#
# TABLE STRUCTURE FOR: sma_addresses
#

DROP TABLE IF EXISTS `sma_addresses`;

CREATE TABLE `sma_addresses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `company_id` int(11) NOT NULL,
  `line1` varchar(50) NOT NULL,
  `line2` varchar(50) DEFAULT NULL,
  `city` varchar(25) NOT NULL,
  `postal_code` varchar(20) DEFAULT NULL,
  `state` varchar(25) NOT NULL,
  `country` varchar(50) NOT NULL,
  `phone` varchar(50) DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `company_id` (`company_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_adjustment_items
#

DROP TABLE IF EXISTS `sma_adjustment_items`;

CREATE TABLE `sma_adjustment_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `adjustment_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `option_id` int(11) DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `serial_no` varchar(255) DEFAULT NULL,
  `type` varchar(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `adjustment_id` (`adjustment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=28326 DEFAULT CHARSET=utf8;

INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1, 1, 3034, NULL, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2, 2, 2901, NULL, '37.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3, 3, 3483, NULL, '120.0000', 1, 'NO SE AGREGO EN EL INVENTARIO INICIAL', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1927, 7, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1928, 7, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1929, 7, 3034, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1930, 7, 3483, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1931, 7, 3223, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1932, 7, 2901, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1933, 7, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1934, 7, 2824, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1935, 7, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1936, 7, 3077, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1937, 7, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1938, 7, 2607, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1939, 7, 2608, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1940, 7, 2493, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1941, 7, 2498, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1942, 7, 3277, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1943, 7, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1944, 7, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1945, 7, 3304, 0, '96.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1946, 7, 3303, 0, '179.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1947, 7, 3246, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1948, 7, 2715, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1949, 7, 3339, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1950, 7, 3340, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1951, 7, 3146, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1952, 7, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1953, 7, 3159, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1954, 7, 3265, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1955, 7, 3263, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1956, 7, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1957, 7, 2678, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1958, 7, 3145, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1959, 7, 2485, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1960, 7, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1961, 7, 3306, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1962, 7, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1963, 7, 3072, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1964, 7, 3071, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1965, 7, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1966, 7, 2837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1967, 7, 2838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1968, 7, 2839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1969, 7, 2841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1970, 7, 2842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1971, 7, 2843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1972, 7, 2840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1973, 7, 2730, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1974, 7, 2729, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1975, 7, 3269, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1976, 7, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1977, 7, 2757, 0, '17.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1978, 7, 3242, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1979, 7, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1980, 7, 3293, 0, '58.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1981, 7, 3042, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1982, 7, 2996, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1983, 7, 3240, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1984, 7, 3301, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1985, 7, 3295, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1986, 7, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1987, 7, 2527, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1988, 7, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1989, 7, 3279, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1990, 7, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1991, 7, 2637, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1992, 7, 3274, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1993, 7, 3272, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1994, 7, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1995, 7, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1996, 7, 2871, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1997, 7, 3298, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1998, 7, 2623, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (1999, 7, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2000, 7, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2001, 7, 2636, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2002, 7, 2693, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2003, 7, 2732, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2004, 7, 2714, 0, '29.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2005, 7, 3247, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2006, 7, 3142, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2007, 7, 2604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2008, 7, 2605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2009, 7, 3107, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2010, 7, 2964, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2011, 7, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2012, 7, 3299, 0, '291.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2013, 7, 2616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2014, 7, 3108, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2015, 7, 3005, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2016, 7, 3337, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2017, 7, 3157, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2018, 7, 3063, 0, '66.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2019, 7, 3062, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2020, 7, 2486, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2021, 7, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2022, 7, 3061, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2023, 7, 2514, 0, '22.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2024, 7, 2513, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2025, 7, 2524, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2026, 7, 3102, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2027, 7, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2028, 7, 3276, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2029, 7, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2030, 7, 3085, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2031, 7, 2541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2032, 7, 2666, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2033, 7, 3048, 0, '80.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2034, 7, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2035, 7, 3086, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2036, 7, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2037, 7, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2038, 7, 2471, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2039, 7, 2565, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2040, 7, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2041, 7, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2042, 7, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2043, 7, 2868, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2044, 7, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2045, 7, 2870, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2046, 7, 2597, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2047, 7, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2048, 7, 2852, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2049, 7, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2050, 7, 2517, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2051, 7, 2877, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2052, 7, 2948, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2053, 7, 2956, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2054, 7, 2818, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2055, 7, 2802, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2056, 7, 2599, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2057, 7, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2058, 7, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2059, 7, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2060, 7, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2061, 7, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2062, 7, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2063, 7, 3199, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2064, 7, 2661, 0, '189.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2065, 7, 2828, 0, '66.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2066, 7, 3314, 0, '141.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2067, 7, 2949, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2068, 7, 2977, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2069, 7, 3026, 0, '33.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2070, 7, 2600, 0, '11.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2071, 7, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2072, 7, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2073, 7, 3196, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2074, 7, 3316, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2075, 7, 2830, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2076, 7, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2077, 7, 2831, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2078, 7, 2980, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2079, 7, 3486, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2080, 7, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2081, 7, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2082, 7, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2083, 7, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2084, 7, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2085, 7, 3178, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2086, 7, 2574, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2087, 7, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2088, 7, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2089, 7, 2952, 0, '38.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2090, 7, 2995, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2091, 7, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2092, 7, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2093, 7, 2982, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2094, 7, 3212, 0, '22.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2095, 7, 2464, 0, '21.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2096, 7, 3321, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2097, 7, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2098, 7, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2099, 7, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2100, 7, 2696, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2101, 7, 3060, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2102, 7, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2103, 7, 2598, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2104, 7, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2105, 7, 2654, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2106, 7, 2655, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2107, 7, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2108, 7, 3525, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2109, 7, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2110, 7, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2111, 7, 3084, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2112, 7, 3345, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2113, 7, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2114, 7, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2115, 7, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2116, 7, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2117, 7, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2118, 7, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2119, 7, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2120, 7, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2121, 7, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2122, 7, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2123, 7, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2124, 7, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2125, 7, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2126, 7, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2127, 7, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2128, 7, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2129, 7, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2130, 7, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2131, 7, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2132, 7, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2133, 7, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2134, 7, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2135, 7, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2136, 7, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2137, 7, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2138, 7, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2139, 7, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2140, 7, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2141, 7, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2142, 7, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2143, 7, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2144, 7, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2145, 7, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2146, 7, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2147, 7, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2148, 7, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2149, 7, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2150, 7, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2151, 7, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2152, 7, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2153, 7, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2154, 7, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2155, 7, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2156, 7, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2157, 7, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2158, 7, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2159, 7, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2160, 7, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2161, 7, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2162, 7, 2512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2163, 7, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2164, 7, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2165, 7, 2836, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2166, 7, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2167, 7, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2168, 7, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2169, 7, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2170, 7, 3536, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2171, 7, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2172, 7, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2173, 7, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2174, 7, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2175, 7, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2176, 7, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2177, 7, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2178, 7, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2179, 7, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2180, 7, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2181, 7, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2182, 7, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2183, 7, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2184, 7, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2185, 7, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2186, 7, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2187, 7, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2188, 7, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2189, 7, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2190, 7, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2191, 7, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2192, 7, 2668, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2193, 7, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2194, 7, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2195, 7, 2510, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2196, 7, 2686, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2197, 7, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2198, 7, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2199, 7, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2200, 7, 2742, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2201, 7, 2741, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2202, 7, 2774, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2203, 7, 2775, 0, '10.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2204, 7, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2205, 7, 2999, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2206, 7, 2669, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2207, 7, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2208, 7, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2209, 7, 2684, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2210, 7, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2211, 7, 2767, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2212, 7, 2768, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2213, 7, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2214, 7, 3068, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2215, 7, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2216, 7, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2217, 7, 2762, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2218, 7, 2765, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2219, 7, 2763, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2220, 7, 2764, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2221, 7, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2222, 7, 2573, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2223, 7, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2224, 7, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2225, 7, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2226, 7, 2902, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2227, 7, 3124, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2228, 7, 3044, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2229, 7, 2660, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2230, 7, 3064, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2231, 7, 2864, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2232, 7, 3310, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2233, 7, 2823, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2234, 7, 2959, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2235, 7, 2863, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2236, 7, 2659, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2237, 7, 3484, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2238, 7, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2239, 7, 3485, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2240, 7, 2662, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2241, 7, 2663, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2242, 7, 2643, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2243, 7, 2652, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2244, 7, 2644, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2245, 7, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2246, 7, 2647, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2247, 7, 2645, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2248, 7, 2822, 0, '59.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2249, 7, 2646, 0, '31.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2250, 7, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2251, 7, 3230, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2252, 7, 2873, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2253, 7, 2791, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2254, 7, 2790, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2255, 7, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2256, 7, 3120, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2257, 7, 2772, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2258, 7, 2508, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2259, 7, 2505, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2260, 7, 2507, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2261, 7, 2506, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2262, 7, 2504, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2263, 7, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2264, 7, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2265, 7, 3166, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2266, 7, 3165, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2267, 7, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2268, 7, 3343, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2269, 7, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2270, 7, 3119, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2271, 7, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2272, 7, 2773, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2273, 7, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2274, 7, 3256, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2275, 7, 2950, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2276, 7, 2499, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2277, 7, 2500, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2278, 7, 2502, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2279, 7, 2534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2280, 7, 2710, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2281, 7, 2712, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2282, 7, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2283, 7, 2691, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2284, 7, 2924, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2285, 7, 2930, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2286, 7, 2936, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2287, 7, 2921, 0, '31.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2288, 7, 2918, 0, '33.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2289, 7, 2935, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2290, 7, 2923, 0, '47.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2291, 7, 2920, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2292, 7, 2927, 0, '90.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2293, 7, 2922, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2294, 7, 2933, 0, '48.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2295, 7, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2296, 7, 2925, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2297, 7, 2919, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2298, 7, 2929, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2299, 7, 3479, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2300, 7, 2934, 0, '35.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2301, 7, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2302, 7, 2926, 0, '28.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2303, 7, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2304, 7, 2544, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2305, 7, 2545, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2306, 7, 3075, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2307, 7, 2709, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2308, 7, 2606, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2309, 7, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2310, 7, 2737, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2311, 7, 2785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2312, 7, 2788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2313, 7, 2782, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2314, 7, 2787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2315, 7, 2780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2316, 7, 2781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2317, 7, 2786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2318, 7, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2319, 7, 2783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2320, 7, 2784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2321, 7, 3481, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2322, 7, 3482, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2323, 7, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2324, 7, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2325, 7, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2326, 7, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2327, 7, 3123, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2328, 7, 2874, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2329, 7, 3121, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2330, 7, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2331, 7, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2332, 7, 3164, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2333, 7, 3255, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2334, 7, 2552, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2335, 7, 2881, 0, '22.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2336, 7, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2337, 7, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2338, 7, 2550, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2339, 7, 2546, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2340, 7, 2548, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2341, 7, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2342, 7, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2343, 7, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2344, 7, 2487, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2345, 7, 2801, 0, '45.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2346, 7, 2711, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2347, 7, 3073, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2348, 7, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2349, 7, 2677, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2350, 7, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2351, 7, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2352, 7, 3176, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2353, 7, 2689, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2354, 7, 2713, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2355, 7, 3114, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2356, 7, 3182, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2357, 7, 3015, 0, '133.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2358, 7, 3074, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2359, 7, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2360, 7, 3174, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2361, 7, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2362, 7, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2363, 7, 2611, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2364, 7, 2614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2365, 7, 3211, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2366, 7, 3101, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2367, 7, 2850, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2368, 7, 2883, 0, '29.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2369, 7, 3148, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2370, 7, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2371, 7, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2372, 7, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2373, 7, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2374, 7, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2375, 7, 3047, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2376, 7, 3547, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2377, 7, 2798, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2378, 7, 2958, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2379, 7, 2797, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2380, 7, 2799, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2381, 7, 2800, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2382, 7, 2653, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2383, 7, 2889, 0, '42.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2384, 7, 2886, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2385, 7, 2890, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2386, 7, 2879, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2387, 7, 2891, 0, '27.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2388, 7, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2389, 7, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2390, 7, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2391, 7, 2533, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2392, 7, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2393, 7, 3187, 0, '48.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2394, 7, 2650, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2395, 7, 2649, 0, '29.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2396, 7, 3480, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2397, 7, 2523, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2398, 7, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2399, 7, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2400, 7, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2401, 7, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2402, 7, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2403, 7, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2404, 7, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2405, 7, 3082, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2406, 7, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2407, 7, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2408, 7, 3067, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2409, 7, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2410, 7, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2411, 7, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2412, 7, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2413, 7, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2414, 7, 3283, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2415, 7, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2416, 7, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2417, 7, 2771, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2418, 7, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2419, 7, 3021, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2420, 7, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2421, 7, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2422, 7, 3019, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2423, 7, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2424, 7, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2425, 7, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2426, 7, 3065, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2427, 7, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2428, 7, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2429, 7, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2430, 7, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2431, 7, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2432, 7, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2433, 7, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2434, 7, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2435, 7, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2436, 7, 2572, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2437, 7, 2568, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2438, 7, 2567, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2439, 7, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2440, 7, 2570, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2441, 7, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2442, 7, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2443, 7, 3010, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2444, 7, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2445, 7, 2989, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2446, 7, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2447, 7, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2448, 7, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2449, 7, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2450, 7, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2451, 7, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2452, 7, 2834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2453, 7, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2454, 7, 2621, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2455, 7, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2456, 7, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2457, 7, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2458, 7, 2796, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2459, 7, 2793, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2460, 7, 2535, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2461, 7, 2536, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2462, 7, 2537, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2463, 7, 3035, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2464, 7, 3036, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2465, 7, 3037, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2466, 7, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2467, 7, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2468, 7, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2469, 7, 2591, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2470, 7, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2471, 7, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2472, 7, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2473, 7, 2805, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2474, 7, 3292, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2475, 7, 2522, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2476, 7, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2477, 7, 3309, 0, '37.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2478, 7, 3297, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2479, 7, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2480, 7, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2481, 7, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2482, 7, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2483, 7, 3006, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2484, 7, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2485, 7, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2486, 7, 2465, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2487, 7, 2466, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2488, 7, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2489, 7, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2490, 7, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2491, 7, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2492, 7, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2493, 7, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2494, 7, 2482, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2495, 7, 3175, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2496, 7, 3195, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2497, 7, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2498, 7, 2454, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2499, 7, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2500, 7, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2501, 7, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2502, 7, 3287, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2503, 7, 2856, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2504, 7, 3197, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2505, 7, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2506, 7, 2861, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2507, 7, 2651, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2508, 7, 2586, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2509, 7, 2587, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2510, 7, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2511, 7, 2589, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2512, 7, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2513, 7, 2642, 0, '40.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2514, 7, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2515, 7, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2516, 7, 2905, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2517, 7, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2518, 7, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2519, 7, 3106, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2520, 7, 2560, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2521, 7, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2522, 7, 2561, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2523, 7, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2524, 7, 2681, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2525, 7, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2526, 7, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2527, 7, 3155, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2528, 7, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2529, 7, 3030, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2530, 7, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2531, 7, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2532, 7, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2533, 7, 3031, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2534, 7, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2535, 7, 3349, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2536, 7, 3003, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2537, 7, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2538, 7, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2539, 7, 2815, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2540, 7, 2813, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2541, 7, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2542, 7, 2635, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2543, 7, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2544, 7, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2545, 7, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2546, 7, 2807, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2547, 7, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2548, 7, 2580, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2549, 7, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2550, 7, 2583, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2551, 7, 2821, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2552, 7, 3156, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2553, 7, 2849, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2554, 7, 2804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2555, 7, 2803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2556, 7, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2557, 7, 3103, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2558, 7, 2579, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2559, 7, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2560, 7, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2561, 7, 2734, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2562, 7, 2894, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2563, 7, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2564, 7, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2565, 7, 2556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2566, 7, 2555, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2567, 7, 2963, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2568, 7, 2893, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2569, 7, 2634, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2570, 7, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2571, 7, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2572, 7, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2573, 7, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2574, 7, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2575, 7, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2576, 7, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2577, 7, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2578, 7, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2579, 7, 3090, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2580, 7, 3232, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2581, 7, 2884, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2582, 7, 2917, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2583, 7, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2584, 7, 2862, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2585, 7, 2860, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2586, 7, 3214, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2587, 7, 2576, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2588, 7, 2578, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2589, 7, 2858, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2590, 7, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2591, 7, 2857, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2592, 7, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2593, 7, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2594, 7, 2940, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2595, 7, 3014, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2596, 7, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2597, 7, 2979, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2598, 7, 3204, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2599, 7, 3206, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2600, 7, 3205, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2601, 7, 3098, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2602, 7, 3221, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2603, 7, 3096, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2604, 7, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2605, 7, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2606, 7, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2607, 7, 3208, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2608, 7, 2968, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2609, 7, 2965, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2610, 7, 2966, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2611, 7, 2967, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2612, 7, 2970, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2613, 7, 2971, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2614, 7, 2969, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2615, 7, 3029, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2616, 7, 3200, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2617, 7, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2618, 7, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2619, 7, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2620, 7, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2621, 7, 3070, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2622, 7, 2532, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2623, 7, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2624, 7, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2625, 7, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2626, 7, 2596, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2627, 7, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2628, 7, 3219, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2629, 7, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2630, 7, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2631, 7, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2632, 7, 3222, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2633, 7, 3288, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2634, 7, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2635, 7, 3099, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2636, 7, 3095, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2637, 7, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2638, 7, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2639, 7, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2640, 7, 2629, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2641, 7, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2642, 7, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2643, 7, 3017, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2644, 7, 3163, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2645, 7, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2646, 7, 2981, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2647, 7, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2648, 7, 2916, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2649, 7, 2484, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2650, 7, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2651, 7, 2483, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2652, 7, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2653, 7, 2895, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2654, 7, 2887, 0, '40.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2655, 7, 2888, 0, '35.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2656, 7, 2896, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2657, 7, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2658, 7, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2659, 7, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2660, 7, 2951, 0, '16.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2661, 7, 2817, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2662, 7, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2663, 7, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2664, 7, 2779, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2665, 7, 3322, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2666, 7, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2667, 7, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2668, 7, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2669, 7, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2670, 7, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2671, 7, 3311, 0, '76.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2672, 7, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2673, 7, 2974, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2674, 7, 3172, 0, '68.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2675, 7, 3079, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2676, 7, 2953, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2677, 7, 2939, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2678, 7, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2679, 7, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2680, 7, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2681, 7, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2682, 7, 2477, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2683, 7, 2476, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2684, 7, 2481, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2685, 7, 2488, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2686, 7, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2687, 7, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2688, 7, 2473, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2689, 7, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2690, 7, 2667, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2691, 7, 2707, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2692, 7, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2693, 7, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2694, 7, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2695, 7, 3194, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2696, 7, 2639, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2697, 7, 2835, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2698, 7, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2699, 7, 2594, 0, '9.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2700, 7, 2595, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2701, 7, 2609, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2702, 7, 2610, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2703, 7, 2615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2704, 7, 3213, 0, '79.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2705, 7, 3045, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2706, 7, 2761, 0, '30.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2707, 7, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2708, 7, 2459, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2709, 7, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2710, 7, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2711, 7, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2712, 7, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2713, 7, 3320, 0, '38.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2714, 7, 3308, 0, '125.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2715, 7, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2716, 7, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2717, 7, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2718, 7, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2719, 7, 2962, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2720, 7, 2853, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2721, 7, 3330, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2722, 7, 2961, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2723, 7, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2724, 7, 2528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2725, 7, 2538, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2726, 7, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2727, 7, 2540, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2728, 7, 2748, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2729, 7, 2753, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2730, 7, 3302, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2731, 7, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2732, 7, 2851, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2733, 7, 2695, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2734, 7, 2697, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2735, 7, 2698, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2736, 7, 2699, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2737, 7, 2700, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2738, 7, 2702, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2739, 7, 2701, 0, '145.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2740, 7, 2705, 0, '317.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2741, 7, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2742, 7, 2704, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2743, 7, 2706, 0, '23.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2744, 7, 2708, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2745, 7, 2973, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2746, 7, 3027, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2747, 7, 3190, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2748, 7, 2766, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2749, 7, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2750, 7, 2577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2751, 7, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2752, 7, 2620, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2753, 7, 2626, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2754, 7, 3290, 0, '67.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2755, 7, 3253, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2756, 7, 3300, 0, '38.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2757, 7, 3254, 0, '33.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2758, 7, 2731, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2759, 7, 2988, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2760, 7, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2761, 7, 2899, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2762, 7, 2938, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2763, 7, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2764, 7, 3158, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2765, 7, 3271, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2766, 7, 3273, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2767, 7, 3275, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2768, 7, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2769, 7, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2770, 7, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2771, 7, 2913, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2772, 7, 2937, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2773, 7, 2665, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2774, 7, 2670, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2775, 7, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2776, 7, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2777, 7, 3040, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2778, 7, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2779, 7, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2780, 7, 2530, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2781, 7, 2529, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2782, 7, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2783, 7, 2531, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2784, 7, 2494, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2785, 7, 2495, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2786, 7, 2496, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2787, 7, 2490, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2788, 7, 2492, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2789, 7, 2754, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2790, 7, 2497, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2791, 7, 2716, 0, '54.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2792, 7, 2718, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2793, 7, 2719, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2794, 7, 2720, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2795, 7, 2721, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2796, 7, 2722, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2797, 7, 2723, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2798, 7, 2724, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2799, 7, 2725, 0, '21.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2800, 7, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2801, 7, 2727, 0, '15.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2802, 7, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2803, 7, 2746, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2804, 7, 2747, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2805, 7, 2749, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2806, 7, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2807, 7, 2752, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2808, 7, 2755, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2809, 7, 2756, 0, '22.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2810, 7, 2758, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2811, 7, 2759, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2812, 7, 2760, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2813, 7, 2717, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2814, 7, 3129, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2815, 7, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2816, 7, 3171, 0, '13.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2817, 7, 3128, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2818, 7, 3130, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2819, 7, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2820, 7, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2821, 7, 3133, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2822, 7, 3132, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2823, 7, 3136, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2824, 7, 3135, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2825, 7, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2826, 7, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2827, 7, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2828, 7, 3141, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2829, 7, 3147, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2830, 7, 3144, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2831, 7, 3143, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2832, 7, 3243, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2833, 7, 3244, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2834, 7, 3238, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2835, 7, 3239, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2836, 7, 3241, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2837, 7, 3245, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2838, 7, 3257, 0, '25.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2839, 7, 3258, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2840, 7, 3259, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2841, 7, 3260, 0, '13.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2842, 7, 2491, 0, '70.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2843, 7, 3262, 0, '19.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2844, 7, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2845, 7, 3266, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2846, 7, 3267, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2847, 7, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2848, 7, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2849, 7, 3347, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2850, 7, 3346, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2851, 7, 3348, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2852, 7, 2751, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2853, 7, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2854, 7, 3139, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2855, 7, 3140, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2856, 7, 3081, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2857, 7, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2858, 7, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2859, 7, 3225, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2860, 7, 3317, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2861, 7, 3318, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2862, 7, 2866, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2863, 7, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2864, 7, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2865, 7, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2866, 7, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2867, 7, 2827, 0, '207.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2868, 7, 3338, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2869, 7, 3328, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2870, 7, 3329, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2871, 7, 3327, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2872, 7, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2873, 7, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2874, 7, 3332, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2875, 7, 3331, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2876, 7, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2877, 7, 3104, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2878, 7, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2879, 7, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2880, 7, 3251, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2881, 7, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2882, 7, 2624, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2883, 7, 2474, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2884, 7, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2885, 7, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2886, 7, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (2887, 7, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3858, 9, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3859, 9, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3860, 9, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3861, 9, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3862, 9, 3483, 0, '59.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3863, 9, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3864, 9, 2901, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3865, 9, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3866, 9, 2824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3867, 9, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3868, 9, 3077, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3869, 9, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3870, 9, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3871, 9, 2608, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3872, 9, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3873, 9, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3874, 9, 3277, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3875, 9, 2575, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3876, 9, 2960, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3877, 9, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3878, 9, 3303, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3879, 9, 3246, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3880, 9, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3881, 9, 3339, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3882, 9, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3883, 9, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3884, 9, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3885, 9, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3886, 9, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3887, 9, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3888, 9, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3889, 9, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3890, 9, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3891, 9, 2485, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3892, 9, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3893, 9, 3306, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3894, 9, 3305, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3895, 9, 3072, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3896, 9, 3071, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3897, 9, 2736, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3898, 9, 2837, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3899, 9, 2838, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3900, 9, 2839, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3901, 9, 2841, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3902, 9, 2842, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3903, 9, 2843, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3904, 9, 2840, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3905, 9, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3906, 9, 2729, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3907, 9, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3908, 9, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3909, 9, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3910, 9, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3911, 9, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3912, 9, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3913, 9, 3042, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3914, 9, 2996, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3915, 9, 3240, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3916, 9, 3301, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3917, 9, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3918, 9, 3023, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3919, 9, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3920, 9, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3921, 9, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3922, 9, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3923, 9, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3924, 9, 3274, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3925, 9, 3272, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3926, 9, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3927, 9, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3928, 9, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3929, 9, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3930, 9, 2623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3931, 9, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3932, 9, 3024, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3933, 9, 2636, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3934, 9, 2693, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3935, 9, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3936, 9, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3937, 9, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3938, 9, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3939, 9, 2604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3940, 9, 2605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3941, 9, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3942, 9, 2964, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3943, 9, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3944, 9, 3299, 0, '32.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3945, 9, 2616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3946, 9, 3108, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3947, 9, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3948, 9, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3949, 9, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3950, 9, 3063, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3951, 9, 3062, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3952, 9, 2486, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3953, 9, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3954, 9, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3955, 9, 3061, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3956, 9, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3957, 9, 2513, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3958, 9, 2524, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3959, 9, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3960, 9, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3961, 9, 3276, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3962, 9, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3963, 9, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3964, 9, 3085, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3965, 9, 2541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3966, 9, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3967, 9, 3048, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3968, 9, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3969, 9, 3086, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3970, 9, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3971, 9, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3972, 9, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3973, 9, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3974, 9, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3975, 9, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3976, 9, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3977, 9, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3978, 9, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3979, 9, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3980, 9, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3981, 9, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3982, 9, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3983, 9, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3984, 9, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3985, 9, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3986, 9, 2877, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3987, 9, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3988, 9, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3989, 9, 2818, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3990, 9, 2802, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3991, 9, 2599, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3992, 9, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3993, 9, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3994, 9, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3995, 9, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3996, 9, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3997, 9, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3998, 9, 3199, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (3999, 9, 2661, 0, '106.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4000, 9, 2828, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4001, 9, 3314, 0, '28.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4002, 9, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4003, 9, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4004, 9, 3026, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4005, 9, 2600, 0, '0.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4006, 9, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4007, 9, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4008, 9, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4009, 9, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4010, 9, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4011, 9, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4012, 9, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4013, 9, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4014, 9, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4015, 9, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4016, 9, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4017, 9, 2735, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4018, 9, 3173, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4019, 9, 2553, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4020, 9, 3178, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4021, 9, 2574, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4022, 9, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4023, 9, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4024, 9, 2952, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4025, 9, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4026, 9, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4027, 9, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4028, 9, 2982, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4029, 9, 3212, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4030, 9, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4031, 9, 3321, 0, '23.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4032, 9, 2543, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4033, 9, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4034, 9, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4035, 9, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4036, 9, 3060, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4037, 9, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4038, 9, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4039, 9, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4040, 9, 2654, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4041, 9, 2655, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4042, 9, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4043, 9, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4044, 9, 2690, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4045, 9, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4046, 9, 3084, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4047, 9, 3345, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4048, 9, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4049, 9, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4050, 9, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4051, 9, 3506, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4052, 9, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4053, 9, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4054, 9, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4055, 9, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4056, 9, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4057, 9, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4058, 9, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4059, 9, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4060, 9, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4061, 9, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4062, 9, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4063, 9, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4064, 9, 3505, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4065, 9, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4066, 9, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4067, 9, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4068, 9, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4069, 9, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4070, 9, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4071, 9, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4072, 9, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4073, 9, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4074, 9, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4075, 9, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4076, 9, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4077, 9, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4078, 9, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4079, 9, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4080, 9, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4081, 9, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4082, 9, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4083, 9, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4084, 9, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4085, 9, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4086, 9, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4087, 9, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4088, 9, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4089, 9, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4090, 9, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4091, 9, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4092, 9, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4093, 9, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4094, 9, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4095, 9, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4096, 9, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4097, 9, 2512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4098, 9, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4099, 9, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4100, 9, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4101, 9, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4102, 9, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4103, 9, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4104, 9, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4105, 9, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4106, 9, 3537, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4107, 9, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4108, 9, 3154, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4109, 9, 3538, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4110, 9, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4111, 9, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4112, 9, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4113, 9, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4114, 9, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4115, 9, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4116, 9, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4117, 9, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4118, 9, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4119, 9, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4120, 9, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4121, 9, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4122, 9, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4123, 9, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4124, 9, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4125, 9, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4126, 9, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4127, 9, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4128, 9, 2664, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4129, 9, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4130, 9, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4131, 9, 2686, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4132, 9, 2685, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4133, 9, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4134, 9, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4135, 9, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4136, 9, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4137, 9, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4138, 9, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4139, 9, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4140, 9, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4141, 9, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4142, 9, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4143, 9, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4144, 9, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4145, 9, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4146, 9, 2767, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4147, 9, 2768, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4148, 9, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4149, 9, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4150, 9, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4151, 9, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4152, 9, 2762, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4153, 9, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4154, 9, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4155, 9, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4156, 9, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4157, 9, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4158, 9, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4159, 9, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4160, 9, 3004, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4161, 9, 2902, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4162, 9, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4163, 9, 3044, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4164, 9, 2660, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4165, 9, 3064, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4166, 9, 2864, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4167, 9, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4168, 9, 2823, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4169, 9, 2959, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4170, 9, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4171, 9, 2659, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4172, 9, 3484, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4173, 9, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4174, 9, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4175, 9, 2662, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4176, 9, 2663, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4177, 9, 2643, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4178, 9, 2652, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4179, 9, 2644, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4180, 9, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4181, 9, 2647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4182, 9, 2645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4183, 9, 2822, 0, '25.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4184, 9, 2646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4185, 9, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4186, 9, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4187, 9, 2873, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4188, 9, 2791, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4189, 9, 2790, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4190, 9, 2789, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4191, 9, 3120, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4192, 9, 2772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4193, 9, 2508, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4194, 9, 2505, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4195, 9, 2507, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4196, 9, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4197, 9, 2504, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4198, 9, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4199, 9, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4200, 9, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4201, 9, 3165, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4202, 9, 3344, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4203, 9, 3343, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4204, 9, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4205, 9, 3119, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4206, 9, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4207, 9, 2773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4208, 9, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4209, 9, 3256, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4210, 9, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4211, 9, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4212, 9, 2500, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4213, 9, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4214, 9, 2534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4215, 9, 2710, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4216, 9, 2712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4217, 9, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4218, 9, 2691, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4219, 9, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4220, 9, 2930, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4221, 9, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4222, 9, 2921, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4223, 9, 2918, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4224, 9, 2935, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4225, 9, 2923, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4226, 9, 2920, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4227, 9, 2927, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4228, 9, 2922, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4229, 9, 2933, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4230, 9, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4231, 9, 2925, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4232, 9, 2919, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4233, 9, 2929, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4234, 9, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4235, 9, 2934, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4236, 9, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4237, 9, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4238, 9, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4239, 9, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4240, 9, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4241, 9, 3075, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4242, 9, 2709, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4243, 9, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4244, 9, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4245, 9, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4246, 9, 2785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4247, 9, 2788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4248, 9, 2782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4249, 9, 2787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4250, 9, 2780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4251, 9, 2781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4252, 9, 2786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4253, 9, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4254, 9, 2783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4255, 9, 2784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4256, 9, 3481, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4257, 9, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4258, 9, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4259, 9, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4260, 9, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4261, 9, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4262, 9, 3123, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4263, 9, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4264, 9, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4265, 9, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4266, 9, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4267, 9, 3164, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4268, 9, 3255, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4269, 9, 2552, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4270, 9, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4271, 9, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4272, 9, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4273, 9, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4274, 9, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4275, 9, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4276, 9, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4277, 9, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4278, 9, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4279, 9, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4280, 9, 2801, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4281, 9, 2711, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4282, 9, 3073, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4283, 9, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4284, 9, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4285, 9, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4286, 9, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4287, 9, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4288, 9, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4289, 9, 2713, 0, '9.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4290, 9, 3114, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4291, 9, 3182, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4292, 9, 3015, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4293, 9, 3074, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4294, 9, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4295, 9, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4296, 9, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4297, 9, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4298, 9, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4299, 9, 2614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4300, 9, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4301, 9, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4302, 9, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4303, 9, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4304, 9, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4305, 9, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4306, 9, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4307, 9, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4308, 9, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4309, 9, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4310, 9, 3047, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4311, 9, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4312, 9, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4313, 9, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4314, 9, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4315, 9, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4316, 9, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4317, 9, 2653, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4318, 9, 2889, 0, '49.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4319, 9, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4320, 9, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4321, 9, 2879, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4322, 9, 2891, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4323, 9, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4324, 9, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4325, 9, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4326, 9, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4327, 9, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4328, 9, 3187, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4329, 9, 2650, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4330, 9, 2649, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4331, 9, 3480, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4332, 9, 2523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4333, 9, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4334, 9, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4335, 9, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4336, 9, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4337, 9, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4338, 9, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4339, 9, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4340, 9, 3082, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4341, 9, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4342, 9, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4343, 9, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4344, 9, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4345, 9, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4346, 9, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4347, 9, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4348, 9, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4349, 9, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4350, 9, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4351, 9, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4352, 9, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4353, 9, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4354, 9, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4355, 9, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4356, 9, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4357, 9, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4358, 9, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4359, 9, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4360, 9, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4361, 9, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4362, 9, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4363, 9, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4364, 9, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4365, 9, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4366, 9, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4367, 9, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4368, 9, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4369, 9, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4370, 9, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4371, 9, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4372, 9, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4373, 9, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4374, 9, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4375, 9, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4376, 9, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4377, 9, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4378, 9, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4379, 9, 2810, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4380, 9, 2989, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4381, 9, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4382, 9, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4383, 9, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4384, 9, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4385, 9, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4386, 9, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4387, 9, 2834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4388, 9, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4389, 9, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4390, 9, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4391, 9, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4392, 9, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4393, 9, 2796, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4394, 9, 2793, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4395, 9, 2535, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4396, 9, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4397, 9, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4398, 9, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4399, 9, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4400, 9, 3037, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4401, 9, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4402, 9, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4403, 9, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4404, 9, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4405, 9, 2582, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4406, 9, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4407, 9, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4408, 9, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4409, 9, 3292, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4410, 9, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4411, 9, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4412, 9, 3309, 0, '309.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4413, 9, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4414, 9, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4415, 9, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4416, 9, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4417, 9, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4418, 9, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4419, 9, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4420, 9, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4421, 9, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4422, 9, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4423, 9, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4424, 9, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4425, 9, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4426, 9, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4427, 9, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4428, 9, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4429, 9, 3559, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4430, 9, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4431, 9, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4432, 9, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4433, 9, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4434, 9, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4435, 9, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4436, 9, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4437, 9, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4438, 9, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4439, 9, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4440, 9, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4441, 9, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4442, 9, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4443, 9, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4444, 9, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4445, 9, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4446, 9, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4447, 9, 2589, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4448, 9, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4449, 9, 2642, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4450, 9, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4451, 9, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4452, 9, 2905, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4453, 9, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4454, 9, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4455, 9, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4456, 9, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4457, 9, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4458, 9, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4459, 9, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4460, 9, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4461, 9, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4462, 9, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4463, 9, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4464, 9, 2694, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4465, 9, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4466, 9, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4467, 9, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4468, 9, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4469, 9, 3031, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4470, 9, 2806, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4471, 9, 3349, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4472, 9, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4473, 9, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4474, 9, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4475, 9, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4476, 9, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4477, 9, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4478, 9, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4479, 9, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4480, 9, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4481, 9, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4482, 9, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4483, 9, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4484, 9, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4485, 9, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4486, 9, 2583, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4487, 9, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4488, 9, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4489, 9, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4490, 9, 2804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4491, 9, 2803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4492, 9, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4493, 9, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4494, 9, 2579, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4495, 9, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4496, 9, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4497, 9, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4498, 9, 2894, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4499, 9, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4500, 9, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4501, 9, 2556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4502, 9, 2555, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4503, 9, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4504, 9, 2893, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4505, 9, 2634, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4506, 9, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4507, 9, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4508, 9, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4509, 9, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4510, 9, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4511, 9, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4512, 9, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4513, 9, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4514, 9, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4515, 9, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4516, 9, 3232, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4517, 9, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4518, 9, 2917, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4519, 9, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4520, 9, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4521, 9, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4522, 9, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4523, 9, 2576, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4524, 9, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4525, 9, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4526, 9, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4527, 9, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4528, 9, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4529, 9, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4530, 9, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4531, 9, 3014, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4532, 9, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4533, 9, 2979, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4534, 9, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4535, 9, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4536, 9, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4537, 9, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4538, 9, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4539, 9, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4540, 9, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4541, 9, 3028, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4542, 9, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4543, 9, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4544, 9, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4545, 9, 2965, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4546, 9, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4547, 9, 2967, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4548, 9, 2970, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4549, 9, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4550, 9, 2969, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4551, 9, 3029, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4552, 9, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4553, 9, 3496, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4554, 9, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4555, 9, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4556, 9, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4557, 9, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4558, 9, 2532, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4559, 9, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4560, 9, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4561, 9, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4562, 9, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4563, 9, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4564, 9, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4565, 9, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4566, 9, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4567, 9, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4568, 9, 3291, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4569, 9, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4570, 9, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4571, 9, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4572, 9, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4573, 9, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4574, 9, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4575, 9, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4576, 9, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4577, 9, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4578, 9, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4579, 9, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4580, 9, 3560, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4581, 9, 3017, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4582, 9, 3163, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4583, 9, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4584, 9, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4585, 9, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4586, 9, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4587, 9, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4588, 9, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4589, 9, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4590, 9, 2483, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4591, 9, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4592, 9, 2895, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4593, 9, 2887, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4594, 9, 2888, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4595, 9, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4596, 9, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4597, 9, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4598, 9, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4599, 9, 2951, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4600, 9, 3553, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4601, 9, 2817, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4602, 9, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4603, 9, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4604, 9, 2779, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4605, 9, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4606, 9, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4607, 9, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4608, 9, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4609, 9, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4610, 9, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4611, 9, 3311, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4612, 9, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4613, 9, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4614, 9, 3172, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4615, 9, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4616, 9, 2953, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4617, 9, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4618, 9, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4619, 9, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4620, 9, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4621, 9, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4622, 9, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4623, 9, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4624, 9, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4625, 9, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4626, 9, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4627, 9, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4628, 9, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4629, 9, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4630, 9, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4631, 9, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4632, 9, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4633, 9, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4634, 9, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4635, 9, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4636, 9, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4637, 9, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4638, 9, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4639, 9, 2594, 0, '0.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4640, 9, 2595, 0, '1.4000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4641, 9, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4642, 9, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4643, 9, 2615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4644, 9, 3213, 0, '79.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4645, 9, 3045, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4646, 9, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4647, 9, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4648, 9, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4649, 9, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4650, 9, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4651, 9, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4652, 9, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4653, 9, 3320, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4654, 9, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4655, 9, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4656, 9, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4657, 9, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4658, 9, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4659, 9, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4660, 9, 2853, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4661, 9, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4662, 9, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4663, 9, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4664, 9, 2528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4665, 9, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4666, 9, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4667, 9, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4668, 9, 2748, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4669, 9, 2753, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4670, 9, 3302, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4671, 9, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4672, 9, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4673, 9, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4674, 9, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4675, 9, 2698, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4676, 9, 2699, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4677, 9, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4678, 9, 2702, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4679, 9, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4680, 9, 2705, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4681, 9, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4682, 9, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4683, 9, 2706, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4684, 9, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4685, 9, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4686, 9, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4687, 9, 3190, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4688, 9, 2766, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4689, 9, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4690, 9, 2577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4691, 9, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4692, 9, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4693, 9, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4694, 9, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4695, 9, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4696, 9, 3300, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4697, 9, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4698, 9, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4699, 9, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4700, 9, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4701, 9, 2899, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4702, 9, 2938, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4703, 9, 2509, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4704, 9, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4705, 9, 3271, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4706, 9, 3273, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4707, 9, 3275, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4708, 9, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4709, 9, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4710, 9, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4711, 9, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4712, 9, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4713, 9, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4714, 9, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4715, 9, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4716, 9, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4717, 9, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4718, 9, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4719, 9, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4720, 9, 2530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4721, 9, 2529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4722, 9, 2733, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4723, 9, 2531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4724, 9, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4725, 9, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4726, 9, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4727, 9, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4728, 9, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4729, 9, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4730, 9, 2497, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4731, 9, 2716, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4732, 9, 2718, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4733, 9, 2719, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4734, 9, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4735, 9, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4736, 9, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4737, 9, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4738, 9, 2724, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4739, 9, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4740, 9, 2726, 0, '9.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4741, 9, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4742, 9, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4743, 9, 2746, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4744, 9, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4745, 9, 2749, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4746, 9, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4747, 9, 2752, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4748, 9, 2755, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4749, 9, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4750, 9, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4751, 9, 2759, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4752, 9, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4753, 9, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4754, 9, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4755, 9, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4756, 9, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4757, 9, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4758, 9, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4759, 9, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4760, 9, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4761, 9, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4762, 9, 3132, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4763, 9, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4764, 9, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4765, 9, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4766, 9, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4767, 9, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4768, 9, 3141, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4769, 9, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4770, 9, 3144, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4771, 9, 3143, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4772, 9, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4773, 9, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4774, 9, 3238, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4775, 9, 3239, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4776, 9, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4777, 9, 3245, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4778, 9, 3257, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4779, 9, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4780, 9, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4781, 9, 3260, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4782, 9, 2491, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4783, 9, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4784, 9, 3264, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4785, 9, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4786, 9, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4787, 9, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4788, 9, 3080, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4789, 9, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4790, 9, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4791, 9, 3348, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4792, 9, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4793, 9, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4794, 9, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4795, 9, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4796, 9, 3081, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4797, 9, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4798, 9, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4799, 9, 3225, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4800, 9, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4801, 9, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4802, 9, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4803, 9, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4804, 9, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4805, 9, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4806, 9, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4807, 9, 2827, 0, '78.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4808, 9, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4809, 9, 3328, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4810, 9, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4811, 9, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4812, 9, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4813, 9, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4814, 9, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4815, 9, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4816, 9, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4817, 9, 3104, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4818, 9, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4819, 9, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4820, 9, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4821, 9, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4822, 9, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4823, 9, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4824, 9, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4825, 9, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4826, 9, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4827, 9, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4828, 10, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4829, 10, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4830, 10, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4831, 10, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4832, 10, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4833, 10, 3483, 0, '72.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4834, 10, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4835, 10, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4836, 10, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4837, 10, 2901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4838, 10, 2672, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4839, 10, 2824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4840, 10, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4841, 10, 3077, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4842, 10, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4843, 10, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4844, 10, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4845, 10, 2493, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4846, 10, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4847, 10, 3277, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4848, 10, 2575, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4849, 10, 2960, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4850, 10, 3304, 0, '12.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4851, 10, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4852, 10, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4853, 10, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4854, 10, 3339, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4855, 10, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4856, 10, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4857, 10, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4858, 10, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4859, 10, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4860, 10, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4861, 10, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4862, 10, 2678, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4863, 10, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4864, 10, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4865, 10, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4866, 10, 3306, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4867, 10, 3305, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4868, 10, 3072, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4869, 10, 3071, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4870, 10, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4871, 10, 2837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4872, 10, 2838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4873, 10, 2839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4874, 10, 2841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4875, 10, 2842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4876, 10, 2843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4877, 10, 2840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4878, 10, 2730, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4879, 10, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4880, 10, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4881, 10, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4882, 10, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4883, 10, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4884, 10, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4885, 10, 3293, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4886, 10, 3042, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4887, 10, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4888, 10, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4889, 10, 3301, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4890, 10, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4891, 10, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4892, 10, 2527, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4893, 10, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4894, 10, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4895, 10, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4896, 10, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4897, 10, 3274, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4898, 10, 3272, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4899, 10, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4900, 10, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4901, 10, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4902, 10, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4903, 10, 2623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4904, 10, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4905, 10, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4906, 10, 2636, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4907, 10, 2693, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4908, 10, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4909, 10, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4910, 10, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4911, 10, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4912, 10, 2604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4913, 10, 2605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4914, 10, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4915, 10, 2964, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4916, 10, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4917, 10, 3299, 0, '29.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4918, 10, 2616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4919, 10, 3108, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4920, 10, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4921, 10, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4922, 10, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4923, 10, 3063, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4924, 10, 3062, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4925, 10, 2486, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4926, 10, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4927, 10, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4928, 10, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4929, 10, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4930, 10, 2513, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4931, 10, 2524, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4932, 10, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4933, 10, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4934, 10, 3276, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4935, 10, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4936, 10, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4937, 10, 3085, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4938, 10, 2541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4939, 10, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4940, 10, 3048, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4941, 10, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4942, 10, 3086, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4943, 10, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4944, 10, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4945, 10, 2471, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4946, 10, 3554, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4947, 10, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4948, 10, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4949, 10, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4950, 10, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4951, 10, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4952, 10, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4953, 10, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4954, 10, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4955, 10, 2597, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4956, 10, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4957, 10, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4958, 10, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4959, 10, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4960, 10, 2877, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4961, 10, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4962, 10, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4963, 10, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4964, 10, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4965, 10, 2599, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4966, 10, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4967, 10, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4968, 10, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4969, 10, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4970, 10, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4971, 10, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4972, 10, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4973, 10, 2661, 0, '49.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4974, 10, 2828, 0, '137.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4975, 10, 3314, 0, '34.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4976, 10, 2949, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4977, 10, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4978, 10, 3026, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4979, 10, 2600, 0, '8.5000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4980, 10, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4981, 10, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4982, 10, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4983, 10, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4984, 10, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4985, 10, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4986, 10, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4987, 10, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4988, 10, 3486, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4989, 10, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4990, 10, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4991, 10, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4992, 10, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4993, 10, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4994, 10, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4995, 10, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4996, 10, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4997, 10, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4998, 10, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (4999, 10, 2952, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5000, 10, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5001, 10, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5002, 10, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5003, 10, 2982, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5004, 10, 3212, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5005, 10, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5006, 10, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5007, 10, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5008, 10, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5009, 10, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5010, 10, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5011, 10, 3060, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5012, 10, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5013, 10, 2598, 0, '7.5000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5014, 10, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5015, 10, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5016, 10, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5017, 10, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5018, 10, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5019, 10, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5020, 10, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5021, 10, 3084, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5022, 10, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5023, 10, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5024, 10, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5025, 10, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5026, 10, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5027, 10, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5028, 10, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5029, 10, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5030, 10, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5031, 10, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5032, 10, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5033, 10, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5034, 10, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5035, 10, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5036, 10, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5037, 10, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5038, 10, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5039, 10, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5040, 10, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5041, 10, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5042, 10, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5043, 10, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5044, 10, 3517, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5045, 10, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5046, 10, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5047, 10, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5048, 10, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5049, 10, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5050, 10, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5051, 10, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5052, 10, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5053, 10, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5054, 10, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5055, 10, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5056, 10, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5057, 10, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5058, 10, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5059, 10, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5060, 10, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5061, 10, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5062, 10, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5063, 10, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5064, 10, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5065, 10, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5066, 10, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5067, 10, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5068, 10, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5069, 10, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5070, 10, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5071, 10, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5072, 10, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5073, 10, 2512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5074, 10, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5075, 10, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5076, 10, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5077, 10, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5078, 10, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5079, 10, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5080, 10, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5081, 10, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5082, 10, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5083, 10, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5084, 10, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5085, 10, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5086, 10, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5087, 10, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5088, 10, 3537, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5089, 10, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5090, 10, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5091, 10, 3154, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5092, 10, 3538, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5093, 10, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5094, 10, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5095, 10, 3590, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5096, 10, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5097, 10, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5098, 10, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5099, 10, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5100, 10, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5101, 10, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5102, 10, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5103, 10, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5104, 10, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5105, 10, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5106, 10, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5107, 10, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5108, 10, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5109, 10, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5110, 10, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5111, 10, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5112, 10, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5113, 10, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5114, 10, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5115, 10, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5116, 10, 3571, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5117, 10, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5118, 10, 2510, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5119, 10, 2686, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5120, 10, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5121, 10, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5122, 10, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5123, 10, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5124, 10, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5125, 10, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5126, 10, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5127, 10, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5128, 10, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5129, 10, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5130, 10, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5131, 10, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5132, 10, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5133, 10, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5134, 10, 2767, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5135, 10, 2768, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5136, 10, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5137, 10, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5138, 10, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5139, 10, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5140, 10, 2762, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5141, 10, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5142, 10, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5143, 10, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5144, 10, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5145, 10, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5146, 10, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5147, 10, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5148, 10, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5149, 10, 2902, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5150, 10, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5151, 10, 3044, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5152, 10, 2660, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5153, 10, 3064, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5154, 10, 2864, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5155, 10, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5156, 10, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5157, 10, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5158, 10, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5159, 10, 2659, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5160, 10, 3484, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5161, 10, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5162, 10, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5163, 10, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5164, 10, 2663, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5165, 10, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5166, 10, 2652, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5167, 10, 2644, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5168, 10, 2648, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5169, 10, 2647, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5170, 10, 2645, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5171, 10, 2822, 0, '11.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5172, 10, 2646, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5173, 10, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5174, 10, 3230, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5175, 10, 2873, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5176, 10, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5177, 10, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5178, 10, 2789, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5179, 10, 3120, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5180, 10, 2772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5181, 10, 3561, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5182, 10, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5183, 10, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5184, 10, 2507, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5185, 10, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5186, 10, 2504, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5187, 10, 3341, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5188, 10, 3342, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5189, 10, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5190, 10, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5191, 10, 3344, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5192, 10, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5193, 10, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5194, 10, 3119, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5195, 10, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5196, 10, 2773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5197, 10, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5198, 10, 3256, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5199, 10, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5200, 10, 2499, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5201, 10, 2500, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5202, 10, 2502, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5203, 10, 2534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5204, 10, 2710, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5205, 10, 2712, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5206, 10, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5207, 10, 2691, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5208, 10, 2924, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5209, 10, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5210, 10, 2936, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5211, 10, 2921, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5212, 10, 2918, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5213, 10, 2935, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5214, 10, 2923, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5215, 10, 2920, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5216, 10, 2927, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5217, 10, 2922, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5218, 10, 2933, 0, '51.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5219, 10, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5220, 10, 2925, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5221, 10, 2919, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5222, 10, 2929, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5223, 10, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5224, 10, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5225, 10, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5226, 10, 2926, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5227, 10, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5228, 10, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5229, 10, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5230, 10, 3075, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5231, 10, 2709, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5232, 10, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5233, 10, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5234, 10, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5235, 10, 3567, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5236, 10, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5237, 10, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5238, 10, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5239, 10, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5240, 10, 2785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5241, 10, 2788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5242, 10, 2782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5243, 10, 2787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5244, 10, 2780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5245, 10, 2781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5246, 10, 2786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5247, 10, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5248, 10, 2783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5249, 10, 2784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5250, 10, 3481, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5251, 10, 3482, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5252, 10, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5253, 10, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5254, 10, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5255, 10, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5256, 10, 3575, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5257, 10, 3123, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5258, 10, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5259, 10, 3121, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5260, 10, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5261, 10, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5262, 10, 3164, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5263, 10, 3255, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5264, 10, 2552, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5265, 10, 2881, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5266, 10, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5267, 10, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5268, 10, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5269, 10, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5270, 10, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5271, 10, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5272, 10, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5273, 10, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5274, 10, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5275, 10, 2801, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5276, 10, 2711, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5277, 10, 3580, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5278, 10, 3073, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5279, 10, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5280, 10, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5281, 10, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5282, 10, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5283, 10, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5284, 10, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5285, 10, 2713, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5286, 10, 3114, 0, '27.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5287, 10, 3182, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5288, 10, 3015, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5289, 10, 3074, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5290, 10, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5291, 10, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5292, 10, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5293, 10, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5294, 10, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5295, 10, 2614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5296, 10, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5297, 10, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5298, 10, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5299, 10, 2883, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5300, 10, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5301, 10, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5302, 10, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5303, 10, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5304, 10, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5305, 10, 3546, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5306, 10, 3047, 0, '22.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5307, 10, 3547, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5308, 10, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5309, 10, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5310, 10, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5311, 10, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5312, 10, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5313, 10, 2653, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5314, 10, 2889, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5315, 10, 2886, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5316, 10, 2890, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5317, 10, 2879, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5318, 10, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5319, 10, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5320, 10, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5321, 10, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5322, 10, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5323, 10, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5324, 10, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5325, 10, 3187, 0, '36.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5326, 10, 2650, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5327, 10, 2649, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5328, 10, 3480, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5329, 10, 2523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5330, 10, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5331, 10, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5332, 10, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5333, 10, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5334, 10, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5335, 10, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5336, 10, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5337, 10, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5338, 10, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5339, 10, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5340, 10, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5341, 10, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5342, 10, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5343, 10, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5344, 10, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5345, 10, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5346, 10, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5347, 10, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5348, 10, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5349, 10, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5350, 10, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5351, 10, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5352, 10, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5353, 10, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5354, 10, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5355, 10, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5356, 10, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5357, 10, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5358, 10, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5359, 10, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5360, 10, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5361, 10, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5362, 10, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5363, 10, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5364, 10, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5365, 10, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5366, 10, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5367, 10, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5368, 10, 2572, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5369, 10, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5370, 10, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5371, 10, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5372, 10, 2570, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5373, 10, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5374, 10, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5375, 10, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5376, 10, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5377, 10, 2989, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5378, 10, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5379, 10, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5380, 10, 2463, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5381, 10, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5382, 10, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5383, 10, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5384, 10, 2834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5385, 10, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5386, 10, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5387, 10, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5388, 10, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5389, 10, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5390, 10, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5391, 10, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5392, 10, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5393, 10, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5394, 10, 2537, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5395, 10, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5396, 10, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5397, 10, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5398, 10, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5399, 10, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5400, 10, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5401, 10, 2591, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5402, 10, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5403, 10, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5404, 10, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5405, 10, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5406, 10, 3292, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5407, 10, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5408, 10, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5409, 10, 3309, 0, '303.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5410, 10, 3297, 0, '33.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5411, 10, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5412, 10, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5413, 10, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5414, 10, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5415, 10, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5416, 10, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5417, 10, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5418, 10, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5419, 10, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5420, 10, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5421, 10, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5422, 10, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5423, 10, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5424, 10, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5425, 10, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5426, 10, 3559, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5427, 10, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5428, 10, 3175, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5429, 10, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5430, 10, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5431, 10, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5432, 10, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5433, 10, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5434, 10, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5435, 10, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5436, 10, 2856, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5437, 10, 3197, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5438, 10, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5439, 10, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5440, 10, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5441, 10, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5442, 10, 2587, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5443, 10, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5444, 10, 2589, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5445, 10, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5446, 10, 2642, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5447, 10, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5448, 10, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5449, 10, 2905, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5450, 10, 3576, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5451, 10, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5452, 10, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5453, 10, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5454, 10, 2560, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5455, 10, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5456, 10, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5457, 10, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5458, 10, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5459, 10, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5460, 10, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5461, 10, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5462, 10, 2694, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5463, 10, 3030, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5464, 10, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5465, 10, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5466, 10, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5467, 10, 3031, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5468, 10, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5469, 10, 3349, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5470, 10, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5471, 10, 3087, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5472, 10, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5473, 10, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5474, 10, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5475, 10, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5476, 10, 2635, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5477, 10, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5478, 10, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5479, 10, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5480, 10, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5481, 10, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5482, 10, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5483, 10, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5484, 10, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5485, 10, 2821, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5486, 10, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5487, 10, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5488, 10, 2804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5489, 10, 2803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5490, 10, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5491, 10, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5492, 10, 2579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5493, 10, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5494, 10, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5495, 10, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5496, 10, 2894, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5497, 10, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5498, 10, 2882, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5499, 10, 2556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5500, 10, 2555, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5501, 10, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5502, 10, 2893, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5503, 10, 2634, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5504, 10, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5505, 10, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5506, 10, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5507, 10, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5508, 10, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5509, 10, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5510, 10, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5511, 10, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5512, 10, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5513, 10, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5514, 10, 3232, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5515, 10, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5516, 10, 2917, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5517, 10, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5518, 10, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5519, 10, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5520, 10, 3214, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5521, 10, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5522, 10, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5523, 10, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5524, 10, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5525, 10, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5526, 10, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5527, 10, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5528, 10, 2940, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5529, 10, 3014, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5530, 10, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5531, 10, 2979, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5532, 10, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5533, 10, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5534, 10, 3205, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5535, 10, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5536, 10, 3221, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5537, 10, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5538, 10, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5539, 10, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5540, 10, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5541, 10, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5542, 10, 2968, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5543, 10, 2965, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5544, 10, 2966, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5545, 10, 2967, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5546, 10, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5547, 10, 2971, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5548, 10, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5549, 10, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5550, 10, 3200, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5551, 10, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5552, 10, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5553, 10, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5554, 10, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5555, 10, 3070, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5556, 10, 2532, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5557, 10, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5558, 10, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5559, 10, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5560, 10, 2596, 0, '23.5000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5561, 10, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5562, 10, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5563, 10, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5564, 10, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5565, 10, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5566, 10, 3291, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5567, 10, 3222, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5568, 10, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5569, 10, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5570, 10, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5571, 10, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5572, 10, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5573, 10, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5574, 10, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5575, 10, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5576, 10, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5577, 10, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5578, 10, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5579, 10, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5580, 10, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5581, 10, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5582, 10, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5583, 10, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5584, 10, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5585, 10, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5586, 10, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5587, 10, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5588, 10, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5589, 10, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5590, 10, 2483, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5591, 10, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5592, 10, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5593, 10, 2887, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5594, 10, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5595, 10, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5596, 10, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5597, 10, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5598, 10, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5599, 10, 2951, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5600, 10, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5601, 10, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5602, 10, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5603, 10, 3126, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5604, 10, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5605, 10, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5606, 10, 3322, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5607, 10, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5608, 10, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5609, 10, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5610, 10, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5611, 10, 2692, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5612, 10, 3311, 0, '53.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5613, 10, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5614, 10, 2974, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5615, 10, 3172, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5616, 10, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5617, 10, 2953, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5618, 10, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5619, 10, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5620, 10, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5621, 10, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5622, 10, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5623, 10, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5624, 10, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5625, 10, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5626, 10, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5627, 10, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5628, 10, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5629, 10, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5630, 10, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5631, 10, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5632, 10, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5633, 10, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5634, 10, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5635, 10, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5636, 10, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5637, 10, 2639, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5638, 10, 2835, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5639, 10, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5640, 10, 2594, 0, '0.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5641, 10, 2595, 0, '8.6000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5642, 10, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5643, 10, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5644, 10, 2615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5645, 10, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5646, 10, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5647, 10, 2761, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5648, 10, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5649, 10, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5650, 10, 2460, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5651, 10, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5652, 10, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5653, 10, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5654, 10, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5655, 10, 3308, 0, '111.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5656, 10, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5657, 10, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5658, 10, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5659, 10, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5660, 10, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5661, 10, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5662, 10, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5663, 10, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5664, 10, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5665, 10, 2528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5666, 10, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5667, 10, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5668, 10, 2540, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5669, 10, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5670, 10, 2753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5671, 10, 3302, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5672, 10, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5673, 10, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5674, 10, 2695, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5675, 10, 2697, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5676, 10, 2698, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5677, 10, 2699, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5678, 10, 2700, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5679, 10, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5680, 10, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5681, 10, 2705, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5682, 10, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5683, 10, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5684, 10, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5685, 10, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5686, 10, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5687, 10, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5688, 10, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5689, 10, 2766, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5690, 10, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5691, 10, 2577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5692, 10, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5693, 10, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5694, 10, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5695, 10, 3290, 0, '26.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5696, 10, 3253, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5697, 10, 3300, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5698, 10, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5699, 10, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5700, 10, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5701, 10, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5702, 10, 2899, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5703, 10, 2938, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5704, 10, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5705, 10, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5706, 10, 3271, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5707, 10, 3273, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5708, 10, 3275, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5709, 10, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5710, 10, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5711, 10, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5712, 10, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5713, 10, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5714, 10, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5715, 10, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5716, 10, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5717, 10, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5718, 10, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5719, 10, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5720, 10, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5721, 10, 2530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5722, 10, 2529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5723, 10, 2733, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5724, 10, 2531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5725, 10, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5726, 10, 2495, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5727, 10, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5728, 10, 2490, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5729, 10, 2492, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5730, 10, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5731, 10, 2497, 0, '10.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5732, 10, 2716, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5733, 10, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5734, 10, 2719, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5735, 10, 2720, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5736, 10, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5737, 10, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5738, 10, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5739, 10, 2724, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5740, 10, 2725, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5741, 10, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5742, 10, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5743, 10, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5744, 10, 2746, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5745, 10, 2747, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5746, 10, 2749, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5747, 10, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5748, 10, 2752, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5749, 10, 2755, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5750, 10, 2756, 0, '38.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5751, 10, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5752, 10, 2759, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5753, 10, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5754, 10, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5755, 10, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5756, 10, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5757, 10, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5758, 10, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5759, 10, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5760, 10, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5761, 10, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5762, 10, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5763, 10, 3132, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5764, 10, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5765, 10, 3135, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5766, 10, 3137, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5767, 10, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5768, 10, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5769, 10, 3141, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5770, 10, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5771, 10, 3144, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5772, 10, 3143, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5773, 10, 3243, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5774, 10, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5775, 10, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5776, 10, 3239, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5777, 10, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5778, 10, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5779, 10, 3257, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5780, 10, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5781, 10, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5782, 10, 3260, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5783, 10, 2491, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5784, 10, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5785, 10, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5786, 10, 3266, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5787, 10, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5788, 10, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5789, 10, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5790, 10, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5791, 10, 3346, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5792, 10, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5793, 10, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5794, 10, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5795, 10, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5796, 10, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5797, 10, 3081, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5798, 10, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5799, 10, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5800, 10, 3225, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5801, 10, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5802, 10, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5803, 10, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5804, 10, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5805, 10, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5806, 10, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5807, 10, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5808, 10, 2827, 0, '109.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5809, 10, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5810, 10, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5811, 10, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5812, 10, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5813, 10, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5814, 10, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5815, 10, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5816, 10, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5817, 10, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5818, 10, 3104, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5819, 10, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5820, 10, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5821, 10, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5822, 10, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5823, 10, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5824, 10, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5825, 10, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5826, 10, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5827, 10, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5828, 10, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5832, 11, 2710, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5833, 11, 3070, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5834, 11, 3232, NULL, '6.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5835, 12, 3484, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5836, 13, 2699, NULL, '26.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5837, 14, 2873, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5838, 15, 2699, NULL, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5839, 16, 2699, NULL, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5840, 17, 2726, NULL, '31.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5842, 18, 2697, NULL, '37.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5843, 19, 3642, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5844, 20, 3329, NULL, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5845, 21, 3291, NULL, '26.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5846, 22, 3632, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5847, 22, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5848, 22, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5849, 22, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5850, 22, 2514, 0, '42.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5851, 22, 2524, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5852, 22, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5853, 22, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5854, 22, 3577, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5855, 22, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5856, 22, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5857, 22, 3483, 0, '82.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5858, 22, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5859, 22, 3578, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5860, 22, 2901, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5861, 22, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5862, 22, 2824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5863, 22, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5864, 22, 3077, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5865, 22, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5866, 22, 2607, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5867, 22, 2608, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5868, 22, 2493, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5869, 22, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5870, 22, 3277, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5871, 22, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5872, 22, 2960, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5873, 22, 3304, 0, '139.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5874, 22, 3303, 0, '63.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5875, 22, 3246, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5876, 22, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5877, 22, 3339, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5878, 22, 3340, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5879, 22, 3146, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5880, 22, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5881, 22, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5882, 22, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5883, 22, 3263, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5884, 22, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5885, 22, 2678, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5886, 22, 3145, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5887, 22, 2485, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5888, 22, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5889, 22, 3306, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5890, 22, 3305, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5891, 22, 3072, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5892, 22, 3071, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5893, 22, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5894, 22, 2837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5895, 22, 2838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5896, 22, 2839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5897, 22, 2841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5898, 22, 2842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5899, 22, 2843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5900, 22, 2840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5901, 22, 2730, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5902, 22, 2729, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5903, 22, 3269, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5904, 22, 3268, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5905, 22, 2757, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5906, 22, 3242, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5907, 22, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5908, 22, 3293, 0, '133.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5909, 22, 3042, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5910, 22, 2996, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5911, 22, 3240, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5912, 22, 3301, 0, '76.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5913, 22, 3295, 0, '51.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5914, 22, 3023, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5915, 22, 2527, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5916, 22, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5917, 22, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5918, 22, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5919, 22, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5920, 22, 3274, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5921, 22, 3272, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5922, 22, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5923, 22, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5924, 22, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5925, 22, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5926, 22, 2623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5927, 22, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5928, 22, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5929, 22, 2636, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5930, 22, 2693, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5931, 22, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5932, 22, 2714, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5933, 22, 3247, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5934, 22, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5935, 22, 2604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5936, 22, 2605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5937, 22, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5938, 22, 2964, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5939, 22, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5940, 22, 3299, 0, '32.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5941, 22, 2616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5942, 22, 3108, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5943, 22, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5944, 22, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5945, 22, 3157, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5946, 22, 3063, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5947, 22, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5948, 22, 2486, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5949, 22, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5950, 22, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5951, 22, 3061, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5952, 22, 2513, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5953, 22, 3102, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5954, 22, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5955, 22, 3276, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5956, 22, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5957, 22, 3556, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5958, 22, 3085, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5959, 22, 2541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5960, 22, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5961, 22, 3048, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5962, 22, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5963, 22, 3086, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5964, 22, 2630, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5965, 22, 2469, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5966, 22, 2471, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5967, 22, 3554, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5968, 22, 2565, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5969, 22, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5970, 22, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5971, 22, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5972, 22, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5973, 22, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5974, 22, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5975, 22, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5976, 22, 2868, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5977, 22, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5978, 22, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5979, 22, 2597, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5980, 22, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5981, 22, 2852, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5982, 22, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5983, 22, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5984, 22, 2877, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5985, 22, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5986, 22, 2956, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5987, 22, 2818, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5988, 22, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5989, 22, 2599, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5990, 22, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5991, 22, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5992, 22, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5993, 22, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5994, 22, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5995, 22, 2986, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5996, 22, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5997, 22, 2661, 0, '54.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5998, 22, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (5999, 22, 3314, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6000, 22, 2949, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6001, 22, 2977, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6002, 22, 3026, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6003, 22, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6004, 22, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6005, 22, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6006, 22, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6007, 22, 3316, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6008, 22, 2830, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6009, 22, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6010, 22, 2831, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6011, 22, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6012, 22, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6013, 22, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6014, 22, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6015, 22, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6016, 22, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6017, 22, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6018, 22, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6019, 22, 3631, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6020, 22, 3178, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6021, 22, 2574, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6022, 22, 2908, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6023, 22, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6024, 22, 2952, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6025, 22, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6026, 22, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6027, 22, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6028, 22, 2982, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6029, 22, 3212, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6030, 22, 2464, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6031, 22, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6032, 22, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6033, 22, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6034, 22, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6035, 22, 2696, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6036, 22, 3060, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6037, 22, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6038, 22, 3626, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6039, 22, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6040, 22, 3059, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6041, 22, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6042, 22, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6043, 22, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6044, 22, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6045, 22, 2690, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6046, 22, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6047, 22, 3084, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6048, 22, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6049, 22, 3601, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6050, 22, 3607, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6051, 22, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6052, 22, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6053, 22, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6054, 22, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6055, 22, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6056, 22, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6057, 22, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6058, 22, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6059, 22, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6060, 22, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6061, 22, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6062, 22, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6063, 22, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6064, 22, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6065, 22, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6066, 22, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6067, 22, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6068, 22, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6069, 22, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6070, 22, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6071, 22, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6072, 22, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6073, 22, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6074, 22, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6075, 22, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6076, 22, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6077, 22, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6078, 22, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6079, 22, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6080, 22, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6081, 22, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6082, 22, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6083, 22, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6084, 22, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6085, 22, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6086, 22, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6087, 22, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6088, 22, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6089, 22, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6090, 22, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6091, 22, 3533, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6092, 22, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6093, 22, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6094, 22, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6095, 22, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6096, 22, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6097, 22, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6098, 22, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6099, 22, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6100, 22, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6101, 22, 2512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6102, 22, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6103, 22, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6104, 22, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6105, 22, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6106, 22, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6107, 22, 3054, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6108, 22, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6109, 22, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6110, 22, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6111, 22, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6112, 22, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6113, 22, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6114, 22, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6115, 22, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6116, 22, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6117, 22, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6118, 22, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6119, 22, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6120, 22, 3538, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6121, 22, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6122, 22, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6123, 22, 3590, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6124, 22, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6125, 22, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6126, 22, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6127, 22, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6128, 22, 3591, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6129, 22, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6130, 22, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6131, 22, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6132, 22, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6133, 22, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6134, 22, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6135, 22, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6136, 22, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6137, 22, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6138, 22, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6139, 22, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6140, 22, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6141, 22, 2668, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6142, 22, 2664, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6143, 22, 3570, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6144, 22, 3571, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6145, 22, 3150, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6146, 22, 2510, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6147, 22, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6148, 22, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6149, 22, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6150, 22, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6151, 22, 2742, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6152, 22, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6153, 22, 2774, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6154, 22, 2775, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6155, 22, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6156, 22, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6157, 22, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6158, 22, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6159, 22, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6160, 22, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6161, 22, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6162, 22, 2767, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6163, 22, 2768, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6164, 22, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6165, 22, 3068, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6166, 22, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6167, 22, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6168, 22, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6169, 22, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6170, 22, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6171, 22, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6172, 22, 3487, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6173, 22, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6174, 22, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6175, 22, 2957, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6176, 22, 3602, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6177, 22, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6178, 22, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6179, 22, 3329, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6180, 22, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6181, 22, 2902, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6182, 22, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6183, 22, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6184, 22, 2660, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6185, 22, 3064, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6186, 22, 2864, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6187, 22, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6188, 22, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6189, 22, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6190, 22, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6191, 22, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6192, 22, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6193, 22, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6194, 22, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6195, 22, 3641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6196, 22, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6197, 22, 2663, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6198, 22, 2643, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6199, 22, 2652, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6200, 22, 2644, 0, '9.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6201, 22, 2648, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6202, 22, 2647, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6203, 22, 2645, 0, '27.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6204, 22, 2822, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6205, 22, 2646, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6206, 22, 3231, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6207, 22, 3230, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6208, 22, 2873, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6209, 22, 2791, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6210, 22, 2790, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6211, 22, 2789, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6212, 22, 3120, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6213, 22, 2772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6214, 22, 3561, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6215, 22, 2508, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6216, 22, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6217, 22, 2507, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6218, 22, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6219, 22, 2504, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6220, 22, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6221, 22, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6222, 22, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6223, 22, 3341, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6224, 22, 3342, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6225, 22, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6226, 22, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6227, 22, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6228, 22, 3343, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6229, 22, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6230, 22, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6231, 22, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6232, 22, 2773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6233, 22, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6234, 22, 3256, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6235, 22, 2950, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6236, 22, 2499, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6237, 22, 2500, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6238, 22, 2502, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6239, 22, 2534, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6240, 22, 2710, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6241, 22, 2712, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6242, 22, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6243, 22, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6244, 22, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6245, 22, 2924, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6246, 22, 2930, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6247, 22, 2936, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6248, 22, 2921, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6249, 22, 2918, 0, '110.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6250, 22, 2935, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6251, 22, 2923, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6252, 22, 2920, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6253, 22, 2927, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6254, 22, 2922, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6255, 22, 2933, 0, '22.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6256, 22, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6257, 22, 2925, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6258, 22, 2919, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6259, 22, 2929, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6260, 22, 3479, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6261, 22, 2934, 0, '22.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6262, 22, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6263, 22, 2926, 0, '27.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6264, 22, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6265, 22, 3592, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6266, 22, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6267, 22, 2545, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6268, 22, 3075, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6269, 22, 2709, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6270, 22, 2606, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6271, 22, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6272, 22, 3565, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6273, 22, 3567, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6274, 22, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6275, 22, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6276, 22, 3563, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6277, 22, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6278, 22, 2785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6279, 22, 2788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6280, 22, 2782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6281, 22, 2787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6282, 22, 2780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6283, 22, 2781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6284, 22, 2786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6285, 22, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6286, 22, 2783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6287, 22, 2784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6288, 22, 3481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6289, 22, 3482, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6290, 22, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6291, 22, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6292, 22, 3201, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6293, 22, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6294, 22, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6295, 22, 3123, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6296, 22, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6297, 22, 3121, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6298, 22, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6299, 22, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6300, 22, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6301, 22, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6302, 22, 2552, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6303, 22, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6304, 22, 2551, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6305, 22, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6306, 22, 2550, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6307, 22, 2546, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6308, 22, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6309, 22, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6310, 22, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6311, 22, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6312, 22, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6313, 22, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6314, 22, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6315, 22, 2801, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6316, 22, 2711, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6317, 22, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6318, 22, 3603, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6319, 22, 3606, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6320, 22, 3604, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6321, 22, 3613, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6322, 22, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6323, 22, 3622, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6324, 22, 3073, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6325, 22, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6326, 22, 2677, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6327, 22, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6328, 22, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6329, 22, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6330, 22, 2689, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6331, 22, 2713, 0, '27.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6332, 22, 3114, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6333, 22, 3182, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6334, 22, 3015, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6335, 22, 3074, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6336, 22, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6337, 22, 2617, 0, '26.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6338, 22, 2612, 0, '10.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6339, 22, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6340, 22, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6341, 22, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6342, 22, 2614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6343, 22, 3211, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6344, 22, 3101, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6345, 22, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6346, 22, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6347, 22, 3611, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6348, 22, 3148, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6349, 22, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6350, 22, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6351, 22, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6352, 22, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6353, 22, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6354, 22, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6355, 22, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6356, 22, 3047, 0, '34.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6357, 22, 3547, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6358, 22, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6359, 22, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6360, 22, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6361, 22, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6362, 22, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6363, 22, 2653, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6364, 22, 2889, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6365, 22, 2886, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6366, 22, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6367, 22, 2879, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6368, 22, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6369, 22, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6370, 22, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6371, 22, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6372, 22, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6373, 22, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6374, 22, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6375, 22, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6376, 22, 3187, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6377, 22, 2650, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6378, 22, 2649, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6379, 22, 3480, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6380, 22, 2523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6381, 22, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6382, 22, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6383, 22, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6384, 22, 3233, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6385, 22, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6386, 22, 3234, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6387, 22, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6388, 22, 3082, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6389, 22, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6390, 22, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6391, 22, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6392, 22, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6393, 22, 3192, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6394, 22, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6395, 22, 3025, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6396, 22, 2975, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6397, 22, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6398, 22, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6399, 22, 3183, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6400, 22, 2771, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6401, 22, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6402, 22, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6403, 22, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6404, 22, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6405, 22, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6406, 22, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6407, 22, 3050, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6408, 22, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6409, 22, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6410, 22, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6411, 22, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6412, 22, 2564, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6413, 22, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6414, 22, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6415, 22, 3125, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6416, 22, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6417, 22, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6418, 22, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6419, 22, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6420, 22, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6421, 22, 2568, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6422, 22, 2567, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6423, 22, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6424, 22, 2570, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6425, 22, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6426, 22, 2833, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6427, 22, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6428, 22, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6429, 22, 2810, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6430, 22, 2989, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6431, 22, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6432, 22, 2479, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6433, 22, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6434, 22, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6435, 22, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6436, 22, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6437, 22, 2834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6438, 22, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6439, 22, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6440, 22, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6441, 22, 2794, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6442, 22, 2795, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6443, 22, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6444, 22, 2793, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6445, 22, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6446, 22, 2535, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6447, 22, 2536, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6448, 22, 2537, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6449, 22, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6450, 22, 3036, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6451, 22, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6452, 22, 3252, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6453, 22, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6454, 22, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6455, 22, 2591, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6456, 22, 2582, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6457, 22, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6458, 22, 3548, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6459, 22, 2805, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6460, 22, 3292, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6461, 22, 2522, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6462, 22, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6463, 22, 3309, 0, '14.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6464, 22, 3297, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6465, 22, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6466, 22, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6467, 22, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6468, 22, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6469, 22, 3006, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6470, 22, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6471, 22, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6472, 22, 2465, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6473, 22, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6474, 22, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6475, 22, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6476, 22, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6477, 22, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6478, 22, 3549, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6479, 22, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6480, 22, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6481, 22, 3559, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6482, 22, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6483, 22, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6484, 22, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6485, 22, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6486, 22, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6487, 22, 2518, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6488, 22, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6489, 22, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6490, 22, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6491, 22, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6492, 22, 3197, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6493, 22, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6494, 22, 2861, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6495, 22, 3608, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6496, 22, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6497, 22, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6498, 22, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6499, 22, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6500, 22, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6501, 22, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6502, 22, 2642, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6503, 22, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6504, 22, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6505, 22, 2905, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6506, 22, 3576, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6507, 22, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6508, 22, 2671, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6509, 22, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6510, 22, 2560, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6511, 22, 2558, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6512, 22, 2561, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6513, 22, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6514, 22, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6515, 22, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6516, 22, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6517, 22, 3155, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6518, 22, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6519, 22, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6520, 22, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6521, 22, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6522, 22, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6523, 22, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6524, 22, 2806, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6525, 22, 3349, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6526, 22, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6527, 22, 3087, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6528, 22, 2814, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6529, 22, 2815, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6530, 22, 2813, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6531, 22, 3169, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6532, 22, 2635, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6533, 22, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6534, 22, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6535, 22, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6536, 22, 2807, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6537, 22, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6538, 22, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6539, 22, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6540, 22, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6541, 22, 2821, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6542, 22, 3156, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6543, 22, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6544, 22, 2804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6545, 22, 2803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6546, 22, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6547, 22, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6548, 22, 2579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6549, 22, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6550, 22, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6551, 22, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6552, 22, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6553, 22, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6554, 22, 2894, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6555, 22, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6556, 22, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6557, 22, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6558, 22, 2556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6559, 22, 2555, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6560, 22, 2963, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6561, 22, 2893, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6562, 22, 2634, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6563, 22, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6564, 22, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6565, 22, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6566, 22, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6567, 22, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6568, 22, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6569, 22, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6570, 22, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6571, 22, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6572, 22, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6573, 22, 3232, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6574, 22, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6575, 22, 2917, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6576, 22, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6577, 22, 3628, 0, '40.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6578, 22, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6579, 22, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6580, 22, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6581, 22, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6582, 22, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6583, 22, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6584, 22, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6585, 22, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6586, 22, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6587, 22, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6588, 22, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6589, 22, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6590, 22, 2855, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6591, 22, 2940, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6592, 22, 3014, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6593, 22, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6594, 22, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6595, 22, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6596, 22, 3206, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6597, 22, 3205, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6598, 22, 3098, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6599, 22, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6600, 22, 3096, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6601, 22, 3635, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6602, 22, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6603, 22, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6604, 22, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6605, 22, 3208, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6606, 22, 2968, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6607, 22, 2965, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6608, 22, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6609, 22, 2967, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6610, 22, 2970, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6611, 22, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6612, 22, 2969, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6613, 22, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6614, 22, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6615, 22, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6616, 22, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6617, 22, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6618, 22, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6619, 22, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6620, 22, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6621, 22, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6622, 22, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6623, 22, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6624, 22, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6625, 22, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6626, 22, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6627, 22, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6628, 22, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6629, 22, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6630, 22, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6631, 22, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6632, 22, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6633, 22, 3288, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6634, 22, 3097, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6635, 22, 3099, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6636, 22, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6637, 22, 3100, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6638, 22, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6639, 22, 2628, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6640, 22, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6641, 22, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6642, 22, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6643, 22, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6644, 22, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6645, 22, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6646, 22, 3017, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6647, 22, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6648, 22, 3558, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6649, 22, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6650, 22, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6651, 22, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6652, 22, 2916, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6653, 22, 2484, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6654, 22, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6655, 22, 2483, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6656, 22, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6657, 22, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6658, 22, 2887, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6659, 22, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6660, 22, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6661, 22, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6662, 22, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6663, 22, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6664, 22, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6665, 22, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6666, 22, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6667, 22, 2951, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6668, 22, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6669, 22, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6670, 22, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6671, 22, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6672, 22, 2778, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6673, 22, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6674, 22, 3322, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6675, 22, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6676, 22, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6677, 22, 2987, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6678, 22, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6679, 22, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6680, 22, 3311, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6681, 22, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6682, 22, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6683, 22, 2974, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6684, 22, 3172, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6685, 22, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6686, 22, 2953, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6687, 22, 2939, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6688, 22, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6689, 22, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6690, 22, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6691, 22, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6692, 22, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6693, 22, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6694, 22, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6695, 22, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6696, 22, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6697, 22, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6698, 22, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6699, 22, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6700, 22, 2667, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6701, 22, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6702, 22, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6703, 22, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6704, 22, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6705, 22, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6706, 22, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6707, 22, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6708, 22, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6709, 22, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6710, 22, 2595, 0, '1.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6711, 22, 2609, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6712, 22, 2610, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6713, 22, 2615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6714, 22, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6715, 22, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6716, 22, 2761, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6717, 22, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6718, 22, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6719, 22, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6720, 22, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6721, 22, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6722, 22, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6723, 22, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6724, 22, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6725, 22, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6726, 22, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6727, 22, 3091, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6728, 22, 2962, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6729, 22, 2853, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6730, 22, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6731, 22, 2961, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6732, 22, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6733, 22, 2528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6734, 22, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6735, 22, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6736, 22, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6737, 22, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6738, 22, 2753, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6739, 22, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6740, 22, 3237, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6741, 22, 2851, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6742, 22, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6743, 22, 2697, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6744, 22, 2698, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6745, 22, 2699, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6746, 22, 2700, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6747, 22, 2702, 0, '24.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6748, 22, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6749, 22, 2705, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6750, 22, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6751, 22, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6752, 22, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6753, 22, 2708, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6754, 22, 2973, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6755, 22, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6756, 22, 3190, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6757, 22, 2766, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6758, 22, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6759, 22, 2577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6760, 22, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6761, 22, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6762, 22, 2620, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6763, 22, 2626, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6764, 22, 3290, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6765, 22, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6766, 22, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6767, 22, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6768, 22, 2731, 0, '32.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6769, 22, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6770, 22, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6771, 22, 2899, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6772, 22, 2938, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6773, 22, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6774, 22, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6775, 22, 3271, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6776, 22, 3273, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6777, 22, 3275, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6778, 22, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6779, 22, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6780, 22, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6781, 22, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6782, 22, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6783, 22, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6784, 22, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6785, 22, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6786, 22, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6787, 22, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6788, 22, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6789, 22, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6790, 22, 2530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6791, 22, 2529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6792, 22, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6793, 22, 2531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6794, 22, 2494, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6795, 22, 2495, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6796, 22, 2496, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6797, 22, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6798, 22, 2492, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6799, 22, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6800, 22, 2497, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6801, 22, 2716, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6802, 22, 2718, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6803, 22, 2719, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6804, 22, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6805, 22, 2721, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6806, 22, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6807, 22, 2723, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6808, 22, 2724, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6809, 22, 2725, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6810, 22, 2726, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6811, 22, 2727, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6812, 22, 2728, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6813, 22, 2746, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6814, 22, 2747, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6815, 22, 2749, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6816, 22, 2750, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6817, 22, 2752, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6818, 22, 2755, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6819, 22, 2756, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6820, 22, 2758, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6821, 22, 2759, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6822, 22, 2760, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6823, 22, 2717, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6824, 22, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6825, 22, 3127, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6826, 22, 3171, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6827, 22, 3128, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6828, 22, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6829, 22, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6830, 22, 3149, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6831, 22, 3133, 0, '22.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6832, 22, 3132, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6833, 22, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6834, 22, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6835, 22, 3137, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6836, 22, 3138, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6837, 22, 3134, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6838, 22, 3141, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6839, 22, 3147, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6840, 22, 3144, 0, '31.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6841, 22, 3143, 0, '25.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6842, 22, 3243, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6843, 22, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6844, 22, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6845, 22, 3239, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6846, 22, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6847, 22, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6848, 22, 3257, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6849, 22, 3258, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6850, 22, 3259, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6851, 22, 3260, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6852, 22, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6853, 22, 3264, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6854, 22, 3266, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6855, 22, 3267, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6856, 22, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6857, 22, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6858, 22, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6859, 22, 3346, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6860, 22, 3348, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6861, 22, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6862, 22, 2777, 0, '21.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6863, 22, 3139, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6864, 22, 3140, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6865, 22, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6866, 22, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6867, 22, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6868, 22, 3225, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6869, 22, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6870, 22, 3318, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6871, 22, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6872, 22, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6873, 22, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6874, 22, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6875, 22, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6876, 22, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6877, 22, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6878, 22, 3328, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6879, 22, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6880, 22, 3326, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6881, 22, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6882, 22, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6883, 22, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6884, 22, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6885, 22, 3104, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6886, 22, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6887, 22, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6888, 22, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6889, 22, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6890, 22, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6891, 22, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6892, 22, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6893, 22, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6894, 22, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6895, 22, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6904, 23, 2608, NULL, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6905, 23, 2647, NULL, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6906, 23, 2900, NULL, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6907, 23, 2918, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6908, 24, 2918, NULL, '43.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6909, 25, 2693, NULL, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6910, 26, 2617, NULL, '100.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6911, 26, 2612, NULL, '100.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6912, 27, 3256, NULL, '11.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6913, 28, 2648, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6914, 28, 2936, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6915, 29, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6916, 29, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6917, 29, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6918, 29, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6919, 29, 2514, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6920, 29, 2524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6921, 29, 2990, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6922, 29, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6923, 29, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6924, 29, 3551, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6925, 29, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6926, 29, 3483, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6927, 29, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6928, 29, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6929, 29, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6930, 29, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6931, 29, 2901, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6932, 29, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6933, 29, 2824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6934, 29, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6935, 29, 3077, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6936, 29, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6937, 29, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6938, 29, 2608, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6939, 29, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6940, 29, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6941, 29, 3277, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6942, 29, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6943, 29, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6944, 29, 3304, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6945, 29, 3303, 0, '50.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6946, 29, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6947, 29, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6948, 29, 3339, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6949, 29, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6950, 29, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6951, 29, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6952, 29, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6953, 29, 3265, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6954, 29, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6955, 29, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6956, 29, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6957, 29, 3145, 0, '20.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6958, 29, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6959, 29, 3306, 0, '119.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6960, 29, 3305, 0, '10.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6961, 29, 3072, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6962, 29, 3071, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6963, 29, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6964, 29, 2837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6965, 29, 2838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6966, 29, 2839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6967, 29, 2841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6968, 29, 2842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6969, 29, 2843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6970, 29, 2840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6971, 29, 2730, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6972, 29, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6973, 29, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6974, 29, 3268, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6975, 29, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6976, 29, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6977, 29, 3294, 0, '83.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6978, 29, 3293, 0, '100.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6979, 29, 3042, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6980, 29, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6981, 29, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6982, 29, 3301, 0, '112.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6983, 29, 3295, 0, '169.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6984, 29, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6985, 29, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6986, 29, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6987, 29, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6988, 29, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6989, 29, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6990, 29, 3274, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6991, 29, 3272, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6992, 29, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6993, 29, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6994, 29, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6995, 29, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6996, 29, 2623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6997, 29, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6998, 29, 3024, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (6999, 29, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7000, 29, 2693, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7001, 29, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7002, 29, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7003, 29, 3247, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7004, 29, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7005, 29, 2604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7006, 29, 2605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7007, 29, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7008, 29, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7009, 29, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7010, 29, 3299, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7011, 29, 2616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7012, 29, 3108, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7013, 29, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7014, 29, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7015, 29, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7016, 29, 3063, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7017, 29, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7018, 29, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7019, 29, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7020, 29, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7021, 29, 3061, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7022, 29, 2513, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7023, 29, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7024, 29, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7025, 29, 3276, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7026, 29, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7027, 29, 3556, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7028, 29, 3085, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7029, 29, 2541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7030, 29, 2666, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7031, 29, 3048, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7032, 29, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7033, 29, 3086, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7034, 29, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7035, 29, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7036, 29, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7037, 29, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7038, 29, 2565, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7039, 29, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7040, 29, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7041, 29, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7042, 29, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7043, 29, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7044, 29, 2993, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7045, 29, 2867, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7046, 29, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7047, 29, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7048, 29, 2870, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7049, 29, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7050, 29, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7051, 29, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7052, 29, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7053, 29, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7054, 29, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7055, 29, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7056, 29, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7057, 29, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7058, 29, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7059, 29, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7060, 29, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7061, 29, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7062, 29, 3646, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7063, 29, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7064, 29, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7065, 29, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7066, 29, 2985, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7067, 29, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7068, 29, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7069, 29, 2661, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7070, 29, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7071, 29, 3314, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7072, 29, 2949, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7073, 29, 3026, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7074, 29, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7075, 29, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7076, 29, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7077, 29, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7078, 29, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7079, 29, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7080, 29, 2829, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7081, 29, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7082, 29, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7083, 29, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7084, 29, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7085, 29, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7086, 29, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7087, 29, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7088, 29, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7089, 29, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7090, 29, 3631, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7091, 29, 3178, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7092, 29, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7093, 29, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7094, 29, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7095, 29, 2952, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7096, 29, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7097, 29, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7098, 29, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7099, 29, 2982, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7100, 29, 3212, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7101, 29, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7102, 29, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7103, 29, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7104, 29, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7105, 29, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7106, 29, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7107, 29, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7108, 29, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7109, 29, 3626, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7110, 29, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7111, 29, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7112, 29, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7113, 29, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7114, 29, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7115, 29, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7116, 29, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7117, 29, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7118, 29, 3084, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7119, 29, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7120, 29, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7121, 29, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7122, 29, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7123, 29, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7124, 29, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7125, 29, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7126, 29, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7127, 29, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7128, 29, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7129, 29, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7130, 29, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7131, 29, 3507, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7132, 29, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7133, 29, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7134, 29, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7135, 29, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7136, 29, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7137, 29, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7138, 29, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7139, 29, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7140, 29, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7141, 29, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7142, 29, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7143, 29, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7144, 29, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7145, 29, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7146, 29, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7147, 29, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7148, 29, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7149, 29, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7150, 29, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7151, 29, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7152, 29, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7153, 29, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7154, 29, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7155, 29, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7156, 29, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7157, 29, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7158, 29, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7159, 29, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7160, 29, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7161, 29, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7162, 29, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7163, 29, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7164, 29, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7165, 29, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7166, 29, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7167, 29, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7168, 29, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7169, 29, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7170, 29, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7171, 29, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7172, 29, 2512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7173, 29, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7174, 29, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7175, 29, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7176, 29, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7177, 29, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7178, 29, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7179, 29, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7180, 29, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7181, 29, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7182, 29, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7183, 29, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7184, 29, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7185, 29, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7186, 29, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7187, 29, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7188, 29, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7189, 29, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7190, 29, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7191, 29, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7192, 29, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7193, 29, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7194, 29, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7195, 29, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7196, 29, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7197, 29, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7198, 29, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7199, 29, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7200, 29, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7201, 29, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7202, 29, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7203, 29, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7204, 29, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7205, 29, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7206, 29, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7207, 29, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7208, 29, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7209, 29, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7210, 29, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7211, 29, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7212, 29, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7213, 29, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7214, 29, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7215, 29, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7216, 29, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7217, 29, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7218, 29, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7219, 29, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7220, 29, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7221, 29, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7222, 29, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7223, 29, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7224, 29, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7225, 29, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7226, 29, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7227, 29, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7228, 29, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7229, 29, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7230, 29, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7231, 29, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7232, 29, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7233, 29, 2767, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7234, 29, 2768, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7235, 29, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7236, 29, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7237, 29, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7238, 29, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7239, 29, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7240, 29, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7241, 29, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7242, 29, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7243, 29, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7244, 29, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7245, 29, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7246, 29, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7247, 29, 3602, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7248, 29, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7249, 29, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7250, 29, 3329, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7251, 29, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7252, 29, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7253, 29, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7254, 29, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7255, 29, 2660, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7256, 29, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7257, 29, 2864, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7258, 29, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7259, 29, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7260, 29, 2959, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7261, 29, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7262, 29, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7263, 29, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7264, 29, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7265, 29, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7266, 29, 3641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7267, 29, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7268, 29, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7269, 29, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7270, 29, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7271, 29, 2644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7272, 29, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7273, 29, 2647, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7274, 29, 2645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7275, 29, 2822, 0, '22.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7276, 29, 2646, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7277, 29, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7278, 29, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7279, 29, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7280, 29, 2791, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7281, 29, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7282, 29, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7283, 29, 3120, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7284, 29, 2772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7285, 29, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7286, 29, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7287, 29, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7288, 29, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7289, 29, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7290, 29, 2504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7291, 29, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7292, 29, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7293, 29, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7294, 29, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7295, 29, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7296, 29, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7297, 29, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7298, 29, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7299, 29, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7300, 29, 3343, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7301, 29, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7302, 29, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7303, 29, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7304, 29, 2773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7305, 29, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7306, 29, 3256, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7307, 29, 2950, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7308, 29, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7309, 29, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7310, 29, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7311, 29, 2534, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7312, 29, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7313, 29, 2710, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7314, 29, 2712, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7315, 29, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7316, 29, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7317, 29, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7318, 29, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7319, 29, 2930, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7320, 29, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7321, 29, 2921, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7322, 29, 2918, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7323, 29, 2935, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7324, 29, 2923, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7325, 29, 2920, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7326, 29, 2927, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7327, 29, 2922, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7328, 29, 2933, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7329, 29, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7330, 29, 2925, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7331, 29, 2919, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7332, 29, 2929, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7333, 29, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7334, 29, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7335, 29, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7336, 29, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7337, 29, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7338, 29, 3592, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7339, 29, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7340, 29, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7341, 29, 3075, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7342, 29, 2709, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7343, 29, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7344, 29, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7345, 29, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7346, 29, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7347, 29, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7348, 29, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7349, 29, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7350, 29, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7351, 29, 2785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7352, 29, 2788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7353, 29, 2782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7354, 29, 2787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7355, 29, 2780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7356, 29, 2781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7357, 29, 2786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7358, 29, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7359, 29, 2783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7360, 29, 2784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7361, 29, 3481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7362, 29, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7363, 29, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7364, 29, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7365, 29, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7366, 29, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7367, 29, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7368, 29, 3123, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7369, 29, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7370, 29, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7371, 29, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7372, 29, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7373, 29, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7374, 29, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7375, 29, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7376, 29, 2552, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7377, 29, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7378, 29, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7379, 29, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7380, 29, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7381, 29, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7382, 29, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7383, 29, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7384, 29, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7385, 29, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7386, 29, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7387, 29, 3618, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7388, 29, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7389, 29, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7390, 29, 2711, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7391, 29, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7392, 29, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7393, 29, 3606, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7394, 29, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7395, 29, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7396, 29, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7397, 29, 3622, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7398, 29, 3073, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7399, 29, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7400, 29, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7401, 29, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7402, 29, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7403, 29, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7404, 29, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7405, 29, 2713, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7406, 29, 3114, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7407, 29, 3182, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7408, 29, 3015, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7409, 29, 3074, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7410, 29, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7411, 29, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7412, 29, 2612, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7413, 29, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7414, 29, 3610, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7415, 29, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7416, 29, 2614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7417, 29, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7418, 29, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7419, 29, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7420, 29, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7421, 29, 3611, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7422, 29, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7423, 29, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7424, 29, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7425, 29, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7426, 29, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7427, 29, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7428, 29, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7429, 29, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7430, 29, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7431, 29, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7432, 29, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7433, 29, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7434, 29, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7435, 29, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7436, 29, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7437, 29, 2653, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7438, 29, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7439, 29, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7440, 29, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7441, 29, 2879, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7442, 29, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7443, 29, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7444, 29, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7445, 29, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7446, 29, 3043, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7447, 29, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7448, 29, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7449, 29, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7450, 29, 3187, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7451, 29, 2650, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7452, 29, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7453, 29, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7454, 29, 2523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7455, 29, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7456, 29, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7457, 29, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7458, 29, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7459, 29, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7460, 29, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7461, 29, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7462, 29, 3082, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7463, 29, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7464, 29, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7465, 29, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7466, 29, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7467, 29, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7468, 29, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7469, 29, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7470, 29, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7471, 29, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7472, 29, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7473, 29, 3183, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7474, 29, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7475, 29, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7476, 29, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7477, 29, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7478, 29, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7479, 29, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7480, 29, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7481, 29, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7482, 29, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7483, 29, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7484, 29, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7485, 29, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7486, 29, 2564, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7487, 29, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7488, 29, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7489, 29, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7490, 29, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7491, 29, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7492, 29, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7493, 29, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7494, 29, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7495, 29, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7496, 29, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7497, 29, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7498, 29, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7499, 29, 3596, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7500, 29, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7501, 29, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7502, 29, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7503, 29, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7504, 29, 2989, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7505, 29, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7506, 29, 2479, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7507, 29, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7508, 29, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7509, 29, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7510, 29, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7511, 29, 2834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7512, 29, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7513, 29, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7514, 29, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7515, 29, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7516, 29, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7517, 29, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7518, 29, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7519, 29, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7520, 29, 2535, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7521, 29, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7522, 29, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7523, 29, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7524, 29, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7525, 29, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7526, 29, 3252, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7527, 29, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7528, 29, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7529, 29, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7530, 29, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7531, 29, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7532, 29, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7533, 29, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7534, 29, 3292, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7535, 29, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7536, 29, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7537, 29, 3309, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7538, 29, 3297, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7539, 29, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7540, 29, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7541, 29, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7542, 29, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7543, 29, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7544, 29, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7545, 29, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7546, 29, 2465, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7547, 29, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7548, 29, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7549, 29, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7550, 29, 2910, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7551, 29, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7552, 29, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7553, 29, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7554, 29, 3621, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7555, 29, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7556, 29, 2482, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7557, 29, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7558, 29, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7559, 29, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7560, 29, 2454, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7561, 29, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7562, 29, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7563, 29, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7564, 29, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7565, 29, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7566, 29, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7567, 29, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7568, 29, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7569, 29, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7570, 29, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7571, 29, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7572, 29, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7573, 29, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7574, 29, 2589, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7575, 29, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7576, 29, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7577, 29, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7578, 29, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7579, 29, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7580, 29, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7581, 29, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7582, 29, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7583, 29, 3106, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7584, 29, 2560, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7585, 29, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7586, 29, 2561, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7587, 29, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7588, 29, 2681, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7589, 29, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7590, 29, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7591, 29, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7592, 29, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7593, 29, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7594, 29, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7595, 29, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7596, 29, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7597, 29, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7598, 29, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7599, 29, 3349, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7600, 29, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7601, 29, 3087, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7602, 29, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7603, 29, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7604, 29, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7605, 29, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7606, 29, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7607, 29, 3161, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7608, 29, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7609, 29, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7610, 29, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7611, 29, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7612, 29, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7613, 29, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7614, 29, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7615, 29, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7616, 29, 3156, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7617, 29, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7618, 29, 2804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7619, 29, 2803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7620, 29, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7621, 29, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7622, 29, 2579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7623, 29, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7624, 29, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7625, 29, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7626, 29, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7627, 29, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7628, 29, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7629, 29, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7630, 29, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7631, 29, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7632, 29, 2556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7633, 29, 2555, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7634, 29, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7635, 29, 2893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7636, 29, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7637, 29, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7638, 29, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7639, 29, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7640, 29, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7641, 29, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7642, 29, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7643, 29, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7644, 29, 2511, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7645, 29, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7646, 29, 3090, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7647, 29, 3232, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7648, 29, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7649, 29, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7650, 29, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7651, 29, 3628, 0, '40.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7652, 29, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7653, 29, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7654, 29, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7655, 29, 2862, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7656, 29, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7657, 29, 3214, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7658, 29, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7659, 29, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7660, 29, 2858, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7661, 29, 2859, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7662, 29, 2857, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7663, 29, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7664, 29, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7665, 29, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7666, 29, 3014, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7667, 29, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7668, 29, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7669, 29, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7670, 29, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7671, 29, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7672, 29, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7673, 29, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7674, 29, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7675, 29, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7676, 29, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7677, 29, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7678, 29, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7679, 29, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7680, 29, 2968, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7681, 29, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7682, 29, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7683, 29, 2967, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7684, 29, 2970, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7685, 29, 2971, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7686, 29, 2969, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7687, 29, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7688, 29, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7689, 29, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7690, 29, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7691, 29, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7692, 29, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7693, 29, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7694, 29, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7695, 29, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7696, 29, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7697, 29, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7698, 29, 2613, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7699, 29, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7700, 29, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7701, 29, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7702, 29, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7703, 29, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7704, 29, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7705, 29, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7706, 29, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7707, 29, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7708, 29, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7709, 29, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7710, 29, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7711, 29, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7712, 29, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7713, 29, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7714, 29, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7715, 29, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7716, 29, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7717, 29, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7718, 29, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7719, 29, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7720, 29, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7721, 29, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7722, 29, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7723, 29, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7724, 29, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7725, 29, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7726, 29, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7727, 29, 2484, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7728, 29, 3220, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7729, 29, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7730, 29, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7731, 29, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7732, 29, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7733, 29, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7734, 29, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7735, 29, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7736, 29, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7737, 29, 3609, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7738, 29, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7739, 29, 3644, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7740, 29, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7741, 29, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7742, 29, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7743, 29, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7744, 29, 2817, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7745, 29, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7746, 29, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7747, 29, 2778, 0, '30.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7748, 29, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7749, 29, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7750, 29, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7751, 29, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7752, 29, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7753, 29, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7754, 29, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7755, 29, 3311, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7756, 29, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7757, 29, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7758, 29, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7759, 29, 3172, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7760, 29, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7761, 29, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7762, 29, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7763, 29, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7764, 29, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7765, 29, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7766, 29, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7767, 29, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7768, 29, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7769, 29, 2477, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7770, 29, 2476, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7771, 29, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7772, 29, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7773, 29, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7774, 29, 2638, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7775, 29, 2473, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7776, 29, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7777, 29, 2667, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7778, 29, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7779, 29, 2658, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7780, 29, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7781, 29, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7782, 29, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7783, 29, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7784, 29, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7785, 29, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7786, 29, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7787, 29, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7788, 29, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7789, 29, 2610, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7790, 29, 2615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7791, 29, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7792, 29, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7793, 29, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7794, 29, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7795, 29, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7796, 29, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7797, 29, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7798, 29, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7799, 29, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7800, 29, 3308, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7801, 29, 3307, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7802, 29, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7803, 29, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7804, 29, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7805, 29, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7806, 29, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7807, 29, 3330, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7808, 29, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7809, 29, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7810, 29, 2528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7811, 29, 2538, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7812, 29, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7813, 29, 2540, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7814, 29, 2748, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7815, 29, 2753, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7816, 29, 3302, 0, '16.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7817, 29, 3237, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7818, 29, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7819, 29, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7820, 29, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7821, 29, 2698, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7822, 29, 2699, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7823, 29, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7824, 29, 2702, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7825, 29, 2701, 0, '141.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7826, 29, 2705, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7827, 29, 2703, 0, '219.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7828, 29, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7829, 29, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7830, 29, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7831, 29, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7832, 29, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7833, 29, 3190, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7834, 29, 2766, 0, '13.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7835, 29, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7836, 29, 2577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7837, 29, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7838, 29, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7839, 29, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7840, 29, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7841, 29, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7842, 29, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7843, 29, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7844, 29, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7845, 29, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7846, 29, 2988, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7847, 29, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7848, 29, 2899, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7849, 29, 2938, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7850, 29, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7851, 29, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7852, 29, 3271, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7853, 29, 3273, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7854, 29, 3275, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7855, 29, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7856, 29, 2745, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7857, 29, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7858, 29, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7859, 29, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7860, 29, 2665, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7861, 29, 2670, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7862, 29, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7863, 29, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7864, 29, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7865, 29, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7866, 29, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7867, 29, 2530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7868, 29, 2529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7869, 29, 2733, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7870, 29, 2531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7871, 29, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7872, 29, 2495, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7873, 29, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7874, 29, 2490, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7875, 29, 2492, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7876, 29, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7877, 29, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7878, 29, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7879, 29, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7880, 29, 2719, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7881, 29, 2720, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7882, 29, 2721, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7883, 29, 2722, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7884, 29, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7885, 29, 2724, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7886, 29, 2725, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7887, 29, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7888, 29, 2727, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7889, 29, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7890, 29, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7891, 29, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7892, 29, 2749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7893, 29, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7894, 29, 2752, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7895, 29, 2755, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7896, 29, 2756, 0, '34.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7897, 29, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7898, 29, 2759, 0, '13.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7899, 29, 2760, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7900, 29, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7901, 29, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7902, 29, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7903, 29, 3171, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7904, 29, 3128, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7905, 29, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7906, 29, 3131, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7907, 29, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7908, 29, 3133, 0, '22.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7909, 29, 3132, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7910, 29, 3136, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7911, 29, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7912, 29, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7913, 29, 3138, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7914, 29, 3134, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7915, 29, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7916, 29, 3147, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7917, 29, 3144, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7918, 29, 3143, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7919, 29, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7920, 29, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7921, 29, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7922, 29, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7923, 29, 3241, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7924, 29, 3245, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7925, 29, 3257, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7926, 29, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7927, 29, 3259, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7928, 29, 3260, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7929, 29, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7930, 29, 3264, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7931, 29, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7932, 29, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7933, 29, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7934, 29, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7935, 29, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7936, 29, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7937, 29, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7938, 29, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7939, 29, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7940, 29, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7941, 29, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7942, 29, 3081, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7943, 29, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7944, 29, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7945, 29, 3225, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7946, 29, 3317, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7947, 29, 3318, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7948, 29, 2866, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7949, 29, 2455, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7950, 29, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7951, 29, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7952, 29, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7953, 29, 2827, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7954, 29, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7955, 29, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7956, 29, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7957, 29, 3326, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7958, 29, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7959, 29, 3332, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7960, 29, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7961, 29, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7962, 29, 3104, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7963, 29, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7964, 29, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7965, 29, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7966, 29, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7967, 29, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7968, 29, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7969, 29, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7970, 29, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7971, 29, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7972, 29, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7973, 30, 3742, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7974, 31, 2640, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7975, 32, 3324, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7976, 33, 2894, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7977, 34, 3484, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7978, 35, 3433, 0, '99.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7979, 35, 3351, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7980, 35, 3470, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7981, 35, 3655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7982, 35, 3679, 0, '46.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7983, 35, 3373, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7984, 35, 3720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7985, 35, 3670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7986, 35, 3719, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7987, 35, 3681, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7988, 35, 3730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7989, 35, 3665, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7990, 35, 3383, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7991, 35, 3683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7992, 35, 3673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7993, 35, 3716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7994, 35, 3421, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7995, 35, 3689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7996, 35, 3414, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7997, 35, 3448, 0, '66.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7998, 35, 3714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (7999, 35, 3734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8000, 35, 3358, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8001, 35, 3706, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8002, 35, 3708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8003, 35, 3555, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8004, 35, 3691, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8005, 35, 3368, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8006, 35, 3428, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8007, 35, 3710, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8008, 35, 3354, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8009, 35, 3446, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8010, 35, 3413, 0, '248.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8011, 35, 3398, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8012, 35, 3661, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8013, 35, 3473, 0, '221.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8014, 35, 3437, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8015, 35, 3676, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8016, 35, 3732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8017, 35, 3740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8018, 35, 3434, 0, '135.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8019, 35, 3359, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8020, 35, 3409, 0, '377.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8021, 35, 3701, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8022, 35, 3690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8023, 35, 3407, 0, '1569.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8024, 35, 3725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8025, 35, 3697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8026, 35, 3364, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8027, 35, 3425, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8028, 35, 3454, 0, '67.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8029, 35, 3450, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8030, 35, 3372, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8031, 35, 3711, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8032, 35, 3418, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8033, 35, 3656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8034, 35, 3361, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8035, 35, 3399, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8036, 35, 3674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8037, 35, 3439, 0, '45.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8038, 35, 3472, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8039, 35, 3469, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8040, 35, 3435, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8041, 35, 3438, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8042, 35, 3416, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8043, 35, 3429, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8044, 35, 3374, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8045, 35, 3699, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8046, 35, 3457, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8047, 35, 3453, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8048, 35, 3465, 0, '150.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8049, 35, 3696, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8050, 35, 3417, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8051, 35, 3384, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8052, 35, 3703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8053, 35, 3660, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8054, 35, 3385, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8055, 35, 3441, 0, '222.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8056, 35, 3393, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8057, 35, 3704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8058, 35, 3376, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8059, 35, 3392, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8060, 35, 3672, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8061, 35, 3402, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8062, 35, 3423, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8063, 35, 3375, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8064, 35, 3432, 0, '56.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8065, 35, 3667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8066, 35, 3404, 0, '30.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8067, 35, 3388, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8068, 35, 3403, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8069, 35, 3444, 0, '22.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8070, 35, 3738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8071, 35, 3386, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8072, 35, 3461, 0, '48.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8073, 35, 3662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8074, 35, 3686, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8075, 35, 3712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8076, 35, 3460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8077, 35, 3675, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8078, 35, 3370, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8079, 35, 3431, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8080, 35, 3355, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8081, 35, 3352, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8082, 35, 3419, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8083, 35, 3733, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8084, 35, 3727, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8085, 35, 3440, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8086, 35, 3424, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8087, 35, 3735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8088, 35, 3678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8089, 35, 3693, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8090, 35, 3369, 0, '16.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8091, 35, 3677, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8092, 35, 3466, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8093, 35, 3474, 0, '33.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8094, 35, 3722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8095, 35, 3394, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8096, 35, 3462, 0, '42.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8097, 35, 3436, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8098, 35, 3356, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8099, 35, 3467, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8100, 35, 3694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8101, 35, 3715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8102, 35, 3412, 0, '207.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8103, 35, 3426, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8104, 35, 3471, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8105, 35, 3367, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8106, 35, 3666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8107, 35, 3389, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8108, 35, 3717, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8109, 35, 3713, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8110, 35, 3401, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8111, 35, 3380, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8112, 35, 3729, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8113, 35, 3695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8114, 35, 3682, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8115, 35, 3387, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8116, 35, 3445, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8117, 35, 3723, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8118, 35, 3430, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8119, 35, 3420, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8120, 35, 3427, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8121, 35, 3443, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8122, 35, 3721, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8123, 35, 3707, 0, '28.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8124, 35, 3680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8125, 35, 3452, 0, '30.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8126, 35, 3405, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8127, 35, 3365, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8128, 35, 3451, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8129, 35, 3382, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8130, 35, 3476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8131, 35, 3731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8132, 35, 3408, 0, '1446.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8133, 35, 3377, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8134, 35, 3406, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8135, 35, 3692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8136, 35, 3381, 0, '27.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8137, 35, 3685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8138, 35, 3360, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8139, 35, 3659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8140, 35, 3653, 0, '82.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8141, 35, 3415, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8142, 35, 3397, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8143, 35, 3390, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8144, 35, 3455, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8145, 35, 3739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8146, 35, 3442, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8147, 35, 3688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8148, 35, 3700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8149, 35, 3395, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8150, 35, 3366, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8151, 35, 3391, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8152, 35, 3379, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8153, 35, 3475, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8154, 35, 3400, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8155, 35, 3668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8156, 35, 3363, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8157, 35, 3736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8158, 35, 3687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8159, 35, 3350, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8160, 35, 3463, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8161, 35, 3652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8162, 35, 3458, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8163, 35, 3658, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8164, 35, 3663, 0, '169.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8165, 35, 3726, 0, '34.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8166, 35, 3737, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8167, 35, 3702, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8168, 35, 3468, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8169, 35, 3651, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8170, 35, 3447, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8171, 35, 3477, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8172, 35, 3459, 0, '39.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8173, 35, 3410, 0, '1448.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8174, 35, 3357, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8175, 35, 3709, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8176, 35, 3728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8177, 35, 3664, 0, '34.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8178, 35, 3698, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8179, 35, 3718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8180, 35, 3654, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8181, 35, 3669, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8182, 35, 3449, 0, '50.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8183, 35, 3353, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8184, 35, 3464, 0, '146.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8185, 35, 3411, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8186, 35, 3362, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8187, 35, 3378, 0, '27.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8188, 35, 3478, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8189, 35, 3456, 0, '40.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8190, 35, 3724, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8191, 35, 3657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8192, 35, 3684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8193, 35, 3705, 0, '14.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8194, 35, 3671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8195, 35, 3371, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8196, 36, 2916, NULL, '4.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8197, 36, 2981, NULL, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8198, 37, 3000, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8199, 38, 2916, NULL, '6.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8200, 38, 2981, NULL, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8201, 39, 2560, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8202, 40, 3248, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8203, 40, 3777, NULL, '50.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8205, 41, 3316, NULL, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8206, 42, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8207, 42, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8208, 42, 3620, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8209, 42, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8210, 42, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8211, 42, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8212, 42, 2524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8213, 42, 2990, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8214, 42, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8215, 42, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8216, 42, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8217, 42, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8218, 42, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8219, 42, 3483, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8220, 42, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8221, 42, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8222, 42, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8223, 42, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8224, 42, 2901, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8225, 42, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8226, 42, 2824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8227, 42, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8228, 42, 3077, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8229, 42, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8230, 42, 2607, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8231, 42, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8232, 42, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8233, 42, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8234, 42, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8235, 42, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8236, 42, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8237, 42, 3303, 0, '9.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8238, 42, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8239, 42, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8240, 42, 3339, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8241, 42, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8242, 42, 3146, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8243, 42, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8244, 42, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8245, 42, 3265, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8246, 42, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8247, 42, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8248, 42, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8249, 42, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8250, 42, 3306, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8251, 42, 3305, 0, '65.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8252, 42, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8253, 42, 2730, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8254, 42, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8255, 42, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8256, 42, 3268, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8257, 42, 2757, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8258, 42, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8259, 42, 3294, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8260, 42, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8261, 42, 2996, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8262, 42, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8263, 42, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8264, 42, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8265, 42, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8266, 42, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8267, 42, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8268, 42, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8269, 42, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8270, 42, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8271, 42, 3274, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8272, 42, 3272, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8273, 42, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8274, 42, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8275, 42, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8276, 42, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8277, 42, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8278, 42, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8279, 42, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8280, 42, 2693, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8281, 42, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8282, 42, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8283, 42, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8284, 42, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8285, 42, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8286, 42, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8287, 42, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8288, 42, 3299, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8289, 42, 2616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8290, 42, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8291, 42, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8292, 42, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8293, 42, 3063, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8294, 42, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8295, 42, 2486, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8296, 42, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8297, 42, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8298, 42, 3061, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8299, 42, 2513, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8300, 42, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8301, 42, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8302, 42, 3276, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8303, 42, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8304, 42, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8305, 42, 3085, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8306, 42, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8307, 42, 3048, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8308, 42, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8309, 42, 3086, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8310, 42, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8311, 42, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8312, 42, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8313, 42, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8314, 42, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8315, 42, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8316, 42, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8317, 42, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8318, 42, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8319, 42, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8320, 42, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8321, 42, 2867, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8322, 42, 2868, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8323, 42, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8324, 42, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8325, 42, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8326, 42, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8327, 42, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8328, 42, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8329, 42, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8330, 42, 3751, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8331, 42, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8332, 42, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8333, 42, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8334, 42, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8335, 42, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8336, 42, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8337, 42, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8338, 42, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8339, 42, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8340, 42, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8341, 42, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8342, 42, 3646, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8343, 42, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8344, 42, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8345, 42, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8346, 42, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8347, 42, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8348, 42, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8349, 42, 2661, 0, '37.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8350, 42, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8351, 42, 3314, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8352, 42, 2949, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8353, 42, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8354, 42, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8355, 42, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8356, 42, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8357, 42, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8358, 42, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8359, 42, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8360, 42, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8361, 42, 2831, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8362, 42, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8363, 42, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8364, 42, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8365, 42, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8366, 42, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8367, 42, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8368, 42, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8369, 42, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8370, 42, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8371, 42, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8372, 42, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8373, 42, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8374, 42, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8375, 42, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8376, 42, 2952, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8377, 42, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8378, 42, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8379, 42, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8380, 42, 2982, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8381, 42, 3212, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8382, 42, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8383, 42, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8384, 42, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8385, 42, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8386, 42, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8387, 42, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8388, 42, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8389, 42, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8390, 42, 3626, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8391, 42, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8392, 42, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8393, 42, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8394, 42, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8395, 42, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8396, 42, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8397, 42, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8398, 42, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8399, 42, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8400, 42, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8401, 42, 3084, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8402, 42, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8403, 42, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8404, 42, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8405, 42, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8406, 42, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8407, 42, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8408, 42, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8409, 42, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8410, 42, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8411, 42, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8412, 42, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8413, 42, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8414, 42, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8415, 42, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8416, 42, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8417, 42, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8418, 42, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8419, 42, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8420, 42, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8421, 42, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8422, 42, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8423, 42, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8424, 42, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8425, 42, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8426, 42, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8427, 42, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8428, 42, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8429, 42, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8430, 42, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8431, 42, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8432, 42, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8433, 42, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8434, 42, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8435, 42, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8436, 42, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8437, 42, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8438, 42, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8439, 42, 3529, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8440, 42, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8441, 42, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8442, 42, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8443, 42, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8444, 42, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8445, 42, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8446, 42, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8447, 42, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8448, 42, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8449, 42, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8450, 42, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8451, 42, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8452, 42, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8453, 42, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8454, 42, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8455, 42, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8456, 42, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8457, 42, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8458, 42, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8459, 42, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8460, 42, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8461, 42, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8462, 42, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8463, 42, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8464, 42, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8465, 42, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8466, 42, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8467, 42, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8468, 42, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8469, 42, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8470, 42, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8471, 42, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8472, 42, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8473, 42, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8474, 42, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8475, 42, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8476, 42, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8477, 42, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8478, 42, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8479, 42, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8480, 42, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8481, 42, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8482, 42, 3543, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8483, 42, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8484, 42, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8485, 42, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8486, 42, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8487, 42, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8488, 42, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8489, 42, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8490, 42, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8491, 42, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8492, 42, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8493, 42, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8494, 42, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8495, 42, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8496, 42, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8497, 42, 3571, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8498, 42, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8499, 42, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8500, 42, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8501, 42, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8502, 42, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8503, 42, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8504, 42, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8505, 42, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8506, 42, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8507, 42, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8508, 42, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8509, 42, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8510, 42, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8511, 42, 3152, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8512, 42, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8513, 42, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8514, 42, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8515, 42, 2767, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8516, 42, 2768, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8517, 42, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8518, 42, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8519, 42, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8520, 42, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8521, 42, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8522, 42, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8523, 42, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8524, 42, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8525, 42, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8526, 42, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8527, 42, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8528, 42, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8529, 42, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8530, 42, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8531, 42, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8532, 42, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8533, 42, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8534, 42, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8535, 42, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8536, 42, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8537, 42, 3044, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8538, 42, 2660, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8539, 42, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8540, 42, 2864, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8541, 42, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8542, 42, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8543, 42, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8544, 42, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8545, 42, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8546, 42, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8547, 42, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8548, 42, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8549, 42, 3641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8550, 42, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8551, 42, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8552, 42, 2643, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8553, 42, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8554, 42, 2644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8555, 42, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8556, 42, 2647, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8557, 42, 2645, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8558, 42, 2822, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8559, 42, 2646, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8560, 42, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8561, 42, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8562, 42, 2873, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8563, 42, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8564, 42, 2790, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8565, 42, 2789, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8566, 42, 3120, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8567, 42, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8568, 42, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8569, 42, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8570, 42, 2507, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8571, 42, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8572, 42, 2504, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8573, 42, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8574, 42, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8575, 42, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8576, 42, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8577, 42, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8578, 42, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8579, 42, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8580, 42, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8581, 42, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8582, 42, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8583, 42, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8584, 42, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8585, 42, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8586, 42, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8587, 42, 3256, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8588, 42, 3743, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8589, 42, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8590, 42, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8591, 42, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8592, 42, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8593, 42, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8594, 42, 2534, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8595, 42, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8596, 42, 2710, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8597, 42, 2712, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8598, 42, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8599, 42, 3640, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8600, 42, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8601, 42, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8602, 42, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8603, 42, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8604, 42, 2930, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8605, 42, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8606, 42, 2921, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8607, 42, 2918, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8608, 42, 2935, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8609, 42, 2923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8610, 42, 2920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8611, 42, 2927, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8612, 42, 2922, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8613, 42, 2933, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8614, 42, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8615, 42, 2919, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8616, 42, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8617, 42, 2934, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8618, 42, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8619, 42, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8620, 42, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8621, 42, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8622, 42, 2544, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8623, 42, 2545, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8624, 42, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8625, 42, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8626, 42, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8627, 42, 3567, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8628, 42, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8629, 42, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8630, 42, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8631, 42, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8632, 42, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8633, 42, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8634, 42, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8635, 42, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8636, 42, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8637, 42, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8638, 42, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8639, 42, 3123, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8640, 42, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8641, 42, 3643, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8642, 42, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8643, 42, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8644, 42, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8645, 42, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8646, 42, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8647, 42, 2552, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8648, 42, 2881, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8649, 42, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8650, 42, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8651, 42, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8652, 42, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8653, 42, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8654, 42, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8655, 42, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8656, 42, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8657, 42, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8658, 42, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8659, 42, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8660, 42, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8661, 42, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8662, 42, 2711, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8663, 42, 3580, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8664, 42, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8665, 42, 3606, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8666, 42, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8667, 42, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8668, 42, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8669, 42, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8670, 42, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8671, 42, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8672, 42, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8673, 42, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8674, 42, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8675, 42, 2713, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8676, 42, 3114, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8677, 42, 3182, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8678, 42, 3015, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8679, 42, 3074, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8680, 42, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8681, 42, 2617, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8682, 42, 2612, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8683, 42, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8684, 42, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8685, 42, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8686, 42, 2614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8687, 42, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8688, 42, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8689, 42, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8690, 42, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8691, 42, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8692, 42, 3148, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8693, 42, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8694, 42, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8695, 42, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8696, 42, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8697, 42, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8698, 42, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8699, 42, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8700, 42, 3047, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8701, 42, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8702, 42, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8703, 42, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8704, 42, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8705, 42, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8706, 42, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8707, 42, 2653, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8708, 42, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8709, 42, 2886, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8710, 42, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8711, 42, 2879, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8712, 42, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8713, 42, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8714, 42, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8715, 42, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8716, 42, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8717, 42, 3579, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8718, 42, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8719, 42, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8720, 42, 3187, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8721, 42, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8722, 42, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8723, 42, 3480, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8724, 42, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8725, 42, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8726, 42, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8727, 42, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8728, 42, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8729, 42, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8730, 42, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8731, 42, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8732, 42, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8733, 42, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8734, 42, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8735, 42, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8736, 42, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8737, 42, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8738, 42, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8739, 42, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8740, 42, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8741, 42, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8742, 42, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8743, 42, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8744, 42, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8745, 42, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8746, 42, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8747, 42, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8748, 42, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8749, 42, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8750, 42, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8751, 42, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8752, 42, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8753, 42, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8754, 42, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8755, 42, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8756, 42, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8757, 42, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8758, 42, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8759, 42, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8760, 42, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8761, 42, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8762, 42, 2572, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8763, 42, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8764, 42, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8765, 42, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8766, 42, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8767, 42, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8768, 42, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8769, 42, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8770, 42, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8771, 42, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8772, 42, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8773, 42, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8774, 42, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8775, 42, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8776, 42, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8777, 42, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8778, 42, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8779, 42, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8780, 42, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8781, 42, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8782, 42, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8783, 42, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8784, 42, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8785, 42, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8786, 42, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8787, 42, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8788, 42, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8789, 42, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8790, 42, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8791, 42, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8792, 42, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8793, 42, 3252, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8794, 42, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8795, 42, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8796, 42, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8797, 42, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8798, 42, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8799, 42, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8800, 42, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8801, 42, 3292, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8802, 42, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8803, 42, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8804, 42, 3309, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8805, 42, 3297, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8806, 42, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8807, 42, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8808, 42, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8809, 42, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8810, 42, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8811, 42, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8812, 42, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8813, 42, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8814, 42, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8815, 42, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8816, 42, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8817, 42, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8818, 42, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8819, 42, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8820, 42, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8821, 42, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8822, 42, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8823, 42, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8824, 42, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8825, 42, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8826, 42, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8827, 42, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8828, 42, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8829, 42, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8830, 42, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8831, 42, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8832, 42, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8833, 42, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8834, 42, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8835, 42, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8836, 42, 3773, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8837, 42, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8838, 42, 2651, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8839, 42, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8840, 42, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8841, 42, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8842, 42, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8843, 42, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8844, 42, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8845, 42, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8846, 42, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8847, 42, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8848, 42, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8849, 42, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8850, 42, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8851, 42, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8852, 42, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8853, 42, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8854, 42, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8855, 42, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8856, 42, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8857, 42, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8858, 42, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8859, 42, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8860, 42, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8861, 42, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8862, 42, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8863, 42, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8864, 42, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8865, 42, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8866, 42, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8867, 42, 3349, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8868, 42, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8869, 42, 3087, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8870, 42, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8871, 42, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8872, 42, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8873, 42, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8874, 42, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8875, 42, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8876, 42, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8877, 42, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8878, 42, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8879, 42, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8880, 42, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8881, 42, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8882, 42, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8883, 42, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8884, 42, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8885, 42, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8886, 42, 2804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8887, 42, 2803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8888, 42, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8889, 42, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8890, 42, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8891, 42, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8892, 42, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8893, 42, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8894, 42, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8895, 42, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8896, 42, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8897, 42, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8898, 42, 3625, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8899, 42, 3772, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8900, 42, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8901, 42, 2893, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8902, 42, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8903, 42, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8904, 42, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8905, 42, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8906, 42, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8907, 42, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8908, 42, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8909, 42, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8910, 42, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8911, 42, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8912, 42, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8913, 42, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8914, 42, 2917, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8915, 42, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8916, 42, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8917, 42, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8918, 42, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8919, 42, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8920, 42, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8921, 42, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8922, 42, 3214, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8923, 42, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8924, 42, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8925, 42, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8926, 42, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8927, 42, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8928, 42, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8929, 42, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8930, 42, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8931, 42, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8932, 42, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8933, 42, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8934, 42, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8935, 42, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8936, 42, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8937, 42, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8938, 42, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8939, 42, 3635, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8940, 42, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8941, 42, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8942, 42, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8943, 42, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8944, 42, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8945, 42, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8946, 42, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8947, 42, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8948, 42, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8949, 42, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8950, 42, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8951, 42, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8952, 42, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8953, 42, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8954, 42, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8955, 42, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8956, 42, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8957, 42, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8958, 42, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8959, 42, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8960, 42, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8961, 42, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8962, 42, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8963, 42, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8964, 42, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8965, 42, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8966, 42, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8967, 42, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8968, 42, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8969, 42, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8970, 42, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8971, 42, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8972, 42, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8973, 42, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8974, 42, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8975, 42, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8976, 42, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8977, 42, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8978, 42, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8979, 42, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8980, 42, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8981, 42, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8982, 42, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8983, 42, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8984, 42, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8985, 42, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8986, 42, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8987, 42, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8988, 42, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8989, 42, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8990, 42, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8991, 42, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8992, 42, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8993, 42, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8994, 42, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8995, 42, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8996, 42, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8997, 42, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8998, 42, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (8999, 42, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9000, 42, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9001, 42, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9002, 42, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9003, 42, 3609, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9004, 42, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9005, 42, 3644, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9006, 42, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9007, 42, 2876, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9008, 42, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9009, 42, 3553, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9010, 42, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9011, 42, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9012, 42, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9013, 42, 2778, 0, '30.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9014, 42, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9015, 42, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9016, 42, 3762, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9017, 42, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9018, 42, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9019, 42, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9020, 42, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9021, 42, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9022, 42, 3311, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9023, 42, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9024, 42, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9025, 42, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9026, 42, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9027, 42, 3172, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9028, 42, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9029, 42, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9030, 42, 2953, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9031, 42, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9032, 42, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9033, 42, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9034, 42, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9035, 42, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9036, 42, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9037, 42, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9038, 42, 2476, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9039, 42, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9040, 42, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9041, 42, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9042, 42, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9043, 42, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9044, 42, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9045, 42, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9046, 42, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9047, 42, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9048, 42, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9049, 42, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9050, 42, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9051, 42, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9052, 42, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9053, 42, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9054, 42, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9055, 42, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9056, 42, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9057, 42, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9058, 42, 2615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9059, 42, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9060, 42, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9061, 42, 2761, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9062, 42, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9063, 42, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9064, 42, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9065, 42, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9066, 42, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9067, 42, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9068, 42, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9069, 42, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9070, 42, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9071, 42, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9072, 42, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9073, 42, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9074, 42, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9075, 42, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9076, 42, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9077, 42, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9078, 42, 2528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9079, 42, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9080, 42, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9081, 42, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9082, 42, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9083, 42, 2753, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9084, 42, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9085, 42, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9086, 42, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9087, 42, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9088, 42, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9089, 42, 2698, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9090, 42, 2699, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9091, 42, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9092, 42, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9093, 42, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9094, 42, 2705, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9095, 42, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9096, 42, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9097, 42, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9098, 42, 2708, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9099, 42, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9100, 42, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9101, 42, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9102, 42, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9103, 42, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9104, 42, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9105, 42, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9106, 42, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9107, 42, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9108, 42, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9109, 42, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9110, 42, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9111, 42, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9112, 42, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9113, 42, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9114, 42, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9115, 42, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9116, 42, 3271, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9117, 42, 3273, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9118, 42, 3275, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9119, 42, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9120, 42, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9121, 42, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9122, 42, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9123, 42, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9124, 42, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9125, 42, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9126, 42, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9127, 42, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9128, 42, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9129, 42, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9130, 42, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9131, 42, 2733, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9132, 42, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9133, 42, 2495, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9134, 42, 2496, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9135, 42, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9136, 42, 2492, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9137, 42, 2754, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9138, 42, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9139, 42, 2716, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9140, 42, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9141, 42, 2719, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9142, 42, 2720, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9143, 42, 2721, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9144, 42, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9145, 42, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9146, 42, 2724, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9147, 42, 2725, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9148, 42, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9149, 42, 2727, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9150, 42, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9151, 42, 2746, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9152, 42, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9153, 42, 2749, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9154, 42, 2750, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9155, 42, 2752, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9156, 42, 2755, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9157, 42, 2756, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9158, 42, 2758, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9159, 42, 2759, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9160, 42, 2760, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9161, 42, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9162, 42, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9163, 42, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9164, 42, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9165, 42, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9166, 42, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9167, 42, 3131, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9168, 42, 3149, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9169, 42, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9170, 42, 3132, 0, '11.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9171, 42, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9172, 42, 3135, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9173, 42, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9174, 42, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9175, 42, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9176, 42, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9177, 42, 3147, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9178, 42, 3144, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9179, 42, 3143, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9180, 42, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9181, 42, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9182, 42, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9183, 42, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9184, 42, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9185, 42, 3245, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9186, 42, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9187, 42, 3258, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9188, 42, 3259, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9189, 42, 3260, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9190, 42, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9191, 42, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9192, 42, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9193, 42, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9194, 42, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9195, 42, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9196, 42, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9197, 42, 3346, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9198, 42, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9199, 42, 2751, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9200, 42, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9201, 42, 3139, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9202, 42, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9203, 42, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9204, 42, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9205, 42, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9206, 42, 3225, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9207, 42, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9208, 42, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9209, 42, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9210, 42, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9211, 42, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9212, 42, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9213, 42, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9214, 42, 2827, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9215, 42, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9216, 42, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9217, 42, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9218, 42, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9219, 42, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9220, 42, 3332, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9221, 42, 3331, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9222, 42, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9223, 42, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9224, 42, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9225, 42, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9226, 42, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9227, 42, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9228, 42, 2474, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9229, 42, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9230, 42, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9231, 42, 2475, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9232, 42, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9234, 43, 3782, NULL, '17.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9235, 43, 3783, NULL, '48.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9236, 44, 3785, NULL, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9237, 44, 3025, NULL, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9238, 45, 2704, NULL, '178.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9239, 45, 3787, NULL, '190.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9240, 45, 2607, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9241, 46, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9242, 46, 3208, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9243, 46, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9244, 46, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9245, 46, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9246, 46, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9247, 46, 2524, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9248, 46, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9249, 46, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9250, 46, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9251, 46, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9252, 46, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9253, 46, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9254, 46, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9255, 46, 3483, 0, '51.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9256, 46, 2485, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9257, 46, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9258, 46, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9259, 46, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9260, 46, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9261, 46, 2901, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9262, 46, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9263, 46, 2824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9264, 46, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9265, 46, 3077, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9266, 46, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9267, 46, 2607, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9268, 46, 2608, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9269, 46, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9270, 46, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9271, 46, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9272, 46, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9273, 46, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9274, 46, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9275, 46, 3246, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9276, 46, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9277, 46, 3339, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9278, 46, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9279, 46, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9280, 46, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9281, 46, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9282, 46, 3265, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9283, 46, 3263, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9284, 46, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9285, 46, 3145, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9286, 46, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9287, 46, 3306, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9288, 46, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9289, 46, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9290, 46, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9291, 46, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9292, 46, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9293, 46, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9294, 46, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9295, 46, 3242, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9296, 46, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9297, 46, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9298, 46, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9299, 46, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9300, 46, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9301, 46, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9302, 46, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9303, 46, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9304, 46, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9305, 46, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9306, 46, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9307, 46, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9308, 46, 3274, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9309, 46, 3272, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9310, 46, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9311, 46, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9312, 46, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9313, 46, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9314, 46, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9315, 46, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9316, 46, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9317, 46, 2693, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9318, 46, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9319, 46, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9320, 46, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9321, 46, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9322, 46, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9323, 46, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9324, 46, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9325, 46, 3299, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9326, 46, 2616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9327, 46, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9328, 46, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9329, 46, 3157, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9330, 46, 3063, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9331, 46, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9332, 46, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9333, 46, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9334, 46, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9335, 46, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9336, 46, 2513, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9337, 46, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9338, 46, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9339, 46, 3276, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9340, 46, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9341, 46, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9342, 46, 3085, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9343, 46, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9344, 46, 3048, 0, '36.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9345, 46, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9346, 46, 3086, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9347, 46, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9348, 46, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9349, 46, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9350, 46, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9351, 46, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9352, 46, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9353, 46, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9354, 46, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9355, 46, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9356, 46, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9357, 46, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9358, 46, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9359, 46, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9360, 46, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9361, 46, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9362, 46, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9363, 46, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9364, 46, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9365, 46, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9366, 46, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9367, 46, 3751, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9368, 46, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9369, 46, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9370, 46, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9371, 46, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9372, 46, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9373, 46, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9374, 46, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9375, 46, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9376, 46, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9377, 46, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9378, 46, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9379, 46, 3646, 0, '39.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9380, 46, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9381, 46, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9382, 46, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9383, 46, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9384, 46, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9385, 46, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9386, 46, 2661, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9387, 46, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9388, 46, 3314, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9389, 46, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9390, 46, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9391, 46, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9392, 46, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9393, 46, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9394, 46, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9395, 46, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9396, 46, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9397, 46, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9398, 46, 2831, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9399, 46, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9400, 46, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9401, 46, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9402, 46, 3574, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9403, 46, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9404, 46, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9405, 46, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9406, 46, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9407, 46, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9408, 46, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9409, 46, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9410, 46, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9411, 46, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9412, 46, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9413, 46, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9414, 46, 2952, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9415, 46, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9416, 46, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9417, 46, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9418, 46, 2982, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9419, 46, 3212, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9420, 46, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9421, 46, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9422, 46, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9423, 46, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9424, 46, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9425, 46, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9426, 46, 3060, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9427, 46, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9428, 46, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9429, 46, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9430, 46, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9431, 46, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9432, 46, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9433, 46, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9434, 46, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9435, 46, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9436, 46, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9437, 46, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9438, 46, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9439, 46, 3084, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9440, 46, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9441, 46, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9442, 46, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9443, 46, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9444, 46, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9445, 46, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9446, 46, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9447, 46, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9448, 46, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9449, 46, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9450, 46, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9451, 46, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9452, 46, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9453, 46, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9454, 46, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9455, 46, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9456, 46, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9457, 46, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9458, 46, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9459, 46, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9460, 46, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9461, 46, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9462, 46, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9463, 46, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9464, 46, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9465, 46, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9466, 46, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9467, 46, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9468, 46, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9469, 46, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9470, 46, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9471, 46, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9472, 46, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9473, 46, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9474, 46, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9475, 46, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9476, 46, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9477, 46, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9478, 46, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9479, 46, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9480, 46, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9481, 46, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9482, 46, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9483, 46, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9484, 46, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9485, 46, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9486, 46, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9487, 46, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9488, 46, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9489, 46, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9490, 46, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9491, 46, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9492, 46, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9493, 46, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9494, 46, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9495, 46, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9496, 46, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9497, 46, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9498, 46, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9499, 46, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9500, 46, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9501, 46, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9502, 46, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9503, 46, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9504, 46, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9505, 46, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9506, 46, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9507, 46, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9508, 46, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9509, 46, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9510, 46, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9511, 46, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9512, 46, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9513, 46, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9514, 46, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9515, 46, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9516, 46, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9517, 46, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9518, 46, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9519, 46, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9520, 46, 3543, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9521, 46, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9522, 46, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9523, 46, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9524, 46, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9525, 46, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9526, 46, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9527, 46, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9528, 46, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9529, 46, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9530, 46, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9531, 46, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9532, 46, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9533, 46, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9534, 46, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9535, 46, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9536, 46, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9537, 46, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9538, 46, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9539, 46, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9540, 46, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9541, 46, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9542, 46, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9543, 46, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9544, 46, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9545, 46, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9546, 46, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9547, 46, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9548, 46, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9549, 46, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9550, 46, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9551, 46, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9552, 46, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9553, 46, 2767, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9554, 46, 2768, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9555, 46, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9556, 46, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9557, 46, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9558, 46, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9559, 46, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9560, 46, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9561, 46, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9562, 46, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9563, 46, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9564, 46, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9565, 46, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9566, 46, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9567, 46, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9568, 46, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9569, 46, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9570, 46, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9571, 46, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9572, 46, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9573, 46, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9574, 46, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9575, 46, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9576, 46, 3044, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9577, 46, 2660, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9578, 46, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9579, 46, 2864, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9580, 46, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9581, 46, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9582, 46, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9583, 46, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9584, 46, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9585, 46, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9586, 46, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9587, 46, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9588, 46, 3641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9589, 46, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9590, 46, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9591, 46, 2643, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9592, 46, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9593, 46, 2644, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9594, 46, 2648, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9595, 46, 2647, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9596, 46, 2645, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9597, 46, 2822, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9598, 46, 2646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9599, 46, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9600, 46, 3230, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9601, 46, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9602, 46, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9603, 46, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9604, 46, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9605, 46, 3120, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9606, 46, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9607, 46, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9608, 46, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9609, 46, 2507, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9610, 46, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9611, 46, 2504, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9612, 46, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9613, 46, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9614, 46, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9615, 46, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9616, 46, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9617, 46, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9618, 46, 3166, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9619, 46, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9620, 46, 3344, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9621, 46, 3343, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9622, 46, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9623, 46, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9624, 46, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9625, 46, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9626, 46, 3256, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9627, 46, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9628, 46, 2950, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9629, 46, 2499, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9630, 46, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9631, 46, 2502, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9632, 46, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9633, 46, 2534, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9634, 46, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9635, 46, 2710, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9636, 46, 2712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9637, 46, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9638, 46, 3640, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9639, 46, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9640, 46, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9641, 46, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9642, 46, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9643, 46, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9644, 46, 2930, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9645, 46, 2936, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9646, 46, 2921, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9647, 46, 2918, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9648, 46, 2935, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9649, 46, 2923, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9650, 46, 2920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9651, 46, 2927, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9652, 46, 2922, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9653, 46, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9654, 46, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9655, 46, 2919, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9656, 46, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9657, 46, 2934, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9658, 46, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9659, 46, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9660, 46, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9661, 46, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9662, 46, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9663, 46, 2545, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9664, 46, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9665, 46, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9666, 46, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9667, 46, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9668, 46, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9669, 46, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9670, 46, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9671, 46, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9672, 46, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9673, 46, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9674, 46, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9675, 46, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9676, 46, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9677, 46, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9678, 46, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9679, 46, 3123, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9680, 46, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9681, 46, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9682, 46, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9683, 46, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9684, 46, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9685, 46, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9686, 46, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9687, 46, 2552, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9688, 46, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9689, 46, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9690, 46, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9691, 46, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9692, 46, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9693, 46, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9694, 46, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9695, 46, 3774, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9696, 46, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9697, 46, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9698, 46, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9699, 46, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9700, 46, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9701, 46, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9702, 46, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9703, 46, 2711, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9704, 46, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9705, 46, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9706, 46, 3606, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9707, 46, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9708, 46, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9709, 46, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9710, 46, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9711, 46, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9712, 46, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9713, 46, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9714, 46, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9715, 46, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9716, 46, 2713, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9717, 46, 3114, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9718, 46, 3182, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9719, 46, 3015, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9720, 46, 3074, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9721, 46, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9722, 46, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9723, 46, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9724, 46, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9725, 46, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9726, 46, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9727, 46, 2614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9728, 46, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9729, 46, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9730, 46, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9731, 46, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9732, 46, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9733, 46, 3148, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9734, 46, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9735, 46, 3614, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9736, 46, 3624, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9737, 46, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9738, 46, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9739, 46, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9740, 46, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9741, 46, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9742, 46, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9743, 46, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9744, 46, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9745, 46, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9746, 46, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9747, 46, 2653, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9748, 46, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9749, 46, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9750, 46, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9751, 46, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9752, 46, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9753, 46, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9754, 46, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9755, 46, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9756, 46, 3043, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9757, 46, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9758, 46, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9759, 46, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9760, 46, 3187, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9761, 46, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9762, 46, 2649, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9763, 46, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9764, 46, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9765, 46, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9766, 46, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9767, 46, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9768, 46, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9769, 46, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9770, 46, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9771, 46, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9772, 46, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9773, 46, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9774, 46, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9775, 46, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9776, 46, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9777, 46, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9778, 46, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9779, 46, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9780, 46, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9781, 46, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9782, 46, 3183, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9783, 46, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9784, 46, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9785, 46, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9786, 46, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9787, 46, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9788, 46, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9789, 46, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9790, 46, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9791, 46, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9792, 46, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9793, 46, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9794, 46, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9795, 46, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9796, 46, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9797, 46, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9798, 46, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9799, 46, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9800, 46, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9801, 46, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9802, 46, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9803, 46, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9804, 46, 2568, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9805, 46, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9806, 46, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9807, 46, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9808, 46, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9809, 46, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9810, 46, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9811, 46, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9812, 46, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9813, 46, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9814, 46, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9815, 46, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9816, 46, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9817, 46, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9818, 46, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9819, 46, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9820, 46, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9821, 46, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9822, 46, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9823, 46, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9824, 46, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9825, 46, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9826, 46, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9827, 46, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9828, 46, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9829, 46, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9830, 46, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9831, 46, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9832, 46, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9833, 46, 3252, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9834, 46, 3248, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9835, 46, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9836, 46, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9837, 46, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9838, 46, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9839, 46, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9840, 46, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9841, 46, 3292, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9842, 46, 2522, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9843, 46, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9844, 46, 3309, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9845, 46, 3297, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9846, 46, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9847, 46, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9848, 46, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9849, 46, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9850, 46, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9851, 46, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9852, 46, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9853, 46, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9854, 46, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9855, 46, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9856, 46, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9857, 46, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9858, 46, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9859, 46, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9860, 46, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9861, 46, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9862, 46, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9863, 46, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9864, 46, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9865, 46, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9866, 46, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9867, 46, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9868, 46, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9869, 46, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9870, 46, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9871, 46, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9872, 46, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9873, 46, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9874, 46, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9875, 46, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9876, 46, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9877, 46, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9878, 46, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9879, 46, 2651, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9880, 46, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9881, 46, 2587, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9882, 46, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9883, 46, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9884, 46, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9885, 46, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9886, 46, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9887, 46, 2903, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9888, 46, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9889, 46, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9890, 46, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9891, 46, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9892, 46, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9893, 46, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9894, 46, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9895, 46, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9896, 46, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9897, 46, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9898, 46, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9899, 46, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9900, 46, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9901, 46, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9902, 46, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9903, 46, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9904, 46, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9905, 46, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9906, 46, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9907, 46, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9908, 46, 3349, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9909, 46, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9910, 46, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9911, 46, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9912, 46, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9913, 46, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9914, 46, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9915, 46, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9916, 46, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9917, 46, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9918, 46, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9919, 46, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9920, 46, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9921, 46, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9922, 46, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9923, 46, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9924, 46, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9925, 46, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9926, 46, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9927, 46, 2804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9928, 46, 2803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9929, 46, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9930, 46, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9931, 46, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9932, 46, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9933, 46, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9934, 46, 3780, 0, '43.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9935, 46, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9936, 46, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9937, 46, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9938, 46, 2894, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9939, 46, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9940, 46, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9941, 46, 3625, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9942, 46, 3772, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9943, 46, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9944, 46, 2963, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9945, 46, 2893, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9946, 46, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9947, 46, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9948, 46, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9949, 46, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9950, 46, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9951, 46, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9952, 46, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9953, 46, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9954, 46, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9955, 46, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9956, 46, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9957, 46, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9958, 46, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9959, 46, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9960, 46, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9961, 46, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9962, 46, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9963, 46, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9964, 46, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9965, 46, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9966, 46, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9967, 46, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9968, 46, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9969, 46, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9970, 46, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9971, 46, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9972, 46, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9973, 46, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9974, 46, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9975, 46, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9976, 46, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9977, 46, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9978, 46, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9979, 46, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9980, 46, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9981, 46, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9982, 46, 3096, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9983, 46, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9984, 46, 3778, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9985, 46, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9986, 46, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9987, 46, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9988, 46, 2968, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9989, 46, 2965, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9990, 46, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9991, 46, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9992, 46, 2970, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9993, 46, 2971, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9994, 46, 2969, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9995, 46, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9996, 46, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9997, 46, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9998, 46, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (9999, 46, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10000, 46, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10001, 46, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10002, 46, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10003, 46, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10004, 46, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10005, 46, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10006, 46, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10007, 46, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10008, 46, 3029, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10009, 46, 3027, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10010, 46, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10011, 46, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10012, 46, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10013, 46, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10014, 46, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10015, 46, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10016, 46, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10017, 46, 3288, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10018, 46, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10019, 46, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10020, 46, 3095, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10021, 46, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10022, 46, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10023, 46, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10024, 46, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10025, 46, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10026, 46, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10027, 46, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10028, 46, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10029, 46, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10030, 46, 3017, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10031, 46, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10032, 46, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10033, 46, 3558, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10034, 46, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10035, 46, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10036, 46, 2897, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10037, 46, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10038, 46, 2916, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10039, 46, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10040, 46, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10041, 46, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10042, 46, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10043, 46, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10044, 46, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10045, 46, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10046, 46, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10047, 46, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10048, 46, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10049, 46, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10050, 46, 3644, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10051, 46, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10052, 46, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10053, 46, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10054, 46, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10055, 46, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10056, 46, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10057, 46, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10058, 46, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10059, 46, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10060, 46, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10061, 46, 3762, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10062, 46, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10063, 46, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10064, 46, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10065, 46, 2992, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10066, 46, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10067, 46, 3311, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10068, 46, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10069, 46, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10070, 46, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10071, 46, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10072, 46, 3172, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10073, 46, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10074, 46, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10075, 46, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10076, 46, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10077, 46, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10078, 46, 3649, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10079, 46, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10080, 46, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10081, 46, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10082, 46, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10083, 46, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10084, 46, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10085, 46, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10086, 46, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10087, 46, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10088, 46, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10089, 46, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10090, 46, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10091, 46, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10092, 46, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10093, 46, 2656, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10094, 46, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10095, 46, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10096, 46, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10097, 46, 2835, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10098, 46, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10099, 46, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10100, 46, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10101, 46, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10102, 46, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10103, 46, 2615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10104, 46, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10105, 46, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10106, 46, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10107, 46, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10108, 46, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10109, 46, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10110, 46, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10111, 46, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10112, 46, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10113, 46, 3308, 0, '263.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10114, 46, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10115, 46, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10116, 46, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10117, 46, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10118, 46, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10119, 46, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10120, 46, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10121, 46, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10122, 46, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10123, 46, 2528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10124, 46, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10125, 46, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10126, 46, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10127, 46, 2748, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10128, 46, 2753, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10129, 46, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10130, 46, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10131, 46, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10132, 46, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10133, 46, 2697, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10134, 46, 2698, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10135, 46, 2699, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10136, 46, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10137, 46, 2702, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10138, 46, 2701, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10139, 46, 2703, 0, '219.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10140, 46, 2704, 0, '19.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10141, 46, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10142, 46, 2708, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10143, 46, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10144, 46, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10145, 46, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10146, 46, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10147, 46, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10148, 46, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10149, 46, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10150, 46, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10151, 46, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10152, 46, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10153, 46, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10154, 46, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10155, 46, 2731, 0, '31.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10156, 46, 2988, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10157, 46, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10158, 46, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10159, 46, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10160, 46, 3271, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10161, 46, 3273, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10162, 46, 3275, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10163, 46, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10164, 46, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10165, 46, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10166, 46, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10167, 46, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10168, 46, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10169, 46, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10170, 46, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10171, 46, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10172, 46, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10173, 46, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10174, 46, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10175, 46, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10176, 46, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10177, 46, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10178, 46, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10179, 46, 2490, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10180, 46, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10181, 46, 2754, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10182, 46, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10183, 46, 2716, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10184, 46, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10185, 46, 2719, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10186, 46, 2720, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10187, 46, 2721, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10188, 46, 2722, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10189, 46, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10190, 46, 2724, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10191, 46, 2725, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10192, 46, 2726, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10193, 46, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10194, 46, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10195, 46, 2746, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10196, 46, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10197, 46, 2749, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10198, 46, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10199, 46, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10200, 46, 2755, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10201, 46, 2756, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10202, 46, 2758, 0, '10.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10203, 46, 2759, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10204, 46, 2760, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10205, 46, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10206, 46, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10207, 46, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10208, 46, 3171, 0, '21.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10209, 46, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10210, 46, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10211, 46, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10212, 46, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10213, 46, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10214, 46, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10215, 46, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10216, 46, 3135, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10217, 46, 3137, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10218, 46, 3138, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10219, 46, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10220, 46, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10221, 46, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10222, 46, 3144, 0, '35.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10223, 46, 3143, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10224, 46, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10225, 46, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10226, 46, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10227, 46, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10228, 46, 3241, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10229, 46, 3245, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10230, 46, 3257, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10231, 46, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10232, 46, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10233, 46, 3260, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10234, 46, 3262, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10235, 46, 3264, 0, '9.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10236, 46, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10237, 46, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10238, 46, 3270, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10239, 46, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10240, 46, 3347, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10241, 46, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10242, 46, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10243, 46, 2751, 0, '20.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10244, 46, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10245, 46, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10246, 46, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10247, 46, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10248, 46, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10249, 46, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10250, 46, 3225, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10251, 46, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10252, 46, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10253, 46, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10254, 46, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10255, 46, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10256, 46, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10257, 46, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10258, 46, 2827, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10259, 46, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10260, 46, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10261, 46, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10262, 46, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10263, 46, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10264, 46, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10265, 46, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10266, 46, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10267, 46, 3179, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10268, 46, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10269, 46, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10270, 46, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10271, 46, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10272, 46, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10273, 46, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10274, 46, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10275, 46, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10276, 46, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10277, 47, 3793, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10278, 47, 3794, NULL, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10279, 48, 2558, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10280, 48, 2561, NULL, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10281, 49, 3605, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10282, 49, 2659, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10283, 50, 3025, NULL, '4.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10284, 50, 3795, NULL, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10285, 51, 3208, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (10286, 52, 3107, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11335, 54, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11336, 54, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11337, 54, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11338, 54, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11339, 54, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11340, 54, 2514, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11341, 54, 2524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11342, 54, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11343, 54, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11344, 54, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11345, 54, 3786, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11346, 54, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11347, 54, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11348, 54, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11349, 54, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11350, 54, 3483, 0, '58.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11351, 54, 2485, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11352, 54, 2977, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11353, 54, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11354, 54, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11355, 54, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11356, 54, 2901, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11357, 54, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11358, 54, 2824, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11359, 54, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11360, 54, 3077, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11361, 54, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11362, 54, 2607, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11363, 54, 2608, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11364, 54, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11365, 54, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11366, 54, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11367, 54, 2960, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11368, 54, 3304, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11369, 54, 3303, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11370, 54, 3246, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11371, 54, 2715, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11372, 54, 3339, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11373, 54, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11374, 54, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11375, 54, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11376, 54, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11377, 54, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11378, 54, 3263, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11379, 54, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11380, 54, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11381, 54, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11382, 54, 3306, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11383, 54, 3305, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11384, 54, 2736, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11385, 54, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11386, 54, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11387, 54, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11388, 54, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11389, 54, 2757, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11390, 54, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11391, 54, 3294, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11392, 54, 3293, 0, '119.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11393, 54, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11394, 54, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11395, 54, 3301, 0, '26.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11396, 54, 3295, 0, '197.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11397, 54, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11398, 54, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11399, 54, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11400, 54, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11401, 54, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11402, 54, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11403, 54, 3274, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11404, 54, 3272, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11405, 54, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11406, 54, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11407, 54, 2871, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11408, 54, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11409, 54, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11410, 54, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11411, 54, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11412, 54, 2693, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11413, 54, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11414, 54, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11415, 54, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11416, 54, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11417, 54, 3107, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11418, 54, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11419, 54, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11420, 54, 3299, 0, '631.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11421, 54, 2616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11422, 54, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11423, 54, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11424, 54, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11425, 54, 3063, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11426, 54, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11427, 54, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11428, 54, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11429, 54, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11430, 54, 3061, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11431, 54, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11432, 54, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11433, 54, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11434, 54, 3276, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11435, 54, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11436, 54, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11437, 54, 3085, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11438, 54, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11439, 54, 3048, 0, '48.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11440, 54, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11441, 54, 3086, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11442, 54, 2630, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11443, 54, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11444, 54, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11445, 54, 3554, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11446, 54, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11447, 54, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11448, 54, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11449, 54, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11450, 54, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11451, 54, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11452, 54, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11453, 54, 2867, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11454, 54, 2868, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11455, 54, 2869, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11456, 54, 2870, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11457, 54, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11458, 54, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11459, 54, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11460, 54, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11461, 54, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11462, 54, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11463, 54, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11464, 54, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11465, 54, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11466, 54, 3777, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11467, 54, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11468, 54, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11469, 54, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11470, 54, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11471, 54, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11472, 54, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11473, 54, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11474, 54, 3646, 0, '19.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11475, 54, 3791, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11476, 54, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11477, 54, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11478, 54, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11479, 54, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11480, 54, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11481, 54, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11482, 54, 2661, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11483, 54, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11484, 54, 3314, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11485, 54, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11486, 54, 3789, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11487, 54, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11488, 54, 3749, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11489, 54, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11490, 54, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11491, 54, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11492, 54, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11493, 54, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11494, 54, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11495, 54, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11496, 54, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11497, 54, 2831, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11498, 54, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11499, 54, 3787, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11500, 54, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11501, 54, 3574, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11502, 54, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11503, 54, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11504, 54, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11505, 54, 2735, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11506, 54, 3173, 0, '19.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11507, 54, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11508, 54, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11509, 54, 3178, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11510, 54, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11511, 54, 2908, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11512, 54, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11513, 54, 2952, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11514, 54, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11515, 54, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11516, 54, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11517, 54, 2982, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11518, 54, 3212, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11519, 54, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11520, 54, 3321, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11521, 54, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11522, 54, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11523, 54, 2676, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11524, 54, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11525, 54, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11526, 54, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11527, 54, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11528, 54, 2598, 0, '2.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11529, 54, 3059, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11530, 54, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11531, 54, 3790, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11532, 54, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11533, 54, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11534, 54, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11535, 54, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11536, 54, 3747, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11537, 54, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11538, 54, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11539, 54, 3084, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11540, 54, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11541, 54, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11542, 54, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11543, 54, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11544, 54, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11545, 54, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11546, 54, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11547, 54, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11548, 54, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11549, 54, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11550, 54, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11551, 54, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11552, 54, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11553, 54, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11554, 54, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11555, 54, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11556, 54, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11557, 54, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11558, 54, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11559, 54, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11560, 54, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11561, 54, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11562, 54, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11563, 54, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11564, 54, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11565, 54, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11566, 54, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11567, 54, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11568, 54, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11569, 54, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11570, 54, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11571, 54, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11572, 54, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11573, 54, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11574, 54, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11575, 54, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11576, 54, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11577, 54, 3529, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11578, 54, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11579, 54, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11580, 54, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11581, 54, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11582, 54, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11583, 54, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11584, 54, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11585, 54, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11586, 54, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11587, 54, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11588, 54, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11589, 54, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11590, 54, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11591, 54, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11592, 54, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11593, 54, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11594, 54, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11595, 54, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11596, 54, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11597, 54, 2836, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11598, 54, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11599, 54, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11600, 54, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11601, 54, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11602, 54, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11603, 54, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11604, 54, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11605, 54, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11606, 54, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11607, 54, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11608, 54, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11609, 54, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11610, 54, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11611, 54, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11612, 54, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11613, 54, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11614, 54, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11615, 54, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11616, 54, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11617, 54, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11618, 54, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11619, 54, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11620, 54, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11621, 54, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11622, 54, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11623, 54, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11624, 54, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11625, 54, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11626, 54, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11627, 54, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11628, 54, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11629, 54, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11630, 54, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11631, 54, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11632, 54, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11633, 54, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11634, 54, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11635, 54, 3571, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11636, 54, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11637, 54, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11638, 54, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11639, 54, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11640, 54, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11641, 54, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11642, 54, 2742, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11643, 54, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11644, 54, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11645, 54, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11646, 54, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11647, 54, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11648, 54, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11649, 54, 3152, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11650, 54, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11651, 54, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11652, 54, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11653, 54, 2767, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11654, 54, 2768, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11655, 54, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11656, 54, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11657, 54, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11658, 54, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11659, 54, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11660, 54, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11661, 54, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11662, 54, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11663, 54, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11664, 54, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11665, 54, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11666, 54, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11667, 54, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11668, 54, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11669, 54, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11670, 54, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11671, 54, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11672, 54, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11673, 54, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11674, 54, 3752, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11675, 54, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11676, 54, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11677, 54, 2660, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11678, 54, 3064, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11679, 54, 2864, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11680, 54, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11681, 54, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11682, 54, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11683, 54, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11684, 54, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11685, 54, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11686, 54, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11687, 54, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11688, 54, 3641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11689, 54, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11690, 54, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11691, 54, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11692, 54, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11693, 54, 2644, 0, '45.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11694, 54, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11695, 54, 2647, 0, '12.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11696, 54, 2645, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11697, 54, 2822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11698, 54, 2646, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11699, 54, 3231, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11700, 54, 3230, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11701, 54, 2873, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11702, 54, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11703, 54, 2790, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11704, 54, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11705, 54, 3120, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11706, 54, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11707, 54, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11708, 54, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11709, 54, 2507, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11710, 54, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11711, 54, 2504, 0, '9.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11712, 54, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11713, 54, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11714, 54, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11715, 54, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11716, 54, 3341, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11717, 54, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11718, 54, 3166, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11719, 54, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11720, 54, 3344, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11721, 54, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11722, 54, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11723, 54, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11724, 54, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11725, 54, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11726, 54, 3256, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11727, 54, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11728, 54, 2950, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11729, 54, 2499, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11730, 54, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11731, 54, 2502, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11732, 54, 3744, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11733, 54, 2534, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11734, 54, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11735, 54, 2710, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11736, 54, 2712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11737, 54, 3745, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11738, 54, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11739, 54, 3746, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11740, 54, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11741, 54, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11742, 54, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11743, 54, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11744, 54, 2930, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11745, 54, 2936, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11746, 54, 2921, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11747, 54, 2918, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11748, 54, 2935, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11749, 54, 2923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11750, 54, 2920, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11751, 54, 2927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11752, 54, 2922, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11753, 54, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11754, 54, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11755, 54, 2919, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11756, 54, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11757, 54, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11758, 54, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11759, 54, 2926, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11760, 54, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11761, 54, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11762, 54, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11763, 54, 2545, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11764, 54, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11765, 54, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11766, 54, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11767, 54, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11768, 54, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11769, 54, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11770, 54, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11771, 54, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11772, 54, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11773, 54, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11774, 54, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11775, 54, 3203, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11776, 54, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11777, 54, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11778, 54, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11779, 54, 3123, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11780, 54, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11781, 54, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11782, 54, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11783, 54, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11784, 54, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11785, 54, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11786, 54, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11787, 54, 2552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11788, 54, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11789, 54, 2551, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11790, 54, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11791, 54, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11792, 54, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11793, 54, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11794, 54, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11795, 54, 3774, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11796, 54, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11797, 54, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11798, 54, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11799, 54, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11800, 54, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11801, 54, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11802, 54, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11803, 54, 2711, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11804, 54, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11805, 54, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11806, 54, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11807, 54, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11808, 54, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11809, 54, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11810, 54, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11811, 54, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11812, 54, 3177, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11813, 54, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11814, 54, 3176, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11815, 54, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11816, 54, 2713, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11817, 54, 3114, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11818, 54, 3182, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11819, 54, 3015, 0, '34.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11820, 54, 3074, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11821, 54, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11822, 54, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11823, 54, 2612, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11824, 54, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11825, 54, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11826, 54, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11827, 54, 2614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11828, 54, 3211, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11829, 54, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11830, 54, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11831, 54, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11832, 54, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11833, 54, 3148, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11834, 54, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11835, 54, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11836, 54, 3624, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11837, 54, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11838, 54, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11839, 54, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11840, 54, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11841, 54, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11842, 54, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11843, 54, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11844, 54, 2958, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11845, 54, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11846, 54, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11847, 54, 2653, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11848, 54, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11849, 54, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11850, 54, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11851, 54, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11852, 54, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11853, 54, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11854, 54, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11855, 54, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11856, 54, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11857, 54, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11858, 54, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11859, 54, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11860, 54, 3187, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11861, 54, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11862, 54, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11863, 54, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11864, 54, 2906, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11865, 54, 2907, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11866, 54, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11867, 54, 3233, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11868, 54, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11869, 54, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11870, 54, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11871, 54, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11872, 54, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11873, 54, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11874, 54, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11875, 54, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11876, 54, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11877, 54, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11878, 54, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11879, 54, 2975, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11880, 54, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11881, 54, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11882, 54, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11883, 54, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11884, 54, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11885, 54, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11886, 54, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11887, 54, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11888, 54, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11889, 54, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11890, 54, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11891, 54, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11892, 54, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11893, 54, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11894, 54, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11895, 54, 2564, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11896, 54, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11897, 54, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11898, 54, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11899, 54, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11900, 54, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11901, 54, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11902, 54, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11903, 54, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11904, 54, 2568, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11905, 54, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11906, 54, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11907, 54, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11908, 54, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11909, 54, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11910, 54, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11911, 54, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11912, 54, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11913, 54, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11914, 54, 2479, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11915, 54, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11916, 54, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11917, 54, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11918, 54, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11919, 54, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11920, 54, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11921, 54, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11922, 54, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11923, 54, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11924, 54, 2796, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11925, 54, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11926, 54, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11927, 54, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11928, 54, 2536, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11929, 54, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11930, 54, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11931, 54, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11932, 54, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11933, 54, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11934, 54, 3248, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11935, 54, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11936, 54, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11937, 54, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11938, 54, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11939, 54, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11940, 54, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11941, 54, 3292, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11942, 54, 2522, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11943, 54, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11944, 54, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11945, 54, 3297, 0, '12.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11946, 54, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11947, 54, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11948, 54, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11949, 54, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11950, 54, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11951, 54, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11952, 54, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11953, 54, 2465, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11954, 54, 2466, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11955, 54, 2467, 0, '14.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11956, 54, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11957, 54, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11958, 54, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11959, 54, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11960, 54, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11961, 54, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11962, 54, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11963, 54, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11964, 54, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11965, 54, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11966, 54, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11967, 54, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11968, 54, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11969, 54, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11970, 54, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11971, 54, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11972, 54, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11973, 54, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11974, 54, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11975, 54, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11976, 54, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11977, 54, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11978, 54, 3608, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11979, 54, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11980, 54, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11981, 54, 2587, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11982, 54, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11983, 54, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11984, 54, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11985, 54, 2642, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11986, 54, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11987, 54, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11988, 54, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11989, 54, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11990, 54, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11991, 54, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11992, 54, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11993, 54, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11994, 54, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11995, 54, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11996, 54, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11997, 54, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11998, 54, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (11999, 54, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12000, 54, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12001, 54, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12002, 54, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12003, 54, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12004, 54, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12005, 54, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12006, 54, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12007, 54, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12008, 54, 3349, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12009, 54, 3003, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12010, 54, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12011, 54, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12012, 54, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12013, 54, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12014, 54, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12015, 54, 2635, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12016, 54, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12017, 54, 3795, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12018, 54, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12019, 54, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12020, 54, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12021, 54, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12022, 54, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12023, 54, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12024, 54, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12025, 54, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12026, 54, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12027, 54, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12028, 54, 2804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12029, 54, 2803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12030, 54, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12031, 54, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12032, 54, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12033, 54, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12034, 54, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12035, 54, 3780, 0, '36.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12036, 54, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12037, 54, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12038, 54, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12039, 54, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12040, 54, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12041, 54, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12042, 54, 3625, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12043, 54, 3772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12044, 54, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12045, 54, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12046, 54, 2893, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12047, 54, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12048, 54, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12049, 54, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12050, 54, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12051, 54, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12052, 54, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12053, 54, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12054, 54, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12055, 54, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12056, 54, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12057, 54, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12058, 54, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12059, 54, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12060, 54, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12061, 54, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12062, 54, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12063, 54, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12064, 54, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12065, 54, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12066, 54, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12067, 54, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12068, 54, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12069, 54, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12070, 54, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12071, 54, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12072, 54, 2858, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12073, 54, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12074, 54, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12075, 54, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12076, 54, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12077, 54, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12078, 54, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12079, 54, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12080, 54, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12081, 54, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12082, 54, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12083, 54, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12084, 54, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12085, 54, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12086, 54, 3635, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12087, 54, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12088, 54, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12089, 54, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12090, 54, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12091, 54, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12092, 54, 2965, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12093, 54, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12094, 54, 2967, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12095, 54, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12096, 54, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12097, 54, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12098, 54, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12099, 54, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12100, 54, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12101, 54, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12102, 54, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12103, 54, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12104, 54, 3070, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12105, 54, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12106, 54, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12107, 54, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12108, 54, 2613, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12109, 54, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12110, 54, 2596, 0, '10.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12111, 54, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12112, 54, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12113, 54, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12114, 54, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12115, 54, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12116, 54, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12117, 54, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12118, 54, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12119, 54, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12120, 54, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12121, 54, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12122, 54, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12123, 54, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12124, 54, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12125, 54, 3100, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12126, 54, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12127, 54, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12128, 54, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12129, 54, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12130, 54, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12131, 54, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12132, 54, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12133, 54, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12134, 54, 3800, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12135, 54, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12136, 54, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12137, 54, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12138, 54, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12139, 54, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12140, 54, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12141, 54, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12142, 54, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12143, 54, 2916, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12144, 54, 3220, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12145, 54, 2483, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12146, 54, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12147, 54, 3796, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12148, 54, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12149, 54, 2887, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12150, 54, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12151, 54, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12152, 54, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12153, 54, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12154, 54, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12155, 54, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12156, 54, 3644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12157, 54, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12158, 54, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12159, 54, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12160, 54, 2951, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12161, 54, 3553, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12162, 54, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12163, 54, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12164, 54, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12165, 54, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12166, 54, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12167, 54, 3322, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12168, 54, 3762, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12169, 54, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12170, 54, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12171, 54, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12172, 54, 2992, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12173, 54, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12174, 54, 3311, 0, '9.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12175, 54, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12176, 54, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12177, 54, 3593, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12178, 54, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12179, 54, 3172, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12180, 54, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12181, 54, 3648, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12182, 54, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12183, 54, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12184, 54, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12185, 54, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12186, 54, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12187, 54, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12188, 54, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12189, 54, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12190, 54, 2477, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12191, 54, 2476, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12192, 54, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12193, 54, 2488, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12194, 54, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12195, 54, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12196, 54, 2473, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12197, 54, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12198, 54, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12199, 54, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12200, 54, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12201, 54, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12202, 54, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12203, 54, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12204, 54, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12205, 54, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12206, 54, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12207, 54, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12208, 54, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12209, 54, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12210, 54, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12211, 54, 2615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12212, 54, 3213, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12213, 54, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12214, 54, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12215, 54, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12216, 54, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12217, 54, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12218, 54, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12219, 54, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12220, 54, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12221, 54, 3308, 0, '198.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12222, 54, 3307, 0, '521.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12223, 54, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12224, 54, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12225, 54, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12226, 54, 2962, 0, '18.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12227, 54, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12228, 54, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12229, 54, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12230, 54, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12231, 54, 2528, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12232, 54, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12233, 54, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12234, 54, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12235, 54, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12236, 54, 2753, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12237, 54, 3302, 0, '23.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12238, 54, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12239, 54, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12240, 54, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12241, 54, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12242, 54, 2698, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12243, 54, 2699, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12244, 54, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12245, 54, 2702, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12246, 54, 2701, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12247, 54, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12248, 54, 2704, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12249, 54, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12250, 54, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12251, 54, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12252, 54, 3190, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12253, 54, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12254, 54, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12255, 54, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12256, 54, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12257, 54, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12258, 54, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12259, 54, 3290, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12260, 54, 3253, 0, '63.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12261, 54, 3300, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12262, 54, 3254, 0, '118.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12263, 54, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12264, 54, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12265, 54, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12266, 54, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12267, 54, 3158, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12268, 54, 3271, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12269, 54, 3273, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12270, 54, 3275, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12271, 54, 2744, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12272, 54, 2745, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12273, 54, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12274, 54, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12275, 54, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12276, 54, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12277, 54, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12278, 54, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12279, 54, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12280, 54, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12281, 54, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12282, 54, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12283, 54, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12284, 54, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12285, 54, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12286, 54, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12287, 54, 2490, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12288, 54, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12289, 54, 2754, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12290, 54, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12291, 54, 2716, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12292, 54, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12293, 54, 2719, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12294, 54, 2720, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12295, 54, 2721, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12296, 54, 2722, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12297, 54, 2723, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12298, 54, 2724, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12299, 54, 2725, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12300, 54, 2726, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12301, 54, 2727, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12302, 54, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12303, 54, 2746, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12304, 54, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12305, 54, 2749, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12306, 54, 2750, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12307, 54, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12308, 54, 2755, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12309, 54, 2756, 0, '13.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12310, 54, 2758, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12311, 54, 2759, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12312, 54, 2760, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12313, 54, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12314, 54, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12315, 54, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12316, 54, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12317, 54, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12318, 54, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12319, 54, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12320, 54, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12321, 54, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12322, 54, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12323, 54, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12324, 54, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12325, 54, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12326, 54, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12327, 54, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12328, 54, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12329, 54, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12330, 54, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12331, 54, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12332, 54, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12333, 54, 3239, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12334, 54, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12335, 54, 3245, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12336, 54, 3257, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12337, 54, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12338, 54, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12339, 54, 3260, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12340, 54, 3262, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12341, 54, 3264, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12342, 54, 3266, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12343, 54, 3267, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12344, 54, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12345, 54, 3080, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12346, 54, 3347, 0, '9.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12347, 54, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12348, 54, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12349, 54, 2751, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12350, 54, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12351, 54, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12352, 54, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12353, 54, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12354, 54, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12355, 54, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12356, 54, 3225, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12357, 54, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12358, 54, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12359, 54, 2866, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12360, 54, 2455, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12361, 54, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12362, 54, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12363, 54, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12364, 54, 2827, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12365, 54, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12366, 54, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12367, 54, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12368, 54, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12369, 54, 3325, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12370, 54, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12371, 54, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12372, 54, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12373, 54, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12374, 54, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12375, 54, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12376, 54, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12377, 54, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12378, 54, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12379, 54, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12380, 54, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12381, 54, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12382, 54, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12383, 55, 3064, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12384, 55, 2608, NULL, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12385, 55, 2725, NULL, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12400, 56, 2490, NULL, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12401, 56, 3027, NULL, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12402, 56, 3646, NULL, '40.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12403, 56, 3649, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12404, 56, 3650, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12405, 56, 2801, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12406, 57, 3632, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12407, 57, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12408, 57, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12409, 57, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12410, 57, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12411, 57, 2514, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12412, 57, 2524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12413, 57, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12414, 57, 3818, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12415, 57, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12416, 57, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12417, 57, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12418, 57, 3786, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12419, 57, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12420, 57, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12421, 57, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12422, 57, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12423, 57, 3483, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12424, 57, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12425, 57, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12426, 57, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12427, 57, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12428, 57, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12429, 57, 2901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12430, 57, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12431, 57, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12432, 57, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12433, 57, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12434, 57, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12435, 57, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12436, 57, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12437, 57, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12438, 57, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12439, 57, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12440, 57, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12441, 57, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12442, 57, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12443, 57, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12444, 57, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12445, 57, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12446, 57, 2715, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12447, 57, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12448, 57, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12449, 57, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12450, 57, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12451, 57, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12452, 57, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12453, 57, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12454, 57, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12455, 57, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12456, 57, 3306, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12457, 57, 3305, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12458, 57, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12459, 57, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12460, 57, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12461, 57, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12462, 57, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12463, 57, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12464, 57, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12465, 57, 3294, 0, '27.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12466, 57, 3293, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12467, 57, 2996, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12468, 57, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12469, 57, 3301, 0, '108.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12470, 57, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12471, 57, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12472, 57, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12473, 57, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12474, 57, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12475, 57, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12476, 57, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12477, 57, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12478, 57, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12479, 57, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12480, 57, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12481, 57, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12482, 57, 3024, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12483, 57, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12484, 57, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12485, 57, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12486, 57, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12487, 57, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12488, 57, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12489, 57, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12490, 57, 3299, 0, '154.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12491, 57, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12492, 57, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12493, 57, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12494, 57, 3063, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12495, 57, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12496, 57, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12497, 57, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12498, 57, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12499, 57, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12500, 57, 2513, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12501, 57, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12502, 57, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12503, 57, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12504, 57, 3085, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12505, 57, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12506, 57, 3048, 0, '35.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12507, 57, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12508, 57, 3086, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12509, 57, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12510, 57, 2469, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12511, 57, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12512, 57, 3327, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12513, 57, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12514, 57, 2565, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12515, 57, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12516, 57, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12517, 57, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12518, 57, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12519, 57, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12520, 57, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12521, 57, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12522, 57, 2869, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12523, 57, 2870, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12524, 57, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12525, 57, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12526, 57, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12527, 57, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12528, 57, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12529, 57, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12530, 57, 2517, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12531, 57, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12532, 57, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12533, 57, 3814, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12534, 57, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12535, 57, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12536, 57, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12537, 57, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12538, 57, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12539, 57, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12540, 57, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12541, 57, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12542, 57, 2678, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12543, 57, 3820, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12544, 57, 3646, 0, '15.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12545, 57, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12546, 57, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12547, 57, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12548, 57, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12549, 57, 2985, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12550, 57, 2986, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12551, 57, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12552, 57, 2661, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12553, 57, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12554, 57, 3314, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12555, 57, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12556, 57, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12557, 57, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12558, 57, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12559, 57, 3792, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12560, 57, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12561, 57, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12562, 57, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12563, 57, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12564, 57, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12565, 57, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12566, 57, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12567, 57, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12568, 57, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12569, 57, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12570, 57, 3787, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12571, 57, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12572, 57, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12573, 57, 3753, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12574, 57, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12575, 57, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12576, 57, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12577, 57, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12578, 57, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12579, 57, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12580, 57, 3178, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12581, 57, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12582, 57, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12583, 57, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12584, 57, 2952, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12585, 57, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12586, 57, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12587, 57, 3817, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12588, 57, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12589, 57, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12590, 57, 2982, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12591, 57, 3212, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12592, 57, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12593, 57, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12594, 57, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12595, 57, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12596, 57, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12597, 57, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12598, 57, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12599, 57, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12600, 57, 3060, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12601, 57, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12602, 57, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12603, 57, 2598, 0, '3.5000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12604, 57, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12605, 57, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12606, 57, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12607, 57, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12608, 57, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12609, 57, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12610, 57, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12611, 57, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12612, 57, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12613, 57, 3084, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12614, 57, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12615, 57, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12616, 57, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12617, 57, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12618, 57, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12619, 57, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12620, 57, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12621, 57, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12622, 57, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12623, 57, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12624, 57, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12625, 57, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12626, 57, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12627, 57, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12628, 57, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12629, 57, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12630, 57, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12631, 57, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12632, 57, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12633, 57, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12634, 57, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12635, 57, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12636, 57, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12637, 57, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12638, 57, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12639, 57, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12640, 57, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12641, 57, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12642, 57, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12643, 57, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12644, 57, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12645, 57, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12646, 57, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12647, 57, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12648, 57, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12649, 57, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12650, 57, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12651, 57, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12652, 57, 3529, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12653, 57, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12654, 57, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12655, 57, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12656, 57, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12657, 57, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12658, 57, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12659, 57, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12660, 57, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12661, 57, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12662, 57, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12663, 57, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12664, 57, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12665, 57, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12666, 57, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12667, 57, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12668, 57, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12669, 57, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12670, 57, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12671, 57, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12672, 57, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12673, 57, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12674, 57, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12675, 57, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12676, 57, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12677, 57, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12678, 57, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12679, 57, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12680, 57, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12681, 57, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12682, 57, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12683, 57, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12684, 57, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12685, 57, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12686, 57, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12687, 57, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12688, 57, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12689, 57, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12690, 57, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12691, 57, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12692, 57, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12693, 57, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12694, 57, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12695, 57, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12696, 57, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12697, 57, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12698, 57, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12699, 57, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12700, 57, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12701, 57, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12702, 57, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12703, 57, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12704, 57, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12705, 57, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12706, 57, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12707, 57, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12708, 57, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12709, 57, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12710, 57, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12711, 57, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12712, 57, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12713, 57, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12714, 57, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12715, 57, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12716, 57, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12717, 57, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12718, 57, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12719, 57, 2775, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12720, 57, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12721, 57, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12722, 57, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12723, 57, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12724, 57, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12725, 57, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12726, 57, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12727, 57, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12728, 57, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12729, 57, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12730, 57, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12731, 57, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12732, 57, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12733, 57, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12734, 57, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12735, 57, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12736, 57, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12737, 57, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12738, 57, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12739, 57, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12740, 57, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12741, 57, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12742, 57, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12743, 57, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12744, 57, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12745, 57, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12746, 57, 2902, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12747, 57, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12748, 57, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12749, 57, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12750, 57, 2660, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12751, 57, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12752, 57, 2864, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12753, 57, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12754, 57, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12755, 57, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12756, 57, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12757, 57, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12758, 57, 3484, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12759, 57, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12760, 57, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12761, 57, 3641, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12762, 57, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12763, 57, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12764, 57, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12765, 57, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12766, 57, 2644, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12767, 57, 2648, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12768, 57, 2647, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12769, 57, 2645, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12770, 57, 2822, 0, '26.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12771, 57, 2646, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12772, 57, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12773, 57, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12774, 57, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12775, 57, 2791, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12776, 57, 2790, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12777, 57, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12778, 57, 3120, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12779, 57, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12780, 57, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12781, 57, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12782, 57, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12783, 57, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12784, 57, 2504, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12785, 57, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12786, 57, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12787, 57, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12788, 57, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12789, 57, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12790, 57, 3341, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12791, 57, 3342, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12792, 57, 3166, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12793, 57, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12794, 57, 3344, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12795, 57, 3343, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12796, 57, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12797, 57, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12798, 57, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12799, 57, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12800, 57, 3256, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12801, 57, 3743, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12802, 57, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12803, 57, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12804, 57, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12805, 57, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12806, 57, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12807, 57, 2534, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12808, 57, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12809, 57, 2710, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12810, 57, 2712, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12811, 57, 3745, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12812, 57, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12813, 57, 3746, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12814, 57, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12815, 57, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12816, 57, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12817, 57, 2924, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12818, 57, 2930, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12819, 57, 2936, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12820, 57, 2921, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12821, 57, 2918, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12822, 57, 2935, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12823, 57, 2923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12824, 57, 2920, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12825, 57, 2927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12826, 57, 2922, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12827, 57, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12828, 57, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12829, 57, 2919, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12830, 57, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12831, 57, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12832, 57, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12833, 57, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12834, 57, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12835, 57, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12836, 57, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12837, 57, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12838, 57, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12839, 57, 3825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12840, 57, 2606, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12841, 57, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12842, 57, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12843, 57, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12844, 57, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12845, 57, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12846, 57, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12847, 57, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12848, 57, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12849, 57, 3482, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12850, 57, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12851, 57, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12852, 57, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12853, 57, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12854, 57, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12855, 57, 3123, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12856, 57, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12857, 57, 3643, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12858, 57, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12859, 57, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12860, 57, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12861, 57, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12862, 57, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12863, 57, 3827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12864, 57, 2552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12865, 57, 2881, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12866, 57, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12867, 57, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12868, 57, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12869, 57, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12870, 57, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12871, 57, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12872, 57, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12873, 57, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12874, 57, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12875, 57, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12876, 57, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12877, 57, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12878, 57, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12879, 57, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12880, 57, 2711, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12881, 57, 3580, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12882, 57, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12883, 57, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12884, 57, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12885, 57, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12886, 57, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12887, 57, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12888, 57, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12889, 57, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12890, 57, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12891, 57, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12892, 57, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12893, 57, 2713, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12894, 57, 3114, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12895, 57, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12896, 57, 3182, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12897, 57, 3015, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12898, 57, 3074, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12899, 57, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12900, 57, 2617, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12901, 57, 2612, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12902, 57, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12903, 57, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12904, 57, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12905, 57, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12906, 57, 3101, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12907, 57, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12908, 57, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12909, 57, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12910, 57, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12911, 57, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12912, 57, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12913, 57, 3624, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12914, 57, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12915, 57, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12916, 57, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12917, 57, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12918, 57, 3546, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12919, 57, 3047, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12920, 57, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12921, 57, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12922, 57, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12923, 57, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12924, 57, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12925, 57, 2653, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12926, 57, 2889, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12927, 57, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12928, 57, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12929, 57, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12930, 57, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12931, 57, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12932, 57, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12933, 57, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12934, 57, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12935, 57, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12936, 57, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12937, 57, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12938, 57, 3823, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12939, 57, 3187, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12940, 57, 2650, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12941, 57, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12942, 57, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12943, 57, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12944, 57, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12945, 57, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12946, 57, 3233, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12947, 57, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12948, 57, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12949, 57, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12950, 57, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12951, 57, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12952, 57, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12953, 57, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12954, 57, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12955, 57, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12956, 57, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12957, 57, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12958, 57, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12959, 57, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12960, 57, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12961, 57, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12962, 57, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12963, 57, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12964, 57, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12965, 57, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12966, 57, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12967, 57, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12968, 57, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12969, 57, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12970, 57, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12971, 57, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12972, 57, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12973, 57, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12974, 57, 2564, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12975, 57, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12976, 57, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12977, 57, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12978, 57, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12979, 57, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12980, 57, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12981, 57, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12982, 57, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12983, 57, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12984, 57, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12985, 57, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12986, 57, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12987, 57, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12988, 57, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12989, 57, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12990, 57, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12991, 57, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12992, 57, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12993, 57, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12994, 57, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12995, 57, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12996, 57, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12997, 57, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12998, 57, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (12999, 57, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13000, 57, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13001, 57, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13002, 57, 2794, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13003, 57, 2795, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13004, 57, 2796, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13005, 57, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13006, 57, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13007, 57, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13008, 57, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13009, 57, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13010, 57, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13011, 57, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13012, 57, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13013, 57, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13014, 57, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13015, 57, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13016, 57, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13017, 57, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13018, 57, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13019, 57, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13020, 57, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13021, 57, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13022, 57, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13023, 57, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13024, 57, 3297, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13025, 57, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13026, 57, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13027, 57, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13028, 57, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13029, 57, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13030, 57, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13031, 57, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13032, 57, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13033, 57, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13034, 57, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13035, 57, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13036, 57, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13037, 57, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13038, 57, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13039, 57, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13040, 57, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13041, 57, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13042, 57, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13043, 57, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13044, 57, 3195, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13045, 57, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13046, 57, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13047, 57, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13048, 57, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13049, 57, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13050, 57, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13051, 57, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13052, 57, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13053, 57, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13054, 57, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13055, 57, 3773, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13056, 57, 3608, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13057, 57, 2651, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13058, 57, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13059, 57, 2587, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13060, 57, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13061, 57, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13062, 57, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13063, 57, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13064, 57, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13065, 57, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13066, 57, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13067, 57, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13068, 57, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13069, 57, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13070, 57, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13071, 57, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13072, 57, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13073, 57, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13074, 57, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13075, 57, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13076, 57, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13077, 57, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13078, 57, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13079, 57, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13080, 57, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13081, 57, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13082, 57, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13083, 57, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13084, 57, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13085, 57, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13086, 57, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13087, 57, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13088, 57, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13089, 57, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13090, 57, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13091, 57, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13092, 57, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13093, 57, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13094, 57, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13095, 57, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13096, 57, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13097, 57, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13098, 57, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13099, 57, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13100, 57, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13101, 57, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13102, 57, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13103, 57, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13104, 57, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13105, 57, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13106, 57, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13107, 57, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13108, 57, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13109, 57, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13110, 57, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13111, 57, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13112, 57, 3780, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13113, 57, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13114, 57, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13115, 57, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13116, 57, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13117, 57, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13118, 57, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13119, 57, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13120, 57, 3625, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13121, 57, 3772, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13122, 57, 3784, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13123, 57, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13124, 57, 2893, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13125, 57, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13126, 57, 3824, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13127, 57, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13128, 57, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13129, 57, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13130, 57, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13131, 57, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13132, 57, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13133, 57, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13134, 57, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13135, 57, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13136, 57, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13137, 57, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13138, 57, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13139, 57, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13140, 57, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13141, 57, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13142, 57, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13143, 57, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13144, 57, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13145, 57, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13146, 57, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13147, 57, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13148, 57, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13149, 57, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13150, 57, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13151, 57, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13152, 57, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13153, 57, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13154, 57, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13155, 57, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13156, 57, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13157, 57, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13158, 57, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13159, 57, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13160, 57, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13161, 57, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13162, 57, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13163, 57, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13164, 57, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13165, 57, 3635, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13166, 57, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13167, 57, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13168, 57, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13169, 57, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13170, 57, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13171, 57, 2965, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13172, 57, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13173, 57, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13174, 57, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13175, 57, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13176, 57, 2969, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13177, 57, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13178, 57, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13179, 57, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13180, 57, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13181, 57, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13182, 57, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13183, 57, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13184, 57, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13185, 57, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13186, 57, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13187, 57, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13188, 57, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13189, 57, 2613, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13190, 57, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13191, 57, 2596, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13192, 57, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13193, 57, 3029, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13194, 57, 3027, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13195, 57, 3776, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13196, 57, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13197, 57, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13198, 57, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13199, 57, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13200, 57, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13201, 57, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13202, 57, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13203, 57, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13204, 57, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13205, 57, 3288, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13206, 57, 3097, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13207, 57, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13208, 57, 3095, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13209, 57, 3100, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13210, 57, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13211, 57, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13212, 57, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13213, 57, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13214, 57, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13215, 57, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13216, 57, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13217, 57, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13218, 57, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13219, 57, 3017, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13220, 57, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13221, 57, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13222, 57, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13223, 57, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13224, 57, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13225, 57, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13226, 57, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13227, 57, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13228, 57, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13229, 57, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13230, 57, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13231, 57, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13232, 57, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13233, 57, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13234, 57, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13235, 57, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13236, 57, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13237, 57, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13238, 57, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13239, 57, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13240, 57, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13241, 57, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13242, 57, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13243, 57, 3644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13244, 57, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13245, 57, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13246, 57, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13247, 57, 2951, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13248, 57, 3553, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13249, 57, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13250, 57, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13251, 57, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13252, 57, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13253, 57, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13254, 57, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13255, 57, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13256, 57, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13257, 57, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13258, 57, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13259, 57, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13260, 57, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13261, 57, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13262, 57, 3805, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13263, 57, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13264, 57, 3311, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13265, 57, 2478, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13266, 57, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13267, 57, 3593, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13268, 57, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13269, 57, 3172, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13270, 57, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13271, 57, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13272, 57, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13273, 57, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13274, 57, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13275, 57, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13276, 57, 3649, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13277, 57, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13278, 57, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13279, 57, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13280, 57, 2477, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13281, 57, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13282, 57, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13283, 57, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13284, 57, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13285, 57, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13286, 57, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13287, 57, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13288, 57, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13289, 57, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13290, 57, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13291, 57, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13292, 57, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13293, 57, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13294, 57, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13295, 57, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13296, 57, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13297, 57, 2595, 0, '6.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13298, 57, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13299, 57, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13300, 57, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13301, 57, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13302, 57, 2761, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13303, 57, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13304, 57, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13305, 57, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13306, 57, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13307, 57, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13308, 57, 3308, 0, '96.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13309, 57, 3307, 0, '104.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13310, 57, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13311, 57, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13312, 57, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13313, 57, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13314, 57, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13315, 57, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13316, 57, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13317, 57, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13318, 57, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13319, 57, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13320, 57, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13321, 57, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13322, 57, 2753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13323, 57, 3302, 0, '101.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13324, 57, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13325, 57, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13326, 57, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13327, 57, 2697, 0, '59.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13328, 57, 2698, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13329, 57, 2699, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13330, 57, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13331, 57, 2702, 0, '20.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13332, 57, 2701, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13333, 57, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13334, 57, 2704, 0, '10.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13335, 57, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13336, 57, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13337, 57, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13338, 57, 3190, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13339, 57, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13340, 57, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13341, 57, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13342, 57, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13343, 57, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13344, 57, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13345, 57, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13346, 57, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13347, 57, 3300, 0, '157.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13348, 57, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13349, 57, 2731, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13350, 57, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13351, 57, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13352, 57, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13353, 57, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13354, 57, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13355, 57, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13356, 57, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13357, 57, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13358, 57, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13359, 57, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13360, 57, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13361, 57, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13362, 57, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13363, 57, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13364, 57, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13365, 57, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13366, 57, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13367, 57, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13368, 57, 2490, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13369, 57, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13370, 57, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13371, 57, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13372, 57, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13373, 57, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13374, 57, 2719, 0, '10.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13375, 57, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13376, 57, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13377, 57, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13378, 57, 2723, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13379, 57, 2724, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13380, 57, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13381, 57, 2726, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13382, 57, 2727, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13383, 57, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13384, 57, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13385, 57, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13386, 57, 2749, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13387, 57, 2750, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13388, 57, 2752, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13389, 57, 2755, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13390, 57, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13391, 57, 2758, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13392, 57, 2759, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13393, 57, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13394, 57, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13395, 57, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13396, 57, 3127, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13397, 57, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13398, 57, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13399, 57, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13400, 57, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13401, 57, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13402, 57, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13403, 57, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13404, 57, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13405, 57, 3135, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13406, 57, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13407, 57, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13408, 57, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13409, 57, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13410, 57, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13411, 57, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13412, 57, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13413, 57, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13414, 57, 3239, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13415, 57, 3241, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13416, 57, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13417, 57, 3257, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13418, 57, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13419, 57, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13420, 57, 3260, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13421, 57, 3262, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13422, 57, 3264, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13423, 57, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13424, 57, 3267, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13425, 57, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13426, 57, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13427, 57, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13428, 57, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13429, 57, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13430, 57, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13431, 57, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13432, 57, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13433, 57, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13434, 57, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13435, 57, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13436, 57, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13437, 57, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13438, 57, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13439, 57, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13440, 57, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13441, 57, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13442, 57, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13443, 57, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13444, 57, 2827, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13445, 57, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13446, 57, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13447, 57, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13448, 57, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13449, 57, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13450, 57, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13451, 57, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13452, 57, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13453, 57, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13454, 57, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13455, 57, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13456, 57, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13457, 57, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13458, 57, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13475, 59, 3483, NULL, '8.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13476, 59, 2886, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13477, 59, 3048, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13483, 58, 2587, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13484, 58, 3834, NULL, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13485, 58, 3837, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13486, 58, 3838, NULL, '12.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13487, 58, 3839, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13488, 58, 3835, NULL, '132.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13489, 58, 3836, NULL, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13490, 60, 3648, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13491, 60, 3646, NULL, '40.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13492, 61, 2894, NULL, '3.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13493, 61, 2889, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13494, 61, 3064, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13495, 61, 2864, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13496, 61, 3172, NULL, '4.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13497, 61, 3483, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13498, 61, 3015, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13504, 62, 2886, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13505, 62, 2894, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13506, 62, 3047, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13507, 62, 3483, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13508, 62, 3641, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (13509, 62, 3575, NULL, '5.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14577, 64, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14578, 64, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14579, 64, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14580, 64, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14581, 64, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14582, 64, 2514, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14583, 64, 2524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14584, 64, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14585, 64, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14586, 64, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14587, 64, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14588, 64, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14589, 64, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14590, 64, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14591, 64, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14592, 64, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14593, 64, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14594, 64, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14595, 64, 3483, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14596, 64, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14597, 64, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14598, 64, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14599, 64, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14600, 64, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14601, 64, 2901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14602, 64, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14603, 64, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14604, 64, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14605, 64, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14606, 64, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14607, 64, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14608, 64, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14609, 64, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14610, 64, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14611, 64, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14612, 64, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14613, 64, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14614, 64, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14615, 64, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14616, 64, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14617, 64, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14618, 64, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14619, 64, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14620, 64, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14621, 64, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14622, 64, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14623, 64, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14624, 64, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14625, 64, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14626, 64, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14627, 64, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14628, 64, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14629, 64, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14630, 64, 3306, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14631, 64, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14632, 64, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14633, 64, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14634, 64, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14635, 64, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14636, 64, 3268, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14637, 64, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14638, 64, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14639, 64, 3294, 0, '128.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14640, 64, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14641, 64, 2996, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14642, 64, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14643, 64, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14644, 64, 3295, 0, '11.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14645, 64, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14646, 64, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14647, 64, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14648, 64, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14649, 64, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14650, 64, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14651, 64, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14652, 64, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14653, 64, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14654, 64, 3298, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14655, 64, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14656, 64, 3024, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14657, 64, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14658, 64, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14659, 64, 2714, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14660, 64, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14661, 64, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14662, 64, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14663, 64, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14664, 64, 3299, 0, '18.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14665, 64, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14666, 64, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14667, 64, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14668, 64, 3063, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14669, 64, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14670, 64, 2486, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14671, 64, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14672, 64, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14673, 64, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14674, 64, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14675, 64, 2513, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14676, 64, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14677, 64, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14678, 64, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14679, 64, 3085, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14680, 64, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14681, 64, 3048, 0, '52.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14682, 64, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14683, 64, 3086, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14684, 64, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14685, 64, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14686, 64, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14687, 64, 3327, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14688, 64, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14689, 64, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14690, 64, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14691, 64, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14692, 64, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14693, 64, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14694, 64, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14695, 64, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14696, 64, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14697, 64, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14698, 64, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14699, 64, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14700, 64, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14701, 64, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14702, 64, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14703, 64, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14704, 64, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14705, 64, 2517, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14706, 64, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14707, 64, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14708, 64, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14709, 64, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14710, 64, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14711, 64, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14712, 64, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14713, 64, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14714, 64, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14715, 64, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14716, 64, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14717, 64, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14718, 64, 3820, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14719, 64, 3646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14720, 64, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14721, 64, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14722, 64, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14723, 64, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14724, 64, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14725, 64, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14726, 64, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14727, 64, 2661, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14728, 64, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14729, 64, 3314, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14730, 64, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14731, 64, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14732, 64, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14733, 64, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14734, 64, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14735, 64, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14736, 64, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14737, 64, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14738, 64, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14739, 64, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14740, 64, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14741, 64, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14742, 64, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14743, 64, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14744, 64, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14745, 64, 3787, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14746, 64, 3486, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14747, 64, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14748, 64, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14749, 64, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14750, 64, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14751, 64, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14752, 64, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14753, 64, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14754, 64, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14755, 64, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14756, 64, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14757, 64, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14758, 64, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14759, 64, 2952, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14760, 64, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14761, 64, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14762, 64, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14763, 64, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14764, 64, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14765, 64, 2982, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14766, 64, 3212, 0, '24.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14767, 64, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14768, 64, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14769, 64, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14770, 64, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14771, 64, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14772, 64, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14773, 64, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14774, 64, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14775, 64, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14776, 64, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14777, 64, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14778, 64, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14779, 64, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14780, 64, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14781, 64, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14782, 64, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14783, 64, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14784, 64, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14785, 64, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14786, 64, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14787, 64, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14788, 64, 3084, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14789, 64, 3834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14790, 64, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14791, 64, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14792, 64, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14793, 64, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14794, 64, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14795, 64, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14796, 64, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14797, 64, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14798, 64, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14799, 64, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14800, 64, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14801, 64, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14802, 64, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14803, 64, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14804, 64, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14805, 64, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14806, 64, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14807, 64, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14808, 64, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14809, 64, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14810, 64, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14811, 64, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14812, 64, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14813, 64, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14814, 64, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14815, 64, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14816, 64, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14817, 64, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14818, 64, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14819, 64, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14820, 64, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14821, 64, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14822, 64, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14823, 64, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14824, 64, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14825, 64, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14826, 64, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14827, 64, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14828, 64, 3529, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14829, 64, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14830, 64, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14831, 64, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14832, 64, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14833, 64, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14834, 64, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14835, 64, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14836, 64, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14837, 64, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14838, 64, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14839, 64, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14840, 64, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14841, 64, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14842, 64, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14843, 64, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14844, 64, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14845, 64, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14846, 64, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14847, 64, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14848, 64, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14849, 64, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14850, 64, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14851, 64, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14852, 64, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14853, 64, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14854, 64, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14855, 64, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14856, 64, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14857, 64, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14858, 64, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14859, 64, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14860, 64, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14861, 64, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14862, 64, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14863, 64, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14864, 64, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14865, 64, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14866, 64, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14867, 64, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14868, 64, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14869, 64, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14870, 64, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14871, 64, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14872, 64, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14873, 64, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14874, 64, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14875, 64, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14876, 64, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14877, 64, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14878, 64, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14879, 64, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14880, 64, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14881, 64, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14882, 64, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14883, 64, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14884, 64, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14885, 64, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14886, 64, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14887, 64, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14888, 64, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14889, 64, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14890, 64, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14891, 64, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14892, 64, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14893, 64, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14894, 64, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14895, 64, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14896, 64, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14897, 64, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14898, 64, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14899, 64, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14900, 64, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14901, 64, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14902, 64, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14903, 64, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14904, 64, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14905, 64, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14906, 64, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14907, 64, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14908, 64, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14909, 64, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14910, 64, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14911, 64, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14912, 64, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14913, 64, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14914, 64, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14915, 64, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14916, 64, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14917, 64, 3612, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14918, 64, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14919, 64, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14920, 64, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14921, 64, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14922, 64, 2902, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14923, 64, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14924, 64, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14925, 64, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14926, 64, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14927, 64, 2660, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14928, 64, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14929, 64, 2864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14930, 64, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14931, 64, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14932, 64, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14933, 64, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14934, 64, 2659, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14935, 64, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14936, 64, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14937, 64, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14938, 64, 3641, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14939, 64, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14940, 64, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14941, 64, 2643, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14942, 64, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14943, 64, 2644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14944, 64, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14945, 64, 2647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14946, 64, 2645, 0, '12.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14947, 64, 2822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14948, 64, 2646, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14949, 64, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14950, 64, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14951, 64, 2873, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14952, 64, 2791, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14953, 64, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14954, 64, 2789, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14955, 64, 3120, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14956, 64, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14957, 64, 2508, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14958, 64, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14959, 64, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14960, 64, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14961, 64, 2504, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14962, 64, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14963, 64, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14964, 64, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14965, 64, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14966, 64, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14967, 64, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14968, 64, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14969, 64, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14970, 64, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14971, 64, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14972, 64, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14973, 64, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14974, 64, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14975, 64, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14976, 64, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14977, 64, 3256, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14978, 64, 3743, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14979, 64, 2950, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14980, 64, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14981, 64, 2500, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14982, 64, 2502, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14983, 64, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14984, 64, 2534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14985, 64, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14986, 64, 2710, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14987, 64, 2712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14988, 64, 3745, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14989, 64, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14990, 64, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14991, 64, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14992, 64, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14993, 64, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14994, 64, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14995, 64, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14996, 64, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14997, 64, 2921, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14998, 64, 2918, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (14999, 64, 2935, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15000, 64, 2923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15001, 64, 2920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15002, 64, 2927, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15003, 64, 2922, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15004, 64, 2933, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15005, 64, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15006, 64, 2919, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15007, 64, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15008, 64, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15009, 64, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15010, 64, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15011, 64, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15012, 64, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15013, 64, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15014, 64, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15015, 64, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15016, 64, 3825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15017, 64, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15018, 64, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15019, 64, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15020, 64, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15021, 64, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15022, 64, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15023, 64, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15024, 64, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15025, 64, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15026, 64, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15027, 64, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15028, 64, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15029, 64, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15030, 64, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15031, 64, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15032, 64, 3123, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15033, 64, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15034, 64, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15035, 64, 3121, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15036, 64, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15037, 64, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15038, 64, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15039, 64, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15040, 64, 3827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15041, 64, 2552, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15042, 64, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15043, 64, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15044, 64, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15045, 64, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15046, 64, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15047, 64, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15048, 64, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15049, 64, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15050, 64, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15051, 64, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15052, 64, 2487, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15053, 64, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15054, 64, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15055, 64, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15056, 64, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15057, 64, 2711, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15058, 64, 3580, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15059, 64, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15060, 64, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15061, 64, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15062, 64, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15063, 64, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15064, 64, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15065, 64, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15066, 64, 3177, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15067, 64, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15068, 64, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15069, 64, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15070, 64, 2713, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15071, 64, 3114, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15072, 64, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15073, 64, 3182, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15074, 64, 3015, 0, '21.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15075, 64, 3074, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15076, 64, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15077, 64, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15078, 64, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15079, 64, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15080, 64, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15081, 64, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15082, 64, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15083, 64, 3101, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15084, 64, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15085, 64, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15086, 64, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15087, 64, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15088, 64, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15089, 64, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15090, 64, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15091, 64, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15092, 64, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15093, 64, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15094, 64, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15095, 64, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15096, 64, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15097, 64, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15098, 64, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15099, 64, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15100, 64, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15101, 64, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15102, 64, 2653, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15103, 64, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15104, 64, 2886, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15105, 64, 2890, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15106, 64, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15107, 64, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15108, 64, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15109, 64, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15110, 64, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15111, 64, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15112, 64, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15113, 64, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15114, 64, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15115, 64, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15116, 64, 3187, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15117, 64, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15118, 64, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15119, 64, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15120, 64, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15121, 64, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15122, 64, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15123, 64, 3233, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15124, 64, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15125, 64, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15126, 64, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15127, 64, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15128, 64, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15129, 64, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15130, 64, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15131, 64, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15132, 64, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15133, 64, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15134, 64, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15135, 64, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15136, 64, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15137, 64, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15138, 64, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15139, 64, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15140, 64, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15141, 64, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15142, 64, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15143, 64, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15144, 64, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15145, 64, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15146, 64, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15147, 64, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15148, 64, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15149, 64, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15150, 64, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15151, 64, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15152, 64, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15153, 64, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15154, 64, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15155, 64, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15156, 64, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15157, 64, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15158, 64, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15159, 64, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15160, 64, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15161, 64, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15162, 64, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15163, 64, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15164, 64, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15165, 64, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15166, 64, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15167, 64, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15168, 64, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15169, 64, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15170, 64, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15171, 64, 3550, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15172, 64, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15173, 64, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15174, 64, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15175, 64, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15176, 64, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15177, 64, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15178, 64, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15179, 64, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15180, 64, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15181, 64, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15182, 64, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15183, 64, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15184, 64, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15185, 64, 2535, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15186, 64, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15187, 64, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15188, 64, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15189, 64, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15190, 64, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15191, 64, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15192, 64, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15193, 64, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15194, 64, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15195, 64, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15196, 64, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15197, 64, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15198, 64, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15199, 64, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15200, 64, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15201, 64, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15202, 64, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15203, 64, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15204, 64, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15205, 64, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15206, 64, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15207, 64, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15208, 64, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15209, 64, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15210, 64, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15211, 64, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15212, 64, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15213, 64, 3831, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15214, 64, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15215, 64, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15216, 64, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15217, 64, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15218, 64, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15219, 64, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15220, 64, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15221, 64, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15222, 64, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15223, 64, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15224, 64, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15225, 64, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15226, 64, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15227, 64, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15228, 64, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15229, 64, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15230, 64, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15231, 64, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15232, 64, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15233, 64, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15234, 64, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15235, 64, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15236, 64, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15237, 64, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15238, 64, 3608, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15239, 64, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15240, 64, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15241, 64, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15242, 64, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15243, 64, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15244, 64, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15245, 64, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15246, 64, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15247, 64, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15248, 64, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15249, 64, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15250, 64, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15251, 64, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15252, 64, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15253, 64, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15254, 64, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15255, 64, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15256, 64, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15257, 64, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15258, 64, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15259, 64, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15260, 64, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15261, 64, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15262, 64, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15263, 64, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15264, 64, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15265, 64, 2480, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15266, 64, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15267, 64, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15268, 64, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15269, 64, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15270, 64, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15271, 64, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15272, 64, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15273, 64, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15274, 64, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15275, 64, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15276, 64, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15277, 64, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15278, 64, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15279, 64, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15280, 64, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15281, 64, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15282, 64, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15283, 64, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15284, 64, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15285, 64, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15286, 64, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15287, 64, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15288, 64, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15289, 64, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15290, 64, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15291, 64, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15292, 64, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15293, 64, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15294, 64, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15295, 64, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15296, 64, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15297, 64, 3781, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15298, 64, 3780, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15299, 64, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15300, 64, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15301, 64, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15302, 64, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15303, 64, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15304, 64, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15305, 64, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15306, 64, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15307, 64, 3772, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15308, 64, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15309, 64, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15310, 64, 2893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15311, 64, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15312, 64, 3824, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15313, 64, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15314, 64, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15315, 64, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15316, 64, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15317, 64, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15318, 64, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15319, 64, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15320, 64, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15321, 64, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15322, 64, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15323, 64, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15324, 64, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15325, 64, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15326, 64, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15327, 64, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15328, 64, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15329, 64, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15330, 64, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15331, 64, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15332, 64, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15333, 64, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15334, 64, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15335, 64, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15336, 64, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15337, 64, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15338, 64, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15339, 64, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15340, 64, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15341, 64, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15342, 64, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15343, 64, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15344, 64, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15345, 64, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15346, 64, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15347, 64, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15348, 64, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15349, 64, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15350, 64, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15351, 64, 3635, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15352, 64, 3778, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15353, 64, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15354, 64, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15355, 64, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15356, 64, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15357, 64, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15358, 64, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15359, 64, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15360, 64, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15361, 64, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15362, 64, 2969, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15363, 64, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15364, 64, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15365, 64, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15366, 64, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15367, 64, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15368, 64, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15369, 64, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15370, 64, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15371, 64, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15372, 64, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15373, 64, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15374, 64, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15375, 64, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15376, 64, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15377, 64, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15378, 64, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15379, 64, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15380, 64, 3027, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15381, 64, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15382, 64, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15383, 64, 3552, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15384, 64, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15385, 64, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15386, 64, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15387, 64, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15388, 64, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15389, 64, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15390, 64, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15391, 64, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15392, 64, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15393, 64, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15394, 64, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15395, 64, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15396, 64, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15397, 64, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15398, 64, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15399, 64, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15400, 64, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15401, 64, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15402, 64, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15403, 64, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15404, 64, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15405, 64, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15406, 64, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15407, 64, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15408, 64, 3763, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15409, 64, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15410, 64, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15411, 64, 2981, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15412, 64, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15413, 64, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15414, 64, 2916, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15415, 64, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15416, 64, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15417, 64, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15418, 64, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15419, 64, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15420, 64, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15421, 64, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15422, 64, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15423, 64, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15424, 64, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15425, 64, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15426, 64, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15427, 64, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15428, 64, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15429, 64, 3644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15430, 64, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15431, 64, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15432, 64, 2876, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15433, 64, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15434, 64, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15435, 64, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15436, 64, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15437, 64, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15438, 64, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15439, 64, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15440, 64, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15441, 64, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15442, 64, 3762, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15443, 64, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15444, 64, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15445, 64, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15446, 64, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15447, 64, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15448, 64, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15449, 64, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15450, 64, 3311, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15451, 64, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15452, 64, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15453, 64, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15454, 64, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15455, 64, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15456, 64, 3172, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15457, 64, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15458, 64, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15459, 64, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15460, 64, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15461, 64, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15462, 64, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15463, 64, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15464, 64, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15465, 64, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15466, 64, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15467, 64, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15468, 64, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15469, 64, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15470, 64, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15471, 64, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15472, 64, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15473, 64, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15474, 64, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15475, 64, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15476, 64, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15477, 64, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15478, 64, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15479, 64, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15480, 64, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15481, 64, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15482, 64, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15483, 64, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15484, 64, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15485, 64, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15486, 64, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15487, 64, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15488, 64, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15489, 64, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15490, 64, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15491, 64, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15492, 64, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15493, 64, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15494, 64, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15495, 64, 3308, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15496, 64, 3307, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15497, 64, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15498, 64, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15499, 64, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15500, 64, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15501, 64, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15502, 64, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15503, 64, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15504, 64, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15505, 64, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15506, 64, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15507, 64, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15508, 64, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15509, 64, 2753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15510, 64, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15511, 64, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15512, 64, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15513, 64, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15514, 64, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15515, 64, 2698, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15516, 64, 2699, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15517, 64, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15518, 64, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15519, 64, 2701, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15520, 64, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15521, 64, 2704, 0, '78.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15522, 64, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15523, 64, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15524, 64, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15525, 64, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15526, 64, 2766, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15527, 64, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15528, 64, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15529, 64, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15530, 64, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15531, 64, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15532, 64, 3290, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15533, 64, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15534, 64, 3300, 0, '52.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15535, 64, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15536, 64, 2731, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15537, 64, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15538, 64, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15539, 64, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15540, 64, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15541, 64, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15542, 64, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15543, 64, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15544, 64, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15545, 64, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15546, 64, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15547, 64, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15548, 64, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15549, 64, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15550, 64, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15551, 64, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15552, 64, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15553, 64, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15554, 64, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15555, 64, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15556, 64, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15557, 64, 2754, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15558, 64, 2497, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15559, 64, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15560, 64, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15561, 64, 2719, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15562, 64, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15563, 64, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15564, 64, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15565, 64, 2723, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15566, 64, 2724, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15567, 64, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15568, 64, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15569, 64, 2727, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15570, 64, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15571, 64, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15572, 64, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15573, 64, 2749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15574, 64, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15575, 64, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15576, 64, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15577, 64, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15578, 64, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15579, 64, 2759, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15580, 64, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15581, 64, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15582, 64, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15583, 64, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15584, 64, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15585, 64, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15586, 64, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15587, 64, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15588, 64, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15589, 64, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15590, 64, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15591, 64, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15592, 64, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15593, 64, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15594, 64, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15595, 64, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15596, 64, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15597, 64, 3147, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15598, 64, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15599, 64, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15600, 64, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15601, 64, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15602, 64, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15603, 64, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15604, 64, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15605, 64, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15606, 64, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15607, 64, 3260, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15608, 64, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15609, 64, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15610, 64, 3266, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15611, 64, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15612, 64, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15613, 64, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15614, 64, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15615, 64, 3346, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15616, 64, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15617, 64, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15618, 64, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15619, 64, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15620, 64, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15621, 64, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15622, 64, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15623, 64, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15624, 64, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15625, 64, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15626, 64, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15627, 64, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15628, 64, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15629, 64, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15630, 64, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15631, 64, 2827, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15632, 64, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15633, 64, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15634, 64, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15635, 64, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15636, 64, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15637, 64, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15638, 64, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15639, 64, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15640, 64, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15641, 64, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15642, 64, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15643, 64, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15644, 65, 3842, NULL, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15645, 66, 2891, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15646, 66, 3172, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15647, 67, 3138, NULL, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15654, 68, 3848, NULL, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15655, 68, 3849, NULL, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15656, 68, 3850, NULL, '37.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15657, 68, 3851, NULL, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15658, 69, 3048, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15659, 70, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15660, 70, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15661, 70, 3620, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15662, 70, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15663, 70, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15664, 70, 2514, 0, '18.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15665, 70, 2524, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15666, 70, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15667, 70, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15668, 70, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15669, 70, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15670, 70, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15671, 70, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15672, 70, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15673, 70, 3852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15674, 70, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15675, 70, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15676, 70, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15677, 70, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15678, 70, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15679, 70, 3483, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15680, 70, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15681, 70, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15682, 70, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15683, 70, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15684, 70, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15685, 70, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15686, 70, 2901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15687, 70, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15688, 70, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15689, 70, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15690, 70, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15691, 70, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15692, 70, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15693, 70, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15694, 70, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15695, 70, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15696, 70, 2608, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15697, 70, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15698, 70, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15699, 70, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15700, 70, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15701, 70, 2960, 0, '1.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15702, 70, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15703, 70, 3303, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15704, 70, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15705, 70, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15706, 70, 2715, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15707, 70, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15708, 70, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15709, 70, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15710, 70, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15711, 70, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15712, 70, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15713, 70, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15714, 70, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15715, 70, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15716, 70, 3306, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15717, 70, 3305, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15718, 70, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15719, 70, 2730, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15720, 70, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15721, 70, 3269, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15722, 70, 3268, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15723, 70, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15724, 70, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15725, 70, 3294, 0, '78.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15726, 70, 3293, 0, '34.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15727, 70, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15728, 70, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15729, 70, 3301, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15730, 70, 3295, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15731, 70, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15732, 70, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15733, 70, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15734, 70, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15735, 70, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15736, 70, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15737, 70, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15738, 70, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15739, 70, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15740, 70, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15741, 70, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15742, 70, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15743, 70, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15744, 70, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15745, 70, 2714, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15746, 70, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15747, 70, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15748, 70, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15749, 70, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15750, 70, 3299, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15751, 70, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15752, 70, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15753, 70, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15754, 70, 3063, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15755, 70, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15756, 70, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15757, 70, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15758, 70, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15759, 70, 3061, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15760, 70, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15761, 70, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15762, 70, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15763, 70, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15764, 70, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15765, 70, 3085, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15766, 70, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15767, 70, 3048, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15768, 70, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15769, 70, 3086, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15770, 70, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15771, 70, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15772, 70, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15773, 70, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15774, 70, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15775, 70, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15776, 70, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15777, 70, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15778, 70, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15779, 70, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15780, 70, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15781, 70, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15782, 70, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15783, 70, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15784, 70, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15785, 70, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15786, 70, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15787, 70, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15788, 70, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15789, 70, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15790, 70, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15791, 70, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15792, 70, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15793, 70, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15794, 70, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15795, 70, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15796, 70, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15797, 70, 2956, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15798, 70, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15799, 70, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15800, 70, 3850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15801, 70, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15802, 70, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15803, 70, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15804, 70, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15805, 70, 3820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15806, 70, 3646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15807, 70, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15808, 70, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15809, 70, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15810, 70, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15811, 70, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15812, 70, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15813, 70, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15814, 70, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15815, 70, 2661, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15816, 70, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15817, 70, 3314, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15818, 70, 2949, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15819, 70, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15820, 70, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15821, 70, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15822, 70, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15823, 70, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15824, 70, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15825, 70, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15826, 70, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15827, 70, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15828, 70, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15829, 70, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15830, 70, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15831, 70, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15832, 70, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15833, 70, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15834, 70, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15835, 70, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15836, 70, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15837, 70, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15838, 70, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15839, 70, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15840, 70, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15841, 70, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15842, 70, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15843, 70, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15844, 70, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15845, 70, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15846, 70, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15847, 70, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15848, 70, 2952, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15849, 70, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15850, 70, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15851, 70, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15852, 70, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15853, 70, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15854, 70, 2982, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15855, 70, 3212, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15856, 70, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15857, 70, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15858, 70, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15859, 70, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15860, 70, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15861, 70, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15862, 70, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15863, 70, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15864, 70, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15865, 70, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15866, 70, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15867, 70, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15868, 70, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15869, 70, 3059, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15870, 70, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15871, 70, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15872, 70, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15873, 70, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15874, 70, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15875, 70, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15876, 70, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15877, 70, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15878, 70, 3084, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15879, 70, 3834, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15880, 70, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15881, 70, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15882, 70, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15883, 70, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15884, 70, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15885, 70, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15886, 70, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15887, 70, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15888, 70, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15889, 70, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15890, 70, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15891, 70, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15892, 70, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15893, 70, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15894, 70, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15895, 70, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15896, 70, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15897, 70, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15898, 70, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15899, 70, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15900, 70, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15901, 70, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15902, 70, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15903, 70, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15904, 70, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15905, 70, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15906, 70, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15907, 70, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15908, 70, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15909, 70, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15910, 70, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15911, 70, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15912, 70, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15913, 70, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15914, 70, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15915, 70, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15916, 70, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15917, 70, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15918, 70, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15919, 70, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15920, 70, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15921, 70, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15922, 70, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15923, 70, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15924, 70, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15925, 70, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15926, 70, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15927, 70, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15928, 70, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15929, 70, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15930, 70, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15931, 70, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15932, 70, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15933, 70, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15934, 70, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15935, 70, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15936, 70, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15937, 70, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15938, 70, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15939, 70, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15940, 70, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15941, 70, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15942, 70, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15943, 70, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15944, 70, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15945, 70, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15946, 70, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15947, 70, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15948, 70, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15949, 70, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15950, 70, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15951, 70, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15952, 70, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15953, 70, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15954, 70, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15955, 70, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15956, 70, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15957, 70, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15958, 70, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15959, 70, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15960, 70, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15961, 70, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15962, 70, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15963, 70, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15964, 70, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15965, 70, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15966, 70, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15967, 70, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15968, 70, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15969, 70, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15970, 70, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15971, 70, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15972, 70, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15973, 70, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15974, 70, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15975, 70, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15976, 70, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15977, 70, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15978, 70, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15979, 70, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15980, 70, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15981, 70, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15982, 70, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15983, 70, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15984, 70, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15985, 70, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15986, 70, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15987, 70, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15988, 70, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15989, 70, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15990, 70, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15991, 70, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15992, 70, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15993, 70, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15994, 70, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15995, 70, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15996, 70, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15997, 70, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15998, 70, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (15999, 70, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16000, 70, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16001, 70, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16002, 70, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16003, 70, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16004, 70, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16005, 70, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16006, 70, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16007, 70, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16008, 70, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16009, 70, 3602, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16010, 70, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16011, 70, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16012, 70, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16013, 70, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16014, 70, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16015, 70, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16016, 70, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16017, 70, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16018, 70, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16019, 70, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16020, 70, 2660, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16021, 70, 3064, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16022, 70, 2864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16023, 70, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16024, 70, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16025, 70, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16026, 70, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16027, 70, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16028, 70, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16029, 70, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16030, 70, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16031, 70, 3641, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16032, 70, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16033, 70, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16034, 70, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16035, 70, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16036, 70, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16037, 70, 2644, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16038, 70, 2648, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16039, 70, 2647, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16040, 70, 2645, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16041, 70, 2822, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16042, 70, 2646, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16043, 70, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16044, 70, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16045, 70, 2873, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16046, 70, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16047, 70, 2790, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16048, 70, 2789, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16049, 70, 3120, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16050, 70, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16051, 70, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16052, 70, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16053, 70, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16054, 70, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16055, 70, 2504, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16056, 70, 3853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16057, 70, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16058, 70, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16059, 70, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16060, 70, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16061, 70, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16062, 70, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16063, 70, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16064, 70, 3166, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16065, 70, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16066, 70, 3344, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16067, 70, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16068, 70, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16069, 70, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16070, 70, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16071, 70, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16072, 70, 3256, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16073, 70, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16074, 70, 2950, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16075, 70, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16076, 70, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16077, 70, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16078, 70, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16079, 70, 2534, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16080, 70, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16081, 70, 2710, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16082, 70, 2712, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16083, 70, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16084, 70, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16085, 70, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16086, 70, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16087, 70, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16088, 70, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16089, 70, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16090, 70, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16091, 70, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16092, 70, 2930, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16093, 70, 2936, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16094, 70, 2921, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16095, 70, 2918, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16096, 70, 2935, 0, '7.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16097, 70, 2923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16098, 70, 2920, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16099, 70, 2927, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16100, 70, 2922, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16101, 70, 2933, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16102, 70, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16103, 70, 2919, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16104, 70, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16105, 70, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16106, 70, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16107, 70, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16108, 70, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16109, 70, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16110, 70, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16111, 70, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16112, 70, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16113, 70, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16114, 70, 3825, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16115, 70, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16116, 70, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16117, 70, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16118, 70, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16119, 70, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16120, 70, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16121, 70, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16122, 70, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16123, 70, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16124, 70, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16125, 70, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16126, 70, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16127, 70, 3482, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16128, 70, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16129, 70, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16130, 70, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16131, 70, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16132, 70, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16133, 70, 3123, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16134, 70, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16135, 70, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16136, 70, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16137, 70, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16138, 70, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16139, 70, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16140, 70, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16141, 70, 3827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16142, 70, 2552, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16143, 70, 2881, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16144, 70, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16145, 70, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16146, 70, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16147, 70, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16148, 70, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16149, 70, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16150, 70, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16151, 70, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16152, 70, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16153, 70, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16154, 70, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16155, 70, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16156, 70, 3847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16157, 70, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16158, 70, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16159, 70, 2711, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16160, 70, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16161, 70, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16162, 70, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16163, 70, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16164, 70, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16165, 70, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16166, 70, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16167, 70, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16168, 70, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16169, 70, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16170, 70, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16171, 70, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16172, 70, 2713, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16173, 70, 3114, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16174, 70, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16175, 70, 3182, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16176, 70, 3015, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16177, 70, 3074, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16178, 70, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16179, 70, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16180, 70, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16181, 70, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16182, 70, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16183, 70, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16184, 70, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16185, 70, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16186, 70, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16187, 70, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16188, 70, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16189, 70, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16190, 70, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16191, 70, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16192, 70, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16193, 70, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16194, 70, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16195, 70, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16196, 70, 3614, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16197, 70, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16198, 70, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16199, 70, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16200, 70, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16201, 70, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16202, 70, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16203, 70, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16204, 70, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16205, 70, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16206, 70, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16207, 70, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16208, 70, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16209, 70, 2653, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16210, 70, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16211, 70, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16212, 70, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16213, 70, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16214, 70, 2891, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16215, 70, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16216, 70, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16217, 70, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16218, 70, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16219, 70, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16220, 70, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16221, 70, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16222, 70, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16223, 70, 3187, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16224, 70, 2650, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16225, 70, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16226, 70, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16227, 70, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16228, 70, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16229, 70, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16230, 70, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16231, 70, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16232, 70, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16233, 70, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16234, 70, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16235, 70, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16236, 70, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16237, 70, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16238, 70, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16239, 70, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16240, 70, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16241, 70, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16242, 70, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16243, 70, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16244, 70, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16245, 70, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16246, 70, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16247, 70, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16248, 70, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16249, 70, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16250, 70, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16251, 70, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16252, 70, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16253, 70, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16254, 70, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16255, 70, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16256, 70, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16257, 70, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16258, 70, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16259, 70, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16260, 70, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16261, 70, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16262, 70, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16263, 70, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16264, 70, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16265, 70, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16266, 70, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16267, 70, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16268, 70, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16269, 70, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16270, 70, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16271, 70, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16272, 70, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16273, 70, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16274, 70, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16275, 70, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16276, 70, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16277, 70, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16278, 70, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16279, 70, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16280, 70, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16281, 70, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16282, 70, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16283, 70, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16284, 70, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16285, 70, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16286, 70, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16287, 70, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16288, 70, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16289, 70, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16290, 70, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16291, 70, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16292, 70, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16293, 70, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16294, 70, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16295, 70, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16296, 70, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16297, 70, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16298, 70, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16299, 70, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16300, 70, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16301, 70, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16302, 70, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16303, 70, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16304, 70, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16305, 70, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16306, 70, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16307, 70, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16308, 70, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16309, 70, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16310, 70, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16311, 70, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16312, 70, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16313, 70, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16314, 70, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16315, 70, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16316, 70, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16317, 70, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16318, 70, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16319, 70, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16320, 70, 3831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16321, 70, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16322, 70, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16323, 70, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16324, 70, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16325, 70, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16326, 70, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16327, 70, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16328, 70, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16329, 70, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16330, 70, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16331, 70, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16332, 70, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16333, 70, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16334, 70, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16335, 70, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16336, 70, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16337, 70, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16338, 70, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16339, 70, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16340, 70, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16341, 70, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16342, 70, 2861, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16343, 70, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16344, 70, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16345, 70, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16346, 70, 2651, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16347, 70, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16348, 70, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16349, 70, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16350, 70, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16351, 70, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16352, 70, 2642, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16353, 70, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16354, 70, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16355, 70, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16356, 70, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16357, 70, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16358, 70, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16359, 70, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16360, 70, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16361, 70, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16362, 70, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16363, 70, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16364, 70, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16365, 70, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16366, 70, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16367, 70, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16368, 70, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16369, 70, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16370, 70, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16371, 70, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16372, 70, 2480, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16373, 70, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16374, 70, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16375, 70, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16376, 70, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16377, 70, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16378, 70, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16379, 70, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16380, 70, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16381, 70, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16382, 70, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16383, 70, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16384, 70, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16385, 70, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16386, 70, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16387, 70, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16388, 70, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16389, 70, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16390, 70, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16391, 70, 2846, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16392, 70, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16393, 70, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16394, 70, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16395, 70, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16396, 70, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16397, 70, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16398, 70, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16399, 70, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16400, 70, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16401, 70, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16402, 70, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16403, 70, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16404, 70, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16405, 70, 3780, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16406, 70, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16407, 70, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16408, 70, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16409, 70, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16410, 70, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16411, 70, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16412, 70, 3625, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16413, 70, 3772, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16414, 70, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16415, 70, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16416, 70, 2893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16417, 70, 2639, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16418, 70, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16419, 70, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16420, 70, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16421, 70, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16422, 70, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16423, 70, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16424, 70, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16425, 70, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16426, 70, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16427, 70, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16428, 70, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16429, 70, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16430, 70, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16431, 70, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16432, 70, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16433, 70, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16434, 70, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16435, 70, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16436, 70, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16437, 70, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16438, 70, 2860, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16439, 70, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16440, 70, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16441, 70, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16442, 70, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16443, 70, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16444, 70, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16445, 70, 2859, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16446, 70, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16447, 70, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16448, 70, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16449, 70, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16450, 70, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16451, 70, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16452, 70, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16453, 70, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16454, 70, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16455, 70, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16456, 70, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16457, 70, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16458, 70, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16459, 70, 3778, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16460, 70, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16461, 70, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16462, 70, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16463, 70, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16464, 70, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16465, 70, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16466, 70, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16467, 70, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16468, 70, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16469, 70, 2969, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16470, 70, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16471, 70, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16472, 70, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16473, 70, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16474, 70, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16475, 70, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16476, 70, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16477, 70, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16478, 70, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16479, 70, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16480, 70, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16481, 70, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16482, 70, 2613, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16483, 70, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16484, 70, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16485, 70, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16486, 70, 3029, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16487, 70, 3027, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16488, 70, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16489, 70, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16490, 70, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16491, 70, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16492, 70, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16493, 70, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16494, 70, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16495, 70, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16496, 70, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16497, 70, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16498, 70, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16499, 70, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16500, 70, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16501, 70, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16502, 70, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16503, 70, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16504, 70, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16505, 70, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16506, 70, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16507, 70, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16508, 70, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16509, 70, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16510, 70, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16511, 70, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16512, 70, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16513, 70, 3017, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16514, 70, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16515, 70, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16516, 70, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16517, 70, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16518, 70, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16519, 70, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16520, 70, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16521, 70, 2484, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16522, 70, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16523, 70, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16524, 70, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16525, 70, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16526, 70, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16527, 70, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16528, 70, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16529, 70, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16530, 70, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16531, 70, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16532, 70, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16533, 70, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16534, 70, 3609, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16535, 70, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16536, 70, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16537, 70, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16538, 70, 3644, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16539, 70, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16540, 70, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16541, 70, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16542, 70, 2951, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16543, 70, 3553, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16544, 70, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16545, 70, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16546, 70, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16547, 70, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16548, 70, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16549, 70, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16550, 70, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16551, 70, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16552, 70, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16553, 70, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16554, 70, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16555, 70, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16556, 70, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16557, 70, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16558, 70, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16559, 70, 3311, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16560, 70, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16561, 70, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16562, 70, 3748, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16563, 70, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16564, 70, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16565, 70, 3172, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16566, 70, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16567, 70, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16568, 70, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16569, 70, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16570, 70, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16571, 70, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16572, 70, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16573, 70, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16574, 70, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16575, 70, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16576, 70, 2477, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16577, 70, 2476, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16578, 70, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16579, 70, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16580, 70, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16581, 70, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16582, 70, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16583, 70, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16584, 70, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16585, 70, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16586, 70, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16587, 70, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16588, 70, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16589, 70, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16590, 70, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16591, 70, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16592, 70, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16593, 70, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16594, 70, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16595, 70, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16596, 70, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16597, 70, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16598, 70, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16599, 70, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16600, 70, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16601, 70, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16602, 70, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16603, 70, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16604, 70, 3307, 0, '96.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16605, 70, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16606, 70, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16607, 70, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16608, 70, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16609, 70, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16610, 70, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16611, 70, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16612, 70, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16613, 70, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16614, 70, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16615, 70, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16616, 70, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16617, 70, 2753, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16618, 70, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16619, 70, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16620, 70, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16621, 70, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16622, 70, 2697, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16623, 70, 2698, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16624, 70, 2699, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16625, 70, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16626, 70, 2702, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16627, 70, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16628, 70, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16629, 70, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16630, 70, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16631, 70, 2708, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16632, 70, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16633, 70, 3190, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16634, 70, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16635, 70, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16636, 70, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16637, 70, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16638, 70, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16639, 70, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16640, 70, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16641, 70, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16642, 70, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16643, 70, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16644, 70, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16645, 70, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16646, 70, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16647, 70, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16648, 70, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16649, 70, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16650, 70, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16651, 70, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16652, 70, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16653, 70, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16654, 70, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16655, 70, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16656, 70, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16657, 70, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16658, 70, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16659, 70, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16660, 70, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16661, 70, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16662, 70, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16663, 70, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16664, 70, 2754, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16665, 70, 2497, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16666, 70, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16667, 70, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16668, 70, 2719, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16669, 70, 2720, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16670, 70, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16671, 70, 2722, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16672, 70, 2723, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16673, 70, 2724, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16674, 70, 2725, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16675, 70, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16676, 70, 2727, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16677, 70, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16678, 70, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16679, 70, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16680, 70, 2749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16681, 70, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16682, 70, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16683, 70, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16684, 70, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16685, 70, 2758, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16686, 70, 2759, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16687, 70, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16688, 70, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16689, 70, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16690, 70, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16691, 70, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16692, 70, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16693, 70, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16694, 70, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16695, 70, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16696, 70, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16697, 70, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16698, 70, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16699, 70, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16700, 70, 3137, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16701, 70, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16702, 70, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16703, 70, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16704, 70, 3147, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16705, 70, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16706, 70, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16707, 70, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16708, 70, 3239, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16709, 70, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16710, 70, 3245, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16711, 70, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16712, 70, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16713, 70, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16714, 70, 3260, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16715, 70, 3262, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16716, 70, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16717, 70, 3266, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16718, 70, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16719, 70, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16720, 70, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16721, 70, 3347, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16722, 70, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16723, 70, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16724, 70, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16725, 70, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16726, 70, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16727, 70, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16728, 70, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16729, 70, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16730, 70, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16731, 70, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16732, 70, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16733, 70, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16734, 70, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16735, 70, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16736, 70, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16737, 70, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16738, 70, 2827, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16739, 70, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16740, 70, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16741, 70, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16742, 70, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16743, 70, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16744, 70, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16745, 70, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16746, 70, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16747, 70, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16748, 70, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16749, 70, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16750, 70, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16754, 71, 3646, NULL, '60.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16755, 71, 3647, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16756, 71, 3648, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16757, 72, 3182, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16758, 72, 3483, NULL, '4.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16759, 72, 3048, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16760, 72, 2886, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16761, 73, 3063, NULL, '24.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16762, 73, 3061, NULL, '12.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16763, 74, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16764, 74, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16765, 74, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16766, 74, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16767, 74, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16768, 74, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16769, 74, 2524, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16770, 74, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16771, 74, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16772, 74, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16773, 74, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16774, 74, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16775, 74, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16776, 74, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16777, 74, 3852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16778, 74, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16779, 74, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16780, 74, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16781, 74, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16782, 74, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16783, 74, 3483, 0, '17.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16784, 74, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16785, 74, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16786, 74, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16787, 74, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16788, 74, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16789, 74, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16790, 74, 2901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16791, 74, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16792, 74, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16793, 74, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16794, 74, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16795, 74, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16796, 74, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16797, 74, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16798, 74, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16799, 74, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16800, 74, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16801, 74, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16802, 74, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16803, 74, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16804, 74, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16805, 74, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16806, 74, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16807, 74, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16808, 74, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16809, 74, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16810, 74, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16811, 74, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16812, 74, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16813, 74, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16814, 74, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16815, 74, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16816, 74, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16817, 74, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16818, 74, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16819, 74, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16820, 74, 3306, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16821, 74, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16822, 74, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16823, 74, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16824, 74, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16825, 74, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16826, 74, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16827, 74, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16828, 74, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16829, 74, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16830, 74, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16831, 74, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16832, 74, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16833, 74, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16834, 74, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16835, 74, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16836, 74, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16837, 74, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16838, 74, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16839, 74, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16840, 74, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16841, 74, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16842, 74, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16843, 74, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16844, 74, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16845, 74, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16846, 74, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16847, 74, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16848, 74, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16849, 74, 2714, 0, '29.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16850, 74, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16851, 74, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16852, 74, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16853, 74, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16854, 74, 3299, 0, '23.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16855, 74, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16856, 74, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16857, 74, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16858, 74, 3063, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16859, 74, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16860, 74, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16861, 74, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16862, 74, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16863, 74, 3061, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16864, 74, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16865, 74, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16866, 74, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16867, 74, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16868, 74, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16869, 74, 3085, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16870, 74, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16871, 74, 3048, 0, '8.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16872, 74, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16873, 74, 3086, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16874, 74, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16875, 74, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16876, 74, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16877, 74, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16878, 74, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16879, 74, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16880, 74, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16881, 74, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16882, 74, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16883, 74, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16884, 74, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16885, 74, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16886, 74, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16887, 74, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16888, 74, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16889, 74, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16890, 74, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16891, 74, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16892, 74, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16893, 74, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16894, 74, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16895, 74, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16896, 74, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16897, 74, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16898, 74, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16899, 74, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16900, 74, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16901, 74, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16902, 74, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16903, 74, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16904, 74, 3850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16905, 74, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16906, 74, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16907, 74, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16908, 74, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16909, 74, 3820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16910, 74, 3869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16911, 74, 3646, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16912, 74, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16913, 74, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16914, 74, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16915, 74, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16916, 74, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16917, 74, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16918, 74, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16919, 74, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16920, 74, 2661, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16921, 74, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16922, 74, 3314, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16923, 74, 2949, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16924, 74, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16925, 74, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16926, 74, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16927, 74, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16928, 74, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16929, 74, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16930, 74, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16931, 74, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16932, 74, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16933, 74, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16934, 74, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16935, 74, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16936, 74, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16937, 74, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16938, 74, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16939, 74, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16940, 74, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16941, 74, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16942, 74, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16943, 74, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16944, 74, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16945, 74, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16946, 74, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16947, 74, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16948, 74, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16949, 74, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16950, 74, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16951, 74, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16952, 74, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16953, 74, 2952, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16954, 74, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16955, 74, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16956, 74, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16957, 74, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16958, 74, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16959, 74, 2982, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16960, 74, 3212, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16961, 74, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16962, 74, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16963, 74, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16964, 74, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16965, 74, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16966, 74, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16967, 74, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16968, 74, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16969, 74, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16970, 74, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16971, 74, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16972, 74, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16973, 74, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16974, 74, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16975, 74, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16976, 74, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16977, 74, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16978, 74, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16979, 74, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16980, 74, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16981, 74, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16982, 74, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16983, 74, 3084, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16984, 74, 3834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16985, 74, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16986, 74, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16987, 74, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16988, 74, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16989, 74, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16990, 74, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16991, 74, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16992, 74, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16993, 74, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16994, 74, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16995, 74, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16996, 74, 3872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16997, 74, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16998, 74, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (16999, 74, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17000, 74, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17001, 74, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17002, 74, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17003, 74, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17004, 74, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17005, 74, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17006, 74, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17007, 74, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17008, 74, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17009, 74, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17010, 74, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17011, 74, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17012, 74, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17013, 74, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17014, 74, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17015, 74, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17016, 74, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17017, 74, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17018, 74, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17019, 74, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17020, 74, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17021, 74, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17022, 74, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17023, 74, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17024, 74, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17025, 74, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17026, 74, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17027, 74, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17028, 74, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17029, 74, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17030, 74, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17031, 74, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17032, 74, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17033, 74, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17034, 74, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17035, 74, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17036, 74, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17037, 74, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17038, 74, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17039, 74, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17040, 74, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17041, 74, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17042, 74, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17043, 74, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17044, 74, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17045, 74, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17046, 74, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17047, 74, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17048, 74, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17049, 74, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17050, 74, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17051, 74, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17052, 74, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17053, 74, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17054, 74, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17055, 74, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17056, 74, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17057, 74, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17058, 74, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17059, 74, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17060, 74, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17061, 74, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17062, 74, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17063, 74, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17064, 74, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17065, 74, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17066, 74, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17067, 74, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17068, 74, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17069, 74, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17070, 74, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17071, 74, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17072, 74, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17073, 74, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17074, 74, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17075, 74, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17076, 74, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17077, 74, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17078, 74, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17079, 74, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17080, 74, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17081, 74, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17082, 74, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17083, 74, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17084, 74, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17085, 74, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17086, 74, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17087, 74, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17088, 74, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17089, 74, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17090, 74, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17091, 74, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17092, 74, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17093, 74, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17094, 74, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17095, 74, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17096, 74, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17097, 74, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17098, 74, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17099, 74, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17100, 74, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17101, 74, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17102, 74, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17103, 74, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17104, 74, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17105, 74, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17106, 74, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17107, 74, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17108, 74, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17109, 74, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17110, 74, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17111, 74, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17112, 74, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17113, 74, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17114, 74, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17115, 74, 3602, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17116, 74, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17117, 74, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17118, 74, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17119, 74, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17120, 74, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17121, 74, 2902, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17122, 74, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17123, 74, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17124, 74, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17125, 74, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17126, 74, 2660, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17127, 74, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17128, 74, 2864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17129, 74, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17130, 74, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17131, 74, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17132, 74, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17133, 74, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17134, 74, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17135, 74, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17136, 74, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17137, 74, 3641, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17138, 74, 3873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17139, 74, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17140, 74, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17141, 74, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17142, 74, 2643, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17143, 74, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17144, 74, 2644, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17145, 74, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17146, 74, 2647, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17147, 74, 2645, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17148, 74, 2822, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17149, 74, 2646, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17150, 74, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17151, 74, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17152, 74, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17153, 74, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17154, 74, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17155, 74, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17156, 74, 3120, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17157, 74, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17158, 74, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17159, 74, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17160, 74, 2507, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17161, 74, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17162, 74, 2504, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17163, 74, 3853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17164, 74, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17165, 74, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17166, 74, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17167, 74, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17168, 74, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17169, 74, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17170, 74, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17171, 74, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17172, 74, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17173, 74, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17174, 74, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17175, 74, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17176, 74, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17177, 74, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17178, 74, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17179, 74, 3256, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17180, 74, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17181, 74, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17182, 74, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17183, 74, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17184, 74, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17185, 74, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17186, 74, 2534, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17187, 74, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17188, 74, 2710, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17189, 74, 2712, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17190, 74, 3870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17191, 74, 3745, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17192, 74, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17193, 74, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17194, 74, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17195, 74, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17196, 74, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17197, 74, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17198, 74, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17199, 74, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17200, 74, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17201, 74, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17202, 74, 2921, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17203, 74, 2918, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17204, 74, 2935, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17205, 74, 2923, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17206, 74, 2920, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17207, 74, 2927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17208, 74, 2922, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17209, 74, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17210, 74, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17211, 74, 2919, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17212, 74, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17213, 74, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17214, 74, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17215, 74, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17216, 74, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17217, 74, 3592, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17218, 74, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17219, 74, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17220, 74, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17221, 74, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17222, 74, 3825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17223, 74, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17224, 74, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17225, 74, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17226, 74, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17227, 74, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17228, 74, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17229, 74, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17230, 74, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17231, 74, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17232, 74, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17233, 74, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17234, 74, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17235, 74, 3871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17236, 74, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17237, 74, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17238, 74, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17239, 74, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17240, 74, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17241, 74, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17242, 74, 3123, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17243, 74, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17244, 74, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17245, 74, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17246, 74, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17247, 74, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17248, 74, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17249, 74, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17250, 74, 3827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17251, 74, 2552, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17252, 74, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17253, 74, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17254, 74, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17255, 74, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17256, 74, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17257, 74, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17258, 74, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17259, 74, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17260, 74, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17261, 74, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17262, 74, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17263, 74, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17264, 74, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17265, 74, 3847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17266, 74, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17267, 74, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17268, 74, 2711, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17269, 74, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17270, 74, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17271, 74, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17272, 74, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17273, 74, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17274, 74, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17275, 74, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17276, 74, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17277, 74, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17278, 74, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17279, 74, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17280, 74, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17281, 74, 2713, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17282, 74, 3114, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17283, 74, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17284, 74, 3182, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17285, 74, 3015, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17286, 74, 3074, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17287, 74, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17288, 74, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17289, 74, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17290, 74, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17291, 74, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17292, 74, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17293, 74, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17294, 74, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17295, 74, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17296, 74, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17297, 74, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17298, 74, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17299, 74, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17300, 74, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17301, 74, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17302, 74, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17303, 74, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17304, 74, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17305, 74, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17306, 74, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17307, 74, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17308, 74, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17309, 74, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17310, 74, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17311, 74, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17312, 74, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17313, 74, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17314, 74, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17315, 74, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17316, 74, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17317, 74, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17318, 74, 2653, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17319, 74, 2889, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17320, 74, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17321, 74, 2890, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17322, 74, 2879, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17323, 74, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17324, 74, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17325, 74, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17326, 74, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17327, 74, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17328, 74, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17329, 74, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17330, 74, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17331, 74, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17332, 74, 3187, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17333, 74, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17334, 74, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17335, 74, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17336, 74, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17337, 74, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17338, 74, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17339, 74, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17340, 74, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17341, 74, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17342, 74, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17343, 74, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17344, 74, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17345, 74, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17346, 74, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17347, 74, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17348, 74, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17349, 74, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17350, 74, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17351, 74, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17352, 74, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17353, 74, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17354, 74, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17355, 74, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17356, 74, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17357, 74, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17358, 74, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17359, 74, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17360, 74, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17361, 74, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17362, 74, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17363, 74, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17364, 74, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17365, 74, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17366, 74, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17367, 74, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17368, 74, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17369, 74, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17370, 74, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17371, 74, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17372, 74, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17373, 74, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17374, 74, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17375, 74, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17376, 74, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17377, 74, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17378, 74, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17379, 74, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17380, 74, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17381, 74, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17382, 74, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17383, 74, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17384, 74, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17385, 74, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17386, 74, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17387, 74, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17388, 74, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17389, 74, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17390, 74, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17391, 74, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17392, 74, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17393, 74, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17394, 74, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17395, 74, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17396, 74, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17397, 74, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17398, 74, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17399, 74, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17400, 74, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17401, 74, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17402, 74, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17403, 74, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17404, 74, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17405, 74, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17406, 74, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17407, 74, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17408, 74, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17409, 74, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17410, 74, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17411, 74, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17412, 74, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17413, 74, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17414, 74, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17415, 74, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17416, 74, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17417, 74, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17418, 74, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17419, 74, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17420, 74, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17421, 74, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17422, 74, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17423, 74, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17424, 74, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17425, 74, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17426, 74, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17427, 74, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17428, 74, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17429, 74, 3831, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17430, 74, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17431, 74, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17432, 74, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17433, 74, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17434, 74, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17435, 74, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17436, 74, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17437, 74, 3621, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17438, 74, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17439, 74, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17440, 74, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17441, 74, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17442, 74, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17443, 74, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17444, 74, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17445, 74, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17446, 74, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17447, 74, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17448, 74, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17449, 74, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17450, 74, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17451, 74, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17452, 74, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17453, 74, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17454, 74, 3608, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17455, 74, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17456, 74, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17457, 74, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17458, 74, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17459, 74, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17460, 74, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17461, 74, 2642, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17462, 74, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17463, 74, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17464, 74, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17465, 74, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17466, 74, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17467, 74, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17468, 74, 3829, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17469, 74, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17470, 74, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17471, 74, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17472, 74, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17473, 74, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17474, 74, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17475, 74, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17476, 74, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17477, 74, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17478, 74, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17479, 74, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17480, 74, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17481, 74, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17482, 74, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17483, 74, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17484, 74, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17485, 74, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17486, 74, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17487, 74, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17488, 74, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17489, 74, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17490, 74, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17491, 74, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17492, 74, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17493, 74, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17494, 74, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17495, 74, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17496, 74, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17497, 74, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17498, 74, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17499, 74, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17500, 74, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17501, 74, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17502, 74, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17503, 74, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17504, 74, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17505, 74, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17506, 74, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17507, 74, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17508, 74, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17509, 74, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17510, 74, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17511, 74, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17512, 74, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17513, 74, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17514, 74, 3780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17515, 74, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17516, 74, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17517, 74, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17518, 74, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17519, 74, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17520, 74, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17521, 74, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17522, 74, 3772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17523, 74, 3784, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17524, 74, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17525, 74, 2893, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17526, 74, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17527, 74, 2634, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17528, 74, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17529, 74, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17530, 74, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17531, 74, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17532, 74, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17533, 74, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17534, 74, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17535, 74, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17536, 74, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17537, 74, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17538, 74, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17539, 74, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17540, 74, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17541, 74, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17542, 74, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17543, 74, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17544, 74, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17545, 74, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17546, 74, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17547, 74, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17548, 74, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17549, 74, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17550, 74, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17551, 74, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17552, 74, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17553, 74, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17554, 74, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17555, 74, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17556, 74, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17557, 74, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17558, 74, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17559, 74, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17560, 74, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17561, 74, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17562, 74, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17563, 74, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17564, 74, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17565, 74, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17566, 74, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17567, 74, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17568, 74, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17569, 74, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17570, 74, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17571, 74, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17572, 74, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17573, 74, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17574, 74, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17575, 74, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17576, 74, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17577, 74, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17578, 74, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17579, 74, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17580, 74, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17581, 74, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17582, 74, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17583, 74, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17584, 74, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17585, 74, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17586, 74, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17587, 74, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17588, 74, 3867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17589, 74, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17590, 74, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17591, 74, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17592, 74, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17593, 74, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17594, 74, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17595, 74, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17596, 74, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17597, 74, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17598, 74, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17599, 74, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17600, 74, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17601, 74, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17602, 74, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17603, 74, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17604, 74, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17605, 74, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17606, 74, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17607, 74, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17608, 74, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17609, 74, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17610, 74, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17611, 74, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17612, 74, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17613, 74, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17614, 74, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17615, 74, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17616, 74, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17617, 74, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17618, 74, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17619, 74, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17620, 74, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17621, 74, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17622, 74, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17623, 74, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17624, 74, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17625, 74, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17626, 74, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17627, 74, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17628, 74, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17629, 74, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17630, 74, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17631, 74, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17632, 74, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17633, 74, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17634, 74, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17635, 74, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17636, 74, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17637, 74, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17638, 74, 3868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17639, 74, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17640, 74, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17641, 74, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17642, 74, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17643, 74, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17644, 74, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17645, 74, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17646, 74, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17647, 74, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17648, 74, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17649, 74, 3644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17650, 74, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17651, 74, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17652, 74, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17653, 74, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17654, 74, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17655, 74, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17656, 74, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17657, 74, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17658, 74, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17659, 74, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17660, 74, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17661, 74, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17662, 74, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17663, 74, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17664, 74, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17665, 74, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17666, 74, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17667, 74, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17668, 74, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17669, 74, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17670, 74, 3311, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17671, 74, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17672, 74, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17673, 74, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17674, 74, 3593, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17675, 74, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17676, 74, 3172, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17677, 74, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17678, 74, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17679, 74, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17680, 74, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17681, 74, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17682, 74, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17683, 74, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17684, 74, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17685, 74, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17686, 74, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17687, 74, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17688, 74, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17689, 74, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17690, 74, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17691, 74, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17692, 74, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17693, 74, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17694, 74, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17695, 74, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17696, 74, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17697, 74, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17698, 74, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17699, 74, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17700, 74, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17701, 74, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17702, 74, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17703, 74, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17704, 74, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17705, 74, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17706, 74, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17707, 74, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17708, 74, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17709, 74, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17710, 74, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17711, 74, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17712, 74, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17713, 74, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17714, 74, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17715, 74, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17716, 74, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17717, 74, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17718, 74, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17719, 74, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17720, 74, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17721, 74, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17722, 74, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17723, 74, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17724, 74, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17725, 74, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17726, 74, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17727, 74, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17728, 74, 2753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17729, 74, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17730, 74, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17731, 74, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17732, 74, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17733, 74, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17734, 74, 2698, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17735, 74, 2699, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17736, 74, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17737, 74, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17738, 74, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17739, 74, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17740, 74, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17741, 74, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17742, 74, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17743, 74, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17744, 74, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17745, 74, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17746, 74, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17747, 74, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17748, 74, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17749, 74, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17750, 74, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17751, 74, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17752, 74, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17753, 74, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17754, 74, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17755, 74, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17756, 74, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17757, 74, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17758, 74, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17759, 74, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17760, 74, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17761, 74, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17762, 74, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17763, 74, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17764, 74, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17765, 74, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17766, 74, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17767, 74, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17768, 74, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17769, 74, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17770, 74, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17771, 74, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17772, 74, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17773, 74, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17774, 74, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17775, 74, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17776, 74, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17777, 74, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17778, 74, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17779, 74, 2719, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17780, 74, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17781, 74, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17782, 74, 2722, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17783, 74, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17784, 74, 2724, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17785, 74, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17786, 74, 2726, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17787, 74, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17788, 74, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17789, 74, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17790, 74, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17791, 74, 2749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17792, 74, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17793, 74, 2752, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17794, 74, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17795, 74, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17796, 74, 2758, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17797, 74, 2759, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17798, 74, 2760, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17799, 74, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17800, 74, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17801, 74, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17802, 74, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17803, 74, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17804, 74, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17805, 74, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17806, 74, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17807, 74, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17808, 74, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17809, 74, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17810, 74, 3135, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17811, 74, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17812, 74, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17813, 74, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17814, 74, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17815, 74, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17816, 74, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17817, 74, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17818, 74, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17819, 74, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17820, 74, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17821, 74, 3245, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17822, 74, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17823, 74, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17824, 74, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17825, 74, 3260, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17826, 74, 3262, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17827, 74, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17828, 74, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17829, 74, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17830, 74, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17831, 74, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17832, 74, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17833, 74, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17834, 74, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17835, 74, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17836, 74, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17837, 74, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17838, 74, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17839, 74, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17840, 74, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17841, 74, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17842, 74, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17843, 74, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17844, 74, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17845, 74, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17846, 74, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17847, 74, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17848, 74, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17849, 74, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17850, 74, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17851, 74, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17852, 74, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17853, 74, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17854, 74, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17855, 74, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17856, 74, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17857, 74, 3179, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17858, 74, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17859, 74, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17860, 74, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17861, 74, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17862, 75, 3015, NULL, '3.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17863, 75, 3483, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17864, 75, 3641, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17865, 76, 3648, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17866, 76, 3647, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17867, 76, 3646, NULL, '60.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17868, 77, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17869, 77, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17870, 77, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17871, 77, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17872, 77, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17873, 77, 2514, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17874, 77, 2524, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17875, 77, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17876, 77, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17877, 77, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17878, 77, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17879, 77, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17880, 77, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17881, 77, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17882, 77, 3852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17883, 77, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17884, 77, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17885, 77, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17886, 77, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17887, 77, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17888, 77, 3483, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17889, 77, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17890, 77, 2977, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17891, 77, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17892, 77, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17893, 77, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17894, 77, 2734, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17895, 77, 2901, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17896, 77, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17897, 77, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17898, 77, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17899, 77, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17900, 77, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17901, 77, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17902, 77, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17903, 77, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17904, 77, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17905, 77, 2608, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17906, 77, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17907, 77, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17908, 77, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17909, 77, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17910, 77, 2960, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17911, 77, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17912, 77, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17913, 77, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17914, 77, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17915, 77, 2715, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17916, 77, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17917, 77, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17918, 77, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17919, 77, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17920, 77, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17921, 77, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17922, 77, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17923, 77, 3145, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17924, 77, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17925, 77, 3306, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17926, 77, 3305, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17927, 77, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17928, 77, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17929, 77, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17930, 77, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17931, 77, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17932, 77, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17933, 77, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17934, 77, 3294, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17935, 77, 3293, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17936, 77, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17937, 77, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17938, 77, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17939, 77, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17940, 77, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17941, 77, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17942, 77, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17943, 77, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17944, 77, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17945, 77, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17946, 77, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17947, 77, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17948, 77, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17949, 77, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17950, 77, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17951, 77, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17952, 77, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17953, 77, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17954, 77, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17955, 77, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17956, 77, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17957, 77, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17958, 77, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17959, 77, 3299, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17960, 77, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17961, 77, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17962, 77, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17963, 77, 3063, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17964, 77, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17965, 77, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17966, 77, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17967, 77, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17968, 77, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17969, 77, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17970, 77, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17971, 77, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17972, 77, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17973, 77, 3556, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17974, 77, 3085, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17975, 77, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17976, 77, 3048, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17977, 77, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17978, 77, 3086, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17979, 77, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17980, 77, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17981, 77, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17982, 77, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17983, 77, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17984, 77, 2565, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17985, 77, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17986, 77, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17987, 77, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17988, 77, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17989, 77, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17990, 77, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17991, 77, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17992, 77, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17993, 77, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17994, 77, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17995, 77, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17996, 77, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17997, 77, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17998, 77, 3751, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (17999, 77, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18000, 77, 2517, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18001, 77, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18002, 77, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18003, 77, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18004, 77, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18005, 77, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18006, 77, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18007, 77, 2818, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18008, 77, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18009, 77, 3850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18010, 77, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18011, 77, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18012, 77, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18013, 77, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18014, 77, 3820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18015, 77, 3869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18016, 77, 3646, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18017, 77, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18018, 77, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18019, 77, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18020, 77, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18021, 77, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18022, 77, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18023, 77, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18024, 77, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18025, 77, 2661, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18026, 77, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18027, 77, 3314, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18028, 77, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18029, 77, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18030, 77, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18031, 77, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18032, 77, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18033, 77, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18034, 77, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18035, 77, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18036, 77, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18037, 77, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18038, 77, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18039, 77, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18040, 77, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18041, 77, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18042, 77, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18043, 77, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18044, 77, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18045, 77, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18046, 77, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18047, 77, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18048, 77, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18049, 77, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18050, 77, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18051, 77, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18052, 77, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18053, 77, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18054, 77, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18055, 77, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18056, 77, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18057, 77, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18058, 77, 2952, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18059, 77, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18060, 77, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18061, 77, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18062, 77, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18063, 77, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18064, 77, 2982, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18065, 77, 3212, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18066, 77, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18067, 77, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18068, 77, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18069, 77, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18070, 77, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18071, 77, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18072, 77, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18073, 77, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18074, 77, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18075, 77, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18076, 77, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18077, 77, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18078, 77, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18079, 77, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18080, 77, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18081, 77, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18082, 77, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18083, 77, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18084, 77, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18085, 77, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18086, 77, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18087, 77, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18088, 77, 3084, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18089, 77, 3834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18090, 77, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18091, 77, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18092, 77, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18093, 77, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18094, 77, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18095, 77, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18096, 77, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18097, 77, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18098, 77, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18099, 77, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18100, 77, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18101, 77, 3872, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18102, 77, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18103, 77, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18104, 77, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18105, 77, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18106, 77, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18107, 77, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18108, 77, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18109, 77, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18110, 77, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18111, 77, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18112, 77, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18113, 77, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18114, 77, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18115, 77, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18116, 77, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18117, 77, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18118, 77, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18119, 77, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18120, 77, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18121, 77, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18122, 77, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18123, 77, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18124, 77, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18125, 77, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18126, 77, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18127, 77, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18128, 77, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18129, 77, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18130, 77, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18131, 77, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18132, 77, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18133, 77, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18134, 77, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18135, 77, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18136, 77, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18137, 77, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18138, 77, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18139, 77, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18140, 77, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18141, 77, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18142, 77, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18143, 77, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18144, 77, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18145, 77, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18146, 77, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18147, 77, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18148, 77, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18149, 77, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18150, 77, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18151, 77, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18152, 77, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18153, 77, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18154, 77, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18155, 77, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18156, 77, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18157, 77, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18158, 77, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18159, 77, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18160, 77, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18161, 77, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18162, 77, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18163, 77, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18164, 77, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18165, 77, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18166, 77, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18167, 77, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18168, 77, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18169, 77, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18170, 77, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18171, 77, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18172, 77, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18173, 77, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18174, 77, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18175, 77, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18176, 77, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18177, 77, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18178, 77, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18179, 77, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18180, 77, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18181, 77, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18182, 77, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18183, 77, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18184, 77, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18185, 77, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18186, 77, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18187, 77, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18188, 77, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18189, 77, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18190, 77, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18191, 77, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18192, 77, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18193, 77, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18194, 77, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18195, 77, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18196, 77, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18197, 77, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18198, 77, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18199, 77, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18200, 77, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18201, 77, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18202, 77, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18203, 77, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18204, 77, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18205, 77, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18206, 77, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18207, 77, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18208, 77, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18209, 77, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18210, 77, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18211, 77, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18212, 77, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18213, 77, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18214, 77, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18215, 77, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18216, 77, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18217, 77, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18218, 77, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18219, 77, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18220, 77, 3602, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18221, 77, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18222, 77, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18223, 77, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18224, 77, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18225, 77, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18226, 77, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18227, 77, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18228, 77, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18229, 77, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18230, 77, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18231, 77, 2660, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18232, 77, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18233, 77, 2864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18234, 77, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18235, 77, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18236, 77, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18237, 77, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18238, 77, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18239, 77, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18240, 77, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18241, 77, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18242, 77, 3641, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18243, 77, 3873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18244, 77, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18245, 77, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18246, 77, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18247, 77, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18248, 77, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18249, 77, 2644, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18250, 77, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18251, 77, 2647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18252, 77, 2645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18253, 77, 2822, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18254, 77, 2646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18255, 77, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18256, 77, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18257, 77, 2873, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18258, 77, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18259, 77, 2790, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18260, 77, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18261, 77, 3120, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18262, 77, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18263, 77, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18264, 77, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18265, 77, 2507, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18266, 77, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18267, 77, 2504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18268, 77, 3853, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18269, 77, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18270, 77, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18271, 77, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18272, 77, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18273, 77, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18274, 77, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18275, 77, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18276, 77, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18277, 77, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18278, 77, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18279, 77, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18280, 77, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18281, 77, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18282, 77, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18283, 77, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18284, 77, 3256, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18285, 77, 3743, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18286, 77, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18287, 77, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18288, 77, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18289, 77, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18290, 77, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18291, 77, 2534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18292, 77, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18293, 77, 2710, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18294, 77, 3874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18295, 77, 2712, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18296, 77, 3870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18297, 77, 3875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18298, 77, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18299, 77, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18300, 77, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18301, 77, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18302, 77, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18303, 77, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18304, 77, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18305, 77, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18306, 77, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18307, 77, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18308, 77, 2936, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18309, 77, 2921, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18310, 77, 2918, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18311, 77, 2935, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18312, 77, 2923, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18313, 77, 2920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18314, 77, 2927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18315, 77, 2922, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18316, 77, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18317, 77, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18318, 77, 2919, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18319, 77, 3479, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18320, 77, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18321, 77, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18322, 77, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18323, 77, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18324, 77, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18325, 77, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18326, 77, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18327, 77, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18328, 77, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18329, 77, 3825, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18330, 77, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18331, 77, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18332, 77, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18333, 77, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18334, 77, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18335, 77, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18336, 77, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18337, 77, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18338, 77, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18339, 77, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18340, 77, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18341, 77, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18342, 77, 3871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18343, 77, 3482, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18344, 77, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18345, 77, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18346, 77, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18347, 77, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18348, 77, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18349, 77, 3123, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18350, 77, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18351, 77, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18352, 77, 3121, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18353, 77, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18354, 77, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18355, 77, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18356, 77, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18357, 77, 3827, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18358, 77, 2552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18359, 77, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18360, 77, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18361, 77, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18362, 77, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18363, 77, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18364, 77, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18365, 77, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18366, 77, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18367, 77, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18368, 77, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18369, 77, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18370, 77, 3618, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18371, 77, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18372, 77, 3847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18373, 77, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18374, 77, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18375, 77, 2711, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18376, 77, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18377, 77, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18378, 77, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18379, 77, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18380, 77, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18381, 77, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18382, 77, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18383, 77, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18384, 77, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18385, 77, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18386, 77, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18387, 77, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18388, 77, 2713, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18389, 77, 3114, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18390, 77, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18391, 77, 3182, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18392, 77, 3015, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18393, 77, 3074, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18394, 77, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18395, 77, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18396, 77, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18397, 77, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18398, 77, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18399, 77, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18400, 77, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18401, 77, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18402, 77, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18403, 77, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18404, 77, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18405, 77, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18406, 77, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18407, 77, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18408, 77, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18409, 77, 3611, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18410, 77, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18411, 77, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18412, 77, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18413, 77, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18414, 77, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18415, 77, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18416, 77, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18417, 77, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18418, 77, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18419, 77, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18420, 77, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18421, 77, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18422, 77, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18423, 77, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18424, 77, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18425, 77, 2653, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18426, 77, 2889, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18427, 77, 2886, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18428, 77, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18429, 77, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18430, 77, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18431, 77, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18432, 77, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18433, 77, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18434, 77, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18435, 77, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18436, 77, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18437, 77, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18438, 77, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18439, 77, 3187, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18440, 77, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18441, 77, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18442, 77, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18443, 77, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18444, 77, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18445, 77, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18446, 77, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18447, 77, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18448, 77, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18449, 77, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18450, 77, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18451, 77, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18452, 77, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18453, 77, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18454, 77, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18455, 77, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18456, 77, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18457, 77, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18458, 77, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18459, 77, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18460, 77, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18461, 77, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18462, 77, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18463, 77, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18464, 77, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18465, 77, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18466, 77, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18467, 77, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18468, 77, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18469, 77, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18470, 77, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18471, 77, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18472, 77, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18473, 77, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18474, 77, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18475, 77, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18476, 77, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18477, 77, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18478, 77, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18479, 77, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18480, 77, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18481, 77, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18482, 77, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18483, 77, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18484, 77, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18485, 77, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18486, 77, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18487, 77, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18488, 77, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18489, 77, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18490, 77, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18491, 77, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18492, 77, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18493, 77, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18494, 77, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18495, 77, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18496, 77, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18497, 77, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18498, 77, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18499, 77, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18500, 77, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18501, 77, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18502, 77, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18503, 77, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18504, 77, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18505, 77, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18506, 77, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18507, 77, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18508, 77, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18509, 77, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18510, 77, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18511, 77, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18512, 77, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18513, 77, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18514, 77, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18515, 77, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18516, 77, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18517, 77, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18518, 77, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18519, 77, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18520, 77, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18521, 77, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18522, 77, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18523, 77, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18524, 77, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18525, 77, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18526, 77, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18527, 77, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18528, 77, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18529, 77, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18530, 77, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18531, 77, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18532, 77, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18533, 77, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18534, 77, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18535, 77, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18536, 77, 3831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18537, 77, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18538, 77, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18539, 77, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18540, 77, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18541, 77, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18542, 77, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18543, 77, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18544, 77, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18545, 77, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18546, 77, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18547, 77, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18548, 77, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18549, 77, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18550, 77, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18551, 77, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18552, 77, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18553, 77, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18554, 77, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18555, 77, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18556, 77, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18557, 77, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18558, 77, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18559, 77, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18560, 77, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18561, 77, 3608, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18562, 77, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18563, 77, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18564, 77, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18565, 77, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18566, 77, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18567, 77, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18568, 77, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18569, 77, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18570, 77, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18571, 77, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18572, 77, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18573, 77, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18574, 77, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18575, 77, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18576, 77, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18577, 77, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18578, 77, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18579, 77, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18580, 77, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18581, 77, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18582, 77, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18583, 77, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18584, 77, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18585, 77, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18586, 77, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18587, 77, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18588, 77, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18589, 77, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18590, 77, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18591, 77, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18592, 77, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18593, 77, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18594, 77, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18595, 77, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18596, 77, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18597, 77, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18598, 77, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18599, 77, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18600, 77, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18601, 77, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18602, 77, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18603, 77, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18604, 77, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18605, 77, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18606, 77, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18607, 77, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18608, 77, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18609, 77, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18610, 77, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18611, 77, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18612, 77, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18613, 77, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18614, 77, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18615, 77, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18616, 77, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18617, 77, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18618, 77, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18619, 77, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18620, 77, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18621, 77, 3780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18622, 77, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18623, 77, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18624, 77, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18625, 77, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18626, 77, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18627, 77, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18628, 77, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18629, 77, 3772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18630, 77, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18631, 77, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18632, 77, 2893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18633, 77, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18634, 77, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18635, 77, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18636, 77, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18637, 77, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18638, 77, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18639, 77, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18640, 77, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18641, 77, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18642, 77, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18643, 77, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18644, 77, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18645, 77, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18646, 77, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18647, 77, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18648, 77, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18649, 77, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18650, 77, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18651, 77, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18652, 77, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18653, 77, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18654, 77, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18655, 77, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18656, 77, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18657, 77, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18658, 77, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18659, 77, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18660, 77, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18661, 77, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18662, 77, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18663, 77, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18664, 77, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18665, 77, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18666, 77, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18667, 77, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18668, 77, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18669, 77, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18670, 77, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18671, 77, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18672, 77, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18673, 77, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18674, 77, 3635, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18675, 77, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18676, 77, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18677, 77, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18678, 77, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18679, 77, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18680, 77, 2965, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18681, 77, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18682, 77, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18683, 77, 2970, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18684, 77, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18685, 77, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18686, 77, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18687, 77, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18688, 77, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18689, 77, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18690, 77, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18691, 77, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18692, 77, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18693, 77, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18694, 77, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18695, 77, 3867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18696, 77, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18697, 77, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18698, 77, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18699, 77, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18700, 77, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18701, 77, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18702, 77, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18703, 77, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18704, 77, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18705, 77, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18706, 77, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18707, 77, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18708, 77, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18709, 77, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18710, 77, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18711, 77, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18712, 77, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18713, 77, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18714, 77, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18715, 77, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18716, 77, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18717, 77, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18718, 77, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18719, 77, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18720, 77, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18721, 77, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18722, 77, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18723, 77, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18724, 77, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18725, 77, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18726, 77, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18727, 77, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18728, 77, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18729, 77, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18730, 77, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18731, 77, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18732, 77, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18733, 77, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18734, 77, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18735, 77, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18736, 77, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18737, 77, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18738, 77, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18739, 77, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18740, 77, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18741, 77, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18742, 77, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18743, 77, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18744, 77, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18745, 77, 3868, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18746, 77, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18747, 77, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18748, 77, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18749, 77, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18750, 77, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18751, 77, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18752, 77, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18753, 77, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18754, 77, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18755, 77, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18756, 77, 3644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18757, 77, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18758, 77, 2875, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18759, 77, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18760, 77, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18761, 77, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18762, 77, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18763, 77, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18764, 77, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18765, 77, 3126, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18766, 77, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18767, 77, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18768, 77, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18769, 77, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18770, 77, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18771, 77, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18772, 77, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18773, 77, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18774, 77, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18775, 77, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18776, 77, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18777, 77, 3311, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18778, 77, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18779, 77, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18780, 77, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18781, 77, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18782, 77, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18783, 77, 3172, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18784, 77, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18785, 77, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18786, 77, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18787, 77, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18788, 77, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18789, 77, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18790, 77, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18791, 77, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18792, 77, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18793, 77, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18794, 77, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18795, 77, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18796, 77, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18797, 77, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18798, 77, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18799, 77, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18800, 77, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18801, 77, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18802, 77, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18803, 77, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18804, 77, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18805, 77, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18806, 77, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18807, 77, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18808, 77, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18809, 77, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18810, 77, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18811, 77, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18812, 77, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18813, 77, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18814, 77, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18815, 77, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18816, 77, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18817, 77, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18818, 77, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18819, 77, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18820, 77, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18821, 77, 3308, 0, '100.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18822, 77, 3307, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18823, 77, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18824, 77, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18825, 77, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18826, 77, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18827, 77, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18828, 77, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18829, 77, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18830, 77, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18831, 77, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18832, 77, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18833, 77, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18834, 77, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18835, 77, 2753, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18836, 77, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18837, 77, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18838, 77, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18839, 77, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18840, 77, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18841, 77, 2698, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18842, 77, 2699, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18843, 77, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18844, 77, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18845, 77, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18846, 77, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18847, 77, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18848, 77, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18849, 77, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18850, 77, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18851, 77, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18852, 77, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18853, 77, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18854, 77, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18855, 77, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18856, 77, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18857, 77, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18858, 77, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18859, 77, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18860, 77, 3300, 0, '303.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18861, 77, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18862, 77, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18863, 77, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18864, 77, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18865, 77, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18866, 77, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18867, 77, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18868, 77, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18869, 77, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18870, 77, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18871, 77, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18872, 77, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18873, 77, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18874, 77, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18875, 77, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18876, 77, 2733, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18877, 77, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18878, 77, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18879, 77, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18880, 77, 2490, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18881, 77, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18882, 77, 2754, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18883, 77, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18884, 77, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18885, 77, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18886, 77, 2719, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18887, 77, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18888, 77, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18889, 77, 2722, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18890, 77, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18891, 77, 2724, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18892, 77, 2725, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18893, 77, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18894, 77, 2727, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18895, 77, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18896, 77, 2746, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18897, 77, 2747, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18898, 77, 2749, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18899, 77, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18900, 77, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18901, 77, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18902, 77, 2756, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18903, 77, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18904, 77, 2759, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18905, 77, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18906, 77, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18907, 77, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18908, 77, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18909, 77, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18910, 77, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18911, 77, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18912, 77, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18913, 77, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18914, 77, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18915, 77, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18916, 77, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18917, 77, 3135, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18918, 77, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18919, 77, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18920, 77, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18921, 77, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18922, 77, 3147, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18923, 77, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18924, 77, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18925, 77, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18926, 77, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18927, 77, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18928, 77, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18929, 77, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18930, 77, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18931, 77, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18932, 77, 3260, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18933, 77, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18934, 77, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18935, 77, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18936, 77, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18937, 77, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18938, 77, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18939, 77, 3347, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18940, 77, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18941, 77, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18942, 77, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18943, 77, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18944, 77, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18945, 77, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18946, 77, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18947, 77, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18948, 77, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18949, 77, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18950, 77, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18951, 77, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18952, 77, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18953, 77, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18954, 77, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18955, 77, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18956, 77, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18957, 77, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18958, 77, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18959, 77, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18960, 77, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18961, 77, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18962, 77, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18963, 77, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18964, 77, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18965, 77, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18966, 77, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18967, 77, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18968, 77, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18976, 78, 2791, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18977, 78, 3084, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18978, 78, 3580, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18979, 78, 3606, NULL, '35.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18980, 78, 3610, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18981, 78, 3613, NULL, '7.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18982, 78, 3743, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18983, 79, 3648, NULL, '3.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18984, 79, 3646, NULL, '60.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18985, 80, 3619, NULL, '30.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18986, 80, 2486, NULL, '71.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18988, 81, 3884, NULL, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18989, 81, 2553, NULL, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18990, 82, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18991, 82, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18992, 82, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18993, 82, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18994, 82, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18995, 82, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18996, 82, 2524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18997, 82, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18998, 82, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (18999, 82, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19000, 82, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19001, 82, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19002, 82, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19003, 82, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19004, 82, 3852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19005, 82, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19006, 82, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19007, 82, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19008, 82, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19009, 82, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19010, 82, 3880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19011, 82, 3483, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19012, 82, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19013, 82, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19014, 82, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19015, 82, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19016, 82, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19017, 82, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19018, 82, 2901, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19019, 82, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19020, 82, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19021, 82, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19022, 82, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19023, 82, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19024, 82, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19025, 82, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19026, 82, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19027, 82, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19028, 82, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19029, 82, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19030, 82, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19031, 82, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19032, 82, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19033, 82, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19034, 82, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19035, 82, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19036, 82, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19037, 82, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19038, 82, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19039, 82, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19040, 82, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19041, 82, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19042, 82, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19043, 82, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19044, 82, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19045, 82, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19046, 82, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19047, 82, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19048, 82, 3306, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19049, 82, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19050, 82, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19051, 82, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19052, 82, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19053, 82, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19054, 82, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19055, 82, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19056, 82, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19057, 82, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19058, 82, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19059, 82, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19060, 82, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19061, 82, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19062, 82, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19063, 82, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19064, 82, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19065, 82, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19066, 82, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19067, 82, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19068, 82, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19069, 82, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19070, 82, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19071, 82, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19072, 82, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19073, 82, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19074, 82, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19075, 82, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19076, 82, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19077, 82, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19078, 82, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19079, 82, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19080, 82, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19081, 82, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19082, 82, 3299, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19083, 82, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19084, 82, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19085, 82, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19086, 82, 3063, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19087, 82, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19088, 82, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19089, 82, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19090, 82, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19091, 82, 3061, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19092, 82, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19093, 82, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19094, 82, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19095, 82, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19096, 82, 3556, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19097, 82, 3085, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19098, 82, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19099, 82, 3048, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19100, 82, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19101, 82, 3086, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19102, 82, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19103, 82, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19104, 82, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19105, 82, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19106, 82, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19107, 82, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19108, 82, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19109, 82, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19110, 82, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19111, 82, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19112, 82, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19113, 82, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19114, 82, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19115, 82, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19116, 82, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19117, 82, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19118, 82, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19119, 82, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19120, 82, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19121, 82, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19122, 82, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19123, 82, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19124, 82, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19125, 82, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19126, 82, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19127, 82, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19128, 82, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19129, 82, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19130, 82, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19131, 82, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19132, 82, 3850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19133, 82, 3884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19134, 82, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19135, 82, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19136, 82, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19137, 82, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19138, 82, 3820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19139, 82, 3869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19140, 82, 3646, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19141, 82, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19142, 82, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19143, 82, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19144, 82, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19145, 82, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19146, 82, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19147, 82, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19148, 82, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19149, 82, 2661, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19150, 82, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19151, 82, 3314, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19152, 82, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19153, 82, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19154, 82, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19155, 82, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19156, 82, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19157, 82, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19158, 82, 3886, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19159, 82, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19160, 82, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19161, 82, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19162, 82, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19163, 82, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19164, 82, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19165, 82, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19166, 82, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19167, 82, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19168, 82, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19169, 82, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19170, 82, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19171, 82, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19172, 82, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19173, 82, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19174, 82, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19175, 82, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19176, 82, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19177, 82, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19178, 82, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19179, 82, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19180, 82, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19181, 82, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19182, 82, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19183, 82, 2952, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19184, 82, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19185, 82, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19186, 82, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19187, 82, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19188, 82, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19189, 82, 2982, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19190, 82, 3212, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19191, 82, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19192, 82, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19193, 82, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19194, 82, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19195, 82, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19196, 82, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19197, 82, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19198, 82, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19199, 82, 3060, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19200, 82, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19201, 82, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19202, 82, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19203, 82, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19204, 82, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19205, 82, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19206, 82, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19207, 82, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19208, 82, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19209, 82, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19210, 82, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19211, 82, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19212, 82, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19213, 82, 3084, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19214, 82, 3834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19215, 82, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19216, 82, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19217, 82, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19218, 82, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19219, 82, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19220, 82, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19221, 82, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19222, 82, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19223, 82, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19224, 82, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19225, 82, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19226, 82, 3872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19227, 82, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19228, 82, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19229, 82, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19230, 82, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19231, 82, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19232, 82, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19233, 82, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19234, 82, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19235, 82, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19236, 82, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19237, 82, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19238, 82, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19239, 82, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19240, 82, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19241, 82, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19242, 82, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19243, 82, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19244, 82, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19245, 82, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19246, 82, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19247, 82, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19248, 82, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19249, 82, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19250, 82, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19251, 82, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19252, 82, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19253, 82, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19254, 82, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19255, 82, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19256, 82, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19257, 82, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19258, 82, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19259, 82, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19260, 82, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19261, 82, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19262, 82, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19263, 82, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19264, 82, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19265, 82, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19266, 82, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19267, 82, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19268, 82, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19269, 82, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19270, 82, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19271, 82, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19272, 82, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19273, 82, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19274, 82, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19275, 82, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19276, 82, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19277, 82, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19278, 82, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19279, 82, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19280, 82, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19281, 82, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19282, 82, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19283, 82, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19284, 82, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19285, 82, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19286, 82, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19287, 82, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19288, 82, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19289, 82, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19290, 82, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19291, 82, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19292, 82, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19293, 82, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19294, 82, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19295, 82, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19296, 82, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19297, 82, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19298, 82, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19299, 82, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19300, 82, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19301, 82, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19302, 82, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19303, 82, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19304, 82, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19305, 82, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19306, 82, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19307, 82, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19308, 82, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19309, 82, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19310, 82, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19311, 82, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19312, 82, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19313, 82, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19314, 82, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19315, 82, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19316, 82, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19317, 82, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19318, 82, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19319, 82, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19320, 82, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19321, 82, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19322, 82, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19323, 82, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19324, 82, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19325, 82, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19326, 82, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19327, 82, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19328, 82, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19329, 82, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19330, 82, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19331, 82, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19332, 82, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19333, 82, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19334, 82, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19335, 82, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19336, 82, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19337, 82, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19338, 82, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19339, 82, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19340, 82, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19341, 82, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19342, 82, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19343, 82, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19344, 82, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19345, 82, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19346, 82, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19347, 82, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19348, 82, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19349, 82, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19350, 82, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19351, 82, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19352, 82, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19353, 82, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19354, 82, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19355, 82, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19356, 82, 2660, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19357, 82, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19358, 82, 2864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19359, 82, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19360, 82, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19361, 82, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19362, 82, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19363, 82, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19364, 82, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19365, 82, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19366, 82, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19367, 82, 3641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19368, 82, 3873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19369, 82, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19370, 82, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19371, 82, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19372, 82, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19373, 82, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19374, 82, 2644, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19375, 82, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19376, 82, 2647, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19377, 82, 2645, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19378, 82, 2822, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19379, 82, 2646, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19380, 82, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19381, 82, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19382, 82, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19383, 82, 2791, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19384, 82, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19385, 82, 2789, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19386, 82, 3120, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19387, 82, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19388, 82, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19389, 82, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19390, 82, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19391, 82, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19392, 82, 2504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19393, 82, 3853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19394, 82, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19395, 82, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19396, 82, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19397, 82, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19398, 82, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19399, 82, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19400, 82, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19401, 82, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19402, 82, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19403, 82, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19404, 82, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19405, 82, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19406, 82, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19407, 82, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19408, 82, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19409, 82, 3256, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19410, 82, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19411, 82, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19412, 82, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19413, 82, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19414, 82, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19415, 82, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19416, 82, 2534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19417, 82, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19418, 82, 2710, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19419, 82, 3874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19420, 82, 2712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19421, 82, 3870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19422, 82, 3875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19423, 82, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19424, 82, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19425, 82, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19426, 82, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19427, 82, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19428, 82, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19429, 82, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19430, 82, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19431, 82, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19432, 82, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19433, 82, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19434, 82, 2921, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19435, 82, 2918, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19436, 82, 2935, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19437, 82, 2923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19438, 82, 2920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19439, 82, 2927, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19440, 82, 2922, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19441, 82, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19442, 82, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19443, 82, 2919, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19444, 82, 3479, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19445, 82, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19446, 82, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19447, 82, 2926, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19448, 82, 3885, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19449, 82, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19450, 82, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19451, 82, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19452, 82, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19453, 82, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19454, 82, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19455, 82, 3825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19456, 82, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19457, 82, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19458, 82, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19459, 82, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19460, 82, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19461, 82, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19462, 82, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19463, 82, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19464, 82, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19465, 82, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19466, 82, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19467, 82, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19468, 82, 3871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19469, 82, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19470, 82, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19471, 82, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19472, 82, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19473, 82, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19474, 82, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19475, 82, 3123, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19476, 82, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19477, 82, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19478, 82, 3121, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19479, 82, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19480, 82, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19481, 82, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19482, 82, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19483, 82, 3827, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19484, 82, 2552, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19485, 82, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19486, 82, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19487, 82, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19488, 82, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19489, 82, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19490, 82, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19491, 82, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19492, 82, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19493, 82, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19494, 82, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19495, 82, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19496, 82, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19497, 82, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19498, 82, 3847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19499, 82, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19500, 82, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19501, 82, 2711, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19502, 82, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19503, 82, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19504, 82, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19505, 82, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19506, 82, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19507, 82, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19508, 82, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19509, 82, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19510, 82, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19511, 82, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19512, 82, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19513, 82, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19514, 82, 2713, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19515, 82, 3114, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19516, 82, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19517, 82, 3182, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19518, 82, 3015, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19519, 82, 3074, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19520, 82, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19521, 82, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19522, 82, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19523, 82, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19524, 82, 3560, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19525, 82, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19526, 82, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19527, 82, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19528, 82, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19529, 82, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19530, 82, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19531, 82, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19532, 82, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19533, 82, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19534, 82, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19535, 82, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19536, 82, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19537, 82, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19538, 82, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19539, 82, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19540, 82, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19541, 82, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19542, 82, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19543, 82, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19544, 82, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19545, 82, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19546, 82, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19547, 82, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19548, 82, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19549, 82, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19550, 82, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19551, 82, 2653, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19552, 82, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19553, 82, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19554, 82, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19555, 82, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19556, 82, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19557, 82, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19558, 82, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19559, 82, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19560, 82, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19561, 82, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19562, 82, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19563, 82, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19564, 82, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19565, 82, 3187, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19566, 82, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19567, 82, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19568, 82, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19569, 82, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19570, 82, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19571, 82, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19572, 82, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19573, 82, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19574, 82, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19575, 82, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19576, 82, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19577, 82, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19578, 82, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19579, 82, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19580, 82, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19581, 82, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19582, 82, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19583, 82, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19584, 82, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19585, 82, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19586, 82, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19587, 82, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19588, 82, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19589, 82, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19590, 82, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19591, 82, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19592, 82, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19593, 82, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19594, 82, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19595, 82, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19596, 82, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19597, 82, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19598, 82, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19599, 82, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19600, 82, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19601, 82, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19602, 82, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19603, 82, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19604, 82, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19605, 82, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19606, 82, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19607, 82, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19608, 82, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19609, 82, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19610, 82, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19611, 82, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19612, 82, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19613, 82, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19614, 82, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19615, 82, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19616, 82, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19617, 82, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19618, 82, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19619, 82, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19620, 82, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19621, 82, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19622, 82, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19623, 82, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19624, 82, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19625, 82, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19626, 82, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19627, 82, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19628, 82, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19629, 82, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19630, 82, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19631, 82, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19632, 82, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19633, 82, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19634, 82, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19635, 82, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19636, 82, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19637, 82, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19638, 82, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19639, 82, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19640, 82, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19641, 82, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19642, 82, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19643, 82, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19644, 82, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19645, 82, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19646, 82, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19647, 82, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19648, 82, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19649, 82, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19650, 82, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19651, 82, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19652, 82, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19653, 82, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19654, 82, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19655, 82, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19656, 82, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19657, 82, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19658, 82, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19659, 82, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19660, 82, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19661, 82, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19662, 82, 3831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19663, 82, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19664, 82, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19665, 82, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19666, 82, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19667, 82, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19668, 82, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19669, 82, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19670, 82, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19671, 82, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19672, 82, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19673, 82, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19674, 82, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19675, 82, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19676, 82, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19677, 82, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19678, 82, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19679, 82, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19680, 82, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19681, 82, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19682, 82, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19683, 82, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19684, 82, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19685, 82, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19686, 82, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19687, 82, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19688, 82, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19689, 82, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19690, 82, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19691, 82, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19692, 82, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19693, 82, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19694, 82, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19695, 82, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19696, 82, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19697, 82, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19698, 82, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19699, 82, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19700, 82, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19701, 82, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19702, 82, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19703, 82, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19704, 82, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19705, 82, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19706, 82, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19707, 82, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19708, 82, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19709, 82, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19710, 82, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19711, 82, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19712, 82, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19713, 82, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19714, 82, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19715, 82, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19716, 82, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19717, 82, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19718, 82, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19719, 82, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19720, 82, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19721, 82, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19722, 82, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19723, 82, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19724, 82, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19725, 82, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19726, 82, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19727, 82, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19728, 82, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19729, 82, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19730, 82, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19731, 82, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19732, 82, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19733, 82, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19734, 82, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19735, 82, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19736, 82, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19737, 82, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19738, 82, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19739, 82, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19740, 82, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19741, 82, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19742, 82, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19743, 82, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19744, 82, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19745, 82, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19746, 82, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19747, 82, 3780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19748, 82, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19749, 82, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19750, 82, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19751, 82, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19752, 82, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19753, 82, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19754, 82, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19755, 82, 3772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19756, 82, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19757, 82, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19758, 82, 2893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19759, 82, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19760, 82, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19761, 82, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19762, 82, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19763, 82, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19764, 82, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19765, 82, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19766, 82, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19767, 82, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19768, 82, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19769, 82, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19770, 82, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19771, 82, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19772, 82, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19773, 82, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19774, 82, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19775, 82, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19776, 82, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19777, 82, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19778, 82, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19779, 82, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19780, 82, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19781, 82, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19782, 82, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19783, 82, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19784, 82, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19785, 82, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19786, 82, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19787, 82, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19788, 82, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19789, 82, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19790, 82, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19791, 82, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19792, 82, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19793, 82, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19794, 82, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19795, 82, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19796, 82, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19797, 82, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19798, 82, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19799, 82, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19800, 82, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19801, 82, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19802, 82, 3876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19803, 82, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19804, 82, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19805, 82, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19806, 82, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19807, 82, 2965, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19808, 82, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19809, 82, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19810, 82, 2970, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19811, 82, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19812, 82, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19813, 82, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19814, 82, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19815, 82, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19816, 82, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19817, 82, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19818, 82, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19819, 82, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19820, 82, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19821, 82, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19822, 82, 3867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19823, 82, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19824, 82, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19825, 82, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19826, 82, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19827, 82, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19828, 82, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19829, 82, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19830, 82, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19831, 82, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19832, 82, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19833, 82, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19834, 82, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19835, 82, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19836, 82, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19837, 82, 3882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19838, 82, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19839, 82, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19840, 82, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19841, 82, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19842, 82, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19843, 82, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19844, 82, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19845, 82, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19846, 82, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19847, 82, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19848, 82, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19849, 82, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19850, 82, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19851, 82, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19852, 82, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19853, 82, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19854, 82, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19855, 82, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19856, 82, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19857, 82, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19858, 82, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19859, 82, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19860, 82, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19861, 82, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19862, 82, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19863, 82, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19864, 82, 3878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19865, 82, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19866, 82, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19867, 82, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19868, 82, 3879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19869, 82, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19870, 82, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19871, 82, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19872, 82, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19873, 82, 3877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19874, 82, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19875, 82, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19876, 82, 3868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19877, 82, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19878, 82, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19879, 82, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19880, 82, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19881, 82, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19882, 82, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19883, 82, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19884, 82, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19885, 82, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19886, 82, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19887, 82, 3644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19888, 82, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19889, 82, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19890, 82, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19891, 82, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19892, 82, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19893, 82, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19894, 82, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19895, 82, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19896, 82, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19897, 82, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19898, 82, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19899, 82, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19900, 82, 3881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19901, 82, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19902, 82, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19903, 82, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19904, 82, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19905, 82, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19906, 82, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19907, 82, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19908, 82, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19909, 82, 3883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19910, 82, 3311, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19911, 82, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19912, 82, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19913, 82, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19914, 82, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19915, 82, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19916, 82, 3172, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19917, 82, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19918, 82, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19919, 82, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19920, 82, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19921, 82, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19922, 82, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19923, 82, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19924, 82, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19925, 82, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19926, 82, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19927, 82, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19928, 82, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19929, 82, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19930, 82, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19931, 82, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19932, 82, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19933, 82, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19934, 82, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19935, 82, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19936, 82, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19937, 82, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19938, 82, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19939, 82, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19940, 82, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19941, 82, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19942, 82, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19943, 82, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19944, 82, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19945, 82, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19946, 82, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19947, 82, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19948, 82, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19949, 82, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19950, 82, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19951, 82, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19952, 82, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19953, 82, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19954, 82, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19955, 82, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19956, 82, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19957, 82, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19958, 82, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19959, 82, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19960, 82, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19961, 82, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19962, 82, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19963, 82, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19964, 82, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19965, 82, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19966, 82, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19967, 82, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19968, 82, 2753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19969, 82, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19970, 82, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19971, 82, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19972, 82, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19973, 82, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19974, 82, 2698, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19975, 82, 2699, 0, '0.5000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19976, 82, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19977, 82, 2702, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19978, 82, 2701, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19979, 82, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19980, 82, 2704, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19981, 82, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19982, 82, 2708, 0, '0.5000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19983, 82, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19984, 82, 3190, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19985, 82, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19986, 82, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19987, 82, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19988, 82, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19989, 82, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19990, 82, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19991, 82, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19992, 82, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19993, 82, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19994, 82, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19995, 82, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19996, 82, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19997, 82, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19998, 82, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (19999, 82, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20000, 82, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20001, 82, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20002, 82, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20003, 82, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20004, 82, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20005, 82, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20006, 82, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20007, 82, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20008, 82, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20009, 82, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20010, 82, 2494, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20011, 82, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20012, 82, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20013, 82, 2490, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20014, 82, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20015, 82, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20016, 82, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20017, 82, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20018, 82, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20019, 82, 2719, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20020, 82, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20021, 82, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20022, 82, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20023, 82, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20024, 82, 2724, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20025, 82, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20026, 82, 2726, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20027, 82, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20028, 82, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20029, 82, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20030, 82, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20031, 82, 2749, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20032, 82, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20033, 82, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20034, 82, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20035, 82, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20036, 82, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20037, 82, 2759, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20038, 82, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20039, 82, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20040, 82, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20041, 82, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20042, 82, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20043, 82, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20044, 82, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20045, 82, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20046, 82, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20047, 82, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20048, 82, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20049, 82, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20050, 82, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20051, 82, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20052, 82, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20053, 82, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20054, 82, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20055, 82, 3147, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20056, 82, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20057, 82, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20058, 82, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20059, 82, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20060, 82, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20061, 82, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20062, 82, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20063, 82, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20064, 82, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20065, 82, 3260, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20066, 82, 3262, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20067, 82, 3264, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20068, 82, 3266, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20069, 82, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20070, 82, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20071, 82, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20072, 82, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20073, 82, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20074, 82, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20075, 82, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20076, 82, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20077, 82, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20078, 82, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20079, 82, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20080, 82, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20081, 82, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20082, 82, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20083, 82, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20084, 82, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20085, 82, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20086, 82, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20087, 82, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20088, 82, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20089, 82, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20090, 82, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20091, 82, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20092, 82, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20093, 82, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20094, 82, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20095, 82, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20096, 82, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20097, 82, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20098, 82, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20099, 82, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20100, 82, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20101, 82, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20102, 83, 3887, NULL, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20103, 83, 3888, NULL, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20104, 84, 3483, NULL, '4.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20105, 85, 3648, NULL, '3.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20106, 85, 3646, NULL, '60.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20107, 86, 3599, NULL, '16.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20108, 86, 3600, NULL, '3.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20109, 86, 3231, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20110, 86, 3483, NULL, '6.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20111, 87, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20112, 87, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20113, 87, 3620, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20114, 87, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20115, 87, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20116, 87, 2514, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20117, 87, 2524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20118, 87, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20119, 87, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20120, 87, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20121, 87, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20122, 87, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20123, 87, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20124, 87, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20125, 87, 3852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20126, 87, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20127, 87, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20128, 87, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20129, 87, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20130, 87, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20131, 87, 3880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20132, 87, 3483, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20133, 87, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20134, 87, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20135, 87, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20136, 87, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20137, 87, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20138, 87, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20139, 87, 2901, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20140, 87, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20141, 87, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20142, 87, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20143, 87, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20144, 87, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20145, 87, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20146, 87, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20147, 87, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20148, 87, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20149, 87, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20150, 87, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20151, 87, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20152, 87, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20153, 87, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20154, 87, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20155, 87, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20156, 87, 3303, 0, '14.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20157, 87, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20158, 87, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20159, 87, 2715, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20160, 87, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20161, 87, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20162, 87, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20163, 87, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20164, 87, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20165, 87, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20166, 87, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20167, 87, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20168, 87, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20169, 87, 3306, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20170, 87, 3305, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20171, 87, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20172, 87, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20173, 87, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20174, 87, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20175, 87, 3268, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20176, 87, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20177, 87, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20178, 87, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20179, 87, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20180, 87, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20181, 87, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20182, 87, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20183, 87, 3295, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20184, 87, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20185, 87, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20186, 87, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20187, 87, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20188, 87, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20189, 87, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20190, 87, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20191, 87, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20192, 87, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20193, 87, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20194, 87, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20195, 87, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20196, 87, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20197, 87, 2732, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20198, 87, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20199, 87, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20200, 87, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20201, 87, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20202, 87, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20203, 87, 3299, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20204, 87, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20205, 87, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20206, 87, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20207, 87, 3063, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20208, 87, 3062, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20209, 87, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20210, 87, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20211, 87, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20212, 87, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20213, 87, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20214, 87, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20215, 87, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20216, 87, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20217, 87, 3556, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20218, 87, 3085, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20219, 87, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20220, 87, 3048, 0, '52.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20221, 87, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20222, 87, 3086, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20223, 87, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20224, 87, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20225, 87, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20226, 87, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20227, 87, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20228, 87, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20229, 87, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20230, 87, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20231, 87, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20232, 87, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20233, 87, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20234, 87, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20235, 87, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20236, 87, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20237, 87, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20238, 87, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20239, 87, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20240, 87, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20241, 87, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20242, 87, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20243, 87, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20244, 87, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20245, 87, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20246, 87, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20247, 87, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20248, 87, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20249, 87, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20250, 87, 2956, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20251, 87, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20252, 87, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20253, 87, 3850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20254, 87, 3884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20255, 87, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20256, 87, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20257, 87, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20258, 87, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20259, 87, 3820, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20260, 87, 3869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20261, 87, 3646, 0, '22.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20262, 87, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20263, 87, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20264, 87, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20265, 87, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20266, 87, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20267, 87, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20268, 87, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20269, 87, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20270, 87, 2661, 0, '36.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20271, 87, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20272, 87, 3314, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20273, 87, 2949, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20274, 87, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20275, 87, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20276, 87, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20277, 87, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20278, 87, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20279, 87, 3886, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20280, 87, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20281, 87, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20282, 87, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20283, 87, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20284, 87, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20285, 87, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20286, 87, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20287, 87, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20288, 87, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20289, 87, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20290, 87, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20291, 87, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20292, 87, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20293, 87, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20294, 87, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20295, 87, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20296, 87, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20297, 87, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20298, 87, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20299, 87, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20300, 87, 3178, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20301, 87, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20302, 87, 2908, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20303, 87, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20304, 87, 2952, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20305, 87, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20306, 87, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20307, 87, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20308, 87, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20309, 87, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20310, 87, 2982, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20311, 87, 3212, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20312, 87, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20313, 87, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20314, 87, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20315, 87, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20316, 87, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20317, 87, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20318, 87, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20319, 87, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20320, 87, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20321, 87, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20322, 87, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20323, 87, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20324, 87, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20325, 87, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20326, 87, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20327, 87, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20328, 87, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20329, 87, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20330, 87, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20331, 87, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20332, 87, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20333, 87, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20334, 87, 3084, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20335, 87, 3834, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20336, 87, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20337, 87, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20338, 87, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20339, 87, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20340, 87, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20341, 87, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20342, 87, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20343, 87, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20344, 87, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20345, 87, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20346, 87, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20347, 87, 3872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20348, 87, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20349, 87, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20350, 87, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20351, 87, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20352, 87, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20353, 87, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20354, 87, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20355, 87, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20356, 87, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20357, 87, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20358, 87, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20359, 87, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20360, 87, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20361, 87, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20362, 87, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20363, 87, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20364, 87, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20365, 87, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20366, 87, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20367, 87, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20368, 87, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20369, 87, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20370, 87, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20371, 87, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20372, 87, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20373, 87, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20374, 87, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20375, 87, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20376, 87, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20377, 87, 3890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20378, 87, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20379, 87, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20380, 87, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20381, 87, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20382, 87, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20383, 87, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20384, 87, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20385, 87, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20386, 87, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20387, 87, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20388, 87, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20389, 87, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20390, 87, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20391, 87, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20392, 87, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20393, 87, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20394, 87, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20395, 87, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20396, 87, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20397, 87, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20398, 87, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20399, 87, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20400, 87, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20401, 87, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20402, 87, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20403, 87, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20404, 87, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20405, 87, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20406, 87, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20407, 87, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20408, 87, 3891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20409, 87, 3892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20410, 87, 3893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20411, 87, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20412, 87, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20413, 87, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20414, 87, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20415, 87, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20416, 87, 3538, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20417, 87, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20418, 87, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20419, 87, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20420, 87, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20421, 87, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20422, 87, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20423, 87, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20424, 87, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20425, 87, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20426, 87, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20427, 87, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20428, 87, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20429, 87, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20430, 87, 3894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20431, 87, 3895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20432, 87, 3896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20433, 87, 3897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20434, 87, 3898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20435, 87, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20436, 87, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20437, 87, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20438, 87, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20439, 87, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20440, 87, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20441, 87, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20442, 87, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20443, 87, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20444, 87, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20445, 87, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20446, 87, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20447, 87, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20448, 87, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20449, 87, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20450, 87, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20451, 87, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20452, 87, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20453, 87, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20454, 87, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20455, 87, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20456, 87, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20457, 87, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20458, 87, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20459, 87, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20460, 87, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20461, 87, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20462, 87, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20463, 87, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20464, 87, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20465, 87, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20466, 87, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20467, 87, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20468, 87, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20469, 87, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20470, 87, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20471, 87, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20472, 87, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20473, 87, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20474, 87, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20475, 87, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20476, 87, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20477, 87, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20478, 87, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20479, 87, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20480, 87, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20481, 87, 2902, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20482, 87, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20483, 87, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20484, 87, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20485, 87, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20486, 87, 2660, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20487, 87, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20488, 87, 2864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20489, 87, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20490, 87, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20491, 87, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20492, 87, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20493, 87, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20494, 87, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20495, 87, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20496, 87, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20497, 87, 3641, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20498, 87, 3873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20499, 87, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20500, 87, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20501, 87, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20502, 87, 2643, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20503, 87, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20504, 87, 2644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20505, 87, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20506, 87, 2647, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20507, 87, 2645, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20508, 87, 2822, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20509, 87, 2646, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20510, 87, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20511, 87, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20512, 87, 2873, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20513, 87, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20514, 87, 2790, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20515, 87, 2789, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20516, 87, 3120, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20517, 87, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20518, 87, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20519, 87, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20520, 87, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20521, 87, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20522, 87, 2504, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20523, 87, 3853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20524, 87, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20525, 87, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20526, 87, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20527, 87, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20528, 87, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20529, 87, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20530, 87, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20531, 87, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20532, 87, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20533, 87, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20534, 87, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20535, 87, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20536, 87, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20537, 87, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20538, 87, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20539, 87, 3256, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20540, 87, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20541, 87, 2950, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20542, 87, 2499, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20543, 87, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20544, 87, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20545, 87, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20546, 87, 2534, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20547, 87, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20548, 87, 2710, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20549, 87, 3874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20550, 87, 2712, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20551, 87, 3870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20552, 87, 3875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20553, 87, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20554, 87, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20555, 87, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20556, 87, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20557, 87, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20558, 87, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20559, 87, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20560, 87, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20561, 87, 2924, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20562, 87, 2930, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20563, 87, 2936, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20564, 87, 2921, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20565, 87, 2918, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20566, 87, 2935, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20567, 87, 2923, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20568, 87, 2920, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20569, 87, 2927, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20570, 87, 2922, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20571, 87, 2933, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20572, 87, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20573, 87, 2919, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20574, 87, 3479, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20575, 87, 2934, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20576, 87, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20577, 87, 2926, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20578, 87, 3885, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20579, 87, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20580, 87, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20581, 87, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20582, 87, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20583, 87, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20584, 87, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20585, 87, 3825, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20586, 87, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20587, 87, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20588, 87, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20589, 87, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20590, 87, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20591, 87, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20592, 87, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20593, 87, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20594, 87, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20595, 87, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20596, 87, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20597, 87, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20598, 87, 3871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20599, 87, 3482, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20600, 87, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20601, 87, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20602, 87, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20603, 87, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20604, 87, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20605, 87, 3123, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20606, 87, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20607, 87, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20608, 87, 3121, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20609, 87, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20610, 87, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20611, 87, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20612, 87, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20613, 87, 3827, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20614, 87, 2552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20615, 87, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20616, 87, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20617, 87, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20618, 87, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20619, 87, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20620, 87, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20621, 87, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20622, 87, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20623, 87, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20624, 87, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20625, 87, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20626, 87, 3618, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20627, 87, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20628, 87, 3847, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20629, 87, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20630, 87, 2801, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20631, 87, 2711, 0, '16.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20632, 87, 3889, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20633, 87, 3580, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20634, 87, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20635, 87, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20636, 87, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20637, 87, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20638, 87, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20639, 87, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20640, 87, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20641, 87, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20642, 87, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20643, 87, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20644, 87, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20645, 87, 2713, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20646, 87, 3114, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20647, 87, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20648, 87, 3182, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20649, 87, 3015, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20650, 87, 3074, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20651, 87, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20652, 87, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20653, 87, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20654, 87, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20655, 87, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20656, 87, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20657, 87, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20658, 87, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20659, 87, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20660, 87, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20661, 87, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20662, 87, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20663, 87, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20664, 87, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20665, 87, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20666, 87, 3611, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20667, 87, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20668, 87, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20669, 87, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20670, 87, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20671, 87, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20672, 87, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20673, 87, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20674, 87, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20675, 87, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20676, 87, 3047, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20677, 87, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20678, 87, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20679, 87, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20680, 87, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20681, 87, 2800, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20682, 87, 2653, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20683, 87, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20684, 87, 2886, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20685, 87, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20686, 87, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20687, 87, 2891, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20688, 87, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20689, 87, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20690, 87, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20691, 87, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20692, 87, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20693, 87, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20694, 87, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20695, 87, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20696, 87, 3187, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20697, 87, 2650, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20698, 87, 2649, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20699, 87, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20700, 87, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20701, 87, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20702, 87, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20703, 87, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20704, 87, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20705, 87, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20706, 87, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20707, 87, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20708, 87, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20709, 87, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20710, 87, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20711, 87, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20712, 87, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20713, 87, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20714, 87, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20715, 87, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20716, 87, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20717, 87, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20718, 87, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20719, 87, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20720, 87, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20721, 87, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20722, 87, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20723, 87, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20724, 87, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20725, 87, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20726, 87, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20727, 87, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20728, 87, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20729, 87, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20730, 87, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20731, 87, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20732, 87, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20733, 87, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20734, 87, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20735, 87, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20736, 87, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20737, 87, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20738, 87, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20739, 87, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20740, 87, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20741, 87, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20742, 87, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20743, 87, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20744, 87, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20745, 87, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20746, 87, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20747, 87, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20748, 87, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20749, 87, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20750, 87, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20751, 87, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20752, 87, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20753, 87, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20754, 87, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20755, 87, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20756, 87, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20757, 87, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20758, 87, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20759, 87, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20760, 87, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20761, 87, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20762, 87, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20763, 87, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20764, 87, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20765, 87, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20766, 87, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20767, 87, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20768, 87, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20769, 87, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20770, 87, 3037, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20771, 87, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20772, 87, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20773, 87, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20774, 87, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20775, 87, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20776, 87, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20777, 87, 3887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20778, 87, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20779, 87, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20780, 87, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20781, 87, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20782, 87, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20783, 87, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20784, 87, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20785, 87, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20786, 87, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20787, 87, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20788, 87, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20789, 87, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20790, 87, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20791, 87, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20792, 87, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20793, 87, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20794, 87, 3831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20795, 87, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20796, 87, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20797, 87, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20798, 87, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20799, 87, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20800, 87, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20801, 87, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20802, 87, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20803, 87, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20804, 87, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20805, 87, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20806, 87, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20807, 87, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20808, 87, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20809, 87, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20810, 87, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20811, 87, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20812, 87, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20813, 87, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20814, 87, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20815, 87, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20816, 87, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20817, 87, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20818, 87, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20819, 87, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20820, 87, 2651, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20821, 87, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20822, 87, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20823, 87, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20824, 87, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20825, 87, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20826, 87, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20827, 87, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20828, 87, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20829, 87, 2903, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20830, 87, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20831, 87, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20832, 87, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20833, 87, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20834, 87, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20835, 87, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20836, 87, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20837, 87, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20838, 87, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20839, 87, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20840, 87, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20841, 87, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20842, 87, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20843, 87, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20844, 87, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20845, 87, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20846, 87, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20847, 87, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20848, 87, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20849, 87, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20850, 87, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20851, 87, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20852, 87, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20853, 87, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20854, 87, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20855, 87, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20856, 87, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20857, 87, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20858, 87, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20859, 87, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20860, 87, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20861, 87, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20862, 87, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20863, 87, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20864, 87, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20865, 87, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20866, 87, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20867, 87, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20868, 87, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20869, 87, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20870, 87, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20871, 87, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20872, 87, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20873, 87, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20874, 87, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20875, 87, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20876, 87, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20877, 87, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20878, 87, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20879, 87, 3780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20880, 87, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20881, 87, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20882, 87, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20883, 87, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20884, 87, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20885, 87, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20886, 87, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20887, 87, 3772, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20888, 87, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20889, 87, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20890, 87, 2893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20891, 87, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20892, 87, 2634, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20893, 87, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20894, 87, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20895, 87, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20896, 87, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20897, 87, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20898, 87, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20899, 87, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20900, 87, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20901, 87, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20902, 87, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20903, 87, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20904, 87, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20905, 87, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20906, 87, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20907, 87, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20908, 87, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20909, 87, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20910, 87, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20911, 87, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20912, 87, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20913, 87, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20914, 87, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20915, 87, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20916, 87, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20917, 87, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20918, 87, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20919, 87, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20920, 87, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20921, 87, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20922, 87, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20923, 87, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20924, 87, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20925, 87, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20926, 87, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20927, 87, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20928, 87, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20929, 87, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20930, 87, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20931, 87, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20932, 87, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20933, 87, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20934, 87, 3876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20935, 87, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20936, 87, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20937, 87, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20938, 87, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20939, 87, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20940, 87, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20941, 87, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20942, 87, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20943, 87, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20944, 87, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20945, 87, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20946, 87, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20947, 87, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20948, 87, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20949, 87, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20950, 87, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20951, 87, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20952, 87, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20953, 87, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20954, 87, 3867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20955, 87, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20956, 87, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20957, 87, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20958, 87, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20959, 87, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20960, 87, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20961, 87, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20962, 87, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20963, 87, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20964, 87, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20965, 87, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20966, 87, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20967, 87, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20968, 87, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20969, 87, 3882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20970, 87, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20971, 87, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20972, 87, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20973, 87, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20974, 87, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20975, 87, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20976, 87, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20977, 87, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20978, 87, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20979, 87, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20980, 87, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20981, 87, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20982, 87, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20983, 87, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20984, 87, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20985, 87, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20986, 87, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20987, 87, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20988, 87, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20989, 87, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20990, 87, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20991, 87, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20992, 87, 3888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20993, 87, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20994, 87, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20995, 87, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20996, 87, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20997, 87, 3878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20998, 87, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (20999, 87, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21000, 87, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21001, 87, 3879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21002, 87, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21003, 87, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21004, 87, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21005, 87, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21006, 87, 3877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21007, 87, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21008, 87, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21009, 87, 3868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21010, 87, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21011, 87, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21012, 87, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21013, 87, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21014, 87, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21015, 87, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21016, 87, 3609, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21017, 87, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21018, 87, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21019, 87, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21020, 87, 3644, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21021, 87, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21022, 87, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21023, 87, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21024, 87, 2951, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21025, 87, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21026, 87, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21027, 87, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21028, 87, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21029, 87, 3126, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21030, 87, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21031, 87, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21032, 87, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21033, 87, 3881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21034, 87, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21035, 87, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21036, 87, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21037, 87, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21038, 87, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21039, 87, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21040, 87, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21041, 87, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21042, 87, 3883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21043, 87, 3311, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21044, 87, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21045, 87, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21046, 87, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21047, 87, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21048, 87, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21049, 87, 3172, 0, '24.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21050, 87, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21051, 87, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21052, 87, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21053, 87, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21054, 87, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21055, 87, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21056, 87, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21057, 87, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21058, 87, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21059, 87, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21060, 87, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21061, 87, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21062, 87, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21063, 87, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21064, 87, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21065, 87, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21066, 87, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21067, 87, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21068, 87, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21069, 87, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21070, 87, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21071, 87, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21072, 87, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21073, 87, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21074, 87, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21075, 87, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21076, 87, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21077, 87, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21078, 87, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21079, 87, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21080, 87, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21081, 87, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21082, 87, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21083, 87, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21084, 87, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21085, 87, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21086, 87, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21087, 87, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21088, 87, 3307, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21089, 87, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21090, 87, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21091, 87, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21092, 87, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21093, 87, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21094, 87, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21095, 87, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21096, 87, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21097, 87, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21098, 87, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21099, 87, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21100, 87, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21101, 87, 2753, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21102, 87, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21103, 87, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21104, 87, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21105, 87, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21106, 87, 2697, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21107, 87, 2698, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21108, 87, 2699, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21109, 87, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21110, 87, 2702, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21111, 87, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21112, 87, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21113, 87, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21114, 87, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21115, 87, 2708, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21116, 87, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21117, 87, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21118, 87, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21119, 87, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21120, 87, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21121, 87, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21122, 87, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21123, 87, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21124, 87, 3290, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21125, 87, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21126, 87, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21127, 87, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21128, 87, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21129, 87, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21130, 87, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21131, 87, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21132, 87, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21133, 87, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21134, 87, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21135, 87, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21136, 87, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21137, 87, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21138, 87, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21139, 87, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21140, 87, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21141, 87, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21142, 87, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21143, 87, 2494, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21144, 87, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21145, 87, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21146, 87, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21147, 87, 2492, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21148, 87, 2754, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21149, 87, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21150, 87, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21151, 87, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21152, 87, 2719, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21153, 87, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21154, 87, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21155, 87, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21156, 87, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21157, 87, 2724, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21158, 87, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21159, 87, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21160, 87, 2727, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21161, 87, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21162, 87, 2746, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21163, 87, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21164, 87, 2749, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21165, 87, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21166, 87, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21167, 87, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21168, 87, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21169, 87, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21170, 87, 2759, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21171, 87, 2760, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21172, 87, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21173, 87, 3129, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21174, 87, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21175, 87, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21176, 87, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21177, 87, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21178, 87, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21179, 87, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21180, 87, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21181, 87, 3132, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21182, 87, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21183, 87, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21184, 87, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21185, 87, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21186, 87, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21187, 87, 3141, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21188, 87, 3147, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21189, 87, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21190, 87, 3244, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21191, 87, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21192, 87, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21193, 87, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21194, 87, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21195, 87, 3257, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21196, 87, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21197, 87, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21198, 87, 3260, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21199, 87, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21200, 87, 3264, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21201, 87, 3266, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21202, 87, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21203, 87, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21204, 87, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21205, 87, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21206, 87, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21207, 87, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21208, 87, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21209, 87, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21210, 87, 3139, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21211, 87, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21212, 87, 3081, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21213, 87, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21214, 87, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21215, 87, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21216, 87, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21217, 87, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21218, 87, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21219, 87, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21220, 87, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21221, 87, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21222, 87, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21223, 87, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21224, 87, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21225, 87, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21226, 87, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21227, 87, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21228, 87, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21229, 87, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21230, 87, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21231, 87, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21232, 87, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21233, 87, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21234, 87, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21235, 88, 3899, NULL, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21236, 89, 3648, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21237, 89, 3646, NULL, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21238, 90, 2894, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21239, 90, 3483, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21240, 90, 3048, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21241, 91, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21242, 91, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21243, 91, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21244, 91, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21245, 91, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21246, 91, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21247, 91, 2524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21248, 91, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21249, 91, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21250, 91, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21251, 91, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21252, 91, 3577, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21253, 91, 3786, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21254, 91, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21255, 91, 3852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21256, 91, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21257, 91, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21258, 91, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21259, 91, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21260, 91, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21261, 91, 3880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21262, 91, 3483, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21263, 91, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21264, 91, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21265, 91, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21266, 91, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21267, 91, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21268, 91, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21269, 91, 2901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21270, 91, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21271, 91, 3899, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21272, 91, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21273, 91, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21274, 91, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21275, 91, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21276, 91, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21277, 91, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21278, 91, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21279, 91, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21280, 91, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21281, 91, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21282, 91, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21283, 91, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21284, 91, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21285, 91, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21286, 91, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21287, 91, 3303, 0, '9.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21288, 91, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21289, 91, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21290, 91, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21291, 91, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21292, 91, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21293, 91, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21294, 91, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21295, 91, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21296, 91, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21297, 91, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21298, 91, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21299, 91, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21300, 91, 3306, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21301, 91, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21302, 91, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21303, 91, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21304, 91, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21305, 91, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21306, 91, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21307, 91, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21308, 91, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21309, 91, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21310, 91, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21311, 91, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21312, 91, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21313, 91, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21314, 91, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21315, 91, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21316, 91, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21317, 91, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21318, 91, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21319, 91, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21320, 91, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21321, 91, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21322, 91, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21323, 91, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21324, 91, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21325, 91, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21326, 91, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21327, 91, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21328, 91, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21329, 91, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21330, 91, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21331, 91, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21332, 91, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21333, 91, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21334, 91, 3299, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21335, 91, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21336, 91, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21337, 91, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21338, 91, 3063, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21339, 91, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21340, 91, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21341, 91, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21342, 91, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21343, 91, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21344, 91, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21345, 91, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21346, 91, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21347, 91, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21348, 91, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21349, 91, 3085, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21350, 91, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21351, 91, 3048, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21352, 91, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21353, 91, 3086, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21354, 91, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21355, 91, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21356, 91, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21357, 91, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21358, 91, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21359, 91, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21360, 91, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21361, 91, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21362, 91, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21363, 91, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21364, 91, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21365, 91, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21366, 91, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21367, 91, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21368, 91, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21369, 91, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21370, 91, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21371, 91, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21372, 91, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21373, 91, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21374, 91, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21375, 91, 2517, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21376, 91, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21377, 91, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21378, 91, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21379, 91, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21380, 91, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21381, 91, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21382, 91, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21383, 91, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21384, 91, 3850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21385, 91, 3884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21386, 91, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21387, 91, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21388, 91, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21389, 91, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21390, 91, 3820, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21391, 91, 3869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21392, 91, 3646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21393, 91, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21394, 91, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21395, 91, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21396, 91, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21397, 91, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21398, 91, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21399, 91, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21400, 91, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21401, 91, 2661, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21402, 91, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21403, 91, 3314, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21404, 91, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21405, 91, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21406, 91, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21407, 91, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21408, 91, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21409, 91, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21410, 91, 3886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21411, 91, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21412, 91, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21413, 91, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21414, 91, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21415, 91, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21416, 91, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21417, 91, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21418, 91, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21419, 91, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21420, 91, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21421, 91, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21422, 91, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21423, 91, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21424, 91, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21425, 91, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21426, 91, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21427, 91, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21428, 91, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21429, 91, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21430, 91, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21431, 91, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21432, 91, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21433, 91, 3901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21434, 91, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21435, 91, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21436, 91, 2952, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21437, 91, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21438, 91, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21439, 91, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21440, 91, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21441, 91, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21442, 91, 2982, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21443, 91, 3212, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21444, 91, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21445, 91, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21446, 91, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21447, 91, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21448, 91, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21449, 91, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21450, 91, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21451, 91, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21452, 91, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21453, 91, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21454, 91, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21455, 91, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21456, 91, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21457, 91, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21458, 91, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21459, 91, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21460, 91, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21461, 91, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21462, 91, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21463, 91, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21464, 91, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21465, 91, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21466, 91, 3084, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21467, 91, 3834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21468, 91, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21469, 91, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21470, 91, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21471, 91, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21472, 91, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21473, 91, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21474, 91, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21475, 91, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21476, 91, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21477, 91, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21478, 91, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21479, 91, 3872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21480, 91, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21481, 91, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21482, 91, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21483, 91, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21484, 91, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21485, 91, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21486, 91, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21487, 91, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21488, 91, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21489, 91, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21490, 91, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21491, 91, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21492, 91, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21493, 91, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21494, 91, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21495, 91, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21496, 91, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21497, 91, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21498, 91, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21499, 91, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21500, 91, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21501, 91, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21502, 91, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21503, 91, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21504, 91, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21505, 91, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21506, 91, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21507, 91, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21508, 91, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21509, 91, 3890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21510, 91, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21511, 91, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21512, 91, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21513, 91, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21514, 91, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21515, 91, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21516, 91, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21517, 91, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21518, 91, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21519, 91, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21520, 91, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21521, 91, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21522, 91, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21523, 91, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21524, 91, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21525, 91, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21526, 91, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21527, 91, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21528, 91, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21529, 91, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21530, 91, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21531, 91, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21532, 91, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21533, 91, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21534, 91, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21535, 91, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21536, 91, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21537, 91, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21538, 91, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21539, 91, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21540, 91, 3891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21541, 91, 3892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21542, 91, 3893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21543, 91, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21544, 91, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21545, 91, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21546, 91, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21547, 91, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21548, 91, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21549, 91, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21550, 91, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21551, 91, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21552, 91, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21553, 91, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21554, 91, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21555, 91, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21556, 91, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21557, 91, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21558, 91, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21559, 91, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21560, 91, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21561, 91, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21562, 91, 3894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21563, 91, 3895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21564, 91, 3896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21565, 91, 3897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21566, 91, 3898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21567, 91, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21568, 91, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21569, 91, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21570, 91, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21571, 91, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21572, 91, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21573, 91, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21574, 91, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21575, 91, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21576, 91, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21577, 91, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21578, 91, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21579, 91, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21580, 91, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21581, 91, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21582, 91, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21583, 91, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21584, 91, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21585, 91, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21586, 91, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21587, 91, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21588, 91, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21589, 91, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21590, 91, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21591, 91, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21592, 91, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21593, 91, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21594, 91, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21595, 91, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21596, 91, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21597, 91, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21598, 91, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21599, 91, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21600, 91, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21601, 91, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21602, 91, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21603, 91, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21604, 91, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21605, 91, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21606, 91, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21607, 91, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21608, 91, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21609, 91, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21610, 91, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21611, 91, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21612, 91, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21613, 91, 2902, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21614, 91, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21615, 91, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21616, 91, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21617, 91, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21618, 91, 2660, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21619, 91, 3064, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21620, 91, 2864, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21621, 91, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21622, 91, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21623, 91, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21624, 91, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21625, 91, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21626, 91, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21627, 91, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21628, 91, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21629, 91, 3641, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21630, 91, 3873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21631, 91, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21632, 91, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21633, 91, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21634, 91, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21635, 91, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21636, 91, 2644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21637, 91, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21638, 91, 2647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21639, 91, 2645, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21640, 91, 2822, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21641, 91, 2646, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21642, 91, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21643, 91, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21644, 91, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21645, 91, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21646, 91, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21647, 91, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21648, 91, 3120, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21649, 91, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21650, 91, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21651, 91, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21652, 91, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21653, 91, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21654, 91, 2504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21655, 91, 3853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21656, 91, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21657, 91, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21658, 91, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21659, 91, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21660, 91, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21661, 91, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21662, 91, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21663, 91, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21664, 91, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21665, 91, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21666, 91, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21667, 91, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21668, 91, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21669, 91, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21670, 91, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21671, 91, 3256, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21672, 91, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21673, 91, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21674, 91, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21675, 91, 2500, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21676, 91, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21677, 91, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21678, 91, 2534, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21679, 91, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21680, 91, 2710, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21681, 91, 3874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21682, 91, 2712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21683, 91, 3870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21684, 91, 3875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21685, 91, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21686, 91, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21687, 91, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21688, 91, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21689, 91, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21690, 91, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21691, 91, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21692, 91, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21693, 91, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21694, 91, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21695, 91, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21696, 91, 2921, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21697, 91, 2918, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21698, 91, 2935, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21699, 91, 2923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21700, 91, 2920, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21701, 91, 2927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21702, 91, 2922, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21703, 91, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21704, 91, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21705, 91, 2919, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21706, 91, 3479, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21707, 91, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21708, 91, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21709, 91, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21710, 91, 3885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21711, 91, 3900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21712, 91, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21713, 91, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21714, 91, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21715, 91, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21716, 91, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21717, 91, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21718, 91, 3825, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21719, 91, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21720, 91, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21721, 91, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21722, 91, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21723, 91, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21724, 91, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21725, 91, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21726, 91, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21727, 91, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21728, 91, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21729, 91, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21730, 91, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21731, 91, 3871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21732, 91, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21733, 91, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21734, 91, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21735, 91, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21736, 91, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21737, 91, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21738, 91, 3123, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21739, 91, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21740, 91, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21741, 91, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21742, 91, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21743, 91, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21744, 91, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21745, 91, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21746, 91, 3827, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21747, 91, 2552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21748, 91, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21749, 91, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21750, 91, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21751, 91, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21752, 91, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21753, 91, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21754, 91, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21755, 91, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21756, 91, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21757, 91, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21758, 91, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21759, 91, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21760, 91, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21761, 91, 3847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21762, 91, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21763, 91, 2801, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21764, 91, 2711, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21765, 91, 3889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21766, 91, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21767, 91, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21768, 91, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21769, 91, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21770, 91, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21771, 91, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21772, 91, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21773, 91, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21774, 91, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21775, 91, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21776, 91, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21777, 91, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21778, 91, 2713, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21779, 91, 3114, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21780, 91, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21781, 91, 3182, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21782, 91, 3015, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21783, 91, 3074, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21784, 91, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21785, 91, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21786, 91, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21787, 91, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21788, 91, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21789, 91, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21790, 91, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21791, 91, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21792, 91, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21793, 91, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21794, 91, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21795, 91, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21796, 91, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21797, 91, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21798, 91, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21799, 91, 3611, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21800, 91, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21801, 91, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21802, 91, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21803, 91, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21804, 91, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21805, 91, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21806, 91, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21807, 91, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21808, 91, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21809, 91, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21810, 91, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21811, 91, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21812, 91, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21813, 91, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21814, 91, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21815, 91, 2653, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21816, 91, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21817, 91, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21818, 91, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21819, 91, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21820, 91, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21821, 91, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21822, 91, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21823, 91, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21824, 91, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21825, 91, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21826, 91, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21827, 91, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21828, 91, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21829, 91, 3187, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21830, 91, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21831, 91, 2649, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21832, 91, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21833, 91, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21834, 91, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21835, 91, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21836, 91, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21837, 91, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21838, 91, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21839, 91, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21840, 91, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21841, 91, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21842, 91, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21843, 91, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21844, 91, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21845, 91, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21846, 91, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21847, 91, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21848, 91, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21849, 91, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21850, 91, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21851, 91, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21852, 91, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21853, 91, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21854, 91, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21855, 91, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21856, 91, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21857, 91, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21858, 91, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21859, 91, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21860, 91, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21861, 91, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21862, 91, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21863, 91, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21864, 91, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21865, 91, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21866, 91, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21867, 91, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21868, 91, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21869, 91, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21870, 91, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21871, 91, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21872, 91, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21873, 91, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21874, 91, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21875, 91, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21876, 91, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21877, 91, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21878, 91, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21879, 91, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21880, 91, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21881, 91, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21882, 91, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21883, 91, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21884, 91, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21885, 91, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21886, 91, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21887, 91, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21888, 91, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21889, 91, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21890, 91, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21891, 91, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21892, 91, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21893, 91, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21894, 91, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21895, 91, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21896, 91, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21897, 91, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21898, 91, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21899, 91, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21900, 91, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21901, 91, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21902, 91, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21903, 91, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21904, 91, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21905, 91, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21906, 91, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21907, 91, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21908, 91, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21909, 91, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21910, 91, 3887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21911, 91, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21912, 91, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21913, 91, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21914, 91, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21915, 91, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21916, 91, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21917, 91, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21918, 91, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21919, 91, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21920, 91, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21921, 91, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21922, 91, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21923, 91, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21924, 91, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21925, 91, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21926, 91, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21927, 91, 3831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21928, 91, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21929, 91, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21930, 91, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21931, 91, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21932, 91, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21933, 91, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21934, 91, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21935, 91, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21936, 91, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21937, 91, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21938, 91, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21939, 91, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21940, 91, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21941, 91, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21942, 91, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21943, 91, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21944, 91, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21945, 91, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21946, 91, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21947, 91, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21948, 91, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21949, 91, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21950, 91, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21951, 91, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21952, 91, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21953, 91, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21954, 91, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21955, 91, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21956, 91, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21957, 91, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21958, 91, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21959, 91, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21960, 91, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21961, 91, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21962, 91, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21963, 91, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21964, 91, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21965, 91, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21966, 91, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21967, 91, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21968, 91, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21969, 91, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21970, 91, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21971, 91, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21972, 91, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21973, 91, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21974, 91, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21975, 91, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21976, 91, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21977, 91, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21978, 91, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21979, 91, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21980, 91, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21981, 91, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21982, 91, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21983, 91, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21984, 91, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21985, 91, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21986, 91, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21987, 91, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21988, 91, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21989, 91, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21990, 91, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21991, 91, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21992, 91, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21993, 91, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21994, 91, 3841, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21995, 91, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21996, 91, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21997, 91, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21998, 91, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (21999, 91, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22000, 91, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22001, 91, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22002, 91, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22003, 91, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22004, 91, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22005, 91, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22006, 91, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22007, 91, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22008, 91, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22009, 91, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22010, 91, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22011, 91, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22012, 91, 3780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22013, 91, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22014, 91, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22015, 91, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22016, 91, 2894, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22017, 91, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22018, 91, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22019, 91, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22020, 91, 3772, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22021, 91, 3784, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22022, 91, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22023, 91, 2893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22024, 91, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22025, 91, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22026, 91, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22027, 91, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22028, 91, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22029, 91, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22030, 91, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22031, 91, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22032, 91, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22033, 91, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22034, 91, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22035, 91, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22036, 91, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22037, 91, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22038, 91, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22039, 91, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22040, 91, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22041, 91, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22042, 91, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22043, 91, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22044, 91, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22045, 91, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22046, 91, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22047, 91, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22048, 91, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22049, 91, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22050, 91, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22051, 91, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22052, 91, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22053, 91, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22054, 91, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22055, 91, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22056, 91, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22057, 91, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22058, 91, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22059, 91, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22060, 91, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22061, 91, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22062, 91, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22063, 91, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22064, 91, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22065, 91, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22066, 91, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22067, 91, 3876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22068, 91, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22069, 91, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22070, 91, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22071, 91, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22072, 91, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22073, 91, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22074, 91, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22075, 91, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22076, 91, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22077, 91, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22078, 91, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22079, 91, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22080, 91, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22081, 91, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22082, 91, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22083, 91, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22084, 91, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22085, 91, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22086, 91, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22087, 91, 3867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22088, 91, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22089, 91, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22090, 91, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22091, 91, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22092, 91, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22093, 91, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22094, 91, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22095, 91, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22096, 91, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22097, 91, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22098, 91, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22099, 91, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22100, 91, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22101, 91, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22102, 91, 3882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22103, 91, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22104, 91, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22105, 91, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22106, 91, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22107, 91, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22108, 91, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22109, 91, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22110, 91, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22111, 91, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22112, 91, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22113, 91, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22114, 91, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22115, 91, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22116, 91, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22117, 91, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22118, 91, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22119, 91, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22120, 91, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22121, 91, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22122, 91, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22123, 91, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22124, 91, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22125, 91, 3888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22126, 91, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22127, 91, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22128, 91, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22129, 91, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22130, 91, 3878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22131, 91, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22132, 91, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22133, 91, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22134, 91, 3879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22135, 91, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22136, 91, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22137, 91, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22138, 91, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22139, 91, 3877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22140, 91, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22141, 91, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22142, 91, 3868, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22143, 91, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22144, 91, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22145, 91, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22146, 91, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22147, 91, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22148, 91, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22149, 91, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22150, 91, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22151, 91, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22152, 91, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22153, 91, 3644, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22154, 91, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22155, 91, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22156, 91, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22157, 91, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22158, 91, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22159, 91, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22160, 91, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22161, 91, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22162, 91, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22163, 91, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22164, 91, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22165, 91, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22166, 91, 3881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22167, 91, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22168, 91, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22169, 91, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22170, 91, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22171, 91, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22172, 91, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22173, 91, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22174, 91, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22175, 91, 3883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22176, 91, 3311, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22177, 91, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22178, 91, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22179, 91, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22180, 91, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22181, 91, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22182, 91, 3172, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22183, 91, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22184, 91, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22185, 91, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22186, 91, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22187, 91, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22188, 91, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22189, 91, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22190, 91, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22191, 91, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22192, 91, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22193, 91, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22194, 91, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22195, 91, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22196, 91, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22197, 91, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22198, 91, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22199, 91, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22200, 91, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22201, 91, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22202, 91, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22203, 91, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22204, 91, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22205, 91, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22206, 91, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22207, 91, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22208, 91, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22209, 91, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22210, 91, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22211, 91, 2610, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22212, 91, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22213, 91, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22214, 91, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22215, 91, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22216, 91, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22217, 91, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22218, 91, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22219, 91, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22220, 91, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22221, 91, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22222, 91, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22223, 91, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22224, 91, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22225, 91, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22226, 91, 2853, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22227, 91, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22228, 91, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22229, 91, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22230, 91, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22231, 91, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22232, 91, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22233, 91, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22234, 91, 2753, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22235, 91, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22236, 91, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22237, 91, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22238, 91, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22239, 91, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22240, 91, 2698, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22241, 91, 2699, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22242, 91, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22243, 91, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22244, 91, 2701, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22245, 91, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22246, 91, 2704, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22247, 91, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22248, 91, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22249, 91, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22250, 91, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22251, 91, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22252, 91, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22253, 91, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22254, 91, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22255, 91, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22256, 91, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22257, 91, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22258, 91, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22259, 91, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22260, 91, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22261, 91, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22262, 91, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22263, 91, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22264, 91, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22265, 91, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22266, 91, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22267, 91, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22268, 91, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22269, 91, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22270, 91, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22271, 91, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22272, 91, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22273, 91, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22274, 91, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22275, 91, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22276, 91, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22277, 91, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22278, 91, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22279, 91, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22280, 91, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22281, 91, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22282, 91, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22283, 91, 2716, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22284, 91, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22285, 91, 2719, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22286, 91, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22287, 91, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22288, 91, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22289, 91, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22290, 91, 2724, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22291, 91, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22292, 91, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22293, 91, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22294, 91, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22295, 91, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22296, 91, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22297, 91, 2749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22298, 91, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22299, 91, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22300, 91, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22301, 91, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22302, 91, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22303, 91, 2759, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22304, 91, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22305, 91, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22306, 91, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22307, 91, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22308, 91, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22309, 91, 3128, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22310, 91, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22311, 91, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22312, 91, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22313, 91, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22314, 91, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22315, 91, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22316, 91, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22317, 91, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22318, 91, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22319, 91, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22320, 91, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22321, 91, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22322, 91, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22323, 91, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22324, 91, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22325, 91, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22326, 91, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22327, 91, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22328, 91, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22329, 91, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22330, 91, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22331, 91, 3260, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22332, 91, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22333, 91, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22334, 91, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22335, 91, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22336, 91, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22337, 91, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22338, 91, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22339, 91, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22340, 91, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22341, 91, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22342, 91, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22343, 91, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22344, 91, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22345, 91, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22346, 91, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22347, 91, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22348, 91, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22349, 91, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22350, 91, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22351, 91, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22352, 91, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22353, 91, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22354, 91, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22355, 91, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22356, 91, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22357, 91, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22358, 91, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22359, 91, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22360, 91, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22361, 91, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22362, 91, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22363, 91, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22364, 91, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22365, 91, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22366, 91, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22367, 91, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22368, 92, 3648, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22369, 92, 3646, NULL, '40.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22370, 93, 3015, NULL, '5.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22371, 93, 3311, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22372, 93, 3483, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22373, 93, 2660, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22374, 93, 3212, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22375, 94, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22376, 94, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22377, 94, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22378, 94, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22379, 94, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22380, 94, 2514, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22381, 94, 2524, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22382, 94, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22383, 94, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22384, 94, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22385, 94, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22386, 94, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22387, 94, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22388, 94, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22389, 94, 3852, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22390, 94, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22391, 94, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22392, 94, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22393, 94, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22394, 94, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22395, 94, 3880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22396, 94, 3483, 0, '87.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22397, 94, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22398, 94, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22399, 94, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22400, 94, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22401, 94, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22402, 94, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22403, 94, 2901, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22404, 94, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22405, 94, 3899, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22406, 94, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22407, 94, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22408, 94, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22409, 94, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22410, 94, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22411, 94, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22412, 94, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22413, 94, 2607, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22414, 94, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22415, 94, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22416, 94, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22417, 94, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22418, 94, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22419, 94, 2960, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22420, 94, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22421, 94, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22422, 94, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22423, 94, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22424, 94, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22425, 94, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22426, 94, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22427, 94, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22428, 94, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22429, 94, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22430, 94, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22431, 94, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22432, 94, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22433, 94, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22434, 94, 3306, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22435, 94, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22436, 94, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22437, 94, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22438, 94, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22439, 94, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22440, 94, 3268, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22441, 94, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22442, 94, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22443, 94, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22444, 94, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22445, 94, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22446, 94, 3240, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22447, 94, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22448, 94, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22449, 94, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22450, 94, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22451, 94, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22452, 94, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22453, 94, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22454, 94, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22455, 94, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22456, 94, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22457, 94, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22458, 94, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22459, 94, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22460, 94, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22461, 94, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22462, 94, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22463, 94, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22464, 94, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22465, 94, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22466, 94, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22467, 94, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22468, 94, 3299, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22469, 94, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22470, 94, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22471, 94, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22472, 94, 3063, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22473, 94, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22474, 94, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22475, 94, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22476, 94, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22477, 94, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22478, 94, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22479, 94, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22480, 94, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22481, 94, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22482, 94, 3556, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22483, 94, 3085, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22484, 94, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22485, 94, 3048, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22486, 94, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22487, 94, 3086, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22488, 94, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22489, 94, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22490, 94, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22491, 94, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22492, 94, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22493, 94, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22494, 94, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22495, 94, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22496, 94, 3627, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22497, 94, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22498, 94, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22499, 94, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22500, 94, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22501, 94, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22502, 94, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22503, 94, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22504, 94, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22505, 94, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22506, 94, 3647, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22507, 94, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22508, 94, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22509, 94, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22510, 94, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22511, 94, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22512, 94, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22513, 94, 3813, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22514, 94, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22515, 94, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22516, 94, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22517, 94, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22518, 94, 3850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22519, 94, 3884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22520, 94, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22521, 94, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22522, 94, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22523, 94, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22524, 94, 3820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22525, 94, 3869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22526, 94, 3646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22527, 94, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22528, 94, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22529, 94, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22530, 94, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22531, 94, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22532, 94, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22533, 94, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22534, 94, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22535, 94, 2661, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22536, 94, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22537, 94, 3314, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22538, 94, 2949, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22539, 94, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22540, 94, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22541, 94, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22542, 94, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22543, 94, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22544, 94, 3886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22545, 94, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22546, 94, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22547, 94, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22548, 94, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22549, 94, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22550, 94, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22551, 94, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22552, 94, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22553, 94, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22554, 94, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22555, 94, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22556, 94, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22557, 94, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22558, 94, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22559, 94, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22560, 94, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22561, 94, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22562, 94, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22563, 94, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22564, 94, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22565, 94, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22566, 94, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22567, 94, 3901, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22568, 94, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22569, 94, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22570, 94, 2952, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22571, 94, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22572, 94, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22573, 94, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22574, 94, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22575, 94, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22576, 94, 2982, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22577, 94, 3212, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22578, 94, 2464, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22579, 94, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22580, 94, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22581, 94, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22582, 94, 3908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22583, 94, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22584, 94, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22585, 94, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22586, 94, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22587, 94, 3060, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22588, 94, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22589, 94, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22590, 94, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22591, 94, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22592, 94, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22593, 94, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22594, 94, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22595, 94, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22596, 94, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22597, 94, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22598, 94, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22599, 94, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22600, 94, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22601, 94, 3084, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22602, 94, 3834, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22603, 94, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22604, 94, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22605, 94, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22606, 94, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22607, 94, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22608, 94, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22609, 94, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22610, 94, 3906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22611, 94, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22612, 94, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22613, 94, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22614, 94, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22615, 94, 3872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22616, 94, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22617, 94, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22618, 94, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22619, 94, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22620, 94, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22621, 94, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22622, 94, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22623, 94, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22624, 94, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22625, 94, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22626, 94, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22627, 94, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22628, 94, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22629, 94, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22630, 94, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22631, 94, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22632, 94, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22633, 94, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22634, 94, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22635, 94, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22636, 94, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22637, 94, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22638, 94, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22639, 94, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22640, 94, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22641, 94, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22642, 94, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22643, 94, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22644, 94, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22645, 94, 3890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22646, 94, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22647, 94, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22648, 94, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22649, 94, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22650, 94, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22651, 94, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22652, 94, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22653, 94, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22654, 94, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22655, 94, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22656, 94, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22657, 94, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22658, 94, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22659, 94, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22660, 94, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22661, 94, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22662, 94, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22663, 94, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22664, 94, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22665, 94, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22666, 94, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22667, 94, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22668, 94, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22669, 94, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22670, 94, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22671, 94, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22672, 94, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22673, 94, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22674, 94, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22675, 94, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22676, 94, 3891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22677, 94, 3892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22678, 94, 3893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22679, 94, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22680, 94, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22681, 94, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22682, 94, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22683, 94, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22684, 94, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22685, 94, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22686, 94, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22687, 94, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22688, 94, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22689, 94, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22690, 94, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22691, 94, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22692, 94, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22693, 94, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22694, 94, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22695, 94, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22696, 94, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22697, 94, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22698, 94, 3894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22699, 94, 3895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22700, 94, 3896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22701, 94, 3897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22702, 94, 3898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22703, 94, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22704, 94, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22705, 94, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22706, 94, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22707, 94, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22708, 94, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22709, 94, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22710, 94, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22711, 94, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22712, 94, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22713, 94, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22714, 94, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22715, 94, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22716, 94, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22717, 94, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22718, 94, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22719, 94, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22720, 94, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22721, 94, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22722, 94, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22723, 94, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22724, 94, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22725, 94, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22726, 94, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22727, 94, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22728, 94, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22729, 94, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22730, 94, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22731, 94, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22732, 94, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22733, 94, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22734, 94, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22735, 94, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22736, 94, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22737, 94, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22738, 94, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22739, 94, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22740, 94, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22741, 94, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22742, 94, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22743, 94, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22744, 94, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22745, 94, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22746, 94, 3629, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22747, 94, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22748, 94, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22749, 94, 2902, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22750, 94, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22751, 94, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22752, 94, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22753, 94, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22754, 94, 2660, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22755, 94, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22756, 94, 2864, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22757, 94, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22758, 94, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22759, 94, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22760, 94, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22761, 94, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22762, 94, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22763, 94, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22764, 94, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22765, 94, 3641, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22766, 94, 3873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22767, 94, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22768, 94, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22769, 94, 2663, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22770, 94, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22771, 94, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22772, 94, 2644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22773, 94, 2648, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22774, 94, 2647, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22775, 94, 2645, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22776, 94, 2822, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22777, 94, 2646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22778, 94, 3231, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22779, 94, 3230, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22780, 94, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22781, 94, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22782, 94, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22783, 94, 2789, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22784, 94, 3120, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22785, 94, 3902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22786, 94, 3561, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22787, 94, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22788, 94, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22789, 94, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22790, 94, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22791, 94, 2504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22792, 94, 3853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22793, 94, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22794, 94, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22795, 94, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22796, 94, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22797, 94, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22798, 94, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22799, 94, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22800, 94, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22801, 94, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22802, 94, 3344, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22803, 94, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22804, 94, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22805, 94, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22806, 94, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22807, 94, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22808, 94, 3256, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22809, 94, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22810, 94, 2950, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22811, 94, 2499, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22812, 94, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22813, 94, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22814, 94, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22815, 94, 2534, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22816, 94, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22817, 94, 2710, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22818, 94, 3874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22819, 94, 2712, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22820, 94, 3870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22821, 94, 3875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22822, 94, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22823, 94, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22824, 94, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22825, 94, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22826, 94, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22827, 94, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22828, 94, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22829, 94, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22830, 94, 2924, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22831, 94, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22832, 94, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22833, 94, 2921, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22834, 94, 2918, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22835, 94, 2935, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22836, 94, 2923, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22837, 94, 2920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22838, 94, 2927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22839, 94, 2922, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22840, 94, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22841, 94, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22842, 94, 2919, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22843, 94, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22844, 94, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22845, 94, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22846, 94, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22847, 94, 3885, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22848, 94, 3900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22849, 94, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22850, 94, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22851, 94, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22852, 94, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22853, 94, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22854, 94, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22855, 94, 3825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22856, 94, 3905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22857, 94, 3903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22858, 94, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22859, 94, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22860, 94, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22861, 94, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22862, 94, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22863, 94, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22864, 94, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22865, 94, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22866, 94, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22867, 94, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22868, 94, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22869, 94, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22870, 94, 3871, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22871, 94, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22872, 94, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22873, 94, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22874, 94, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22875, 94, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22876, 94, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22877, 94, 3123, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22878, 94, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22879, 94, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22880, 94, 3121, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22881, 94, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22882, 94, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22883, 94, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22884, 94, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22885, 94, 3827, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22886, 94, 2552, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22887, 94, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22888, 94, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22889, 94, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22890, 94, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22891, 94, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22892, 94, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22893, 94, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22894, 94, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22895, 94, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22896, 94, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22897, 94, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22898, 94, 3618, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22899, 94, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22900, 94, 3847, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22901, 94, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22902, 94, 2801, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22903, 94, 2711, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22904, 94, 3889, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22905, 94, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22906, 94, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22907, 94, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22908, 94, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22909, 94, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22910, 94, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22911, 94, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22912, 94, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22913, 94, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22914, 94, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22915, 94, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22916, 94, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22917, 94, 2713, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22918, 94, 3114, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22919, 94, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22920, 94, 3182, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22921, 94, 3015, 0, '58.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22922, 94, 3074, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22923, 94, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22924, 94, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22925, 94, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22926, 94, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22927, 94, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22928, 94, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22929, 94, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22930, 94, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22931, 94, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22932, 94, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22933, 94, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22934, 94, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22935, 94, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22936, 94, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22937, 94, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22938, 94, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22939, 94, 3148, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22940, 94, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22941, 94, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22942, 94, 3624, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22943, 94, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22944, 94, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22945, 94, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22946, 94, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22947, 94, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22948, 94, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22949, 94, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22950, 94, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22951, 94, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22952, 94, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22953, 94, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22954, 94, 2653, 0, '29.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22955, 94, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22956, 94, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22957, 94, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22958, 94, 2879, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22959, 94, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22960, 94, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22961, 94, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22962, 94, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22963, 94, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22964, 94, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22965, 94, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22966, 94, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22967, 94, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22968, 94, 3187, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22969, 94, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22970, 94, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22971, 94, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22972, 94, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22973, 94, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22974, 94, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22975, 94, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22976, 94, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22977, 94, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22978, 94, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22979, 94, 3082, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22980, 94, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22981, 94, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22982, 94, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22983, 94, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22984, 94, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22985, 94, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22986, 94, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22987, 94, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22988, 94, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22989, 94, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22990, 94, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22991, 94, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22992, 94, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22993, 94, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22994, 94, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22995, 94, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22996, 94, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22997, 94, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22998, 94, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (22999, 94, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23000, 94, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23001, 94, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23002, 94, 2559, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23003, 94, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23004, 94, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23005, 94, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23006, 94, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23007, 94, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23008, 94, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23009, 94, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23010, 94, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23011, 94, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23012, 94, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23013, 94, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23014, 94, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23015, 94, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23016, 94, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23017, 94, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23018, 94, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23019, 94, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23020, 94, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23021, 94, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23022, 94, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23023, 94, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23024, 94, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23025, 94, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23026, 94, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23027, 94, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23028, 94, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23029, 94, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23030, 94, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23031, 94, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23032, 94, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23033, 94, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23034, 94, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23035, 94, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23036, 94, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23037, 94, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23038, 94, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23039, 94, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23040, 94, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23041, 94, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23042, 94, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23043, 94, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23044, 94, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23045, 94, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23046, 94, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23047, 94, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23048, 94, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23049, 94, 3887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23050, 94, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23051, 94, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23052, 94, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23053, 94, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23054, 94, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23055, 94, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23056, 94, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23057, 94, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23058, 94, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23059, 94, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23060, 94, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23061, 94, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23062, 94, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23063, 94, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23064, 94, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23065, 94, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23066, 94, 3831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23067, 94, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23068, 94, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23069, 94, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23070, 94, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23071, 94, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23072, 94, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23073, 94, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23074, 94, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23075, 94, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23076, 94, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23077, 94, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23078, 94, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23079, 94, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23080, 94, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23081, 94, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23082, 94, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23083, 94, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23084, 94, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23085, 94, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23086, 94, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23087, 94, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23088, 94, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23089, 94, 3840, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23090, 94, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23091, 94, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23092, 94, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23093, 94, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23094, 94, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23095, 94, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23096, 94, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23097, 94, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23098, 94, 2642, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23099, 94, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23100, 94, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23101, 94, 2903, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23102, 94, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23103, 94, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23104, 94, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23105, 94, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23106, 94, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23107, 94, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23108, 94, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23109, 94, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23110, 94, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23111, 94, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23112, 94, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23113, 94, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23114, 94, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23115, 94, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23116, 94, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23117, 94, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23118, 94, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23119, 94, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23120, 94, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23121, 94, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23122, 94, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23123, 94, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23124, 94, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23125, 94, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23126, 94, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23127, 94, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23128, 94, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23129, 94, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23130, 94, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23131, 94, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23132, 94, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23133, 94, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23134, 94, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23135, 94, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23136, 94, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23137, 94, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23138, 94, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23139, 94, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23140, 94, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23141, 94, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23142, 94, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23143, 94, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23144, 94, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23145, 94, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23146, 94, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23147, 94, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23148, 94, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23149, 94, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23150, 94, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23151, 94, 3780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23152, 94, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23153, 94, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23154, 94, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23155, 94, 2894, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23156, 94, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23157, 94, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23158, 94, 3625, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23159, 94, 3772, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23160, 94, 3784, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23161, 94, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23162, 94, 2893, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23163, 94, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23164, 94, 2634, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23165, 94, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23166, 94, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23167, 94, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23168, 94, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23169, 94, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23170, 94, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23171, 94, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23172, 94, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23173, 94, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23174, 94, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23175, 94, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23176, 94, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23177, 94, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23178, 94, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23179, 94, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23180, 94, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23181, 94, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23182, 94, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23183, 94, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23184, 94, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23185, 94, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23186, 94, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23187, 94, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23188, 94, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23189, 94, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23190, 94, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23191, 94, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23192, 94, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23193, 94, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23194, 94, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23195, 94, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23196, 94, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23197, 94, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23198, 94, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23199, 94, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23200, 94, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23201, 94, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23202, 94, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23203, 94, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23204, 94, 3904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23205, 94, 3907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23206, 94, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23207, 94, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23208, 94, 3876, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23209, 94, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23210, 94, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23211, 94, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23212, 94, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23213, 94, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23214, 94, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23215, 94, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23216, 94, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23217, 94, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23218, 94, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23219, 94, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23220, 94, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23221, 94, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23222, 94, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23223, 94, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23224, 94, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23225, 94, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23226, 94, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23227, 94, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23228, 94, 3867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23229, 94, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23230, 94, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23231, 94, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23232, 94, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23233, 94, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23234, 94, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23235, 94, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23236, 94, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23237, 94, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23238, 94, 3776, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23239, 94, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23240, 94, 3552, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23241, 94, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23242, 94, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23243, 94, 3882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23244, 94, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23245, 94, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23246, 94, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23247, 94, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23248, 94, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23249, 94, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23250, 94, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23251, 94, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23252, 94, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23253, 94, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23254, 94, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23255, 94, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23256, 94, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23257, 94, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23258, 94, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23259, 94, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23260, 94, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23261, 94, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23262, 94, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23263, 94, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23264, 94, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23265, 94, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23266, 94, 3888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23267, 94, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23268, 94, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23269, 94, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23270, 94, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23271, 94, 3878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23272, 94, 2981, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23273, 94, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23274, 94, 2484, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23275, 94, 3879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23276, 94, 2916, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23277, 94, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23278, 94, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23279, 94, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23280, 94, 3877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23281, 94, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23282, 94, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23283, 94, 3868, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23284, 94, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23285, 94, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23286, 94, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23287, 94, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23288, 94, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23289, 94, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23290, 94, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23291, 94, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23292, 94, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23293, 94, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23294, 94, 3644, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23295, 94, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23296, 94, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23297, 94, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23298, 94, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23299, 94, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23300, 94, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23301, 94, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23302, 94, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23303, 94, 3126, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23304, 94, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23305, 94, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23306, 94, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23307, 94, 3881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23308, 94, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23309, 94, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23310, 94, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23311, 94, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23312, 94, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23313, 94, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23314, 94, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23315, 94, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23316, 94, 3883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23317, 94, 3311, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23318, 94, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23319, 94, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23320, 94, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23321, 94, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23322, 94, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23323, 94, 3172, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23324, 94, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23325, 94, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23326, 94, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23327, 94, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23328, 94, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23329, 94, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23330, 94, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23331, 94, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23332, 94, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23333, 94, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23334, 94, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23335, 94, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23336, 94, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23337, 94, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23338, 94, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23339, 94, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23340, 94, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23341, 94, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23342, 94, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23343, 94, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23344, 94, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23345, 94, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23346, 94, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23347, 94, 2835, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23348, 94, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23349, 94, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23350, 94, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23351, 94, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23352, 94, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23353, 94, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23354, 94, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23355, 94, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23356, 94, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23357, 94, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23358, 94, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23359, 94, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23360, 94, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23361, 94, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23362, 94, 3307, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23363, 94, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23364, 94, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23365, 94, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23366, 94, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23367, 94, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23368, 94, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23369, 94, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23370, 94, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23371, 94, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23372, 94, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23373, 94, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23374, 94, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23375, 94, 2753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23376, 94, 3302, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23377, 94, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23378, 94, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23379, 94, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23380, 94, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23381, 94, 2698, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23382, 94, 2699, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23383, 94, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23384, 94, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23385, 94, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23386, 94, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23387, 94, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23388, 94, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23389, 94, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23390, 94, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23391, 94, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23392, 94, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23393, 94, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23394, 94, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23395, 94, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23396, 94, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23397, 94, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23398, 94, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23399, 94, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23400, 94, 3300, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23401, 94, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23402, 94, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23403, 94, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23404, 94, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23405, 94, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23406, 94, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23407, 94, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23408, 94, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23409, 94, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23410, 94, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23411, 94, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23412, 94, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23413, 94, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23414, 94, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23415, 94, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23416, 94, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23417, 94, 2494, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23418, 94, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23419, 94, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23420, 94, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23421, 94, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23422, 94, 2754, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23423, 94, 2497, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23424, 94, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23425, 94, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23426, 94, 2719, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23427, 94, 2720, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23428, 94, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23429, 94, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23430, 94, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23431, 94, 2724, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23432, 94, 2725, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23433, 94, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23434, 94, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23435, 94, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23436, 94, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23437, 94, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23438, 94, 2749, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23439, 94, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23440, 94, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23441, 94, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23442, 94, 2756, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23443, 94, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23444, 94, 2759, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23445, 94, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23446, 94, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23447, 94, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23448, 94, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23449, 94, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23450, 94, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23451, 94, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23452, 94, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23453, 94, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23454, 94, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23455, 94, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23456, 94, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23457, 94, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23458, 94, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23459, 94, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23460, 94, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23461, 94, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23462, 94, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23463, 94, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23464, 94, 3244, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23465, 94, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23466, 94, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23467, 94, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23468, 94, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23469, 94, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23470, 94, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23471, 94, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23472, 94, 3260, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23473, 94, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23474, 94, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23475, 94, 3266, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23476, 94, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23477, 94, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23478, 94, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23479, 94, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23480, 94, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23481, 94, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23482, 94, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23483, 94, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23484, 94, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23485, 94, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23486, 94, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23487, 94, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23488, 94, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23489, 94, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23490, 94, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23491, 94, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23492, 94, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23493, 94, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23494, 94, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23495, 94, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23496, 94, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23497, 94, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23498, 94, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23499, 94, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23500, 94, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23501, 94, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23502, 94, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23503, 94, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23504, 94, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23505, 94, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23506, 94, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23507, 94, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23508, 94, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23509, 95, 3648, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23510, 95, 3646, NULL, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23511, 96, 3648, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23512, 96, 3646, NULL, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23513, 97, 3911, NULL, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23514, 98, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23515, 98, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23516, 98, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23517, 98, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23518, 98, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23519, 98, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23520, 98, 2524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23521, 98, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23522, 98, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23523, 98, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23524, 98, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23525, 98, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23526, 98, 3786, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23527, 98, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23528, 98, 3852, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23529, 98, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23530, 98, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23531, 98, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23532, 98, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23533, 98, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23534, 98, 3880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23535, 98, 3483, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23536, 98, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23537, 98, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23538, 98, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23539, 98, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23540, 98, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23541, 98, 2734, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23542, 98, 2901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23543, 98, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23544, 98, 3899, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23545, 98, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23546, 98, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23547, 98, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23548, 98, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23549, 98, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23550, 98, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23551, 98, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23552, 98, 2607, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23553, 98, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23554, 98, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23555, 98, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23556, 98, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23557, 98, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23558, 98, 2960, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23559, 98, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23560, 98, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23561, 98, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23562, 98, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23563, 98, 2715, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23564, 98, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23565, 98, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23566, 98, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23567, 98, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23568, 98, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23569, 98, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23570, 98, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23571, 98, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23572, 98, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23573, 98, 3306, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23574, 98, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23575, 98, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23576, 98, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23577, 98, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23578, 98, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23579, 98, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23580, 98, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23581, 98, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23582, 98, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23583, 98, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23584, 98, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23585, 98, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23586, 98, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23587, 98, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23588, 98, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23589, 98, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23590, 98, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23591, 98, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23592, 98, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23593, 98, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23594, 98, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23595, 98, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23596, 98, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23597, 98, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23598, 98, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23599, 98, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23600, 98, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23601, 98, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23602, 98, 2714, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23603, 98, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23604, 98, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23605, 98, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23606, 98, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23607, 98, 3299, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23608, 98, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23609, 98, 3337, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23610, 98, 3157, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23611, 98, 3063, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23612, 98, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23613, 98, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23614, 98, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23615, 98, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23616, 98, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23617, 98, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23618, 98, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23619, 98, 2955, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23620, 98, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23621, 98, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23622, 98, 3085, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23623, 98, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23624, 98, 3048, 0, '112.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23625, 98, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23626, 98, 3086, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23627, 98, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23628, 98, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23629, 98, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23630, 98, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23631, 98, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23632, 98, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23633, 98, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23634, 98, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23635, 98, 3909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23636, 98, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23637, 98, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23638, 98, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23639, 98, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23640, 98, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23641, 98, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23642, 98, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23643, 98, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23644, 98, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23645, 98, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23646, 98, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23647, 98, 3751, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23648, 98, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23649, 98, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23650, 98, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23651, 98, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23652, 98, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23653, 98, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23654, 98, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23655, 98, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23656, 98, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23657, 98, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23658, 98, 3850, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23659, 98, 3884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23660, 98, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23661, 98, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23662, 98, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23663, 98, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23664, 98, 3820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23665, 98, 3869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23666, 98, 3646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23667, 98, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23668, 98, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23669, 98, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23670, 98, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23671, 98, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23672, 98, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23673, 98, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23674, 98, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23675, 98, 2661, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23676, 98, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23677, 98, 3314, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23678, 98, 2949, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23679, 98, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23680, 98, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23681, 98, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23682, 98, 3792, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23683, 98, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23684, 98, 3886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23685, 98, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23686, 98, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23687, 98, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23688, 98, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23689, 98, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23690, 98, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23691, 98, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23692, 98, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23693, 98, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23694, 98, 3910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23695, 98, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23696, 98, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23697, 98, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23698, 98, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23699, 98, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23700, 98, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23701, 98, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23702, 98, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23703, 98, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23704, 98, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23705, 98, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23706, 98, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23707, 98, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23708, 98, 3901, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23709, 98, 2908, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23710, 98, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23711, 98, 2952, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23712, 98, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23713, 98, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23714, 98, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23715, 98, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23716, 98, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23717, 98, 2982, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23718, 98, 3212, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23719, 98, 2464, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23720, 98, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23721, 98, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23722, 98, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23723, 98, 3908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23724, 98, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23725, 98, 2690, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23726, 98, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23727, 98, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23728, 98, 3060, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23729, 98, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23730, 98, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23731, 98, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23732, 98, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23733, 98, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23734, 98, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23735, 98, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23736, 98, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23737, 98, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23738, 98, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23739, 98, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23740, 98, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23741, 98, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23742, 98, 3084, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23743, 98, 3834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23744, 98, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23745, 98, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23746, 98, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23747, 98, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23748, 98, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23749, 98, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23750, 98, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23751, 98, 3906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23752, 98, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23753, 98, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23754, 98, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23755, 98, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23756, 98, 3872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23757, 98, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23758, 98, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23759, 98, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23760, 98, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23761, 98, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23762, 98, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23763, 98, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23764, 98, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23765, 98, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23766, 98, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23767, 98, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23768, 98, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23769, 98, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23770, 98, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23771, 98, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23772, 98, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23773, 98, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23774, 98, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23775, 98, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23776, 98, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23777, 98, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23778, 98, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23779, 98, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23780, 98, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23781, 98, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23782, 98, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23783, 98, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23784, 98, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23785, 98, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23786, 98, 3890, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23787, 98, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23788, 98, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23789, 98, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23790, 98, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23791, 98, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23792, 98, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23793, 98, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23794, 98, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23795, 98, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23796, 98, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23797, 98, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23798, 98, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23799, 98, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23800, 98, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23801, 98, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23802, 98, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23803, 98, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23804, 98, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23805, 98, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23806, 98, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23807, 98, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23808, 98, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23809, 98, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23810, 98, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23811, 98, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23812, 98, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23813, 98, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23814, 98, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23815, 98, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23816, 98, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23817, 98, 3891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23818, 98, 3892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23819, 98, 3893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23820, 98, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23821, 98, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23822, 98, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23823, 98, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23824, 98, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23825, 98, 3538, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23826, 98, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23827, 98, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23828, 98, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23829, 98, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23830, 98, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23831, 98, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23832, 98, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23833, 98, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23834, 98, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23835, 98, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23836, 98, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23837, 98, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23838, 98, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23839, 98, 3894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23840, 98, 3895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23841, 98, 3896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23842, 98, 3897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23843, 98, 3898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23844, 98, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23845, 98, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23846, 98, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23847, 98, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23848, 98, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23849, 98, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23850, 98, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23851, 98, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23852, 98, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23853, 98, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23854, 98, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23855, 98, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23856, 98, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23857, 98, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23858, 98, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23859, 98, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23860, 98, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23861, 98, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23862, 98, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23863, 98, 2775, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23864, 98, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23865, 98, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23866, 98, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23867, 98, 3152, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23868, 98, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23869, 98, 2684, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23870, 98, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23871, 98, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23872, 98, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23873, 98, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23874, 98, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23875, 98, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23876, 98, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23877, 98, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23878, 98, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23879, 98, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23880, 98, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23881, 98, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23882, 98, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23883, 98, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23884, 98, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23885, 98, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23886, 98, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23887, 98, 3629, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23888, 98, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23889, 98, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23890, 98, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23891, 98, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23892, 98, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23893, 98, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23894, 98, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23895, 98, 2660, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23896, 98, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23897, 98, 2864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23898, 98, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23899, 98, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23900, 98, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23901, 98, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23902, 98, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23903, 98, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23904, 98, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23905, 98, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23906, 98, 3641, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23907, 98, 3873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23908, 98, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23909, 98, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23910, 98, 2663, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23911, 98, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23912, 98, 2652, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23913, 98, 2644, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23914, 98, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23915, 98, 2647, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23916, 98, 2645, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23917, 98, 2822, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23918, 98, 2646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23919, 98, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23920, 98, 3230, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23921, 98, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23922, 98, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23923, 98, 2790, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23924, 98, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23925, 98, 3120, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23926, 98, 3902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23927, 98, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23928, 98, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23929, 98, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23930, 98, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23931, 98, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23932, 98, 2504, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23933, 98, 3853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23934, 98, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23935, 98, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23936, 98, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23937, 98, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23938, 98, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23939, 98, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23940, 98, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23941, 98, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23942, 98, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23943, 98, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23944, 98, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23945, 98, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23946, 98, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23947, 98, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23948, 98, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23949, 98, 3256, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23950, 98, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23951, 98, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23952, 98, 2499, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23953, 98, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23954, 98, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23955, 98, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23956, 98, 2534, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23957, 98, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23958, 98, 2710, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23959, 98, 3874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23960, 98, 2712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23961, 98, 3870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23962, 98, 3875, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23963, 98, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23964, 98, 3640, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23965, 98, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23966, 98, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23967, 98, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23968, 98, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23969, 98, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23970, 98, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23971, 98, 3912, 0, '9.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23972, 98, 2924, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23973, 98, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23974, 98, 2936, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23975, 98, 2921, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23976, 98, 2918, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23977, 98, 2935, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23978, 98, 2923, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23979, 98, 2920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23980, 98, 2927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23981, 98, 2922, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23982, 98, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23983, 98, 2931, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23984, 98, 2919, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23985, 98, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23986, 98, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23987, 98, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23988, 98, 2926, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23989, 98, 3885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23990, 98, 3900, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23991, 98, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23992, 98, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23993, 98, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23994, 98, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23995, 98, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23996, 98, 3815, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23997, 98, 3825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23998, 98, 3905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (23999, 98, 3903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24000, 98, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24001, 98, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24002, 98, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24003, 98, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24004, 98, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24005, 98, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24006, 98, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24007, 98, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24008, 98, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24009, 98, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24010, 98, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24011, 98, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24012, 98, 3871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24013, 98, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24014, 98, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24015, 98, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24016, 98, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24017, 98, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24018, 98, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24019, 98, 3123, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24020, 98, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24021, 98, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24022, 98, 3121, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24023, 98, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24024, 98, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24025, 98, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24026, 98, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24027, 98, 3827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24028, 98, 2552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24029, 98, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24030, 98, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24031, 98, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24032, 98, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24033, 98, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24034, 98, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24035, 98, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24036, 98, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24037, 98, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24038, 98, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24039, 98, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24040, 98, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24041, 98, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24042, 98, 3847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24043, 98, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24044, 98, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24045, 98, 2711, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24046, 98, 3889, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24047, 98, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24048, 98, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24049, 98, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24050, 98, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24051, 98, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24052, 98, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24053, 98, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24054, 98, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24055, 98, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24056, 98, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24057, 98, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24058, 98, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24059, 98, 2713, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24060, 98, 3114, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24061, 98, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24062, 98, 3182, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24063, 98, 3015, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24064, 98, 3074, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24065, 98, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24066, 98, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24067, 98, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24068, 98, 2612, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24069, 98, 3560, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24070, 98, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24071, 98, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24072, 98, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24073, 98, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24074, 98, 3211, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24075, 98, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24076, 98, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24077, 98, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24078, 98, 2850, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24079, 98, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24080, 98, 3611, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24081, 98, 3148, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24082, 98, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24083, 98, 3614, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24084, 98, 3624, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24085, 98, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24086, 98, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24087, 98, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24088, 98, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24089, 98, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24090, 98, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24091, 98, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24092, 98, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24093, 98, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24094, 98, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24095, 98, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24096, 98, 2653, 0, '43.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24097, 98, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24098, 98, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24099, 98, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24100, 98, 2879, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24101, 98, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24102, 98, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24103, 98, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24104, 98, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24105, 98, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24106, 98, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24107, 98, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24108, 98, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24109, 98, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24110, 98, 3187, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24111, 98, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24112, 98, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24113, 98, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24114, 98, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24115, 98, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24116, 98, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24117, 98, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24118, 98, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24119, 98, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24120, 98, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24121, 98, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24122, 98, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24123, 98, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24124, 98, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24125, 98, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24126, 98, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24127, 98, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24128, 98, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24129, 98, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24130, 98, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24131, 98, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24132, 98, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24133, 98, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24134, 98, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24135, 98, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24136, 98, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24137, 98, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24138, 98, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24139, 98, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24140, 98, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24141, 98, 3118, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24142, 98, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24143, 98, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24144, 98, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24145, 98, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24146, 98, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24147, 98, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24148, 98, 2566, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24149, 98, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24150, 98, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24151, 98, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24152, 98, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24153, 98, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24154, 98, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24155, 98, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24156, 98, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24157, 98, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24158, 98, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24159, 98, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24160, 98, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24161, 98, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24162, 98, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24163, 98, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24164, 98, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24165, 98, 3911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24166, 98, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24167, 98, 2479, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24168, 98, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24169, 98, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24170, 98, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24171, 98, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24172, 98, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24173, 98, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24174, 98, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24175, 98, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24176, 98, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24177, 98, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24178, 98, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24179, 98, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24180, 98, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24181, 98, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24182, 98, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24183, 98, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24184, 98, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24185, 98, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24186, 98, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24187, 98, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24188, 98, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24189, 98, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24190, 98, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24191, 98, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24192, 98, 3887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24193, 98, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24194, 98, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24195, 98, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24196, 98, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24197, 98, 3309, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24198, 98, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24199, 98, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24200, 98, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24201, 98, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24202, 98, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24203, 98, 3006, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24204, 98, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24205, 98, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24206, 98, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24207, 98, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24208, 98, 2467, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24209, 98, 3831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24210, 98, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24211, 98, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24212, 98, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24213, 98, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24214, 98, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24215, 98, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24216, 98, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24217, 98, 3621, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24218, 98, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24219, 98, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24220, 98, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24221, 98, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24222, 98, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24223, 98, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24224, 98, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24225, 98, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24226, 98, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24227, 98, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24228, 98, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24229, 98, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24230, 98, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24231, 98, 2861, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24232, 98, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24233, 98, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24234, 98, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24235, 98, 2651, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24236, 98, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24237, 98, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24238, 98, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24239, 98, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24240, 98, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24241, 98, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24242, 98, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24243, 98, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24244, 98, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24245, 98, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24246, 98, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24247, 98, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24248, 98, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24249, 98, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24250, 98, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24251, 98, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24252, 98, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24253, 98, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24254, 98, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24255, 98, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24256, 98, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24257, 98, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24258, 98, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24259, 98, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24260, 98, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24261, 98, 2480, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24262, 98, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24263, 98, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24264, 98, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24265, 98, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24266, 98, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24267, 98, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24268, 98, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24269, 98, 3087, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24270, 98, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24271, 98, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24272, 98, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24273, 98, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24274, 98, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24275, 98, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24276, 98, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24277, 98, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24278, 98, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24279, 98, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24280, 98, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24281, 98, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24282, 98, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24283, 98, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24284, 98, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24285, 98, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24286, 98, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24287, 98, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24288, 98, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24289, 98, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24290, 98, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24291, 98, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24292, 98, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24293, 98, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24294, 98, 3780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24295, 98, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24296, 98, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24297, 98, 3826, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24298, 98, 2894, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24299, 98, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24300, 98, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24301, 98, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24302, 98, 3772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24303, 98, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24304, 98, 2963, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24305, 98, 2893, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24306, 98, 2639, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24307, 98, 2634, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24308, 98, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24309, 98, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24310, 98, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24311, 98, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24312, 98, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24313, 98, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24314, 98, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24315, 98, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24316, 98, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24317, 98, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24318, 98, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24319, 98, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24320, 98, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24321, 98, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24322, 98, 3628, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24323, 98, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24324, 98, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24325, 98, 3617, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24326, 98, 2860, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24327, 98, 2862, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24328, 98, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24329, 98, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24330, 98, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24331, 98, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24332, 98, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24333, 98, 2858, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24334, 98, 2859, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24335, 98, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24336, 98, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24337, 98, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24338, 98, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24339, 98, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24340, 98, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24341, 98, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24342, 98, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24343, 98, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24344, 98, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24345, 98, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24346, 98, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24347, 98, 3904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24348, 98, 3907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24349, 98, 3635, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24350, 98, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24351, 98, 3876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24352, 98, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24353, 98, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24354, 98, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24355, 98, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24356, 98, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24357, 98, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24358, 98, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24359, 98, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24360, 98, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24361, 98, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24362, 98, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24363, 98, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24364, 98, 3174, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24365, 98, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24366, 98, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24367, 98, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24368, 98, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24369, 98, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24370, 98, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24371, 98, 3867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24372, 98, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24373, 98, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24374, 98, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24375, 98, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24376, 98, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24377, 98, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24378, 98, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24379, 98, 3029, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24380, 98, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24381, 98, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24382, 98, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24383, 98, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24384, 98, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24385, 98, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24386, 98, 3882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24387, 98, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24388, 98, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24389, 98, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24390, 98, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24391, 98, 3222, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24392, 98, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24393, 98, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24394, 98, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24395, 98, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24396, 98, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24397, 98, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24398, 98, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24399, 98, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24400, 98, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24401, 98, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24402, 98, 3639, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24403, 98, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24404, 98, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24405, 98, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24406, 98, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24407, 98, 3017, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24408, 98, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24409, 98, 3888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24410, 98, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24411, 98, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24412, 98, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24413, 98, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24414, 98, 3878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24415, 98, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24416, 98, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24417, 98, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24418, 98, 3879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24419, 98, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24420, 98, 3802, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24421, 98, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24422, 98, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24423, 98, 3877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24424, 98, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24425, 98, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24426, 98, 3868, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24427, 98, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24428, 98, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24429, 98, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24430, 98, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24431, 98, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24432, 98, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24433, 98, 3609, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24434, 98, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24435, 98, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24436, 98, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24437, 98, 3644, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24438, 98, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24439, 98, 2875, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24440, 98, 2876, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24441, 98, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24442, 98, 3553, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24443, 98, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24444, 98, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24445, 98, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24446, 98, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24447, 98, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24448, 98, 2779, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24449, 98, 3322, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24450, 98, 3881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24451, 98, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24452, 98, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24453, 98, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24454, 98, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24455, 98, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24456, 98, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24457, 98, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24458, 98, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24459, 98, 3883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24460, 98, 3311, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24461, 98, 2478, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24462, 98, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24463, 98, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24464, 98, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24465, 98, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24466, 98, 3172, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24467, 98, 3788, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24468, 98, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24469, 98, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24470, 98, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24471, 98, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24472, 98, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24473, 98, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24474, 98, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24475, 98, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24476, 98, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24477, 98, 2477, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24478, 98, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24479, 98, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24480, 98, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24481, 98, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24482, 98, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24483, 98, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24484, 98, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24485, 98, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24486, 98, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24487, 98, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24488, 98, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24489, 98, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24490, 98, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24491, 98, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24492, 98, 2594, 0, '1.5000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24493, 98, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24494, 98, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24495, 98, 2610, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24496, 98, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24497, 98, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24498, 98, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24499, 98, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24500, 98, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24501, 98, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24502, 98, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24503, 98, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24504, 98, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24505, 98, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24506, 98, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24507, 98, 3002, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24508, 98, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24509, 98, 2962, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24510, 98, 2853, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24511, 98, 3330, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24512, 98, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24513, 98, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24514, 98, 2538, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24515, 98, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24516, 98, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24517, 98, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24518, 98, 2753, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24519, 98, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24520, 98, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24521, 98, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24522, 98, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24523, 98, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24524, 98, 2698, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24525, 98, 2699, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24526, 98, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24527, 98, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24528, 98, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24529, 98, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24530, 98, 2704, 0, '39.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24531, 98, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24532, 98, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24533, 98, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24534, 98, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24535, 98, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24536, 98, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24537, 98, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24538, 98, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24539, 98, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24540, 98, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24541, 98, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24542, 98, 3253, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24543, 98, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24544, 98, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24545, 98, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24546, 98, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24547, 98, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24548, 98, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24549, 98, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24550, 98, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24551, 98, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24552, 98, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24553, 98, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24554, 98, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24555, 98, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24556, 98, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24557, 98, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24558, 98, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24559, 98, 2733, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24560, 98, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24561, 98, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24562, 98, 2496, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24563, 98, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24564, 98, 2492, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24565, 98, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24566, 98, 2497, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24567, 98, 2716, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24568, 98, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24569, 98, 2719, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24570, 98, 2720, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24571, 98, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24572, 98, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24573, 98, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24574, 98, 2724, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24575, 98, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24576, 98, 2726, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24577, 98, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24578, 98, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24579, 98, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24580, 98, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24581, 98, 2749, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24582, 98, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24583, 98, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24584, 98, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24585, 98, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24586, 98, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24587, 98, 2759, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24588, 98, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24589, 98, 2717, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24590, 98, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24591, 98, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24592, 98, 3171, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24593, 98, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24594, 98, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24595, 98, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24596, 98, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24597, 98, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24598, 98, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24599, 98, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24600, 98, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24601, 98, 3137, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24602, 98, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24603, 98, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24604, 98, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24605, 98, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24606, 98, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24607, 98, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24608, 98, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24609, 98, 3239, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24610, 98, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24611, 98, 3245, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24612, 98, 3257, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24613, 98, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24614, 98, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24615, 98, 3260, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24616, 98, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24617, 98, 3264, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24618, 98, 3266, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24619, 98, 3267, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24620, 98, 3270, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24621, 98, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24622, 98, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24623, 98, 3346, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24624, 98, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24625, 98, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24626, 98, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24627, 98, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24628, 98, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24629, 98, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24630, 98, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24631, 98, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24632, 98, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24633, 98, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24634, 98, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24635, 98, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24636, 98, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24637, 98, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24638, 98, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24639, 98, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24640, 98, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24641, 98, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24642, 98, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24643, 98, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24644, 98, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24645, 98, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24646, 98, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24647, 98, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24648, 98, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24649, 98, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24650, 98, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24651, 98, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24652, 99, 2717, NULL, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24653, 100, 3198, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24654, 100, 2459, NULL, '49.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24655, 101, 3121, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24656, 101, 3048, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24657, 101, 3483, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24658, 101, 3311, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24659, 102, 3632, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24660, 102, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24661, 102, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24662, 102, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24663, 102, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24664, 102, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24665, 102, 2524, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24666, 102, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24667, 102, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24668, 102, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24669, 102, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24670, 102, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24671, 102, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24672, 102, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24673, 102, 3852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24674, 102, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24675, 102, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24676, 102, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24677, 102, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24678, 102, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24679, 102, 3880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24680, 102, 3483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24681, 102, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24682, 102, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24683, 102, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24684, 102, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24685, 102, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24686, 102, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24687, 102, 2901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24688, 102, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24689, 102, 3899, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24690, 102, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24691, 102, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24692, 102, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24693, 102, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24694, 102, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24695, 102, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24696, 102, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24697, 102, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24698, 102, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24699, 102, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24700, 102, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24701, 102, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24702, 102, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24703, 102, 2960, 0, '0.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24704, 102, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24705, 102, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24706, 102, 3246, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24707, 102, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24708, 102, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24709, 102, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24710, 102, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24711, 102, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24712, 102, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24713, 102, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24714, 102, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24715, 102, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24716, 102, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24717, 102, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24718, 102, 3306, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24719, 102, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24720, 102, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24721, 102, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24722, 102, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24723, 102, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24724, 102, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24725, 102, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24726, 102, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24727, 102, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24728, 102, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24729, 102, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24730, 102, 3240, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24731, 102, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24732, 102, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24733, 102, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24734, 102, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24735, 102, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24736, 102, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24737, 102, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24738, 102, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24739, 102, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24740, 102, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24741, 102, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24742, 102, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24743, 102, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24744, 102, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24745, 102, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24746, 102, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24747, 102, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24748, 102, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24749, 102, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24750, 102, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24751, 102, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24752, 102, 3299, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24753, 102, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24754, 102, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24755, 102, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24756, 102, 3063, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24757, 102, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24758, 102, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24759, 102, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24760, 102, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24761, 102, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24762, 102, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24763, 102, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24764, 102, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24765, 102, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24766, 102, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24767, 102, 3085, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24768, 102, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24769, 102, 3048, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24770, 102, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24771, 102, 3086, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24772, 102, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24773, 102, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24774, 102, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24775, 102, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24776, 102, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24777, 102, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24778, 102, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24779, 102, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24780, 102, 3909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24781, 102, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24782, 102, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24783, 102, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24784, 102, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24785, 102, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24786, 102, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24787, 102, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24788, 102, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24789, 102, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24790, 102, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24791, 102, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24792, 102, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24793, 102, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24794, 102, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24795, 102, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24796, 102, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24797, 102, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24798, 102, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24799, 102, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24800, 102, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24801, 102, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24802, 102, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24803, 102, 3850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24804, 102, 3884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24805, 102, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24806, 102, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24807, 102, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24808, 102, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24809, 102, 3820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24810, 102, 3869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24811, 102, 3646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24812, 102, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24813, 102, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24814, 102, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24815, 102, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24816, 102, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24817, 102, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24818, 102, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24819, 102, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24820, 102, 2661, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24821, 102, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24822, 102, 3314, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24823, 102, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24824, 102, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24825, 102, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24826, 102, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24827, 102, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24828, 102, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24829, 102, 3886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24830, 102, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24831, 102, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24832, 102, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24833, 102, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24834, 102, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24835, 102, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24836, 102, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24837, 102, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24838, 102, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24839, 102, 3910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24840, 102, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24841, 102, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24842, 102, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24843, 102, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24844, 102, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24845, 102, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24846, 102, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24847, 102, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24848, 102, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24849, 102, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24850, 102, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24851, 102, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24852, 102, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24853, 102, 3901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24854, 102, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24855, 102, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24856, 102, 2952, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24857, 102, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24858, 102, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24859, 102, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24860, 102, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24861, 102, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24862, 102, 2982, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24863, 102, 3212, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24864, 102, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24865, 102, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24866, 102, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24867, 102, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24868, 102, 3908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24869, 102, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24870, 102, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24871, 102, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24872, 102, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24873, 102, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24874, 102, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24875, 102, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24876, 102, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24877, 102, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24878, 102, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24879, 102, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24880, 102, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24881, 102, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24882, 102, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24883, 102, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24884, 102, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24885, 102, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24886, 102, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24887, 102, 3084, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24888, 102, 3834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24889, 102, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24890, 102, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24891, 102, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24892, 102, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24893, 102, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24894, 102, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24895, 102, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24896, 102, 3906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24897, 102, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24898, 102, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24899, 102, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24900, 102, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24901, 102, 3872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24902, 102, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24903, 102, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24904, 102, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24905, 102, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24906, 102, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24907, 102, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24908, 102, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24909, 102, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24910, 102, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24911, 102, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24912, 102, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24913, 102, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24914, 102, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24915, 102, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24916, 102, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24917, 102, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24918, 102, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24919, 102, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24920, 102, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24921, 102, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24922, 102, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24923, 102, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24924, 102, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24925, 102, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24926, 102, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24927, 102, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24928, 102, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24929, 102, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24930, 102, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24931, 102, 3890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24932, 102, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24933, 102, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24934, 102, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24935, 102, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24936, 102, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24937, 102, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24938, 102, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24939, 102, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24940, 102, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24941, 102, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24942, 102, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24943, 102, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24944, 102, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24945, 102, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24946, 102, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24947, 102, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24948, 102, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24949, 102, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24950, 102, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24951, 102, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24952, 102, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24953, 102, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24954, 102, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24955, 102, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24956, 102, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24957, 102, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24958, 102, 3584, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24959, 102, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24960, 102, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24961, 102, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24962, 102, 3891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24963, 102, 3892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24964, 102, 3893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24965, 102, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24966, 102, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24967, 102, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24968, 102, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24969, 102, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24970, 102, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24971, 102, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24972, 102, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24973, 102, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24974, 102, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24975, 102, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24976, 102, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24977, 102, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24978, 102, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24979, 102, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24980, 102, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24981, 102, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24982, 102, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24983, 102, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24984, 102, 3894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24985, 102, 3895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24986, 102, 3896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24987, 102, 3897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24988, 102, 3898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24989, 102, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24990, 102, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24991, 102, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24992, 102, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24993, 102, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24994, 102, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24995, 102, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24996, 102, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24997, 102, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24998, 102, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (24999, 102, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25000, 102, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25001, 102, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25002, 102, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25003, 102, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25004, 102, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25005, 102, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25006, 102, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25007, 102, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25008, 102, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25009, 102, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25010, 102, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25011, 102, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25012, 102, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25013, 102, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25014, 102, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25015, 102, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25016, 102, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25017, 102, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25018, 102, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25019, 102, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25020, 102, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25021, 102, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25022, 102, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25023, 102, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25024, 102, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25025, 102, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25026, 102, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25027, 102, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25028, 102, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25029, 102, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25030, 102, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25031, 102, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25032, 102, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25033, 102, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25034, 102, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25035, 102, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25036, 102, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25037, 102, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25038, 102, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25039, 102, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25040, 102, 2660, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25041, 102, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25042, 102, 2864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25043, 102, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25044, 102, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25045, 102, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25046, 102, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25047, 102, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25048, 102, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25049, 102, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25050, 102, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25051, 102, 3641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25052, 102, 3873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25053, 102, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25054, 102, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25055, 102, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25056, 102, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25057, 102, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25058, 102, 2644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25059, 102, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25060, 102, 2647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25061, 102, 2645, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25062, 102, 2822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25063, 102, 2646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25064, 102, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25065, 102, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25066, 102, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25067, 102, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25068, 102, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25069, 102, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25070, 102, 3120, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25071, 102, 3902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25072, 102, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25073, 102, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25074, 102, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25075, 102, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25076, 102, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25077, 102, 2504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25078, 102, 3853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25079, 102, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25080, 102, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25081, 102, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25082, 102, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25083, 102, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25084, 102, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25085, 102, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25086, 102, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25087, 102, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25088, 102, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25089, 102, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25090, 102, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25091, 102, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25092, 102, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25093, 102, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25094, 102, 3256, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25095, 102, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25096, 102, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25097, 102, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25098, 102, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25099, 102, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25100, 102, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25101, 102, 2534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25102, 102, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25103, 102, 2710, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25104, 102, 3874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25105, 102, 2712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25106, 102, 3870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25107, 102, 3875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25108, 102, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25109, 102, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25110, 102, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25111, 102, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25112, 102, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25113, 102, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25114, 102, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25115, 102, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25116, 102, 3912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25117, 102, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25118, 102, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25119, 102, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25120, 102, 2921, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25121, 102, 2918, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25122, 102, 2935, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25123, 102, 2923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25124, 102, 2920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25125, 102, 2927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25126, 102, 2922, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25127, 102, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25128, 102, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25129, 102, 2919, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25130, 102, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25131, 102, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25132, 102, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25133, 102, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25134, 102, 3885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25135, 102, 3900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25136, 102, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25137, 102, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25138, 102, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25139, 102, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25140, 102, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25141, 102, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25142, 102, 3825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25143, 102, 3905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25144, 102, 3903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25145, 102, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25146, 102, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25147, 102, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25148, 102, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25149, 102, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25150, 102, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25151, 102, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25152, 102, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25153, 102, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25154, 102, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25155, 102, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25156, 102, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25157, 102, 3871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25158, 102, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25159, 102, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25160, 102, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25161, 102, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25162, 102, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25163, 102, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25164, 102, 3123, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25165, 102, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25166, 102, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25167, 102, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25168, 102, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25169, 102, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25170, 102, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25171, 102, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25172, 102, 3827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25173, 102, 2552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25174, 102, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25175, 102, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25176, 102, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25177, 102, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25178, 102, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25179, 102, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25180, 102, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25181, 102, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25182, 102, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25183, 102, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25184, 102, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25185, 102, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25186, 102, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25187, 102, 3847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25188, 102, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25189, 102, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25190, 102, 2711, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25191, 102, 3889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25192, 102, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25193, 102, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25194, 102, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25195, 102, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25196, 102, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25197, 102, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25198, 102, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25199, 102, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25200, 102, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25201, 102, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25202, 102, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25203, 102, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25204, 102, 2713, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25205, 102, 3114, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25206, 102, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25207, 102, 3182, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25208, 102, 3015, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25209, 102, 3074, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25210, 102, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25211, 102, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25212, 102, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25213, 102, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25214, 102, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25215, 102, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25216, 102, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25217, 102, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25218, 102, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25219, 102, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25220, 102, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25221, 102, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25222, 102, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25223, 102, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25224, 102, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25225, 102, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25226, 102, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25227, 102, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25228, 102, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25229, 102, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25230, 102, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25231, 102, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25232, 102, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25233, 102, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25234, 102, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25235, 102, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25236, 102, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25237, 102, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25238, 102, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25239, 102, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25240, 102, 2653, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25241, 102, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25242, 102, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25243, 102, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25244, 102, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25245, 102, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25246, 102, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25247, 102, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25248, 102, 3630, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25249, 102, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25250, 102, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25251, 102, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25252, 102, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25253, 102, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25254, 102, 3187, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25255, 102, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25256, 102, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25257, 102, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25258, 102, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25259, 102, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25260, 102, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25261, 102, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25262, 102, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25263, 102, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25264, 102, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25265, 102, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25266, 102, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25267, 102, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25268, 102, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25269, 102, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25270, 102, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25271, 102, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25272, 102, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25273, 102, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25274, 102, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25275, 102, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25276, 102, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25277, 102, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25278, 102, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25279, 102, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25280, 102, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25281, 102, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25282, 102, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25283, 102, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25284, 102, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25285, 102, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25286, 102, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25287, 102, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25288, 102, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25289, 102, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25290, 102, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25291, 102, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25292, 102, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25293, 102, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25294, 102, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25295, 102, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25296, 102, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25297, 102, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25298, 102, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25299, 102, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25300, 102, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25301, 102, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25302, 102, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25303, 102, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25304, 102, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25305, 102, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25306, 102, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25307, 102, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25308, 102, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25309, 102, 3911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25310, 102, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25311, 102, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25312, 102, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25313, 102, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25314, 102, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25315, 102, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25316, 102, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25317, 102, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25318, 102, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25319, 102, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25320, 102, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25321, 102, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25322, 102, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25323, 102, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25324, 102, 2535, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25325, 102, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25326, 102, 2537, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25327, 102, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25328, 102, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25329, 102, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25330, 102, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25331, 102, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25332, 102, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25333, 102, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25334, 102, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25335, 102, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25336, 102, 3887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25337, 102, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25338, 102, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25339, 102, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25340, 102, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25341, 102, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25342, 102, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25343, 102, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25344, 102, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25345, 102, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25346, 102, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25347, 102, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25348, 102, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25349, 102, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25350, 102, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25351, 102, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25352, 102, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25353, 102, 3831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25354, 102, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25355, 102, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25356, 102, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25357, 102, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25358, 102, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25359, 102, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25360, 102, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25361, 102, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25362, 102, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25363, 102, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25364, 102, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25365, 102, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25366, 102, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25367, 102, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25368, 102, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25369, 102, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25370, 102, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25371, 102, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25372, 102, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25373, 102, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25374, 102, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25375, 102, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25376, 102, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25377, 102, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25378, 102, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25379, 102, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25380, 102, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25381, 102, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25382, 102, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25383, 102, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25384, 102, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25385, 102, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25386, 102, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25387, 102, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25388, 102, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25389, 102, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25390, 102, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25391, 102, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25392, 102, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25393, 102, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25394, 102, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25395, 102, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25396, 102, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25397, 102, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25398, 102, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25399, 102, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25400, 102, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25401, 102, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25402, 102, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25403, 102, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25404, 102, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25405, 102, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25406, 102, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25407, 102, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25408, 102, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25409, 102, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25410, 102, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25411, 102, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25412, 102, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25413, 102, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25414, 102, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25415, 102, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25416, 102, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25417, 102, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25418, 102, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25419, 102, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25420, 102, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25421, 102, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25422, 102, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25423, 102, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25424, 102, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25425, 102, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25426, 102, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25427, 102, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25428, 102, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25429, 102, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25430, 102, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25431, 102, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25432, 102, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25433, 102, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25434, 102, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25435, 102, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25436, 102, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25437, 102, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25438, 102, 3780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25439, 102, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25440, 102, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25441, 102, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25442, 102, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25443, 102, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25444, 102, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25445, 102, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25446, 102, 3772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25447, 102, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25448, 102, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25449, 102, 2893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25450, 102, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25451, 102, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25452, 102, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25453, 102, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25454, 102, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25455, 102, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25456, 102, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25457, 102, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25458, 102, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25459, 102, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25460, 102, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25461, 102, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25462, 102, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25463, 102, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25464, 102, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25465, 102, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25466, 102, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25467, 102, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25468, 102, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25469, 102, 3617, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25470, 102, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25471, 102, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25472, 102, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25473, 102, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25474, 102, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25475, 102, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25476, 102, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25477, 102, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25478, 102, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25479, 102, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25480, 102, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25481, 102, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25482, 102, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25483, 102, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25484, 102, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25485, 102, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25486, 102, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25487, 102, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25488, 102, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25489, 102, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25490, 102, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25491, 102, 3904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25492, 102, 3907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25493, 102, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25494, 102, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25495, 102, 3876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25496, 102, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25497, 102, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25498, 102, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25499, 102, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25500, 102, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25501, 102, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25502, 102, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25503, 102, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25504, 102, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25505, 102, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25506, 102, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25507, 102, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25508, 102, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25509, 102, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25510, 102, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25511, 102, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25512, 102, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25513, 102, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25514, 102, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25515, 102, 3867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25516, 102, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25517, 102, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25518, 102, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25519, 102, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25520, 102, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25521, 102, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25522, 102, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25523, 102, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25524, 102, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25525, 102, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25526, 102, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25527, 102, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25528, 102, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25529, 102, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25530, 102, 3882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25531, 102, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25532, 102, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25533, 102, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25534, 102, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25535, 102, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25536, 102, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25537, 102, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25538, 102, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25539, 102, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25540, 102, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25541, 102, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25542, 102, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25543, 102, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25544, 102, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25545, 102, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25546, 102, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25547, 102, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25548, 102, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25549, 102, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25550, 102, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25551, 102, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25552, 102, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25553, 102, 3888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25554, 102, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25555, 102, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25556, 102, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25557, 102, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25558, 102, 3878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25559, 102, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25560, 102, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25561, 102, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25562, 102, 3879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25563, 102, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25564, 102, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25565, 102, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25566, 102, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25567, 102, 3877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25568, 102, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25569, 102, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25570, 102, 3868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25571, 102, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25572, 102, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25573, 102, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25574, 102, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25575, 102, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25576, 102, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25577, 102, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25578, 102, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25579, 102, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25580, 102, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25581, 102, 3644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25582, 102, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25583, 102, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25584, 102, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25585, 102, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25586, 102, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25587, 102, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25588, 102, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25589, 102, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25590, 102, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25591, 102, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25592, 102, 2779, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25593, 102, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25594, 102, 3881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25595, 102, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25596, 102, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25597, 102, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25598, 102, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25599, 102, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25600, 102, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25601, 102, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25602, 102, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25603, 102, 3883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25604, 102, 3311, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25605, 102, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25606, 102, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25607, 102, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25608, 102, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25609, 102, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25610, 102, 3172, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25611, 102, 3788, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25612, 102, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25613, 102, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25614, 102, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25615, 102, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25616, 102, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25617, 102, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25618, 102, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25619, 102, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25620, 102, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25621, 102, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25622, 102, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25623, 102, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25624, 102, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25625, 102, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25626, 102, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25627, 102, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25628, 102, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25629, 102, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25630, 102, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25631, 102, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25632, 102, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25633, 102, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25634, 102, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25635, 102, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25636, 102, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25637, 102, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25638, 102, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25639, 102, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25640, 102, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25641, 102, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25642, 102, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25643, 102, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25644, 102, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25645, 102, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25646, 102, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25647, 102, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25648, 102, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25649, 102, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25650, 102, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25651, 102, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25652, 102, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25653, 102, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25654, 102, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25655, 102, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25656, 102, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25657, 102, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25658, 102, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25659, 102, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25660, 102, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25661, 102, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25662, 102, 2753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25663, 102, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25664, 102, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25665, 102, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25666, 102, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25667, 102, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25668, 102, 2698, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25669, 102, 2699, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25670, 102, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25671, 102, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25672, 102, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25673, 102, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25674, 102, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25675, 102, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25676, 102, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25677, 102, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25678, 102, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25679, 102, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25680, 102, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25681, 102, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25682, 102, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25683, 102, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25684, 102, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25685, 102, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25686, 102, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25687, 102, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25688, 102, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25689, 102, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25690, 102, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25691, 102, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25692, 102, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25693, 102, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25694, 102, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25695, 102, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25696, 102, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25697, 102, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25698, 102, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25699, 102, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25700, 102, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25701, 102, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25702, 102, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25703, 102, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25704, 102, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25705, 102, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25706, 102, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25707, 102, 2490, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25708, 102, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25709, 102, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25710, 102, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25711, 102, 2716, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25712, 102, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25713, 102, 2719, 0, '14.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25714, 102, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25715, 102, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25716, 102, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25717, 102, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25718, 102, 2724, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25719, 102, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25720, 102, 2726, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25721, 102, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25722, 102, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25723, 102, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25724, 102, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25725, 102, 2749, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25726, 102, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25727, 102, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25728, 102, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25729, 102, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25730, 102, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25731, 102, 2759, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25732, 102, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25733, 102, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25734, 102, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25735, 102, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25736, 102, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25737, 102, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25738, 102, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25739, 102, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25740, 102, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25741, 102, 3133, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25742, 102, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25743, 102, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25744, 102, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25745, 102, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25746, 102, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25747, 102, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25748, 102, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25749, 102, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25750, 102, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25751, 102, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25752, 102, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25753, 102, 3239, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25754, 102, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25755, 102, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25756, 102, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25757, 102, 3258, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25758, 102, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25759, 102, 3260, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25760, 102, 3262, 0, '3.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25761, 102, 3264, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25762, 102, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25763, 102, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25764, 102, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25765, 102, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25766, 102, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25767, 102, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25768, 102, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25769, 102, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25770, 102, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25771, 102, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25772, 102, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25773, 102, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25774, 102, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25775, 102, 3076, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25776, 102, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25777, 102, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25778, 102, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25779, 102, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25780, 102, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25781, 102, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25782, 102, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25783, 102, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25784, 102, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25785, 102, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25786, 102, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25787, 102, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25788, 102, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25789, 102, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25790, 102, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25791, 102, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25792, 102, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25793, 102, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25794, 102, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25795, 102, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25796, 103, 3919, NULL, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25797, 104, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25798, 104, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25799, 104, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25800, 104, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25801, 104, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25802, 104, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25803, 104, 2524, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25804, 104, 3819, 0, '1.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25805, 104, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25806, 104, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25807, 104, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25808, 104, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25809, 104, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25810, 104, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25811, 104, 3852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25812, 104, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25813, 104, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25814, 104, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25815, 104, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25816, 104, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25817, 104, 3880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25818, 104, 3483, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25819, 104, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25820, 104, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25821, 104, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25822, 104, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25823, 104, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25824, 104, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25825, 104, 2901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25826, 104, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25827, 104, 3899, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25828, 104, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25829, 104, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25830, 104, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25831, 104, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25832, 104, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25833, 104, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25834, 104, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25835, 104, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25836, 104, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25837, 104, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25838, 104, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25839, 104, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25840, 104, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25841, 104, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25842, 104, 3304, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25843, 104, 3303, 0, '31.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25844, 104, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25845, 104, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25846, 104, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25847, 104, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25848, 104, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25849, 104, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25850, 104, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25851, 104, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25852, 104, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25853, 104, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25854, 104, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25855, 104, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25856, 104, 3306, 0, '23.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25857, 104, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25858, 104, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25859, 104, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25860, 104, 2729, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25861, 104, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25862, 104, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25863, 104, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25864, 104, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25865, 104, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25866, 104, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25867, 104, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25868, 104, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25869, 104, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25870, 104, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25871, 104, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25872, 104, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25873, 104, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25874, 104, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25875, 104, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25876, 104, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25877, 104, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25878, 104, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25879, 104, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25880, 104, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25881, 104, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25882, 104, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25883, 104, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25884, 104, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25885, 104, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25886, 104, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25887, 104, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25888, 104, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25889, 104, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25890, 104, 3299, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25891, 104, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25892, 104, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25893, 104, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25894, 104, 3063, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25895, 104, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25896, 104, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25897, 104, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25898, 104, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25899, 104, 3061, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25900, 104, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25901, 104, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25902, 104, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25903, 104, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25904, 104, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25905, 104, 3085, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25906, 104, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25907, 104, 3048, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25908, 104, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25909, 104, 3086, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25910, 104, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25911, 104, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25912, 104, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25913, 104, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25914, 104, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25915, 104, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25916, 104, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25917, 104, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25918, 104, 3909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25919, 104, 3627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25920, 104, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25921, 104, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25922, 104, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25923, 104, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25924, 104, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25925, 104, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25926, 104, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25927, 104, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25928, 104, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25929, 104, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25930, 104, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25931, 104, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25932, 104, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25933, 104, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25934, 104, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25935, 104, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25936, 104, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25937, 104, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25938, 104, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25939, 104, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25940, 104, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25941, 104, 3850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25942, 104, 3884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25943, 104, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25944, 104, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25945, 104, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25946, 104, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25947, 104, 3820, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25948, 104, 3869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25949, 104, 3646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25950, 104, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25951, 104, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25952, 104, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25953, 104, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25954, 104, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25955, 104, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25956, 104, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25957, 104, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25958, 104, 2661, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25959, 104, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25960, 104, 3314, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25961, 104, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25962, 104, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25963, 104, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25964, 104, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25965, 104, 3792, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25966, 104, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25967, 104, 3886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25968, 104, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25969, 104, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25970, 104, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25971, 104, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25972, 104, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25973, 104, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25974, 104, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25975, 104, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25976, 104, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25977, 104, 3910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25978, 104, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25979, 104, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25980, 104, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25981, 104, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25982, 104, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25983, 104, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25984, 104, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25985, 104, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25986, 104, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25987, 104, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25988, 104, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25989, 104, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25990, 104, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25991, 104, 3901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25992, 104, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25993, 104, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25994, 104, 2952, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25995, 104, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25996, 104, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25997, 104, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25998, 104, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (25999, 104, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26000, 104, 2982, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26001, 104, 3212, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26002, 104, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26003, 104, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26004, 104, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26005, 104, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26006, 104, 3908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26007, 104, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26008, 104, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26009, 104, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26010, 104, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26011, 104, 3060, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26012, 104, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26013, 104, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26014, 104, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26015, 104, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26016, 104, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26017, 104, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26018, 104, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26019, 104, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26020, 104, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26021, 104, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26022, 104, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26023, 104, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26024, 104, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26025, 104, 3084, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26026, 104, 3920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26027, 104, 3834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26028, 104, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26029, 104, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26030, 104, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26031, 104, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26032, 104, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26033, 104, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26034, 104, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26035, 104, 3906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26036, 104, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26037, 104, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26038, 104, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26039, 104, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26040, 104, 3872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26041, 104, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26042, 104, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26043, 104, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26044, 104, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26045, 104, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26046, 104, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26047, 104, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26048, 104, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26049, 104, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26050, 104, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26051, 104, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26052, 104, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26053, 104, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26054, 104, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26055, 104, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26056, 104, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26057, 104, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26058, 104, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26059, 104, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26060, 104, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26061, 104, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26062, 104, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26063, 104, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26064, 104, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26065, 104, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26066, 104, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26067, 104, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26068, 104, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26069, 104, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26070, 104, 3890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26071, 104, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26072, 104, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26073, 104, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26074, 104, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26075, 104, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26076, 104, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26077, 104, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26078, 104, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26079, 104, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26080, 104, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26081, 104, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26082, 104, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26083, 104, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26084, 104, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26085, 104, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26086, 104, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26087, 104, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26088, 104, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26089, 104, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26090, 104, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26091, 104, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26092, 104, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26093, 104, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26094, 104, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26095, 104, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26096, 104, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26097, 104, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26098, 104, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26099, 104, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26100, 104, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26101, 104, 3891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26102, 104, 3892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26103, 104, 3893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26104, 104, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26105, 104, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26106, 104, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26107, 104, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26108, 104, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26109, 104, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26110, 104, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26111, 104, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26112, 104, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26113, 104, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26114, 104, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26115, 104, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26116, 104, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26117, 104, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26118, 104, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26119, 104, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26120, 104, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26121, 104, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26122, 104, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26123, 104, 3894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26124, 104, 3895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26125, 104, 3896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26126, 104, 3897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26127, 104, 3898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26128, 104, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26129, 104, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26130, 104, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26131, 104, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26132, 104, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26133, 104, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26134, 104, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26135, 104, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26136, 104, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26137, 104, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26138, 104, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26139, 104, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26140, 104, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26141, 104, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26142, 104, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26143, 104, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26144, 104, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26145, 104, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26146, 104, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26147, 104, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26148, 104, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26149, 104, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26150, 104, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26151, 104, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26152, 104, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26153, 104, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26154, 104, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26155, 104, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26156, 104, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26157, 104, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26158, 104, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26159, 104, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26160, 104, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26161, 104, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26162, 104, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26163, 104, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26164, 104, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26165, 104, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26166, 104, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26167, 104, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26168, 104, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26169, 104, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26170, 104, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26171, 104, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26172, 104, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26173, 104, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26174, 104, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26175, 104, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26176, 104, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26177, 104, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26178, 104, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26179, 104, 2660, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26180, 104, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26181, 104, 2864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26182, 104, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26183, 104, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26184, 104, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26185, 104, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26186, 104, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26187, 104, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26188, 104, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26189, 104, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26190, 104, 3641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26191, 104, 3873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26192, 104, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26193, 104, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26194, 104, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26195, 104, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26196, 104, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26197, 104, 2644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26198, 104, 2648, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26199, 104, 2647, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26200, 104, 2645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26201, 104, 2822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26202, 104, 2646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26203, 104, 3231, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26204, 104, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26205, 104, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26206, 104, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26207, 104, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26208, 104, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26209, 104, 3120, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26210, 104, 3902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26211, 104, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26212, 104, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26213, 104, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26214, 104, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26215, 104, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26216, 104, 2504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26217, 104, 3853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26218, 104, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26219, 104, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26220, 104, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26221, 104, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26222, 104, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26223, 104, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26224, 104, 3342, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26225, 104, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26226, 104, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26227, 104, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26228, 104, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26229, 104, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26230, 104, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26231, 104, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26232, 104, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26233, 104, 3256, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26234, 104, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26235, 104, 2950, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26236, 104, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26237, 104, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26238, 104, 2502, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26239, 104, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26240, 104, 2534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26241, 104, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26242, 104, 2710, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26243, 104, 3874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26244, 104, 2712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26245, 104, 3870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26246, 104, 3875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26247, 104, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26248, 104, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26249, 104, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26250, 104, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26251, 104, 2691, 0, '0.5000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26252, 104, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26253, 104, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26254, 104, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26255, 104, 3912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26256, 104, 2924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26257, 104, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26258, 104, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26259, 104, 2921, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26260, 104, 2918, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26261, 104, 2935, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26262, 104, 2923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26263, 104, 2920, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26264, 104, 2927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26265, 104, 2922, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26266, 104, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26267, 104, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26268, 104, 2919, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26269, 104, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26270, 104, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26271, 104, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26272, 104, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26273, 104, 3885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26274, 104, 3900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26275, 104, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26276, 104, 3913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26277, 104, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26278, 104, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26279, 104, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26280, 104, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26281, 104, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26282, 104, 3825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26283, 104, 3905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26284, 104, 3903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26285, 104, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26286, 104, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26287, 104, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26288, 104, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26289, 104, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26290, 104, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26291, 104, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26292, 104, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26293, 104, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26294, 104, 3254, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26295, 104, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26296, 104, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26297, 104, 3871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26298, 104, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26299, 104, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26300, 104, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26301, 104, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26302, 104, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26303, 104, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26304, 104, 3123, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26305, 104, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26306, 104, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26307, 104, 3121, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26308, 104, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26309, 104, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26310, 104, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26311, 104, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26312, 104, 3827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26313, 104, 2552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26314, 104, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26315, 104, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26316, 104, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26317, 104, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26318, 104, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26319, 104, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26320, 104, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26321, 104, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26322, 104, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26323, 104, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26324, 104, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26325, 104, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26326, 104, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26327, 104, 3847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26328, 104, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26329, 104, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26330, 104, 2711, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26331, 104, 3889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26332, 104, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26333, 104, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26334, 104, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26335, 104, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26336, 104, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26337, 104, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26338, 104, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26339, 104, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26340, 104, 3916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26341, 104, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26342, 104, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26343, 104, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26344, 104, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26345, 104, 2713, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26346, 104, 3114, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26347, 104, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26348, 104, 3914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26349, 104, 3915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26350, 104, 3182, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26351, 104, 3922, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26352, 104, 3015, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26353, 104, 3921, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26354, 104, 3074, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26355, 104, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26356, 104, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26357, 104, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26358, 104, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26359, 104, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26360, 104, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26361, 104, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26362, 104, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26363, 104, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26364, 104, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26365, 104, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26366, 104, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26367, 104, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26368, 104, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26369, 104, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26370, 104, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26371, 104, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26372, 104, 3614, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26373, 104, 3624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26374, 104, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26375, 104, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26376, 104, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26377, 104, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26378, 104, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26379, 104, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26380, 104, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26381, 104, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26382, 104, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26383, 104, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26384, 104, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26385, 104, 2653, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26386, 104, 3919, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26387, 104, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26388, 104, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26389, 104, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26390, 104, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26391, 104, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26392, 104, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26393, 104, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26394, 104, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26395, 104, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26396, 104, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26397, 104, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26398, 104, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26399, 104, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26400, 104, 3187, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26401, 104, 2650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26402, 104, 2649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26403, 104, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26404, 104, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26405, 104, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26406, 104, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26407, 104, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26408, 104, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26409, 104, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26410, 104, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26411, 104, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26412, 104, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26413, 104, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26414, 104, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26415, 104, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26416, 104, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26417, 104, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26418, 104, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26419, 104, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26420, 104, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26421, 104, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26422, 104, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26423, 104, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26424, 104, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26425, 104, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26426, 104, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26427, 104, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26428, 104, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26429, 104, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26430, 104, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26431, 104, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26432, 104, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26433, 104, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26434, 104, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26435, 104, 3828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26436, 104, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26437, 104, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26438, 104, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26439, 104, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26440, 104, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26441, 104, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26442, 104, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26443, 104, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26444, 104, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26445, 104, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26446, 104, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26447, 104, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26448, 104, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26449, 104, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26450, 104, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26451, 104, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26452, 104, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26453, 104, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26454, 104, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26455, 104, 3911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26456, 104, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26457, 104, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26458, 104, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26459, 104, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26460, 104, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26461, 104, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26462, 104, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26463, 104, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26464, 104, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26465, 104, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26466, 104, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26467, 104, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26468, 104, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26469, 104, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26470, 104, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26471, 104, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26472, 104, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26473, 104, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26474, 104, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26475, 104, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26476, 104, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26477, 104, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26478, 104, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26479, 104, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26480, 104, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26481, 104, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26482, 104, 3887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26483, 104, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26484, 104, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26485, 104, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26486, 104, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26487, 104, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26488, 104, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26489, 104, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26490, 104, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26491, 104, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26492, 104, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26493, 104, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26494, 104, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26495, 104, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26496, 104, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26497, 104, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26498, 104, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26499, 104, 3831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26500, 104, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26501, 104, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26502, 104, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26503, 104, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26504, 104, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26505, 104, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26506, 104, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26507, 104, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26508, 104, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26509, 104, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26510, 104, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26511, 104, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26512, 104, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26513, 104, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26514, 104, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26515, 104, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26516, 104, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26517, 104, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26518, 104, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26519, 104, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26520, 104, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26521, 104, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26522, 104, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26523, 104, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26524, 104, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26525, 104, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26526, 104, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26527, 104, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26528, 104, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26529, 104, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26530, 104, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26531, 104, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26532, 104, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26533, 104, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26534, 104, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26535, 104, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26536, 104, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26537, 104, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26538, 104, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26539, 104, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26540, 104, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26541, 104, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26542, 104, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26543, 104, 2561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26544, 104, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26545, 104, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26546, 104, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26547, 104, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26548, 104, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26549, 104, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26550, 104, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26551, 104, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26552, 104, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26553, 104, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26554, 104, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26555, 104, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26556, 104, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26557, 104, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26558, 104, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26559, 104, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26560, 104, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26561, 104, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26562, 104, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26563, 104, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26564, 104, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26565, 104, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26566, 104, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26567, 104, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26568, 104, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26569, 104, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26570, 104, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26571, 104, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26572, 104, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26573, 104, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26574, 104, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26575, 104, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26576, 104, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26577, 104, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26578, 104, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26579, 104, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26580, 104, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26581, 104, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26582, 104, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26583, 104, 3918, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26584, 104, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26585, 104, 3917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26586, 104, 3780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26587, 104, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26588, 104, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26589, 104, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26590, 104, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26591, 104, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26592, 104, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26593, 104, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26594, 104, 3772, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26595, 104, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26596, 104, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26597, 104, 2893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26598, 104, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26599, 104, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26600, 104, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26601, 104, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26602, 104, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26603, 104, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26604, 104, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26605, 104, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26606, 104, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26607, 104, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26608, 104, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26609, 104, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26610, 104, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26611, 104, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26612, 104, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26613, 104, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26614, 104, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26615, 104, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26616, 104, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26617, 104, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26618, 104, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26619, 104, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26620, 104, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26621, 104, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26622, 104, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26623, 104, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26624, 104, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26625, 104, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26626, 104, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26627, 104, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26628, 104, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26629, 104, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26630, 104, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26631, 104, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26632, 104, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26633, 104, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26634, 104, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26635, 104, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26636, 104, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26637, 104, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26638, 104, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26639, 104, 3904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26640, 104, 3907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26641, 104, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26642, 104, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26643, 104, 3876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26644, 104, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26645, 104, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26646, 104, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26647, 104, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26648, 104, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26649, 104, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26650, 104, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26651, 104, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26652, 104, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26653, 104, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26654, 104, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26655, 104, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26656, 104, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26657, 104, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26658, 104, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26659, 104, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26660, 104, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26661, 104, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26662, 104, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26663, 104, 3867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26664, 104, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26665, 104, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26666, 104, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26667, 104, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26668, 104, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26669, 104, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26670, 104, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26671, 104, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26672, 104, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26673, 104, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26674, 104, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26675, 104, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26676, 104, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26677, 104, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26678, 104, 3882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26679, 104, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26680, 104, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26681, 104, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26682, 104, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26683, 104, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26684, 104, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26685, 104, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26686, 104, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26687, 104, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26688, 104, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26689, 104, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26690, 104, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26691, 104, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26692, 104, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26693, 104, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26694, 104, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26695, 104, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26696, 104, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26697, 104, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26698, 104, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26699, 104, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26700, 104, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26701, 104, 3888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26702, 104, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26703, 104, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26704, 104, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26705, 104, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26706, 104, 3878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26707, 104, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26708, 104, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26709, 104, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26710, 104, 3879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26711, 104, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26712, 104, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26713, 104, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26714, 104, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26715, 104, 3877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26716, 104, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26717, 104, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26718, 104, 3868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26719, 104, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26720, 104, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26721, 104, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26722, 104, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26723, 104, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26724, 104, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26725, 104, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26726, 104, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26727, 104, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26728, 104, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26729, 104, 3644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26730, 104, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26731, 104, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26732, 104, 2876, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26733, 104, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26734, 104, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26735, 104, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26736, 104, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26737, 104, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26738, 104, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26739, 104, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26740, 104, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26741, 104, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26742, 104, 3881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26743, 104, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26744, 104, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26745, 104, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26746, 104, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26747, 104, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26748, 104, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26749, 104, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26750, 104, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26751, 104, 3883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26752, 104, 3311, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26753, 104, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26754, 104, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26755, 104, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26756, 104, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26757, 104, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26758, 104, 3172, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26759, 104, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26760, 104, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26761, 104, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26762, 104, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26763, 104, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26764, 104, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26765, 104, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26766, 104, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26767, 104, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26768, 104, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26769, 104, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26770, 104, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26771, 104, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26772, 104, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26773, 104, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26774, 104, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26775, 104, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26776, 104, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26777, 104, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26778, 104, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26779, 104, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26780, 104, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26781, 104, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26782, 104, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26783, 104, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26784, 104, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26785, 104, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26786, 104, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26787, 104, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26788, 104, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26789, 104, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26790, 104, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26791, 104, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26792, 104, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26793, 104, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26794, 104, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26795, 104, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26796, 104, 3308, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26797, 104, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26798, 104, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26799, 104, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26800, 104, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26801, 104, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26802, 104, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26803, 104, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26804, 104, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26805, 104, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26806, 104, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26807, 104, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26808, 104, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26809, 104, 2748, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26810, 104, 2753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26811, 104, 3302, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26812, 104, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26813, 104, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26814, 104, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26815, 104, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26816, 104, 2698, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26817, 104, 2699, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26818, 104, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26819, 104, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26820, 104, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26821, 104, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26822, 104, 2704, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26823, 104, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26824, 104, 2708, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26825, 104, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26826, 104, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26827, 104, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26828, 104, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26829, 104, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26830, 104, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26831, 104, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26832, 104, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26833, 104, 3290, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26834, 104, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26835, 104, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26836, 104, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26837, 104, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26838, 104, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26839, 104, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26840, 104, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26841, 104, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26842, 104, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26843, 104, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26844, 104, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26845, 104, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26846, 104, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26847, 104, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26848, 104, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26849, 104, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26850, 104, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26851, 104, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26852, 104, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26853, 104, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26854, 104, 2496, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26855, 104, 2490, 0, '5.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26856, 104, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26857, 104, 2754, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26858, 104, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26859, 104, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26860, 104, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26861, 104, 2719, 0, '6.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26862, 104, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26863, 104, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26864, 104, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26865, 104, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26866, 104, 2724, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26867, 104, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26868, 104, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26869, 104, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26870, 104, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26871, 104, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26872, 104, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26873, 104, 2749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26874, 104, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26875, 104, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26876, 104, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26877, 104, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26878, 104, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26879, 104, 2759, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26880, 104, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26881, 104, 2717, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26882, 104, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26883, 104, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26884, 104, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26885, 104, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26886, 104, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26887, 104, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26888, 104, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26889, 104, 3133, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26890, 104, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26891, 104, 3136, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26892, 104, 3135, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26893, 104, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26894, 104, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26895, 104, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26896, 104, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26897, 104, 3147, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26898, 104, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26899, 104, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26900, 104, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26901, 104, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26902, 104, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26903, 104, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26904, 104, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26905, 104, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26906, 104, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26907, 104, 3260, 0, '4.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26908, 104, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26909, 104, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26910, 104, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26911, 104, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26912, 104, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26913, 104, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26914, 104, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26915, 104, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26916, 104, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26917, 104, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26918, 104, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26919, 104, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26920, 104, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26921, 104, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26922, 104, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26923, 104, 3076, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26924, 104, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26925, 104, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26926, 104, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26927, 104, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26928, 104, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26929, 104, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26930, 104, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26931, 104, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26932, 104, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26933, 104, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26934, 104, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26935, 104, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26936, 104, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26937, 104, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26938, 104, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26939, 104, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26940, 104, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26941, 104, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26942, 104, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26943, 104, 3188, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26944, 105, 3048, NULL, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26945, 105, 3483, NULL, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26946, 105, 2879, NULL, '3.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26947, 105, 2524, NULL, '33.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26951, 106, 3838, NULL, '17.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26952, 106, 3923, NULL, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26953, 106, 3924, NULL, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26954, 106, 2908, NULL, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26955, 106, 3927, NULL, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26956, 107, 3433, 0, '122.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26957, 107, 3351, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26958, 107, 3470, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26959, 107, 3655, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26960, 107, 3679, 0, '43.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26961, 107, 3373, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26962, 107, 3720, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26963, 107, 3670, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26964, 107, 3719, 0, '27.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26965, 107, 3768, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26966, 107, 3681, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26967, 107, 3730, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26968, 107, 3665, 0, '18.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26969, 107, 3383, 0, '36.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26970, 107, 3683, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26971, 107, 3759, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26972, 107, 3673, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26973, 107, 3716, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26974, 107, 3689, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26975, 107, 3414, 0, '27.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26976, 107, 3448, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26977, 107, 3714, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26978, 107, 3734, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26979, 107, 3358, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26980, 107, 3706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26981, 107, 3708, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26982, 107, 3555, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26983, 107, 3770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26984, 107, 3691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26985, 107, 3368, 0, '32.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26986, 107, 3710, 0, '42.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26987, 107, 3354, 0, '39.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26988, 107, 3446, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26989, 107, 3413, 0, '49.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26990, 107, 3398, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26991, 107, 3661, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26992, 107, 3473, 0, '137.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26993, 107, 3437, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26994, 107, 3676, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26995, 107, 3732, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26996, 107, 3740, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26997, 107, 3434, 0, '73.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26998, 107, 3359, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (26999, 107, 3409, 0, '193.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27000, 107, 3701, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27001, 107, 3690, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27002, 107, 3407, 0, '22.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27003, 107, 3725, 0, '26.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27004, 107, 3697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27005, 107, 3364, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27006, 107, 3454, 0, '336.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27007, 107, 3450, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27008, 107, 3372, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27009, 107, 3711, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27010, 107, 3741, 0, '32.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27011, 107, 3418, 0, '71.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27012, 107, 3656, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27013, 107, 3361, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27014, 107, 3757, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27015, 107, 3769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27016, 107, 3674, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27017, 107, 3439, 0, '116.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27018, 107, 3472, 0, '25.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27019, 107, 3469, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27020, 107, 3435, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27021, 107, 3438, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27022, 107, 3416, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27023, 107, 3429, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27024, 107, 3374, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27025, 107, 3699, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27026, 107, 3457, 0, '76.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27027, 107, 3453, 0, '74.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27028, 107, 3465, 0, '44.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27029, 107, 3696, 0, '26.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27030, 107, 3417, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27031, 107, 3384, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27032, 107, 3703, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27033, 107, 3660, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27034, 107, 3385, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27035, 107, 3441, 0, '486.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27036, 107, 3393, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27037, 107, 3704, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27038, 107, 3376, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27039, 107, 3392, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27040, 107, 3672, 0, '60.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27041, 107, 3402, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27042, 107, 3375, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27043, 107, 3432, 0, '349.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27044, 107, 3667, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27045, 107, 3404, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27046, 107, 3388, 0, '33.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27047, 107, 3403, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27048, 107, 3444, 0, '50.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27049, 107, 3738, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27050, 107, 3386, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27051, 107, 3461, 0, '28.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27052, 107, 3662, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27053, 107, 3686, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27054, 107, 3712, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27055, 107, 3460, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27056, 107, 3675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27057, 107, 3370, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27058, 107, 3431, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27059, 107, 3355, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27060, 107, 3733, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27061, 107, 3727, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27062, 107, 3440, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27063, 107, 3735, 0, '13.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27064, 107, 3678, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27065, 107, 3693, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27066, 107, 3369, 0, '26.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27067, 107, 3677, 0, '6.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27068, 107, 3466, 0, '37.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27069, 107, 3754, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27070, 107, 3474, 0, '28.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27071, 107, 3771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27072, 107, 3722, 0, '1621.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27073, 107, 3394, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27074, 107, 3462, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27075, 107, 3764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27076, 107, 3436, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27077, 107, 3356, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27078, 107, 3467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27079, 107, 3694, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27080, 107, 3715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27081, 107, 3412, 0, '36.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27082, 107, 3471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27083, 107, 3367, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27084, 107, 3666, 0, '33.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27085, 107, 3389, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27086, 107, 3717, 0, '23.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27087, 107, 3713, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27088, 107, 3401, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27089, 107, 3380, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27090, 107, 3729, 0, '57.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27091, 107, 3695, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27092, 107, 3682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27093, 107, 3387, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27094, 107, 3445, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27095, 107, 3723, 0, '63.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27096, 107, 3760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27097, 107, 3430, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27098, 107, 3443, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27099, 107, 3721, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27100, 107, 3707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27101, 107, 3680, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27102, 107, 3452, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27103, 107, 3405, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27104, 107, 3365, 0, '45.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27105, 107, 3451, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27106, 107, 3382, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27107, 107, 3476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27108, 107, 3731, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27109, 107, 3408, 0, '60.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27110, 107, 3377, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27111, 107, 3406, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27112, 107, 3758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27113, 107, 3692, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27114, 107, 3381, 0, '27.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27115, 107, 3761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27116, 107, 3685, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27117, 107, 3360, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27118, 107, 3659, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27119, 107, 3653, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27120, 107, 3415, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27121, 107, 3765, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27122, 107, 3390, 0, '21.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27123, 107, 3455, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27124, 107, 3756, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27125, 107, 3739, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27126, 107, 3442, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27127, 107, 3688, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27128, 107, 3700, 0, '15.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27129, 107, 3395, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27130, 107, 3366, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27131, 107, 3391, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27132, 107, 3475, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27133, 107, 3668, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27134, 107, 3363, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27135, 107, 3736, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27136, 107, 3687, 0, '35.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27137, 107, 3350, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27138, 107, 3463, 0, '29.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27139, 107, 3652, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27140, 107, 3458, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27141, 107, 3658, 0, '19.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27142, 107, 3663, 0, '653.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27143, 107, 3726, 0, '34.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27144, 107, 3737, 0, '20.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27145, 107, 3702, 0, '10.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27146, 107, 3468, 0, '26.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27147, 107, 3767, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27148, 107, 3651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27149, 107, 3447, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27150, 107, 3766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27151, 107, 3477, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27152, 107, 3459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27153, 107, 3410, 0, '159.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27154, 107, 3357, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27155, 107, 3709, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27156, 107, 3728, 0, '12.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27157, 107, 3664, 0, '7.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27158, 107, 3698, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27159, 107, 3718, 0, '22.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27160, 107, 3654, 0, '3.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27161, 107, 3669, 0, '5.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27162, 107, 3449, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27163, 107, 3353, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27164, 107, 3464, 0, '57.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27165, 107, 3362, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27166, 107, 3378, 0, '27.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27167, 107, 3478, 0, '14.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27168, 107, 3456, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27169, 107, 3724, 0, '27.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27170, 107, 3657, 0, '17.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27171, 107, 3684, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27172, 107, 3705, 0, '34.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27173, 107, 3671, 0, '9.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27174, 107, 3371, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27175, 108, 3632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27176, 108, 3208, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27177, 108, 3620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27178, 108, 3619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27179, 108, 3223, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27180, 108, 2514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27181, 108, 2524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27182, 108, 3819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27183, 108, 3818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27184, 108, 2990, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27185, 108, 2991, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27186, 108, 3577, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27187, 108, 3786, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27188, 108, 3551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27189, 108, 3852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27190, 108, 3034, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27191, 108, 3742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27192, 108, 3855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27193, 108, 3836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27194, 108, 3799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27195, 108, 3880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27196, 108, 3483, 0, '8.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27197, 108, 2485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27198, 108, 2977, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27199, 108, 3779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27200, 108, 3568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27201, 108, 3578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27202, 108, 2734, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27203, 108, 2901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27204, 108, 2672, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27205, 108, 3899, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27206, 108, 2826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27207, 108, 3078, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27208, 108, 2475, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27209, 108, 2474, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27210, 108, 3249, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27211, 108, 3251, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27212, 108, 2557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27213, 108, 2607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27214, 108, 2608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27215, 108, 3851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27216, 108, 2493, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27217, 108, 2498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27218, 108, 2575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27219, 108, 2960, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27220, 108, 3304, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27221, 108, 3303, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27222, 108, 3246, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27223, 108, 3193, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27224, 108, 2715, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27225, 108, 3340, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27226, 108, 3146, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27227, 108, 3334, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27228, 108, 3159, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27229, 108, 3265, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27230, 108, 3263, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27231, 108, 3261, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27232, 108, 3145, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27233, 108, 3296, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27234, 108, 3306, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27235, 108, 3305, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27236, 108, 2736, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27237, 108, 2730, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27238, 108, 2729, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27239, 108, 3269, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27240, 108, 3268, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27241, 108, 2757, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27242, 108, 3242, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27243, 108, 3294, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27244, 108, 3293, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27245, 108, 2996, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27246, 108, 3240, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27247, 108, 3301, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27248, 108, 3295, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27249, 108, 3023, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27250, 108, 2527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27251, 108, 3184, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27252, 108, 3279, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27253, 108, 3280, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27254, 108, 2637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27255, 108, 3289, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27256, 108, 2832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27257, 108, 2871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27258, 108, 3298, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27259, 108, 3052, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27260, 108, 3024, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27261, 108, 2636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27262, 108, 2732, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27263, 108, 2714, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27264, 108, 3247, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27265, 108, 3142, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27266, 108, 2964, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27267, 108, 2914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27268, 108, 3299, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27269, 108, 3005, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27270, 108, 3337, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27271, 108, 3157, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27272, 108, 3063, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27273, 108, 3062, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27274, 108, 2486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27275, 108, 3557, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27276, 108, 3018, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27277, 108, 3061, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27278, 108, 3835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27279, 108, 2513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27280, 108, 2955, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27281, 108, 3312, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27282, 108, 3556, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27283, 108, 3085, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27284, 108, 2666, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27285, 108, 3048, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27286, 108, 3117, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27287, 108, 3086, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27288, 108, 2630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27289, 108, 2469, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27290, 108, 2471, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27291, 108, 3327, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27292, 108, 3554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27293, 108, 2565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27294, 108, 2571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27295, 108, 3562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27296, 108, 3909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27297, 108, 3627, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27298, 108, 2993, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27299, 108, 2867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27300, 108, 2868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27301, 108, 2869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27302, 108, 2870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27303, 108, 2597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27304, 108, 3217, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27305, 108, 2852, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27306, 108, 3216, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27307, 108, 3647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27308, 108, 3751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27309, 108, 3838, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27310, 108, 2517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27311, 108, 2877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27312, 108, 2948, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27313, 108, 3814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27314, 108, 3813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27315, 108, 3777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27316, 108, 2956, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27317, 108, 2818, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27318, 108, 2802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27319, 108, 3850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27320, 108, 3884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27321, 108, 2599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27322, 108, 2677, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27323, 108, 3113, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27324, 108, 2678, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27325, 108, 3820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27326, 108, 3869, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27327, 108, 3646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27328, 108, 3791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27329, 108, 2687, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27330, 108, 2983, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27331, 108, 2984, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27332, 108, 2985, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27333, 108, 2986, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27334, 108, 3854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27335, 108, 3199, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27336, 108, 2661, 0, '11.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27337, 108, 2828, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27338, 108, 3314, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27339, 108, 2949, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27340, 108, 3789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27341, 108, 3797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27342, 108, 3749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27343, 108, 3792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27344, 108, 2600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27345, 108, 3886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27346, 108, 2998, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27347, 108, 3821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27348, 108, 3000, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27349, 108, 3196, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27350, 108, 3316, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27351, 108, 2830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27352, 108, 2829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27353, 108, 2831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27354, 108, 2980, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27355, 108, 3910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27356, 108, 3787, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27357, 108, 3848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27358, 108, 3486, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27359, 108, 3574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27360, 108, 3753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27361, 108, 3033, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27362, 108, 3046, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27363, 108, 2735, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27364, 108, 3173, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27365, 108, 2553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27366, 108, 3631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27367, 108, 3178, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27368, 108, 2574, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27369, 108, 3901, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27370, 108, 3927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27371, 108, 2908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27372, 108, 2909, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27373, 108, 2952, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27374, 108, 2995, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27375, 108, 2458, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27376, 108, 3817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27377, 108, 2673, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27378, 108, 2640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27379, 108, 2982, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27380, 108, 3212, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27381, 108, 2464, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27382, 108, 3321, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27383, 108, 2543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27384, 108, 3229, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27385, 108, 3908, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27386, 108, 2676, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27387, 108, 2690, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27388, 108, 3810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27389, 108, 2696, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27390, 108, 3060, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27391, 108, 3849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27392, 108, 2674, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27393, 108, 3626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27394, 108, 2598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27395, 108, 3059, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27396, 108, 3775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27397, 108, 3790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27398, 108, 2654, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27399, 108, 2655, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27400, 108, 2845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27401, 108, 3525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27402, 108, 3747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27403, 108, 2941, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27404, 108, 3084, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27405, 108, 3920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27406, 108, 3834, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27407, 108, 3816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27408, 108, 3345, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27409, 108, 3601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27410, 108, 3607, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27411, 108, 3528, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27412, 108, 3527, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27413, 108, 3518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27414, 108, 3906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27415, 108, 3506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27416, 108, 3516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27417, 108, 3519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27418, 108, 3521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27419, 108, 3872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27420, 108, 3508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27421, 108, 3509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27422, 108, 3507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27423, 108, 3503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27424, 108, 3524, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27425, 108, 3500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27426, 108, 3501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27427, 108, 3504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27428, 108, 3502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27429, 108, 3505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27430, 108, 3515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27431, 108, 3513, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27432, 108, 3512, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27433, 108, 3514, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27434, 108, 3517, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27435, 108, 3522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27436, 108, 3498, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27437, 108, 3499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27438, 108, 3523, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27439, 108, 3530, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27440, 108, 3497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27441, 108, 3531, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27442, 108, 3520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27443, 108, 3510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27444, 108, 3511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27445, 108, 3532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27446, 108, 3526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27447, 108, 3529, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27448, 108, 2865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27449, 108, 3890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27450, 108, 3278, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27451, 108, 3844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27452, 108, 3845, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27453, 108, 3534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27454, 108, 2994, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27455, 108, 2945, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27456, 108, 3533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27457, 108, 2944, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27458, 108, 2947, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27459, 108, 2946, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27460, 108, 3041, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27461, 108, 2792, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27462, 108, 2456, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27463, 108, 3581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27464, 108, 2915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27465, 108, 2516, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27466, 108, 3285, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27467, 108, 3286, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27468, 108, 3846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27469, 108, 3582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27470, 108, 3583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27471, 108, 2836, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27472, 108, 3054, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27473, 108, 3535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27474, 108, 3053, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27475, 108, 3324, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27476, 108, 3584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27477, 108, 3585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27478, 108, 3586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27479, 108, 3587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27480, 108, 3891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27481, 108, 3892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27482, 108, 3893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27483, 108, 3536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27484, 108, 3537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27485, 108, 3588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27486, 108, 3153, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27487, 108, 3154, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27488, 108, 3538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27489, 108, 3539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27490, 108, 3589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27491, 108, 3590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27492, 108, 2680, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27493, 108, 3540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27494, 108, 3541, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27495, 108, 3313, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27496, 108, 3591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27497, 108, 3543, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27498, 108, 3544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27499, 108, 3545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27500, 108, 2618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27501, 108, 2816, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27502, 108, 3894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27503, 108, 3895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27504, 108, 3896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27505, 108, 3897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27506, 108, 3898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27507, 108, 3542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27508, 108, 2525, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27509, 108, 3170, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27510, 108, 2847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27511, 108, 3189, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27512, 108, 2972, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27513, 108, 3088, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27514, 108, 2668, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27515, 108, 2664, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27516, 108, 3570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27517, 108, 3571, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27518, 108, 3150, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27519, 108, 2510, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27520, 108, 2686, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27521, 108, 2685, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27522, 108, 3038, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27523, 108, 2743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27524, 108, 2741, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27525, 108, 2774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27526, 108, 2775, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27527, 108, 2776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27528, 108, 2999, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27529, 108, 2669, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27530, 108, 3152, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27531, 108, 3488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27532, 108, 2684, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27533, 108, 2769, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27534, 108, 3069, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27535, 108, 3068, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27536, 108, 2770, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27537, 108, 3009, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27538, 108, 2762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27539, 108, 2765, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27540, 108, 2763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27541, 108, 2764, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27542, 108, 3487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27543, 108, 2573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27544, 108, 2521, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27545, 108, 2957, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27546, 108, 2742, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27547, 108, 3602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27548, 108, 3612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27549, 108, 3783, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27550, 108, 3629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27551, 108, 3329, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27552, 108, 3004, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27553, 108, 2902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27554, 108, 3752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27555, 108, 3124, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27556, 108, 3044, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27557, 108, 3837, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27558, 108, 2660, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27559, 108, 3064, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27560, 108, 2864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27561, 108, 3310, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27562, 108, 2823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27563, 108, 2959, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27564, 108, 2863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27565, 108, 2659, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27566, 108, 3484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27567, 108, 3016, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27568, 108, 3485, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27569, 108, 3641, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27570, 108, 3873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27571, 108, 3858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27572, 108, 3923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27573, 108, 2662, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27574, 108, 2663, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27575, 108, 2643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27576, 108, 2652, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27577, 108, 2644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27578, 108, 2648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27579, 108, 2647, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27580, 108, 2645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27581, 108, 2822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27582, 108, 2646, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27583, 108, 3231, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27584, 108, 3230, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27585, 108, 2873, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27586, 108, 2791, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27587, 108, 2790, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27588, 108, 2789, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27589, 108, 3120, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27590, 108, 3902, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27591, 108, 3561, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27592, 108, 2508, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27593, 108, 2505, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27594, 108, 2507, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27595, 108, 2506, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27596, 108, 2504, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27597, 108, 3853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27598, 108, 3638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27599, 108, 3637, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27600, 108, 3636, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27601, 108, 3806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27602, 108, 3645, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27603, 108, 3341, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27604, 108, 3342, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27605, 108, 3166, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27606, 108, 3165, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27607, 108, 3344, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27608, 108, 3343, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27609, 108, 3167, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27610, 108, 3119, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27611, 108, 3168, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27612, 108, 3083, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27613, 108, 3256, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27614, 108, 3743, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27615, 108, 2950, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27616, 108, 2499, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27617, 108, 2500, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27618, 108, 2502, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27619, 108, 3744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27620, 108, 2534, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27621, 108, 3650, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27622, 108, 2710, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27623, 108, 3874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27624, 108, 2712, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27625, 108, 3870, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27626, 108, 3875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27627, 108, 3745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27628, 108, 3640, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27629, 108, 3746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27630, 108, 3209, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27631, 108, 2691, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27632, 108, 3924, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27633, 108, 3782, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27634, 108, 3859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27635, 108, 3842, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27636, 108, 3912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27637, 108, 2924, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27638, 108, 2930, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27639, 108, 2936, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27640, 108, 2921, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27641, 108, 2918, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27642, 108, 2935, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27643, 108, 2923, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27644, 108, 2920, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27645, 108, 2927, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27646, 108, 2922, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27647, 108, 2933, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27648, 108, 2931, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27649, 108, 2919, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27650, 108, 3479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27651, 108, 2934, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27652, 108, 2928, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27653, 108, 2926, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27654, 108, 3885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27655, 108, 3900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27656, 108, 2932, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27657, 108, 3913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27658, 108, 3592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27659, 108, 3863, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27660, 108, 2544, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27661, 108, 2545, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27662, 108, 3815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27663, 108, 3825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27664, 108, 3905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27665, 108, 3903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27666, 108, 3864, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27667, 108, 2606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27668, 108, 3323, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27669, 108, 3565, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27670, 108, 3567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27671, 108, 3566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27672, 108, 3564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27673, 108, 3563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27674, 108, 2737, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27675, 108, 3254, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27676, 108, 3011, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27677, 108, 3860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27678, 108, 3871, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27679, 108, 3482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27680, 108, 3202, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27681, 108, 3203, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27682, 108, 3201, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27683, 108, 3198, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27684, 108, 3575, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27685, 108, 3123, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27686, 108, 2874, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27687, 108, 3643, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27688, 108, 3121, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27689, 108, 2872, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27690, 108, 3122, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27691, 108, 3164, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27692, 108, 3255, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27693, 108, 3827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27694, 108, 2552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27695, 108, 2881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27696, 108, 2551, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27697, 108, 2547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27698, 108, 2550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27699, 108, 2546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27700, 108, 2548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27701, 108, 2549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27702, 108, 3774, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27703, 108, 3333, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27704, 108, 3336, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27705, 108, 2487, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27706, 108, 3618, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27707, 108, 3623, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27708, 108, 3847, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27709, 108, 2799, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27710, 108, 2801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27711, 108, 2711, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27712, 108, 3889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27713, 108, 3580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27714, 108, 3603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27715, 108, 3606, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27716, 108, 3604, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27717, 108, 3613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27718, 108, 3605, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27719, 108, 3622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27720, 108, 3092, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27721, 108, 3916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27722, 108, 3177, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27723, 108, 2854, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27724, 108, 3176, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27725, 108, 2689, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27726, 108, 2713, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27727, 108, 3114, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27728, 108, 3822, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27729, 108, 3914, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27730, 108, 3915, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27731, 108, 3182, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27732, 108, 3922, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27733, 108, 3015, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27734, 108, 3921, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27735, 108, 3074, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27736, 108, 3856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27737, 108, 3207, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27738, 108, 2617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27739, 108, 2612, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27740, 108, 3560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27741, 108, 3610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27742, 108, 2611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27743, 108, 3862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27744, 108, 3861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27745, 108, 3211, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27746, 108, 3865, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27747, 108, 3101, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27748, 108, 3866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27749, 108, 2850, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27750, 108, 2883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27751, 108, 3611, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27752, 108, 3210, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27753, 108, 3614, 0, '2.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27754, 108, 3624, 0, '2.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27755, 108, 3185, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27756, 108, 2519, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27757, 108, 3807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27758, 108, 2631, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27759, 108, 3546, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27760, 108, 3047, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27761, 108, 3547, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27762, 108, 2798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27763, 108, 2958, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27764, 108, 2797, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27765, 108, 2800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27766, 108, 2653, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27767, 108, 3919, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27768, 108, 2889, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27769, 108, 2886, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27770, 108, 2890, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27771, 108, 2879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27772, 108, 2891, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27773, 108, 2892, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27774, 108, 2880, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27775, 108, 3630, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27776, 108, 3043, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27777, 108, 3579, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27778, 108, 2533, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27779, 108, 3215, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27780, 108, 3823, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27781, 108, 3187, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27782, 108, 2650, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27783, 108, 2649, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27784, 108, 3480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27785, 108, 2906, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27786, 108, 3925, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27787, 108, 2907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27788, 108, 3218, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27789, 108, 3233, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27790, 108, 3235, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27791, 108, 3234, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27792, 108, 3236, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27793, 108, 3082, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27794, 108, 2683, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27795, 108, 2526, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27796, 108, 3067, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27797, 108, 3191, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27798, 108, 3192, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27799, 108, 2820, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27800, 108, 3025, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27801, 108, 2975, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27802, 108, 3283, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27803, 108, 2675, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27804, 108, 3183, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27805, 108, 2771, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27806, 108, 3105, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27807, 108, 3021, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27808, 108, 3022, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27809, 108, 3020, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27810, 108, 3019, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27811, 108, 3056, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27812, 108, 3050, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27813, 108, 3118, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27814, 108, 3065, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27815, 108, 2563, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27816, 108, 2559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27817, 108, 3828, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27818, 108, 2564, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27819, 108, 2562, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27820, 108, 2566, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27821, 108, 3125, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27822, 108, 3057, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27823, 108, 3058, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27824, 108, 3107, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27825, 108, 2943, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27826, 108, 2572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27827, 108, 3595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27828, 108, 2568, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27829, 108, 2567, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27830, 108, 2569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27831, 108, 2570, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27832, 108, 3596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27833, 108, 2833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27834, 108, 2812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27835, 108, 3010, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27836, 108, 2810, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27837, 108, 3911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27838, 108, 3550, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27839, 108, 2479, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27840, 108, 2463, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27841, 108, 2468, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27842, 108, 2739, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27843, 108, 2738, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27844, 108, 3284, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27845, 108, 2621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27846, 108, 2619, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27847, 108, 2794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27848, 108, 2795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27849, 108, 2796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27850, 108, 2793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27851, 108, 3642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27852, 108, 2535, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27853, 108, 2536, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27854, 108, 2537, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27855, 108, 3035, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27856, 108, 3036, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27857, 108, 3037, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27858, 108, 3252, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27859, 108, 3248, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27860, 108, 3250, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27861, 108, 2591, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27862, 108, 2582, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27863, 108, 2682, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27864, 108, 3887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27865, 108, 3548, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27866, 108, 2805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27867, 108, 2522, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27868, 108, 2808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27869, 108, 3309, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27870, 108, 3297, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27871, 108, 2601, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27872, 108, 2602, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27873, 108, 2603, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27874, 108, 2554, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27875, 108, 3006, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27876, 108, 3335, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27877, 108, 2657, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27878, 108, 2465, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27879, 108, 2466, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27880, 108, 2467, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27881, 108, 3831, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27882, 108, 3832, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27883, 108, 2911, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27884, 108, 2910, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27885, 108, 3833, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27886, 108, 3162, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27887, 108, 3549, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27888, 108, 3180, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27889, 108, 3621, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27890, 108, 3559, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27891, 108, 2482, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27892, 108, 3175, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27893, 108, 3195, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27894, 108, 2885, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27895, 108, 2454, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27896, 108, 2518, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27897, 108, 3785, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27898, 108, 3066, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27899, 108, 3287, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27900, 108, 2856, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27901, 108, 3197, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27902, 108, 2592, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27903, 108, 2861, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27904, 108, 3840, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27905, 108, 3773, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27906, 108, 3608, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27907, 108, 2651, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27908, 108, 2586, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27909, 108, 2587, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27910, 108, 2588, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27911, 108, 2589, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27912, 108, 2590, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27913, 108, 2642, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27914, 108, 3102, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27915, 108, 2904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27916, 108, 2903, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27917, 108, 2905, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27918, 108, 3576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27919, 108, 3181, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27920, 108, 3829, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27921, 108, 2671, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27922, 108, 3106, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27923, 108, 2560, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27924, 108, 2558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27925, 108, 2561, 0, '1.0000', 1, NULL, 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27926, 108, 2688, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27927, 108, 2681, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27928, 108, 2585, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27929, 108, 2584, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27930, 108, 3155, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27931, 108, 2694, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27932, 108, 3030, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27933, 108, 2480, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27934, 108, 2470, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27935, 108, 2848, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27936, 108, 3031, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27937, 108, 2806, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27938, 108, 3597, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27939, 108, 3598, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27940, 108, 3003, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27941, 108, 3087, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27942, 108, 2814, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27943, 108, 2815, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27944, 108, 2813, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27945, 108, 3169, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27946, 108, 2635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27947, 108, 3161, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27948, 108, 3841, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27949, 108, 3830, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27950, 108, 3795, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27951, 108, 2501, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27952, 108, 2846, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27953, 108, 2807, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27954, 108, 3055, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27955, 108, 2580, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27956, 108, 2581, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27957, 108, 2583, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27958, 108, 2821, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27959, 108, 3156, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27960, 108, 2849, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27961, 108, 3112, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27962, 108, 3103, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27963, 108, 3013, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27964, 108, 3012, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27965, 108, 3918, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27966, 108, 3781, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27967, 108, 3917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27968, 108, 3780, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27969, 108, 3634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27970, 108, 3633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27971, 108, 3826, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27972, 108, 2894, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27973, 108, 2622, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27974, 108, 2882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27975, 108, 3625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27976, 108, 3772, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27977, 108, 3784, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27978, 108, 2963, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27979, 108, 2893, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27980, 108, 2639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27981, 108, 2634, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27982, 108, 3824, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27983, 108, 2633, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27984, 108, 2503, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27985, 108, 2489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27986, 108, 3049, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27987, 108, 3110, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27988, 108, 3111, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27989, 108, 3109, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27990, 108, 2511, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27991, 108, 3089, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27992, 108, 3090, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27993, 108, 2884, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27994, 108, 2917, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27995, 108, 3615, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27996, 108, 3628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27997, 108, 2453, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27998, 108, 3616, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (27999, 108, 3617, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28000, 108, 2860, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28001, 108, 2862, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28002, 108, 3793, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28003, 108, 3794, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28004, 108, 3214, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28005, 108, 2576, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28006, 108, 2578, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28007, 108, 2858, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28008, 108, 2859, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28009, 108, 2857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28010, 108, 3008, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28011, 108, 2855, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28012, 108, 2940, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28013, 108, 3594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28014, 108, 2942, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28015, 108, 3204, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28016, 108, 3206, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28017, 108, 3205, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28018, 108, 3098, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28019, 108, 3221, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28020, 108, 3096, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28021, 108, 3904, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28022, 108, 3907, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28023, 108, 3635, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28024, 108, 3778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28025, 108, 3876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28026, 108, 3032, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28027, 108, 3028, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28028, 108, 3115, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28029, 108, 2968, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28030, 108, 2965, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28031, 108, 2966, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28032, 108, 2967, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28033, 108, 2970, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28034, 108, 2971, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28035, 108, 2969, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28036, 108, 3200, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28037, 108, 3496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28038, 108, 3174, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28039, 108, 2809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28040, 108, 2819, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28041, 108, 2954, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28042, 108, 3812, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28043, 108, 2542, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28044, 108, 3070, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28045, 108, 3867, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28046, 108, 2532, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28047, 108, 2976, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28048, 108, 3224, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28049, 108, 2613, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28050, 108, 3798, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28051, 108, 2596, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28052, 108, 2679, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28053, 108, 3029, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28054, 108, 3027, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28055, 108, 3776, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28056, 108, 3219, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28057, 108, 3552, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28058, 108, 3093, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28059, 108, 2520, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28060, 108, 3882, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28061, 108, 3039, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28062, 108, 3040, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28063, 108, 3291, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28064, 108, 3804, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28065, 108, 3222, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28066, 108, 3288, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28067, 108, 3097, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28068, 108, 3099, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28069, 108, 3095, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28070, 108, 3100, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28071, 108, 2627, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28072, 108, 2628, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28073, 108, 3572, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28074, 108, 3573, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28075, 108, 2629, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28076, 108, 3639, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28077, 108, 3843, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28078, 108, 2641, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28079, 108, 3282, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28080, 108, 3800, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28081, 108, 3017, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28082, 108, 3163, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28083, 108, 3888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28084, 108, 3809, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28085, 108, 3763, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28086, 108, 3558, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28087, 108, 2898, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28088, 108, 3878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28089, 108, 2981, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28090, 108, 2897, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28091, 108, 2484, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28092, 108, 3879, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28093, 108, 2916, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28094, 108, 3802, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28095, 108, 3220, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28096, 108, 2483, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28097, 108, 3877, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28098, 108, 2978, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28099, 108, 3796, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28100, 108, 3868, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28101, 108, 2895, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28102, 108, 2887, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28103, 108, 2888, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28104, 108, 2896, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28105, 108, 3600, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28106, 108, 3599, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28107, 108, 3609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28108, 108, 2593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28109, 108, 3808, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28110, 108, 3857, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28111, 108, 3644, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28112, 108, 3801, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28113, 108, 2875, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28114, 108, 2876, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28115, 108, 2951, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28116, 108, 3553, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28117, 108, 2817, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28118, 108, 3569, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28119, 108, 3811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28120, 108, 3126, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28121, 108, 2778, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28122, 108, 2779, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28123, 108, 3322, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28124, 108, 3881, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28125, 108, 3762, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28126, 108, 2878, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28127, 108, 2900, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28128, 108, 2987, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28129, 108, 2992, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28130, 108, 2692, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28131, 108, 3805, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28132, 108, 3803, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28133, 108, 3883, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28134, 108, 3311, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28135, 108, 2478, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28136, 108, 3839, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28137, 108, 3748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28138, 108, 3593, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28139, 108, 2974, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28140, 108, 3172, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28141, 108, 3788, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28142, 108, 3648, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28143, 108, 3079, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28144, 108, 2953, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28145, 108, 2939, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28146, 108, 3489, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28147, 108, 3649, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28148, 108, 2472, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28149, 108, 3116, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28150, 108, 2844, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28151, 108, 2477, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28152, 108, 2476, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28153, 108, 2481, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28154, 108, 2488, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28155, 108, 3051, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28156, 108, 2638, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28157, 108, 2473, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28158, 108, 2515, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28159, 108, 2667, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28160, 108, 2707, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28161, 108, 2658, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28162, 108, 2656, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28163, 108, 3194, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28164, 108, 2835, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28165, 108, 3226, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28166, 108, 2594, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28167, 108, 2595, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28168, 108, 2609, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28169, 108, 2610, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28170, 108, 3213, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28171, 108, 3045, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28172, 108, 2761, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28173, 108, 2740, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28174, 108, 2460, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28175, 108, 2457, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28176, 108, 3320, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28177, 108, 2461, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28178, 108, 3308, 0, '1.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28179, 108, 3307, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28180, 108, 3160, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28181, 108, 3002, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28182, 108, 3091, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28183, 108, 2962, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28184, 108, 2853, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28185, 108, 3330, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28186, 108, 2961, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28187, 108, 2462, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28188, 108, 2538, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28189, 108, 2539, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28190, 108, 2540, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28191, 108, 2748, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28192, 108, 2753, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28193, 108, 3302, 0, '66.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28194, 108, 3237, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28195, 108, 2851, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28196, 108, 2695, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28197, 108, 2697, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28198, 108, 2698, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28199, 108, 2699, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28200, 108, 2700, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28201, 108, 2702, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28202, 108, 2701, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28203, 108, 2703, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28204, 108, 2704, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28205, 108, 2706, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28206, 108, 2708, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28207, 108, 2973, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28208, 108, 3190, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28209, 108, 2766, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28210, 108, 3007, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28211, 108, 2459, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28212, 108, 2811, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28213, 108, 2620, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28214, 108, 2626, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28215, 108, 3290, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28216, 108, 3253, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28217, 108, 3300, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28218, 108, 2731, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28219, 108, 2988, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28220, 108, 3151, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28221, 108, 2509, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28222, 108, 3158, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28223, 108, 2744, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28224, 108, 2745, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28225, 108, 2912, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28226, 108, 2913, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28227, 108, 2937, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28228, 108, 2665, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28229, 108, 2670, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28230, 108, 3001, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28231, 108, 2632, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28232, 108, 3319, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28233, 108, 2733, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28234, 108, 2494, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28235, 108, 2495, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28236, 108, 2496, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28237, 108, 2490, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28238, 108, 2492, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28239, 108, 2754, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28240, 108, 2497, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28241, 108, 2716, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28242, 108, 2718, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28243, 108, 2719, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28244, 108, 2720, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28245, 108, 2721, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28246, 108, 2722, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28247, 108, 2723, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28248, 108, 2724, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28249, 108, 2725, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28250, 108, 2726, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28251, 108, 2727, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28252, 108, 2728, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28253, 108, 2746, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28254, 108, 2747, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28255, 108, 2749, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28256, 108, 2750, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28257, 108, 2752, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28258, 108, 2755, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28259, 108, 2756, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28260, 108, 2758, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28261, 108, 2759, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28262, 108, 2760, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28263, 108, 2717, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28264, 108, 3129, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28265, 108, 3127, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28266, 108, 3171, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28267, 108, 3128, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28268, 108, 3130, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28269, 108, 3131, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28270, 108, 3149, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28271, 108, 3133, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28272, 108, 3132, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28273, 108, 3136, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28274, 108, 3135, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28275, 108, 3137, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28276, 108, 3138, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28277, 108, 3134, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28278, 108, 3141, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28279, 108, 3147, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28280, 108, 3243, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28281, 108, 3244, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28282, 108, 3238, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28283, 108, 3239, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28284, 108, 3241, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28285, 108, 3245, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28286, 108, 3257, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28287, 108, 3258, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28288, 108, 3259, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28289, 108, 3260, 0, '4.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28290, 108, 3262, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28291, 108, 3264, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28292, 108, 3266, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28293, 108, 3267, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28294, 108, 3270, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28295, 108, 3080, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28296, 108, 3347, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28297, 108, 3346, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28298, 108, 3348, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28299, 108, 2751, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28300, 108, 2777, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28301, 108, 3139, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28302, 108, 3140, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28303, 108, 3081, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28304, 108, 2997, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28305, 108, 3076, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28306, 108, 3317, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28307, 108, 3318, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28308, 108, 2866, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28309, 108, 2455, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28310, 108, 3227, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28311, 108, 3228, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28312, 108, 3315, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28313, 108, 2827, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28314, 108, 3338, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28315, 108, 3328, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28316, 108, 3326, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28317, 108, 3325, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28318, 108, 3332, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28319, 108, 3331, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28320, 108, 3281, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28321, 108, 3179, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28322, 108, 2624, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28323, 108, 2625, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28324, 108, 2825, 0, '0.0000', 1, NULL, 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (28325, 108, 3188, 0, '0.0000', 1, NULL, 'subtraction');


#
# TABLE STRUCTURE FOR: sma_adjustments
#

DROP TABLE IF EXISTS `sma_adjustments`;

CREATE TABLE `sma_adjustments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `reference_no` varchar(55) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `note` text,
  `attachment` varchar(55) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `count_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `warehouse_id` (`warehouse_id`)
) ENGINE=InnoDB AUTO_INCREMENT=109 DEFAULT CHARSET=utf8;

INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (1, '2022-04-29 08:54:00', '00000000001', 1, '', NULL, 6, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (2, '2022-05-17 12:31:00', '2022/05/0001', 1, '&lt;p&gt;Se Ajusto la Cantidad de Garrafones porque se ingresaron 37 unidades mas en el inventario inicial&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (3, '2022-05-17 16:25:00', '2022/05/0002', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (7, '2022-06-09 14:45:00', 'INVENTARIO FERRETERIA', 1, '&lt;p&gt;INVENTARIO FERRETERIA 09&sol;06&sol;2022&lt;&sol;p&gt;', 'af1234fdda8514aa3dd8aa264834186c.csv', 6, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (9, '2022-08-09 12:01:00', '2022/08/0004', 1, '&lt;p&gt;AJUSTE DE INVENTARIO FERRETERIA 9&period;8&period;2022&lt;&sol;p&gt;', '5984d8c564ac89c5d75bea196993ed19.csv', 6, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (10, '2022-09-21 09:12:00', '2022/09/0005', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO 21&period;9&period;2022&lt;&sol;p&gt;', '7b57e08984edd0ca965d59a321f2a5eb.csv', 6, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (11, '2022-09-21 16:29:00', '2022/09/0006', 1, '&lt;p&gt;PRODUCTOS VENCIDOS&period;&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (12, '2022-10-06 08:08:00', '2022/10/0007', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (13, '2022-10-07 08:35:00', '2022/10/0008', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (14, '2022-10-10 09:05:00', '2022/10/0009', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (15, '2022-10-10 10:09:00', '2022/10/0010', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (16, '2022-10-12 16:15:00', '2022/10/0011', 1, '&lt;p&gt;NO HABIA EXISTENCIA PARA REBAJAR&period;&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (17, '2022-10-14 11:27:00', '2022/10/0012', 1, '&lt;p&gt;SE AJUSTO 31 UNIDADES SEGUN EXISTENCIA&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (18, '2022-10-14 15:28:00', '2022/10/0013', 1, '&lt;p&gt;AGREGO LIBRAS DE CLAVO SEGUN EXISTENCIAS NO HABIAN PARA REBAJAR&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (19, '2022-10-18 15:16:00', '2022/10/0014', 1, '&lt;p&gt;NO HABIA EXISTENCIA PARA REBAJAR&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (20, '2022-10-20 08:29:00', '2022/10/0015', 1, '&lt;p&gt;SE AJUSTE 10 UNIDADES POREXISTENCIA&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (21, '2022-10-21 08:06:00', '2022/10/0016', 1, '', NULL, 6, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (22, '2022-10-24 16:21:00', '2022/10/0017', 1, '&lt;p&gt;ACTUALIZACION DE EXISTENCIAS POR INVENTARIO REALIZADO&period;&lt;&sol;p&gt;', '9c326ba116bf2fe8c1dd0c76f539d683.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (23, '2022-10-25 09:06:00', '2022/10/0018', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS&comma; NO SE AGREGARON EL EL INVENTARIO&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (24, '2022-10-27 10:49:00', '2022/10/0019', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (25, '2022-10-29 08:54:00', '2022/10/0020', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (26, '2022-11-04 08:19:00', '2022/11/0021', 1, '&lt;p&gt;CAMBIO DE EXISTENCIA DE PRODUCTOS&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (27, '2022-11-04 17:21:00', '2022/11/0022', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (28, '2022-11-10 09:45:00', '2022/11/0023', 1, '', NULL, 6, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (29, '2022-11-10 10:19:00', '2022/11/0024', 1, '', '5f25ce5ff3ec743779aa46a9af3c6d8f.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (30, '2022-11-10 14:14:00', '2022/11/0025', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (31, '2022-11-10 15:15:00', '2022/11/0026', 1, '&lt;p&gt;SE UTILIZO EN CARROS PROPIOS&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (32, '2022-11-10 16:58:00', '2022/11/0027', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (33, '2022-11-10 17:23:00', '2022/11/0028', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (34, '2022-11-11 09:00:00', '2022/11/0029', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (35, '2022-11-11 09:21:00', '2022/11/0030', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS DE MATERIALES 11&period;11&period;2022&lt;&sol;p&gt;', '5eeca3ec67a40b35824e4dc29068d17d.csv', 9, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (36, '2022-11-16 16:37:00', '2022/11/0031', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (37, '2022-11-17 11:32:00', '2022/11/0032', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (38, '2022-11-18 08:43:00', '2022/11/0033', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (39, '2022-11-21 08:44:00', '2022/11/0034', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (40, '2022-11-21 09:01:00', '2022/11/0035', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (41, '2022-11-21 09:09:00', '2022/11/0036', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (42, '2022-11-23 15:39:00', '2022/11/0037', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;', 'ee7ab871f6b13b782d4c88a181f9c59d.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (43, '2022-11-24 08:21:00', '2022/11/0038', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (44, '2022-12-02 12:06:00', '2022/12/0039', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (45, '2022-12-05 09:15:00', '2022/12/0040', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (46, '2022-12-07 15:29:00', '2022/12/0041', 1, '', '9b630522eb9de02a21d9d5267947f637.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (47, '2022-12-08 12:42:00', '2022/12/0042', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (48, '2022-12-08 15:07:00', '2022/12/0043', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (49, '2022-12-08 15:11:00', '2022/12/0044', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (50, '2022-12-08 15:26:00', '2022/12/0045', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (51, '2022-12-08 15:29:00', '2022/12/0046', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (52, '2022-12-09 14:41:00', '2022/12/0047', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (54, '2022-12-21 10:55:00', '2022/12/0049', 1, '&lt;p&gt;AJUSTE DE PRODUCTOS POR INVENTARIO&lt;&sol;p&gt;', '6ca4330dca01f1c91a4aa3149e1726f1.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (55, '2022-12-22 08:27:00', '2022/12/0050', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (56, '2022-12-26 12:27:00', '2022/12/0051', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (57, '2023-01-05 09:25:00', '2023/01/0052', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&period;&lt;&sol;p&gt;', '785567240bba317640a6c8e681af9c5a.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (58, '2023-01-05 14:51:00', '2023/01/0053', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (59, '2023-01-09 11:18:00', '2023/01/0054', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (60, '2023-01-11 16:34:00', '2023/01/0055', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (61, '2023-01-13 08:26:00', '2023/01/0056', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (62, '2023-01-16 09:44:00', '2023/01/0057', 1, '&lt;p&gt;PRODUCTO DEFECTUOSO&period;&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (64, '2023-01-18 14:46:00', '2023/01/0059', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;', 'e9fc99d00564905c6ece44e163e324dd.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (65, '2023-01-20 14:31:00', '2023/01/0060', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (66, '2023-01-23 09:04:00', '2023/01/0061', 1, '&lt;p&gt;PRODUCTO DEFECTUOSO&period;&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (67, '2023-01-23 09:07:00', '2023/01/0062', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (68, '2023-01-23 10:50:00', '2023/01/0063', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (69, '2023-01-27 08:33:00', '2023/01/0064', 1, '&lt;p&gt;PRODUCTO DEFECTUOSO&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (70, '2023-02-02 16:07:00', '2023/02/0065', 1, '', '633f82b119befbfbb12eafd00f57acc0.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (71, '2023-02-03 09:00:00', '2023/02/0066', 1, '&lt;p&gt;CAMBIO DE CAJAS DE CIGARRO A UNIDAD&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (72, '2023-02-03 09:27:00', '2023/02/0067', 1, '&lt;p&gt;PRODUCTOS DEFECTUOSOS&period;&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (73, '2023-02-15 11:56:00', '2023/02/0068', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (74, '2023-02-15 14:24:00', '2023/02/0069', 1, '', 'a6267a0e508ae081e74e17f7d727cf80.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (75, '2023-02-20 09:00:00', '2023/02/0070', 1, '&lt;p&gt;PRODUCTOS DEFECTUOSO&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (76, '2023-02-20 09:02:00', '2023/02/0071', 1, '&lt;p&gt;CAMBIO DE CAJETILLAS A UNIDADES&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (77, '2023-03-02 12:36:00', '2023/03/0072', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;', '5f91fef96cdae301831f344dbf70086f.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (78, '2023-03-02 16:07:00', '2023/03/0073', 1, '&lt;p&gt;PRODUCTO DEFECTUOSO&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (79, '2023-03-10 08:55:00', '2023/03/0074', 1, '&lt;p&gt;CAMBIO DE CAJETILLA DE CIGARROS A UNIDAD&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (80, '2023-03-10 08:59:00', '2023/03/0075', 1, '&lt;p&gt;PRODUCTOS VENCIDOS&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (81, '2023-03-13 08:41:00', '2023/03/0076', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (82, '2023-03-15 15:33:00', '2023/03/0077', 1, '', '58cd8e380d222bc317f2e562fa769e85.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (83, '2023-03-17 09:18:00', '2023/03/0078', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (84, '2023-03-17 09:28:00', '2023/03/0079', 1, '&lt;p&gt;PRODUCTO DEFECTUOSO&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (85, '2023-03-23 11:36:00', '2023/03/0080', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (86, '2023-03-23 11:38:00', '2023/03/0081', 1, '&lt;p&gt;PRODUCTOS DEFECTUOSOS&period;&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (87, '2023-03-30 09:01:00', '2023/03/0082', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;', 'a9fd1c92ff3a2dabaeeee527129b568b.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (88, '2023-04-04 11:28:00', '2023/04/0083', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (89, '2023-04-17 09:01:00', '2023/04/0084', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (90, '2023-04-17 09:02:00', '2023/04/0085', 1, '&lt;p&gt;PRODUCTOS DEFECTUOSOS&period;&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (91, '2023-04-18 16:17:00', '2023/04/0086', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;', '89af56c987928f6883d01b955daddbff.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (92, '2023-04-21 08:23:00', '2023/04/0087', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (93, '2023-05-01 08:26:00', '2023/05/0088', 1, '&lt;p&gt;PRODUCTOS DEFECTUOSOS&period;&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (94, '2023-05-03 14:47:00', '2023/05/0089', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;', '4d71c809ed562d1534582816bf59a275.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (95, '2023-05-04 08:15:00', '2023/05/0090', 1, '&lt;p&gt;CAMBIO DE CIGARRO POR CAJETILLA A UNIDADES&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (96, '2023-05-08 08:44:00', '2023/05/0091', 1, '&lt;p&gt;CAMBIO DE CAJETILLO A UNIDAD&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (97, '2023-05-12 08:53:00', '2023/05/0092', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (98, '2023-05-19 14:30:00', '2023/05/0093', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;', '9e0b86445ebf7f1a493615559b7f974c.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (99, '2023-05-23 10:00:00', '2023/05/0094', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (100, '2023-05-23 10:35:00', '2023/05/0095', 1, '&lt;p&gt;PRODUCTOS VENCIDOS&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (101, '2023-05-31 08:31:00', '2023/05/0096', 1, '&lt;p&gt;PRODUCTOS VENCIDOS&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (102, '2023-06-01 16:50:00', '2023/06/0097', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;', '8cb10aafa58c6b709ad1d037fb0ea423.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (103, '2023-06-07 08:36:00', '2023/06/0098', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (104, '2023-06-14 16:24:00', '2023/06/0099', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;', 'd7b8cc50a7c1d9131665e063e6cbb5dc.csv', 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (105, '2023-06-15 08:37:00', '2023/06/0100', 1, '&lt;p&gt;PRODUCTOS DEFECTUOSOS Y VENCIDOS&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (106, '2023-06-15 09:52:00', '2023/06/0101', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (107, '2023-06-19 09:55:00', '2023/06/0102', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS DE MATERIALES&lt;&sol;p&gt;', '0658036b9781e649adb9cbbf181dcb4c.csv', 6, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (108, '2023-07-03 10:14:00', '2023/07/0103', 1, '&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;', '3acba566fe057815342cfc419f8ea60b.csv', 8, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_api_keys
#

DROP TABLE IF EXISTS `sma_api_keys`;

CREATE TABLE `sma_api_keys` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `reference` varchar(40) NOT NULL,
  `key` varchar(40) NOT NULL,
  `level` int(2) NOT NULL,
  `ignore_limits` tinyint(1) NOT NULL DEFAULT '0',
  `is_private_key` tinyint(1) NOT NULL DEFAULT '0',
  `ip_addresses` text,
  `date_created` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_api_limits
#

DROP TABLE IF EXISTS `sma_api_limits`;

CREATE TABLE `sma_api_limits` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uri` varchar(255) NOT NULL,
  `count` int(10) NOT NULL,
  `hour_started` int(11) NOT NULL,
  `api_key` varchar(40) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_api_logs
#

DROP TABLE IF EXISTS `sma_api_logs`;

CREATE TABLE `sma_api_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uri` varchar(255) NOT NULL,
  `method` varchar(6) NOT NULL,
  `params` text,
  `api_key` varchar(40) NOT NULL,
  `ip_address` varchar(45) NOT NULL,
  `time` int(11) NOT NULL,
  `rtime` float DEFAULT NULL,
  `authorized` varchar(1) NOT NULL,
  `response_code` smallint(3) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_attachments
#

DROP TABLE IF EXISTS `sma_attachments`;

CREATE TABLE `sma_attachments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `subject_id` int(11) NOT NULL,
  `subject_type` varchar(55) NOT NULL,
  `file_name` varchar(100) NOT NULL,
  `orig_name` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_brands
#

DROP TABLE IF EXISTS `sma_brands`;

CREATE TABLE `sma_brands` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(20) DEFAULT NULL,
  `name` varchar(50) NOT NULL,
  `image` varchar(50) DEFAULT NULL,
  `slug` varchar(55) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_calendar
#

DROP TABLE IF EXISTS `sma_calendar`;

CREATE TABLE `sma_calendar` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(55) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `start` datetime NOT NULL,
  `end` datetime DEFAULT NULL,
  `color` varchar(7) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_captcha
#

DROP TABLE IF EXISTS `sma_captcha`;

CREATE TABLE `sma_captcha` (
  `captcha_id` bigint(13) unsigned NOT NULL AUTO_INCREMENT,
  `captcha_time` int(10) unsigned NOT NULL,
  `ip_address` varchar(16) CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `word` varchar(20) CHARACTER SET latin1 NOT NULL,
  PRIMARY KEY (`captcha_id`),
  KEY `word` (`word`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_cart
#

DROP TABLE IF EXISTS `sma_cart`;

CREATE TABLE `sma_cart` (
  `id` varchar(40) NOT NULL,
  `time` varchar(30) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `data` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_categories
#

DROP TABLE IF EXISTS `sma_categories`;

CREATE TABLE `sma_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(55) NOT NULL,
  `name` varchar(55) NOT NULL,
  `image` varchar(55) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `slug` varchar(55) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;

INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (1, 'PRUEBA', 'PRUEBA', NULL, 0, 'prueba', 'PRUEBA');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (2, 'GASOLINERA', 'ESTACION CAROLINAS MANUELITO', NULL, 0, 'estacion-carolinas-manuelito', 'VENTAS GASOLINERA');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (3, 'MATERIALES', 'MATERIALES MANUELITO', NULL, 0, 'materiales-manuelito', 'VENTAS MATERIALES');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (4, 'FERRETERIA', 'FERRETERIA MANUELITO', NULL, 0, 'ferreteria-manuelito', 'VENTAS FERRETERÍA');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (5, 'OFICINA', 'GRUPO ASESOR EMPRESARIAL', NULL, 0, 'grupo-asesor-empresarial', 'GRASEM');


#
# TABLE STRUCTURE FOR: sma_combo_items
#

DROP TABLE IF EXISTS `sma_combo_items`;

CREATE TABLE `sma_combo_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `item_code` varchar(20) NOT NULL,
  `quantity` decimal(12,4) NOT NULL,
  `unit_price` decimal(25,20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;

INSERT INTO `sma_combo_items` (`id`, `product_id`, `item_code`, `quantity`, `unit_price`) VALUES (1, 6, '98845131', '30.0000', '3.66666666666666700000');
INSERT INTO `sma_combo_items` (`id`, `product_id`, `item_code`, `quantity`, `unit_price`) VALUES (2, 19, '2162321', '1.0000', '23.99000000000000000000');
INSERT INTO `sma_combo_items` (`id`, `product_id`, `item_code`, `quantity`, `unit_price`) VALUES (3, 19, '22545120', '1.0000', '7.75000000000000000000');
INSERT INTO `sma_combo_items` (`id`, `product_id`, `item_code`, `quantity`, `unit_price`) VALUES (4, 19, '18521548', '1.0000', '12.00000000000000000000');


#
# TABLE STRUCTURE FOR: sma_companies
#

DROP TABLE IF EXISTS `sma_companies`;

CREATE TABLE `sma_companies` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group_id` int(10) unsigned DEFAULT NULL,
  `group_name` varchar(20) NOT NULL,
  `customer_group_id` int(11) DEFAULT NULL,
  `customer_group_name` varchar(100) DEFAULT NULL,
  `name` varchar(55) NOT NULL,
  `company` varchar(255) NOT NULL,
  `vat_no` varchar(100) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `city` varchar(55) DEFAULT NULL,
  `state` varchar(55) DEFAULT NULL,
  `postal_code` varchar(8) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `cf1` varchar(100) DEFAULT NULL,
  `cf2` varchar(100) DEFAULT NULL,
  `cf3` varchar(100) DEFAULT NULL,
  `cf4` varchar(100) DEFAULT NULL,
  `cf5` varchar(100) DEFAULT NULL,
  `cf6` varchar(100) DEFAULT NULL,
  `invoice_footer` text,
  `payment_term` int(11) DEFAULT '0',
  `logo` varchar(255) DEFAULT 'logo.png',
  `award_points` int(11) DEFAULT '0',
  `deposit_amount` decimal(25,4) DEFAULT NULL,
  `price_group_id` int(11) DEFAULT NULL,
  `price_group_name` varchar(50) DEFAULT NULL,
  `gst_no` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `group_id` (`group_id`),
  KEY `group_id_2` (`group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8;

INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (1, 4, 'supplier', NULL, NULL, 'Prueba', 'Prueba', '', 'Guatemala', '', '', '', '', '41526363', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (2, 3, 'customer', 1, 'General', 'Consumidor Final', 'Consumidor Final', '', 'Guatemala', '', '', '', '', '41857496', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (3, NULL, 'biller', NULL, NULL, 'Gasolinera y Materiales Manuelito. S.A.', 'Gasolinera y Materiales Manuelito S.A.', '', 'Colonia Santa Elena ', 'Aldea Sibana', 'El Asintal Retalhuleu', '10001', 'Guatemala', '4160-2052', 'gasolineraymaterialesmanuelito@gmail.com', '', '', '', '', '', '', 'Gracias por su compra', 0, 'GASOLINERA_Y_MATERIAL2.jpg', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (4, 4, 'supplier', NULL, NULL, 'ASEMERKA', 'ASESORIA, MERCADEO Y CONSULTORIA, S.A.', '', '1a. Calle 18-90 Zona 8 Residencial Cañadas de San Cristobal 2, Mixco, Guatemala', '', '', '', 'Guatemala', '2293-1779', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (5, 3, 'customer', 1, 'General', 'SERGIO LEONEL GONZÁLES TOJIL', 'SERGIO LEONEL GONZÁLES TOJIL', '67537391', 'ALDEA, SIBANA, EL ASINTAL, RETALHULEU', 'Retalhuleu', '', '', '', '59574695', 'serleogonzales@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (6, 4, 'supplier', NULL, NULL, 'INVENTARIO INICIAL', 'INVENTARIO INICIAL', '', 'SIBANA, EL ASINTAL, RETALHUELU', '', '', '', 'GUATEMALA', '54356254', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (7, 4, 'supplier', NULL, NULL, 'Multiperfiles S.A.', 'Multiperfiles S.A.', '', 'Guatemala', '', '', '', '', '58653663', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (8, 4, 'supplier', NULL, NULL, 'DISTRIBUIDORA CORDERO', 'VALHALA', '', 'COATEPEQUE', '', '', '', '', '57107937', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (9, 4, 'supplier', NULL, NULL, 'CORPORACION LA SUREÑA S.A.', 'CORPORACION LA SUREÑA S.A.', '', 'RETALHULEU', 'Retalhuleu', '', '', '', '57107937', 'corporacionlasureñareu@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (10, 4, 'supplier', NULL, NULL, 'FFACSA', 'FFACSA', '', 'RETALHULEU', '', '', '', '', '57107937', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (11, 4, 'supplier', NULL, NULL, 'ACEROS DE GUATEMALA', 'ACEROS DE GUATEMALA', '', 'RETALHULEU', '', '', '', '', '57107937', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (12, 4, 'supplier', NULL, NULL, 'MOCORA', 'MACRETO, S.A.', '62847325', 'RETALHULEU', '', '', '', '', '57107937', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (13, 3, 'customer', 1, 'General', 'Eleazar Hernandez', 'Cliente 1', '', 'Ciudad', '', '', '', '', '1', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (14, 3, 'customer', 1, 'General', 'Samuel Cifuentes', 'M', '', 'Ciudad', '', '', '', '', '47544799', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (15, 4, 'supplier', NULL, NULL, 'DISTRIBUIDORA SAGITARIO, S.A.', 'DISTRIBUIDORA SAGITARIO, S.A.', '', 'KM.185 CARRETERA AL PACIFICO, RETALHULEU', 'GUATEMALA', '', '', '', '78736800', 'neltoncastillo@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (16, 4, 'supplier', NULL, NULL, 'COMPRAS VARIAS', 'SANTA ELENA', '', 'SANTA ELENA', 'RETALHULEU', '', '', '', '41602052', 'neltoncastillo@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (17, 4, 'supplier', NULL, NULL, 'BODEGA FARMACEUTICA, S.A.', 'BODEGA FARMACEUTICA, S.A.', '', 'KM. 181.5 CANTON SAMALA, SAN SEBASTIAN, RETALHULEU', '', '', '', '', '2471-5686', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (18, 4, 'supplier', NULL, NULL, 'LOS VOLCANES RETALHULEU', 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', '', 'KM. 178 CARRETERA PACIFICO SAN SEBASTIAN, RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (19, 4, 'supplier', NULL, NULL, 'DISAR, S.A.', 'DISAR, S.A.', '', '5 CALLE 7-36 ZONA 2, COL. ACEITUNO MAZATENANGO, SUCHITEPEQUEZ', '', '', '', '', '24268181', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (20, 4, 'supplier', NULL, NULL, 'EMBOTELLADORA LA MARIPOSA', 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A.', '', 'KM. 166 CARRETERA AL PACIFICO, CUYOTENANGO, SUCHITEPEQUEZ', '', '', '', '', '24225252', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (21, 4, 'supplier', NULL, NULL, 'ALIMENTOS RENE', 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', '', 'CALZADA SAN JUAN 34-01 ZONA 7, GUATEMALA', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (22, 4, 'supplier', NULL, NULL, 'CORPORACION LA SUREÑA, S.A.', 'CORPORACION LA SUREÑA, S.A.', '', '5 AVENIDA 9-93 ZONA 1,  RETALHULEU', '', '', '', '', '77710254', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (23, 4, 'supplier', NULL, NULL, 'DISTRIBUIDORA DE LICORES, S.A.', 'DISTRIBUIDORA DE LICORES, S.A.', '', 'KM. 16.5 4-81 CARRETERA ROOSELVELT ZONA 1, MIXCO GUATEMALA', '', '', '', '', '24709696', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (24, 4, 'supplier', NULL, NULL, 'Lucalza Guatemala', 'Lucalza', '', 'RETALHULEU', '', '', '', '', '1', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (25, 4, 'supplier', NULL, NULL, 'Me Llega ', 'Distribuidora Me Llega, S.A.', '', 'Guatemala', '', '', '', '', '1', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (26, 4, 'supplier', NULL, NULL, 'AQUA', 'Suplimaster S.A.', '', 'GUATEMALA', '', '', '', '', '1', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (27, 4, 'supplier', NULL, NULL, 'SUPLIMASTER, S.A.', 'SUPLIMASTER, S.A.', '', '5TA. AVENIDA 6-23 ZONA 9, GUATEMALA', '', '', '', '', '23390997', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (28, 4, 'supplier', NULL, NULL, 'ESPORT, S.A.', 'ESPORT, S.A.', '', '13 AV. 3-12 ZONA 19COLONIA LA FLORIDA , GUATEMALA', '', '', '', '', '72792221', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (29, 4, 'supplier', NULL, NULL, 'DISTRIBUCIONES HORIZONTALES, S.A.', 'DISTRIBUCIONES HORIZONTALES, S.A.', '', '06 CALLE BODEGA 3 2.-57 ZONA 3 CARRETERA AL SALTO', '', '', '', '', '78898687', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (30, 3, 'customer', 1, 'General', 'CESAR ARON MORALES DE LEON', 'DISTRIBUIDORA E IMPORTADORA MORALES', '', 'EL ASINTAL RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (31, 3, 'customer', 1, 'General', 'LAS BUGAMBILIAS, S.A.', 'LAS GUBAMBILIAS, S.A.', '', 'SAN BERNARDINO, SUCHITEPEQUEZ', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (32, 3, 'customer', 1, 'General', 'COMERCIALIZADORA LOS ANGELES', 'COMERCIALIZADORA LOS ANGELES', '', 'CANTON RECUERDO OCOSITO, RETALHULEU', '', '', '', '', '0000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (33, 3, 'customer', 1, 'General', 'SERVICIOS Y MULTIPROECTOS MEGA, S.A.', 'SERVICIOS Y MULTIPROYECTOS MEGA, S.A.', '', 'RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (34, 3, 'customer', 1, 'General', 'MARIA RAFAELA RODAS', 'MARIA RAFAELA RODAS', '', 'SANTA CRUZ MULUA, RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (35, 4, 'supplier', NULL, NULL, 'DISTRIBUCIONE GUAYACAN, S.A.', 'DISTRIBUCIONES GUAYACAN, S.A.', '', 'CARRETERA INT. 9041 SAN SEBASTIAN', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (36, 4, 'supplier', NULL, NULL, 'DISTRIBUCIONES DCE, S.A.', 'DISTRIBUCIONES DCE, S.A.', '', '1 AVENIDA 4-27 ZONA 2, SAN JOSE PINULA, GUATEMALA', '', '', '', '', '66256626', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (37, 4, 'supplier', NULL, NULL, 'TRIUNFO', 'TRIUNFO', '', 'EL ASINTAL, RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (38, 4, 'supplier', NULL, NULL, 'DISTRIBUIDORA XELAJU, S.A.', 'DISTRIBUIDORA XELAJU, S.A.', '', 'CANTON OCOSITO, SAN SEBASTIAN RETALHULEU', '', '', '', '', '77675193', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (39, 4, 'supplier', NULL, NULL, 'HERRAMIENTAS PODEROSAS, S.A.', 'HERRAMIENTAS PODEROSAS, S.A.', '', '27 CALLE 41-55 ZONA 5 BODEGA C, GUATEMALA, GUATEMALA', '', '', '', '', '24995050', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (40, 4, 'supplier', NULL, NULL, 'HUGO JOSUE OCAMPO GIRON', 'HUGO JOSUE OCAMPO GIRON', '', '9 CALLE 7-14 ZONA 1 RETALHULEU', '', '', '', '', '77710722', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (41, 4, 'supplier', NULL, NULL, 'DISTRIBUIDORA P.J., S.A.', 'DISTRIBUIDORA P.J., S.A.', '', 'KM 181 CARRETERA CA-2 SAN SEBASTIAN RETALHULEU', '', '', '', '', '78671111', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (42, 4, 'supplier', NULL, NULL, 'SERVICIOS Y REPRESENTACIONES VILLAVICENCIO, S.A.', 'SERVICIOS Y REPRESENTACIONES VILLAVICENCIO, S.A.', '', '14 AV. 19-17 ZOINA 2 RESID. EL ROBLE, GUATEMALA', '', '', '', '', '22883678', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (43, 4, 'supplier', NULL, NULL, 'DISTRIBUDORA LA BENDICION DE DIOS', 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', '', 'PAJAPITA SAN MARCOS', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (44, 4, 'supplier', NULL, NULL, 'MULTITUBO, S.A.', 'MULTITUBO, S.A.', '', '6 AVENIDA 6-21 ZONA 2 SAN JOSE, VILLA NUEVA GUATEMALA', '', '', '', '', '25023737', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (45, 3, 'customer', 1, 'General', 'SERGIO GONZALEZ', 'SERGIO GONZALEZ', '67537391', 'EL ASINTAL', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (46, 4, 'supplier', NULL, NULL, 'GRUPO FERTUMEX', 'GRUPO FERTUMEX', '', '29 AV. 8-80 ZONA 7, QUETZALTENANGO', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (47, 4, 'supplier', NULL, NULL, 'DILACSA', 'TIENDA Y SERVICIOS DE LOS ALTOS, S.A.', '', 'CUYOTENANGO, SUCHITEPEQUEZ', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (48, 4, 'supplier', NULL, NULL, 'PRODUCTOS DEL AIRE DE GUATEMALA, S.A.', 'PRODUCTOS DEL AIRE DE GUATEMALA, S.A.', '', 'KM. 181 LAS MORENAS, SAN SEBASTIAN, RETALHULEU', '', '', '', '', '77901414', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (49, 4, 'supplier', NULL, NULL, 'ESTILOS Y ACABADOS DON PEPE', 'COMERCIAL DISTRIBUIDORA DON PEPE, S.A.', '', 'CALZADA LAS PALMAS, RETALHULEU', '', '', '', '', '77716012', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (50, 4, 'supplier', NULL, NULL, 'FENGGUANG LIGHTING, S.A.', 'FENGGUANG LIGHTING, S.A.', '', 'KM 7 ZONA 17, GUATEMALA', '', '', '', '', '56257254', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (51, 4, 'supplier', NULL, NULL, 'CORPORACIÓN RAGARO, S.A.', 'CORPORACIÓN RAGARO, S.A.', '', 'KM. 181.4 SAN SEBASTIÁN RETALHULEU', '', '', '', '', '77722556', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (52, 3, 'customer', 1, 'General', 'COMERCIALIZADORA LOS ANGELES', 'LUISA AMARILIS BOBADILLAS MAS', '', 'RETALHULEU', '', '', '', '', '35018447', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (53, 4, 'supplier', NULL, NULL, 'DEPOSITO SIBANA', 'DEPOSITO SIBANÁ', '', 'ALDEA, SIBANA, EL ASINTAL, RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (54, 3, 'customer', 1, 'General', 'Consumidor Final', 'Consumidor Final', '', 'El Asintal Retalhuleu', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (55, 3, 'customer', 1, 'General', 'KARIN DE CASTILLO', 'KARIN DE CASTILLO', '', 'EL ASINTAL, RETALHULEU', '', '', '', '', '41602052', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (56, 4, 'supplier', NULL, NULL, 'DISTRIBUIDORA LOS ANGELES', 'DISTRIBUIDORA LOS ANGELES', '', 'CANTON OCOSITO, SAN SEBASTIAN RETALHULEU', '', '', '', '', '46247188', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (57, 4, 'supplier', NULL, NULL, 'DESPENSA FAMILIAR', 'OPERADORA DE TIENDAS, S.A.', '', 'KM. 180  CA-2 SAN SEBASTIÁN, RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (58, 4, 'supplier', NULL, NULL, 'FARMACIA WILLANG', 'FARMACIA WILLANG', '', 'RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (59, 4, 'supplier', NULL, NULL, 'PARAYAS, S.A.', 'PARAYAS , S.A.', '', 'GUATEMALA', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (60, NULL, 'biller', NULL, NULL, 'ROBERTO', 'ROBERTO', '', 'Reu', 'Reu', '', '', '', '42414169', 'prueba@gmail.com', '', '', '', '', '', '', '', 0, 'GASOLINERA_Y_MATERIAL.jpg', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (61, 3, 'customer', 1, 'General', 'VENTAS EN PISTA', 'VENTAS EN PISTA', '', 'RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (62, 3, 'customer', 1, 'General', 'ALFONSO SION', 'ALFONSO SION ', '', 'SECTOR SAN LUIS, COLONIA SANTA ELENA', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (63, 4, 'supplier', NULL, NULL, 'MULTIPERFILES SOCIEDAD ANONIMA', 'MULTIPERFILES SOCIEDAD ANONIMA', '', 'KM 164 PUNTO 5 RUTA AL PACIFICO,CUYOTENANGO,SUCHITEPEQUE', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (64, 4, 'supplier', NULL, NULL, 'CONSTRUCTORA Y DISTRIBUIDORA EXCO', 'CONSTRUCTORA Y DISTRIBUIDORA EXCO', '', 'CARRETERA INTERNACIONAL, CANTON SAMALA, SAN SEBASTIAN', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (65, 4, 'supplier', NULL, NULL, 'DISTRIBUIDORA P.J.2', 'DISTRIBUIDORA P.J. , S.A.', '', 'CARRETERA CA-2 CANTON SAMALA', '', '', '', '', '78671111', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (66, 3, 'customer', 1, 'General', 'SERGIO SANCHEZ', 'SERGIO SANCHEZ', '', 'EL SIBANA, EL ASINTAL', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (67, 4, 'supplier', NULL, NULL, 'CONSTRUMATERIALES EL CAMPESINO 2', 'CONSTRUMATERIALES EL CAMPESINO 2 ', '', 'KM 181.4 SAN SEBASTIAN, RETALHULEU', '', '', '', '', '77722556', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (68, 3, 'customer', 1, 'General', 'MIGUEL HERNANDEZ', 'MIGUEL HERNANDEZ', '', 'SECTOR NORTE', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (69, 4, 'supplier', NULL, NULL, 'MACORA S.A.', 'MACORA S.A.', '', 'RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (70, 4, 'supplier', NULL, NULL, 'BLOQUERA LA LOMA', 'BLOQUERA LA LOMA', '', 'KM 188.5 CARRETERA A COATEPEQUE', '', '', '', '', '55518136', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (71, 3, 'customer', 1, 'General', 'AUGUSTO MORALES', 'AUGUSTO MORALES', '', 'EL ASINTAL', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (72, 4, 'supplier', NULL, NULL, 'DISTRIBUIDORA LA TOMA', 'DISTRIBUIDORA LA TOMA', '', 'CABAÑAS. RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (73, 3, 'customer', 1, 'General', 'ELIAS GARCIA', 'ELIAS GARCIA', '', 'CALLE DE LA ANTIGUA C. SANTA ELENA ,EL ASINTAL', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (74, 4, 'supplier', NULL, NULL, 'GRUPO RALDA, S.A.', 'GRUPO RALDA, S.A.', '', 'EL ASINTAL, RETALHULEU', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (75, 4, 'supplier', NULL, NULL, 'CELASA, INGENIERIA Y EQUIPOS, S.A.', 'CELASA, INGENIERIA Y EQUIPOS, S.A.', '', 'MAZATENANGO, SUCHITEPEQUEZ', '', '', '', '', '00000000', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (76, 4, 'supplier', NULL, NULL, 'PROTEC INDUSTRIAL, S.A.', 'PROTEC INDUSTRIAL, S.A.', '', 'COLONIA TIERRA NUEVA 1 LOTE 1 MANZANA 13, CHINAUTLA, GUATEMALA', '', '', '', '', '24830907', '', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');


#
# TABLE STRUCTURE FOR: sma_costing
#

DROP TABLE IF EXISTS `sma_costing`;

CREATE TABLE `sma_costing` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `product_id` int(11) DEFAULT NULL,
  `sale_item_id` int(11) NOT NULL,
  `sale_id` int(11) DEFAULT NULL,
  `purchase_item_id` int(11) DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `purchase_net_unit_cost` decimal(25,4) DEFAULT NULL,
  `purchase_unit_cost` decimal(25,4) DEFAULT NULL,
  `sale_net_unit_price` decimal(25,4) NOT NULL,
  `sale_unit_price` decimal(25,4) NOT NULL,
  `quantity_balance` decimal(15,4) DEFAULT NULL,
  `inventory` tinyint(1) DEFAULT '0',
  `overselling` tinyint(1) DEFAULT '0',
  `option_id` int(11) DEFAULT NULL,
  `purchase_id` int(11) DEFAULT NULL,
  `transfer_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=31326 DEFAULT CHARSET=utf8;

INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1, '2022-05-04', 2901, 1, 1, 4196, '1.0000', '14.0900', '14.0900', '18.0000', '18.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2, '2022-05-06', 3315, 2, 2, 4610, '2.0000', '165.1400', '165.1400', '220.0000', '220.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3, '2022-05-16', 2879, 3, 3, 4174, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4, '2022-05-16', 3063, 4, 3, 4358, '2.0000', '2.6300', '2.6300', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5, '2022-05-16', 2713, 5, 4, 4008, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6, '2022-05-16', 3114, 6, 4, 4409, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7, '2022-05-17', 3410, 7, 5, 4672, '13.0000', '23.3200', '23.3200', '31.0000', '31.0000', '1247.0000', 1, 0, NULL, 23, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8, '2022-05-17', 2617, 8, 5, 3912, '5.0000', '6.0000', '6.0000', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9, '2022-05-17', 3441, 9, 5, 4652, '10.0000', '76.5000', '76.5000', '78.0000', '78.0000', '21.0000', 1, 0, NULL, 20, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10, '2022-05-17', 3466, 10, 5, 4688, '1.0000', '44.8900', '44.8900', '60.0000', '60.0000', '5.0000', 1, 0, NULL, 25, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11, '2022-05-17', 3441, 11, 6, 4652, '1.0000', '76.5000', '76.5000', '78.0000', '78.0000', '20.0000', 1, 0, NULL, 20, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12, '2022-05-17', 2710, 12, 7, 4005, '2.0000', '5.9600', '5.9600', '7.5000', '7.5000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13, '2022-05-17', 3084, 13, 7, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14, '2022-05-17', 2712, 14, 8, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15, '2022-05-17', 3048, 15, 9, 4343, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '157.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16, '2022-05-17', 3085, 16, 9, 4380, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17, '2022-05-17', 2936, 17, 9, 4725, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '53.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18, '2022-05-17', 2649, 18, 9, 3944, '5.0000', '6.2500', '6.2500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19, '2022-05-17', 2649, 18, 9, 4752, '2.0000', '6.2500', '6.2500', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20, '2022-05-17', 2650, 19, 9, 3945, '4.0000', '4.5800', '4.5800', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21, '2022-05-17', 2790, 20, 9, 4085, '1.0000', '5.0100', '5.0100', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22, '2022-05-17', 2886, 21, 9, 4181, '3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23, '2022-05-17', 2951, 22, 9, 4246, '2.0000', '2.0000', '2.0000', '3.5000', '3.5000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24, '2022-05-17', 3044, 23, 9, 4339, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25, '2022-05-17', 3163, 24, 9, 4458, '1.0000', '4.8600', '4.8600', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26, '2022-05-17', 2952, 25, 9, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '91.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27, '2022-05-17', 2981, 26, 9, 4276, '2.0000', '44.3200', '44.3200', '55.0000', '55.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28, '2022-05-17', 2645, 27, 9, 3940, '2.0000', '8.0000', '8.0000', '0.5000', '0.5000', '44.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29, '2022-05-17', 2646, 28, 9, 3941, '8.0000', '11.4400', '11.4400', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30, '2022-05-17', 2710, 29, 9, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31, '2022-05-17', 2879, 30, 9, 4174, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (32, '2022-05-17', 2713, 31, 9, 4008, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (33, '2022-05-17', 3172, 32, 9, 4467, '1.0000', '3.5300', '3.5300', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (34, '2022-05-17', 2791, 33, 10, 4086, '1.0000', '2.9100', '2.9100', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (35, '2022-05-17', 2500, 34, 10, 3795, '3.0000', '10.0000', '10.0000', '13.0000', '13.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (36, '2022-05-17', 2922, 35, 10, 4217, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (37, '2022-05-17', 2917, 36, 10, 4212, '2.0000', '9.3800', '9.3800', '14.0000', '14.0000', '43.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (38, '2022-05-17', 2661, 37, 10, 3956, '4.0000', '0.2400', '0.2400', '0.5000', '0.5000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (39, '2022-05-17', 3305, 38, 10, 4600, '10.0000', '0.6100', '0.6100', '0.6000', '0.6000', '596.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (40, '2022-05-17', 3048, 39, 10, 4343, '4.0000', '0.8300', '0.8300', '1.5000', '1.5000', '153.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (41, '2022-05-17', 3114, 40, 10, 4409, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (42, '2022-05-17', 2713, 41, 10, 4008, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (43, '2022-05-17', 2888, 42, 10, 4183, '1.0000', '0.8500', '0.8500', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (44, '2022-05-17', 2887, 43, 10, 4182, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (45, '2022-05-17', 2961, 44, 10, 4256, '1.0000', '12.0000', '12.0000', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (46, '2022-05-17', 2649, 45, 10, 4752, '1.0000', '6.2500', '6.2500', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (47, '2022-05-17', 2650, 46, 10, 4751, '5.0000', '4.5833', '4.5833', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (48, '2022-05-17', 2699, 47, 10, 3994, '6.0000', '6.4500', '6.4500', '8.0000', '8.0000', '114.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (49, '2022-05-17', 2698, 48, 10, 3993, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '65.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (50, '2022-05-17', 2651, 49, 10, 3946, '3.0000', '5.8300', '5.8300', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (51, '2022-05-17', 3163, 50, 10, 4458, '1.0000', '4.8600', '4.8600', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (52, '2022-05-17', 2678, 51, 10, 3973, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (53, '2022-05-17', 2719, 52, 10, 4014, '6.0000', '0.9900', '0.9900', '2.0000', '2.0000', '128.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (54, '2022-05-17', 3239, 53, 10, 4534, '1.0000', '0.7900', '0.7900', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (55, '2022-05-17', 2639, 54, 10, 3934, '1.0000', '1.1700', '1.1700', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (56, '2022-05-17', 2920, 55, 10, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '47.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (57, '2022-05-17', 2919, 56, 10, 4214, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (58, '2022-05-17', 2935, 57, 10, 4230, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (59, '2022-05-17', 2645, 58, 10, 3940, '2.0000', '8.0000', '8.0000', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (60, '2022-05-17', 3114, 59, 11, 4409, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (61, '2022-05-17', 3085, 60, 11, 4380, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (62, '2022-05-17', 3165, 61, 11, 4460, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (63, '2022-05-17', 3086, 62, 11, 4381, '2.0000', '2.5800', '2.5800', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (64, '2022-05-17', 2952, 63, 11, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '89.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (65, '2022-05-17', 2499, 64, 11, 3794, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (66, '2022-05-17', 2645, 65, 12, 3940, '6.0000', '8.0000', '8.0000', '0.5000', '0.5000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (67, '2022-05-17', 2650, 66, 12, 4751, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (68, '2022-05-17', 2660, 67, 12, 3955, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (69, '2022-05-17', 3047, 68, 12, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '62.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (70, '2022-05-17', 2749, 69, 12, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '106.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (71, '2022-05-17', 2912, 70, 12, 4207, '1.0000', '70.0000', '70.0000', '93.0000', '93.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (72, '2022-05-17', 3349, 71, 12, 4644, '2.0000', '2.9500', '2.9500', '5.0000', '5.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (73, '2022-05-17', 2921, 72, 12, 4216, '6.0000', '4.0000', '4.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (74, '2022-05-17', 2713, 73, 12, 4008, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (75, '2022-05-17', 2727, 74, 12, 4022, '2.0000', '27.9900', '27.9900', '40.0000', '40.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (76, '2022-05-17', 2711, 75, 12, 4006, '3.0000', '4.2300', '4.2300', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (77, '2022-05-17', 2485, 76, 12, 3780, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (78, '2022-05-17', 2982, 77, 12, 4277, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (79, '2022-05-17', 2951, 78, 12, 4246, '4.0000', '2.0000', '2.0000', '3.5000', '3.5000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (80, '2022-05-17', 2934, 79, 12, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (81, '2022-05-17', 3062, 80, 12, 4357, '6.0000', '13.0800', '13.0800', '16.0000', '16.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (82, '2022-05-17', 2924, 81, 12, 4219, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (83, '2022-05-17', 2922, 82, 12, 4217, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (84, '2022-05-17', 2929, 83, 12, 4723, '2.0000', '4.5000', '4.5000', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (85, '2022-05-17', 3061, 84, 12, 4356, '5.0000', '4.1700', '4.1700', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (86, '2022-05-17', 2888, 85, 12, 4183, '4.0000', '0.8500', '0.8500', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (87, '2022-05-17', 2935, 86, 12, 4230, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (88, '2022-05-17', 2935, 86, 12, 4718, '8.0000', '0.7500', '0.7500', '1.0000', '1.0000', '88.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (89, '2022-05-17', 2933, 87, 12, 4228, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '104.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (90, '2022-05-17', 2923, 88, 13, 4218, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (91, '2022-05-17', 2921, 89, 13, 4216, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (92, '2022-05-17', 2504, 90, 13, 3799, '7.0000', '2.0800', '2.0800', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (93, '2022-05-17', 3163, 91, 13, 4458, '1.0000', '4.8600', '4.8600', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (94, '2022-05-17', 2527, 92, 13, 3822, '1.0000', '18.0000', '18.0000', '20.0000', '20.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (95, '2022-05-17', 2922, 93, 13, 4217, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (96, '2022-05-17', 3212, 94, 13, 4698, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 27, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (97, '2022-05-17', 3062, 95, 13, 4357, '1.0000', '13.0800', '13.0800', '16.0000', '16.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (98, '2022-05-17', 2952, 96, 13, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '87.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (99, '2022-05-17', 3114, 97, 13, 4409, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (100, '2022-05-17', 2645, 98, 13, 3940, '11.0000', '8.0000', '8.0000', '0.5000', '0.5000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (101, '2022-05-17', 3048, 99, 13, 4343, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '151.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (102, '2022-05-17', 2936, 100, 13, 4725, '10.0000', '3.7500', '3.7500', '5.0000', '5.0000', '43.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (103, '2022-05-17', 2920, 101, 13, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '46.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (104, '2022-05-17', 2643, 102, 13, 3938, '3.0000', '6.1300', '6.1300', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (105, '2022-05-17', 3085, 103, 13, 4380, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (106, '2022-05-17', 3014, 104, 13, 4309, '3.0000', '5.1300', '5.1300', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (107, '2022-05-17', 3047, 105, 13, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '61.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (108, '2022-05-17', 2917, 106, 13, 4212, '1.0000', '9.3800', '9.3800', '14.0000', '14.0000', '42.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (109, '2022-05-17', 3063, 107, 13, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (110, '2022-05-17', 2661, 108, 13, 3956, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (111, '2022-05-17', 2951, 109, 13, 4246, '5.0000', '2.0000', '2.0000', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (112, '2022-05-17', 2711, 110, 13, 4006, '2.0000', '4.2300', '4.2300', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (113, '2022-05-17', 3163, 111, 14, 4458, '3.0000', '4.8600', '4.8600', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (114, '2022-05-17', 2502, 112, 14, 3797, '3.0000', '2.0800', '2.0800', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (115, '2022-05-17', 3483, 113, 14, 4771, '8.0000', '0.8583', '0.8583', '1.5000', '1.5000', '112.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (116, '2022-05-17', 3074, 114, 14, 4369, '8.0000', '1.8600', '1.8600', '3.0000', '3.0000', '51.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (117, '2022-05-17', 2791, 115, 14, 4086, '1.0000', '2.9100', '2.9100', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (118, '2022-05-17', 2552, 116, 14, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (119, '2022-05-17', 3349, 117, 14, 4644, '5.0000', '2.9500', '2.9500', '5.0000', '5.0000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (120, '2022-05-17', 3063, 118, 14, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (121, '2022-05-17', 2508, 119, 14, 3803, '2.0000', '8.5000', '8.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (122, '2022-05-17', 2500, 120, 14, 3795, '2.0000', '10.0000', '10.0000', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (123, '2022-05-17', 2645, 121, 14, 3940, '4.0000', '8.0000', '8.0000', '0.5000', '0.5000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (124, '2022-05-17', 3085, 122, 14, 4380, '3.0000', '4.0000', '4.0000', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (125, '2022-05-17', 3126, 123, 14, 4421, '1.0000', '9.8500', '9.8500', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (126, '2022-05-17', 3311, 124, 14, 4606, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (127, '2022-05-17', 2620, 125, 14, 3915, '1.0000', '11.0000', '11.0000', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (128, '2022-05-17', 3014, 126, 14, 4309, '1.0000', '5.1300', '5.1300', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (129, '2022-05-17', 2927, 127, 14, 4222, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '85.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (130, '2022-05-17', 2921, 128, 14, 4216, '3.0000', '4.0000', '4.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (131, '2022-05-17', 2929, 129, 14, 4723, '1.0000', '4.5000', '4.5000', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (132, '2022-05-17', 2644, 130, 14, 3939, '7.0000', '3.4200', '3.4200', '6.0000', '6.0000', '61.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (133, '2022-05-17', 2695, 131, 14, 3990, '1.0000', '5.9400', '5.9400', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (134, '2022-05-17', 2749, 132, 14, 4044, '3.0000', '0.6900', '0.6900', '2.5000', '2.5000', '103.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (135, '2022-05-17', 2719, 133, 14, 4014, '4.0000', '0.9900', '0.9900', '2.0000', '2.0000', '124.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (136, '2022-05-17', 3120, 134, 14, 4415, '1.0000', '5.1700', '5.1700', '7.0000', '7.0000', '42.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (137, '2022-05-17', 2700, 135, 14, 3995, '1.0000', '6.4500', '6.4500', '6.0000', '6.0000', '76.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (138, '2022-05-17', 3273, 136, 14, 4568, '1.0000', '0.9800', '0.9800', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (139, '2022-05-17', 2517, 137, 14, 3812, '1.0000', '11.2000', '11.2000', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (140, '2022-05-17', 3048, 138, 14, 4343, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '150.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (141, '2022-05-17', 3047, 139, 14, 4342, '4.0000', '1.6700', '1.6700', '2.5000', '2.5000', '57.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (142, '2022-05-17', 2922, 140, 15, 4217, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (143, '2022-05-17', 2505, 141, 15, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '23.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (144, '2022-05-17', 3074, 142, 15, 4369, '4.0000', '1.8600', '1.8600', '3.0000', '3.0000', '47.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (145, '2022-05-17', 3164, 143, 15, 4459, '5.0000', '1.5100', '1.5100', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (146, '2022-05-17', 3306, 144, 15, 4601, '35.0000', '0.5100', '0.5100', '1.0000', '1.0000', '465.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (147, '2022-05-17', 2712, 145, 15, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (148, '2022-05-17', 3019, 146, 15, 4314, '1.0000', '189.1900', '189.1900', '250.0000', '250.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (149, '2022-05-17', 2646, 147, 15, 3941, '6.0000', '11.4400', '11.4400', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (150, '2022-05-17', 2822, 148, 15, 4117, '1.0000', '4.6700', '4.6700', '8.0000', '8.0000', '118.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (151, '2022-05-17', 2952, 149, 15, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '86.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (152, '2022-05-18', 2922, 150, 16, 4217, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (153, '2022-05-18', 2505, 151, 16, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (154, '2022-05-18', 3074, 152, 16, 4369, '4.0000', '1.8600', '1.8600', '3.0000', '3.0000', '43.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (155, '2022-05-18', 3164, 153, 16, 4459, '5.0000', '1.5100', '1.5100', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (156, '2022-05-18', 3306, 154, 16, 4601, '35.0000', '0.5100', '0.5100', '1.0000', '1.0000', '430.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (157, '2022-05-18', 2712, 155, 16, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (158, '2022-05-18', 2646, 156, 16, 3941, '6.0000', '11.4400', '11.4400', '15.0000', '15.0000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (159, '2022-05-18', 2822, 157, 16, 4117, '1.0000', '4.6700', '4.6700', '8.0000', '8.0000', '117.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (160, '2022-05-18', 2952, 158, 16, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '85.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (161, '2022-05-18', 3262, 159, 17, 4557, '2.0000', '6.1300', '6.1300', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (162, '2022-05-18', 3233, 160, 17, 4528, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (163, '2022-05-18', 2719, 161, 17, 4014, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '121.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (164, '2022-05-18', 3260, 162, 17, 4555, '2.0000', '1.6000', '1.6000', '3.0000', '3.0000', '72.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (165, '2022-05-18', 2491, 163, 17, 3786, '3.0000', '0.7900', '0.7900', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (166, '2022-05-18', 2749, 164, 17, 4044, '3.0000', '0.6900', '0.6900', '2.5000', '2.5000', '100.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (167, '2022-05-18', 3306, 165, 17, 4601, '50.0000', '0.5100', '0.5100', '1.0000', '1.0000', '380.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (168, '2022-05-18', 2699, 166, 17, 3994, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '113.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (169, '2022-05-18', 2725, 167, 17, 4020, '8.0000', '4.5900', '4.5900', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (170, '2022-05-18', 2726, 168, 17, 4021, '2.0000', '15.1900', '15.1900', '25.0000', '25.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (171, '2022-05-18', 2610, 169, 17, 3905, '2.0000', '5.0000', '5.0000', '7.0000', '7.0000', '67.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (172, '2022-05-18', 3208, 170, 17, 4503, '1.0000', '24.8500', '24.8500', '33.0000', '33.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (173, '2022-05-18', 2921, 171, 18, 4216, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (174, '2022-05-18', 3212, 172, 18, 4698, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 27, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (175, '2022-05-18', 2644, 173, 18, 3939, '6.0000', '3.4200', '3.4200', '6.0000', '6.0000', '55.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (176, '2022-05-18', 2902, 174, 18, 4197, '2.0000', '6.5800', '6.5800', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (177, '2022-05-18', 3483, 175, 18, 4771, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '110.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (178, '2022-05-18', 2653, 176, 18, 3948, '3.0000', '4.4200', '4.4200', '6.0000', '6.0000', '161.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (179, '2022-05-18', 2713, 177, 18, 4008, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (180, '2022-05-18', 2534, 178, 18, 4748, '2.0000', '4.2206', '4.2206', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (181, '2022-05-18', 2949, 179, 18, 4244, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (182, '2022-05-18', 3258, 180, 18, 4553, '2.0000', '6.6300', '6.6300', '11.5000', '11.5000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (183, '2022-05-18', 2646, 181, 18, 3941, '12.0000', '11.4400', '11.4400', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (184, '2022-05-18', 2711, 182, 18, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '95.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (185, '2022-05-18', 2919, 183, 18, 4214, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (186, '2022-05-18', 2929, 184, 18, 4723, '1.0000', '4.5000', '4.5000', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (187, '2022-05-18', 3172, 185, 18, 4467, '1.0000', '3.5300', '3.5300', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (188, '2022-05-18', 2935, 186, 18, 4718, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '83.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (189, '2022-05-18', 3062, 187, 19, 4357, '1.0000', '13.0800', '13.0800', '16.0000', '16.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (190, '2022-05-18', 3184, 188, 19, 4479, '1.0000', '23.7000', '23.7000', '32.0000', '32.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (191, '2022-05-18', 2534, 189, 19, 4748, '2.0000', '4.2206', '4.2206', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (192, '2022-05-18', 2952, 190, 19, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '83.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (193, '2022-05-18', 3483, 191, 19, 4771, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '105.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (194, '2022-05-18', 2712, 192, 19, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (195, '2022-05-18', 2950, 193, 19, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (196, '2022-05-18', 3305, 194, 19, 4600, '20.0000', '0.6100', '0.6100', '0.6000', '0.6000', '576.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (197, '2022-05-18', 3015, 195, 19, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '287.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (198, '2022-05-18', 3014, 196, 19, 4309, '1.0000', '5.1300', '5.1300', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (199, '2022-05-18', 2936, 197, 19, 4725, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '42.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (200, '2022-05-18', 2921, 198, 19, 4216, '3.0000', '4.0000', '4.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (201, '2022-05-18', 3061, 199, 19, 4356, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (202, '2022-05-18', 2888, 200, 19, 4183, '2.0000', '0.8500', '0.8500', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (203, '2022-05-18', 2711, 201, 19, 4712, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '89.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (204, '2022-05-18', 2483, 202, 19, 3778, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (205, '2022-05-18', 2647, 203, 19, 3942, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (206, '2022-05-18', 3163, 204, 19, 4458, '1.0000', '4.8600', '4.8600', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (207, '2022-05-18', 3260, 205, 19, 4555, '2.0000', '1.6000', '1.6000', '3.0000', '3.0000', '70.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (208, '2022-05-18', 2719, 206, 19, 4014, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '119.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (209, '2022-05-18', 2646, 207, 19, 3941, '3.0000', '11.4400', '11.4400', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (210, '2022-05-18', 3114, 208, 19, 4409, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (211, '2022-05-18', 2642, 209, 19, 4750, '4.0000', '5.8333', '5.8333', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (212, '2022-05-18', 3017, 210, 19, 4312, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (213, '2022-05-18', 2927, 211, 19, 4222, '15.0000', '1.5000', '1.5000', '2.0000', '2.0000', '70.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (214, '2022-05-18', 2929, 212, 19, 4723, '3.0000', '4.5000', '4.5000', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (215, '2022-05-18', 2902, 213, 19, 4197, '1.0000', '6.5800', '6.5800', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (216, '2022-05-18', 2789, 214, 20, 4084, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (217, '2022-05-18', 3164, 215, 20, 4459, '2.0000', '1.5100', '1.5100', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (218, '2022-05-18', 2661, 216, 20, 3956, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (219, '2022-05-18', 2485, 217, 20, 3780, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (220, '2022-05-18', 2500, 218, 20, 3795, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (221, '2022-05-18', 2902, 219, 20, 4197, '7.0000', '6.5800', '6.5800', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (222, '2022-05-18', 2646, 220, 20, 3941, '1.0000', '11.4400', '11.4400', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (223, '2022-05-18', 3017, 221, 20, 4312, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (224, '2022-05-18', 3085, 222, 20, 4380, '2.0000', '4.0000', '4.0000', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (225, '2022-05-18', 2660, 223, 20, 3955, '4.0000', '3.5700', '3.5700', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (226, '2022-05-18', 2647, 224, 20, 3942, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (227, '2022-05-18', 2917, 225, 20, 4212, '1.0000', '9.3800', '9.3800', '14.0000', '14.0000', '41.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (228, '2022-05-18', 2711, 226, 20, 4712, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '87.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (229, '2022-05-18', 2642, 227, 20, 4750, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (230, '2022-05-18', 2934, 228, 20, 4229, '2.0000', '3.7500', '3.7500', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (231, '2022-05-18', 2649, 229, 20, 4752, '11.0000', '6.2500', '6.2500', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (232, '2022-05-18', 2936, 230, 20, 4725, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '41.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (233, '2022-05-18', 3172, 231, 20, 4467, '1.0000', '3.5300', '3.5300', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (234, '2022-05-18', 3084, 232, 21, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (235, '2022-05-18', 2877, 233, 21, 4172, '1.0000', '2.5400', '2.5400', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (236, '2022-05-18', 2818, 234, 21, 4113, '1.0000', '10.0400', '10.0400', '14.0000', '14.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (237, '2022-05-18', 2644, 235, 21, 3939, '2.0000', '3.4200', '3.4200', '6.0000', '6.0000', '53.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (238, '2022-05-18', 2658, 236, 21, 3953, '1.0000', '38.8900', '38.8900', '52.0000', '52.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (239, '2022-05-18', 3260, 237, 21, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '69.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (240, '2022-05-18', 3061, 238, 21, 4356, '4.0000', '4.1700', '4.1700', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (241, '2022-05-18', 3158, 239, 21, 4453, '1.0000', '13.6700', '13.6700', '22.0000', '22.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (242, '2022-05-18', 3219, 240, 21, 4514, '1.0000', '11.5000', '11.5000', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (243, '2022-05-18', 2520, 241, 21, 3815, '1.0000', '26.0500', '26.0500', '35.0000', '35.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (244, '2022-05-18', 2964, 242, 21, 4259, '2.0000', '10.8300', '10.8300', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (245, '2022-05-18', 2606, 243, 21, 3901, '3.0000', '30.9400', '30.9400', '40.0000', '40.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (246, '2022-05-18', 2933, 244, 21, 4228, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '99.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (247, '2022-05-18', 2902, 245, 21, 4197, '2.0000', '6.5800', '6.5800', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (248, '2022-05-18', 2502, 246, 21, 3797, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (249, '2022-05-18', 3172, 247, 21, 4467, '3.0000', '3.5300', '3.5300', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (250, '2022-05-18', 2646, 248, 21, 3941, '6.0000', '11.4400', '11.4400', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (251, '2022-05-18', 2929, 249, 21, 4723, '3.0000', '4.5000', '4.5000', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (252, '2022-05-18', 2920, 250, 21, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '45.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (253, '2022-05-18', 2935, 251, 21, 4718, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '82.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (254, '2022-05-18', 3085, 252, 21, 4380, '2.0000', '4.0000', '4.0000', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (255, '2022-05-18', 2711, 253, 21, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '86.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (256, '2022-05-18', 2952, 254, 21, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '82.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (257, '2022-05-18', 2982, 255, 21, 4277, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (258, '2022-05-18', 3311, 256, 21, 4606, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (259, '2022-05-18', 3311, 256, 21, 4779, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (260, '2022-05-18', 2719, 257, 21, 4014, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '117.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (261, '2022-05-18', 2491, 258, 22, 3786, '3.0000', '0.7900', '0.7900', '1.5000', '1.5000', '88.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (262, '2022-05-18', 2789, 259, 22, 4084, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (263, '2022-05-18', 2935, 260, 22, 4718, '8.0000', '0.7500', '0.7500', '1.0000', '1.0000', '74.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (264, '2022-05-18', 2927, 261, 22, 4222, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '69.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (265, '2022-05-18', 3026, 262, 22, 4321, '3.0000', '2.4800', '2.4800', '3.5000', '3.5000', '45.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (266, '2022-05-18', 3062, 263, 22, 4357, '1.0000', '13.0800', '13.0800', '16.0000', '16.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (267, '2022-05-18', 2644, 264, 22, 3939, '3.0000', '3.4200', '3.4200', '6.0000', '6.0000', '50.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (268, '2022-05-18', 2483, 265, 22, 3778, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (269, '2022-05-18', 2647, 266, 22, 3942, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (270, '2022-05-18', 2712, 267, 22, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (271, '2022-05-18', 2642, 268, 22, 4750, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (272, '2022-05-18', 2651, 269, 22, 3946, '1.0000', '5.8300', '5.8300', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (273, '2022-05-18', 2504, 270, 22, 3799, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (274, '2022-05-18', 3000, 271, 22, 4295, '1.0000', '59.0000', '59.0000', '80.0000', '80.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (275, '2022-05-18', 3172, 272, 22, 4467, '1.0000', '3.5300', '3.5300', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (276, '2022-05-18', 2499, 273, 22, 3794, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (277, '2022-05-18', 3166, 274, 22, 4461, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (278, '2022-05-18', 3086, 275, 22, 4381, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (279, '2022-05-18', 2517, 276, 22, 3812, '2.0000', '11.2000', '11.2000', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (280, '2022-05-18', 2952, 277, 22, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '81.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (281, '2022-05-18', 3080, 278, 22, 4375, '2.0000', '12.6500', '12.6500', '20.0000', '20.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (282, '2022-05-18', 2608, 279, 22, 3903, '1.0000', '30.5900', '30.5900', '40.0000', '40.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (283, '2022-05-18', 2980, 280, 22, 4275, '1.0000', '35.4700', '35.4700', '47.0000', '47.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (284, '2022-05-18', 2833, 281, 22, 4128, '1.0000', '27.2200', '27.2200', '38.0000', '38.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (285, '2022-05-18', 2971, 282, 22, 4266, '5.0000', '5.2500', '5.2500', '6.5000', '6.5000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (286, '2022-05-18', 2800, 283, 22, 4095, '1.0000', '9.8500', '9.8500', '14.0000', '14.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (287, '2022-05-18', 2801, 284, 22, 4096, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (288, '2022-05-18', 2646, 285, 22, 3941, '1.0000', '11.4400', '11.4400', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (289, '2022-05-18', 3063, 286, 22, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (290, '2022-05-18', 2920, 287, 22, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '44.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (291, '2022-05-18', 2901, 288, 22, 4645, '6.0000', '14.0900', '14.0900', '18.0000', '18.0000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (292, '2022-05-18', 2505, 289, 22, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (293, '2022-05-18', 3061, 290, 22, 4356, '3.0000', '4.1700', '4.1700', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (294, '2022-05-18', 2791, 291, 23, 4086, '1.0000', '2.9100', '2.9100', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (295, '2022-05-18', 2504, 292, 23, 3799, '4.0000', '2.0800', '2.0800', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (296, '2022-05-18', 3061, 293, 23, 4356, '3.0000', '4.1700', '4.1700', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (297, '2022-05-18', 2886, 294, 23, 4181, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (298, '2022-05-18', 2727, 295, 23, 4022, '1.0000', '27.9900', '27.9900', '40.0000', '40.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (299, '2022-05-18', 2919, 296, 23, 4214, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (300, '2022-05-18', 2583, 297, 23, 3878, '2.0000', '14.3800', '14.3800', '20.0000', '20.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (301, '2022-05-18', 2652, 298, 23, 3947, '4.0000', '9.0100', '9.0100', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (302, '2022-05-18', 3172, 299, 23, 4467, '2.0000', '3.5300', '3.5300', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (303, '2022-05-18', 3172, 299, 23, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '126.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (304, '2022-05-18', 2646, 300, 23, 3941, '1.0000', '11.4400', '11.4400', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (305, '2022-05-18', 2926, 301, 23, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (306, '2022-05-18', 3114, 302, 23, 4409, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (307, '2022-05-18', 3062, 303, 23, 4357, '2.0000', '13.0800', '13.0800', '16.0000', '16.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (308, '2022-05-18', 2500, 304, 23, 3795, '2.0000', '10.0000', '10.0000', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (309, '2022-05-18', 2927, 305, 23, 4222, '18.0000', '1.5000', '1.5000', '2.0000', '2.0000', '51.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (310, '2022-05-18', 2935, 306, 23, 4718, '45.0000', '0.7500', '0.7500', '1.0000', '1.0000', '29.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (311, '2022-05-18', 2922, 307, 23, 4722, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (312, '2022-05-18', 2936, 308, 23, 4725, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '36.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (313, '2022-05-18', 2645, 309, 23, 3940, '7.0000', '8.0000', '8.0000', '0.5000', '0.5000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (314, '2022-05-18', 3063, 310, 23, 4358, '3.0000', '2.6300', '2.6300', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (315, '2022-05-18', 3060, 311, 23, 4355, '1.0000', '6.5000', '6.5000', '8.0000', '8.0000', '51.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (316, '2022-05-18', 2644, 312, 23, 3939, '6.0000', '3.4200', '3.4200', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (317, '2022-05-18', 2653, 313, 23, 3948, '14.0000', '4.4200', '4.4200', '6.0000', '6.0000', '147.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (318, '2022-05-18', 2982, 314, 24, 4277, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (319, '2022-05-18', 2960, 315, 24, 4255, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '72.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (320, '2022-05-18', 2936, 316, 24, 4725, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '35.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (321, '2022-05-18', 2927, 317, 24, 4222, '4.0000', '1.5000', '1.5000', '2.0000', '2.0000', '47.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (322, '2022-05-18', 2918, 318, 24, 4213, '4.0000', '1.8800', '1.8800', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (323, '2022-05-18', 2922, 319, 24, 4722, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (324, '2022-05-18', 2924, 320, 24, 4219, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (325, '2022-05-18', 2917, 321, 24, 4212, '1.0000', '9.3800', '9.3800', '14.0000', '14.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (326, '2022-05-18', 2952, 322, 24, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '79.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (327, '2022-05-18', 2653, 323, 24, 3948, '2.0000', '4.4200', '4.4200', '6.0000', '6.0000', '145.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (328, '2022-05-18', 3483, 324, 24, 4771, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '103.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (329, '2022-05-18', 2646, 325, 24, 3941, '1.0000', '11.4400', '11.4400', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (330, '2022-05-18', 3017, 326, 24, 4312, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (331, '2022-05-18', 2790, 327, 24, 4085, '2.0000', '5.0100', '5.0100', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (332, '2022-05-18', 2888, 328, 24, 4183, '1.0000', '0.8500', '0.8500', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (333, '2022-05-18', 2645, 329, 24, 3940, '14.0000', '8.0000', '8.0000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (334, '2022-05-18', 2645, 329, 24, 4733, '7.0000', '8.2737', '8.2737', '0.5000', '0.5000', '137.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (335, '2022-05-18', 3061, 330, 24, 4356, '3.0000', '4.1700', '4.1700', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (336, '2022-05-18', 3482, 331, 24, 4769, '6.0000', '1.2500', '1.2500', '2.0000', '2.0000', '30.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (337, '2022-05-18', 3060, 332, 24, 4355, '1.0000', '6.5000', '6.5000', '8.0000', '8.0000', '50.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (338, '2022-05-18', 3163, 333, 24, 4458, '1.0000', '4.8600', '4.8600', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (339, '2022-05-18', 2710, 334, 24, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (340, '2022-05-18', 2502, 335, 24, 3797, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (341, '2022-05-18', 3311, 336, 24, 4779, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (342, '2022-05-18', 2644, 337, 24, 3939, '10.0000', '3.4200', '3.4200', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (343, '2022-05-18', 3084, 338, 25, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (344, '2022-05-18', 2644, 339, 25, 3939, '2.0000', '3.4200', '3.4200', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (345, '2022-05-18', 2699, 340, 25, 3994, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '112.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (346, '2022-05-18', 2960, 341, 25, 4255, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '71.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (347, '2022-05-18', 2901, 342, 25, 4645, '5.0000', '14.0900', '14.0900', '18.0000', '18.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (348, '2022-05-18', 2922, 343, 25, 4722, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (349, '2022-05-18', 2504, 344, 25, 3799, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (350, '2022-05-18', 3172, 345, 25, 4776, '4.0000', '3.5094', '3.5094', '4.0000', '4.0000', '122.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (351, '2022-05-18', 3163, 346, 25, 4458, '1.0000', '4.8600', '4.8600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (352, '2022-05-18', 2652, 347, 25, 3947, '6.0000', '9.0100', '9.0100', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (353, '2022-05-18', 2902, 348, 25, 4747, '1.0000', '6.7300', '6.7300', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (354, '2022-05-18', 3126, 349, 25, 4421, '3.0000', '9.8500', '9.8500', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (355, '2022-05-18', 2499, 350, 25, 3794, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (356, '2022-05-18', 3060, 351, 25, 4355, '4.0000', '6.5000', '6.5000', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (357, '2022-05-18', 2919, 352, 25, 4214, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (358, '2022-05-18', 2936, 353, 25, 4725, '6.0000', '3.7500', '3.7500', '5.0000', '5.0000', '29.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (359, '2022-05-18', 2935, 354, 25, 4718, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (360, '2022-05-18', 2634, 355, 25, 3929, '4.0000', '2.9200', '2.9200', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (361, '2022-05-18', 2534, 356, 25, 4748, '5.0000', '4.2206', '4.2206', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (362, '2022-05-18', 2952, 357, 25, 4247, '4.0000', '2.8600', '2.8600', '4.0000', '4.0000', '75.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (363, '2022-05-18', 2647, 358, 25, 3942, '6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (364, '2022-05-18', 3483, 359, 25, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '102.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (365, '2022-05-18', 3044, 360, 25, 4339, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (366, '2022-05-18', 2711, 361, 25, 4712, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '82.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (367, '2022-05-18', 3048, 362, 25, 4343, '5.0000', '0.8300', '0.8300', '1.5000', '1.5000', '145.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (368, '2022-05-18', 3190, 363, 25, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '96.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (369, '2022-05-18', 3260, 364, 25, 4555, '3.0000', '1.6000', '1.6000', '3.0000', '3.0000', '66.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (370, '2022-05-18', 2719, 365, 25, 4014, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '115.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (371, '2022-05-18', 2749, 366, 25, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '99.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (372, '2022-05-18', 3081, 367, 25, 4376, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (373, '2022-05-18', 3254, 368, 25, 4549, '8.0000', '0.0800', '0.0800', '0.5000', '0.5000', '379.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (374, '2022-05-18', 3297, 369, 25, 4592, '8.0000', '0.1200', '0.1200', '0.3000', '0.3000', '752.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (375, '2022-05-18', 2930, 370, 25, 4225, '4.0000', '4.5000', '4.5000', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (376, '2022-05-18', 2917, 371, 26, 4212, '21.0000', '9.3800', '9.3800', '14.0000', '14.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (377, '2022-05-18', 2648, 372, 26, 4741, '21.0000', '7.5425', '7.5425', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (378, '2022-05-18', 2652, 373, 26, 3947, '6.0000', '9.0100', '9.0100', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (379, '2022-05-18', 2652, 373, 26, 4740, '11.0000', '9.4154', '9.4154', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (380, '2022-05-18', 2645, 374, 26, 4733, '20.0000', '8.2737', '8.2737', '0.5000', '0.5000', '117.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (381, '2022-05-18', 2901, 375, 26, 4645, '3.0000', '14.0900', '14.0900', '18.0000', '18.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (382, '2022-05-18', 2643, 376, 27, 3938, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (383, '2022-05-18', 2822, 377, 27, 4117, '1.0000', '4.6700', '4.6700', '8.0000', '8.0000', '116.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (384, '2022-05-18', 2712, 378, 27, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (385, '2022-05-18', 2647, 379, 27, 3942, '8.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (386, '2022-05-18', 2644, 380, 27, 3939, '4.0000', '3.4200', '3.4200', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (387, '2022-05-18', 3063, 381, 28, 4358, '2.0000', '2.6300', '2.6300', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (388, '2022-05-18', 2713, 382, 28, 4008, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (389, '2022-05-18', 2647, 383, 28, 3942, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (390, '2022-05-18', 2644, 384, 28, 3939, '1.0000', '3.4200', '3.4200', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (391, '2022-05-18', 2888, 385, 29, 4183, '1.0000', '0.8500', '0.8500', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (392, '2022-05-18', 2952, 386, 29, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '74.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (393, '2022-05-18', 2822, 387, 29, 4117, '5.0000', '4.6700', '4.6700', '8.0000', '8.0000', '111.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (394, '2022-05-18', 2935, 388, 29, 4718, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (395, '2022-05-18', 2918, 389, 29, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (396, '2022-05-18', 2927, 390, 29, 4222, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '45.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (397, '2022-05-18', 2644, 391, 29, 3939, '6.0000', '3.4200', '3.4200', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (398, '2022-05-18', 3172, 392, 29, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '121.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (399, '2022-05-18', 2507, 393, 29, 3802, '1.0000', '4.8300', '4.8300', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (400, '2022-05-18', 3483, 394, 29, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '101.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (401, '2022-05-18', 3120, 395, 29, 4415, '2.0000', '5.1700', '5.1700', '7.0000', '7.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (402, '2022-05-18', 3048, 396, 29, 4343, '3.0000', '0.8300', '0.8300', '1.5000', '1.5000', '142.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (403, '2022-05-18', 3166, 397, 29, 4461, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (404, '2022-05-18', 2648, 398, 29, 4741, '2.0000', '7.5425', '7.5425', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (405, '2022-05-18', 2642, 399, 29, 4750, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (406, '2022-05-18', 3230, 400, 29, 4525, '2.0000', '2.4400', '2.4400', '5.0000', '5.0000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (407, '2022-05-18', 2713, 401, 29, 4008, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (408, '2022-05-18', 3085, 402, 29, 4380, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (409, '2022-05-18', 3121, 403, 29, 4416, '2.0000', '2.4600', '2.4600', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (410, '2022-05-18', 2502, 404, 29, 3797, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (411, '2022-05-18', 3114, 405, 29, 4409, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (412, '2022-05-18', 2508, 406, 29, 3803, '2.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (413, '2022-05-18', 2653, 407, 29, 3948, '8.0000', '4.4200', '4.4200', '6.0000', '6.0000', '137.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (414, '2022-05-18', 3060, 408, 29, 4355, '19.0000', '6.5000', '6.5000', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (415, '2022-05-18', 3047, 409, 29, 4342, '7.0000', '1.6700', '1.6700', '2.5000', '2.5000', '50.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (416, '2022-05-18', 3344, 410, 29, 4639, '4.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (417, '2022-05-18', 2791, 411, 29, 4086, '1.0000', '2.9100', '2.9100', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (418, '2022-05-18', 2881, 412, 29, 4176, '2.0000', '0.8200', '0.8200', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (419, '2022-05-18', 2534, 413, 29, 4748, '5.0000', '4.2206', '4.2206', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (420, '2022-05-18', 2505, 414, 29, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (421, '2022-05-18', 2649, 415, 29, 4752, '1.0000', '6.2500', '6.2500', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (422, '2022-05-18', 2982, 416, 29, 4277, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (423, '2022-05-18', 3212, 417, 29, 4698, '8.0000', '3.3333', '3.3333', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 27, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (424, '2022-05-18', 2661, 418, 29, 3956, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (425, '2022-05-18', 3063, 419, 30, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (426, '2022-05-18', 2927, 420, 30, 4222, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '44.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (427, '2022-05-18', 2952, 421, 30, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (428, '2022-05-18', 3061, 422, 30, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (429, '2022-05-18', 2712, 423, 30, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (430, '2022-05-18', 2893, 424, 30, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (431, '2022-05-18', 3074, 425, 30, 4369, '1.0000', '1.8600', '1.8600', '3.0000', '3.0000', '42.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (432, '2022-05-18', 2888, 426, 30, 4183, '2.0000', '0.8500', '0.8500', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (433, '2022-05-18', 2505, 427, 30, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (434, '2022-05-18', 3164, 428, 30, 4459, '3.0000', '1.5100', '1.5100', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (435, '2022-05-18', 2864, 429, 30, 4159, '3.0000', '4.4500', '4.4500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (436, '2022-05-18', 3172, 430, 30, 4776, '2.0000', '3.5094', '3.5094', '4.0000', '4.0000', '119.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (437, '2022-05-18', 2713, 431, 30, 4008, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (438, '2022-05-18', 3120, 432, 30, 4415, '1.0000', '5.1700', '5.1700', '7.0000', '7.0000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (439, '2022-05-18', 2905, 433, 30, 4200, '1.0000', '4.1600', '4.1600', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (440, '2022-05-18', 3212, 434, 30, 4698, '3.0000', '3.3333', '3.3333', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 27, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (441, '2022-05-18', 2534, 435, 30, 4748, '2.0000', '4.2206', '4.2206', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (442, '2022-05-18', 3048, 436, 30, 4343, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '140.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (443, '2022-05-18', 2877, 437, 30, 4172, '2.0000', '2.5400', '2.5400', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (444, '2022-05-18', 3483, 438, 30, 4771, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '98.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (445, '2022-05-18', 2927, 439, 31, 4222, '3.0000', '1.5000', '1.5000', '2.0000', '2.0000', '41.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (446, '2022-05-18', 3172, 440, 31, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '118.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (447, '2022-05-18', 2502, 441, 31, 3797, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (448, '2022-05-18', 2508, 442, 31, 3803, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (449, '2022-05-18', 2710, 443, 31, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (450, '2022-05-18', 2982, 444, 31, 4277, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (451, '2022-05-18', 2505, 445, 31, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (452, '2022-05-18', 2873, 446, 31, 4168, '1.0000', '2.5000', '2.5000', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (453, '2022-05-18', 2713, 447, 31, 4008, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (454, '2022-05-18', 3060, 448, 31, 4355, '4.0000', '6.5000', '6.5000', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (455, '2022-05-18', 3085, 449, 31, 4380, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (456, '2022-05-18', 2514, 450, 31, 3809, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (457, '2022-05-18', 2534, 451, 31, 4748, '2.0000', '4.2206', '4.2206', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (458, '2022-05-18', 3047, 452, 31, 4342, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '47.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (459, '2022-05-18', 3219, 453, 31, 4514, '2.0000', '11.5000', '11.5000', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (460, '2022-05-18', 3311, 454, 31, 4779, '12.0000', '0.8700', '0.8700', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (461, '2022-05-18', 3048, 455, 31, 4343, '7.0000', '0.8300', '0.8300', '1.5000', '1.5000', '133.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (462, '2022-05-18', 2827, 456, 31, 4122, '8.0000', '0.1600', '0.1600', '0.2500', '0.2500', '180.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (463, '2022-05-18', 3164, 457, 31, 4459, '4.0000', '1.5100', '1.5100', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (464, '2022-05-18', 3212, 458, 31, 4698, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 27, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (465, '2022-05-18', 3483, 459, 31, 4771, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '92.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (466, '2022-05-18', 3086, 460, 31, 4381, '2.0000', '2.5800', '2.5800', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (467, '2022-05-18', 2661, 461, 31, 3956, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (468, '2022-05-18', 2650, 462, 32, 4751, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (469, '2022-05-18', 2712, 463, 32, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (470, '2022-05-18', 2957, 464, 32, 4252, '1.0000', '7.0000', '7.0000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (471, '2022-05-18', 3048, 465, 32, 4343, '5.0000', '0.8300', '0.8300', '1.5000', '1.5000', '128.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (472, '2022-05-18', 2534, 466, 32, 4748, '1.0000', '4.2206', '4.2206', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (473, '2022-05-18', 2713, 467, 32, 4008, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (474, '2022-05-18', 3164, 468, 32, 4459, '2.0000', '1.5100', '1.5100', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (475, '2022-05-18', 3120, 469, 32, 4415, '9.0000', '5.1700', '5.1700', '7.0000', '7.0000', '30.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (476, '2022-05-18', 3086, 470, 32, 4381, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (477, '2022-05-18', 3212, 471, 32, 4698, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 27, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (478, '2022-05-18', 2650, 472, 33, 4751, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (479, '2022-05-18', 2642, 473, 33, 4750, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (480, '2022-05-18', 2653, 474, 33, 3948, '2.0000', '4.4200', '4.4200', '6.0000', '6.0000', '135.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (481, '2022-05-18', 2879, 475, 33, 4174, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (482, '2022-05-18', 2712, 476, 33, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (483, '2022-05-18', 2534, 477, 33, 4748, '5.0000', '4.2206', '4.2206', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (484, '2022-05-18', 3212, 478, 33, 4698, '3.0000', '3.3333', '3.3333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 27, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (485, '2022-05-18', 3086, 479, 33, 4381, '3.0000', '2.5800', '2.5800', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (486, '2022-05-18', 2710, 480, 33, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '32.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (487, '2022-05-18', 2713, 481, 33, 4008, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (488, '2022-05-18', 3164, 482, 33, 4459, '1.0000', '1.5100', '1.5100', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (489, '2022-05-18', 2790, 483, 34, 4085, '2.0000', '5.0100', '5.0100', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (490, '2022-05-18', 2653, 484, 34, 3948, '1.0000', '4.4200', '4.4200', '6.0000', '6.0000', '134.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (491, '2022-05-18', 2647, 485, 34, 3942, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (492, '2022-05-18', 2646, 486, 34, 3941, '1.0000', '11.4400', '11.4400', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (493, '2022-05-18', 3047, 487, 34, 4342, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '44.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (494, '2022-05-18', 2712, 488, 34, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (495, '2022-05-18', 3060, 489, 34, 4355, '4.0000', '6.5000', '6.5000', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (496, '2022-05-18', 3085, 490, 34, 4380, '2.0000', '4.0000', '4.0000', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (497, '2022-05-18', 3062, 491, 34, 4357, '1.0000', '13.0800', '13.0800', '16.0000', '16.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (498, '2022-05-18', 3483, 492, 34, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '91.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (499, '2022-05-18', 3120, 493, 34, 4415, '14.0000', '5.1700', '5.1700', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (500, '2022-05-18', 3114, 494, 34, 4409, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (501, '2022-05-18', 2713, 495, 34, 4716, '6.0000', '5.9500', '5.9500', '7.0000', '7.0000', '90.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (502, '2022-05-18', 2789, 496, 34, 4084, '3.0000', '8.4200', '8.4200', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (503, '2022-05-18', 3048, 497, 34, 4343, '9.0000', '0.8300', '0.8300', '1.5000', '1.5000', '119.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (504, '2022-05-18', 2508, 498, 35, 4739, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (505, '2022-05-18', 2952, 499, 35, 4247, '3.0000', '2.8600', '2.8600', '4.0000', '4.0000', '70.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (506, '2022-05-18', 2953, 500, 35, 4248, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (507, '2022-05-18', 2922, 501, 35, 4722, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (508, '2022-05-18', 3047, 502, 35, 4342, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (509, '2022-05-18', 2902, 503, 35, 4747, '3.0000', '6.7300', '6.7300', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (510, '2022-05-18', 3120, 504, 35, 4415, '7.0000', '5.1700', '5.1700', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (511, '2022-05-18', 2711, 505, 35, 4712, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '80.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (512, '2022-05-18', 2502, 506, 35, 3797, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (513, '2022-05-18', 2713, 507, 35, 4716, '4.0000', '5.9500', '5.9500', '7.0000', '7.0000', '86.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (514, '2022-05-18', 3164, 508, 35, 4459, '1.0000', '1.5100', '1.5100', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (515, '2022-05-18', 3048, 509, 35, 4343, '4.0000', '0.8300', '0.8300', '1.5000', '1.5000', '115.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (516, '2022-05-18', 2982, 510, 35, 4277, '4.0000', '5.1600', '5.1600', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (517, '2022-05-18', 2888, 511, 35, 4183, '8.0000', '0.8500', '0.8500', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (518, '2022-05-18', 2534, 512, 35, 4748, '3.0000', '4.2206', '4.2206', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (519, '2022-05-18', 3212, 513, 35, 4698, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 27, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (520, '2022-05-18', 2653, 514, 35, 3948, '16.0000', '4.4200', '4.4200', '6.0000', '6.0000', '118.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (521, '2022-05-18', 2644, 515, 35, 3939, '2.0000', '3.4200', '3.4200', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (522, '2022-05-18', 3114, 516, 36, 4409, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (523, '2022-05-18', 3164, 517, 36, 4459, '1.0000', '1.5100', '1.5100', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (524, '2022-05-18', 2713, 518, 36, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '85.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (525, '2022-05-18', 2879, 519, 36, 4174, '3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (526, '2022-05-18', 2886, 520, 36, 4181, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (527, '2022-05-18', 2500, 521, 36, 3795, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (528, '2022-05-18', 2517, 522, 36, 3812, '1.0000', '11.2000', '11.2000', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (529, '2022-05-18', 2893, 523, 36, 4188, '3.0000', '1.0800', '1.0800', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (530, '2022-05-18', 2712, 524, 36, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (531, '2022-05-18', 3048, 525, 36, 4343, '4.0000', '0.8300', '0.8300', '1.5000', '1.5000', '111.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (532, '2022-05-18', 2797, 526, 36, 4092, '1.0000', '0.0100', '0.0100', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (533, '2022-05-18', 3230, 527, 36, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (534, '2022-05-18', 2888, 528, 36, 4183, '4.0000', '0.8500', '0.8500', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (535, '2022-05-18', 3120, 529, 36, 4415, '3.0000', '5.1700', '5.1700', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (536, '2022-05-18', 3483, 530, 36, 4771, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '86.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (537, '2022-05-18', 3047, 531, 36, 4342, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (538, '2022-05-18', 3121, 532, 36, 4416, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (539, '2022-05-18', 2534, 533, 36, 4748, '2.0000', '4.2206', '4.2206', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (540, '2022-05-18', 3084, 534, 37, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (541, '2022-05-18', 2710, 535, 37, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '31.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (542, '2022-05-18', 2713, 536, 37, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '84.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (543, '2022-05-18', 3114, 537, 37, 4409, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (544, '2022-05-18', 3164, 538, 37, 4459, '8.0000', '1.5100', '1.5100', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (545, '2022-05-18', 3164, 538, 37, 4710, '2.0000', '1.5360', '1.5360', '2.5000', '2.5000', '48.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (546, '2022-05-18', 3483, 539, 37, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '85.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (547, '2022-05-18', 3086, 540, 37, 4381, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (548, '2022-05-18', 3120, 541, 37, 4415, '6.0000', '5.1700', '5.1700', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (549, '2022-05-18', 2534, 542, 37, 4748, '7.0000', '4.2206', '4.2206', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (550, '2022-05-18', 2712, 543, 37, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (551, '2022-05-18', 2552, 544, 37, 3847, '2.0000', '0.4000', '0.4000', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (552, '2022-05-18', 2534, 545, 38, 4759, '1.0000', '4.2206', '4.2206', '6.0000', '6.0000', '59.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (553, '2022-05-18', 3164, 546, 38, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '47.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (554, '2022-05-18', 2712, 547, 38, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (555, '2022-05-18', 2552, 548, 38, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (556, '2022-05-18', 2648, 549, 39, 4741, '1.0000', '7.5425', '7.5425', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (557, '2022-05-18', 2645, 550, 39, 4733, '14.0000', '8.2737', '8.2737', '0.5000', '0.5000', '103.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (558, '2022-05-18', 3172, 551, 39, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '117.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (559, '2022-05-18', 3485, 552, 39, 4784, '2.0000', '6.2500', '6.2500', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (560, '2022-05-18', 2936, 553, 39, 4725, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (561, '2022-05-18', 2653, 554, 39, 3948, '3.0000', '4.4200', '4.4200', '6.0000', '6.0000', '115.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (562, '2022-05-18', 2698, 555, 39, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '64.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (563, '2022-05-18', 2982, 556, 39, 4277, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (564, '2022-05-18', 2645, 557, 40, 4733, '1.0000', '8.2737', '8.2737', '0.5000', '0.5000', '102.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (565, '2022-05-18', 3481, 558, 40, 4770, '3.0000', '0.4163', '0.4163', '1.0000', '1.0000', '77.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (566, '2022-05-18', 2505, 559, 40, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (567, '2022-05-18', 2933, 560, 40, 4228, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '94.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (568, '2022-05-18', 2822, 561, 40, 4117, '4.0000', '4.6700', '4.6700', '8.0000', '8.0000', '107.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (569, '2022-05-18', 3182, 562, 40, 4767, '1.0000', '7.7925', '7.7925', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (570, '2022-05-18', 2919, 563, 40, 4214, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (571, '2022-05-18', 2935, 564, 40, 4718, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (572, '2022-05-18', 2507, 565, 40, 3802, '2.0000', '4.8300', '4.8300', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (573, '2022-05-18', 2918, 566, 40, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (574, '2022-05-18', 3311, 567, 40, 4779, '6.0000', '0.8700', '0.8700', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (575, '2022-05-18', 2881, 568, 40, 4176, '1.0000', '0.8200', '0.8200', '2.0000', '2.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (576, '2022-05-18', 2713, 569, 40, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '83.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (577, '2022-05-18', 2649, 570, 40, 4752, '1.0000', '6.2500', '6.2500', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (578, '2022-05-18', 3482, 571, 40, 4769, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '28.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (579, '2022-05-18', 2936, 572, 40, 4725, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (580, '2022-05-18', 3341, 573, 40, 4636, '2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (581, '2022-05-18', 2643, 574, 40, 3938, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (582, '2022-05-18', 2982, 575, 40, 4277, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (583, '2022-05-18', 2653, 576, 40, 3948, '22.0000', '4.4200', '4.4200', '6.0000', '6.0000', '93.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (584, '2022-05-18', 3483, 577, 40, 4771, '7.0000', '0.8583', '0.8583', '1.5000', '1.5000', '78.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (585, '2022-05-18', 2791, 578, 40, 4086, '2.0000', '2.9100', '2.9100', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (586, '2022-05-18', 3172, 579, 40, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '116.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (587, '2022-05-18', 3048, 580, 40, 4343, '4.0000', '0.8300', '0.8300', '1.5000', '1.5000', '107.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (588, '2022-05-18', 3060, 581, 40, 4355, '19.0000', '6.5000', '6.5000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (589, '2022-05-18', 3120, 582, 40, 4707, '5.0000', '5.2700', '5.2700', '7.0000', '7.0000', '67.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (590, '2022-05-18', 2552, 583, 40, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (591, '2022-05-18', 3164, 584, 40, 4710, '5.0000', '1.5360', '1.5360', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (592, '2022-05-18', 2534, 585, 40, 4759, '12.0000', '4.2206', '4.2206', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (593, '2022-05-18', 2877, 586, 41, 4172, '1.0000', '2.5400', '2.5400', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (594, '2022-05-18', 2934, 587, 41, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (595, '2022-05-18', 3481, 588, 41, 4770, '2.0000', '0.4163', '0.4163', '1.0000', '1.0000', '75.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (596, '2022-05-18', 2507, 589, 41, 4738, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (597, '2022-05-18', 2887, 590, 41, 4182, '3.0000', '0.8300', '0.8300', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (598, '2022-05-18', 2505, 591, 41, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (599, '2022-05-18', 2644, 592, 41, 3939, '1.0000', '3.4200', '3.4200', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (600, '2022-05-18', 2508, 593, 41, 4739, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (601, '2022-05-18', 3483, 594, 41, 4771, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '74.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (602, '2022-05-18', 2923, 595, 41, 4218, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (603, '2022-05-18', 2888, 596, 41, 4183, '2.0000', '0.8500', '0.8500', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (604, '2022-05-18', 3047, 597, 41, 4342, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (605, '2022-05-18', 2982, 598, 41, 4749, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (606, '2022-05-18', 3074, 599, 41, 4369, '1.0000', '1.8600', '1.8600', '3.0000', '3.0000', '41.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (607, '2022-05-18', 2653, 600, 41, 3948, '1.0000', '4.4200', '4.4200', '6.0000', '6.0000', '92.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (608, '2022-05-18', 3048, 601, 41, 4343, '5.0000', '0.8300', '0.8300', '1.5000', '1.5000', '102.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (609, '2022-05-18', 3120, 602, 41, 4707, '2.0000', '5.2700', '5.2700', '7.0000', '7.0000', '65.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (610, '2022-05-18', 2534, 603, 41, 4759, '6.0000', '4.2206', '4.2206', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (611, '2022-05-18', 3164, 604, 41, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (612, '2022-05-18', 2827, 605, 41, 4122, '2.0000', '0.1600', '0.1600', '0.2500', '0.2500', '178.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (613, '2022-05-18', 2936, 606, 42, 4725, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (614, '2022-05-18', 2505, 607, 42, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (615, '2022-05-18', 2951, 608, 42, 4246, '4.0000', '2.0000', '2.0000', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (616, '2022-05-18', 2886, 609, 42, 4181, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (617, '2022-05-18', 2663, 610, 42, 4701, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (618, '2022-05-18', 2935, 611, 42, 4718, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (619, '2022-05-18', 2534, 612, 42, 4759, '1.0000', '4.2206', '4.2206', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (620, '2022-05-18', 2508, 613, 42, 4739, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (621, '2022-05-18', 2502, 614, 42, 3797, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (622, '2022-05-18', 3114, 615, 42, 4409, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (623, '2022-05-18', 3114, 615, 42, 4715, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (624, '2022-05-18', 2713, 616, 42, 4716, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '80.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (625, '2022-05-18', 3120, 617, 42, 4707, '6.0000', '5.2700', '5.2700', '7.0000', '7.0000', '59.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (626, '2022-05-18', 3482, 618, 43, 4769, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '27.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (627, '2022-05-18', 3062, 619, 43, 4357, '1.0000', '13.0800', '13.0800', '16.0000', '16.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (628, '2022-05-18', 3182, 620, 43, 4767, '2.0000', '7.7925', '7.7925', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (629, '2022-05-18', 2949, 621, 43, 4244, '2.0000', '5.9200', '5.9200', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (630, '2022-05-18', 2886, 622, 43, 4181, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (631, '2022-05-18', 3212, 623, 43, 4698, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 27, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (632, '2022-05-18', 2952, 624, 43, 4247, '4.0000', '2.8600', '2.8600', '4.0000', '4.0000', '66.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (633, '2022-05-18', 3481, 625, 43, 4770, '1.0000', '0.4163', '0.4163', '1.0000', '1.0000', '74.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (634, '2022-05-18', 2534, 626, 43, 4759, '6.0000', '4.2206', '4.2206', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (635, '2022-05-18', 2504, 627, 43, 3799, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (636, '2022-05-18', 2552, 628, 43, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (637, '2022-05-18', 2508, 629, 43, 4739, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (638, '2022-05-18', 2936, 630, 43, 4725, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (639, '2022-05-18', 3164, 631, 43, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '40.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (640, '2022-05-18', 2982, 632, 43, 4749, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (641, '2022-05-18', 3086, 633, 43, 4381, '3.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (642, '2022-05-18', 3086, 633, 43, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '23.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (643, '2022-05-18', 3483, 634, 43, 4771, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '69.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (644, '2022-05-18', 3172, 635, 43, 4776, '3.0000', '3.5094', '3.5094', '4.0000', '4.0000', '113.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (645, '2022-05-18', 2887, 636, 43, 4182, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (646, '2022-05-18', 3048, 637, 43, 4343, '11.0000', '0.8300', '0.8300', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (647, '2022-05-18', 3311, 638, 43, 4779, '14.0000', '0.8700', '0.8700', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (648, '2022-05-18', 2712, 639, 43, 4007, '1.0000', '15.3800', '15.3800', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (649, '2022-05-18', 2712, 639, 43, 4717, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '40.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (650, '2022-05-18', 2791, 640, 43, 4708, '1.0000', '2.9700', '2.9700', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (651, '2022-05-18', 2827, 641, 43, 4122, '2.0000', '0.1600', '0.1600', '0.2500', '0.2500', '176.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (652, '2022-05-18', 2712, 642, 44, 4717, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '38.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (653, '2022-05-18', 2719, 643, 44, 4014, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '113.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (654, '2022-05-18', 3260, 644, 44, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '65.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (655, '2022-05-18', 2749, 645, 44, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '98.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (656, '2022-05-18', 2669, 646, 44, 3964, '1.0000', '14.1300', '14.1300', '20.0000', '20.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (657, '2022-05-18', 2499, 647, 44, 3794, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (658, '2022-05-18', 2500, 648, 44, 3795, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (659, '2022-05-18', 3230, 649, 44, 4525, '2.0000', '2.4400', '2.4400', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (660, '2022-05-18', 2888, 650, 44, 4183, '6.0000', '0.8500', '0.8500', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (661, '2022-05-18', 3047, 651, 44, 4342, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '36.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (662, '2022-05-18', 3048, 652, 44, 4343, '5.0000', '0.8300', '0.8300', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (663, '2022-05-18', 2949, 653, 44, 4244, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (664, '2022-05-18', 2982, 654, 44, 4749, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (665, '2022-05-18', 3120, 655, 44, 4707, '2.0000', '5.2700', '5.2700', '7.0000', '7.0000', '57.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (666, '2022-05-18', 3483, 656, 44, 4771, '14.0000', '0.8583', '0.8583', '1.5000', '1.5000', '55.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (667, '2022-05-18', 2893, 657, 44, 4188, '2.0000', '1.0800', '1.0800', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (668, '2022-05-18', 2713, 658, 44, 4716, '4.0000', '5.9500', '5.9500', '7.0000', '7.0000', '76.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (669, '2022-05-18', 2711, 659, 44, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '79.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (670, '2022-05-18', 3483, 660, 45, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '54.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (671, '2022-05-18', 3048, 661, 45, 4343, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (672, '2022-05-18', 2982, 662, 45, 4749, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (673, '2022-05-18', 2927, 663, 45, 4222, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (674, '2022-05-18', 3047, 664, 45, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (675, '2022-05-18', 2889, 665, 45, 4184, '1.0000', '4.2600', '4.2600', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (676, '2022-05-18', 2505, 666, 45, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (677, '2022-05-18', 2952, 667, 45, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '65.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (678, '2022-05-18', 2888, 668, 45, 4183, '1.0000', '0.8500', '0.8500', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (679, '2022-05-18', 2951, 669, 45, 4246, '2.0000', '2.0000', '2.0000', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (680, '2022-05-18', 2919, 670, 45, 4214, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (681, '2022-05-18', 3120, 671, 45, 4707, '1.0000', '5.2700', '5.2700', '7.0000', '7.0000', '56.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (682, '2022-05-18', 2713, 672, 45, 4716, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '73.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (683, '2022-05-18', 2534, 673, 45, 4759, '4.0000', '4.2206', '4.2206', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (684, '2022-05-18', 2653, 674, 45, 3948, '1.0000', '4.4200', '4.4200', '6.0000', '6.0000', '91.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (685, '2022-05-18', 2663, 675, 45, 4701, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (686, '2022-05-18', 2644, 676, 45, 3939, '1.0000', '3.4200', '3.4200', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (687, '2022-05-18', 3483, 677, 46, 4771, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '51.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (688, '2022-05-18', 2888, 678, 46, 4183, '1.0000', '0.8500', '0.8500', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (689, '2022-05-18', 2505, 679, 46, 3800, '2.0000', '2.8300', '2.8300', '5.5000', '5.5000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (690, '2022-05-18', 2659, 680, 46, 3954, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (691, '2022-05-18', 3311, 681, 46, 4779, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (692, '2022-05-18', 2982, 682, 46, 4749, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (693, '2022-05-18', 2951, 683, 46, 4246, '5.0000', '2.0000', '2.0000', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (694, '2022-05-18', 2790, 684, 46, 4085, '1.0000', '5.0100', '5.0100', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (695, '2022-05-18', 2935, 685, 46, 4718, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (696, '2022-05-18', 2663, 686, 46, 4701, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (697, '2022-05-18', 3120, 687, 46, 4707, '1.0000', '5.2700', '5.2700', '7.0000', '7.0000', '55.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (698, '2022-05-18', 3074, 688, 46, 4369, '2.0000', '1.8600', '1.8600', '3.0000', '3.0000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (699, '2022-05-18', 3163, 689, 46, 4458, '2.0000', '4.8600', '4.8600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (700, '2022-05-18', 2712, 690, 46, 4717, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '37.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (701, '2022-05-18', 2711, 691, 46, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '78.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (702, '2022-05-18', 2644, 692, 46, 3939, '2.0000', '3.4200', '3.4200', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (703, '2022-05-18', 2922, 693, 46, 4722, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (704, '2022-05-18', 2534, 694, 46, 4759, '3.0000', '4.2206', '4.2206', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (705, '2022-05-18', 3164, 695, 46, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '39.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (706, '2022-05-18', 2822, 696, 46, 4117, '3.0000', '4.6700', '4.6700', '8.0000', '8.0000', '104.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (707, '2022-05-18', 2713, 697, 46, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '72.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (708, '2022-05-18', 2653, 698, 46, 3948, '20.0000', '4.4200', '4.4200', '6.0000', '6.0000', '71.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (709, '2022-05-18', 3048, 699, 46, 4343, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '83.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (710, '2022-05-18', 2949, 700, 46, 4244, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (711, '2022-05-18', 2952, 701, 46, 4247, '3.0000', '2.8600', '2.8600', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (712, '2022-05-18', 2712, 702, 47, 4717, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '36.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (713, '2022-05-18', 2534, 703, 47, 4759, '2.0000', '4.2206', '4.2206', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (714, '2022-05-18', 3483, 704, 47, 4771, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '48.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (715, '2022-05-18', 3163, 705, 47, 4458, '1.0000', '4.8600', '4.8600', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (716, '2022-05-18', 2711, 706, 47, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '77.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (717, '2022-05-18', 2645, 707, 47, 4733, '1.0000', '8.2737', '8.2737', '0.5000', '0.5000', '101.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (718, '2022-05-18', 2653, 708, 47, 3948, '2.0000', '4.4200', '4.4200', '6.0000', '6.0000', '69.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (719, '2022-05-18', 2789, 709, 47, 4704, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '11.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (720, '2022-05-18', 2893, 710, 47, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (721, '2022-05-18', 3120, 711, 47, 4707, '7.0000', '5.2700', '5.2700', '7.0000', '7.0000', '48.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (722, '2022-05-18', 3482, 712, 47, 4769, '7.0000', '1.2500', '1.2500', '2.0000', '2.0000', '20.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (723, '2022-05-18', 3172, 713, 47, 4776, '2.0000', '3.5094', '3.5094', '4.0000', '4.0000', '111.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (724, '2022-05-18', 2713, 714, 47, 4716, '7.0000', '5.9500', '5.9500', '7.0000', '7.0000', '65.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (725, '2022-05-18', 2952, 715, 47, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '60.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (726, '2022-05-18', 2935, 716, 48, 4718, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (727, '2022-05-18', 3062, 717, 48, 4357, '1.0000', '13.0800', '13.0800', '16.0000', '16.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (728, '2022-05-18', 2822, 718, 48, 4117, '3.0000', '4.6700', '4.6700', '8.0000', '8.0000', '101.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (729, '2022-05-18', 3114, 719, 48, 4715, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (730, '2022-05-18', 3483, 720, 48, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '47.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (731, '2022-05-18', 3120, 721, 48, 4707, '1.0000', '5.2700', '5.2700', '7.0000', '7.0000', '47.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (732, '2022-05-18', 2486, 722, 48, 3781, '4.0000', '0.6000', '0.6000', '1.0000', '1.0000', '90.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (733, '2022-05-18', 2710, 723, 48, 4005, '4.0000', '5.9600', '5.9600', '7.5000', '7.5000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (734, '2022-05-18', 2534, 724, 48, 4759, '9.0000', '4.2206', '4.2206', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (735, '2022-05-18', 2949, 725, 48, 4244, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (736, '2022-05-18', 2653, 726, 48, 3948, '1.0000', '4.4200', '4.4200', '6.0000', '6.0000', '68.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (737, '2022-05-18', 3048, 727, 48, 4343, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (738, '2022-05-18', 3311, 728, 48, 4779, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (739, '2022-05-18', 2713, 729, 48, 4716, '8.0000', '5.9500', '5.9500', '7.0000', '7.0000', '57.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (740, '2022-05-18', 2712, 730, 48, 4717, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '34.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (741, '2022-05-18', 2712, 731, 49, 4717, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '33.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (742, '2022-05-18', 2982, 732, 49, 4749, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (743, '2022-05-18', 3048, 733, 49, 4343, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (744, '2022-05-18', 2713, 734, 49, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '56.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (745, '2022-05-18', 2699, 735, 50, 3994, '16.0000', '6.4500', '6.4500', '8.0000', '8.0000', '96.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (746, '2022-05-18', 2698, 736, 50, 3993, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '59.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (747, '2022-05-18', 3304, 737, 50, 4599, '15.0000', '0.3900', '0.3900', '1.0000', '1.0000', '1146.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (748, '2022-05-18', 2699, 738, 51, 3994, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '93.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (749, '2022-05-18', 2901, 739, 52, 4645, '8.0000', '14.0900', '14.0900', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (750, '2022-05-18', 2492, 740, 53, 3787, '1.0000', '2.6400', '2.6400', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (751, '2022-05-18', 3138, 741, 53, 4433, '1.0000', '2.7100', '2.7100', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (752, '2022-05-18', 3133, 742, 53, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (753, '2022-05-18', 2712, 743, 53, 4717, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '32.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (754, '2022-05-18', 2887, 744, 53, 4182, '8.0000', '0.8300', '0.8300', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (755, '2022-05-18', 2494, 745, 54, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '85.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (756, '2022-05-18', 3132, 746, 54, 4427, '1.0000', '1.5300', '1.5300', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (757, '2022-05-18', 2723, 747, 54, 4018, '1.0000', '1.4900', '1.4900', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (758, '2022-05-18', 3081, 748, 54, 4376, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (759, '2022-05-18', 2497, 749, 54, 3792, '1.0000', '0.6900', '0.6900', '2.0000', '2.0000', '47.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (760, '2022-05-18', 2653, 750, 55, 3948, '14.0000', '4.4200', '4.4200', '6.0000', '6.0000', '54.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (761, '2022-05-19', 2653, 751, 56, 3948, '26.0000', '4.4200', '4.4200', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (762, '2022-05-19', 3126, 752, 56, 4421, '1.0000', '9.8500', '9.8500', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (763, '2022-05-19', 3044, 753, 56, 4339, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (764, '2022-05-19', 2922, 754, 56, 4722, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (765, '2022-05-19', 2508, 755, 56, 4739, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (766, '2022-05-19', 2647, 756, 56, 3942, '5.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (767, '2022-05-19', 2500, 757, 57, 3795, '2.0000', '10.0000', '10.0000', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (768, '2022-05-19', 2644, 758, 57, 3939, '12.0000', '3.4200', '3.4200', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (769, '2022-05-19', 2645, 759, 57, 4733, '12.0000', '8.2737', '8.2737', '0.5000', '0.5000', '89.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (770, '2022-05-19', 2936, 760, 57, 4725, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (771, '2022-05-19', 2920, 761, 57, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '43.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (772, '2022-05-19', 2923, 762, 57, 4218, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (773, '2022-05-19', 2982, 763, 57, 4749, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (774, '2022-05-19', 2713, 764, 58, 4716, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '54.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (775, '2022-05-19', 3048, 765, 58, 4343, '4.0000', '0.8300', '0.8300', '1.5000', '1.5000', '76.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (776, '2022-05-19', 2652, 766, 58, 4740, '1.0000', '9.4154', '9.4154', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (777, '2022-05-19', 2653, 767, 58, 3948, '5.0000', '4.4200', '4.4200', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (778, '2022-05-20', 3338, 768, 59, 4633, '1.0000', '48.9000', '48.9000', '65.0000', '65.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (779, '2022-05-20', 3172, 769, 59, 4776, '5.0000', '3.5094', '3.5094', '4.0000', '4.0000', '106.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (780, '2022-05-20', 2950, 770, 59, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (781, '2022-05-20', 3306, 771, 60, 4601, '60.0000', '0.5100', '0.5100', '1.0000', '1.0000', '320.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (782, '2022-05-20', 2498, 772, 60, 3793, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (783, '2022-05-20', 2591, 773, 60, 3886, '2.0000', '5.1700', '5.1700', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (784, '2022-05-20', 2463, 774, 61, 3758, '3.0000', '5.3900', '5.3900', '8.5000', '8.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (785, '2022-05-20', 2713, 775, 61, 4716, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '51.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (786, '2022-05-20', 2712, 776, 61, 4717, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '30.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (787, '2022-05-20', 2950, 777, 61, 4245, '2.0000', '12.6700', '12.6700', '16.0000', '16.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (788, '2022-05-20', 3062, 778, 61, 4357, '2.0000', '13.0800', '13.0800', '16.0000', '16.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (789, '2022-05-20', 3172, 779, 61, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '105.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (790, '2022-05-20', 2653, 780, 61, 3948, '6.0000', '4.4200', '4.4200', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (791, '2022-05-20', 2644, 781, 61, 3939, '1.0000', '3.4200', '3.4200', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (792, '2022-05-20', 2643, 782, 61, 3938, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (793, '2022-05-20', 3080, 783, 61, 4375, '1.0000', '12.6500', '12.6500', '20.0000', '20.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (794, '2022-05-20', 2617, 784, 62, 3912, '4.0000', '6.0000', '6.0000', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (795, '2022-05-20', 2617, 784, 62, 4787, '23.0000', '4.5000', '4.5000', '7.5000', '7.5000', '27.0000', 1, 0, NULL, 39, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (796, '2022-05-20', 2726, 785, 63, 4021, '2.0000', '15.1900', '15.1900', '25.0000', '25.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (797, '2022-05-20', 2617, 786, 63, 4787, '2.0000', '4.5000', '4.5000', '7.5000', '7.5000', '25.0000', 1, 0, NULL, 39, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (798, '2022-05-20', 2727, 787, 63, 4022, '1.0000', '27.9900', '27.9900', '40.0000', '40.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (799, '2022-05-20', 2725, 788, 63, 4020, '5.0000', '4.5900', '4.5900', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (800, '2022-05-20', 3262, 789, 63, 4557, '1.0000', '6.1300', '6.1300', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (801, '2022-05-20', 2608, 790, 63, 3903, '3.0000', '30.5900', '30.5900', '40.0000', '40.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (802, '2022-05-20', 2696, 791, 63, 3991, '1.0000', '7.5500', '7.5500', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (803, '2022-05-20', 2960, 792, 63, 4255, '3.0000', '9.5000', '9.5000', '12.0000', '12.0000', '68.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (804, '2022-05-20', 2608, 793, 64, 3903, '2.0000', '30.5900', '30.5900', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (805, '2022-05-20', 2617, 794, 64, 4787, '13.0000', '4.5000', '4.5000', '7.5000', '7.5000', '12.0000', 1, 0, NULL, 39, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (806, '2022-05-20', 3304, 795, 64, 4599, '50.0000', '0.3900', '0.3900', '1.0000', '1.0000', '1096.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (807, '2022-05-20', 2699, 796, 65, 3994, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '91.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (808, '2022-05-20', 2713, 797, 66, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '50.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (809, '2022-05-20', 3138, 798, 67, 4433, '1.0000', '2.7100', '2.7100', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (810, '2022-05-20', 2750, 799, 67, 4045, '1.0000', '2.6200', '2.6200', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (811, '2022-05-20', 3233, 800, 67, 4528, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (812, '2022-05-20', 3273, 801, 67, 4568, '1.0000', '0.9800', '0.9800', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (813, '2022-05-20', 2647, 802, 67, 3942, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (814, '2022-05-20', 2647, 802, 67, 4734, '2.0000', '6.7550', '6.7550', '10.0000', '10.0000', '46.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (815, '2022-05-20', 2923, 803, 67, 4218, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (816, '2022-05-20', 2699, 804, 67, 3994, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '90.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (817, '2022-05-20', 2699, 805, 68, 3994, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '89.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (818, '2022-05-20', 2949, 806, 68, 4244, '2.0000', '5.9200', '5.9200', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (819, '2022-05-20', 3172, 807, 68, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '104.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (820, '2022-05-20', 2699, 808, 69, 3994, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '87.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (821, '2022-05-20', 2608, 809, 69, 3903, '1.0000', '30.5900', '30.5900', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (822, '2022-05-20', 2696, 810, 69, 3991, '1.0000', '7.5500', '7.5500', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (823, '2022-05-20', 2807, 811, 69, 4102, '1.0000', '20.1400', '20.1400', '26.0000', '26.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (824, '2022-05-20', 2697, 812, 70, 3992, '6.0000', '6.4500', '6.4500', '8.0000', '8.0000', '63.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (825, '2022-05-20', 2610, 813, 70, 3905, '1.0000', '5.0000', '5.0000', '7.0000', '7.0000', '66.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (826, '2022-05-20', 2745, 814, 70, 4040, '2.0000', '24.7000', '24.7000', '33.0000', '33.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (827, '2022-05-20', 3246, 815, 70, 4541, '1.0000', '2.7900', '2.7900', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (828, '2022-05-20', 3004, 816, 70, 4299, '1.0000', '24.0000', '24.0000', '32.0000', '32.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (829, '2022-05-20', 2699, 817, 70, 3994, '6.0000', '6.4500', '6.4500', '8.0000', '8.0000', '81.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (830, '2022-05-20', 2698, 818, 70, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '58.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (831, '2022-05-20', 2897, 819, 71, 4192, '1.0000', '132.7200', '132.7200', '175.0000', '175.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (832, '2022-05-20', 2719, 820, 71, 4014, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '110.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (833, '2022-05-20', 3260, 821, 71, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '64.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (834, '2022-05-20', 2699, 822, 71, 3994, '4.0000', '6.4500', '6.4500', '8.0000', '8.0000', '77.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (835, '2022-05-20', 2725, 823, 71, 4020, '2.0000', '4.5900', '4.5900', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (836, '2022-05-20', 3299, 824, 71, 4594, '30.0000', '0.2300', '0.2300', '0.7500', '0.7500', '2173.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (837, '2022-05-20', 2699, 825, 72, 3994, '15.0000', '6.4500', '6.4500', '8.0000', '8.0000', '62.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (838, '2022-05-20', 2697, 826, 72, 3992, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '58.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (839, '2022-05-20', 2900, 827, 72, 4195, '1.0000', '150.0000', '150.0000', '180.0000', '180.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (840, '2022-05-20', 2719, 828, 72, 4014, '12.0000', '0.9900', '0.9900', '2.0000', '2.0000', '98.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (841, '2022-05-20', 3260, 829, 72, 4555, '9.0000', '1.6000', '1.6000', '3.0000', '3.0000', '55.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (842, '2022-05-20', 3133, 830, 72, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (843, '2022-05-20', 3137, 831, 72, 4432, '1.0000', '3.0500', '3.0500', '9.0000', '9.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (844, '2022-05-20', 3142, 832, 72, 4437, '1.0000', '8.3900', '8.3900', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (845, '2022-05-20', 2491, 833, 72, 3786, '8.0000', '0.7900', '0.7900', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (846, '2022-05-20', 2749, 834, 72, 4044, '4.0000', '0.6900', '0.6900', '2.5000', '2.5000', '94.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (847, '2022-05-20', 3262, 835, 72, 4557, '2.0000', '6.1300', '6.1300', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (848, '2022-05-20', 2716, 836, 72, 4011, '6.0000', '3.3500', '3.3500', '4.5000', '4.5000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (849, '2022-05-20', 2699, 837, 73, 3994, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '60.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (850, '2022-05-20', 2699, 838, 74, 3994, '10.0000', '6.4500', '6.4500', '8.0000', '8.0000', '50.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (851, '2022-05-20', 3319, 839, 74, 4614, '1.0000', '85.7000', '85.7000', '115.0000', '115.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (852, '2022-05-20', 2608, 840, 74, 3903, '1.0000', '30.5900', '30.5900', '40.0000', '40.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (853, '2022-05-20', 2725, 841, 74, 4020, '2.0000', '4.5900', '4.5900', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (854, '2022-05-20', 2981, 842, 74, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '11.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (855, '2022-05-20', 2981, 843, 75, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '10.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (856, '2022-05-20', 2699, 844, 75, 3994, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (857, '2022-05-20', 2727, 845, 75, 4022, '4.0000', '27.9900', '27.9900', '40.0000', '40.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (858, '2022-05-20', 3267, 846, 75, 4562, '1.0000', '33.0900', '33.0900', '30.0000', '30.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (859, '2022-05-20', 3262, 847, 75, 4557, '8.0000', '6.1300', '6.1300', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (861, '2022-05-20', 2725, 849, 77, 4020, '2.0000', '4.5900', '4.5900', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (862, '2022-05-20', 2608, 850, 77, 3903, '1.0000', '30.5900', '30.5900', '40.0000', '40.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (863, '2022-05-20', 3080, 851, 77, 4375, '1.0000', '12.6500', '12.6500', '20.0000', '20.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (864, '2022-05-20', 2771, 852, 77, 4066, '1.0000', '7.0100', '7.0100', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (865, '2022-05-20', 2801, 853, 77, 4805, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (866, '2022-05-20', 2726, 854, 77, 4021, '1.0000', '15.1900', '15.1900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (867, '2022-05-20', 2726, 854, 77, 4847, '3.0000', '10.5900', '10.5900', '25.0000', '25.0000', '47.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (868, '2022-05-20', 3264, 855, 77, 4559, '14.0000', '11.7900', '11.7900', '23.0000', '23.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (869, '2022-05-20', 3236, 856, 77, 4531, '1.0000', '148.9000', '148.9000', '175.0000', '175.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (870, '2022-05-20', 3144, 857, 77, 4439, '4.0000', '7.0500', '7.0500', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (871, '2022-05-20', 3260, 858, 77, 4555, '6.0000', '1.6000', '1.6000', '3.0000', '3.0000', '49.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (872, '2022-05-20', 2719, 859, 77, 4014, '7.0000', '0.9900', '0.9900', '2.0000', '2.0000', '91.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (873, '2022-05-20', 3262, 860, 77, 4557, '6.0000', '6.1300', '6.1300', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (874, '2022-05-20', 2491, 861, 77, 3786, '10.0000', '0.7900', '0.7900', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (875, '2022-05-20', 3490, 862, 78, NULL, '1.0000', '0.0000', '0.0000', '1500.0000', '1500.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (876, '2022-05-20', 3492, 863, 79, NULL, '1.0000', '0.0000', '0.0000', '2000.0000', '2000.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (878, '2022-05-20', 3495, 865, 81, NULL, '1.0000', '0.0000', '0.0000', '1600.0000', '1600.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (879, '2022-05-20', 3491, 866, 76, NULL, '1.0000', '0.0000', '0.0000', '500.0000', '500.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (880, '2022-05-17', 3495, 867, 80, NULL, '1.0000', '0.0000', '0.0000', '1000.0000', '1000.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (881, '2022-05-20', 2712, 868, 82, 4717, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '28.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (882, '2022-05-20', 2711, 869, 82, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '76.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (883, '2022-05-20', 3017, 870, 83, 4312, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (884, '2022-05-20', 2646, 871, 83, 3941, '3.0000', '11.4400', '11.4400', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (885, '2022-05-20', 2646, 871, 83, 4836, '2.0000', '11.8741', '11.8741', '15.0000', '15.0000', '46.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (886, '2022-05-20', 2713, 872, 84, 4716, '8.0000', '5.9500', '5.9500', '7.0000', '7.0000', '42.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (887, '2022-05-20', 2712, 873, 84, 4717, '7.0000', '15.3750', '15.3750', '17.0000', '17.0000', '21.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (888, '2022-05-20', 2653, 874, 84, 3948, '17.0000', '4.4200', '4.4200', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (889, '2022-05-20', 2653, 874, 84, 4735, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '89.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (890, '2022-05-20', 2644, 875, 84, 3939, '2.0000', '3.4200', '3.4200', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (891, '2022-05-20', 2644, 875, 84, 4742, '16.0000', '3.4229', '3.4229', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (892, '2022-05-20', 2646, 876, 84, 4836, '3.0000', '11.8741', '11.8741', '15.0000', '15.0000', '43.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (893, '2022-05-20', 2643, 877, 84, 3938, '5.0000', '6.1300', '6.1300', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (894, '2022-05-20', 2936, 878, 84, 4725, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (895, '2022-05-20', 2919, 879, 84, 4214, '3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (896, '2022-05-20', 3172, 880, 85, 4776, '8.0000', '3.5094', '3.5094', '4.0000', '4.0000', '96.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (897, '2022-05-20', 2902, 881, 85, 4747, '2.0000', '6.7300', '6.7300', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (898, '2022-05-20', 2902, 881, 85, 4762, '6.0000', '6.7300', '6.7300', '9.0000', '9.0000', '30.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (899, '2022-05-20', 2713, 882, 85, 4716, '11.0000', '5.9500', '5.9500', '7.0000', '7.0000', '31.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (900, '2022-05-20', 2608, 883, 85, 4788, '1.0000', '35.0000', '35.0000', '40.0000', '40.0000', '4.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (901, '2022-05-20', 2699, 884, 85, 3994, '15.0000', '6.4500', '6.4500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (902, '2022-05-20', 2607, 885, 85, 3902, '1.0000', '30.9400', '30.9400', '40.0000', '40.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (903, '2022-05-20', 2981, 886, 85, 4799, '2.0000', '50.8700', '50.8700', '55.0000', '55.0000', '8.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (904, '2022-05-20', 2508, 887, 85, 4739, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (905, '2022-05-20', 2917, 888, 85, 4212, '5.0000', '9.3800', '9.3800', '14.0000', '14.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (906, '2022-05-20', 2888, 889, 85, 4183, '5.0000', '0.8500', '0.8500', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (907, '2022-05-20', 3121, 890, 85, 4416, '2.0000', '2.4600', '2.4600', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (908, '2022-05-20', 3121, 890, 85, 4706, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (909, '2022-05-20', 2791, 891, 85, 4708, '4.0000', '2.9700', '2.9700', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (910, '2022-05-20', 2950, 892, 85, 4245, '3.0000', '12.6700', '12.6700', '16.0000', '16.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (911, '2022-05-20', 2982, 893, 85, 4749, '4.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (912, '2022-05-20', 2653, 894, 86, 4735, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '81.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (913, '2022-05-20', 2645, 895, 86, 4733, '12.0000', '8.2737', '8.2737', '0.5000', '0.5000', '77.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (914, '2022-05-20', 2949, 896, 86, 4244, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (915, '2022-05-20', 2949, 896, 86, 4745, '8.0000', '5.9200', '5.9200', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (916, '2022-05-20', 3114, 897, 86, 4715, '11.0000', '4.2500', '4.2500', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (917, '2022-05-20', 2801, 898, 86, 4805, '3.0000', '9.0000', '9.0000', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (918, '2022-05-20', 2485, 899, 86, 4800, '3.0000', '20.4700', '20.4700', '27.0000', '27.0000', '9.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (919, '2022-05-20', 2483, 900, 86, 3778, '3.0000', '19.6400', '19.6400', '26.0000', '26.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (920, '2022-05-20', 3080, 901, 86, 4375, '2.0000', '12.6500', '12.6500', '20.0000', '20.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (921, '2022-05-20', 2699, 902, 86, 3994, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (922, '2022-05-20', 3086, 903, 86, 4761, '5.0000', '2.5800', '2.5800', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (923, '2022-05-20', 2801, 904, 87, 4805, '2.0000', '9.0000', '9.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (924, '2022-05-20', 2801, 904, 87, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '47.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (925, '2022-05-20', 2952, 905, 87, 4247, '4.0000', '2.8600', '2.8600', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (926, '2022-05-20', 2951, 906, 87, 4246, '6.0000', '2.0000', '2.0000', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (927, '2022-05-20', 2960, 907, 87, 4255, '4.0000', '9.5000', '9.5000', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (928, '2022-05-20', 3062, 908, 87, 4357, '3.0000', '13.0800', '13.0800', '16.0000', '16.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (929, '2022-05-20', 2901, 909, 87, 4645, '7.0000', '14.0900', '14.0900', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (930, '2022-05-20', 2712, 910, 87, 4717, '7.0000', '15.3750', '15.3750', '17.0000', '17.0000', '14.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (931, '2022-05-20', 3065, 911, 87, 4360, '1.0000', '36.0000', '36.0000', '55.0000', '55.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (932, '2022-05-20', 2713, 912, 87, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '30.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (933, '2022-05-20', 2888, 913, 87, 4183, '1.0000', '0.8500', '0.8500', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (934, '2022-05-20', 2653, 914, 87, 4735, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '78.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (935, '2022-05-20', 2643, 915, 87, 3938, '3.0000', '6.1300', '6.1300', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (936, '2022-05-20', 3063, 916, 87, 4358, '8.0000', '2.6300', '2.6300', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (937, '2022-05-20', 3164, 917, 87, 4710, '7.0000', '1.5360', '1.5360', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (938, '2022-05-20', 3114, 918, 87, 4715, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (939, '2022-05-20', 3048, 919, 87, 4343, '3.0000', '0.8300', '0.8300', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (940, '2022-05-20', 2459, 920, 88, 3754, '1.0000', '20.1600', '20.1600', '30.0000', '30.0000', '48.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (941, '2022-05-20', 3126, 921, 88, 4421, '1.0000', '9.8500', '9.8500', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (942, '2022-05-20', 3044, 922, 88, 4339, '2.0000', '12.0000', '12.0000', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (943, '2022-05-20', 2924, 923, 88, 4219, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (944, '2022-05-20', 3062, 924, 88, 4357, '3.0000', '13.0800', '13.0800', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (945, '2022-05-20', 2901, 925, 88, 4645, '5.0000', '14.0900', '14.0900', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (946, '2022-05-20', 2484, 926, 88, 3779, '1.0000', '25.5000', '25.5000', '33.0000', '33.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (947, '2022-05-20', 2527, 927, 88, 3822, '1.0000', '18.0000', '18.0000', '20.0000', '20.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (948, '2022-05-20', 2712, 928, 88, 4717, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (949, '2022-05-20', 3074, 929, 88, 4369, '8.0000', '1.8600', '1.8600', '3.0000', '3.0000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (950, '2022-05-20', 2642, 930, 88, 4750, '8.0000', '5.8333', '5.8333', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (951, '2022-05-20', 2727, 931, 88, 4022, '1.0000', '27.9900', '27.9900', '40.0000', '40.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (952, '2022-05-20', 2822, 932, 88, 4117, '9.0000', '4.6700', '4.6700', '8.0000', '8.0000', '92.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (953, '2022-05-20', 3084, 933, 88, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (954, '2022-05-20', 2502, 934, 88, 3797, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (955, '2022-05-20', 2936, 935, 89, 4725, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (956, '2022-05-20', 3048, 936, 89, 4343, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (957, '2022-05-20', 3123, 937, 89, 4418, '2.0000', '4.5700', '4.5700', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (958, '2022-05-20', 2534, 938, 89, 4759, '1.0000', '4.2206', '4.2206', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (959, '2022-05-20', 2949, 939, 89, 4745, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (960, '2022-05-20', 2902, 940, 89, 4762, '1.0000', '6.7300', '6.7300', '9.0000', '9.0000', '29.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (961, '2022-05-20', 2608, 941, 89, 4788, '1.0000', '35.0000', '35.0000', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (962, '2022-05-20', 2699, 942, 89, 3994, '15.0000', '6.4500', '6.4500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (963, '2022-05-20', 2901, 943, 89, 4645, '4.0000', '14.0900', '14.0900', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (964, '2022-05-20', 3062, 944, 89, 4357, '3.0000', '13.0800', '13.0800', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (965, '2022-05-20', 2917, 945, 89, 4212, '6.0000', '9.3800', '9.3800', '14.0000', '14.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (966, '2022-05-20', 2950, 946, 90, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (967, '2022-05-20', 2902, 947, 90, 4762, '1.0000', '6.7300', '6.7300', '9.0000', '9.0000', '28.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (968, '2022-05-20', 3172, 948, 90, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '95.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (969, '2022-05-20', 3085, 949, 90, 4380, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (970, '2022-05-20', 2711, 950, 90, 4712, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '72.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (971, '2022-05-20', 2901, 951, 90, 4697, '4.0000', '14.4667', '14.4667', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 26, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (972, '2022-05-20', 2712, 952, 90, 4717, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (973, '2022-05-20', 2713, 953, 90, 4716, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '27.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (974, '2022-05-20', 3126, 954, 90, 4421, '1.0000', '9.8500', '9.8500', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (975, '2022-05-20', 3044, 955, 90, 4339, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (976, '2022-05-20', 2500, 956, 90, 3795, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (977, '2022-05-20', 2500, 956, 90, 4758, '2.0000', '10.0000', '10.0000', '13.0000', '13.0000', '10.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (978, '2022-05-20', 2499, 957, 90, 3794, '4.0000', '8.5200', '8.5200', '11.0000', '11.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (979, '2022-05-20', 3048, 958, 90, 4343, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (980, '2022-05-20', 2653, 959, 90, 4735, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '66.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (981, '2022-05-20', 2644, 960, 90, 4742, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (982, '2022-05-20', 2901, 961, 91, 4697, '3.0000', '14.4667', '14.4667', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 26, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (983, '2022-05-20', 2901, 961, 91, 4798, '1.0000', '14.7250', '14.7250', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 43, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (984, '2022-05-20', 2950, 962, 91, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (985, '2022-05-20', 2711, 963, 91, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '71.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (986, '2022-05-20', 2712, 964, 91, 4717, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (987, '2022-05-20', 2713, 965, 91, 4716, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '24.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (988, '2022-05-20', 3062, 966, 91, 4357, '4.0000', '13.0800', '13.0800', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (989, '2022-05-20', 2653, 967, 91, 4735, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '64.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (990, '2022-05-20', 2646, 968, 91, 4836, '3.0000', '11.8741', '11.8741', '15.0000', '15.0000', '40.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (991, '2022-05-20', 2647, 969, 91, 4734, '8.0000', '6.7550', '6.7550', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (992, '2022-05-20', 3126, 970, 91, 4421, '1.0000', '9.8500', '9.8500', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (993, '2022-05-20', 3044, 971, 91, 4339, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (994, '2022-05-20', 2949, 972, 91, 4745, '3.0000', '5.9200', '5.9200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (995, '2022-05-20', 2902, 973, 91, 4762, '4.0000', '6.7300', '6.7300', '9.0000', '9.0000', '24.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (996, '2022-05-20', 3340, 974, 92, 4635, '1.0000', '68.0000', '68.0000', '95.0000', '95.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (997, '2022-05-20', 2726, 975, 92, 4847, '6.0000', '10.5900', '10.5900', '25.0000', '25.0000', '41.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (998, '2022-05-20', 3234, 976, 92, 4529, '3.0000', '53.8000', '53.8000', '65.0000', '65.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (999, '2022-05-20', 2981, 977, 92, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '7.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1000, '2022-05-20', 2952, 978, 92, 4247, '5.0000', '2.8600', '2.8600', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1001, '2022-05-20', 2712, 979, 93, 4717, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1002, '2022-05-20', 2661, 980, 93, 4806, '2.0000', '0.2400', '0.2400', '0.5000', '0.5000', '98.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1003, '2022-05-21', 3018, 981, 94, 4313, '1.0000', '36.0000', '36.0000', '48.0000', '48.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1004, '2022-05-21', 2950, 982, 95, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1005, '2022-05-21', 2887, 983, 95, 4182, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1006, '2022-05-21', 3172, 984, 95, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '94.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1007, '2022-05-21', 3063, 985, 95, 4358, '5.0000', '2.6300', '2.6300', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1008, '2022-05-21', 3120, 986, 95, 4707, '1.0000', '5.2700', '5.2700', '7.0000', '7.0000', '46.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1009, '2022-05-21', 3060, 987, 95, 4797, '1.0000', '5.9827', '5.9827', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1010, '2022-05-21', 2712, 988, 95, 4717, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1011, '2022-05-21', 2710, 989, 96, 4005, '4.0000', '5.9600', '5.9600', '7.5000', '7.5000', '23.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1012, '2022-05-21', 2504, 990, 96, 3799, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1013, '2022-05-21', 3311, 991, 96, 4779, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1014, '2022-05-21', 2924, 992, 96, 4219, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1015, '2022-05-21', 2922, 993, 96, 4722, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1016, '2022-05-21', 2935, 994, 96, 4718, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1017, '2022-05-22', 3017, 995, 97, 4312, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1018, '2022-05-22', 2922, 996, 97, 4722, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1019, '2022-05-22', 3479, 997, 97, 4731, '2.0000', '4.5000', '4.5000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1020, '2022-05-22', 2921, 998, 97, 4216, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1021, '2022-05-22', 2982, 999, 97, 4756, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1022, '2022-05-22', 2815, 1000, 97, 4110, '2.0000', '11.9400', '11.9400', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1023, '2022-05-22', 2850, 1001, 97, 4145, '3.0000', '10.8900', '10.8900', '14.0000', '14.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1024, '2022-05-22', 2646, 1002, 97, 4836, '7.0000', '11.8741', '11.8741', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1025, '2022-05-22', 2923, 1003, 97, 4218, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1026, '2022-05-22', 2936, 1004, 97, 4725, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1027, '2022-05-22', 2699, 1005, 97, 3994, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1028, '2022-05-22', 2901, 1006, 98, 4798, '5.0000', '14.7250', '14.7250', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 43, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1029, '2022-05-22', 2699, 1007, 99, 3994, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1030, '2022-05-22', 2526, 1008, 99, 3821, '1.0000', '81.5200', '81.5200', '110.0000', '110.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1031, '2022-05-22', 3007, 1009, 99, 4302, '1.0000', '24.0000', '24.0000', '27.0000', '27.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1032, '2022-05-22', 2710, 1010, 100, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1033, '2022-05-22', 2712, 1011, 100, 4717, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1034, '2022-05-22', 3063, 1012, 100, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1035, '2022-05-22', 2646, 1013, 100, 4836, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1036, '2022-05-22', 2647, 1014, 100, 4734, '1.0000', '6.7550', '6.7550', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1037, '2022-05-22', 2653, 1015, 100, 4735, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '63.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1038, '2022-05-22', 3074, 1016, 100, 4369, '3.0000', '1.8600', '1.8600', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1039, '2022-05-22', 2801, 1017, 100, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '46.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1040, '2022-05-22', 2901, 1018, 101, 4798, '2.0000', '14.7250', '14.7250', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 43, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1041, '2022-05-22', 2950, 1019, 101, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1042, '2022-05-22', 2712, 1020, 101, 4717, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1043, '2022-05-22', 3061, 1021, 101, 4356, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1044, '2022-05-22', 3062, 1022, 101, 4357, '1.0000', '13.0800', '13.0800', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1045, '2022-05-22', 2801, 1023, 101, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '45.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1046, '2022-05-22', 3074, 1024, 101, 4369, '3.0000', '1.8600', '1.8600', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1047, '2022-05-22', 2653, 1025, 101, 4735, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '59.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1048, '2022-05-22', 3048, 1026, 101, 4343, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1049, '2022-05-22', 2902, 1027, 101, 4762, '3.0000', '6.7300', '6.7300', '9.0000', '9.0000', '21.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1050, '2022-05-22', 2949, 1028, 101, 4766, '4.0000', '5.9200', '5.9200', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1051, '2022-05-23', 2646, 1029, 102, 4836, '9.0000', '11.8741', '11.8741', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1052, '2022-05-23', 2647, 1030, 102, 4734, '11.0000', '6.7550', '6.7550', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1053, '2022-05-23', 2653, 1031, 102, 4735, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '55.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1054, '2022-05-23', 2699, 1032, 102, 4789, '5.0000', '7.0000', '7.0000', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1055, '2022-05-23', 2950, 1033, 102, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1056, '2022-05-23', 2712, 1034, 102, 4717, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1057, '2022-05-23', 2710, 1035, 102, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1058, '2022-05-23', 2713, 1036, 102, 4716, '4.0000', '5.9500', '5.9500', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1059, '2022-05-23', 2927, 1037, 103, 4222, '5.0000', '1.5000', '1.5000', '2.0000', '2.0000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1060, '2022-05-23', 2935, 1038, 103, 4718, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1061, '2022-05-23', 2936, 1039, 104, 4725, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1062, '2022-05-23', 3048, 1040, 104, 4343, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1063, '2022-05-23', 3060, 1041, 104, 4797, '5.0000', '5.9827', '5.9827', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1064, '2022-05-24', 2646, 1042, 105, 4836, '3.0000', '11.8741', '11.8741', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1065, '2022-05-24', 2699, 1043, 106, 4789, '1.0000', '7.0000', '7.0000', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1066, '2022-05-24', 2583, 1044, 106, 3878, '1.0000', '14.3800', '14.3800', '20.0000', '20.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1067, '2022-05-24', 2981, 1045, 106, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '6.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1068, '2022-05-24', 2534, 1046, 107, 4759, '1.0000', '4.2206', '4.2206', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1069, '2022-05-24', 3311, 1047, 107, 4779, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1070, '2022-05-24', 3048, 1048, 107, 4343, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1071, '2022-05-24', 2652, 1049, 108, 4740, '2.0000', '9.4154', '9.4154', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1072, '2022-05-24', 2877, 1050, 108, 4172, '1.0000', '2.5400', '2.5400', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1073, '2022-05-24', 3483, 1051, 108, 4771, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '45.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1074, '2022-05-24', 3060, 1052, 108, 4797, '1.0000', '5.9827', '5.9827', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1075, '2022-05-24', 3165, 1053, 109, 4460, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1076, '2022-05-24', 2646, 1054, 109, 4836, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1077, '2022-05-24', 3120, 1055, 109, 4707, '1.0000', '5.2700', '5.2700', '7.0000', '7.0000', '45.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1078, '2022-05-24', 3483, 1056, 109, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '44.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1079, '2022-05-24', 2935, 1057, 109, 4718, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1080, '2022-05-24', 3262, 1058, 109, 4557, '1.0000', '6.1300', '6.1300', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1081, '2022-05-24', 2691, 1059, 109, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '53.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1082, '2022-05-24', 3271, 1060, 109, 4566, '6.0000', '1.7900', '1.7900', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1083, '2022-05-24', 3204, 1061, 109, 4499, '1.0000', '16.5000', '16.5000', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1084, '2022-05-24', 2897, 1062, 110, 4192, '1.0000', '132.7200', '132.7200', '175.0000', '175.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1085, '2022-05-24', 2562, 1063, 110, 3857, '1.0000', '10.2900', '10.2900', '13.5000', '13.5000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1086, '2022-05-24', 2699, 1064, 111, 4789, '10.0000', '7.0000', '7.0000', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1087, '2022-05-24', 2606, 1065, 111, 3901, '1.0000', '30.9400', '30.9400', '40.0000', '40.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1088, '2022-05-24', 2764, 1066, 111, 4059, '1.0000', '13.0000', '13.0000', '19.0000', '19.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1089, '2022-05-24', 2713, 1067, 112, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1090, '2022-05-24', 2677, 1068, 112, 3972, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1091, '2022-05-24', 2930, 1069, 112, 4225, '2.0000', '4.5000', '4.5000', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1092, '2022-05-24', 2644, 1070, 113, 4742, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1093, '2022-05-24', 2822, 1071, 113, 4117, '1.0000', '4.6700', '4.6700', '8.0000', '8.0000', '91.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1094, '2022-05-24', 2952, 1072, 114, 4247, '5.0000', '2.8600', '2.8600', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1095, '2022-05-24', 2645, 1073, 114, 4733, '6.0000', '8.2737', '8.2737', '0.5000', '0.5000', '71.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1096, '2022-05-24', 2712, 1074, 114, 4857, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '17.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1097, '2022-05-24', 2949, 1075, 114, 4766, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1098, '2022-05-24', 3483, 1076, 114, 4771, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '42.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1099, '2022-05-24', 2822, 1077, 114, 4117, '1.0000', '4.6700', '4.6700', '8.0000', '8.0000', '90.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1100, '2022-05-24', 2552, 1078, 114, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1101, '2022-05-25', 3098, 1079, 115, 4393, '2.0000', '24.7600', '24.7600', '33.0000', '33.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1102, '2022-05-25', 3222, 1080, 115, 4517, '2.0000', '7.2500', '7.2500', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1103, '2022-05-25', 3101, 1081, 115, 4396, '2.0000', '6.8700', '6.8700', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1104, '2022-05-25', 2545, 1082, 115, 3840, '2.0000', '18.0000', '18.0000', '25.0000', '25.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1105, '2022-05-25', 2827, 1083, 115, 4122, '8.0000', '0.1600', '0.1600', '0.2500', '0.2500', '168.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1106, '2022-05-25', 3316, 1084, 116, 4611, '1.0000', '19.0000', '19.0000', '26.0000', '26.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1107, '2022-05-25', 3272, 1085, 116, 4567, '1.0000', '2.2800', '2.2800', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1108, '2022-05-25', 3206, 1086, 116, 4501, '1.0000', '16.5000', '16.5000', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1109, '2022-05-25', 2582, 1087, 117, 3877, '2.0000', '7.8800', '7.8800', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1110, '2022-05-25', 3063, 1088, 118, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1111, '2022-05-25', 2922, 1089, 118, 4722, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1112, '2022-05-25', 2642, 1090, 118, 4750, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1113, '2022-05-25', 2924, 1091, 118, 4219, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1114, '2022-05-25', 2883, 1092, 118, 4178, '2.0000', '1.5800', '1.5800', '2.5000', '2.5000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1115, '2022-05-25', 2902, 1093, 118, 4762, '1.0000', '6.7300', '6.7300', '9.0000', '9.0000', '20.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1116, '2022-05-25', 2504, 1094, 119, 3799, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1117, '2022-05-25', 2970, 1095, 119, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '44.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1118, '2022-05-25', 2711, 1096, 120, 4712, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '68.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1119, '2022-05-25', 3063, 1097, 120, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1120, '2022-05-25', 3074, 1098, 120, 4369, '1.0000', '1.8600', '1.8600', '3.0000', '3.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1121, '2022-05-25', 2901, 1099, 121, 4798, '1.0000', '14.7250', '14.7250', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 43, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1122, '2022-05-25', 3485, 1100, 121, 4784, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1123, '2022-05-25', 3061, 1101, 122, 4356, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1124, '2022-05-25', 2982, 1102, 122, 4756, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1125, '2022-05-25', 3483, 1103, 122, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '41.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1126, '2022-05-25', 3048, 1104, 122, 4343, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1127, '2022-05-25', 2485, 1105, 122, 4800, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '8.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1128, '2022-05-25', 3166, 1106, 123, 4461, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1129, '2022-05-25', 2646, 1107, 123, 4836, '5.0000', '11.8741', '11.8741', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1130, '2022-05-25', 2822, 1108, 123, 4117, '2.0000', '4.6700', '4.6700', '8.0000', '8.0000', '88.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1131, '2022-05-25', 2725, 1109, 124, 4020, '1.0000', '4.5900', '4.5900', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1132, '2022-05-25', 3262, 1110, 124, 4557, '1.0000', '6.1300', '6.1300', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1133, '2022-05-25', 3239, 1111, 124, 4534, '5.0000', '0.7900', '0.7900', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1134, '2022-05-25', 3137, 1112, 124, 4432, '2.0000', '3.0500', '3.0500', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1135, '2022-05-25', 2726, 1113, 124, 4847, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '39.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1136, '2022-05-25', 2699, 1114, 124, 4789, '4.0000', '7.0000', '7.0000', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1137, '2022-05-25', 2801, 1115, 124, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '44.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1138, '2022-05-25', 2642, 1116, 125, 4750, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1139, '2022-05-25', 2646, 1117, 125, 4836, '3.0000', '11.8741', '11.8741', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1140, '2022-05-25', 2642, 1118, 126, 4750, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1141, '2022-05-25', 3483, 1119, 126, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1142, '2022-05-25', 2646, 1120, 126, 4836, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1143, '2022-05-25', 2645, 1121, 126, 4733, '6.0000', '8.2737', '8.2737', '0.5000', '0.5000', '65.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1144, '2022-05-25', 3114, 1122, 126, 4715, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1145, '2022-05-25', 3172, 1123, 126, 4776, '2.0000', '3.5094', '3.5094', '4.0000', '4.0000', '92.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1146, '2022-05-26', 3060, 1124, 127, 4797, '1.0000', '5.9827', '5.9827', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1147, '2022-05-26', 2822, 1125, 127, 4117, '2.0000', '4.6700', '4.6700', '8.0000', '8.0000', '86.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1148, '2022-05-26', 3063, 1126, 127, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1149, '2022-05-26', 2596, 1127, 128, 3891, '18.0000', '7.0000', '7.0000', '8.5000', '8.5000', '61.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1150, '2022-05-26', 2908, 1128, 128, 4203, '1.0000', '6.5600', '6.5600', '14.0000', '14.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1151, '2022-05-26', 2727, 1129, 129, 4022, '8.0000', '27.9900', '27.9900', '40.0000', '40.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1152, '2022-05-26', 2877, 1130, 129, 4172, '1.0000', '2.5400', '2.5400', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1153, '2022-05-26', 2952, 1131, 129, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1154, '2022-05-26', 2881, 1132, 129, 4176, '1.0000', '0.8200', '0.8200', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1155, '2022-05-26', 3242, 1133, 129, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1156, '2022-05-26', 3317, 1134, 129, 4612, '1.0000', '10.0000', '10.0000', '20.0000', '20.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1157, '2022-05-26', 2649, 1135, 129, 4752, '5.0000', '6.2500', '6.2500', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1158, '2022-05-26', 3172, 1136, 130, 4776, '4.0000', '3.5094', '3.5094', '4.0000', '4.0000', '88.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1159, '2022-05-26', 2711, 1137, 130, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '67.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1160, '2022-05-26', 3085, 1138, 130, 4380, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1161, '2022-05-26', 2952, 1139, 130, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1162, '2022-05-26', 2642, 1140, 130, 4750, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1163, '2022-05-26', 3182, 1141, 130, 4767, '1.0000', '7.7925', '7.7925', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1164, '2022-05-26', 2711, 1142, 131, 4712, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '65.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1165, '2022-05-26', 2930, 1143, 131, 4225, '1.0000', '4.5000', '4.5000', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1166, '2022-05-26', 3254, 1144, 132, 4549, '20.0000', '0.0800', '0.0800', '0.5000', '0.5000', '359.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1167, '2022-05-26', 2558, 1145, 132, 3853, '1.0000', '7.1700', '7.1700', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1168, '2022-05-26', 2642, 1146, 133, 4753, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '47.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1169, '2022-05-26', 2642, 1147, 134, 4753, '3.0000', '5.8333', '5.8333', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1170, '2022-05-26', 3297, 1148, 134, 4592, '20.0000', '0.1200', '0.1200', '0.3000', '0.3000', '732.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1171, '2022-05-26', 3017, 1149, 134, 4312, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1172, '2022-05-26', 3074, 1150, 134, 4369, '2.0000', '1.8600', '1.8600', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1173, '2022-05-26', 3044, 1151, 135, 4339, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1174, '2022-05-26', 3114, 1152, 135, 4715, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1175, '2022-05-26', 3172, 1153, 135, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '87.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1176, '2022-05-26', 3311, 1154, 135, 4779, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1177, '2022-05-26', 3349, 1155, 136, 4644, '2.0000', '2.9500', '2.9500', '5.0000', '5.0000', '33.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1178, '2022-05-26', 2705, 1156, 136, 4000, '40.0000', '0.1100', '0.1100', '0.3000', '0.3000', '317.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1179, '2022-05-26', 2534, 1157, 136, 4759, '3.0000', '4.2206', '4.2206', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1180, '2022-05-26', 2699, 1158, 136, 4789, '3.0000', '7.0000', '7.0000', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1181, '2022-05-26', 2698, 1159, 136, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '57.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1182, '2022-05-26', 2902, 1160, 137, 4762, '4.0000', '6.7300', '6.7300', '9.0000', '9.0000', '16.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1183, '2022-05-26', 3164, 1161, 137, 4710, '4.0000', '1.5360', '1.5360', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1184, '2022-05-26', 2634, 1162, 137, 3929, '1.0000', '2.9200', '2.9200', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1185, '2022-05-26', 2801, 1163, 138, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '43.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1186, '2022-05-26', 3063, 1164, 138, 4358, '2.0000', '2.6300', '2.6300', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1187, '2022-05-27', 2642, 1165, 139, 4753, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '43.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1188, '2022-05-27', 3164, 1166, 139, 4710, '2.0000', '1.5360', '1.5360', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1189, '2022-05-27', 3044, 1167, 139, 4713, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1190, '2022-05-27', 3060, 1168, 139, 4797, '1.0000', '5.9827', '5.9827', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1191, '2022-05-27', 2653, 1169, 139, 4735, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '54.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1192, '2022-05-27', 2713, 1170, 139, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1193, '2022-05-27', 2642, 1171, 140, 4753, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1194, '2022-05-27', 3164, 1172, 140, 4710, '2.0000', '1.5360', '1.5360', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1195, '2022-05-27', 3044, 1173, 140, 4713, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1196, '2022-05-27', 3060, 1174, 140, 4797, '1.0000', '5.9827', '5.9827', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1197, '2022-05-27', 2653, 1175, 140, 4735, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '53.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1198, '2022-05-27', 2713, 1176, 140, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1199, '2022-05-27', 2952, 1177, 141, 4247, '3.0000', '2.8600', '2.8600', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1200, '2022-05-27', 3172, 1178, 141, 4776, '3.0000', '3.5094', '3.5094', '4.0000', '4.0000', '84.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1201, '2022-05-27', 2661, 1179, 141, 4806, '6.0000', '0.2400', '0.2400', '0.5000', '0.5000', '92.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1202, '2022-05-27', 2950, 1180, 142, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1203, '2022-05-27', 3483, 1181, 142, 4771, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '37.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1204, '2022-05-27', 2960, 1182, 143, 4255, '3.0000', '9.5000', '9.5000', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1205, '2022-05-27', 2562, 1183, 144, 3857, '1.0000', '10.2900', '10.2900', '13.5000', '13.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1206, '2022-05-27', 2653, 1184, 145, 4735, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '49.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1207, '2022-05-27', 2714, 1185, 146, 4009, '1.0000', '4.7300', '4.7300', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1208, '2022-05-27', 2464, 1186, 147, 3759, '20.0000', '2.5000', '2.5000', '3.5000', '3.5000', '24.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1209, '2022-05-27', 3254, 1187, 147, 4549, '15.0000', '0.0800', '0.0800', '0.5000', '0.5000', '344.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1210, '2022-05-27', 3297, 1188, 147, 4592, '1.0000', '0.1200', '0.1200', '0.3000', '0.3000', '731.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1211, '2022-05-27', 3290, 1189, 147, 4585, '15.0000', '0.0900', '0.0900', '0.2500', '0.2500', '714.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1212, '2022-05-27', 3537, 1190, 148, 4948, '1.0000', '14.7250', '14.7250', '22.0000', '22.0000', '3.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1213, '2022-05-27', 2927, 1191, 148, 4222, '16.0000', '1.5000', '1.5000', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1214, '2022-05-27', 2534, 1192, 148, 4759, '4.0000', '4.2206', '4.2206', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1215, '2022-05-27', 2930, 1193, 148, 4225, '1.0000', '4.5000', '4.5000', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1216, '2022-05-27', 2921, 1194, 148, 4216, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1217, '2022-05-27', 2921, 1194, 148, 4721, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1218, '2022-05-27', 2922, 1195, 148, 4722, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1219, '2022-05-27', 2982, 1196, 149, 4756, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1220, '2022-05-27', 2864, 1197, 149, 4159, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1221, '2022-05-27', 2660, 1198, 149, 3955, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1222, '2022-05-27', 3085, 1199, 149, 4380, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1223, '2022-05-28', 2649, 1200, 150, 4752, '2.0000', '6.2500', '6.2500', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1224, '2022-05-28', 2697, 1201, 151, 3992, '4.0000', '6.4500', '6.4500', '8.0000', '8.0000', '54.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1225, '2022-05-28', 2617, 1202, 151, 4787, '4.0000', '4.5000', '4.5000', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 39, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1226, '2022-05-28', 2699, 1203, 151, 4789, '8.0000', '7.0000', '7.0000', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1227, '2022-05-28', 2523, 1204, 152, 3818, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1228, '2022-05-28', 2922, 1205, 152, 4722, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1229, '2022-05-28', 3255, 1206, 152, 4550, '1.0000', '3.7700', '3.7700', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1230, '2022-05-28', 3479, 1207, 152, 4731, '2.0000', '4.5000', '4.5000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1231, '2022-05-28', 2645, 1208, 152, 4733, '8.0000', '8.2737', '8.2737', '0.5000', '0.5000', '57.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1232, '2022-05-28', 2711, 1209, 152, 4712, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '63.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1233, '2022-05-28', 2649, 1210, 152, 4752, '1.0000', '6.2500', '6.2500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1234, '2022-05-28', 2649, 1210, 152, 4755, '3.0000', '5.4200', '5.4200', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1235, '2022-05-28', 3271, 1211, 152, 4566, '1.0000', '1.7900', '1.7900', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1236, '2022-05-28', 2646, 1212, 153, 4836, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1237, '2022-05-28', 2646, 1213, 154, 4836, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1238, '2022-05-28', 2936, 1214, 155, 4725, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1239, '2022-05-28', 2927, 1215, 155, 4222, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1240, '2022-05-28', 2713, 1216, 155, 4716, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1241, '2022-05-28', 2712, 1217, 155, 4857, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '16.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1242, '2022-05-28', 2617, 1218, 156, 4787, '2.0000', '4.5000', '4.5000', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 39, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1243, '2022-05-28', 2610, 1219, 156, 3905, '2.0000', '5.0000', '5.0000', '7.0000', '7.0000', '64.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1244, '2022-05-28', 3221, 1220, 156, 4516, '2.0000', '25.2400', '25.2400', '34.0000', '34.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1245, '2022-05-28', 2952, 1221, 156, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1246, '2022-05-28', 2880, 1222, 156, 4775, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1247, '2022-05-28', 2821, 1223, 156, 4116, '1.0000', '24.9700', '24.9700', '35.0000', '35.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1248, '2022-05-28', 2699, 1224, 156, 4789, '3.0000', '7.0000', '7.0000', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1249, '2022-05-28', 3120, 1225, 157, 4707, '1.0000', '5.2700', '5.2700', '7.0000', '7.0000', '44.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1250, '2022-05-28', 3062, 1226, 157, 4357, '1.0000', '13.0800', '13.0800', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1251, '2022-05-28', 3187, 1227, 157, 4482, '4.0000', '0.0100', '0.0100', '1.2500', '1.2500', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1252, '2022-05-29', 2646, 1228, 158, 4836, '5.0000', '11.8741', '11.8741', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1253, '2022-05-29', 2901, 1229, 158, 4798, '2.0000', '14.7250', '14.7250', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 43, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1254, '2022-05-29', 2936, 1230, 158, 4725, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1255, '2022-05-29', 2923, 1231, 158, 4218, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1256, '2022-05-29', 2502, 1232, 158, 4746, '5.0000', '2.0800', '2.0800', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1257, '2022-05-29', 3121, 1233, 158, 4706, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1258, '2022-05-29', 3120, 1234, 158, 4707, '5.0000', '5.2700', '5.2700', '7.0000', '7.0000', '39.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1259, '2022-05-29', 2980, 1235, 158, 4275, '1.0000', '35.4700', '35.4700', '47.0000', '47.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1260, '2022-05-29', 2485, 1236, 158, 4800, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '7.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1261, '2022-05-29', 2981, 1237, 158, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '5.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1262, '2022-05-29', 2982, 1238, 158, 4756, '3.0000', '5.1600', '5.1600', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1263, '2022-05-29', 2712, 1239, 158, 4857, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '13.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1264, '2022-05-30', 2936, 1240, 159, 4725, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1265, '2022-05-30', 3048, 1241, 159, 4343, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1266, '2022-05-30', 2977, 1242, 160, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1267, '2022-05-30', 2923, 1243, 160, 4218, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1268, '2022-05-30', 2646, 1244, 160, 4836, '3.0000', '11.8741', '11.8741', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1269, '2022-05-30', 2649, 1245, 160, 4755, '3.0000', '5.4200', '5.4200', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1270, '2022-05-30', 2653, 1246, 160, 4735, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1271, '2022-05-30', 2647, 1247, 161, 4734, '5.0000', '6.7550', '6.7550', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1272, '2022-05-30', 2645, 1248, 161, 4733, '8.0000', '8.2737', '8.2737', '0.5000', '0.5000', '49.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1273, '2022-05-30', 2902, 1249, 162, 4762, '4.0000', '6.7300', '6.7300', '9.0000', '9.0000', '12.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1274, '2022-05-30', 3172, 1250, 162, 4776, '5.0000', '3.5094', '3.5094', '4.0000', '4.0000', '79.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1275, '2022-05-30', 2936, 1251, 162, 4725, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1276, '2022-05-30', 2930, 1252, 162, 4225, '5.0000', '4.5000', '4.5000', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1277, '2022-05-30', 2647, 1253, 163, 4734, '5.0000', '6.7550', '6.7550', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1278, '2022-05-30', 2821, 1254, 164, 4116, '2.0000', '24.9700', '24.9700', '35.0000', '35.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1279, '2022-05-30', 2716, 1255, 164, 4011, '2.0000', '3.3500', '3.3500', '4.5000', '4.5000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1280, '2022-05-30', 3239, 1256, 164, 4534, '5.0000', '0.7900', '0.7900', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1281, '2022-05-30', 2726, 1257, 164, 4847, '5.0000', '10.5900', '10.5900', '25.0000', '25.0000', '34.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1282, '2022-05-30', 3233, 1258, 164, 4528, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1283, '2022-05-30', 2699, 1259, 164, 4789, '5.0000', '7.0000', '7.0000', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1284, '2022-05-30', 3262, 1260, 164, 4557, '6.0000', '6.1300', '6.1300', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1285, '2022-05-30', 2769, 1261, 164, 4824, '4.0000', '8.9600', '8.9600', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1286, '2022-05-30', 2643, 1262, 165, 3938, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1287, '2022-05-30', 3172, 1263, 165, 4776, '2.0000', '3.5094', '3.5094', '4.0000', '4.0000', '77.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1288, '2022-05-30', 3483, 1264, 165, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1289, '2022-05-30', 2936, 1265, 165, 4725, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1290, '2022-05-30', 2935, 1266, 165, 4718, '9.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1291, '2022-05-30', 2935, 1266, 165, 4865, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1292, '2022-05-30', 2923, 1267, 165, 4218, '4.0000', '3.0000', '3.0000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1293, '2022-05-30', 2922, 1268, 165, 4722, '7.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1294, '2022-05-30', 3063, 1269, 165, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1295, '2022-05-30', 3061, 1270, 165, 4356, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1296, '2022-05-30', 2645, 1271, 165, 4733, '11.0000', '8.2737', '8.2737', '0.5000', '0.5000', '38.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1297, '2022-05-30', 2647, 1272, 165, 4734, '9.0000', '6.7550', '6.7550', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1298, '2022-05-30', 2822, 1273, 165, 4117, '4.0000', '4.6700', '4.6700', '8.0000', '8.0000', '82.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1299, '2022-05-30', 2653, 1274, 165, 4735, '26.0000', '4.4092', '4.4092', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1300, '2022-05-30', 3163, 1275, 165, 4458, '2.0000', '4.8600', '4.8600', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1301, '2022-05-30', 2902, 1276, 165, 4762, '2.0000', '6.7300', '6.7300', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1302, '2022-05-30', 2879, 1277, 165, 4174, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1303, '2022-05-30', 2880, 1278, 165, 4775, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1304, '2022-05-30', 2891, 1279, 165, 4186, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1305, '2022-05-30', 2534, 1280, 165, 4759, '2.0000', '4.2206', '4.2206', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1306, '2022-05-30', 2711, 1281, 165, 4712, '7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '56.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1307, '2022-05-30', 2710, 1282, 165, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1308, '2022-05-30', 3164, 1283, 165, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1309, '2022-05-30', 2661, 1284, 165, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '91.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1310, '2022-05-31', 2647, 1285, 166, 4734, '2.0000', '6.7550', '6.7550', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1311, '2022-05-31', 2645, 1286, 166, 4733, '19.0000', '8.2737', '8.2737', '0.5000', '0.5000', '19.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1312, '2022-05-31', 3119, 1287, 166, 4414, '1.0000', '36.3000', '36.3000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1313, '2022-05-31', 2982, 1288, 166, 4756, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1314, '2022-05-31', 2711, 1289, 166, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '55.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1315, '2022-05-31', 2710, 1290, 166, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1316, '2022-05-31', 2712, 1291, 166, 4857, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '12.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1317, '2022-05-31', 2713, 1292, 166, 4716, '5.0000', '5.9500', '5.9500', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1318, '2022-05-31', 2924, 1293, 166, 4729, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1319, '2022-05-31', 2936, 1294, 166, 4725, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1320, '2022-05-31', 2936, 1294, 166, 4864, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '34.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1321, '2022-06-01', 2647, 1295, 167, 4734, '5.0000', '6.7550', '6.7550', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1322, '2022-06-01', 2645, 1296, 167, 4733, '12.0000', '8.2737', '8.2737', '0.5000', '0.5000', '7.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1323, '2022-06-01', 2653, 1297, 167, 4735, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1324, '2022-06-01', 3060, 1298, 167, 4797, '4.0000', '5.9827', '5.9827', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1325, '2022-06-01', 3342, 1299, 167, 4637, '1.0000', '38.1100', '38.1100', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1326, '2022-06-01', 2790, 1300, 167, 4711, '3.0000', '5.1100', '5.1100', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1327, '2022-06-01', 2952, 1301, 167, 4247, '6.0000', '2.8600', '2.8600', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1328, '2022-06-01', 2951, 1302, 167, 4246, '1.0000', '2.0000', '2.0000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1329, '2022-06-01', 3172, 1303, 168, 4776, '6.0000', '3.5094', '3.5094', '4.0000', '4.0000', '71.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1330, '2022-06-01', 2643, 1304, 168, 3938, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1331, '2022-06-01', 2822, 1305, 168, 4117, '2.0000', '4.6700', '4.6700', '8.0000', '8.0000', '80.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1332, '2022-06-01', 3483, 1306, 168, 4771, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1333, '2022-06-01', 2634, 1307, 168, 3929, '1.0000', '2.9200', '2.9200', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1334, '2022-06-01', 2710, 1308, 168, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1335, '2022-06-01', 2711, 1309, 168, 4712, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '52.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1336, '2022-06-01', 2713, 1310, 168, 4716, '5.0000', '5.9500', '5.9500', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1337, '2022-06-01', 2712, 1311, 168, 4857, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1338, '2022-06-01', 2888, 1312, 168, 4183, '5.0000', '0.8500', '0.8500', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1339, '2022-06-01', 2888, 1312, 168, 4841, '5.0000', '0.8542', '0.8542', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1340, '2022-06-01', 2936, 1313, 168, 4864, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1341, '2022-06-01', 2930, 1314, 168, 4225, '4.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1342, '2022-06-01', 2930, 1314, 168, 4724, '6.0000', '4.5000', '4.5000', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1343, '2022-06-01', 2902, 1315, 169, 4762, '6.0000', '6.7300', '6.7300', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1344, '2022-06-01', 2932, 1316, 169, 4227, '1.0000', '11.2500', '11.2500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1345, '2022-06-01', 2905, 1317, 169, 4200, '1.0000', '4.1600', '4.1600', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1346, '2022-06-01', 2927, 1318, 169, 4222, '5.0000', '1.5000', '1.5000', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1347, '2022-06-01', 3048, 1319, 169, 4343, '10.0000', '0.8300', '0.8300', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1348, '2022-06-02', 2981, 1320, 170, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '4.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1349, '2022-06-02', 3183, 1321, 170, 4478, '3.0000', '6.5600', '6.5600', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1350, '2022-06-02', 2608, 1322, 170, 4788, '1.0000', '35.0000', '35.0000', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1351, '2022-06-02', 2699, 1323, 170, 4789, '7.0000', '7.0000', '7.0000', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1352, '2022-06-02', 2726, 1324, 170, 4847, '4.0000', '10.5900', '10.5900', '25.0000', '25.0000', '30.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1353, '2022-06-02', 2725, 1325, 170, 4020, '2.0000', '4.5900', '4.5900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1354, '2022-06-02', 3262, 1326, 170, 4557, '2.0000', '6.1300', '6.1300', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1355, '2022-06-02', 2668, 1327, 170, 3963, '1.0000', '38.0000', '38.0000', '47.0000', '47.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1356, '2022-06-02', 3233, 1328, 170, 4528, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1357, '2022-06-02', 3338, 1329, 170, 4633, '1.0000', '48.9000', '48.9000', '65.0000', '65.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1358, '2022-06-02', 2952, 1330, 170, 4247, '5.0000', '2.8600', '2.8600', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1359, '2022-06-02', 2891, 1331, 170, 4186, '5.0000', '5.1000', '5.1000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1360, '2022-06-02', 2677, 1332, 170, 3972, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1361, '2022-06-02', 2653, 1333, 171, 4735, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1362, '2022-06-02', 2653, 1333, 171, 4837, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '89.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1363, '2022-06-02', 3063, 1334, 171, 4358, '5.0000', '2.6300', '2.6300', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1364, '2022-06-02', 3061, 1335, 171, 4356, '4.0000', '4.1700', '4.1700', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1365, '2022-06-02', 2645, 1336, 171, 4733, '2.0000', '8.2737', '8.2737', '0.5000', '0.5000', '5.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1366, '2022-06-02', 3172, 1337, 171, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '70.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1367, '2022-06-02', 2545, 1338, 171, 3840, '7.0000', '18.0000', '18.0000', '25.0000', '25.0000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1368, '2022-06-02', 2547, 1339, 171, 3842, '1.0000', '36.9900', '36.9900', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1369, '2022-06-02', 2880, 1340, 171, 4775, '3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1370, '2022-06-02', 3048, 1341, 171, 4343, '15.0000', '0.8300', '0.8300', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1371, '2022-06-02', 3233, 1342, 171, 4528, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1372, '2022-06-02', 2936, 1343, 171, 4864, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1373, '2022-06-02', 2822, 1344, 171, 4117, '1.0000', '4.6700', '4.6700', '8.0000', '8.0000', '79.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1374, '2022-06-02', 2930, 1345, 171, 4724, '5.0000', '4.5000', '4.5000', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1375, '2022-06-02', 2713, 1346, 171, 4716, '6.0000', '5.9500', '5.9500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1376, '2022-06-02', 2713, 1346, 171, 4858, '5.0000', '5.9500', '5.9500', '7.0000', '7.0000', '31.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1377, '2022-06-02', 2711, 1347, 171, 4712, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1378, '2022-06-02', 2712, 1348, 171, 4857, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1379, '2022-06-02', 2642, 1349, 171, 4753, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1380, '2022-06-02', 2952, 1350, 171, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1381, '2022-06-02', 2980, 1351, 172, 4275, '1.0000', '35.4700', '35.4700', '47.0000', '47.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1382, '2022-06-02', 3303, 1352, 173, 4598, '100.0000', '0.2500', '0.2500', '0.7500', '0.7500', '409.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1383, '2022-06-02', 3507, 1353, 173, 4913, '1.0000', '7.9900', '7.9900', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1384, '2022-06-02', 2894, 1354, 173, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1385, '2022-06-02', 2917, 1355, 174, 4212, '8.0000', '9.3800', '9.3800', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1386, '2022-06-02', 2712, 1356, 175, 4857, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1387, '2022-06-02', 3114, 1357, 175, 4715, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1388, '2022-06-02', 3164, 1358, 175, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1389, '2022-06-02', 2534, 1359, 175, 4759, '3.0000', '4.2206', '4.2206', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1390, '2022-06-02', 2507, 1360, 175, 4738, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1391, '2022-06-02', 3483, 1361, 175, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '31.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1392, '2022-06-02', 2713, 1362, 175, 4858, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '29.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1393, '2022-06-02', 3120, 1363, 175, 4707, '6.0000', '5.2700', '5.2700', '7.0000', '7.0000', '33.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1394, '2022-06-02', 2953, 1364, 176, 4248, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1395, '2022-06-02', 2919, 1365, 176, 4214, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1396, '2022-06-02', 2887, 1366, 176, 4182, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1397, '2022-06-02', 2873, 1367, 176, 4168, '1.0000', '2.5000', '2.5000', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1398, '2022-06-02', 2514, 1368, 176, 3809, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1399, '2022-06-02', 2982, 1369, 176, 4756, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1400, '2022-06-02', 2935, 1370, 176, 4865, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1401, '2022-06-02', 3164, 1371, 176, 4710, '4.0000', '1.5360', '1.5360', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1402, '2022-06-02', 3047, 1372, 176, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1403, '2022-06-02', 3230, 1373, 176, 4525, '2.0000', '2.4400', '2.4400', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1404, '2022-06-02', 2888, 1374, 176, 4841, '1.0000', '0.8542', '0.8542', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1405, '2022-06-02', 3114, 1375, 176, 4715, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1406, '2022-06-02', 3061, 1376, 176, 4356, '3.0000', '4.1700', '4.1700', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1407, '2022-06-02', 2508, 1377, 176, 4739, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1408, '2022-06-02', 2713, 1378, 176, 4858, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '27.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1409, '2022-06-02', 2534, 1379, 176, 4759, '2.0000', '4.2206', '4.2206', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1410, '2022-06-02', 2534, 1379, 176, 4872, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1411, '2022-06-02', 3048, 1380, 176, 4343, '8.0000', '0.8300', '0.8300', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1412, '2022-06-02', 3483, 1381, 176, 4771, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1413, '2022-06-02', 2927, 1382, 176, 4222, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1414, '2022-06-02', 3086, 1383, 176, 4761, '2.0000', '2.5800', '2.5800', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1415, '2022-06-02', 3311, 1384, 176, 4779, '20.0000', '0.8700', '0.8700', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1416, '2022-06-02', 2827, 1385, 176, 4122, '12.0000', '0.1600', '0.1600', '0.2500', '0.2500', '156.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1417, '2022-06-02', 2952, 1386, 176, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1418, '2022-06-02', 2661, 1387, 176, 4806, '2.0000', '0.2400', '0.2400', '0.5000', '0.5000', '89.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1419, '2022-06-02', 2883, 1388, 177, 4178, '3.0000', '1.5800', '1.5800', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1420, '2022-06-02', 3060, 1389, 177, 4797, '1.0000', '5.9827', '5.9827', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1421, '2022-06-02', 2893, 1390, 177, 4188, '3.0000', '1.0800', '1.0800', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1422, '2022-06-02', 2500, 1391, 177, 4758, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1423, '2022-06-02', 2873, 1392, 177, 4168, '1.0000', '2.5000', '2.5000', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1424, '2022-06-02', 2534, 1393, 177, 4872, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1425, '2022-06-02', 2864, 1394, 177, 4159, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1426, '2022-06-02', 2653, 1395, 177, 4837, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '88.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1427, '2022-06-02', 3017, 1396, 177, 4312, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1428, '2022-06-02', 3164, 1397, 177, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1429, '2022-06-02', 3063, 1398, 177, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1430, '2022-06-02', 3120, 1399, 177, 4707, '5.0000', '5.2700', '5.2700', '7.0000', '7.0000', '28.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1431, '2022-06-02', 2713, 1400, 177, 4858, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '26.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1432, '2022-06-02', 3114, 1401, 177, 4715, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1433, '2022-06-02', 2827, 1402, 177, 4122, '12.0000', '0.1600', '0.1600', '0.2500', '0.2500', '144.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1434, '2022-06-02', 3048, 1403, 177, 4343, '12.0000', '0.8300', '0.8300', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1435, '2022-06-02', 3047, 1404, 177, 4342, '5.0000', '1.6700', '1.6700', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1436, '2022-06-02', 2888, 1405, 177, 4841, '8.0000', '0.8542', '0.8542', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1437, '2022-06-02', 2881, 1406, 177, 4176, '4.0000', '0.8200', '0.8200', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1438, '2022-06-02', 2935, 1407, 177, 4865, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1439, '2022-06-02', 2873, 1408, 178, 4168, '1.0000', '2.5000', '2.5000', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1440, '2022-06-02', 3230, 1409, 178, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1441, '2022-06-02', 2508, 1410, 178, 4739, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1442, '2022-06-02', 2712, 1411, 178, 4857, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1443, '2022-06-02', 3086, 1412, 178, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1444, '2022-06-02', 2663, 1413, 178, 4808, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1445, '2022-06-02', 3164, 1414, 178, 4710, '2.0000', '1.5360', '1.5360', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1446, '2022-06-02', 3120, 1415, 178, 4707, '3.0000', '5.2700', '5.2700', '7.0000', '7.0000', '25.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1447, '2022-06-02', 2534, 1416, 178, 4872, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1448, '2022-06-02', 3060, 1417, 178, 4797, '4.0000', '5.9827', '5.9827', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1449, '2022-06-02', 2888, 1418, 178, 4841, '3.0000', '0.8542', '0.8542', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1450, '2022-06-02', 2713, 1419, 178, 4858, '7.0000', '5.9500', '5.9500', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1451, '2022-06-02', 2887, 1420, 178, 4182, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1452, '2022-06-02', 3172, 1421, 178, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '69.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1453, '2022-06-02', 3166, 1422, 178, 4845, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1454, '2022-06-02', 2982, 1423, 178, 4756, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1455, '2022-06-02', 2639, 1424, 178, 3934, '1.0000', '1.1700', '1.1700', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1456, '2022-06-02', 3482, 1425, 178, 4769, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1457, '2022-06-02', 2952, 1426, 178, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1458, '2022-06-02', 2710, 1427, 178, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1459, '2022-06-02', 3048, 1428, 178, 4343, '12.0000', '0.8300', '0.8300', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1460, '2022-06-02', 2653, 1429, 178, 4837, '25.0000', '4.4092', '4.4092', '6.0000', '6.0000', '63.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1461, '2022-06-02', 2935, 1430, 178, 4865, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '35.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1462, '2022-06-02', 2642, 1431, 179, 4753, '6.0000', '5.8333', '5.8333', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1463, '2022-06-02', 3255, 1432, 179, 4550, '1.0000', '3.7700', '3.7700', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1464, '2022-06-02', 3060, 1433, 179, 4797, '3.0000', '5.9827', '5.9827', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1465, '2022-06-02', 2712, 1434, 179, 4857, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1466, '2022-06-02', 2950, 1435, 179, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1467, '2022-06-02', 3172, 1436, 179, 4776, '3.0000', '3.5094', '3.5094', '4.0000', '4.0000', '66.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1468, '2022-06-02', 3483, 1437, 179, 4771, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1469, '2022-06-02', 2790, 1438, 179, 4711, '1.0000', '5.1100', '5.1100', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1470, '2022-06-02', 3120, 1439, 179, 4707, '7.0000', '5.2700', '5.2700', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1471, '2022-06-02', 3482, 1440, 179, 4769, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '17.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1472, '2022-06-02', 2863, 1441, 179, 4158, '1.0000', '9.7500', '9.7500', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1473, '2022-06-02', 2952, 1442, 179, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1474, '2022-06-02', 2713, 1443, 179, 4858, '4.0000', '5.9500', '5.9500', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1475, '2022-06-02', 2653, 1444, 179, 4837, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '62.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1476, '2022-06-02', 2712, 1445, 180, 4857, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1477, '2022-06-02', 2643, 1446, 180, 3938, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1478, '2022-06-02', 2508, 1447, 180, 4739, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1479, '2022-06-02', 2660, 1448, 180, 3955, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1480, '2022-06-02', 3482, 1449, 180, 4769, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '15.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1481, '2022-06-02', 3344, 1450, 180, 4793, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1482, '2022-06-02', 2713, 1451, 180, 4858, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1483, '2022-06-02', 3481, 1452, 180, 4770, '1.0000', '0.4163', '0.4163', '1.0000', '1.0000', '73.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1484, '2022-06-02', 3341, 1453, 180, 4846, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1485, '2022-06-02', 2507, 1454, 180, 4738, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1486, '2022-06-02', 3230, 1455, 180, 4525, '2.0000', '2.4400', '2.4400', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1487, '2022-06-02', 2952, 1456, 180, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1488, '2022-06-02', 3095, 1457, 180, 4390, '1.0000', '14.0000', '14.0000', '29.0000', '29.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1489, '2022-06-02', 2949, 1458, 180, 4766, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1490, '2022-06-02', 3483, 1459, 180, 4771, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1491, '2022-06-02', 2888, 1460, 180, 4841, '1.0000', '0.8542', '0.8542', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1492, '2022-06-02', 2653, 1461, 180, 4837, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '52.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1493, '2022-06-02', 3048, 1462, 180, 4343, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1494, '2022-06-02', 2982, 1463, 180, 4756, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1495, '2022-06-02', 3311, 1464, 180, 4779, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1496, '2022-06-02', 3120, 1465, 180, 4707, '4.0000', '5.2700', '5.2700', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1497, '2022-06-02', 3164, 1466, 180, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1498, '2022-06-02', 3172, 1467, 180, 4776, '2.0000', '3.5094', '3.5094', '4.0000', '4.0000', '64.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1499, '2022-06-02', 2534, 1468, 180, 4872, '7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1500, '2022-06-02', 3114, 1469, 180, 4715, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1501, '2022-06-02', 3342, 1470, 180, 4637, '1.0000', '38.1100', '38.1100', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1502, '2022-06-02', 2822, 1471, 180, 4117, '15.0000', '4.6700', '4.6700', '8.0000', '8.0000', '64.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1503, '2022-06-02', 3060, 1472, 180, 4797, '26.0000', '5.9827', '5.9827', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1504, '2022-06-02', 2935, 1473, 180, 4865, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1505, '2022-06-02', 2713, 1474, 181, 4858, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1506, '2022-06-02', 2710, 1475, 181, 4005, '10.0000', '5.9600', '5.9600', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1507, '2022-06-02', 2712, 1476, 181, 4857, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1508, '2022-06-02', 2711, 1477, 181, 4712, '12.0000', '4.2500', '4.2500', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1509, '2022-06-02', 3063, 1478, 181, 4358, '4.0000', '2.6300', '2.6300', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1510, '2022-06-02', 3060, 1479, 181, 4844, '3.0000', '6.2819', '6.2819', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1511, '2022-06-02', 3074, 1480, 181, 4369, '12.0000', '1.8600', '1.8600', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1512, '2022-06-02', 2642, 1481, 181, 4753, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1513, '2022-06-03', 2699, 1482, 182, 4789, '2.0000', '7.0000', '7.0000', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1514, '2022-06-03', 2901, 1483, 182, 4798, '2.0000', '14.7250', '14.7250', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 43, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1515, '2022-06-03', 2901, 1483, 182, 4939, '1.0000', '14.3076', '14.3076', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 61, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1516, '2022-06-03', 3163, 1484, 183, 4458, '1.0000', '4.8600', '4.8600', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1517, '2022-06-03', 2893, 1485, 183, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1518, '2022-06-03', 2790, 1486, 183, 4711, '2.0000', '5.1100', '5.1100', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1519, '2022-06-03', 3483, 1487, 183, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1520, '2022-06-03', 2888, 1488, 183, 4841, '4.0000', '0.8542', '0.8542', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1521, '2022-06-03', 2534, 1489, 183, 4872, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1522, '2022-06-03', 3120, 1490, 183, 4707, '1.0000', '5.2700', '5.2700', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1523, '2022-06-03', 3048, 1491, 183, 4343, '4.0000', '0.8300', '0.8300', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1524, '2022-06-03', 2663, 1492, 183, 4808, '3.0000', '3.3150', '3.3150', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1525, '2022-06-03', 2653, 1493, 183, 4837, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1526, '2022-06-03', 3164, 1494, 183, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1527, '2022-06-03', 3483, 1495, 184, 4771, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1528, '2022-06-03', 3482, 1496, 184, 4769, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1529, '2022-06-03', 2713, 1497, 184, 4858, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1530, '2022-06-03', 2534, 1498, 184, 4872, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1531, '2022-06-03', 2982, 1499, 185, 4756, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1532, '2022-06-03', 2887, 1500, 185, 4182, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1533, '2022-06-03', 2712, 1501, 185, 4857, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1534, '2022-06-03', 2950, 1502, 185, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1535, '2022-06-03', 3164, 1503, 185, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1536, '2022-06-03', 2881, 1504, 185, 4176, '1.0000', '0.8200', '0.8200', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1537, '2022-06-03', 2952, 1505, 185, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1538, '2022-06-03', 2905, 1506, 185, 4200, '1.0000', '4.1600', '4.1600', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1539, '2022-06-03', 2918, 1507, 185, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1540, '2022-06-03', 3230, 1508, 185, 4525, '2.0000', '2.4400', '2.4400', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1541, '2022-06-03', 2508, 1509, 185, 4739, '3.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1542, '2022-06-03', 2653, 1510, 185, 4837, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1543, '2022-06-03', 3086, 1511, 185, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1544, '2022-06-03', 3015, 1512, 185, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '286.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1545, '2022-06-03', 3014, 1513, 185, 4309, '1.0000', '5.1300', '5.1300', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1546, '2022-06-03', 2873, 1514, 185, 4168, '2.0000', '2.5000', '2.5000', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1547, '2022-06-03', 2790, 1515, 185, 4711, '1.0000', '5.1100', '5.1100', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1548, '2022-06-03', 2888, 1516, 185, 4841, '4.0000', '0.8542', '0.8542', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1549, '2022-06-03', 2713, 1517, 185, 4858, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1550, '2022-06-03', 3172, 1518, 185, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '63.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1551, '2022-06-03', 3074, 1519, 185, 4369, '5.0000', '1.8600', '1.8600', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1552, '2022-06-03', 3120, 1520, 186, 4707, '2.0000', '5.2700', '5.2700', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1553, '2022-06-03', 2710, 1521, 186, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1554, '2022-06-03', 2952, 1522, 186, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1555, '2022-06-03', 2552, 1523, 186, 3847, '2.0000', '0.4000', '0.4000', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1556, '2022-06-03', 2485, 1524, 187, 4800, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '6.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1557, '2022-06-03', 3114, 1525, 188, 4715, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1558, '2022-06-03', 3483, 1526, 188, 4771, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1559, '2022-06-03', 2642, 1527, 188, 4753, '5.0000', '5.8333', '5.8333', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1560, '2022-06-03', 2650, 1528, 188, 4751, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1561, '2022-06-04', 2835, 1529, 189, 4130, '3.0000', '10.6700', '10.6700', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1562, '2022-06-04', 2835, 1529, 189, 4995, '1.0000', '13.0000', '13.0000', '13.0000', '13.0000', '23.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1563, '2022-06-04', 2603, 1530, 189, 3898, '1.0000', '201.5900', '201.5900', '270.0000', '270.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1564, '2022-06-04', 2502, 1531, 190, 4746, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1565, '2022-06-04', 3485, 1532, 190, 4784, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1566, '2022-06-04', 2866, 1533, 191, 4161, '1.0000', '71.0000', '71.0000', '95.0000', '95.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1567, '2022-06-04', 2952, 1534, 192, 4247, '3.0000', '2.8600', '2.8600', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1568, '2022-06-04', 2891, 1535, 192, 4186, '3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1569, '2022-06-04', 2608, 1536, 192, 4788, '1.0000', '35.0000', '35.0000', '40.0000', '40.0000', '1.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1570, '2022-06-04', 2645, 1537, 193, 4733, '5.0000', '8.2737', '8.2737', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1571, '2022-06-04', 2645, 1537, 193, 4972, '7.0000', '8.2737', '8.2737', '0.5000', '0.5000', '41.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1572, '2022-06-04', 2923, 1538, 193, 4218, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1573, '2022-06-04', 2936, 1539, 193, 4864, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '27.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1574, '2022-06-04', 2920, 1540, 193, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '42.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1575, '2022-06-04', 2878, 1541, 194, 4173, '1.0000', '50.0000', '50.0000', '80.0000', '80.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1576, '2022-06-04', 2901, 1542, 194, 4939, '1.0000', '14.3076', '14.3076', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 61, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1577, '2022-06-04', 2901, 1543, 195, 4939, '3.0000', '14.3076', '14.3076', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 61, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1578, '2022-06-05', 3074, 1544, 196, 4369, '5.0000', '1.8600', '1.8600', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1579, '2022-06-05', 3074, 1544, 196, 4810, '1.0000', '1.8600', '1.8600', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1580, '2022-06-05', 3074, 1544, 196, 4940, '2.0000', '1.8592', '1.8592', '3.0000', '3.0000', '46.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1581, '2022-06-05', 2922, 1545, 196, 4722, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1582, '2022-06-05', 2922, 1545, 196, 4861, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1583, '2022-06-05', 2923, 1546, 196, 4218, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1584, '2022-06-05', 2646, 1547, 196, 4973, '15.0000', '11.8741', '11.8741', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1585, '2022-06-05', 2645, 1548, 196, 4972, '18.0000', '8.2737', '8.2737', '0.5000', '0.5000', '23.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1586, '2022-06-05', 2647, 1549, 196, 4974, '10.0000', '6.7550', '6.7550', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1587, '2022-06-05', 2653, 1550, 196, 4837, '18.0000', '4.4092', '4.4092', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1588, '2022-06-05', 2982, 1551, 197, 4756, '4.0000', '5.1600', '5.1600', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1589, '2022-06-05', 2595, 1552, 197, 3890, '15.0000', '6.2100', '6.2100', '8.5000', '8.5000', '142.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1590, '2022-06-05', 2677, 1553, 197, 3972, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1591, '2022-06-05', 2545, 1554, 197, 3840, '2.0000', '18.0000', '18.0000', '25.0000', '25.0000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1592, '2022-06-05', 2827, 1555, 197, 4122, '10.0000', '0.1600', '0.1600', '0.2500', '0.2500', '134.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1593, '2022-06-05', 2645, 1556, 198, 4972, '2.0000', '8.2737', '8.2737', '0.5000', '0.5000', '21.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1594, '2022-06-05', 3044, 1557, 198, 4713, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1595, '2022-06-05', 3172, 1558, 198, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1596, '2022-06-05', 2935, 1559, 198, 4865, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1597, '2022-06-05', 2950, 1560, 199, 4245, '5.0000', '12.6700', '12.6700', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1598, '2022-06-05', 2960, 1561, 199, 4255, '6.0000', '9.5000', '9.5000', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1599, '2022-06-05', 3048, 1562, 199, 4343, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1600, '2022-06-05', 3546, 1563, 199, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1601, '2022-06-05', 3547, 1564, 199, 5007, '10.0000', '0.4292', '0.4292', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1602, '2022-06-05', 2921, 1565, 199, 4721, '5.0000', '4.0000', '4.0000', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1603, '2022-06-05', 2698, 1566, 199, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '56.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1604, '2022-06-05', 2713, 1567, 199, 4858, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1605, '2022-06-05', 2661, 1568, 199, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '88.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1606, '2022-06-06', 2653, 1569, 200, 4837, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1607, '2022-06-07', 2712, 1570, 201, 4857, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1608, '2022-06-07', 2713, 1571, 201, 4858, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1609, '2022-06-07', 3172, 1572, 201, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '61.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1610, '2022-06-07', 2936, 1573, 201, 4864, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1611, '2022-06-07', 2924, 1574, 201, 4729, '5.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1612, '2022-06-07', 2922, 1575, 201, 4861, '6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1613, '2022-06-07', 2982, 1576, 201, 4756, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1614, '2022-06-07', 2950, 1577, 201, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1615, '2022-06-07', 2790, 1578, 201, 4711, '3.0000', '5.1100', '5.1100', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1616, '2022-06-07', 2789, 1579, 201, 4704, '3.0000', '8.4200', '8.4200', '11.5000', '11.5000', '8.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1617, '2022-06-07', 2661, 1580, 201, 4806, '15.0000', '0.2400', '0.2400', '0.5000', '0.5000', '73.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1618, '2022-06-07', 3311, 1581, 201, 4779, '12.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1619, '2022-06-07', 2517, 1582, 201, 3812, '1.0000', '11.2000', '11.2000', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1620, '2022-06-07', 3044, 1583, 201, 4713, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1621, '2022-06-07', 2502, 1584, 201, 4746, '5.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1622, '2022-06-07', 2653, 1585, 201, 4837, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1623, '2022-06-07', 2644, 1586, 201, 4971, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1624, '2022-06-07', 3163, 1587, 201, 4458, '1.0000', '4.8600', '4.8600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1625, '2022-06-07', 2828, 1588, 201, 4123, '1.0000', '0.2300', '0.2300', '0.5000', '0.5000', '119.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1626, '2022-06-07', 2981, 1589, 202, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '3.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1627, '2022-06-07', 2893, 1590, 203, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1628, '2022-06-07', 3048, 1591, 203, 4699, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '150.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1629, '2022-06-07', 2713, 1592, 203, 4858, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1630, '2022-06-07', 2881, 1593, 203, 4176, '3.0000', '0.8200', '0.8200', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1631, '2022-06-07', 3483, 1594, 203, 4771, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1632, '2022-06-07', 3172, 1595, 203, 4776, '1.0000', '3.5094', '3.5094', '4.0000', '4.0000', '60.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1633, '2022-06-07', 3047, 1596, 203, 4342, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1634, '2022-06-07', 2950, 1597, 203, 4245, '2.0000', '12.6700', '12.6700', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1635, '2022-06-07', 2653, 1598, 203, 4837, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1636, '2022-06-07', 3547, 1599, 203, 5007, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1637, '2022-06-07', 2888, 1600, 203, 4841, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1638, '2022-06-07', 3047, 1601, 204, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1639, '2022-06-07', 2653, 1602, 204, 4837, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1640, '2022-06-07', 3230, 1603, 204, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1641, '2022-06-07', 2887, 1604, 204, 4182, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1642, '2022-06-07', 2893, 1605, 204, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1643, '2022-06-07', 3483, 1606, 204, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1644, '2022-06-07', 3048, 1607, 204, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '148.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1645, '2022-06-07', 3546, 1608, 204, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1646, '2022-06-07', 2952, 1609, 204, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1647, '2022-06-07', 2927, 1610, 204, 4222, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1648, '2022-06-07', 2713, 1611, 204, 4858, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1649, '2022-06-07', 3311, 1612, 204, 4779, '7.0000', '0.8700', '0.8700', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1650, '2022-06-07', 2864, 1613, 204, 4159, '4.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1651, '2022-06-07', 2646, 1614, 204, 4973, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1652, '2022-06-07', 3163, 1615, 204, 4703, '1.0000', '4.9100', '4.9100', '7.0000', '7.0000', '35.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1653, '2022-06-07', 3114, 1616, 204, 4715, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1654, '2022-06-07', 3172, 1617, 204, 4776, '3.0000', '3.5094', '3.5094', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1655, '2022-06-07', 3164, 1618, 204, 4710, '4.0000', '1.5360', '1.5360', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1656, '2022-06-07', 2639, 1619, 204, 3934, '1.0000', '1.1700', '1.1700', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1657, '2022-06-07', 2650, 1620, 205, 4751, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1658, '2022-06-07', 3119, 1621, 205, 4414, '1.0000', '36.3000', '36.3000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1659, '2022-06-07', 2649, 1622, 205, 4755, '1.0000', '5.4200', '5.4200', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1660, '2022-06-07', 3182, 1623, 205, 4767, '1.0000', '7.7925', '7.7925', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1661, '2022-06-07', 3483, 1624, 205, 4771, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1662, '2022-06-07', 2644, 1625, 205, 4971, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1663, '2022-06-07', 3482, 1626, 205, 4769, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1664, '2022-06-07', 2646, 1627, 205, 4973, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '31.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1665, '2022-06-07', 2893, 1628, 205, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1666, '2022-06-07', 2888, 1629, 205, 4841, '1.0000', '0.8542', '0.8542', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1667, '2022-06-07', 3048, 1630, 205, 4699, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '144.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1668, '2022-06-07', 3114, 1631, 205, 4715, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1669, '2022-06-07', 2713, 1632, 205, 4988, '6.0000', '5.9500', '5.9500', '7.0000', '7.0000', '42.0000', 1, 0, NULL, 66, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1670, '2022-06-07', 3172, 1633, 205, 4776, '6.0000', '3.5094', '3.5094', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1671, '2022-06-07', 2642, 1634, 205, 4753, '5.0000', '5.8333', '5.8333', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1672, '2022-06-07', 2508, 1635, 205, 4840, '4.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1673, '2022-06-07', 3344, 1636, 205, 4793, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1674, '2022-06-07', 3341, 1637, 205, 4846, '2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1675, '2022-06-07', 3063, 1638, 205, 4358, '1.0000', '2.6300', '2.6300', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1676, '2022-06-07', 3085, 1639, 205, 4380, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1677, '2022-06-07', 3163, 1640, 205, 4703, '1.0000', '4.9100', '4.9100', '7.0000', '7.0000', '34.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1678, '2022-06-07', 2887, 1641, 205, 4182, '1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1679, '2022-06-07', 2711, 1642, 205, 4712, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1680, '2022-06-07', 2952, 1643, 205, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1681, '2022-06-07', 2653, 1644, 205, 4837, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1682, '2022-06-07', 2653, 1644, 205, 4975, '24.0000', '4.4092', '4.4092', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1683, '2022-06-07', 2822, 1645, 205, 4117, '3.0000', '4.6700', '4.6700', '8.0000', '8.0000', '61.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1684, '2022-06-07', 3060, 1646, 205, 4844, '2.0000', '6.2819', '6.2819', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1685, '2022-06-07', 2917, 1647, 205, 4976, '2.0000', '9.2096', '9.2096', '14.0000', '14.0000', '22.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1686, '2022-06-07', 3047, 1648, 206, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1687, '2022-06-07', 3496, 1649, 206, 4902, '1.0000', '21.3900', '21.3900', '28.0000', '28.0000', '2.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1688, '2022-06-07', 2507, 1650, 206, 4738, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1689, '2022-06-07', 3120, 1651, 206, 4707, '3.0000', '5.2700', '5.2700', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1690, '2022-06-07', 2864, 1652, 206, 4159, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1691, '2022-06-07', 2950, 1653, 206, 4245, '1.0000', '12.6700', '12.6700', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1692, '2022-06-07', 2936, 1654, 206, 4864, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '25.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1693, '2022-06-07', 2927, 1655, 206, 4222, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1694, '2022-06-07', 2711, 1656, 206, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1695, '2022-06-07', 3164, 1657, 206, 4710, '1.0000', '1.5360', '1.5360', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1696, '2022-06-07', 3048, 1658, 206, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '141.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1697, '2022-06-07', 2936, 1659, 207, 4864, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '24.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1698, '2022-06-07', 2711, 1660, 207, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1699, '2022-06-07', 2881, 1661, 207, 4176, '2.0000', '0.8200', '0.8200', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1700, '2022-06-07', 3047, 1662, 207, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1701, '2022-06-07', 2710, 1663, 207, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1702, '2022-06-07', 2653, 1664, 207, 4975, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1703, '2022-06-07', 3482, 1665, 207, 4769, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1704, '2022-06-07', 2894, 1666, 207, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1705, '2022-06-07', 2713, 1667, 208, 4988, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '41.0000', 1, 0, NULL, 66, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1706, '2022-06-07', 3048, 1668, 208, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '139.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1707, '2022-06-07', 3114, 1669, 208, 4715, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1708, '2022-06-07', 2711, 1670, 208, 4712, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1709, '2022-06-07', 2653, 1671, 208, 4975, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1710, '2022-06-07', 2888, 1672, 208, 4841, '3.0000', '0.8542', '0.8542', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1711, '2022-06-07', 2890, 1673, 208, 4185, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1712, '2022-06-07', 2710, 1674, 208, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1713, '2022-06-07', 2663, 1675, 208, 4701, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1714, '2022-06-07', 3311, 1676, 209, 4779, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1715, '2022-06-07', 3311, 1676, 209, 4792, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1716, '2022-06-07', 2508, 1677, 209, 4840, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1717, '2022-06-07', 3230, 1678, 209, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1718, '2022-06-07', 2887, 1679, 209, 4182, '2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1719, '2022-06-07', 3074, 1680, 209, 4940, '2.0000', '1.8592', '1.8592', '3.0000', '3.0000', '44.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1720, '2022-06-07', 3047, 1681, 209, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1721, '2022-06-07', 3343, 1682, 209, 4638, '1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1722, '2022-06-07', 3164, 1683, 209, 4710, '2.0000', '1.5360', '1.5360', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1723, '2022-06-07', 2888, 1684, 209, 4841, '4.0000', '0.8542', '0.8542', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1724, '2022-06-07', 3048, 1685, 209, 4699, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '134.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1725, '2022-06-07', 3120, 1686, 209, 4707, '2.0000', '5.2700', '5.2700', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1726, '2022-06-07', 3123, 1687, 209, 4418, '1.0000', '4.5700', '4.5700', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1727, '2022-06-07', 2711, 1688, 209, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1728, '2022-06-07', 2653, 1689, 209, 4975, '20.0000', '4.4092', '4.4092', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1729, '2022-06-07', 3048, 1690, 210, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '133.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1730, '2022-06-07', 3114, 1691, 210, 4715, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1731, '2022-06-07', 2507, 1692, 210, 4738, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1732, '2022-06-07', 2653, 1693, 210, 4975, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1733, '2022-06-07', 3483, 1694, 210, 4771, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1734, '2022-06-07', 2888, 1695, 210, 4841, '1.0000', '0.8542', '0.8542', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1735, '2022-06-07', 2950, 1696, 210, 4765, '2.0000', '13.6650', '13.6650', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1736, '2022-06-07', 3120, 1697, 210, 4707, '6.0000', '5.2700', '5.2700', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1737, '2022-06-07', 3120, 1697, 210, 4960, '2.0000', '5.2700', '5.2700', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1738, '2022-06-07', 2713, 1698, 210, 4988, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '38.0000', 1, 0, NULL, 66, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1739, '2022-06-07', 2711, 1699, 210, 4712, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1740, '2022-06-07', 3121, 1700, 211, 4706, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1741, '2022-06-07', 2950, 1701, 211, 4765, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1742, '2022-06-07', 2949, 1702, 211, 4766, '2.0000', '5.9200', '5.9200', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1743, '2022-06-07', 2644, 1703, 211, 4971, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1744, '2022-06-07', 3048, 1704, 211, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '132.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1745, '2022-06-07', 2918, 1705, 211, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1746, '2022-06-07', 2713, 1706, 211, 4988, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '37.0000', 1, 0, NULL, 66, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1747, '2022-06-07', 2644, 1707, 212, 4971, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1748, '2022-06-07', 2917, 1708, 212, 4976, '1.0000', '9.2096', '9.2096', '14.0000', '14.0000', '21.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1749, '2022-06-07', 3048, 1709, 213, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '131.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1750, '2022-06-07', 2661, 1710, 213, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '72.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1751, '2022-06-07', 3172, 1711, 213, 4776, '2.0000', '3.5094', '3.5094', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1752, '2022-06-07', 3164, 1712, 213, 4710, '3.0000', '1.5360', '1.5360', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1753, '2022-06-07', 2893, 1713, 213, 4188, '2.0000', '1.0800', '1.0800', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1754, '2022-06-10', 2729, 1714, 214, 4024, '1.0000', '3.5000', '3.5000', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1755, '2022-06-10', 3026, 1715, 214, 4321, '2.0000', '2.4800', '2.4800', '3.5000', '3.5000', '43.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1756, '2022-06-10', 3074, 1716, 214, 4940, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '43.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1757, '2022-06-10', 2901, 1717, 214, 4939, '1.0000', '14.3076', '14.3076', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 61, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1758, '2022-06-10', 2699, 1718, 214, 4789, '2.0000', '7.0000', '7.0000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1759, '2022-06-10', 2699, 1718, 214, 9678, '-2.0000', '7.0000', '7.0000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1760, '2022-06-10', 2699, 1718, 214, 9850, '6.0000', '6.5000', '6.5000', '8.0000', '8.0000', '94.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1761, '2022-06-10', 2822, 1719, 214, 4117, '2.0000', '4.6700', '4.6700', '8.0000', '8.0000', '59.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1762, '2022-06-10', 2642, 1720, 214, 4753, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1763, '2022-06-10', 2648, 1721, 214, 9832, '8.0000', '7.5783', '7.5783', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1764, '2022-06-10', 2645, 1722, 214, 4972, '2.0000', '8.2737', '8.2737', '0.5000', '0.5000', '19.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1765, '2022-06-10', 3482, 1723, 214, 4769, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1766, '2022-06-10', 3120, 1724, 214, 4960, '3.0000', '5.2700', '5.2700', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1767, '2022-06-10', 2653, 1725, 214, 4975, '11.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1768, '2022-06-10', 2653, 1725, 214, 5478, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1769, '2022-06-10', 2818, 1726, 214, 4113, '1.0000', '10.0400', '10.0400', '14.0000', '14.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1770, '2022-06-10', 2711, 1727, 214, 4712, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1771, '2022-06-10', 2713, 1728, 214, 4988, '6.0000', '5.9500', '5.9500', '7.0000', '7.0000', '31.0000', 1, 0, NULL, 66, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1772, '2022-06-10', 2921, 1729, 214, 4721, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1773, '2022-06-10', 2930, 1730, 214, 4724, '1.0000', '4.5000', '4.5000', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1774, '2022-06-10', 2934, 1731, 214, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1775, '2022-06-10', 2712, 1732, 214, 5377, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1776, '2022-06-10', 2864, 1733, 214, 4781, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1777, '2022-06-10', 2888, 1734, 214, 4841, '12.0000', '0.8542', '0.8542', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1778, '2022-06-10', 3017, 1735, 214, 4312, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1779, '2022-06-10', 3172, 1736, 214, 4776, '4.0000', '3.5094', '3.5094', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1780, '2022-06-10', 2961, 1737, 214, 4256, '4.0000', '12.0000', '12.0000', '15.0000', '15.0000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1781, '2022-06-10', 3086, 1738, 214, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1782, '2022-06-10', 2982, 1739, 214, 4756, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1783, '2022-06-10', 3084, 1740, 214, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1784, '2022-06-10', 3085, 1741, 214, 4380, '2.0000', '4.0000', '4.0000', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1785, '2022-06-10', 2952, 1742, 214, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1786, '2022-06-10', 2504, 1743, 214, 3799, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1787, '2022-06-10', 2950, 1744, 214, 4765, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1788, '2022-06-10', 3485, 1745, 214, 4784, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1789, '2022-06-10', 3048, 1746, 214, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '130.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1790, '2022-06-10', 2644, 1747, 214, 4971, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1791, '2022-06-10', 3060, 1748, 214, 4844, '4.0000', '6.2819', '6.2819', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1792, '2022-06-10', 3164, 1749, 214, 4710, '2.0000', '1.5360', '1.5360', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1793, '2022-06-10', 3164, 1749, 214, 5022, '5.0000', '1.5552', '1.5552', '2.5000', '2.5000', '45.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1794, '2022-06-10', 2552, 1750, 214, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1795, '2022-06-10', 3165, 1751, 215, 4460, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1796, '2022-06-10', 2699, 1752, 216, 9850, '5.0000', '6.5000', '6.5000', '8.0000', '8.0000', '89.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1797, '2022-06-10', 2707, 1753, 217, 4002, '1.0000', '31.5000', '31.5000', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1798, '2022-06-10', 2608, 1754, 217, 4788, '1.0000', '35.0000', '35.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, 40, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1799, '2022-06-10', 2952, 1755, 217, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1800, '2022-06-10', 2891, 1756, 217, 4186, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1801, '2022-06-10', 2894, 1757, 217, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1802, '2022-06-10', 3253, 1758, 217, 4548, '20.0000', '0.3500', '0.3500', '0.7500', '0.7500', '98.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1803, '2022-06-10', 3305, 1759, 217, 4600, '20.0000', '0.6100', '0.6100', '1.0000', '1.0000', '556.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1804, '2022-06-10', 2870, 1760, 217, 4165, '2.0000', '41.6400', '41.6400', '55.0000', '55.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1805, '2022-06-10', 3045, 1761, 217, 4340, '2.0000', '8.0000', '8.0000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1806, '2022-06-10', 2473, 1762, 217, 3768, '9.0000', '1.7000', '1.7000', '3.0000', '3.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1807, '2022-06-10', 2600, 1763, 217, 3895, '8.0000', '2.1000', '2.1000', '5.5000', '5.5000', '68.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1808, '2022-06-10', 2699, 1764, 218, 9850, '3.0000', '6.5000', '6.5000', '8.0000', '8.0000', '86.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1809, '2022-06-10', 3305, 1765, 218, 4600, '30.0000', '0.6100', '0.6100', '1.0000', '1.0000', '526.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1810, '2022-06-10', 3304, 1766, 218, 4599, '150.0000', '0.3900', '0.3900', '1.0000', '1.0000', '946.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1811, '2022-06-10', 3541, 1767, 218, 4952, '1.0000', '57.0000', '57.0000', '76.0000', '76.0000', '5.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1812, '2022-06-10', 2901, 1768, 218, 4939, '2.0000', '14.3076', '14.3076', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 61, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1813, '2022-06-10', 2901, 1768, 218, 5028, '3.0000', '14.3076', '14.3076', '18.0000', '18.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1814, '2022-06-10', 2801, 1769, 218, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '42.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1815, '2022-06-10', 2699, 1770, 219, 9850, '2.0000', '6.5000', '6.5000', '8.0000', '8.0000', '84.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1816, '2022-06-10', 3147, 1771, 219, 4442, '1.0000', '4.3900', '4.3900', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1817, '2022-06-10', 2712, 1772, 219, 5377, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1818, '2022-06-10', 2887, 1773, 219, 4182, '8.0000', '0.8300', '0.8300', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1819, '2022-06-10', 2887, 1773, 219, 4842, '4.0000', '1.1242', '1.1242', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1820, '2022-06-10', 3538, 1774, 220, 4949, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1821, '2022-06-10', 2920, 1775, 221, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '41.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1822, '2022-06-10', 2923, 1776, 221, 4218, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1823, '2022-06-10', 2901, 1777, 221, 5028, '2.0000', '14.3076', '14.3076', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1824, '2022-06-10', 2725, 1778, 221, 5895, '1.0000', '4.5900', '4.5900', '10.0000', '10.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1825, '2022-06-10', 2646, 1779, 221, 4973, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1826, '2022-06-10', 2917, 1780, 221, 4976, '1.0000', '9.2096', '9.2096', '14.0000', '14.0000', '20.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1827, '2022-06-10', 2961, 1781, 221, 4256, '2.0000', '12.0000', '12.0000', '15.0000', '15.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1828, '2022-06-10', 2504, 1782, 221, 3799, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1829, '2022-06-10', 2644, 1783, 222, 4971, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1830, '2022-06-10', 2713, 1784, 222, 4988, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '30.0000', 1, 0, NULL, 66, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1831, '2022-06-10', 3479, 1785, 222, 4731, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1832, '2022-06-10', 2935, 1786, 222, 4865, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1833, '2022-06-10', 2902, 1787, 223, 4762, '1.0000', '6.7300', '6.7300', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1834, '2022-06-10', 2930, 1788, 223, 4724, '1.0000', '4.5000', '4.5000', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1835, '2022-06-10', 3164, 1789, 223, 5022, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '44.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1836, '2022-06-10', 3048, 1790, 223, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '129.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1837, '2022-06-10', 2981, 1791, 224, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '2.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1838, '2022-06-10', 2961, 1792, 224, 4256, '2.0000', '12.0000', '12.0000', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1839, '2022-06-10', 3257, 1793, 224, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1840, '2022-06-10', 3349, 1794, 224, 4644, '2.0000', '2.9500', '2.9500', '5.0000', '5.0000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1841, '2022-06-10', 3271, 1795, 224, 4566, '2.0000', '1.7900', '1.7900', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1842, '2022-06-10', 2699, 1796, 224, 9850, '3.0000', '6.5000', '6.5000', '8.0000', '8.0000', '81.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1843, '2022-06-10', 3538, 1797, 224, 4949, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1844, '2022-06-10', 2970, 1798, 225, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '43.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1845, '2022-06-10', 3114, 1799, 226, 4715, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1846, '2022-06-10', 3048, 1800, 227, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '128.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1847, '2022-06-10', 2951, 1801, 227, 5756, '1.0000', '2.0000', '2.0000', '3.5000', '3.5000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1848, '2022-06-10', 2918, 1802, 227, 4213, '3.0000', '1.8800', '1.8800', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1849, '2022-06-10', 2936, 1803, 227, 4864, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1850, '2022-06-10', 3311, 1804, 227, 4792, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1851, '2022-06-10', 2949, 1805, 227, 4766, '2.0000', '5.9200', '5.9200', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1852, '2022-06-10', 3172, 1806, 227, 4776, '5.0000', '3.5094', '3.5094', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1853, '2022-06-10', 2646, 1807, 228, 4973, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '29.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1854, '2022-06-10', 2645, 1808, 228, 4972, '12.0000', '8.2737', '8.2737', '0.5000', '0.5000', '7.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1855, '2022-06-10', 2643, 1809, 229, 3938, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1856, '2022-06-10', 2653, 1810, 229, 5478, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1857, '2022-06-10', 3015, 1811, 229, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '285.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1858, '2022-06-10', 3048, 1812, 229, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '127.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1859, '2022-06-10', 2646, 1813, 229, 4973, '4.0000', '11.8741', '11.8741', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1860, '2022-06-10', 2936, 1814, 229, 4864, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1861, '2022-06-10', 2646, 1815, 230, 4973, '2.0000', '11.8741', '11.8741', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1862, '2022-06-10', 3120, 1816, 230, 4960, '2.0000', '5.2700', '5.2700', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1863, '2022-06-10', 3123, 1817, 230, 4418, '1.0000', '4.5700', '4.5700', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1864, '2022-06-10', 3311, 1818, 230, 4792, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1865, '2022-06-10', 2653, 1819, 230, 5478, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1866, '2022-06-10', 2653, 1819, 230, 7402, '-11.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1867, '2022-06-10', 2653, 1819, 230, 8363, '11.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1868, '2022-06-10', 2653, 1819, 230, 9324, '-11.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1869, '2022-06-10', 2653, 1819, 230, 9834, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '84.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1870, '2022-06-10', 3048, 1820, 230, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '126.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1871, '2022-06-10', 2661, 1821, 230, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '71.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1872, '2022-06-10', 2653, 1822, 231, 9834, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '82.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1873, '2022-06-10', 2917, 1823, 231, 4976, '4.0000', '9.2096', '9.2096', '14.0000', '14.0000', '16.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1874, '2022-06-11', 3015, 1824, 232, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '284.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1875, '2022-06-11', 2645, 1825, 232, 4972, '2.0000', '8.2737', '8.2737', '0.5000', '0.5000', '5.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1876, '2022-06-11', 2918, 1826, 232, 4213, '3.0000', '1.8800', '1.8800', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1877, '2022-06-11', 2711, 1827, 233, 4712, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1878, '2022-06-11', 3026, 1828, 234, 4321, '1.0000', '2.4800', '2.4800', '3.5000', '3.5000', '42.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1879, '2022-06-11', 2499, 1829, 234, 3794, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1880, '2022-06-11', 3172, 1830, 234, 4776, '2.0000', '3.5094', '3.5094', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1881, '2022-06-11', 3026, 1831, 235, 4321, '1.0000', '2.4800', '2.4800', '3.5000', '3.5000', '41.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1882, '2022-06-11', 2499, 1832, 235, 3794, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1883, '2022-06-11', 3063, 1833, 235, 4978, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1884, '2022-06-11', 3172, 1834, 235, 4776, '3.0000', '3.5094', '3.5094', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1885, '2022-06-11', 2712, 1835, 235, 5377, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1886, '2022-06-11', 2648, 1836, 235, 9832, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1887, '2022-06-11', 2645, 1837, 235, 4972, '1.0000', '8.2737', '8.2737', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1888, '2022-06-11', 3048, 1838, 235, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '123.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1889, '2022-06-11', 2711, 1839, 236, 4712, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1890, '2022-06-11', 2648, 1840, 236, 9832, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1891, '2022-06-11', 2645, 1841, 236, 4972, '2.0000', '8.2737', '8.2737', '0.5000', '0.5000', '2.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1892, '2022-06-11', 2648, 1842, 237, 9832, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1893, '2022-06-11', 2864, 1843, 237, 4781, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1894, '2022-06-11', 2711, 1844, 237, 4712, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1895, '2022-06-11', 2645, 1845, 237, 4972, '2.0000', '8.2737', '8.2737', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1896, '2022-06-11', 2936, 1846, 238, 4864, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1897, '2022-06-11', 2645, 1847, 238, 7267, '-21.0000', '8.2737', '8.2737', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1898, '2022-06-11', 2645, 1847, 238, 8228, '21.0000', '8.2737', '8.2737', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1899, '2022-06-11', 2645, 1847, 238, 9189, '-21.0000', '8.2737', '8.2737', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1900, '2022-06-11', 2645, 1847, 238, 9830, '33.0000', '8.3496', '8.3496', '0.5000', '0.5000', '15.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1901, '2022-06-11', 2642, 1848, 239, 4753, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1902, '2022-06-11', 3480, 1849, 239, 4754, '2.0000', '5.6300', '5.6300', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1903, '2022-06-11', 2645, 1850, 239, 9830, '6.0000', '8.3496', '8.3496', '0.5000', '0.5000', '9.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1904, '2022-06-12', 3063, 1851, 240, 4978, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1905, '2022-06-12', 2653, 1852, 240, 9834, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '78.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1906, '2022-06-12', 2645, 1853, 241, 9830, '8.0000', '8.3496', '8.3496', '0.5000', '0.5000', '1.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1907, '2022-06-12', 2902, 1854, 241, 4762, '1.0000', '6.7300', '6.7300', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1908, '2022-06-12', 3172, 1855, 241, 4790, '2.0000', '3.4809', '3.4809', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1909, '2022-06-12', 2502, 1856, 242, 4763, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1910, '2022-06-12', 2646, 1857, 242, 4973, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1911, '2022-06-12', 3074, 1858, 242, 4940, '2.0000', '1.8592', '1.8592', '3.0000', '3.0000', '41.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1912, '2022-06-12', 2916, 1859, 242, 4211, '1.0000', '34.1000', '34.1000', '42.0000', '42.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1913, '2022-06-12', 2648, 1860, 243, 9832, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1914, '2022-06-12', 2981, 1861, 243, 4799, '2.0000', '50.8700', '50.8700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1915, '2022-06-12', 2981, 1861, 243, 4276, '1.0000', '44.3200', '44.3200', '55.0000', '55.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1916, '2022-06-12', 2485, 1862, 243, 4800, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '5.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1917, '2022-06-12', 2920, 1863, 243, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '40.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1918, '2022-06-12', 2922, 1864, 243, 4861, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1919, '2022-06-12', 3212, 1865, 243, 5190, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1920, '2022-06-12', 3085, 1866, 243, 4380, '5.0000', '4.0000', '4.0000', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1921, '2022-06-12', 2901, 1867, 243, 5989, '-5.0000', '14.3076', '14.3076', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1922, '2022-06-12', 2901, 1867, 243, 6952, '2.0000', '14.3076', '14.3076', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1923, '2022-06-12', 2901, 1867, 243, 7913, '-2.0000', '14.3076', '14.3076', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1924, '2022-06-12', 2901, 1867, 243, 8874, '2.0000', '14.3076', '14.3076', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1925, '2022-06-12', 2901, 1867, 243, 9841, '5.0000', '14.2083', '14.2083', '18.0000', '18.0000', '15.0000', 1, 0, NULL, 76, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1926, '2022-06-12', 2653, 1868, 243, 9834, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '66.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1927, '2022-06-12', 3062, 1869, 243, 4977, '3.0000', '12.6500', '12.6500', '16.0000', '16.0000', '12.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1928, '2022-06-12', 3164, 1870, 243, 5022, '12.0000', '1.5552', '1.5552', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1929, '2022-06-12', 3015, 1871, 243, 4768, '12.0000', '0.8583', '0.8583', '2.0000', '2.0000', '272.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1930, '2022-06-12', 2982, 1872, 243, 4756, '4.0000', '5.1600', '5.1600', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1931, '2022-06-12', 2902, 1873, 243, 4762, '2.0000', '6.7300', '6.7300', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1932, '2022-06-12', 3172, 1874, 243, 4790, '6.0000', '3.4809', '3.4809', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1933, '2022-06-12', 3048, 1875, 243, 4699, '12.0000', '0.8333', '0.8333', '1.5000', '1.5000', '111.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1934, '2022-06-12', 2711, 1876, 243, 4712, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1935, '2022-06-12', 2661, 1877, 243, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '70.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1936, '2022-06-13', 2801, 1878, 244, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '41.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1937, '2022-06-13', 2763, 1879, 244, 4058, '1.0000', '11.4900', '11.4900', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1938, '2022-06-13', 3062, 1880, 244, 4977, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1939, '2022-06-13', 3311, 1881, 244, 4792, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1940, '2022-06-13', 2988, 1882, 245, 4283, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1941, '2022-06-13', 2749, 1883, 245, 4044, '4.0000', '0.6900', '0.6900', '2.5000', '2.5000', '90.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1942, '2022-06-13', 3061, 1884, 246, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1943, '2022-06-13', 2935, 1885, 247, 4865, '24.0000', '0.7500', '0.7500', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1944, '2022-06-13', 2927, 1886, 247, 4222, '4.0000', '1.5000', '1.5000', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1945, '2022-06-13', 3343, 1887, 247, 4638, '1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1946, '2022-06-13', 2710, 1888, 247, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1947, '2022-06-13', 3164, 1889, 248, 5022, '2.0000', '1.5552', '1.5552', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1948, '2022-06-13', 3483, 1890, 248, 4877, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '119.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1949, '2022-06-13', 3212, 1891, 249, 5190, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1950, '2022-06-13', 3311, 1892, 249, 4792, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1951, '2022-06-13', 3172, 1893, 249, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1952, '2022-06-13', 3164, 1894, 250, 5022, '2.0000', '1.5552', '1.5552', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1953, '2022-06-13', 2921, 1895, 251, 4721, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1954, '2022-06-13', 2902, 1896, 251, 4991, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1955, '2022-06-13', 3063, 1897, 252, 4978, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1956, '2022-06-13', 3060, 1898, 252, 4844, '1.0000', '6.2819', '6.2819', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1957, '2022-06-13', 3085, 1899, 252, 4380, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1958, '2022-06-13', 3085, 1899, 252, 4744, '4.0000', '4.0700', '4.0700', '5.0000', '5.0000', '32.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1959, '2022-06-13', 2666, 1900, 252, 3961, '2.0000', '21.0000', '21.0000', '27.0000', '27.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1960, '2022-06-13', 3262, 1901, 252, 4557, '2.0000', '6.1300', '6.1300', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1961, '2022-06-13', 2749, 1902, 252, 4044, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '88.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1962, '2022-06-13', 3257, 1903, 252, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1963, '2022-06-13', 3133, 1904, 252, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1964, '2022-06-13', 2719, 1905, 252, 4014, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '89.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1965, '2022-06-13', 2646, 1906, 253, 4973, '4.0000', '11.8741', '11.8741', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1966, '2022-06-13', 2952, 1907, 253, 4247, '2.0000', '2.8600', '2.8600', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1967, '2022-06-14', 2699, 1908, 254, 9850, '2.0000', '6.5000', '6.5000', '8.0000', '8.0000', '79.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1968, '2022-06-14', 3234, 1909, 254, 4529, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1969, '2022-06-14', 3242, 1910, 254, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1970, '2022-06-14', 2726, 1911, 254, 4847, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '28.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1971, '2022-06-14', 2727, 1912, 254, 5897, '1.0000', '27.9900', '27.9900', '40.0000', '40.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1972, '2022-06-14', 2719, 1913, 254, 4014, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '87.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1973, '2022-06-14', 3102, 1914, 254, 4397, '1.0000', '13.7300', '13.7300', '18.0000', '18.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1974, '2022-06-14', 2594, 1915, 254, 3889, '1.0000', '9.5400', '9.5400', '12.5000', '12.5000', '88.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1975, '2022-06-14', 2981, 1916, 254, 4802, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '11.0000', 1, 0, NULL, 45, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1976, '2022-06-14', 2645, 1917, 255, 9830, '1.0000', '8.3496', '8.3496', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1977, '2022-06-14', 2646, 1918, 255, 4973, '3.0000', '11.8741', '11.8741', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1978, '2022-06-14', 2888, 1919, 255, 4841, '1.0000', '0.8542', '0.8542', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1979, '2022-06-14', 2712, 1920, 255, 6338, '-5.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1980, '2022-06-14', 2712, 1920, 255, 7301, '5.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1981, '2022-06-14', 2712, 1920, 255, 8262, '-5.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1982, '2022-06-14', 2712, 1920, 255, 9223, '5.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1983, '2022-06-14', 2712, 1920, 255, 9865, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '17.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1984, '2022-06-14', 2552, 1921, 255, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1985, '2022-06-14', 2708, 1922, 256, 4003, '3.0000', '8.0000', '8.0000', '11.0000', '11.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1986, '2022-06-14', 3133, 1923, 256, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1987, '2022-06-14', 2996, 1924, 256, 4825, '1.0000', '4.4100', '4.4100', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1988, '2022-06-14', 2660, 1925, 256, 3955, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1989, '2022-06-14', 3081, 1926, 257, 4376, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1990, '2022-06-14', 2719, 1927, 257, 4014, '4.0000', '0.9900', '0.9900', '2.0000', '2.0000', '83.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1991, '2022-06-14', 3243, 1928, 257, 4538, '1.0000', '0.9900', '0.9900', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1992, '2022-06-14', 2661, 1929, 257, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '69.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1993, '2022-06-14', 2696, 1930, 258, 3991, '1.0000', '7.5500', '7.5500', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1994, '2022-06-14', 3114, 1931, 258, 4989, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 66, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1995, '2022-06-14', 2891, 1932, 258, 4186, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1996, '2022-06-14', 3254, 1933, 258, 4549, '8.0000', '0.0800', '0.0800', '0.5000', '0.5000', '336.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1997, '2022-06-14', 3297, 1934, 258, 4592, '8.0000', '0.1200', '0.1200', '0.3000', '0.3000', '723.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1998, '2022-06-14', 2926, 1935, 259, 4221, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1999, '2022-06-14', 2927, 1936, 259, 4222, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2000, '2022-06-14', 2644, 1937, 259, 4971, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2001, '2022-06-14', 2646, 1938, 259, 4973, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2002, '2022-06-14', 3114, 1939, 259, 4989, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 66, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2003, '2022-06-14', 3114, 1939, 259, 5451, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2004, '2022-06-14', 2949, 1940, 259, 4766, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2005, '2022-06-14', 2711, 1941, 259, 5442, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2006, '2022-06-14', 2981, 1942, 259, 4802, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '10.0000', 1, 0, NULL, 45, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2007, '2022-06-14', 2504, 1943, 260, 3799, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2008, '2022-06-14', 2504, 1944, 261, 3799, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2009, '2022-06-14', 3212, 1945, 261, 5190, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2010, '2022-06-14', 2711, 1946, 261, 5442, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2011, '2022-06-14', 3060, 1947, 261, 4844, '3.0000', '6.2819', '6.2819', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2012, '2022-06-14', 3212, 1948, 262, 5190, '3.0000', '3.3333', '3.3333', '6.0000', '6.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2013, '2022-06-14', 3172, 1949, 262, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2014, '2022-06-14', 3015, 1950, 262, 4768, '5.0000', '0.8583', '0.8583', '2.0000', '2.0000', '267.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2015, '2022-06-14', 3060, 1951, 262, 4844, '4.0000', '6.2819', '6.2819', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2016, '2022-06-15', 3536, 1952, 263, 4947, '1.0000', '13.5375', '13.5375', '20.0000', '20.0000', '3.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2017, '2022-06-15', 2725, 1953, 263, 5895, '5.0000', '4.5900', '4.5900', '10.0000', '10.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2018, '2022-06-15', 2973, 1954, 263, 4268, '1.0000', '8.1700', '8.1700', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2019, '2022-06-15', 3262, 1955, 263, 4557, '2.0000', '6.1300', '6.1300', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2020, '2022-06-15', 3233, 1956, 263, 4528, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2021, '2022-06-15', 2762, 1957, 263, 4057, '1.0000', '7.6100', '7.6100', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2022, '2022-06-15', 2763, 1958, 263, 4058, '1.0000', '11.4900', '11.4900', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2023, '2022-06-15', 2502, 1959, 264, 4763, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2024, '2022-06-15', 2502, 1959, 264, 5374, '3.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2025, '2022-06-15', 2502, 1959, 264, 6335, '-3.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2026, '2022-06-15', 2502, 1959, 264, 7298, '-21.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2027, '2022-06-15', 2502, 1959, 264, 8259, '21.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2028, '2022-06-15', 2502, 1959, 264, 9872, '4.0000', '2.0800', '2.0800', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2029, '2022-06-15', 3172, 1960, 264, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2030, '2022-06-15', 2653, 1961, 264, 9834, '15.0000', '4.4092', '4.4092', '6.0000', '6.0000', '51.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2031, '2022-06-15', 2933, 1962, 264, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '93.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2032, '2022-06-15', 2894, 1963, 264, 4189, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2033, '2022-06-15', 3085, 1964, 264, 4744, '1.0000', '4.0700', '4.0700', '5.0000', '5.0000', '31.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2034, '2022-06-15', 3074, 1965, 264, 4940, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '40.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2035, '2022-06-15', 2921, 1966, 264, 4721, '2.0000', '4.0000', '4.0000', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2036, '2022-06-15', 3014, 1967, 264, 4309, '2.0000', '5.1300', '5.1300', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2037, '2022-06-15', 3311, 1968, 264, 4792, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2038, '2022-06-15', 3311, 1968, 264, 5003, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '107.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2039, '2022-06-15', 2663, 1969, 264, 4701, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2040, '2022-06-15', 2710, 1970, 265, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2041, '2022-06-15', 2950, 1971, 265, 4765, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2042, '2022-06-15', 3086, 1972, 265, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2043, '2022-06-15', 2982, 1973, 265, 5189, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2044, '2022-06-15', 2711, 1974, 265, 5442, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2045, '2022-06-15', 2936, 1975, 265, 4864, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2046, '2022-06-15', 2653, 1976, 265, 9834, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2047, '2022-06-15', 2485, 1977, 265, 4800, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '4.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2048, '2022-06-15', 2642, 1978, 265, 4753, '3.0000', '5.8333', '5.8333', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2049, '2022-06-15', 2650, 1979, 265, 4751, '5.0000', '4.5833', '4.5833', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2050, '2022-06-15', 2713, 1980, 265, 5450, '4.0000', '5.9500', '5.9500', '7.0000', '7.0000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2051, '2022-06-15', 2699, 1981, 266, 9850, '2.0000', '6.5000', '6.5000', '8.0000', '8.0000', '77.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2052, '2022-06-15', 2711, 1982, 267, 5442, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2053, '2022-06-15', 3172, 1983, 267, 4790, '3.0000', '3.4809', '3.4809', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2054, '2022-06-15', 3314, 1984, 267, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2055, '2022-06-15', 3048, 1985, 268, 4699, '8.0000', '0.8333', '0.8333', '1.5000', '1.5000', '103.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2056, '2022-06-15', 2952, 1986, 268, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2057, '2022-06-15', 3192, 1987, 268, 5012, '1.0000', '44.4800', '44.4800', '60.0000', '60.0000', '3.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2058, '2022-06-15', 2812, 1988, 268, 4107, '1.0000', '44.7700', '44.7700', '60.0000', '60.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2059, '2022-06-15', 3527, 1989, 268, 4933, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '5.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2060, '2022-06-15', 2879, 1990, 268, 4998, '4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2061, '2022-06-15', 2712, 1991, 268, 9865, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '16.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2062, '2022-06-15', 2952, 1992, 269, 4247, '3.0000', '2.8600', '2.8600', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2063, '2022-06-15', 2646, 1993, 270, 4973, '1.0000', '11.8741', '11.8741', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2064, '2022-06-15', 2949, 1994, 270, 4766, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2065, '2022-06-15', 3014, 1995, 270, 4309, '2.0000', '5.1300', '5.1300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2066, '2022-06-15', 3172, 1996, 271, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2067, '2022-06-15', 2918, 1997, 271, 4213, '2.0000', '1.8800', '1.8800', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2068, '2022-06-15', 3142, 1998, 271, 4437, '1.0000', '8.3900', '8.3900', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2069, '2022-06-15', 2710, 1999, 271, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2070, '2022-06-15', 3085, 2000, 271, 4744, '1.0000', '4.0700', '4.0700', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2071, '2022-06-15', 3164, 2001, 272, 5022, '2.0000', '1.5552', '1.5552', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2072, '2022-06-15', 2888, 2002, 272, 4841, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2073, '2022-06-15', 2712, 2003, 272, 9865, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '15.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2074, '2022-06-15', 2713, 2004, 272, 5450, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2075, '2022-06-15', 2890, 2005, 272, 4185, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2076, '2022-06-15', 2879, 2006, 272, 4998, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2077, '2022-06-15', 3120, 2007, 272, 4960, '1.0000', '5.2700', '5.2700', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2078, '2022-06-15', 2500, 2008, 272, 4758, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2079, '2022-06-15', 3547, 2009, 272, 5007, '3.0000', '0.4292', '0.4292', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2080, '2022-06-15', 3048, 2010, 272, 4699, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '99.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2081, '2022-06-15', 2893, 2011, 273, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2082, '2022-06-15', 3086, 2012, 273, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2083, '2022-06-15', 3546, 2013, 273, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2084, '2022-06-15', 3047, 2014, 273, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2085, '2022-06-15', 3074, 2015, 273, 4940, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '39.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2086, '2022-06-15', 3048, 2016, 273, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '96.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2087, '2022-06-15', 2888, 2017, 273, 4841, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2088, '2022-06-15', 2935, 2018, 273, 4865, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2089, '2022-06-15', 2534, 2019, 273, 9875, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2090, '2022-06-15', 3172, 2020, 273, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2091, '2022-06-15', 3314, 2021, 273, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2092, '2022-06-15', 3164, 2022, 273, 5022, '7.0000', '1.5552', '1.5552', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2093, '2022-06-15', 3212, 2023, 273, 5190, '3.0000', '3.3333', '3.3333', '6.0000', '6.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2094, '2022-06-15', 3311, 2024, 273, 5003, '12.0000', '0.8700', '0.8700', '1.5000', '1.5000', '95.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2095, '2022-06-15', 2713, 2025, 273, 5450, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2096, '2022-06-15', 2887, 2026, 274, 4842, '1.0000', '1.1242', '1.1242', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2097, '2022-06-15', 2888, 2027, 274, 4841, '1.0000', '0.8542', '0.8542', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2098, '2022-06-15', 3164, 2028, 274, 5022, '2.0000', '1.5552', '1.5552', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2099, '2022-06-15', 3114, 2029, 274, 5451, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2100, '2022-06-15', 3547, 2030, 274, 5007, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2101, '2022-06-15', 3047, 2031, 274, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2102, '2022-06-15', 3482, 2032, 274, 4769, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2103, '2022-06-15', 3060, 2033, 274, 4844, '7.0000', '6.2819', '6.2819', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2104, '2022-06-15', 3172, 2034, 274, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2105, '2022-06-15', 2713, 2035, 274, 5450, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2106, '2022-06-15', 3120, 2036, 274, 4960, '4.0000', '5.2700', '5.2700', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2107, '2022-06-15', 3212, 2037, 274, 5190, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2108, '2022-06-15', 3048, 2038, 274, 4699, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '92.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2109, '2022-06-15', 2877, 2039, 275, 4172, '1.0000', '2.5400', '2.5400', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2110, '2022-06-15', 3047, 2040, 275, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2111, '2022-06-15', 2662, 2041, 275, 4702, '1.0000', '5.4550', '5.4550', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2112, '2022-06-15', 2934, 2042, 275, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2113, '2022-06-15', 3015, 2043, 275, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '266.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2114, '2022-06-15', 2982, 2044, 275, 5189, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2115, '2022-06-15', 3048, 2045, 275, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2116, '2022-06-15', 2888, 2046, 275, 4841, '4.0000', '0.8542', '0.8542', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2117, '2022-06-15', 2924, 2047, 275, 4729, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2118, '2022-06-15', 3063, 2048, 275, 4978, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2119, '2022-06-15', 3212, 2049, 275, 5190, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2120, '2022-06-15', 3311, 2050, 275, 5003, '6.0000', '0.8700', '0.8700', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2121, '2022-06-15', 3074, 2051, 275, 4940, '2.0000', '1.8592', '1.8592', '3.0000', '3.0000', '37.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2122, '2022-06-15', 3120, 2052, 276, 7276, '-10.0000', '5.2700', '5.2700', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2123, '2022-06-15', 3120, 2052, 276, 8237, '10.0000', '5.2700', '5.2700', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2124, '2022-06-15', 3120, 2052, 276, 9198, '-10.0000', '5.2700', '5.2700', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2125, '2022-06-15', 3120, 2052, 276, 9840, '11.0000', '5.3300', '5.3300', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 75, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2126, '2022-06-15', 2952, 2053, 276, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2127, '2022-06-15', 3164, 2054, 276, 5022, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2128, '2022-06-15', 2888, 2055, 276, 4841, '1.0000', '0.8542', '0.8542', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2129, '2022-06-15', 2888, 2055, 276, 4984, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '58.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2130, '2022-06-15', 3483, 2056, 276, 4877, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '116.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2131, '2022-06-15', 2653, 2057, 276, 9834, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2132, '2022-06-15', 2534, 2058, 276, 9875, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2133, '2022-06-15', 3482, 2059, 276, 4769, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2134, '2022-06-15', 2927, 2060, 276, 4222, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2135, '2022-06-15', 3047, 2061, 276, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2136, '2022-06-15', 3311, 2062, 276, 5003, '9.0000', '0.8700', '0.8700', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2137, '2022-06-15', 2888, 2063, 277, 4984, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2138, '2022-06-15', 2653, 2064, 277, 9834, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2139, '2022-06-15', 3212, 2065, 277, 5190, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2140, '2022-06-15', 3120, 2066, 277, 9840, '1.0000', '5.3300', '5.3300', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 75, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2141, '2022-06-15', 2663, 2067, 277, 4701, '2.0000', '3.3150', '3.3150', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2142, '2022-06-15', 3172, 2068, 277, 4790, '2.0000', '3.4809', '3.4809', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2143, '2022-06-15', 3048, 2069, 277, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2144, '2022-06-15', 2713, 2070, 277, 5450, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2145, '2022-06-15', 2890, 2071, 277, 4185, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2146, '2022-06-15', 2642, 2072, 278, 4753, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2147, '2022-06-15', 2661, 2073, 278, 4806, '2.0000', '0.2400', '0.2400', '0.5000', '0.5000', '67.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2148, '2022-06-15', 3060, 2074, 278, 4844, '1.0000', '6.2819', '6.2819', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2149, '2022-06-15', 3060, 2074, 278, 5197, '1.0000', '6.2819', '6.2819', '8.0000', '8.0000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2150, '2022-06-15', 3164, 2075, 278, 5022, '5.0000', '1.5552', '1.5552', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2151, '2022-06-15', 3048, 2076, 278, 4699, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2152, '2022-06-15', 2653, 2077, 278, 9834, '14.0000', '4.4092', '4.4092', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2153, '2022-06-15', 2888, 2078, 278, 4984, '9.0000', '0.8542', '0.8542', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2154, '2022-06-15', 2663, 2079, 278, 4701, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2155, '2022-06-15', 3047, 2080, 278, 4342, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2156, '2022-06-15', 3172, 2081, 278, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2157, '2022-06-15', 2713, 2082, 278, 5450, '4.0000', '5.9500', '5.9500', '7.0000', '7.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2158, '2022-06-15', 3047, 2083, 279, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2159, '2022-06-15', 3212, 2084, 279, 5190, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2160, '2022-06-15', 3311, 2085, 279, 5003, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2161, '2022-06-15', 3048, 2086, 279, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '83.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2162, '2022-06-15', 3483, 2087, 279, 4877, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '112.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2163, '2022-06-15', 2888, 2088, 279, 4984, '1.0000', '0.8542', '0.8542', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2164, '2022-06-15', 2950, 2089, 279, 4765, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2165, '2022-06-15', 2502, 2090, 279, 9872, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2166, '2022-06-15', 2713, 2091, 279, 5450, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2167, '2022-06-15', 3015, 2092, 280, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '264.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2168, '2022-06-15', 3483, 2093, 280, 4877, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '110.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2169, '2022-06-15', 3060, 2094, 280, 5197, '1.0000', '6.2819', '6.2819', '8.0000', '8.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2170, '2022-06-15', 3062, 2095, 280, 4977, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2171, '2022-06-15', 3048, 2096, 280, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2172, '2022-06-15', 3074, 2097, 280, 4940, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '36.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2173, '2022-06-15', 3164, 2098, 280, 5022, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2174, '2022-06-15', 2534, 2099, 280, 9875, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2175, '2022-06-15', 3311, 2100, 280, 5003, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '76.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2176, '2022-06-15', 2713, 2101, 280, 5450, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2177, '2022-06-15', 3120, 2102, 280, 9840, '3.0000', '5.3300', '5.3300', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 75, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2178, '2022-06-15', 3483, 2103, 281, 4877, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '107.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2179, '2022-06-15', 2713, 2104, 281, 5450, '4.0000', '5.9500', '5.9500', '7.0000', '7.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2180, '2022-06-15', 2888, 2105, 281, 4984, '1.0000', '0.8542', '0.8542', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2181, '2022-06-15', 2820, 2106, 282, 4115, '1.0000', '11.2500', '11.2500', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2182, '2022-06-15', 2961, 2107, 282, 4256, '1.0000', '12.0000', '12.0000', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2183, '2022-06-15', 2712, 2108, 282, 9865, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '13.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2184, '2022-06-15', 3482, 2109, 283, 4769, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2185, '2022-06-15', 2712, 2110, 284, 9865, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2186, '2022-06-15', 2699, 2111, 285, 9850, '10.0000', '6.5000', '6.5000', '8.0000', '8.0000', '67.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2187, '2022-06-15', 2981, 2112, 285, 4802, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '9.0000', 1, 0, NULL, 45, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2188, '2022-06-15', 2771, 2113, 285, 4066, '4.0000', '7.0100', '7.0100', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2189, '2022-06-15', 2725, 2114, 285, 5895, '2.0000', '4.5900', '4.5900', '10.0000', '10.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2190, '2022-06-15', 3347, 2115, 285, 4642, '1.0000', '9.7600', '9.7600', '25.0000', '25.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2191, '2022-06-15', 3246, 2116, 285, 4541, '2.0000', '2.7900', '2.7900', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2192, '2022-06-15', 3242, 2117, 285, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2193, '2022-06-15', 3233, 2118, 285, 4528, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2194, '2022-06-15', 2996, 2119, 285, 4825, '1.0000', '4.4100', '4.4100', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2195, '2022-06-15', 2930, 2120, 286, 4724, '2.0000', '4.5000', '4.5000', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2196, '2022-06-15', 2919, 2121, 286, 4214, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2197, '2022-06-15', 2902, 2122, 287, 4991, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2198, '2022-06-15', 2502, 2123, 288, 9872, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2199, '2022-06-15', 3172, 2124, 288, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2200, '2022-06-15', 2698, 2125, 289, 3993, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '54.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2201, '2022-06-15', 2653, 2126, 290, 9834, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2202, '2022-06-15', 2697, 2127, 290, 3992, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '51.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2203, '2022-06-15', 3120, 2128, 290, 9840, '4.0000', '5.3300', '5.3300', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 75, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2204, '2022-06-15', 2534, 2129, 290, 9875, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2205, '2022-06-15', 3114, 2130, 290, 5451, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2206, '2022-06-15', 2901, 2131, 290, 9841, '5.0000', '14.2083', '14.2083', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 76, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2207, '2022-06-16', 2712, 2132, 291, 9865, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2208, '2022-06-16', 3311, 2133, 291, 5003, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2209, '2022-06-16', 3212, 2134, 292, 5190, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2210, '2022-06-16', 3311, 2135, 292, 5003, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2211, '2022-06-16', 3048, 2136, 292, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2212, '2022-06-16', 2713, 2137, 292, 5450, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2213, '2022-06-16', 3547, 2138, 293, 5007, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2214, '2022-06-16', 3311, 2139, 293, 5003, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2215, '2022-06-16', 2712, 2140, 293, 9865, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2216, '2022-06-16', 3048, 2141, 294, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '77.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2217, '2022-06-16', 2642, 2142, 294, 4753, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2218, '2022-06-16', 3344, 2143, 294, 9846, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 77, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2219, '2022-06-16', 2713, 2144, 294, 5450, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2220, '2022-06-16', 3063, 2145, 294, 4978, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2221, '2022-06-16', 3212, 2146, 295, 5190, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2222, '2022-06-16', 3086, 2147, 295, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2223, '2022-06-16', 3311, 2148, 295, 5003, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2224, '2022-06-16', 3047, 2149, 295, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2225, '2022-06-16', 3048, 2150, 295, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '76.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2226, '2022-06-16', 2653, 2151, 295, 9834, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2227, '2022-06-16', 3120, 2152, 296, 9840, '2.0000', '5.3300', '5.3300', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 75, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2228, '2022-06-16', 3074, 2153, 297, 4940, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '35.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2229, '2022-06-16', 3074, 2154, 298, 4940, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2230, '2022-06-16', 2642, 2155, 298, 4753, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2231, '2022-06-16', 3048, 2156, 298, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '74.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2232, '2022-06-16', 2710, 2157, 299, 4005, '1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2233, '2022-06-16', 2710, 2157, 299, 4714, '7.0000', '5.9583', '5.9583', '7.5000', '7.5000', '29.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2234, '2022-06-16', 2607, 2158, 300, 3902, '1.0000', '30.9400', '30.9400', '40.0000', '40.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2235, '2022-06-16', 2712, 2159, 301, 9865, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2236, '2022-06-16', 2879, 2160, 301, 4998, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2237, '2022-06-16', 3061, 2161, 301, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2238, '2022-06-16', 3048, 2162, 301, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2239, '2022-06-16', 3311, 2163, 301, 5003, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2240, '2022-06-16', 2936, 2164, 302, 4864, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2241, '2022-06-16', 2790, 2165, 302, 4711, '2.0000', '5.1100', '5.1100', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2242, '2022-06-16', 2790, 2165, 302, 4959, '2.0000', '5.1100', '5.1100', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2243, '2022-06-16', 2648, 2166, 303, 9832, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2244, '2022-06-16', 2711, 2167, 304, 5442, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2245, '2022-06-16', 2499, 2168, 304, 3794, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2246, '2022-06-16', 3114, 2169, 304, 5451, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2247, '2022-06-16', 2644, 2170, 304, 4971, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2248, '2022-06-16', 2726, 2171, 305, 4847, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '26.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2249, '2022-06-16', 2610, 2172, 305, 3905, '10.0000', '5.0000', '5.0000', '7.0000', '7.0000', '54.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2250, '2022-06-16', 2698, 2173, 305, 3993, '7.0000', '6.4500', '6.4500', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2251, '2022-06-16', 2606, 2174, 305, 3901, '2.0000', '30.9400', '30.9400', '40.0000', '40.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2252, '2022-06-16', 2821, 2175, 305, 4116, '2.0000', '24.9700', '24.9700', '35.0000', '35.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2253, '2022-06-16', 2608, 2176, 305, 5017, '1.0000', '31.5400', '31.5400', '40.0000', '40.0000', '9.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2254, '2022-06-16', 2707, 2177, 305, 4002, '1.0000', '31.5000', '31.5000', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2255, '2022-06-16', 2699, 2178, 305, 9850, '19.0000', '6.5000', '6.5000', '8.0000', '8.0000', '48.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2256, '2022-06-16', 2807, 2179, 305, 4102, '1.0000', '20.1400', '20.1400', '26.0000', '26.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2257, '2022-06-16', 2950, 2180, 306, 4765, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2258, '2022-06-16', 2648, 2181, 307, 9832, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2259, '2022-06-16', 2660, 2182, 307, 3955, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2260, '2022-06-16', 2648, 2183, 308, 9832, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2261, '2022-06-16', 3061, 2184, 308, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2262, '2022-06-16', 3114, 2185, 308, 5451, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2263, '2022-06-16', 2646, 2186, 309, 4973, '3.0000', '11.8741', '11.8741', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2264, '2022-06-16', 2864, 2187, 309, 4781, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2265, '2022-06-16', 2646, 2188, 310, 4973, '6.0000', '11.8741', '11.8741', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2266, '2022-06-16', 2864, 2189, 310, 4781, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2267, '2022-06-16', 2644, 2190, 310, 4971, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2268, '2022-06-16', 2644, 2190, 310, 5340, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2269, '2022-06-16', 2644, 2190, 310, 6301, '-2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2270, '2022-06-16', 2644, 2190, 310, 7264, '-9.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2271, '2022-06-16', 2644, 2190, 310, 8225, '9.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2272, '2022-06-16', 2644, 2190, 310, 9186, '-9.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2273, '2022-06-16', 2644, 2190, 310, 9835, '18.0000', '3.4229', '3.4229', '6.0000', '6.0000', '54.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2274, '2022-06-16', 2919, 2191, 310, 4214, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2275, '2022-06-16', 2919, 2191, 310, 4720, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2276, '2022-06-16', 2924, 2192, 310, 4729, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2277, '2022-06-16', 3114, 2193, 311, 5451, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2278, '2022-06-16', 2644, 2194, 311, 9835, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '52.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2279, '2022-06-16', 3549, 2195, 312, 5019, '1.0000', '17.7100', '17.7100', '25.0000', '25.0000', '11.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2280, '2022-06-17', 2893, 2196, 313, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2281, '2022-06-17', 2661, 2197, 313, 4806, '2.0000', '0.2400', '0.2400', '0.5000', '0.5000', '65.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2282, '2022-06-17', 3120, 2198, 313, 9840, '1.0000', '5.3300', '5.3300', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 75, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2283, '2022-06-17', 3311, 2199, 313, 5003, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '61.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2284, '2022-06-17', 2927, 2200, 313, 4222, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2285, '2022-06-17', 3187, 2201, 313, 4482, '1.0000', '0.0100', '0.0100', '1.2500', '1.2500', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2286, '2022-06-17', 3062, 2202, 313, 4977, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2287, '2022-06-17', 3212, 2203, 313, 5190, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2288, '2022-06-17', 2905, 2204, 313, 4200, '1.0000', '4.1600', '4.1600', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2289, '2022-06-17', 3048, 2205, 313, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2290, '2022-06-17', 2952, 2206, 313, 4247, '1.0000', '2.8600', '2.8600', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2291, '2022-06-17', 2653, 2207, 313, 9834, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2292, '2022-06-17', 3063, 2208, 313, 4978, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2293, '2022-06-17', 2552, 2209, 313, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2294, '2022-06-17', 3314, 2210, 313, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2295, '2022-06-17', 2534, 2211, 313, 9875, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2296, '2022-06-17', 2713, 2212, 313, 5450, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2297, '2022-06-17', 2713, 2212, 313, 7374, '-5.0000', '5.9500', '5.9500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2298, '2022-06-17', 2713, 2212, 313, 8335, '5.0000', '5.9500', '5.9500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2299, '2022-06-17', 2713, 2212, 313, 9296, '-5.0000', '5.9500', '5.9500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2300, '2022-06-17', 2713, 2212, 313, 9864, '7.0000', '5.9500', '5.9500', '7.0000', '7.0000', '27.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2301, '2022-06-17', 3047, 2213, 313, 4342, '4.0000', '1.6700', '1.6700', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2302, '2022-06-17', 3547, 2214, 313, 5007, '4.0000', '0.4292', '0.4292', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2303, '2022-06-17', 3062, 2215, 314, 4977, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2304, '2022-06-17', 2952, 2216, 314, 4876, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2305, '2022-06-17', 2708, 2217, 315, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2306, '2022-06-17', 3114, 2218, 315, 5451, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2307, '2022-06-17', 3172, 2219, 315, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2308, '2022-06-17', 3028, 2220, 316, 4323, '2.0000', '10.0000', '10.0000', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2309, '2022-06-17', 2961, 2221, 317, 4256, '1.0000', '12.0000', '12.0000', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2310, '2022-06-17', 2644, 2222, 317, 9835, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2311, '2022-06-17', 3172, 2223, 318, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2312, '2022-06-17', 2647, 2224, 319, 4974, '2.0000', '6.7550', '6.7550', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2313, '2022-06-17', 2647, 2225, 320, 4974, '2.0000', '6.7550', '6.7550', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2314, '2022-06-17', 2922, 2226, 320, 5389, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2315, '2022-06-17', 3172, 2227, 320, 4790, '4.0000', '3.4809', '3.4809', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2316, '2022-06-17', 2936, 2228, 320, 4864, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2317, '2022-06-17', 2930, 2229, 320, 4724, '1.0000', '4.5000', '4.5000', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2318, '2022-06-17', 3311, 2230, 320, 5003, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '60.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2319, '2022-06-17', 2791, 2231, 320, 4708, '1.0000', '2.9700', '2.9700', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2320, '2022-06-17', 3483, 2232, 320, 4877, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '106.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2321, '2022-06-17', 3062, 2233, 321, 4977, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2322, '2022-06-17', 2902, 2234, 322, 4991, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2323, '2022-06-17', 2891, 2235, 322, 4186, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2324, '2022-06-17', 2644, 2236, 323, 9835, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2325, '2022-06-17', 3480, 2237, 323, 4754, '6.0000', '5.6300', '5.6300', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2326, '2022-06-17', 2713, 2238, 324, 9864, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '26.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2327, '2022-06-17', 3483, 2239, 324, 4877, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2328, '2022-06-17', 3048, 2240, 324, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2329, '2022-06-17', 3061, 2241, 325, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2330, '2022-06-17', 2698, 2242, 326, 3993, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2331, '2022-06-17', 2699, 2243, 326, 9850, '12.0000', '6.5000', '6.5000', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2332, '2022-06-17', 2886, 2244, 326, 4181, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2333, '2022-06-17', 2952, 2245, 326, 4876, '4.0000', '2.9583', '2.9583', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2334, '2022-06-17', 3048, 2246, 326, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2335, '2022-06-17', 3047, 2247, 326, 4342, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2336, '2022-06-17', 3349, 2248, 327, 4644, '4.0000', '2.9500', '2.9500', '5.0000', '5.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2337, '2022-06-17', 2921, 2249, 328, 4721, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2338, '2022-06-17', 2935, 2250, 328, 4865, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2339, '2022-06-17', 2930, 2251, 328, 4724, '1.0000', '4.5000', '4.5000', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2340, '2022-06-17', 2927, 2252, 328, 4222, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2341, '2022-06-18', 2901, 2253, 329, 9841, '10.0000', '14.2083', '14.2083', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 76, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2342, '2022-06-18', 2901, 2253, 329, 9879, '5.0000', '14.2600', '14.2600', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 86, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2343, '2022-06-18', 2799, 2254, 330, 4804, '4.0000', '4.3500', '4.3500', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2344, '2022-06-18', 2901, 2255, 331, 9879, '1.0000', '14.2600', '14.2600', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 86, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2345, '2022-06-18', 3525, 2256, 332, 4931, '1.0000', '20.0000', '20.0000', '27.0000', '27.0000', '2.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2346, '2022-06-18', 2982, 2257, 333, 5189, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2347, '2022-06-18', 3085, 2258, 333, 4744, '1.0000', '4.0700', '4.0700', '5.0000', '5.0000', '29.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2348, '2022-06-18', 2922, 2259, 334, 5389, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2349, '2022-06-18', 2711, 2260, 334, 5442, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2350, '2022-06-18', 2642, 2261, 334, 4753, '6.0000', '5.8333', '5.8333', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2351, '2022-06-18', 2653, 2262, 334, 9834, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2352, '2022-06-18', 2485, 2263, 335, 4800, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '3.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2353, '2022-06-18', 2790, 2264, 335, 4959, '4.0000', '5.1100', '5.1100', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2354, '2022-06-18', 2725, 2265, 336, 5895, '2.0000', '4.5900', '4.5900', '10.0000', '10.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2355, '2022-06-18', 3082, 2266, 336, 4377, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2356, '2022-06-18', 3538, 2267, 336, 4949, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2357, '2022-06-18', 3062, 2268, 336, 4977, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2358, '2022-06-18', 3483, 2269, 336, 4877, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '100.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2359, '2022-06-18', 2827, 2270, 336, 4122, '4.0000', '0.1600', '0.1600', '0.2500', '0.2500', '130.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2360, '2022-06-18', 2952, 2271, 336, 4876, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2361, '2022-06-18', 2902, 2272, 337, 4991, '3.0000', '6.7500', '6.7500', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2362, '2022-06-18', 2790, 2273, 337, 4959, '1.0000', '5.1100', '5.1100', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2363, '2022-06-18', 3048, 2274, 337, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2364, '2022-06-19', 2992, 2275, 338, 4287, '1.0000', '94.8500', '94.8500', '126.0000', '126.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2365, '2022-06-19', 3288, 2276, 338, 4583, '1.0000', '16.5200', '16.5200', '22.0000', '22.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2366, '2022-06-19', 2494, 2277, 338, 3789, '3.0000', '1.4100', '1.4100', '3.5000', '3.5000', '82.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2367, '2022-06-19', 2716, 2278, 338, 4011, '3.0000', '3.3500', '3.3500', '4.5000', '4.5000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2368, '2022-06-19', 3257, 2279, 338, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2369, '2022-06-19', 2677, 2280, 338, 3972, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2370, '2022-06-19', 2908, 2281, 338, 4203, '1.0000', '6.5600', '6.5600', '14.0000', '14.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2371, '2022-06-19', 2594, 2282, 338, 3889, '7.0000', '9.5400', '9.5400', '12.5000', '12.5000', '81.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2372, '2022-06-19', 2961, 2283, 339, 4256, '4.0000', '12.0000', '12.0000', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2373, '2022-06-19', 3349, 2284, 339, 4644, '4.0000', '2.9500', '2.9500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2374, '2022-06-19', 2664, 2285, 339, 3959, '1.0000', '24.9000', '24.9000', '33.0000', '33.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2375, '2022-06-19', 3271, 2286, 339, 4566, '1.0000', '1.7900', '1.7900', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2376, '2022-06-19', 2924, 2287, 339, 4729, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2377, '2022-06-19', 2918, 2288, 340, 4213, '2.0000', '1.8800', '1.8800', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2378, '2022-06-19', 2712, 2289, 341, 9865, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2379, '2022-06-19', 2918, 2290, 341, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2380, '2022-06-19', 2759, 2291, 342, 4054, '2.0000', '6.3800', '6.3800', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2381, '2022-06-19', 3178, 2292, 342, 4473, '1.0000', '5.7200', '5.7200', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2382, '2022-06-19', 3233, 2293, 342, 4528, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2383, '2022-06-19', 2922, 2294, 343, 5389, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2384, '2022-06-19', 2922, 2294, 343, 6350, '-4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2385, '2022-06-19', 2922, 2294, 343, 9860, '5.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2386, '2022-06-19', 2646, 2295, 344, 4973, '4.0000', '11.8741', '11.8741', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2387, '2022-06-19', 2646, 2295, 344, 7269, '-9.0000', '11.8741', '11.8741', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2388, '2022-06-19', 2646, 2295, 344, 8230, '9.0000', '11.8741', '11.8741', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2389, '2022-06-19', 2646, 2295, 344, 9191, '-31.0000', '11.8741', '11.8741', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2390, '2022-06-19', 2646, 2295, 344, 9833, '36.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2391, '2022-06-19', 2647, 2296, 344, 4974, '10.0000', '6.7550', '6.7550', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2392, '2022-06-19', 2647, 2296, 344, 7266, '-14.0000', '6.7550', '6.7550', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2393, '2022-06-19', 2647, 2296, 344, 8227, '14.0000', '6.7550', '6.7550', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2394, '2022-06-19', 2647, 2296, 344, 9188, '-14.0000', '6.7550', '6.7550', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2395, '2022-06-19', 2647, 2296, 344, 9831, '24.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2396, '2022-06-19', 2713, 2297, 344, 9864, '5.0000', '5.9500', '5.9500', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2397, '2022-06-19', 2936, 2298, 344, 4864, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2398, '2022-06-19', 2935, 2299, 344, 5385, '25.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2399, '2022-06-19', 2935, 2299, 344, 6346, '-25.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2400, '2022-06-19', 2935, 2299, 344, 7309, '-6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2401, '2022-06-19', 2935, 2299, 344, 8270, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2402, '2022-06-19', 2935, 2299, 344, 9231, '-6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2403, '2022-06-19', 2935, 2299, 344, 9863, '45.0000', '0.7500', '0.7500', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2404, '2022-06-19', 2644, 2300, 344, 9835, '40.0000', '3.4229', '3.4229', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2405, '2022-06-19', 2653, 2301, 344, 9834, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2406, '2022-06-19', 2653, 2302, 345, 9834, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2407, '2022-06-19', 2552, 2303, 345, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2408, '2022-06-19', 2661, 2304, 345, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '64.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2409, '2022-06-20', 2821, 2305, 346, 4116, '1.0000', '24.9700', '24.9700', '35.0000', '35.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2410, '2022-06-20', 3245, 2306, 347, 4540, '1.0000', '1.4600', '1.4600', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2411, '2022-06-20', 2534, 2307, 347, 9875, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2412, '2022-06-20', 3081, 2308, 347, 4376, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2413, '2022-06-20', 2920, 2309, 348, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '39.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2414, '2022-06-20', 2534, 2310, 349, 9875, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2415, '2022-06-20', 3483, 2311, 349, 4877, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '95.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2416, '2022-06-20', 2713, 2312, 350, 9864, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2417, '2022-06-20', 2922, 2313, 350, 9860, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2418, '2022-06-20', 3048, 2314, 350, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '61.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2419, '2022-06-20', 2920, 2315, 351, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '38.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2420, '2022-06-20', 2936, 2316, 351, 4864, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2421, '2022-06-20', 3525, 2317, 352, 4931, '1.0000', '20.0000', '20.0000', '27.0000', '27.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2422, '2022-06-20', 2711, 2318, 352, 5442, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2423, '2022-06-20', 2713, 2319, 353, 9864, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2424, '2022-06-20', 3172, 2320, 353, 4790, '2.0000', '3.4809', '3.4809', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2425, '2022-06-20', 2922, 2321, 354, 9860, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2426, '2022-06-20', 2952, 2322, 354, 4876, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2427, '2022-06-20', 2711, 2323, 355, 5442, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2428, '2022-06-20', 2949, 2324, 356, 4874, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2429, '2022-06-20', 3172, 2325, 356, 4790, '4.0000', '3.4809', '3.4809', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2430, '2022-06-20', 2710, 2326, 356, 4714, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '28.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2431, '2022-06-20', 2594, 2327, 357, 3889, '42.0000', '9.5400', '9.5400', '12.5000', '12.5000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2432, '2022-06-20', 2544, 2328, 357, 3839, '1.0000', '45.6400', '45.6400', '55.0000', '55.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2433, '2022-06-20', 3102, 2329, 357, 4397, '1.0000', '13.7300', '13.7300', '18.0000', '18.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2434, '2022-06-20', 2677, 2330, 357, 3972, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2435, '2022-06-20', 2793, 2331, 357, 4088, '1.0000', '8.2800', '8.2800', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2436, '2022-06-20', 2850, 2332, 357, 4145, '1.0000', '10.8900', '10.8900', '14.0000', '14.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2437, '2022-06-20', 2460, 2333, 357, 3755, '1.0000', '5.2900', '5.2900', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2438, '2022-06-20', 3241, 2334, 358, 4536, '1.0000', '3.9900', '3.9900', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2439, '2022-06-20', 3246, 2335, 358, 4541, '1.0000', '2.7900', '2.7900', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2440, '2022-06-20', 2691, 2336, 358, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '52.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2441, '2022-06-20', 2807, 2337, 358, 4102, '1.0000', '20.1400', '20.1400', '26.0000', '26.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2442, '2022-06-20', 2699, 2338, 358, 9850, '36.0000', '6.5000', '6.5000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 80, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2443, '2022-06-20', 2699, 2338, 358, 9906, '11.0000', '6.4500', '6.4500', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 94, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2444, '2022-06-20', 2617, 2339, 358, 4787, '4.0000', '4.5000', '4.5000', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 39, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2445, '2022-06-20', 2726, 2340, 358, 4847, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '24.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2446, '2022-06-20', 2719, 2341, 358, 4014, '5.0000', '0.9900', '0.9900', '2.0000', '2.0000', '78.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2447, '2022-06-20', 3233, 2342, 358, 4528, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2448, '2022-06-20', 2981, 2343, 358, 4802, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '8.0000', 1, 0, NULL, 45, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2449, '2022-06-20', 3538, 2344, 358, 4949, '2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2450, '2022-06-20', 3062, 2345, 359, 4977, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2451, '2022-06-20', 3483, 2346, 359, 4877, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2452, '2022-06-20', 3048, 2347, 359, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '60.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2453, '2022-06-21', 3343, 2348, 360, 4794, '1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2454, '2022-06-21', 2653, 2349, 360, 9834, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2455, '2022-06-21', 2713, 2350, 360, 9864, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2456, '2022-06-21', 2712, 2351, 360, 9865, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2457, '2022-06-21', 2936, 2352, 360, 4864, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2458, '2022-06-21', 2920, 2353, 360, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '37.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2459, '2022-06-21', 3317, 2354, 360, 4612, '1.0000', '10.0000', '10.0000', '20.0000', '20.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2460, '2022-06-21', 3311, 2355, 360, 5003, '52.0000', '0.8700', '0.8700', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2461, '2022-06-21', 2949, 2356, 361, 4874, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2462, '2022-06-21', 2534, 2357, 361, 9875, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2463, '2022-06-21', 3085, 2358, 361, 4744, '1.0000', '4.0700', '4.0700', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2464, '2022-06-21', 2646, 2359, 361, 9884, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2465, '2022-06-21', 2552, 2360, 361, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2466, '2022-06-21', 3547, 2361, 362, 5007, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2467, '2022-06-21', 3311, 2362, 362, 5003, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2468, '2022-06-21', 3483, 2363, 362, 4877, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2469, '2022-06-21', 3114, 2364, 362, 5451, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2470, '2022-06-21', 2534, 2365, 362, 9875, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2471, '2022-06-21', 3311, 2366, 363, 5003, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2472, '2022-06-21', 3547, 2367, 363, 5007, '2.0000', '0.4292', '0.4292', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2473, '2022-06-21', 2534, 2368, 363, 9875, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2474, '2022-06-21', 2663, 2369, 363, 4701, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2475, '2022-06-21', 3063, 2370, 363, 4978, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2476, '2022-06-21', 2713, 2371, 363, 9864, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2477, '2022-06-21', 2893, 2372, 363, 4188, '2.0000', '1.0800', '1.0800', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2478, '2022-06-21', 3048, 2373, 363, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '57.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2479, '2022-06-21', 2653, 2374, 363, 9885, '11.0000', '4.4092', '4.4092', '6.0000', '6.0000', '109.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2480, '2022-06-21', 2663, 2375, 364, 4701, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2481, '2022-06-21', 2893, 2376, 364, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2482, '2022-06-21', 3085, 2377, 364, 4744, '1.0000', '4.0700', '4.0700', '5.0000', '5.0000', '27.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2483, '2022-06-21', 3048, 2378, 364, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2484, '2022-06-21', 3547, 2379, 364, 5007, '2.0000', '0.4292', '0.4292', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2485, '2022-06-21', 2936, 2380, 364, 4864, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2486, '2022-06-21', 3483, 2381, 364, 4877, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2487, '2022-06-21', 2952, 2382, 364, 4876, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2488, '2022-06-21', 2713, 2383, 364, 9864, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2489, '2022-06-21', 3047, 2384, 364, 4342, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2490, '2022-06-21', 2949, 2385, 365, 4874, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2491, '2022-06-21', 2663, 2386, 365, 4701, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2492, '2022-06-21', 3120, 2387, 365, 9840, '1.0000', '5.3300', '5.3300', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 75, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2493, '2022-06-21', 2653, 2388, 365, 9885, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '106.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2494, '2022-06-21', 2952, 2389, 365, 4876, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2495, '2022-06-21', 2713, 2390, 365, 9864, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2496, '2022-06-21', 2713, 2391, 366, 9864, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2497, '2022-06-21', 3547, 2392, 366, 5007, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2498, '2022-06-21', 2712, 2393, 366, 9865, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2499, '2022-06-21', 3048, 2394, 366, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2500, '2022-06-21', 3483, 2395, 366, 4877, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '85.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2501, '2022-06-21', 2791, 2396, 367, 4708, '1.0000', '2.9700', '2.9700', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2502, '2022-06-21', 2534, 2397, 367, 9875, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2503, '2022-06-21', 3048, 2398, 367, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2504, '2022-06-21', 2893, 2399, 367, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2505, '2022-06-21', 3483, 2400, 367, 4877, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2506, '2022-06-21', 2952, 2401, 367, 4876, '2.0000', '2.9583', '2.9583', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2507, '2022-06-21', 2653, 2402, 367, 9885, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '100.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2508, '2022-06-21', 2713, 2403, 367, 9864, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2509, '2022-06-21', 3085, 2404, 367, 4744, '1.0000', '4.0700', '4.0700', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2510, '2022-06-21', 3163, 2405, 367, 4703, '2.0000', '4.9100', '4.9100', '7.0000', '7.0000', '32.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2511, '2022-06-21', 2653, 2406, 368, 9885, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '97.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2512, '2022-06-21', 3483, 2407, 368, 4877, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2513, '2022-06-21', 2734, 2408, 368, 4029, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2514, '2022-06-21', 3048, 2409, 368, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2515, '2022-06-21', 2485, 2410, 369, 4800, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '2.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2516, '2022-06-21', 3061, 2411, 370, 4737, '2.0000', '4.3427', '4.3427', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2517, '2022-06-21', 2646, 2412, 370, 9884, '15.0000', '11.9450', '11.9450', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2518, '2022-06-21', 2647, 2413, 370, 9882, '11.0000', '7.7517', '7.7517', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2519, '2022-06-21', 2653, 2414, 370, 9885, '11.0000', '4.4092', '4.4092', '6.0000', '6.0000', '86.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2520, '2022-06-21', 3063, 2415, 370, 4978, '3.0000', '2.7292', '2.7292', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2521, '2022-06-21', 2645, 2416, 370, 9881, '5.0000', '8.3496', '8.3496', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2522, '2022-06-21', 2949, 2417, 370, 4874, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2523, '2022-06-21', 2534, 2418, 370, 9875, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2524, '2022-06-21', 3120, 2419, 370, 9840, '1.0000', '5.3300', '5.3300', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 75, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2525, '2022-06-21', 2647, 2420, 371, 9882, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2526, '2022-06-21', 2647, 2421, 372, 9882, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2527, '2022-06-21', 2653, 2422, 373, 9885, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '84.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2528, '2022-06-21', 3311, 2423, 374, 5003, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2529, '2022-06-21', 3311, 2423, 374, 5767, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '66.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2530, '2022-06-21', 2713, 2424, 374, 9864, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2531, '2022-06-21', 3172, 2425, 375, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2532, '2022-06-21', 3165, 2426, 375, 4460, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2533, '2022-06-21', 2982, 2427, 375, 5189, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2534, '2022-06-21', 2647, 2428, 375, 9882, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2535, '2022-06-21', 2645, 2429, 375, 9881, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2536, '2022-06-21', 3172, 2430, 376, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2537, '2022-06-21', 3048, 2431, 376, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2538, '2022-06-21', 2830, 2432, 377, 4125, '2.0000', '4.0000', '4.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2539, '2022-06-21', 3172, 2433, 377, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2540, '2022-06-22', 2649, 2434, 378, 4755, '2.0000', '5.4200', '5.4200', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2541, '2022-06-22', 3048, 2435, 379, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2542, '2022-06-22', 2661, 2436, 379, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '63.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2543, '2022-06-22', 2646, 2437, 380, 9884, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2544, '2022-06-22', 2653, 2438, 381, 9885, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '81.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2545, '2022-06-22', 3483, 2439, 381, 4877, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2546, '2022-06-22', 2508, 2440, 381, 4840, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2547, '2022-06-22', 2649, 2441, 381, 4755, '4.0000', '5.4200', '5.4200', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2548, '2022-06-22', 3121, 2442, 381, 4706, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2549, '2022-06-22', 3163, 2443, 381, 4703, '2.0000', '4.9100', '4.9100', '7.0000', '7.0000', '30.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2550, '2022-06-22', 2534, 2444, 381, 9875, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2551, '2022-06-22', 2660, 2445, 381, 3955, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2552, '2022-06-22', 3074, 2446, 381, 4940, '3.0000', '1.8592', '1.8592', '3.0000', '3.0000', '31.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2553, '2022-06-22', 2877, 2447, 381, 4172, '1.0000', '2.5400', '2.5400', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2554, '2022-06-22', 3311, 2448, 381, 5767, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '62.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2555, '2022-06-22', 3086, 2449, 381, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2556, '2022-06-22', 3063, 2450, 381, 4978, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2557, '2022-06-22', 3212, 2451, 381, 5190, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2558, '2022-06-22', 2712, 2452, 381, 9865, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2559, '2022-06-22', 2713, 2453, 381, 9864, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2560, '2022-06-22', 2893, 2454, 381, 4188, '5.0000', '1.0800', '1.0800', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2561, '2022-06-22', 2713, 2455, 382, 9864, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2562, '2022-06-22', 2697, 2456, 382, 3992, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '50.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2563, '2022-06-22', 2902, 2457, 382, 4991, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2564, '2022-06-22', 3547, 2458, 382, 5007, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2565, '2022-06-22', 3276, 2459, 383, 5124, '1.0000', '2.0000', '2.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2566, '2022-06-22', 3048, 2460, 383, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2567, '2022-06-22', 2961, 2461, 384, 4256, '2.0000', '12.0000', '12.0000', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2568, '2022-06-22', 2499, 2462, 385, 3794, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2569, '2022-06-22', 2952, 2463, 385, 4876, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2570, '2022-06-22', 2936, 2464, 385, 4864, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2571, '2022-06-22', 2504, 2465, 385, 4743, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2572, '2022-06-22', 2921, 2466, 385, 4721, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2573, '2022-06-22', 2648, 2467, 386, 9883, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2574, '2022-06-22', 3172, 2468, 386, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2575, '2022-06-22', 3114, 2469, 387, 5451, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2576, '2022-06-22', 2646, 2470, 388, 9884, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2577, '2022-06-22', 2646, 2471, 389, 9884, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2578, '2022-06-23', 2647, 2472, 390, 9882, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2579, '2022-06-23', 2645, 2473, 390, 9881, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2580, '2022-06-23', 2713, 2474, 390, 9864, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2581, '2022-06-23', 2698, 2475, 391, 3993, '8.0000', '6.4500', '6.4500', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2582, '2022-06-23', 2699, 2476, 391, 9906, '12.0000', '6.4500', '6.4500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 94, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2583, '2022-06-23', 2727, 2477, 391, 5897, '2.0000', '27.9900', '27.9900', '40.0000', '40.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2584, '2022-06-23', 3270, 2478, 391, 4565, '1.0000', '43.9900', '43.9900', '65.0000', '65.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2585, '2022-06-23', 3267, 2479, 391, 4562, '1.0000', '33.0900', '33.0900', '45.0000', '45.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2586, '2022-06-23', 2726, 2480, 391, 4847, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '22.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2587, '2022-06-23', 3142, 2481, 391, 4437, '1.0000', '8.3900', '8.3900', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2588, '2022-06-23', 2879, 2482, 392, 7406, '-6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2589, '2022-06-23', 2879, 2482, 392, 8367, '6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2590, '2022-06-23', 2879, 2482, 392, 9328, '-6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2591, '2022-06-23', 2879, 2482, 392, 9852, '9.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 81, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2592, '2022-06-23', 2952, 2483, 392, 4876, '8.0000', '2.9583', '2.9583', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2593, '2022-06-23', 2659, 2484, 392, 3954, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2594, '2022-06-23', 2891, 2485, 392, 4186, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2595, '2022-06-23', 2893, 2486, 393, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2596, '2022-06-23', 3345, 2487, 393, 4640, '1.0000', '1.1100', '1.1100', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2597, '2022-06-23', 2879, 2488, 393, 9852, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 81, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2598, '2022-06-23', 3121, 2489, 393, 4706, '2.0000', '2.4600', '2.4600', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2599, '2022-06-23', 2663, 2490, 393, 4701, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2600, '2022-06-23', 2653, 2491, 393, 9885, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '74.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2601, '2022-06-23', 2713, 2492, 393, 9864, '4.0000', '5.9500', '5.9500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2602, '2022-06-23', 3483, 2493, 393, 4877, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2603, '2022-06-23', 3015, 2494, 393, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '262.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2604, '2022-06-23', 3086, 2495, 393, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2605, '2022-06-23', 2653, 2496, 394, 9885, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '73.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2606, '2022-06-23', 2649, 2497, 395, 4755, '2.0000', '5.4200', '5.4200', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2607, '2022-06-23', 2579, 2498, 395, 3874, '1.0000', '3.3100', '3.3100', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2608, '2022-06-23', 2586, 2499, 395, 3881, '1.0000', '1.7000', '1.7000', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2609, '2022-06-23', 2534, 2500, 396, 9895, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2610, '2022-06-23', 2712, 2501, 397, 9865, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2611, '2022-06-23', 2713, 2502, 397, 9900, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '35.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2612, '2022-06-23', 2934, 2503, 397, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2613, '2022-06-23', 3061, 2504, 397, 4737, '1.0000', '4.3427', '4.3427', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2614, '2022-06-23', 3507, 2505, 398, 4913, '1.0000', '7.9900', '7.9900', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2615, '2022-06-23', 3304, 2506, 398, 4599, '50.0000', '0.3900', '0.3900', '1.0000', '1.0000', '896.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2616, '2022-06-23', 2922, 2507, 398, 9860, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2617, '2022-06-23', 2919, 2508, 398, 4720, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2618, '2022-06-23', 2935, 2509, 398, 9863, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2619, '2022-06-23', 2934, 2510, 398, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2620, '2022-06-23', 3142, 2511, 399, 4437, '1.0000', '8.3900', '8.3900', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2621, '2022-06-23', 3267, 2512, 399, 4562, '1.0000', '33.0900', '33.0900', '45.0000', '45.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2622, '2022-06-23', 2950, 2513, 399, 4765, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2623, '2022-06-23', 3062, 2514, 399, 4977, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2624, '2022-06-23', 3483, 2515, 399, 4877, '11.0000', '0.8583', '0.8583', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2625, '2022-06-23', 3048, 2516, 399, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2626, '2022-06-23', 2646, 2517, 400, 9884, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2627, '2022-06-23', 2977, 2518, 400, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2628, '2022-06-23', 2917, 2519, 400, 4976, '1.0000', '9.2096', '9.2096', '14.0000', '14.0000', '15.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2629, '2022-06-23', 3014, 2520, 400, 4843, '1.0000', '5.7500', '5.7500', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 51, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2630, '2022-06-23', 2711, 2521, 401, 5442, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2631, '2022-06-23', 2801, 2522, 402, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '40.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2632, '2022-06-23', 2799, 2523, 402, 4804, '1.0000', '4.3500', '4.3500', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2633, '2022-06-23', 2960, 2524, 402, 4255, '4.0000', '9.5000', '9.5000', '12.0000', '12.0000', '51.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2634, '2022-06-23', 2713, 2525, 402, 9900, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '32.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2635, '2022-06-23', 2712, 2526, 402, 9901, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2636, '2022-06-23', 2980, 2527, 403, 4275, '1.0000', '35.4700', '35.4700', '47.0000', '47.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2637, '2022-06-23', 2977, 2528, 403, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2638, '2022-06-23', 2961, 2529, 403, 4256, '3.0000', '12.0000', '12.0000', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2639, '2022-06-23', 2818, 2530, 403, 4113, '2.0000', '10.0400', '10.0400', '14.0000', '14.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2640, '2022-06-23', 3214, 2531, 403, 4509, '1.0000', '12.3200', '12.3200', '18.0000', '18.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2641, '2022-06-23', 2725, 2532, 403, 5895, '4.0000', '4.5900', '4.5900', '10.0000', '10.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2642, '2022-06-23', 2726, 2533, 403, 4847, '4.0000', '10.5900', '10.5900', '25.0000', '25.0000', '18.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2643, '2022-06-23', 3234, 2534, 403, 4529, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2644, '2022-06-23', 2846, 2535, 403, 4141, '1.0000', '230.7200', '230.7200', '310.0000', '310.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2645, '2022-06-23', 2891, 2536, 403, 4186, '4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2646, '2022-06-23', 2886, 2537, 403, 4774, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2647, '2022-06-23', 2890, 2538, 403, 4185, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2648, '2022-06-24', 2790, 2539, 404, 4959, '1.0000', '5.1100', '5.1100', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2649, '2022-06-24', 3254, 2540, 405, 4549, '8.0000', '0.0800', '0.0800', '0.5000', '0.5000', '328.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2650, '2022-06-24', 3303, 2541, 405, 4598, '8.0000', '0.2500', '0.2500', '0.7500', '0.7500', '401.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2651, '2022-06-24', 2933, 2542, 405, 4228, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '91.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2652, '2022-06-24', 2713, 2543, 405, 9900, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '31.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2653, '2022-06-24', 3212, 2544, 405, 5190, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2654, '2022-06-24', 2507, 2545, 405, 4738, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2655, '2022-06-24', 3048, 2546, 405, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2656, '2022-06-24', 2524, 2547, 405, 3819, '1.0000', '0.7800', '0.7800', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2657, '2022-06-24', 3483, 2548, 405, 4877, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '58.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2658, '2022-06-24', 2893, 2549, 405, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2659, '2022-06-24', 3047, 2550, 405, 4342, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2660, '2022-06-24', 3015, 2551, 405, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '261.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2661, '2022-06-24', 2886, 2552, 405, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2662, '2022-06-24', 2936, 2553, 405, 4864, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2663, '2022-06-24', 3121, 2554, 405, 4706, '2.0000', '2.4600', '2.4600', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2664, '2022-06-24', 2534, 2555, 406, 9895, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2665, '2022-06-24', 2712, 2556, 407, 9901, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2666, '2022-06-24', 2499, 2557, 408, 3794, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2667, '2022-06-24', 3061, 2558, 408, 4737, '1.0000', '4.3427', '4.3427', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2668, '2022-06-24', 3483, 2559, 408, 4877, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2669, '2022-06-24', 3048, 2560, 408, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2670, '2022-06-24', 2790, 2561, 409, 4959, '1.0000', '5.1100', '5.1100', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2671, '2022-06-24', 3483, 2562, 410, 4877, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2672, '2022-06-24', 2713, 2563, 410, 9900, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '29.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2673, '2022-06-24', 2653, 2564, 410, 9885, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '72.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2674, '2022-06-24', 2713, 2565, 411, 9900, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '28.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2675, '2022-06-24', 2653, 2566, 411, 9885, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '64.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2676, '2022-06-24', 3172, 2567, 411, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2677, '2022-06-24', 3483, 2568, 411, 4877, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2678, '2022-06-25', 2699, 2569, 412, 9906, '15.0000', '6.4500', '6.4500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 94, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2679, '2022-06-25', 3319, 2570, 412, 4614, '1.0000', '85.7000', '85.7000', '115.0000', '115.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2680, '2022-06-25', 3214, 2571, 412, 4509, '2.0000', '12.3200', '12.3200', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2681, '2022-06-25', 2645, 2572, 413, 9881, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2682, '2022-06-25', 2921, 2573, 413, 4721, '3.0000', '4.0000', '4.0000', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2683, '2022-06-25', 2922, 2574, 413, 9860, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2684, '2022-06-25', 2645, 2575, 414, 9881, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2685, '2022-06-25', 2711, 2576, 414, 5442, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2686, '2022-06-25', 2653, 2577, 415, 9885, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '63.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2687, '2022-06-25', 3164, 2578, 416, 5022, '7.0000', '1.5552', '1.5552', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2688, '2022-06-25', 2930, 2579, 417, 4724, '2.0000', '4.5000', '4.5000', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2689, '2022-06-25', 2646, 2580, 417, 9884, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2690, '2022-06-25', 2645, 2581, 417, 9881, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2691, '2022-06-25', 2648, 2582, 417, 9883, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2692, '2022-06-25', 3063, 2583, 418, 4978, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2693, '2022-06-25', 2949, 2584, 418, 4874, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2694, '2022-06-25', 3061, 2585, 418, 4737, '1.0000', '4.3427', '4.3427', '6.0000', '6.0000', '43.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2695, '2022-06-25', 2642, 2586, 419, 4753, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2696, '2022-06-25', 3172, 2587, 419, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2697, '2022-06-25', 2642, 2588, 420, 4753, '6.0000', '5.8333', '5.8333', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2698, '2022-06-25', 2642, 2589, 421, 4753, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2699, '2022-06-25', 3172, 2590, 421, 4790, '1.0000', '3.4809', '3.4809', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2700, '2022-06-25', 2642, 2591, 422, 4990, '8.0000', '5.4167', '5.4167', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2701, '2022-06-25', 2648, 2592, 422, 9883, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2702, '2022-06-26', 2646, 2593, 423, 9884, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2703, '2022-06-26', 2649, 2594, 423, 4755, '2.0000', '5.4200', '5.4200', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2704, '2022-06-26', 3483, 2595, 423, 4877, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2705, '2022-06-26', 2502, 2596, 423, 9872, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2706, '2022-06-26', 3256, 2597, 423, 7294, '-7.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2707, '2022-06-26', 3256, 2597, 423, 8255, '7.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2708, '2022-06-26', 3256, 2597, 423, 9874, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2709, '2022-06-26', 3253, 2598, 423, 4548, '8.0000', '0.3500', '0.3500', '0.7500', '0.7500', '90.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2710, '2022-06-26', 3304, 2599, 423, 4599, '8.0000', '0.3900', '0.3900', '1.0000', '1.0000', '888.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2711, '2022-06-26', 2646, 2600, 424, 9884, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2712, '2022-06-26', 2645, 2601, 424, 9881, '11.0000', '8.3496', '8.3496', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2713, '2022-06-26', 2650, 2602, 424, 4751, '5.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2714, '2022-06-26', 3172, 2603, 424, 4790, '7.0000', '3.4809', '3.4809', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2715, '2022-06-26', 3172, 2603, 424, 5000, '4.0000', '3.4875', '3.4875', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2716, '2022-06-26', 3048, 2604, 424, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2717, '2022-06-26', 3256, 2605, 424, 9874, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2718, '2022-06-26', 2644, 2606, 424, 9835, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2719, '2022-06-26', 2653, 2607, 424, 9885, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '51.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2720, '2022-06-26', 2699, 2608, 424, 9906, '11.0000', '6.4500', '6.4500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 94, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2721, '2022-06-26', 2713, 2609, 424, 9900, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '25.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2722, '2022-06-26', 3164, 2610, 424, 5022, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2723, '2022-06-26', 3204, 2611, 425, 4499, '1.0000', '16.5000', '16.5000', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2724, '2022-06-27', 3305, 2612, 426, 4600, '200.0000', '0.6100', '0.6100', '1.0000', '1.0000', '326.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2725, '2022-06-27', 3304, 2613, 426, 4599, '15.0000', '0.3900', '0.3900', '1.0000', '1.0000', '873.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2726, '2022-06-27', 3299, 2614, 426, 4594, '15.0000', '0.2300', '0.2300', '0.7500', '0.7500', '2158.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2727, '2022-06-27', 2712, 2615, 427, 9901, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2728, '2022-06-27', 3483, 2616, 427, 4877, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2729, '2022-06-27', 2950, 2617, 427, 4765, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2730, '2022-06-27', 2645, 2618, 428, 9881, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2731, '2022-06-27', 3164, 2619, 428, 5022, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2732, '2022-06-27', 3047, 2620, 429, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2733, '2022-06-27', 2534, 2621, 429, 9895, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2734, '2022-06-27', 3063, 2622, 429, 4978, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2735, '2022-06-27', 2951, 2623, 429, 5756, '1.0000', '2.0000', '2.0000', '3.5000', '3.5000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2736, '2022-06-27', 3121, 2624, 429, 4706, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2737, '2022-06-27', 3101, 2625, 429, 4396, '1.0000', '6.8700', '6.8700', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2738, '2022-06-27', 2507, 2626, 429, 4738, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2739, '2022-06-27', 2514, 2627, 429, 3809, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2740, '2022-06-27', 2893, 2628, 429, 4188, '2.0000', '1.0800', '1.0800', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2741, '2022-06-27', 3212, 2629, 429, 5190, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2742, '2022-06-27', 2712, 2630, 429, 9901, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2743, '2022-06-27', 2950, 2631, 429, 4765, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2744, '2022-06-27', 3483, 2632, 429, 4877, '11.0000', '0.8583', '0.8583', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2745, '2022-06-27', 3062, 2633, 429, 4977, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2746, '2022-06-27', 2894, 2634, 429, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2747, '2022-06-27', 3164, 2635, 429, 5022, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 73, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2748, '2022-06-27', 3164, 2635, 429, 5428, '3.0000', '1.5552', '1.5552', '2.5000', '2.5000', '39.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2749, '2022-06-27', 2927, 2636, 429, 4727, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '47.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2750, '2022-06-27', 2648, 2637, 429, 9883, '5.0000', '7.5783', '7.5783', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2751, '2022-06-27', 3048, 2638, 429, 4699, '9.0000', '0.8333', '0.8333', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2752, '2022-06-27', 2653, 2639, 429, 9885, '14.0000', '4.4092', '4.4092', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2753, '2022-06-27', 2645, 2640, 429, 9881, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2754, '2022-06-27', 3546, 2641, 429, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2755, '2022-06-27', 2933, 2642, 429, 4228, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '89.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2756, '2022-06-27', 2713, 2643, 429, 9900, '7.0000', '5.9500', '5.9500', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2757, '2022-06-27', 2901, 2644, 430, 9879, '1.0000', '14.2600', '14.2600', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 86, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2758, '2022-06-27', 2901, 2645, 431, 9879, '4.0000', '14.2600', '14.2600', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 86, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2759, '2022-06-27', 2920, 2646, 431, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '36.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2760, '2022-06-27', 2789, 2647, 431, 4704, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '7.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2761, '2022-06-27', 3172, 2648, 431, 5000, '1.0000', '3.4875', '3.4875', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2762, '2022-06-27', 2902, 2649, 431, 4991, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2763, '2022-06-27', 2711, 2650, 431, 7366, '-1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2764, '2022-06-27', 2711, 2650, 431, 8327, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2765, '2022-06-27', 2711, 2650, 431, 9288, '-1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2766, '2022-06-27', 2711, 2650, 431, 9866, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2767, '2022-06-27', 3256, 2651, 431, 9874, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2768, '2022-06-27', 2981, 2652, 432, 5742, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2769, '2022-06-27', 2698, 2653, 432, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2770, '2022-06-27', 2699, 2654, 432, 9906, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 94, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2771, '2022-06-27', 2699, 2654, 432, 9905, '6.0000', '6.4500', '6.4500', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 93, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2772, '2022-06-27', 2912, 2655, 432, 4207, '1.0000', '70.0000', '70.0000', '93.0000', '93.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2773, '2022-06-27', 3279, 2656, 432, 4574, '1.0000', '15.5000', '15.5000', '20.0000', '20.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2774, '2022-06-27', 2835, 2657, 432, 4995, '1.0000', '13.0000', '13.0000', '17.0000', '17.0000', '22.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2775, '2022-06-27', 2727, 2658, 432, 5897, '4.0000', '27.9900', '27.9900', '40.0000', '40.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2776, '2022-06-27', 3233, 2659, 432, 5497, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2777, '2022-06-27', 3267, 2660, 432, 4562, '1.0000', '33.0900', '33.0900', '45.0000', '45.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2778, '2022-06-27', 2629, 2661, 432, 3924, '2.0000', '115.0000', '115.0000', '153.0000', '153.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2779, '2022-06-27', 2713, 2662, 433, 9900, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2780, '2022-06-27', 3114, 2663, 433, 5451, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2781, '2022-06-27', 3086, 2664, 433, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2782, '2022-06-27', 3085, 2665, 433, 4744, '1.0000', '4.0700', '4.0700', '5.0000', '5.0000', '25.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2783, '2022-06-27', 2901, 2666, 433, 9879, '4.0000', '14.2600', '14.2600', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 86, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2784, '2022-06-27', 2645, 2667, 433, 9881, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2785, '2022-06-27', 2647, 2668, 433, 9882, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2786, '2022-06-27', 2920, 2669, 433, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '35.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2787, '2022-06-27', 3164, 2670, 433, 5428, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '38.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2788, '2022-06-28', 2517, 2671, 434, 3812, '1.0000', '11.2000', '11.2000', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2789, '2022-06-28', 2952, 2672, 434, 4876, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2790, '2022-06-28', 2922, 2673, 434, 9860, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2791, '2022-06-28', 3048, 2674, 435, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2792, '2022-06-28', 2881, 2675, 435, 4176, '1.0000', '0.8200', '0.8200', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2793, '2022-06-28', 3483, 2676, 435, 4877, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2794, '2022-06-28', 3015, 2677, 435, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '259.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2795, '2022-06-28', 3172, 2678, 435, 5000, '2.0000', '3.4875', '3.4875', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2796, '2022-06-28', 2713, 2679, 435, 9900, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2797, '2022-06-28', 3164, 2680, 435, 5428, '6.0000', '1.5552', '1.5552', '2.5000', '2.5000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2798, '2022-06-28', 2933, 2681, 435, 4228, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '86.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2799, '2022-06-28', 2927, 2682, 435, 4727, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '46.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2800, '2022-06-28', 2922, 2683, 436, 9860, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2801, '2022-06-28', 2502, 2684, 436, 9872, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2802, '2022-06-28', 3190, 2685, 436, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '95.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2803, '2022-06-28', 2930, 2686, 436, 4724, '1.0000', '4.5000', '4.5000', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2804, '2022-06-28', 2505, 2687, 436, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2805, '2022-06-28', 2699, 2688, 437, 9905, '10.0000', '6.4500', '6.4500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 93, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2806, '2022-06-28', 2700, 2689, 437, 3995, '5.0000', '6.4500', '6.4500', '6.0000', '6.0000', '71.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2807, '2022-06-28', 2698, 2690, 437, 3993, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2808, '2022-06-28', 2574, 2691, 437, 3869, '1.0000', '34.3000', '34.3000', '45.0000', '45.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2809, '2022-06-28', 2606, 2692, 437, 3901, '1.0000', '30.9400', '30.9400', '40.0000', '40.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2810, '2022-06-28', 2719, 2693, 437, 4014, '8.0000', '0.9900', '0.9900', '2.0000', '2.0000', '70.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2811, '2022-06-28', 3260, 2694, 437, 4555, '5.0000', '1.6000', '1.6000', '3.0000', '3.0000', '44.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2812, '2022-06-28', 2749, 2695, 437, 4044, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '86.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2813, '2022-06-28', 3271, 2696, 437, 4566, '1.0000', '1.7900', '1.7900', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2814, '2022-06-28', 2668, 2697, 437, 3963, '2.0000', '38.0000', '38.0000', '47.0000', '47.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2815, '2022-06-28', 2656, 2698, 437, 3951, '1.0000', '24.7900', '24.7900', '33.0000', '33.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2816, '2022-06-28', 3483, 2699, 437, 4877, '8.0000', '0.8583', '0.8583', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2817, '2022-06-28', 2712, 2700, 437, 9901, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2818, '2022-06-28', 2901, 2701, 438, 9879, '1.0000', '14.2600', '14.2600', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 86, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2819, '2022-06-28', 2901, 2701, 438, 9910, '14.0000', '14.3518', '14.3518', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 98, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2820, '2022-06-28', 2648, 2702, 439, 9883, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2821, '2022-06-29', 3048, 2703, 440, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2822, '2022-06-29', 3114, 2704, 440, 5451, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2823, '2022-06-29', 3074, 2705, 440, 4940, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '30.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2824, '2022-06-29', 3212, 2706, 440, 7114, '3.0000', '3.3333', '3.3333', '6.0000', '6.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2825, '2022-06-29', 3483, 2707, 440, 4877, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2826, '2022-06-29', 2823, 2708, 440, 4118, '1.0000', '10.7200', '10.7200', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2827, '2022-06-29', 2713, 2709, 440, 9900, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2828, '2022-06-29', 2662, 2710, 440, 4702, '1.0000', '5.4550', '5.4550', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2829, '2022-06-29', 2881, 2711, 440, 4176, '1.0000', '0.8200', '0.8200', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2830, '2022-06-29', 2534, 2712, 440, 9895, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2831, '2022-06-29', 3164, 2713, 440, 5428, '4.0000', '1.5552', '1.5552', '2.5000', '2.5000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2832, '2022-06-29', 2661, 2714, 440, 4806, '5.0000', '0.2400', '0.2400', '0.5000', '0.5000', '58.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2833, '2022-06-29', 2749, 2715, 441, 4044, '3.0000', '0.6900', '0.6900', '2.5000', '2.5000', '83.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2834, '2022-06-29', 3260, 2716, 441, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '43.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2835, '2022-06-29', 3028, 2717, 442, 4323, '1.0000', '10.0000', '10.0000', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2836, '2022-06-29', 2579, 2718, 442, 3874, '2.0000', '3.3100', '3.3100', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2837, '2022-06-29', 3074, 2719, 443, 4940, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2838, '2022-06-29', 2649, 2720, 443, 4755, '2.0000', '5.4200', '5.4200', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2839, '2022-06-29', 2534, 2721, 443, 9895, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2840, '2022-06-29', 2579, 2722, 444, 3874, '1.0000', '3.3100', '3.3100', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2841, '2022-06-29', 2648, 2723, 444, 9883, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2842, '2022-06-29', 2643, 2724, 444, 3938, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2843, '2022-06-29', 2648, 2725, 445, 9883, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2844, '2022-06-29', 2643, 2726, 445, 3938, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2845, '2022-06-29', 2930, 2727, 445, 4724, '1.0000', '4.5000', '4.5000', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2846, '2022-06-29', 2634, 2728, 445, 3929, '2.0000', '2.9200', '2.9200', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2847, '2022-06-29', 3221, 2729, 446, 4516, '1.0000', '25.2400', '25.2400', '34.0000', '34.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2848, '2022-06-29', 3098, 2730, 446, 4393, '1.0000', '24.7600', '24.7600', '33.0000', '33.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2849, '2022-06-29', 2617, 2731, 446, 5457, '5.0000', '4.5000', '4.5000', '7.5000', '7.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2850, '2022-06-29', 2851, 2732, 446, 4146, '1.0000', '5.8800', '5.8800', '10.0000', '10.0000', '47.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2851, '2022-06-29', 2927, 2733, 446, 4727, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '44.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2852, '2022-06-29', 2901, 2734, 447, 9910, '1.0000', '14.3518', '14.3518', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 98, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2853, '2022-06-29', 3172, 2735, 447, 5000, '6.0000', '3.4875', '3.4875', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2854, '2022-06-29', 2918, 2736, 447, 4213, '4.0000', '1.8800', '1.8800', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2855, '2022-06-29', 2936, 2737, 447, 5382, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2856, '2022-06-29', 2646, 2738, 448, 9923, '12.0000', '11.9450', '11.9450', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2857, '2022-06-29', 2828, 2739, 448, 4123, '1.0000', '0.2300', '0.2300', '0.5000', '0.5000', '118.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2858, '2022-06-29', 2645, 2740, 448, 9921, '7.0000', '8.3496', '8.3496', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2859, '2022-06-29', 2647, 2741, 448, 9922, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2860, '2022-06-29', 3172, 2742, 448, 5000, '5.0000', '3.4875', '3.4875', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2861, '2022-06-29', 3048, 2743, 448, 4699, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2862, '2022-06-29', 2499, 2744, 448, 4760, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2863, '2022-06-29', 2712, 2745, 448, 9901, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2864, '2022-06-29', 2888, 2746, 448, 4984, '10.0000', '0.8542', '0.8542', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2865, '2022-06-29', 2893, 2747, 448, 4188, '2.0000', '1.0800', '1.0800', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2866, '2022-06-29', 2534, 2748, 448, 9895, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2867, '2022-06-29', 3164, 2749, 448, 5428, '11.0000', '1.5552', '1.5552', '2.5000', '2.5000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2868, '2022-06-29', 3187, 2750, 448, 4482, '5.0000', '0.0100', '0.0100', '1.2500', '1.2500', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2869, '2022-06-29', 2606, 2751, 449, 3901, '1.0000', '30.9400', '30.9400', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2870, '2022-06-29', 2699, 2752, 449, 9905, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 93, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2871, '2022-06-29', 3233, 2753, 449, 5497, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2872, '2022-06-29', 2807, 2754, 449, 4102, '2.0000', '20.1400', '20.1400', '26.0000', '26.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2873, '2022-06-29', 2608, 2755, 449, 5017, '1.0000', '31.5400', '31.5400', '40.0000', '40.0000', '8.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2874, '2022-06-29', 2617, 2756, 449, 5457, '1.0000', '4.5000', '4.5000', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2875, '2022-06-29', 2617, 2756, 449, 9909, '13.0000', '4.5000', '4.5000', '7.5000', '7.5000', '75.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2876, '2022-06-29', 3102, 2757, 449, 4397, '1.0000', '13.7300', '13.7300', '18.0000', '18.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2877, '2022-06-29', 2801, 2758, 449, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '39.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2878, '2022-06-29', 3172, 2759, 450, 5000, '5.0000', '3.4875', '3.4875', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2879, '2022-06-29', 2952, 2760, 450, 4876, '3.0000', '2.9583', '2.9583', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 57, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2880, '2022-06-29', 2952, 2760, 450, 5185, '2.0000', '2.9583', '2.9583', '4.0000', '4.0000', '72.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2881, '2022-06-29', 2646, 2761, 451, 9923, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2882, '2022-06-29', 2936, 2762, 451, 5382, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2883, '2022-06-29', 2935, 2763, 451, 9934, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '46.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2884, '2022-06-29', 2647, 2764, 451, 9922, '30.0000', '7.7517', '7.7517', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2885, '2022-06-29', 2653, 2765, 451, 9885, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2886, '2022-06-30', 2647, 2766, 452, 9922, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2887, '2022-06-30', 3048, 2767, 453, 4699, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2888, '2022-06-30', 2713, 2768, 453, 9900, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2889, '2022-06-30', 2486, 2769, 453, 3781, '1.0000', '0.6000', '0.6000', '1.0000', '1.0000', '89.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2890, '2022-06-30', 2500, 2770, 453, 4758, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2891, '2022-06-30', 3483, 2771, 453, 4877, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2892, '2022-06-30', 3164, 2772, 453, 5428, '4.0000', '1.5552', '1.5552', '2.5000', '2.5000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2893, '2022-06-30', 2653, 2773, 453, 9885, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2894, '2022-06-30', 2661, 2774, 453, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '57.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2895, '2022-06-30', 2712, 2775, 454, 9901, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2896, '2022-06-30', 2918, 2776, 455, 4213, '3.0000', '1.8800', '1.8800', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2897, '2022-06-30', 2713, 2777, 455, 9900, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2898, '2022-06-30', 3048, 2778, 455, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2899, '2022-06-30', 2712, 2779, 456, 9901, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2900, '2022-06-30', 2713, 2780, 456, 9900, '2.0000', '5.9500', '5.9500', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2901, '2022-06-30', 2711, 2781, 456, 9866, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2902, '2022-06-30', 3063, 2782, 457, 4978, '3.0000', '2.7292', '2.7292', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2903, '2022-06-30', 3048, 2783, 457, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2904, '2022-06-30', 3044, 2784, 458, 4713, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2905, '2022-06-30', 2660, 2785, 458, 3955, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2906, '2022-06-30', 2552, 2786, 458, 3847, '1.0000', '0.4000', '0.4000', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2907, '2022-06-30', 2711, 2787, 459, 9866, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2908, '2022-06-30', 2822, 2788, 460, 4117, '2.0000', '4.6700', '4.6700', '8.0000', '8.0000', '57.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2909, '2022-06-30', 3123, 2789, 460, 4418, '1.0000', '4.5700', '4.5700', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2910, '2022-06-30', 2645, 2790, 460, 9921, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2911, '2022-06-30', 3048, 2791, 460, 4699, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2912, '2022-06-30', 3015, 2792, 460, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '258.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2913, '2022-06-30', 2661, 2793, 460, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '56.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2914, '2022-06-30', 2712, 2794, 461, 9901, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2915, '2022-06-30', 3074, 2795, 462, 4940, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2916, '2022-06-30', 2646, 2796, 462, 9923, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '31.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2917, '2022-06-30', 2648, 2797, 463, 9883, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2918, '2022-06-30', 2660, 2798, 463, 3955, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2919, '2022-06-30', 2647, 2799, 463, 9922, '10.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2920, '2022-06-30', 3047, 2800, 463, 4342, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2921, '2022-06-30', 3047, 2800, 463, 5005, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '58.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2922, '2022-07-01', 3074, 2801, 464, 4940, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2923, '2022-07-01', 2653, 2802, 464, 9885, '9.0000', '4.4092', '4.4092', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2924, '2022-07-01', 2822, 2803, 464, 4117, '3.0000', '4.6700', '4.6700', '8.0000', '8.0000', '54.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2925, '2022-07-01', 2712, 2804, 464, 9901, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2926, '2022-07-01', 2713, 2805, 464, 9900, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2927, '2022-07-01', 2710, 2806, 465, 4714, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '27.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2928, '2022-07-01', 3483, 2807, 465, 4877, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2929, '2022-07-01', 3547, 2808, 465, 5007, '5.0000', '0.4292', '0.4292', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2930, '2022-07-01', 2699, 2809, 466, 9905, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 93, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2931, '2022-07-01', 3541, 2810, 466, 4952, '1.0000', '57.0000', '57.0000', '76.0000', '76.0000', '4.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2932, '2022-07-01', 3067, 2811, 466, 4362, '1.0000', '41.2500', '41.2500', '55.0000', '55.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2933, '2022-07-01', 2608, 2812, 466, 5017, '2.0000', '31.5400', '31.5400', '40.0000', '40.0000', '6.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2934, '2022-07-01', 2868, 2813, 466, 4163, '3.0000', '37.5900', '37.5900', '50.0000', '50.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2935, '2022-07-01', 3538, 2814, 466, 4949, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2936, '2022-07-01', 2725, 2815, 466, 5895, '6.0000', '4.5900', '4.5900', '10.0000', '10.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2937, '2022-07-01', 3262, 2816, 466, 4557, '3.0000', '6.1300', '6.1300', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2938, '2022-07-01', 2719, 2817, 466, 4014, '8.0000', '0.9900', '0.9900', '2.0000', '2.0000', '62.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2939, '2022-07-01', 3260, 2818, 466, 4555, '6.0000', '1.6000', '1.6000', '3.0000', '3.0000', '37.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2940, '2022-07-01', 2617, 2819, 466, 9909, '5.0000', '4.5000', '4.5000', '7.5000', '7.5000', '70.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2941, '2022-07-02', 2900, 2820, 467, 9849, '1.0000', '160.0000', '160.0000', '180.0000', '180.0000', '0.0000', 1, 0, NULL, 79, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2942, '2022-07-02', 3538, 2821, 467, 4949, '2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2943, '2022-07-02', 3062, 2822, 468, 4977, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2944, '2022-07-02', 2950, 2823, 468, 4765, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2945, '2022-07-02', 3048, 2824, 468, 4699, '9.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2946, '2022-07-02', 2955, 2825, 469, 4250, '1.0000', '40.0000', '40.0000', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2947, '2022-07-03', 2646, 2826, 470, 9923, '28.0000', '11.9450', '11.9450', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2948, '2022-07-03', 2645, 2827, 470, 9921, '21.0000', '8.3496', '8.3496', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2949, '2022-07-03', 2713, 2828, 470, 9900, '5.0000', '5.9500', '5.9500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2950, '2022-07-03', 2713, 2828, 470, 9935, '7.0000', '5.9500', '5.9500', '7.0000', '7.0000', '29.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2951, '2022-07-03', 2712, 2829, 470, 9901, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2952, '2022-07-03', 2712, 2829, 470, 9936, '4.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2953, '2022-07-03', 2902, 2830, 470, 4991, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2954, '2022-07-03', 2902, 2830, 470, 5322, '4.0000', '6.7500', '6.7500', '9.0000', '9.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2955, '2022-07-03', 2934, 2831, 470, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2956, '2022-07-03', 2485, 2832, 470, 4800, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '1.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2957, '2022-07-03', 2483, 2833, 470, 3778, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2958, '2022-07-03', 2653, 2834, 470, 9885, '15.0000', '4.4092', '4.4092', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2959, '2022-07-03', 3047, 2835, 470, 5471, '25.0000', '1.6700', '1.6700', '2.5000', '2.5000', '50.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2960, '2022-07-03', 3164, 2836, 470, 5428, '11.0000', '1.5552', '1.5552', '2.5000', '2.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2961, '2022-07-03', 2534, 2837, 470, 9895, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2962, '2022-07-03', 2486, 2838, 470, 3781, '10.0000', '0.6000', '0.6000', '1.0000', '1.0000', '79.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2963, '2022-07-03', 2982, 2839, 470, 5189, '5.0000', '5.1600', '5.1600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2964, '2022-07-03', 2901, 2840, 470, 9910, '3.0000', '14.3518', '14.3518', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 98, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2965, '2022-07-03', 2901, 2840, 470, 9967, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 113, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2966, '2022-07-03', 3212, 2841, 470, 7114, '15.0000', '3.3333', '3.3333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2967, '2022-07-03', 3062, 2842, 470, 4977, '2.0000', '12.6500', '12.6500', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2968, '2022-07-03', 3062, 2842, 470, 5115, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2969, '2022-07-03', 2922, 2843, 470, 9860, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2970, '2022-07-03', 2936, 2844, 470, 5382, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2971, '2022-07-03', 2936, 2844, 470, 6343, '-6.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2972, '2022-07-03', 2936, 2844, 470, 7306, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2973, '2022-07-03', 2936, 2844, 470, 8267, '-1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2974, '2022-07-03', 2936, 2844, 470, 9228, '-18.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2975, '2022-07-03', 2936, 2844, 470, 9862, '18.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2976, '2022-07-03', 2936, 2844, 470, 9932, '8.0000', '3.7500', '3.7500', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2977, '2022-07-03', 2711, 2845, 470, 9866, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2978, '2022-07-03', 2711, 2845, 470, 9902, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2979, '2022-07-03', 3172, 2846, 470, 5000, '1.0000', '3.4875', '3.4875', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2980, '2022-07-03', 3172, 2846, 470, 5770, '15.0000', '3.4875', '3.4875', '4.0000', '4.0000', '37.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2981, '2022-07-03', 3483, 2847, 470, 4877, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2982, '2022-07-03', 2759, 2848, 470, 4054, '1.0000', '6.3800', '6.3800', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2983, '2022-07-03', 2726, 2849, 470, 4847, '1.0000', '10.5900', '10.5900', '25.0000', '25.0000', '17.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2984, '2022-07-03', 3121, 2850, 470, 4706, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2985, '2022-07-03', 3048, 2851, 470, 4699, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 28, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2986, '2022-07-04', 3063, 2852, 471, 4978, '4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2987, '2022-07-04', 2901, 2853, 471, 9967, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 113, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2988, '2022-07-04', 2650, 2854, 471, 7414, '-3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2989, '2022-07-04', 2650, 2854, 471, 8375, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2990, '2022-07-04', 2650, 2854, 471, 9336, '-10.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2991, '2022-07-04', 2650, 2854, 471, 9870, '12.0000', '4.1700', '4.1700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2992, '2022-07-04', 2649, 2855, 471, 4755, '2.0000', '5.4200', '5.4200', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2993, '2022-07-04', 2712, 2856, 471, 9936, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2994, '2022-07-04', 2653, 2857, 471, 9885, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2995, '2022-07-04', 2653, 2857, 471, 9925, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '116.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2996, '2022-07-04', 2710, 2858, 471, 4714, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '25.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2997, '2022-07-04', 2645, 2859, 471, 9921, '28.0000', '8.3496', '8.3496', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2998, '2022-07-04', 3061, 2860, 471, 4737, '4.0000', '4.3427', '4.3427', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2999, '2022-07-04', 2646, 2861, 471, 9923, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3000, '2022-07-04', 2822, 2862, 471, 4117, '4.0000', '4.6700', '4.6700', '8.0000', '8.0000', '50.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3001, '2022-07-04', 2827, 2863, 471, 4122, '3.0000', '0.1600', '0.1600', '0.2500', '0.2500', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3002, '2022-07-04', 2827, 2863, 471, 4894, '7.0000', '0.1600', '0.1600', '0.2500', '0.2500', '193.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3003, '2022-07-04', 2952, 2864, 472, 5185, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '71.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3004, '2022-07-04', 2502, 2865, 472, 9872, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3005, '2022-07-04', 2660, 2866, 472, 3955, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3006, '2022-07-04', 2646, 2867, 472, 9923, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3007, '2022-07-04', 2653, 2868, 472, 9925, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '114.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3008, '2022-07-04', 2827, 2869, 472, 4894, '4.0000', '0.1600', '0.1600', '0.2500', '0.2500', '189.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3009, '2022-07-04', 3048, 2870, 472, 5006, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '119.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3010, '2022-07-04', 3015, 2871, 472, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '257.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3011, '2022-07-04', 2662, 2872, 472, 4702, '1.0000', '5.4550', '5.4550', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3012, '2022-07-04', 3547, 2873, 472, 5007, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3013, '2022-07-04', 2507, 2874, 472, 4738, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3014, '2022-07-04', 3047, 2875, 472, 5471, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '47.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3015, '2022-07-04', 2661, 2876, 472, 4806, '2.0000', '0.2400', '0.2400', '0.5000', '0.5000', '54.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3016, '2022-07-04', 2534, 2877, 472, 9895, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3017, '2022-07-04', 3123, 2878, 472, 4418, '2.0000', '4.5700', '4.5700', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3018, '2022-07-04', 3212, 2879, 472, 7114, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3019, '2022-07-04', 3483, 2880, 472, 4877, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3020, '2022-07-04', 3074, 2881, 472, 5454, '2.0000', '1.8592', '1.8592', '3.0000', '3.0000', '42.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3021, '2022-07-04', 2713, 2882, 472, 9935, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '26.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3022, '2022-07-04', 2888, 2883, 472, 5751, '6.0000', '0.8542', '0.8542', '1.5000', '1.5000', '42.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3023, '2022-07-04', 2712, 2884, 472, 9936, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3024, '2022-07-04', 2822, 2885, 473, 4117, '4.0000', '4.6700', '4.6700', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3025, '2022-07-04', 3212, 2886, 473, 7114, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3026, '2022-07-04', 3212, 2886, 473, 8075, '-22.0000', '3.3333', '3.3333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3027, '2022-07-04', 3212, 2886, 473, 9036, '22.0000', '3.3333', '3.3333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3028, '2022-07-04', 3212, 2886, 473, 9897, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 90, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3029, '2022-07-04', 2508, 2887, 473, 4970, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3030, '2022-07-04', 2893, 2888, 473, 4188, '1.0000', '1.0800', '1.0800', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3031, '2022-07-04', 2534, 2889, 473, 9895, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3032, '2022-07-04', 2534, 2889, 473, 9946, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 106, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3033, '2022-07-04', 2894, 2890, 473, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3034, '2022-07-04', 2888, 2891, 473, 5751, '3.0000', '0.8542', '0.8542', '1.5000', '1.5000', '39.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3035, '2022-07-04', 2873, 2892, 473, 4168, '1.0000', '2.5000', '2.5000', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3036, '2022-07-04', 3047, 2893, 473, 5471, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '46.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3037, '2022-07-04', 3086, 2894, 473, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3038, '2022-07-04', 3483, 2895, 473, 4877, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3039, '2022-07-04', 2886, 2896, 473, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3040, '2022-07-04', 2712, 2897, 473, 9936, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3041, '2022-07-04', 3546, 2898, 473, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3042, '2022-07-04', 3187, 2899, 473, 4482, '1.0000', '0.0100', '0.0100', '1.2500', '1.2500', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3043, '2022-07-04', 2951, 2900, 473, 5756, '1.0000', '2.0000', '2.0000', '3.5000', '3.5000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3044, '2022-07-04', 3547, 2901, 473, 5007, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3045, '2022-07-04', 2713, 2902, 473, 9935, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3046, '2022-07-04', 3123, 2903, 473, 4418, '1.0000', '4.5700', '4.5700', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3047, '2022-07-04', 2936, 2904, 473, 9932, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '24.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3048, '2022-07-04', 3048, 2905, 473, 5006, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '117.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3049, '2022-07-04', 2653, 2906, 473, 9925, '15.0000', '4.4092', '4.4092', '6.0000', '6.0000', '99.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3050, '2022-07-04', 2827, 2907, 473, 4894, '2.0000', '0.1600', '0.1600', '0.2500', '0.2500', '187.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3051, '2022-07-04', 2645, 2908, 474, 9921, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3052, '2022-07-04', 3061, 2909, 474, 4737, '4.0000', '4.3427', '4.3427', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3053, '2022-07-04', 2936, 2910, 474, 9932, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3054, '2022-07-04', 2922, 2911, 474, 9860, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3055, '2022-07-04', 3123, 2912, 475, 4418, '2.0000', '4.5700', '4.5700', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3056, '2022-07-04', 3048, 2913, 475, 5006, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '112.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3057, '2022-07-04', 2524, 2914, 475, 3819, '1.0000', '0.7800', '0.7800', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3058, '2022-07-04', 2712, 2915, 475, 9936, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3059, '2022-07-04', 3483, 2916, 475, 4877, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3060, '2022-07-04', 3074, 2917, 475, 5454, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '41.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3061, '2022-07-04', 3047, 2918, 475, 5471, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '44.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3062, '2022-07-04', 2888, 2919, 475, 5751, '6.0000', '0.8542', '0.8542', '1.5000', '1.5000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3063, '2022-07-04', 2713, 2920, 475, 9935, '3.0000', '5.9500', '5.9500', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3064, '2022-07-04', 2893, 2921, 475, 4188, '2.0000', '1.0800', '1.0800', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3065, '2022-07-04', 2873, 2922, 475, 4168, '1.0000', '2.5000', '2.5000', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3066, '2022-07-04', 2534, 2923, 475, 9946, '8.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 106, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3067, '2022-07-04', 2653, 2924, 475, 9925, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '93.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3068, '2022-07-04', 2822, 2925, 476, 4117, '5.0000', '4.6700', '4.6700', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3069, '2022-07-04', 2919, 2926, 476, 4720, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3070, '2022-07-04', 3187, 2927, 476, 4482, '1.0000', '0.0100', '0.0100', '1.2500', '1.2500', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3071, '2022-07-04', 2713, 2928, 476, 9935, '1.0000', '5.9500', '5.9500', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3072, '2022-07-04', 2653, 2929, 476, 9925, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '92.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3073, '2022-07-04', 3546, 2930, 476, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3074, '2022-07-04', 2534, 2931, 476, 9946, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 106, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3075, '2022-07-04', 3026, 2932, 476, 4321, '1.0000', '2.4800', '2.4800', '3.5000', '3.5000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3076, '2022-07-04', 3315, 2933, 477, 4610, '1.0000', '165.1400', '165.1400', '220.0000', '220.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3077, '2022-07-04', 2481, 2934, 477, 3776, '1.0000', '19.2700', '19.2700', '25.0000', '25.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3078, '2022-07-04', 3254, 2935, 477, 4549, '4.0000', '0.0800', '0.0800', '0.5000', '0.5000', '324.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3079, '2022-07-04', 3045, 2936, 477, 4340, '1.0000', '8.0000', '8.0000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3080, '2022-07-04', 2668, 2937, 478, 3963, '1.0000', '38.0000', '38.0000', '47.0000', '47.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3081, '2022-07-04', 2699, 2938, 478, 9905, '6.0000', '6.4500', '6.4500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 93, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3082, '2022-07-04', 3260, 2939, 478, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '36.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3083, '2022-07-04', 3233, 2940, 478, 5497, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3084, '2022-07-04', 3080, 2941, 478, 9918, '1.0000', '12.6500', '12.6500', '20.0000', '20.0000', '9.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3085, '2022-07-04', 2725, 2942, 478, 5895, '1.0000', '4.5900', '4.5900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3086, '2022-07-04', 2725, 2942, 478, 6856, '-21.0000', '4.5900', '4.5900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3087, '2022-07-04', 2725, 2942, 478, 7819, '21.0000', '4.5900', '4.5900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3088, '2022-07-04', 2725, 2942, 478, 8780, '-21.0000', '4.5900', '4.5900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3089, '2022-07-04', 2725, 2942, 478, 9741, '21.0000', '4.5900', '4.5900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3090, '2022-07-04', 2725, 2942, 478, 10018, '8.0000', '3.8700', '3.8700', '10.0000', '10.0000', '67.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3091, '2022-07-04', 2491, 2943, 478, 3786, '2.0000', '0.7900', '0.7900', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3092, '2022-07-04', 2950, 2944, 478, 4765, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3093, '2022-07-04', 2950, 2944, 478, 5371, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3094, '2022-07-04', 3107, 2945, 478, 4402, '1.0000', '19.8500', '19.8500', '26.0000', '26.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3095, '2022-07-04', 3536, 2946, 478, 4947, '2.0000', '13.5375', '13.5375', '20.0000', '20.0000', '1.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3096, '2022-07-04', 3018, 2947, 478, 4313, '1.0000', '36.0000', '36.0000', '48.0000', '48.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3097, '2022-07-04', 3117, 2948, 478, 4412, '3.0000', '8.4600', '8.4600', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3098, '2022-07-04', 2975, 2949, 478, 5013, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3099, '2022-07-04', 3480, 2950, 479, 4754, '1.0000', '5.6300', '5.6300', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3100, '2022-07-04', 2917, 2951, 479, 4976, '4.0000', '9.2096', '9.2096', '14.0000', '14.0000', '11.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3101, '2022-07-04', 2653, 2952, 479, 9925, '45.0000', '4.4092', '4.4092', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3102, '2022-07-04', 2936, 2953, 479, 9932, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3103, '2022-07-04', 3172, 2954, 479, 5770, '25.0000', '3.4875', '3.4875', '4.0000', '4.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3104, '2022-07-04', 2502, 2955, 479, 9872, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3105, '2022-07-04', 2508, 2956, 479, 4970, '2.0000', '8.5000', '8.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3106, '2022-07-04', 2504, 2957, 479, 4743, '4.0000', '2.0833', '2.0833', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3107, '2022-07-04', 2505, 2958, 479, 3800, '2.0000', '2.8300', '2.8300', '5.5000', '5.5000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3108, '2022-07-05', 3483, 2959, 480, 4877, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3109, '2022-07-05', 2918, 2960, 480, 4730, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '49.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3110, '2022-07-05', 3212, 2961, 480, 9897, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 90, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3111, '2022-07-05', 3047, 2962, 480, 5471, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '41.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3112, '2022-07-05', 2712, 2963, 480, 10001, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3113, '2022-07-05', 3062, 2964, 480, 5115, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3114, '2022-07-05', 2949, 2965, 480, 4874, '3.0000', '5.9200', '5.9200', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3115, '2022-07-05', 2534, 2966, 480, 9946, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 106, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3116, '2022-07-05', 2888, 2967, 480, 5751, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '31.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3117, '2022-07-05', 3015, 2968, 480, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '255.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3118, '2022-07-05', 3048, 2969, 480, 5006, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '109.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3119, '2022-07-05', 2936, 2970, 480, 9932, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3120, '2022-07-05', 2661, 2971, 480, 4806, '4.0000', '0.2400', '0.2400', '0.5000', '0.5000', '50.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3121, '2022-07-05', 3172, 2972, 480, 5770, '6.0000', '3.4875', '3.4875', '4.0000', '4.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3122, '2022-07-05', 2961, 2973, 481, 4256, '1.0000', '12.0000', '12.0000', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3123, '2022-07-05', 2973, 2974, 482, 4268, '1.0000', '8.1700', '8.1700', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3124, '2022-07-05', 2901, 2975, 483, 9967, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 113, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3125, '2022-07-05', 2485, 2976, 484, 4800, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '0.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3126, '2022-07-05', 2918, 2977, 485, 4730, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '48.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3127, '2022-07-05', 3060, 2978, 485, 5197, '1.0000', '6.2819', '6.2819', '8.0000', '8.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3128, '2022-07-05', 2822, 2979, 485, 4117, '2.0000', '4.6700', '4.6700', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3129, '2022-07-05', 2902, 2980, 485, 5322, '5.0000', '6.7500', '6.7500', '9.0000', '9.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3130, '2022-07-05', 2712, 2981, 486, 10001, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3131, '2022-07-05', 3048, 2982, 486, 5006, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '104.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3132, '2022-07-05', 2713, 2983, 486, 9935, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3133, '2022-07-05', 2901, 2984, 487, 9967, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 113, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3134, '2022-07-05', 2713, 2985, 487, 9935, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3135, '2022-07-05', 3061, 2986, 487, 4737, '15.0000', '4.3427', '4.3427', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3136, '2022-07-05', 3063, 2987, 487, 4978, '14.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3137, '2022-07-05', 3063, 2987, 487, 5114, '5.0000', '2.7292', '2.7292', '4.0000', '4.0000', '31.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3138, '2022-07-05', 3062, 2988, 487, 5115, '5.0000', '12.6500', '12.6500', '16.0000', '16.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3139, '2022-07-05', 2936, 2989, 487, 9932, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3140, '2022-07-05', 2918, 2990, 487, 4730, '10.0000', '1.8750', '1.8750', '3.0000', '3.0000', '38.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3141, '2022-07-05', 2933, 2991, 487, 4228, '10.0000', '0.7500', '0.7500', '1.0000', '1.0000', '76.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3142, '2022-07-05', 3164, 2992, 487, 5428, '2.0000', '1.5552', '1.5552', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3143, '2022-07-05', 3164, 2992, 487, 6389, '-42.0000', '1.5552', '1.5552', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3144, '2022-07-05', 3164, 2992, 487, 7352, '-10.0000', '1.5552', '1.5552', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3145, '2022-07-05', 3164, 2992, 487, 8313, '10.0000', '1.5552', '1.5552', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3146, '2022-07-05', 3164, 2992, 487, 9274, '-10.0000', '1.5552', '1.5552', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3147, '2022-07-05', 3164, 2992, 487, 9913, '50.0000', '1.5552', '1.5552', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 100, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3148, '2022-07-05', 3164, 2992, 487, 10004, '25.0000', '1.5552', '1.5552', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3149, '2022-07-05', 3120, 2993, 487, 10005, '11.0000', '5.3300', '5.3300', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3150, '2022-07-05', 2952, 2994, 487, 5185, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '70.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3151, '2022-07-05', 3047, 2995, 487, 5471, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3152, '2022-07-05', 2502, 2996, 488, 9872, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3153, '2022-07-05', 2502, 2996, 488, 9894, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3154, '2022-07-05', 2504, 2997, 488, 4743, '3.0000', '2.0833', '2.0833', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3155, '2022-07-05', 3048, 2998, 488, 5006, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '103.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3156, '2022-07-06', 2699, 2999, 489, 9905, '7.0000', '6.4500', '6.4500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 93, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3157, '2022-07-06', 2759, 3000, 489, 4054, '1.0000', '6.3800', '6.3800', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3158, '2022-07-06', 2759, 3000, 489, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '24.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3159, '2022-07-06', 3114, 3001, 490, 5451, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3160, '2022-07-06', 3120, 3002, 490, 10005, '1.0000', '5.3300', '5.3300', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3161, '2022-07-06', 3048, 3003, 490, 5006, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '101.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3162, '2022-07-06', 2661, 3004, 490, 4806, '2.0000', '0.2400', '0.2400', '0.5000', '0.5000', '48.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3163, '2022-07-06', 2591, 3005, 490, 3886, '1.0000', '5.1700', '5.1700', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3164, '2022-07-06', 2711, 3006, 490, 9902, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3165, '2022-07-06', 2901, 3007, 490, 9967, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 113, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3166, '2022-07-06', 2746, 3008, 491, 4041, '2.0000', '1.2900', '1.2900', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3167, '2022-07-06', 2927, 3009, 492, 4727, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '43.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3168, '2022-07-06', 2500, 3010, 493, 4758, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3169, '2022-07-06', 2507, 3011, 493, 4738, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3170, '2022-07-06', 2949, 3012, 493, 4874, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3171, '2022-07-06', 2504, 3013, 493, 4743, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3172, '2022-07-06', 3114, 3014, 494, 5451, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3173, '2022-07-06', 2710, 3015, 494, 4714, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '23.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3174, '2022-07-06', 3061, 3016, 494, 4737, '1.0000', '4.3427', '4.3427', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3175, '2022-07-06', 2649, 3017, 494, 4755, '1.0000', '5.4200', '5.4200', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3176, '2022-07-06', 2647, 3018, 494, 9922, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3177, '2022-07-06', 3253, 3019, 494, 4548, '2.0000', '0.3500', '0.3500', '0.7500', '0.7500', '88.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3178, '2022-07-06', 3120, 3020, 494, 10005, '7.0000', '5.3300', '5.3300', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3179, '2022-07-06', 2901, 3021, 495, 9967, '5.0000', '14.2083', '14.2083', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 113, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3180, '2022-07-06', 2862, 3022, 496, 4157, '1.0000', '8.1000', '8.1000', '11.0000', '11.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3181, '2022-07-06', 3061, 3023, 497, 4737, '1.0000', '4.3427', '4.3427', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3182, '2022-07-06', 3048, 3024, 497, 5006, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '100.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3183, '2022-07-06', 3060, 3025, 497, 5197, '1.0000', '6.2819', '6.2819', '8.0000', '8.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3184, '2022-07-06', 2822, 3026, 498, 4117, '1.0000', '4.6700', '4.6700', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3185, '2022-07-06', 2726, 3027, 499, 4847, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '15.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3186, '2022-07-06', 2779, 3028, 499, 4074, '4.0000', '2.5000', '2.5000', '3.5000', '3.5000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3187, '2022-07-06', 2719, 3029, 499, 4014, '5.0000', '0.9900', '0.9900', '2.0000', '2.0000', '57.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3188, '2022-07-06', 3260, 3030, 499, 4555, '2.0000', '1.6000', '1.6000', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3189, '2022-07-06', 2699, 3031, 499, 9905, '6.0000', '6.4500', '6.4500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 93, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3190, '2022-07-06', 2812, 3032, 499, 4107, '1.0000', '44.7700', '44.7700', '60.0000', '60.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3191, '2022-07-06', 2817, 3033, 499, 4112, '2.0000', '20.8900', '20.8900', '29.0000', '29.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3192, '2022-07-06', 2807, 3034, 499, 4102, '1.0000', '20.1400', '20.1400', '26.0000', '26.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3193, '2022-07-06', 2661, 3035, 499, 4806, '6.0000', '0.2400', '0.2400', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3194, '2022-07-06', 2952, 3036, 499, 5185, '3.0000', '2.9583', '2.9583', '4.0000', '4.0000', '67.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3195, '2022-07-06', 3047, 3037, 499, 5471, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '39.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3196, '2022-07-06', 3483, 3038, 499, 4877, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3197, '2022-07-06', 3190, 3039, 499, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '94.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3198, '2022-07-07', 2646, 3040, 500, 9923, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3199, '2022-07-07', 2645, 3041, 500, 9921, '9.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3200, '2022-07-07', 3166, 3042, 500, 4845, '2.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 52, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3201, '2022-07-07', 2711, 3043, 500, 9902, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3202, '2022-07-07', 2822, 3044, 500, 4117, '3.0000', '4.6700', '4.6700', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3203, '2022-07-07', 2927, 3045, 500, 4727, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '42.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3204, '2022-07-07', 2661, 3046, 500, 4806, '1.0000', '0.2400', '0.2400', '0.5000', '0.5000', '41.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3205, '2022-07-07', 2901, 3047, 500, 9967, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 113, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3206, '2022-07-07', 3060, 3048, 500, 5197, '19.0000', '6.2819', '6.2819', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3207, '2022-07-07', 3060, 3048, 500, 7121, '-20.0000', '6.2819', '6.2819', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3208, '2022-07-07', 3060, 3048, 500, 8082, '20.0000', '6.2819', '6.2819', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3209, '2022-07-07', 3060, 3048, 500, 9043, '-20.0000', '6.2819', '6.2819', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3210, '2022-07-07', 3060, 3048, 500, 9842, '23.0000', '5.3587', '5.3587', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 77, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3211, '2022-07-07', 2699, 3049, 501, 9905, '10.0000', '6.4500', '6.4500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 93, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3212, '2022-07-07', 2749, 3050, 501, 4044, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '81.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3213, '2022-07-07', 2725, 3051, 501, 10018, '3.0000', '3.8700', '3.8700', '10.0000', '10.0000', '64.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3214, '2022-07-07', 2969, 3052, 501, 4264, '2.0000', '4.5000', '4.5000', '6.5000', '6.5000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3215, '2022-07-07', 2698, 3053, 501, 3993, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3216, '2022-07-07', 2960, 3054, 501, 4255, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '50.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3217, '2022-07-07', 3260, 3055, 501, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '33.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3218, '2022-07-07', 2727, 3056, 501, 5897, '2.0000', '27.9900', '27.9900', '40.0000', '40.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3219, '2022-07-07', 2719, 3057, 501, 4014, '4.0000', '0.9900', '0.9900', '2.0000', '2.0000', '53.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3220, '2022-07-07', 3082, 3058, 501, 4377, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3221, '2022-07-08', 2646, 3059, 502, 10035, '12.0000', '11.9450', '11.9450', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3222, '2022-07-08', 2647, 3060, 502, 10033, '15.0000', '7.7517', '7.7517', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3223, '2022-07-08', 2822, 3061, 502, 4117, '6.0000', '4.6700', '4.6700', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3224, '2022-07-08', 2711, 3062, 502, 9902, '11.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3225, '2022-07-08', 2719, 3063, 502, 4014, '1.0000', '0.9900', '0.9900', '2.0000', '2.0000', '52.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3226, '2022-07-08', 2698, 3064, 502, 3993, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3227, '2022-07-08', 2700, 3065, 502, 3995, '1.0000', '6.4500', '6.4500', '6.0000', '6.0000', '70.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3228, '2022-07-08', 2697, 3066, 502, 3992, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3229, '2022-07-08', 2960, 3067, 502, 4255, '10.0000', '9.5000', '9.5000', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3230, '2022-07-08', 2920, 3068, 502, 4719, '10.0000', '3.7500', '3.7500', '5.0000', '5.0000', '25.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3231, '2022-07-08', 2922, 3069, 502, 9860, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3232, '2022-07-08', 2936, 3070, 502, 9932, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3233, '2022-07-08', 2918, 3071, 502, 4730, '10.0000', '1.8750', '1.8750', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3234, '2022-07-08', 2926, 3072, 502, 4221, '10.0000', '3.7500', '3.7500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3235, '2022-07-08', 2929, 3073, 502, 4723, '2.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3236, '2022-07-08', 2929, 3073, 502, 7318, '-2.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3237, '2022-07-08', 2929, 3073, 502, 8279, '2.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3238, '2022-07-08', 2929, 3073, 502, 9240, '-2.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3239, '2022-07-08', 2929, 3073, 502, 9931, '12.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3240, '2022-07-08', 2713, 3074, 502, 9935, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3241, '2022-07-08', 3048, 3075, 502, 5006, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '98.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3242, '2022-07-08', 2822, 3076, 503, 4117, '1.0000', '4.6700', '4.6700', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3243, '2022-07-08', 2712, 3077, 503, 10001, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3244, '2022-07-08', 2827, 3078, 503, 4894, '4.0000', '0.1600', '0.1600', '0.2500', '0.2500', '183.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3245, '2022-07-08', 3547, 3079, 503, 5007, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3246, '2022-07-08', 2653, 3080, 503, 9925, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3247, '2022-07-08', 2877, 3081, 503, 4172, '1.0000', '2.5400', '2.5400', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3248, '2022-07-08', 3164, 3082, 503, 10004, '7.0000', '1.5552', '1.5552', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3249, '2022-07-08', 3172, 3083, 503, 5770, '1.0000', '3.4875', '3.4875', '4.0000', '4.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3250, '2022-07-08', 2918, 3084, 503, 4730, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3251, '2022-07-08', 2505, 3085, 503, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3252, '2022-07-08', 3015, 3086, 503, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '253.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3253, '2022-07-08', 2634, 3087, 503, 4700, '1.0000', '2.9167', '2.9167', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3254, '2022-07-08', 3047, 3088, 503, 5471, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3255, '2022-07-08', 3074, 3089, 503, 5454, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3256, '2022-07-08', 3114, 3090, 503, 5451, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3257, '2022-07-08', 3060, 3091, 503, 9842, '1.0000', '5.3587', '5.3587', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 77, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3258, '2022-07-08', 3060, 3091, 503, 10043, '4.0000', '5.9735', '5.9735', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3259, '2022-07-08', 2713, 3092, 503, 9935, '5.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3260, '2022-07-08', 2500, 3093, 503, 4758, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3261, '2022-07-08', 2864, 3094, 503, 4781, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3262, '2022-07-08', 3483, 3095, 503, 4877, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3263, '2022-07-08', 2790, 3096, 503, 5350, '1.0000', '5.1100', '5.1100', '6.5000', '6.5000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3264, '2022-07-08', 3120, 3097, 503, 10005, '5.0000', '5.3300', '5.3300', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3265, '2022-07-08', 3120, 3097, 503, 10048, '3.0000', '5.3300', '5.3300', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3266, '2022-07-08', 2888, 3098, 503, 5751, '13.0000', '0.8542', '0.8542', '1.5000', '1.5000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3267, '2022-07-08', 2711, 3099, 503, 9902, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3268, '2022-07-08', 2711, 3099, 503, 9937, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3269, '2022-07-08', 2952, 3100, 503, 5185, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '66.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3270, '2022-07-08', 3048, 3101, 503, 5006, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '93.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3271, '2022-07-09', 2579, 3102, 504, 3874, '1.0000', '3.3100', '3.3100', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3272, '2022-07-09', 2699, 3103, 505, 9905, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 93, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3273, '2022-07-09', 2699, 3103, 505, 9949, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '99.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3274, '2022-07-09', 3538, 3104, 505, 4949, '2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3275, '2022-07-09', 2698, 3105, 505, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3276, '2022-07-09', 3178, 3106, 505, 4473, '1.0000', '5.7200', '5.7200', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3277, '2022-07-09', 2950, 3107, 505, 5371, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3278, '2022-07-09', 2579, 3108, 505, 3874, '1.0000', '3.3100', '3.3100', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3279, '2022-07-09', 2851, 3109, 505, 4146, '2.0000', '5.8800', '5.8800', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3280, '2022-07-09', 2699, 3110, 506, 9949, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '94.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3281, '2022-07-09', 2960, 3111, 506, 4255, '2.0000', '9.5000', '9.5000', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3282, '2022-07-09', 2698, 3112, 506, 3993, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3283, '2022-07-09', 2961, 3113, 506, 4256, '1.0000', '12.0000', '12.0000', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3284, '2022-07-09', 2818, 3114, 506, 4113, '1.0000', '10.0400', '10.0400', '14.0000', '14.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3285, '2022-07-09', 2779, 3115, 506, 4074, '25.0000', '2.5000', '2.5000', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3286, '2022-07-09', 3234, 3116, 506, 5499, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3287, '2022-07-09', 2677, 3117, 506, 3972, '2.0000', '10.6200', '10.6200', '14.0000', '14.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3288, '2022-07-09', 2612, 3118, 506, 5458, '2.0000', '6.4400', '6.4400', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3289, '2022-07-09', 2612, 3118, 506, 9880, '13.0000', '4.6000', '4.6000', '9.0000', '9.0000', '187.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3290, '2022-07-09', 2952, 3119, 506, 5185, '5.0000', '2.9583', '2.9583', '4.0000', '4.0000', '61.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3291, '2022-07-09', 2887, 3120, 506, 4983, '12.0000', '1.1250', '1.1250', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3292, '2022-07-09', 3048, 3121, 506, 5006, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3293, '2022-07-10', 2981, 3122, 507, 5742, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3294, '2022-07-10', 2648, 3123, 508, 10034, '11.0000', '7.5783', '7.5783', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3295, '2022-07-10', 2647, 3124, 508, 10033, '15.0000', '7.7517', '7.7517', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3296, '2022-07-10', 2646, 3125, 508, 10035, '25.0000', '11.9450', '11.9450', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3297, '2022-07-10', 2710, 3126, 508, 4714, '15.0000', '5.9583', '5.9583', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3298, '2022-07-10', 2712, 3127, 508, 10001, '9.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3299, '2022-07-10', 2711, 3128, 508, 9937, '22.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3300, '2022-07-10', 2711, 3128, 508, 10002, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3301, '2022-07-10', 2713, 3129, 508, 9935, '9.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3302, '2022-07-10', 2713, 3129, 508, 10000, '31.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3303, '2022-07-10', 2977, 3130, 509, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3304, '2022-07-10', 2924, 3131, 509, 4729, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3305, '2022-07-10', 2822, 3132, 509, 4117, '15.0000', '4.6700', '4.6700', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3306, '2022-07-10', 2930, 3133, 509, 4724, '3.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3307, '2022-07-10', 2930, 3133, 509, 5381, '3.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3308, '2022-07-10', 2930, 3133, 509, 6342, '-3.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3309, '2022-07-10', 2930, 3133, 509, 7305, '-10.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3310, '2022-07-10', 2930, 3133, 509, 8266, '10.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3311, '2022-07-10', 2930, 3133, 509, 9227, '-10.0000', '4.5000', '4.5000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3312, '2022-07-10', 2930, 3133, 509, 9861, '22.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3313, '2022-07-10', 2936, 3134, 509, 9932, '15.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3314, '2022-07-10', 2921, 3135, 509, 4721, '15.0000', '4.0000', '4.0000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3315, '2022-07-10', 2923, 3136, 509, 4218, '5.0000', '3.0000', '3.0000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3316, '2022-07-11', 2646, 3137, 510, 10035, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3317, '2022-07-11', 3547, 3138, 511, 5007, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3318, '2022-07-11', 2552, 3139, 511, 3847, '2.0000', '0.4000', '0.4000', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3319, '2022-07-11', 3163, 3140, 511, 4703, '1.0000', '4.9100', '4.9100', '7.0000', '7.0000', '29.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3320, '2022-07-11', 3311, 3141, 511, 5767, '7.0000', '0.8700', '0.8700', '1.5000', '1.5000', '55.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3321, '2022-07-11', 3047, 3142, 511, 5471, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3322, '2022-07-11', 3086, 3143, 511, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3323, '2022-07-11', 3048, 3144, 511, 5006, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '88.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3324, '2022-07-11', 3483, 3145, 511, 5026, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '99.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3325, '2022-07-11', 3017, 3146, 511, 4312, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3326, '2022-07-11', 2534, 3147, 511, 10056, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3327, '2022-07-11', 3114, 3148, 511, 5451, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3328, '2022-07-11', 2711, 3149, 511, 10002, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3329, '2022-07-11', 2713, 3150, 511, 10000, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3330, '2022-07-11', 2888, 3151, 511, 5751, '5.0000', '0.8542', '0.8542', '1.5000', '1.5000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3331, '2022-07-11', 2973, 3152, 511, 4268, '1.0000', '8.1700', '8.1700', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3332, '2022-07-11', 2918, 3153, 511, 4730, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '24.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3333, '2022-07-11', 2935, 3154, 511, 9934, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '45.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3334, '2022-07-11', 3015, 3155, 511, 4768, '3.0000', '0.8583', '0.8583', '2.0000', '2.0000', '250.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3335, '2022-07-11', 3120, 3156, 511, 10048, '1.0000', '5.3300', '5.3300', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3336, '2022-07-11', 2653, 3157, 511, 9925, '14.0000', '4.4092', '4.4092', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3337, '2022-07-11', 2646, 3158, 512, 10035, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3338, '2022-07-11', 3062, 3159, 512, 5115, '2.0000', '12.6500', '12.6500', '16.0000', '16.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3339, '2022-07-11', 2952, 3160, 512, 5185, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '60.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3340, '2022-07-11', 2643, 3161, 512, 3938, '6.0000', '6.1300', '6.1300', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3341, '2022-07-11', 2647, 3162, 512, 10033, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3342, '2022-07-11', 2920, 3163, 512, 4719, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3343, '2022-07-11', 2901, 3164, 512, 9967, '3.0000', '14.2083', '14.2083', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 113, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3344, '2022-07-11', 2653, 3165, 512, 9925, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3345, '2022-07-11', 2822, 3166, 512, 4117, '6.0000', '4.6700', '4.6700', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3346, '2022-07-11', 2923, 3167, 513, 4218, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3347, '2022-07-11', 2936, 3168, 513, 9932, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3348, '2022-07-11', 2930, 3169, 513, 9861, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3349, '2022-07-11', 2455, 3170, 514, 3750, '1.0000', '71.0000', '71.0000', '95.0000', '95.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3350, '2022-07-11', 3533, 3171, 515, 4942, '1.0000', '62.2300', '62.2300', '83.0000', '83.0000', '1.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3351, '2022-07-11', 2653, 3172, 516, 9925, '17.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3352, '2022-07-11', 2653, 3172, 516, 10037, '9.0000', '4.4092', '4.4092', '6.0000', '6.0000', '111.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3353, '2022-07-11', 2822, 3173, 516, 4117, '7.0000', '4.6700', '4.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3354, '2022-07-11', 2822, 3173, 516, 5344, '2.0000', '4.6700', '4.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3355, '2022-07-11', 3085, 3174, 516, 4744, '25.0000', '4.0700', '4.0700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 34, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3356, '2022-07-11', 3085, 3174, 516, 4757, '5.0000', '4.0000', '4.0000', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3357, '2022-07-11', 3086, 3175, 516, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3358, '2022-07-11', 2982, 3176, 516, 5189, '5.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3359, '2022-07-11', 2982, 3176, 516, 7113, '-5.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3360, '2022-07-11', 2982, 3176, 516, 8074, '5.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3361, '2022-07-11', 2982, 3176, 516, 9035, '-5.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3362, '2022-07-11', 2982, 3176, 516, 9871, '6.0000', '5.1575', '5.1575', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3363, '2022-07-11', 2950, 3177, 516, 5371, '5.0000', '13.6650', '13.6650', '16.0000', '16.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3364, '2022-07-11', 3061, 3178, 516, 4737, '16.0000', '4.3427', '4.3427', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3365, '2022-07-11', 3538, 3179, 517, 4949, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3366, '2022-07-11', 2966, 3180, 517, 4261, '4.0000', '2.4500', '2.4500', '3.5000', '3.5000', '30.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3367, '2022-07-11', 2579, 3181, 517, 3874, '1.0000', '3.3100', '3.3100', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3368, '2022-07-11', 2699, 3182, 517, 9949, '28.0000', '6.4500', '6.4500', '8.0000', '8.0000', '66.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3369, '2022-07-11', 2879, 3183, 517, 9852, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 81, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3370, '2022-07-11', 2891, 3184, 517, 4186, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3377, '2022-07-12', 3164, 3191, 519, 10004, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3378, '2022-07-12', 2940, 3192, 519, 4235, '1.0000', '4.8000', '4.8000', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3379, '2022-07-12', 2864, 3193, 519, 4781, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3380, '2022-07-12', 3483, 3194, 519, 5026, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '97.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3381, '2022-07-12', 3047, 3195, 519, 5471, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3382, '2022-07-12', 2505, 3196, 519, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3383, '2022-07-12', 2711, 3197, 519, 10002, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3384, '2022-07-12', 3015, 3198, 519, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '249.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3385, '2022-07-12', 3120, 3199, 519, 10048, '3.0000', '5.3300', '5.3300', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3386, '2022-07-12', 3060, 3200, 519, 10043, '1.0000', '5.9735', '5.9735', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3387, '2022-07-12', 2887, 3201, 519, 4983, '2.0000', '1.1250', '1.1250', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3388, '2022-07-12', 2888, 3202, 519, 5751, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3389, '2022-07-12', 2527, 3203, 520, 3822, '1.0000', '18.0000', '18.0000', '20.0000', '20.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3390, '2022-07-12', 2579, 3204, 520, 5654, '1.0000', '3.3100', '3.3100', '5.0000', '5.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3391, '2022-07-12', 2582, 3205, 520, 5014, '1.0000', '7.5300', '7.5300', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3392, '2022-07-12', 3048, 3206, 520, 5006, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3393, '2022-07-12', 3120, 3207, 520, 10048, '1.0000', '5.3300', '5.3300', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3394, '2022-07-12', 3164, 3208, 520, 10004, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3395, '2022-07-12', 3507, 3209, 521, 4913, '1.0000', '7.9900', '7.9900', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3396, '2022-07-12', 3303, 3210, 521, 4598, '30.0000', '0.2500', '0.2500', '0.7500', '0.7500', '371.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3397, '2022-07-12', 3120, 3211, 522, 10048, '2.0000', '5.3300', '5.3300', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3398, '2022-07-12', 3086, 3212, 522, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3399, '2022-07-12', 2982, 3213, 522, 9871, '1.0000', '5.1575', '5.1575', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3400, '2022-07-12', 3048, 3214, 522, 5006, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3401, '2022-07-12', 3047, 3215, 522, 5471, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3402, '2022-07-12', 3262, 3216, 522, 4557, '1.0000', '6.1300', '6.1300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3403, '2022-07-12', 2996, 3217, 522, 4825, '1.0000', '4.4100', '4.4100', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3404, '2022-07-12', 3254, 3218, 523, 4549, '4.0000', '0.0800', '0.0800', '0.5000', '0.5000', '320.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3405, '2022-07-12', 3297, 3219, 523, 4592, '4.0000', '0.1200', '0.1200', '0.3000', '0.3000', '719.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3406, '2022-07-12', 2471, 3220, 523, 3766, '2.0000', '4.2000', '4.2000', '7.5000', '7.5000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3407, '2022-07-12', 3304, 3221, 523, 4599, '30.0000', '0.3900', '0.3900', '1.0000', '1.0000', '843.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3408, '2022-07-12', 3080, 3222, 524, 9918, '1.0000', '12.6500', '12.6500', '20.0000', '20.0000', '8.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3409, '2022-07-13', 2713, 3223, 525, 10000, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3410, '2022-07-13', 2711, 3224, 525, 10002, '11.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3411, '2022-07-13', 2822, 3225, 525, 6305, '-2.0000', '4.6700', '4.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3412, '2022-07-13', 2822, 3225, 525, 7268, '-13.0000', '4.6700', '4.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3413, '2022-07-13', 2822, 3225, 525, 8229, '13.0000', '4.6700', '4.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3414, '2022-07-13', 2822, 3225, 525, 9190, '-59.0000', '4.6700', '4.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3415, '2022-07-13', 2822, 3225, 525, 9924, '69.0000', '4.6667', '4.6667', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3416, '2022-07-13', 3063, 3226, 525, 5114, '15.0000', '2.7292', '2.7292', '4.0000', '4.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3417, '2022-07-13', 3172, 3227, 525, 5770, '5.0000', '3.4875', '3.4875', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3418, '2022-07-13', 3172, 3227, 525, 6731, '-52.0000', '3.4875', '3.4875', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3419, '2022-07-13', 3172, 3227, 525, 8655, '35.0000', '3.4875', '3.4875', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3420, '2022-07-13', 3172, 3227, 525, 9616, '-68.0000', '3.4875', '3.4875', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3421, '2022-07-13', 3172, 3227, 525, 9854, '80.0000', '3.4625', '3.4625', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 81, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3422, '2022-07-13', 3172, 3227, 525, 10062, '11.0000', '3.5203', '3.5203', '4.0000', '4.0000', '105.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3423, '2022-07-13', 3120, 3228, 525, 10048, '2.0000', '5.3300', '5.3300', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3424, '2022-07-13', 2699, 3229, 525, 9949, '10.0000', '6.4500', '6.4500', '8.0000', '8.0000', '56.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3425, '2022-07-13', 3048, 3230, 525, 5006, '25.0000', '0.8333', '0.8333', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3426, '2022-07-13', 3483, 3231, 525, 5026, '10.0000', '0.8583', '0.8583', '1.5000', '1.5000', '87.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3427, '2022-07-13', 2502, 3232, 525, 9894, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3428, '2022-07-13', 2504, 3233, 525, 4743, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3429, '2022-07-13', 2608, 3234, 526, 5017, '1.0000', '31.5400', '31.5400', '40.0000', '40.0000', '5.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3430, '2022-07-13', 2607, 3235, 526, 3902, '1.0000', '30.9400', '30.9400', '40.0000', '40.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3431, '2022-07-13', 2699, 3236, 526, 9949, '10.0000', '6.4500', '6.4500', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3432, '2022-07-13', 2566, 3237, 526, 3861, '1.0000', '16.9700', '16.9700', '23.0000', '23.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3433, '2022-07-13', 3034, 3238, 526, 3747, '1.0000', '50.8000', '50.8000', '70.0000', '70.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3434, '2022-07-13', 3304, 3239, 526, 4599, '50.0000', '0.3900', '0.3900', '1.0000', '1.0000', '793.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3435, '2022-07-13', 2818, 3240, 526, 4113, '1.0000', '10.0400', '10.0400', '14.0000', '14.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3436, '2022-07-13', 2690, 3241, 527, 3985, '2.0000', '42.9000', '42.9000', '57.0000', '57.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3437, '2022-07-14', 2648, 3242, 528, 10034, '35.0000', '7.5783', '7.5783', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3438, '2022-07-14', 2653, 3243, 528, 10037, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '108.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3439, '2022-07-14', 3061, 3244, 528, 4737, '1.0000', '4.3427', '4.3427', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3440, '2022-07-14', 3063, 3245, 528, 5114, '4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3441, '2022-07-14', 2711, 3246, 528, 10002, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3442, '2022-07-14', 2727, 3247, 528, 5897, '4.0000', '27.9900', '27.9900', '40.0000', '40.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3443, '2022-07-14', 2982, 3248, 528, 9871, '1.0000', '5.1575', '5.1575', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3444, '2022-07-14', 3172, 3249, 528, 10062, '8.0000', '3.5203', '3.5203', '4.0000', '4.0000', '97.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3445, '2022-07-14', 2864, 3250, 528, 4781, '3.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3446, '2022-07-14', 2920, 3251, 528, 4719, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3447, '2022-07-14', 2918, 3252, 528, 4730, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3448, '2022-07-14', 3483, 3253, 528, 5026, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '86.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3449, '2022-07-14', 2981, 3254, 529, 5742, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3450, '2022-07-14', 2727, 3255, 529, 5897, '2.0000', '27.9900', '27.9900', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3451, '2022-07-14', 2617, 3256, 529, 9909, '7.0000', '4.5000', '4.5000', '7.5000', '7.5000', '63.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3452, '2022-07-14', 2726, 3257, 529, 4847, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '13.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3453, '2022-07-14', 3234, 3258, 529, 5499, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3454, '2022-07-14', 2997, 3259, 529, 4292, '1.0000', '60.0000', '60.0000', '85.0000', '85.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3455, '2022-07-14', 2851, 3260, 529, 4146, '1.0000', '5.8800', '5.8800', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3456, '2022-07-14', 3062, 3261, 529, 5115, '2.0000', '12.6500', '12.6500', '16.0000', '16.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3457, '2022-07-14', 2823, 3262, 529, 4118, '1.0000', '10.7200', '10.7200', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3458, '2022-07-14', 3484, 3263, 529, 4773, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3459, '2022-07-14', 3015, 3264, 530, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '247.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3460, '2022-07-14', 3547, 3265, 530, 5007, '3.0000', '0.4292', '0.4292', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3461, '2022-07-14', 2661, 3266, 530, 4806, '12.0000', '0.2400', '0.2400', '0.5000', '0.5000', '29.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3462, '2022-07-14', 3546, 3267, 530, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3463, '2022-07-14', 3311, 3268, 530, 5767, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '52.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3464, '2022-07-14', 3048, 3269, 530, 5006, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '58.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3465, '2022-07-14', 3164, 3270, 530, 10004, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3466, '2022-07-14', 3483, 3271, 530, 5026, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '85.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3467, '2022-07-14', 2888, 3272, 530, 5751, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3468, '2022-07-14', 2952, 3273, 530, 5185, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '59.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3469, '2022-07-14', 3172, 3274, 530, 10062, '1.0000', '3.5203', '3.5203', '4.0000', '4.0000', '96.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3470, '2022-07-14', 3086, 3275, 530, 4761, '2.0000', '2.5800', '2.5800', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3471, '2022-07-14', 2711, 3276, 530, 10002, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3472, '2022-07-14', 2534, 3277, 530, 10056, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3473, '2022-07-14', 2949, 3278, 530, 4874, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3474, '2022-07-14', 3060, 3279, 530, 10043, '1.0000', '5.9735', '5.9735', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3475, '2022-07-14', 2887, 3280, 530, 4983, '2.0000', '1.1250', '1.1250', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3476, '2022-07-14', 2500, 3281, 530, 4758, '2.0000', '10.0000', '10.0000', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3477, '2022-07-14', 2919, 3282, 530, 4720, '4.0000', '6.0000', '6.0000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3478, '2022-07-15', 2646, 3283, 531, 10035, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3479, '2022-07-15', 2647, 3284, 531, 10033, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3480, '2022-07-15', 2648, 3285, 531, 10034, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3481, '2022-07-15', 2642, 3286, 531, 4990, '8.0000', '5.4167', '5.4167', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3482, '2022-07-15', 2926, 3287, 531, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3483, '2022-07-15', 3172, 3288, 531, 10062, '1.0000', '3.5203', '3.5203', '4.0000', '4.0000', '95.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3484, '2022-07-15', 2502, 3289, 531, 9894, '4.0000', '2.0800', '2.0800', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3485, '2022-07-15', 3483, 3290, 531, 5026, '15.0000', '0.8583', '0.8583', '1.5000', '1.5000', '70.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3486, '2022-07-15', 2661, 3291, 531, 4806, '29.0000', '0.2400', '0.2400', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3487, '2022-07-15', 2661, 3291, 531, 3956, '3.0000', '0.2400', '0.2400', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3488, '2022-07-15', 2661, 3291, 531, 4892, '18.0000', '0.2406', '0.2406', '0.5000', '0.5000', '142.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3489, '2022-07-15', 2827, 3292, 531, 4894, '100.0000', '0.1600', '0.1600', '0.2500', '0.2500', '83.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3490, '2022-07-15', 2713, 3293, 531, 10082, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3491, '2022-07-15', 2712, 3294, 531, 10083, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '16.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3492, '2022-07-15', 3120, 3295, 531, 10074, '2.0000', '5.3300', '5.3300', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 130, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3493, '2022-07-15', 2977, 3296, 532, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3494, '2022-07-15', 2981, 3297, 532, 5742, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3495, '2022-07-15', 2716, 3298, 532, 4011, '2.0000', '3.3500', '3.3500', '4.5000', '4.5000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3496, '2022-07-15', 3239, 3299, 532, 4534, '2.0000', '0.7900', '0.7900', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3497, '2022-07-15', 2726, 3300, 532, 4847, '1.0000', '10.5900', '10.5900', '25.0000', '25.0000', '12.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3498, '2022-07-15', 2727, 3301, 532, 6858, '-15.0000', '27.9900', '27.9900', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3499, '2022-07-15', 2727, 3301, 532, 7821, '15.0000', '27.9900', '27.9900', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3500, '2022-07-15', 2727, 3301, 532, 8782, '-15.0000', '27.9900', '27.9900', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3501, '2022-07-15', 2727, 3301, 532, 9743, '15.0000', '27.9900', '27.9900', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3502, '2022-07-15', 2727, 3301, 532, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '49.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3503, '2022-07-15', 2699, 3302, 532, 9949, '25.0000', '6.4500', '6.4500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3504, '2022-07-15', 2608, 3303, 532, 5017, '2.0000', '31.5400', '31.5400', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3505, '2022-07-15', 2746, 3304, 532, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3506, '2022-07-15', 2961, 3305, 532, 4256, '10.0000', '12.0000', '12.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3507, '2022-07-15', 2961, 3305, 532, 5818, '1.0000', '12.0000', '12.0000', '18.0000', '18.0000', '30.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3508, '2022-07-15', 3549, 3306, 533, 5019, '1.0000', '17.7100', '17.7100', '25.0000', '25.0000', '10.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3509, '2022-07-15', 2766, 3307, 533, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '288.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3510, '2022-07-15', 2950, 3308, 533, 5371, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3511, '2022-07-15', 3048, 3309, 533, 5006, '8.0000', '0.8333', '0.8333', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3512, '2022-07-15', 3015, 3310, 533, 4768, '4.0000', '0.8583', '0.8583', '2.0000', '2.0000', '243.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3513, '2022-07-15', 3311, 3311, 533, 5767, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '48.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3514, '2022-07-15', 2712, 3312, 533, 10083, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '15.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3515, '2022-07-15', 2851, 3313, 533, 4146, '2.0000', '5.8800', '5.8800', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3516, '2022-07-15', 2661, 3314, 534, 4892, '2.0000', '0.2406', '0.2406', '0.5000', '0.5000', '140.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3517, '2022-07-15', 3547, 3315, 534, 5007, '2.0000', '0.4292', '0.4292', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3518, '2022-07-15', 2873, 3316, 534, 4168, '1.0000', '2.5000', '2.5000', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3519, '2022-07-15', 3164, 3317, 534, 10004, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3520, '2022-07-15', 2926, 3318, 534, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3521, '2022-07-15', 3015, 3319, 534, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '241.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3522, '2022-07-15', 2952, 3320, 534, 5185, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '58.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3523, '2022-07-15', 2534, 3321, 534, 10056, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3524, '2022-07-15', 2888, 3322, 534, 5751, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3525, '2022-07-15', 3114, 3323, 534, 5451, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3526, '2022-07-15', 2713, 3324, 534, 10082, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3527, '2022-07-15', 3483, 3325, 534, 5026, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '68.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3528, '2022-07-15', 2936, 3326, 534, 9932, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3529, '2022-07-15', 2789, 3327, 534, 4704, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '6.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3530, '2022-07-15', 3166, 3328, 535, 9207, '-2.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3531, '2022-07-15', 3166, 3328, 535, 9844, '2.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 77, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3532, '2022-07-15', 3166, 3328, 535, 10046, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3533, '2022-07-15', 2901, 3329, 536, 9967, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 113, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3534, '2022-07-16', 2766, 3330, 537, 4061, '3.0000', '1.3000', '1.3000', '2.0000', '2.0000', '285.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3535, '2022-07-16', 3260, 3331, 537, 4555, '2.0000', '1.6000', '1.6000', '3.0000', '3.0000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3536, '2022-07-16', 2719, 3332, 537, 4014, '7.0000', '0.9900', '0.9900', '2.0000', '2.0000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3537, '2022-07-16', 2725, 3333, 537, 10018, '2.0000', '3.8700', '3.8700', '10.0000', '10.0000', '62.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3538, '2022-07-16', 2727, 3334, 537, 10019, '2.0000', '13.6700', '13.6700', '40.0000', '40.0000', '47.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3539, '2022-07-16', 3264, 3335, 537, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '89.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3540, '2022-07-16', 3147, 3336, 537, 4442, '1.0000', '4.3900', '4.3900', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3541, '2022-07-16', 2726, 3337, 537, 4847, '1.0000', '10.5900', '10.5900', '25.0000', '25.0000', '11.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3542, '2022-07-16', 3234, 3338, 537, 9917, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '2.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3543, '2022-07-16', 3538, 3339, 537, 4949, '3.0000', '7.3626', '7.3626', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3544, '2022-07-16', 2960, 3340, 537, 4255, '2.0000', '9.5000', '9.5000', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3545, '2022-07-16', 2699, 3341, 537, 9949, '6.0000', '6.4500', '6.4500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3546, '2022-07-16', 2700, 3342, 537, 3995, '2.0000', '6.4500', '6.4500', '6.0000', '6.0000', '68.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3547, '2022-07-16', 3527, 3343, 538, 4933, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '4.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3548, '2022-07-16', 2591, 3344, 538, 3886, '1.0000', '5.1700', '5.1700', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3549, '2022-07-16', 2952, 3345, 538, 5185, '5.0000', '2.9583', '2.9583', '4.0000', '4.0000', '53.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3550, '2022-07-16', 3311, 3346, 538, 5767, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '43.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3551, '2022-07-17', 3172, 3347, 539, 10062, '19.0000', '3.5203', '3.5203', '4.0000', '4.0000', '76.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3552, '2022-07-17', 2901, 3348, 539, 10050, '11.0000', '14.7250', '14.7250', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3553, '2022-07-17', 2901, 3348, 539, 10069, '8.0000', '13.8390', '13.8390', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 128, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3554, '2022-07-17', 2936, 3349, 539, 9932, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3555, '2022-07-17', 2936, 3349, 539, 10092, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3556, '2022-07-17', 2647, 3350, 539, 10033, '15.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3557, '2022-07-17', 2647, 3350, 539, 10099, '7.0000', '7.7517', '7.7517', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3558, '2022-07-17', 2645, 3351, 539, 10098, '19.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3559, '2022-07-17', 2646, 3352, 539, 10035, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3560, '2022-07-17', 2646, 3352, 539, 10100, '15.0000', '11.9450', '11.9450', '15.0000', '15.0000', '45.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3561, '2022-07-17', 2644, 3353, 539, 9835, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3562, '2022-07-17', 2644, 3353, 539, 10102, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3563, '2022-07-17', 3063, 3354, 540, 5114, '4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3564, '2022-07-17', 3120, 3355, 540, 10074, '18.0000', '5.3300', '5.3300', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 130, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3565, '2022-07-17', 2789, 3356, 540, 4704, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3566, '2022-07-17', 2790, 3357, 540, 5350, '6.0000', '5.1100', '5.1100', '6.5000', '6.5000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3567, '2022-07-17', 2888, 3358, 540, 5751, '7.0000', '0.8542', '0.8542', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3568, '2022-07-17', 2888, 3358, 540, 7675, '-35.0000', '0.8542', '0.8542', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3569, '2022-07-17', 2888, 3358, 540, 8636, '35.0000', '0.8542', '0.8542', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3570, '2022-07-17', 2888, 3358, 540, 9597, '-35.0000', '0.8542', '0.8542', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3571, '2022-07-17', 2888, 3358, 540, 9982, '40.0000', '0.8542', '0.8542', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 111, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3572, '2022-07-17', 2699, 3359, 541, 9949, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3573, '2022-07-17', 2725, 3360, 541, 10018, '1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '61.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3574, '2022-07-17', 3264, 3361, 541, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '88.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3575, '2022-07-17', 3347, 3362, 541, 4642, '1.0000', '9.7600', '9.7600', '25.0000', '25.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3576, '2022-07-17', 3147, 3363, 541, 4442, '1.0000', '4.3900', '4.3900', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3577, '2022-07-17', 3260, 3364, 541, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '30.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3578, '2022-07-18', 2710, 3365, 542, 4714, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3579, '2022-07-18', 2713, 3366, 542, 10082, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3580, '2022-07-18', 2712, 3367, 542, 10083, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '14.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3581, '2022-07-18', 2951, 3368, 543, 5756, '2.0000', '2.0000', '2.0000', '3.5000', '3.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3582, '2022-07-18', 2644, 3369, 544, 10102, '10.0000', '3.4229', '3.4229', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3583, '2022-07-18', 3178, 3370, 545, 4473, '1.0000', '5.7200', '5.7200', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3584, '2022-07-18', 2620, 3371, 545, 3915, '1.0000', '11.0000', '11.0000', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3585, '2022-07-18', 2917, 3372, 546, 4976, '4.0000', '9.2096', '9.2096', '14.0000', '14.0000', '7.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3586, '2022-07-18', 2719, 3373, 547, 4014, '5.0000', '0.9900', '0.9900', '2.0000', '2.0000', '40.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3587, '2022-07-18', 3260, 3374, 547, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3588, '2022-07-18', 3080, 3375, 547, 9918, '1.0000', '12.6500', '12.6500', '20.0000', '20.0000', '7.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3589, '2022-07-18', 2965, 3376, 547, 4260, '2.0000', '2.8000', '2.8000', '4.5000', '4.5000', '47.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3590, '2022-07-18', 3199, 3377, 547, 4494, '1.0000', '43.2300', '43.2300', '58.0000', '58.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3591, '2022-07-18', 2815, 3378, 547, 4110, '1.0000', '11.9400', '11.9400', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3592, '2022-07-18', 2749, 3379, 547, 4044, '5.0000', '0.6900', '0.6900', '2.5000', '2.5000', '76.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3593, '2022-07-18', 2752, 3380, 547, 4047, '4.0000', '1.0900', '1.0900', '3.0000', '3.0000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3594, '2022-07-18', 3233, 3381, 547, 5497, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3595, '2022-07-18', 2699, 3382, 547, 9949, '4.0000', '6.4500', '6.4500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3596, '2022-07-18', 3315, 3383, 547, 5962, '1.0000', '165.1400', '165.1400', '115.0000', '115.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3597, '2022-07-18', 2462, 3384, 547, 10108, '5.0000', '1.2300', '1.2300', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 138, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3598, '2022-07-18', 3254, 3385, 547, 4549, '8.0000', '0.0800', '0.0800', '0.5000', '0.5000', '312.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3599, '2022-07-18', 3309, 3386, 547, 4604, '8.0000', '0.0700', '0.0700', '0.2500', '0.2500', '792.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3600, '2022-07-18', 2869, 3387, 547, 4164, '1.0000', '41.6500', '41.6500', '55.0000', '55.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3601, '2022-07-18', 2613, 3388, 547, 3908, '1.0000', '28.0000', '28.0000', '38.0000', '38.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3602, '2022-07-18', 2599, 3389, 547, 3894, '6.0000', '2.1000', '2.1000', '5.5000', '5.5000', '56.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3603, '2022-07-18', 3045, 3390, 547, 4340, '1.0000', '8.0000', '8.0000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3604, '2022-07-18', 2481, 3391, 547, 3776, '1.0000', '19.2700', '19.2700', '25.0000', '25.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3605, '2022-07-18', 2960, 3392, 547, 4255, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3606, '2022-07-18', 2822, 3393, 548, 9924, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 103, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3607, '2022-07-18', 2822, 3393, 548, 10036, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3608, '2022-07-18', 2646, 3394, 548, 10100, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '44.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3609, '2022-07-18', 3166, 3395, 548, 10046, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3610, '2022-07-18', 2642, 3396, 548, 4990, '1.0000', '5.4167', '5.4167', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3611, '2022-07-18', 3060, 3397, 548, 10043, '14.0000', '5.9735', '5.9735', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3612, '2022-07-18', 2902, 3398, 548, 5322, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3613, '2022-07-18', 2887, 3399, 548, 4983, '2.0000', '1.1250', '1.1250', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3614, '2022-07-18', 2524, 3400, 548, 3819, '3.0000', '0.7800', '0.7800', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3615, '2022-07-18', 2873, 3401, 548, 4168, '1.0000', '2.5000', '2.5000', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3616, '2022-07-18', 2711, 3402, 548, 10002, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3617, '2022-07-18', 2712, 3403, 548, 10083, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '12.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3618, '2022-07-18', 2951, 3404, 548, 5756, '1.0000', '2.0000', '2.0000', '3.5000', '3.5000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3619, '2022-07-18', 3483, 3405, 548, 5026, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '67.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3620, '2022-07-18', 2953, 3406, 548, 4248, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3621, '2022-07-18', 3546, 3407, 548, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3622, '2022-07-18', 3311, 3408, 548, 5767, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3623, '2022-07-18', 2823, 3409, 548, 4118, '1.0000', '10.7200', '10.7200', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3624, '2022-07-18', 2949, 3410, 548, 4874, '2.0000', '5.9200', '5.9200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3625, '2022-07-18', 2959, 3411, 548, 4254, '1.0000', '13.6200', '13.6200', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3626, '2022-07-18', 2950, 3412, 548, 5371, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3627, '2022-07-18', 2790, 3413, 548, 5350, '1.0000', '5.1100', '5.1100', '6.5000', '6.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3628, '2022-07-18', 2888, 3414, 548, 9982, '3.0000', '0.8542', '0.8542', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 111, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3629, '2022-07-18', 2653, 3415, 548, 10037, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '98.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3630, '2022-07-18', 3114, 3416, 548, 5451, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3631, '2022-07-18', 3064, 3417, 548, 4359, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3632, '2022-07-18', 2926, 3418, 548, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3633, '2022-07-18', 2924, 3419, 548, 4729, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3634, '2022-07-18', 2923, 3420, 548, 4218, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3635, '2022-07-18', 2935, 3421, 548, 9934, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3636, '2022-07-18', 2534, 3422, 548, 10056, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3637, '2022-07-18', 2534, 3422, 548, 10080, '13.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3638, '2022-07-18', 3120, 3423, 548, 10074, '4.0000', '5.3300', '5.3300', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 130, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3639, '2022-07-18', 3048, 3424, 548, 5006, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3640, '2022-07-18', 3015, 3425, 548, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '239.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3641, '2022-07-18', 2713, 3426, 548, 10082, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3642, '2022-07-18', 3074, 3427, 548, 5454, '22.0000', '1.8592', '1.8592', '3.0000', '3.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3643, '2022-07-19', 2645, 3428, 549, 10098, '25.0000', '8.3496', '8.3496', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3644, '2022-07-19', 2646, 3429, 549, 10100, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3645, '2022-07-19', 2644, 3430, 549, 10102, '10.0000', '3.4229', '3.4229', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3646, '2022-07-19', 2712, 3431, 549, 10083, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3647, '2022-07-19', 2950, 3432, 549, 5371, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3648, '2022-07-19', 3172, 3433, 549, 10062, '1.0000', '3.5203', '3.5203', '4.0000', '4.0000', '75.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3649, '2022-07-19', 2517, 3434, 549, 3812, '1.0000', '11.2000', '11.2000', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3650, '2022-07-19', 2920, 3435, 549, 4719, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3651, '2022-07-19', 2936, 3436, 549, 10092, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3652, '2022-07-19', 2642, 3437, 549, 4990, '7.0000', '5.4167', '5.4167', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3653, '2022-07-19', 3164, 3438, 549, 10004, '2.0000', '1.5552', '1.5552', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3654, '2022-07-19', 2712, 3439, 550, 10083, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3655, '2022-07-19', 3060, 3440, 550, 10043, '1.0000', '5.9735', '5.9735', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3656, '2022-07-19', 2711, 3441, 551, 10002, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3657, '2022-07-19', 3172, 3442, 551, 10062, '2.0000', '3.5203', '3.5203', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3658, '2022-07-19', 2534, 3443, 552, 10080, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3659, '2022-07-19', 2982, 3444, 552, 9871, '1.0000', '5.1575', '5.1575', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3660, '2022-07-19', 3172, 3445, 552, 10062, '2.0000', '3.5203', '3.5203', '4.0000', '4.0000', '71.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3661, '2022-07-19', 2612, 3446, 553, 9880, '2.0000', '4.6000', '4.6000', '9.0000', '9.0000', '185.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3662, '2022-07-20', 2901, 3447, 554, 10069, '2.0000', '13.8390', '13.8390', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 128, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3663, '2022-07-20', 2646, 3448, 554, 10100, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3664, '2022-07-20', 2647, 3449, 554, 10099, '10.0000', '7.7517', '7.7517', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3665, '2022-07-20', 2653, 3450, 554, 10037, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '86.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3666, '2022-07-20', 2712, 3451, 554, 10083, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3667, '2022-07-20', 2713, 3452, 554, 10082, '4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3668, '2022-07-20', 2711, 3453, 554, 10002, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3669, '2022-07-20', 2924, 3454, 554, 4729, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3670, '2022-07-20', 2502, 3455, 554, 9894, '4.0000', '2.0800', '2.0800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3671, '2022-07-20', 3163, 3456, 554, 4703, '1.0000', '4.9100', '4.9100', '7.0000', '7.0000', '28.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3672, '2022-07-20', 3164, 3457, 554, 10004, '10.0000', '1.5552', '1.5552', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3673, '2022-07-20', 2507, 3458, 554, 4738, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3674, '2022-07-20', 2507, 3458, 554, 4839, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3675, '2022-07-20', 2505, 3459, 554, 3800, '5.0000', '2.8300', '2.8300', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3676, '2022-07-20', 3080, 3460, 554, 9918, '1.0000', '12.6500', '12.6500', '20.0000', '20.0000', '6.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3677, '2022-07-20', 3233, 3461, 554, 5497, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3678, '2022-07-20', 2699, 3462, 554, 9949, '10.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3679, '2022-07-20', 3120, 3463, 554, 10129, '2.0000', '5.4500', '5.4500', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3680, '2022-07-20', 2660, 3464, 554, 3955, '6.0000', '3.5700', '3.5700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3681, '2022-07-20', 2949, 3465, 555, 5163, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3682, '2022-07-20', 2653, 3466, 555, 10037, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '80.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3683, '2022-07-20', 2642, 3467, 555, 5609, '2.0000', '5.4167', '5.4167', '10.0000', '10.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3684, '2022-07-20', 3017, 3468, 555, 4709, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3685, '2022-07-20', 2922, 3469, 555, 10088, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3686, '2022-07-20', 2532, 3470, 555, 3827, '2.0000', '4.5900', '4.5900', '6.5000', '6.5000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3687, '2022-07-20', 2534, 3471, 555, 10080, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3688, '2022-07-20', 3061, 3472, 555, 4737, '1.0000', '4.3427', '4.3427', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3689, '2022-07-20', 3085, 3473, 555, 4757, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3690, '2022-07-20', 2505, 3474, 555, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3691, '2022-07-20', 2888, 3475, 555, 9982, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 111, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3692, '2022-07-20', 3164, 3476, 555, 10004, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3693, '2022-07-20', 2713, 3477, 555, 10082, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3694, '2022-07-20', 3120, 3478, 555, 10129, '6.0000', '5.4500', '5.4500', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3695, '2022-07-20', 2697, 3479, 556, 3992, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3696, '2022-07-20', 3305, 3480, 556, 4600, '25.0000', '0.6100', '0.6100', '1.0000', '1.0000', '301.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3697, '2022-07-20', 2818, 3481, 556, 4113, '1.0000', '10.0400', '10.0400', '14.0000', '14.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3698, '2022-07-20', 3303, 3482, 556, 4598, '50.0000', '0.2500', '0.2500', '0.7500', '0.7500', '321.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3699, '2022-07-20', 3507, 3483, 556, 4913, '1.0000', '7.9900', '7.9900', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3700, '2022-07-20', 2712, 3484, 556, 10083, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3701, '2022-07-20', 2646, 3485, 557, 10100, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '29.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3702, '2022-07-20', 2653, 3486, 557, 10037, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '79.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3703, '2022-07-20', 2647, 3487, 557, 10099, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3704, '2022-07-20', 3061, 3488, 557, 4838, '7.0000', '4.8500', '4.8500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3705, '2022-07-20', 3172, 3489, 557, 10062, '5.0000', '3.5203', '3.5203', '4.0000', '4.0000', '66.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3706, '2022-07-20', 3060, 3490, 557, 10043, '6.0000', '5.9735', '5.9735', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3707, '2022-07-20', 2713, 3491, 557, 10082, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3708, '2022-07-20', 2711, 3492, 557, 10112, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3709, '2022-07-20', 2949, 3493, 557, 5163, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3710, '2022-07-20', 2888, 3494, 557, 9982, '10.0000', '0.8542', '0.8542', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 111, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3711, '2022-07-20', 3483, 3495, 557, 5026, '10.0000', '0.8583', '0.8583', '1.5000', '1.5000', '57.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3712, '2022-07-20', 3482, 3496, 557, 4769, '5.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3713, '2022-07-20', 3482, 3496, 557, 4878, '3.0000', '1.2500', '1.2500', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3714, '2022-07-20', 2517, 3497, 557, 3812, '1.0000', '11.2000', '11.2000', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3715, '2022-07-20', 2499, 3498, 557, 4871, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3716, '2022-07-20', 2499, 3498, 557, 5372, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3717, '2022-07-20', 2500, 3499, 557, 4758, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3718, '2022-07-20', 2500, 3499, 557, 5373, '2.0000', '10.0000', '10.0000', '13.0000', '13.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3719, '2022-07-20', 2502, 3500, 557, 9894, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3720, '2022-07-20', 2901, 3501, 557, 10069, '2.0000', '13.8390', '13.8390', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 128, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3721, '2022-07-20', 2936, 3502, 557, 10092, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3722, '2022-07-20', 2923, 3503, 557, 4726, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3723, '2022-07-20', 2919, 3504, 557, 4720, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3724, '2022-07-20', 2505, 3505, 558, 3800, '1.0000', '2.8300', '2.8300', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3725, '2022-07-21', 2700, 3506, 559, 3995, '4.0000', '6.4500', '6.4500', '6.0000', '6.0000', '64.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3726, '2022-07-21', 2668, 3507, 559, 3963, '1.0000', '38.0000', '38.0000', '47.0000', '47.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3727, '2022-07-21', 2966, 3508, 559, 4261, '6.0000', '2.4500', '2.4500', '3.5000', '3.5000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3728, '2022-07-21', 2699, 3509, 559, 10094, '5.0000', '7.0000', '7.0000', '8.0000', '8.0000', '95.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3729, '2022-07-21', 2698, 3510, 559, 3993, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3730, '2022-07-21', 2606, 3511, 559, 3901, '1.0000', '30.9400', '30.9400', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3731, '2022-07-21', 2756, 3512, 559, 5905, '4.0000', '0.8900', '0.8900', '2.5000', '2.5000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3732, '2022-07-21', 2491, 3513, 559, 3786, '3.0000', '0.7900', '0.7900', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3733, '2022-07-21', 2719, 3514, 559, 4014, '5.0000', '0.9900', '0.9900', '2.0000', '2.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3734, '2022-07-21', 3260, 3515, 559, 4555, '3.0000', '1.6000', '1.6000', '3.0000', '3.0000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3735, '2022-07-21', 3233, 3516, 559, 5497, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3736, '2022-07-21', 3239, 3517, 559, 4534, '3.0000', '0.7900', '0.7900', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3737, '2022-07-21', 3271, 3518, 559, 4566, '1.0000', '1.7900', '1.7900', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3738, '2022-07-21', 2968, 3519, 559, 4263, '1.0000', '2.8000', '2.8000', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3739, '2022-07-21', 3311, 3520, 560, 5767, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '37.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3740, '2022-07-21', 3074, 3521, 560, 5454, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3741, '2022-07-21', 3114, 3522, 560, 7375, '-4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3742, '2022-07-21', 3114, 3522, 560, 8336, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3743, '2022-07-21', 3114, 3522, 560, 9297, '-4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3744, '2022-07-21', 3114, 3522, 560, 9868, '7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3745, '2022-07-21', 3062, 3523, 560, 5115, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3746, '2022-07-21', 3166, 3524, 560, 10046, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3747, '2022-07-21', 2949, 3525, 560, 5163, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3748, '2022-07-21', 2711, 3526, 560, 10112, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3749, '2022-07-21', 3048, 3527, 560, 5006, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3750, '2022-07-21', 3047, 3528, 560, 5471, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3751, '2022-07-21', 2712, 3529, 560, 10083, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3752, '2022-07-21', 3120, 3530, 560, 10129, '1.0000', '5.4500', '5.4500', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3753, '2022-07-21', 2888, 3531, 560, 9982, '3.0000', '0.8542', '0.8542', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 111, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3754, '2022-07-21', 2534, 3532, 560, 10080, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3755, '2022-07-21', 2653, 3533, 560, 10037, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '73.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3756, '2022-07-21', 3017, 3534, 560, 4709, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3757, '2022-07-21', 2712, 3535, 561, 10083, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3758, '2022-07-21', 2924, 3536, 562, 4729, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3759, '2022-07-21', 2919, 3537, 563, 4720, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3760, '2022-07-21', 2918, 3538, 563, 4730, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3761, '2022-07-21', 2712, 3539, 564, 10083, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3762, '2022-07-21', 3048, 3540, 564, 5006, '10.0000', '0.8333', '0.8333', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3763, '2022-07-21', 2534, 3541, 564, 10080, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3764, '2022-07-21', 2700, 3542, 564, 3995, '1.0000', '6.4500', '6.4500', '6.0000', '6.0000', '63.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3765, '2022-07-21', 2646, 3543, 565, 10100, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3766, '2022-07-21', 3061, 3544, 565, 4838, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3767, '2022-07-21', 2647, 3545, 565, 10099, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3768, '2022-07-21', 3060, 3546, 565, 10043, '1.0000', '5.9735', '5.9735', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3769, '2022-07-22', 2901, 3547, 566, 10069, '1.0000', '13.8390', '13.8390', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 128, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3770, '2022-07-22', 2712, 3548, 566, 10083, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3771, '2022-07-22', 2712, 3548, 566, 10111, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '16.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3772, '2022-07-22', 3120, 3549, 566, 10129, '3.0000', '5.4500', '5.4500', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3773, '2022-07-22', 2920, 3550, 566, 4719, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3774, '2022-07-22', 2936, 3551, 566, 10092, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3775, '2022-07-22', 2661, 3552, 566, 4892, '40.0000', '0.2406', '0.2406', '0.5000', '0.5000', '100.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3776, '2022-07-22', 3164, 3553, 566, 10004, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 118, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3777, '2022-07-22', 3164, 3553, 566, 10128, '11.0000', '1.5552', '1.5552', '2.5000', '2.5000', '39.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3778, '2022-07-22', 3074, 3554, 566, 5454, '3.0000', '1.8592', '1.8592', '3.0000', '3.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3779, '2022-07-22', 3048, 3555, 566, 5006, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3780, '2022-07-22', 3304, 3556, 567, 4599, '50.0000', '0.3900', '0.3900', '1.0000', '1.0000', '743.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3781, '2022-07-22', 2699, 3557, 567, 10094, '3.0000', '7.0000', '7.0000', '8.0000', '8.0000', '92.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3782, '2022-07-22', 2924, 3558, 567, 4729, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3783, '2022-07-22', 2919, 3559, 567, 4720, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3784, '2022-07-22', 2952, 3560, 567, 5185, '5.0000', '2.9583', '2.9583', '4.0000', '4.0000', '48.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3785, '2022-07-22', 2879, 3561, 567, 10061, '5.0000', '5.1000', '5.1000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3786, '2022-07-22', 3191, 3562, 567, 5011, '1.0000', '37.3100', '37.3100', '50.0000', '50.0000', '3.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3787, '2022-07-22', 2766, 3563, 567, 4061, '3.0000', '1.3000', '1.3000', '2.0000', '2.0000', '282.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3788, '2022-07-22', 2477, 3564, 568, 3772, '3.0000', '2.0000', '2.0000', '3.0000', '3.0000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3789, '2022-07-22', 2901, 3565, 568, 10069, '1.0000', '13.8390', '13.8390', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 128, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3790, '2022-07-23', 2719, 3566, 569, 4014, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '32.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3791, '2022-07-23', 3260, 3567, 569, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3792, '2022-07-23', 2606, 3568, 569, 3901, '2.0000', '30.9400', '30.9400', '40.0000', '40.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3793, '2022-07-23', 2968, 3569, 569, 4263, '6.0000', '2.8000', '2.8000', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3794, '2022-07-23', 2699, 3570, 569, 10094, '11.0000', '7.0000', '7.0000', '8.0000', '8.0000', '81.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3795, '2022-07-23', 2698, 3571, 569, 3993, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3796, '2022-07-23', 2608, 3572, 569, 5017, '1.0000', '31.5400', '31.5400', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3797, '2022-07-23', 3199, 3573, 569, 4494, '1.0000', '43.2300', '43.2300', '58.0000', '58.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3798, '2022-07-23', 2712, 3574, 570, 10111, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '15.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3799, '2022-07-23', 3048, 3575, 570, 5006, '7.0000', '0.8333', '0.8333', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3800, '2022-07-23', 3114, 3576, 570, 9868, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3801, '2022-07-23', 3527, 3577, 571, 4933, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '3.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3802, '2022-07-23', 2766, 3578, 571, 4061, '2.0000', '1.3000', '1.3000', '2.0000', '2.0000', '280.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3803, '2022-07-23', 2966, 3579, 572, 4261, '6.0000', '2.4500', '2.4500', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3804, '2022-07-23', 2608, 3580, 572, 5017, '1.0000', '31.5400', '31.5400', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3805, '2022-07-23', 2967, 3581, 572, 4262, '10.0000', '2.4500', '2.4500', '4.5000', '4.5000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3806, '2022-07-23', 2727, 3582, 572, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '46.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3807, '2022-07-24', 3009, 3583, 573, 4304, '1.0000', '8.0000', '8.0000', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3808, '2022-07-24', 2646, 3584, 574, 10100, '23.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3809, '2022-07-24', 2645, 3585, 574, 10098, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3810, '2022-07-24', 2647, 3586, 574, 10099, '27.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3811, '2022-07-24', 2712, 3587, 574, 10111, '15.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3812, '2022-07-24', 2713, 3588, 574, 10082, '20.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3813, '2022-07-24', 2713, 3588, 574, 10110, '21.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3814, '2022-07-24', 2936, 3589, 574, 10092, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3815, '2022-07-24', 2922, 3590, 574, 10088, '8.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3816, '2022-07-24', 3172, 3591, 574, 10062, '11.0000', '3.5203', '3.5203', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3817, '2022-07-24', 2653, 3592, 574, 10037, '20.0000', '4.4092', '4.4092', '6.0000', '6.0000', '53.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3818, '2022-07-24', 3114, 3593, 574, 9868, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3819, '2022-07-24', 3114, 3593, 574, 9904, '12.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3820, '2022-07-24', 3114, 3593, 574, 9939, '12.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3821, '2022-07-24', 3114, 3593, 574, 10084, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3822, '2022-07-24', 3114, 3594, 575, 10084, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3823, '2022-07-24', 2710, 3595, 576, 4714, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3824, '2022-07-24', 2634, 3596, 576, 4700, '1.0000', '2.9167', '2.9167', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3825, '2022-07-25', 3304, 3597, 577, 4599, '72.0000', '0.3900', '0.3900', '1.0000', '1.0000', '671.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3826, '2022-07-25', 3062, 3598, 578, 5115, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3827, '2022-07-25', 3048, 3599, 578, 5006, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3828, '2022-07-25', 3047, 3600, 578, 5471, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3829, '2022-07-25', 3061, 3601, 578, 4838, '2.0000', '4.8500', '4.8500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3830, '2022-07-25', 3086, 3602, 578, 4761, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3831, '2022-07-25', 3086, 3602, 578, 5131, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3832, '2022-07-25', 2534, 3603, 578, 10080, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3833, '2022-07-25', 2534, 3603, 578, 10132, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3834, '2022-07-25', 2935, 3604, 578, 9934, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3835, '2022-07-25', 3114, 3605, 578, 10084, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3836, '2022-07-25', 2927, 3606, 578, 4727, '3.0000', '1.5000', '1.5000', '2.0000', '2.0000', '39.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3837, '2022-07-25', 2499, 3607, 578, 5372, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3838, '2022-07-25', 2653, 3608, 578, 10037, '11.0000', '4.4092', '4.4092', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3839, '2022-07-25', 3074, 3609, 578, 5454, '1.0000', '1.8592', '1.8592', '3.0000', '3.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3840, '2022-07-25', 2950, 3610, 578, 6332, '-10.0000', '13.6650', '13.6650', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3841, '2022-07-25', 2950, 3610, 578, 7295, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3842, '2022-07-25', 2950, 3610, 578, 8256, '-1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3843, '2022-07-25', 2950, 3610, 578, 9217, '1.0000', '13.6650', '13.6650', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3844, '2022-07-25', 2950, 3610, 578, 9877, '6.0000', '5.8400', '5.8400', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3845, '2022-07-25', 2950, 3610, 578, 9948, '4.0000', '13.2750', '13.2750', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 106, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3846, '2022-07-25', 2881, 3611, 578, 4176, '2.0000', '0.8200', '0.8200', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3847, '2022-07-25', 2881, 3611, 578, 4895, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3848, '2022-07-25', 2790, 3612, 578, 5350, '1.0000', '5.1100', '5.1100', '6.5000', '6.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3849, '2022-07-25', 2879, 3613, 578, 10061, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3850, '2022-07-25', 2827, 3614, 578, 4894, '8.0000', '0.1600', '0.1600', '0.2500', '0.2500', '75.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3851, '2022-07-25', 2918, 3615, 578, 4730, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3852, '2022-07-25', 3311, 3616, 578, 5767, '6.0000', '0.8700', '0.8700', '1.5000', '1.5000', '31.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3853, '2022-07-25', 3120, 3617, 578, 10129, '5.0000', '5.4500', '5.4500', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3854, '2022-07-25', 2713, 3618, 578, 10110, '4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3855, '2022-07-25', 2933, 3619, 578, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '75.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3856, '2022-07-25', 3483, 3620, 578, 5026, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '56.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3857, '2022-07-25', 2801, 3621, 579, 4809, '4.0000', '9.0000', '9.0000', '13.0000', '13.0000', '31.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3858, '2022-07-25', 3120, 3622, 579, 10129, '1.0000', '5.4500', '5.4500', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3859, '2022-07-25', 2790, 3623, 579, 5350, '2.0000', '5.1100', '5.1100', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3860, '2022-07-25', 2790, 3623, 579, 6311, '-11.0000', '5.1100', '5.1100', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3861, '2022-07-25', 2790, 3623, 579, 7274, '6.0000', '5.1100', '5.1100', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3862, '2022-07-25', 2790, 3623, 579, 9196, '-3.0000', '5.1100', '5.1100', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3863, '2022-07-25', 2790, 3623, 579, 10047, '9.0000', '5.4200', '5.4200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3864, '2022-07-25', 2950, 3624, 579, 9948, '2.0000', '13.2750', '13.2750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 106, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3865, '2022-07-25', 2950, 3624, 579, 10055, '3.0000', '12.8800', '12.8800', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3866, '2022-07-25', 3539, 3625, 580, 4950, '1.0000', '13.5366', '13.5366', '18.5000', '18.5000', '2.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3867, '2022-07-25', 3304, 3626, 580, 4599, '10.0000', '0.3900', '0.3900', '1.0000', '1.0000', '661.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3868, '2022-07-25', 2822, 3627, 581, 10036, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3869, '2022-07-25', 2644, 3628, 582, 10102, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3870, '2022-07-25', 2902, 3629, 582, 5322, '2.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3871, '2022-07-25', 2902, 3629, 582, 6283, '-12.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3872, '2022-07-25', 2902, 3629, 582, 7246, '-1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3873, '2022-07-25', 2902, 3629, 582, 8207, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3874, '2022-07-25', 2902, 3629, 582, 9168, '-1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3875, '2022-07-25', 2902, 3629, 582, 9947, '16.0000', '6.7500', '6.7500', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 106, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3876, '2022-07-25', 3048, 3630, 582, 5006, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3877, '2022-07-25', 3483, 3631, 582, 5026, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '53.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3878, '2022-07-25', 2961, 3632, 583, 5818, '2.0000', '12.0000', '12.0000', '18.0000', '18.0000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3879, '2022-07-25', 2923, 3633, 583, 4726, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3880, '2022-07-25', 3349, 3634, 583, 4644, '2.0000', '2.9500', '2.9500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3881, '2022-07-26', 3037, 3635, 584, 4332, '2.0000', '40.6600', '40.6600', '54.0000', '54.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3882, '2022-07-26', 2822, 3636, 584, 10036, '11.0000', '4.6667', '4.6667', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3883, '2022-07-26', 3061, 3637, 584, 4838, '9.0000', '4.8500', '4.8500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3884, '2022-07-26', 3063, 3638, 584, 5114, '8.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3885, '2022-07-26', 3063, 3638, 584, 6075, '-36.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3886, '2022-07-26', 3063, 3638, 584, 7038, '-66.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3887, '2022-07-26', 3063, 3638, 584, 7999, '66.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3888, '2022-07-26', 3063, 3638, 584, 9838, '24.0000', '2.4229', '2.4229', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3889, '2022-07-26', 3063, 3638, 584, 10038, '15.0000', '2.7292', '2.7292', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3890, '2022-07-26', 3062, 3639, 584, 5115, '2.0000', '12.6500', '12.6500', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3891, '2022-07-26', 3062, 3639, 584, 6076, '-15.0000', '12.6500', '12.6500', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3892, '2022-07-26', 3062, 3639, 584, 7039, '-3.0000', '12.6500', '12.6500', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3893, '2022-07-26', 3062, 3639, 584, 8000, '3.0000', '12.6500', '12.6500', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3894, '2022-07-26', 3062, 3639, 584, 9836, '18.0000', '12.6500', '12.6500', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3895, '2022-07-26', 3062, 3639, 584, 10103, '2.0000', '13.0833', '13.0833', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3896, '2022-07-26', 2652, 3640, 584, 4740, '6.0000', '9.4154', '9.4154', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3897, '2022-07-26', 2652, 3640, 584, 4835, '2.0000', '9.4154', '9.4154', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3898, '2022-07-26', 2643, 3641, 584, 3938, '3.0000', '6.1300', '6.1300', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3899, '2022-07-26', 2642, 3642, 584, 5609, '6.0000', '5.4167', '5.4167', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3900, '2022-07-26', 2642, 3642, 584, 6570, '-8.0000', '5.4167', '5.4167', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3901, '2022-07-26', 2642, 3642, 584, 7533, '-9.0000', '5.4167', '5.4167', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3902, '2022-07-26', 2642, 3642, 584, 8494, '9.0000', '5.4167', '5.4167', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3903, '2022-07-26', 2642, 3642, 584, 9455, '-40.0000', '5.4167', '5.4167', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3904, '2022-07-26', 2642, 3642, 584, 9869, '24.0000', '5.4167', '5.4167', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3905, '2022-07-26', 2642, 3642, 584, 10054, '36.0000', '5.4167', '5.4167', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3906, '2022-07-26', 2699, 3643, 584, 10094, '10.0000', '7.0000', '7.0000', '8.0000', '8.0000', '71.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3907, '2022-07-26', 2534, 3644, 584, 10132, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3908, '2022-07-26', 3120, 3645, 584, 10129, '5.0000', '5.4500', '5.4500', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3909, '2022-07-26', 3123, 3646, 584, 4418, '4.0000', '4.5700', '4.5700', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3910, '2022-07-26', 2499, 3647, 584, 5372, '4.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3911, '2022-07-26', 2500, 3648, 584, 5373, '3.0000', '10.0000', '10.0000', '13.0000', '13.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3912, '2022-07-26', 3172, 3649, 584, 10062, '15.0000', '3.5203', '3.5203', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3913, '2022-07-26', 2981, 3650, 585, 5742, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3914, '2022-07-26', 2608, 3651, 585, 5017, '1.0000', '31.5400', '31.5400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3915, '2022-07-26', 2698, 3652, 585, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3916, '2022-07-26', 2699, 3653, 585, 10094, '2.0000', '7.0000', '7.0000', '8.0000', '8.0000', '69.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3917, '2022-07-26', 3304, 3654, 585, 4599, '100.0000', '0.3900', '0.3900', '1.0000', '1.0000', '561.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3918, '2022-07-26', 2818, 3655, 585, 4113, '1.0000', '10.0400', '10.0400', '14.0000', '14.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3919, '2022-07-26', 2661, 3656, 585, 4892, '6.0000', '0.2406', '0.2406', '0.5000', '0.5000', '94.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3920, '2022-07-26', 2952, 3657, 585, 5185, '3.0000', '2.9583', '2.9583', '4.0000', '4.0000', '45.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3921, '2022-07-26', 3172, 3658, 585, 10062, '3.0000', '3.5203', '3.5203', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3922, '2022-07-26', 2534, 3659, 586, 10132, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3923, '2022-07-26', 2952, 3660, 586, 5185, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '44.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3924, '2022-07-26', 2713, 3661, 587, 10110, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3925, '2022-07-26', 3048, 3662, 587, 5006, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3926, '2022-07-26', 3114, 3663, 588, 10084, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3927, '2022-07-26', 3048, 3664, 588, 5006, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3928, '2022-07-26', 2924, 3665, 588, 4729, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3929, '2022-07-27', 2713, 3666, 589, 10110, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3930, '2022-07-27', 2711, 3667, 589, 10112, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3931, '2022-07-27', 2710, 3668, 589, 4714, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3932, '2022-07-27', 3172, 3669, 589, 10062, '11.0000', '3.5203', '3.5203', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3933, '2022-07-27', 2927, 3670, 589, 4727, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '38.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3934, '2022-07-27', 2920, 3671, 589, 4719, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3935, '2022-07-27', 2918, 3672, 589, 4730, '11.0000', '1.8750', '1.8750', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3936, '2022-07-27', 2699, 3673, 589, 10094, '10.0000', '7.0000', '7.0000', '8.0000', '8.0000', '59.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3937, '2022-07-27', 2642, 3674, 589, 10054, '11.0000', '5.4167', '5.4167', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3938, '2022-07-27', 3311, 3675, 589, 5767, '15.0000', '0.8700', '0.8700', '1.5000', '1.5000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3939, '2022-07-27', 2864, 3676, 589, 4781, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3940, '2022-07-27', 2653, 3677, 589, 10037, '9.0000', '4.4092', '4.4092', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3941, '2022-07-27', 2822, 3678, 589, 10036, '6.0000', '4.6667', '4.6667', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3942, '2022-07-27', 2644, 3679, 589, 10102, '5.0000', '3.4229', '3.4229', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3943, '2022-07-27', 3114, 3680, 589, 10084, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3944, '2022-07-27', 3164, 3681, 589, 10128, '11.0000', '1.5552', '1.5552', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3945, '2022-07-27', 2517, 3682, 589, 3812, '1.0000', '11.2000', '11.2000', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3946, '2022-07-27', 2888, 3683, 589, 9982, '1.0000', '0.8542', '0.8542', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 111, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3947, '2022-07-27', 2887, 3684, 589, 4983, '7.0000', '1.1250', '1.1250', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3948, '2022-07-27', 3074, 3685, 589, 5454, '13.0000', '1.8592', '1.8592', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3949, '2022-07-27', 3074, 3685, 589, 9973, '2.0000', '2.0000', '2.0000', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 109, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3950, '2022-07-27', 2967, 3686, 590, 4262, '4.0000', '2.4500', '2.4500', '4.5000', '4.5000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3951, '2022-07-27', 2960, 3687, 590, 4255, '10.0000', '9.5000', '9.5000', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3952, '2022-07-27', 2612, 3688, 590, 9880, '4.0000', '4.6000', '4.6000', '9.0000', '9.0000', '181.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3953, '2022-07-27', 2617, 3689, 590, 9909, '4.0000', '4.5000', '4.5000', '7.5000', '7.5000', '59.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3954, '2022-07-27', 2779, 3690, 590, 4074, '8.0000', '2.5000', '2.5000', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3955, '2022-07-27', 2698, 3691, 590, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3956, '2022-07-27', 2491, 3692, 590, 3786, '2.0000', '0.7900', '0.7900', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3957, '2022-07-27', 3549, 3693, 590, 5019, '1.0000', '17.7100', '17.7100', '25.0000', '25.0000', '9.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3958, '2022-07-27', 2699, 3694, 590, 10094, '10.0000', '7.0000', '7.0000', '8.0000', '8.0000', '49.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3959, '2022-07-27', 2801, 3695, 590, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '30.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3960, '2022-07-27', 3549, 3696, 591, 5019, '1.0000', '17.7100', '17.7100', '25.0000', '25.0000', '8.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3961, '2022-07-27', 3047, 3697, 592, 5471, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3962, '2022-07-27', 2827, 3698, 592, 4894, '4.0000', '0.1600', '0.1600', '0.2500', '0.2500', '71.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3963, '2022-07-27', 3048, 3699, 592, 5006, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3964, '2022-07-27', 2534, 3700, 592, 10132, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3965, '2022-07-27', 3120, 3701, 592, 10129, '1.0000', '5.4500', '5.4500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3966, '2022-07-27', 2711, 3702, 592, 10112, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3967, '2022-07-27', 2663, 3703, 592, 5337, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3968, '2022-07-27', 2881, 3704, 592, 4895, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3969, '2022-07-27', 2982, 3705, 592, 9871, '1.0000', '5.1575', '5.1575', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3970, '2022-07-27', 3015, 3706, 592, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '237.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3971, '2022-07-27', 2713, 3707, 592, 10110, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3972, '2022-07-27', 3311, 3708, 592, 5767, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3973, '2022-07-27', 2801, 3709, 592, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '29.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3974, '2022-07-27', 2950, 3710, 592, 10055, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3975, '2022-07-27', 3086, 3711, 592, 5131, '2.0000', '2.5800', '2.5800', '3.5000', '3.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3976, '2022-07-28', 2648, 3712, 593, 10034, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3977, '2022-07-28', 2650, 3713, 593, 10053, '5.0000', '4.1667', '4.1667', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3978, '2022-07-28', 2649, 3714, 593, 4755, '2.0000', '5.4200', '5.4200', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3979, '2022-07-28', 2649, 3714, 593, 4873, '4.0000', '5.4200', '5.4200', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3980, '2022-07-28', 2642, 3715, 593, 10054, '1.0000', '5.4167', '5.4167', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3981, '2022-07-28', 3061, 3716, 593, 4838, '5.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3982, '2022-07-28', 3061, 3716, 593, 5118, '6.0000', '4.8500', '4.8500', '6.0000', '6.0000', '70.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3983, '2022-07-28', 3063, 3717, 593, 10038, '8.0000', '2.7292', '2.7292', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3984, '2022-07-28', 3114, 3718, 593, 10084, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3985, '2022-07-28', 3163, 3719, 593, 4703, '3.0000', '4.9100', '4.9100', '7.0000', '7.0000', '25.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3986, '2022-07-28', 3164, 3720, 593, 10128, '5.0000', '1.5552', '1.5552', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3987, '2022-07-28', 2877, 3721, 593, 4172, '2.0000', '2.5400', '2.5400', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3988, '2022-07-28', 2877, 3721, 593, 4764, '3.0000', '2.5800', '2.5800', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3989, '2022-07-28', 3062, 3722, 593, 10103, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3990, '2022-07-28', 2952, 3723, 593, 5185, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '43.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3991, '2022-07-28', 2908, 3724, 594, 4203, '1.0000', '6.5600', '6.5600', '14.0000', '14.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3992, '2022-07-28', 3538, 3725, 595, 4949, '2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3993, '2022-07-28', 2908, 3726, 595, 4203, '2.0000', '6.5600', '6.5600', '14.0000', '14.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3994, '2022-07-28', 2967, 3727, 595, 4262, '7.0000', '2.4500', '2.4500', '4.5000', '4.5000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3995, '2022-07-28', 3192, 3728, 595, 5012, '1.0000', '44.4800', '44.4800', '60.0000', '60.0000', '2.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3996, '2022-07-28', 3109, 3729, 595, 4404, '1.0000', '75.1000', '75.1000', '100.0000', '100.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3997, '2022-07-28', 2608, 3730, 595, 5035, '1.0000', '31.5400', '31.5400', '45.0000', '45.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3998, '2022-07-28', 3309, 3731, 595, 4604, '32.0000', '0.0700', '0.0700', '0.2500', '0.2500', '760.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (3999, '2022-07-28', 3266, 3732, 595, 4561, '1.0000', '1.0100', '1.0100', '2.5000', '2.5000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4000, '2022-07-28', 2723, 3733, 595, 4018, '1.0000', '1.4900', '1.4900', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4001, '2022-07-28', 3233, 3734, 595, 5497, '1.0000', '29.9000', '29.9000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4002, '2022-07-28', 2726, 3735, 595, 4847, '3.0000', '10.5900', '10.5900', '25.0000', '25.0000', '8.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4003, '2022-07-28', 2719, 3736, 595, 4014, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4004, '2022-07-28', 3141, 3737, 595, 4436, '1.0000', '0.8900', '0.8900', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4005, '2022-07-28', 3264, 3738, 595, 10021, '4.0000', '13.0300', '13.0300', '23.0000', '23.0000', '84.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4006, '2022-07-28', 3260, 3739, 595, 4555, '4.0000', '1.6000', '1.6000', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4007, '2022-07-28', 2715, 3740, 595, 4010, '1.0000', '8.2400', '8.2400', '35.0000', '35.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4008, '2022-07-28', 2534, 3741, 596, 10132, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4009, '2022-07-28', 3311, 3742, 596, 5767, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4010, '2022-07-28', 2950, 3743, 596, 10055, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4011, '2022-07-28', 2881, 3744, 596, 4895, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4012, '2022-07-28', 2873, 3745, 596, 4168, '1.0000', '2.5000', '2.5000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4013, '2022-07-28', 2713, 3746, 596, 10110, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4014, '2022-07-28', 2505, 3747, 596, 7279, '-12.0000', '2.8300', '2.8300', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4015, '2022-07-28', 2505, 3747, 596, 8240, '12.0000', '2.8300', '2.8300', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4016, '2022-07-28', 2505, 3747, 596, 9201, '-12.0000', '2.8300', '2.8300', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4017, '2022-07-28', 2505, 3747, 596, 9886, '13.0000', '2.8333', '2.8333', '5.5000', '5.5000', '11.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4018, '2022-07-28', 3048, 3748, 596, 5006, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4019, '2022-07-28', 2952, 3749, 597, 5185, '2.0000', '2.9583', '2.9583', '4.0000', '4.0000', '41.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4020, '2022-07-28', 3048, 3750, 597, 5006, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4021, '2022-07-28', 2887, 3751, 597, 4983, '2.0000', '1.1250', '1.1250', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 67, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4022, '2022-07-28', 3539, 3752, 597, 4950, '1.0000', '13.5366', '13.5366', '18.5000', '18.5000', '1.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4023, '2022-07-28', 3204, 3753, 598, 4499, '1.0000', '16.5000', '16.5000', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4024, '2022-07-28', 2910, 3754, 599, 4205, '2.0000', '3.4900', '3.4900', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4025, '2022-07-28', 2646, 3755, 600, 10140, '12.0000', '11.9450', '11.9450', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4026, '2022-07-28', 3343, 3756, 600, 4794, '1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4027, '2022-07-28', 3344, 3757, 600, 9846, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 77, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4028, '2022-07-28', 3165, 3758, 600, 4795, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4029, '2022-07-28', 3166, 3759, 600, 10046, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4030, '2022-07-28', 3060, 3760, 600, 10043, '12.0000', '5.9735', '5.9735', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4031, '2022-07-28', 2922, 3761, 600, 10088, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4032, '2022-07-28', 2936, 3762, 600, 10158, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '33.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4033, '2022-07-28', 2920, 3763, 600, 4719, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4034, '2022-07-28', 2918, 3764, 600, 4730, '5.0000', '1.8750', '1.8750', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4035, '2022-07-28', 2921, 3765, 600, 4721, '3.0000', '4.0000', '4.0000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4036, '2022-07-28', 2930, 3766, 600, 9861, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4037, '2022-07-28', 2930, 3766, 600, 10091, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4038, '2022-07-29', 2877, 3767, 601, 4764, '2.0000', '2.5800', '2.5800', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4039, '2022-07-29', 2881, 3768, 601, 4895, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4040, '2022-07-29', 3048, 3769, 601, 5006, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4041, '2022-07-29', 3527, 3770, 601, 4933, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '2.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4042, '2022-07-29', 2713, 3771, 602, 10110, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4043, '2022-07-29', 3311, 3772, 602, 5767, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4044, '2022-07-29', 2901, 3773, 603, 10069, '3.0000', '13.8390', '13.8390', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 128, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4045, '2022-07-29', 3062, 3774, 604, 10103, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4046, '2022-07-29', 2505, 3775, 604, 9886, '1.0000', '2.8333', '2.8333', '5.5000', '5.5000', '10.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4047, '2022-07-29', 3311, 3776, 604, 5767, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4048, '2022-07-29', 3048, 3777, 604, 5129, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '170.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4049, '2022-07-29', 3086, 3778, 604, 5131, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4050, '2022-07-29', 2881, 3779, 604, 4895, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4051, '2022-07-29', 2663, 3780, 604, 5337, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4052, '2022-07-29', 2950, 3781, 604, 10055, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4053, '2022-07-29', 2927, 3782, 604, 4727, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '37.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4054, '2022-07-29', 2713, 3783, 604, 10110, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4055, '2022-07-29', 2713, 3783, 604, 10151, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4056, '2022-07-29', 2534, 3784, 604, 10132, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4057, '2022-07-29', 2933, 3785, 604, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '74.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4058, '2022-07-29', 2901, 3786, 605, 10069, '1.0000', '13.8390', '13.8390', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 128, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4059, '2022-07-29', 2719, 3787, 606, 4014, '5.0000', '0.9900', '0.9900', '2.0000', '2.0000', '24.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4060, '2022-07-29', 3260, 3788, 606, 4555, '5.0000', '1.6000', '1.6000', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4061, '2022-07-29', 2727, 3789, 606, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '45.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4062, '2022-07-29', 2726, 3790, 606, 4847, '1.0000', '10.5900', '10.5900', '25.0000', '25.0000', '7.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4063, '2022-07-29', 3234, 3791, 606, 9917, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '1.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4064, '2022-07-29', 2699, 3792, 606, 10094, '5.0000', '7.0000', '7.0000', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4065, '2022-07-31', 2646, 3793, 607, 10140, '10.0000', '11.9450', '11.9450', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4066, '2022-07-31', 2901, 3794, 607, 10069, '1.0000', '13.8390', '13.8390', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 128, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4067, '2022-07-31', 2901, 3794, 607, 10134, '6.0000', '14.1522', '14.1522', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 144, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4068, '2022-07-31', 2644, 3795, 607, 10102, '10.0000', '3.4229', '3.4229', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4069, '2022-07-31', 2822, 3796, 607, 10036, '10.0000', '4.6667', '4.6667', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4070, '2022-07-31', 2517, 3797, 607, 3812, '1.0000', '11.2000', '11.2000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4071, '2022-07-31', 2652, 3798, 607, 4835, '6.0000', '9.4154', '9.4154', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4072, '2022-07-31', 3062, 3799, 607, 10103, '2.0000', '13.0833', '13.0833', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4073, '2022-07-31', 2949, 3800, 607, 5163, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4074, '2022-07-31', 2712, 3801, 607, 10152, '7.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4075, '2022-07-31', 2608, 3802, 608, 5035, '2.0000', '31.5400', '31.5400', '45.0000', '45.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4076, '2022-07-31', 3172, 3803, 608, 10062, '15.0000', '3.5203', '3.5203', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4077, '2022-07-31', 2534, 3804, 608, 10132, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4078, '2022-07-31', 3120, 3805, 608, 10161, '10.0000', '5.4500', '5.4500', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 151, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4079, '2022-07-31', 3114, 3806, 608, 10084, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 132, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4080, '2022-07-31', 3114, 3806, 608, 10113, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4081, '2022-07-31', 2950, 3807, 608, 10075, '1.0000', '12.8775', '12.8775', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4082, '2022-07-31', 3311, 3808, 608, 5767, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4083, '2022-07-31', 3311, 3808, 608, 6728, '-67.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4084, '2022-07-31', 3311, 3808, 608, 8652, '24.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4085, '2022-07-31', 3311, 3808, 608, 9613, '-76.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4086, '2022-07-31', 3311, 3808, 608, 9857, '54.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 81, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4087, '2022-07-31', 3311, 3808, 608, 10067, '72.0000', '0.8700', '0.8700', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4088, '2022-07-31', 2936, 3809, 608, 10158, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4089, '2022-07-31', 2920, 3810, 608, 4719, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4090, '2022-07-31', 2677, 3811, 608, 3972, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4091, '2022-08-01', 2901, 3812, 609, 10134, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 144, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4092, '2022-08-01', 2652, 3813, 609, 4835, '16.0000', '9.4154', '9.4154', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4093, '2022-08-01', 2652, 3813, 609, 5339, '3.0000', '9.4154', '9.4154', '12.0000', '12.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4094, '2022-08-01', 2644, 3814, 609, 10102, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4095, '2022-08-01', 2644, 3814, 609, 10142, '7.0000', '3.4229', '3.4229', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4096, '2022-08-01', 2712, 3815, 609, 10152, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4097, '2022-08-01', 2646, 3816, 609, 10140, '7.0000', '11.9450', '11.9450', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4098, '2022-08-01', 3061, 3817, 609, 5118, '2.0000', '4.8500', '4.8500', '6.0000', '6.0000', '68.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4099, '2022-08-01', 3063, 3818, 609, 10038, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4100, '2022-08-01', 2508, 3819, 610, 4970, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4101, '2022-08-01', 2873, 3820, 610, 4705, '1.0000', '2.6300', '2.6300', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4102, '2022-08-01', 2505, 3821, 610, 9886, '1.0000', '2.8333', '2.8333', '5.5000', '5.5000', '9.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4103, '2022-08-01', 3086, 3822, 610, 5131, '2.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4104, '2022-08-01', 3061, 3823, 610, 5118, '2.0000', '4.8500', '4.8500', '6.0000', '6.0000', '66.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4105, '2022-08-01', 2949, 3824, 610, 5163, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4106, '2022-08-01', 2891, 3825, 610, 4186, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4107, '2022-08-01', 2646, 3826, 610, 10140, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4108, '2022-08-01', 2552, 3827, 610, 3847, '5.0000', '0.4000', '0.4000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4109, '2022-08-01', 3114, 3828, 610, 10113, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4110, '2022-08-01', 2927, 3829, 610, 4727, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '36.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4111, '2022-08-01', 3063, 3830, 610, 10038, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4112, '2022-08-01', 2835, 3831, 610, 4995, '1.0000', '13.0000', '13.0000', '17.0000', '17.0000', '21.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4113, '2022-08-01', 3164, 3832, 610, 10128, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4114, '2022-08-01', 2713, 3833, 610, 10151, '5.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4115, '2022-08-01', 3120, 3834, 610, 10161, '7.0000', '5.4500', '5.4500', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 151, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4116, '2022-08-01', 2653, 3835, 610, 10037, '26.0000', '4.4092', '4.4092', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4117, '2022-08-01', 3085, 3836, 610, 4757, '4.0000', '4.0000', '4.0000', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4118, '2022-08-01', 2950, 3837, 610, 10075, '1.0000', '12.8775', '12.8775', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4119, '2022-08-01', 3172, 3838, 610, 10062, '1.0000', '3.5203', '3.5203', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4120, '2022-08-01', 2918, 3839, 610, 4730, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4121, '2022-08-01', 3062, 3840, 610, 10143, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4122, '2022-08-01', 2500, 3841, 610, 5373, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4123, '2022-08-01', 2881, 3842, 610, 4895, '4.0000', '1.0000', '1.0000', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4124, '2022-08-01', 2935, 3843, 610, 9934, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4125, '2022-08-01', 3311, 3844, 610, 10067, '6.0000', '0.8700', '0.8700', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4126, '2022-08-01', 2534, 3845, 610, 10132, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4127, '2022-08-01', 2534, 3845, 610, 10150, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4128, '2022-08-01', 3047, 3846, 610, 5471, '5.0000', '1.6700', '1.6700', '2.5000', '2.5000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4129, '2022-08-01', 3048, 3847, 610, 5129, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '166.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4130, '2022-08-01', 2712, 3848, 610, 10152, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4131, '2022-08-01', 3015, 3849, 610, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '235.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4132, '2022-08-01', 3483, 3850, 610, 5026, '8.0000', '0.8583', '0.8583', '1.5000', '1.5000', '45.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4133, '2022-08-01', 2646, 3851, 611, 10140, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4134, '2022-08-01', 3114, 3852, 611, 10113, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4135, '2022-08-01', 3080, 3853, 611, 9918, '3.0000', '12.6500', '12.6500', '20.0000', '20.0000', '3.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4136, '2022-08-01', 3233, 3854, 611, 9915, '1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '19.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4137, '2022-08-01', 2712, 3855, 611, 10152, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4138, '2022-08-01', 3172, 3856, 612, 10062, '1.0000', '3.5203', '3.5203', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4139, '2022-08-01', 2713, 3857, 612, 10151, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4140, '2022-08-01', 3119, 3858, 613, 4796, '1.0000', '36.3000', '36.3000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4141, '2022-08-01', 2713, 3859, 613, 10151, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4142, '2022-08-01', 3048, 3860, 613, 5129, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '164.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4143, '2022-08-01', 2502, 3861, 613, 10078, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4144, '2022-08-01', 3172, 3862, 613, 10062, '1.0000', '3.5203', '3.5203', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4145, '2022-08-01', 2534, 3863, 613, 10150, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4146, '2022-08-01', 2653, 3864, 613, 10037, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4147, '2022-08-01', 2981, 3865, 614, 5742, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4148, '2022-08-01', 2699, 3866, 614, 10094, '15.0000', '7.0000', '7.0000', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4149, '2022-08-01', 2606, 3867, 614, 5016, '5.0000', '30.9400', '30.9400', '40.0000', '40.0000', '5.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4150, '2022-08-01', 2617, 3868, 614, 9909, '6.0000', '4.5000', '4.5000', '7.5000', '7.5000', '53.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4151, '2022-08-01', 3063, 3869, 615, 10038, '4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4152, '2022-08-02', 2646, 3870, 616, 10140, '7.0000', '11.9450', '11.9450', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4153, '2022-08-02', 2712, 3871, 616, 10152, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4154, '2022-08-02', 2936, 3872, 616, 10158, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '29.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4155, '2022-08-02', 2922, 3873, 616, 10156, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4156, '2022-08-02', 2921, 3874, 616, 4721, '3.0000', '4.0000', '4.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4157, '2022-08-02', 2666, 3875, 616, 3961, '1.0000', '21.0000', '21.0000', '27.0000', '27.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4158, '2022-08-02', 3271, 3876, 616, 4566, '1.0000', '1.7900', '1.7900', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4159, '2022-08-02', 3349, 3877, 616, 4644, '2.0000', '2.9500', '2.9500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4160, '2022-08-02', 3085, 3878, 616, 4757, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4161, '2022-08-02', 2790, 3879, 616, 10160, '1.0000', '5.4200', '5.4200', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 151, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4162, '2022-08-02', 3074, 3880, 616, 9973, '1.0000', '2.0000', '2.0000', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 109, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4163, '2022-08-02', 2713, 3881, 616, 10151, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4164, '2022-08-02', 3172, 3882, 616, 10062, '6.0000', '3.5203', '3.5203', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4165, '2022-08-02', 2653, 3883, 617, 10101, '22.0000', '4.4092', '4.4092', '6.0000', '6.0000', '98.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4166, '2022-08-02', 3483, 3884, 617, 5026, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '42.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4167, '2022-08-02', 3085, 3885, 618, 4757, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4168, '2022-08-02', 3085, 3885, 618, 4992, '9.0000', '4.0000', '4.0000', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4169, '2022-08-02', 3062, 3886, 618, 10143, '3.0000', '13.0833', '13.0833', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4170, '2022-08-02', 3061, 3887, 618, 5118, '6.0000', '4.8500', '4.8500', '6.0000', '6.0000', '60.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4171, '2022-08-02', 3063, 3888, 618, 10038, '10.0000', '2.7292', '2.7292', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4172, '2022-08-02', 2642, 3889, 618, 10145, '10.0000', '6.2500', '6.2500', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4173, '2022-08-02', 2646, 3890, 619, 10140, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4174, '2022-08-02', 3063, 3891, 619, 10038, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4175, '2022-08-02', 2699, 3892, 620, 10094, '3.0000', '7.0000', '7.0000', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4176, '2022-08-02', 2606, 3893, 620, 5016, '1.0000', '30.9400', '30.9400', '40.0000', '40.0000', '4.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4177, '2022-08-03', 2981, 3894, 621, 5742, '2.0000', '50.8700', '50.8700', '55.0000', '55.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4178, '2022-08-03', 2646, 3895, 621, 10140, '5.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4179, '2022-08-03', 2789, 3896, 621, 4704, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4180, '2022-08-03', 2790, 3897, 621, 10160, '1.0000', '5.4200', '5.4200', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 151, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4181, '2022-08-03', 3048, 3898, 621, 5129, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '163.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4182, '2022-08-03', 3047, 3899, 621, 5471, '10.0000', '1.6700', '1.6700', '2.5000', '2.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4183, '2022-08-03', 2923, 3900, 621, 4726, '5.0000', '3.0000', '3.0000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4184, '2022-08-03', 2921, 3901, 621, 4721, '3.0000', '4.0000', '4.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4185, '2022-08-03', 2936, 3902, 621, 10158, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '24.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4186, '2022-08-03', 2922, 3903, 621, 10156, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4187, '2022-08-03', 2919, 3904, 621, 4720, '4.0000', '6.0000', '6.0000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4188, '2022-08-03', 3172, 3905, 621, 10062, '2.0000', '3.5203', '3.5203', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4189, '2022-08-03', 3172, 3905, 621, 10179, '13.0000', '3.5018', '3.5018', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4190, '2022-08-03', 3311, 3906, 621, 10067, '10.0000', '0.8700', '0.8700', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4191, '2022-08-03', 2712, 3907, 621, 10152, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4192, '2022-08-03', 2711, 3908, 621, 10112, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4193, '2022-08-03', 3483, 3909, 621, 5026, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '41.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4194, '2022-08-03', 2485, 3910, 622, 5055, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4195, '2022-08-03', 3311, 3911, 623, 10067, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4196, '2022-08-03', 2505, 3912, 623, 9886, '1.0000', '2.8333', '2.8333', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4197, '2022-08-03', 3086, 3913, 623, 6092, '-6.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4198, '2022-08-03', 3086, 3913, 623, 7055, '-8.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4199, '2022-08-03', 3086, 3913, 623, 8016, '8.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4200, '2022-08-03', 3086, 3913, 623, 8977, '-8.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4201, '2022-08-03', 3086, 3913, 623, 9873, '15.0000', '2.9700', '2.9700', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4202, '2022-08-03', 2935, 3914, 623, 9934, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4203, '2022-08-03', 2791, 3915, 623, 4708, '1.0000', '2.9700', '2.9700', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4204, '2022-08-03', 2663, 3916, 623, 5337, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4205, '2022-08-03', 2881, 3917, 623, 4895, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4206, '2022-08-03', 2653, 3918, 623, 10101, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '92.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4207, '2022-08-03', 2949, 3919, 623, 5163, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4208, '2022-08-03', 2918, 3920, 623, 5384, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4209, '2022-08-03', 2713, 3921, 623, 10151, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4210, '2022-08-03', 3120, 3922, 623, 10161, '7.0000', '5.4500', '5.4500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 151, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4211, '2022-08-03', 3120, 3922, 623, 10162, '1.0000', '5.4500', '5.4500', '7.0000', '7.0000', '35.0000', 1, 0, NULL, 152, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4212, '2022-08-03', 3085, 3923, 623, 4992, '3.0000', '4.0000', '4.0000', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4213, '2022-08-03', 2879, 3924, 623, 10061, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4214, '2022-08-03', 2952, 3925, 623, 5185, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4215, '2022-08-03', 2893, 3926, 623, 4896, '1.0000', '1.0500', '1.0500', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4216, '2022-08-03', 2534, 3927, 623, 10150, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4217, '2022-08-03', 3114, 3928, 623, 10113, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4218, '2022-08-03', 3015, 3929, 623, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '234.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4219, '2022-08-03', 2982, 3930, 623, 9871, '1.0000', '5.1575', '5.1575', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4220, '2022-08-03', 3047, 3931, 623, 5471, '4.0000', '1.6700', '1.6700', '2.5000', '2.5000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4221, '2022-08-03', 3483, 3932, 623, 5026, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4222, '2022-08-03', 3048, 3933, 623, 5129, '12.0000', '0.8333', '0.8333', '1.5000', '1.5000', '151.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4223, '2022-08-03', 2504, 3934, 624, 4743, '11.0000', '2.0833', '2.0833', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4224, '2022-08-03', 2660, 3935, 625, 3955, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4225, '2022-08-03', 3539, 3936, 626, 4950, '1.0000', '13.5366', '13.5366', '18.5000', '18.5000', '0.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4226, '2022-08-03', 2949, 3937, 627, 5163, '1.0000', '5.9200', '5.9200', '8.0000', '8.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4227, '2022-08-03', 2500, 3938, 627, 5373, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4228, '2022-08-03', 2517, 3939, 627, 7070, '-5.0000', '11.2000', '11.2000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4229, '2022-08-03', 2517, 3939, 627, 8031, '5.0000', '11.2000', '11.2000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4230, '2022-08-03', 2517, 3939, 627, 8992, '-5.0000', '11.2000', '11.2000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4231, '2022-08-03', 2517, 3939, 627, 9912, '6.0000', '11.4200', '11.4200', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 100, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4232, '2022-08-03', 2661, 3940, 628, 4892, '1.0000', '0.2406', '0.2406', '0.5000', '0.5000', '93.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4233, '2022-08-03', 2653, 3941, 628, 10101, '15.0000', '4.4092', '4.4092', '6.0000', '6.0000', '77.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4234, '2022-08-03', 3114, 3942, 628, 10113, '8.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4235, '2022-08-03', 3114, 3942, 628, 10154, '7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4236, '2022-08-03', 2950, 3943, 628, 10075, '1.0000', '12.8775', '12.8775', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4237, '2022-08-03', 2652, 3944, 629, 5339, '13.0000', '9.4154', '9.4154', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4238, '2022-08-03', 2652, 3944, 629, 6300, '-16.0000', '9.4154', '9.4154', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4239, '2022-08-03', 2652, 3944, 629, 7263, '4.0000', '9.4154', '9.4154', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4240, '2022-08-03', 2652, 3944, 629, 9185, '-18.0000', '9.4154', '9.4154', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4241, '2022-08-03', 2652, 3944, 629, 10032, '24.0000', '9.4683', '9.4683', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4242, '2022-08-03', 2652, 3944, 629, 10138, '13.0000', '9.4683', '9.4683', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4243, '2022-08-03', 2936, 3945, 630, 10158, '6.0000', '3.7500', '3.7500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4244, '2022-08-03', 3311, 3946, 630, 10067, '15.0000', '0.8700', '0.8700', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4245, '2022-08-03', 2950, 3947, 630, 10075, '9.0000', '12.8775', '12.8775', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4246, '2022-08-03', 2950, 3947, 630, 10130, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4247, '2022-08-03', 3483, 3948, 631, 5026, '10.0000', '0.8583', '0.8583', '1.5000', '1.5000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4248, '2022-08-03', 2950, 3949, 631, 10130, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4249, '2022-08-03', 2699, 3950, 632, 10094, '8.0000', '7.0000', '7.0000', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4250, '2022-08-03', 2951, 3951, 632, 5756, '1.0000', '2.0000', '2.0000', '3.5000', '3.5000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4251, '2022-08-03', 3558, 3952, 632, 10206, '1.0000', '50.6150', '50.6150', '58.0000', '58.0000', '11.0000', 1, 0, NULL, 163, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4252, '2022-08-03', 3120, 3953, 633, 10162, '2.0000', '5.4500', '5.4500', '7.0000', '7.0000', '33.0000', 1, 0, NULL, 152, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4253, '2022-08-03', 2713, 3954, 633, 10151, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4254, '2022-08-03', 3048, 3955, 633, 5129, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '149.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4255, '2022-08-03', 3120, 3956, 634, 10162, '15.0000', '5.4500', '5.4500', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 152, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4256, '2022-08-09', 2645, 3957, 635, 13133, '48.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4257, '2022-08-09', 3015, 3958, 636, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '233.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4258, '2022-08-09', 3009, 3959, 636, 4304, '2.0000', '8.0000', '8.0000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4259, '2022-08-09', 2589, 3960, 636, 4821, '3.0000', '11.3925', '11.3925', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4260, '2022-08-09', 3161, 3961, 636, 4456, '2.0000', '10.6500', '10.6500', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4261, '2022-08-09', 2879, 3962, 636, 10061, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4262, '2022-08-09', 2790, 3963, 636, 10160, '1.0000', '5.4200', '5.4200', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 151, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4263, '2022-08-09', 2713, 3964, 636, 10151, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4264, '2022-08-09', 3114, 3965, 636, 10154, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4265, '2022-08-09', 2917, 3966, 636, 4976, '7.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4266, '2022-08-09', 2917, 3966, 636, 5678, '10.0000', '9.2096', '9.2096', '14.0000', '14.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4267, '2022-08-09', 2660, 3967, 636, 3955, '6.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4268, '2022-08-09', 2660, 3967, 636, 4782, '9.0000', '3.5700', '3.5700', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4269, '2022-08-09', 3061, 3968, 636, 5118, '5.0000', '4.8500', '4.8500', '6.0000', '6.0000', '55.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4270, '2022-08-09', 2822, 3969, 636, 10036, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4271, '2022-08-09', 3309, 3970, 636, 4604, '12.0000', '0.0700', '0.0700', '0.2500', '0.2500', '748.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4272, '2022-08-09', 3483, 3971, 636, 5026, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4273, '2022-08-09', 2960, 3972, 636, 4255, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4274, '2022-08-09', 2643, 3973, 636, 3938, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4275, '2022-08-09', 2502, 3974, 636, 10078, '11.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4276, '2022-08-09', 2502, 3974, 636, 13145, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4277, '2022-08-09', 2642, 3975, 636, 10145, '3.0000', '6.2500', '6.2500', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4278, '2022-08-09', 2646, 3976, 636, 13134, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4279, '2022-08-09', 3172, 3977, 636, 10179, '6.0000', '3.5018', '3.5018', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4280, '2022-08-09', 2952, 3978, 636, 5185, '4.0000', '2.9583', '2.9583', '4.0000', '4.0000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4281, '2022-08-09', 2712, 3979, 636, 10152, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4282, '2022-08-09', 2930, 3980, 636, 10091, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4283, '2022-08-09', 3074, 3981, 636, 9973, '1.0000', '2.0000', '2.0000', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 109, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4284, '2022-08-09', 2653, 3982, 636, 10101, '16.0000', '4.4092', '4.4092', '6.0000', '6.0000', '61.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4285, '2022-08-09', 3086, 3983, 637, 9873, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4286, '2022-08-09', 2711, 3984, 637, 10112, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4287, '2022-08-09', 3063, 3985, 637, 10038, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4288, '2022-08-09', 2649, 3986, 637, 4873, '8.0000', '5.4200', '5.4200', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 56, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4289, '2022-08-09', 2649, 3986, 637, 7415, '-7.0000', '5.4200', '5.4200', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4290, '2022-08-09', 2649, 3986, 637, 8376, '7.0000', '5.4200', '5.4200', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4291, '2022-08-09', 2649, 3986, 637, 9337, '-29.0000', '5.4200', '5.4200', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4292, '2022-08-09', 2649, 3986, 637, 9890, '24.0000', '5.4200', '5.4200', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4293, '2022-08-09', 2649, 3986, 637, 10081, '9.0000', '5.4167', '5.4167', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4294, '2022-08-09', 3017, 3987, 637, 4709, '6.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4295, '2022-08-09', 3017, 3987, 637, 5739, '12.0000', '4.1700', '4.1700', '6.0000', '6.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4296, '2022-08-09', 2499, 3988, 637, 5372, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4297, '2022-08-09', 2499, 3988, 637, 6333, '-8.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4298, '2022-08-09', 2499, 3988, 637, 7296, '-10.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4299, '2022-08-09', 2499, 3988, 637, 8257, '10.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4300, '2022-08-09', 2499, 3988, 637, 10079, '11.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4301, '2022-08-09', 3172, 3989, 637, 10179, '2.0000', '3.5018', '3.5018', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4302, '2022-08-09', 2889, 3990, 637, 5479, '1.0000', '4.2600', '4.2600', '5.0000', '5.0000', '47.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4303, '2022-08-09', 2645, 3991, 637, 13139, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 166, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4304, '2022-08-09', 3062, 3992, 637, 10143, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4305, '2022-08-09', 3048, 3993, 637, 5129, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '144.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4306, '2022-08-09', 3483, 3994, 637, 5026, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4307, '2022-08-09', 2887, 3995, 637, 5750, '5.0000', '1.1250', '1.1250', '1.5000', '1.5000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4308, '2022-08-09', 2893, 3996, 637, 4896, '1.0000', '1.0500', '1.0500', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4309, '2022-08-09', 2504, 3997, 637, 4743, '3.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 33, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4310, '2022-08-09', 2504, 3997, 637, 5358, '13.0000', '2.0833', '2.0833', '4.0000', '4.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4311, '2022-08-09', 2936, 3998, 638, 10158, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4312, '2022-08-09', 2920, 3999, 638, 4719, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4313, '2022-08-09', 2920, 3999, 638, 5387, '12.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4314, '2022-08-09', 2922, 4000, 638, 10156, '17.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4315, '2022-08-09', 2901, 4001, 638, 10134, '5.0000', '14.1522', '14.1522', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 144, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4316, '2022-08-09', 2653, 4002, 638, 10101, '15.0000', '4.4092', '4.4092', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4317, '2022-08-09', 2645, 4003, 638, 13139, '15.0000', '8.5417', '8.5417', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 166, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4318, '2022-08-09', 2646, 4004, 638, 13134, '24.0000', '11.9450', '11.9450', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4319, '2022-08-09', 3120, 4005, 638, 10162, '5.0000', '5.4500', '5.4500', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 152, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4320, '2022-08-09', 2534, 4006, 638, 10150, '7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4321, '2022-08-09', 2713, 4007, 639, 10151, '6.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4322, '2022-08-09', 2713, 4007, 639, 10640, '4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4323, '2022-08-09', 2712, 4008, 639, 10152, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4324, '2022-08-09', 2918, 4009, 639, 5384, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4325, '2022-08-10', 2545, 4010, 640, 3840, '10.0000', '18.0000', '18.0000', '25.0000', '25.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4326, '2022-08-10', 2870, 4011, 640, 4165, '1.0000', '41.6400', '41.6400', '55.0000', '55.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4327, '2022-08-10', 3172, 4012, 640, 10179, '10.0000', '3.5018', '3.5018', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4328, '2022-08-10', 2950, 4013, 640, 10130, '4.0000', '12.8800', '12.8800', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4329, '2022-08-10', 3120, 4014, 640, 10162, '10.0000', '5.4500', '5.4500', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 152, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4330, '2022-08-10', 2534, 4015, 640, 10150, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4331, '2022-08-10', 2534, 4015, 640, 13146, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4332, '2022-08-10', 2893, 4016, 640, 4896, '5.0000', '1.0500', '1.0500', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4333, '2022-08-10', 2888, 4017, 640, 10199, '15.0000', '0.8542', '0.8542', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4334, '2022-08-10', 2927, 4018, 640, 4727, '10.0000', '1.5000', '1.5000', '2.0000', '2.0000', '26.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4335, '2022-08-10', 2891, 4019, 640, 4186, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4336, '2022-08-10', 2891, 4019, 640, 4777, '3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4337, '2022-08-10', 2660, 4020, 640, 4782, '3.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4338, '2022-08-10', 2660, 4020, 640, 5002, '8.0000', '3.5700', '3.5700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4339, '2022-08-10', 2711, 4021, 640, 10112, '15.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4340, '2022-08-10', 2952, 4022, 640, 5185, '15.0000', '2.9583', '2.9583', '4.0000', '4.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4341, '2022-08-10', 3085, 4023, 640, 4992, '12.0000', '4.0000', '4.0000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 68, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4342, '2022-08-10', 2650, 4024, 640, 10053, '4.0000', '4.1667', '4.1667', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4343, '2022-08-10', 2646, 4025, 640, 13134, '11.0000', '11.9450', '11.9450', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4344, '2022-08-10', 2645, 4026, 640, 13139, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 166, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4345, '2022-08-10', 3165, 4027, 640, 9208, '-3.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4346, '2022-08-10', 3165, 4027, 640, 9843, '2.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 77, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4347, '2022-08-10', 3165, 4027, 640, 10045, '2.0000', '39.0000', '39.0000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4348, '2022-08-10', 3166, 4028, 640, 10201, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 162, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4349, '2022-08-10', 3288, 4029, 641, 4583, '1.0000', '16.5200', '16.5200', '22.0000', '22.0000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4350, '2022-08-10', 3349, 4030, 641, 4644, '1.0000', '2.9500', '2.9500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4351, '2022-08-10', 2952, 4031, 641, 5185, '4.0000', '2.9583', '2.9583', '4.0000', '4.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4352, '2022-08-10', 3048, 4032, 641, 5129, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '141.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4353, '2022-08-10', 3172, 4033, 641, 10179, '1.0000', '3.5018', '3.5018', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4354, '2022-08-10', 3107, 4034, 641, 5105, '1.0000', '19.8500', '19.8500', '26.0000', '26.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4355, '2022-08-10', 2660, 4035, 641, 5002, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4356, '2022-08-10', 2950, 4036, 641, 13143, '1.0000', '12.8775', '12.8775', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4357, '2022-08-10', 2879, 4037, 641, 10061, '3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4358, '2022-08-10', 2879, 4037, 641, 10178, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4359, '2022-08-10', 2712, 4038, 641, 10152, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4360, '2022-08-10', 3483, 4039, 641, 5026, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4361, '2022-08-10', 3137, 4040, 642, 4432, '1.0000', '3.0500', '3.0500', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4362, '2022-08-10', 2491, 4041, 642, 3786, '1.0000', '0.7900', '0.7900', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4363, '2022-08-10', 2719, 4042, 642, 4014, '1.0000', '0.9900', '0.9900', '2.0000', '2.0000', '23.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4364, '2022-08-10', 2725, 4043, 642, 10018, '1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '60.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4365, '2022-08-10', 2759, 4044, 642, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '23.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4366, '2022-08-10', 2720, 4045, 642, 4015, '2.0000', '13.7000', '13.7000', '19.0000', '19.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4367, '2022-08-10', 3134, 4046, 642, 4429, '1.0000', '3.9500', '3.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4368, '2022-08-10', 2769, 4047, 642, 4824, '1.0000', '8.9600', '8.9600', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4369, '2022-08-10', 2771, 4048, 642, 4066, '1.0000', '7.0100', '7.0100', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4370, '2022-08-10', 3558, 4049, 643, 10206, '1.0000', '50.6150', '50.6150', '58.0000', '58.0000', '10.0000', 1, 0, NULL, 163, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4371, '2022-08-10', 2699, 4050, 644, 10094, '1.0000', '7.0000', '7.0000', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4372, '2022-08-10', 3304, 4051, 644, 4599, '30.0000', '0.3900', '0.3900', '1.0000', '1.0000', '531.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4373, '2022-08-10', 2726, 4052, 644, 4847, '1.0000', '10.5900', '10.5900', '25.0000', '25.0000', '6.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4374, '2022-08-10', 2759, 4053, 644, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '22.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4375, '2022-08-10', 2719, 4054, 644, 4014, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4376, '2022-08-10', 3109, 4055, 644, 4404, '1.0000', '75.1000', '75.1000', '100.0000', '100.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4377, '2022-08-10', 2612, 4056, 644, 9880, '10.0000', '4.6000', '4.6000', '9.0000', '9.0000', '171.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4378, '2022-08-10', 2502, 4057, 644, 13145, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4379, '2022-08-10', 3483, 4058, 644, 5026, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4380, '2022-08-10', 3558, 4059, 644, 10206, '1.0000', '50.6150', '50.6150', '58.0000', '58.0000', '9.0000', 1, 0, NULL, 163, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4381, '2022-08-10', 2981, 4060, 645, 5742, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4382, '2022-08-10', 2817, 4061, 645, 4112, '2.0000', '20.8900', '20.8900', '29.0000', '29.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4383, '2022-08-10', 3190, 4062, 645, 4485, '2.0000', '7.7500', '7.7500', '12.0000', '12.0000', '92.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4384, '2022-08-10', 2961, 4063, 645, 5818, '3.0000', '12.0000', '12.0000', '18.0000', '18.0000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4385, '2022-08-10', 2713, 4064, 646, 10640, '5.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4386, '2022-08-10', 2713, 4064, 646, 11610, '-9.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4387, '2022-08-10', 2713, 4064, 646, 12580, '9.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4388, '2022-08-10', 2713, 4064, 646, 13140, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4389, '2022-08-10', 2712, 4065, 646, 10170, '5.0000', '15.3750', '15.3750', '17.0000', '17.0000', '13.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4390, '2022-08-10', 2643, 4066, 647, 5338, '4.0000', '6.1300', '6.1300', '12.0000', '12.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4391, '2022-08-10', 3311, 4067, 647, 10067, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4392, '2022-08-10', 3483, 4068, 647, 5026, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4393, '2022-08-10', 3048, 4069, 647, 5129, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '140.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4394, '2022-08-10', 2517, 4070, 647, 10198, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 160, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4395, '2022-08-11', 2770, 4071, 648, 4065, '3.0000', '15.2500', '15.2500', '20.0000', '20.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4396, '2022-08-11', 3558, 4072, 648, 10206, '1.0000', '50.6150', '50.6150', '58.0000', '58.0000', '8.0000', 1, 0, NULL, 163, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4397, '2022-08-11', 2851, 4073, 648, 4146, '1.0000', '5.8800', '5.8800', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4398, '2022-08-11', 2766, 4074, 648, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '279.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4399, '2022-08-11', 3349, 4075, 648, 4644, '5.0000', '2.9500', '2.9500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4400, '2022-08-11', 2807, 4076, 648, 4102, '2.0000', '20.1400', '20.1400', '26.0000', '26.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4401, '2022-08-11', 2617, 4077, 648, 9909, '10.0000', '4.5000', '4.5000', '7.5000', '7.5000', '43.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4402, '2022-08-11', 2725, 4078, 648, 10018, '3.0000', '3.8700', '3.8700', '10.0000', '10.0000', '57.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4403, '2022-08-11', 3262, 4079, 648, 5939, '3.0000', '6.1300', '6.1300', '10.0000', '10.0000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4404, '2022-08-11', 2699, 4080, 648, 10094, '8.0000', '7.0000', '7.0000', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4405, '2022-08-11', 2606, 4081, 648, 5016, '1.0000', '30.9400', '30.9400', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4406, '2022-08-11', 2485, 4082, 649, 5055, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4407, '2022-08-11', 2646, 4083, 649, 13134, '8.0000', '11.9450', '11.9450', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4408, '2022-08-11', 2645, 4084, 649, 13139, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 166, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4409, '2022-08-11', 2711, 4085, 649, 10112, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 139, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4410, '2022-08-11', 2711, 4085, 649, 10153, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4411, '2022-08-11', 3062, 4086, 650, 10143, '3.0000', '13.0833', '13.0833', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4412, '2022-08-11', 2646, 4087, 650, 13134, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4413, '2022-08-11', 2645, 4088, 650, 13139, '15.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 166, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4414, '2022-08-11', 2660, 4089, 650, 5002, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4415, '2022-08-11', 2660, 4089, 650, 5325, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4416, '2022-08-11', 3114, 4090, 650, 10154, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4417, '2022-08-11', 2952, 4091, 650, 5185, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4418, '2022-08-11', 2919, 4092, 650, 4720, '4.0000', '6.0000', '6.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4419, '2022-08-11', 2712, 4093, 651, 10170, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '12.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4420, '2022-08-11', 2508, 4094, 651, 4970, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4421, '2022-08-11', 3048, 4095, 651, 5129, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '137.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4422, '2022-08-11', 3311, 4096, 651, 10067, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4423, '2022-08-11', 2888, 4097, 651, 10199, '5.0000', '0.8542', '0.8542', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4424, '2022-08-11', 2949, 4098, 651, 5163, '3.0000', '5.9200', '5.9200', '8.0000', '8.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4425, '2022-08-11', 2711, 4099, 651, 10153, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4426, '2022-08-11', 3015, 4100, 651, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '231.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4427, '2022-08-11', 3483, 4101, 651, 5026, '9.0000', '0.8583', '0.8583', '1.5000', '1.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4428, '2022-08-11', 3062, 4102, 651, 10143, '2.0000', '13.0833', '13.0833', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4429, '2022-08-11', 3086, 4103, 651, 9873, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4430, '2022-08-11', 3120, 4104, 651, 10162, '3.0000', '5.4500', '5.4500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 152, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4431, '2022-08-11', 3120, 4104, 651, 10542, '-2.0000', '5.4500', '5.4500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4432, '2022-08-11', 3120, 4104, 651, 11512, '2.0000', '5.4500', '5.4500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4433, '2022-08-11', 3120, 4104, 651, 12482, '-2.0000', '5.4500', '5.4500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4434, '2022-08-11', 3120, 4104, 651, 13151, '7.0000', '5.4500', '5.4500', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4435, '2022-08-11', 2873, 4105, 651, 4705, '1.0000', '2.6300', '2.6300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4436, '2022-08-11', 2645, 4106, 651, 13139, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 166, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4437, '2022-08-11', 2649, 4107, 651, 10081, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4438, '2022-08-11', 2653, 4108, 651, 10101, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4439, '2022-08-11', 2534, 4109, 651, 13146, '13.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4440, '2022-08-11', 3047, 4110, 651, 5471, '5.0000', '1.6700', '1.6700', '2.5000', '2.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4441, '2022-08-11', 2893, 4111, 651, 4896, '2.0000', '1.0500', '1.0500', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4442, '2022-08-11', 2713, 4112, 651, 13140, '5.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4443, '2022-08-11', 2552, 4113, 651, 4891, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4444, '2022-08-11', 3017, 4114, 651, 5739, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4445, '2022-08-11', 3172, 4115, 651, 10179, '1.0000', '3.5018', '3.5018', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4446, '2022-08-11', 2901, 4116, 652, 10134, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 144, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4447, '2022-08-11', 2725, 4117, 652, 10018, '1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '56.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4448, '2022-08-12', 2901, 4118, 653, 10175, '2.0000', '14.5880', '14.5880', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 156, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4449, '2022-08-12', 2504, 4119, 653, 5358, '5.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4450, '2022-08-12', 2713, 4120, 653, 13140, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4451, '2022-08-12', 3172, 4121, 653, 10179, '1.0000', '3.5018', '3.5018', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4452, '2022-08-12', 2887, 4122, 653, 5750, '5.0000', '1.1250', '1.1250', '1.5000', '1.5000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4453, '2022-08-12', 3063, 4123, 653, 10038, '5.0000', '2.7292', '2.7292', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4454, '2022-08-12', 2952, 4124, 653, 5185, '10.0000', '2.9583', '2.9583', '4.0000', '4.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4455, '2022-08-12', 2712, 4125, 653, 10170, '5.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4456, '2022-08-12', 2921, 4126, 653, 4721, '5.0000', '4.0000', '4.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4457, '2022-08-12', 2936, 4127, 653, 10158, '12.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4458, '2022-08-12', 2922, 4128, 653, 10156, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4459, '2022-08-12', 3017, 4129, 653, 5739, '8.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4460, '2022-08-12', 3017, 4129, 653, 7663, '-11.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4461, '2022-08-12', 3017, 4129, 653, 8624, '11.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4462, '2022-08-12', 3017, 4129, 653, 9585, '-11.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4463, '2022-08-12', 3017, 4129, 653, 10073, '12.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 130, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4464, '2022-08-12', 3017, 4129, 653, 10125, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4465, '2022-08-12', 2660, 4130, 653, 5325, '15.0000', '3.5700', '3.5700', '5.0000', '5.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4466, '2022-08-12', 2902, 4131, 653, 9947, '3.0000', '6.7500', '6.7500', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 106, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4467, '2022-08-12', 2918, 4132, 653, 5384, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '31.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4468, '2022-08-12', 2699, 4133, 654, 10094, '2.0000', '7.0000', '7.0000', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4469, '2022-08-12', 2697, 4134, 654, 3992, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4470, '2022-08-12', 2607, 4135, 654, 3902, '1.0000', '30.9400', '30.9400', '45.0000', '45.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4471, '2022-08-12', 3572, 4136, 654, 13180, '1.0000', '145.0000', '145.0000', '195.0000', '195.0000', '2.0000', 1, 0, NULL, 177, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4472, '2022-08-12', 3573, 4137, 654, 13181, '1.0000', '145.0000', '145.0000', '195.0000', '195.0000', '2.0000', 1, 0, NULL, 177, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4473, '2022-08-12', 3006, 4138, 654, 4301, '1.0000', '23.9400', '23.9400', '34.0000', '34.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4474, '2022-08-12', 2491, 4139, 654, 3786, '3.0000', '0.7900', '0.7900', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4475, '2022-08-12', 3260, 4140, 654, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4476, '2022-08-12', 2712, 4141, 655, 10170, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4477, '2022-08-12', 3311, 4142, 655, 10067, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4478, '2022-08-12', 3311, 4142, 655, 10183, '7.0000', '0.8700', '0.8700', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4479, '2022-08-12', 3507, 4143, 655, 4913, '1.0000', '7.9900', '7.9900', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4480, '2022-08-12', 2653, 4144, 656, 10101, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4481, '2022-08-12', 2713, 4145, 657, 13140, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4482, '2022-08-12', 2927, 4146, 657, 4727, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '25.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4483, '2022-08-12', 3164, 4147, 657, 10128, '2.0000', '1.5552', '1.5552', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4484, '2022-08-12', 2887, 4148, 657, 5750, '2.0000', '1.1250', '1.1250', '1.5000', '1.5000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4485, '2022-08-12', 3085, 4149, 657, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '64.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4486, '2022-08-12', 2923, 4150, 657, 4726, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4487, '2022-08-12', 3483, 4151, 657, 5026, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4488, '2022-08-12', 2924, 4152, 657, 4729, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4489, '2022-08-12', 2919, 4153, 657, 4720, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4490, '2022-08-12', 2663, 4154, 657, 5337, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4491, '2022-08-12', 2534, 4155, 657, 13146, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4492, '2022-08-12', 3120, 4156, 657, 13151, '7.0000', '5.4500', '5.4500', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4493, '2022-08-12', 2888, 4157, 657, 10199, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4494, '2022-08-12', 3048, 4158, 657, 5129, '8.0000', '0.8333', '0.8333', '1.5000', '1.5000', '129.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4495, '2022-08-12', 3114, 4159, 658, 10154, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4496, '2022-08-12', 2822, 4160, 658, 10036, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4497, '2022-08-12', 2712, 4161, 659, 10170, '5.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4498, '2022-08-12', 3017, 4162, 659, 10125, '11.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4499, '2022-08-12', 3017, 4162, 659, 10932, '-4.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4500, '2022-08-12', 3017, 4162, 659, 11902, '4.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4501, '2022-08-12', 3017, 4162, 659, 12872, '-4.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4502, '2022-08-12', 3017, 4162, 659, 13149, '5.0000', '4.3800', '4.3800', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4503, '2022-08-12', 2902, 4163, 659, 9947, '5.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 106, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4504, '2022-08-12', 2902, 4163, 659, 10076, '5.0000', '6.7500', '6.7500', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4505, '2022-08-12', 2454, 4164, 659, 3749, '1.0000', '1.9400', '1.9400', '3.0000', '3.0000', '46.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4506, '2022-08-13', 3183, 4165, 660, 4478, '1.0000', '6.5600', '6.5600', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4507, '2022-08-13', 2961, 4166, 660, 5818, '3.0000', '12.0000', '12.0000', '18.0000', '18.0000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4508, '2022-08-13', 3349, 4167, 660, 4644, '5.0000', '2.9500', '2.9500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4509, '2022-08-13', 3564, 4168, 660, 13169, '1.0000', '21.6000', '21.6000', '32.0000', '32.0000', '5.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4510, '2022-08-13', 2719, 4169, 660, 4014, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4511, '2022-08-13', 2711, 4170, 661, 10153, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4512, '2022-08-15', 2647, 4171, 662, 10532, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4513, '2022-08-15', 2647, 4171, 662, 11502, '-1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4514, '2022-08-15', 2647, 4171, 662, 13135, '15.0000', '7.7517', '7.7517', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4515, '2022-08-15', 2711, 4172, 662, 10153, '12.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4516, '2022-08-15', 2712, 4173, 662, 10170, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4517, '2022-08-15', 2712, 4173, 662, 13141, '6.0000', '15.3750', '15.3750', '17.0000', '17.0000', '12.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4518, '2022-08-15', 3172, 4174, 662, 10179, '6.0000', '3.5018', '3.5018', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4519, '2022-08-15', 2930, 4175, 662, 10091, '8.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4520, '2022-08-15', 2935, 4176, 662, 9934, '15.0000', '0.7500', '0.7500', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4521, '2022-08-15', 3085, 4177, 662, 5126, '15.0000', '4.0000', '4.0000', '5.0000', '5.0000', '49.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4522, '2022-08-15', 2952, 4178, 662, 5185, '6.0000', '2.9583', '2.9583', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4523, '2022-08-15', 2952, 4178, 662, 7109, '6.0000', '2.9583', '2.9583', '4.0000', '4.0000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4524, '2022-08-15', 3017, 4179, 662, 13149, '4.0000', '4.3800', '4.3800', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4525, '2022-08-15', 2902, 4180, 662, 10076, '11.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4526, '2022-08-15', 2902, 4180, 662, 10512, '-3.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4527, '2022-08-15', 2902, 4180, 662, 11482, '3.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4528, '2022-08-15', 2902, 4180, 662, 12452, '-3.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4529, '2022-08-15', 2902, 4180, 662, 13144, '7.0000', '6.7350', '6.7350', '9.0000', '9.0000', '17.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4530, '2022-08-15', 3015, 4181, 662, 4768, '15.0000', '0.8583', '0.8583', '2.0000', '2.0000', '216.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4531, '2022-08-15', 3483, 4182, 662, 5987, '-105.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4532, '2022-08-15', 3483, 4182, 662, 6950, '-15.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4533, '2022-08-15', 3483, 4182, 662, 7911, '15.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4534, '2022-08-15', 3483, 4182, 662, 8872, '-15.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4535, '2022-08-15', 3483, 4182, 662, 9898, '120.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 91, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4536, '2022-08-15', 3483, 4182, 662, 9951, '25.0000', '0.8583', '0.8583', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 108, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4537, '2022-08-15', 2661, 4183, 662, 4892, '93.0000', '0.2406', '0.2406', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4538, '2022-08-15', 2661, 4183, 662, 5160, '7.0000', '0.2406', '0.2406', '0.5000', '0.5000', '39.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4539, '2022-08-15', 2888, 4184, 662, 10199, '12.0000', '0.8542', '0.8542', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4540, '2022-08-15', 2653, 4185, 662, 10101, '25.0000', '4.4092', '4.4092', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4541, '2022-08-15', 2644, 4186, 662, 10142, '15.0000', '3.4229', '3.4229', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4542, '2022-08-15', 3061, 4187, 662, 5118, '15.0000', '4.8500', '4.8500', '6.0000', '6.0000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4543, '2022-08-15', 3063, 4188, 662, 10038, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4544, '2022-08-15', 3063, 4188, 662, 10144, '11.0000', '2.7292', '2.7292', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4545, '2022-08-15', 2950, 4189, 662, 13143, '2.0000', '12.8775', '12.8775', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4546, '2022-08-15', 2508, 4190, 662, 4970, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 65, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4547, '2022-08-15', 2504, 4191, 662, 6319, '-18.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4548, '2022-08-15', 2504, 4191, 662, 7282, '-14.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4549, '2022-08-15', 2504, 4191, 662, 8243, '14.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4550, '2022-08-15', 2504, 4191, 662, 9204, '-14.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4551, '2022-08-15', 2504, 4191, 662, 9888, '24.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4552, '2022-08-15', 2504, 4191, 662, 10105, '20.0000', '2.0833', '2.0833', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4553, '2022-08-15', 2534, 4192, 663, 13146, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4554, '2022-08-15', 3017, 4193, 663, 13149, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4555, '2022-08-15', 2661, 4194, 663, 5160, '2.0000', '0.2406', '0.2406', '0.5000', '0.5000', '37.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4556, '2022-08-15', 3120, 4195, 663, 13151, '1.0000', '5.4500', '5.4500', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4557, '2022-08-15', 3061, 4196, 663, 5118, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '39.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4558, '2022-08-15', 3311, 4197, 663, 10183, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4559, '2022-08-15', 3048, 4198, 663, 5129, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '128.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4560, '2022-08-15', 3047, 4199, 663, 5471, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4561, '2022-08-15', 2710, 4200, 663, 4714, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4562, '2022-08-15', 2712, 4201, 663, 13141, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4563, '2022-08-15', 2508, 4202, 663, 5354, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4564, '2022-08-15', 2981, 4203, 664, 5742, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4565, '2022-08-15', 2717, 4204, 665, 4012, '1.0000', '3.9900', '3.9900', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4566, '2022-08-15', 2961, 4205, 665, 5818, '3.0000', '12.0000', '12.0000', '18.0000', '18.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4567, '2022-08-15', 3080, 4206, 665, 9918, '1.0000', '12.6500', '12.6500', '20.0000', '20.0000', '2.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4568, '2022-08-15', 3260, 4207, 665, 4555, '3.0000', '1.6000', '1.6000', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4569, '2022-08-15', 3084, 4208, 666, 4379, '4.0000', '4.2100', '4.2100', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4570, '2022-08-15', 2902, 4209, 666, 13144, '11.0000', '6.7350', '6.7350', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4571, '2022-08-15', 2712, 4210, 666, 13141, '5.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4572, '2022-08-15', 3062, 4211, 666, 10143, '2.0000', '13.0833', '13.0833', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4573, '2022-08-15', 3062, 4211, 666, 10302, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4574, '2022-08-15', 3062, 4211, 666, 11272, '-1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4575, '2022-08-15', 3062, 4211, 666, 12242, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4576, '2022-08-15', 3062, 4211, 666, 13137, '2.0000', '13.0833', '13.0833', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4577, '2022-08-15', 2822, 4212, 667, 10036, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4578, '2022-08-16', 2646, 4213, 668, 13194, '15.0000', '11.9450', '11.9450', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4579, '2022-08-16', 2645, 4214, 668, 13192, '17.0000', '8.3496', '8.3496', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4580, '2022-08-16', 2643, 4215, 668, 5338, '2.0000', '6.1300', '6.1300', '12.0000', '12.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4581, '2022-08-16', 3165, 4216, 668, 10045, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4582, '2022-08-16', 3166, 4217, 668, 10201, '2.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 162, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4583, '2022-08-16', 3172, 4218, 668, 10179, '4.0000', '3.5018', '3.5018', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4584, '2022-08-16', 2952, 4219, 668, 7109, '4.0000', '2.9583', '2.9583', '4.0000', '4.0000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4585, '2022-08-16', 3062, 4220, 668, 13137, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4586, '2022-08-16', 2918, 4221, 668, 5384, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '30.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4587, '2022-08-16', 2646, 4222, 669, 13194, '15.0000', '11.9450', '11.9450', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4588, '2022-08-16', 2645, 4223, 669, 13192, '12.0000', '8.3496', '8.3496', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4589, '2022-08-16', 2822, 4224, 669, 10036, '8.0000', '4.6667', '4.6667', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4590, '2022-08-16', 3120, 4225, 669, 13151, '1.0000', '5.4500', '5.4500', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4591, '2022-08-16', 3121, 4226, 669, 4706, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4592, '2022-08-16', 2930, 4227, 669, 10091, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4593, '2022-08-16', 2660, 4228, 669, 5325, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4594, '2022-08-16', 2672, 4229, 670, 3967, '1.0000', '15.0000', '15.0000', '20.0000', '20.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4595, '2022-08-16', 2699, 4230, 670, 10094, '7.0000', '7.0000', '7.0000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4596, '2022-08-16', 2699, 4230, 670, 13190, '12.0000', '6.9000', '6.9000', '8.0000', '8.0000', '88.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4597, '2022-08-16', 2608, 4231, 670, 5035, '2.0000', '31.5400', '31.5400', '45.0000', '45.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4598, '2022-08-16', 2961, 4232, 670, 5818, '1.0000', '12.0000', '12.0000', '18.0000', '18.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4599, '2022-08-16', 3105, 4233, 671, 4400, '1.0000', '30.0200', '30.0200', '35.0000', '35.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4600, '2022-08-16', 3025, 4234, 671, 4320, '1.0000', '34.1700', '34.1700', '45.0000', '45.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4601, '2022-08-16', 3349, 4235, 671, 4644, '1.0000', '2.9500', '2.9500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4602, '2022-08-16', 3163, 4236, 672, 4703, '2.0000', '4.9100', '4.9100', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4603, '2022-08-16', 2891, 4237, 672, 4777, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4604, '2022-08-16', 2789, 4238, 672, 4704, '2.0000', '8.4200', '8.4200', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4605, '2022-08-16', 3482, 4239, 672, 4878, '4.0000', '1.2500', '1.2500', '2.0000', '2.0000', '17.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4606, '2022-08-16', 2517, 4240, 672, 10198, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 160, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4607, '2022-08-16', 2653, 4241, 672, 10101, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4608, '2022-08-16', 3311, 4242, 672, 10183, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4609, '2022-08-16', 3048, 4243, 672, 5129, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '126.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4610, '2022-08-16', 2950, 4244, 672, 13143, '1.0000', '12.8775', '12.8775', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4611, '2022-08-16', 2888, 4245, 672, 10199, '7.0000', '0.8542', '0.8542', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4612, '2022-08-16', 2712, 4246, 672, 13141, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4613, '2022-08-16', 2713, 4247, 672, 13218, '4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4614, '2022-08-16', 2982, 4248, 672, 9871, '1.0000', '5.1575', '5.1575', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4615, '2022-08-16', 3120, 4249, 672, 13151, '3.0000', '5.4500', '5.4500', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4616, '2022-08-16', 2534, 4250, 672, 13203, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4617, '2022-08-16', 2500, 4251, 672, 6334, '-7.0000', '10.0000', '10.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4618, '2022-08-16', 2500, 4251, 672, 7297, '-2.0000', '10.0000', '10.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4619, '2022-08-16', 2500, 4251, 672, 8258, '2.0000', '10.0000', '10.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4620, '2022-08-16', 2500, 4251, 672, 9893, '6.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4621, '2022-08-16', 2500, 4251, 672, 10077, '2.0000', '10.8300', '10.8300', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4622, '2022-08-16', 2902, 4252, 672, 13144, '3.0000', '6.7350', '6.7350', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4623, '2022-08-16', 3164, 4253, 672, 10128, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4624, '2022-08-16', 3062, 4254, 672, 13137, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4625, '2022-08-16', 3047, 4255, 672, 5471, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4626, '2022-08-16', 3483, 4256, 672, 9951, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 108, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4627, '2022-08-16', 3015, 4257, 672, 4768, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '62.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4628, '2022-08-16', 2508, 4258, 672, 5354, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4629, '2022-08-16', 2534, 4259, 673, 13203, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4630, '2022-08-16', 2890, 4260, 673, 4778, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4631, '2022-08-17', 3239, 4261, 674, 4534, '1.0000', '0.7900', '0.7900', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4632, '2022-08-17', 2668, 4262, 674, 3963, '1.0000', '38.0000', '38.0000', '47.0000', '47.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4633, '2022-08-17', 3260, 4263, 674, 4555, '2.0000', '1.6000', '1.6000', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4634, '2022-08-17', 2719, 4264, 674, 4014, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4635, '2022-08-17', 3234, 4265, 674, 9917, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '0.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4636, '2022-08-17', 2494, 4266, 674, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '81.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4637, '2022-08-17', 2756, 4267, 674, 5905, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4638, '2022-08-17', 3271, 4268, 674, 4566, '1.0000', '1.7900', '1.7900', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4639, '2022-08-17', 2850, 4269, 674, 4145, '1.0000', '10.8900', '10.8900', '14.0000', '14.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4640, '2022-08-17', 2690, 4270, 674, 3985, '1.0000', '42.9000', '42.9000', '57.0000', '57.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4641, '2022-08-17', 2594, 4271, 674, 3889, '5.0000', '9.5400', '9.5400', '12.5000', '12.5000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4642, '2022-08-17', 2972, 4272, 674, 4267, '1.0000', '288.3900', '288.3900', '385.0000', '385.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4643, '2022-08-17', 2698, 4273, 674, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4644, '2022-08-17', 2699, 4274, 674, 13190, '9.0000', '6.9000', '6.9000', '8.0000', '8.0000', '79.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4645, '2022-08-17', 2608, 4275, 674, 5035, '1.0000', '31.5400', '31.5400', '45.0000', '45.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4646, '2022-08-17', 2647, 4276, 675, 13135, '25.0000', '7.7517', '7.7517', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4647, '2022-08-17', 2646, 4277, 675, 13194, '12.0000', '11.9450', '11.9450', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4648, '2022-08-17', 2822, 4278, 675, 10036, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4649, '2022-08-17', 2982, 4279, 675, 10146, '5.0000', '5.1575', '5.1575', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4650, '2022-08-17', 3120, 4280, 675, 13151, '3.0000', '5.4500', '5.4500', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4651, '2022-08-17', 3483, 4281, 675, 9951, '15.0000', '0.8583', '0.8583', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 108, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4652, '2022-08-17', 2902, 4282, 675, 13144, '3.0000', '6.7350', '6.7350', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4653, '2022-08-17', 2918, 4283, 675, 5384, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '27.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4654, '2022-08-17', 2927, 4284, 675, 4727, '11.0000', '1.5000', '1.5000', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4655, '2022-08-17', 3015, 4285, 675, 4768, '15.0000', '0.8583', '0.8583', '2.0000', '2.0000', '47.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4656, '2022-08-17', 3017, 4286, 675, 13149, '2.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4657, '2022-08-17', 2645, 4287, 675, 13192, '16.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4658, '2022-08-17', 2700, 4288, 676, 3995, '2.0000', '6.4500', '6.4500', '6.0000', '6.0000', '61.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4659, '2022-08-17', 2822, 4289, 676, 10036, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4660, '2022-08-17', 2961, 4290, 677, 5818, '2.0000', '12.0000', '12.0000', '18.0000', '18.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4661, '2022-08-17', 3048, 4291, 677, 5129, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '124.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4662, '2022-08-17', 3062, 4292, 678, 13137, '8.0000', '13.0833', '13.0833', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4663, '2022-08-17', 3062, 4292, 678, 13198, '4.0000', '12.6500', '12.6500', '16.0000', '16.0000', '14.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4664, '2022-08-17', 2710, 4293, 678, 4714, '4.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4665, '2022-08-17', 2710, 4293, 678, 4856, '11.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4666, '2022-08-17', 3061, 4294, 678, 5118, '10.0000', '4.8500', '4.8500', '6.0000', '6.0000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4667, '2022-08-17', 2698, 4295, 678, 3993, '10.0000', '6.4500', '6.4500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4668, '2022-08-17', 2653, 4296, 679, 10101, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4669, '2022-08-17', 2653, 4296, 679, 10141, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '69.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4670, '2022-08-17', 2922, 4297, 680, 10156, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4671, '2022-08-17', 2936, 4298, 680, 10158, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4672, '2022-08-17', 2936, 4298, 680, 13217, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '35.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4673, '2022-08-17', 2920, 4299, 680, 5387, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4674, '2022-08-17', 2918, 4300, 680, 5384, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4675, '2022-08-18', 2917, 4301, 681, 5678, '1.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4676, '2022-08-18', 2917, 4301, 681, 6639, '-11.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4677, '2022-08-18', 2917, 4301, 681, 7602, '-1.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4678, '2022-08-18', 2917, 4301, 681, 8563, '1.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4679, '2022-08-18', 2917, 4301, 681, 9524, '-10.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4680, '2022-08-18', 2917, 4301, 681, 10097, '24.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4681, '2022-08-18', 2917, 4301, 681, 10869, '-1.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4682, '2022-08-18', 2917, 4301, 681, 11839, '1.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4683, '2022-08-18', 2917, 4301, 681, 12809, '-1.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4684, '2022-08-18', 2917, 4301, 681, 13191, '3.0000', '9.2096', '9.2096', '14.0000', '14.0000', '21.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4685, '2022-08-18', 2653, 4302, 681, 10141, '24.0000', '4.4092', '4.4092', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4686, '2022-08-18', 2936, 4303, 681, 13217, '6.0000', '3.7500', '3.7500', '5.0000', '5.0000', '29.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4687, '2022-08-18', 2920, 4304, 681, 5387, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4688, '2022-08-18', 2920, 4304, 681, 6348, '-19.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4689, '2022-08-18', 2920, 4304, 681, 7311, '-23.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4690, '2022-08-18', 2920, 4304, 681, 8272, '23.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4691, '2022-08-18', 2920, 4304, 681, 9233, '-23.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4692, '2022-08-18', 2920, 4304, 681, 9927, '24.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4693, '2022-08-18', 2920, 4304, 681, 10086, '21.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4694, '2022-08-18', 2924, 4305, 681, 5380, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4695, '2022-08-18', 2646, 4306, 681, 13194, '5.0000', '11.9450', '11.9450', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4696, '2022-08-18', 2645, 4307, 681, 13192, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4697, '2022-08-18', 2647, 4308, 681, 13135, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4698, '2022-08-18', 2643, 4309, 681, 5338, '6.0000', '6.1300', '6.1300', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4699, '2022-08-18', 2643, 4309, 681, 6299, '-12.0000', '6.1300', '6.1300', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4700, '2022-08-18', 2643, 4309, 681, 7262, '-1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4701, '2022-08-18', 2643, 4309, 681, 8223, '1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4702, '2022-08-18', 2643, 4309, 681, 9184, '-1.0000', '6.1300', '6.1300', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4703, '2022-08-18', 2643, 4309, 681, 10139, '16.0000', '6.5466', '6.5466', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4704, '2022-08-18', 2952, 4310, 681, 7109, '4.0000', '2.9583', '2.9583', '4.0000', '4.0000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4705, '2022-08-18', 2712, 4311, 681, 13141, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4706, '2022-08-18', 2711, 4312, 681, 10153, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4707, '2022-08-18', 2711, 4312, 681, 10169, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4708, '2022-08-18', 3101, 4313, 681, 4396, '3.0000', '6.8700', '6.8700', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4709, '2022-08-18', 2850, 4314, 681, 4145, '3.0000', '10.8900', '10.8900', '14.0000', '14.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4710, '2022-08-18', 2900, 4315, 682, 13174, '1.0000', '160.0000', '160.0000', '180.0000', '180.0000', '0.0000', 1, 0, NULL, 175, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4711, '2022-08-18', 2560, 4316, 682, 3855, '3.0000', '6.2700', '6.2700', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4712, '2022-08-18', 2608, 4317, 682, 5035, '5.0000', '31.5400', '31.5400', '45.0000', '45.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4713, '2022-08-18', 2699, 4318, 682, 13190, '28.0000', '6.9000', '6.9000', '8.0000', '8.0000', '51.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4714, '2022-08-18', 3194, 4319, 682, 5791, '1.0000', '850.5000', '850.5000', '1064.0000', '1064.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4715, '2022-08-18', 3164, 4320, 683, 10128, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4716, '2022-08-18', 2534, 4321, 683, 13203, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4717, '2022-08-18', 2982, 4322, 683, 10146, '1.0000', '5.1575', '5.1575', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4718, '2022-08-18', 3120, 4323, 683, 13151, '1.0000', '5.4500', '5.4500', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4719, '2022-08-18', 2950, 4324, 683, 13143, '1.0000', '12.8775', '12.8775', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4720, '2022-08-18', 3074, 4325, 683, 9973, '1.0000', '2.0000', '2.0000', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 109, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4721, '2022-08-18', 2508, 4326, 683, 5354, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4722, '2022-08-18', 2653, 4327, 683, 10141, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4723, '2022-08-18', 2949, 4328, 683, 5163, '4.0000', '5.9200', '5.9200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4724, '2022-08-18', 2949, 4328, 683, 6124, '-14.0000', '5.9200', '5.9200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4725, '2022-08-18', 2949, 4328, 683, 7087, '-2.0000', '5.9200', '5.9200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4726, '2022-08-18', 2949, 4328, 683, 8048, '2.0000', '5.9200', '5.9200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4727, '2022-08-18', 2949, 4328, 683, 9009, '-2.0000', '5.9200', '5.9200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4728, '2022-08-18', 2949, 4328, 683, 9892, '6.0000', '5.9200', '5.9200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4729, '2022-08-18', 2949, 4328, 683, 10133, '11.0000', '6.6700', '6.6700', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4730, '2022-08-18', 2713, 4329, 683, 13218, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4731, '2022-08-18', 3483, 4330, 683, 9951, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 108, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4732, '2022-08-18', 3015, 4331, 684, 4768, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '45.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4733, '2022-08-18', 2507, 4332, 684, 4839, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4734, '2022-08-18', 2502, 4333, 684, 13145, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4735, '2022-08-18', 2711, 4334, 684, 10169, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4736, '2022-08-18', 2873, 4335, 684, 4705, '1.0000', '2.6300', '2.6300', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4737, '2022-08-18', 3482, 4336, 684, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4738, '2022-08-18', 3559, 4337, 684, 10207, '1.0000', '2.7500', '2.7500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 164, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4739, '2022-08-18', 2790, 4338, 684, 10160, '1.0000', '5.4200', '5.4200', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 151, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4740, '2022-08-18', 2713, 4339, 684, 13218, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4741, '2022-08-18', 3018, 4340, 684, 4313, '1.0000', '36.0000', '36.0000', '48.0000', '48.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4742, '2022-08-18', 2888, 4341, 684, 10199, '2.0000', '0.8542', '0.8542', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4743, '2022-08-18', 3048, 4342, 684, 5129, '13.0000', '0.8333', '0.8333', '1.5000', '1.5000', '111.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4744, '2022-08-18', 3164, 4343, 684, 10128, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4745, '2022-08-18', 2534, 4344, 684, 13203, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4746, '2022-08-18', 2712, 4345, 684, 13141, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4747, '2022-08-18', 2712, 4345, 684, 13219, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4748, '2022-08-18', 3120, 4346, 684, 13151, '1.0000', '5.4500', '5.4500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4749, '2022-08-18', 3120, 4346, 684, 13208, '3.0000', '5.4500', '5.4500', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 182, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4750, '2022-08-18', 2864, 4347, 684, 5327, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4751, '2022-08-18', 2952, 4348, 684, 7109, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4752, '2022-08-18', 3483, 4349, 684, 9951, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 108, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4753, '2022-08-18', 2699, 4350, 685, 13190, '9.0000', '6.9000', '6.9000', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4754, '2022-08-18', 2608, 4351, 685, 5035, '1.0000', '31.5400', '31.5400', '45.0000', '45.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4755, '2022-08-18', 2710, 4352, 686, 4856, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4756, '2022-08-18', 2961, 4353, 687, 5818, '5.0000', '12.0000', '12.0000', '18.0000', '18.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4757, '2022-08-18', 3320, 4354, 687, 4615, '45.0000', '0.3300', '0.3300', '1.0000', '1.0000', '68.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4758, '2022-08-18', 2485, 4355, 687, 5055, '4.0000', '20.4700', '20.4700', '27.0000', '27.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4759, '2022-08-18', 2981, 4356, 687, 5742, '2.0000', '50.8700', '50.8700', '55.0000', '55.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4760, '2022-08-18', 2917, 4357, 687, 13191, '4.0000', '9.2096', '9.2096', '14.0000', '14.0000', '17.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4761, '2022-08-19', 2920, 4358, 688, 10086, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4762, '2022-08-19', 2936, 4359, 688, 13217, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '25.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4763, '2022-08-19', 2711, 4360, 688, 10169, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4764, '2022-08-19', 3172, 4361, 688, 10179, '5.0000', '3.5018', '3.5018', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4765, '2022-08-19', 3483, 4362, 688, 9951, '10.0000', '0.8583', '0.8583', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 108, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4766, '2022-08-19', 2505, 4363, 688, 9886, '2.0000', '2.8333', '2.8333', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4767, '2022-08-19', 2508, 4364, 688, 6315, '-3.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4768, '2022-08-19', 2508, 4364, 688, 7278, '-4.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4769, '2022-08-19', 2508, 4364, 688, 8239, '4.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4770, '2022-08-19', 2508, 4364, 688, 9200, '-4.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4771, '2022-08-19', 2508, 4364, 688, 9889, '6.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4772, '2022-08-19', 2508, 4364, 688, 10040, '4.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4773, '2022-08-19', 2504, 4365, 688, 10105, '4.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4774, '2022-08-19', 2504, 4365, 688, 10548, '-16.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4775, '2022-08-19', 2504, 4365, 688, 11518, '16.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4776, '2022-08-19', 2504, 4365, 688, 12488, '-16.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4777, '2022-08-19', 2504, 4365, 688, 13129, '12.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4778, '2022-08-19', 2504, 4365, 688, 13200, '8.0000', '2.0833', '2.0833', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4779, '2022-08-19', 2502, 4366, 688, 13145, '4.0000', '2.0800', '2.0800', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4780, '2022-08-19', 2507, 4367, 688, 4839, '3.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 50, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4781, '2022-08-19', 2507, 4367, 688, 7280, '-12.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4782, '2022-08-19', 2507, 4367, 688, 8241, '12.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4783, '2022-08-19', 2507, 4367, 688, 9202, '-12.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4784, '2022-08-19', 2507, 4367, 688, 9887, '12.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4785, '2022-08-19', 2507, 4367, 688, 10546, '-4.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4786, '2022-08-19', 2507, 4367, 688, 11516, '4.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4787, '2022-08-19', 2507, 4367, 688, 12486, '-4.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4788, '2022-08-19', 2507, 4367, 688, 13199, '6.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4789, '2022-08-19', 3063, 4368, 688, 10144, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4790, '2022-08-19', 2649, 4369, 688, 10081, '6.0000', '5.4167', '5.4167', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4791, '2022-08-19', 2642, 4370, 688, 10145, '6.0000', '6.2500', '6.2500', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4792, '2022-08-19', 2499, 4371, 688, 10079, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4793, '2022-08-19', 2499, 4371, 688, 13205, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '10.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4794, '2022-08-19', 2500, 4372, 688, 10077, '3.0000', '10.8300', '10.8300', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4795, '2022-08-19', 2981, 4373, 689, 5742, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4796, '2022-08-19', 2699, 4374, 689, 13190, '1.0000', '6.9000', '6.9000', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4797, '2022-08-19', 2608, 4375, 689, 5035, '1.0000', '31.5400', '31.5400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4798, '2022-08-19', 2846, 4376, 689, 5641, '1.0000', '230.7200', '230.7200', '310.0000', '310.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4799, '2022-08-19', 2699, 4377, 690, 13190, '2.0000', '6.9000', '6.9000', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4800, '2022-08-19', 2647, 4378, 691, 13135, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4801, '2022-08-19', 2922, 4379, 691, 10579, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4802, '2022-08-19', 2936, 4380, 691, 13217, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4803, '2022-08-19', 3483, 4381, 692, 9951, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 108, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4804, '2022-08-19', 3086, 4382, 692, 9873, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4805, '2022-08-19', 2952, 4383, 692, 7109, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4806, '2022-08-19', 2893, 4384, 692, 4896, '1.0000', '1.0500', '1.0500', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4807, '2022-08-19', 2920, 4385, 692, 10155, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4808, '2022-08-19', 2646, 4386, 692, 13194, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4809, '2022-08-19', 3172, 4387, 692, 10179, '1.0000', '3.5018', '3.5018', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4810, '2022-08-19', 2508, 4388, 692, 10040, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4811, '2022-08-19', 3114, 4389, 692, 10154, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 149, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4812, '2022-08-19', 3114, 4389, 692, 10171, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4813, '2022-08-19', 3048, 4390, 692, 5129, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '108.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4814, '2022-08-19', 3482, 4391, 692, 4878, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4815, '2022-08-19', 2534, 4392, 692, 13203, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4816, '2022-08-19', 2864, 4393, 692, 6288, '-2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4817, '2022-08-19', 2864, 4393, 692, 7251, '-11.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4818, '2022-08-19', 2864, 4393, 692, 8212, '11.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4819, '2022-08-19', 2864, 4393, 692, 9173, '-11.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4820, '2022-08-19', 2864, 4393, 692, 9855, '5.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 81, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4821, '2022-08-19', 2864, 4393, 692, 10066, '6.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4822, '2022-08-19', 2864, 4393, 692, 10180, '4.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4823, '2022-08-19', 2713, 4394, 692, 13218, '4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4824, '2022-08-19', 2653, 4395, 692, 10141, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4825, '2022-08-19', 3120, 4396, 692, 13208, '3.0000', '5.4500', '5.4500', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 182, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4826, '2022-08-19', 2888, 4397, 692, 10199, '6.0000', '0.8542', '0.8542', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4827, '2022-08-19', 2504, 4398, 693, 13200, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4828, '2022-08-19', 2712, 4399, 694, 13219, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4829, '2022-08-19', 2660, 4400, 694, 5325, '3.0000', '3.5700', '3.5700', '5.0000', '5.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4830, '2022-08-19', 2647, 4401, 695, 13135, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4831, '2022-08-19', 2936, 4402, 695, 13217, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4832, '2022-08-19', 2951, 4403, 695, 5756, '1.0000', '2.0000', '2.0000', '3.5000', '3.5000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4833, '2022-08-19', 2924, 4404, 696, 5380, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4834, '2022-08-19', 2660, 4405, 697, 5325, '5.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4835, '2022-08-19', 2660, 4405, 697, 6286, '-26.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4836, '2022-08-19', 2660, 4405, 697, 7249, '-19.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4837, '2022-08-19', 2660, 4405, 697, 8210, '19.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4838, '2022-08-19', 2660, 4405, 697, 9171, '-19.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4839, '2022-08-19', 2660, 4405, 697, 9899, '12.0000', '2.5750', '2.5750', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 91, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4840, '2022-08-19', 2660, 4405, 697, 10068, '12.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4841, '2022-08-19', 2660, 4405, 697, 10181, '12.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4842, '2022-08-19', 2660, 4405, 697, 10173, '12.0000', '2.5750', '2.5750', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4843, '2022-08-19', 2660, 4405, 697, 10515, '-7.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4844, '2022-08-19', 2660, 4405, 697, 11485, '7.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4845, '2022-08-19', 2660, 4405, 697, 12455, '-7.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4846, '2022-08-19', 2660, 4405, 697, 13159, '9.0000', '3.5700', '3.5700', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4847, '2022-08-19', 3483, 4406, 697, 9951, '25.0000', '0.8583', '0.8583', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 108, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4848, '2022-08-19', 2534, 4407, 697, 13203, '8.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4849, '2022-08-19', 2653, 4408, 697, 10141, '24.0000', '4.4092', '4.4092', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4850, '2022-08-19', 2712, 4409, 697, 13219, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4851, '2022-08-19', 2713, 4410, 697, 13218, '5.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4852, '2022-08-19', 3015, 4411, 697, 4768, '25.0000', '0.8583', '0.8583', '2.0000', '2.0000', '20.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4853, '2022-08-19', 3126, 4412, 697, 9980, '1.0000', '11.4917', '11.4917', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4854, '2022-08-19', 3034, 4413, 697, 3747, '1.0000', '50.8000', '50.8000', '70.0000', '70.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4855, '2022-08-19', 3033, 4414, 697, 4328, '1.0000', '40.0000', '40.0000', '55.0000', '55.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4856, '2022-08-20', 2699, 4415, 698, 13190, '15.0000', '6.9000', '6.9000', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4857, '2022-08-20', 2699, 4416, 699, 13190, '7.0000', '6.9000', '6.9000', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4858, '2022-08-22', 3114, 4417, 700, 10171, '12.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4859, '2022-08-22', 2645, 4418, 700, 13236, '12.0000', '8.5417', '8.5417', '12.0000', '12.0000', '60.0000', 1, 0, NULL, 191, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4860, '2022-08-22', 2713, 4419, 700, 13218, '10.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4861, '2022-08-22', 2712, 4420, 700, 13219, '8.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4862, '2022-08-22', 2936, 4421, 700, 13217, '15.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4863, '2022-08-22', 3172, 4422, 700, 10179, '5.0000', '3.5018', '3.5018', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4864, '2022-08-22', 3172, 4422, 700, 10965, '8.0000', '3.5018', '3.5018', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4865, '2022-08-22', 3172, 4422, 700, 11935, '-8.0000', '3.5018', '3.5018', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4866, '2022-08-22', 3172, 4422, 700, 12905, '8.0000', '3.5018', '3.5018', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4867, '2022-08-22', 3172, 4422, 700, 13156, '15.0000', '3.5299', '3.5299', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4868, '2022-08-22', 2973, 4423, 700, 4268, '2.0000', '8.1700', '8.1700', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4869, '2022-08-22', 2973, 4423, 700, 9687, '-5.0000', '8.1700', '8.1700', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4870, '2022-08-22', 2973, 4423, 700, 9878, '7.0000', '7.0000', '7.0000', '11.0000', '11.0000', '29.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4871, '2022-08-22', 3060, 4424, 700, 10043, '8.0000', '5.9735', '5.9735', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4872, '2022-08-22', 3060, 4424, 700, 10072, '7.0000', '5.0621', '5.0621', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 129, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4873, '2022-08-22', 2952, 4425, 700, 7109, '15.0000', '2.9583', '2.9583', '4.0000', '4.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4874, '2022-08-22', 2949, 4426, 700, 10133, '8.0000', '6.6700', '6.6700', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4875, '2022-08-22', 3015, 4427, 701, 4768, '20.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4876, '2022-08-22', 3015, 4427, 701, 5453, '28.0000', '0.8583', '0.8583', '2.0000', '2.0000', '125.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4877, '2022-08-22', 2920, 4428, 701, 10155, '22.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4878, '2022-08-22', 2920, 4428, 701, 10577, '-5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4879, '2022-08-22', 2920, 4428, 701, 11547, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4880, '2022-08-22', 2920, 4428, 701, 12517, '-5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4881, '2022-08-22', 2920, 4428, 701, 13214, '8.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4882, '2022-08-22', 2678, 4429, 701, 3973, '2.0000', '7.2500', '7.2500', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4883, '2022-08-22', 2888, 4430, 701, 10199, '5.0000', '0.8542', '0.8542', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4884, '2022-08-22', 2887, 4431, 701, 5750, '15.0000', '1.1250', '1.1250', '1.5000', '1.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4885, '2022-08-22', 2902, 4432, 701, 13237, '3.0000', '6.7500', '6.7500', '9.0000', '9.0000', '21.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4886, '2022-08-22', 3114, 4433, 701, 10171, '15.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4887, '2022-08-22', 3483, 4434, 701, 9951, '12.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 108, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4888, '2022-08-22', 3483, 4434, 701, 10006, '13.0000', '0.8583', '0.8583', '1.5000', '1.5000', '131.0000', 1, 0, NULL, 119, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4889, '2022-08-22', 3048, 4435, 701, 5129, '35.0000', '0.8333', '0.8333', '1.5000', '1.5000', '73.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4890, '2022-08-22', 2661, 4436, 701, 5160, '37.0000', '0.2406', '0.2406', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4891, '2022-08-22', 2661, 4436, 701, 6121, '-46.0000', '0.2406', '0.2406', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4892, '2022-08-22', 2661, 4436, 701, 7084, '-189.0000', '0.2406', '0.2406', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4893, '2022-08-22', 2661, 4436, 701, 8045, '189.0000', '0.2406', '0.2406', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4894, '2022-08-22', 2661, 4436, 701, 9006, '-189.0000', '0.2406', '0.2406', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4895, '2022-08-22', 2661, 4436, 701, 9985, '200.0000', '0.2575', '0.2575', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 115, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4896, '2022-08-22', 2661, 4436, 701, 10190, '98.0000', '0.2547', '0.2547', '0.5000', '0.5000', '62.0000', 1, 0, NULL, 158, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4897, '2022-08-22', 2791, 4437, 701, 4708, '4.0000', '2.9700', '2.9700', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4898, '2022-08-22', 2791, 4437, 701, 5349, '2.0000', '2.9700', '2.9700', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4899, '2022-08-22', 2791, 4437, 701, 6310, '-2.0000', '2.9700', '2.9700', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4900, '2022-08-22', 2791, 4437, 701, 7273, '-5.0000', '2.9700', '2.9700', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4901, '2022-08-22', 2791, 4437, 701, 8234, '5.0000', '2.9700', '2.9700', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4902, '2022-08-22', 2791, 4437, 701, 9195, '-5.0000', '2.9700', '2.9700', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4903, '2022-08-22', 2791, 4437, 701, 9976, '8.0000', '2.9700', '2.9700', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 110, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4904, '2022-08-22', 2790, 4438, 701, 10160, '7.0000', '5.4200', '5.4200', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 151, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4905, '2022-08-22', 2645, 4439, 702, 13236, '33.0000', '8.5417', '8.5417', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 191, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4906, '2022-08-22', 3063, 4440, 702, 10144, '3.0000', '2.7292', '2.7292', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4907, '2022-08-22', 3061, 4441, 702, 5118, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4908, '2022-08-22', 2653, 4442, 702, 10141, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4909, '2022-08-22', 2643, 4443, 702, 10139, '5.0000', '6.5466', '6.5466', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4910, '2022-08-22', 2649, 4444, 702, 10081, '4.0000', '5.4167', '5.4167', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4911, '2022-08-22', 3086, 4445, 703, 9873, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4912, '2022-08-22', 3484, 4446, 703, 7257, '-1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4913, '2022-08-22', 3484, 4446, 703, 8218, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4914, '2022-08-22', 3484, 4446, 703, 9179, '-1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4915, '2022-08-22', 3484, 4446, 703, 10058, '2.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4916, '2022-08-22', 3172, 4447, 703, 13156, '3.0000', '3.5299', '3.5299', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4917, '2022-08-22', 2891, 4448, 703, 4777, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4918, '2022-08-22', 3163, 4449, 703, 4703, '2.0000', '4.9100', '4.9100', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4919, '2022-08-22', 2642, 4450, 703, 10145, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4920, '2022-08-22', 3120, 4451, 703, 13208, '2.0000', '5.4500', '5.4500', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 182, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4921, '2022-08-22', 2894, 4452, 703, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4922, '2022-08-22', 2952, 4453, 703, 7109, '1.0000', '2.9583', '2.9583', '4.0000', '4.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4923, '2022-08-22', 2661, 4454, 703, 10190, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '60.0000', 1, 0, NULL, 158, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4924, '2022-08-22', 2499, 4455, 703, 13205, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '9.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4925, '2022-08-22', 3114, 4456, 703, 10171, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4926, '2022-08-22', 2887, 4457, 703, 5750, '1.0000', '1.1250', '1.1250', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4927, '2022-08-22', 2887, 4457, 703, 7674, '-40.0000', '1.1250', '1.1250', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4928, '2022-08-22', 2887, 4457, 703, 8635, '40.0000', '1.1250', '1.1250', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4929, '2022-08-22', 2887, 4457, 703, 9596, '-40.0000', '1.1250', '1.1250', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4930, '2022-08-22', 2887, 4457, 703, 9981, '41.0000', '1.1250', '1.1250', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 111, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4931, '2022-08-22', 3047, 4458, 703, 7395, '-7.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4932, '2022-08-22', 3047, 4458, 703, 8356, '7.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4933, '2022-08-22', 3047, 4458, 703, 9317, '-7.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4934, '2022-08-22', 3047, 4458, 703, 10041, '8.0000', '1.6700', '1.6700', '2.5000', '2.5000', '35.0000', 1, 0, NULL, 114, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4935, '2022-08-22', 2639, 4459, 703, 3934, '1.0000', '1.1700', '1.1700', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4936, '2022-08-22', 3044, 4460, 703, 4713, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 31, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4937, '2022-08-22', 2649, 4461, 703, 10081, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4938, '2022-08-22', 3483, 4462, 703, 10006, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '125.0000', 1, 0, NULL, 119, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4939, '2022-08-22', 2534, 4463, 703, 13203, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4940, '2022-08-22', 2534, 4463, 703, 13239, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4941, '2022-08-22', 2713, 4464, 703, 13218, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4942, '2022-08-22', 3061, 4465, 703, 5118, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '27.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4943, '2022-08-22', 3062, 4466, 703, 13198, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '13.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4944, '2022-08-22', 3114, 4467, 704, 10171, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4945, '2022-08-22', 3114, 4467, 704, 10641, '-2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4946, '2022-08-22', 3114, 4467, 704, 11611, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4947, '2022-08-22', 3114, 4467, 704, 12581, '-2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4948, '2022-08-22', 3114, 4467, 704, 13220, '8.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4949, '2022-08-22', 2961, 4468, 704, 5818, '5.0000', '12.0000', '12.0000', '18.0000', '18.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4950, '2022-08-22', 3074, 4469, 704, 9979, '19.0000', '2.0496', '2.0496', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4951, '2022-08-22', 2789, 4470, 704, 4704, '2.0000', '8.4200', '8.4200', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4952, '2022-08-22', 2789, 4470, 704, 5351, '2.0000', '8.4200', '8.4200', '11.5000', '11.5000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4953, '2022-08-22', 2634, 4471, 704, 4700, '1.0000', '2.9167', '2.9167', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4954, '2022-08-22', 2889, 4472, 704, 5479, '4.0000', '4.2600', '4.2600', '5.0000', '5.0000', '43.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4955, '2022-08-22', 2894, 4473, 704, 4189, '4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4956, '2022-08-22', 2879, 4474, 704, 10178, '4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4957, '2022-08-22', 2864, 4475, 704, 10180, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4958, '2022-08-22', 2864, 4475, 704, 10517, '-1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4959, '2022-08-22', 2864, 4475, 704, 11487, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4960, '2022-08-22', 2864, 4475, 704, 12457, '-1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4961, '2022-08-22', 2864, 4475, 704, 13158, '5.0000', '4.4500', '4.4500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4962, '2022-08-22', 2485, 4476, 704, 5055, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4963, '2022-08-22', 2485, 4476, 704, 6016, '-7.0000', '20.4700', '20.4700', '27.0000', '27.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4964, '2022-08-22', 2485, 4476, 704, 6979, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4965, '2022-08-22', 2485, 4476, 704, 8901, '1.0000', '20.4700', '20.4700', '27.0000', '27.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4966, '2022-08-22', 2485, 4476, 704, 10124, '6.0000', '22.7742', '22.7742', '27.0000', '27.0000', '5.0000', 1, 0, NULL, 141, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4967, '2022-08-22', 2981, 4477, 704, 5742, '2.0000', '50.8700', '50.8700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4968, '2022-08-22', 2977, 4478, 704, 4272, '2.0000', '11.0800', '11.0800', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4969, '2022-08-23', 2607, 4479, 705, 3902, '1.0000', '30.9400', '30.9400', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4970, '2022-08-23', 2698, 4480, 705, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4971, '2022-08-23', 3053, 4481, 705, 4946, '1.0000', '76.7100', '76.7100', '103.0000', '103.0000', '0.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4972, '2022-08-23', 2607, 4482, 706, 3902, '1.0000', '30.9400', '30.9400', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4973, '2022-08-23', 2645, 4483, 707, 13236, '12.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 191, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4974, '2022-08-23', 2647, 4484, 707, 13193, '10.0000', '7.7517', '7.7517', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4975, '2022-08-23', 3060, 4485, 707, 10072, '4.0000', '5.0621', '5.0621', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 129, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4976, '2022-08-23', 3119, 4486, 707, 4796, '1.0000', '36.3000', '36.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, 42, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4977, '2022-08-23', 3166, 4487, 707, 13228, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4978, '2022-08-23', 2534, 4488, 707, 13239, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4979, '2022-08-23', 3114, 4489, 707, 13220, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4980, '2022-08-23', 3182, 4490, 707, 4767, '5.0000', '7.7925', '7.7925', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4981, '2022-08-23', 2711, 4491, 707, 10169, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4982, '2022-08-23', 2653, 4492, 707, 10141, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4983, '2022-08-23', 2653, 4492, 707, 10668, '-10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4984, '2022-08-23', 2653, 4492, 707, 11638, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4985, '2022-08-23', 2653, 4492, 707, 12608, '-10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4986, '2022-08-23', 2653, 4492, 707, 13136, '24.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4987, '2022-08-23', 2653, 4492, 707, 13196, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '116.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4988, '2022-08-23', 2644, 4493, 707, 10142, '12.0000', '3.4229', '3.4229', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4989, '2022-08-23', 2822, 4494, 707, 10036, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4990, '2022-08-23', 2822, 4494, 707, 10534, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4991, '2022-08-23', 3085, 4495, 707, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '48.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4992, '2022-08-23', 2711, 4496, 708, 10169, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4993, '2022-08-23', 3172, 4497, 708, 13156, '1.0000', '3.5299', '3.5299', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4994, '2022-08-23', 2930, 4498, 708, 10091, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4995, '2022-08-23', 3048, 4499, 709, 5129, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '69.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4996, '2022-08-23', 2634, 4500, 710, 4700, '2.0000', '2.9167', '2.9167', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4997, '2022-08-23', 2645, 4501, 711, 13236, '12.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 191, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4998, '2022-08-23', 2647, 4502, 711, 13193, '25.0000', '7.7517', '7.7517', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (4999, '2022-08-23', 3063, 4503, 711, 10144, '21.0000', '2.7292', '2.7292', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5000, '2022-08-23', 3061, 4504, 711, 5118, '11.0000', '4.8500', '4.8500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5001, '2022-08-24', 2653, 4505, 712, 13196, '24.0000', '4.4092', '4.4092', '6.0000', '6.0000', '92.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5002, '2022-08-24', 2920, 4506, 712, 13214, '8.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5003, '2022-08-24', 2902, 4507, 712, 13237, '4.0000', '6.7500', '6.7500', '9.0000', '9.0000', '17.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5004, '2022-08-24', 3114, 4508, 712, 13220, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5005, '2022-08-24', 2877, 4509, 712, 4764, '5.0000', '2.5800', '2.5800', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5006, '2022-08-24', 2644, 4510, 712, 10142, '8.0000', '3.4229', '3.4229', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5007, '2022-08-24', 2822, 4511, 712, 10534, '10.0000', '4.6667', '4.6667', '8.0000', '8.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5008, '2022-08-24', 2712, 4512, 712, 13250, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '17.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5009, '2022-08-24', 2713, 4513, 712, 13218, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5010, '2022-08-24', 2711, 4514, 712, 10169, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5011, '2022-08-24', 3085, 4515, 713, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '47.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5012, '2022-08-24', 2642, 4516, 713, 10145, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5013, '2022-08-24', 2712, 4517, 713, 13250, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '14.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5014, '2022-08-24', 2710, 4518, 713, 5376, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5015, '2022-08-24', 3120, 4519, 713, 13208, '3.0000', '5.4500', '5.4500', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 182, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5016, '2022-08-24', 3048, 4520, 713, 5129, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '66.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5017, '2022-08-24', 2790, 4521, 713, 10160, '1.0000', '5.4200', '5.4200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 151, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5018, '2022-08-24', 3015, 4522, 713, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '124.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5019, '2022-08-24', 2713, 4523, 713, 13218, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5020, '2022-08-24', 2534, 4524, 713, 13239, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5021, '2022-08-24', 2660, 4525, 713, 13159, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5022, '2022-08-24', 3483, 4526, 713, 10006, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '119.0000', 1, 0, NULL, 119, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5023, '2022-08-24', 2552, 4527, 713, 4891, '3.0000', '0.3958', '0.3958', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5024, '2022-08-24', 2575, 4528, 714, 3870, '1.0000', '49.9000', '49.9000', '66.0000', '66.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5025, '2022-08-24', 3118, 4529, 714, 4413, '2.0000', '18.0700', '18.0700', '24.0000', '24.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5026, '2022-08-24', 3004, 4530, 714, 4299, '1.0000', '24.0000', '24.0000', '32.0000', '32.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5027, '2022-08-24', 2699, 4531, 714, 13190, '6.0000', '6.9000', '6.9000', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5028, '2022-08-24', 3055, 4532, 715, 4350, '1.0000', '22.1300', '22.1300', '27.0000', '27.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5029, '2022-08-24', 2952, 4533, 715, 7109, '3.0000', '2.9583', '2.9583', '4.0000', '4.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5030, '2022-08-24', 3048, 4534, 715, 5129, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '63.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5031, '2022-08-24', 2661, 4535, 715, 10190, '6.0000', '0.2547', '0.2547', '0.5000', '0.5000', '54.0000', 1, 0, NULL, 158, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5032, '2022-08-24', 3349, 4536, 715, 4644, '1.0000', '2.9500', '2.9500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5033, '2022-08-24', 2711, 4537, 716, 10169, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5034, '2022-08-24', 3172, 4538, 716, 13156, '1.0000', '3.5299', '3.5299', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5035, '2022-08-24', 2552, 4539, 716, 4891, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5036, '2022-08-24', 2661, 4540, 716, 10190, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '53.0000', 1, 0, NULL, 158, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5037, '2022-08-24', 2827, 4541, 716, 4894, '4.0000', '0.1600', '0.1600', '0.2500', '0.2500', '67.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5038, '2022-08-24', 2981, 4542, 717, 7666, '-1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5039, '2022-08-24', 2981, 4542, 717, 8627, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5040, '2022-08-24', 2981, 4542, 717, 9588, '-1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5041, '2022-08-24', 2981, 4542, 717, 9911, '2.0000', '40.5550', '40.5550', '55.0000', '55.0000', '5.0000', 1, 0, NULL, 99, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5042, '2022-08-24', 3567, 4543, 718, 13172, '1.0000', '5.5000', '5.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5043, '2022-08-25', 2645, 4544, 719, 13236, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 191, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5044, '2022-08-25', 2645, 4544, 719, 13267, '9.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 200, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5045, '2022-08-25', 2647, 4545, 719, 13193, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5046, '2022-08-25', 2712, 4546, 719, 13250, '4.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5047, '2022-08-25', 3172, 4547, 719, 13156, '1.0000', '3.5299', '3.5299', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5048, '2022-08-25', 2822, 4548, 719, 10534, '6.0000', '4.6667', '4.6667', '8.0000', '8.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5049, '2022-08-25', 2644, 4549, 719, 10142, '5.0000', '3.4229', '3.4229', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5050, '2022-08-25', 3576, 4550, 719, 13259, '1.0000', '5.5533', '5.5533', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5051, '2022-08-25', 3063, 4551, 719, 10144, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5052, '2022-08-25', 2713, 4552, 719, 13218, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5053, '2022-08-25', 2713, 4552, 719, 13249, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5054, '2022-08-25', 3175, 4553, 719, 4470, '1.0000', '6.4000', '6.4000', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5055, '2022-08-25', 2982, 4554, 719, 10146, '1.0000', '5.1575', '5.1575', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5056, '2022-08-25', 3085, 4555, 719, 5126, '2.0000', '4.0000', '4.0000', '5.0000', '5.0000', '45.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5057, '2022-08-25', 2699, 4556, 720, 13190, '8.0000', '6.9000', '6.9000', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5058, '2022-08-25', 2726, 4557, 720, 4847, '4.0000', '10.5900', '10.5900', '25.0000', '25.0000', '2.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5059, '2022-08-25', 3081, 4558, 720, 5952, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5060, '2022-08-25', 2608, 4559, 720, 5996, '-13.0000', '31.5400', '31.5400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5061, '2022-08-25', 2608, 4559, 720, 6959, '2.0000', '31.5400', '31.5400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5062, '2022-08-25', 2608, 4559, 720, 7920, '-2.0000', '31.5400', '31.5400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5063, '2022-08-25', 2608, 4559, 720, 8881, '2.0000', '31.5400', '31.5400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5064, '2022-08-25', 2608, 4559, 720, 9848, '3.0000', '30.0000', '30.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 78, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5065, '2022-08-25', 2608, 4559, 720, 9996, '10.0000', '32.4800', '32.4800', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 116, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5066, '2022-08-25', 2608, 4559, 720, 10095, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '9.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5067, '2022-08-25', 2727, 4560, 720, 10019, '17.0000', '13.6700', '13.6700', '40.0000', '40.0000', '28.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5068, '2022-08-25', 2887, 4561, 721, 9981, '2.0000', '1.1250', '1.1250', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 111, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5069, '2022-08-25', 3048, 4562, 721, 5129, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '59.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5070, '2022-08-25', 2660, 4563, 721, 13159, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5071, '2022-08-25', 2877, 4564, 721, 4764, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5072, '2022-08-25', 2961, 4565, 722, 5818, '2.0000', '12.0000', '12.0000', '18.0000', '18.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5073, '2022-08-25', 2645, 4566, 722, 13267, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 200, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5074, '2022-08-25', 3576, 4567, 723, 13259, '2.0000', '5.5533', '5.5533', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5075, '2022-08-25', 3063, 4568, 724, 10144, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5076, '2022-08-25', 2644, 4569, 724, 10142, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5077, '2022-08-25', 2644, 4569, 724, 10530, '-2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5078, '2022-08-25', 2644, 4569, 724, 11500, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5079, '2022-08-25', 2644, 4569, 724, 12470, '-2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5080, '2022-08-25', 2644, 4569, 724, 13132, '16.0000', '3.4229', '3.4229', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5081, '2022-08-25', 2822, 4570, 724, 10534, '5.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5082, '2022-08-25', 2822, 4570, 724, 11504, '-25.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5083, '2022-08-25', 2822, 4570, 724, 12474, '25.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5084, '2022-08-25', 2822, 4570, 724, 13195, '10.0000', '4.6667', '4.6667', '8.0000', '8.0000', '62.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5085, '2022-08-25', 2710, 4571, 724, 5376, '18.0000', '5.9583', '5.9583', '7.5000', '7.5000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5086, '2022-08-25', 2712, 4572, 724, 13250, '7.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5087, '2022-08-25', 2713, 4573, 724, 13249, '10.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5088, '2022-08-25', 3571, 4574, 724, 13176, '1.0000', '42.0700', '42.0700', '55.0000', '55.0000', '4.0000', 1, 0, NULL, 176, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5089, '2022-08-25', 3006, 4575, 724, 4301, '1.0000', '23.9400', '23.9400', '34.0000', '34.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5090, '2022-08-26', 2647, 4576, 725, 13193, '7.0000', '7.7517', '7.7517', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5091, '2022-08-26', 2712, 4577, 725, 13250, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5092, '2022-08-26', 2711, 4578, 725, 10169, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5093, '2022-08-26', 2713, 4579, 725, 13249, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5094, '2022-08-26', 2749, 4580, 725, 4044, '5.0000', '0.6900', '0.6900', '2.5000', '2.5000', '71.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5095, '2022-08-26', 2950, 4581, 725, 13143, '3.0000', '12.8775', '12.8775', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5096, '2022-08-26', 3164, 4582, 725, 10128, '10.0000', '1.5552', '1.5552', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5097, '2022-08-26', 3163, 4583, 725, 4703, '2.0000', '4.9100', '4.9100', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5098, '2022-08-26', 3489, 4584, 725, 4834, '1.0000', '97.5000', '97.5000', '125.0000', '125.0000', '2.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5099, '2022-08-26', 2902, 4585, 725, 13237, '2.0000', '6.7500', '6.7500', '9.0000', '9.0000', '15.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5100, '2022-08-26', 3048, 4586, 725, 5129, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '58.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5101, '2022-08-26', 2952, 4587, 726, 7109, '3.0000', '2.9583', '2.9583', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5102, '2022-08-26', 3085, 4588, 726, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '44.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5103, '2022-08-26', 3048, 4589, 726, 5129, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '55.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5104, '2022-08-26', 2887, 4590, 726, 9981, '3.0000', '1.1250', '1.1250', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 111, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5105, '2022-08-26', 2981, 4591, 726, 9911, '1.0000', '40.5550', '40.5550', '55.0000', '55.0000', '4.0000', 1, 0, NULL, 99, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5106, '2022-08-26', 3311, 4592, 727, 10183, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5107, '2022-08-26', 3047, 4593, 727, 10041, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 114, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5108, '2022-08-26', 3120, 4594, 727, 13208, '4.0000', '5.4500', '5.4500', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 182, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5109, '2022-08-26', 2789, 4595, 727, 5351, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5110, '2022-08-26', 3559, 4596, 727, 10207, '1.0000', '2.7500', '2.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 164, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5111, '2022-08-26', 2949, 4597, 727, 10133, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5112, '2022-08-26', 2713, 4598, 727, 13249, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5113, '2022-08-26', 2881, 4599, 727, 4895, '3.0000', '1.0000', '1.0000', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5114, '2022-08-26', 2532, 4600, 727, 3827, '1.0000', '4.5900', '4.5900', '6.5000', '6.5000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5115, '2022-08-26', 2534, 4601, 727, 13239, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5116, '2022-08-26', 2951, 4602, 727, 5756, '1.0000', '2.0000', '2.0000', '3.5000', '3.5000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5117, '2022-08-26', 2499, 4603, 728, 13205, '3.0000', '8.5200', '8.5200', '11.0000', '11.0000', '6.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5118, '2022-08-26', 2500, 4604, 728, 10077, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5119, '2022-08-26', 2500, 4604, 728, 10563, '-1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5120, '2022-08-26', 2500, 4604, 728, 11533, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5121, '2022-08-26', 2500, 4604, 728, 12503, '-1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5122, '2022-08-26', 2500, 4604, 728, 13202, '3.0000', '10.8300', '10.8300', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5123, '2022-08-26', 3044, 4605, 728, 4859, '3.0000', '12.2917', '12.2917', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5124, '2022-08-26', 2711, 4606, 728, 10169, '7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5125, '2022-08-26', 2952, 4607, 728, 8070, '-38.0000', '2.9583', '2.9583', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5126, '2022-08-26', 2952, 4607, 728, 9031, '38.0000', '2.9583', '2.9583', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5127, '2022-08-26', 2952, 4607, 728, 10051, '15.0000', '3.0000', '3.0000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 125, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5128, '2022-08-26', 2534, 4608, 728, 13239, '9.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5129, '2022-08-26', 3120, 4609, 728, 13208, '6.0000', '5.4500', '5.4500', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 182, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5130, '2022-08-26', 3060, 4610, 729, 10072, '12.0000', '5.0621', '5.0621', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 129, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5131, '2022-08-26', 3165, 4611, 729, 10045, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5132, '2022-08-26', 3165, 4611, 729, 10552, '-1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5133, '2022-08-26', 3165, 4611, 729, 11522, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5134, '2022-08-26', 3165, 4611, 729, 12492, '-1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5135, '2022-08-26', 3165, 4611, 729, 13227, '2.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5136, '2022-08-26', 3166, 4612, 729, 13228, '2.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5137, '2022-08-26', 2653, 4613, 730, 13196, '18.0000', '4.4092', '4.4092', '6.0000', '6.0000', '74.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5138, '2022-08-26', 2643, 4614, 730, 10139, '3.0000', '6.5466', '6.5466', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5139, '2022-08-26', 2643, 4614, 730, 10528, '-1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5140, '2022-08-26', 2643, 4614, 730, 11498, '1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5141, '2022-08-26', 2643, 4614, 730, 12468, '-1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5142, '2022-08-26', 2643, 4614, 730, 13131, '5.0000', '6.5466', '6.5466', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5143, '2022-08-26', 2661, 4615, 730, 10190, '29.0000', '0.2547', '0.2547', '0.5000', '0.5000', '24.0000', 1, 0, NULL, 158, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5144, '2022-08-26', 3015, 4616, 730, 5453, '18.0000', '0.8583', '0.8583', '2.0000', '2.0000', '106.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5145, '2022-08-26', 3483, 4617, 730, 10006, '19.0000', '0.8583', '0.8583', '1.5000', '1.5000', '100.0000', 1, 0, NULL, 119, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5146, '2022-08-26', 3048, 4618, 730, 5129, '27.0000', '0.8333', '0.8333', '1.5000', '1.5000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5147, '2022-08-26', 2642, 4619, 730, 10145, '3.0000', '6.2500', '6.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5148, '2022-08-26', 2642, 4619, 730, 10800, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5149, '2022-08-26', 2642, 4619, 730, 11770, '-1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5150, '2022-08-26', 2642, 4619, 730, 12740, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5151, '2022-08-26', 2642, 4619, 730, 13240, '5.0000', '6.2500', '6.2500', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5152, '2022-08-26', 3516, 4620, 731, 4922, '2.0000', '23.5000', '23.5000', '32.0000', '32.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5153, '2022-08-27', 2697, 4621, 732, 3992, '10.0000', '6.4500', '6.4500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5154, '2022-08-27', 2699, 4622, 732, 13190, '3.0000', '6.9000', '6.9000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 179, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5155, '2022-08-27', 2760, 4623, 732, 4055, '2.0000', '11.5700', '11.5700', '23.0000', '23.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5156, '2022-08-27', 2542, 4624, 733, 3837, '1.0000', '525.0000', '525.0000', '700.0000', '700.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5157, '2022-08-27', 2835, 4625, 733, 4995, '2.0000', '13.0000', '13.0000', '17.0000', '17.0000', '19.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5158, '2022-08-27', 3516, 4626, 733, 4922, '1.0000', '23.5000', '23.5000', '32.0000', '32.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5159, '2022-08-27', 2952, 4627, 733, 10051, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 125, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5160, '2022-08-27', 3085, 4628, 733, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '43.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5161, '2022-08-28', 2712, 4629, 734, 13250, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5162, '2022-08-28', 2977, 4630, 734, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5163, '2022-08-28', 2485, 4631, 734, 10124, '3.0000', '22.7742', '22.7742', '27.0000', '27.0000', '2.0000', 1, 0, NULL, 141, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5164, '2022-08-29', 2645, 4632, 735, 13267, '15.0000', '8.5417', '8.5417', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 200, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5165, '2022-08-29', 2647, 4633, 735, 13193, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5166, '2022-08-29', 2643, 4634, 735, 13131, '15.0000', '6.5466', '6.5466', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5167, '2022-08-29', 2901, 4635, 735, 10175, '5.0000', '14.5880', '14.5880', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 156, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5168, '2022-08-29', 3048, 4636, 735, 5129, '15.0000', '0.8333', '0.8333', '1.5000', '1.5000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5169, '2022-08-29', 3547, 4637, 735, 5472, '15.0000', '0.4292', '0.4292', '1.0000', '1.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5170, '2022-08-29', 2881, 4638, 735, 4895, '5.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5171, '2022-08-29', 2881, 4638, 735, 5431, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5172, '2022-08-29', 2881, 4638, 735, 6392, '-2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5173, '2022-08-29', 2881, 4638, 735, 7355, '-22.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5174, '2022-08-29', 2881, 4638, 735, 8316, '22.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5175, '2022-08-29', 2881, 4638, 735, 9277, '-22.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5176, '2022-08-29', 2881, 4638, 735, 9971, '10.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 109, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5177, '2022-08-29', 2881, 4638, 735, 10117, '18.0000', '1.0000', '1.0000', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5178, '2022-08-29', 2711, 4639, 735, 10632, '-7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5179, '2022-08-29', 2711, 4639, 735, 11602, '7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5180, '2022-08-29', 2711, 4639, 735, 12572, '-7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5181, '2022-08-29', 2711, 4639, 735, 13251, '17.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5182, '2022-08-29', 2534, 4640, 735, 13239, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5183, '2022-08-29', 2642, 4641, 735, 13240, '15.0000', '6.2500', '6.2500', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5184, '2022-08-29', 2920, 4642, 735, 13214, '7.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5185, '2022-08-29', 2924, 4643, 735, 5380, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5186, '2022-08-29', 2924, 4643, 735, 6341, '-7.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5187, '2022-08-29', 2924, 4643, 735, 7304, '-3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5188, '2022-08-29', 2924, 4643, 735, 8265, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5189, '2022-08-29', 2924, 4643, 735, 9226, '-8.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5190, '2022-08-29', 2924, 4643, 735, 10090, '17.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5191, '2022-08-29', 2923, 4644, 735, 4726, '15.0000', '3.0000', '3.0000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5192, '2022-08-29', 2918, 4645, 735, 5384, '19.0000', '1.8750', '1.8750', '3.0000', '3.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5193, '2022-08-29', 2935, 4646, 735, 9934, '24.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5194, '2022-08-29', 2935, 4646, 735, 10159, '25.0000', '0.7500', '0.7500', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5195, '2022-08-29', 2927, 4647, 735, 4727, '14.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5196, '2022-08-29', 2927, 4647, 735, 4863, '46.0000', '1.5000', '1.5000', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5197, '2022-08-29', 3017, 4648, 735, 13261, '5.0000', '4.3800', '4.3800', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5198, '2022-08-29', 3577, 4649, 735, 13262, '1.0000', '26.3400', '26.3400', '35.0000', '35.0000', '11.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5199, '2022-08-29', 2517, 4650, 735, 10198, '8.0000', '11.4200', '11.4200', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 160, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5200, '2022-08-29', 2977, 4651, 735, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5201, '2022-08-29', 2822, 4652, 735, 13195, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '60.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5202, '2022-08-29', 3062, 4653, 735, 13198, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '12.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5203, '2022-08-29', 3063, 4654, 735, 10144, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5204, '2022-08-29', 3061, 4655, 735, 5118, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5205, '2022-08-29', 3085, 4656, 736, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '42.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5206, '2022-08-29', 3230, 4657, 736, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5207, '2022-08-29', 3547, 4658, 736, 5472, '2.0000', '0.4292', '0.4292', '1.0000', '1.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5208, '2022-08-29', 3063, 4659, 736, 10144, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5209, '2022-08-29', 3561, 4660, 736, 13138, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5210, '2022-08-29', 2881, 4661, 736, 10117, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5211, '2022-08-29', 2952, 4662, 736, 10051, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 125, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5212, '2022-08-29', 3172, 4663, 736, 13156, '1.0000', '3.5299', '3.5299', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5213, '2022-08-29', 2534, 4664, 736, 13239, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5214, '2022-08-29', 2711, 4665, 736, 13251, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5215, '2022-08-29', 3062, 4666, 736, 13198, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5216, '2022-08-29', 3048, 4667, 736, 5129, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5217, '2022-08-29', 3120, 4668, 736, 13208, '3.0000', '5.4500', '5.4500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 182, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5218, '2022-08-29', 3120, 4668, 736, 13263, '1.0000', '5.4500', '5.4500', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5219, '2022-08-29', 3047, 4669, 736, 10041, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 114, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5220, '2022-08-29', 2864, 4670, 736, 13158, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5221, '2022-08-29', 2658, 4671, 737, 3953, '1.0000', '38.8900', '38.8900', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5222, '2022-08-29', 2494, 4672, 737, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '80.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5223, '2022-08-29', 2719, 4673, 737, 4014, '6.0000', '0.9900', '0.9900', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5224, '2022-08-29', 2822, 4674, 737, 13195, '5.0000', '4.6667', '4.6667', '8.0000', '8.0000', '55.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5225, '2022-08-29', 2653, 4675, 738, 13196, '60.0000', '4.4092', '4.4092', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5226, '2022-08-29', 2713, 4676, 738, 13249, '10.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5227, '2022-08-29', 3120, 4677, 738, 13263, '9.0000', '5.4500', '5.4500', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5228, '2022-08-29', 2644, 4678, 738, 13132, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5229, '2022-08-29', 2822, 4679, 738, 13195, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '51.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5230, '2022-08-29', 2699, 4680, 739, 13235, '10.0000', '6.9000', '6.9000', '8.0000', '8.0000', '90.0000', 1, 0, NULL, 190, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5231, '2022-08-29', 2697, 4681, 739, 3992, '4.0000', '6.4500', '6.4500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5232, '2022-08-29', 2608, 4682, 739, 10095, '2.0000', '38.0000', '38.0000', '45.0000', '45.0000', '7.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5233, '2022-08-29', 2930, 4683, 740, 10091, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5234, '2022-08-30', 2930, 4684, 741, 10091, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5235, '2022-08-30', 2930, 4684, 741, 10571, '-2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5236, '2022-08-30', 2930, 4684, 741, 11541, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5237, '2022-08-30', 2930, 4684, 741, 12511, '-2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5238, '2022-08-30', 2930, 4684, 741, 13216, '15.0000', '3.7500', '3.7500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5239, '2022-08-30', 3182, 4685, 741, 4767, '4.0000', '7.7925', '7.7925', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5240, '2022-08-30', 3182, 4685, 741, 5452, '1.0000', '7.7925', '7.7925', '11.0000', '11.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5241, '2022-08-30', 2699, 4686, 741, 13235, '15.0000', '6.9000', '6.9000', '8.0000', '8.0000', '75.0000', 1, 0, NULL, 190, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5242, '2022-08-30', 2960, 4687, 741, 4255, '8.0000', '9.5000', '9.5000', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5243, '2022-08-30', 2607, 4688, 741, 3902, '2.0000', '30.9400', '30.9400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5244, '2022-08-30', 2607, 4688, 741, 5034, '2.0000', '30.9400', '30.9400', '45.0000', '45.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5245, '2022-08-30', 2962, 4689, 741, 4257, '6.0000', '7.9000', '7.9000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5246, '2022-08-30', 2644, 4690, 742, 13132, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5247, '2022-08-30', 2644, 4690, 742, 13197, '22.0000', '3.4229', '3.4229', '6.0000', '6.0000', '50.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5248, '2022-08-30', 2822, 4691, 742, 13195, '19.0000', '4.6667', '4.6667', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5249, '2022-08-30', 2643, 4692, 742, 13131, '3.0000', '6.5466', '6.5466', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5250, '2022-08-30', 2504, 4693, 742, 13200, '3.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5251, '2022-08-30', 2502, 4694, 742, 13145, '5.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5252, '2022-08-30', 2502, 4694, 742, 13238, '9.0000', '2.0800', '2.0800', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5253, '2022-08-30', 2952, 4695, 742, 10051, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 125, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5254, '2022-08-30', 2952, 4695, 742, 10163, '11.0000', '3.0000', '3.0000', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5255, '2022-08-30', 2951, 4696, 742, 5756, '7.0000', '2.0000', '2.0000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5256, '2022-08-30', 2951, 4696, 742, 6717, '-16.0000', '2.0000', '2.0000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5257, '2022-08-30', 2951, 4696, 742, 7680, '16.0000', '2.0000', '2.0000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5258, '2022-08-30', 2951, 4696, 742, 8641, '-16.0000', '2.0000', '2.0000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5259, '2022-08-30', 2951, 4696, 742, 9602, '16.0000', '2.0000', '2.0000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5260, '2022-08-30', 2951, 4696, 742, 10052, '17.0000', '2.3125', '2.3125', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 125, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5261, '2022-08-30', 3172, 4697, 742, 13156, '34.0000', '3.5299', '3.5299', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5262, '2022-08-30', 3311, 4698, 742, 10183, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5263, '2022-08-30', 3311, 4698, 742, 10962, '-11.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5264, '2022-08-30', 3311, 4698, 742, 11932, '11.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5265, '2022-08-30', 3311, 4698, 742, 12902, '-11.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5266, '2022-08-30', 3311, 4698, 742, 13162, '32.0000', '0.8700', '0.8700', '1.5000', '1.5000', '76.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5267, '2022-08-30', 3483, 4699, 742, 10006, '35.0000', '0.8583', '0.8583', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 119, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5268, '2022-08-30', 3481, 4700, 742, 4770, '49.0000', '0.4163', '0.4163', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 37, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5269, '2022-08-30', 3048, 4701, 742, 5129, '11.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5270, '2022-08-30', 3048, 4701, 742, 6090, '-171.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5271, '2022-08-30', 3048, 4701, 742, 7053, '-80.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5272, '2022-08-30', 3048, 4701, 742, 8014, '80.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5273, '2022-08-30', 3048, 4701, 742, 8975, '-80.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5274, '2022-08-30', 3048, 4701, 742, 9914, '72.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 101, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5275, '2022-08-30', 3048, 4701, 742, 10042, '144.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 114, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5276, '2022-08-30', 3048, 4701, 742, 10136, '60.0000', '0.8333', '0.8333', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 146, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5277, '2022-08-30', 3047, 4702, 743, 10041, '32.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 114, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5278, '2022-08-30', 3047, 4702, 743, 10137, '6.0000', '1.6700', '1.6700', '2.5000', '2.5000', '54.0000', 1, 0, NULL, 146, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5279, '2022-08-30', 2650, 4703, 743, 10053, '11.0000', '4.1667', '4.1667', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5280, '2022-08-30', 2649, 4704, 743, 10081, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 131, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5281, '2022-08-30', 2649, 4704, 743, 10681, '-8.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5282, '2022-08-30', 2649, 4704, 743, 11651, '8.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5283, '2022-08-30', 2649, 4704, 743, 12621, '-8.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5284, '2022-08-30', 2649, 4704, 743, 13147, '23.0000', '5.4167', '5.4167', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5285, '2022-08-30', 3120, 4705, 743, 13263, '14.0000', '5.4500', '5.4500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5286, '2022-08-30', 3123, 4706, 743, 4418, '5.0000', '4.5700', '4.5700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5287, '2022-08-30', 3123, 4706, 743, 4900, '4.0000', '4.7500', '4.7500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5288, '2022-08-30', 3048, 4707, 743, 10136, '36.0000', '0.8333', '0.8333', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 146, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5289, '2022-08-30', 3483, 4708, 743, 10006, '27.0000', '0.8583', '0.8583', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 119, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5290, '2022-08-30', 3187, 4709, 743, 4482, '8.0000', '0.0100', '0.0100', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5291, '2022-08-30', 3187, 4709, 743, 4901, '21.0000', '0.6793', '0.6793', '1.2500', '1.2500', '7.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5292, '2022-08-30', 2653, 4710, 744, 13196, '13.0000', '4.4092', '4.4092', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5293, '2022-08-30', 2717, 4711, 745, 4012, '1.0000', '3.9900', '3.9900', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5294, '2022-08-30', 2746, 4712, 745, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5295, '2022-08-30', 3517, 4713, 745, 4923, '1.0000', '15.0000', '15.0000', '20.0000', '20.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5296, '2022-08-30', 3568, 4714, 745, 13173, '3.0000', '32.0000', '32.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5297, '2022-08-30', 3563, 4715, 745, 13168, '4.0000', '28.0000', '28.0000', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5298, '2022-08-30', 3564, 4716, 745, 13169, '1.0000', '21.6000', '21.6000', '32.0000', '32.0000', '4.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5299, '2022-08-30', 3566, 4717, 745, 13171, '3.0000', '7.5000', '7.5000', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5300, '2022-08-30', 3567, 4718, 745, 13172, '5.0000', '5.5000', '5.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5301, '2022-08-30', 2645, 4719, 746, 13267, '21.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 200, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5302, '2022-08-30', 2710, 4720, 746, 5376, '7.0000', '5.9583', '5.9583', '7.5000', '7.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5303, '2022-08-30', 2653, 4721, 746, 13196, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5304, '2022-08-30', 3172, 4722, 746, 13156, '12.0000', '3.5299', '3.5299', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5305, '2022-08-30', 3048, 4723, 746, 10136, '29.0000', '0.8333', '0.8333', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 146, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5306, '2022-08-30', 3483, 4724, 746, 10006, '35.0000', '0.8583', '0.8583', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 119, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5307, '2022-08-30', 2662, 4725, 746, 4702, '1.0000', '5.4550', '5.4550', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5308, '2022-08-30', 3047, 4726, 746, 10137, '19.0000', '1.6700', '1.6700', '2.5000', '2.5000', '35.0000', 1, 0, NULL, 146, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5309, '2022-08-31', 2710, 4727, 747, 5376, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5310, '2022-08-31', 2930, 4728, 747, 13216, '12.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5311, '2022-08-31', 2901, 4729, 747, 10175, '1.0000', '14.5880', '14.5880', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 156, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5312, '2022-08-31', 3048, 4730, 747, 10136, '19.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 146, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5313, '2022-08-31', 3483, 4731, 747, 10006, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 119, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5314, '2022-08-31', 3483, 4731, 747, 10172, '16.0000', '0.8583', '0.8583', '1.5000', '1.5000', '176.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5315, '2022-08-31', 2822, 4732, 747, 13195, '9.0000', '4.6667', '4.6667', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5316, '2022-08-31', 2644, 4733, 747, 13197, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '49.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5317, '2022-08-31', 2917, 4734, 747, 13191, '10.0000', '9.2096', '9.2096', '14.0000', '14.0000', '7.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5318, '2022-08-31', 3017, 4735, 747, 13261, '7.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5319, '2022-08-31', 3172, 4736, 747, 13156, '9.0000', '3.5299', '3.5299', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5320, '2022-08-31', 3172, 4736, 747, 13248, '6.0000', '3.6000', '3.6000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5321, '2022-08-31', 2887, 4737, 747, 9981, '14.0000', '1.1250', '1.1250', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 111, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5322, '2022-08-31', 2887, 4737, 747, 10200, '5.0000', '1.1250', '1.1250', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5323, '2022-08-31', 2881, 4738, 747, 10117, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5324, '2022-08-31', 2881, 4738, 747, 13254, '6.0000', '1.0000', '1.0000', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5325, '2022-08-31', 3182, 4739, 747, 5452, '2.0000', '7.7925', '7.7925', '11.0000', '11.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5326, '2022-08-31', 3074, 4740, 747, 9979, '7.0000', '2.0496', '2.0496', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5327, '2022-08-31', 2961, 4741, 748, 5818, '4.0000', '12.0000', '12.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5328, '2022-08-31', 2820, 4742, 748, 4115, '1.0000', '11.2500', '11.2500', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5329, '2022-08-31', 2817, 4743, 748, 4112, '2.0000', '20.8900', '20.8900', '29.0000', '29.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5330, '2022-08-31', 2969, 4744, 748, 4264, '3.0000', '4.5000', '4.5000', '6.5000', '6.5000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5331, '2022-08-31', 2813, 4745, 748, 4108, '1.0000', '11.7200', '11.7200', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5332, '2022-08-31', 3214, 4746, 748, 4509, '1.0000', '12.3200', '12.3200', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5333, '2022-08-31', 3150, 4747, 748, 4445, '1.0000', '42.0700', '42.0700', '55.0000', '55.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5334, '2022-08-31', 3234, 4748, 748, 13163, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '5.0000', 1, 0, NULL, 172, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5335, '2022-08-31', 2719, 4749, 748, 4014, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5336, '2022-08-31', 2727, 4750, 748, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '27.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5337, '2022-08-31', 2699, 4751, 748, 13235, '2.0000', '6.9000', '6.9000', '8.0000', '8.0000', '73.0000', 1, 0, NULL, 190, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5338, '2022-08-31', 2981, 4752, 748, 9911, '3.0000', '40.5550', '40.5550', '55.0000', '55.0000', '1.0000', 1, 0, NULL, 99, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5339, '2022-08-31', 2877, 4753, 749, 4764, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 36, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5340, '2022-08-31', 2877, 4753, 749, 5147, '2.0000', '2.5800', '2.5800', '4.0000', '4.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5341, '2022-08-31', 3048, 4754, 749, 10318, '-11.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5342, '2022-08-31', 3048, 4754, 749, 11288, '11.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5343, '2022-08-31', 3048, 4754, 749, 12258, '-11.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5344, '2022-08-31', 3048, 4754, 749, 13265, '17.0000', '0.8333', '0.8333', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5345, '2022-08-31', 3169, 4755, 750, 4464, '1.0000', '208.1900', '208.1900', '290.0000', '290.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5346, '2022-08-31', 2632, 4756, 751, 3927, '1.0000', '385.0000', '385.0000', '482.0000', '482.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5347, '2022-08-31', 2923, 4757, 752, 4726, '6.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5348, '2022-08-31', 2923, 4757, 752, 4862, '10.0000', '3.0000', '3.0000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5349, '2022-08-31', 2918, 4758, 752, 5384, '7.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5350, '2022-08-31', 2918, 4758, 752, 6345, '-35.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5351, '2022-08-31', 2918, 4758, 752, 7308, '-11.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5352, '2022-08-31', 2918, 4758, 752, 8269, '11.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5353, '2022-08-31', 2918, 4758, 752, 9230, '-33.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5354, '2022-08-31', 2918, 4758, 752, 9926, '50.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5355, '2022-08-31', 2918, 4758, 752, 10574, '8.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5356, '2022-08-31', 2918, 4758, 752, 11544, '-8.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5357, '2022-08-31', 2918, 4758, 752, 12514, '8.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5358, '2022-08-31', 2918, 4758, 752, 13213, '16.0000', '1.8750', '1.8750', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5359, '2022-08-31', 2936, 4759, 752, 13217, '7.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5360, '2022-08-31', 2924, 4760, 752, 10090, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5361, '2022-08-31', 2891, 4761, 752, 4999, '6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5362, '2022-08-31', 2879, 4762, 753, 10178, '7.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5363, '2022-08-31', 2879, 4762, 753, 10672, '-4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5364, '2022-08-31', 2879, 4762, 753, 11642, '4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5365, '2022-08-31', 2879, 4762, 753, 12612, '-4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5366, '2022-08-31', 2879, 4762, 753, 13155, '6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5367, '2022-08-31', 2879, 4762, 753, 13245, '6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5368, '2022-08-31', 3047, 4763, 753, 10137, '19.0000', '1.6700', '1.6700', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 146, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5369, '2022-08-31', 2662, 4764, 753, 4702, '1.0000', '5.4550', '5.4550', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5370, '2022-08-31', 3559, 4765, 753, 10207, '5.0000', '2.7500', '2.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 164, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5371, '2022-08-31', 3560, 4766, 753, 10931, '-24.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5372, '2022-08-31', 3560, 4766, 753, 11901, '24.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5373, '2022-08-31', 3560, 4766, 753, 13244, '24.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 193, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5374, '2022-08-31', 2716, 4767, 754, 4011, '2.0000', '3.3500', '3.3500', '4.5000', '4.5000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5375, '2022-08-31', 3081, 4768, 754, 5952, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5376, '2022-08-31', 2719, 4769, 754, 4014, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5377, '2022-08-31', 2749, 4770, 754, 4044, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '69.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5378, '2022-08-31', 2699, 4771, 754, 13235, '7.0000', '6.9000', '6.9000', '8.0000', '8.0000', '66.0000', 1, 0, NULL, 190, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5379, '2022-08-31', 2917, 4772, 755, 13191, '6.0000', '9.2096', '9.2096', '14.0000', '14.0000', '1.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5380, '2022-08-31', 3047, 4773, 755, 10137, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 146, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5381, '2022-09-01', 2646, 4774, 756, 13271, '13.0000', '11.9450', '11.9450', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5382, '2022-09-01', 2645, 4775, 756, 13267, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 200, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5383, '2022-09-01', 2645, 4775, 756, 13268, '11.0000', '8.3496', '8.3496', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5384, '2022-09-01', 2653, 4776, 757, 13273, '15.0000', '4.4092', '4.4092', '6.0000', '6.0000', '105.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5385, '2022-09-01', 2646, 4777, 758, 13271, '12.0000', '11.9450', '11.9450', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5386, '2022-09-01', 2645, 4778, 758, 13268, '5.0000', '8.3496', '8.3496', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5387, '2022-09-01', 2648, 4779, 758, 13270, '11.0000', '7.5783', '7.5783', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5388, '2022-09-01', 2647, 4780, 758, 13269, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '43.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5389, '2022-09-01', 3060, 4781, 758, 10072, '1.0000', '5.0621', '5.0621', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 129, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5390, '2022-09-01', 3060, 4781, 758, 10205, '7.0000', '5.0030', '5.0030', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 162, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5391, '2022-09-01', 2485, 4782, 758, 10124, '1.0000', '22.7742', '22.7742', '27.0000', '27.0000', '1.0000', 1, 0, NULL, 141, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5392, '2022-09-01', 2648, 4783, 759, 13270, '10.0000', '7.5783', '7.5783', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5393, '2022-09-01', 2646, 4784, 759, 13271, '10.0000', '11.9450', '11.9450', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5394, '2022-09-01', 2645, 4785, 759, 13268, '7.0000', '8.3496', '8.3496', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5395, '2022-09-01', 2653, 4786, 759, 13273, '15.0000', '4.4092', '4.4092', '6.0000', '6.0000', '90.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5396, '2022-09-01', 2653, 4787, 760, 13273, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '78.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5397, '2022-09-01', 2981, 4788, 760, 9911, '1.0000', '40.5550', '40.5550', '55.0000', '55.0000', '0.0000', 1, 0, NULL, 99, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5398, '2022-09-01', 2977, 4789, 760, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5399, '2022-09-01', 2711, 4790, 760, 13251, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5400, '2022-09-01', 2710, 4791, 760, 5376, '7.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5401, '2022-09-01', 3063, 4792, 760, 10144, '7.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5402, '2022-09-01', 3063, 4792, 760, 10301, '-7.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5403, '2022-09-01', 3063, 4792, 760, 11271, '7.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5404, '2022-09-01', 3063, 4792, 760, 12241, '-7.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5405, '2022-09-01', 3063, 4792, 760, 13276, '12.0000', '2.7292', '2.7292', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5406, '2022-09-01', 3062, 4793, 760, 13198, '6.0000', '12.6500', '12.6500', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5407, '2022-09-01', 3061, 4794, 760, 5118, '12.0000', '4.8500', '4.8500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5408, '2022-09-01', 3282, 4795, 761, 4577, '1.0000', '90.0000', '90.0000', '145.0000', '145.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5409, '2022-09-02', 2644, 4796, 762, 13197, '8.0000', '3.4229', '3.4229', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5410, '2022-09-02', 2822, 4797, 762, 13195, '8.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5411, '2022-09-02', 3060, 4798, 762, 10205, '5.0000', '5.0030', '5.0030', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 162, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5412, '2022-09-02', 2902, 4799, 762, 13237, '4.0000', '6.7500', '6.7500', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5413, '2022-09-02', 2949, 4800, 762, 10133, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5414, '2022-09-02', 2952, 4801, 762, 10163, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5415, '2022-09-02', 2602, 4802, 763, 3897, '1.0000', '162.1100', '162.1100', '230.0000', '230.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5416, '2022-09-02', 2612, 4803, 763, 9880, '6.0000', '4.6000', '4.6000', '9.0000', '9.0000', '165.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5417, '2022-09-02', 2617, 4804, 763, 9909, '6.0000', '4.5000', '4.5000', '7.5000', '7.5000', '37.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5418, '2022-09-02', 2725, 4805, 763, 10018, '1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '55.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5419, '2022-09-02', 3020, 4806, 763, 4315, '1.0000', '171.4500', '171.4500', '230.0000', '230.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5420, '2022-09-02', 2534, 4807, 764, 13284, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5421, '2022-09-02', 3060, 4808, 765, 10205, '2.0000', '5.0030', '5.0030', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 162, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5422, '2022-09-03', 3304, 4809, 766, 4599, '200.0000', '0.3900', '0.3900', '1.0000', '1.0000', '331.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5423, '2022-09-03', 2725, 4810, 766, 10018, '2.0000', '3.8700', '3.8700', '10.0000', '10.0000', '53.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5424, '2022-09-03', 3190, 4811, 766, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '91.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5425, '2022-09-03', 2660, 4812, 766, 13159, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5426, '2022-09-03', 2660, 4812, 766, 13247, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5427, '2022-09-03', 2877, 4813, 766, 5147, '2.0000', '2.5800', '2.5800', '4.0000', '4.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5428, '2022-09-03', 2617, 4814, 767, 9909, '2.0000', '4.5000', '4.5000', '7.5000', '7.5000', '35.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5429, '2022-09-03', 3260, 4815, 767, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5430, '2022-09-03', 3258, 4816, 767, 4553, '1.0000', '6.6300', '6.6300', '11.5000', '11.5000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5431, '2022-09-03', 2717, 4817, 767, 4012, '5.0000', '3.9900', '3.9900', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5432, '2022-09-03', 3235, 4818, 767, 9916, '1.0000', '95.8500', '95.8500', '105.0000', '105.0000', '2.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5433, '2022-09-05', 3062, 4819, 768, 13198, '4.0000', '12.6500', '12.6500', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5434, '2022-09-05', 2646, 4820, 768, 13271, '5.0000', '11.9450', '11.9450', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5435, '2022-09-05', 2645, 4821, 768, 13268, '9.0000', '8.3496', '8.3496', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5436, '2022-09-05', 2647, 4822, 768, 13269, '15.0000', '7.7517', '7.7517', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5437, '2022-09-05', 3063, 4823, 768, 13276, '12.0000', '2.7292', '2.7292', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5438, '2022-09-05', 3121, 4824, 768, 4706, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5439, '2022-09-05', 2534, 4825, 768, 13284, '12.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5440, '2022-09-05', 3172, 4826, 768, 13248, '5.0000', '3.6000', '3.6000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5441, '2022-09-05', 2930, 4827, 768, 13216, '9.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5442, '2022-09-05', 2935, 4828, 768, 10159, '10.0000', '0.7500', '0.7500', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5443, '2022-09-05', 2920, 4829, 768, 13214, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5444, '2022-09-05', 2901, 4830, 769, 10196, '4.0000', '14.7250', '14.7250', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 159, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5445, '2022-09-05', 2982, 4831, 769, 10146, '5.0000', '5.1575', '5.1575', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5446, '2022-09-05', 2982, 4831, 769, 10379, '2.0000', '5.1575', '5.1575', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5447, '2022-09-05', 2982, 4831, 769, 11349, '-2.0000', '5.1575', '5.1575', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5448, '2022-09-05', 2982, 4831, 769, 12319, '2.0000', '5.1575', '5.1575', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5449, '2022-09-05', 2982, 4831, 769, 13242, '5.0000', '5.1592', '5.1592', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5450, '2022-09-05', 2902, 4832, 769, 13237, '10.0000', '6.7500', '6.7500', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5451, '2022-09-05', 3022, 4833, 770, 4317, '1.0000', '62.0600', '62.0600', '82.0000', '82.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5452, '2022-09-05', 2712, 4834, 771, 13289, '6.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5453, '2022-09-05', 2711, 4835, 771, 13251, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5454, '2022-09-05', 2711, 4835, 771, 13290, '9.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5455, '2022-09-05', 2713, 4836, 771, 13288, '15.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5456, '2022-09-05', 2710, 4837, 772, 5376, '3.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5457, '2022-09-05', 2710, 4837, 772, 6337, '-37.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5458, '2022-09-05', 2710, 4837, 772, 7300, '-15.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5459, '2022-09-05', 2710, 4837, 772, 8261, '15.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5460, '2022-09-05', 2710, 4837, 772, 9222, '-15.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5461, '2022-09-05', 2710, 4837, 772, 9867, '12.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 83, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5462, '2022-09-05', 2710, 4837, 772, 9903, '12.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 92, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5463, '2022-09-05', 2710, 4837, 772, 10003, '12.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 117, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5464, '2022-09-05', 2710, 4837, 772, 10168, '12.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 154, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5465, '2022-09-05', 2710, 4837, 772, 10566, '-1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5466, '2022-09-05', 2710, 4837, 772, 11536, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5467, '2022-09-05', 2710, 4837, 772, 12506, '-1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5468, '2022-09-05', 2710, 4837, 772, 13142, '6.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5469, '2022-09-05', 2713, 4838, 772, 13288, '4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5470, '2022-09-05', 2653, 4839, 772, 13273, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '66.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5471, '2022-09-05', 2646, 4840, 772, 13271, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5472, '2022-09-05', 2647, 4841, 772, 13269, '12.0000', '7.7517', '7.7517', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5473, '2022-09-05', 2645, 4842, 772, 13268, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5474, '2022-09-05', 3114, 4843, 773, 13220, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 185, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5475, '2022-09-05', 3114, 4843, 773, 13291, '4.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5476, '2022-09-05', 2719, 4844, 774, 4014, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5477, '2022-09-05', 2719, 4844, 774, 4850, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '97.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5478, '2022-09-05', 2491, 4845, 774, 3786, '6.0000', '0.7900', '0.7900', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5479, '2022-09-05', 2756, 4846, 774, 5905, '2.0000', '0.8900', '0.8900', '2.5000', '2.5000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5480, '2022-09-05', 2726, 4847, 774, 4847, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5481, '2022-09-05', 2726, 4847, 774, 5896, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5482, '2022-09-05', 3264, 4848, 774, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '83.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5483, '2022-09-05', 2759, 4849, 774, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '21.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5484, '2022-09-05', 3147, 4850, 774, 4442, '1.0000', '4.3900', '4.3900', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5485, '2022-09-05', 2725, 4851, 774, 10018, '5.0000', '3.8700', '3.8700', '10.0000', '10.0000', '48.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5486, '2022-09-05', 2749, 4852, 774, 4044, '9.0000', '0.6900', '0.6900', '2.5000', '2.5000', '60.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5487, '2022-09-05', 3234, 4853, 774, 13163, '2.0000', '53.8000', '53.8000', '65.0000', '65.0000', '3.0000', 1, 0, NULL, 172, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5488, '2022-09-05', 3200, 4854, 774, 4495, '2.0000', '17.0000', '17.0000', '38.0000', '38.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5489, '2022-09-05', 2901, 4855, 774, 10196, '5.0000', '14.7250', '14.7250', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 159, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5490, '2022-09-05', 2952, 4856, 775, 10163, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5491, '2022-09-05', 3085, 4857, 775, 5126, '2.0000', '4.0000', '4.0000', '5.0000', '5.0000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5492, '2022-09-06', 2711, 4858, 776, 13290, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5493, '2022-09-06', 3121, 4859, 776, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5494, '2022-09-06', 2534, 4860, 776, 13284, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5495, '2022-09-06', 2949, 4861, 776, 10133, '3.0000', '6.6700', '6.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5496, '2022-09-06', 2949, 4861, 776, 13287, '2.0000', '6.6700', '6.6700', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5497, '2022-09-06', 2950, 4862, 776, 13143, '4.0000', '12.8775', '12.8775', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5498, '2022-09-06', 3036, 4863, 776, 4331, '1.0000', '21.6300', '21.6300', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5499, '2022-09-06', 3028, 4864, 776, 4323, '1.0000', '10.0000', '10.0000', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5500, '2022-09-06', 2693, 4865, 776, 3988, '2.0000', '7.5100', '7.5100', '16.5000', '16.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5501, '2022-09-06', 2608, 4866, 776, 10095, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '6.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5502, '2022-09-06', 2801, 4867, 776, 4809, '4.0000', '9.0000', '9.0000', '13.0000', '13.0000', '25.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5503, '2022-09-06', 2799, 4868, 776, 4804, '1.0000', '4.3500', '4.3500', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5504, '2022-09-06', 2873, 4869, 776, 4705, '3.0000', '2.6300', '2.6300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5505, '2022-09-06', 2873, 4869, 776, 4957, '1.0000', '2.6300', '2.6300', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5506, '2022-09-06', 3311, 4870, 776, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '75.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5507, '2022-09-06', 3086, 4871, 776, 9873, '3.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5508, '2022-09-06', 3086, 4871, 776, 10149, '12.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5509, '2022-09-06', 3086, 4871, 776, 10320, '-4.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5510, '2022-09-06', 3086, 4871, 776, 11290, '4.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5511, '2022-09-06', 3086, 4871, 776, 12260, '-4.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5512, '2022-09-06', 3086, 4871, 776, 13148, '5.0000', '2.9700', '2.9700', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5513, '2022-09-06', 2879, 4872, 777, 13245, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5514, '2022-09-06', 3483, 4873, 777, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '175.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5515, '2022-09-06', 2713, 4874, 777, 13288, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5516, '2022-09-06', 2789, 4875, 777, 5351, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5517, '2022-09-06', 2534, 4876, 777, 13284, '5.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5518, '2022-09-06', 3062, 4877, 777, 13198, '1.0000', '12.6500', '12.6500', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5519, '2022-09-06', 3062, 4877, 777, 13275, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5520, '2022-09-06', 2890, 4878, 777, 4778, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5521, '2022-09-06', 3085, 4879, 777, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '39.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5522, '2022-09-06', 2835, 4880, 777, 4995, '1.0000', '13.0000', '13.0000', '17.0000', '17.0000', '18.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5523, '2022-09-06', 3114, 4881, 777, 13291, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5524, '2022-09-06', 2950, 4882, 777, 13282, '1.0000', '12.8775', '12.8775', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5525, '2022-09-06', 3311, 4883, 777, 13162, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5526, '2022-09-06', 2887, 4884, 777, 10200, '1.0000', '1.1250', '1.1250', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5527, '2022-09-06', 3121, 4885, 777, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5528, '2022-09-06', 3164, 4886, 777, 10128, '4.0000', '1.5552', '1.5552', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5529, '2022-09-06', 2500, 4887, 777, 13202, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5530, '2022-09-06', 2952, 4888, 777, 10163, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5531, '2022-09-06', 2653, 4889, 777, 13273, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '60.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5532, '2022-09-06', 2982, 4890, 777, 13242, '7.0000', '5.1592', '5.1592', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5533, '2022-09-06', 2919, 4891, 777, 7317, '-25.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5534, '2022-09-06', 2919, 4891, 777, 8278, '25.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5535, '2022-09-06', 2919, 4891, 777, 9239, '-25.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5536, '2022-09-06', 2919, 4891, 777, 9858, '21.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5537, '2022-09-06', 2919, 4891, 777, 10087, '6.0000', '6.0000', '6.0000', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5538, '2022-09-06', 3061, 4892, 778, 5118, '3.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5539, '2022-09-06', 3061, 4892, 778, 6079, '-76.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5540, '2022-09-06', 3061, 4892, 778, 7042, '-7.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5541, '2022-09-06', 3061, 4892, 778, 8003, '7.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5542, '2022-09-06', 3061, 4892, 778, 9837, '24.0000', '3.8354', '3.8354', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 74, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5543, '2022-09-06', 3061, 4892, 778, 10039, '24.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5544, '2022-09-06', 3061, 4892, 778, 10104, '24.0000', '3.8354', '3.8354', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 137, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5545, '2022-09-06', 3061, 4892, 778, 10306, '-5.0000', '3.8354', '3.8354', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5546, '2022-09-06', 3061, 4892, 778, 11276, '5.0000', '3.8354', '3.8354', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5547, '2022-09-06', 3061, 4892, 778, 12246, '-5.0000', '3.8354', '3.8354', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5548, '2022-09-06', 3061, 4892, 778, 13277, '14.0000', '4.1736', '4.1736', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5549, '2022-09-06', 3063, 4893, 778, 13276, '8.0000', '2.7292', '2.7292', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5550, '2022-09-06', 2661, 4894, 778, 10190, '24.0000', '0.2547', '0.2547', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 158, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5551, '2022-09-06', 2661, 4894, 778, 10350, '-106.0000', '0.2547', '0.2547', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5552, '2022-09-06', 2661, 4894, 778, 11320, '106.0000', '0.2547', '0.2547', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5553, '2022-09-06', 2661, 4894, 778, 12290, '-106.0000', '0.2547', '0.2547', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5554, '2022-09-06', 2661, 4894, 778, 13222, '156.0000', '0.2547', '0.2547', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 186, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5555, '2022-09-06', 2949, 4895, 779, 13287, '4.0000', '6.6700', '6.6700', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5556, '2022-09-06', 2790, 4896, 779, 10540, '-1.0000', '5.4200', '5.4200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5557, '2022-09-06', 2790, 4896, 779, 11510, '1.0000', '5.4200', '5.4200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5558, '2022-09-06', 2790, 4896, 779, 12480, '-1.0000', '5.4200', '5.4200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5559, '2022-09-06', 2790, 4896, 779, 13207, '12.0000', '5.4200', '5.4200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 182, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5560, '2022-09-06', 2789, 4897, 779, 5351, '2.0000', '8.4200', '8.4200', '11.5000', '11.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5561, '2022-09-06', 2500, 4898, 779, 13202, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5562, '2022-09-06', 3080, 4899, 779, 9918, '2.0000', '12.6500', '12.6500', '20.0000', '20.0000', '0.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5563, '2022-09-06', 3080, 4899, 779, 11139, '3.0000', '12.6500', '12.6500', '20.0000', '20.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5564, '2022-09-06', 3081, 4900, 779, 5952, '4.0000', '20.3500', '20.3500', '28.0000', '28.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5565, '2022-09-06', 3320, 4901, 779, 4615, '26.0000', '0.3300', '0.3300', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5566, '2022-09-06', 2961, 4902, 779, 6779, '-31.0000', '12.0000', '12.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5567, '2022-09-06', 2961, 4902, 779, 8703, '2.0000', '12.0000', '12.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5568, '2022-09-06', 2961, 4902, 779, 9664, '-2.0000', '12.0000', '12.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5569, '2022-09-06', 2961, 4902, 779, 10096, '33.0000', '14.9000', '14.9000', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 136, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5570, '2022-09-06', 2699, 4903, 779, 13235, '4.0000', '6.9000', '6.9000', '8.0000', '8.0000', '62.0000', 1, 0, NULL, 190, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5571, '2022-09-06', 2952, 4904, 779, 10163, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5572, '2022-09-06', 3164, 4905, 779, 10128, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5573, '2022-09-06', 2725, 4906, 780, 10018, '2.0000', '3.8700', '3.8700', '10.0000', '10.0000', '46.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5574, '2022-09-06', 2758, 4907, 780, 4053, '1.0000', '3.8500', '3.8500', '7.5000', '7.5000', '44.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5575, '2022-09-06', 3191, 4908, 780, 5011, '1.0000', '37.3100', '37.3100', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5576, '2022-09-06', 2697, 4909, 780, 3992, '6.0000', '6.4500', '6.4500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5577, '2022-09-06', 2608, 4910, 780, 10095, '3.0000', '38.0000', '38.0000', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5578, '2022-09-06', 2617, 4911, 780, 9909, '2.0000', '4.5000', '4.5000', '7.5000', '7.5000', '33.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5579, '2022-09-07', 2901, 4912, 781, 10196, '1.0000', '14.7250', '14.7250', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 159, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5580, '2022-09-07', 2901, 4912, 781, 10215, '-4.0000', '14.7250', '14.7250', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5581, '2022-09-07', 2901, 4912, 781, 11185, '4.0000', '14.7250', '14.7250', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5582, '2022-09-07', 2901, 4912, 781, 12155, '-4.0000', '14.7250', '14.7250', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5583, '2022-09-07', 2901, 4912, 781, 13152, '4.0000', '14.3077', '14.3077', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 170, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5584, '2022-09-07', 2901, 4912, 781, 13234, '3.0000', '14.3077', '14.3077', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 189, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5585, '2022-09-07', 2901, 4912, 781, 13260, '3.0000', '14.3928', '14.3928', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 197, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5586, '2022-09-07', 2882, 4913, 781, 13317, '15.0000', '0.9167', '0.9167', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5587, '2022-09-07', 3120, 4914, 781, 13314, '7.0000', '5.7400', '5.7400', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 207, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5588, '2022-09-07', 2646, 4915, 781, 13271, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5589, '2022-09-07', 3483, 4916, 781, 10172, '19.0000', '0.8583', '0.8583', '1.5000', '1.5000', '156.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5590, '2022-09-07', 2485, 4917, 781, 10124, '1.0000', '22.7742', '22.7742', '27.0000', '27.0000', '0.0000', 1, 0, NULL, 141, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5591, '2022-09-07', 2579, 4918, 781, 3874, '1.0000', '3.3100', '3.3100', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5592, '2022-09-07', 2579, 4918, 781, 5654, '2.0000', '3.3100', '3.3100', '5.0000', '5.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5593, '2022-09-07', 2635, 4919, 781, 3930, '1.0000', '11.9500', '11.9500', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5594, '2022-09-07', 2636, 4920, 781, 3931, '1.0000', '9.4100', '9.4100', '14.0000', '14.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5595, '2022-09-07', 2853, 4921, 781, 4148, '2.0000', '2.7800', '2.7800', '6.0000', '6.0000', '52.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5596, '2022-09-07', 2930, 4922, 781, 13298, '11.0000', '4.5000', '4.5000', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5597, '2022-09-07', 2921, 4923, 781, 4721, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5598, '2022-09-07', 2935, 4924, 781, 10159, '7.0000', '0.7500', '0.7500', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5599, '2022-09-07', 2918, 4925, 781, 13213, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '33.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5600, '2022-09-07', 2662, 4926, 781, 4702, '1.0000', '5.4550', '5.4550', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5601, '2022-09-07', 2827, 4927, 781, 4894, '67.0000', '0.1600', '0.1600', '0.2500', '0.2500', '0.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5602, '2022-09-07', 2827, 4927, 781, 5963, '33.0000', '0.1600', '0.1600', '0.2500', '0.2500', '94.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5603, '2022-09-07', 3314, 4928, 781, 4807, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5604, '2022-09-07', 2766, 4929, 782, 4061, '2.0000', '1.3000', '1.3000', '2.0000', '2.0000', '277.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5605, '2022-09-07', 2699, 4930, 783, 13235, '1.0000', '6.9000', '6.9000', '8.0000', '8.0000', '61.0000', 1, 0, NULL, 190, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5606, '2022-09-07', 2698, 4931, 783, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5607, '2022-09-08', 2901, 4932, 784, 13260, '2.0000', '14.3928', '14.3928', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 197, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5608, '2022-09-08', 2920, 4933, 784, 13293, '4.0000', '4.5000', '4.5000', '5.5000', '5.5000', '20.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5609, '2022-09-08', 2646, 4934, 784, 13271, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5610, '2022-09-08', 2645, 4935, 784, 13268, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5611, '2022-09-08', 2653, 4936, 784, 13273, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5612, '2022-09-08', 2710, 4937, 784, 13142, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5613, '2022-09-08', 2713, 4938, 784, 13288, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5614, '2022-09-08', 2713, 4938, 784, 13320, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5615, '2022-09-08', 2712, 4939, 784, 13321, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '17.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5616, '2022-09-08', 2827, 4940, 784, 5963, '94.0000', '0.1600', '0.1600', '0.2500', '0.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5617, '2022-09-08', 2827, 4940, 784, 7887, '-207.0000', '0.1600', '0.1600', '0.2500', '0.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5618, '2022-09-08', 2827, 4940, 784, 8848, '207.0000', '0.1600', '0.1600', '0.2500', '0.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5619, '2022-09-08', 2827, 4940, 784, 9809, '-207.0000', '0.1600', '0.1600', '0.2500', '0.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5620, '2022-09-08', 2827, 4940, 784, 9970, '100.0000', '0.1600', '0.1600', '0.2500', '0.2500', '0.0000', 1, 0, NULL, 109, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5621, '2022-09-08', 2827, 4940, 784, 10118, '100.0000', '0.1700', '0.1700', '0.2500', '0.2500', '0.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5622, '2022-09-08', 2827, 4940, 784, 11158, '-78.0000', '0.1700', '0.1700', '0.2500', '0.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5623, '2022-09-08', 2827, 4940, 784, 12128, '78.0000', '0.1700', '0.1700', '0.2500', '0.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5624, '2022-09-08', 2827, 4940, 784, 13098, '-78.0000', '0.1700', '0.1700', '0.2500', '0.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5625, '2022-09-08', 2827, 4940, 784, 13255, '91.0000', '0.1700', '0.1700', '0.2500', '0.2500', '109.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5626, '2022-09-08', 2507, 4941, 784, 13278, '5.0000', '4.8333', '4.8333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5627, '2022-09-08', 3120, 4942, 785, 13314, '4.0000', '5.7400', '5.7400', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 207, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5628, '2022-09-08', 2936, 4943, 785, 13299, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '35.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5629, '2022-09-08', 2789, 4944, 785, 5351, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5630, '2022-09-08', 2711, 4945, 785, 13290, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5631, '2022-09-08', 3015, 4946, 785, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '105.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5632, '2022-09-08', 2500, 4947, 785, 13202, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5633, '2022-09-08', 2653, 4948, 785, 13273, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5634, '2022-09-08', 2882, 4949, 785, 13317, '4.0000', '0.9167', '0.9167', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5635, '2022-09-08', 2662, 4950, 785, 5336, '1.0000', '5.4550', '5.4550', '7.0000', '7.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5636, '2022-09-08', 2712, 4951, 785, 13321, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '16.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5637, '2022-09-08', 3048, 4952, 785, 13265, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5638, '2022-09-08', 2591, 4953, 786, 3886, '1.0000', '5.1700', '5.1700', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5639, '2022-09-08', 3235, 4954, 786, 9916, '1.0000', '95.8500', '95.8500', '105.0000', '105.0000', '1.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5640, '2022-09-08', 3288, 4955, 786, 4583, '1.0000', '16.5200', '16.5200', '22.0000', '22.0000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5641, '2022-09-08', 2727, 4956, 786, 10019, '8.0000', '13.6700', '13.6700', '40.0000', '40.0000', '19.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5642, '2022-09-08', 2699, 4957, 786, 13235, '8.0000', '6.9000', '6.9000', '8.0000', '8.0000', '53.0000', 1, 0, NULL, 190, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5643, '2022-09-08', 2698, 4958, 786, 3993, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5644, '2022-09-08', 3558, 4959, 786, 10206, '1.0000', '50.6150', '50.6150', '58.0000', '58.0000', '7.0000', 1, 0, NULL, 163, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5645, '2022-09-09', 2645, 4960, 787, 13268, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5646, '2022-09-09', 2645, 4960, 787, 13334, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 215, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5647, '2022-09-09', 2713, 4961, 787, 13320, '5.0000', '5.9500', '5.9500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5648, '2022-09-09', 2653, 4962, 787, 13273, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5649, '2022-09-09', 2822, 4963, 787, 13195, '9.0000', '4.6667', '4.6667', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5650, '2022-09-09', 2952, 4964, 787, 10163, '8.0000', '3.0000', '3.0000', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5651, '2022-09-09', 3086, 4965, 787, 13148, '5.0000', '2.9700', '2.9700', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5652, '2022-09-09', 3060, 4966, 787, 10205, '7.0000', '5.0030', '5.0030', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 162, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5653, '2022-09-09', 2920, 4967, 787, 13293, '5.0000', '4.5000', '4.5000', '5.5000', '5.5000', '15.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5654, '2022-09-09', 2919, 4968, 787, 10087, '5.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5655, '2022-09-09', 2930, 4969, 787, 13298, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5656, '2022-09-09', 3164, 4970, 787, 10128, '1.0000', '1.5552', '1.5552', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5657, '2022-09-09', 2645, 4971, 788, 13334, '12.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 215, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5658, '2022-09-09', 3142, 4972, 789, 4437, '3.0000', '8.3900', '8.3900', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5659, '2022-09-09', 3267, 4973, 789, 4562, '3.0000', '33.0900', '33.0900', '45.0000', '45.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5660, '2022-09-09', 2726, 4974, 789, 5896, '1.0000', '10.5900', '10.5900', '25.0000', '25.0000', '27.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5661, '2022-09-09', 2697, 4975, 789, 3992, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5662, '2022-09-09', 2700, 4976, 789, 3995, '2.0000', '6.4500', '6.4500', '6.0000', '6.0000', '59.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5663, '2022-09-09', 2608, 4977, 789, 10095, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5664, '2022-09-09', 2916, 4978, 789, 4803, '1.0000', '34.1000', '34.1000', '52.0000', '52.0000', '3.0000', 1, 0, NULL, 45, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5665, '2022-09-09', 3142, 4979, 790, 4437, '3.0000', '8.3900', '8.3900', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5666, '2022-09-09', 3267, 4980, 790, 4562, '3.0000', '33.0900', '33.0900', '45.0000', '45.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5667, '2022-09-09', 2726, 4981, 790, 5896, '1.0000', '10.5900', '10.5900', '25.0000', '25.0000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5668, '2022-09-09', 2697, 4982, 790, 3992, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5669, '2022-09-09', 2700, 4983, 790, 3995, '2.0000', '6.4500', '6.4500', '6.0000', '6.0000', '57.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5670, '2022-09-09', 2606, 4984, 790, 5016, '1.0000', '30.9400', '30.9400', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5671, '2022-09-09', 2916, 4985, 790, 4803, '1.0000', '34.1000', '34.1000', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 45, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5672, '2022-09-09', 2924, 4986, 791, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5673, '2022-09-09', 2926, 4987, 791, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5674, '2022-09-09', 3311, 4988, 791, 13162, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '69.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5675, '2022-09-09', 3483, 4989, 791, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '155.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5676, '2022-09-09', 3172, 4990, 791, 13248, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5677, '2022-09-09', 3085, 4991, 791, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '38.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5678, '2022-09-09', 2935, 4992, 791, 10159, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5679, '2022-09-09', 3577, 4993, 791, 13262, '1.0000', '26.3400', '26.3400', '35.0000', '35.0000', '10.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5680, '2022-09-12', 2645, 4994, 792, 13334, '15.0000', '8.5417', '8.5417', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 215, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5681, '2022-09-12', 2647, 4995, 792, 13269, '9.0000', '7.7517', '7.7517', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5682, '2022-09-12', 3311, 4996, 792, 13162, '17.0000', '0.8700', '0.8700', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5683, '2022-09-12', 2902, 4997, 792, 13237, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5684, '2022-09-12', 2902, 4997, 792, 13329, '7.0000', '6.7400', '6.7400', '9.0000', '9.0000', '17.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5685, '2022-09-12', 2949, 4998, 792, 13287, '8.0000', '6.6700', '6.6700', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5686, '2022-09-12', 2713, 4999, 792, 13320, '15.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5687, '2022-09-12', 2712, 5000, 792, 13321, '8.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5688, '2022-09-12', 3172, 5001, 792, 13248, '6.0000', '3.6000', '3.6000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5689, '2022-09-12', 3172, 5001, 792, 13306, '6.0000', '3.6000', '3.6000', '4.0000', '4.0000', '82.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5690, '2022-09-12', 3086, 5002, 792, 13148, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5691, '2022-09-12', 3086, 5002, 792, 13286, '7.0000', '2.9700', '2.9700', '3.5000', '3.5000', '17.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5692, '2022-09-12', 2822, 5003, 792, 13195, '6.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5693, '2022-09-12', 2822, 5003, 792, 13272, '6.0000', '4.6667', '4.6667', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5694, '2022-09-12', 2644, 5004, 792, 13197, '12.0000', '3.4229', '3.4229', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5695, '2022-09-12', 3060, 5005, 792, 10387, '-5.0000', '5.0030', '5.0030', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5696, '2022-09-12', 3060, 5005, 792, 11357, '5.0000', '5.0030', '5.0030', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5697, '2022-09-12', 3060, 5005, 792, 12327, '-5.0000', '5.0030', '5.0030', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5698, '2022-09-12', 3060, 5005, 792, 13232, '12.0000', '5.1458', '5.1458', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5699, '2022-09-12', 2882, 5006, 792, 13317, '12.0000', '0.9167', '0.9167', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5700, '2022-09-12', 2508, 5007, 792, 10040, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 122, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5701, '2022-09-13', 3264, 5008, 793, 10021, '3.0000', '13.0300', '13.0300', '23.0000', '23.0000', '80.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5702, '2022-09-13', 2699, 5009, 793, 13235, '25.0000', '6.9000', '6.9000', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 190, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5703, '2022-09-13', 2698, 5010, 793, 3993, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5704, '2022-09-13', 2698, 5010, 793, 5831, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5705, '2022-09-13', 2608, 5011, 793, 10095, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5706, '2022-09-13', 2922, 5012, 793, 11549, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5707, '2022-09-13', 2922, 5012, 793, 12519, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5708, '2022-09-13', 2922, 5012, 793, 13295, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5709, '2022-09-13', 2936, 5013, 793, 13299, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '33.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5710, '2022-09-13', 3311, 5014, 793, 13162, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5711, '2022-09-13', 3061, 5015, 793, 13277, '5.0000', '4.1736', '4.1736', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5712, '2022-09-13', 2712, 5016, 794, 13321, '5.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5713, '2022-09-13', 2713, 5017, 794, 13320, '12.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5714, '2022-09-13', 2653, 5018, 794, 13273, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5715, '2022-09-13', 2950, 5019, 794, 13282, '2.0000', '12.8775', '12.8775', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5716, '2022-09-13', 3172, 5020, 794, 13306, '9.0000', '3.6000', '3.6000', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5717, '2022-09-13', 3048, 5021, 794, 13265, '19.0000', '0.8333', '0.8333', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5718, '2022-09-13', 3047, 5022, 794, 10137, '9.0000', '1.6700', '1.6700', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 146, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5719, '2022-09-13', 3538, 5023, 794, 4949, '4.0000', '7.3626', '7.3626', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5720, '2022-09-13', 2952, 5024, 794, 10163, '11.0000', '3.0000', '3.0000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5721, '2022-09-13', 2951, 5025, 794, 10052, '5.0000', '2.3125', '2.3125', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 125, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5722, '2022-09-13', 3060, 5026, 794, 13232, '1.0000', '5.1458', '5.1458', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5723, '2022-09-13', 3120, 5027, 795, 13314, '12.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 207, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5724, '2022-09-13', 2534, 5028, 795, 13332, '12.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5725, '2022-09-13', 2713, 5029, 795, 13320, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5726, '2022-09-13', 2713, 5029, 795, 13358, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5727, '2022-09-13', 2882, 5030, 795, 13317, '12.0000', '0.9167', '0.9167', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5728, '2022-09-13', 2660, 5031, 795, 13247, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5729, '2022-09-13', 3152, 5032, 796, 4447, '1.0000', '25.2500', '25.2500', '33.0000', '33.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5730, '2022-09-13', 3131, 5033, 796, 4426, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5731, '2022-09-13', 3264, 5034, 797, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '79.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5732, '2022-09-13', 3235, 5035, 797, 9916, '1.0000', '95.8500', '95.8500', '105.0000', '105.0000', '0.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5733, '2022-09-13', 2970, 5036, 797, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '42.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5734, '2022-09-13', 2726, 5037, 797, 5896, '9.0000', '10.5900', '10.5900', '25.0000', '25.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5735, '2022-09-13', 2727, 5038, 797, 10019, '2.0000', '13.6700', '13.6700', '40.0000', '40.0000', '17.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5736, '2022-09-13', 3348, 5039, 797, 4643, '1.0000', '19.1500', '19.1500', '28.0000', '28.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5737, '2022-09-13', 3233, 5040, 797, 9915, '1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '18.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5738, '2022-09-13', 2719, 5041, 797, 4850, '12.0000', '0.9900', '0.9900', '2.0000', '2.0000', '85.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5739, '2022-09-13', 3260, 5042, 797, 4555, '3.0000', '1.6000', '1.6000', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5740, '2022-09-13', 2491, 5043, 797, 3786, '2.0000', '0.7900', '0.7900', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5741, '2022-09-13', 2749, 5044, 797, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '59.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5742, '2022-09-13', 3316, 5045, 797, 4611, '1.0000', '19.0000', '19.0000', '26.0000', '26.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5743, '2022-09-13', 3061, 5046, 797, 13277, '2.0000', '4.1736', '4.1736', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5744, '2022-09-14', 2645, 5047, 798, 13334, '9.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 215, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5745, '2022-09-14', 2504, 5048, 798, 13279, '9.0000', '2.0833', '2.0833', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5746, '2022-09-14', 2712, 5049, 798, 13321, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5747, '2022-09-14', 2920, 5050, 798, 13293, '10.0000', '4.5000', '4.5000', '5.5000', '5.5000', '5.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5748, '2022-09-14', 3172, 5051, 798, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '72.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5749, '2022-09-14', 2653, 5052, 798, 13273, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5750, '2022-09-14', 2713, 5053, 798, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5751, '2022-09-15', 3483, 5054, 799, 10172, '15.0000', '0.8583', '0.8583', '1.5000', '1.5000', '140.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5752, '2022-09-15', 3048, 5055, 799, 13265, '19.0000', '0.8333', '0.8333', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5753, '2022-09-15', 2646, 5056, 799, 13378, '8.0000', '11.9450', '11.9450', '15.0000', '15.0000', '40.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5754, '2022-09-15', 2645, 5057, 799, 13334, '10.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 215, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5755, '2022-09-15', 2645, 5057, 799, 13370, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '70.0000', 1, 0, NULL, 224, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5756, '2022-09-15', 2711, 5058, 799, 13290, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5757, '2022-09-15', 3264, 5059, 800, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '78.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5758, '2022-09-15', 2698, 5060, 800, 5831, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5759, '2022-09-15', 2608, 5061, 800, 10095, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 135, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5760, '2022-09-15', 2608, 5061, 800, 10222, '-5.0000', '38.0000', '38.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5761, '2022-09-15', 2608, 5061, 800, 11192, '5.0000', '38.0000', '38.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5762, '2022-09-15', 2608, 5061, 800, 12162, '-5.0000', '38.0000', '38.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5763, '2022-09-15', 2608, 5061, 800, 13326, '4.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 212, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5764, '2022-09-15', 2608, 5061, 800, 13336, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 216, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5765, '2022-09-15', 2612, 5062, 800, 9880, '4.0000', '4.6000', '4.6000', '9.0000', '9.0000', '161.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5766, '2022-09-15', 2699, 5063, 800, 13235, '9.0000', '6.9000', '6.9000', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 190, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5767, '2022-09-15', 3258, 5064, 800, 4553, '1.0000', '6.6300', '6.6300', '11.5000', '11.5000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5768, '2022-09-15', 3148, 5065, 800, 4443, '1.0000', '5.6000', '5.6000', '9.0000', '9.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5769, '2022-09-15', 2719, 5066, 800, 4850, '1.0000', '0.9900', '0.9900', '2.0000', '2.0000', '84.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5770, '2022-09-15', 3260, 5067, 800, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5771, '2022-09-15', 2996, 5068, 800, 4825, '1.0000', '4.4100', '4.4100', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5772, '2022-09-15', 2664, 5069, 800, 3959, '1.0000', '24.9000', '24.9000', '33.0000', '33.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5773, '2022-09-15', 2756, 5070, 800, 5905, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5774, '2022-09-15', 2921, 5071, 800, 5383, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5775, '2022-09-15', 2936, 5072, 800, 13299, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '32.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5776, '2022-09-15', 2923, 5073, 800, 4862, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5777, '2022-09-15', 2645, 5074, 801, 13370, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 224, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5778, '2022-09-16', 2645, 5075, 802, 13370, '12.0000', '8.5417', '8.5417', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 224, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5779, '2022-09-16', 2646, 5076, 802, 13378, '5.0000', '11.9450', '11.9450', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5780, '2022-09-16', 2711, 5077, 802, 13290, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5781, '2022-09-16', 2712, 5078, 802, 13321, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5782, '2022-09-16', 2713, 5079, 802, 13358, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5783, '2022-09-16', 2727, 5080, 803, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '16.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5784, '2022-09-16', 3142, 5081, 803, 4437, '1.0000', '8.3900', '8.3900', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5785, '2022-09-16', 3081, 5082, 803, 5952, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5786, '2022-09-16', 2646, 5083, 804, 13378, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5787, '2022-09-16', 2647, 5084, 804, 13269, '7.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5788, '2022-09-16', 2647, 5084, 804, 13376, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '47.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5789, '2022-09-16', 2653, 5085, 804, 13273, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5790, '2022-09-16', 2902, 5086, 805, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '16.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5791, '2022-09-16', 3120, 5087, 805, 13314, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 207, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5792, '2022-09-16', 3120, 5087, 805, 13354, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 219, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5793, '2022-09-16', 3482, 5088, 805, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5794, '2022-09-16', 3061, 5089, 805, 13277, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5795, '2022-09-16', 2801, 5090, 805, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '24.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5796, '2022-09-16', 3114, 5091, 805, 13291, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5797, '2022-09-16', 2882, 5092, 805, 13317, '1.0000', '0.9167', '0.9167', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5798, '2022-09-16', 2952, 5093, 805, 10163, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5799, '2022-09-16', 2712, 5094, 805, 13321, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5800, '2022-09-16', 2712, 5094, 805, 13359, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '16.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5801, '2022-09-16', 2957, 5095, 805, 4252, '1.0000', '7.0000', '7.0000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5802, '2022-09-16', 3311, 5096, 805, 13162, '8.0000', '0.8700', '0.8700', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5803, '2022-09-16', 3047, 5097, 805, 10137, '6.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 146, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5804, '2022-09-16', 3182, 5098, 805, 5452, '1.0000', '7.7925', '7.7925', '11.0000', '11.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5805, '2022-09-16', 2650, 5099, 805, 10053, '1.0000', '4.1667', '4.1667', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5806, '2022-09-16', 2822, 5100, 805, 13272, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5807, '2022-09-16', 2713, 5101, 805, 13358, '5.0000', '5.9500', '5.9500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5808, '2022-09-16', 3483, 5102, 805, 10172, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '136.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5809, '2022-09-16', 3587, 5103, 806, 13346, '1.0000', '30.5000', '30.5000', '41.0000', '41.0000', '2.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5810, '2022-09-16', 2901, 5104, 807, 13333, '10.0000', '14.3518', '14.3518', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 214, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5811, '2022-09-16', 3120, 5105, 807, 13354, '15.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 219, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5812, '2022-09-16', 2647, 5106, 807, 13376, '15.0000', '7.7517', '7.7517', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5813, '2022-09-16', 2645, 5107, 807, 13370, '24.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 224, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5814, '2022-09-16', 2646, 5108, 807, 13378, '9.0000', '11.9450', '11.9450', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5815, '2022-09-16', 2645, 5109, 808, 13370, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 224, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5816, '2022-09-16', 2647, 5110, 808, 13376, '11.0000', '7.7517', '7.7517', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5817, '2022-09-16', 3063, 5111, 808, 13276, '12.0000', '2.7292', '2.7292', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5818, '2022-09-16', 3061, 5112, 808, 13277, '12.0000', '4.1736', '4.1736', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5819, '2022-09-16', 3062, 5113, 808, 13275, '3.0000', '13.0833', '13.0833', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5820, '2022-09-21', 3234, 5114, 809, 13163, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '2.0000', 1, 0, NULL, 172, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5821, '2022-09-21', 2720, 5115, 809, 4015, '3.0000', '13.7000', '13.7000', '19.0000', '19.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5822, '2022-09-21', 3257, 5116, 809, 4552, '2.0000', '2.4900', '2.4900', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5823, '2022-09-21', 2716, 5117, 809, 4011, '5.0000', '3.3500', '3.3500', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5824, '2022-09-21', 3241, 5118, 809, 4536, '2.0000', '3.9900', '3.9900', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5825, '2022-09-21', 2746, 5119, 809, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5826, '2022-09-21', 3137, 5120, 809, 4432, '1.0000', '3.0500', '3.0500', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5827, '2022-09-21', 3127, 5121, 809, 4422, '2.0000', '4.2000', '4.2000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5828, '2022-09-21', 3130, 5122, 809, 4425, '1.0000', '3.1300', '3.1300', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5829, '2022-09-21', 3128, 5123, 809, 4423, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5830, '2022-09-21', 2748, 5124, 809, 4043, '2.0000', '0.8700', '0.8700', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5831, '2022-09-21', 3583, 5125, 809, 13340, '2.0000', '2.5000', '2.5000', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5832, '2022-09-21', 3331, 5126, 809, 4626, '2.0000', '54.0100', '54.0100', '72.0000', '72.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5833, '2022-09-21', 3020, 5127, 810, 4315, '1.0000', '171.4500', '171.4500', '220.0000', '220.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5834, '2022-09-21', 2534, 5128, 811, 14395, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5835, '2022-09-21', 3483, 5129, 811, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '135.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5836, '2022-09-21', 2879, 5130, 811, 13245, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5837, '2022-09-21', 2713, 5131, 811, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5838, '2022-09-21', 3063, 5132, 812, 13276, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5839, '2022-09-21', 3061, 5133, 813, 13277, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5840, '2022-09-21', 3061, 5134, 814, 13277, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5841, '2022-09-21', 3063, 5135, 815, 13276, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5842, '2022-09-21', 2873, 5136, 816, 4957, '1.0000', '2.6300', '2.6300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5843, '2022-09-21', 3048, 5137, 816, 13265, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5844, '2022-09-21', 3120, 5138, 816, 13354, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 219, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5845, '2022-09-21', 2663, 5139, 816, 5337, '2.0000', '3.3150', '3.3150', '4.5000', '4.5000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5846, '2022-09-21', 2661, 5140, 816, 13222, '3.0000', '0.2547', '0.2547', '0.5000', '0.5000', '1.0000', 1, 0, NULL, 186, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5847, '2022-09-21', 2534, 5141, 816, 14395, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5848, '2022-09-21', 2713, 5142, 816, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5849, '2022-09-21', 2500, 5143, 816, 13202, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5850, '2022-09-21', 3120, 5144, 817, 13354, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 219, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5851, '2022-09-21', 2887, 5145, 817, 10200, '2.0000', '1.1250', '1.1250', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5852, '2022-09-21', 2712, 5146, 818, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '15.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5853, '2022-09-21', 3483, 5147, 818, 10172, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '130.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5854, '2022-09-21', 3048, 5148, 818, 13265, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5855, '2022-09-21', 3048, 5149, 819, 13265, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5856, '2022-09-21', 2653, 5150, 819, 13273, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5857, '2022-09-21', 3120, 5151, 819, 13354, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 219, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5858, '2022-09-21', 3120, 5151, 819, 13737, '-7.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5859, '2022-09-21', 3120, 5151, 819, 14387, '9.0000', '5.7400', '5.7400', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 229, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5860, '2022-09-21', 3172, 5152, 819, 13306, '4.0000', '3.6000', '3.6000', '4.0000', '4.0000', '68.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5861, '2022-09-21', 3311, 5153, 819, 13162, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5862, '2022-09-21', 2713, 5154, 819, 13358, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5863, '2022-09-21', 3580, 5155, 819, 13331, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5864, '2022-09-21', 2507, 5156, 819, 13278, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5865, '2022-09-21', 2534, 5157, 820, 14395, '7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5866, '2022-09-21', 2873, 5158, 820, 4957, '1.0000', '2.6300', '2.6300', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5867, '2022-09-21', 2877, 5159, 820, 5147, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5868, '2022-09-21', 3483, 5160, 820, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '128.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5869, '2022-09-21', 3120, 5161, 820, 14387, '4.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 229, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5870, '2022-09-21', 2659, 5162, 821, 4783, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5871, '2022-09-21', 3172, 5163, 821, 13306, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '66.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5872, '2022-09-21', 2508, 5164, 821, 10544, '-7.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5873, '2022-09-21', 2508, 5164, 821, 11514, '7.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5874, '2022-09-21', 2508, 5164, 821, 12484, '-7.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5875, '2022-09-21', 2508, 5164, 821, 13130, '6.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5876, '2022-09-21', 2508, 5164, 821, 13280, '2.0000', '8.5000', '8.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5877, '2022-09-21', 3484, 5165, 821, 10177, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5878, '2022-09-21', 2653, 5166, 821, 13273, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5879, '2022-09-21', 2713, 5167, 822, 13358, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5880, '2022-09-21', 3062, 5168, 822, 13275, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5881, '2022-09-21', 3561, 5169, 822, 13138, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5882, '2022-09-21', 3085, 5170, 822, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '37.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5883, '2022-09-21', 3120, 5171, 822, 14387, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 229, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5884, '2022-09-21', 2712, 5172, 822, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '14.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5885, '2022-09-21', 2713, 5173, 823, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5886, '2022-09-21', 3061, 5174, 823, 13383, '2.0000', '3.8354', '3.8354', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5887, '2022-09-21', 2713, 5175, 824, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5888, '2022-09-21', 2918, 5176, 824, 13213, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '32.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5889, '2022-09-21', 3564, 5177, 825, 13169, '1.0000', '21.6000', '21.6000', '32.0000', '32.0000', '3.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5890, '2022-09-21', 2699, 5178, 825, 13235, '19.0000', '6.9000', '6.9000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 190, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5891, '2022-09-21', 2699, 5178, 825, 13371, '6.0000', '6.6000', '6.6000', '8.0000', '8.0000', '94.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5892, '2022-09-21', 2606, 5179, 825, 5016, '2.0000', '30.9400', '30.9400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5893, '2022-09-21', 2698, 5180, 825, 5831, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5894, '2022-09-21', 2608, 5181, 825, 13336, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 216, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5895, '2022-09-21', 2973, 5182, 825, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '28.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5896, '2022-09-21', 3169, 5183, 825, 5637, '1.0000', '208.1900', '208.1900', '290.0000', '290.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5897, '2022-09-21', 2960, 5184, 825, 4255, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5898, '2022-09-21', 2711, 5185, 825, 13290, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5899, '2022-09-21', 3311, 5186, 825, 13162, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5900, '2022-09-21', 3172, 5187, 825, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '65.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5901, '2022-09-21', 2930, 5188, 826, 14419, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '23.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5902, '2022-09-21', 2918, 5189, 826, 13213, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '31.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5903, '2022-09-21', 2935, 5190, 827, 10159, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5904, '2022-09-21', 2894, 5191, 828, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5905, '2022-09-21', 3086, 5192, 828, 13286, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5906, '2022-09-21', 3074, 5193, 829, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5907, '2022-09-21', 2887, 5194, 829, 10200, '5.0000', '1.1250', '1.1250', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5908, '2022-09-21', 2534, 5195, 829, 14395, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5909, '2022-09-21', 3047, 5196, 829, 10661, '-5.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5910, '2022-09-21', 3047, 5196, 829, 11631, '5.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5911, '2022-09-21', 3047, 5196, 829, 12601, '-5.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5912, '2022-09-21', 3047, 5196, 829, 13264, '8.0000', '1.6700', '1.6700', '2.5000', '2.5000', '52.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5913, '2022-09-21', 3120, 5197, 829, 14387, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 229, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5914, '2022-09-21', 2713, 5198, 829, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5915, '2022-09-21', 2713, 5199, 830, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5916, '2022-09-21', 2663, 5200, 830, 5337, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5917, '2022-09-21', 3114, 5201, 830, 13291, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5918, '2022-09-21', 2583, 5202, 831, 3878, '1.0000', '14.3800', '14.3800', '20.0000', '20.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5919, '2022-09-21', 2758, 5203, 832, 4053, '2.0000', '3.8500', '3.8500', '7.5000', '7.5000', '42.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5920, '2022-09-21', 2699, 5204, 832, 13371, '25.0000', '6.6000', '6.6000', '8.0000', '8.0000', '69.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5921, '2022-09-21', 2606, 5205, 832, 5404, '7.0000', '30.9400', '30.9400', '45.0000', '45.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5922, '2022-09-21', 3553, 5206, 832, 10951, '-2.0000', '0.0000', '0.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5923, '2022-09-21', 3553, 5206, 832, 11921, '2.0000', '0.0000', '0.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5924, '2022-09-21', 3553, 5206, 832, 13362, '1.0000', '0.0000', '0.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5925, '2022-09-22', 2647, 5207, 833, 13376, '11.0000', '7.7517', '7.7517', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5926, '2022-09-22', 2952, 5208, 833, 10163, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5927, '2022-09-22', 2507, 5209, 833, 13278, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5928, '2022-09-22', 2822, 5210, 833, 13272, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5929, '2022-09-22', 3063, 5211, 833, 13382, '4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5930, '2022-09-22', 2646, 5212, 833, 13378, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5931, '2022-09-22', 2645, 5213, 833, 13370, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 224, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5932, '2022-09-22', 2663, 5214, 834, 5337, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5933, '2022-09-22', 3114, 5215, 835, 13291, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5934, '2022-09-22', 2890, 5216, 835, 4778, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5935, '2022-09-22', 2894, 5217, 835, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5936, '2022-09-22', 2713, 5218, 835, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5937, '2022-09-22', 2713, 5219, 836, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5938, '2022-09-22', 2916, 5220, 837, 4803, '2.0000', '34.1000', '34.1000', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 45, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5939, '2022-09-22', 2933, 5221, 838, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '73.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5940, '2022-09-22', 2927, 5222, 838, 4863, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5941, '2022-09-22', 3064, 5223, 839, 4359, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5942, '2022-09-22', 3047, 5224, 840, 13264, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '50.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5943, '2022-09-22', 2866, 5225, 841, 4161, '1.0000', '71.0000', '71.0000', '95.0000', '95.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5944, '2022-09-22', 2715, 5226, 842, 4010, '1.0000', '8.2400', '8.2400', '35.0000', '35.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5945, '2022-09-22', 2719, 5227, 842, 4850, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '82.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5946, '2022-09-22', 3239, 5228, 842, 4534, '3.0000', '0.7900', '0.7900', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5947, '2022-09-23', 2712, 5229, 843, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '13.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5948, '2022-09-23', 2951, 5230, 843, 10052, '1.0000', '2.3125', '2.3125', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 125, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5949, '2022-09-23', 3062, 5231, 844, 13275, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5950, '2022-09-23', 2534, 5232, 844, 14395, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5951, '2022-09-23', 2613, 5233, 845, 3908, '1.0000', '28.0000', '28.0000', '38.0000', '38.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5952, '2022-09-23', 2504, 5234, 846, 13279, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5953, '2022-09-23', 2646, 5235, 846, 13378, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5954, '2022-09-23', 2952, 5236, 846, 10163, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5955, '2022-09-23', 3172, 5237, 846, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '64.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5956, '2022-09-23', 3483, 5238, 846, 10172, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '125.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5957, '2022-09-23', 2645, 5239, 846, 13370, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 224, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5958, '2022-09-23', 2711, 5240, 846, 13290, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5959, '2022-09-23', 3583, 5241, 847, 13340, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5960, '2022-09-23', 2490, 5242, 847, 3785, '1.0000', '0.6900', '0.6900', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5961, '2022-09-23', 2712, 5243, 848, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '12.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5962, '2022-09-23', 2936, 5244, 848, 13299, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5963, '2022-09-23', 3063, 5245, 848, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5964, '2022-09-23', 2534, 5246, 848, 14395, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5965, '2022-09-23', 3047, 5247, 848, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '49.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5966, '2022-09-23', 3483, 5248, 848, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '123.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5967, '2022-09-23', 2661, 5249, 848, 13222, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 186, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5968, '2022-09-23', 2661, 5249, 848, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '159.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5969, '2022-09-23', 2519, 5250, 849, 3814, '1.0000', '31.5500', '31.5500', '42.0000', '42.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5970, '2022-09-23', 3098, 5251, 850, 4393, '2.0000', '24.7600', '24.7600', '33.0000', '33.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5971, '2022-09-23', 3253, 5252, 850, 4548, '8.0000', '0.3500', '0.3500', '0.7500', '0.7500', '80.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5972, '2022-09-23', 2712, 5253, 851, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5973, '2022-09-23', 2711, 5254, 852, 13290, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5974, '2022-09-23', 2596, 5255, 853, 3891, '40.0000', '7.0000', '7.0000', '8.5000', '8.5000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5975, '2022-09-23', 2612, 5256, 853, 9880, '2.0000', '4.6000', '4.6000', '9.0000', '9.0000', '159.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5976, '2022-09-23', 3101, 5257, 853, 4396, '2.0000', '6.8700', '6.8700', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5977, '2022-09-23', 3557, 5258, 853, 10135, '1.0000', '80.0000', '80.0000', '90.0000', '90.0000', '0.0000', 1, 0, NULL, 145, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5978, '2022-09-23', 2617, 5259, 853, 9909, '2.0000', '4.5000', '4.5000', '7.5000', '7.5000', '31.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5979, '2022-09-23', 2677, 5260, 853, 3972, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5980, '2022-09-23', 2477, 5261, 853, 3772, '4.0000', '2.0000', '2.0000', '3.0000', '3.0000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5981, '2022-09-23', 3254, 5262, 853, 4549, '10.0000', '0.0800', '0.0800', '0.5000', '0.5000', '302.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5982, '2022-09-23', 2713, 5263, 854, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5983, '2022-09-23', 2504, 5264, 854, 13279, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5984, '2022-09-23', 3172, 5265, 854, 13306, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5985, '2022-09-23', 3482, 5266, 854, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '12.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5986, '2022-09-23', 2891, 5267, 854, 5483, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5987, '2022-09-23', 2879, 5268, 854, 13245, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5988, '2022-09-23', 2474, 5269, 855, 3769, '1.0000', '15.0000', '15.0000', '21.5000', '21.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5989, '2022-09-23', 2464, 5270, 855, 3759, '2.0000', '2.5000', '2.5000', '3.5000', '3.5000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5990, '2022-09-23', 3098, 5271, 855, 4393, '2.0000', '24.7600', '24.7600', '33.0000', '33.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5991, '2022-09-23', 3172, 5272, 856, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '61.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5992, '2022-09-23', 2893, 5273, 856, 4896, '2.0000', '1.0500', '1.0500', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5993, '2022-09-23', 3547, 5274, 856, 5472, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5994, '2022-09-23', 2901, 5275, 857, 13333, '2.0000', '14.3518', '14.3518', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 214, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5995, '2022-09-23', 2642, 5276, 858, 13240, '2.0000', '6.2500', '6.2500', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5996, '2022-09-23', 2922, 5277, 859, 13295, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5997, '2022-09-23', 2918, 5278, 859, 13213, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '30.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5998, '2022-09-23', 2921, 5279, 859, 5383, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (5999, '2022-09-23', 2645, 5280, 860, 13370, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 224, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6000, '2022-09-23', 2653, 5281, 861, 13273, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6001, '2022-09-23', 2653, 5281, 861, 13380, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '140.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6002, '2022-09-23', 2952, 5282, 861, 10163, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6003, '2022-09-23', 3061, 5283, 862, 13383, '1.0000', '3.8354', '3.8354', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6004, '2022-09-23', 2595, 5284, 863, 3890, '3.0000', '6.2100', '6.2100', '8.5000', '8.5000', '139.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6005, '2022-09-23', 2901, 5285, 864, 13333, '2.0000', '14.3518', '14.3518', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 214, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6006, '2022-09-23', 2822, 5286, 864, 13272, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6007, '2022-09-23', 2596, 5287, 865, 3891, '15.0000', '7.0000', '7.0000', '8.5000', '8.5000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6008, '2022-09-23', 3564, 5288, 865, 13169, '2.0000', '21.6000', '21.6000', '32.0000', '32.0000', '1.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6009, '2022-09-23', 2646, 5289, 866, 13378, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6010, '2022-09-23', 3294, 5290, 867, 4589, '100.0000', '0.1100', '0.1100', '0.7500', '0.7500', '400.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6011, '2022-09-23', 3074, 5291, 868, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6012, '2022-09-26', 2711, 5292, 869, 13290, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6013, '2022-09-26', 2766, 5293, 870, 4061, '5.0000', '1.3000', '1.3000', '2.0000', '2.0000', '272.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6014, '2022-09-26', 2951, 5294, 871, 10052, '1.0000', '2.3125', '2.3125', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 125, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6015, '2022-09-26', 3483, 5295, 871, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '122.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6016, '2022-09-26', 2902, 5296, 872, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '15.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6017, '2022-09-26', 2894, 5297, 872, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6018, '2022-09-26', 2936, 5298, 873, 13299, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '29.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6019, '2022-09-26', 3558, 5299, 874, 10206, '1.0000', '50.6150', '50.6150', '58.0000', '58.0000', '6.0000', 1, 0, NULL, 163, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6020, '2022-09-26', 2950, 5300, 875, 13282, '1.0000', '12.8775', '12.8775', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6021, '2022-09-26', 2930, 5301, 876, 14419, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6022, '2022-09-26', 3483, 5302, 877, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '121.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6023, '2022-09-26', 3483, 5303, 878, 10172, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '118.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6024, '2022-09-26', 2710, 5304, 878, 4005, '-1.0000', '5.9600', '5.9600', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6025, '2022-09-26', 2710, 5304, 878, 13142, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6026, '2022-09-26', 3074, 5305, 879, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6027, '2022-09-26', 2710, 5306, 880, 13142, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6028, '2022-09-26', 3063, 5307, 880, 13382, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6029, '2022-09-26', 3483, 5308, 880, 10172, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '114.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6030, '2022-09-26', 2653, 5309, 881, 13380, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '138.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6031, '2022-09-26', 3483, 5310, 881, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '113.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6032, '2022-09-26', 2827, 5311, 881, 13255, '4.0000', '0.1700', '0.1700', '0.2500', '0.2500', '105.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6033, '2022-09-27', 3537, 5312, 882, 4948, '1.0000', '14.7250', '14.7250', '22.0000', '22.0000', '2.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6034, '2022-09-27', 2961, 5313, 883, 10096, '1.0000', '14.9000', '14.9000', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 136, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6035, '2022-09-27', 2661, 5314, 884, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '157.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6036, '2022-09-27', 2502, 5315, 885, 13238, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6037, '2022-09-27', 2936, 5316, 885, 13299, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6038, '2022-09-27', 2935, 5317, 885, 10159, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6039, '2022-09-27', 2643, 5318, 886, 13131, '1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6040, '2022-09-27', 2587, 5319, 887, 3882, '1.0000', '2.6200', '2.6200', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6041, '2022-09-27', 2930, 5320, 888, 14419, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6042, '2022-09-27', 2561, 5321, 889, 3856, '1.0000', '8.5200', '8.5200', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6043, '2022-09-27', 2522, 5322, 890, 3817, '2.0000', '0.1800', '0.1800', '0.5000', '0.5000', '49.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6044, '2022-09-27', 2901, 5323, 891, 13333, '1.0000', '14.3518', '14.3518', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 214, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6045, '2022-09-27', 3061, 5324, 892, 13383, '2.0000', '3.8354', '3.8354', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6046, '2022-09-27', 2952, 5325, 892, 10163, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6047, '2022-09-27', 2645, 5326, 893, 13370, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 224, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6048, '2022-09-27', 2645, 5326, 893, 13728, '-1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6049, '2022-09-27', 2645, 5326, 893, 14407, '21.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 235, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6050, '2022-09-27', 2508, 5327, 893, 13280, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6051, '2022-09-27', 3061, 5328, 893, 13383, '1.0000', '3.8354', '3.8354', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6052, '2022-09-27', 2647, 5329, 893, 13376, '9.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6053, '2022-09-27', 3063, 5330, 893, 13382, '4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6054, '2022-09-27', 2653, 5331, 893, 13380, '14.0000', '4.4092', '4.4092', '6.0000', '6.0000', '124.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6055, '2022-09-27', 2822, 5332, 893, 13272, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6056, '2022-09-27', 2644, 5333, 893, 13197, '14.0000', '3.4229', '3.4229', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6057, '2022-09-27', 2504, 5334, 893, 13279, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6058, '2022-09-27', 2653, 5335, 894, 13380, '11.0000', '4.4092', '4.4092', '6.0000', '6.0000', '113.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6059, '2022-09-27', 2712, 5336, 894, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6060, '2022-09-27', 3062, 5337, 895, 13482, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6061, '2022-09-27', 3063, 5338, 895, 13382, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6062, '2022-09-27', 2644, 5339, 895, 13197, '9.0000', '3.4229', '3.4229', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6063, '2022-09-27', 2645, 5340, 895, 14407, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 235, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6064, '2022-09-27', 2645, 5340, 895, 14421, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6065, '2022-09-27', 3061, 5341, 895, 13383, '1.0000', '3.8354', '3.8354', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6066, '2022-09-27', 2647, 5342, 895, 13376, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6067, '2022-09-27', 2647, 5342, 895, 13727, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6068, '2022-09-27', 2982, 5343, 895, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6069, '2022-09-27', 2713, 5344, 895, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6070, '2022-09-27', 3483, 5345, 896, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '111.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6071, '2022-09-27', 3547, 5346, 896, 5472, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6072, '2022-09-27', 2661, 5347, 896, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '156.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6073, '2022-09-27', 3074, 5348, 896, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6074, '2022-09-27', 3120, 5349, 896, 14387, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 229, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6075, '2022-09-27', 2713, 5350, 896, 13358, '7.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6076, '2022-09-27', 3047, 5351, 896, 13264, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '47.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6077, '2022-09-27', 3048, 5352, 896, 13265, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6078, '2022-09-27', 3114, 5353, 896, 13291, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6079, '2022-09-27', 2879, 5354, 896, 13245, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6080, '2022-09-27', 2504, 5355, 896, 13279, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6081, '2022-09-27', 3537, 5356, 896, 4948, '1.0000', '14.7250', '14.7250', '22.0000', '22.0000', '1.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6082, '2022-09-27', 2534, 5357, 896, 14395, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6083, '2022-09-27', 2500, 5358, 896, 13202, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6084, '2022-09-27', 3061, 5359, 896, 13383, '2.0000', '3.8354', '3.8354', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6085, '2022-09-27', 2507, 5360, 896, 13278, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6086, '2022-09-27', 2617, 5361, 897, 9909, '5.0000', '4.5000', '4.5000', '7.5000', '7.5000', '26.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6087, '2022-09-27', 3081, 5362, 897, 7876, '-1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6088, '2022-09-27', 3081, 5362, 897, 8837, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6089, '2022-09-27', 3081, 5362, 897, 9798, '-1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6090, '2022-09-27', 3081, 5362, 897, 11147, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6091, '2022-09-27', 3081, 5362, 897, 12117, '-1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6092, '2022-09-27', 3081, 5362, 897, 13087, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6093, '2022-09-27', 3081, 5362, 897, 13164, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '3.0000', 1, 0, NULL, 172, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6094, '2022-09-27', 2714, 5363, 897, 4009, '1.0000', '4.7300', '4.7300', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6095, '2022-09-27', 2714, 5363, 897, 5100, '1.0000', '4.7300', '4.7300', '17.0000', '17.0000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6096, '2022-09-27', 2698, 5364, 897, 5831, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6097, '2022-09-27', 2699, 5365, 897, 13371, '52.0000', '6.6000', '6.6000', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6098, '2022-09-27', 3304, 5366, 897, 4599, '30.0000', '0.3900', '0.3900', '1.0000', '1.0000', '301.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6099, '2022-09-28', 2645, 5367, 898, 14421, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '66.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6100, '2022-09-28', 2710, 5368, 898, 13142, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 167, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6101, '2022-09-28', 2710, 5368, 898, 13252, '3.0000', '5.9583', '5.9583', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6102, '2022-09-28', 3063, 5369, 898, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6103, '2022-09-28', 2921, 5370, 899, 5383, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6104, '2022-09-28', 2936, 5371, 899, 13299, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '27.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6105, '2022-09-28', 2890, 5372, 900, 4778, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6106, '2022-09-28', 3483, 5373, 900, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '109.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6107, '2022-09-28', 2952, 5374, 901, 10163, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6108, '2022-09-28', 2713, 5375, 902, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6109, '2022-09-28', 3483, 5376, 902, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '107.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6110, '2022-09-28', 3483, 5377, 903, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '106.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6111, '2022-09-28', 2713, 5378, 904, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6112, '2022-09-28', 2901, 5379, 905, 13333, '2.0000', '14.3518', '14.3518', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 214, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6113, '2022-09-28', 3060, 5380, 906, 13232, '1.0000', '5.1458', '5.1458', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6114, '2022-09-28', 2661, 5381, 906, 13363, '4.0000', '0.2547', '0.2547', '0.5000', '0.5000', '152.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6115, '2022-09-28', 2930, 5382, 907, 14419, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6116, '2022-09-28', 2936, 5383, 908, 13299, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6117, '2022-09-28', 2534, 5384, 909, 14435, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6118, '2022-09-28', 3231, 5385, 910, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6119, '2022-09-28', 2923, 5386, 911, 4862, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6120, '2022-09-28', 2926, 5387, 911, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6121, '2022-09-28', 2712, 5388, 912, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6122, '2022-09-28', 2961, 5389, 913, 10096, '1.0000', '14.9000', '14.9000', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 136, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6123, '2022-09-28', 3483, 5390, 913, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '104.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6124, '2022-09-28', 2645, 5391, 914, 14421, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6125, '2022-09-28', 3114, 5392, 914, 13291, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6126, '2022-09-28', 3074, 5393, 915, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6127, '2022-09-28', 2661, 5394, 916, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '151.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6128, '2022-09-28', 2645, 5395, 917, 14421, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '60.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6129, '2022-09-28', 2712, 5396, 917, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6130, '2022-09-29', 2646, 5397, 918, 13378, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6131, '2022-09-29', 2534, 5398, 919, 14435, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6132, '2022-09-29', 2893, 5399, 919, 4896, '1.0000', '1.0500', '1.0500', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6133, '2022-09-29', 3547, 5400, 919, 5472, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6134, '2022-09-29', 2873, 5401, 919, 4957, '1.0000', '2.6300', '2.6300', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6135, '2022-09-29', 3085, 5402, 919, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6136, '2022-09-29', 2513, 5403, 919, 3808, '1.0000', '1.4200', '1.4200', '2.0000', '2.0000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6137, '2022-09-29', 3114, 5404, 919, 13291, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6138, '2022-09-29', 2507, 5405, 919, 13278, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6139, '2022-09-29', 3172, 5406, 919, 13306, '3.0000', '3.6000', '3.6000', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6140, '2022-09-29', 2499, 5407, 919, 13205, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6141, '2022-09-29', 3483, 5408, 919, 10172, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '99.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6142, '2022-09-29', 3566, 5409, 919, 13171, '1.0000', '7.5000', '7.5000', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6143, '2022-09-29', 3231, 5410, 919, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6144, '2022-09-29', 2711, 5411, 919, 13290, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6145, '2022-09-29', 2661, 5412, 919, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '149.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6146, '2022-09-29', 2827, 5413, 919, 13255, '4.0000', '0.1700', '0.1700', '0.2500', '0.2500', '101.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6147, '2022-09-29', 2901, 5414, 919, 13333, '1.0000', '14.3518', '14.3518', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 214, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6148, '2022-09-29', 2901, 5414, 919, 13374, '1.0000', '14.5880', '14.5880', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 227, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6149, '2022-09-29', 2713, 5415, 919, 13358, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6150, '2022-09-29', 2713, 5415, 919, 13843, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6151, '2022-09-29', 2712, 5416, 920, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6152, '2022-09-29', 2653, 5417, 921, 13380, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '105.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6153, '2022-09-29', 3061, 5418, 921, 13383, '1.0000', '3.8354', '3.8354', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6154, '2022-09-29', 2645, 5419, 921, 14421, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6155, '2022-09-29', 2712, 5420, 922, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6156, '2022-09-29', 3256, 5421, 923, 9874, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6157, '2022-09-29', 2661, 5422, 924, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '147.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6158, '2022-09-29', 3256, 5423, 925, 9874, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6159, '2022-09-29', 2504, 5424, 926, 13279, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6160, '2022-09-29', 3165, 5425, 927, 14410, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '3.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6161, '2022-09-29', 3172, 5426, 927, 13306, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6162, '2022-09-29', 2893, 5427, 928, 4896, '1.0000', '1.0500', '1.0500', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6163, '2022-09-29', 2713, 5428, 929, 13843, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6164, '2022-09-29', 3048, 5429, 929, 13265, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6165, '2022-09-29', 2902, 5430, 930, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '14.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6166, '2022-09-29', 3311, 5431, 930, 13162, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6167, '2022-09-29', 2933, 5432, 931, 4228, '13.0000', '0.7500', '0.7500', '1.0000', '1.0000', '60.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6168, '2022-09-29', 2699, 5433, 932, 13371, '13.0000', '6.6000', '6.6000', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6169, '2022-09-29', 2603, 5434, 932, 9994, '1.0000', '207.6400', '207.6400', '270.0000', '270.0000', '1.0000', 1, 0, NULL, 116, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6170, '2022-09-29', 2698, 5435, 932, 5831, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6171, '2022-09-29', 2608, 5436, 932, 13336, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 216, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6172, '2022-09-29', 2727, 5437, 932, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '15.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6173, '2022-09-29', 3082, 5438, 932, 4377, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6174, '2022-09-29', 3304, 5439, 932, 4599, '75.0000', '0.3900', '0.3900', '1.0000', '1.0000', '226.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6175, '2022-09-29', 2597, 5440, 932, 3892, '8.0000', '6.1000', '6.1000', '8.5000', '8.5000', '69.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6176, '2022-09-29', 2982, 5441, 933, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6177, '2022-09-29', 2712, 5442, 934, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6178, '2022-09-29', 2661, 5443, 935, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '145.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6179, '2022-09-29', 3063, 5444, 936, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6180, '2022-09-29', 2930, 5445, 937, 14419, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6181, '2022-09-29', 2901, 5446, 938, 13374, '4.0000', '14.5880', '14.5880', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 227, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6182, '2022-09-29', 3074, 5447, 939, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6183, '2022-09-29', 2661, 5448, 940, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '143.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6184, '2022-09-29', 2642, 5449, 941, 13240, '2.0000', '6.2500', '6.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6185, '2022-09-29', 2642, 5449, 941, 14004, '-1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6186, '2022-09-29', 2642, 5449, 941, 14398, '2.0000', '6.2500', '6.2500', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6187, '2022-09-29', 3172, 5450, 941, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6188, '2022-09-29', 2952, 5451, 941, 10163, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6189, '2022-09-29', 2921, 5452, 942, 5383, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6190, '2022-09-30', 3019, 5453, 943, 5518, '1.0000', '189.1900', '189.1900', '250.0000', '250.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6191, '2022-09-30', 3299, 5454, 944, 4594, '20.0000', '0.2300', '0.2300', '0.7500', '0.7500', '2138.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6192, '2022-09-30', 3576, 5455, 945, 14401, '3.0000', '4.6154', '4.6154', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6193, '2022-09-30', 2661, 5456, 946, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '141.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6194, '2022-09-30', 3311, 5457, 947, 13162, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6195, '2022-09-30', 3483, 5458, 947, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '98.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6196, '2022-09-30', 2712, 5459, 947, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6197, '2022-09-30', 2618, 5460, 948, 3913, '1.0000', '185.5000', '185.5000', '247.0000', '247.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6198, '2022-09-30', 2661, 5461, 949, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '140.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6199, '2022-09-30', 2851, 5462, 950, 4146, '2.0000', '5.8800', '5.8800', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6200, '2022-09-30', 2902, 5463, 951, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '13.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6201, '2022-09-30', 2504, 5464, 952, 13279, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6202, '2022-09-30', 2644, 5465, 953, 13197, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6203, '2022-09-30', 2920, 5466, 954, 13293, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6204, '2022-09-30', 2649, 5467, 955, 13147, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 168, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6205, '2022-09-30', 2697, 5468, 956, 3992, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6206, '2022-09-30', 3114, 5469, 957, 13291, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6207, '2022-09-30', 2517, 5470, 957, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '11.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6208, '2022-09-30', 2936, 5471, 958, 13299, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6209, '2022-09-30', 2935, 5472, 959, 10159, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6210, '2022-09-30', 2930, 5473, 959, 14419, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6211, '2022-09-30', 2711, 5474, 960, 13290, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 203, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6212, '2022-09-30', 2711, 5474, 960, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6213, '2022-09-30', 2504, 5475, 960, 13279, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6214, '2022-09-30', 2504, 5476, 961, 13279, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6215, '2022-09-30', 2645, 5477, 962, 14421, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '54.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6216, '2022-09-30', 2661, 5478, 962, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '138.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6217, '2022-09-30', 3522, 5479, 963, 4928, '2.0000', '14.0000', '14.0000', '19.0000', '19.0000', '4.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6218, '2022-09-30', 2645, 5480, 964, 14421, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6219, '2022-09-30', 2935, 5481, 965, 10575, '-3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6220, '2022-09-30', 2935, 5481, 965, 11545, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6221, '2022-09-30', 2935, 5481, 965, 12515, '-3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6222, '2022-09-30', 2935, 5481, 965, 13302, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6223, '2022-09-30', 2552, 5482, 966, 4891, '2.0000', '0.3958', '0.3958', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6224, '2022-09-30', 3085, 5483, 967, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '35.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6225, '2022-09-30', 2661, 5484, 968, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '136.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6226, '2022-09-30', 2644, 5485, 969, 13197, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6227, '2022-09-30', 3061, 5486, 969, 13383, '2.0000', '3.8354', '3.8354', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6228, '2022-09-30', 2710, 5487, 969, 13252, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6229, '2022-09-30', 3063, 5488, 969, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6230, '2022-09-30', 2713, 5489, 969, 13843, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6231, '2022-09-30', 2645, 5490, 970, 14421, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '50.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6232, '2022-09-30', 2713, 5491, 971, 13843, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6233, '2022-09-30', 3311, 5492, 971, 13162, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6234, '2022-09-30', 2669, 5493, 972, 3964, '1.0000', '14.1300', '14.1300', '20.0000', '20.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6235, '2022-09-30', 3583, 5494, 972, 13340, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6236, '2022-09-30', 2552, 5495, 973, 4891, '4.0000', '0.3958', '0.3958', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6237, '2022-09-30', 2698, 5496, 974, 5831, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6238, '2022-09-30', 2699, 5497, 974, 13371, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6239, '2022-09-30', 3081, 5498, 974, 13164, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '2.0000', 1, 0, NULL, 172, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6240, '2022-09-30', 2970, 5499, 974, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '41.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6241, '2022-09-30', 3234, 5500, 974, 13163, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '1.0000', 1, 0, NULL, 172, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6242, '2022-09-30', 3233, 5501, 974, 9915, '1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '17.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6243, '2022-09-30', 3246, 5502, 974, 4541, '2.0000', '2.7900', '2.7900', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6244, '2022-09-30', 3241, 5503, 974, 4536, '2.0000', '3.9900', '3.9900', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6245, '2022-09-30', 3309, 5504, 974, 4604, '4.0000', '0.0700', '0.0700', '0.2500', '0.2500', '744.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6246, '2022-10-01', 3165, 5505, 975, 14410, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6247, '2022-10-01', 2918, 5506, 975, 13213, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6248, '2022-10-01', 2920, 5507, 976, 13293, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6249, '2022-10-01', 2920, 5507, 976, 13773, '-5.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6250, '2022-10-01', 2920, 5507, 976, 14415, '7.0000', '4.5000', '4.5000', '5.5000', '5.5000', '17.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6251, '2022-10-01', 2681, 5508, 977, 3976, '1.0000', '6.7900', '6.7900', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6252, '2022-10-01', 3239, 5509, 978, 4534, '1.0000', '0.7900', '0.7900', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6253, '2022-10-01', 2710, 5510, 979, 13252, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6254, '2022-10-01', 2982, 5511, 980, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6255, '2022-10-01', 2901, 5512, 981, 13374, '1.0000', '14.5880', '14.5880', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 227, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6256, '2022-10-01', 2890, 5513, 982, 5481, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6257, '2022-10-01', 2502, 5514, 983, 13238, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6258, '2022-10-01', 2711, 5515, 983, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6259, '2022-10-01', 2659, 5516, 983, 4783, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6260, '2022-10-01', 3172, 5517, 983, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '54.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6261, '2022-10-01', 2889, 5518, 983, 5479, '1.0000', '4.2600', '4.2600', '5.0000', '5.0000', '42.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6262, '2022-10-01', 2713, 5519, 983, 13843, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6263, '2022-10-01', 2632, 5520, 983, 3927, '1.0000', '385.0000', '385.0000', '482.0000', '482.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6264, '2022-10-01', 3048, 5521, 984, 13265, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6265, '2022-10-01', 2713, 5522, 984, 13843, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6266, '2022-10-01', 3114, 5523, 984, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6267, '2022-10-01', 3242, 5524, 985, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6268, '2022-10-01', 2507, 5525, 986, 13278, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6269, '2022-10-01', 2949, 5526, 987, 13287, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6270, '2022-10-01', 2642, 5527, 987, 14398, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6271, '2022-10-01', 2645, 5528, 987, 14421, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6272, '2022-10-01', 2645, 5529, 988, 14421, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6273, '2022-10-01', 2653, 5530, 988, 13380, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '100.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6274, '2022-10-01', 3547, 5531, 989, 5472, '2.0000', '0.4292', '0.4292', '1.0000', '1.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6275, '2022-10-01', 3172, 5532, 989, 13306, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6276, '2022-10-03', 2952, 5533, 990, 10163, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6277, '2022-10-03', 2544, 5534, 991, 3839, '1.0000', '45.6400', '45.6400', '55.0000', '55.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6278, '2022-10-03', 2795, 5535, 991, 4090, '1.0000', '8.2800', '8.2800', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6279, '2022-10-03', 2645, 5536, 992, 14421, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6280, '2022-10-03', 2774, 5537, 992, 4069, '1.0000', '8.1000', '8.1000', '11.0000', '11.0000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6281, '2022-10-03', 3150, 5538, 992, 4445, '1.0000', '42.0700', '42.0700', '55.0000', '55.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6282, '2022-10-03', 2513, 5539, 992, 3808, '1.0000', '1.4200', '1.4200', '2.0000', '2.0000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6283, '2022-10-03', 2507, 5540, 992, 13278, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6284, '2022-10-03', 2507, 5540, 992, 13384, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6285, '2022-10-03', 2500, 5541, 992, 13202, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6286, '2022-10-03', 3061, 5542, 992, 13383, '2.0000', '3.8354', '3.8354', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6287, '2022-10-03', 3114, 5543, 992, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6288, '2022-10-03', 2661, 5544, 992, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '134.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6289, '2022-10-03', 3120, 5545, 992, 14387, '4.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 229, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6290, '2022-10-03', 2499, 5546, 992, 13205, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6291, '2022-10-03', 2713, 5547, 992, 13843, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6292, '2022-10-03', 2713, 5547, 992, 14442, '4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6293, '2022-10-03', 2710, 5548, 992, 13252, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6294, '2022-10-03', 2712, 5549, 992, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6295, '2022-10-03', 3578, 5550, 992, 13318, '1.0000', '1.7917', '1.7917', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6296, '2022-10-03', 2873, 5551, 992, 4957, '1.0000', '2.6300', '2.6300', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6297, '2022-10-03', 3086, 5552, 992, 13286, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6298, '2022-10-03', 3547, 5553, 992, 5472, '4.0000', '0.4292', '0.4292', '1.0000', '1.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6299, '2022-10-03', 2894, 5554, 992, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6300, '2022-10-03', 2982, 5555, 992, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6301, '2022-10-03', 3048, 5556, 992, 13265, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6302, '2022-10-03', 2653, 5557, 993, 13380, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '95.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6303, '2022-10-03', 2678, 5558, 994, 3973, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6304, '2022-10-03', 2982, 5559, 995, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6305, '2022-10-03', 3256, 5560, 996, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6306, '2022-10-03', 3483, 5561, 996, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '97.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6307, '2022-10-03', 2827, 5562, 997, 13255, '4.0000', '0.1700', '0.1700', '0.2500', '0.2500', '97.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6308, '2022-10-03', 2552, 5563, 997, 4891, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6309, '2022-10-03', 2661, 5564, 998, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '132.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6310, '2022-10-03', 3483, 5565, 999, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '95.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6311, '2022-10-03', 3172, 5566, 999, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6312, '2022-10-03', 3086, 5567, 1000, 13286, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6313, '2022-10-03', 2661, 5568, 1000, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '131.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6314, '2022-10-03', 3061, 5569, 1001, 13383, '2.0000', '3.8354', '3.8354', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6315, '2022-10-03', 2504, 5570, 1001, 13279, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6316, '2022-10-03', 2710, 5571, 1001, 13252, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6317, '2022-10-03', 2645, 5572, 1001, 14421, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6318, '2022-10-03', 2713, 5573, 1001, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6319, '2022-10-03', 2699, 5574, 1002, 13371, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6320, '2022-10-03', 2699, 5574, 1002, 14235, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6321, '2022-10-03', 3017, 5575, 1003, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6322, '2022-10-03', 2645, 5576, 1004, 14421, '19.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6323, '2022-10-03', 2901, 5577, 1004, 13374, '1.0000', '14.5880', '14.5880', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 227, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6324, '2022-10-03', 2507, 5578, 1004, 13384, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6325, '2022-10-03', 3063, 5579, 1004, 13382, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6326, '2022-10-03', 2712, 5580, 1004, 13359, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6327, '2022-10-03', 2504, 5581, 1004, 13279, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6328, '2022-10-03', 2644, 5582, 1004, 13197, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6329, '2022-10-03', 2644, 5582, 1004, 13274, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6330, '2022-10-03', 2653, 5583, 1004, 13380, '13.0000', '4.4092', '4.4092', '6.0000', '6.0000', '82.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6331, '2022-10-03', 2647, 5584, 1004, 14447, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '47.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6332, '2022-10-03', 3187, 5585, 1005, 4901, '4.0000', '0.6793', '0.6793', '1.2500', '1.2500', '3.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6333, '2022-10-03', 2827, 5586, 1006, 13255, '4.0000', '0.1700', '0.1700', '0.2500', '0.2500', '93.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6334, '2022-10-03', 2952, 5587, 1007, 10163, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6335, '2022-10-03', 2508, 5588, 1008, 13280, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6336, '2022-10-03', 2936, 5589, 1008, 13299, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6337, '2022-10-03', 2661, 5590, 1009, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '129.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6338, '2022-10-03', 2713, 5591, 1010, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6339, '2022-10-03', 3547, 5592, 1010, 5472, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6340, '2022-10-03', 3048, 5593, 1010, 13265, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6341, '2022-10-03', 2935, 5594, 1011, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6342, '2022-10-03', 3121, 5595, 1012, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6343, '2022-10-03', 2645, 5596, 1013, 14421, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6344, '2022-10-03', 2493, 5597, 1014, 3788, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6345, '2022-10-03', 2645, 5598, 1015, 14421, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6346, '2022-10-03', 2712, 5599, 1016, 13359, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6347, '2022-10-03', 3311, 5600, 1016, 13162, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6348, '2022-10-03', 3483, 5601, 1016, 10172, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '92.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6349, '2022-10-03', 3060, 5602, 1017, 13232, '2.0000', '5.1458', '5.1458', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6350, '2022-10-03', 2645, 5603, 1018, 14421, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6351, '2022-10-03', 2935, 5604, 1019, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6352, '2022-10-03', 3060, 5605, 1020, 13232, '2.0000', '5.1458', '5.1458', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6353, '2022-10-03', 2661, 5606, 1021, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '127.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6354, '2022-10-03', 2649, 5607, 1022, 13285, '3.0000', '5.4167', '5.4167', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6355, '2022-10-03', 2646, 5608, 1022, 13378, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6356, '2022-10-03', 2952, 5609, 1022, 10163, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 153, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6357, '2022-10-03', 3311, 5610, 1022, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6358, '2022-10-03', 2660, 5611, 1022, 13247, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6359, '2022-10-03', 2645, 5612, 1023, 14421, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6360, '2022-10-03', 2922, 5613, 1024, 13295, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6361, '2022-10-03', 2919, 5614, 1024, 10087, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6362, '2022-10-03', 2645, 5615, 1025, 14421, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6363, '2022-10-03', 2921, 5616, 1026, 5383, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6364, '2022-10-03', 3592, 5617, 1026, 14417, '4.0000', '2.2500', '2.2500', '3.5000', '3.5000', '20.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6365, '2022-10-03', 2645, 5618, 1027, 14421, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6366, '2022-10-03', 3311, 5619, 1028, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6367, '2022-10-03', 3074, 5620, 1029, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6368, '2022-10-03', 2661, 5621, 1030, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '125.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6369, '2022-10-03', 3311, 5622, 1031, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6370, '2022-10-03', 2936, 5623, 1032, 13299, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6371, '2022-10-03', 3311, 5624, 1032, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6372, '2022-10-03', 2827, 5625, 1032, 13255, '4.0000', '0.1700', '0.1700', '0.2500', '0.2500', '89.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6373, '2022-10-03', 3592, 5626, 1033, 14417, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6374, '2022-10-03', 2970, 5627, 1034, 4265, '2.0000', '2.8000', '2.8000', '6.5000', '6.5000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6375, '2022-10-03', 2647, 5628, 1034, 14447, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6376, '2022-10-03', 3311, 5629, 1035, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6377, '2022-10-03', 3048, 5630, 1035, 13265, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6378, '2022-10-03', 2712, 5631, 1035, 13763, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6379, '2022-10-03', 2661, 5632, 1036, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '123.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6380, '2022-10-04', 2961, 5633, 1037, 10096, '1.0000', '14.9000', '14.9000', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 136, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6381, '2022-10-04', 2996, 5634, 1037, 4825, '1.0000', '4.4100', '4.4100', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6382, '2022-10-04', 2713, 5635, 1038, 14442, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6383, '2022-10-04', 2646, 5636, 1038, 13378, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6384, '2022-10-04', 3063, 5637, 1038, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6385, '2022-10-04', 2647, 5638, 1038, 14447, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '43.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6386, '2022-10-04', 2534, 5639, 1039, 14435, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6387, '2022-10-04', 3074, 5640, 1039, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6388, '2022-10-04', 2953, 5641, 1039, 4248, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6389, '2022-10-04', 2713, 5642, 1039, 14442, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6390, '2022-10-04', 2902, 5643, 1039, 13329, '2.0000', '6.7400', '6.7400', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6391, '2022-10-04', 3120, 5644, 1039, 14387, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 229, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6392, '2022-10-04', 2982, 5645, 1039, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6393, '2022-10-04', 3187, 5646, 1039, 4901, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '1.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6394, '2022-10-04', 2801, 5647, 1039, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '23.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6395, '2022-10-04', 2749, 5648, 1040, 4044, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '57.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6396, '2022-10-04', 2719, 5649, 1040, 4850, '1.0000', '0.9900', '0.9900', '2.0000', '2.0000', '81.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6397, '2022-10-04', 3233, 5650, 1040, 9915, '1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '16.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6398, '2022-10-04', 2534, 5651, 1040, 14435, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6399, '2022-10-04', 3120, 5652, 1041, 14387, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 229, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6400, '2022-10-04', 3120, 5652, 1041, 14464, '1.0000', '5.7500', '5.7500', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6401, '2022-10-04', 3074, 5653, 1041, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6402, '2022-10-04', 2936, 5654, 1042, 13299, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6403, '2022-10-04', 2713, 5655, 1042, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6404, '2022-10-04', 2661, 5656, 1043, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '121.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6405, '2022-10-04', 3291, 5657, 1044, 4586, '25.0000', '0.2500', '0.2500', '0.7500', '0.7500', '30.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6406, '2022-10-04', 2901, 5658, 1045, 13374, '2.0000', '14.5880', '14.5880', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 227, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6407, '2022-10-04', 2901, 5658, 1045, 14406, '1.0000', '14.7250', '14.7250', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 234, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6408, '2022-10-04', 2710, 5659, 1046, 13252, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6409, '2022-10-04', 3084, 5660, 1046, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6410, '2022-10-04', 2901, 5661, 1047, 14406, '2.0000', '14.7250', '14.7250', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 234, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6411, '2022-10-04', 2935, 5662, 1048, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6412, '2022-10-04', 2924, 5663, 1049, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6413, '2022-10-04', 2661, 5664, 1050, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '120.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6414, '2022-10-04', 2502, 5665, 1051, 13283, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6415, '2022-10-04', 2936, 5666, 1052, 13299, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6416, '2022-10-04', 2922, 5667, 1052, 13295, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6417, '2022-10-04', 3048, 5668, 1053, 13265, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6418, '2022-10-04', 3231, 5669, 1053, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6419, '2022-10-04', 2930, 5670, 1054, 14419, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6420, '2022-10-04', 2930, 5671, 1055, 14419, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6421, '2022-10-04', 2923, 5672, 1055, 4862, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6422, '2022-10-04', 2903, 5673, 1056, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '59.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6423, '2022-10-04', 3230, 5674, 1057, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6424, '2022-10-04', 3114, 5675, 1058, 13323, '4.0000', '5.0000', '5.0000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6425, '2022-10-04', 3295, 5676, 1059, 4590, '22.0000', '0.4500', '0.4500', '0.7500', '0.7500', '1042.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6426, '2022-10-04', 2661, 5677, 1059, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '118.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6427, '2022-10-04', 2936, 5678, 1060, 13299, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6428, '2022-10-04', 2713, 5679, 1060, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6429, '2022-10-04', 3048, 5680, 1060, 13265, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6430, '2022-10-04', 3483, 5681, 1060, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6431, '2022-10-04', 2661, 5682, 1061, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '116.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6432, '2022-10-04', 2827, 5683, 1061, 13255, '4.0000', '0.1700', '0.1700', '0.2500', '0.2500', '85.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6433, '2022-10-04', 2973, 5684, 1062, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '27.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6434, '2022-10-04', 3592, 5685, 1063, 14417, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6435, '2022-10-04', 2923, 5686, 1064, 4862, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6436, '2022-10-04', 2923, 5686, 1064, 5386, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6437, '2022-10-04', 2920, 5687, 1065, 14415, '7.0000', '4.5000', '4.5000', '5.5000', '5.5000', '10.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6438, '2022-10-04', 2919, 5688, 1065, 10087, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6439, '2022-10-05', 2647, 5689, 1066, 14447, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6440, '2022-10-05', 2646, 5690, 1066, 13378, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6441, '2022-10-05', 2646, 5690, 1066, 13730, '-3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6442, '2022-10-05', 2646, 5690, 1066, 14448, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '42.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6443, '2022-10-05', 2643, 5691, 1066, 13377, '4.0000', '6.5466', '6.5466', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6444, '2022-10-05', 2653, 5692, 1066, 13380, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '80.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6445, '2022-10-05', 3047, 5693, 1067, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '46.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6446, '2022-10-05', 2952, 5694, 1067, 10375, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6447, '2022-10-05', 3594, 5695, 1067, 14460, '2.0000', '0.7250', '0.7250', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6448, '2022-10-05', 3048, 5696, 1067, 13265, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6449, '2022-10-05', 2534, 5697, 1067, 14435, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6450, '2022-10-05', 3120, 5698, 1067, 14464, '2.0000', '5.7500', '5.7500', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6451, '2022-10-05', 2903, 5699, 1067, 14463, '3.0000', '0.8357', '0.8357', '2.0000', '2.0000', '56.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6452, '2022-10-05', 3187, 5700, 1067, 4901, '1.0000', '0.6793', '0.6793', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6453, '2022-10-05', 3187, 5700, 1067, 4941, '1.0000', '0.0100', '0.0100', '1.2500', '1.2500', '3.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6454, '2022-10-05', 2801, 5701, 1067, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '22.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6455, '2022-10-05', 3061, 5702, 1067, 13383, '1.0000', '3.8354', '3.8354', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6456, '2022-10-05', 2712, 5703, 1067, 13763, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6457, '2022-10-05', 2653, 5704, 1067, 13380, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '74.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6458, '2022-10-05', 2508, 5705, 1067, 13280, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6459, '2022-10-05', 3561, 5706, 1067, 13138, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6460, '2022-10-05', 2708, 5707, 1067, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6461, '2022-10-05', 2713, 5708, 1067, 14442, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6462, '2022-10-05', 3176, 5709, 1067, 4471, '1.0000', '0.6700', '0.6700', '2.7500', '2.7500', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6463, '2022-10-05', 2502, 5710, 1068, 13283, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6464, '2022-10-05', 3518, 5711, 1069, 4924, '1.0000', '24.0000', '24.0000', '32.0000', '32.0000', '2.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6465, '2022-10-05', 3547, 5712, 1070, 5472, '1.0000', '0.4292', '0.4292', '1.0000', '1.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6466, '2022-10-05', 3074, 5713, 1071, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6467, '2022-10-05', 2552, 5714, 1072, 4891, '2.0000', '0.3958', '0.3958', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6468, '2022-10-05', 3074, 5715, 1072, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6469, '2022-10-05', 3060, 5716, 1073, 13232, '1.0000', '5.1458', '5.1458', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6470, '2022-10-05', 3483, 5717, 1074, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6471, '2022-10-05', 3047, 5718, 1075, 13264, '4.0000', '1.6700', '1.6700', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6472, '2022-10-05', 2661, 5719, 1076, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '115.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6473, '2022-10-05', 3213, 5720, 1077, 4508, '8.0000', '3.9000', '3.9000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6474, '2022-10-05', 2661, 5721, 1078, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '114.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6475, '2022-10-05', 2642, 5722, 1079, 14398, '2.0000', '6.2500', '6.2500', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6476, '2022-10-05', 2660, 5723, 1079, 13247, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6477, '2022-10-05', 3483, 5724, 1079, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '88.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6478, '2022-10-05', 2642, 5725, 1080, 14398, '3.0000', '6.2500', '6.2500', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6479, '2022-10-05', 2936, 5726, 1080, 13299, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6480, '2022-10-05', 2927, 5727, 1080, 4863, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 55, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6481, '2022-10-05', 2927, 5727, 1080, 5388, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6482, '2022-10-05', 2921, 5728, 1080, 5383, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6483, '2022-10-05', 2711, 5729, 1081, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6484, '2022-10-05', 3086, 5730, 1081, 13286, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6485, '2022-10-05', 3311, 5731, 1081, 13162, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6486, '2022-10-05', 2952, 5732, 1082, 11345, '-1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6487, '2022-10-05', 2952, 5732, 1082, 12315, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6488, '2022-10-05', 2952, 5732, 1082, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '71.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6489, '2022-10-05', 2661, 5733, 1082, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '112.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6490, '2022-10-05', 2924, 5734, 1083, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6491, '2022-10-05', 3546, 5735, 1083, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6492, '2022-10-05', 3114, 5736, 1083, 13323, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6493, '2022-10-05', 2952, 5737, 1084, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '70.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6494, '2022-10-06', 2901, 5738, 1085, 14406, '3.0000', '14.7250', '14.7250', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 234, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6495, '2022-10-06', 2646, 5739, 1085, 14448, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6496, '2022-10-06', 2645, 5740, 1085, 14421, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6497, '2022-10-06', 2713, 5741, 1085, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6498, '2022-10-06', 3484, 5742, 1086, 4773, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6499, '2022-10-06', 3187, 5743, 1086, 4941, '2.0000', '0.0100', '0.0100', '1.2500', '1.2500', '1.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6500, '2022-10-06', 2713, 5744, 1086, 14442, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6501, '2022-10-06', 3120, 5745, 1086, 14464, '3.0000', '5.7500', '5.7500', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6502, '2022-10-06', 3086, 5746, 1086, 13286, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6503, '2022-10-06', 2916, 5747, 1086, 5744, '1.0000', '34.1000', '34.1000', '52.0000', '52.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6504, '2022-10-06', 2499, 5748, 1086, 13205, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6505, '2022-10-06', 2661, 5749, 1086, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '110.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6506, '2022-10-06', 2711, 5750, 1086, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6507, '2022-10-06', 2935, 5751, 1086, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6508, '2022-10-06', 3114, 5752, 1086, 13323, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6509, '2022-10-06', 3311, 5753, 1086, 13162, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6510, '2022-10-06', 2712, 5754, 1086, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6511, '2022-10-06', 3048, 5755, 1086, 13265, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6512, '2022-10-06', 3061, 5756, 1086, 13383, '1.0000', '3.8354', '3.8354', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6513, '2022-10-06', 2893, 5757, 1086, 4896, '1.0000', '1.0500', '1.0500', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6514, '2022-10-06', 3547, 5758, 1086, 5472, '2.0000', '0.4292', '0.4292', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6515, '2022-10-06', 3063, 5759, 1086, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6516, '2022-10-06', 2661, 5760, 1087, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '108.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6517, '2022-10-06', 2902, 5761, 1088, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6518, '2022-10-06', 2924, 5762, 1089, 13297, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6519, '2022-10-06', 2920, 5763, 1090, 14415, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '9.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6520, '2022-10-06', 2930, 5764, 1090, 14419, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6521, '2022-10-06', 2893, 5765, 1090, 4896, '1.0000', '1.0500', '1.0500', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6522, '2022-10-06', 3074, 5766, 1091, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6523, '2022-10-06', 2661, 5767, 1092, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '106.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6524, '2022-10-06', 3231, 5768, 1093, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '26.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6525, '2022-10-06', 3172, 5769, 1093, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6526, '2022-10-06', 2952, 5770, 1093, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '69.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6527, '2022-10-06', 3311, 5771, 1093, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6528, '2022-10-06', 2893, 5772, 1094, 4896, '1.0000', '1.0500', '1.0500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6529, '2022-10-06', 2864, 5773, 1095, 13158, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6530, '2022-10-06', 2933, 5774, 1096, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '59.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6531, '2022-10-06', 2935, 5775, 1097, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6532, '2022-10-06', 2500, 5776, 1098, 13202, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6533, '2022-10-06', 2661, 5777, 1098, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '104.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6534, '2022-10-06', 2920, 5778, 1099, 14415, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6535, '2022-10-06', 2827, 5779, 1100, 13255, '8.0000', '0.1700', '0.1700', '0.2500', '0.2500', '77.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6536, '2022-10-06', 2713, 5780, 1100, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6537, '2022-10-06', 2950, 5781, 1101, 13282, '1.0000', '12.8775', '12.8775', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6538, '2022-10-06', 3029, 5782, 1102, 4324, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6539, '2022-10-06', 3121, 5783, 1102, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6540, '2022-10-07', 2661, 5784, 1103, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '103.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6541, '2022-10-07', 3547, 5785, 1104, 7396, '-7.0000', '0.4292', '0.4292', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6542, '2022-10-07', 3547, 5785, 1104, 8357, '7.0000', '0.4292', '0.4292', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6543, '2022-10-07', 3547, 5785, 1104, 9318, '-7.0000', '0.4292', '0.4292', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6544, '2022-10-07', 3547, 5785, 1104, 13266, '10.0000', '0.4390', '0.4390', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6545, '2022-10-07', 2653, 5786, 1105, 13380, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '66.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6546, '2022-10-07', 2646, 5787, 1105, 14448, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '37.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6547, '2022-10-07', 3061, 5788, 1105, 13383, '1.0000', '3.8354', '3.8354', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6548, '2022-10-07', 2822, 5789, 1105, 13272, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6549, '2022-10-07', 3063, 5790, 1105, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6550, '2022-10-07', 3538, 5791, 1106, 4949, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6551, '2022-10-07', 2699, 5792, 1107, 3994, '20.0000', '6.4500', '6.4500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6552, '2022-10-07', 2698, 5793, 1107, 5831, '10.0000', '6.4500', '6.4500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6553, '2022-10-07', 3196, 5794, 1107, 4491, '1.0000', '19.0000', '19.0000', '25.0000', '25.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6554, '2022-10-07', 3316, 5795, 1107, 4611, '2.0000', '19.0000', '19.0000', '26.0000', '26.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6555, '2022-10-07', 2606, 5796, 1108, 5404, '3.0000', '30.9400', '30.9400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6556, '2022-10-07', 2699, 5797, 1108, 3994, '6.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6557, '2022-10-07', 2698, 5798, 1108, 5831, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6558, '2022-10-07', 2612, 5799, 1108, 9880, '10.0000', '4.6000', '4.6000', '9.0000', '9.0000', '149.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6559, '2022-10-07', 2922, 5800, 1109, 13295, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6560, '2022-10-07', 2919, 5801, 1109, 10087, '3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6561, '2022-10-07', 2534, 5802, 1110, 14435, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6562, '2022-10-07', 3086, 5803, 1110, 13286, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6563, '2022-10-07', 3559, 5804, 1110, 11750, '1.0000', '2.7500', '2.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6564, '2022-10-07', 2713, 5805, 1110, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6565, '2022-10-07', 3048, 5806, 1110, 13265, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6566, '2022-10-07', 3172, 5807, 1110, 13306, '20.0000', '3.6000', '3.6000', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6567, '2022-10-07', 3311, 5808, 1110, 13162, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6568, '2022-10-07', 2893, 5809, 1110, 4896, '2.0000', '1.0500', '1.0500', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6569, '2022-10-07', 2712, 5810, 1110, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6570, '2022-10-07', 3074, 5811, 1110, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6571, '2022-10-07', 3060, 5812, 1110, 13232, '1.0000', '5.1458', '5.1458', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6572, '2022-10-07', 3256, 5813, 1111, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6573, '2022-10-07', 2930, 5814, 1111, 14419, '4.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6574, '2022-10-07', 2926, 5815, 1111, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6575, '2022-10-07', 2713, 5816, 1112, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6576, '2022-10-07', 3121, 5817, 1113, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6577, '2022-10-07', 2749, 5818, 1114, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '56.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6578, '2022-10-07', 3604, 5819, 1115, 14500, '3.0000', '1.5000', '1.5000', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6579, '2022-10-07', 2642, 5820, 1116, 14398, '2.0000', '6.2500', '6.2500', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6580, '2022-10-07', 2651, 5821, 1116, 3946, '1.0000', '5.8300', '5.8300', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6581, '2022-10-07', 2661, 5822, 1116, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '101.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6582, '2022-10-07', 2827, 5823, 1116, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '74.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6583, '2022-10-07', 2920, 5824, 1117, 14415, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6584, '2022-10-07', 2711, 5825, 1118, 13322, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6585, '2022-10-07', 3120, 5826, 1119, 14464, '1.0000', '5.7500', '5.7500', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6586, '2022-10-07', 2725, 5827, 1120, 10018, '2.0000', '3.8700', '3.8700', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6587, '2022-10-07', 3074, 5828, 1121, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6588, '2022-10-07', 2661, 5829, 1122, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '99.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6589, '2022-10-07', 2711, 5830, 1123, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6590, '2022-10-07', 2713, 5831, 1124, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6591, '2022-10-07', 3048, 5832, 1124, 13265, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6592, '2022-10-07', 3074, 5833, 1125, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6593, '2022-10-07', 3048, 5834, 1125, 13265, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6594, '2022-10-07', 2646, 5835, 1126, 14448, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6595, '2022-10-07', 3063, 5836, 1126, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6596, '2022-10-07', 3074, 5837, 1127, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6597, '2022-10-07', 3182, 5838, 1128, 5452, '1.0000', '7.7925', '7.7925', '11.0000', '11.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6598, '2022-10-07', 3601, 5839, 1129, 14496, '1.0000', '1.5833', '1.5833', '2.0000', '2.0000', '23.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6599, '2022-10-07', 3607, 5840, 1129, 14503, '1.0000', '1.6667', '1.6667', '2.0000', '2.0000', '23.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6600, '2022-10-07', 3599, 5841, 1129, 14493, '3.0000', '2.2917', '2.2917', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6601, '2022-10-07', 3606, 5842, 1129, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '99.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6602, '2022-10-07', 2646, 5843, 1130, 14448, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6603, '2022-10-07', 2712, 5844, 1131, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6604, '2022-10-07', 2827, 5845, 1132, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '71.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6605, '2022-10-07', 2933, 5846, 1133, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '58.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6606, '2022-10-07', 2921, 5847, 1133, 5383, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6607, '2022-10-07', 2711, 5848, 1133, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6608, '2022-10-07', 2902, 5849, 1133, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6609, '2022-10-07', 2647, 5850, 1134, 14447, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6610, '2022-10-07', 3483, 5851, 1135, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6611, '2022-10-07', 2711, 5852, 1136, 13322, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6612, '2022-10-07', 3166, 5853, 1137, 14409, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6613, '2022-10-07', 2982, 5854, 1137, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6614, '2022-10-07', 3172, 5855, 1137, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6615, '2022-10-07', 3603, 5856, 1138, 14499, '2.0000', '2.2500', '2.2500', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6616, '2022-10-07', 3341, 5857, 1139, 10203, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 162, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6617, '2022-10-07', 2646, 5858, 1140, 14448, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '31.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6618, '2022-10-07', 3060, 5859, 1141, 13232, '1.0000', '5.1458', '5.1458', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6619, '2022-10-07', 3314, 5860, 1142, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6620, '2022-10-08', 3187, 5861, 1143, 4941, '1.0000', '0.0100', '0.0100', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 62, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6621, '2022-10-08', 2713, 5862, 1143, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6622, '2022-10-08', 2790, 5863, 1144, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '23.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6623, '2022-10-08', 2835, 5864, 1145, 4995, '1.0000', '13.0000', '13.0000', '17.0000', '17.0000', '17.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6624, '2022-10-08', 2949, 5865, 1146, 13287, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6625, '2022-10-08', 2921, 5866, 1147, 5383, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6626, '2022-10-08', 2517, 5867, 1148, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '10.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6627, '2022-10-08', 3172, 5868, 1148, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6628, '2022-10-08', 2864, 5869, 1148, 13158, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6629, '2022-10-08', 3592, 5870, 1148, 14417, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '17.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6630, '2022-10-08', 3483, 5871, 1149, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6631, '2022-10-08', 2901, 5872, 1150, 14406, '1.0000', '14.7250', '14.7250', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 234, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6632, '2022-10-08', 3114, 5873, 1151, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6633, '2022-10-08', 3123, 5874, 1151, 4900, '2.0000', '4.7500', '4.7500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6634, '2022-10-08', 2646, 5875, 1152, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6635, '2022-10-08', 3123, 5876, 1152, 5423, '1.0000', '4.7500', '4.7500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6636, '2022-10-08', 2534, 5877, 1152, 14435, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6637, '2022-10-08', 3311, 5878, 1153, 13162, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6638, '2022-10-08', 2930, 5879, 1153, 14419, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6639, '2022-10-08', 2933, 5880, 1154, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '57.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6640, '2022-10-08', 2936, 5881, 1154, 13299, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6641, '2022-10-08', 2920, 5882, 1154, 14415, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6642, '2022-10-08', 3592, 5883, 1154, 14417, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6643, '2022-10-08', 2649, 5884, 1155, 13285, '3.0000', '5.4167', '5.4167', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6644, '2022-10-08', 2647, 5885, 1156, 14447, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6645, '2022-10-08', 2646, 5886, 1157, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '29.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6646, '2022-10-08', 2711, 5887, 1158, 13322, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6647, '2022-10-08', 3311, 5888, 1158, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6648, '2022-10-08', 3606, 5889, 1158, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '98.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6649, '2022-10-08', 2646, 5890, 1159, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6650, '2022-10-08', 2642, 5891, 1159, 14398, '2.0000', '6.2500', '6.2500', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6651, '2022-10-08', 3017, 5892, 1159, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6652, '2022-10-08', 3311, 5893, 1159, 13162, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6653, '2022-10-08', 2646, 5894, 1160, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '27.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6654, '2022-10-08', 2642, 5895, 1160, 14398, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6655, '2022-10-08', 2712, 5896, 1161, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6656, '2022-10-08', 2646, 5897, 1162, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6657, '2022-10-08', 2646, 5898, 1163, 14448, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6658, '2022-10-08', 2827, 5899, 1164, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '68.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6659, '2022-10-08', 2646, 5900, 1165, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6660, '2022-10-08', 2646, 5901, 1166, 14448, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6661, '2022-10-08', 2646, 5902, 1167, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6662, '2022-10-08', 2711, 5903, 1168, 13322, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6663, '2022-10-08', 2952, 5904, 1168, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '68.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6664, '2022-10-08', 2710, 5905, 1168, 13252, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 195, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6665, '2022-10-08', 2893, 5906, 1168, 4896, '1.0000', '1.0500', '1.0500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6666, '2022-10-08', 2653, 5907, 1169, 13380, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '62.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6667, '2022-10-08', 2646, 5908, 1170, 14448, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6668, '2022-10-08', 3311, 5909, 1171, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6669, '2022-10-08', 2710, 5910, 1171, 13762, '-5.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6670, '2022-10-08', 2710, 5910, 1171, 14404, '6.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6671, '2022-10-08', 2660, 5911, 1171, 13247, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6672, '2022-10-08', 3482, 5912, 1171, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6673, '2022-10-08', 3074, 5913, 1172, 9979, '2.0000', '2.0496', '2.0496', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6674, '2022-10-08', 3059, 5914, 1172, 14429, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6675, '2022-10-08', 2646, 5915, 1173, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6676, '2022-10-08', 2653, 5916, 1173, 13380, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '61.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6677, '2022-10-08', 2647, 5917, 1174, 14447, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6678, '2022-10-08', 2710, 5918, 1174, 14404, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6679, '2022-10-08', 3172, 5919, 1174, 13306, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6680, '2022-10-08', 2660, 5920, 1174, 13247, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6681, '2022-10-08', 2653, 5921, 1175, 13380, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '60.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6682, '2022-10-08', 2653, 5922, 1176, 13380, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '58.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6683, '2022-10-08', 2647, 5923, 1177, 14447, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6684, '2022-10-08', 3120, 5924, 1178, 14464, '1.0000', '5.7500', '5.7500', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6685, '2022-10-08', 2647, 5925, 1179, 14447, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6686, '2022-10-08', 2653, 5926, 1179, 13380, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '57.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6687, '2022-10-08', 2646, 5927, 1180, 14448, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6688, '2022-10-08', 3483, 5928, 1181, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6689, '2022-10-08', 2647, 5929, 1182, 14447, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6690, '2022-10-08', 3182, 5930, 1182, 5452, '1.0000', '7.7925', '7.7925', '11.0000', '11.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6691, '2022-10-09', 2952, 5931, 1183, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '67.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6692, '2022-10-09', 2827, 5932, 1183, 13255, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '62.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6693, '2022-10-09', 3609, 5933, 1183, 14506, '5.0000', '0.3871', '0.3871', '1.0000', '1.0000', '150.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6694, '2022-10-09', 2790, 5934, 1184, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '22.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6695, '2022-10-09', 3114, 5935, 1185, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6696, '2022-10-09', 2851, 5936, 1186, 4146, '2.0000', '5.8800', '5.8800', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6697, '2022-10-09', 2485, 5937, 1187, 10242, '-1.0000', '22.7742', '22.7742', '27.0000', '27.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6698, '2022-10-09', 2485, 5937, 1187, 11212, '1.0000', '22.7742', '22.7742', '27.0000', '27.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6699, '2022-10-09', 2485, 5937, 1187, 12182, '-1.0000', '22.7742', '22.7742', '27.0000', '27.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6700, '2022-10-09', 2485, 5937, 1187, 13324, '3.0000', '22.7742', '22.7742', '27.0000', '27.0000', '9.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6701, '2022-10-09', 2646, 5938, 1188, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6702, '2022-10-09', 3288, 5939, 1189, 4583, '2.0000', '16.5200', '16.5200', '22.0000', '22.0000', '36.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6703, '2022-10-09', 2908, 5940, 1189, 4203, '1.0000', '6.5600', '6.5600', '14.0000', '14.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6704, '2022-10-09', 2975, 5941, 1190, 5013, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6705, '2022-10-09', 3609, 5942, 1190, 14506, '3.0000', '0.3871', '0.3871', '1.0000', '1.0000', '147.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6706, '2022-10-09', 2677, 5943, 1191, 3972, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6707, '2022-10-09', 2642, 5944, 1192, 14398, '3.0000', '6.2500', '6.2500', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6708, '2022-10-09', 3172, 5945, 1192, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6709, '2022-10-09', 3592, 5946, 1193, 14417, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6710, '2022-10-09', 2713, 5947, 1194, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6711, '2022-10-09', 3187, 5948, 1194, 5489, '1.0000', '0.0100', '0.0100', '1.2500', '1.2500', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6712, '2022-10-09', 2713, 5949, 1195, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6713, '2022-10-09', 3187, 5950, 1195, 5489, '1.0000', '0.0100', '0.0100', '1.2500', '1.2500', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6714, '2022-10-09', 2661, 5951, 1196, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '97.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6715, '2022-10-09', 2922, 5952, 1197, 13295, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6716, '2022-10-09', 2922, 5953, 1198, 13295, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6717, '2022-10-09', 3074, 5954, 1198, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6718, '2022-10-09', 2712, 5955, 1199, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6719, '2022-10-09', 3610, 5956, 1200, 14507, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6720, '2022-10-09', 2712, 5957, 1201, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6721, '2022-10-09', 3547, 5958, 1201, 13266, '2.0000', '0.4390', '0.4390', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6722, '2022-10-09', 3606, 5959, 1202, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '96.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6723, '2022-10-09', 2927, 5960, 1203, 5388, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6724, '2022-10-09', 2921, 5961, 1203, 6344, '-8.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6725, '2022-10-09', 2921, 5961, 1203, 7307, '-1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6726, '2022-10-09', 2921, 5961, 1203, 8268, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6727, '2022-10-09', 2921, 5961, 1203, 9229, '-31.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6728, '2022-10-09', 2921, 5961, 1203, 9859, '15.0000', '3.7500', '3.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 82, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6729, '2022-10-09', 2921, 5961, 1203, 9928, '15.0000', '3.7500', '3.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6730, '2022-10-09', 2921, 5961, 1203, 13294, '10.0000', '3.7500', '3.7500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6731, '2022-10-09', 3172, 5962, 1203, 13306, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6732, '2022-10-09', 2710, 5963, 1204, 14404, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6733, '2022-10-09', 2901, 5964, 1205, 14406, '1.0000', '14.7250', '14.7250', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 234, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6734, '2022-10-09', 2646, 5965, 1206, 14448, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6735, '2022-10-09', 2642, 5966, 1206, 14398, '6.0000', '6.2500', '6.2500', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6736, '2022-10-09', 2919, 5967, 1207, 10087, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6737, '2022-10-09', 2879, 5968, 1208, 13245, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6738, '2022-10-09', 2890, 5969, 1208, 5481, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6739, '2022-10-09', 2952, 5970, 1208, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '65.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6740, '2022-10-09', 3341, 5971, 1209, 10203, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 162, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6741, '2022-10-09', 3166, 5972, 1210, 14409, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6742, '2022-10-09', 2952, 5973, 1211, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '63.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6743, '2022-10-09', 3172, 5974, 1211, 13306, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6744, '2022-10-10', 2713, 5975, 1212, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6745, '2022-10-10', 3606, 5976, 1212, 14502, '3.0000', '1.0000', '1.0000', '1.5000', '1.5000', '93.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6746, '2022-10-10', 3482, 5977, 1212, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6747, '2022-10-10', 3606, 5978, 1213, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '92.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6748, '2022-10-10', 2903, 5979, 1214, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '55.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6749, '2022-10-10', 2534, 5980, 1215, 14435, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6750, '2022-10-10', 3074, 5981, 1215, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6751, '2022-10-10', 2952, 5982, 1215, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6752, '2022-10-10', 3606, 5983, 1215, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6753, '2022-10-10', 3606, 5984, 1216, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6754, '2022-10-10', 3120, 5985, 1216, 14464, '1.0000', '5.7500', '5.7500', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6755, '2022-10-10', 3604, 5986, 1216, 14500, '1.0000', '1.5000', '1.5000', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6756, '2022-10-10', 3074, 5987, 1216, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6757, '2022-10-10', 3546, 5988, 1216, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6758, '2022-10-10', 2713, 5989, 1217, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6759, '2022-10-10', 3114, 5990, 1217, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6760, '2022-10-10', 3606, 5991, 1217, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6761, '2022-10-10', 3120, 5992, 1218, 14464, '1.0000', '5.7500', '5.7500', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6762, '2022-10-10', 3603, 5993, 1219, 14499, '1.0000', '2.2500', '2.2500', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6763, '2022-10-10', 2713, 5994, 1219, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6764, '2022-10-10', 3048, 5995, 1219, 13265, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6765, '2022-10-10', 2953, 5996, 1219, 4248, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6766, '2022-10-10', 3061, 5997, 1220, 13383, '1.0000', '3.8354', '3.8354', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6767, '2022-10-10', 2713, 5998, 1220, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6768, '2022-10-10', 3085, 5999, 1220, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6769, '2022-10-10', 2952, 6000, 1220, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '61.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6770, '2022-10-10', 2864, 6001, 1220, 13158, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6771, '2022-10-10', 3120, 6002, 1221, 14464, '1.0000', '5.7500', '5.7500', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6772, '2022-10-10', 2642, 6003, 1222, 14398, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6773, '2022-10-10', 2712, 6004, 1222, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6774, '2022-10-10', 3120, 6005, 1222, 14464, '1.0000', '5.7500', '5.7500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6775, '2022-10-10', 2653, 6006, 1222, 13380, '11.0000', '4.4092', '4.4092', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6776, '2022-10-10', 2951, 6007, 1222, 10950, '-1.0000', '2.3125', '2.3125', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6777, '2022-10-10', 2951, 6007, 1222, 11920, '1.0000', '2.3125', '2.3125', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6778, '2022-10-10', 2951, 6007, 1222, 12890, '-1.0000', '2.3125', '2.3125', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6779, '2022-10-10', 2951, 6007, 1222, 13313, '3.0000', '2.5000', '2.5000', '3.5000', '3.5000', '21.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6780, '2022-10-10', 2771, 6008, 1223, 4066, '1.0000', '7.0100', '7.0100', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6781, '2022-10-10', 2873, 6009, 1224, 4168, '1.0000', '2.5000', '2.5000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6782, '2022-10-10', 3606, 6010, 1224, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '87.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6783, '2022-10-10', 3048, 6011, 1224, 13265, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6784, '2022-10-10', 3607, 6012, 1224, 14503, '3.0000', '1.6667', '1.6667', '2.0000', '2.0000', '20.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6785, '2022-10-10', 3483, 6013, 1225, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6786, '2022-10-10', 3120, 6014, 1225, 14476, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6787, '2022-10-10', 2713, 6015, 1225, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6788, '2022-10-10', 3553, 6016, 1225, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6789, '2022-10-10', 2950, 6017, 1225, 13282, '1.0000', '12.8775', '12.8775', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6790, '2022-10-10', 3482, 6018, 1226, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6791, '2022-10-10', 3606, 6019, 1226, 14502, '5.0000', '1.0000', '1.0000', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6792, '2022-10-10', 2982, 6020, 1226, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6793, '2022-10-10', 3187, 6021, 1226, 5489, '1.0000', '0.0100', '0.0100', '1.2500', '1.2500', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6794, '2022-10-10', 2713, 6022, 1227, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6795, '2022-10-10', 2923, 6023, 1228, 5386, '4.0000', '3.0000', '3.0000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6796, '2022-10-10', 3015, 6024, 1229, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '104.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6797, '2022-10-10', 2827, 6025, 1229, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '59.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6798, '2022-10-10', 2712, 6026, 1229, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6799, '2022-10-10', 2952, 6027, 1229, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6800, '2022-10-10', 3256, 6028, 1230, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6801, '2022-10-10', 2642, 6029, 1231, 14398, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6802, '2022-10-10', 2642, 6029, 1231, 14433, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6803, '2022-10-10', 2661, 6030, 1231, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '95.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6804, '2022-10-10', 3314, 6031, 1231, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6805, '2022-10-10', 3048, 6032, 1232, 13265, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6806, '2022-10-10', 2952, 6033, 1232, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6807, '2022-10-10', 2650, 6034, 1232, 10053, '1.0000', '4.1667', '4.1667', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6808, '2022-10-10', 2534, 6035, 1232, 14435, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6809, '2022-10-10', 3120, 6036, 1232, 14476, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6810, '2022-10-10', 2905, 6037, 1233, 4897, '1.0000', '4.2400', '4.2400', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6811, '2022-10-10', 2950, 6038, 1233, 13328, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6812, '2022-10-10', 3172, 6039, 1233, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6813, '2022-10-10', 3311, 6040, 1233, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6814, '2022-10-10', 3482, 6041, 1234, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6815, '2022-10-10', 3606, 6042, 1235, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6816, '2022-10-10', 3538, 6043, 1236, 4949, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6817, '2022-10-10', 2916, 6044, 1236, 5744, '2.0000', '34.1000', '34.1000', '52.0000', '52.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6818, '2022-10-10', 2963, 6045, 1236, 4258, '2.0000', '2.9200', '2.9200', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6819, '2022-10-10', 2900, 6046, 1236, 13335, '2.0000', '166.0000', '166.0000', '180.0000', '180.0000', '0.0000', 1, 0, NULL, 216, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6820, '2022-10-10', 2801, 6047, 1236, 4809, '2.0000', '9.0000', '9.0000', '13.0000', '13.0000', '20.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6821, '2022-10-10', 3578, 6048, 1236, 13318, '1.0000', '1.7917', '1.7917', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6822, '2022-10-10', 2546, 6049, 1236, 3841, '1.0000', '10.6600', '10.6600', '14.2500', '14.2500', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6823, '2022-10-10', 2550, 6050, 1236, 3845, '1.0000', '32.0000', '32.0000', '43.0000', '43.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6824, '2022-10-10', 2726, 6051, 1236, 5896, '4.0000', '10.5900', '10.5900', '25.0000', '25.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6825, '2022-10-10', 3246, 6052, 1236, 4541, '2.0000', '2.7900', '2.7900', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6826, '2022-10-10', 2697, 6053, 1236, 3992, '10.0000', '6.4500', '6.4500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6827, '2022-10-10', 2608, 6054, 1236, 13369, '4.0000', '36.0000', '36.0000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 223, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6828, '2022-10-10', 3120, 6055, 1236, 14476, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6829, '2022-10-10', 3311, 6056, 1236, 13162, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6830, '2022-10-10', 3606, 6057, 1236, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6831, '2022-10-10', 2699, 6058, 1236, 3994, '4.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6832, '2022-10-10', 3590, 6059, 1236, 13350, '3.0000', '6.0000', '6.0000', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6833, '2022-10-10', 3231, 6060, 1237, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6834, '2022-10-10', 2591, 6061, 1238, 3886, '1.0000', '5.1700', '5.1700', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6835, '2022-10-10', 2815, 6062, 1238, 4110, '1.0000', '11.9400', '11.9400', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6836, '2022-10-10', 3084, 6063, 1238, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6837, '2022-10-10', 3483, 6064, 1238, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6838, '2022-10-10', 3482, 6065, 1239, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6839, '2022-10-10', 3483, 6066, 1240, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6840, '2022-10-10', 2646, 6067, 1241, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6841, '2022-10-10', 2661, 6068, 1242, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '93.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6842, '2022-10-10', 3483, 6069, 1243, 10172, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6843, '2022-10-10', 3607, 6070, 1243, 14503, '1.0000', '1.6667', '1.6667', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6844, '2022-10-10', 3172, 6071, 1243, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6845, '2022-10-10', 2951, 6072, 1243, 13313, '2.0000', '2.5000', '2.5000', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6846, '2022-10-10', 2952, 6073, 1243, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6847, '2022-10-10', 3165, 6074, 1244, 14410, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6848, '2022-10-10', 2982, 6075, 1244, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6849, '2022-10-10', 2864, 6076, 1244, 13158, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6850, '2022-10-10', 3172, 6077, 1244, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6851, '2022-10-10', 2864, 6078, 1245, 13158, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6852, '2022-10-10', 3172, 6079, 1245, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6853, '2022-10-10', 3606, 6080, 1246, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '77.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6854, '2022-10-10', 3060, 6081, 1247, 13232, '1.0000', '5.1458', '5.1458', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6855, '2022-10-10', 3060, 6082, 1248, 13232, '1.0000', '5.1458', '5.1458', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6856, '2022-10-10', 3060, 6083, 1249, 13232, '1.0000', '5.1458', '5.1458', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6857, '2022-10-10', 3060, 6083, 1249, 13569, '-11.0000', '5.1458', '5.1458', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6858, '2022-10-10', 3060, 6083, 1249, 14414, '12.0000', '6.2500', '6.2500', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6859, '2022-10-10', 2711, 6084, 1249, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6860, '2022-10-10', 3606, 6085, 1250, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '75.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6861, '2022-10-10', 3547, 6086, 1250, 13266, '1.0000', '0.4390', '0.4390', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6862, '2022-10-11', 3166, 6087, 1251, 14409, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6863, '2022-10-11', 3047, 6088, 1252, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6864, '2022-10-11', 2661, 6089, 1252, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '91.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6865, '2022-10-11', 3085, 6090, 1252, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6866, '2022-10-11', 3048, 6091, 1252, 13265, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6867, '2022-10-11', 3311, 6092, 1252, 13162, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6868, '2022-10-11', 2950, 6093, 1252, 13328, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6869, '2022-10-11', 3086, 6094, 1253, 13286, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6870, '2022-10-11', 3607, 6095, 1253, 14503, '3.0000', '1.6667', '1.6667', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6871, '2022-10-11', 3560, 6096, 1254, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '95.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6872, '2022-10-11', 3607, 6097, 1254, 14503, '2.0000', '1.6667', '1.6667', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6873, '2022-10-11', 3311, 6098, 1254, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6874, '2022-10-11', 3483, 6099, 1254, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6875, '2022-10-11', 3047, 6100, 1255, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '40.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6876, '2022-10-11', 3086, 6101, 1255, 13286, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6877, '2022-10-11', 2534, 6102, 1255, 14435, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6878, '2022-10-11', 2881, 6103, 1255, 13254, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6879, '2022-10-11', 2950, 6104, 1256, 13328, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6880, '2022-10-11', 2789, 6105, 1257, 5351, '1.0000', '8.4200', '8.4200', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6881, '2022-10-11', 3047, 6106, 1257, 13264, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '37.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6882, '2022-10-11', 3231, 6107, 1257, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '24.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6883, '2022-10-11', 3172, 6108, 1258, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6884, '2022-10-11', 3254, 6109, 1258, 4549, '13.0000', '0.0800', '0.0800', '0.5000', '0.5000', '289.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6885, '2022-10-11', 2560, 6110, 1258, 3855, '1.0000', '6.2700', '6.2700', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6886, '2022-10-11', 2806, 6111, 1259, 4101, '1.0000', '6.5900', '6.5900', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6887, '2022-10-11', 2502, 6112, 1260, 13283, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6888, '2022-10-11', 3256, 6113, 1260, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6889, '2022-10-11', 2661, 6114, 1260, 13363, '6.0000', '0.2547', '0.2547', '0.5000', '0.5000', '85.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6890, '2022-10-11', 3293, 6115, 1261, 4588, '3.0000', '0.1400', '0.1400', '0.5000', '0.5000', '585.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6891, '2022-10-11', 2710, 6116, 1262, 14404, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6892, '2022-10-11', 3230, 6117, 1263, 4525, '2.0000', '2.4400', '2.4400', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6893, '2022-10-11', 3231, 6118, 1263, 14440, '3.0000', '1.7600', '1.7600', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6894, '2022-10-11', 2711, 6119, 1263, 13322, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6895, '2022-10-11', 2661, 6120, 1263, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '83.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6896, '2022-10-11', 2546, 6121, 1264, 3841, '1.0000', '10.6600', '10.6600', '14.2500', '14.2500', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6897, '2022-10-11', 2710, 6122, 1264, 14404, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6898, '2022-10-11', 2713, 6123, 1265, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6899, '2022-10-11', 3483, 6124, 1265, 10172, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6900, '2022-10-11', 2901, 6125, 1266, 14406, '1.0000', '14.7250', '14.7250', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 234, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6901, '2022-10-11', 2901, 6126, 1267, 14406, '1.0000', '14.7250', '14.7250', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 234, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6902, '2022-10-11', 3121, 6127, 1268, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6903, '2022-10-11', 3601, 6128, 1268, 14496, '1.0000', '1.5833', '1.5833', '2.0000', '2.0000', '22.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6904, '2022-10-11', 2485, 6129, 1269, 13324, '1.0000', '22.7742', '22.7742', '27.0000', '27.0000', '8.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6905, '2022-10-11', 3048, 6130, 1269, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6906, '2022-10-11', 2502, 6131, 1270, 13283, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6907, '2022-10-11', 3172, 6132, 1271, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6908, '2022-10-11', 2727, 6133, 1272, 10019, '2.0000', '13.6700', '13.6700', '40.0000', '40.0000', '13.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6909, '2022-10-11', 3306, 6134, 1273, 4601, '25.0000', '0.5100', '0.5100', '1.0000', '1.0000', '295.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6910, '2022-10-11', 3316, 6135, 1273, 4611, '1.0000', '19.0000', '19.0000', '26.0000', '26.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6911, '2022-10-11', 3583, 6136, 1273, 13340, '2.0000', '2.5000', '2.5000', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6912, '2022-10-11', 3330, 6137, 1273, 4625, '1.0000', '34.0000', '34.0000', '45.0000', '45.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6913, '2022-10-11', 3082, 6138, 1273, 4377, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6914, '2022-10-11', 2490, 6139, 1274, 3785, '2.0000', '0.6900', '0.6900', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6915, '2022-10-11', 2920, 6140, 1275, 14415, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6916, '2022-10-11', 2921, 6141, 1275, 13294, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6917, '2022-10-11', 2935, 6142, 1276, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6918, '2022-10-11', 2661, 6143, 1277, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '81.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6919, '2022-10-11', 2827, 6144, 1278, 13255, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '53.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6920, '2022-10-11', 2901, 6145, 1279, 14406, '1.0000', '14.7250', '14.7250', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 234, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6921, '2022-10-11', 3482, 6146, 1280, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6922, '2022-10-11', 2919, 6147, 1280, 10087, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6923, '2022-10-11', 3609, 6148, 1280, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '145.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6924, '2022-10-11', 3114, 6149, 1281, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6925, '2022-10-11', 3606, 6150, 1281, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '74.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6926, '2022-10-11', 2698, 6151, 1282, 5831, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6927, '2022-10-11', 3538, 6152, 1282, 4949, '2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6928, '2022-10-11', 2726, 6153, 1282, 5896, '5.0000', '10.5900', '10.5900', '25.0000', '25.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6929, '2022-10-11', 3233, 6154, 1282, 9915, '1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '15.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6930, '2022-10-11', 2818, 6155, 1282, 4113, '2.0000', '10.0400', '10.0400', '14.0000', '14.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6931, '2022-10-11', 2645, 6156, 1283, 14421, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6932, '2022-10-11', 3187, 6157, 1284, 5489, '2.0000', '0.0100', '0.0100', '1.2500', '1.2500', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6933, '2022-10-11', 3074, 6158, 1285, 9979, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6934, '2022-10-12', 3625, 6159, 1286, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '48.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6935, '2022-10-12', 3086, 6160, 1287, 13286, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6936, '2022-10-12', 2524, 6161, 1288, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6937, '2022-10-12', 3114, 6162, 1288, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6938, '2022-10-12', 2661, 6163, 1288, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '79.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6939, '2022-10-12', 3085, 6164, 1288, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6940, '2022-10-12', 3120, 6165, 1289, 14476, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6941, '2022-10-12', 2713, 6166, 1289, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6942, '2022-10-12', 3603, 6167, 1289, 14499, '2.0000', '2.2500', '2.2500', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6943, '2022-10-12', 3483, 6168, 1289, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6944, '2022-10-12', 2930, 6169, 1290, 14419, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6945, '2022-10-12', 3120, 6170, 1290, 14476, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6946, '2022-10-12', 3589, 6171, 1291, 13349, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6947, '2022-10-12', 2713, 6172, 1292, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6948, '2022-10-12', 2916, 6173, 1293, 5744, '1.0000', '34.1000', '34.1000', '52.0000', '52.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6949, '2022-10-12', 2965, 6174, 1294, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '46.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6950, '2022-10-12', 2818, 6175, 1295, 4113, '1.0000', '10.0400', '10.0400', '14.0000', '14.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6951, '2022-10-12', 2712, 6176, 1296, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6952, '2022-10-12', 2524, 6177, 1297, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6953, '2022-10-12', 3553, 6178, 1298, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6954, '2022-10-12', 2864, 6179, 1298, 13309, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6955, '2022-10-12', 3120, 6180, 1298, 14476, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6956, '2022-10-12', 3603, 6181, 1298, 14499, '1.0000', '2.2500', '2.2500', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6957, '2022-10-12', 2713, 6182, 1299, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6958, '2022-10-12', 3560, 6183, 1300, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '94.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6959, '2022-10-12', 2645, 6184, 1301, 14421, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6960, '2022-10-12', 2645, 6185, 1302, 14421, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 239, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6961, '2022-10-12', 2927, 6186, 1303, 5388, '10.0000', '1.5000', '1.5000', '2.0000', '2.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6962, '2022-10-12', 2919, 6187, 1303, 10087, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6963, '2022-10-12', 2919, 6187, 1303, 10583, '-1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6964, '2022-10-12', 2919, 6187, 1303, 11553, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6965, '2022-10-12', 2919, 6187, 1303, 12523, '-1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6966, '2022-10-12', 2919, 6187, 1303, 14416, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6967, '2022-10-12', 2923, 6188, 1303, 5386, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6968, '2022-10-12', 2923, 6188, 1303, 6347, '-6.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6969, '2022-10-12', 2923, 6188, 1303, 7310, '-5.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6970, '2022-10-12', 2923, 6188, 1303, 8271, '5.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6971, '2022-10-12', 2923, 6188, 1303, 9232, '-47.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6972, '2022-10-12', 2923, 6188, 1303, 9929, '15.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6973, '2022-10-12', 2923, 6188, 1303, 10089, '30.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6974, '2022-10-12', 2923, 6188, 1303, 10576, '-2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6975, '2022-10-12', 2923, 6188, 1303, 11546, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6976, '2022-10-12', 2923, 6188, 1303, 12516, '-2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6977, '2022-10-12', 2923, 6188, 1303, 13296, '13.0000', '3.0000', '3.0000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6978, '2022-10-12', 2936, 6189, 1303, 13299, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6979, '2022-10-12', 2926, 6190, 1303, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6980, '2022-10-12', 3187, 6191, 1303, 5489, '3.0000', '0.0100', '0.0100', '1.2500', '1.2500', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6981, '2022-10-12', 2713, 6192, 1303, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6982, '2022-10-12', 2645, 6193, 1304, 14520, '6.0000', '7.8333', '7.8333', '12.0000', '12.0000', '66.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6983, '2022-10-12', 2711, 6194, 1304, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6984, '2022-10-12', 2661, 6195, 1305, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '77.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6985, '2022-10-12', 3542, 6196, 1306, 4953, '1.0000', '45.6000', '45.6000', '61.0000', '61.0000', '5.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6986, '2022-10-12', 2565, 6197, 1306, 3860, '1.0000', '19.8200', '19.8200', '26.0000', '26.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6987, '2022-10-12', 3311, 6198, 1306, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6988, '2022-10-12', 3047, 6199, 1306, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '36.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6989, '2022-10-12', 3311, 6200, 1307, 13311, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6990, '2022-10-12', 3606, 6201, 1307, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6991, '2022-10-12', 3172, 6202, 1308, 13306, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6992, '2022-10-12', 3048, 6203, 1308, 13337, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6993, '2022-10-12', 3311, 6204, 1308, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6994, '2022-10-12', 2879, 6205, 1308, 13305, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6995, '2022-10-12', 3047, 6206, 1308, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '35.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6996, '2022-10-12', 2645, 6207, 1309, 14520, '2.0000', '7.8333', '7.8333', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6997, '2022-10-12', 3017, 6208, 1310, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6998, '2022-10-12', 2646, 6209, 1310, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (6999, '2022-10-12', 2645, 6210, 1310, 14520, '1.0000', '7.8333', '7.8333', '12.0000', '12.0000', '63.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7000, '2022-10-13', 3606, 6211, 1311, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7001, '2022-10-13', 3074, 6212, 1311, 10644, '-1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7002, '2022-10-13', 3074, 6212, 1311, 11614, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7003, '2022-10-13', 3074, 6212, 1311, 12584, '-1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7004, '2022-10-13', 3074, 6212, 1311, 13847, '-4.0000', '2.0496', '2.0496', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7005, '2022-10-13', 3074, 6212, 1311, 14408, '6.0000', '2.0496', '2.0496', '3.0000', '3.0000', '42.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7006, '2022-10-13', 3048, 6213, 1311, 13337, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7007, '2022-10-13', 3120, 6214, 1311, 14476, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7008, '2022-10-13', 3120, 6215, 1312, 14476, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7009, '2022-10-13', 3256, 6216, 1312, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7010, '2022-10-13', 3231, 6217, 1312, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7011, '2022-10-13', 3048, 6218, 1312, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7012, '2022-10-13', 3120, 6219, 1313, 14476, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7013, '2022-10-13', 3606, 6220, 1313, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7014, '2022-10-13', 3085, 6221, 1313, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '31.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7015, '2022-10-13', 2661, 6222, 1313, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '75.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7016, '2022-10-13', 3483, 6223, 1313, 10172, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7017, '2022-10-13', 3120, 6224, 1314, 14476, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7018, '2022-10-13', 3048, 6225, 1314, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7019, '2022-10-13', 3086, 6226, 1314, 13286, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7020, '2022-10-13', 3047, 6227, 1314, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7021, '2022-10-13', 3483, 6228, 1314, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7022, '2022-10-13', 3606, 6229, 1314, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7023, '2022-10-13', 2791, 6230, 1315, 9976, '1.0000', '2.9700', '2.9700', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 110, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7024, '2022-10-13', 3638, 6231, 1316, 14562, '2.0000', '9.2900', '9.2900', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7025, '2022-10-13', 3483, 6232, 1317, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '61.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7026, '2022-10-13', 3607, 6233, 1317, 14503, '1.0000', '1.6667', '1.6667', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7027, '2022-10-13', 2713, 6234, 1317, 14442, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7028, '2022-10-13', 3172, 6235, 1317, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7029, '2022-10-13', 2508, 6236, 1318, 13280, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7030, '2022-10-13', 2905, 6237, 1319, 4897, '1.0000', '4.2400', '4.2400', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7031, '2022-10-13', 3613, 6238, 1320, 14510, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7032, '2022-10-13', 2952, 6239, 1321, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7033, '2022-10-13', 2807, 6240, 1322, 4102, '1.0000', '20.1400', '20.1400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7034, '2022-10-13', 2930, 6241, 1323, 14419, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7035, '2022-10-13', 2552, 6242, 1324, 4891, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7036, '2022-10-13', 2661, 6243, 1324, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '73.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7037, '2022-10-13', 2645, 6244, 1325, 14520, '4.0000', '7.8333', '7.8333', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7038, '2022-10-13', 2645, 6245, 1326, 14520, '3.0000', '7.8333', '7.8333', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7039, '2022-10-13', 2552, 6246, 1326, 4891, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7040, '2022-10-13', 2711, 6247, 1327, 13322, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7041, '2022-10-13', 3172, 6248, 1327, 13306, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7042, '2022-10-13', 3048, 6249, 1327, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7043, '2022-10-13', 3347, 6250, 1328, 4642, '1.0000', '9.7600', '9.7600', '25.0000', '25.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7044, '2022-10-13', 2726, 6251, 1328, 5896, '1.0000', '10.5900', '10.5900', '25.0000', '25.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7045, '2022-10-13', 3246, 6252, 1328, 4541, '2.0000', '2.7900', '2.7900', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7046, '2022-10-13', 3121, 6253, 1329, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7047, '2022-10-13', 3610, 6254, 1329, 14507, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7048, '2022-10-13', 2645, 6255, 1330, 14520, '4.0000', '7.8333', '7.8333', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7049, '2022-10-13', 2926, 6256, 1331, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7050, '2022-10-13', 3583, 6257, 1332, 13340, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7051, '2022-10-13', 2671, 6258, 1332, 3966, '1.0000', '16.9700', '16.9700', '23.0000', '23.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7052, '2022-10-13', 2749, 6259, 1332, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '55.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7053, '2022-10-13', 3082, 6260, 1332, 4377, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7054, '2022-10-13', 3601, 6261, 1332, 14496, '1.0000', '1.5833', '1.5833', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7055, '2022-10-13', 2699, 6262, 1333, 3994, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7056, '2022-10-13', 2508, 6263, 1333, 14452, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7057, '2022-10-13', 3264, 6264, 1333, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '77.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7058, '2022-10-13', 3142, 6265, 1333, 4437, '1.0000', '8.3900', '8.3900', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7059, '2022-10-13', 2760, 6266, 1333, 4055, '1.0000', '11.5700', '11.5700', '23.0000', '23.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7060, '2022-10-13', 2726, 6267, 1333, 5896, '4.0000', '10.5900', '10.5900', '25.0000', '25.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7061, '2022-10-13', 3118, 6268, 1333, 4413, '1.0000', '18.0700', '18.0700', '24.0000', '24.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7062, '2022-10-13', 3022, 6269, 1333, 4317, '1.0000', '62.0600', '62.0600', '82.0000', '82.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7063, '2022-10-13', 3581, 6270, 1333, 13338, '1.0000', '26.0000', '26.0000', '35.0000', '35.0000', '5.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7064, '2022-10-13', 3519, 6271, 1333, 4925, '2.0000', '25.5000', '25.5000', '34.0000', '34.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7065, '2022-10-13', 3074, 6272, 1334, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '41.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7066, '2022-10-13', 2927, 6273, 1335, 5388, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7067, '2022-10-13', 3592, 6274, 1335, 14417, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7068, '2022-10-13', 2645, 6275, 1336, 14520, '2.0000', '7.8333', '7.8333', '12.0000', '12.0000', '50.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7069, '2022-10-13', 2645, 6276, 1337, 14520, '1.0000', '7.8333', '7.8333', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7070, '2022-10-13', 2647, 6277, 1337, 14447, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7071, '2022-10-13', 3047, 6278, 1337, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7072, '2022-10-13', 3047, 6279, 1338, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7073, '2022-10-13', 2661, 6280, 1339, 13363, '4.0000', '0.2547', '0.2547', '0.5000', '0.5000', '69.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7074, '2022-10-13', 2645, 6281, 1339, 14520, '4.0000', '7.8333', '7.8333', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7075, '2022-10-13', 2647, 6282, 1339, 14447, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7076, '2022-10-13', 2713, 6283, 1340, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7077, '2022-10-13', 3060, 6284, 1340, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7078, '2022-10-13', 2645, 6285, 1341, 14520, '3.0000', '7.8333', '7.8333', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7079, '2022-10-13', 2647, 6286, 1341, 14447, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7080, '2022-10-14', 2698, 6287, 1342, 5831, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7081, '2022-10-14', 2608, 6288, 1343, 13369, '1.0000', '36.0000', '36.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 223, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7082, '2022-10-14', 3622, 6289, 1343, 14538, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7083, '2022-10-14', 3172, 6290, 1344, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7084, '2022-10-14', 3230, 6291, 1344, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7085, '2022-10-14', 2901, 6292, 1345, 14491, '1.0000', '14.3519', '14.3519', '18.0000', '18.0000', '17.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7086, '2022-10-14', 3063, 6293, 1345, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7087, '2022-10-14', 2921, 6294, 1346, 13294, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7088, '2022-10-14', 2901, 6295, 1347, 14491, '1.0000', '14.3519', '14.3519', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7089, '2022-10-14', 3553, 6296, 1347, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7090, '2022-10-14', 3120, 6297, 1348, 14476, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7091, '2022-10-14', 2710, 6298, 1349, 14404, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7092, '2022-10-14', 3606, 6299, 1350, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '69.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7093, '2022-10-14', 3085, 6300, 1350, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '30.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7094, '2022-10-14', 2500, 6301, 1351, 13202, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7095, '2022-10-14', 2661, 6302, 1351, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '67.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7096, '2022-10-14', 3483, 6303, 1351, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7097, '2022-10-14', 3114, 6304, 1351, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7098, '2022-10-14', 2524, 6305, 1351, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7099, '2022-10-14', 3604, 6306, 1351, 14500, '2.0000', '1.5000', '1.5000', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7100, '2022-10-14', 3120, 6307, 1352, 14476, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7101, '2022-10-14', 2534, 6308, 1352, 14435, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7102, '2022-10-14', 3606, 6309, 1352, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7103, '2022-10-14', 2534, 6310, 1353, 14435, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7104, '2022-10-14', 2713, 6311, 1353, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7105, '2022-10-14', 3625, 6312, 1354, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '46.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7106, '2022-10-14', 3047, 6313, 1354, 13264, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7107, '2022-10-14', 3085, 6314, 1354, 5126, '2.0000', '4.0000', '4.0000', '5.0000', '5.0000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7108, '2022-10-14', 3120, 6315, 1355, 14476, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7109, '2022-10-14', 3311, 6316, 1355, 13311, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7110, '2022-10-14', 3061, 6317, 1355, 13383, '1.0000', '3.8354', '3.8354', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7111, '2022-10-14', 2534, 6318, 1355, 14435, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7112, '2022-10-14', 3048, 6319, 1355, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7113, '2022-10-14', 2879, 6320, 1355, 13305, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7114, '2022-10-14', 2790, 6321, 1356, 14438, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '20.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7115, '2022-10-14', 2712, 6322, 1356, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7116, '2022-10-14', 2713, 6323, 1356, 14521, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7117, '2022-10-14', 3048, 6324, 1356, 13337, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '60.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7118, '2022-10-14', 2789, 6325, 1356, 6312, '-8.0000', '8.4200', '8.4200', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7119, '2022-10-14', 2789, 6325, 1356, 9839, '6.0000', '8.8400', '8.8400', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 75, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7120, '2022-10-14', 2789, 6325, 1356, 10197, '3.0000', '9.1000', '9.1000', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 160, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7121, '2022-10-14', 2645, 6326, 1357, 14520, '1.0000', '7.8333', '7.8333', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7122, '2022-10-14', 2930, 6327, 1357, 14419, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7123, '2022-10-14', 2921, 6328, 1357, 13294, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7124, '2022-10-14', 3547, 6329, 1358, 13266, '1.0000', '0.4390', '0.4390', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7125, '2022-10-14', 2901, 6330, 1359, 14491, '4.0000', '14.3519', '14.3519', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7126, '2022-10-14', 2935, 6331, 1359, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7127, '2022-10-14', 3063, 6332, 1360, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7128, '2022-10-14', 2699, 6333, 1361, 3994, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7129, '2022-10-14', 2699, 6333, 1361, 14567, '7.0000', '6.6000', '6.6000', '8.0000', '8.0000', '93.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7130, '2022-10-14', 2606, 6334, 1361, 6365, '-10.0000', '30.9400', '30.9400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7131, '2022-10-14', 2606, 6334, 1361, 7328, '-7.0000', '30.9400', '30.9400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7132, '2022-10-14', 2606, 6334, 1361, 8289, '7.0000', '30.9400', '30.9400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7133, '2022-10-14', 2606, 6334, 1361, 9250, '-7.0000', '30.9400', '30.9400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7134, '2022-10-14', 2606, 6334, 1361, 9995, '5.0000', '31.8600', '31.8600', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 116, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7135, '2022-10-14', 2606, 6334, 1361, 13327, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 212, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7136, '2022-10-14', 2606, 6334, 1361, 13368, '10.0000', '25.5000', '25.5000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 223, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7137, '2022-10-14', 2606, 6334, 1361, 14431, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 242, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7138, '2022-10-14', 2608, 6335, 1361, 14432, '3.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 242, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7139, '2022-10-14', 2698, 6336, 1361, 5831, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7140, '2022-10-14', 3233, 6337, 1361, 9915, '2.0000', '26.4000', '26.4000', '40.0000', '40.0000', '13.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7141, '2022-10-14', 2726, 6338, 1361, 4021, '1.0000', '15.1900', '15.1900', '25.0000', '25.0000', '30.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7142, '2022-10-14', 3264, 6339, 1361, 10021, '3.0000', '13.0300', '13.0300', '23.0000', '23.0000', '74.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7143, '2022-10-14', 3583, 6340, 1361, 13340, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7144, '2022-10-14', 2682, 6341, 1361, 3977, '1.0000', '9.6700', '9.6700', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7145, '2022-10-14', 2697, 6342, 1361, 3992, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7146, '2022-10-14', 3182, 6343, 1362, 5452, '1.0000', '7.7925', '7.7925', '11.0000', '11.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7147, '2022-10-14', 2864, 6344, 1362, 13309, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7148, '2022-10-14', 3172, 6345, 1362, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7149, '2022-10-14', 2502, 6346, 1362, 13283, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7150, '2022-10-14', 2827, 6347, 1362, 13255, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '47.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7151, '2022-10-14', 3120, 6348, 1363, 14476, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7152, '2022-10-14', 3311, 6349, 1363, 13311, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7153, '2022-10-14', 3483, 6350, 1364, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '57.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7154, '2022-10-14', 3230, 6351, 1365, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7155, '2022-10-14', 3172, 6352, 1366, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7156, '2022-10-14', 3311, 6353, 1366, 13311, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7157, '2022-10-14', 3048, 6354, 1367, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7158, '2022-10-14', 3482, 6355, 1367, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7159, '2022-10-14', 3017, 6356, 1368, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7160, '2022-10-14', 2864, 6357, 1368, 13309, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7161, '2022-10-14', 2645, 6358, 1369, 14520, '4.0000', '7.8333', '7.8333', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7162, '2022-10-14', 2645, 6359, 1370, 14520, '1.0000', '7.8333', '7.8333', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7163, '2022-10-14', 2645, 6360, 1371, 14520, '1.0000', '7.8333', '7.8333', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7164, '2022-10-14', 3096, 6361, 1372, 4391, '1.0000', '24.3300', '24.3300', '31.0000', '31.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7165, '2022-10-14', 2645, 6362, 1373, 14520, '5.0000', '7.8333', '7.8333', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7166, '2022-10-14', 2864, 6363, 1373, 13309, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7167, '2022-10-14', 3483, 6364, 1374, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7168, '2022-10-14', 2645, 6365, 1375, 14520, '2.0000', '7.8333', '7.8333', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7169, '2022-10-14', 2653, 6366, 1376, 13380, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7170, '2022-10-14', 2517, 6367, 1377, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7171, '2022-10-14', 3603, 6368, 1377, 14499, '2.0000', '2.2500', '2.2500', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7172, '2022-10-14', 2645, 6369, 1377, 14520, '2.0000', '7.8333', '7.8333', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7173, '2022-10-14', 2653, 6370, 1378, 13380, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7174, '2022-10-14', 2508, 6371, 1379, 14452, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7175, '2022-10-14', 3187, 6372, 1379, 5489, '1.0000', '0.0100', '0.0100', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7176, '2022-10-14', 3187, 6372, 1379, 7413, '-8.0000', '0.0100', '0.0100', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7177, '2022-10-14', 3187, 6372, 1379, 8374, '8.0000', '0.0100', '0.0100', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7178, '2022-10-14', 3187, 6372, 1379, 9335, '-48.0000', '0.0100', '0.0100', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7179, '2022-10-14', 3187, 6372, 1379, 9974, '28.0000', '0.6793', '0.6793', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 109, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7180, '2022-10-14', 3187, 6372, 1379, 10122, '23.0000', '0.6793', '0.6793', '1.2500', '1.2500', '33.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7181, '2022-10-14', 2653, 6373, 1380, 13380, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7182, '2022-10-14', 2952, 6374, 1380, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '53.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7183, '2022-10-14', 2645, 6375, 1381, 14520, '2.0000', '7.8333', '7.8333', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7184, '2022-10-15', 3230, 6376, 1382, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7185, '2022-10-15', 3074, 6377, 1382, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '40.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7186, '2022-10-15', 2789, 6378, 1383, 10197, '2.0000', '9.1000', '9.1000', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 160, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7187, '2022-10-15', 3172, 6379, 1383, 13306, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7188, '2022-10-15', 3600, 6380, 1383, 14494, '1.0000', '2.2917', '2.2917', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7189, '2022-10-15', 3166, 6381, 1383, 14409, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7190, '2022-10-15', 3343, 6382, 1383, 9210, '-3.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7191, '2022-10-15', 3343, 6382, 1383, 9845, '2.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 77, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7192, '2022-10-15', 3343, 6382, 1383, 10071, '2.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 129, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7193, '2022-10-15', 2711, 6383, 1383, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7194, '2022-10-15', 2699, 6384, 1384, 14567, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '92.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7195, '2022-10-15', 2868, 6385, 1385, 4163, '1.0000', '37.5900', '37.5900', '50.0000', '50.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7196, '2022-10-15', 3074, 6386, 1386, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '39.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7197, '2022-10-15', 2661, 6387, 1386, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '65.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7198, '2022-10-15', 3246, 6388, 1387, 4541, '1.0000', '2.7900', '2.7900', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7199, '2022-10-15', 2645, 6389, 1388, 14520, '3.0000', '7.8333', '7.8333', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7200, '2022-10-15', 2645, 6390, 1389, 14520, '2.0000', '7.8333', '7.8333', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7201, '2022-10-15', 3172, 6391, 1390, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7202, '2022-10-15', 2724, 6392, 1391, 4019, '2.0000', '1.1900', '1.1900', '2.0000', '2.0000', '46.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7203, '2022-10-15', 2749, 6393, 1391, 4044, '5.0000', '0.6900', '0.6900', '2.5000', '2.5000', '50.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7204, '2022-10-15', 3311, 6394, 1392, 13311, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7205, '2022-10-15', 2712, 6395, 1392, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7206, '2022-10-15', 3165, 6396, 1392, 14410, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7207, '2022-10-15', 2661, 6397, 1393, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '63.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7208, '2022-10-15', 2930, 6398, 1394, 14419, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7209, '2022-10-15', 2923, 6399, 1394, 13296, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7210, '2022-10-15', 2926, 6400, 1394, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7211, '2022-10-15', 2711, 6401, 1395, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7212, '2022-10-15', 2952, 6402, 1395, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7213, '2022-10-15', 2642, 6403, 1396, 14433, '3.0000', '6.2500', '6.2500', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7214, '2022-10-15', 2713, 6404, 1396, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7215, '2022-10-15', 3483, 6405, 1396, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7216, '2022-10-15', 2935, 6406, 1397, 13302, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7217, '2022-10-15', 2649, 6407, 1398, 13285, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7218, '2022-10-15', 2661, 6408, 1399, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '61.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7219, '2022-10-15', 2517, 6409, 1400, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7220, '2022-10-15', 3017, 6410, 1400, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7221, '2022-10-15', 2952, 6411, 1400, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7222, '2022-10-15', 2919, 6412, 1401, 14416, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7223, '2022-10-15', 3061, 6413, 1402, 13383, '3.0000', '3.8354', '3.8354', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7224, '2022-10-15', 3048, 6414, 1402, 13337, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7225, '2022-10-15', 3583, 6415, 1403, 13340, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7226, '2022-10-15', 2719, 6416, 1404, 4850, '1.0000', '0.9900', '0.9900', '2.0000', '2.0000', '80.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7227, '2022-10-15', 2749, 6417, 1404, 4044, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '48.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7228, '2022-10-15', 3133, 6418, 1404, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7229, '2022-10-15', 2700, 6419, 1405, 3995, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '56.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7230, '2022-10-15', 2582, 6420, 1406, 5014, '1.0000', '7.5300', '7.5300', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7231, '2022-10-15', 2716, 6421, 1406, 4011, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7232, '2022-10-15', 2927, 6422, 1406, 5388, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7233, '2022-10-15', 2686, 6423, 1407, 3981, '1.0000', '6.3000', '6.3000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7234, '2022-10-15', 3114, 6424, 1407, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7235, '2022-10-15', 2534, 6425, 1407, 14435, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7236, '2022-10-15', 2713, 6426, 1407, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7237, '2022-10-15', 2936, 6427, 1408, 13299, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7238, '2022-10-15', 2713, 6428, 1409, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7239, '2022-10-15', 3231, 6429, 1409, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7240, '2022-10-15', 3074, 6430, 1410, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '38.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7241, '2022-10-15', 2902, 6431, 1411, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7242, '2022-10-15', 3120, 6432, 1411, 14476, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7243, '2022-10-15', 3172, 6433, 1411, 13306, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7244, '2022-10-15', 2901, 6434, 1412, 14491, '1.0000', '14.3519', '14.3519', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7245, '2022-10-15', 2935, 6435, 1412, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7246, '2022-10-15', 2653, 6436, 1413, 13380, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7247, '2022-10-15', 2950, 6437, 1414, 13328, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7248, '2022-10-15', 3560, 6438, 1414, 14495, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '92.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7249, '2022-10-15', 2502, 6439, 1415, 13283, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7250, '2022-10-15', 3114, 6440, 1416, 13323, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7251, '2022-10-15', 3314, 6441, 1417, 4807, '3.0000', '0.5400', '0.5400', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7252, '2022-10-15', 2653, 6442, 1418, 13380, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7253, '2022-10-15', 2649, 6443, 1419, 13285, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7254, '2022-10-15', 2653, 6444, 1420, 13380, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7255, '2022-10-15', 2645, 6445, 1420, 14520, '2.0000', '7.8333', '7.8333', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7256, '2022-10-15', 2645, 6446, 1421, 14520, '1.0000', '7.8333', '7.8333', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7257, '2022-10-15', 2649, 6447, 1422, 13285, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7258, '2022-10-15', 3601, 6448, 1422, 14496, '2.0000', '1.5833', '1.5833', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7259, '2022-10-15', 2678, 6449, 1423, 3973, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7260, '2022-10-15', 2645, 6450, 1423, 14520, '1.0000', '7.8333', '7.8333', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7261, '2022-10-15', 3608, 6451, 1424, 14504, '3.0000', '0.5000', '0.5000', '1.0000', '1.0000', '77.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7262, '2022-10-15', 2711, 6452, 1425, 13322, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7263, '2022-10-15', 2711, 6452, 1425, 13834, '-4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7264, '2022-10-15', 2711, 6452, 1425, 14402, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7265, '2022-10-15', 3560, 6453, 1425, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '91.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7266, '2022-10-15', 2645, 6454, 1425, 14520, '1.0000', '7.8333', '7.8333', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7267, '2022-10-15', 2646, 6455, 1426, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7268, '2022-10-15', 2645, 6456, 1426, 14520, '1.0000', '7.8333', '7.8333', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7269, '2022-10-15', 2822, 6457, 1426, 13272, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7270, '2022-10-16', 3230, 6458, 1427, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7271, '2022-10-16', 2591, 6459, 1427, 3886, '3.0000', '5.1700', '5.1700', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7272, '2022-10-16', 2699, 6460, 1427, 14567, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '91.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7273, '2022-10-16', 2653, 6461, 1428, 13380, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7274, '2022-10-16', 3061, 6462, 1428, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7275, '2022-10-16', 3314, 6463, 1429, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7276, '2022-10-16', 3085, 6464, 1430, 5126, '3.0000', '4.0000', '4.0000', '5.0000', '5.0000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7277, '2022-10-16', 3483, 6465, 1430, 10172, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7278, '2022-10-16', 3483, 6466, 1431, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7279, '2022-10-16', 2894, 6467, 1432, 4997, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7280, '2022-10-16', 3483, 6468, 1432, 10172, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7281, '2022-10-16', 2901, 6469, 1433, 14491, '1.0000', '14.3519', '14.3519', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7282, '2022-10-16', 2645, 6470, 1433, 14520, '2.0000', '7.8333', '7.8333', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7283, '2022-10-16', 2708, 6471, 1434, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7284, '2022-10-16', 3620, 6472, 1435, 14534, '2.0000', '1.4166', '1.4166', '2.0000', '2.0000', '58.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7285, '2022-10-16', 2924, 6473, 1436, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7286, '2022-10-16', 2935, 6474, 1436, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7287, '2022-10-16', 3606, 6475, 1437, 14502, '3.0000', '1.0000', '1.0000', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7288, '2022-10-16', 2712, 6476, 1437, 14443, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7289, '2022-10-16', 3483, 6477, 1437, 10172, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7290, '2022-10-16', 3187, 6478, 1437, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '31.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7291, '2022-10-16', 2713, 6479, 1437, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7292, '2022-10-16', 2645, 6480, 1437, 14520, '2.0000', '7.8333', '7.8333', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7293, '2022-10-16', 3231, 6481, 1438, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7294, '2022-10-16', 3230, 6482, 1438, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7295, '2022-10-16', 3085, 6483, 1438, 5126, '2.0000', '4.0000', '4.0000', '5.0000', '5.0000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7296, '2022-10-16', 3172, 6484, 1438, 13306, '3.0000', '3.6000', '3.6000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7297, '2022-10-16', 2712, 6485, 1438, 14522, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7298, '2022-10-16', 2881, 6486, 1439, 13254, '5.0000', '1.0000', '1.0000', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7299, '2022-10-16', 3594, 6487, 1439, 14460, '6.0000', '0.7250', '0.7250', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7300, '2022-10-16', 2950, 6488, 1439, 13328, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7301, '2022-10-16', 3602, 6489, 1439, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '88.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7302, '2022-10-16', 3612, 6490, 1439, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7303, '2022-10-16', 2713, 6491, 1439, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7304, '2022-10-16', 3120, 6492, 1440, 14476, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7305, '2022-10-16', 3120, 6492, 1440, 14514, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7306, '2022-10-16', 3074, 6493, 1440, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '37.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7307, '2022-10-16', 3060, 6494, 1440, 14414, '2.0000', '6.2500', '6.2500', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7308, '2022-10-16', 2653, 6495, 1440, 13380, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7309, '2022-10-16', 2659, 6496, 1440, 4791, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7310, '2022-10-16', 2881, 6497, 1440, 13254, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7311, '2022-10-16', 2502, 6498, 1441, 13283, '2.0000', '2.0800', '2.0800', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7312, '2022-10-16', 2485, 6499, 1442, 13324, '1.0000', '22.7742', '22.7742', '27.0000', '27.0000', '7.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7313, '2022-10-16', 2902, 6500, 1443, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7314, '2022-10-16', 2534, 6501, 1444, 14481, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7315, '2022-10-16', 3483, 6502, 1444, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7316, '2022-10-16', 3482, 6503, 1444, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7317, '2022-10-16', 2881, 6504, 1444, 13254, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7318, '2022-10-16', 3120, 6505, 1444, 14514, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7319, '2022-10-16', 2790, 6506, 1444, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '19.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7320, '2022-10-16', 2879, 6507, 1444, 13305, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7321, '2022-10-16', 3606, 6508, 1445, 14502, '4.0000', '1.0000', '1.0000', '1.5000', '1.5000', '61.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7322, '2022-10-16', 2653, 6509, 1445, 13380, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7323, '2022-10-16', 2873, 6510, 1445, 4957, '1.0000', '2.6300', '2.6300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7324, '2022-10-16', 3120, 6511, 1445, 14514, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7325, '2022-10-16', 3048, 6512, 1446, 13337, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7326, '2022-10-16', 3482, 6513, 1446, 4878, '3.0000', '1.2500', '1.2500', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7327, '2022-10-16', 2952, 6514, 1446, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7328, '2022-10-16', 3172, 6515, 1446, 14173, '-4.0000', '3.6000', '3.6000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7329, '2022-10-16', 3172, 6515, 1446, 14391, '6.0000', '3.3428', '3.3428', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7330, '2022-10-16', 2923, 6516, 1446, 13296, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7331, '2022-10-16', 2935, 6517, 1446, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '29.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7332, '2022-10-16', 2645, 6518, 1446, 14520, '3.0000', '7.8333', '7.8333', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7333, '2022-10-16', 2918, 6519, 1446, 13213, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '26.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7334, '2022-10-16', 3483, 6520, 1447, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7335, '2022-10-16', 3482, 6521, 1447, 4878, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 58, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7336, '2022-10-16', 3048, 6522, 1447, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7337, '2022-10-16', 2920, 6523, 1448, 14415, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '3.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7338, '2022-10-16', 2923, 6524, 1448, 13772, '-4.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7339, '2022-10-16', 2923, 6524, 1448, 14455, '6.0000', '3.0000', '3.0000', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7340, '2022-10-16', 2936, 6525, 1448, 13299, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7341, '2022-10-16', 2950, 6526, 1449, 13328, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7342, '2022-10-16', 3612, 6527, 1449, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7343, '2022-10-16', 2967, 6528, 1450, 4262, '1.0000', '2.4500', '2.4500', '4.5000', '4.5000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7344, '2022-10-16', 3612, 6529, 1451, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7345, '2022-10-16', 3612, 6530, 1452, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7346, '2022-10-16', 2712, 6531, 1453, 14522, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7347, '2022-10-16', 3172, 6532, 1454, 14391, '2.0000', '3.3428', '3.3428', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7348, '2022-10-16', 2921, 6533, 1454, 13294, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7349, '2022-10-16', 2927, 6534, 1454, 6349, '-16.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7350, '2022-10-16', 2927, 6534, 1454, 7312, '-59.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7351, '2022-10-16', 2927, 6534, 1454, 8273, '59.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7352, '2022-10-16', 2927, 6534, 1454, 9234, '-90.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7353, '2022-10-16', 2927, 6534, 1454, 9930, '48.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7354, '2022-10-16', 2927, 6534, 1454, 10157, '48.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 150, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7355, '2022-10-16', 2927, 6534, 1454, 10578, '-5.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7356, '2022-10-16', 2927, 6534, 1454, 11548, '5.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7357, '2022-10-16', 2927, 6534, 1454, 12518, '-5.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7358, '2022-10-16', 2927, 6534, 1454, 13774, '-3.0000', '1.5000', '1.5000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7359, '2022-10-16', 2927, 6534, 1454, 14418, '20.0000', '1.5000', '1.5000', '2.0000', '2.0000', '28.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7360, '2022-10-16', 2879, 6535, 1455, 13305, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7361, '2022-10-16', 3172, 6536, 1455, 14391, '2.0000', '3.3428', '3.3428', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7362, '2022-10-16', 3311, 6537, 1455, 13311, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7363, '2022-10-16', 3048, 6538, 1455, 13337, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7364, '2022-10-16', 2952, 6539, 1456, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7365, '2022-10-16', 3059, 6540, 1457, 14429, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7366, '2022-10-16', 2646, 6541, 1458, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7367, '2022-10-16', 2935, 6542, 1459, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7368, '2022-10-16', 3074, 6543, 1460, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '36.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7369, '2022-10-16', 3230, 6544, 1461, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7370, '2022-10-16', 2645, 6545, 1462, 14520, '1.0000', '7.8333', '7.8333', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7371, '2022-10-16', 3048, 6546, 1462, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7372, '2022-10-16', 2644, 6547, 1463, 13274, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7373, '2022-10-16', 3048, 6548, 1464, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7374, '2022-10-16', 2645, 6549, 1465, 14520, '5.0000', '7.8333', '7.8333', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 259, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7375, '2022-10-16', 3017, 6550, 1465, 14473, '2.0000', '4.3800', '4.3800', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7376, '2022-10-16', 2952, 6551, 1465, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7377, '2022-10-16', 3084, 6552, 1465, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7378, '2022-10-16', 3608, 6553, 1465, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '76.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7379, '2022-10-17', 2653, 6554, 1466, 13380, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7380, '2022-10-17', 3230, 6555, 1467, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7381, '2022-10-17', 2690, 6556, 1468, 3985, '2.0000', '42.9000', '42.9000', '57.0000', '57.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7382, '2022-10-17', 3538, 6557, 1468, 4949, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7383, '2022-10-17', 3538, 6557, 1468, 5270, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7384, '2022-10-17', 2725, 6558, 1468, 10018, '3.0000', '3.8700', '3.8700', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7385, '2022-10-17', 3262, 6559, 1468, 5939, '3.0000', '6.1300', '6.1300', '10.0000', '10.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7386, '2022-10-17', 2719, 6560, 1468, 4850, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '77.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7387, '2022-10-17', 3236, 6561, 1468, 4531, '1.0000', '148.9000', '148.9000', '175.0000', '175.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7388, '2022-10-17', 2756, 6562, 1468, 5905, '2.0000', '0.8900', '0.8900', '2.5000', '2.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7389, '2022-10-17', 3264, 6563, 1468, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '73.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7390, '2022-10-17', 2726, 6564, 1468, 4021, '2.0000', '15.1900', '15.1900', '25.0000', '25.0000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7391, '2022-10-17', 3311, 6565, 1468, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7392, '2022-10-17', 3120, 6566, 1469, 14514, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7393, '2022-10-17', 2712, 6567, 1469, 14522, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7394, '2022-10-17', 2822, 6568, 1469, 13272, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7395, '2022-10-17', 3311, 6569, 1469, 13311, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7396, '2022-10-17', 2661, 6570, 1469, 13363, '4.0000', '0.2547', '0.2547', '0.5000', '0.5000', '57.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7397, '2022-10-17', 2713, 6571, 1469, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7398, '2022-10-17', 2801, 6572, 1470, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '19.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7399, '2022-10-17', 2893, 6573, 1471, 5664, '3.0000', '1.0500', '1.0500', '2.5000', '2.5000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7400, '2022-10-17', 2661, 6574, 1471, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '55.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7401, '2022-10-17', 2790, 6575, 1471, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '18.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7402, '2022-10-17', 2712, 6576, 1471, 14522, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7403, '2022-10-17', 3120, 6577, 1471, 14514, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7404, '2022-10-17', 2653, 6578, 1472, 13380, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7405, '2022-10-17', 3120, 6579, 1472, 14514, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7406, '2022-10-17', 2893, 6580, 1472, 5664, '2.0000', '1.0500', '1.0500', '2.5000', '2.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7407, '2022-10-17', 2713, 6581, 1472, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7408, '2022-10-17', 3632, 6582, 1473, 14556, '5.0000', '0.1766', '0.1766', '0.5000', '0.5000', '98.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7409, '2022-10-17', 3187, 6583, 1473, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '29.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7410, '2022-10-17', 2950, 6584, 1473, 14423, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7411, '2022-10-17', 2710, 6585, 1473, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7412, '2022-10-17', 3048, 6586, 1473, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7413, '2022-10-17', 3175, 6587, 1473, 4470, '1.0000', '6.4000', '6.4000', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7414, '2022-10-17', 2650, 6588, 1474, 10053, '2.0000', '4.1667', '4.1667', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 126, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7415, '2022-10-17', 3482, 6589, 1474, 5418, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7416, '2022-10-17', 2650, 6590, 1475, 10680, '-15.0000', '4.1667', '4.1667', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7417, '2022-10-17', 2650, 6590, 1475, 11650, '15.0000', '4.1667', '4.1667', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7418, '2022-10-17', 2650, 6590, 1475, 12620, '-15.0000', '4.1667', '4.1667', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7419, '2022-10-17', 2650, 6590, 1475, 13241, '17.0000', '4.5833', '4.5833', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7420, '2022-10-17', 2650, 6591, 1476, 13241, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7421, '2022-10-17', 3256, 6592, 1477, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7422, '2022-10-17', 3048, 6593, 1477, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7423, '2022-10-17', 2661, 6594, 1477, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '54.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7424, '2022-10-17', 3063, 6595, 1478, 13382, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7425, '2022-10-17', 2918, 6596, 1478, 13213, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7426, '2022-10-17', 2935, 6597, 1478, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7427, '2022-10-17', 2499, 6598, 1479, 13205, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7428, '2022-10-17', 3098, 6599, 1480, 4393, '1.0000', '24.7600', '24.7600', '33.0000', '33.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7429, '2022-10-17', 2790, 6600, 1480, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '17.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7430, '2022-10-17', 2710, 6601, 1481, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7431, '2022-10-17', 2699, 6602, 1481, 14567, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '88.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7432, '2022-10-17', 3050, 6603, 1482, 4345, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7433, '2022-10-17', 2650, 6604, 1483, 13241, '5.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 192, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7434, '2022-10-17', 2920, 6605, 1484, 14415, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7435, '2022-10-17', 2920, 6605, 1484, 14590, '5.0000', '4.5000', '4.5000', '5.5000', '5.5000', '19.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7436, '2022-10-17', 2646, 6606, 1485, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7437, '2022-10-17', 2713, 6607, 1486, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7438, '2022-10-17', 3311, 6608, 1486, 13311, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7439, '2022-10-17', 2661, 6609, 1487, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '52.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7440, '2022-10-17', 2713, 6610, 1488, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7441, '2022-10-17', 3483, 6611, 1488, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7442, '2022-10-17', 2500, 6612, 1489, 13202, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7443, '2022-10-17', 2710, 6613, 1489, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7444, '2022-10-17', 3060, 6614, 1490, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7445, '2022-10-17', 3085, 6615, 1491, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7446, '2022-10-17', 2920, 6616, 1492, 14590, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '18.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7447, '2022-10-17', 2926, 6617, 1492, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7448, '2022-10-17', 3060, 6618, 1493, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7449, '2022-10-17', 2646, 6619, 1494, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7450, '2022-10-17', 3017, 6620, 1494, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7451, '2022-10-17', 3560, 6621, 1495, 14495, '19.0000', '1.5000', '1.5000', '2.0000', '2.0000', '72.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7452, '2022-10-17', 3606, 6622, 1495, 14502, '11.0000', '1.0000', '1.0000', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7453, '2022-10-17', 3607, 6623, 1495, 14503, '12.0000', '1.6667', '1.6667', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7454, '2022-10-17', 3601, 6624, 1495, 14496, '18.0000', '1.5833', '1.5833', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7455, '2022-10-17', 3231, 6625, 1495, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7456, '2022-10-17', 2646, 6626, 1496, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7457, '2022-10-17', 3578, 6627, 1497, 13318, '1.0000', '1.7917', '1.7917', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7458, '2022-10-17', 3064, 6628, 1497, 4359, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7459, '2022-10-18', 3060, 6629, 1498, 14414, '2.0000', '6.2500', '6.2500', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7460, '2022-10-18', 3230, 6630, 1498, 4525, '2.0000', '2.4400', '2.4400', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7461, '2022-10-18', 2504, 6631, 1498, 13279, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7462, '2022-10-18', 3084, 6632, 1498, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7463, '2022-10-18', 3061, 6633, 1498, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7464, '2022-10-18', 3172, 6634, 1498, 14391, '3.0000', '3.3428', '3.3428', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7465, '2022-10-18', 2713, 6635, 1498, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7466, '2022-10-18', 3120, 6636, 1499, 14514, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7467, '2022-10-18', 2646, 6637, 1500, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7468, '2022-10-18', 2691, 6638, 1501, 3986, '3.0000', '5.3400', '5.3400', '10.0000', '10.0000', '49.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7469, '2022-10-18', 2699, 6639, 1502, 14567, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '87.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7470, '2022-10-18', 2485, 6640, 1503, 13324, '1.0000', '22.7742', '22.7742', '27.0000', '27.0000', '6.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7471, '2022-10-18', 2661, 6641, 1504, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '50.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7472, '2022-10-18', 2766, 6642, 1505, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '271.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7473, '2022-10-18', 3060, 6643, 1506, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7474, '2022-10-18', 3602, 6644, 1506, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '87.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7475, '2022-10-18', 2918, 6645, 1507, 13213, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '24.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7476, '2022-10-18', 2927, 6646, 1507, 14418, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '26.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7477, '2022-10-18', 2818, 6647, 1508, 4113, '1.0000', '10.0400', '10.0400', '14.0000', '14.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7478, '2022-10-18', 2711, 6648, 1508, 14402, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7479, '2022-10-18', 2886, 6649, 1508, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7480, '2022-10-18', 2700, 6650, 1509, 3995, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '55.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7481, '2022-10-18', 2920, 6651, 1510, 14590, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '15.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7482, '2022-10-18', 2923, 6652, 1510, 14455, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7483, '2022-10-18', 2936, 6653, 1510, 13299, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7484, '2022-10-18', 2711, 6654, 1511, 14402, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7485, '2022-10-18', 3114, 6655, 1512, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7486, '2022-10-18', 2710, 6656, 1512, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7487, '2022-10-18', 2727, 6657, 1513, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '12.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7488, '2022-10-18', 3242, 6658, 1513, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7489, '2022-10-18', 3233, 6659, 1513, 9915, '1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '12.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7490, '2022-10-18', 2790, 6660, 1514, 14438, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '15.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7491, '2022-10-18', 2699, 6661, 1515, 14567, '4.0000', '6.6000', '6.6000', '8.0000', '8.0000', '83.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7492, '2022-10-18', 3257, 6662, 1515, 4552, '2.0000', '2.4900', '2.4900', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7493, '2022-10-18', 2716, 6663, 1515, 4011, '6.0000', '3.3500', '3.3500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7494, '2022-10-18', 3264, 6664, 1515, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '72.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7495, '2022-10-18', 2726, 6665, 1515, 4021, '1.0000', '15.1900', '15.1900', '25.0000', '25.0000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7496, '2022-10-18', 3233, 6666, 1515, 9915, '2.0000', '26.4000', '26.4000', '40.0000', '40.0000', '10.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7497, '2022-10-18', 2725, 6667, 1515, 10018, '7.0000', '3.8700', '3.8700', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7498, '2022-10-18', 3262, 6668, 1515, 5939, '3.0000', '6.1300', '6.1300', '10.0000', '10.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7499, '2022-10-18', 3233, 6669, 1516, 9915, '1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '9.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7500, '2022-10-18', 2671, 6670, 1517, 3966, '2.0000', '16.9700', '16.9700', '23.0000', '23.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7501, '2022-10-18', 3172, 6671, 1517, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7502, '2022-10-18', 2963, 6672, 1517, 4996, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7503, '2022-10-18', 3085, 6673, 1517, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7504, '2022-10-18', 2682, 6674, 1517, 3977, '1.0000', '9.6700', '9.6700', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7505, '2022-10-18', 2699, 6675, 1517, 14567, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '80.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7506, '2022-10-18', 2756, 6676, 1517, 5905, '2.0000', '0.8900', '0.8900', '2.5000', '2.5000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7507, '2022-10-18', 3147, 6677, 1517, 4442, '1.0000', '4.3900', '4.3900', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7508, '2022-10-18', 3048, 6678, 1518, 13337, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7509, '2022-10-18', 3626, 6679, 1518, 14544, '1.0000', '1.1500', '1.1500', '2.5000', '2.5000', '49.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7510, '2022-10-18', 2903, 6680, 1518, 14463, '3.0000', '0.8357', '0.8357', '2.0000', '2.0000', '52.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7511, '2022-10-18', 2642, 6681, 1518, 14433, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7512, '2022-10-18', 2827, 6682, 1518, 13255, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '41.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7513, '2022-10-18', 2661, 6683, 1518, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '48.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7514, '2022-10-18', 2950, 6684, 1518, 14423, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7515, '2022-10-18', 3187, 6685, 1518, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '27.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7516, '2022-10-18', 3055, 6686, 1518, 4350, '1.0000', '22.1300', '22.1300', '27.0000', '27.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7517, '2022-10-18', 2936, 6687, 1519, 13299, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7518, '2022-10-18', 3311, 6688, 1519, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7519, '2022-10-18', 3314, 6689, 1519, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7520, '2022-10-18', 3060, 6690, 1519, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7521, '2022-10-18', 2713, 6691, 1519, 14521, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7522, '2022-10-18', 2534, 6692, 1519, 14481, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7523, '2022-10-18', 2713, 6693, 1520, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7524, '2022-10-18', 2922, 6694, 1521, 13295, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7525, '2022-10-18', 2926, 6695, 1521, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7526, '2022-10-18', 2933, 6696, 1521, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '56.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7527, '2022-10-18', 3595, 6697, 1522, 14483, '1.0000', '4.3900', '4.3900', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 252, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7528, '2022-10-18', 3623, 6698, 1523, 14539, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7529, '2022-10-18', 2827, 6699, 1523, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '38.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7530, '2022-10-18', 2712, 6700, 1524, 14522, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7531, '2022-10-18', 3612, 6701, 1524, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7532, '2022-10-18', 2846, 6702, 1525, 6602, '-1.0000', '230.7200', '230.7200', '310.0000', '310.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7533, '2022-10-18', 2846, 6702, 1525, 9997, '2.0000', '226.6000', '226.6000', '310.0000', '310.0000', '0.0000', 1, 0, NULL, 116, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7534, '2022-10-18', 3047, 6703, 1526, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7535, '2022-10-18', 3085, 6704, 1526, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7536, '2022-10-18', 2713, 6705, 1526, 14521, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7537, '2022-10-18', 3120, 6706, 1526, 14514, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7538, '2022-10-18', 3120, 6707, 1527, 14570, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7539, '2022-10-18', 2935, 6708, 1527, 13302, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7540, '2022-10-18', 2935, 6709, 1528, 13302, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7541, '2022-10-18', 2901, 6710, 1529, 14491, '2.0000', '14.3519', '14.3519', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7542, '2022-10-18', 3609, 6711, 1530, 14506, '5.0000', '0.3871', '0.3871', '1.0000', '1.0000', '140.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7543, '2022-10-18', 2920, 6712, 1531, 14590, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '12.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7544, '2022-10-18', 2927, 6713, 1532, 14418, '8.0000', '1.5000', '1.5000', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7545, '2022-10-19', 3230, 6714, 1533, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7546, '2022-10-19', 3047, 6715, 1533, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7547, '2022-10-19', 2645, 6716, 1533, 14606, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7548, '2022-10-19', 2920, 6717, 1533, 14590, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '9.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7549, '2022-10-19', 3606, 6718, 1533, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7550, '2022-10-19', 3036, 6719, 1534, 4331, '1.0000', '21.6300', '21.6300', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7551, '2022-10-19', 2936, 6720, 1535, 13768, '-4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7552, '2022-10-19', 2936, 6720, 1535, 14420, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7553, '2022-10-19', 2920, 6721, 1536, 14590, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7554, '2022-10-19', 3123, 6722, 1537, 5423, '1.0000', '4.7500', '4.7500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7555, '2022-10-19', 3483, 6723, 1537, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7556, '2022-10-19', 2918, 6724, 1537, 13213, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7557, '2022-10-19', 3600, 6725, 1538, 14494, '4.0000', '2.2917', '2.2917', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7558, '2022-10-19', 2891, 6726, 1538, 7407, '-27.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7559, '2022-10-19', 2891, 6726, 1538, 8368, '27.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7560, '2022-10-19', 2891, 6726, 1538, 9329, '-27.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7561, '2022-10-19', 2891, 6726, 1538, 9853, '12.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 81, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7562, '2022-10-19', 2891, 6726, 1538, 10063, '12.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7563, '2022-10-19', 2891, 6726, 1538, 10673, '-3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7564, '2022-10-19', 2891, 6726, 1538, 11643, '3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7565, '2022-10-19', 2891, 6726, 1538, 12613, '-3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7566, '2022-10-19', 2891, 6726, 1538, 13246, '6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7567, '2022-10-19', 2891, 6726, 1538, 13307, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7568, '2022-10-19', 3599, 6727, 1538, 14493, '2.0000', '2.2917', '2.2917', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7569, '2022-10-19', 3606, 6728, 1538, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7570, '2022-10-19', 3048, 6729, 1538, 13337, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7571, '2022-10-19', 2950, 6730, 1538, 14423, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7572, '2022-10-19', 3048, 6731, 1539, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7573, '2022-10-19', 3635, 6732, 1539, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '59.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7574, '2022-10-19', 2699, 6733, 1540, 14567, '4.0000', '6.6000', '6.6000', '8.0000', '8.0000', '76.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7575, '2022-10-19', 3172, 6734, 1540, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7576, '2022-10-19', 2970, 6735, 1541, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7577, '2022-10-19', 2807, 6736, 1542, 5642, '1.0000', '20.1400', '20.1400', '26.0000', '26.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7578, '2022-10-19', 3297, 6737, 1543, 4592, '1.0000', '0.1200', '0.1200', '0.3000', '0.3000', '718.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7579, '2022-10-19', 2661, 6738, 1544, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '46.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7580, '2022-10-19', 3127, 6739, 1545, 4422, '1.0000', '4.2000', '4.2000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7581, '2022-10-19', 2702, 6740, 1546, 3997, '40.0000', '0.0900', '0.0900', '0.2500', '0.2500', '402.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7582, '2022-10-19', 2950, 6741, 1547, 14423, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7583, '2022-10-19', 3612, 6742, 1547, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7584, '2022-10-19', 3609, 6743, 1547, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '138.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7585, '2022-10-19', 3048, 6744, 1547, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7586, '2022-10-19', 2661, 6745, 1548, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '44.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7587, '2022-10-19', 3048, 6746, 1549, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7588, '2022-10-19', 3612, 6747, 1550, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7589, '2022-10-19', 2927, 6748, 1551, 14418, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7590, '2022-10-19', 2920, 6749, 1551, 14590, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7591, '2022-10-19', 3172, 6750, 1551, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7592, '2022-10-19', 2927, 6751, 1552, 14418, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '15.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7593, '2022-10-19', 2923, 6752, 1553, 14455, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7594, '2022-10-19', 2918, 6753, 1553, 13213, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7595, '2022-10-19', 2644, 6754, 1553, 13274, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7596, '2022-10-19', 2801, 6755, 1554, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '18.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7597, '2022-10-19', 2645, 6756, 1555, 14606, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7598, '2022-10-19', 2646, 6757, 1555, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7599, '2022-10-19', 3015, 6758, 1555, 5453, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '102.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7600, '2022-10-19', 2645, 6759, 1556, 14606, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7601, '2022-10-19', 2646, 6760, 1556, 14448, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7602, '2022-10-19', 3172, 6761, 1557, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7603, '2022-10-19', 2712, 6762, 1558, 14522, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7604, '2022-10-19', 2646, 6763, 1558, 14607, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '46.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7605, '2022-10-19', 3172, 6764, 1558, 14391, '3.0000', '3.3428', '3.3428', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7606, '2022-10-19', 2552, 6765, 1559, 4891, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7607, '2022-10-19', 2646, 6766, 1560, 14607, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '45.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7608, '2022-10-19', 2977, 6767, 1561, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7609, '2022-10-20', 2713, 6768, 1562, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7610, '2022-10-20', 2646, 6769, 1563, 14607, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '44.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7611, '2022-10-20', 3230, 6770, 1563, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7612, '2022-10-20', 3606, 6771, 1563, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7613, '2022-10-20', 2661, 6772, 1563, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '43.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7614, '2022-10-20', 3120, 6773, 1564, 14570, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7615, '2022-10-20', 3074, 6774, 1565, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '35.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7616, '2022-10-20', 2646, 6775, 1565, 14607, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '43.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7617, '2022-10-20', 3017, 6776, 1565, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7618, '2022-10-20', 3063, 6777, 1565, 13382, '3.0000', '2.7292', '2.7292', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7619, '2022-10-20', 3256, 6778, 1566, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7620, '2022-10-20', 3256, 6779, 1567, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7621, '2022-10-20', 2923, 6780, 1568, 14455, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7622, '2022-10-20', 2936, 6781, 1568, 14420, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7623, '2022-10-20', 3120, 6782, 1569, 14570, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7624, '2022-10-20', 2953, 6783, 1569, 5772, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7625, '2022-10-20', 3074, 6784, 1569, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7626, '2022-10-20', 3060, 6785, 1569, 14414, '3.0000', '6.2500', '6.2500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7627, '2022-10-20', 2713, 6786, 1569, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7628, '2022-10-20', 3606, 6787, 1569, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7629, '2022-10-20', 2712, 6788, 1570, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7630, '2022-10-20', 3048, 6789, 1570, 13337, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7631, '2022-10-20', 2879, 6790, 1571, 13305, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7632, '2022-10-20', 3626, 6791, 1571, 14544, '2.0000', '1.1500', '1.1500', '2.5000', '2.5000', '47.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7633, '2022-10-20', 2497, 6792, 1572, 3792, '1.0000', '0.6900', '0.6900', '2.0000', '2.0000', '46.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7634, '2022-10-20', 3223, 6793, 1573, 7912, '6.0000', '1.4200', '1.4200', '2.0000', '2.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7635, '2022-10-20', 3291, 6794, 1573, 4586, '30.0000', '0.2500', '0.2500', '0.7500', '0.7500', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7636, '2022-10-20', 3291, 6794, 1573, 5727, '20.0000', '0.2500', '0.2500', '0.7500', '0.7500', '35.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7637, '2022-10-20', 3638, 6795, 1573, 14562, '2.0000', '9.2900', '9.2900', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7638, '2022-10-20', 3606, 6796, 1573, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7639, '2022-10-20', 2977, 6797, 1573, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7640, '2022-10-20', 3538, 6798, 1573, 5270, '3.0000', '7.3626', '7.3626', '10.0000', '10.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7641, '2022-10-20', 2612, 6799, 1573, 9880, '4.0000', '4.6000', '4.6000', '9.0000', '9.0000', '145.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7642, '2022-10-20', 3639, 6800, 1573, 14568, '4.0000', '3.5000', '3.5000', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7643, '2022-10-20', 2835, 6801, 1573, 4995, '1.0000', '13.0000', '13.0000', '17.0000', '17.0000', '16.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7644, '2022-10-20', 2642, 6802, 1574, 14433, '3.0000', '6.2500', '6.2500', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7645, '2022-10-20', 3120, 6803, 1574, 14570, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7646, '2022-10-20', 3172, 6804, 1574, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7647, '2022-10-20', 3074, 6805, 1575, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '33.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7648, '2022-10-20', 3602, 6806, 1576, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '85.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7649, '2022-10-20', 2646, 6807, 1577, 14607, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '42.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7650, '2022-10-20', 3622, 6808, 1578, 14538, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7651, '2022-10-20', 3172, 6809, 1578, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7652, '2022-10-20', 3606, 6810, 1578, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7653, '2022-10-20', 3063, 6811, 1579, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7654, '2022-10-20', 2949, 6812, 1580, 13287, '2.0000', '6.6700', '6.6700', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7655, '2022-10-20', 2712, 6813, 1581, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7656, '2022-10-20', 2924, 6814, 1582, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7657, '2022-10-20', 3047, 6815, 1583, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7658, '2022-10-20', 2645, 6816, 1584, 14606, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7659, '2022-10-20', 2642, 6817, 1584, 14433, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7660, '2022-10-20', 3047, 6818, 1584, 13264, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7661, '2022-10-20', 3060, 6819, 1585, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7662, '2022-10-20', 2650, 6820, 1585, 13884, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7663, '2022-10-20', 3483, 6821, 1586, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7664, '2022-10-20', 3060, 6822, 1587, 14414, '2.0000', '6.2500', '6.2500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7665, '2022-10-20', 2864, 6823, 1587, 13309, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7666, '2022-10-20', 3060, 6824, 1588, 14414, '3.0000', '6.2500', '6.2500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7667, '2022-10-20', 3060, 6825, 1589, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7668, '2022-10-20', 3114, 6826, 1590, 13323, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7669, '2022-10-20', 2645, 6827, 1590, 14606, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7670, '2022-10-20', 2661, 6828, 1590, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '41.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7671, '2022-10-20', 2645, 6829, 1591, 14606, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7672, '2022-10-20', 2645, 6830, 1592, 14606, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7673, '2022-10-20', 3048, 6831, 1592, 13337, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7674, '2022-10-20', 3060, 6832, 1593, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7675, '2022-10-20', 2939, 6833, 1594, 4234, '1.0000', '5.4200', '5.4200', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7676, '2022-10-21', 2939, 6834, 1595, 4234, '1.0000', '5.4200', '5.4200', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7677, '2022-10-21', 3342, 6835, 1595, 13229, '1.0000', '37.5000', '37.5000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7678, '2022-10-21', 3230, 6836, 1595, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7679, '2022-10-21', 2661, 6837, 1596, 13363, '4.0000', '0.2547', '0.2547', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7680, '2022-10-21', 2936, 6838, 1596, 14420, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7681, '2022-10-21', 2710, 6839, 1596, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7682, '2022-10-21', 3044, 6840, 1596, 4859, '1.0000', '12.2917', '12.2917', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7683, '2022-10-21', 3625, 6841, 1597, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '45.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7684, '2022-10-21', 2534, 6842, 1598, 14481, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7685, '2022-10-21', 3074, 6843, 1598, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '32.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7686, '2022-10-21', 3120, 6844, 1598, 14570, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7687, '2022-10-21', 3606, 6845, 1598, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7688, '2022-10-21', 2534, 6846, 1599, 14481, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7689, '2022-10-21', 3606, 6847, 1599, 14502, '3.0000', '1.0000', '1.0000', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7690, '2022-10-21', 2713, 6848, 1599, 14521, '4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7691, '2022-10-21', 2712, 6849, 1599, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7692, '2022-10-21', 3120, 6850, 1599, 14570, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7693, '2022-10-21', 3048, 6851, 1600, 13337, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7694, '2022-10-21', 2713, 6852, 1600, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7695, '2022-10-21', 3606, 6853, 1600, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7696, '2022-10-21', 3560, 6854, 1600, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '71.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7697, '2022-10-21', 3048, 6855, 1601, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7698, '2022-10-21', 2827, 6856, 1601, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '35.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7699, '2022-10-21', 3172, 6857, 1602, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7700, '2022-10-21', 3120, 6858, 1602, 14570, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7701, '2022-10-21', 2935, 6859, 1602, 13302, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7702, '2022-10-21', 2789, 6860, 1602, 10197, '1.0000', '9.1000', '9.1000', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 160, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7703, '2022-10-21', 2801, 6861, 1603, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '17.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7704, '2022-10-21', 3120, 6862, 1604, 14570, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7705, '2022-10-21', 2713, 6863, 1605, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7706, '2022-10-21', 3212, 6864, 1606, 14619, '4.0000', '3.7917', '3.7917', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7707, '2022-10-21', 3085, 6865, 1607, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7708, '2022-10-21', 3120, 6866, 1607, 14570, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7709, '2022-10-21', 3625, 6867, 1607, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '43.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7710, '2022-10-21', 3329, 6868, 1608, 4826, '1.0000', '7.6500', '7.6500', '16.0000', '16.0000', '21.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7711, '2022-10-21', 3212, 6869, 1609, 14619, '2.0000', '3.7917', '3.7917', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7712, '2022-10-21', 3187, 6870, 1610, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '25.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7713, '2022-10-21', 2916, 6871, 1610, 5744, '1.0000', '34.1000', '34.1000', '52.0000', '52.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7714, '2022-10-24', 2608, 6872, 1611, 14492, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '9.0000', 1, 0, NULL, 254, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7715, '2022-10-24', 3120, 6873, 1611, 14570, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7716, '2022-10-24', 2645, 6874, 1611, 14606, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7717, '2022-10-24', 2647, 6875, 1611, 14447, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7718, '2022-10-24', 2982, 6876, 1611, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7719, '2022-10-24', 2661, 6877, 1611, 13363, '4.0000', '0.2547', '0.2547', '0.5000', '0.5000', '33.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7720, '2022-10-24', 3172, 6878, 1611, 14391, '2.0000', '3.3428', '3.3428', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7721, '2022-10-24', 3114, 6879, 1611, 13323, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 210, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7722, '2022-10-24', 3114, 6879, 1611, 13360, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7723, '2022-10-24', 3576, 6880, 1612, 14401, '1.0000', '4.6154', '4.6154', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7724, '2022-10-24', 2949, 6881, 1612, 13287, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7725, '2022-10-24', 2648, 6882, 1612, 13270, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7726, '2022-10-24', 2648, 6882, 1612, 13726, '-3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7727, '2022-10-24', 2648, 6882, 1612, 14609, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7728, '2022-10-24', 2661, 6883, 1612, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '31.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7729, '2022-10-24', 3592, 6884, 1612, 14417, '2.0000', '2.2500', '2.2500', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7730, '2022-10-24', 2645, 6885, 1612, 14606, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7731, '2022-10-24', 3172, 6886, 1612, 14391, '2.0000', '3.3428', '3.3428', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7732, '2022-10-24', 2643, 6887, 1612, 13377, '4.0000', '6.5466', '6.5466', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7733, '2022-10-24', 3061, 6888, 1612, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7734, '2022-10-24', 3311, 6889, 1613, 13311, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7735, '2022-10-24', 2645, 6890, 1613, 14606, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7736, '2022-10-24', 3048, 6891, 1613, 13337, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7737, '2022-10-24', 2936, 6892, 1613, 14420, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7738, '2022-10-24', 2727, 6893, 1613, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '11.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7739, '2022-10-24', 3143, 6894, 1613, 15618, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7740, '2022-10-24', 2827, 6895, 1613, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '32.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7741, '2022-10-24', 2711, 6896, 1613, 14402, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7742, '2022-10-24', 3576, 6897, 1613, 14401, '1.0000', '4.6154', '4.6154', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7743, '2022-10-24', 2646, 6898, 1613, 14607, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7744, '2022-10-24', 2708, 6899, 1614, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7745, '2022-10-24', 3063, 6900, 1614, 13382, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7746, '2022-10-24', 2930, 6901, 1614, 14419, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7747, '2022-10-24', 2930, 6901, 1614, 14456, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7748, '2022-10-24', 2901, 6902, 1614, 14491, '2.0000', '14.3519', '14.3519', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7749, '2022-10-24', 3187, 6903, 1614, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '23.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7750, '2022-10-24', 3214, 6904, 1614, 4509, '1.0000', '12.3200', '12.3200', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7751, '2022-10-24', 2653, 6905, 1614, 13380, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7752, '2022-10-24', 2653, 6905, 1614, 13871, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7753, '2022-10-24', 2653, 6905, 1614, 14449, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '68.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7754, '2022-10-24', 2504, 6906, 1614, 13279, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7755, '2022-10-24', 3048, 6907, 1614, 13337, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7756, '2022-10-24', 2789, 6908, 1614, 10541, '-3.0000', '9.1000', '9.1000', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7757, '2022-10-24', 2789, 6908, 1614, 11511, '3.0000', '9.1000', '9.1000', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7758, '2022-10-24', 2789, 6908, 1614, 12481, '-3.0000', '9.1000', '9.1000', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7759, '2022-10-24', 2789, 6908, 1614, 13352, '4.0000', '9.5600', '9.5600', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 219, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7760, '2022-10-24', 3064, 6909, 1615, 4359, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7761, '2022-10-24', 2894, 6910, 1615, 4997, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7762, '2022-10-24', 3017, 6911, 1615, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7763, '2022-10-24', 3172, 6912, 1615, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7764, '2022-10-24', 3609, 6913, 1615, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '137.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7765, '2022-10-24', 2713, 6914, 1615, 14521, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7766, '2022-10-24', 3060, 6915, 1615, 14414, '3.0000', '6.2500', '6.2500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7767, '2022-10-24', 3230, 6916, 1616, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7768, '2022-10-24', 3626, 6917, 1616, 14544, '4.0000', '1.1500', '1.1500', '2.5000', '2.5000', '43.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7769, '2022-10-24', 2594, 6918, 1616, 3889, '1.0000', '9.5400', '9.5400', '12.5000', '12.5000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7770, '2022-10-24', 3190, 6919, 1616, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '90.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7771, '2022-10-24', 2713, 6920, 1616, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7772, '2022-10-24', 3085, 6921, 1616, 5126, '3.0000', '4.0000', '4.0000', '5.0000', '5.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7773, '2022-10-24', 3172, 6922, 1616, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7774, '2022-10-24', 2645, 6923, 1616, 14606, '8.0000', '8.3496', '8.3496', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7775, '2022-10-24', 2711, 6924, 1617, 14402, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7776, '2022-10-24', 3048, 6925, 1617, 13337, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7777, '2022-10-24', 2661, 6926, 1617, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '29.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7778, '2022-10-24', 3063, 6927, 1617, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7779, '2022-10-24', 3074, 6928, 1617, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '31.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7780, '2022-10-24', 2827, 6929, 1617, 13255, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '26.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7781, '2022-10-24', 2927, 6930, 1617, 14418, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7782, '2022-10-24', 2646, 6931, 1617, 14607, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7783, '2022-10-24', 2645, 6932, 1617, 14606, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7784, '2022-10-24', 3172, 6933, 1617, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7785, '2022-10-24', 2711, 6934, 1618, 14402, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7786, '2022-10-24', 3172, 6935, 1618, 14391, '2.0000', '3.3428', '3.3428', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7787, '2022-10-24', 3085, 6936, 1618, 5126, '3.0000', '4.0000', '4.0000', '5.0000', '5.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7788, '2022-10-24', 2933, 6937, 1618, 4228, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '52.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7789, '2022-10-24', 2648, 6938, 1618, 14609, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '43.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7790, '2022-10-24', 3311, 6939, 1618, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7791, '2022-10-24', 2645, 6940, 1618, 14606, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7792, '2022-10-24', 2647, 6941, 1618, 14447, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7793, '2022-10-24', 2648, 6942, 1619, 14609, '7.0000', '7.5783', '7.5783', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7794, '2022-10-24', 2650, 6943, 1619, 14565, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7795, '2022-10-24', 2918, 6944, 1619, 13213, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7796, '2022-10-24', 2920, 6945, 1619, 14590, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7797, '2022-10-24', 2936, 6946, 1619, 14420, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7798, '2022-10-24', 2923, 6947, 1619, 14455, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7799, '2022-10-24', 2822, 6948, 1619, 13272, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7800, '2022-10-24', 3114, 6949, 1619, 13360, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7801, '2022-10-24', 3187, 6950, 1619, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '21.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7802, '2022-10-24', 2485, 6951, 1619, 13324, '1.0000', '22.7742', '22.7742', '27.0000', '27.0000', '5.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7803, '2022-10-24', 3074, 6952, 1620, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '30.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7804, '2022-10-24', 2952, 6953, 1620, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7805, '2022-10-24', 3172, 6954, 1620, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7806, '2022-10-24', 2504, 6955, 1620, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7807, '2022-10-24', 2647, 6956, 1620, 14447, '11.0000', '7.7517', '7.7517', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7808, '2022-10-24', 2723, 6957, 1620, 4018, '2.0000', '1.4900', '1.4900', '2.5000', '2.5000', '31.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7809, '2022-10-24', 3114, 6958, 1620, 13360, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7810, '2022-10-24', 2642, 6959, 1621, 14433, '3.0000', '6.2500', '6.2500', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7811, '2022-10-24', 3636, 6960, 1621, 14560, '2.0000', '3.6300', '3.6300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7812, '2022-10-24', 2647, 6961, 1621, 14447, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7813, '2022-10-24', 2713, 6962, 1621, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7814, '2022-10-24', 2712, 6963, 1621, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7815, '2022-10-24', 2936, 6964, 1621, 14420, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7816, '2022-10-24', 2653, 6965, 1621, 14449, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '66.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7817, '2022-10-24', 2936, 6966, 1622, 14420, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7818, '2022-10-24', 3612, 6967, 1622, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7819, '2022-10-24', 3048, 6968, 1622, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7820, '2022-10-24', 2827, 6969, 1622, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '23.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7821, '2022-10-24', 3230, 6970, 1622, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7822, '2022-10-24', 2647, 6971, 1622, 14447, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7823, '2022-10-24', 2647, 6971, 1622, 14608, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7824, '2022-10-24', 2644, 6972, 1622, 13274, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7825, '2022-10-24', 3015, 6973, 1622, 5453, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '100.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7826, '2022-10-24', 2646, 6974, 1623, 14607, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '31.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7827, '2022-10-24', 2952, 6975, 1623, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7828, '2022-10-24', 2647, 6976, 1623, 14608, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7829, '2022-10-24', 3015, 6977, 1623, 5453, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '98.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7830, '2022-10-24', 2653, 6978, 1623, 14449, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '61.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7831, '2022-10-24', 3230, 6979, 1624, 4525, '1.0000', '2.4400', '2.4400', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7832, '2022-10-24', 3635, 6980, 1624, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '58.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7833, '2022-10-24', 3484, 6981, 1624, 10523, '-1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7834, '2022-10-24', 3484, 6981, 1624, 11493, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7835, '2022-10-24', 3484, 6981, 1624, 12463, '-1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7836, '2022-10-24', 3484, 6981, 1624, 13153, '2.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7837, '2022-10-24', 2661, 6982, 1624, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '27.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7838, '2022-10-24', 2924, 6983, 1624, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7839, '2022-10-24', 3120, 6984, 1624, 14570, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7840, '2022-10-24', 2647, 6985, 1624, 14608, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7841, '2022-10-24', 2644, 6986, 1624, 13274, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7842, '2022-10-24', 2504, 6987, 1624, 13385, '3.0000', '2.0833', '2.0833', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7843, '2022-10-24', 3047, 6988, 1625, 13264, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7844, '2022-10-24', 2661, 6989, 1625, 13363, '3.0000', '0.2547', '0.2547', '0.5000', '0.5000', '24.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7845, '2022-10-24', 2647, 6990, 1625, 14608, '7.0000', '7.7517', '7.7517', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7846, '2022-10-24', 2952, 6991, 1625, 13312, '5.0000', '3.2000', '3.2000', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7847, '2022-10-24', 2951, 6992, 1625, 13313, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7848, '2022-10-24', 3311, 6993, 1625, 13311, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7849, '2022-10-24', 3172, 6994, 1625, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7850, '2022-10-24', 3063, 6995, 1626, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7851, '2022-10-24', 3048, 6996, 1626, 13337, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7852, '2022-10-24', 3060, 6997, 1626, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7853, '2022-10-24', 2791, 6998, 1626, 9976, '1.0000', '2.9700', '2.9700', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 110, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7854, '2022-10-24', 3017, 6999, 1626, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7855, '2022-10-24', 2650, 7000, 1626, 14565, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7856, '2022-10-24', 2661, 7001, 1626, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '23.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7857, '2022-10-24', 2713, 7002, 1626, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7858, '2022-10-24', 3342, 7003, 1626, 13229, '1.0000', '37.5000', '37.5000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7859, '2022-10-24', 2653, 7004, 1626, 14449, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '55.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7860, '2022-10-24', 2648, 7005, 1627, 14609, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7861, '2022-10-24', 2647, 7006, 1627, 14608, '10.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7862, '2022-10-24', 2647, 7006, 1627, 14979, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7863, '2022-10-24', 3483, 7007, 1627, 10172, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7864, '2022-10-24', 3017, 7008, 1627, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7865, '2022-10-24', 3074, 7009, 1627, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7866, '2022-10-24', 2918, 7010, 1627, 13213, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7867, '2022-10-24', 2644, 7011, 1627, 13274, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7868, '2022-10-24', 2827, 7012, 1628, 13255, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '17.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7869, '2022-10-24', 3063, 7013, 1628, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7870, '2022-10-24', 2713, 7014, 1628, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7871, '2022-10-24', 2646, 7015, 1628, 14607, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7872, '2022-10-24', 2982, 7016, 1628, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7873, '2022-10-24', 3579, 7017, 1628, 13319, '1.0000', '18.3417', '18.3417', '25.0000', '25.0000', '5.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7874, '2022-10-24', 2711, 7018, 1628, 14402, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7875, '2022-10-24', 3172, 7019, 1628, 14391, '3.0000', '3.3428', '3.3428', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7876, '2022-10-24', 3230, 7020, 1629, 7271, '-5.0000', '2.4400', '2.4400', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7877, '2022-10-24', 3230, 7020, 1629, 8232, '5.0000', '2.4400', '2.4400', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7878, '2022-10-24', 3230, 7020, 1629, 9193, '-19.0000', '2.4400', '2.4400', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7879, '2022-10-24', 3230, 7020, 1629, 13150, '12.0000', '2.6400', '2.6400', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 169, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7880, '2022-10-24', 3230, 7020, 1629, 13732, '-11.0000', '2.6400', '2.6400', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7881, '2022-10-24', 3230, 7020, 1629, 14439, '19.0000', '2.6400', '2.6400', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7882, '2022-10-24', 3017, 7021, 1629, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7883, '2022-10-24', 2903, 7022, 1629, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '51.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7884, '2022-10-24', 3242, 7023, 1629, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7885, '2022-10-24', 2646, 7024, 1629, 14607, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7886, '2022-10-24', 3212, 7025, 1629, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7887, '2022-10-24', 2589, 7026, 1629, 4821, '1.0000', '11.3925', '11.3925', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7888, '2022-10-24', 2807, 7027, 1629, 5642, '1.0000', '20.1400', '20.1400', '26.0000', '26.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7889, '2022-10-24', 3048, 7028, 1630, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7890, '2022-10-24', 3212, 7029, 1630, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7891, '2022-10-24', 2713, 7030, 1630, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7892, '2022-10-24', 3483, 7031, 1630, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7893, '2022-10-24', 2661, 7032, 1630, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '22.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7894, '2022-10-24', 2726, 7033, 1630, 4021, '1.0000', '15.1900', '15.1900', '25.0000', '25.0000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7895, '2022-10-24', 2646, 7034, 1630, 14607, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7896, '2022-10-24', 2902, 7035, 1630, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7897, '2022-10-24', 2646, 7036, 1631, 14607, '7.0000', '11.9450', '11.9450', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7898, '2022-10-24', 3017, 7037, 1631, 14473, '2.0000', '4.3800', '4.3800', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7899, '2022-10-24', 2982, 7038, 1631, 13330, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7900, '2022-10-24', 2982, 7038, 1631, 13561, '-8.0000', '5.1583', '5.1583', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7901, '2022-10-24', 2982, 7038, 1631, 14397, '9.0000', '5.1583', '5.1583', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7902, '2022-10-24', 2711, 7039, 1631, 14402, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7903, '2022-10-24', 2973, 7040, 1632, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '26.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7904, '2022-10-24', 2982, 7041, 1632, 14397, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7905, '2022-10-24', 3212, 7042, 1632, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7906, '2022-10-24', 3483, 7043, 1632, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7907, '2022-10-24', 2827, 7044, 1632, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '14.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7908, '2022-10-24', 2661, 7045, 1632, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '20.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7909, '2022-10-25', 2711, 7046, 1633, 14402, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7910, '2022-10-25', 2653, 7047, 1633, 14449, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '53.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7911, '2022-10-25', 3048, 7048, 1633, 13337, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7912, '2022-10-25', 2901, 7049, 1633, 14491, '1.0000', '14.3519', '14.3519', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7913, '2022-10-25', 2649, 7050, 1633, 13285, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7914, '2022-10-25', 2713, 7051, 1633, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7915, '2022-10-25', 3048, 7052, 1634, 13337, '9.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 217, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7916, '2022-10-25', 3048, 7052, 1634, 13498, '-7.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7917, '2022-10-25', 3048, 7052, 1634, 14549, '9.0000', '0.8333', '0.8333', '1.5000', '1.5000', '111.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7918, '2022-10-25', 3061, 7053, 1634, 14450, '2.0000', '4.8500', '4.8500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7919, '2022-10-25', 3187, 7054, 1634, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '19.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7920, '2022-10-25', 2552, 7055, 1634, 4891, '2.0000', '0.3958', '0.3958', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7921, '2022-10-25', 2713, 7056, 1634, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7922, '2022-10-25', 3085, 7057, 1634, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7923, '2022-10-25', 2713, 7058, 1635, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7924, '2022-10-25', 3120, 7059, 1635, 14570, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7925, '2022-10-25', 2712, 7060, 1635, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7926, '2022-10-25', 3060, 7061, 1635, 14414, '2.0000', '6.2500', '6.2500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7927, '2022-10-25', 2712, 7062, 1636, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7928, '2022-10-25', 2950, 7063, 1637, 14423, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7929, '2022-10-25', 2712, 7064, 1637, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7930, '2022-10-25', 2822, 7065, 1637, 13272, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7931, '2022-10-25', 2653, 7066, 1637, 14449, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '52.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7932, '2022-10-25', 3120, 7067, 1637, 14570, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7933, '2022-10-25', 3060, 7068, 1637, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7934, '2022-10-25', 3120, 7069, 1638, 14570, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7935, '2022-10-25', 3048, 7070, 1639, 14549, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '106.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7936, '2022-10-25', 2534, 7071, 1639, 14481, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7937, '2022-10-25', 2653, 7072, 1639, 14449, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '51.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7938, '2022-10-25', 2713, 7073, 1640, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7939, '2022-10-25', 3048, 7074, 1640, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7940, '2022-10-25', 3625, 7075, 1641, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '41.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7941, '2022-10-25', 3047, 7076, 1641, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7942, '2022-10-25', 3606, 7077, 1642, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7943, '2022-10-25', 3120, 7078, 1642, 14570, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7944, '2022-10-25', 2646, 7079, 1642, 14607, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7945, '2022-10-25', 3120, 7080, 1643, 14570, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7946, '2022-10-25', 3120, 7080, 1643, 14616, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7947, '2022-10-25', 3085, 7081, 1643, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7948, '2022-10-25', 2500, 7082, 1644, 13759, '-2.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7949, '2022-10-25', 2500, 7082, 1644, 14424, '3.0000', '10.8300', '10.8300', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7950, '2022-10-25', 3048, 7083, 1644, 14549, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '102.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7951, '2022-10-25', 2524, 7084, 1644, 3819, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7952, '2022-10-25', 2713, 7085, 1645, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7953, '2022-10-25', 2827, 7086, 1645, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '11.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7954, '2022-10-25', 2524, 7087, 1645, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7955, '2022-10-25', 3212, 7088, 1645, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7956, '2022-10-25', 3048, 7089, 1645, 14549, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '97.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7957, '2022-10-25', 3606, 7090, 1646, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7958, '2022-10-25', 2713, 7091, 1646, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7959, '2022-10-25', 2822, 7092, 1646, 13272, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7960, '2022-10-25', 3631, 7093, 1646, 14555, '1.0000', '0.8042', '0.8042', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7961, '2022-10-25', 3635, 7094, 1646, 14559, '2.0000', '0.9002', '0.9002', '2.0000', '2.0000', '56.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7962, '2022-10-25', 3621, 7095, 1647, 14537, '3.0000', '0.5833', '0.5833', '3.0000', '3.0000', '57.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7963, '2022-10-25', 3606, 7096, 1648, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7964, '2022-10-25', 2713, 7097, 1648, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7965, '2022-10-25', 2953, 7098, 1648, 5772, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7966, '2022-10-25', 3120, 7099, 1648, 14616, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7967, '2022-10-25', 3047, 7100, 1649, 13264, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7968, '2022-10-25', 2923, 7101, 1649, 14455, '4.0000', '3.0000', '3.0000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7969, '2022-10-25', 3120, 7102, 1650, 14616, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7970, '2022-10-25', 2873, 7103, 1650, 7272, '-6.0000', '2.6300', '2.6300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7971, '2022-10-25', 2873, 7103, 1650, 8233, '6.0000', '2.6300', '2.6300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7972, '2022-10-25', 2873, 7103, 1650, 9194, '-17.0000', '2.6300', '2.6300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7973, '2022-10-25', 2873, 7103, 1650, 9977, '6.0000', '2.8300', '2.8300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 110, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7974, '2022-10-25', 2873, 7103, 1650, 9986, '6.0000', '3.0000', '3.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 115, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7975, '2022-10-25', 2873, 7103, 1650, 10127, '6.0000', '2.3800', '2.3800', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7976, '2022-10-25', 3120, 7104, 1651, 14616, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7977, '2022-10-25', 2534, 7105, 1651, 14481, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7978, '2022-10-25', 2649, 7106, 1652, 13285, '4.0000', '5.4167', '5.4167', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7979, '2022-10-25', 3483, 7107, 1652, 10172, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7980, '2022-10-25', 3015, 7108, 1652, 5453, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '96.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7981, '2022-10-25', 2534, 7109, 1653, 14481, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7982, '2022-10-25', 2790, 7110, 1654, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '14.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7983, '2022-10-25', 3048, 7111, 1654, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '96.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7984, '2022-10-25', 2713, 7112, 1654, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7985, '2022-10-25', 3230, 7113, 1655, 14439, '1.0000', '2.6400', '2.6400', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7986, '2022-10-25', 2636, 7114, 1656, 3931, '1.0000', '9.4100', '9.4100', '14.0000', '14.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7987, '2022-10-25', 2699, 7115, 1656, 14567, '16.0000', '6.6000', '6.6000', '8.0000', '8.0000', '60.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7988, '2022-10-25', 2697, 7116, 1656, 3992, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7989, '2022-10-25', 2698, 7117, 1656, 5831, '7.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7990, '2022-10-25', 2698, 7117, 1656, 6792, '-39.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7991, '2022-10-25', 2698, 7117, 1656, 7755, '-17.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7992, '2022-10-25', 2698, 7117, 1656, 8716, '17.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7993, '2022-10-25', 2698, 7117, 1656, 9677, '-17.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7994, '2022-10-25', 2698, 7117, 1656, 9950, '50.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 107, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7995, '2022-10-25', 2698, 7117, 1656, 11026, '-1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7996, '2022-10-25', 2698, 7117, 1656, 11996, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7997, '2022-10-25', 2698, 7117, 1656, 12966, '-1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7998, '2022-10-25', 2698, 7117, 1656, 13372, '10.0000', '6.6000', '6.6000', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (7999, '2022-10-25', 2916, 7118, 1657, 5744, '1.0000', '34.1000', '34.1000', '52.0000', '52.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8000, '2022-10-25', 2725, 7119, 1657, 10018, '6.0000', '3.8700', '3.8700', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8001, '2022-10-25', 2699, 7120, 1657, 14567, '25.0000', '6.6000', '6.6000', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8002, '2022-10-25', 2698, 7121, 1657, 13372, '15.0000', '6.6000', '6.6000', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8003, '2022-10-25', 2766, 7122, 1657, 4061, '12.0000', '1.3000', '1.3000', '2.0000', '2.0000', '259.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8004, '2022-10-25', 3190, 7123, 1658, 4485, '3.0000', '7.7500', '7.7500', '12.0000', '12.0000', '87.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8005, '2022-10-25', 3254, 7124, 1658, 4549, '4.0000', '0.0800', '0.0800', '0.5000', '0.5000', '285.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8006, '2022-10-25', 3631, 7125, 1658, 14555, '1.0000', '0.8042', '0.8042', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8007, '2022-10-25', 2961, 7126, 1658, 10096, '1.0000', '14.9000', '14.9000', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 136, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8008, '2022-10-25', 3044, 7127, 1659, 4859, '1.0000', '12.2917', '12.2917', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8009, '2022-10-25', 3641, 7128, 1659, 14580, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8010, '2022-10-25', 3307, 7129, 1659, 4602, '3.0000', '0.1500', '0.1500', '0.3000', '0.3000', '1933.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8011, '2022-10-25', 2801, 7130, 1660, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '16.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8012, '2022-10-25', 3620, 7131, 1660, 14534, '6.0000', '1.4166', '1.4166', '2.0000', '2.0000', '52.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8013, '2022-10-25', 3172, 7132, 1661, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8014, '2022-10-25', 3230, 7133, 1662, 14439, '1.0000', '2.6400', '2.6400', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8015, '2022-10-25', 3621, 7134, 1662, 14537, '3.0000', '0.5833', '0.5833', '3.0000', '3.0000', '54.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8016, '2022-10-25', 3311, 7135, 1662, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8017, '2022-10-25', 3048, 7136, 1662, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '94.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8018, '2022-10-25', 3198, 7137, 1663, 4493, '1.0000', '117.8000', '117.8000', '155.0000', '155.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8019, '2022-10-25', 3638, 7138, 1663, 14562, '1.0000', '9.2900', '9.2900', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8020, '2022-10-25', 2726, 7139, 1663, 4021, '2.0000', '15.1900', '15.1900', '25.0000', '25.0000', '24.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8021, '2022-10-25', 2725, 7140, 1663, 10018, '2.0000', '3.8700', '3.8700', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8022, '2022-10-25', 2716, 7141, 1663, 5887, '4.0000', '3.3500', '3.3500', '4.5000', '4.5000', '69.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8023, '2022-10-25', 3233, 7142, 1663, 9915, '1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '8.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8024, '2022-10-25', 2699, 7143, 1664, 14567, '14.0000', '6.6000', '6.6000', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8025, '2022-10-25', 3264, 7144, 1664, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '71.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8026, '2022-10-25', 3574, 7145, 1664, 13182, '5.0000', '38.0000', '38.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 177, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8027, '2022-10-25', 3639, 7146, 1664, 14568, '3.0000', '3.5000', '3.5000', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8028, '2022-10-25', 2610, 7147, 1664, 3905, '2.0000', '5.0000', '5.0000', '7.0000', '7.0000', '52.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8029, '2022-10-25', 2827, 7148, 1665, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '8.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8030, '2022-10-25', 2661, 7149, 1665, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '18.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8031, '2022-10-25', 3625, 7150, 1665, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '40.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8032, '2022-10-25', 3242, 7151, 1666, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8033, '2022-10-25', 3329, 7152, 1666, 4826, '2.0000', '7.6500', '7.6500', '16.0000', '16.0000', '19.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8034, '2022-10-25', 2827, 7153, 1667, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '5.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8035, '2022-10-25', 3085, 7154, 1668, 5126, '3.0000', '4.0000', '4.0000', '5.0000', '5.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8036, '2022-10-25', 2713, 7155, 1669, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8037, '2022-10-25', 2645, 7156, 1670, 14606, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8038, '2022-10-25', 2645, 7156, 1670, 14617, '24.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8039, '2022-10-25', 2645, 7156, 1670, 14980, '-27.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8040, '2022-10-25', 2645, 7156, 1670, 15676, '43.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8041, '2022-10-25', 2699, 7157, 1670, 14567, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8042, '2022-10-25', 3256, 7158, 1670, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8043, '2022-10-25', 2930, 7159, 1670, 14456, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8044, '2022-10-25', 3084, 7160, 1671, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8045, '2022-10-25', 2645, 7161, 1672, 15676, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '51.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8046, '2022-10-25', 3187, 7162, 1672, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '17.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8047, '2022-10-25', 3120, 7163, 1672, 14616, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8048, '2022-10-25', 2893, 7164, 1672, 6625, '-17.0000', '1.0500', '1.0500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8049, '2022-10-25', 2893, 7164, 1672, 7588, '-7.0000', '1.0500', '1.0500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8050, '2022-10-25', 2893, 7164, 1672, 8549, '7.0000', '1.0500', '1.0500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8051, '2022-10-25', 2893, 7164, 1672, 9510, '-23.0000', '1.0500', '1.0500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8052, '2022-10-25', 2893, 7164, 1672, 5664, '12.0000', '1.0500', '1.0500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8053, '2022-10-25', 2893, 7164, 1672, 9972, '18.0000', '1.1667', '1.1667', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 109, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8054, '2022-10-25', 2893, 7164, 1672, 10194, '2.0000', '0.0000', '1.1667', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 158, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8055, '2022-10-25', 2893, 7164, 1672, 11825, '4.0000', '1.1667', '1.1667', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8056, '2022-10-25', 2893, 7164, 1672, 12795, '-4.0000', '1.1667', '1.1667', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8057, '2022-10-25', 2893, 7164, 1672, 10855, '-4.0000', '1.1667', '1.1667', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8058, '2022-10-25', 2893, 7164, 1672, 13223, '14.0000', '1.3714', '1.3714', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 186, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8059, '2022-10-25', 2647, 7165, 1672, 3942, '6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8060, '2022-10-25', 2608, 7166, 1673, 3903, '3.0000', '30.5900', '30.5900', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8061, '2022-10-25', 2918, 7167, 1674, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8062, '2022-10-25', 2900, 7168, 1674, 4195, '1.0000', '150.0000', '150.0000', '180.0000', '180.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8063, '2022-10-25', 2589, 7169, 1675, 4821, '2.0000', '11.3925', '11.3925', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8064, '2022-10-25', 2587, 7170, 1675, 3882, '1.0000', '2.6200', '2.6200', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8065, '2022-10-25', 2645, 7171, 1675, 15676, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8066, '2022-10-25', 2638, 7172, 1675, 3933, '1.0000', '7.9900', '7.9900', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8067, '2022-10-25', 2661, 7173, 1676, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '16.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8068, '2022-10-25', 3586, 7174, 1677, 13345, '1.0000', '12.2500', '12.2500', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8069, '2022-10-25', 2860, 7175, 1677, 4155, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8070, '2022-10-25', 2645, 7176, 1677, 15676, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8071, '2022-10-25', 2648, 7177, 1678, 14609, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8072, '2022-10-25', 3048, 7178, 1678, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '92.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8073, '2022-10-25', 2645, 7179, 1679, 15676, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8074, '2022-10-25', 3063, 7180, 1679, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8075, '2022-10-25', 2645, 7181, 1680, 15676, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8076, '2022-10-25', 2712, 7182, 1681, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8077, '2022-10-25', 2645, 7183, 1682, 15676, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8078, '2022-10-25', 3063, 7184, 1682, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8079, '2022-10-25', 3114, 7185, 1683, 13360, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8080, '2022-10-25', 3123, 7186, 1683, 5423, '1.0000', '4.7500', '4.7500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8081, '2022-10-25', 2711, 7187, 1684, 14402, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8082, '2022-10-25', 2713, 7188, 1685, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8083, '2022-10-25', 2642, 7189, 1686, 14433, '4.0000', '6.2500', '6.2500', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8084, '2022-10-25', 2713, 7190, 1686, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8085, '2022-10-25', 2789, 7191, 1687, 13352, '2.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 219, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8086, '2022-10-25', 3314, 7192, 1687, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8087, '2022-10-25', 3048, 7193, 1687, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8088, '2022-10-25', 2713, 7194, 1688, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8089, '2022-10-25', 2653, 7195, 1689, 14449, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8090, '2022-10-25', 2642, 7196, 1689, 14433, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8091, '2022-10-25', 3606, 7197, 1689, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8092, '2022-10-25', 3314, 7198, 1690, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8093, '2022-10-25', 3172, 7199, 1691, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8094, '2022-10-25', 3120, 7200, 1692, 14616, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8095, '2022-10-25', 3074, 7201, 1692, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8096, '2022-10-25', 3231, 7202, 1692, 14440, '2.0000', '1.7600', '1.7600', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8097, '2022-10-25', 3212, 7203, 1692, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8098, '2022-10-25', 2713, 7204, 1693, 14521, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8099, '2022-10-25', 3120, 7205, 1694, 14616, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8100, '2022-10-25', 3114, 7206, 1694, 13360, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8101, '2022-10-25', 2712, 7207, 1694, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8102, '2022-10-25', 3048, 7208, 1695, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8103, '2022-10-25', 3120, 7209, 1695, 14616, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8104, '2022-10-25', 2534, 7210, 1695, 14481, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8105, '2022-10-25', 2699, 7211, 1696, 14567, '20.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8106, '2022-10-25', 2699, 7211, 1696, 15522, '-1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8107, '2022-10-25', 2699, 7211, 1696, 15692, '21.0000', '6.6000', '6.6000', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 286, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8108, '2022-10-25', 2698, 7212, 1696, 13372, '12.0000', '6.6000', '6.6000', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8109, '2022-10-25', 2801, 7213, 1696, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '15.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8110, '2022-10-25', 2713, 7214, 1697, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8111, '2022-10-26', 2513, 7215, 1698, 3808, '1.0000', '1.4200', '1.4200', '2.0000', '2.0000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8112, '2022-10-26', 3230, 7216, 1699, 14439, '1.0000', '2.6400', '2.6400', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8113, '2022-10-26', 2827, 7217, 1700, 13255, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '2.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8114, '2022-10-26', 2661, 7218, 1700, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '14.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8115, '2022-10-26', 2713, 7219, 1701, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8116, '2022-10-26', 3048, 7220, 1701, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '87.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8117, '2022-10-26', 3635, 7221, 1701, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '55.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8118, '2022-10-26', 2661, 7222, 1702, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '12.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8119, '2022-10-26', 2534, 7223, 1703, 14516, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8120, '2022-10-26', 2647, 7224, 1704, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '71.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8121, '2022-10-26', 2646, 7225, 1704, 14607, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8122, '2022-10-26', 2507, 7226, 1705, 13384, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8123, '2022-10-26', 3074, 7227, 1706, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8124, '2022-10-26', 2712, 7228, 1707, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8125, '2022-10-26', 2822, 7229, 1708, 13272, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8126, '2022-10-26', 2712, 7230, 1709, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8127, '2022-10-26', 2952, 7231, 1709, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8128, '2022-10-26', 3172, 7232, 1709, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8129, '2022-10-26', 3048, 7233, 1709, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8130, '2022-10-26', 2893, 7234, 1709, 13257, '1.0000', '0.0000', '0.0000', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8131, '2022-10-26', 2661, 7235, 1709, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '10.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8132, '2022-10-26', 2933, 7236, 1710, 4228, '10.0000', '0.7500', '0.7500', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8133, '2022-10-26', 3612, 7237, 1711, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8134, '2022-10-26', 3314, 7238, 1711, 4807, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8135, '2022-10-26', 2951, 7239, 1711, 13313, '2.0000', '2.5000', '2.5000', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8136, '2022-10-26', 3483, 7240, 1711, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8137, '2022-10-26', 3482, 7241, 1711, 5418, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8138, '2022-10-26', 3048, 7242, 1711, 14549, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '83.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8139, '2022-10-26', 2893, 7243, 1711, 13257, '1.0000', '0.0000', '0.0000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8140, '2022-10-26', 2661, 7244, 1712, 13363, '2.0000', '0.2547', '0.2547', '0.5000', '0.5000', '8.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8141, '2022-10-26', 3085, 7245, 1713, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8142, '2022-10-26', 2504, 7246, 1714, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8143, '2022-10-26', 2791, 7247, 1714, 9976, '1.0000', '2.9700', '2.9700', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 110, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8144, '2022-10-26', 2645, 7248, 1715, 15676, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8145, '2022-10-26', 2645, 7249, 1716, 15676, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8146, '2022-10-26', 2645, 7250, 1717, 15676, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8147, '2022-10-26', 2534, 7251, 1718, 14516, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8148, '2022-10-26', 2645, 7252, 1719, 15676, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8149, '2022-10-26', 2930, 7253, 1720, 14456, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8150, '2022-10-26', 2661, 7254, 1721, 13363, '4.0000', '0.2547', '0.2547', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8151, '2022-10-26', 3606, 7255, 1721, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8152, '2022-10-26', 2645, 7256, 1722, 15676, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8153, '2022-10-26', 2642, 7257, 1723, 14433, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8154, '2022-10-26', 3070, 7258, 1724, 4365, '1.0000', '11.5000', '11.5000', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8155, '2022-10-26', 2645, 7259, 1724, 15676, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8156, '2022-10-26', 2642, 7260, 1724, 14433, '5.0000', '6.2500', '6.2500', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8157, '2022-10-26', 2716, 7261, 1725, 5887, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '68.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8158, '2022-10-26', 3268, 7262, 1725, 4563, '1.0000', '4.5000', '4.5000', '6.5000', '6.5000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8159, '2022-10-26', 3133, 7263, 1725, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8160, '2022-10-26', 2645, 7264, 1725, 15676, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 280, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8161, '2022-10-26', 2645, 7264, 1725, 15698, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8162, '2022-10-26', 3114, 7265, 1725, 13360, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8163, '2022-10-26', 3048, 7266, 1725, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8164, '2022-10-26', 3518, 7267, 1725, 4924, '1.0000', '24.0000', '24.0000', '32.0000', '32.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8165, '2022-10-26', 3126, 7268, 1725, 9980, '1.0000', '11.4917', '11.4917', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8166, '2022-10-26', 2645, 7269, 1726, 15698, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8167, '2022-10-26', 3483, 7270, 1727, 10172, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8168, '2022-10-26', 2711, 7271, 1727, 14402, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8169, '2022-10-26', 2713, 7272, 1727, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8170, '2022-10-26', 2582, 7273, 1728, 5014, '1.0000', '7.5300', '7.5300', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8171, '2022-10-26', 2645, 7274, 1729, 15698, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8172, '2022-10-26', 3120, 7275, 1730, 14616, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8173, '2022-10-26', 3120, 7276, 1731, 14616, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8174, '2022-10-26', 2653, 7277, 1731, 14449, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8175, '2022-10-26', 3048, 7278, 1731, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8176, '2022-10-26', 2661, 7279, 1731, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '3.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8177, '2022-10-26', 2791, 7280, 1732, 9976, '1.0000', '2.9700', '2.9700', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 110, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8178, '2022-10-26', 3015, 7281, 1732, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '95.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8179, '2022-10-26', 2646, 7282, 1733, 14607, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8180, '2022-10-26', 2902, 7283, 1734, 13329, '2.0000', '6.7400', '6.7400', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8181, '2022-10-26', 2953, 7284, 1734, 5772, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8182, '2022-10-26', 2712, 7285, 1734, 14586, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8183, '2022-10-26', 2713, 7286, 1735, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8184, '2022-10-26', 2650, 7287, 1735, 14565, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8185, '2022-10-26', 2790, 7288, 1735, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '13.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8186, '2022-10-26', 3606, 7289, 1735, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8187, '2022-10-26', 3120, 7290, 1736, 14616, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8188, '2022-10-26', 2534, 7291, 1736, 14516, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8189, '2022-10-26', 2864, 7292, 1737, 13309, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8190, '2022-10-26', 2661, 7293, 1738, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '2.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8191, '2022-10-26', 3256, 7294, 1738, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8192, '2022-10-26', 2873, 7295, 1739, 10538, '-6.0000', '2.3800', '2.3800', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8193, '2022-10-26', 2873, 7295, 1739, 11508, '6.0000', '2.3800', '2.3800', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8194, '2022-10-26', 2873, 7295, 1739, 12478, '-6.0000', '2.3800', '2.3800', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8195, '2022-10-26', 2873, 7295, 1739, 13353, '6.0000', '3.0200', '3.0200', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 219, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8196, '2022-10-26', 2873, 7295, 1739, 13733, '-2.0000', '3.0200', '3.0200', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8197, '2022-10-26', 2873, 7295, 1739, 14569, '3.0000', '3.0200', '3.0200', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8198, '2022-10-26', 2713, 7296, 1739, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8199, '2022-10-26', 3635, 7297, 1739, 14559, '2.0000', '0.9002', '0.9002', '2.0000', '2.0000', '53.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8200, '2022-10-26', 2534, 7298, 1740, 14516, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8201, '2022-10-26', 3017, 7299, 1740, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8202, '2022-10-26', 2724, 7300, 1741, 4019, '3.0000', '1.1900', '1.1900', '2.0000', '2.0000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8203, '2022-10-26', 3262, 7301, 1741, 5939, '2.0000', '6.1300', '6.1300', '10.0000', '10.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8204, '2022-10-26', 3233, 7302, 1741, 9915, '2.0000', '26.4000', '26.4000', '40.0000', '40.0000', '6.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8205, '2022-10-26', 3172, 7303, 1741, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8206, '2022-10-26', 2608, 7304, 1741, 3903, '1.0000', '30.5900', '30.5900', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8207, '2022-10-26', 2608, 7304, 1741, 14492, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '7.0000', 1, 0, NULL, 254, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8208, '2022-10-26', 2900, 7305, 1741, 4195, '1.0000', '150.0000', '150.0000', '180.0000', '180.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8209, '2022-10-26', 2916, 7306, 1741, 5744, '1.0000', '34.1000', '34.1000', '52.0000', '52.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8210, '2022-10-26', 3048, 7307, 1741, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8211, '2022-10-26', 2653, 7308, 1742, 14449, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8212, '2022-10-26', 2646, 7309, 1743, 14607, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8213, '2022-10-26', 2982, 7310, 1744, 14397, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8214, '2022-10-26', 3172, 7311, 1744, 14391, '1.0000', '3.3428', '3.3428', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8215, '2022-10-26', 3172, 7311, 1744, 14472, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8216, '2022-10-26', 2982, 7312, 1745, 14397, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8217, '2022-10-26', 3085, 7313, 1746, 5126, '2.0000', '4.0000', '4.0000', '5.0000', '5.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8218, '2022-10-26', 2646, 7314, 1747, 14607, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8219, '2022-10-26', 2642, 7315, 1748, 14433, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8220, '2022-10-26', 2642, 7315, 1748, 14564, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8221, '2022-10-26', 3085, 7316, 1748, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8222, '2022-10-26', 3172, 7317, 1749, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8223, '2022-10-26', 3565, 7318, 1750, 13170, '1.0000', '9.5000', '9.5000', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8224, '2022-10-26', 2642, 7319, 1751, 14564, '2.0000', '6.2500', '6.2500', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8225, '2022-10-26', 3172, 7320, 1752, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8226, '2022-10-26', 2646, 7321, 1753, 14607, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8227, '2022-10-26', 2646, 7321, 1753, 14982, '-12.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8228, '2022-10-26', 2646, 7321, 1753, 15701, '13.0000', '11.9450', '11.9450', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8229, '2022-10-26', 2711, 7322, 1753, 14402, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8230, '2022-10-26', 2982, 7323, 1754, 14427, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8231, '2022-10-26', 3608, 7324, 1755, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '75.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8232, '2022-10-26', 2504, 7325, 1756, 13385, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8233, '2022-10-27', 2859, 7326, 1757, 4154, '1.0000', '6.3200', '6.3200', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8234, '2022-10-27', 2591, 7327, 1757, 3886, '1.0000', '5.1700', '5.1700', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8235, '2022-10-27', 2513, 7328, 1757, 3808, '1.0000', '1.4200', '1.4200', '2.0000', '2.0000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8236, '2022-10-27', 2893, 7329, 1758, 13364, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8237, '2022-10-27', 3047, 7330, 1758, 13264, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8238, '2022-10-27', 3086, 7331, 1758, 13286, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8239, '2022-10-27', 3114, 7332, 1758, 13360, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8240, '2022-10-27', 2522, 7333, 1759, 3817, '10.0000', '0.1800', '0.1800', '0.5000', '0.5000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8241, '2022-10-27', 2882, 7334, 1760, 13317, '1.0000', '0.9167', '0.9167', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8242, '2022-10-27', 2790, 7335, 1760, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '12.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8243, '2022-10-27', 2483, 7336, 1761, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8244, '2022-10-27', 3165, 7337, 1762, 15720, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '5.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8245, '2022-10-27', 2661, 7338, 1763, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '1.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8246, '2022-10-27', 2827, 7339, 1763, 13255, '2.0000', '0.1700', '0.1700', '0.3333', '0.3333', '0.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8247, '2022-10-27', 2827, 7339, 1763, 14366, '-109.0000', '0.1700', '0.1700', '0.3333', '0.3333', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8248, '2022-10-27', 2827, 7339, 1763, 14399, '110.0000', '0.1700', '0.1700', '0.3333', '0.3333', '190.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8249, '2022-10-27', 3231, 7340, 1764, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8250, '2022-10-27', 3060, 7341, 1764, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8251, '2022-10-27', 2663, 7342, 1765, 5337, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8252, '2022-10-27', 2827, 7343, 1766, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '187.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8253, '2022-10-27', 2661, 7344, 1766, 13363, '1.0000', '0.2547', '0.2547', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8254, '2022-10-27', 2661, 7344, 1766, 13531, '-49.0000', '0.2547', '0.2547', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8255, '2022-10-27', 2661, 7344, 1766, 14430, '50.0000', '0.2667', '0.2667', '0.5000', '0.5000', '10.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8256, '2022-10-27', 2698, 7345, 1767, 13372, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8257, '2022-10-27', 2791, 7346, 1767, 10539, '-4.0000', '2.9700', '2.9700', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8258, '2022-10-27', 2791, 7346, 1767, 11509, '4.0000', '2.9700', '2.9700', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8259, '2022-10-27', 2791, 7346, 1767, 12479, '-4.0000', '2.9700', '2.9700', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8260, '2022-10-27', 2791, 7346, 1767, 14477, '5.0000', '3.0300', '3.0300', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8261, '2022-10-27', 2961, 7347, 1768, 10096, '1.0000', '14.9000', '14.9000', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 136, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8262, '2022-10-27', 3074, 7348, 1769, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '26.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8263, '2022-10-27', 2918, 7349, 1770, 4213, '2.0000', '1.8800', '1.8800', '3.0000', '3.0000', '41.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8264, '2022-10-27', 2922, 7350, 1771, 13295, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8265, '2022-10-27', 2821, 7351, 1772, 4116, '1.0000', '24.9700', '24.9700', '35.0000', '35.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8266, '2022-10-27', 2650, 7352, 1773, 14565, '6.0000', '4.5833', '4.5833', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8267, '2022-10-27', 3063, 7353, 1774, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8268, '2022-10-27', 2933, 7354, 1774, 4228, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8269, '2022-10-27', 2699, 7355, 1775, 15692, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 286, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8270, '2022-10-27', 2886, 7356, 1775, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8271, '2022-10-27', 2712, 7357, 1776, 14618, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8272, '2022-10-27', 2661, 7358, 1777, 14430, '2.0000', '0.2667', '0.2667', '0.5000', '0.5000', '8.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8273, '2022-10-27', 2713, 7359, 1778, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8274, '2022-10-27', 2827, 7360, 1779, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '184.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8275, '2022-10-27', 3074, 7361, 1780, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8276, '2022-10-27', 2930, 7362, 1781, 14456, '4.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8277, '2022-10-27', 3074, 7363, 1781, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '24.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8278, '2022-10-27', 3314, 7364, 1782, 4807, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8279, '2022-10-27', 3256, 7365, 1783, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8280, '2022-10-27', 3621, 7366, 1784, 14537, '1.0000', '0.5833', '0.5833', '3.0000', '3.0000', '53.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8281, '2022-10-27', 2882, 7367, 1784, 13317, '2.0000', '0.9167', '0.9167', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8282, '2022-10-27', 3086, 7368, 1785, 13286, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8283, '2022-10-27', 3074, 7369, 1785, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8284, '2022-10-27', 3606, 7370, 1785, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8285, '2022-10-27', 2534, 7371, 1786, 14516, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8286, '2022-10-27', 3048, 7372, 1786, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8287, '2022-10-27', 2507, 7373, 1786, 13384, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8288, '2022-10-27', 2894, 7374, 1786, 4997, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8289, '2022-10-27', 2713, 7375, 1787, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8290, '2022-10-27', 3048, 7376, 1787, 14549, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '75.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8291, '2022-10-27', 2713, 7377, 1788, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8292, '2022-10-27', 2882, 7378, 1789, 13317, '2.0000', '0.9167', '0.9167', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8293, '2022-10-27', 2713, 7379, 1790, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8294, '2022-10-27', 2789, 7380, 1790, 13736, '-1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8295, '2022-10-27', 2789, 7380, 1790, 14513, '2.0000', '9.5600', '9.5600', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8296, '2022-10-27', 3482, 7381, 1790, 5418, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8297, '2022-10-27', 3638, 7382, 1791, 14562, '2.0000', '9.2900', '9.2900', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8298, '2022-10-27', 3340, 7383, 1791, 4635, '1.0000', '68.0000', '68.0000', '95.0000', '95.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8299, '2022-10-27', 2963, 7384, 1791, 4996, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8300, '2022-10-27', 2848, 7385, 1791, 4143, '2.0000', '15.3100', '15.3100', '20.0000', '20.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8301, '2022-10-27', 2965, 7386, 1791, 4260, '2.0000', '2.8000', '2.8000', '4.5000', '4.5000', '44.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8302, '2022-10-27', 2699, 7387, 1791, 15692, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 286, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8303, '2022-10-27', 2698, 7388, 1791, 13372, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8304, '2022-10-27', 2697, 7389, 1791, 3992, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8305, '2022-10-27', 2608, 7390, 1791, 14492, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '6.0000', 1, 0, NULL, 254, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8306, '2022-10-27', 3553, 7391, 1791, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8307, '2022-10-27', 3482, 7392, 1792, 5418, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8308, '2022-10-27', 2661, 7393, 1793, 14430, '2.0000', '0.2667', '0.2667', '0.5000', '0.5000', '6.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8309, '2022-10-27', 2644, 7394, 1794, 13274, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8310, '2022-10-27', 2935, 7395, 1795, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8311, '2022-10-27', 3172, 7396, 1796, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8312, '2022-10-27', 3060, 7397, 1797, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8313, '2022-10-27', 3646, 7398, 1797, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '118.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8314, '2022-10-27', 3646, 7399, 1798, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '115.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8315, '2022-10-28', 2790, 7400, 1799, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8316, '2022-10-28', 3646, 7401, 1799, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '113.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8317, '2022-10-28', 2552, 7402, 1799, 4891, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8318, '2022-10-28', 3226, 7403, 1800, 4521, '1.0000', '696.0000', '696.0000', '870.0000', '870.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8319, '2022-10-28', 3116, 7404, 1800, 4411, '1.0000', '556.5000', '556.5000', '700.0000', '700.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8320, '2022-10-28', 2710, 7405, 1801, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8321, '2022-10-28', 3483, 7406, 1801, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8322, '2022-10-28', 2645, 7407, 1801, 15698, '25.0000', '8.3496', '8.3496', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8323, '2022-10-28', 3084, 7408, 1802, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8324, '2022-10-28', 3483, 7409, 1802, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8325, '2022-10-28', 2917, 7410, 1803, 13191, '1.0000', '9.2096', '9.2096', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 180, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8326, '2022-10-28', 2917, 7410, 1803, 13375, '9.0000', '9.7500', '9.7500', '14.0000', '14.0000', '15.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8327, '2022-10-28', 2713, 7411, 1803, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8328, '2022-10-28', 3172, 7412, 1803, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8329, '2022-10-28', 3048, 7413, 1803, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8330, '2022-10-28', 3344, 7414, 1804, 10070, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 129, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8331, '2022-10-28', 3645, 7415, 1804, 15719, '1.0000', '19.1100', '19.1100', '25.0000', '25.0000', '1.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8332, '2022-10-28', 2917, 7416, 1805, 13375, '8.0000', '9.7500', '9.7500', '14.0000', '14.0000', '7.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8333, '2022-10-28', 2950, 7417, 1805, 14423, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8334, '2022-10-28', 2827, 7418, 1805, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '181.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8335, '2022-10-28', 2642, 7419, 1806, 14564, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8336, '2022-10-28', 2649, 7420, 1806, 13285, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8337, '2022-10-28', 2645, 7421, 1807, 15698, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8338, '2022-10-28', 2902, 7422, 1807, 13329, '2.0000', '6.7400', '6.7400', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8339, '2022-10-28', 3576, 7423, 1807, 14401, '1.0000', '4.6154', '4.6154', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8340, '2022-10-28', 2642, 7424, 1808, 14564, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8341, '2022-10-28', 2646, 7425, 1809, 15701, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8342, '2022-10-28', 3063, 7426, 1809, 13382, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8343, '2022-10-28', 2726, 7427, 1810, 4021, '1.0000', '15.1900', '15.1900', '25.0000', '25.0000', '23.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8344, '2022-10-28', 2935, 7428, 1811, 13302, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8345, '2022-10-28', 2822, 7429, 1812, 13272, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8346, '2022-10-28', 2822, 7429, 1812, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8347, '2022-10-28', 2645, 7430, 1812, 15698, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8348, '2022-10-28', 3212, 7431, 1813, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8349, '2022-10-28', 2936, 7432, 1814, 14420, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8350, '2022-10-28', 2647, 7433, 1815, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '70.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8351, '2022-10-28', 3063, 7434, 1815, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8352, '2022-10-28', 2534, 7435, 1815, 14516, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8353, '2022-10-28', 3044, 7436, 1815, 4859, '1.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 54, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8354, '2022-10-28', 2950, 7437, 1816, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8355, '2022-10-28', 3612, 7438, 1816, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8356, '2022-10-28', 3172, 7439, 1816, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8357, '2022-10-28', 3048, 7440, 1816, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8358, '2022-10-28', 2645, 7441, 1817, 15698, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8359, '2022-10-28', 3231, 7442, 1818, 14440, '2.0000', '1.7600', '1.7600', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8360, '2022-10-28', 2950, 7443, 1818, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8361, '2022-10-28', 2950, 7444, 1819, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8362, '2022-10-28', 3003, 7445, 1820, 4298, '2.0000', '7.1800', '7.1800', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8363, '2022-10-28', 2926, 7446, 1821, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8364, '2022-10-28', 2930, 7447, 1821, 14456, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8365, '2022-10-28', 2930, 7448, 1822, 14456, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8366, '2022-10-28', 3483, 7449, 1823, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8367, '2022-10-28', 2645, 7450, 1824, 15698, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8368, '2022-10-28', 3231, 7451, 1825, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8369, '2022-10-28', 3606, 7452, 1825, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8370, '2022-10-28', 2534, 7453, 1826, 14516, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8371, '2022-10-28', 2710, 7454, 1826, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8372, '2022-10-28', 3172, 7455, 1826, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8373, '2022-10-28', 2713, 7456, 1827, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8374, '2022-10-28', 2749, 7457, 1828, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '47.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8375, '2022-10-28', 2645, 7458, 1829, 15698, '7.0000', '8.3496', '8.3496', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8376, '2022-10-28', 3172, 7459, 1829, 14472, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8377, '2022-10-28', 2901, 7460, 1830, 14491, '1.0000', '14.3519', '14.3519', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8378, '2022-10-28', 2646, 7461, 1831, 15701, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8379, '2022-10-28', 2952, 7462, 1831, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8380, '2022-10-28', 2646, 7463, 1832, 15701, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '27.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8381, '2022-10-28', 2645, 7464, 1832, 15698, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8382, '2022-10-28', 3047, 7465, 1832, 13264, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8383, '2022-10-28', 2922, 7466, 1832, 13295, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8384, '2022-10-28', 3172, 7467, 1832, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8385, '2022-10-28', 3612, 7468, 1832, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8386, '2022-10-28', 3231, 7469, 1832, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8387, '2022-10-28', 3084, 7470, 1833, 4379, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8388, '2022-10-28', 2710, 7471, 1833, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8389, '2022-10-28', 3172, 7472, 1833, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8390, '2022-10-28', 3483, 7473, 1833, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8391, '2022-10-28', 2894, 7474, 1833, 4997, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8392, '2022-10-28', 2552, 7475, 1834, 4891, '3.0000', '0.3958', '0.3958', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8393, '2022-10-28', 3048, 7476, 1834, 14549, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '69.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8394, '2022-10-28', 2661, 7477, 1834, 14430, '1.0000', '0.2667', '0.2667', '0.5000', '0.5000', '5.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8395, '2022-10-28', 2646, 7478, 1835, 15701, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8396, '2022-10-28', 2642, 7479, 1836, 14564, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8397, '2022-10-28', 2646, 7480, 1836, 15701, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8398, '2022-10-28', 2647, 7481, 1836, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '69.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8399, '2022-10-28', 3063, 7482, 1836, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8400, '2022-10-28', 3165, 7483, 1836, 15720, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '4.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8401, '2022-10-28', 3172, 7484, 1836, 14472, '3.0000', '3.6000', '3.6000', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8402, '2022-10-28', 2982, 7485, 1836, 14427, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8403, '2022-10-28', 2952, 7486, 1836, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8404, '2022-10-28', 3081, 7487, 1837, 13164, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '1.0000', 1, 0, NULL, 172, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8405, '2022-10-28', 3646, 7488, 1837, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '112.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8406, '2022-10-28', 2982, 7489, 1838, 14427, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8407, '2022-10-28', 3172, 7490, 1839, 14472, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8408, '2022-10-28', 2647, 7491, 1840, 15699, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '67.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8409, '2022-10-28', 2642, 7492, 1841, 14564, '4.0000', '6.2500', '6.2500', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8410, '2022-10-28', 2504, 7493, 1842, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8411, '2022-10-28', 2646, 7494, 1843, 15701, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '16.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8412, '2022-10-28', 2647, 7495, 1844, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '66.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8413, '2022-10-28', 2647, 7496, 1845, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '65.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8414, '2022-10-28', 3314, 7497, 1845, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8415, '2022-10-28', 2642, 7498, 1846, 14564, '6.0000', '6.2500', '6.2500', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8416, '2022-10-28', 2653, 7499, 1847, 14449, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8417, '2022-10-28', 2864, 7500, 1847, 13712, '-11.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8418, '2022-10-28', 2864, 7500, 1847, 14389, '6.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8419, '2022-10-28', 2864, 7500, 1847, 14470, '6.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8420, '2022-10-28', 3172, 7501, 1847, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8421, '2022-10-28', 2644, 7502, 1848, 13274, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8422, '2022-10-28', 3172, 7503, 1848, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8423, '2022-10-28', 2950, 7504, 1849, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8424, '2022-10-28', 3048, 7505, 1849, 14549, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8425, '2022-10-28', 3172, 7506, 1849, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8426, '2022-10-28', 2950, 7507, 1850, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8427, '2022-10-28', 3048, 7508, 1850, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8428, '2022-10-28', 2661, 7509, 1850, 14430, '2.0000', '0.2667', '0.2667', '0.5000', '0.5000', '3.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8429, '2022-10-28', 2644, 7510, 1851, 13274, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8430, '2022-10-28', 3172, 7511, 1851, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8431, '2022-10-28', 2642, 7512, 1851, 14564, '6.0000', '6.2500', '6.2500', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8432, '2022-10-28', 2504, 7513, 1851, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8433, '2022-10-28', 2924, 7514, 1851, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8434, '2022-10-28', 3060, 7515, 1852, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8435, '2022-10-28', 3635, 7516, 1852, 14559, '2.0000', '0.9002', '0.9002', '2.0000', '2.0000', '51.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8436, '2022-10-28', 2713, 7517, 1852, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8437, '2022-10-28', 2713, 7518, 1853, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8438, '2022-10-28', 2873, 7519, 1853, 14569, '1.0000', '3.0200', '3.0200', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8439, '2022-10-28', 3048, 7520, 1853, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8440, '2022-10-28', 3114, 7521, 1854, 13360, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8441, '2022-10-28', 2953, 7522, 1854, 6733, '-3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8442, '2022-10-28', 2953, 7522, 1854, 8657, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8443, '2022-10-28', 2953, 7522, 1854, 9618, '-1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8444, '2022-10-28', 2953, 7522, 1854, 10085, '4.0000', '4.5408', '4.5408', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 133, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8445, '2022-10-28', 2894, 7523, 1854, 6619, '-3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8446, '2022-10-28', 2894, 7523, 1854, 7582, '-16.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8447, '2022-10-28', 2894, 7523, 1854, 8543, '16.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8448, '2022-10-28', 2894, 7523, 1854, 9504, '-16.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8449, '2022-10-28', 2894, 7523, 1854, 5658, '3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8450, '2022-10-28', 2894, 7523, 1854, 9851, '4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 81, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8451, '2022-10-28', 2894, 7523, 1854, 10059, '9.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8452, '2022-10-28', 2894, 7523, 1854, 11819, '4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8453, '2022-10-28', 3625, 7524, 1855, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '39.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8454, '2022-10-28', 3606, 7525, 1855, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8455, '2022-10-28', 2661, 7526, 1855, 14430, '2.0000', '0.2667', '0.2667', '0.5000', '0.5000', '1.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8456, '2022-10-28', 2827, 7527, 1855, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '178.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8457, '2022-10-28', 3553, 7528, 1855, 14458, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8458, '2022-10-28', 2661, 7529, 1856, 14430, '1.0000', '0.2667', '0.2667', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8459, '2022-10-28', 2711, 7530, 1856, 14402, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8460, '2022-10-28', 2534, 7531, 1857, 14516, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8461, '2022-10-28', 2727, 7532, 1858, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '10.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8462, '2022-10-28', 2755, 7533, 1858, 4050, '4.0000', '3.4000', '3.4000', '6.0000', '6.0000', '50.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8463, '2022-10-28', 2950, 7534, 1859, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8464, '2022-10-28', 3172, 7535, 1860, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8465, '2022-10-28', 2952, 7536, 1860, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8466, '2022-10-28', 2642, 7537, 1861, 14564, '2.0000', '6.2500', '6.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8467, '2022-10-28', 3060, 7538, 1861, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8468, '2022-10-28', 2790, 7539, 1861, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8469, '2022-10-28', 2649, 7540, 1861, 13285, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8470, '2022-10-28', 2646, 7541, 1861, 15701, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8471, '2022-10-28', 2982, 7542, 1861, 14427, '2.0000', '5.1583', '5.1583', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8472, '2022-10-28', 3048, 7543, 1861, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '60.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8473, '2022-10-28', 3646, 7544, 1861, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '110.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8474, '2022-10-29', 3212, 7545, 1862, 14619, '2.0000', '3.7917', '3.7917', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8475, '2022-10-29', 2653, 7546, 1862, 14449, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8476, '2022-10-29', 2514, 7547, 1862, 3809, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8477, '2022-10-29', 2790, 7548, 1863, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8478, '2022-10-29', 2645, 7549, 1864, 15698, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8479, '2022-10-29', 2822, 7550, 1865, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8480, '2022-10-29', 3587, 7551, 1866, 13346, '1.0000', '30.5000', '30.5000', '41.0000', '41.0000', '1.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8481, '2022-10-29', 2666, 7552, 1867, 3961, '1.0000', '21.0000', '21.0000', '27.0000', '27.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8482, '2022-10-29', 2490, 7553, 1867, 3785, '2.0000', '0.6900', '0.6900', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8483, '2022-10-29', 2719, 7554, 1867, 4850, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '75.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8484, '2022-10-29', 2591, 7555, 1868, 3886, '1.0000', '5.1700', '5.1700', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8485, '2022-10-29', 3483, 7556, 1868, 10172, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8486, '2022-10-29', 2711, 7557, 1869, 14402, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8487, '2022-10-29', 2711, 7557, 1869, 14444, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8488, '2022-10-29', 2711, 7558, 1870, 14444, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8489, '2022-10-29', 2963, 7559, 1871, 4996, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8490, '2022-10-29', 2693, 7560, 1872, 3988, '1.0000', '7.5100', '7.5100', '16.5000', '16.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8491, '2022-10-29', 3084, 7561, 1872, 5207, '2.0000', '4.2100', '4.2100', '6.0000', '6.0000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8492, '2022-10-29', 2699, 7562, 1873, 15692, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 286, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8493, '2022-10-29', 3622, 7563, 1874, 14538, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8494, '2022-10-29', 3623, 7564, 1874, 14539, '2.0000', '3.3333', '3.3333', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8495, '2022-10-29', 2711, 7565, 1875, 14444, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8496, '2022-10-29', 3060, 7566, 1876, 14414, '1.0000', '6.2500', '6.2500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8497, '2022-10-29', 2711, 7567, 1877, 14444, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8498, '2022-10-29', 3048, 7568, 1877, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8499, '2022-10-29', 3483, 7569, 1877, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8500, '2022-10-29', 3060, 7570, 1878, 14414, '2.0000', '6.2500', '6.2500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8501, '2022-10-29', 2950, 7571, 1878, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8502, '2022-10-29', 3121, 7572, 1879, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8503, '2022-10-29', 3606, 7573, 1880, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8504, '2022-10-29', 2712, 7574, 1881, 14618, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8505, '2022-10-29', 2933, 7575, 1882, 4228, '13.0000', '0.7500', '0.7500', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8506, '2022-10-29', 3120, 7576, 1883, 14616, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8507, '2022-10-29', 3060, 7577, 1884, 14414, '2.0000', '6.2500', '6.2500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8508, '2022-10-29', 2902, 7578, 1884, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8509, '2022-10-29', 3050, 7579, 1885, 4345, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8510, '2022-10-29', 2713, 7580, 1886, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8511, '2022-10-29', 2552, 7581, 1887, 4891, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8512, '2022-10-29', 2534, 7582, 1888, 14516, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8513, '2022-10-29', 2591, 7583, 1888, 3886, '1.0000', '5.1700', '5.1700', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8514, '2022-10-29', 3060, 7584, 1889, 14813, '-9.0000', '6.2500', '6.2500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8515, '2022-10-29', 3060, 7584, 1889, 15722, '10.0000', '5.6460', '5.6460', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8516, '2022-10-29', 2590, 7585, 1890, 3885, '1.0000', '13.4100', '13.4100', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8517, '2022-10-29', 3611, 7586, 1890, 14509, '1.0000', '0.8182', '0.8182', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8518, '2022-10-29', 2646, 7587, 1891, 15701, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8519, '2022-10-29', 3085, 7588, 1892, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8520, '2022-10-29', 3643, 7589, 1892, 15677, '1.0000', '11.4700', '11.4700', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 281, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8521, '2022-10-29', 3120, 7590, 1893, 14616, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8522, '2022-10-29', 2534, 7591, 1893, 14516, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8523, '2022-10-29', 2661, 7592, 1894, 14505, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '196.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8524, '2022-10-29', 2713, 7593, 1895, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8525, '2022-10-29', 3048, 7594, 1895, 14549, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8526, '2022-10-29', 2879, 7595, 1896, 13305, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8527, '2022-10-29', 2822, 7596, 1896, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8528, '2022-10-29', 3048, 7597, 1897, 14549, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8529, '2022-10-29', 2920, 7598, 1898, 14590, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '5.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8530, '2022-10-29', 2822, 7599, 1899, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8531, '2022-10-29', 3114, 7600, 1900, 13360, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8532, '2022-10-29', 2661, 7601, 1900, 14505, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '192.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8533, '2022-10-29', 2644, 7602, 1901, 13274, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8534, '2022-10-29', 2699, 7603, 1902, 15692, '10.0000', '6.6000', '6.6000', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 286, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8535, '2022-10-29', 3646, 7604, 1903, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '109.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8536, '2022-10-29', 3048, 7605, 1904, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8537, '2022-10-29', 3085, 7606, 1905, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8538, '2022-10-29', 2822, 7607, 1905, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8539, '2022-10-29', 3644, 7608, 1906, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8540, '2022-10-29', 3314, 7609, 1907, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8541, '2022-10-29', 3579, 7610, 1908, 13319, '1.0000', '18.3417', '18.3417', '25.0000', '25.0000', '4.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8542, '2022-10-29', 3646, 7611, 1909, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '107.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8543, '2022-10-29', 3060, 7612, 1910, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8544, '2022-10-29', 3120, 7613, 1911, 14616, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 276, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8545, '2022-10-29', 2661, 7614, 1911, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '190.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8546, '2022-10-29', 3187, 7615, 1912, 10122, '1.0000', '0.6793', '0.6793', '1.2500', '1.2500', '16.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8547, '2022-10-29', 2544, 7616, 1913, 3839, '1.0000', '45.6400', '45.6400', '55.0000', '55.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8548, '2022-10-30', 3060, 7617, 1914, 15722, '2.0000', '5.6460', '5.6460', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8549, '2022-10-30', 3646, 7618, 1914, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '106.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8550, '2022-10-30', 2648, 7619, 1915, 14609, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8551, '2022-10-30', 2790, 7620, 1916, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8552, '2022-10-30', 3569, 7621, 1917, 13179, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '5.0000', 1, 0, NULL, 177, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8553, '2022-10-30', 2648, 7622, 1918, 14609, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8554, '2022-10-30', 2961, 7623, 1918, 10096, '1.0000', '14.9000', '14.9000', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 136, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8555, '2022-10-30', 3060, 7624, 1919, 15722, '2.0000', '5.6460', '5.6460', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8556, '2022-10-30', 3646, 7625, 1920, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '102.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8557, '2022-10-30', 3123, 7626, 1921, 6384, '-3.0000', '4.7500', '4.7500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8558, '2022-10-30', 3123, 7626, 1921, 7347, '-19.0000', '4.7500', '4.7500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8559, '2022-10-30', 3123, 7626, 1921, 8308, '19.0000', '4.7500', '4.7500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8560, '2022-10-30', 3123, 7626, 1921, 9269, '-19.0000', '4.7500', '4.7500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8561, '2022-10-30', 3123, 7626, 1921, 9978, '12.0000', '5.0000', '5.0000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 110, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8562, '2022-10-30', 3123, 7626, 1921, 10126, '6.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 142, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8563, '2022-10-30', 3123, 7626, 1921, 10613, '-1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8564, '2022-10-30', 3123, 7626, 1921, 11583, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8565, '2022-10-30', 3123, 7626, 1921, 12553, '-1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8566, '2022-10-30', 3123, 7626, 1921, 14474, '7.0000', '5.1400', '5.1400', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8567, '2022-10-30', 2678, 7627, 1922, 3973, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8568, '2022-10-30', 2794, 7628, 1922, 4089, '1.0000', '7.7600', '7.7600', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8569, '2022-10-30', 2653, 7629, 1923, 14449, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8570, '2022-10-30', 2659, 7630, 1923, 4791, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 41, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8571, '2022-10-30', 3060, 7631, 1923, 15722, '2.0000', '5.6460', '5.6460', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8572, '2022-10-30', 2713, 7632, 1923, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8573, '2022-10-30', 2653, 7633, 1924, 14449, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8574, '2022-10-30', 2950, 7634, 1925, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8575, '2022-10-30', 2901, 7635, 1926, 14491, '1.0000', '14.3519', '14.3519', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8576, '2022-10-30', 3084, 7636, 1927, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8577, '2022-10-30', 2710, 7637, 1927, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8578, '2022-10-30', 2499, 7638, 1928, 13205, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8579, '2022-10-30', 3576, 7639, 1928, 14401, '1.0000', '4.6154', '4.6154', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8580, '2022-10-30', 3486, 7640, 1928, 4786, '1.0000', '13.6200', '13.6200', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8581, '2022-10-30', 2922, 7641, 1929, 13295, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8582, '2022-10-30', 3172, 7642, 1930, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8583, '2022-10-30', 2901, 7643, 1931, 14491, '2.0000', '14.3519', '14.3519', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8584, '2022-10-30', 2935, 7644, 1932, 13302, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8585, '2022-10-30', 2901, 7645, 1932, 14491, '1.0000', '14.3519', '14.3519', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 253, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8586, '2022-10-30', 3646, 7646, 1933, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '100.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8587, '2022-10-30', 3102, 7647, 1934, 4397, '1.0000', '13.7300', '13.7300', '18.0000', '18.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8588, '2022-10-30', 2713, 7648, 1935, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8589, '2022-10-30', 2901, 7649, 1936, 14563, '1.0000', '14.6842', '14.6842', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 265, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8590, '2022-10-30', 3646, 7650, 1937, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '98.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8591, '2022-10-30', 2648, 7651, 1938, 14609, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8592, '2022-10-30', 2950, 7652, 1939, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8593, '2022-10-30', 2504, 7653, 1939, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8594, '2022-10-30', 2642, 7654, 1940, 15279, '-14.0000', '6.2500', '6.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8595, '2022-10-30', 2642, 7654, 1940, 15714, '15.0000', '7.0833', '7.0833', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 291, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8596, '2022-10-30', 2649, 7655, 1940, 13285, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8597, '2022-10-30', 2952, 7656, 1940, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8598, '2022-10-30', 3644, 7657, 1941, 15682, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8599, '2022-10-30', 2907, 7658, 1942, 4202, '1.0000', '2.1600', '2.1600', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8600, '2022-10-30', 2642, 7659, 1942, 15714, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 291, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8601, '2022-10-30', 2649, 7660, 1942, 13285, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8602, '2022-10-30', 2642, 7661, 1943, 15714, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 291, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8603, '2022-10-30', 2713, 7662, 1943, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8604, '2022-10-30', 3121, 7663, 1944, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8605, '2022-10-30', 3482, 7664, 1944, 5418, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8606, '2022-10-30', 3645, 7665, 1945, 15719, '1.0000', '19.1100', '19.1100', '25.0000', '25.0000', '0.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8607, '2022-10-30', 2922, 7666, 1946, 13295, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8608, '2022-10-30', 2936, 7667, 1946, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '35.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8609, '2022-10-30', 3172, 7668, 1946, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8610, '2022-10-30', 3060, 7669, 1947, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8611, '2022-10-30', 2648, 7670, 1948, 14609, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8612, '2022-10-30', 2660, 7671, 1949, 13247, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8613, '2022-10-30', 3172, 7672, 1949, 14472, '3.0000', '3.6000', '3.6000', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8614, '2022-10-30', 3047, 7673, 1949, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8615, '2022-10-30', 2922, 7674, 1949, 13295, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8616, '2022-10-30', 2653, 7675, 1950, 14449, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8617, '2022-10-30', 2648, 7676, 1950, 14609, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8618, '2022-10-30', 3231, 7677, 1950, 14440, '3.0000', '1.7600', '1.7600', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8619, '2022-10-30', 3017, 7678, 1951, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8620, '2022-10-30', 2647, 7679, 1951, 15699, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '63.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8621, '2022-10-30', 2823, 7680, 1952, 4772, '1.0000', '10.7200', '10.7200', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8622, '2022-10-30', 2647, 7681, 1952, 15699, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '58.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8623, '2022-10-30', 2660, 7682, 1952, 13247, '3.0000', '3.5700', '3.5700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8624, '2022-10-30', 2864, 7683, 1952, 14470, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8625, '2022-10-30', 2647, 7684, 1953, 15699, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '56.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8626, '2022-10-30', 2653, 7685, 1954, 14449, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8627, '2022-10-30', 2647, 7686, 1955, 15699, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '54.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8628, '2022-10-30', 3061, 7687, 1956, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8629, '2022-10-30', 3606, 7688, 1957, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8630, '2022-10-30', 2647, 7689, 1958, 15699, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '52.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8631, '2022-10-30', 2499, 7690, 1959, 13205, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8632, '2022-10-30', 3187, 7691, 1959, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '14.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8633, '2022-10-30', 2661, 7692, 1960, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '188.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8634, '2022-10-30', 2552, 7693, 1960, 5430, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8635, '2022-10-30', 2922, 7694, 1961, 13295, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8636, '2022-10-30', 2922, 7694, 1961, 13775, '-3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8637, '2022-10-30', 2922, 7694, 1961, 14454, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8638, '2022-10-30', 2924, 7695, 1961, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8639, '2022-10-30', 2646, 7696, 1962, 15701, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8640, '2022-10-30', 3047, 7697, 1963, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8641, '2022-10-31', 3606, 7698, 1964, 14502, '1.0000', '1.0000', '1.0000', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8642, '2022-10-31', 2790, 7699, 1965, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8643, '2022-10-31', 3074, 7700, 1966, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8644, '2022-10-31', 2810, 7701, 1967, 4105, '1.0000', '41.4100', '41.4100', '60.0000', '60.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8645, '2022-10-31', 2645, 7702, 1968, 15754, '40.0000', '8.5417', '8.5417', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8646, '2022-10-31', 2712, 7703, 1968, 14618, '4.0000', '15.0000', '15.0000', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8647, '2022-10-31', 2712, 7703, 1968, 15018, '-4.0000', '15.0000', '15.0000', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8648, '2022-10-31', 2712, 7703, 1968, 15756, '7.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8649, '2022-10-31', 3163, 7704, 1968, 4703, '2.0000', '4.9100', '4.9100', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8650, '2022-10-31', 2920, 7705, 1968, 14590, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8651, '2022-10-31', 2982, 7706, 1969, 14427, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8652, '2022-10-31', 2661, 7707, 1970, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '186.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8653, '2022-10-31', 2645, 7708, 1971, 15754, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8654, '2022-10-31', 2534, 7709, 1972, 14516, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8655, '2022-10-31', 2648, 7710, 1973, 14609, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8656, '2022-10-31', 2952, 7711, 1973, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8657, '2022-10-31', 2647, 7712, 1974, 15699, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '49.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8658, '2022-10-31', 3086, 7713, 1974, 13286, '3.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8659, '2022-10-31', 2534, 7714, 1974, 14516, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8660, '2022-10-31', 3172, 7715, 1974, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8661, '2022-10-31', 2647, 7716, 1975, 15699, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '46.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8662, '2022-10-31', 2952, 7717, 1975, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8663, '2022-10-31', 2710, 7718, 1976, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8664, '2022-10-31', 3172, 7719, 1976, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8665, '2022-10-31', 3407, 7720, 1977, 4675, '1.0000', '12.9700', '12.9700', '14.0000', '14.0000', '1499.0000', 1, 0, NULL, 23, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8666, '2022-10-31', 3441, 7721, 1978, 4652, '1.0000', '76.5000', '76.5000', '78.0000', '78.0000', '19.0000', 1, 0, NULL, 20, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8667, '2022-10-31', 3444, 7722, 1978, 4655, '1.0000', '32.0000', '32.0000', '33.0000', '33.0000', '21.0000', 1, 0, NULL, 20, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8668, '2022-10-31', 2818, 7723, 1979, 4113, '1.0000', '10.0400', '10.0400', '14.0000', '14.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8669, '2022-10-31', 3074, 7724, 1980, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8670, '2022-10-31', 2650, 7725, 1981, 14565, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8671, '2022-10-31', 2973, 7726, 1982, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '25.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8672, '2022-10-31', 2661, 7727, 1983, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '184.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8673, '2022-10-31', 3074, 7728, 1984, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8674, '2022-10-31', 2924, 7729, 1984, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8675, '2022-10-31', 2889, 7730, 1984, 5479, '2.0000', '4.2600', '4.2600', '5.0000', '5.0000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8676, '2022-10-31', 2952, 7731, 1984, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8677, '2022-10-31', 3123, 7732, 1984, 14474, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8678, '2022-10-31', 2644, 7733, 1984, 13274, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8679, '2022-10-31', 3085, 7734, 1984, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8680, '2022-10-31', 3172, 7735, 1984, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8681, '2022-10-31', 2499, 7736, 1984, 13758, '-5.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8682, '2022-10-31', 2499, 7736, 1984, 14396, '6.0000', '8.5200', '8.5200', '11.0000', '11.0000', '6.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8683, '2022-10-31', 2801, 7737, 1985, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '14.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8684, '2022-10-31', 2693, 7738, 1985, 3988, '1.0000', '7.5100', '7.5100', '16.5000', '16.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8685, '2022-10-31', 2901, 7739, 1985, 14563, '1.0000', '14.6842', '14.6842', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 265, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8686, '2022-10-31', 2646, 7740, 1986, 15701, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8687, '2022-10-31', 3017, 7741, 1986, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8688, '2022-10-31', 3172, 7742, 1986, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8689, '2022-10-31', 3187, 7743, 1987, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '12.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8690, '2022-10-31', 2713, 7744, 1987, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8691, '2022-10-31', 2646, 7745, 1988, 15701, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8692, '2022-10-31', 3017, 7746, 1988, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8693, '2022-10-31', 2982, 7747, 1988, 14427, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8694, '2022-10-31', 3048, 7748, 1988, 14549, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8695, '2022-10-31', 3086, 7749, 1988, 14740, '-2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8696, '2022-10-31', 3086, 7749, 1988, 15712, '3.0000', '2.9700', '2.9700', '3.5000', '3.5000', '21.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8697, '2022-10-31', 3114, 7750, 1989, 13360, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8698, '2022-10-31', 2661, 7751, 1989, 14505, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '180.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8699, '2022-10-31', 3074, 7752, 1990, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8700, '2022-10-31', 2936, 7753, 1991, 14594, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '31.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8701, '2022-10-31', 2918, 7754, 1991, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8702, '2022-10-31', 3187, 7755, 1991, 10122, '4.0000', '0.6793', '0.6793', '1.2500', '1.2500', '8.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8703, '2022-10-31', 2661, 7756, 1991, 14505, '3.0000', '0.3000', '0.3000', '0.5000', '0.5000', '177.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8704, '2022-10-31', 2646, 7757, 1992, 15701, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8705, '2022-10-31', 2864, 7758, 1992, 14470, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8706, '2022-10-31', 2903, 7759, 1993, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '50.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8707, '2022-10-31', 2790, 7760, 1993, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8708, '2022-10-31', 3120, 7761, 1993, 14989, '-17.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8709, '2022-10-31', 3120, 7761, 1993, 15678, '12.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 281, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8710, '2022-10-31', 3120, 7761, 1993, 15731, '6.0000', '5.7400', '5.7400', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8711, '2022-10-31', 3163, 7762, 1993, 4703, '1.0000', '4.9100', '4.9100', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8712, '2022-10-31', 3212, 7763, 1993, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8713, '2022-10-31', 2790, 7764, 1994, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8714, '2022-10-31', 2882, 7765, 1994, 13317, '1.0000', '0.9167', '0.9167', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8715, '2022-10-31', 3626, 7766, 1994, 14544, '1.0000', '1.1500', '1.1500', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8716, '2022-10-31', 3048, 7767, 1994, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8717, '2022-10-31', 2713, 7768, 1995, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8718, '2022-10-31', 3643, 7769, 1996, 15677, '1.0000', '11.4700', '11.4700', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 281, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8719, '2022-10-31', 2646, 7770, 1996, 15701, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8720, '2022-10-31', 2713, 7771, 1996, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8721, '2022-10-31', 3612, 7772, 1997, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8722, '2022-10-31', 3084, 7773, 1997, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8723, '2022-10-31', 2653, 7774, 1998, 14449, '9.0000', '4.4092', '4.4092', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8724, '2022-10-31', 3606, 7775, 1999, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8725, '2022-10-31', 3635, 7776, 1999, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '50.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8726, '2022-10-31', 3120, 7777, 1999, 15731, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8727, '2022-10-31', 2645, 7778, 2000, 15754, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8728, '2022-10-31', 2644, 7779, 2000, 13274, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8729, '2022-10-31', 3311, 7780, 2001, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8730, '2022-10-31', 2642, 7781, 2002, 15714, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 291, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8731, '2022-11-01', 3074, 7782, 2003, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8732, '2022-11-01', 2790, 7783, 2004, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8733, '2022-11-01', 2485, 7784, 2005, 13324, '1.0000', '22.7742', '22.7742', '29.0000', '29.0000', '4.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8734, '2022-11-01', 2952, 7785, 2006, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8735, '2022-11-01', 3646, 7786, 2006, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '94.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8736, '2022-11-01', 2645, 7787, 2006, 15754, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8737, '2022-11-01', 3060, 7788, 2006, 15722, '2.0000', '5.6460', '5.6460', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8738, '2022-11-01', 2822, 7789, 2006, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8739, '2022-11-01', 2500, 7790, 2006, 14424, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8740, '2022-11-01', 2822, 7791, 2007, 13379, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8741, '2022-11-01', 3074, 7792, 2008, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8742, '2022-11-01', 2901, 7793, 2009, 14563, '1.0000', '14.6842', '14.6842', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 265, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8743, '2022-11-01', 2901, 7794, 2010, 14563, '1.0000', '14.6842', '14.6842', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 265, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8744, '2022-11-01', 2923, 7795, 2010, 14455, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8745, '2022-11-01', 3638, 7796, 2011, 14562, '2.0000', '9.2900', '9.2900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8746, '2022-11-01', 2901, 7797, 2012, 14563, '2.0000', '14.6842', '14.6842', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 265, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8747, '2022-11-01', 2485, 7798, 2013, 13324, '1.0000', '22.7742', '22.7742', '29.0000', '29.0000', '3.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8748, '2022-11-01', 2711, 7799, 2014, 14444, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8749, '2022-11-01', 2702, 7800, 2015, 3997, '6.0000', '0.0900', '0.0900', '0.2500', '0.2500', '396.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8750, '2022-11-01', 2713, 7801, 2016, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8751, '2022-11-01', 3483, 7802, 2016, 10172, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8752, '2022-11-01', 3060, 7803, 2016, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8753, '2022-11-01', 3187, 7804, 2016, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '6.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8754, '2022-11-01', 2661, 7805, 2016, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '175.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8755, '2022-11-01', 2708, 7806, 2017, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '32.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8756, '2022-11-01', 2645, 7807, 2018, 15754, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8757, '2022-11-01', 3048, 7808, 2018, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8758, '2022-11-01', 3047, 7809, 2018, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8759, '2022-11-01', 2653, 7810, 2019, 14449, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8760, '2022-11-01', 3311, 7811, 2019, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8761, '2022-11-01', 3060, 7812, 2019, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8762, '2022-11-01', 3074, 7813, 2019, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8763, '2022-11-01', 3048, 7814, 2019, 14549, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8764, '2022-11-01', 2653, 7815, 2020, 14449, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8765, '2022-11-01', 2534, 7816, 2020, 14516, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8766, '2022-11-01', 3048, 7817, 2020, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8767, '2022-11-01', 2710, 7818, 2021, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8768, '2022-11-01', 2645, 7819, 2022, 15754, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8769, '2022-11-01', 3047, 7820, 2022, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8770, '2022-11-01', 3163, 7821, 2023, 4703, '2.0000', '4.9100', '4.9100', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 30, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8771, '2022-11-01', 2864, 7822, 2023, 14577, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8772, '2022-11-01', 2710, 7823, 2023, 14524, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8773, '2022-11-01', 2710, 7823, 2023, 14587, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8774, '2022-11-01', 2889, 7824, 2023, 5479, '4.0000', '4.2600', '4.2600', '5.0000', '5.0000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8775, '2022-11-01', 2890, 7825, 2023, 5481, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8776, '2022-11-01', 3048, 7826, 2023, 14549, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8777, '2022-11-01', 2711, 7827, 2023, 14444, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8778, '2022-11-01', 2902, 7828, 2023, 13329, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 213, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8779, '2022-11-01', 2710, 7829, 2024, 14587, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8780, '2022-11-01', 2645, 7830, 2025, 15754, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8781, '2022-11-01', 3048, 7831, 2025, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8782, '2022-11-01', 3060, 7832, 2026, 15722, '2.0000', '5.6460', '5.6460', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8783, '2022-11-01', 3172, 7833, 2026, 14472, '5.0000', '3.6000', '3.6000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8784, '2022-11-01', 3048, 7834, 2026, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8785, '2022-11-01', 2982, 7835, 2026, 14427, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8786, '2022-11-01', 2712, 7836, 2027, 15756, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8787, '2022-11-01', 2645, 7837, 2028, 15754, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8788, '2022-11-01', 2645, 7838, 2029, 15754, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8789, '2022-11-01', 3047, 7839, 2029, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8790, '2022-11-01', 2552, 7840, 2029, 5430, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8791, '2022-11-01', 3085, 7841, 2029, 5126, '1.0000', '4.0000', '4.0000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8792, '2022-11-01', 3311, 7842, 2029, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8793, '2022-11-01', 2645, 7843, 2030, 15754, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8794, '2022-11-01', 2648, 7844, 2030, 14609, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8795, '2022-11-01', 2645, 7845, 2031, 15754, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8796, '2022-11-01', 3048, 7846, 2032, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8797, '2022-11-01', 3212, 7847, 2032, 14619, '2.0000', '3.7917', '3.7917', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8798, '2022-11-01', 2982, 7848, 2032, 14427, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8799, '2022-11-01', 2648, 7849, 2032, 14609, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8800, '2022-11-01', 3074, 7850, 2033, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8801, '2022-11-01', 2645, 7851, 2034, 15754, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8802, '2022-11-01', 2648, 7852, 2035, 14609, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8803, '2022-11-01', 2648, 7853, 2036, 14609, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8804, '2022-11-01', 2645, 7854, 2037, 15754, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 297, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8805, '2022-11-01', 2648, 7855, 2038, 14609, '5.0000', '7.5783', '7.5783', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8806, '2022-11-01', 2645, 7856, 2039, 15770, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8807, '2022-11-01', 2647, 7857, 2039, 15699, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8808, '2022-11-01', 2646, 7858, 2040, 15701, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8809, '2022-11-01', 2712, 7859, 2040, 15756, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8810, '2022-11-01', 3483, 7860, 2040, 10172, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8811, '2022-11-01', 3311, 7861, 2040, 13311, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8812, '2022-11-01', 2790, 7862, 2041, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8813, '2022-11-01', 3120, 7863, 2041, 15731, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8814, '2022-11-01', 2645, 7864, 2042, 15770, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8815, '2022-11-01', 2647, 7865, 2043, 15699, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8816, '2022-11-01', 2477, 7866, 2044, 3772, '2.0000', '2.0000', '2.0000', '3.0000', '3.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8817, '2022-11-01', 3060, 7867, 2045, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8818, '2022-11-01', 2647, 7868, 2046, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8819, '2022-11-01', 2711, 7869, 2046, 14444, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8820, '2022-11-01', 3626, 7870, 2047, 14544, '4.0000', '1.1500', '1.1500', '2.5000', '2.5000', '38.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8821, '2022-11-01', 2713, 7871, 2048, 14585, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8822, '2022-11-01', 3483, 7872, 2048, 10172, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 155, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8823, '2022-11-01', 3483, 7872, 2048, 10213, '-59.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8824, '2022-11-01', 3483, 7872, 2048, 11183, '59.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8825, '2022-11-01', 3483, 7872, 2048, 12153, '-59.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8826, '2022-11-01', 3483, 7872, 2048, 13315, '60.0000', '0.8583', '0.8583', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8827, '2022-11-01', 2949, 7873, 2049, 13287, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8828, '2022-11-01', 2645, 7874, 2050, 15770, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8829, '2022-11-01', 2647, 7875, 2050, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8830, '2022-11-01', 2645, 7876, 2051, 15770, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8831, '2022-11-01', 2650, 7877, 2051, 14565, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8832, '2022-11-01', 3048, 7878, 2051, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8833, '2022-11-01', 3187, 7879, 2052, 10122, '1.0000', '0.6793', '0.6793', '1.2500', '1.2500', '5.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8834, '2022-11-01', 2790, 7880, 2052, 14438, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8835, '2022-11-01', 2893, 7881, 2052, 13364, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8836, '2022-11-01', 2534, 7882, 2052, 14516, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8837, '2022-11-01', 3086, 7883, 2052, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '20.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8838, '2022-11-01', 3048, 7884, 2052, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8839, '2022-11-01', 2651, 7885, 2053, 3946, '2.0000', '5.8300', '5.8300', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8840, '2022-11-01', 3047, 7886, 2053, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8841, '2022-11-01', 2712, 7887, 2054, 15756, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8842, '2022-11-01', 2952, 7888, 2054, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8843, '2022-11-01', 2661, 7889, 2054, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '173.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8844, '2022-11-01', 2534, 7890, 2054, 14516, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8845, '2022-11-01', 3048, 7891, 2054, 14549, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8846, '2022-11-01', 3085, 7892, 2054, 6087, '-65.0000', '4.0000', '4.0000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8847, '2022-11-01', 3085, 7892, 2054, 7050, '-15.0000', '4.0000', '4.0000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8848, '2022-11-01', 3085, 7892, 2054, 8011, '15.0000', '4.0000', '4.0000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8849, '2022-11-01', 3085, 7892, 2054, 8972, '-15.0000', '4.0000', '4.0000', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8850, '2022-11-01', 3085, 7892, 2054, 9891, '24.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8851, '2022-11-01', 3085, 7892, 2054, 10147, '12.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8852, '2022-11-01', 3085, 7892, 2054, 10315, '-2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8853, '2022-11-01', 3085, 7892, 2054, 11285, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8854, '2022-11-01', 3085, 7892, 2054, 12255, '-2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8855, '2022-11-01', 3085, 7892, 2054, 13201, '12.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8856, '2022-11-01', 3085, 7892, 2054, 13281, '24.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8857, '2022-11-01', 3085, 7892, 2054, 13495, '-3.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8858, '2022-11-01', 3085, 7892, 2054, 14478, '14.0000', '4.2500', '4.2500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8859, '2022-11-01', 3172, 7893, 2054, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8860, '2022-11-01', 2646, 7894, 2055, 15701, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8861, '2022-11-01', 2711, 7895, 2055, 14444, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8862, '2022-11-01', 2647, 7896, 2056, 15699, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8863, '2022-11-01', 2645, 7897, 2057, 15770, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8864, '2022-11-01', 3311, 7898, 2057, 13311, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8865, '2022-11-01', 2653, 7899, 2058, 14610, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '117.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8866, '2022-11-01', 3483, 7900, 2059, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '83.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8867, '2022-11-01', 3609, 7901, 2060, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '136.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8868, '2022-11-02', 2653, 7902, 2061, 14610, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '114.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8869, '2022-11-02', 3646, 7903, 2061, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8870, '2022-11-02', 3231, 7904, 2062, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8871, '2022-11-02', 2827, 7905, 2063, 14399, '7.0000', '0.1700', '0.1700', '0.3333', '0.3333', '171.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8872, '2022-11-02', 2661, 7906, 2063, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '171.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8873, '2022-11-02', 2661, 7907, 2064, 14505, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '167.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8874, '2022-11-02', 2902, 7908, 2065, 13707, '-6.0000', '6.7400', '6.7400', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8875, '2022-11-02', 2902, 7908, 2065, 14393, '7.0000', '6.7400', '6.7400', '9.0000', '9.0000', '17.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8876, '2022-11-02', 2712, 7909, 2065, 15756, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8877, '2022-11-02', 2713, 7910, 2066, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8878, '2022-11-02', 3482, 7911, 2066, 5418, '3.0000', '1.2500', '1.2500', '2.0000', '2.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8879, '2022-11-02', 3256, 7912, 2067, 10049, '1.0000', '3.9800', '3.9800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 124, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8880, '2022-11-02', 3048, 7913, 2067, 14549, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8881, '2022-11-02', 2711, 7914, 2067, 14444, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8882, '2022-11-02', 2713, 7915, 2068, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8883, '2022-11-02', 3048, 7916, 2068, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8884, '2022-11-02', 3641, 7917, 2069, 14580, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8885, '2022-11-02', 2499, 7918, 2069, 14396, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8886, '2022-11-02', 2901, 7919, 2070, 14563, '1.0000', '14.6842', '14.6842', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 265, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8887, '2022-11-02', 2645, 7920, 2071, 15770, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8888, '2022-11-02', 2711, 7921, 2071, 14444, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8889, '2022-11-02', 2645, 7922, 2072, 15770, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8890, '2022-11-02', 2644, 7923, 2072, 13274, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 201, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8891, '2022-11-02', 3082, 7924, 2073, 4377, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8892, '2022-11-02', 2927, 7925, 2074, 14418, '1.0000', '1.5000', '1.5000', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8893, '2022-11-02', 2920, 7926, 2074, 14590, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8894, '2022-11-02', 2921, 7927, 2074, 13294, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8895, '2022-11-02', 3626, 7928, 2075, 14544, '1.0000', '1.1500', '1.1500', '2.5000', '2.5000', '37.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8896, '2022-11-02', 2645, 7929, 2076, 15770, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8897, '2022-11-02', 2552, 7930, 2076, 5430, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8898, '2022-11-02', 2930, 7931, 2077, 14593, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8899, '2022-11-02', 2504, 7932, 2078, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8900, '2022-11-02', 3174, 7933, 2078, 4469, '1.0000', '1.0900', '1.0900', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8901, '2022-11-02', 2646, 7934, 2079, 15701, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8902, '2022-11-02', 2646, 7934, 2079, 15772, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '59.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8903, '2022-11-02', 3017, 7935, 2079, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8904, '2022-11-02', 3047, 7936, 2079, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8905, '2022-11-02', 2646, 7937, 2080, 15772, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '53.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8906, '2022-11-02', 2646, 7938, 2081, 15772, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '51.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8907, '2022-11-02', 2646, 7939, 2082, 15772, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '49.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8908, '2022-11-02', 2864, 7940, 2082, 14577, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8909, '2022-11-02', 2713, 7941, 2083, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8910, '2022-11-02', 2645, 7942, 2083, 15770, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8911, '2022-11-02', 2790, 7943, 2083, 14438, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8912, '2022-11-02', 2953, 7944, 2083, 10085, '1.0000', '4.5408', '4.5408', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 133, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8913, '2022-11-02', 3483, 7945, 2083, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8914, '2022-11-02', 3086, 7946, 2083, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8915, '2022-11-02', 3048, 7947, 2083, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8916, '2022-11-02', 2951, 7948, 2084, 13313, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8917, '2022-11-02', 2875, 7949, 2084, 15686, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8918, '2022-11-02', 2982, 7950, 2084, 14427, '2.0000', '5.1583', '5.1583', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8919, '2022-11-02', 3086, 7951, 2084, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8920, '2022-11-02', 3048, 7952, 2084, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8921, '2022-11-02', 3212, 7953, 2084, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8922, '2022-11-02', 2882, 7954, 2085, 13317, '1.0000', '0.9167', '0.9167', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8923, '2022-11-02', 3120, 7955, 2085, 15731, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8924, '2022-11-02', 3212, 7956, 2085, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8925, '2022-11-02', 3626, 7957, 2085, 14544, '1.0000', '1.1500', '1.1500', '2.5000', '2.5000', '36.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8926, '2022-11-02', 3048, 7958, 2085, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8927, '2022-11-02', 2882, 7959, 2086, 13317, '1.0000', '0.9167', '0.9167', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8928, '2022-11-02', 3120, 7960, 2086, 15731, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8929, '2022-11-02', 3606, 7961, 2086, 14502, '2.0000', '1.0000', '1.0000', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8930, '2022-11-02', 2642, 7962, 2086, 15714, '6.0000', '7.0833', '7.0833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 291, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8931, '2022-11-02', 2902, 7963, 2087, 14393, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '16.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8932, '2022-11-02', 2534, 7964, 2087, 15016, '-15.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8933, '2022-11-02', 2534, 7964, 2087, 15675, '12.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8934, '2022-11-02', 2534, 7964, 2087, 15711, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8935, '2022-11-02', 3048, 7965, 2088, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8936, '2022-11-02', 2645, 7966, 2089, 15770, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8937, '2022-11-02', 3120, 7967, 2090, 15731, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8938, '2022-11-02', 2507, 7968, 2090, 13384, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8939, '2022-11-02', 3060, 7969, 2090, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8940, '2022-11-02', 2920, 7970, 2091, 14590, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8941, '2022-11-02', 2922, 7971, 2091, 14454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8942, '2022-11-02', 2936, 7972, 2091, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8943, '2022-11-02', 2642, 7973, 2092, 15783, '2.0000', '7.0833', '7.0833', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8944, '2022-11-02', 3646, 7974, 2092, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '88.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8945, '2022-11-02', 2711, 7975, 2093, 14444, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8946, '2022-11-02', 2893, 7976, 2094, 13364, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8947, '2022-11-02', 3061, 7977, 2094, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8948, '2022-11-02', 3048, 7978, 2094, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8949, '2022-11-02', 2801, 7979, 2094, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '13.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8950, '2022-11-02', 2699, 7980, 2095, 15692, '7.0000', '6.6000', '6.6000', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 286, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8951, '2022-11-02', 2724, 7981, 2095, 4019, '4.0000', '1.1900', '1.1900', '2.0000', '2.0000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8952, '2022-11-02', 2749, 7982, 2095, 4044, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8953, '2022-11-02', 3260, 7983, 2095, 4555, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8954, '2022-11-02', 3082, 7984, 2095, 4377, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8955, '2022-11-02', 3187, 7985, 2095, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '3.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8956, '2022-11-02', 2698, 7986, 2095, 13372, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8957, '2022-11-02', 2982, 7987, 2096, 14427, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8958, '2022-11-02', 3311, 7988, 2096, 13311, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8959, '2022-11-02', 3060, 7989, 2097, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8960, '2022-11-02', 3609, 7990, 2097, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '135.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8961, '2022-11-02', 2918, 7991, 2098, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8962, '2022-11-02', 2661, 7992, 2099, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '165.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8963, '2022-11-03', 3231, 7993, 2100, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8964, '2022-11-03', 3172, 7994, 2101, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8965, '2022-11-03', 3576, 7995, 2102, 14401, '1.0000', '4.6154', '4.6154', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8966, '2022-11-03', 3172, 7996, 2102, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8967, '2022-11-03', 3172, 7997, 2103, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8968, '2022-11-03', 2982, 7998, 2104, 14437, '2.0000', '5.1583', '5.1583', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8969, '2022-11-03', 3121, 7999, 2104, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8970, '2022-11-03', 3086, 8000, 2104, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '17.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8971, '2022-11-03', 3483, 8001, 2104, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8972, '2022-11-03', 3311, 8002, 2104, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8973, '2022-11-03', 2920, 8003, 2105, 15029, '-5.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8974, '2022-11-03', 2920, 8003, 2105, 15760, '6.0000', '4.5000', '4.5000', '5.5000', '5.5000', '18.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8975, '2022-11-03', 2923, 8004, 2105, 14455, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8976, '2022-11-03', 2949, 8005, 2105, 13287, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8977, '2022-11-03', 2901, 8006, 2106, 14563, '1.0000', '14.6842', '14.6842', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 265, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8978, '2022-11-03', 2713, 8007, 2107, 14585, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8979, '2022-11-03', 2953, 8008, 2108, 10085, '1.0000', '4.5408', '4.5408', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 133, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8980, '2022-11-03', 3172, 8009, 2109, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8981, '2022-11-03', 2973, 8010, 2110, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '24.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8982, '2022-11-03', 3314, 8011, 2111, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8983, '2022-11-03', 3017, 8012, 2112, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8984, '2022-11-03', 2790, 8013, 2112, 14987, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8985, '2022-11-03', 2920, 8014, 2112, 15760, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '16.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8986, '2022-11-03', 2920, 8015, 2113, 15760, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '15.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8987, '2022-11-03', 2921, 8016, 2113, 13294, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8988, '2022-11-03', 2921, 8017, 2114, 13294, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8989, '2022-11-03', 3048, 8018, 2115, 14549, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8990, '2022-11-03', 2661, 8019, 2115, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '164.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8991, '2022-11-03', 2901, 8020, 2116, 14563, '1.0000', '14.6842', '14.6842', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 265, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8992, '2022-11-03', 2919, 8021, 2117, 14416, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8993, '2022-11-03', 2920, 8022, 2117, 15760, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '14.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8994, '2022-11-03', 2922, 8023, 2117, 14454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8995, '2022-11-03', 2923, 8024, 2117, 14455, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8996, '2022-11-03', 2902, 8025, 2118, 14393, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '15.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8997, '2022-11-03', 2901, 8026, 2119, 14563, '1.0000', '14.6842', '14.6842', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 265, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8998, '2022-11-03', 2645, 8027, 2120, 15770, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (8999, '2022-11-03', 2646, 8028, 2121, 15772, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '48.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9000, '2022-11-03', 2645, 8029, 2121, 15770, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9001, '2022-11-03', 3060, 8030, 2121, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9002, '2022-11-03', 3631, 8031, 2122, 14555, '1.0000', '0.8042', '0.8042', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9003, '2022-11-03', 2953, 8032, 2123, 10085, '1.0000', '4.5408', '4.5408', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 133, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9004, '2022-11-03', 2713, 8033, 2123, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9005, '2022-11-03', 2790, 8034, 2124, 15730, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9006, '2022-11-03', 2882, 8035, 2124, 13317, '1.0000', '0.9167', '0.9167', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9007, '2022-11-03', 2487, 8036, 2124, 3782, '2.0000', '0.6000', '0.6000', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9008, '2022-11-03', 2661, 8037, 2124, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '162.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9009, '2022-11-03', 2827, 8038, 2124, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '168.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9010, '2022-11-03', 2875, 8039, 2124, 15686, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9011, '2022-11-03', 2524, 8040, 2124, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9012, '2022-11-03', 3643, 8041, 2125, 15677, '1.0000', '11.4700', '11.4700', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 281, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9013, '2022-11-03', 3482, 8042, 2125, 5418, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9014, '2022-11-03', 2661, 8043, 2125, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '160.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9015, '2022-11-03', 2902, 8044, 2125, 14393, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '14.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9016, '2022-11-03', 3643, 8045, 2126, 15677, '1.0000', '11.4700', '11.4700', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 281, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9017, '2022-11-03', 2669, 8046, 2127, 3964, '1.0000', '14.1300', '14.1300', '20.0000', '20.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9018, '2022-11-03', 2713, 8047, 2128, 14585, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9019, '2022-11-03', 3074, 8048, 2128, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9020, '2022-11-03', 2669, 8049, 2129, 3964, '1.0000', '14.1300', '14.1300', '20.0000', '20.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9021, '2022-11-03', 2749, 8050, 2129, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '44.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9022, '2022-11-03', 3082, 8051, 2129, 4377, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9023, '2022-11-03', 2608, 8052, 2129, 14492, '3.0000', '35.0000', '35.0000', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 254, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9024, '2022-11-03', 2646, 8053, 2130, 15772, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9025, '2022-11-03', 2982, 8054, 2131, 14437, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9026, '2022-11-03', 2644, 8055, 2131, 13381, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9027, '2022-11-03', 2644, 8056, 2132, 13381, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9028, '2022-11-03', 2645, 8057, 2133, 15770, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9029, '2022-11-03', 2711, 8058, 2133, 14444, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9030, '2022-11-03', 3482, 8059, 2133, 5418, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9031, '2022-11-03', 2647, 8060, 2134, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9032, '2022-11-03', 3060, 8061, 2134, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9033, '2022-11-03', 2552, 8062, 2134, 5430, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9034, '2022-11-03', 3048, 8063, 2135, 14549, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9035, '2022-11-03', 3311, 8064, 2136, 13311, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9036, '2022-11-03', 3086, 8065, 2136, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9037, '2022-11-03', 3643, 8066, 2136, 15677, '1.0000', '11.4700', '11.4700', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 281, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9038, '2022-11-03', 3646, 8067, 2137, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9039, '2022-11-03', 3644, 8068, 2138, 15682, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9040, '2022-11-03', 3311, 8069, 2139, 13311, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9041, '2022-11-04', 3626, 8070, 2140, 14544, '2.0000', '1.1500', '1.1500', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9042, '2022-11-04', 2790, 8071, 2141, 15730, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9043, '2022-11-04', 2882, 8072, 2141, 13317, '1.0000', '0.9167', '0.9167', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9044, '2022-11-04', 2534, 8073, 2141, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9045, '2022-11-04', 2653, 8074, 2141, 14610, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '112.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9046, '2022-11-04', 3484, 8075, 2141, 13718, '-1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9047, '2022-11-04', 3484, 8075, 2141, 14572, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9048, '2022-11-04', 3484, 8075, 2141, 15752, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9049, '2022-11-04', 3231, 8076, 2142, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9050, '2022-11-04', 3553, 8077, 2143, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9051, '2022-11-04', 2982, 8078, 2144, 14437, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9052, '2022-11-04', 3626, 8079, 2144, 14544, '4.0000', '1.1500', '1.1500', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9053, '2022-11-04', 3576, 8080, 2145, 14401, '1.0000', '4.6154', '4.6154', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9054, '2022-11-04', 2653, 8081, 2146, 14610, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '111.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9055, '2022-11-04', 2500, 8082, 2147, 14424, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9056, '2022-11-04', 2710, 8083, 2147, 14587, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9057, '2022-11-04', 3311, 8084, 2147, 13311, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9058, '2022-11-04', 2893, 8085, 2148, 13364, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9059, '2022-11-04', 3635, 8086, 2148, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '49.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9060, '2022-11-04', 3172, 8087, 2149, 14472, '5.0000', '3.6000', '3.6000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9061, '2022-11-04', 2902, 8088, 2149, 14393, '3.0000', '6.7400', '6.7400', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9062, '2022-11-04', 2790, 8089, 2149, 15730, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9063, '2022-11-04', 3048, 8090, 2149, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9064, '2022-11-04', 2517, 8091, 2149, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9065, '2022-11-04', 2827, 8092, 2150, 14399, '2.0000', '0.1700', '0.1700', '0.3333', '0.3333', '166.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9066, '2022-11-04', 2661, 8093, 2150, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '159.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9067, '2022-11-04', 2977, 8094, 2150, 4272, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9068, '2022-11-04', 2903, 8095, 2150, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '49.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9069, '2022-11-04', 3644, 8096, 2150, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9070, '2022-11-04', 2724, 8097, 2151, 4019, '1.0000', '1.1900', '1.1900', '2.0000', '2.0000', '38.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9071, '2022-11-04', 2930, 8098, 2152, 14593, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9072, '2022-11-04', 2930, 8099, 2153, 14593, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9073, '2022-11-04', 2936, 8100, 2154, 14594, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9074, '2022-11-04', 2661, 8101, 2155, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '157.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9075, '2022-11-04', 2933, 8102, 2156, 4228, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9076, '2022-11-04', 3311, 8103, 2156, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9077, '2022-11-04', 2935, 8104, 2157, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9078, '2022-11-04', 2930, 8105, 2158, 14593, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9079, '2022-11-04', 2950, 8106, 2159, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9080, '2022-11-04', 2918, 8107, 2160, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9081, '2022-11-04', 3172, 8108, 2160, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9082, '2022-11-04', 3612, 8109, 2160, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9083, '2022-11-04', 3547, 8110, 2161, 13266, '1.0000', '0.4390', '0.4390', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9084, '2022-11-04', 2933, 8111, 2162, 4228, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9085, '2022-11-04', 2646, 8112, 2163, 15772, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '44.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9086, '2022-11-04', 3646, 8113, 2164, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '83.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9087, '2022-11-04', 2534, 8114, 2165, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9088, '2022-11-04', 3060, 8115, 2166, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9089, '2022-11-04', 2646, 8116, 2166, 15772, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9090, '2022-11-04', 3114, 8117, 2167, 13360, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9091, '2022-11-04', 2661, 8118, 2167, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '155.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9092, '2022-11-04', 2827, 8119, 2167, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '163.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9093, '2022-11-04', 2882, 8120, 2168, 13317, '2.0000', '0.9167', '0.9167', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9094, '2022-11-04', 3047, 8121, 2168, 13264, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9095, '2022-11-04', 2645, 8122, 2168, 15770, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9096, '2022-11-04', 2644, 8123, 2168, 13381, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9097, '2022-11-04', 2663, 8124, 2169, 5337, '1.0000', '3.3150', '3.3150', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9098, '2022-11-04', 2534, 8125, 2169, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9099, '2022-11-04', 3256, 8126, 2169, 4551, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9100, '2022-11-04', 2713, 8127, 2169, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9101, '2022-11-04', 3048, 8128, 2169, 14549, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9102, '2022-11-04', 3048, 8128, 2169, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '143.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9103, '2022-11-04', 2919, 8129, 2169, 14416, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9104, '2022-11-04', 3625, 8130, 2170, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '38.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9105, '2022-11-04', 2982, 8131, 2171, 14437, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9106, '2022-11-04', 2699, 8132, 2172, 15692, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 286, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9107, '2022-11-04', 2699, 8132, 2172, 15694, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '99.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9108, '2022-11-04', 2698, 8133, 2172, 13372, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9109, '2022-11-04', 2608, 8134, 2172, 14492, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 254, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9110, '2022-11-04', 2617, 8135, 2172, 3912, '20.0000', '6.0000', '6.0000', '7.5000', '7.5000', '80.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9111, '2022-11-04', 2606, 8136, 2172, 14431, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 242, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9112, '2022-11-04', 2612, 8137, 2172, 3907, '-100.0000', '6.4400', '6.4400', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9113, '2022-11-04', 2612, 8137, 2172, 9880, '103.0000', '4.6000', '4.6000', '9.0000', '9.0000', '42.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9114, '2022-11-04', 2916, 8138, 2172, 5744, '1.0000', '34.1000', '34.1000', '52.0000', '52.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9115, '2022-11-04', 2646, 8139, 2173, 15772, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9116, '2022-11-04', 2726, 8140, 2174, 4021, '1.0000', '15.1900', '15.1900', '25.0000', '25.0000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9117, '2022-11-04', 2608, 8141, 2174, 14492, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 254, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9118, '2022-11-04', 2713, 8142, 2175, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9119, '2022-11-04', 3063, 8143, 2176, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9120, '2022-11-04', 2642, 8144, 2177, 15783, '6.0000', '7.0833', '7.0833', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9121, '2022-11-04', 3172, 8145, 2177, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9122, '2022-11-04', 3172, 8146, 2178, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9123, '2022-11-04', 2982, 8147, 2179, 14437, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9124, '2022-11-04', 3048, 8148, 2179, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '142.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9125, '2022-11-04', 2647, 8149, 2180, 15699, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9126, '2022-11-05', 3230, 8150, 2181, 14439, '1.0000', '2.6400', '2.6400', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9127, '2022-11-05', 2699, 8151, 2182, 15694, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '94.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9128, '2022-11-05', 2698, 8152, 2182, 13372, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9129, '2022-11-05', 2647, 8153, 2183, 15699, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9130, '2022-11-05', 2901, 8154, 2184, 14563, '1.0000', '14.6842', '14.6842', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 265, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9131, '2022-11-05', 3043, 8155, 2185, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9132, '2022-11-05', 3641, 8156, 2185, 14580, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9133, '2022-11-05', 3048, 8157, 2185, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '140.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9134, '2022-11-05', 2645, 8158, 2185, 15770, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9135, '2022-11-05', 2642, 8159, 2185, 15783, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9136, '2022-11-05', 3047, 8160, 2185, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9137, '2022-11-05', 3172, 8161, 2185, 14472, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9138, '2022-11-05', 2713, 8162, 2185, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9139, '2022-11-05', 2822, 8163, 2186, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9140, '2022-11-05', 2952, 8164, 2186, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9141, '2022-11-05', 2653, 8165, 2186, 14610, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '109.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9142, '2022-11-05', 2534, 8166, 2187, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9143, '2022-11-05', 2702, 8167, 2188, 3997, '4.0000', '0.0900', '0.0900', '0.2500', '0.2500', '392.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9144, '2022-11-05', 3576, 8168, 2188, 14401, '1.0000', '4.6154', '4.6154', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9145, '2022-11-05', 3121, 8169, 2188, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9146, '2022-11-05', 3060, 8170, 2188, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9147, '2022-11-05', 2645, 8171, 2189, 15770, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9148, '2022-11-05', 2650, 8172, 2189, 14565, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9149, '2022-11-05', 3172, 8173, 2190, 14472, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9150, '2022-11-05', 3172, 8173, 2190, 14581, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9151, '2022-11-05', 3047, 8174, 2190, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9152, '2022-11-05', 3609, 8175, 2190, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '134.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9153, '2022-11-05', 3074, 8176, 2191, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9154, '2022-11-05', 2647, 8177, 2192, 15699, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9155, '2022-11-05', 3120, 8178, 2193, 15787, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9156, '2022-11-05', 3048, 8179, 2193, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '138.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9157, '2022-11-05', 2901, 8180, 2194, 14615, '1.0000', '14.6389', '14.6389', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 275, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9158, '2022-11-05', 3187, 8181, 2195, 10122, '2.0000', '0.6793', '0.6793', '1.2500', '1.2500', '1.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9159, '2022-11-05', 2921, 8182, 2196, 13294, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9160, '2022-11-05', 2810, 8183, 2197, 4105, '1.0000', '41.4100', '41.4100', '60.0000', '60.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9161, '2022-11-05', 2711, 8184, 2198, 14444, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9162, '2022-11-05', 2864, 8185, 2198, 14577, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9163, '2022-11-05', 2712, 8186, 2198, 15756, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9164, '2022-11-05', 2936, 8187, 2198, 14594, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9165, '2022-11-05', 2950, 8188, 2199, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9166, '2022-11-05', 3074, 8189, 2200, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9167, '2022-11-06', 2517, 8190, 2201, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9168, '2022-11-06', 3017, 8191, 2201, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9169, '2022-11-06', 3311, 8192, 2201, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9170, '2022-11-06', 2919, 8193, 2201, 14416, '5.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9171, '2022-11-06', 2920, 8194, 2201, 15760, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '13.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9172, '2022-11-06', 2923, 8195, 2201, 14455, '4.0000', '3.0000', '3.0000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9173, '2022-11-06', 3610, 8196, 2201, 14507, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9174, '2022-11-06', 3609, 8197, 2201, 14506, '3.0000', '0.3871', '0.3871', '1.0000', '1.0000', '131.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9175, '2022-11-06', 2894, 8198, 2201, 10849, '-11.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9176, '2022-11-06', 2894, 8198, 2201, 11819, '7.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9177, '2022-11-06', 2894, 8198, 2201, 12789, '-11.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9178, '2022-11-06', 2894, 8198, 2201, 13154, '6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9179, '2022-11-06', 2894, 8198, 2201, 13303, '6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9180, '2022-11-06', 2894, 8198, 2201, 14054, '-6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9181, '2022-11-06', 2894, 8198, 2201, 14388, '6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9182, '2022-11-06', 2894, 8198, 2201, 14467, '3.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9183, '2022-11-06', 2894, 8198, 2201, 14574, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9184, '2022-11-06', 3061, 8199, 2201, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9185, '2022-11-06', 2936, 8200, 2201, 14594, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '24.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9186, '2022-11-06', 2645, 8201, 2202, 15770, '7.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9187, '2022-11-06', 3074, 8202, 2202, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9188, '2022-11-06', 3085, 8203, 2202, 14478, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9189, '2022-11-06', 3172, 8204, 2202, 14581, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9190, '2022-11-06', 2642, 8205, 2202, 15783, '2.0000', '7.0833', '7.0833', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9191, '2022-11-06', 3646, 8206, 2202, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9192, '2022-11-06', 2661, 8207, 2202, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '154.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9193, '2022-11-06', 3648, 8208, 2202, 15724, '1.0000', '24.0000', '24.0000', '30.0000', '30.0000', '7.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9194, '2022-11-06', 3230, 8209, 2202, 14439, '1.0000', '2.6400', '2.6400', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9195, '2022-11-06', 2534, 8210, 2203, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9196, '2022-11-06', 3172, 8211, 2203, 14581, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9197, '2022-11-06', 2790, 8212, 2203, 15730, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9198, '2022-11-06', 3609, 8213, 2203, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '130.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9199, '2022-11-06', 2713, 8214, 2203, 14585, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9200, '2022-11-06', 3187, 8215, 2203, 10122, '1.0000', '0.6793', '0.6793', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9201, '2022-11-06', 3482, 8216, 2203, 5418, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9202, '2022-11-06', 3074, 8217, 2203, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9203, '2022-11-06', 3048, 8218, 2204, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '136.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9204, '2022-11-06', 2713, 8219, 2204, 15108, '-27.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9205, '2022-11-06', 2713, 8219, 2204, 15688, '28.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 284, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9206, '2022-11-06', 3120, 8220, 2204, 15787, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9207, '2022-11-06', 3230, 8221, 2204, 14984, '-2.0000', '2.6400', '2.6400', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9208, '2022-11-06', 3230, 8221, 2204, 15785, '3.0000', '2.5700', '2.5700', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9209, '2022-11-06', 2534, 8222, 2204, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9210, '2022-11-06', 2507, 8223, 2204, 13384, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9211, '2022-11-06', 2916, 8224, 2205, 5744, '1.0000', '34.1000', '34.1000', '52.0000', '52.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9212, '2022-11-06', 2955, 8225, 2205, 4250, '1.0000', '40.0000', '40.0000', '52.0000', '52.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9213, '2022-11-06', 3120, 8226, 2206, 15787, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9214, '2022-11-06', 3048, 8227, 2206, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '135.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9215, '2022-11-06', 3061, 8228, 2206, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9216, '2022-11-06', 2982, 8229, 2207, 14437, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9217, '2022-11-06', 3120, 8230, 2207, 15787, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9218, '2022-11-06', 2507, 8231, 2207, 13384, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9219, '2022-11-06', 3483, 8232, 2208, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9220, '2022-11-06', 3311, 8233, 2208, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9221, '2022-11-06', 3120, 8234, 2209, 15787, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9222, '2022-11-06', 3060, 8235, 2210, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9223, '2022-11-06', 2893, 8236, 2210, 13364, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9224, '2022-11-06', 2653, 8237, 2210, 14610, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '108.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9225, '2022-11-06', 2653, 8238, 2211, 14610, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '107.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9226, '2022-11-06', 3120, 8239, 2212, 15787, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9227, '2022-11-06', 2901, 8240, 2213, 14615, '2.0000', '14.6389', '14.6389', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 275, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9228, '2022-11-06', 3015, 8241, 2214, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '94.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9229, '2022-11-06', 3311, 8242, 2214, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9230, '2022-11-06', 3172, 8243, 2215, 14581, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9231, '2022-11-06', 2927, 8244, 2216, 14418, '2.0000', '1.5000', '1.5000', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9232, '2022-11-06', 2970, 8245, 2217, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '37.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9233, '2022-11-06', 3547, 8246, 2218, 13266, '2.0000', '0.4390', '0.4390', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9234, '2022-11-06', 2951, 8247, 2218, 13313, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9235, '2022-11-06', 3047, 8248, 2218, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9236, '2022-11-06', 3612, 8249, 2218, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9237, '2022-11-06', 3611, 8250, 2218, 14509, '1.0000', '0.8182', '0.8182', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9238, '2022-11-06', 2642, 8251, 2218, 15783, '8.0000', '7.0833', '7.0833', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9239, '2022-11-06', 3063, 8252, 2219, 13382, '3.0000', '2.7292', '2.7292', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9240, '2022-11-06', 3074, 8253, 2220, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9241, '2022-11-06', 2661, 8254, 2221, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '152.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9242, '2022-11-06', 2552, 8255, 2222, 5430, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9243, '2022-11-06', 3172, 8256, 2223, 14581, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9244, '2022-11-06', 2646, 8257, 2224, 15772, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9245, '2022-11-06', 3172, 8258, 2225, 14581, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9246, '2022-11-06', 3061, 8259, 2226, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9247, '2022-11-06', 3048, 8260, 2226, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '133.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9248, '2022-11-06', 2517, 8261, 2227, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9249, '2022-11-06', 3576, 8262, 2227, 14401, '1.0000', '4.6154', '4.6154', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9250, '2022-11-06', 2827, 8263, 2228, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '160.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9251, '2022-11-06', 2552, 8264, 2229, 5430, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9252, '2022-11-06', 2661, 8265, 2229, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '150.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9253, '2022-11-06', 2642, 8266, 2230, 15783, '4.0000', '7.0833', '7.0833', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9254, '2022-11-06', 2552, 8267, 2231, 5430, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9255, '2022-11-06', 2552, 8268, 2232, 5430, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9256, '2022-11-06', 2653, 8269, 2233, 14610, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '97.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9257, '2022-11-06', 2517, 8270, 2234, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9258, '2022-11-06', 3085, 8271, 2234, 14478, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9259, '2022-11-06', 3172, 8272, 2234, 14581, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9260, '2022-11-06', 3314, 8273, 2234, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9261, '2022-11-06', 2952, 8274, 2235, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9262, '2022-11-06', 3017, 8275, 2235, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9263, '2022-11-06', 3172, 8276, 2236, 14581, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9264, '2022-11-06', 3043, 8277, 2236, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9265, '2022-11-06', 2552, 8278, 2237, 5430, '3.0000', '0.3958', '0.3958', '1.0000', '1.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9266, '2022-11-07', 2902, 8279, 2238, 14393, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9267, '2022-11-07', 2864, 8280, 2238, 14577, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9268, '2022-11-07', 2646, 8281, 2238, 15772, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9269, '2022-11-07', 2952, 8282, 2238, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9270, '2022-11-07', 3121, 8283, 2239, 4958, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 64, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9271, '2022-11-07', 2827, 8284, 2239, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '157.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9272, '2022-11-07', 3314, 8285, 2239, 4807, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9273, '2022-11-07', 2864, 8286, 2239, 14577, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9274, '2022-11-07', 3060, 8287, 2239, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9275, '2022-11-07', 3043, 8288, 2239, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9276, '2022-11-07', 2517, 8289, 2239, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9277, '2022-11-07', 3074, 8290, 2239, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9278, '2022-11-07', 2646, 8291, 2239, 15772, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '31.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9279, '2022-11-07', 2952, 8292, 2239, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9280, '2022-11-07', 2642, 8293, 2239, 15783, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9281, '2022-11-07', 3017, 8294, 2239, 14473, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9282, '2022-11-07', 2950, 8295, 2239, 14482, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9283, '2022-11-07', 3230, 8296, 2240, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9284, '2022-11-07', 2646, 8297, 2241, 15772, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9285, '2022-11-07', 2953, 8298, 2241, 10085, '1.0000', '4.5408', '4.5408', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 133, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9286, '2022-11-07', 2545, 8299, 2242, 3840, '1.0000', '18.0000', '18.0000', '25.0000', '25.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9287, '2022-11-07', 2759, 8300, 2243, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '20.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9288, '2022-11-07', 2483, 8301, 2244, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9289, '2022-11-07', 2645, 8302, 2245, 15794, '26.0000', '8.5417', '8.5417', '12.0000', '12.0000', '70.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9290, '2022-11-07', 3606, 8303, 2246, 15791, '4.0000', '0.9500', '0.9500', '1.5000', '1.5000', '96.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9291, '2022-11-07', 3625, 8304, 2247, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '37.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9292, '2022-11-07', 2713, 8305, 2248, 15688, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 284, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9293, '2022-11-07', 3120, 8306, 2249, 15787, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9294, '2022-11-07', 2952, 8307, 2249, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9295, '2022-11-07', 2893, 8308, 2249, 13364, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9296, '2022-11-07', 2902, 8309, 2250, 14393, '2.0000', '6.7400', '6.7400', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9297, '2022-11-07', 2710, 8310, 2250, 14587, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9298, '2022-11-07', 3172, 8311, 2250, 15461, '-8.0000', '3.6000', '3.6000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9299, '2022-11-07', 3172, 8311, 2250, 15750, '12.0000', '3.6000', '3.6000', '4.0000', '4.0000', '63.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9300, '2022-11-07', 2893, 8312, 2250, 13364, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9301, '2022-11-07', 3650, 8313, 2250, 15797, '3.0000', '3.4833', '3.4833', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9302, '2022-11-07', 2552, 8314, 2251, 5430, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9303, '2022-11-07', 2801, 8315, 2251, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '12.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9304, '2022-11-07', 3048, 8316, 2252, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '132.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9305, '2022-11-07', 3311, 8317, 2252, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9306, '2022-11-07', 2953, 8318, 2253, 10085, '1.0000', '4.5408', '4.5408', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 133, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9307, '2022-11-07', 2927, 8319, 2254, 14418, '1.0000', '1.5000', '1.5000', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9308, '2022-11-07', 2920, 8320, 2255, 15760, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '12.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9309, '2022-11-07', 2534, 8321, 2256, 15711, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9310, '2022-11-07', 3606, 8322, 2257, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '95.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9311, '2022-11-07', 2902, 8323, 2257, 14393, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9312, '2022-11-10', 3120, 8324, 2258, 15787, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9313, '2022-11-10', 2822, 8325, 2258, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9314, '2022-11-10', 2534, 8326, 2258, 15711, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9315, '2022-11-10', 3120, 8327, 2259, 15787, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9316, '2022-11-10', 3047, 8328, 2259, 13264, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9317, '2022-11-10', 3606, 8329, 2259, 15791, '2.0000', '0.9500', '0.9500', '1.5000', '1.5000', '93.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9318, '2022-11-10', 3172, 8330, 2259, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9319, '2022-11-10', 2653, 8331, 2259, 14610, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '92.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9320, '2022-11-10', 2711, 8332, 2259, 14444, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9321, '2022-11-10', 2952, 8333, 2259, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9322, '2022-11-10', 2534, 8334, 2259, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9323, '2022-11-10', 2524, 8335, 2260, 3819, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9324, '2022-11-10', 2534, 8336, 2260, 15711, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9325, '2022-11-10', 3074, 8337, 2260, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9326, '2022-11-10', 3048, 8338, 2260, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '131.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9327, '2022-11-10', 3646, 8339, 2261, 15726, '12.0000', '1.1233', '1.1233', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9328, '2022-11-10', 3048, 8340, 2261, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '130.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9329, '2022-11-10', 3063, 8341, 2261, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9330, '2022-11-10', 3606, 8342, 2261, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '92.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9331, '2022-11-10', 2653, 8343, 2261, 14610, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '90.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9332, '2022-11-10', 3074, 8344, 2261, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9333, '2022-11-10', 3625, 8345, 2262, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '36.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9334, '2022-11-10', 3212, 8346, 2262, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9335, '2022-11-10', 3061, 8347, 2262, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9336, '2022-11-10', 2893, 8348, 2262, 13364, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9337, '2022-11-10', 3483, 8349, 2262, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '77.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9338, '2022-11-10', 2950, 8350, 2262, 15012, '-5.0000', '12.6667', '12.6667', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9339, '2022-11-10', 2950, 8350, 2262, 15673, '6.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9340, '2022-11-10', 3606, 8351, 2262, 15791, '2.0000', '0.9500', '0.9500', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9341, '2022-11-10', 2713, 8352, 2262, 15688, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 284, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9342, '2022-11-10', 3047, 8353, 2263, 13264, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 199, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9343, '2022-11-10', 3047, 8353, 2263, 13864, '-22.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9344, '2022-11-10', 3047, 8353, 2263, 14550, '23.0000', '1.6700', '1.6700', '2.5000', '2.5000', '49.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9345, '2022-11-10', 3635, 8354, 2263, 14559, '2.0000', '0.9002', '0.9002', '2.0000', '2.0000', '47.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9346, '2022-11-10', 3187, 8355, 2263, 10679, '-24.0000', '0.6793', '0.6793', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9347, '2022-11-10', 3187, 8355, 2263, 11649, '24.0000', '0.6793', '0.6793', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9348, '2022-11-10', 3187, 8355, 2263, 12619, '-24.0000', '0.6793', '0.6793', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9349, '2022-11-10', 3187, 8355, 2263, 13258, '25.0000', '0.6429', '0.6429', '1.2500', '1.2500', '3.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9350, '2022-11-10', 2713, 8356, 2263, 15688, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 284, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9351, '2022-11-10', 3048, 8357, 2263, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '128.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9352, '2022-11-10', 2534, 8358, 2263, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9353, '2022-11-10', 2663, 8359, 2264, 6298, '-10.0000', '3.3150', '3.3150', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9354, '2022-11-10', 2663, 8359, 2264, 7261, '2.0000', '3.3150', '3.3150', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9355, '2022-11-10', 2663, 8359, 2264, 9183, '2.0000', '3.3150', '3.3150', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9356, '2022-11-10', 2663, 8359, 2264, 10191, '7.0000', '2.1500', '2.1500', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 158, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9357, '2022-11-10', 3553, 8360, 2265, 14458, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9358, '2022-11-10', 2661, 8361, 2266, 14505, '5.0000', '0.3000', '0.3000', '0.5000', '0.5000', '145.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9359, '2022-11-10', 3187, 8362, 2266, 13258, '3.0000', '0.6429', '0.6429', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9360, '2022-11-10', 3187, 8362, 2266, 13883, '-36.0000', '0.6429', '0.6429', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9361, '2022-11-10', 3187, 8362, 2266, 14466, '28.0000', '0.6429', '0.6429', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9362, '2022-11-10', 3187, 8362, 2266, 14620, '2.0000', '0.0100', '0.0100', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9363, '2022-11-10', 3187, 8362, 2266, 15153, '-18.0000', '0.0100', '0.0100', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9364, '2022-11-10', 3187, 8362, 2266, 15683, '27.0000', '0.6786', '0.6786', '1.2500', '1.2500', '1.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9365, '2022-11-10', 2524, 8363, 2266, 3819, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9366, '2022-11-10', 3256, 8364, 2266, 4551, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9367, '2022-11-10', 2893, 8365, 2266, 13364, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9368, '2022-11-11', 2894, 8366, 2267, 4189, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9369, '2022-11-11', 2952, 8367, 2267, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9370, '2022-11-11', 3606, 8368, 2267, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9371, '2022-11-11', 3560, 8369, 2267, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '70.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9372, '2022-11-11', 3114, 8370, 2267, 13360, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9373, '2022-11-11', 2500, 8371, 2267, 14424, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9374, '2022-11-11', 3482, 8372, 2267, 6379, '-12.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9375, '2022-11-11', 3482, 8372, 2267, 7342, '-21.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9376, '2022-11-11', 3482, 8372, 2267, 8303, '21.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9377, '2022-11-11', 3482, 8372, 2267, 9264, '-21.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9378, '2022-11-11', 3482, 8372, 2267, 13212, '12.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 183, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9379, '2022-11-11', 3482, 8372, 2267, 13316, '12.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9380, '2022-11-11', 3482, 8372, 2267, 13809, '-10.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9381, '2022-11-11', 3482, 8372, 2267, 14517, '20.0000', '1.2500', '1.2500', '2.0000', '2.0000', '28.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9382, '2022-11-11', 2950, 8373, 2267, 15708, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9383, '2022-11-11', 2801, 8374, 2268, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '11.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9384, '2022-11-11', 3553, 8375, 2268, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9385, '2022-11-11', 3260, 8376, 2269, 4555, '2.0000', '1.6000', '1.6000', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9386, '2022-11-11', 2719, 8377, 2269, 4850, '4.0000', '0.9900', '0.9900', '2.0000', '2.0000', '71.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9387, '2022-11-11', 2725, 8378, 2269, 10018, '4.0000', '3.8700', '3.8700', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9388, '2022-11-11', 2963, 8379, 2269, 4996, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9389, '2022-11-11', 2606, 8380, 2269, 14431, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 242, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9390, '2022-11-11', 2606, 8380, 2269, 15047, '-3.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9391, '2022-11-11', 2606, 8380, 2269, 15789, '5.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 305, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9392, '2022-11-11', 2699, 8381, 2269, 15694, '45.0000', '6.6000', '6.6000', '8.0000', '8.0000', '49.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9393, '2022-11-11', 2552, 8382, 2269, 5430, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9394, '2022-11-11', 3564, 8383, 2269, 13169, '1.0000', '21.6000', '21.6000', '32.0000', '32.0000', '0.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9395, '2022-11-11', 2544, 8384, 2269, 3839, '1.0000', '45.6400', '45.6400', '55.0000', '55.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9396, '2022-11-11', 3585, 8385, 2269, 13344, '1.0000', '39.7500', '39.7500', '53.0000', '53.0000', '5.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9397, '2022-11-11', 3214, 8386, 2269, 4509, '1.0000', '12.3200', '12.3200', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9398, '2022-11-11', 3305, 8387, 2269, 4600, '10.0000', '0.6100', '0.6100', '1.0000', '1.0000', '291.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9399, '2022-11-11', 2916, 8388, 2269, 5744, '1.0000', '34.1000', '34.1000', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9400, '2022-11-11', 2690, 8389, 2269, 3985, '1.0000', '42.9000', '42.9000', '57.0000', '57.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9401, '2022-11-11', 2727, 8390, 2269, 10019, '2.0000', '13.6700', '13.6700', '40.0000', '40.0000', '8.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9402, '2022-11-11', 3270, 8391, 2269, 4565, '1.0000', '43.9900', '43.9900', '65.0000', '65.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9403, '2022-11-11', 3233, 8392, 2269, 9915, '4.0000', '26.4000', '26.4000', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9404, '2022-11-11', 2698, 8393, 2269, 13372, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 225, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9405, '2022-11-11', 2698, 8393, 2269, 15521, '-13.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9406, '2022-11-11', 2698, 8393, 2269, 15693, '23.0000', '6.6000', '6.6000', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9407, '2022-11-11', 2646, 8394, 2270, 15772, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '27.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9408, '2022-11-11', 3044, 8395, 2270, 5324, '1.0000', '12.2917', '12.2917', '16.0000', '16.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9409, '2022-11-11', 2923, 8396, 2270, 14455, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9410, '2022-11-11', 2927, 8397, 2270, 14418, '4.0000', '1.5000', '1.5000', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9411, '2022-11-11', 2711, 8398, 2270, 14444, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9412, '2022-11-11', 3598, 8399, 2270, 14490, '10.0000', '2.9500', '2.9500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 252, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9413, '2022-11-11', 2961, 8400, 2270, 10096, '3.0000', '14.9000', '14.9000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 136, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9414, '2022-11-11', 2712, 8401, 2270, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '23.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9415, '2022-11-11', 2697, 8402, 2270, 3992, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9416, '2022-11-11', 3074, 8403, 2270, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9417, '2022-11-11', 2893, 8404, 2270, 14060, '-20.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9418, '2022-11-11', 2893, 8404, 2270, 14462, '12.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9419, '2022-11-11', 2893, 8404, 2270, 15338, '-8.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9420, '2022-11-11', 2893, 8404, 2270, 15679, '17.0000', '1.6917', '1.6917', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9421, '2022-11-11', 2713, 8405, 2270, 15688, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 284, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9422, '2022-11-11', 3609, 8406, 2270, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '129.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9423, '2022-11-11', 3063, 8407, 2270, 13382, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9424, '2022-11-11', 3182, 8408, 2270, 5452, '1.0000', '7.7925', '7.7925', '11.0000', '11.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9425, '2022-11-11', 3165, 8409, 2270, 15720, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '3.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9426, '2022-11-11', 2982, 8410, 2270, 14437, '2.0000', '5.1583', '5.1583', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9427, '2022-11-11', 2647, 8411, 2270, 15699, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9428, '2022-11-11', 2644, 8412, 2270, 13381, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9429, '2022-11-11', 3060, 8413, 2270, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9430, '2022-11-11', 3166, 8414, 2270, 15721, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '5.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9431, '2022-11-11', 2890, 8415, 2270, 5481, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9432, '2022-11-11', 2650, 8416, 2270, 14565, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9433, '2022-11-11', 3048, 8417, 2270, 14582, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '123.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9434, '2022-11-11', 3646, 8418, 2270, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9435, '2022-11-11', 3230, 8419, 2270, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9436, '2022-11-11', 2485, 8420, 2270, 13324, '1.0000', '22.7742', '22.7742', '29.0000', '29.0000', '2.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9437, '2022-11-11', 3175, 8421, 2270, 4470, '1.0000', '6.4000', '6.4000', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9438, '2022-11-11', 2921, 8422, 2270, 13294, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9439, '2022-11-11', 3483, 8423, 2270, 13315, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9440, '2022-11-11', 2500, 8424, 2270, 14424, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9441, '2022-11-11', 3084, 8425, 2270, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9442, '2022-11-11', 2661, 8426, 2270, 14505, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '141.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9443, '2022-11-11', 2901, 8427, 2270, 14615, '3.0000', '14.6389', '14.6389', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 275, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9444, '2022-11-11', 3121, 8428, 2270, 4899, '1.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9445, '2022-11-11', 3017, 8429, 2270, 15423, '-1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9446, '2022-11-11', 3017, 8429, 2270, 15728, '2.0000', '4.3800', '4.3800', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9447, '2022-11-11', 2918, 8430, 2270, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '37.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9448, '2022-11-11', 2935, 8431, 2270, 13302, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9449, '2022-11-11', 3172, 8432, 2270, 15750, '4.0000', '3.6000', '3.6000', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9450, '2022-11-11', 3612, 8433, 2270, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9451, '2022-11-11', 2967, 8434, 2270, 4262, '4.0000', '2.4500', '2.4500', '4.5000', '4.5000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9452, '2022-11-11', 3599, 8435, 2271, 14493, '1.0000', '2.2917', '2.2917', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9453, '2022-11-11', 3074, 8436, 2271, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9454, '2022-11-11', 2924, 8437, 2271, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9455, '2022-11-11', 3314, 8438, 2271, 4807, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9456, '2022-11-11', 3314, 8438, 2271, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '146.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9457, '2022-11-11', 3172, 8439, 2271, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9458, '2022-11-11', 2952, 8440, 2271, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9459, '2022-11-11', 2951, 8441, 2271, 13313, '2.0000', '2.5000', '2.5000', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9460, '2022-11-11', 2901, 8442, 2271, 14615, '1.0000', '14.6389', '14.6389', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 275, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9461, '2022-11-11', 2646, 8443, 2271, 15772, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9462, '2022-11-11', 3608, 8444, 2271, 14504, '3.0000', '0.5000', '0.5000', '1.0000', '1.0000', '72.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9463, '2022-11-11', 3048, 8445, 2271, 14582, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '120.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9464, '2022-11-11', 3650, 8446, 2271, 15797, '1.0000', '3.4833', '3.4833', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9465, '2022-11-11', 3059, 8447, 2271, 14429, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9466, '2022-11-11', 2660, 8448, 2271, 13247, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 194, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9467, '2022-11-11', 3579, 8449, 2271, 13319, '1.0000', '18.3417', '18.3417', '25.0000', '25.0000', '3.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9468, '2022-11-11', 3166, 8450, 2271, 15721, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '4.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9469, '2022-11-11', 2923, 8451, 2271, 14455, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9470, '2022-11-11', 2918, 8452, 2271, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '36.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9471, '2022-11-11', 3060, 8453, 2271, 15722, '3.0000', '5.6460', '5.6460', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9472, '2022-11-11', 3230, 8454, 2271, 15785, '3.0000', '2.5700', '2.5700', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9473, '2022-11-11', 2708, 8455, 2271, 4003, '2.0000', '8.0000', '8.0000', '11.0000', '11.0000', '30.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9474, '2022-11-11', 3646, 8456, 2271, 15726, '12.0000', '1.1233', '1.1233', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9475, '2022-11-11', 2534, 8457, 2271, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9476, '2022-11-11', 2727, 8458, 2271, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '7.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9477, '2022-11-11', 2759, 8459, 2271, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '19.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9478, '2022-11-11', 2920, 8460, 2271, 15760, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '10.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9479, '2022-11-11', 2508, 8461, 2271, 14452, '2.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9480, '2022-11-11', 2645, 8462, 2271, 15794, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '66.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9481, '2022-11-11', 2699, 8463, 2271, 15694, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9482, '2022-11-11', 3233, 8464, 2271, 9915, '1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '1.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9483, '2022-11-11', 2711, 8465, 2271, 14444, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9484, '2022-11-11', 2711, 8465, 2271, 14523, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9485, '2022-11-11', 2982, 8466, 2271, 14437, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9486, '2022-11-11', 3084, 8467, 2271, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9487, '2022-11-11', 2712, 8468, 2271, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '22.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9488, '2022-11-11', 2922, 8469, 2271, 14454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9489, '2022-11-11', 2935, 8470, 2271, 13302, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9490, '2022-11-11', 2935, 8470, 2271, 13771, '-1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9491, '2022-11-11', 2935, 8470, 2271, 15027, '-11.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9492, '2022-11-11', 2935, 8470, 2271, 15767, '14.0000', '0.7500', '0.7500', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9493, '2022-11-11', 3483, 8471, 2271, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9494, '2022-11-11', 2713, 8472, 2271, 15688, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 284, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9495, '2022-11-11', 3074, 8473, 2272, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9496, '2022-11-11', 2916, 8474, 2272, 7668, '-5.0000', '34.1000', '34.1000', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9497, '2022-11-11', 2916, 8474, 2272, 8629, '5.0000', '34.1000', '34.1000', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9498, '2022-11-11', 2916, 8474, 2272, 9590, '-5.0000', '34.1000', '34.1000', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9499, '2022-11-11', 2916, 8474, 2272, 13325, '6.0000', '39.4742', '39.4742', '52.0000', '52.0000', '6.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9500, '2022-11-11', 2922, 8475, 2272, 14454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9501, '2022-11-11', 3187, 8476, 2272, 15683, '1.0000', '0.6786', '0.6786', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9502, '2022-11-11', 2504, 8477, 2272, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9503, '2022-11-11', 2927, 8478, 2272, 14418, '6.0000', '1.5000', '1.5000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9504, '2022-11-11', 2927, 8478, 2272, 15030, '-14.0000', '1.5000', '1.5000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9505, '2022-11-11', 2927, 8478, 2272, 15765, '20.0000', '1.8750', '1.8750', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9506, '2022-11-11', 3305, 8479, 2272, 4600, '30.0000', '0.6100', '0.6100', '1.0000', '1.0000', '261.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9507, '2022-11-11', 3483, 8480, 2272, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9508, '2022-11-11', 3592, 8481, 2272, 14417, '2.0000', '2.2500', '2.2500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9509, '2022-11-11', 3592, 8481, 2272, 15764, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '23.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9510, '2022-11-11', 2646, 8482, 2272, 15772, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9511, '2022-11-11', 2921, 8483, 2272, 13294, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9512, '2022-11-11', 2920, 8484, 2272, 15760, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9513, '2022-11-11', 2647, 8485, 2272, 15699, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9514, '2022-11-11', 2645, 8486, 2272, 15794, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '63.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9515, '2022-11-11', 2712, 8487, 2272, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '21.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9516, '2022-11-11', 2660, 8488, 2272, 13310, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9517, '2022-11-11', 3311, 8489, 2272, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9518, '2022-11-11', 2661, 8490, 2272, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '139.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9519, '2022-11-11', 3565, 8491, 2272, 13170, '1.0000', '9.5000', '9.5000', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9520, '2022-11-11', 3230, 8492, 2272, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9521, '2022-11-11', 2534, 8493, 2272, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9522, '2022-11-11', 3239, 8494, 2272, 4534, '2.0000', '0.7900', '0.7900', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9523, '2022-11-11', 3260, 8495, 2272, 4555, '2.0000', '1.6000', '1.6000', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9524, '2022-11-11', 3260, 8495, 2272, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '99.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9525, '2022-11-11', 2490, 8496, 2272, 3785, '4.0000', '0.6900', '0.6900', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9526, '2022-11-11', 3262, 8497, 2272, 5939, '1.0000', '6.1300', '6.1300', '10.0000', '10.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9527, '2022-11-11', 3241, 8498, 2272, 4536, '1.0000', '3.9900', '3.9900', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9528, '2022-11-11', 2749, 8499, 2272, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9529, '2022-11-11', 2756, 8500, 2272, 5905, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9530, '2022-11-11', 2952, 8501, 2272, 13312, '3.0000', '3.2000', '3.2000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9531, '2022-11-11', 2713, 8502, 2272, 15688, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 284, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9532, '2022-11-11', 3048, 8503, 2272, 14582, '8.0000', '0.8333', '0.8333', '1.5000', '1.5000', '112.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9533, '2022-11-11', 2485, 8504, 2272, 13324, '1.0000', '22.7742', '22.7742', '29.0000', '29.0000', '1.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9534, '2022-11-11', 2517, 8505, 2272, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9535, '2022-11-11', 3121, 8506, 2272, 5425, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9536, '2022-11-11', 3172, 8507, 2272, 15750, '7.0000', '3.6000', '3.6000', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9537, '2022-11-11', 2924, 8508, 2272, 13297, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9538, '2022-11-11', 2923, 8509, 2272, 14455, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9539, '2022-11-11', 2923, 8509, 2272, 14591, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9540, '2022-11-11', 2918, 8510, 2272, 4213, '2.0000', '1.8800', '1.8800', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9541, '2022-11-11', 3123, 8511, 2272, 14474, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9542, '2022-11-11', 2712, 8512, 2273, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '20.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9543, '2022-11-11', 3609, 8513, 2273, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '128.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9544, '2022-11-11', 3085, 8514, 2273, 14478, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9545, '2022-11-11', 2890, 8515, 2273, 5481, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9546, '2022-11-11', 2711, 8516, 2273, 14523, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9547, '2022-11-11', 2935, 8517, 2273, 15767, '13.0000', '0.7500', '0.7500', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9548, '2022-11-11', 3048, 8518, 2273, 14582, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '109.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9549, '2022-11-11', 2661, 8519, 2273, 14505, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '135.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9550, '2022-11-11', 3483, 8520, 2273, 13315, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9551, '2022-11-11', 3166, 8521, 2273, 15721, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9552, '2022-11-11', 3172, 8522, 2273, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9553, '2022-11-11', 3017, 8523, 2273, 15728, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9554, '2022-11-11', 3074, 8524, 2273, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9555, '2022-11-11', 2645, 8525, 2273, 15794, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9556, '2022-11-11', 2644, 8526, 2273, 13381, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9557, '2022-11-11', 3580, 8527, 2273, 17132, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9558, '2022-11-11', 2901, 8528, 2273, 14615, '1.0000', '14.6389', '14.6389', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 275, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9559, '2022-11-11', 2485, 8529, 2273, 13324, '1.0000', '22.7742', '22.7742', '29.0000', '29.0000', '0.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9560, '2022-11-11', 2485, 8529, 2273, 14664, '-2.0000', '22.7742', '22.7742', '29.0000', '29.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9561, '2022-11-11', 2485, 8529, 2273, 15689, '3.0000', '24.2092', '24.2092', '29.0000', '29.0000', '9.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9562, '2022-11-11', 3064, 8530, 2273, 4780, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9563, '2022-11-11', 2653, 8531, 2273, 14610, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '89.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9564, '2022-11-11', 3484, 8532, 2274, 4773, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9565, '2022-11-11', 3267, 8533, 2275, 4562, '1.0000', '33.0900', '33.0900', '45.0000', '45.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9566, '2022-11-11', 2922, 8534, 2276, 14454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9567, '2022-11-11', 2901, 8535, 2277, 14615, '1.0000', '14.6389', '14.6389', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 275, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9568, '2022-11-11', 2918, 8536, 2277, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '33.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9569, '2022-11-11', 2711, 8537, 2278, 14523, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9570, '2022-11-11', 2647, 8538, 2278, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9571, '2022-11-11', 3483, 8539, 2278, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9572, '2022-11-11', 3048, 8540, 2278, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '107.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9573, '2022-11-11', 2661, 8541, 2278, 14505, '6.0000', '0.3000', '0.3000', '0.5000', '0.5000', '129.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9574, '2022-11-11', 3466, 8542, 2279, 4688, '1.0000', '44.8900', '44.8900', '60.0000', '60.0000', '4.0000', 1, 0, NULL, 25, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9575, '2022-11-11', 3440, 8543, 2279, 4658, '1.0000', '24.0000', '24.0000', '25.0000', '25.0000', '12.0000', 1, 0, NULL, 20, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9576, '2022-11-11', 3441, 8544, 2279, 4652, '1.0000', '76.5000', '76.5000', '77.0000', '77.0000', '18.0000', 1, 0, NULL, 20, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9577, '2022-11-11', 3679, 8545, 2279, 17153, '2.0000', '60.0000', '60.0000', '66.0000', '66.0000', '44.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9578, '2022-11-11', 3759, 8546, 2279, 17370, '1.0000', '125.0000', '125.0000', '225.0000', '225.0000', '2.0000', 1, 0, NULL, 317, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9579, '2022-11-11', 3123, 8547, 2280, 14474, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9580, '2022-11-11', 2790, 8548, 2281, 15730, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9581, '2022-11-11', 3048, 8549, 2281, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9582, '2022-11-11', 3172, 8550, 2281, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9583, '2022-11-11', 2901, 8551, 2282, 14637, '-10.0000', '14.6389', '14.6389', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9584, '2022-11-11', 2901, 8551, 2282, 15715, '5.0000', '14.2083', '14.2083', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 292, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9585, '2022-11-11', 2901, 8551, 2282, 15956, '-1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9586, '2022-11-11', 2901, 8551, 2282, 17136, '7.0000', '13.9500', '13.9500', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9587, '2022-11-11', 2713, 8552, 2283, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9588, '2022-11-11', 3628, 8553, 2284, 14547, '1.0000', '1.0377', '1.0377', '2.0000', '2.0000', '52.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9589, '2022-11-11', 3626, 8554, 2284, 14544, '2.0000', '1.1500', '1.1500', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9590, '2022-11-11', 3606, 8555, 2284, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '88.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9591, '2022-11-11', 2661, 8556, 2284, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '127.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9592, '2022-11-11', 3482, 8557, 2284, 14517, '3.0000', '1.2500', '1.2500', '2.0000', '2.0000', '25.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9593, '2022-11-11', 3620, 8558, 2284, 14534, '6.0000', '1.4166', '1.4166', '2.0000', '2.0000', '46.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9594, '2022-11-11', 3311, 8559, 2284, 13311, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9595, '2022-11-11', 3048, 8560, 2284, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '104.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9596, '2022-11-11', 3048, 8561, 2285, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '103.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9597, '2022-11-11', 3311, 8562, 2285, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9598, '2022-11-11', 3483, 8563, 2285, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9599, '2022-11-11', 3646, 8564, 2285, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9600, '2022-11-11', 2822, 8565, 2286, 13379, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9601, '2022-11-11', 2661, 8566, 2287, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '125.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9602, '2022-11-11', 2645, 8567, 2288, 15794, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9603, '2022-11-11', 2700, 8568, 2289, 3995, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '54.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9604, '2022-11-11', 3439, 8569, 2290, 17023, '83.0000', '6.7300', '6.7300', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9605, '2022-11-11', 3439, 8569, 2290, 17208, '17.0000', '6.7300', '6.7300', '7.0000', '7.0000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9606, '2022-11-11', 3441, 8570, 2290, 4652, '18.0000', '76.5000', '76.5000', '75.0000', '75.0000', '0.0000', 1, 0, NULL, 20, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9607, '2022-11-11', 3441, 8570, 2290, 17025, '32.0000', '75.0000', '75.0000', '75.0000', '75.0000', '288.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9608, '2022-11-11', 3412, 8571, 2290, 17017, '1.0000', '62.7300', '62.7300', '62.8500', '62.8500', '0.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9609, '2022-11-11', 3412, 8571, 2290, 17373, '20.0000', '58.5200', '58.5200', '62.8500', '62.8500', '36.0000', 1, 0, NULL, 318, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9610, '2022-11-11', 3409, 8572, 2290, 17015, '5.0000', '33.6700', '33.6700', '36.1500', '36.1500', '0.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9611, '2022-11-11', 3409, 8572, 2290, 17372, '34.0000', '32.9300', '32.9300', '36.1500', '36.1500', '200.0000', 1, 0, NULL, 318, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9612, '2022-11-11', 3654, 8573, 2290, 17051, '1.0000', '200.0000', '200.0000', '315.0000', '315.0000', '4.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9613, '2022-11-11', 3764, 8574, 2290, 17397, '1.0000', '75.0000', '75.0000', '75.0000', '75.0000', '0.0000', 1, 0, NULL, 326, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9614, '2022-11-11', 3656, 8575, 2290, 17053, '1.0000', '130.5000', '130.5000', '145.0000', '145.0000', '3.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9615, '2022-11-11', 2651, 8576, 2291, 3946, '2.0000', '5.8300', '5.8300', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9616, '2022-11-11', 3060, 8577, 2292, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9617, '2022-11-11', 3441, 8578, 2293, 17025, '15.0000', '75.0000', '75.0000', '75.0000', '75.0000', '273.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9618, '2022-11-11', 3663, 8579, 2293, 17060, '8.0000', '20.0700', '20.0700', '23.0000', '23.0000', '835.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9619, '2022-11-11', 2973, 8580, 2294, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '23.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9620, '2022-11-11', 2923, 8581, 2295, 14591, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9621, '2022-11-11', 3165, 8582, 2296, 15720, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9622, '2022-11-11', 2982, 8583, 2296, 14437, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9623, '2022-11-11', 3060, 8584, 2297, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9624, '2022-11-11', 3015, 8585, 2297, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '93.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9625, '2022-11-11', 3558, 8586, 2298, 10206, '3.0000', '50.6150', '50.6150', '60.0000', '60.0000', '3.0000', 1, 0, NULL, 163, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9626, '2022-11-11', 3064, 8587, 2299, 5001, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9627, '2022-11-11', 2645, 8588, 2300, 15794, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9628, '2022-11-11', 3172, 8589, 2300, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9629, '2022-11-11', 3483, 8590, 2300, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9630, '2022-11-11', 3165, 8591, 2301, 15720, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9631, '2022-11-11', 2982, 8592, 2301, 14437, '1.0000', '5.1583', '5.1583', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9632, '2022-11-11', 2645, 8593, 2302, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9633, '2022-11-11', 2982, 8594, 2303, 14805, '-8.0000', '5.1583', '5.1583', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9634, '2022-11-11', 2982, 8594, 2303, 15713, '9.0000', '4.5000', '4.5000', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9635, '2022-11-12', 2645, 8595, 2304, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9636, '2022-11-12', 3580, 8596, 2304, 17132, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9637, '2022-11-12', 2952, 8597, 2305, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9638, '2022-11-12', 3084, 8598, 2305, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9639, '2022-11-12', 2719, 8599, 2306, 4850, '6.0000', '0.9900', '0.9900', '2.0000', '2.0000', '65.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9640, '2022-11-12', 2827, 8600, 2307, 14399, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '151.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9641, '2022-11-12', 3074, 8601, 2307, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9642, '2022-11-12', 3043, 8602, 2308, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9643, '2022-11-12', 3123, 8603, 2309, 14474, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9644, '2022-11-12', 3048, 8604, 2309, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '101.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9645, '2022-11-12', 2482, 8605, 2310, 4820, '1.0000', '32.0000', '32.0000', '40.0000', '40.0000', '5.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9646, '2022-11-12', 3120, 8606, 2311, 17386, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9647, '2022-11-12', 3123, 8607, 2312, 14474, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9648, '2022-11-12', 2822, 8608, 2312, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9649, '2022-11-12', 2661, 8609, 2313, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '123.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9650, '2022-11-12', 2920, 8610, 2314, 15760, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9651, '2022-11-12', 3695, 8611, 2315, 17091, '1.0000', '45.1000', '45.1000', '60.0000', '60.0000', '5.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9652, '2022-11-12', 3725, 8612, 2315, 17118, '1.0000', '121.1300', '121.1300', '125.0000', '125.0000', '26.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9653, '2022-11-12', 3382, 8613, 2315, 17005, '1.0000', '108.0000', '108.0000', '130.0000', '130.0000', '9.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9654, '2022-11-12', 3727, 8614, 2315, 17119, '1.0000', '17.9700', '17.9700', '25.0000', '25.0000', '10.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9655, '2022-11-12', 3441, 8615, 2315, 17025, '1.0000', '75.0000', '75.0000', '77.0000', '77.0000', '272.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9656, '2022-11-12', 3473, 8616, 2315, 4692, '2.0000', '21.4900', '21.4900', '30.0000', '30.0000', '52.0000', 1, 0, NULL, 25, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9657, '2022-11-12', 3439, 8617, 2315, 17208, '3.0000', '6.7300', '6.7300', '8.0000', '8.0000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9658, '2022-11-12', 3120, 8618, 2316, 17386, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9659, '2022-11-12', 2952, 8619, 2316, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9660, '2022-11-12', 2661, 8620, 2316, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '121.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9661, '2022-11-12', 3172, 8621, 2316, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9662, '2022-11-12', 2711, 8622, 2316, 14523, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9663, '2022-11-12', 3314, 8623, 2317, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '145.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9664, '2022-11-12', 3048, 8624, 2317, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '100.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9665, '2022-11-12', 2723, 8625, 2318, 4018, '2.0000', '1.4900', '1.4900', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9666, '2022-11-12', 2752, 8626, 2318, 4047, '1.0000', '1.0900', '1.0900', '3.0000', '3.0000', '38.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9667, '2022-11-12', 3762, 8627, 2318, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '149.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9668, '2022-11-12', 3175, 8628, 2319, 4470, '1.0000', '6.4000', '6.4000', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9669, '2022-11-12', 2713, 8629, 2319, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9670, '2022-11-12', 3483, 8630, 2320, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9671, '2022-11-12', 3663, 8631, 2321, 17060, '13.0000', '20.0700', '20.0700', '22.3000', '22.3000', '822.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9672, '2022-11-12', 3409, 8632, 2321, 17372, '7.0000', '32.9300', '32.9300', '36.1500', '36.1500', '193.0000', 1, 0, NULL, 318, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9673, '2022-11-12', 3756, 8633, 2321, 17369, '1.0000', '87.5000', '87.5000', '115.0000', '115.0000', '19.0000', 1, 0, NULL, 317, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9674, '2022-11-12', 3767, 8634, 2321, 17404, '1.0000', '60.0000', '60.0000', '90.0000', '90.0000', '0.0000', 1, 0, NULL, 332, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9675, '2022-11-12', 3432, 8635, 2321, 4659, '9.0000', '3.4500', '3.4500', '4.2500', '4.2500', '0.0000', 1, 0, NULL, 21, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9676, '2022-11-12', 3432, 8635, 2321, 15931, '95.0000', '3.4500', '3.4500', '4.2500', '4.2500', '69.0000', 1, 0, NULL, 310, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9677, '2022-11-12', 3434, 8636, 2321, 15933, '26.0000', '3.9500', '3.9500', '4.5000', '4.5000', '23.0000', 1, 0, NULL, 310, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9678, '2022-11-12', 3407, 8637, 2321, 4675, '3.0000', '12.9700', '12.9700', '15.0000', '15.0000', '1496.0000', 1, 0, NULL, 23, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9679, '2022-11-12', 3439, 8638, 2321, 17208, '3.0000', '6.7300', '6.7300', '8.0000', '8.0000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9680, '2022-11-12', 3441, 8639, 2321, 17025, '3.0000', '75.0000', '75.0000', '77.0000', '77.0000', '269.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9681, '2022-11-12', 3758, 8640, 2322, 17377, '2.0000', '125.0000', '125.0000', '225.0000', '225.0000', '0.0000', 1, 0, NULL, 321, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9682, '2022-11-12', 3758, 8640, 2322, 17402, '1.0000', '125.0000', '125.0000', '225.0000', '225.0000', '0.0000', 1, 0, NULL, 330, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9683, '2022-11-12', 3555, 8641, 2322, 9999, '1.0000', '426.8300', '426.8300', '450.0000', '450.0000', '1.0000', 1, 0, NULL, 116, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9684, '2022-11-12', 3433, 8642, 2322, 4666, '91.0000', '3.4500', '3.4500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 22, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9685, '2022-11-12', 3433, 8642, 2322, 6946, '10.0000', '3.4500', '3.4500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9686, '2022-11-12', 3433, 8642, 2322, 15935, '24.0000', '3.8000', '3.8000', '4.5000', '4.5000', '96.0000', 1, 0, NULL, 310, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9687, '2022-11-12', 3758, 8643, 2323, 17403, '2.0000', '125.0000', '125.0000', '225.0000', '225.0000', '0.0000', 1, 0, NULL, 331, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9688, '2022-11-12', 3441, 8644, 2323, 17025, '5.0000', '75.0000', '75.0000', '77.0000', '77.0000', '264.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9689, '2022-11-12', 3444, 8645, 2323, 4655, '5.0000', '32.0000', '32.0000', '33.0000', '33.0000', '16.0000', 1, 0, NULL, 20, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9690, '2022-11-12', 3432, 8646, 2323, 15931, '20.0000', '3.4500', '3.4500', '4.2500', '4.2500', '49.0000', 1, 0, NULL, 310, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9691, '2022-11-12', 3710, 8647, 2324, 17105, '1.0000', '55.7900', '55.7900', '65.0000', '65.0000', '42.0000', 1, 0, NULL, 309, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9692, '2022-11-12', 3679, 8648, 2324, 17153, '1.0000', '60.0000', '60.0000', '66.0000', '66.0000', '43.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9693, '2022-11-12', 2950, 8649, 2325, 15708, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9694, '2022-11-12', 3762, 8650, 2326, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '148.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9695, '2022-11-12', 3166, 8651, 2327, 15721, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9696, '2022-11-12', 2646, 8652, 2327, 15772, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9697, '2022-11-12', 2902, 8653, 2328, 14393, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9698, '2022-11-12', 2712, 8654, 2329, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '19.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9699, '2022-11-12', 2645, 8655, 2330, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9700, '2022-11-12', 3243, 8656, 2331, 4538, '1.0000', '0.9900', '0.9900', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9701, '2022-11-12', 2746, 8657, 2331, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9702, '2022-11-12', 3214, 8658, 2331, 4509, '1.0000', '12.3200', '12.3200', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9703, '2022-11-12', 3074, 8659, 2332, 14408, '1.0000', '2.0496', '2.0496', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 236, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9704, '2022-11-12', 2646, 8660, 2333, 15772, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9705, '2022-11-12', 3061, 8661, 2333, 14450, '2.0000', '4.8500', '4.8500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9706, '2022-11-12', 2645, 8662, 2334, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9707, '2022-11-12', 2952, 8663, 2335, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9708, '2022-11-12', 3762, 8664, 2335, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '147.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9709, '2022-11-12', 2645, 8665, 2335, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9710, '2022-11-12', 3295, 8666, 2336, 4590, '16.0000', '0.4500', '0.4500', '0.7500', '0.7500', '1026.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9711, '2022-11-12', 2645, 8667, 2337, 15794, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9712, '2022-11-12', 2935, 8668, 2338, 15767, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9713, '2022-11-12', 2504, 8669, 2338, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9714, '2022-11-12', 2710, 8670, 2338, 14587, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9715, '2022-11-12', 2646, 8671, 2338, 15772, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9716, '2022-11-12', 2952, 8672, 2338, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9717, '2022-11-12', 3762, 8673, 2339, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '146.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9718, '2022-11-12', 2952, 8674, 2340, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9719, '2022-11-12', 2646, 8675, 2340, 15772, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9720, '2022-11-12', 3084, 8676, 2341, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9721, '2022-11-12', 2646, 8677, 2342, 15772, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9722, '2022-11-12', 2791, 8678, 2343, 14477, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9723, '2022-11-12', 2552, 8679, 2343, 6391, '-13.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9724, '2022-11-12', 2552, 8679, 2343, 7354, '-24.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9725, '2022-11-12', 2552, 8679, 2343, 8315, '24.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9726, '2022-11-12', 2552, 8679, 2343, 9276, '-24.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9727, '2022-11-12', 2552, 8679, 2343, 9968, '24.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 109, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9728, '2022-11-12', 2552, 8679, 2343, 10116, '14.0000', '0.3958', '0.3958', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9729, '2022-11-12', 3060, 8680, 2344, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9730, '2022-11-12', 2645, 8681, 2345, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9731, '2022-11-12', 3047, 8682, 2346, 14550, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '47.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9732, '2022-11-12', 2646, 8683, 2347, 15772, '7.0000', '11.9450', '11.9450', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9733, '2022-11-12', 2645, 8684, 2348, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9734, '2022-11-12', 2646, 8685, 2348, 15772, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9735, '2022-11-12', 3172, 8686, 2349, 15750, '5.0000', '3.6000', '3.6000', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9736, '2022-11-12', 2790, 8687, 2350, 15730, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9737, '2022-11-12', 2647, 8688, 2351, 15699, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9738, '2022-11-12', 2653, 8689, 2352, 14610, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '83.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9739, '2022-11-13', 3580, 8690, 2353, 17132, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9740, '2022-11-13', 3618, 8691, 2354, 14531, '2.0000', '3.4000', '3.4000', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9741, '2022-11-13', 3614, 8692, 2354, 14526, '1.0000', '2.8846', '2.8846', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9742, '2022-11-13', 3545, 8693, 2355, 4956, '1.0000', '38.7133', '38.7133', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9743, '2022-11-13', 2517, 8694, 2356, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9744, '2022-11-13', 3060, 8695, 2356, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9745, '2022-11-13', 2920, 8696, 2357, 15760, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9746, '2022-11-13', 2919, 8697, 2357, 14416, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9747, '2022-11-13', 2710, 8698, 2357, 14587, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9748, '2022-11-13', 2920, 8699, 2358, 15760, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9749, '2022-11-13', 2645, 8700, 2358, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9750, '2022-11-13', 2921, 8701, 2359, 13294, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9751, '2022-11-13', 2930, 8702, 2359, 14593, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9752, '2022-11-13', 2923, 8703, 2359, 14591, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9753, '2022-11-13', 2952, 8704, 2360, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9754, '2022-11-13', 2645, 8705, 2360, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9755, '2022-11-13', 2901, 8706, 2361, 17136, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9756, '2022-11-13', 3060, 8707, 2362, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9757, '2022-11-13', 3161, 8708, 2363, 4456, '2.0000', '10.6500', '10.6500', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9758, '2022-11-13', 2858, 8709, 2363, 4153, '1.0000', '6.3800', '6.3800', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9759, '2022-11-13', 3586, 8710, 2363, 13345, '2.0000', '12.2500', '12.2500', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9760, '2022-11-13', 2712, 8711, 2364, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '18.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9761, '2022-11-13', 3622, 8712, 2365, 14538, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9762, '2022-11-13', 3623, 8713, 2365, 14539, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9763, '2022-11-13', 2534, 8714, 2366, 15711, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9764, '2022-11-13', 3172, 8715, 2366, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9765, '2022-11-13', 2950, 8716, 2367, 15708, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9766, '2022-11-13', 3606, 8717, 2368, 15791, '2.0000', '0.9500', '0.9500', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9767, '2022-11-13', 2901, 8718, 2369, 17136, '4.0000', '13.9500', '13.9500', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9768, '2022-11-13', 2713, 8719, 2369, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9769, '2022-11-13', 3048, 8720, 2369, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '98.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9770, '2022-11-13', 3482, 8721, 2369, 14517, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '24.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9771, '2022-11-13', 3626, 8722, 2370, 14544, '2.0000', '1.1500', '1.1500', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9772, '2022-11-13', 2646, 8723, 2370, 15772, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9773, '2022-11-13', 3017, 8724, 2370, 15728, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9774, '2022-11-13', 3626, 8725, 2371, 14544, '8.0000', '1.1500', '1.1500', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9775, '2022-11-13', 2646, 8726, 2372, 15772, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9776, '2022-11-13', 3172, 8727, 2372, 15750, '3.0000', '3.6000', '3.6000', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9777, '2022-11-13', 3060, 8728, 2373, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9778, '2022-11-13', 3114, 8729, 2374, 13360, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9779, '2022-11-13', 3060, 8730, 2374, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9780, '2022-11-13', 2587, 8731, 2375, 3882, '1.0000', '2.6200', '2.6200', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9781, '2022-11-13', 2636, 8732, 2375, 3931, '2.0000', '9.4100', '9.4100', '14.0000', '14.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9782, '2022-11-13', 2848, 8733, 2375, 4143, '1.0000', '15.3100', '15.3100', '20.0000', '20.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9783, '2022-11-13', 2830, 8734, 2375, 4125, '2.0000', '4.0000', '4.0000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9784, '2022-11-13', 2831, 8735, 2375, 4126, '2.0000', '5.3000', '5.3000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9785, '2022-11-13', 2646, 8736, 2376, 15772, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9786, '2022-11-13', 2646, 8736, 2376, 16301, '-2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9787, '2022-11-13', 2646, 8736, 2376, 17140, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '44.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9788, '2022-11-13', 3613, 8737, 2377, 14510, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9789, '2022-11-13', 2485, 8738, 2378, 15689, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '8.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9790, '2022-11-13', 2645, 8739, 2379, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9791, '2022-11-13', 2916, 8740, 2380, 13325, '1.0000', '39.4742', '39.4742', '52.0000', '52.0000', '5.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9792, '2022-11-13', 2830, 8741, 2381, 4125, '2.0000', '4.0000', '4.0000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9793, '2022-11-13', 3609, 8742, 2381, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '127.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9794, '2022-11-13', 3102, 8743, 2382, 4397, '1.0000', '13.7300', '13.7300', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9795, '2022-11-13', 3565, 8744, 2382, 13170, '1.0000', '9.5000', '9.5000', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9796, '2022-11-13', 2923, 8745, 2382, 14591, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9797, '2022-11-13', 3043, 8746, 2382, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9798, '2022-11-13', 2646, 8747, 2382, 17140, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9799, '2022-11-13', 3172, 8748, 2382, 15750, '3.0000', '3.6000', '3.6000', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9800, '2022-11-13', 2645, 8749, 2382, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9801, '2022-11-13', 2534, 8750, 2382, 16336, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9802, '2022-11-13', 2646, 8751, 2383, 17140, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '40.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9803, '2022-11-13', 2710, 8752, 2384, 14587, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9804, '2022-11-13', 3172, 8753, 2384, 15750, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9805, '2022-11-13', 2653, 8754, 2385, 14610, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '77.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9806, '2022-11-13', 3172, 8755, 2386, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9807, '2022-11-13', 2952, 8756, 2386, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9808, '2022-11-13', 2645, 8757, 2387, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9809, '2022-11-13', 2647, 8758, 2387, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9810, '2022-11-13', 2653, 8759, 2388, 14610, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '67.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9811, '2022-11-13', 2647, 8760, 2389, 15699, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9812, '2022-11-13', 3482, 8761, 2390, 14517, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '23.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9813, '2022-11-13', 3114, 8762, 2391, 13360, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 221, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9814, '2022-11-13', 2661, 8763, 2391, 14505, '6.0000', '0.3000', '0.3000', '0.5000', '0.5000', '115.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9815, '2022-11-13', 2645, 8764, 2392, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9816, '2022-11-13', 3061, 8765, 2392, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9817, '2022-11-13', 2930, 8766, 2393, 14593, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9818, '2022-11-13', 2921, 8767, 2393, 13294, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9819, '2022-11-13', 2922, 8768, 2393, 14454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9820, '2022-11-14', 3580, 8769, 2394, 17132, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9821, '2022-11-14', 3084, 8770, 2395, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9822, '2022-11-14', 2661, 8771, 2395, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '113.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9823, '2022-11-14', 2952, 8772, 2396, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9824, '2022-11-14', 3644, 8773, 2397, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9825, '2022-11-14', 3311, 8774, 2397, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9826, '2022-11-14', 3483, 8775, 2397, 13315, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '57.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9827, '2022-11-14', 3212, 8776, 2397, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9828, '2022-11-14', 2645, 8777, 2397, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9829, '2022-11-14', 2661, 8778, 2397, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '111.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9830, '2022-11-14', 3606, 8779, 2397, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '85.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9831, '2022-11-14', 3553, 8780, 2398, 14458, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9839, '2022-11-14', 2813, 8788, 2400, 4108, '1.0000', '11.7200', '11.7200', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9840, '2022-11-14', 3582, 8789, 2400, 13339, '1.0000', '10.7500', '10.7500', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9841, '2022-11-14', 2815, 8790, 2400, 4110, '1.0000', '11.9400', '11.9400', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9842, '2022-11-14', 3553, 8791, 2401, 14458, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9843, '2022-11-14', 2699, 8792, 2401, 15694, '12.0000', '6.6000', '6.6000', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9844, '2022-11-14', 2698, 8793, 2401, 15693, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9845, '2022-11-14', 2916, 8794, 2401, 13325, '1.0000', '39.4742', '39.4742', '52.0000', '52.0000', '4.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9846, '2022-11-14', 2901, 8795, 2402, 17136, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9847, '2022-11-14', 2507, 8796, 2403, 13384, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9848, '2022-11-14', 2996, 8797, 2404, 4825, '1.0000', '4.4100', '4.4100', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9849, '2022-11-14', 2749, 8798, 2404, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9850, '2022-11-14', 2671, 8799, 2404, 3966, '1.0000', '16.9700', '16.9700', '23.0000', '23.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9851, '2022-11-14', 2661, 8800, 2404, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '110.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9852, '2022-11-14', 3172, 8801, 2405, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9853, '2022-11-14', 2950, 8802, 2406, 15708, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9854, '2022-11-14', 2726, 8803, 2407, 4021, '1.0000', '15.1900', '15.1900', '25.0000', '25.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9855, '2022-11-14', 3246, 8804, 2407, 4541, '1.0000', '2.7900', '2.7900', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9856, '2022-11-14', 2923, 8805, 2408, 14591, '5.0000', '3.0000', '3.0000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9857, '2022-11-14', 3084, 8806, 2409, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9858, '2022-11-14', 2647, 8807, 2410, 15699, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9859, '2022-11-14', 2534, 8808, 2411, 16336, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9860, '2022-11-14', 2534, 8808, 2411, 17129, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9861, '2022-11-14', 2648, 8809, 2412, 3943, '1.0000', '7.1200', '7.1200', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9862, '2022-11-14', 2648, 8809, 2412, 14609, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9863, '2022-11-14', 2648, 8809, 2412, 14978, '-2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9864, '2022-11-14', 2648, 8809, 2412, 17139, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9865, '2022-11-14', 2660, 8810, 2413, 13310, '3.0000', '3.5700', '3.5700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9866, '2022-11-14', 2648, 8811, 2414, 17139, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9867, '2022-11-14', 2502, 8812, 2414, 13283, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9868, '2022-11-14', 2517, 8813, 2415, 14436, '1.0000', '10.0000', '10.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9869, '2022-11-14', 2648, 8814, 2416, 17139, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9870, '2022-11-14', 2502, 8815, 2416, 13283, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9871, '2022-11-14', 2502, 8816, 2417, 13283, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9872, '2022-11-14', 2661, 8817, 2418, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '108.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9873, '2022-11-14', 2648, 8818, 2419, 17139, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9874, '2022-11-14', 2502, 8819, 2419, 13283, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9875, '2022-11-14', 2502, 8819, 2419, 13760, '-9.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9876, '2022-11-14', 2502, 8819, 2419, 14394, '11.0000', '2.0800', '2.0800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9877, '2022-11-14', 2677, 8820, 2420, 3972, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9878, '2022-11-14', 2648, 8821, 2421, 17139, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9879, '2022-11-14', 2660, 8822, 2421, 13310, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9880, '2022-11-14', 3641, 8823, 2421, 14580, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9881, '2022-11-14', 2646, 8824, 2422, 17140, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9882, '2022-11-14', 2917, 8825, 2422, 13375, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '5.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9883, '2022-11-14', 2660, 8826, 2422, 13310, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9884, '2022-11-14', 2902, 8827, 2423, 14393, '2.0000', '6.7400', '6.7400', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9885, '2022-11-14', 3048, 8828, 2423, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '97.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9886, '2022-11-14', 2926, 8829, 2424, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9887, '2022-11-14', 2923, 8830, 2424, 14591, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9888, '2022-11-14', 2485, 8831, 2425, 15689, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '7.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9889, '2022-11-14', 2661, 8832, 2425, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '106.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9890, '2022-11-14', 2508, 8833, 2426, 14452, '2.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9891, '2022-11-14', 2711, 8834, 2427, 14523, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9892, '2022-11-14', 3762, 8835, 2427, 17379, '4.0000', '0.1600', '0.1600', '1.0000', '1.0000', '142.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9893, '2022-11-14', 2646, 8836, 2428, 17140, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9894, '2022-11-14', 2646, 8837, 2429, 17140, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9895, '2022-11-14', 2919, 8838, 2429, 14416, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9896, '2022-11-14', 2921, 8839, 2429, 13294, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9897, '2022-11-14', 3772, 8840, 2430, 17417, '2.0000', '0.8108', '0.8108', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9898, '2022-11-14', 3762, 8841, 2430, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '141.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9899, '2022-11-14', 2645, 8842, 2431, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9900, '2022-11-14', 3483, 8843, 2431, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9901, '2022-11-14', 3070, 8844, 2432, 4365, '1.0000', '11.5000', '11.5000', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9902, '2022-11-14', 2644, 8845, 2433, 13381, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9903, '2022-11-14', 2645, 8846, 2434, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9904, '2022-11-14', 3483, 8847, 2434, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9905, '2022-11-14', 2645, 8848, 2435, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9906, '2022-11-14', 2713, 8849, 2436, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9907, '2022-11-15', 3527, 8850, 2437, 4933, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9908, '2022-11-15', 3580, 8851, 2438, 17132, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9909, '2022-11-15', 2713, 8852, 2439, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9910, '2022-11-15', 3114, 8853, 2439, 13844, '-27.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9911, '2022-11-15', 3114, 8853, 2439, 14405, '12.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9912, '2022-11-15', 3114, 8853, 2439, 14445, '12.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 245, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9913, '2022-11-15', 3114, 8853, 2439, 14525, '4.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9914, '2022-11-15', 3120, 8854, 2439, 17386, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9915, '2022-11-15', 2762, 8855, 2440, 4057, '1.0000', '7.6100', '7.6100', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9916, '2022-11-15', 3048, 8856, 2441, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '96.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9917, '2022-11-15', 3212, 8857, 2441, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9918, '2022-11-15', 3772, 8858, 2441, 17417, '2.0000', '0.8108', '0.8108', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9919, '2022-11-15', 3644, 8859, 2441, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9920, '2022-11-15', 2894, 8860, 2441, 14574, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9921, '2022-11-15', 2552, 8861, 2441, 10116, '2.0000', '0.3958', '0.3958', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9922, '2022-11-15', 3762, 8862, 2441, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '140.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9923, '2022-11-15', 3553, 8863, 2442, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9924, '2022-11-15', 2713, 8864, 2443, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9925, '2022-11-15', 3260, 8865, 2444, 4832, '8.0000', '1.3900', '1.3900', '3.0000', '3.0000', '91.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9926, '2022-11-15', 3239, 8866, 2444, 4534, '3.0000', '0.7900', '0.7900', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9927, '2022-11-15', 2973, 8867, 2444, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '22.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9928, '2022-11-15', 2766, 8868, 2444, 4061, '2.0000', '1.3000', '1.3000', '2.0000', '2.0000', '257.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9929, '2022-11-15', 2481, 8869, 2444, 3776, '2.0000', '19.2700', '19.2700', '25.0000', '25.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9930, '2022-11-15', 2749, 8870, 2444, 4044, '6.0000', '0.6900', '0.6900', '2.5000', '2.5000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9931, '2022-11-15', 2719, 8871, 2444, 4850, '13.0000', '0.9900', '0.9900', '2.0000', '2.0000', '52.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9932, '2022-11-15', 3541, 8872, 2444, 4952, '1.0000', '57.0000', '57.0000', '76.0000', '76.0000', '3.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9933, '2022-11-15', 3212, 8873, 2445, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9934, '2022-11-15', 2483, 8874, 2445, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9935, '2022-11-15', 3114, 8875, 2446, 14525, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9936, '2022-11-15', 2952, 8876, 2447, 13312, '2.0000', '3.2000', '3.2000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9937, '2022-11-15', 3172, 8877, 2447, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9938, '2022-11-15', 3311, 8878, 2447, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9939, '2022-11-15', 2504, 8879, 2448, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9940, '2022-11-15', 3074, 8880, 2448, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '47.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9941, '2022-11-15', 3311, 8881, 2448, 13311, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9942, '2022-11-15', 2645, 8882, 2449, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9943, '2022-11-15', 2646, 8883, 2449, 17140, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9944, '2022-11-15', 3172, 8884, 2449, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9945, '2022-11-15', 2651, 8885, 2449, 3946, '2.0000', '5.8300', '5.8300', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9946, '2022-11-15', 2822, 8886, 2449, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9947, '2022-11-15', 2552, 8887, 2449, 10116, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9948, '2022-11-15', 3344, 8888, 2449, 10070, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 129, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9949, '2022-11-15', 3344, 8888, 2449, 10202, '2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 162, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9950, '2022-11-15', 3060, 8889, 2449, 15722, '1.0000', '5.6460', '5.6460', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9951, '2022-11-15', 2647, 8890, 2450, 15699, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9952, '2022-11-15', 2661, 8891, 2450, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '104.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9953, '2022-11-15', 3017, 8892, 2451, 15728, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9954, '2022-11-15', 3311, 8893, 2451, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9955, '2022-11-15', 2645, 8894, 2452, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9956, '2022-11-15', 2790, 8895, 2452, 15730, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9957, '2022-11-15', 3114, 8896, 2453, 14525, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9958, '2022-11-15', 2504, 8897, 2454, 13385, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9959, '2022-11-15', 3172, 8898, 2454, 15750, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9960, '2022-11-15', 2710, 8899, 2454, 14587, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9961, '2022-11-15', 2645, 8900, 2455, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9962, '2022-11-15', 3483, 8901, 2455, 13315, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9963, '2022-11-15', 2919, 8902, 2456, 14416, '3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9964, '2022-11-15', 2921, 8903, 2456, 13294, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9965, '2022-11-15', 2653, 8904, 2457, 14610, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '55.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9966, '2022-11-15', 2712, 8905, 2457, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '17.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9967, '2022-11-15', 3311, 8906, 2457, 13311, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9968, '2022-11-15', 3311, 8906, 2457, 14170, '-53.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9969, '2022-11-15', 3311, 8906, 2457, 14392, '36.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9970, '2022-11-15', 3311, 8906, 2457, 14579, '22.0000', '0.8700', '0.8700', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9971, '2022-11-15', 3641, 8907, 2457, 14580, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9972, '2022-11-15', 2713, 8908, 2458, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9973, '2022-11-15', 2922, 8909, 2459, 14454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9974, '2022-11-15', 2485, 8910, 2460, 15689, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '6.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9975, '2022-11-15', 2661, 8911, 2461, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '102.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9976, '2022-11-15', 2646, 8912, 2462, 17140, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9977, '2022-11-15', 2645, 8913, 2462, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9978, '2022-11-15', 2661, 8914, 2462, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '100.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9979, '2022-11-15', 2517, 8915, 2463, 14475, '2.0000', '11.4200', '11.4200', '13.0000', '13.0000', '10.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9980, '2022-11-15', 2646, 8916, 2463, 17140, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '27.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9981, '2022-11-15', 2893, 8917, 2463, 15679, '1.0000', '1.6917', '1.6917', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9982, '2022-11-15', 2893, 8917, 2463, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9983, '2022-11-15', 2645, 8918, 2464, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9984, '2022-11-15', 2644, 8919, 2465, 13381, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9985, '2022-11-15', 2713, 8920, 2466, 15755, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9986, '2022-11-15', 2648, 8921, 2467, 17139, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9987, '2022-11-15', 2790, 8922, 2467, 15730, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9988, '2022-11-15', 3646, 8923, 2467, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9989, '2022-11-16', 3580, 8924, 2468, 17132, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9990, '2022-11-16', 3621, 8925, 2469, 14537, '1.0000', '0.5833', '0.5833', '3.0000', '3.0000', '52.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9991, '2022-11-16', 2881, 8926, 2469, 13254, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9992, '2022-11-16', 2949, 8927, 2469, 13287, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9993, '2022-11-16', 3048, 8928, 2469, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '95.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9994, '2022-11-16', 2903, 8929, 2469, 14463, '3.0000', '0.8357', '0.8357', '2.0000', '2.0000', '46.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9995, '2022-11-16', 3553, 8930, 2469, 14458, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9996, '2022-11-16', 2713, 8931, 2469, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9997, '2022-11-16', 2901, 8932, 2470, 17136, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9998, '2022-11-16', 3343, 8933, 2471, 10554, '-1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (9999, '2022-11-16', 3343, 8933, 2471, 11524, '1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10000, '2022-11-16', 3343, 8933, 2471, 12494, '-1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10001, '2022-11-16', 3343, 8933, 2471, 14411, '3.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10002, '2022-11-16', 3744, 8934, 2471, 17128, '2.0000', '9.3300', '9.3300', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10003, '2022-11-16', 2485, 8935, 2472, 15689, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '5.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10004, '2022-11-16', 3618, 8936, 2473, 14531, '2.0000', '3.4000', '3.4000', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10005, '2022-11-16', 2661, 8937, 2474, 14505, '5.0000', '0.3000', '0.3000', '0.5000', '0.5000', '95.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10006, '2022-11-16', 2489, 8938, 2474, 3784, '1.0000', '5.7000', '5.7000', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10007, '2022-11-16', 2921, 8939, 2474, 13769, '-10.0000', '3.7500', '3.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10008, '2022-11-16', 2921, 8939, 2474, 14453, '11.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10009, '2022-11-16', 2930, 8940, 2474, 14593, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10010, '2022-11-16', 2669, 8941, 2475, 3964, '1.0000', '14.1300', '14.1300', '20.0000', '20.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10011, '2022-11-16', 2756, 8942, 2475, 5905, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10012, '2022-11-16', 2996, 8943, 2475, 4291, '1.0000', '7.8500', '7.8500', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10013, '2022-11-16', 3239, 8944, 2475, 4534, '4.0000', '0.7900', '0.7900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10014, '2022-11-16', 3346, 8945, 2475, 4641, '1.0000', '3.9800', '3.9800', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10015, '2022-11-16', 3137, 8946, 2475, 4432, '2.0000', '3.0500', '3.0500', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10016, '2022-11-16', 2552, 8947, 2475, 10116, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10017, '2022-11-16', 3120, 8948, 2476, 17386, '4.0000', '5.7400', '5.7400', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10018, '2022-11-16', 3120, 8949, 2477, 17386, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10019, '2022-11-16', 3114, 8950, 2477, 14525, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10020, '2022-11-16', 2644, 8951, 2478, 13381, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10021, '2022-11-16', 2827, 8952, 2478, 14399, '9.0000', '0.1700', '0.1700', '0.3333', '0.3333', '142.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10022, '2022-11-16', 2500, 8953, 2479, 14424, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10023, '2022-11-16', 2901, 8954, 2480, 17136, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10024, '2022-11-16', 3260, 8955, 2481, 4832, '2.0000', '1.3900', '1.3900', '3.0000', '3.0000', '89.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10025, '2022-11-16', 3239, 8956, 2481, 7855, '-19.0000', '0.7900', '0.7900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10026, '2022-11-16', 3239, 8956, 2481, 8816, '19.0000', '0.7900', '0.7900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10027, '2022-11-16', 3239, 8956, 2481, 9777, '-19.0000', '0.7900', '0.7900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10028, '2022-11-16', 3239, 8956, 2481, 10031, '23.0000', '0.6000', '0.6000', '2.5000', '2.5000', '77.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10029, '2022-11-16', 2718, 8957, 2481, 4013, '1.0000', '2.7100', '2.7100', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10030, '2022-11-16', 2749, 8958, 2481, 4044, '13.0000', '0.6900', '0.6900', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10031, '2022-11-16', 2726, 8959, 2481, 4021, '1.0000', '15.1900', '15.1900', '25.0000', '25.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10032, '2022-11-16', 3553, 8960, 2481, 14458, '3.0000', '2.4265', '2.4265', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10033, '2022-11-16', 3190, 8961, 2481, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '86.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10034, '2022-11-16', 2712, 8962, 2481, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '16.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10035, '2022-11-16', 3583, 8963, 2481, 13340, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10036, '2022-11-16', 2490, 8964, 2481, 3785, '2.0000', '0.6900', '0.6900', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10037, '2022-11-16', 2756, 8965, 2481, 5905, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10038, '2022-11-16', 2719, 8966, 2481, 4850, '8.0000', '0.9900', '0.9900', '2.0000', '2.0000', '44.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10039, '2022-11-16', 2482, 8967, 2482, 4820, '1.0000', '32.0000', '32.0000', '40.0000', '40.0000', '4.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10040, '2022-11-16', 2921, 8968, 2483, 14453, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10041, '2022-11-16', 2930, 8969, 2483, 14593, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10042, '2022-11-16', 2791, 8970, 2484, 14477, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10043, '2022-11-16', 3048, 8971, 2484, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '94.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10044, '2022-11-16', 3772, 8972, 2484, 17417, '1.0000', '0.8108', '0.8108', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10045, '2022-11-16', 3635, 8973, 2485, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '46.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10046, '2022-11-16', 3163, 8974, 2486, 5740, '1.0000', '4.9100', '4.9100', '7.0000', '7.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10047, '2022-11-16', 3084, 8975, 2486, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10048, '2022-11-16', 2977, 8976, 2487, 5164, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10049, '2022-11-16', 3772, 8977, 2488, 17417, '2.0000', '0.8108', '0.8108', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10050, '2022-11-16', 3772, 8978, 2489, 17417, '1.0000', '0.8108', '0.8108', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10051, '2022-11-16', 2661, 8979, 2490, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '93.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10052, '2022-11-16', 2661, 8980, 2491, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '91.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10053, '2022-11-16', 3074, 8981, 2492, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '46.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10054, '2022-11-16', 2933, 8982, 2493, 4228, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10055, '2022-11-16', 2645, 8983, 2494, 15794, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10056, '2022-11-16', 3643, 8984, 2494, 15677, '1.0000', '11.4700', '11.4700', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 281, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10057, '2022-11-16', 2612, 8985, 2495, 9880, '7.0000', '4.6000', '4.6000', '9.0000', '9.0000', '35.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10058, '2022-11-16', 3528, 8986, 2495, 4934, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '5.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10059, '2022-11-16', 2677, 8987, 2495, 3972, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10060, '2022-11-16', 3579, 8988, 2496, 13319, '1.0000', '18.3417', '18.3417', '25.0000', '25.0000', '2.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10061, '2022-11-16', 2923, 8989, 2496, 14591, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10062, '2022-11-16', 2920, 8990, 2496, 15760, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10063, '2022-11-16', 2918, 8991, 2496, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10064, '2022-11-16', 3061, 8992, 2496, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10065, '2022-11-16', 3762, 8993, 2497, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '139.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10066, '2022-11-16', 2499, 8994, 2498, 14396, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10067, '2022-11-16', 2902, 8995, 2498, 14393, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10068, '2022-11-16', 2916, 8996, 2499, 4211, '-4.0000', '34.1000', '34.1000', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10069, '2022-11-16', 2916, 8996, 2499, 13325, '4.0000', '39.4742', '39.4742', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 211, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10070, '2022-11-16', 2916, 8996, 2499, 14553, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '11.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10071, '2022-11-16', 2534, 8997, 2500, 17129, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10072, '2022-11-16', 3649, 8998, 2501, 15723, '1.0000', '24.0000', '24.0000', '30.0000', '30.0000', '7.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10073, '2022-11-16', 3743, 8999, 2501, 17133, '5.0000', '2.5800', '2.5800', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10074, '2022-11-16', 2881, 9000, 2501, 13254, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10075, '2022-11-16', 3165, 9001, 2502, 15720, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10076, '2022-11-16', 2982, 9002, 2502, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10077, '2022-11-16', 3172, 9003, 2502, 15750, '5.0000', '3.6000', '3.6000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10078, '2022-11-16', 2848, 9004, 2503, 4143, '1.0000', '15.3100', '15.3100', '20.0000', '20.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10079, '2022-11-16', 2645, 9005, 2504, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10080, '2022-11-16', 2646, 9006, 2505, 17140, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10081, '2022-11-16', 2902, 9007, 2505, 14393, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10082, '2022-11-16', 2646, 9008, 2506, 17140, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10083, '2022-11-16', 3063, 9009, 2507, 13481, '-3.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10084, '2022-11-16', 3063, 9009, 2507, 14612, '4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10085, '2022-11-16', 3172, 9010, 2507, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10086, '2022-11-16', 2552, 9011, 2507, 10116, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10087, '2022-11-16', 3043, 9012, 2507, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10088, '2022-11-16', 2646, 9013, 2507, 17140, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10089, '2022-11-16', 2644, 9014, 2508, 13381, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10090, '2022-11-16', 2646, 9015, 2509, 17140, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10091, '2022-11-17', 2645, 9016, 2510, 15794, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10092, '2022-11-17', 3743, 9017, 2510, 17133, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10093, '2022-11-17', 2661, 9018, 2510, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '90.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10094, '2022-11-17', 2645, 9019, 2511, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10095, '2022-11-17', 3650, 9020, 2512, 15797, '1.0000', '3.4833', '3.4833', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10096, '2022-11-17', 2507, 9021, 2513, 13384, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10097, '2022-11-17', 3047, 9022, 2514, 14550, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '45.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10098, '2022-11-17', 3762, 9023, 2515, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '138.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10099, '2022-11-17', 2923, 9024, 2516, 14591, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10100, '2022-11-17', 2923, 9024, 2516, 15028, '-3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10101, '2022-11-17', 2923, 9024, 2516, 16349, '-1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10102, '2022-11-17', 2923, 9024, 2516, 17409, '5.0000', '3.0000', '3.0000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10103, '2022-11-17', 2713, 9025, 2517, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10104, '2022-11-17', 3311, 9026, 2517, 14579, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10105, '2022-11-17', 3123, 9027, 2518, 14474, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10106, '2022-11-17', 2952, 9028, 2518, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10107, '2022-11-17', 3762, 9029, 2519, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '137.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10108, '2022-11-17', 3762, 9030, 2520, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '136.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10109, '2022-11-17', 3774, 9031, 2521, 17427, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10110, '2022-11-17', 2933, 9032, 2522, 4228, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10111, '2022-11-17', 2504, 9033, 2523, 13385, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10112, '2022-11-17', 2661, 9034, 2523, 14505, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '86.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10113, '2022-11-17', 2648, 9035, 2524, 17139, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10114, '2022-11-17', 2921, 9036, 2524, 14453, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10115, '2022-11-17', 3172, 9037, 2524, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10116, '2022-11-17', 2712, 9038, 2525, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '15.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10117, '2022-11-17', 3482, 9039, 2525, 14517, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '22.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10118, '2022-11-17', 2648, 9040, 2526, 17139, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10119, '2022-11-17', 2713, 9041, 2527, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10120, '2022-11-17', 2648, 9042, 2528, 17139, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10121, '2022-11-17', 3166, 9043, 2529, 15721, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10122, '2022-11-17', 3553, 9044, 2529, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10123, '2022-11-17', 2646, 9045, 2530, 17140, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10124, '2022-11-17', 2952, 9046, 2530, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10125, '2022-11-17', 2645, 9047, 2531, 15794, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10126, '2022-11-17', 3483, 9048, 2531, 13315, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10127, '2022-11-17', 2650, 9049, 2532, 14565, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10128, '2022-11-17', 3610, 9050, 2533, 14507, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10129, '2022-11-17', 3114, 9051, 2533, 14525, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10130, '2022-11-17', 2881, 9052, 2534, 13254, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10131, '2022-11-17', 2660, 9053, 2535, 13310, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10132, '2022-11-17', 3172, 9054, 2535, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10133, '2022-11-17', 3048, 9055, 2535, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '93.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10134, '2022-11-18', 2647, 9056, 2536, 15699, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10135, '2022-11-18', 2647, 9057, 2537, 15771, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10136, '2022-11-18', 3172, 9058, 2537, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10137, '2022-11-18', 2534, 9059, 2538, 17129, '7.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10138, '2022-11-18', 3646, 9060, 2538, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10139, '2022-11-18', 2952, 9061, 2538, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10140, '2022-11-18', 3606, 9062, 2538, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10141, '2022-11-18', 3086, 9063, 2538, 15712, '3.0000', '2.9700', '2.9700', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10142, '2022-11-18', 3120, 9064, 2538, 17386, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10143, '2022-11-18', 3048, 9065, 2539, 14582, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10144, '2022-11-18', 2534, 9066, 2539, 17129, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10145, '2022-11-18', 2827, 9067, 2539, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '139.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10146, '2022-11-18', 2894, 9068, 2539, 14574, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10147, '2022-11-18', 3483, 9069, 2539, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10148, '2022-11-18', 2713, 9070, 2539, 15755, '5.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10149, '2022-11-18', 3043, 9071, 2539, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10150, '2022-11-18', 3172, 9072, 2539, 15750, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10151, '2022-11-18', 3120, 9073, 2539, 17386, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10152, '2022-11-18', 3606, 9074, 2539, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '83.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10153, '2022-11-18', 2903, 9075, 2539, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '45.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10154, '2022-11-18', 3212, 9076, 2539, 14619, '2.0000', '3.7917', '3.7917', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10155, '2022-11-18', 2647, 9077, 2540, 15771, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10156, '2022-11-18', 3560, 9078, 2541, 14495, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '68.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10157, '2022-11-18', 2713, 9079, 2541, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10158, '2022-11-18', 3311, 9080, 2541, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10159, '2022-11-18', 3646, 9081, 2541, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10160, '2022-11-18', 2534, 9082, 2541, 17129, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10161, '2022-11-18', 2827, 9083, 2541, 14399, '9.0000', '0.1700', '0.1700', '0.3333', '0.3333', '130.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10162, '2022-11-18', 3212, 9084, 2541, 14619, '2.0000', '3.7917', '3.7917', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10163, '2022-11-18', 3483, 9085, 2541, 13315, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10164, '2022-11-18', 3048, 9086, 2541, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10165, '2022-11-18', 3762, 9087, 2541, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '134.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10166, '2022-11-18', 3605, 9088, 2541, 14501, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10167, '2022-11-18', 2950, 9089, 2541, 15708, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10168, '2022-11-18', 2653, 9090, 2541, 14610, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '51.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10169, '2022-11-18', 2973, 9091, 2542, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '21.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10170, '2022-11-18', 3631, 9092, 2543, 14555, '2.0000', '0.8042', '0.8042', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10171, '2022-11-18', 3644, 9093, 2543, 15682, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10172, '2022-11-18', 2507, 9094, 2543, 13742, '-3.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10173, '2022-11-18', 2507, 9094, 2543, 14451, '4.0000', '4.8333', '4.8333', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10174, '2022-11-18', 2713, 9095, 2543, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10175, '2022-11-18', 3772, 9096, 2543, 17417, '6.0000', '0.8108', '0.8108', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10176, '2022-11-18', 2712, 9097, 2544, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '14.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10177, '2022-11-18', 2653, 9098, 2544, 14610, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '50.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10178, '2022-11-18', 2790, 9099, 2544, 15730, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10179, '2022-11-18', 2835, 9100, 2544, 5793, '1.0000', '13.0000', '13.0000', '17.0000', '17.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10180, '2022-11-18', 3646, 9101, 2544, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10181, '2022-11-18', 2713, 9102, 2544, 15755, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10182, '2022-11-18', 3120, 9103, 2544, 17386, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10183, '2022-11-18', 3483, 9104, 2544, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10184, '2022-11-18', 3060, 9105, 2544, 15722, '3.0000', '5.6460', '5.6460', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10185, '2022-11-18', 2881, 9106, 2544, 13254, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 196, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10186, '2022-11-18', 2881, 9106, 2544, 13823, '-14.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10187, '2022-11-18', 2881, 9106, 2544, 14459, '10.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10188, '2022-11-18', 2881, 9106, 2544, 17418, '5.0000', '1.0000', '1.0000', '2.0000', '2.0000', '15.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10189, '2022-11-18', 3172, 9107, 2544, 15750, '3.0000', '3.6000', '3.6000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10190, '2022-11-18', 2789, 9108, 2544, 14513, '3.0000', '9.5600', '9.5600', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10191, '2022-11-18', 3553, 9109, 2545, 14458, '3.0000', '2.4265', '2.4265', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10192, '2022-11-18', 3176, 9110, 2545, 4471, '1.0000', '0.6700', '0.6700', '2.7500', '2.7500', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10193, '2022-11-18', 3483, 9111, 2546, 13315, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10194, '2022-11-18', 2881, 9112, 2546, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10195, '2022-11-18', 2487, 9113, 2546, 3782, '4.0000', '0.6000', '0.6000', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10196, '2022-11-18', 3626, 9114, 2546, 14544, '2.0000', '1.1500', '1.1500', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10197, '2022-11-18', 3625, 9115, 2546, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '35.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10198, '2022-11-18', 3231, 9116, 2546, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10199, '2022-11-18', 3047, 9117, 2546, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '44.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10200, '2022-11-18', 2713, 9118, 2546, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10201, '2022-11-18', 2661, 9119, 2547, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '84.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10202, '2022-11-18', 2534, 9120, 2548, 17129, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10203, '2022-11-18', 2500, 9121, 2549, 14424, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10204, '2022-11-18', 2711, 9122, 2549, 14523, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10205, '2022-11-18', 2719, 9123, 2550, 4850, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '41.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10206, '2022-11-18', 2749, 9124, 2550, 4044, '3.0000', '0.6900', '0.6900', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10207, '2022-11-18', 2756, 9125, 2550, 5905, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10208, '2022-11-18', 2996, 9126, 2550, 4291, '2.0000', '7.8500', '7.8500', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10209, '2022-11-18', 2671, 9127, 2550, 3966, '1.0000', '16.9700', '16.9700', '23.0000', '23.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10210, '2022-11-18', 3114, 9128, 2551, 14525, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10211, '2022-11-18', 3172, 9129, 2551, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10212, '2022-11-18', 2868, 9130, 2552, 4163, '1.0000', '37.5900', '37.5900', '50.0000', '50.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10213, '2022-11-18', 2504, 9131, 2553, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10214, '2022-11-18', 3762, 9132, 2554, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '132.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10215, '2022-11-18', 2517, 9133, 2555, 14475, '2.0000', '11.4200', '11.4200', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10216, '2022-11-18', 3172, 9134, 2555, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10217, '2022-11-18', 2661, 9135, 2556, 14505, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '80.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10218, '2022-11-18', 2791, 9136, 2557, 14477, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10219, '2022-11-18', 3048, 9137, 2557, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '88.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10220, '2022-11-18', 3123, 9138, 2557, 14474, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10221, '2022-11-18', 2881, 9139, 2557, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10222, '2022-11-18', 3123, 9140, 2558, 14474, '4.0000', '5.1400', '5.1400', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10223, '2022-11-18', 3762, 9141, 2559, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '131.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10224, '2022-11-18', 2645, 9142, 2560, 15794, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 307, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10225, '2022-11-18', 3061, 9143, 2560, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10226, '2022-11-18', 3085, 9144, 2560, 14478, '4.0000', '4.2500', '4.2500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10227, '2022-11-18', 3256, 9145, 2561, 4551, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10228, '2022-11-18', 3646, 9146, 2562, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10229, '2022-11-18', 2645, 9147, 2562, 17138, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10230, '2022-11-18', 2646, 9148, 2563, 17140, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10231, '2022-11-18', 3311, 9149, 2564, 14579, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10232, '2022-11-18', 3743, 9150, 2564, 17449, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10233, '2022-11-18', 2893, 9151, 2564, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10234, '2022-11-18', 2930, 9152, 2564, 14593, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10235, '2022-11-18', 2968, 9153, 2564, 4263, '1.0000', '2.8000', '2.8000', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10236, '2022-11-18', 2711, 9154, 2565, 14523, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10237, '2022-11-18', 2646, 9155, 2565, 17140, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10238, '2022-11-18', 2952, 9156, 2566, 13312, '1.0000', '3.2000', '3.2000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10239, '2022-11-18', 2982, 9157, 2566, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10240, '2022-11-18', 3311, 9158, 2566, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10241, '2022-11-18', 3646, 9159, 2566, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10242, '2022-11-19', 2646, 9160, 2567, 17140, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10243, '2022-11-19', 3762, 9161, 2568, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '129.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10244, '2022-11-19', 2713, 9162, 2569, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10245, '2022-11-19', 3772, 9163, 2569, 17417, '2.0000', '0.8108', '0.8108', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10246, '2022-11-19', 3483, 9164, 2570, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10247, '2022-11-19', 2517, 9165, 2571, 14475, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10248, '2022-11-19', 3172, 9166, 2571, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10249, '2022-11-19', 3120, 9167, 2572, 17386, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10250, '2022-11-19', 2822, 9168, 2573, 13379, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10251, '2022-11-19', 2902, 9169, 2574, 14393, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10252, '2022-11-19', 2647, 9170, 2575, 15771, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10253, '2022-11-19', 2647, 9171, 2576, 15771, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10254, '2022-11-19', 2952, 9172, 2576, 13557, '-20.0000', '3.2000', '3.2000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10255, '2022-11-19', 2952, 9172, 2576, 14801, '-13.0000', '3.2000', '3.2000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10256, '2022-11-19', 2952, 9172, 2576, 15687, '24.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10257, '2022-11-19', 2952, 9172, 2576, 16120, '-5.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10258, '2022-11-19', 2952, 9172, 2576, 17137, '15.0000', '3.2500', '3.2500', '4.0000', '4.0000', '81.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10259, '2022-11-19', 2647, 9173, 2577, 15771, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10260, '2022-11-19', 2644, 9174, 2578, 13381, '5.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10261, '2022-11-19', 2644, 9174, 2578, 13725, '-9.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10262, '2022-11-19', 2644, 9174, 2578, 14977, '9.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10263, '2022-11-19', 2644, 9174, 2578, 15704, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10264, '2022-11-19', 2952, 9175, 2578, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '80.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10265, '2022-11-19', 2647, 9176, 2579, 15771, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10266, '2022-11-19', 2647, 9177, 2580, 15771, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10267, '2022-11-19', 2952, 9178, 2580, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '79.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10268, '2022-11-19', 3172, 9179, 2580, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10269, '2022-11-19', 2645, 9180, 2581, 17138, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10270, '2022-11-19', 3061, 9181, 2582, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10271, '2022-11-19', 2645, 9182, 2583, 17138, '8.0000', '8.3496', '8.3496', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10272, '2022-11-19', 2653, 9183, 2583, 14610, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10273, '2022-11-19', 2901, 9184, 2584, 17136, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10274, '2022-11-19', 2645, 9185, 2585, 17138, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10275, '2022-11-19', 3608, 9186, 2586, 14504, '3.0000', '0.5000', '0.5000', '1.0000', '1.0000', '69.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10276, '2022-11-19', 3646, 9187, 2587, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10277, '2022-11-19', 3288, 9188, 2588, 4583, '1.0000', '16.5200', '16.5200', '22.0000', '22.0000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10278, '2022-11-19', 2678, 9189, 2588, 3973, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10279, '2022-11-19', 3288, 9190, 2589, 4583, '1.0000', '16.5200', '16.5200', '22.0000', '22.0000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10280, '2022-11-19', 2712, 9191, 2589, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '13.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10281, '2022-11-19', 2711, 9192, 2590, 14523, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10282, '2022-11-19', 2891, 9193, 2591, 13307, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10283, '2022-11-19', 3172, 9194, 2591, 15750, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10284, '2022-11-19', 3483, 9195, 2591, 13315, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10285, '2022-11-19', 3482, 9196, 2591, 14517, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10286, '2022-11-19', 3772, 9197, 2591, 17417, '3.0000', '0.8108', '0.8108', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10287, '2022-11-19', 2886, 9198, 2592, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10288, '2022-11-19', 3483, 9199, 2592, 13315, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10289, '2022-11-19', 3611, 9200, 2592, 14509, '3.0000', '0.8182', '0.8182', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10290, '2022-11-19', 2968, 9201, 2593, 4263, '2.0000', '2.8000', '2.8000', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10291, '2022-11-19', 3074, 9202, 2594, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '45.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10292, '2022-11-19', 2930, 9203, 2594, 14593, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10293, '2022-11-19', 2919, 9204, 2594, 14416, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10294, '2022-11-19', 2982, 9205, 2595, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10295, '2022-11-19', 2517, 9206, 2596, 14475, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10296, '2022-11-19', 2949, 9207, 2596, 13287, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10297, '2022-11-19', 3611, 9208, 2597, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10298, '2022-11-19', 3609, 9209, 2597, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '126.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10299, '2022-11-19', 3085, 9210, 2598, 14478, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10300, '2022-11-19', 2644, 9211, 2599, 15704, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10301, '2022-11-19', 2645, 9212, 2600, 17138, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10302, '2022-11-19', 2713, 9213, 2601, 15755, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10303, '2022-11-19', 2713, 9213, 2601, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10304, '2022-11-19', 3612, 9214, 2602, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10305, '2022-11-19', 3311, 9215, 2602, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10306, '2022-11-19', 2645, 9216, 2603, 17138, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10307, '2022-11-19', 3084, 9217, 2603, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10308, '2022-11-19', 3646, 9218, 2603, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10309, '2022-11-19', 3061, 9219, 2603, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10310, '2022-11-19', 3648, 9220, 2604, 15724, '1.0000', '24.0000', '24.0000', '30.0000', '30.0000', '6.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10311, '2022-11-20', 3580, 9221, 2605, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10312, '2022-11-20', 2893, 9222, 2605, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10313, '2022-11-20', 2660, 9223, 2605, 13310, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10314, '2022-11-20', 2713, 9224, 2605, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10315, '2022-11-20', 2661, 9225, 2605, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '78.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10316, '2022-11-20', 2952, 9226, 2605, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '78.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10317, '2022-11-20', 2923, 9227, 2605, 17409, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10318, '2022-11-20', 2921, 9228, 2605, 14453, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10319, '2022-11-20', 2650, 9229, 2605, 14565, '6.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10320, '2022-11-20', 2901, 9230, 2605, 17136, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10321, '2022-11-20', 2864, 9231, 2605, 14577, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10322, '2022-11-20', 2864, 9231, 2605, 14963, '-3.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10323, '2022-11-20', 2864, 9231, 2605, 15746, '4.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10324, '2022-11-20', 2922, 9232, 2605, 14454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10325, '2022-11-20', 2922, 9232, 2605, 15031, '-6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10326, '2022-11-20', 2922, 9232, 2605, 15763, '7.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10327, '2022-11-20', 2790, 9233, 2605, 15730, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10328, '2022-11-20', 2949, 9234, 2605, 13287, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 202, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10329, '2022-11-20', 2949, 9234, 2605, 13534, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10330, '2022-11-20', 2502, 9235, 2605, 14394, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10331, '2022-11-20', 3612, 9236, 2605, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10332, '2022-11-20', 3120, 9237, 2605, 17386, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10333, '2022-11-20', 3762, 9238, 2605, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '127.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10334, '2022-11-20', 2648, 9239, 2605, 17139, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10335, '2022-11-20', 2920, 9240, 2605, 15760, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10336, '2022-11-20', 2920, 9240, 2605, 16350, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10337, '2022-11-20', 2653, 9241, 2605, 14610, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10338, '2022-11-20', 2712, 9242, 2605, 15796, '4.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10339, '2022-11-20', 3482, 9243, 2605, 14517, '3.0000', '1.2500', '1.2500', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10340, '2022-11-20', 2644, 9244, 2605, 15704, '12.0000', '3.4229', '3.4229', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10341, '2022-11-20', 3172, 9245, 2605, 15750, '3.0000', '3.6000', '3.6000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10342, '2022-11-20', 2645, 9246, 2605, 17138, '14.0000', '8.3496', '8.3496', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10343, '2022-11-20', 3048, 9247, 2605, 14582, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '85.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10344, '2022-11-20', 3047, 9248, 2605, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '43.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10345, '2022-11-20', 3483, 9249, 2605, 13315, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10346, '2022-11-20', 2613, 9250, 2605, 3908, '1.0000', '28.0000', '28.0000', '38.0000', '38.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10347, '2022-11-20', 2867, 9251, 2605, 4162, '1.0000', '37.2900', '37.2900', '50.0000', '50.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10348, '2022-11-20', 2646, 9252, 2605, 17140, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10349, '2022-11-20', 2902, 9253, 2605, 14393, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10350, '2022-11-20', 2902, 9253, 2605, 14958, '-4.0000', '6.7400', '6.7400', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10351, '2022-11-20', 2902, 9253, 2605, 15709, '5.0000', '6.7200', '6.7200', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10352, '2022-11-20', 2642, 9254, 2606, 17453, '2.0000', '7.0833', '7.0833', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10353, '2022-11-20', 2642, 9255, 2607, 17453, '2.0000', '7.0833', '7.0833', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10354, '2022-11-20', 3172, 9256, 2608, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10355, '2022-11-20', 3646, 9257, 2609, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10356, '2022-11-21', 3580, 9258, 2610, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10357, '2022-11-21', 3212, 9259, 2610, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10358, '2022-11-21', 3242, 9260, 2611, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10359, '2022-11-21', 2727, 9261, 2611, 10019, '4.0000', '13.6700', '13.6700', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10360, '2022-11-21', 2916, 9262, 2611, 4211, '-6.0000', '34.1000', '34.1000', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10361, '2022-11-21', 2916, 9262, 2611, 14553, '7.0000', '40.6717', '40.6717', '52.0000', '52.0000', '4.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10362, '2022-11-21', 3233, 9263, 2611, 9915, '1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10363, '2022-11-21', 3233, 9263, 2611, 15161, '-1.0000', '26.4000', '26.4000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10364, '2022-11-21', 3233, 9263, 2611, 17424, '3.0000', '30.0000', '30.0000', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10365, '2022-11-21', 3553, 9264, 2611, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10366, '2022-11-21', 2699, 9265, 2611, 15694, '15.0000', '6.6000', '6.6000', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10367, '2022-11-21', 2697, 9266, 2611, 3992, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10368, '2022-11-21', 2608, 9267, 2611, 14492, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 254, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10369, '2022-11-21', 2534, 9268, 2612, 17129, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10370, '2022-11-21', 2949, 9269, 2612, 13534, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10371, '2022-11-21', 2864, 9270, 2612, 15746, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10372, '2022-11-21', 3074, 9271, 2613, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '44.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10373, '2022-11-21', 2507, 9272, 2613, 14451, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10374, '2022-11-21', 2646, 9273, 2614, 17140, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10375, '2022-11-21', 3343, 9274, 2614, 15005, '-1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10376, '2022-11-21', 3343, 9274, 2614, 15717, '2.0000', '37.5000', '37.5000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10377, '2022-11-21', 3743, 9275, 2614, 17449, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10378, '2022-11-21', 3120, 9276, 2614, 17386, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10379, '2022-11-21', 3483, 9277, 2614, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10380, '2022-11-21', 3553, 9278, 2615, 14458, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10381, '2022-11-21', 3120, 9279, 2616, 17386, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10382, '2022-11-21', 2935, 9280, 2616, 15767, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10383, '2022-11-21', 3043, 9281, 2616, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10384, '2022-11-21', 3483, 9282, 2616, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10385, '2022-11-21', 2712, 9283, 2616, 15796, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10386, '2022-11-21', 3608, 9284, 2616, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '68.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10387, '2022-11-21', 2713, 9285, 2617, 15795, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10388, '2022-11-21', 2653, 9286, 2617, 14610, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10389, '2022-11-21', 3212, 9287, 2617, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10390, '2022-11-21', 2534, 9288, 2617, 17129, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10391, '2022-11-21', 2712, 9289, 2617, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10392, '2022-11-21', 2881, 9290, 2617, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '12.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10393, '2022-11-21', 3643, 9291, 2617, 17384, '1.0000', '11.4700', '11.4700', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10394, '2022-11-21', 3120, 9292, 2618, 17386, '5.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10395, '2022-11-21', 2713, 9293, 2618, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10396, '2022-11-21', 3483, 9294, 2618, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10397, '2022-11-21', 3762, 9295, 2618, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '125.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10398, '2022-11-21', 3626, 9296, 2618, 14544, '1.0000', '1.1500', '1.1500', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10399, '2022-11-21', 3311, 9297, 2618, 14579, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10400, '2022-11-21', 3048, 9298, 2618, 14582, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10401, '2022-11-21', 2712, 9299, 2619, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10402, '2022-11-21', 2881, 9300, 2619, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10403, '2022-11-21', 3620, 9301, 2620, 14534, '2.0000', '1.4166', '1.4166', '2.0000', '2.0000', '44.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10404, '2022-11-21', 2653, 9302, 2620, 14610, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10405, '2022-11-21', 2822, 9303, 2620, 13379, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10406, '2022-11-21', 2713, 9304, 2620, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10407, '2022-11-21', 2661, 9305, 2621, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '76.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10408, '2022-11-21', 3314, 9306, 2621, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '143.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10409, '2022-11-21', 3043, 9307, 2621, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10410, '2022-11-21', 2552, 9308, 2621, 10116, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10411, '2022-11-21', 3085, 9309, 2621, 14478, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10412, '2022-11-21', 3762, 9310, 2621, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '123.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10413, '2022-11-21', 2678, 9311, 2621, 3973, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10414, '2022-11-21', 3212, 9312, 2621, 14619, '4.0000', '3.7917', '3.7917', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10415, '2022-11-21', 3256, 9313, 2621, 4551, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10416, '2022-11-21', 3043, 9314, 2622, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10417, '2022-11-21', 3343, 9315, 2622, 15717, '1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10418, '2022-11-21', 2653, 9316, 2622, 14610, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10419, '2022-11-21', 2827, 9317, 2622, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '127.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10420, '2022-11-21', 3762, 9318, 2622, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '122.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10421, '2022-11-21', 3646, 9319, 2622, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10422, '2022-11-21', 2659, 9320, 2622, 7256, '-5.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10423, '2022-11-21', 2659, 9320, 2622, 8217, '5.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10424, '2022-11-21', 2659, 9320, 2622, 9178, '-5.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10425, '2022-11-21', 2659, 9320, 2622, 9856, '2.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 81, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10426, '2022-11-21', 2659, 9320, 2622, 10182, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 157, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10427, '2022-11-21', 2659, 9320, 2622, 10522, '-1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10428, '2022-11-21', 2659, 9320, 2622, 11492, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10429, '2022-11-21', 2659, 9320, 2622, 12462, '-1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10430, '2022-11-21', 2659, 9320, 2622, 13161, '2.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10431, '2022-11-21', 2659, 9320, 2622, 13717, '-1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10432, '2022-11-21', 2659, 9320, 2622, 14471, '2.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10433, '2022-11-21', 2659, 9320, 2622, 14578, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10434, '2022-11-21', 3772, 9321, 2622, 17417, '3.0000', '0.8108', '0.8108', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10435, '2022-11-21', 2881, 9322, 2623, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10436, '2022-11-21', 3631, 9323, 2623, 14555, '1.0000', '0.8042', '0.8042', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10437, '2022-11-21', 2713, 9324, 2623, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10438, '2022-11-21', 3620, 9325, 2623, 14534, '4.0000', '1.4166', '1.4166', '2.0000', '2.0000', '40.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10439, '2022-11-21', 3483, 9326, 2623, 13315, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10440, '2022-11-21', 3311, 9327, 2623, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10441, '2022-11-21', 2790, 9328, 2623, 17385, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10442, '2022-11-21', 2790, 9329, 2624, 17385, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10443, '2022-11-21', 3610, 9330, 2624, 14507, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10444, '2022-11-21', 2534, 9331, 2624, 17129, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10445, '2022-11-21', 2713, 9332, 2624, 15795, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10446, '2022-11-21', 3084, 9333, 2624, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10447, '2022-11-21', 2552, 9334, 2624, 10116, '1.0000', '0.3958', '0.3958', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10448, '2022-11-21', 3646, 9335, 2625, 15726, '9.0000', '1.1233', '1.1233', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10449, '2022-11-21', 3773, 9336, 2625, 17419, '1.0000', '2.7700', '2.7700', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10450, '2022-11-21', 2953, 9337, 2625, 10085, '1.0000', '4.5408', '4.5408', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 133, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10451, '2022-11-21', 3120, 9338, 2625, 17386, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10452, '2022-11-21', 2653, 9339, 2625, 14610, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10453, '2022-11-21', 3086, 9340, 2625, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10454, '2022-11-21', 2893, 9341, 2625, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10455, '2022-11-21', 3606, 9342, 2626, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10456, '2022-11-21', 3600, 9343, 2626, 14494, '1.0000', '2.2917', '2.2917', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10457, '2022-11-21', 2534, 9344, 2627, 17129, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10458, '2022-11-21', 2646, 9345, 2627, 17140, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10459, '2022-11-21', 3772, 9346, 2627, 17417, '1.0000', '0.8108', '0.8108', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10460, '2022-11-21', 3061, 9347, 2627, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10461, '2022-11-21', 3643, 9348, 2627, 17384, '1.0000', '11.4700', '11.4700', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10462, '2022-11-21', 2790, 9349, 2627, 17385, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10463, '2022-11-21', 3086, 9350, 2627, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10464, '2022-11-21', 2713, 9351, 2627, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10465, '2022-11-21', 2916, 9352, 2628, 14553, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '3.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10466, '2022-11-21', 2699, 9353, 2628, 15694, '7.0000', '6.6000', '6.6000', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10467, '2022-11-21', 2698, 9354, 2628, 15693, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10468, '2022-11-21', 2725, 9355, 2628, 10018, '2.0000', '3.8700', '3.8700', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10469, '2022-11-21', 3262, 9356, 2628, 5939, '2.0000', '6.1300', '6.1300', '10.0000', '10.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10470, '2022-11-21', 3233, 9357, 2628, 17424, '1.0000', '30.0000', '30.0000', '40.0000', '40.0000', '1.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10471, '2022-11-21', 2719, 9358, 2628, 4850, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '38.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10472, '2022-11-21', 2756, 9359, 2628, 5905, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10473, '2022-11-21', 3583, 9360, 2628, 13340, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10474, '2022-11-21', 3625, 9361, 2629, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '34.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10475, '2022-11-21', 2881, 9362, 2629, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10476, '2022-11-21', 3614, 9363, 2629, 14526, '1.0000', '2.8846', '2.8846', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10477, '2022-11-21', 2827, 9364, 2629, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '124.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10478, '2022-11-21', 2727, 9365, 2630, 10019, '2.0000', '13.6700', '13.6700', '40.0000', '40.0000', '1.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10479, '2022-11-21', 2471, 9366, 2630, 3766, '2.0000', '4.2000', '4.2000', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10480, '2022-11-21', 3297, 9367, 2630, 4592, '8.0000', '0.1200', '0.1200', '0.2500', '0.2500', '705.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10481, '2022-11-21', 3777, 9368, 2630, 17455, '10.0000', '0.2400', '0.2400', '0.5000', '0.5000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10482, '2022-11-21', 2560, 9369, 2630, 3855, '1.0000', '6.2700', '6.2700', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10483, '2022-11-21', 3044, 9370, 2630, 5324, '1.0000', '12.2917', '12.2917', '16.0000', '16.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10484, '2022-11-21', 2617, 9371, 2630, 3912, '2.0000', '6.0000', '6.0000', '7.5000', '7.5000', '78.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10485, '2022-11-21', 3600, 9372, 2630, 14494, '2.0000', '2.2917', '2.2917', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10486, '2022-11-21', 2926, 9373, 2630, 4221, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10487, '2022-11-21', 3267, 9374, 2630, 4562, '1.0000', '33.0900', '33.0900', '45.0000', '45.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10488, '2022-11-21', 3264, 9375, 2630, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '70.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10489, '2022-11-21', 3256, 9376, 2630, 4551, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10490, '2022-11-21', 3743, 9377, 2630, 17449, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10491, '2022-11-21', 3483, 9378, 2630, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10492, '2022-11-21', 2901, 9379, 2630, 17136, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10493, '2022-11-21', 3172, 9380, 2631, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10494, '2022-11-21', 2975, 9381, 2632, 5013, '2.0000', '6.8300', '6.8300', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10495, '2022-11-21', 2745, 9382, 2632, 4040, '3.0000', '24.7000', '24.7000', '34.0000', '34.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10496, '2022-11-21', 3316, 9383, 2632, 4611, '3.0000', '19.0000', '19.0000', '26.0000', '26.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10497, '2022-11-21', 2699, 9384, 2632, 15694, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10498, '2022-11-21', 2646, 9385, 2633, 17140, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10499, '2022-11-23', 2697, 9386, 2634, 3992, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10500, '2022-11-23', 2699, 9387, 2634, 15694, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10501, '2022-11-23', 2717, 9388, 2634, 4012, '1.0000', '3.9900', '3.9900', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10502, '2022-11-23', 3148, 9389, 2634, 4443, '1.0000', '5.6000', '5.6000', '9.0000', '9.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10503, '2022-11-23', 2719, 9390, 2634, 4850, '3.0000', '0.9900', '0.9900', '2.0000', '2.0000', '35.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10504, '2022-11-23', 2713, 9391, 2635, 15795, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10505, '2022-11-23', 3483, 9392, 2635, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10506, '2022-11-23', 3606, 9393, 2635, 15791, '4.0000', '0.9500', '0.9500', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10507, '2022-11-23', 2532, 9394, 2636, 3827, '2.0000', '4.5900', '4.5900', '6.5000', '6.5000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10508, '2022-11-23', 2923, 9395, 2636, 17409, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10509, '2022-11-23', 2919, 9396, 2636, 14416, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10510, '2022-11-23', 2711, 9397, 2636, 14523, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10511, '2022-11-23', 3483, 9398, 2636, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10512, '2022-11-23', 2791, 9399, 2636, 14477, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10513, '2022-11-23', 3772, 9400, 2637, 17417, '1.0000', '0.8108', '0.8108', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10514, '2022-11-23', 2644, 9401, 2637, 15704, '8.0000', '3.4229', '3.4229', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10515, '2022-11-23', 2661, 9402, 2637, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '74.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10516, '2022-11-23', 3085, 9403, 2637, 14566, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10517, '2022-11-23', 2645, 9404, 2637, 17138, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10518, '2022-11-23', 3017, 9405, 2638, 15728, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10519, '2022-11-23', 2950, 9406, 2638, 15708, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10520, '2022-11-23', 2950, 9406, 2638, 15780, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10521, '2022-11-23', 2645, 9407, 2638, 17444, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10522, '2022-11-23', 3644, 9408, 2638, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10523, '2022-11-23', 2661, 9409, 2639, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '72.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10524, '2022-11-23', 2901, 9410, 2639, 17136, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10525, '2022-11-23', 2827, 9411, 2639, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '121.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10526, '2022-11-23', 2646, 9412, 2639, 17140, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10527, '2022-11-23', 3256, 9413, 2639, 4551, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10528, '2022-11-23', 3172, 9414, 2639, 15750, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10529, '2022-11-23', 3606, 9415, 2639, 15791, '2.0000', '0.9500', '0.9500', '1.5000', '1.5000', '76.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10530, '2022-11-23', 3483, 9416, 2639, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10531, '2022-11-23', 2645, 9417, 2639, 17444, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '62.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10532, '2022-11-23', 2952, 9418, 2640, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '77.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10533, '2022-11-23', 2648, 9419, 2640, 17139, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10534, '2022-11-23', 2647, 9420, 2640, 15771, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10535, '2022-11-23', 3074, 9421, 2640, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '43.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10536, '2022-11-23', 3483, 9422, 2640, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10537, '2022-11-23', 2645, 9423, 2640, 17444, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10538, '2022-11-23', 3579, 9424, 2640, 13319, '1.0000', '18.3417', '18.3417', '25.0000', '25.0000', '1.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10539, '2022-11-23', 2935, 9425, 2640, 15767, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10540, '2022-11-23', 3580, 9426, 2640, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10541, '2022-11-23', 3084, 9427, 2641, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10542, '2022-11-23', 3483, 9428, 2641, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10543, '2022-11-23', 2661, 9429, 2641, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '70.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10544, '2022-11-23', 3631, 9430, 2641, 14555, '1.0000', '0.8042', '0.8042', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10545, '2022-11-23', 3202, 9431, 2641, 4497, '1.0000', '2.0000', '2.0000', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10546, '2022-11-23', 3611, 9432, 2641, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10547, '2022-11-23', 2949, 9433, 2641, 14480, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10548, '2022-11-23', 3743, 9434, 2641, 17449, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10549, '2022-11-23', 3048, 9435, 2641, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10550, '2022-11-23', 2713, 9436, 2641, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10551, '2022-11-23', 3015, 9437, 2642, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '92.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10552, '2022-11-23', 3483, 9438, 2642, 13315, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10553, '2022-11-23', 3074, 9439, 2642, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '42.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10554, '2022-11-23', 2713, 9440, 2642, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10555, '2022-11-23', 2642, 9441, 2642, 17453, '9.0000', '7.0833', '7.0833', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10556, '2022-11-23', 2645, 9442, 2642, 17444, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '60.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10557, '2022-11-23', 3017, 9443, 2642, 15728, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10558, '2022-11-23', 3172, 9444, 2642, 16784, '3.0000', '3.6000', '3.6000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10559, '2022-11-23', 2827, 9445, 2643, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '118.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10560, '2022-11-23', 3646, 9446, 2643, 15726, '9.0000', '1.1233', '1.1233', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10561, '2022-11-23', 2822, 9447, 2643, 13379, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10562, '2022-11-23', 3553, 9448, 2643, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10563, '2022-11-23', 3558, 9449, 2643, 10206, '1.0000', '50.6150', '50.6150', '60.0000', '60.0000', '2.0000', 1, 0, NULL, 163, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10564, '2022-11-23', 2645, 9450, 2643, 17444, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10565, '2022-11-23', 2534, 9451, 2643, 17129, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10566, '2022-11-23', 2517, 9452, 2643, 14475, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10567, '2022-11-23', 3121, 9453, 2643, 5425, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10568, '2022-11-23', 3172, 9454, 2644, 16784, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10569, '2022-11-23', 3743, 9455, 2644, 17449, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10570, '2022-11-23', 2901, 9456, 2644, 17136, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10571, '2022-11-23', 3553, 9457, 2644, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10572, '2022-11-23', 2713, 9458, 2644, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10573, '2022-11-23', 3074, 9459, 2644, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '41.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10574, '2022-11-23', 2645, 9460, 2644, 17444, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10575, '2022-11-23', 2952, 9461, 2644, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '75.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10576, '2022-11-23', 3483, 9462, 2645, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10577, '2022-11-23', 2620, 9463, 2645, 3915, '1.0000', '11.0000', '11.0000', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10578, '2022-11-23', 2926, 9464, 2645, 4221, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10579, '2022-11-23', 3172, 9465, 2645, 16784, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10580, '2022-11-23', 2935, 9466, 2645, 15767, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10581, '2022-11-23', 3560, 9467, 2646, 14495, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '66.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10582, '2022-11-23', 3212, 9468, 2646, 14619, '2.0000', '3.7917', '3.7917', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10583, '2022-11-23', 3483, 9469, 2646, 13315, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10584, '2022-11-23', 3086, 9470, 2646, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10585, '2022-11-23', 2649, 9471, 2646, 13885, '-17.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10586, '2022-11-23', 2649, 9471, 2646, 14422, '18.0000', '5.4167', '5.4167', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10587, '2022-11-23', 2923, 9472, 2646, 17409, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10588, '2022-11-23', 2924, 9473, 2646, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10589, '2022-11-23', 2645, 9474, 2646, 17444, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '51.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10590, '2022-11-23', 3061, 9475, 2646, 14450, '2.0000', '4.8500', '4.8500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10591, '2022-11-23', 2661, 9476, 2647, 14505, '5.0000', '0.3000', '0.3000', '0.5000', '0.5000', '65.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10592, '2022-11-23', 3172, 9477, 2647, 16784, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10593, '2022-11-23', 3762, 9478, 2647, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '120.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10594, '2022-11-23', 2710, 9479, 2647, 15017, '-10.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10595, '2022-11-23', 2710, 9479, 2647, 15758, '11.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10596, '2022-11-23', 2713, 9480, 2648, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10597, '2022-11-23', 3074, 9481, 2648, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '40.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10598, '2022-11-23', 3553, 9482, 2649, 14458, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10599, '2022-11-23', 3553, 9483, 2650, 14458, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10600, '2022-11-23', 2933, 9484, 2651, 4228, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10601, '2022-11-23', 2901, 9485, 2651, 17136, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 312, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10602, '2022-11-23', 2879, 9486, 2652, 13875, '-1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10603, '2022-11-23', 2879, 9486, 2652, 14468, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10604, '2022-11-23', 2886, 9487, 2652, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10605, '2022-11-23', 3120, 9488, 2653, 17460, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10606, '2022-11-23', 3483, 9489, 2653, 13315, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 208, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10607, '2022-11-23', 3114, 9490, 2653, 14525, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10608, '2022-11-23', 3560, 9491, 2653, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '65.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10609, '2022-11-23', 2712, 9492, 2653, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10610, '2022-11-23', 3772, 9493, 2654, 17417, '1.0000', '0.8108', '0.8108', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10611, '2022-11-23', 3120, 9494, 2654, 17460, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10612, '2022-11-23', 2903, 9495, 2654, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '44.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10613, '2022-11-23', 2534, 9496, 2654, 17129, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10614, '2022-11-23', 2534, 9496, 2654, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10615, '2022-11-23', 2952, 9497, 2654, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '74.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10616, '2022-11-23', 3483, 9498, 2654, 13391, '-72.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10617, '2022-11-23', 3483, 9498, 2654, 14518, '75.0000', '0.8583', '0.8583', '1.5000', '1.5000', '225.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10618, '2022-11-23', 2507, 9499, 2655, 14451, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10619, '2022-11-23', 3086, 9500, 2655, 15712, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10620, '2022-11-23', 3615, 9501, 2656, 14527, '1.0000', '2.4167', '2.4167', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10621, '2022-11-23', 3553, 9502, 2656, 14458, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10622, '2022-11-23', 3553, 9502, 2656, 18264, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10623, '2022-11-23', 2645, 9503, 2657, 17444, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10624, '2022-11-23', 3015, 9504, 2658, 5453, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '90.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10625, '2022-11-23', 3074, 9505, 2658, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '39.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10626, '2022-11-23', 3120, 9506, 2658, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10627, '2022-11-23', 3048, 9507, 2658, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10628, '2022-11-23', 3043, 9508, 2658, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10629, '2022-11-23', 3483, 9509, 2658, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '222.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10630, '2022-11-23', 3773, 9510, 2658, 17419, '1.0000', '2.7700', '2.7700', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10631, '2022-11-23', 3172, 9511, 2658, 16784, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10632, '2022-11-23', 3120, 9512, 2659, 17460, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10633, '2022-11-23', 2873, 9513, 2659, 14569, '1.0000', '3.0200', '3.0200', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10634, '2022-11-23', 2894, 9514, 2659, 14574, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10635, '2022-11-23', 3762, 9515, 2659, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '119.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10636, '2022-11-23', 2713, 9516, 2659, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10637, '2022-11-23', 3048, 9517, 2659, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10638, '2022-11-23', 3635, 9518, 2659, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '45.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10639, '2022-11-23', 3172, 9519, 2659, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '151.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10640, '2022-11-23', 2827, 9520, 2660, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '115.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10641, '2022-11-23', 3114, 9521, 2660, 14525, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10642, '2022-11-23', 3086, 9522, 2660, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10643, '2022-11-23', 2713, 9523, 2660, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10644, '2022-11-23', 3623, 9524, 2660, 14539, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10645, '2022-11-23', 3606, 9525, 2660, 15791, '3.0000', '0.9500', '0.9500', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10646, '2022-11-23', 2881, 9526, 2660, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10647, '2022-11-23', 2524, 9527, 2660, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10648, '2022-11-23', 3483, 9528, 2661, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '219.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10649, '2022-11-23', 2524, 9529, 2661, 3819, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10650, '2022-11-23', 3624, 9530, 2661, 14542, '1.0000', '1.8269', '1.8269', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10651, '2022-11-23', 2881, 9531, 2661, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10652, '2022-11-23', 3618, 9532, 2661, 14531, '1.0000', '3.4000', '3.4000', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10653, '2022-11-23', 2827, 9533, 2661, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '112.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10654, '2022-11-23', 2645, 9534, 2662, 17444, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10655, '2022-11-23', 3060, 9535, 2662, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10656, '2022-11-23', 2608, 9536, 2663, 14644, '-9.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10657, '2022-11-23', 2608, 9536, 2663, 15697, '4.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 288, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10658, '2022-11-23', 2608, 9536, 2663, 15788, '6.0000', '35.0000', '35.0000', '45.0000', '45.0000', '9.0000', 1, 0, NULL, 305, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10659, '2022-11-23', 2973, 9537, 2663, 9878, '2.0000', '7.0000', '7.0000', '11.0000', '11.0000', '19.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10660, '2022-11-23', 2960, 9538, 2663, 4255, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10661, '2022-11-23', 2699, 9539, 2663, 15694, '6.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10662, '2022-11-23', 2699, 9539, 2663, 16847, '4.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10663, '2022-11-23', 2699, 9539, 2663, 17426, '25.0000', '6.6000', '6.6000', '8.0000', '8.0000', '75.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10664, '2022-11-23', 3609, 9540, 2663, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '125.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10665, '2022-11-23', 2697, 9541, 2663, 3992, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10666, '2022-11-23', 2698, 9542, 2664, 15693, '4.0000', '6.6000', '6.6000', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10667, '2022-11-23', 2608, 9543, 2664, 15788, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '7.0000', 1, 0, NULL, 305, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10668, '2022-11-23', 3632, 9544, 2665, 14556, '3.0000', '0.1766', '0.1766', '0.5000', '0.5000', '95.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10669, '2022-11-23', 3060, 9545, 2665, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10670, '2022-11-23', 3483, 9546, 2666, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '217.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10671, '2022-11-24', 3646, 9547, 2667, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10672, '2022-11-24', 2952, 9548, 2667, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10673, '2022-11-24', 3120, 9549, 2668, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10674, '2022-11-24', 3606, 9550, 2669, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10675, '2022-11-24', 2893, 9551, 2669, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10676, '2022-11-24', 3580, 9552, 2670, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10677, '2022-11-24', 3074, 9553, 2670, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '38.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10678, '2022-11-24', 3060, 9554, 2670, 18500, '2.0000', '5.6458', '5.6458', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10679, '2022-11-24', 3560, 9555, 2670, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '64.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10680, '2022-11-24', 2661, 9556, 2670, 14505, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '61.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10681, '2022-11-24', 3642, 9557, 2671, 14613, '1.0000', '19.9100', '19.9100', '28.0000', '28.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10682, '2022-11-24', 3782, 9558, 2671, 18503, '2.0000', '0.5000', '0.5000', '1.0000', '1.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10683, '2022-11-24', 3783, 9559, 2671, 18504, '48.0000', '0.2500', '0.2500', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10684, '2022-11-24', 3060, 9560, 2672, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10685, '2022-11-24', 3060, 9561, 2673, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10686, '2022-11-24', 3123, 9562, 2674, 14474, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10687, '2022-11-24', 3483, 9563, 2674, 14518, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '211.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10688, '2022-11-24', 2645, 9564, 2674, 17444, '15.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10689, '2022-11-24', 2642, 9565, 2674, 17453, '4.0000', '7.0833', '7.0833', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10690, '2022-11-24', 2649, 9566, 2674, 14422, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10691, '2022-11-24', 2893, 9567, 2674, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10692, '2022-11-24', 2534, 9568, 2674, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10693, '2022-11-24', 2749, 9569, 2674, 4044, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10694, '2022-11-24', 2901, 9570, 2674, 17428, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10695, '2022-11-24', 2719, 9571, 2674, 4850, '1.0000', '0.9900', '0.9900', '2.0000', '2.0000', '34.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10696, '2022-11-24', 3061, 9572, 2674, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10697, '2022-11-24', 2644, 9573, 2675, 15704, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10698, '2022-11-24', 3063, 9574, 2675, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10699, '2022-11-24', 2713, 9575, 2676, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10700, '2022-11-24', 2651, 9576, 2677, 3946, '1.0000', '5.8300', '5.8300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10701, '2022-11-24', 2651, 9576, 2677, 7527, '-8.0000', '5.8300', '5.8300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10702, '2022-11-24', 2651, 9576, 2677, 8488, '8.0000', '5.8300', '5.8300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10703, '2022-11-24', 2651, 9576, 2677, 9449, '-8.0000', '5.8300', '5.8300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10704, '2022-11-24', 2651, 9576, 2677, 14434, '17.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10705, '2022-11-24', 2823, 9577, 2677, 4772, '1.0000', '10.7200', '10.7200', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10706, '2022-11-24', 2935, 9578, 2678, 15767, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10707, '2022-11-24', 2493, 9579, 2679, 3788, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10708, '2022-11-24', 2924, 9580, 2680, 13297, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10709, '2022-11-24', 3074, 9581, 2680, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '37.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10710, '2022-11-24', 2645, 9582, 2681, 17444, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10711, '2022-11-24', 3063, 9583, 2681, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10712, '2022-11-24', 2642, 9584, 2681, 17453, '2.0000', '7.0833', '7.0833', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10713, '2022-11-24', 3043, 9585, 2682, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10714, '2022-11-24', 2982, 9586, 2682, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10715, '2022-11-24', 3085, 9587, 2682, 14566, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10716, '2022-11-24', 3608, 9588, 2683, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '67.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10717, '2022-11-24', 3606, 9589, 2683, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10718, '2022-11-24', 2661, 9590, 2683, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '59.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10719, '2022-11-24', 2651, 9591, 2684, 14434, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10720, '2022-11-24', 3483, 9592, 2684, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '210.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10721, '2022-11-24', 3483, 9593, 2685, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '209.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10722, '2022-11-24', 3165, 9594, 2686, 18494, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '4.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10723, '2022-11-24', 2982, 9595, 2686, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10724, '2022-11-24', 3172, 9596, 2686, 17391, '3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '148.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10725, '2022-11-24', 3074, 9597, 2687, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '36.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10726, '2022-11-24', 2504, 9598, 2687, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10727, '2022-11-24', 3060, 9599, 2688, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10728, '2022-11-24', 2927, 9600, 2688, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10729, '2022-11-24', 2644, 9601, 2689, 15704, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10730, '2022-11-24', 3311, 9602, 2690, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10731, '2022-11-24', 3641, 9603, 2690, 14580, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10732, '2022-11-24', 3172, 9604, 2690, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '146.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10733, '2022-11-24', 2545, 9605, 2691, 3840, '1.0000', '18.0000', '18.0000', '25.0000', '25.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10734, '2022-11-24', 3602, 9606, 2692, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10735, '2022-11-24', 2790, 9607, 2692, 17385, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10736, '2022-11-24', 2642, 9608, 2693, 17453, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10737, '2022-11-24', 2712, 9609, 2694, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10738, '2022-11-24', 3641, 9610, 2695, 14580, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10739, '2022-11-24', 2650, 9611, 2695, 15154, '-7.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10740, '2022-11-24', 2650, 9611, 2695, 16476, '-1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10741, '2022-11-24', 2650, 9611, 2695, 17135, '11.0000', '4.5833', '4.5833', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10742, '2022-11-24', 2651, 9612, 2695, 14434, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 243, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10743, '2022-11-25', 3580, 9613, 2696, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10744, '2022-11-25', 2608, 9614, 2697, 15788, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '6.0000', 1, 0, NULL, 305, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10745, '2022-11-25', 2699, 9615, 2697, 17426, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '73.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10746, '2022-11-25', 3060, 9616, 2698, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10747, '2022-11-25', 2893, 9617, 2699, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10748, '2022-11-25', 2903, 9618, 2699, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '43.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10749, '2022-11-25', 3074, 9619, 2700, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '35.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10750, '2022-11-25', 3781, 9620, 2700, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10751, '2022-11-25', 3120, 9621, 2700, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10752, '2022-11-25', 3608, 9622, 2700, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '66.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10753, '2022-11-25', 3606, 9623, 2700, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10754, '2022-11-25', 3120, 9624, 2701, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10755, '2022-11-25', 3163, 9625, 2701, 5740, '1.0000', '4.9100', '4.9100', '7.0000', '7.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10756, '2022-11-25', 2713, 9626, 2702, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10757, '2022-11-25', 3212, 9627, 2702, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10758, '2022-11-25', 3483, 9628, 2702, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '208.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10759, '2022-11-25', 2661, 9629, 2702, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '57.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10760, '2022-11-25', 3483, 9630, 2703, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '205.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10761, '2022-11-25', 3631, 9631, 2703, 14555, '1.0000', '0.8042', '0.8042', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10762, '2022-11-25', 3762, 9632, 2703, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '118.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10763, '2022-11-25', 2661, 9633, 2703, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '55.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10764, '2022-11-25', 2952, 9634, 2704, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '71.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10765, '2022-11-25', 2603, 9635, 2704, 9994, '1.0000', '207.6400', '207.6400', '270.0000', '270.0000', '0.0000', 1, 0, NULL, 116, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10766, '2022-11-25', 3650, 9636, 2704, 15797, '2.0000', '3.4833', '3.4833', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10767, '2022-11-25', 3558, 9637, 2704, 10206, '2.0000', '50.6150', '50.6150', '60.0000', '60.0000', '0.0000', 1, 0, NULL, 163, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10768, '2022-11-25', 3558, 9637, 2704, 15425, '-6.0000', '50.6150', '50.6150', '60.0000', '60.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10769, '2022-11-25', 3558, 9637, 2704, 15690, '7.0000', '52.8683', '52.8683', '60.0000', '60.0000', '5.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10770, '2022-11-25', 2606, 9638, 2705, 17422, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '8.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10771, '2022-11-25', 2699, 9639, 2705, 17426, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '70.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10772, '2022-11-25', 2916, 9640, 2706, 14553, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10773, '2022-11-25', 3212, 9641, 2706, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10774, '2022-11-25', 2952, 9642, 2706, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '70.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10775, '2022-11-25', 3630, 9643, 2707, 14554, '8.0000', '1.1250', '1.1250', '2.5000', '2.5000', '40.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10776, '2022-11-25', 3074, 9644, 2708, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10777, '2022-11-25', 3074, 9645, 2709, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '33.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10778, '2022-11-25', 3483, 9646, 2709, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '204.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10779, '2022-11-25', 2924, 9647, 2709, 13297, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10780, '2022-11-25', 2924, 9647, 2709, 13766, '-3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10781, '2022-11-25', 2924, 9647, 2709, 14592, '5.0000', '7.5000', '7.5000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10782, '2022-11-25', 2926, 9648, 2709, 4221, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10783, '2022-11-25', 2901, 9649, 2709, 17428, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10784, '2022-11-25', 3172, 9650, 2709, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '145.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10785, '2022-11-25', 2642, 9651, 2709, 17453, '3.0000', '7.0833', '7.0833', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10786, '2022-11-25', 3778, 9652, 2709, 18489, '3.0000', '0.3000', '0.3000', '1.0000', '1.0000', '47.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10787, '2022-11-25', 2711, 9653, 2709, 14523, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10788, '2022-11-25', 2500, 9654, 2709, 14424, '2.0000', '10.8300', '10.8300', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10789, '2022-11-25', 3044, 9655, 2709, 5324, '1.0000', '12.2917', '12.2917', '16.0000', '16.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10790, '2022-11-25', 2697, 9656, 2709, 3992, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10791, '2022-11-25', 2534, 9657, 2709, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10792, '2022-11-25', 2708, 9658, 2709, 4003, '2.0000', '8.0000', '8.0000', '11.0000', '11.0000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10793, '2022-11-25', 3212, 9659, 2709, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10794, '2022-11-25', 2653, 9660, 2709, 14610, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10795, '2022-11-25', 3085, 9661, 2709, 14566, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10796, '2022-11-25', 2975, 9662, 2710, 5013, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10797, '2022-11-25', 3172, 9663, 2710, 17391, '3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '142.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10798, '2022-11-25', 3060, 9664, 2710, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10799, '2022-11-25', 3084, 9665, 2710, 5207, '1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10800, '2022-11-25', 3017, 9666, 2710, 15728, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10801, '2022-11-25', 2645, 9667, 2710, 17444, '10.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10802, '2022-11-25', 2901, 9668, 2710, 17428, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10803, '2022-11-25', 2952, 9669, 2710, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '69.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10804, '2022-11-25', 3085, 9670, 2710, 14566, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10805, '2022-11-25', 2661, 9671, 2710, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '54.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10806, '2022-11-25', 3061, 9672, 2710, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10807, '2022-11-25', 2502, 9673, 2710, 15015, '-7.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10808, '2022-11-25', 2502, 9673, 2710, 15674, '8.0000', '2.0833', '2.0833', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10809, '2022-11-25', 3641, 9674, 2710, 14580, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10810, '2022-11-25', 2644, 9675, 2710, 15704, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10811, '2022-11-25', 2645, 9676, 2711, 17444, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10812, '2022-11-25', 3074, 9677, 2711, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '32.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10813, '2022-11-25', 3773, 9678, 2711, 17419, '1.0000', '2.7700', '2.7700', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10814, '2022-11-25', 2653, 9679, 2711, 14610, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10815, '2022-11-25', 3060, 9680, 2712, 18500, '3.0000', '5.6458', '5.6458', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10816, '2022-11-25', 2645, 9681, 2712, 17444, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10817, '2022-11-26', 3483, 9682, 2713, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '202.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10818, '2022-11-26', 3606, 9683, 2713, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '69.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10819, '2022-11-26', 2608, 9684, 2713, 15788, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '5.0000', 1, 0, NULL, 305, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10820, '2022-11-26', 2699, 9685, 2713, 17426, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '68.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10821, '2022-11-26', 3580, 9686, 2714, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10822, '2022-11-26', 3762, 9687, 2714, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '116.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10823, '2022-11-26', 3165, 9688, 2714, 18494, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '3.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10824, '2022-11-26', 2645, 9689, 2714, 17444, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 343, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10825, '2022-11-26', 2645, 9689, 2714, 17812, '-25.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10826, '2022-11-26', 2645, 9689, 2714, 18488, '35.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 347, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10827, '2022-11-26', 2517, 9690, 2714, 14475, '2.0000', '11.4200', '11.4200', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10828, '2022-11-26', 2891, 9691, 2714, 13307, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10829, '2022-11-26', 2500, 9692, 2714, 14424, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10830, '2022-11-26', 2886, 9693, 2714, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10831, '2022-11-26', 3611, 9694, 2714, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10832, '2022-11-26', 3483, 9695, 2714, 14518, '9.0000', '0.8583', '0.8583', '1.5000', '1.5000', '193.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10833, '2022-11-26', 2851, 9696, 2714, 4146, '1.0000', '5.8800', '5.8800', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10834, '2022-11-26', 2927, 9697, 2714, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10835, '2022-11-26', 2926, 9698, 2714, 4728, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10836, '2022-11-26', 2919, 9699, 2714, 14416, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10837, '2022-11-26', 3120, 9700, 2714, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10838, '2022-11-26', 3017, 9701, 2714, 15728, '8.0000', '4.3800', '4.3800', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10839, '2022-11-26', 3233, 9702, 2714, 17424, '1.0000', '30.0000', '30.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10840, '2022-11-26', 2660, 9703, 2714, 13310, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10841, '2022-11-26', 2660, 9703, 2714, 13710, '-6.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10842, '2022-11-26', 2660, 9703, 2714, 14390, '12.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 230, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10843, '2022-11-26', 2901, 9704, 2714, 17428, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10844, '2022-11-26', 3778, 9705, 2714, 18489, '2.0000', '0.3000', '0.3000', '1.0000', '1.0000', '45.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10845, '2022-11-26', 2933, 9706, 2714, 4228, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10846, '2022-11-26', 2644, 9707, 2714, 15704, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10847, '2022-11-26', 2918, 9708, 2714, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10848, '2022-11-26', 2935, 9709, 2714, 15767, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10849, '2022-11-26', 3070, 9710, 2714, 4365, '1.0000', '11.5000', '11.5000', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10850, '2022-11-26', 2952, 9711, 2714, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '68.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10851, '2022-11-26', 3231, 9712, 2714, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10852, '2022-11-26', 2628, 9713, 2714, 3923, '1.0000', '90.0000', '90.0000', '120.0000', '120.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10853, '2022-11-26', 2950, 9714, 2714, 15780, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10854, '2022-11-26', 2647, 9715, 2714, 15771, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10855, '2022-11-26', 2982, 9716, 2714, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10856, '2022-11-26', 2483, 9717, 2714, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10857, '2022-11-26', 2827, 9718, 2714, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '109.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10858, '2022-11-26', 2645, 9719, 2715, 18488, '13.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 347, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10859, '2022-11-26', 3560, 9720, 2715, 14495, '2.0000', '1.5000', '1.5000', '2.0000', '2.0000', '62.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10860, '2022-11-26', 3773, 9721, 2715, 17419, '2.0000', '2.7700', '2.7700', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10861, '2022-11-26', 2642, 9722, 2715, 17453, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10862, '2022-11-26', 3483, 9723, 2715, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '190.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10863, '2022-11-26', 3772, 9724, 2715, 17417, '2.0000', '0.8108', '0.8108', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10864, '2022-11-26', 3621, 9725, 2715, 14537, '1.0000', '0.5833', '0.5833', '3.0000', '3.0000', '51.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10865, '2022-11-26', 3762, 9726, 2715, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '115.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10866, '2022-11-26', 3558, 9727, 2715, 15690, '1.0000', '52.8683', '52.8683', '60.0000', '60.0000', '4.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10867, '2022-11-26', 2644, 9728, 2715, 15704, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10868, '2022-11-26', 3063, 9729, 2715, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10869, '2022-11-26', 3546, 9730, 2715, 5004, '1.0000', '6.1720', '6.1720', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 71, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10870, '2022-11-26', 2712, 9731, 2715, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10871, '2022-11-26', 3043, 9732, 2715, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10872, '2022-11-26', 2952, 9733, 2715, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '67.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10873, '2022-11-27', 2886, 9734, 2716, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10874, '2022-11-27', 2894, 9735, 2716, 14574, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10875, '2022-11-27', 2661, 9736, 2716, 14505, '8.0000', '0.3000', '0.3000', '0.5000', '0.5000', '46.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10876, '2022-11-27', 2949, 9737, 2716, 14480, '3.0000', '6.6700', '6.6700', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10877, '2022-11-27', 2504, 9738, 2716, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10878, '2022-11-27', 2879, 9739, 2716, 14468, '4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10879, '2022-11-27', 2879, 9739, 2716, 15144, '-6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10880, '2022-11-27', 2879, 9739, 2716, 15747, '7.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10881, '2022-11-27', 3230, 9740, 2716, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10882, '2022-11-27', 2891, 9741, 2716, 13307, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10883, '2022-11-27', 2952, 9742, 2716, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '66.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10884, '2022-11-27', 3772, 9743, 2716, 17417, '1.0000', '0.8108', '0.8108', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10885, '2022-11-27', 2710, 9744, 2716, 15758, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10886, '2022-11-27', 2710, 9744, 2716, 16338, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10887, '2022-11-27', 3773, 9745, 2716, 17419, '2.0000', '2.7700', '2.7700', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10888, '2022-11-27', 2534, 9746, 2716, 17416, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10889, '2022-11-27', 3060, 9747, 2716, 18500, '7.0000', '5.6458', '5.6458', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10890, '2022-11-27', 3778, 9748, 2716, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10891, '2022-11-27', 2712, 9749, 2716, 15796, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10892, '2022-11-27', 2645, 9750, 2716, 18488, '9.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 347, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10893, '2022-11-27', 2552, 9751, 2716, 10116, '3.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10894, '2022-11-27', 2552, 9751, 2716, 10620, '-6.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10895, '2022-11-27', 2552, 9751, 2716, 11590, '6.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10896, '2022-11-27', 2552, 9751, 2716, 12560, '-6.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10897, '2022-11-27', 2552, 9751, 2716, 13822, '-20.0000', '0.3958', '0.3958', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10898, '2022-11-27', 2552, 9751, 2716, 14512, '24.0000', '0.0000', '0.0000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10899, '2022-11-27', 2552, 9751, 2716, 15079, '-4.0000', '0.0000', '0.0000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10900, '2022-11-27', 2552, 9751, 2716, 15681, '8.0000', '0.4583', '0.4583', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10901, '2022-11-27', 2485, 9752, 2716, 15689, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '4.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10902, '2022-11-27', 3017, 9753, 2716, 15728, '4.0000', '4.3800', '4.3800', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10903, '2022-11-27', 2918, 9754, 2716, 4213, '2.0000', '1.8800', '1.8800', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10904, '2022-11-27', 2698, 9755, 2716, 15693, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10905, '2022-11-27', 3646, 9756, 2716, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10906, '2022-11-27', 2790, 9757, 2716, 17385, '4.0000', '5.5800', '5.5800', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10907, '2022-11-27', 3609, 9758, 2716, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '123.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10908, '2022-11-27', 2901, 9759, 2716, 17428, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10909, '2022-11-27', 3120, 9760, 2716, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10910, '2022-11-27', 3762, 9761, 2716, 17379, '3.0000', '0.1600', '0.1600', '1.0000', '1.0000', '112.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10911, '2022-11-27', 3172, 9762, 2716, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '140.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10912, '2022-11-27', 3256, 9763, 2716, 4551, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10913, '2022-11-27', 2977, 9764, 2716, 5164, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10914, '2022-11-27', 2502, 9765, 2716, 15674, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10915, '2022-11-27', 2889, 9766, 2716, 5479, '2.0000', '4.2600', '4.2600', '5.0000', '5.0000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10916, '2022-11-27', 3483, 9767, 2716, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '189.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10917, '2022-11-27', 3612, 9768, 2716, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10918, '2022-11-27', 3611, 9769, 2716, 14509, '1.0000', '0.8182', '0.8182', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10919, '2022-11-27', 3626, 9770, 2716, 14544, '2.0000', '1.1500', '1.1500', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10920, '2022-11-27', 3085, 9771, 2716, 14566, '12.0000', '4.2500', '4.2500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10921, '2022-11-27', 2930, 9772, 2716, 14593, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10922, '2022-11-27', 2933, 9773, 2716, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10923, '2022-11-27', 3632, 9774, 2716, 14556, '2.0000', '0.1766', '0.1766', '0.5000', '0.5000', '93.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10924, '2022-11-27', 3157, 9775, 2716, 4452, '1.0000', '15.0000', '15.0000', '20.0000', '20.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10925, '2022-11-28', 2713, 9776, 2717, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10926, '2022-11-28', 2524, 9777, 2718, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10927, '2022-11-28', 2893, 9778, 2718, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10928, '2022-11-28', 3560, 9779, 2718, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '61.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10929, '2022-11-28', 2661, 9780, 2718, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '44.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10930, '2022-11-28', 2661, 9781, 2719, 14505, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '40.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10931, '2022-11-28', 2902, 9782, 2719, 15709, '1.0000', '6.7200', '6.7200', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10932, '2022-11-28', 2681, 9783, 2719, 3976, '1.0000', '6.7900', '6.7900', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10933, '2022-11-28', 2713, 9784, 2720, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10934, '2022-11-28', 3483, 9785, 2720, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '186.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10935, '2022-11-28', 2713, 9786, 2721, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10936, '2022-11-28', 3483, 9787, 2721, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '184.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10937, '2022-11-28', 3172, 9788, 2721, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '139.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10938, '2022-11-28', 3074, 9789, 2721, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '31.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10939, '2022-11-28', 2952, 9790, 2721, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '65.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10940, '2022-11-28', 2712, 9791, 2721, 16339, '-4.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10941, '2022-11-28', 2712, 9791, 2721, 17415, '5.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10942, '2022-11-28', 3772, 9792, 2722, 17417, '2.0000', '0.8108', '0.8108', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10943, '2022-11-28', 3635, 9793, 2722, 14559, '2.0000', '0.9002', '0.9002', '2.0000', '2.0000', '43.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10944, '2022-11-28', 2894, 9794, 2722, 14574, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10945, '2022-11-28', 2534, 9795, 2722, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10946, '2022-11-28', 3644, 9796, 2722, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10947, '2022-11-28', 3646, 9797, 2723, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10948, '2022-11-28', 2713, 9798, 2723, 15795, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10949, '2022-11-28', 3120, 9799, 2723, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10950, '2022-11-28', 2534, 9800, 2723, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10951, '2022-11-28', 3483, 9801, 2723, 14518, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '179.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10952, '2022-11-28', 3606, 9802, 2723, 15791, '2.0000', '0.9500', '0.9500', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10953, '2022-11-28', 2712, 9803, 2724, 17415, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10954, '2022-11-28', 2645, 9804, 2724, 18488, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 347, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10955, '2022-11-28', 3262, 9805, 2725, 5939, '1.0000', '6.1300', '6.1300', '10.0000', '10.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10956, '2022-11-28', 3264, 9806, 2725, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '69.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10957, '2022-11-28', 2699, 9807, 2725, 17426, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '65.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10958, '2022-11-28', 3593, 9808, 2725, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10959, '2022-11-28', 2965, 9809, 2725, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '43.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10960, '2022-11-28', 2725, 9810, 2725, 10018, '1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10961, '2022-11-28', 3093, 9811, 2726, 4388, '1.0000', '41.6500', '41.6500', '55.0000', '55.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10962, '2022-11-28', 3208, 9812, 2726, 4503, '1.0000', '24.8500', '24.8500', '35.0000', '35.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10963, '2022-11-28', 2608, 9813, 2727, 15788, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '4.0000', 1, 0, NULL, 305, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10964, '2022-11-28', 2699, 9814, 2727, 17426, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '64.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10965, '2022-11-28', 3558, 9815, 2728, 15690, '3.0000', '52.8683', '52.8683', '60.0000', '60.0000', '1.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10966, '2022-11-28', 3212, 9816, 2729, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10967, '2022-11-28', 3626, 9817, 2730, 14544, '2.0000', '1.1500', '1.1500', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10968, '2022-11-28', 3778, 9818, 2730, 18489, '4.0000', '0.3000', '0.3000', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10969, '2022-11-28', 2712, 9819, 2730, 17457, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10970, '2022-11-28', 3580, 9820, 2730, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10971, '2022-11-28', 3774, 9821, 2730, 17427, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10972, '2022-11-28', 3114, 9822, 2730, 14588, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10973, '2022-11-28', 2949, 9823, 2730, 14480, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10974, '2022-11-28', 3165, 9824, 2730, 18494, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10975, '2022-11-28', 3483, 9825, 2730, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '176.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10976, '2022-11-28', 2982, 9826, 2730, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10977, '2022-11-28', 3212, 9827, 2730, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10978, '2022-11-28', 2710, 9828, 2730, 17458, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10979, '2022-11-28', 3560, 9829, 2730, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '60.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10980, '2022-11-28', 2920, 9830, 2730, 16350, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10981, '2022-11-28', 2923, 9831, 2730, 17409, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10982, '2022-11-28', 3300, 9832, 2730, 4595, '2.0000', '0.1800', '0.1800', '0.7500', '0.7500', '2120.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10983, '2022-11-28', 3231, 9833, 2731, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10984, '2022-11-28', 3060, 9834, 2731, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10985, '2022-11-28', 3085, 9835, 2731, 14566, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10986, '2022-11-28', 2952, 9836, 2731, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '64.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10987, '2022-11-28', 2789, 9837, 2731, 14513, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 256, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10988, '2022-11-28', 3483, 9838, 2731, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '174.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10989, '2022-11-28', 2720, 9839, 2731, 4015, '1.0000', '13.7000', '13.7000', '19.0000', '19.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10990, '2022-11-28', 2725, 9840, 2731, 10018, '1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10991, '2022-11-28', 3138, 9841, 2731, 4433, '1.0000', '2.7100', '2.7100', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10992, '2022-11-28', 3257, 9842, 2731, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10993, '2022-11-28', 2716, 9843, 2731, 5887, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '67.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10994, '2022-11-28', 3061, 9844, 2731, 14450, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10995, '2022-11-28', 3120, 9845, 2731, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10996, '2022-11-28', 2950, 9846, 2732, 15780, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10997, '2022-11-28', 3114, 9847, 2733, 14588, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10998, '2022-11-28', 2661, 9848, 2733, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '38.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (10999, '2022-11-28', 3172, 9849, 2734, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '138.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11000, '2022-11-28', 3483, 9850, 2734, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '171.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11001, '2022-11-28', 2923, 9851, 2735, 17409, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11002, '2022-11-28', 2661, 9852, 2736, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '36.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11003, '2022-11-28', 2517, 9853, 2737, 14475, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11004, '2022-11-28', 2502, 9854, 2737, 15674, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11005, '2022-11-28', 2517, 9855, 2738, 14475, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11006, '2022-11-28', 3483, 9856, 2738, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '169.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11007, '2022-11-28', 2713, 9857, 2739, 16430, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11008, '2022-11-28', 2524, 9858, 2740, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11009, '2022-11-28', 2791, 9859, 2740, 14477, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11010, '2022-11-28', 2879, 9860, 2740, 15747, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11011, '2022-11-28', 2661, 9861, 2741, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '34.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11012, '2022-11-28', 3773, 9862, 2742, 17419, '1.0000', '2.7700', '2.7700', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11013, '2022-11-28', 3483, 9863, 2743, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '168.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11014, '2022-11-28', 2710, 9864, 2744, 17458, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11015, '2022-11-28', 3060, 9865, 2745, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11016, '2022-11-28', 2963, 9866, 2746, 4996, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11017, '2022-11-28', 3612, 9867, 2747, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11018, '2022-11-28', 2933, 9868, 2747, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11019, '2022-11-28', 2645, 9869, 2748, 18488, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 347, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11020, '2022-11-28', 3060, 9870, 2748, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11021, '2022-11-28', 3646, 9871, 2749, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11022, '2022-11-28', 2645, 9872, 2750, 18488, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 347, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11023, '2022-11-28', 3063, 9873, 2750, 14612, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11024, '2022-11-28', 3061, 9874, 2750, 14611, '4.0000', '2.8208', '2.8208', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11025, '2022-11-28', 2923, 9875, 2751, 17409, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11026, '2022-11-28', 3060, 9876, 2752, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11027, '2022-11-28', 2827, 9877, 2752, 14399, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '103.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11028, '2022-11-28', 2713, 9878, 2752, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11029, '2022-11-28', 3483, 9879, 2753, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '167.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11030, '2022-11-29', 3518, 9880, 2754, 4924, '1.0000', '24.0000', '24.0000', '32.0000', '32.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11031, '2022-11-29', 3055, 9881, 2754, 4350, '1.0000', '22.1300', '22.1300', '27.0000', '27.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11032, '2022-11-29', 3027, 9882, 2754, 4322, '1.0000', '7.7000', '7.7000', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11033, '2022-11-29', 2980, 9883, 2755, 4275, '1.0000', '35.4700', '35.4700', '47.0000', '47.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11034, '2022-11-29', 2713, 9884, 2756, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11035, '2022-11-29', 3762, 9885, 2757, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '111.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11036, '2022-11-29', 3086, 9886, 2757, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11037, '2022-11-29', 3610, 9887, 2757, 14507, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11038, '2022-11-29', 3483, 9888, 2757, 14518, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '163.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11039, '2022-11-29', 2791, 9889, 2757, 14477, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11040, '2022-11-29', 2661, 9890, 2758, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '32.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11041, '2022-11-29', 2534, 9891, 2759, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11042, '2022-11-29', 3120, 9892, 2759, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11043, '2022-11-29', 3212, 9893, 2759, 14619, '2.0000', '3.7917', '3.7917', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11044, '2022-11-29', 3631, 9894, 2759, 14555, '1.0000', '0.8042', '0.8042', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11045, '2022-11-29', 3606, 9895, 2760, 15791, '3.0000', '0.9500', '0.9500', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11046, '2022-11-29', 3120, 9896, 2761, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11047, '2022-11-29', 3483, 9897, 2761, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '162.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11048, '2022-11-29', 2608, 9898, 2762, 15788, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 305, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11049, '2022-11-29', 3483, 9899, 2763, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '161.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11050, '2022-11-29', 2500, 9900, 2764, 15014, '-3.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11051, '2022-11-29', 2500, 9900, 2764, 15710, '4.0000', '10.8300', '10.8300', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11052, '2022-11-29', 2502, 9901, 2764, 15674, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11053, '2022-11-29', 3074, 9902, 2764, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '30.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11054, '2022-11-29', 2960, 9903, 2765, 4255, '14.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11055, '2022-11-29', 2960, 9903, 2765, 5040, '6.0000', '9.5000', '9.5000', '12.0000', '12.0000', '49.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11056, '2022-11-29', 2699, 9904, 2765, 17426, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '59.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11057, '2022-11-29', 2799, 9905, 2765, 4094, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11058, '2022-11-29', 3178, 9906, 2766, 4473, '1.0000', '5.7200', '5.7200', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11059, '2022-11-29', 3179, 9907, 2766, 4474, '1.0000', '9.9000', '9.9000', '14.0000', '14.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11060, '2022-11-29', 2494, 9908, 2766, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '79.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11061, '2022-11-29', 3132, 9909, 2766, 4427, '1.0000', '1.5300', '1.5300', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11062, '2022-11-29', 2752, 9910, 2766, 4047, '1.0000', '1.0900', '1.0900', '3.0000', '3.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11063, '2022-11-29', 3583, 9911, 2766, 13340, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11064, '2022-11-29', 3606, 9912, 2766, 15791, '2.0000', '0.9500', '0.9500', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11065, '2022-11-29', 3085, 9913, 2766, 14566, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11066, '2022-11-29', 2901, 9914, 2767, 17428, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11067, '2022-11-29', 2949, 9915, 2767, 14480, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11068, '2022-11-29', 3172, 9916, 2767, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '137.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11069, '2022-11-29', 2517, 9917, 2767, 14475, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11070, '2022-11-29', 2746, 9918, 2768, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11071, '2022-11-29', 3129, 9919, 2768, 4424, '1.0000', '6.0000', '6.0000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11072, '2022-11-29', 2495, 9920, 2768, 3790, '1.0000', '1.6100', '1.6100', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11073, '2022-11-29', 2645, 9921, 2769, 18488, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 347, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11074, '2022-11-29', 2747, 9922, 2770, 4042, '1.0000', '2.2900', '2.2900', '4.5000', '4.5000', '46.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11075, '2022-11-29', 2713, 9923, 2771, 17414, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11076, '2022-11-29', 3074, 9924, 2772, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11077, '2022-11-29', 2713, 9925, 2772, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11078, '2022-11-29', 2661, 9926, 2772, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '30.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11079, '2022-11-29', 2952, 9927, 2773, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11080, '2022-11-29', 3560, 9928, 2773, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '59.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11081, '2022-11-29', 2645, 9929, 2774, 18488, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 347, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11082, '2022-11-29', 2645, 9929, 2774, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '70.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11083, '2022-11-29', 3063, 9930, 2774, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11084, '2022-11-29', 3017, 9931, 2774, 15728, '2.0000', '4.3800', '4.3800', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11085, '2022-11-29', 3483, 9932, 2774, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '159.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11086, '2022-11-29', 2697, 9933, 2775, 3992, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11087, '2022-11-29', 3602, 9934, 2776, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11088, '2022-11-29', 3060, 9935, 2777, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11089, '2022-11-29', 2893, 9936, 2778, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11090, '2022-11-29', 2951, 9937, 2779, 13313, '4.0000', '2.5000', '2.5000', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11091, '2022-11-29', 3172, 9938, 2779, 17391, '4.0000', '3.4697', '3.4697', '4.0000', '4.0000', '133.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11092, '2022-11-29', 2893, 9939, 2779, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11093, '2022-11-29', 3646, 9940, 2780, 17382, '1.0000', '1.2000', '1.2000', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11094, '2022-11-29', 3773, 9941, 2780, 17419, '1.0000', '2.7700', '2.7700', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11095, '2022-11-29', 3060, 9942, 2781, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11096, '2022-11-29', 3163, 9943, 2782, 5740, '1.0000', '4.9100', '4.9100', '7.0000', '7.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11097, '2022-11-29', 3483, 9944, 2782, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '157.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11098, '2022-11-29', 2886, 9945, 2783, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11099, '2022-11-29', 2711, 9946, 2783, 14523, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11100, '2022-11-29', 2710, 9947, 2783, 17458, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11101, '2022-11-29', 3172, 9948, 2783, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '132.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11102, '2022-11-29', 3483, 9949, 2784, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '156.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11103, '2022-11-29', 2982, 9950, 2785, 15713, '2.0000', '4.5000', '4.5000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11104, '2022-11-29', 3172, 9951, 2785, 17391, '3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '129.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11105, '2022-11-29', 3165, 9952, 2785, 18494, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11106, '2022-11-29', 2650, 9953, 2786, 17135, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11107, '2022-11-29', 2650, 9954, 2787, 17135, '4.0000', '4.5833', '4.5833', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11108, '2022-11-29', 3646, 9955, 2787, 17382, '1.0000', '1.2000', '1.2000', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11109, '2022-11-29', 3646, 9956, 2788, 17382, '1.0000', '1.2000', '1.2000', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11110, '2022-11-29', 3060, 9957, 2789, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11111, '2022-11-29', 2982, 9958, 2790, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11112, '2022-11-29', 3043, 9959, 2790, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11113, '2022-11-29', 2724, 9960, 2791, 4019, '1.0000', '1.1900', '1.1900', '2.0000', '2.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11114, '2022-11-29', 2719, 9961, 2791, 4850, '1.0000', '0.9900', '0.9900', '2.0000', '2.0000', '33.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11115, '2022-11-29', 2749, 9962, 2791, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11116, '2022-11-29', 2756, 9963, 2791, 5905, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11117, '2022-11-29', 2901, 9964, 2791, 17428, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11118, '2022-11-30', 2644, 9965, 2792, 15704, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11119, '2022-11-30', 3580, 9966, 2793, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11120, '2022-11-30', 3120, 9967, 2794, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11121, '2022-11-30', 3593, 9968, 2795, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11122, '2022-11-30', 3762, 9969, 2796, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '109.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11123, '2022-11-30', 3074, 9970, 2797, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11124, '2022-11-30', 2713, 9971, 2798, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11125, '2022-11-30', 2661, 9972, 2798, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '28.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11126, '2022-11-30', 2712, 9973, 2799, 17457, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11127, '2022-11-30', 2713, 9974, 2800, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11128, '2022-11-30', 3212, 9975, 2800, 14619, '2.0000', '3.7917', '3.7917', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11129, '2022-11-30', 3646, 9976, 2800, 17382, '2.0000', '1.2000', '1.2000', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11130, '2022-11-30', 3212, 9977, 2801, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11131, '2022-11-30', 3602, 9978, 2802, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11132, '2022-11-30', 2766, 9979, 2803, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '256.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11133, '2022-11-30', 3646, 9980, 2803, 17382, '1.0000', '1.2000', '1.2000', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11134, '2022-11-30', 2645, 9981, 2804, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11135, '2022-11-30', 2661, 9982, 2804, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '26.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11136, '2022-11-30', 2645, 9983, 2805, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '68.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11137, '2022-11-30', 2901, 9984, 2806, 17428, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11138, '2022-11-30', 2645, 9985, 2806, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '67.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11139, '2022-11-30', 3774, 9986, 2807, 17427, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11140, '2022-11-30', 3632, 9987, 2808, 14556, '4.0000', '0.1766', '0.1766', '0.5000', '0.5000', '89.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11141, '2022-11-30', 2713, 9988, 2809, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11142, '2022-11-30', 2455, 9989, 2810, 3750, '1.0000', '71.0000', '71.0000', '95.0000', '95.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11143, '2022-11-30', 3172, 9990, 2811, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '128.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11144, '2022-11-30', 2645, 9991, 2812, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11145, '2022-11-30', 2952, 9992, 2812, 17137, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11146, '2022-11-30', 2504, 9993, 2813, 13385, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11147, '2022-11-30', 3017, 9994, 2813, 15728, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11148, '2022-11-30', 2645, 9995, 2813, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11149, '2022-11-30', 3483, 9996, 2814, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '155.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11150, '2022-11-30', 2712, 9997, 2815, 17457, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11151, '2022-11-30', 3611, 9998, 2815, 14509, '3.0000', '0.8182', '0.8182', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11152, '2022-11-30', 3311, 9999, 2815, 14579, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11153, '2022-11-30', 3483, 10000, 2815, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '153.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11154, '2022-11-30', 2661, 10001, 2815, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '24.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11155, '2022-11-30', 3239, 10002, 2816, 10031, '1.0000', '0.6000', '0.6000', '2.5000', '2.5000', '76.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11156, '2022-11-30', 3121, 10003, 2816, 5425, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11157, '2022-11-30', 3560, 10004, 2816, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '58.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11158, '2022-11-30', 3483, 10005, 2817, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '151.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11159, '2022-11-30', 2645, 10006, 2818, 18506, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '60.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11160, '2022-11-30', 2500, 10007, 2819, 15710, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11161, '2022-11-30', 2713, 10008, 2820, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11162, '2022-11-30', 2569, 10009, 2821, 3864, '1.0000', '8.4500', '8.4500', '14.0000', '14.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11163, '2022-11-30', 2952, 10010, 2822, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11164, '2022-11-30', 2648, 10011, 2822, 17139, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11165, '2022-11-30', 2645, 10012, 2822, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11166, '2022-11-30', 2645, 10013, 2823, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '58.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11167, '2022-11-30', 2648, 10014, 2823, 17139, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11168, '2022-11-30', 2645, 10015, 2824, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '57.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11169, '2022-11-30', 2648, 10016, 2824, 17139, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11170, '2022-11-30', 2952, 10017, 2824, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11171, '2022-11-30', 3063, 10018, 2825, 14612, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11172, '2022-11-30', 3483, 10019, 2825, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '149.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11173, '2022-11-30', 2645, 10020, 2826, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11174, '2022-11-30', 2648, 10021, 2826, 17139, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11175, '2022-11-30', 2917, 10022, 2827, 13375, '3.0000', '9.7500', '9.7500', '14.0000', '14.0000', '2.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11176, '2022-11-30', 2645, 10023, 2827, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11177, '2022-11-30', 2645, 10024, 2828, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11178, '2022-11-30', 2645, 10025, 2829, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11179, '2022-11-30', 2648, 10026, 2829, 17139, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11180, '2022-11-30', 2645, 10027, 2830, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '50.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11181, '2022-11-30', 3074, 10028, 2831, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11182, '2022-11-30', 3483, 10029, 2832, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '147.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11183, '2022-11-30', 2645, 10030, 2832, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11184, '2022-11-30', 2648, 10031, 2832, 17139, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11185, '2022-11-30', 2661, 10032, 2832, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '22.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11186, '2022-11-30', 3043, 10033, 2833, 15777, '2.0000', '2.0833', '2.0833', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11187, '2022-11-30', 2982, 10034, 2834, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11188, '2022-11-30', 2645, 10035, 2834, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11189, '2022-11-30', 2648, 10036, 2834, 17139, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11190, '2022-11-30', 3762, 10037, 2835, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '108.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11191, '2022-11-30', 2645, 10038, 2836, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11192, '2022-11-30', 3061, 10039, 2837, 14611, '2.0000', '2.8208', '2.8208', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11193, '2022-11-30', 2534, 10040, 2837, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11194, '2022-11-30', 3166, 10041, 2838, 15721, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11195, '2022-11-30', 3172, 10042, 2838, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '127.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11196, '2022-11-30', 3230, 10043, 2839, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11197, '2022-11-30', 2645, 10044, 2840, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11198, '2022-11-30', 3017, 10045, 2840, 15728, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11199, '2022-11-30', 3230, 10046, 2841, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11200, '2022-11-30', 2645, 10047, 2842, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11201, '2022-11-30', 2645, 10048, 2843, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11202, '2022-11-30', 2645, 10049, 2844, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11203, '2022-11-30', 2645, 10050, 2845, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11204, '2022-11-30', 3230, 10051, 2846, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11205, '2022-11-30', 2645, 10052, 2846, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11206, '2022-11-30', 2645, 10053, 2847, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11207, '2022-11-30', 3060, 10054, 2848, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11208, '2022-11-30', 2645, 10055, 2849, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11209, '2022-11-30', 2645, 10056, 2850, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11210, '2022-11-30', 3063, 10057, 2850, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11211, '2022-11-30', 2919, 10058, 2851, 14416, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 238, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11212, '2022-11-30', 2919, 10058, 2851, 15035, '-17.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11213, '2022-11-30', 2919, 10058, 2851, 15761, '18.0000', '6.0000', '6.0000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11214, '2022-11-30', 2713, 10059, 2852, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11215, '2022-11-30', 3483, 10060, 2853, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '146.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11216, '2022-11-30', 3483, 10061, 2854, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '145.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11217, '2022-11-30', 3048, 10062, 2854, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '77.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11218, '2022-11-30', 3172, 10063, 2854, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '126.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11219, '2022-11-30', 2534, 10064, 2854, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11220, '2022-11-30', 3314, 10065, 2855, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '142.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11221, '2022-12-01', 3085, 10066, 2856, 14566, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11222, '2022-12-01', 3580, 10067, 2857, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11223, '2022-12-01', 2903, 10068, 2858, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '42.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11224, '2022-12-01', 3085, 10069, 2859, 14566, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11225, '2022-12-01', 3233, 10070, 2860, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '23.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11226, '2022-12-01', 2617, 10071, 2860, 3912, '7.0000', '6.0000', '6.0000', '7.5000', '7.5000', '71.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11227, '2022-12-01', 2799, 10072, 2860, 4094, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11228, '2022-12-01', 2835, 10073, 2860, 5793, '1.0000', '13.0000', '13.0000', '17.0000', '17.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11229, '2022-12-01', 2726, 10074, 2860, 4021, '1.0000', '15.1900', '15.1900', '25.0000', '25.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11230, '2022-12-01', 2977, 10075, 2861, 5164, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11231, '2022-12-01', 2713, 10076, 2862, 17414, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11232, '2022-12-01', 3606, 10077, 2862, 15791, '3.0000', '0.9500', '0.9500', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11233, '2022-12-01', 3074, 10078, 2863, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '26.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11234, '2022-12-01', 3120, 10079, 2863, 17460, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11235, '2022-12-01', 3114, 10080, 2863, 14588, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11236, '2022-12-01', 2893, 10081, 2863, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11237, '2022-12-01', 3781, 10082, 2864, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11238, '2022-12-01', 3015, 10083, 2864, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '89.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11239, '2022-12-01', 3625, 10084, 2864, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '33.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11240, '2022-12-01', 3483, 10085, 2864, 14518, '7.0000', '0.8583', '0.8583', '1.5000', '1.5000', '138.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11241, '2022-12-01', 2698, 10086, 2865, 15693, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11242, '2022-12-01', 3762, 10087, 2866, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '107.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11243, '2022-12-01', 3635, 10088, 2866, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '42.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11244, '2022-12-01', 3212, 10089, 2866, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11245, '2022-12-01', 3483, 10090, 2867, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '136.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11246, '2022-12-01', 2873, 10091, 2867, 14569, '1.0000', '3.0200', '3.0200', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11247, '2022-12-01', 2875, 10092, 2867, 15686, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11248, '2022-12-01', 2953, 10093, 2867, 10085, '1.0000', '4.5408', '4.5408', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 133, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11249, '2022-12-01', 2534, 10094, 2867, 17416, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11250, '2022-12-01', 2661, 10095, 2868, 14505, '3.0000', '0.3000', '0.3000', '0.5000', '0.5000', '19.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11251, '2022-12-01', 3074, 10096, 2869, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11252, '2022-12-01', 3120, 10097, 2869, 17460, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11253, '2022-12-01', 3060, 10098, 2869, 18500, '2.0000', '5.6458', '5.6458', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11254, '2022-12-01', 2653, 10099, 2869, 14610, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11255, '2022-12-01', 3646, 10100, 2869, 17382, '3.0000', '1.2000', '1.2000', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11256, '2022-12-01', 3606, 10101, 2870, 15791, '4.0000', '0.9500', '0.9500', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11257, '2022-12-01', 2534, 10102, 2871, 17416, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11258, '2022-12-01', 2713, 10103, 2871, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11259, '2022-12-01', 3256, 10104, 2872, 4551, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11260, '2022-12-01', 3746, 10105, 2873, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11261, '2022-12-01', 2713, 10106, 2874, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11262, '2022-12-01', 3121, 10107, 2875, 5425, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11263, '2022-12-01', 3256, 10108, 2876, 4551, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11264, '2022-12-01', 3061, 10109, 2877, 14611, '3.0000', '2.8208', '2.8208', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11265, '2022-12-01', 2746, 10110, 2878, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11266, '2022-12-01', 2747, 10111, 2878, 4042, '1.0000', '2.2900', '2.2900', '4.5000', '4.5000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11267, '2022-12-01', 3483, 10112, 2879, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '134.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11268, '2022-12-01', 2713, 10113, 2879, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11269, '2022-12-01', 3256, 10114, 2880, 4551, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11270, '2022-12-01', 3048, 10115, 2880, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '76.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11271, '2022-12-01', 2645, 10116, 2881, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11272, '2022-12-01', 3060, 10117, 2882, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11273, '2022-12-01', 2950, 10118, 2883, 15780, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11274, '2022-12-01', 3609, 10119, 2883, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '122.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11275, '2022-12-01', 2644, 10120, 2884, 15704, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11276, '2022-12-01', 2827, 10121, 2885, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '100.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11277, '2022-12-01', 3063, 10122, 2886, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11278, '2022-12-01', 2645, 10123, 2886, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11279, '2022-12-01', 2661, 10124, 2886, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '17.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11280, '2022-12-01', 2919, 10125, 2887, 15761, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11281, '2022-12-01', 2923, 10126, 2887, 17409, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11282, '2022-12-01', 2920, 10127, 2888, 16350, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11283, '2022-12-01', 2936, 10128, 2888, 4231, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11284, '2022-12-01', 3163, 10129, 2889, 5740, '1.0000', '4.9100', '4.9100', '7.0000', '7.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11285, '2022-12-01', 3123, 10130, 2889, 14474, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11286, '2022-12-01', 3063, 10131, 2890, 14612, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11287, '2022-12-01', 2661, 10132, 2891, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '16.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11288, '2022-12-01', 2922, 10133, 2892, 15763, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11289, '2022-12-01', 2916, 10134, 2893, 14553, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '1.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11290, '2022-12-01', 2661, 10135, 2893, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '14.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11291, '2022-12-01', 3626, 10136, 2894, 14544, '2.0000', '1.1500', '1.1500', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11292, '2022-12-01', 2982, 10137, 2895, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11293, '2022-12-01', 2902, 10138, 2896, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '71.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11294, '2022-12-01', 3074, 10139, 2897, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '24.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11295, '2022-12-01', 2645, 10140, 2898, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11296, '2022-12-01', 2952, 10141, 2899, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11297, '2022-12-01', 2649, 10142, 2899, 14422, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11298, '2022-12-01', 3165, 10143, 2900, 18494, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11299, '2022-12-01', 2982, 10144, 2900, 15713, '2.0000', '4.5000', '4.5000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11300, '2022-12-01', 3172, 10145, 2901, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '124.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11301, '2022-12-01', 3772, 10146, 2902, 18526, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11302, '2022-12-01', 3172, 10147, 2903, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '123.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11303, '2022-12-01', 2552, 10148, 2904, 15681, '2.0000', '0.4583', '0.4583', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11304, '2022-12-01', 2645, 10149, 2905, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11305, '2022-12-01', 2642, 10150, 2906, 18518, '2.0000', '7.0833', '7.0833', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11306, '2022-12-01', 3060, 10151, 2907, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11307, '2022-12-01', 2982, 10152, 2908, 15713, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11308, '2022-12-01', 2711, 10153, 2909, 14523, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 260, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11309, '2022-12-01', 2711, 10153, 2909, 15093, '-11.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11310, '2022-12-01', 2711, 10153, 2909, 15757, '13.0000', '4.2500', '4.2500', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11311, '2022-12-02', 2920, 10154, 2910, 18520, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '23.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11312, '2022-12-02', 2919, 10155, 2910, 15761, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11313, '2022-12-02', 2713, 10156, 2910, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11314, '2022-12-02', 3033, 10157, 2911, 4328, '1.0000', '40.0000', '40.0000', '55.0000', '55.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11315, '2022-12-02', 3580, 10158, 2912, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11316, '2022-12-02', 3123, 10159, 2913, 14474, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11317, '2022-12-02', 3085, 10160, 2914, 14566, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11318, '2022-12-02', 2799, 10161, 2915, 4094, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11319, '2022-12-02', 2719, 10162, 2915, 4850, '8.0000', '0.9900', '0.9900', '2.0000', '2.0000', '25.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11320, '2022-12-02', 3260, 10163, 2915, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '88.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11321, '2022-12-02', 2963, 10164, 2916, 4996, '2.0000', '3.3333', '3.3333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11322, '2022-12-02', 3527, 10165, 2917, 4933, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11323, '2022-12-02', 2661, 10166, 2918, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '13.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11324, '2022-12-02', 2713, 10167, 2919, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11325, '2022-12-02', 3120, 10168, 2919, 17460, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11326, '2022-12-02', 3483, 10169, 2919, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '132.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11327, '2022-12-02', 2552, 10170, 2920, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11328, '2022-12-02', 3646, 10171, 2920, 17382, '2.0000', '1.2000', '1.2000', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11329, '2022-12-02', 2534, 10172, 2921, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11330, '2022-12-02', 3120, 10173, 2921, 17460, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 346, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11331, '2022-12-02', 2827, 10174, 2922, 14399, '9.0000', '0.1700', '0.1700', '0.3333', '0.3333', '91.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11332, '2022-12-02', 2918, 10175, 2922, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11333, '2022-12-02', 2934, 10176, 2922, 4229, '3.0000', '3.7500', '3.7500', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11334, '2022-12-02', 2919, 10177, 2923, 15761, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11335, '2022-12-02', 2661, 10178, 2924, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '11.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11336, '2022-12-02', 2645, 10179, 2925, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11337, '2022-12-02', 3172, 10180, 2925, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '122.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11338, '2022-12-02', 2902, 10181, 2925, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '70.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11339, '2022-12-02', 2600, 10182, 2926, 3895, '3.0000', '2.1000', '2.1000', '8.5000', '8.5000', '65.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11340, '2022-12-02', 2642, 10183, 2927, 18518, '4.0000', '7.0833', '7.0833', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11341, '2022-12-02', 3074, 10184, 2928, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11342, '2022-12-02', 3074, 10185, 2929, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11343, '2022-12-02', 3061, 10186, 2930, 14611, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11346, '2022-12-02', 2718, 10189, 2931, 4013, '1.0000', '3.9700', '3.9700', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11347, '2022-12-02', 2901, 10190, 2932, 17428, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11348, '2022-12-02', 3127, 10191, 2933, 4422, '1.0000', '4.2000', '4.2000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11349, '2022-12-02', 2901, 10192, 2934, 17428, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11350, '2022-12-02', 3085, 10193, 2935, 14566, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11351, '2022-12-02', 3781, 10194, 2935, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11352, '2022-12-02', 2645, 10195, 2936, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11353, '2022-12-02', 3017, 10196, 2937, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11354, '2022-12-02', 2791, 10197, 2938, 14477, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11355, '2022-12-02', 3606, 10198, 2938, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11356, '2022-12-02', 2951, 10199, 2939, 13313, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11357, '2022-12-02', 3048, 10200, 2939, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '75.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11358, '2022-12-02', 2936, 10201, 2940, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11359, '2022-12-02', 3484, 10202, 2941, 17388, '2.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11360, '2022-12-02', 2507, 10203, 2941, 14451, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11361, '2022-12-02', 2936, 10204, 2942, 14594, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11362, '2022-12-02', 2504, 10205, 2942, 13385, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11363, '2022-12-02', 2504, 10206, 2943, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11364, '2022-12-02', 2713, 10207, 2944, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11365, '2022-12-02', 3762, 10208, 2945, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '106.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11366, '2022-12-02', 2638, 10209, 2946, 3933, '1.0000', '7.9900', '7.9900', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11367, '2022-12-02', 3480, 10210, 2946, 4754, '3.0000', '5.6300', '5.6300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 35, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11368, '2022-12-02', 3314, 10211, 2947, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '141.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11369, '2022-12-02', 2698, 10212, 2948, 15693, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11370, '2022-12-02', 2902, 10213, 2948, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '69.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11371, '2022-12-02', 3121, 10214, 2949, 5425, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11372, '2022-12-02', 2645, 10215, 2950, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11373, '2022-12-02', 2902, 10216, 2950, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '67.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11374, '2022-12-02', 2951, 10217, 2951, 13313, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11375, '2022-12-02', 2713, 10218, 2952, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11376, '2022-12-02', 2661, 10219, 2953, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '9.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11377, '2022-12-02', 2661, 10220, 2954, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '7.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11378, '2022-12-02', 2645, 10221, 2955, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11379, '2022-12-02', 3762, 10222, 2956, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '105.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11380, '2022-12-02', 2995, 10223, 2957, 5186, '1.0000', '22.0000', '22.0000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11381, '2022-12-02', 2647, 10224, 2958, 15771, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11382, '2022-12-02', 2485, 10225, 2959, 15689, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '3.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11383, '2022-12-02', 3602, 10226, 2960, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11384, '2022-12-02', 3773, 10227, 2960, 17419, '1.0000', '2.7700', '2.7700', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11385, '2022-12-02', 2952, 10228, 2961, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11386, '2022-12-02', 3043, 10229, 2961, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11387, '2022-12-02', 2713, 10230, 2962, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11388, '2022-12-02', 3483, 10231, 2962, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '130.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11389, '2022-12-02', 2653, 10232, 2963, 14610, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11390, '2022-12-03', 3580, 10233, 2964, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11391, '2022-12-03', 3306, 10234, 2965, 4601, '8.0000', '0.5100', '0.5100', '1.0000', '1.0000', '287.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11392, '2022-12-03', 3305, 10235, 2965, 4600, '8.0000', '0.6100', '0.6100', '1.0000', '1.0000', '253.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11393, '2022-12-03', 2568, 10236, 2965, 3863, '1.0000', '4.3300', '4.3300', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11394, '2022-12-03', 2711, 10237, 2965, 15757, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11395, '2022-12-03', 2534, 10238, 2965, 17416, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11396, '2022-12-03', 2827, 10239, 2965, 14399, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '85.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11397, '2022-12-03', 3029, 10240, 2966, 4324, '1.0000', '5.9500', '5.9500', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11398, '2022-12-03', 2608, 10241, 2966, 15788, '3.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 305, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11399, '2022-12-03', 3587, 10242, 2966, 13346, '1.0000', '30.5000', '30.5000', '41.0000', '41.0000', '0.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11400, '2022-12-03', 2699, 10243, 2966, 17426, '59.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11401, '2022-12-03', 2699, 10243, 2966, 18345, '4.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11402, '2022-12-03', 2699, 10243, 2966, 18556, '2.0000', '6.3000', '6.3000', '8.0000', '8.0000', '98.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11403, '2022-12-03', 2596, 10244, 2966, 5722, '14.0000', '7.0000', '7.0000', '10.0000', '10.0000', '46.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11404, '2022-12-03', 3288, 10245, 2966, 4583, '1.0000', '16.5200', '16.5200', '22.0000', '22.0000', '33.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11405, '2022-12-03', 2916, 10246, 2967, 14553, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11406, '2022-12-03', 2894, 10247, 2967, 15331, '-5.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11407, '2022-12-03', 2894, 10247, 2967, 17389, '7.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11408, '2022-12-03', 2606, 10248, 2967, 17422, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '7.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11409, '2022-12-03', 2698, 10249, 2967, 15693, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11410, '2022-12-03', 2610, 10250, 2967, 3905, '4.0000', '5.0000', '5.0000', '7.0000', '7.0000', '48.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11411, '2022-12-03', 2617, 10251, 2967, 3912, '3.0000', '6.0000', '6.0000', '7.5000', '7.5000', '68.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11412, '2022-12-03', 3586, 10252, 2968, 13345, '1.0000', '12.2500', '12.2500', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11413, '2022-12-03', 2858, 10253, 2968, 4153, '1.0000', '6.3800', '6.3800', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11414, '2022-12-03', 3774, 10254, 2968, 17427, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11415, '2022-12-03', 3231, 10255, 2968, 14440, '1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11416, '2022-12-03', 2504, 10256, 2969, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11417, '2022-12-03', 2552, 10257, 2969, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11418, '2022-12-03', 2713, 10258, 2970, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11419, '2022-12-03', 2879, 10259, 2971, 15747, '4.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11420, '2022-12-03', 2952, 10260, 2971, 17137, '4.0000', '3.2500', '3.2500', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11421, '2022-12-03', 2500, 10261, 2972, 15710, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11422, '2022-12-03', 3602, 10262, 2973, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11423, '2022-12-03', 3074, 10263, 2974, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11424, '2022-12-03', 2504, 10264, 2974, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11425, '2022-12-03', 3074, 10265, 2975, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11426, '2022-12-03', 2642, 10266, 2976, 18518, '3.0000', '7.0833', '7.0833', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11427, '2022-12-03', 3172, 10267, 2976, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '121.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11428, '2022-12-03', 2713, 10268, 2976, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11429, '2022-12-03', 2645, 10269, 2977, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11430, '2022-12-03', 2952, 10270, 2977, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11431, '2022-12-03', 2918, 10271, 2978, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11432, '2022-12-03', 2916, 10272, 2979, 15429, '-1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11433, '2022-12-03', 2916, 10272, 2979, 18492, '2.0000', '40.6717', '40.6717', '52.0000', '52.0000', '10.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11434, '2022-12-03', 2918, 10273, 2980, 4213, '2.0000', '1.8800', '1.8800', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11435, '2022-12-03', 2649, 10274, 2981, 14422, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11436, '2022-12-03', 2975, 10275, 2982, 5013, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11437, '2022-12-03', 2920, 10276, 2983, 18520, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '22.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11438, '2022-12-03', 2935, 10277, 2983, 15767, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11439, '2022-12-03', 2970, 10278, 2984, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '36.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11440, '2022-12-03', 3762, 10279, 2985, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '104.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11441, '2022-12-03', 3048, 10280, 2985, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '74.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11442, '2022-12-03', 3074, 10281, 2985, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11443, '2022-12-03', 3114, 10282, 2986, 14588, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11444, '2022-12-03', 3560, 10283, 2986, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '57.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11445, '2022-12-03', 3182, 10284, 2986, 5452, '1.0000', '7.7925', '7.7925', '11.0000', '11.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11446, '2022-12-03', 2935, 10285, 2987, 15767, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11447, '2022-12-03', 3483, 10286, 2988, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '128.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11448, '2022-12-03', 2646, 10287, 2989, 17140, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11449, '2022-12-03', 2645, 10288, 2990, 18506, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11450, '2022-12-03', 2936, 10289, 2991, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11451, '2022-12-03', 2642, 10290, 2991, 18518, '2.0000', '7.0833', '7.0833', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11452, '2022-12-03', 2902, 10291, 2992, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '65.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11453, '2022-12-03', 3578, 10292, 2993, 13318, '1.0000', '1.7917', '1.7917', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11454, '2022-12-03', 3211, 10293, 2994, 4506, '4.0000', '5.0000', '5.0000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11455, '2022-12-03', 2545, 10294, 2994, 3840, '4.0000', '18.0000', '18.0000', '25.0000', '25.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11456, '2022-12-03', 3121, 10295, 2995, 5425, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11457, '2022-12-03', 3048, 10296, 2995, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11458, '2022-12-04', 3580, 10297, 2996, 17448, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11459, '2022-12-04', 2851, 10298, 2997, 4146, '1.0000', '5.8800', '5.8800', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11460, '2022-12-04', 2465, 10299, 2998, 3760, '1.0000', '2.4700', '2.4700', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11461, '2022-12-04', 3080, 10300, 2999, 12109, '-3.0000', '12.6500', '12.6500', '20.0000', '20.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11462, '2022-12-04', 3080, 10300, 2999, 13079, '3.0000', '12.6500', '12.6500', '20.0000', '20.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11463, '2022-12-04', 3080, 10300, 2999, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '47.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11464, '2022-12-04', 2504, 10301, 3000, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11465, '2022-12-04', 3172, 10302, 3001, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '120.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11466, '2022-12-04', 2759, 10303, 3002, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '18.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11467, '2022-12-04', 3626, 10304, 3003, 14544, '9.0000', '1.1500', '1.1500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11468, '2022-12-04', 3626, 10304, 3003, 14815, '-1.0000', '1.1500', '1.1500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11469, '2022-12-04', 3626, 10304, 3003, 16134, '-6.0000', '1.1500', '1.1500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11470, '2022-12-04', 3626, 10304, 3003, 17645, '8.0000', '1.1500', '1.1500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11471, '2022-12-04', 2982, 10305, 3003, 16124, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11472, '2022-12-04', 2936, 10306, 3004, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11473, '2022-12-04', 2920, 10307, 3005, 18520, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '21.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11474, '2022-12-04', 2922, 10308, 3006, 15763, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11475, '2022-12-04', 3043, 10309, 3006, 15777, '3.0000', '2.0833', '2.0833', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11476, '2022-12-04', 2649, 10310, 3007, 14422, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11477, '2022-12-04', 2647, 10311, 3008, 15771, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11478, '2022-12-04', 2647, 10311, 3008, 16298, '-1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11479, '2022-12-04', 2647, 10311, 3008, 17811, '-2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11480, '2022-12-04', 2647, 10311, 3008, 18549, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11481, '2022-12-04', 3482, 10312, 3008, 14517, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '17.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11482, '2022-12-04', 2835, 10313, 3009, 5793, '1.0000', '13.0000', '13.0000', '17.0000', '17.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11483, '2022-12-04', 2935, 10314, 3010, 16348, '-4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11484, '2022-12-04', 2935, 10314, 3010, 17413, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11485, '2022-12-04', 2645, 10315, 3011, 18506, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11486, '2022-12-04', 3172, 10316, 3012, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '119.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11487, '2022-12-04', 2902, 10317, 3013, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '64.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11488, '2022-12-04', 2952, 10318, 3013, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11489, '2022-12-04', 2952, 10319, 3014, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11490, '2022-12-04', 3762, 10320, 3014, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '103.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11491, '2022-12-04', 2661, 10321, 3015, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '6.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11492, '2022-12-04', 2923, 10322, 3016, 17409, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11493, '2022-12-04', 2923, 10322, 3016, 18523, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11494, '2022-12-04', 2922, 10323, 3016, 15763, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11495, '2022-12-04', 2918, 10324, 3016, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11496, '2022-12-04', 3592, 10325, 3016, 15764, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '22.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11497, '2022-12-04', 2661, 10326, 3016, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '5.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11498, '2022-12-04', 2982, 10327, 3017, 17131, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11499, '2022-12-04', 2653, 10328, 3018, 14610, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11500, '2022-12-04', 3314, 10329, 3018, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '140.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11501, '2022-12-04', 3114, 10330, 3019, 14588, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11502, '2022-12-04', 3483, 10331, 3020, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '126.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11503, '2022-12-04', 3048, 10332, 3020, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11504, '2022-12-04', 3084, 10333, 3020, 7131, '-12.0000', '4.2100', '4.2100', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11505, '2022-12-04', 3084, 10333, 3020, 8092, '12.0000', '4.2100', '4.2100', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11506, '2022-12-04', 3084, 10333, 3020, 9053, '-12.0000', '4.2100', '4.2100', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11507, '2022-12-04', 3084, 10333, 3020, 5207, '10.0000', '4.2100', '4.2100', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11508, '2022-12-04', 3084, 10333, 3020, 9876, '3.0000', '3.3300', '3.3300', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11509, '2022-12-04', 3187, 10334, 3020, 17375, '2.0000', '0.0100', '0.0100', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11510, '2022-12-04', 3606, 10335, 3021, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11511, '2022-12-04', 3187, 10336, 3022, 17975, '-2.0000', '0.0100', '0.0100', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11512, '2022-12-04', 3187, 10336, 3022, 18534, '4.0000', '0.6429', '0.6429', '1.2500', '1.2500', '80.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11513, '2022-12-04', 2950, 10337, 3023, 15780, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11514, '2022-12-04', 3644, 10338, 3024, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11515, '2022-12-04', 2864, 10339, 3025, 15746, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11516, '2022-12-04', 3172, 10340, 3025, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '118.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11517, '2022-12-04', 2698, 10341, 3026, 15693, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11518, '2022-12-04', 2936, 10342, 3027, 14594, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11519, '2022-12-04', 2930, 10343, 3027, 15023, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11520, '2022-12-04', 3085, 10344, 3028, 14566, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 266, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11521, '2022-12-04', 3085, 10344, 3028, 14735, '-5.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11522, '2022-12-04', 3085, 10344, 3028, 15779, '6.0000', '4.2500', '4.2500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11523, '2022-12-04', 3762, 10345, 3029, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '102.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11524, '2022-12-04', 3483, 10346, 3029, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '125.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11525, '2022-12-04', 3646, 10347, 3030, 17382, '2.0000', '1.2000', '1.2000', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11526, '2022-12-04', 2646, 10348, 3031, 17814, '-1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11527, '2022-12-04', 2646, 10348, 3031, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '46.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11528, '2022-12-04', 3017, 10349, 3031, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11529, '2022-12-04', 3043, 10350, 3031, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11530, '2022-12-04', 2827, 10351, 3031, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '82.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11531, '2022-12-04', 2645, 10352, 3031, 18506, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11532, '2022-12-04', 2644, 10353, 3031, 15704, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11533, '2022-12-04', 2713, 10354, 3032, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11534, '2022-12-05', 3060, 10355, 3033, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11535, '2022-12-05', 3580, 10356, 3034, 17918, '-1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11536, '2022-12-05', 3580, 10356, 3034, 18540, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11537, '2022-12-05', 2977, 10357, 3035, 5164, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11538, '2022-12-05', 3314, 10358, 3036, 4609, '4.0000', '0.5400', '0.5400', '1.0000', '1.0000', '136.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11539, '2022-12-05', 3085, 10359, 3036, 15779, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11540, '2022-12-05', 3174, 10360, 3036, 4469, '1.0000', '1.0900', '1.0900', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11541, '2022-12-05', 3635, 10361, 3037, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '41.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11542, '2022-12-05', 2552, 10362, 3037, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11543, '2022-12-05', 3609, 10363, 3037, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '120.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11544, '2022-12-05', 2903, 10364, 3037, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '41.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11545, '2022-12-05', 2644, 10365, 3037, 15704, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11546, '2022-12-05', 2507, 10366, 3037, 14451, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11547, '2022-12-05', 3611, 10367, 3037, 14509, '1.0000', '0.8182', '0.8182', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11548, '2022-12-05', 2827, 10368, 3037, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '79.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11549, '2022-12-05', 3314, 10369, 3037, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '135.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11550, '2022-12-05', 2713, 10370, 3038, 17414, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 336, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11551, '2022-12-05', 3631, 10371, 3038, 14555, '2.0000', '0.8042', '0.8042', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11552, '2022-12-05', 2881, 10372, 3038, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11553, '2022-12-05', 3772, 10373, 3038, 18526, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11554, '2022-12-05', 2645, 10374, 3038, 18506, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11555, '2022-12-05', 2713, 10375, 3039, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11556, '2022-12-05', 3120, 10376, 3039, 17821, '-6.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11557, '2022-12-05', 3120, 10376, 3039, 18512, '7.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11558, '2022-12-05', 2893, 10377, 3039, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11559, '2022-12-05', 3483, 10378, 3039, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '123.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11560, '2022-12-05', 3048, 10379, 3039, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11561, '2022-12-05', 3646, 10380, 3039, 17382, '4.0000', '1.2000', '1.2000', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11562, '2022-12-05', 2653, 10381, 3039, 14610, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11563, '2022-12-05', 3187, 10382, 3039, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '79.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11564, '2022-12-05', 3059, 10383, 3040, 14429, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11565, '2022-12-05', 2646, 10384, 3041, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '45.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11566, '2022-12-05', 2927, 10385, 3042, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11567, '2022-12-05', 3120, 10386, 3042, 18512, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11568, '2022-12-05', 3048, 10387, 3042, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11569, '2022-12-05', 3483, 10388, 3042, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '121.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11570, '2022-12-05', 2936, 10389, 3042, 14594, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11571, '2022-12-05', 2950, 10390, 3042, 15780, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11572, '2022-12-05', 2713, 10391, 3042, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11573, '2022-12-05', 2952, 10392, 3042, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11574, '2022-12-05', 2645, 10393, 3042, 18506, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 353, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11575, '2022-12-05', 2713, 10394, 3043, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11576, '2022-12-05', 3314, 10395, 3043, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '133.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11577, '2022-12-05', 3644, 10396, 3043, 15682, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11578, '2022-12-05', 3483, 10397, 3043, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '119.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11579, '2022-12-05', 2799, 10398, 3043, 4094, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11580, '2022-12-05', 2500, 10399, 3043, 17127, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11581, '2022-12-05', 3212, 10400, 3043, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11582, '2022-12-05', 2950, 10401, 3044, 15780, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11583, '2022-12-05', 3017, 10402, 3044, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11584, '2022-12-05', 3015, 10403, 3044, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '88.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11585, '2022-12-05', 2645, 10404, 3044, 18507, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11586, '2022-12-05', 2534, 10405, 3045, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11587, '2022-12-05', 2952, 10406, 3045, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11588, '2022-12-05', 3120, 10407, 3045, 18512, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11589, '2022-12-05', 3212, 10408, 3045, 14619, '1.0000', '3.7917', '3.7917', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 277, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11590, '2022-12-05', 2875, 10409, 3045, 15686, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11591, '2022-12-05', 2952, 10410, 3046, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11592, '2022-12-05', 3120, 10411, 3046, 18512, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11593, '2022-12-05', 3015, 10412, 3046, 5453, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '86.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11594, '2022-12-05', 3120, 10413, 3047, 18512, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11595, '2022-12-05', 3120, 10413, 3047, 18535, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11596, '2022-12-05', 2645, 10414, 3047, 18507, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11597, '2022-12-05', 2713, 10415, 3047, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11598, '2022-12-05', 3483, 10416, 3047, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '118.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11599, '2022-12-05', 2875, 10417, 3048, 15686, '2.0000', '3.5500', '3.5500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11600, '2022-12-05', 2534, 10418, 3048, 17416, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11601, '2022-12-05', 3646, 10419, 3049, 17382, '4.0000', '1.2000', '1.2000', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11602, '2022-12-05', 3606, 10420, 3049, 15791, '4.0000', '0.9500', '0.9500', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11603, '2022-12-05', 2713, 10421, 3049, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11604, '2022-12-05', 2642, 10422, 3050, 18518, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11605, '2022-12-05', 2952, 10423, 3050, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11606, '2022-12-05', 2982, 10424, 3050, 17131, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11607, '2022-12-05', 2950, 10425, 3050, 15780, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11608, '2022-12-05', 3646, 10426, 3050, 17382, '5.0000', '1.2000', '1.2000', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11609, '2022-12-05', 3483, 10427, 3050, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '117.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11610, '2022-12-05', 2653, 10428, 3050, 14610, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11611, '2022-12-05', 3120, 10429, 3050, 18535, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11612, '2022-12-05', 3043, 10430, 3051, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11613, '2022-12-05', 3086, 10431, 3051, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11614, '2022-12-05', 3015, 10432, 3051, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '85.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11615, '2022-12-05', 3120, 10433, 3051, 18535, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11616, '2022-12-05', 2982, 10434, 3051, 17131, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11617, '2022-12-05', 3646, 10435, 3051, 17382, '5.0000', '1.2000', '1.2000', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11618, '2022-12-05', 3483, 10436, 3051, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '116.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11619, '2022-12-05', 2653, 10437, 3051, 14610, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11620, '2022-12-05', 2653, 10437, 3051, 15140, '-20.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11621, '2022-12-05', 2653, 10437, 3051, 15703, '29.0000', '4.4092', '4.4092', '6.0000', '6.0000', '91.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11622, '2022-12-05', 2534, 10438, 3051, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11623, '2022-12-05', 3086, 10439, 3052, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11624, '2022-12-05', 2919, 10440, 3052, 16356, '-3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11625, '2022-12-05', 2919, 10440, 3052, 17870, '-1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11626, '2022-12-05', 2919, 10440, 3052, 18521, '5.0000', '6.0000', '6.0000', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11627, '2022-12-05', 3048, 10441, 3052, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11628, '2022-12-05', 3483, 10442, 3052, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '115.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11629, '2022-12-05', 3182, 10443, 3053, 5452, '1.0000', '7.7925', '7.7925', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11630, '2022-12-05', 2766, 10444, 3053, 4061, '5.0000', '1.3000', '1.3000', '2.0000', '2.0000', '251.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11631, '2022-12-05', 2725, 10445, 3053, 10018, '1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11632, '2022-12-05', 2720, 10446, 3053, 4015, '1.0000', '13.7000', '13.7000', '19.0000', '19.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11633, '2022-12-05', 2716, 10447, 3053, 5887, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '66.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11634, '2022-12-05', 2500, 10448, 3053, 17127, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11635, '2022-12-05', 3114, 10449, 3053, 14588, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11636, '2022-12-05', 3085, 10450, 3053, 15779, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11637, '2022-12-05', 2851, 10451, 3053, 4146, '1.0000', '5.8800', '5.8800', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11638, '2022-12-05', 2950, 10452, 3053, 15780, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11646, '2022-12-05', 2727, 10459, 3055, 10019, '1.0000', '13.6700', '13.6700', '40.0000', '40.0000', '0.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11647, '2022-12-05', 3264, 10460, 3055, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '68.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11648, '2022-12-05', 3233, 10461, 3055, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '22.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11649, '2022-12-05', 3241, 10462, 3055, 4536, '2.0000', '3.9900', '3.9900', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11650, '2022-12-05', 2699, 10463, 3055, 18556, '1.0000', '6.3000', '6.3000', '8.0000', '8.0000', '97.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11651, '2022-12-05', 2698, 10464, 3055, 15693, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11652, '2022-12-05', 2835, 10465, 3055, 5793, '1.0000', '13.0000', '13.0000', '17.0000', '17.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11653, '2022-12-05', 2698, 10466, 3056, 15693, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11654, '2022-12-05', 2699, 10467, 3056, 18556, '2.0000', '6.3000', '6.3000', '8.0000', '8.0000', '95.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11658, '2022-12-05', 2704, 10471, 3058, 3999, '60.0000', '0.1000', '0.1000', '0.5000', '0.5000', '123.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11659, '2022-12-05', 3787, 10472, 3058, 18565, '10.0000', '0.1842', '0.1842', '0.5000', '0.5000', '180.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11667, '2022-12-05', 3314, 10479, 3057, 4609, '1.0000', '0.6998', '0.6998', '1.0000', '1.0000', '132.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11668, '2022-12-05', 2726, 10480, 3054, 4021, '3.0000', '10.6105', '10.6105', '25.0000', '25.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11669, '2022-12-05', 3212, 10481, 3054, 15778, '4.0000', '3.6992', '3.6992', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11670, '2022-12-05', 3265, 10482, 3054, 4560, '1.0000', '26.7500', '26.7500', '36.0000', '36.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11671, '2022-12-05', 3483, 10483, 3054, 14518, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '111.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11672, '2022-12-05', 3574, 10484, 3054, 13182, '1.0000', '38.0000', '38.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 177, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11673, '2022-12-05', 3574, 10484, 3054, 18564, '3.0000', '38.0000', '38.0000', '50.0000', '50.0000', '15.0000', 1, 0, NULL, 368, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11674, '2022-12-05', 3775, 10485, 3054, 17440, '1.0000', '7.1300', '7.1300', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11675, '2022-12-07', 2848, 10486, 3059, 4143, '1.0000', '15.3100', '15.3100', '20.0000', '20.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11676, '2022-12-07', 2587, 10487, 3060, 3882, '2.0000', '2.6200', '2.6200', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11677, '2022-12-07', 3121, 10488, 3061, 5425, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11678, '2022-12-07', 2827, 10489, 3062, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '76.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11679, '2022-12-07', 2949, 10490, 3063, 14480, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11680, '2022-12-07', 2534, 10491, 3064, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11681, '2022-12-07', 3120, 10492, 3065, 18535, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11682, '2022-12-07', 2502, 10493, 3066, 15674, '3.0000', '2.0833', '2.0833', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11683, '2022-12-07', 2822, 10494, 3067, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11684, '2022-12-07', 3625, 10495, 3068, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '32.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11685, '2022-12-07', 3187, 10496, 3069, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '77.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11686, '2022-12-07', 2710, 10497, 3070, 17458, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11687, '2022-12-07', 3061, 10498, 3071, 14611, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11688, '2022-12-07', 2893, 10499, 3072, 17420, '2.0000', '1.5158', '1.5158', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11689, '2022-12-07', 3762, 10500, 3072, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '100.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11690, '2022-12-07', 3602, 10501, 3072, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '77.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11691, '2022-12-07', 3781, 10502, 3072, 18501, '3.0000', '1.6667', '1.6667', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11692, '2022-12-07', 2647, 10503, 3072, 18549, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '40.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11693, '2022-12-07', 2710, 10504, 3072, 17458, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11694, '2022-12-07', 3084, 10505, 3072, 9876, '2.0000', '3.3300', '3.3300', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11695, '2022-12-07', 3172, 10506, 3072, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '117.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11696, '2022-12-07', 2645, 10507, 3072, 18507, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11697, '2022-12-07', 3085, 10508, 3072, 15779, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11698, '2022-12-07', 2649, 10509, 3072, 14422, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11699, '2022-12-07', 2649, 10509, 3072, 15155, '-7.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11700, '2022-12-07', 2649, 10509, 3072, 17454, '8.0000', '5.4167', '5.4167', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11701, '2022-12-07', 2827, 10510, 3072, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '73.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11702, '2022-12-07', 2830, 10511, 3072, 4125, '1.0000', '4.0000', '4.0000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11703, '2022-12-07', 2711, 10512, 3073, 15757, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11704, '2022-12-07', 3085, 10513, 3073, 15779, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11705, '2022-12-07', 2645, 10514, 3073, 18507, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11706, '2022-12-07', 3017, 10515, 3073, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11707, '2022-12-07', 2918, 10516, 3073, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11708, '2022-12-07', 2522, 10517, 3073, 3817, '2.0000', '0.1800', '0.1800', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11709, '2022-12-07', 3608, 10518, 3073, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '65.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11710, '2022-12-07', 2901, 10519, 3073, 17428, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 340, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11711, '2022-12-07', 2889, 10520, 3073, 5479, '1.0000', '4.2600', '4.2600', '5.0000', '5.0000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11712, '2022-12-07', 2827, 10521, 3073, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '70.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11713, '2022-12-07', 2924, 10522, 3073, 14592, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11714, '2022-12-07', 3060, 10523, 3073, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11715, '2022-12-07', 2952, 10524, 3073, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11716, '2022-12-07', 2644, 10525, 3073, 15704, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11717, '2022-12-07', 3646, 10526, 3073, 17382, '4.0000', '1.2000', '1.2000', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11718, '2022-12-07', 3074, 10527, 3074, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11719, '2022-12-07', 3580, 10528, 3074, 18540, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11720, '2022-12-07', 3187, 10529, 3074, 18534, '4.0000', '0.6429', '0.6429', '1.2500', '1.2500', '73.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11721, '2022-12-07', 2613, 10530, 3074, 3908, '1.0000', '28.0000', '28.0000', '38.0000', '38.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11722, '2022-12-07', 2612, 10531, 3074, 9880, '2.0000', '4.6000', '4.6000', '9.0000', '9.0000', '33.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11723, '2022-12-07', 3439, 10532, 3074, 17208, '5.0000', '6.7300', '6.7300', '8.0000', '8.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11724, '2022-12-07', 2699, 10533, 3074, 18556, '2.0000', '6.3000', '6.3000', '8.0000', '8.0000', '93.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11725, '2022-12-07', 2698, 10534, 3074, 15693, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11726, '2022-12-07', 2809, 10535, 3074, 4104, '1.0000', '45.0000', '45.0000', '66.0000', '66.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11727, '2022-12-07', 2901, 10536, 3074, 17479, '-2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11728, '2022-12-07', 2901, 10536, 3074, 18514, '4.0000', '14.3077', '14.3077', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 356, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11729, '2022-12-07', 3483, 10537, 3074, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '108.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11730, '2022-12-07', 3172, 10538, 3075, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '115.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11731, '2022-12-07', 2653, 10539, 3075, 15703, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '90.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11732, '2022-12-07', 3762, 10540, 3075, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '99.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11733, '2022-12-07', 2502, 10541, 3075, 15674, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11734, '2022-12-07', 3085, 10542, 3075, 15779, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11735, '2022-12-07', 2902, 10543, 3075, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '63.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11736, '2022-12-07', 2517, 10544, 3075, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '19.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11737, '2022-12-07', 3060, 10545, 3075, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11738, '2022-12-07', 2952, 10546, 3075, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11739, '2022-12-07', 3560, 10547, 3075, 14495, '1.0000', '1.5000', '1.5000', '2.0000', '2.0000', '56.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11740, '2022-12-07', 2864, 10548, 3075, 16282, '-2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11741, '2022-12-07', 2864, 10548, 3075, 17393, '3.0000', '4.4500', '4.4500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11742, '2022-12-07', 3311, 10549, 3075, 14579, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11743, '2022-12-07', 2934, 10550, 3075, 4229, '3.0000', '3.7500', '3.7500', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11744, '2022-12-07', 2921, 10551, 3075, 14453, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 247, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11745, '2022-12-07', 2921, 10551, 3075, 15025, '-6.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11746, '2022-12-07', 2921, 10551, 3075, 15762, '7.0000', '3.7500', '3.7500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11747, '2022-12-07', 3074, 10552, 3075, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11748, '2022-12-07', 2713, 10553, 3075, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11749, '2022-12-07', 3048, 10554, 3075, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11750, '2022-12-07', 2881, 10555, 3075, 17418, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11751, '2022-12-07', 3641, 10556, 3075, 14580, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11752, '2022-12-07', 2893, 10557, 3075, 17420, '2.0000', '1.5158', '1.5158', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11753, '2022-12-07', 3483, 10558, 3076, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '107.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11754, '2022-12-07', 3015, 10559, 3076, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '84.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11755, '2022-12-07', 2642, 10560, 3076, 18518, '4.0000', '7.0833', '7.0833', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11756, '2022-12-07', 3172, 10561, 3076, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '114.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11757, '2022-12-07', 2711, 10562, 3076, 15757, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11758, '2022-12-07', 2902, 10563, 3076, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '62.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11759, '2022-12-07', 3121, 10564, 3076, 5425, '1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11760, '2022-12-07', 3060, 10565, 3076, 18500, '5.0000', '5.6458', '5.6458', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11761, '2022-12-07', 2949, 10566, 3076, 14480, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11762, '2022-12-07', 2827, 10567, 3076, 14399, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '64.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11763, '2022-12-07', 2918, 10568, 3076, 4213, '4.0000', '1.8800', '1.8800', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11764, '2022-12-07', 3580, 10569, 3077, 18540, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11765, '2022-12-07', 3747, 10570, 3077, 17147, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 315, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11766, '2022-12-07', 3522, 10571, 3077, 4928, '1.0000', '14.0000', '14.0000', '19.0000', '19.0000', '3.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11767, '2022-12-07', 3239, 10572, 3077, 10031, '1.0000', '0.6000', '0.6000', '2.5000', '2.5000', '75.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11768, '2022-12-07', 2935, 10573, 3077, 17413, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11769, '2022-12-07', 2713, 10574, 3077, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11770, '2022-12-07', 2710, 10575, 3077, 17458, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11771, '2022-12-07', 3074, 10576, 3077, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11772, '2022-12-07', 2919, 10577, 3077, 18521, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11773, '2022-12-07', 2920, 10578, 3077, 18520, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '19.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11774, '2022-12-07', 2646, 10579, 3077, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '44.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11775, '2022-12-07', 2650, 10580, 3078, 17135, '6.0000', '4.5833', '4.5833', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11776, '2022-12-07', 2646, 10581, 3079, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '42.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11777, '2022-12-07', 2864, 10582, 3079, 17393, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11778, '2022-12-07', 2644, 10583, 3080, 15704, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11779, '2022-12-07', 3646, 10584, 3081, 17382, '2.0000', '1.2000', '1.2000', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11780, '2022-12-07', 2977, 10585, 3082, 5164, '1.0000', '11.0800', '11.0800', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11781, '2022-12-07', 2713, 10586, 3083, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11782, '2022-12-07', 2647, 10587, 3084, 18549, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11783, '2022-12-08', 3646, 10588, 3085, 17382, '2.0000', '1.2000', '1.2000', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11784, '2022-12-08', 2713, 10589, 3086, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11785, '2022-12-08', 3311, 10590, 3086, 14579, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11786, '2022-12-08', 3314, 10591, 3087, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '131.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11787, '2022-12-08', 2827, 10592, 3087, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '61.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11788, '2022-12-08', 3048, 10593, 3087, 14582, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11789, '2022-12-08', 2756, 10594, 3087, 5905, '3.0000', '0.8900', '0.8900', '2.5000', '2.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11790, '2022-12-08', 3003, 10595, 3087, 4298, '1.0000', '7.1800', '7.1800', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11791, '2022-12-08', 2490, 10596, 3087, 3785, '1.0000', '0.6900', '0.6900', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11792, '2022-12-08', 3483, 10597, 3087, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11793, '2022-12-08', 2713, 10598, 3088, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11794, '2022-12-08', 3762, 10599, 3088, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '98.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11795, '2022-12-08', 2903, 10600, 3088, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '40.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11796, '2022-12-08', 2713, 10601, 3089, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11797, '2022-12-08', 2881, 10602, 3089, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11798, '2022-12-08', 2903, 10603, 3090, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '39.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11799, '2022-12-08', 3120, 10604, 3090, 18535, '4.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11800, '2022-12-08', 3554, 10605, 3090, 9988, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 115, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11801, '2022-12-08', 2927, 10606, 3090, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11802, '2022-12-08', 2713, 10607, 3090, 17456, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11803, '2022-12-08', 2827, 10608, 3090, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '58.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11804, '2022-12-08', 2534, 10609, 3091, 17416, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 337, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11805, '2022-12-08', 3311, 10610, 3091, 14579, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11806, '2022-12-08', 3606, 10611, 3091, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11807, '2022-12-08', 3483, 10612, 3091, 14518, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '101.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11808, '2022-12-08', 3781, 10613, 3091, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11809, '2022-12-08', 2950, 10614, 3092, 15780, '2.0000', '12.8750', '12.8750', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11810, '2022-12-08', 3120, 10615, 3092, 18535, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11811, '2022-12-08', 2916, 10616, 3093, 18492, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '9.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11812, '2022-12-08', 2897, 10617, 3093, 14551, '1.0000', '191.6633', '191.6633', '240.0000', '240.0000', '2.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11813, '2022-12-08', 3264, 10618, 3093, 10021, '2.0000', '13.0300', '13.0300', '23.0000', '23.0000', '66.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11814, '2022-12-08', 2726, 10619, 3093, 4021, '8.0000', '15.1900', '15.1900', '25.0000', '25.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11815, '2022-12-08', 3233, 10620, 3093, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '21.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11816, '2022-12-08', 3779, 10621, 3093, 18490, '1.0000', '13.3500', '13.3500', '20.0000', '20.0000', '2.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11817, '2022-12-08', 3299, 10622, 3093, 4594, '20.0000', '0.2300', '0.2300', '0.7500', '0.7500', '2118.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11818, '2022-12-08', 2699, 10623, 3093, 18556, '1.0000', '6.3000', '6.3000', '8.0000', '8.0000', '92.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11819, '2022-12-08', 2908, 10624, 3093, 4203, '1.0000', '6.5600', '6.5600', '14.0000', '14.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11820, '2022-12-08', 2712, 10625, 3094, 17457, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11821, '2022-12-08', 3120, 10626, 3094, 18539, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11822, '2022-12-08', 2713, 10627, 3094, 17456, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11823, '2022-12-08', 3060, 10628, 3094, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11824, '2022-12-08', 2713, 10629, 3095, 17456, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11825, '2022-12-08', 3635, 10630, 3095, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '40.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11826, '2022-12-08', 3644, 10631, 3095, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11827, '2022-12-08', 3311, 10632, 3095, 14579, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11828, '2022-12-08', 3606, 10633, 3095, 15791, '3.0000', '0.9500', '0.9500', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11829, '2022-12-08', 3606, 10634, 3096, 15791, '2.0000', '0.9500', '0.9500', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11830, '2022-12-08', 3341, 10635, 3097, 13230, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11831, '2022-12-08', 3060, 10636, 3098, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11832, '2022-12-08', 3120, 10637, 3099, 18539, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11833, '2022-12-08', 2713, 10638, 3099, 17456, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11834, '2022-12-08', 2712, 10639, 3099, 17457, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11835, '2022-12-08', 2712, 10639, 3099, 17852, '-3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11836, '2022-12-08', 2712, 10639, 3099, 19610, '4.0000', '15.0000', '15.0000', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11837, '2022-12-08', 3060, 10640, 3099, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11838, '2022-12-08', 3778, 10641, 3100, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11839, '2022-12-08', 3314, 10642, 3101, 4609, '3.0000', '0.5400', '0.5400', '1.0000', '1.0000', '128.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11840, '2022-12-08', 3256, 10643, 3101, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11841, '2022-12-08', 2936, 10644, 3101, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11842, '2022-12-08', 3084, 10645, 3101, 9876, '1.0000', '3.3300', '3.3300', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 84, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11843, '2022-12-08', 3174, 10646, 3101, 4469, '1.0000', '1.0900', '1.0900', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11844, '2022-12-08', 3314, 10647, 3102, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '127.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11845, '2022-12-08', 2712, 10648, 3102, 19610, '2.0000', '15.0000', '15.0000', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11846, '2022-12-08', 3212, 10649, 3103, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '43.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11847, '2022-12-08', 3631, 10650, 3104, 14555, '1.0000', '0.8042', '0.8042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11848, '2022-12-08', 3314, 10651, 3105, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '126.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11849, '2022-12-08', 3123, 10652, 3106, 14474, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 250, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11850, '2022-12-08', 2771, 10653, 3107, 4066, '2.0000', '7.0100', '7.0100', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11851, '2022-12-08', 2497, 10654, 3108, 3792, '2.0000', '0.6900', '0.6900', '2.0000', '2.0000', '44.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11852, '2022-12-08', 3314, 10655, 3109, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '125.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11853, '2022-12-08', 2648, 10656, 3110, 17139, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11854, '2022-12-08', 3172, 10657, 3111, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '112.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11855, '2022-12-08', 3043, 10658, 3112, 15777, '1.0000', '2.0833', '2.0833', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11856, '2022-12-08', 3778, 10659, 3113, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11857, '2022-12-08', 3483, 10660, 3113, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '100.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11858, '2022-12-08', 2952, 10661, 3114, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11859, '2022-12-08', 3483, 10662, 3114, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '99.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11860, '2022-12-08', 2712, 10663, 3115, 19610, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11861, '2022-12-08', 3048, 10664, 3115, 14582, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '58.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11862, '2022-12-08', 3047, 10665, 3115, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11863, '2022-12-08', 2790, 10666, 3116, 17385, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11864, '2022-12-08', 2493, 10667, 3117, 3788, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11865, '2022-12-08', 3794, 10668, 3118, 19616, '2.0000', '34.0000', '34.0000', '60.0000', '60.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11866, '2022-12-08', 2712, 10669, 3119, 19610, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11867, '2022-12-08', 2901, 10670, 3120, 18514, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 356, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11868, '2022-12-08', 2923, 10671, 3121, 18523, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11869, '2022-12-08', 2587, 10672, 3122, 3882, '1.0000', '2.6200', '2.6200', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11870, '2022-12-08', 2534, 10673, 3123, 17445, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11871, '2022-12-08', 2647, 10674, 3124, 18549, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11872, '2022-12-08', 2504, 10675, 3125, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11873, '2022-12-08', 3606, 10676, 3125, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11874, '2022-12-08', 3172, 10677, 3125, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '111.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11875, '2022-12-08', 2918, 10678, 3126, 4213, '2.0000', '1.8800', '1.8800', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11876, '2022-12-08', 2648, 10679, 3127, 18550, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '47.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11877, '2022-12-08', 2712, 10680, 3128, 19610, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11878, '2022-12-08', 3084, 10681, 3129, 9896, '1.0000', '3.3300', '3.3300', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11879, '2022-12-08', 3048, 10682, 3129, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11880, '2022-12-08', 2827, 10683, 3130, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '55.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11881, '2022-12-08', 2936, 10684, 3131, 14594, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11882, '2022-12-08', 3646, 10685, 3131, 17382, '1.0000', '1.2000', '1.2000', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11883, '2022-12-08', 3646, 10685, 3131, 17597, '-12.0000', '1.1233', '1.1233', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11884, '2022-12-08', 3646, 10685, 3131, 18704, '16.0000', '1.1233', '1.1233', '1.5000', '1.5000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11885, '2022-12-08', 2712, 10686, 3132, 19610, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11886, '2022-12-09', 3166, 10687, 3133, 18495, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '4.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11887, '2022-12-09', 2950, 10688, 3134, 15780, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11888, '2022-12-09', 2642, 10689, 3135, 18518, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11889, '2022-12-09', 3632, 10690, 3136, 14556, '2.0000', '0.1766', '0.1766', '0.5000', '0.5000', '87.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11890, '2022-12-09', 2827, 10691, 3137, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '52.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11891, '2022-12-09', 3074, 10692, 3138, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11892, '2022-12-09', 2642, 10693, 3139, 18518, '2.0000', '7.0833', '7.0833', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11893, '2022-12-09', 2713, 10694, 3140, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11894, '2022-12-09', 2646, 10695, 3140, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11895, '2022-12-09', 2648, 10696, 3140, 18550, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '46.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11896, '2022-12-09', 2952, 10697, 3140, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11897, '2022-12-09', 3172, 10698, 3140, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '110.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11898, '2022-12-09', 3483, 10699, 3141, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '96.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11899, '2022-12-09', 3048, 10700, 3141, 14582, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11900, '2022-12-09', 3172, 10701, 3141, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '108.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11901, '2022-12-09', 3060, 10702, 3142, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11902, '2022-12-09', 2822, 10703, 3142, 13379, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11903, '2022-12-09', 3635, 10704, 3142, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '39.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11904, '2022-12-09', 2648, 10705, 3142, 18550, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11905, '2022-12-09', 3580, 10706, 3143, 18540, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11906, '2022-12-09', 2535, 10707, 3144, 3830, '4.0000', '3.2900', '3.2900', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11907, '2022-12-09', 2908, 10708, 3144, 4203, '1.0000', '6.5600', '6.5600', '14.0000', '14.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11908, '2022-12-09', 3076, 10709, 3144, 4371, '3.0000', '3.3500', '3.3500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11909, '2022-12-09', 2790, 10710, 3145, 17385, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11910, '2022-12-09', 2704, 10711, 3146, 3999, '6.0000', '0.1000', '0.1000', '0.5000', '0.5000', '117.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11911, '2022-12-09', 3439, 10712, 3146, 17208, '1.0000', '6.7300', '6.7300', '8.0000', '8.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11912, '2022-12-09', 2648, 10713, 3147, 18550, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '40.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11913, '2022-12-09', 2901, 10714, 3148, 18514, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 356, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11914, '2022-12-09', 2655, 10715, 3149, 3950, '1.0000', '64.0000', '64.0000', '85.0000', '85.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11915, '2022-12-09', 2952, 10716, 3149, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11916, '2022-12-09', 2534, 10717, 3150, 17445, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11917, '2022-12-09', 2956, 10718, 3151, 4251, '1.0000', '7.0000', '7.0000', '8.5000', '8.5000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11918, '2022-12-09', 2918, 10719, 3151, 4213, '5.0000', '1.8800', '1.8800', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11919, '2022-12-09', 2499, 10720, 3152, 14396, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11920, '2022-12-09', 2677, 10721, 3152, 5445, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11921, '2022-12-09', 3483, 10722, 3153, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '94.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11922, '2022-12-09', 2726, 10723, 3154, 4021, '3.0000', '15.1900', '15.1900', '25.0000', '25.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11923, '2022-12-09', 2759, 10724, 3154, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '17.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11924, '2022-12-09', 2796, 10725, 3155, 4091, '1.0000', '7.7600', '7.7600', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11925, '2022-12-09', 2645, 10726, 3156, 18507, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11926, '2022-12-09', 2935, 10727, 3157, 17413, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11927, '2022-12-09', 3762, 10728, 3158, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '97.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11928, '2022-12-09', 3027, 10729, 3159, 4322, '1.0000', '7.7000', '7.7000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11929, '2022-12-09', 2886, 10730, 3160, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11930, '2022-12-09', 3060, 10731, 3161, 18500, '2.0000', '5.6458', '5.6458', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11931, '2022-12-09', 2902, 10732, 3162, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '61.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11935, '2022-12-09', 2644, 10736, 3164, 15704, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11936, '2022-12-09', 3085, 10737, 3164, 15779, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11937, '2022-12-09', 3483, 10738, 3165, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '92.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11938, '2022-12-09', 3048, 10739, 3165, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11939, '2022-12-09', 3084, 10740, 3166, 9896, '1.0000', '3.3300', '3.3300', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11940, '2022-12-09', 2504, 10741, 3166, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11941, '2022-12-09', 2823, 10742, 3166, 5329, '1.0000', '10.7200', '10.7200', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11942, '2022-12-09', 2923, 10743, 3167, 18523, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11943, '2022-12-09', 2628, 10744, 3168, 3923, '1.0000', '90.0000', '90.0000', '120.0000', '120.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11944, '2022-12-09', 3107, 10745, 3169, 4402, '1.0000', '19.8500', '19.8500', '26.0000', '26.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11945, '2022-12-09', 2499, 10746, 3163, 14396, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11946, '2022-12-09', 2827, 10747, 3163, 14399, '12.0000', '0.1448', '0.1448', '0.3333', '0.3333', '40.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11947, '2022-12-09', 3264, 10748, 3163, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '65.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11948, '2022-12-09', 3267, 10749, 3163, 4562, '1.0000', '33.0900', '33.0900', '45.0000', '45.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11949, '2022-12-09', 3126, 10750, 3170, 9980, '2.0000', '11.4917', '11.4917', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11950, '2022-12-09', 2901, 10751, 3171, 18514, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 356, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11951, '2022-12-09', 3048, 10752, 3172, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11952, '2022-12-09', 3743, 10753, 3173, 17449, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11953, '2022-12-09', 3341, 10754, 3174, 13230, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11954, '2022-12-09', 2649, 10755, 3174, 17454, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11955, '2022-12-09', 3048, 10756, 3175, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11956, '2022-12-09', 3085, 10757, 3175, 15779, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11957, '2022-12-09', 3085, 10758, 3176, 15779, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11958, '2022-12-09', 2649, 10759, 3177, 17454, '3.0000', '5.4167', '5.4167', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11959, '2022-12-09', 2650, 10760, 3177, 17135, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11960, '2022-12-09', 3314, 10761, 3177, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '124.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11961, '2022-12-09', 3314, 10762, 3178, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '123.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11962, '2022-12-09', 3256, 10763, 3178, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11963, '2022-12-10', 3580, 10764, 3179, 18540, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11964, '2022-12-10', 3646, 10765, 3180, 18704, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11965, '2022-12-10', 2901, 10766, 3181, 18559, '3.0000', '14.3077', '14.3077', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 366, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11966, '2022-12-10', 2886, 10767, 3182, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11967, '2022-12-10', 3212, 10768, 3183, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11968, '2022-12-10', 2949, 10769, 3184, 14480, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11969, '2022-12-10', 2901, 10770, 3185, 18559, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 366, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11970, '2022-12-10', 3061, 10771, 3185, 14611, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11971, '2022-12-10', 3061, 10771, 3185, 14728, '-3.0000', '2.8208', '2.8208', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11972, '2022-12-10', 3061, 10771, 3185, 15705, '4.0000', '4.1736', '4.1736', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11973, '2022-12-10', 2712, 10772, 3185, 19610, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11974, '2022-12-10', 3762, 10773, 3186, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '96.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11975, '2022-12-10', 2645, 10774, 3187, 18507, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11976, '2022-12-10', 2645, 10775, 3188, 18507, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11977, '2022-12-10', 3314, 10776, 3189, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '122.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11978, '2022-12-10', 3086, 10777, 3190, 15712, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11979, '2022-12-10', 2950, 10778, 3190, 16332, '-2.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11980, '2022-12-10', 2950, 10778, 3190, 17451, '3.0000', '12.8750', '12.8750', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11981, '2022-12-10', 3048, 10779, 3190, 14582, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11982, '2022-12-10', 2504, 10780, 3191, 13385, '4.0000', '2.0833', '2.0833', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11983, '2022-12-10', 2930, 10781, 3192, 15023, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11984, '2022-12-10', 3172, 10782, 3193, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '107.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11985, '2022-12-10', 2902, 10783, 3194, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '60.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11986, '2022-12-10', 3172, 10784, 3194, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '106.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11987, '2022-12-10', 2711, 10785, 3194, 15757, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11988, '2022-12-10', 2951, 10786, 3195, 13313, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11989, '2022-12-10', 3241, 10787, 3196, 4536, '1.0000', '3.9900', '3.9900', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11990, '2022-12-10', 3163, 10788, 3197, 5740, '2.0000', '4.9100', '4.9100', '7.0000', '7.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11991, '2022-12-10', 2646, 10789, 3198, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11992, '2022-12-10', 3322, 10790, 3199, 4617, '2.0000', '0.3600', '0.3600', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11993, '2022-12-10', 3233, 10791, 3199, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '20.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11994, '2022-12-10', 3048, 10792, 3200, 14582, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11995, '2022-12-10', 2646, 10793, 3201, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11996, '2022-12-10', 2935, 10794, 3202, 17413, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '35.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11997, '2022-12-10', 2645, 10795, 3203, 18507, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11998, '2022-12-10', 3172, 10796, 3204, 17391, '3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '103.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (11999, '2022-12-10', 3612, 10797, 3204, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12000, '2022-12-10', 2504, 10798, 3204, 13385, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12001, '2022-12-10', 3048, 10799, 3205, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12002, '2022-12-10', 2901, 10800, 3206, 18559, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 366, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12003, '2022-12-10', 2918, 10801, 3207, 4213, '3.0000', '1.8800', '1.8800', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12004, '2022-12-10', 2645, 10802, 3208, 18507, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12005, '2022-12-10', 3635, 10803, 3209, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '38.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12006, '2022-12-10', 2645, 10804, 3210, 18507, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12007, '2022-12-10', 2982, 10805, 3211, 17131, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12008, '2022-12-10', 2927, 10806, 3212, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12009, '2022-12-10', 3303, 10807, 3213, 4598, '4.0000', '0.2500', '0.2500', '0.7500', '0.7500', '317.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12010, '2022-12-10', 2901, 10808, 3214, 18559, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 366, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12011, '2022-12-10', 3650, 10809, 3214, 15797, '1.0000', '3.4833', '3.4833', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12012, '2022-12-10', 3602, 10810, 3215, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '76.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12013, '2022-12-10', 2646, 10811, 3216, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12014, '2022-12-10', 2646, 10812, 3217, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12015, '2022-12-10', 2645, 10813, 3218, 18507, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12016, '2022-12-10', 2920, 10814, 3218, 18520, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '18.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12017, '2022-12-10', 3646, 10815, 3219, 18704, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12018, '2022-12-10', 3580, 10816, 3220, 18540, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12019, '2022-12-10', 2952, 10817, 3220, 17137, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12020, '2022-12-10', 2951, 10818, 3220, 13313, '3.0000', '2.5000', '2.5000', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12021, '2022-12-10', 3172, 10819, 3220, 17391, '3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '100.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12022, '2022-12-10', 3483, 10820, 3220, 14518, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '87.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12023, '2022-12-10', 3015, 10821, 3220, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '83.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12024, '2022-12-10', 2713, 10822, 3220, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12025, '2022-12-10', 2712, 10823, 3221, 19610, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12026, '2022-12-10', 3048, 10824, 3221, 14582, '10.0000', '0.8333', '0.8333', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12027, '2022-12-10', 3231, 10825, 3222, 14983, '-1.0000', '1.7600', '1.7600', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12028, '2022-12-10', 3231, 10825, 3222, 15786, '2.0000', '1.7900', '1.7900', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12029, '2022-12-10', 2642, 10826, 3223, 18518, '2.0000', '7.0833', '7.0833', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12030, '2022-12-10', 2645, 10827, 3223, 18507, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12031, '2022-12-10', 3017, 10828, 3223, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12032, '2022-12-10', 2649, 10829, 3223, 17454, '3.0000', '5.4167', '5.4167', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12033, '2022-12-10', 3084, 10830, 3223, 9896, '2.0000', '3.3300', '3.3300', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12034, '2022-12-10', 3230, 10831, 3223, 15785, '2.0000', '2.5700', '2.5700', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12035, '2022-12-10', 3114, 10832, 3223, 14588, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12036, '2022-12-10', 3064, 10833, 3223, 5001, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 70, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12037, '2022-12-10', 3483, 10834, 3223, 14518, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12038, '2022-12-10', 3762, 10835, 3223, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '95.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12039, '2022-12-10', 2901, 10836, 3223, 18559, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 366, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12040, '2022-12-10', 3085, 10837, 3223, 15779, '3.0000', '4.2500', '4.2500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12041, '2022-12-10', 2644, 10838, 3223, 15704, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12042, '2022-12-10', 3602, 10839, 3223, 14498, '5.0000', '1.1667', '1.1667', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12043, '2022-12-10', 2649, 10840, 3224, 17454, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12044, '2022-12-10', 2642, 10841, 3224, 18518, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12045, '2022-12-10', 2645, 10842, 3225, 18507, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12046, '2022-12-10', 2822, 10843, 3225, 13379, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12047, '2022-12-10', 2504, 10844, 3226, 13744, '-4.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12048, '2022-12-10', 2504, 10844, 3226, 14996, '-1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12049, '2022-12-10', 2504, 10844, 3226, 15707, '9.0000', '2.0833', '2.0833', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12050, '2022-12-10', 2645, 10845, 3227, 18507, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12051, '2022-12-10', 3172, 10846, 3227, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '98.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12052, '2022-12-10', 3085, 10847, 3228, 15779, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12053, '2022-12-10', 2831, 10848, 3229, 4126, '4.0000', '5.3000', '5.3000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12054, '2022-12-10', 2737, 10849, 3230, 4032, '1.0000', '5.2500', '5.2500', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12055, '2022-12-10', 3646, 10850, 3231, 18704, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12056, '2022-12-10', 2952, 10851, 3232, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12057, '2022-12-11', 3646, 10852, 3233, 18704, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12058, '2022-12-11', 3602, 10853, 3234, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12059, '2022-12-11', 3314, 10854, 3235, 4609, '3.0000', '0.5400', '0.5400', '1.0000', '1.0000', '119.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12060, '2022-12-11', 2790, 10855, 3235, 17385, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12061, '2022-12-11', 2653, 10856, 3236, 15703, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '88.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12062, '2022-12-11', 2943, 10857, 3237, 4238, '1.0000', '59.6900', '59.6900', '80.0000', '80.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12063, '2022-12-11', 3580, 10858, 3238, 18540, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12064, '2022-12-11', 3648, 10859, 3239, 15724, '1.0000', '24.0000', '24.0000', '30.0000', '30.0000', '5.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12065, '2022-12-11', 3609, 10860, 3239, 14506, '5.0000', '0.3871', '0.3871', '1.0000', '1.0000', '115.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12066, '2022-12-11', 3773, 10861, 3240, 17419, '1.0000', '2.7700', '2.7700', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12067, '2022-12-11', 2645, 10862, 3241, 18507, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12068, '2022-12-11', 2645, 10863, 3242, 18507, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12069, '2022-12-11', 3483, 10864, 3243, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12070, '2022-12-11', 2713, 10865, 3244, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12071, '2022-12-11', 2930, 10866, 3245, 15023, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12072, '2022-12-11', 2922, 10867, 3245, 15763, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12073, '2022-12-11', 2922, 10867, 3245, 18522, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12074, '2022-12-11', 2713, 10868, 3246, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12075, '2022-12-11', 3048, 10869, 3246, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12076, '2022-12-11', 3483, 10870, 3246, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12077, '2022-12-11', 3061, 10871, 3247, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12078, '2022-12-11', 3085, 10872, 3247, 15779, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12079, '2022-12-11', 2712, 10873, 3248, 19613, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12080, '2022-12-11', 2922, 10874, 3249, 18522, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12081, '2022-12-11', 2922, 10875, 3250, 18522, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12082, '2022-12-11', 2642, 10876, 3251, 18518, '2.0000', '7.0833', '7.0833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12083, '2022-12-11', 2642, 10876, 3251, 19623, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12084, '2022-12-11', 2642, 10877, 3252, 19623, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12085, '2022-12-11', 2645, 10878, 3253, 18507, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12086, '2022-12-11', 2646, 10879, 3253, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12087, '2022-12-11', 2920, 10880, 3254, 18520, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '17.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12088, '2022-12-11', 3483, 10881, 3255, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '77.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12089, '2022-12-11', 2645, 10882, 3256, 18507, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12090, '2022-12-11', 2645, 10883, 3257, 18507, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 354, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12091, '2022-12-11', 2645, 10883, 3257, 18548, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12092, '2022-12-11', 3483, 10884, 3257, 14518, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12093, '2022-12-11', 2827, 10885, 3258, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '37.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12094, '2022-12-11', 3085, 10886, 3259, 15779, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12095, '2022-12-11', 2645, 10887, 3260, 18548, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12096, '2022-12-11', 3256, 10888, 3260, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12097, '2022-12-11', 3483, 10889, 3260, 14518, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12098, '2022-12-11', 2678, 10890, 3260, 3973, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12099, '2022-12-11', 2642, 10891, 3261, 19623, '6.0000', '7.0833', '7.0833', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12100, '2022-12-11', 2647, 10892, 3261, 18549, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12101, '2022-12-11', 2713, 10893, 3262, 17456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12102, '2022-12-11', 3172, 10894, 3262, 17391, '3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '95.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12103, '2022-12-11', 2645, 10895, 3263, 18548, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12104, '2022-12-11', 3314, 10896, 3263, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '117.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12105, '2022-12-11', 2827, 10897, 3263, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '34.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12106, '2022-12-11', 3646, 10898, 3264, 18704, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12107, '2022-12-11', 3212, 10899, 3265, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12108, '2022-12-11', 2952, 10900, 3265, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12109, '2022-12-11', 3212, 10901, 3266, 15778, '3.0000', '3.5417', '3.5417', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12110, '2022-12-11', 3085, 10902, 3266, 15779, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12111, '2022-12-11', 2711, 10903, 3267, 15757, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12112, '2022-12-11', 3611, 10904, 3268, 14509, '1.0000', '0.8182', '0.8182', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12113, '2022-12-11', 3074, 10905, 3269, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12114, '2022-12-11', 2646, 10906, 3270, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12115, '2022-12-11', 3172, 10907, 3271, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '94.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12116, '2022-12-11', 2644, 10908, 3272, 15704, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12117, '2022-12-11', 2644, 10908, 3272, 15774, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12118, '2022-12-11', 2653, 10909, 3273, 15703, '15.0000', '4.4092', '4.4092', '6.0000', '6.0000', '73.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12119, '2022-12-11', 2645, 10910, 3274, 18548, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12120, '2022-12-11', 2645, 10911, 3275, 18548, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12121, '2022-12-11', 3483, 10912, 3275, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12122, '2022-12-11', 3172, 10913, 3275, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '93.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12123, '2022-12-11', 3762, 10914, 3276, 17379, '3.0000', '0.1600', '0.1600', '1.0000', '1.0000', '92.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12124, '2022-12-12', 3762, 10915, 3277, 17379, '3.0000', '0.1600', '0.1600', '1.0000', '1.0000', '89.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12125, '2022-12-12', 2704, 10916, 3278, 3999, '2.0000', '0.1000', '0.1000', '0.5000', '0.5000', '115.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12126, '2022-12-12', 3187, 10917, 3279, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '71.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12127, '2022-12-12', 3074, 10918, 3280, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12128, '2022-12-12', 3048, 10919, 3281, 14582, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12129, '2022-12-12', 3015, 10920, 3281, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '82.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12130, '2022-12-12', 3120, 10921, 3281, 18539, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12131, '2022-12-12', 2534, 10922, 3282, 17445, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12132, '2022-12-12', 3606, 10923, 3282, 15791, '2.0000', '0.9500', '0.9500', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12133, '2022-12-12', 2893, 10924, 3283, 17420, '2.0000', '1.5158', '1.5158', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12134, '2022-12-12', 2713, 10925, 3283, 17930, '-10.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12135, '2022-12-12', 2713, 10925, 3283, 19041, '-4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12136, '2022-12-12', 2713, 10925, 3283, 19611, '16.0000', '5.8333', '5.8333', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12137, '2022-12-12', 3212, 10926, 3283, 15778, '2.0000', '3.5417', '3.5417', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12138, '2022-12-12', 2534, 10927, 3283, 17445, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12139, '2022-12-12', 3085, 10928, 3283, 16053, '-1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12140, '2022-12-12', 3085, 10928, 3283, 17450, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12141, '2022-12-12', 2713, 10929, 3284, 19611, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12142, '2022-12-12', 3120, 10930, 3285, 18539, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12143, '2022-12-12', 2713, 10931, 3286, 19611, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12144, '2022-12-12', 2712, 10932, 3286, 19613, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12145, '2022-12-12', 3086, 10933, 3286, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12146, '2022-12-12', 3314, 10934, 3287, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '116.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12147, '2022-12-12', 2827, 10935, 3287, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '31.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12148, '2022-12-12', 2881, 10936, 3287, 17418, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12149, '2022-12-12', 2713, 10937, 3287, 19611, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12150, '2022-12-12', 2950, 10938, 3287, 17451, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12151, '2022-12-12', 3646, 10939, 3288, 18704, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12152, '2022-12-12', 3120, 10940, 3289, 18539, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12153, '2022-12-12', 2711, 10941, 3290, 15757, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12154, '2022-12-12', 3120, 10942, 3291, 18539, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12155, '2022-12-12', 3647, 10943, 3291, 15725, '1.0000', '19.4000', '19.4000', '25.0000', '25.0000', '7.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12156, '2022-12-12', 3027, 10944, 3292, 7766, '-2.0000', '7.7000', '7.7000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12157, '2022-12-12', 3027, 10944, 3292, 8727, '2.0000', '7.7000', '7.7000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12158, '2022-12-12', 3027, 10944, 3292, 9688, '-2.0000', '7.7000', '7.7000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12159, '2022-12-12', 3027, 10944, 3292, 17437, '4.0000', '8.3100', '8.3100', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12160, '2022-12-12', 2822, 10945, 3293, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12161, '2022-12-12', 2712, 10946, 3293, 19613, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12162, '2022-12-12', 3048, 10947, 3293, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12163, '2022-12-12', 2713, 10948, 3293, 19611, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12164, '2022-12-12', 3120, 10949, 3293, 18930, '-8.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12165, '2022-12-12', 3120, 10949, 3293, 19618, '9.0000', '5.7400', '5.7400', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12166, '2022-12-12', 2646, 10950, 3293, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12167, '2022-12-12', 2952, 10951, 3293, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12168, '2022-12-12', 3085, 10952, 3293, 17450, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12169, '2022-12-12', 2902, 10953, 3294, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '58.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12170, '2022-12-12', 3314, 10954, 3294, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '115.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12171, '2022-12-12', 2524, 10955, 3294, 3819, '10.0000', '0.7800', '0.7800', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12172, '2022-12-12', 3187, 10956, 3294, 18534, '4.0000', '0.6429', '0.6429', '1.2500', '1.2500', '67.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12173, '2022-12-12', 3784, 10957, 3294, 18527, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12174, '2022-12-12', 3233, 10958, 3295, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '19.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12175, '2022-12-12', 2637, 10959, 3295, 3932, '1.0000', '7.5200', '7.5200', '14.0000', '14.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12176, '2022-12-12', 2716, 10960, 3295, 5887, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '65.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12177, '2022-12-12', 3321, 10961, 3295, 4616, '1.0000', '0.8300', '0.8300', '2.0000', '2.0000', '47.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12178, '2022-12-12', 2970, 10962, 3295, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12179, '2022-12-12', 3763, 10963, 3296, 17380, '1.0000', '7.0000', '7.0000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12180, '2022-12-12', 2653, 10964, 3297, 15703, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '72.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12181, '2022-12-12', 3746, 10965, 3298, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12182, '2022-12-12', 2922, 10966, 3298, 18522, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12183, '2022-12-12', 2924, 10967, 3298, 14592, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12184, '2022-12-12', 2951, 10968, 3298, 13313, '2.0000', '2.5000', '2.5000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 206, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12185, '2022-12-12', 2534, 10969, 3299, 17445, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12186, '2022-12-12', 3048, 10970, 3300, 14582, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12187, '2022-12-12', 3027, 10971, 3301, 17437, '1.0000', '8.3100', '8.3100', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12188, '2022-12-12', 3017, 10972, 3302, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12189, '2022-12-12', 2711, 10973, 3303, 15757, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12190, '2022-12-12', 2927, 10974, 3304, 15765, '9.0000', '1.8750', '1.8750', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12191, '2022-12-12', 2920, 10975, 3304, 18520, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '16.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12192, '2022-12-12', 2923, 10976, 3304, 18523, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12193, '2022-12-12', 2918, 10977, 3304, 4213, '2.0000', '1.8800', '1.8800', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12194, '2022-12-12', 3231, 10978, 3305, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12195, '2022-12-12', 2711, 10979, 3306, 15757, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12196, '2022-12-12', 2646, 10980, 3307, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12197, '2022-12-12', 2646, 10981, 3308, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '27.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12198, '2022-12-12', 2536, 10982, 3309, 3831, '3.0000', '4.1800', '4.1800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12199, '2022-12-12', 2536, 10982, 3309, 5557, '3.0000', '4.1800', '4.1800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12200, '2022-12-12', 2536, 10982, 3309, 6518, '-3.0000', '4.1800', '4.1800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12201, '2022-12-12', 2536, 10982, 3309, 8442, '5.0000', '4.1800', '4.1800', '6.0000', '6.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12202, '2022-12-12', 2927, 10983, 3310, 15765, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12203, '2022-12-12', 2935, 10984, 3310, 17413, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12204, '2022-12-12', 2923, 10985, 3310, 18523, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12205, '2022-12-12', 3338, 10986, 3311, 4633, '1.0000', '48.9000', '48.9000', '65.0000', '65.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12206, '2022-12-12', 2504, 10987, 3312, 15707, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12207, '2022-12-12', 3483, 10988, 3313, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12208, '2022-12-12', 2504, 10989, 3314, 15707, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12209, '2022-12-12', 2827, 10990, 3314, 14399, '6.0000', '0.1700', '0.1700', '0.3333', '0.3333', '25.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12210, '2022-12-12', 2661, 10991, 3315, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '3.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12211, '2022-12-12', 2646, 10992, 3316, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12212, '2022-12-12', 3017, 10993, 3316, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12213, '2022-12-12', 2646, 10994, 3317, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12214, '2022-12-12', 3483, 10995, 3318, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12215, '2022-12-12', 3048, 10996, 3318, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12216, '2022-12-12', 3781, 10997, 3318, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12217, '2022-12-12', 3015, 10998, 3318, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '81.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12218, '2022-12-12', 2646, 10999, 3319, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12219, '2022-12-12', 2968, 11000, 3320, 4263, '1.0000', '2.8000', '2.8000', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12220, '2022-12-12', 2517, 11001, 3321, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '18.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12221, '2022-12-12', 2949, 11002, 3321, 14480, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12222, '2022-12-12', 2713, 11003, 3322, 19611, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12223, '2022-12-12', 3646, 11004, 3323, 18704, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12224, '2022-12-12', 2822, 11005, 3324, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12225, '2022-12-13', 2822, 11006, 3325, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12226, '2022-12-13', 2727, 11007, 3326, 15588, '-2.0000', '13.6700', '13.6700', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12227, '2022-12-13', 2727, 11007, 3326, 16913, '-2.0000', '13.6700', '13.6700', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12228, '2022-12-13', 2727, 11007, 3326, 17425, '5.0000', '20.0000', '20.0000', '40.0000', '40.0000', '20.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12229, '2022-12-13', 2886, 11008, 3326, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12230, '2022-12-13', 2699, 11009, 3326, 18556, '40.0000', '6.3000', '6.3000', '8.0000', '8.0000', '52.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12231, '2022-12-13', 3102, 11010, 3326, 4397, '6.0000', '13.7300', '13.7300', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12232, '2022-12-13', 2606, 11011, 3326, 17422, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '6.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12233, '2022-12-13', 2508, 11012, 3326, 14605, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12234, '2022-12-13', 3593, 11013, 3326, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12235, '2022-12-13', 3762, 11014, 3327, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '87.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12236, '2022-12-13', 2873, 11015, 3328, 14985, '-2.0000', '3.0200', '3.0200', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12237, '2022-12-13', 2873, 11015, 3328, 17383, '3.0000', '3.2000', '3.2000', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12238, '2022-12-13', 2952, 11016, 3328, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12239, '2022-12-13', 3172, 11017, 3329, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '91.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12240, '2022-12-13', 2534, 11018, 3329, 17445, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12241, '2022-12-13', 3120, 11019, 3329, 19618, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12242, '2022-12-13', 3483, 11020, 3329, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12243, '2022-12-13', 3646, 11021, 3330, 18704, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12244, '2022-12-13', 3048, 11022, 3331, 14582, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12245, '2022-12-13', 2713, 11023, 3331, 19611, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12246, '2022-12-13', 2713, 11024, 3332, 19611, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12247, '2022-12-13', 3120, 11025, 3332, 19618, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12248, '2022-12-13', 2712, 11026, 3332, 19613, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12249, '2022-12-13', 3618, 11027, 3333, 14531, '1.0000', '3.4000', '3.4000', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12250, '2022-12-13', 2827, 11028, 3333, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '22.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12251, '2022-12-13', 3314, 11029, 3333, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '114.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12252, '2022-12-13', 3212, 11030, 3333, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12253, '2022-12-13', 2903, 11031, 3333, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '38.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12254, '2022-12-13', 2914, 11032, 3334, 4209, '1.0000', '31.0000', '31.0000', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12255, '2022-12-13', 3553, 11033, 3335, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12256, '2022-12-13', 2900, 11034, 3335, 4195, '1.0000', '150.0000', '150.0000', '180.0000', '180.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12257, '2022-12-13', 2726, 11035, 3335, 4021, '4.0000', '15.1900', '15.1900', '25.0000', '25.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12258, '2022-12-13', 3082, 11036, 3335, 4377, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12259, '2022-12-13', 2716, 11037, 3335, 5887, '2.0000', '3.3500', '3.3500', '4.5000', '4.5000', '63.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12260, '2022-12-13', 2699, 11038, 3335, 18556, '5.0000', '6.3000', '6.3000', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12261, '2022-12-13', 3264, 11039, 3336, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '64.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12262, '2022-12-13', 3529, 11040, 3337, 4935, '1.0000', '32.0000', '32.0000', '43.0000', '43.0000', '2.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12263, '2022-12-13', 3776, 11041, 3337, 17438, '1.0000', '16.4800', '16.4800', '22.0000', '22.0000', '5.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12264, '2022-12-13', 3120, 11042, 3337, 19618, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12265, '2022-12-13', 3781, 11043, 3337, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12266, '2022-12-13', 3242, 11044, 3338, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12267, '2022-12-13', 2982, 11045, 3339, 17131, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12268, '2022-12-13', 2485, 11046, 3340, 15689, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '2.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12269, '2022-12-13', 3482, 11047, 3341, 14517, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12270, '2022-12-13', 2951, 11048, 3341, 14157, '-9.0000', '2.5000', '2.5000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12271, '2022-12-13', 2951, 11048, 3341, 15444, '-3.0000', '2.5000', '2.5000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12272, '2022-12-13', 2951, 11048, 3341, 18491, '15.0000', '2.5500', '2.5500', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12273, '2022-12-13', 3048, 11049, 3341, 14582, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12274, '2022-12-13', 3311, 11050, 3342, 14579, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12275, '2022-12-13', 3163, 11051, 3343, 5740, '1.0000', '4.9100', '4.9100', '7.0000', '7.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12276, '2022-12-13', 2485, 11052, 3344, 15689, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '1.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12277, '2022-12-13', 2725, 11053, 3345, 10018, '3.0000', '3.8700', '3.8700', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12278, '2022-12-13', 3262, 11054, 3345, 5939, '2.0000', '6.1300', '6.1300', '10.0000', '10.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12279, '2022-12-13', 3257, 11055, 3345, 4552, '2.0000', '2.4900', '2.4900', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12280, '2022-12-13', 2716, 11056, 3345, 5887, '3.0000', '3.3500', '3.3500', '4.5000', '4.5000', '60.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12281, '2022-12-13', 2646, 11057, 3346, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12282, '2022-12-13', 2713, 11058, 3347, 19611, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 373, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12283, '2022-12-13', 2923, 11059, 3348, 18523, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12284, '2022-12-13', 2935, 11060, 3348, 17413, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12285, '2022-12-13', 2827, 11061, 3349, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '19.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12286, '2022-12-13', 3314, 11062, 3349, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '113.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12287, '2022-12-13', 2713, 11063, 3350, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12288, '2022-12-13', 3646, 11064, 3351, 18704, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12289, '2022-12-13', 2926, 11065, 3352, 4728, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12290, '2022-12-13', 2712, 11066, 3352, 19613, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12291, '2022-12-13', 2920, 11067, 3353, 18520, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '15.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12292, '2022-12-13', 2927, 11068, 3354, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12293, '2022-12-13', 2644, 11069, 3355, 15774, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12294, '2022-12-13', 2644, 11070, 3356, 15774, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12295, '2022-12-14', 3120, 11071, 3357, 19618, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12296, '2022-12-14', 2534, 11072, 3357, 17445, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12297, '2022-12-14', 2713, 11073, 3358, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12298, '2022-12-14', 3483, 11074, 3359, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12299, '2022-12-14', 2661, 11075, 3360, 14505, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '2.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12300, '2022-12-14', 3256, 11076, 3360, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12301, '2022-12-14', 3172, 11077, 3361, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '90.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12302, '2022-12-14', 2835, 11078, 3362, 5793, '1.0000', '13.0000', '13.0000', '17.0000', '17.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12303, '2022-12-14', 3553, 11079, 3362, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12304, '2022-12-14', 2699, 11080, 3363, 18556, '1.0000', '6.3000', '6.3000', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12305, '2022-12-14', 2973, 11081, 3363, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '18.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12306, '2022-12-14', 2901, 11082, 3364, 18559, '4.0000', '14.3077', '14.3077', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 366, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12307, '2022-12-14', 2893, 11083, 3365, 17420, '1.0000', '1.5158', '1.5158', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12308, '2022-12-14', 3212, 11084, 3366, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12309, '2022-12-14', 2952, 11085, 3367, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12310, '2022-12-14', 2645, 11086, 3368, 18548, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12311, '2022-12-14', 2952, 11087, 3369, 17137, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12312, '2022-12-14', 2827, 11088, 3369, 14399, '15.0000', '0.1700', '0.1700', '0.3333', '0.3333', '4.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12313, '2022-12-14', 3322, 11089, 3370, 4617, '6.0000', '0.3600', '0.3600', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12314, '2022-12-14', 2653, 11090, 3371, 15703, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '71.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12315, '2022-12-14', 2661, 11091, 3372, 14505, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12316, '2022-12-14', 2921, 11092, 3373, 15762, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12317, '2022-12-14', 3172, 11093, 3374, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '88.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12318, '2022-12-14', 2902, 11094, 3374, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '57.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12319, '2022-12-14', 3644, 11095, 3374, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12320, '2022-12-14', 3554, 11096, 3374, 9988, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 115, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12321, '2022-12-14', 2500, 11097, 3375, 17127, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12322, '2022-12-14', 3121, 11098, 3376, 6386, '-8.0000', '2.4600', '2.4600', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12323, '2022-12-14', 3121, 11098, 3376, 7349, '-14.0000', '2.4600', '2.4600', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12324, '2022-12-14', 3121, 11098, 3376, 8310, '14.0000', '2.4600', '2.4600', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12325, '2022-12-14', 3121, 11098, 3376, 9271, '-14.0000', '2.4600', '2.4600', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12326, '2022-12-14', 3121, 11098, 3376, 10121, '2.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12327, '2022-12-14', 3121, 11098, 3376, 10195, '1.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 158, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12328, '2022-12-14', 3121, 11098, 3376, 13224, '1.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 186, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12329, '2022-12-14', 3121, 11098, 3376, 13366, '2.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12330, '2022-12-14', 3121, 11098, 3376, 13817, '2.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12331, '2022-12-14', 3121, 11098, 3376, 14400, '1.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12332, '2022-12-14', 3121, 11098, 3376, 14465, '3.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12333, '2022-12-14', 3121, 11098, 3376, 15074, '-4.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12334, '2022-12-14', 3121, 11098, 3376, 15729, '12.0000', '2.9200', '2.9200', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12335, '2022-12-14', 3121, 11098, 3376, 18510, '3.0000', '2.9200', '2.9200', '4.5000', '4.5000', '21.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12336, '2022-12-14', 2919, 11099, 3377, 18521, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12337, '2022-12-14', 2901, 11100, 3378, 18559, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 366, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12338, '2022-12-14', 2901, 11101, 3379, 18559, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 366, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12339, '2022-12-14', 2901, 11101, 3379, 18586, '-1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12340, '2022-12-14', 2901, 11101, 3379, 19608, '3.0000', '15.5000', '15.5000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 371, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12341, '2022-12-14', 2648, 11102, 3380, 18550, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12342, '2022-12-14', 3010, 11103, 3381, 4305, '1.0000', '90.7900', '90.7900', '120.0000', '120.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12343, '2022-12-14', 3120, 11104, 3381, 19618, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12344, '2022-12-14', 2949, 11105, 3381, 14480, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12345, '2022-12-14', 2827, 11106, 3382, 14399, '3.0000', '0.1700', '0.1700', '0.3333', '0.3333', '1.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12346, '2022-12-14', 3314, 11107, 3382, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '112.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12347, '2022-12-14', 2648, 11108, 3383, 18550, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12348, '2022-12-14', 3172, 11109, 3383, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '87.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12349, '2022-12-14', 2926, 11110, 3384, 4728, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12350, '2022-12-14', 3592, 11111, 3384, 15764, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '21.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12351, '2022-12-14', 3314, 11112, 3385, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '111.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12352, '2022-12-14', 3172, 11113, 3386, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '85.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12353, '2022-12-14', 3311, 11114, 3386, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12354, '2022-12-14', 2951, 11115, 3386, 18491, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12355, '2022-12-14', 2982, 11116, 3387, 17131, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12356, '2022-12-14', 2864, 11117, 3387, 17393, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12357, '2022-12-14', 2951, 11118, 3387, 18491, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12358, '2022-12-14', 3172, 11119, 3387, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '84.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12359, '2022-12-14', 3085, 11120, 3387, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12360, '2022-12-14', 2822, 11121, 3388, 13379, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12361, '2022-12-14', 2648, 11122, 3389, 18550, '12.0000', '7.5783', '7.5783', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12362, '2022-12-14', 3172, 11123, 3389, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '82.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12363, '2022-12-14', 2822, 11124, 3390, 13379, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12364, '2022-12-14', 3602, 11125, 3390, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '69.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12365, '2022-12-14', 2645, 11126, 3391, 18548, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12366, '2022-12-14', 3166, 11127, 3392, 18495, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12367, '2022-12-14', 2982, 11128, 3392, 17131, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12368, '2022-12-14', 2587, 11129, 3393, 3882, '1.0000', '2.6200', '2.6200', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12369, '2022-12-14', 2644, 11130, 3393, 15774, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '43.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12370, '2022-12-14', 2822, 11131, 3393, 13379, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12371, '2022-12-14', 2642, 11132, 3394, 19623, '4.0000', '7.0833', '7.0833', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12372, '2022-12-14', 2653, 11133, 3395, 15703, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '65.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12373, '2022-12-14', 3602, 11134, 3396, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12374, '2022-12-14', 2827, 11135, 3396, 14399, '1.0000', '0.1700', '0.1700', '0.3333', '0.3333', '0.0000', 1, 0, NULL, 232, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12375, '2022-12-14', 2827, 11135, 3396, 14511, '5.0000', '0.1300', '0.1300', '0.3333', '0.3333', '95.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12376, '2022-12-14', 2661, 11136, 3396, 14774, '-54.0000', '0.3000', '0.3000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12377, '2022-12-14', 2661, 11136, 3396, 15792, '55.0000', '0.3000', '0.3000', '0.5000', '0.5000', '45.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12378, '2022-12-14', 2642, 11137, 3397, 19623, '10.0000', '7.0833', '7.0833', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12379, '2022-12-14', 2646, 11138, 3398, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12380, '2022-12-14', 2644, 11139, 3399, 15774, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12381, '2022-12-14', 3632, 11140, 3399, 14556, '2.0000', '0.1766', '0.1766', '0.5000', '0.5000', '85.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12382, '2022-12-15', 2644, 11141, 3400, 15774, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12383, '2022-12-15', 2719, 11142, 3401, 4850, '5.0000', '0.9900', '0.9900', '2.0000', '2.0000', '20.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12384, '2022-12-15', 3260, 11143, 3401, 4832, '2.0000', '1.3900', '1.3900', '3.0000', '3.0000', '86.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12385, '2022-12-15', 2490, 11144, 3401, 3785, '2.0000', '0.6900', '0.6900', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12386, '2022-12-15', 2725, 11145, 3401, 10018, '2.0000', '3.8700', '3.8700', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12387, '2022-12-15', 3262, 11146, 3401, 5939, '2.0000', '6.1300', '6.1300', '10.0000', '10.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12388, '2022-12-15', 2699, 11147, 3401, 18556, '5.0000', '6.3000', '6.3000', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12389, '2022-12-15', 3233, 11148, 3401, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '18.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12390, '2022-12-15', 2727, 11149, 3402, 17425, '2.0000', '20.0000', '20.0000', '40.0000', '40.0000', '18.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12391, '2022-12-15', 2699, 11150, 3402, 18556, '7.0000', '6.3000', '6.3000', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12392, '2022-12-15', 2534, 11151, 3403, 17445, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12393, '2022-12-15', 3120, 11152, 3403, 19618, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12394, '2022-12-15', 2713, 11153, 3404, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12395, '2022-12-15', 3120, 11154, 3405, 19618, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12396, '2022-12-15', 3048, 11155, 3405, 14582, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12397, '2022-12-15', 2952, 11156, 3405, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12398, '2022-12-15', 2645, 11157, 3405, 18548, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12399, '2022-12-15', 2903, 11158, 3406, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '37.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12400, '2022-12-15', 3086, 11159, 3406, 15712, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 290, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12401, '2022-12-15', 3762, 11160, 3406, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '86.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12402, '2022-12-15', 2507, 11161, 3406, 14451, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12403, '2022-12-15', 2532, 11162, 3407, 3827, '2.0000', '4.5900', '4.5900', '6.5000', '6.5000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12404, '2022-12-15', 2749, 11163, 3408, 4044, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12405, '2022-12-15', 3260, 11164, 3408, 4832, '2.0000', '1.3900', '1.3900', '3.0000', '3.0000', '84.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12406, '2022-12-15', 2719, 11165, 3408, 4850, '4.0000', '0.9900', '0.9900', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12407, '2022-12-15', 3632, 11166, 3408, 14556, '2.0000', '0.1766', '0.1766', '0.5000', '0.5000', '83.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12408, '2022-12-15', 2859, 11167, 3409, 4154, '2.0000', '6.3200', '6.3200', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12409, '2022-12-15', 2891, 11168, 3410, 13307, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12410, '2022-12-15', 2666, 11169, 3410, 3961, '1.0000', '21.0000', '21.0000', '27.0000', '27.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12411, '2022-12-15', 2918, 11170, 3411, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12412, '2022-12-15', 3074, 11171, 3412, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12413, '2022-12-15', 2952, 11172, 3413, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12414, '2022-12-15', 3085, 11173, 3413, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12415, '2022-12-15', 3172, 11174, 3413, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '81.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12416, '2022-12-15', 2920, 11175, 3414, 18520, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '12.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12417, '2022-12-15', 3628, 11176, 3415, 14547, '3.0000', '1.0377', '1.0377', '2.0000', '2.0000', '49.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12418, '2022-12-15', 2936, 11177, 3416, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12419, '2022-12-15', 2646, 11178, 3417, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12420, '2022-12-15', 2647, 11179, 3417, 18549, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12421, '2022-12-15', 2665, 11180, 3418, 3960, '1.0000', '15.7500', '15.7500', '21.0000', '21.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12422, '2022-12-15', 2719, 11181, 3418, 4850, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12423, '2022-12-15', 2756, 11182, 3418, 5905, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12424, '2022-12-15', 3260, 11183, 3418, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '83.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12425, '2022-12-15', 2519, 11184, 3418, 3814, '1.0000', '31.5500', '31.5500', '42.0000', '42.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12426, '2022-12-15', 3179, 11185, 3418, 4474, '1.0000', '9.9000', '9.9000', '14.0000', '14.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12427, '2022-12-15', 3300, 11186, 3419, 4595, '12.0000', '0.1800', '0.1800', '0.7500', '0.7500', '2108.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12428, '2022-12-15', 2704, 11187, 3419, 3999, '10.0000', '0.1000', '0.1000', '0.5000', '0.5000', '105.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12429, '2022-12-15', 3297, 11188, 3420, 4592, '12.0000', '0.1200', '0.1200', '0.2500', '0.2500', '693.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12430, '2022-12-15', 2646, 11189, 3421, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12431, '2022-12-15', 2647, 11190, 3421, 18549, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12432, '2022-12-15', 2710, 11191, 3422, 17458, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12433, '2022-12-15', 2661, 11192, 3422, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '43.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12434, '2022-12-15', 3483, 11193, 3423, 14518, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12435, '2022-12-15', 3781, 11194, 3423, 18501, '2.0000', '1.6667', '1.6667', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12436, '2022-12-15', 3172, 11195, 3424, 17391, '4.0000', '3.4697', '3.4697', '4.0000', '4.0000', '77.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12437, '2022-12-15', 3121, 11196, 3425, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '20.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12438, '2022-12-15', 3608, 11197, 3426, 14504, '2.0000', '0.5000', '0.5000', '1.0000', '1.0000', '63.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12439, '2022-12-15', 2534, 11198, 3427, 17849, '-2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12440, '2022-12-15', 2534, 11198, 3427, 18546, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12441, '2022-12-15', 3762, 11199, 3428, 17379, '3.0000', '0.1600', '0.1600', '1.0000', '1.0000', '83.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12442, '2022-12-15', 2710, 11200, 3429, 17458, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12443, '2022-12-15', 2949, 11201, 3430, 14480, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12444, '2022-12-15', 2949, 11201, 3430, 14777, '-9.0000', '6.6700', '6.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12445, '2022-12-15', 2949, 11201, 3430, 15782, '12.0000', '6.6700', '6.6700', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12446, '2022-12-15', 3048, 11202, 3430, 14582, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12447, '2022-12-15', 2517, 11203, 3430, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '17.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12448, '2022-12-15', 3074, 11204, 3430, 14621, '2.0000', '2.1617', '2.1617', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12449, '2022-12-15', 2864, 11205, 3430, 17393, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12450, '2022-12-15', 2710, 11206, 3430, 17458, '3.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12451, '2022-12-15', 2534, 11207, 3430, 18546, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12452, '2022-12-15', 3015, 11208, 3430, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '80.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12453, '2022-12-15', 3625, 11209, 3430, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '30.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12454, '2022-12-15', 3187, 11210, 3430, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '66.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12455, '2022-12-15', 2935, 11211, 3430, 17413, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12456, '2022-12-15', 3121, 11212, 3430, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '19.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12457, '2022-12-15', 3781, 11213, 3430, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12458, '2022-12-15', 3314, 11214, 3430, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '110.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12459, '2022-12-15', 3256, 11215, 3430, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12460, '2022-12-15', 2952, 11216, 3430, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12461, '2022-12-15', 3483, 11217, 3430, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12462, '2022-12-15', 2552, 11218, 3431, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12463, '2022-12-15', 2919, 11219, 3431, 18521, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12464, '2022-12-15', 2922, 11220, 3431, 18522, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12465, '2022-12-15', 3615, 11221, 3432, 14527, '4.0000', '2.4167', '2.4167', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12466, '2022-12-15', 2645, 11222, 3433, 18548, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12467, '2022-12-15', 3017, 11223, 3433, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12468, '2022-12-15', 2936, 11224, 3434, 14594, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12469, '2022-12-15', 2935, 11225, 3434, 17413, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12470, '2022-12-15', 2645, 11226, 3435, 18548, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12471, '2022-12-15', 2645, 11227, 3436, 18548, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12472, '2022-12-15', 2822, 11228, 3436, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12473, '2022-12-15', 2902, 11229, 3437, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '56.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12474, '2022-12-15', 3114, 11230, 3437, 14588, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12475, '2022-12-15', 3048, 11231, 3437, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12476, '2022-12-15', 3646, 11232, 3438, 18704, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12477, '2022-12-15', 3565, 11233, 3439, 13170, '2.0000', '9.5000', '9.5000', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12478, '2022-12-15', 3553, 11234, 3440, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12479, '2022-12-15', 2647, 11235, 3441, 18549, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12480, '2022-12-15', 2647, 11236, 3442, 18549, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12481, '2022-12-15', 2647, 11237, 3443, 18549, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12482, '2022-12-15', 2653, 11238, 3443, 15703, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '59.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12483, '2022-12-15', 2790, 11239, 3443, 17819, '-1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12484, '2022-12-15', 2790, 11239, 3443, 18511, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12485, '2022-12-15', 3781, 11240, 3443, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12486, '2022-12-15', 3314, 11241, 3444, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '109.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12487, '2022-12-15', 2713, 11242, 3445, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12488, '2022-12-16', 3314, 11243, 3446, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '108.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12489, '2022-12-16', 2827, 11244, 3446, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '92.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12490, '2022-12-16', 3120, 11245, 3447, 19618, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12491, '2022-12-16', 3212, 11246, 3447, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12492, '2022-12-16', 2713, 11247, 3447, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12493, '2022-12-16', 2881, 11248, 3447, 17418, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12494, '2022-12-16', 2606, 11249, 3448, 17422, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '5.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12495, '2022-12-16', 2699, 11250, 3448, 18556, '16.0000', '6.3000', '6.3000', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12496, '2022-12-16', 3553, 11251, 3448, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12497, '2022-12-16', 3074, 11252, 3449, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12498, '2022-12-16', 2873, 11253, 3450, 17383, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12499, '2022-12-16', 2534, 11254, 3450, 18546, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12500, '2022-12-16', 3212, 11255, 3450, 15778, '2.0000', '3.5417', '3.5417', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12501, '2022-12-16', 2952, 11256, 3450, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12502, '2022-12-16', 2713, 11257, 3450, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12503, '2022-12-16', 3120, 11258, 3451, 19618, '3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12504, '2022-12-16', 2653, 11259, 3451, 15703, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '51.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12505, '2022-12-16', 2649, 11260, 3451, 17454, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12506, '2022-12-16', 2713, 11261, 3451, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12507, '2022-12-16', 2873, 11262, 3452, 17383, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12508, '2022-12-16', 3483, 11263, 3452, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12509, '2022-12-16', 2952, 11264, 3452, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12510, '2022-12-16', 3483, 11265, 3453, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12511, '2022-12-16', 2678, 11266, 3454, 3973, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12512, '2022-12-16', 3183, 11267, 3455, 4478, '1.0000', '6.5600', '6.5600', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12513, '2022-12-16', 2713, 11268, 3456, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12514, '2022-12-16', 2950, 11269, 3457, 17451, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12515, '2022-12-16', 2642, 11270, 3458, 19623, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12516, '2022-12-16', 3314, 11271, 3458, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '106.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12517, '2022-12-16', 3264, 11272, 3459, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '63.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12518, '2022-12-16', 3080, 11273, 3459, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '46.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12519, '2022-12-16', 2646, 11274, 3460, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12520, '2022-12-16', 3084, 11275, 3461, 9896, '1.0000', '3.3300', '3.3300', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12521, '2022-12-16', 2507, 11276, 3462, 14451, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12522, '2022-12-16', 3305, 11277, 3463, 4600, '50.0000', '0.6100', '0.6100', '1.0000', '1.0000', '203.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12523, '2022-12-16', 3625, 11278, 3464, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '28.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12524, '2022-12-16', 3586, 11279, 3465, 13345, '2.0000', '12.2500', '12.2500', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12525, '2022-12-16', 2858, 11280, 3465, 4153, '2.0000', '6.3800', '6.3800', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12526, '2022-12-16', 3777, 11281, 3466, 17455, '4.0000', '0.2400', '0.2400', '0.5000', '0.5000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12527, '2022-12-16', 3254, 11282, 3466, 4549, '6.0000', '0.0800', '0.0800', '0.5000', '0.5000', '279.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12528, '2022-12-16', 3314, 11283, 3466, 4609, '4.0000', '0.5400', '0.5400', '1.0000', '1.0000', '102.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12529, '2022-12-16', 2646, 11284, 3467, 18551, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12530, '2022-12-16', 2952, 11285, 3468, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12531, '2022-12-16', 3786, 11286, 3468, 18543, '1.0000', '1.9167', '1.9167', '2.5000', '2.5000', '47.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12532, '2022-12-16', 2534, 11287, 3469, 18546, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12533, '2022-12-16', 3646, 11288, 3470, 18704, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12534, '2022-12-16', 3085, 11289, 3470, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12535, '2022-12-16', 2649, 11290, 3471, 17454, '3.0000', '5.4167', '5.4167', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12536, '2022-12-16', 2952, 11291, 3471, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12537, '2022-12-16', 2646, 11292, 3472, 18551, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12538, '2022-12-16', 2645, 11293, 3473, 18548, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12539, '2022-12-16', 2645, 11294, 3474, 18548, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12540, '2022-12-16', 2646, 11295, 3474, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12541, '2022-12-16', 3084, 11296, 3474, 9896, '1.0000', '3.3300', '3.3300', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 89, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12542, '2022-12-16', 2646, 11297, 3475, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12543, '2022-12-16', 2645, 11298, 3476, 18548, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12544, '2022-12-16', 2648, 11299, 3477, 18550, '12.0000', '7.5783', '7.5783', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12545, '2022-12-16', 2645, 11300, 3478, 18548, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12546, '2022-12-16', 3172, 11301, 3479, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '76.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12547, '2022-12-16', 3017, 11302, 3479, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12548, '2022-12-16', 2648, 11303, 3480, 18550, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12549, '2022-12-16', 2648, 11303, 3480, 18919, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12550, '2022-12-16', 2647, 11304, 3481, 18549, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12551, '2022-12-16', 2645, 11305, 3482, 18548, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12552, '2022-12-16', 2552, 11306, 3483, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12553, '2022-12-16', 2864, 11307, 3484, 17393, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12554, '2022-12-16', 3212, 11308, 3485, 15778, '4.0000', '3.5417', '3.5417', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12555, '2022-12-16', 2642, 11309, 3486, 19623, '1.0000', '7.0833', '7.0833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12556, '2022-12-16', 2642, 11309, 3486, 19636, '1.0000', '6.8333', '6.8333', '10.0000', '10.0000', '47.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12557, '2022-12-16', 3612, 11310, 3487, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12558, '2022-12-16', 2642, 11311, 3487, 19636, '6.0000', '6.8333', '6.8333', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12559, '2022-12-17', 3172, 11312, 3488, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '74.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12560, '2022-12-17', 2517, 11313, 3488, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '16.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12561, '2022-12-17', 3646, 11314, 3488, 18704, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12562, '2022-12-17', 3317, 11315, 3488, 4612, '1.0000', '10.0000', '10.0000', '20.0000', '20.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12563, '2022-12-17', 2950, 11316, 3489, 17451, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12564, '2022-12-17', 2660, 11317, 3489, 14961, '-20.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12565, '2022-12-17', 2660, 11317, 3489, 15744, '12.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12566, '2022-12-17', 2660, 11317, 3489, 16280, '-5.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12567, '2022-12-17', 2660, 11317, 3489, 17394, '12.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12568, '2022-12-17', 2660, 11317, 3489, 17793, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12569, '2022-12-17', 2660, 11317, 3489, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12570, '2022-12-17', 2886, 11318, 3489, 4774, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 38, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12571, '2022-12-17', 3166, 11319, 3489, 18495, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12572, '2022-12-17', 2477, 11320, 3489, 3772, '1.0000', '2.0000', '2.0000', '3.0000', '3.0000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12573, '2022-12-17', 3021, 11321, 3489, 8400, '1.0000', '32.9500', '32.9500', '57.0000', '57.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12574, '2022-12-17', 2949, 11322, 3489, 15782, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12575, '2022-12-17', 2642, 11323, 3489, 19636, '5.0000', '6.8333', '6.8333', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12576, '2022-12-17', 3172, 11324, 3489, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12577, '2022-12-17', 2952, 11325, 3489, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12578, '2022-12-17', 2827, 11326, 3490, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '89.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12579, '2022-12-17', 2755, 11327, 3491, 4050, '1.0000', '3.4000', '3.4000', '6.0000', '6.0000', '49.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12580, '2022-12-17', 3610, 11328, 3491, 14507, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12581, '2022-12-17', 2645, 11329, 3492, 18548, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12582, '2022-12-17', 2936, 11330, 3492, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12583, '2022-12-17', 3230, 11331, 3492, 15785, '2.0000', '2.5700', '2.5700', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12584, '2022-12-17', 3632, 11332, 3493, 14556, '2.0000', '0.1766', '0.1766', '0.5000', '0.5000', '81.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12585, '2022-12-17', 2653, 11333, 3494, 15703, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '50.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12586, '2022-12-17', 2642, 11334, 3495, 19636, '7.0000', '6.8333', '6.8333', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12587, '2022-12-17', 3166, 11335, 3495, 18495, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12588, '2022-12-17', 2702, 11336, 3495, 3997, '20.0000', '0.0900', '0.0900', '0.2500', '0.2500', '372.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12589, '2022-12-17', 2499, 11337, 3495, 14396, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12590, '2022-12-17', 2975, 11338, 3496, 5013, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12591, '2022-12-17', 3334, 11339, 3497, 4629, '1.0000', '20.0000', '20.0000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12592, '2022-12-17', 2975, 11340, 3498, 5013, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12593, '2022-12-17', 3256, 11341, 3498, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12594, '2022-12-17', 3085, 11342, 3498, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12595, '2022-12-17', 3176, 11343, 3499, 4471, '1.0000', '0.6700', '0.6700', '2.7500', '2.7500', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12596, '2022-12-17', 3553, 11344, 3499, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12597, '2022-12-17', 3166, 11345, 3500, 18495, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12598, '2022-12-17', 2642, 11346, 3500, 19636, '7.0000', '6.8333', '6.8333', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12599, '2022-12-17', 2713, 11347, 3501, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12600, '2022-12-17', 2711, 11348, 3502, 15757, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12601, '2022-12-17', 2646, 11349, 3502, 18551, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12602, '2022-12-17', 2952, 11350, 3503, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12603, '2022-12-17', 3220, 11351, 3504, 4515, '1.0000', '17.5000', '17.5000', '25.0000', '25.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12604, '2022-12-17', 2698, 11352, 3505, 15693, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12605, '2022-12-17', 2930, 11353, 3506, 15766, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12606, '2022-12-17', 2923, 11354, 3506, 18523, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12607, '2022-12-17', 2901, 11355, 3507, 19608, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 371, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12608, '2022-12-17', 2653, 11356, 3508, 15703, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12609, '2022-12-17', 3172, 11357, 3509, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '72.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12610, '2022-12-17', 2790, 11358, 3509, 18511, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12611, '2022-12-17', 2661, 11359, 3509, 15792, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12612, '2022-12-17', 2936, 11360, 3510, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12613, '2022-12-17', 3015, 11361, 3511, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '79.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12614, '2022-12-17', 2936, 11362, 3511, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12615, '2022-12-17', 2713, 11363, 3511, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12616, '2022-12-17', 3015, 11364, 3512, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '78.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12617, '2022-12-17', 2645, 11365, 3512, 18548, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12618, '2022-12-17', 2886, 11366, 3513, 5480, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12619, '2022-12-17', 2644, 11367, 3514, 15774, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12620, '2022-12-17', 2713, 11368, 3514, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12621, '2022-12-17', 2950, 11369, 3514, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12622, '2022-12-17', 2822, 11370, 3514, 13379, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12623, '2022-12-17', 3123, 11371, 3514, 15072, '-3.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12624, '2022-12-17', 3123, 11371, 3514, 16393, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12625, '2022-12-17', 3123, 11371, 3514, 17894, '-2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12626, '2022-12-17', 3123, 11371, 3514, 18509, '4.0000', '5.1400', '5.1400', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12627, '2022-12-17', 3114, 11372, 3515, 14588, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 272, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12628, '2022-12-17', 3314, 11373, 3516, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '101.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12629, '2022-12-17', 2822, 11374, 3517, 13379, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12630, '2022-12-17', 2644, 11375, 3518, 15774, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12631, '2022-12-17', 2644, 11376, 3519, 15774, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12632, '2022-12-18', 3123, 11377, 3520, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12633, '2022-12-18', 2661, 11378, 3520, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '40.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12634, '2022-12-18', 2644, 11379, 3521, 15774, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12635, '2022-12-18', 3084, 11380, 3522, 10397, '-21.0000', '3.3300', '3.3300', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12636, '2022-12-18', 3084, 11380, 3522, 11367, '21.0000', '3.3300', '3.3300', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12637, '2022-12-18', 3084, 11380, 3522, 12337, '-21.0000', '3.3300', '3.3300', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12638, '2022-12-18', 3084, 11380, 3522, 14479, '22.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12639, '2022-12-18', 3314, 11381, 3522, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '100.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12640, '2022-12-18', 2644, 11382, 3523, 15774, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12641, '2022-12-18', 3074, 11383, 3524, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12642, '2022-12-18', 2903, 11384, 3525, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '36.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12643, '2022-12-18', 2864, 11385, 3526, 17393, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12644, '2022-12-18', 2886, 11386, 3526, 5480, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12645, '2022-12-18', 2952, 11387, 3526, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12646, '2022-12-18', 2822, 11388, 3527, 13379, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12647, '2022-12-18', 3772, 11389, 3528, 18526, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12648, '2022-12-18', 2936, 11390, 3529, 14594, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12649, '2022-12-18', 2922, 11391, 3529, 18522, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12650, '2022-12-18', 2930, 11392, 3529, 15766, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12651, '2022-12-18', 3608, 11393, 3529, 14504, '4.0000', '0.5000', '0.5000', '1.0000', '1.0000', '59.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12652, '2022-12-18', 3343, 11394, 3529, 15717, '1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12653, '2022-12-18', 3084, 11395, 3529, 14479, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12654, '2022-12-18', 3015, 11396, 3529, 5453, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '76.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12655, '2022-12-18', 2699, 11397, 3530, 18556, '2.0000', '6.3000', '6.3000', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12656, '2022-12-18', 2704, 11398, 3530, 3999, '10.0000', '0.1000', '0.1000', '0.5000', '0.5000', '95.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12657, '2022-12-18', 3483, 11399, 3531, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12658, '2022-12-18', 3048, 11400, 3531, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12659, '2022-12-18', 2645, 11401, 3532, 18548, '5.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12660, '2022-12-18', 2645, 11401, 3532, 18921, '-13.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12661, '2022-12-18', 2645, 11401, 3532, 19628, '17.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 379, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12662, '2022-12-18', 3015, 11402, 3532, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '75.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12663, '2022-12-18', 2713, 11403, 3533, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12664, '2022-12-18', 2661, 11404, 3534, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '38.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12665, '2022-12-18', 3632, 11405, 3535, 14556, '1.0000', '0.1766', '0.1766', '0.5000', '0.5000', '80.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12666, '2022-12-18', 2918, 11406, 3536, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12667, '2022-12-18', 2507, 11407, 3537, 14451, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12668, '2022-12-18', 3015, 11408, 3537, 5453, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '73.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12669, '2022-12-18', 2507, 11409, 3538, 14451, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12670, '2022-12-18', 3172, 11410, 3539, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '71.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12671, '2022-12-18', 3311, 11411, 3539, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12672, '2022-12-18', 2499, 11412, 3540, 14396, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 231, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12673, '2022-12-18', 2712, 11413, 3541, 19613, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12674, '2022-12-18', 2646, 11414, 3542, 18551, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12675, '2022-12-18', 2645, 11415, 3543, 19628, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 379, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12676, '2022-12-18', 2499, 11416, 3544, 14425, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12677, '2022-12-18', 2661, 11417, 3544, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '36.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12678, '2022-12-18', 2827, 11418, 3544, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '86.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12679, '2022-12-18', 2711, 11419, 3545, 15757, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12680, '2022-12-18', 3212, 11420, 3546, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12681, '2022-12-18', 2713, 11421, 3547, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12682, '2022-12-18', 3301, 11422, 3548, 4596, '8.0000', '0.4000', '0.4000', '0.7500', '0.7500', '1112.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12683, '2022-12-18', 3483, 11423, 3549, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12684, '2022-12-18', 3540, 11424, 3550, 4951, '4.0000', '8.5500', '8.5500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12685, '2022-12-18', 3172, 11425, 3551, 17391, '3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '68.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12686, '2022-12-18', 2893, 11426, 3552, 18156, '-3.0000', '1.5158', '1.5158', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12687, '2022-12-18', 2893, 11426, 3552, 18530, '5.0000', '1.6000', '1.6000', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12688, '2022-12-18', 2713, 11427, 3553, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12689, '2022-12-18', 3048, 11428, 3553, 14582, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 270, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12690, '2022-12-18', 3483, 11429, 3553, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12691, '2022-12-18', 2645, 11430, 3554, 19628, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 379, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12692, '2022-12-18', 2920, 11431, 3555, 18520, '5.0000', '4.5000', '4.5000', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12693, '2022-12-18', 2920, 11432, 3556, 18520, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12694, '2022-12-18', 2650, 11433, 3557, 17135, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12695, '2022-12-18', 2650, 11433, 3557, 18547, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12696, '2022-12-18', 2922, 11434, 3557, 18522, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12697, '2022-12-18', 2644, 11435, 3558, 15774, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12698, '2022-12-18', 2645, 11436, 3559, 19628, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 379, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12699, '2022-12-18', 3085, 11437, 3559, 17450, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12700, '2022-12-18', 2713, 11438, 3560, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12701, '2022-12-18', 2644, 11439, 3561, 15774, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12702, '2022-12-18', 3187, 11440, 3562, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '65.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12703, '2022-12-18', 3314, 11441, 3562, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '98.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12704, '2022-12-18', 3781, 11442, 3563, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12705, '2022-12-18', 2644, 11443, 3564, 15774, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12706, '2022-12-18', 2644, 11444, 3565, 15774, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12707, '2022-12-18', 2713, 11445, 3566, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12708, '2022-12-19', 3584, 11446, 3567, 13343, '1.0000', '29.0000', '29.0000', '39.0000', '39.0000', '5.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12709, '2022-12-19', 2725, 11447, 3567, 10018, '2.0000', '3.8700', '3.8700', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12710, '2022-12-19', 3262, 11448, 3567, 5939, '1.0000', '6.1300', '6.1300', '10.0000', '10.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12711, '2022-12-19', 2607, 11449, 3567, 3902, '-1.0000', '30.9400', '30.9400', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12712, '2022-12-19', 2607, 11449, 3567, 5034, '2.0000', '30.9400', '30.9400', '45.0000', '45.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12713, '2022-12-19', 2699, 11450, 3567, 18556, '5.0000', '6.3000', '6.3000', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12714, '2022-12-19', 2608, 11451, 3567, 15963, '-11.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12715, '2022-12-19', 2608, 11451, 3567, 17423, '10.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12716, '2022-12-19', 2608, 11451, 3567, 18593, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12717, '2022-12-19', 2960, 11452, 3567, 5040, '20.0000', '9.5000', '9.5000', '12.0000', '12.0000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12718, '2022-12-19', 2711, 11453, 3568, 15757, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12719, '2022-12-19', 3048, 11454, 3568, 14738, '-18.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12720, '2022-12-19', 3048, 11454, 3568, 16056, '-1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12721, '2022-12-19', 3048, 11454, 3568, 17562, '-7.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12722, '2022-12-19', 3048, 11454, 3568, 18505, '27.0000', '0.8333', '0.8333', '1.5000', '1.5000', '165.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12723, '2022-12-19', 2801, 11455, 3568, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '10.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12724, '2022-12-19', 3762, 11456, 3569, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '82.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12725, '2022-12-19', 2713, 11457, 3569, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12726, '2022-12-19', 3615, 11458, 3570, 14527, '4.0000', '2.4167', '2.4167', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12727, '2022-12-19', 2712, 11459, 3570, 19613, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12728, '2022-12-19', 3311, 11460, 3570, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12729, '2022-12-19', 3614, 11461, 3570, 14526, '2.0000', '2.8846', '2.8846', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12730, '2022-12-19', 2827, 11462, 3570, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '83.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12731, '2022-12-19', 3314, 11463, 3570, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '97.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12732, '2022-12-19', 3483, 11464, 3570, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12733, '2022-12-19', 3772, 11465, 3571, 18526, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12734, '2022-12-19', 3120, 11466, 3571, 19618, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 375, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12735, '2022-12-19', 3085, 11467, 3571, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12736, '2022-12-19', 3643, 11468, 3571, 17384, '1.0000', '11.4700', '11.4700', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12737, '2022-12-19', 3048, 11469, 3571, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '162.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12738, '2022-12-19', 2790, 11470, 3571, 18511, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12739, '2022-12-19', 3086, 11471, 3572, 16058, '-1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12740, '2022-12-19', 3086, 11471, 3572, 17447, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '22.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12741, '2022-12-19', 2952, 11472, 3572, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12742, '2022-12-19', 3483, 11473, 3572, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12743, '2022-12-19', 2790, 11474, 3572, 18511, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12744, '2022-12-19', 2713, 11475, 3573, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12745, '2022-12-19', 3048, 11476, 3573, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '160.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12746, '2022-12-19', 2952, 11477, 3574, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12747, '2022-12-19', 3187, 11478, 3574, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '64.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12748, '2022-12-19', 2534, 11479, 3574, 18546, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12749, '2022-12-19', 3762, 11480, 3574, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '80.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12750, '2022-12-19', 2713, 11481, 3574, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12751, '2022-12-19', 3086, 11482, 3574, 17447, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '20.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12752, '2022-12-19', 2903, 11483, 3574, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '35.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12753, '2022-12-19', 3212, 11484, 3575, 15778, '2.0000', '3.5417', '3.5417', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12754, '2022-12-19', 3017, 11485, 3575, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12755, '2022-12-19', 2713, 11486, 3575, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12756, '2022-12-19', 2534, 11487, 3575, 18546, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12757, '2022-12-19', 3084, 11488, 3575, 14479, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 251, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12758, '2022-12-19', 2534, 11489, 3576, 18546, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12759, '2022-12-19', 3123, 11490, 3576, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12760, '2022-12-19', 3483, 11491, 3576, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12761, '2022-12-19', 2653, 11492, 3576, 15703, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12762, '2022-12-19', 2713, 11493, 3577, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12763, '2022-12-19', 3123, 11494, 3577, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12764, '2022-12-19', 2886, 11495, 3577, 5480, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12765, '2022-12-19', 3074, 11496, 3577, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12766, '2022-12-19', 2653, 11497, 3577, 15703, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12767, '2022-12-19', 2661, 11498, 3578, 15792, '3.0000', '0.3000', '0.3000', '0.5000', '0.5000', '33.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12768, '2022-12-19', 3554, 11499, 3578, 9988, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 115, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12769, '2022-12-19', 2534, 11500, 3578, 18546, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12770, '2022-12-19', 2710, 11501, 3578, 19614, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12771, '2022-12-19', 2916, 11502, 3579, 18492, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '8.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12772, '2022-12-19', 3305, 11503, 3579, 4600, '25.0000', '0.6100', '0.6100', '1.0000', '1.0000', '178.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12773, '2022-12-19', 3017, 11504, 3580, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12774, '2022-12-19', 2801, 11505, 3580, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12775, '2022-12-19', 2827, 11506, 3580, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '80.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12776, '2022-12-19', 3314, 11507, 3580, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '96.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12777, '2022-12-19', 3048, 11508, 3580, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '157.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12778, '2022-12-19', 2903, 11509, 3581, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '34.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12779, '2022-12-19', 2653, 11510, 3581, 15703, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12780, '2022-12-19', 2887, 11511, 3582, 10200, '1.0000', '1.1250', '1.1250', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12781, '2022-12-19', 2713, 11512, 3582, 19612, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12782, '2022-12-19', 2902, 11513, 3582, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '55.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12783, '2022-12-19', 2926, 11514, 3582, 4728, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12784, '2022-12-19', 2924, 11515, 3582, 14592, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12785, '2022-12-19', 2713, 11516, 3583, 19612, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12786, '2022-12-19', 3483, 11517, 3583, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12787, '2022-12-19', 2790, 11518, 3584, 18511, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12788, '2022-12-19', 2710, 11519, 3584, 19614, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12789, '2022-12-19', 3074, 11520, 3584, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12790, '2022-12-19', 2711, 11521, 3584, 15757, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12791, '2022-12-19', 3114, 11522, 3585, 15109, '-19.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12792, '2022-12-19', 3114, 11522, 3585, 15759, '20.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12793, '2022-12-19', 2827, 11523, 3585, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '77.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12794, '2022-12-19', 2645, 11524, 3586, 19628, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 379, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12795, '2022-12-19', 2713, 11525, 3586, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12796, '2022-12-19', 2704, 11526, 3587, 3999, '10.0000', '0.1000', '0.1000', '0.5000', '0.5000', '85.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12797, '2022-12-19', 2952, 11527, 3587, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12798, '2022-12-19', 3121, 11528, 3588, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '18.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12799, '2022-12-19', 3182, 11529, 3588, 7376, '-9.0000', '7.7925', '7.7925', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12800, '2022-12-19', 3182, 11529, 3588, 8337, '9.0000', '7.7925', '7.7925', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12801, '2022-12-19', 3182, 11529, 3588, 9298, '-9.0000', '7.7925', '7.7925', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12802, '2022-12-19', 3182, 11529, 3588, 13210, '10.0000', '8.8900', '8.8900', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 183, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12803, '2022-12-19', 3114, 11530, 3589, 15759, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12804, '2022-12-19', 2952, 11531, 3589, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12805, '2022-12-19', 2661, 11532, 3590, 15792, '3.0000', '0.3000', '0.3000', '0.5000', '0.5000', '30.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12806, '2022-12-19', 3554, 11533, 3590, 9988, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 115, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12807, '2022-12-19', 2534, 11534, 3590, 18546, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12808, '2022-12-19', 2710, 11535, 3590, 19614, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12809, '2022-12-19', 2661, 11536, 3591, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '28.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12810, '2022-12-19', 2910, 11537, 3591, 4205, '1.0000', '3.4900', '3.4900', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12811, '2022-12-19', 2595, 11538, 3591, 3890, '8.0000', '6.2100', '6.2100', '8.5000', '8.5000', '131.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12812, '2022-12-19', 3101, 11539, 3591, 4396, '2.0000', '6.8700', '6.8700', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12813, '2022-12-19', 2545, 11540, 3591, 3840, '2.0000', '18.0000', '18.0000', '25.0000', '25.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12814, '2022-12-19', 2677, 11541, 3591, 5445, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12815, '2022-12-19', 2867, 11542, 3591, 4162, '3.0000', '37.2900', '37.2900', '50.0000', '50.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12816, '2022-12-19', 3582, 11543, 3592, 13339, '1.0000', '10.7500', '10.7500', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12817, '2022-12-19', 3522, 11544, 3593, 4928, '1.0000', '14.0000', '14.0000', '19.0000', '19.0000', '2.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12818, '2022-12-19', 2646, 11545, 3594, 19647, '18.0000', '11.9500', '11.9500', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12819, '2022-12-19', 2648, 11546, 3594, 19645, '13.0000', '7.8700', '7.8700', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12820, '2022-12-21', 3256, 11547, 3595, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12821, '2022-12-21', 2922, 11548, 3595, 18522, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12822, '2022-12-21', 2918, 11549, 3595, 4213, '3.0000', '1.8800', '1.8800', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12823, '2022-12-21', 2544, 11550, 3595, 3839, '1.0000', '45.6400', '45.6400', '55.0000', '55.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12824, '2022-12-21', 2534, 11551, 3595, 18958, '-3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12825, '2022-12-21', 2534, 11551, 3595, 19637, '4.0000', '4.0000', '4.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12826, '2022-12-21', 2645, 11552, 3595, 19628, '20.0000', '8.5417', '8.5417', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 379, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12827, '2022-12-21', 3774, 11553, 3595, 17427, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12828, '2022-12-21', 2712, 11554, 3595, 19613, '2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12829, '2022-12-21', 2901, 11555, 3595, 19642, '5.0000', '13.9500', '13.9500', '18.0000', '18.0000', '17.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12830, '2022-12-21', 2881, 11556, 3595, 17903, '-7.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12831, '2022-12-21', 2881, 11556, 3595, 18528, '13.0000', '1.0000', '1.0000', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12832, '2022-12-21', 3114, 11557, 3595, 15759, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12833, '2022-12-21', 2500, 11558, 3595, 17127, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12834, '2022-12-21', 2923, 11559, 3595, 18523, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12835, '2022-12-21', 2710, 11560, 3595, 19614, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12836, '2022-12-21', 2982, 11561, 3595, 17131, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12837, '2022-12-21', 3178, 11562, 3595, 4473, '1.0000', '5.7200', '5.7200', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12838, '2022-12-21', 3074, 11563, 3595, 14621, '2.0000', '2.1617', '2.1617', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12839, '2022-12-21', 2499, 11564, 3595, 14425, '3.0000', '8.5200', '8.5200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12840, '2022-12-21', 2507, 11565, 3595, 14604, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12841, '2022-12-21', 2647, 11566, 3595, 18549, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12842, '2022-12-21', 2711, 11567, 3595, 15757, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12843, '2022-12-21', 3029, 11568, 3595, 4324, '3.0000', '5.9500', '5.9500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12844, '2022-12-21', 3483, 11569, 3595, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12845, '2022-12-21', 3650, 11570, 3595, 15797, '1.0000', '3.4833', '3.4833', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12846, '2022-12-21', 3182, 11571, 3595, 13210, '1.0000', '8.8900', '8.8900', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 183, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12847, '2022-12-21', 2713, 11572, 3595, 19612, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12848, '2022-12-21', 3781, 11573, 3595, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12849, '2022-12-21', 2827, 11574, 3595, 14511, '6.0000', '0.1300', '0.1300', '0.3333', '0.3333', '71.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12850, '2022-12-21', 2661, 11575, 3595, 15792, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '27.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12851, '2022-12-21', 2646, 11576, 3595, 19647, '5.0000', '11.9500', '11.9500', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12852, '2022-12-21', 3086, 11577, 3595, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12853, '2022-12-21', 3017, 11578, 3595, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12854, '2022-12-21', 2887, 11579, 3595, 10200, '3.0000', '1.1250', '1.1250', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12855, '2022-12-21', 2952, 11580, 3595, 17137, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12856, '2022-12-21', 3646, 11581, 3595, 19787, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12857, '2022-12-21', 2644, 11582, 3596, 15774, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12858, '2022-12-21', 2552, 11583, 3596, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12859, '2022-12-21', 2697, 11584, 3596, 3992, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12860, '2022-12-21', 2699, 11585, 3596, 18556, '5.0000', '6.3000', '6.3000', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12861, '2022-12-21', 2700, 11586, 3596, 3995, '3.0000', '6.4500', '6.4500', '8.0000', '8.0000', '51.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12862, '2022-12-21', 2698, 11587, 3596, 15693, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12863, '2022-12-21', 2535, 11588, 3596, 3830, '2.0000', '3.2900', '3.2900', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12864, '2022-12-21', 2536, 11589, 3596, 8442, '1.0000', '4.1800', '4.1800', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12865, '2022-12-21', 2645, 11590, 3596, 19628, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 379, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12866, '2022-12-21', 2642, 11591, 3596, 19636, '4.0000', '6.8333', '6.8333', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12867, '2022-12-21', 3182, 11592, 3596, 13210, '1.0000', '8.8900', '8.8900', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 183, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12868, '2022-12-21', 3549, 11593, 3596, 5019, '5.0000', '17.7100', '17.7100', '25.0000', '25.0000', '3.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12869, '2022-12-21', 2901, 11594, 3596, 19642, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12870, '2022-12-21', 3126, 11595, 3596, 9980, '1.0000', '11.4917', '11.4917', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12871, '2022-12-21', 2646, 11596, 3596, 19647, '10.0000', '11.9500', '11.9500', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12872, '2022-12-21', 3029, 11597, 3596, 5711, '1.0000', '5.9500', '5.9500', '10.0000', '10.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12873, '2022-12-21', 3231, 11598, 3596, 15786, '2.0000', '1.7900', '1.7900', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12874, '2022-12-21', 3483, 11599, 3596, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12875, '2022-12-21', 2949, 11600, 3596, 15782, '3.0000', '6.6700', '6.6700', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12876, '2022-12-21', 3306, 11601, 3596, 4601, '15.0000', '0.5100', '0.5100', '1.0000', '1.0000', '272.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12877, '2022-12-21', 3781, 11602, 3596, 18501, '2.0000', '1.6667', '1.6667', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12878, '2022-12-21', 3311, 11603, 3596, 14579, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12879, '2022-12-21', 2950, 11604, 3596, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12880, '2022-12-21', 2649, 11605, 3596, 17454, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12881, '2022-12-21', 2711, 11606, 3596, 15757, '9.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12882, '2022-12-21', 2678, 11607, 3596, 3973, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12883, '2022-12-21', 3084, 11608, 3596, 14515, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12884, '2022-12-21', 2710, 11609, 3596, 19614, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12885, '2022-12-21', 2920, 11610, 3596, 18520, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '3.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12886, '2022-12-21', 3314, 11611, 3596, 4609, '4.0000', '0.5400', '0.5400', '1.0000', '1.0000', '92.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12887, '2022-12-21', 3553, 11612, 3596, 19630, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12888, '2022-12-21', 2921, 11613, 3596, 15762, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12889, '2022-12-21', 2936, 11614, 3596, 14594, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12890, '2022-12-21', 2517, 11615, 3596, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '15.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12891, '2022-12-21', 2713, 11616, 3596, 19612, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12892, '2022-12-21', 3172, 11617, 3596, 17391, '5.0000', '3.4697', '3.4697', '4.0000', '4.0000', '63.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12893, '2022-12-21', 3187, 11618, 3596, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '62.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12894, '2022-12-21', 3635, 11619, 3596, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '37.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12895, '2022-12-21', 3762, 11620, 3596, 17379, '4.0000', '0.1600', '0.1600', '1.0000', '1.0000', '76.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12896, '2022-12-21', 3017, 11621, 3596, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12897, '2022-12-21', 3074, 11622, 3596, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12898, '2022-12-21', 2504, 11623, 3596, 15707, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12899, '2022-12-21', 2822, 11624, 3596, 13729, '6.0000', '4.6667', '4.6667', '8.0000', '8.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12900, '2022-12-21', 3482, 11625, 3597, 14517, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12901, '2022-12-21', 3772, 11626, 3597, 18526, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12902, '2022-12-21', 2827, 11627, 3597, 14511, '1.0000', '0.1300', '0.1300', '0.3333', '0.3333', '70.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12903, '2022-12-21', 2822, 11628, 3597, 13729, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12904, '2022-12-21', 2647, 11629, 3597, 18549, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12905, '2022-12-21', 3753, 11630, 3597, 17143, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '35.0000', 1, 0, NULL, 315, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12906, '2022-12-21', 3027, 11631, 3597, 17437, '1.0000', '8.3100', '8.3100', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12907, '2022-12-21', 2704, 11632, 3597, 3999, '10.0000', '0.1000', '0.1000', '0.5000', '0.5000', '75.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12908, '2022-12-21', 3650, 11633, 3597, 15797, '1.0000', '3.4833', '3.4833', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12909, '2022-12-21', 2982, 11634, 3597, 17131, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12910, '2022-12-21', 2801, 11635, 3597, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12911, '2022-12-21', 3602, 11636, 3597, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12912, '2022-12-21', 3084, 11637, 3597, 14515, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12913, '2022-12-21', 2699, 11638, 3597, 18556, '5.0000', '6.3000', '6.3000', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12914, '2022-12-21', 2500, 11639, 3597, 17127, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12915, '2022-12-21', 3482, 11640, 3598, 14517, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '12.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12916, '2022-12-21', 3772, 11641, 3598, 18526, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12917, '2022-12-21', 2827, 11642, 3598, 14511, '1.0000', '0.1300', '0.1300', '0.3333', '0.3333', '69.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12918, '2022-12-21', 2822, 11643, 3598, 13729, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12919, '2022-12-21', 2647, 11644, 3598, 18549, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12920, '2022-12-21', 3753, 11645, 3598, 17143, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 315, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12921, '2022-12-21', 3027, 11646, 3598, 17437, '1.0000', '8.3100', '8.3100', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12922, '2022-12-21', 2704, 11647, 3598, 3999, '10.0000', '0.1000', '0.1000', '0.5000', '0.5000', '65.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12923, '2022-12-21', 3650, 11648, 3598, 15797, '1.0000', '3.4833', '3.4833', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12924, '2022-12-21', 2982, 11649, 3598, 17131, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12925, '2022-12-21', 2982, 11649, 3598, 17446, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12926, '2022-12-21', 2801, 11650, 3598, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12927, '2022-12-21', 3602, 11651, 3598, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12928, '2022-12-21', 3084, 11652, 3598, 14515, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12929, '2022-12-21', 2699, 11653, 3598, 18556, '1.0000', '6.3000', '6.3000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 365, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12930, '2022-12-21', 2699, 11653, 3598, 19460, '-5.0000', '6.3000', '6.3000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12931, '2022-12-21', 2699, 11653, 3598, 20556, '8.0000', '6.3000', '6.3000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12932, '2022-12-21', 2699, 11653, 3598, 21604, '-8.0000', '6.3000', '6.3000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12933, '2022-12-21', 2699, 11653, 3598, 22652, '8.0000', '6.3000', '6.3000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12934, '2022-12-21', 2699, 11653, 3598, 22792, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '99.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12935, '2022-12-21', 2500, 11654, 3598, 17127, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12936, '2022-12-21', 2645, 11655, 3599, 19628, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 379, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12937, '2022-12-21', 3772, 11656, 3600, 18526, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12938, '2022-12-21', 3609, 11657, 3600, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '113.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12939, '2022-12-21', 3483, 11658, 3601, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12940, '2022-12-21', 3027, 11659, 3602, 17437, '3.0000', '8.3100', '8.3100', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12941, '2022-12-21', 2827, 11660, 3602, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '66.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12942, '2022-12-21', 3074, 11661, 3603, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12943, '2022-12-21', 2534, 11662, 3603, 19637, '3.0000', '4.0000', '4.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12944, '2022-12-21', 3123, 11663, 3603, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12945, '2022-12-21', 3483, 11664, 3603, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12946, '2022-12-21', 3643, 11665, 3604, 17384, '1.0000', '11.4700', '11.4700', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12947, '2022-12-21', 3646, 11666, 3604, 19787, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12948, '2022-12-21', 2887, 11667, 3604, 10200, '1.0000', '1.1250', '1.1250', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12949, '2022-12-21', 2827, 11668, 3604, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '63.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12950, '2022-12-21', 2552, 11669, 3604, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12951, '2022-12-21', 2534, 11670, 3604, 19637, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12952, '2022-12-21', 2713, 11671, 3604, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12953, '2022-12-21', 2827, 11672, 3605, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '60.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12954, '2022-12-21', 2881, 11673, 3605, 18528, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12955, '2022-12-21', 2950, 11674, 3605, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12956, '2022-12-21', 3048, 11675, 3605, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '156.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12957, '2022-12-21', 3483, 11676, 3605, 14518, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12958, '2022-12-21', 2921, 11677, 3606, 15762, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12959, '2022-12-21', 2919, 11678, 3607, 18521, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12960, '2022-12-21', 2920, 11679, 3607, 18520, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12961, '2022-12-21', 2920, 11679, 3607, 20063, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12962, '2022-12-21', 2827, 11680, 3607, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '57.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12963, '2022-12-21', 3772, 11681, 3608, 18526, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12964, '2022-12-21', 3772, 11681, 3608, 19267, '-1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12965, '2022-12-21', 3772, 11681, 3608, 19631, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12966, '2022-12-21', 2646, 11682, 3609, 19647, '1.0000', '11.9500', '11.9500', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12967, '2022-12-21', 3085, 11683, 3610, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12968, '2022-12-21', 3599, 11684, 3610, 14493, '1.0000', '2.2917', '2.2917', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12969, '2022-12-21', 2646, 11685, 3610, 19647, '4.0000', '11.9500', '11.9500', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12970, '2022-12-21', 2646, 11686, 3611, 19647, '1.0000', '11.9500', '11.9500', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12971, '2022-12-21', 2952, 11687, 3611, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12972, '2022-12-21', 3172, 11688, 3611, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12973, '2022-12-21', 2713, 11689, 3612, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12974, '2022-12-21', 3074, 11690, 3613, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12975, '2022-12-21', 2644, 11691, 3614, 15774, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12976, '2022-12-21', 2927, 11692, 3615, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12977, '2022-12-21', 2935, 11693, 3615, 17413, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12978, '2022-12-22', 3815, 11694, 3616, 22817, '1.0000', '20.0000', '20.0000', '28.0000', '28.0000', '2.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12979, '2022-12-22', 2827, 11695, 3617, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '54.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12980, '2022-12-22', 3048, 11696, 3618, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '155.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12981, '2022-12-22', 3483, 11697, 3618, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12982, '2022-12-22', 2661, 11698, 3619, 15792, '3.0000', '0.3000', '0.3000', '0.5000', '0.5000', '24.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12983, '2022-12-22', 3187, 11699, 3619, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '60.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12984, '2022-12-22', 2534, 11700, 3619, 19637, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12985, '2022-12-22', 3743, 11701, 3619, 17449, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12986, '2022-12-22', 3483, 11702, 3620, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12987, '2022-12-22', 2712, 11703, 3621, 19613, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12988, '2022-12-22', 3781, 11704, 3622, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12989, '2022-12-22', 3772, 11705, 3622, 19631, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12990, '2022-12-22', 3625, 11706, 3622, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '26.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12991, '2022-12-22', 3628, 11707, 3622, 14547, '1.0000', '1.0377', '1.0377', '2.0000', '2.0000', '48.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12992, '2022-12-22', 2713, 11708, 3622, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12993, '2022-12-22', 3780, 11709, 3622, 18502, '2.0000', '0.7917', '0.7917', '1.5000', '1.5000', '118.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12994, '2022-12-22', 2508, 11710, 3622, 14605, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12995, '2022-12-22', 3483, 11711, 3622, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12996, '2022-12-22', 2534, 11712, 3623, 19637, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12997, '2022-12-22', 3212, 11713, 3623, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12998, '2022-12-22', 2552, 11714, 3624, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (12999, '2022-12-22', 3483, 11715, 3624, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13000, '2022-12-22', 3482, 11716, 3624, 14517, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13001, '2022-12-22', 2903, 11717, 3624, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '33.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13002, '2022-12-22', 2653, 11718, 3625, 15703, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13003, '2022-12-22', 2713, 11719, 3625, 19612, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13004, '2022-12-22', 2534, 11720, 3625, 19637, '2.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13005, '2022-12-22', 3172, 11721, 3626, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '60.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13006, '2022-12-22', 3483, 11722, 3626, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13007, '2022-12-22', 3085, 11723, 3626, 17450, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13008, '2022-12-22', 3786, 11724, 3626, 18543, '1.0000', '1.9167', '1.9167', '2.5000', '2.5000', '46.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13009, '2022-12-22', 2608, 11725, 3626, 18593, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13010, '2022-12-22', 2617, 11726, 3626, 3912, '6.0000', '6.0000', '6.0000', '7.5000', '7.5000', '62.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13011, '2022-12-22', 2897, 11727, 3626, 14551, '1.0000', '191.6633', '191.6633', '240.0000', '240.0000', '1.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13012, '2022-12-22', 3187, 11728, 3626, 18534, '5.0000', '0.6429', '0.6429', '1.2500', '1.2500', '55.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13013, '2022-12-22', 2648, 11729, 3627, 19645, '2.0000', '7.8700', '7.8700', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13014, '2022-12-22', 2901, 11730, 3627, 19642, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '15.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13015, '2022-12-22', 3027, 11731, 3628, 17437, '1.0000', '8.3100', '8.3100', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13016, '2022-12-22', 3235, 11732, 3629, 17434, '1.0000', '88.2500', '88.2500', '105.0000', '105.0000', '11.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13017, '2022-12-22', 2698, 11733, 3629, 15693, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13018, '2022-12-22', 3802, 11734, 3629, 22802, '1.0000', '58.0000', '58.0000', '75.0000', '75.0000', '3.0000', 1, 0, NULL, 389, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13019, '2022-12-22', 3327, 11735, 3629, 4622, '1.0000', '15.8800', '15.8800', '22.0000', '22.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13020, '2022-12-22', 3327, 11735, 3629, 5967, '1.0000', '15.8800', '15.8800', '22.0000', '22.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13021, '2022-12-22', 3570, 11736, 3629, 13175, '1.0000', '42.0700', '42.0700', '55.0000', '55.0000', '4.0000', 1, 0, NULL, 176, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13022, '2022-12-22', 2669, 11737, 3629, 5302, '1.0000', '14.1300', '14.1300', '20.0000', '20.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13023, '2022-12-22', 2713, 11738, 3630, 19612, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13024, '2022-12-22', 2552, 11739, 3630, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13025, '2022-12-22', 3762, 11740, 3630, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '75.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13026, '2022-12-22', 2710, 11741, 3630, 19614, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13027, '2022-12-22', 3267, 11742, 3631, 4562, '1.0000', '33.0900', '33.0900', '45.0000', '45.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13028, '2022-12-22', 3260, 11743, 3631, 4832, '6.0000', '1.3900', '1.3900', '3.0000', '3.0000', '77.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13029, '2022-12-22', 2719, 11744, 3631, 4850, '10.0000', '0.9900', '0.9900', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13030, '2022-12-22', 2725, 11745, 3631, 4020, '3.0000', '4.5900', '4.5900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13031, '2022-12-22', 3262, 11746, 3631, 5939, '3.0000', '6.1300', '6.1300', '10.0000', '10.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13032, '2022-12-22', 2490, 11747, 3631, 3785, '8.0000', '0.6900', '0.6900', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13033, '2022-12-22', 2727, 11748, 3631, 17425, '3.0000', '20.0000', '20.0000', '40.0000', '40.0000', '15.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13034, '2022-12-22', 2724, 11749, 3631, 4019, '3.0000', '1.1900', '1.1900', '2.0000', '2.0000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13035, '2022-12-22', 3000, 11750, 3631, 4295, '1.0000', '59.0000', '59.0000', '80.0000', '80.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13036, '2022-12-22', 3553, 11751, 3632, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13037, '2022-12-22', 2699, 11752, 3632, 22792, '4.0000', '6.6000', '6.6000', '8.0000', '8.0000', '95.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13038, '2022-12-22', 2698, 11753, 3632, 15693, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 287, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13039, '2022-12-22', 2608, 11754, 3632, 3903, '1.0000', '30.5900', '30.5900', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13040, '2022-12-22', 3233, 11755, 3632, 17431, '2.0000', '25.5000', '25.5000', '40.0000', '40.0000', '16.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13041, '2022-12-22', 2598, 11756, 3632, 3893, '4.0000', '3.6300', '3.6300', '8.5000', '8.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13042, '2022-12-22', 2596, 11757, 3632, 5722, '2.0000', '7.0000', '7.0000', '10.0000', '10.0000', '44.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13043, '2022-12-22', 3064, 11758, 3633, 4359, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13044, '2022-12-22', 3121, 11759, 3634, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '17.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13045, '2022-12-22', 2987, 11760, 3635, 4282, '1.0000', '44.5000', '44.5000', '60.0000', '60.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13046, '2022-12-22', 2497, 11761, 3635, 3792, '2.0000', '0.6900', '0.6900', '2.0000', '2.0000', '42.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13047, '2022-12-22', 3565, 11762, 3636, 13170, '1.0000', '9.5000', '9.5000', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13048, '2022-12-22', 2595, 11763, 3636, 3890, '10.0000', '6.2100', '6.2100', '8.5000', '8.5000', '121.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13049, '2022-12-22', 3085, 11764, 3637, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13050, '2022-12-22', 2711, 11765, 3637, 15757, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13051, '2022-12-22', 2653, 11766, 3638, 15703, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13052, '2022-12-22', 3182, 11767, 3639, 13845, '-3.0000', '8.8900', '8.8900', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13053, '2022-12-22', 3182, 11767, 3639, 14519, '4.0000', '4.4400', '4.4400', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13054, '2022-12-22', 2645, 11768, 3640, 19628, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 379, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13055, '2022-12-22', 2711, 11769, 3640, 15757, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13056, '2022-12-22', 2827, 11770, 3641, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '51.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13057, '2022-12-22', 2712, 11771, 3642, 19613, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13058, '2022-12-22', 2645, 11772, 3643, 19628, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 379, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13059, '2022-12-22', 3314, 11773, 3644, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '91.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13060, '2022-12-22', 2949, 11774, 3645, 15782, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13061, '2022-12-22', 2517, 11775, 3645, 18538, '2.0000', '11.4200', '11.4200', '13.0000', '13.0000', '13.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13062, '2022-12-22', 2647, 11776, 3646, 18549, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13063, '2022-12-22', 3048, 11777, 3647, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '154.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13064, '2022-12-22', 2791, 11778, 3647, 14986, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13065, '2022-12-22', 2661, 11779, 3647, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '22.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13066, '2022-12-22', 2902, 11780, 3648, 18517, '3.0000', '6.3656', '6.3656', '9.0000', '9.0000', '52.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13067, '2022-12-22', 3615, 11781, 3648, 14527, '1.0000', '2.4167', '2.4167', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13068, '2022-12-22', 2645, 11782, 3649, 20009, '-2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13069, '2022-12-22', 2645, 11782, 3649, 21057, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13070, '2022-12-22', 2645, 11782, 3649, 22105, '-2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13071, '2022-12-22', 2645, 11782, 3649, 22799, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13072, '2022-12-22', 3646, 11783, 3649, 19787, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13073, '2022-12-22', 2661, 11784, 3649, 15792, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '21.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13074, '2022-12-22', 3565, 11785, 3650, 13170, '1.0000', '9.5000', '9.5000', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13075, '2022-12-22', 3632, 11786, 3650, 14556, '2.0000', '0.1766', '0.1766', '0.5000', '0.5000', '78.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13076, '2022-12-22', 3084, 11787, 3651, 14515, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13077, '2022-12-22', 3172, 11788, 3651, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13078, '2022-12-22', 3060, 11789, 3652, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13079, '2022-12-22', 2822, 11790, 3653, 13729, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13080, '2022-12-22', 2822, 11790, 3653, 14981, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13081, '2022-12-22', 2822, 11791, 3654, 14981, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13082, '2022-12-22', 3172, 11792, 3654, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13083, '2022-12-22', 2645, 11793, 3655, 22799, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13084, '2022-12-22', 3182, 11794, 3655, 14519, '1.0000', '4.4400', '4.4400', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13085, '2022-12-23', 2660, 11795, 3656, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13086, '2022-12-23', 2952, 11796, 3656, 17137, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13087, '2022-12-23', 2890, 11797, 3656, 5481, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13088, '2022-12-23', 3017, 11798, 3656, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13089, '2022-12-23', 2801, 11799, 3657, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13090, '2022-12-23', 3314, 11800, 3658, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '90.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13091, '2022-12-23', 2713, 11801, 3659, 20129, '-2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13092, '2022-12-23', 2713, 11801, 3659, 21177, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13093, '2022-12-23', 2713, 11801, 3659, 22225, '-2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13094, '2022-12-23', 2713, 11801, 3659, 22797, '4.0000', '5.8333', '5.8333', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13095, '2022-12-23', 2903, 11802, 3659, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '32.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13096, '2022-12-23', 3780, 11803, 3659, 18502, '1.0000', '0.7917', '0.7917', '1.5000', '1.5000', '117.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13097, '2022-12-23', 3017, 11804, 3660, 18536, '2.0000', '4.3800', '4.3800', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13098, '2022-12-23', 2902, 11805, 3660, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '51.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13099, '2022-12-23', 2790, 11806, 3660, 18511, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13100, '2022-12-23', 3543, 11807, 3660, 4954, '1.0000', '4.9883', '4.9883', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13101, '2022-12-23', 3191, 11808, 3660, 5011, '1.0000', '37.3100', '37.3100', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13102, '2022-12-23', 2645, 11809, 3661, 22799, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13103, '2022-12-23', 2713, 11810, 3661, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13104, '2022-12-23', 2987, 11811, 3662, 4282, '1.0000', '44.5000', '44.5000', '60.0000', '60.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13105, '2022-12-23', 2497, 11812, 3662, 3792, '2.0000', '0.6900', '0.6900', '2.0000', '2.0000', '40.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13106, '2022-12-23', 3208, 11813, 3663, 4503, '1.0000', '24.8500', '24.8500', '35.0000', '35.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13107, '2022-12-23', 2936, 11814, 3664, 14594, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13108, '2022-12-23', 2982, 11815, 3665, 17446, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13109, '2022-12-23', 2982, 11816, 3666, 17446, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13110, '2022-12-23', 3483, 11817, 3666, 14518, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13111, '2022-12-23', 3774, 11818, 3667, 17427, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13112, '2022-12-23', 2661, 11819, 3667, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '19.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13113, '2022-12-23', 3029, 11820, 3667, 5711, '2.0000', '5.9500', '5.9500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13114, '2022-12-23', 3029, 11820, 3667, 7635, '-5.0000', '5.9500', '5.9500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13115, '2022-12-23', 3029, 11820, 3667, 8596, '5.0000', '5.9500', '5.9500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13116, '2022-12-23', 3029, 11820, 3667, 9557, '-5.0000', '5.9500', '5.9500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13117, '2022-12-23', 3029, 11820, 3667, 10902, '-2.0000', '5.9500', '5.9500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13118, '2022-12-23', 3029, 11820, 3667, 11872, '2.0000', '5.9500', '5.9500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13119, '2022-12-23', 3029, 11820, 3667, 12842, '-2.0000', '5.9500', '5.9500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13120, '2022-12-23', 3029, 11820, 3667, 17439, '8.0000', '6.4100', '6.4100', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13121, '2022-12-23', 3602, 11821, 3668, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13122, '2022-12-23', 2645, 11822, 3668, 22799, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13123, '2022-12-23', 3256, 11823, 3669, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13124, '2022-12-23', 2950, 11824, 3669, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13125, '2022-12-23', 3483, 11825, 3669, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13126, '2022-12-23', 2504, 11826, 3670, 15707, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13127, '2022-12-23', 2982, 11827, 3670, 17446, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13128, '2022-12-23', 2645, 11828, 3671, 22799, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13129, '2022-12-23', 2644, 11829, 3672, 15774, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13130, '2022-12-23', 3483, 11830, 3673, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13131, '2022-12-23', 2644, 11831, 3674, 15774, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13132, '2022-12-23', 2648, 11832, 3674, 19645, '1.0000', '7.8700', '7.8700', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13133, '2022-12-23', 3063, 11833, 3674, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13134, '2022-12-23', 3172, 11834, 3674, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13135, '2022-12-23', 2642, 11835, 3674, 19636, '2.0000', '6.8333', '6.8333', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13136, '2022-12-23', 2645, 11836, 3674, 22799, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13137, '2022-12-23', 2645, 11837, 3675, 22799, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13138, '2022-12-23', 2645, 11838, 3676, 22799, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13139, '2022-12-23', 3120, 11839, 3676, 22828, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13140, '2022-12-23', 2661, 11840, 3677, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '17.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13141, '2022-12-23', 2827, 11841, 3678, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '48.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13142, '2022-12-23', 2645, 11842, 3679, 22799, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13143, '2022-12-23', 2952, 11843, 3679, 17137, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 313, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13144, '2022-12-23', 2916, 11844, 3680, 18492, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '7.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13145, '2022-12-23', 2647, 11845, 3680, 18549, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13146, '2022-12-23', 2647, 11845, 3680, 18920, '-12.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13147, '2022-12-23', 2647, 11845, 3680, 19644, '13.0000', '7.8700', '7.8700', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13148, '2022-12-23', 3231, 11846, 3681, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '24.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13149, '2022-12-23', 2923, 11847, 3682, 18523, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13150, '2022-12-23', 3084, 11848, 3683, 14515, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13151, '2022-12-23', 3048, 11849, 3683, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '153.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13152, '2022-12-23', 2970, 11850, 3684, 4265, '2.0000', '2.8000', '2.8000', '6.5000', '6.5000', '33.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13153, '2022-12-23', 2968, 11851, 3684, 4263, '3.0000', '2.8000', '2.8000', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13154, '2022-12-23', 2647, 11852, 3685, 19644, '1.0000', '7.8700', '7.8700', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13155, '2022-12-23', 3212, 11853, 3686, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13156, '2022-12-23', 2558, 11854, 3687, 3853, '1.0000', '7.1700', '7.1700', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13157, '2022-12-23', 2647, 11855, 3687, 19644, '1.0000', '7.8700', '7.8700', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13158, '2022-12-23', 3166, 11856, 3688, 18943, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13159, '2022-12-23', 3166, 11856, 3688, 20031, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13160, '2022-12-23', 3256, 11857, 3688, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13161, '2022-12-23', 3483, 11858, 3688, 14518, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13162, '2022-12-23', 2950, 11859, 3688, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13163, '2022-12-23', 2647, 11860, 3689, 19644, '1.0000', '7.8700', '7.8700', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13164, '2022-12-23', 3123, 11861, 3690, 18509, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13165, '2022-12-23', 2646, 11862, 3691, 19647, '4.0000', '11.9500', '11.9500', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13166, '2022-12-23', 3085, 11863, 3691, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13167, '2022-12-23', 2645, 11864, 3691, 22799, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13168, '2022-12-23', 2711, 11865, 3691, 15757, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13169, '2022-12-23', 3602, 11866, 3691, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13170, '2022-12-23', 2827, 11867, 3691, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '45.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13171, '2022-12-23', 2507, 11868, 3692, 14604, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13172, '2022-12-23', 3314, 11869, 3693, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '89.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13173, '2022-12-23', 2712, 11870, 3694, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '17.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13174, '2022-12-23', 2901, 11871, 3694, 19642, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13175, '2022-12-23', 3187, 11872, 3694, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '53.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13176, '2022-12-23', 2646, 11873, 3695, 19647, '1.0000', '11.9500', '11.9500', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13177, '2022-12-23', 3483, 11874, 3695, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13178, '2022-12-23', 3646, 11875, 3695, 19787, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13179, '2022-12-23', 2661, 11876, 3695, 15792, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '16.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13180, '2022-12-23', 2645, 11877, 3696, 22799, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13181, '2022-12-23', 2644, 11878, 3696, 15774, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13182, '2022-12-23', 3646, 11879, 3696, 19787, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13183, '2022-12-23', 3086, 11880, 3697, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13184, '2022-12-23', 3781, 11881, 3697, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13185, '2022-12-23', 3772, 11882, 3697, 19631, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13186, '2022-12-23', 2661, 11883, 3697, 15792, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '15.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13187, '2022-12-23', 3060, 11884, 3698, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13188, '2022-12-23', 2644, 11885, 3699, 15774, '5.0000', '3.4229', '3.4229', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13189, '2022-12-24', 2485, 11886, 3700, 15689, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '0.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13190, '2022-12-24', 3646, 11887, 3701, 19787, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13191, '2022-12-24', 2903, 11888, 3702, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '31.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13192, '2022-12-24', 3074, 11889, 3703, 14621, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13193, '2022-12-24', 2950, 11890, 3704, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13194, '2022-12-24', 2901, 11891, 3705, 19642, '2.0000', '13.9500', '13.9500', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13195, '2022-12-24', 3772, 11892, 3706, 19631, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13196, '2022-12-24', 2901, 11893, 3707, 19642, '2.0000', '13.9500', '13.9500', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13197, '2022-12-24', 2901, 11894, 3708, 19642, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13198, '2022-12-24', 2661, 11895, 3709, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '13.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13199, '2022-12-24', 2950, 11896, 3710, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13200, '2022-12-24', 3086, 11897, 3711, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '17.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13201, '2022-12-24', 2950, 11898, 3712, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13202, '2022-12-24', 2952, 11899, 3713, 17631, '-4.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13203, '2022-12-24', 2952, 11899, 3713, 18739, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13204, '2022-12-24', 2952, 11899, 3713, 19609, '4.0000', '3.1667', '3.1667', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13205, '2022-12-24', 2952, 11900, 3714, 19609, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13206, '2022-12-24', 3762, 11901, 3715, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '74.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13207, '2022-12-24', 3060, 11902, 3716, 18500, '1.0000', '5.6458', '5.6458', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13208, '2022-12-24', 2699, 11903, 3717, 22792, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '93.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13209, '2022-12-24', 3085, 11904, 3718, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13210, '2022-12-24', 2642, 11905, 3718, 19636, '1.0000', '6.8333', '6.8333', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13211, '2022-12-24', 2642, 11906, 3719, 19636, '2.0000', '6.8333', '6.8333', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13212, '2022-12-24', 3172, 11907, 3719, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13213, '2022-12-24', 2949, 11908, 3719, 15782, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13214, '2022-12-24', 2661, 11909, 3719, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '11.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13215, '2022-12-24', 2653, 11910, 3719, 15703, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13216, '2022-12-24', 2651, 11911, 3720, 15784, '6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13217, '2022-12-24', 2827, 11912, 3720, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '42.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13218, '2022-12-24', 2661, 11913, 3720, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '9.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13219, '2022-12-24', 2927, 11914, 3721, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13220, '2022-12-24', 3187, 11915, 3721, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '51.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13221, '2022-12-24', 2642, 11916, 3722, 19636, '1.0000', '6.8333', '6.8333', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13222, '2022-12-24', 3060, 11917, 3722, 18751, '-3.0000', '5.6458', '5.6458', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13223, '2022-12-24', 3060, 11917, 3722, 22833, '4.0000', '6.6877', '6.6877', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13224, '2022-12-24', 3074, 11918, 3723, 15112, '-20.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13225, '2022-12-24', 3074, 11918, 3723, 16434, '-5.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13226, '2022-12-24', 3074, 11918, 3723, 17376, '26.0000', '2.1617', '2.1617', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13227, '2022-12-24', 2789, 11919, 3724, 14988, '-3.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13228, '2022-12-24', 2789, 11919, 3724, 15727, '5.0000', '9.5600', '9.5600', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13229, '2022-12-24', 3314, 11920, 3724, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '87.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13230, '2022-12-24', 2651, 11921, 3725, 15784, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13231, '2022-12-24', 2644, 11922, 3726, 15774, '5.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13232, '2022-12-24', 2644, 11922, 3726, 18552, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13233, '2022-12-24', 2712, 11923, 3726, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '16.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13234, '2022-12-24', 3060, 11924, 3726, 22833, '2.0000', '6.6877', '6.6877', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13235, '2022-12-24', 3762, 11925, 3726, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '73.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13236, '2022-12-24', 2973, 11926, 3727, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '17.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13237, '2022-12-24', 2830, 11927, 3728, 4125, '2.0000', '4.0000', '4.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13238, '2022-12-24', 2518, 11928, 3728, 3813, '1.0000', '8.5000', '8.5000', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13239, '2022-12-24', 2644, 11929, 3729, 18552, '7.0000', '3.4229', '3.4229', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13240, '2022-12-24', 2922, 11930, 3730, 18522, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13241, '2022-12-24', 2648, 11931, 3731, 19645, '5.0000', '7.8700', '7.8700', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13242, '2022-12-24', 2648, 11932, 3732, 19645, '4.0000', '7.8700', '7.8700', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13243, '2022-12-24', 2648, 11933, 3733, 19645, '4.0000', '7.8700', '7.8700', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13244, '2022-12-24', 3649, 11934, 3734, 15723, '1.0000', '24.0000', '24.0000', '30.0000', '30.0000', '6.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13245, '2022-12-24', 3085, 11935, 3734, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13246, '2022-12-24', 2647, 11936, 3734, 19644, '3.0000', '7.8700', '7.8700', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13247, '2022-12-24', 2647, 11937, 3735, 19644, '8.0000', '7.8700', '7.8700', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13248, '2022-12-24', 2648, 11938, 3736, 19645, '3.0000', '7.8700', '7.8700', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13249, '2022-12-25', 2648, 11939, 3737, 19645, '6.0000', '7.8700', '7.8700', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13250, '2022-12-25', 3646, 11940, 3737, 19787, '6.0000', '1.1233', '1.1233', '1.5000', '1.5000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13251, '2022-12-25', 3580, 11941, 3737, 18540, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13252, '2022-12-25', 3625, 11942, 3738, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '25.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13253, '2022-12-25', 2647, 11943, 3738, 19644, '6.0000', '7.8700', '7.8700', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13254, '2022-12-25', 3550, 11944, 3738, 5020, '2.0000', '5.4400', '5.4400', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13255, '2022-12-25', 3060, 11945, 3739, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13256, '2022-12-25', 3074, 11946, 3740, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13257, '2022-12-25', 2916, 11947, 3741, 18492, '4.0000', '40.6717', '40.6717', '52.0000', '52.0000', '3.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13258, '2022-12-25', 2653, 11948, 3741, 15703, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13259, '2022-12-25', 3231, 11949, 3742, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13260, '2022-12-25', 3166, 11950, 3743, 20031, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13261, '2022-12-25', 2712, 11951, 3744, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '15.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13262, '2022-12-25', 2950, 11952, 3744, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13263, '2022-12-25', 2661, 11953, 3745, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '7.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13264, '2022-12-25', 3120, 11954, 3746, 22828, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13265, '2022-12-25', 2504, 11955, 3747, 15707, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13266, '2022-12-25', 2917, 11956, 3748, 13375, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13267, '2022-12-25', 2901, 11957, 3749, 19642, '2.0000', '13.9500', '13.9500', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13268, '2022-12-25', 2973, 11958, 3750, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '16.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13269, '2022-12-25', 2822, 11959, 3751, 14981, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13270, '2022-12-25', 3256, 11960, 3752, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13271, '2022-12-25', 3085, 11961, 3752, 17450, '4.0000', '4.2500', '4.2500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13272, '2022-12-25', 2952, 11962, 3752, 19609, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13273, '2022-12-25', 3172, 11963, 3752, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '54.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13274, '2022-12-25', 3085, 11964, 3753, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13275, '2022-12-25', 3256, 11965, 3753, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13276, '2022-12-25', 3123, 11966, 3753, 18509, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13277, '2022-12-25', 2902, 11967, 3753, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '50.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13278, '2022-12-25', 2924, 11968, 3753, 14592, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13279, '2022-12-25', 2918, 11969, 3753, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13280, '2022-12-25', 2936, 11970, 3753, 15024, '-25.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13281, '2022-12-25', 2936, 11970, 3753, 18525, '26.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13282, '2022-12-25', 3172, 11971, 3754, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '53.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13283, '2022-12-25', 2642, 11972, 3754, 19636, '3.0000', '6.8333', '6.8333', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13284, '2022-12-25', 2713, 11973, 3755, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13285, '2022-12-25', 3060, 11974, 3756, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13286, '2022-12-25', 3602, 11975, 3757, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13287, '2022-12-25', 2648, 11976, 3758, 19645, '6.0000', '7.8700', '7.8700', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13288, '2022-12-25', 3565, 11977, 3759, 13170, '1.0000', '9.5000', '9.5000', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13289, '2022-12-25', 3602, 11978, 3760, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '61.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13290, '2022-12-25', 2827, 11979, 3760, 14511, '1.0000', '0.1300', '0.1300', '0.3333', '0.3333', '41.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13291, '2022-12-25', 2642, 11980, 3761, 19636, '1.0000', '6.8333', '6.8333', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13292, '2022-12-25', 2648, 11981, 3761, 19645, '1.0000', '7.8700', '7.8700', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13293, '2022-12-25', 2822, 11982, 3762, 14981, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13294, '2022-12-25', 2982, 11983, 3763, 17446, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13295, '2022-12-25', 2651, 11984, 3764, 15784, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13296, '2022-12-25', 3483, 11985, 3764, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13297, '2022-12-25', 2713, 11986, 3765, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13298, '2022-12-25', 2642, 11987, 3766, 19636, '2.0000', '6.8333', '6.8333', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13299, '2022-12-25', 2648, 11988, 3766, 19645, '2.0000', '7.8700', '7.8700', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13300, '2022-12-25', 3100, 11989, 3767, 4395, '1.0000', '4.1300', '4.1300', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13301, '2022-12-25', 2950, 11990, 3767, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13302, '2022-12-25', 2518, 11991, 3768, 3813, '1.0000', '8.5000', '8.5000', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13303, '2022-12-25', 3784, 11992, 3768, 18527, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13304, '2022-12-25', 3632, 11993, 3768, 14556, '1.0000', '0.1766', '0.1766', '0.5000', '0.5000', '77.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13305, '2022-12-25', 2927, 11994, 3769, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13306, '2022-12-25', 2918, 11995, 3769, 4213, '1.0000', '1.8800', '1.8800', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13307, '2022-12-25', 3745, 11996, 3770, 17141, '2.0000', '4.0000', '4.0000', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13308, '2022-12-25', 2917, 11997, 3770, 14074, '-1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13309, '2022-12-25', 2917, 11997, 3770, 14446, '5.0000', '9.7500', '9.7500', '14.0000', '14.0000', '19.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13310, '2022-12-25', 2930, 11998, 3771, 15766, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13311, '2022-12-25', 2647, 11999, 3771, 19644, '10.0000', '7.8700', '7.8700', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13312, '2022-12-25', 3780, 12000, 3772, 18502, '5.0000', '0.7917', '0.7917', '1.5000', '1.5000', '112.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13313, '2022-12-25', 3048, 12001, 3772, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '151.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13314, '2022-12-25', 2822, 12002, 3772, 15702, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13315, '2022-12-25', 2919, 12003, 3772, 18521, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13316, '2022-12-25', 3483, 12004, 3773, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13317, '2022-12-25', 3483, 12005, 3774, 14518, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13318, '2022-12-25', 2487, 12006, 3775, 3782, '4.0000', '0.6000', '0.6000', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13319, '2022-12-25', 2647, 12007, 3776, 19644, '2.0000', '7.8700', '7.8700', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13320, '2022-12-25', 2648, 12008, 3776, 19645, '1.0000', '7.8700', '7.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13321, '2022-12-25', 3172, 12009, 3777, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13322, '2022-12-25', 3314, 12010, 3777, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '86.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13323, '2022-12-25', 2647, 12011, 3777, 19644, '3.0000', '7.8700', '7.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13324, '2022-12-25', 2651, 12012, 3777, 15784, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13325, '2022-12-25', 2647, 12013, 3778, 20008, '3.0000', '7.8700', '7.8700', '10.0000', '10.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13326, '2022-12-25', 2651, 12014, 3778, 15784, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13327, '2022-12-25', 2647, 12015, 3779, 20008, '3.0000', '7.8700', '7.8700', '10.0000', '10.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13328, '2022-12-25', 2651, 12016, 3779, 15784, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13329, '2022-12-25', 3060, 12017, 3779, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13330, '2022-12-25', 2952, 12018, 3779, 19609, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13331, '2022-12-25', 3314, 12019, 3779, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '85.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13332, '2022-12-25', 2827, 12020, 3779, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '38.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13333, '2022-12-25', 3172, 12021, 3780, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13334, '2022-12-25', 3646, 12022, 3780, 19787, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13335, '2022-12-25', 3314, 12023, 3780, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '84.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13336, '2022-12-25', 2647, 12024, 3781, 20008, '3.0000', '7.8700', '7.8700', '10.0000', '10.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13337, '2022-12-25', 2651, 12025, 3781, 15784, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13338, '2022-12-25', 2647, 12026, 3782, 20008, '1.0000', '7.8700', '7.8700', '10.0000', '10.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13339, '2022-12-25', 2647, 12027, 3783, 20008, '2.0000', '7.8700', '7.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13340, '2022-12-25', 2651, 12028, 3783, 15784, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13341, '2022-12-25', 2651, 12029, 3784, 15784, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13342, '2022-12-25', 3017, 12030, 3785, 18536, '2.0000', '4.3800', '4.3800', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13343, '2022-12-25', 2650, 12031, 3786, 18547, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13344, '2022-12-25', 3017, 12032, 3786, 18536, '2.0000', '4.3800', '4.3800', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13345, '2022-12-25', 3646, 12033, 3786, 19787, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13346, '2022-12-25', 3172, 12034, 3787, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13347, '2022-12-26', 2487, 12035, 3788, 3782, '6.0000', '0.6000', '0.6000', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13348, '2022-12-26', 3074, 12036, 3788, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13349, '2022-12-26', 3060, 12037, 3789, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13350, '2022-12-26', 3483, 12038, 3790, 14518, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13351, '2022-12-26', 3483, 12038, 3790, 14634, '-82.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13352, '2022-12-26', 3483, 12038, 3790, 15951, '-5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13353, '2022-12-26', 3483, 12038, 3790, 17443, '89.0000', '0.8583', '0.8583', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13354, '2022-12-26', 2881, 12039, 3791, 18528, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13355, '2022-12-26', 3633, 12040, 3791, 14557, '1.0000', '16.0100', '16.0100', '21.0000', '21.0000', '5.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13356, '2022-12-26', 3314, 12041, 3791, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '82.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13357, '2022-12-26', 2712, 12042, 3792, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '14.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13358, '2022-12-26', 3625, 12043, 3792, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '24.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13359, '2022-12-26', 3606, 12044, 3793, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13360, '2022-12-26', 3123, 12045, 3793, 18509, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13361, '2022-12-26', 2881, 12046, 3794, 18528, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13362, '2022-12-26', 2713, 12047, 3794, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13363, '2022-12-26', 3625, 12048, 3794, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '22.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13364, '2022-12-26', 3015, 12049, 3794, 5453, '3.0000', '0.8583', '0.8583', '2.0000', '2.0000', '70.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13365, '2022-12-26', 2950, 12050, 3794, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13366, '2022-12-26', 3120, 12051, 3795, 22828, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13367, '2022-12-26', 3123, 12052, 3795, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13368, '2022-12-26', 2950, 12053, 3795, 18542, '1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13369, '2022-12-26', 2950, 12053, 3795, 18953, '-1.0000', '12.6667', '12.6667', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13370, '2022-12-26', 2950, 12053, 3795, 19621, '3.0000', '12.8750', '12.8750', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13371, '2022-12-26', 2644, 12054, 3795, 18552, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13372, '2022-12-26', 2642, 12055, 3796, 19636, '6.0000', '6.8333', '6.8333', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 381, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13373, '2022-12-26', 2642, 12055, 3796, 20298, '-1.0000', '6.8333', '6.8333', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13374, '2022-12-26', 2642, 12055, 3796, 21346, '1.0000', '6.8333', '6.8333', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13375, '2022-12-26', 2642, 12055, 3796, 22394, '-1.0000', '6.8333', '6.8333', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13376, '2022-12-26', 2642, 12055, 3796, 22841, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '46.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13377, '2022-12-26', 3074, 12056, 3796, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13378, '2022-12-26', 3119, 12057, 3797, 7290, '-1.0000', '36.3000', '36.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13379, '2022-12-26', 3119, 12057, 3797, 8251, '1.0000', '36.3000', '36.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13380, '2022-12-26', 3119, 12057, 3797, 9212, '-2.0000', '36.3000', '36.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13381, '2022-12-26', 3119, 12057, 3797, 10044, '2.0000', '36.3000', '36.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, 123, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13382, '2022-12-26', 3119, 12057, 3797, 10204, '1.0000', '47.3000', '47.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, 162, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13383, '2022-12-26', 2713, 12058, 3798, 22797, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13384, '2022-12-26', 3635, 12059, 3798, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '36.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13385, '2022-12-26', 3762, 12060, 3798, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '71.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13386, '2022-12-26', 2921, 12061, 3799, 15762, '4.0000', '3.7500', '3.7500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13387, '2022-12-26', 2699, 12062, 3799, 22792, '4.0000', '6.6000', '6.6000', '8.0000', '8.0000', '89.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13388, '2022-12-26', 2799, 12063, 3799, 4094, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13389, '2022-12-26', 3234, 12064, 3800, 13163, '1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '0.0000', 1, 0, NULL, 172, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13390, '2022-12-26', 2715, 12065, 3800, 4010, '1.0000', '8.2400', '8.2400', '35.0000', '35.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13391, '2022-12-26', 3632, 12066, 3801, 14556, '1.0000', '0.1766', '0.1766', '0.5000', '0.5000', '76.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13392, '2022-12-26', 3772, 12067, 3801, 19631, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13393, '2022-12-26', 2477, 12068, 3801, 3772, '8.0000', '2.0000', '2.0000', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13394, '2022-12-26', 2476, 12069, 3801, 3771, '5.0000', '3.0000', '3.0000', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13395, '2022-12-26', 3615, 12070, 3801, 14527, '2.0000', '2.4167', '2.4167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13396, '2022-12-26', 3017, 12071, 3802, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13397, '2022-12-26', 2607, 12072, 3803, 5034, '1.0000', '30.9400', '30.9400', '45.0000', '45.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13398, '2022-12-26', 2645, 12073, 3804, 22844, '31.0000', '8.3496', '8.3496', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13399, '2022-12-26', 2647, 12074, 3804, 21056, '-12.0000', '7.8700', '7.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13400, '2022-12-26', 2647, 12074, 3804, 22104, '12.0000', '7.8700', '7.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13401, '2022-12-26', 2647, 12074, 3804, 22845, '7.0000', '7.7517', '7.7517', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13402, '2022-12-26', 2982, 12075, 3805, 17446, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13403, '2022-12-26', 3743, 12076, 3806, 17449, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13404, '2022-12-26', 2660, 12077, 3806, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13405, '2022-12-26', 2926, 12078, 3806, 4728, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13406, '2022-12-26', 2499, 12079, 3806, 14425, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13407, '2022-12-26', 3818, 12080, 3806, 22820, '1.0000', '3.5429', '3.5429', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13408, '2022-12-26', 2712, 12081, 3806, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '13.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13409, '2022-12-26', 3801, 12082, 3807, 19635, '2.0000', '0.0000', '0.0000', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13410, '2022-12-26', 3120, 12083, 3808, 22828, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13411, '2022-12-26', 2645, 12084, 3809, 22844, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13412, '2022-12-26', 2952, 12085, 3809, 19609, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13413, '2022-12-26', 2713, 12086, 3809, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13414, '2022-12-26', 3602, 12087, 3809, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '60.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13415, '2022-12-26', 2949, 12088, 3809, 16097, '2.0000', '6.6700', '6.6700', '8.0000', '8.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13416, '2022-12-26', 2712, 12089, 3809, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '12.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13417, '2022-12-26', 3060, 12090, 3810, 22833, '2.0000', '6.6877', '6.6877', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13418, '2022-12-26', 3015, 12091, 3811, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '69.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13419, '2022-12-26', 3060, 12092, 3811, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13420, '2022-12-26', 2499, 12093, 3812, 14425, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13421, '2022-12-26', 2881, 12094, 3812, 18528, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13422, '2022-12-26', 2827, 12095, 3812, 14511, '6.0000', '0.1300', '0.1300', '0.3333', '0.3333', '32.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13423, '2022-12-26', 2645, 12096, 3813, 22844, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13424, '2022-12-26', 2712, 12097, 3814, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13425, '2022-12-26', 2923, 12098, 3815, 18523, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13426, '2022-12-26', 3482, 12099, 3815, 14517, '3.0000', '1.2500', '1.2500', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13427, '2022-12-26', 3048, 12100, 3815, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '150.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13428, '2022-12-26', 3027, 12101, 3815, 4322, '1.0000', '7.7000', '7.7000', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13429, '2022-12-26', 2755, 12102, 3815, 4050, '1.0000', '3.4000', '3.4000', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13430, '2022-12-26', 2644, 12103, 3816, 18552, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13431, '2022-12-26', 2889, 12104, 3817, 5479, '1.0000', '4.2600', '4.2600', '5.0000', '5.0000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13432, '2022-12-26', 3650, 12105, 3817, 15797, '2.0000', '3.4833', '3.4833', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 308, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13433, '2022-12-26', 2710, 12106, 3817, 19614, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13434, '2022-12-26', 3580, 12107, 3817, 18540, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13435, '2022-12-26', 3085, 12108, 3817, 17450, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13436, '2022-12-26', 3483, 12109, 3817, 17443, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13437, '2022-12-26', 2952, 12110, 3818, 19609, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13438, '2022-12-26', 3187, 12111, 3818, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '50.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13439, '2022-12-26', 2713, 12112, 3818, 22797, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13440, '2022-12-26', 3646, 12113, 3818, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13441, '2022-12-26', 3646, 12114, 3819, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13442, '2022-12-26', 3762, 12115, 3820, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '70.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13443, '2022-12-26', 3762, 12116, 3821, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '69.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13444, '2022-12-26', 3182, 12117, 3822, 14519, '1.0000', '4.4400', '4.4400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13445, '2022-12-26', 2645, 12118, 3823, 22844, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13446, '2022-12-26', 2952, 12119, 3823, 19609, '2.0000', '3.1667', '3.1667', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13447, '2022-12-26', 3123, 12120, 3824, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13448, '2022-12-26', 3074, 12121, 3824, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13449, '2022-12-26', 3132, 12122, 3825, 4427, '1.0000', '1.5300', '1.5300', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13450, '2022-12-26', 3328, 12123, 3825, 4830, '1.0000', '8.0000', '8.0000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13451, '2022-12-26', 3266, 12124, 3825, 4561, '1.0000', '1.0100', '1.0100', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13452, '2022-12-26', 2922, 12125, 3826, 18522, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13453, '2022-12-26', 2922, 12125, 3826, 18977, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13454, '2022-12-26', 2922, 12125, 3826, 20065, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13455, '2022-12-26', 2922, 12125, 3826, 21113, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13456, '2022-12-26', 2922, 12125, 3826, 22161, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13457, '2022-12-26', 2922, 12125, 3826, 22849, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13458, '2022-12-26', 2936, 12126, 3826, 18525, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13459, '2022-12-26', 3130, 12127, 3826, 4425, '1.0000', '3.1300', '3.1300', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13460, '2022-12-26', 2746, 12128, 3826, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13461, '2022-12-26', 2950, 12129, 3827, 19621, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13462, '2022-12-26', 2920, 12130, 3828, 21111, '-2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13463, '2022-12-26', 2920, 12130, 3828, 22159, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13464, '2022-12-26', 2920, 12130, 3828, 22848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '23.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13465, '2022-12-26', 2936, 12131, 3828, 18525, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13466, '2022-12-26', 2642, 12132, 3829, 22841, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13467, '2022-12-26', 3743, 12133, 3830, 17449, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13468, '2022-12-26', 2642, 12134, 3830, 22841, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13469, '2022-12-26', 2920, 12135, 3830, 22848, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '21.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13470, '2022-12-26', 3762, 12136, 3830, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '68.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13471, '2022-12-26', 3017, 12137, 3830, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13472, '2022-12-26', 2646, 12138, 3830, 19647, '2.0000', '11.9500', '11.9500', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13473, '2022-12-26', 3060, 12139, 3831, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13474, '2022-12-26', 3017, 12140, 3832, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13475, '2022-12-26', 2646, 12141, 3832, 19647, '2.0000', '11.9500', '11.9500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13476, '2022-12-26', 2644, 12142, 3833, 18552, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13477, '2022-12-26', 2642, 12143, 3834, 22841, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13478, '2022-12-26', 2952, 12144, 3835, 19609, '2.0000', '3.1667', '3.1667', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13479, '2022-12-26', 3482, 12145, 3835, 14517, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13480, '2022-12-26', 3482, 12146, 3836, 14517, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13481, '2022-12-26', 3048, 12147, 3836, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '149.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13482, '2022-12-26', 2661, 12148, 3836, 15792, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '6.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13483, '2022-12-27', 2485, 12149, 3837, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '11.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13484, '2022-12-27', 3635, 12150, 3838, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '35.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13485, '2022-12-27', 3762, 12151, 3838, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '67.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13486, '2022-12-27', 2713, 12152, 3838, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13487, '2022-12-27', 2982, 12153, 3839, 17446, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13488, '2022-12-27', 2887, 12154, 3839, 10200, '2.0000', '1.1250', '1.1250', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13489, '2022-12-27', 3553, 12155, 3840, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13490, '2022-12-27', 2963, 12156, 3840, 4996, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13491, '2022-12-27', 2487, 12157, 3841, 3782, '4.0000', '0.6000', '0.6000', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13492, '2022-12-27', 2950, 12158, 3841, 19621, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13493, '2022-12-27', 2644, 12159, 3842, 18552, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13494, '2022-12-27', 2935, 12160, 3842, 17413, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13495, '2022-12-27', 3074, 12161, 3843, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13496, '2022-12-27', 2935, 12162, 3844, 17413, '8.0000', '0.7500', '0.7500', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13497, '2022-12-27', 2791, 12163, 3844, 14986, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13498, '2022-12-27', 2901, 12164, 3845, 19642, '3.0000', '13.9500', '13.9500', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13499, '2022-12-27', 2504, 12165, 3846, 15707, '3.0000', '2.0833', '2.0833', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13500, '2022-12-27', 2504, 12166, 3847, 15707, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13501, '2022-12-27', 2922, 12167, 3848, 22849, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13502, '2022-12-27', 3787, 12168, 3849, 18565, '10.0000', '0.1842', '0.1842', '0.5000', '0.5000', '170.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13503, '2022-12-27', 2490, 12169, 3850, 3785, '3.0000', '0.6900', '0.6900', '2.5000', '2.5000', '38.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13504, '2022-12-27', 2749, 12170, 3850, 4044, '3.0000', '0.6900', '0.6900', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13505, '2022-12-27', 2733, 12171, 3850, 4028, '2.0000', '2.3300', '2.3300', '3.0000', '3.0000', '47.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13506, '2022-12-27', 2719, 12172, 3850, 4850, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13507, '2022-12-27', 2970, 12173, 3851, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13508, '2022-12-27', 3600, 12174, 3851, 14494, '1.0000', '2.2917', '2.2917', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13509, '2022-12-27', 2930, 12175, 3851, 15766, '4.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13510, '2022-12-27', 2930, 12176, 3852, 15766, '4.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13511, '2022-12-27', 3772, 12177, 3852, 19631, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13512, '2022-12-27', 2901, 12178, 3853, 19642, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13513, '2022-12-27', 3293, 12179, 3854, 4588, '20.0000', '0.1400', '0.1400', '0.5000', '0.5000', '565.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13514, '2022-12-27', 2996, 12180, 3854, 4291, '1.0000', '7.8500', '7.8500', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13515, '2022-12-27', 3114, 12181, 3855, 15759, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13516, '2022-12-27', 3231, 12182, 3855, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13517, '2022-12-27', 2661, 12183, 3855, 15792, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13518, '2022-12-27', 3015, 12184, 3855, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '68.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13519, '2022-12-27', 3483, 12185, 3856, 17443, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13520, '2022-12-27', 3060, 12186, 3857, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13521, '2022-12-27', 3644, 12187, 3857, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13522, '2022-12-27', 2645, 12188, 3858, 22844, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13523, '2022-12-27', 3015, 12189, 3858, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '67.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13524, '2022-12-27', 2901, 12190, 3858, 19642, '2.0000', '13.9500', '13.9500', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13525, '2022-12-27', 2711, 12191, 3858, 16415, '-2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13526, '2022-12-27', 2711, 12191, 3858, 17917, '-1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13527, '2022-12-27', 2711, 12191, 3858, 19028, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13528, '2022-12-27', 2711, 12191, 3858, 20116, '-1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13529, '2022-12-27', 2711, 12191, 3858, 21164, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13530, '2022-12-27', 2711, 12191, 3858, 22212, '-1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13531, '2022-12-27', 2711, 12191, 3858, 22800, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13532, '2022-12-27', 3646, 12192, 3859, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13533, '2022-12-27', 2645, 12193, 3860, 22844, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13534, '2022-12-27', 2711, 12194, 3860, 22800, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13535, '2022-12-27', 2504, 12195, 3861, 15707, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13536, '2022-12-27', 2950, 12196, 3862, 19621, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13537, '2022-12-27', 3602, 12197, 3862, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '58.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13538, '2022-12-27', 2922, 12198, 3863, 22849, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13539, '2022-12-27', 2975, 12199, 3864, 5013, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13540, '2022-12-27', 2713, 12200, 3865, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13541, '2022-12-27', 3187, 12201, 3866, 18534, '4.0000', '0.6429', '0.6429', '1.2500', '1.2500', '46.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13542, '2022-12-27', 2982, 12202, 3867, 17446, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13543, '2022-12-27', 2646, 12203, 3868, 20011, '-3.0000', '11.9500', '11.9500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13544, '2022-12-27', 2646, 12203, 3868, 21059, '3.0000', '11.9500', '11.9500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13545, '2022-12-27', 2646, 12203, 3868, 22107, '-3.0000', '11.9500', '11.9500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13546, '2022-12-27', 2646, 12203, 3868, 22846, '8.0000', '11.9450', '11.9450', '15.0000', '15.0000', '52.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13547, '2022-12-27', 2712, 12204, 3869, 22796, '2.0000', '14.3333', '14.3333', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13548, '2022-12-27', 3048, 12205, 3869, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '148.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13549, '2022-12-27', 3762, 12206, 3870, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '66.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13550, '2022-12-27', 2901, 12207, 3871, 19642, '1.0000', '13.9500', '13.9500', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 383, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13551, '2022-12-27', 2901, 12207, 3871, 19669, '-2.0000', '13.9500', '13.9500', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13552, '2022-12-27', 2901, 12207, 3871, 20717, '2.0000', '13.9500', '13.9500', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13553, '2022-12-27', 2901, 12207, 3871, 21765, '-2.0000', '13.9500', '13.9500', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13554, '2022-12-27', 2901, 12207, 3871, 22843, '3.0000', '15.5000', '15.5000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 395, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13555, '2022-12-27', 2920, 12208, 3872, 22848, '5.0000', '4.5000', '4.5000', '5.5000', '5.5000', '16.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13556, '2022-12-27', 2646, 12209, 3873, 22846, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '48.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13557, '2022-12-27', 2952, 12210, 3873, 19609, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13558, '2022-12-27', 2643, 12211, 3874, 13377, '1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13559, '2022-12-28', 3346, 12212, 3875, 4641, '1.0000', '3.9800', '3.9800', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13560, '2022-12-28', 2827, 12213, 3876, 14511, '6.0000', '0.1300', '0.1300', '0.3333', '0.3333', '26.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13561, '2022-12-28', 2514, 12214, 3876, 3809, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13562, '2022-12-28', 3120, 12215, 3876, 22828, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13563, '2022-12-28', 3086, 12216, 3876, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13564, '2022-12-28', 3644, 12217, 3876, 15682, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13565, '2022-12-28', 2642, 12218, 3876, 22841, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '40.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13566, '2022-12-28', 3314, 12219, 3876, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '81.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13567, '2022-12-28', 2713, 12220, 3877, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13568, '2022-12-28', 2901, 12221, 3878, 22843, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 395, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13569, '2022-12-28', 3074, 12222, 3879, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13570, '2022-12-28', 3644, 12223, 3879, 18260, '-1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13571, '2022-12-28', 3644, 12223, 3879, 19375, '-1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13572, '2022-12-28', 3644, 12223, 3879, 22853, '4.0000', '0.8125', '0.8125', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13573, '2022-12-28', 3212, 12224, 3879, 15778, '2.0000', '3.5417', '3.5417', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13574, '2022-12-28', 2873, 12225, 3879, 17383, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 324, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13575, '2022-12-28', 3646, 12226, 3880, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13576, '2022-12-28', 3086, 12227, 3880, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13577, '2022-12-28', 3047, 12228, 3880, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13578, '2022-12-28', 3187, 12229, 3880, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '45.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13579, '2022-12-28', 3212, 12230, 3880, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13580, '2022-12-28', 3074, 12231, 3881, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13581, '2022-12-28', 2713, 12232, 3881, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13582, '2022-12-28', 3482, 12233, 3882, 14517, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13583, '2022-12-28', 3743, 12234, 3882, 17449, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13584, '2022-12-28', 2645, 12235, 3883, 22844, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13585, '2022-12-28', 2715, 12236, 3884, 4010, '1.0000', '8.2400', '8.2400', '35.0000', '35.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13586, '2022-12-28', 3123, 12237, 3885, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13587, '2022-12-28', 2699, 12238, 3886, 22792, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '87.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13588, '2022-12-28', 3060, 12239, 3887, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13589, '2022-12-28', 3074, 12240, 3888, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13590, '2022-12-28', 2713, 12241, 3888, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13591, '2022-12-28', 3085, 12242, 3888, 17560, '-3.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13592, '2022-12-28', 3085, 12242, 3888, 18516, '4.0000', '4.2500', '4.2500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13593, '2022-12-28', 2901, 12243, 3889, 22843, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 395, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13594, '2022-12-28', 3774, 12244, 3889, 17427, '2.0000', '9.0000', '9.0000', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13595, '2022-12-28', 2950, 12245, 3889, 20041, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13596, '2022-12-28', 2935, 12246, 3889, 17413, '17.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13597, '2022-12-28', 2935, 12246, 3889, 17863, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13598, '2022-12-28', 2933, 12247, 3889, 4228, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13599, '2022-12-28', 2950, 12248, 3890, 21089, '-1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13600, '2022-12-28', 2950, 12248, 3890, 22137, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13601, '2022-12-28', 2950, 12248, 3890, 22838, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13602, '2022-12-28', 3591, 12249, 3891, 13351, '1.0000', '6.2500', '6.2500', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13603, '2022-12-28', 2678, 12250, 3891, 5053, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13604, '2022-12-28', 3602, 12251, 3891, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '57.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13605, '2022-12-28', 2982, 12252, 3892, 17446, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13606, '2022-12-28', 3048, 12253, 3892, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '147.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13607, '2022-12-28', 3780, 12254, 3892, 18502, '1.0000', '0.7917', '0.7917', '1.5000', '1.5000', '111.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13608, '2022-12-28', 2651, 12255, 3893, 15784, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13609, '2022-12-28', 3048, 12256, 3894, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '145.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13610, '2022-12-28', 3085, 12257, 3894, 18516, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13611, '2022-12-28', 2651, 12258, 3894, 15784, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13612, '2022-12-28', 2936, 12259, 3894, 18525, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13613, '2022-12-28', 3060, 12260, 3895, 22833, '2.0000', '6.6877', '6.6877', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13614, '2022-12-28', 2918, 12261, 3896, 13213, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13615, '2022-12-28', 2661, 12262, 3896, 15792, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '3.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13616, '2022-12-28', 3086, 12263, 3897, 17447, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13617, '2022-12-28', 3242, 12264, 3898, 4537, '2.0000', '4.8900', '4.8900', '15.0000', '15.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13618, '2022-12-28', 2988, 12265, 3898, 4283, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13619, '2022-12-28', 2711, 12266, 3899, 22800, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13620, '2022-12-28', 2642, 12267, 3900, 22841, '8.0000', '7.2502', '7.2502', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13621, '2022-12-28', 3230, 12268, 3901, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13622, '2022-12-28', 3649, 12269, 3902, 15723, '1.0000', '24.0000', '24.0000', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13623, '2022-12-28', 2646, 12270, 3902, 22846, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '46.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13624, '2022-12-28', 3017, 12271, 3902, 18536, '1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 361, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13625, '2022-12-28', 3060, 12272, 3903, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13626, '2022-12-28', 2827, 12273, 3904, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '23.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13627, '2022-12-28', 3784, 12274, 3905, 18527, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13628, '2022-12-28', 3780, 12275, 3905, 18502, '1.0000', '0.7917', '0.7917', '1.5000', '1.5000', '110.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13629, '2022-12-28', 2653, 12276, 3905, 15703, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13630, '2022-12-28', 2504, 12277, 3905, 15707, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13631, '2022-12-28', 3778, 12278, 3906, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13632, '2022-12-28', 2790, 12279, 3906, 18511, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13633, '2022-12-28', 2499, 12280, 3906, 15013, '-2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13634, '2022-12-28', 2499, 12280, 3906, 17134, '3.0000', '8.5200', '8.5200', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13635, '2022-12-28', 3172, 12281, 3906, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13636, '2022-12-28', 3781, 12282, 3906, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13637, '2022-12-28', 2916, 12283, 3906, 18492, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13638, '2022-12-28', 2504, 12284, 3906, 15707, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13639, '2022-12-28', 2710, 12285, 3906, 19614, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13640, '2022-12-28', 2642, 12286, 3907, 22841, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13641, '2022-12-28', 2920, 12287, 3908, 22848, '5.0000', '4.5000', '4.5000', '5.5000', '5.5000', '11.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13642, '2022-12-28', 2646, 12288, 3908, 22846, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '44.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13643, '2022-12-28', 3648, 12289, 3909, 15724, '1.0000', '24.0000', '24.0000', '30.0000', '30.0000', '4.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13644, '2022-12-28', 3060, 12290, 3910, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13645, '2022-12-29', 3086, 12291, 3911, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13646, '2022-12-29', 3482, 12292, 3911, 14517, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13647, '2022-12-29', 3644, 12293, 3911, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13648, '2022-12-29', 3635, 12294, 3911, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '34.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13649, '2022-12-29', 3780, 12295, 3911, 18502, '1.0000', '0.7917', '0.7917', '1.5000', '1.5000', '109.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13650, '2022-12-29', 3762, 12296, 3911, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '64.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13651, '2022-12-29', 2827, 12297, 3912, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '20.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13652, '2022-12-29', 3482, 12298, 3912, 14517, '3.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 258, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13653, '2022-12-29', 3482, 12299, 3913, 15066, '-5.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13654, '2022-12-29', 3482, 12299, 3913, 19639, '6.0000', '1.2500', '1.2500', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13655, '2022-12-29', 2500, 12300, 3913, 19619, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13656, '2022-12-29', 2713, 12301, 3913, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13657, '2022-12-29', 2661, 12302, 3914, 15792, '3.0000', '0.3000', '0.3000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13658, '2022-12-29', 2661, 12302, 3914, 16094, '-14.0000', '0.3000', '0.3000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13659, '2022-12-29', 2661, 12302, 3914, 17604, '-37.0000', '0.3000', '0.3000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13660, '2022-12-29', 2661, 12302, 3914, 19632, '53.0000', '0.2490', '0.2490', '0.5000', '0.5000', '47.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13661, '2022-12-29', 3743, 12303, 3914, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13662, '2022-12-29', 2499, 12304, 3914, 17134, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13663, '2022-12-29', 2965, 12305, 3915, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '42.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13664, '2022-12-29', 3553, 12306, 3915, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13665, '2022-12-29', 2617, 12307, 3915, 3912, '6.0000', '6.0000', '6.0000', '7.5000', '7.5000', '56.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13666, '2022-12-29', 2799, 12308, 3915, 4094, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13667, '2022-12-29', 2916, 12309, 3915, 18492, '2.0000', '40.6717', '40.6717', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13668, '2022-12-29', 3187, 12310, 3915, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '43.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13669, '2022-12-29', 2697, 12311, 3915, 3992, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13670, '2022-12-29', 2608, 12312, 3915, 3903, '1.0000', '30.5900', '30.5900', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13671, '2022-12-29', 2727, 12313, 3916, 17425, '1.0000', '20.0000', '20.0000', '40.0000', '40.0000', '14.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13672, '2022-12-29', 3541, 12314, 3916, 4952, '1.0000', '57.0000', '57.0000', '76.0000', '76.0000', '2.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13673, '2022-12-29', 3057, 12315, 3916, 4352, '1.0000', '92.6200', '92.6200', '124.0000', '124.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13674, '2022-12-29', 3048, 12316, 3917, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '144.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13675, '2022-12-29', 3086, 12317, 3917, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13676, '2022-12-29', 2802, 12318, 3918, 4097, '1.0000', '17.8800', '17.8800', '25.0000', '25.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13677, '2022-12-29', 2950, 12319, 3919, 22838, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13678, '2022-12-29', 2645, 12320, 3920, 22844, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13679, '2022-12-29', 2653, 12321, 3920, 15703, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13680, '2022-12-29', 2645, 12322, 3921, 22844, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13681, '2022-12-29', 2653, 12323, 3922, 15703, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13682, '2022-12-29', 3781, 12324, 3923, 18501, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13683, '2022-12-29', 2712, 12325, 3924, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13684, '2022-12-29', 3482, 12326, 3925, 19639, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13685, '2022-12-29', 2645, 12327, 3926, 22844, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13686, '2022-12-29', 2902, 12328, 3927, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '49.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13687, '2022-12-29', 3123, 12329, 3927, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13688, '2022-12-29', 3641, 12330, 3927, 14580, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13689, '2022-12-29', 3772, 12331, 3927, 19631, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13690, '2022-12-29', 2661, 12332, 3928, 19632, '2.0000', '0.2490', '0.2490', '0.5000', '0.5000', '45.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13691, '2022-12-29', 3048, 12333, 3929, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '143.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13692, '2022-12-29', 2924, 12334, 3929, 14592, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13693, '2022-12-29', 2653, 12335, 3930, 15703, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13694, '2022-12-29', 2766, 12336, 3931, 4061, '2.0000', '1.3000', '1.3000', '2.0000', '2.0000', '249.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13695, '2022-12-29', 3074, 12337, 3932, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13696, '2022-12-29', 3580, 12338, 3933, 18540, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13697, '2022-12-29', 2927, 12339, 3934, 15765, '4.0000', '1.8750', '1.8750', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13698, '2022-12-29', 2646, 12340, 3934, 22846, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13699, '2022-12-29', 2644, 12341, 3935, 18552, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13700, '2022-12-29', 3212, 12342, 3936, 15778, '2.0000', '3.5417', '3.5417', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13701, '2022-12-29', 2507, 12343, 3937, 14604, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13702, '2022-12-29', 2646, 12344, 3938, 22846, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13703, '2022-12-29', 3061, 12345, 3938, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13704, '2022-12-29', 3017, 12346, 3938, 19355, '-1.0000', '4.3800', '4.3800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13705, '2022-12-29', 3017, 12346, 3938, 22827, '2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13706, '2022-12-29', 3060, 12347, 3939, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13707, '2022-12-29', 2645, 12348, 3939, 22844, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13708, '2022-12-29', 2646, 12349, 3940, 22846, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '37.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13709, '2022-12-29', 2918, 12350, 3941, 13213, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13710, '2022-12-29', 2933, 12351, 3941, 4228, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13711, '2022-12-29', 2712, 12352, 3941, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13712, '2022-12-29', 2646, 12353, 3942, 22846, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13713, '2022-12-29', 2644, 12354, 3943, 18552, '5.0000', '3.4229', '3.4229', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13714, '2022-12-29', 3126, 12355, 3944, 9980, '1.0000', '11.4917', '11.4917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 112, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13715, '2022-12-29', 3743, 12356, 3944, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13716, '2022-12-29', 2504, 12357, 3944, 15707, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13717, '2022-12-29', 2893, 12358, 3944, 18530, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13718, '2022-12-29', 2893, 12358, 3944, 19270, '-1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13719, '2022-12-29', 2893, 12358, 3944, 20359, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13720, '2022-12-29', 2893, 12358, 3944, 21407, '-1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13721, '2022-12-29', 2893, 12358, 3944, 22455, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13722, '2022-12-29', 2893, 12358, 3944, 22861, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13723, '2022-12-29', 2646, 12359, 3945, 22846, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13724, '2022-12-29', 3017, 12360, 3945, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13725, '2022-12-29', 2552, 12361, 3946, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13726, '2022-12-29', 2645, 12362, 3947, 22844, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13727, '2022-12-29', 3060, 12363, 3948, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13728, '2022-12-29', 2887, 12364, 3949, 10200, '1.0000', '1.1250', '1.1250', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 161, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13729, '2022-12-29', 2646, 12365, 3949, 22846, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13730, '2022-12-29', 3017, 12366, 3949, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13731, '2022-12-29', 2864, 12367, 3949, 17393, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13732, '2022-12-29', 3172, 12368, 3949, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13733, '2022-12-29', 2711, 12369, 3950, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13734, '2022-12-29', 3085, 12370, 3950, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13735, '2022-12-29', 2886, 12371, 3950, 5480, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13736, '2022-12-29', 2952, 12372, 3950, 19609, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13737, '2022-12-29', 2890, 12373, 3950, 5481, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13738, '2022-12-29', 3483, 12374, 3950, 17443, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13739, '2022-12-29', 2645, 12375, 3950, 22844, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13740, '2022-12-29', 2647, 12376, 3950, 22845, '8.0000', '7.7517', '7.7517', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13741, '2022-12-29', 3230, 12377, 3950, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13742, '2022-12-29', 2789, 12378, 3951, 15727, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 295, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13743, '2022-12-29', 2646, 12379, 3952, 22846, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '27.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13744, '2022-12-29', 2660, 12380, 3953, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13745, '2022-12-29', 2642, 12381, 3953, 22841, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13746, '2022-12-30', 2712, 12382, 3954, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13747, '2022-12-30', 2893, 12383, 3954, 22861, '2.0000', '1.6667', '1.6667', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13748, '2022-12-30', 2924, 12384, 3954, 14592, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13749, '2022-12-30', 3172, 12385, 3954, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13750, '2022-12-30', 3762, 12386, 3954, 17379, '10.0000', '0.1600', '0.1600', '1.0000', '1.0000', '54.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13751, '2022-12-30', 2791, 12387, 3955, 14986, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13752, '2022-12-30', 2644, 12388, 3955, 18552, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13753, '2022-12-30', 3074, 12389, 3955, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13754, '2022-12-30', 2789, 12390, 3955, 17820, '-1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13755, '2022-12-30', 2789, 12390, 3955, 18508, '2.0000', '9.5600', '9.5600', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13756, '2022-12-30', 3123, 12391, 3956, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13757, '2022-12-30', 2534, 12392, 3956, 20046, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13758, '2022-12-30', 3048, 12393, 3956, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '141.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13759, '2022-12-30', 3212, 12394, 3957, 15778, '2.0000', '3.5417', '3.5417', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13760, '2022-12-30', 3762, 12395, 3957, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '53.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13761, '2022-12-30', 2712, 12396, 3957, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13762, '2022-12-30', 2644, 12397, 3957, 18552, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13763, '2022-12-30', 3314, 12398, 3957, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '80.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13764, '2022-12-30', 2713, 12399, 3958, 22797, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13765, '2022-12-30', 3121, 12400, 3958, 18510, '2.0000', '2.9200', '2.9200', '4.5000', '4.5000', '15.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13766, '2022-12-30', 2982, 12401, 3959, 17446, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13767, '2022-12-30', 2906, 12402, 3959, 4201, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13768, '2022-12-30', 2713, 12403, 3960, 22797, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13769, '2022-12-30', 2699, 12404, 3961, 22792, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '86.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13770, '2022-12-30', 2950, 12405, 3962, 22838, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13771, '2022-12-30', 3048, 12406, 3962, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '139.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13772, '2022-12-30', 3772, 12407, 3963, 19631, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13773, '2022-12-30', 3762, 12408, 3963, 17379, '3.0000', '0.1600', '0.1600', '1.0000', '1.0000', '50.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13774, '2022-12-30', 2646, 12409, 3964, 22846, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13775, '2022-12-30', 2648, 12410, 3965, 22872, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '70.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13776, '2022-12-30', 2646, 12411, 3966, 22846, '4.0000', '11.9450', '11.9450', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13777, '2022-12-30', 3762, 12412, 3967, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '48.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13778, '2022-12-30', 2951, 12413, 3968, 18491, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13779, '2022-12-30', 3602, 12414, 3968, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13780, '2022-12-30', 3114, 12415, 3968, 15759, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 298, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13781, '2022-12-30', 2952, 12416, 3968, 19609, '2.0000', '3.1667', '3.1667', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13782, '2022-12-30', 2790, 12417, 3968, 18511, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13783, '2022-12-30', 3778, 12418, 3969, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13784, '2022-12-30', 3314, 12419, 3969, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '78.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13785, '2022-12-30', 3602, 12420, 3969, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13786, '2022-12-30', 2952, 12421, 3969, 19609, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13787, '2022-12-30', 3762, 12422, 3970, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '47.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13788, '2022-12-30', 3172, 12423, 3970, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13789, '2022-12-30', 3199, 12424, 3970, 4494, '2.0000', '43.2300', '43.2300', '58.0000', '58.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13790, '2022-12-30', 2661, 12425, 3971, 19632, '1.0000', '0.2490', '0.2490', '0.5000', '0.5000', '44.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13791, '2022-12-30', 2645, 12426, 3972, 22844, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13792, '2022-12-30', 3085, 12427, 3972, 18516, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13793, '2022-12-30', 2661, 12428, 3973, 19632, '2.0000', '0.2490', '0.2490', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13794, '2022-12-30', 2646, 12429, 3974, 22846, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13795, '2022-12-30', 2648, 12430, 3974, 22872, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '69.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13796, '2022-12-30', 2952, 12431, 3974, 19609, '4.0000', '3.1667', '3.1667', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13797, '2022-12-30', 3015, 12432, 3974, 5453, '4.0000', '0.8583', '0.8583', '2.0000', '2.0000', '63.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13798, '2022-12-30', 2710, 12433, 3974, 19614, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 374, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13799, '2022-12-30', 2713, 12434, 3975, 22797, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13800, '2022-12-30', 3172, 12435, 3975, 17391, '3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13801, '2022-12-30', 3166, 12436, 3976, 21079, '-2.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13802, '2022-12-30', 3166, 12436, 3976, 22127, '2.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13803, '2022-12-30', 3166, 12436, 3976, 22832, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '5.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13804, '2022-12-30', 3074, 12437, 3976, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13805, '2022-12-30', 2901, 12438, 3977, 22897, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 405, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13806, '2022-12-30', 3763, 12439, 3977, 17380, '1.0000', '7.0000', '7.0000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13807, '2022-12-30', 2918, 12440, 3978, 13213, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13808, '2022-12-30', 3084, 12441, 3979, 14515, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13809, '2022-12-30', 2922, 12442, 3980, 22849, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13810, '2022-12-30', 2949, 12443, 3980, 16097, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13811, '2022-12-30', 3482, 12444, 3980, 19639, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '15.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13812, '2022-12-30', 3212, 12445, 3980, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13813, '2022-12-30', 3085, 12446, 3980, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13814, '2022-12-30', 2504, 12447, 3980, 17827, '-2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13815, '2022-12-30', 2504, 12447, 3980, 18554, '3.0000', '2.0833', '2.0833', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13816, '2022-12-30', 2711, 12448, 3980, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13817, '2022-12-30', 2936, 12449, 3980, 18525, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13818, '2022-12-30', 3172, 12450, 3980, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13819, '2022-12-30', 3212, 12451, 3981, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13820, '2022-12-30', 2642, 12452, 3981, 22841, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13821, '2022-12-30', 3212, 12453, 3982, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13822, '2022-12-30', 2645, 12454, 3983, 22844, '12.0000', '8.3496', '8.3496', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13823, '2022-12-30', 2827, 12455, 3984, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '17.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13824, '2022-12-30', 3644, 12456, 3984, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13825, '2022-12-30', 3314, 12457, 3984, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '77.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13826, '2022-12-30', 2713, 12458, 3985, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13827, '2022-12-30', 3048, 12459, 3985, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '136.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13828, '2022-12-30', 3641, 12460, 3986, 14580, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13829, '2022-12-30', 3641, 12460, 3986, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '56.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13830, '2022-12-30', 3015, 12461, 3986, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '62.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13831, '2022-12-30', 2642, 12462, 3986, 22841, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13832, '2022-12-30', 3060, 12463, 3987, 22833, '2.0000', '6.6877', '6.6877', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13833, '2022-12-30', 3172, 12464, 3988, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13834, '2022-12-30', 2901, 12465, 3989, 22897, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 405, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13835, '2022-12-30', 2711, 12466, 3990, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13836, '2022-12-30', 2646, 12467, 3990, 22846, '3.0000', '11.9450', '11.9450', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13837, '2022-12-30', 2952, 12468, 3990, 19609, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13838, '2022-12-30', 2646, 12469, 3991, 22846, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13839, '2022-12-30', 3123, 12470, 3992, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13840, '2022-12-30', 2711, 12471, 3992, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13841, '2022-12-30', 3085, 12472, 3992, 18516, '3.0000', '4.2500', '4.2500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13842, '2022-12-30', 2952, 12473, 3992, 19609, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 372, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13843, '2022-12-30', 3172, 12474, 3992, 17391, '5.0000', '3.4697', '3.4697', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13844, '2022-12-30', 3114, 12475, 3992, 16431, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13845, '2022-12-30', 2710, 12476, 3992, 20048, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13846, '2022-12-30', 2710, 12476, 3992, 21096, '-1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13847, '2022-12-30', 2710, 12476, 3992, 22144, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13848, '2022-12-30', 2710, 12476, 3992, 22798, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '23.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13849, '2022-12-30', 3483, 12477, 3992, 17443, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13850, '2022-12-30', 2713, 12478, 3992, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13851, '2022-12-30', 3121, 12479, 3992, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '14.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13852, '2022-12-30', 3762, 12480, 3992, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '45.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13853, '2022-12-30', 3621, 12481, 3992, 14537, '1.0000', '0.5833', '0.5833', '3.0000', '3.0000', '50.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13854, '2022-12-30', 2920, 12482, 3992, 22848, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13855, '2022-12-30', 2981, 12483, 3992, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '9.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13856, '2022-12-30', 2661, 12484, 3993, 19632, '4.0000', '0.2490', '0.2490', '0.5000', '0.5000', '38.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13857, '2022-12-30', 2661, 12485, 3994, 19632, '1.0000', '0.2490', '0.2490', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13858, '2022-12-30', 2922, 12486, 3995, 22849, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13859, '2022-12-30', 2711, 12487, 3996, 22800, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13860, '2022-12-30', 2660, 12488, 3996, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13861, '2022-12-30', 3085, 12489, 3996, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13862, '2022-12-30', 3772, 12490, 3996, 19631, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13863, '2022-12-30', 3314, 12491, 3997, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '76.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13864, '2022-12-30', 3523, 12492, 3998, 4929, '1.0000', '179.0000', '179.0000', '240.0000', '240.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13865, '2022-12-30', 2644, 12493, 3999, 18552, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13866, '2022-12-30', 2648, 12494, 4000, 22872, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '63.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13867, '2022-12-30', 3483, 12495, 4000, 17443, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13868, '2022-12-30', 3231, 12496, 4001, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13869, '2022-12-30', 3220, 12497, 4002, 4515, '1.0000', '17.5000', '17.5000', '25.0000', '25.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13870, '2022-12-30', 3060, 12498, 4003, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13871, '2022-12-30', 2936, 12499, 4003, 18525, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13872, '2022-12-30', 2922, 12500, 4004, 22849, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13873, '2022-12-30', 2936, 12501, 4004, 18525, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13874, '2022-12-30', 2933, 12502, 4004, 5390, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '43.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13875, '2022-12-30', 2921, 12503, 4004, 15762, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13876, '2022-12-30', 2920, 12504, 4004, 22848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13877, '2022-12-30', 3314, 12505, 4004, 4609, '3.0000', '0.5400', '0.5400', '1.0000', '1.0000', '73.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13878, '2022-12-30', 2643, 12506, 4005, 13377, '3.0000', '6.5466', '6.5466', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13879, '2022-12-30', 2648, 12507, 4005, 22872, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '62.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13880, '2022-12-30', 2648, 12508, 4006, 22872, '13.0000', '7.5783', '7.5783', '10.0000', '10.0000', '49.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13881, '2022-12-30', 2647, 12509, 4006, 22845, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13882, '2022-12-31', 3074, 12510, 4007, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13883, '2022-12-31', 2982, 12511, 4008, 17446, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13884, '2022-12-31', 2982, 12511, 4008, 17635, '-2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13885, '2022-12-31', 2982, 12511, 4008, 18515, '3.0000', '5.1600', '5.1600', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13886, '2022-12-31', 2646, 12512, 4009, 22846, '6.0000', '11.9450', '11.9450', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13887, '2022-12-31', 2661, 12513, 4009, 19632, '4.0000', '0.2490', '0.2490', '0.5000', '0.5000', '33.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13888, '2022-12-31', 2881, 12514, 4010, 18528, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13889, '2022-12-31', 3644, 12515, 4011, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13890, '2022-12-31', 3178, 12516, 4012, 4473, '2.0000', '5.7200', '5.7200', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13891, '2022-12-31', 2645, 12517, 4013, 22844, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13892, '2022-12-31', 2917, 12518, 4013, 14446, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '17.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13893, '2022-12-31', 2949, 12519, 4013, 16097, '3.0000', '6.6700', '6.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13894, '2022-12-31', 2917, 12520, 4014, 14446, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '15.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13895, '2022-12-31', 3182, 12521, 4014, 15110, '-6.0000', '4.4400', '4.4400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13896, '2022-12-31', 3182, 12521, 4014, 19641, '7.0000', '5.7540', '5.7540', '11.0000', '11.0000', '23.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13897, '2022-12-31', 2963, 12522, 4015, 4996, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13898, '2022-12-31', 2982, 12523, 4016, 18515, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13899, '2022-12-31', 2922, 12524, 4017, 22849, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13900, '2022-12-31', 3060, 12525, 4018, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13901, '2022-12-31', 3085, 12526, 4018, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13902, '2022-12-31', 3187, 12527, 4019, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '42.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13903, '2022-12-31', 2517, 12528, 4020, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '12.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13904, '2022-12-31', 2661, 12529, 4021, 19632, '1.0000', '0.2490', '0.2490', '0.5000', '0.5000', '32.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13905, '2022-12-31', 2950, 12530, 4022, 22838, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13906, '2022-12-31', 2901, 12531, 4022, 22897, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 405, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13907, '2022-12-31', 2712, 12532, 4022, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13908, '2022-12-31', 2879, 12533, 4022, 16466, '-1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13909, '2022-12-31', 2879, 12533, 4022, 17966, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13910, '2022-12-31', 2879, 12533, 4022, 22887, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13911, '2022-12-31', 2893, 12534, 4022, 22861, '2.0000', '1.6667', '1.6667', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13912, '2022-12-31', 3602, 12535, 4023, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13913, '2022-12-31', 2930, 12536, 4024, 16344, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13914, '2022-12-31', 2923, 12537, 4024, 18561, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13915, '2022-12-31', 2647, 12538, 4024, 22845, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13916, '2022-12-31', 2926, 12539, 4025, 4728, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13917, '2022-12-31', 2927, 12540, 4026, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13918, '2022-12-31', 2950, 12541, 4027, 22838, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13919, '2022-12-31', 3074, 12542, 4028, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13920, '2022-12-31', 3062, 12543, 4029, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '29.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13921, '2022-12-31', 2901, 12544, 4030, 22897, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 405, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13922, '2022-12-31', 2647, 12545, 4030, 22845, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13923, '2022-12-31', 3825, 12546, 4031, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13924, '2022-12-31', 3602, 12547, 4031, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13925, '2022-12-31', 2644, 12548, 4031, 18552, '9.0000', '3.4229', '3.4229', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13926, '2022-12-31', 2660, 12549, 4031, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13927, '2022-12-31', 2647, 12550, 4032, 22845, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13928, '2022-12-31', 2647, 12550, 4032, 22871, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13929, '2022-12-31', 2545, 12551, 4033, 3840, '1.0000', '18.0000', '18.0000', '25.0000', '25.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13930, '2022-12-31', 2551, 12552, 4033, 3846, '2.0000', '6.5000', '6.5000', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13931, '2022-12-31', 2919, 12553, 4033, 18521, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13932, '2022-12-31', 2930, 12554, 4033, 17859, '-2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13933, '2022-12-31', 2930, 12554, 4033, 18524, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13934, '2022-12-31', 2920, 12555, 4033, 22848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13935, '2022-12-31', 3062, 12556, 4034, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '28.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13936, '2022-12-31', 2465, 12557, 4035, 3760, '1.0000', '2.4700', '2.4700', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13937, '2022-12-31', 3172, 12558, 4035, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13938, '2022-12-31', 2951, 12559, 4035, 18491, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13939, '2022-12-31', 2661, 12560, 4035, 19632, '1.0000', '0.2490', '0.2490', '0.5000', '0.5000', '31.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13940, '2022-12-31', 3060, 12561, 4036, 22833, '2.0000', '6.6877', '6.6877', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13941, '2022-12-31', 3314, 12562, 4036, 4609, '5.0000', '0.5400', '0.5400', '1.0000', '1.0000', '68.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13942, '2022-12-31', 3086, 12563, 4037, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13943, '2022-12-31', 2642, 12564, 4038, 22841, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13944, '2022-12-31', 2901, 12565, 4039, 22897, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 405, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13945, '2022-12-31', 2923, 12566, 4039, 18561, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13946, '2022-12-31', 2642, 12567, 4040, 22841, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13947, '2022-12-31', 3015, 12568, 4041, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '61.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13948, '2022-12-31', 2712, 12569, 4042, 22796, '2.0000', '14.3333', '14.3333', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13949, '2022-12-31', 3824, 12570, 4042, 22862, '3.0000', '0.8458', '0.8458', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13950, '2022-12-31', 2918, 12571, 4042, 13213, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13951, '2022-12-31', 2642, 12572, 4043, 22841, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13952, '2022-12-31', 2660, 12573, 4044, 19638, '2.0000', '2.5750', '2.5750', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13953, '2022-12-31', 2917, 12574, 4045, 14446, '7.0000', '9.7500', '9.7500', '14.0000', '14.0000', '8.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13954, '2022-12-31', 2950, 12575, 4046, 22838, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13955, '2022-12-31', 2982, 12576, 4046, 18515, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13956, '2022-12-31', 3314, 12577, 4047, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '67.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13957, '2022-12-31', 2901, 12578, 4048, 22897, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 405, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13958, '2022-12-31', 3314, 12579, 4049, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '66.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13959, '2022-12-31', 2661, 12580, 4049, 19632, '2.0000', '0.2490', '0.2490', '0.5000', '0.5000', '29.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13960, '2022-12-31', 2917, 12581, 4050, 14446, '4.0000', '9.7500', '9.7500', '14.0000', '14.0000', '4.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13961, '2022-12-31', 2712, 12582, 4051, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13962, '2022-12-31', 3166, 12583, 4052, 22832, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '4.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13963, '2023-01-01', 3580, 12584, 4053, 18540, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13964, '2023-01-01', 2644, 12585, 4054, 18552, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13965, '2023-01-01', 3553, 12586, 4055, 19630, '3.0000', '2.4265', '2.4265', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13966, '2023-01-01', 3609, 12587, 4055, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '112.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13967, '2023-01-01', 2645, 12588, 4056, 22844, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13968, '2023-01-01', 2647, 12589, 4057, 22871, '10.0000', '7.7517', '7.7517', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13969, '2023-01-01', 3074, 12590, 4057, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13970, '2023-01-01', 3085, 12591, 4058, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13971, '2023-01-01', 2645, 12592, 4059, 22844, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13972, '2023-01-01', 3120, 12593, 4060, 22828, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13973, '2023-01-01', 2713, 12594, 4061, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13974, '2023-01-01', 2645, 12595, 4062, 22844, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13975, '2023-01-01', 2645, 12595, 4062, 22870, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '68.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13976, '2023-01-01', 2789, 12596, 4062, 18508, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13977, '2023-01-01', 2661, 12597, 4063, 19632, '2.0000', '0.2490', '0.2490', '0.5000', '0.5000', '27.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13978, '2023-01-01', 3166, 12598, 4064, 22832, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13979, '2023-01-01', 3084, 12599, 4064, 14515, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13980, '2023-01-01', 2952, 12600, 4064, 19826, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13981, '2023-01-01', 2917, 12601, 4064, 14446, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '2.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13982, '2023-01-01', 3060, 12602, 4064, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13983, '2023-01-01', 2949, 12603, 4065, 17607, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13984, '2023-01-01', 2949, 12603, 4065, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13985, '2023-01-01', 3784, 12604, 4066, 18527, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13986, '2023-01-01', 2643, 12605, 4066, 13377, '1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13987, '2023-01-01', 2917, 12606, 4066, 14446, '1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '1.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13988, '2023-01-01', 2981, 12607, 4067, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '8.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13989, '2023-01-01', 2643, 12608, 4067, 13377, '2.0000', '6.5466', '6.5466', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13990, '2023-01-01', 2647, 12609, 4067, 22871, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13991, '2023-01-01', 3482, 12610, 4068, 19639, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13992, '2023-01-01', 2902, 12611, 4069, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '48.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13993, '2023-01-01', 2645, 12612, 4069, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '67.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13994, '2023-01-01', 3182, 12613, 4069, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '22.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13995, '2023-01-01', 2507, 12614, 4070, 14604, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13996, '2023-01-01', 3061, 12615, 4071, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13997, '2023-01-01', 2924, 12616, 4071, 14592, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13998, '2023-01-01', 2927, 12617, 4071, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (13999, '2023-01-01', 2923, 12618, 4072, 18561, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14000, '2023-01-01', 3003, 12619, 4072, 4298, '1.0000', '7.1800', '7.1800', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14001, '2023-01-01', 3080, 12620, 4072, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '45.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14002, '2023-01-01', 2936, 12621, 4072, 18970, '-2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14003, '2023-01-01', 2936, 12621, 4072, 20058, '-1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14004, '2023-01-01', 2936, 12621, 4072, 21106, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14005, '2023-01-01', 2936, 12621, 4072, 22154, '-1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14006, '2023-01-01', 2936, 12621, 4072, 22850, '6.0000', '3.7500', '3.7500', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14007, '2023-01-01', 2642, 12622, 4072, 22841, '4.0000', '7.2502', '7.2502', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14008, '2023-01-01', 3172, 12623, 4072, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14009, '2023-01-01', 2827, 12624, 4073, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '14.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14010, '2023-01-01', 2642, 12625, 4074, 22841, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14011, '2023-01-01', 2653, 12626, 4075, 15703, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14012, '2023-01-01', 2922, 12627, 4076, 22849, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14013, '2023-01-01', 2645, 12628, 4076, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '66.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14014, '2023-01-01', 2712, 12629, 4077, 22796, '1.0000', '14.3333', '14.3333', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14015, '2023-01-01', 3608, 12630, 4077, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '58.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14016, '2023-01-01', 2927, 12631, 4078, 15765, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14017, '2023-01-01', 2936, 12632, 4078, 22850, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '29.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14018, '2023-01-01', 2924, 12633, 4078, 14592, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14019, '2023-01-01', 2923, 12634, 4078, 18561, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14020, '2023-01-01', 2930, 12635, 4078, 18524, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14021, '2023-01-01', 2919, 12636, 4079, 18521, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14022, '2023-01-01', 2927, 12637, 4079, 16351, '-4.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14023, '2023-01-01', 2927, 12637, 4079, 17866, '-2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14024, '2023-01-01', 2927, 12637, 4079, 18563, '7.0000', '1.8750', '1.8750', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14025, '2023-01-01', 2645, 12638, 4080, 22870, '8.0000', '8.3496', '8.3496', '12.0000', '12.0000', '58.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14026, '2023-01-01', 2645, 12639, 4081, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '57.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14027, '2023-01-01', 2951, 12640, 4081, 18491, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14028, '2023-01-01', 3314, 12641, 4082, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '65.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14029, '2023-01-01', 3743, 12642, 4083, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14030, '2023-01-01', 2645, 12643, 4084, 22870, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14031, '2023-01-01', 3062, 12644, 4085, 22876, '2.0000', '12.8233', '12.8233', '16.0000', '16.0000', '26.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14032, '2023-01-01', 2645, 12645, 4085, 22870, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14033, '2023-01-01', 2712, 12646, 4085, 22882, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14034, '2023-01-01', 2927, 12647, 4085, 18563, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '40.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14035, '2023-01-01', 2927, 12648, 4086, 18563, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '38.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14036, '2023-01-01', 3314, 12649, 4087, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '64.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14037, '2023-01-01', 2645, 12650, 4088, 22870, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14038, '2023-01-01', 2712, 12651, 4088, 22882, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14039, '2023-01-01', 3484, 12652, 4088, 22885, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14040, '2023-01-01', 2710, 12653, 4088, 22798, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '21.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14041, '2023-01-01', 2645, 12654, 4089, 22870, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14042, '2023-01-01', 3015, 12655, 4089, 5453, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '60.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14043, '2023-01-01', 2921, 12656, 4090, 15762, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14044, '2023-01-01', 2919, 12657, 4090, 18521, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14045, '2023-01-01', 2922, 12658, 4091, 22849, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14046, '2023-01-01', 3762, 12659, 4091, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14047, '2023-01-01', 3294, 12660, 4092, 4589, '2.0000', '0.1100', '0.1100', '0.7500', '0.7500', '398.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14048, '2023-01-01', 2552, 12661, 4093, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14049, '2023-01-01', 3172, 12662, 4094, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14050, '2023-01-01', 2552, 12663, 4094, 15681, '1.0000', '0.4583', '0.4583', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14051, '2023-01-01', 2894, 12664, 4095, 17389, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14052, '2023-01-01', 3256, 12665, 4095, 10148, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 148, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14053, '2023-01-01', 3230, 12666, 4095, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14054, '2023-01-01', 3482, 12667, 4095, 19639, '3.0000', '1.2500', '1.2500', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14055, '2023-01-01', 3123, 12668, 4095, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14056, '2023-01-01', 3641, 12669, 4096, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '55.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14057, '2023-01-01', 2661, 12670, 4096, 19632, '1.0000', '0.2490', '0.2490', '0.5000', '0.5000', '26.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14058, '2023-01-01', 2648, 12671, 4097, 22872, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '48.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14059, '2023-01-01', 3641, 12672, 4098, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '54.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14060, '2023-01-01', 2645, 12673, 4098, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14061, '2023-01-01', 2648, 12674, 4098, 22872, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14062, '2023-01-01', 2822, 12675, 4099, 15702, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14063, '2023-01-01', 3580, 12676, 4100, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14064, '2023-01-01', 2952, 12677, 4101, 20874, '-1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14065, '2023-01-01', 2952, 12677, 4101, 21922, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14066, '2023-01-01', 2952, 12677, 4101, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14067, '2023-01-01', 2951, 12678, 4102, 18491, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14068, '2023-01-01', 3172, 12679, 4102, 17391, '5.0000', '3.4697', '3.4697', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14069, '2023-01-01', 3609, 12680, 4102, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '111.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14070, '2023-01-01', 3120, 12681, 4103, 22828, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14071, '2023-01-01', 3314, 12682, 4103, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '63.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14072, '2023-01-02', 2653, 12683, 4104, 15703, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14073, '2023-01-02', 2653, 12683, 4104, 15773, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '95.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14074, '2023-01-02', 2949, 12684, 4105, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14075, '2023-01-02', 2645, 12685, 4105, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14076, '2023-01-02', 3772, 12686, 4106, 19631, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14077, '2023-01-02', 3120, 12687, 4107, 22828, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14078, '2023-01-02', 3114, 12688, 4107, 16431, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14079, '2023-01-02', 3212, 12689, 4108, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14080, '2023-01-02', 2713, 12690, 4108, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14081, '2023-01-02', 3762, 12691, 4108, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14082, '2023-01-02', 3172, 12692, 4109, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14083, '2023-01-02', 2902, 12693, 4109, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '47.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14084, '2023-01-02', 2645, 12694, 4109, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14085, '2023-01-02', 2642, 12695, 4110, 22841, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14086, '2023-01-02', 2952, 12696, 4110, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14087, '2023-01-02', 3646, 12697, 4110, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14088, '2023-01-02', 2648, 12698, 4110, 22872, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14089, '2023-01-02', 2646, 12699, 4110, 22846, '1.0000', '11.9450', '11.9450', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14090, '2023-01-02', 3342, 12700, 4110, 13746, '-2.0000', '37.5000', '37.5000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14091, '2023-01-02', 3342, 12700, 4110, 14413, '3.0000', '37.5000', '37.5000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14092, '2023-01-02', 3120, 12701, 4110, 22828, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14093, '2023-01-02', 2653, 12702, 4110, 15773, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '94.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14094, '2023-01-02', 2982, 12703, 4110, 18515, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14095, '2023-01-02', 2648, 12704, 4111, 22872, '7.0000', '7.5783', '7.5783', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14096, '2023-01-02', 2653, 12705, 4111, 15773, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '93.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14097, '2023-01-02', 2952, 12706, 4111, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14098, '2023-01-02', 2645, 12707, 4112, 22870, '5.0000', '8.3496', '8.3496', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14099, '2023-01-02', 2653, 12708, 4112, 15773, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '88.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14100, '2023-01-02', 2949, 12709, 4112, 22864, '2.0000', '6.6700', '6.6700', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14101, '2023-01-02', 3074, 12710, 4112, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14102, '2023-01-02', 3120, 12711, 4112, 22828, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14103, '2023-01-02', 3482, 12712, 4112, 19639, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14104, '2023-01-02', 3311, 12713, 4112, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14105, '2023-01-02', 3743, 12714, 4112, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14106, '2023-01-02', 3172, 12715, 4112, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14107, '2023-01-02', 3483, 12716, 4113, 17443, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14108, '2023-01-02', 3048, 12717, 4113, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '134.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14109, '2023-01-02', 3826, 12718, 4113, 22854, '1.0000', '4.6250', '4.6250', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14110, '2023-01-02', 3743, 12719, 4113, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14111, '2023-01-02', 3762, 12720, 4113, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14112, '2023-01-02', 3483, 12721, 4114, 17443, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14113, '2023-01-02', 3212, 12722, 4114, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14114, '2023-01-02', 2500, 12723, 4114, 19619, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14115, '2023-01-02', 3062, 12724, 4114, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '25.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14116, '2023-01-02', 2646, 12725, 4114, 22846, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14117, '2023-01-02', 3017, 12726, 4114, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14118, '2023-01-02', 2902, 12727, 4114, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '46.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14119, '2023-01-02', 3080, 12728, 4114, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '44.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14120, '2023-01-02', 2653, 12729, 4115, 15773, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '86.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14121, '2023-01-02', 3172, 12730, 4115, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14122, '2023-01-02', 2648, 12731, 4115, 22872, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14123, '2023-01-02', 2952, 12732, 4115, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14124, '2023-01-02', 2647, 12733, 4115, 22871, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14125, '2023-01-02', 2661, 12734, 4115, 19632, '2.0000', '0.2490', '0.2490', '0.5000', '0.5000', '24.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14126, '2023-01-02', 2822, 12735, 4115, 15702, '6.0000', '4.6667', '4.6667', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14127, '2023-01-02', 2710, 12736, 4115, 22798, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '19.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14128, '2023-01-02', 2713, 12737, 4115, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14129, '2023-01-02', 3172, 12738, 4116, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14130, '2023-01-02', 2951, 12739, 4116, 18491, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14131, '2023-01-02', 3314, 12740, 4116, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '62.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14132, '2023-01-02', 3602, 12741, 4116, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14133, '2023-01-02', 2973, 12742, 4116, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '15.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14134, '2023-01-02', 2713, 12743, 4116, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14135, '2023-01-02', 3241, 12744, 4117, 4536, '1.0000', '3.9900', '3.9900', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14136, '2023-01-02', 2722, 12745, 4117, 4017, '5.0000', '21.0100', '21.0100', '42.0000', '42.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14137, '2023-01-02', 2719, 12746, 4117, 4850, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14138, '2023-01-02', 2719, 12746, 4117, 5889, '2.0000', '0.9900', '0.9900', '2.0000', '2.0000', '188.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14139, '2023-01-02', 3260, 12747, 4117, 4832, '2.0000', '1.3900', '1.3900', '3.0000', '3.0000', '75.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14140, '2023-01-02', 2720, 12748, 4117, 4015, '2.0000', '13.7000', '13.7000', '19.0000', '19.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14141, '2023-01-02', 3058, 12749, 4117, 4353, '1.0000', '107.9100', '107.9100', '144.0000', '144.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14142, '2023-01-02', 3138, 12750, 4117, 4433, '2.0000', '2.7100', '2.7100', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14143, '2023-01-02', 2900, 12751, 4118, 4195, '1.0000', '150.0000', '150.0000', '180.0000', '180.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14144, '2023-01-02', 3234, 12752, 4119, 15163, '-1.0000', '53.8000', '53.8000', '65.0000', '65.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14145, '2023-01-02', 3234, 12752, 4119, 17433, '2.0000', '49.5000', '49.5000', '65.0000', '65.0000', '22.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14146, '2023-01-02', 3267, 12753, 4119, 4562, '1.0000', '33.0900', '33.0900', '45.0000', '45.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14147, '2023-01-02', 2723, 12754, 4119, 4018, '3.0000', '1.4900', '1.4900', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14148, '2023-01-02', 2720, 12755, 4119, 4015, '12.0000', '13.7000', '13.7000', '19.0000', '19.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14149, '2023-01-02', 2722, 12756, 4119, 4017, '3.0000', '21.0100', '21.0100', '42.0000', '42.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14150, '2023-01-02', 3263, 12757, 4119, 4558, '4.0000', '6.1000', '6.1000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14151, '2023-01-02', 2719, 12758, 4119, 6850, '-190.0000', '0.9900', '0.9900', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14152, '2023-01-02', 2719, 12758, 4119, 7813, '15.0000', '0.9900', '0.9900', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14153, '2023-01-02', 2719, 12758, 4119, 8774, '-15.0000', '0.9900', '0.9900', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14154, '2023-01-02', 2719, 12758, 4119, 9735, '-1.0000', '0.9900', '0.9900', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14155, '2023-01-02', 2719, 12758, 4119, 5889, '188.0000', '0.9900', '0.9900', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14156, '2023-01-02', 2719, 12758, 4119, 10010, '18.0000', '0.8500', '0.8500', '2.0000', '2.0000', '82.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14157, '2023-01-02', 3260, 12759, 4119, 4832, '10.0000', '1.3900', '1.3900', '3.0000', '3.0000', '65.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14158, '2023-01-02', 3239, 12760, 4119, 10031, '6.0000', '0.6000', '0.6000', '2.5000', '2.5000', '69.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14159, '2023-01-02', 2712, 12761, 4120, 22882, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14160, '2023-01-02', 2951, 12762, 4120, 18491, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14161, '2023-01-02', 2951, 12762, 4120, 20473, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14162, '2023-01-02', 3553, 12763, 4120, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14163, '2023-01-02', 2699, 12764, 4120, 22792, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '81.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14164, '2023-01-02', 2697, 12765, 4120, 3992, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14165, '2023-01-02', 2801, 12766, 4121, 4805, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 46, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14166, '2023-01-02', 2699, 12767, 4121, 22792, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '78.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14167, '2023-01-02', 2799, 12768, 4121, 4094, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14168, '2023-01-02', 3131, 12769, 4122, 4426, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14169, '2023-01-02', 3142, 12770, 4122, 4437, '1.0000', '8.3900', '8.3900', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14170, '2023-01-02', 2965, 12771, 4122, 4260, '2.0000', '2.8000', '2.8000', '4.5000', '4.5000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14171, '2023-01-02', 2963, 12772, 4122, 4996, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14172, '2023-01-02', 3644, 12773, 4123, 22853, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14173, '2023-01-02', 2903, 12774, 4123, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '30.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14174, '2023-01-02', 3123, 12775, 4123, 18509, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14175, '2023-01-02', 2514, 12776, 4123, 3809, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14176, '2023-01-02', 2642, 12777, 4123, 22841, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14177, '2023-01-02', 3342, 12778, 4123, 15001, '-1.0000', '37.5000', '37.5000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14178, '2023-01-02', 3342, 12778, 4123, 18497, '2.0000', '37.5000', '37.5000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14179, '2023-01-02', 3344, 12779, 4124, 10553, '-2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14180, '2023-01-02', 3344, 12779, 4124, 11523, '2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14181, '2023-01-02', 3344, 12779, 4124, 12493, '-2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14182, '2023-01-02', 3344, 12779, 4124, 13749, '-2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14183, '2023-01-02', 3344, 12779, 4124, 15716, '4.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14184, '2023-01-02', 3344, 12779, 4124, 18499, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14185, '2023-01-02', 2653, 12780, 4124, 15773, '31.0000', '4.4092', '4.4092', '6.0000', '6.0000', '55.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14186, '2023-01-02', 3017, 12781, 4124, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14187, '2023-01-02', 2827, 12782, 4124, 14511, '6.0000', '0.1300', '0.1300', '0.3333', '0.3333', '8.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14188, '2023-01-02', 3646, 12783, 4124, 15726, '10.0000', '1.1233', '1.1233', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14189, '2023-01-02', 2644, 12784, 4124, 18552, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14190, '2023-01-02', 2713, 12785, 4124, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14191, '2023-01-02', 3212, 12786, 4124, 15778, '2.0000', '3.5417', '3.5417', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14192, '2023-01-02', 3120, 12787, 4124, 22828, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14193, '2023-01-02', 2653, 12788, 4125, 15773, '15.0000', '4.4092', '4.4092', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14194, '2023-01-02', 2713, 12789, 4125, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14195, '2023-01-02', 3641, 12790, 4125, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '53.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14196, '2023-01-02', 3311, 12791, 4125, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14197, '2023-01-02', 2532, 12792, 4125, 3827, '2.0000', '4.5900', '4.5900', '6.5000', '6.5000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14198, '2023-01-02', 2957, 12793, 4125, 4252, '1.0000', '7.0000', '7.0000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14199, '2023-01-02', 3123, 12794, 4125, 18509, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14200, '2023-01-02', 3123, 12794, 4125, 20092, '-2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14201, '2023-01-02', 3123, 12794, 4125, 21140, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14202, '2023-01-02', 3123, 12794, 4125, 22188, '-2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14203, '2023-01-02', 3123, 12794, 4125, 22878, '3.0000', '5.1400', '5.1400', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14204, '2023-01-02', 2903, 12795, 4125, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '29.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14205, '2023-01-02', 2653, 12796, 4126, 15773, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14206, '2023-01-02', 2822, 12797, 4126, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14207, '2023-01-02', 2950, 12798, 4126, 22838, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14208, '2023-01-02', 3074, 12799, 4126, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14209, '2023-01-02', 3123, 12800, 4126, 22878, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14210, '2023-01-02', 2980, 12801, 4127, 4275, '1.0000', '35.4700', '35.4700', '47.0000', '47.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14211, '2023-01-02', 3781, 12802, 4127, 18501, '2.0000', '1.6667', '1.6667', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14212, '2023-01-02', 3483, 12803, 4127, 17443, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14213, '2023-01-02', 2653, 12804, 4127, 15773, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14214, '2023-01-02', 2713, 12805, 4127, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14215, '2023-01-02', 2711, 12806, 4127, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14216, '2023-01-02', 3120, 12807, 4127, 22879, '4.0000', '5.7400', '5.7400', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14217, '2023-01-02', 3121, 12808, 4127, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '13.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14218, '2023-01-02', 3048, 12809, 4127, 18505, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '130.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14219, '2023-01-02', 3772, 12810, 4127, 19631, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14220, '2023-01-02', 2661, 12811, 4128, 19632, '2.0000', '0.2490', '0.2490', '0.5000', '0.5000', '22.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14221, '2023-01-02', 3212, 12812, 4128, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14222, '2023-01-02', 3074, 12813, 4128, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14223, '2023-01-02', 3823, 12814, 4128, 22860, '1.0000', '6.4000', '6.4000', '8.5000', '8.5000', '5.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14224, '2023-01-02', 2873, 12815, 4128, 17817, '-1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14225, '2023-01-02', 2873, 12815, 4128, 20014, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14226, '2023-01-02', 2873, 12815, 4128, 21062, '-1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14227, '2023-01-02', 2873, 12815, 4128, 22110, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14228, '2023-01-02', 2873, 12815, 4128, 22826, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14229, '2023-01-02', 2642, 12816, 4128, 22841, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14230, '2023-01-02', 2949, 12817, 4128, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14231, '2023-01-02', 2653, 12818, 4128, 15773, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14232, '2023-01-02', 2645, 12819, 4129, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14233, '2023-01-02', 3646, 12820, 4129, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14234, '2023-01-02', 2661, 12821, 4129, 19632, '2.0000', '0.2490', '0.2490', '0.5000', '0.5000', '20.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14235, '2023-01-02', 2790, 12822, 4130, 18511, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14236, '2023-01-02', 3600, 12823, 4130, 14494, '1.0000', '2.2917', '2.2917', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14237, '2023-01-02', 3778, 12824, 4130, 18489, '2.0000', '0.3000', '0.3000', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14238, '2023-01-02', 2713, 12825, 4130, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14239, '2023-01-02', 2889, 12826, 4130, 5479, '1.0000', '4.2600', '4.2600', '5.0000', '5.0000', '31.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14240, '2023-01-02', 3780, 12827, 4130, 18502, '1.0000', '0.7917', '0.7917', '1.5000', '1.5000', '108.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14241, '2023-01-02', 3772, 12828, 4130, 19631, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14242, '2023-01-02', 3314, 12829, 4130, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '60.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14243, '2023-01-02', 3784, 12830, 4130, 18527, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14244, '2023-01-02', 2534, 12831, 4131, 20046, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14245, '2023-01-02', 3121, 12832, 4131, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '12.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14246, '2023-01-05', 2901, 12833, 4132, 22897, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 405, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14247, '2023-01-05', 2485, 12834, 4132, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '10.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14248, '2023-01-05', 2698, 12835, 4132, 18344, '-2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14249, '2023-01-05', 2698, 12835, 4132, 19459, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14250, '2023-01-05', 2698, 12835, 4132, 20555, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14251, '2023-01-05', 2698, 12835, 4132, 21603, '-1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14252, '2023-01-05', 2698, 12835, 4132, 22651, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14253, '2023-01-05', 2698, 12835, 4132, 22898, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '49.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14254, '2023-01-05', 2647, 12836, 4132, 22871, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14255, '2023-01-05', 3625, 12837, 4132, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '21.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14256, '2023-01-05', 2534, 12838, 4132, 21094, '-2.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14257, '2023-01-05', 2534, 12838, 4132, 22142, '2.0000', '4.0000', '4.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14258, '2023-01-05', 2534, 12838, 4132, 22867, '2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14259, '2023-01-05', 2504, 12839, 4132, 18554, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14260, '2023-01-05', 3172, 12840, 4132, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14261, '2023-01-05', 2507, 12841, 4132, 14604, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14262, '2023-01-05', 2949, 12842, 4132, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14263, '2023-01-05', 2919, 12843, 4132, 18521, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14264, '2023-01-05', 2922, 12844, 4132, 22849, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14265, '2023-01-05', 3114, 12845, 4132, 17459, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14266, '2023-01-05', 2647, 12846, 4133, 22871, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14267, '2023-01-05', 2587, 12847, 4133, 3882, '2.0000', '2.6200', '2.6200', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14268, '2023-01-05', 2586, 12848, 4133, 3881, '1.0000', '1.7000', '1.7000', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14269, '2023-01-05', 3577, 12849, 4133, 13262, '1.0000', '26.3400', '26.3400', '35.0000', '35.0000', '9.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14270, '2023-01-05', 3084, 12850, 4133, 14515, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14271, '2023-01-05', 2873, 12851, 4133, 22826, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14272, '2023-01-05', 3027, 12852, 4133, 4322, '1.0000', '7.7000', '7.7000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14273, '2023-01-05', 2661, 12853, 4133, 19632, '1.0000', '0.2490', '0.2490', '0.5000', '0.5000', '19.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14274, '2023-01-05', 2789, 12854, 4133, 18508, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14275, '2023-01-05', 2891, 12855, 4133, 13307, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14276, '2023-01-05', 3575, 12856, 4133, 13209, '1.0000', '2.3600', '2.3600', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 183, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14277, '2023-01-05', 2711, 12857, 4133, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14278, '2023-01-05', 3483, 12858, 4133, 17443, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14279, '2023-01-05', 3114, 12859, 4133, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14280, '2023-01-05', 2508, 12860, 4133, 14605, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14281, '2023-01-05', 3172, 12861, 4133, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14282, '2023-01-05', 2921, 12862, 4133, 15762, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14283, '2023-01-05', 2923, 12863, 4133, 18561, '4.0000', '3.0000', '3.0000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14284, '2023-01-05', 2933, 12864, 4133, 5390, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '38.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14285, '2023-01-05', 3602, 12865, 4133, 14498, '4.0000', '1.1667', '1.1667', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14286, '2023-01-05', 3172, 12866, 4134, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14287, '2023-01-05', 2864, 12867, 4134, 17393, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14288, '2023-01-05', 2864, 12867, 4134, 17795, '-1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14289, '2023-01-05', 2864, 12867, 4134, 18904, '-1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14290, '2023-01-05', 2864, 12867, 4134, 19992, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14291, '2023-01-05', 2864, 12867, 4134, 21040, '-2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14292, '2023-01-05', 2864, 12867, 4134, 22088, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14293, '2023-01-05', 2864, 12867, 4134, 22891, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14294, '2023-01-05', 2950, 12868, 4134, 22838, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14295, '2023-01-05', 2949, 12869, 4134, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14296, '2023-01-05', 2926, 12870, 4134, 4728, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14297, '2023-01-05', 2922, 12871, 4134, 22849, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14298, '2023-01-05', 2936, 12872, 4135, 22850, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14299, '2023-01-05', 2713, 12873, 4135, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14300, '2023-01-05', 3230, 12874, 4135, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14301, '2023-01-05', 3327, 12875, 4135, 5967, '1.0000', '15.8800', '15.8800', '22.0000', '22.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14302, '2023-01-05', 2719, 12876, 4135, 10010, '3.0000', '0.8500', '0.8500', '2.0000', '2.0000', '79.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14303, '2023-01-05', 3260, 12877, 4135, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '64.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14304, '2023-01-05', 3814, 12878, 4135, 22816, '1.0000', '10.0000', '10.0000', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14305, '2023-01-05', 3314, 12879, 4135, 4609, '3.0000', '0.5400', '0.5400', '1.0000', '1.0000', '57.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14306, '2023-01-05', 3602, 12880, 4135, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14307, '2023-01-05', 2522, 12881, 4135, 3817, '11.0000', '0.1800', '0.1800', '0.5000', '0.5000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14308, '2023-01-05', 2921, 12882, 4135, 15762, '3.0000', '3.7500', '3.7500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14309, '2023-01-05', 3745, 12883, 4135, 17141, '6.0000', '4.0000', '4.0000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14310, '2023-01-05', 2504, 12884, 4135, 18554, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14311, '2023-01-05', 2924, 12885, 4135, 14592, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14312, '2023-01-05', 3070, 12886, 4135, 4365, '1.0000', '11.5000', '11.5000', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14313, '2023-01-05', 3182, 12887, 4135, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '21.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14314, '2023-01-05', 3235, 12888, 4135, 17434, '1.0000', '88.2500', '88.2500', '105.0000', '105.0000', '10.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14315, '2023-01-05', 2712, 12889, 4135, 22882, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14316, '2023-01-05', 3172, 12890, 4135, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14317, '2023-01-05', 2827, 12891, 4135, 14511, '3.0000', '0.1300', '0.1300', '0.3333', '0.3333', '5.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14318, '2023-01-05', 3762, 12892, 4135, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14319, '2023-01-05', 3047, 12893, 4135, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '40.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14320, '2023-01-05', 3086, 12894, 4135, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14321, '2023-01-05', 2742, 12895, 4135, 4037, '1.0000', '9.9500', '9.9500', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14322, '2023-01-05', 3080, 12896, 4135, 17430, '2.0000', '10.8500', '10.8500', '20.0000', '20.0000', '42.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14323, '2023-01-05', 2919, 12897, 4135, 18521, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14324, '2023-01-05', 2653, 12898, 4135, 15773, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14325, '2023-01-05', 3123, 12899, 4135, 22878, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14326, '2023-01-05', 3101, 12900, 4135, 4396, '1.0000', '6.8700', '6.8700', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14327, '2023-01-05', 2981, 12901, 4135, 4799, '2.0000', '50.8700', '50.8700', '55.0000', '55.0000', '6.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14328, '2023-01-05', 2952, 12902, 4135, 22795, '3.0000', '3.1667', '3.1667', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14329, '2023-01-05', 3085, 12903, 4135, 18516, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14330, '2023-01-05', 2653, 12904, 4136, 15773, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14331, '2023-01-05', 2965, 12905, 4136, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14332, '2023-01-05', 3187, 12906, 4136, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '40.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14333, '2023-01-05', 3314, 12907, 4136, 4609, '3.0000', '0.5400', '0.5400', '1.0000', '1.0000', '54.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14334, '2023-01-05', 3824, 12908, 4137, 22862, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14335, '2023-01-05', 3630, 12909, 4137, 14554, '2.0000', '1.1250', '1.1250', '2.5000', '2.5000', '38.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14336, '2023-01-05', 2645, 12910, 4137, 22870, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14337, '2023-01-05', 2552, 12911, 4137, 15681, '2.0000', '0.4583', '0.4583', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14338, '2023-01-05', 2552, 12911, 4137, 16401, '-2.0000', '0.4583', '0.4583', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14339, '2023-01-05', 2552, 12911, 4137, 17902, '-2.0000', '0.4583', '0.4583', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14340, '2023-01-05', 2552, 12911, 4137, 18533, '5.0000', '0.4063', '0.4063', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14341, '2023-01-05', 2827, 12912, 4137, 14511, '5.0000', '0.1300', '0.1300', '0.3333', '0.3333', '0.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14342, '2023-01-05', 2827, 12912, 4137, 16978, '-24.0000', '0.1300', '0.1300', '0.3333', '0.3333', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14343, '2023-01-05', 2827, 12912, 4137, 17421, '25.0000', '0.1124', '0.1124', '0.3333', '0.3333', '75.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14344, '2023-01-05', 2517, 12913, 4137, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '11.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14345, '2023-01-05', 2864, 12914, 4137, 22891, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14346, '2023-01-05', 2927, 12915, 4137, 18563, '10.0000', '1.8750', '1.8750', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14347, '2023-01-05', 3608, 12916, 4137, 14504, '2.0000', '0.5000', '0.5000', '1.0000', '1.0000', '56.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14348, '2023-01-05', 2886, 12917, 4137, 5480, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14349, '2023-01-05', 3182, 12918, 4137, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '20.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14350, '2023-01-05', 3085, 12919, 4137, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14351, '2023-01-05', 2504, 12920, 4137, 18554, '3.0000', '2.0833', '2.0833', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14352, '2023-01-05', 3311, 12921, 4137, 14579, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14353, '2023-01-05', 3048, 12922, 4137, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '128.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14354, '2023-01-05', 3641, 12923, 4137, 22895, '4.0000', '1.7500', '1.7500', '2.5000', '2.5000', '49.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14355, '2023-01-05', 2949, 12924, 4137, 22864, '2.0000', '6.6700', '6.6700', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14356, '2023-01-05', 3061, 12925, 4137, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14357, '2023-01-05', 2660, 12926, 4137, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14358, '2023-01-05', 3048, 12927, 4138, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '127.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14359, '2023-01-05', 3123, 12928, 4138, 22878, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14360, '2023-01-05', 2876, 12929, 4138, 15685, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14361, '2023-01-05', 3762, 12930, 4138, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14362, '2023-01-05', 2749, 12931, 4138, 4044, '4.0000', '0.6900', '0.6900', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14363, '2023-01-05', 3074, 12932, 4138, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14364, '2023-01-05', 3063, 12933, 4138, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14365, '2023-01-05', 2504, 12934, 4138, 18554, '4.0000', '2.0833', '2.0833', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14366, '2023-01-05', 3311, 12935, 4138, 14579, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14367, '2023-01-05', 2830, 12936, 4138, 4125, '2.0000', '4.0000', '4.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14368, '2023-01-05', 2830, 12936, 4138, 5171, '2.0000', '4.0000', '4.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14369, '2023-01-05', 2975, 12937, 4138, 5013, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14370, '2023-01-05', 3061, 12938, 4138, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14371, '2023-01-05', 3553, 12939, 4138, 19630, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14372, '2023-01-05', 3558, 12940, 4138, 15690, '1.0000', '52.8683', '52.8683', '60.0000', '60.0000', '0.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14373, '2023-01-05', 2647, 12941, 4138, 22871, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14374, '2023-01-05', 2952, 12942, 4138, 22795, '3.0000', '3.1667', '3.1667', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14375, '2023-01-05', 2766, 12943, 4138, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '248.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14376, '2023-01-05', 3172, 12944, 4138, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14377, '2023-01-05', 2713, 12945, 4138, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14378, '2023-01-05', 3029, 12946, 4138, 17439, '1.0000', '6.4100', '6.4100', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14379, '2023-01-05', 2873, 12947, 4138, 22826, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14380, '2023-01-05', 2712, 12948, 4138, 22882, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14381, '2023-01-05', 2653, 12949, 4138, 15773, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14382, '2023-01-05', 3187, 12950, 4138, 18534, '4.0000', '0.6429', '0.6429', '1.2500', '1.2500', '36.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14383, '2023-01-05', 2936, 12951, 4138, 22850, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14384, '2023-01-05', 2822, 12952, 4138, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14385, '2023-01-05', 2645, 12953, 4139, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14386, '2023-01-05', 2922, 12954, 4140, 22849, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14387, '2023-01-05', 2919, 12955, 4140, 18521, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14388, '2023-01-05', 2949, 12956, 4141, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14389, '2023-01-05', 3187, 12957, 4141, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '34.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14390, '2023-01-05', 2645, 12958, 4141, 22870, '9.0000', '8.3496', '8.3496', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14391, '2023-01-05', 3580, 12959, 4141, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14392, '2023-01-05', 3048, 12960, 4141, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '126.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14393, '2023-01-05', 3172, 12961, 4141, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14394, '2023-01-05', 2864, 12962, 4141, 22891, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14395, '2023-01-05', 3314, 12963, 4141, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '52.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14396, '2023-01-05', 2790, 12964, 4141, 18511, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14397, '2023-01-05', 3015, 12965, 4141, 7377, '-133.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14398, '2023-01-05', 3015, 12965, 4141, 8338, '133.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14399, '2023-01-05', 3015, 12965, 4141, 9299, '-133.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14400, '2023-01-05', 3015, 12965, 4141, 5453, '60.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14401, '2023-01-05', 3015, 12965, 4141, 10643, '-6.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14402, '2023-01-05', 3015, 12965, 4141, 11613, '6.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14403, '2023-01-05', 3015, 12965, 4141, 12583, '-6.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14404, '2023-01-05', 3015, 12965, 4141, 13211, '72.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 183, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14405, '2023-01-05', 3015, 12965, 4141, 13846, '-3.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14406, '2023-01-05', 3015, 12965, 4141, 15111, '8.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14407, '2023-01-05', 3015, 12965, 4141, 16433, '-9.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14408, '2023-01-05', 3015, 12965, 4141, 17933, '-1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14409, '2023-01-05', 3015, 12965, 4141, 19044, '5.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14410, '2023-01-05', 3015, 12965, 4141, 20132, '8.0000', '0.8583', '0.8583', '2.0000', '2.0000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14411, '2023-01-05', 2901, 12966, 4141, 22897, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 405, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14412, '2023-01-05', 2704, 12967, 4141, 3999, '4.0000', '0.1000', '0.1000', '0.5000', '0.5000', '61.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14413, '2023-01-05', 2952, 12968, 4141, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14414, '2023-01-05', 2873, 12969, 4141, 22826, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14415, '2023-01-05', 2653, 12970, 4141, 15773, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14416, '2023-01-05', 3313, 12971, 4142, 4608, '1.0000', '109.7900', '109.7900', '146.0000', '146.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14417, '2023-01-05', 3256, 12972, 4142, 10560, '-3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14418, '2023-01-05', 3256, 12972, 4142, 11530, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14419, '2023-01-05', 3256, 12972, 4142, 12500, '-3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14420, '2023-01-05', 3256, 12972, 4142, 13756, '-17.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14421, '2023-01-05', 3256, 12972, 4142, 14426, '6.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 240, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14422, '2023-01-05', 3256, 12972, 4142, 14441, '12.0000', '4.3200', '4.3200', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 244, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14423, '2023-01-05', 3256, 12972, 4142, 15011, '-10.0000', '4.3200', '4.3200', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14424, '2023-01-05', 3256, 12972, 4142, 16331, '-1.0000', '4.3200', '4.3200', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14425, '2023-01-05', 3256, 12972, 4142, 17130, '6.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14426, '2023-01-05', 3256, 12972, 4142, 17842, '-1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14427, '2023-01-05', 3256, 12972, 4142, 18544, '9.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14428, '2023-01-05', 3064, 12973, 4142, 6287, '-3.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14429, '2023-01-05', 3064, 12973, 4142, 7250, '-5.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14430, '2023-01-05', 3064, 12973, 4142, 8211, '5.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14431, '2023-01-05', 3064, 12973, 4142, 9172, '-5.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14432, '2023-01-05', 3064, 12973, 4142, 5326, '3.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14433, '2023-01-05', 3064, 12973, 4142, 10065, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14434, '2023-01-05', 3064, 12973, 4142, 10516, '-4.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14435, '2023-01-05', 3064, 12973, 4142, 11486, '4.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14436, '2023-01-05', 3064, 12973, 4142, 12456, '-4.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14437, '2023-01-05', 3064, 12973, 4142, 13157, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 171, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14438, '2023-01-05', 3064, 12973, 4142, 13308, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 205, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14439, '2023-01-05', 3064, 12973, 4142, 13711, '-2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14440, '2023-01-05', 3064, 12973, 4142, 14469, '6.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 249, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14441, '2023-01-05', 3314, 12974, 4142, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '51.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14442, '2023-01-05', 2710, 12975, 4142, 22798, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '18.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14443, '2023-01-05', 3641, 12976, 4142, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '48.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14444, '2023-01-05', 3172, 12977, 4142, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14445, '2023-01-05', 2507, 12978, 4143, 14604, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14446, '2023-01-05', 2507, 12978, 4143, 14994, '-7.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14447, '2023-01-05', 2507, 12978, 4143, 15706, '6.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14448, '2023-01-05', 2507, 12978, 4143, 17825, '-4.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14449, '2023-01-05', 2507, 12978, 4143, 18553, '6.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14450, '2023-01-05', 2827, 12979, 4143, 17421, '6.0000', '0.1124', '0.1124', '0.3333', '0.3333', '69.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14451, '2023-01-05', 3823, 12980, 4143, 22860, '1.0000', '6.4000', '6.4000', '8.5000', '8.5000', '4.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14452, '2023-01-05', 2642, 12981, 4143, 22841, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14453, '2023-01-05', 3602, 12982, 4143, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14454, '2023-01-05', 2661, 12983, 4143, 19632, '3.0000', '0.2490', '0.2490', '0.5000', '0.5000', '16.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14455, '2023-01-05', 2653, 12984, 4143, 15773, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14456, '2023-01-05', 2504, 12985, 4143, 18554, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14457, '2023-01-05', 3762, 12986, 4143, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14458, '2023-01-05', 3086, 12987, 4143, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14459, '2023-01-05', 3121, 12988, 4143, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14460, '2023-01-05', 2711, 12989, 4143, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14461, '2023-01-05', 3048, 12990, 4143, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '125.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14462, '2023-01-05', 3314, 12991, 4143, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '49.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14463, '2023-01-05', 3120, 12992, 4143, 22879, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14464, '2023-01-05', 3074, 12993, 4143, 17376, '2.0000', '2.1617', '2.1617', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14465, '2023-01-05', 3063, 12994, 4143, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14466, '2023-01-05', 3187, 12995, 4144, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '32.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14467, '2023-01-05', 2653, 12996, 4144, 15773, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14468, '2023-01-05', 3317, 12997, 4144, 4612, '1.0000', '10.0000', '10.0000', '20.0000', '20.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14469, '2023-01-05', 2485, 12998, 4144, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '9.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14470, '2023-01-05', 2922, 12999, 4144, 22849, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14471, '2023-01-05', 2645, 13000, 4145, 22870, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14472, '2023-01-05', 3819, 13001, 4145, 22821, '1.0000', '3.5429', '3.5429', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14473, '2023-01-05', 2653, 13002, 4145, 15773, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14474, '2023-01-05', 3027, 13003, 4145, 17437, '1.0000', '8.3100', '8.3100', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14475, '2023-01-05', 3602, 13004, 4145, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14476, '2023-01-05', 2973, 13005, 4145, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '14.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14477, '2023-01-05', 2920, 13006, 4145, 22848, '5.0000', '4.5000', '4.5000', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14478, '2023-01-05', 2827, 13007, 4145, 17421, '1.0000', '0.1124', '0.1124', '0.3333', '0.3333', '68.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14479, '2023-01-05', 3114, 13008, 4145, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14480, '2023-01-05', 2661, 13009, 4145, 19632, '2.0000', '0.2490', '0.2490', '0.5000', '0.5000', '14.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14481, '2023-01-05', 3074, 13010, 4145, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14482, '2023-01-05', 2902, 13011, 4145, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '45.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14483, '2023-01-05', 3824, 13012, 4145, 22862, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14484, '2023-01-05', 2982, 13013, 4145, 18515, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14485, '2023-01-05', 3483, 13014, 4145, 17443, '10.0000', '0.8583', '0.8583', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14486, '2023-01-05', 2711, 13015, 4145, 22800, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14487, '2023-01-05', 3342, 13016, 4146, 18497, '1.0000', '37.5000', '37.5000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14488, '2023-01-05', 2982, 13017, 4146, 18515, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14489, '2023-01-05', 3172, 13018, 4146, 17391, '3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14490, '2023-01-05', 2924, 13019, 4146, 14592, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14491, '2023-01-05', 2922, 13020, 4146, 22849, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14492, '2023-01-05', 2930, 13021, 4146, 18524, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14493, '2023-01-05', 2902, 13022, 4146, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '44.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14494, '2023-01-05', 2827, 13023, 4146, 17421, '3.0000', '0.1124', '0.1124', '0.3333', '0.3333', '65.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14495, '2023-01-05', 2790, 13024, 4146, 18511, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14496, '2023-01-05', 2859, 13025, 4146, 4154, '2.0000', '6.3200', '6.3200', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14497, '2023-01-05', 2645, 13026, 4146, 22870, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14498, '2023-01-05', 2713, 13027, 4146, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14499, '2023-01-05', 3120, 13028, 4146, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14500, '2023-01-05', 2710, 13029, 4146, 22798, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '17.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14501, '2023-01-05', 3314, 13030, 4146, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '47.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14502, '2023-01-05', 3762, 13031, 4146, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14503, '2023-01-05', 2485, 13032, 4146, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '8.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14504, '2023-01-05', 2653, 13033, 4146, 15773, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 301, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14505, '2023-01-05', 2653, 13033, 4146, 16462, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14506, '2023-01-05', 2534, 13034, 4146, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14507, '2023-01-05', 3553, 13035, 4147, 19630, '3.0000', '2.4265', '2.4265', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14508, '2023-01-05', 3593, 13036, 4147, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14509, '2023-01-05', 3522, 13037, 4147, 4928, '1.0000', '14.0000', '14.0000', '19.0000', '19.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14510, '2023-01-05', 3257, 13038, 4148, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14511, '2023-01-05', 3132, 13039, 4148, 4427, '1.0000', '1.5300', '1.5300', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14512, '2023-01-05', 2723, 13040, 4148, 4018, '1.0000', '1.4900', '1.4900', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14513, '2023-01-05', 3260, 13041, 4148, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '63.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14514, '2023-01-05', 2996, 13042, 4148, 4291, '1.0000', '7.8500', '7.8500', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14515, '2023-01-05', 3262, 13043, 4149, 5939, '3.0000', '6.1300', '6.1300', '10.0000', '10.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14516, '2023-01-05', 3138, 13044, 4149, 4433, '2.0000', '2.7100', '2.7100', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14517, '2023-01-05', 3239, 13045, 4149, 10031, '2.0000', '0.6000', '0.6000', '2.5000', '2.5000', '67.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14518, '2023-01-05', 2719, 13046, 4149, 10010, '1.0000', '0.8500', '0.8500', '2.0000', '2.0000', '78.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14519, '2023-01-05', 2749, 13047, 4149, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14520, '2023-01-05', 2698, 13048, 4149, 22898, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '48.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14521, '2023-01-05', 3260, 13049, 4150, 4832, '2.0000', '1.3900', '1.3900', '3.0000', '3.0000', '61.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14522, '2023-01-05', 2724, 13050, 4150, 4019, '3.0000', '1.1900', '1.1900', '2.0000', '2.0000', '31.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14523, '2023-01-05', 3266, 13051, 4150, 4561, '1.0000', '1.0100', '1.0100', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14524, '2023-01-05', 3257, 13052, 4150, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14525, '2023-01-05', 3082, 13053, 4150, 5501, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14526, '2023-01-05', 3326, 13054, 4150, 5968, '3.0000', '22.7300', '22.7300', '30.0000', '30.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14527, '2023-01-05', 2760, 13055, 4150, 4055, '1.0000', '11.5700', '11.5700', '23.0000', '23.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14528, '2023-01-05', 2714, 13056, 4151, 5100, '3.0000', '4.7300', '4.7300', '17.0000', '17.0000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14529, '2023-01-05', 3264, 13057, 4151, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '62.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14530, '2023-01-05', 3176, 13058, 4151, 4471, '1.0000', '0.6700', '0.6700', '2.7500', '2.7500', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14531, '2023-01-05', 3233, 13059, 4151, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '15.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14532, '2023-01-05', 3196, 13060, 4151, 4491, '1.0000', '19.0000', '19.0000', '25.0000', '25.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14533, '2023-01-05', 3328, 13061, 4151, 5965, '2.0000', '8.0000', '8.0000', '12.0000', '12.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14534, '2023-01-05', 2753, 13062, 4152, 4048, '3.0000', '0.5000', '0.5000', '3.5000', '3.5000', '87.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14535, '2023-01-05', 2752, 13063, 4152, 4047, '1.0000', '1.0900', '1.0900', '3.0000', '3.0000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14536, '2023-01-05', 3132, 13064, 4152, 4427, '1.0000', '1.5300', '1.5300', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14537, '2023-01-05', 3141, 13065, 4152, 4436, '1.0000', '0.8900', '0.8900', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14538, '2023-01-05', 3239, 13066, 4152, 10031, '2.0000', '0.6000', '0.6000', '2.5000', '2.5000', '65.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14539, '2023-01-05', 2723, 13067, 4152, 4018, '4.0000', '1.4900', '1.4900', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14540, '2023-01-05', 2933, 13068, 4153, 5390, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14541, '2023-01-05', 2981, 13069, 4154, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '5.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14542, '2023-01-05', 3553, 13070, 4154, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14543, '2023-01-05', 2699, 13071, 4154, 22792, '6.0000', '6.6000', '6.6000', '8.0000', '8.0000', '72.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14544, '2023-01-05', 2698, 13072, 4154, 22898, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14545, '2023-01-05', 2697, 13073, 4154, 3992, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14546, '2023-01-05', 2606, 13074, 4154, 17422, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '4.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14547, '2023-01-05', 3775, 13075, 4155, 17440, '1.0000', '7.1300', '7.1300', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14548, '2023-01-05', 3483, 13076, 4155, 17443, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14549, '2023-01-05', 3048, 13077, 4155, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '123.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14550, '2023-01-05', 3602, 13078, 4155, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14551, '2023-01-05', 2725, 13079, 4155, 10018, '2.0000', '3.8700', '3.8700', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14552, '2023-01-05', 3262, 13080, 4155, 5939, '1.0000', '6.1300', '6.1300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14553, '2023-01-05', 3120, 13081, 4156, 22879, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14554, '2023-01-05', 2713, 13082, 4156, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14555, '2023-01-05', 2876, 13083, 4156, 15685, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14556, '2023-01-05', 2713, 13084, 4157, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14557, '2023-01-05', 2524, 13085, 4157, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14558, '2023-01-05', 2903, 13086, 4157, 14463, '3.0000', '0.8357', '0.8357', '2.0000', '2.0000', '26.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14559, '2023-01-05', 3625, 13087, 4157, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '20.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14560, '2023-01-05', 3553, 13088, 4157, 19630, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14561, '2023-01-05', 2827, 13089, 4157, 17421, '3.0000', '0.1124', '0.1124', '0.3333', '0.3333', '62.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14562, '2023-01-05', 3314, 13090, 4157, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '46.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14563, '2023-01-05', 2822, 13091, 4158, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14564, '2023-01-05', 3646, 13092, 4158, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14565, '2023-01-05', 2930, 13093, 4159, 18524, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14566, '2023-01-05', 2936, 13094, 4159, 22850, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14567, '2023-01-05', 2711, 13095, 4159, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14568, '2023-01-05', 2790, 13096, 4159, 20016, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14569, '2023-01-05', 3625, 13097, 4160, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14570, '2023-01-05', 2921, 13098, 4160, 15762, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14571, '2023-01-05', 3114, 13099, 4161, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14572, '2023-01-05', 2711, 13100, 4161, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14573, '2023-01-05', 3824, 13101, 4161, 22862, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14574, '2023-01-05', 2534, 13102, 4162, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14575, '2023-01-05', 2711, 13103, 4163, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14576, '2023-01-05', 2710, 13104, 4163, 22798, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '16.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14577, '2023-01-05', 3172, 13105, 4163, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14578, '2023-01-05', 2504, 13106, 4163, 18554, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14579, '2023-01-05', 2678, 13107, 4164, 5053, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14580, '2023-01-05', 2902, 13108, 4165, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '42.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14581, '2023-01-05', 2504, 13109, 4165, 18554, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14582, '2023-01-05', 2889, 13110, 4165, 5479, '1.0000', '4.2600', '4.2600', '5.0000', '5.0000', '30.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14583, '2023-01-05', 3060, 13111, 4166, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14584, '2023-01-05', 2712, 13112, 4167, 22882, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14585, '2023-01-06', 3059, 13113, 4168, 14429, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14586, '2023-01-06', 2552, 13114, 4169, 18533, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14587, '2023-01-06', 3314, 13115, 4169, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '45.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14588, '2023-01-06', 2713, 13116, 4169, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14589, '2023-01-06', 3762, 13117, 4169, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14590, '2023-01-06', 3048, 13118, 4169, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '121.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14591, '2023-01-06', 3483, 13119, 4169, 17443, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 342, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14592, '2023-01-06', 3635, 13120, 4169, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '33.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14593, '2023-01-06', 2960, 13121, 4170, 5040, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14594, '2023-01-06', 2981, 13122, 4170, 4799, '2.0000', '50.8700', '50.8700', '55.0000', '55.0000', '3.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14595, '2023-01-06', 2699, 13123, 4170, 22792, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '67.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14596, '2023-01-06', 2700, 13124, 4170, 3995, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '50.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14597, '2023-01-06', 3483, 13125, 4171, 17474, '-21.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14598, '2023-01-06', 3483, 13125, 4171, 18580, '24.0000', '0.8583', '0.8583', '1.5000', '1.5000', '27.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14599, '2023-01-06', 2500, 13126, 4171, 19619, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14600, '2023-01-06', 3060, 13127, 4171, 22833, '2.0000', '6.6877', '6.6877', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14601, '2023-01-06', 2517, 13128, 4171, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '10.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14602, '2023-01-06', 3314, 13129, 4171, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14603, '2023-01-06', 3482, 13130, 4171, 19639, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14604, '2023-01-06', 2712, 13131, 4171, 22882, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14605, '2023-01-06', 3120, 13132, 4171, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14606, '2023-01-06', 3074, 13133, 4171, 17376, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 320, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14607, '2023-01-06', 2713, 13134, 4171, 22881, '2.0000', '5.9508', '5.9508', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14608, '2023-01-06', 2699, 13135, 4172, 22792, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '65.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14609, '2023-01-06', 2766, 13136, 4172, 4061, '2.0000', '1.3000', '1.3000', '2.0000', '2.0000', '246.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14610, '2023-01-06', 2827, 13137, 4173, 17421, '3.0000', '0.1124', '0.1124', '0.3333', '0.3333', '59.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14611, '2023-01-06', 2712, 13138, 4174, 22882, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14612, '2023-01-06', 3834, 13139, 4175, 23977, '1.0000', '4.8700', '4.8700', '10.0000', '10.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14613, '2023-01-06', 2587, 13140, 4175, 3882, '1.0000', '2.6200', '2.6200', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14614, '2023-01-06', 2674, 13141, 4176, 3969, '1.0000', '52.9200', '52.9200', '70.0000', '70.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14615, '2023-01-06', 2711, 13142, 4177, 22800, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14616, '2023-01-06', 2952, 13143, 4177, 22795, '2.0000', '3.1667', '3.1667', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14617, '2023-01-06', 2645, 13144, 4177, 22870, '10.0000', '8.3496', '8.3496', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14618, '2023-01-06', 3047, 13145, 4177, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '39.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14619, '2023-01-06', 2698, 13146, 4178, 22898, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14620, '2023-01-06', 2699, 13147, 4178, 22792, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '64.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14621, '2023-01-06', 2789, 13148, 4179, 18508, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14622, '2023-01-06', 3172, 13149, 4179, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14623, '2023-01-06', 2694, 13150, 4180, 3989, '10.0000', '0.0300', '0.0300', '0.5000', '0.5000', '452.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14624, '2023-01-06', 2504, 13151, 4180, 18554, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14625, '2023-01-06', 2968, 13152, 4181, 4263, '4.0000', '2.8000', '2.8000', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14626, '2023-01-06', 2982, 13153, 4182, 18515, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14627, '2023-01-06', 3061, 13154, 4183, 15705, '2.0000', '4.1736', '4.1736', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14628, '2023-01-06', 2653, 13155, 4184, 19072, '-7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14629, '2023-01-06', 2653, 13155, 4184, 20160, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14630, '2023-01-06', 2653, 13155, 4184, 21208, '-6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14631, '2023-01-06', 2653, 13155, 4184, 22256, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14632, '2023-01-06', 2653, 13155, 4184, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '117.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14633, '2023-01-06', 2919, 13156, 4185, 18521, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14634, '2023-01-06', 2902, 13157, 4186, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '41.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14635, '2023-01-06', 2711, 13158, 4186, 22800, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14636, '2023-01-06', 2864, 13159, 4186, 22891, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14637, '2023-01-06', 2645, 13160, 4187, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14638, '2023-01-06', 2653, 13161, 4187, 22847, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '116.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14639, '2023-01-06', 3126, 13162, 4188, 14161, '-3.0000', '11.4917', '11.4917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14640, '2023-01-06', 3126, 13162, 4188, 14622, '4.0000', '11.4917', '11.4917', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14641, '2023-01-06', 3314, 13163, 4189, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14642, '2023-01-06', 2902, 13164, 4190, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '40.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14643, '2023-01-06', 2504, 13165, 4190, 18554, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14644, '2023-01-06', 2645, 13166, 4191, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14645, '2023-01-06', 3048, 13167, 4191, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '119.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14646, '2023-01-06', 2924, 13168, 4192, 14592, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14647, '2023-01-06', 2921, 13169, 4192, 15762, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14648, '2023-01-06', 2933, 13170, 4192, 5390, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14649, '2023-01-06', 2645, 13171, 4193, 22870, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14650, '2023-01-06', 3084, 13172, 4193, 14515, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14651, '2023-01-06', 3048, 13173, 4193, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '117.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14652, '2023-01-06', 2645, 13174, 4194, 22870, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14653, '2023-01-06', 3048, 13175, 4194, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '116.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14654, '2023-01-06', 2902, 13176, 4195, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '38.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14655, '2023-01-06', 3048, 13177, 4196, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '115.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14656, '2023-01-06', 3483, 13178, 4196, 18580, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14657, '2023-01-06', 3048, 13179, 4197, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '113.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14658, '2023-01-06', 2645, 13180, 4198, 22870, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14659, '2023-01-06', 3256, 13181, 4199, 18544, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14660, '2023-01-06', 2642, 13182, 4200, 22841, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14661, '2023-01-06', 2918, 13183, 4200, 13213, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14662, '2023-01-06', 2713, 13184, 4201, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14663, '2023-01-06', 3074, 13185, 4201, 17934, '-10.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14664, '2023-01-06', 3074, 13185, 4201, 19045, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14665, '2023-01-06', 3074, 13185, 4201, 20133, '-1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14666, '2023-01-06', 3074, 13185, 4201, 21181, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14667, '2023-01-06', 3074, 13185, 4201, 22229, '-1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14668, '2023-01-06', 3074, 13185, 4201, 22857, '11.0000', '1.7083', '1.7083', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14669, '2023-01-06', 3553, 13186, 4202, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14670, '2023-01-06', 2661, 13187, 4202, 19632, '3.0000', '0.2490', '0.2490', '0.5000', '0.5000', '11.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14671, '2023-01-06', 3314, 13188, 4202, 4609, '3.0000', '0.5400', '0.5400', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14672, '2023-01-06', 2499, 13189, 4202, 17134, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14673, '2023-01-06', 3172, 13190, 4202, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14674, '2023-01-06', 3830, 13191, 4203, 23965, '1.0000', '206.7900', '206.7900', '275.0000', '275.0000', '1.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14675, '2023-01-06', 3327, 13192, 4204, 5967, '1.0000', '15.8800', '15.8800', '22.0000', '22.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14676, '2023-01-06', 2952, 13193, 4204, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14677, '2023-01-06', 3580, 13194, 4204, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14678, '2023-01-06', 3121, 13195, 4204, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14679, '2023-01-06', 3311, 13196, 4204, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14680, '2023-01-06', 3114, 13197, 4204, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14681, '2023-01-06', 3187, 13198, 4204, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '30.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14682, '2023-01-06', 3553, 13199, 4205, 19630, '1.0000', '2.4265', '2.4265', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14683, '2023-01-06', 2699, 13200, 4205, 22792, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '61.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14684, '2023-01-06', 2700, 13201, 4205, 3995, '4.0000', '6.4500', '6.4500', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14685, '2023-01-06', 2901, 13202, 4206, 22897, '1.0000', '14.1522', '14.1522', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 405, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14686, '2023-01-06', 2645, 13203, 4207, 23262, '-25.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14687, '2023-01-06', 2645, 13203, 4207, 23952, '27.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14688, '2023-01-06', 2711, 13204, 4208, 22883, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14689, '2023-01-06', 3314, 13205, 4208, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14690, '2023-01-06', 3061, 13206, 4209, 15705, '3.0000', '4.1736', '4.1736', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14691, '2023-01-06', 3048, 13207, 4209, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '110.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14692, '2023-01-07', 2790, 13208, 4210, 21064, '-1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14693, '2023-01-07', 2790, 13208, 4210, 22112, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14694, '2023-01-07', 2790, 13208, 4210, 22824, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14695, '2023-01-07', 3187, 13209, 4211, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '29.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14696, '2023-01-07', 3644, 13210, 4212, 22853, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14697, '2023-01-07', 3483, 13211, 4212, 18580, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14698, '2023-01-07', 2901, 13212, 4213, 22897, '2.0000', '14.1522', '14.1522', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 405, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14699, '2023-01-07', 3197, 13213, 4214, 4492, '1.0000', '39.9700', '39.9700', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14700, '2023-01-07', 3126, 13214, 4215, 14622, '2.0000', '11.4917', '11.4917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 278, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14701, '2023-01-07', 2645, 13215, 4216, 23952, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14702, '2023-01-07', 2477, 13216, 4217, 3772, '2.0000', '2.0000', '2.0000', '3.0000', '3.0000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14703, '2023-01-07', 3074, 13217, 4218, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14704, '2023-01-07', 3314, 13218, 4218, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14705, '2023-01-07', 3641, 13219, 4219, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '47.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14706, '2023-01-07', 2927, 13220, 4219, 18563, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14707, '2023-01-07', 2466, 13221, 4220, 3761, '2.0000', '3.2900', '3.2900', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14708, '2023-01-07', 2497, 13222, 4221, 3792, '4.0000', '0.6900', '0.6900', '2.0000', '2.0000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14709, '2023-01-07', 2802, 13223, 4222, 4097, '1.0000', '17.8800', '17.8800', '25.0000', '25.0000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14710, '2023-01-07', 3598, 13224, 4222, 23972, '3.0000', '3.0300', '3.0300', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14711, '2023-01-07', 2951, 13225, 4223, 20473, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14712, '2023-01-07', 3632, 13226, 4224, 14556, '10.0000', '0.1766', '0.1766', '0.5000', '0.5000', '66.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14713, '2023-01-07', 2642, 13227, 4225, 22841, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14714, '2023-01-07', 2949, 13228, 4225, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14715, '2023-01-07', 3483, 13229, 4225, 18580, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14716, '2023-01-07', 3483, 13230, 4226, 18580, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14717, '2023-01-07', 3314, 13231, 4227, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14718, '2023-01-07', 2653, 13232, 4228, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '114.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14719, '2023-01-07', 2645, 13233, 4229, 23952, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14720, '2023-01-07', 3172, 13234, 4229, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14721, '2023-01-07', 2713, 13235, 4230, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14722, '2023-01-07', 2901, 13236, 4231, 23953, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14723, '2023-01-07', 2924, 13237, 4232, 14592, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14724, '2023-01-07', 3101, 13238, 4233, 4396, '1.0000', '6.8700', '6.8700', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14725, '2023-01-07', 3314, 13239, 4233, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14726, '2023-01-07', 2924, 13240, 4234, 15022, '-8.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14727, '2023-01-07', 2924, 13240, 4234, 18562, '9.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14728, '2023-01-07', 2921, 13241, 4234, 15762, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14729, '2023-01-07', 2918, 13242, 4234, 13213, '4.0000', '1.8750', '1.8750', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14730, '2023-01-07', 2927, 13243, 4234, 18563, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14731, '2023-01-07', 3172, 13244, 4234, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14732, '2023-01-07', 2645, 13245, 4235, 23952, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14733, '2023-01-07', 3172, 13246, 4235, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14734, '2023-01-07', 2517, 13247, 4235, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14735, '2023-01-07', 3172, 13248, 4236, 17391, '1.0000', '3.4697', '3.4697', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14736, '2023-01-07', 3314, 13249, 4236, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14737, '2023-01-07', 2918, 13250, 4237, 13213, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 184, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14738, '2023-01-07', 2918, 13251, 4238, 13292, '5.0000', '1.8750', '1.8750', '3.0000', '3.0000', '45.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14739, '2023-01-07', 3483, 13252, 4238, 18580, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14740, '2023-01-07', 3048, 13253, 4238, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '107.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14741, '2023-01-07', 2894, 13254, 4238, 19263, '-1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14742, '2023-01-07', 2894, 13254, 4238, 22886, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14743, '2023-01-07', 3778, 13255, 4238, 18489, '4.0000', '0.3000', '0.3000', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14744, '2023-01-07', 3172, 13256, 4239, 17391, '2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14745, '2023-01-07', 3641, 13257, 4239, 22895, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '45.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14746, '2023-01-07', 3483, 13258, 4239, 18580, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14747, '2023-01-07', 3048, 13259, 4239, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14748, '2023-01-07', 3778, 13260, 4239, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '29.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14749, '2023-01-07', 2645, 13261, 4240, 23952, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14750, '2023-01-07', 2936, 13262, 4241, 22850, '7.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14751, '2023-01-07', 2930, 13263, 4241, 18524, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14752, '2023-01-07', 3172, 13264, 4242, 18282, '-19.0000', '3.4697', '3.4697', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14753, '2023-01-07', 3172, 13264, 4242, 19397, '-2.0000', '3.4697', '3.4697', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14754, '2023-01-07', 3172, 13264, 4242, 20492, '-3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14755, '2023-01-07', 3172, 13264, 4242, 21540, '3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14756, '2023-01-07', 3172, 13264, 4242, 22588, '-3.0000', '3.4697', '3.4697', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14757, '2023-01-07', 3172, 13264, 4242, 22888, '25.0000', '3.5200', '3.5200', '4.0000', '4.0000', '110.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14758, '2023-01-07', 2951, 13265, 4243, 20473, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14759, '2023-01-07', 2951, 13265, 4243, 21521, '-4.0000', '2.5500', '2.5500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14760, '2023-01-07', 2951, 13265, 4243, 22569, '4.0000', '2.5500', '2.5500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14761, '2023-01-07', 2951, 13265, 4243, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '47.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14762, '2023-01-07', 2952, 13266, 4244, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14763, '2023-01-07', 2647, 13267, 4245, 22871, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14764, '2023-01-07', 3017, 13268, 4245, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14765, '2023-01-07', 3602, 13269, 4246, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14766, '2023-01-07', 2902, 13270, 4247, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '37.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14767, '2023-01-07', 3314, 13271, 4247, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14768, '2023-01-07', 2645, 13272, 4248, 23952, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14769, '2023-01-07', 3646, 13273, 4249, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14770, '2023-01-07', 3646, 13274, 4250, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14771, '2023-01-08', 2708, 13275, 4251, 4003, '2.0000', '8.0000', '8.0000', '11.0000', '11.0000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14772, '2023-01-08', 2500, 13276, 4252, 19619, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14773, '2023-01-08', 2713, 13277, 4253, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14774, '2023-01-08', 2982, 13278, 4254, 18515, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14775, '2023-01-08', 2982, 13278, 4254, 18743, '-8.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14776, '2023-01-08', 2982, 13278, 4254, 19620, '9.0000', '5.1600', '5.1600', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14777, '2023-01-08', 2697, 13279, 4255, 5830, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '42.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14778, '2023-01-08', 2699, 13280, 4255, 22792, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '60.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14779, '2023-01-08', 2952, 13281, 4256, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14780, '2023-01-08', 3123, 13282, 4257, 22878, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14781, '2023-01-08', 2949, 13283, 4257, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14782, '2023-01-08', 2790, 13284, 4258, 22824, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14783, '2023-01-08', 2653, 13285, 4259, 22847, '15.0000', '4.4092', '4.4092', '6.0000', '6.0000', '99.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14784, '2023-01-08', 2975, 13286, 4260, 5013, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14785, '2023-01-08', 3062, 13287, 4261, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '24.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14786, '2023-01-08', 2891, 13288, 4262, 22889, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14787, '2023-01-08', 2660, 13289, 4262, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14788, '2023-01-08', 3048, 13290, 4262, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '103.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14789, '2023-01-08', 2933, 13291, 4263, 5390, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14790, '2023-01-08', 2504, 13292, 4264, 18554, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14791, '2023-01-08', 2952, 13293, 4264, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14792, '2023-01-08', 2924, 13294, 4265, 18562, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14793, '2023-01-08', 2923, 13295, 4265, 18561, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14794, '2023-01-08', 2936, 13296, 4265, 22850, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14795, '2023-01-08', 3483, 13297, 4266, 18580, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14796, '2023-01-08', 2711, 13298, 4267, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14797, '2023-01-08', 3123, 13299, 4267, 22878, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14798, '2023-01-08', 2710, 13300, 4268, 22798, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '14.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14799, '2023-01-08', 2864, 13301, 4268, 22891, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14800, '2023-01-08', 2645, 13302, 4269, 23952, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14801, '2023-01-08', 3074, 13303, 4270, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14802, '2023-01-08', 2504, 13304, 4270, 18554, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14803, '2023-01-08', 3064, 13305, 4271, 14962, '-1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14804, '2023-01-08', 3064, 13305, 4271, 17392, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14805, '2023-01-08', 3646, 13306, 4271, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14806, '2023-01-08', 2499, 13307, 4272, 17134, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 311, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14807, '2023-01-08', 2485, 13308, 4272, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '7.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14808, '2023-01-08', 2552, 13309, 4273, 18533, '3.0000', '0.4063', '0.4063', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14809, '2023-01-08', 2902, 13310, 4274, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '35.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14810, '2023-01-08', 2660, 13311, 4274, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14811, '2023-01-08', 2645, 13312, 4274, 23952, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14812, '2023-01-08', 2982, 13313, 4275, 19620, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14813, '2023-01-08', 3483, 13314, 4275, 18580, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14814, '2023-01-08', 2952, 13315, 4275, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14815, '2023-01-08', 3314, 13316, 4276, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14816, '2023-01-09', 2980, 13317, 4277, 5174, '1.0000', '35.4700', '35.4700', '47.0000', '47.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14817, '2023-01-09', 3311, 13318, 4277, 14579, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14818, '2023-01-09', 3641, 13319, 4277, 22895, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '43.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14819, '2023-01-09', 3762, 13320, 4277, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14820, '2023-01-09', 3622, 13321, 4278, 14538, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14821, '2023-01-09', 2918, 13322, 4279, 13292, '4.0000', '1.8750', '1.8750', '3.0000', '3.0000', '41.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14822, '2023-01-09', 2827, 13323, 4280, 17421, '6.0000', '0.1124', '0.1124', '0.3333', '0.3333', '53.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14823, '2023-01-09', 3314, 13324, 4280, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14824, '2023-01-09', 3048, 13325, 4280, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '101.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14825, '2023-01-09', 3606, 13326, 4280, 15791, '1.0000', '0.9500', '0.9500', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14826, '2023-01-09', 3593, 13327, 4280, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14827, '2023-01-09', 3772, 13328, 4280, 19631, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14828, '2023-01-09', 3120, 13329, 4280, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14829, '2023-01-09', 3132, 13330, 4281, 4427, '2.0000', '1.5300', '1.5300', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14830, '2023-01-09', 3260, 13331, 4281, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '60.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14831, '2023-01-09', 2497, 13332, 4281, 3792, '1.0000', '0.6900', '0.6900', '2.0000', '2.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14832, '2023-01-09', 2916, 13333, 4282, 19363, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14833, '2023-01-09', 2645, 13334, 4283, 23952, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14834, '2023-01-09', 3085, 13335, 4284, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14835, '2023-01-09', 3314, 13336, 4285, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14836, '2023-01-09', 3314, 13337, 4286, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14837, '2023-01-09', 2827, 13338, 4286, 17421, '3.0000', '0.1124', '0.1124', '0.3333', '0.3333', '50.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14838, '2023-01-09', 2504, 13339, 4287, 18554, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14839, '2023-01-09', 2790, 13340, 4287, 22824, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14840, '2023-01-09', 2645, 13341, 4288, 23952, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14841, '2023-01-09', 3123, 13342, 4288, 22878, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14842, '2023-01-09', 2704, 13343, 4289, 3999, '10.0000', '0.1000', '0.1000', '0.5000', '0.5000', '51.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14843, '2023-01-09', 2537, 13344, 4289, 3832, '1.0000', '6.5900', '6.5900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14844, '2023-01-09', 2537, 13344, 4289, 5558, '1.0000', '6.5900', '6.5900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14845, '2023-01-09', 3076, 13345, 4289, 4371, '1.0000', '3.3500', '3.3500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14846, '2023-01-09', 3085, 13346, 4290, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14847, '2023-01-09', 2646, 13347, 4291, 22846, '2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14848, '2023-01-09', 2646, 13347, 4291, 23264, '-2.0000', '11.9450', '11.9450', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14849, '2023-01-09', 2646, 13347, 4291, 23985, '5.0000', '11.4417', '11.4417', '15.0000', '15.0000', '67.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14850, '2023-01-09', 2712, 13348, 4291, 22882, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14851, '2023-01-09', 3837, 13349, 4292, 23990, '1.0000', '6.0000', '6.0000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14852, '2023-01-09', 3838, 13350, 4293, 23988, '7.0000', '0.7500', '0.7500', '1.0000', '1.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14853, '2023-01-09', 3835, 13351, 4294, 23991, '10.0000', '0.1750', '0.1750', '0.5000', '0.5000', '122.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14854, '2023-01-09', 3836, 13352, 4294, 23992, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14855, '2023-01-09', 2922, 13353, 4295, 22849, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14856, '2023-01-09', 2645, 13354, 4296, 23952, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14858, '2023-01-09', 2645, 13356, 4297, 23952, '2.0000', '8.5162', '8.5162', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14859, '2023-01-09', 2698, 13357, 4298, 22898, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14860, '2023-01-09', 3085, 13358, 4299, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14861, '2023-01-09', 2517, 13359, 4299, 18538, '2.0000', '11.4200', '11.4200', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14862, '2023-01-09', 2902, 13360, 4299, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '34.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14863, '2023-01-09', 3602, 13361, 4300, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14864, '2023-01-09', 2645, 13362, 4301, 23952, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14865, '2023-01-09', 3622, 13363, 4302, 14538, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14866, '2023-01-09', 3623, 13364, 4302, 14539, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14867, '2023-01-09', 2645, 13365, 4303, 23952, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14868, '2023-01-09', 2924, 13366, 4304, 18562, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14869, '2023-01-09', 2504, 13367, 4305, 18554, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14870, '2023-01-09', 2653, 13368, 4306, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '97.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14871, '2023-01-09', 2515, 13369, 4307, 3810, '1.0000', '52.7600', '52.7600', '70.0000', '70.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14872, '2023-01-09', 2924, 13370, 4307, 18562, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14873, '2023-01-09', 3172, 13371, 4308, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '109.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14874, '2023-01-09', 2713, 13372, 4309, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14875, '2023-01-09', 3483, 13373, 4309, 4771, '-8.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14876, '2023-01-09', 3483, 13373, 4309, 18580, '10.0000', '0.8583', '0.8583', '1.5000', '1.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14877, '2023-01-09', 2746, 13374, 4310, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14878, '2023-01-09', 3080, 13375, 4310, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '41.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14879, '2023-01-09', 2831, 13376, 4310, 5173, '1.0000', '5.3000', '5.3000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14880, '2023-01-09', 2831, 13376, 4310, 6134, '-1.0000', '5.3000', '5.3000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14881, '2023-01-09', 2831, 13376, 4310, 7097, '-5.0000', '5.3000', '5.3000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14882, '2023-01-09', 2831, 13376, 4310, 8058, '5.0000', '5.3000', '5.3000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14883, '2023-01-09', 2831, 13376, 4310, 9019, '-5.0000', '5.3000', '5.3000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14884, '2023-01-09', 2831, 13376, 4310, 10120, '6.0000', '4.1483', '4.1483', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14885, '2023-01-09', 2831, 13376, 4310, 14787, '-1.0000', '4.1483', '4.1483', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14886, '2023-01-09', 2831, 13376, 4310, 17616, '-2.0000', '4.1483', '4.1483', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14887, '2023-01-09', 2831, 13376, 4310, 18529, '4.0000', '4.1483', '4.1483', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14888, '2023-01-09', 2713, 13377, 4311, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14889, '2023-01-09', 3483, 13378, 4312, 18580, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14890, '2023-01-09', 3172, 13379, 4312, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '108.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14891, '2023-01-09', 2789, 13380, 4312, 18508, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14892, '2023-01-09', 3609, 13381, 4312, 14506, '3.0000', '0.3871', '0.3871', '1.0000', '1.0000', '108.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14893, '2023-01-09', 3342, 13382, 4313, 18497, '1.0000', '37.5000', '37.5000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14894, '2023-01-09', 2982, 13383, 4313, 19620, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14895, '2023-01-09', 3172, 13384, 4313, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '106.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14896, '2023-01-09', 2790, 13385, 4314, 22824, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14897, '2023-01-09', 2889, 13386, 4314, 5479, '2.0000', '4.2600', '4.2600', '5.0000', '5.0000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14898, '2023-01-09', 3172, 13387, 4315, 22888, '3.0000', '3.5200', '3.5200', '4.0000', '4.0000', '103.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14899, '2023-01-09', 3294, 13388, 4316, 4589, '6.0000', '0.1100', '0.1100', '0.7500', '0.7500', '392.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14900, '2023-01-09', 3172, 13389, 4316, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '102.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14901, '2023-01-09', 2508, 13390, 4317, 14605, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14902, '2023-01-09', 3172, 13391, 4318, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '100.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14903, '2023-01-09', 3187, 13392, 4319, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '27.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14904, '2023-01-09', 2952, 13393, 4320, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14905, '2023-01-09', 3762, 13394, 4320, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14906, '2023-01-09', 2646, 13395, 4321, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '66.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14907, '2023-01-09', 2713, 13396, 4322, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14908, '2023-01-09', 2647, 13397, 4323, 22871, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14909, '2023-01-09', 2642, 13398, 4323, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '47.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14910, '2023-01-10', 2708, 13399, 4324, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14911, '2023-01-10', 3187, 13400, 4325, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '25.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14912, '2023-01-10', 2507, 13401, 4326, 18934, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14913, '2023-01-10', 3120, 13402, 4326, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14914, '2023-01-10', 3060, 13403, 4327, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14915, '2023-01-10', 2713, 13404, 4327, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14916, '2023-01-10', 3048, 13405, 4327, 4343, '-1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14917, '2023-01-10', 3048, 13405, 4327, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '99.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14918, '2023-01-10', 2936, 13406, 4328, 22850, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14919, '2023-01-10', 2916, 13407, 4329, 20456, '-1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14920, '2023-01-10', 2916, 13407, 4329, 21504, '1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14921, '2023-01-10', 2916, 13407, 4329, 22552, '-1.0000', '40.6717', '40.6717', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14922, '2023-01-10', 2916, 13407, 4329, 23955, '2.0000', '35.4783', '35.4783', '52.0000', '52.0000', '22.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14923, '2023-01-10', 2483, 13408, 4330, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14924, '2023-01-10', 2901, 13409, 4331, 23953, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14925, '2023-01-10', 3299, 13410, 4332, 4594, '50.0000', '0.2300', '0.2300', '0.7500', '0.7500', '2068.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14926, '2023-01-10', 2708, 13411, 4333, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '24.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14927, '2023-01-10', 2535, 13412, 4334, 3830, '4.0000', '3.2900', '3.2900', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14928, '2023-01-10', 2645, 13413, 4335, 23952, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14929, '2023-01-10', 3114, 13414, 4335, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14930, '2023-01-10', 2713, 13415, 4336, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14931, '2023-01-10', 3641, 13416, 4336, 22895, '3.0000', '1.7500', '1.7500', '2.5000', '2.5000', '40.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14932, '2023-01-10', 3114, 13417, 4337, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14933, '2023-01-10', 3311, 13418, 4337, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14934, '2023-01-10', 3074, 13419, 4338, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14935, '2023-01-10', 3314, 13420, 4339, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14936, '2023-01-10', 2647, 13421, 4340, 22871, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14937, '2023-01-10', 2814, 13422, 4341, 4109, '1.0000', '11.7200', '11.7200', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14938, '2023-01-10', 3314, 13423, 4342, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14939, '2023-01-10', 2921, 13424, 4343, 15762, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14940, '2023-01-10', 3612, 13425, 4344, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14941, '2023-01-10', 2713, 13426, 4344, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14942, '2023-01-10', 3778, 13427, 4344, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14943, '2023-01-10', 2700, 13428, 4345, 3995, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14944, '2023-01-10', 2699, 13429, 4345, 22792, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '59.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14945, '2023-01-10', 3060, 13430, 4346, 22833, '2.0000', '6.6877', '6.6877', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14946, '2023-01-10', 2504, 13431, 4347, 18554, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14947, '2023-01-10', 2504, 13431, 4347, 18936, '-10.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14948, '2023-01-10', 2504, 13431, 4347, 20024, '9.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14949, '2023-01-10', 2504, 13431, 4347, 21072, '-9.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14950, '2023-01-10', 2504, 13431, 4347, 22120, '9.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14951, '2023-01-10', 2504, 13431, 4347, 22877, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14952, '2023-01-10', 3592, 13432, 4348, 15764, '3.0000', '2.2500', '2.2500', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14953, '2023-01-10', 2936, 13433, 4348, 22850, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14954, '2023-01-10', 2644, 13434, 4349, 18552, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14955, '2023-01-10', 2936, 13435, 4350, 22850, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14956, '2023-01-10', 2901, 13436, 4351, 23953, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14957, '2023-01-10', 2923, 13437, 4352, 18561, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14958, '2023-01-10', 2926, 13438, 4352, 4728, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14959, '2023-01-11', 3123, 13439, 4353, 23348, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14960, '2023-01-11', 3314, 13440, 4353, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14961, '2023-01-11', 2916, 13441, 4354, 23955, '2.0000', '35.4783', '35.4783', '52.0000', '52.0000', '20.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14962, '2023-01-11', 2790, 13442, 4355, 22824, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14963, '2023-01-11', 2713, 13443, 4356, 22881, '2.0000', '5.9508', '5.9508', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14964, '2023-01-11', 3593, 13444, 4357, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14965, '2023-01-11', 3062, 13445, 4357, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '23.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14966, '2023-01-11', 2713, 13446, 4358, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14967, '2023-01-11', 3212, 13447, 4358, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14968, '2023-01-11', 3120, 13448, 4358, 22879, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14969, '2023-01-11', 2534, 13449, 4358, 22867, '3.0000', '4.0417', '4.0417', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14970, '2023-01-11', 3483, 13450, 4358, 18580, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14971, '2023-01-11', 3483, 13450, 4358, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '334.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14972, '2023-01-11', 3823, 13451, 4358, 22860, '1.0000', '6.4000', '6.4000', '8.5000', '8.5000', '3.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14973, '2023-01-11', 3120, 13452, 4359, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14974, '2023-01-11', 3074, 13453, 4359, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14975, '2023-01-11', 2699, 13454, 4360, 22792, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '57.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14976, '2023-01-11', 3829, 13455, 4360, 23959, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14977, '2023-01-11', 2960, 13456, 4360, 5040, '10.0000', '9.5000', '9.5000', '12.0000', '12.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14978, '2023-01-11', 2467, 13457, 4360, 20268, '2.0000', '3.5900', '3.5900', '8.0000', '8.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14979, '2023-01-11', 2759, 13458, 4360, 4831, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '15.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14980, '2023-01-11', 3236, 13459, 4360, 5500, '1.0000', '148.9000', '148.9000', '175.0000', '175.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14981, '2023-01-11', 3262, 13460, 4360, 6900, '-27.0000', '6.1300', '6.1300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14982, '2023-01-11', 3262, 13460, 4360, 7863, '19.0000', '6.1300', '6.1300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14983, '2023-01-11', 3262, 13460, 4360, 8824, '-19.0000', '6.1300', '6.1300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14984, '2023-01-11', 3262, 13460, 4360, 9785, '19.0000', '6.1300', '6.1300', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14985, '2023-01-11', 3262, 13460, 4360, 10020, '11.0000', '4.8700', '4.8700', '10.0000', '10.0000', '49.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14986, '2023-01-11', 2483, 13461, 4361, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14987, '2023-01-11', 2699, 13462, 4362, 22792, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '54.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14988, '2023-01-11', 3060, 13463, 4363, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14989, '2023-01-11', 2711, 13464, 4363, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14990, '2023-01-11', 3212, 13465, 4364, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14991, '2023-01-11', 2711, 13466, 4365, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14992, '2023-01-11', 3060, 13467, 4366, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14993, '2023-01-11', 3120, 13468, 4367, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14994, '2023-01-11', 3602, 13469, 4368, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14995, '2023-01-11', 2499, 13470, 4369, 18954, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14996, '2023-01-11', 3182, 13471, 4369, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '19.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14997, '2023-01-11', 3483, 13472, 4370, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '331.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14998, '2023-01-11', 3085, 13473, 4371, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (14999, '2023-01-11', 2711, 13474, 4371, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15000, '2023-01-11', 2660, 13475, 4371, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15001, '2023-01-11', 3060, 13476, 4372, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15002, '2023-01-11', 3762, 13477, 4373, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15003, '2023-01-11', 2635, 13478, 4374, 3930, '1.0000', '11.9500', '11.9500', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15004, '2023-01-11', 3061, 13479, 4375, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15005, '2023-01-11', 3120, 13480, 4376, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15006, '2023-01-11', 3114, 13481, 4376, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15007, '2023-01-11', 2790, 13482, 4377, 22824, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15008, '2023-01-11', 2504, 13483, 4377, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15009, '2023-01-11', 3635, 13484, 4378, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '32.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15010, '2023-01-11', 3060, 13485, 4379, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15011, '2023-01-11', 2711, 13486, 4379, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15012, '2023-01-11', 3311, 13487, 4380, 14579, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15013, '2023-01-11', 2713, 13488, 4381, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15014, '2023-01-11', 2648, 13489, 4382, 22872, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15015, '2023-01-11', 3084, 13490, 4383, 14515, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 257, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15016, '2023-01-11', 3048, 13491, 4383, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '97.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15017, '2023-01-11', 2534, 13492, 4383, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15018, '2023-01-11', 3264, 13493, 4384, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '61.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15019, '2023-01-11', 2671, 13494, 4384, 3966, '1.0000', '16.9700', '16.9700', '27.0000', '27.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15020, '2023-01-11', 3182, 13495, 4384, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '18.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15021, '2023-01-11', 3831, 13496, 4384, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15022, '2023-01-11', 2936, 13497, 4385, 22850, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15023, '2023-01-11', 2924, 13498, 4385, 18562, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15024, '2023-01-11', 3074, 13499, 4386, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15025, '2023-01-11', 3311, 13500, 4387, 14579, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15026, '2023-01-11', 3311, 13500, 4387, 15457, '-25.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15027, '2023-01-11', 3311, 13500, 4387, 15751, '27.0000', '0.8700', '0.8700', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15028, '2023-01-11', 2713, 13501, 4388, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15029, '2023-01-11', 3048, 13502, 4388, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '96.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15030, '2023-01-11', 3015, 13503, 4388, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15031, '2023-01-11', 3762, 13504, 4389, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15032, '2023-01-11', 2645, 13505, 4390, 23952, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15033, '2023-01-11', 2916, 13506, 4391, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '19.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15034, '2023-01-11', 2902, 13507, 4392, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '32.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15035, '2023-01-11', 2713, 13508, 4393, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15036, '2023-01-11', 3048, 13509, 4393, 18505, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15037, '2023-01-11', 3646, 13510, 4394, 15726, '7.0000', '1.1233', '1.1233', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15038, '2023-01-11', 2952, 13511, 4395, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15039, '2023-01-11', 2646, 13512, 4396, 23985, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '63.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15040, '2023-01-11', 2646, 13513, 4397, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '62.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15041, '2023-01-11', 2952, 13514, 4397, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15042, '2023-01-11', 3172, 13515, 4398, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '99.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15043, '2023-01-11', 3061, 13516, 4399, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15044, '2023-01-11', 2646, 13517, 4400, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '60.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15045, '2023-01-11', 3172, 13518, 4400, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '98.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15046, '2023-01-11', 2916, 13519, 4401, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '18.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15047, '2023-01-11', 2645, 13520, 4402, 23952, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15048, '2023-01-11', 3060, 13521, 4403, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15049, '2023-01-11', 2952, 13522, 4403, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15050, '2023-01-11', 2645, 13523, 4404, 23952, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15051, '2023-01-12', 3060, 13524, 4405, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15052, '2023-01-12', 2534, 13525, 4406, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15053, '2023-01-12', 3120, 13526, 4406, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15054, '2023-01-12', 3086, 13527, 4406, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15055, '2023-01-12', 3635, 13528, 4407, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '31.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15056, '2023-01-12', 3823, 13529, 4407, 22860, '1.0000', '6.4000', '6.4000', '8.5000', '8.5000', '2.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15057, '2023-01-12', 3120, 13530, 4407, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15058, '2023-01-12', 2534, 13531, 4407, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15059, '2023-01-12', 3120, 13532, 4408, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15060, '2023-01-12', 2534, 13533, 4408, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15061, '2023-01-12', 3074, 13534, 4409, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15062, '2023-01-12', 2790, 13535, 4410, 22824, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15063, '2023-01-12', 2711, 13536, 4411, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15064, '2023-01-12', 3172, 13537, 4411, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '97.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15065, '2023-01-12', 3082, 13538, 4411, 5501, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15066, '2023-01-12', 3314, 13539, 4411, 4609, '3.0000', '0.5400', '0.5400', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15067, '2023-01-12', 2713, 13540, 4411, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15068, '2023-01-12', 3831, 13541, 4412, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15069, '2023-01-12', 2710, 13542, 4412, 22798, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '12.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15070, '2023-01-12', 3772, 13543, 4412, 19631, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15071, '2023-01-12', 2660, 13544, 4413, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15072, '2023-01-12', 2492, 13545, 4414, 3787, '6.0000', '2.6400', '2.6400', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15073, '2023-01-12', 2697, 13546, 4414, 5830, '5.0000', '6.4500', '6.4500', '8.0000', '8.0000', '37.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15074, '2023-01-12', 2617, 13547, 4414, 3912, '2.0000', '6.0000', '6.0000', '7.5000', '7.5000', '54.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15075, '2023-01-12', 2916, 13548, 4414, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '17.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15076, '2023-01-12', 3264, 13549, 4414, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '60.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15077, '2023-01-12', 2727, 13550, 4414, 17425, '1.0000', '20.0000', '20.0000', '40.0000', '40.0000', '13.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15078, '2023-01-12', 3553, 13551, 4415, 19630, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15079, '2023-01-12', 2835, 13552, 4415, 5793, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15080, '2023-01-12', 2916, 13553, 4415, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '16.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15081, '2023-01-12', 2950, 13554, 4415, 22838, '2.0000', '12.8750', '12.8750', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15082, '2023-01-12', 3484, 13555, 4415, 23251, '2.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15083, '2023-01-12', 3120, 13556, 4416, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15084, '2023-01-12', 3120, 13557, 4417, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15085, '2023-01-12', 2713, 13558, 4418, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15086, '2023-01-12', 3120, 13559, 4419, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15087, '2023-01-12', 3074, 13560, 4420, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15088, '2023-01-12', 3121, 13561, 4421, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15089, '2023-01-12', 3048, 13562, 4421, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15090, '2023-01-12', 2499, 13563, 4422, 18954, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15091, '2023-01-12', 2864, 13564, 4422, 22891, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15092, '2023-01-12', 3182, 13565, 4422, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '17.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15093, '2023-01-12', 2930, 13566, 4423, 18524, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15094, '2023-01-12', 2936, 13567, 4424, 22850, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15095, '2023-01-12', 2927, 13568, 4424, 18563, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15096, '2023-01-12', 2713, 13569, 4424, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15097, '2023-01-12', 3483, 13570, 4424, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '330.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15098, '2023-01-12', 3762, 13571, 4424, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15099, '2023-01-12', 2923, 13572, 4425, 18561, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15100, '2023-01-12', 2927, 13573, 4425, 18563, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15101, '2023-01-12', 2645, 13574, 4426, 23952, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15102, '2023-01-12', 2645, 13575, 4427, 23952, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15103, '2023-01-12', 3048, 13576, 4427, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '88.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15104, '2023-01-12', 3060, 13577, 4428, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15105, '2023-01-12', 2918, 13578, 4429, 13292, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '39.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15106, '2023-01-12', 2927, 13579, 4429, 18563, '5.0000', '1.8750', '1.8750', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15107, '2023-01-12', 2924, 13580, 4429, 18562, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15108, '2023-01-12', 3121, 13581, 4430, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15109, '2023-01-12', 3172, 13582, 4430, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '96.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15110, '2023-01-12', 3602, 13583, 4430, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15111, '2023-01-12', 3121, 13584, 4431, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15112, '2023-01-12', 3048, 13585, 4431, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15113, '2023-01-12', 2646, 13586, 4432, 23985, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '57.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15114, '2023-01-12', 2827, 13587, 4433, 17421, '3.0000', '0.1124', '0.1124', '0.3333', '0.3333', '47.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15115, '2023-01-12', 3086, 13588, 4434, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15116, '2023-01-12', 2504, 13589, 4434, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15117, '2023-01-12', 3114, 13590, 4434, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15118, '2023-01-12', 2713, 13591, 4435, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15119, '2023-01-12', 2910, 13592, 4436, 4205, '1.0000', '3.4900', '3.4900', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15120, '2023-01-12', 2646, 13593, 4437, 23985, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '54.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15121, '2023-01-12', 2952, 13594, 4437, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15122, '2023-01-12', 3172, 13595, 4437, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '95.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15123, '2023-01-12', 2952, 13596, 4438, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15124, '2023-01-12', 2952, 13597, 4439, 22795, '2.0000', '3.1667', '3.1667', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15125, '2023-01-12', 3114, 13598, 4439, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15126, '2023-01-12', 2646, 13599, 4440, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '52.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15127, '2023-01-12', 2864, 13600, 4441, 22891, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15128, '2023-01-12', 2645, 13601, 4441, 23952, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15129, '2023-01-12', 2646, 13602, 4442, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '50.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15130, '2023-01-12', 2952, 13603, 4442, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15131, '2023-01-12', 3084, 13604, 4443, 14824, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15132, '2023-01-12', 3084, 13604, 4443, 15781, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15133, '2023-01-12', 3060, 13605, 4444, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15134, '2023-01-13', 3060, 13606, 4445, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15135, '2023-01-13', 3086, 13607, 4446, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15136, '2023-01-13', 3172, 13608, 4446, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '94.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15137, '2023-01-13', 2958, 13609, 4447, 4253, '1.0000', '0.0100', '0.0100', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15138, '2023-01-13', 2901, 13610, 4447, 23953, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15139, '2023-01-13', 2711, 13611, 4448, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15140, '2023-01-13', 2678, 13612, 4448, 5053, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15141, '2023-01-13', 2504, 13613, 4448, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15142, '2023-01-13', 3602, 13614, 4448, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15143, '2023-01-13', 3578, 13615, 4449, 13318, '2.0000', '1.7917', '1.7917', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15144, '2023-01-13', 2827, 13616, 4450, 17421, '3.0000', '0.1124', '0.1124', '0.3333', '0.3333', '44.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15145, '2023-01-13', 2790, 13617, 4451, 22824, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15146, '2023-01-13', 2517, 13618, 4452, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15147, '2023-01-13', 3060, 13619, 4452, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15149, '2023-01-13', 2902, 13621, 4454, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '31.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15150, '2023-01-13', 3166, 13622, 4453, 22832, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15151, '2023-01-13', 2517, 13623, 4455, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15152, '2023-01-13', 3172, 13624, 4455, 4467, '-4.0000', '3.5300', '3.5300', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15153, '2023-01-13', 3172, 13624, 4455, 22888, '5.0000', '3.5200', '3.5200', '4.0000', '4.0000', '89.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15154, '2023-01-13', 2710, 13625, 4456, 22798, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15155, '2023-01-13', 3060, 13626, 4457, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15156, '2023-01-13', 2710, 13627, 4458, 22798, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15157, '2023-01-13', 2504, 13628, 4458, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15158, '2023-01-13', 2924, 13629, 4459, 18562, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15159, '2023-01-13', 3121, 13630, 4460, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15160, '2023-01-13', 3641, 13631, 4461, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '39.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15161, '2023-01-13', 3048, 13632, 4461, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '85.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15162, '2023-01-13', 3048, 13633, 4462, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15163, '2023-01-13', 3231, 13634, 4462, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15164, '2023-01-13', 3060, 13635, 4463, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15165, '2023-01-13', 2646, 13636, 4464, 23985, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15166, '2023-01-13', 2933, 13637, 4464, 5390, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15167, '2023-01-13', 2713, 13638, 4464, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15168, '2023-01-13', 3212, 13639, 4465, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15169, '2023-01-13', 3084, 13640, 4466, 15781, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15170, '2023-01-13', 2647, 13641, 4466, 22871, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15171, '2023-01-13', 2711, 13642, 4466, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15172, '2023-01-13', 2645, 13643, 4467, 23952, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 407, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15173, '2023-01-13', 2645, 13643, 4467, 24005, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15174, '2023-01-13', 2504, 13644, 4467, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15175, '2023-01-13', 3778, 13645, 4468, 18489, '2.0000', '0.3000', '0.3000', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15176, '2023-01-13', 2924, 13646, 4469, 18562, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15177, '2023-01-13', 2930, 13647, 4469, 18524, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15178, '2023-01-13', 3121, 13648, 4470, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15179, '2023-01-13', 2713, 13649, 4471, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15180, '2023-01-13', 3015, 13650, 4471, 4310, '-1.0000', '0.8300', '0.8300', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15181, '2023-01-13', 3015, 13650, 4471, 20132, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15182, '2023-01-13', 3483, 13651, 4471, 4771, '-1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15183, '2023-01-13', 3483, 13651, 4471, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '327.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15184, '2023-01-13', 2646, 13652, 4472, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '45.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15185, '2023-01-13', 2952, 13653, 4472, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15186, '2023-01-13', 2646, 13654, 4473, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '43.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15187, '2023-01-13', 3172, 13655, 4473, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '88.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15188, '2023-01-13', 2822, 13656, 4474, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15189, '2023-01-13', 2902, 13657, 4474, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '30.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15190, '2023-01-13', 2646, 13658, 4475, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15191, '2023-01-13', 2644, 13659, 4476, 18552, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15192, '2023-01-13', 2645, 13660, 4477, 24005, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15193, '2023-01-13', 3048, 13661, 4478, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '83.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15194, '2023-01-13', 2642, 13662, 4479, 23980, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15195, '2023-01-13', 2647, 13663, 4479, 22871, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15196, '2023-01-13', 2644, 13664, 4479, 18918, '-19.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15197, '2023-01-13', 2644, 13664, 4479, 20006, '20.0000', '3.4229', '3.4229', '6.0000', '6.0000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15198, '2023-01-13', 2647, 13665, 4480, 22871, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15199, '2023-01-13', 2642, 13666, 4480, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15200, '2023-01-13', 2642, 13667, 4481, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '43.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15201, '2023-01-13', 2647, 13668, 4481, 22871, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15202, '2023-01-13', 3060, 13669, 4482, 22833, '1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15203, '2023-01-13', 2822, 13670, 4482, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15204, '2023-01-13', 3060, 13671, 4483, 23093, '-1.0000', '6.6877', '6.6877', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15205, '2023-01-13', 3060, 13671, 4483, 24004, '2.0000', '6.7025', '6.7025', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15206, '2023-01-14', 2642, 13672, 4484, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15207, '2023-01-14', 2647, 13673, 4484, 22871, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15208, '2023-01-14', 2822, 13674, 4484, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15209, '2023-01-14', 3644, 13675, 4485, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15210, '2023-01-14', 2599, 13676, 4486, 3894, '6.0000', '2.1000', '2.1000', '8.5000', '8.5000', '50.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15211, '2023-01-14', 2600, 13677, 4486, 3895, '6.0000', '2.1000', '2.1000', '8.5000', '8.5000', '59.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15212, '2023-01-14', 3061, 13678, 4486, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15213, '2023-01-14', 2846, 13679, 4487, 23962, '1.0000', '178.6000', '178.6000', '255.0000', '255.0000', '0.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15214, '2023-01-14', 3142, 13680, 4488, 4437, '5.0000', '8.3900', '8.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15215, '2023-01-14', 3267, 13681, 4488, 4562, '2.0000', '33.0900', '33.0900', '45.0000', '45.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15216, '2023-01-14', 2699, 13682, 4488, 22792, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '52.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15217, '2023-01-14', 2967, 13683, 4488, 4262, '1.0000', '2.4500', '2.4500', '4.5000', '4.5000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15218, '2023-01-14', 2951, 13684, 4489, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '46.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15219, '2023-01-14', 2710, 13685, 4489, 22798, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15220, '2023-01-14', 2660, 13686, 4489, 19638, '3.0000', '2.5750', '2.5750', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15221, '2023-01-14', 2950, 13687, 4489, 22838, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15222, '2023-01-14', 2967, 13688, 4489, 4262, '3.0000', '2.4500', '2.4500', '4.5000', '4.5000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15223, '2023-01-14', 2975, 13689, 4489, 5013, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15224, '2023-01-14', 3190, 13690, 4489, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '85.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15225, '2023-01-14', 2575, 13691, 4489, 3870, '1.0000', '49.9000', '49.9000', '66.0000', '66.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15226, '2023-01-14', 3123, 13692, 4490, 23348, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15227, '2023-01-14', 3080, 13693, 4491, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '40.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15228, '2023-01-14', 2719, 13694, 4491, 10010, '1.0000', '0.8500', '0.8500', '2.0000', '2.0000', '77.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15229, '2023-01-14', 3840, 13695, 4492, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '47.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15230, '2023-01-14', 2930, 13696, 4493, 18524, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15231, '2023-01-14', 3630, 13697, 4494, 14554, '4.0000', '1.1250', '1.1250', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15232, '2023-01-14', 2921, 13698, 4494, 15762, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15233, '2023-01-14', 3344, 13699, 4495, 18499, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15234, '2023-01-14', 2710, 13700, 4495, 22798, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15235, '2023-01-14', 3048, 13701, 4496, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15236, '2023-01-14', 2927, 13702, 4497, 18563, '7.0000', '1.8750', '1.8750', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15237, '2023-01-14', 2923, 13703, 4497, 18561, '5.0000', '3.0000', '3.0000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15238, '2023-01-14', 2924, 13704, 4497, 18562, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15239, '2023-01-14', 2901, 13705, 4498, 23953, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15240, '2023-01-14', 2645, 13706, 4499, 24005, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15241, '2023-01-14', 2660, 13707, 4499, 19638, '2.0000', '2.5750', '2.5750', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15242, '2023-01-14', 3015, 13708, 4499, 20132, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15243, '2023-01-14', 2645, 13709, 4500, 24005, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15244, '2023-01-14', 3646, 13710, 4500, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15245, '2023-01-14', 3483, 13711, 4500, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '325.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15246, '2023-01-14', 2642, 13712, 4501, 23980, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '40.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15247, '2023-01-14', 2710, 13713, 4501, 22798, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15248, '2023-01-14', 3483, 13714, 4501, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '324.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15249, '2023-01-14', 2645, 13715, 4502, 24005, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15250, '2023-01-14', 3646, 13716, 4502, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15251, '2023-01-14', 2902, 13717, 4503, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '29.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15252, '2023-01-14', 3182, 13718, 4503, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '16.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15253, '2023-01-14', 2711, 13719, 4503, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15254, '2023-01-14', 2645, 13720, 4504, 24005, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15255, '2023-01-14', 3840, 13721, 4505, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '46.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15256, '2023-01-14', 3825, 13722, 4506, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15257, '2023-01-14', 3580, 13723, 4507, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15258, '2023-01-14', 2646, 13724, 4507, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '40.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15259, '2023-01-14', 2713, 13725, 4508, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15260, '2023-01-14', 3063, 13726, 4509, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15261, '2023-01-14', 2534, 13727, 4509, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15262, '2023-01-14', 2552, 13728, 4510, 18533, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15263, '2023-01-14', 2952, 13729, 4511, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15264, '2023-01-14', 2647, 13730, 4511, 22871, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15265, '2023-01-14', 2936, 13731, 4511, 22850, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15266, '2023-01-14', 2936, 13732, 4512, 22850, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15267, '2023-01-14', 2713, 13733, 4513, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15268, '2023-01-14', 2790, 13734, 4513, 22824, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15269, '2023-01-14', 2647, 13735, 4514, 22871, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15270, '2023-01-14', 2711, 13736, 4515, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15271, '2023-01-14', 3086, 13737, 4516, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15272, '2023-01-14', 2713, 13738, 4516, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15273, '2023-01-14', 3015, 13739, 4517, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15274, '2023-01-14', 3612, 13740, 4518, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15275, '2023-01-14', 3602, 13741, 4518, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15276, '2023-01-14', 2919, 13742, 4518, 18521, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15277, '2023-01-14', 2647, 13743, 4519, 22871, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15278, '2023-01-14', 2647, 13743, 4519, 23261, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15279, '2023-01-14', 3784, 13744, 4520, 18527, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15280, '2023-01-14', 2487, 13745, 4521, 3782, '1.0000', '0.6000', '0.6000', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15281, '2023-01-14', 2487, 13745, 4521, 7364, '-21.0000', '0.6000', '0.6000', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15282, '2023-01-14', 2487, 13745, 4521, 8325, '21.0000', '0.6000', '0.6000', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15283, '2023-01-14', 2487, 13745, 4521, 9286, '-21.0000', '0.6000', '0.6000', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15284, '2023-01-14', 2487, 13745, 4521, 14546, '22.0000', '0.5600', '0.5600', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15285, '2023-01-14', 2645, 13746, 4522, 24005, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15286, '2023-01-14', 2951, 13747, 4522, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '45.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15287, '2023-01-14', 2713, 13748, 4522, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15288, '2023-01-14', 2712, 13749, 4522, 22882, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15289, '2023-01-14', 3609, 13750, 4522, 14506, '3.0000', '0.3871', '0.3871', '1.0000', '1.0000', '105.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15290, '2023-01-14', 3048, 13751, 4523, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15291, '2023-01-14', 3015, 13752, 4524, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15292, '2023-01-14', 3048, 13753, 4525, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '77.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15293, '2023-01-14', 3609, 13754, 4525, 14506, '4.0000', '0.3871', '0.3871', '1.0000', '1.0000', '101.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15294, '2023-01-14', 3611, 13755, 4525, 14509, '1.0000', '0.8182', '0.8182', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15295, '2023-01-14', 2647, 13756, 4526, 23984, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15296, '2023-01-14', 2499, 13757, 4527, 20042, '-5.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15297, '2023-01-14', 2499, 13757, 4527, 21090, '5.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15298, '2023-01-14', 2499, 13757, 4527, 22138, '-5.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15299, '2023-01-14', 2499, 13757, 4527, 22836, '6.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15300, '2023-01-14', 2499, 13757, 4527, 24007, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '11.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15301, '2023-01-14', 2902, 13758, 4527, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '28.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15302, '2023-01-14', 2645, 13759, 4528, 24005, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15303, '2023-01-14', 2901, 13760, 4528, 23953, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15304, '2023-01-14', 2647, 13761, 4529, 23984, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15305, '2023-01-14', 3825, 13762, 4530, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15306, '2023-01-14', 2645, 13763, 4531, 24005, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15307, '2023-01-14', 3172, 13764, 4531, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '87.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15308, '2023-01-14', 2647, 13765, 4532, 23984, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15309, '2023-01-14', 3060, 13766, 4533, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15310, '2023-01-14', 2642, 13767, 4533, 23980, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15311, '2023-01-14', 2645, 13768, 4534, 24005, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15312, '2023-01-14', 2642, 13769, 4534, 23980, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15313, '2023-01-14', 2642, 13770, 4535, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15314, '2023-01-14', 2645, 13771, 4536, 24005, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15315, '2023-01-14', 3483, 13772, 4536, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '323.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15316, '2023-01-14', 3311, 13773, 4536, 15751, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15317, '2023-01-14', 2642, 13774, 4536, 23980, '4.0000', '7.2502', '7.2502', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15318, '2023-01-14', 2642, 13775, 4537, 23980, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15319, '2023-01-14', 3311, 13776, 4537, 15751, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15320, '2023-01-14', 3048, 13777, 4537, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '75.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15321, '2023-01-14', 3762, 13778, 4538, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15322, '2023-01-14', 2642, 13779, 4539, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15323, '2023-01-14', 2642, 13780, 4540, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15324, '2023-01-14', 2645, 13781, 4541, 24005, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15325, '2023-01-14', 3172, 13782, 4541, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '86.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15326, '2023-01-14', 3187, 13783, 4542, 18534, '4.0000', '0.6429', '0.6429', '1.2500', '1.2500', '21.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15327, '2023-01-14', 2642, 13784, 4543, 23980, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15328, '2023-01-14', 2642, 13785, 4544, 23980, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15329, '2023-01-14', 2642, 13786, 4545, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15330, '2023-01-15', 2952, 13787, 4546, 22795, '2.0000', '3.1667', '3.1667', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15331, '2023-01-15', 2644, 13788, 4546, 20006, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15332, '2023-01-15', 3602, 13789, 4546, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15333, '2023-01-15', 2822, 13790, 4547, 15702, '6.0000', '4.6667', '4.6667', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15334, '2023-01-15', 2644, 13791, 4547, 20006, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15335, '2023-01-15', 2699, 13792, 4548, 22792, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '51.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15336, '2023-01-15', 2975, 13793, 4548, 5509, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15337, '2023-01-15', 2713, 13794, 4549, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15338, '2023-01-15', 2642, 13795, 4550, 23980, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15339, '2023-01-15', 3256, 13796, 4550, 18544, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15340, '2023-01-15', 3061, 13797, 4551, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15341, '2023-01-15', 2713, 13798, 4552, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15342, '2023-01-15', 2712, 13799, 4553, 23303, '-2.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15343, '2023-01-15', 2712, 13799, 4553, 23982, '3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15344, '2023-01-15', 3762, 13800, 4553, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15345, '2023-01-15', 3187, 13801, 4554, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '20.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15346, '2023-01-15', 2645, 13802, 4555, 24005, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15347, '2023-01-15', 3596, 13803, 4556, 14485, '1.0000', '21.4800', '21.4800', '29.0000', '29.0000', '4.0000', 1, 0, NULL, 252, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15348, '2023-01-15', 2642, 13804, 4556, 23980, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15349, '2023-01-15', 3786, 13805, 4556, 18543, '1.0000', '1.9167', '1.9167', '2.5000', '2.5000', '45.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15350, '2023-01-15', 3048, 13806, 4556, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '74.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15351, '2023-01-15', 2642, 13807, 4557, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15352, '2023-01-15', 2936, 13808, 4557, 22850, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15353, '2023-01-15', 3179, 13809, 4558, 4474, '1.0000', '9.9000', '9.9000', '14.0000', '14.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15354, '2023-01-15', 2645, 13810, 4558, 24005, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15355, '2023-01-15', 2901, 13811, 4559, 23953, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15356, '2023-01-15', 3121, 13812, 4559, 18510, '2.0000', '2.9200', '2.9200', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15357, '2023-01-15', 2499, 13813, 4560, 24007, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '9.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15358, '2023-01-15', 2902, 13814, 4560, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '26.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15359, '2023-01-15', 3786, 13815, 4561, 18543, '2.0000', '1.9167', '1.9167', '2.5000', '2.5000', '43.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15360, '2023-01-15', 2952, 13816, 4562, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15361, '2023-01-15', 2642, 13817, 4563, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15362, '2023-01-15', 2713, 13818, 4563, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15363, '2023-01-15', 2474, 13819, 4564, 5979, '1.0000', '15.0000', '15.0000', '21.5000', '21.5000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15364, '2023-01-15', 3004, 13820, 4565, 4299, '1.0000', '24.0000', '24.0000', '32.0000', '32.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15365, '2023-01-15', 3288, 13821, 4566, 4583, '1.0000', '16.5200', '16.5200', '22.0000', '22.0000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15366, '2023-01-15', 2678, 13822, 4566, 6014, '-3.0000', '7.2500', '7.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15367, '2023-01-15', 2678, 13822, 4566, 6977, '-7.0000', '7.2500', '7.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15368, '2023-01-15', 2678, 13822, 4566, 7938, '7.0000', '7.2500', '7.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15369, '2023-01-15', 2678, 13822, 4566, 8899, '-7.0000', '7.2500', '7.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15370, '2023-01-15', 2678, 13822, 4566, 13165, '10.0000', '7.2500', '7.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 172, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15371, '2023-01-15', 2678, 13822, 4566, 13420, '-8.0000', '7.2500', '7.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15372, '2023-01-15', 2678, 13822, 4566, 14662, '1.0000', '7.2500', '7.2500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15373, '2023-01-15', 2678, 13822, 4566, 17441, '8.0000', '6.5500', '6.5500', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15374, '2023-01-15', 3085, 13823, 4566, 18516, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15375, '2023-01-15', 3085, 13823, 4566, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15376, '2023-01-15', 3123, 13824, 4567, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15377, '2023-01-15', 3060, 13825, 4568, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15378, '2023-01-15', 2713, 13826, 4569, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15379, '2023-01-15', 2642, 13827, 4570, 23980, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15380, '2023-01-15', 3064, 13828, 4570, 4359, '-1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15381, '2023-01-15', 3064, 13828, 4570, 19991, '-2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15382, '2023-01-15', 3064, 13828, 4570, 21039, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15383, '2023-01-15', 3064, 13828, 4570, 22087, '-2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15384, '2023-01-15', 3064, 13828, 4570, 22890, '4.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15385, '2023-01-15', 3641, 13829, 4571, 22895, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '37.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15386, '2023-01-15', 2642, 13830, 4571, 23980, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15387, '2023-01-15', 2646, 13831, 4572, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15388, '2023-01-15', 3165, 13832, 4573, 24002, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '4.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15389, '2023-01-15', 3172, 13833, 4574, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '85.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15390, '2023-01-15', 3762, 13834, 4575, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15391, '2023-01-15', 3123, 13835, 4576, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15392, '2023-01-15', 3048, 13836, 4576, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15393, '2023-01-15', 3015, 13837, 4576, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15394, '2023-01-15', 2879, 13838, 4576, 22887, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15395, '2023-01-15', 2642, 13839, 4577, 23980, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15396, '2023-01-15', 3172, 13840, 4577, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '83.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15397, '2023-01-15', 3646, 13841, 4577, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15398, '2023-01-15', 3602, 13842, 4578, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15399, '2023-01-15', 2950, 13843, 4579, 22838, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15400, '2023-01-15', 2713, 13844, 4580, 22881, '1.0000', '5.9508', '5.9508', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15401, '2023-01-15', 2713, 13845, 4581, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15402, '2023-01-15', 3311, 13846, 4581, 15751, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15403, '2023-01-15', 3085, 13847, 4581, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15404, '2023-01-15', 3048, 13848, 4581, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15405, '2023-01-15', 2504, 13849, 4582, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15406, '2023-01-15', 2645, 13850, 4582, 24005, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15407, '2023-01-15', 2644, 13851, 4583, 20006, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15408, '2023-01-15', 3840, 13852, 4583, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '45.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15409, '2023-01-15', 2950, 13853, 4583, 22866, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15410, '2023-01-15', 2646, 13854, 4583, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15411, '2023-01-15', 2977, 13855, 4584, 6125, '-5.0000', '11.0800', '11.0800', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15412, '2023-01-15', 2977, 13855, 4584, 7088, '-7.0000', '11.0800', '11.0800', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15413, '2023-01-15', 2977, 13855, 4584, 8049, '7.0000', '11.0800', '11.0800', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15414, '2023-01-15', 2977, 13855, 4584, 9010, '-7.0000', '11.0800', '11.0800', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15415, '2023-01-15', 2977, 13855, 4584, 10123, '12.0000', '11.7483', '11.7483', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 141, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15416, '2023-01-15', 2977, 13855, 4584, 14778, '-2.0000', '11.7483', '11.7483', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15417, '2023-01-15', 2977, 13855, 4584, 15691, '3.0000', '11.7483', '11.7483', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15418, '2023-01-15', 3060, 13856, 4585, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15419, '2023-01-15', 3483, 13857, 4586, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '321.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15420, '2023-01-15', 3311, 13858, 4586, 15751, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15421, '2023-01-15', 3641, 13859, 4586, 22895, '3.0000', '1.7500', '1.7500', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15422, '2023-01-15', 2927, 13860, 4586, 18563, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15423, '2023-01-15', 2642, 13861, 4587, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15424, '2023-01-15', 3085, 13862, 4587, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15425, '2023-01-15', 2552, 13863, 4587, 18533, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15426, '2023-01-15', 2927, 13864, 4588, 18563, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15427, '2023-01-15', 2923, 13865, 4588, 18561, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15428, '2023-01-15', 2930, 13866, 4588, 18524, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15429, '2023-01-15', 2952, 13867, 4589, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15430, '2023-01-15', 3483, 13868, 4589, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '320.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15431, '2023-01-15', 3825, 13869, 4590, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15432, '2023-01-15', 2642, 13870, 4590, 23980, '6.0000', '7.2502', '7.2502', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15433, '2023-01-15', 3763, 13871, 4591, 17380, '1.0000', '7.0000', '7.0000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15434, '2023-01-15', 2504, 13872, 4591, 22877, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15435, '2023-01-15', 2982, 13873, 4592, 19830, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15436, '2023-01-15', 2890, 13874, 4592, 5481, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15437, '2023-01-15', 2927, 13875, 4593, 18563, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15438, '2023-01-15', 3187, 13876, 4594, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '18.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15439, '2023-01-15', 2647, 13877, 4595, 23984, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15440, '2023-01-15', 2952, 13878, 4596, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15441, '2023-01-15', 2642, 13879, 4597, 23980, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 412, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15442, '2023-01-15', 3017, 13880, 4598, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15443, '2023-01-15', 2552, 13881, 4599, 18533, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15444, '2023-01-15', 2916, 13882, 4600, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '15.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15445, '2023-01-15', 3187, 13883, 4600, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '16.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15446, '2023-01-15', 2699, 13884, 4600, 22792, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '49.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15447, '2023-01-15', 2698, 13885, 4600, 22898, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15448, '2023-01-15', 2719, 13886, 4600, 10010, '4.0000', '0.8500', '0.8500', '2.0000', '2.0000', '73.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15449, '2023-01-15', 3233, 13887, 4600, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '14.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15450, '2023-01-15', 3482, 13888, 4601, 19639, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15451, '2023-01-15', 3172, 13889, 4601, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '81.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15452, '2023-01-15', 2653, 13890, 4601, 22847, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '92.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15453, '2023-01-15', 3120, 13891, 4601, 22879, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15454, '2023-01-15', 3120, 13891, 4601, 23271, '-3.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15455, '2023-01-15', 3120, 13891, 4601, 23979, '4.0000', '5.7400', '5.7400', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15456, '2023-01-15', 2789, 13892, 4601, 22825, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15457, '2023-01-15', 3342, 13893, 4602, 23284, '1.0000', '37.5000', '37.5000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15458, '2023-01-15', 2653, 13894, 4602, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '89.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15459, '2023-01-15', 3120, 13895, 4603, 23979, '4.0000', '5.7400', '5.7400', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15460, '2023-01-15', 3646, 13896, 4603, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15461, '2023-01-15', 2653, 13897, 4603, 22847, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '84.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15462, '2023-01-15', 3074, 13898, 4603, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15463, '2023-01-15', 3772, 13899, 4603, 19631, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15464, '2023-01-15', 2827, 13900, 4603, 17421, '3.0000', '0.1124', '0.1124', '0.3333', '0.3333', '41.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15465, '2023-01-15', 3015, 13901, 4604, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15466, '2023-01-15', 3483, 13902, 4604, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '318.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15467, '2023-01-15', 3120, 13903, 4604, 23979, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15468, '2023-01-15', 2653, 13904, 4604, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '82.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15469, '2023-01-15', 3212, 13905, 4604, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15470, '2023-01-15', 2822, 13906, 4604, 15702, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15471, '2023-01-15', 3060, 13907, 4604, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15472, '2023-01-15', 2534, 13908, 4604, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15473, '2023-01-15', 3048, 13909, 4604, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15474, '2023-01-15', 3060, 13910, 4605, 24004, '2.0000', '6.7025', '6.7025', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15475, '2023-01-15', 2642, 13911, 4605, 24008, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15476, '2023-01-15', 2653, 13912, 4605, 22847, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '76.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15477, '2023-01-15', 3120, 13913, 4605, 23979, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15478, '2023-01-16', 3483, 13914, 4606, 19640, '8.0000', '0.8583', '0.8583', '1.5000', '1.5000', '310.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15479, '2023-01-16', 3120, 13915, 4606, 23979, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15480, '2023-01-16', 2713, 13916, 4606, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15481, '2023-01-16', 2827, 13917, 4606, 17421, '6.0000', '0.1124', '0.1124', '0.3333', '0.3333', '35.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15482, '2023-01-16', 3482, 13918, 4606, 19639, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15483, '2023-01-16', 3483, 13919, 4607, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '308.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15484, '2023-01-16', 3015, 13920, 4607, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15485, '2023-01-16', 2552, 13921, 4607, 18533, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15486, '2023-01-16', 3483, 13922, 4608, 19640, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '303.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15487, '2023-01-16', 2713, 13923, 4608, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15488, '2023-01-16', 3120, 13924, 4608, 23979, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15489, '2023-01-16', 2534, 13925, 4608, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15490, '2023-01-16', 2827, 13926, 4608, 17421, '3.0000', '0.1124', '0.1124', '0.3333', '0.3333', '32.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15491, '2023-01-16', 3641, 13927, 4609, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15492, '2023-01-16', 3483, 13928, 4609, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '299.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15493, '2023-01-16', 2534, 13929, 4609, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15494, '2023-01-16', 3762, 13930, 4609, 17379, '2.0000', '0.1600', '0.1600', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15495, '2023-01-16', 3120, 13931, 4609, 23979, '5.0000', '5.7400', '5.7400', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15496, '2023-01-16', 3120, 13932, 4610, 23979, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15497, '2023-01-16', 2713, 13933, 4610, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15498, '2023-01-16', 2789, 13934, 4611, 22825, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15499, '2023-01-16', 3114, 13935, 4611, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15500, '2023-01-16', 2713, 13936, 4611, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15501, '2023-01-16', 3762, 13937, 4611, 17379, '1.0000', '0.1600', '0.1600', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15502, '2023-01-16', 2713, 13938, 4612, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15503, '2023-01-16', 3625, 13939, 4612, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '17.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15504, '2023-01-16', 3743, 13940, 4612, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15505, '2023-01-16', 2645, 13941, 4612, 24005, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15506, '2023-01-16', 3017, 13942, 4612, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15507, '2023-01-16', 2646, 13943, 4612, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '37.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15508, '2023-01-16', 3172, 13944, 4613, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '80.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15509, '2023-01-16', 2713, 13945, 4613, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15510, '2023-01-16', 3483, 13946, 4613, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '297.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15511, '2023-01-16', 3120, 13947, 4613, 23979, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15512, '2023-01-16', 3120, 13948, 4614, 23979, '1.0000', '5.7400', '5.7400', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15513, '2023-01-16', 2789, 13949, 4614, 22825, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15514, '2023-01-16', 2713, 13950, 4614, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15515, '2023-01-16', 3624, 13951, 4614, 14542, '1.0000', '1.8269', '1.8269', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15516, '2023-01-16', 3060, 13952, 4614, 24004, '2.0000', '6.7025', '6.7025', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15517, '2023-01-16', 3483, 13953, 4614, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '295.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15518, '2023-01-16', 3085, 13954, 4614, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15519, '2023-01-16', 3314, 13955, 4615, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15520, '2023-01-16', 2487, 13956, 4615, 14546, '2.0000', '0.5600', '0.5600', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15521, '2023-01-16', 2508, 13957, 4615, 14605, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15522, '2023-01-16', 2789, 13958, 4615, 22825, '3.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15523, '2023-01-16', 3172, 13959, 4615, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '79.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15524, '2023-01-16', 2499, 13960, 4615, 24007, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '8.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15525, '2023-01-16', 3624, 13961, 4615, 14542, '1.0000', '1.8269', '1.8269', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15526, '2023-01-16', 3212, 13962, 4616, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15527, '2023-01-16', 2926, 13963, 4616, 4728, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15528, '2023-01-16', 3820, 13964, 4616, 22851, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15529, '2023-01-16', 2713, 13965, 4616, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15530, '2023-01-16', 2923, 13966, 4616, 18561, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15531, '2023-01-16', 3121, 13967, 4616, 18510, '1.0000', '2.9200', '2.9200', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15532, '2023-01-16', 2711, 13968, 4616, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15533, '2023-01-16', 2952, 13969, 4616, 22795, '2.0000', '3.1667', '3.1667', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15534, '2023-01-16', 2918, 13970, 4617, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '38.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15535, '2023-01-16', 3840, 13971, 4617, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '44.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15536, '2023-01-16', 3314, 13972, 4617, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15537, '2023-01-16', 2930, 13973, 4617, 18524, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15538, '2023-01-16', 3625, 13974, 4617, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15539, '2023-01-16', 3602, 13975, 4617, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15540, '2023-01-16', 3827, 13976, 4617, 22880, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15541, '2023-01-16', 3048, 13977, 4617, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15542, '2023-01-16', 2949, 13978, 4618, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15543, '2023-01-16', 3823, 13979, 4618, 22860, '1.0000', '6.4000', '6.4000', '8.5000', '8.5000', '1.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15544, '2023-01-16', 3602, 13980, 4618, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15545, '2023-01-16', 2879, 13981, 4618, 22887, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15546, '2023-01-16', 3123, 13982, 4618, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15547, '2023-01-16', 2710, 13983, 4618, 22798, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15548, '2023-01-16', 2660, 13984, 4618, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15549, '2023-01-16', 2713, 13985, 4619, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15550, '2023-01-16', 3212, 13986, 4619, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15551, '2023-01-16', 3644, 13987, 4619, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '35.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15552, '2023-01-16', 3048, 13988, 4619, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15553, '2023-01-16', 3314, 13989, 4619, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15554, '2023-01-16', 2791, 13990, 4620, 14986, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15555, '2023-01-16', 3048, 13991, 4620, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15556, '2023-01-16', 3483, 13992, 4620, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '292.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15557, '2023-01-16', 2822, 13993, 4621, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15558, '2023-01-16', 2827, 13994, 4621, 17421, '1.0000', '0.1124', '0.1124', '0.3333', '0.3333', '31.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15559, '2023-01-16', 3483, 13995, 4621, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '290.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15560, '2023-01-16', 3120, 13996, 4622, 23979, '2.0000', '5.7400', '5.7400', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15561, '2023-01-16', 2534, 13997, 4622, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15562, '2023-01-16', 3483, 13998, 4622, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '289.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15563, '2023-01-16', 2713, 13999, 4622, 23981, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15564, '2023-01-16', 3762, 14000, 4622, 17379, '4.0000', '0.1600', '0.1600', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 323, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15565, '2023-01-16', 3840, 14001, 4622, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '43.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15566, '2023-01-16', 2534, 14002, 4623, 22867, '2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15567, '2023-01-16', 2653, 14003, 4623, 22847, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '70.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15568, '2023-01-16', 3483, 14004, 4623, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '288.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15569, '2023-01-16', 2712, 14005, 4623, 23982, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15570, '2023-01-16', 3048, 14006, 4623, 18505, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '61.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15571, '2023-01-16', 2713, 14007, 4624, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15572, '2023-01-16', 3606, 14008, 4624, 15791, '2.0000', '0.9500', '0.9500', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15573, '2023-01-16', 3483, 14009, 4624, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '286.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15574, '2023-01-16', 2790, 14010, 4625, 22824, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15575, '2023-01-16', 2879, 14011, 4625, 22887, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15576, '2023-01-16', 3840, 14012, 4625, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '42.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15577, '2023-01-16', 2534, 14013, 4625, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15578, '2023-01-16', 3625, 14014, 4626, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15579, '2023-01-16', 2712, 14015, 4626, 23982, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15580, '2023-01-16', 3212, 14016, 4626, 15778, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15581, '2023-01-16', 3212, 14016, 4626, 16125, '-1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15582, '2023-01-16', 3212, 14016, 4626, 17636, '-5.0000', '3.5417', '3.5417', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15583, '2023-01-16', 3212, 14016, 4626, 18744, '1.0000', '3.5417', '3.5417', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15584, '2023-01-16', 3212, 14016, 4626, 19607, '6.0000', '3.4167', '3.4167', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 370, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15585, '2023-01-16', 2653, 14017, 4626, 22847, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '64.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15586, '2023-01-16', 2950, 14018, 4627, 22866, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15587, '2023-01-16', 2660, 14019, 4627, 19638, '2.0000', '2.5750', '2.5750', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15588, '2023-01-16', 2487, 14020, 4628, 14546, '2.0000', '0.5600', '0.5600', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15589, '2023-01-16', 2514, 14021, 4628, 3809, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15590, '2023-01-16', 3620, 14022, 4628, 14534, '2.0000', '1.4166', '1.4166', '2.0000', '2.0000', '38.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15591, '2023-01-16', 3553, 14023, 4628, 19630, '2.0000', '2.4265', '2.4265', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15592, '2023-01-16', 3086, 14024, 4628, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15593, '2023-01-16', 2713, 14025, 4629, 23981, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15594, '2023-01-16', 3644, 14026, 4629, 22853, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15595, '2023-01-16', 2918, 14027, 4630, 13292, '4.0000', '1.8750', '1.8750', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15596, '2023-01-16', 2712, 14028, 4630, 23982, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15597, '2023-01-16', 3625, 14029, 4631, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15598, '2023-01-16', 2713, 14030, 4631, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15599, '2023-01-16', 3121, 14031, 4631, 18510, '2.0000', '2.9200', '2.9200', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15600, '2023-01-16', 2996, 14032, 4631, 4291, '1.0000', '7.8500', '7.8500', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15601, '2023-01-16', 3483, 14033, 4631, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '285.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15602, '2023-01-16', 3015, 14034, 4631, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15603, '2023-01-16', 3311, 14035, 4631, 15751, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15604, '2023-01-16', 3212, 14036, 4631, 19607, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 370, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15605, '2023-01-16', 3620, 14037, 4632, 14534, '2.0000', '1.4166', '1.4166', '2.0000', '2.0000', '36.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15606, '2023-01-16', 2552, 14038, 4633, 18533, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15607, '2023-01-16', 3257, 14039, 4634, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15608, '2023-01-16', 3133, 14040, 4634, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15609, '2023-01-16', 2719, 14041, 4634, 10010, '4.0000', '0.8500', '0.8500', '2.0000', '2.0000', '69.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15610, '2023-01-16', 3260, 14042, 4634, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '59.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15611, '2023-01-16', 3550, 14043, 4634, 5020, '4.0000', '5.4400', '5.4400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15612, '2023-01-16', 3550, 14043, 4634, 5542, '1.0000', '5.4400', '5.4400', '8.0000', '8.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15613, '2023-01-16', 3290, 14044, 4634, 4585, '5.0000', '0.0900', '0.0900', '0.2500', '0.2500', '709.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15614, '2023-01-16', 3254, 14045, 4634, 4549, '5.0000', '0.0800', '0.0800', '0.5000', '0.5000', '274.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15615, '2023-01-16', 3554, 14046, 4635, 9988, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 115, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15616, '2023-01-16', 2919, 14047, 4636, 18980, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15617, '2023-01-16', 2920, 14048, 4636, 22848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15618, '2023-01-16', 3123, 14049, 4637, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15619, '2023-01-16', 2952, 14050, 4637, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15620, '2023-01-16', 3123, 14051, 4638, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15621, '2023-01-16', 2950, 14052, 4639, 22866, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15622, '2023-01-18', 3840, 14053, 4640, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '41.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15623, '2023-01-18', 2935, 14054, 4640, 17863, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15624, '2023-01-18', 2935, 14054, 4640, 18973, '-2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15625, '2023-01-18', 2935, 14054, 4640, 20061, '-1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15626, '2023-01-18', 2935, 14054, 4640, 21109, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15627, '2023-01-18', 2935, 14054, 4640, 22157, '-1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15628, '2023-01-18', 2935, 14054, 4640, 23315, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15629, '2023-01-18', 2935, 14054, 4640, 24027, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15630, '2023-01-18', 2646, 14055, 4640, 23985, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15631, '2023-01-18', 2902, 14056, 4640, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '25.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15632, '2023-01-18', 2645, 14057, 4640, 24398, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15633, '2023-01-18', 2982, 14058, 4641, 19830, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15634, '2023-01-18', 3482, 14059, 4641, 19639, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15635, '2023-01-18', 2648, 14060, 4641, 22872, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15636, '2023-01-18', 2711, 14061, 4641, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15637, '2023-01-18', 2534, 14062, 4641, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15638, '2023-01-18', 2646, 14063, 4642, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15639, '2023-01-18', 2642, 14064, 4642, 24008, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15640, '2023-01-18', 2504, 14065, 4642, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15641, '2023-01-18', 2918, 14066, 4642, 13292, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '31.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15642, '2023-01-18', 2919, 14067, 4642, 20068, '-1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15643, '2023-01-18', 2919, 14067, 4642, 21116, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15644, '2023-01-18', 2919, 14067, 4642, 22164, '-1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15645, '2023-01-18', 2919, 14067, 4642, 24020, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15646, '2023-01-18', 2642, 14068, 4643, 24008, '6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15647, '2023-01-18', 2713, 14069, 4643, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15648, '2023-01-18', 2646, 14070, 4643, 23985, '6.0000', '11.4417', '11.4417', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15649, '2023-01-18', 2920, 14071, 4643, 23317, '-1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15650, '2023-01-18', 2920, 14071, 4643, 24019, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '22.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15651, '2023-01-18', 3840, 14072, 4643, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '40.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15652, '2023-01-18', 2982, 14073, 4644, 19830, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15653, '2023-01-18', 2790, 14074, 4644, 22824, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15654, '2023-01-18', 2790, 14074, 4644, 23269, '-1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15655, '2023-01-18', 2790, 14074, 4644, 24013, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15656, '2023-01-18', 3602, 14075, 4644, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15657, '2023-01-18', 3646, 14076, 4644, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15658, '2023-01-18', 3825, 14077, 4644, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15659, '2023-01-18', 2642, 14078, 4645, 24008, '10.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15660, '2023-01-18', 2648, 14079, 4645, 22872, '10.0000', '7.5783', '7.5783', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15661, '2023-01-18', 3017, 14080, 4645, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15662, '2023-01-18', 3084, 14081, 4645, 15781, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15663, '2023-01-18', 3060, 14082, 4645, 24004, '2.0000', '6.7025', '6.7025', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15664, '2023-01-18', 3061, 14083, 4646, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15665, '2023-01-18', 3746, 14084, 4646, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15666, '2023-01-18', 2646, 14085, 4646, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15667, '2023-01-18', 2952, 14086, 4646, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15668, '2023-01-18', 2951, 14087, 4646, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '44.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15669, '2023-01-18', 2933, 14088, 4647, 6351, '-46.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15670, '2023-01-18', 2933, 14088, 4647, 7314, '-20.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15671, '2023-01-18', 2933, 14088, 4647, 8275, '20.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15672, '2023-01-18', 2933, 14088, 4647, 9236, '-48.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15673, '2023-01-18', 2933, 14088, 4647, 5390, '24.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15674, '2023-01-18', 2933, 14088, 4647, 9933, '50.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 104, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15675, '2023-01-18', 2933, 14088, 4647, 10580, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15676, '2023-01-18', 2933, 14088, 4647, 11550, '-2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15677, '2023-01-18', 2933, 14088, 4647, 12520, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15678, '2023-01-18', 2933, 14088, 4647, 13301, '24.0000', '0.7500', '0.7500', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15679, '2023-01-18', 2646, 14089, 4647, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15680, '2023-01-18', 3084, 14090, 4647, 15781, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15681, '2023-01-18', 2890, 14091, 4647, 5481, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15682, '2023-01-18', 3061, 14092, 4647, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15683, '2023-01-18', 2916, 14093, 4648, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '14.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15684, '2023-01-18', 3840, 14094, 4648, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '39.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15685, '2023-01-18', 2552, 14095, 4648, 18533, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15686, '2023-01-18', 2534, 14096, 4648, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15687, '2023-01-18', 3187, 14097, 4648, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '14.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15688, '2023-01-18', 3580, 14098, 4649, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15689, '2023-01-18', 3084, 14099, 4649, 15781, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15690, '2023-01-18', 3123, 14100, 4649, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15691, '2023-01-18', 2790, 14101, 4649, 24013, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15692, '2023-01-18', 2642, 14102, 4649, 24008, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15693, '2023-01-18', 3602, 14103, 4650, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15694, '2023-01-18', 2645, 14104, 4650, 24398, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15695, '2023-01-18', 2552, 14105, 4650, 18533, '2.0000', '0.4063', '0.4063', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15696, '2023-01-18', 2642, 14106, 4650, 24008, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15697, '2023-01-18', 2646, 14107, 4650, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15698, '2023-01-18', 2952, 14108, 4651, 22795, '2.0000', '3.1667', '3.1667', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15699, '2023-01-18', 2713, 14109, 4651, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15700, '2023-01-18', 3048, 14110, 4651, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '58.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15701, '2023-01-18', 3598, 14111, 4651, 23972, '7.0000', '3.0300', '3.0300', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15702, '2023-01-18', 3061, 14112, 4651, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15703, '2023-01-18', 3641, 14113, 4652, 14580, '-1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15704, '2023-01-18', 3641, 14113, 4652, 22895, '5.0000', '1.7500', '1.7500', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15705, '2023-01-18', 2712, 14114, 4652, 23982, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15706, '2023-01-18', 2483, 14115, 4652, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15707, '2023-01-18', 2935, 14116, 4652, 24027, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15708, '2023-01-18', 2919, 14117, 4652, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15709, '2023-01-18', 2822, 14118, 4653, 15702, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15710, '2023-01-18', 2504, 14119, 4653, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15711, '2023-01-18', 2653, 14120, 4653, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '62.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15712, '2023-01-18', 2645, 14121, 4653, 24398, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15713, '2023-01-18', 2645, 14121, 4653, 25465, '-12.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15714, '2023-01-18', 2645, 14121, 4653, 26532, '12.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15715, '2023-01-18', 2645, 14121, 4653, 27231, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15716, '2023-01-18', 3017, 14122, 4653, 22827, '2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15717, '2023-01-18', 2822, 14123, 4654, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15718, '2023-01-18', 2642, 14124, 4654, 24008, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15719, '2023-01-18', 3483, 14125, 4654, 4771, '-2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15720, '2023-01-18', 3483, 14125, 4654, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '282.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15721, '2023-01-18', 2517, 14126, 4654, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15722, '2023-01-18', 2790, 14127, 4654, 24013, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15723, '2023-01-18', 2645, 14128, 4655, 27231, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15724, '2023-01-18', 2660, 14129, 4655, 19638, '2.0000', '2.5750', '2.5750', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15725, '2023-01-18', 2927, 14130, 4655, 18563, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15726, '2023-01-18', 3017, 14131, 4655, 22827, '3.0000', '4.6000', '4.6000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15727, '2023-01-18', 2646, 14132, 4656, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15728, '2023-01-18', 2982, 14133, 4657, 19830, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15729, '2023-01-18', 3172, 14134, 4657, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '78.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15730, '2023-01-18', 3483, 14135, 4657, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '281.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15731, '2023-01-18', 3060, 14136, 4657, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15732, '2023-01-18', 2920, 14137, 4658, 24019, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '21.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15733, '2023-01-18', 2921, 14138, 4658, 15762, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15734, '2023-01-18', 3172, 14139, 4658, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '77.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15735, '2023-01-18', 2918, 14140, 4658, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '30.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15736, '2023-01-18', 2927, 14141, 4658, 18563, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15737, '2023-01-18', 2936, 14142, 4658, 22850, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 397, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15738, '2023-01-18', 3483, 14143, 4658, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '280.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15739, '2023-01-18', 3172, 14144, 4659, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '76.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15740, '2023-01-18', 2504, 14145, 4659, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15741, '2023-01-18', 2922, 14146, 4659, 23319, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15742, '2023-01-18', 2922, 14146, 4659, 24021, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15743, '2023-01-18', 2930, 14147, 4659, 18524, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15744, '2023-01-18', 3085, 14148, 4659, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15745, '2023-01-18', 2952, 14149, 4659, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15746, '2023-01-18', 2645, 14150, 4659, 27231, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15747, '2023-01-18', 2648, 14151, 4660, 22872, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15748, '2023-01-18', 2552, 14152, 4660, 18533, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15749, '2023-01-18', 2645, 14153, 4660, 27231, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15750, '2023-01-18', 2982, 14154, 4660, 19830, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15751, '2023-01-18', 2921, 14155, 4660, 16346, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15752, '2023-01-18', 2921, 14155, 4660, 17408, '4.0000', '4.5000', '4.5000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15753, '2023-01-18', 2920, 14156, 4660, 24019, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '20.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15754, '2023-01-18', 2936, 14157, 4660, 23312, '-1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15755, '2023-01-18', 2936, 14157, 4660, 24024, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '34.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15756, '2023-01-18', 3015, 14158, 4661, 20132, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15757, '2023-01-18', 2648, 14159, 4661, 22872, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15758, '2023-01-18', 3841, 14160, 4661, 24028, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15759, '2023-01-18', 2713, 14161, 4661, 23981, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15760, '2023-01-18', 2552, 14162, 4661, 18533, '2.0000', '0.4063', '0.4063', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15761, '2023-01-18', 2901, 14163, 4661, 23953, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15762, '2023-01-18', 2918, 14164, 4661, 13292, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15763, '2023-01-18', 3048, 14165, 4662, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15764, '2023-01-18', 2646, 14166, 4662, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15765, '2023-01-18', 2644, 14167, 4662, 20006, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15766, '2023-01-18', 3172, 14168, 4662, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '75.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15767, '2023-01-18', 2952, 14169, 4662, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15768, '2023-01-18', 3230, 14170, 4662, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15769, '2023-01-18', 2933, 14171, 4662, 13301, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15770, '2023-01-18', 3746, 14172, 4662, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15771, '2023-01-18', 2645, 14173, 4662, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15772, '2023-01-18', 2648, 14174, 4663, 22872, '12.0000', '7.5783', '7.5783', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15773, '2023-01-18', 2963, 14175, 4663, 4996, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 69, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15774, '2023-01-18', 3060, 14176, 4663, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15775, '2023-01-18', 3182, 14177, 4663, 19641, '2.0000', '5.7540', '5.7540', '11.0000', '11.0000', '14.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15776, '2023-01-18', 2952, 14178, 4664, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15777, '2023-01-18', 2644, 14179, 4664, 20006, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15778, '2023-01-18', 3646, 14180, 4664, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15779, '2023-01-18', 3778, 14181, 4664, 18489, '3.0000', '0.3000', '0.3000', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15780, '2023-01-18', 2646, 14182, 4664, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15781, '2023-01-18', 2916, 14183, 4664, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '13.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15782, '2023-01-18', 2777, 14184, 4664, 15639, '1.0000', '5.0000', '5.0000', '7.0000', '7.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15783, '2023-01-18', 2950, 14185, 4664, 22866, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15784, '2023-01-18', 3114, 14186, 4664, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15785, '2023-01-18', 3120, 14187, 4664, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15786, '2023-01-18', 2517, 14188, 4664, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15787, '2023-01-18', 2504, 14189, 4664, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15788, '2023-01-18', 3060, 14190, 4664, 24004, '2.0000', '6.7025', '6.7025', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15789, '2023-01-18', 3483, 14191, 4665, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '278.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15790, '2023-01-18', 3600, 14192, 4665, 14494, '1.0000', '2.2917', '2.2917', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15791, '2023-01-18', 2644, 14193, 4665, 20006, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15792, '2023-01-18', 2919, 14194, 4665, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15793, '2023-01-18', 2921, 14195, 4665, 17408, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15794, '2023-01-18', 2789, 14196, 4665, 23978, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15795, '2023-01-18', 2927, 14197, 4665, 18563, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15796, '2023-01-18', 2645, 14198, 4665, 27231, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15797, '2023-01-18', 2864, 14199, 4665, 4159, '-1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15798, '2023-01-18', 2864, 14199, 4665, 22891, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15799, '2023-01-18', 3172, 14200, 4665, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '74.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15800, '2023-01-18', 2487, 14201, 4666, 14546, '2.0000', '0.5600', '0.5600', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15801, '2023-01-18', 3606, 14202, 4666, 15791, '2.0000', '0.9500', '0.9500', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 306, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15802, '2023-01-18', 3182, 14203, 4666, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '13.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15803, '2023-01-18', 3085, 14204, 4666, 19622, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15804, '2023-01-18', 3123, 14205, 4666, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15805, '2023-01-18', 3172, 14206, 4666, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15806, '2023-01-18', 3772, 14207, 4666, 23614, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15807, '2023-01-18', 2653, 14208, 4666, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '60.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15808, '2023-01-18', 2646, 14209, 4667, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15809, '2023-01-18', 2950, 14210, 4668, 22866, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15810, '2023-01-18', 2653, 14211, 4668, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '58.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15811, '2023-01-18', 2499, 14212, 4668, 24007, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '6.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15812, '2023-01-18', 2927, 14213, 4668, 18563, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15813, '2023-01-18', 2927, 14213, 4668, 18976, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15814, '2023-01-18', 2927, 14213, 4668, 24022, '4.0000', '1.8750', '1.8750', '2.5000', '2.5000', '44.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15815, '2023-01-18', 3015, 14214, 4668, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15816, '2023-01-18', 3483, 14215, 4668, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '275.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15817, '2023-01-18', 3813, 14216, 4668, 22815, '1.0000', '40.0000', '40.0000', '55.0000', '55.0000', '1.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15818, '2023-01-18', 2646, 14217, 4668, 23985, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15819, '2023-01-18', 3172, 14218, 4668, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '72.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15820, '2023-01-18', 3230, 14219, 4668, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15821, '2023-01-18', 2699, 14220, 4669, 22792, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '48.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15822, '2023-01-18', 2869, 14221, 4670, 4164, '2.0000', '41.6500', '41.6500', '55.0000', '55.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15823, '2023-01-18', 2600, 14222, 4670, 3895, '8.0000', '2.1000', '2.1000', '8.5000', '8.5000', '51.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15824, '2023-01-18', 2613, 14223, 4670, 3908, '2.0000', '28.0000', '28.0000', '38.0000', '38.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15825, '2023-01-18', 3045, 14224, 4670, 4340, '2.0000', '8.0000', '8.0000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15826, '2023-01-18', 3254, 14225, 4670, 4549, '100.0000', '0.0800', '0.0800', '0.5000', '0.5000', '174.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15827, '2023-01-18', 2481, 14226, 4670, 3776, '2.0000', '19.2700', '19.2700', '25.0000', '25.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15828, '2023-01-18', 3306, 14227, 4670, 4601, '16.0000', '0.5100', '0.5100', '1.0000', '1.0000', '256.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15829, '2023-01-18', 2644, 14228, 4671, 20006, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15830, '2023-01-18', 3074, 14229, 4672, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15831, '2023-01-18', 3212, 14230, 4673, 19607, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 370, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15832, '2023-01-18', 3048, 14231, 4673, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15833, '2023-01-18', 2534, 14232, 4673, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15834, '2023-01-18', 3172, 14233, 4673, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '70.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15835, '2023-01-18', 3778, 14234, 4673, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15836, '2023-01-18', 3483, 14235, 4673, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '274.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15837, '2023-01-18', 2552, 14236, 4673, 18533, '4.0000', '0.4063', '0.4063', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15838, '2023-01-18', 3017, 14237, 4674, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15839, '2023-01-18', 3114, 14238, 4675, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15840, '2023-01-18', 2926, 14239, 4675, 4728, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15841, '2023-01-18', 2517, 14240, 4676, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15842, '2023-01-18', 3187, 14241, 4676, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '13.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15843, '2023-01-18', 3123, 14242, 4676, 24015, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15844, '2023-01-18', 2919, 14243, 4676, 24020, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15845, '2023-01-18', 2713, 14244, 4676, 23981, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15846, '2023-01-18', 2645, 14245, 4677, 27231, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15847, '2023-01-18', 2916, 14246, 4678, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '12.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15848, '2023-01-18', 2982, 14247, 4679, 19830, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15849, '2023-01-18', 3212, 14248, 4679, 19607, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 370, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15850, '2023-01-18', 3646, 14249, 4679, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15851, '2023-01-18', 3483, 14250, 4679, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '273.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15852, '2023-01-19', 3787, 14251, 4680, 18565, '6.0000', '0.1842', '0.1842', '0.5000', '0.5000', '164.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15853, '2023-01-19', 2916, 14252, 4680, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '11.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15854, '2023-01-19', 3172, 14253, 4680, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '68.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15855, '2023-01-19', 3622, 14254, 4680, 14538, '2.0000', '3.3333', '3.3333', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15856, '2023-01-19', 3772, 14255, 4680, 24759, '-1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15857, '2023-01-19', 3772, 14255, 4680, 25826, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15858, '2023-01-19', 3772, 14255, 4680, 26893, '-1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15859, '2023-01-19', 3772, 14255, 4680, 27235, '3.0000', '0.8458', '0.8458', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15860, '2023-01-19', 3778, 14256, 4681, 18489, '2.0000', '0.3000', '0.3000', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15861, '2023-01-19', 3060, 14257, 4682, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15862, '2023-01-19', 3483, 14258, 4683, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '272.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15863, '2023-01-19', 2713, 14259, 4683, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15864, '2023-01-19', 3840, 14260, 4683, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '38.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15865, '2023-01-19', 2534, 14261, 4683, 22867, '2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15866, '2023-01-19', 3060, 14262, 4684, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15867, '2023-01-19', 3212, 14263, 4685, 19607, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 370, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15868, '2023-01-19', 3120, 14264, 4685, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15869, '2023-01-19', 2903, 14265, 4685, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '25.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15870, '2023-01-19', 3483, 14266, 4685, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '269.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15871, '2023-01-19', 2534, 14267, 4686, 22867, '2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15872, '2023-01-19', 3121, 14268, 4686, 18531, '1.0000', '0.0000', '0.0000', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15873, '2023-01-19', 2982, 14269, 4686, 19830, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15874, '2023-01-19', 2936, 14270, 4687, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '33.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15875, '2023-01-19', 3121, 14271, 4687, 18531, '1.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15876, '2023-01-19', 3120, 14272, 4688, 24016, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15877, '2023-01-19', 3187, 14273, 4689, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '11.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15878, '2023-01-19', 3622, 14274, 4690, 14538, '2.0000', '3.3333', '3.3333', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15879, '2023-01-19', 2710, 14275, 4690, 22798, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15880, '2023-01-19', 3602, 14276, 4690, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15881, '2023-01-19', 2499, 14277, 4690, 24007, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15882, '2023-01-19', 2712, 14278, 4690, 23982, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15883, '2023-01-19', 2890, 14279, 4690, 7405, '-10.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15884, '2023-01-19', 2890, 14279, 4690, 8366, '10.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15885, '2023-01-19', 2890, 14279, 4690, 9327, '-10.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15886, '2023-01-19', 2890, 14279, 4690, 10064, '6.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 127, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15887, '2023-01-19', 2890, 14279, 4690, 13874, '-2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15888, '2023-01-19', 2890, 14279, 4690, 15749, '7.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15889, '2023-01-19', 2926, 14280, 4691, 4728, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15890, '2023-01-19', 2926, 14280, 4691, 5398, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15891, '2023-01-19', 3483, 14281, 4692, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '266.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15892, '2023-01-19', 3015, 14282, 4692, 20132, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15893, '2023-01-19', 2950, 14283, 4692, 22866, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15894, '2023-01-19', 2524, 14284, 4692, 3819, '4.0000', '0.7800', '0.7800', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15895, '2023-01-19', 3627, 14285, 4692, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '49.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15896, '2023-01-19', 3625, 14286, 4692, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15897, '2023-01-19', 3086, 14287, 4693, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15898, '2023-01-19', 3120, 14288, 4694, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15899, '2023-01-19', 2711, 14289, 4695, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15900, '2023-01-19', 3120, 14290, 4696, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15901, '2023-01-19', 2712, 14291, 4696, 23982, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15902, '2023-01-19', 2646, 14292, 4697, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15903, '2023-01-19', 3822, 14293, 4698, 22859, '2.0000', '4.1667', '4.1667', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15904, '2023-01-19', 3483, 14294, 4699, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '264.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15905, '2023-01-19', 2952, 14295, 4700, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15906, '2023-01-19', 2916, 14296, 4701, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '10.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15907, '2023-01-19', 2699, 14297, 4701, 22792, '11.0000', '6.6000', '6.6000', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15908, '2023-01-19', 2806, 14298, 4702, 4101, '1.0000', '6.5900', '6.5900', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15909, '2023-01-19', 3074, 14299, 4703, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15910, '2023-01-19', 3120, 14300, 4704, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15911, '2023-01-19', 2879, 14301, 4705, 22887, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15912, '2023-01-19', 2517, 14302, 4705, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15913, '2023-01-19', 2901, 14303, 4706, 23953, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15914, '2023-01-19', 2902, 14304, 4707, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '24.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15915, '2023-01-19', 2952, 14305, 4707, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15916, '2023-01-19', 2500, 14306, 4708, 19619, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15917, '2023-01-19', 3483, 14307, 4709, 19640, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '258.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15918, '2023-01-19', 2651, 14308, 4710, 15784, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15919, '2023-01-19', 2902, 14309, 4710, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '23.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15920, '2023-01-19', 3483, 14310, 4710, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '257.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15921, '2023-01-19', 2653, 14311, 4711, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '56.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15922, '2023-01-19', 2790, 14312, 4712, 24013, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15923, '2023-01-19', 3114, 14313, 4712, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15924, '2023-01-19', 3231, 14314, 4713, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15925, '2023-01-19', 3074, 14315, 4714, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15926, '2023-01-19', 2710, 14316, 4715, 22798, '3.0000', '5.8333', '5.8333', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 388, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15927, '2023-01-19', 2645, 14317, 4716, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15928, '2023-01-19', 2517, 14318, 4716, 18538, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 362, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15929, '2023-01-19', 3165, 14319, 4717, 24002, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '3.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15930, '2023-01-19', 3166, 14320, 4717, 22832, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15931, '2023-01-19', 3172, 14321, 4718, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '67.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15932, '2023-01-19', 3840, 14322, 4719, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '37.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15933, '2023-01-19', 3048, 14323, 4720, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15934, '2023-01-19', 3060, 14324, 4721, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15935, '2023-01-19', 2648, 14325, 4721, 22872, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15936, '2023-01-19', 3772, 14326, 4721, 27235, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15937, '2023-01-19', 3592, 14327, 4722, 15764, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '17.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15938, '2023-01-19', 3772, 14328, 4722, 27235, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15939, '2023-01-19', 2920, 14329, 4723, 24019, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '19.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15940, '2023-01-19', 2487, 14330, 4724, 14546, '2.0000', '0.5600', '0.5600', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15941, '2023-01-19', 3625, 14331, 4724, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15942, '2023-01-19', 3063, 14332, 4725, 14612, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15943, '2023-01-19', 2711, 14333, 4726, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15944, '2023-01-19', 2791, 14334, 4727, 14986, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15945, '2023-01-19', 3483, 14335, 4727, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '256.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15946, '2023-01-19', 3256, 14336, 4727, 18544, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15947, '2023-01-19', 2634, 14337, 4727, 4700, '1.0000', '2.9167', '2.9167', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15948, '2023-01-19', 2712, 14338, 4728, 23982, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15949, '2023-01-19', 3015, 14339, 4729, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15950, '2023-01-19', 3608, 14340, 4730, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '55.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15951, '2023-01-19', 3230, 14341, 4730, 15785, '1.0000', '2.5700', '2.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15952, '2023-01-19', 3120, 14342, 4731, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15953, '2023-01-19', 2644, 14343, 4732, 20006, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15954, '2023-01-19', 2933, 14344, 4733, 13301, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15955, '2023-01-19', 2646, 14345, 4734, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15956, '2023-01-19', 2646, 14346, 4735, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15957, '2023-01-19', 3166, 14347, 4736, 22832, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15958, '2023-01-19', 3646, 14348, 4736, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15959, '2023-01-19', 3825, 14349, 4736, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15960, '2023-01-19', 2952, 14350, 4737, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15961, '2023-01-19', 2647, 14351, 4738, 23984, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15962, '2023-01-19', 2952, 14352, 4739, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15963, '2023-01-19', 3483, 14353, 4740, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '255.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15964, '2023-01-19', 3602, 14354, 4741, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15965, '2023-01-19', 3061, 14355, 4742, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15966, '2023-01-19', 3772, 14356, 4743, 27235, '6.0000', '0.8458', '0.8458', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15967, '2023-01-19', 2644, 14357, 4744, 20006, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15968, '2023-01-19', 2645, 14358, 4745, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15969, '2023-01-20', 2916, 14359, 4746, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '9.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15970, '2023-01-20', 3772, 14360, 4746, 27235, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15971, '2023-01-20', 3580, 14361, 4746, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15972, '2023-01-20', 3602, 14362, 4746, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15973, '2023-01-20', 3614, 14363, 4747, 14526, '1.0000', '2.8846', '2.8846', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15974, '2023-01-20', 2712, 14364, 4747, 23982, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15975, '2023-01-20', 3622, 14365, 4747, 14538, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15976, '2023-01-20', 3120, 14366, 4748, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15977, '2023-01-20', 3120, 14367, 4749, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15978, '2023-01-20', 3080, 14368, 4750, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '39.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15979, '2023-01-20', 3832, 14369, 4750, 23974, '1.0000', '1.8200', '1.8200', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15980, '2023-01-20', 3172, 14370, 4751, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '65.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15981, '2023-01-20', 3187, 14371, 4751, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '9.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15982, '2023-01-20', 3483, 14372, 4751, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '253.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15983, '2023-01-20', 2497, 14373, 4751, 3792, '2.0000', '0.6900', '0.6900', '2.0000', '2.0000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15984, '2023-01-20', 3343, 14374, 4752, 16325, '-1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15985, '2023-01-20', 3343, 14374, 4752, 18498, '2.0000', '37.5000', '37.5000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15986, '2023-01-20', 2949, 14375, 4752, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15987, '2023-01-20', 2534, 14376, 4753, 22867, '2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15988, '2023-01-20', 2789, 14377, 4753, 23978, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15989, '2023-01-20', 3048, 14378, 4753, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15990, '2023-01-20', 2790, 14379, 4753, 24013, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15991, '2023-01-20', 3085, 14380, 4754, 19622, '4.0000', '4.2500', '4.2500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15992, '2023-01-20', 3483, 14381, 4754, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '249.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15993, '2023-01-20', 2634, 14382, 4754, 4700, '1.0000', '2.9167', '2.9167', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15994, '2023-01-20', 3187, 14383, 4755, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '8.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15995, '2023-01-20', 2968, 14384, 4756, 4263, '2.0000', '2.8000', '2.8000', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15996, '2023-01-20', 2969, 14385, 4756, 4264, '1.0000', '4.5000', '4.5000', '6.5000', '6.5000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15997, '2023-01-20', 2635, 14386, 4756, 3930, '1.0000', '11.9500', '11.9500', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15998, '2023-01-20', 3608, 14387, 4756, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '54.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (15999, '2023-01-20', 2901, 14388, 4757, 23953, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16000, '2023-01-20', 3062, 14389, 4757, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '22.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16001, '2023-01-20', 2713, 14390, 4758, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16002, '2023-01-20', 3048, 14391, 4759, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16003, '2023-01-20', 2996, 14392, 4760, 4291, '1.0000', '7.8500', '7.8500', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16004, '2023-01-20', 3080, 14393, 4760, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '38.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16005, '2023-01-20', 2650, 14394, 4760, 18547, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16006, '2023-01-20', 2790, 14395, 4760, 24013, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16007, '2023-01-20', 3048, 14396, 4760, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16008, '2023-01-20', 3074, 14397, 4761, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16009, '2023-01-20', 3120, 14398, 4762, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16010, '2023-01-20', 2927, 14399, 4763, 24022, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16011, '2023-01-20', 2952, 14400, 4764, 22795, '1.0000', '3.1667', '3.1667', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16012, '2023-01-20', 2952, 14400, 4764, 23077, '-4.0000', '3.1667', '3.1667', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16013, '2023-01-20', 2952, 14400, 4764, 24006, '5.0000', '3.4167', '3.4167', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16014, '2023-01-20', 3048, 14401, 4764, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16015, '2023-01-20', 2952, 14402, 4765, 24006, '3.0000', '3.4167', '3.4167', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16016, '2023-01-20', 3048, 14403, 4765, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16017, '2023-01-20', 3644, 14404, 4766, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16018, '2023-01-20', 2902, 14405, 4767, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '21.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16019, '2023-01-20', 2712, 14406, 4768, 23982, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16020, '2023-01-20', 2930, 14407, 4769, 18524, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16021, '2023-01-20', 2935, 14408, 4769, 24027, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16022, '2023-01-20', 3842, 14409, 4770, 27243, '1.0000', '25.0000', '25.0000', '30.0000', '30.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16023, '2023-01-20', 2708, 14410, 4771, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '23.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16024, '2023-01-20', 3646, 14411, 4772, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16025, '2023-01-20', 2653, 14412, 4773, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '54.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16026, '2023-01-20', 2950, 14413, 4774, 22866, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16027, '2023-01-20', 3060, 14414, 4775, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16028, '2023-01-20', 2889, 14415, 4776, 4184, '-1.0000', '4.2600', '4.2600', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16029, '2023-01-20', 2889, 14415, 4776, 5479, '2.0000', '4.2600', '4.2600', '5.0000', '5.0000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16030, '2023-01-20', 2646, 14416, 4777, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16031, '2023-01-20', 3017, 14417, 4777, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16032, '2023-01-20', 2645, 14418, 4778, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16033, '2023-01-20', 2711, 14419, 4778, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16034, '2023-01-20', 3060, 14420, 4779, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16035, '2023-01-20', 3483, 14421, 4780, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '248.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16036, '2023-01-20', 3114, 14422, 4781, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16037, '2023-01-20', 3841, 14423, 4782, 24028, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16038, '2023-01-20', 2952, 14424, 4783, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16039, '2023-01-20', 2646, 14425, 4783, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16040, '2023-01-20', 3483, 14426, 4784, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '247.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16041, '2023-01-20', 3609, 14427, 4784, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '99.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16042, '2023-01-20', 2645, 14428, 4785, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16043, '2023-01-20', 3060, 14429, 4786, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16044, '2023-01-20', 2645, 14430, 4787, 27231, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16045, '2023-01-20', 2950, 14431, 4788, 22866, '2.0000', '12.8750', '12.8750', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16046, '2023-01-20', 3120, 14432, 4788, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16047, '2023-01-20', 2645, 14433, 4789, 27231, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16048, '2023-01-20', 2790, 14434, 4789, 24013, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16049, '2023-01-20', 2951, 14435, 4789, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '43.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16050, '2023-01-21', 3060, 14436, 4790, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16051, '2023-01-21', 3257, 14437, 4791, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16052, '2023-01-21', 2716, 14438, 4791, 5887, '3.0000', '3.3500', '3.3500', '4.5000', '4.5000', '57.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16053, '2023-01-21', 2494, 14439, 4791, 3789, '3.0000', '1.4100', '1.4100', '3.5000', '3.5000', '76.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16054, '2023-01-21', 2658, 14440, 4791, 4833, '1.0000', '48.0000', '48.0000', '52.0000', '52.0000', '3.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16055, '2023-01-21', 3330, 14441, 4791, 4625, '2.0000', '34.0000', '34.0000', '45.0000', '45.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16056, '2023-01-21', 3775, 14442, 4791, 17440, '1.0000', '7.1300', '7.1300', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16057, '2023-01-21', 2608, 14443, 4791, 18593, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16058, '2023-01-21', 2477, 14444, 4791, 3772, '4.0000', '2.0000', '2.0000', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16059, '2023-01-21', 2982, 14445, 4792, 20878, '-8.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16060, '2023-01-21', 2982, 14445, 4792, 21926, '8.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16061, '2023-01-21', 2982, 14445, 4792, 22840, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16062, '2023-01-21', 2956, 14446, 4792, 4251, '1.0000', '7.0000', '7.0000', '8.5000', '8.5000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16063, '2023-01-21', 3212, 14447, 4792, 19607, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 370, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16064, '2023-01-21', 2646, 14448, 4793, 23985, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16065, '2023-01-21', 3609, 14449, 4794, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '97.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16066, '2023-01-21', 2485, 14450, 4795, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '6.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16067, '2023-01-21', 3060, 14451, 4795, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16068, '2023-01-21', 2950, 14452, 4796, 22866, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16069, '2023-01-21', 2713, 14453, 4796, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16070, '2023-01-21', 3187, 14454, 4796, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '7.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16071, '2023-01-21', 2534, 14455, 4796, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16072, '2023-01-21', 3120, 14456, 4796, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16073, '2023-01-21', 3602, 14457, 4797, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16074, '2023-01-21', 3061, 14458, 4798, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16075, '2023-01-21', 3212, 14459, 4799, 19607, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 370, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16076, '2023-01-21', 2534, 14460, 4800, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16077, '2023-01-21', 3120, 14461, 4800, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16078, '2023-01-21', 2873, 14462, 4800, 22826, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16079, '2023-01-21', 2982, 14463, 4800, 22840, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16080, '2023-01-21', 3063, 14464, 4801, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16081, '2023-01-21', 2902, 14465, 4802, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '20.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16082, '2023-01-21', 2725, 14466, 4803, 10018, '1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16083, '2023-01-21', 3262, 14467, 4803, 10020, '1.0000', '4.8700', '4.8700', '10.0000', '10.0000', '48.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16084, '2023-01-21', 2492, 14468, 4803, 3787, '2.0000', '2.6400', '2.6400', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16085, '2023-01-21', 3179, 14469, 4803, 4474, '1.0000', '9.9000', '9.9000', '14.0000', '14.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16086, '2023-01-21', 2698, 14470, 4804, 22898, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16087, '2023-01-21', 2960, 14471, 4804, 5040, '5.0000', '9.5000', '9.5000', '12.0000', '12.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16088, '2023-01-21', 2699, 14472, 4804, 22792, '10.0000', '6.6000', '6.6000', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16089, '2023-01-21', 2927, 14473, 4805, 24022, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16090, '2023-01-21', 2822, 14474, 4806, 15702, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16091, '2023-01-21', 2595, 14475, 4807, 3890, '1.0000', '6.2100', '6.2100', '8.5000', '8.5000', '120.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16092, '2023-01-21', 3288, 14476, 4807, 4583, '1.0000', '16.5200', '16.5200', '22.0000', '22.0000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16093, '2023-01-21', 2952, 14477, 4808, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16094, '2023-01-21', 2485, 14478, 4809, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '5.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16095, '2023-01-21', 2485, 14479, 4810, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '4.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16096, '2023-01-21', 3062, 14480, 4811, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '21.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16097, '2023-01-21', 2647, 14481, 4811, 23984, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16098, '2023-01-21', 2901, 14482, 4812, 23953, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16099, '2023-01-21', 2922, 14483, 4813, 24021, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16100, '2023-01-21', 2919, 14484, 4813, 24020, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16101, '2023-01-21', 2691, 14485, 4814, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '48.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16102, '2023-01-21', 2711, 14486, 4815, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16103, '2023-01-21', 3063, 14487, 4815, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16104, '2023-01-21', 2935, 14488, 4816, 24027, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16105, '2023-01-21', 2950, 14489, 4817, 22866, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16106, '2023-01-21', 2936, 14490, 4818, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '32.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16107, '2023-01-21', 2504, 14491, 4819, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16108, '2023-01-21', 3123, 14492, 4819, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16109, '2023-01-21', 2902, 14493, 4820, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '19.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16110, '2023-01-21', 3015, 14494, 4820, 20132, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16111, '2023-01-21', 2982, 14495, 4821, 22840, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16112, '2023-01-21', 3060, 14496, 4822, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16113, '2023-01-21', 3595, 14497, 4823, 14483, '1.0000', '4.3900', '4.3900', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 252, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16114, '2023-01-21', 2698, 14498, 4824, 22898, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16115, '2023-01-21', 2713, 14499, 4825, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16116, '2023-01-21', 3048, 14500, 4825, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16117, '2023-01-21', 2973, 14501, 4826, 9878, '2.0000', '7.0000', '7.0000', '11.0000', '11.0000', '12.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16118, '2023-01-21', 3841, 14502, 4827, 24028, '6.0000', '8.1250', '8.1250', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16119, '2023-01-21', 3062, 14503, 4828, 22876, '2.0000', '12.8233', '12.8233', '16.0000', '16.0000', '19.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16120, '2023-01-21', 3592, 14504, 4828, 15764, '3.0000', '2.2500', '2.2500', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16121, '2023-01-21', 2487, 14505, 4829, 14546, '2.0000', '0.5600', '0.5600', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16122, '2023-01-21', 2534, 14506, 4830, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16123, '2023-01-21', 2902, 14507, 4831, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '17.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16124, '2023-01-21', 3060, 14508, 4832, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16125, '2023-01-21', 2822, 14509, 4833, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16126, '2023-01-21', 2552, 14510, 4834, 19012, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16127, '2023-01-21', 2952, 14511, 4835, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16128, '2023-01-21', 2653, 14512, 4835, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '52.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16129, '2023-01-21', 2653, 14513, 4836, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '50.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16130, '2023-01-21', 3840, 14514, 4837, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '36.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16131, '2023-01-21', 2645, 14515, 4838, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16132, '2023-01-21', 3172, 14516, 4838, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '64.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16133, '2023-01-21', 2645, 14517, 4839, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16134, '2023-01-21', 2552, 14518, 4839, 24493, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16135, '2023-01-21', 3646, 14519, 4840, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16136, '2023-01-21', 2645, 14520, 4840, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16137, '2023-01-21', 2713, 14521, 4840, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16138, '2023-01-21', 2644, 14522, 4841, 20006, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16139, '2023-01-22', 2901, 14523, 4842, 23953, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 408, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16140, '2023-01-22', 2645, 14524, 4843, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16141, '2023-01-22', 2646, 14525, 4844, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16142, '2023-01-22', 2952, 14526, 4844, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16143, '2023-01-22', 2699, 14527, 4845, 22792, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16144, '2023-01-22', 3080, 14528, 4846, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '37.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16145, '2023-01-22', 2713, 14529, 4846, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16146, '2023-01-22', 3646, 14530, 4847, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16147, '2023-01-22', 2916, 14531, 4848, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '8.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16148, '2023-01-22', 3609, 14532, 4849, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '96.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16149, '2023-01-22', 2713, 14533, 4850, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16150, '2023-01-22', 2790, 14534, 4851, 24013, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16151, '2023-01-22', 3172, 14535, 4851, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16152, '2023-01-22', 3609, 14536, 4852, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '94.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16153, '2023-01-22', 2678, 14537, 4853, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16154, '2023-01-22', 2982, 14538, 4854, 22840, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16155, '2023-01-22', 2599, 14539, 4855, 3894, '7.0000', '2.1000', '2.1000', '8.5000', '8.5000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16156, '2023-01-22', 2660, 14540, 4856, 19638, '1.0000', '2.5750', '2.5750', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16157, '2023-01-22', 2711, 14541, 4856, 22883, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16158, '2023-01-22', 2935, 14542, 4856, 24027, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16159, '2023-01-22', 3778, 14543, 4856, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16160, '2023-01-22', 2710, 14544, 4857, 22884, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16161, '2023-01-22', 3483, 14545, 4857, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '246.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16162, '2023-01-22', 2647, 14546, 4858, 23984, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16163, '2023-01-22', 2790, 14547, 4858, 24013, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16164, '2023-01-22', 2699, 14548, 4859, 22792, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16165, '2023-01-22', 2704, 14549, 4860, 3999, '4.0000', '0.1000', '0.1000', '0.5000', '0.5000', '47.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16166, '2023-01-22', 2982, 14550, 4861, 22840, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16167, '2023-01-22', 3060, 14551, 4862, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16168, '2023-01-22', 2996, 14552, 4863, 4291, '1.0000', '7.8500', '7.8500', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16169, '2023-01-22', 3062, 14553, 4864, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '18.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16170, '2023-01-22', 2982, 14554, 4865, 22840, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16171, '2023-01-22', 2982, 14555, 4866, 22840, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16172, '2023-01-22', 3311, 14556, 4866, 15751, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16173, '2023-01-22', 3311, 14556, 4866, 16780, '-3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16174, '2023-01-22', 3311, 14556, 4866, 18277, '-2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16175, '2023-01-22', 3311, 14556, 4866, 19392, '-2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16176, '2023-01-22', 3311, 14556, 4866, 20487, '8.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16177, '2023-01-22', 3048, 14557, 4867, 18505, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16178, '2023-01-22', 3483, 14558, 4867, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '242.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16179, '2023-01-22', 3632, 14559, 4868, 14556, '4.0000', '0.1766', '0.1766', '0.5000', '0.5000', '62.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16180, '2023-01-22', 2791, 14560, 4869, 14986, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16181, '2023-01-22', 3600, 14561, 4870, 14494, '2.0000', '2.2917', '2.2917', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16182, '2023-01-22', 2651, 14562, 4871, 18093, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16183, '2023-01-22', 2651, 14562, 4871, 19204, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16184, '2023-01-22', 2651, 14562, 4871, 22869, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16185, '2023-01-22', 2822, 14563, 4872, 15702, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16186, '2023-01-22', 2891, 14564, 4873, 22889, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16187, '2023-01-22', 2646, 14565, 4873, 23985, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16188, '2023-01-22', 2936, 14566, 4873, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '31.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16189, '2023-01-22', 2534, 14567, 4874, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16190, '2023-01-22', 2902, 14568, 4875, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '15.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16191, '2023-01-22', 2645, 14569, 4876, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16192, '2023-01-22', 3060, 14570, 4877, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16193, '2023-01-22', 2650, 14571, 4878, 18547, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16194, '2023-01-22', 3824, 14572, 4878, 22862, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16195, '2023-01-22', 2634, 14573, 4878, 4700, '1.0000', '2.9167', '2.9167', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16196, '2023-01-22', 3085, 14574, 4879, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16197, '2023-01-22', 2919, 14575, 4880, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16198, '2023-01-22', 3062, 14576, 4881, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '17.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16199, '2023-01-22', 2644, 14577, 4881, 20006, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16200, '2023-01-22', 2644, 14577, 4881, 21054, '-45.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16201, '2023-01-22', 2644, 14577, 4881, 22102, '45.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16202, '2023-01-22', 2644, 14577, 4881, 22875, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16203, '2023-01-22', 2951, 14578, 4881, 22794, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '41.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16204, '2023-01-22', 2822, 14579, 4882, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16205, '2023-01-22', 2644, 14580, 4883, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '43.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16206, '2023-01-22', 2982, 14581, 4884, 22840, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16207, '2023-01-23', 3017, 14582, 4885, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16208, '2023-01-23', 2952, 14583, 4885, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16209, '2023-01-23', 2644, 14584, 4885, 22875, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16210, '2023-01-23', 3187, 14585, 4886, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '6.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16211, '2023-01-23', 3172, 14586, 4887, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '60.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16212, '2023-01-23', 2835, 14587, 4887, 6754, '-6.0000', '13.0000', '13.0000', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16213, '2023-01-23', 2835, 14587, 4887, 8678, '7.0000', '13.0000', '13.0000', '16.0000', '16.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16214, '2023-01-23', 2727, 14588, 4887, 17425, '2.0000', '20.0000', '20.0000', '40.0000', '40.0000', '11.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16215, '2023-01-23', 3267, 14589, 4887, 4562, '2.0000', '33.0900', '33.0900', '45.0000', '45.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16216, '2023-01-23', 3142, 14590, 4887, 5102, '3.0000', '8.3900', '8.3900', '12.0000', '12.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16217, '2023-01-23', 2916, 14591, 4887, 23955, '2.0000', '35.4783', '35.4783', '52.0000', '52.0000', '6.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16218, '2023-01-23', 3123, 14592, 4888, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16219, '2023-01-23', 3772, 14593, 4889, 27235, '5.0000', '0.8458', '0.8458', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16220, '2023-01-23', 3172, 14594, 4889, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16221, '2023-01-23', 3743, 14595, 4889, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16222, '2023-01-23', 2950, 14596, 4889, 22866, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16223, '2023-01-23', 3580, 14597, 4889, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16224, '2023-01-23', 3223, 14598, 4889, 7912, '1.0000', '1.4200', '1.4200', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16225, '2023-01-23', 3223, 14598, 4889, 8873, '-7.0000', '1.4200', '1.4200', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16226, '2023-01-23', 3223, 14598, 4889, 14535, '8.0000', '1.4167', '1.4167', '2.0000', '2.0000', '52.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16227, '2023-01-23', 3623, 14599, 4889, 14539, '3.0000', '3.3333', '3.3333', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16228, '2023-01-23', 3048, 14600, 4890, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16229, '2023-01-23', 3580, 14601, 4890, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16230, '2023-01-23', 3172, 14602, 4890, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16231, '2023-01-23', 2935, 14603, 4891, 24027, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16232, '2023-01-23', 3483, 14604, 4891, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '240.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16233, '2023-01-23', 3609, 14605, 4891, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '93.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16234, '2023-01-23', 3212, 14606, 4891, 19831, '-1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16235, '2023-01-23', 3212, 14606, 4891, 20879, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16236, '2023-01-23', 3212, 14606, 4891, 21927, '-1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16237, '2023-01-23', 3212, 14606, 4891, 23084, '-1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16238, '2023-01-23', 3212, 14606, 4891, 24218, '-1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16239, '2023-01-23', 3212, 14606, 4891, 25285, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16240, '2023-01-23', 3212, 14606, 4891, 26352, '3.0000', '3.4167', '3.4167', '6.0000', '6.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16241, '2023-01-23', 3483, 14607, 4892, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '237.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16242, '2023-01-23', 3074, 14608, 4892, 22857, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16243, '2023-01-23', 2873, 14609, 4892, 22826, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16244, '2023-01-23', 3086, 14610, 4892, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16245, '2023-01-23', 2713, 14611, 4892, 23981, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16246, '2023-01-23', 3048, 14612, 4892, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16247, '2023-01-23', 3609, 14613, 4893, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '92.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16248, '2023-01-23', 2775, 14614, 4894, 4070, '2.0000', '11.1700', '11.1700', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16249, '2023-01-23', 2644, 14615, 4895, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16250, '2023-01-23', 3212, 14616, 4895, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16251, '2023-01-23', 3483, 14617, 4895, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '234.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16252, '2023-01-23', 3060, 14618, 4895, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16253, '2023-01-23', 2713, 14619, 4896, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16254, '2023-01-23', 3120, 14620, 4896, 24016, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16255, '2023-01-23', 3187, 14621, 4896, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '5.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16256, '2023-01-23', 2789, 14622, 4896, 23978, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16257, '2023-01-23', 3120, 14623, 4897, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16258, '2023-01-23', 3123, 14624, 4898, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16259, '2023-01-23', 3483, 14625, 4899, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '233.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16260, '2023-01-23', 2653, 14626, 4899, 22847, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16261, '2023-01-23', 3840, 14627, 4899, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '35.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16262, '2023-01-23', 2950, 14628, 4899, 24000, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16263, '2023-01-23', 3609, 14629, 4899, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '91.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16264, '2023-01-23', 2517, 14630, 4900, 23023, '-1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16265, '2023-01-23', 2517, 14630, 4900, 24157, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16266, '2023-01-23', 2517, 14630, 4900, 25224, '-1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16267, '2023-01-23', 2517, 14630, 4900, 26291, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16268, '2023-01-23', 2517, 14630, 4900, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '20.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16269, '2023-01-23', 2930, 14631, 4900, 18524, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16270, '2023-01-23', 2648, 14632, 4900, 22872, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16271, '2023-01-23', 2648, 14632, 4900, 23260, '-1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16272, '2023-01-23', 2648, 14632, 4900, 27253, '5.0000', '7.5783', '7.5783', '10.0000', '10.0000', '43.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16273, '2023-01-23', 2977, 14633, 4901, 15691, '1.0000', '11.7483', '11.7483', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16274, '2023-01-23', 2901, 14634, 4902, 23999, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 418, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16275, '2023-01-23', 2922, 14635, 4903, 24021, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16276, '2023-01-23', 3060, 14636, 4904, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16277, '2023-01-23', 3048, 14637, 4904, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16278, '2023-01-23', 2720, 14638, 4905, 4015, '2.0000', '13.7000', '13.7000', '19.0000', '19.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16279, '2023-01-23', 2720, 14638, 4905, 5890, '5.0000', '13.7000', '13.7000', '19.0000', '19.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16280, '2023-01-23', 3262, 14639, 4905, 10020, '3.0000', '4.8700', '4.8700', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16281, '2023-01-23', 2719, 14640, 4905, 10010, '5.0000', '0.8500', '0.8500', '2.0000', '2.0000', '64.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16282, '2023-01-23', 2699, 14641, 4905, 22792, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16283, '2023-01-23', 2472, 14642, 4905, 3767, '5.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16284, '2023-01-23', 3294, 14643, 4905, 4589, '10.0000', '0.1100', '0.1100', '0.7500', '0.7500', '382.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16285, '2023-01-23', 2490, 14644, 4905, 3785, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16286, '2023-01-23', 3831, 14645, 4905, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16287, '2023-01-23', 3620, 14646, 4906, 14534, '1.0000', '1.4166', '1.4166', '2.0000', '2.0000', '35.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16288, '2023-01-23', 3015, 14647, 4906, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16289, '2023-01-23', 3212, 14648, 4906, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16290, '2023-01-23', 2712, 14649, 4906, 27248, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16291, '2023-01-23', 3483, 14650, 4906, 19640, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '228.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16292, '2023-01-23', 2901, 14651, 4907, 23999, '2.0000', '14.3077', '14.3077', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 418, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16293, '2023-01-23', 2644, 14652, 4908, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16294, '2023-01-23', 2901, 14653, 4909, 23999, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 418, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16295, '2023-01-23', 3085, 14654, 4910, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16296, '2023-01-23', 3120, 14655, 4911, 24016, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16297, '2023-01-23', 3048, 14656, 4911, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16298, '2023-01-23', 3060, 14657, 4911, 24004, '2.0000', '6.7025', '6.7025', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16299, '2023-01-23', 2534, 14658, 4912, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16300, '2023-01-23', 3212, 14659, 4912, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16301, '2023-01-23', 2956, 14660, 4912, 4251, '1.0000', '7.0000', '7.0000', '8.5000', '8.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16302, '2023-01-23', 2650, 14661, 4913, 18547, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16303, '2023-01-23', 2918, 14662, 4914, 13292, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16304, '2023-01-23', 2500, 14663, 4915, 19619, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16305, '2023-01-23', 3483, 14664, 4916, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '224.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16306, '2023-01-23', 3553, 14665, 4917, 19630, '2.0000', '2.4265', '2.4265', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16307, '2023-01-23', 2646, 14666, 4918, 24400, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16308, '2023-01-23', 2646, 14666, 4918, 25467, '-1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16309, '2023-01-23', 2646, 14666, 4918, 26534, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16310, '2023-01-23', 2646, 14666, 4918, 27254, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16311, '2023-01-23', 2645, 14667, 4919, 27231, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16312, '2023-01-23', 2927, 14668, 4920, 24022, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '38.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16313, '2023-01-23', 2921, 14669, 4920, 17408, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16314, '2023-01-23', 2920, 14670, 4920, 24019, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '18.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16315, '2023-01-23', 2646, 14671, 4921, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '45.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16316, '2023-01-23', 3048, 14672, 4921, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16317, '2023-01-23', 2645, 14673, 4922, 27231, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16318, '2023-01-23', 3085, 14674, 4922, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16319, '2023-01-23', 2645, 14675, 4923, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16320, '2023-01-23', 3646, 14676, 4924, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16321, '2023-01-23', 2790, 14677, 4925, 24013, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16322, '2023-01-23', 2645, 14678, 4926, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16323, '2023-01-23', 2708, 14679, 4927, 4003, '2.0000', '8.0000', '8.0000', '11.0000', '11.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16324, '2023-01-23', 2646, 14680, 4928, 27254, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '44.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16325, '2023-01-23', 2645, 14681, 4929, 27231, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 430, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16326, '2023-01-23', 3060, 14682, 4930, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16327, '2023-01-23', 3772, 14683, 4930, 27235, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16328, '2023-01-23', 2653, 14684, 4931, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16329, '2023-01-23', 3580, 14685, 4932, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16330, '2023-01-23', 3824, 14686, 4932, 22862, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16331, '2023-01-23', 3187, 14687, 4933, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '3.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16332, '2023-01-23', 2653, 14688, 4934, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16333, '2023-01-23', 2645, 14689, 4935, 27251, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16334, '2023-01-23', 2713, 14690, 4936, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16335, '2023-01-23', 3123, 14691, 4937, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16336, '2023-01-23', 3786, 14692, 4937, 18543, '1.0000', '1.9167', '1.9167', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16337, '2023-01-23', 2653, 14693, 4938, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16338, '2023-01-23', 3836, 14694, 4939, 23992, '3.0000', '0.3000', '0.3000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16339, '2023-01-23', 3080, 14695, 4939, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '36.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16340, '2023-01-23', 2676, 14696, 4939, 21932, '1.0000', '34.5300', '34.5300', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16341, '2023-01-23', 2699, 14697, 4939, 22792, '7.0000', '6.6000', '6.6000', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16342, '2023-01-23', 2594, 14698, 4939, 3889, '20.0000', '9.5400', '9.5400', '12.5000', '12.5000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16343, '2023-01-23', 2597, 14699, 4939, 3892, '20.0000', '6.1000', '6.1000', '8.5000', '8.5000', '49.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16344, '2023-01-23', 2671, 14700, 4940, 3966, '1.0000', '16.9700', '16.9700', '27.0000', '27.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16345, '2023-01-23', 2490, 14701, 4940, 3785, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16346, '2023-01-23', 2720, 14702, 4940, 5890, '4.0000', '13.7000', '13.7000', '19.0000', '19.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16347, '2023-01-23', 3080, 14703, 4941, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '35.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16348, '2023-01-23', 3179, 14704, 4941, 4474, '1.0000', '9.9000', '9.9000', '14.0000', '14.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16349, '2023-01-23', 3473, 14705, 4941, 4692, '1.0000', '21.4900', '21.4900', '30.0000', '30.0000', '51.0000', 1, 0, NULL, 25, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16350, '2023-01-23', 3239, 14706, 4941, 10031, '1.0000', '0.6000', '0.6000', '2.5000', '2.5000', '64.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16351, '2023-01-23', 3293, 14707, 4942, 4588, '25.0000', '0.1400', '0.1400', '0.5000', '0.5000', '540.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16352, '2023-01-23', 3254, 14708, 4942, 4549, '15.0000', '0.0800', '0.0800', '0.5000', '0.5000', '159.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16353, '2023-01-23', 2719, 14709, 4942, 10010, '1.0000', '0.8500', '0.8500', '2.0000', '2.0000', '63.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16354, '2023-01-23', 2490, 14710, 4942, 3785, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16355, '2023-01-23', 2479, 14711, 4942, 3774, '1.0000', '4.5900', '4.5900', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16356, '2023-01-23', 2646, 14712, 4943, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '42.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16357, '2023-01-23', 2495, 14713, 4944, 3790, '1.0000', '1.6100', '1.6100', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16358, '2023-01-23', 3129, 14714, 4944, 4424, '1.0000', '6.0000', '6.0000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16359, '2023-01-23', 2716, 14715, 4944, 5887, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '56.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16360, '2023-01-23', 2746, 14716, 4944, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16361, '2023-01-23', 2952, 14717, 4945, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16362, '2023-01-23', 3172, 14718, 4945, 4467, '-1.0000', '3.5300', '3.5300', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16363, '2023-01-23', 3172, 14718, 4945, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16364, '2023-01-23', 3101, 14719, 4946, 4396, '1.0000', '6.8700', '6.8700', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16365, '2023-01-23', 2646, 14720, 4947, 27254, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16366, '2023-01-23', 2653, 14721, 4948, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16367, '2023-01-23', 2653, 14722, 4949, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16368, '2023-01-23', 2646, 14723, 4950, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16369, '2023-01-23', 3172, 14724, 4951, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16370, '2023-01-23', 2822, 14725, 4952, 15702, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16371, '2023-01-23', 3483, 14726, 4952, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '223.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16372, '2023-01-23', 2822, 14727, 4953, 15702, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16373, '2023-01-23', 3483, 14728, 4953, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '222.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16374, '2023-01-23', 2653, 14729, 4954, 22847, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16375, '2023-01-23', 2653, 14730, 4955, 22847, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16376, '2023-01-23', 2822, 14731, 4956, 15702, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16377, '2023-01-23', 2653, 14732, 4957, 22847, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16378, '2023-01-23', 2918, 14733, 4958, 13292, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16379, '2023-01-23', 2645, 14734, 4959, 27251, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16380, '2023-01-23', 2930, 14735, 4960, 18524, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16381, '2023-01-23', 2650, 14736, 4961, 18547, '4.0000', '4.5833', '4.5833', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16382, '2023-01-23', 2653, 14737, 4962, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16383, '2023-01-23', 2713, 14738, 4963, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16384, '2023-01-23', 3060, 14739, 4964, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16385, '2023-01-23', 2650, 14740, 4965, 18547, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16386, '2023-01-23', 2822, 14741, 4966, 15702, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16387, '2023-01-23', 2653, 14742, 4967, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16388, '2023-01-23', 3048, 14743, 4967, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16389, '2023-01-23', 2651, 14744, 4968, 22869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16390, '2023-01-23', 3646, 14745, 4969, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16391, '2023-01-23', 2653, 14746, 4970, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16392, '2023-01-23', 3825, 14747, 4970, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16393, '2023-01-23', 2485, 14748, 4970, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '3.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16394, '2023-01-23', 3608, 14749, 4971, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '53.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16395, '2023-01-23', 2651, 14750, 4972, 22869, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16396, '2023-01-23', 2653, 14751, 4973, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16397, '2023-01-24', 3840, 14752, 4974, 24012, '4.0000', '2.5417', '2.5417', '3.5000', '3.5000', '31.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16398, '2023-01-24', 2712, 14753, 4974, 27248, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16399, '2023-01-24', 2710, 14754, 4974, 22884, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16400, '2023-01-24', 3602, 14755, 4975, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16401, '2023-01-24', 2919, 14756, 4975, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16402, '2023-01-24', 3622, 14757, 4975, 14538, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16403, '2023-01-24', 3623, 14758, 4975, 14539, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16404, '2023-01-24', 2653, 14759, 4976, 22847, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16405, '2023-01-24', 2949, 14760, 4977, 22864, '2.0000', '6.6700', '6.6700', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16406, '2023-01-24', 2982, 14761, 4978, 22840, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16407, '2023-01-24', 2864, 14762, 4978, 22891, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16408, '2023-01-24', 2713, 14763, 4979, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16409, '2023-01-24', 3772, 14764, 4979, 27235, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16410, '2023-01-24', 3840, 14765, 4980, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '30.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16411, '2023-01-24', 3123, 14766, 4981, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16412, '2023-01-24', 2534, 14767, 4981, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16413, '2023-01-24', 3138, 14768, 4982, 4433, '3.0000', '2.7100', '2.7100', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16414, '2023-01-24', 3121, 14769, 4983, 19634, '1.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16415, '2023-01-24', 2960, 14770, 4983, 5040, '0.5000', '9.5000', '9.5000', '12.0000', '12.0000', '12.5000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16416, '2023-01-24', 2921, 14771, 4983, 17408, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16417, '2023-01-24', 2902, 14772, 4984, 18517, '3.0000', '6.3656', '6.3656', '9.0000', '9.0000', '12.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16418, '2023-01-24', 2890, 14773, 4985, 15749, '1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16419, '2023-01-24', 3841, 14774, 4986, 24028, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16420, '2023-01-24', 3102, 14775, 4986, 4397, '1.0000', '13.7300', '13.7300', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16421, '2023-01-24', 2919, 14776, 4987, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16422, '2023-01-24', 2935, 14777, 4987, 24027, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16423, '2023-01-24', 3187, 14778, 4988, 18534, '2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '1.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16424, '2023-01-24', 2982, 14779, 4989, 22840, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16425, '2023-01-24', 3840, 14780, 4990, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '29.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16426, '2023-01-24', 3061, 14781, 4991, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16427, '2023-01-24', 3060, 14782, 4991, 24004, '2.0000', '6.7025', '6.7025', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16428, '2023-01-24', 3048, 14783, 4991, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16429, '2023-01-24', 3123, 14784, 4992, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16430, '2023-01-24', 2653, 14785, 4992, 22847, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16431, '2023-01-24', 2791, 14786, 4993, 14986, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16432, '2023-01-24', 2893, 14787, 4993, 22861, '1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16433, '2023-01-24', 2661, 14788, 4993, 19632, '1.0000', '0.2490', '0.2490', '0.5000', '0.5000', '10.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16434, '2023-01-24', 2713, 14789, 4994, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16435, '2023-01-24', 2926, 14790, 4995, 5398, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16436, '2023-01-24', 2712, 14791, 4996, 27248, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16437, '2023-01-24', 2500, 14792, 4996, 22835, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16438, '2023-01-24', 2901, 14793, 4997, 23999, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 418, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16439, '2023-01-24', 3231, 14794, 4998, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16440, '2023-01-24', 2936, 14795, 4999, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16441, '2023-01-24', 2927, 14796, 4999, 24022, '6.0000', '1.8750', '1.8750', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16442, '2023-01-24', 2927, 14797, 5000, 24022, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '31.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16443, '2023-01-24', 2936, 14798, 5001, 24024, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16444, '2023-01-24', 2936, 14799, 5002, 24024, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16445, '2023-01-24', 2936, 14800, 5003, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '25.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16446, '2023-01-24', 3060, 14801, 5004, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16447, '2023-01-24', 2644, 14802, 5005, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16448, '2023-01-24', 2650, 14803, 5006, 18547, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16449, '2023-01-24', 3623, 14804, 5007, 14539, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16450, '2023-01-24', 2921, 14805, 5008, 17408, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16451, '2023-01-24', 2499, 14806, 5009, 24007, '3.0000', '8.5200', '8.5200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16452, '2023-01-24', 2712, 14807, 5010, 27248, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16453, '2023-01-24', 2711, 14808, 5011, 22883, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16454, '2023-01-24', 2893, 14809, 5012, 23617, '-1.0000', '1.6667', '1.6667', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16455, '2023-01-24', 2893, 14809, 5012, 27286, '3.0000', '1.7500', '1.7500', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16456, '2023-01-24', 3048, 14810, 5012, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16457, '2023-01-24', 3778, 14811, 5012, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16458, '2023-01-24', 3085, 14812, 5012, 19622, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16459, '2023-01-24', 3824, 14813, 5012, 22862, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16460, '2023-01-24', 3172, 14814, 5012, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '54.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16461, '2023-01-24', 2951, 14815, 5012, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '40.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16462, '2023-01-24', 3182, 14816, 5013, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '12.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16463, '2023-01-24', 2916, 14817, 5014, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '5.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16464, '2023-01-24', 2699, 14818, 5014, 22792, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16465, '2023-01-24', 2698, 14819, 5014, 22898, '10.0000', '6.6000', '6.6000', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16466, '2023-01-24', 2612, 14820, 5014, 9880, '6.0000', '4.6000', '4.6000', '9.0000', '9.0000', '27.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16467, '2023-01-24', 2715, 14821, 5014, 4010, '6.0000', '8.2400', '8.2400', '35.0000', '35.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16468, '2023-01-24', 3267, 14822, 5014, 4562, '5.0000', '33.0900', '33.0900', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16469, '2023-01-24', 3235, 14823, 5014, 17434, '1.0000', '88.2500', '88.2500', '105.0000', '105.0000', '9.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16470, '2023-01-24', 3233, 14824, 5015, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '13.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16471, '2023-01-24', 3266, 14825, 5015, 4561, '1.0000', '1.0100', '1.0100', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16472, '2023-01-24', 3141, 14826, 5015, 4436, '1.0000', '0.8900', '0.8900', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16473, '2023-01-24', 2708, 14827, 5015, 4003, '5.0000', '8.0000', '8.0000', '11.0000', '11.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16474, '2023-01-24', 2920, 14828, 5016, 24019, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '17.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16475, '2023-01-24', 3062, 14829, 5017, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '16.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16476, '2023-01-24', 3061, 14830, 5017, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16477, '2023-01-24', 2534, 14831, 5018, 22867, '4.0000', '4.0417', '4.0417', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16478, '2023-01-24', 3482, 14832, 5019, 19639, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16479, '2023-01-24', 2500, 14833, 5019, 22835, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16480, '2023-01-24', 2936, 14834, 5019, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '24.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16481, '2023-01-24', 2935, 14835, 5019, 24027, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16482, '2023-01-24', 2918, 14836, 5019, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16483, '2023-01-24', 2919, 14837, 5019, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16484, '2023-01-24', 2901, 14838, 5020, 23999, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 418, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16485, '2023-01-24', 2699, 14839, 5021, 22792, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16486, '2023-01-24', 2713, 14840, 5022, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16487, '2023-01-24', 3482, 14841, 5022, 19639, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16488, '2023-01-24', 2507, 14842, 5022, 18934, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16489, '2023-01-24', 2500, 14843, 5022, 22835, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16490, '2023-01-24', 2646, 14844, 5023, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '37.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16491, '2023-01-24', 3114, 14845, 5024, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16492, '2023-01-24', 2893, 14846, 5024, 27286, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16493, '2023-01-24', 3017, 14847, 5025, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16494, '2023-01-24', 2646, 14848, 5025, 27254, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16495, '2023-01-24', 3172, 14849, 5026, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '53.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16496, '2023-01-24', 2646, 14850, 5027, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16497, '2023-01-24', 3060, 14851, 5028, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16498, '2023-01-24', 2902, 14852, 5029, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16499, '2023-01-24', 2646, 14853, 5029, 27254, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16500, '2023-01-24', 2902, 14854, 5030, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16501, '2023-01-24', 3852, 14855, 5030, 27283, '2.0000', '4.7500', '4.7500', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16502, '2023-01-24', 2650, 14856, 5030, 18547, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16503, '2023-01-24', 2645, 14857, 5031, 27251, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16504, '2023-01-24', 3772, 14858, 5032, 27235, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16505, '2023-01-24', 3772, 14858, 5032, 27267, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16506, '2023-01-24', 2504, 14859, 5033, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16507, '2023-01-24', 2893, 14860, 5033, 27286, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16508, '2023-01-24', 3060, 14861, 5034, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16509, '2023-01-24', 3017, 14862, 5035, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16510, '2023-01-24', 3085, 14863, 5035, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16511, '2023-01-25', 2916, 14864, 5036, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '4.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16512, '2023-01-25', 2661, 14865, 5037, 19632, '4.0000', '0.2490', '0.2490', '0.5000', '0.5000', '6.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16513, '2023-01-25', 3182, 14866, 5037, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '11.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16514, '2023-01-25', 3772, 14867, 5037, 27267, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16515, '2023-01-25', 3182, 14868, 5038, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '10.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16516, '2023-01-25', 3772, 14869, 5038, 27267, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16517, '2023-01-25', 2661, 14870, 5038, 19632, '1.0000', '0.2490', '0.2490', '0.5000', '0.5000', '5.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16518, '2023-01-25', 3120, 14871, 5039, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16519, '2023-01-25', 2893, 14872, 5039, 27286, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16520, '2023-01-25', 3778, 14873, 5039, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16521, '2023-01-25', 3120, 14874, 5040, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16522, '2023-01-25', 3172, 14875, 5040, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16523, '2023-01-25', 3772, 14876, 5041, 27267, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16524, '2023-01-25', 3120, 14877, 5042, 24016, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16525, '2023-01-25', 3120, 14877, 5042, 24407, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16526, '2023-01-25', 2893, 14878, 5043, 27286, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16527, '2023-01-25', 3074, 14879, 5044, 23391, '-5.0000', '1.7083', '1.7083', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16528, '2023-01-25', 3074, 14879, 5044, 27238, '6.0000', '1.7083', '1.7083', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16529, '2023-01-25', 2661, 14880, 5044, 19632, '2.0000', '0.2490', '0.2490', '0.5000', '0.5000', '3.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16530, '2023-01-25', 3623, 14881, 5045, 14539, '1.0000', '3.3333', '3.3333', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16531, '2023-01-25', 3223, 14882, 5045, 14535, '2.0000', '1.4167', '1.4167', '2.0000', '2.0000', '50.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16532, '2023-01-25', 2891, 14883, 5045, 4186, '-1.0000', '5.1000', '5.1000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16533, '2023-01-25', 2891, 14883, 5045, 22889, '2.0000', '5.1000', '5.1000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16534, '2023-01-25', 2661, 14884, 5045, 19632, '1.0000', '0.2490', '0.2490', '0.5000', '0.5000', '2.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16535, '2023-01-25', 3772, 14885, 5045, 27267, '4.0000', '0.8000', '0.8000', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16536, '2023-01-25', 3620, 14886, 5045, 14534, '2.0000', '1.4166', '1.4166', '2.0000', '2.0000', '33.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16537, '2023-01-25', 3840, 14887, 5046, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '28.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16538, '2023-01-25', 3644, 14888, 5046, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16539, '2023-01-25', 2514, 14889, 5046, 3809, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16540, '2023-01-25', 3482, 14890, 5046, 19639, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16541, '2023-01-25', 2713, 14891, 5046, 23981, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16542, '2023-01-25', 3483, 14892, 5047, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '220.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16543, '2023-01-25', 3553, 14893, 5047, 19630, '1.0000', '2.4265', '2.4265', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16544, '2023-01-25', 2982, 14894, 5048, 22868, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16545, '2023-01-25', 2714, 14895, 5049, 5100, '2.0000', '4.7300', '4.7300', '17.0000', '17.0000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16546, '2023-01-25', 2699, 14896, 5050, 22792, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16547, '2023-01-25', 2766, 14897, 5051, 4061, '3.0000', '1.3000', '1.3000', '2.0000', '2.0000', '243.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16548, '2023-01-25', 2950, 14898, 5052, 24000, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16549, '2023-01-25', 2926, 14899, 5053, 5398, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16550, '2023-01-25', 2936, 14900, 5053, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16551, '2023-01-25', 3825, 14901, 5053, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16552, '2023-01-25', 2982, 14902, 5054, 22868, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16553, '2023-01-25', 3301, 14903, 5055, 4596, '6.0000', '0.4000', '0.4000', '0.7500', '0.7500', '1106.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16554, '2023-01-25', 2713, 14904, 5056, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16555, '2023-01-25', 3482, 14905, 5056, 23342, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16556, '2023-01-25', 2713, 14906, 5057, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16557, '2023-01-25', 3048, 14907, 5057, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16558, '2023-01-25', 2645, 14908, 5058, 27251, '8.0000', '8.3496', '8.3496', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16559, '2023-01-25', 3483, 14909, 5059, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '219.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16560, '2023-01-25', 2902, 14910, 5059, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16561, '2023-01-25', 2653, 14911, 5060, 22847, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16562, '2023-01-25', 3343, 14912, 5061, 18498, '1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16563, '2023-01-25', 2645, 14913, 5062, 27251, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16564, '2023-01-25', 3062, 14914, 5063, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '15.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16565, '2023-01-25', 3114, 14915, 5064, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16566, '2023-01-25', 2712, 14916, 5065, 27248, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16567, '2023-01-25', 2645, 14917, 5066, 27251, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16568, '2023-01-25', 3085, 14918, 5067, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16569, '2023-01-25', 2570, 14919, 5068, 3865, '1.0000', '11.8900', '11.8900', '19.0000', '19.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16570, '2023-01-25', 2504, 14920, 5069, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16571, '2023-01-25', 3060, 14921, 5070, 24004, '2.0000', '6.7025', '6.7025', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16572, '2023-01-25', 2710, 14922, 5070, 22884, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16573, '2023-01-25', 3212, 14923, 5071, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16574, '2023-01-25', 2507, 14924, 5071, 20022, '-1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16575, '2023-01-25', 2507, 14924, 5071, 21070, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16576, '2023-01-25', 2507, 14924, 5071, 22118, '-1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16577, '2023-01-25', 2507, 14924, 5071, 27257, '3.0000', '4.8333', '4.8333', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16578, '2023-01-25', 3120, 14925, 5071, 24407, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16579, '2023-01-25', 2504, 14926, 5072, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16580, '2023-01-25', 3314, 14927, 5072, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16581, '2023-01-25', 3483, 14928, 5073, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '215.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16582, '2023-01-25', 2713, 14929, 5073, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16583, '2023-01-25', 2534, 14930, 5073, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16584, '2023-01-25', 2661, 14931, 5074, 19632, '2.0000', '0.2490', '0.2490', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16585, '2023-01-25', 2644, 14932, 5075, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16586, '2023-01-25', 3538, 14933, 5076, 5270, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16587, '2023-01-25', 2864, 14934, 5077, 22891, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16588, '2023-01-25', 2921, 14935, 5078, 17408, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16589, '2023-01-25', 2930, 14936, 5078, 18524, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16590, '2023-01-25', 2919, 14937, 5078, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16591, '2023-01-25', 3483, 14938, 5078, 19640, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '210.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16592, '2023-01-25', 3778, 14939, 5078, 18489, '3.0000', '0.3000', '0.3000', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16593, '2023-01-25', 2645, 14940, 5079, 27251, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16594, '2023-01-25', 2645, 14940, 5079, 27288, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16595, '2023-01-25', 2645, 14941, 5080, 27288, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16596, '2023-01-25', 2645, 14942, 5081, 27288, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16597, '2023-01-25', 2645, 14943, 5082, 27288, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16598, '2023-01-25', 2642, 14944, 5083, 27293, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16599, '2023-01-25', 3165, 14945, 5084, 24002, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16600, '2023-01-25', 2982, 14946, 5084, 22868, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16601, '2023-01-25', 3172, 14947, 5085, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16602, '2023-01-25', 3085, 14948, 5085, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16603, '2023-01-25', 2504, 14949, 5086, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16604, '2023-01-25', 3085, 14950, 5086, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16605, '2023-01-25', 2647, 14951, 5087, 23984, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16606, '2023-01-25', 3172, 14952, 5088, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16607, '2023-01-25', 3482, 14953, 5089, 23342, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16608, '2023-01-25', 2713, 14954, 5090, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16609, '2023-01-25', 2661, 14955, 5091, 19795, '-12.0000', '0.2490', '0.2490', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16610, '2023-01-25', 2661, 14955, 5091, 20843, '12.0000', '0.2490', '0.2490', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16611, '2023-01-25', 2661, 14955, 5091, 21891, '-12.0000', '0.2490', '0.2490', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16612, '2023-01-25', 2661, 14955, 5091, 23045, '1.0000', '0.2490', '0.2490', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16613, '2023-01-25', 2661, 14955, 5091, 27285, '13.0000', '0.2817', '0.2817', '0.5000', '0.5000', '47.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16614, '2023-01-25', 2499, 14956, 5092, 24007, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16615, '2023-01-25', 3063, 14957, 5092, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16616, '2023-01-25', 2504, 14958, 5093, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16617, '2023-01-25', 2534, 14959, 5094, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16618, '2023-01-25', 3314, 14960, 5094, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16619, '2023-01-25', 2645, 14961, 5094, 27288, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16620, '2023-01-26', 3120, 14962, 5095, 25474, '-3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16621, '2023-01-26', 3120, 14962, 5095, 26541, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16622, '2023-01-26', 3120, 14962, 5095, 27292, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16623, '2023-01-26', 3772, 14963, 5095, 27267, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16624, '2023-01-26', 3120, 14964, 5096, 27292, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16625, '2023-01-26', 2952, 14965, 5097, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16626, '2023-01-26', 2661, 14966, 5097, 27285, '4.0000', '0.2817', '0.2817', '0.5000', '0.5000', '43.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16627, '2023-01-26', 3120, 14967, 5097, 27292, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16628, '2023-01-26', 3231, 14968, 5098, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16629, '2023-01-26', 3772, 14969, 5098, 27267, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16630, '2023-01-26', 3314, 14970, 5098, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16631, '2023-01-26', 2661, 14971, 5098, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '41.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16632, '2023-01-26', 2661, 14972, 5099, 27285, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '40.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16633, '2023-01-26', 2835, 14973, 5099, 8678, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16634, '2023-01-26', 2893, 14974, 5099, 27286, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16635, '2023-01-26', 3084, 14975, 5099, 15781, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16636, '2023-01-26', 3580, 14976, 5099, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16637, '2023-01-26', 3172, 14977, 5099, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16638, '2023-01-26', 2669, 14978, 5100, 5302, '1.0000', '14.1300', '14.1300', '20.0000', '20.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16639, '2023-01-26', 3212, 14979, 5101, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16640, '2023-01-26', 3187, 14980, 5101, 18534, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16641, '2023-01-26', 3187, 14980, 5101, 19085, '-5.0000', '0.6429', '0.6429', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16642, '2023-01-26', 3187, 14980, 5101, 23432, '-2.0000', '0.6429', '0.6429', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16643, '2023-01-26', 3187, 14980, 5101, 24568, '-1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16644, '2023-01-26', 3187, 14980, 5101, 25635, '1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16645, '2023-01-26', 3187, 14980, 5101, 26702, '-1.0000', '0.6429', '0.6429', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16646, '2023-01-26', 3187, 14980, 5101, 27234, '11.0000', '0.6964', '0.6964', '1.2500', '1.2500', '17.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16647, '2023-01-26', 2903, 14981, 5101, 14463, '3.0000', '0.8357', '0.8357', '2.0000', '2.0000', '22.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16648, '2023-01-26', 3772, 14982, 5101, 27267, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16649, '2023-01-26', 3015, 14983, 5101, 20132, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16650, '2023-01-26', 3482, 14984, 5102, 23342, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16651, '2023-01-26', 3482, 14984, 5102, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '23.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16652, '2023-01-26', 2791, 14985, 5102, 14986, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16653, '2023-01-26', 2698, 14986, 5103, 22898, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16654, '2023-01-26', 3553, 14987, 5103, 19630, '1.0000', '2.4265', '2.4265', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16655, '2023-01-26', 2897, 14988, 5103, 14551, '1.0000', '191.6633', '191.6633', '240.0000', '240.0000', '0.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16656, '2023-01-26', 3264, 14989, 5104, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '59.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16657, '2023-01-26', 2727, 14990, 5104, 17425, '1.0000', '20.0000', '20.0000', '40.0000', '40.0000', '10.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16658, '2023-01-26', 2725, 14991, 5104, 10018, '1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16659, '2023-01-26', 2680, 14992, 5104, 3975, '1.0000', '16.0400', '16.0400', '21.0000', '21.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16660, '2023-01-26', 2504, 14993, 5104, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16661, '2023-01-26', 3620, 14994, 5104, 14534, '2.0000', '1.4166', '1.4166', '2.0000', '2.0000', '31.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16662, '2023-01-26', 3145, 14995, 5104, 5054, '1.0000', '14.9600', '14.9600', '23.0000', '23.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16663, '2023-01-26', 2698, 14996, 5105, 22898, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16664, '2023-01-26', 3235, 14997, 5105, 17434, '1.0000', '88.2500', '88.2500', '105.0000', '105.0000', '8.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16665, '2023-01-26', 2725, 14998, 5105, 10018, '4.0000', '3.8700', '3.8700', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16666, '2023-01-26', 2608, 14999, 5105, 19676, '-2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16667, '2023-01-26', 2608, 14999, 5105, 20724, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16668, '2023-01-26', 2608, 14999, 5105, 21772, '-2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16669, '2023-01-26', 2608, 14999, 5105, 23975, '3.0000', '33.4700', '33.4700', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16670, '2023-01-26', 3789, 15000, 5105, 21895, '1.0000', '3.0000', '3.0000', '4.5000', '4.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16671, '2023-01-26', 3262, 15001, 5105, 10020, '2.0000', '4.8700', '4.8700', '10.0000', '10.0000', '43.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16672, '2023-01-26', 2716, 15002, 5105, 5887, '4.0000', '3.3500', '3.3500', '4.5000', '4.5000', '52.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16673, '2023-01-26', 2725, 15003, 5106, 10018, '2.0000', '3.8700', '3.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16674, '2023-01-26', 3260, 15004, 5106, 4832, '14.0000', '1.3900', '1.3900', '3.0000', '3.0000', '45.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16675, '2023-01-26', 2719, 15005, 5106, 10010, '16.0000', '0.8500', '0.8500', '2.0000', '2.0000', '47.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16676, '2023-01-26', 3348, 15006, 5106, 4643, '4.0000', '19.1500', '19.1500', '28.0000', '28.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16677, '2023-01-26', 2727, 15007, 5106, 17425, '6.0000', '20.0000', '20.0000', '40.0000', '40.0000', '4.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16678, '2023-01-26', 2722, 15008, 5106, 4017, '3.0000', '21.0100', '21.0100', '42.0000', '42.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16679, '2023-01-26', 2714, 15009, 5106, 5100, '6.0000', '4.7300', '4.7300', '17.0000', '17.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16680, '2023-01-26', 3236, 15010, 5106, 6461, '-1.0000', '148.9000', '148.9000', '175.0000', '175.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16681, '2023-01-26', 3236, 15010, 5106, 17435, '2.0000', '136.5000', '136.5000', '175.0000', '175.0000', '4.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16682, '2023-01-26', 3233, 15011, 5107, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '12.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16683, '2023-01-26', 2893, 15012, 5108, 27286, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16684, '2023-01-26', 2950, 15013, 5109, 24000, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16685, '2023-01-26', 2982, 15014, 5109, 22868, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16686, '2023-01-26', 3483, 15015, 5110, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '209.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16687, '2023-01-26', 3081, 15016, 5111, 13164, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '0.0000', 1, 0, NULL, 172, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16688, '2023-01-26', 2499, 15017, 5112, 24007, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 422, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16689, '2023-01-26', 2499, 15017, 5112, 27297, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16690, '2023-01-26', 2504, 15018, 5112, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16691, '2023-01-26', 2711, 15019, 5112, 22883, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16692, '2023-01-26', 2711, 15019, 5112, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16693, '2023-01-26', 2646, 15020, 5113, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '31.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16694, '2023-01-26', 2716, 15021, 5114, 5887, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '51.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16695, '2023-01-26', 2746, 15022, 5114, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16696, '2023-01-26', 2494, 15023, 5114, 3789, '2.0000', '1.4100', '1.4100', '3.5000', '3.5000', '74.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16697, '2023-01-26', 2902, 15024, 5115, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16698, '2023-01-26', 3840, 15025, 5115, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '27.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16699, '2023-01-26', 2661, 15026, 5116, 27285, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '39.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16700, '2023-01-26', 2711, 15027, 5116, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16701, '2023-01-26', 2552, 15028, 5116, 25560, '-1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16702, '2023-01-26', 2552, 15028, 5116, 26627, '1.0000', '0.4063', '0.4063', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16703, '2023-01-26', 2552, 15028, 5116, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '71.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16704, '2023-01-26', 2504, 15029, 5117, 22877, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16705, '2023-01-26', 2926, 15030, 5117, 5398, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16706, '2023-01-26', 2642, 15031, 5118, 27293, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16707, '2023-01-26', 3483, 15032, 5118, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '208.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16708, '2023-01-26', 2950, 15033, 5118, 24000, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16709, '2023-01-26', 2504, 15034, 5119, 23277, '-3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16710, '2023-01-26', 2504, 15034, 5119, 24413, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16711, '2023-01-26', 2504, 15034, 5119, 25480, '-3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16712, '2023-01-26', 2504, 15034, 5119, 26547, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16713, '2023-01-26', 2504, 15034, 5119, 27256, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16714, '2023-01-26', 3114, 15035, 5120, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16715, '2023-01-26', 3483, 15036, 5121, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '206.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16716, '2023-01-26', 3182, 15037, 5122, 19641, '2.0000', '5.7540', '5.7540', '11.0000', '11.0000', '8.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16717, '2023-01-26', 3182, 15038, 5123, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '7.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16718, '2023-01-26', 3825, 15039, 5123, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16719, '2023-01-26', 2642, 15040, 5124, 27293, '4.0000', '7.2502', '7.2502', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16720, '2023-01-26', 2710, 15041, 5124, 22884, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16721, '2023-01-26', 3048, 15042, 5125, 18505, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16722, '2023-01-26', 3086, 15043, 5126, 17447, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16723, '2023-01-26', 2950, 15044, 5127, 24000, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16724, '2023-01-26', 2645, 15045, 5128, 27288, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16725, '2023-01-26', 3048, 15046, 5128, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16726, '2023-01-26', 2646, 15047, 5129, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '29.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16727, '2023-01-26', 2902, 15048, 5130, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16728, '2023-01-26', 2499, 15049, 5131, 27297, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16729, '2023-01-26', 2920, 15050, 5132, 24019, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '15.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16730, '2023-01-26', 2699, 15051, 5133, 22792, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 385, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16731, '2023-01-26', 3142, 15052, 5133, 5102, '3.0000', '8.3900', '8.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16732, '2023-01-26', 3142, 15052, 5133, 6063, '-6.0000', '8.3900', '8.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16733, '2023-01-26', 3142, 15052, 5133, 7026, '-11.0000', '8.3900', '8.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16734, '2023-01-26', 3142, 15052, 5133, 7987, '11.0000', '8.3900', '8.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16735, '2023-01-26', 3142, 15052, 5133, 8948, '-11.0000', '8.3900', '8.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16736, '2023-01-26', 3142, 15052, 5133, 10017, '19.0000', '6.1300', '6.1300', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16737, '2023-01-26', 3145, 15053, 5133, 5054, '1.0000', '14.9600', '14.9600', '23.0000', '23.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16738, '2023-01-26', 2901, 15054, 5134, 23999, '2.0000', '14.3077', '14.3077', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 418, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16739, '2023-01-26', 2973, 15055, 5134, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '11.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16740, '2023-01-26', 3314, 15056, 5135, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16741, '2023-01-26', 3063, 15057, 5136, 14612, '3.0000', '2.7292', '2.7292', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16742, '2023-01-26', 2552, 15058, 5137, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '70.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16743, '2023-01-26', 2950, 15059, 5138, 24000, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16744, '2023-01-26', 3048, 15060, 5139, 18505, '8.0000', '0.8333', '0.8333', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16745, '2023-01-26', 3483, 15061, 5139, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '203.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16746, '2023-01-26', 3187, 15062, 5140, 27234, '2.0000', '0.6964', '0.6964', '1.2500', '1.2500', '15.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16747, '2023-01-26', 3187, 15063, 5141, 27234, '1.0000', '0.6964', '0.6964', '1.2500', '1.2500', '14.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16748, '2023-01-26', 2661, 15064, 5141, 27285, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '38.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16749, '2023-01-26', 3060, 15065, 5142, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16750, '2023-01-26', 3048, 15066, 5143, 18505, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16751, '2023-01-26', 2982, 15067, 5143, 22868, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16752, '2023-01-26', 3015, 15068, 5144, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16753, '2023-01-26', 2713, 15069, 5145, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16754, '2023-01-27', 3541, 15070, 5146, 4952, '2.0000', '57.0000', '57.0000', '76.0000', '76.0000', '0.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16755, '2023-01-27', 2661, 15071, 5146, 27285, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16756, '2023-01-27', 2499, 15072, 5146, 27297, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16757, '2023-01-27', 3743, 15073, 5146, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16758, '2023-01-27', 3772, 15074, 5147, 27267, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16759, '2023-01-27', 3120, 15075, 5147, 27292, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16760, '2023-01-27', 2552, 15076, 5147, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '69.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16761, '2023-01-27', 3609, 15077, 5147, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '90.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16762, '2023-01-27', 2893, 15078, 5147, 27286, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16763, '2023-01-27', 2713, 15079, 5147, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16764, '2023-01-27', 3212, 15080, 5147, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16765, '2023-01-27', 3015, 15081, 5147, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16766, '2023-01-27', 3483, 15082, 5147, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '201.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16767, '2023-01-27', 2699, 15083, 5148, 23822, '-8.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16768, '2023-01-27', 2699, 15083, 5148, 24968, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16769, '2023-01-27', 2699, 15083, 5148, 26035, '-3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16770, '2023-01-27', 2699, 15083, 5148, 27102, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16771, '2023-01-27', 2699, 15083, 5148, 27303, '9.0000', '5.1000', '5.1000', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 447, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16772, '2023-01-27', 2713, 15084, 5149, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16773, '2023-01-27', 3646, 15085, 5150, 15726, '6.0000', '1.1233', '1.1233', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16774, '2023-01-27', 2789, 15086, 5150, 23978, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16775, '2023-01-27', 3120, 15087, 5150, 27292, '4.0000', '5.8000', '5.8000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16776, '2023-01-27', 2661, 15088, 5150, 27285, '4.0000', '0.2817', '0.2817', '0.5000', '0.5000', '33.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16777, '2023-01-27', 3017, 15089, 5150, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16778, '2023-01-27', 2952, 15090, 5151, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16779, '2023-01-27', 2678, 15091, 5152, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16780, '2023-01-27', 2920, 15092, 5153, 24019, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '14.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16781, '2023-01-27', 2919, 15093, 5153, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16782, '2023-01-27', 2901, 15094, 5154, 23999, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 418, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16783, '2023-01-27', 2902, 15095, 5155, 18517, '2.0000', '6.3656', '6.3656', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16784, '2023-01-27', 3114, 15096, 5156, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16785, '2023-01-27', 2634, 15097, 5156, 4700, '1.0000', '2.9167', '2.9167', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16786, '2023-01-27', 3483, 15098, 5157, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '198.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16787, '2023-01-27', 2661, 15099, 5157, 27285, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '32.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16788, '2023-01-27', 2933, 15100, 5158, 13301, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16789, '2023-01-27', 3060, 15101, 5159, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16790, '2023-01-27', 3314, 15102, 5160, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16791, '2023-01-27', 2952, 15103, 5161, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16792, '2023-01-27', 2901, 15104, 5162, 27230, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 429, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16793, '2023-01-27', 3553, 15105, 5163, 19630, '1.0000', '2.4265', '2.4265', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16794, '2023-01-27', 3187, 15106, 5164, 27234, '2.0000', '0.6964', '0.6964', '1.2500', '1.2500', '12.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16795, '2023-01-27', 2517, 15107, 5165, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '19.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16796, '2023-01-27', 2634, 15108, 5165, 4700, '3.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 29, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16797, '2023-01-27', 2634, 15108, 5165, 5665, '3.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16798, '2023-01-27', 2648, 15109, 5166, 27253, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16799, '2023-01-27', 3086, 15110, 5167, 17564, '-5.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16800, '2023-01-27', 3086, 15110, 5167, 22834, '6.0000', '2.9700', '2.9700', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16801, '2023-01-27', 2711, 15111, 5168, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16802, '2023-01-27', 2648, 15112, 5169, 27253, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16803, '2023-01-27', 2950, 15113, 5170, 24431, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16804, '2023-01-27', 2648, 15114, 5171, 27253, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16805, '2023-01-27', 2648, 15115, 5172, 27253, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16806, '2023-01-27', 3172, 15116, 5173, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16807, '2023-01-27', 3314, 15117, 5173, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16808, '2023-01-27', 2653, 15118, 5174, 22847, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16809, '2023-01-27', 2643, 15119, 5175, 13377, '1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16810, '2023-01-27', 2949, 15120, 5176, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16811, '2023-01-27', 2790, 15121, 5176, 24013, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16812, '2023-01-27', 2889, 15122, 5176, 5479, '1.0000', '4.2600', '4.2600', '5.0000', '5.0000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16813, '2023-01-27', 2950, 15123, 5177, 25498, '-1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16814, '2023-01-27', 2950, 15123, 5177, 26565, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16815, '2023-01-27', 2950, 15123, 5177, 27300, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16816, '2023-01-27', 2646, 15124, 5178, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '27.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16817, '2023-01-27', 2710, 15125, 5178, 22884, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16818, '2023-01-27', 3084, 15126, 5179, 15781, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16819, '2023-01-27', 2651, 15127, 5180, 22869, '10.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16820, '2023-01-27', 3061, 15128, 5181, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16821, '2023-01-27', 3172, 15129, 5182, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16822, '2023-01-27', 3063, 15130, 5183, 14612, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16823, '2023-01-27', 3172, 15131, 5184, 22888, '3.0000', '3.5200', '3.5200', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16824, '2023-01-27', 2713, 15132, 5185, 23981, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16825, '2023-01-27', 2646, 15133, 5186, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16826, '2023-01-27', 2710, 15134, 5186, 22884, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16827, '2023-01-27', 2646, 15135, 5187, 27254, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16828, '2023-01-27', 3231, 15136, 5187, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16829, '2023-01-27', 3142, 15137, 5188, 10017, '11.0000', '6.1300', '6.1300', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16830, '2023-01-27', 3556, 15138, 5188, 10016, '4.0000', '7.3700', '7.3700', '11.0000', '11.0000', '26.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16831, '2023-01-27', 3270, 15139, 5188, 4565, '4.0000', '43.9900', '43.9900', '65.0000', '65.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16832, '2023-01-27', 2960, 15140, 5188, 5040, '12.5000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16833, '2023-01-27', 2960, 15140, 5188, 6001, '-55.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16834, '2023-01-27', 2960, 15140, 5188, 10227, '-4.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16835, '2023-01-27', 2960, 15140, 5188, 11197, '4.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16836, '2023-01-27', 2960, 15140, 5188, 12167, '-4.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16837, '2023-01-27', 2960, 15140, 5188, 13178, '50.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 177, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16838, '2023-01-27', 2960, 15140, 5188, 13407, '4.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16839, '2023-01-27', 2960, 15140, 5188, 14649, '-5.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16840, '2023-01-27', 2960, 15140, 5188, 19680, '-1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16841, '2023-01-27', 2960, 15140, 5188, 20728, '1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16842, '2023-01-27', 2960, 15140, 5188, 21776, '-1.0000', '9.5000', '9.5000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16843, '2023-01-27', 2960, 15140, 5188, 27301, '13.5000', '9.2878', '9.2878', '12.0000', '12.0000', '36.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16844, '2023-01-27', 3553, 15141, 5188, 19630, '1.0000', '2.4265', '2.4265', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16845, '2023-01-27', 2699, 15142, 5188, 27303, '1.0000', '5.1000', '5.1000', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 447, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16846, '2023-01-27', 2800, 15143, 5188, 4095, '1.0000', '9.8500', '9.8500', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16847, '2023-01-27', 3778, 15144, 5189, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16848, '2023-01-27', 3608, 15145, 5189, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '52.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16849, '2023-01-27', 3314, 15146, 5189, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16850, '2023-01-27', 2950, 15147, 5190, 27300, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16851, '2023-01-27', 2952, 15148, 5191, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16852, '2023-01-27', 2646, 15149, 5192, 27254, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16853, '2023-01-27', 2645, 15150, 5193, 27288, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16854, '2023-01-27', 2644, 15151, 5194, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16855, '2023-01-27', 2982, 15152, 5194, 22868, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16856, '2023-01-27', 3483, 15153, 5195, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '195.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16857, '2023-01-27', 2936, 15154, 5196, 24024, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16858, '2023-01-27', 3086, 15155, 5197, 22834, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16859, '2023-01-27', 3609, 15156, 5197, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '89.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16860, '2023-01-27', 2661, 15157, 5197, 27285, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '31.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16861, '2023-01-27', 2645, 15158, 5198, 27288, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16862, '2023-01-27', 2645, 15159, 5199, 27288, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16863, '2023-01-27', 3840, 15160, 5200, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '26.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16864, '2023-01-27', 3608, 15161, 5201, 14504, '2.0000', '0.5000', '0.5000', '1.0000', '1.0000', '50.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16865, '2023-01-27', 2981, 15162, 5202, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '2.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16866, '2023-01-27', 2644, 15163, 5203, 22875, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16867, '2023-01-27', 3119, 15164, 5204, 10556, '-1.0000', '47.3000', '47.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16868, '2023-01-27', 3119, 15164, 5204, 11526, '1.0000', '47.3000', '47.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16869, '2023-01-27', 3119, 15164, 5204, 12496, '-1.0000', '47.3000', '47.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16870, '2023-01-27', 3119, 15164, 5204, 13231, '1.0000', '36.3000', '36.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, 187, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16871, '2023-01-27', 3119, 15164, 5204, 13752, '-1.0000', '36.3000', '36.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16872, '2023-01-27', 3119, 15164, 5204, 15718, '2.0000', '36.3000', '36.3000', '60.0000', '60.0000', '0.0000', 1, 0, NULL, 293, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16873, '2023-01-27', 2642, 15165, 5205, 27293, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16874, '2023-01-27', 2645, 15166, 5206, 27288, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16875, '2023-01-27', 2653, 15167, 5206, 22847, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16876, '2023-01-27', 3064, 15168, 5206, 22890, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16877, '2023-01-27', 3062, 15169, 5207, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '14.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16878, '2023-01-27', 3187, 15170, 5208, 27234, '4.0000', '0.6964', '0.6964', '1.2500', '1.2500', '8.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16879, '2023-01-28', 3600, 15171, 5209, 14494, '2.0000', '2.2917', '2.2917', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16880, '2023-01-28', 3778, 15172, 5209, 18489, '2.0000', '0.3000', '0.3000', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16881, '2023-01-28', 3772, 15173, 5209, 27267, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16882, '2023-01-28', 3314, 15174, 5209, 4609, '2.0000', '0.5400', '0.5400', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16883, '2023-01-28', 2713, 15175, 5210, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16884, '2023-01-28', 2901, 15176, 5211, 27230, '2.0000', '14.2083', '14.2083', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 429, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16885, '2023-01-28', 3048, 15177, 5211, 4343, '-1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16886, '2023-01-28', 3048, 15177, 5211, 18505, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16887, '2023-01-28', 3483, 15178, 5211, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '193.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16888, '2023-01-28', 2698, 15179, 5212, 22898, '5.0000', '6.6000', '6.6000', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16889, '2023-01-28', 2713, 15180, 5213, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16890, '2023-01-28', 3644, 15181, 5214, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16891, '2023-01-28', 2499, 15182, 5215, 27297, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16892, '2023-01-28', 3182, 15183, 5215, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '6.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16893, '2023-01-28', 3609, 15184, 5215, 14506, '5.0000', '0.3871', '0.3871', '1.0000', '1.0000', '84.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16894, '2023-01-28', 3852, 15185, 5215, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16895, '2023-01-28', 2698, 15186, 5216, 22898, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16896, '2023-01-28', 3120, 15187, 5217, 27292, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16897, '2023-01-28', 3608, 15188, 5218, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '49.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16898, '2023-01-28', 2661, 15189, 5218, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '29.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16899, '2023-01-28', 2648, 15190, 5219, 27253, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16900, '2023-01-28', 3085, 15191, 5220, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16901, '2023-01-28', 2936, 15192, 5220, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16902, '2023-01-28', 2926, 15193, 5221, 5398, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16903, '2023-01-28', 2920, 15194, 5221, 24019, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '13.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16904, '2023-01-28', 2919, 15195, 5221, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16905, '2023-01-28', 2642, 15196, 5222, 27293, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16906, '2023-01-28', 3483, 15197, 5222, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '192.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16907, '2023-01-28', 2982, 15198, 5222, 23083, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16908, '2023-01-28', 2648, 15199, 5223, 27253, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16909, '2023-01-28', 3314, 15200, 5224, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16910, '2023-01-28', 2642, 15201, 5225, 27293, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16911, '2023-01-28', 2645, 15202, 5225, 27288, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16912, '2023-01-28', 2710, 15203, 5226, 22884, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16913, '2023-01-28', 3172, 15204, 5226, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16914, '2023-01-28', 3620, 15205, 5226, 14534, '4.0000', '1.4166', '1.4166', '2.0000', '2.0000', '27.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16915, '2023-01-28', 2713, 15206, 5226, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16916, '2023-01-28', 3856, 15207, 5227, 27308, '1.0000', '17.9000', '17.9000', '23.0000', '23.0000', '2.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16917, '2023-01-28', 3840, 15208, 5228, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '25.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16918, '2023-01-28', 3114, 15209, 5229, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16919, '2023-01-28', 2936, 15210, 5229, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16920, '2023-01-28', 2918, 15211, 5229, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16921, '2023-01-28', 2645, 15212, 5229, 27288, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16922, '2023-01-28', 3483, 15213, 5229, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '191.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16923, '2023-01-28', 2660, 15214, 5229, 22896, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16924, '2023-01-28', 3085, 15215, 5230, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16925, '2023-01-28', 2935, 15216, 5231, 24027, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16926, '2023-01-28', 3482, 15217, 5232, 24011, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16927, '2023-01-28', 3483, 15218, 5232, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '187.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16928, '2023-01-28', 2647, 15219, 5233, 23984, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16929, '2023-01-28', 2645, 15220, 5234, 27288, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16930, '2023-01-28', 2921, 15221, 5234, 17408, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16931, '2023-01-28', 2919, 15222, 5234, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16932, '2023-01-28', 2504, 15223, 5235, 27256, '8.0000', '2.5000', '2.5000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16933, '2023-01-28', 2647, 15224, 5236, 23984, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16934, '2023-01-28', 3063, 15225, 5237, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16935, '2023-01-28', 3611, 15226, 5238, 14509, '5.0000', '0.8182', '0.8182', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16936, '2023-01-28', 3048, 15227, 5238, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16937, '2023-01-28', 3772, 15228, 5239, 27267, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16938, '2023-01-28', 2949, 15229, 5240, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16939, '2023-01-28', 2650, 15230, 5240, 18547, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16940, '2023-01-28', 3048, 15231, 5240, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16941, '2023-01-28', 2504, 15232, 5241, 27256, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16942, '2023-01-28', 3483, 15233, 5242, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '186.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16943, '2023-01-28', 2504, 15234, 5243, 27256, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16944, '2023-01-28', 3182, 15235, 5243, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16945, '2023-01-28', 2952, 15236, 5244, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16946, '2023-01-28', 3048, 15237, 5245, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16947, '2023-01-28', 2711, 15238, 5246, 23983, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16948, '2023-01-28', 3048, 15239, 5246, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16949, '2023-01-28', 3772, 15240, 5246, 27267, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16950, '2023-01-28', 3483, 15241, 5247, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '184.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16951, '2023-01-28', 3048, 15242, 5247, 18505, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 352, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16952, '2023-01-28', 3048, 15242, 5247, 18669, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16953, '2023-01-28', 3784, 15243, 5247, 18527, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16954, '2023-01-28', 3784, 15244, 5248, 18527, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16955, '2023-01-28', 2790, 15245, 5249, 27291, '3.0000', '5.5800', '5.5800', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16956, '2023-01-28', 2504, 15246, 5250, 27256, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16957, '2023-01-28', 2661, 15247, 5251, 27285, '10.0000', '0.2817', '0.2817', '0.5000', '0.5000', '19.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16958, '2023-01-28', 3483, 15248, 5251, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '182.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16959, '2023-01-28', 2919, 15249, 5252, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16960, '2023-01-28', 3048, 15250, 5252, 18669, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16961, '2023-01-28', 3743, 15251, 5253, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16962, '2023-01-28', 2935, 15252, 5253, 24027, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16963, '2023-01-28', 2822, 15253, 5254, 15702, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16964, '2023-01-28', 2822, 15253, 5254, 16300, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16965, '2023-01-28', 2952, 15254, 5255, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16966, '2023-01-28', 2648, 15255, 5255, 27253, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16967, '2023-01-28', 2642, 15256, 5255, 27293, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16968, '2023-01-28', 2644, 15257, 5256, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16969, '2023-01-28', 2922, 15258, 5257, 24021, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16970, '2023-01-28', 3483, 15259, 5258, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '180.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16971, '2023-01-28', 2552, 15260, 5259, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '67.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16972, '2023-01-29', 2902, 15261, 5260, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16973, '2023-01-29', 3182, 15262, 5261, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16974, '2023-01-29', 3060, 15263, 5262, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16975, '2023-01-29', 2661, 15264, 5263, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '17.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16976, '2023-01-29', 2789, 15265, 5264, 23978, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16977, '2023-01-29', 2642, 15266, 5264, 27293, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16978, '2023-01-29', 3483, 15267, 5264, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '179.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16979, '2023-01-29', 2950, 15268, 5264, 27300, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16980, '2023-01-29', 2645, 15269, 5265, 27288, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16981, '2023-01-29', 2642, 15270, 5265, 27293, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16982, '2023-01-29', 2713, 15271, 5266, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16983, '2023-01-29', 2646, 15272, 5267, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16984, '2023-01-29', 3840, 15273, 5268, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '24.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16985, '2023-01-29', 2653, 15274, 5269, 22847, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 396, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16986, '2023-01-29', 2661, 15275, 5270, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '15.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16987, '2023-01-29', 3222, 15276, 5271, 4517, '1.0000', '7.2500', '7.2500', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16988, '2023-01-29', 3101, 15277, 5271, 4396, '1.0000', '6.8700', '6.8700', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16989, '2023-01-29', 2713, 15278, 5272, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16990, '2023-01-29', 2713, 15279, 5273, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16991, '2023-01-29', 2645, 15280, 5274, 27288, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16992, '2023-01-29', 2712, 15281, 5274, 27248, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16993, '2023-01-29', 3120, 15282, 5275, 27292, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16994, '2023-01-29', 2552, 15283, 5276, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '66.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16995, '2023-01-29', 3609, 15284, 5277, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '83.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16996, '2023-01-29', 2642, 15285, 5278, 27293, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16997, '2023-01-29', 2713, 15286, 5279, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16998, '2023-01-29', 2642, 15287, 5280, 27293, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (16999, '2023-01-29', 2646, 15288, 5280, 27254, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '16.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17000, '2023-01-29', 3062, 15289, 5280, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '13.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17001, '2023-01-29', 2822, 15290, 5280, 16300, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17002, '2023-01-29', 3085, 15291, 5281, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17003, '2023-01-29', 2951, 15292, 5281, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '39.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17004, '2023-01-29', 2902, 15293, 5281, 18517, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 357, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17005, '2023-01-29', 2713, 15294, 5282, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17006, '2023-01-29', 2645, 15295, 5283, 27288, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17007, '2023-01-29', 2642, 15296, 5284, 27293, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17008, '2023-01-29', 2648, 15297, 5284, 27253, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17009, '2023-01-29', 2651, 15298, 5285, 22869, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17010, '2023-01-29', 3826, 15299, 5286, 22854, '1.0000', '4.6250', '4.6250', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17011, '2023-01-29', 2642, 15300, 5287, 27293, '6.0000', '7.2502', '7.2502', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17012, '2023-01-29', 2645, 15301, 5288, 27288, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17013, '2023-01-29', 3120, 15302, 5289, 27292, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17014, '2023-01-29', 2920, 15303, 5290, 24019, '7.0000', '4.5000', '4.5000', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17015, '2023-01-29', 3084, 15304, 5290, 15781, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17016, '2023-01-29', 2927, 15305, 5291, 24022, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17017, '2023-01-29', 2921, 15306, 5291, 17408, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17018, '2023-01-29', 2500, 15307, 5292, 22835, '2.0000', '10.8300', '10.8300', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17019, '2023-01-29', 3048, 15308, 5292, 18669, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17020, '2023-01-29', 3172, 15309, 5292, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17021, '2023-01-29', 3784, 15310, 5292, 18527, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17022, '2023-01-29', 2661, 15311, 5292, 27285, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '14.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17023, '2023-01-29', 2921, 15312, 5293, 17408, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17024, '2023-01-29', 2648, 15313, 5294, 27253, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17025, '2023-01-29', 3314, 15314, 5295, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17026, '2023-01-29', 2919, 15315, 5296, 24020, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17027, '2023-01-29', 2926, 15316, 5296, 5398, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17028, '2023-01-29', 2645, 15317, 5297, 27288, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17029, '2023-01-29', 3641, 15318, 5298, 22895, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17030, '2023-01-29', 2644, 15319, 5299, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17031, '2023-01-29', 2710, 15320, 5300, 22884, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17032, '2023-01-29', 2661, 15321, 5300, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '12.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17033, '2023-01-29', 3314, 15322, 5300, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17034, '2023-01-29', 3015, 15323, 5301, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17035, '2023-01-29', 3256, 15324, 5301, 22837, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17036, '2023-01-29', 3120, 15325, 5301, 27292, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17037, '2023-01-29', 2713, 15326, 5301, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17038, '2023-01-29', 2552, 15327, 5301, 27268, '4.0000', '0.4167', '0.4167', '1.0000', '1.0000', '62.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17039, '2023-01-29', 3644, 15328, 5301, 22853, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17040, '2023-01-29', 2950, 15329, 5301, 27300, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17041, '2023-01-29', 3120, 15330, 5302, 27292, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17042, '2023-01-29', 2713, 15331, 5303, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17043, '2023-01-29', 3483, 15332, 5303, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '178.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17044, '2023-01-29', 2982, 15333, 5303, 23083, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17045, '2023-01-29', 3120, 15334, 5304, 27292, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17046, '2023-01-29', 2507, 15335, 5304, 27257, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17047, '2023-01-29', 3212, 15336, 5304, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17048, '2023-01-29', 3644, 15337, 5305, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17049, '2023-01-29', 2822, 15338, 5305, 16300, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17050, '2023-01-29', 3772, 15339, 5305, 27267, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17051, '2023-01-29', 2552, 15340, 5305, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '61.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17052, '2023-01-29', 3114, 15341, 5305, 17459, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17053, '2023-01-29', 2713, 15342, 5305, 24017, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17054, '2023-01-29', 2648, 15343, 5306, 27253, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17055, '2023-01-29', 2642, 15344, 5306, 27293, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17056, '2023-01-29', 2903, 15345, 5307, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17057, '2023-01-29', 3085, 15346, 5307, 19622, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 376, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17058, '2023-01-29', 3085, 15346, 5307, 19750, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17059, '2023-01-29', 3085, 15347, 5308, 19750, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17060, '2023-01-29', 3015, 15348, 5309, 20132, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17061, '2023-01-29', 3015, 15349, 5310, 21180, '-34.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17062, '2023-01-29', 3015, 15349, 5310, 22228, '34.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17063, '2023-01-29', 3015, 15349, 5310, 23390, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17064, '2023-01-30', 3120, 15350, 5311, 27292, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17065, '2023-01-30', 2952, 15351, 5312, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17066, '2023-01-30', 2661, 15352, 5312, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '10.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17067, '2023-01-30', 2699, 15353, 5313, 27303, '1.0000', '5.1000', '5.1000', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 447, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17068, '2023-01-30', 3187, 15354, 5314, 27234, '2.0000', '0.6964', '0.6964', '1.2500', '1.2500', '6.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17069, '2023-01-30', 2661, 15355, 5314, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '8.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17070, '2023-01-30', 3746, 15356, 5314, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17071, '2023-01-30', 3061, 15357, 5314, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17072, '2023-01-30', 2821, 15358, 5315, 4116, '1.0000', '24.9700', '24.9700', '35.0000', '35.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17073, '2023-01-30', 3343, 15359, 5316, 18946, '-1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17074, '2023-01-30', 3343, 15359, 5316, 22830, '2.0000', '39.0000', '39.0000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17075, '2023-01-30', 3646, 15360, 5316, 20835, '-19.0000', '1.1233', '1.1233', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17076, '2023-01-30', 3646, 15360, 5316, 21883, '19.0000', '1.1233', '1.1233', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17077, '2023-01-30', 3646, 15360, 5316, 23037, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17078, '2023-01-30', 2653, 15361, 5316, 22874, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '113.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17079, '2023-01-30', 3120, 15362, 5316, 27292, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17080, '2023-01-30', 2650, 15363, 5316, 18547, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17081, '2023-01-30', 2699, 15364, 5317, 27303, '1.0000', '5.1000', '5.1000', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 447, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17082, '2023-01-30', 3223, 15365, 5317, 14535, '4.0000', '1.4167', '1.4167', '2.0000', '2.0000', '46.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17083, '2023-01-30', 2710, 15366, 5318, 22884, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17084, '2023-01-30', 2713, 15367, 5318, 24017, '4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17085, '2023-01-30', 3212, 15368, 5318, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17086, '2023-01-30', 3048, 15369, 5318, 18669, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17087, '2023-01-30', 2567, 15370, 5319, 3862, '1.0000', '6.3700', '6.3700', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17088, '2023-01-30', 2568, 15371, 5319, 3863, '1.0000', '4.3300', '4.3300', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17089, '2023-01-30', 3595, 15372, 5319, 14483, '1.0000', '4.3900', '4.3900', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 252, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17090, '2023-01-30', 3120, 15373, 5320, 27292, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17091, '2023-02-02', 2711, 15374, 5321, 23983, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17092, '2023-02-02', 2713, 15375, 5321, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17093, '2023-02-02', 3015, 15376, 5321, 23390, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17094, '2023-02-02', 3483, 15377, 5321, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '175.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17095, '2023-02-02', 2710, 15378, 5321, 22884, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17096, '2023-02-02', 3483, 15379, 5322, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '174.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17097, '2023-02-02', 2901, 15380, 5322, 27230, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 429, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17098, '2023-02-02', 3085, 15381, 5322, 20798, '-3.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17099, '2023-02-02', 3085, 15381, 5322, 21846, '3.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17100, '2023-02-02', 3085, 15381, 5322, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17101, '2023-02-02', 2962, 15382, 5322, 4257, '1.0000', '7.9000', '7.9000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17102, '2023-02-02', 2949, 15383, 5322, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17103, '2023-02-02', 2647, 15384, 5322, 23984, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17104, '2023-02-02', 2756, 15385, 5322, 6866, '-22.0000', '0.8900', '0.8900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17105, '2023-02-02', 2756, 15385, 5322, 7829, '22.0000', '0.8900', '0.8900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17106, '2023-02-02', 2756, 15385, 5322, 8790, '-22.0000', '0.8900', '0.8900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17107, '2023-02-02', 2756, 15385, 5322, 9751, '22.0000', '0.8900', '0.8900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17108, '2023-02-02', 2756, 15385, 5322, 14308, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '37.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17109, '2023-02-02', 2671, 15386, 5322, 3966, '1.0000', '16.9700', '16.9700', '27.0000', '27.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17110, '2023-02-02', 3120, 15387, 5322, 27330, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17111, '2023-02-02', 3602, 15388, 5322, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17112, '2023-02-02', 3646, 15389, 5322, 23037, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17113, '2023-02-02', 2710, 15390, 5322, 22884, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 403, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17114, '2023-02-02', 3172, 15391, 5322, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17115, '2023-02-02', 2713, 15392, 5322, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17116, '2023-02-02', 2919, 15393, 5322, 24020, '3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17117, '2023-02-02', 2919, 15393, 5322, 24458, '-2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17118, '2023-02-02', 2919, 15393, 5322, 25525, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17119, '2023-02-02', 2919, 15393, 5322, 26592, '-2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17120, '2023-02-02', 2919, 15393, 5322, 27342, '4.0000', '6.0000', '6.0000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17121, '2023-02-02', 2646, 15394, 5322, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17122, '2023-02-02', 2651, 15395, 5322, 22869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17123, '2023-02-02', 2822, 15396, 5322, 16300, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17124, '2023-02-02', 2645, 15397, 5323, 27288, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17125, '2023-02-02', 2645, 15397, 5323, 27334, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17126, '2023-02-02', 2923, 15398, 5323, 18561, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17127, '2023-02-02', 2927, 15399, 5323, 24022, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17128, '2023-02-02', 2651, 15400, 5323, 22869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17129, '2023-02-02', 3172, 15401, 5323, 22888, '4.0000', '3.5200', '3.5200', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17130, '2023-02-02', 2822, 15402, 5323, 16300, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17131, '2023-02-02', 2646, 15403, 5323, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17132, '2023-02-02', 2645, 15404, 5324, 27334, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17133, '2023-02-02', 2960, 15405, 5324, 27301, '1.0000', '9.2878', '9.2878', '12.0000', '12.0000', '35.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17134, '2023-02-02', 3063, 15406, 5324, 14612, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17135, '2023-02-02', 2643, 15407, 5324, 13377, '3.0000', '6.5466', '6.5466', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17136, '2023-02-02', 3172, 15408, 5324, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17137, '2023-02-02', 2790, 15409, 5324, 27291, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17138, '2023-02-02', 3314, 15410, 5324, 4609, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17139, '2023-02-02', 3314, 15410, 5324, 5162, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '30.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17140, '2023-02-02', 2930, 15411, 5324, 18524, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 359, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17141, '2023-02-02', 2930, 15411, 5324, 18969, '-10.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17142, '2023-02-02', 2930, 15411, 5324, 20057, '7.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17143, '2023-02-02', 2930, 15411, 5324, 21105, '-7.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17144, '2023-02-02', 2930, 15411, 5324, 22153, '7.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17145, '2023-02-02', 2930, 15411, 5324, 23311, '-1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17146, '2023-02-02', 2930, 15411, 5324, 24023, '11.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17147, '2023-02-02', 3853, 15412, 5324, 27287, '2.0000', '0.7250', '0.7250', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17148, '2023-02-02', 3483, 15413, 5324, 19640, '7.0000', '0.8583', '0.8583', '1.5000', '1.5000', '167.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17149, '2023-02-02', 3048, 15414, 5324, 18669, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '27.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17150, '2023-02-02', 3600, 15415, 5324, 14494, '1.0000', '2.2917', '2.2917', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17151, '2023-02-02', 3646, 15416, 5325, 23037, '7.0000', '1.1233', '1.1233', '1.5000', '1.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17152, '2023-02-02', 2790, 15417, 5325, 27291, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17153, '2023-02-02', 3644, 15418, 5325, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17154, '2023-02-02', 3825, 15419, 5325, 22863, '2.0000', '1.3200', '1.3200', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17155, '2023-02-02', 2922, 15420, 5325, 24021, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17156, '2023-02-02', 2936, 15421, 5325, 24024, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17157, '2023-02-02', 2646, 15422, 5325, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17158, '2023-02-02', 2922, 15423, 5326, 24021, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17159, '2023-02-02', 2936, 15424, 5326, 24024, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17160, '2023-02-02', 2935, 15425, 5326, 24027, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17161, '2023-02-02', 2926, 15426, 5326, 5398, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17162, '2023-02-02', 2923, 15427, 5326, 18561, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17163, '2023-02-02', 3314, 15428, 5326, 6123, '-31.0000', '0.5400', '0.5400', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17164, '2023-02-02', 3314, 15428, 5326, 7086, '-141.0000', '0.5400', '0.5400', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17165, '2023-02-02', 3314, 15428, 5326, 8047, '141.0000', '0.5400', '0.5400', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17166, '2023-02-02', 3314, 15428, 5326, 9008, '-141.0000', '0.5400', '0.5400', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17167, '2023-02-02', 3314, 15428, 5326, 5162, '30.0000', '0.5400', '0.5400', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17168, '2023-02-02', 3314, 15428, 5326, 10352, '-28.0000', '0.5400', '0.5400', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17169, '2023-02-02', 3314, 15428, 5326, 11322, '28.0000', '0.5400', '0.5400', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17170, '2023-02-02', 3314, 15428, 5326, 12292, '-28.0000', '0.5400', '0.5400', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17171, '2023-02-02', 3314, 15428, 5326, 13226, '40.0000', '0.6925', '0.6925', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 186, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17172, '2023-02-02', 3314, 15428, 5326, 13533, '-34.0000', '0.6925', '0.6925', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17173, '2023-02-02', 3314, 15428, 5326, 14497, '120.0000', '0.7000', '0.7000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17174, '2023-02-02', 3314, 15428, 5326, 14776, '-6.0000', '0.7000', '0.7000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17175, '2023-02-02', 3314, 15428, 5326, 16096, '-3.0000', '0.7000', '0.7000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17176, '2023-02-02', 3314, 15428, 5326, 17606, '-1.0000', '0.7000', '0.7000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17177, '2023-02-02', 3314, 15428, 5326, 19797, '4.0000', '0.7000', '0.7000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17178, '2023-02-02', 3314, 15428, 5326, 20845, '-4.0000', '0.7000', '0.7000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17179, '2023-02-02', 3314, 15428, 5326, 21893, '4.0000', '0.7000', '0.7000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17180, '2023-02-02', 3314, 15428, 5326, 22858, '40.0000', '0.6700', '0.6700', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17181, '2023-02-02', 3314, 15428, 5326, 23047, '1.0000', '0.6700', '0.6700', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17182, '2023-02-02', 3314, 15428, 5326, 24181, '-7.0000', '0.6700', '0.6700', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17183, '2023-02-02', 3314, 15428, 5326, 25248, '7.0000', '0.6700', '0.6700', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17184, '2023-02-02', 3314, 15428, 5326, 26315, '-7.0000', '0.6700', '0.6700', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17185, '2023-02-02', 3314, 15428, 5326, 27284, '17.0000', '0.6875', '0.6875', '1.0000', '1.0000', '63.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17186, '2023-02-02', 2644, 15429, 5326, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17187, '2023-02-02', 2935, 15430, 5327, 24027, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17188, '2023-02-02', 2923, 15431, 5327, 18561, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17189, '2023-02-02', 2713, 15432, 5327, 24017, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17190, '2023-02-02', 3482, 15433, 5327, 24011, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17191, '2023-02-02', 3630, 15434, 5327, 14554, '2.0000', '1.1250', '1.1250', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17192, '2023-02-02', 2500, 15435, 5327, 22835, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17193, '2023-02-02', 3048, 15436, 5327, 18669, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17194, '2023-02-02', 2646, 15437, 5327, 27254, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17195, '2023-02-02', 3612, 15438, 5327, 14508, '3.0000', '1.0416', '1.0416', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17196, '2023-02-02', 3602, 15439, 5327, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17197, '2023-02-02', 2835, 15440, 5327, 8678, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17198, '2023-02-02', 2648, 15441, 5328, 27253, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17199, '2023-02-02', 3123, 15442, 5328, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17200, '2023-02-02', 3120, 15443, 5328, 27330, '4.0000', '5.8000', '5.8000', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17201, '2023-02-02', 2645, 15444, 5328, 27334, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17202, '2023-02-02', 2487, 15445, 5328, 14546, '1.0000', '0.5600', '0.5600', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17203, '2023-02-02', 3646, 15446, 5328, 23037, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17204, '2023-02-02', 2483, 15447, 5328, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17205, '2023-02-02', 3060, 15448, 5328, 24004, '2.0000', '6.7025', '6.7025', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17206, '2023-02-02', 2901, 15449, 5328, 27230, '2.0000', '14.2083', '14.2083', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 429, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17207, '2023-02-02', 2677, 15450, 5328, 5445, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17208, '2023-02-02', 2710, 15451, 5328, 23302, '-1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17209, '2023-02-02', 2710, 15451, 5328, 24438, '-1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17210, '2023-02-02', 2710, 15451, 5328, 25505, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17211, '2023-02-02', 2710, 15451, 5328, 26572, '-1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17212, '2023-02-02', 2710, 15451, 5328, 27250, '4.0000', '5.0000', '5.0000', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17213, '2023-02-02', 3314, 15452, 5328, 27284, '6.0000', '0.6875', '0.6875', '1.0000', '1.0000', '57.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17214, '2023-02-02', 2789, 15453, 5329, 23978, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 411, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17215, '2023-02-02', 2789, 15453, 5329, 24406, '-1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17216, '2023-02-02', 2789, 15453, 5329, 25473, '1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17217, '2023-02-02', 2789, 15453, 5329, 26540, '-1.0000', '9.5600', '9.5600', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17218, '2023-02-02', 2789, 15453, 5329, 27244, '2.0000', '10.1500', '10.1500', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17219, '2023-02-02', 3314, 15454, 5329, 27284, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '55.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17220, '2023-02-02', 2645, 15455, 5329, 27334, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17221, '2023-02-02', 2919, 15456, 5329, 27342, '3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17222, '2023-02-02', 2927, 15457, 5329, 24022, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17223, '2023-02-02', 3015, 15458, 5329, 23390, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17224, '2023-02-02', 2534, 15459, 5329, 22867, '3.0000', '4.0417', '4.0417', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17225, '2023-02-02', 2918, 15460, 5329, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17226, '2023-02-02', 2822, 15461, 5329, 16300, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17227, '2023-02-02', 3778, 15462, 5329, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17228, '2023-02-02', 3048, 15463, 5329, 18669, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17229, '2023-02-02', 2713, 15464, 5329, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17230, '2023-02-02', 3344, 15465, 5330, 18499, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17231, '2023-02-02', 3482, 15466, 5330, 24011, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '17.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17232, '2023-02-02', 2713, 15467, 5330, 24017, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17233, '2023-02-02', 2644, 15468, 5331, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17234, '2023-02-02', 2645, 15469, 5331, 27334, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '60.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17235, '2023-02-02', 2927, 15470, 5332, 24022, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17236, '2023-02-02', 3592, 15471, 5332, 15764, '2.0000', '2.2500', '2.2500', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17237, '2023-02-02', 2930, 15472, 5332, 24023, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17238, '2023-02-02', 2822, 15473, 5332, 16300, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17239, '2023-02-02', 2902, 15474, 5332, 23239, '-1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17240, '2023-02-02', 2902, 15474, 5332, 24374, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17241, '2023-02-02', 2902, 15474, 5332, 25441, '-1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17242, '2023-02-02', 2902, 15474, 5332, 26508, '1.0000', '6.3656', '6.3656', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17243, '2023-02-02', 2902, 15474, 5332, 28446, '2.0000', '6.7400', '6.7400', '9.0000', '9.0000', '22.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17244, '2023-02-02', 3840, 15475, 5332, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '23.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17245, '2023-02-02', 3314, 15476, 5332, 27284, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '53.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17246, '2023-02-02', 3187, 15477, 5332, 27234, '3.0000', '0.6964', '0.6964', '1.2500', '1.2500', '3.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17247, '2023-02-02', 2923, 15478, 5332, 18561, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17248, '2023-02-02', 2936, 15479, 5332, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17249, '2023-02-02', 2918, 15480, 5332, 13292, '9.0000', '1.8750', '1.8750', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17250, '2023-02-02', 2713, 15481, 5332, 24017, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 426, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17251, '2023-02-02', 2713, 15481, 5332, 24522, '-6.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17252, '2023-02-02', 2713, 15481, 5332, 25589, '6.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17253, '2023-02-02', 2713, 15481, 5332, 26656, '-6.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17254, '2023-02-02', 2713, 15481, 5332, 27247, '7.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17255, '2023-02-02', 2645, 15482, 5333, 27334, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '57.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17256, '2023-02-02', 2645, 15483, 5334, 27334, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17257, '2023-02-02', 2646, 15484, 5334, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17258, '2023-02-02', 3017, 15485, 5334, 22827, '2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17259, '2023-02-02', 2950, 15486, 5334, 27300, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17260, '2023-02-02', 2790, 15487, 5335, 27291, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17261, '2023-02-02', 2646, 15488, 5335, 27254, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17262, '2023-02-02', 2936, 15489, 5335, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17263, '2023-02-02', 3017, 15490, 5335, 22827, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17264, '2023-02-02', 3827, 15491, 5335, 22880, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17265, '2023-02-02', 3772, 15492, 5335, 27267, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17266, '2023-02-02', 2933, 15493, 5335, 13301, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17267, '2023-02-02', 2921, 15494, 5335, 17408, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17268, '2023-02-02', 2645, 15495, 5335, 27334, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '51.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17269, '2023-02-02', 3641, 15496, 5335, 22895, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17270, '2023-02-02', 3483, 15497, 5336, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '165.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17271, '2023-02-02', 2645, 15498, 5336, 27334, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17272, '2023-02-02', 2504, 15499, 5336, 27256, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17273, '2023-02-02', 3172, 15500, 5336, 22888, '4.0000', '3.5200', '3.5200', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17274, '2023-02-02', 3064, 15501, 5336, 22890, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17275, '2023-02-02', 2791, 15502, 5337, 16305, '-1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17276, '2023-02-02', 2791, 15502, 5337, 18513, '2.0000', '3.0300', '3.0300', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17277, '2023-02-02', 2949, 15503, 5337, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17278, '2023-02-02', 2789, 15504, 5337, 27244, '2.0000', '10.1500', '10.1500', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17279, '2023-02-02', 2645, 15505, 5337, 27334, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17280, '2023-02-02', 3048, 15506, 5337, 18669, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17281, '2023-02-02', 3311, 15507, 5337, 20487, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17282, '2023-02-02', 3641, 15508, 5337, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17283, '2023-02-02', 2645, 15509, 5338, 27334, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17284, '2023-02-02', 3840, 15510, 5338, 24012, '10.0000', '2.5417', '2.5417', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17285, '2023-02-02', 3048, 15511, 5338, 18669, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17286, '2023-02-02', 3311, 15512, 5338, 21535, '-9.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17287, '2023-02-02', 3311, 15512, 5338, 22583, '9.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17288, '2023-02-02', 3311, 15512, 5338, 22894, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17289, '2023-02-02', 3182, 15513, 5338, 19641, '2.0000', '5.7540', '5.7540', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17290, '2023-02-02', 3641, 15514, 5338, 22895, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17291, '2023-02-02', 2930, 15515, 5338, 27347, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17292, '2023-02-02', 3120, 15516, 5338, 27330, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17293, '2023-02-02', 3602, 15517, 5338, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17294, '2023-02-02', 3120, 15518, 5339, 27330, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17295, '2023-02-02', 2647, 15519, 5339, 23984, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17296, '2023-02-02', 2713, 15520, 5339, 27247, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17297, '2023-02-02', 3314, 15521, 5339, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '52.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17298, '2023-02-02', 2645, 15522, 5339, 27334, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17299, '2023-02-02', 2644, 15523, 5339, 22875, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17300, '2023-02-02', 2704, 15524, 5339, 3999, '10.0000', '0.1000', '0.1000', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17301, '2023-02-02', 3314, 15525, 5340, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '51.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17302, '2023-02-02', 2950, 15526, 5340, 27300, '1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17303, '2023-02-02', 2713, 15527, 5340, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17304, '2023-02-02', 2901, 15528, 5340, 27290, '2.0000', '14.5313', '14.5313', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 443, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17305, '2023-02-02', 2644, 15529, 5340, 22875, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17306, '2023-02-02', 2517, 15530, 5340, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '18.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17307, '2023-02-02', 3172, 15531, 5340, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17308, '2023-02-02', 2822, 15532, 5341, 16300, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17309, '2023-02-02', 3314, 15533, 5341, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '50.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17310, '2023-02-02', 3015, 15534, 5341, 23390, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17311, '2023-02-02', 2791, 15535, 5341, 18513, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17312, '2023-02-02', 3048, 15536, 5341, 18669, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17313, '2023-02-02', 3256, 15537, 5341, 22837, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17314, '2023-02-02', 2713, 15538, 5341, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17315, '2023-02-02', 3048, 15539, 5342, 18669, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17316, '2023-02-02', 2644, 15540, 5342, 22875, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17317, '2023-02-02', 3482, 15541, 5342, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17318, '2023-02-02', 3311, 15542, 5342, 22894, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17319, '2023-02-02', 2822, 15543, 5342, 16300, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17320, '2023-02-02', 3120, 15544, 5342, 27330, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17321, '2023-02-02', 3086, 15545, 5342, 22834, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17322, '2023-02-02', 3314, 15546, 5342, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '49.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17323, '2023-02-02', 3172, 15547, 5342, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17324, '2023-02-02', 3085, 15548, 5342, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17325, '2023-02-02', 3017, 15549, 5342, 23712, '-1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17326, '2023-02-02', 3017, 15549, 5342, 24014, '2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17327, '2023-02-02', 2645, 15550, 5342, 27334, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17328, '2023-02-02', 2902, 15551, 5342, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '21.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17329, '2023-02-02', 2919, 15552, 5342, 27342, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17330, '2023-02-02', 2790, 15553, 5343, 27291, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17331, '2023-02-02', 3801, 15554, 5343, 19635, '1.0000', '0.0000', '0.0000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 380, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17332, '2023-02-02', 3483, 15555, 5343, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '161.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17333, '2023-02-02', 2713, 15556, 5343, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17334, '2023-02-02', 3048, 15557, 5343, 18669, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17335, '2023-02-02', 3060, 15558, 5343, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17336, '2023-02-02', 3314, 15559, 5343, 27284, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '47.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17337, '2023-02-02', 2982, 15560, 5343, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17338, '2023-02-02', 3483, 15561, 5344, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '159.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17339, '2023-02-02', 2487, 15562, 5344, 14546, '2.0000', '0.5600', '0.5600', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17340, '2023-02-02', 2713, 15563, 5344, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17341, '2023-02-02', 3015, 15564, 5344, 24010, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '46.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17342, '2023-02-02', 3048, 15565, 5344, 18669, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17343, '2023-02-02', 3101, 15566, 5344, 4396, '2.0000', '6.8700', '6.8700', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17344, '2023-02-02', 3311, 15567, 5344, 22894, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17345, '2023-02-02', 3314, 15568, 5344, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '46.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17346, '2023-02-02', 2552, 15569, 5344, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '60.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17347, '2023-02-02', 2933, 15570, 5345, 13301, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17348, '2023-02-02', 2645, 15571, 5345, 27334, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17349, '2023-02-02', 2822, 15572, 5345, 16300, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17350, '2023-02-02', 2644, 15573, 5345, 22875, '7.0000', '3.4229', '3.4229', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17351, '2023-02-02', 3840, 15574, 5345, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17352, '2023-02-02', 2919, 15575, 5345, 27342, '3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17353, '2023-02-02', 3602, 15576, 5345, 14498, '4.0000', '1.1667', '1.1667', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17354, '2023-02-02', 3120, 15577, 5345, 27330, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17355, '2023-02-02', 2653, 15578, 5345, 22874, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '111.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17356, '2023-02-02', 2789, 15579, 5345, 27244, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17357, '2023-02-02', 3314, 15580, 5345, 27284, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17358, '2023-02-02', 3123, 15581, 5345, 24015, '3.0000', '5.1400', '5.1400', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17359, '2023-02-02', 2653, 15582, 5346, 22874, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '109.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17360, '2023-02-02', 3074, 15583, 5346, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17361, '2023-02-02', 2500, 15584, 5346, 24433, '-1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17362, '2023-02-02', 2500, 15584, 5346, 25500, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17363, '2023-02-02', 2500, 15584, 5346, 26567, '-1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17364, '2023-02-02', 2500, 15584, 5346, 27296, '2.0000', '10.8300', '10.8300', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17365, '2023-02-02', 3257, 15585, 5346, 4552, '2.0000', '2.4900', '2.4900', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17366, '2023-02-02', 2902, 15586, 5346, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '20.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17367, '2023-02-02', 3553, 15587, 5346, 20474, '-3.0000', '2.4265', '2.4265', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17368, '2023-02-02', 3553, 15587, 5346, 21522, '3.0000', '2.4265', '2.4265', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17369, '2023-02-02', 3553, 15587, 5346, 22570, '-3.0000', '2.4265', '2.4265', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17370, '2023-02-02', 3553, 15587, 5346, 23741, '-3.0000', '2.4265', '2.4265', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17371, '2023-02-02', 3553, 15587, 5346, 27276, '8.0000', '3.9600', '3.9600', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17372, '2023-02-02', 2711, 15588, 5346, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17373, '2023-02-02', 3084, 15589, 5346, 15781, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17374, '2023-02-02', 2644, 15590, 5346, 22875, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17375, '2023-02-02', 2645, 15591, 5346, 27334, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17376, '2023-02-02', 2860, 15592, 5346, 4155, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17377, '2023-02-02', 2859, 15593, 5346, 4154, '1.0000', '6.3200', '6.3200', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17378, '2023-02-02', 3314, 15594, 5346, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17379, '2023-02-02', 2822, 15595, 5346, 16300, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17380, '2023-02-02', 2919, 15596, 5346, 27342, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17381, '2023-02-02', 2936, 15597, 5346, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17382, '2023-02-02', 3621, 15598, 5347, 14537, '3.0000', '0.5833', '0.5833', '3.0000', '3.0000', '47.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17383, '2023-02-02', 2653, 15599, 5347, 22874, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '103.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17384, '2023-02-02', 3120, 15600, 5347, 27330, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17385, '2023-02-02', 3172, 15601, 5347, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17386, '2023-02-02', 2922, 15602, 5347, 24021, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17387, '2023-02-02', 2927, 15603, 5347, 24022, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17388, '2023-02-02', 3212, 15604, 5348, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17389, '2023-02-02', 3120, 15605, 5348, 27330, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17390, '2023-02-02', 3086, 15606, 5348, 22834, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17391, '2023-02-02', 2982, 15607, 5348, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17392, '2023-02-02', 2534, 15608, 5349, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17393, '2023-02-02', 2873, 15609, 5350, 24403, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17394, '2023-02-02', 3086, 15610, 5350, 22834, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17395, '2023-02-02', 3120, 15611, 5351, 27330, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17396, '2023-02-02', 3234, 15612, 5352, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '21.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17397, '2023-02-02', 2835, 15613, 5352, 8678, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17398, '2023-02-02', 3593, 15614, 5352, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17399, '2023-02-02', 2800, 15615, 5352, 4095, '1.0000', '9.8500', '9.8500', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17400, '2023-02-02', 2559, 15616, 5353, 3854, '1.0000', '6.3800', '6.3800', '8.5000', '8.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17401, '2023-02-02', 3519, 15617, 5353, 4925, '1.0000', '25.5000', '25.5000', '34.0000', '34.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17402, '2023-02-02', 2800, 15618, 5354, 4095, '2.0000', '9.8500', '9.8500', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17403, '2023-02-02', 3233, 15619, 5354, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '11.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17404, '2023-02-02', 2490, 15620, 5354, 3785, '4.0000', '0.6900', '0.6900', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17405, '2023-02-02', 2719, 15621, 5354, 10010, '2.0000', '0.8500', '0.8500', '2.0000', '2.0000', '45.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17406, '2023-02-02', 2492, 15622, 5354, 3787, '1.0000', '2.6400', '2.6400', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17407, '2023-02-02', 3260, 15623, 5354, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '44.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17408, '2023-02-02', 3831, 15624, 5354, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '26.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17409, '2023-02-02', 2644, 15625, 5355, 22875, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17410, '2023-02-02', 2645, 15626, 5356, 27334, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17411, '2023-02-02', 3182, 15627, 5356, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17412, '2023-02-02', 2645, 15628, 5357, 27334, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17413, '2023-02-02', 2936, 15629, 5357, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17414, '2023-02-02', 2923, 15630, 5357, 18561, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17415, '2023-02-02', 2927, 15631, 5357, 24022, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17416, '2023-02-03', 3602, 15632, 5358, 14498, '2.0000', '1.1667', '1.1667', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17417, '2023-02-03', 2534, 15633, 5358, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17418, '2023-02-03', 3314, 15634, 5358, 27284, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17419, '2023-02-03', 2687, 15635, 5359, 3982, '1.0000', '22.9000', '22.9000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17420, '2023-02-03', 3123, 15636, 5359, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17421, '2023-02-03', 3641, 15637, 5359, 22895, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17422, '2023-02-03', 2725, 15638, 5360, 14298, '1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17423, '2023-02-03', 2725, 15638, 5360, 15586, '-6.0000', '3.8700', '3.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17424, '2023-02-03', 2725, 15638, 5360, 16911, '-1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17425, '2023-02-03', 2725, 15638, 5360, 18402, '4.0000', '3.8700', '3.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17426, '2023-02-03', 2725, 15638, 5360, 19516, '-1.0000', '3.8700', '3.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17427, '2023-02-03', 2725, 15638, 5360, 20612, '-5.0000', '3.8700', '3.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17428, '2023-02-03', 2725, 15638, 5360, 21660, '5.0000', '3.8700', '3.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17429, '2023-02-03', 2725, 15638, 5360, 22708, '-5.0000', '3.8700', '3.8700', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17430, '2023-02-03', 2725, 15638, 5360, 27240, '21.0000', '2.9100', '2.9100', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17431, '2023-02-03', 3262, 15639, 5360, 10020, '2.0000', '4.8700', '4.8700', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17432, '2023-02-03', 3556, 15640, 5360, 10016, '2.0000', '7.3700', '7.3700', '11.0000', '11.0000', '24.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17433, '2023-02-03', 2699, 15641, 5360, 27303, '7.0000', '5.1000', '5.1000', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 447, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17434, '2023-02-03', 3056, 15642, 5360, 4351, '1.0000', '71.6900', '71.6900', '95.0000', '95.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17440, '2023-02-03', 3084, 15648, 5362, 15781, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 303, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17441, '2023-02-03', 3483, 15649, 5363, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '156.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17442, '2023-02-03', 2507, 15650, 5363, 27257, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17443, '2023-02-03', 2952, 15651, 5363, 24006, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17444, '2023-02-03', 2713, 15652, 5363, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17445, '2023-02-03', 3080, 15653, 5364, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '34.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17446, '2023-02-03', 3187, 15654, 5365, 27234, '1.0000', '0.6964', '0.6964', '1.2500', '1.2500', '2.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17447, '2023-02-03', 3048, 15655, 5366, 18669, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17448, '2023-02-03', 2713, 15656, 5366, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17449, '2023-02-03', 3187, 15657, 5366, 27234, '1.0000', '0.6964', '0.6964', '1.2500', '1.2500', '1.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17450, '2023-02-03', 3644, 15658, 5366, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17451, '2023-02-03', 2552, 15659, 5366, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '59.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17452, '2023-02-03', 2719, 15660, 5367, 10010, '10.0000', '0.8500', '0.8500', '2.0000', '2.0000', '25.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17453, '2023-02-03', 3327, 15661, 5367, 5967, '2.0000', '15.8800', '15.8800', '22.0000', '22.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17454, '2023-02-03', 2716, 15662, 5367, 5887, '6.0000', '3.3500', '3.3500', '4.5000', '4.5000', '39.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17455, '2023-02-03', 3234, 15663, 5367, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '19.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17456, '2023-02-03', 2697, 15664, 5367, 5830, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '35.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17457, '2023-02-03', 2698, 15665, 5367, 22898, '4.0000', '6.6000', '6.6000', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17458, '2023-02-03', 2699, 15666, 5367, 27303, '1.0000', '5.1000', '5.1000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 447, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17459, '2023-02-03', 2699, 15666, 5367, 27304, '4.0000', '6.0000', '6.0000', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17460, '2023-02-03', 2713, 15667, 5368, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17461, '2023-02-03', 2500, 15668, 5368, 27296, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17462, '2023-02-03', 3048, 15669, 5368, 18669, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17463, '2023-02-03', 3015, 15670, 5368, 24010, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '44.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17464, '2023-02-03', 3483, 15671, 5368, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '152.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17465, '2023-02-03', 2712, 15672, 5368, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '11.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17466, '2023-02-03', 3593, 15673, 5368, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17467, '2023-02-03', 2660, 15674, 5369, 22896, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17468, '2023-02-03', 2952, 15675, 5370, 24006, '2.0000', '3.4167', '3.4167', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 421, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17469, '2023-02-03', 2952, 15675, 5370, 24211, '-1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17470, '2023-02-03', 2952, 15675, 5370, 25278, '1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17471, '2023-02-03', 2952, 15675, 5370, 26345, '-1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17472, '2023-02-03', 2952, 15675, 5370, 27538, '-1.0000', '3.4167', '3.4167', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17473, '2023-02-03', 2952, 15675, 5370, 28456, '12.0000', '3.2500', '3.2500', '4.0000', '4.0000', '60.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17474, '2023-02-03', 2893, 15676, 5370, 28459, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17475, '2023-02-03', 2711, 15677, 5371, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17476, '2023-02-03', 3646, 15678, 5372, 15726, '22.0000', '1.1233', '1.1233', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17477, '2023-02-03', 2965, 15679, 5373, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17478, '2023-02-03', 3286, 15680, 5373, 4581, '1.0000', '49.2500', '49.2500', '65.0000', '65.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17479, '2023-02-03', 2901, 15681, 5373, 27290, '1.0000', '14.5313', '14.5313', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 443, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17480, '2023-02-03', 3868, 15682, 5374, 28461, '3.0000', '0.8000', '0.8000', '1.0000', '1.0000', '77.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17481, '2023-02-03', 2901, 15683, 5374, 27290, '2.0000', '14.5313', '14.5313', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 443, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17482, '2023-02-03', 3868, 15684, 5375, 28461, '3.0000', '0.8000', '0.8000', '1.0000', '1.0000', '74.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17483, '2023-02-03', 2517, 15685, 5376, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '17.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17484, '2023-02-03', 3868, 15686, 5376, 28461, '2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '72.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17485, '2023-02-03', 3061, 15687, 5377, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17486, '2023-02-03', 3063, 15688, 5377, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17487, '2023-02-03', 3182, 15689, 5377, 4477, '-2.0000', '7.1300', '7.1300', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17488, '2023-02-03', 3182, 15689, 5377, 19641, '1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17489, '2023-02-03', 3182, 15689, 5377, 20131, '-7.0000', '5.7540', '5.7540', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17490, '2023-02-03', 3182, 15689, 5377, 21179, '7.0000', '5.7540', '5.7540', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17491, '2023-02-03', 3182, 15689, 5377, 22227, '-7.0000', '5.7540', '5.7540', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17492, '2023-02-03', 3182, 15689, 5377, 23389, '-1.0000', '5.7540', '5.7540', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17493, '2023-02-03', 3182, 15689, 5377, 27259, '10.0000', '7.0200', '7.0200', '11.0000', '11.0000', '20.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17494, '2023-02-03', 3121, 15690, 5377, 24487, '-1.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17495, '2023-02-03', 3121, 15690, 5377, 25554, '1.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17496, '2023-02-03', 3121, 15690, 5377, 26621, '-1.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17497, '2023-02-03', 3121, 15690, 5377, 27272, '2.0000', '0.0000', '0.0000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17498, '2023-02-03', 3314, 15691, 5377, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17499, '2023-02-03', 3085, 15692, 5377, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17500, '2023-02-03', 3868, 15693, 5378, 28461, '10.0000', '0.8000', '0.8000', '1.0000', '1.0000', '62.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17501, '2023-02-03', 2642, 15694, 5378, 27293, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17502, '2023-02-03', 3314, 15695, 5379, 27284, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17503, '2023-02-03', 3256, 15696, 5380, 22837, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17504, '2023-02-03', 3074, 15697, 5380, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17505, '2023-02-03', 3015, 15698, 5380, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '43.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17506, '2023-02-03', 3182, 15699, 5380, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '19.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17507, '2023-02-03', 2642, 15700, 5381, 27293, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17508, '2023-02-03', 3483, 15701, 5381, 4771, '-4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17509, '2023-02-03', 3483, 15701, 5381, 19640, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '147.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17510, '2023-02-03', 2949, 15702, 5381, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17511, '2023-02-03', 3074, 15703, 5382, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17512, '2023-02-03', 2644, 15704, 5383, 22875, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17513, '2023-02-03', 3482, 15705, 5383, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '15.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17514, '2023-02-03', 3840, 15706, 5384, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17515, '2023-02-03', 3060, 15707, 5385, 24004, '1.0000', '6.7025', '6.7025', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17516, '2023-02-03', 3048, 15708, 5385, 4343, '-1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17517, '2023-02-03', 3048, 15708, 5385, 18669, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17518, '2023-02-03', 3085, 15709, 5386, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17519, '2023-02-03', 2647, 15710, 5386, 23984, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17520, '2023-02-03', 2644, 15711, 5387, 22875, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17521, '2023-02-03', 2644, 15711, 5387, 23259, '-25.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17522, '2023-02-03', 2644, 15711, 5387, 27255, '26.0000', '3.4229', '3.4229', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17523, '2023-02-03', 2645, 15712, 5388, 27334, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17524, '2023-02-03', 3084, 15713, 5388, 16143, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17525, '2023-02-03', 3314, 15714, 5389, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17526, '2023-02-03', 3608, 15715, 5389, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '48.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17527, '2023-02-03', 2645, 15716, 5390, 27334, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17528, '2023-02-03', 3172, 15717, 5390, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17529, '2023-02-03', 2933, 15718, 5391, 13301, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17530, '2023-02-03', 3483, 15719, 5392, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '145.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17531, '2023-02-03', 3647, 15720, 5393, 15725, '1.0000', '19.4000', '19.4000', '25.0000', '25.0000', '5.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17532, '2023-02-03', 2647, 15721, 5393, 23984, '9.0000', '7.7517', '7.7517', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17533, '2023-02-03', 2936, 15722, 5394, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17534, '2023-02-03', 2926, 15723, 5394, 5398, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17535, '2023-02-03', 3187, 15724, 5395, 27234, '1.0000', '0.6964', '0.6964', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17536, '2023-02-03', 3187, 15724, 5395, 27270, '1.0000', '0.7143', '0.7143', '1.2500', '1.2500', '83.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17537, '2023-02-03', 2711, 15725, 5396, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17538, '2023-02-03', 2645, 15726, 5397, 27334, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17539, '2023-02-03', 3343, 15727, 5397, 22830, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17540, '2023-02-03', 2982, 15728, 5397, 27299, '2.0000', '4.7500', '4.7500', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17541, '2023-02-03', 3230, 15729, 5397, 18925, '-2.0000', '2.5700', '2.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17542, '2023-02-03', 3230, 15729, 5397, 20013, '2.0000', '2.5700', '2.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17543, '2023-02-03', 3230, 15729, 5397, 21061, '-2.0000', '2.5700', '2.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17544, '2023-02-03', 3230, 15729, 5397, 22109, '2.0000', '2.5700', '2.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17545, '2023-02-03', 3230, 15729, 5397, 28466, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17546, '2023-02-03', 2552, 15730, 5397, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '57.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17547, '2023-02-03', 3172, 15731, 5397, 22888, '3.0000', '3.5200', '3.5200', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17548, '2023-02-03', 3015, 15732, 5398, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '42.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17549, '2023-02-03', 3868, 15733, 5399, 28461, '2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '60.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17550, '2023-02-03', 3172, 15734, 5400, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17551, '2023-02-03', 3847, 15735, 5401, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17552, '2023-02-03', 2711, 15736, 5402, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17553, '2023-02-03', 2645, 15737, 5403, 27334, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17554, '2023-02-03', 3314, 15738, 5403, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17555, '2023-02-03', 3316, 15739, 5403, 4611, '1.0000', '19.0000', '19.0000', '26.0000', '26.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17556, '2023-02-03', 3609, 15740, 5404, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '81.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17557, '2023-02-03', 3230, 15741, 5404, 28466, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17558, '2023-02-03', 3853, 15742, 5405, 27287, '2.0000', '0.7250', '0.7250', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17559, '2023-02-03', 2822, 15743, 5405, 16300, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17560, '2023-02-03', 2902, 15744, 5406, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '19.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17561, '2023-02-03', 2952, 15745, 5406, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17562, '2023-02-03', 3314, 15746, 5406, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '35.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17563, '2023-02-03', 2552, 15747, 5406, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '56.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17564, '2023-02-03', 2645, 15748, 5407, 27334, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17565, '2023-02-03', 3017, 15749, 5408, 24014, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17566, '2023-02-03', 2713, 15750, 5409, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17567, '2023-02-03', 3314, 15751, 5410, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17568, '2023-02-03', 2645, 15752, 5411, 27334, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17569, '2023-02-03', 2645, 15753, 5412, 27334, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17570, '2023-02-03', 2644, 15754, 5412, 27255, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17571, '2023-02-04', 3646, 15755, 5413, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17572, '2023-02-04', 2711, 15756, 5413, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17573, '2023-02-04', 2642, 15757, 5413, 27293, '6.0000', '7.2502', '7.2502', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17574, '2023-02-04', 2645, 15758, 5413, 27334, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17575, '2023-02-04', 3868, 15759, 5414, 28461, '1.0000', '0.8000', '0.8000', '1.0000', '1.0000', '59.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17576, '2023-02-04', 2766, 15760, 5415, 4061, '2.0000', '1.3000', '1.3000', '2.0000', '2.0000', '241.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17577, '2023-02-04', 3120, 15761, 5416, 27330, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17578, '2023-02-04', 3061, 15762, 5416, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17579, '2023-02-04', 3483, 15763, 5416, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '141.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17580, '2023-02-04', 2517, 15764, 5416, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '16.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17581, '2023-02-04', 3114, 15765, 5417, 17459, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 345, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17582, '2023-02-04', 3114, 15765, 5417, 17931, '-2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17583, '2023-02-04', 3114, 15765, 5417, 19042, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17584, '2023-02-04', 3114, 15765, 5417, 20130, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17585, '2023-02-04', 3868, 15766, 5418, 28461, '5.0000', '0.8000', '0.8000', '1.0000', '1.0000', '54.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17586, '2023-02-04', 3121, 15767, 5419, 28443, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '22.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17587, '2023-02-04', 2552, 15768, 5419, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '55.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17588, '2023-02-04', 2534, 15769, 5420, 22867, '2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17589, '2023-02-04', 2902, 15770, 5421, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '18.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17590, '2023-02-04', 2814, 15771, 5422, 4109, '1.0000', '11.7200', '11.7200', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17591, '2023-02-04', 3855, 15772, 5422, 27310, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17592, '2023-02-04', 3121, 15773, 5422, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '21.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17593, '2023-02-04', 2936, 15774, 5422, 24024, '6.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17594, '2023-02-04', 3165, 15775, 5423, 24002, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17595, '2023-02-04', 2711, 15776, 5424, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17596, '2023-02-04', 2923, 15777, 5425, 18561, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17597, '2023-02-04', 2792, 15778, 5426, 4087, '1.0000', '75.3100', '75.3100', '100.0000', '100.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17598, '2023-02-04', 2822, 15779, 5427, 16300, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17599, '2023-02-04', 3868, 15780, 5428, 28461, '10.0000', '0.8000', '0.8000', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17600, '2023-02-04', 2712, 15781, 5428, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '10.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17601, '2023-02-04', 3123, 15782, 5428, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17602, '2023-02-04', 2982, 15783, 5429, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17603, '2023-02-04', 3081, 15784, 5430, 14355, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17604, '2023-02-04', 2713, 15785, 5431, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17605, '2023-02-04', 3172, 15786, 5431, 22888, '3.0000', '3.5200', '3.5200', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17606, '2023-02-04', 3314, 15787, 5432, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17607, '2023-02-04', 2712, 15788, 5433, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '9.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17608, '2023-02-04', 3314, 15789, 5433, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17609, '2023-02-04', 3868, 15790, 5434, 28461, '2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17610, '2023-02-04', 2713, 15791, 5435, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17611, '2023-02-04', 3015, 15792, 5435, 24010, '4.0000', '0.9042', '0.9042', '2.0000', '2.0000', '38.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17612, '2023-02-04', 3612, 15793, 5435, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17613, '2023-02-04', 3061, 15794, 5436, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17614, '2023-02-04', 3172, 15795, 5437, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17615, '2023-02-04', 2918, 15796, 5437, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17616, '2023-02-04', 2648, 15797, 5438, 27253, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17617, '2023-02-04', 2645, 15798, 5439, 27334, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17618, '2023-02-04', 2648, 15799, 5440, 27253, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17619, '2023-02-04', 2648, 15800, 5441, 27253, '6.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17620, '2023-02-04', 2648, 15800, 5441, 27728, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17621, '2023-02-04', 3172, 15801, 5441, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17622, '2023-02-04', 2552, 15802, 5441, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '54.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17623, '2023-02-04', 2645, 15803, 5442, 27334, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 453, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17624, '2023-02-04', 2645, 15803, 5442, 27730, '-6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17625, '2023-02-04', 2645, 15803, 5442, 28442, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17626, '2023-02-04', 2552, 15804, 5443, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '53.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17627, '2023-02-04', 3646, 15805, 5444, 15726, '10.0000', '1.1233', '1.1233', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17628, '2023-02-04', 3314, 15806, 5444, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17629, '2023-02-04', 3172, 15807, 5444, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17630, '2023-02-04', 2487, 15808, 5445, 14546, '2.0000', '0.5600', '0.5600', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17631, '2023-02-04', 2645, 15809, 5446, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '63.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17632, '2023-02-04', 2647, 15810, 5446, 23984, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17633, '2023-02-04', 3063, 15811, 5446, 14612, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17634, '2023-02-04', 2653, 15812, 5447, 22874, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '91.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17635, '2023-02-04', 3187, 15813, 5448, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '81.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17636, '2023-02-04', 3086, 15814, 5449, 22834, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17637, '2023-02-04', 2952, 15815, 5449, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17638, '2023-02-05', 2645, 15816, 5450, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '62.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17639, '2023-02-05', 2644, 15817, 5451, 27255, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17640, '2023-02-05', 2697, 15818, 5452, 5830, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17641, '2023-02-05', 2653, 15819, 5453, 22874, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '89.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17642, '2023-02-05', 3172, 15820, 5453, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17643, '2023-02-05', 3814, 15821, 5454, 22816, '1.0000', '10.0000', '10.0000', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17644, '2023-02-05', 2653, 15822, 5454, 22874, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '87.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17645, '2023-02-05', 2642, 15823, 5454, 27293, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17646, '2023-02-05', 3483, 15824, 5454, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '140.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17647, '2023-02-05', 2950, 15825, 5454, 27764, '-1.0000', '12.8750', '12.8750', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17648, '2023-02-05', 2950, 15825, 5454, 28448, '2.0000', '12.2911', '12.2911', '16.0000', '16.0000', '16.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17649, '2023-02-05', 2540, 15826, 5454, 3835, '2.0000', '6.0000', '6.0000', '9.0000', '9.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17650, '2023-02-05', 2653, 15827, 5455, 22874, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '85.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17651, '2023-02-05', 2504, 15828, 5456, 27256, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17652, '2023-02-05', 3190, 15829, 5457, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '84.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17653, '2023-02-05', 2766, 15830, 5457, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '240.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17654, '2023-02-05', 2711, 15831, 5458, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17655, '2023-02-05', 2973, 15832, 5459, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '10.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17656, '2023-02-05', 3063, 15833, 5460, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17657, '2023-02-05', 3061, 15834, 5460, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17658, '2023-02-05', 2485, 15835, 5461, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '2.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17659, '2023-02-05', 2534, 15836, 5461, 22867, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17660, '2023-02-05', 2952, 15837, 5461, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17661, '2023-02-05', 3602, 15838, 5462, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17662, '2023-02-05', 3061, 15839, 5463, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17663, '2023-02-05', 2504, 15840, 5463, 27256, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17664, '2023-02-05', 2713, 15841, 5464, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17665, '2023-02-05', 3483, 15842, 5465, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '138.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17666, '2023-02-05', 2634, 15843, 5466, 6626, '-3.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17667, '2023-02-05', 2634, 15843, 5466, 7589, '-11.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17668, '2023-02-05', 2634, 15843, 5466, 8550, '11.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17669, '2023-02-05', 2634, 15843, 5466, 9511, '-11.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17670, '2023-02-05', 2634, 15843, 5466, 9987, '12.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 115, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17671, '2023-02-05', 2634, 15843, 5466, 10856, '-1.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17672, '2023-02-05', 2634, 15843, 5466, 11826, '1.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17673, '2023-02-05', 2634, 15843, 5466, 12796, '-1.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17674, '2023-02-05', 2634, 15843, 5466, 14061, '-3.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17675, '2023-02-05', 2634, 15843, 5466, 15339, '-4.0000', '2.9167', '2.9167', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17676, '2023-02-05', 2634, 15843, 5466, 27237, '12.0000', '2.9583', '2.9583', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17677, '2023-02-05', 2517, 15844, 5466, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '15.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17678, '2023-02-05', 2918, 15845, 5467, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17679, '2023-02-05', 2504, 15846, 5467, 27256, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17680, '2023-02-05', 2981, 15847, 5468, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '1.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17681, '2023-02-05', 3172, 15848, 5469, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17682, '2023-02-05', 2645, 15849, 5470, 28442, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '60.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17683, '2023-02-05', 2653, 15850, 5471, 22874, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '79.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17684, '2023-02-05', 2711, 15851, 5472, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17685, '2023-02-05', 3784, 15852, 5472, 18527, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17686, '2023-02-05', 2822, 15853, 5473, 17813, '-13.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17687, '2023-02-05', 2822, 15853, 5473, 18922, '-14.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17688, '2023-02-05', 2822, 15853, 5473, 22873, '24.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17689, '2023-02-05', 2822, 15853, 5473, 23263, '7.0000', '4.6667', '4.6667', '8.0000', '8.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17690, '2023-02-05', 3172, 15854, 5473, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17691, '2023-02-05', 2864, 15855, 5473, 22891, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17692, '2023-02-05', 2981, 15856, 5473, 4799, '1.0000', '50.8700', '50.8700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, 44, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17693, '2023-02-05', 2891, 15857, 5474, 22889, '1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17694, '2023-02-05', 3172, 15858, 5474, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17695, '2023-02-05', 3641, 15859, 5474, 22895, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17696, '2023-02-05', 2927, 15860, 5474, 24022, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17697, '2023-02-05', 2926, 15861, 5474, 5398, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17698, '2023-02-05', 2504, 15862, 5474, 27256, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17699, '2023-02-05', 2922, 15863, 5475, 24021, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17700, '2023-02-05', 3063, 15864, 5475, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17701, '2023-02-05', 2487, 15865, 5476, 14546, '4.0000', '0.5600', '0.5600', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17702, '2023-02-05', 2926, 15866, 5477, 5398, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17703, '2023-02-05', 2485, 15867, 5478, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '1.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17704, '2023-02-05', 3868, 15868, 5479, 28461, '1.0000', '0.8000', '0.8000', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17705, '2023-02-05', 2926, 15869, 5479, 5398, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17706, '2023-02-05', 3084, 15870, 5480, 16143, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17707, '2023-02-05', 2708, 15871, 5481, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17708, '2023-02-05', 3646, 15872, 5482, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17709, '2023-02-05', 2642, 15873, 5483, 27293, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17710, '2023-02-05', 2645, 15874, 5483, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17711, '2023-02-05', 3172, 15875, 5484, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17712, '2023-02-05', 2923, 15876, 5485, 18974, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17713, '2023-02-05', 3061, 15877, 5486, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17714, '2023-02-05', 2713, 15878, 5487, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17715, '2023-02-05', 3085, 15879, 5488, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17716, '2023-02-05', 2644, 15880, 5489, 27255, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17717, '2023-02-05', 2822, 15881, 5489, 23263, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17718, '2023-02-05', 3852, 15882, 5489, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17719, '2023-02-05', 3086, 15883, 5490, 22834, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17720, '2023-02-05', 3483, 15884, 5491, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '136.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17721, '2023-02-05', 3483, 15885, 5492, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '135.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17722, '2023-02-05', 2713, 15886, 5493, 27247, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17723, '2023-02-05', 3868, 15887, 5493, 28461, '1.0000', '0.8000', '0.8000', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17724, '2023-02-05', 2712, 15888, 5494, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17725, '2023-02-05', 3015, 15889, 5494, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '37.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17726, '2023-02-05', 3625, 15890, 5494, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17727, '2023-02-05', 3187, 15891, 5494, 27270, '5.0000', '0.7143', '0.7143', '1.2500', '1.2500', '76.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17728, '2023-02-05', 2903, 15892, 5494, 14463, '3.0000', '0.8357', '0.8357', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17729, '2023-02-05', 3314, 15893, 5494, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17730, '2023-02-05', 2534, 15894, 5495, 23300, '-2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17731, '2023-02-05', 2534, 15894, 5495, 24001, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17732, '2023-02-05', 3121, 15895, 5495, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '20.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17733, '2023-02-05', 3483, 15896, 5496, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '133.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17734, '2023-02-05', 2893, 15897, 5497, 28459, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17735, '2023-02-05', 2903, 15898, 5497, 14463, '2.0000', '0.8357', '0.8357', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17736, '2023-02-05', 3646, 15899, 5497, 15726, '6.0000', '1.1233', '1.1233', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17737, '2023-02-05', 2712, 15900, 5497, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17738, '2023-02-05', 3172, 15901, 5497, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17739, '2023-02-05', 2534, 15902, 5497, 24001, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17740, '2023-02-05', 3048, 15903, 5497, 18669, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17741, '2023-02-05', 2822, 15904, 5497, 23263, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17742, '2023-02-05', 3120, 15905, 5498, 27330, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17743, '2023-02-05', 2734, 15906, 5498, 4029, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17744, '2023-02-05', 2713, 15907, 5498, 27247, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17745, '2023-02-05', 3123, 15908, 5498, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17746, '2023-02-05', 2922, 15909, 5498, 24021, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17747, '2023-02-05', 3048, 15910, 5498, 18669, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17748, '2023-02-05', 3646, 15911, 5499, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17749, '2023-02-05', 2922, 15912, 5499, 24021, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17750, '2023-02-05', 2642, 15913, 5499, 28042, '-4.0000', '7.2502', '7.2502', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17751, '2023-02-05', 2642, 15913, 5499, 28453, '5.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17752, '2023-02-05', 2653, 15914, 5499, 22874, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '74.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17753, '2023-02-05', 2950, 15915, 5499, 28448, '1.0000', '12.2911', '12.2911', '16.0000', '16.0000', '15.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17754, '2023-02-05', 3341, 15916, 5499, 13745, '-2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17755, '2023-02-05', 3341, 15916, 5499, 14412, '2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 237, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17756, '2023-02-05', 3341, 15916, 5499, 15000, '-2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17757, '2023-02-05', 3341, 15916, 5499, 18496, '3.0000', '21.5000', '21.5000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17758, '2023-02-05', 2653, 15917, 5500, 22874, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '70.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17759, '2023-02-05', 2713, 15918, 5500, 27331, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17760, '2023-02-05', 3212, 15919, 5500, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17761, '2023-02-05', 2893, 15920, 5501, 28459, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17762, '2023-02-05', 2982, 15921, 5501, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17763, '2023-02-06', 3187, 15922, 5502, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '74.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17764, '2023-02-06', 2903, 15923, 5502, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '15.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17765, '2023-02-06', 3328, 15924, 5503, 5965, '1.0000', '8.0000', '8.0000', '12.0000', '12.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17766, '2023-02-06', 3239, 15925, 5503, 10031, '3.0000', '0.6000', '0.6000', '2.5000', '2.5000', '61.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17767, '2023-02-06', 2490, 15926, 5503, 3785, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17768, '2023-02-06', 2835, 15927, 5503, 8678, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17769, '2023-02-06', 2608, 15928, 5503, 23975, '2.0000', '33.4700', '33.4700', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17770, '2023-02-06', 3847, 15929, 5503, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17771, '2023-02-06', 3120, 15930, 5504, 27739, '-10.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17772, '2023-02-06', 3120, 15930, 5504, 28444, '12.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17773, '2023-02-06', 3120, 15930, 5504, 28467, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17774, '2023-02-06', 2952, 15931, 5504, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17775, '2023-02-06', 3602, 15932, 5504, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17776, '2023-02-06', 3187, 15933, 5505, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '72.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17777, '2023-02-06', 3314, 15934, 5505, 27284, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17778, '2023-02-06', 2514, 15935, 5506, 3809, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17779, '2023-02-06', 3212, 15936, 5506, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17780, '2023-02-06', 3868, 15937, 5506, 28461, '2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17781, '2023-02-06', 3015, 15938, 5506, 24010, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '35.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17782, '2023-02-06', 3587, 15939, 5507, 27264, '1.0000', '30.5000', '30.5000', '41.0000', '41.0000', '2.0000', 1, 0, NULL, 439, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17783, '2023-02-06', 3123, 15940, 5508, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17784, '2023-02-06', 2534, 15941, 5509, 24001, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17785, '2023-02-06', 3123, 15942, 5509, 24015, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17786, '2023-02-06', 2906, 15943, 5509, 4201, '1.0000', '1.6000', '1.6000', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17787, '2023-02-06', 2646, 15944, 5510, 27254, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17788, '2023-02-06', 2646, 15944, 5510, 27732, '-3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17789, '2023-02-06', 2646, 15944, 5510, 28492, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '68.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17790, '2023-02-06', 2504, 15945, 5510, 27256, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17791, '2023-02-06', 2698, 15946, 5511, 22898, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17792, '2023-02-06', 2800, 15947, 5511, 4095, '1.0000', '9.8500', '9.8500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17793, '2023-02-06', 2667, 15948, 5511, 3962, '1.0000', '27.0000', '27.0000', '38.0000', '38.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17794, '2023-02-06', 2660, 15949, 5512, 22896, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17795, '2023-02-06', 3187, 15950, 5513, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '70.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17796, '2023-02-06', 2508, 15951, 5514, 14605, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17797, '2023-02-06', 3061, 15952, 5514, 15705, '2.0000', '4.1736', '4.1736', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17798, '2023-02-06', 3120, 15953, 5515, 28467, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17799, '2023-02-06', 3483, 15954, 5516, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '130.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17800, '2023-02-06', 2713, 15955, 5516, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17801, '2023-02-06', 3120, 15956, 5517, 28467, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17802, '2023-02-06', 2646, 15957, 5518, 28492, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '65.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17803, '2023-02-06', 2901, 15958, 5519, 27290, '2.0000', '14.5313', '14.5313', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 443, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17804, '2023-02-06', 2902, 15959, 5519, 28446, '2.0000', '6.7400', '6.7400', '9.0000', '9.0000', '16.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17805, '2023-02-06', 3074, 15960, 5520, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17806, '2023-02-06', 2923, 15961, 5520, 27345, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17807, '2023-02-06', 3172, 15962, 5520, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17808, '2023-02-06', 2711, 15963, 5520, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17809, '2023-02-06', 2647, 15964, 5521, 23984, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17810, '2023-02-06', 3017, 15965, 5521, 24014, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17811, '2023-02-06', 3580, 15966, 5521, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17812, '2023-02-06', 3172, 15967, 5521, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17813, '2023-02-06', 2660, 15968, 5521, 22896, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17814, '2023-02-06', 2890, 15969, 5521, 15749, '1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17815, '2023-02-06', 2504, 15970, 5521, 27745, '-2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17816, '2023-02-06', 2504, 15970, 5521, 28498, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17817, '2023-02-06', 3746, 15971, 5521, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17818, '2023-02-06', 3250, 15972, 5522, 4545, '1.0000', '12.4700', '12.4700', '19.0000', '19.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17819, '2023-02-06', 2561, 15973, 5522, 3856, '1.0000', '8.5200', '8.5200', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17820, '2023-02-06', 2746, 15974, 5523, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17821, '2023-02-06', 2711, 15975, 5524, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17822, '2023-02-06', 2510, 15976, 5525, 3805, '1.0000', '21.0000', '21.0000', '30.0000', '30.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17823, '2023-02-06', 2746, 15977, 5526, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17824, '2023-02-06', 2648, 15978, 5527, 27728, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17825, '2023-02-06', 3314, 15979, 5528, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17826, '2023-02-06', 3314, 15980, 5529, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17827, '2023-02-06', 2552, 15981, 5530, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '52.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17828, '2023-02-06', 3612, 15982, 5530, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17829, '2023-02-06', 2713, 15983, 5531, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17830, '2023-02-06', 2982, 15984, 5532, 27299, '2.0000', '4.7500', '4.7500', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17831, '2023-02-06', 3868, 15985, 5533, 28461, '1.0000', '0.8000', '0.8000', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17832, '2023-02-06', 3187, 15986, 5534, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '68.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17833, '2023-02-06', 3483, 15987, 5535, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '129.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17834, '2023-02-06', 2646, 15988, 5536, 28492, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '62.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17835, '2023-02-06', 3230, 15989, 5536, 28466, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17836, '2023-02-06', 3017, 15990, 5536, 24014, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17837, '2023-02-06', 3344, 15991, 5537, 18499, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17838, '2023-02-06', 2646, 15992, 5538, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '60.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17839, '2023-02-06', 3017, 15993, 5538, 24014, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17840, '2023-02-06', 3096, 15994, 5539, 4391, '1.0000', '24.3300', '24.3300', '31.0000', '31.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17841, '2023-02-06', 2646, 15995, 5540, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '58.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17842, '2023-02-06', 3341, 15996, 5541, 18496, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 350, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17843, '2023-02-06', 2713, 15997, 5542, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17844, '2023-02-06', 3868, 15998, 5542, 28461, '2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '35.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17845, '2023-02-06', 3048, 15999, 5542, 18669, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17846, '2023-02-06', 3840, 16000, 5543, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17847, '2023-02-06', 2645, 16001, 5544, 28442, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17848, '2023-02-06', 3172, 16002, 5544, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17849, '2023-02-06', 3314, 16003, 5545, 27284, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17850, '2023-02-06', 2552, 16004, 5545, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '50.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17851, '2023-02-06', 2644, 16005, 5546, 27255, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17852, '2023-02-06', 3120, 16006, 5546, 28467, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17853, '2023-02-06', 2952, 16007, 5546, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17854, '2023-02-06', 3482, 16008, 5546, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17855, '2023-02-06', 2933, 16009, 5547, 13301, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17856, '2023-02-06', 2642, 16010, 5548, 28453, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17857, '2023-02-06', 3868, 16011, 5548, 28461, '3.0000', '0.8000', '0.8000', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17858, '2023-02-06', 2646, 16012, 5548, 28492, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '57.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17859, '2023-02-06', 2822, 16013, 5548, 23263, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17860, '2023-02-06', 3017, 16014, 5548, 24014, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17861, '2023-02-06', 2644, 16015, 5549, 27255, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17862, '2023-02-07', 3120, 16016, 5550, 28467, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17863, '2023-02-07', 3062, 16017, 5551, 22876, '2.0000', '12.8233', '12.8233', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17864, '2023-02-07', 3483, 16018, 5551, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '125.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17865, '2023-02-07', 3868, 16019, 5551, 28461, '3.0000', '0.8000', '0.8000', '1.0000', '1.0000', '29.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17866, '2023-02-07', 3048, 16020, 5551, 19752, '-48.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17867, '2023-02-07', 3048, 16020, 5551, 20800, '48.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17868, '2023-02-07', 3048, 16020, 5551, 21848, '-48.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17869, '2023-02-07', 3048, 16020, 5551, 22999, '-35.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17870, '2023-02-07', 3048, 16020, 5551, 23993, '85.0000', '0.8333', '0.8333', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17871, '2023-02-07', 3482, 16021, 5551, 24011, '4.0000', '1.2500', '1.2500', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17872, '2023-02-07', 3114, 16022, 5552, 20130, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17873, '2023-02-07', 3120, 16023, 5552, 28467, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17874, '2023-02-07', 3074, 16024, 5553, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17875, '2023-02-07', 2713, 16025, 5554, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17876, '2023-02-07', 2922, 16026, 5554, 24021, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17877, '2023-02-07', 3483, 16027, 5554, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '123.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17878, '2023-02-07', 2653, 16028, 5555, 22874, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '63.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17879, '2023-02-07', 2534, 16029, 5555, 24001, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17880, '2023-02-07', 2936, 16030, 5555, 24024, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17881, '2023-02-07', 2936, 16030, 5555, 27348, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17882, '2023-02-07', 3483, 16031, 5555, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '121.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17883, '2023-02-07', 3314, 16032, 5555, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17884, '2023-02-07', 3646, 16033, 5555, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17885, '2023-02-07', 3829, 16034, 5556, 23959, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17886, '2023-02-07', 2711, 16035, 5556, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17887, '2023-02-07', 3868, 16036, 5556, 28461, '2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17888, '2023-02-07', 3582, 16037, 5556, 13339, '2.0000', '10.7500', '10.7500', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17889, '2023-02-07', 3774, 16038, 5556, 17427, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17890, '2023-02-07', 3856, 16039, 5556, 27308, '1.0000', '17.9000', '17.9000', '23.0000', '23.0000', '1.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17891, '2023-02-07', 3311, 16040, 5557, 22894, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17892, '2023-02-07', 3314, 16041, 5557, 27284, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17893, '2023-02-07', 3256, 16042, 5557, 22837, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17894, '2023-02-07', 3580, 16043, 5557, 22865, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17895, '2023-02-07', 2893, 16044, 5557, 28459, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17896, '2023-02-07', 3305, 16045, 5557, 4600, '100.0000', '0.6100', '0.6100', '1.0000', '1.0000', '78.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17897, '2023-02-07', 2499, 16046, 5557, 28445, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17898, '2023-02-07', 3086, 16047, 5558, 22834, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17899, '2023-02-07', 2893, 16048, 5558, 28459, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17900, '2023-02-07', 3625, 16049, 5558, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17901, '2023-02-07', 3256, 16050, 5558, 22837, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17902, '2023-02-07', 3314, 16051, 5558, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17903, '2023-02-07', 3085, 16052, 5558, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17904, '2023-02-07', 2890, 16053, 5558, 15749, '1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17905, '2023-02-07', 2936, 16054, 5559, 27348, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17906, '2023-02-07', 2713, 16055, 5559, 27331, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17907, '2023-02-07', 2965, 16056, 5559, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '37.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17908, '2023-02-07', 3483, 16057, 5559, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '120.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17909, '2023-02-07', 3120, 16058, 5560, 28467, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17910, '2023-02-07', 3483, 16059, 5560, 19640, '7.0000', '0.8583', '0.8583', '1.5000', '1.5000', '113.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17911, '2023-02-07', 3172, 16060, 5560, 22888, '2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17912, '2023-02-07', 2713, 16061, 5560, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17913, '2023-02-07', 2789, 16062, 5560, 27244, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17914, '2023-02-07', 3483, 16063, 5561, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '110.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17915, '2023-02-07', 2952, 16064, 5561, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '54.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17916, '2023-02-07', 3172, 16065, 5561, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17917, '2023-02-07', 3840, 16066, 5561, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17918, '2023-02-07', 2712, 16067, 5561, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17919, '2023-02-07', 3608, 16068, 5561, 14504, '2.0000', '0.5000', '0.5000', '1.0000', '1.0000', '46.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17920, '2023-02-07', 3015, 16069, 5561, 24010, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '33.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17921, '2023-02-07', 3062, 16070, 5561, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17922, '2023-02-07', 3120, 16071, 5561, 28467, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17923, '2023-02-07', 3145, 16072, 5562, 5054, '1.0000', '14.9600', '14.9600', '23.0000', '23.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17924, '2023-02-07', 2758, 16073, 5562, 4053, '1.0000', '3.8500', '3.8500', '7.5000', '7.5000', '41.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17925, '2023-02-07', 3834, 16074, 5562, 23977, '1.0000', '4.8700', '4.8700', '10.0000', '10.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17926, '2023-02-07', 2759, 16075, 5562, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '14.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17927, '2023-02-07', 2716, 16076, 5562, 5887, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '38.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17928, '2023-02-07', 3132, 16077, 5562, 4427, '1.0000', '1.5300', '1.5300', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17929, '2023-02-07', 2494, 16078, 5562, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '73.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17930, '2023-02-07', 3587, 16079, 5563, 27264, '1.0000', '30.5000', '30.5000', '41.0000', '41.0000', '1.0000', 1, 0, NULL, 439, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17931, '2023-02-07', 2960, 16080, 5563, 27301, '3.0000', '9.2878', '9.2878', '12.0000', '12.0000', '32.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17932, '2023-02-07', 2494, 16081, 5563, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '72.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17933, '2023-02-07', 2970, 16082, 5564, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17934, '2023-02-07', 3061, 16083, 5565, 15705, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17935, '2023-02-07', 3483, 16084, 5566, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '109.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17936, '2023-02-07', 2712, 16085, 5567, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17937, '2023-02-07', 2713, 16086, 5568, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17938, '2023-02-07', 2642, 16087, 5569, 28453, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17939, '2023-02-07', 2534, 16088, 5570, 24001, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17940, '2023-02-07', 3868, 16089, 5570, 28461, '1.0000', '0.8000', '0.8000', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17941, '2023-02-07', 2791, 16090, 5570, 18513, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17942, '2023-02-07', 2713, 16091, 5571, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17943, '2023-02-07', 3015, 16092, 5571, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '32.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17944, '2023-02-07', 3482, 16093, 5571, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17945, '2023-02-07', 3868, 16094, 5572, 28461, '3.0000', '0.8000', '0.8000', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17946, '2023-02-07', 3172, 16095, 5572, 22888, '1.0000', '3.5200', '3.5200', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17947, '2023-02-07', 3074, 16096, 5572, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17948, '2023-02-07', 2642, 16097, 5573, 28453, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17949, '2023-02-07', 3483, 16098, 5573, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '108.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17950, '2023-02-07', 3602, 16099, 5574, 14498, '1.0000', '1.1667', '1.1667', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17951, '2023-02-07', 3314, 16100, 5575, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17952, '2023-02-07', 2499, 16101, 5576, 28445, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17953, '2023-02-07', 3314, 16102, 5577, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17954, '2023-02-07', 3868, 16103, 5578, 28461, '1.0000', '0.8000', '0.8000', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17955, '2023-02-07', 2922, 16104, 5579, 24021, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17958, '2023-02-07', 2645, 16107, 5581, 28442, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '51.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17959, '2023-02-07', 3085, 16108, 5581, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17960, '2023-02-07', 3482, 16109, 5581, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17961, '2023-02-07', 3172, 16110, 5581, 28255, '-2.0000', '3.5200', '3.5200', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17962, '2023-02-07', 3172, 16110, 5581, 28478, '4.0000', '3.5201', '3.5201', '4.0000', '4.0000', '103.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17963, '2023-02-07', 3868, 16111, 5582, 28461, '2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17964, '2023-02-07', 3048, 16112, 5583, 23993, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17965, '2023-02-07', 3827, 16113, 5583, 22880, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17966, '2023-02-07', 3869, 16114, 5580, 28489, '1.0000', '56.0000', '56.0000', '70.0000', '70.0000', '0.0000', 1, 0, NULL, 465, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17967, '2023-02-07', 3147, 16115, 5580, 4442, '1.0000', '4.0495', '4.0495', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17968, '2023-02-07', 2645, 16116, 5584, 28442, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17969, '2023-02-07', 2595, 16117, 5585, 3890, '1.0000', '6.2100', '6.2100', '8.5000', '8.5000', '119.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17970, '2023-02-07', 3061, 16118, 5585, 16046, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17971, '2023-02-07', 2759, 16119, 5585, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '13.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17972, '2023-02-07', 3746, 16120, 5585, 17142, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17973, '2023-02-07', 2645, 16121, 5585, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17974, '2023-02-07', 2711, 16122, 5586, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17975, '2023-02-07', 3172, 16123, 5586, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '102.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17976, '2023-02-07', 2645, 16124, 5587, 28442, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17977, '2023-02-07', 3165, 16125, 5588, 24002, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17978, '2023-02-07', 2982, 16126, 5588, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17979, '2023-02-07', 3230, 16127, 5589, 28466, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17980, '2023-02-07', 2552, 16128, 5589, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '48.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17981, '2023-02-07', 3868, 16129, 5590, 28461, '1.0000', '0.8000', '0.8000', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17982, '2023-02-07', 3868, 16130, 5591, 28461, '1.0000', '0.8000', '0.8000', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17983, '2023-02-07', 3235, 16131, 5592, 17434, '1.0000', '88.2500', '88.2500', '105.0000', '105.0000', '7.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17984, '2023-02-07', 3190, 16132, 5592, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '83.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17985, '2023-02-07', 2517, 16133, 5592, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '14.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17986, '2023-02-07', 3868, 16134, 5593, 28461, '1.0000', '0.8000', '0.8000', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17987, '2023-02-07', 2645, 16135, 5594, 28442, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17988, '2023-02-07', 3172, 16136, 5594, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '100.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17989, '2023-02-07', 3187, 16137, 5595, 27270, '1.0000', '0.7143', '0.7143', '1.2500', '1.2500', '67.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17990, '2023-02-07', 2982, 16138, 5596, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17991, '2023-02-07', 2552, 16139, 5597, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '47.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17992, '2023-02-07', 3646, 16140, 5598, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17993, '2023-02-07', 2822, 16141, 5599, 23263, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17994, '2023-02-07', 3314, 16142, 5599, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17995, '2023-02-07', 3641, 16143, 5600, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17996, '2023-02-08', 2952, 16144, 5601, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '53.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17997, '2023-02-08', 2902, 16145, 5602, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '15.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17998, '2023-02-08', 3483, 16146, 5602, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '106.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (17999, '2023-02-08', 3048, 16147, 5602, 23993, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18000, '2023-02-08', 2713, 16148, 5602, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18001, '2023-02-08', 2534, 16149, 5602, 24001, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 419, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18002, '2023-02-08', 3609, 16150, 5602, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '79.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18003, '2023-02-08', 2952, 16151, 5602, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18004, '2023-02-08', 2893, 16152, 5602, 28459, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18005, '2023-02-08', 2699, 16153, 5603, 27304, '6.0000', '6.0000', '6.0000', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18006, '2023-02-08', 2723, 16154, 5603, 4018, '4.0000', '1.4900', '1.4900', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18007, '2023-02-08', 3266, 16155, 5603, 4561, '4.0000', '1.0100', '1.0100', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18008, '2023-02-08', 3856, 16156, 5603, 27308, '1.0000', '17.9000', '17.9000', '23.0000', '23.0000', '0.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18009, '2023-02-08', 2963, 16157, 5603, 5663, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18010, '2023-02-08', 2712, 16158, 5604, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '4.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18011, '2023-02-08', 2893, 16159, 5605, 28459, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18012, '2023-02-08', 3482, 16160, 5605, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18013, '2023-02-08', 3121, 16161, 5605, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '19.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18014, '2023-02-08', 2713, 16162, 5605, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18015, '2023-02-08', 3314, 16163, 5605, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18016, '2023-02-08', 3048, 16164, 5605, 23993, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18017, '2023-02-08', 3483, 16165, 5605, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '104.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18018, '2023-02-08', 3074, 16166, 5606, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18019, '2023-02-08', 2653, 16167, 5606, 22874, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '58.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18020, '2023-02-08', 2893, 16168, 5606, 28459, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18021, '2023-02-08', 3311, 16169, 5607, 22894, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18022, '2023-02-08', 2653, 16170, 5607, 22874, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '54.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18023, '2023-02-08', 2952, 16171, 5607, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18024, '2023-02-08', 3212, 16172, 5607, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18025, '2023-02-08', 3120, 16173, 5607, 28467, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18026, '2023-02-08', 2875, 16174, 5607, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18027, '2023-02-08', 2713, 16175, 5608, 27331, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18028, '2023-02-08', 3868, 16176, 5608, 28461, '4.0000', '0.8000', '0.8000', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18029, '2023-02-08', 3483, 16177, 5608, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '103.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18030, '2023-02-08', 2534, 16178, 5609, 27769, '-3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18031, '2023-02-08', 2534, 16178, 5609, 28451, '6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18032, '2023-02-08', 2950, 16179, 5609, 28448, '1.0000', '12.2911', '12.2911', '16.0000', '16.0000', '14.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18033, '2023-02-08', 2653, 16180, 5610, 22874, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18034, '2023-02-08', 3780, 16181, 5610, 18502, '4.0000', '0.7917', '0.7917', '1.5000', '1.5000', '104.0000', 1, 0, NULL, 351, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18035, '2023-02-08', 2712, 16182, 5610, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '3.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18036, '2023-02-08', 3483, 16183, 5610, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '102.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18037, '2023-02-08', 2534, 16184, 5611, 28451, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18038, '2023-02-08', 3086, 16185, 5611, 22834, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18039, '2023-02-08', 3644, 16186, 5611, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18040, '2023-02-08', 2677, 16187, 5612, 5445, '2.0000', '10.6200', '10.6200', '14.0000', '14.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18041, '2023-02-08', 3133, 16188, 5613, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18042, '2023-02-08', 3121, 16189, 5614, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '18.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18043, '2023-02-08', 2711, 16190, 5615, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18044, '2023-02-08', 2504, 16191, 5616, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18045, '2023-02-08', 2552, 16192, 5616, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '46.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18046, '2023-02-08', 3172, 16193, 5617, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '99.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18047, '2023-02-08', 3522, 16194, 5618, 4928, '1.0000', '14.0000', '14.0000', '19.0000', '19.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18048, '2023-02-08', 2711, 16195, 5619, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18049, '2023-02-08', 3063, 16196, 5619, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18050, '2023-02-08', 2935, 16197, 5619, 24027, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18051, '2023-02-08', 2923, 16198, 5619, 27345, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18052, '2023-02-08', 2642, 16199, 5620, 28453, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18053, '2023-02-08', 2822, 16200, 5621, 23263, '10.0000', '4.6667', '4.6667', '8.0000', '8.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18054, '2023-02-08', 2922, 16201, 5621, 24021, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18055, '2023-02-08', 2875, 16202, 5622, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18056, '2023-02-08', 2507, 16203, 5623, 27257, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18057, '2023-02-08', 2644, 16204, 5623, 27255, '10.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18058, '2023-02-08', 2713, 16205, 5624, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18059, '2023-02-08', 3483, 16206, 5624, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '100.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18060, '2023-02-08', 2661, 16207, 5624, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '6.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18061, '2023-02-08', 2713, 16208, 5625, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18062, '2023-02-08', 3778, 16209, 5626, 18489, '1.0000', '0.3000', '0.3000', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18063, '2023-02-08', 2923, 16210, 5627, 27345, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18064, '2023-02-08', 2933, 16211, 5628, 13301, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18065, '2023-02-08', 2893, 16212, 5629, 28459, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18066, '2023-02-08', 2918, 16213, 5630, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18067, '2023-02-08', 3868, 16214, 5630, 28461, '1.0000', '0.8000', '0.8000', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18068, '2023-02-08', 2647, 16215, 5631, 23984, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18069, '2023-02-08', 3482, 16216, 5631, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18070, '2023-02-08', 3061, 16217, 5632, 16046, '1.0000', '4.1736', '4.1736', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18071, '2023-02-08', 3061, 16217, 5632, 17553, '-5.0000', '4.1736', '4.1736', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18072, '2023-02-08', 3061, 16217, 5632, 19743, '-4.0000', '4.1736', '4.1736', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18073, '2023-02-08', 3061, 16217, 5632, 20791, '4.0000', '4.1736', '4.1736', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18074, '2023-02-08', 3061, 16217, 5632, 21839, '-4.0000', '4.1736', '4.1736', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18075, '2023-02-08', 3061, 16217, 5632, 23987, '10.0000', '4.8500', '4.8500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18076, '2023-02-08', 3483, 16218, 5632, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '98.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18077, '2023-02-08', 2893, 16219, 5633, 28459, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18078, '2023-02-08', 3868, 16220, 5634, 28461, '3.0000', '0.8000', '0.8000', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18079, '2023-02-08', 3831, 16221, 5635, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18080, '2023-02-08', 3825, 16222, 5635, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18081, '2023-02-08', 2949, 16223, 5636, 22864, '2.0000', '6.6700', '6.6700', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18082, '2023-02-08', 3074, 16224, 5637, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18083, '2023-02-08', 3256, 16225, 5638, 22837, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18084, '2023-02-08', 2642, 16226, 5638, 28453, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18085, '2023-02-08', 2923, 16227, 5638, 27345, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18086, '2023-02-08', 2926, 16228, 5638, 5398, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18087, '2023-02-08', 2936, 16229, 5638, 27348, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18088, '2023-02-08', 3230, 16230, 5638, 28466, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18089, '2023-02-08', 2646, 16231, 5638, 28492, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '54.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18090, '2023-02-08', 3172, 16232, 5638, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '98.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18091, '2023-02-08', 3172, 16233, 5639, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '96.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18092, '2023-02-08', 2646, 16234, 5640, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '52.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18093, '2023-02-08', 2534, 16235, 5641, 28451, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18094, '2023-02-08', 2661, 16236, 5642, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18095, '2023-02-08', 2917, 16237, 5643, 14446, '1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 246, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18096, '2023-02-08', 2645, 16238, 5643, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18097, '2023-02-08', 2642, 16239, 5644, 28453, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18098, '2023-02-09', 2642, 16240, 5645, 28453, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18099, '2023-02-09', 2897, 16241, 5646, 19361, '-1.0000', '191.6633', '191.6633', '240.0000', '240.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18100, '2023-02-09', 2897, 16241, 5646, 27233, '2.0000', '159.4667', '159.4667', '240.0000', '240.0000', '1.0000', 1, 0, NULL, 431, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18101, '2023-02-09', 2653, 16242, 5647, 22874, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18102, '2023-02-09', 2822, 16243, 5647, 23263, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18103, '2023-02-09', 2822, 16243, 5647, 27731, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18104, '2023-02-09', 2712, 16244, 5648, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '2.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18105, '2023-02-09', 3483, 16245, 5649, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '95.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18106, '2023-02-09', 2552, 16246, 5649, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '45.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18107, '2023-02-09', 3086, 16247, 5649, 22834, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18108, '2023-02-09', 2879, 16248, 5649, 28471, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18109, '2023-02-09', 3840, 16249, 5650, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18110, '2023-02-09', 2653, 16250, 5650, 22874, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '43.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18111, '2023-02-09', 3048, 16251, 5650, 23993, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18112, '2023-02-09', 3483, 16252, 5650, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '94.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18113, '2023-02-09', 2534, 16253, 5650, 28451, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18114, '2023-02-09', 3120, 16254, 5650, 28467, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18115, '2023-02-09', 2713, 16255, 5651, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18116, '2023-02-09', 3483, 16256, 5651, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '93.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18117, '2023-02-09', 2653, 16257, 5651, 22874, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18118, '2023-02-09', 2889, 16258, 5651, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18119, '2023-02-09', 3617, 16259, 5652, 14530, '10.0000', '0.7000', '0.7000', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18120, '2023-02-09', 2514, 16260, 5653, 3809, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18121, '2023-02-09', 3174, 16261, 5653, 4469, '1.0000', '1.0900', '1.0900', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18122, '2023-02-09', 3314, 16262, 5653, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18123, '2023-02-09', 3172, 16263, 5653, 28478, '4.0000', '3.5201', '3.5201', '4.0000', '4.0000', '92.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18124, '2023-02-09', 2483, 16264, 5653, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18125, '2023-02-09', 2835, 16265, 5653, 8678, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18126, '2023-02-09', 3256, 16266, 5653, 22837, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18127, '2023-02-09', 2710, 16267, 5653, 27250, '2.0000', '5.0000', '5.0000', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18128, '2023-02-09', 3627, 16268, 5654, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '48.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18129, '2023-02-09', 2661, 16269, 5654, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '2.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18130, '2023-02-09', 3553, 16270, 5655, 27276, '1.0000', '3.9600', '3.9600', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18131, '2023-02-09', 2716, 16271, 5655, 5887, '2.0000', '3.3500', '3.3500', '4.5000', '4.5000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18132, '2023-02-09', 2699, 16272, 5655, 27304, '10.0000', '6.0000', '6.0000', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18133, '2023-02-09', 2481, 16273, 5655, 5780, '1.0000', '19.2700', '19.2700', '43.0000', '43.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18134, '2023-02-09', 2612, 16274, 5655, 9880, '15.0000', '4.6000', '4.6000', '9.0000', '9.0000', '12.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18135, '2023-02-09', 2645, 16275, 5656, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18136, '2023-02-09', 2699, 16276, 5657, 27304, '3.0000', '6.0000', '6.0000', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18137, '2023-02-09', 2517, 16277, 5658, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '13.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18138, '2023-02-09', 2889, 16278, 5658, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18139, '2023-02-09', 3074, 16279, 5659, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18140, '2023-02-09', 2702, 16280, 5660, 3997, '30.0000', '0.0900', '0.0900', '0.2500', '0.2500', '342.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18141, '2023-02-09', 3256, 16281, 5660, 22837, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18142, '2023-02-09', 2661, 16282, 5660, 27285, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18143, '2023-02-09', 3820, 16283, 5661, 22851, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18144, '2023-02-09', 2661, 16284, 5662, 27505, '-8.0000', '0.2817', '0.2817', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18145, '2023-02-09', 2661, 16284, 5662, 28510, '10.0000', '0.2817', '0.2817', '0.5000', '0.5000', '50.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18146, '2023-02-09', 2517, 16285, 5663, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '12.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18147, '2023-02-09', 2504, 16286, 5663, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18148, '2023-02-09', 3172, 16287, 5663, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '90.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18149, '2023-02-09', 2487, 16288, 5664, 14546, '4.0000', '0.5600', '0.5600', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18150, '2023-02-09', 2704, 16289, 5665, 3999, '20.0000', '0.1000', '0.1000', '0.5000', '0.5000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18151, '2023-02-09', 2698, 16290, 5665, 22898, '1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18152, '2023-02-09', 2699, 16291, 5665, 27304, '1.0000', '6.0000', '6.0000', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18153, '2023-02-09', 3062, 16292, 5665, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18154, '2023-02-09', 2517, 16293, 5666, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '11.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18155, '2023-02-09', 2500, 16294, 5666, 27296, '3.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18156, '2023-02-09', 2500, 16294, 5666, 28462, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18157, '2023-02-09', 2864, 16295, 5666, 23245, '-1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18158, '2023-02-09', 2864, 16295, 5666, 28476, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18159, '2023-02-09', 3172, 16296, 5666, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '89.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18160, '2023-02-09', 3182, 16297, 5666, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '18.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18161, '2023-02-09', 2822, 16298, 5667, 28493, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18162, '2023-02-09', 3855, 16299, 5668, 27310, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18163, '2023-02-09', 3063, 16300, 5669, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18164, '2023-02-09', 3015, 16301, 5669, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '31.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18165, '2023-02-09', 2713, 16302, 5670, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18166, '2023-02-09', 3062, 16303, 5671, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18167, '2023-02-09', 2646, 16304, 5672, 28492, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '49.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18168, '2023-02-09', 2660, 16305, 5672, 22896, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18169, '2023-02-09', 2933, 16306, 5673, 13301, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18170, '2023-02-09', 2893, 16307, 5674, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18171, '2023-02-09', 2646, 16308, 5675, 28492, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '46.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18172, '2023-02-09', 2660, 16309, 5675, 22896, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18173, '2023-02-09', 3482, 16310, 5675, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18174, '2023-02-09', 2949, 16311, 5676, 22864, '1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18175, '2023-02-09', 2949, 16311, 5676, 27508, '-1.0000', '6.6700', '6.6700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18176, '2023-02-09', 2949, 16311, 5676, 28504, '2.0000', '6.4200', '6.4200', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18177, '2023-02-09', 2651, 16312, 5677, 22869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 400, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18178, '2023-02-09', 2651, 16312, 5677, 23550, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18179, '2023-02-09', 2651, 16312, 5677, 28036, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18180, '2023-02-09', 2651, 16312, 5677, 28454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18181, '2023-02-09', 2646, 16313, 5678, 28492, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '43.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18182, '2023-02-09', 2651, 16314, 5679, 28454, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18183, '2023-02-09', 2901, 16315, 5680, 27290, '1.0000', '14.5313', '14.5313', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 443, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18184, '2023-02-09', 2651, 16316, 5681, 28454, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18185, '2023-02-09', 3314, 16317, 5681, 27284, '3.0000', '0.6875', '0.6875', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18186, '2023-02-09', 2920, 16318, 5682, 24019, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18187, '2023-02-09', 3096, 16319, 5683, 4391, '1.0000', '24.3300', '24.3300', '31.0000', '31.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18188, '2023-02-09', 2651, 16320, 5684, 28454, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18189, '2023-02-09', 3121, 16321, 5685, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '17.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18190, '2023-02-09', 2634, 16322, 5685, 28460, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18191, '2023-02-09', 2644, 16323, 5686, 27727, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18192, '2023-02-09', 2644, 16323, 5686, 28495, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '71.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18193, '2023-02-09', 2653, 16324, 5686, 22874, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18194, '2023-02-09', 2713, 16325, 5687, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18195, '2023-02-09', 3868, 16326, 5688, 28461, '2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18196, '2023-02-09', 3187, 16327, 5689, 27270, '4.0000', '0.7143', '0.7143', '1.2500', '1.2500', '63.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18197, '2023-02-09', 2853, 16328, 5690, 4148, '1.0000', '2.7800', '2.7800', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18198, '2023-02-09', 2713, 16329, 5691, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18199, '2023-02-09', 3084, 16330, 5691, 16143, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18200, '2023-02-10', 2644, 16331, 5692, 28495, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '70.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18201, '2023-02-10', 2713, 16332, 5693, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18202, '2023-02-10', 3772, 16333, 5693, 27267, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18203, '2023-02-10', 3772, 16333, 5693, 28103, '-1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18204, '2023-02-10', 3772, 16333, 5693, 28457, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18205, '2023-02-10', 2713, 16334, 5694, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18206, '2023-02-10', 2952, 16335, 5695, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18207, '2023-02-10', 3015, 16336, 5695, 24010, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '29.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18208, '2023-02-10', 3483, 16337, 5695, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18209, '2023-02-10', 3114, 16338, 5696, 21178, '-2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18210, '2023-02-10', 3114, 16338, 5696, 22226, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18211, '2023-02-10', 3114, 16338, 5696, 23387, '-2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18212, '2023-02-10', 3114, 16338, 5696, 27249, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18213, '2023-02-10', 2875, 16339, 5696, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18214, '2023-02-10', 2534, 16340, 5697, 28464, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18215, '2023-02-10', 2642, 16341, 5697, 28453, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18216, '2023-02-10', 2644, 16342, 5697, 28495, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '67.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18217, '2023-02-10', 2653, 16343, 5697, 22874, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18218, '2023-02-10', 2713, 16344, 5698, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18219, '2023-02-10', 2789, 16345, 5698, 27738, '-1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18220, '2023-02-10', 2789, 16345, 5698, 28465, '3.0000', '10.1500', '10.1500', '11.5000', '11.5000', '9.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18221, '2023-02-10', 2534, 16346, 5699, 28464, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18222, '2023-02-10', 2893, 16347, 5699, 28527, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18223, '2023-02-10', 3840, 16348, 5699, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18224, '2023-02-10', 3505, 16349, 5700, 4911, '1.0000', '27.0000', '27.0000', '36.0000', '36.0000', '2.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18225, '2023-02-10', 2902, 16350, 5701, 28446, '3.0000', '6.7400', '6.7400', '9.0000', '9.0000', '12.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18226, '2023-02-10', 3064, 16351, 5701, 22890, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18227, '2023-02-10', 2500, 16352, 5701, 28462, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18228, '2023-02-10', 2661, 16353, 5701, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '48.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18229, '2023-02-10', 2713, 16354, 5701, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18230, '2023-02-10', 3483, 16355, 5701, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18231, '2023-02-10', 2789, 16356, 5701, 28465, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '8.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18232, '2023-02-10', 3230, 16357, 5702, 28466, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18233, '2023-02-10', 3284, 16358, 5703, 4579, '1.0000', '124.8400', '124.8400', '165.0000', '165.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18234, '2023-02-10', 2901, 16359, 5704, 27290, '1.0000', '14.5313', '14.5313', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 443, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18235, '2023-02-10', 2949, 16360, 5704, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18236, '2023-02-10', 2642, 16361, 5705, 28453, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18237, '2023-02-10', 2822, 16362, 5706, 28493, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18238, '2023-02-10', 3061, 16363, 5707, 23987, '3.0000', '4.8500', '4.8500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18239, '2023-02-10', 3483, 16364, 5707, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18240, '2023-02-10', 2653, 16365, 5707, 22874, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18241, '2023-02-10', 3609, 16366, 5708, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '77.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18242, '2023-02-10', 2952, 16367, 5708, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18243, '2023-02-10', 2935, 16368, 5709, 24027, '10.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18244, '2023-02-10', 3608, 16369, 5710, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '45.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18245, '2023-02-10', 2902, 16370, 5711, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18246, '2023-02-10', 2645, 16371, 5712, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18247, '2023-02-10', 2952, 16372, 5712, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18248, '2023-02-10', 3074, 16373, 5713, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18249, '2023-02-10', 2822, 16374, 5714, 28493, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18250, '2023-02-10', 2645, 16375, 5714, 28442, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18251, '2023-02-10', 2822, 16376, 5715, 28493, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18252, '2023-02-10', 3172, 16377, 5716, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '88.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18253, '2023-02-10', 2643, 16378, 5717, 13377, '2.0000', '6.5466', '6.5466', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18254, '2023-02-10', 2645, 16379, 5717, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18255, '2023-02-10', 3825, 16380, 5717, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18256, '2023-02-10', 3074, 16381, 5717, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18257, '2023-02-10', 3231, 16382, 5718, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18258, '2023-02-10', 3784, 16383, 5718, 18527, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18259, '2023-02-10', 3314, 16384, 5718, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18260, '2023-02-10', 2646, 16385, 5719, 28492, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '42.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18261, '2023-02-10', 2643, 16386, 5719, 13377, '2.0000', '6.5466', '6.5466', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18262, '2023-02-10', 2645, 16387, 5719, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18263, '2023-02-10', 2645, 16388, 5720, 28442, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18264, '2023-02-10', 2645, 16389, 5721, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18265, '2023-02-10', 3172, 16390, 5721, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '87.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18266, '2023-02-10', 2933, 16391, 5722, 13301, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18267, '2023-02-10', 3314, 16392, 5722, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18268, '2023-02-10', 2504, 16393, 5723, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18269, '2023-02-10', 2647, 16394, 5723, 23984, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18270, '2023-02-10', 2746, 16395, 5723, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18271, '2023-02-10', 2494, 16396, 5723, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '71.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18272, '2023-02-10', 3833, 16397, 5723, 23976, '1.0000', '20.3900', '20.3900', '28.0000', '28.0000', '5.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18273, '2023-02-10', 3080, 16398, 5723, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '33.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18274, '2023-02-10', 2952, 16399, 5723, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18275, '2023-02-10', 2712, 16400, 5724, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '1.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18276, '2023-02-10', 2647, 16401, 5725, 23984, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18277, '2023-02-10', 2647, 16401, 5725, 27252, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18278, '2023-02-10', 2645, 16402, 5726, 28442, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18279, '2023-02-10', 3086, 16403, 5727, 22834, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18280, '2023-02-10', 2902, 16404, 5728, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18281, '2023-02-10', 2645, 16405, 5728, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18282, '2023-02-10', 2902, 16406, 5729, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18283, '2023-02-10', 3230, 16407, 5729, 28466, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18284, '2023-02-10', 3166, 16408, 5729, 23285, '2.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18285, '2023-02-10', 2645, 16409, 5729, 28442, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18286, '2023-02-10', 2713, 16410, 5729, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18287, '2023-02-10', 2643, 16411, 5729, 13377, '1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 228, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18288, '2023-02-10', 2643, 16411, 5729, 14975, '-7.0000', '6.5466', '6.5466', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18289, '2023-02-10', 2643, 16411, 5729, 15700, '8.0000', '6.5466', '6.5466', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18290, '2023-02-10', 3086, 16412, 5729, 27295, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '22.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18291, '2023-02-10', 2935, 16413, 5729, 27786, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18292, '2023-02-10', 3853, 16414, 5729, 27287, '5.0000', '0.7250', '0.7250', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18293, '2023-02-10', 2982, 16415, 5730, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18294, '2023-02-10', 3609, 16416, 5731, 14506, '4.0000', '0.3871', '0.3871', '1.0000', '1.0000', '73.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18295, '2023-02-10', 3230, 16417, 5732, 28466, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18296, '2023-02-10', 2711, 16418, 5733, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18297, '2023-02-10', 3063, 16419, 5734, 14612, '2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18298, '2023-02-10', 2644, 16420, 5734, 28495, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '63.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18299, '2023-02-10', 2933, 16421, 5734, 13301, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18300, '2023-02-10', 3172, 16422, 5734, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '85.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18301, '2023-02-10', 2552, 16423, 5735, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18302, '2023-02-10', 3853, 16424, 5735, 27287, '2.0000', '0.7250', '0.7250', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18303, '2023-02-10', 2935, 16425, 5736, 27786, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18304, '2023-02-10', 2661, 16426, 5736, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '46.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18305, '2023-02-10', 2646, 16427, 5737, 28492, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18306, '2023-02-11', 2901, 16428, 5738, 27290, '1.0000', '14.5313', '14.5313', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 443, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18307, '2023-02-11', 2789, 16429, 5739, 28465, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '7.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18308, '2023-02-11', 2644, 16430, 5740, 28495, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '59.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18309, '2023-02-11', 2950, 16431, 5741, 28448, '4.0000', '12.2911', '12.2911', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18310, '2023-02-11', 3311, 16432, 5741, 22894, '8.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18311, '2023-02-11', 3311, 16432, 5741, 24902, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18312, '2023-02-11', 3048, 16433, 5741, 23993, '10.0000', '0.8333', '0.8333', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18313, '2023-02-11', 2504, 16434, 5741, 28498, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18314, '2023-02-11', 2645, 16435, 5742, 28442, '18.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18315, '2023-02-11', 2952, 16436, 5742, 28456, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18316, '2023-02-11', 2659, 16437, 5742, 3954, '-2.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18317, '2023-02-11', 2659, 16437, 5742, 15743, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18318, '2023-02-11', 2659, 16437, 5742, 17395, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 325, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18319, '2023-02-11', 2659, 16437, 5742, 22893, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18320, '2023-02-11', 2963, 16438, 5742, 5663, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18321, '2023-02-11', 2500, 16439, 5742, 28462, '2.0000', '10.8300', '10.8300', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18322, '2023-02-11', 3182, 16440, 5742, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '17.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18323, '2023-02-11', 2499, 16441, 5742, 28445, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18324, '2023-02-11', 2952, 16442, 5743, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18325, '2023-02-11', 2930, 16443, 5744, 27347, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18326, '2023-02-11', 2918, 16444, 5744, 13292, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18327, '2023-02-11', 3085, 16445, 5745, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18328, '2023-02-11', 3825, 16446, 5746, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18329, '2023-02-11', 2903, 16447, 5746, 14463, '2.0000', '0.8357', '0.8357', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18330, '2023-02-11', 2645, 16448, 5747, 28442, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18331, '2023-02-11', 2902, 16449, 5747, 28446, '2.0000', '6.7400', '6.7400', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18332, '2023-02-11', 2642, 16450, 5748, 28453, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18333, '2023-02-11', 2645, 16451, 5748, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18334, '2023-02-11', 2651, 16452, 5748, 28454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18335, '2023-02-11', 2921, 16453, 5748, 17408, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18336, '2023-02-11', 2921, 16453, 5748, 17861, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18337, '2023-02-11', 2921, 16453, 5748, 18971, '-1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18338, '2023-02-11', 2921, 16453, 5748, 24449, '-1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18339, '2023-02-11', 2921, 16453, 5748, 25516, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18340, '2023-02-11', 2921, 16453, 5748, 26583, '-1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18341, '2023-02-11', 2921, 16453, 5748, 27343, '3.0000', '4.1250', '4.1250', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18342, '2023-02-11', 3648, 16454, 5749, 17381, '1.0000', '24.0000', '24.0000', '30.0000', '30.0000', '7.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18343, '2023-02-11', 2921, 16455, 5749, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18344, '2023-02-11', 2921, 16456, 5750, 27343, '2.0000', '4.1250', '4.1250', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18345, '2023-02-11', 2920, 16457, 5751, 24019, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18346, '2023-02-11', 2923, 16458, 5751, 27345, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18347, '2023-02-11', 2936, 16459, 5751, 27348, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18348, '2023-02-11', 2645, 16460, 5752, 28442, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18349, '2023-02-11', 3482, 16461, 5753, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18350, '2023-02-11', 3595, 16462, 5754, 14483, '3.0000', '4.3900', '4.3900', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 252, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18351, '2023-02-11', 2711, 16463, 5755, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18352, '2023-02-11', 2495, 16464, 5756, 3790, '1.0000', '1.6100', '1.6100', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18353, '2023-02-11', 3244, 16465, 5756, 4539, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18354, '2023-02-11', 2507, 16466, 5757, 27257, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18355, '2023-02-11', 2645, 16467, 5758, 28442, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 456, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18356, '2023-02-11', 3063, 16468, 5759, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18357, '2023-02-11', 2711, 16469, 5759, 23983, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 413, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18358, '2023-02-11', 3231, 16470, 5760, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18359, '2023-02-11', 2719, 16471, 5761, 10010, '3.0000', '0.8500', '0.8500', '2.0000', '2.0000', '32.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18360, '2023-02-11', 3260, 16472, 5761, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '43.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18361, '2023-02-11', 3239, 16473, 5761, 10031, '1.0000', '0.6000', '0.6000', '2.5000', '2.5000', '60.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18362, '2023-02-11', 2474, 16474, 5761, 5979, '1.0000', '15.0000', '15.0000', '21.5000', '21.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18363, '2023-02-11', 2712, 16475, 5761, 27332, '1.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18364, '2023-02-11', 2712, 16475, 5761, 27772, '-3.0000', '15.3750', '15.3750', '17.0000', '17.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18365, '2023-02-11', 2712, 16475, 5761, 28508, '4.0000', '15.0000', '15.0000', '17.0000', '17.0000', '8.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18366, '2023-02-11', 2711, 16476, 5762, 24509, '-1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18367, '2023-02-11', 2711, 16476, 5762, 25576, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18368, '2023-02-11', 2711, 16476, 5762, 26643, '-1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18369, '2023-02-11', 2711, 16476, 5762, 27333, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18370, '2023-02-11', 3172, 16477, 5763, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '83.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18371, '2023-02-11', 2646, 16478, 5763, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18372, '2023-02-11', 3120, 16479, 5764, 28467, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18373, '2023-02-11', 2499, 16480, 5765, 28445, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18374, '2023-02-11', 2500, 16481, 5765, 28462, '2.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18375, '2023-02-11', 2890, 16482, 5765, 15749, '1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18376, '2023-02-11', 2886, 16483, 5765, 4181, '-3.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18377, '2023-02-11', 2886, 16483, 5765, 5480, '3.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18378, '2023-02-11', 2886, 16483, 5765, 7404, '-16.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18379, '2023-02-11', 2886, 16483, 5765, 8365, '16.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18380, '2023-02-11', 2886, 16483, 5765, 9326, '-16.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18381, '2023-02-11', 2886, 16483, 5765, 13873, '-4.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18382, '2023-02-11', 2886, 16483, 5765, 14576, '10.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18383, '2023-02-11', 2886, 16483, 5765, 15142, '-2.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18384, '2023-02-11', 2886, 16483, 5765, 15748, '13.0000', '5.1000', '5.1000', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18385, '2023-02-11', 3182, 16484, 5765, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '16.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18386, '2023-02-11', 2507, 16485, 5765, 27257, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18387, '2023-02-11', 2661, 16486, 5766, 28526, '4.0000', '0.2817', '0.2817', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18388, '2023-02-11', 2487, 16487, 5767, 14546, '2.0000', '0.5600', '0.5600', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18389, '2023-02-13', 3483, 16488, 5768, 19640, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18390, '2023-02-13', 2960, 16489, 5768, 27301, '1.0000', '9.2878', '9.2878', '12.0000', '12.0000', '31.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18391, '2023-02-13', 2722, 16490, 5768, 4017, '1.0000', '21.0100', '21.0100', '42.0000', '42.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18392, '2023-02-13', 2965, 16491, 5768, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '36.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18393, '2023-02-13', 3260, 16492, 5768, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '42.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18394, '2023-02-13', 2719, 16493, 5768, 10010, '3.0000', '0.8500', '0.8500', '2.0000', '2.0000', '29.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18395, '2023-02-13', 2996, 16494, 5768, 4291, '1.0000', '7.8500', '7.8500', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18396, '2023-02-13', 3233, 16495, 5768, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '10.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18397, '2023-02-13', 2482, 16496, 5769, 4820, '1.0000', '32.0000', '32.0000', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18398, '2023-02-13', 3553, 16497, 5769, 27276, '1.0000', '3.9600', '3.9600', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18399, '2023-02-13', 2977, 16498, 5769, 15691, '1.0000', '11.7483', '11.7483', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18400, '2023-02-13', 2951, 16499, 5769, 22794, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '37.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18401, '2023-02-13', 2698, 16500, 5769, 22898, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18402, '2023-02-13', 2697, 16501, 5769, 5830, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18403, '2023-02-13', 2960, 16502, 5770, 27301, '3.0000', '9.2878', '9.2878', '12.0000', '12.0000', '28.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18404, '2023-02-13', 2779, 16503, 5770, 4074, '4.0000', '2.5000', '2.5000', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18405, '2023-02-13', 2779, 16503, 5770, 5760, '14.0000', '2.5000', '2.5000', '3.5000', '3.5000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18406, '2023-02-13', 2716, 16504, 5770, 5887, '2.0000', '3.3500', '3.3500', '4.5000', '4.5000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18407, '2023-02-13', 3553, 16505, 5770, 28233, '-1.0000', '3.9600', '3.9600', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18408, '2023-02-13', 3553, 16505, 5770, 28503, '2.0000', '3.9565', '3.9565', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18409, '2023-02-13', 3784, 16506, 5770, 18527, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18410, '2023-02-13', 3190, 16507, 5770, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '82.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18411, '2023-02-13', 3840, 16508, 5771, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18412, '2023-02-13', 3644, 16509, 5772, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18413, '2023-02-13', 3120, 16510, 5773, 28467, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18414, '2023-02-13', 3048, 16511, 5773, 23993, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18415, '2023-02-13', 3015, 16512, 5773, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '28.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18416, '2023-02-13', 3483, 16513, 5773, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18417, '2023-02-13', 2713, 16514, 5773, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18418, '2023-02-13', 2552, 16515, 5773, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18419, '2023-02-13', 3086, 16516, 5773, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '21.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18420, '2023-02-13', 3625, 16517, 5774, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18421, '2023-02-13', 2513, 16518, 5774, 3808, '1.0000', '1.4200', '1.4200', '2.0000', '2.0000', '24.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18422, '2023-02-13', 3074, 16519, 5774, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18423, '2023-02-13', 2893, 16520, 5775, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18424, '2023-02-13', 2713, 16521, 5775, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18425, '2023-02-13', 3483, 16522, 5775, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18426, '2023-02-13', 2639, 16523, 5775, 3934, '1.0000', '1.1700', '1.1700', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18427, '2023-02-13', 2534, 16524, 5775, 28464, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18428, '2023-02-13', 2713, 16525, 5776, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18429, '2023-02-13', 3086, 16526, 5776, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '20.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18430, '2023-02-13', 3870, 16527, 5776, 28523, '1.0000', '6.6500', '6.6500', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18431, '2023-02-13', 2712, 16528, 5776, 28508, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '7.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18432, '2023-02-13', 2873, 16529, 5776, 25470, '-1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18433, '2023-02-13', 2873, 16529, 5776, 26537, '1.0000', '3.2000', '3.2000', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18434, '2023-02-13', 2873, 16529, 5776, 27329, '1.0000', '3.4200', '3.4200', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18435, '2023-02-13', 2524, 16530, 5776, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18436, '2023-02-13', 2661, 16531, 5777, 28526, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '41.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18437, '2023-02-13', 2710, 16532, 5777, 27250, '1.0000', '5.0000', '5.0000', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18438, '2023-02-13', 2677, 16533, 5777, 5445, '2.0000', '10.6200', '10.6200', '14.0000', '14.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18439, '2023-02-13', 3743, 16534, 5777, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18440, '2023-02-13', 2897, 16535, 5777, 27233, '1.0000', '159.4667', '159.4667', '240.0000', '240.0000', '0.0000', 1, 0, NULL, 431, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18441, '2023-02-13', 2476, 16536, 5777, 3771, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18442, '2023-02-13', 2952, 16537, 5778, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18443, '2023-02-13', 3172, 16538, 5778, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '82.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18444, '2023-02-13', 2713, 16539, 5778, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18445, '2023-02-13', 3120, 16540, 5779, 28467, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18446, '2023-02-13', 2950, 16541, 5779, 28448, '1.0000', '12.2911', '12.2911', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18447, '2023-02-13', 2902, 16542, 5779, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18448, '2023-02-13', 2952, 16543, 5779, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18449, '2023-02-13', 3172, 16544, 5779, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '81.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18450, '2023-02-13', 2713, 16545, 5779, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18451, '2023-02-13', 3483, 16546, 5779, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '77.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18452, '2023-02-13', 2712, 16547, 5779, 28508, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '6.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18453, '2023-02-13', 2711, 16548, 5780, 27333, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18454, '2023-02-13', 3212, 16549, 5780, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18455, '2023-02-13', 3121, 16550, 5780, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '16.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18456, '2023-02-13', 2660, 16551, 5780, 22896, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18457, '2023-02-13', 3187, 16552, 5780, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '61.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18458, '2023-02-13', 3483, 16553, 5780, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '75.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18459, '2023-02-13', 3868, 16554, 5780, 28461, '2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18460, '2023-02-13', 3827, 16555, 5780, 22880, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18461, '2023-02-13', 3820, 16556, 5781, 22851, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18462, '2023-02-13', 2653, 16557, 5782, 22874, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18463, '2023-02-13', 2534, 16558, 5782, 28464, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18464, '2023-02-13', 3483, 16559, 5782, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '74.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18465, '2023-02-13', 3015, 16560, 5782, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '27.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18466, '2023-02-13', 3641, 16561, 5782, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18467, '2023-02-13', 2893, 16562, 5782, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18468, '2023-02-13', 2646, 16563, 5782, 28492, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18469, '2023-02-13', 3646, 16564, 5782, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18470, '2023-02-13', 2713, 16565, 5782, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18471, '2023-02-13', 2534, 16566, 5783, 28464, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18472, '2023-02-13', 2507, 16567, 5783, 27257, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18473, '2023-02-13', 2893, 16568, 5783, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18474, '2023-02-13', 2713, 16569, 5783, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18475, '2023-02-13', 2653, 16570, 5783, 22874, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18476, '2023-02-13', 3641, 16571, 5784, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18477, '2023-02-13', 3483, 16572, 5784, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18478, '2023-02-13', 2712, 16573, 5784, 28508, '1.0000', '15.0000', '15.0000', '17.0000', '17.0000', '5.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18479, '2023-02-13', 2534, 16574, 5784, 28464, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18480, '2023-02-13', 2713, 16575, 5785, 27331, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18481, '2023-02-13', 2952, 16576, 5785, 28456, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18482, '2023-02-13', 3063, 16577, 5786, 14612, '1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18483, '2023-02-13', 2699, 16578, 5787, 27304, '1.0000', '6.0000', '6.0000', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18484, '2023-02-13', 2963, 16579, 5787, 5663, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18485, '2023-02-13', 2645, 16580, 5788, 28541, '9.0000', '8.5417', '8.5417', '12.0000', '12.0000', '87.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18486, '2023-02-13', 2710, 16581, 5789, 27250, '1.0000', '5.0000', '5.0000', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18487, '2023-02-13', 2952, 16582, 5789, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18488, '2023-02-13', 2660, 16583, 5789, 22896, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18489, '2023-02-15', 3120, 16584, 5790, 28467, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18490, '2023-02-15', 3120, 16584, 5790, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '35.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18491, '2023-02-15', 3646, 16585, 5790, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18492, '2023-02-15', 2653, 16586, 5790, 22874, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18493, '2023-02-15', 3827, 16587, 5790, 22880, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18494, '2023-02-15', 3172, 16588, 5790, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '80.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18495, '2023-02-15', 3048, 16589, 5791, 23993, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18496, '2023-02-15', 3015, 16590, 5791, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '26.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18497, '2023-02-15', 3172, 16591, 5791, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '79.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18498, '2023-02-15', 2653, 16592, 5791, 22874, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18499, '2023-02-15', 3646, 16593, 5791, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18500, '2023-02-15', 2711, 16594, 5792, 27333, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18501, '2023-02-15', 3048, 16595, 5792, 23993, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18502, '2023-02-15', 3015, 16596, 5792, 24010, '4.0000', '0.9042', '0.9042', '2.0000', '2.0000', '22.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18503, '2023-02-15', 3036, 16597, 5792, 5009, '1.0000', '22.7100', '22.7100', '26.0000', '26.0000', '1.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18504, '2023-02-15', 2606, 16598, 5792, 17422, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18505, '2023-02-15', 2923, 16599, 5792, 27345, '4.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18506, '2023-02-15', 2713, 16600, 5793, 27331, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18507, '2023-02-15', 3230, 16601, 5793, 28466, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18508, '2023-02-15', 2952, 16602, 5793, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18509, '2023-02-15', 2879, 16603, 5793, 28471, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18510, '2023-02-15', 3743, 16604, 5793, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18511, '2023-02-15', 3641, 16605, 5793, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18512, '2023-02-15', 2886, 16606, 5793, 15748, '1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 296, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18513, '2023-02-15', 2886, 16606, 5793, 17964, '-1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18514, '2023-02-15', 2886, 16606, 5793, 24556, '-1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18515, '2023-02-15', 2886, 16606, 5793, 25623, '1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18516, '2023-02-15', 2886, 16606, 5793, 26690, '-1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18517, '2023-02-15', 2886, 16606, 5793, 28472, '4.0000', '5.5300', '5.5300', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18518, '2023-02-15', 3314, 16607, 5793, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18519, '2023-02-15', 3085, 16608, 5793, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18520, '2023-02-15', 3843, 16609, 5794, 27260, '6.0000', '9.7100', '9.7100', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18521, '2023-02-15', 2661, 16610, 5794, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '39.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18522, '2023-02-15', 2504, 16611, 5794, 28498, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18523, '2023-02-15', 2712, 16612, 5794, 28508, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18524, '2023-02-15', 3015, 16613, 5794, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18525, '2023-02-15', 2791, 16614, 5794, 18513, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18526, '2023-02-15', 3062, 16615, 5795, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18527, '2023-02-15', 2645, 16616, 5795, 28541, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '81.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18528, '2023-02-15', 3818, 16617, 5795, 22820, '2.0000', '3.5429', '3.5429', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18529, '2023-02-15', 3841, 16618, 5795, 24028, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18530, '2023-02-15', 3566, 16619, 5795, 13171, '1.0000', '7.5000', '7.5000', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18531, '2023-02-15', 3048, 16620, 5795, 23993, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18532, '2023-02-15', 2950, 16621, 5795, 28448, '1.0000', '12.2911', '12.2911', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18533, '2023-02-15', 2713, 16622, 5795, 27862, '-1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18534, '2023-02-15', 2713, 16622, 5795, 28507, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18535, '2023-02-15', 3048, 16623, 5796, 23993, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18536, '2023-02-15', 2712, 16624, 5796, 28508, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18537, '2023-02-15', 2645, 16625, 5796, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '80.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18538, '2023-02-15', 2647, 16626, 5796, 27252, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18539, '2023-02-15', 2919, 16627, 5796, 27342, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18540, '2023-02-15', 2918, 16628, 5796, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18541, '2023-02-15', 2926, 16629, 5796, 5398, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18542, '2023-02-15', 2921, 16630, 5796, 27343, '2.0000', '4.1250', '4.1250', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18543, '2023-02-15', 3609, 16631, 5797, 14506, '3.0000', '0.3871', '0.3871', '1.0000', '1.0000', '70.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18544, '2023-02-15', 2893, 16632, 5797, 28527, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18545, '2023-02-15', 3114, 16633, 5797, 27249, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18546, '2023-02-15', 2645, 16634, 5797, 28541, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '76.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18547, '2023-02-15', 3172, 16635, 5797, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '78.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18548, '2023-02-15', 2790, 16636, 5797, 27291, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18549, '2023-02-15', 3172, 16637, 5798, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '77.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18550, '2023-02-15', 3743, 16638, 5798, 18541, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18551, '2023-02-15', 3047, 16639, 5798, 4342, '-1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18552, '2023-02-15', 3047, 16639, 5798, 14550, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '37.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18553, '2023-02-15', 3048, 16640, 5798, 23993, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18554, '2023-02-15', 2646, 16641, 5799, 28492, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '37.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18555, '2023-02-15', 2918, 16642, 5799, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18556, '2023-02-15', 2950, 16643, 5799, 28448, '2.0000', '12.2911', '12.2911', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18557, '2023-02-15', 3062, 16644, 5799, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18558, '2023-02-15', 3048, 16645, 5799, 23993, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18559, '2023-02-15', 2886, 16646, 5799, 28472, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18560, '2023-02-15', 2864, 16647, 5799, 28476, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18561, '2023-02-15', 2499, 16648, 5799, 28445, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18562, '2023-02-15', 2499, 16648, 5799, 28463, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18563, '2023-02-15', 2647, 16649, 5799, 27252, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18564, '2023-02-15', 3646, 16650, 5799, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18565, '2023-02-15', 2645, 16651, 5799, 28541, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '72.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18566, '2023-02-15', 2647, 16652, 5800, 27252, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18567, '2023-02-15', 3085, 16653, 5800, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18568, '2023-02-15', 2646, 16654, 5800, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18569, '2023-02-15', 2918, 16655, 5800, 13292, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18570, '2023-02-15', 2552, 16656, 5800, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18571, '2023-02-15', 3827, 16657, 5800, 22880, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18572, '2023-02-15', 3256, 16658, 5801, 22837, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18573, '2023-02-15', 3084, 16659, 5801, 16143, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18574, '2023-02-15', 3641, 16660, 5802, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18575, '2023-02-15', 2952, 16661, 5802, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18576, '2023-02-15', 2647, 16662, 5802, 27252, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18577, '2023-02-15', 2918, 16663, 5802, 13292, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18578, '2023-02-15', 2918, 16663, 5802, 13770, '-8.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18579, '2023-02-15', 2918, 16663, 5802, 14589, '9.0000', '1.8750', '1.8750', '3.0000', '3.0000', '41.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18580, '2023-02-15', 2935, 16664, 5802, 27786, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18581, '2023-02-15', 2922, 16665, 5802, 24021, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18582, '2023-02-15', 2790, 16666, 5802, 27291, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18583, '2023-02-15', 3871, 16667, 5802, 28536, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18584, '2023-02-15', 2552, 16668, 5802, 27268, '4.0000', '0.4167', '0.4167', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18585, '2023-02-15', 2646, 16669, 5803, 28492, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18586, '2023-02-15', 2950, 16670, 5804, 28448, '1.0000', '12.2911', '12.2911', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18587, '2023-02-15', 2889, 16671, 5804, 5479, '2.0000', '4.2600', '4.2600', '6.5000', '6.5000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18588, '2023-02-15', 2710, 16672, 5804, 27250, '1.0000', '5.0000', '5.0000', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18589, '2023-02-15', 2935, 16673, 5804, 27786, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18590, '2023-02-15', 2935, 16673, 5804, 28522, '7.0000', '0.7500', '0.7500', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18591, '2023-02-15', 3230, 16674, 5804, 28466, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18592, '2023-02-15', 3047, 16675, 5804, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '36.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18593, '2023-02-15', 2661, 16676, 5804, 28526, '4.0000', '0.2817', '0.2817', '0.5000', '0.5000', '35.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18594, '2023-02-15', 2651, 16677, 5805, 28454, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18595, '2023-02-15', 3172, 16678, 5805, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '76.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18596, '2023-02-15', 2747, 16679, 5806, 4042, '2.0000', '2.2900', '2.2900', '4.5000', '4.5000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18597, '2023-02-15', 2724, 16680, 5806, 4019, '2.0000', '1.1900', '1.1900', '2.0000', '2.0000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18598, '2023-02-15', 3314, 16681, 5806, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18599, '2023-02-15', 2653, 16682, 5806, 22874, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18600, '2023-02-15', 3641, 16683, 5806, 22895, '4.0000', '1.7500', '1.7500', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18601, '2023-02-15', 3784, 16684, 5806, 18527, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18602, '2023-02-15', 2711, 16685, 5806, 27333, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18603, '2023-02-15', 2952, 16686, 5806, 28456, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18604, '2023-02-15', 3048, 16687, 5806, 23993, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18605, '2023-02-15', 2822, 16688, 5806, 28493, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18606, '2023-02-15', 2713, 16689, 5806, 28507, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18607, '2023-02-15', 3062, 16690, 5807, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18608, '2023-02-15', 3047, 16691, 5807, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '35.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18609, '2023-02-15', 3483, 16692, 5807, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18610, '2023-02-15', 2504, 16693, 5807, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18611, '2023-02-15', 2950, 16694, 5807, 28448, '1.0000', '12.2911', '12.2911', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18612, '2023-02-15', 2935, 16695, 5807, 28522, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18613, '2023-02-15', 3311, 16696, 5807, 25969, '-1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18614, '2023-02-15', 3311, 16696, 5807, 27036, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18615, '2023-02-15', 3311, 16696, 5807, 28479, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18616, '2023-02-15', 2646, 16697, 5808, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18617, '2023-02-15', 3047, 16698, 5808, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18618, '2023-02-15', 2952, 16699, 5809, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18619, '2023-02-15', 2504, 16700, 5809, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18620, '2023-02-15', 2710, 16701, 5809, 27250, '1.0000', '5.0000', '5.0000', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18621, '2023-02-15', 2950, 16702, 5809, 28448, '1.0000', '12.2911', '12.2911', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18622, '2023-02-15', 2660, 16703, 5809, 22896, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18623, '2023-02-15', 2646, 16704, 5809, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18624, '2023-02-15', 2901, 16705, 5809, 27290, '1.0000', '14.5313', '14.5313', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 443, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18625, '2023-02-15', 2711, 16706, 5809, 27333, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18626, '2023-02-15', 3061, 16707, 5810, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18627, '2023-02-15', 2926, 16708, 5810, 5398, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18628, '2023-02-15', 3172, 16709, 5810, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '75.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18629, '2023-02-15', 2931, 16710, 5810, 28511, '1.0000', '15.0000', '15.0000', '20.0000', '20.0000', '2.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18630, '2023-02-15', 2534, 16711, 5810, 28464, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18631, '2023-02-15', 2951, 16712, 5810, 22794, '7.0000', '2.5500', '2.5500', '3.5000', '3.5000', '30.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18632, '2023-02-15', 3085, 16713, 5810, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18633, '2023-02-15', 3048, 16714, 5810, 23993, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 415, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18634, '2023-02-15', 3048, 16714, 5810, 24133, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '46.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18635, '2023-02-15', 2901, 16715, 5811, 28501, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '22.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18636, '2023-02-15', 3121, 16716, 5811, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '15.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18637, '2023-02-15', 2699, 16717, 5811, 27304, '0.5000', '6.0000', '6.0000', '8.0000', '8.0000', '24.5000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18638, '2023-02-15', 2950, 16718, 5811, 28448, '1.0000', '12.2911', '12.2911', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18639, '2023-02-15', 3868, 16719, 5811, 28461, '3.0000', '0.8000', '0.8000', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18640, '2023-02-15', 2710, 16720, 5811, 27250, '1.0000', '5.0000', '5.0000', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18641, '2023-02-15', 3047, 16721, 5811, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18642, '2023-02-15', 3172, 16722, 5811, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '74.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18643, '2023-02-15', 2930, 16723, 5811, 27347, '10.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18644, '2023-02-15', 2713, 16724, 5811, 28507, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18645, '2023-02-15', 3048, 16725, 5811, 24133, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '44.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18646, '2023-02-15', 3314, 16726, 5811, 27284, '4.0000', '0.6875', '0.6875', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18647, '2023-02-15', 2645, 16727, 5811, 28541, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '68.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18648, '2023-02-15', 3746, 16728, 5812, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18649, '2023-02-15', 3172, 16729, 5812, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18650, '2023-02-15', 2902, 16730, 5812, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18651, '2023-02-15', 2499, 16731, 5812, 28463, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18652, '2023-02-15', 2661, 16732, 5812, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '33.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18653, '2023-02-15', 2485, 16733, 5812, 18493, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '0.0000', 1, 0, NULL, 349, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18654, '2023-02-15', 3230, 16734, 5812, 28466, '2.0000', '2.7700', '2.7700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18655, '2023-02-15', 2552, 16735, 5812, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '35.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18656, '2023-02-15', 2646, 16736, 5812, 28492, '5.0000', '11.4417', '11.4417', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18657, '2023-02-15', 3746, 16737, 5813, 17142, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18658, '2023-02-15', 3047, 16738, 5813, 14550, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '31.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18659, '2023-02-15', 3086, 16739, 5813, 27295, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18660, '2023-02-15', 2922, 16740, 5813, 24021, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18661, '2023-02-15', 2933, 16741, 5813, 13301, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18662, '2023-02-15', 2935, 16742, 5813, 28522, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '35.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18663, '2023-02-15', 2646, 16743, 5813, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18664, '2023-02-15', 2645, 16744, 5813, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '66.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18665, '2023-02-15', 3172, 16745, 5813, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '71.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18666, '2023-02-15', 2936, 16746, 5813, 27348, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18667, '2023-02-15', 2646, 16747, 5814, 28492, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18668, '2023-02-15', 2517, 16748, 5814, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '10.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18669, '2023-02-15', 3172, 16749, 5814, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '70.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18670, '2023-02-15', 2552, 16750, 5814, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18671, '2023-02-15', 3341, 16751, 5815, 20029, '-1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18672, '2023-02-15', 3341, 16751, 5815, 21077, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18673, '2023-02-15', 3341, 16751, 5815, 22125, '-1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18674, '2023-02-15', 3341, 16751, 5815, 22831, '2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18675, '2023-02-15', 2713, 16752, 5815, 28507, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18676, '2023-02-15', 2902, 16753, 5815, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18677, '2023-02-15', 3641, 16754, 5815, 22895, '4.0000', '1.7500', '1.7500', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18678, '2023-02-15', 3483, 16755, 5815, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '69.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18679, '2023-02-15', 3123, 16756, 5815, 28532, '5.0000', '5.1400', '5.1400', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18680, '2023-02-15', 3047, 16757, 5815, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18681, '2023-02-15', 2893, 16758, 5815, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18682, '2023-02-15', 3528, 16759, 5815, 4934, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '4.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18683, '2023-02-15', 2952, 16760, 5815, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18684, '2023-02-15', 3048, 16761, 5815, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '43.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18685, '2023-02-15', 2661, 16762, 5815, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '31.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18686, '2023-02-15', 3212, 16763, 5815, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18687, '2023-02-15', 3483, 16764, 5816, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18688, '2023-02-15', 2962, 16765, 5816, 4257, '1.0000', '7.9000', '7.9000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18689, '2023-02-15', 2835, 16766, 5816, 8678, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18690, '2023-02-15', 3074, 16767, 5816, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18691, '2023-02-15', 2650, 16768, 5816, 18547, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18692, '2023-02-15', 2661, 16769, 5816, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '29.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18693, '2023-02-15', 2642, 16770, 5816, 28506, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18694, '2023-02-15', 3114, 16771, 5816, 27249, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18695, '2023-02-15', 3311, 16772, 5816, 28479, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18696, '2023-02-15', 3774, 16773, 5816, 17427, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18697, '2023-02-15', 3264, 16774, 5816, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '58.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18698, '2023-02-15', 2722, 16775, 5816, 4017, '3.0000', '21.0100', '21.0100', '42.0000', '42.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18699, '2023-02-15', 3145, 16776, 5816, 6015, '-4.0000', '14.9600', '14.9600', '23.0000', '23.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18700, '2023-02-15', 3145, 16776, 5816, 6978, '4.0000', '14.9600', '14.9600', '23.0000', '23.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18701, '2023-02-15', 3145, 16776, 5816, 7939, '-3.0000', '14.9600', '14.9600', '23.0000', '23.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18702, '2023-02-15', 3145, 16776, 5816, 8900, '4.0000', '14.9600', '14.9600', '23.0000', '23.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18703, '2023-02-15', 3260, 16777, 5816, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '41.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18704, '2023-02-15', 2719, 16778, 5816, 10010, '4.0000', '0.8500', '0.8500', '2.0000', '2.0000', '25.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18705, '2023-02-15', 3048, 16779, 5816, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '42.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18706, '2023-02-15', 2646, 16780, 5817, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18707, '2023-02-15', 3047, 16781, 5817, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18708, '2023-02-15', 3063, 16782, 5818, 4358, '-24.0000', '2.6300', '2.6300', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18709, '2023-02-15', 3063, 16782, 5818, 14612, '4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 274, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18710, '2023-02-15', 3063, 16782, 5818, 14723, '6.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18711, '2023-02-15', 3063, 16782, 5818, 17548, '-2.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18712, '2023-02-15', 3063, 16782, 5818, 18655, '-1.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18713, '2023-02-15', 3063, 16782, 5818, 19738, '-4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18714, '2023-02-15', 3063, 16782, 5818, 20786, '4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18715, '2023-02-15', 3063, 16782, 5818, 21834, '-4.0000', '2.7292', '2.7292', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18716, '2023-02-15', 3063, 16782, 5818, 28496, '22.0000', '2.5257', '2.5257', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18717, '2023-02-15', 3314, 16783, 5818, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18718, '2023-02-15', 2920, 16784, 5818, 24019, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18719, '2023-02-15', 2927, 16785, 5818, 24022, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18720, '2023-02-15', 2936, 16786, 5818, 27348, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18721, '2023-02-15', 2822, 16787, 5818, 28493, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18722, '2023-02-15', 2902, 16788, 5818, 28446, '3.0000', '6.7400', '6.7400', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18723, '2023-02-15', 3182, 16789, 5818, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '15.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18724, '2023-02-15', 3870, 16790, 5818, 28523, '1.0000', '6.6500', '6.6500', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18725, '2023-02-15', 3114, 16791, 5818, 27249, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18726, '2023-02-15', 2919, 16792, 5819, 27342, '4.0000', '6.0000', '6.0000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18727, '2023-02-15', 2822, 16793, 5819, 28493, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18728, '2023-02-15', 2517, 16794, 5819, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18729, '2023-02-15', 3608, 16795, 5819, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18730, '2023-02-15', 2647, 16796, 5819, 27252, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18731, '2023-02-15', 2645, 16797, 5819, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18732, '2023-02-15', 3609, 16798, 5819, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '68.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18733, '2023-02-15', 2650, 16799, 5819, 18547, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18734, '2023-02-15', 2952, 16800, 5820, 28456, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18735, '2023-02-15', 2822, 16801, 5821, 28493, '7.0000', '4.6667', '4.6667', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18736, '2023-02-15', 2650, 16802, 5821, 18547, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18737, '2023-02-15', 2935, 16803, 5821, 28522, '10.0000', '0.7500', '0.7500', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18738, '2023-02-15', 3646, 16804, 5821, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18739, '2023-02-15', 3061, 16805, 5821, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18740, '2023-02-15', 2951, 16806, 5821, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '29.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18741, '2023-02-15', 2699, 16807, 5821, 27304, '1.0000', '6.0000', '6.0000', '8.0000', '8.0000', '23.5000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18742, '2023-02-15', 3120, 16808, 5821, 28533, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '33.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18743, '2023-02-15', 3746, 16809, 5822, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18744, '2023-02-15', 3085, 16810, 5822, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18745, '2023-02-15', 3120, 16811, 5822, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '32.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18746, '2023-02-15', 2534, 16812, 5822, 28464, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18747, '2023-02-15', 2646, 16813, 5822, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18748, '2023-02-15', 3784, 16814, 5822, 18527, '6.0000', '0.8125', '0.8125', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 360, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18749, '2023-02-16', 3825, 16815, 5823, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18750, '2023-02-16', 2646, 16816, 5823, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '16.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18751, '2023-02-16', 3047, 16817, 5823, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18752, '2023-02-16', 2499, 16818, 5824, 28463, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18753, '2023-02-16', 3114, 16819, 5824, 27249, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18754, '2023-02-16', 3120, 16820, 5825, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '31.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18755, '2023-02-16', 2552, 16821, 5825, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18756, '2023-02-16', 3825, 16822, 5825, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18757, '2023-02-16', 3047, 16823, 5825, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18758, '2023-02-16', 2713, 16824, 5825, 28507, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18759, '2023-02-16', 2552, 16825, 5826, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18760, '2023-02-16', 3048, 16826, 5826, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '41.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18761, '2023-02-16', 3047, 16827, 5826, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18762, '2023-02-16', 3580, 16828, 5827, 23374, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18763, '2023-02-16', 3641, 16829, 5827, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18764, '2023-02-16', 2902, 16830, 5827, 28446, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18765, '2023-02-16', 2902, 16830, 5827, 28909, '1.0000', '6.7400', '6.7400', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18776, '2023-02-16', 3847, 16837, 5829, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18777, '2023-02-16', 3553, 16838, 5829, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18778, '2023-02-16', 3159, 16839, 5830, 4454, '2.0000', '18.0000', '18.0000', '25.0000', '25.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18779, '2023-02-16', 3081, 16840, 5830, 14355, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18780, '2023-02-16', 2490, 16841, 5830, 3785, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18781, '2023-02-16', 2980, 16842, 5831, 5174, '1.0000', '35.4700', '35.4700', '47.0000', '47.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18782, '2023-02-16', 2977, 16843, 5831, 15691, '1.0000', '11.7483', '11.7483', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18783, '2023-02-16', 2699, 16844, 5832, 27304, '10.0000', '6.0000', '6.0000', '8.0000', '8.0000', '10.5000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18784, '2023-02-16', 2608, 16845, 5832, 23975, '1.0000', '33.4700', '33.4700', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18785, '2023-02-16', 3187, 16846, 5832, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '59.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18786, '2023-02-16', 2726, 16847, 5832, 4021, '1.0000', '15.1900', '15.1900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18787, '2023-02-16', 2726, 16847, 5832, 5896, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18788, '2023-02-16', 3328, 16848, 5832, 5965, '2.0000', '8.0000', '8.0000', '12.0000', '12.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18789, '2023-02-16', 2483, 16849, 5833, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18790, '2023-02-16', 3114, 16850, 5834, 27249, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18791, '2023-02-16', 3314, 16851, 5834, 27284, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18792, '2023-02-16', 2653, 16852, 5835, 22874, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18793, '2023-02-16', 3245, 16853, 5836, 4540, '1.0000', '1.4600', '1.4600', '2.5000', '2.5000', '31.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18794, '2023-02-16', 3260, 16854, 5836, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '40.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18795, '2023-02-16', 2719, 16855, 5836, 10010, '4.0000', '0.8500', '0.8500', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18796, '2023-02-16', 2756, 16856, 5836, 14308, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18797, '2023-02-16', 2749, 16857, 5836, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18798, '2023-02-16', 2490, 16858, 5836, 3785, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18799, '2023-02-16', 3314, 16859, 5837, 27284, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18800, '2023-02-16', 2499, 16860, 5837, 28463, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18801, '2023-02-16', 2661, 16861, 5837, 28526, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '28.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18802, '2023-02-16', 3121, 16862, 5837, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '14.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18803, '2023-02-16', 3233, 16863, 5838, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '9.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18804, '2023-02-16', 2699, 16864, 5838, 27304, '3.0000', '6.0000', '6.0000', '8.0000', '8.0000', '10.5000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18805, '2023-02-16', 3264, 16865, 5838, 10021, '2.0000', '13.0300', '13.0300', '23.0000', '23.0000', '56.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18806, '2023-02-16', 2800, 16866, 5838, 6438, '-5.0000', '9.8500', '9.8500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18807, '2023-02-16', 2800, 16866, 5838, 27274, '4.0000', '8.0800', '8.0800', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18808, '2023-02-16', 2800, 16866, 5838, 28502, '2.0000', '8.0800', '8.0800', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18809, '2023-02-16', 3145, 16867, 5838, 7939, '3.0000', '14.9600', '14.9600', '23.0000', '23.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18810, '2023-02-16', 2726, 16868, 5838, 5896, '1.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18811, '2023-02-16', 2726, 16868, 5838, 6857, '-30.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18812, '2023-02-16', 2726, 16868, 5838, 11091, '9.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18813, '2023-02-16', 2726, 16868, 5838, 12061, '-9.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18814, '2023-02-16', 2726, 16868, 5838, 13031, '9.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18815, '2023-02-16', 2726, 16868, 5838, 13373, '17.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, 226, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18816, '2023-02-16', 2726, 16868, 5838, 15587, '2.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18817, '2023-02-16', 2726, 16868, 5838, 19517, '-4.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18818, '2023-02-16', 2726, 16868, 5838, 20613, '5.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18819, '2023-02-16', 2726, 16868, 5838, 21661, '-5.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18820, '2023-02-16', 2726, 16868, 5838, 22709, '5.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18821, '2023-02-16', 2726, 16868, 5838, 23874, '-3.0000', '10.5900', '10.5900', '25.0000', '25.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18822, '2023-02-16', 2726, 16868, 5838, 28550, '5.0000', '12.7500', '12.7500', '25.0000', '25.0000', '95.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18823, '2023-02-16', 3840, 16869, 5839, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18824, '2023-02-16', 3047, 16870, 5840, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18825, '2023-02-16', 3062, 16871, 5841, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18826, '2023-02-16', 2712, 16872, 5841, 28508, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18827, '2023-02-16', 3047, 16873, 5841, 14550, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18828, '2023-02-16', 3483, 16874, 5841, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18829, '2023-02-16', 3048, 16875, 5841, 24133, '8.0000', '0.8333', '0.8333', '1.5000', '1.5000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18830, '2023-02-16', 3311, 16876, 5841, 28479, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18831, '2023-02-16', 3600, 16877, 5841, 14494, '1.0000', '2.2917', '2.2917', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18832, '2023-02-16', 2889, 16878, 5841, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18833, '2023-02-16', 2891, 16879, 5841, 22889, '1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18834, '2023-02-16', 3085, 16880, 5842, 22839, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18835, '2023-02-16', 2712, 16881, 5843, 28508, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18836, '2023-02-16', 2791, 16882, 5844, 18513, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18837, '2023-02-16', 3048, 16883, 5844, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18838, '2023-02-16', 3121, 16884, 5845, 28443, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '12.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18839, '2023-02-16', 2552, 16885, 5845, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18840, '2023-02-16', 3875, 16886, 5846, 29664, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '3.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18841, '2023-02-16', 2519, 16887, 5847, 3814, '1.0000', '31.5500', '31.5500', '42.0000', '42.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18842, '2023-02-16', 2645, 16888, 5848, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '63.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18843, '2023-02-16', 2653, 16889, 5848, 22874, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18844, '2023-02-16', 3314, 16890, 5849, 27507, '-10.0000', '0.6875', '0.6875', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18845, '2023-02-16', 3314, 16890, 5849, 28458, '11.0000', '0.6875', '0.6875', '1.0000', '1.0000', '69.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18846, '2023-02-16', 3086, 16891, 5850, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '17.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18847, '2023-02-16', 3302, 16892, 5851, 4597, '5.0000', '0.1600', '0.1600', '0.4000', '0.4000', '2144.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18848, '2023-02-16', 2646, 16893, 5852, 28492, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18849, '2023-02-16', 2645, 16894, 5852, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '62.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18850, '2023-02-16', 2712, 16895, 5853, 28508, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18851, '2023-02-16', 2710, 16896, 5854, 27250, '1.0000', '5.0000', '5.0000', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18852, '2023-02-16', 2646, 16897, 5855, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18853, '2023-02-16', 2660, 16898, 5855, 22896, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18854, '2023-02-16', 2964, 16899, 5856, 4259, '1.0000', '10.8300', '10.8300', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18855, '2023-02-16', 2597, 16900, 5856, 3892, '2.0000', '6.1000', '6.1000', '8.5000', '8.5000', '47.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18856, '2023-02-16', 2599, 16901, 5856, 3894, '2.0000', '2.1000', '2.1000', '8.5000', '8.5000', '41.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18857, '2023-02-16', 2756, 16902, 5856, 14308, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '35.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18858, '2023-02-16', 2646, 16903, 5857, 28492, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18859, '2023-02-16', 3746, 16904, 5857, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18860, '2023-02-16', 3172, 16905, 5858, 28478, '3.0000', '3.5201', '3.5201', '4.0000', '4.0000', '67.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18861, '2023-02-16', 3784, 16906, 5858, 22855, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18862, '2023-02-16', 2952, 16907, 5858, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18863, '2023-02-16', 2716, 16908, 5859, 5887, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18864, '2023-02-16', 2723, 16909, 5859, 4018, '1.0000', '1.4900', '1.4900', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18865, '2023-02-16', 2726, 16910, 5859, 28550, '10.0000', '12.7500', '12.7500', '25.0000', '25.0000', '85.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18866, '2023-02-16', 3233, 16911, 5859, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '8.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18867, '2023-02-16', 2617, 16912, 5859, 3912, '6.0000', '6.0000', '6.0000', '7.5000', '7.5000', '48.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18868, '2023-02-16', 2608, 16913, 5859, 27305, '2.0000', '38.0000', '38.0000', '45.0000', '45.0000', '6.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18869, '2023-02-16', 2699, 16914, 5859, 27304, '10.5000', '6.0000', '6.0000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18870, '2023-02-16', 2699, 16914, 5859, 28314, '-1.0000', '6.0000', '6.0000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18871, '2023-02-16', 2699, 16914, 5859, 28487, '1.5000', '6.0000', '6.0000', '8.0000', '8.0000', '18.5000', 1, 0, NULL, 465, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18872, '2023-02-16', 2645, 16915, 5860, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '60.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18873, '2023-02-16', 2646, 16916, 5861, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18874, '2023-02-16', 3746, 16917, 5861, 17142, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18875, '2023-02-16', 2552, 16918, 5862, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18876, '2023-02-16', 2713, 16919, 5863, 28507, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18877, '2023-02-16', 3120, 16920, 5863, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '30.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18878, '2023-02-16', 3580, 16921, 5863, 24510, '-1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18879, '2023-02-16', 3580, 16921, 5863, 25577, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18880, '2023-02-16', 3580, 16921, 5863, 26644, '-1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18881, '2023-02-16', 3580, 16921, 5863, 28449, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18882, '2023-02-16', 2534, 16922, 5863, 28464, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18883, '2023-02-16', 3121, 16923, 5864, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18884, '2023-02-16', 3064, 16924, 5864, 22890, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18885, '2023-02-16', 3064, 16924, 5864, 27711, '-2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18886, '2023-02-16', 3064, 16924, 5864, 28475, '3.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18887, '2023-02-16', 2710, 16925, 5864, 27771, '1.0000', '5.0000', '5.0000', '7.5000', '7.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18888, '2023-02-16', 2950, 16926, 5864, 28448, '1.0000', '12.2911', '12.2911', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18889, '2023-02-16', 3483, 16927, 5864, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18890, '2023-02-16', 3015, 16928, 5864, 24010, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18891, '2023-02-16', 3048, 16929, 5864, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '31.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18892, '2023-02-16', 3871, 16930, 5864, 28536, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18893, '2023-02-16', 3172, 16931, 5865, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '66.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18894, '2023-02-16', 2646, 16932, 5865, 28492, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18895, '2023-02-16', 2713, 16933, 5866, 28507, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18896, '2023-02-16', 2875, 16934, 5866, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18897, '2023-02-16', 3635, 16935, 5866, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '30.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18898, '2023-02-16', 3212, 16936, 5866, 26352, '2.0000', '3.4167', '3.4167', '6.0000', '6.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18899, '2023-02-16', 3120, 16937, 5866, 28533, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '28.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18900, '2023-02-16', 3062, 16938, 5867, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18901, '2023-02-16', 3120, 16939, 5867, 28533, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '26.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18902, '2023-02-16', 2713, 16940, 5867, 28507, '3.0000', '5.8333', '5.8333', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18903, '2023-02-16', 3064, 16941, 5867, 28475, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18904, '2023-02-16', 3483, 16942, 5867, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18905, '2023-02-16', 2653, 16943, 5868, 22874, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18906, '2023-02-16', 3114, 16944, 5868, 27249, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18907, '2023-02-16', 2952, 16945, 5868, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18908, '2023-02-16', 2713, 16946, 5868, 28507, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18909, '2023-02-16', 3608, 16947, 5868, 14504, '5.0000', '0.5000', '0.5000', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18910, '2023-02-16', 3074, 16948, 5869, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18911, '2023-02-16', 2712, 16949, 5870, 28977, '-2.0000', '15.0000', '15.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18912, '2023-02-16', 2712, 16949, 5870, 29663, '3.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18913, '2023-02-16', 2935, 16950, 5871, 28522, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18914, '2023-02-16', 2949, 16951, 5872, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18915, '2023-02-16', 3086, 16952, 5872, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18916, '2023-02-16', 3123, 16953, 5873, 28532, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18917, '2023-02-16', 2713, 16954, 5874, 28507, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18918, '2023-02-17', 3187, 16955, 5875, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '57.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18919, '2023-02-17', 2710, 16956, 5875, 27771, '1.0000', '5.0000', '5.0000', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18920, '2023-02-17', 3178, 16957, 5876, 4473, '1.0000', '5.7200', '5.7200', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18921, '2023-02-17', 2950, 16958, 5877, 28448, '1.0000', '12.2911', '12.2911', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18922, '2023-02-17', 2952, 16959, 5877, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18923, '2023-02-17', 3644, 16960, 5877, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18924, '2023-02-17', 3314, 16961, 5877, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '68.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18925, '2023-02-17', 3120, 16962, 5877, 28533, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '24.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18926, '2023-02-17', 3048, 16963, 5877, 24133, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18927, '2023-02-17', 3483, 16964, 5877, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18928, '2023-02-17', 2875, 16965, 5877, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18929, '2023-02-17', 3086, 16966, 5877, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18930, '2023-02-17', 3114, 16967, 5878, 27249, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 435, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18931, '2023-02-17', 3314, 16968, 5878, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '66.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18932, '2023-02-17', 2947, 16969, 5879, 4242, '1.0000', '113.5000', '113.5000', '150.0000', '150.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18933, '2023-02-17', 2901, 16970, 5880, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '21.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18934, '2023-02-17', 2651, 16971, 5881, 28454, '6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18935, '2023-02-17', 2508, 16972, 5882, 14992, '-3.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18936, '2023-02-17', 2508, 16972, 5882, 18555, '4.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18937, '2023-02-17', 3233, 16973, 5882, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '7.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18938, '2023-02-17', 2726, 16974, 5882, 28550, '4.0000', '12.7500', '12.7500', '25.0000', '25.0000', '81.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18939, '2023-02-17', 2719, 16975, 5882, 10010, '12.0000', '0.8500', '0.8500', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18940, '2023-02-17', 3260, 16976, 5882, 4832, '6.0000', '1.3900', '1.3900', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18941, '2023-02-17', 2800, 16977, 5882, 28502, '1.0000', '8.0800', '8.0800', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18942, '2023-02-17', 2725, 16978, 5882, 27240, '8.0000', '2.9100', '2.9100', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18943, '2023-02-17', 3264, 16979, 5882, 10021, '2.0000', '13.0300', '13.0300', '23.0000', '23.0000', '54.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18944, '2023-02-17', 3147, 16980, 5882, 4442, '2.0000', '4.3900', '4.3900', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18945, '2023-02-17', 2532, 16981, 5883, 3827, '2.0000', '4.5900', '4.5900', '6.5000', '6.5000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18946, '2023-02-17', 3840, 16982, 5883, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18947, '2023-02-17', 2713, 16983, 5883, 28507, '3.0000', '5.8333', '5.8333', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18948, '2023-02-17', 2534, 16984, 5883, 28464, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18949, '2023-02-17', 3085, 16985, 5883, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18950, '2023-02-17', 3212, 16986, 5883, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18951, '2023-02-17', 2893, 16987, 5883, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18952, '2023-02-17', 2712, 16988, 5883, 29663, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18953, '2023-02-17', 2466, 16989, 5884, 3761, '7.0000', '3.2900', '3.2900', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18954, '2023-02-17', 2822, 16990, 5885, 28493, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18955, '2023-02-17', 2660, 16991, 5885, 23243, '-3.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18956, '2023-02-17', 2660, 16991, 5885, 28481, '4.0000', '3.5700', '3.5700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18957, '2023-02-17', 3599, 16992, 5886, 14493, '1.0000', '2.2917', '2.2917', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18958, '2023-02-17', 2713, 16993, 5887, 28507, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18959, '2023-02-17', 3085, 16994, 5888, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18960, '2023-02-17', 2916, 16995, 5889, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '3.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18961, '2023-02-17', 2901, 16996, 5890, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '20.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18964, '2023-02-17', 3646, 16999, 5892, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18965, '2023-02-17', 3646, 16999, 5892, 23037, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18966, '2023-02-17', 2822, 17000, 5893, 28493, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18967, '2023-02-17', 2982, 17001, 5894, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18968, '2023-02-17', 3048, 17002, 5894, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18969, '2023-02-17', 3483, 17003, 5894, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '60.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18970, '2023-02-17', 2646, 17004, 5895, 28492, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18971, '2023-02-17', 2822, 17005, 5896, 28493, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18972, '2023-02-17', 3172, 17006, 5896, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '65.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18973, '2023-02-17', 2822, 17007, 5897, 28493, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18974, '2023-02-17', 3870, 17008, 5898, 28523, '2.0000', '6.6500', '6.6500', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18975, '2023-02-17', 3120, 17009, 5898, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18976, '2023-02-17', 2646, 17010, 5899, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18977, '2023-02-17', 2645, 17011, 5899, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18978, '2023-02-17', 3212, 17012, 5900, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18979, '2023-02-17', 2644, 17013, 5901, 28495, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '57.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18980, '2023-02-17', 3172, 17014, 5902, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '64.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18981, '2023-02-17', 3618, 17015, 5903, 14531, '1.0000', '3.4000', '3.4000', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18982, '2023-02-17', 2931, 17016, 5904, 28511, '1.0000', '15.0000', '15.0000', '20.0000', '20.0000', '1.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18983, '2023-02-17', 2952, 17017, 5905, 28456, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18984, '2023-02-17', 3048, 17018, 5905, 24133, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18985, '2023-02-17', 3830, 17019, 5906, 23965, '1.0000', '206.7900', '206.7900', '275.0000', '275.0000', '0.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18986, '2023-02-17', 2977, 17020, 5907, 15691, '1.0000', '11.7483', '11.7483', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18987, '2023-02-17', 3182, 17021, 5907, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '14.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18988, '2023-02-17', 2517, 17022, 5908, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18989, '2023-02-17', 3172, 17023, 5908, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18990, '2023-02-17', 2713, 17024, 5909, 28507, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18991, '2023-02-17', 3048, 17025, 5909, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18992, '2023-02-18', 2485, 17026, 5910, 18581, '-1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18993, '2023-02-18', 2485, 17026, 5910, 19664, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18994, '2023-02-18', 2485, 17026, 5910, 20712, '-1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18995, '2023-02-18', 2485, 17026, 5910, 21760, '1.0000', '24.2092', '24.2092', '29.0000', '29.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18996, '2023-02-18', 2485, 17026, 5910, 29656, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '11.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18997, '2023-02-18', 2969, 17027, 5911, 4264, '1.0000', '4.5000', '4.5000', '6.5000', '6.5000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18998, '2023-02-18', 2712, 17028, 5912, 29663, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (18999, '2023-02-18', 2499, 17029, 5913, 28463, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19000, '2023-02-18', 2952, 17030, 5914, 28456, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19001, '2023-02-18', 2661, 17031, 5915, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '26.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19002, '2023-02-18', 2645, 17032, 5916, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '58.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19003, '2023-02-18', 3870, 17033, 5916, 28523, '1.0000', '6.6500', '6.6500', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19004, '2023-02-18', 2952, 17034, 5917, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19005, '2023-02-18', 3311, 17035, 5917, 28479, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19006, '2023-02-18', 3172, 17036, 5918, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '61.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19007, '2023-02-18', 2952, 17037, 5919, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19008, '2023-02-18', 2645, 17038, 5919, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '57.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19009, '2023-02-18', 3120, 17039, 5919, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19010, '2023-02-18', 3048, 17040, 5919, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19011, '2023-02-18', 2982, 17041, 5920, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19012, '2023-02-18', 3123, 17042, 5920, 28532, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19013, '2023-02-18', 3048, 17043, 5920, 24133, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19014, '2023-02-18', 3123, 17044, 5921, 28532, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19015, '2023-02-18', 3048, 17045, 5921, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19016, '2023-02-18', 2822, 17046, 5922, 28493, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19017, '2023-02-18', 3646, 17047, 5922, 28699, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19018, '2023-02-18', 2642, 17048, 5923, 28506, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19019, '2023-02-18', 3172, 17049, 5923, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '60.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19020, '2023-02-18', 2789, 17050, 5923, 28465, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '6.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19021, '2023-02-18', 2713, 17051, 5924, 28507, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19022, '2023-02-18', 3483, 17052, 5924, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '58.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19023, '2023-02-18', 3048, 17053, 5924, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19024, '2023-02-18', 3172, 17054, 5925, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19025, '2023-02-18', 3062, 17055, 5926, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19026, '2023-02-18', 2713, 17056, 5927, 28507, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19027, '2023-02-18', 2901, 17057, 5928, 28501, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '18.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19028, '2023-02-18', 2822, 17058, 5929, 28493, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19029, '2023-02-18', 2822, 17059, 5930, 28493, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19030, '2023-02-18', 2645, 17060, 5930, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19031, '2023-02-18', 2822, 17061, 5931, 28493, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19032, '2023-02-18', 2645, 17062, 5931, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19033, '2023-02-18', 2644, 17063, 5932, 28495, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '54.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19034, '2023-02-18', 2645, 17064, 5932, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '54.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19035, '2023-02-18', 3875, 17065, 5933, 29664, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '2.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19036, '2023-02-18', 2644, 17066, 5934, 28495, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '51.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19037, '2023-02-18', 2645, 17067, 5934, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19038, '2023-02-18', 2996, 17068, 5935, 4291, '1.0000', '7.8500', '7.8500', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19039, '2023-02-18', 2645, 17069, 5936, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '51.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19040, '2023-02-18', 3063, 17070, 5936, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19041, '2023-02-18', 2920, 17071, 5937, 24019, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19042, '2023-02-18', 2920, 17071, 5937, 27788, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19043, '2023-02-18', 2927, 17072, 5937, 24022, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19044, '2023-02-18', 2650, 17073, 5938, 18547, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19045, '2023-02-18', 2650, 17073, 5938, 23433, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19046, '2023-02-18', 2645, 17074, 5938, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19047, '2023-02-18', 2903, 17075, 5938, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '12.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19048, '2023-02-18', 2647, 17076, 5939, 27252, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19049, '2023-02-18', 3063, 17077, 5939, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19050, '2023-02-18', 3609, 17078, 5940, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '66.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19051, '2023-02-18', 3063, 17079, 5941, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19052, '2023-02-18', 2645, 17080, 5941, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19053, '2023-02-18', 2645, 17081, 5942, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19054, '2023-02-18', 2650, 17082, 5942, 27294, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19055, '2023-02-18', 2645, 17083, 5943, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19056, '2023-02-18', 2650, 17084, 5943, 27294, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19057, '2023-02-18', 2650, 17085, 5944, 27294, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19058, '2023-02-18', 2645, 17086, 5944, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19059, '2023-02-18', 3048, 17087, 5945, 24133, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19060, '2023-02-18', 2645, 17088, 5946, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19061, '2023-02-18', 2650, 17089, 5946, 27294, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19062, '2023-02-18', 2650, 17090, 5947, 27294, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19063, '2023-02-18', 2645, 17091, 5947, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19064, '2023-02-18', 3085, 17092, 5947, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19065, '2023-02-18', 2647, 17093, 5948, 27252, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19066, '2023-02-18', 2645, 17094, 5949, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19067, '2023-02-18', 2645, 17095, 5950, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19068, '2023-02-18', 2645, 17096, 5951, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19069, '2023-02-18', 2647, 17097, 5951, 27252, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19070, '2023-02-18', 3580, 17098, 5952, 28449, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19071, '2023-02-18', 3743, 17099, 5952, 23294, '-1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19072, '2023-02-18', 3743, 17099, 5952, 24430, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19073, '2023-02-18', 3743, 17099, 5952, 25497, '-1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19074, '2023-02-18', 3743, 17099, 5952, 26564, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19075, '2023-02-18', 3743, 17099, 5952, 28505, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19076, '2023-02-18', 2645, 17100, 5952, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19077, '2023-02-18', 2645, 17101, 5953, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19078, '2023-02-18', 2645, 17102, 5954, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19079, '2023-02-18', 2647, 17103, 5954, 27252, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19080, '2023-02-18', 2645, 17104, 5955, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19081, '2023-02-18', 2647, 17105, 5955, 27252, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19082, '2023-02-18', 2645, 17106, 5956, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19083, '2023-02-18', 3074, 17107, 5957, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19084, '2023-02-18', 2645, 17108, 5958, 28541, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19085, '2023-02-18', 2647, 17109, 5958, 27252, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19086, '2023-02-18', 3172, 17110, 5958, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19087, '2023-02-18', 2644, 17111, 5959, 28495, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19088, '2023-02-18', 2864, 17112, 5959, 28476, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19089, '2023-02-18', 3182, 17113, 5959, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '13.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19090, '2023-02-18', 2645, 17114, 5960, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19091, '2023-02-18', 2645, 17115, 5961, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19092, '2023-02-18', 2952, 17116, 5961, 28456, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19093, '2023-02-18', 3172, 17117, 5961, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19094, '2023-02-18', 2645, 17118, 5962, 28541, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19095, '2023-02-18', 2647, 17119, 5962, 27252, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19096, '2023-02-18', 3063, 17120, 5962, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19097, '2023-02-18', 3172, 17121, 5963, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19098, '2023-02-18', 2645, 17122, 5964, 28541, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19099, '2023-02-18', 3314, 17123, 5965, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '65.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19100, '2023-02-18', 2552, 17124, 5965, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19101, '2023-02-18', 3063, 17125, 5966, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19102, '2023-02-18', 3172, 17126, 5966, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19103, '2023-02-19', 3825, 17127, 5967, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19104, '2023-02-19', 2645, 17128, 5968, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19105, '2023-02-19', 2822, 17129, 5968, 28493, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19106, '2023-02-19', 3341, 17130, 5968, 22831, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19107, '2023-02-19', 2789, 17131, 5968, 28465, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19108, '2023-02-19', 2713, 17132, 5968, 28507, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19109, '2023-02-19', 3483, 17133, 5968, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19110, '2023-02-19', 3120, 17134, 5968, 28533, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19111, '2023-02-19', 2875, 17135, 5969, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19112, '2023-02-19', 3187, 17136, 5969, 27270, '4.0000', '0.7143', '0.7143', '1.2500', '1.2500', '53.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19113, '2023-02-19', 3314, 17137, 5969, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '64.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19114, '2023-02-19', 3212, 17138, 5969, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19115, '2023-02-19', 3553, 17139, 5969, 28503, '2.0000', '3.9565', '3.9565', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19116, '2023-02-19', 2713, 17140, 5969, 29069, '-1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19117, '2023-02-19', 2713, 17140, 5969, 29661, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19118, '2023-02-19', 3048, 17141, 5969, 24133, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19119, '2023-02-19', 2712, 17142, 5969, 29663, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19120, '2023-02-19', 3871, 17143, 5969, 28536, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19121, '2023-02-19', 2635, 17144, 5970, 3930, '1.0000', '11.9500', '11.9500', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19122, '2023-02-19', 2903, 17145, 5971, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19123, '2023-02-19', 2653, 17146, 5971, 22874, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19124, '2023-02-19', 3827, 17147, 5971, 22880, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19125, '2023-02-19', 3120, 17148, 5971, 28533, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19126, '2023-02-19', 3875, 17149, 5971, 29664, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '1.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19127, '2023-02-19', 3871, 17150, 5971, 28536, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19128, '2023-02-19', 3074, 17151, 5971, 27238, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19129, '2023-02-19', 3618, 17152, 5972, 14531, '1.0000', '3.4000', '3.4000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19130, '2023-02-19', 3609, 17153, 5972, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '65.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19131, '2023-02-19', 3840, 17154, 5972, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19132, '2023-02-19', 3048, 17155, 5972, 24133, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19133, '2023-02-19', 3621, 17156, 5973, 14537, '2.0000', '0.5833', '0.5833', '3.0000', '3.0000', '45.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19134, '2023-02-19', 3120, 17157, 5973, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19135, '2023-02-19', 2893, 17158, 5973, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19136, '2023-02-19', 2875, 17159, 5973, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19137, '2023-02-19', 3212, 17160, 5973, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19138, '2023-02-19', 3344, 17161, 5974, 18945, '-1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19139, '2023-02-19', 3344, 17161, 5974, 20033, '-1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19140, '2023-02-19', 3344, 17161, 5974, 21081, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19141, '2023-02-19', 3344, 17161, 5974, 22129, '-1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19142, '2023-02-19', 3344, 17161, 5974, 23287, '-1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19143, '2023-02-19', 3344, 17161, 5974, 24003, '4.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19144, '2023-02-19', 2653, 17162, 5974, 22874, '9.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19145, '2023-02-19', 2653, 17162, 5974, 23418, '-2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19146, '2023-02-19', 2653, 17162, 5974, 23986, '7.0000', '4.4092', '4.4092', '6.0000', '6.0000', '65.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19147, '2023-02-19', 2922, 17163, 5974, 24021, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19148, '2023-02-19', 2922, 17163, 5974, 24455, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19149, '2023-02-19', 2922, 17163, 5974, 25522, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19150, '2023-02-19', 2922, 17163, 5974, 26589, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19151, '2023-02-19', 2922, 17163, 5974, 27344, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19152, '2023-02-19', 3120, 17164, 5974, 28533, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19153, '2023-02-19', 2893, 17165, 5974, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19154, '2023-02-19', 3048, 17166, 5975, 24133, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19155, '2023-02-19', 3483, 17167, 5975, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19156, '2023-02-19', 2534, 17168, 5975, 28464, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19157, '2023-02-19', 3120, 17169, 5975, 28533, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19158, '2023-02-19', 3212, 17170, 5975, 26352, '1.0000', '3.4167', '3.4167', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19159, '2023-02-19', 3047, 17171, 5975, 14550, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19160, '2023-02-19', 3074, 17172, 5976, 27238, '2.0000', '1.7083', '1.7083', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19161, '2023-02-19', 3074, 17172, 5976, 27867, '-2.0000', '1.7083', '1.7083', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19162, '2023-02-19', 3074, 17172, 5976, 29651, '3.0000', '2.1617', '2.1617', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19163, '2023-02-19', 3126, 17173, 5976, 29652, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19164, '2023-02-19', 3048, 17174, 5976, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19165, '2023-02-19', 3875, 17175, 5977, 29664, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '0.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19166, '2023-02-19', 3120, 17176, 5977, 28533, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19167, '2023-02-19', 3212, 17177, 5977, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19168, '2023-02-19', 2653, 17178, 5977, 23986, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '61.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19169, '2023-02-19', 3314, 17179, 5977, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '62.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19170, '2023-02-19', 3120, 17180, 5978, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19171, '2023-02-19', 3048, 17181, 5978, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19172, '2023-02-19', 2653, 17182, 5978, 23986, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '55.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19173, '2023-02-19', 2930, 17183, 5978, 27347, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19174, '2023-02-19', 2936, 17184, 5978, 27348, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19175, '2023-02-19', 2713, 17185, 5978, 29661, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19176, '2023-02-19', 2507, 17186, 5978, 27257, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19177, '2023-02-19', 3840, 17187, 5979, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19178, '2023-02-19', 2507, 17188, 5979, 27257, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 436, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19179, '2023-02-19', 2713, 17189, 5979, 29661, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19180, '2023-02-19', 2524, 17190, 5979, 3819, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19181, '2023-02-19', 3120, 17191, 5979, 28533, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19182, '2023-02-19', 2552, 17192, 5980, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19183, '2023-02-19', 3483, 17193, 5980, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19184, '2023-02-19', 3048, 17194, 5980, 24133, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19185, '2023-02-19', 3048, 17194, 5980, 25200, '-52.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19186, '2023-02-19', 3048, 17194, 5980, 26267, '52.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19187, '2023-02-19', 3048, 17194, 5980, 27236, '3.0000', '0.8458', '0.8458', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19190, '2023-02-19', 2901, 17197, 5982, 28501, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19191, '2023-02-19', 2711, 17198, 5983, 27333, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19192, '2023-02-19', 2926, 17199, 5984, 6359, '-21.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19193, '2023-02-19', 2926, 17199, 5984, 7322, '8.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19194, '2023-02-19', 2926, 17199, 5984, 8283, '-8.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19195, '2023-02-19', 2926, 17199, 5984, 9244, '-28.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19196, '2023-02-19', 2926, 17199, 5984, 10093, '20.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 134, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19197, '2023-02-19', 2926, 17199, 5984, 13300, '20.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19198, '2023-02-19', 2926, 17199, 5984, 13784, '-1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19199, '2023-02-19', 2926, 17199, 5984, 15040, '-27.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19200, '2023-02-19', 2926, 17199, 5984, 17411, '20.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19201, '2023-02-19', 2926, 17199, 5984, 20072, '-2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19202, '2023-02-19', 2926, 17199, 5984, 21120, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19203, '2023-02-19', 2926, 17199, 5984, 22168, '-2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19204, '2023-02-19', 2926, 17199, 5984, 24025, '20.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19205, '2023-02-19', 2926, 17199, 5984, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19206, '2023-02-19', 2485, 17200, 5984, 29656, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '10.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19207, '2023-02-19', 3063, 17201, 5985, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19208, '2023-02-19', 3743, 17202, 5986, 28505, '2.0000', '2.5800', '2.5800', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19209, '2023-02-19', 2504, 17203, 5987, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19210, '2023-02-19', 2710, 17204, 5988, 28509, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '23.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19211, '2023-02-19', 3172, 17205, 5988, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '54.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19212, '2023-02-19', 2973, 17206, 5989, 9878, '2.0000', '7.0000', '7.0000', '11.0000', '11.0000', '8.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19213, '2023-02-19', 2647, 17207, 5990, 27729, '-6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19214, '2023-02-19', 2647, 17207, 5990, 28491, '8.0000', '7.7517', '7.7517', '10.0000', '10.0000', '40.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19215, '2023-02-19', 3048, 17208, 5991, 27236, '4.0000', '0.8458', '0.8458', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19216, '2023-02-19', 2645, 17209, 5992, 28541, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19217, '2023-02-19', 2923, 17210, 5993, 27345, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19218, '2023-02-19', 2935, 17211, 5993, 28522, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19219, '2023-02-19', 2645, 17212, 5994, 28541, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19220, '2023-02-19', 3172, 17213, 5994, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '53.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19221, '2023-02-19', 2711, 17214, 5995, 27333, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19222, '2023-02-19', 2644, 17215, 5996, 28495, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19223, '2023-02-19', 3015, 17216, 5996, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19224, '2023-02-19', 2713, 17217, 5996, 29661, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19225, '2023-02-19', 2645, 17218, 5997, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19226, '2023-02-19', 2644, 17219, 5998, 28495, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19227, '2023-02-19', 3608, 17220, 5998, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19228, '2023-02-19', 3036, 17221, 5999, 5009, '1.0000', '22.7100', '22.7100', '26.0000', '26.0000', '0.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19229, '2023-02-19', 2642, 17222, 6000, 28506, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19230, '2023-02-19', 2661, 17223, 6000, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '24.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19231, '2023-02-19', 3017, 17224, 6001, 24014, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19232, '2023-02-19', 3314, 17225, 6002, 28458, '3.0000', '0.6875', '0.6875', '1.0000', '1.0000', '59.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19233, '2023-02-19', 2916, 17226, 6003, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19234, '2023-02-19', 2891, 17227, 6004, 27904, '-2.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19235, '2023-02-19', 2891, 17227, 6004, 28473, '3.0000', '5.5300', '5.5300', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19236, '2023-02-19', 2952, 17228, 6004, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19237, '2023-02-19', 2645, 17229, 6005, 28541, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19238, '2023-02-19', 2918, 17230, 6006, 14589, '4.0000', '1.8750', '1.8750', '3.0000', '3.0000', '37.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19239, '2023-02-19', 2934, 17231, 6006, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19240, '2023-02-19', 2645, 17232, 6007, 28541, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19241, '2023-02-19', 2711, 17233, 6007, 27333, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19242, '2023-02-19', 3314, 17234, 6008, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '58.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19243, '2023-02-19', 2923, 17235, 6008, 27345, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19244, '2023-02-19', 2936, 17236, 6008, 27348, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19245, '2023-02-19', 2647, 17237, 6009, 28491, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19246, '2023-02-19', 3074, 17238, 6010, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19247, '2023-02-19', 2949, 17239, 6011, 28504, '2.0000', '6.4200', '6.4200', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19248, '2023-02-19', 2647, 17240, 6012, 28491, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19249, '2023-02-19', 2647, 17241, 6013, 28491, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19250, '2023-02-19', 2645, 17242, 6014, 28541, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 479, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19251, '2023-02-19', 2645, 17242, 6014, 28935, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19252, '2023-02-19', 2936, 17243, 6015, 27348, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19253, '2023-02-19', 2923, 17244, 6015, 27345, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19254, '2023-02-19', 2647, 17245, 6016, 28491, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19255, '2023-02-19', 2647, 17246, 6017, 28491, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19256, '2023-02-19', 2647, 17247, 6018, 28491, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19257, '2023-02-19', 3048, 17248, 6019, 27236, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19258, '2023-02-19', 2952, 17249, 6019, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19259, '2023-02-19', 2647, 17250, 6020, 28491, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19260, '2023-02-19', 2949, 17251, 6021, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19261, '2023-02-19', 2713, 17252, 6022, 29661, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19262, '2023-02-19', 2894, 17253, 6023, 4189, '-4.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19263, '2023-02-19', 2894, 17253, 6023, 22886, '4.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19264, '2023-02-19', 2894, 17253, 6023, 28469, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19265, '2023-02-19', 3048, 17254, 6024, 27236, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19266, '2023-02-20', 2534, 17255, 6025, 28464, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19267, '2023-02-20', 2886, 17256, 6025, 28472, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19268, '2023-02-20', 2660, 17257, 6025, 28481, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19269, '2023-02-20', 2890, 17258, 6025, 24557, '-2.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19270, '2023-02-20', 2890, 17258, 6025, 25624, '2.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19271, '2023-02-20', 2890, 17258, 6025, 26691, '-2.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19272, '2023-02-20', 2890, 17258, 6025, 28474, '3.0000', '5.5300', '5.5300', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19273, '2023-02-20', 3120, 17259, 6026, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19274, '2023-02-20', 3120, 17260, 6027, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19275, '2023-02-20', 2977, 17261, 6028, 15691, '2.0000', '11.7483', '11.7483', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19276, '2023-02-20', 2711, 17262, 6029, 27333, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19277, '2023-02-20', 2936, 17263, 6029, 27348, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19278, '2023-02-20', 2923, 17264, 6029, 27345, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19279, '2023-02-20', 2923, 17264, 6029, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19280, '2023-02-20', 3187, 17265, 6030, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '51.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19281, '2023-02-20', 2960, 17266, 6031, 27301, '2.0000', '9.2878', '9.2878', '12.0000', '12.0000', '26.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19282, '2023-02-20', 2699, 17267, 6031, 28487, '15.0000', '6.0000', '6.0000', '8.0000', '8.0000', '3.5000', 1, 0, NULL, 465, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19283, '2023-02-20', 2982, 17268, 6031, 27299, '2.0000', '4.7500', '4.7500', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19284, '2023-02-20', 2835, 17269, 6031, 8678, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19285, '2023-02-20', 2800, 17270, 6032, 28502, '1.0000', '8.0800', '8.0800', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19286, '2023-02-20', 2699, 17271, 6032, 28487, '1.0000', '6.0000', '6.0000', '8.0000', '8.0000', '2.5000', 1, 0, NULL, 465, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19287, '2023-02-20', 3644, 17272, 6033, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19288, '2023-02-20', 3187, 17273, 6034, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '49.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19289, '2023-02-20', 2647, 17274, 6035, 28491, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19290, '2023-02-20', 3187, 17275, 6036, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '47.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19291, '2023-02-20', 3855, 17276, 6037, 27310, '4.0000', '5.4000', '5.4000', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19292, '2023-02-20', 2923, 17277, 6038, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19293, '2023-02-20', 2930, 17278, 6038, 27347, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19294, '2023-02-20', 3641, 17279, 6038, 14580, '-1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 269, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19295, '2023-02-20', 3641, 17279, 6038, 22895, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19296, '2023-02-20', 3120, 17280, 6038, 28533, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19297, '2023-02-20', 2713, 17281, 6038, 29661, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19298, '2023-02-20', 3212, 17282, 6038, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19299, '2023-02-20', 3646, 17283, 6039, 15726, '8.0000', '1.1233', '1.1233', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19300, '2023-02-20', 3870, 17284, 6040, 28523, '1.0000', '6.6500', '6.6500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19301, '2023-02-20', 3120, 17285, 6041, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19302, '2023-02-20', 3172, 17286, 6041, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19303, '2023-02-20', 2982, 17287, 6042, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19304, '2023-02-20', 3172, 17288, 6043, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19305, '2023-02-20', 2960, 17289, 6044, 27301, '2.0000', '9.2878', '9.2878', '12.0000', '12.0000', '24.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19306, '2023-02-20', 2691, 17290, 6045, 3986, '1.5000', '5.3400', '5.3400', '10.0000', '10.0000', '46.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19307, '2023-02-20', 2647, 17291, 6046, 28491, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19308, '2023-02-20', 3047, 17292, 6047, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19309, '2023-02-20', 3172, 17293, 6048, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19310, '2023-02-20', 2647, 17294, 6049, 28491, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19311, '2023-02-20', 3048, 17295, 6050, 27236, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19312, '2023-02-20', 2661, 17296, 6051, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '22.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19313, '2023-02-20', 2643, 17297, 6052, 15700, '3.0000', '6.5466', '6.5466', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19314, '2023-02-20', 2645, 17298, 6052, 28935, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19315, '2023-02-20', 2713, 17299, 6052, 29661, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19316, '2023-02-20', 3840, 17300, 6053, 24012, '1.0000', '2.5417', '2.5417', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 424, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19317, '2023-02-20', 3120, 17301, 6053, 28533, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19318, '2023-02-20', 3187, 17302, 6053, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '45.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19319, '2023-02-20', 2789, 17303, 6053, 28465, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19320, '2023-02-20', 3580, 17304, 6054, 28449, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19321, '2023-02-20', 2647, 17305, 6055, 28491, '8.0000', '7.7517', '7.7517', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19322, '2023-02-20', 2644, 17306, 6055, 28495, '8.0000', '3.4229', '3.4229', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19323, '2023-02-20', 2982, 17307, 6056, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19324, '2023-02-20', 2901, 17308, 6057, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '15.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19325, '2023-02-20', 3152, 17309, 6058, 4447, '1.0000', '25.2500', '25.2500', '33.0000', '33.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19326, '2023-02-20', 2650, 17310, 6059, 27294, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19327, '2023-02-20', 2660, 17311, 6059, 28481, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19328, '2023-02-20', 2643, 17312, 6060, 15700, '1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19329, '2023-02-20', 2952, 17313, 6060, 28456, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19330, '2023-02-20', 2643, 17314, 6061, 15700, '1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19331, '2023-02-20', 2922, 17315, 6062, 27344, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19332, '2023-02-20', 2919, 17316, 6062, 27342, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19333, '2023-02-20', 2920, 17317, 6062, 28512, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '22.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19334, '2023-02-20', 2923, 17318, 6062, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19335, '2023-02-20', 2927, 17319, 6062, 24022, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19336, '2023-02-20', 2926, 17320, 6063, 28521, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19337, '2023-02-20', 3587, 17321, 6064, 27264, '1.0000', '30.5000', '30.5000', '41.0000', '41.0000', '0.0000', 1, 0, NULL, 439, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19338, '2023-02-20', 3084, 17322, 6065, 16143, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19339, '2023-02-20', 3172, 17323, 6066, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19340, '2023-02-20', 2719, 17324, 6067, 10010, '4.0000', '0.8500', '0.8500', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19341, '2023-02-20', 2717, 17325, 6067, 4012, '4.0000', '3.9900', '3.9900', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19342, '2023-02-20', 2725, 17326, 6067, 27240, '4.0000', '2.9100', '2.9100', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19343, '2023-02-20', 3553, 17327, 6067, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19344, '2023-02-20', 2699, 17328, 6067, 28487, '1.0000', '6.0000', '6.0000', '8.0000', '8.0000', '1.5000', 1, 0, NULL, 465, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19345, '2023-02-20', 3047, 17329, 6067, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19346, '2023-02-20', 3003, 17330, 6068, 4298, '2.0000', '7.1800', '7.1800', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19347, '2023-02-20', 2919, 17331, 6069, 27342, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19348, '2023-02-20', 2952, 17332, 6070, 28456, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19349, '2023-02-20', 2949, 17333, 6070, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19350, '2023-02-20', 2889, 17334, 6070, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19351, '2023-02-20', 2891, 17335, 6070, 28473, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19352, '2023-02-20', 3852, 17336, 6070, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19353, '2023-02-20', 3580, 17337, 6071, 28449, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19354, '2023-02-20', 3172, 17338, 6071, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19355, '2023-02-20', 3231, 17339, 6071, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19356, '2023-02-20', 2642, 17340, 6072, 28506, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19357, '2023-02-21', 3870, 17341, 6073, 29678, '1.0000', '6.6500', '6.6500', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19358, '2023-02-21', 3015, 17342, 6074, 4310, '-3.0000', '0.8300', '0.8300', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19359, '2023-02-21', 3015, 17342, 6074, 24010, '4.0000', '0.9042', '0.9042', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19360, '2023-02-21', 2712, 17343, 6075, 29676, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19361, '2023-02-21', 3870, 17344, 6076, 29678, '3.0000', '6.6500', '6.6500', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19362, '2023-02-21', 3062, 17345, 6077, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19363, '2023-02-21', 3871, 17346, 6077, 28536, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19364, '2023-02-21', 3120, 17347, 6077, 28944, '-1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19365, '2023-02-21', 3120, 17347, 6077, 29675, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19366, '2023-02-21', 3048, 17348, 6078, 27236, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 432, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19367, '2023-02-21', 3048, 17348, 6078, 27457, '-9.0000', '0.8458', '0.8458', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19368, '2023-02-21', 3048, 17348, 6078, 28659, '8.0000', '0.8458', '0.8458', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19369, '2023-02-21', 3048, 17348, 6078, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '238.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19370, '2023-02-21', 3047, 17349, 6078, 14550, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19371, '2023-02-21', 3314, 17350, 6078, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '56.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19372, '2023-02-21', 3625, 17351, 6078, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19373, '2023-02-21', 3646, 17352, 6079, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19374, '2023-02-21', 2789, 17353, 6079, 28465, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19375, '2023-02-21', 2712, 17354, 6079, 29676, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19376, '2023-02-21', 3062, 17355, 6079, 22876, '1.0000', '12.8233', '12.8233', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 401, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19377, '2023-02-21', 3172, 17356, 6079, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19378, '2023-02-21', 3641, 17357, 6080, 22895, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 404, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19379, '2023-02-21', 3120, 17358, 6080, 29675, '4.0000', '5.8000', '5.8000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19380, '2023-02-21', 2936, 17359, 6080, 27348, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19381, '2023-02-21', 2936, 17359, 6080, 27783, '-2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19382, '2023-02-21', 2936, 17359, 6080, 28520, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19383, '2023-02-21', 2930, 17360, 6080, 27347, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19384, '2023-02-21', 2653, 17361, 6081, 23986, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '51.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19385, '2023-02-21', 3483, 17362, 6082, 4771, '-2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19386, '2023-02-21', 3483, 17362, 6082, 19640, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19387, '2023-02-21', 3047, 17363, 6082, 14550, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19388, '2023-02-21', 2713, 17364, 6083, 29661, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19389, '2023-02-21', 3618, 17365, 6083, 14531, '2.0000', '3.4000', '3.4000', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19390, '2023-02-21', 2734, 17366, 6083, 4029, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19391, '2023-02-21', 3121, 17367, 6083, 28443, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19392, '2023-02-21', 2790, 17368, 6084, 27291, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 444, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19393, '2023-02-21', 2712, 17369, 6084, 29676, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19394, '2023-02-21', 2713, 17370, 6085, 29661, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19395, '2023-02-21', 2879, 17371, 6085, 28471, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19396, '2023-02-21', 3483, 17372, 6086, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19397, '2023-02-21', 3212, 17373, 6086, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19398, '2023-02-21', 2653, 17374, 6087, 23986, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '49.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19399, '2023-02-21', 2653, 17375, 6088, 23986, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19400, '2023-02-21', 2653, 17376, 6089, 23986, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19401, '2023-02-21', 2952, 17377, 6090, 28456, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19402, '2023-02-21', 2921, 17378, 6091, 27343, '2.0000', '4.1250', '4.1250', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19403, '2023-02-21', 3172, 17379, 6092, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19404, '2023-02-21', 3047, 17380, 6092, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19405, '2023-02-21', 3231, 17381, 6092, 15786, '2.0000', '1.7900', '1.7900', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19406, '2023-02-21', 2936, 17382, 6092, 28520, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19407, '2023-02-21', 2926, 17383, 6092, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19408, '2023-02-21', 2791, 17384, 6092, 18513, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19409, '2023-02-21', 3017, 17385, 6092, 24014, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19410, '2023-02-21', 2936, 17386, 6093, 28520, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19411, '2023-02-21', 3121, 17387, 6094, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19412, '2023-02-21', 3084, 17388, 6095, 16143, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19413, '2023-02-21', 2642, 17389, 6095, 28506, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19414, '2023-02-21', 3017, 17390, 6095, 24014, '3.0000', '4.6000', '4.6000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 425, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19415, '2023-02-21', 2853, 17391, 6096, 4148, '2.0000', '2.7800', '2.7800', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19416, '2023-02-21', 2504, 17392, 6097, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19417, '2023-02-21', 3872, 17393, 6098, 28539, '1.0000', '16.5000', '16.5000', '22.0000', '22.0000', '5.0000', 1, 0, NULL, 478, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19418, '2023-02-21', 3172, 17394, 6099, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19419, '2023-02-21', 2517, 17395, 6099, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19420, '2023-02-21', 3114, 17396, 6100, 27863, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19421, '2023-02-21', 2661, 17397, 6101, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '20.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19422, '2023-02-21', 3061, 17398, 6102, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19423, '2023-02-21', 3875, 17399, 6103, 29677, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '3.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19424, '2023-02-21', 2790, 17400, 6103, 27737, '-1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19425, '2023-02-21', 2790, 17400, 6103, 28531, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19426, '2023-02-21', 3172, 17401, 6103, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19427, '2023-02-21', 3608, 17402, 6104, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19428, '2023-02-21', 2950, 17403, 6105, 29679, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19429, '2023-02-21', 3245, 17404, 6106, 4540, '1.0000', '1.4600', '1.4600', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19430, '2023-02-21', 3063, 17405, 6106, 28496, '2.0000', '2.5257', '2.5257', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19431, '2023-02-21', 3172, 17406, 6106, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19432, '2023-02-21', 3166, 17407, 6107, 27754, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19433, '2023-02-21', 2982, 17408, 6107, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19434, '2023-02-21', 3015, 17409, 6107, 24010, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '12.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19435, '2023-02-21', 3063, 17410, 6108, 28496, '2.0000', '2.5257', '2.5257', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19436, '2023-02-21', 3172, 17411, 6108, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19437, '2023-02-21', 2864, 17412, 6108, 28476, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19438, '2023-02-21', 3835, 17413, 6108, 23991, '2.0000', '0.1750', '0.1750', '0.5000', '0.5000', '120.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19439, '2023-02-21', 2661, 17414, 6108, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '18.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19440, '2023-02-21', 2710, 17415, 6109, 28509, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '21.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19441, '2023-02-21', 3017, 17416, 6109, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19442, '2023-02-21', 3484, 17417, 6109, 28468, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19443, '2023-02-21', 3646, 17418, 6109, 15726, '6.0000', '1.1233', '1.1233', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19444, '2023-02-21', 3084, 17419, 6110, 17452, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19445, '2023-02-21', 2710, 17420, 6110, 28509, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '19.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19446, '2023-02-21', 2982, 17421, 6111, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19447, '2023-02-21', 3047, 17422, 6112, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19448, '2023-02-21', 2645, 17423, 6113, 28935, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19449, '2023-02-21', 3048, 17424, 6113, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '237.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19450, '2023-02-21', 2712, 17425, 6114, 29676, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19451, '2023-02-21', 2485, 17426, 6115, 29656, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '9.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19452, '2023-02-21', 2645, 17427, 6116, 29682, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19453, '2023-02-21', 3172, 17428, 6116, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19454, '2023-02-21', 3172, 17429, 6117, 28478, '3.0000', '3.5201', '3.5201', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19455, '2023-02-21', 3048, 17430, 6117, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '235.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19456, '2023-02-21', 2951, 17431, 6117, 22794, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '27.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19457, '2023-02-21', 2552, 17432, 6117, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19458, '2023-02-21', 2645, 17433, 6118, 29682, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19459, '2023-02-21', 2486, 17434, 6119, 3781, '2.0000', '0.6000', '0.6000', '1.0000', '1.0000', '77.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19460, '2023-02-21', 3553, 17435, 6120, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19461, '2023-02-22', 2687, 17436, 6121, 3982, '1.0000', '22.9000', '22.9000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19462, '2023-02-22', 3870, 17437, 6121, 29678, '1.0000', '6.6500', '6.6500', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19463, '2023-02-22', 3120, 17438, 6122, 29675, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19464, '2023-02-22', 3017, 17439, 6122, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19465, '2023-02-22', 3120, 17440, 6123, 29675, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19466, '2023-02-22', 2534, 17441, 6124, 28464, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19467, '2023-02-22', 2653, 17442, 6124, 23986, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19468, '2023-02-22', 3074, 17443, 6125, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19469, '2023-02-22', 3580, 17444, 6126, 28449, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19470, '2023-02-22', 2524, 17445, 6127, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19471, '2023-02-22', 3015, 17446, 6127, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19472, '2023-02-22', 2875, 17447, 6127, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19473, '2023-02-22', 2713, 17448, 6127, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '59.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19474, '2023-02-22', 3314, 17449, 6127, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '55.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19475, '2023-02-22', 3871, 17450, 6127, 28536, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19476, '2023-02-22', 2965, 17451, 6128, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '35.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19477, '2023-02-22', 3120, 17452, 6129, 29675, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19478, '2023-02-22', 3121, 17453, 6129, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19479, '2023-02-22', 2507, 17454, 6129, 28499, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19480, '2023-02-22', 3569, 17455, 6130, 13179, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '4.0000', 1, 0, NULL, 177, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19481, '2023-02-22', 3855, 17456, 6130, 27310, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19482, '2023-02-22', 2846, 17457, 6130, 28081, '1.0000', '178.6000', '178.6000', '255.0000', '255.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19483, '2023-02-22', 3314, 17458, 6130, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '53.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19484, '2023-02-22', 3126, 17459, 6130, 29652, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19485, '2023-02-22', 3872, 17460, 6130, 28539, '1.0000', '16.5000', '16.5000', '22.0000', '22.0000', '4.0000', 1, 0, NULL, 478, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19486, '2023-02-22', 2691, 17461, 6130, 3986, '0.5000', '5.3400', '5.3400', '10.0000', '10.0000', '46.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19487, '2023-02-22', 2934, 17462, 6131, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19488, '2023-02-22', 2713, 17463, 6132, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '58.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19489, '2023-02-22', 2790, 17464, 6133, 28531, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19490, '2023-02-22', 2864, 17465, 6133, 28476, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19491, '2023-02-22', 2644, 17466, 6134, 28495, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19492, '2023-02-22', 3311, 17467, 6135, 28479, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19493, '2023-02-22', 3641, 17468, 6135, 23254, '-1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19494, '2023-02-22', 3641, 17468, 6135, 24390, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19495, '2023-02-22', 3641, 17468, 6135, 25457, '-1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19496, '2023-02-22', 3641, 17468, 6135, 26524, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19497, '2023-02-22', 3641, 17468, 6135, 27721, '-3.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19498, '2023-02-22', 3641, 17468, 6135, 28480, '4.0000', '1.7500', '1.7500', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19499, '2023-02-22', 3084, 17469, 6135, 17452, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19500, '2023-02-22', 2552, 17470, 6135, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19501, '2023-02-22', 3048, 17471, 6136, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '234.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19502, '2023-02-22', 2713, 17472, 6137, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '57.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19503, '2023-02-22', 3311, 17473, 6137, 28479, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19504, '2023-02-22', 2653, 17474, 6138, 23986, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19505, '2023-02-22', 2642, 17475, 6139, 28506, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19506, '2023-02-22', 2922, 17476, 6140, 27344, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19507, '2023-02-22', 3048, 17477, 6141, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '233.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19508, '2023-02-22', 2977, 17478, 6142, 15691, '1.0000', '11.7483', '11.7483', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 285, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19509, '2023-02-22', 3264, 17479, 6142, 10021, '2.0000', '13.0300', '13.0300', '23.0000', '23.0000', '52.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19510, '2023-02-22', 2726, 17480, 6142, 28550, '1.0000', '12.7500', '12.7500', '25.0000', '25.0000', '80.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19511, '2023-02-22', 2713, 17481, 6143, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '56.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19512, '2023-02-22', 3120, 17482, 6143, 29675, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19513, '2023-02-22', 3047, 17483, 6143, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19514, '2023-02-22', 3646, 17484, 6143, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19515, '2023-02-22', 3483, 17485, 6144, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19516, '2023-02-22', 2713, 17486, 6145, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '55.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19517, '2023-02-22', 2879, 17487, 6145, 28471, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19518, '2023-02-22', 3048, 17488, 6145, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '230.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19519, '2023-02-22', 3074, 17489, 6145, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19520, '2023-02-22', 3314, 17490, 6146, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '52.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19521, '2023-02-22', 3212, 17491, 6146, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19522, '2023-02-22', 3871, 17492, 6146, 28536, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19523, '2023-02-22', 3625, 17493, 6146, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19524, '2023-02-22', 3015, 17494, 6146, 24010, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19525, '2023-02-22', 3483, 17495, 6146, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19526, '2023-02-22', 3048, 17496, 6147, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '229.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19527, '2023-02-22', 3871, 17497, 6147, 28536, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19528, '2023-02-22', 3172, 17498, 6148, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19529, '2023-02-22', 2791, 17499, 6149, 18513, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19530, '2023-02-22', 3870, 17500, 6150, 29678, '2.0000', '6.6500', '6.6500', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19531, '2023-02-22', 2647, 17501, 6150, 28491, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19532, '2023-02-22', 2646, 17502, 6151, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19533, '2023-02-22', 2952, 17503, 6152, 28456, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19534, '2023-02-22', 2642, 17504, 6153, 28506, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19535, '2023-02-22', 2647, 17505, 6153, 28491, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19536, '2023-02-22', 3048, 17506, 6153, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '228.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19537, '2023-02-22', 2642, 17507, 6154, 28506, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19538, '2023-02-22', 3048, 17508, 6154, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '227.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19539, '2023-02-22', 2646, 17509, 6155, 28492, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19540, '2023-02-22', 2923, 17510, 6155, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19541, '2023-02-22', 2886, 17511, 6156, 29668, '2.0000', '5.5300', '5.5300', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19542, '2023-02-22', 3047, 17512, 6156, 14550, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19543, '2023-02-22', 2642, 17513, 6157, 28506, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19544, '2023-02-22', 3048, 17514, 6157, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '226.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19545, '2023-02-22', 2642, 17515, 6158, 28506, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19546, '2023-02-22', 2642, 17516, 6159, 28506, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19547, '2023-02-22', 2642, 17516, 6159, 28534, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19548, '2023-02-22', 2712, 17517, 6160, 29676, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19549, '2023-02-22', 3172, 17518, 6160, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19550, '2023-02-22', 3120, 17519, 6160, 29675, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19551, '2023-02-22', 3015, 17520, 6161, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19552, '2023-02-22', 3047, 17521, 6161, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19553, '2023-02-22', 3483, 17522, 6161, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19554, '2023-02-22', 2713, 17523, 6162, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '54.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19555, '2023-02-22', 3772, 17524, 6163, 28457, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19556, '2023-02-23', 3172, 17525, 6164, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19557, '2023-02-23', 3870, 17526, 6164, 29678, '1.0000', '6.6500', '6.6500', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19558, '2023-02-23', 3646, 17527, 6165, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19559, '2023-02-23', 3825, 17528, 6165, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19560, '2023-02-23', 3314, 17529, 6166, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '51.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19561, '2023-02-23', 2504, 17530, 6166, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19562, '2023-02-23', 3870, 17531, 6167, 29678, '1.0000', '6.6500', '6.6500', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19563, '2023-02-23', 3314, 17532, 6167, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '50.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19564, '2023-02-23', 2552, 17533, 6168, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19565, '2023-02-23', 2901, 17534, 6169, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19566, '2023-02-23', 3121, 17535, 6170, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19567, '2023-02-23', 2711, 17536, 6171, 27333, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19568, '2023-02-23', 3772, 17537, 6172, 28457, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19569, '2023-02-23', 3120, 17538, 6173, 29675, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19570, '2023-02-23', 2713, 17539, 6174, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '53.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19571, '2023-02-23', 3875, 17540, 6174, 29677, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '2.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19572, '2023-02-23', 3047, 17541, 6175, 14550, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19573, '2023-02-23', 3063, 17542, 6176, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19574, '2023-02-23', 3015, 17543, 6176, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19575, '2023-02-23', 2923, 17544, 6177, 28516, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19576, '2023-02-23', 3120, 17545, 6178, 29675, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19577, '2023-02-23', 2647, 17546, 6178, 28491, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19578, '2023-02-23', 2645, 17547, 6179, 29682, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19579, '2023-02-23', 2645, 17548, 6180, 29682, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19580, '2023-02-23', 2645, 17549, 6181, 29682, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19581, '2023-02-23', 2642, 17550, 6182, 28534, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19582, '2023-02-23', 2926, 17551, 6183, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19583, '2023-02-23', 2934, 17552, 6183, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19584, '2023-02-23', 2901, 17553, 6184, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19585, '2023-02-23', 3553, 17554, 6185, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19586, '2023-02-23', 3483, 17555, 6185, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19587, '2023-02-23', 3118, 17556, 6186, 5521, '1.0000', '18.0700', '18.0700', '24.0000', '24.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19588, '2023-02-23', 3047, 17557, 6187, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19589, '2023-02-23', 3553, 17558, 6187, 28503, '2.0000', '3.9565', '3.9565', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19590, '2023-02-23', 3086, 17559, 6187, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19591, '2023-02-23', 2645, 17560, 6188, 29682, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19592, '2023-02-23', 2524, 17561, 6189, 3819, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19593, '2023-02-23', 3875, 17562, 6189, 29677, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '1.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19594, '2023-02-23', 2514, 17563, 6189, 3809, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19595, '2023-02-23', 2713, 17564, 6189, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '52.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19596, '2023-02-23', 2645, 17565, 6190, 29682, '7.0000', '8.3496', '8.3496', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19597, '2023-02-23', 3120, 17566, 6191, 29675, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19598, '2023-02-23', 2645, 17567, 6192, 29682, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19599, '2023-02-23', 2832, 17568, 6193, 4127, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19600, '2023-02-23', 2645, 17569, 6194, 29682, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19601, '2023-02-23', 2645, 17570, 6195, 29682, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19602, '2023-02-23', 2790, 17571, 6196, 28531, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19603, '2023-02-23', 3871, 17572, 6196, 28536, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19604, '2023-02-23', 2713, 17573, 6197, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '51.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19605, '2023-02-23', 3048, 17574, 6197, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '224.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19606, '2023-02-23', 3483, 17575, 6197, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19607, '2023-02-23', 3580, 17576, 6198, 28449, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19608, '2023-02-24', 2644, 17577, 6199, 28495, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19609, '2023-02-24', 3074, 17578, 6199, 29651, '2.0000', '2.1617', '2.1617', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19610, '2023-02-24', 3852, 17579, 6200, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19611, '2023-02-24', 2850, 17580, 6200, 5463, '1.0000', '10.8900', '10.8900', '12.0000', '12.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19612, '2023-02-24', 3865, 17581, 6200, 27327, '1.0000', '10.9000', '10.9000', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19613, '2023-02-24', 2645, 17582, 6201, 29682, '7.0000', '8.3496', '8.3496', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19614, '2023-02-24', 2713, 17583, 6202, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '50.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19615, '2023-02-24', 2660, 17584, 6203, 28481, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19616, '2023-02-24', 2645, 17585, 6203, 29682, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19617, '2023-02-24', 2645, 17586, 6204, 29682, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19618, '2023-02-24', 2645, 17587, 6205, 29682, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19619, '2023-02-24', 2710, 17588, 6206, 28509, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '18.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19620, '2023-02-24', 3015, 17589, 6206, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19621, '2023-02-24', 2502, 17590, 6207, 15674, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19622, '2023-02-24', 2711, 17591, 6208, 27333, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19623, '2023-02-24', 3048, 17592, 6208, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '222.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19624, '2023-02-24', 2647, 17593, 6209, 28491, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19625, '2023-02-24', 2647, 17593, 6209, 28934, '-5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19626, '2023-02-24', 2647, 17593, 6209, 29683, '12.0000', '7.7517', '7.7517', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19627, '2023-02-24', 2660, 17594, 6209, 28481, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19628, '2023-02-24', 3314, 17595, 6209, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '48.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19629, '2023-02-24', 2490, 17596, 6210, 3785, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19630, '2023-02-24', 2749, 17597, 6210, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19631, '2023-02-24', 2766, 17598, 6210, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '239.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19632, '2023-02-24', 3831, 17599, 6210, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '24.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19633, '2023-02-24', 2754, 17600, 6211, 4049, '2.0000', '1.8400', '1.8400', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19634, '2023-02-24', 3133, 17601, 6211, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19635, '2023-02-24', 2719, 17602, 6211, 10010, '1.0000', '0.8500', '0.8500', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19636, '2023-02-24', 3314, 17603, 6212, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '47.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19637, '2023-02-24', 3047, 17604, 6213, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19638, '2023-02-24', 3048, 17605, 6213, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '220.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19639, '2023-02-24', 2517, 17606, 6214, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19640, '2023-02-24', 2710, 17607, 6215, 28509, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '16.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19641, '2023-02-24', 2886, 17608, 6216, 29668, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19642, '2023-02-24', 2982, 17609, 6216, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19643, '2023-02-24', 2646, 17610, 6217, 28937, '-4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19644, '2023-02-24', 2646, 17610, 6217, 29684, '7.0000', '11.4417', '11.4417', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19645, '2023-02-24', 2642, 17611, 6217, 28534, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19646, '2023-02-24', 3314, 17612, 6218, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '46.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19647, '2023-02-24', 2919, 17613, 6219, 27342, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19648, '2023-02-24', 2919, 17613, 6219, 28513, '3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19649, '2023-02-24', 3187, 17614, 6220, 27270, '3.0000', '0.7143', '0.7143', '1.2500', '1.2500', '42.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19650, '2023-02-24', 3646, 17615, 6221, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19651, '2023-02-24', 3870, 17616, 6222, 29678, '2.0000', '6.6500', '6.6500', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19652, '2023-02-24', 2879, 17617, 6222, 28471, '2.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19653, '2023-02-24', 3182, 17618, 6223, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '12.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19654, '2023-02-24', 2647, 17619, 6223, 29683, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19655, '2023-02-24', 2487, 17620, 6224, 14546, '3.0000', '0.5600', '0.5600', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19656, '2023-02-24', 2487, 17620, 6224, 24504, '2.0000', '0.5600', '0.5600', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19657, '2023-02-24', 3174, 17621, 6224, 4469, '2.0000', '1.0900', '1.0900', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19658, '2023-02-24', 2653, 17622, 6225, 23986, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19659, '2023-02-24', 2647, 17623, 6225, 29683, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19660, '2023-02-24', 2646, 17624, 6226, 29684, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19661, '2023-02-24', 2650, 17625, 6227, 27294, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19662, '2023-02-24', 2517, 17626, 6227, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19663, '2023-02-24', 2950, 17627, 6228, 29679, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19664, '2023-02-24', 3086, 17628, 6229, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19665, '2023-02-24', 3048, 17629, 6229, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '219.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19666, '2023-02-24', 2647, 17630, 6230, 29683, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19667, '2023-02-25', 3126, 17631, 6231, 29652, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19668, '2023-02-25', 2504, 17632, 6231, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19669, '2023-02-25', 3061, 17633, 6232, 4356, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19670, '2023-02-25', 2790, 17634, 6232, 28531, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19671, '2023-02-25', 2890, 17635, 6232, 28474, '3.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19672, '2023-02-25', 2517, 17636, 6232, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19673, '2023-02-25', 2790, 17637, 6233, 28531, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19674, '2023-02-25', 3314, 17638, 6234, 28458, '6.0000', '0.6875', '0.6875', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19675, '2023-02-25', 2790, 17639, 6235, 28531, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19676, '2023-02-25', 3314, 17640, 6235, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19677, '2023-02-25', 2485, 17641, 6236, 29656, '2.0000', '22.5142', '22.5142', '29.0000', '29.0000', '7.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19678, '2023-02-25', 2647, 17642, 6237, 29683, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19679, '2023-02-25', 2916, 17643, 6238, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '1.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19680, '2023-02-25', 3212, 17644, 6239, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19681, '2023-02-25', 3483, 17645, 6240, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19682, '2023-02-25', 2513, 17646, 6241, 3808, '4.0000', '1.4200', '1.4200', '2.0000', '2.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19683, '2023-02-25', 2504, 17647, 6241, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19684, '2023-02-25', 2502, 17648, 6242, 15674, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19685, '2023-02-25', 2504, 17649, 6242, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19686, '2023-02-25', 3172, 17650, 6242, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19687, '2023-02-25', 2713, 17651, 6243, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '49.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19688, '2023-02-25', 2712, 17652, 6244, 29676, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19689, '2023-02-25', 2517, 17653, 6245, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19690, '2023-02-25', 3172, 17654, 6245, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19691, '2023-02-25', 2791, 17655, 6245, 18513, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19692, '2023-02-25', 2644, 17656, 6246, 28495, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19693, '2023-02-25', 3074, 17657, 6247, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19694, '2023-02-25', 2901, 17658, 6248, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19695, '2023-02-25', 3553, 17659, 6248, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19696, '2023-02-25', 2901, 17660, 6249, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19697, '2023-02-25', 3182, 17661, 6249, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '11.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19698, '2023-02-25', 2930, 17662, 6250, 27347, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19699, '2023-02-25', 2922, 17663, 6250, 27344, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19700, '2023-02-25', 3017, 17664, 6250, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19701, '2023-02-25', 3231, 17665, 6250, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19702, '2023-02-25', 3121, 17666, 6250, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19703, '2023-02-25', 3641, 17667, 6250, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '31.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19704, '2023-02-25', 3123, 17668, 6251, 28532, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19705, '2023-02-25', 2642, 17669, 6251, 28534, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19706, '2023-02-25', 3074, 17670, 6252, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19707, '2023-02-25', 3085, 17671, 6253, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19708, '2023-02-25', 3120, 17672, 6254, 29675, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19709, '2023-02-25', 3855, 17673, 6255, 27310, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19710, '2023-02-25', 3847, 17674, 6256, 27275, '2.0000', '3.1633', '3.1633', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19711, '2023-02-25', 2727, 17675, 6256, 17425, '2.0000', '20.0000', '20.0000', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19712, '2023-02-25', 2508, 17676, 6257, 18555, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19713, '2023-02-25', 2960, 17677, 6258, 27301, '1.0000', '9.2878', '9.2878', '12.0000', '12.0000', '23.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19714, '2023-02-25', 2710, 17678, 6259, 28509, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '15.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19715, '2023-02-25', 2644, 17679, 6260, 28495, '5.0000', '3.4229', '3.4229', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19716, '2023-02-25', 2646, 17680, 6261, 29684, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19717, '2023-02-25', 2864, 17681, 6262, 28476, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19718, '2023-02-25', 2710, 17682, 6262, 28509, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '13.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19719, '2023-02-25', 2634, 17683, 6262, 28460, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19720, '2023-02-25', 3048, 17684, 6262, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '218.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19721, '2023-02-25', 2653, 17685, 6263, 23986, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19722, '2023-02-25', 2644, 17686, 6264, 28495, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19723, '2023-02-25', 2646, 17687, 6265, 29684, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19724, '2023-02-25', 3017, 17688, 6265, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19725, '2023-02-25', 3017, 17689, 6266, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19726, '2023-02-25', 2646, 17690, 6266, 29684, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19727, '2023-02-25', 3048, 17691, 6266, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '216.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19728, '2023-02-25', 3847, 17692, 6267, 27275, '3.0000', '3.1633', '3.1633', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19729, '2023-02-25', 3048, 17693, 6268, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '214.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19730, '2023-02-25', 3743, 17694, 6268, 28505, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19731, '2023-02-25', 3120, 17695, 6269, 29675, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19732, '2023-02-25', 2975, 17696, 6269, 5509, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19733, '2023-02-25', 3084, 17697, 6270, 17452, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19734, '2023-02-25', 2524, 17698, 6271, 3819, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19735, '2023-02-25', 3314, 17699, 6271, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19736, '2023-02-25', 2835, 17700, 6271, 8678, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19737, '2023-02-25', 3015, 17701, 6271, 24010, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19738, '2023-02-25', 3625, 17702, 6271, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19739, '2023-02-25', 3749, 17703, 6271, 17148, '2.0000', '7.7500', '7.7500', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 315, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19740, '2023-02-25', 3017, 17704, 6272, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19741, '2023-02-25', 2646, 17705, 6272, 29684, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19742, '2023-02-25', 3314, 17706, 6273, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19743, '2023-02-25', 3875, 17707, 6274, 29677, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '0.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19744, '2023-02-25', 3172, 17708, 6275, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19745, '2023-02-25', 2552, 17709, 6275, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19746, '2023-02-25', 2639, 17710, 6275, 3934, '1.0000', '1.1700', '1.1700', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19747, '2023-02-25', 2647, 17711, 6276, 29683, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19748, '2023-02-25', 3172, 17712, 6276, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19749, '2023-02-25', 2517, 17713, 6277, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19750, '2023-02-25', 2646, 17714, 6277, 29684, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19751, '2023-02-25', 3048, 17715, 6278, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '212.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19752, '2023-02-25', 2504, 17716, 6279, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19753, '2023-02-25', 2647, 17717, 6280, 29683, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19754, '2023-02-25', 3314, 17718, 6280, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19755, '2023-02-25', 3048, 17719, 6281, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '210.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19756, '2023-02-25', 3085, 17720, 6282, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19757, '2023-02-25', 2790, 17721, 6282, 28531, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19758, '2023-02-25', 2927, 17722, 6282, 24022, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19759, '2023-02-25', 2949, 17723, 6282, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19760, '2023-02-25', 2951, 17724, 6282, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '26.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19761, '2023-02-26', 3314, 17725, 6283, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19762, '2023-02-26', 3535, 17726, 6284, 4945, '1.0000', '66.9800', '66.9800', '90.0000', '90.0000', '0.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19763, '2023-02-26', 3553, 17727, 6285, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19764, '2023-02-26', 2644, 17728, 6286, 28495, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19765, '2023-02-26', 2935, 17729, 6286, 28522, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19766, '2023-02-26', 3074, 17730, 6286, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19767, '2023-02-26', 3187, 17731, 6287, 27270, '4.0000', '0.7143', '0.7143', '1.2500', '1.2500', '38.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19768, '2023-02-26', 2650, 17732, 6288, 27294, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19769, '2023-02-26', 2802, 17733, 6289, 4097, '1.0000', '17.8800', '17.8800', '25.0000', '25.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19770, '2023-02-26', 3084, 17734, 6290, 17452, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19771, '2023-02-26', 3074, 17735, 6291, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19772, '2023-02-26', 3745, 17736, 6291, 17141, '1.0000', '4.0000', '4.0000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19773, '2023-02-26', 2504, 17737, 6291, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19774, '2023-02-26', 2711, 17738, 6292, 27333, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19775, '2023-02-26', 3048, 17739, 6292, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '208.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19776, '2023-02-26', 2644, 17740, 6293, 28495, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19777, '2023-02-26', 2644, 17741, 6294, 28495, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19778, '2023-02-26', 3123, 17742, 6295, 28532, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19779, '2023-02-26', 3172, 17743, 6296, 28478, '7.0000', '3.5201', '3.5201', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19780, '2023-02-26', 3311, 17744, 6296, 28479, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19781, '2023-02-26', 3182, 17745, 6296, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '10.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19782, '2023-02-26', 3608, 17746, 6296, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19783, '2023-02-26', 3612, 17747, 6296, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19784, '2023-02-26', 2710, 17748, 6296, 28509, '4.0000', '5.8333', '5.8333', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19785, '2023-02-26', 2504, 17749, 6296, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19786, '2023-02-26', 3047, 17750, 6297, 14550, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19787, '2023-02-26', 2713, 17751, 6298, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '48.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19788, '2023-02-26', 3063, 17752, 6299, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19789, '2023-02-26', 3314, 17753, 6299, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19790, '2023-02-26', 2936, 17754, 6300, 28520, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19791, '2023-02-26', 2504, 17755, 6301, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19792, '2023-02-26', 2949, 17756, 6301, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19793, '2023-02-26', 2642, 17757, 6302, 28534, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19794, '2023-02-26', 2933, 17758, 6303, 13301, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 204, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19795, '2023-02-26', 2647, 17759, 6304, 29683, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19796, '2023-02-26', 2642, 17760, 6305, 28534, '6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19797, '2023-02-26', 3743, 17761, 6305, 28505, '3.0000', '2.5800', '2.5800', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19798, '2023-02-26', 3017, 17762, 6305, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19799, '2023-02-26', 2711, 17763, 6306, 27333, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19800, '2023-02-26', 2889, 17764, 6306, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19801, '2023-02-26', 3172, 17765, 6307, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19802, '2023-02-26', 2642, 17766, 6308, 28534, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19803, '2023-02-26', 3172, 17767, 6309, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19804, '2023-02-26', 2646, 17768, 6310, 29684, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19805, '2023-02-26', 3017, 17769, 6310, 27245, '2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19806, '2023-02-26', 3172, 17770, 6311, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19807, '2023-02-26', 2921, 17771, 6312, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19808, '2023-02-26', 2879, 17772, 6312, 29110, '-1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19809, '2023-02-26', 2879, 17772, 6312, 29667, '2.0000', '5.5300', '5.5300', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19810, '2023-02-26', 3641, 17773, 6312, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19811, '2023-02-26', 2642, 17774, 6313, 28534, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19812, '2023-02-26', 2713, 17775, 6314, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19813, '2023-02-26', 3483, 17776, 6314, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19814, '2023-02-26', 2710, 17777, 6315, 28509, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19815, '2023-02-26', 2646, 17778, 6315, 29684, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19816, '2023-02-26', 3314, 17779, 6315, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19817, '2023-02-26', 2790, 17780, 6316, 28531, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19818, '2023-02-26', 2710, 17781, 6316, 28509, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19819, '2023-02-26', 2647, 17782, 6317, 29683, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19820, '2023-02-26', 3172, 17783, 6318, 28478, '5.0000', '3.5201', '3.5201', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19821, '2023-02-26', 2646, 17784, 6318, 29684, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19822, '2023-02-26', 3187, 17785, 6319, 27270, '3.0000', '0.7143', '0.7143', '1.2500', '1.2500', '35.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19823, '2023-02-26', 2790, 17786, 6320, 29674, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19824, '2023-02-26', 3314, 17787, 6320, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '29.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19825, '2023-02-26', 3646, 17788, 6320, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19826, '2023-02-26', 3187, 17789, 6320, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '33.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19827, '2023-02-26', 3618, 17790, 6320, 14531, '1.0000', '3.4000', '3.4000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19828, '2023-02-26', 3608, 17791, 6321, 14504, '2.0000', '0.5000', '0.5000', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19829, '2023-02-26', 2949, 17792, 6321, 28504, '2.0000', '6.4200', '6.4200', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19830, '2023-02-26', 3172, 17793, 6321, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19831, '2023-02-26', 3120, 17794, 6321, 29675, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19832, '2023-02-26', 2713, 17795, 6321, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19833, '2023-02-26', 3743, 17796, 6321, 28505, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19834, '2023-02-26', 2790, 17797, 6322, 29674, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19835, '2023-02-26', 2935, 17798, 6322, 28522, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19836, '2023-02-26', 2921, 17799, 6322, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19837, '2023-02-26', 3641, 17800, 6322, 28480, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19838, '2023-02-26', 3608, 17801, 6322, 14504, '2.0000', '0.5000', '0.5000', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19839, '2023-02-26', 3064, 17802, 6322, 28475, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19840, '2023-02-26', 2713, 17803, 6322, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19841, '2023-02-26', 3172, 17804, 6322, 28478, '2.0000', '3.5201', '3.5201', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19842, '2023-02-27', 2644, 17805, 6323, 28495, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19843, '2023-02-27', 2647, 17806, 6324, 29683, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19844, '2023-02-27', 2708, 17807, 6325, 4003, '2.0000', '8.0000', '8.0000', '11.0000', '11.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19845, '2023-02-27', 2642, 17808, 6326, 28534, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19846, '2023-02-27', 3085, 17809, 6326, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19847, '2023-02-27', 2644, 17810, 6327, 28495, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19848, '2023-02-27', 3558, 17811, 6328, 19358, '-1.0000', '52.8683', '52.8683', '60.0000', '60.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19849, '2023-02-27', 3558, 17811, 6328, 23954, '3.0000', '52.8683', '52.8683', '60.0000', '60.0000', '9.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19850, '2023-02-27', 3172, 17812, 6329, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19851, '2023-02-27', 2713, 17813, 6330, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19852, '2023-02-27', 3212, 17814, 6330, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19853, '2023-02-27', 3048, 17815, 6330, 29654, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '203.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19854, '2023-02-27', 2552, 17816, 6331, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19855, '2023-02-27', 3187, 17817, 6332, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '31.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19856, '2023-02-27', 2801, 17818, 6332, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19857, '2023-02-27', 3553, 17819, 6333, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19858, '2023-02-27', 3827, 17820, 6334, 22880, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19859, '2023-02-27', 3172, 17821, 6334, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19860, '2023-03-02', 2504, 17822, 6335, 28498, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19861, '2023-03-02', 2917, 17823, 6336, 15352, '-24.0000', '9.7500', '9.7500', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19862, '2023-03-02', 2917, 17823, 6336, 18169, '-1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19863, '2023-03-02', 2917, 17823, 6336, 19643, '24.0000', '9.9700', '9.9700', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19864, '2023-03-02', 2917, 17823, 6336, 28490, '3.0000', '9.7500', '9.7500', '14.0000', '14.0000', '21.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19865, '2023-03-02', 2643, 17824, 6336, 15700, '1.0000', '6.5466', '6.5466', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19866, '2023-03-02', 3074, 17825, 6336, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19867, '2023-03-02', 3063, 17826, 6336, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19868, '2023-03-02', 3172, 17827, 6336, 28478, '3.0000', '3.5201', '3.5201', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19869, '2023-03-02', 2713, 17828, 6336, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19870, '2023-03-02', 2660, 17829, 6336, 28481, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19871, '2023-03-02', 3553, 17830, 6337, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19872, '2023-03-02', 3123, 17831, 6337, 28532, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 475, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19873, '2023-03-02', 2949, 17832, 6337, 28504, '2.0000', '6.4200', '6.4200', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19874, '2023-03-02', 2713, 17833, 6337, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19875, '2023-03-02', 3314, 17834, 6337, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19876, '2023-03-02', 2650, 17835, 6337, 27294, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19877, '2023-03-02', 2950, 17836, 6337, 29679, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19878, '2023-03-02', 3172, 17837, 6337, 28478, '4.0000', '3.5201', '3.5201', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19879, '2023-03-02', 2879, 17838, 6337, 29667, '2.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19880, '2023-03-02', 2894, 17839, 6337, 28469, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19881, '2023-03-02', 2644, 17840, 6337, 28495, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19882, '2023-03-02', 2650, 17841, 6338, 27294, '6.0000', '4.5833', '4.5833', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19883, '2023-03-02', 2713, 17842, 6338, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19884, '2023-03-02', 3048, 17843, 6338, 29654, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '199.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19885, '2023-03-02', 2642, 17844, 6338, 28534, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19886, '2023-03-02', 3483, 17845, 6338, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19887, '2023-03-02', 2552, 17846, 6338, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19888, '2023-03-02', 2790, 17847, 6338, 29674, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19889, '2023-03-02', 3644, 17848, 6338, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19890, '2023-03-02', 3847, 17849, 6338, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19891, '2023-03-02', 3553, 17850, 6338, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19892, '2023-03-02', 3314, 17851, 6338, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19893, '2023-03-02', 3133, 17852, 6338, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19894, '2023-03-02', 2746, 17853, 6338, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19895, '2023-03-02', 2864, 17854, 6338, 28476, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19896, '2023-03-02', 2644, 17855, 6339, 28495, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19897, '2023-03-02', 2713, 17856, 6339, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19898, '2023-03-02', 2661, 17857, 6339, 28526, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '17.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19899, '2023-03-02', 2790, 17858, 6339, 29674, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19900, '2023-03-02', 2650, 17859, 6339, 27294, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19901, '2023-03-02', 2650, 17859, 6339, 27914, '-5.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19902, '2023-03-02', 2650, 17859, 6339, 29680, '10.0000', '4.5833', '4.5833', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19903, '2023-03-02', 2922, 17860, 6339, 27344, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19904, '2023-03-02', 3479, 17861, 6339, 4731, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19905, '2023-03-02', 2889, 17862, 6339, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19906, '2023-03-02', 3074, 17863, 6339, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19907, '2023-03-02', 2802, 17864, 6339, 4097, '1.0000', '17.8800', '17.8800', '25.0000', '25.0000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19908, '2023-03-02', 2499, 17865, 6339, 30800, '6.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19909, '2023-03-02', 3182, 17866, 6339, 27259, '2.0000', '7.0200', '7.0200', '11.0000', '11.0000', '8.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19910, '2023-03-02', 2504, 17867, 6339, 28498, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19911, '2023-03-02', 2651, 17868, 6339, 28454, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19912, '2023-03-02', 3017, 17869, 6339, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19913, '2023-03-02', 3646, 17870, 6339, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19914, '2023-03-02', 2902, 17871, 6340, 30797, '2.0000', '6.7500', '6.7500', '9.0000', '9.0000', '22.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19915, '2023-03-02', 2650, 17872, 6340, 29680, '6.0000', '4.5833', '4.5833', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19916, '2023-03-02', 2651, 17873, 6340, 28454, '5.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19917, '2023-03-02', 2651, 17873, 6340, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19918, '2023-03-02', 2922, 17874, 6340, 27344, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19919, '2023-03-02', 2921, 17875, 6340, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19920, '2023-03-02', 3875, 17876, 6340, 29695, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '3.0000', 1, 0, NULL, 497, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19921, '2023-03-02', 2642, 17877, 6340, 28534, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19922, '2023-03-02', 3855, 17878, 6340, 27310, '2.0000', '5.4000', '5.4000', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19923, '2023-03-02', 3786, 17879, 6341, 18543, '1.0000', '1.9167', '1.9167', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19924, '2023-03-02', 2710, 17880, 6341, 28509, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19925, '2023-03-02', 3123, 17881, 6341, 29686, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19926, '2023-03-02', 2504, 17882, 6341, 28498, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19927, '2023-03-02', 3561, 17883, 6341, 13138, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 165, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19928, '2023-03-02', 3832, 17884, 6341, 23974, '1.0000', '1.8200', '1.8200', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19929, '2023-03-02', 3314, 17885, 6341, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19930, '2023-03-02', 3172, 17886, 6341, 28478, '1.0000', '3.5201', '3.5201', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19931, '2023-03-02', 3172, 17886, 6341, 29464, '-4.0000', '3.5201', '3.5201', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19932, '2023-03-02', 3172, 17886, 6341, 29671, '6.0000', '3.5419', '3.5419', '4.0000', '4.0000', '87.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19933, '2023-03-02', 2642, 17887, 6341, 28534, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19934, '2023-03-02', 3172, 17888, 6342, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '86.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19935, '2023-03-02', 2642, 17889, 6342, 28534, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19936, '2023-03-02', 2713, 17890, 6342, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19937, '2023-03-02', 3483, 17891, 6342, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19938, '2023-03-02', 2661, 17892, 6342, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '15.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19939, '2023-03-02', 3151, 17893, 6342, 4446, '1.0000', '4.4000', '4.4000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19940, '2023-03-02', 3328, 17894, 6343, 5965, '1.0000', '8.0000', '8.0000', '12.0000', '12.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19941, '2023-03-02', 3048, 17895, 6343, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '198.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19942, '2023-03-02', 3123, 17896, 6343, 29686, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19943, '2023-03-02', 3047, 17897, 6343, 14550, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 262, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19944, '2023-03-02', 3047, 17897, 6343, 15133, '-34.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19945, '2023-03-02', 3047, 17897, 6343, 17955, '-3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19946, '2023-03-02', 3047, 17897, 6343, 23412, '-1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19947, '2023-03-02', 3047, 17897, 6343, 29653, '39.0000', '1.6700', '1.6700', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19948, '2023-03-02', 3063, 17898, 6343, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19949, '2023-03-02', 2952, 17899, 6343, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19950, '2023-03-02', 2951, 17900, 6343, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '25.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19951, '2023-03-02', 3172, 17901, 6343, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '85.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19952, '2023-03-02', 2642, 17902, 6343, 29249, '-2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19953, '2023-03-02', 2642, 17902, 6343, 30801, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19954, '2023-03-02', 3047, 17903, 6344, 29653, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '31.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19955, '2023-03-02', 2713, 17904, 6344, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19956, '2023-03-02', 2830, 17905, 6344, 5171, '2.0000', '4.0000', '4.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19957, '2023-03-02', 2644, 17906, 6344, 28495, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19958, '2023-03-02', 2634, 17907, 6344, 28460, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19959, '2023-03-02', 3483, 17908, 6344, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19960, '2023-03-02', 2660, 17909, 6344, 28481, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19961, '2023-03-02', 3172, 17910, 6344, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '84.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19962, '2023-03-02', 2644, 17911, 6345, 28495, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19963, '2023-03-02', 3182, 17912, 6345, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '7.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19964, '2023-03-02', 3314, 17913, 6345, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19965, '2023-03-02', 3483, 17914, 6345, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19966, '2023-03-02', 2661, 17915, 6345, 28526, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '14.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19967, '2023-03-02', 2660, 17916, 6345, 28914, '-1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19968, '2023-03-02', 2660, 17916, 6345, 29673, '4.0000', '3.5700', '3.5700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19969, '2023-03-02', 2902, 17917, 6345, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '21.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19970, '2023-03-02', 2642, 17918, 6346, 30801, '6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19971, '2023-03-02', 2644, 17919, 6346, 28495, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19972, '2023-03-02', 2644, 17919, 6346, 28932, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19973, '2023-03-02', 2644, 17919, 6346, 29685, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19974, '2023-03-02', 3172, 17920, 6346, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '83.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19975, '2023-03-02', 3875, 17921, 6346, 29695, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '2.0000', 1, 0, NULL, 497, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19976, '2023-03-02', 3314, 17922, 6346, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19977, '2023-03-02', 2552, 17923, 6346, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19978, '2023-03-02', 2651, 17924, 6346, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19979, '2023-03-02', 3190, 17925, 6346, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '81.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19980, '2023-03-02', 3182, 17926, 6346, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '6.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19981, '2023-03-02', 3074, 17927, 6346, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19982, '2023-03-02', 3172, 17928, 6347, 29671, '4.0000', '3.5419', '3.5419', '4.0000', '4.0000', '79.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19983, '2023-03-02', 3064, 17929, 6347, 28475, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19984, '2023-03-02', 3061, 17930, 6347, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19985, '2023-03-02', 3314, 17931, 6347, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19986, '2023-03-02', 2975, 17932, 6347, 5509, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19987, '2023-03-02', 3182, 17933, 6347, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19988, '2023-03-02', 2791, 17934, 6347, 18513, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19989, '2023-03-02', 3743, 17935, 6347, 28505, '1.0000', '2.5800', '2.5800', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19990, '2023-03-02', 3260, 17936, 6347, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '33.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19991, '2023-03-02', 2719, 17937, 6347, 10010, '1.0000', '0.8500', '0.8500', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19992, '2023-03-02', 2996, 17938, 6347, 4291, '1.0000', '7.8500', '7.8500', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19993, '2023-03-02', 2642, 17939, 6347, 30801, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19994, '2023-03-02', 2936, 17940, 6347, 28520, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19995, '2023-03-02', 2933, 17941, 6347, 13776, '-51.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19996, '2023-03-02', 2933, 17941, 6347, 15032, '-22.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19997, '2023-03-02', 2933, 17941, 6347, 16353, '-3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19998, '2023-03-02', 2933, 17941, 6347, 17412, '50.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 335, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (19999, '2023-03-02', 2933, 17941, 6347, 17868, '-5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20000, '2023-03-02', 2933, 17941, 6347, 24026, '33.0000', '0.7500', '0.7500', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20001, '2023-03-02', 2918, 17942, 6347, 14589, '5.0000', '1.8750', '1.8750', '3.0000', '3.0000', '32.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20002, '2023-03-02', 2919, 17943, 6347, 28513, '5.0000', '6.0000', '6.0000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20003, '2023-03-02', 2922, 17944, 6347, 27790, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20004, '2023-03-02', 2922, 17944, 6347, 28515, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20005, '2023-03-02', 2647, 17945, 6347, 29683, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20006, '2023-03-02', 3074, 17946, 6347, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20007, '2023-03-02', 2644, 17947, 6347, 29685, '5.0000', '3.4229', '3.4229', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20008, '2023-03-02', 2713, 17948, 6347, 29665, '2.0000', '5.2890', '5.2890', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20009, '2023-03-02', 2920, 17949, 6347, 28512, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '20.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20010, '2023-03-02', 3212, 17950, 6348, 27289, '2.0000', '3.9722', '3.9722', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20011, '2023-03-02', 2917, 17951, 6348, 28490, '1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '20.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20012, '2023-03-02', 2647, 17952, 6348, 29683, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20013, '2023-03-02', 2936, 17953, 6348, 28520, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20014, '2023-03-02', 2919, 17954, 6348, 28513, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20015, '2023-03-02', 3187, 17955, 6348, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '29.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20016, '2023-03-02', 2894, 17956, 6348, 28469, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20017, '2023-03-02', 3048, 17957, 6348, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '196.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20018, '2023-03-02', 2930, 17958, 6349, 27347, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20019, '2023-03-02', 2930, 17958, 6349, 27782, '-2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20020, '2023-03-02', 2930, 17958, 6349, 28519, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20021, '2023-03-02', 2644, 17959, 6349, 29685, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20022, '2023-03-02', 3187, 17960, 6349, 27270, '3.0000', '0.7143', '0.7143', '1.2500', '1.2500', '26.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20023, '2023-03-02', 2952, 17961, 6349, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20024, '2023-03-02', 2650, 17962, 6349, 29680, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20025, '2023-03-02', 3814, 17963, 6349, 22816, '1.0000', '10.0000', '10.0000', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20026, '2023-03-02', 2996, 17964, 6349, 4291, '1.0000', '7.8500', '7.8500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20027, '2023-03-02', 3081, 17965, 6349, 14355, '1.0000', '20.3500', '20.3500', '28.0000', '28.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20028, '2023-03-02', 2642, 17966, 6349, 30801, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20029, '2023-03-02', 3190, 17967, 6349, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '80.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20030, '2023-03-02', 3080, 17968, 6349, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '32.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20031, '2023-03-02', 3239, 17969, 6349, 10031, '2.0000', '0.6000', '0.6000', '2.5000', '2.5000', '58.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20032, '2023-03-02', 2749, 17970, 6349, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20033, '2023-03-02', 3327, 17971, 6349, 6928, '1.0000', '15.8800', '15.8800', '22.0000', '22.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20034, '2023-03-02', 3260, 17972, 6349, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '32.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20035, '2023-03-02', 2719, 17973, 6349, 10010, '3.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20036, '2023-03-02', 2719, 17973, 6349, 11084, '1.0000', '0.8500', '0.8500', '2.0000', '2.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20037, '2023-03-02', 3314, 17974, 6349, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20038, '2023-03-02', 2490, 17975, 6349, 3785, '3.0000', '0.6900', '0.6900', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20039, '2023-03-02', 3311, 17976, 6349, 28479, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20040, '2023-03-02', 2713, 17977, 6349, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20041, '2023-03-02', 3123, 17978, 6349, 29686, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20042, '2023-03-02', 2552, 17979, 6349, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20043, '2023-03-02', 3048, 17980, 6350, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '193.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20044, '2023-03-02', 3047, 17981, 6350, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20045, '2023-03-02', 3085, 17982, 6350, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20046, '2023-03-02', 2918, 17983, 6350, 14589, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '30.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20047, '2023-03-02', 2711, 17984, 6350, 27333, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20048, '2023-03-02', 3609, 17985, 6350, 14506, '4.0000', '0.3871', '0.3871', '1.0000', '1.0000', '61.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20049, '2023-03-02', 2650, 17986, 6350, 29680, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20050, '2023-03-02', 2660, 17987, 6351, 29673, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20051, '2023-03-02', 2926, 17988, 6351, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20052, '2023-03-02', 2711, 17989, 6351, 27333, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20053, '2023-03-02', 3074, 17990, 6351, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20054, '2023-03-02', 3172, 17991, 6351, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '77.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20055, '2023-03-02', 2534, 17992, 6351, 28464, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20056, '2023-03-02', 2650, 17993, 6351, 29680, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20057, '2023-03-02', 2960, 17994, 6351, 27301, '1.0000', '9.2878', '9.2878', '12.0000', '12.0000', '22.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20058, '2023-03-02', 2643, 17995, 6351, 15700, '10.0000', '6.5466', '6.5466', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 289, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20059, '2023-03-02', 2643, 17995, 6351, 17807, '-2.0000', '6.5466', '6.5466', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20060, '2023-03-02', 2643, 17995, 6351, 18916, '2.0000', '6.5466', '6.5466', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20061, '2023-03-02', 2643, 17995, 6351, 19646, '15.0000', '6.8900', '6.8900', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20062, '2023-03-02', 3553, 17996, 6351, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20063, '2023-03-02', 2790, 17997, 6351, 29674, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20064, '2023-03-02', 2713, 17998, 6351, 29665, '4.0000', '5.2890', '5.2890', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20065, '2023-03-02', 2901, 17999, 6352, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20066, '2023-03-02', 3085, 18000, 6352, 22839, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20067, '2023-03-02', 2790, 18001, 6352, 29674, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20068, '2023-03-02', 3084, 18002, 6352, 17452, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20069, '2023-03-02', 3314, 18003, 6352, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20070, '2023-03-02', 3047, 18004, 6352, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20071, '2023-03-02', 3172, 18005, 6352, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '75.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20072, '2023-03-02', 2893, 18006, 6352, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20073, '2023-03-02', 3048, 18007, 6352, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '191.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20074, '2023-03-02', 2951, 18008, 6352, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '24.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20075, '2023-03-02', 2653, 18009, 6353, 23986, '18.0000', '4.4092', '4.4092', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20076, '2023-03-02', 3314, 18010, 6353, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20077, '2023-03-02', 3074, 18011, 6353, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20078, '2023-03-02', 3561, 18012, 6353, 14991, '-1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20079, '2023-03-02', 3561, 18012, 6353, 28500, '2.0000', '4.6666', '4.6666', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20080, '2023-03-02', 2952, 18013, 6353, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20081, '2023-03-02', 2894, 18014, 6353, 28469, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20082, '2023-03-02', 3646, 18015, 6353, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20083, '2023-03-02', 3212, 18016, 6353, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20084, '2023-03-02', 2713, 18017, 6353, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20085, '2023-03-02', 3172, 18018, 6353, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20086, '2023-03-02', 2791, 18019, 6353, 18513, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20087, '2023-03-02', 2710, 18020, 6353, 28509, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20088, '2023-03-02', 3786, 18021, 6353, 18543, '1.0000', '1.9167', '1.9167', '2.5000', '2.5000', '40.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20089, '2023-03-02', 3048, 18022, 6353, 29654, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '187.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20090, '2023-03-02', 3611, 18023, 6353, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20091, '2023-03-02', 3080, 18024, 6353, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '31.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20092, '2023-03-02', 2661, 18025, 6353, 28526, '7.0000', '0.2817', '0.2817', '0.5000', '0.5000', '7.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20093, '2023-03-02', 2902, 18026, 6353, 30797, '3.0000', '6.7500', '6.7500', '9.0000', '9.0000', '18.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20094, '2023-03-02', 3123, 18027, 6353, 29686, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20095, '2023-03-02', 2504, 18028, 6353, 28498, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20096, '2023-03-02', 2901, 18029, 6353, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20097, '2023-03-02', 3085, 18030, 6353, 22839, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20098, '2023-03-02', 3085, 18030, 6353, 24131, '-2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20099, '2023-03-02', 3085, 18030, 6353, 25198, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20100, '2023-03-02', 3085, 18030, 6353, 26265, '-2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20101, '2023-03-02', 3085, 18030, 6353, 28447, '4.0000', '4.2500', '4.2500', '5.0000', '5.0000', '44.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20102, '2023-03-02', 2710, 18031, 6354, 28509, '3.0000', '5.8333', '5.8333', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20103, '2023-03-02', 3172, 18032, 6354, 29671, '3.0000', '3.5419', '3.5419', '4.0000', '4.0000', '70.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20104, '2023-03-02', 2647, 18033, 6355, 29683, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20105, '2023-03-02', 3017, 18034, 6355, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20106, '2023-03-02', 3212, 18035, 6356, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20107, '2023-03-02', 3017, 18036, 6356, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20108, '2023-03-02', 3085, 18037, 6357, 28447, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '42.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20109, '2023-03-02', 3311, 18038, 6357, 28479, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20110, '2023-03-02', 2534, 18039, 6357, 28464, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20111, '2023-03-02', 3123, 18040, 6357, 29686, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20112, '2023-03-02', 3074, 18041, 6358, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20113, '2023-03-02', 2713, 18042, 6358, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20114, '2023-03-02', 2893, 18043, 6358, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20115, '2023-03-02', 3212, 18044, 6358, 27289, '2.0000', '3.9722', '3.9722', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20116, '2023-03-02', 2661, 18045, 6358, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '5.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20117, '2023-03-02', 2534, 18046, 6358, 28464, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20118, '2023-03-02', 3121, 18047, 6358, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20119, '2023-03-02', 3875, 18048, 6358, 29695, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '1.0000', 1, 0, NULL, 497, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20120, '2023-03-02', 2889, 18049, 6359, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20121, '2023-03-02', 3580, 18050, 6359, 28449, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20122, '2023-03-02', 3620, 18051, 6360, 14534, '4.0000', '1.4166', '1.4166', '2.0000', '2.0000', '23.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20123, '2023-03-02', 2893, 18052, 6360, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20124, '2023-03-02', 2534, 18053, 6360, 28464, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 462, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20125, '2023-03-02', 2950, 18054, 6360, 29679, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20126, '2023-03-02', 3047, 18055, 6360, 29653, '3.0000', '1.6700', '1.6700', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20127, '2023-03-02', 3048, 18056, 6360, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '185.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20128, '2023-03-02', 3314, 18057, 6361, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20129, '2023-03-02', 3123, 18058, 6361, 29686, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20130, '2023-03-02', 3074, 18059, 6361, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20131, '2023-03-02', 3827, 18060, 6361, 22880, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20132, '2023-03-02', 2789, 18061, 6361, 28465, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20133, '2023-03-02', 3047, 18062, 6361, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20134, '2023-03-02', 3082, 18063, 6362, 5501, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20135, '2023-03-02', 3326, 18064, 6362, 5968, '2.0000', '22.7300', '22.7300', '30.0000', '30.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20136, '2023-03-02', 2723, 18065, 6362, 4018, '5.0000', '1.4900', '1.4900', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20137, '2023-03-02', 2497, 18066, 6362, 3792, '4.0000', '0.6900', '0.6900', '2.0000', '2.0000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20138, '2023-03-02', 3269, 18067, 6362, 4564, '2.0000', '3.5000', '3.5000', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20139, '2023-03-02', 2752, 18068, 6362, 4047, '2.0000', '1.0900', '1.0900', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20140, '2023-03-02', 3832, 18069, 6362, 23974, '1.0000', '1.8200', '1.8200', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20141, '2023-03-02', 2653, 18070, 6363, 23986, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20142, '2023-03-02', 3827, 18071, 6363, 22880, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20143, '2023-03-02', 2713, 18072, 6364, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20144, '2023-03-02', 3121, 18073, 6364, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20145, '2023-03-02', 3015, 18074, 6364, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20146, '2023-03-02', 2982, 18075, 6364, 27299, '2.0000', '4.7500', '4.7500', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20147, '2023-03-02', 2901, 18076, 6365, 28501, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20148, '2023-03-02', 2749, 18077, 6365, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20149, '2023-03-02', 3831, 18078, 6365, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20150, '2023-03-02', 2699, 18079, 6365, 28487, '1.5000', '6.0000', '6.0000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 465, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20151, '2023-03-02', 2699, 18079, 6365, 30809, '0.5000', '5.4000', '5.4000', '8.0000', '8.0000', '49.5000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20152, '2023-03-02', 3338, 18080, 6365, 5964, '1.0000', '48.9000', '48.9000', '75.0000', '75.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20153, '2023-03-02', 3080, 18081, 6365, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '30.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20154, '2023-03-02', 3865, 18082, 6366, 27327, '1.0000', '10.9000', '10.9000', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20155, '2023-03-02', 2699, 18083, 6366, 30809, '3.0000', '5.4000', '5.4000', '8.0000', '8.0000', '46.5000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20156, '2023-03-02', 3861, 18084, 6366, 27320, '3.0000', '15.3200', '15.3200', '20.0000', '20.0000', '3.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20157, '2023-03-02', 3254, 18085, 6366, 4549, '8.0000', '0.0800', '0.0800', '0.5000', '0.5000', '151.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20158, '2023-03-02', 2597, 18086, 6367, 3892, '4.0000', '6.1000', '6.1000', '8.5000', '8.5000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20159, '2023-03-02', 2599, 18087, 6367, 3894, '2.0000', '2.1000', '2.1000', '8.5000', '8.5000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20160, '2023-03-02', 2719, 18088, 6367, 12054, '-2.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20161, '2023-03-02', 2719, 18088, 6367, 13024, '2.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20162, '2023-03-02', 2719, 18088, 6367, 11084, '1.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20163, '2023-03-02', 2719, 18088, 6367, 14292, '-21.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20164, '2023-03-02', 2719, 18088, 6367, 15580, '-24.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20165, '2023-03-02', 2719, 18088, 6367, 16905, '-8.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20166, '2023-03-02', 2719, 18088, 6367, 18396, '1.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20167, '2023-03-02', 2719, 18088, 6367, 19510, '1.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20168, '2023-03-02', 2719, 18088, 6367, 21654, '16.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20169, '2023-03-02', 2719, 18088, 6367, 22702, '-16.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20170, '2023-03-02', 2719, 18088, 6367, 20606, '-16.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20171, '2023-03-02', 2719, 18088, 6367, 23867, '10.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20172, '2023-03-02', 2719, 18088, 6367, 25013, '-3.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20173, '2023-03-02', 2719, 18088, 6367, 26080, '3.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20174, '2023-03-02', 2719, 18088, 6367, 27147, '-3.0000', '0.8500', '0.8500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20175, '2023-03-02', 2719, 18088, 6367, 27242, '64.0000', '0.7100', '0.7100', '2.0000', '2.0000', '36.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20176, '2023-03-02', 2749, 18089, 6367, 4044, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20177, '2023-03-02', 3239, 18090, 6367, 10031, '1.0000', '0.6000', '0.6000', '2.5000', '2.5000', '57.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20178, '2023-03-02', 3260, 18091, 6367, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '31.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20179, '2023-03-02', 3233, 18092, 6367, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '6.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20180, '2023-03-02', 2919, 18093, 6368, 28513, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20181, '2023-03-02', 2920, 18094, 6368, 28512, '4.0000', '4.5000', '4.5000', '5.5000', '5.5000', '16.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20182, '2023-03-02', 2902, 18095, 6369, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '17.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20183, '2023-03-02', 2634, 18096, 6369, 28460, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20184, '2023-03-02', 2713, 18097, 6370, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20185, '2023-03-02', 2642, 18098, 6371, 30801, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20186, '2023-03-02', 2902, 18099, 6371, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '16.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20187, '2023-03-02', 2934, 18100, 6372, 4229, '6.0000', '3.7500', '3.7500', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20188, '2023-03-02', 2918, 18101, 6372, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20189, '2023-03-02', 2918, 18102, 6373, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20190, '2023-03-02', 2650, 18103, 6374, 29680, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20191, '2023-03-02', 2651, 18104, 6374, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20192, '2023-03-02', 2952, 18105, 6374, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20193, '2023-03-02', 2653, 18106, 6375, 23986, '11.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20194, '2023-03-02', 2653, 18106, 6375, 24554, '-2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20195, '2023-03-02', 2653, 18106, 6375, 25621, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20196, '2023-03-02', 2653, 18106, 6375, 26688, '-2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20197, '2023-03-02', 2653, 18106, 6375, 27899, '-13.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20198, '2023-03-02', 2653, 18106, 6375, 28494, '16.0000', '4.4092', '4.4092', '6.0000', '6.0000', '56.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20199, '2023-03-02', 3048, 18107, 6375, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '183.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20200, '2023-03-02', 2644, 18108, 6376, 29685, '11.0000', '3.4229', '3.4229', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20201, '2023-03-02', 3646, 18109, 6376, 15726, '9.0000', '1.1233', '1.1233', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20202, '2023-03-02', 2924, 18110, 6376, 18562, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20203, '2023-03-02', 2924, 18110, 6376, 23310, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20204, '2023-03-02', 2924, 18110, 6376, 29659, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20205, '2023-03-02', 2920, 18111, 6376, 28512, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '15.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20206, '2023-03-02', 2713, 18112, 6376, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20207, '2023-03-02', 2734, 18113, 6377, 4029, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20208, '2023-03-03', 3558, 18114, 6378, 23954, '1.0000', '52.8683', '52.8683', '60.0000', '60.0000', '8.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20209, '2023-03-03', 3017, 18115, 6379, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20210, '2023-03-03', 3123, 18116, 6379, 29686, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20211, '2023-03-03', 2949, 18117, 6379, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20212, '2023-03-03', 3187, 18118, 6379, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '24.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20213, '2023-03-03', 2661, 18119, 6379, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '3.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20214, '2023-03-03', 2651, 18120, 6380, 29681, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20215, '2023-03-03', 2789, 18121, 6381, 28465, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20216, '2023-03-03', 3827, 18122, 6381, 22880, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20217, '2023-03-03', 3064, 18123, 6381, 29669, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20218, '2023-03-03', 2902, 18124, 6381, 30797, '2.0000', '6.7500', '6.7500', '9.0000', '9.0000', '14.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20219, '2023-03-03', 3048, 18125, 6381, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '180.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20220, '2023-03-03', 2708, 18126, 6382, 4003, '1.5000', '8.0000', '8.0000', '11.0000', '11.0000', '11.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20221, '2023-03-03', 2875, 18127, 6383, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20222, '2023-03-03', 2893, 18128, 6384, 28527, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20223, '2023-03-03', 2653, 18129, 6385, 28494, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20224, '2023-03-03', 3048, 18130, 6385, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '177.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20225, '2023-03-03', 2534, 18131, 6386, 28974, '-1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20226, '2023-03-03', 2534, 18131, 6386, 30798, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20227, '2023-03-03', 3314, 18132, 6386, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20228, '2023-03-03', 2713, 18133, 6387, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20229, '2023-03-03', 2552, 18134, 6387, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20230, '2023-03-03', 3121, 18135, 6387, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20231, '2023-03-03', 3048, 18136, 6387, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '174.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20232, '2023-03-03', 3048, 18137, 6388, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '173.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20233, '2023-03-03', 2653, 18138, 6389, 28494, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20234, '2023-03-03', 2645, 18139, 6390, 30818, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20235, '2023-03-03', 2699, 18140, 6391, 30809, '2.0000', '5.4000', '5.4000', '8.0000', '8.0000', '44.5000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20236, '2023-03-03', 3646, 18141, 6392, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20237, '2023-03-03', 2534, 18142, 6393, 30798, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20238, '2023-03-03', 3121, 18143, 6394, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20239, '2023-03-03', 2645, 18144, 6395, 30818, '9.0000', '8.3496', '8.3496', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20240, '2023-03-03', 3187, 18145, 6395, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '22.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20241, '2023-03-03', 2864, 18146, 6395, 28476, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20242, '2023-03-03', 2645, 18147, 6396, 30818, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20243, '2023-03-03', 3017, 18148, 6396, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20244, '2023-03-03', 2645, 18149, 6397, 30818, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20245, '2023-03-03', 3017, 18150, 6397, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20246, '2023-03-03', 2713, 18151, 6398, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20247, '2023-03-03', 3048, 18152, 6398, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '172.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20248, '2023-03-03', 2661, 18153, 6398, 28526, '1.0000', '0.2817', '0.2817', '0.5000', '0.5000', '2.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20249, '2023-03-03', 2902, 18154, 6399, 30797, '3.0000', '6.7500', '6.7500', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20250, '2023-03-03', 2711, 18155, 6400, 27333, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 452, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20251, '2023-03-03', 2645, 18156, 6401, 30818, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20252, '2023-03-03', 3641, 18157, 6401, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20253, '2023-03-03', 3017, 18158, 6402, 27245, '2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20254, '2023-03-03', 2918, 18159, 6402, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20255, '2023-03-03', 2646, 18160, 6403, 30819, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20256, '2023-03-03', 3017, 18161, 6403, 27245, '2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20257, '2023-03-03', 2646, 18162, 6404, 30819, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20258, '2023-03-03', 2645, 18163, 6405, 30818, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20259, '2023-03-03', 3314, 18164, 6405, 28458, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20260, '2023-03-03', 3085, 18165, 6405, 28447, '3.0000', '4.2500', '4.2500', '5.0000', '5.0000', '39.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20261, '2023-03-03', 3017, 18166, 6405, 27245, '2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20262, '2023-03-03', 2678, 18167, 6405, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20263, '2023-03-03', 2645, 18168, 6406, 30818, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20264, '2023-03-03', 2711, 18169, 6406, 28524, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20265, '2023-03-03', 2646, 18170, 6407, 30819, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20266, '2023-03-03', 3084, 18171, 6407, 4379, '-1.0000', '4.2100', '4.2100', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20267, '2023-03-03', 3084, 18171, 6407, 17452, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20268, '2023-03-03', 3641, 18172, 6407, 28480, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20269, '2023-03-03', 2924, 18173, 6407, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20270, '2023-03-03', 2920, 18174, 6407, 28512, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '14.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20271, '2023-03-03', 2647, 18175, 6408, 30821, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '58.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20272, '2023-03-03', 2936, 18176, 6409, 28520, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20273, '2023-03-03', 2935, 18177, 6409, 28522, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20274, '2023-03-03', 2646, 18178, 6410, 30819, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20275, '2023-03-03', 2645, 18179, 6411, 30818, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20276, '2023-03-03', 2647, 18180, 6412, 30821, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '56.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20277, '2023-03-03', 2934, 18181, 6413, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20278, '2023-03-03', 2936, 18182, 6414, 28520, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20279, '2023-03-03', 2927, 18183, 6414, 24022, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20280, '2023-03-03', 2922, 18184, 6415, 28515, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20281, '2023-03-03', 2936, 18185, 6415, 28520, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20282, '2023-03-04', 2499, 18186, 6416, 30826, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '11.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20283, '2023-03-04', 2903, 18187, 6416, 14463, '2.0000', '0.8357', '0.8357', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20284, '2023-03-04', 2661, 18188, 6416, 28526, '2.0000', '0.2817', '0.2817', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20285, '2023-03-04', 2483, 18189, 6417, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20286, '2023-03-04', 3187, 18190, 6418, 27270, '1.0000', '0.7143', '0.7143', '1.2500', '1.2500', '21.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20287, '2023-03-04', 2893, 18191, 6419, 28527, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 471, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20288, '2023-03-04', 2661, 18192, 6420, 28708, '-13.0000', '0.2817', '0.2817', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20289, '2023-03-04', 2661, 18192, 6420, 29692, '15.0000', '0.2708', '0.2708', '0.5000', '0.5000', '45.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20290, '2023-03-04', 2642, 18193, 6421, 30801, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20291, '2023-03-04', 3048, 18194, 6422, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '170.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20292, '2023-03-04', 2822, 18195, 6423, 28493, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20293, '2023-03-04', 2902, 18196, 6423, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20294, '2023-03-04', 2504, 18197, 6424, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20295, '2023-03-04', 3257, 18198, 6425, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20296, '2023-03-04', 2661, 18199, 6425, 29692, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '43.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20297, '2023-03-04', 2485, 18200, 6426, 29656, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '6.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20298, '2023-03-04', 3121, 18201, 6427, 28443, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 457, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20299, '2023-03-04', 2902, 18202, 6428, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20300, '2023-03-04', 3003, 18203, 6429, 5632, '1.0000', '7.1800', '7.1800', '10.0000', '10.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20301, '2023-03-04', 3121, 18204, 6429, 29690, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 495, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20302, '2023-03-04', 2642, 18205, 6430, 30801, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20303, '2023-03-04', 2642, 18206, 6431, 30801, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20304, '2023-03-04', 2661, 18207, 6431, 29692, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20305, '2023-03-04', 3167, 18208, 6432, 4462, '1.0000', '261.2500', '261.2500', '330.0000', '330.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20306, '2023-03-04', 2713, 18209, 6432, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20307, '2023-03-04', 2790, 18210, 6432, 29674, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20308, '2023-03-04', 2802, 18211, 6433, 4097, '2.0000', '17.8800', '17.8800', '25.0000', '25.0000', '32.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20309, '2023-03-04', 2917, 18212, 6434, 28490, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '18.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20310, '2023-03-04', 2822, 18213, 6435, 28493, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20311, '2023-03-04', 2822, 18213, 6435, 28936, '-3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20312, '2023-03-04', 2822, 18213, 6435, 30081, '-2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20313, '2023-03-04', 2822, 18213, 6435, 30820, '7.0000', '4.6667', '4.6667', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20314, '2023-03-04', 2917, 18214, 6435, 28490, '1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '17.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20315, '2023-03-04', 2952, 18215, 6435, 28456, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20316, '2023-03-04', 2504, 18216, 6436, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20317, '2023-03-04', 2934, 18217, 6436, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20318, '2023-03-04', 2661, 18218, 6437, 29692, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '40.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20319, '2023-03-04', 2933, 18219, 6438, 24026, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20320, '2023-03-04', 2927, 18220, 6438, 24022, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20321, '2023-03-04', 2927, 18221, 6439, 24022, '9.0000', '1.8750', '1.8750', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20322, '2023-03-04', 2926, 18222, 6439, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20323, '2023-03-04', 2920, 18223, 6439, 28512, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '13.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20324, '2023-03-04', 2936, 18224, 6439, 28520, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20325, '2023-03-04', 2850, 18225, 6440, 5463, '2.0000', '10.8900', '10.8900', '12.0000', '12.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20326, '2023-03-04', 2719, 18226, 6441, 27242, '2.0000', '0.7100', '0.7100', '2.0000', '2.0000', '34.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20327, '2023-03-04', 3133, 18227, 6441, 4428, '1.0000', '2.2400', '2.2400', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20328, '2023-03-04', 2746, 18228, 6441, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20329, '2023-03-04', 2634, 18229, 6442, 28460, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20330, '2023-03-04', 2949, 18230, 6442, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20331, '2023-03-04', 2642, 18231, 6443, 30801, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20332, '2023-03-04', 2642, 18231, 6443, 30825, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20333, '2023-03-04', 2649, 18232, 6444, 17454, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20334, '2023-03-04', 2649, 18232, 6444, 19087, '-1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20335, '2023-03-04', 2649, 18232, 6444, 30823, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20336, '2023-03-04', 2902, 18233, 6444, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20337, '2023-03-04', 2711, 18234, 6444, 28524, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20338, '2023-03-04', 2790, 18235, 6445, 29674, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20339, '2023-03-04', 2952, 18236, 6445, 28456, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20340, '2023-03-04', 2949, 18237, 6445, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20341, '2023-03-04', 3086, 18238, 6446, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20342, '2023-03-04', 2499, 18239, 6447, 30826, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '9.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20343, '2023-03-04', 2952, 18240, 6447, 28741, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20344, '2023-03-04', 2504, 18241, 6447, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20345, '2023-03-04', 2936, 18242, 6448, 29688, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20346, '2023-03-04', 2500, 18243, 6449, 30799, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20347, '2023-03-04', 3772, 18244, 6449, 28457, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20348, '2023-03-04', 2645, 18245, 6449, 30818, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20349, '2023-03-04', 2653, 18246, 6450, 28494, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20350, '2023-03-04', 2923, 18247, 6451, 28516, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20351, '2023-03-04', 2921, 18248, 6451, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20352, '2023-03-04', 2793, 18249, 6452, 4088, '1.0000', '8.2800', '8.2800', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20353, '2023-03-04', 2642, 18250, 6453, 30825, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20354, '2023-03-04', 2634, 18251, 6454, 28460, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20355, '2023-03-04', 2902, 18252, 6454, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20356, '2023-03-04', 2935, 18253, 6455, 28522, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20357, '2023-03-04', 2822, 18254, 6456, 30820, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20358, '2023-03-04', 3172, 18255, 6456, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '69.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20359, '2023-03-04', 3553, 18256, 6457, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20360, '2023-03-04', 2822, 18257, 6458, 30820, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20361, '2023-03-04', 3187, 18258, 6458, 27270, '4.0000', '0.7143', '0.7143', '1.2500', '1.2500', '17.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20362, '2023-03-04', 3172, 18259, 6458, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '68.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20363, '2023-03-04', 2712, 18260, 6459, 29694, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 497, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20364, '2023-03-04', 2822, 18261, 6459, 30820, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20365, '2023-03-04', 2713, 18262, 6459, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20366, '2023-03-04', 3048, 18263, 6459, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '169.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20367, '2023-03-05', 3172, 18264, 6460, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '67.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20368, '2023-03-05', 2552, 18265, 6460, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20369, '2023-03-05', 2485, 18266, 6461, 29656, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '5.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20370, '2023-03-05', 2704, 18267, 6462, 3999, '10.0000', '0.1000', '0.1000', '0.5000', '0.5000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20371, '2023-03-05', 3085, 18268, 6462, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '38.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20372, '2023-03-05', 2534, 18269, 6463, 30798, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20373, '2023-03-05', 3829, 18270, 6464, 23959, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20374, '2023-03-05', 3874, 18271, 6464, 29662, '1.0000', '11.3333', '11.3333', '14.0000', '14.0000', '5.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20375, '2023-03-05', 2901, 18272, 6465, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20376, '2023-03-05', 3085, 18273, 6466, 28447, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '36.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20377, '2023-03-05', 2713, 18274, 6467, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20378, '2023-03-05', 2901, 18275, 6468, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20379, '2023-03-05', 3609, 18276, 6468, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '59.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20380, '2023-03-05', 3048, 18277, 6469, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '167.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20381, '2023-03-05', 2711, 18278, 6470, 28524, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20382, '2023-03-05', 3048, 18279, 6471, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '165.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20383, '2023-03-05', 2713, 18280, 6472, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20384, '2023-03-05', 2642, 18281, 6472, 30825, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20385, '2023-03-05', 2647, 18282, 6473, 30821, '4.0000', '5.8093', '5.8093', '10.0000', '10.0000', '52.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20386, '2023-03-05', 2645, 18283, 6474, 30818, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20387, '2023-03-05', 2901, 18284, 6475, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20388, '2023-03-05', 3085, 18285, 6476, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '35.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20389, '2023-03-05', 2936, 18286, 6477, 29688, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20390, '2023-03-05', 2645, 18287, 6477, 30818, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20391, '2023-03-05', 2661, 18288, 6478, 29692, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '38.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20392, '2023-03-05', 2981, 18289, 6478, 24863, '1.0000', '40.5550', '40.5550', '55.0000', '55.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20393, '2023-03-05', 2936, 18290, 6478, 29688, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20394, '2023-03-05', 2504, 18291, 6479, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20395, '2023-03-05', 2661, 18292, 6479, 29692, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '36.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20396, '2023-03-05', 3646, 18293, 6479, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20397, '2023-03-05', 2645, 18294, 6479, 30818, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20398, '2023-03-05', 2645, 18295, 6480, 30818, '5.0000', '8.3496', '8.3496', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20399, '2023-03-05', 2920, 18296, 6481, 28512, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '11.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20400, '2023-03-05', 2973, 18297, 6482, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '7.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20401, '2023-03-05', 3021, 18298, 6482, 9361, '-1.0000', '32.9500', '32.9500', '57.0000', '57.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20402, '2023-03-05', 3021, 18298, 6482, 14487, '2.0000', '43.0100', '43.0100', '57.0000', '57.0000', '0.0000', 1, 0, NULL, 252, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20403, '2023-03-05', 2646, 18299, 6483, 30819, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20404, '2023-03-05', 2936, 18300, 6483, 29688, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20405, '2023-03-05', 2646, 18301, 6484, 30819, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20406, '2023-03-05', 3085, 18302, 6485, 28447, '3.0000', '4.2500', '4.2500', '5.0000', '5.0000', '32.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20407, '2023-03-05', 2646, 18303, 6486, 30819, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20408, '2023-03-05', 2822, 18304, 6487, 30820, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20409, '2023-03-05', 3048, 18305, 6487, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '164.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20410, '2023-03-05', 2921, 18306, 6488, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20411, '2023-03-05', 2902, 18307, 6489, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20412, '2023-03-05', 2646, 18308, 6490, 30819, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20413, '2023-03-05', 3172, 18309, 6491, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '66.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20414, '2023-03-05', 3084, 18310, 6491, 17452, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20415, '2023-03-05', 2647, 18311, 6492, 30821, '8.0000', '5.8093', '5.8093', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20416, '2023-03-05', 3048, 18312, 6492, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '161.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20417, '2023-03-06', 3063, 18313, 6493, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20418, '2023-03-06', 2647, 18314, 6493, 30821, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20419, '2023-03-06', 2650, 18315, 6494, 29680, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20420, '2023-03-06', 2645, 18316, 6495, 30818, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20421, '2023-03-06', 2766, 18317, 6496, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '238.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20422, '2023-03-06', 2713, 18318, 6497, 29665, '2.0000', '5.2890', '5.2890', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20423, '2023-03-06', 2552, 18319, 6497, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20424, '2023-03-06', 2661, 18320, 6497, 29692, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '34.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20425, '2023-03-06', 3085, 18321, 6497, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '31.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20426, '2023-03-06', 3212, 18322, 6497, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20427, '2023-03-06', 3874, 18323, 6498, 29662, '2.0000', '11.3333', '11.3333', '14.0000', '14.0000', '3.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20428, '2023-03-06', 3172, 18324, 6498, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '65.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20429, '2023-03-06', 3047, 18325, 6498, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20430, '2023-03-06', 2791, 18326, 6499, 4086, '-1.0000', '2.9100', '2.9100', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20431, '2023-03-06', 2791, 18326, 6499, 18513, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 355, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20432, '2023-03-06', 2791, 18326, 6499, 22829, '2.0000', '3.0300', '3.0300', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20433, '2023-03-06', 2524, 18327, 6499, 3819, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20434, '2023-03-06', 2524, 18327, 6499, 5121, '8.0000', '0.7800', '0.7800', '1.5000', '1.5000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20435, '2023-03-06', 2902, 18328, 6499, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20436, '2023-03-06', 3126, 18329, 6499, 29652, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20437, '2023-03-06', 2661, 18330, 6499, 29692, '3.0000', '0.2708', '0.2708', '0.5000', '0.5000', '31.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20438, '2023-03-06', 2504, 18331, 6499, 28498, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20439, '2023-03-06', 2710, 18332, 6499, 28509, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20440, '2023-03-06', 2534, 18333, 6500, 30798, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20441, '2023-03-06', 2661, 18334, 6501, 29692, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '30.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20442, '2023-03-06', 3187, 18335, 6501, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '15.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20443, '2023-03-06', 3015, 18336, 6501, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20444, '2023-03-06', 3126, 18337, 6501, 29652, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20445, '2023-03-06', 3818, 18338, 6501, 22820, '2.0000', '3.5429', '3.5429', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20446, '2023-03-06', 2534, 18339, 6502, 30798, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20447, '2023-03-06', 2653, 18340, 6502, 28494, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20448, '2023-03-06', 2711, 18341, 6502, 28524, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20449, '2023-03-06', 3048, 18342, 6502, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '160.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20450, '2023-03-06', 2534, 18343, 6503, 30798, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20451, '2023-03-06', 3483, 18344, 6503, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20452, '2023-03-06', 2936, 18345, 6503, 29688, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20453, '2023-03-06', 3311, 18346, 6503, 28479, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20454, '2023-03-06', 3121, 18347, 6504, 29690, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 495, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20455, '2023-03-06', 2534, 18348, 6504, 30798, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20456, '2023-03-06', 2642, 18349, 6505, 30825, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20457, '2023-03-06', 2893, 18350, 6505, 29313, '-3.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20458, '2023-03-06', 2893, 18350, 6505, 29693, '4.0000', '1.6000', '1.6000', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20459, '2023-03-06', 2822, 18351, 6505, 30820, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20460, '2023-03-06', 2922, 18352, 6505, 28515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20461, '2023-03-06', 3646, 18353, 6505, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20462, '2023-03-06', 2653, 18354, 6505, 28494, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20463, '2023-03-06', 3314, 18355, 6506, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20464, '2023-03-06', 3015, 18356, 6506, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20465, '2023-03-06', 3483, 18357, 6506, 19640, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20466, '2023-03-06', 3231, 18358, 6506, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20467, '2023-03-06', 3048, 18359, 6506, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '159.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20468, '2023-03-06', 3878, 18360, 6507, 30804, '1.0000', '222.7000', '222.7000', '278.0000', '278.0000', '2.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20469, '2023-03-06', 3879, 18361, 6507, 30805, '1.0000', '159.4667', '159.4667', '200.0000', '200.0000', '2.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20470, '2023-03-06', 3085, 18362, 6507, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20471, '2023-03-06', 3047, 18363, 6507, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20472, '2023-03-06', 2951, 18364, 6507, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '23.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20473, '2023-03-06', 3048, 18365, 6507, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '158.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20474, '2023-03-06', 2916, 18366, 6508, 23955, '1.0000', '35.4783', '35.4783', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20475, '2023-03-06', 2801, 18367, 6508, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20476, '2023-03-06', 2698, 18368, 6508, 22898, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 406, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20477, '2023-03-06', 2606, 18369, 6508, 17422, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20478, '2023-03-06', 3121, 18370, 6509, 29690, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 495, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20479, '2023-03-06', 3644, 18371, 6509, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20480, '2023-03-06', 3048, 18372, 6509, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '156.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20481, '2023-03-06', 2713, 18373, 6509, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20482, '2023-03-06', 3047, 18374, 6509, 29653, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20483, '2023-03-06', 2517, 18375, 6510, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20484, '2023-03-06', 3123, 18376, 6510, 30828, '4.0000', '5.1400', '5.1400', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20485, '2023-03-06', 2712, 18377, 6510, 29694, '5.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 497, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20486, '2023-03-06', 3114, 18378, 6510, 30833, '4.0000', '5.0000', '5.0000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20487, '2023-03-06', 2697, 18379, 6510, 5830, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20488, '2023-03-06', 3114, 18380, 6511, 30833, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20489, '2023-03-06', 3123, 18381, 6512, 30828, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20490, '2023-03-06', 2712, 18382, 6513, 30123, '-5.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20491, '2023-03-06', 2712, 18382, 6513, 30831, '6.0000', '15.3750', '15.3750', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20492, '2023-03-06', 3048, 18383, 6513, 29654, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '151.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20493, '2023-03-06', 2647, 18384, 6514, 30821, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20494, '2023-03-06', 3047, 18385, 6515, 29653, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20495, '2023-03-06', 2936, 18386, 6516, 29688, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20496, '2023-03-06', 2499, 18387, 6517, 30826, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '8.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20497, '2023-03-06', 3311, 18388, 6517, 28479, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20498, '2023-03-06', 2902, 18389, 6517, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20499, '2023-03-06', 3074, 18390, 6518, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20500, '2023-03-06', 2891, 18391, 6519, 28473, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20501, '2023-03-06', 2711, 18392, 6519, 28524, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20502, '2023-03-06', 2952, 18393, 6519, 29886, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20503, '2023-03-06', 2711, 18394, 6520, 28524, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20504, '2023-03-06', 2712, 18395, 6520, 30831, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20505, '2023-03-06', 2901, 18396, 6520, 28501, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20506, '2023-03-06', 3646, 18397, 6520, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20507, '2023-03-06', 3825, 18398, 6520, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20508, '2023-03-06', 2646, 18399, 6521, 30819, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20509, '2023-03-06', 2850, 18400, 6522, 5463, '1.0000', '10.8900', '10.8900', '12.0000', '12.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20510, '2023-03-06', 2982, 18401, 6523, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20511, '2023-03-06', 2952, 18402, 6524, 30802, '4.0000', '3.2500', '3.2500', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20512, '2023-03-06', 3231, 18403, 6524, 15786, '5.0000', '1.7900', '1.7900', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20513, '2023-03-06', 2642, 18404, 6524, 30825, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20514, '2023-03-06', 2902, 18405, 6524, 30797, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20515, '2023-03-06', 2647, 18406, 6524, 30821, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '40.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20516, '2023-03-06', 3172, 18407, 6524, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '63.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20517, '2023-03-06', 2791, 18408, 6525, 22829, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20518, '2023-03-06', 3231, 18409, 6525, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20519, '2023-03-06', 2918, 18410, 6526, 14589, '5.0000', '1.8750', '1.8750', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20520, '2023-03-06', 2646, 18411, 6527, 30819, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20521, '2023-03-06', 2646, 18412, 6528, 30819, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20522, '2023-03-06', 3048, 18413, 6528, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '149.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20523, '2023-03-06', 2920, 18414, 6529, 28512, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '10.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20524, '2023-03-06', 3479, 18415, 6529, 4731, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20525, '2023-03-06', 3172, 18416, 6529, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20526, '2023-03-06', 2661, 18417, 6530, 29692, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '29.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20527, '2023-03-06', 2651, 18418, 6531, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20528, '2023-03-06', 3085, 18419, 6532, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '29.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20529, '2023-03-06', 2901, 18420, 6533, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20530, '2023-03-06', 2500, 18421, 6534, 30799, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20531, '2023-03-06', 2935, 18422, 6535, 28522, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20532, '2023-03-06', 2920, 18423, 6536, 28512, '5.0000', '4.5000', '4.5000', '5.5000', '5.5000', '5.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20533, '2023-03-06', 2661, 18424, 6537, 29692, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '28.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20534, '2023-03-06', 2850, 18425, 6538, 5463, '1.0000', '10.8900', '10.8900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20535, '2023-03-06', 2644, 18426, 6538, 29685, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20536, '2023-03-06', 3187, 18427, 6539, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '13.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20537, '2023-03-06', 3048, 18428, 6540, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '147.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20538, '2023-03-07', 3223, 18429, 6541, 14535, '2.0000', '1.4167', '1.4167', '2.0000', '2.0000', '44.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20539, '2023-03-07', 2980, 18430, 6541, 5174, '1.0000', '35.4700', '35.4700', '47.0000', '47.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20540, '2023-03-07', 2699, 18431, 6541, 30809, '15.0000', '5.4000', '5.4000', '8.0000', '8.0000', '29.5000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20541, '2023-03-07', 2698, 18432, 6542, 23821, '-1.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20542, '2023-03-07', 2698, 18432, 6542, 24967, '-3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20543, '2023-03-07', 2698, 18432, 6542, 26034, '3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20544, '2023-03-07', 2698, 18432, 6542, 27101, '-3.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20545, '2023-03-07', 2698, 18432, 6542, 28313, '2.0000', '6.6000', '6.6000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20546, '2023-03-07', 2698, 18432, 6542, 30808, '5.0000', '5.4000', '5.4000', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20547, '2023-03-07', 3187, 18433, 6542, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '11.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20548, '2023-03-07', 2902, 18434, 6543, 30797, '3.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20549, '2023-03-07', 3784, 18435, 6543, 22855, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20550, '2023-03-07', 2699, 18436, 6543, 30809, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '28.5000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20551, '2023-03-07', 3172, 18437, 6543, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '61.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20552, '2023-03-07', 2922, 18438, 6543, 28515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20553, '2023-03-07', 3048, 18439, 6543, 29654, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '143.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20554, '2023-03-07', 3074, 18440, 6544, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20555, '2023-03-07', 3047, 18441, 6545, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20556, '2023-03-07', 3048, 18442, 6545, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '142.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20557, '2023-03-07', 3852, 18443, 6546, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20558, '2023-03-07', 2893, 18444, 6547, 29693, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20559, '2023-03-07', 2500, 18445, 6547, 30799, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20560, '2023-03-07', 2712, 18446, 6547, 30831, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20561, '2023-03-07', 3822, 18447, 6547, 22859, '2.0000', '4.1667', '4.1667', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20562, '2023-03-07', 2661, 18448, 6548, 29692, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '26.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20563, '2023-03-07', 3172, 18449, 6548, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '60.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20564, '2023-03-07', 2924, 18450, 6548, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20565, '2023-03-07', 2713, 18451, 6548, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20566, '2023-03-07', 3121, 18452, 6549, 29690, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 495, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20567, '2023-03-07', 3644, 18453, 6549, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20568, '2023-03-07', 2645, 18454, 6550, 30818, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20569, '2023-03-07', 3483, 18455, 6551, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20570, '2023-03-07', 2713, 18456, 6552, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20571, '2023-03-07', 3074, 18457, 6553, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20572, '2023-03-07', 2711, 18458, 6554, 28524, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20573, '2023-03-07', 3172, 18459, 6554, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20574, '2023-03-07', 2691, 18460, 6555, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20575, '2023-03-07', 2647, 18461, 6556, 30821, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20576, '2023-03-07', 2711, 18462, 6557, 28524, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20577, '2023-03-07', 2647, 18463, 6558, 30821, '15.0000', '5.8093', '5.8093', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20578, '2023-03-07', 3061, 18464, 6558, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20579, '2023-03-07', 2644, 18465, 6558, 29685, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20580, '2023-03-07', 3063, 18466, 6558, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20581, '2023-03-08', 3061, 18467, 6559, 4356, '1.0000', '4.1700', '4.1700', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20582, '2023-03-08', 2713, 18468, 6559, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20583, '2023-03-08', 2646, 18469, 6559, 30819, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20584, '2023-03-08', 2534, 18470, 6560, 30798, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20585, '2023-03-08', 2712, 18471, 6560, 30831, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20586, '2023-03-08', 3048, 18472, 6560, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '139.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20587, '2023-03-08', 2873, 18473, 6561, 27329, '1.0000', '3.4200', '3.4200', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 451, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20588, '2023-03-08', 3060, 18474, 6561, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20589, '2023-03-08', 2875, 18475, 6562, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20590, '2023-03-08', 3047, 18476, 6562, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20591, '2023-03-08', 3048, 18477, 6563, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '137.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20592, '2023-03-08', 2534, 18478, 6564, 30798, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20593, '2023-03-08', 2712, 18479, 6564, 30831, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20594, '2023-03-08', 3060, 18480, 6565, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20595, '2023-03-08', 3085, 18481, 6565, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20596, '2023-03-08', 2534, 18482, 6565, 30798, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20597, '2023-03-08', 2864, 18483, 6565, 29670, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20598, '2023-03-08', 3074, 18484, 6566, 29651, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20599, '2023-03-08', 2713, 18485, 6567, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20600, '2023-03-08', 3048, 18486, 6567, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '136.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20601, '2023-03-08', 3483, 18487, 6567, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20602, '2023-03-08', 3609, 18488, 6567, 14506, '3.0000', '0.3871', '0.3871', '1.0000', '1.0000', '56.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20603, '2023-03-08', 2791, 18489, 6568, 22829, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20604, '2023-03-08', 3048, 18490, 6568, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '135.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20605, '2023-03-08', 2901, 18491, 6569, 28501, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 467, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20606, '2023-03-08', 2644, 18492, 6569, 29685, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20607, '2023-03-08', 2822, 18493, 6569, 30820, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20608, '2023-03-08', 2647, 18494, 6569, 30821, '4.0000', '5.8093', '5.8093', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20609, '2023-03-08', 2649, 18495, 6570, 30823, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20610, '2023-03-08', 2649, 18496, 6571, 30823, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20611, '2023-03-08', 2917, 18497, 6572, 28490, '3.0000', '9.7500', '9.7500', '14.0000', '14.0000', '14.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20612, '2023-03-08', 3182, 18498, 6572, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20613, '2023-03-08', 2647, 18499, 6573, 30821, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20614, '2023-03-08', 3085, 18500, 6573, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '27.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20615, '2023-03-08', 3086, 18501, 6573, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20616, '2023-03-08', 2643, 18502, 6573, 19646, '3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20617, '2023-03-08', 3172, 18503, 6573, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20618, '2023-03-08', 3172, 18504, 6574, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20619, '2023-03-08', 3311, 18505, 6574, 28479, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20620, '2023-03-08', 3048, 18506, 6575, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '133.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20621, '2023-03-08', 3074, 18507, 6576, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20622, '2023-03-08', 2552, 18508, 6577, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20623, '2023-03-08', 2552, 18509, 6578, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20624, '2023-03-09', 2500, 18510, 6579, 30799, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20625, '2023-03-09', 2713, 18511, 6579, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20626, '2023-03-09', 3172, 18512, 6580, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20627, '2023-03-09', 2713, 18513, 6580, 29665, '2.0000', '5.2890', '5.2890', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20628, '2023-03-09', 2552, 18514, 6580, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20629, '2023-03-09', 2534, 18515, 6581, 30798, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20630, '2023-03-09', 2712, 18516, 6581, 30831, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20631, '2023-03-09', 2644, 18517, 6581, 29685, '9.0000', '3.4229', '3.4229', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20632, '2023-03-09', 3060, 18518, 6581, 30837, '4.0000', '6.6254', '6.6254', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20633, '2023-03-09', 2534, 18519, 6582, 30798, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20634, '2023-03-09', 3048, 18520, 6582, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '132.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20635, '2023-03-09', 2713, 18521, 6582, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20636, '2023-03-09', 2889, 18522, 6583, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20637, '2023-03-09', 3048, 18523, 6583, 29654, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '128.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20638, '2023-03-09', 3060, 18524, 6583, 30837, '4.0000', '6.6254', '6.6254', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20639, '2023-03-09', 3879, 18525, 6584, 30805, '1.0000', '159.4667', '159.4667', '200.0000', '200.0000', '1.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20640, '2023-03-09', 2507, 18526, 6585, 28499, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20641, '2023-03-09', 3593, 18527, 6585, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20642, '2023-03-09', 3798, 18528, 6585, 19625, '1.0000', '88.0000', '88.0000', '110.0000', '110.0000', '2.0000', 1, 0, NULL, 377, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20643, '2023-03-09', 3091, 18529, 6585, 4386, '1.0000', '48.0000', '48.0000', '65.0000', '65.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20644, '2023-03-09', 3551, 18530, 6585, 9907, '1.0000', '25.0000', '25.0000', '35.0000', '35.0000', '1.0000', 1, 0, NULL, 95, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20645, '2023-03-09', 2766, 18531, 6586, 4061, '2.0000', '1.3000', '1.3000', '2.0000', '2.0000', '236.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20646, '2023-03-09', 2790, 18532, 6586, 29674, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20647, '2023-03-09', 3553, 18533, 6586, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20648, '2023-03-09', 2901, 18534, 6587, 29650, '2.0000', '15.7857', '15.7857', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 480, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20649, '2023-03-09', 2719, 18535, 6588, 27242, '4.0000', '0.7100', '0.7100', '2.0000', '2.0000', '30.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20650, '2023-03-09', 3260, 18536, 6588, 4832, '2.0000', '1.3900', '1.3900', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20651, '2023-03-09', 2726, 18537, 6588, 28550, '1.0000', '12.7500', '12.7500', '25.0000', '25.0000', '79.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20652, '2023-03-09', 3080, 18538, 6588, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '29.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20653, '2023-03-09', 2924, 18539, 6588, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20654, '2023-03-09', 3123, 18540, 6589, 30828, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20655, '2023-03-09', 2713, 18541, 6590, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20656, '2023-03-09', 3483, 18542, 6590, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20657, '2023-03-09', 2822, 18543, 6591, 30820, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20658, '2023-03-09', 2644, 18544, 6591, 29685, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20659, '2023-03-09', 2917, 18545, 6592, 28490, '1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '13.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20660, '2023-03-09', 2643, 18546, 6592, 19646, '2.0000', '6.8900', '6.8900', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20661, '2023-03-09', 2647, 18547, 6592, 30821, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20662, '2023-03-09', 3048, 18548, 6592, 29654, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '123.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20663, '2023-03-09', 2643, 18549, 6593, 19646, '1.0000', '6.8900', '6.8900', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20664, '2023-03-09', 3074, 18550, 6594, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20665, '2023-03-09', 2922, 18551, 6595, 28515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20666, '2023-03-09', 2864, 18552, 6596, 29670, '3.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20667, '2023-03-09', 2713, 18553, 6596, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20668, '2023-03-09', 2952, 18554, 6596, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20669, '2023-03-09', 3047, 18555, 6597, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20670, '2023-03-09', 2699, 18556, 6598, 30809, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '27.5000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20671, '2023-03-09', 2651, 18557, 6599, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20672, '2023-03-09', 2645, 18558, 6599, 30818, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20673, '2023-03-09', 2922, 18559, 6600, 28515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20674, '2023-03-09', 3048, 18560, 6601, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '121.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20675, '2023-03-09', 3641, 18561, 6602, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20676, '2023-03-09', 2790, 18562, 6602, 29674, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20677, '2023-03-09', 2647, 18563, 6603, 30821, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20678, '2023-03-09', 3784, 18564, 6603, 22855, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20679, '2023-03-09', 3085, 18565, 6604, 28447, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '25.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20680, '2023-03-09', 2645, 18566, 6604, 30854, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20681, '2023-03-09', 2952, 18567, 6604, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20682, '2023-03-09', 2952, 18568, 6605, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20683, '2023-03-09', 3885, 18569, 6606, 30851, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20684, '2023-03-09', 2710, 18570, 6607, 28509, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 470, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20685, '2023-03-09', 2710, 18570, 6607, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '23.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20686, '2023-03-09', 3172, 18571, 6607, 29671, '3.0000', '3.5419', '3.5419', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20687, '2023-03-09', 2822, 18572, 6608, 30820, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20688, '2023-03-09', 2822, 18572, 6608, 30856, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20689, '2023-03-09', 3123, 18573, 6608, 30836, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20690, '2023-03-09', 2710, 18574, 6609, 28525, '2.0000', '5.4792', '5.4792', '7.5000', '7.5000', '21.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20691, '2023-03-09', 3048, 18575, 6609, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '118.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20692, '2023-03-09', 3060, 18576, 6610, 30837, '2.0000', '6.6254', '6.6254', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20693, '2023-03-09', 2711, 18577, 6611, 28524, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20694, '2023-03-09', 3311, 18578, 6611, 28479, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20695, '2023-03-09', 3086, 18579, 6612, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20696, '2023-03-09', 3048, 18580, 6612, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '116.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20697, '2023-03-09', 2647, 18581, 6612, 30821, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20698, '2023-03-09', 3085, 18582, 6612, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '24.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20699, '2023-03-09', 2645, 18583, 6613, 30854, '12.0000', '8.3496', '8.3496', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20700, '2023-03-09', 3172, 18584, 6613, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20701, '2023-03-09', 2711, 18585, 6614, 28524, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20702, '2023-03-09', 3172, 18586, 6614, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20703, '2023-03-09', 2952, 18587, 6615, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20704, '2023-03-09', 3172, 18588, 6615, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20705, '2023-03-09', 3114, 18589, 6616, 30833, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20706, '2023-03-09', 2504, 18590, 6616, 28950, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20707, '2023-03-09', 3641, 18591, 6616, 28480, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20708, '2023-03-09', 2930, 18592, 6617, 28519, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20709, '2023-03-09', 2920, 18593, 6617, 28512, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20710, '2023-03-09', 2645, 18594, 6618, 30854, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20711, '2023-03-09', 3172, 18595, 6618, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20712, '2023-03-09', 3085, 18596, 6619, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20713, '2023-03-09', 2646, 18597, 6620, 30819, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20714, '2023-03-09', 2646, 18597, 6620, 30855, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20715, '2023-03-09', 2505, 18598, 6620, 9886, '2.0000', '2.8333', '2.8333', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20716, '2023-03-10', 3074, 18599, 6621, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20717, '2023-03-10', 3074, 18600, 6622, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20718, '2023-03-10', 3123, 18601, 6623, 30836, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20719, '2023-03-10', 2713, 18602, 6624, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20720, '2023-03-10', 3483, 18603, 6624, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20721, '2023-03-10', 3644, 18604, 6625, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20722, '2023-03-10', 2893, 18605, 6625, 29693, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20723, '2023-03-10', 3772, 18606, 6625, 28457, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20724, '2023-03-10', 3048, 18607, 6625, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '114.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20725, '2023-03-10', 2901, 18608, 6626, 29650, '1.0000', '15.7857', '15.7857', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 480, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20726, '2023-03-10', 3048, 18609, 6627, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '112.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20727, '2023-03-10', 2712, 18610, 6627, 30831, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20728, '2023-03-10', 2790, 18611, 6628, 29674, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20729, '2023-03-10', 2790, 18611, 6628, 30087, '-1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20730, '2023-03-10', 2790, 18611, 6628, 30835, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20731, '2023-03-10', 2791, 18612, 6628, 22829, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20732, '2023-03-10', 2710, 18613, 6628, 28525, '3.0000', '5.4792', '5.4792', '7.5000', '7.5000', '18.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20733, '2023-03-10', 3085, 18614, 6628, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20734, '2023-03-10', 3114, 18615, 6628, 30833, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20735, '2023-03-10', 2902, 18616, 6629, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '23.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20736, '2023-03-10', 2889, 18617, 6629, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20737, '2023-03-10', 2504, 18618, 6629, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20738, '2023-03-10', 3061, 18619, 6630, 4356, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20739, '2023-03-10', 2902, 18620, 6630, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '22.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20740, '2023-03-10', 3048, 18621, 6630, 29654, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '108.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20741, '2023-03-10', 2936, 18622, 6631, 29688, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20742, '2023-03-10', 2927, 18623, 6631, 24022, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20743, '2023-03-10', 3558, 18624, 6632, 23954, '1.0000', '52.8683', '52.8683', '60.0000', '60.0000', '7.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20744, '2023-03-10', 2504, 18625, 6633, 30863, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20745, '2023-03-10', 2864, 18626, 6633, 29670, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20746, '2023-03-10', 2644, 18627, 6634, 29685, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20747, '2023-03-10', 3182, 18628, 6635, 27259, '2.0000', '7.0200', '7.0200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20748, '2023-03-10', 2902, 18629, 6635, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '21.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20749, '2023-03-10', 2517, 18630, 6635, 27246, '1.0000', '10.8762', '10.8762', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20750, '2023-03-10', 2711, 18631, 6635, 28524, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20751, '2023-03-10', 2646, 18632, 6636, 30855, '5.0000', '11.4417', '11.4417', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20752, '2023-03-10', 3182, 18633, 6637, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20753, '2023-03-10', 2951, 18634, 6637, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '22.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20754, '2023-03-10', 3060, 18635, 6638, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20755, '2023-03-10', 3085, 18636, 6638, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20756, '2023-03-10', 2644, 18637, 6639, 29685, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20757, '2023-03-10', 3048, 18638, 6640, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '106.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20758, '2023-03-10', 2713, 18639, 6641, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20759, '2023-03-10', 3082, 18640, 6642, 5501, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20760, '2023-03-10', 3831, 18641, 6642, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20761, '2023-03-10', 2917, 18642, 6643, 28490, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '11.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20762, '2023-03-10', 3172, 18643, 6644, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20763, '2023-03-10', 2718, 18644, 6645, 4013, '7.0000', '2.7100', '2.7100', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20764, '2023-03-10', 3772, 18645, 6645, 28457, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20765, '2023-03-10', 2981, 18646, 6646, 24863, '1.0000', '40.5550', '40.5550', '55.0000', '55.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20766, '2023-03-10', 3203, 18647, 6646, 4498, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20767, '2023-03-10', 3569, 18648, 6647, 13179, '1.0000', '16.0000', '16.0000', '22.0000', '22.0000', '3.0000', 1, 0, NULL, 177, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20768, '2023-03-10', 2499, 18649, 6647, 30826, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '7.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20769, '2023-03-10', 2649, 18650, 6647, 30823, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20770, '2023-03-10', 2982, 18651, 6647, 27299, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20771, '2023-03-10', 3085, 18652, 6648, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20772, '2023-03-10', 2934, 18653, 6649, 4229, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20773, '2023-03-10', 3187, 18654, 6649, 27270, '1.0000', '0.7143', '0.7143', '1.2500', '1.2500', '10.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20774, '2023-03-10', 2713, 18655, 6650, 29665, '2.0000', '5.2890', '5.2890', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20775, '2023-03-10', 3311, 18656, 6650, 28479, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20776, '2023-03-10', 3646, 18657, 6650, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '57.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20777, '2023-03-10', 2650, 18658, 6651, 30824, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20778, '2023-03-10', 3172, 18659, 6652, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20779, '2023-03-10', 2920, 18660, 6652, 28512, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '3.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20780, '2023-03-10', 2711, 18661, 6653, 28524, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20781, '2023-03-10', 2889, 18662, 6653, 5479, '3.0000', '4.2600', '4.2600', '6.5000', '6.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20782, '2023-03-10', 2646, 18663, 6654, 30855, '6.0000', '11.4417', '11.4417', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20783, '2023-03-10', 2876, 18664, 6654, 15685, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20784, '2023-03-10', 2936, 18665, 6655, 29688, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20785, '2023-03-10', 2924, 18666, 6655, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20786, '2023-03-10', 2930, 18667, 6656, 28519, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20787, '2023-03-10', 3885, 18668, 6656, 30851, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20788, '2023-03-10', 2921, 18669, 6656, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20789, '2023-03-10', 3172, 18670, 6656, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20790, '2023-03-10', 2644, 18671, 6657, 29685, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20791, '2023-03-10', 2647, 18672, 6658, 30821, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20792, '2023-03-10', 2923, 18673, 6658, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20793, '2023-03-10', 3482, 18674, 6659, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20794, '2023-03-10', 2534, 18675, 6659, 30798, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20795, '2023-03-10', 2646, 18676, 6660, 30855, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20796, '2023-03-10', 2646, 18677, 6661, 30855, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20797, '2023-03-10', 2950, 18678, 6662, 29679, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20798, '2023-03-10', 3772, 18679, 6662, 28457, '4.0000', '0.8458', '0.8458', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20799, '2023-03-10', 3048, 18680, 6662, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20800, '2023-03-10', 2646, 18681, 6663, 30855, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20801, '2023-03-10', 3060, 18682, 6663, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20802, '2023-03-10', 2922, 18683, 6663, 28515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20803, '2023-03-10', 2936, 18684, 6663, 29688, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20804, '2023-03-10', 2919, 18685, 6663, 28513, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20805, '2023-03-10', 2921, 18686, 6663, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20806, '2023-03-10', 3048, 18687, 6663, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '104.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20807, '2023-03-10', 3852, 18688, 6663, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20808, '2023-03-10', 2627, 18689, 6664, 3922, '1.0000', '60.0000', '60.0000', '80.0000', '80.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20809, '2023-03-11', 2644, 18690, 6665, 29685, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20810, '2023-03-11', 2802, 18691, 6666, 4097, '2.0000', '17.8800', '17.8800', '25.0000', '25.0000', '30.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20811, '2023-03-11', 2647, 18692, 6667, 30821, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20812, '2023-03-11', 2645, 18693, 6668, 30854, '8.0000', '8.3496', '8.3496', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20813, '2023-03-11', 2952, 18694, 6668, 30802, '5.0000', '3.2500', '3.2500', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20814, '2023-03-11', 3060, 18695, 6669, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20815, '2023-03-11', 2711, 18696, 6670, 28524, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20816, '2023-03-11', 2711, 18696, 6670, 29056, '-1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20817, '2023-03-11', 2711, 18696, 6670, 30203, '-6.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20818, '2023-03-11', 2711, 18696, 6670, 30832, '8.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20819, '2023-03-11', 2645, 18697, 6671, 30854, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20820, '2023-03-11', 2920, 18698, 6672, 28512, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20821, '2023-03-11', 3048, 18699, 6673, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '102.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20822, '2023-03-11', 2712, 18700, 6674, 30845, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20823, '2023-03-11', 2645, 18701, 6674, 30854, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20824, '2023-03-11', 2921, 18702, 6674, 27343, '2.0000', '4.1250', '4.1250', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20825, '2023-03-11', 2713, 18703, 6675, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20826, '2023-03-11', 3047, 18704, 6675, 29653, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20827, '2023-03-11', 3256, 18705, 6676, 22837, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20828, '2023-03-11', 3311, 18706, 6676, 28479, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20829, '2023-03-11', 2661, 18707, 6676, 29692, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '25.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20830, '2023-03-11', 2646, 18708, 6677, 30855, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20831, '2023-03-11', 3060, 18709, 6678, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20832, '2023-03-11', 3060, 18710, 6679, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20833, '2023-03-11', 2646, 18711, 6680, 30855, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20834, '2023-03-11', 2711, 18712, 6680, 30832, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20835, '2023-03-11', 3085, 18713, 6680, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20836, '2023-03-11', 2749, 18714, 6681, 4044, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20837, '2023-03-11', 2719, 18715, 6681, 27242, '4.0000', '0.7100', '0.7100', '2.0000', '2.0000', '26.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20838, '2023-03-11', 3239, 18716, 6681, 10031, '1.0000', '0.6000', '0.6000', '2.5000', '2.5000', '56.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20839, '2023-03-11', 2713, 18717, 6682, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20840, '2023-03-11', 3172, 18718, 6682, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20841, '2023-03-11', 3048, 18719, 6682, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '101.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20842, '2023-03-11', 2661, 18720, 6683, 29692, '3.0000', '0.2708', '0.2708', '0.5000', '0.5000', '22.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20843, '2023-03-11', 3048, 18721, 6684, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '100.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20844, '2023-03-11', 3060, 18722, 6685, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20845, '2023-03-11', 2713, 18723, 6686, 29665, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 487, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20846, '2023-03-11', 2712, 18724, 6686, 30845, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20847, '2023-03-11', 2952, 18725, 6686, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20848, '2023-03-11', 3085, 18726, 6686, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20849, '2023-03-11', 2645, 18727, 6686, 30854, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20850, '2023-03-11', 2935, 18728, 6686, 28522, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20851, '2023-03-11', 2646, 18729, 6687, 30855, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20852, '2023-03-11', 2645, 18730, 6687, 30854, '7.0000', '8.3496', '8.3496', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20853, '2023-03-11', 3172, 18731, 6687, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20854, '2023-03-11', 3641, 18732, 6687, 28480, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20855, '2023-03-11', 2935, 18733, 6688, 28522, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20856, '2023-03-11', 3609, 18734, 6688, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '55.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20857, '2023-03-11', 3609, 18735, 6689, 14506, '5.0000', '0.3871', '0.3871', '1.0000', '1.0000', '50.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20858, '2023-03-11', 3609, 18736, 6690, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '49.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20859, '2023-03-12', 2645, 18737, 6691, 30854, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20860, '2023-03-12', 3178, 18738, 6692, 4473, '1.0000', '5.7200', '5.7200', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20861, '2023-03-13', 3080, 18739, 6693, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '28.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20862, '2023-03-13', 2708, 18740, 6694, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '10.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20863, '2023-03-13', 2661, 18741, 6695, 29692, '4.0000', '0.2708', '0.2708', '0.5000', '0.5000', '18.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20864, '2023-03-13', 2500, 18742, 6696, 30799, '2.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20865, '2023-03-13', 2893, 18743, 6697, 29693, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20866, '2023-03-13', 3644, 18744, 6697, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20867, '2023-03-13', 2644, 18745, 6697, 29685, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20868, '2023-03-13', 3048, 18746, 6697, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '99.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20869, '2023-03-13', 3015, 18747, 6698, 24010, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20870, '2023-03-13', 3048, 18748, 6698, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '97.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20871, '2023-03-13', 3047, 18749, 6698, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20872, '2023-03-13', 3611, 18750, 6698, 14509, '5.0000', '0.8182', '0.8182', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20873, '2023-03-13', 2713, 18751, 6699, 30216, '-5.0000', '5.2890', '5.2890', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20874, '2023-03-13', 2713, 18751, 6699, 30830, '6.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20875, '2023-03-13', 2500, 18752, 6700, 30872, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20876, '2023-03-13', 2534, 18753, 6700, 30798, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20877, '2023-03-13', 2789, 18754, 6700, 28465, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 463, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20878, '2023-03-13', 3827, 18755, 6700, 22880, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20879, '2023-03-13', 3060, 18756, 6701, 30837, '2.0000', '6.6254', '6.6254', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20880, '2023-03-13', 2653, 18757, 6701, 28494, '19.0000', '4.4092', '4.4092', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20881, '2023-03-13', 3017, 18758, 6701, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20882, '2023-03-13', 3064, 18759, 6701, 29669, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20883, '2023-03-13', 3120, 18760, 6701, 29675, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 489, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20884, '2023-03-13', 3120, 18760, 6701, 29687, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20885, '2023-03-13', 2701, 18761, 6702, 3996, '25.0000', '0.0700', '0.0700', '0.2500', '0.2500', '120.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20886, '2023-03-13', 3787, 18762, 6702, 18565, '15.0000', '0.1842', '0.1842', '0.5000', '0.5000', '149.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20887, '2023-03-13', 2534, 18763, 6703, 30798, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 498, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20888, '2023-03-13', 3483, 18764, 6703, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20889, '2023-03-13', 2893, 18765, 6703, 29693, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20890, '2023-03-13', 3048, 18766, 6703, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '96.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20891, '2023-03-13', 3120, 18767, 6703, 29687, '4.0000', '5.8000', '5.8000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20892, '2023-03-13', 3484, 18768, 6703, 28468, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20893, '2023-03-13', 3875, 18769, 6703, 29695, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '0.0000', 1, 0, NULL, 497, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20894, '2023-03-13', 2893, 18770, 6704, 29693, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20895, '2023-03-13', 3074, 18771, 6704, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20896, '2023-03-13', 3047, 18772, 6704, 29653, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20897, '2023-03-13', 3852, 18773, 6704, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20898, '2023-03-13', 3120, 18774, 6704, 29687, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20899, '2023-03-13', 2653, 18775, 6704, 28494, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20900, '2023-03-13', 3121, 18776, 6705, 29690, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 495, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20901, '2023-03-13', 3048, 18777, 6705, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '95.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20902, '2023-03-13', 2876, 18778, 6705, 15685, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20903, '2023-03-13', 2534, 18779, 6705, 30843, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20904, '2023-03-13', 2645, 18780, 6706, 30854, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20905, '2023-03-13', 3061, 18781, 6706, 4356, '2.0000', '4.1700', '4.1700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20906, '2023-03-13', 3061, 18781, 6706, 23987, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20907, '2023-03-13', 2822, 18782, 6706, 30856, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20908, '2023-03-13', 2650, 18783, 6706, 30824, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20909, '2023-03-13', 3886, 18784, 6706, 30853, '1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20910, '2023-03-13', 2917, 18785, 6707, 28490, '1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '10.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20911, '2023-03-13', 3120, 18786, 6707, 29687, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20912, '2023-03-13', 2645, 18787, 6707, 30854, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20913, '2023-03-13', 2650, 18788, 6707, 30824, '5.0000', '4.5833', '4.5833', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20914, '2023-03-13', 3063, 18789, 6707, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20915, '2023-03-13', 2647, 18790, 6707, 30821, '8.0000', '5.8093', '5.8093', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20916, '2023-03-13', 2644, 18791, 6707, 29685, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 492, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20917, '2023-03-13', 2644, 18791, 6707, 30077, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20918, '2023-03-13', 2644, 18791, 6707, 30822, '7.0000', '3.4229', '3.4229', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20919, '2023-03-13', 3061, 18792, 6707, 23987, '5.0000', '4.8500', '4.8500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20920, '2023-03-13', 2644, 18793, 6708, 30822, '10.0000', '3.4229', '3.4229', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20921, '2023-03-13', 2647, 18794, 6708, 30859, '21.0000', '5.8093', '5.8093', '10.0000', '10.0000', '54.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20922, '2023-03-13', 2650, 18795, 6708, 30824, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20923, '2023-03-13', 2952, 18796, 6709, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20924, '2023-03-13', 3074, 18797, 6709, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20925, '2023-03-13', 2822, 18798, 6709, 30856, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20926, '2023-03-13', 3483, 18799, 6709, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20927, '2023-03-13', 3646, 18800, 6709, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20928, '2023-03-15', 2661, 18801, 6710, 29692, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '16.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20929, '2023-03-15', 2901, 18802, 6710, 29650, '2.0000', '15.7857', '15.7857', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 480, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20930, '2023-03-15', 3074, 18803, 6710, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20931, '2023-03-15', 3086, 18804, 6710, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20932, '2023-03-15', 3161, 18805, 6710, 4456, '1.0000', '10.6500', '10.6500', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20933, '2023-03-15', 3772, 18806, 6710, 28457, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20934, '2023-03-15', 2647, 18807, 6710, 30859, '15.0000', '5.8093', '5.8093', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20935, '2023-03-15', 3064, 18808, 6710, 29669, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20936, '2023-03-15', 3123, 18809, 6710, 30836, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20937, '2023-03-15', 3538, 18810, 6711, 5270, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20938, '2023-03-15', 3060, 18811, 6711, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20939, '2023-03-15', 3646, 18812, 6711, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20940, '2023-03-15', 2712, 18813, 6711, 30845, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20941, '2023-03-15', 2661, 18814, 6711, 29692, '4.0000', '0.2708', '0.2708', '0.5000', '0.5000', '12.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20942, '2023-03-15', 2713, 18815, 6711, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20943, '2023-03-15', 3865, 18816, 6712, 27327, '1.0000', '10.9000', '10.9000', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20944, '2023-03-15', 3118, 18817, 6713, 5521, '1.0000', '18.0700', '18.0700', '24.0000', '24.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20945, '2023-03-15', 2534, 18818, 6713, 30843, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20946, '2023-03-15', 3172, 18819, 6713, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20947, '2023-03-15', 2713, 18820, 6713, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20948, '2023-03-15', 3047, 18821, 6713, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20949, '2023-03-15', 2646, 18822, 6713, 30855, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20950, '2023-03-15', 3784, 18823, 6713, 22855, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20951, '2023-03-15', 2918, 18824, 6713, 14589, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20952, '2023-03-15', 2935, 18825, 6713, 28522, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20953, '2023-03-15', 3772, 18826, 6713, 28457, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20954, '2023-03-15', 3621, 18827, 6713, 14537, '1.0000', '0.5833', '0.5833', '3.0000', '3.0000', '44.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20955, '2023-03-15', 3629, 18828, 6713, 14548, '3.0000', '0.2000', '0.2000', '1.0000', '1.0000', '97.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20956, '2023-03-15', 3060, 18829, 6713, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20957, '2023-03-15', 2645, 18830, 6713, 30854, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20958, '2023-03-15', 2647, 18831, 6714, 30859, '5.0000', '5.8093', '5.8093', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20959, '2023-03-15', 3063, 18832, 6714, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20960, '2023-03-15', 2935, 18833, 6714, 28522, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20961, '2023-03-15', 3060, 18834, 6714, 30837, '2.0000', '6.6254', '6.6254', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20962, '2023-03-15', 2661, 18835, 6714, 29692, '4.0000', '0.2708', '0.2708', '0.5000', '0.5000', '8.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20963, '2023-03-15', 2930, 18836, 6714, 28519, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20964, '2023-03-15', 2517, 18837, 6714, 29828, '-2.0000', '10.8762', '10.8762', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20965, '2023-03-15', 2517, 18837, 6714, 30829, '3.0000', '11.4200', '11.4200', '13.0000', '13.0000', '17.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20966, '2023-03-15', 2901, 18838, 6714, 29650, '2.0000', '15.7857', '15.7857', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 480, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20967, '2023-03-15', 2790, 18839, 6714, 30835, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20968, '2023-03-15', 2921, 18840, 6714, 27343, '3.0000', '4.1250', '4.1250', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20969, '2023-03-15', 2926, 18841, 6714, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20970, '2023-03-15', 2610, 18842, 6714, 3905, '1.0000', '5.0000', '5.0000', '7.0000', '7.0000', '47.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20971, '2023-03-15', 3098, 18843, 6714, 4393, '1.0000', '24.7600', '24.7600', '33.0000', '33.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20972, '2023-03-15', 3085, 18844, 6714, 28447, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20973, '2023-03-15', 2504, 18845, 6714, 30863, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20974, '2023-03-15', 2902, 18846, 6714, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '20.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20975, '2023-03-15', 2822, 18847, 6714, 30856, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20976, '2023-03-15', 2711, 18848, 6714, 30832, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20977, '2023-03-15', 3886, 18849, 6714, 30853, '6.0000', '9.4683', '9.4683', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20978, '2023-03-15', 2713, 18850, 6714, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20979, '2023-03-15', 2822, 18851, 6715, 30856, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20980, '2023-03-15', 2893, 18852, 6715, 29693, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20981, '2023-03-15', 2653, 18853, 6715, 28494, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20982, '2023-03-15', 3646, 18854, 6715, 15726, '6.0000', '1.1233', '1.1233', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20983, '2023-03-15', 2649, 18855, 6715, 30823, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20984, '2023-03-15', 2713, 18856, 6715, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20985, '2023-03-15', 2504, 18857, 6715, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20986, '2023-03-15', 3172, 18858, 6715, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20987, '2023-03-15', 2661, 18859, 6715, 29692, '4.0000', '0.2708', '0.2708', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20988, '2023-03-15', 2902, 18860, 6715, 30842, '2.0000', '6.7500', '6.7500', '9.0000', '9.0000', '18.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20989, '2023-03-15', 2952, 18861, 6715, 30802, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20990, '2023-03-15', 2647, 18862, 6715, 30859, '9.0000', '5.8093', '5.8093', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20991, '2023-03-15', 2920, 18863, 6716, 28512, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20992, '2023-03-15', 2920, 18863, 6716, 28994, '-1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20993, '2023-03-15', 2920, 18863, 6716, 30848, '5.0000', '4.5000', '4.5000', '5.5000', '5.5000', '19.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20994, '2023-03-15', 2499, 18864, 6716, 30826, '3.0000', '8.5200', '8.5200', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20995, '2023-03-15', 3311, 18865, 6717, 28479, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20996, '2023-03-15', 3311, 18865, 6717, 29458, '-2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20997, '2023-03-15', 3311, 18865, 6717, 29672, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20998, '2023-03-15', 3048, 18866, 6717, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '94.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20999, '2023-03-15', 2661, 18867, 6717, 29692, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '2.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21000, '2023-03-15', 2499, 18868, 6718, 30826, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21001, '2023-03-15', 2500, 18869, 6718, 30872, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21002, '2023-03-15', 2936, 18870, 6719, 29688, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21003, '2023-03-15', 2923, 18871, 6719, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21004, '2023-03-15', 2918, 18872, 6719, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21005, '2023-03-15', 2653, 18873, 6719, 28494, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21006, '2023-03-15', 2653, 18873, 6719, 29106, '-1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21007, '2023-03-15', 2653, 18873, 6719, 30253, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21008, '2023-03-15', 2922, 18874, 6719, 28515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21009, '2023-03-15', 2922, 18874, 6719, 28996, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21010, '2023-03-15', 2922, 18874, 6719, 30850, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21011, '2023-03-15', 3629, 18875, 6719, 14548, '5.0000', '0.2000', '0.2000', '1.0000', '1.0000', '92.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21012, '2023-03-15', 3060, 18876, 6719, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21013, '2023-03-15', 2711, 18877, 6719, 30832, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21014, '2023-03-15', 2951, 18878, 6720, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '21.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21015, '2023-03-15', 3048, 18879, 6720, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21016, '2023-03-15', 3784, 18880, 6720, 22855, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21017, '2023-03-16', 3074, 18881, 6721, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21018, '2023-03-16', 2713, 18882, 6722, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21019, '2023-03-16', 3233, 18883, 6722, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '5.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21020, '2023-03-16', 2483, 18884, 6722, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21021, '2023-03-16', 2749, 18885, 6722, 4849, '4.0000', '0.6900', '0.6900', '2.5000', '2.5000', '46.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21022, '2023-03-16', 3123, 18886, 6722, 30836, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21023, '2023-03-16', 3876, 18887, 6723, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '23.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21024, '2023-03-16', 2822, 18888, 6724, 30856, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21025, '2023-03-16', 2712, 18889, 6724, 30845, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21026, '2023-03-16', 3172, 18890, 6724, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21027, '2023-03-16', 2864, 18891, 6724, 29670, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21028, '2023-03-16', 2500, 18892, 6724, 30872, '2.0000', '10.8300', '10.8300', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21029, '2023-03-16', 3609, 18893, 6724, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '47.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21030, '2023-03-16', 3085, 18894, 6724, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21031, '2023-03-16', 3084, 18895, 6724, 17452, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21032, '2023-03-16', 2902, 18896, 6724, 30842, '5.0000', '6.7500', '6.7500', '9.0000', '9.0000', '13.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21033, '2023-03-16', 2517, 18897, 6724, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '16.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21034, '2023-03-16', 3048, 18898, 6724, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21035, '2023-03-16', 2713, 18899, 6724, 30830, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21036, '2023-03-16', 2952, 18900, 6724, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21037, '2023-03-16', 3256, 18901, 6725, 22837, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 394, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21038, '2023-03-16', 2647, 18902, 6726, 30859, '15.0000', '5.8093', '5.8093', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21039, '2023-03-16', 2661, 18903, 6726, 29692, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21040, '2023-03-16', 2661, 18903, 6726, 29853, '-5.0000', '0.2708', '0.2708', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21041, '2023-03-16', 2661, 18903, 6726, 30873, '8.0000', '0.3230', '0.3230', '0.5000', '0.5000', '92.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21042, '2023-03-16', 2534, 18904, 6726, 30843, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21043, '2023-03-16', 2951, 18905, 6726, 22794, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21044, '2023-03-16', 3123, 18906, 6727, 30836, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21045, '2023-03-16', 3015, 18907, 6727, 24526, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21046, '2023-03-16', 3886, 18908, 6727, 30853, '1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21047, '2023-03-16', 2901, 18909, 6727, 29723, '-1.0000', '15.7857', '15.7857', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21048, '2023-03-16', 2901, 18909, 6727, 30817, '3.0000', '14.2083', '14.2083', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21049, '2023-03-16', 2710, 18910, 6727, 28525, '2.0000', '5.4792', '5.4792', '7.5000', '7.5000', '16.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21050, '2023-03-16', 3483, 18911, 6727, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21051, '2023-03-16', 2677, 18912, 6727, 5445, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21052, '2023-03-16', 3620, 18913, 6727, 14534, '10.0000', '1.4166', '1.4166', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21053, '2023-03-16', 3172, 18914, 6727, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21054, '2023-03-16', 3085, 18915, 6727, 28447, '3.0000', '4.2500', '4.2500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21055, '2023-03-16', 2647, 18916, 6727, 30859, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21056, '2023-03-16', 3048, 18917, 6727, 29654, '15.0000', '0.8333', '0.8333', '1.5000', '1.5000', '75.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21057, '2023-03-16', 2712, 18918, 6727, 30845, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21058, '2023-03-16', 2504, 18919, 6728, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21059, '2023-03-16', 3172, 18920, 6728, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21060, '2023-03-16', 3483, 18921, 6728, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21061, '2023-03-16', 2699, 18922, 6728, 30809, '2.0000', '5.4000', '5.4000', '8.0000', '8.0000', '25.5000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21062, '2023-03-16', 2647, 18923, 6728, 30859, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21063, '2023-03-16', 3772, 18924, 6728, 28457, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21064, '2023-03-16', 3048, 18925, 6728, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '74.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21065, '2023-03-16', 2893, 18926, 6729, 29693, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 496, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21066, '2023-03-16', 2801, 18927, 6730, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21067, '2023-03-16', 2698, 18928, 6730, 30808, '2.0000', '5.4000', '5.4000', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21068, '2023-03-16', 2775, 18929, 6730, 4070, '1.0000', '11.1700', '11.1700', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21069, '2023-03-16', 2608, 18930, 6731, 27305, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '5.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21070, '2023-03-16', 2699, 18931, 6732, 30809, '10.0000', '5.4000', '5.4000', '8.0000', '8.0000', '15.5000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21071, '2023-03-16', 2608, 18932, 6732, 27305, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '4.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21072, '2023-03-16', 2699, 18933, 6733, 30809, '15.5000', '5.4000', '5.4000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21073, '2023-03-16', 2699, 18933, 6733, 31866, '0.5000', '5.4000', '5.4000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21074, '2023-03-16', 3262, 18934, 6733, 10020, '2.0000', '4.8700', '4.8700', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21075, '2023-03-16', 2801, 18935, 6733, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21076, '2023-03-16', 2901, 18936, 6733, 30817, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21077, '2023-03-16', 2700, 18937, 6734, 3995, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21078, '2023-03-16', 2698, 18938, 6734, 30808, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21079, '2023-03-16', 3133, 18939, 6735, 4428, '2.0000', '2.2400', '2.2400', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21080, '2023-03-16', 2746, 18940, 6735, 4041, '2.0000', '1.2900', '1.2900', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21081, '2023-03-16', 2991, 18941, 6736, 4286, '1.0000', '25.0300', '25.0300', '33.0000', '33.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21082, '2023-03-16', 3081, 18942, 6736, 16967, '-4.0000', '20.3500', '20.3500', '28.0000', '28.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21083, '2023-03-16', 3081, 18942, 6736, 17432, '5.0000', '19.7000', '19.7000', '28.0000', '28.0000', '43.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21084, '2023-03-16', 2494, 18943, 6736, 3789, '2.0000', '1.4100', '1.4100', '3.5000', '3.5000', '69.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21085, '2023-03-16', 3086, 18944, 6736, 27295, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21086, '2023-03-16', 3172, 18945, 6736, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21087, '2023-03-16', 3483, 18946, 6736, 19640, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21088, '2023-03-16', 2710, 18947, 6737, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '15.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21089, '2023-03-16', 3482, 18948, 6738, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21090, '2023-03-16', 3048, 18949, 6738, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21091, '2023-03-16', 3126, 18950, 6738, 29652, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21092, '2023-03-16', 3772, 18951, 6738, 28457, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21093, '2023-03-16', 2902, 18952, 6738, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '12.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21094, '2023-03-16', 3084, 18953, 6738, 17452, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21095, '2023-03-16', 3483, 18954, 6739, 19640, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21096, '2023-03-16', 3120, 18955, 6739, 29687, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21097, '2023-03-16', 2713, 18956, 6739, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21098, '2023-03-16', 2903, 18957, 6740, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21099, '2023-03-16', 2661, 18958, 6740, 30873, '4.0000', '0.3230', '0.3230', '0.5000', '0.5000', '88.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21100, '2023-03-16', 3048, 18959, 6740, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21101, '2023-03-16', 2712, 18960, 6740, 30845, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21102, '2023-03-16', 3120, 18961, 6741, 29687, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 493, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21103, '2023-03-16', 3120, 18961, 6741, 30089, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21104, '2023-03-16', 3120, 18962, 6742, 30089, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21105, '2023-03-16', 3120, 18962, 6742, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '35.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21106, '2023-03-16', 3311, 18963, 6743, 29672, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21107, '2023-03-16', 2950, 18964, 6744, 29679, '1.0000', '12.8800', '12.8800', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21108, '2023-03-16', 2893, 18965, 6744, 30874, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21109, '2023-03-16', 3483, 18966, 6744, 19640, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21110, '2023-03-16', 2903, 18967, 6744, 14463, '3.0000', '0.8357', '0.8357', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21111, '2023-03-16', 3048, 18968, 6744, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21112, '2023-03-16', 2661, 18969, 6744, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '86.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21113, '2023-03-16', 2712, 18970, 6745, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21114, '2023-03-16', 3047, 18971, 6745, 29653, '2.0000', '1.6700', '1.6700', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21115, '2023-03-16', 2876, 18972, 6746, 15685, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21116, '2023-03-16', 3048, 18973, 6746, 29654, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21117, '2023-03-16', 2712, 18974, 6746, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21118, '2023-03-16', 3483, 18975, 6746, 19640, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 382, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21119, '2023-03-16', 2508, 18976, 6747, 18555, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 364, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21120, '2023-03-16', 3483, 18977, 6747, 19663, '-58.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21121, '2023-03-16', 3483, 18977, 6747, 20711, '58.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21122, '2023-03-16', 3483, 18977, 6747, 21759, '-58.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21123, '2023-03-16', 3483, 18977, 6747, 22916, '-12.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21124, '2023-03-16', 3483, 18977, 6747, 24009, '72.0000', '0.8583', '0.8583', '1.5000', '1.5000', '96.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21125, '2023-03-16', 2712, 18978, 6747, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21126, '2023-03-16', 2712, 18979, 6748, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21127, '2023-03-16', 2927, 18980, 6748, 24022, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21128, '2023-03-16', 2918, 18981, 6748, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21129, '2023-03-16', 3060, 18982, 6749, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21130, '2023-03-16', 2642, 18983, 6750, 30825, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21131, '2023-03-16', 3120, 18984, 6751, 30875, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '33.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21132, '2023-03-16', 2653, 18985, 6751, 30857, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '66.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21133, '2023-03-16', 2918, 18986, 6752, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21134, '2023-03-16', 2901, 18987, 6753, 30817, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21135, '2023-03-16', 2699, 18988, 6754, 32002, '8.0000', '5.3200', '5.3200', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21136, '2023-03-16', 2649, 18989, 6755, 30823, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21137, '2023-03-16', 3120, 18990, 6755, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '32.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21138, '2023-03-16', 2661, 18991, 6755, 30873, '6.0000', '0.3230', '0.3230', '0.5000', '0.5000', '80.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21139, '2023-03-16', 3256, 18992, 6756, 24429, '-1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21140, '2023-03-16', 3256, 18992, 6756, 25496, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21141, '2023-03-16', 3256, 18992, 6756, 26563, '-1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21142, '2023-03-16', 3256, 18992, 6756, 28967, '-1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21143, '2023-03-16', 3256, 18992, 6756, 30841, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21144, '2023-03-16', 3126, 18993, 6756, 29652, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21145, '2023-03-16', 2504, 18994, 6757, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21146, '2023-03-16', 2499, 18995, 6757, 30826, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21147, '2023-03-16', 2661, 18996, 6758, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '78.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21148, '2023-03-16', 2699, 18997, 6759, 32002, '1.0000', '5.3200', '5.3200', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21149, '2023-03-16', 3612, 18998, 6760, 14508, '2.0000', '1.0416', '1.0416', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21150, '2023-03-16', 3608, 18999, 6760, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21151, '2023-03-16', 2916, 19000, 6761, 24866, '-4.0000', '35.4783', '35.4783', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21152, '2023-03-16', 2916, 19000, 6761, 25933, '4.0000', '35.4783', '35.4783', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21153, '2023-03-16', 2916, 19000, 6761, 27000, '-4.0000', '35.4783', '35.4783', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21154, '2023-03-16', 2916, 19000, 6761, 29657, '5.0000', '41.0231', '41.0231', '52.0000', '52.0000', '8.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21155, '2023-03-16', 3060, 19001, 6762, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21156, '2023-03-16', 2634, 19002, 6763, 28460, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21157, '2023-03-16', 3592, 19003, 6763, 15764, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21158, '2023-03-16', 2713, 19004, 6763, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21159, '2023-03-16', 2726, 19005, 6764, 28550, '2.0000', '12.7500', '12.7500', '25.0000', '25.0000', '77.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21160, '2023-03-16', 2759, 19006, 6764, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '12.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21161, '2023-03-16', 2661, 19007, 6765, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '76.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21162, '2023-03-16', 2653, 19008, 6766, 30857, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '64.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21163, '2023-03-16', 2653, 19009, 6767, 30857, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '58.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21164, '2023-03-16', 2713, 19010, 6768, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21165, '2023-03-16', 2982, 19011, 6768, 27544, '1.0000', '4.7500', '4.7500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21166, '2023-03-16', 3048, 19012, 6768, 29654, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21167, '2023-03-16', 2661, 19013, 6768, 30873, '1.0000', '0.3230', '0.3230', '0.5000', '0.5000', '75.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21168, '2023-03-16', 2634, 19014, 6769, 28460, '2.0000', '2.9583', '2.9583', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21169, '2023-03-16', 2653, 19015, 6770, 30857, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '54.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21170, '2023-03-16', 2712, 19016, 6771, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21171, '2023-03-16', 2712, 19017, 6772, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21172, '2023-03-16', 2650, 19018, 6773, 30824, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21173, '2023-03-16', 2661, 19019, 6774, 30873, '3.0000', '0.3230', '0.3230', '0.5000', '0.5000', '72.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21174, '2023-03-16', 3482, 19020, 6775, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21175, '2023-03-16', 3048, 19021, 6775, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '58.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21176, '2023-03-16', 3482, 19022, 6776, 24011, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21177, '2023-03-16', 3230, 19023, 6776, 31994, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21178, '2023-03-16', 3048, 19024, 6776, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '57.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21179, '2023-03-16', 2661, 19025, 6776, 30873, '1.0000', '0.3230', '0.3230', '0.5000', '0.5000', '71.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21180, '2023-03-16', 2918, 19026, 6776, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21181, '2023-03-16', 3060, 19027, 6777, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21182, '2023-03-16', 3060, 19028, 6778, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21183, '2023-03-16', 2649, 19029, 6778, 30823, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21184, '2023-03-16', 2922, 19030, 6779, 30850, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21185, '2023-03-16', 2649, 19031, 6780, 30823, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21186, '2023-03-16', 2949, 19032, 6780, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21187, '2023-03-16', 2790, 19033, 6780, 30835, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21188, '2023-03-16', 2951, 19034, 6781, 22794, '4.0000', '2.5500', '2.5500', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21189, '2023-03-16', 2661, 19035, 6781, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '69.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21190, '2023-03-17', 3085, 19036, 6782, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21191, '2023-03-17', 2789, 19037, 6782, 30827, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21192, '2023-03-17', 2534, 19038, 6783, 30843, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21193, '2023-03-17', 2507, 19039, 6783, 28499, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21194, '2023-03-17', 2661, 19040, 6783, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '67.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21195, '2023-03-17', 3048, 19041, 6784, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21196, '2023-03-17', 3060, 19042, 6784, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21197, '2023-03-17', 3114, 19043, 6784, 30833, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21198, '2023-03-17', 2712, 19044, 6785, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21199, '2023-03-17', 3048, 19045, 6785, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21200, '2023-03-17', 3644, 19046, 6785, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21201, '2023-03-17', 2893, 19047, 6786, 30874, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21202, '2023-03-17', 3120, 19048, 6786, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '31.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21203, '2023-03-17', 3048, 19049, 6786, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21204, '2023-03-17', 2822, 19050, 6786, 30856, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21205, '2023-03-17', 2930, 19051, 6786, 28519, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21206, '2023-03-17', 2534, 19052, 6787, 30843, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21207, '2023-03-17', 3120, 19053, 6787, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '30.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21208, '2023-03-17', 2822, 19054, 6787, 30856, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21209, '2023-03-17', 2712, 19055, 6788, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21210, '2023-03-17', 2699, 19056, 6789, 32002, '3.0000', '5.3200', '5.3200', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21211, '2023-03-17', 3786, 19057, 6790, 18543, '2.0000', '1.9167', '1.9167', '2.5000', '2.5000', '38.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21212, '2023-03-17', 3114, 19058, 6790, 30833, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21213, '2023-03-17', 2949, 19059, 6790, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21214, '2023-03-17', 2710, 19060, 6791, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '14.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21215, '2023-03-17', 3772, 19061, 6791, 28457, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21216, '2023-03-17', 2661, 19062, 6791, 30873, '1.0000', '0.3230', '0.3230', '0.5000', '0.5000', '66.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21217, '2023-03-17', 2661, 19063, 6792, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '64.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21218, '2023-03-17', 2642, 19064, 6793, 30825, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21219, '2023-03-17', 3086, 19065, 6793, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21220, '2023-03-17', 3254, 19066, 6794, 4549, '8.0000', '0.0800', '0.0800', '0.5000', '0.5000', '143.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21221, '2023-03-17', 3300, 19067, 6794, 4595, '8.0000', '0.1800', '0.1800', '0.7500', '0.7500', '2062.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21222, '2023-03-17', 2481, 19068, 6794, 5780, '1.0000', '19.2700', '19.2700', '43.0000', '43.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21223, '2023-03-17', 3888, 19069, 6795, 32005, '4.0000', '1.5340', '1.5340', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21224, '2023-03-17', 2502, 19070, 6796, 15674, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21225, '2023-03-17', 2982, 19071, 6797, 28450, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21226, '2023-03-17', 2922, 19072, 6797, 30850, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21227, '2023-03-17', 3811, 19073, 6798, 22812, '1.0000', '30.0000', '30.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21228, '2023-03-17', 3121, 19074, 6799, 29690, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 495, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21229, '2023-03-17', 2517, 19075, 6800, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '15.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21230, '2023-03-17', 3172, 19076, 6800, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21231, '2023-03-17', 2719, 19077, 6801, 27242, '3.0000', '0.7100', '0.7100', '2.0000', '2.0000', '23.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21232, '2023-03-17', 2749, 19078, 6801, 4849, '3.0000', '0.6900', '0.6900', '2.5000', '2.5000', '43.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21233, '2023-03-17', 2545, 19079, 6802, 3840, '1.0000', '18.0000', '18.0000', '25.0000', '25.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21234, '2023-03-17', 3048, 19080, 6803, 29654, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21235, '2023-03-17', 2713, 19081, 6803, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21236, '2023-03-17', 3048, 19082, 6804, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21237, '2023-03-17', 3772, 19083, 6805, 28457, '3.0000', '0.8458', '0.8458', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21238, '2023-03-17', 3592, 19084, 6806, 15764, '2.0000', '2.2500', '2.2500', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21239, '2023-03-17', 2936, 19085, 6806, 29688, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21240, '2023-03-17', 3114, 19086, 6807, 30833, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21241, '2023-03-17', 2710, 19087, 6807, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '13.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21242, '2023-03-17', 2713, 19088, 6808, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21243, '2023-03-17', 3074, 19089, 6808, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21244, '2023-03-17', 2712, 19090, 6809, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21245, '2023-03-17', 3172, 19091, 6810, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21246, '2023-03-17', 3027, 19092, 6811, 19334, '-1.0000', '8.3100', '8.3100', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21247, '2023-03-17', 3027, 19092, 6811, 23687, '2.0000', '8.3100', '8.3100', '12.0000', '12.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21248, '2023-03-17', 2661, 19093, 6812, 30873, '4.0000', '0.3230', '0.3230', '0.5000', '0.5000', '60.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21249, '2023-03-17', 2642, 19094, 6813, 30825, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21250, '2023-03-17', 3061, 19095, 6813, 23987, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21251, '2023-03-17', 3172, 19096, 6814, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21252, '2023-03-17', 2642, 19097, 6815, 30825, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21253, '2023-03-17', 2642, 19098, 6816, 30825, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21254, '2023-03-17', 2661, 19099, 6816, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '58.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21255, '2023-03-17', 2642, 19100, 6817, 30825, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21256, '2023-03-17', 3886, 19101, 6818, 30853, '2.0000', '9.4683', '9.4683', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21257, '2023-03-17', 2642, 19102, 6819, 30825, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21258, '2023-03-17', 2642, 19102, 6819, 30869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21259, '2023-03-17', 2649, 19103, 6819, 30823, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21260, '2023-03-17', 2952, 19104, 6820, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21261, '2023-03-17', 2713, 19105, 6821, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21262, '2023-03-17', 3172, 19106, 6822, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21263, '2023-03-17', 3482, 19107, 6822, 27817, '-3.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21264, '2023-03-17', 3482, 19107, 6822, 30171, '-1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21265, '2023-03-17', 3482, 19107, 6822, 30867, '6.0000', '1.2500', '1.2500', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21266, '2023-03-17', 3084, 19108, 6822, 17452, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21267, '2023-03-17', 2951, 19109, 6822, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21268, '2023-03-17', 3852, 19110, 6823, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21269, '2023-03-17', 3886, 19111, 6823, 30853, '1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21270, '2023-03-17', 2647, 19112, 6823, 30859, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21271, '2023-03-17', 3060, 19113, 6823, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21272, '2023-03-17', 2642, 19114, 6824, 30869, '5.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21273, '2023-03-17', 2649, 19115, 6824, 30823, '3.0000', '5.4167', '5.4167', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21274, '2023-03-17', 2936, 19116, 6825, 29688, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21275, '2023-03-17', 2922, 19117, 6825, 30850, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21276, '2023-03-17', 3084, 19118, 6825, 17452, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 344, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21277, '2023-03-17', 3231, 19119, 6825, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21278, '2023-03-17', 3646, 19120, 6825, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21279, '2023-03-17', 3060, 19121, 6826, 30837, '4.0000', '6.6254', '6.6254', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21280, '2023-03-17', 2650, 19122, 6827, 30824, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21281, '2023-03-17', 2642, 19123, 6827, 30869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21282, '2023-03-17', 2517, 19124, 6827, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '14.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21283, '2023-03-17', 3172, 19125, 6827, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21284, '2023-03-17', 2651, 19126, 6828, 29681, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21285, '2023-03-17', 2642, 19127, 6829, 30869, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21286, '2023-03-17', 2650, 19128, 6829, 30824, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21287, '2023-03-17', 3172, 19129, 6830, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21288, '2023-03-17', 3483, 19130, 6830, 4771, '-4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21289, '2023-03-17', 3483, 19130, 6830, 24009, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21290, '2023-03-17', 3085, 19131, 6830, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21291, '2023-03-17', 3048, 19132, 6830, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21292, '2023-03-17', 3641, 19133, 6831, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21293, '2023-03-18', 2642, 19134, 6832, 30869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21294, '2023-03-18', 2661, 19135, 6832, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '56.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21295, '2023-03-18', 3074, 19136, 6833, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21296, '2023-03-18', 2903, 19137, 6834, 14463, '1.0000', '0.8357', '0.8357', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21297, '2023-03-18', 3644, 19138, 6834, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21298, '2023-03-18', 2513, 19139, 6834, 3808, '1.0000', '1.4200', '1.4200', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21299, '2023-03-18', 3640, 19140, 6834, 14571, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21300, '2023-03-18', 2713, 19141, 6835, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21301, '2023-03-18', 2507, 19142, 6835, 28499, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21302, '2023-03-18', 3129, 19143, 6836, 4424, '1.0000', '6.0000', '6.0000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21303, '2023-03-18', 2747, 19144, 6836, 4042, '1.0000', '2.2900', '2.2900', '4.5000', '4.5000', '42.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21304, '2023-03-18', 2661, 19145, 6837, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '54.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21305, '2023-03-18', 3074, 19146, 6838, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21306, '2023-03-18', 2713, 19147, 6838, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21307, '2023-03-18', 2712, 19148, 6838, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21308, '2023-03-18', 2534, 19149, 6838, 30843, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21309, '2023-03-18', 3120, 19150, 6838, 30875, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '27.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21310, '2023-03-18', 2691, 19151, 6839, 3986, '3.0000', '5.3400', '5.3400', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21311, '2023-03-18', 3577, 19152, 6839, 13262, '1.0000', '26.3400', '26.3400', '35.0000', '35.0000', '8.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21312, '2023-03-18', 3048, 19153, 6840, 29654, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21313, '2023-03-18', 3483, 19154, 6840, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21314, '2023-03-18', 2661, 19155, 6841, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '52.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21315, '2023-03-18', 3231, 19156, 6842, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21316, '2023-03-18', 2893, 19157, 6842, 30874, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21317, '2023-03-18', 3114, 19158, 6842, 30833, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21318, '2023-03-18', 3048, 19159, 6842, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21319, '2023-03-18', 2710, 19160, 6842, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '12.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21320, '2023-03-18', 2524, 19161, 6842, 5121, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21321, '2023-03-18', 3086, 19162, 6843, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21322, '2023-03-18', 3074, 19163, 6843, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21323, '2023-03-18', 3644, 19164, 6843, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21324, '2023-03-18', 3183, 19165, 6844, 4478, '1.0000', '6.5600', '6.5600', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21325, '2023-03-18', 3183, 19165, 6844, 5008, '1.0000', '6.7600', '6.7600', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21326, '2023-03-18', 2643, 19166, 6845, 19646, '3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21327, '2023-03-18', 2643, 19167, 6846, 19646, '3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21328, '2023-03-18', 3172, 19168, 6847, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21329, '2023-03-18', 2643, 19169, 6848, 19646, '3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21330, '2023-03-18', 2643, 19170, 6849, 19646, '3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21331, '2023-03-18', 2643, 19171, 6850, 19646, '3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21332, '2023-03-18', 3172, 19172, 6851, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21333, '2023-03-18', 3060, 19173, 6852, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21334, '2023-03-18', 2653, 19174, 6853, 30857, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21335, '2023-03-18', 3085, 19175, 6853, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21336, '2023-03-18', 2643, 19176, 6854, 19646, '3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21337, '2023-03-18', 2643, 19177, 6855, 19646, '4.0000', '6.8900', '6.8900', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21338, '2023-03-18', 2643, 19178, 6856, 19646, '4.0000', '6.8900', '6.8900', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21339, '2023-03-18', 3172, 19179, 6856, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21340, '2023-03-18', 2649, 19180, 6857, 30823, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21341, '2023-03-18', 2649, 19181, 6858, 30823, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21342, '2023-03-18', 2651, 19182, 6859, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21343, '2023-03-18', 3061, 19183, 6859, 23987, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21344, '2023-03-18', 3060, 19184, 6860, 30837, '3.0000', '6.6254', '6.6254', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21345, '2023-03-18', 2653, 19185, 6860, 30857, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21346, '2023-03-18', 2930, 19186, 6860, 29660, '5.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21347, '2023-03-18', 2651, 19187, 6861, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21348, '2023-03-18', 2493, 19188, 6862, 3788, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21349, '2023-03-18', 3745, 19189, 6863, 17141, '3.0000', '4.0000', '4.0000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21350, '2023-03-18', 2502, 19190, 6863, 15674, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21351, '2023-03-18', 2644, 19191, 6864, 30822, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21352, '2023-03-18', 2661, 19192, 6864, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '50.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21353, '2023-03-18', 2822, 19193, 6865, 30856, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21354, '2023-03-18', 3256, 19194, 6866, 30841, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21355, '2023-03-18', 3847, 19195, 6867, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21356, '2023-03-18', 2822, 19196, 6868, 30856, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21357, '2023-03-18', 2919, 19197, 6869, 28513, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21358, '2023-03-18', 2920, 19198, 6870, 30848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '18.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21359, '2023-03-18', 2699, 19199, 6871, 32002, '2.0000', '5.3200', '5.3200', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21360, '2023-03-18', 2697, 19200, 6871, 5830, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21361, '2023-03-18', 3120, 19201, 6872, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '26.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21362, '2023-03-18', 2534, 19202, 6872, 30843, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21363, '2023-03-18', 2508, 19203, 6872, 24409, '-1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21364, '2023-03-18', 2508, 19203, 6872, 25476, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21365, '2023-03-18', 2508, 19203, 6872, 26543, '-1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21366, '2023-03-18', 2508, 19203, 6872, 30864, '2.0000', '8.5000', '8.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21367, '2023-03-18', 3048, 19204, 6873, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21368, '2023-03-18', 3060, 19205, 6873, 30837, '2.0000', '6.6254', '6.6254', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21369, '2023-03-18', 2950, 19206, 6873, 30840, '1.0000', '11.1700', '11.1700', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21370, '2023-03-18', 3074, 19207, 6873, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21371, '2023-03-18', 2653, 19208, 6873, 30857, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21372, '2023-03-18', 2642, 19209, 6873, 30869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21373, '2023-03-18', 2710, 19210, 6874, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21374, '2023-03-18', 2704, 19211, 6875, 3999, '6.0000', '0.1000', '0.1000', '0.5000', '0.5000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21375, '2023-03-18', 3187, 19212, 6876, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '8.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21376, '2023-03-18', 2951, 19213, 6877, 22794, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21377, '2023-03-18', 3482, 19214, 6877, 30867, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21378, '2023-03-18', 3172, 19215, 6877, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21379, '2023-03-18', 2651, 19216, 6878, 29681, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21380, '2023-03-18', 2642, 19217, 6879, 30869, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21381, '2023-03-18', 2651, 19218, 6880, 29681, '4.0000', '5.8333', '5.8333', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21382, '2023-03-18', 2713, 19219, 6881, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21383, '2023-03-18', 3847, 19220, 6882, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21384, '2023-03-18', 3187, 19221, 6883, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '6.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21385, '2023-03-18', 2917, 19222, 6884, 28490, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '8.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21386, '2023-03-18', 2650, 19223, 6884, 30824, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21387, '2023-03-18', 2653, 19224, 6885, 30857, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21388, '2023-03-18', 3646, 19225, 6885, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21389, '2023-03-18', 2661, 19226, 6885, 30873, '1.0000', '0.3230', '0.3230', '0.5000', '0.5000', '49.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21390, '2023-03-18', 2902, 19227, 6886, 30842, '2.0000', '6.7500', '6.7500', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21391, '2023-03-19', 3646, 19228, 6887, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21392, '2023-03-19', 3085, 19229, 6888, 28447, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21393, '2023-03-19', 2766, 19230, 6888, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '235.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21394, '2023-03-19', 2639, 19231, 6889, 3934, '1.0000', '1.1700', '1.1700', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21395, '2023-03-19', 3120, 19232, 6889, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '25.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21396, '2023-03-19', 3121, 19233, 6890, 29690, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 495, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21397, '2023-03-19', 3482, 19234, 6890, 30867, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21398, '2023-03-19', 2713, 19235, 6890, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21399, '2023-03-19', 3048, 19236, 6890, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21400, '2023-03-19', 2901, 19237, 6891, 30817, '2.0000', '14.2083', '14.2083', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21401, '2023-03-19', 3121, 19238, 6892, 29690, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 495, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21402, '2023-03-19', 2691, 19239, 6893, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21403, '2023-03-19', 3060, 19240, 6894, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21404, '2023-03-19', 2713, 19241, 6894, 30830, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21405, '2023-03-19', 3532, 19242, 6895, 4938, '1.0000', '245.0000', '245.0000', '327.0000', '327.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21406, '2023-03-19', 2661, 19243, 6895, 30873, '1.0000', '0.3230', '0.3230', '0.5000', '0.5000', '48.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21407, '2023-03-19', 3126, 19244, 6895, 29652, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 481, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21408, '2023-03-19', 2710, 19245, 6895, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21409, '2023-03-19', 2677, 19246, 6896, 5445, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21410, '2023-03-19', 3832, 19247, 6896, 23974, '1.0000', '1.8200', '1.8200', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21411, '2023-03-19', 2642, 19248, 6897, 30869, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21412, '2023-03-19', 3132, 19249, 6898, 4427, '2.0000', '1.5300', '1.5300', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21413, '2023-03-19', 3300, 19250, 6899, 4595, '2.0000', '0.1800', '0.1800', '0.7500', '0.7500', '2060.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21414, '2023-03-19', 3254, 19251, 6899, 4549, '2.0000', '0.0800', '0.0800', '0.5000', '0.5000', '141.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21415, '2023-03-19', 3172, 19252, 6900, 29671, '3.0000', '3.5419', '3.5419', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21416, '2023-03-19', 2713, 19253, 6900, 30844, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21417, '2023-03-19', 2649, 19254, 6901, 30823, '4.0000', '5.4167', '5.4167', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21418, '2023-03-19', 2650, 19255, 6901, 30824, '4.0000', '4.5833', '4.5833', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21419, '2023-03-19', 3886, 19256, 6902, 30853, '1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21420, '2023-03-19', 2698, 19257, 6902, 30808, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21421, '2023-03-19', 2713, 19258, 6903, 30844, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21422, '2023-03-19', 3874, 19259, 6903, 29662, '1.0000', '11.3333', '11.3333', '14.0000', '14.0000', '2.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21423, '2023-03-19', 3877, 19260, 6904, 30807, '1.0000', '141.6167', '141.6167', '185.0000', '185.0000', '2.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21424, '2023-03-19', 2901, 19261, 6904, 30817, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21425, '2023-03-19', 2926, 19262, 6905, 28521, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21426, '2023-03-19', 2936, 19263, 6905, 30136, '-2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21427, '2023-03-19', 2936, 19263, 6905, 30852, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21428, '2023-03-19', 3060, 19264, 6906, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21429, '2023-03-19', 2924, 19265, 6906, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21430, '2023-03-19', 2921, 19266, 6906, 27343, '3.0000', '4.1250', '4.1250', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21431, '2023-03-19', 3646, 19267, 6906, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21432, '2023-03-19', 3172, 19268, 6907, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21433, '2023-03-19', 2924, 19269, 6908, 29659, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21434, '2023-03-19', 3061, 19270, 6909, 23987, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21435, '2023-03-19', 2710, 19271, 6909, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21436, '2023-03-19', 2927, 19272, 6910, 24454, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21437, '2023-03-19', 2936, 19273, 6911, 30852, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21438, '2023-03-19', 2919, 19274, 6911, 28513, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21439, '2023-03-19', 2713, 19275, 6912, 30844, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21440, '2023-03-19', 3483, 19276, 6912, 24009, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21441, '2023-03-19', 2917, 19277, 6912, 28490, '3.0000', '9.7500', '9.7500', '14.0000', '14.0000', '5.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21442, '2023-03-19', 3172, 19278, 6913, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21443, '2023-03-19', 3483, 19279, 6913, 24009, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21444, '2023-03-19', 3784, 19280, 6913, 22855, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21445, '2023-03-19', 3084, 19281, 6913, 17656, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21446, '2023-03-19', 2661, 19282, 6914, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '46.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21447, '2023-03-19', 2917, 19283, 6914, 28490, '3.0000', '9.7500', '9.7500', '14.0000', '14.0000', '2.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21448, '2023-03-19', 3886, 19284, 6915, 30853, '2.0000', '9.4683', '9.4683', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21449, '2023-03-19', 3772, 19285, 6915, 28457, '4.0000', '0.8458', '0.8458', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21450, '2023-03-19', 2918, 19286, 6915, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21451, '2023-03-19', 2917, 19287, 6916, 28490, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21452, '2023-03-19', 3172, 19288, 6916, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21453, '2023-03-19', 2653, 19289, 6917, 30857, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21454, '2023-03-19', 3084, 19290, 6917, 18545, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21455, '2023-03-19', 3254, 19291, 6918, 4549, '2.0000', '0.0800', '0.0800', '0.5000', '0.5000', '139.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21456, '2023-03-19', 2517, 19292, 6918, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '13.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21457, '2023-03-19', 3886, 19293, 6919, 30853, '2.0000', '9.4683', '9.4683', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21458, '2023-03-19', 3048, 19294, 6919, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21459, '2023-03-19', 2661, 19295, 6919, 30873, '1.0000', '0.3230', '0.3230', '0.5000', '0.5000', '45.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21460, '2023-03-19', 2889, 19296, 6920, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21461, '2023-03-19', 3048, 19297, 6920, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21462, '2023-03-20', 2644, 19298, 6921, 30822, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21463, '2023-03-20', 3646, 19299, 6921, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21464, '2023-03-20', 2822, 19300, 6921, 30856, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21465, '2023-03-20', 2893, 19301, 6921, 30874, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21466, '2023-03-20', 2919, 19302, 6921, 28513, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21467, '2023-03-20', 3827, 19303, 6921, 22880, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21468, '2023-03-20', 2893, 19304, 6922, 30874, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21469, '2023-03-20', 3483, 19305, 6922, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '83.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21470, '2023-03-20', 2713, 19306, 6922, 30844, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21471, '2023-03-20', 2949, 19307, 6923, 28504, '1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21472, '2023-03-20', 2950, 19308, 6923, 30840, '1.0000', '11.1700', '11.1700', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21473, '2023-03-20', 3483, 19309, 6924, 24009, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21474, '2023-03-20', 3074, 19310, 6924, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21475, '2023-03-20', 3644, 19311, 6925, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21476, '2023-03-20', 3120, 19312, 6925, 30875, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21477, '2023-03-20', 2653, 19313, 6925, 30857, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21478, '2023-03-20', 3641, 19314, 6926, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21479, '2023-03-20', 3600, 19315, 6927, 14494, '2.0000', '2.2917', '2.2917', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21480, '2023-03-20', 2661, 19316, 6927, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '43.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21481, '2023-03-20', 2918, 19317, 6928, 14589, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21482, '2023-03-20', 2919, 19318, 6928, 28513, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21483, '2023-03-20', 2933, 19319, 6928, 24026, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21484, '2023-03-20', 2936, 19320, 6928, 30852, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21485, '2023-03-20', 2766, 19321, 6929, 4061, '2.0000', '1.3000', '1.3000', '2.0000', '2.0000', '233.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21486, '2023-03-20', 2902, 19322, 6930, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21487, '2023-03-20', 2710, 19323, 6931, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21488, '2023-03-20', 2713, 19324, 6931, 30844, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21489, '2023-03-20', 3300, 19325, 6932, 4595, '2.0000', '0.1800', '0.1800', '0.7500', '0.7500', '2058.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21490, '2023-03-20', 2651, 19326, 6933, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21491, '2023-03-20', 2713, 19327, 6933, 30844, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21492, '2023-03-20', 3048, 19328, 6933, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21493, '2023-03-20', 3120, 19329, 6933, 30875, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21494, '2023-03-20', 2809, 19330, 6933, 4104, '1.0000', '45.0000', '45.0000', '66.0000', '66.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21495, '2023-03-20', 3172, 19331, 6933, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21496, '2023-03-20', 2517, 19332, 6933, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '12.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21497, '2023-03-20', 2535, 19333, 6934, 3830, '2.0000', '3.2900', '3.2900', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21498, '2023-03-20', 2902, 19334, 6935, 30842, '2.0000', '6.7500', '6.7500', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21499, '2023-03-20', 3120, 19335, 6936, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21500, '2023-03-20', 2504, 19336, 6937, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21501, '2023-03-20', 2902, 19337, 6937, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21502, '2023-03-20', 2949, 19338, 6938, 28504, '2.0000', '6.4200', '6.4200', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21503, '2023-03-20', 2713, 19339, 6938, 30844, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21504, '2023-03-20', 3852, 19340, 6938, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21505, '2023-03-20', 3120, 19341, 6939, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21506, '2023-03-20', 3085, 19342, 6939, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21507, '2023-03-20', 3172, 19343, 6940, 29671, '2.0000', '3.5419', '3.5419', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21508, '2023-03-20', 3048, 19344, 6940, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21509, '2023-03-20', 2920, 19345, 6941, 30848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '17.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21510, '2023-03-20', 2713, 19346, 6942, 30844, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21511, '2023-03-20', 2790, 19347, 6943, 30835, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21512, '2023-03-20', 2713, 19348, 6944, 30844, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 514, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21513, '2023-03-20', 2713, 19349, 6945, 31405, '-2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21514, '2023-03-20', 2713, 19349, 6945, 32001, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21515, '2023-03-20', 2710, 19350, 6946, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21516, '2023-03-20', 3847, 19351, 6946, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21517, '2023-03-20', 2645, 19352, 6947, 30854, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21518, '2023-03-20', 3592, 19353, 6947, 15764, '2.0000', '2.2500', '2.2500', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21519, '2023-03-20', 3646, 19354, 6948, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21520, '2023-03-20', 2645, 19355, 6949, 31268, '-1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21521, '2023-03-20', 2645, 19355, 6949, 32012, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21522, '2023-03-20', 2651, 19356, 6950, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21523, '2023-03-20', 2645, 19357, 6950, 32012, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21524, '2023-03-20', 3646, 19358, 6951, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21525, '2023-03-20', 2661, 19359, 6952, 30873, '6.0000', '0.3230', '0.3230', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21526, '2023-03-20', 3311, 19360, 6952, 29672, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21527, '2023-03-20', 2645, 19361, 6953, 32012, '10.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21528, '2023-03-20', 2645, 19362, 6954, 32012, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21529, '2023-03-20', 3608, 19363, 6955, 14504, '4.0000', '0.5000', '0.5000', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21530, '2023-03-20', 3646, 19364, 6956, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21531, '2023-03-20', 3825, 19365, 6957, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21532, '2023-03-20', 3879, 19366, 6958, 30805, '1.0000', '159.4667', '159.4667', '200.0000', '200.0000', '0.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21533, '2023-03-20', 3878, 19367, 6958, 30804, '1.0000', '222.7000', '222.7000', '278.0000', '278.0000', '1.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21534, '2023-03-20', 2699, 19368, 6958, 32002, '7.0000', '5.3200', '5.3200', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21535, '2023-03-20', 2901, 19369, 6958, 30817, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21536, '2023-03-20', 2801, 19370, 6958, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21537, '2023-03-20', 2801, 19371, 6959, 4809, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 47, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21538, '2023-03-20', 2713, 19372, 6960, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21539, '2023-03-20', 3483, 19373, 6960, 24009, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '76.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21540, '2023-03-20', 2713, 19374, 6961, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21541, '2023-03-20', 3048, 19375, 6961, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21542, '2023-03-20', 3048, 19376, 6962, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21543, '2023-03-20', 2661, 19377, 6962, 30873, '1.0000', '0.3230', '0.3230', '0.5000', '0.5000', '36.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21544, '2023-03-21', 3231, 19378, 6963, 15786, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 304, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21545, '2023-03-21', 2500, 19379, 6964, 30872, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21546, '2023-03-21', 2483, 19380, 6965, 5747, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21547, '2023-03-21', 2661, 19381, 6966, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '34.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21548, '2023-03-21', 2801, 19382, 6966, 4893, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21549, '2023-03-21', 2532, 19383, 6966, 3827, '2.0000', '4.5900', '4.5900', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21550, '2023-03-21', 3085, 19384, 6967, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21551, '2023-03-21', 3074, 19385, 6968, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21552, '2023-03-21', 2653, 19386, 6968, 30857, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21553, '2023-03-21', 2790, 19387, 6969, 30835, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21554, '2023-03-21', 2713, 19388, 6970, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21555, '2023-03-21', 3483, 19389, 6970, 24009, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21556, '2023-03-21', 3074, 19390, 6970, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21557, '2023-03-21', 3646, 19391, 6970, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21558, '2023-03-21', 2712, 19392, 6971, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21559, '2023-03-21', 3847, 19393, 6972, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21560, '2023-03-21', 3074, 19394, 6973, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21561, '2023-03-21', 2901, 19395, 6974, 30817, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21562, '2023-03-21', 3074, 19396, 6975, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21563, '2023-03-21', 3600, 19397, 6975, 14494, '2.0000', '2.2917', '2.2917', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21564, '2023-03-21', 3084, 19398, 6975, 18545, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21565, '2023-03-21', 3187, 19399, 6976, 27270, '1.0000', '0.7143', '0.7143', '1.2500', '1.2500', '5.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21566, '2023-03-21', 3641, 19400, 6976, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21567, '2023-03-21', 3074, 19401, 6976, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21568, '2023-03-21', 3061, 19402, 6976, 23987, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21569, '2023-03-21', 2647, 19403, 6976, 30859, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21570, '2023-03-21', 2648, 19404, 6976, 32016, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '46.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21571, '2023-03-21', 2711, 19405, 6976, 30832, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21572, '2023-03-21', 2699, 19406, 6976, 32002, '2.0000', '5.3200', '5.3200', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21573, '2023-03-21', 2901, 19407, 6976, 30817, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21574, '2023-03-21', 2923, 19408, 6976, 28516, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21575, '2023-03-21', 2921, 19409, 6976, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21576, '2023-03-21', 3592, 19410, 6976, 15764, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21577, '2023-03-21', 2922, 19411, 6976, 30850, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21578, '2023-03-21', 2951, 19412, 6976, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21579, '2023-03-21', 2661, 19413, 6976, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '32.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21580, '2023-03-21', 3114, 19414, 6977, 30833, '4.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21581, '2023-03-21', 2822, 19415, 6977, 30856, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21582, '2023-03-21', 3646, 19416, 6978, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21583, '2023-03-21', 2982, 19417, 6978, 28450, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21584, '2023-03-21', 3172, 19418, 6979, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21585, '2023-03-21', 2517, 19419, 6979, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '11.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21586, '2023-03-21', 2645, 19420, 6980, 32012, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21587, '2023-03-21', 2713, 19421, 6981, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21588, '2023-03-21', 3048, 19422, 6981, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21589, '2023-03-21', 3483, 19423, 6981, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21590, '2023-03-21', 2699, 19424, 6982, 32002, '1.0000', '5.3200', '5.3200', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21591, '2023-03-21', 2698, 19425, 6982, 30808, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21592, '2023-03-21', 3120, 19426, 6983, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21593, '2023-03-21', 2936, 19427, 6983, 30852, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21594, '2023-03-21', 2645, 19428, 6984, 32012, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21595, '2023-03-21', 2646, 19429, 6985, 30855, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21596, '2023-03-21', 2646, 19429, 6985, 31270, '-1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21597, '2023-03-21', 2646, 19429, 6985, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '58.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21598, '2023-03-21', 2534, 19430, 6985, 30843, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21599, '2023-03-21', 3542, 19431, 6986, 4953, '1.0000', '45.6000', '45.6000', '61.0000', '61.0000', '4.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21600, '2023-03-21', 2567, 19432, 6986, 3862, '1.0000', '6.3700', '6.3700', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21601, '2023-03-21', 2634, 19433, 6986, 28460, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21602, '2023-03-21', 3048, 19434, 6986, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21603, '2023-03-21', 2923, 19435, 6987, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21604, '2023-03-21', 2713, 19436, 6988, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21605, '2023-03-21', 2645, 19437, 6989, 32014, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21606, '2023-03-21', 2713, 19438, 6990, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21607, '2023-03-21', 2711, 19439, 6991, 30832, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21608, '2023-03-21', 2646, 19440, 6992, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '56.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21609, '2023-03-21', 3120, 19441, 6993, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21610, '2023-03-21', 3609, 19442, 6993, 14506, '3.0000', '0.3871', '0.3871', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21611, '2023-03-21', 2646, 19443, 6994, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '54.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21612, '2023-03-21', 2920, 19444, 6995, 30848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '16.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21613, '2023-03-21', 2923, 19445, 6995, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21614, '2023-03-21', 2646, 19446, 6996, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '52.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21615, '2023-03-21', 2996, 19447, 6997, 4829, '1.0000', '5.0000', '5.0000', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21616, '2023-03-21', 3060, 19448, 6998, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21617, '2023-03-21', 2646, 19449, 6998, 32017, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '51.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21618, '2023-03-21', 2646, 19450, 6999, 32017, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '50.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21619, '2023-03-21', 2645, 19451, 6999, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '68.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21620, '2023-03-21', 2505, 19452, 7000, 9886, '1.0000', '2.8333', '2.8333', '5.5000', '5.5000', '3.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21621, '2023-03-22', 3609, 19453, 7001, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21622, '2023-03-22', 3483, 19454, 7002, 24009, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21623, '2023-03-22', 3120, 19455, 7002, 30875, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21624, '2023-03-22', 2926, 19456, 7002, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21625, '2023-03-22', 2924, 19457, 7002, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21626, '2023-03-22', 2923, 19458, 7002, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21627, '2023-03-22', 2919, 19459, 7002, 28513, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21628, '2023-03-22', 2933, 19460, 7002, 24026, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21629, '2023-03-22', 3120, 19461, 7003, 30875, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21630, '2023-03-22', 3114, 19462, 7003, 30833, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21631, '2023-03-22', 3827, 19463, 7003, 22880, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21632, '2023-03-22', 2642, 19464, 7003, 30869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21633, '2023-03-22', 3085, 19465, 7004, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21634, '2023-03-22', 2699, 19466, 7005, 32002, '8.0000', '5.3200', '5.3200', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21635, '2023-03-22', 3187, 19467, 7005, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '3.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21636, '2023-03-22', 2713, 19468, 7006, 32001, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21637, '2023-03-22', 3048, 19469, 7006, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21638, '2023-03-22', 3483, 19470, 7006, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '69.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21639, '2023-03-22', 2534, 19471, 7007, 30843, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21640, '2023-03-22', 3114, 19472, 7007, 30833, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21641, '2023-03-22', 2712, 19473, 7008, 30877, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21642, '2023-03-22', 2916, 19474, 7009, 29657, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '7.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21643, '2023-03-22', 2661, 19475, 7010, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '30.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21644, '2023-03-22', 2713, 19476, 7011, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21645, '2023-03-22', 3048, 19477, 7012, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21646, '2023-03-22', 3772, 19478, 7013, 28457, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21647, '2023-03-22', 2713, 19479, 7014, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21648, '2023-03-22', 3242, 19480, 7015, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21649, '2023-03-22', 2711, 19481, 7016, 30832, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21650, '2023-03-22', 2661, 19482, 7017, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '28.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21651, '2023-03-22', 2822, 19483, 7018, 30856, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21652, '2023-03-22', 2644, 19484, 7019, 30822, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 505, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21653, '2023-03-22', 2713, 19485, 7020, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21654, '2023-03-22', 2645, 19486, 7021, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '66.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21655, '2023-03-22', 3061, 19487, 7022, 23987, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 414, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21656, '2023-03-22', 3061, 19487, 7022, 27449, '-1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21657, '2023-03-22', 3061, 19487, 7022, 28497, '2.0000', '2.8208', '2.8208', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21658, '2023-03-22', 2644, 19488, 7022, 30858, '3.0000', '3.9800', '3.9800', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21659, '2023-03-22', 2642, 19489, 7023, 30869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21660, '2023-03-22', 2951, 19490, 7023, 22794, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21661, '2023-03-22', 3172, 19491, 7024, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21662, '2023-03-22', 2711, 19492, 7024, 30832, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21663, '2023-03-22', 3641, 19493, 7024, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21664, '2023-03-22', 2918, 19494, 7025, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21665, '2023-03-22', 2934, 19495, 7026, 4229, '4.0000', '3.7500', '3.7500', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21666, '2023-03-22', 2927, 19496, 7026, 25521, '-1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21667, '2023-03-22', 2927, 19496, 7026, 26588, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21668, '2023-03-22', 2927, 19496, 7026, 27346, '12.0000', '1.8750', '1.8750', '2.5000', '2.5000', '36.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21669, '2023-03-22', 2651, 19497, 7027, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21670, '2023-03-22', 2902, 19498, 7027, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21671, '2023-03-22', 3784, 19499, 7028, 22855, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21672, '2023-03-22', 2661, 19500, 7028, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '26.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21673, '2023-03-22', 3646, 19501, 7028, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21674, '2023-03-22', 3612, 19502, 7028, 14508, '1.0000', '1.0416', '1.0416', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21675, '2023-03-22', 2918, 19503, 7029, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21676, '2023-03-22', 2646, 19504, 7030, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '48.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21677, '2023-03-22', 2646, 19505, 7031, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '46.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21678, '2023-03-22', 2646, 19506, 7032, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '44.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21679, '2023-03-22', 2708, 19507, 7033, 4003, '2.0000', '8.0000', '8.0000', '11.0000', '11.0000', '8.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21680, '2023-03-22', 3172, 19508, 7034, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21681, '2023-03-22', 2710, 19509, 7035, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21682, '2023-03-22', 2645, 19510, 7035, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21683, '2023-03-23', 3085, 19511, 7036, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21684, '2023-03-23', 2712, 19512, 7037, 32011, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21685, '2023-03-23', 2713, 19513, 7037, 32001, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21686, '2023-03-23', 2982, 19514, 7038, 28450, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21687, '2023-03-23', 3114, 19515, 7038, 30833, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21688, '2023-03-23', 3048, 19516, 7038, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21689, '2023-03-23', 3499, 19517, 7038, 4905, '1.0000', '29.0000', '29.0000', '40.0000', '40.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21690, '2023-03-23', 3048, 19518, 7039, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21691, '2023-03-23', 3121, 19519, 7039, 29690, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 495, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21692, '2023-03-23', 3483, 19520, 7039, 24009, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21693, '2023-03-23', 3212, 19521, 7039, 27289, '2.0000', '3.9722', '3.9722', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21694, '2023-03-23', 2653, 19522, 7040, 30857, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21695, '2023-03-23', 3048, 19523, 7040, 29654, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21696, '2023-03-23', 2534, 19524, 7040, 30843, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21697, '2023-03-23', 2534, 19524, 7040, 30870, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21698, '2023-03-23', 2713, 19525, 7040, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21699, '2023-03-23', 3827, 19526, 7041, 22880, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21700, '2023-03-23', 2952, 19527, 7042, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21701, '2023-03-23', 3120, 19528, 7043, 30875, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21702, '2023-03-23', 3114, 19529, 7043, 30833, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21703, '2023-03-23', 3483, 19530, 7043, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21704, '2023-03-23', 3625, 19531, 7044, 14543, '2.0000', '0.9500', '0.9500', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21705, '2023-03-23', 2790, 19532, 7044, 30835, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21706, '2023-03-23', 2712, 19533, 7044, 32011, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21707, '2023-03-23', 3620, 19534, 7044, 14534, '4.0000', '1.4166', '1.4166', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21708, '2023-03-23', 2901, 19535, 7045, 30817, '2.0000', '14.2083', '14.2083', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21709, '2023-03-23', 3123, 19536, 7046, 30836, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21710, '2023-03-23', 2737, 19537, 7047, 4032, '1.0000', '5.2500', '5.2500', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21711, '2023-03-23', 2713, 19538, 7047, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21712, '2023-03-23', 3123, 19539, 7048, 30836, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21713, '2023-03-23', 2661, 19540, 7049, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '24.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21714, '2023-03-23', 2504, 19541, 7050, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21715, '2023-03-23', 2923, 19542, 7051, 28516, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21716, '2023-03-23', 2920, 19543, 7051, 30848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '15.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21717, '2023-03-23', 2645, 19544, 7052, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '63.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21718, '2023-03-23', 3256, 19545, 7053, 30841, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21719, '2023-03-23', 2710, 19546, 7054, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21720, '2023-03-23', 2710, 19547, 7055, 28525, '2.0000', '5.4792', '5.4792', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21721, '2023-03-23', 2644, 19548, 7056, 30858, '3.0000', '3.9800', '3.9800', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21722, '2023-03-23', 2713, 19549, 7057, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21723, '2023-03-23', 2645, 19550, 7058, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21724, '2023-03-23', 3172, 19551, 7059, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21725, '2023-03-23', 2645, 19552, 7059, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21726, '2023-03-23', 2645, 19553, 7060, 32014, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21727, '2023-03-23', 2901, 19554, 7061, 30817, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21728, '2023-03-23', 2920, 19555, 7062, 30848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '14.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21729, '2023-03-23', 2502, 19556, 7063, 15674, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21730, '2023-03-23', 3182, 19557, 7063, 27259, '1.0000', '7.0200', '7.0200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 438, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21731, '2023-03-23', 2916, 19558, 7064, 29657, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '6.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21732, '2023-03-23', 2934, 19559, 7065, 4229, '2.0000', '3.7500', '3.7500', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21733, '2023-03-23', 2919, 19560, 7065, 28513, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21734, '2023-03-23', 2646, 19561, 7066, 32017, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '40.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21735, '2023-03-23', 3085, 19562, 7066, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21736, '2023-03-23', 3483, 19563, 7067, 4771, '-6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21737, '2023-03-23', 3483, 19563, 7067, 24009, '7.0000', '0.8583', '0.8583', '1.5000', '1.5000', '58.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21738, '2023-03-23', 3889, 19564, 7068, 32045, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '10.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21739, '2023-03-23', 3015, 19565, 7068, 24526, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21740, '2023-03-23', 3048, 19566, 7068, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21741, '2023-03-23', 2901, 19567, 7069, 30817, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 500, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21742, '2023-03-23', 2645, 19568, 7070, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '54.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21743, '2023-03-23', 2644, 19569, 7071, 30858, '3.0000', '3.9800', '3.9800', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21744, '2023-03-23', 2924, 19570, 7072, 29659, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21745, '2023-03-23', 2568, 19571, 7073, 3863, '1.0000', '4.3300', '4.3300', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21746, '2023-03-23', 3595, 19572, 7073, 14483, '1.0000', '4.3900', '4.3900', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 252, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21747, '2023-03-23', 3169, 19573, 7073, 6598, '-1.0000', '208.1900', '208.1900', '290.0000', '290.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21748, '2023-03-23', 3169, 19573, 7073, 13184, '2.0000', '214.2300', '214.2300', '290.0000', '290.0000', '0.0000', 1, 0, NULL, 178, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21749, '2023-03-23', 2711, 19574, 7074, 30832, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21750, '2023-03-23', 2713, 19575, 7075, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21751, '2023-03-23', 3086, 19576, 7076, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21752, '2023-03-23', 2645, 19577, 7077, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21753, '2023-03-23', 2645, 19578, 7078, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21754, '2023-03-23', 2645, 19579, 7079, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '51.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21755, '2023-03-23', 2653, 19580, 7079, 30857, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21756, '2023-03-23', 3483, 19581, 7080, 24009, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21757, '2023-03-23', 2661, 19582, 7081, 30873, '4.0000', '0.3230', '0.3230', '0.5000', '0.5000', '20.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21758, '2023-03-23', 2645, 19583, 7082, 32014, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21759, '2023-03-23', 3114, 19584, 7083, 30833, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21760, '2023-03-23', 2661, 19585, 7083, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '18.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21761, '2023-03-23', 2936, 19586, 7084, 30852, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21762, '2023-03-23', 2922, 19587, 7084, 30850, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21763, '2023-03-23', 2920, 19588, 7084, 30848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '13.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21764, '2023-03-23', 2711, 19589, 7085, 30832, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21765, '2023-03-24', 3212, 19590, 7086, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21766, '2023-03-24', 3086, 19591, 7087, 27295, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21767, '2023-03-24', 2712, 19592, 7087, 32011, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21768, '2023-03-24', 3646, 19593, 7087, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '76.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21769, '2023-03-24', 3641, 19594, 7087, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21770, '2023-03-24', 3537, 19595, 7088, 4948, '1.0000', '14.7250', '14.7250', '22.0000', '22.0000', '0.0000', 1, 0, NULL, 63, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21771, '2023-03-24', 3212, 19596, 7089, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21772, '2023-03-24', 3483, 19597, 7089, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21773, '2023-03-24', 2713, 19598, 7090, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21774, '2023-03-24', 3483, 19599, 7090, 24009, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21775, '2023-03-24', 3120, 19600, 7091, 30875, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21776, '2023-03-24', 3212, 19601, 7091, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21777, '2023-03-24', 3074, 19602, 7091, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21778, '2023-03-24', 2534, 19603, 7092, 30870, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21779, '2023-03-24', 3085, 19604, 7093, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21780, '2023-03-24', 2661, 19605, 7093, 30873, '1.0000', '0.3230', '0.3230', '0.5000', '0.5000', '17.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21781, '2023-03-24', 2661, 19606, 7094, 30873, '10.0000', '0.3230', '0.3230', '0.5000', '0.5000', '7.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21782, '2023-03-24', 2936, 19607, 7095, 30852, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21783, '2023-03-24', 3062, 19608, 7096, 32020, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21784, '2023-03-24', 2646, 19609, 7097, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21785, '2023-03-24', 2634, 19610, 7098, 28460, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21786, '2023-03-24', 3256, 19611, 7098, 30841, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21787, '2023-03-24', 2698, 19612, 7099, 30808, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21788, '2023-03-24', 2926, 19613, 7100, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21789, '2023-03-24', 2923, 19614, 7100, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21790, '2023-03-24', 2661, 19615, 7101, 30873, '3.0000', '0.3230', '0.3230', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21791, '2023-03-24', 3483, 19616, 7102, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21792, '2023-03-24', 2644, 19617, 7103, 30858, '3.0000', '3.9800', '3.9800', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21793, '2023-03-24', 2950, 19618, 7104, 30840, '1.0000', '11.1700', '11.1700', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21794, '2023-03-24', 3084, 19619, 7105, 18545, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21795, '2023-03-24', 2962, 19620, 7106, 4257, '1.0000', '7.9000', '7.9000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21796, '2023-03-24', 2949, 19621, 7106, 28504, '2.0000', '6.4200', '6.4200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 469, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21797, '2023-03-24', 2949, 19621, 7106, 28711, '-1.0000', '6.4200', '6.4200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21798, '2023-03-24', 2949, 19621, 7106, 32027, '2.0000', '6.1700', '6.1700', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21799, '2023-03-24', 3329, 19622, 7107, 4826, '2.0000', '7.6500', '7.6500', '16.0000', '16.0000', '17.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21800, '2023-03-24', 3889, 19623, 7107, 32045, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21801, '2023-03-24', 2922, 19624, 7108, 30850, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21802, '2023-03-24', 2950, 19625, 7108, 30840, '1.0000', '11.1700', '11.1700', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21803, '2023-03-24', 3074, 19626, 7109, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21804, '2023-03-24', 2713, 19627, 7110, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21805, '2023-03-24', 3172, 19628, 7110, 29671, '1.0000', '3.5419', '3.5419', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21806, '2023-03-24', 3048, 19629, 7110, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21807, '2023-03-24', 3876, 19630, 7111, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '22.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21808, '2023-03-24', 2504, 19631, 7112, 30863, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21809, '2023-03-24', 3074, 19632, 7113, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21810, '2023-03-24', 2649, 19633, 7114, 30823, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21811, '2023-03-24', 2649, 19633, 7114, 32025, '3.0000', '5.4167', '5.4167', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21812, '2023-03-24', 2934, 19634, 7115, 4229, '7.0000', '3.7500', '3.7500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21813, '2023-03-24', 2934, 19634, 7115, 4732, '1.0000', '3.7500', '3.7500', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21814, '2023-03-24', 3048, 19635, 7115, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21815, '2023-03-24', 2919, 19636, 7115, 28513, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21816, '2023-03-24', 3852, 19637, 7115, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21817, '2023-03-24', 3114, 19638, 7116, 30833, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21818, '2023-03-24', 2645, 19639, 7116, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21819, '2023-03-24', 2645, 19640, 7117, 32014, '5.0000', '8.3496', '8.3496', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21820, '2023-03-24', 2661, 19641, 7118, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '2.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21821, '2023-03-24', 2710, 19642, 7119, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21822, '2023-03-24', 3182, 19643, 7119, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '11.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21823, '2023-03-24', 3074, 19644, 7119, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21824, '2023-03-24', 3074, 19645, 7120, 30834, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 509, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21825, '2023-03-24', 3889, 19646, 7121, 32045, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21826, '2023-03-24', 2902, 19647, 7122, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21827, '2023-03-24', 2710, 19648, 7122, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21828, '2023-03-24', 2853, 19649, 7123, 4148, '1.0000', '2.7800', '2.7800', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21829, '2023-03-24', 2647, 19650, 7124, 30859, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21830, '2023-03-24', 2647, 19651, 7125, 30859, '2.0000', '5.8093', '5.8093', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21831, '2023-03-24', 2646, 19652, 7126, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21832, '2023-03-24', 2649, 19653, 7127, 32025, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21833, '2023-03-24', 3101, 19654, 7128, 4396, '1.0000', '6.8700', '6.8700', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21834, '2023-03-24', 2646, 19655, 7129, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21835, '2023-03-24', 2927, 19656, 7130, 27346, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21836, '2023-03-24', 2918, 19657, 7130, 14589, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21837, '2023-03-24', 2920, 19658, 7130, 30848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '12.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21838, '2023-03-24', 3479, 19659, 7130, 4731, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21839, '2023-03-24', 2710, 19660, 7131, 28525, '1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 473, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21840, '2023-03-24', 3641, 19661, 7131, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21841, '2023-03-24', 3085, 19662, 7132, 28447, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21842, '2023-03-24', 2645, 19663, 7133, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21843, '2023-03-24', 2648, 19664, 7134, 32016, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21844, '2023-03-24', 2710, 19665, 7135, 30121, '-1.0000', '5.4792', '5.4792', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21845, '2023-03-24', 2710, 19665, 7135, 30879, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21846, '2023-03-24', 2711, 19666, 7135, 30832, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21847, '2023-03-24', 2661, 19667, 7135, 30873, '2.0000', '0.3230', '0.3230', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21848, '2023-03-24', 2950, 19668, 7136, 30840, '1.0000', '11.1700', '11.1700', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21849, '2023-03-24', 3061, 19669, 7137, 28497, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21850, '2023-03-24', 2923, 19670, 7138, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21851, '2023-03-25', 3772, 19671, 7139, 28457, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21852, '2023-03-25', 2661, 19672, 7139, 31040, '-18.0000', '0.3230', '0.3230', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21853, '2023-03-25', 2661, 19672, 7139, 32008, '20.0000', '0.2833', '0.2833', '0.5000', '0.5000', '40.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21854, '2023-03-25', 2661, 19673, 7140, 32008, '2.0000', '0.2833', '0.2833', '0.5000', '0.5000', '38.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21855, '2023-03-25', 2642, 19674, 7141, 30869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21856, '2023-03-25', 3187, 19675, 7142, 27270, '1.0000', '0.7143', '0.7143', '1.2500', '1.2500', '2.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21857, '2023-03-25', 3123, 19676, 7143, 30836, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21858, '2023-03-25', 2933, 19677, 7144, 24026, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21859, '2023-03-25', 2927, 19678, 7144, 27346, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21860, '2023-03-25', 2644, 19679, 7145, 30858, '3.0000', '3.9800', '3.9800', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21861, '2023-03-25', 2645, 19680, 7146, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21862, '2023-03-25', 2642, 19681, 7146, 30869, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21863, '2023-03-25', 3538, 19682, 7147, 5270, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21864, '2023-03-25', 3187, 19683, 7147, 27270, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21865, '2023-03-25', 3256, 19684, 7148, 30841, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21866, '2023-03-25', 2634, 19685, 7148, 28460, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21867, '2023-03-25', 2713, 19686, 7149, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21868, '2023-03-25', 2902, 19687, 7150, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21869, '2023-03-25', 2651, 19688, 7150, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21870, '2023-03-25', 3852, 19689, 7150, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21871, '2023-03-25', 2504, 19690, 7151, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21872, '2023-03-25', 2710, 19691, 7151, 30879, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21873, '2023-03-25', 2890, 19692, 7151, 29109, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21874, '2023-03-25', 2653, 19693, 7152, 30857, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21875, '2023-03-25', 2535, 19694, 7153, 3830, '2.0000', '3.2900', '3.2900', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21876, '2023-03-25', 2537, 19695, 7153, 6519, '-1.0000', '6.5900', '6.5900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21877, '2023-03-25', 2537, 19695, 7153, 8443, '3.0000', '6.5900', '6.5900', '10.0000', '10.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21878, '2023-03-25', 2646, 19696, 7154, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21879, '2023-03-25', 3786, 19697, 7154, 18543, '1.0000', '1.9167', '1.9167', '2.5000', '2.5000', '37.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21880, '2023-03-25', 2646, 19698, 7155, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21881, '2023-03-25', 2712, 19699, 7156, 32011, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21882, '2023-03-25', 3483, 19700, 7156, 24009, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21883, '2023-03-25', 2645, 19701, 7157, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21884, '2023-03-25', 2901, 19702, 7157, 30909, '-1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21885, '2023-03-25', 2901, 19702, 7157, 32003, '2.0000', '13.8966', '13.8966', '18.0000', '18.0000', '17.0000', 1, 0, NULL, 529, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21886, '2023-03-25', 2757, 19703, 7158, 5073, '1.0000', '3.0300', '3.0300', '12.0000', '12.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21887, '2023-03-25', 3137, 19704, 7158, 4432, '1.0000', '3.0500', '3.0500', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21888, '2023-03-25', 3074, 19705, 7159, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21889, '2023-03-25', 3327, 19706, 7160, 6928, '1.0000', '15.8800', '15.8800', '22.0000', '22.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21890, '2023-03-25', 2490, 19707, 7160, 3785, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21891, '2023-03-25', 2901, 19708, 7161, 32003, '1.0000', '13.8966', '13.8966', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 529, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21892, '2023-03-25', 2927, 19709, 7161, 27346, '4.0000', '1.8750', '1.8750', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21893, '2023-03-25', 3646, 19710, 7162, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21894, '2023-03-25', 3048, 19711, 7163, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21895, '2023-03-25', 2642, 19712, 7164, 30869, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21896, '2023-03-25', 2642, 19712, 7164, 32026, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21897, '2023-03-25', 2645, 19713, 7164, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21898, '2023-03-25', 2646, 19714, 7164, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21899, '2023-03-25', 3048, 19715, 7164, 29654, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21900, '2023-03-25', 2918, 19716, 7165, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21901, '2023-03-25', 3063, 19717, 7166, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21902, '2023-03-25', 2712, 19718, 7167, 32011, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21903, '2023-03-25', 2902, 19719, 7168, 30842, '2.0000', '6.7500', '6.7500', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21904, '2023-03-25', 3182, 19720, 7169, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '10.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21905, '2023-03-25', 2646, 19721, 7170, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21906, '2023-03-25', 2642, 19722, 7170, 32026, '6.0000', '7.2502', '7.2502', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21907, '2023-03-25', 2645, 19723, 7170, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21908, '2023-03-25', 2713, 19724, 7171, 32001, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 527, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21909, '2023-03-25', 2649, 19725, 7172, 32025, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21910, '2023-03-25', 3048, 19726, 7173, 29654, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21911, '2023-03-26', 2645, 19727, 7174, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21912, '2023-03-26', 3609, 19728, 7175, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21913, '2023-03-26', 3047, 19729, 7176, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21914, '2023-03-26', 2708, 19730, 7177, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '7.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21915, '2023-03-26', 2681, 19731, 7178, 3976, '1.0000', '6.7900', '6.7900', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21916, '2023-03-26', 3231, 19732, 7178, 4526, '-1.0000', '1.5800', '1.5800', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21917, '2023-03-26', 3231, 19732, 7178, 20012, '-1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21918, '2023-03-26', 3231, 19732, 7178, 21060, '1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21919, '2023-03-26', 3231, 19732, 7178, 22108, '-1.0000', '1.7900', '1.7900', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21920, '2023-03-26', 3231, 19732, 7178, 31995, '3.0000', '1.8300', '1.8300', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21921, '2023-03-26', 2807, 19733, 7179, 5642, '1.0000', '20.1400', '20.1400', '28.5000', '28.5000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21922, '2023-03-26', 2936, 19734, 7179, 30852, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21923, '2023-03-26', 2923, 19735, 7179, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21924, '2023-03-26', 3212, 19736, 7180, 27289, '4.0000', '3.9722', '3.9722', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21925, '2023-03-26', 3609, 19737, 7180, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21926, '2023-03-26', 2713, 19738, 7181, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21927, '2023-03-26', 3121, 19739, 7182, 29690, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 495, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21928, '2023-03-26', 3048, 19740, 7182, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '213.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21929, '2023-03-26', 3483, 19741, 7182, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21930, '2023-03-26', 3121, 19742, 7183, 30180, '-3.0000', '2.9500', '2.9500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21931, '2023-03-26', 3121, 19742, 7183, 30866, '6.0000', '2.9500', '2.9500', '4.5000', '4.5000', '18.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21932, '2023-03-26', 2713, 19743, 7183, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21933, '2023-03-26', 2645, 19744, 7184, 32014, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21934, '2023-03-26', 3048, 19745, 7185, 29655, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '207.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21935, '2023-03-26', 3220, 19746, 7186, 4515, '1.0000', '17.5000', '17.5000', '25.0000', '25.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21936, '2023-03-26', 2710, 19747, 7187, 30879, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21937, '2023-03-26', 2634, 19748, 7187, 29315, '-2.0000', '2.9583', '2.9583', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21938, '2023-03-26', 2634, 19748, 7187, 32009, '4.0000', '2.9583', '2.9583', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21939, '2023-03-26', 3889, 19749, 7187, 32045, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '5.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21940, '2023-03-26', 3641, 19750, 7187, 28480, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21941, '2023-03-26', 3316, 19751, 7188, 4611, '1.0000', '19.0000', '19.0000', '26.0000', '26.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21942, '2023-03-26', 2645, 19752, 7189, 32014, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21943, '2023-03-26', 2901, 19753, 7190, 32003, '4.0000', '13.8966', '13.8966', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 529, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21944, '2023-03-26', 2647, 19754, 7191, 31267, '-4.0000', '5.8093', '5.8093', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21945, '2023-03-26', 2647, 19754, 7191, 32015, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21946, '2023-03-26', 2646, 19755, 7192, 32017, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21947, '2023-03-26', 2649, 19756, 7192, 32025, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21948, '2023-03-26', 3121, 19757, 7193, 30866, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '17.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21949, '2023-03-26', 3048, 19758, 7194, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '205.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21950, '2023-03-26', 2713, 19759, 7195, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21951, '2023-03-26', 2645, 19760, 7195, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21952, '2023-03-26', 2642, 19761, 7195, 32026, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21953, '2023-03-26', 2661, 19762, 7196, 32008, '1.0000', '0.2833', '0.2833', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21954, '2023-03-26', 2713, 19763, 7196, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21955, '2023-03-26', 3121, 19764, 7197, 30866, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '16.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21956, '2023-03-26', 2534, 19765, 7197, 30870, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21957, '2023-03-26', 3212, 19766, 7197, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21958, '2023-03-26', 2551, 19767, 7197, 3846, '1.0000', '6.5000', '6.5000', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21959, '2023-03-26', 2646, 19768, 7198, 32017, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21960, '2023-03-26', 2649, 19769, 7198, 32025, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21961, '2023-03-26', 3483, 19770, 7199, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21962, '2023-03-26', 3609, 19771, 7199, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21963, '2023-03-26', 3212, 19772, 7199, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21964, '2023-03-26', 3074, 19773, 7199, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21965, '2023-03-26', 3646, 19774, 7199, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21966, '2023-03-26', 2534, 19775, 7200, 30870, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21967, '2023-03-26', 3121, 19776, 7200, 30866, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '15.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21968, '2023-03-26', 2951, 19777, 7200, 22794, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21969, '2023-03-26', 2919, 19778, 7200, 28999, '-2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21970, '2023-03-26', 2919, 19778, 7200, 30146, '-8.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21971, '2023-03-26', 2919, 19778, 7200, 30849, '11.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21972, '2023-03-26', 2922, 19779, 7200, 30850, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21973, '2023-03-26', 2713, 19780, 7201, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21974, '2023-03-26', 2704, 19781, 7201, 3999, '1.0000', '0.1000', '0.1000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21975, '2023-03-26', 2704, 19781, 7201, 9684, '-5.0000', '0.1000', '0.1000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21976, '2023-03-26', 2704, 19781, 7201, 19465, '16.0000', '0.1000', '0.1000', '0.5000', '0.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21977, '2023-03-26', 3584, 19782, 7201, 13343, '1.0000', '29.0000', '29.0000', '39.0000', '39.0000', '4.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21978, '2023-03-26', 3826, 19783, 7202, 22854, '1.0000', '4.6250', '4.6250', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21979, '2023-03-26', 3048, 19784, 7202, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '202.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21980, '2023-03-26', 2712, 19785, 7202, 32011, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21981, '2023-03-26', 2645, 19786, 7202, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21982, '2023-03-26', 2642, 19787, 7202, 32026, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21983, '2023-03-26', 2713, 19788, 7203, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21984, '2023-03-26', 2534, 19789, 7203, 30870, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21985, '2023-03-26', 3048, 19790, 7204, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '201.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21986, '2023-03-26', 3483, 19791, 7204, 24009, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21987, '2023-03-26', 3212, 19792, 7204, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21988, '2023-03-26', 2534, 19793, 7205, 30870, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21989, '2023-03-26', 2713, 19794, 7205, 32035, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21990, '2023-03-26', 2712, 19795, 7206, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '17.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21991, '2023-03-26', 2949, 19796, 7206, 32027, '2.0000', '6.1700', '6.1700', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21992, '2023-03-26', 2789, 19797, 7206, 30827, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21993, '2023-03-26', 3212, 19798, 7207, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21994, '2023-03-26', 3120, 19799, 7207, 30875, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21995, '2023-03-26', 2713, 19800, 7207, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21996, '2023-03-26', 2699, 19801, 7208, 32002, '3.0000', '5.3200', '5.3200', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21997, '2023-03-26', 3847, 19802, 7208, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21998, '2023-03-26', 3847, 19803, 7209, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21999, '2023-03-26', 3187, 19804, 7209, 27913, '-4.0000', '0.7143', '0.7143', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22000, '2023-03-26', 3187, 19804, 7209, 29120, '-3.0000', '0.7143', '0.7143', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22001, '2023-03-26', 3187, 19804, 7209, 31456, '1.0000', '0.7143', '0.7143', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22002, '2023-03-26', 3187, 19804, 7209, 32007, '7.0000', '0.7145', '0.7145', '1.2500', '1.2500', '49.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22003, '2023-03-26', 2726, 19805, 7209, 28550, '3.0000', '12.7500', '12.7500', '25.0000', '25.0000', '74.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22004, '2023-03-26', 2970, 19806, 7210, 4265, '5.0000', '2.8000', '2.8000', '6.5000', '6.5000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22005, '2023-03-26', 2699, 19807, 7211, 32002, '4.0000', '5.3200', '5.3200', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22006, '2023-03-26', 2499, 19808, 7212, 30826, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22007, '2023-03-26', 2504, 19809, 7212, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22008, '2023-03-26', 3084, 19810, 7212, 18545, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22009, '2023-03-26', 3174, 19811, 7212, 4469, '2.0000', '1.0900', '1.0900', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22010, '2023-03-26', 2661, 19812, 7212, 32008, '1.0000', '0.2833', '0.2833', '0.5000', '0.5000', '36.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22011, '2023-03-26', 2646, 19813, 7213, 32017, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22012, '2023-03-26', 2645, 19814, 7213, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22013, '2023-03-26', 2645, 19815, 7214, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22014, '2023-03-26', 2902, 19816, 7215, 30842, '1.0000', '6.7500', '6.7500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22015, '2023-03-26', 3483, 19817, 7215, 24009, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22016, '2023-03-26', 2504, 19818, 7215, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22017, '2023-03-26', 3483, 19819, 7216, 24009, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22018, '2023-03-26', 3483, 19820, 7217, 24009, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22019, '2023-03-26', 3230, 19821, 7217, 31994, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22020, '2023-03-26', 3048, 19822, 7218, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '199.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22021, '2023-03-26', 3084, 19823, 7219, 18545, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22022, '2023-03-26', 2645, 19824, 7220, 32014, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22023, '2023-03-26', 2649, 19825, 7220, 32025, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22024, '2023-03-26', 2645, 19826, 7221, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22025, '2023-03-26', 2649, 19827, 7221, 32025, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22026, '2023-03-26', 3646, 19828, 7221, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22027, '2023-03-26', 2933, 19829, 7221, 24026, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22028, '2023-03-26', 3187, 19830, 7222, 32007, '3.0000', '0.7145', '0.7145', '1.2500', '1.2500', '46.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22029, '2023-03-26', 2710, 19831, 7223, 30879, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22030, '2023-03-26', 2923, 19832, 7223, 28516, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22031, '2023-03-26', 3061, 19833, 7223, 28497, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22032, '2023-03-26', 2645, 19834, 7224, 32014, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22033, '2023-03-26', 2933, 19835, 7225, 24026, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22034, '2023-03-26', 2918, 19836, 7225, 14589, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22035, '2023-03-26', 2922, 19837, 7225, 30850, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22036, '2023-03-26', 3182, 19838, 7226, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '9.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22037, '2023-03-26', 3114, 19839, 7227, 31406, '-1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22038, '2023-03-26', 3114, 19839, 7227, 32047, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22039, '2023-03-26', 3047, 19840, 7227, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22040, '2023-03-26', 2710, 19841, 7228, 30879, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22041, '2023-03-26', 3825, 19842, 7228, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22042, '2023-03-26', 2712, 19843, 7229, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22043, '2023-03-26', 3048, 19844, 7229, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '198.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22044, '2023-03-26', 3085, 19845, 7230, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22045, '2023-03-26', 2710, 19846, 7231, 30879, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22046, '2023-03-26', 2645, 19847, 7232, 32014, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22047, '2023-03-26', 2649, 19848, 7232, 32025, '4.0000', '5.4167', '5.4167', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22048, '2023-03-26', 3048, 19849, 7232, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '196.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22049, '2023-03-26', 3609, 19850, 7232, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22050, '2023-03-26', 2933, 19851, 7233, 24026, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22051, '2023-03-26', 2935, 19852, 7233, 28522, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22052, '2023-03-26', 2649, 19853, 7234, 32025, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22053, '2023-03-26', 2645, 19854, 7235, 32014, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22054, '2023-03-26', 2649, 19855, 7236, 32025, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22055, '2023-03-26', 3483, 19856, 7237, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22056, '2023-03-26', 3483, 19857, 7238, 24009, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22057, '2023-03-26', 2650, 19858, 7239, 30824, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22058, '2023-03-26', 2645, 19859, 7240, 32014, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22059, '2023-03-26', 2650, 19860, 7240, 30824, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22060, '2023-03-26', 2650, 19860, 7240, 32023, '5.0000', '4.5833', '4.5833', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22061, '2023-03-26', 3609, 19861, 7240, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22062, '2023-03-26', 3483, 19862, 7241, 24009, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22063, '2023-03-26', 3048, 19863, 7241, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '193.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22064, '2023-03-27', 3558, 19864, 7242, 23954, '1.0000', '52.8683', '52.8683', '60.0000', '60.0000', '6.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22065, '2023-03-27', 3120, 19865, 7243, 30875, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22066, '2023-03-27', 2708, 19866, 7244, 4003, '2.0000', '8.0000', '8.0000', '11.0000', '11.0000', '5.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22067, '2023-03-27', 3074, 19867, 7245, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22068, '2023-03-27', 3646, 19868, 7245, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22069, '2023-03-27', 2712, 19869, 7246, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '15.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22070, '2023-03-27', 2653, 19870, 7247, 30857, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22071, '2023-03-27', 2922, 19871, 7248, 30850, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22072, '2023-03-27', 3212, 19872, 7248, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22073, '2023-03-27', 2653, 19873, 7248, 30857, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22074, '2023-03-27', 2649, 19874, 7248, 32025, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22075, '2023-03-27', 3646, 19875, 7248, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22076, '2023-03-27', 2653, 19876, 7249, 30857, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22077, '2023-03-27', 2508, 19877, 7250, 30864, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22078, '2023-03-27', 3114, 19878, 7251, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22079, '2023-03-27', 3212, 19879, 7251, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22080, '2023-03-27', 2653, 19880, 7251, 30857, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22081, '2023-03-27', 2901, 19881, 7252, 32003, '1.0000', '13.8966', '13.8966', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 529, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22082, '2023-03-27', 2713, 19882, 7253, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22083, '2023-03-27', 3230, 19883, 7254, 31994, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22084, '2023-03-27', 3889, 19884, 7254, 32045, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22085, '2023-03-27', 2617, 19885, 7255, 3912, '4.0000', '6.0000', '6.0000', '7.5000', '7.5000', '44.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22086, '2023-03-27', 2790, 19886, 7255, 30835, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22087, '2023-03-27', 2712, 19887, 7256, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22088, '2023-03-27', 2920, 19888, 7256, 30848, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '9.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22089, '2023-03-27', 2923, 19889, 7256, 28516, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22090, '2023-03-27', 2933, 19890, 7256, 24026, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22091, '2023-03-27', 2919, 19891, 7256, 30849, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22092, '2023-03-27', 2926, 19892, 7256, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22093, '2023-03-27', 3553, 19893, 7256, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22094, '2023-03-27', 2791, 19894, 7257, 22829, '2.0000', '3.0300', '3.0300', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22095, '2023-03-27', 2645, 19895, 7258, 32066, '9.0000', '8.5417', '8.5417', '12.0000', '12.0000', '63.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22096, '2023-03-27', 2864, 19896, 7258, 32060, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22097, '2023-03-27', 3172, 19897, 7259, 29671, '8.0000', '3.5419', '3.5419', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22098, '2023-03-27', 3172, 19897, 7259, 30611, '-8.0000', '3.5419', '3.5419', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22099, '2023-03-27', 3172, 19897, 7259, 32061, '13.0000', '3.6000', '3.6000', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22100, '2023-03-30', 2789, 19898, 7260, 30827, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22101, '2023-03-30', 3085, 19899, 7261, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22102, '2023-03-30', 2517, 19900, 7261, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '10.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22103, '2023-03-30', 2789, 19901, 7261, 30827, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22104, '2023-03-30', 2485, 19902, 7261, 29656, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '4.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22105, '2023-03-30', 3852, 19903, 7261, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22106, '2023-03-30', 2951, 19904, 7261, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22107, '2023-03-30', 3256, 19905, 7261, 30841, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22108, '2023-03-30', 2634, 19906, 7261, 32009, '2.0000', '2.9583', '2.9583', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22109, '2023-03-30', 3885, 19907, 7261, 30851, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22110, '2023-03-30', 3479, 19908, 7261, 4731, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22111, '2023-03-30', 2902, 19909, 7261, 32033, '2.0000', '6.2500', '6.2500', '9.0000', '9.0000', '22.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22112, '2023-03-30', 3483, 19910, 7261, 24009, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22113, '2023-03-30', 2960, 19911, 7261, 27301, '1.0000', '9.2878', '9.2878', '12.0000', '12.0000', '21.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22114, '2023-03-30', 2499, 19912, 7262, 30826, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 506, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22115, '2023-03-30', 3123, 19913, 7262, 30836, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22116, '2023-03-30', 3050, 19914, 7262, 4345, '1.0000', '9.5000', '9.5000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22117, '2023-03-30', 3886, 19915, 7262, 30853, '1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22118, '2023-03-30', 3646, 19916, 7262, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22119, '2023-03-30', 2713, 19917, 7262, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22120, '2023-03-30', 2711, 19918, 7262, 30832, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 508, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22121, '2023-03-30', 2500, 19919, 7262, 30872, '1.0000', '10.8300', '10.8300', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22122, '2023-03-30', 2500, 19919, 7262, 32028, '4.0000', '10.8500', '10.8500', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22123, '2023-03-30', 3120, 19920, 7262, 30875, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22124, '2023-03-30', 2645, 19921, 7262, 32066, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22125, '2023-03-30', 3609, 19922, 7262, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22126, '2023-03-30', 2493, 19923, 7262, 3788, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22127, '2023-03-30', 2645, 19924, 7263, 32066, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22128, '2023-03-30', 3772, 19925, 7263, 28457, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22129, '2023-03-30', 2712, 19926, 7263, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22130, '2023-03-30', 2926, 19927, 7263, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22131, '2023-03-30', 2920, 19928, 7263, 30848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22132, '2023-03-30', 2919, 19929, 7263, 30849, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22133, '2023-03-30', 2918, 19930, 7263, 14589, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22134, '2023-03-30', 2922, 19931, 7263, 30850, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22135, '2023-03-30', 3609, 19932, 7263, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22136, '2023-03-30', 3855, 19933, 7263, 27310, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22137, '2023-03-30', 3191, 19934, 7263, 5011, '1.0000', '37.3100', '37.3100', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 72, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22138, '2023-03-30', 2712, 19935, 7264, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22139, '2023-03-30', 2950, 19936, 7264, 30840, '1.0000', '11.1700', '11.1700', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22140, '2023-03-30', 2691, 19937, 7264, 3986, '2.0000', '5.3400', '5.3400', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22141, '2023-03-30', 2713, 19938, 7264, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22142, '2023-03-30', 3483, 19939, 7264, 24009, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22143, '2023-03-30', 2922, 19940, 7264, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22144, '2023-03-30', 2645, 19941, 7264, 32066, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '51.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22145, '2023-03-30', 2952, 19942, 7264, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22146, '2023-03-30', 2644, 19943, 7265, 30858, '2.0000', '3.9800', '3.9800', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22147, '2023-03-30', 3114, 19944, 7266, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22148, '2023-03-30', 3483, 19945, 7266, 24009, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22149, '2023-03-30', 3048, 19946, 7266, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '191.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22150, '2023-03-30', 2645, 19947, 7266, 32066, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22151, '2023-03-30', 2936, 19948, 7266, 30852, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22152, '2023-03-30', 2520, 19949, 7267, 3815, '1.0000', '26.0500', '26.0500', '35.0000', '35.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22153, '2023-03-30', 2710, 19950, 7267, 30879, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22154, '2023-03-30', 3048, 19951, 7268, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '188.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22155, '2023-03-30', 3784, 19952, 7268, 22855, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22156, '2023-03-30', 2936, 19953, 7268, 30852, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22157, '2023-03-30', 2646, 19954, 7268, 32017, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22158, '2023-03-30', 2952, 19955, 7268, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22159, '2023-03-30', 2949, 19956, 7268, 32027, '1.0000', '6.1700', '6.1700', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22160, '2023-03-30', 3483, 19957, 7268, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22161, '2023-03-30', 3212, 19958, 7268, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22162, '2023-03-30', 2952, 19959, 7269, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22163, '2023-03-30', 2642, 19960, 7269, 32026, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22164, '2023-03-30', 2646, 19961, 7269, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22165, '2023-03-30', 3085, 19962, 7269, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22166, '2023-03-30', 2963, 19963, 7269, 5663, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22167, '2023-03-30', 2901, 19964, 7269, 32003, '4.0000', '13.8966', '13.8966', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 529, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22168, '2023-03-30', 2916, 19965, 7269, 29657, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '5.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22169, '2023-03-30', 3120, 19966, 7269, 30875, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22170, '2023-03-30', 2949, 19967, 7269, 32027, '4.0000', '6.1700', '6.1700', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22171, '2023-03-30', 3256, 19968, 7269, 30841, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22172, '2023-03-30', 3048, 19969, 7269, 29655, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '182.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22173, '2023-03-30', 2642, 19970, 7270, 32026, '3.0000', '7.2502', '7.2502', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22174, '2023-03-30', 2517, 19971, 7270, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22175, '2023-03-30', 2975, 19972, 7270, 5509, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22176, '2023-03-30', 2950, 19973, 7271, 32034, '2.0000', '12.9583', '12.9583', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22177, '2023-03-30', 2713, 19974, 7271, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22178, '2023-03-30', 3641, 19975, 7271, 28480, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22179, '2023-03-30', 3483, 19976, 7271, 24009, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22180, '2023-03-30', 3647, 19977, 7271, 15725, '2.0000', '19.4000', '19.4000', '25.0000', '25.0000', '2.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22181, '2023-03-30', 2644, 19978, 7271, 30858, '5.0000', '3.9800', '3.9800', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22182, '2023-03-30', 2645, 19979, 7271, 32066, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22183, '2023-03-30', 3085, 19980, 7271, 30871, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22184, '2023-03-30', 3889, 19981, 7271, 32045, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22185, '2023-03-30', 2952, 19982, 7272, 30802, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 499, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22186, '2023-03-30', 3889, 19983, 7272, 32045, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22187, '2023-03-30', 3876, 19984, 7272, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '21.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22188, '2023-03-30', 2713, 19985, 7272, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22189, '2023-03-30', 2902, 19986, 7272, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '21.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22190, '2023-03-30', 2645, 19987, 7273, 32066, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22191, '2023-03-30', 2920, 19988, 7273, 30848, '6.0000', '4.5000', '4.5000', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22192, '2023-03-30', 3825, 19989, 7273, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22193, '2023-03-30', 2901, 19990, 7273, 32003, '2.0000', '13.8966', '13.8966', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 529, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22194, '2023-03-30', 3609, 19991, 7273, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22195, '2023-03-30', 2933, 19992, 7273, 24026, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22196, '2023-03-30', 2935, 19993, 7273, 28522, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22197, '2023-03-30', 3084, 19994, 7273, 18545, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22198, '2023-03-30', 2648, 19995, 7273, 32016, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22199, '2023-03-30', 3182, 19996, 7273, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '8.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22200, '2023-03-30', 3483, 19997, 7274, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22201, '2023-03-30', 3187, 19998, 7274, 32007, '1.0000', '0.7145', '0.7145', '1.2500', '1.2500', '45.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22202, '2023-03-30', 2644, 19999, 7274, 30858, '2.0000', '3.9800', '3.9800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22203, '2023-03-30', 2644, 19999, 7274, 31265, '-3.0000', '3.9800', '3.9800', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22204, '2023-03-30', 2644, 19999, 7274, 32019, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22205, '2023-03-30', 2648, 20000, 7274, 32016, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22206, '2023-03-30', 2713, 20001, 7274, 32035, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22207, '2023-03-30', 2901, 20002, 7275, 32003, '4.0000', '13.8966', '13.8966', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 529, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22208, '2023-03-30', 3483, 20003, 7275, 24009, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22209, '2023-03-30', 2699, 20004, 7275, 32002, '3.0000', '5.3200', '5.3200', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22210, '2023-03-30', 2698, 20005, 7275, 30808, '2.0000', '5.4000', '5.4000', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22211, '2023-03-30', 2653, 20006, 7275, 30857, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22212, '2023-03-30', 2514, 20007, 7275, 3809, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22213, '2023-03-30', 3084, 20008, 7275, 18545, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22214, '2023-03-30', 2499, 20009, 7275, 32029, '2.0000', '8.5400', '8.5400', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22215, '2023-03-30', 2952, 20010, 7275, 31074, '-3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22216, '2023-03-30', 2952, 20010, 7275, 32260, '-1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22217, '2023-03-30', 2952, 20010, 7275, 33195, '5.0000', '3.2500', '3.2500', '4.0000', '4.0000', '67.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22218, '2023-03-30', 2524, 20011, 7275, 5121, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22219, '2023-03-30', 2901, 20012, 7276, 32003, '1.0000', '13.8966', '13.8966', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 529, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22220, '2023-03-30', 2901, 20012, 7276, 32022, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 535, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22221, '2023-03-30', 2645, 20013, 7276, 32066, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22222, '2023-03-30', 2653, 20014, 7276, 30857, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22223, '2023-03-30', 3085, 20015, 7276, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22224, '2023-03-30', 2648, 20016, 7276, 32016, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '40.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22225, '2023-03-30', 3609, 20017, 7276, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22226, '2023-03-30', 3048, 20018, 7276, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '179.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22227, '2023-03-30', 3592, 20019, 7277, 15764, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22228, '2023-03-30', 2935, 20020, 7277, 28522, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22229, '2023-03-30', 2646, 20021, 7278, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22230, '2023-03-30', 2713, 20022, 7278, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22231, '2023-03-30', 3852, 20023, 7278, 27283, '2.0000', '4.7500', '4.7500', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22232, '2023-03-30', 2710, 20024, 7278, 30879, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22233, '2023-03-30', 2504, 20025, 7278, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22234, '2023-03-30', 3483, 20026, 7278, 24009, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22235, '2023-03-30', 2646, 20027, 7279, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22236, '2023-03-30', 2952, 20028, 7279, 33195, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '65.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22237, '2023-03-30', 2653, 20029, 7279, 30857, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22238, '2023-03-30', 2653, 20029, 7279, 32018, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '119.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22239, '2023-03-30', 2648, 20030, 7279, 32016, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22240, '2023-03-30', 3085, 20031, 7279, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22241, '2023-03-30', 2646, 20032, 7280, 32017, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22242, '2023-03-30', 2950, 20033, 7280, 32034, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22243, '2023-03-30', 2653, 20034, 7280, 32018, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '118.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22244, '2023-03-30', 2645, 20035, 7280, 32066, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22245, '2023-03-30', 3483, 20036, 7280, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22246, '2023-03-30', 2645, 20037, 7281, 32066, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22247, '2023-03-30', 3172, 20038, 7281, 32061, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22248, '2023-03-30', 2524, 20039, 7281, 5121, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22249, '2023-03-30', 3085, 20040, 7282, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22250, '2023-03-30', 3611, 20041, 7282, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22251, '2023-03-30', 3483, 20042, 7282, 24009, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22252, '2023-03-30', 2645, 20043, 7282, 32066, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22253, '2023-03-30', 2949, 20044, 7282, 32027, '1.0000', '6.1700', '6.1700', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22254, '2023-03-30', 3048, 20045, 7282, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '178.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22255, '2023-03-30', 2645, 20046, 7283, 32066, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22256, '2023-03-30', 3182, 20047, 7283, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '7.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22257, '2023-03-30', 2639, 20048, 7283, 5792, '2.0000', '1.1700', '1.1700', '2.0000', '2.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22258, '2023-03-30', 2968, 20049, 7283, 4263, '4.0000', '2.8000', '2.8000', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22259, '2023-03-30', 2973, 20050, 7283, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '6.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22260, '2023-03-30', 3074, 20051, 7283, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22261, '2023-03-30', 2634, 20052, 7283, 32009, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22262, '2023-03-30', 3256, 20053, 7283, 30841, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22263, '2023-03-30', 2534, 20054, 7283, 30870, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22264, '2023-03-30', 2699, 20055, 7283, 32002, '1.0000', '5.3200', '5.3200', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22265, '2023-03-30', 2902, 20056, 7283, 32033, '2.0000', '6.2500', '6.2500', '9.0000', '9.0000', '19.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22266, '2023-03-30', 2711, 20057, 7284, 30878, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22267, '2023-03-30', 3187, 20058, 7284, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '43.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22268, '2023-03-30', 2713, 20059, 7284, 32035, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22269, '2023-03-30', 2645, 20060, 7284, 32066, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22270, '2023-03-30', 2952, 20061, 7284, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '64.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22271, '2023-03-30', 2901, 20062, 7284, 32022, '2.0000', '14.2083', '14.2083', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 535, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22272, '2023-03-30', 3885, 20063, 7284, 30851, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22273, '2023-03-30', 3048, 20064, 7284, 29655, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '173.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22274, '2023-03-30', 3311, 20065, 7284, 29672, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22275, '2023-03-30', 2923, 20066, 7284, 28516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22276, '2023-03-30', 2924, 20067, 7284, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22277, '2023-03-30', 3483, 20068, 7284, 24009, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 423, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22278, '2023-03-30', 3483, 20068, 7284, 24047, '-7.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22279, '2023-03-30', 3483, 20068, 7284, 25114, '7.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22280, '2023-03-30', 3483, 20068, 7284, 26181, '-7.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22281, '2023-03-30', 3483, 20068, 7284, 27369, '-23.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22282, '2023-03-30', 3483, 20068, 7284, 28571, '17.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22283, '2023-03-30', 3483, 20068, 7284, 29716, '-2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22284, '2023-03-30', 3483, 20068, 7284, 30868, '16.0000', '0.8583', '0.8583', '1.5000', '1.5000', '224.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22285, '2023-03-30', 3847, 20069, 7284, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22286, '2023-03-30', 3085, 20070, 7284, 30871, '2.0000', '4.2500', '4.2500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22287, '2023-03-30', 3220, 20071, 7285, 4515, '1.0000', '17.5000', '17.5000', '25.0000', '25.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22288, '2023-03-30', 2504, 20072, 7285, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22289, '2023-03-30', 2645, 20073, 7285, 32066, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22290, '2023-03-30', 3123, 20074, 7285, 30836, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22291, '2023-03-30', 3233, 20075, 7285, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '4.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22292, '2023-03-30', 3266, 20076, 7285, 4561, '2.0000', '1.0100', '1.0100', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22293, '2023-03-30', 2723, 20077, 7285, 4018, '2.0000', '1.4900', '1.4900', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22294, '2023-03-30', 2481, 20078, 7285, 5780, '1.0000', '19.2700', '19.2700', '43.0000', '43.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22295, '2023-03-30', 2513, 20079, 7285, 3808, '2.0000', '1.4200', '1.4200', '2.0000', '2.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22296, '2023-03-30', 3625, 20080, 7286, 14543, '1.0000', '0.9500', '0.9500', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22297, '2023-03-30', 3203, 20081, 7286, 4498, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22298, '2023-03-30', 3838, 20082, 7286, 23988, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22299, '2023-03-30', 3212, 20083, 7286, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22300, '2023-03-30', 3772, 20084, 7287, 28457, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22301, '2023-03-30', 3120, 20085, 7287, 31277, '-1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22302, '2023-03-30', 3120, 20085, 7287, 32064, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22303, '2023-03-30', 3772, 20086, 7288, 28457, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22304, '2023-03-30', 3121, 20087, 7288, 30866, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '14.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22305, '2023-03-30', 3048, 20088, 7288, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '171.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22306, '2023-03-30', 2712, 20089, 7288, 32044, '2.0000', '15.3750', '15.3750', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22307, '2023-03-30', 2952, 20090, 7289, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '63.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22308, '2023-03-30', 3121, 20091, 7290, 30866, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '13.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22309, '2023-03-30', 3874, 20092, 7291, 29662, '2.0000', '11.3333', '11.3333', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 486, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22310, '2023-03-30', 2949, 20093, 7291, 32027, '2.0000', '6.1700', '6.1700', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22311, '2023-03-30', 3827, 20094, 7291, 22880, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22312, '2023-03-30', 3172, 20095, 7291, 32061, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22313, '2023-03-30', 3121, 20096, 7291, 30866, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22314, '2023-03-30', 2712, 20097, 7292, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22315, '2023-03-30', 3114, 20098, 7292, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22316, '2023-03-30', 2711, 20099, 7292, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22317, '2023-03-30', 2713, 20100, 7292, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22318, '2023-03-30', 2725, 20101, 7293, 27240, '1.0000', '2.9100', '2.9100', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22319, '2023-03-30', 3538, 20102, 7293, 5270, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22320, '2023-03-30', 2901, 20103, 7294, 32022, '2.0000', '14.2083', '14.2083', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 535, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22321, '2023-03-30', 3847, 20104, 7295, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22322, '2023-03-30', 3538, 20105, 7296, 5270, '2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22323, '2023-03-30', 2699, 20106, 7297, 32002, '2.0000', '5.3200', '5.3200', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22324, '2023-03-30', 2698, 20107, 7297, 30808, '2.0000', '5.4000', '5.4000', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22325, '2023-03-30', 2697, 20108, 7297, 5830, '2.0000', '6.4500', '6.4500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22326, '2023-03-30', 3876, 20109, 7297, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '20.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22327, '2023-03-30', 3233, 20110, 7297, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22328, '2023-03-30', 2725, 20111, 7297, 27240, '1.0000', '2.9100', '2.9100', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22329, '2023-03-30', 2922, 20112, 7298, 32037, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22330, '2023-03-30', 3084, 20113, 7299, 18545, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22331, '2023-03-30', 3085, 20114, 7299, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22332, '2023-03-30', 2790, 20115, 7299, 30835, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22333, '2023-03-30', 3172, 20116, 7299, 32061, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22334, '2023-03-30', 2553, 20117, 7300, 3848, '2.0000', '2.1000', '2.1000', '3.0000', '3.0000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22335, '2023-03-30', 2712, 20118, 7300, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22336, '2023-03-30', 2901, 20119, 7301, 32022, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 535, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22337, '2023-03-30', 3609, 20120, 7302, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '29.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22338, '2023-03-30', 2982, 20121, 7303, 28450, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22339, '2023-03-30', 2517, 20122, 7303, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22340, '2023-03-30', 3889, 20123, 7304, 33193, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '11.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22341, '2023-03-30', 3048, 20124, 7305, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '170.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22342, '2023-03-30', 3085, 20125, 7306, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22343, '2023-03-30', 2534, 20126, 7306, 30870, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22344, '2023-03-30', 2952, 20127, 7306, 33195, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '60.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22345, '2023-03-30', 2950, 20128, 7307, 32034, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22346, '2023-03-30', 3084, 20129, 7307, 18545, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22347, '2023-03-30', 2639, 20130, 7308, 5792, '1.0000', '1.1700', '1.1700', '2.0000', '2.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22348, '2023-03-30', 2653, 20131, 7309, 32018, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '116.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22349, '2023-03-30', 2645, 20132, 7310, 32066, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22350, '2023-03-30', 2645, 20133, 7311, 32066, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22351, '2023-03-30', 2923, 20134, 7312, 28516, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22352, '2023-03-30', 2517, 20135, 7312, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22353, '2023-03-30', 2949, 20136, 7312, 32027, '1.0000', '6.1700', '6.1700', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22354, '2023-03-30', 3182, 20137, 7312, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '6.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22355, '2023-03-30', 2645, 20138, 7313, 32066, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22356, '2023-03-30', 2952, 20139, 7314, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22357, '2023-03-31', 2653, 20140, 7315, 32018, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '114.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22358, '2023-03-31', 2952, 20141, 7316, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22359, '2023-03-31', 3772, 20142, 7316, 28457, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22360, '2023-03-31', 3621, 20143, 7317, 14537, '1.0000', '0.5833', '0.5833', '3.0000', '3.0000', '43.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22361, '2023-03-31', 2653, 20144, 7318, 32018, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '112.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22362, '2023-03-31', 3772, 20145, 7319, 32006, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22363, '2023-03-31', 3048, 20146, 7319, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '169.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22364, '2023-03-31', 3852, 20147, 7320, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22365, '2023-03-31', 2712, 20148, 7320, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22366, '2023-03-31', 3212, 20149, 7320, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22367, '2023-03-31', 2789, 20150, 7321, 30827, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22368, '2023-03-31', 2902, 20151, 7321, 32033, '2.0000', '6.2500', '6.2500', '9.0000', '9.0000', '17.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22369, '2023-03-31', 2864, 20152, 7321, 32060, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22370, '2023-03-31', 2952, 20153, 7321, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22371, '2023-03-31', 2653, 20154, 7322, 32018, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '106.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22372, '2023-03-31', 3311, 20155, 7322, 29672, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22373, '2023-03-31', 3074, 20156, 7322, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22374, '2023-03-31', 2712, 20157, 7322, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22375, '2023-03-31', 3120, 20158, 7322, 32064, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22376, '2023-03-31', 2534, 20159, 7322, 30870, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22377, '2023-03-31', 3212, 20160, 7323, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22378, '2023-03-31', 2713, 20161, 7324, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22379, '2023-03-31', 3483, 20162, 7325, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '222.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22380, '2023-03-31', 2534, 20163, 7326, 30870, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22381, '2023-03-31', 3772, 20164, 7327, 32006, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22382, '2023-03-31', 3889, 20165, 7328, 33193, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '10.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22383, '2023-03-31', 3190, 20166, 7329, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '79.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22384, '2023-03-31', 3892, 20167, 7330, 32052, '1.0000', '5.5000', '5.5000', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22385, '2023-03-31', 3085, 20168, 7331, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22386, '2023-03-31', 3589, 20169, 7332, 13349, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22387, '2023-03-31', 2952, 20170, 7333, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22388, '2023-03-31', 3074, 20171, 7334, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22389, '2023-03-31', 3085, 20172, 7335, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22390, '2023-03-31', 2514, 20173, 7335, 3809, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22391, '2023-03-31', 2864, 20174, 7335, 32060, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22392, '2023-03-31', 3483, 20175, 7336, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '221.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22393, '2023-03-31', 2517, 20176, 7337, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22394, '2023-03-31', 2982, 20177, 7338, 28450, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22395, '2023-03-31', 3048, 20178, 7338, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '167.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22396, '2023-03-31', 2864, 20179, 7338, 32060, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22397, '2023-03-31', 3479, 20180, 7339, 4731, '2.0000', '4.5000', '4.5000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22398, '2023-03-31', 3592, 20181, 7339, 15764, '2.0000', '2.2500', '2.2500', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22399, '2023-03-31', 3483, 20182, 7340, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '220.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22400, '2023-03-31', 3048, 20183, 7340, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '165.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22401, '2023-03-31', 2712, 20184, 7341, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22402, '2023-03-31', 2933, 20185, 7341, 24026, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22403, '2023-03-31', 2935, 20186, 7341, 29689, '8.0000', '0.7500', '0.7500', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22404, '2023-03-31', 3190, 20187, 7342, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '78.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22405, '2023-03-31', 2524, 20188, 7343, 5121, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22406, '2023-03-31', 2504, 20189, 7343, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22407, '2023-03-31', 2647, 20190, 7344, 32015, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22408, '2023-03-31', 2504, 20191, 7345, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22409, '2023-03-31', 2711, 20192, 7346, 30878, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22410, '2023-03-31', 2645, 20193, 7346, 32066, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22411, '2023-03-31', 3061, 20194, 7346, 28497, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22412, '2023-03-31', 2645, 20195, 7347, 32066, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22413, '2023-03-31', 3230, 20196, 7348, 31994, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22414, '2023-03-31', 2923, 20197, 7349, 28516, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22415, '2023-03-31', 2923, 20197, 7349, 28993, '-2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22416, '2023-03-31', 2923, 20197, 7349, 30140, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22417, '2023-03-31', 2923, 20197, 7349, 32523, '4.0000', '3.0000', '3.0000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22418, '2023-03-31', 2924, 20198, 7349, 29659, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22419, '2023-03-31', 2645, 20199, 7350, 32066, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22420, '2023-03-31', 2710, 20200, 7351, 30879, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22421, '2023-03-31', 3641, 20201, 7351, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22422, '2023-03-31', 2902, 20202, 7351, 32033, '3.0000', '6.2500', '6.2500', '9.0000', '9.0000', '14.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22423, '2023-03-31', 3084, 20203, 7351, 18545, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22424, '2023-03-31', 2749, 20204, 7351, 4849, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22425, '2023-03-31', 2711, 20205, 7352, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22426, '2023-03-31', 3641, 20206, 7352, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22427, '2023-03-31', 2902, 20207, 7352, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '13.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22428, '2023-03-31', 3483, 20208, 7352, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '218.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22429, '2023-03-31', 3784, 20209, 7352, 22855, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22430, '2023-03-31', 2902, 20210, 7353, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '12.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22431, '2023-03-31', 3311, 20211, 7353, 29672, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22432, '2023-03-31', 3483, 20212, 7353, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '217.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22433, '2023-03-31', 2711, 20213, 7353, 30878, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22434, '2023-03-31', 3641, 20214, 7353, 28480, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22435, '2023-03-31', 3231, 20215, 7353, 31995, '1.0000', '1.8300', '1.8300', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22436, '2023-03-31', 2902, 20216, 7354, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22437, '2023-03-31', 3048, 20217, 7354, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '163.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22438, '2023-03-31', 3641, 20218, 7354, 28480, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22439, '2023-03-31', 2864, 20219, 7354, 32060, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22440, '2023-03-31', 2951, 20220, 7354, 22794, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22441, '2023-03-31', 2642, 20221, 7355, 32026, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22442, '2023-03-31', 3641, 20222, 7355, 28480, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22443, '2023-03-31', 2902, 20223, 7355, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22444, '2023-03-31', 2864, 20224, 7355, 32060, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22445, '2023-03-31', 2902, 20225, 7356, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22446, '2023-03-31', 2949, 20226, 7356, 32027, '2.0000', '6.1700', '6.1700', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22447, '2023-03-31', 2710, 20227, 7356, 30879, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22448, '2023-03-31', 2710, 20227, 7356, 31309, '-1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22449, '2023-03-31', 2710, 20227, 7356, 32036, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '22.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22450, '2023-03-31', 3641, 20228, 7356, 28480, '3.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22451, '2023-03-31', 2517, 20229, 7356, 30829, '2.0000', '11.4200', '11.4200', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22452, '2023-03-31', 2711, 20230, 7357, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22453, '2023-03-31', 3084, 20231, 7357, 18545, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22454, '2023-03-31', 3311, 20232, 7357, 29672, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22455, '2023-03-31', 3114, 20233, 7357, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22456, '2023-03-31', 2902, 20234, 7357, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22457, '2023-03-31', 2889, 20235, 7357, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22458, '2023-03-31', 3641, 20236, 7357, 28925, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22459, '2023-03-31', 3641, 20236, 7357, 30070, '3.0000', '1.7500', '1.7500', '2.5000', '2.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22460, '2023-03-31', 2645, 20237, 7358, 32066, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22461, '2023-03-31', 2645, 20238, 7359, 32066, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22462, '2023-03-31', 3182, 20239, 7360, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22463, '2023-03-31', 2902, 20240, 7360, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22464, '2023-03-31', 3084, 20241, 7360, 18764, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22465, '2023-03-31', 2645, 20242, 7361, 32066, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22466, '2023-03-31', 2645, 20243, 7362, 32066, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22467, '2023-03-31', 2713, 20244, 7363, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22468, '2023-03-31', 2645, 20245, 7364, 32066, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 543, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22469, '2023-03-31', 2645, 20245, 7364, 32463, '-5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22470, '2023-03-31', 2645, 20245, 7364, 33194, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22471, '2023-03-31', 3483, 20246, 7365, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '215.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22472, '2023-03-31', 2791, 20247, 7366, 22829, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22473, '2023-03-31', 3048, 20248, 7366, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '162.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22474, '2023-03-31', 2645, 20249, 7366, 33194, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '62.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22475, '2023-03-31', 2644, 20250, 7367, 32019, '10.0000', '3.4229', '3.4229', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22476, '2023-03-31', 2648, 20251, 7367, 32016, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22477, '2023-03-31', 2647, 20252, 7367, 32015, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '40.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22478, '2023-03-31', 3015, 20253, 7367, 24526, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22479, '2023-03-31', 3123, 20254, 7368, 30836, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22480, '2023-03-31', 3123, 20254, 7368, 31366, '-1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22481, '2023-03-31', 3123, 20254, 7368, 31993, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22482, '2023-03-31', 3648, 20255, 7368, 15724, '-8.0000', '24.0000', '24.0000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22483, '2023-03-31', 3648, 20255, 7368, 17381, '7.0000', '24.0000', '24.0000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 319, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22484, '2023-03-31', 3648, 20255, 7368, 18519, '2.0000', '24.0000', '24.0000', '30.0000', '30.0000', '8.0000', 1, 0, NULL, 358, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22485, '2023-03-31', 2504, 20256, 7368, 30863, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22486, '2023-03-31', 3825, 20257, 7368, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22487, '2023-03-31', 2952, 20258, 7368, 33195, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '54.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22488, '2023-03-31', 2648, 20259, 7369, 32016, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22489, '2023-03-31', 2647, 20260, 7369, 32015, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22490, '2023-04-01', 3085, 20261, 7370, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22491, '2023-04-01', 3074, 20262, 7371, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22492, '2023-04-01', 2483, 20263, 7372, 6708, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22493, '2023-04-01', 2791, 20264, 7373, 22829, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22494, '2023-04-01', 2505, 20265, 7374, 9886, '1.0000', '2.8333', '2.8333', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22495, '2023-04-01', 2970, 20266, 7374, 4265, '2.0000', '2.8000', '2.8000', '6.5000', '6.5000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22496, '2023-04-01', 2534, 20267, 7375, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22497, '2023-04-01', 2949, 20268, 7375, 32027, '1.0000', '6.1700', '6.1700', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22498, '2023-04-01', 2712, 20269, 7375, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22499, '2023-04-01', 3101, 20270, 7376, 4396, '1.0000', '6.8700', '6.8700', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22500, '2023-04-01', 3861, 20271, 7376, 27320, '1.0000', '15.3200', '15.3200', '20.0000', '20.0000', '2.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22501, '2023-04-01', 3015, 20272, 7377, 24526, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22502, '2023-04-01', 3048, 20273, 7377, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '160.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22503, '2023-04-01', 3618, 20274, 7377, 14531, '2.0000', '3.4000', '3.4000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22504, '2023-04-01', 2645, 20275, 7378, 33194, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22505, '2023-04-01', 2924, 20276, 7378, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22506, '2023-04-01', 2935, 20277, 7378, 29689, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22507, '2023-04-01', 2749, 20278, 7379, 4849, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '39.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22508, '2023-04-01', 2490, 20279, 7379, 3785, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22509, '2023-04-01', 2719, 20280, 7379, 27242, '2.0000', '0.7100', '0.7100', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22510, '2023-04-01', 3327, 20281, 7379, 7891, '-1.0000', '15.8800', '15.8800', '22.0000', '22.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22511, '2023-04-01', 3327, 20281, 7379, 8852, '1.0000', '15.8800', '15.8800', '22.0000', '22.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22512, '2023-04-01', 3327, 20281, 7379, 9813, '-1.0000', '15.8800', '15.8800', '22.0000', '22.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22513, '2023-04-01', 3327, 20281, 7379, 23005, '2.0000', '15.8800', '15.8800', '22.0000', '22.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22514, '2023-04-01', 2710, 20282, 7379, 32036, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '21.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22515, '2023-04-01', 3114, 20283, 7379, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22516, '2023-04-01', 2649, 20284, 7380, 32025, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22517, '2023-04-01', 2534, 20285, 7381, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22518, '2023-04-01', 2524, 20286, 7382, 5121, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22519, '2023-04-01', 3300, 20287, 7383, 4595, '4.0000', '0.1800', '0.1800', '0.7500', '0.7500', '2054.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22520, '2023-04-01', 3301, 20288, 7383, 4596, '4.0000', '0.4000', '0.4000', '0.7500', '0.7500', '1102.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22521, '2023-04-01', 2864, 20289, 7383, 32060, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22522, '2023-04-01', 2902, 20290, 7383, 32033, '2.0000', '6.2500', '6.2500', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22523, '2023-04-01', 2645, 20291, 7384, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '58.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22524, '2023-04-01', 2713, 20292, 7385, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22525, '2023-04-01', 2949, 20293, 7386, 32027, '1.0000', '6.1700', '6.1700', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22526, '2023-04-01', 2711, 20294, 7387, 30878, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22527, '2023-04-01', 3787, 20295, 7388, 18565, '4.0000', '0.1842', '0.1842', '0.5000', '0.5000', '145.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22528, '2023-04-01', 2698, 20296, 7388, 30808, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22529, '2023-04-01', 3084, 20297, 7389, 18764, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22530, '2023-04-01', 2712, 20298, 7390, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22531, '2023-04-01', 2935, 20299, 7390, 29689, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22532, '2023-04-01', 2645, 20300, 7391, 33194, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22533, '2023-04-01', 2935, 20301, 7391, 29689, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22534, '2023-04-01', 2645, 20302, 7392, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '54.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22535, '2023-04-01', 3114, 20303, 7393, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22536, '2023-04-01', 2647, 20304, 7394, 32015, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22537, '2023-04-01', 2645, 20305, 7394, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22538, '2023-04-01', 2952, 20306, 7394, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '53.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22539, '2023-04-01', 2712, 20307, 7395, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22540, '2023-04-01', 3853, 20308, 7395, 27287, '2.0000', '0.7250', '0.7250', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22541, '2023-04-01', 2936, 20309, 7396, 30852, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22542, '2023-04-01', 2936, 20309, 7396, 32041, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '33.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22543, '2023-04-01', 2645, 20310, 7397, 33194, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22544, '2023-04-01', 3048, 20311, 7398, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '157.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22545, '2023-04-01', 3047, 20312, 7398, 29653, '1.0000', '1.6700', '1.6700', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 482, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22546, '2023-04-01', 3483, 20313, 7398, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '213.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22547, '2023-04-01', 2789, 20314, 7398, 30827, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22548, '2023-04-01', 2950, 20315, 7398, 32034, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22549, '2023-04-01', 2645, 20316, 7399, 33194, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22550, '2023-04-01', 2952, 20317, 7400, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22551, '2023-04-01', 2926, 20318, 7400, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22552, '2023-04-01', 2918, 20319, 7400, 14589, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22553, '2023-04-01', 2951, 20320, 7401, 22794, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22554, '2023-04-02', 2712, 20321, 7402, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22555, '2023-04-02', 2650, 20322, 7402, 32023, '5.0000', '4.5833', '4.5833', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22556, '2023-04-02', 3187, 20323, 7402, 32007, '1.0000', '0.7145', '0.7145', '1.2500', '1.2500', '42.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22557, '2023-04-02', 3085, 20324, 7402, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22558, '2023-04-02', 2713, 20325, 7402, 32035, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22559, '2023-04-02', 2645, 20326, 7403, 33194, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22560, '2023-04-02', 2534, 20327, 7403, 31996, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22561, '2023-04-02', 2902, 20328, 7403, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22562, '2023-04-02', 3114, 20329, 7403, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22563, '2023-04-02', 2935, 20330, 7403, 29689, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22564, '2023-04-02', 2918, 20331, 7403, 14589, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 273, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22565, '2023-04-02', 2936, 20332, 7403, 32041, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '32.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22566, '2023-04-02', 2952, 20333, 7403, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22567, '2023-04-02', 3061, 20334, 7404, 28497, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22568, '2023-04-02', 2645, 20335, 7404, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22569, '2023-04-02', 3639, 20336, 7404, 14568, '2.0000', '3.5000', '3.5000', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 267, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22570, '2023-04-02', 2982, 20337, 7404, 28450, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22571, '2023-04-02', 3246, 20338, 7405, 4541, '1.0000', '2.7900', '2.7900', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22572, '2023-04-02', 2965, 20339, 7406, 4260, '6.0000', '2.8000', '2.8000', '4.5000', '4.5000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22573, '2023-04-02', 2968, 20340, 7406, 4263, '6.0000', '2.8000', '2.8000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22574, '2023-04-02', 3612, 20341, 7406, 14508, '5.0000', '1.0416', '1.0416', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22575, '2023-04-02', 2713, 20342, 7407, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '59.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22576, '2023-04-02', 3074, 20343, 7408, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22577, '2023-04-02', 3609, 20344, 7409, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22578, '2023-04-02', 3085, 20345, 7410, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22579, '2023-04-02', 3086, 20346, 7410, 27295, '3.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22580, '2023-04-02', 2505, 20347, 7411, 9886, '1.0000', '2.8333', '2.8333', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22581, '2023-04-02', 2645, 20348, 7412, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22582, '2023-04-02', 3479, 20349, 7413, 4731, '2.0000', '4.5000', '4.5000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22583, '2023-04-02', 2923, 20350, 7413, 32523, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22584, '2023-04-02', 2483, 20351, 7414, 7671, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22585, '2023-04-02', 2936, 20352, 7415, 32041, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '31.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22586, '2023-04-02', 2922, 20353, 7415, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22587, '2023-04-02', 2919, 20354, 7415, 30849, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22588, '2023-04-02', 3479, 20355, 7415, 4731, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22589, '2023-04-02', 2645, 20356, 7416, 33194, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22590, '2023-04-02', 3120, 20357, 7417, 32064, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22591, '2023-04-02', 2712, 20358, 7418, 32044, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22592, '2023-04-02', 2712, 20358, 7418, 32506, '-5.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22593, '2023-04-02', 2712, 20358, 7418, 33192, '6.0000', '15.3750', '15.3750', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22594, '2023-04-02', 2910, 20359, 7419, 4205, '1.0000', '3.4900', '3.4900', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22595, '2023-04-02', 3250, 20360, 7419, 4545, '1.0000', '12.4700', '12.4700', '19.0000', '19.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22596, '2023-04-02', 3254, 20361, 7419, 4549, '6.0000', '0.0800', '0.0800', '0.5000', '0.5000', '133.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22597, '2023-04-02', 2645, 20362, 7420, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22598, '2023-04-02', 2649, 20363, 7421, 32025, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22599, '2023-04-02', 3305, 20364, 7422, 4600, '18.0000', '0.6100', '0.6100', '1.0000', '1.0000', '60.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22600, '2023-04-02', 3086, 20365, 7423, 27459, '-1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22601, '2023-04-02', 3086, 20365, 7423, 28661, '2.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22602, '2023-04-02', 3086, 20365, 7423, 30992, '-3.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22603, '2023-04-02', 3086, 20365, 7423, 31998, '5.0000', '2.9700', '2.9700', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22604, '2023-04-02', 2645, 20366, 7423, 33194, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22605, '2023-04-02', 3061, 20367, 7423, 28497, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22606, '2023-04-02', 3063, 20368, 7423, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22607, '2023-04-02', 2916, 20369, 7424, 29657, '2.0000', '41.0231', '41.0231', '52.0000', '52.0000', '3.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22608, '2023-04-02', 2648, 20370, 7425, 32016, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22609, '2023-04-02', 2713, 20371, 7426, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '58.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22610, '2023-04-02', 2713, 20372, 7427, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '57.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22611, '2023-04-02', 3627, 20373, 7428, 14545, '2.0000', '0.6000', '0.6000', '2.0000', '2.0000', '46.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22612, '2023-04-02', 2645, 20374, 7429, 33194, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22613, '2023-04-02', 2649, 20375, 7429, 32654, '-3.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22614, '2023-04-02', 2649, 20375, 7429, 33196, '6.0000', '5.4167', '5.4167', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22615, '2023-04-02', 3048, 20376, 7430, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '155.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22616, '2023-04-02', 2713, 20377, 7431, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '56.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22617, '2023-04-02', 2711, 20378, 7432, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22618, '2023-04-02', 2499, 20379, 7433, 32029, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22619, '2023-04-02', 2508, 20380, 7434, 30864, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22620, '2023-04-02', 2645, 20381, 7435, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22621, '2023-04-02', 2918, 20382, 7436, 15026, '-110.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22622, '2023-04-02', 2918, 20382, 7436, 16347, '-1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22623, '2023-04-02', 2918, 20382, 7436, 17862, '-3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22624, '2023-04-02', 2918, 20382, 7436, 18560, '50.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 367, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22625, '2023-04-02', 2918, 20382, 7436, 20060, '-3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22626, '2023-04-02', 2918, 20382, 7436, 21108, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22627, '2023-04-02', 2918, 20382, 7436, 22156, '-3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22628, '2023-04-02', 2918, 20382, 7436, 24018, '50.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 427, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22629, '2023-04-02', 2918, 20382, 7436, 24450, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22630, '2023-04-02', 2918, 20382, 7436, 25517, '-1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22631, '2023-04-02', 2918, 20382, 7436, 26584, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22632, '2023-04-02', 2918, 20382, 7436, 28991, '-2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22633, '2023-04-02', 2918, 20382, 7436, 29658, '22.0000', '1.8750', '1.8750', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22634, '2023-04-02', 2924, 20383, 7436, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22635, '2023-04-02', 2713, 20384, 7436, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '55.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22636, '2023-04-02', 2645, 20385, 7437, 33194, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22637, '2023-04-02', 2952, 20386, 7437, 33195, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22638, '2023-04-02', 3048, 20387, 7437, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '153.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22639, '2023-04-02', 2712, 20388, 7437, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22640, '2023-04-02', 2645, 20389, 7438, 33194, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22641, '2023-04-02', 2710, 20390, 7438, 32036, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '20.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22642, '2023-04-02', 3086, 20391, 7438, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22643, '2023-04-02', 2952, 20392, 7438, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22644, '2023-04-02', 2924, 20393, 7439, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22645, '2023-04-02', 2927, 20394, 7440, 27346, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22646, '2023-04-02', 3592, 20395, 7440, 15764, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22647, '2023-04-02', 2936, 20396, 7440, 32041, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22648, '2023-04-02', 2653, 20397, 7441, 32018, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '102.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22649, '2023-04-02', 2952, 20398, 7441, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22650, '2023-04-02', 3483, 20399, 7441, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '212.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22651, '2023-04-02', 3120, 20400, 7442, 32064, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22652, '2023-04-02', 2653, 20401, 7443, 32018, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '100.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22653, '2023-04-02', 2649, 20402, 7444, 33196, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22654, '2023-04-02', 3483, 20403, 7444, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '210.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22655, '2023-04-02', 2711, 20404, 7445, 30878, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22656, '2023-04-02', 2653, 20405, 7446, 32018, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '94.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22657, '2023-04-03', 2712, 20406, 7447, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22658, '2023-04-03', 3835, 20407, 7448, 23991, '2.0000', '0.1750', '0.1750', '0.5000', '0.5000', '118.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22659, '2023-04-03', 3847, 20408, 7448, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22660, '2023-04-03', 3045, 20409, 7448, 4340, '2.0000', '8.0000', '8.0000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22661, '2023-04-03', 3045, 20409, 7448, 5801, '1.0000', '8.0000', '8.0000', '15.0000', '15.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22662, '2023-04-03', 3326, 20410, 7448, 5968, '1.0000', '22.7300', '22.7300', '30.0000', '30.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22663, '2023-04-03', 3876, 20411, 7448, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '19.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22664, '2023-04-03', 2960, 20412, 7448, 27301, '1.0000', '9.2878', '9.2878', '12.0000', '12.0000', '20.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22665, '2023-04-03', 2965, 20413, 7448, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22666, '2023-04-03', 3199, 20414, 7448, 4494, '1.0000', '43.2300', '43.2300', '58.0000', '58.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22667, '2023-04-03', 2712, 20415, 7449, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22668, '2023-04-03', 3483, 20416, 7449, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '207.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22669, '2023-04-03', 3212, 20417, 7449, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22670, '2023-04-03', 3772, 20418, 7449, 32006, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22671, '2023-04-03', 3085, 20419, 7450, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22672, '2023-04-03', 3123, 20420, 7450, 31993, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22673, '2023-04-03', 3772, 20421, 7451, 32006, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22674, '2023-04-03', 3212, 20422, 7451, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22675, '2023-04-03', 3483, 20423, 7451, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '206.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22676, '2023-04-03', 3048, 20424, 7452, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '151.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22677, '2023-04-03', 3483, 20425, 7452, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '205.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22678, '2023-04-03', 3015, 20426, 7452, 24526, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22679, '2023-04-03', 3123, 20427, 7453, 31993, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22680, '2023-04-03', 3640, 20428, 7453, 14571, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22681, '2023-04-03', 2712, 20429, 7453, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22682, '2023-04-03', 2508, 20430, 7454, 30864, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22683, '2023-04-03', 2713, 20431, 7455, 32042, '2.0000', '5.2890', '5.2890', '8.0000', '8.0000', '53.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22684, '2023-04-03', 2936, 20432, 7455, 32041, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22685, '2023-04-03', 3611, 20433, 7455, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22686, '2023-04-03', 3212, 20434, 7456, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22687, '2023-04-03', 2713, 20435, 7457, 32042, '3.0000', '5.2890', '5.2890', '8.0000', '8.0000', '50.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22688, '2023-04-03', 2648, 20436, 7458, 32016, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22689, '2023-04-03', 2647, 20437, 7458, 32015, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22690, '2023-04-03', 2901, 20438, 7459, 32022, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 535, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22691, '2023-04-03', 3609, 20439, 7460, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22692, '2023-04-03', 2645, 20440, 7460, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22693, '2023-04-03', 2691, 20441, 7461, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22694, '2023-04-03', 3577, 20442, 7462, 13262, '1.0000', '26.3400', '26.3400', '35.0000', '35.0000', '7.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22695, '2023-04-03', 2653, 20443, 7463, 32018, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '92.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22696, '2023-04-03', 2653, 20444, 7464, 32018, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '88.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22697, '2023-04-03', 2645, 20445, 7464, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22698, '2023-04-03', 2711, 20446, 7465, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22699, '2023-04-03', 2710, 20447, 7465, 32036, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '19.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22700, '2023-04-03', 2712, 20448, 7466, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22701, '2023-04-03', 3048, 20449, 7466, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '150.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22702, '2023-04-03', 3538, 20450, 7467, 5270, '2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22703, '2023-04-03', 2698, 20451, 7467, 30808, '4.0000', '5.4000', '5.4000', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22704, '2023-04-03', 2699, 20452, 7467, 32002, '5.0000', '5.3200', '5.3200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 528, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22705, '2023-04-03', 2699, 20452, 7467, 33064, '-2.0000', '5.3200', '5.3200', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22706, '2023-04-03', 2699, 20452, 7467, 33205, '12.0000', '5.3000', '5.3000', '8.0000', '8.0000', '88.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22707, '2023-04-03', 2698, 20453, 7468, 30808, '4.0000', '5.4000', '5.4000', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22708, '2023-04-03', 3074, 20454, 7468, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22709, '2023-04-03', 3538, 20455, 7468, 5270, '2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22710, '2023-04-03', 2916, 20456, 7469, 29657, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22711, '2023-04-03', 2790, 20457, 7469, 30835, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22712, '2023-04-03', 2608, 20458, 7470, 27305, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22713, '2023-04-03', 2646, 20459, 7471, 32017, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22714, '2023-04-03', 3868, 20460, 7471, 28461, '2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 461, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22715, '2023-04-03', 2949, 20461, 7471, 32027, '1.0000', '6.1700', '6.1700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22716, '2023-04-03', 3017, 20462, 7471, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22717, '2023-04-03', 2646, 20463, 7472, 32017, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22718, '2023-04-03', 3017, 20464, 7472, 27245, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 434, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22719, '2023-04-03', 3017, 20464, 7472, 28203, '-2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22720, '2023-04-03', 3017, 20464, 7472, 33212, '4.0000', '4.6000', '4.6000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22721, '2023-04-03', 3868, 20465, 7472, 30573, '-2.0000', '0.8000', '0.8000', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22722, '2023-04-03', 3868, 20465, 7472, 33220, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '154.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22723, '2023-04-03', 2822, 20466, 7472, 30856, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22724, '2023-04-03', 2646, 20467, 7473, 32017, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22725, '2023-04-03', 2646, 20467, 7473, 32465, '-5.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22726, '2023-04-03', 2646, 20467, 7473, 33221, '10.0000', '11.4417', '11.4417', '15.0000', '15.0000', '50.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22727, '2023-04-03', 2949, 20468, 7473, 32229, '-1.0000', '6.1700', '6.1700', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22728, '2023-04-03', 2949, 20468, 7473, 33231, '4.0000', '6.6900', '6.6900', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22729, '2023-04-03', 2790, 20469, 7473, 30835, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22730, '2023-04-03', 3868, 20470, 7473, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '152.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22731, '2023-04-03', 3641, 20471, 7474, 30070, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22732, '2023-04-03', 2879, 20472, 7474, 33238, '4.0000', '5.5300', '5.5300', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22733, '2023-04-03', 3064, 20473, 7474, 33240, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22734, '2023-04-03', 3172, 20474, 7474, 32061, '11.0000', '3.6000', '3.6000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22735, '2023-04-03', 3074, 20475, 7475, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22736, '2023-04-03', 3885, 20476, 7475, 30851, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22737, '2023-04-03', 2713, 20477, 7476, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '49.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22738, '2023-04-03', 3172, 20478, 7476, 32061, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22739, '2023-04-03', 2713, 20479, 7477, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '48.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22740, '2023-04-03', 3048, 20480, 7477, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '149.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22741, '2023-04-03', 2504, 20481, 7478, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22742, '2023-04-03', 2649, 20482, 7479, 33196, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22743, '2023-04-03', 3621, 20483, 7479, 14537, '3.0000', '0.5833', '0.5833', '3.0000', '3.0000', '40.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22744, '2023-04-03', 3015, 20484, 7479, 24526, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22745, '2023-04-03', 3561, 20485, 7480, 28500, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22746, '2023-04-03', 2508, 20486, 7480, 30864, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22747, '2023-04-03', 2711, 20487, 7481, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22748, '2023-04-03', 2504, 20488, 7482, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22749, '2023-04-03', 2902, 20489, 7483, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22750, '2023-04-03', 2499, 20490, 7484, 32029, '2.0000', '8.5400', '8.5400', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22751, '2023-04-03', 3017, 20491, 7484, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22752, '2023-04-03', 2646, 20492, 7484, 33221, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22753, '2023-04-03', 2645, 20493, 7485, 33194, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22754, '2023-04-03', 3084, 20494, 7485, 18764, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22755, '2023-04-03', 2927, 20495, 7486, 27346, '7.0000', '1.8750', '1.8750', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22756, '2023-04-03', 2918, 20496, 7486, 29658, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '25.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22757, '2023-04-03', 2936, 20497, 7486, 32041, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '24.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22758, '2023-04-03', 2648, 20498, 7487, 32016, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22759, '2023-04-03', 2916, 20499, 7488, 29657, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '1.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22760, '2023-04-03', 3182, 20500, 7488, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22761, '2023-04-03', 3608, 20501, 7488, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '26.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22762, '2023-04-03', 2646, 20502, 7489, 33221, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '43.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22763, '2023-04-03', 2500, 20503, 7490, 32028, '1.0000', '10.8500', '10.8500', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22764, '2023-04-03', 2712, 20504, 7491, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22765, '2023-04-03', 2927, 20505, 7491, 27346, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22766, '2023-04-03', 2935, 20506, 7491, 29689, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22767, '2023-04-03', 2936, 20507, 7491, 32041, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22768, '2023-04-03', 2646, 20508, 7491, 33221, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22769, '2023-04-03', 3048, 20509, 7492, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '147.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22770, '2023-04-03', 3123, 20510, 7492, 31993, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22771, '2023-04-03', 3646, 20511, 7492, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22772, '2023-04-03', 2646, 20512, 7493, 33221, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '37.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22773, '2023-04-03', 2646, 20513, 7494, 33221, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22774, '2023-04-03', 2646, 20514, 7495, 33221, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22775, '2023-04-03', 2646, 20515, 7496, 33221, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22776, '2023-04-03', 2645, 20516, 7497, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22777, '2023-04-04', 2645, 20517, 7498, 33194, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22778, '2023-04-04', 3123, 20518, 7499, 32063, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22779, '2023-04-04', 2916, 20519, 7500, 29657, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22780, '2023-04-04', 2691, 20520, 7500, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22781, '2023-04-04', 3847, 20521, 7500, 27275, '3.0000', '3.1633', '3.1633', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22782, '2023-04-04', 3080, 20522, 7500, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '27.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22783, '2023-04-04', 3264, 20523, 7500, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '51.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22784, '2023-04-04', 3876, 20524, 7500, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '18.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22785, '2023-04-04', 3233, 20525, 7501, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22786, '2023-04-04', 3260, 20526, 7501, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '28.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22787, '2023-04-04', 2719, 20527, 7501, 27242, '2.0000', '0.7100', '0.7100', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22788, '2023-04-04', 2490, 20528, 7501, 3785, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22789, '2023-04-04', 2725, 20529, 7501, 27240, '1.0000', '2.9100', '2.9100', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22790, '2023-04-04', 2726, 20530, 7501, 28550, '1.0000', '12.7500', '12.7500', '25.0000', '25.0000', '73.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22791, '2023-04-04', 3106, 20531, 7502, 4401, '1.0000', '15.7500', '15.7500', '25.0000', '25.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22792, '2023-04-04', 2951, 20532, 7503, 22794, '3.0000', '2.5500', '2.5500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 387, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22793, '2023-04-04', 3827, 20533, 7503, 22880, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 402, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22794, '2023-04-04', 3015, 20534, 7504, 24526, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22795, '2023-04-04', 3212, 20535, 7505, 27289, '1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 442, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22796, '2023-04-04', 3048, 20536, 7506, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '146.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22797, '2023-04-04', 3074, 20537, 7506, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22798, '2023-04-04', 3868, 20538, 7507, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '150.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22799, '2023-04-04', 2712, 20539, 7508, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22800, '2023-04-04', 2713, 20540, 7509, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22801, '2023-04-04', 2901, 20541, 7510, 32022, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 535, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22802, '2023-04-04', 2901, 20541, 7510, 32095, '-1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22803, '2023-04-04', 2901, 20541, 7510, 33247, '3.0000', '14.3077', '14.3077', '18.0000', '18.0000', '26.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22804, '2023-04-04', 2649, 20542, 7511, 33196, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22805, '2023-04-04', 2952, 20543, 7511, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22806, '2023-04-04', 2650, 20544, 7511, 32023, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22807, '2023-04-04', 2711, 20545, 7512, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22808, '2023-04-04', 2646, 20546, 7513, 33221, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22809, '2023-04-04', 3048, 20547, 7513, 29655, '7.0000', '0.8333', '0.8333', '1.5000', '1.5000', '139.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22810, '2023-04-04', 2922, 20548, 7514, 32037, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22811, '2023-04-04', 2936, 20549, 7515, 32041, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22812, '2023-04-04', 2790, 20550, 7516, 30835, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 510, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22813, '2023-04-04', 3172, 20551, 7516, 32061, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22814, '2023-04-04', 3868, 20552, 7516, 33220, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '145.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22815, '2023-04-04', 2949, 20553, 7517, 33231, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22816, '2023-04-04', 2949, 20554, 7518, 33231, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22817, '2023-04-04', 3084, 20555, 7518, 18764, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22818, '2023-04-04', 3114, 20556, 7519, 32047, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22819, '2023-04-04', 3120, 20557, 7519, 32064, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22820, '2023-04-04', 3646, 20558, 7520, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22821, '2023-04-04', 3592, 20559, 7521, 15764, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22822, '2023-04-04', 2935, 20560, 7521, 29689, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22823, '2023-04-04', 2922, 20561, 7521, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22824, '2023-04-04', 2901, 20562, 7522, 33247, '2.0000', '14.3077', '14.3077', '18.0000', '18.0000', '24.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22825, '2023-04-04', 2902, 20563, 7522, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22826, '2023-04-04', 2713, 20564, 7522, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22827, '2023-04-04', 3641, 20565, 7522, 30070, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22828, '2023-04-04', 3641, 20565, 7522, 32453, '-2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22829, '2023-04-04', 3641, 20565, 7522, 33244, '4.0000', '1.7500', '1.7500', '2.5000', '2.5000', '32.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22830, '2023-04-04', 3003, 20566, 7522, 5632, '1.0000', '7.1800', '7.1800', '10.0000', '10.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22831, '2023-04-04', 2645, 20567, 7523, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22832, '2023-04-04', 2927, 20568, 7523, 27346, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22833, '2023-04-04', 2504, 20569, 7523, 30863, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22834, '2023-04-04', 2504, 20569, 7523, 32478, '-3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22835, '2023-04-04', 2504, 20569, 7523, 33227, '7.0000', '2.5000', '2.5000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22836, '2023-04-04', 2950, 20570, 7524, 32034, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22837, '2023-04-04', 3868, 20571, 7524, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '143.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22838, '2023-04-04', 2853, 20572, 7525, 4148, '1.0000', '2.7800', '2.7800', '6.0000', '6.0000', '43.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22839, '2023-04-04', 3187, 20573, 7525, 32007, '4.0000', '0.7145', '0.7145', '1.2500', '1.2500', '38.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22840, '2023-04-04', 2647, 20574, 7526, 32015, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22841, '2023-04-04', 2712, 20575, 7527, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22842, '2023-04-04', 3868, 20576, 7528, 33220, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '138.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22843, '2023-04-04', 2646, 20577, 7529, 33221, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '27.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22844, '2023-04-04', 2642, 20578, 7529, 32026, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22845, '2023-04-04', 2651, 20579, 7530, 29681, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22846, '2023-04-04', 2949, 20580, 7531, 33231, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22847, '2023-04-04', 3889, 20581, 7531, 33193, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '9.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22848, '2023-04-04', 2645, 20582, 7532, 33194, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22849, '2023-04-04', 2645, 20583, 7533, 33194, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22850, '2023-04-04', 3123, 20584, 7533, 32063, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22851, '2023-04-04', 2822, 20585, 7533, 30856, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22852, '2023-04-04', 2822, 20585, 7533, 31269, '-1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22853, '2023-04-04', 2822, 20585, 7533, 32464, '-1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22854, '2023-04-04', 2822, 20585, 7533, 33223, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '69.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22855, '2023-04-04', 3172, 20586, 7534, 32061, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22856, '2023-04-04', 2645, 20587, 7535, 33194, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22857, '2023-04-04', 3172, 20588, 7535, 32061, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22858, '2023-04-04', 2645, 20589, 7536, 33194, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22859, '2023-04-04', 2645, 20590, 7537, 33194, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 545, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22860, '2023-04-04', 2645, 20590, 7537, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '95.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22861, '2023-04-04', 2646, 20591, 7538, 33221, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22862, '2023-04-04', 2952, 20592, 7538, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22863, '2023-04-04', 2649, 20593, 7539, 33196, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22864, '2023-04-04', 3172, 20594, 7539, 32061, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22865, '2023-04-04', 3048, 20595, 7539, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '138.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22866, '2023-04-04', 3868, 20596, 7540, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '137.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22867, '2023-04-04', 3868, 20597, 7541, 33220, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '132.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22868, '2023-04-04', 2645, 20598, 7542, 33222, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '92.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22869, '2023-04-04', 2645, 20599, 7543, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '91.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22870, '2023-04-04', 3172, 20600, 7543, 32061, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22871, '2023-04-04', 2645, 20601, 7544, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '89.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22872, '2023-04-04', 3086, 20602, 7545, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '17.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22873, '2023-04-04', 2646, 20603, 7546, 33221, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22874, '2023-04-04', 2952, 20604, 7546, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22875, '2023-04-04', 3172, 20605, 7546, 32061, '2.0000', '3.6000', '3.6000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22876, '2023-04-04', 2645, 20606, 7547, 33222, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '85.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22877, '2023-04-04', 2504, 20607, 7548, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22878, '2023-04-04', 3015, 20608, 7548, 24526, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22879, '2023-04-04', 3784, 20609, 7548, 22855, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22880, '2023-04-04', 3048, 20610, 7548, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '137.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22881, '2023-04-04', 3609, 20611, 7548, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22882, '2023-04-04', 2645, 20612, 7549, 33222, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '81.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22883, '2023-04-04', 2502, 20613, 7550, 15674, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22884, '2023-04-04', 2504, 20614, 7550, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22885, '2023-04-04', 2678, 20615, 7550, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22886, '2023-04-04', 2653, 20616, 7550, 32018, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '85.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22887, '2023-04-04', 3187, 20617, 7551, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '36.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22888, '2023-04-04', 2713, 20618, 7552, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22889, '2023-04-04', 2645, 20619, 7552, 33222, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '78.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22890, '2023-04-04', 2653, 20620, 7553, 32018, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '79.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22891, '2023-04-05', 3847, 20621, 7554, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22892, '2023-04-05', 2699, 20622, 7554, 33205, '1.0000', '5.3000', '5.3000', '8.0000', '8.0000', '87.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22893, '2023-04-05', 2645, 20623, 7555, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '77.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22894, '2023-04-05', 3085, 20624, 7555, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22895, '2023-04-05', 3847, 20625, 7556, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22896, '2023-04-05', 2960, 20626, 7557, 27301, '1.0000', '9.2878', '9.2878', '12.0000', '12.0000', '19.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22897, '2023-04-05', 2699, 20627, 7557, 33205, '1.0000', '5.3000', '5.3000', '8.0000', '8.0000', '86.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22898, '2023-04-05', 2713, 20628, 7558, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22899, '2023-04-05', 3048, 20629, 7558, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '134.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22900, '2023-04-05', 3640, 20630, 7559, 14571, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22901, '2023-04-05', 3561, 20631, 7560, 28500, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22902, '2023-04-05', 2930, 20632, 7560, 29660, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22903, '2023-04-05', 2653, 20633, 7560, 32018, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '75.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22904, '2023-04-05', 3017, 20634, 7560, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22905, '2023-04-05', 3114, 20635, 7560, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22906, '2023-04-05', 2711, 20636, 7560, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22907, '2023-04-05', 3120, 20637, 7561, 32064, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22908, '2023-04-05', 2507, 20638, 7561, 28499, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22909, '2023-04-05', 3644, 20639, 7562, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22910, '2023-04-05', 3868, 20640, 7562, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '131.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22911, '2023-04-05', 3015, 20641, 7562, 24526, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22912, '2023-04-05', 3483, 20642, 7562, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '204.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22913, '2023-04-05', 2712, 20643, 7562, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22914, '2023-04-05', 2756, 20644, 7563, 14308, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22915, '2023-04-05', 2775, 20645, 7564, 4070, '1.0000', '11.1700', '11.1700', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22916, '2023-04-05', 2901, 20646, 7565, 33247, '2.0000', '14.3077', '14.3077', '18.0000', '18.0000', '22.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22917, '2023-04-05', 2952, 20647, 7566, 33195, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22918, '2023-04-05', 2894, 20648, 7566, 28469, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22919, '2023-04-05', 2901, 20649, 7567, 33247, '2.0000', '14.3077', '14.3077', '18.0000', '18.0000', '20.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22920, '2023-04-05', 2712, 20650, 7568, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22921, '2023-04-05', 2934, 20651, 7568, 4732, '6.0000', '3.7500', '3.7500', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22922, '2023-04-05', 3868, 20652, 7569, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '130.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22923, '2023-04-05', 3120, 20653, 7570, 32064, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22924, '2023-04-05', 2901, 20654, 7571, 33247, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '19.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22925, '2023-04-05', 2713, 20655, 7572, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22926, '2023-04-05', 2864, 20656, 7573, 32060, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22927, '2023-04-05', 3172, 20657, 7573, 32061, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22928, '2023-04-05', 2790, 20658, 7574, 32470, '-3.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22929, '2023-04-05', 2790, 20658, 7574, 33211, '4.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22930, '2023-04-05', 3179, 20659, 7575, 4474, '1.0000', '9.9000', '9.9000', '14.0000', '14.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22931, '2023-04-05', 3085, 20660, 7576, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22932, '2023-04-05', 2902, 20661, 7577, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22933, '2023-04-05', 3889, 20662, 7577, 33193, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22934, '2023-04-05', 2712, 20663, 7578, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22935, '2023-04-05', 2646, 20664, 7579, 33221, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22936, '2023-04-05', 3048, 20665, 7579, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '133.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22937, '2023-04-05', 2969, 20666, 7580, 4264, '1.0000', '4.5000', '4.5000', '6.5000', '6.5000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22938, '2023-04-05', 2968, 20667, 7581, 4263, '1.0000', '2.8000', '2.8000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22939, '2023-04-05', 2952, 20668, 7581, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22940, '2023-04-05', 3114, 20669, 7581, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22941, '2023-04-05', 2920, 20670, 7582, 30848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22942, '2023-04-05', 2921, 20671, 7583, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22943, '2023-04-05', 2648, 20672, 7584, 32016, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22944, '2023-04-05', 3784, 20673, 7585, 22855, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22945, '2023-04-05', 2645, 20674, 7586, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '75.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22946, '2023-04-05', 2766, 20675, 7586, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '232.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22947, '2023-04-05', 2712, 20676, 7587, 33192, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22948, '2023-04-05', 3048, 20677, 7587, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '132.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22949, '2023-04-05', 2711, 20678, 7588, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22950, '2023-04-05', 2646, 20679, 7588, 33221, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22951, '2023-04-05', 3646, 20680, 7588, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22952, '2023-04-05', 2483, 20681, 7589, 8632, '-1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22953, '2023-04-05', 2483, 20681, 7589, 9593, '1.0000', '19.6400', '19.6400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22954, '2023-04-05', 2483, 20681, 7589, 10941, '-2.0000', '19.6400', '19.6400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22955, '2023-04-05', 2483, 20681, 7589, 11911, '2.0000', '19.6400', '19.6400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22956, '2023-04-05', 2483, 20681, 7589, 12881, '-2.0000', '19.6400', '19.6400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22957, '2023-04-05', 2483, 20681, 7589, 14148, '-2.0000', '19.6400', '19.6400', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22958, '2023-04-05', 2483, 20681, 7589, 14552, '5.0000', '20.0625', '20.0625', '26.0000', '26.0000', '5.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22959, '2023-04-05', 2926, 20682, 7590, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22960, '2023-04-05', 2921, 20683, 7590, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22961, '2023-04-05', 3085, 20684, 7591, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22962, '2023-04-05', 3061, 20685, 7591, 28497, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22963, '2023-04-05', 2646, 20686, 7592, 33221, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22964, '2023-04-05', 2653, 20687, 7593, 32018, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '73.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22965, '2023-04-05', 2713, 20688, 7594, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22966, '2023-04-05', 3048, 20689, 7595, 29655, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '126.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22967, '2023-04-05', 3084, 20690, 7596, 19852, '-21.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22968, '2023-04-05', 3084, 20690, 7596, 20900, '21.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22969, '2023-04-05', 3084, 20690, 7596, 21948, '-21.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22970, '2023-04-05', 3084, 20690, 7596, 23106, '-3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22971, '2023-04-05', 3084, 20690, 7596, 24240, '-2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22972, '2023-04-05', 3084, 20690, 7596, 25307, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22973, '2023-04-05', 3084, 20690, 7596, 26374, '-2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22974, '2023-04-05', 3084, 20690, 7596, 27298, '12.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 445, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22975, '2023-04-05', 3084, 20690, 7596, 27568, '-1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22976, '2023-04-05', 3084, 20690, 7596, 28452, '12.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22977, '2023-04-05', 3084, 20690, 7596, 31104, '-9.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22978, '2023-04-05', 3084, 20690, 7596, 31997, '12.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22979, '2023-04-05', 3084, 20690, 7596, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22980, '2023-04-05', 2504, 20691, 7596, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22981, '2023-04-05', 2822, 20692, 7597, 33223, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '67.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22982, '2023-04-05', 3063, 20693, 7597, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22983, '2023-04-05', 3646, 20694, 7597, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22984, '2023-04-05', 3825, 20695, 7597, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22985, '2023-04-05', 3815, 20696, 7598, 22817, '1.0000', '20.0000', '20.0000', '28.0000', '28.0000', '1.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22986, '2023-04-05', 3120, 20697, 7598, 32472, '-5.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22987, '2023-04-05', 3120, 20697, 7598, 33215, '6.0000', '5.8000', '5.8000', '7.0000', '7.0000', '30.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22988, '2023-04-05', 2534, 20698, 7598, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22989, '2023-04-05', 2502, 20699, 7599, 15674, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 279, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22990, '2023-04-05', 3178, 20700, 7600, 4473, '1.0000', '5.7200', '5.7200', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22991, '2023-04-05', 3080, 20701, 7600, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '26.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22992, '2023-04-05', 2926, 20702, 7601, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22993, '2023-04-05', 2930, 20703, 7601, 29660, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22994, '2023-04-05', 3074, 20704, 7602, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22995, '2023-04-05', 3885, 20705, 7602, 30851, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22996, '2023-04-05', 2923, 20706, 7602, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22997, '2023-04-05', 2647, 20707, 7602, 32015, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22998, '2023-04-05', 3592, 20708, 7603, 15764, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 299, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22999, '2023-04-05', 2919, 20709, 7604, 30849, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23000, '2023-04-05', 2923, 20710, 7604, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23001, '2023-04-05', 2926, 20711, 7604, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23002, '2023-04-05', 2921, 20712, 7604, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23003, '2023-04-05', 2645, 20713, 7605, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '73.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23004, '2023-04-05', 2934, 20714, 7606, 4732, '5.0000', '3.7500', '3.7500', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23005, '2023-04-05', 3592, 20715, 7606, 16363, '2.0000', '2.2500', '2.2500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23006, '2023-04-05', 3592, 20715, 7606, 29005, '-1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23007, '2023-04-05', 3592, 20715, 7606, 33255, '4.0000', '2.2500', '2.2500', '3.5000', '3.5000', '20.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23008, '2023-04-05', 2926, 20716, 7606, 28521, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23009, '2023-04-05', 3172, 20717, 7607, 32061, '1.0000', '3.6000', '3.6000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 541, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23010, '2023-04-05', 2710, 20718, 7607, 32036, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '18.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23011, '2023-04-05', 3172, 20719, 7608, 33005, '-24.0000', '3.6000', '3.6000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23012, '2023-04-05', 3172, 20719, 7608, 33239, '26.0000', '3.4737', '3.4737', '4.0000', '4.0000', '88.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23013, '2023-04-05', 2710, 20720, 7608, 32036, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '17.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23014, '2023-04-05', 3172, 20721, 7609, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '87.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23015, '2023-04-05', 2642, 20722, 7610, 32026, '6.0000', '7.2502', '7.2502', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23016, '2023-04-05', 2952, 20723, 7610, 33195, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23017, '2023-04-05', 3017, 20724, 7610, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23018, '2023-04-05', 3182, 20725, 7610, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23019, '2023-04-05', 2646, 20726, 7611, 33221, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23020, '2023-04-05', 3048, 20727, 7611, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '123.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23021, '2023-04-05', 2645, 20728, 7612, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '71.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23022, '2023-04-05', 2712, 20729, 7613, 33249, '2.0000', '15.0000', '15.0000', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23023, '2023-04-05', 3172, 20730, 7614, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '86.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23024, '2023-04-05', 3483, 20731, 7614, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '203.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23025, '2023-04-05', 3609, 20732, 7614, 14506, '3.0000', '0.3871', '0.3871', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23026, '2023-04-05', 2651, 20733, 7615, 29681, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 491, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23027, '2023-04-05', 2651, 20733, 7615, 32024, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23028, '2023-04-05', 2645, 20734, 7615, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '70.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23029, '2023-04-05', 2920, 20735, 7616, 30848, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23030, '2023-04-05', 2920, 20735, 7616, 32524, '-2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23031, '2023-04-05', 2920, 20735, 7616, 33251, '6.0000', '4.5000', '4.5000', '5.5000', '5.5000', '18.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23032, '2023-04-05', 2647, 20736, 7616, 32015, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23033, '2023-04-06', 2644, 20737, 7617, 32019, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23034, '2023-04-06', 3609, 20738, 7617, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23035, '2023-04-06', 3085, 20739, 7618, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23036, '2023-04-06', 2902, 20740, 7619, 32033, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23037, '2023-04-06', 3855, 20741, 7620, 27310, '5.0000', '5.4000', '5.4000', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23038, '2023-04-06', 3868, 20742, 7621, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '129.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23039, '2023-04-06', 2699, 20743, 7622, 33205, '1.0000', '5.3000', '5.3000', '8.0000', '8.0000', '85.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23040, '2023-04-06', 2936, 20744, 7622, 32041, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23041, '2023-04-06', 2822, 20745, 7623, 33223, '5.0000', '4.6667', '4.6667', '8.0000', '8.0000', '62.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23042, '2023-04-06', 2982, 20746, 7624, 28450, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23043, '2023-04-06', 2644, 20747, 7625, 32019, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23044, '2023-04-06', 2646, 20748, 7626, 33221, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23045, '2023-04-06', 2645, 20749, 7627, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23046, '2023-04-06', 3302, 20750, 7628, 4597, '30.0000', '0.1600', '0.1600', '0.4000', '0.4000', '2114.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23047, '2023-04-06', 3172, 20751, 7629, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '84.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23048, '2023-04-06', 3048, 20752, 7629, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '120.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23049, '2023-04-06', 3483, 20753, 7629, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '201.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23050, '2023-04-06', 2646, 20754, 7630, 33221, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23051, '2023-04-06', 2902, 20755, 7630, 32437, '-2.0000', '6.2500', '6.2500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23052, '2023-04-06', 2902, 20755, 7630, 33233, '3.0000', '6.7700', '6.7700', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23053, '2023-04-06', 3085, 20756, 7630, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23054, '2023-04-06', 2644, 20757, 7631, 32019, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23055, '2023-04-06', 2712, 20758, 7632, 33249, '2.0000', '15.0000', '15.0000', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23056, '2023-04-06', 3577, 20759, 7632, 13262, '1.0000', '26.3400', '26.3400', '35.0000', '35.0000', '6.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23057, '2023-04-06', 2712, 20760, 7633, 33249, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23058, '2023-04-06', 2950, 20761, 7633, 32034, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23059, '2023-04-06', 3595, 20762, 7634, 14483, '2.0000', '4.3900', '4.3900', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 252, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23060, '2023-04-06', 3048, 20763, 7635, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '118.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23061, '2023-04-06', 2791, 20764, 7636, 22829, '3.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 392, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23062, '2023-04-06', 2791, 20764, 7636, 23268, '-1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23063, '2023-04-06', 2791, 20764, 7636, 24404, '-1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23064, '2023-04-06', 2791, 20764, 7636, 25471, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23065, '2023-04-06', 2791, 20764, 7636, 26538, '-1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23066, '2023-04-06', 2791, 20764, 7636, 31274, '-5.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23067, '2023-04-06', 2791, 20764, 7636, 32065, '8.0000', '3.0300', '3.0300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23068, '2023-04-06', 2711, 20765, 7636, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23069, '2023-04-06', 3483, 20766, 7636, 30868, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '197.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23070, '2023-04-06', 2712, 20767, 7637, 33249, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23071, '2023-04-06', 2713, 20768, 7638, 32042, '2.0000', '5.2890', '5.2890', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23072, '2023-04-06', 3172, 20769, 7638, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '83.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23073, '2023-04-06', 2645, 20770, 7639, 33222, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '63.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23074, '2023-04-06', 2950, 20771, 7639, 32034, '2.0000', '12.9583', '12.9583', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23075, '2023-04-06', 3074, 20772, 7640, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23076, '2023-04-06', 2822, 20773, 7641, 33223, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '59.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23077, '2023-04-06', 2645, 20774, 7642, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '62.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23078, '2023-04-06', 2712, 20775, 7643, 33249, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23079, '2023-04-06', 2644, 20776, 7644, 32019, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23080, '2023-04-06', 2644, 20776, 7644, 33225, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23081, '2023-04-06', 2713, 20777, 7645, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23082, '2023-04-06', 2711, 20778, 7646, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23083, '2023-04-06', 2644, 20779, 7647, 33225, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23084, '2023-04-06', 3074, 20780, 7648, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23085, '2023-04-06', 2647, 20781, 7649, 32015, '10.0000', '7.7517', '7.7517', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23086, '2023-04-06', 2952, 20782, 7650, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23087, '2023-04-06', 2790, 20783, 7651, 33211, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23088, '2023-04-06', 2710, 20784, 7652, 32036, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '16.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23089, '2023-04-06', 2935, 20785, 7653, 29689, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23090, '2023-04-06', 2936, 20786, 7653, 32041, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23091, '2023-04-06', 2922, 20787, 7654, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23092, '2023-04-06', 2919, 20788, 7654, 30849, '4.0000', '6.0000', '6.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23093, '2023-04-06', 2924, 20789, 7654, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23094, '2023-04-06', 2712, 20790, 7655, 33249, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23095, '2023-04-06', 3048, 20791, 7655, 29655, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '112.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23096, '2023-04-06', 3483, 20792, 7655, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '196.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23097, '2023-04-06', 2642, 20793, 7656, 32026, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23098, '2023-04-06', 3015, 20794, 7657, 24526, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23099, '2023-04-06', 3483, 20795, 7657, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '194.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23100, '2023-04-06', 2918, 20796, 7658, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '24.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23101, '2023-04-06', 2930, 20797, 7658, 29660, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23102, '2023-04-06', 2642, 20798, 7659, 32026, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23103, '2023-04-06', 2710, 20799, 7659, 32036, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '15.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23104, '2023-04-06', 2645, 20800, 7659, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23105, '2023-04-06', 3172, 20801, 7660, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '82.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23106, '2023-04-06', 3172, 20802, 7661, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '81.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23107, '2023-04-06', 2822, 20803, 7662, 33223, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '56.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23108, '2023-04-07', 3582, 20804, 7663, 13339, '1.0000', '10.7500', '10.7500', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23109, '2023-04-07', 3085, 20805, 7664, 30871, '1.0000', '4.2500', '4.2500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 520, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23110, '2023-04-07', 2950, 20806, 7665, 32034, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23111, '2023-04-07', 2534, 20807, 7666, 31996, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23112, '2023-04-07', 3120, 20808, 7666, 33215, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '28.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23113, '2023-04-07', 2647, 20809, 7666, 32015, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23114, '2023-04-07', 2901, 20810, 7667, 33247, '3.0000', '14.3077', '14.3077', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23115, '2023-04-07', 2791, 20811, 7668, 32065, '4.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23116, '2023-04-07', 2504, 20812, 7668, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23117, '2023-04-07', 2949, 20813, 7668, 33231, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23118, '2023-04-07', 2645, 20814, 7669, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23119, '2023-04-07', 3611, 20815, 7669, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23120, '2023-04-07', 2936, 20816, 7669, 32041, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23121, '2023-04-07', 2712, 20817, 7669, 33249, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23122, '2023-04-07', 2644, 20818, 7670, 33225, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23123, '2023-04-07', 2919, 20819, 7671, 30849, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23124, '2023-04-07', 2919, 20819, 7671, 32529, '-1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23125, '2023-04-07', 2919, 20819, 7671, 33252, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23126, '2023-04-07', 2642, 20820, 7672, 32026, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23127, '2023-04-07', 3048, 20821, 7673, 29655, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '108.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23128, '2023-04-07', 3061, 20822, 7673, 28497, '2.0000', '2.8208', '2.8208', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23129, '2023-04-07', 3064, 20823, 7673, 33240, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23130, '2023-04-07', 2648, 20824, 7674, 32016, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23131, '2023-04-07', 3048, 20825, 7674, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23132, '2023-04-07', 2712, 20826, 7675, 33249, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23133, '2023-04-07', 2713, 20827, 7676, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23134, '2023-04-07', 3847, 20828, 7676, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23135, '2023-04-07', 3048, 20829, 7676, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '102.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23136, '2023-04-07', 3048, 20830, 7677, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '101.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23137, '2023-04-07', 3609, 20831, 7678, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23138, '2023-04-07', 3868, 20832, 7678, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '128.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23139, '2023-04-07', 3048, 20833, 7678, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '100.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23140, '2023-04-07', 2902, 20834, 7679, 33233, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23141, '2023-04-07', 3121, 20835, 7680, 30866, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23142, '2023-04-07', 3558, 20836, 7681, 23954, '2.0000', '52.8683', '52.8683', '60.0000', '60.0000', '4.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23143, '2023-04-07', 3187, 20837, 7682, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '34.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23144, '2023-04-07', 3578, 20838, 7683, 13318, '1.0000', '1.7917', '1.7917', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23145, '2023-04-07', 3048, 20839, 7684, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '97.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23146, '2023-04-07', 2982, 20840, 7684, 28450, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23147, '2023-04-07', 2713, 20841, 7685, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23148, '2023-04-07', 3172, 20842, 7686, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '79.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23149, '2023-04-07', 3311, 20843, 7686, 29672, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23150, '2023-04-07', 3641, 20844, 7686, 33244, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23151, '2023-04-07', 3048, 20845, 7686, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '94.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23152, '2023-04-07', 3646, 20846, 7687, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23153, '2023-04-07', 3114, 20847, 7688, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23154, '2023-04-07', 2713, 20848, 7688, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23155, '2023-04-07', 3172, 20849, 7689, 33239, '6.0000', '3.4737', '3.4737', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23156, '2023-04-07', 3641, 20850, 7689, 33244, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23157, '2023-04-07', 2712, 20851, 7689, 33249, '2.0000', '15.0000', '15.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23158, '2023-04-07', 2645, 20852, 7690, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '58.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23159, '2023-04-07', 3114, 20853, 7691, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23160, '2023-04-07', 3074, 20854, 7691, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23161, '2023-04-07', 3085, 20855, 7691, 32030, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23162, '2023-04-07', 2922, 20856, 7692, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23163, '2023-04-07', 2918, 20857, 7692, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23164, '2023-04-07', 2927, 20858, 7692, 27346, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23165, '2023-04-07', 3853, 20859, 7692, 27287, '2.0000', '0.7250', '0.7250', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23166, '2023-04-07', 3063, 20860, 7692, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23167, '2023-04-07', 2918, 20861, 7693, 29658, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23168, '2023-04-07', 2645, 20862, 7694, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23169, '2023-04-07', 3085, 20863, 7695, 32030, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23170, '2023-04-07', 2822, 20864, 7696, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '55.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23171, '2023-04-07', 2644, 20865, 7697, 33225, '8.0000', '3.4229', '3.4229', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23172, '2023-04-07', 2502, 20866, 7698, 18956, '-1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23173, '2023-04-07', 2502, 20866, 7698, 20044, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23174, '2023-04-07', 3085, 20867, 7698, 32030, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23175, '2023-04-07', 3885, 20868, 7698, 30851, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23176, '2023-04-07', 2647, 20869, 7699, 32015, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23177, '2023-04-07', 2644, 20870, 7700, 33225, '8.0000', '3.4229', '3.4229', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23178, '2023-04-07', 3172, 20871, 7700, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '71.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23179, '2023-04-07', 2653, 20872, 7701, 32018, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '69.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23180, '2023-04-07', 2534, 20873, 7701, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23181, '2023-04-07', 3120, 20874, 7702, 33215, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '27.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23182, '2023-04-07', 2649, 20875, 7703, 33196, '4.0000', '5.4167', '5.4167', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23183, '2023-04-07', 2969, 20876, 7704, 4264, '1.0000', '4.5000', '4.5000', '6.5000', '6.5000', '15.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23184, '2023-04-07', 2653, 20877, 7705, 32018, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '67.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23185, '2023-04-07', 3858, 20878, 7706, 27317, '1.0000', '13.7500', '13.7500', '20.0000', '20.0000', '4.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23186, '2023-04-07', 3629, 20879, 7706, 14548, '2.0000', '0.2000', '0.2000', '1.0000', '1.0000', '90.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23187, '2023-04-08', 2973, 20880, 7707, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23188, '2023-04-08', 2822, 20881, 7708, 33223, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '53.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23189, '2023-04-08', 2485, 20882, 7709, 29656, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '3.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23190, '2023-04-08', 2642, 20883, 7710, 32026, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23191, '2023-04-08', 3085, 20884, 7711, 32030, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23192, '2023-04-08', 2982, 20885, 7712, 28450, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23193, '2023-04-08', 2645, 20886, 7713, 33222, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23194, '2023-04-08', 2922, 20887, 7713, 32037, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23195, '2023-04-08', 2677, 20888, 7713, 5445, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23196, '2023-04-08', 3786, 20889, 7714, 18543, '2.0000', '1.9167', '1.9167', '2.5000', '2.5000', '35.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23197, '2023-04-08', 2645, 20890, 7715, 33222, '10.0000', '8.3496', '8.3496', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23198, '2023-04-08', 2710, 20891, 7716, 32036, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '13.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23199, '2023-04-08', 2648, 20892, 7717, 32016, '5.0000', '7.5783', '7.5783', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23200, '2023-04-08', 3074, 20893, 7718, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23201, '2023-04-08', 2645, 20894, 7719, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23202, '2023-04-08', 2645, 20895, 7720, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23203, '2023-04-08', 3868, 20896, 7720, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '127.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23204, '2023-04-08', 3872, 20897, 7721, 28539, '2.0000', '16.5000', '16.5000', '22.0000', '22.0000', '2.0000', 1, 0, NULL, 478, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23205, '2023-04-08', 3587, 20898, 7721, 32050, '1.0000', '30.5000', '30.5000', '41.0000', '41.0000', '5.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23206, '2023-04-08', 3861, 20899, 7722, 27320, '1.0000', '15.3200', '15.3200', '20.0000', '20.0000', '1.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23207, '2023-04-08', 3841, 20900, 7722, 24028, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23208, '2023-04-08', 2650, 20901, 7723, 32023, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23209, '2023-04-08', 2822, 20902, 7724, 33223, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '51.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23210, '2023-04-08', 2698, 20903, 7725, 30808, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23211, '2023-04-08', 3861, 20904, 7726, 27320, '1.0000', '15.3200', '15.3200', '20.0000', '20.0000', '0.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23212, '2023-04-08', 3876, 20905, 7726, 30806, '2.0000', '17.9821', '17.9821', '24.0000', '24.0000', '16.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23213, '2023-04-08', 2916, 20906, 7726, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '12.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23214, '2023-04-08', 2645, 20907, 7727, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23215, '2023-04-08', 2651, 20908, 7727, 32024, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23216, '2023-04-08', 2646, 20909, 7728, 33221, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23217, '2023-04-08', 2699, 20910, 7729, 33205, '2.0000', '5.3000', '5.3000', '8.0000', '8.0000', '83.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23218, '2023-04-08', 2483, 20911, 7730, 14552, '1.0000', '20.0625', '20.0625', '26.0000', '26.0000', '4.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23219, '2023-04-08', 2645, 20912, 7731, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23220, '2023-04-08', 2710, 20913, 7731, 32036, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23221, '2023-04-08', 2648, 20914, 7732, 32016, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23222, '2023-04-08', 3017, 20915, 7732, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23223, '2023-04-08', 2713, 20916, 7732, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23224, '2023-04-08', 2708, 20917, 7733, 4003, '2.0000', '8.0000', '8.0000', '11.0000', '11.0000', '3.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23225, '2023-04-08', 3062, 20918, 7733, 32020, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23226, '2023-04-08', 3561, 20919, 7733, 28500, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23227, '2023-04-08', 2901, 20920, 7733, 33247, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '15.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23228, '2023-04-08', 3085, 20921, 7734, 32030, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23229, '2023-04-08', 2926, 20922, 7735, 31338, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23230, '2023-04-08', 2902, 20923, 7736, 33233, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23231, '2023-04-08', 3592, 20924, 7737, 33255, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23232, '2023-04-08', 2645, 20925, 7738, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23233, '2023-04-08', 2534, 20926, 7738, 31996, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23234, '2023-04-08', 3819, 20927, 7739, 22821, '4.0000', '3.5429', '3.5429', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23235, '2023-04-08', 2648, 20928, 7740, 32016, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23236, '2023-04-08', 3483, 20929, 7740, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '193.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23237, '2023-04-08', 2935, 20930, 7741, 29689, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23238, '2023-04-08', 2648, 20931, 7742, 32016, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23241, '2023-04-08', 2648, 20934, 7744, 32016, '10.0000', '7.5783', '7.5783', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23242, '2023-04-08', 3853, 20935, 7744, 27287, '4.0000', '0.7250', '0.7250', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23243, '2023-04-08', 2935, 20936, 7744, 29689, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23244, '2023-04-08', 2919, 20937, 7745, 33252, '5.0000', '6.0000', '6.0000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23245, '2023-04-08', 2926, 20938, 7745, 31338, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23246, '2023-04-08', 2935, 20939, 7746, 29689, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23247, '2023-04-08', 3084, 20940, 7747, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23248, '2023-04-08', 3852, 20941, 7748, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23249, '2023-04-08', 3852, 20942, 7749, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23250, '2023-04-08', 2935, 20943, 7749, 29689, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23251, '2023-04-08', 2710, 20944, 7750, 32036, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23252, '2023-04-08', 2790, 20945, 7750, 33211, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23253, '2023-04-08', 3561, 20946, 7750, 28500, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23254, '2023-04-09', 2504, 20947, 7751, 33227, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23255, '2023-04-09', 3048, 20948, 7752, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23256, '2023-04-09', 2485, 20949, 7753, 29656, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '2.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23257, '2023-04-09', 3614, 20950, 7754, 14526, '1.0000', '2.8846', '2.8846', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23258, '2023-04-09', 3080, 20951, 7754, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '25.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23259, '2023-04-09', 2775, 20952, 7755, 5299, '1.0000', '11.1700', '11.1700', '15.0000', '15.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23260, '2023-04-09', 3048, 20953, 7756, 29655, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '85.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23261, '2023-04-09', 3085, 20954, 7756, 32030, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23262, '2023-04-09', 2646, 20955, 7757, 33221, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23263, '2023-04-09', 3017, 20956, 7757, 33212, '2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23264, '2023-04-09', 3311, 20957, 7757, 29672, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23265, '2023-04-09', 3825, 20958, 7757, 22863, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23266, '2023-04-09', 3868, 20959, 7758, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '126.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23267, '2023-04-09', 2710, 20960, 7759, 32036, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23268, '2023-04-09', 2710, 20961, 7760, 32036, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23269, '2023-04-09', 2502, 20962, 7760, 20044, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23270, '2023-04-09', 2642, 20963, 7761, 32026, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23271, '2023-04-09', 2517, 20964, 7761, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23272, '2023-04-09', 3048, 20965, 7762, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23273, '2023-04-09', 3230, 20966, 7762, 31994, '2.0000', '2.7700', '2.7700', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23274, '2023-04-09', 2710, 20967, 7763, 32036, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23275, '2023-04-09', 3868, 20968, 7763, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '124.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23276, '2023-04-09', 2504, 20969, 7763, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23277, '2023-04-09', 2920, 20970, 7764, 33251, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '15.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23278, '2023-04-09', 2901, 20971, 7764, 33247, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23279, '2023-04-09', 2710, 20972, 7765, 32036, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23280, '2023-04-09', 2949, 20973, 7765, 33231, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23281, '2023-04-09', 2936, 20974, 7765, 32041, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23282, '2023-04-09', 3172, 20975, 7765, 33239, '3.0000', '3.4737', '3.4737', '4.0000', '4.0000', '68.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23283, '2023-04-09', 2710, 20976, 7766, 32036, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23284, '2023-04-09', 2502, 20977, 7766, 20044, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23285, '2023-04-09', 2502, 20977, 7766, 21092, '-4.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23286, '2023-04-09', 2502, 20977, 7766, 22140, '4.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23287, '2023-04-09', 2502, 20977, 7766, 24434, '-2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23288, '2023-04-09', 2502, 20977, 7766, 25501, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23289, '2023-04-09', 2502, 20977, 7766, 26568, '-2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23290, '2023-04-09', 2502, 20977, 7766, 32032, '4.0000', '2.0833', '2.0833', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23291, '2023-04-09', 2500, 20978, 7766, 32028, '1.0000', '10.8500', '10.8500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23292, '2023-04-09', 2918, 20979, 7766, 29658, '3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23293, '2023-04-09', 2927, 20980, 7766, 27346, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23294, '2023-04-09', 2935, 20981, 7766, 29689, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23295, '2023-04-09', 3120, 20982, 7766, 33215, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '26.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23296, '2023-04-09', 3182, 20983, 7766, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23297, '2023-04-09', 3085, 20984, 7766, 32030, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23298, '2023-04-09', 2952, 20985, 7766, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23299, '2023-04-09', 3786, 20986, 7766, 18543, '1.0000', '1.9167', '1.9167', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23300, '2023-04-09', 2646, 20987, 7766, 33221, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23301, '2023-04-09', 3017, 20988, 7766, 33212, '2.0000', '4.6000', '4.6000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23302, '2023-04-09', 2920, 20989, 7766, 33251, '4.0000', '4.5000', '4.5000', '5.5000', '5.5000', '11.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23303, '2023-04-09', 2902, 20990, 7766, 33233, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23304, '2023-04-09', 3621, 20991, 7766, 14537, '2.0000', '0.5833', '0.5833', '3.0000', '3.0000', '38.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23305, '2023-04-09', 2504, 20992, 7766, 33227, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23306, '2023-04-09', 3172, 20993, 7766, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '66.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23307, '2023-04-09', 3483, 20994, 7766, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '192.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23308, '2023-04-09', 2894, 20995, 7766, 28469, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23309, '2023-04-09', 3048, 20996, 7766, 29655, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '76.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23310, '2023-04-09', 2648, 20997, 7767, 32016, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23311, '2023-04-09', 3182, 20998, 7767, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23312, '2023-04-09', 2647, 20999, 7767, 32015, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23313, '2023-04-09', 2713, 21000, 7768, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23314, '2023-04-09', 3172, 21001, 7768, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '64.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23315, '2023-04-09', 2646, 21002, 7769, 33221, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23316, '2023-04-09', 2645, 21003, 7769, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23317, '2023-04-09', 2923, 21004, 7769, 33254, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23318, '2023-04-09', 2651, 21005, 7769, 32024, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23319, '2023-04-09', 2952, 21006, 7769, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23320, '2023-04-09', 2645, 21007, 7770, 33222, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23321, '2023-04-09', 2485, 21008, 7771, 29656, '2.0000', '22.5142', '22.5142', '29.0000', '29.0000', '0.0000', 1, 0, NULL, 484, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23322, '2023-04-09', 2642, 21009, 7772, 32026, '6.0000', '7.2502', '7.2502', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23323, '2023-04-09', 3114, 21010, 7773, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23324, '2023-04-09', 2922, 21011, 7774, 32037, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23325, '2023-04-09', 3592, 21012, 7774, 33255, '1.0000', '2.2500', '2.2500', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23326, '2023-04-09', 2517, 21013, 7774, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23327, '2023-04-09', 2920, 21014, 7775, 33251, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '9.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23328, '2023-04-09', 2923, 21015, 7775, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23329, '2023-04-09', 2930, 21016, 7775, 32518, '-7.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23330, '2023-04-09', 2930, 21016, 7775, 33257, '8.0000', '4.5000', '4.5000', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23331, '2023-04-09', 3172, 21017, 7775, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23332, '2023-04-09', 2646, 21018, 7775, 33221, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23333, '2023-04-09', 2920, 21019, 7776, 33251, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23334, '2023-04-09', 3123, 21020, 7777, 32063, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23335, '2023-04-09', 3084, 21021, 7777, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23336, '2023-04-09', 3187, 21022, 7778, 32007, '4.0000', '0.7145', '0.7145', '1.2500', '1.2500', '30.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23337, '2023-04-09', 2649, 21023, 7779, 33196, '3.0000', '5.4167', '5.4167', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23338, '2023-04-09', 2822, 21024, 7779, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '50.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23339, '2023-04-09', 3048, 21025, 7779, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '75.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23340, '2023-04-09', 2645, 21026, 7779, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23341, '2023-04-09', 2790, 21027, 7780, 33211, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23342, '2023-04-09', 2952, 21028, 7781, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23343, '2023-04-09', 3172, 21029, 7782, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '61.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23344, '2023-04-09', 3868, 21030, 7783, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '123.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23345, '2023-04-10', 2494, 21031, 7784, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '68.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23346, '2023-04-10', 2746, 21032, 7784, 4041, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23347, '2023-04-10', 2713, 21033, 7785, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23348, '2023-04-10', 3868, 21034, 7785, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '122.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23349, '2023-04-10', 3644, 21035, 7786, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23350, '2023-04-10', 3614, 21036, 7786, 14526, '1.0000', '2.8846', '2.8846', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23351, '2023-04-10', 3868, 21037, 7786, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '121.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23352, '2023-04-10', 2822, 21038, 7786, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '49.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23353, '2023-04-10', 3187, 21039, 7786, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '28.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23354, '2023-04-10', 3121, 21040, 7786, 30866, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23355, '2023-04-10', 2713, 21041, 7786, 32042, '2.0000', '5.2890', '5.2890', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23356, '2023-04-10', 3311, 21042, 7787, 29672, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23357, '2023-04-10', 3641, 21043, 7787, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23358, '2023-04-10', 2653, 21044, 7787, 32018, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '64.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23359, '2023-04-10', 2653, 21045, 7788, 32018, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '58.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23360, '2023-04-10', 2919, 21046, 7788, 33252, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23361, '2023-04-10', 3123, 21047, 7788, 32063, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23362, '2023-04-10', 3120, 21048, 7789, 33215, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '24.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23363, '2023-04-10', 2653, 21049, 7789, 32018, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '52.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23364, '2023-04-10', 3483, 21050, 7790, 30868, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '188.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23365, '2023-04-10', 3048, 21051, 7790, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '74.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23366, '2023-04-10', 3120, 21052, 7790, 33215, '3.0000', '5.8000', '5.8000', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23367, '2023-04-10', 2653, 21053, 7790, 32018, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23368, '2023-04-10', 2713, 21054, 7790, 32042, '2.0000', '5.2890', '5.2890', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23369, '2023-04-10', 2952, 21055, 7791, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23370, '2023-04-10', 3114, 21056, 7791, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23371, '2023-04-10', 2653, 21057, 7791, 32018, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23372, '2023-04-10', 3231, 21058, 7792, 31995, '1.0000', '1.8300', '1.8300', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23373, '2023-04-10', 3868, 21059, 7792, 33220, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '118.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23374, '2023-04-10', 2645, 21060, 7792, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23375, '2023-04-10', 3847, 21061, 7793, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23376, '2023-04-10', 2608, 21062, 7793, 27305, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23377, '2023-04-10', 2699, 21063, 7793, 33205, '5.0000', '5.3000', '5.3000', '8.0000', '8.0000', '78.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23378, '2023-04-10', 3538, 21064, 7793, 5270, '2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23379, '2023-04-10', 2653, 21065, 7794, 32018, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23380, '2023-04-10', 2713, 21066, 7794, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23381, '2023-04-10', 3048, 21067, 7794, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23382, '2023-04-10', 3120, 21068, 7794, 33215, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23383, '2023-04-10', 2645, 21069, 7794, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23384, '2023-04-10', 3483, 21070, 7795, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '185.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23385, '2023-04-10', 3772, 21071, 7795, 32006, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23386, '2023-04-10', 2952, 21072, 7796, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23387, '2023-04-10', 3172, 21073, 7796, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '60.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23388, '2023-04-10', 2645, 21074, 7797, 33222, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23389, '2023-04-10', 2647, 21075, 7797, 32015, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23390, '2023-04-10', 2504, 21076, 7798, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23391, '2023-04-10', 2713, 21077, 7798, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23392, '2023-04-10', 2935, 21078, 7798, 29689, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23393, '2023-04-10', 2918, 21079, 7798, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23394, '2023-04-10', 3827, 21080, 7798, 30185, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23395, '2023-04-10', 3827, 21080, 7798, 31374, '-1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23396, '2023-04-10', 3827, 21080, 7798, 32569, '-1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23397, '2023-04-10', 3827, 21080, 7798, 33217, '3.0000', '2.7300', '2.7300', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23398, '2023-04-10', 3786, 21081, 7799, 18543, '1.0000', '1.9167', '1.9167', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23399, '2023-04-10', 3172, 21082, 7799, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23400, '2023-04-10', 3048, 21083, 7799, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23401, '2023-04-10', 2949, 21084, 7799, 33231, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23402, '2023-04-10', 2952, 21085, 7799, 33195, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23403, '2023-04-10', 3187, 21086, 7799, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '26.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23404, '2023-04-10', 2504, 21087, 7799, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23405, '2023-04-10', 2973, 21088, 7800, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23406, '2023-04-10', 2789, 21089, 7800, 30865, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23407, '2023-04-10', 3062, 21090, 7800, 32020, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23408, '2023-04-10', 2949, 21091, 7800, 33231, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23409, '2023-04-10', 3120, 21092, 7800, 33215, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23410, '2023-04-10', 2789, 21093, 7801, 30865, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23411, '2023-04-10', 3827, 21094, 7801, 33217, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23412, '2023-04-10', 2952, 21095, 7801, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23413, '2023-04-10', 2645, 21096, 7802, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23414, '2023-04-10', 2952, 21097, 7802, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23416, '2023-04-10', 2726, 21099, 7804, 28550, '1.0000', '12.7500', '12.7500', '25.0000', '25.0000', '72.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23417, '2023-04-10', 2725, 21100, 7804, 27240, '1.0000', '2.9100', '2.9100', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23418, '2023-04-10', 2645, 21101, 7804, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23419, '2023-04-10', 2952, 21102, 7804, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23420, '2023-04-10', 3048, 21103, 7805, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23421, '2023-04-10', 3256, 21104, 7805, 30841, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 513, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23422, '2023-04-10', 3885, 21105, 7805, 30851, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23423, '2023-04-10', 3074, 21106, 7805, 30839, '2.0000', '2.1617', '2.1617', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23424, '2023-04-10', 2712, 21107, 7805, 33278, '10.0000', '15.0000', '15.0000', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23425, '2023-04-10', 2646, 21108, 7806, 33221, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23426, '2023-04-10', 2646, 21108, 7806, 33262, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '59.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23427, '2023-04-10', 3123, 21109, 7806, 32063, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23428, '2023-04-10', 2712, 21110, 7806, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23429, '2023-04-10', 3126, 21111, 7807, 30593, '-1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23430, '2023-04-10', 3126, 21111, 7807, 30838, '2.0000', '10.7325', '10.7325', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23431, '2023-04-10', 2499, 21112, 7807, 32029, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23432, '2023-04-10', 3121, 21113, 7807, 30866, '4.0000', '2.9500', '2.9500', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23433, '2023-04-10', 2710, 21114, 7807, 32036, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 537, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23434, '2023-04-10', 2710, 21114, 7807, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '47.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23435, '2023-04-10', 3114, 21115, 7807, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23436, '2023-04-10', 2790, 21116, 7807, 33211, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23437, '2023-04-10', 3120, 21117, 7808, 33215, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23438, '2023-04-10', 2646, 21118, 7809, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '57.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23439, '2023-04-10', 3172, 21119, 7809, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23440, '2023-04-10', 3483, 21120, 7810, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '184.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23441, '2023-04-10', 3256, 21121, 7811, 32495, '-1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23442, '2023-04-10', 3256, 21121, 7811, 33273, '2.0000', '5.0200', '5.0200', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23443, '2023-04-10', 2534, 21122, 7812, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23444, '2023-04-10', 3172, 21123, 7812, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23445, '2023-04-10', 2502, 21124, 7813, 32032, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23446, '2023-04-10', 3085, 21125, 7814, 32030, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23447, '2023-04-10', 2756, 21126, 7815, 14308, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23448, '2023-04-10', 2645, 21127, 7816, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23449, '2023-04-10', 2645, 21128, 7817, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23450, '2023-04-10', 2710, 21129, 7817, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '46.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23451, '2023-04-10', 3085, 21130, 7818, 32030, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23452, '2023-04-10', 3772, 21131, 7819, 32006, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23453, '2023-04-10', 2644, 21132, 7820, 33225, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23454, '2023-04-10', 3868, 21133, 7821, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '117.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23455, '2023-04-10', 2645, 21134, 7822, 33222, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23456, '2023-04-10', 2645, 21135, 7823, 33222, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23457, '2023-04-10', 2923, 21136, 7824, 33254, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23458, '2023-04-10', 3172, 21137, 7825, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23459, '2023-04-10', 2660, 21138, 7825, 29673, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23460, '2023-04-10', 2710, 21139, 7825, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '45.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23461, '2023-04-10', 3048, 21140, 7825, 29655, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23462, '2023-04-10', 3483, 21141, 7825, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '183.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23463, '2023-04-10', 3620, 21142, 7825, 14534, '2.0000', '1.4166', '1.4166', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23464, '2023-04-10', 2712, 21143, 7825, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23465, '2023-04-10', 3048, 21144, 7826, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23466, '2023-04-10', 3483, 21145, 7826, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '182.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23467, '2023-04-10', 2645, 21146, 7827, 33222, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23468, '2023-04-10', 2710, 21147, 7827, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '44.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23469, '2023-04-10', 3172, 21148, 7827, 33239, '3.0000', '3.4737', '3.4737', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23470, '2023-04-10', 2864, 21149, 7827, 33241, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23471, '2023-04-10', 2920, 21150, 7828, 33251, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23472, '2023-04-10', 2922, 21151, 7828, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23473, '2023-04-10', 2923, 21152, 7828, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23474, '2023-04-10', 2645, 21153, 7829, 33222, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23475, '2023-04-10', 3063, 21154, 7829, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23476, '2023-04-10', 2902, 21155, 7829, 33272, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '22.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23477, '2023-04-10', 2790, 21156, 7829, 33211, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23478, '2023-04-10', 3048, 21157, 7829, 29655, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23479, '2023-04-10', 2889, 21158, 7829, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23480, '2023-04-10', 3841, 21159, 7830, 24028, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23481, '2023-04-10', 3061, 21160, 7831, 28497, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23482, '2023-04-10', 2901, 21161, 7832, 33247, '2.0000', '14.3077', '14.3077', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23483, '2023-04-10', 2921, 21162, 7832, 27343, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23484, '2023-04-10', 2921, 21162, 7832, 27784, '1.0000', '4.1250', '4.1250', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23485, '2023-04-10', 2921, 21162, 7832, 28514, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23486, '2023-04-10', 3746, 21163, 7833, 17142, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23487, '2023-04-10', 3126, 21164, 7833, 30838, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23488, '2023-04-10', 3182, 21165, 7833, 28537, '1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23489, '2023-04-10', 2924, 21166, 7834, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23490, '2023-04-10', 2921, 21167, 7834, 28514, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23491, '2023-04-10', 2901, 21168, 7834, 33247, '3.0000', '14.3077', '14.3077', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23492, '2023-04-10', 2645, 21169, 7835, 33222, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23493, '2023-04-10', 2645, 21169, 7835, 33261, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23494, '2023-04-10', 3061, 21170, 7836, 28497, '1.0000', '2.8208', '2.8208', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23495, '2023-04-10', 2646, 21171, 7836, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '55.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23496, '2023-04-10', 3746, 21172, 7837, 17142, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23497, '2023-04-10', 3126, 21173, 7837, 30838, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23498, '2023-04-10', 2645, 21174, 7838, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23499, '2023-04-10', 2504, 21175, 7839, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23500, '2023-04-10', 3017, 21176, 7839, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23501, '2023-04-10', 3746, 21177, 7840, 17142, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23502, '2023-04-10', 2646, 21178, 7840, 33262, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '54.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23503, '2023-04-10', 2645, 21179, 7840, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23504, '2023-04-10', 3048, 21180, 7840, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23505, '2023-04-10', 2646, 21181, 7841, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '52.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23506, '2023-04-10', 3311, 21182, 7841, 29672, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23507, '2023-04-10', 2646, 21183, 7842, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '50.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23508, '2023-04-10', 3746, 21184, 7843, 17142, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23509, '2023-04-10', 2645, 21185, 7843, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23510, '2023-04-10', 3172, 21186, 7843, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23511, '2023-04-10', 3609, 21187, 7843, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23512, '2023-04-10', 3609, 21188, 7844, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23513, '2023-04-10', 2713, 21189, 7845, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23514, '2023-04-10', 3483, 21190, 7845, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '179.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23515, '2023-04-10', 3048, 21191, 7846, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '57.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23516, '2023-04-10', 3172, 21192, 7846, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23517, '2023-04-10', 2919, 21193, 7847, 33252, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23518, '2023-04-10', 2642, 21194, 7848, 32026, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23519, '2023-04-10', 2646, 21195, 7849, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '48.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23520, '2023-04-10', 3646, 21196, 7849, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23521, '2023-04-10', 2645, 21197, 7849, 33261, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23522, '2023-04-10', 3746, 21198, 7849, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23523, '2023-04-10', 3746, 21199, 7850, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23524, '2023-04-10', 2791, 21200, 7851, 33218, '2.0000', '3.0300', '3.0300', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23525, '2023-04-10', 2645, 21201, 7851, 33261, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23526, '2023-04-10', 3746, 21202, 7852, 17142, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23527, '2023-04-10', 2645, 21203, 7852, 33261, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23528, '2023-04-10', 2902, 21204, 7852, 33272, '3.0000', '6.7700', '6.7700', '9.0000', '9.0000', '19.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23529, '2023-04-10', 2646, 21205, 7852, 33262, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23530, '2023-04-10', 3746, 21206, 7853, 17142, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23531, '2023-04-10', 2645, 21207, 7853, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23532, '2023-04-10', 2949, 21208, 7853, 33231, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23533, '2023-04-10', 2713, 21209, 7854, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23534, '2023-04-10', 3048, 21210, 7854, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23535, '2023-04-10', 3048, 21211, 7855, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23536, '2023-04-10', 2645, 21212, 7856, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23537, '2023-04-10', 3746, 21213, 7856, 17142, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 314, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23538, '2023-04-11', 2646, 21214, 7857, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '45.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23539, '2023-04-11', 2952, 21215, 7857, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23540, '2023-04-11', 3538, 21216, 7858, 5270, '4.0000', '7.3626', '7.3626', '10.0000', '10.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23541, '2023-04-11', 2851, 21217, 7858, 4146, '1.0000', '5.8800', '5.8800', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23542, '2023-04-11', 2698, 21218, 7858, 30808, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23543, '2023-04-11', 2699, 21219, 7858, 33205, '1.0000', '5.3000', '5.3000', '8.0000', '8.0000', '77.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23544, '2023-04-11', 3876, 21220, 7858, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '15.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23545, '2023-04-11', 3074, 21221, 7859, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23546, '2023-04-11', 3483, 21222, 7860, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '178.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23547, '2023-04-11', 3627, 21223, 7861, 14545, '3.0000', '0.6000', '0.6000', '2.0000', '2.0000', '43.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23548, '2023-04-11', 3074, 21224, 7861, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23549, '2023-04-11', 3772, 21225, 7862, 32006, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23550, '2023-04-11', 3483, 21226, 7862, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '177.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23551, '2023-04-11', 2712, 21227, 7862, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23552, '2023-04-11', 3120, 21228, 7863, 33215, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23553, '2023-04-11', 3074, 21229, 7863, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23554, '2023-04-11', 2653, 21230, 7863, 32018, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23555, '2023-04-11', 2642, 21231, 7863, 32026, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23556, '2023-04-11', 3883, 21232, 7864, 30813, '1.0000', '108.0300', '108.0300', '145.0000', '145.0000', '0.0000', 1, 0, NULL, 503, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23557, '2023-04-11', 3847, 21233, 7864, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23558, '2023-04-11', 3177, 21234, 7864, 20125, '1.0000', '1.5800', '1.5800', '2.2500', '2.2500', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23559, '2023-04-11', 3256, 21235, 7865, 33273, '1.0000', '5.0200', '5.0200', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23560, '2023-04-11', 3795, 21236, 7866, 19617, '1.0000', '34.1700', '34.1700', '45.0000', '45.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23561, '2023-04-11', 2517, 21237, 7867, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23562, '2023-04-11', 3121, 21238, 7868, 30866, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23563, '2023-04-11', 3646, 21239, 7868, 15726, '6.0000', '1.1233', '1.1233', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23564, '2023-04-11', 3222, 21240, 7868, 4517, '1.0000', '7.2500', '7.2500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23565, '2023-04-11', 2921, 21241, 7869, 28514, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23566, '2023-04-11', 2930, 21242, 7869, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23567, '2023-04-11', 2901, 21243, 7869, 33247, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23568, '2023-04-11', 3120, 21244, 7869, 33215, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23569, '2023-04-11', 2710, 21245, 7870, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '43.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23570, '2023-04-11', 3483, 21246, 7870, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '175.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23571, '2023-04-11', 2710, 21247, 7871, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '42.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23572, '2023-04-11', 3256, 21248, 7871, 33273, '1.0000', '5.0200', '5.0200', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23573, '2023-04-11', 3775, 21249, 7872, 17440, '1.0000', '7.1300', '7.1300', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23574, '2023-04-11', 2902, 21250, 7873, 33272, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '18.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23575, '2023-04-11', 2500, 21251, 7874, 33198, '3.0000', '10.8500', '10.8500', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23576, '2023-04-11', 2922, 21252, 7875, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23577, '2023-04-11', 2919, 21253, 7875, 33252, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23578, '2023-04-11', 3061, 21254, 7876, 28651, '-2.0000', '2.8208', '2.8208', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23579, '2023-04-11', 3061, 21254, 7876, 30861, '3.0000', '4.8500', '4.8500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23580, '2023-04-11', 2713, 21255, 7877, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23581, '2023-04-11', 3172, 21256, 7877, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23582, '2023-04-11', 3172, 21257, 7878, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23583, '2023-04-11', 3063, 21258, 7879, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23584, '2023-04-11', 2645, 21259, 7880, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23585, '2023-04-11', 2485, 21260, 7881, 32000, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '11.0000', 1, 0, NULL, 526, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23586, '2023-04-11', 2922, 21261, 7882, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23587, '2023-04-11', 2919, 21262, 7882, 33252, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23588, '2023-04-11', 2645, 21263, 7883, 33261, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23589, '2023-04-11', 3120, 21264, 7884, 33215, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23590, '2023-04-11', 3048, 21265, 7884, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23591, '2023-04-11', 2645, 21266, 7884, 33261, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23592, '2023-04-11', 3294, 21267, 7885, 4589, '6.0000', '0.1100', '0.1100', '0.7500', '0.7500', '376.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23593, '2023-04-11', 2502, 21268, 7886, 32032, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23594, '2023-04-11', 2920, 21269, 7887, 33251, '6.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23595, '2023-04-11', 3832, 21270, 7887, 23974, '1.0000', '1.8200', '1.8200', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23596, '2023-04-11', 2479, 21271, 7887, 3774, '1.0000', '4.5900', '4.5900', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23597, '2023-04-11', 2477, 21272, 7888, 3772, '2.0000', '2.0000', '2.0000', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23598, '2023-04-11', 2902, 21273, 7889, 33272, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '16.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23599, '2023-04-11', 3868, 21274, 7889, 33220, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '114.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23600, '2023-04-11', 3889, 21275, 7889, 33193, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23601, '2023-04-11', 2710, 21276, 7889, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '41.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23602, '2023-04-11', 2952, 21277, 7890, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23603, '2023-04-11', 3772, 21278, 7890, 32006, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23604, '2023-04-11', 2901, 21279, 7891, 33247, '2.0000', '14.3077', '14.3077', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23605, '2023-04-11', 3074, 21280, 7892, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23606, '2023-04-11', 2950, 21281, 7893, 32034, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23607, '2023-04-11', 3086, 21282, 7893, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23608, '2023-04-11', 2889, 21283, 7893, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23609, '2023-04-11', 3172, 21284, 7894, 33239, '3.0000', '3.4737', '3.4737', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23610, '2023-04-11', 3311, 21285, 7894, 29672, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23611, '2023-04-11', 3641, 21286, 7894, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23612, '2023-04-11', 3085, 21287, 7895, 32030, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23613, '2023-04-11', 2791, 21288, 7895, 33218, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23614, '2023-04-11', 3786, 21289, 7895, 18543, '2.0000', '1.9167', '1.9167', '2.5000', '2.5000', '31.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23615, '2023-04-11', 3868, 21290, 7896, 33220, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '111.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23616, '2023-04-11', 2646, 21291, 7897, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '43.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23617, '2023-04-11', 3048, 21292, 7897, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23618, '2023-04-11', 3609, 21293, 7897, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23619, '2023-04-12', 2677, 21294, 7898, 5445, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23620, '2023-04-12', 2699, 21295, 7899, 33205, '15.0000', '5.3000', '5.3000', '8.0000', '8.0000', '62.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23621, '2023-04-12', 3538, 21296, 7899, 5270, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23622, '2023-04-12', 2980, 21297, 7900, 5174, '1.0000', '35.4700', '35.4700', '47.0000', '47.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23623, '2023-04-12', 3483, 21298, 7900, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '174.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23624, '2023-04-12', 2960, 21299, 7900, 27301, '3.0000', '9.2878', '9.2878', '12.0000', '12.0000', '16.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23625, '2023-04-12', 3876, 21300, 7900, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '14.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23626, '2023-04-12', 2726, 21301, 7900, 28550, '1.0000', '12.7500', '12.7500', '25.0000', '25.0000', '71.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23627, '2023-04-12', 2727, 21302, 7900, 17425, '2.0000', '20.0000', '20.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23628, '2023-04-12', 2727, 21302, 7900, 18404, '-3.0000', '20.0000', '20.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23629, '2023-04-12', 2727, 21302, 7900, 20614, '-4.0000', '20.0000', '20.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23630, '2023-04-12', 2727, 21302, 7900, 21662, '4.0000', '20.0000', '20.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23631, '2023-04-12', 2727, 21302, 7900, 22710, '-4.0000', '20.0000', '20.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23632, '2023-04-12', 2727, 21302, 7900, 23875, '3.0000', '20.0000', '20.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23633, '2023-04-12', 2727, 21302, 7900, 25021, '-1.0000', '20.0000', '20.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23634, '2023-04-12', 2727, 21302, 7900, 26088, '1.0000', '20.0000', '20.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23635, '2023-04-12', 2727, 21302, 7900, 27155, '-1.0000', '20.0000', '20.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23636, '2023-04-12', 2727, 21302, 7900, 28366, '2.0000', '20.0000', '20.0000', '40.0000', '40.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23637, '2023-04-12', 2727, 21302, 7900, 28548, '6.0000', '25.0000', '25.0000', '40.0000', '40.0000', '44.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23638, '2023-04-12', 2607, 21303, 7900, 5034, '4.0000', '30.9400', '30.9400', '45.0000', '45.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23639, '2023-04-12', 3876, 21304, 7901, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '13.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23640, '2023-04-12', 2712, 21305, 7902, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23641, '2023-04-12', 2713, 21306, 7902, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23642, '2023-04-12', 3074, 21307, 7902, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23643, '2023-04-12', 2504, 21308, 7902, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23644, '2023-04-12', 3483, 21309, 7902, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '172.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23645, '2023-04-12', 2949, 21310, 7902, 33231, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23646, '2023-04-12', 3120, 21311, 7903, 33215, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23647, '2023-04-12', 3017, 21312, 7903, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23648, '2023-04-12', 2645, 21313, 7904, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23649, '2023-04-12', 2710, 21314, 7904, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '40.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23650, '2023-04-12', 3048, 21315, 7904, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23651, '2023-04-12', 2713, 21316, 7904, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23652, '2023-04-12', 2713, 21317, 7905, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23653, '2023-04-12', 3121, 21318, 7905, 30866, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23654, '2023-04-12', 3868, 21319, 7905, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '110.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23655, '2023-04-12', 2644, 21320, 7905, 33225, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23656, '2023-04-12', 2710, 21321, 7906, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '39.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23657, '2023-04-12', 2956, 21322, 7906, 7073, '-3.0000', '7.0000', '7.0000', '8.5000', '8.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23658, '2023-04-12', 2956, 21322, 7906, 8034, '3.0000', '7.0000', '7.0000', '8.5000', '8.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23659, '2023-04-12', 2956, 21322, 7906, 8995, '-3.0000', '7.0000', '7.0000', '8.5000', '8.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23660, '2023-04-12', 2956, 21322, 7906, 13365, '4.0000', '6.6500', '6.6500', '8.5000', '8.5000', '2.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23661, '2023-04-12', 3172, 21323, 7906, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23662, '2023-04-12', 3483, 21324, 7906, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '170.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23663, '2023-04-12', 3048, 21325, 7906, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23664, '2023-04-12', 3786, 21326, 7906, 18543, '3.0000', '1.9167', '1.9167', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23665, '2023-04-12', 2712, 21327, 7906, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23666, '2023-04-12', 3121, 21328, 7907, 30866, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23667, '2023-04-12', 3121, 21328, 7907, 31369, '-2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23668, '2023-04-12', 3121, 21328, 7907, 32564, '-8.0000', '2.9500', '2.9500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23669, '2023-04-12', 3121, 21328, 7907, 33213, '11.0000', '2.9500', '2.9500', '4.5000', '4.5000', '13.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23670, '2023-04-12', 2901, 21329, 7908, 33247, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23671, '2023-04-12', 2494, 21330, 7909, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '67.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23672, '2023-04-12', 3015, 21331, 7910, 24526, '6.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23673, '2023-04-12', 2713, 21332, 7910, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23674, '2023-04-12', 3048, 21333, 7910, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23675, '2023-04-12', 3314, 21334, 7911, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23676, '2023-04-12', 3901, 21335, 7911, 33299, '2.0000', '0.3750', '0.3750', '0.5000', '0.5000', '58.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23677, '2023-04-12', 2661, 21336, 7911, 32008, '5.0000', '0.2833', '0.2833', '0.5000', '0.5000', '31.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23678, '2023-04-12', 2713, 21337, 7911, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23679, '2023-04-12', 3852, 21338, 7911, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23680, '2023-04-12', 3646, 21339, 7912, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23681, '2023-04-12', 2646, 21340, 7913, 33262, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '42.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23682, '2023-04-12', 3483, 21341, 7914, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '169.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23683, '2023-04-12', 3017, 21342, 7915, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23684, '2023-04-12', 3120, 21343, 7916, 33215, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23685, '2023-04-12', 2713, 21344, 7917, 32042, '2.0000', '5.2890', '5.2890', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23686, '2023-04-12', 3172, 21345, 7917, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23687, '2023-04-12', 3609, 21346, 7917, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23688, '2023-04-12', 2645, 21347, 7918, 33261, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23689, '2023-04-12', 3061, 21348, 7919, 30861, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23690, '2023-04-12', 2677, 21349, 7919, 5445, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23691, '2023-04-12', 2901, 21350, 7920, 33247, '1.0000', '14.3077', '14.3077', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23692, '2023-04-12', 2930, 21351, 7920, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23693, '2023-04-12', 2921, 21352, 7920, 28514, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23694, '2023-04-12', 2916, 21353, 7921, 33204, '2.0000', '41.0231', '41.0231', '52.0000', '52.0000', '10.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23695, '2023-04-12', 2713, 21354, 7922, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23696, '2023-04-12', 2710, 21355, 7923, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '38.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23697, '2023-04-12', 2645, 21356, 7924, 33261, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23698, '2023-04-12', 2935, 21357, 7925, 29689, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23699, '2023-04-12', 2646, 21358, 7926, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '40.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23700, '2023-04-12', 2645, 21359, 7927, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23701, '2023-04-12', 3172, 21360, 7928, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23702, '2023-04-12', 2646, 21361, 7929, 33262, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23703, '2023-04-12', 2645, 21362, 7930, 33261, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23704, '2023-04-12', 2661, 21363, 7931, 32008, '3.0000', '0.2833', '0.2833', '0.5000', '0.5000', '28.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23705, '2023-04-12', 2483, 21364, 7932, 14552, '1.0000', '20.0625', '20.0625', '26.0000', '26.0000', '3.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23706, '2023-04-12', 2485, 21365, 7933, 32000, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '10.0000', 1, 0, NULL, 526, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23707, '2023-04-12', 3074, 21366, 7934, 30839, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23708, '2023-04-12', 2505, 21367, 7935, 9886, '1.0000', '2.8333', '2.8333', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 88, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23709, '2023-04-12', 2661, 21368, 7935, 32008, '2.0000', '0.2833', '0.2833', '0.5000', '0.5000', '26.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23710, '2023-04-12', 2646, 21369, 7936, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '37.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23711, '2023-04-12', 3048, 21370, 7936, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23712, '2023-04-12', 3048, 21371, 7937, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23713, '2023-04-12', 3311, 21372, 7937, 29672, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23714, '2023-04-12', 3641, 21373, 7937, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23715, '2023-04-12', 3172, 21374, 7937, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23716, '2023-04-12', 3786, 21375, 7938, 18543, '3.0000', '1.9167', '1.9167', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23717, '2023-04-12', 3086, 21376, 7939, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23718, '2023-04-12', 2646, 21377, 7940, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23719, '2023-04-12', 2864, 21378, 7940, 33241, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23720, '2023-04-12', 2923, 21379, 7941, 33254, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23721, '2023-04-12', 2646, 21380, 7942, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23722, '2023-04-12', 2517, 21381, 7943, 30829, '1.0000', '11.4200', '11.4200', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 507, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23723, '2023-04-12', 2517, 21381, 7943, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '12.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23724, '2023-04-12', 2927, 21382, 7944, 27346, '6.0000', '1.8750', '1.8750', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23725, '2023-04-12', 3084, 21383, 7945, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23726, '2023-04-12', 3048, 21384, 7945, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23727, '2023-04-12', 2553, 21385, 7945, 3848, '1.0000', '2.1000', '2.1000', '3.0000', '3.0000', '38.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23728, '2023-04-12', 3484, 21386, 7946, 33236, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23729, '2023-04-12', 2659, 21387, 7946, 24386, '-1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23730, '2023-04-12', 2659, 21387, 7946, 25453, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23731, '2023-04-12', 2659, 21387, 7946, 26520, '-1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23732, '2023-04-12', 2659, 21387, 7946, 28477, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23733, '2023-04-12', 2659, 21387, 7946, 33242, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23734, '2023-04-12', 2502, 21388, 7946, 32032, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23735, '2023-04-12', 3086, 21389, 7947, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23736, '2023-04-12', 3048, 21390, 7947, 29655, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23737, '2023-04-12', 3048, 21391, 7948, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23738, '2023-04-12', 2952, 21392, 7948, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23739, '2023-04-12', 2642, 21393, 7949, 32026, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23740, '2023-04-12', 3868, 21394, 7949, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '109.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23741, '2023-04-13', 2661, 21395, 7950, 32008, '2.0000', '0.2833', '0.2833', '0.5000', '0.5000', '24.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23742, '2023-04-13', 3121, 21396, 7951, 33213, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '12.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23743, '2023-04-13', 2893, 21397, 7951, 30874, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23744, '2023-04-13', 3483, 21398, 7952, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '167.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23745, '2023-04-13', 2713, 21399, 7953, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23746, '2023-04-13', 3483, 21400, 7953, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '165.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23747, '2023-04-13', 3561, 21401, 7954, 28500, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23748, '2023-04-13', 3060, 21402, 7954, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23749, '2023-04-13', 3644, 21403, 7955, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23750, '2023-04-13', 2713, 21404, 7955, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23751, '2023-04-13', 2982, 21405, 7955, 28450, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23752, '2023-04-13', 2663, 21406, 7955, 10191, '1.0000', '2.1500', '2.1500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 158, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23753, '2023-04-13', 3786, 21407, 7955, 18543, '3.0000', '1.9167', '1.9167', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23754, '2023-04-13', 3328, 21408, 7956, 5965, '1.0000', '8.0000', '8.0000', '12.0000', '12.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23755, '2023-04-13', 2713, 21409, 7957, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23756, '2023-04-13', 3868, 21410, 7957, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '108.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23757, '2023-04-13', 3074, 21411, 7957, 32606, '-8.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23758, '2023-04-13', 3074, 21411, 7957, 33260, '9.0000', '2.1617', '2.1617', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23759, '2023-04-13', 3120, 21412, 7958, 33215, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23760, '2023-04-13', 2661, 21413, 7958, 32008, '4.0000', '0.2833', '0.2833', '0.5000', '0.5000', '20.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23761, '2023-04-13', 3483, 21414, 7958, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '163.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23762, '2023-04-13', 2726, 21415, 7959, 28550, '3.0000', '12.7500', '12.7500', '25.0000', '25.0000', '68.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23763, '2023-04-13', 3264, 21416, 7959, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '50.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23764, '2023-04-13', 2719, 21417, 7959, 27242, '3.0000', '0.7100', '0.7100', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23765, '2023-04-13', 2717, 21418, 7959, 4012, '1.0000', '3.9900', '3.9900', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23766, '2023-04-13', 3233, 21419, 7959, 17431, '1.0000', '25.5000', '25.5000', '40.0000', '40.0000', '1.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23767, '2023-04-13', 3829, 21420, 7959, 23959, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23768, '2023-04-13', 2713, 21421, 7960, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23769, '2023-04-13', 2801, 21422, 7960, 4893, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23770, '2023-04-13', 3879, 21423, 7960, 33202, '1.0000', '151.4933', '151.4933', '200.0000', '200.0000', '2.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23771, '2023-04-13', 2949, 21424, 7960, 33231, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23772, '2023-04-13', 3311, 21425, 7960, 29672, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23773, '2023-04-13', 3538, 21426, 7960, 5270, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23774, '2023-04-13', 3060, 21427, 7961, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23775, '2023-04-13', 2952, 21428, 7961, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23776, '2023-04-13', 2661, 21429, 7961, 32008, '2.0000', '0.2833', '0.2833', '0.5000', '0.5000', '18.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23777, '2023-04-13', 3901, 21430, 7962, 33299, '4.0000', '0.3750', '0.3750', '0.5000', '0.5000', '54.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23778, '2023-04-13', 2926, 21431, 7963, 31338, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23779, '2023-04-13', 2920, 21432, 7963, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '23.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23780, '2023-04-13', 2927, 21433, 7963, 27346, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23781, '2023-04-13', 2645, 21434, 7964, 33261, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23782, '2023-04-13', 3015, 21435, 7964, 25593, '-21.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23783, '2023-04-13', 3015, 21435, 7964, 26660, '21.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23784, '2023-04-13', 3015, 21435, 7964, 27866, '-25.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23785, '2023-04-13', 3015, 21435, 7964, 28538, '24.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 477, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23786, '2023-04-13', 3015, 21435, 7964, 29073, '-1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23787, '2023-04-13', 3015, 21435, 7964, 31409, '-2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23788, '2023-04-13', 3015, 21435, 7964, 32605, '-1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23789, '2023-04-13', 3015, 21435, 7964, 33312, '8.0000', '0.9042', '0.9042', '2.0000', '2.0000', '28.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23790, '2023-04-13', 2500, 21436, 7965, 33198, '3.0000', '10.8500', '10.8500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23791, '2023-04-13', 2712, 21437, 7966, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23792, '2023-04-13', 3060, 21438, 7966, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23793, '2023-04-13', 3646, 21439, 7966, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23794, '2023-04-13', 2661, 21440, 7967, 32008, '2.0000', '0.2833', '0.2833', '0.5000', '0.5000', '16.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23795, '2023-04-13', 2500, 21441, 7968, 33229, '1.0000', '10.8500', '10.8500', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23796, '2023-04-13', 3314, 21442, 7969, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23797, '2023-04-13', 3060, 21443, 7970, 30837, '1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 511, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23798, '2023-04-13', 3060, 21444, 7971, 31090, '-1.0000', '6.6254', '6.6254', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23799, '2023-04-13', 3060, 21444, 7971, 33293, '3.0000', '6.9379', '6.9379', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23800, '2023-04-13', 3182, 21445, 7971, 29072, '-2.0000', '9.9000', '9.9000', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23801, '2023-04-13', 3182, 21445, 7971, 31408, '-1.0000', '9.9000', '9.9000', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23802, '2023-04-13', 3182, 21445, 7971, 32604, '-2.0000', '9.9000', '9.9000', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23803, '2023-04-13', 3182, 21445, 7971, 33311, '6.0000', '6.0600', '6.0600', '11.0000', '11.0000', '24.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23804, '2023-04-13', 3085, 21446, 7971, 32030, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23805, '2023-04-13', 2661, 21447, 7971, 32008, '2.0000', '0.2833', '0.2833', '0.5000', '0.5000', '14.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23806, '2023-04-13', 3060, 21448, 7972, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23807, '2023-04-13', 2645, 21449, 7973, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23808, '2023-04-13', 2791, 21450, 7973, 33218, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23809, '2023-04-13', 2661, 21451, 7973, 32008, '3.0000', '0.2833', '0.2833', '0.5000', '0.5000', '11.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23810, '2023-04-13', 3239, 21452, 7974, 10031, '2.0000', '0.6000', '0.6000', '2.5000', '2.5000', '54.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23811, '2023-04-13', 2719, 21453, 7975, 27242, '3.0000', '0.7100', '0.7100', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23812, '2023-04-13', 3060, 21454, 7976, 33293, '4.0000', '6.9379', '6.9379', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23813, '2023-04-13', 3060, 21455, 7977, 33293, '3.0000', '6.9379', '6.9379', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23814, '2023-04-13', 2645, 21456, 7977, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23815, '2023-04-13', 2661, 21457, 7978, 32008, '2.0000', '0.2833', '0.2833', '0.5000', '0.5000', '9.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23816, '2023-04-13', 3609, 21458, 7978, 14506, '2.0000', '0.3871', '0.3871', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23817, '2023-04-13', 3609, 21459, 7979, 14506, '1.0000', '0.3871', '0.3871', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23818, '2023-04-13', 2661, 21460, 7979, 32008, '2.0000', '0.2833', '0.2833', '0.5000', '0.5000', '7.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23819, '2023-04-13', 3646, 21461, 7980, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23820, '2023-04-13', 2661, 21462, 7980, 32008, '1.0000', '0.2833', '0.2833', '0.5000', '0.5000', '6.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23821, '2023-04-13', 3646, 21463, 7981, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23822, '2023-04-13', 2713, 21464, 7981, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23823, '2023-04-13', 3048, 21465, 7981, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23824, '2023-04-13', 3060, 21466, 7982, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23825, '2023-04-13', 3048, 21467, 7983, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23826, '2023-04-13', 3060, 21468, 7984, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23827, '2023-04-13', 3060, 21469, 7985, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23828, '2023-04-13', 3646, 21470, 7986, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23829, '2023-04-13', 2711, 21471, 7987, 30878, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 522, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23830, '2023-04-13', 3060, 21472, 7987, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23831, '2023-04-13', 2661, 21473, 7988, 32008, '2.0000', '0.2833', '0.2833', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23832, '2023-04-13', 2952, 21474, 7989, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23833, '2023-04-13', 3048, 21475, 7989, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23834, '2023-04-13', 2710, 21476, 7990, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '37.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23835, '2023-04-13', 3172, 21477, 7990, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23836, '2023-04-13', 3085, 21478, 7990, 32030, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23837, '2023-04-13', 3060, 21479, 7991, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23838, '2023-04-13', 2661, 21480, 7991, 32008, '1.0000', '0.2833', '0.2833', '0.5000', '0.5000', '3.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23839, '2023-04-13', 2661, 21481, 7992, 32008, '2.0000', '0.2833', '0.2833', '0.5000', '0.5000', '1.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23840, '2023-04-13', 2924, 21482, 7993, 29659, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23841, '2023-04-13', 3120, 21483, 7994, 33215, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23842, '2023-04-13', 2504, 21484, 7995, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23843, '2023-04-13', 3868, 21485, 7996, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '106.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23844, '2023-04-13', 2504, 21486, 7997, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23845, '2023-04-13', 2713, 21487, 7998, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23846, '2023-04-13', 2661, 21488, 7999, 32008, '1.0000', '0.2833', '0.2833', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23847, '2023-04-13', 2661, 21488, 7999, 32226, '-36.0000', '0.2833', '0.2833', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23848, '2023-04-13', 2661, 21488, 7999, 33297, '39.0000', '0.2708', '0.2708', '0.5000', '0.5000', '81.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23849, '2023-04-13', 3114, 21489, 8000, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23850, '2023-04-13', 2710, 21490, 8000, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '36.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23851, '2023-04-13', 2649, 21491, 8001, 33196, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23852, '2023-04-13', 2711, 21492, 8001, 31392, '-1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23853, '2023-04-13', 2711, 21492, 8001, 32046, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23854, '2023-04-13', 3060, 21493, 8001, 33293, '2.0000', '6.9379', '6.9379', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23855, '2023-04-13', 3048, 21494, 8002, 29655, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23856, '2023-04-13', 2712, 21495, 8003, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23857, '2023-04-13', 3048, 21496, 8003, 29655, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23858, '2023-04-13', 2864, 21497, 8003, 33241, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23859, '2023-04-13', 3060, 21498, 8004, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23860, '2023-04-13', 3314, 21499, 8005, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23861, '2023-04-13', 2711, 21500, 8006, 32046, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23862, '2023-04-13', 3868, 21501, 8007, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '104.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23863, '2023-04-13', 2711, 21502, 8008, 32046, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23864, '2023-04-13', 3256, 21503, 8008, 33273, '1.0000', '5.0200', '5.0200', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23865, '2023-04-13', 3483, 21504, 8008, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '160.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23866, '2023-04-13', 2647, 21505, 8009, 32015, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23867, '2023-04-13', 3641, 21506, 8010, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23868, '2023-04-13', 3784, 21507, 8010, 22855, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23869, '2023-04-13', 2534, 21508, 8010, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23870, '2023-04-13', 3063, 21509, 8010, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23871, '2023-04-13', 2649, 21510, 8011, 33196, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23872, '2023-04-13', 3048, 21511, 8011, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23873, '2023-04-13', 3311, 21512, 8011, 29672, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23874, '2023-04-13', 2790, 21513, 8012, 33211, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23875, '2023-04-13', 2646, 21514, 8013, 33262, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23876, '2023-04-13', 2661, 21515, 8014, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '79.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23877, '2023-04-14', 2645, 21516, 8015, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23878, '2023-04-14', 2822, 21517, 8015, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '48.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23879, '2023-04-14', 2661, 21518, 8015, 33297, '5.0000', '0.2708', '0.2708', '0.5000', '0.5000', '74.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23880, '2023-04-14', 2712, 21519, 8016, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23881, '2023-04-14', 2713, 21520, 8017, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23882, '2023-04-14', 2713, 21521, 8018, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23883, '2023-04-14', 3640, 21522, 8018, 14571, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23884, '2023-04-14', 2950, 21523, 8018, 32034, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23885, '2023-04-14', 3064, 21524, 8019, 33240, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23886, '2023-04-14', 2902, 21525, 8019, 33272, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '15.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23887, '2023-04-14', 3644, 21526, 8020, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23888, '2023-04-14', 3868, 21527, 8020, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '103.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23889, '2023-04-14', 2639, 21528, 8020, 5792, '1.0000', '1.1700', '1.1700', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23890, '2023-04-14', 3060, 21529, 8020, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23891, '2023-04-14', 3314, 21530, 8020, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23892, '2023-04-14', 3015, 21531, 8020, 33312, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '27.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23893, '2023-04-14', 3048, 21532, 8020, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23894, '2023-04-14', 3212, 21533, 8021, 27545, '-1.0000', '3.9722', '3.9722', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23895, '2023-04-14', 3212, 21533, 8021, 29893, '-3.0000', '3.9722', '3.9722', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23896, '2023-04-14', 3212, 21533, 8021, 31081, '-4.0000', '3.9722', '3.9722', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23897, '2023-04-14', 3212, 21533, 8021, 32013, '9.0000', '4.1667', '4.1667', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23898, '2023-04-14', 3120, 21534, 8022, 33215, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23899, '2023-04-14', 2726, 21535, 8023, 28550, '1.0000', '12.7500', '12.7500', '25.0000', '25.0000', '67.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23900, '2023-04-14', 3171, 21536, 8023, 4466, '1.0000', '2.7500', '2.7500', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23901, '2023-04-14', 3048, 21537, 8024, 29655, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23902, '2023-04-14', 3060, 21538, 8025, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23903, '2023-04-14', 3085, 21539, 8025, 32030, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23904, '2023-04-14', 2645, 21540, 8026, 33261, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23905, '2023-04-14', 3826, 21541, 8026, 22854, '1.0000', '4.6250', '4.6250', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23906, '2023-04-14', 2661, 21542, 8026, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '72.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23907, '2023-04-14', 2645, 21543, 8027, 33261, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23908, '2023-04-14', 2952, 21544, 8027, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23909, '2023-04-14', 2812, 21545, 8027, 5538, '1.0000', '44.7700', '44.7700', '60.0000', '60.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23910, '2023-04-14', 2711, 21546, 8028, 32046, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23911, '2023-04-14', 3172, 21547, 8029, 33239, '3.0000', '3.4737', '3.4737', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23912, '2023-04-14', 3074, 21548, 8029, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23913, '2023-04-14', 3048, 21549, 8029, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23914, '2023-04-14', 3114, 21550, 8030, 32047, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23915, '2023-04-14', 2645, 21551, 8030, 33261, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23916, '2023-04-14', 2645, 21551, 8030, 33300, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23917, '2023-04-14', 3294, 21552, 8031, 4589, '6.0000', '0.1100', '0.1100', '0.7500', '0.7500', '370.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23918, '2023-04-14', 2936, 21553, 8031, 32041, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23919, '2023-04-14', 2645, 21554, 8032, 33300, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '67.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23920, '2023-04-14', 3892, 21555, 8033, 32052, '1.0000', '5.5000', '5.5000', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23921, '2023-04-14', 3872, 21556, 8034, 28539, '1.0000', '16.5000', '16.5000', '22.0000', '22.0000', '1.0000', 1, 0, NULL, 478, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23922, '2023-04-14', 2534, 21557, 8035, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23923, '2023-04-14', 2647, 21558, 8036, 32015, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23924, '2023-04-14', 3632, 21559, 8037, 14556, '7.0000', '0.1766', '0.1766', '0.5000', '0.5000', '55.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23925, '2023-04-14', 3085, 21560, 8037, 32030, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23926, '2023-04-14', 3048, 21561, 8037, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23927, '2023-04-14', 2645, 21562, 8038, 33300, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23928, '2023-04-14', 2930, 21563, 8038, 33257, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23929, '2023-04-14', 2936, 21564, 8038, 32041, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23930, '2023-04-14', 3182, 21565, 8038, 33311, '2.0000', '6.0600', '6.0600', '11.0000', '11.0000', '22.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23931, '2023-04-14', 3632, 21566, 8038, 14556, '1.0000', '0.1766', '0.1766', '0.5000', '0.5000', '54.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23932, '2023-04-14', 2901, 21567, 8039, 33247, '2.0000', '14.3077', '14.3077', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23933, '2023-04-14', 2502, 21568, 8040, 32032, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23934, '2023-04-14', 2711, 21569, 8040, 32046, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23935, '2023-04-14', 2645, 21570, 8041, 33300, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '62.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23936, '2023-04-14', 2711, 21571, 8041, 32046, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23937, '2023-04-14', 2645, 21572, 8042, 33300, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23938, '2023-04-14', 2645, 21573, 8043, 33300, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23939, '2023-04-14', 3644, 21574, 8044, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23940, '2023-04-14', 2713, 21575, 8045, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23941, '2023-04-14', 3120, 21576, 8046, 33215, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23942, '2023-04-14', 2711, 21577, 8046, 32046, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23943, '2023-04-14', 2864, 21578, 8046, 33241, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23944, '2023-04-14', 2646, 21579, 8047, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23945, '2023-04-14', 2646, 21580, 8048, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23946, '2023-04-14', 3172, 21581, 8048, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23947, '2023-04-14', 2485, 21582, 8049, 32000, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '9.0000', 1, 0, NULL, 526, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23948, '2023-04-14', 2949, 21583, 8049, 33231, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23949, '2023-04-14', 2919, 21584, 8050, 33252, '4.0000', '6.0000', '6.0000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23950, '2023-04-14', 3086, 21585, 8051, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23951, '2023-04-14', 3048, 21586, 8052, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23952, '2023-04-15', 3060, 21587, 8053, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23953, '2023-04-15', 3901, 21588, 8054, 33299, '2.0000', '0.3750', '0.3750', '0.5000', '0.5000', '52.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23954, '2023-04-15', 2644, 21589, 8055, 33225, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23955, '2023-04-15', 2916, 21590, 8055, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '9.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23956, '2023-04-15', 3048, 21591, 8056, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23957, '2023-04-15', 3311, 21592, 8056, 29672, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23958, '2023-04-15', 3868, 21593, 8056, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '102.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23959, '2023-04-15', 3212, 21594, 8056, 32013, '1.0000', '4.1667', '4.1667', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23960, '2023-04-15', 2936, 21595, 8056, 32041, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23961, '2023-04-15', 2920, 21596, 8056, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '22.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23962, '2023-04-15', 2934, 21597, 8056, 4732, '2.0000', '3.7500', '3.7500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23963, '2023-04-15', 2712, 21598, 8057, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23964, '2023-04-15', 2713, 21599, 8058, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23965, '2023-04-15', 3120, 21600, 8058, 33215, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23966, '2023-04-15', 2713, 21601, 8059, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23967, '2023-04-15', 2644, 21602, 8060, 33225, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23968, '2023-04-15', 2713, 21603, 8061, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23969, '2023-04-15', 2902, 21604, 8062, 33272, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '14.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23970, '2023-04-15', 3314, 21605, 8063, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23971, '2023-04-15', 3085, 21606, 8064, 32030, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23972, '2023-04-15', 2502, 21607, 8064, 32032, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23973, '2023-04-15', 2646, 21608, 8065, 33262, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23974, '2023-04-15', 2902, 21609, 8065, 33272, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '13.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23975, '2023-04-15', 3120, 21610, 8065, 33215, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23976, '2023-04-15', 3085, 21611, 8065, 32030, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23977, '2023-04-15', 3074, 21612, 8065, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23978, '2023-04-15', 2646, 21613, 8066, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23979, '2023-04-15', 2661, 21614, 8067, 33297, '4.0000', '0.2708', '0.2708', '0.5000', '0.5000', '68.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23980, '2023-04-15', 2646, 21615, 8068, 33262, '7.0000', '11.4417', '11.4417', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23981, '2023-04-15', 2645, 21616, 8068, 33300, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '54.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23982, '2023-04-15', 2645, 21617, 8069, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23983, '2023-04-15', 2647, 21618, 8069, 32015, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23984, '2023-04-15', 2921, 21619, 8070, 28514, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23985, '2023-04-15', 2926, 21620, 8070, 32533, '-1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23986, '2023-04-15', 2926, 21620, 8070, 33309, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23987, '2023-04-15', 2645, 21621, 8071, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23988, '2023-04-15', 2646, 21622, 8072, 33262, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23989, '2023-04-15', 2927, 21623, 8072, 27346, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 454, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23990, '2023-04-15', 2927, 21623, 8072, 27789, '-5.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23991, '2023-04-15', 2927, 21623, 8072, 31330, '-1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23992, '2023-04-15', 2927, 21623, 8072, 32525, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23993, '2023-04-15', 2927, 21623, 8072, 33307, '7.0000', '1.8750', '1.8750', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23994, '2023-04-15', 2935, 21624, 8072, 29689, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23995, '2023-04-15', 3483, 21625, 8073, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '157.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23996, '2023-04-15', 2645, 21626, 8074, 33300, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23997, '2023-04-15', 2661, 21627, 8075, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '66.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23998, '2023-04-15', 2725, 21628, 8076, 27240, '8.0000', '2.9100', '2.9100', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23999, '2023-04-15', 2490, 21629, 8076, 3785, '6.0000', '0.6900', '0.6900', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24000, '2023-04-15', 2726, 21630, 8076, 28550, '3.0000', '12.7500', '12.7500', '25.0000', '25.0000', '64.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24001, '2023-04-15', 3062, 21631, 8077, 32020, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24002, '2023-04-15', 3306, 21632, 8078, 4601, '16.0000', '0.5100', '0.5100', '1.0000', '1.0000', '240.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24003, '2023-04-15', 2711, 21633, 8079, 32046, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24004, '2023-04-15', 2505, 21634, 8080, 10545, '-6.0000', '2.8333', '2.8333', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24005, '2023-04-15', 2505, 21634, 8080, 11515, '6.0000', '2.8333', '2.8333', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24006, '2023-04-15', 2505, 21634, 8080, 12485, '-6.0000', '2.8333', '2.8333', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24007, '2023-04-15', 2505, 21634, 8080, 30862, '7.0000', '3.1667', '3.1667', '5.5000', '5.5000', '5.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24008, '2023-04-15', 3063, 21635, 8080, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24009, '2023-04-15', 3901, 21636, 8080, 33299, '1.0000', '0.3750', '0.3750', '0.5000', '0.5000', '51.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24010, '2023-04-15', 3187, 21637, 8081, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '24.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24011, '2023-04-15', 3868, 21638, 8081, 33220, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '97.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24012, '2023-04-15', 2920, 21639, 8082, 33303, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '19.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24013, '2023-04-15', 2922, 21640, 8082, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24014, '2023-04-15', 2935, 21641, 8082, 29689, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24015, '2023-04-15', 3889, 21642, 8083, 33193, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '5.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24016, '2023-04-15', 2502, 21643, 8084, 32032, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24017, '2023-04-15', 3074, 21644, 8085, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24018, '2023-04-15', 2645, 21645, 8086, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24019, '2023-04-15', 2711, 21646, 8087, 32046, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24020, '2023-04-15', 2710, 21647, 8088, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '35.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24021, '2023-04-15', 3060, 21648, 8089, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24022, '2023-04-15', 3085, 21649, 8089, 32030, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24023, '2023-04-15', 3061, 21650, 8090, 30861, '2.0000', '4.8500', '4.8500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24024, '2023-04-15', 2923, 21651, 8091, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24025, '2023-04-15', 3889, 21652, 8092, 33193, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '3.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24026, '2023-04-15', 3172, 21653, 8093, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24027, '2023-04-15', 2949, 21654, 8094, 33286, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24028, '2023-04-15', 2634, 21655, 8094, 32009, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24029, '2023-04-15', 2950, 21656, 8095, 32497, '-1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24030, '2023-04-15', 2950, 21656, 8095, 33201, '2.0000', '12.9583', '12.9583', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24031, '2023-04-15', 3086, 21657, 8095, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24032, '2023-04-15', 2790, 21658, 8095, 33211, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24034, '2023-04-15', 2645, 21660, 8097, 33300, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24035, '2023-04-15', 2713, 21661, 8098, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24036, '2023-04-15', 2645, 21662, 8099, 33300, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24037, '2023-04-15', 2645, 21663, 8100, 33300, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24038, '2023-04-15', 3825, 21664, 8101, 27804, '-1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24039, '2023-04-15', 3825, 21664, 8101, 30157, '-1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24040, '2023-04-15', 3825, 21664, 8101, 32010, '3.0000', '1.3200', '1.3200', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24041, '2023-04-15', 2902, 21665, 8102, 33272, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '12.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24042, '2023-04-15', 2713, 21666, 8102, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24043, '2023-04-15', 2711, 21667, 8102, 32046, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24044, '2023-04-16', 2901, 21668, 8103, 33247, '2.0000', '14.3077', '14.3077', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 557, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24045, '2023-04-16', 2950, 21669, 8104, 33201, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24046, '2023-04-16', 2645, 21670, 8104, 33300, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24047, '2023-04-16', 3048, 21671, 8105, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24048, '2023-04-16', 2916, 21672, 8106, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '8.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24049, '2023-04-16', 2902, 21673, 8106, 33272, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24050, '2023-04-16', 2902, 21674, 8107, 33272, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24051, '2023-04-16', 3048, 21675, 8107, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24052, '2023-04-16', 2894, 21676, 8107, 33237, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24053, '2023-04-16', 2902, 21677, 8108, 33272, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24054, '2023-04-16', 2922, 21678, 8108, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24055, '2023-04-16', 2647, 21679, 8109, 32015, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24056, '2023-04-16', 3074, 21680, 8110, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24057, '2023-04-16', 2922, 21681, 8111, 32037, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24058, '2023-04-16', 2936, 21682, 8111, 32041, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24059, '2023-04-16', 2653, 21683, 8112, 32018, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24060, '2023-04-16', 3063, 21684, 8112, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24061, '2023-04-16', 3060, 21685, 8113, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24062, '2023-04-16', 2645, 21686, 8113, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24063, '2023-04-16', 3889, 21687, 8113, 33193, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24064, '2023-04-16', 2499, 21688, 8114, 32498, '-2.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24065, '2023-04-16', 2499, 21688, 8114, 33199, '3.0000', '8.5400', '8.5400', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24066, '2023-04-16', 2713, 21689, 8115, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24067, '2023-04-16', 2789, 21690, 8116, 30865, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24068, '2023-04-16', 3114, 21691, 8117, 32047, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24069, '2023-04-16', 3114, 21691, 8117, 32602, '-3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24070, '2023-04-16', 3114, 21691, 8117, 33320, '5.0000', '4.5833', '4.5833', '6.0000', '6.0000', '43.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24071, '2023-04-16', 2950, 21692, 8117, 33201, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24072, '2023-04-16', 2916, 21693, 8117, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '7.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24073, '2023-04-16', 2950, 21694, 8118, 33201, '2.0000', '12.9583', '12.9583', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24074, '2023-04-16', 2950, 21694, 8118, 33235, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24075, '2023-04-16', 2936, 21695, 8119, 32041, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24076, '2023-04-16', 2713, 21696, 8120, 32042, '1.0000', '5.2890', '5.2890', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24077, '2023-04-16', 2949, 21697, 8121, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24078, '2023-04-16', 2902, 21698, 8121, 33272, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24079, '2023-04-16', 2789, 21699, 8121, 30865, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24080, '2023-04-16', 2926, 21700, 8121, 33309, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24081, '2023-04-16', 2864, 21701, 8121, 33241, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24082, '2023-04-16', 2659, 21702, 8121, 33242, '1.0000', '10.3000', '10.3000', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24083, '2023-04-16', 3589, 21703, 8121, 13349, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24084, '2023-04-16', 3187, 21704, 8121, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '22.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24085, '2023-04-17', 3060, 21705, 8122, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24086, '2023-04-17', 2969, 21706, 8123, 4264, '2.0000', '4.5000', '4.5000', '6.5000', '6.5000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24087, '2023-04-17', 3264, 21707, 8123, 10021, '3.0000', '13.0300', '13.0300', '23.0000', '23.0000', '47.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24088, '2023-04-17', 2719, 21708, 8123, 27242, '10.0000', '0.7100', '0.7100', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24089, '2023-04-17', 3260, 21709, 8123, 4832, '6.0000', '1.3900', '1.3900', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24090, '2023-04-17', 2749, 21710, 8123, 4849, '6.0000', '0.6900', '0.6900', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24091, '2023-04-17', 2756, 21711, 8123, 14308, '4.0000', '0.8900', '0.8900', '2.5000', '2.5000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24092, '2023-04-17', 3147, 21712, 8123, 4442, '2.0000', '4.3900', '4.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24093, '2023-04-17', 3147, 21712, 8123, 5925, '1.0000', '4.3900', '4.3900', '12.0000', '12.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24094, '2023-04-17', 3256, 21713, 8124, 33273, '1.0000', '5.0200', '5.0200', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24095, '2023-04-17', 2949, 21714, 8124, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24096, '2023-04-17', 3561, 21715, 8124, 28500, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24097, '2023-04-17', 2698, 21716, 8124, 30808, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24098, '2023-04-17', 2699, 21717, 8124, 33205, '6.0000', '5.3000', '5.3000', '8.0000', '8.0000', '56.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24099, '2023-04-17', 2726, 21718, 8124, 28550, '1.0000', '12.7500', '12.7500', '25.0000', '25.0000', '63.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24100, '2023-04-17', 2698, 21719, 8125, 30808, '2.0000', '5.4000', '5.4000', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24101, '2023-04-17', 2607, 21720, 8125, 5034, '1.0000', '30.9400', '30.9400', '45.0000', '45.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24102, '2023-04-17', 2901, 21721, 8126, 33283, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '21.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24103, '2023-04-17', 3827, 21722, 8127, 33217, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24104, '2023-04-17', 3074, 21723, 8128, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24105, '2023-04-17', 2646, 21724, 8129, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24106, '2023-04-17', 2507, 21725, 8130, 28499, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24107, '2023-04-17', 2653, 21726, 8130, 32018, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24108, '2023-04-17', 3311, 21727, 8130, 29672, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24109, '2023-04-17', 2713, 21728, 8131, 32601, '-14.0000', '5.2890', '5.2890', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24110, '2023-04-17', 2713, 21728, 8131, 33250, '15.0000', '5.8333', '5.8333', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24111, '2023-04-17', 3187, 21729, 8131, 32007, '1.0000', '0.7145', '0.7145', '1.2500', '1.2500', '21.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24112, '2023-04-17', 3120, 21730, 8131, 33277, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24113, '2023-04-17', 2650, 21731, 8132, 32023, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24114, '2023-04-17', 2653, 21732, 8132, 32018, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24115, '2023-04-17', 3120, 21733, 8133, 33277, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24116, '2023-04-17', 3121, 21734, 8134, 33213, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24117, '2023-04-17', 2645, 21735, 8134, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24118, '2023-04-17', 3187, 21736, 8135, 32007, '1.0000', '0.7145', '0.7145', '1.2500', '1.2500', '20.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24119, '2023-04-17', 3260, 21737, 8135, 4832, '3.0000', '1.3900', '1.3900', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24120, '2023-04-17', 3855, 21738, 8135, 27310, '9.0000', '5.4000', '5.4000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24121, '2023-04-17', 2482, 21739, 8135, 4820, '1.0000', '32.0000', '32.0000', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24122, '2023-04-17', 2902, 21740, 8136, 33272, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24123, '2023-04-17', 3889, 21741, 8136, 33193, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24124, '2023-04-17', 3868, 21742, 8136, 33220, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '93.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24125, '2023-04-17', 3772, 21743, 8137, 32006, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24126, '2023-04-17', 2661, 21744, 8137, 33297, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '65.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24127, '2023-04-17', 3311, 21745, 8137, 29672, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24128, '2023-04-17', 3084, 21746, 8137, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24129, '2023-04-17', 3187, 21747, 8137, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '18.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24130, '2023-04-17', 2710, 21748, 8137, 32043, '4.0000', '5.2719', '5.2719', '7.5000', '7.5000', '31.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24131, '2023-04-17', 2524, 21749, 8138, 5121, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24132, '2023-04-17', 3868, 21750, 8138, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '92.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24133, '2023-04-17', 3889, 21751, 8138, 33313, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '34.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24134, '2023-04-17', 2644, 21752, 8138, 33225, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24135, '2023-04-17', 2494, 21753, 8138, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '66.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24136, '2023-04-17', 3829, 21754, 8138, 23959, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24137, '2023-04-17', 2499, 21755, 8138, 33199, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24138, '2023-04-17', 3126, 21756, 8139, 30838, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24139, '2023-04-17', 3868, 21757, 8139, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '91.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24140, '2023-04-17', 3172, 21758, 8139, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24141, '2023-04-17', 3889, 21759, 8139, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '33.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24142, '2023-04-17', 2746, 21760, 8140, 4041, '2.0000', '1.2900', '1.2900', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24143, '2023-04-17', 2499, 21761, 8140, 33199, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24144, '2023-04-17', 3303, 21762, 8140, 4598, '75.0000', '0.2500', '0.2500', '0.7500', '0.7500', '63.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24145, '2023-04-17', 2817, 21763, 8140, 4112, '4.0000', '20.8900', '20.8900', '29.0000', '29.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24146, '2023-04-17', 3082, 21764, 8140, 5501, '2.0000', '25.8000', '25.8000', '35.0000', '35.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24147, '2023-04-17', 2500, 21765, 8141, 33229, '1.0000', '10.8500', '10.8500', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24148, '2023-04-17', 3048, 21766, 8141, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24149, '2023-04-17', 3617, 21767, 8141, 14530, '4.0000', '0.7000', '0.7000', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24150, '2023-04-17', 2710, 21768, 8141, 32043, '2.0000', '5.2719', '5.2719', '7.5000', '7.5000', '29.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24151, '2023-04-17', 3772, 21769, 8141, 32006, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24152, '2023-04-17', 3187, 21770, 8141, 32007, '4.0000', '0.7145', '0.7145', '1.2500', '1.2500', '14.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24153, '2023-04-17', 2713, 21771, 8142, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24154, '2023-04-17', 2502, 21772, 8142, 32032, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24155, '2023-04-17', 2644, 21773, 8142, 33225, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24156, '2023-04-17', 2645, 21774, 8143, 33300, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24157, '2023-04-17', 2645, 21775, 8144, 33300, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24158, '2023-04-17', 3622, 21776, 8145, 16422, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24159, '2023-04-17', 3622, 21776, 8145, 33282, '1.0000', '4.6667', '4.6667', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24160, '2023-04-17', 3074, 21777, 8145, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24161, '2023-04-17', 2661, 21778, 8145, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '63.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24162, '2023-04-17', 2661, 21779, 8146, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '61.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24163, '2023-04-17', 3646, 21780, 8147, 15726, '6.0000', '1.1233', '1.1233', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24164, '2023-04-18', 2902, 21781, 8148, 33272, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24165, '2023-04-18', 2922, 21782, 8148, 32037, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24166, '2023-04-18', 2661, 21783, 8148, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '59.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24167, '2023-04-18', 2661, 21784, 8149, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '57.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24168, '2023-04-18', 3901, 21785, 8149, 33299, '2.0000', '0.3750', '0.3750', '0.5000', '0.5000', '49.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24169, '2023-04-18', 2645, 21786, 8149, 33300, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24170, '2023-04-18', 2661, 21787, 8150, 33297, '4.0000', '0.2708', '0.2708', '0.5000', '0.5000', '53.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24171, '2023-04-18', 2645, 21788, 8150, 33300, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24172, '2023-04-18', 2711, 21789, 8150, 32046, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24173, '2023-04-18', 2950, 21790, 8150, 33235, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24174, '2023-04-18', 3893, 21791, 8151, 32053, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24175, '2023-04-18', 2661, 21792, 8151, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '51.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24176, '2023-04-18', 3646, 21793, 8151, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24177, '2023-04-18', 2822, 21794, 8152, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24178, '2023-04-18', 2710, 21795, 8152, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '28.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24179, '2023-04-18', 2930, 21796, 8152, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24180, '2023-04-18', 2926, 21797, 8153, 33309, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24181, '2023-04-18', 2921, 21798, 8153, 28514, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24182, '2023-04-18', 2653, 21799, 8153, 32018, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24183, '2023-04-18', 2646, 21800, 8154, 33262, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24184, '2023-04-18', 3646, 21801, 8154, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24185, '2023-04-18', 3048, 21802, 8154, 4343, '-1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24186, '2023-04-18', 3048, 21802, 8154, 29655, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24187, '2023-04-18', 3048, 21803, 8155, 29655, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 483, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24188, '2023-04-18', 3048, 21803, 8155, 29804, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24189, '2023-04-18', 3868, 21804, 8155, 33220, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '87.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24190, '2023-04-18', 2930, 21805, 8156, 33257, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24191, '2023-04-18', 2902, 21806, 8156, 33272, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24192, '2023-04-18', 3256, 21807, 8156, 33273, '1.0000', '5.0200', '5.0200', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24193, '2023-04-18', 3015, 21808, 8156, 33312, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '26.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24194, '2023-04-18', 2645, 21809, 8157, 33300, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24195, '2023-04-18', 3114, 21810, 8157, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24196, '2023-04-18', 3172, 21811, 8157, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24197, '2023-04-18', 3114, 21812, 8158, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24198, '2023-04-18', 2645, 21813, 8158, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24199, '2023-04-18', 2918, 21814, 8158, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24200, '2023-04-18', 2935, 21815, 8158, 29689, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24201, '2023-04-18', 2645, 21816, 8159, 33300, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24202, '2023-04-18', 2950, 21817, 8159, 33235, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24203, '2023-04-18', 2759, 21818, 8159, 4831, '2.0000', '8.5200', '8.5200', '11.0000', '11.0000', '10.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24204, '2023-04-18', 3080, 21819, 8160, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '24.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24205, '2023-04-18', 2965, 21820, 8160, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '27.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24206, '2023-04-18', 2678, 21821, 8160, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24207, '2023-04-18', 3102, 21822, 8161, 4397, '1.0000', '13.7300', '13.7300', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24208, '2023-04-18', 3182, 21823, 8161, 33311, '2.0000', '6.0600', '6.0600', '11.0000', '11.0000', '20.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24209, '2023-04-18', 2647, 21824, 8161, 32015, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24210, '2023-04-18', 2647, 21824, 8161, 32462, '-5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24211, '2023-04-18', 2647, 21824, 8161, 33265, '6.0000', '5.8093', '5.8093', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24212, '2023-04-18', 2950, 21825, 8161, 33235, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24213, '2023-04-18', 3900, 21826, 8162, 33259, '1.0000', '6.0000', '6.0000', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24214, '2023-04-18', 2647, 21827, 8162, 33265, '4.0000', '5.8093', '5.8093', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24215, '2023-04-18', 3172, 21828, 8163, 33239, '3.0000', '3.4737', '3.4737', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24216, '2023-04-18', 3641, 21829, 8163, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24217, '2023-04-18', 2647, 21830, 8163, 33265, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24218, '2023-04-18', 2651, 21831, 8163, 32024, '3.0000', '5.8333', '5.8333', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24219, '2023-04-18', 2902, 21832, 8164, 33272, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24220, '2023-04-18', 2647, 21833, 8164, 33265, '6.0000', '5.8093', '5.8093', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24221, '2023-04-18', 2710, 21834, 8164, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '27.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24222, '2023-04-18', 3123, 21835, 8164, 32063, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24223, '2023-04-18', 2901, 21836, 8165, 33283, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '19.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24224, '2023-04-18', 2713, 21837, 8165, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24225, '2023-04-18', 3641, 21838, 8165, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24226, '2023-04-18', 3311, 21839, 8166, 29672, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24227, '2023-04-18', 3060, 21840, 8166, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24228, '2023-04-18', 3889, 21841, 8166, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '32.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24229, '2023-04-18', 3641, 21842, 8166, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24230, '2023-04-18', 3114, 21843, 8166, 33320, '3.0000', '4.5833', '4.5833', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24231, '2023-04-18', 2534, 21844, 8167, 31996, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24232, '2023-04-18', 2711, 21845, 8167, 32046, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24233, '2023-04-18', 2902, 21846, 8167, 33284, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24234, '2023-04-18', 3063, 21847, 8167, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24235, '2023-04-18', 3060, 21848, 8167, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24236, '2023-04-18', 3048, 21849, 8168, 29804, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24237, '2023-04-18', 3876, 21850, 8168, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '12.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24238, '2023-04-18', 3256, 21851, 8168, 33273, '1.0000', '5.0200', '5.0200', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24239, '2023-04-18', 3868, 21852, 8168, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '86.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24240, '2023-04-18', 3063, 21853, 8169, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24241, '2023-04-18', 2711, 21854, 8169, 32046, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24242, '2023-04-18', 2642, 21855, 8169, 32026, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24243, '2023-04-18', 3048, 21856, 8169, 29804, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24244, '2023-04-18', 3868, 21857, 8169, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '85.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24245, '2023-04-18', 2661, 21858, 8169, 33297, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '50.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24246, '2023-04-18', 3786, 21859, 8170, 18543, '2.0000', '1.9167', '1.9167', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24247, '2023-04-18', 3852, 21860, 8170, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24248, '2023-04-18', 2790, 21861, 8170, 33276, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24249, '2023-04-18', 3120, 21862, 8170, 33277, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24250, '2023-04-18', 2711, 21863, 8170, 32046, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24251, '2023-04-18', 3114, 21864, 8171, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24252, '2023-04-18', 3314, 21865, 8171, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24253, '2023-04-18', 3048, 21866, 8171, 29804, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24254, '2023-04-18', 3048, 21866, 8171, 30990, '-5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24255, '2023-04-18', 3048, 21866, 8171, 31999, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24256, '2023-04-18', 2649, 21867, 8172, 33918, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24257, '2023-04-18', 3015, 21868, 8173, 33312, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '25.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24258, '2023-04-18', 2916, 21869, 8174, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '6.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24259, '2023-04-18', 3060, 21870, 8175, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24260, '2023-04-18', 3063, 21871, 8176, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24261, '2023-04-18', 3060, 21872, 8177, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24262, '2023-04-18', 3479, 21873, 8178, 4731, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 32, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24263, '2023-04-18', 3479, 21873, 8178, 5395, '3.0000', '4.5000', '4.5000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24264, '2023-04-18', 2645, 21874, 8179, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24265, '2023-04-18', 2822, 21875, 8180, 33223, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24266, '2023-04-19', 2710, 21876, 8181, 32043, '2.0000', '5.2719', '5.2719', '7.5000', '7.5000', '25.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24267, '2023-04-19', 2822, 21877, 8182, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24268, '2023-04-19', 2647, 21878, 8183, 33265, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24269, '2023-04-19', 3553, 21879, 8184, 28503, '1.0000', '3.9565', '3.9565', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 468, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24270, '2023-04-19', 3538, 21880, 8185, 5270, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24271, '2023-04-19', 3553, 21881, 8186, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24272, '2023-04-19', 3877, 21882, 8186, 30807, '1.0000', '141.6167', '141.6167', '185.0000', '185.0000', '1.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24273, '2023-04-19', 2698, 21883, 8186, 30808, '4.0000', '5.4000', '5.4000', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24274, '2023-04-19', 2699, 21884, 8186, 33205, '9.0000', '5.3000', '5.3000', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24275, '2023-04-19', 3082, 21885, 8187, 5501, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24276, '2023-04-19', 3120, 21886, 8188, 33277, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24277, '2023-04-19', 3784, 21887, 8189, 22855, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24278, '2023-04-19', 2919, 21888, 8189, 33252, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24279, '2023-04-19', 3060, 21889, 8190, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24280, '2023-04-19', 2901, 21890, 8191, 33283, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '17.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24281, '2023-04-19', 3786, 21891, 8192, 18543, '3.0000', '1.9167', '1.9167', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24282, '2023-04-19', 2663, 21892, 8192, 10527, '-3.0000', '2.1500', '2.1500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24283, '2023-04-19', 2663, 21892, 8192, 11497, '3.0000', '2.1500', '2.1500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24284, '2023-04-19', 2663, 21892, 8192, 12467, '-3.0000', '2.1500', '2.1500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24285, '2023-04-19', 2663, 21892, 8192, 13225, '4.0000', '1.7917', '1.7917', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 186, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24286, '2023-04-19', 2982, 21893, 8192, 28450, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 458, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24287, '2023-04-19', 3114, 21894, 8192, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24288, '2023-04-19', 3015, 21895, 8192, 33312, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '23.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24289, '2023-04-19', 2918, 21896, 8192, 29658, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24290, '2023-04-19', 3121, 21897, 8193, 33213, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24291, '2023-04-19', 2552, 21898, 8194, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24292, '2023-04-19', 3121, 21899, 8194, 33213, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24293, '2023-04-19', 3868, 21900, 8194, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '84.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24294, '2023-04-19', 2713, 21901, 8194, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24295, '2023-04-19', 2500, 21902, 8195, 33229, '1.0000', '10.8500', '10.8500', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24296, '2023-04-19', 3641, 21903, 8195, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24297, '2023-04-19', 3561, 21904, 8195, 28500, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24298, '2023-04-19', 3063, 21905, 8195, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24299, '2023-04-19', 2713, 21906, 8196, 33250, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24300, '2023-04-19', 3114, 21907, 8197, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24301, '2023-04-19', 3060, 21908, 8197, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24302, '2023-04-19', 3048, 21909, 8198, 31999, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24303, '2023-04-19', 3314, 21910, 8198, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24304, '2023-04-19', 2952, 21911, 8198, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24305, '2023-04-19', 3868, 21912, 8198, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '83.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24306, '2023-04-19', 3868, 21913, 8199, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '81.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24307, '2023-04-19', 2982, 21914, 8199, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24308, '2023-04-19', 3120, 21915, 8199, 33277, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24309, '2023-04-19', 3561, 21916, 8199, 28500, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24310, '2023-04-19', 3212, 21917, 8199, 32013, '1.0000', '4.1667', '4.1667', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24311, '2023-04-19', 3060, 21918, 8199, 33293, '4.0000', '6.9379', '6.9379', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24312, '2023-04-19', 3256, 21919, 8200, 33273, '1.0000', '5.0200', '5.0200', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24313, '2023-04-19', 3120, 21920, 8200, 33277, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24314, '2023-04-19', 2661, 21921, 8200, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '48.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24315, '2023-04-19', 2789, 21922, 8200, 30865, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24316, '2023-04-19', 3827, 21923, 8200, 33217, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24317, '2023-04-19', 3611, 21924, 8200, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24318, '2023-04-19', 2950, 21925, 8200, 33235, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24319, '2023-04-19', 2952, 21926, 8201, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24320, '2023-04-19', 2713, 21927, 8202, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24321, '2023-04-19', 3048, 21928, 8202, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24322, '2023-04-19', 2936, 21929, 8202, 32041, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24323, '2023-04-19', 2499, 21930, 8203, 33199, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24324, '2023-04-19', 2801, 21931, 8203, 4893, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24325, '2023-04-19', 3314, 21932, 8203, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24326, '2023-04-19', 3483, 21933, 8203, 4771, '-2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24327, '2023-04-19', 3483, 21933, 8203, 30868, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '153.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24328, '2023-04-19', 3064, 21934, 8203, 33240, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24329, '2023-04-19', 3311, 21935, 8204, 29672, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24330, '2023-04-19', 3825, 21936, 8204, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24331, '2023-04-19', 2642, 21937, 8204, 32026, '1.0000', '7.2502', '7.2502', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24332, '2023-04-19', 2789, 21938, 8205, 30865, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 518, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24333, '2023-04-19', 3074, 21939, 8206, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24334, '2023-04-19', 3786, 21940, 8206, 18543, '3.0000', '1.9167', '1.9167', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24335, '2023-04-19', 3060, 21941, 8206, 33293, '2.0000', '6.9379', '6.9379', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24336, '2023-04-19', 3015, 21942, 8206, 33312, '4.0000', '0.9042', '0.9042', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24337, '2023-04-19', 2653, 21943, 8207, 32018, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24338, '2023-04-19', 3484, 21944, 8207, 33236, '1.0000', '9.0800', '9.0800', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24339, '2023-04-19', 3646, 21945, 8207, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24340, '2023-04-19', 2608, 21946, 8208, 27305, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24341, '2023-04-19', 2726, 21947, 8208, 28550, '4.0000', '12.7500', '12.7500', '25.0000', '25.0000', '59.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24342, '2023-04-19', 3553, 21948, 8208, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '29.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24343, '2023-04-19', 3257, 21949, 8208, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24344, '2023-04-19', 2716, 21950, 8208, 6848, '-73.0000', '3.3500', '3.3500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24345, '2023-04-19', 2716, 21950, 8208, 7811, '54.0000', '3.3500', '3.3500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24346, '2023-04-19', 2716, 21950, 8208, 8772, '-54.0000', '3.3500', '3.3500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24347, '2023-04-19', 2716, 21950, 8208, 9733, '60.0000', '3.3500', '3.3500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24348, '2023-04-19', 2716, 21950, 8208, 5887, '14.0000', '3.3500', '3.3500', '4.5000', '4.5000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24349, '2023-04-19', 3833, 21951, 8208, 23976, '1.0000', '20.3900', '20.3900', '28.0000', '28.0000', '4.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24350, '2023-04-19', 2801, 21952, 8208, 4893, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24351, '2023-04-19', 3538, 21953, 8208, 5270, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24352, '2023-04-19', 2901, 21954, 8209, 33283, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24353, '2023-04-19', 2950, 21955, 8210, 33235, '1.0000', '12.9583', '12.9583', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24354, '2023-04-19', 3224, 21956, 8211, 5720, '1.0000', '170.1500', '170.1500', '285.0000', '285.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24355, '2023-04-19', 3060, 21957, 8212, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24356, '2023-04-19', 2790, 21958, 8213, 33276, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24357, '2023-04-19', 2645, 21959, 8214, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24358, '2023-04-19', 2645, 21960, 8215, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24359, '2023-04-19', 2661, 21961, 8216, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '46.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24360, '2023-04-19', 3123, 21962, 8217, 32063, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24361, '2023-04-19', 2710, 21963, 8218, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '24.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24362, '2023-04-19', 3114, 21964, 8218, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24363, '2023-04-19', 3182, 21965, 8218, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '19.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24364, '2023-04-19', 3062, 21966, 8219, 32020, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24365, '2023-04-19', 3256, 21967, 8219, 33273, '1.0000', '5.0200', '5.0200', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24366, '2023-04-19', 2711, 21968, 8220, 32046, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24367, '2023-04-19', 2710, 21969, 8221, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '23.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24368, '2023-04-19', 3483, 21970, 8222, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '152.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24369, '2023-04-19', 2927, 21971, 8223, 33307, '4.0000', '1.8750', '1.8750', '2.5000', '2.5000', '37.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24370, '2023-04-19', 2791, 21972, 8224, 33218, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24371, '2023-04-19', 3048, 21973, 8224, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '61.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24372, '2023-04-19', 2642, 21974, 8225, 32026, '2.0000', '7.2502', '7.2502', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24373, '2023-04-19', 3182, 21975, 8225, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '18.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24374, '2023-04-19', 3085, 21976, 8226, 32174, '-2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24375, '2023-04-19', 3085, 21976, 8226, 33232, '3.0000', '3.9600', '3.9600', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24376, '2023-04-19', 3063, 21977, 8226, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24377, '2023-04-19', 2642, 21978, 8227, 33197, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24378, '2023-04-19', 2642, 21979, 8228, 33197, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24379, '2023-04-19', 2645, 21980, 8229, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24380, '2023-04-19', 2661, 21981, 8229, 33297, '3.0000', '0.2708', '0.2708', '0.5000', '0.5000', '43.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24381, '2023-04-19', 2642, 21982, 8230, 33197, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24382, '2023-04-19', 2645, 21983, 8230, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24383, '2023-04-19', 3187, 21984, 8231, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '12.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24384, '2023-04-19', 2830, 21985, 8232, 6132, '-4.0000', '4.0000', '4.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24385, '2023-04-19', 2830, 21985, 8232, 7095, '-7.0000', '4.0000', '4.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24386, '2023-04-19', 2830, 21985, 8232, 8056, '7.0000', '4.0000', '4.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24387, '2023-04-19', 2830, 21985, 8232, 9017, '-7.0000', '4.0000', '4.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24388, '2023-04-19', 2830, 21985, 8232, 10119, '6.0000', '4.1500', '4.1500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 140, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24389, '2023-04-19', 2830, 21985, 8232, 14461, '9.0000', '4.1500', '4.1500', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24390, '2023-04-19', 2645, 21986, 8233, 33300, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24391, '2023-04-19', 2645, 21987, 8234, 33300, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24392, '2023-04-19', 3015, 21988, 8234, 33312, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '17.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24393, '2023-04-19', 2645, 21989, 8235, 33300, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24394, '2023-04-19', 2645, 21989, 8235, 33726, '-8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24395, '2023-04-19', 2645, 21989, 8235, 34455, '9.0000', '8.5417', '8.5417', '12.0000', '12.0000', '87.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24396, '2023-04-19', 2645, 21990, 8236, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '85.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24397, '2023-04-19', 3784, 21991, 8236, 22855, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24398, '2023-04-19', 2921, 21992, 8237, 28514, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24399, '2023-04-19', 2923, 21993, 8238, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24400, '2023-04-19', 2935, 21994, 8238, 29689, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24401, '2023-04-19', 3187, 21995, 8238, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '10.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24402, '2023-04-19', 2930, 21996, 8238, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24403, '2023-04-19', 2645, 21997, 8239, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '83.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24404, '2023-04-19', 3784, 21998, 8239, 22855, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24405, '2023-04-19', 3886, 21999, 8240, 30853, '2.0000', '9.4683', '9.4683', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24406, '2023-04-19', 2660, 22000, 8240, 29673, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24407, '2023-04-19', 2936, 22001, 8241, 32041, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24408, '2023-04-19', 2922, 22002, 8241, 32526, '-5.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24409, '2023-04-19', 2922, 22002, 8241, 33253, '6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24410, '2023-04-19', 2920, 22003, 8241, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '18.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24411, '2023-04-19', 3886, 22004, 8242, 30853, '2.0000', '9.4683', '9.4683', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24412, '2023-04-19', 3172, 22005, 8243, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24413, '2023-04-19', 3886, 22006, 8244, 30853, '2.0000', '9.4683', '9.4683', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24414, '2023-04-20', 3121, 22007, 8245, 33213, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24415, '2023-04-20', 3558, 22008, 8245, 23954, '2.0000', '52.8683', '52.8683', '60.0000', '60.0000', '2.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24416, '2023-04-20', 2661, 22009, 8245, 33297, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24417, '2023-04-20', 3187, 22010, 8246, 32007, '1.0000', '0.7145', '0.7145', '1.2500', '1.2500', '9.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24418, '2023-04-20', 3538, 22011, 8247, 5270, '1.0000', '7.3626', '7.3626', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24419, '2023-04-20', 3561, 22012, 8247, 28500, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24420, '2023-04-20', 2893, 22013, 8248, 30874, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24421, '2023-04-20', 3627, 22014, 8248, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '42.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24422, '2023-04-20', 2699, 22015, 8248, 33205, '1.0000', '5.3000', '5.3000', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24423, '2023-04-20', 2697, 22016, 8248, 5830, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24424, '2023-04-20', 3314, 22017, 8248, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24425, '2023-04-20', 2950, 22018, 8248, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24426, '2023-04-20', 2713, 22019, 8248, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24427, '2023-04-20', 3120, 22020, 8249, 33277, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24428, '2023-04-20', 3644, 22021, 8249, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24429, '2023-04-20', 3048, 22022, 8249, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '60.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24430, '2023-04-20', 3827, 22023, 8249, 33217, '4.0000', '2.7300', '2.7300', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24431, '2023-04-20', 3646, 22024, 8249, 15726, '3.0000', '1.1233', '1.1233', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24432, '2023-04-20', 2952, 22025, 8250, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24433, '2023-04-20', 2552, 22026, 8250, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24434, '2023-04-20', 3048, 22027, 8250, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '58.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24435, '2023-04-20', 3015, 22028, 8250, 33312, '3.0000', '0.9042', '0.9042', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24436, '2023-04-20', 3120, 22029, 8251, 33277, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24437, '2023-04-20', 2713, 22030, 8252, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24438, '2023-04-20', 2507, 22031, 8252, 28499, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24439, '2023-04-20', 3578, 22032, 8252, 13318, '1.0000', '1.7917', '1.7917', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24440, '2023-04-20', 2950, 22033, 8253, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24441, '2023-04-20', 3063, 22034, 8254, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24442, '2023-04-20', 3582, 22035, 8255, 13339, '1.0000', '10.7500', '10.7500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24443, '2023-04-20', 3646, 22036, 8256, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24444, '2023-04-20', 3086, 22037, 8257, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24445, '2023-04-20', 2661, 22038, 8257, 33297, '3.0000', '0.2708', '0.2708', '0.5000', '0.5000', '39.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24446, '2023-04-20', 2982, 22039, 8258, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24447, '2023-04-20', 3868, 22040, 8259, 33220, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '76.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24448, '2023-04-20', 3048, 22041, 8260, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '57.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24449, '2023-04-20', 2710, 22042, 8261, 32043, '2.0000', '5.2719', '5.2719', '7.5000', '7.5000', '21.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24450, '2023-04-20', 2936, 22043, 8262, 32519, '-13.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24451, '2023-04-20', 2936, 22043, 8262, 33308, '14.0000', '3.7500', '3.7500', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24452, '2023-04-20', 3293, 22044, 8263, 4588, '50.0000', '0.1400', '0.1400', '0.5000', '0.5000', '490.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24453, '2023-04-20', 2791, 22045, 8263, 33218, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24454, '2023-04-20', 3314, 22046, 8264, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24455, '2023-04-20', 3257, 22047, 8265, 4552, '5.0000', '2.4900', '2.4900', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24456, '2023-04-20', 2645, 22048, 8266, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '81.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24457, '2023-04-20', 2935, 22049, 8266, 29689, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 494, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24458, '2023-04-20', 2935, 22049, 8266, 31327, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24459, '2023-04-20', 3060, 22050, 8267, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24460, '2023-04-20', 3048, 22051, 8267, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24461, '2023-04-20', 3063, 22052, 8268, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24462, '2023-04-20', 3074, 22053, 8269, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24463, '2023-04-20', 2645, 22054, 8270, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '79.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24464, '2023-04-20', 3868, 22055, 8270, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '75.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24465, '2023-04-20', 2661, 22056, 8271, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24466, '2023-04-20', 3064, 22057, 8272, 33240, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24467, '2023-04-20', 2645, 22058, 8273, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '77.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24468, '2023-04-20', 2645, 22059, 8274, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '75.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24469, '2023-04-20', 2645, 22060, 8275, 34455, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '72.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24470, '2023-04-20', 2661, 22061, 8275, 33297, '4.0000', '0.2708', '0.2708', '0.5000', '0.5000', '33.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24471, '2023-04-20', 2645, 22062, 8276, 34455, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24472, '2023-04-20', 3862, 22063, 8277, 27321, '1.0000', '23.6600', '23.6600', '30.0000', '30.0000', '5.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24473, '2023-04-20', 2651, 22064, 8278, 32024, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24474, '2023-04-20', 2711, 22065, 8279, 32587, '-16.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24475, '2023-04-20', 2711, 22065, 8279, 33314, '17.0000', '4.2500', '4.2500', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24476, '2023-04-20', 3172, 22066, 8279, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24477, '2023-04-20', 3015, 22067, 8279, 33312, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24478, '2023-04-20', 3827, 22068, 8279, 33217, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24479, '2023-04-20', 3063, 22069, 8279, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24480, '2023-04-20', 3182, 22070, 8279, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '17.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24481, '2023-04-20', 2660, 22071, 8280, 29673, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24482, '2023-04-20', 2651, 22072, 8280, 32024, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24483, '2023-04-20', 2791, 22073, 8280, 33218, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24484, '2023-04-20', 2952, 22074, 8281, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24485, '2023-04-20', 2651, 22075, 8282, 32024, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24486, '2023-04-20', 2791, 22076, 8282, 33218, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24487, '2023-04-20', 3901, 22077, 8282, 33299, '1.0000', '0.3750', '0.3750', '0.5000', '0.5000', '48.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24488, '2023-04-20', 2534, 22078, 8283, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24489, '2023-04-21', 3074, 22079, 8284, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24490, '2023-04-21', 2647, 22080, 8285, 33265, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24491, '2023-04-21', 2963, 22081, 8286, 5663, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24492, '2023-04-21', 2968, 22082, 8286, 4263, '1.0000', '2.8000', '2.8000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24493, '2023-04-21', 3311, 22083, 8286, 29672, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24494, '2023-04-21', 3311, 22083, 8286, 30605, '-5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24495, '2023-04-21', 3311, 22083, 8286, 32999, '-7.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24496, '2023-04-21', 3311, 22083, 8286, 33243, '13.0000', '0.8700', '0.8700', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24497, '2023-04-21', 3876, 22084, 8286, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '11.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24498, '2023-04-21', 3187, 22085, 8287, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '7.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24499, '2023-04-21', 2801, 22086, 8287, 4893, '1.0000', '9.0000', '9.0000', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 59, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24500, '2023-04-21', 3558, 22087, 8287, 23954, '1.0000', '52.8683', '52.8683', '60.0000', '60.0000', '1.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24501, '2023-04-21', 2661, 22088, 8287, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '31.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24502, '2023-04-21', 2552, 22089, 8287, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24503, '2023-04-21', 2713, 22090, 8288, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24504, '2023-04-21', 2713, 22091, 8289, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24505, '2023-04-21', 3015, 22092, 8289, 33312, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24506, '2023-04-21', 3048, 22093, 8289, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24507, '2023-04-21', 3868, 22094, 8290, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '73.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24508, '2023-04-21', 2552, 22095, 8291, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24509, '2023-04-21', 3641, 22096, 8291, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24510, '2023-04-21', 3483, 22097, 8291, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '151.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24511, '2023-04-21', 3086, 22098, 8291, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24512, '2023-04-21', 3123, 22099, 8292, 32063, '2.0000', '5.1400', '5.1400', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24513, '2023-04-21', 2950, 22100, 8292, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24514, '2023-04-21', 2713, 22101, 8292, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24515, '2023-04-21', 3868, 22102, 8293, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '71.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24516, '2023-04-21', 2507, 22103, 8294, 28499, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24517, '2023-04-21', 3123, 22104, 8294, 32063, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24518, '2023-04-21', 3123, 22104, 8294, 32561, '-4.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24519, '2023-04-21', 3123, 22104, 8294, 33219, '6.0000', '5.1400', '5.1400', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24520, '2023-04-21', 2653, 22105, 8295, 32018, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24521, '2023-04-21', 3786, 22106, 8295, 18543, '3.0000', '1.9167', '1.9167', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24522, '2023-04-21', 2864, 22107, 8296, 33241, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24523, '2023-04-21', 3074, 22108, 8297, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24524, '2023-04-21', 2661, 22109, 8297, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '29.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24525, '2023-04-21', 3256, 22110, 8297, 33273, '1.0000', '5.0200', '5.0200', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24526, '2023-04-21', 3172, 22111, 8297, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24527, '2023-04-21', 3086, 22112, 8298, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24528, '2023-04-21', 3121, 22113, 8299, 33213, '3.0000', '2.9500', '2.9500', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24529, '2023-04-21', 3063, 22114, 8299, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24530, '2023-04-21', 3074, 22115, 8300, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24531, '2023-04-21', 2930, 22116, 8301, 33257, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24532, '2023-04-21', 2930, 22117, 8302, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24533, '2023-04-21', 2930, 22118, 8303, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24534, '2023-04-21', 3314, 22119, 8304, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24535, '2023-04-21', 2949, 22120, 8305, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24536, '2023-04-21', 3172, 22121, 8305, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24537, '2023-04-21', 3646, 22122, 8306, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24538, '2023-04-21', 2645, 22123, 8307, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '67.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24539, '2023-04-21', 2952, 22124, 8308, 33195, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24540, '2023-04-21', 2661, 22125, 8309, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '27.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24541, '2023-04-21', 3889, 22126, 8310, 33313, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '30.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24542, '2023-04-21', 2950, 22127, 8311, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24543, '2023-04-21', 3048, 22128, 8311, 31999, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24544, '2023-04-21', 2710, 22129, 8312, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '20.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24545, '2023-04-21', 2920, 22130, 8313, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '17.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24546, '2023-04-21', 2923, 22131, 8313, 33254, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24547, '2023-04-21', 2934, 22132, 8313, 5396, '2.0000', '3.7500', '3.7500', '4.0000', '4.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24548, '2023-04-21', 3172, 22133, 8313, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24549, '2023-04-21', 3064, 22134, 8313, 33706, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24550, '2023-04-21', 2710, 22135, 8314, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '19.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24551, '2023-04-21', 2963, 22136, 8315, 5663, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24552, '2023-04-21', 2645, 22137, 8316, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '66.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24553, '2023-04-21', 3646, 22138, 8316, 15726, '2.0000', '1.1233', '1.1233', '1.5000', '1.5000', '60.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24554, '2023-04-21', 2485, 22139, 8317, 32000, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '8.0000', 1, 0, NULL, 526, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24555, '2023-04-21', 3063, 22140, 8318, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24556, '2023-04-21', 2485, 22141, 8319, 32000, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '7.0000', 1, 0, NULL, 526, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24557, '2023-04-21', 2901, 22142, 8320, 33283, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '15.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24558, '2023-04-21', 2661, 22143, 8321, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '25.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24559, '2023-04-21', 2921, 22144, 8322, 28514, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24560, '2023-04-21', 2923, 22145, 8322, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24561, '2023-04-21', 3868, 22146, 8323, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '69.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24562, '2023-04-21', 2504, 22147, 8324, 33227, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24563, '2023-04-21', 2645, 22148, 8325, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24564, '2023-04-21', 3063, 22149, 8325, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24565, '2023-04-21', 2893, 22150, 8325, 30874, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24566, '2023-04-21', 2935, 22151, 8326, 31327, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24567, '2023-04-21', 2950, 22152, 8326, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24568, '2023-04-21', 3086, 22153, 8326, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24569, '2023-04-21', 3074, 22154, 8327, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24570, '2023-04-21', 3015, 22155, 8328, 33312, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24571, '2023-04-21', 3187, 22156, 8329, 32007, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '5.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24572, '2023-04-21', 2791, 22157, 8329, 33218, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24573, '2023-04-21', 2651, 22158, 8330, 32024, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24574, '2023-04-21', 2647, 22159, 8330, 33265, '9.0000', '5.8093', '5.8093', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24575, '2023-04-21', 2902, 22160, 8331, 33284, '2.0000', '6.2500', '6.2500', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24576, '2023-04-21', 2902, 22161, 8332, 33284, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24577, '2023-04-21', 3868, 22162, 8333, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '68.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24578, '2023-04-21', 2950, 22163, 8334, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24579, '2023-04-22', 2645, 22164, 8335, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '63.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24580, '2023-04-22', 3121, 22165, 8336, 33213, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24581, '2023-04-22', 2661, 22166, 8337, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '23.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24582, '2023-04-22', 3190, 22167, 8338, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '77.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24583, '2023-04-22', 2660, 22168, 8339, 29673, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24584, '2023-04-22', 3121, 22169, 8339, 33213, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24585, '2023-04-22', 2552, 22170, 8339, 27268, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24586, '2023-04-22', 3483, 22171, 8340, 30868, '8.0000', '0.8583', '0.8583', '1.5000', '1.5000', '143.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24587, '2023-04-22', 3114, 22172, 8340, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24588, '2023-04-22', 2713, 22173, 8341, 33250, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24589, '2023-04-22', 3015, 22174, 8342, 33312, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24590, '2023-04-22', 3172, 22175, 8342, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24591, '2023-04-22', 3641, 22176, 8342, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24592, '2023-04-22', 3311, 22177, 8343, 33243, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24593, '2023-04-22', 3538, 22178, 8343, 6231, '-25.0000', '7.3626', '7.3626', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24594, '2023-04-22', 3538, 22178, 8343, 10460, '-2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24595, '2023-04-22', 3538, 22178, 8343, 11430, '2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24596, '2023-04-22', 3538, 22178, 8343, 12400, '-2.0000', '7.3626', '7.3626', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24597, '2023-04-22', 3538, 22178, 8343, 13348, '15.0000', '7.7500', '7.7500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24598, '2023-04-22', 3538, 22178, 8343, 13650, '-3.0000', '7.7500', '7.7500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24599, '2023-04-22', 3538, 22178, 8343, 14897, '-6.0000', '7.7500', '7.7500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24600, '2023-04-22', 3538, 22178, 8343, 27266, '12.0000', '7.7500', '7.7500', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 439, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24601, '2023-04-22', 3538, 22178, 8343, 32054, '11.0000', '7.7500', '7.7500', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24602, '2023-04-22', 2699, 22179, 8343, 33205, '4.0000', '5.3000', '5.3000', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24603, '2023-04-22', 2524, 22180, 8344, 5121, '2.0000', '0.7800', '0.7800', '1.5000', '1.5000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24604, '2023-04-22', 3877, 22181, 8344, 30807, '1.0000', '141.6167', '141.6167', '185.0000', '185.0000', '0.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24605, '2023-04-22', 2653, 22182, 8345, 32018, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24606, '2023-04-22', 3786, 22183, 8345, 18543, '3.0000', '1.9167', '1.9167', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24607, '2023-04-22', 2789, 22184, 8345, 31276, '-1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24608, '2023-04-22', 2789, 22184, 8345, 32062, '2.0000', '10.1500', '10.1500', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24609, '2023-04-22', 2950, 22185, 8346, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24610, '2023-04-22', 3060, 22186, 8346, 33293, '1.0000', '6.9379', '6.9379', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24611, '2023-04-22', 3314, 22187, 8346, 28458, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 460, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24612, '2023-04-22', 2713, 22188, 8346, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24613, '2023-04-22', 2534, 22189, 8346, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24614, '2023-04-22', 3889, 22190, 8347, 33313, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '28.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24615, '2023-04-22', 2713, 22191, 8348, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24616, '2023-04-22', 2713, 22192, 8349, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24617, '2023-04-22', 3311, 22193, 8349, 33243, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24618, '2023-04-22', 3048, 22194, 8349, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24619, '2023-04-22', 2661, 22195, 8349, 33297, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '22.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24620, '2023-04-22', 2647, 22196, 8350, 33265, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24621, '2023-04-22', 2789, 22197, 8351, 32062, '2.0000', '10.1500', '10.1500', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24622, '2023-04-22', 3074, 22198, 8351, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24623, '2023-04-22', 2500, 22199, 8351, 33229, '1.0000', '10.8500', '10.8500', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24624, '2023-04-22', 3827, 22200, 8351, 33217, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24625, '2023-04-22', 3786, 22201, 8351, 18543, '1.0000', '1.9167', '1.9167', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24626, '2023-04-22', 2949, 22202, 8351, 33286, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24627, '2023-04-22', 3868, 22203, 8352, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '67.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24628, '2023-04-22', 2713, 22204, 8352, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24629, '2023-04-22', 2552, 22205, 8352, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24630, '2023-04-22', 2713, 22206, 8353, 33250, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24631, '2023-04-22', 3868, 22207, 8353, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '65.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24632, '2023-04-22', 2663, 22208, 8353, 13225, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 186, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24633, '2023-04-22', 2653, 22209, 8353, 32018, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24634, '2023-04-22', 3015, 22210, 8353, 33312, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24635, '2023-04-22', 2789, 22211, 8353, 32062, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24636, '2023-04-22', 2507, 22212, 8354, 28499, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24637, '2023-04-22', 3120, 22213, 8354, 33323, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24638, '2023-04-22', 3015, 22214, 8355, 33312, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24639, '2023-04-22', 3483, 22215, 8355, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '142.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24640, '2023-04-22', 3048, 22216, 8355, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24641, '2023-04-22', 3174, 22217, 8355, 4469, '2.0000', '1.0900', '1.0900', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24642, '2023-04-22', 2514, 22218, 8355, 3809, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24643, '2023-04-22', 2950, 22219, 8356, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24644, '2023-04-22', 2927, 22220, 8357, 33307, '4.0000', '1.8750', '1.8750', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24645, '2023-04-22', 3061, 22221, 8358, 30861, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24646, '2023-04-22', 2749, 22222, 8359, 4849, '4.0000', '0.6900', '0.6900', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24647, '2023-04-22', 3529, 22223, 8360, 4935, '1.0000', '32.0000', '32.0000', '43.0000', '43.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24648, '2023-04-22', 2645, 22224, 8361, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24649, '2023-04-22', 2645, 22225, 8362, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '60.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24650, '2023-04-22', 2901, 22226, 8363, 33283, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24651, '2023-04-22', 2995, 22227, 8364, 5186, '1.0000', '22.0000', '22.0000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24652, '2023-04-22', 2490, 22228, 8364, 3785, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24653, '2023-04-22', 3831, 22229, 8364, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24654, '2023-04-22', 3553, 22230, 8365, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24655, '2023-04-22', 2710, 22231, 8366, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '18.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24656, '2023-04-22', 3048, 22232, 8366, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24657, '2023-04-22', 3852, 22233, 8367, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24658, '2023-04-22', 2927, 22234, 8368, 33307, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '31.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24659, '2023-04-22', 2924, 22235, 8368, 32038, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24660, '2023-04-22', 2644, 22236, 8369, 33225, '5.0000', '3.4229', '3.4229', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24661, '2023-04-22', 2927, 22237, 8369, 33307, '4.0000', '1.8750', '1.8750', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24662, '2023-04-22', 2645, 22238, 8370, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24663, '2023-04-22', 2822, 22239, 8371, 33223, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24664, '2023-04-22', 2645, 22240, 8371, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '57.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24665, '2023-04-22', 2507, 22241, 8372, 28499, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24666, '2023-04-23', 2952, 22242, 8373, 33195, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24667, '2023-04-23', 2893, 22243, 8373, 30874, '3.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 521, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24668, '2023-04-23', 2893, 22243, 8373, 33298, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24669, '2023-04-23', 3561, 22244, 8374, 28500, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24670, '2023-04-23', 3048, 22245, 8374, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24671, '2023-04-23', 3074, 22246, 8375, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24672, '2023-04-23', 2727, 22247, 8376, 28548, '1.0000', '25.0000', '25.0000', '40.0000', '40.0000', '43.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24673, '2023-04-23', 2711, 22248, 8376, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24674, '2023-04-23', 3182, 22249, 8376, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '16.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24675, '2023-04-23', 2822, 22250, 8377, 33223, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24676, '2023-04-23', 2697, 22251, 8378, 5830, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24677, '2023-04-23', 2711, 22252, 8379, 33314, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24678, '2023-04-23', 2661, 22253, 8380, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '20.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24679, '2023-04-23', 2789, 22254, 8381, 32062, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 542, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24680, '2023-04-23', 2952, 22255, 8381, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24681, '2023-04-23', 2645, 22256, 8381, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24682, '2023-04-23', 3314, 22257, 8381, 28710, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24683, '2023-04-23', 3479, 22258, 8382, 5395, '1.0000', '4.5000', '4.5000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24684, '2023-04-23', 2926, 22259, 8382, 33309, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24685, '2023-04-23', 3048, 22260, 8382, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24686, '2023-04-23', 3063, 22261, 8383, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24687, '2023-04-23', 2952, 22262, 8383, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24688, '2023-04-23', 3085, 22263, 8383, 33232, '2.0000', '3.9600', '3.9600', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24689, '2023-04-23', 3061, 22264, 8384, 30861, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24690, '2023-04-23', 2647, 22265, 8385, 33265, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24691, '2023-04-23', 3074, 22266, 8386, 33260, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 560, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24692, '2023-04-23', 2713, 22267, 8386, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24693, '2023-04-23', 2916, 22268, 8387, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '5.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24694, '2023-04-23', 3876, 22269, 8387, 30806, '2.0000', '17.9821', '17.9821', '24.0000', '24.0000', '9.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24695, '2023-04-23', 2822, 22270, 8388, 33223, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24696, '2023-04-23', 2901, 22271, 8388, 33283, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24697, '2023-04-23', 2645, 22272, 8388, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24698, '2023-04-23', 3063, 22273, 8388, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24699, '2023-04-23', 2713, 22274, 8389, 33250, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 558, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24700, '2023-04-23', 2893, 22275, 8389, 33298, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24701, '2023-04-23', 3314, 22276, 8390, 29855, '-11.0000', '0.6875', '0.6875', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24702, '2023-04-23', 3314, 22276, 8390, 31042, '-2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24703, '2023-04-23', 3314, 22276, 8390, 33289, '15.0000', '0.6875', '0.6875', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24704, '2023-04-23', 2711, 22277, 8390, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24705, '2023-04-23', 2661, 22278, 8390, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '18.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24706, '2023-04-23', 2552, 22279, 8390, 27268, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24707, '2023-04-23', 2505, 22280, 8390, 30862, '1.0000', '3.1667', '3.1667', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24708, '2023-04-23', 2645, 22281, 8391, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '54.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24709, '2023-04-23', 3015, 22282, 8392, 33312, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24710, '2023-04-23', 3048, 22283, 8392, 31999, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24711, '2023-04-23', 2645, 22284, 8393, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24712, '2023-04-23', 2922, 22285, 8394, 33253, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24713, '2023-04-23', 2645, 22286, 8395, 34455, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24714, '2023-04-23', 3641, 22287, 8395, 33244, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24715, '2023-04-23', 2647, 22288, 8395, 33265, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24716, '2023-04-23', 2645, 22289, 8396, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24717, '2023-04-23', 2544, 22290, 8397, 3839, '1.0000', '45.6400', '45.6400', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24718, '2023-04-23', 3326, 22291, 8398, 5968, '1.0000', '22.7300', '22.7300', '30.0000', '30.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24719, '2023-04-23', 2497, 22292, 8398, 3792, '2.0000', '0.6900', '0.6900', '2.0000', '2.0000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24720, '2023-04-23', 3832, 22293, 8398, 23974, '2.0000', '1.8200', '1.8200', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24721, '2023-04-23', 2726, 22294, 8399, 28550, '6.0000', '12.7500', '12.7500', '25.0000', '25.0000', '53.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24722, '2023-04-23', 3234, 22295, 8399, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '19.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24723, '2023-04-23', 2960, 22296, 8399, 27301, '10.0000', '9.2878', '9.2878', '12.0000', '12.0000', '6.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24724, '2023-04-23', 2699, 22297, 8399, 33205, '5.0000', '5.3000', '5.3000', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24725, '2023-04-23', 2698, 22298, 8400, 30808, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24726, '2023-04-23', 2606, 22299, 8400, 17422, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24727, '2023-04-23', 3242, 22300, 8400, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24728, '2023-04-23', 3080, 22301, 8400, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '23.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24729, '2023-04-23', 2699, 22302, 8400, 33205, '11.0000', '5.3000', '5.3000', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24730, '2023-04-23', 2505, 22303, 8401, 30862, '2.0000', '3.1667', '3.1667', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24731, '2023-04-23', 2663, 22304, 8401, 13225, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 186, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24732, '2023-04-23', 2791, 22305, 8401, 33218, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24733, '2023-04-23', 2653, 22306, 8401, 32018, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24734, '2023-04-23', 2653, 22306, 8401, 32638, '-14.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24735, '2023-04-23', 2653, 22306, 8401, 33224, '23.0000', '4.4092', '4.4092', '6.0000', '6.0000', '97.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24736, '2023-04-23', 3648, 22307, 8401, 15724, '-3.0000', '24.0000', '24.0000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24737, '2023-04-23', 3648, 22307, 8401, 18519, '4.0000', '24.0000', '24.0000', '30.0000', '30.0000', '4.0000', 1, 0, NULL, 358, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24738, '2023-04-23', 3121, 22308, 8402, 33213, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24739, '2023-04-23', 2713, 22309, 8402, 33319, '3.0000', '5.8333', '5.8333', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24740, '2023-04-24', 3121, 22310, 8403, 33213, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24741, '2023-04-24', 2534, 22311, 8404, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24742, '2023-04-24', 2499, 22312, 8404, 33230, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24743, '2023-04-24', 3314, 22313, 8404, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24744, '2023-04-24', 3644, 22314, 8405, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24745, '2023-04-24', 2642, 22315, 8405, 33197, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24746, '2023-04-24', 2653, 22316, 8405, 33224, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '96.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24747, '2023-04-24', 2713, 22317, 8406, 33319, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24748, '2023-04-24', 2524, 22318, 8406, 5121, '1.0000', '0.7800', '0.7800', '1.5000', '1.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24749, '2023-04-24', 2653, 22319, 8406, 33224, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '90.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24750, '2023-04-24', 3311, 22320, 8406, 33243, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24751, '2023-04-24', 3074, 22321, 8407, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24752, '2023-04-24', 2653, 22322, 8408, 33224, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '84.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24753, '2023-04-24', 3648, 22323, 8408, 18519, '1.0000', '24.0000', '24.0000', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 358, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24754, '2023-04-24', 3086, 22324, 8408, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24755, '2023-04-24', 3483, 22325, 8408, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '141.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24756, '2023-04-24', 2713, 22326, 8409, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24757, '2023-04-24', 2645, 22327, 8409, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24758, '2023-04-24', 2893, 22328, 8409, 33298, '3.0000', '1.6000', '1.6000', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24759, '2023-04-24', 3074, 22329, 8409, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24760, '2023-04-24', 3015, 22330, 8410, 33312, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24761, '2023-04-24', 2645, 22331, 8410, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24762, '2023-04-24', 3483, 22332, 8410, 30868, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '136.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24763, '2023-04-24', 2711, 22333, 8410, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24764, '2023-04-24', 2901, 22334, 8411, 33283, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24765, '2023-04-24', 2661, 22335, 8412, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '16.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24766, '2023-04-24', 3827, 22336, 8412, 33217, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24767, '2023-04-24', 2645, 22337, 8412, 34455, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24768, '2023-04-24', 2644, 22338, 8413, 33225, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24769, '2023-04-24', 3074, 22339, 8414, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24770, '2023-04-24', 3891, 22340, 8415, 32051, '1.0000', '3.5000', '3.5000', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24771, '2023-04-24', 3879, 22341, 8415, 33202, '1.0000', '151.4933', '151.4933', '200.0000', '200.0000', '1.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24772, '2023-04-24', 2710, 22342, 8415, 32043, '2.0000', '5.2719', '5.2719', '7.5000', '7.5000', '16.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24773, '2023-04-24', 3172, 22343, 8415, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24774, '2023-04-24', 2504, 22344, 8416, 34476, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24775, '2023-04-24', 2646, 22345, 8417, 33262, '7.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24776, '2023-04-24', 2646, 22345, 8417, 33728, '-7.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24777, '2023-04-24', 2646, 22345, 8417, 34479, '13.0000', '11.4417', '11.4417', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24778, '2023-04-24', 2661, 22346, 8418, 33297, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '15.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24779, '2023-04-24', 3114, 22347, 8419, 33320, '2.0000', '4.5833', '4.5833', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24780, '2023-04-24', 2617, 22348, 8420, 3912, '3.0000', '6.0000', '6.0000', '7.5000', '7.5000', '41.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24781, '2023-04-24', 3314, 22349, 8421, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24782, '2023-04-24', 2920, 22350, 8422, 33303, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '14.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24783, '2023-04-24', 2936, 22351, 8422, 33308, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24784, '2023-04-24', 2918, 22352, 8422, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24785, '2023-04-24', 2920, 22353, 8423, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '13.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24786, '2023-04-24', 2499, 22354, 8423, 33230, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24787, '2023-04-24', 2982, 22355, 8424, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24788, '2023-04-24', 3311, 22356, 8424, 33243, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24789, '2023-04-24', 3061, 22357, 8425, 30861, '3.0000', '4.8500', '4.8500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24790, '2023-04-24', 2645, 22358, 8425, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24791, '2023-04-24', 2918, 22359, 8426, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24792, '2023-04-24', 2921, 22360, 8427, 28514, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24793, '2023-04-24', 2920, 22361, 8427, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '12.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24794, '2023-04-24', 2713, 22362, 8428, 33319, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24795, '2023-04-24', 2552, 22363, 8429, 27832, '-4.0000', '0.4167', '0.4167', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24796, '2023-04-24', 2552, 22363, 8429, 29039, '-4.0000', '0.4167', '0.4167', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24797, '2023-04-24', 2552, 22363, 8429, 31375, '-1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24798, '2023-04-24', 2552, 22363, 8429, 33326, '10.0000', '0.4167', '0.4167', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24799, '2023-04-24', 2779, 22364, 8430, 5760, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24800, '2023-04-24', 3063, 22365, 8430, 28496, '2.0000', '2.5257', '2.5257', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24801, '2023-04-24', 2790, 22366, 8431, 33276, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24802, '2023-04-24', 2634, 22367, 8432, 32009, '2.0000', '2.9583', '2.9583', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24803, '2023-04-24', 3483, 22368, 8433, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '134.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24804, '2023-04-24', 2499, 22369, 8434, 33230, '2.0000', '8.5400', '8.5400', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24805, '2023-04-24', 2711, 22370, 8435, 33314, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24806, '2023-04-24', 3063, 22371, 8435, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24807, '2023-04-24', 2646, 22372, 8436, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '45.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24808, '2023-04-24', 2646, 22373, 8437, 34479, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '44.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24809, '2023-04-24', 2822, 22374, 8438, 33223, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24810, '2023-04-24', 2822, 22375, 8439, 33223, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24811, '2023-04-24', 2921, 22376, 8440, 28514, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 472, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24812, '2023-04-24', 2921, 22376, 8440, 28990, '-1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24813, '2023-04-24', 2921, 22376, 8440, 32520, '-1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24814, '2023-04-24', 2921, 22376, 8440, 33305, '3.0000', '4.0000', '4.0000', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24815, '2023-04-24', 2926, 22377, 8440, 33309, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24816, '2023-04-24', 2646, 22378, 8441, 34479, '6.0000', '11.4417', '11.4417', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24817, '2023-04-24', 3772, 22379, 8442, 32006, '3.0000', '0.8000', '0.8000', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24818, '2023-04-24', 2982, 22380, 8442, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24819, '2023-04-24', 3074, 22381, 8443, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24820, '2023-04-24', 2646, 22382, 8444, 34479, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24821, '2023-04-24', 2711, 22383, 8445, 33314, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24822, '2023-04-24', 3483, 22384, 8445, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '132.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24823, '2023-04-24', 2822, 22385, 8446, 33223, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24824, '2023-04-24', 3868, 22386, 8446, 33220, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '61.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24825, '2023-04-24', 3257, 22387, 8447, 4552, '1.0000', '2.4900', '2.4900', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24826, '2023-04-24', 2716, 22388, 8447, 5887, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24827, '2023-04-24', 3243, 22389, 8447, 4538, '1.0000', '0.9900', '0.9900', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24828, '2023-04-24', 2494, 22390, 8447, 3789, '2.0000', '1.4100', '1.4100', '3.5000', '3.5000', '64.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24829, '2023-04-24', 3121, 22391, 8447, 33322, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24830, '2023-04-24', 3063, 22392, 8448, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24831, '2023-04-24', 2699, 22393, 8449, 33205, '5.0000', '5.3000', '5.3000', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24832, '2023-04-24', 2960, 22394, 8449, 27301, '5.0000', '9.2878', '9.2878', '12.0000', '12.0000', '1.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24833, '2023-04-24', 3074, 22395, 8450, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24834, '2023-04-24', 3114, 22396, 8451, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24835, '2023-04-24', 2645, 22397, 8452, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24836, '2023-04-24', 3063, 22398, 8452, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24837, '2023-04-24', 2645, 22399, 8453, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24838, '2023-04-24', 2927, 22400, 8454, 33307, '12.0000', '1.8750', '1.8750', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24839, '2023-04-24', 2930, 22401, 8454, 33257, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24840, '2023-04-24', 2653, 22402, 8455, 33224, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '81.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24841, '2023-04-24', 2645, 22403, 8455, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24842, '2023-04-24', 3187, 22404, 8456, 32007, '4.0000', '0.7145', '0.7145', '1.2500', '1.2500', '1.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24843, '2023-04-24', 2853, 22405, 8457, 4148, '1.0000', '2.7800', '2.7800', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24844, '2023-04-24', 2651, 22406, 8458, 32024, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24845, '2023-04-24', 2952, 22407, 8459, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24846, '2023-04-24', 2645, 22408, 8460, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24847, '2023-04-24', 3063, 22409, 8460, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24848, '2023-04-24', 3098, 22410, 8461, 4393, '1.0000', '24.7600', '24.7600', '33.0000', '33.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24849, '2023-04-24', 2653, 22411, 8462, 33224, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '78.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24850, '2023-04-24', 2653, 22412, 8463, 33224, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '76.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24851, '2023-04-24', 2646, 22413, 8464, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24852, '2023-04-24', 3483, 22414, 8465, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '129.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24853, '2023-04-24', 2710, 22415, 8466, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '15.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24854, '2023-04-24', 3172, 22416, 8466, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24855, '2023-04-24', 3772, 22417, 8467, 32006, '2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24856, '2023-04-24', 3786, 22418, 8467, 18543, '2.0000', '1.9167', '1.9167', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24857, '2023-04-24', 3772, 22419, 8468, 32006, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24858, '2023-04-24', 2653, 22420, 8469, 33224, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '74.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24859, '2023-04-24', 3063, 22421, 8469, 28496, '1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24860, '2023-04-24', 2646, 22422, 8470, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24861, '2023-04-24', 2653, 22423, 8471, 33224, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '72.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24862, '2023-04-24', 2645, 22424, 8471, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24863, '2023-04-24', 3314, 22425, 8471, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24864, '2023-04-24', 2822, 22426, 8472, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24865, '2023-04-24', 2645, 22427, 8473, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24866, '2023-04-24', 2653, 22428, 8473, 33224, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '68.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24867, '2023-04-24', 3786, 22429, 8474, 18543, '1.0000', '1.9167', '1.9167', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24868, '2023-04-24', 3902, 22430, 8475, 34484, '1.0000', '12.9500', '12.9500', '16.0000', '16.0000', '23.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24869, '2023-04-24', 3876, 22431, 8476, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '8.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24870, '2023-04-25', 2661, 22432, 8477, 33297, '3.0000', '0.2708', '0.2708', '0.5000', '0.5000', '12.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24871, '2023-04-25', 2713, 22433, 8477, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24872, '2023-04-25', 2507, 22434, 8477, 28499, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24873, '2023-04-25', 2534, 22435, 8477, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24874, '2023-04-25', 3483, 22436, 8477, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '128.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24875, '2023-04-25', 3015, 22437, 8477, 33312, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24876, '2023-04-25', 3646, 22438, 8477, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24877, '2023-04-25', 3627, 22439, 8478, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '41.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24878, '2023-04-25', 2960, 22440, 8478, 27301, '1.0000', '9.2878', '9.2878', '12.0000', '12.0000', '0.5000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24879, '2023-04-25', 2691, 22441, 8478, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24880, '2023-04-25', 2713, 22442, 8478, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24881, '2023-04-25', 2952, 22443, 8479, 33195, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24882, '2023-04-25', 3786, 22444, 8479, 18543, '1.0000', '1.9167', '1.9167', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24883, '2023-04-25', 3561, 22445, 8480, 34485, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24884, '2023-04-25', 2713, 22446, 8481, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24885, '2023-04-25', 3561, 22447, 8482, 34485, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24886, '2023-04-25', 2973, 22448, 8482, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24887, '2023-04-25', 3121, 22449, 8483, 33322, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24888, '2023-04-25', 3483, 22450, 8484, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '126.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24889, '2023-04-25', 3015, 22451, 8484, 33869, '-1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24890, '2023-04-25', 3015, 22451, 8484, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '34.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24891, '2023-04-25', 2952, 22452, 8484, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24892, '2023-04-25', 3063, 22453, 8485, 28496, '3.0000', '2.5257', '2.5257', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 466, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24893, '2023-04-25', 3063, 22453, 8485, 29791, '-1.0000', '2.5257', '2.5257', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24894, '2023-04-25', 3063, 22453, 8485, 30860, '3.0000', '3.1250', '3.1250', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24895, '2023-04-25', 2663, 22454, 8486, 13367, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24896, '2023-04-25', 3483, 22455, 8486, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '125.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24897, '2023-04-25', 3827, 22456, 8486, 33217, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24898, '2023-04-25', 2504, 22457, 8487, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24899, '2023-04-25', 3256, 22458, 8488, 33273, '1.0000', '5.0200', '5.0200', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24900, '2023-04-25', 2505, 22459, 8488, 30862, '1.0000', '3.1667', '3.1667', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24901, '2023-04-25', 2982, 22460, 8489, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24902, '2023-04-25', 2713, 22461, 8490, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24903, '2023-04-25', 2901, 22462, 8491, 33283, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24904, '2023-04-25', 2806, 22463, 8492, 4101, '1.0000', '6.5900', '6.5900', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24905, '2023-04-25', 3538, 22464, 8492, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24906, '2023-04-25', 2711, 22465, 8493, 33314, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24907, '2023-04-25', 2713, 22466, 8494, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24908, '2023-04-25', 3048, 22467, 8494, 31999, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24909, '2023-04-25', 2791, 22468, 8494, 33218, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24910, '2023-04-25', 2645, 22469, 8495, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24911, '2023-04-25', 2534, 22470, 8495, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24912, '2023-04-25', 2645, 22471, 8496, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24913, '2023-04-25', 2806, 22472, 8497, 4101, '1.0000', '6.5900', '6.5900', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24914, '2023-04-25', 3868, 22473, 8498, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '60.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24915, '2023-04-25', 2653, 22474, 8499, 33224, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '66.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24916, '2023-04-25', 2952, 22475, 8500, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24917, '2023-04-25', 3483, 22476, 8500, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '124.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24918, '2023-04-25', 3868, 22477, 8501, 33220, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '57.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24919, '2023-04-25', 3114, 22478, 8502, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24920, '2023-04-25', 3256, 22479, 8503, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24921, '2023-04-25', 2661, 22480, 8504, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '10.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24922, '2023-04-25', 2646, 22481, 8505, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24923, '2023-04-25', 2952, 22482, 8506, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24924, '2023-04-25', 2661, 22483, 8506, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '8.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24925, '2023-04-25', 3063, 22484, 8507, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24926, '2023-04-25', 2646, 22485, 8508, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24927, '2023-04-25', 3187, 22486, 8509, 32007, '1.0000', '0.7145', '0.7145', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24928, '2023-04-25', 2919, 22487, 8510, 33252, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24929, '2023-04-25', 2920, 22488, 8510, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '11.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24930, '2023-04-25', 2923, 22489, 8510, 33254, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24931, '2023-04-25', 2504, 22490, 8511, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24932, '2023-04-25', 2935, 22491, 8512, 32522, '-1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24933, '2023-04-25', 2935, 22491, 8512, 33310, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '46.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24934, '2023-04-25', 2661, 22492, 8513, 33297, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '7.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24935, '2023-04-25', 2927, 22493, 8514, 33307, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24936, '2023-04-25', 2646, 22494, 8515, 34479, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24937, '2023-04-25', 3015, 22495, 8515, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '32.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24938, '2023-04-25', 2713, 22496, 8516, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24939, '2023-04-25', 3048, 22497, 8516, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24940, '2023-04-25', 3483, 22498, 8516, 30868, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '120.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24941, '2023-04-25', 3311, 22499, 8516, 33243, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24942, '2023-04-25', 3772, 22500, 8516, 32006, '1.0000', '0.8000', '0.8000', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24943, '2023-04-25', 2646, 22501, 8517, 34479, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24944, '2023-04-25', 3822, 22502, 8518, 22859, '2.0000', '4.1667', '4.1667', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24945, '2023-04-25', 2936, 22503, 8518, 33308, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24946, '2023-04-25', 2935, 22504, 8518, 33310, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24947, '2023-04-25', 3558, 22505, 8519, 23954, '1.0000', '52.8683', '52.8683', '60.0000', '60.0000', '0.0000', 1, 0, NULL, 409, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24948, '2023-04-25', 2661, 22506, 8519, 33297, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '6.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24949, '2023-04-25', 2499, 22507, 8519, 33230, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24950, '2023-04-25', 2504, 22508, 8519, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24951, '2023-04-25', 3889, 22509, 8519, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '27.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24952, '2023-04-25', 2660, 22510, 8519, 29673, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24953, '2023-04-25', 2964, 22511, 8520, 4259, '1.0000', '10.8300', '10.8300', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24954, '2023-04-25', 3538, 22512, 8520, 32054, '2.0000', '7.7500', '7.7500', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24955, '2023-04-25', 2504, 22513, 8520, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24956, '2023-04-26', 2893, 22514, 8521, 33298, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24957, '2023-04-26', 2713, 22515, 8521, 33319, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24958, '2023-04-26', 3048, 22516, 8521, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24959, '2023-04-26', 2713, 22517, 8522, 33319, '3.0000', '5.8333', '5.8333', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24960, '2023-04-26', 2950, 22518, 8522, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24961, '2023-04-26', 3048, 22519, 8522, 31999, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24962, '2023-04-26', 3483, 22520, 8522, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '118.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24963, '2023-04-26', 3483, 22521, 8523, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '116.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24964, '2023-04-26', 3120, 22522, 8523, 33323, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24965, '2023-04-26', 2713, 22523, 8523, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24966, '2023-04-26', 2534, 22524, 8524, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24967, '2023-04-26', 3121, 22525, 8524, 33322, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24968, '2023-04-26', 3015, 22526, 8524, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '30.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24969, '2023-04-26', 2952, 22527, 8524, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24970, '2023-04-26', 3646, 22528, 8524, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24971, '2023-04-26', 3786, 22529, 8524, 18543, '2.0000', '1.9167', '1.9167', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24972, '2023-04-26', 2663, 22530, 8525, 13367, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24973, '2023-04-26', 3015, 22531, 8525, 34491, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '29.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24974, '2023-04-26', 3646, 22532, 8525, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24975, '2023-04-26', 3647, 22533, 8526, 15725, '1.0000', '19.4000', '19.4000', '25.0000', '25.0000', '1.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24976, '2023-04-26', 2822, 22534, 8526, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24977, '2023-04-26', 2822, 22535, 8527, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24978, '2023-04-26', 2822, 22536, 8528, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24979, '2023-04-26', 2713, 22537, 8529, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24980, '2023-04-26', 3868, 22538, 8529, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '55.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24981, '2023-04-26', 2647, 22539, 8530, 33265, '3.0000', '5.8093', '5.8093', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24982, '2023-04-26', 2952, 22540, 8530, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24983, '2023-04-26', 2504, 22541, 8531, 34476, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24984, '2023-04-26', 2960, 22542, 8532, 27301, '0.5000', '9.2878', '9.2878', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 446, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24985, '2023-04-26', 2960, 22542, 8532, 27391, '-1.5000', '9.2878', '9.2878', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24986, '2023-04-26', 2960, 22542, 8532, 29738, '-1.0000', '9.2878', '9.2878', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24987, '2023-04-26', 2960, 22542, 8532, 33209, '5.0000', '8.5000', '8.5000', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24988, '2023-04-26', 2725, 22543, 8532, 27240, '1.0000', '2.9100', '2.9100', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24989, '2023-04-26', 2699, 22544, 8532, 33205, '21.0000', '5.3000', '5.3000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24990, '2023-04-26', 2699, 22544, 8532, 34500, '2.0000', '5.1500', '5.1500', '8.0000', '8.0000', '48.0000', 1, 0, NULL, 587, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24991, '2023-04-26', 2608, 22545, 8532, 27305, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 448, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24992, '2023-04-26', 2608, 22545, 8532, 27386, '-3.0000', '38.0000', '38.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24993, '2023-04-26', 2608, 22545, 8532, 29733, '-1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24994, '2023-04-26', 2608, 22545, 8532, 33206, '8.0000', '38.0000', '38.0000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24995, '2023-04-26', 2698, 22546, 8532, 30808, '5.0000', '5.4000', '5.4000', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24996, '2023-04-26', 2645, 22547, 8533, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24997, '2023-04-26', 2642, 22548, 8534, 33197, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24998, '2023-04-26', 3114, 22549, 8534, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24999, '2023-04-26', 3182, 22550, 8534, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '15.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25000, '2023-04-26', 2644, 22551, 8534, 33225, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25001, '2023-04-26', 3126, 22552, 8535, 30838, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25002, '2023-04-26', 3120, 22553, 8535, 33323, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25003, '2023-04-26', 3890, 22554, 8536, 32049, '1.0000', '30.2500', '30.2500', '40.0000', '40.0000', '5.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25004, '2023-04-26', 2642, 22555, 8537, 33197, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25005, '2023-04-26', 2645, 22556, 8537, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25006, '2023-04-26', 2646, 22557, 8538, 34479, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25007, '2023-04-26', 2646, 22558, 8539, 34479, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25008, '2023-04-26', 2646, 22559, 8540, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25009, '2023-04-26', 2790, 22560, 8541, 33276, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25010, '2023-04-26', 3048, 22561, 8541, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25011, '2023-04-26', 2646, 22562, 8542, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '16.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25012, '2023-04-26', 2646, 22563, 8543, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25013, '2023-04-26', 2920, 22564, 8544, 33303, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25014, '2023-04-26', 2927, 22565, 8544, 33307, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25015, '2023-04-26', 2646, 22566, 8545, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25016, '2023-04-26', 2646, 22567, 8546, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25017, '2023-04-26', 2648, 22568, 8547, 32016, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25018, '2023-04-26', 2648, 22568, 8547, 34481, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25019, '2023-04-26', 3886, 22569, 8547, 30853, '1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25020, '2023-04-26', 2918, 22570, 8548, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25021, '2023-04-26', 2648, 22571, 8549, 34481, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25022, '2023-04-26', 3902, 22572, 8550, 34484, '2.0000', '12.9500', '12.9500', '16.0000', '16.0000', '21.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25023, '2023-04-26', 2711, 22573, 8551, 33314, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25024, '2023-04-26', 3487, 22574, 8552, 4827, '1.0000', '4.8800', '4.8800', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25025, '2023-04-26', 2713, 22575, 8553, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25026, '2023-04-26', 2644, 22576, 8554, 33225, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25027, '2023-04-26', 2647, 22577, 8555, 33265, '4.0000', '5.8093', '5.8093', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25028, '2023-04-26', 2922, 22578, 8555, 33253, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25029, '2023-04-26', 2653, 22579, 8556, 33224, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '64.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25030, '2023-04-26', 2644, 22580, 8556, 33225, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25031, '2023-04-26', 2648, 22581, 8557, 34481, '12.0000', '7.5783', '7.5783', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25032, '2023-04-26', 2651, 22582, 8558, 32024, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25033, '2023-04-26', 3063, 22583, 8558, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25034, '2023-04-26', 2982, 22584, 8559, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25035, '2023-04-26', 3819, 22585, 8560, 22821, '2.0000', '3.5429', '3.5429', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25036, '2023-04-26', 2830, 22586, 8560, 14461, '3.0000', '4.1500', '4.1500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 248, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25037, '2023-04-26', 2830, 22586, 8560, 14785, '-6.0000', '4.1500', '4.1500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25038, '2023-04-26', 2830, 22586, 8560, 27271, '7.0000', '4.1500', '4.1500', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25039, '2023-04-26', 3114, 22587, 8561, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25040, '2023-04-26', 2936, 22588, 8562, 33308, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25041, '2023-04-26', 2651, 22589, 8563, 32024, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25042, '2023-04-26', 3166, 22590, 8564, 33290, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25043, '2023-04-26', 2982, 22591, 8564, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25044, '2023-04-26', 2646, 22592, 8565, 34479, '3.0000', '11.4417', '11.4417', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25045, '2023-04-26', 3063, 22593, 8565, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25046, '2023-04-26', 2646, 22594, 8566, 34479, '1.0000', '11.4417', '11.4417', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25047, '2023-04-26', 2645, 22595, 8567, 34455, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25048, '2023-04-26', 2660, 22596, 8567, 30059, '-3.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25049, '2023-04-26', 2660, 22596, 8567, 31247, '-1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25050, '2023-04-26', 2660, 22596, 8567, 32442, '-3.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25051, '2023-04-26', 2660, 22596, 8567, 33245, '10.0000', '3.5700', '3.5700', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25052, '2023-04-26', 3063, 22597, 8567, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25053, '2023-04-26', 3646, 22598, 8567, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25054, '2023-04-26', 2919, 22599, 8568, 33252, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25055, '2023-04-26', 2923, 22600, 8568, 33254, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25056, '2023-04-26', 2921, 22601, 8568, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25057, '2023-04-26', 3772, 22602, 8568, 32006, '5.0000', '0.8000', '0.8000', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 530, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25058, '2023-04-26', 3772, 22602, 8568, 32843, '-2.0000', '0.8000', '0.8000', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25059, '2023-04-26', 3772, 22602, 8568, 33325, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25060, '2023-04-26', 3483, 22603, 8568, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '114.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25061, '2023-04-26', 3015, 22604, 8568, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '27.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25062, '2023-04-26', 3172, 22605, 8568, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25063, '2023-04-26', 3901, 22606, 8568, 33299, '1.0000', '0.3750', '0.3750', '0.5000', '0.5000', '47.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25064, '2023-04-26', 2645, 22607, 8569, 34455, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25065, '2023-04-26', 3102, 22608, 8570, 4397, '1.0000', '13.7300', '13.7300', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25066, '2023-04-26', 3063, 22609, 8570, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25067, '2023-04-26', 2927, 22610, 8571, 33307, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25068, '2023-04-26', 2930, 22611, 8571, 33257, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25069, '2023-04-26', 2660, 22612, 8572, 33245, '5.0000', '3.5700', '3.5700', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25070, '2023-04-26', 3166, 22613, 8573, 33290, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25071, '2023-04-26', 2646, 22614, 8574, 34479, '4.0000', '11.4417', '11.4417', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25072, '2023-04-26', 3172, 22615, 8574, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25073, '2023-04-26', 2923, 22616, 8575, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25074, '2023-04-26', 3166, 22617, 8576, 33290, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25075, '2023-04-26', 3080, 22618, 8577, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '22.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25076, '2023-04-26', 2790, 22619, 8577, 33276, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25077, '2023-04-26', 2648, 22620, 8578, 34481, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25078, '2023-04-26', 2645, 22621, 8578, 34455, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25079, '2023-04-26', 2653, 22622, 8578, 33224, '9.0000', '4.4092', '4.4092', '6.0000', '6.0000', '55.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25080, '2023-04-26', 3015, 22623, 8578, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '25.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25081, '2023-04-26', 3048, 22624, 8578, 31999, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25082, '2023-04-26', 2660, 22625, 8578, 33245, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25083, '2023-04-27', 3048, 22626, 8579, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25084, '2023-04-27', 2645, 22627, 8580, 34455, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25085, '2023-04-27', 2790, 22628, 8580, 33276, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25086, '2023-04-27', 2952, 22629, 8581, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25087, '2023-04-27', 3902, 22630, 8581, 34484, '1.0000', '12.9500', '12.9500', '16.0000', '16.0000', '20.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25088, '2023-04-27', 3561, 22631, 8582, 34485, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25089, '2023-04-27', 3048, 22632, 8582, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25090, '2023-04-27', 2534, 22633, 8582, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25091, '2023-04-27', 3120, 22634, 8582, 33323, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25092, '2023-04-27', 3646, 22635, 8582, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25093, '2023-04-27', 3120, 22636, 8583, 33323, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25094, '2023-04-27', 3015, 22637, 8583, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '23.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25095, '2023-04-27', 2952, 22638, 8583, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25096, '2023-04-27', 3063, 22639, 8583, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25097, '2023-04-27', 3786, 22640, 8583, 18543, '1.0000', '1.9167', '1.9167', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 363, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25098, '2023-04-27', 3120, 22641, 8584, 33323, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25099, '2023-04-27', 3086, 22642, 8585, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25100, '2023-04-27', 3772, 22643, 8585, 33325, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25101, '2023-04-27', 3120, 22644, 8586, 33323, '2.0000', '5.8000', '5.8000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25102, '2023-04-27', 2950, 22645, 8586, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25103, '2023-04-27', 2661, 22646, 8587, 33297, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '5.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25104, '2023-04-27', 2504, 22647, 8587, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25105, '2023-04-27', 2710, 22648, 8587, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '14.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25106, '2023-04-27', 3120, 22649, 8588, 33323, '1.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25107, '2023-04-27', 3561, 22650, 8588, 34485, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25108, '2023-04-27', 2789, 22651, 8588, 32471, '-3.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25109, '2023-04-27', 2789, 22651, 8588, 33214, '4.0000', '10.1500', '10.1500', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25110, '2023-04-27', 2952, 22652, 8589, 33195, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 546, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25111, '2023-04-27', 3553, 22653, 8590, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '27.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25112, '2023-04-27', 2699, 22654, 8590, 34500, '13.0000', '5.1500', '5.1500', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 587, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25113, '2023-04-27', 3538, 22655, 8590, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25114, '2023-04-27', 3114, 22656, 8591, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25115, '2023-04-27', 3852, 22657, 8591, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25116, '2023-04-27', 3483, 22658, 8591, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '112.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25117, '2023-04-27', 2901, 22659, 8592, 33283, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25118, '2023-04-27', 2504, 22660, 8593, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25119, '2023-04-27', 2645, 22661, 8594, 34455, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25120, '2023-04-27', 2645, 22662, 8595, 34455, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25121, '2023-04-27', 2952, 22663, 8596, 33523, '-1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25122, '2023-04-27', 2952, 22663, 8596, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25123, '2023-04-27', 3063, 22664, 8597, 30860, '2.0000', '3.1250', '3.1250', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25124, '2023-04-27', 2645, 22665, 8598, 34455, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 578, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25125, '2023-04-27', 2645, 22665, 8598, 34478, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '71.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25126, '2023-04-27', 2982, 22666, 8599, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25127, '2023-04-27', 3528, 22667, 8600, 4934, '3.0000', '16.0000', '16.0000', '22.0000', '22.0000', '1.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25128, '2023-04-27', 2653, 22668, 8601, 33224, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '53.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25129, '2023-04-27', 2644, 22669, 8601, 33225, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25130, '2023-04-27', 3314, 22670, 8601, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25131, '2023-04-27', 3074, 22671, 8602, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25132, '2023-04-27', 2645, 22672, 8603, 34478, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '68.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25133, '2023-04-27', 2952, 22673, 8603, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25134, '2023-04-27', 2711, 22674, 8604, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25135, '2023-04-27', 3889, 22675, 8604, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '26.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25136, '2023-04-27', 3483, 22676, 8604, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '110.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25137, '2023-04-27', 3901, 22677, 8604, 33299, '1.0000', '0.3750', '0.3750', '0.5000', '0.5000', '46.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25138, '2023-04-27', 3120, 22678, 8605, 33735, '-9.0000', '5.8000', '5.8000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25139, '2023-04-27', 3120, 22678, 8605, 34505, '10.0000', '5.8200', '5.8200', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25140, '2023-04-27', 2982, 22679, 8605, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25141, '2023-04-27', 2499, 22680, 8606, 33230, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25142, '2023-04-27', 2713, 22681, 8607, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25143, '2023-04-27', 2710, 22682, 8608, 32043, '3.0000', '5.2719', '5.2719', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25144, '2023-04-27', 3120, 22683, 8609, 34505, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25145, '2023-04-27', 3015, 22684, 8609, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25146, '2023-04-27', 3084, 22685, 8610, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25147, '2023-04-27', 3852, 22686, 8611, 27283, '3.0000', '4.7500', '4.7500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25148, '2023-04-27', 3852, 22687, 8612, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25149, '2023-04-27', 3182, 22688, 8613, 33311, '2.0000', '6.0600', '6.0600', '11.0000', '11.0000', '13.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25150, '2023-04-27', 2504, 22689, 8614, 34476, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25151, '2023-04-27', 3061, 22690, 8614, 30861, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25152, '2023-04-27', 2927, 22691, 8615, 33307, '7.0000', '1.8750', '1.8750', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25153, '2023-04-27', 3561, 22692, 8615, 34485, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25154, '2023-04-27', 2936, 22693, 8616, 33308, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25155, '2023-04-27', 3063, 22694, 8617, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25156, '2023-04-27', 3868, 22695, 8618, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '54.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25157, '2023-04-27', 2645, 22696, 8619, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '66.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25158, '2023-04-27', 3085, 22697, 8620, 33232, '1.0000', '3.9600', '3.9600', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25159, '2023-04-27', 3182, 22698, 8620, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '12.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25160, '2023-04-27', 2505, 22699, 8621, 30862, '1.0000', '3.1667', '3.1667', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25161, '2023-04-27', 2822, 22700, 8622, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25162, '2023-04-27', 3646, 22701, 8622, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25163, '2023-04-27', 2645, 22702, 8623, 34478, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25164, '2023-04-27', 2822, 22703, 8623, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25165, '2023-04-27', 2660, 22704, 8623, 33245, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25166, '2023-04-27', 2645, 22705, 8624, 34478, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25167, '2023-04-27', 2725, 22706, 8625, 27240, '3.0000', '2.9100', '2.9100', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25168, '2023-04-27', 3262, 22707, 8625, 10020, '2.0000', '4.8700', '4.8700', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25169, '2023-04-27', 2645, 22708, 8626, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '62.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25170, '2023-04-27', 2901, 22709, 8627, 33283, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25171, '2023-04-27', 2713, 22710, 8628, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25172, '2023-04-27', 3123, 22711, 8629, 33219, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25173, '2023-04-27', 3772, 22712, 8629, 33325, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25174, '2023-04-27', 2504, 22713, 8630, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25175, '2023-04-27', 2517, 22714, 8631, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '11.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25176, '2023-04-27', 2893, 22715, 8631, 33298, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25177, '2023-04-27', 2927, 22716, 8632, 33307, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25178, '2023-04-27', 2644, 22717, 8633, 33225, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25179, '2023-04-27', 2918, 22718, 8633, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25180, '2023-04-27', 2918, 22719, 8634, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25181, '2023-04-27', 2922, 22720, 8634, 33253, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25182, '2023-04-27', 2920, 22721, 8634, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25183, '2023-04-27', 2711, 22722, 8635, 33314, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25184, '2023-04-27', 3063, 22723, 8635, 30860, '3.0000', '3.1250', '3.1250', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25185, '2023-04-27', 2646, 22724, 8636, 34479, '2.0000', '11.4417', '11.4417', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25186, '2023-04-27', 2952, 22725, 8636, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25187, '2023-04-27', 3085, 22726, 8636, 33232, '1.0000', '3.9600', '3.9600', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25188, '2023-04-27', 3123, 22727, 8637, 33219, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25189, '2023-04-27', 3114, 22728, 8637, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25190, '2023-04-27', 3048, 22729, 8637, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25191, '2023-04-27', 3483, 22730, 8637, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '107.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25192, '2023-04-27', 2645, 22731, 8638, 34478, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25193, '2023-04-27', 2645, 22732, 8639, 34478, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25194, '2023-04-27', 2645, 22733, 8640, 34478, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25195, '2023-04-27', 2822, 22734, 8641, 33223, '6.0000', '4.6667', '4.6667', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25196, '2023-04-27', 2645, 22735, 8642, 34478, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25197, '2023-04-27', 2822, 22736, 8643, 33223, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25198, '2023-04-27', 2534, 22737, 8643, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25199, '2023-04-27', 2652, 22738, 8644, 10138, '3.0000', '9.4683', '9.4683', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25200, '2023-04-27', 3172, 22739, 8644, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25201, '2023-04-27', 2713, 22740, 8645, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25202, '2023-04-27', 2645, 22741, 8646, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25203, '2023-04-28', 3084, 22742, 8647, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25204, '2023-04-28', 2645, 22743, 8648, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25205, '2023-04-28', 2893, 22744, 8649, 33298, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25206, '2023-04-28', 3120, 22745, 8649, 34505, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25207, '2023-04-28', 3483, 22746, 8649, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25208, '2023-04-28', 3015, 22747, 8649, 34491, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '20.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25209, '2023-04-28', 2982, 22748, 8650, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25210, '2023-04-28', 3120, 22749, 8650, 34505, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25211, '2023-04-28', 3838, 22750, 8650, 23988, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25212, '2023-04-28', 3048, 22751, 8651, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25213, '2023-04-28', 3015, 22752, 8651, 34491, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25214, '2023-04-28', 3561, 22753, 8651, 34485, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25215, '2023-04-28', 2952, 22754, 8651, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25216, '2023-04-28', 2713, 22755, 8652, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25217, '2023-04-28', 2507, 22756, 8652, 28948, '-2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25218, '2023-04-28', 2507, 22756, 8652, 30093, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25219, '2023-04-28', 2507, 22756, 8652, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25220, '2023-04-28', 3868, 22757, 8652, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '52.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25221, '2023-04-28', 3074, 22758, 8652, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25222, '2023-04-28', 3212, 22759, 8653, 32013, '1.0000', '4.1667', '4.1667', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 532, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25223, '2023-04-28', 3074, 22760, 8653, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25224, '2023-04-28', 3646, 22761, 8653, 15726, '7.0000', '1.1233', '1.1233', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25225, '2023-04-28', 2653, 22762, 8653, 33224, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '49.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25226, '2023-04-28', 2789, 22763, 8653, 33214, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25227, '2023-04-28', 3786, 22764, 8653, 19658, '-4.0000', '1.9167', '1.9167', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25228, '2023-04-28', 3786, 22764, 8653, 20706, '4.0000', '1.9167', '1.9167', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25229, '2023-04-28', 3786, 22764, 8653, 21754, '-4.0000', '1.9167', '1.9167', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25230, '2023-04-28', 3786, 22764, 8653, 22911, '-3.0000', '1.9167', '1.9167', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25231, '2023-04-28', 3786, 22764, 8653, 33318, '8.0000', '2.1300', '2.1300', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25232, '2023-04-28', 2952, 22765, 8654, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25233, '2023-04-28', 3120, 22766, 8654, 34505, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25234, '2023-04-28', 2719, 22767, 8655, 27242, '3.0000', '0.7100', '0.7100', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25235, '2023-04-28', 2719, 22767, 8655, 28358, '-3.0000', '0.7100', '0.7100', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25236, '2023-04-28', 2719, 22767, 8655, 30714, '-4.0000', '0.7100', '0.7100', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25237, '2023-04-28', 2719, 22767, 8655, 34372, '5.0000', '0.7100', '0.7100', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25238, '2023-04-28', 2719, 22767, 8655, 34461, '9.0000', '0.8600', '0.8600', '2.0000', '2.0000', '91.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25239, '2023-04-28', 3260, 22768, 8655, 4832, '8.0000', '1.3900', '1.3900', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25240, '2023-04-28', 2749, 22769, 8655, 4849, '6.0000', '0.6900', '0.6900', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25241, '2023-04-28', 3239, 22770, 8655, 10031, '6.0000', '0.6000', '0.6000', '2.5000', '2.5000', '48.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25242, '2023-04-28', 2698, 22771, 8655, 30808, '10.0000', '5.4000', '5.4000', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25243, '2023-04-28', 2606, 22772, 8655, 17422, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 339, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25244, '2023-04-28', 2606, 22772, 8655, 23333, '-2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25245, '2023-04-28', 2606, 22772, 8655, 33207, '4.0000', '35.0000', '35.0000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25246, '2023-04-28', 2807, 22773, 8656, 5642, '1.0000', '20.1400', '20.1400', '28.5000', '28.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25247, '2023-04-28', 2608, 22774, 8656, 33206, '2.0000', '38.0000', '38.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25248, '2023-04-28', 3063, 22775, 8657, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25249, '2023-04-28', 3483, 22776, 8657, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '103.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25250, '2023-04-28', 3114, 22777, 8658, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25251, '2023-04-28', 3483, 22778, 8658, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '101.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25252, '2023-04-28', 3561, 22779, 8659, 34485, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25253, '2023-04-28', 2504, 22780, 8660, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25254, '2023-04-28', 3084, 22781, 8661, 32031, '2.0000', '5.0150', '5.0150', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25255, '2023-04-28', 3483, 22782, 8661, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '99.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25256, '2023-04-28', 3048, 22783, 8661, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25257, '2023-04-28', 2500, 22784, 8662, 33229, '2.0000', '10.8500', '10.8500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25258, '2023-04-28', 2711, 22785, 8662, 33314, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25259, '2023-04-28', 2952, 22786, 8662, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25260, '2023-04-28', 2517, 22787, 8663, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '10.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25261, '2023-04-28', 3182, 22788, 8663, 33311, '2.0000', '6.0600', '6.0600', '11.0000', '11.0000', '10.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25262, '2023-04-28', 3048, 22789, 8663, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25263, '2023-04-28', 2645, 22790, 8664, 34478, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25264, '2023-04-28', 2952, 22791, 8664, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25265, '2023-04-28', 2790, 22792, 8664, 33276, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25266, '2023-04-28', 3048, 22793, 8665, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25267, '2023-04-28', 2645, 22794, 8666, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25268, '2023-04-28', 2645, 22795, 8667, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25269, '2023-04-28', 3120, 22796, 8668, 34505, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25270, '2023-04-28', 3074, 22797, 8669, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25271, '2023-04-28', 2791, 22798, 8670, 33218, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25272, '2023-04-28', 3015, 22799, 8670, 34491, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25273, '2023-04-28', 2661, 22800, 8670, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '3.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25274, '2023-04-28', 3256, 22801, 8670, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25275, '2023-04-28', 3063, 22802, 8670, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25276, '2023-04-28', 3868, 22803, 8671, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '51.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25277, '2023-04-28', 2645, 22804, 8672, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25278, '2023-04-28', 2504, 22805, 8673, 34476, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25279, '2023-04-28', 2645, 22806, 8674, 34478, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25280, '2023-04-28', 3114, 22807, 8674, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25281, '2023-04-28', 2699, 22808, 8675, 34500, '10.0000', '5.1500', '5.1500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 587, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25282, '2023-04-28', 2920, 22809, 8676, 33303, '4.0000', '4.5000', '4.5000', '5.5000', '5.5000', '3.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25283, '2023-04-28', 2711, 22810, 8677, 33314, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25284, '2023-04-28', 2504, 22811, 8677, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25285, '2023-04-28', 3048, 22812, 8677, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25286, '2023-04-28', 3015, 22813, 8677, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25287, '2023-04-28', 2661, 22814, 8678, 33297, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '1.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25288, '2023-04-28', 2789, 22815, 8679, 33214, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25289, '2023-04-28', 2789, 22815, 8679, 33275, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25290, '2023-04-28', 3875, 22816, 8680, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '11.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25291, '2023-04-28', 2713, 22817, 8680, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25292, '2023-04-28', 3048, 22818, 8680, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25293, '2023-04-28', 2499, 22819, 8681, 33317, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25294, '2023-04-28', 2661, 22820, 8681, 33297, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25295, '2023-04-28', 2661, 22820, 8681, 33488, '-1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25296, '2023-04-28', 2661, 22820, 8681, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '58.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25297, '2023-04-28', 2713, 22821, 8682, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25298, '2023-04-28', 2645, 22822, 8683, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25299, '2023-04-28', 3063, 22823, 8683, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25300, '2023-04-28', 3825, 22824, 8684, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25301, '2023-04-28', 2952, 22825, 8685, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25302, '2023-04-28', 2923, 22826, 8685, 33254, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25303, '2023-04-28', 2645, 22827, 8686, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25304, '2023-04-28', 2952, 22828, 8686, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25305, '2023-04-28', 2645, 22829, 8687, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25306, '2023-04-28', 2952, 22830, 8687, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25307, '2023-04-28', 2901, 22831, 8688, 33283, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25308, '2023-04-28', 2922, 22832, 8689, 33253, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25309, '2023-04-28', 2517, 22833, 8690, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25310, '2023-04-28', 3102, 22834, 8691, 4397, '1.0000', '13.7300', '13.7300', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25311, '2023-04-28', 2710, 22835, 8692, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25312, '2023-04-28', 2517, 22836, 8692, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '8.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25313, '2023-04-28', 2879, 22837, 8692, 33238, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25314, '2023-04-28', 2645, 22838, 8693, 34478, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25315, '2023-04-28', 2644, 22839, 8694, 33225, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25316, '2023-04-28', 2504, 22840, 8695, 34476, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25317, '2023-04-28', 3311, 22841, 8695, 33243, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25318, '2023-04-28', 2645, 22842, 8696, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25319, '2023-04-28', 3483, 22843, 8696, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '98.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25320, '2023-04-28', 3074, 22844, 8697, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25321, '2023-04-28', 3772, 22845, 8698, 33325, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25322, '2023-04-28', 3212, 22846, 8699, 32267, '-4.0000', '4.1667', '4.1667', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25323, '2023-04-28', 3212, 22846, 8699, 33301, '5.0000', '3.9167', '3.9167', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25324, '2023-04-28', 3311, 22847, 8699, 33243, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25325, '2023-04-28', 2642, 22848, 8700, 33197, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25326, '2023-04-28', 2952, 22849, 8700, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25327, '2023-04-28', 2645, 22850, 8701, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25328, '2023-04-29', 3561, 22851, 8702, 34485, '3.0000', '4.6666', '4.6666', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25329, '2023-04-29', 3074, 22852, 8703, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25330, '2023-04-29', 2645, 22853, 8704, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25331, '2023-04-29', 3123, 22854, 8705, 33219, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25332, '2023-04-29', 2645, 22855, 8706, 34478, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25333, '2023-04-29', 2507, 22856, 8707, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25334, '2023-04-29', 3074, 22857, 8708, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25335, '2023-04-29', 2893, 22858, 8709, 33298, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25336, '2023-04-29', 2661, 22859, 8710, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '56.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25337, '2023-04-29', 3114, 22860, 8711, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25338, '2023-04-29', 2504, 22861, 8711, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25339, '2023-04-29', 2712, 22862, 8712, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25340, '2023-04-29', 2711, 22863, 8713, 33314, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25341, '2023-04-29', 2864, 22864, 8713, 33241, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25342, '2023-04-29', 3344, 22865, 8714, 24003, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 420, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25343, '2023-04-29', 2645, 22866, 8715, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25344, '2023-04-29', 3182, 22867, 8715, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '9.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25345, '2023-04-29', 2645, 22868, 8716, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25346, '2023-04-29', 2645, 22869, 8717, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25347, '2023-04-29', 3212, 22870, 8717, 33301, '2.0000', '3.9167', '3.9167', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25348, '2023-04-29', 3114, 22871, 8718, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25349, '2023-04-29', 2645, 22872, 8719, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25350, '2023-04-29', 3212, 22873, 8719, 33301, '1.0000', '3.9167', '3.9167', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25351, '2023-04-29', 2711, 22874, 8719, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25352, '2023-04-29', 2645, 22875, 8720, 34478, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25353, '2023-04-29', 3805, 22876, 8721, 22806, '1.0000', '6.5000', '6.5000', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25354, '2023-04-29', 2960, 22877, 8721, 33209, '1.0000', '8.5000', '8.5000', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25355, '2023-04-29', 2645, 22878, 8722, 34478, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25356, '2023-04-29', 3085, 22879, 8723, 33232, '1.0000', '3.9600', '3.9600', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25357, '2023-04-29', 3172, 22880, 8724, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25358, '2023-04-29', 2642, 22881, 8724, 33197, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25359, '2023-04-29', 2901, 22882, 8725, 33283, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25360, '2023-04-29', 2645, 22883, 8726, 34478, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25361, '2023-04-29', 2917, 22884, 8726, 34483, '1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '23.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25362, '2023-04-29', 3294, 22885, 8727, 4589, '10.0000', '0.1100', '0.1100', '0.7500', '0.7500', '360.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25363, '2023-04-29', 2790, 22886, 8728, 33276, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25364, '2023-04-29', 2879, 22887, 8728, 33238, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25365, '2023-04-29', 3483, 22888, 8729, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '97.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25366, '2023-04-29', 2647, 22889, 8730, 33265, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25367, '2023-04-29', 2935, 22890, 8730, 33310, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25368, '2023-04-29', 2697, 22891, 8731, 5830, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25369, '2023-04-29', 2936, 22892, 8732, 33308, '5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25370, '2023-04-29', 2901, 22893, 8732, 33283, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25371, '2023-04-29', 2645, 22894, 8733, 34478, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25372, '2023-04-29', 3063, 22895, 8734, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25373, '2023-04-29', 2936, 22896, 8735, 33308, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25374, '2023-04-29', 2918, 22897, 8735, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25375, '2023-04-29', 2920, 22898, 8735, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25376, '2023-04-29', 2901, 22899, 8736, 33283, '1.0000', '15.5000', '15.5000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25377, '2023-04-29', 3114, 22900, 8737, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25378, '2023-04-29', 3048, 22901, 8737, 31999, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25379, '2023-04-29', 2642, 22902, 8738, 33197, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25380, '2023-04-29', 3483, 22903, 8738, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '96.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25381, '2023-04-29', 3172, 22904, 8739, 33239, '5.0000', '3.4737', '3.4737', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25382, '2023-04-29', 2879, 22905, 8739, 34535, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25383, '2023-04-29', 2517, 22906, 8739, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25384, '2023-04-29', 2790, 22907, 8739, 33276, '1.0000', '5.5800', '5.5800', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25385, '2023-04-29', 2789, 22908, 8739, 33275, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25386, '2023-04-29', 3063, 22909, 8739, 30860, '2.0000', '3.1250', '3.1250', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25387, '2023-04-29', 2922, 22910, 8740, 33253, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25388, '2023-04-29', 2921, 22911, 8741, 33305, '2.0000', '4.0000', '4.0000', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25389, '2023-04-29', 2930, 22912, 8741, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25390, '2023-04-29', 2645, 22913, 8742, 34478, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25391, '2023-04-29', 2864, 22914, 8743, 33241, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25392, '2023-04-29', 2864, 22914, 8743, 33707, '-1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25393, '2023-04-29', 2864, 22914, 8743, 34541, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25394, '2023-04-29', 2901, 22915, 8744, 33283, '2.0000', '15.5000', '15.5000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 566, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25395, '2023-04-29', 2653, 22916, 8745, 33224, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25396, '2023-04-29', 2645, 22917, 8746, 34532, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25397, '2023-04-29', 3074, 22918, 8747, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25398, '2023-04-29', 3064, 22919, 8748, 34539, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25399, '2023-04-30', 2713, 22920, 8749, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25400, '2023-04-30', 2645, 22921, 8750, 34532, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25401, '2023-04-30', 2952, 22922, 8750, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25402, '2023-04-30', 3242, 22923, 8751, 4537, '4.0000', '4.8900', '4.8900', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25403, '2023-04-30', 2727, 22924, 8751, 28548, '2.0000', '25.0000', '25.0000', '40.0000', '40.0000', '41.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25404, '2023-04-30', 3082, 22925, 8751, 5501, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25405, '2023-04-30', 2645, 22926, 8752, 34532, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25406, '2023-04-30', 3890, 22927, 8753, 32049, '1.0000', '30.2500', '30.2500', '40.0000', '40.0000', '4.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25407, '2023-04-30', 2645, 22928, 8754, 34532, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25408, '2023-04-30', 2789, 22929, 8755, 33275, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25409, '2023-04-30', 3123, 22930, 8756, 33219, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25410, '2023-04-30', 2645, 22931, 8757, 34532, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25411, '2023-04-30', 2766, 22932, 8758, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '231.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25412, '2023-04-30', 2645, 22933, 8759, 34532, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25413, '2023-04-30', 3123, 22934, 8760, 33219, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25414, '2023-04-30', 3114, 22935, 8760, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25415, '2023-04-30', 3114, 22936, 8761, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25416, '2023-04-30', 3786, 22937, 8761, 33318, '1.0000', '2.1300', '2.1300', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25417, '2023-04-30', 3027, 22938, 8762, 23687, '1.0000', '8.3100', '8.3100', '12.0000', '12.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25418, '2023-04-30', 3538, 22939, 8762, 32054, '2.0000', '7.7500', '7.7500', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25419, '2023-04-30', 2699, 22940, 8762, 34500, '3.0000', '5.1500', '5.1500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 587, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25420, '2023-04-30', 3621, 22941, 8763, 14537, '1.0000', '0.5833', '0.5833', '3.0000', '3.0000', '37.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25421, '2023-04-30', 3120, 22942, 8763, 34505, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25422, '2023-04-30', 2713, 22943, 8764, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25423, '2023-04-30', 3314, 22944, 8764, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25424, '2023-04-30', 2936, 22945, 8764, 33308, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25425, '2023-04-30', 3483, 22946, 8765, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '94.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25426, '2023-04-30', 3015, 22947, 8765, 34491, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '15.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25427, '2023-04-30', 3772, 22948, 8765, 33325, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25428, '2023-04-30', 2713, 22949, 8765, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25429, '2023-04-30', 3646, 22950, 8765, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25430, '2023-04-30', 3825, 22951, 8765, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25431, '2023-04-30', 3212, 22952, 8765, 33301, '1.0000', '3.9167', '3.9167', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25432, '2023-04-30', 2950, 22953, 8766, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25433, '2023-04-30', 2982, 22954, 8767, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25434, '2023-04-30', 3561, 22955, 8767, 34485, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25435, '2023-04-30', 3086, 22956, 8768, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25436, '2023-04-30', 3231, 22957, 8768, 31995, '1.0000', '1.8300', '1.8300', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25437, '2023-04-30', 2661, 22958, 8769, 34487, '3.0000', '0.2708', '0.2708', '0.5000', '0.5000', '53.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25438, '2023-04-30', 2499, 22959, 8769, 33317, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25439, '2023-04-30', 2699, 22960, 8770, 34500, '10.0000', '5.1500', '5.1500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 587, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25440, '2023-04-30', 2606, 22961, 8770, 33207, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25441, '2023-04-30', 2711, 22962, 8770, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25442, '2023-04-30', 3641, 22963, 8770, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25443, '2023-04-30', 3538, 22964, 8771, 32054, '5.0000', '7.7500', '7.7500', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25444, '2023-04-30', 2719, 22965, 8771, 34461, '1.0000', '0.8600', '0.8600', '2.0000', '2.0000', '90.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25445, '2023-04-30', 2697, 22966, 8771, 5830, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25446, '2023-04-30', 2982, 22967, 8772, 28535, '1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 476, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25447, '2023-04-30', 2713, 22968, 8772, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25448, '2023-04-30', 2949, 22969, 8773, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25449, '2023-04-30', 3172, 22970, 8773, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25450, '2023-04-30', 2500, 22971, 8773, 33316, '1.0000', '10.8500', '10.8500', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25451, '2023-04-30', 3074, 22972, 8773, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25452, '2023-04-30', 2864, 22973, 8773, 34541, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25453, '2023-04-30', 2713, 22974, 8773, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25454, '2023-04-30', 2645, 22975, 8774, 34532, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25455, '2023-04-30', 2653, 22976, 8775, 33224, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25456, '2023-04-30', 2504, 22977, 8775, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25457, '2023-04-30', 2644, 22978, 8776, 33225, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25458, '2023-04-30', 2644, 22978, 8776, 33266, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25459, '2023-04-30', 2901, 22979, 8777, 34492, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '21.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25460, '2023-04-30', 2652, 22980, 8778, 10138, '2.0000', '9.4683', '9.4683', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25461, '2023-04-30', 3182, 22981, 8778, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '8.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25462, '2023-04-30', 2645, 22982, 8779, 34532, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25463, '2023-04-30', 2644, 22983, 8780, 33266, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25464, '2023-04-30', 2645, 22984, 8780, 34532, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25465, '2023-04-30', 2652, 22985, 8780, 10138, '2.0000', '9.4683', '9.4683', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25466, '2023-04-30', 3901, 22986, 8780, 33299, '2.0000', '0.3750', '0.3750', '0.5000', '0.5000', '44.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25467, '2023-04-30', 3587, 22987, 8781, 32050, '1.0000', '30.5000', '30.5000', '41.0000', '41.0000', '4.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25468, '2023-04-30', 3015, 22988, 8781, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25469, '2023-04-30', 2644, 22989, 8782, 33266, '4.0000', '3.4229', '3.4229', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25470, '2023-04-30', 2645, 22990, 8783, 34532, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25471, '2023-04-30', 2822, 22991, 8784, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25472, '2023-04-30', 2644, 22992, 8785, 33266, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25473, '2023-04-30', 2644, 22993, 8786, 33266, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25474, '2023-04-30', 2644, 22994, 8787, 33266, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25475, '2023-04-30', 3231, 22995, 8788, 31995, '1.0000', '1.8300', '1.8300', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25476, '2023-04-30', 3086, 22996, 8788, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25477, '2023-04-30', 3483, 22997, 8789, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '92.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25478, '2023-04-30', 2644, 22998, 8790, 33266, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25479, '2023-04-30', 2645, 22999, 8791, 34532, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25480, '2023-04-30', 2645, 23000, 8792, 34532, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25481, '2023-04-30', 2822, 23001, 8792, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25482, '2023-04-30', 3483, 23002, 8792, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25483, '2023-04-30', 3048, 23003, 8792, 31999, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25484, '2023-04-30', 3048, 23004, 8793, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25485, '2023-04-30', 2644, 23005, 8794, 33266, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25486, '2023-04-30', 2645, 23006, 8795, 34532, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25487, '2023-04-30', 3311, 23007, 8795, 33243, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25488, '2023-04-30', 2644, 23008, 8796, 33266, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25489, '2023-04-30', 2713, 23009, 8797, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25490, '2023-04-30', 2645, 23010, 8798, 34532, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25491, '2023-04-30', 2644, 23011, 8799, 33266, '2.0000', '3.4229', '3.4229', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25492, '2023-04-30', 2517, 23012, 8800, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25493, '2023-04-30', 2711, 23013, 8801, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25494, '2023-04-30', 3868, 23014, 8801, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '49.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25495, '2023-04-30', 2644, 23015, 8802, 33266, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25496, '2023-04-30', 2710, 23016, 8802, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25497, '2023-04-30', 2651, 23017, 8803, 32024, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25498, '2023-04-30', 2504, 23018, 8804, 34476, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25499, '2023-04-30', 2921, 23019, 8804, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25500, '2023-04-30', 2644, 23020, 8805, 33266, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25501, '2023-04-30', 2517, 23021, 8806, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25502, '2023-04-30', 2645, 23022, 8807, 34532, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25503, '2023-04-30', 3311, 23023, 8808, 33243, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25504, '2023-04-30', 2642, 23024, 8809, 33197, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25505, '2023-04-30', 2642, 23025, 8810, 33197, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25506, '2023-04-30', 3074, 23026, 8811, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25507, '2023-04-30', 2642, 23027, 8812, 33197, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25508, '2023-05-01', 2661, 23028, 8813, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '51.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25509, '2023-05-01', 3120, 23029, 8814, 34505, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25510, '2023-05-01', 3314, 23030, 8815, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25511, '2023-05-01', 3553, 23031, 8816, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25512, '2023-05-01', 3623, 23032, 8817, 33281, '1.0000', '4.6667', '4.6667', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25513, '2023-05-01', 3772, 23033, 8817, 33325, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25514, '2023-05-01', 3120, 23034, 8818, 34505, '3.0000', '5.8200', '5.8200', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25515, '2023-05-01', 2712, 23035, 8818, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25516, '2023-05-01', 3212, 23036, 8818, 33301, '1.0000', '3.9167', '3.9167', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25517, '2023-05-01', 3483, 23037, 8818, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '88.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25518, '2023-05-01', 2507, 23038, 8819, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25519, '2023-05-01', 2950, 23039, 8819, 33287, '1.0000', '11.9792', '11.9792', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25520, '2023-05-01', 2952, 23040, 8819, 34508, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25521, '2023-05-01', 2712, 23041, 8820, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25522, '2023-05-01', 2653, 23042, 8820, 33224, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25523, '2023-05-01', 2919, 23043, 8820, 33304, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25524, '2023-05-01', 3786, 23044, 8820, 33318, '2.0000', '2.1300', '2.1300', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25525, '2023-05-01', 3123, 23045, 8820, 33219, '1.0000', '5.1400', '5.1400', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25526, '2023-05-01', 3123, 23045, 8820, 34503, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25527, '2023-05-01', 3074, 23046, 8820, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25528, '2023-05-01', 2513, 23047, 8820, 3808, '1.0000', '1.4200', '1.4200', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25529, '2023-05-01', 2653, 23048, 8821, 33224, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25530, '2023-05-01', 3060, 23049, 8821, 33293, '2.0000', '6.9379', '6.9379', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25531, '2023-05-01', 2950, 23050, 8822, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '17.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25532, '2023-05-01', 3060, 23051, 8823, 33293, '2.0000', '6.9379', '6.9379', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25533, '2023-05-01', 3083, 23052, 8823, 34496, '1.0000', '9.3800', '9.3800', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25534, '2023-05-01', 2982, 23053, 8823, 28747, '-1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25535, '2023-05-01', 2982, 23053, 8823, 29892, '-3.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25536, '2023-05-01', 2982, 23053, 8823, 31080, '2.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25537, '2023-05-01', 2982, 23053, 8823, 32266, '-1.0000', '5.1600', '5.1600', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25538, '2023-05-01', 2982, 23053, 8823, 33234, '4.0000', '5.1700', '5.1700', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25539, '2023-05-01', 3121, 23054, 8823, 33322, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25540, '2023-05-01', 3212, 23055, 8823, 33301, '1.0000', '3.9167', '3.9167', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25541, '2023-05-01', 2713, 23056, 8824, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25542, '2023-05-01', 2952, 23057, 8824, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25543, '2023-05-01', 3483, 23058, 8824, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25544, '2023-05-01', 3311, 23059, 8824, 33243, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25545, '2023-05-01', 3086, 23060, 8824, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25546, '2023-05-01', 2930, 23061, 8825, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25547, '2023-05-01', 2507, 23062, 8826, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25548, '2023-05-03', 2645, 23063, 8827, 34532, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25549, '2023-05-03', 2648, 23064, 8828, 34481, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25550, '2023-05-03', 2952, 23065, 8828, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25551, '2023-05-03', 3256, 23066, 8829, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25552, '2023-05-03', 3172, 23067, 8829, 33239, '1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25553, '2023-05-03', 3114, 23068, 8829, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25554, '2023-05-03', 2661, 23069, 8829, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '49.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25555, '2023-05-03', 2790, 23070, 8830, 33276, '2.0000', '5.5800', '5.5800', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25556, '2023-05-03', 3483, 23071, 8831, 4771, '-1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25557, '2023-05-03', 3483, 23071, 8831, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '83.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25558, '2023-05-03', 2712, 23072, 8831, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25559, '2023-05-03', 3123, 23073, 8831, 34503, '2.0000', '4.9440', '4.9440', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25560, '2023-05-03', 2822, 23074, 8831, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25561, '2023-05-03', 2645, 23075, 8831, 34532, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25562, '2023-05-03', 2647, 23076, 8831, 33265, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25563, '2023-05-03', 3829, 23077, 8831, 23959, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25564, '2023-05-03', 2647, 23078, 8832, 33265, '4.0000', '5.8093', '5.8093', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25565, '2023-05-03', 2926, 23079, 8832, 33309, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25566, '2023-05-03', 2924, 23080, 8832, 32038, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25567, '2023-05-03', 2935, 23081, 8832, 33310, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25568, '2023-05-03', 2923, 23082, 8832, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25569, '2023-05-03', 2500, 23083, 8832, 33316, '2.0000', '10.8500', '10.8500', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25570, '2023-05-03', 2647, 23084, 8833, 33265, '1.0000', '5.8093', '5.8093', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25571, '2023-05-03', 2647, 23084, 8833, 34480, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25572, '2023-05-03', 3084, 23085, 8833, 32031, '2.0000', '5.0150', '5.0150', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25573, '2023-05-03', 2920, 23086, 8833, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25574, '2023-05-03', 2936, 23087, 8833, 33308, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25575, '2023-05-03', 2737, 23088, 8833, 4032, '2.0000', '5.2500', '5.2500', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25576, '2023-05-03', 3015, 23089, 8833, 4310, '-5.0000', '0.8300', '0.8300', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25577, '2023-05-03', 3015, 23089, 8833, 34491, '6.0000', '0.8583', '0.8583', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25578, '2023-05-03', 3311, 23090, 8833, 4606, '-1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25579, '2023-05-03', 3311, 23090, 8833, 33243, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25580, '2023-05-03', 3311, 23090, 8833, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25581, '2023-05-03', 3483, 23091, 8833, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25582, '2023-05-03', 2644, 23092, 8833, 33266, '10.0000', '3.4229', '3.4229', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25583, '2023-05-03', 2712, 23093, 8833, 33278, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 564, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25584, '2023-05-03', 2642, 23094, 8833, 33197, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25585, '2023-05-03', 2864, 23095, 8833, 34541, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25586, '2023-05-03', 2710, 23096, 8833, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25587, '2023-05-03', 3114, 23097, 8833, 33320, '2.0000', '4.5833', '4.5833', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25588, '2023-05-03', 3172, 23098, 8833, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25589, '2023-05-03', 3187, 23099, 8833, 32652, '-4.0000', '0.7145', '0.7145', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25590, '2023-05-03', 3187, 23099, 8833, 33327, '5.0000', '0.7145', '0.7145', '1.2500', '1.2500', '23.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25591, '2023-05-03', 2661, 23100, 8833, 34487, '3.0000', '0.2708', '0.2708', '0.5000', '0.5000', '46.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25592, '2023-05-03', 2713, 23101, 8833, 33319, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25593, '2023-05-03', 2935, 23102, 8834, 33310, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25594, '2023-05-03', 2930, 23103, 8834, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25595, '2023-05-03', 3147, 23104, 8835, 5925, '1.0000', '4.3900', '4.3900', '12.0000', '12.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25596, '2023-05-03', 3142, 23105, 8835, 34465, '1.0000', '8.4700', '8.4700', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25597, '2023-05-03', 2727, 23106, 8835, 28548, '1.0000', '25.0000', '25.0000', '40.0000', '40.0000', '40.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25598, '2023-05-03', 2513, 23107, 8835, 3808, '2.0000', '1.4200', '1.4200', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25599, '2023-05-03', 2949, 23108, 8835, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25600, '2023-05-03', 3123, 23109, 8835, 34503, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25601, '2023-05-03', 2822, 23110, 8835, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25602, '2023-05-03', 2712, 23111, 8835, 34511, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25603, '2023-05-03', 2713, 23112, 8835, 33319, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25604, '2023-05-03', 2920, 23113, 8835, 33303, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25605, '2023-05-03', 2920, 23113, 8835, 33787, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25606, '2023-05-03', 2920, 23113, 8835, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '23.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25607, '2023-05-03', 3048, 23114, 8835, 31999, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25608, '2023-05-03', 3172, 23115, 8835, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25609, '2023-05-03', 2886, 23116, 8835, 29668, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25610, '2023-05-03', 3254, 23117, 8836, 4549, '8.0000', '0.0800', '0.0800', '0.5000', '0.5000', '125.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25611, '2023-05-03', 3060, 23118, 8836, 33293, '1.0000', '6.9379', '6.9379', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25612, '2023-05-03', 3577, 23119, 8836, 13262, '1.0000', '26.3400', '26.3400', '35.0000', '35.0000', '5.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25613, '2023-05-03', 2973, 23120, 8836, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25614, '2023-05-03', 3831, 23121, 8836, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25615, '2023-05-03', 2744, 23122, 8836, 4039, '1.0000', '26.5000', '26.5000', '35.0000', '35.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25616, '2023-05-03', 2661, 23123, 8836, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '44.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25617, '2023-05-03', 3074, 23124, 8836, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25618, '2023-05-03', 3786, 23125, 8836, 33318, '1.0000', '2.1300', '2.1300', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25619, '2023-05-03', 2710, 23126, 8836, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25620, '2023-05-03', 2949, 23127, 8836, 33286, '6.0000', '6.6900', '6.6900', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25621, '2023-05-03', 2644, 23128, 8836, 33266, '6.0000', '3.4229', '3.4229', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25622, '2023-05-03', 2822, 23129, 8836, 33223, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25623, '2023-05-03', 3172, 23130, 8836, 33239, '2.0000', '3.4737', '3.4737', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25624, '2023-05-03', 3172, 23130, 8836, 34269, '-1.0000', '3.4737', '3.4737', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25625, '2023-05-03', 3172, 23130, 8836, 34536, '4.0000', '3.5250', '3.5250', '4.0000', '4.0000', '140.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25626, '2023-05-03', 3784, 23131, 8836, 22855, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25627, '2023-05-03', 2552, 23132, 8836, 33326, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25628, '2023-05-03', 2507, 23133, 8836, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25629, '2023-05-03', 2504, 23134, 8836, 34476, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25630, '2023-05-03', 2500, 23135, 8837, 33316, '2.0000', '10.8500', '10.8500', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25631, '2023-05-03', 2617, 23136, 8837, 3912, '1.0000', '6.0000', '6.0000', '7.5000', '7.5000', '40.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25632, '2023-05-03', 3114, 23137, 8837, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25633, '2023-05-03', 2661, 23138, 8837, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25634, '2023-05-03', 3172, 23139, 8837, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '139.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25635, '2023-05-03', 3868, 23140, 8837, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '47.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25636, '2023-05-03', 2822, 23141, 8837, 33223, '6.0000', '4.6667', '4.6667', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25637, '2023-05-03', 2713, 23142, 8837, 33319, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25638, '2023-05-03', 2651, 23143, 8838, 32024, '7.0000', '5.8333', '5.8333', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25639, '2023-05-03', 2651, 23143, 8838, 32776, '-2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25640, '2023-05-03', 2651, 23143, 8838, 33228, '3.0000', '5.8333', '5.8333', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25641, '2023-05-03', 3889, 23144, 8838, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '25.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25642, '2023-05-03', 2678, 23145, 8838, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25643, '2023-05-03', 2661, 23146, 8838, 34487, '3.0000', '0.2708', '0.2708', '0.5000', '0.5000', '39.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25644, '2023-05-03', 2921, 23147, 8838, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25645, '2023-05-03', 2647, 23148, 8838, 34480, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25646, '2023-05-03', 3061, 23149, 8838, 30982, '-1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25647, '2023-05-03', 3061, 23149, 8838, 33226, '2.0000', '4.8500', '4.8500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25648, '2023-05-03', 3114, 23150, 8838, 33320, '2.0000', '4.5833', '4.5833', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25649, '2023-05-03', 2711, 23151, 8838, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25650, '2023-05-03', 2645, 23152, 8838, 34532, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 595, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25651, '2023-05-03', 3311, 23153, 8838, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '69.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25652, '2023-05-03', 3256, 23154, 8838, 33315, '2.0000', '4.7908', '4.7908', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25653, '2023-05-03', 2982, 23155, 8838, 33234, '1.0000', '5.1700', '5.1700', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25654, '2023-05-03', 2901, 23156, 8838, 34492, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '19.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25655, '2023-05-03', 3875, 23157, 8838, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '10.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25656, '2023-05-03', 3852, 23158, 8838, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25657, '2023-05-03', 3048, 23159, 8838, 31999, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 525, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25658, '2023-05-03', 3048, 23159, 8838, 32176, '-52.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25659, '2023-05-03', 3048, 23159, 8838, 33210, '55.0000', '0.8333', '0.8333', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25660, '2023-05-03', 2647, 23160, 8839, 34480, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25661, '2023-05-03', 2710, 23161, 8839, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25662, '2023-05-03', 2930, 23162, 8839, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25663, '2023-05-03', 2711, 23163, 8839, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25664, '2023-05-03', 3172, 23164, 8839, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '138.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25665, '2023-05-03', 2661, 23165, 8839, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25666, '2023-05-03', 3114, 23166, 8839, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25667, '2023-05-03', 2952, 23167, 8839, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25668, '2023-05-03', 2822, 23168, 8839, 33223, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25669, '2023-05-03', 3314, 23169, 8839, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25670, '2023-05-03', 3085, 23170, 8840, 33232, '1.0000', '3.9600', '3.9600', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25671, '2023-05-03', 2653, 23171, 8840, 33224, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25672, '2023-05-03', 2936, 23172, 8840, 33308, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25673, '2023-05-03', 2936, 23172, 8840, 34519, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25674, '2023-05-03', 3553, 23173, 8840, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '25.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25675, '2023-05-03', 3172, 23174, 8840, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '137.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25676, '2023-05-03', 2712, 23175, 8840, 34511, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25677, '2023-05-03', 2711, 23176, 8840, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25678, '2023-05-03', 2642, 23177, 8840, 34495, '4.0000', '7.5313', '7.5313', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25679, '2023-05-03', 3344, 23178, 8840, 27756, '-1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25680, '2023-05-03', 3344, 23178, 8840, 33292, '2.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25681, '2023-05-03', 3341, 23179, 8840, 22831, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25682, '2023-05-03', 2645, 23180, 8841, 34945, '-5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25683, '2023-05-03', 2645, 23180, 8841, 35679, '11.0000', '8.5417', '8.5417', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25684, '2023-05-03', 2952, 23181, 8841, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25685, '2023-05-03', 3641, 23182, 8841, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25686, '2023-05-03', 2661, 23183, 8841, 34487, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '36.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25687, '2023-05-03', 2918, 23184, 8841, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25688, '2023-05-03', 2923, 23185, 8841, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25689, '2023-05-03', 2922, 23186, 8841, 33306, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25690, '2023-05-03', 2924, 23187, 8841, 32038, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25691, '2023-05-03', 2919, 23188, 8841, 33304, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25692, '2023-05-03', 3483, 23189, 8841, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25693, '2023-05-03', 3831, 23190, 8841, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25694, '2023-05-03', 2652, 23191, 8841, 10138, '4.0000', '9.4683', '9.4683', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 147, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25695, '2023-05-03', 3015, 23192, 8841, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25696, '2023-05-03', 2652, 23193, 8842, 10529, '-7.0000', '9.4683', '9.4683', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25697, '2023-05-03', 2652, 23193, 8842, 11499, '7.0000', '9.4683', '9.4683', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25698, '2023-05-03', 2652, 23193, 8842, 12469, '-7.0000', '9.4683', '9.4683', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25699, '2023-05-03', 2652, 23193, 8842, 13724, '-1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25700, '2023-05-03', 2652, 23193, 8842, 14976, '-3.0000', '9.4683', '9.4683', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25701, '2023-05-03', 2652, 23193, 8842, 34482, '18.0000', '9.4683', '9.4683', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25702, '2023-05-03', 2917, 23194, 8842, 34483, '1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '22.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25703, '2023-05-03', 3063, 23195, 8843, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25704, '2023-05-03', 2647, 23196, 8844, 34480, '10.0000', '7.7517', '7.7517', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25705, '2023-05-03', 2822, 23197, 8845, 33223, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25706, '2023-05-03', 2737, 23198, 8845, 4032, '1.0000', '5.2500', '5.2500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25707, '2023-05-03', 2737, 23198, 8845, 7330, '-5.0000', '5.2500', '5.2500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25708, '2023-05-03', 2737, 23198, 8845, 8291, '5.0000', '5.2500', '5.2500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25709, '2023-05-03', 2737, 23198, 8845, 9252, '-5.0000', '5.2500', '5.2500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25710, '2023-05-03', 2737, 23198, 8845, 14540, '6.0000', '5.3125', '5.3125', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25711, '2023-05-03', 2642, 23199, 8845, 34495, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25712, '2023-05-03', 2645, 23200, 8845, 35679, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '54.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25713, '2023-05-03', 3060, 23201, 8845, 33293, '2.0000', '6.9379', '6.9379', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25714, '2023-05-03', 2864, 23202, 8846, 34541, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25715, '2023-05-03', 2645, 23203, 8846, 35679, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25716, '2023-05-03', 2517, 23204, 8846, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25717, '2023-05-03', 2893, 23205, 8846, 33298, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25718, '2023-05-03', 3015, 23206, 8846, 34491, '2.0000', '0.8583', '0.8583', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25719, '2023-05-03', 2711, 23207, 8846, 33314, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25720, '2023-05-03', 3048, 23208, 8846, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25721, '2023-05-03', 3172, 23209, 8846, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '135.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25722, '2023-05-03', 2710, 23210, 8846, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25723, '2023-05-03', 3114, 23211, 8846, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25724, '2023-05-03', 2822, 23212, 8847, 33263, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25725, '2023-05-03', 2864, 23213, 8847, 34541, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25726, '2023-05-03', 2923, 23214, 8847, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25727, '2023-05-03', 3870, 23215, 8847, 29678, '1.0000', '6.6500', '6.6500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 490, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25728, '2023-05-03', 3172, 23216, 8847, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '133.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25729, '2023-05-03', 2710, 23217, 8847, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25730, '2023-05-03', 3048, 23218, 8847, 33210, '7.0000', '0.8333', '0.8333', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25731, '2023-05-03', 3083, 23219, 8847, 34496, '1.0000', '9.3800', '9.3800', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25732, '2023-05-03', 2822, 23220, 8848, 33263, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25733, '2023-05-03', 2507, 23221, 8848, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25734, '2023-05-03', 2711, 23222, 8848, 34457, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25735, '2023-05-03', 3901, 23223, 8848, 33299, '2.0000', '0.3750', '0.3750', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25736, '2023-05-03', 3827, 23224, 8848, 33217, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25737, '2023-05-03', 2901, 23225, 8848, 34492, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '18.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25738, '2023-05-03', 2790, 23226, 8849, 34501, '2.0000', '5.3631', '5.3631', '6.5000', '6.5000', '24.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25739, '2023-05-03', 3825, 23227, 8849, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25740, '2023-05-03', 3172, 23228, 8849, 34536, '6.0000', '3.5250', '3.5250', '4.0000', '4.0000', '127.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25741, '2023-05-03', 3074, 23229, 8849, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25742, '2023-05-03', 2893, 23230, 8849, 33298, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25743, '2023-05-03', 2711, 23231, 8849, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25744, '2023-05-03', 2490, 23232, 8849, 3785, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25745, '2023-05-03', 3829, 23233, 8849, 23959, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25746, '2023-05-03', 3240, 23234, 8849, 4535, '1.0000', '2.0000', '2.0000', '2.7500', '2.7500', '25.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25747, '2023-05-03', 3234, 23235, 8849, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '18.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25748, '2023-05-03', 2923, 23236, 8850, 33254, '4.0000', '3.0000', '3.0000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25749, '2023-05-03', 3889, 23237, 8850, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '24.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25750, '2023-05-03', 2711, 23238, 8850, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25751, '2023-05-03', 3239, 23239, 8850, 10031, '1.0000', '0.6000', '0.6000', '2.5000', '2.5000', '47.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25752, '2023-05-03', 3074, 23240, 8850, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25753, '2023-05-03', 2645, 23241, 8850, 35679, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25754, '2023-05-03', 2713, 23242, 8850, 33319, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25755, '2023-05-03', 3114, 23243, 8850, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25756, '2023-05-03', 2864, 23244, 8850, 34541, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25757, '2023-05-03', 2645, 23245, 8851, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25758, '2023-05-03', 3063, 23246, 8851, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25759, '2023-05-03', 2952, 23247, 8851, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25760, '2023-05-03', 2922, 23248, 8851, 33306, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25761, '2023-05-03', 2711, 23249, 8851, 34457, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25762, '2023-05-03', 3314, 23250, 8851, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25763, '2023-05-03', 3048, 23251, 8851, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25764, '2023-05-03', 2712, 23252, 8851, 34511, '2.0000', '15.0000', '15.0000', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25765, '2023-05-03', 3060, 23253, 8851, 33293, '1.0000', '6.9379', '6.9379', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25766, '2023-05-03', 3060, 23253, 8851, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '47.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25767, '2023-05-03', 2950, 23254, 8851, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '16.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25768, '2023-05-03', 2864, 23255, 8852, 34541, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25769, '2023-05-03', 3868, 23256, 8852, 33220, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25770, '2023-05-03', 2645, 23257, 8852, 35679, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25771, '2023-05-03', 2713, 23258, 8853, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25772, '2023-05-03', 2507, 23259, 8853, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25773, '2023-05-03', 3074, 23260, 8853, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25774, '2023-05-03', 3868, 23261, 8853, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25775, '2023-05-03', 2534, 23262, 8853, 31996, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25776, '2023-05-03', 2653, 23263, 8853, 33224, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25777, '2023-05-03', 3621, 23264, 8854, 14537, '5.0000', '0.5833', '0.5833', '3.0000', '3.0000', '32.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25778, '2023-05-03', 3629, 23265, 8854, 14548, '1.0000', '0.2000', '0.2000', '1.0000', '1.0000', '89.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25779, '2023-05-03', 3314, 23266, 8855, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25780, '2023-05-03', 3627, 23267, 8855, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '40.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25781, '2023-05-03', 3048, 23268, 8855, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25782, '2023-05-03', 2936, 23269, 8855, 34519, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25783, '2023-05-03', 2919, 23270, 8855, 33304, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25784, '2023-05-03', 3121, 23271, 8856, 33322, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25785, '2023-05-03', 3015, 23272, 8856, 34491, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25786, '2023-05-03', 3123, 23273, 8857, 34503, '2.0000', '4.9440', '4.9440', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25787, '2023-05-03', 3838, 23274, 8857, 23988, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25788, '2023-05-03', 2507, 23275, 8857, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25789, '2023-05-03', 3641, 23276, 8857, 33244, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25790, '2023-05-03', 2653, 23277, 8857, 33224, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25791, '2023-05-03', 3786, 23278, 8857, 33318, '2.0000', '2.1300', '2.1300', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25792, '2023-05-03', 3262, 23279, 8858, 10020, '1.0000', '4.8700', '4.8700', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25793, '2023-05-03', 3338, 23280, 8858, 5964, '1.0000', '48.9000', '48.9000', '75.0000', '75.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25794, '2023-05-03', 2727, 23281, 8858, 28548, '4.0000', '25.0000', '25.0000', '40.0000', '40.0000', '36.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25795, '2023-05-03', 2719, 23282, 8858, 34461, '5.0000', '0.8600', '0.8600', '2.0000', '2.0000', '85.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25796, '2023-05-03', 2490, 23283, 8859, 3785, '7.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25797, '2023-05-03', 2490, 23283, 8859, 5883, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '62.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25798, '2023-05-03', 3905, 23284, 8859, 34528, '1.0000', '15.7500', '15.7500', '21.0000', '21.0000', '5.0000', 1, 0, NULL, 594, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25799, '2023-05-03', 3262, 23285, 8859, 10020, '4.0000', '4.8700', '4.8700', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25800, '2023-05-03', 3141, 23286, 8859, 4436, '1.0000', '0.8900', '0.8900', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25801, '2023-05-03', 3157, 23287, 8859, 4452, '1.0000', '15.0000', '15.0000', '20.0000', '20.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25802, '2023-05-03', 2612, 23288, 8859, 9880, '12.0000', '4.6000', '4.6000', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 87, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25803, '2023-05-03', 2612, 23288, 8859, 15115, '3.0000', '4.6000', '4.6000', '9.0000', '9.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25804, '2023-05-03', 2617, 23289, 8859, 3912, '15.0000', '6.0000', '6.0000', '7.5000', '7.5000', '25.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25805, '2023-05-03', 2746, 23290, 8859, 4848, '3.0000', '1.2900', '1.2900', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25806, '2023-05-03', 2699, 23291, 8860, 34500, '2.0000', '5.1500', '5.1500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 587, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25807, '2023-05-03', 2960, 23292, 8860, 33209, '1.0000', '8.5000', '8.5000', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25808, '2023-05-03', 2485, 23293, 8860, 32000, '2.0000', '22.5142', '22.5142', '29.0000', '29.0000', '5.0000', 1, 0, NULL, 526, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25809, '2023-05-03', 3893, 23294, 8860, 32053, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25810, '2023-05-03', 2719, 23295, 8860, 34461, '10.0000', '0.8600', '0.8600', '2.0000', '2.0000', '75.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25811, '2023-05-03', 3260, 23296, 8860, 4832, '8.0000', '1.3900', '1.3900', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25812, '2023-05-03', 3633, 23297, 8861, 14557, '5.0000', '16.0100', '16.0100', '21.0000', '21.0000', '0.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25813, '2023-05-03', 3634, 23298, 8861, 14558, '6.0000', '10.1500', '10.1500', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25814, '2023-05-03', 3636, 23299, 8861, 14560, '4.0000', '3.6300', '3.6300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25815, '2023-05-03', 3637, 23300, 8861, 14561, '6.0000', '6.0000', '6.0000', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25816, '2023-05-03', 3878, 23301, 8862, 30804, '1.0000', '222.7000', '222.7000', '278.0000', '278.0000', '0.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25817, '2023-05-03', 2490, 23302, 8863, 5883, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '61.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25818, '2023-05-03', 2699, 23303, 8863, 34500, '1.0000', '5.1500', '5.1500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 587, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25819, '2023-05-03', 2608, 23304, 8863, 34525, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '11.0000', 1, 0, NULL, 593, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25820, '2023-05-03', 3262, 23305, 8863, 10020, '2.0000', '4.8700', '4.8700', '10.0000', '10.0000', '30.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25821, '2023-05-03', 2725, 23306, 8863, 27240, '1.0000', '2.9100', '2.9100', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25822, '2023-05-03', 2725, 23306, 8863, 28364, '2.0000', '2.9100', '2.9100', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25823, '2023-05-03', 3311, 23307, 8864, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '67.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25824, '2023-05-03', 3187, 23308, 8864, 33327, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '21.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25825, '2023-05-03', 2513, 23309, 8864, 3808, '2.0000', '1.4200', '1.4200', '2.0000', '2.0000', '12.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25826, '2023-05-03', 3617, 23310, 8864, 14530, '2.0000', '0.7000', '0.7000', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25827, '2023-05-03', 2720, 23311, 8865, 5890, '1.0000', '13.7000', '13.7000', '19.0000', '19.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25828, '2023-05-03', 2716, 23312, 8865, 5887, '4.0000', '3.3500', '3.3500', '4.5000', '4.5000', '14.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25829, '2023-05-03', 3234, 23313, 8865, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '17.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25830, '2023-05-03', 3137, 23314, 8865, 4432, '1.0000', '3.0500', '3.0500', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25831, '2023-05-03', 2965, 23315, 8865, 4260, '1.0000', '2.8000', '2.8000', '4.5000', '4.5000', '26.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25832, '2023-05-03', 3905, 23316, 8865, 34528, '2.0000', '15.7500', '15.7500', '21.0000', '21.0000', '3.0000', 1, 0, NULL, 594, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25833, '2023-05-03', 2490, 23317, 8865, 5883, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '59.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25834, '2023-05-03', 2719, 23318, 8866, 34461, '2.0000', '0.8600', '0.8600', '2.0000', '2.0000', '73.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25835, '2023-05-03', 2699, 23319, 8866, 34500, '7.0000', '5.1500', '5.1500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 587, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25836, '2023-05-03', 2960, 23320, 8866, 33209, '2.0000', '8.5000', '8.5000', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25837, '2023-05-03', 2492, 23321, 8866, 3787, '2.0000', '2.6400', '2.6400', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25838, '2023-05-03', 3262, 23322, 8866, 10020, '1.0000', '4.8700', '4.8700', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25839, '2023-05-04', 2661, 23323, 8867, 34487, '3.0000', '0.2708', '0.2708', '0.5000', '0.5000', '33.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25840, '2023-05-04', 3314, 23324, 8867, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25841, '2023-05-04', 3123, 23325, 8868, 34503, '2.0000', '4.9440', '4.9440', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25842, '2023-05-04', 2507, 23326, 8868, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25843, '2023-05-04', 3875, 23327, 8868, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '9.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25844, '2023-05-04', 3114, 23328, 8869, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25845, '2023-05-04', 2713, 23329, 8870, 33319, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25846, '2023-05-04', 3121, 23330, 8870, 33322, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25847, '2023-05-04', 2507, 23331, 8870, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25848, '2023-05-04', 2789, 23332, 8871, 33275, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25849, '2023-05-04', 2645, 23333, 8871, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25850, '2023-05-04', 2653, 23334, 8871, 33224, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25851, '2023-05-04', 2713, 23335, 8871, 33319, '3.0000', '5.8333', '5.8333', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25852, '2023-05-04', 2507, 23336, 8872, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25853, '2023-05-04', 3483, 23337, 8872, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25854, '2023-05-04', 2893, 23338, 8873, 33298, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25855, '2023-05-04', 3121, 23339, 8873, 33322, '2.0000', '2.9500', '2.9500', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25856, '2023-05-04', 2982, 23340, 8874, 33234, '1.0000', '5.1700', '5.1700', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25857, '2023-05-04', 3611, 23341, 8874, 14509, '1.0000', '0.8182', '0.8182', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25858, '2023-05-04', 3786, 23342, 8874, 33318, '1.0000', '2.1300', '2.1300', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25859, '2023-05-04', 3483, 23343, 8874, 30868, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '74.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25860, '2023-05-04', 3483, 23344, 8875, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25861, '2023-05-04', 3123, 23345, 8875, 34503, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25862, '2023-05-04', 2653, 23346, 8875, 33224, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25863, '2023-05-04', 3889, 23347, 8876, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '23.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25864, '2023-05-04', 3048, 23348, 8877, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25865, '2023-05-04', 3868, 23349, 8877, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25866, '2023-05-04', 2653, 23350, 8877, 33224, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25867, '2023-05-04', 2507, 23351, 8878, 34477, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25868, '2023-05-04', 3048, 23352, 8878, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25869, '2023-05-04', 3483, 23353, 8878, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25870, '2023-05-04', 3868, 23354, 8878, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25871, '2023-05-04', 2713, 23355, 8879, 33865, '-15.0000', '5.8333', '5.8333', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25872, '2023-05-04', 2713, 23355, 8879, 34456, '16.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25873, '2023-05-04', 3483, 23356, 8879, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25874, '2023-05-04', 2653, 23357, 8879, 33224, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25875, '2023-05-04', 2653, 23357, 8879, 33264, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '119.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25876, '2023-05-04', 2949, 23358, 8879, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25877, '2023-05-04', 3074, 23359, 8880, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25878, '2023-05-04', 2661, 23360, 8880, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '31.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25879, '2023-05-04', 2713, 23361, 8881, 34456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25880, '2023-05-04', 2717, 23362, 8882, 4012, '3.0000', '3.9900', '3.9900', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25881, '2023-05-04', 2747, 23363, 8882, 4042, '2.0000', '2.2900', '2.2900', '4.5000', '4.5000', '40.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25882, '2023-05-04', 3234, 23364, 8882, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '16.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25883, '2023-05-04', 2716, 23365, 8882, 5887, '2.0000', '3.3500', '3.3500', '4.5000', '4.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25884, '2023-05-04', 2746, 23366, 8882, 4848, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25885, '2023-05-04', 2711, 23367, 8883, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25886, '2023-05-04', 3646, 23368, 8884, 15726, '10.0000', '1.1233', '1.1233', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25887, '2023-05-04', 2790, 23369, 8885, 34501, '2.0000', '5.3631', '5.3631', '6.5000', '6.5000', '22.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25888, '2023-05-04', 3172, 23370, 8885, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '125.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25889, '2023-05-04', 2713, 23371, 8885, 34456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25890, '2023-05-04', 3123, 23372, 8886, 34503, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25891, '2023-05-04', 2926, 23373, 8887, 33309, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25892, '2023-05-04', 2710, 23374, 8888, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25893, '2023-05-04', 3114, 23375, 8888, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25894, '2023-05-04', 3172, 23376, 8888, 34536, '3.0000', '3.5250', '3.5250', '4.0000', '4.0000', '122.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25895, '2023-05-04', 2485, 23377, 8889, 32000, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '4.0000', 1, 0, NULL, 526, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25896, '2023-05-04', 3085, 23378, 8890, 33232, '1.0000', '3.9600', '3.9600', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25897, '2023-05-04', 3114, 23379, 8890, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25898, '2023-05-04', 3177, 23380, 8891, 20125, '1.0000', '1.5800', '1.5800', '2.2500', '2.2500', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25899, '2023-05-04', 2917, 23381, 8892, 34483, '4.0000', '9.7500', '9.7500', '14.0000', '14.0000', '18.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25900, '2023-05-04', 3805, 23382, 8893, 22806, '1.0000', '6.5000', '6.5000', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25901, '2023-05-04', 3182, 23383, 8894, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '7.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25902, '2023-05-04', 2713, 23384, 8895, 34456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25903, '2023-05-04', 2651, 23385, 8896, 33228, '4.0000', '5.8333', '5.8333', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25904, '2023-05-04', 2718, 23386, 8897, 4013, '1.0000', '2.7100', '2.7100', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25905, '2023-05-04', 2936, 23387, 8898, 34519, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25906, '2023-05-04', 2920, 23388, 8898, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '22.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25907, '2023-05-04', 2918, 23389, 8898, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25908, '2023-05-04', 2645, 23390, 8899, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25909, '2023-05-04', 2759, 23391, 8900, 4831, '1.0000', '8.5200', '8.5200', '11.0000', '11.0000', '9.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25910, '2023-05-04', 3082, 23392, 8901, 5501, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25911, '2023-05-04', 3114, 23393, 8902, 33320, '2.0000', '4.5833', '4.5833', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25912, '2023-05-04', 3048, 23394, 8902, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25913, '2023-05-04', 2661, 23395, 8903, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '29.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25914, '2023-05-04', 2927, 23396, 8904, 34517, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '45.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25915, '2023-05-04', 2645, 23397, 8905, 35679, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25916, '2023-05-04', 2952, 23398, 8906, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25917, '2023-05-04', 3805, 23399, 8907, 22806, '1.0000', '6.5000', '6.5000', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25918, '2023-05-04', 2645, 23400, 8907, 35679, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25919, '2023-05-04', 3892, 23401, 8908, 32052, '1.0000', '5.5000', '5.5000', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25920, '2023-05-04', 2793, 23402, 8908, 4088, '1.0000', '8.2800', '8.2800', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25921, '2023-05-04', 2713, 23403, 8909, 34456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25922, '2023-05-05', 2930, 23404, 8910, 33257, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25923, '2023-05-05', 2952, 23405, 8910, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25924, '2023-05-05', 3074, 23406, 8911, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25925, '2023-05-05', 2713, 23407, 8911, 34456, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25926, '2023-05-05', 2790, 23408, 8911, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '21.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25927, '2023-05-05', 3048, 23409, 8911, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25928, '2023-05-05', 2789, 23410, 8911, 33275, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25929, '2023-05-05', 2534, 23411, 8911, 32502, '-10.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25930, '2023-05-05', 2534, 23411, 8911, 33200, '11.0000', '4.2700', '4.2700', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25931, '2023-05-05', 3646, 23412, 8911, 15726, '5.0000', '1.1233', '1.1233', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25932, '2023-05-05', 2790, 23413, 8912, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '20.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25933, '2023-05-05', 3121, 23414, 8913, 33322, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25934, '2023-05-05', 2661, 23415, 8913, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '27.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25935, '2023-05-05', 2713, 23416, 8913, 34456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25936, '2023-05-05', 2712, 23417, 8913, 34511, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25937, '2023-05-05', 3340, 23418, 8914, 4635, '1.0000', '68.0000', '68.0000', '95.0000', '95.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25938, '2023-05-05', 3114, 23419, 8914, 33320, '3.0000', '4.5833', '4.5833', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25939, '2023-05-05', 3074, 23420, 8914, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25940, '2023-05-05', 3553, 23421, 8914, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '24.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25941, '2023-05-05', 2789, 23422, 8915, 33275, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25942, '2023-05-05', 3172, 23423, 8915, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '121.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25943, '2023-05-05', 2970, 23424, 8916, 4265, '2.0000', '2.8000', '2.8000', '6.5000', '6.5000', '22.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25944, '2023-05-05', 3114, 23425, 8917, 33320, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 575, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25945, '2023-05-05', 3114, 23425, 8917, 34514, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25946, '2023-05-05', 2894, 23426, 8918, 4189, '-1.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25947, '2023-05-05', 2894, 23426, 8918, 33237, '2.0000', '5.5300', '5.5300', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25948, '2023-05-05', 3063, 23427, 8918, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25949, '2023-05-05', 3483, 23428, 8918, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '69.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25950, '2023-05-05', 2713, 23429, 8918, 34456, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25951, '2023-05-05', 3646, 23430, 8918, 15726, '1.0000', '1.1233', '1.1233', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25952, '2023-05-05', 2712, 23431, 8918, 34511, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25953, '2023-05-05', 3085, 23432, 8919, 33232, '2.0000', '3.9600', '3.9600', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25954, '2023-05-05', 2645, 23433, 8920, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25955, '2023-05-05', 3123, 23434, 8921, 34503, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25956, '2023-05-05', 3172, 23435, 8921, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '120.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25957, '2023-05-05', 2830, 23436, 8922, 27271, '2.0000', '4.1500', '4.1500', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25958, '2023-05-05', 2710, 23437, 8923, 32043, '2.0000', '5.2719', '5.2719', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25959, '2023-05-05', 3123, 23438, 8924, 34503, '2.0000', '4.9440', '4.9440', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25960, '2023-05-05', 2936, 23439, 8925, 34519, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25961, '2023-05-05', 2930, 23440, 8925, 33257, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25962, '2023-05-05', 2645, 23441, 8925, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25963, '2023-05-05', 3311, 23442, 8926, 34533, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25964, '2023-05-05', 2661, 23443, 8927, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '25.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25965, '2023-05-05', 2645, 23444, 8928, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25966, '2023-05-05', 2952, 23445, 8929, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25967, '2023-05-05', 2917, 23446, 8929, 34483, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '16.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25968, '2023-05-05', 3126, 23447, 8930, 30838, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25969, '2023-05-05', 3889, 23448, 8930, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '22.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25970, '2023-05-05', 2917, 23449, 8931, 34483, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '14.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25971, '2023-05-05', 2917, 23450, 8932, 34483, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '12.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25972, '2023-05-05', 3182, 23451, 8932, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '6.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25973, '2023-05-05', 3885, 23452, 8933, 30851, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25974, '2023-05-05', 3239, 23453, 8934, 10031, '1.0000', '0.6000', '0.6000', '2.5000', '2.5000', '46.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25975, '2023-05-05', 2661, 23454, 8935, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '23.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25976, '2023-05-05', 3074, 23455, 8935, 33279, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25977, '2023-05-05', 2822, 23456, 8936, 33263, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25978, '2023-05-05', 3311, 23457, 8937, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25979, '2023-05-05', 3063, 23458, 8938, 30860, '2.0000', '3.1250', '3.1250', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25980, '2023-05-05', 2645, 23459, 8938, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25981, '2023-05-05', 2710, 23460, 8938, 32043, '1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 539, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25982, '2023-05-05', 3048, 23461, 8938, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25983, '2023-05-05', 2645, 23462, 8939, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25984, '2023-05-05', 3063, 23463, 8939, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25985, '2023-05-05', 2917, 23464, 8940, 34483, '1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '11.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25986, '2023-05-05', 2552, 23465, 8940, 33326, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25987, '2023-05-05', 2645, 23466, 8940, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25988, '2023-05-05', 3085, 23467, 8941, 33436, '-1.0000', '3.9600', '3.9600', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25989, '2023-05-05', 3085, 23467, 8941, 34499, '2.0000', '3.5417', '3.5417', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25990, '2023-05-05', 2645, 23468, 8942, 35679, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25991, '2023-05-05', 2713, 23469, 8943, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25992, '2023-05-05', 2645, 23470, 8944, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25993, '2023-05-05', 2917, 23471, 8944, 34483, '1.0000', '9.7500', '9.7500', '14.0000', '14.0000', '10.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25994, '2023-05-05', 2645, 23472, 8945, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25995, '2023-05-05', 2645, 23473, 8946, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25996, '2023-05-05', 2552, 23474, 8947, 33326, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25997, '2023-05-05', 2713, 23475, 8947, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25998, '2023-05-05', 2552, 23476, 8948, 33326, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25999, '2023-05-05', 3483, 23477, 8948, 30868, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26000, '2023-05-05', 3901, 23478, 8949, 33299, '2.0000', '0.3750', '0.3750', '0.5000', '0.5000', '40.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26001, '2023-05-05', 2960, 23479, 8950, 33209, '2.0000', '8.5000', '8.5000', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26002, '2023-05-05', 2713, 23480, 8950, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26003, '2023-05-05', 2647, 23481, 8951, 34480, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26004, '2023-05-05', 3114, 23482, 8952, 34514, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26005, '2023-05-05', 2922, 23483, 8952, 33306, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26006, '2023-05-05', 2975, 23484, 8953, 5509, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26007, '2023-05-05', 2930, 23485, 8953, 33257, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26008, '2023-05-05', 2935, 23486, 8954, 33310, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '29.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26009, '2023-05-05', 3114, 23487, 8955, 34514, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26010, '2023-05-05', 2645, 23488, 8956, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26011, '2023-05-05', 2661, 23489, 8957, 34487, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '22.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26012, '2023-05-05', 3901, 23490, 8957, 33299, '1.0000', '0.3750', '0.3750', '0.5000', '0.5000', '39.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26013, '2023-05-05', 2502, 23491, 8957, 35689, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26014, '2023-05-05', 3074, 23492, 8958, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26015, '2023-05-05', 2645, 23493, 8959, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26016, '2023-05-05', 2645, 23494, 8960, 35679, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26017, '2023-05-06', 2645, 23495, 8961, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26018, '2023-05-06', 3084, 23496, 8961, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26019, '2023-05-06', 3172, 23497, 8961, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '119.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26020, '2023-05-06', 3230, 23498, 8961, 31994, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26021, '2023-05-06', 3314, 23499, 8962, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26022, '2023-05-06', 2645, 23500, 8963, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26023, '2023-05-06', 2691, 23501, 8964, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '35.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26024, '2023-05-06', 2975, 23502, 8965, 5509, '1.0000', '6.8300', '6.8300', '12.0000', '12.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26025, '2023-05-06', 2713, 23503, 8966, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26026, '2023-05-06', 3172, 23504, 8966, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '118.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26027, '2023-05-06', 2502, 23505, 8967, 35689, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26028, '2023-05-06', 3114, 23506, 8968, 34514, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26029, '2023-05-06', 3048, 23507, 8968, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26030, '2023-05-06', 3085, 23508, 8969, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26031, '2023-05-06', 3062, 23509, 8970, 32020, '1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 533, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26032, '2023-05-06', 2949, 23510, 8970, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26033, '2023-05-06', 2502, 23511, 8970, 35689, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26034, '2023-05-06', 3048, 23512, 8971, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26035, '2023-05-06', 3015, 23513, 8971, 34491, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26036, '2023-05-06', 2713, 23514, 8972, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26037, '2023-05-06', 3483, 23515, 8973, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '64.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26038, '2023-05-06', 3901, 23516, 8973, 33299, '1.0000', '0.3750', '0.3750', '0.5000', '0.5000', '38.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26039, '2023-05-06', 3114, 23517, 8974, 34514, '2.0000', '4.5833', '4.5833', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26040, '2023-05-06', 3172, 23518, 8974, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '116.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26041, '2023-05-06', 2922, 23519, 8975, 33306, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26042, '2023-05-06', 2920, 23520, 8975, 35681, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '20.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26043, '2023-05-06', 2901, 23521, 8976, 34492, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26044, '2023-05-06', 2645, 23522, 8977, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26045, '2023-05-06', 2642, 23523, 8977, 34495, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26046, '2023-05-06', 3483, 23524, 8977, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26047, '2023-05-06', 2645, 23525, 8978, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26048, '2023-05-06', 2642, 23526, 8978, 34495, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26049, '2023-05-06', 3646, 23527, 8979, 15726, '4.0000', '1.1233', '1.1233', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26050, '2023-05-06', 3902, 23528, 8980, 34484, '1.0000', '12.9500', '12.9500', '16.0000', '16.0000', '19.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26051, '2023-05-06', 3121, 23529, 8981, 33322, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26052, '2023-05-06', 3901, 23530, 8981, 33299, '1.0000', '0.3750', '0.3750', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26053, '2023-05-06', 2647, 23531, 8982, 34480, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26054, '2023-05-06', 2645, 23532, 8983, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26055, '2023-05-06', 2712, 23533, 8984, 34511, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26056, '2023-05-06', 2645, 23534, 8985, 35679, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26057, '2023-05-06', 2645, 23535, 8986, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26058, '2023-05-06', 3589, 23536, 8987, 13349, '1.0000', '9.0000', '9.0000', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26059, '2023-05-06', 3172, 23537, 8987, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '114.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26060, '2023-05-06', 2790, 23538, 8987, 34501, '2.0000', '5.3631', '5.3631', '6.5000', '6.5000', '18.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26061, '2023-05-06', 2497, 23539, 8988, 3792, '1.0000', '0.6900', '0.6900', '2.0000', '2.0000', '21.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26062, '2023-05-06', 3831, 23540, 8988, 23973, '1.0000', '1.2100', '1.2100', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26063, '2023-05-06', 2916, 23541, 8989, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '4.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26064, '2023-05-06', 2645, 23542, 8990, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26065, '2023-05-06', 2502, 23543, 8991, 35689, '3.0000', '2.0800', '2.0800', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26066, '2023-05-06', 2645, 23544, 8992, 35679, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26067, '2023-05-06', 3063, 23545, 8992, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26068, '2023-05-06', 2822, 23546, 8993, 33263, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26069, '2023-05-06', 3084, 23547, 8993, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26070, '2023-05-06', 2917, 23548, 8994, 34483, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '8.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26071, '2023-05-06', 3172, 23549, 8994, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '113.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26072, '2023-05-06', 2920, 23550, 8995, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '19.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26073, '2023-05-06', 2923, 23551, 8995, 33254, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26074, '2023-05-06', 2645, 23552, 8996, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26075, '2023-05-06', 2502, 23553, 8996, 35689, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26076, '2023-05-06', 2711, 23554, 8996, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26077, '2023-05-06', 2712, 23555, 8997, 34511, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26078, '2023-05-06', 3114, 23556, 8998, 34514, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26079, '2023-05-06', 3901, 23557, 8998, 33299, '2.0000', '0.3750', '0.3750', '0.5000', '0.5000', '35.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26080, '2023-05-06', 3048, 23558, 8999, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26081, '2023-05-06', 2921, 23559, 8999, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26082, '2023-05-06', 2952, 23560, 8999, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26083, '2023-05-06', 2645, 23561, 8999, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26084, '2023-05-06', 3061, 23562, 8999, 33226, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26085, '2023-05-06', 3172, 23563, 8999, 34536, '4.0000', '3.5250', '3.5250', '4.0000', '4.0000', '109.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26086, '2023-05-06', 2713, 23564, 9000, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26087, '2023-05-06', 3048, 23565, 9000, 33210, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26088, '2023-05-06', 2644, 23566, 9001, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26089, '2023-05-07', 3772, 23567, 9002, 33325, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26090, '2023-05-07', 3827, 23568, 9003, 33217, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26091, '2023-05-07', 2645, 23569, 9003, 35679, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26092, '2023-05-07', 2699, 23570, 9004, 34500, '1.0000', '5.1500', '5.1500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 587, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26093, '2023-05-07', 3064, 23571, 9005, 34539, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26094, '2023-05-07', 3256, 23572, 9005, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26095, '2023-05-07', 2710, 23573, 9005, 32504, '-3.0000', '5.2719', '5.2719', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26096, '2023-05-07', 2710, 23573, 9005, 33767, '-1.0000', '5.2719', '5.2719', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26097, '2023-05-07', 2710, 23573, 9005, 34458, '5.0000', '5.9583', '5.9583', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26098, '2023-05-07', 3015, 23574, 9005, 34491, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26099, '2023-05-07', 3015, 23574, 9005, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '57.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26100, '2023-05-07', 3483, 23575, 9005, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '61.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26101, '2023-05-07', 3048, 23576, 9005, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26102, '2023-05-07', 3190, 23577, 9006, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '76.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26103, '2023-05-07', 2766, 23578, 9006, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '230.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26104, '2023-05-07', 3123, 23579, 9007, 34503, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26105, '2023-05-07', 3483, 23580, 9007, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '60.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26106, '2023-05-07', 3641, 23581, 9007, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26107, '2023-05-07', 2711, 23582, 9007, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26108, '2023-05-07', 3311, 23583, 9008, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '60.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26109, '2023-05-07', 3048, 23584, 9008, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26110, '2023-05-07', 3123, 23585, 9009, 34503, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26111, '2023-05-07', 2502, 23586, 9010, 35689, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26112, '2023-05-07', 3901, 23587, 9010, 33299, '2.0000', '0.3750', '0.3750', '0.5000', '0.5000', '33.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26113, '2023-05-07', 3875, 23588, 9011, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '8.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26114, '2023-05-07', 3483, 23589, 9011, 30868, '8.0000', '0.8583', '0.8583', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26115, '2023-05-07', 3048, 23590, 9011, 33210, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26116, '2023-05-07', 2791, 23591, 9012, 33324, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '11.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26117, '2023-05-07', 3256, 23592, 9012, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26118, '2023-05-07', 3901, 23593, 9013, 33299, '4.0000', '0.3750', '0.3750', '0.5000', '0.5000', '29.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26119, '2023-05-07', 2712, 23594, 9014, 34511, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26120, '2023-05-07', 2645, 23595, 9014, 35679, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26121, '2023-05-07', 2645, 23595, 9014, 35695, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '71.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26122, '2023-05-07', 2502, 23596, 9015, 35689, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26123, '2023-05-07', 2644, 23597, 9016, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26124, '2023-05-07', 3889, 23598, 9017, 33313, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '20.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26125, '2023-05-07', 3114, 23599, 9018, 34514, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26126, '2023-05-07', 2936, 23600, 9019, 34519, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26127, '2023-05-07', 2935, 23601, 9019, 33310, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26128, '2023-05-07', 2935, 23602, 9020, 33310, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26129, '2023-05-07', 2935, 23603, 9021, 33310, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26130, '2023-05-07', 2645, 23604, 9022, 35695, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26131, '2023-05-07', 2790, 23605, 9023, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '17.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26132, '2023-05-07', 3074, 23606, 9024, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26133, '2023-05-07', 3577, 23607, 9025, 13262, '1.0000', '26.3400', '26.3400', '35.0000', '35.0000', '4.0000', 1, 0, NULL, 198, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26134, '2023-05-07', 2710, 23608, 9026, 34458, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26135, '2023-05-07', 2936, 23609, 9027, 34519, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26136, '2023-05-07', 2922, 23610, 9027, 33306, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26137, '2023-05-07', 2927, 23611, 9027, 34517, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26138, '2023-05-07', 2923, 23612, 9027, 34516, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26139, '2023-05-07', 2920, 23613, 9027, 35681, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '17.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26140, '2023-05-07', 3085, 23614, 9028, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26141, '2023-05-07', 3085, 23615, 9029, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26142, '2023-05-07', 2645, 23616, 9030, 35695, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '68.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26143, '2023-05-07', 3230, 23617, 9031, 31994, '2.0000', '2.7700', '2.7700', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26144, '2023-05-07', 2645, 23618, 9032, 35695, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '67.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26145, '2023-05-07', 2642, 23619, 9032, 34495, '4.0000', '7.5313', '7.5313', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26146, '2023-05-07', 2644, 23620, 9032, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26147, '2023-05-07', 3172, 23621, 9032, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '107.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26148, '2023-05-07', 2645, 23622, 9033, 35695, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '62.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26149, '2023-05-07', 2886, 23623, 9034, 29668, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26150, '2023-05-07', 3608, 23624, 9034, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '25.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26151, '2023-05-07', 3901, 23625, 9034, 33299, '1.0000', '0.3750', '0.3750', '0.5000', '0.5000', '28.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26152, '2023-05-07', 3172, 23626, 9034, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '106.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26153, '2023-05-07', 3876, 23627, 9034, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '7.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26154, '2023-05-07', 3868, 23628, 9035, 33220, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26155, '2023-05-07', 2642, 23629, 9035, 34495, '3.0000', '7.5313', '7.5313', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26156, '2023-05-07', 2645, 23630, 9036, 35695, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '57.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26157, '2023-05-07', 3048, 23631, 9037, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26158, '2023-05-07', 2485, 23632, 9038, 32000, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '3.0000', 1, 0, NULL, 526, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26159, '2023-05-07', 2645, 23633, 9039, 35695, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26160, '2023-05-07', 3172, 23634, 9039, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '104.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26161, '2023-05-07', 3868, 23635, 9040, 33220, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26162, '2023-05-07', 2893, 23636, 9041, 34488, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26163, '2023-05-07', 2901, 23637, 9042, 34492, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '15.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26164, '2023-05-07', 2645, 23638, 9043, 35695, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26165, '2023-05-07', 3172, 23639, 9043, 34536, '3.0000', '3.5250', '3.5250', '4.0000', '4.0000', '101.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26166, '2023-05-07', 2822, 23640, 9043, 33263, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26167, '2023-05-08', 3074, 23641, 9044, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26168, '2023-05-08', 3074, 23642, 9045, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26169, '2023-05-08', 3085, 23643, 9046, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26170, '2023-05-08', 3483, 23644, 9047, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26171, '2023-05-08', 3314, 23645, 9047, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26172, '2023-05-08', 2713, 23646, 9047, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26173, '2023-05-08', 2712, 23647, 9048, 34511, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26174, '2023-05-08', 2502, 23648, 9048, 35689, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26175, '2023-05-08', 2713, 23649, 9048, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26176, '2023-05-08', 2534, 23650, 9048, 33200, '1.0000', '4.2700', '4.2700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 547, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26177, '2023-05-08', 2653, 23651, 9048, 33264, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '111.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26178, '2023-05-08', 2653, 23652, 9049, 33264, '10.0000', '4.4092', '4.4092', '6.0000', '6.0000', '101.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26179, '2023-05-08', 2499, 23653, 9049, 33317, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26180, '2023-05-08', 3314, 23654, 9049, 33289, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26181, '2023-05-08', 2661, 23655, 9050, 34487, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '21.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26182, '2023-05-08', 3048, 23656, 9050, 33210, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26183, '2023-05-08', 2791, 23657, 9050, 33324, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26184, '2023-05-08', 3483, 23658, 9050, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26185, '2023-05-08', 2653, 23659, 9050, 33264, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '95.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26186, '2023-05-08', 2713, 23660, 9051, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26187, '2023-05-08', 3852, 23661, 9051, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26188, '2023-05-08', 3083, 23662, 9051, 34496, '1.0000', '9.3800', '9.3800', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26189, '2023-05-08', 2952, 23663, 9052, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26190, '2023-05-08', 2653, 23664, 9052, 33264, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '89.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26191, '2023-05-08', 3063, 23665, 9053, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26192, '2023-05-08', 3121, 23666, 9053, 33322, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26193, '2023-05-08', 2713, 23667, 9053, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26194, '2023-05-08', 2712, 23668, 9053, 34511, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26195, '2023-05-08', 2514, 23669, 9053, 3809, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26196, '2023-05-08', 2514, 23669, 9053, 5119, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26197, '2023-05-08', 3629, 23670, 9053, 14548, '2.0000', '0.2000', '0.2000', '1.0000', '1.0000', '87.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26198, '2023-05-08', 3483, 23671, 9053, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26199, '2023-05-08', 3015, 23672, 9053, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '55.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26200, '2023-05-08', 2893, 23673, 9054, 34488, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26201, '2023-05-08', 2502, 23674, 9054, 35689, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26202, '2023-05-08', 3015, 23675, 9054, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '53.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26203, '2023-05-08', 3048, 23676, 9054, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26204, '2023-05-08', 3172, 23677, 9054, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '100.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26205, '2023-05-08', 3314, 23678, 9054, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26206, '2023-05-08', 3177, 23679, 9055, 20125, '1.0000', '1.5800', '1.5800', '2.2500', '2.2500', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26207, '2023-05-08', 2901, 23680, 9055, 34492, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26208, '2023-05-08', 3538, 23681, 9056, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26209, '2023-05-08', 2699, 23682, 9056, 34500, '1.0000', '5.1500', '5.1500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 587, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26210, '2023-05-08', 2699, 23682, 9056, 35552, '-17.0000', '5.0000', '5.0000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26211, '2023-05-08', 2699, 23682, 9056, 34544, '18.0000', '5.0000', '5.0000', '8.0000', '8.0000', '82.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26212, '2023-05-08', 2962, 23683, 9056, 4257, '1.0000', '7.9000', '7.9000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26213, '2023-05-08', 3553, 23684, 9057, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26214, '2023-05-08', 3879, 23685, 9057, 33202, '1.0000', '151.4933', '151.4933', '200.0000', '200.0000', '0.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26215, '2023-05-08', 3893, 23686, 9057, 32053, '2.0000', '8.7500', '8.7500', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26216, '2023-05-08', 2807, 23687, 9057, 5642, '1.0000', '20.1400', '20.1400', '28.5000', '28.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26217, '2023-05-08', 3870, 23688, 9057, 33191, '2.0000', '6.6500', '6.6500', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26218, '2023-05-08', 3889, 23689, 9057, 33313, '6.0000', '4.2500', '4.2500', '5.5000', '5.5000', '14.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26219, '2023-05-08', 3483, 23690, 9057, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26220, '2023-05-08', 3538, 23691, 9058, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26221, '2023-05-08', 3787, 23692, 9058, 18565, '25.0000', '0.1842', '0.1842', '0.5000', '0.5000', '120.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26222, '2023-05-08', 2711, 23693, 9058, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26223, '2023-05-08', 3483, 23694, 9058, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26224, '2023-05-08', 2950, 23695, 9058, 34497, '2.0000', '12.3194', '12.3194', '16.0000', '16.0000', '14.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26225, '2023-05-08', 3062, 23696, 9058, 32164, '-1.0000', '13.0833', '13.0833', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26226, '2023-05-08', 3062, 23696, 9058, 35696, '3.0000', '13.3333', '13.3333', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26227, '2023-05-08', 3553, 23697, 9058, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26228, '2023-05-08', 3086, 23698, 9059, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26229, '2023-05-08', 3483, 23699, 9060, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26230, '2023-05-08', 3825, 23700, 9060, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26231, '2023-05-08', 2642, 23701, 9060, 34495, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26232, '2023-05-08', 3341, 23702, 9060, 23283, '-1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26233, '2023-05-08', 3341, 23702, 9060, 33291, '2.0000', '21.5000', '21.5000', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26234, '2023-05-08', 3483, 23703, 9061, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26235, '2023-05-08', 3646, 23704, 9062, 15726, '20.0000', '1.1233', '1.1233', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 294, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26236, '2023-05-08', 2471, 23705, 9063, 3766, '6.0000', '4.2000', '4.2000', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26237, '2023-05-08', 2704, 23706, 9063, 19465, '3.0000', '0.1000', '0.1000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26238, '2023-05-08', 2704, 23706, 9063, 20561, '2.0000', '0.1000', '0.1000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26239, '2023-05-08', 2704, 23706, 9063, 21609, '-2.0000', '0.1000', '0.1000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26240, '2023-05-08', 2704, 23706, 9063, 22657, '2.0000', '0.1000', '0.1000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26241, '2023-05-08', 2704, 23706, 9063, 23827, '7.0000', '0.1000', '0.1000', '0.5000', '0.5000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26242, '2023-05-08', 2727, 23707, 9063, 28548, '1.0000', '25.0000', '25.0000', '40.0000', '40.0000', '35.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26243, '2023-05-08', 2713, 23708, 9063, 34509, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26244, '2023-05-08', 3593, 23709, 9063, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26245, '2023-05-08', 2952, 23710, 9063, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26246, '2023-05-08', 2790, 23711, 9063, 34501, '3.0000', '5.3631', '5.3631', '6.5000', '6.5000', '14.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26247, '2023-05-08', 2712, 23712, 9063, 34511, '1.0000', '15.0000', '15.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26248, '2023-05-08', 2894, 23713, 9063, 33237, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26249, '2023-05-08', 3085, 23714, 9063, 34499, '2.0000', '3.5417', '3.5417', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26250, '2023-05-08', 2711, 23715, 9063, 34457, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26251, '2023-05-08', 3074, 23716, 9064, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26252, '2023-05-08', 2514, 23717, 9065, 6080, '-19.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26253, '2023-05-08', 2514, 23717, 9065, 7043, '-22.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26254, '2023-05-08', 2514, 23717, 9065, 8004, '22.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26255, '2023-05-08', 2514, 23717, 9065, 5119, '17.0000', '1.0000', '1.0000', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26256, '2023-05-08', 2514, 23717, 9065, 14532, '4.0000', '0.4583', '0.4583', '2.0000', '2.0000', '56.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26257, '2023-05-08', 3314, 23718, 9066, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26258, '2023-05-08', 2960, 23719, 9067, 33209, '1.0000', '8.5000', '8.5000', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26259, '2023-05-08', 2645, 23720, 9068, 35695, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26260, '2023-05-08', 3062, 23721, 9068, 35696, '1.0000', '13.3333', '13.3333', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26261, '2023-05-08', 3120, 23722, 9069, 34505, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26262, '2023-05-08', 2822, 23723, 9070, 33263, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26263, '2023-05-08', 2713, 23724, 9071, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26264, '2023-05-08', 2923, 23725, 9072, 34516, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26265, '2023-05-08', 3889, 23726, 9073, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '13.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26266, '2023-05-08', 2710, 23727, 9074, 34458, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26267, '2023-05-08', 2645, 23728, 9075, 35695, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26268, '2023-05-08', 2650, 23729, 9075, 32023, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26269, '2023-05-08', 3074, 23730, 9076, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26270, '2023-05-08', 3314, 23731, 9077, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26271, '2023-05-08', 2713, 23732, 9078, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26272, '2023-05-08', 3311, 23733, 9078, 34533, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '57.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26273, '2023-05-08', 2822, 23734, 9079, 33263, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26274, '2023-05-08', 2922, 23735, 9080, 33306, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26275, '2023-05-08', 2920, 23736, 9080, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '16.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26276, '2023-05-08', 2935, 23737, 9080, 33310, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26277, '2023-05-08', 2927, 23738, 9080, 34517, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26278, '2023-05-08', 3061, 23739, 9080, 33226, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26279, '2023-05-08', 2645, 23740, 9081, 35695, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26280, '2023-05-08', 3256, 23741, 9082, 33315, '2.0000', '4.7908', '4.7908', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26281, '2023-05-08', 2661, 23742, 9082, 34487, '4.0000', '0.2708', '0.2708', '0.5000', '0.5000', '17.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26282, '2023-05-08', 2645, 23743, 9083, 35695, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26283, '2023-05-08', 2710, 23744, 9083, 34458, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26284, '2023-05-08', 3060, 23745, 9084, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '45.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26285, '2023-05-08', 3182, 23746, 9084, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26286, '2023-05-08', 3483, 23747, 9085, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26287, '2023-05-08', 2661, 23748, 9085, 34487, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '16.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26288, '2023-05-08', 3048, 23749, 9086, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26289, '2023-05-08', 2645, 23750, 9087, 35695, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26290, '2023-05-08', 3852, 23751, 9088, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26291, '2023-05-08', 2790, 23752, 9089, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '13.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26292, '2023-05-08', 2661, 23753, 9089, 34487, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '15.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26293, '2023-05-08', 2711, 23754, 9090, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26294, '2023-05-08', 3172, 23755, 9090, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '98.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26295, '2023-05-08', 2645, 23756, 9091, 35695, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26296, '2023-05-08', 2790, 23757, 9092, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '12.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26297, '2023-05-08', 3182, 23758, 9092, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26298, '2023-05-08', 2645, 23759, 9093, 35695, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26299, '2023-05-08', 2645, 23760, 9094, 35695, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26300, '2023-05-08', 3086, 23761, 9094, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26301, '2023-05-08', 2552, 23762, 9095, 33326, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26302, '2023-05-08', 2952, 23763, 9096, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26303, '2023-05-08', 3114, 23764, 9097, 34514, '2.0000', '4.5833', '4.5833', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26304, '2023-05-08', 2645, 23765, 9098, 35695, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26305, '2023-05-08', 2791, 23766, 9098, 33324, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '9.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26306, '2023-05-08', 2661, 23767, 9098, 34487, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '14.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26307, '2023-05-08', 2713, 23768, 9099, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26308, '2023-05-08', 2645, 23769, 9100, 35695, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26309, '2023-05-08', 3902, 23770, 9101, 34484, '2.0000', '12.9500', '12.9500', '16.0000', '16.0000', '17.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26310, '2023-05-08', 2645, 23771, 9102, 35695, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26311, '2023-05-08', 2645, 23772, 9103, 35695, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26312, '2023-05-09', 3483, 23773, 9104, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26313, '2023-05-09', 3048, 23774, 9104, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26314, '2023-05-09', 2552, 23775, 9104, 33326, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26315, '2023-05-09', 2713, 23776, 9105, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26316, '2023-05-09', 3086, 23777, 9105, 31998, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 524, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26317, '2023-05-09', 2713, 23778, 9106, 34509, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26318, '2023-05-09', 3074, 23779, 9106, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26319, '2023-05-09', 3483, 23780, 9106, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26320, '2023-05-09', 3120, 23781, 9107, 34505, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26321, '2023-05-09', 3120, 23781, 9107, 34954, '-2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26322, '2023-05-09', 3120, 23781, 9107, 35693, '3.0000', '5.8200', '5.8200', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26323, '2023-05-09', 2712, 23782, 9107, 34989, '-5.0000', '15.0000', '15.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26324, '2023-05-09', 2712, 23782, 9107, 35698, '6.0000', '15.3750', '15.3750', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26325, '2023-05-09', 2713, 23783, 9107, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26326, '2023-05-09', 2749, 23784, 9108, 4849, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26327, '2023-05-09', 2719, 23785, 9108, 34461, '2.0000', '0.8600', '0.8600', '2.0000', '2.0000', '71.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26328, '2023-05-09', 3048, 23786, 9108, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26329, '2023-05-09', 3483, 23787, 9108, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26330, '2023-05-09', 2713, 23788, 9109, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26331, '2023-05-09', 3120, 23789, 9109, 35693, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26332, '2023-05-09', 3085, 23790, 9109, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26333, '2023-05-09', 2661, 23791, 9110, 34487, '2.0000', '0.2708', '0.2708', '0.5000', '0.5000', '12.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26334, '2023-05-09', 2713, 23792, 9111, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26335, '2023-05-09', 3120, 23793, 9112, 35693, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26336, '2023-05-09', 3114, 23794, 9112, 34514, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26337, '2023-05-09', 3901, 23795, 9112, 33299, '2.0000', '0.3750', '0.3750', '0.5000', '0.5000', '26.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26338, '2023-05-09', 2789, 23796, 9112, 34502, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '11.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26339, '2023-05-09', 2790, 23797, 9112, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26340, '2023-05-09', 2661, 23798, 9112, 34487, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '11.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26341, '2023-05-09', 3120, 23799, 9113, 35693, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26342, '2023-05-09', 3121, 23800, 9113, 33322, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26343, '2023-05-09', 2789, 23801, 9113, 34502, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '10.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26344, '2023-05-09', 2949, 23802, 9114, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26345, '2023-05-09', 2645, 23803, 9114, 35695, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26346, '2023-05-09', 2713, 23804, 9114, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26347, '2023-05-09', 2645, 23805, 9115, 35695, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26348, '2023-05-09', 2919, 23806, 9115, 33304, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26349, '2023-05-09', 3120, 23807, 9115, 35693, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26350, '2023-05-09', 2935, 23808, 9115, 33310, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26351, '2023-05-09', 2918, 23809, 9115, 29658, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26352, '2023-05-09', 2789, 23810, 9115, 34502, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '9.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26353, '2023-05-09', 3074, 23811, 9115, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26354, '2023-05-09', 3048, 23812, 9116, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26355, '2023-05-09', 3311, 23813, 9116, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '56.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26356, '2023-05-09', 2661, 23814, 9116, 34487, '1.0000', '0.2708', '0.2708', '0.5000', '0.5000', '10.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26357, '2023-05-09', 3309, 23815, 9117, 4604, '6.0000', '0.0700', '0.0700', '0.2500', '0.2500', '738.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26358, '2023-05-09', 3234, 23816, 9118, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '15.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26359, '2023-05-09', 2645, 23817, 9119, 35695, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26360, '2023-05-09', 3114, 23818, 9119, 34514, '1.0000', '4.5833', '4.5833', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26361, '2023-05-09', 2790, 23819, 9120, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26362, '2023-05-09', 2879, 23820, 9120, 34535, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26363, '2023-05-09', 2982, 23821, 9121, 33234, '1.0000', '5.1700', '5.1700', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26364, '2023-05-09', 2494, 23822, 9122, 3789, '1.0000', '1.4100', '1.4100', '3.5000', '3.5000', '63.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26365, '2023-05-09', 2713, 23823, 9123, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26366, '2023-05-09', 3048, 23824, 9124, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26367, '2023-05-09', 2711, 23825, 9125, 34457, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26368, '2023-05-09', 3074, 23826, 9126, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26369, '2023-05-09', 2713, 23827, 9127, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26370, '2023-05-09', 2661, 23828, 9128, 34487, '6.0000', '0.2708', '0.2708', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26371, '2023-05-09', 2710, 23829, 9129, 34458, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26372, '2023-05-09', 2886, 23830, 9129, 29668, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 488, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26373, '2023-05-09', 3132, 23831, 9130, 4427, '1.0000', '1.5300', '1.5300', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26374, '2023-05-09', 2723, 23832, 9130, 4018, '1.0000', '1.4900', '1.4900', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26375, '2023-05-09', 2719, 23833, 9130, 34461, '1.0000', '0.8600', '0.8600', '2.0000', '2.0000', '70.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26376, '2023-05-09', 2756, 23834, 9130, 14308, '1.0000', '0.8900', '0.8900', '2.5000', '2.5000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26377, '2023-05-09', 2716, 23835, 9130, 5887, '1.0000', '3.3500', '3.3500', '4.5000', '4.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26378, '2023-05-09', 2894, 23836, 9131, 33237, '2.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26379, '2023-05-09', 2930, 23837, 9132, 33257, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26380, '2023-05-09', 2930, 23837, 9132, 34518, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26381, '2023-05-09', 3772, 23838, 9132, 33325, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26382, '2023-05-09', 3611, 23839, 9133, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26383, '2023-05-09', 3172, 23840, 9134, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '97.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26384, '2023-05-09', 3772, 23841, 9134, 33325, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26385, '2023-05-09', 3311, 23842, 9134, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '55.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26386, '2023-05-09', 3166, 23843, 9135, 33290, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26387, '2023-05-09', 2713, 23844, 9135, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26388, '2023-05-09', 3784, 23845, 9135, 22855, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26389, '2023-05-09', 3784, 23845, 9135, 23615, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26390, '2023-05-09', 3483, 23846, 9136, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26391, '2023-05-09', 3048, 23847, 9136, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26392, '2023-05-09', 2949, 23848, 9137, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26393, '2023-05-09', 2661, 23849, 9138, 34487, '4.0000', '0.2708', '0.2708', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26394, '2023-05-09', 2644, 23850, 9139, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26395, '2023-05-09', 2645, 23851, 9140, 35695, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26396, '2023-05-09', 3015, 23852, 9140, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '51.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26397, '2023-05-10', 2901, 23853, 9141, 34492, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '12.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26398, '2023-05-10', 2901, 23854, 9142, 34492, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26399, '2023-05-10', 2916, 23855, 9143, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '3.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26400, '2023-05-10', 2919, 23856, 9144, 33304, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26401, '2023-05-10', 2927, 23857, 9144, 34517, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '39.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26402, '2023-05-10', 2918, 23858, 9144, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26403, '2023-05-10', 3074, 23859, 9144, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26404, '2023-05-10', 3085, 23860, 9145, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26405, '2023-05-10', 3015, 23861, 9146, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '50.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26406, '2023-05-10', 3483, 23862, 9146, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26407, '2023-05-10', 3121, 23863, 9146, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '23.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26408, '2023-05-10', 2712, 23864, 9147, 35698, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26409, '2023-05-10', 2930, 23865, 9147, 34518, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26410, '2023-05-10', 2951, 23866, 9147, 23740, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26411, '2023-05-10', 3060, 23867, 9147, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '43.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26412, '2023-05-10', 3048, 23868, 9147, 33210, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26413, '2023-05-10', 2653, 23869, 9148, 33264, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '83.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26414, '2023-05-10', 2952, 23870, 9148, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26415, '2023-05-10', 3786, 23871, 9148, 33318, '2.0000', '2.1300', '2.1300', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26416, '2023-05-10', 2835, 23872, 9149, 8678, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26417, '2023-05-10', 3895, 23873, 9150, 32056, '2.0000', '5.7500', '5.7500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26418, '2023-05-10', 3060, 23874, 9151, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '42.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26419, '2023-05-10', 3048, 23875, 9152, 33210, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26420, '2023-05-10', 2661, 23876, 9152, 34705, '-10.0000', '0.2708', '0.2708', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26421, '2023-05-10', 2661, 23876, 9152, 35709, '13.0000', '0.3000', '0.3000', '0.5000', '0.5000', '87.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26422, '2023-05-10', 2713, 23877, 9152, 34509, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26423, '2023-05-10', 3120, 23878, 9153, 35693, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26424, '2023-05-10', 3172, 23879, 9153, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '96.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26425, '2023-05-10', 3064, 23880, 9153, 34539, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26426, '2023-05-10', 2645, 23881, 9153, 35695, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26427, '2023-05-10', 2699, 23882, 9154, 34544, '3.0000', '5.0000', '5.0000', '8.0000', '8.0000', '79.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26428, '2023-05-10', 2699, 23883, 9155, 34544, '13.0000', '5.0000', '5.0000', '8.0000', '8.0000', '66.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26429, '2023-05-10', 2698, 23884, 9155, 30808, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 502, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26430, '2023-05-10', 2698, 23884, 9155, 33063, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26431, '2023-05-10', 2698, 23884, 9155, 35551, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26432, '2023-05-10', 2607, 23885, 9155, 5034, '2.0000', '30.9400', '30.9400', '45.0000', '45.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26433, '2023-05-10', 2727, 23886, 9155, 28548, '2.0000', '25.0000', '25.0000', '40.0000', '40.0000', '33.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26434, '2023-05-10', 3142, 23887, 9155, 34465, '1.0000', '8.4700', '8.4700', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26435, '2023-05-10', 3234, 23888, 9155, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '14.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26436, '2023-05-10', 3870, 23889, 9156, 33191, '1.0000', '6.6500', '6.6500', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26437, '2023-05-10', 3483, 23890, 9156, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26438, '2023-05-10', 3341, 23891, 9157, 33291, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26439, '2023-05-10', 3326, 23892, 9158, 5968, '2.0000', '22.7300', '22.7300', '30.0000', '30.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26440, '2023-05-10', 2497, 23893, 9158, 3792, '1.0000', '0.6900', '0.6900', '2.0000', '2.0000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26441, '2023-05-10', 3132, 23894, 9158, 4427, '1.0000', '1.5300', '1.5300', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26442, '2023-05-10', 2746, 23895, 9158, 4848, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26443, '2023-05-10', 2711, 23896, 9159, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26444, '2023-05-10', 2713, 23897, 9160, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26445, '2023-05-10', 3483, 23898, 9160, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26446, '2023-05-10', 3048, 23899, 9160, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26447, '2023-05-10', 2713, 23900, 9161, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26448, '2023-05-10', 2789, 23901, 9162, 34502, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '8.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26449, '2023-05-10', 2713, 23902, 9163, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26450, '2023-05-10', 2921, 23903, 9164, 33305, '2.0000', '4.0000', '4.0000', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26451, '2023-05-10', 2645, 23904, 9165, 35695, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26452, '2023-05-10', 2949, 23905, 9166, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26453, '2023-05-10', 3611, 23906, 9167, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26454, '2023-05-10', 2922, 23907, 9168, 33306, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26455, '2023-05-10', 3483, 23908, 9169, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26456, '2023-05-10', 2710, 23909, 9170, 34458, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26457, '2023-05-10', 2642, 23910, 9170, 34495, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26458, '2023-05-10', 2713, 23911, 9171, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26459, '2023-05-10', 3048, 23912, 9171, 33210, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26460, '2023-05-10', 2644, 23913, 9172, 35694, '4.0000', '3.7500', '3.7500', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26461, '2023-05-10', 2936, 23914, 9172, 34519, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26462, '2023-05-10', 2952, 23915, 9173, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26463, '2023-05-10', 2645, 23916, 9174, 35695, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26464, '2023-05-10', 2822, 23917, 9175, 33263, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26465, '2023-05-10', 2645, 23918, 9176, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '70.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26466, '2023-05-10', 2645, 23919, 9177, 35703, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '66.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26467, '2023-05-10', 2661, 23920, 9178, 35709, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '83.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26468, '2023-05-10', 2645, 23921, 9179, 35703, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26469, '2023-05-10', 2645, 23922, 9180, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '63.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26470, '2023-05-10', 2645, 23923, 9181, 35703, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '60.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26471, '2023-05-10', 3819, 23924, 9182, 22821, '2.0000', '3.5429', '3.5429', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26472, '2023-05-10', 2830, 23925, 9182, 27271, '2.0000', '4.1500', '4.1500', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26473, '2023-05-10', 2645, 23926, 9182, 35703, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26474, '2023-05-10', 2645, 23927, 9183, 35703, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '58.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26475, '2023-05-10', 2822, 23928, 9184, 33263, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26476, '2023-05-10', 2634, 23929, 9185, 32009, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26477, '2023-05-10', 2822, 23930, 9186, 33263, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26478, '2023-05-10', 3048, 23931, 9186, 33210, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26479, '2023-05-10', 3086, 23932, 9187, 32178, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26480, '2023-05-10', 3772, 23933, 9187, 33325, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26481, '2023-05-10', 3114, 23934, 9187, 35088, '-8.0000', '4.5833', '4.5833', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26482, '2023-05-10', 3114, 23934, 9187, 35702, '10.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26483, '2023-05-10', 2822, 23935, 9188, 33263, '5.0000', '4.6667', '4.6667', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26484, '2023-05-10', 2822, 23936, 9189, 33263, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26485, '2023-05-10', 2918, 23937, 9189, 29658, '2.0000', '1.8750', '1.8750', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26486, '2023-05-10', 2645, 23938, 9189, 35703, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '57.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26487, '2023-05-10', 2645, 23939, 9190, 35703, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26488, '2023-05-11', 2713, 23940, 9191, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26489, '2023-05-11', 3120, 23941, 9191, 35693, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26490, '2023-05-11', 2936, 23942, 9191, 34519, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26491, '2023-05-11', 3120, 23943, 9192, 35693, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26492, '2023-05-11', 3483, 23944, 9192, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26493, '2023-05-11', 2952, 23945, 9193, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26494, '2023-05-11', 3868, 23946, 9193, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26495, '2023-05-11', 2790, 23947, 9193, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26496, '2023-05-11', 3120, 23948, 9193, 35693, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26497, '2023-05-11', 3060, 23949, 9193, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '40.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26498, '2023-05-11', 2661, 23950, 9194, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '81.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26499, '2023-05-11', 3876, 23951, 9195, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '6.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26500, '2023-05-11', 2901, 23952, 9196, 34492, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26501, '2023-05-11', 3120, 23953, 9197, 35693, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26502, '2023-05-11', 3048, 23954, 9198, 33210, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26503, '2023-05-11', 3483, 23955, 9198, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26504, '2023-05-11', 3120, 23956, 9199, 35693, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26505, '2023-05-11', 2949, 23957, 9200, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26506, '2023-05-11', 2891, 23958, 9200, 28473, '1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 464, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26507, '2023-05-11', 3825, 23959, 9201, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26508, '2023-05-11', 2661, 23960, 9201, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '79.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26509, '2023-05-11', 2552, 23961, 9201, 33326, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26510, '2023-05-11', 3048, 23962, 9201, 33210, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 550, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26511, '2023-05-11', 3311, 23963, 9201, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26512, '2023-05-11', 3172, 23964, 9201, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '95.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26513, '2023-05-11', 3870, 23965, 9201, 33191, '3.0000', '6.6500', '6.6500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 544, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26514, '2023-05-11', 2712, 23966, 9202, 35698, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26515, '2023-05-11', 3062, 23967, 9203, 35696, '1.0000', '13.3333', '13.3333', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26516, '2023-05-11', 2901, 23968, 9204, 34492, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26517, '2023-05-11', 2949, 23969, 9205, 33286, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26518, '2023-05-11', 2645, 23970, 9206, 35703, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26519, '2023-05-11', 2923, 23971, 9207, 34516, '4.0000', '3.0000', '3.0000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26520, '2023-05-11', 2923, 23972, 9208, 34516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26521, '2023-05-11', 2926, 23973, 9208, 33309, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26522, '2023-05-11', 2917, 23974, 9209, 34483, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '6.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26523, '2023-05-11', 2642, 23975, 9209, 34495, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26524, '2023-05-11', 3063, 23976, 9209, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26525, '2023-05-11', 3483, 23977, 9209, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26526, '2023-05-11', 2661, 23978, 9209, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '78.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26527, '2023-05-11', 2711, 23979, 9210, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26528, '2023-05-11', 2645, 23980, 9211, 35703, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26529, '2023-05-11', 2950, 23981, 9212, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '13.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26530, '2023-05-11', 3865, 23982, 9213, 27327, '2.0000', '10.9000', '10.9000', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26531, '2023-05-11', 2634, 23983, 9213, 32009, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26532, '2023-05-11', 2634, 23983, 9213, 32848, '-1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26533, '2023-05-11', 2634, 23983, 9213, 35334, '-1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26534, '2023-05-11', 2634, 23983, 9213, 35712, '3.0000', '2.9583', '2.9583', '3.5000', '3.5000', '21.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26535, '2023-05-11', 2645, 23984, 9214, 35703, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26536, '2023-05-11', 2920, 23985, 9215, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '15.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26537, '2023-05-11', 3166, 23986, 9215, 34521, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26538, '2023-05-11', 2982, 23987, 9215, 33234, '1.0000', '5.1700', '5.1700', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26539, '2023-05-11', 3085, 23988, 9216, 34499, '2.0000', '3.5417', '3.5417', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26540, '2023-05-11', 2650, 23989, 9216, 32023, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26541, '2023-05-11', 2642, 23990, 9216, 34495, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26542, '2023-05-11', 2477, 23991, 9216, 3772, '2.0000', '2.0000', '2.0000', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26543, '2023-05-11', 3060, 23992, 9217, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '39.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26544, '2023-05-11', 3784, 23993, 9217, 29311, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26545, '2023-05-11', 3772, 23994, 9218, 33325, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '4.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26546, '2023-05-11', 2949, 23995, 9218, 33286, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26547, '2023-05-11', 3172, 23996, 9218, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '94.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26548, '2023-05-11', 2926, 23997, 9218, 33309, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26549, '2023-05-11', 2502, 23998, 9219, 35689, '1.0000', '2.0800', '2.0800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26550, '2023-05-11', 2791, 23999, 9219, 33324, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26551, '2023-05-11', 2791, 24000, 9220, 33324, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26552, '2023-05-11', 2922, 24001, 9221, 33306, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26553, '2023-05-11', 2922, 24001, 9221, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26554, '2023-05-11', 2926, 24002, 9221, 33309, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26555, '2023-05-11', 3172, 24003, 9221, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '93.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26556, '2023-05-11', 3875, 24004, 9222, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '7.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26557, '2023-05-11', 2737, 24005, 9222, 14540, '1.0000', '5.3125', '5.3125', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26558, '2023-05-12', 2644, 24006, 9223, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26559, '2023-05-12', 2661, 24007, 9224, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '77.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26560, '2023-05-12', 2661, 24008, 9225, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '76.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26561, '2023-05-12', 2661, 24009, 9226, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '74.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26562, '2023-05-12', 2661, 24010, 9227, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '73.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26563, '2023-05-12', 2661, 24011, 9228, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '72.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26564, '2023-05-12', 2661, 24012, 9229, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '70.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26565, '2023-05-12', 3085, 24013, 9230, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26566, '2023-05-12', 2893, 24014, 9231, 34488, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26567, '2023-05-12', 2661, 24015, 9231, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '68.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26568, '2023-05-12', 2713, 24016, 9231, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26569, '2023-05-12', 2514, 24017, 9231, 14532, '2.0000', '0.4583', '0.4583', '2.0000', '2.0000', '54.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26570, '2023-05-12', 2790, 24018, 9232, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26571, '2023-05-12', 2875, 24019, 9232, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26572, '2023-05-12', 2982, 24020, 9232, 33234, '1.0000', '5.1700', '5.1700', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26573, '2023-05-12', 3256, 24021, 9232, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26574, '2023-05-12', 3875, 24022, 9232, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '6.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26578, '2023-05-12', 2835, 24026, 9234, 8678, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26579, '2023-05-12', 2835, 24026, 9234, 9639, '-17.0000', '13.0000', '13.0000', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26580, '2023-05-12', 2835, 24026, 9234, 14196, '1.0000', '13.0000', '13.0000', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26581, '2023-05-12', 2835, 24026, 9234, 15684, '5.0000', '14.3400', '14.3400', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 282, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26582, '2023-05-12', 2835, 24026, 9234, 19422, '-1.0000', '14.3400', '14.3400', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26583, '2023-05-12', 2835, 24026, 9234, 23994, '12.0000', '12.5000', '12.5000', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 416, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26584, '2023-05-12', 2835, 24026, 9234, 35517, '-2.0000', '12.5000', '12.5000', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26585, '2023-05-12', 2835, 24026, 9234, 35705, '3.0000', '14.5000', '14.5000', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26586, '2023-05-12', 2608, 24027, 9234, 34525, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '10.0000', 1, 0, NULL, 593, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26587, '2023-05-12', 2699, 24028, 9234, 34544, '5.0000', '5.0000', '5.0000', '8.0000', '8.0000', '61.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26588, '2023-05-12', 3772, 24029, 9235, 33325, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26589, '2023-05-12', 3120, 24030, 9235, 35693, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26590, '2023-05-12', 2711, 24031, 9235, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26591, '2023-05-12', 3074, 24032, 9235, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26592, '2023-05-12', 3772, 24033, 9236, 33325, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26593, '2023-05-12', 2645, 24034, 9233, 35703, '1.0000', '8.5416', '8.5416', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26594, '2023-05-12', 2712, 24035, 9233, 35698, '1.0000', '15.3462', '15.3462', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26595, '2023-05-12', 3120, 24036, 9233, 35693, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26596, '2023-05-12', 2711, 24037, 9237, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26597, '2023-05-12', 3222, 24038, 9238, 5728, '1.0000', '7.2500', '7.2500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26598, '2023-05-12', 3121, 24039, 9238, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '22.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26599, '2023-05-12', 3483, 24040, 9238, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26600, '2023-05-12', 2950, 24041, 9239, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '12.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26601, '2023-05-12', 3172, 24042, 9240, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '91.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26602, '2023-05-12', 2713, 24043, 9240, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26603, '2023-05-12', 2645, 24044, 9241, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26604, '2023-05-12', 2552, 24045, 9241, 33326, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26605, '2023-05-12', 2711, 24046, 9242, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26606, '2023-05-12', 2678, 24047, 9243, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26607, '2023-05-12', 2926, 24048, 9244, 33309, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26608, '2023-05-12', 3060, 24049, 9245, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '38.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26609, '2023-05-12', 2922, 24050, 9246, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26610, '2023-05-12', 3074, 24051, 9246, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26611, '2023-05-12', 2645, 24052, 9247, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26612, '2023-05-12', 3048, 24053, 9247, 33438, '-1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26613, '2023-05-12', 3048, 24053, 9247, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '237.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26614, '2023-05-12', 2661, 24054, 9247, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '66.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26615, '2023-05-12', 2661, 24055, 9248, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '64.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26616, '2023-05-12', 2645, 24056, 9249, 35703, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26617, '2023-05-12', 2951, 24057, 9249, 23740, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26618, '2023-05-12', 2949, 24058, 9249, 34708, '-1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26619, '2023-05-12', 2949, 24058, 9249, 35688, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26620, '2023-05-12', 3172, 24059, 9250, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '89.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26621, '2023-05-12', 3085, 24060, 9250, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26622, '2023-05-12', 2661, 24061, 9250, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '62.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26623, '2023-05-12', 2699, 24062, 9251, 34544, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '60.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26624, '2023-05-12', 2711, 24063, 9252, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26625, '2023-05-12', 3503, 24064, 9253, 4909, '1.0000', '50.0000', '50.0000', '67.0000', '67.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26626, '2023-05-12', 2661, 24065, 9253, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '60.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26627, '2023-05-12', 2711, 24066, 9254, 34457, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26628, '2023-05-12', 3187, 24067, 9255, 33327, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '19.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26629, '2023-05-12', 2645, 24068, 9256, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26630, '2023-05-12', 3483, 24069, 9257, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '22.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26631, '2023-05-12', 2930, 24070, 9258, 34518, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26632, '2023-05-12', 3172, 24071, 9258, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '88.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26633, '2023-05-12', 3311, 24072, 9258, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26634, '2023-05-12', 2926, 24073, 9258, 33309, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26635, '2023-05-12', 2645, 24074, 9259, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26636, '2023-05-12', 2711, 24075, 9259, 34457, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 579, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26637, '2023-05-12', 2711, 24075, 9259, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26638, '2023-05-12', 3085, 24076, 9259, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26639, '2023-05-12', 2645, 24077, 9260, 35703, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26640, '2023-05-12', 2952, 24078, 9260, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26641, '2023-05-12', 3182, 24079, 9261, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26642, '2023-05-12', 3085, 24080, 9261, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26643, '2023-05-12', 2711, 24081, 9261, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26644, '2023-05-12', 2645, 24082, 9262, 35703, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26645, '2023-05-12', 2935, 24083, 9262, 33310, '6.0000', '0.7500', '0.7500', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26646, '2023-05-12', 2952, 24084, 9263, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26647, '2023-05-12', 2660, 24085, 9263, 3955, '-1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26648, '2023-05-12', 2660, 24085, 9263, 33245, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26649, '2023-05-12', 3825, 24086, 9264, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26650, '2023-05-12', 2645, 24087, 9264, 35703, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26651, '2023-05-12', 2660, 24088, 9264, 33245, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26652, '2023-05-12', 2789, 24089, 9265, 34502, '2.0000', '10.1500', '10.1500', '11.5000', '11.5000', '6.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26653, '2023-05-12', 3772, 24090, 9265, 33325, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26654, '2023-05-12', 3772, 24090, 9265, 34107, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26655, '2023-05-12', 3772, 24090, 9265, 35329, '-3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26656, '2023-05-12', 3772, 24090, 9265, 35708, '11.0000', '0.8458', '0.8458', '1.5000', '1.5000', '277.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26657, '2023-05-12', 3086, 24091, 9266, 32178, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26658, '2023-05-12', 2645, 24092, 9267, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26659, '2023-05-12', 2645, 24093, 9268, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26660, '2023-05-12', 2645, 24094, 9269, 35703, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26661, '2023-05-12', 3187, 24095, 9269, 33327, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '17.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26662, '2023-05-12', 3483, 24096, 9269, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26663, '2023-05-13', 2660, 24097, 9270, 33245, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26664, '2023-05-13', 2502, 24098, 9270, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26665, '2023-05-13', 2534, 24099, 9271, 33285, '1.0000', '3.9600', '3.9600', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26666, '2023-05-13', 3772, 24100, 9271, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '276.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26667, '2023-05-13', 3060, 24101, 9272, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '37.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26668, '2023-05-13', 2713, 24102, 9273, 34509, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26669, '2023-05-13', 3900, 24103, 9274, 33259, '1.0000', '6.0000', '6.0000', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26670, '2023-05-13', 2920, 24104, 9274, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '14.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26671, '2023-05-13', 2922, 24105, 9274, 34515, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26672, '2023-05-13', 2502, 24106, 9274, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26673, '2023-05-13', 2902, 24107, 9274, 33284, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26674, '2023-05-13', 3064, 24108, 9274, 34539, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26675, '2023-05-13', 3483, 24109, 9275, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26676, '2023-05-13', 2711, 24110, 9276, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26677, '2023-05-13', 2891, 24111, 9277, 32643, '-1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26678, '2023-05-13', 2891, 24111, 9277, 34538, '3.0000', '5.5200', '5.5200', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26679, '2023-05-13', 3172, 24112, 9277, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '86.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26680, '2023-05-13', 2902, 24113, 9277, 33284, '2.0000', '6.2500', '6.2500', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26681, '2023-05-13', 2711, 24114, 9277, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26682, '2023-05-13', 2875, 24115, 9277, 28455, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 459, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26683, '2023-05-13', 2645, 24116, 9278, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26684, '2023-05-13', 2650, 24117, 9278, 32023, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26685, '2023-05-13', 2952, 24118, 9279, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26686, '2023-05-13', 2661, 24119, 9280, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '58.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26687, '2023-05-13', 2713, 24120, 9281, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26688, '2023-05-13', 3048, 24121, 9282, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '236.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26689, '2023-05-13', 2645, 24122, 9283, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26690, '2023-05-13', 2642, 24123, 9283, 34495, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26691, '2023-05-13', 3483, 24124, 9283, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26692, '2023-05-13', 2634, 24125, 9283, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '20.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26693, '2023-05-13', 2711, 24126, 9284, 34512, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26694, '2023-05-13', 2660, 24127, 9284, 33245, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26695, '2023-05-13', 2660, 24127, 9284, 34924, '-5.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26696, '2023-05-13', 2660, 24127, 9284, 35740, '10.0000', '3.5700', '3.5700', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26697, '2023-05-13', 3859, 24128, 9285, 27318, '1.0000', '43.5600', '43.5600', '58.0000', '58.0000', '2.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26698, '2023-05-13', 3841, 24129, 9285, 24028, '2.0000', '8.1250', '8.1250', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26699, '2023-05-13', 2902, 24130, 9285, 33284, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26700, '2023-05-13', 3120, 24131, 9285, 35693, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26701, '2023-05-13', 2502, 24132, 9286, 35733, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26702, '2023-05-13', 3239, 24133, 9287, 10031, '4.0000', '0.6000', '0.6000', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26703, '2023-05-13', 2645, 24134, 9287, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26704, '2023-05-13', 3060, 24135, 9287, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '36.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26705, '2023-05-13', 2935, 24136, 9288, 33310, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26706, '2023-05-13', 3074, 24137, 9289, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26707, '2023-05-13', 2901, 24138, 9290, 34492, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26708, '2023-05-13', 2879, 24139, 9291, 34535, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26709, '2023-05-13', 2790, 24140, 9291, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26710, '2023-05-13', 2661, 24141, 9292, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '56.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26711, '2023-05-13', 2952, 24142, 9293, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26712, '2023-05-13', 2952, 24143, 9294, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26713, '2023-05-13', 2645, 24144, 9295, 35703, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26714, '2023-05-13', 2651, 24145, 9295, 33228, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26715, '2023-05-13', 3165, 24146, 9295, 34520, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '3.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26716, '2023-05-13', 3172, 24147, 9295, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '85.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26717, '2023-05-13', 2711, 24148, 9295, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26718, '2023-05-13', 2651, 24149, 9296, 33228, '2.0000', '5.8333', '5.8333', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26719, '2023-05-13', 2645, 24150, 9296, 35703, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26720, '2023-05-13', 3063, 24151, 9296, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26721, '2023-05-13', 3900, 24152, 9297, 33259, '1.0000', '6.0000', '6.0000', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26722, '2023-05-13', 2922, 24153, 9297, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26723, '2023-05-13', 3048, 24154, 9298, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '234.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26724, '2023-05-13', 2645, 24155, 9299, 35703, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 606, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26725, '2023-05-13', 2651, 24156, 9300, 33228, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26726, '2023-05-13', 2711, 24157, 9301, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26727, '2023-05-13', 3868, 24158, 9302, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26728, '2023-05-13', 2923, 24159, 9303, 34516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26729, '2023-05-13', 3641, 24160, 9303, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26730, '2023-05-13', 3311, 24161, 9303, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26731, '2023-05-13', 3875, 24162, 9304, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '5.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26732, '2023-05-13', 3120, 24163, 9305, 35731, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26733, '2023-05-13', 2766, 24164, 9306, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '229.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26734, '2023-05-13', 3096, 24165, 9307, 4391, '1.0000', '24.3300', '24.3300', '31.0000', '31.0000', '17.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26735, '2023-05-13', 2893, 24166, 9308, 34488, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26736, '2023-05-13', 2973, 24167, 9309, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26737, '2023-05-13', 2936, 24168, 9310, 35726, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26738, '2023-05-13', 2927, 24169, 9310, 34517, '4.0000', '1.8750', '1.8750', '2.5000', '2.5000', '35.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26739, '2023-05-13', 2919, 24170, 9311, 33304, '3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26740, '2023-05-14', 2645, 24171, 9312, 35746, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26741, '2023-05-14', 3074, 24172, 9313, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26742, '2023-05-14', 3120, 24173, 9314, 35731, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26743, '2023-05-14', 2790, 24174, 9314, 34501, '2.0000', '5.3631', '5.3631', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26744, '2023-05-14', 2645, 24175, 9314, 35746, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26745, '2023-05-14', 3060, 24176, 9315, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '35.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26746, '2023-05-14', 2645, 24177, 9316, 35746, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26747, '2023-05-14', 2901, 24178, 9317, 34492, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26748, '2023-05-14', 2790, 24179, 9318, 34501, '2.0000', '5.3631', '5.3631', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26749, '2023-05-14', 2642, 24180, 9319, 34495, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26750, '2023-05-14', 2877, 24181, 9319, 5147, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26751, '2023-05-14', 3314, 24182, 9320, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26752, '2023-05-14', 2661, 24183, 9320, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '54.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26753, '2023-05-14', 2699, 24184, 9321, 34544, '6.0000', '5.0000', '5.0000', '8.0000', '8.0000', '54.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26754, '2023-05-14', 2726, 24185, 9321, 28550, '3.0000', '12.7500', '12.7500', '25.0000', '25.0000', '50.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26755, '2023-05-14', 3234, 24186, 9321, 17433, '2.0000', '49.5000', '49.5000', '65.0000', '65.0000', '12.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26756, '2023-05-14', 3805, 24187, 9321, 22806, '1.0000', '6.5000', '6.5000', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26757, '2023-05-14', 3262, 24188, 9321, 10020, '2.0000', '4.8700', '4.8700', '10.0000', '10.0000', '27.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26766, '2023-05-14', 2617, 24194, 9323, 3912, '1.0000', '6.0000', '6.0000', '7.5000', '7.5000', '24.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26767, '2023-05-14', 2699, 24195, 9323, 34544, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '53.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26768, '2023-05-14', 3085, 24196, 9323, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26769, '2023-05-14', 3172, 24197, 9323, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '84.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26770, '2023-05-14', 2949, 24198, 9323, 35688, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26771, '2023-05-14', 2710, 24199, 9323, 34513, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26772, '2023-05-14', 2711, 24200, 9323, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26773, '2023-05-14', 3172, 24201, 9324, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '83.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26774, '2023-05-14', 3627, 24202, 9325, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '39.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26775, '2023-05-14', 3187, 24203, 9325, 33327, '1.0000', '0.7145', '0.7145', '1.2500', '1.2500', '16.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26776, '2023-05-14', 3121, 24204, 9326, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '21.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26777, '2023-05-14', 2661, 24205, 9327, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '53.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26778, '2023-05-14', 2712, 24206, 9328, 35698, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26779, '2023-05-14', 2822, 24207, 9328, 33263, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26780, '2023-05-14', 2877, 24208, 9328, 6108, '-6.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26781, '2023-05-14', 2877, 24208, 9328, 7071, '-11.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26782, '2023-05-14', 2877, 24208, 9328, 8032, '11.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26783, '2023-05-14', 2877, 24208, 9328, 8993, '-11.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26784, '2023-05-14', 2877, 24208, 9328, 10131, '12.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 143, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26785, '2023-05-14', 2877, 24208, 9328, 10337, '-1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26786, '2023-05-14', 2877, 24208, 9328, 11307, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26787, '2023-05-14', 2877, 24208, 9328, 12277, '-1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26788, '2023-05-14', 2877, 24208, 9328, 13204, '7.0000', '2.5800', '2.5800', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26789, '2023-05-14', 3314, 24209, 9328, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26790, '2023-05-14', 3120, 24210, 9329, 35731, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26791, '2023-05-14', 3061, 24211, 9329, 33226, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26792, '2023-05-14', 3172, 24212, 9329, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '81.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26793, '2023-05-14', 3074, 24213, 9330, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26794, '2023-05-14', 2917, 24214, 9331, 34483, '2.0000', '9.7500', '9.7500', '14.0000', '14.0000', '4.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26795, '2023-05-14', 2901, 24215, 9332, 34492, '3.0000', '14.0000', '14.0000', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26796, '2023-05-14', 2712, 24216, 9332, 35698, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26797, '2023-05-14', 3854, 24217, 9333, 27309, '1.0000', '37.3000', '37.3000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26798, '2023-05-14', 3033, 24218, 9333, 4328, '1.0000', '40.0000', '40.0000', '55.0000', '55.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26799, '2023-05-14', 2950, 24219, 9334, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26800, '2023-05-14', 2645, 24220, 9335, 35746, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26801, '2023-05-14', 2711, 24221, 9335, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26802, '2023-05-14', 2642, 24222, 9335, 34495, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26803, '2023-05-14', 2645, 24223, 9336, 35746, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26804, '2023-05-14', 2634, 24224, 9336, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26805, '2023-05-14', 2691, 24225, 9337, 3986, '2.0000', '5.3400', '5.3400', '10.0000', '10.0000', '33.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26806, '2023-05-14', 2790, 24226, 9338, 34501, '2.0000', '5.3631', '5.3631', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26807, '2023-05-14', 2952, 24227, 9338, 34508, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26808, '2023-05-14', 3172, 24228, 9338, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '79.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26809, '2023-05-14', 3900, 24229, 9338, 33259, '2.0000', '6.0000', '6.0000', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26810, '2023-05-14', 2952, 24230, 9339, 34508, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 589, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26811, '2023-05-14', 3172, 24231, 9340, 34536, '4.0000', '3.5250', '3.5250', '4.0000', '4.0000', '75.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26812, '2023-05-14', 2919, 24232, 9340, 33304, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26813, '2023-05-14', 2927, 24233, 9340, 34517, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26814, '2023-05-14', 2660, 24234, 9340, 35740, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26815, '2023-05-14', 3085, 24235, 9341, 34499, '2.0000', '3.5417', '3.5417', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26816, '2023-05-14', 3172, 24236, 9342, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26817, '2023-05-14', 3256, 24237, 9343, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26818, '2023-05-14', 3085, 24238, 9343, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26819, '2023-05-14', 3172, 24239, 9344, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '72.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26820, '2023-05-14', 2712, 24240, 9345, 35698, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26821, '2023-05-14', 3085, 24241, 9345, 34499, '2.0000', '3.5417', '3.5417', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26822, '2023-05-14', 2653, 24242, 9345, 33264, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '77.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26823, '2023-05-14', 2927, 24243, 9345, 34517, '4.0000', '1.8750', '1.8750', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26824, '2023-05-14', 3885, 24244, 9345, 30851, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 516, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26825, '2023-05-14', 3885, 24244, 9345, 32040, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26826, '2023-05-14', 2645, 24245, 9346, 35746, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26827, '2023-05-14', 2644, 24246, 9347, 35694, '8.0000', '3.7500', '3.7500', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26828, '2023-05-14', 3172, 24247, 9347, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '70.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26829, '2023-05-14', 3311, 24248, 9347, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '51.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26830, '2023-05-14', 2661, 24249, 9347, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '52.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26831, '2023-05-14', 3048, 24250, 9348, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '233.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26832, '2023-05-14', 3187, 24251, 9349, 33327, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '14.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26833, '2023-05-14', 2653, 24252, 9350, 33264, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '76.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26834, '2023-05-14', 2822, 24253, 9350, 33263, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26835, '2023-05-14', 2924, 24254, 9351, 32038, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26836, '2023-05-14', 3060, 24255, 9352, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '34.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26837, '2023-05-14', 2920, 24256, 9353, 35681, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '12.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26838, '2023-05-14', 2711, 24257, 9354, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26839, '2023-05-14', 2920, 24258, 9355, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '11.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26840, '2023-05-14', 2901, 24259, 9356, 34492, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26841, '2023-05-14', 3114, 24260, 9357, 35702, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26842, '2023-05-14', 2952, 24261, 9357, 34740, '-3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26843, '2023-05-14', 2952, 24261, 9357, 35715, '4.0000', '3.2500', '3.2500', '4.0000', '4.0000', '92.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26844, '2023-05-14', 3085, 24262, 9358, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26845, '2023-05-15', 3082, 24263, 9359, 6462, '-9.0000', '25.8000', '25.8000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26846, '2023-05-15', 3082, 24263, 9359, 8386, '5.0000', '25.8000', '25.8000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26847, '2023-05-15', 3082, 24263, 9359, 9347, '-5.0000', '25.8000', '25.8000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26848, '2023-05-15', 3082, 24263, 9359, 10691, '-1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26849, '2023-05-15', 3082, 24263, 9359, 11661, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26850, '2023-05-15', 3082, 24263, 9359, 12631, '-1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26851, '2023-05-15', 3082, 24263, 9359, 15165, '1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26852, '2023-05-15', 3082, 24263, 9359, 16487, '-1.0000', '25.8000', '25.8000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26853, '2023-05-15', 3082, 24263, 9359, 17429, '10.0000', '24.5000', '24.5000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26854, '2023-05-15', 3082, 24263, 9359, 35149, '1.0000', '24.5000', '24.5000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26855, '2023-05-15', 3772, 24264, 9360, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '275.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26856, '2023-05-15', 3086, 24265, 9361, 33440, '1.0000', '2.9700', '2.9700', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26857, '2023-05-15', 3172, 24266, 9361, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '68.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26858, '2023-05-15', 2982, 24267, 9362, 33234, '1.0000', '5.1700', '5.1700', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26859, '2023-05-15', 3483, 24268, 9362, 30868, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '14.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26860, '2023-05-15', 2713, 24269, 9363, 34509, '2.0000', '5.8333', '5.8333', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26861, '2023-05-15', 3048, 24270, 9363, 34493, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '228.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26862, '2023-05-15', 2893, 24271, 9364, 34488, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26863, '2023-05-15', 2963, 24272, 9364, 5663, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26864, '2023-05-15', 3015, 24273, 9364, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '49.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26865, '2023-05-15', 3483, 24274, 9364, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26866, '2023-05-15', 2713, 24275, 9364, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26867, '2023-05-15', 3121, 24276, 9365, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '20.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26868, '2023-05-15', 3015, 24277, 9365, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '48.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26869, '2023-05-15', 2500, 24278, 9366, 33316, '1.0000', '10.8500', '10.8500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26870, '2023-05-15', 2661, 24279, 9366, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '50.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26871, '2023-05-15', 2952, 24280, 9366, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '91.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26872, '2023-05-15', 2891, 24281, 9366, 34538, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26873, '2023-05-15', 3209, 24282, 9366, 27307, '1.0000', '30.3500', '30.3500', '40.0000', '40.0000', '5.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26874, '2023-05-15', 3199, 24283, 9366, 4494, '1.0000', '43.2300', '43.2300', '58.0000', '58.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26875, '2023-05-15', 3889, 24284, 9367, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '12.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26876, '2023-05-15', 2711, 24285, 9367, 34512, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26877, '2023-05-15', 3048, 24286, 9367, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '227.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26878, '2023-05-15', 2790, 24287, 9367, 34501, '1.0000', '5.3631', '5.3631', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26879, '2023-05-15', 3772, 24288, 9367, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '274.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26880, '2023-05-15', 2661, 24289, 9367, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '49.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26881, '2023-05-15', 3831, 24290, 9368, 23973, '4.0000', '1.2100', '1.2100', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26882, '2023-05-15', 3497, 24291, 9368, 4903, '1.0000', '70.0000', '70.0000', '95.0000', '95.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26883, '2023-05-15', 3889, 24292, 9368, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '11.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26884, '2023-05-15', 2710, 24293, 9368, 34513, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26885, '2023-05-15', 2661, 24294, 9368, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '47.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26886, '2023-05-15', 2499, 24295, 9368, 33317, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26887, '2023-05-15', 3172, 24296, 9368, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '67.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26888, '2023-05-15', 2901, 24297, 9369, 34492, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 584, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26889, '2023-05-15', 3314, 24298, 9369, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26890, '2023-05-15', 2921, 24299, 9370, 33305, '3.0000', '4.0000', '4.0000', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26891, '2023-05-15', 2922, 24300, 9370, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26892, '2023-05-15', 2919, 24301, 9370, 33304, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26893, '2023-05-15', 3885, 24302, 9370, 32040, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26894, '2023-05-15', 2500, 24303, 9370, 33762, '1.0000', '10.8500', '10.8500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26895, '2023-05-15', 2711, 24304, 9370, 34512, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26896, '2023-05-15', 3889, 24305, 9370, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '10.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26897, '2023-05-15', 3772, 24306, 9371, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '273.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26898, '2023-05-15', 2608, 24307, 9371, 34525, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '9.0000', 1, 0, NULL, 593, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26899, '2023-05-15', 2710, 24308, 9371, 34513, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26900, '2023-05-15', 3889, 24309, 9371, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '9.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26901, '2023-05-15', 3015, 24310, 9371, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '47.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26902, '2023-05-15', 2661, 24311, 9371, 35709, '3.0000', '0.3000', '0.3000', '0.5000', '0.5000', '44.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26903, '2023-05-15', 2713, 24312, 9372, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26904, '2023-05-15', 3063, 24313, 9372, 30860, '2.0000', '3.1250', '3.1250', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26905, '2023-05-15', 3311, 24314, 9372, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '49.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26906, '2023-05-15', 3187, 24315, 9372, 33327, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '12.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26907, '2023-05-15', 3889, 24316, 9372, 33313, '4.0000', '4.2500', '4.2500', '5.5000', '5.5000', '5.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26908, '2023-05-15', 3852, 24317, 9372, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26909, '2023-05-15', 2645, 24318, 9373, 35746, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26910, '2023-05-15', 3483, 24319, 9373, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26911, '2023-05-15', 3172, 24320, 9373, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '66.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26912, '2023-05-15', 2713, 24321, 9374, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26913, '2023-05-15', 3015, 24322, 9374, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '46.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26914, '2023-05-15', 3483, 24323, 9374, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26915, '2023-05-15', 3875, 24324, 9374, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '4.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26916, '2023-05-15', 2608, 24325, 9375, 34525, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '8.0000', 1, 0, NULL, 593, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26917, '2023-05-15', 2902, 24326, 9376, 33284, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26918, '2023-05-15', 2952, 24327, 9377, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '90.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26919, '2023-05-15', 3074, 24328, 9377, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26920, '2023-05-15', 2950, 24329, 9377, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26921, '2023-05-15', 3772, 24330, 9378, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '271.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26922, '2023-05-15', 3015, 24331, 9378, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '45.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26923, '2023-05-15', 3483, 24332, 9378, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26924, '2023-05-15', 3048, 24333, 9378, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '226.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26925, '2023-05-15', 2952, 24334, 9378, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '89.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26926, '2023-05-15', 3641, 24335, 9378, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26927, '2023-05-15', 2644, 24336, 9379, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26928, '2023-05-15', 2646, 24337, 9380, 35754, '10.0000', '11.7500', '11.7500', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26929, '2023-05-15', 2648, 24338, 9380, 34481, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26930, '2023-05-15', 2648, 24338, 9380, 34943, '-2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26931, '2023-05-15', 2648, 24338, 9380, 35752, '15.0000', '7.5783', '7.5783', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26932, '2023-05-15', 2647, 24339, 9380, 34480, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26933, '2023-05-15', 2647, 24339, 9380, 34944, '-2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26934, '2023-05-15', 2647, 24339, 9380, 35751, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26935, '2023-05-15', 2712, 24340, 9381, 35760, '3.0000', '15.3750', '15.3750', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26936, '2023-05-15', 2893, 24341, 9382, 34488, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26937, '2023-05-15', 2711, 24342, 9382, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26938, '2023-05-14', 2850, 24343, 9322, NULL, '1.0000', '8.5000', '8.5000', '12.0000', '12.0000', '-1.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26939, '2023-05-14', 3841, 24344, 9322, 24028, '4.0000', '8.1250', '8.1250', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26940, '2023-05-14', 3866, 24345, 9322, 27328, '4.0000', '11.0200', '11.0200', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26941, '2023-05-14', 3911, 24346, 9322, 35727, '2.0000', '7.0000', '7.0000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26942, '2023-05-14', 2595, 24347, 9322, 3890, '20.0000', '6.2100', '6.2100', '8.5000', '8.5000', '99.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26943, '2023-05-19', 3114, 24348, 9383, 35702, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26944, '2023-05-19', 3114, 24348, 9383, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26945, '2023-05-19', 3314, 24349, 9383, 33289, '1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26946, '2023-05-19', 2713, 24350, 9383, 34509, '3.0000', '5.8333', '5.8333', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26947, '2023-05-19', 2645, 24351, 9383, 35746, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26948, '2023-05-19', 3061, 24352, 9383, 33226, '2.0000', '4.8500', '4.8500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26949, '2023-05-19', 3063, 24353, 9383, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26950, '2023-05-19', 2534, 24354, 9383, 33285, '2.0000', '3.9600', '3.9600', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26951, '2023-05-19', 2918, 24355, 9384, 29658, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 485, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26952, '2023-05-19', 2918, 24355, 9384, 30138, '1.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26953, '2023-05-19', 2646, 24356, 9384, 35754, '4.0000', '11.7500', '11.7500', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26954, '2023-05-19', 3048, 24357, 9384, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '223.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26955, '2023-05-19', 2710, 24358, 9384, 34513, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26956, '2023-05-19', 3889, 24359, 9384, 33313, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26957, '2023-05-19', 3772, 24360, 9384, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '269.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26958, '2023-05-19', 2651, 24361, 9384, 33228, '3.0000', '5.8333', '5.8333', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26959, '2023-05-19', 2645, 24362, 9384, 35746, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26960, '2023-05-19', 3114, 24363, 9384, 35766, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26961, '2023-05-19', 3912, 24364, 9384, 35728, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26962, '2023-05-19', 2877, 24365, 9384, 13204, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26963, '2023-05-19', 3885, 24366, 9385, 32040, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26964, '2023-05-19', 2923, 24367, 9385, 34516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26965, '2023-05-19', 2918, 24368, 9385, 31326, '-3.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26966, '2023-05-19', 2918, 24368, 9385, 32521, '-6.0000', '1.8750', '1.8750', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26967, '2023-05-19', 2918, 24368, 9385, 33302, '11.0000', '1.8752', '1.8752', '3.0000', '3.0000', '39.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26968, '2023-05-19', 2646, 24369, 9385, 35754, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26969, '2023-05-19', 3120, 24370, 9385, 35731, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26970, '2023-05-19', 3114, 24371, 9385, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26971, '2023-05-19', 3912, 24372, 9385, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26972, '2023-05-19', 3085, 24373, 9385, 34499, '1.0000', '3.5417', '3.5417', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26973, '2023-05-19', 3085, 24373, 9385, 34653, '-3.0000', '3.5417', '3.5417', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26974, '2023-05-19', 3085, 24373, 9385, 35721, '4.0000', '4.2700', '4.2700', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26975, '2023-05-19', 2711, 24374, 9385, 34512, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26976, '2023-05-19', 2653, 24375, 9385, 33264, '9.0000', '4.4092', '4.4092', '6.0000', '6.0000', '67.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26977, '2023-05-19', 2653, 24376, 9386, 33264, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '64.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26978, '2023-05-19', 2952, 24377, 9386, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '87.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26979, '2023-05-19', 2661, 24378, 9386, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26980, '2023-05-19', 2645, 24379, 9386, 35746, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26981, '2023-05-19', 2902, 24380, 9386, 33284, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26982, '2023-05-19', 3172, 24381, 9386, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '64.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26983, '2023-05-19', 3034, 24382, 9386, 3747, '1.0000', '50.8000', '50.8000', '70.0000', '70.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26984, '2023-05-19', 3578, 24383, 9386, 13318, '1.0000', '1.7917', '1.7917', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26985, '2023-05-19', 3314, 24384, 9386, 33289, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26986, '2023-05-19', 3889, 24385, 9386, 33313, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26987, '2023-05-19', 3311, 24386, 9386, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '47.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26988, '2023-05-19', 2927, 24387, 9386, 34517, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26989, '2023-05-19', 2935, 24388, 9386, 33310, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26990, '2023-05-19', 2646, 24389, 9386, 35754, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26991, '2023-05-19', 2918, 24390, 9387, 33302, '3.0000', '1.8752', '1.8752', '3.0000', '3.0000', '36.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26992, '2023-05-19', 2935, 24391, 9387, 33310, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26993, '2023-05-19', 2517, 24392, 9387, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26994, '2023-05-19', 2645, 24393, 9387, 35746, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26995, '2023-05-19', 2646, 24394, 9387, 35754, '4.0000', '11.7500', '11.7500', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26996, '2023-05-19', 3311, 24395, 9387, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26997, '2023-05-19', 2483, 24396, 9387, 14552, '1.0000', '20.0625', '20.0625', '26.0000', '26.0000', '2.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26998, '2023-05-19', 2661, 24397, 9387, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '41.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26999, '2023-05-19', 3048, 24398, 9387, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '220.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27000, '2023-05-19', 3912, 24399, 9387, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27001, '2023-05-19', 3074, 24400, 9387, 33288, '3.0000', '1.7083', '1.7083', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27002, '2023-05-19', 2660, 24401, 9388, 35740, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27003, '2023-05-19', 3912, 24402, 9388, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27004, '2023-05-19', 3483, 24403, 9388, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27005, '2023-05-19', 2499, 24404, 9388, 33317, '2.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27006, '2023-05-19', 2490, 24405, 9388, 5883, '1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '58.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27007, '2023-05-19', 2749, 24406, 9388, 4849, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27008, '2023-05-19', 3182, 24407, 9388, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27009, '2023-05-19', 3029, 24408, 9388, 17439, '1.0000', '6.4100', '6.4100', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27010, '2023-05-19', 3288, 24409, 9388, 4583, '1.0000', '16.5200', '16.5200', '22.0000', '22.0000', '30.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27011, '2023-05-19', 2967, 24410, 9388, 4262, '1.0000', '2.4500', '2.4500', '4.5000', '4.5000', '18.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27012, '2023-05-19', 3114, 24411, 9388, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27013, '2023-05-19', 2952, 24412, 9388, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '85.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27014, '2023-05-19', 2901, 24413, 9388, 34573, '-2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27015, '2023-05-19', 2901, 24413, 9388, 35687, '5.0000', '14.6842', '14.6842', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 601, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27016, '2023-05-19', 3172, 24414, 9388, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27017, '2023-05-19', 2949, 24415, 9389, 35688, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27018, '2023-05-19', 3578, 24416, 9389, 13318, '2.0000', '1.7917', '1.7917', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 209, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27019, '2023-05-19', 2507, 24417, 9389, 35748, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27020, '2023-05-19', 3314, 24418, 9389, 33289, '2.0000', '0.6875', '0.6875', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27021, '2023-05-19', 3114, 24419, 9389, 35766, '4.0000', '5.0000', '5.0000', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27022, '2023-05-19', 3172, 24420, 9389, 34536, '3.0000', '3.5250', '3.5250', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27023, '2023-05-19', 2646, 24421, 9389, 35754, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27024, '2023-05-19', 3086, 24422, 9389, 34498, '2.0000', '2.9750', '2.9750', '3.5000', '3.5000', '22.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27025, '2023-05-19', 3889, 24423, 9389, 33313, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 573, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27026, '2023-05-19', 2634, 24424, 9389, 35712, '4.0000', '2.9583', '2.9583', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27027, '2023-05-19', 3902, 24425, 9389, 34484, '3.0000', '12.9500', '12.9500', '16.0000', '16.0000', '14.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27028, '2023-05-19', 3885, 24426, 9389, 32040, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27029, '2023-05-19', 2901, 24427, 9389, 35687, '3.0000', '14.6842', '14.6842', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 601, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27030, '2023-05-19', 2713, 24428, 9389, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27031, '2023-05-19', 2789, 24429, 9390, 34502, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27032, '2023-05-19', 2711, 24430, 9390, 34512, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27033, '2023-05-19', 3553, 24431, 9390, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27034, '2023-05-19', 2712, 24432, 9390, 35760, '2.0000', '15.3750', '15.3750', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27035, '2023-05-19', 2646, 24433, 9390, 35754, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27036, '2023-05-19', 2645, 24434, 9390, 35746, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27037, '2023-05-19', 2902, 24435, 9390, 33284, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27038, '2023-05-19', 2901, 24436, 9390, 35687, '2.0000', '14.6842', '14.6842', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 601, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27039, '2023-05-19', 2922, 24437, 9390, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27040, '2023-05-19', 2936, 24438, 9390, 35726, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27041, '2023-05-19', 2502, 24439, 9390, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27042, '2023-05-19', 3912, 24440, 9390, 35728, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27043, '2023-05-19', 3314, 24441, 9390, 33490, '-1.0000', '0.6875', '0.6875', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27044, '2023-05-19', 3314, 24441, 9390, 34707, '-3.0000', '0.6875', '0.6875', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27045, '2023-05-19', 3314, 24441, 9390, 35768, '7.0000', '0.5819', '0.5819', '1.0000', '1.0000', '193.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27046, '2023-05-19', 3901, 24442, 9390, 33299, '6.0000', '0.3750', '0.3750', '0.5000', '0.5000', '20.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27047, '2023-05-19', 3138, 24443, 9391, 5922, '1.0000', '2.7100', '2.7100', '8.0000', '8.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27048, '2023-05-19', 2757, 24444, 9391, 5073, '1.0000', '3.0300', '3.0300', '12.0000', '12.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27049, '2023-05-19', 2645, 24445, 9391, 35746, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27050, '2023-05-19', 3084, 24446, 9391, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27051, '2023-05-19', 2737, 24447, 9391, 14540, '1.0000', '5.3125', '5.3125', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27052, '2023-05-19', 2711, 24448, 9391, 34512, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27053, '2023-05-19', 3483, 24449, 9391, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27054, '2023-05-19', 3901, 24450, 9391, 33299, '1.0000', '0.3750', '0.3750', '0.5000', '0.5000', '19.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27055, '2023-05-19', 2653, 24451, 9391, 33264, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '62.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27056, '2023-05-19', 3172, 24452, 9391, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27057, '2023-05-19', 2952, 24453, 9391, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '84.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27058, '2023-05-19', 2877, 24454, 9391, 13204, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27059, '2023-05-19', 2646, 24455, 9391, 35754, '4.0000', '11.7500', '11.7500', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27060, '2023-05-19', 2713, 24456, 9391, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27061, '2023-05-19', 2952, 24457, 9392, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '83.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27062, '2023-05-19', 3852, 24458, 9392, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27063, '2023-05-19', 3772, 24459, 9392, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '268.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27064, '2023-05-19', 2608, 24460, 9392, 34525, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '7.0000', 1, 0, NULL, 593, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27065, '2023-05-19', 2766, 24461, 9392, 4061, '2.0000', '1.3000', '1.3000', '2.0000', '2.0000', '227.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27066, '2023-05-19', 3256, 24462, 9392, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27067, '2023-05-19', 2698, 24463, 9392, 35551, '2.0000', '5.4000', '5.4000', '8.0000', '8.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27068, '2023-05-19', 2648, 24464, 9392, 35752, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27069, '2023-05-19', 2712, 24465, 9392, 35760, '2.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27070, '2023-05-19', 2713, 24466, 9392, 34509, '1.0000', '5.8333', '5.8333', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27071, '2023-05-19', 2901, 24467, 9392, 35687, '1.0000', '14.6842', '14.6842', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 601, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27072, '2023-05-19', 2647, 24468, 9392, 35751, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27073, '2023-05-19', 3048, 24469, 9392, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '219.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27074, '2023-05-19', 3912, 24470, 9392, 35728, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27075, '2023-05-19', 3063, 24471, 9393, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27076, '2023-05-19', 2927, 24472, 9393, 34517, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27077, '2023-05-19', 2935, 24473, 9393, 33310, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27078, '2023-05-19', 3074, 24474, 9393, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27079, '2023-05-19', 3889, 24475, 9393, 35074, '-5.0000', '4.2500', '4.2500', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27080, '2023-05-19', 3889, 24475, 9393, 35699, '7.0000', '4.2500', '4.2500', '5.5000', '5.5000', '5.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27081, '2023-05-19', 2634, 24476, 9393, 35712, '2.0000', '2.9583', '2.9583', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27082, '2023-05-19', 2713, 24477, 9393, 35087, '-6.0000', '5.8333', '5.8333', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27083, '2023-05-19', 2713, 24477, 9393, 35697, '7.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27084, '2023-05-19', 2646, 24478, 9393, 35754, '5.0000', '11.7500', '11.7500', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27085, '2023-05-19', 3048, 24479, 9393, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '217.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27086, '2023-05-19', 2483, 24480, 9393, 14552, '1.0000', '20.0625', '20.0625', '26.0000', '26.0000', '1.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27087, '2023-05-19', 2645, 24481, 9393, 35746, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27088, '2023-05-19', 3483, 24482, 9393, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27089, '2023-05-19', 3311, 24483, 9394, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27090, '2023-05-19', 2507, 24484, 9394, 35748, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27091, '2023-05-19', 2661, 24485, 9394, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '39.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27092, '2023-05-19', 2654, 24486, 9394, 3949, '1.0000', '64.0000', '64.0000', '85.0000', '85.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27093, '2023-05-19', 3256, 24487, 9394, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27094, '2023-05-19', 2902, 24488, 9394, 33284, '1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27095, '2023-05-19', 3172, 24489, 9394, 34536, '3.0000', '3.5250', '3.5250', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27096, '2023-05-19', 2952, 24490, 9394, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '82.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27097, '2023-05-19', 2646, 24491, 9394, 35754, '4.0000', '11.7500', '11.7500', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27098, '2023-05-19', 2935, 24492, 9394, 33310, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27099, '2023-05-19', 2645, 24493, 9394, 35746, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27100, '2023-05-19', 3123, 24494, 9394, 34503, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27101, '2023-05-19', 2877, 24495, 9394, 13204, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27102, '2023-05-19', 2545, 24496, 9394, 3840, '2.0000', '18.0000', '18.0000', '25.0000', '25.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27103, '2023-05-19', 2642, 24497, 9394, 35268, '-9.0000', '7.5313', '7.5313', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27104, '2023-05-19', 2642, 24497, 9394, 35685, '11.0000', '7.5313', '7.5313', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27105, '2023-05-19', 2713, 24498, 9394, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27106, '2023-05-19', 2893, 24499, 9395, 34488, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27107, '2023-05-19', 3178, 24500, 9395, 4473, '1.0000', '5.7200', '5.7200', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27108, '2023-05-19', 2482, 24501, 9395, 4820, '1.0000', '32.0000', '32.0000', '40.0000', '40.0000', '1.0000', 1, 0, NULL, 48, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27109, '2023-05-19', 2645, 24502, 9395, 35746, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27110, '2023-05-19', 3074, 24503, 9395, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27111, '2023-05-19', 2918, 24504, 9395, 33302, '3.0000', '1.8752', '1.8752', '3.0000', '3.0000', '33.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27112, '2023-05-19', 2902, 24505, 9395, 33700, '-1.0000', '6.2500', '6.2500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27113, '2023-05-19', 2902, 24505, 9395, 34919, '-7.0000', '6.2500', '6.2500', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27114, '2023-05-19', 2902, 24505, 9395, 35734, '12.0000', '6.5408', '6.5408', '9.0000', '9.0000', '24.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27115, '2023-05-19', 3311, 24506, 9395, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27116, '2023-05-19', 3062, 24507, 9395, 35696, '1.0000', '13.3333', '13.3333', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27117, '2023-05-19', 2708, 24508, 9395, 4003, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '2.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27118, '2023-05-19', 2902, 24509, 9396, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '23.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27119, '2023-05-19', 3819, 24510, 9396, 22821, '2.0000', '3.5429', '3.5429', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27120, '2023-05-19', 3114, 24511, 9396, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27121, '2023-05-19', 2901, 24512, 9396, 35687, '2.0000', '14.6842', '14.6842', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 601, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27122, '2023-05-19', 2711, 24513, 9396, 34512, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27123, '2023-05-19', 3048, 24514, 9396, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '215.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27124, '2023-05-19', 2646, 24515, 9396, 35754, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27125, '2023-05-19', 3060, 24516, 9396, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '33.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27126, '2023-05-19', 3875, 24517, 9396, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '3.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27127, '2023-05-19', 2634, 24518, 9396, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27128, '2023-05-19', 3901, 24519, 9396, 33299, '1.0000', '0.3750', '0.3750', '0.5000', '0.5000', '18.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27129, '2023-05-19', 2789, 24520, 9396, 34502, '2.0000', '10.1500', '10.1500', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27130, '2023-05-19', 2661, 24521, 9396, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '37.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27131, '2023-05-19', 3314, 24522, 9396, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '192.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27132, '2023-05-19', 2952, 24523, 9396, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '80.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27133, '2023-05-19', 3893, 24524, 9396, 32053, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27134, '2023-05-19', 3086, 24525, 9396, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '21.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27135, '2023-05-19', 3061, 24526, 9397, 33226, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27136, '2023-05-19', 2930, 24527, 9397, 34518, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27137, '2023-05-19', 2935, 24528, 9397, 33310, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27138, '2023-05-19', 2935, 24528, 9397, 33785, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27139, '2023-05-19', 2935, 24528, 9397, 36922, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '47.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27140, '2023-05-19', 2713, 24529, 9397, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27141, '2023-05-19', 2646, 24530, 9397, 35754, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27142, '2023-05-19', 2647, 24531, 9397, 35751, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '37.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27143, '2023-05-19', 3344, 24532, 9397, 33292, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27144, '2023-05-19', 2534, 24533, 9397, 33285, '2.0000', '3.9600', '3.9600', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27145, '2023-05-19', 3483, 24534, 9397, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27146, '2023-05-19', 3190, 24535, 9397, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '75.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27147, '2023-05-19', 3772, 24536, 9397, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '266.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27148, '2023-05-19', 2699, 24537, 9397, 34544, '7.0000', '5.0000', '5.0000', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27149, '2023-05-19', 2504, 24538, 9398, 35747, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27150, '2023-05-19', 3080, 24539, 9398, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '21.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27151, '2023-05-19', 2726, 24540, 9398, 28550, '2.0000', '12.7500', '12.7500', '25.0000', '25.0000', '48.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27152, '2023-05-19', 3264, 24541, 9398, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '46.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27153, '2023-05-19', 2713, 24542, 9398, 35697, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27154, '2023-05-19', 3187, 24543, 9398, 33327, '1.0000', '0.7145', '0.7145', '1.2500', '1.2500', '11.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27155, '2023-05-19', 3483, 24544, 9398, 30868, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27156, '2023-05-19', 3048, 24545, 9398, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '214.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27157, '2023-05-19', 2646, 24546, 9398, 35754, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27158, '2023-05-19', 2902, 24547, 9398, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '22.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27159, '2023-05-19', 2517, 24548, 9398, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27160, '2023-05-19', 2711, 24549, 9398, 35073, '-14.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27161, '2023-05-19', 2711, 24549, 9398, 35700, '15.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27162, '2023-05-19', 2645, 24550, 9398, 35746, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27163, '2023-05-19', 2661, 24551, 9398, 35709, '5.0000', '0.3000', '0.3000', '0.5000', '0.5000', '32.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27164, '2023-05-19', 3123, 24552, 9398, 34503, '2.0000', '4.9440', '4.9440', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27165, '2023-05-20', 2712, 24553, 9399, 35760, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27166, '2023-05-20', 2935, 24554, 9399, 36922, '10.0000', '0.7500', '0.7500', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27167, '2023-05-20', 3875, 24555, 9399, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '2.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27168, '2023-05-20', 3483, 24556, 9399, 30868, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27169, '2023-05-20', 3483, 24556, 9399, 30902, '-19.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27170, '2023-05-20', 3483, 24556, 9399, 32088, '-2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27171, '2023-05-20', 3483, 24556, 9399, 33349, '-2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27172, '2023-05-20', 3483, 24556, 9399, 34490, '24.0000', '0.8583', '0.8583', '1.5000', '1.5000', '264.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27173, '2023-05-20', 2950, 24557, 9399, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27174, '2023-05-20', 3114, 24558, 9399, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27175, '2023-05-20', 3772, 24559, 9399, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '265.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27176, '2023-05-20', 3629, 24560, 9399, 14548, '2.0000', '0.2000', '0.2000', '1.0000', '1.0000', '85.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27177, '2023-05-20', 2661, 24561, 9399, 35709, '3.0000', '0.3000', '0.3000', '0.5000', '0.5000', '29.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27178, '2023-05-20', 2936, 24562, 9399, 35726, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27179, '2023-05-20', 2645, 24563, 9399, 35746, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27180, '2023-05-20', 2653, 24564, 9399, 33264, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '60.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27181, '2023-05-20', 2653, 24565, 9400, 33264, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27182, '2023-05-20', 3314, 24566, 9400, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '191.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27183, '2023-05-20', 2646, 24567, 9400, 35754, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27184, '2023-05-20', 3342, 24568, 9400, 34522, '1.0000', '37.5000', '37.5000', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27185, '2023-05-20', 3629, 24569, 9400, 14548, '3.0000', '0.2000', '0.2000', '1.0000', '1.0000', '82.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27186, '2023-05-20', 2647, 24570, 9400, 35751, '11.0000', '7.7517', '7.7517', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27187, '2023-05-20', 2901, 24571, 9400, 35729, '2.0000', '14.2083', '14.2083', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 614, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27188, '2023-05-20', 2713, 24572, 9400, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27189, '2023-05-20', 3048, 24573, 9400, 34493, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '209.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27190, '2023-05-20', 3483, 24574, 9400, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '261.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27191, '2023-05-20', 3114, 24575, 9400, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27192, '2023-05-20', 3230, 24576, 9401, 31994, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27193, '2023-05-20', 2877, 24577, 9401, 13204, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27194, '2023-05-20', 2711, 24578, 9401, 35700, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27195, '2023-05-20', 3172, 24579, 9401, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '53.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27196, '2023-05-20', 3772, 24580, 9401, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '263.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27197, '2023-05-20', 3048, 24581, 9401, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '207.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27198, '2023-05-20', 2645, 24582, 9401, 35746, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 619, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27199, '2023-05-20', 2645, 24582, 9401, 36173, '-3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27200, '2023-05-20', 2645, 24582, 9401, 36923, '13.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27201, '2023-05-20', 3889, 24583, 9401, 35699, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27202, '2023-05-20', 2893, 24584, 9401, 34488, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27203, '2023-05-20', 3126, 24585, 9401, 30838, '1.0000', '10.7325', '10.7325', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 512, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27204, '2023-05-20', 3123, 24586, 9401, 34503, '2.0000', '4.9440', '4.9440', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27205, '2023-05-20', 2647, 24587, 9402, 35751, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27206, '2023-05-20', 3120, 24588, 9402, 35731, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27207, '2023-05-20', 2648, 24589, 9402, 35752, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27208, '2023-05-20', 2901, 24590, 9402, 35729, '2.0000', '14.2083', '14.2083', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 614, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27209, '2023-05-20', 2645, 24591, 9402, 36923, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27210, '2023-05-20', 2642, 24592, 9402, 35685, '3.0000', '7.5313', '7.5313', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27211, '2023-05-20', 3074, 24593, 9402, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27212, '2023-05-20', 2534, 24594, 9402, 33285, '1.0000', '3.9600', '3.9600', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27213, '2023-05-20', 3187, 24595, 9402, 33327, '1.0000', '0.7145', '0.7145', '1.2500', '1.2500', '10.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27214, '2023-05-20', 2949, 24596, 9403, 35688, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27215, '2023-05-20', 3172, 24597, 9403, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27216, '2023-05-20', 3230, 24598, 9403, 31994, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27217, '2023-05-20', 2712, 24599, 9403, 35760, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27218, '2023-05-20', 3483, 24600, 9403, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '260.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27219, '2023-05-20', 3074, 24601, 9404, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27220, '2023-05-20', 2952, 24602, 9405, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '79.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27221, '2023-05-20', 3311, 24603, 9405, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27222, '2023-05-20', 3875, 24604, 9406, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '1.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27223, '2023-05-20', 3221, 24605, 9407, 4516, '2.0000', '25.2400', '25.2400', '35.0000', '35.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27224, '2023-05-20', 3062, 24606, 9408, 35696, '1.0000', '13.3333', '13.3333', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27225, '2023-05-20', 3342, 24607, 9409, 34522, '1.0000', '37.5000', '37.5000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27226, '2023-05-20', 3085, 24608, 9410, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27227, '2023-05-20', 3912, 24609, 9410, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27228, '2023-05-20', 2918, 24610, 9411, 33302, '11.0000', '1.8752', '1.8752', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27229, '2023-05-20', 2927, 24611, 9411, 34517, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27230, '2023-05-20', 2502, 24612, 9412, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27231, '2023-05-20', 2891, 24613, 9412, 34538, '2.0000', '5.5200', '5.5200', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27232, '2023-05-20', 2711, 24614, 9412, 35700, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27233, '2023-05-20', 2920, 24615, 9413, 35681, '3.0000', '4.5000', '4.5000', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27234, '2023-05-20', 2936, 24616, 9413, 35726, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27235, '2023-05-20', 3885, 24617, 9413, 32040, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27236, '2023-05-20', 2789, 24618, 9414, 34502, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27237, '2023-05-20', 3172, 24619, 9414, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27238, '2023-05-20', 2879, 24620, 9414, 34535, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27239, '2023-05-20', 2886, 24621, 9414, 30255, '-2.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27240, '2023-05-20', 2886, 24621, 9414, 32640, '-1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27241, '2023-05-20', 2886, 24621, 9414, 34537, '4.0000', '5.5200', '5.5200', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27242, '2023-05-20', 2936, 24622, 9415, 35726, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27243, '2023-05-20', 2918, 24623, 9415, 33302, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27244, '2023-05-20', 2653, 24624, 9416, 33264, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27245, '2023-05-20', 2644, 24625, 9417, 35694, '9.0000', '3.7500', '3.7500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27246, '2023-05-20', 3048, 24626, 9417, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '206.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27247, '2023-05-20', 2648, 24627, 9418, 35752, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27248, '2023-05-20', 2645, 24628, 9419, 36923, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27249, '2023-05-20', 3048, 24629, 9419, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '204.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27250, '2023-05-20', 2645, 24630, 9420, 36923, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '50.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27251, '2023-05-20', 2645, 24631, 9421, 36923, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27252, '2023-05-20', 3048, 24632, 9421, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '202.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27253, '2023-05-20', 2644, 24633, 9422, 35694, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27254, '2023-05-20', 3483, 24634, 9423, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '258.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27255, '2023-05-20', 2644, 24635, 9424, 35694, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27256, '2023-05-20', 2642, 24636, 9425, 35685, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27257, '2023-05-20', 2921, 24637, 9425, 33305, '2.0000', '4.0000', '4.0000', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27258, '2023-05-20', 3868, 24638, 9425, 33220, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27259, '2023-05-20', 2901, 24639, 9426, 35729, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 614, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27260, '2023-05-20', 2952, 24640, 9427, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '78.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27261, '2023-05-20', 2642, 24641, 9428, 35685, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27262, '2023-05-20', 2822, 24642, 9429, 33263, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27263, '2023-05-20', 2642, 24643, 9429, 35685, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27264, '2023-05-20', 3483, 24644, 9430, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '257.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27265, '2023-05-21', 3121, 24645, 9431, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '19.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27266, '2023-05-21', 2952, 24646, 9431, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '77.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27267, '2023-05-21', 3048, 24647, 9431, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '201.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27268, '2023-05-21', 3081, 24648, 9432, 17432, '1.0000', '19.7000', '19.7000', '28.0000', '28.0000', '42.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27269, '2023-05-21', 2719, 24649, 9433, 34461, '6.0000', '0.8600', '0.8600', '2.0000', '2.0000', '64.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27270, '2023-05-21', 2749, 24650, 9433, 4849, '6.0000', '0.6900', '0.6900', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27271, '2023-05-21', 3172, 24651, 9434, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27272, '2023-05-21', 2712, 24652, 9435, 35760, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27273, '2023-05-21', 3123, 24653, 9436, 34503, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27274, '2023-05-21', 2952, 24654, 9436, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '76.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27275, '2023-05-21', 2645, 24655, 9437, 36923, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27276, '2023-05-21', 2711, 24656, 9437, 35700, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27277, '2023-05-21', 3187, 24657, 9438, 33327, '4.0000', '0.7145', '0.7145', '1.2500', '1.2500', '6.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27278, '2023-05-21', 3483, 24658, 9438, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '253.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27279, '2023-05-21', 2713, 24659, 9439, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27280, '2023-05-21', 3074, 24660, 9440, 33288, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 568, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27281, '2023-05-21', 2719, 24661, 9441, 34461, '4.0000', '0.8600', '0.8600', '2.0000', '2.0000', '60.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27282, '2023-05-21', 3260, 24662, 9441, 4832, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27283, '2023-05-21', 3080, 24663, 9442, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '20.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27284, '2023-05-21', 2645, 24664, 9443, 36923, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27285, '2023-05-21', 2713, 24665, 9443, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27286, '2023-05-21', 3875, 24666, 9444, 34510, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '0.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27287, '2023-05-21', 2645, 24667, 9445, 36923, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27288, '2023-05-21', 2645, 24668, 9446, 36923, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27289, '2023-05-21', 3483, 24669, 9446, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '251.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27290, '2023-05-21', 2645, 24670, 9447, 36923, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27291, '2023-05-21', 3483, 24671, 9447, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '249.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27292, '2023-05-21', 2645, 24672, 9448, 36923, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27293, '2023-05-21', 2545, 24673, 9449, 3840, '1.0000', '18.0000', '18.0000', '25.0000', '25.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27294, '2023-05-21', 3483, 24674, 9449, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '248.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27295, '2023-05-21', 3903, 24675, 9449, 34526, '1.0000', '6.0000', '6.0000', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 594, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27296, '2023-05-21', 2678, 24676, 9449, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27297, '2023-05-21', 3172, 24677, 9450, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27298, '2023-05-21', 2712, 24678, 9451, 35760, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27299, '2023-05-21', 2713, 24679, 9452, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27300, '2023-05-21', 3876, 24680, 9453, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '5.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27301, '2023-05-21', 2918, 24681, 9454, 33302, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27302, '2023-05-21', 2642, 24682, 9454, 35685, '3.0000', '7.5313', '7.5313', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27303, '2023-05-21', 2952, 24683, 9454, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '74.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27304, '2023-05-21', 3123, 24684, 9455, 34503, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27305, '2023-05-21', 2645, 24685, 9456, 36923, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27306, '2023-05-21', 3314, 24686, 9456, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '190.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27307, '2023-05-21', 2645, 24687, 9457, 36923, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27308, '2023-05-21', 2517, 24688, 9457, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '1.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27309, '2023-05-21', 3061, 24689, 9457, 33226, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27310, '2023-05-21', 2877, 24690, 9457, 13204, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 181, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27311, '2023-05-21', 3087, 24691, 9458, 4382, '1.0000', '20.5500', '20.5500', '28.0000', '28.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27312, '2023-05-21', 3187, 24692, 9458, 33327, '2.0000', '0.7145', '0.7145', '1.2500', '1.2500', '4.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27313, '2023-05-21', 3553, 24693, 9458, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27314, '2023-05-21', 2606, 24694, 9459, 35769, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '9.0000', 1, 0, NULL, 624, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27315, '2023-05-21', 2699, 24695, 9459, 34544, '2.0000', '5.0000', '5.0000', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27316, '2023-05-21', 3538, 24696, 9459, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27317, '2023-05-21', 2890, 24697, 9459, 35742, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '15.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27318, '2023-05-21', 3553, 24698, 9459, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27319, '2023-05-21', 2923, 24699, 9460, 34516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27320, '2023-05-21', 2710, 24700, 9460, 34513, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27321, '2023-05-21', 2875, 24701, 9461, 30586, '-1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27322, '2023-05-21', 2875, 24701, 9461, 35717, '2.0000', '3.5500', '3.5500', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27323, '2023-05-21', 2713, 24702, 9461, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27324, '2023-05-21', 2537, 24703, 9461, 8443, '1.0000', '6.5900', '6.5900', '10.0000', '10.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27325, '2023-05-21', 2535, 24704, 9461, 3830, '1.0000', '3.2900', '3.2900', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27326, '2023-05-21', 2790, 24705, 9462, 35691, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27327, '2023-05-21', 2508, 24706, 9462, 35750, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27328, '2023-05-21', 3775, 24707, 9463, 17440, '1.0000', '7.1300', '7.1300', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27329, '2023-05-21', 3538, 24708, 9463, 32054, '3.0000', '7.7500', '7.7500', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27330, '2023-05-21', 2893, 24709, 9464, 34488, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27331, '2023-05-21', 2661, 24710, 9464, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '27.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27332, '2023-05-21', 2508, 24711, 9464, 35750, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27333, '2023-05-21', 3483, 24712, 9464, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '246.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27334, '2023-05-21', 2713, 24713, 9465, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27335, '2023-05-21', 3015, 24714, 9465, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '44.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27336, '2023-05-21', 3048, 24715, 9465, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '200.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27337, '2023-05-21', 3187, 24716, 9465, 33327, '4.0000', '0.7145', '0.7145', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27338, '2023-05-21', 3187, 24716, 9465, 33916, '-1.0000', '0.7145', '0.7145', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27339, '2023-05-21', 3187, 24716, 9465, 35138, '-14.0000', '0.7145', '0.7145', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27340, '2023-05-21', 3187, 24716, 9465, 35707, '17.0000', '0.7268', '0.7268', '1.2500', '1.2500', '39.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27341, '2023-05-21', 3627, 24717, 9465, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '38.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27342, '2023-05-21', 3483, 24718, 9466, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '244.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27343, '2023-05-21', 3048, 24719, 9466, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '199.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27344, '2023-05-21', 2712, 24720, 9466, 35760, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27345, '2023-05-21', 3875, 24721, 9466, 35761, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '7.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27346, '2023-05-21', 3064, 24722, 9466, 34539, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27347, '2023-05-21', 3172, 24723, 9466, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27348, '2023-05-21', 3120, 24724, 9467, 35731, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27349, '2023-05-21', 3483, 24725, 9467, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '243.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27350, '2023-05-21', 3311, 24726, 9467, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27351, '2023-05-21', 3048, 24727, 9468, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '196.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27352, '2023-05-21', 3120, 24728, 9468, 35731, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27353, '2023-05-21', 2719, 24729, 9469, 34461, '10.0000', '0.8600', '0.8600', '2.0000', '2.0000', '50.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27354, '2023-05-21', 3260, 24730, 9469, 4832, '2.0000', '1.3900', '1.3900', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 49, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27355, '2023-05-21', 3260, 24730, 9469, 5937, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '161.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27356, '2023-05-21', 2610, 24731, 9469, 3905, '6.0000', '5.0000', '5.0000', '7.0000', '7.0000', '41.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27357, '2023-05-21', 2617, 24732, 9469, 3912, '2.0000', '6.0000', '6.0000', '7.5000', '7.5000', '22.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27358, '2023-05-21', 3234, 24733, 9469, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '11.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27359, '2023-05-21', 2949, 24734, 9469, 35688, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27360, '2023-05-21', 3553, 24735, 9469, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27361, '2023-05-21', 2617, 24736, 9470, 3912, '2.0000', '6.0000', '6.0000', '7.5000', '7.5000', '20.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27362, '2023-05-21', 3262, 24737, 9470, 10020, '1.0000', '4.8700', '4.8700', '10.0000', '10.0000', '26.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27363, '2023-05-21', 2719, 24738, 9470, 34461, '4.0000', '0.8600', '0.8600', '2.0000', '2.0000', '46.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27364, '2023-05-21', 2749, 24739, 9470, 4849, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27365, '2023-05-21', 2490, 24740, 9470, 5883, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '56.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27366, '2023-05-21', 3239, 24741, 9470, 10031, '1.0000', '0.6000', '0.6000', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27367, '2023-05-21', 3260, 24742, 9470, 6898, '-162.0000', '1.3900', '1.3900', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27368, '2023-05-21', 3260, 24742, 9470, 7861, '13.0000', '1.3900', '1.3900', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27369, '2023-05-21', 3260, 24742, 9470, 8822, '-13.0000', '1.3900', '1.3900', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27370, '2023-05-21', 3260, 24742, 9470, 9783, '13.0000', '1.3900', '1.3900', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27371, '2023-05-21', 3260, 24742, 9470, 5937, '150.0000', '1.3900', '1.3900', '3.0000', '3.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27372, '2023-05-21', 2893, 24743, 9471, 34488, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27373, '2023-05-21', 3627, 24744, 9471, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '37.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27374, '2023-05-21', 3314, 24745, 9471, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '188.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27375, '2023-05-21', 3048, 24746, 9471, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '195.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27376, '2023-05-21', 3641, 24747, 9471, 33244, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27377, '2023-05-21', 2711, 24748, 9471, 35700, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27378, '2023-05-21', 2893, 24749, 9472, 34488, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27379, '2023-05-21', 2663, 24750, 9472, 13367, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27380, '2023-05-21', 2734, 24751, 9472, 4029, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27381, '2023-05-21', 3822, 24752, 9472, 22859, '2.0000', '4.1667', '4.1667', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27382, '2023-05-21', 3314, 24753, 9473, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '187.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27383, '2023-05-21', 3048, 24754, 9473, 34493, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '190.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27384, '2023-05-21', 3868, 24755, 9473, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27385, '2023-05-21', 2790, 24756, 9473, 35691, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27386, '2023-05-21', 2713, 24757, 9474, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27387, '2023-05-21', 2499, 24758, 9474, 34981, '-4.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27388, '2023-05-21', 2499, 24758, 9474, 35683, '5.0000', '8.5400', '8.5400', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27389, '2023-05-21', 3483, 24759, 9475, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '241.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27390, '2023-05-21', 3553, 24760, 9475, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27391, '2023-05-21', 2608, 24761, 9475, 34525, '6.0000', '38.0000', '38.0000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 593, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27392, '2023-05-21', 3187, 24762, 9475, 35707, '2.0000', '0.7268', '0.7268', '1.2500', '1.2500', '37.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27393, '2023-05-21', 3120, 24763, 9476, 35731, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27394, '2023-05-21', 2982, 24764, 9477, 33234, '1.0000', '5.1700', '5.1700', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27395, '2023-05-21', 3074, 24765, 9477, 35092, '-10.0000', '1.7083', '1.7083', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27396, '2023-05-21', 3074, 24765, 9477, 35711, '11.0000', '1.7083', '1.7083', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27397, '2023-05-21', 3060, 24766, 9477, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '31.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27398, '2023-05-21', 2922, 24767, 9477, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27399, '2023-05-21', 2930, 24768, 9477, 34518, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27400, '2023-05-21', 2653, 24769, 9477, 33264, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27401, '2023-05-21', 3120, 24770, 9477, 35731, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27402, '2023-05-21', 2653, 24771, 9478, 33264, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27403, '2023-05-21', 2952, 24772, 9478, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '73.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27404, '2023-05-21', 3123, 24773, 9478, 34503, '3.0000', '4.9440', '4.9440', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27405, '2023-05-21', 3074, 24774, 9478, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27406, '2023-05-21', 3060, 24775, 9478, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '29.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27407, '2023-05-21', 3062, 24776, 9478, 35696, '1.0000', '13.3333', '13.3333', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27408, '2023-05-21', 3889, 24777, 9479, 35699, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '3.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27409, '2023-05-21', 2875, 24778, 9479, 35717, '2.0000', '3.5500', '3.5500', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27410, '2023-05-21', 2653, 24779, 9479, 33264, '9.0000', '4.4092', '4.4092', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27411, '2023-05-21', 2952, 24780, 9479, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '71.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27412, '2023-05-21', 3786, 24781, 9479, 33318, '2.0000', '2.1300', '2.1300', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27413, '2023-05-21', 3120, 24782, 9480, 35731, '3.0000', '5.8200', '5.8200', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27414, '2023-05-21', 3048, 24783, 9480, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '189.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27415, '2023-05-21', 2661, 24784, 9480, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '25.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27416, '2023-05-21', 2952, 24785, 9481, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '70.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27417, '2023-05-21', 3868, 24786, 9481, 33220, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27418, '2023-05-21', 3483, 24787, 9481, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '240.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27419, '2023-05-21', 3483, 24788, 9482, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '236.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27420, '2023-05-21', 2952, 24789, 9482, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '68.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27421, '2023-05-21', 3121, 24790, 9483, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '18.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27422, '2023-05-21', 3641, 24791, 9483, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27423, '2023-05-21', 3644, 24792, 9483, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '4.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27424, '2023-05-21', 2893, 24793, 9484, 35332, '-6.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27425, '2023-05-21', 2893, 24793, 9484, 35767, '7.0000', '1.6000', '1.6000', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27426, '2023-05-21', 3483, 24794, 9484, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '234.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27427, '2023-05-21', 2507, 24795, 9484, 35748, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27428, '2023-05-21', 3048, 24796, 9484, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '185.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27429, '2023-05-21', 3341, 24797, 9484, 33291, '1.0000', '21.5000', '21.5000', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 569, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27430, '2023-05-21', 2893, 24798, 9485, 35767, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27431, '2023-05-21', 3015, 24799, 9485, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '43.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27432, '2023-05-21', 3641, 24800, 9485, 33244, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27433, '2023-05-21', 2952, 24801, 9485, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '67.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27434, '2023-05-21', 3121, 24802, 9485, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '17.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27435, '2023-05-21', 2645, 24803, 9485, 36923, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27436, '2023-05-21', 3644, 24804, 9486, 22853, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '2.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27437, '2023-05-21', 2713, 24805, 9486, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27438, '2023-05-21', 3120, 24806, 9486, 35731, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27439, '2023-05-21', 3120, 24807, 9487, 35731, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27440, '2023-05-21', 3048, 24808, 9488, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '183.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27441, '2023-05-21', 2653, 24809, 9488, 33264, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27442, '2023-05-21', 3314, 24810, 9489, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '186.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27443, '2023-05-21', 2713, 24811, 9489, 35697, '3.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27444, '2023-05-21', 3048, 24812, 9489, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '179.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27445, '2023-05-21', 3074, 24813, 9489, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27446, '2023-05-21', 3015, 24814, 9489, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '42.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27447, '2023-05-21', 3483, 24815, 9490, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '232.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27448, '2023-05-21', 2713, 24816, 9490, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27449, '2023-05-21', 3875, 24817, 9490, 35761, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '6.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27450, '2023-05-21', 2875, 24818, 9490, 35717, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27451, '2023-05-21', 3212, 24819, 9490, 4507, '-1.0000', '3.3300', '3.3300', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27452, '2023-05-21', 3212, 24819, 9490, 33301, '2.0000', '3.9167', '3.9167', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27453, '2023-05-21', 2653, 24820, 9490, 33264, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27454, '2023-05-21', 3772, 24821, 9491, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '261.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27455, '2023-05-21', 3483, 24822, 9491, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '230.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27456, '2023-05-21', 2713, 24823, 9491, 35697, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27457, '2023-05-21', 3852, 24824, 9492, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27458, '2023-05-21', 2645, 24825, 9492, 36923, '12.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27459, '2023-05-21', 3172, 24826, 9492, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27460, '2023-05-21', 3641, 24827, 9492, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27461, '2023-05-21', 2936, 24828, 9492, 35726, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27462, '2023-05-21', 2922, 24829, 9492, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27463, '2023-05-21', 2923, 24830, 9492, 34516, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27464, '2023-05-21', 3629, 24831, 9492, 14548, '2.0000', '0.2000', '0.2000', '1.0000', '1.0000', '80.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27465, '2023-05-21', 2502, 24832, 9492, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27466, '2023-05-21', 2902, 24833, 9492, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '21.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27467, '2023-05-21', 2517, 24834, 9492, 33274, '1.0000', '10.5415', '10.5415', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 562, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27468, '2023-05-21', 2879, 24835, 9492, 34535, '2.0000', '5.5200', '5.5200', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27469, '2023-05-21', 3187, 24836, 9492, 35707, '1.0000', '0.7268', '0.7268', '1.2500', '1.2500', '36.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27470, '2023-05-21', 2822, 24837, 9492, 33263, '10.0000', '4.6667', '4.6667', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27471, '2023-05-21', 2642, 24838, 9492, 35685, '4.0000', '7.5313', '7.5313', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27472, '2023-05-21', 2642, 24838, 9492, 36909, '6.0000', '7.5313', '7.5313', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27473, '2023-05-21', 2651, 24839, 9492, 33228, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27474, '2023-05-21', 3482, 24840, 9493, 30867, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27475, '2023-05-21', 2822, 24841, 9494, 33263, '5.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27476, '2023-05-21', 2822, 24841, 9494, 33727, '-1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27477, '2023-05-21', 2822, 24841, 9494, 34946, '-3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27478, '2023-05-21', 2822, 24841, 9494, 35757, '5.0000', '4.6667', '4.6667', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27479, '2023-05-21', 3483, 24842, 9495, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '227.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27480, '2023-05-21', 2713, 24843, 9495, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27481, '2023-05-21', 3060, 24844, 9496, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '27.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27482, '2023-05-21', 2502, 24845, 9496, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27483, '2023-05-21', 3314, 24846, 9496, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '185.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27484, '2023-05-22', 3172, 24847, 9497, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27485, '2023-05-22', 3538, 24848, 9498, 32054, '2.0000', '7.7500', '7.7500', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27486, '2023-05-22', 3187, 24849, 9498, 35707, '2.0000', '0.7268', '0.7268', '1.2500', '1.2500', '34.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27487, '2023-05-22', 3553, 24850, 9498, 33295, '2.0000', '2.8274', '2.8274', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27488, '2023-05-22', 2916, 24851, 9498, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27489, '2023-05-22', 2699, 24852, 9498, 34544, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27490, '2023-05-22', 3875, 24853, 9499, 35761, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '5.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27491, '2023-05-22', 3483, 24854, 9499, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '223.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27492, '2023-05-22', 3262, 24855, 9499, 10020, '2.0000', '4.8700', '4.8700', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27493, '2023-05-22', 2726, 24856, 9499, 28550, '3.0000', '12.7500', '12.7500', '25.0000', '25.0000', '45.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27494, '2023-05-22', 2717, 24857, 9499, 4012, '2.0000', '3.9900', '3.9900', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27495, '2023-05-22', 3148, 24858, 9499, 5465, '2.0000', '5.6000', '5.6000', '9.0000', '9.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27496, '2023-05-22', 3644, 24859, 9500, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '1.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27497, '2023-05-22', 3120, 24860, 9500, 35731, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27498, '2023-05-22', 2875, 24861, 9500, 35717, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27499, '2023-05-22', 2893, 24862, 9500, 35767, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27500, '2023-05-22', 2653, 24863, 9500, 33264, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27501, '2023-05-22', 2952, 24864, 9500, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '66.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27502, '2023-05-22', 2952, 24865, 9501, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '65.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27503, '2023-05-22', 2653, 24866, 9501, 33264, '16.0000', '4.4092', '4.4092', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27504, '2023-05-22', 2645, 24867, 9501, 36923, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27505, '2023-05-22', 2661, 24868, 9501, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '24.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27506, '2023-05-22', 3172, 24869, 9502, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27507, '2023-05-22', 3314, 24870, 9502, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '184.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27508, '2023-05-22', 3641, 24871, 9502, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27509, '2023-05-22', 3064, 24872, 9502, 34539, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27510, '2023-05-22', 2653, 24873, 9503, 33264, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 561, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27511, '2023-05-22', 3311, 24874, 9503, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27512, '2023-05-22', 2653, 24875, 9504, 35124, '-29.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27513, '2023-05-22', 2653, 24875, 9504, 35680, '39.0000', '4.7917', '4.7917', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27514, '2023-05-22', 2930, 24876, 9504, 34518, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27515, '2023-05-22', 2952, 24877, 9504, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '64.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27516, '2023-05-22', 3585, 24878, 9505, 13344, '1.0000', '39.7500', '39.7500', '53.0000', '53.0000', '4.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27517, '2023-05-22', 2607, 24879, 9505, 5034, '1.0000', '30.9400', '30.9400', '45.0000', '45.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27518, '2023-05-22', 3776, 24880, 9505, 17438, '1.0000', '16.4800', '16.4800', '22.0000', '22.0000', '4.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27519, '2023-05-22', 3114, 24881, 9506, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27520, '2023-05-22', 3483, 24882, 9507, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '222.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27521, '2023-05-22', 3889, 24883, 9508, 35699, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27522, '2023-05-22', 3772, 24884, 9508, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '259.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27523, '2023-05-22', 2902, 24885, 9508, 35734, '2.0000', '6.5408', '6.5408', '9.0000', '9.0000', '19.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27524, '2023-05-22', 2710, 24886, 9508, 34513, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27525, '2023-05-22', 3172, 24887, 9508, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27526, '2023-05-22', 3048, 24888, 9508, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '177.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27527, '2023-05-22', 2653, 24889, 9509, 35680, '1.0000', '4.7917', '4.7917', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27528, '2023-05-22', 2789, 24890, 9510, 34502, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27529, '2023-05-22', 2648, 24891, 9511, 36932, '9.0000', '7.5783', '7.5783', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27530, '2023-05-22', 2646, 24892, 9511, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '59.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27531, '2023-05-22', 2712, 24893, 9512, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27532, '2023-05-22', 3538, 24894, 9513, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27533, '2023-05-22', 3120, 24895, 9513, 35731, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27534, '2023-05-22', 2712, 24896, 9513, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27535, '2023-05-22', 2712, 24897, 9514, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27536, '2023-05-22', 2514, 24898, 9515, 14532, '2.0000', '0.4583', '0.4583', '2.0000', '2.0000', '52.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27537, '2023-05-22', 3314, 24899, 9515, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '182.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27538, '2023-05-22', 2875, 24900, 9515, 35717, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27539, '2023-05-22', 2712, 24901, 9515, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27540, '2023-05-22', 3217, 24902, 9516, 9920, '2.0000', '57.5000', '57.5000', '75.0000', '75.0000', '0.0000', 1, 0, NULL, 102, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27541, '2023-05-22', 3314, 24903, 9517, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '181.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27542, '2023-05-22', 2919, 24904, 9517, 33304, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27543, '2023-05-22', 2927, 24905, 9517, 34517, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27544, '2023-05-22', 3074, 24906, 9517, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27545, '2023-05-22', 2930, 24907, 9518, 34518, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27546, '2023-05-22', 2935, 24908, 9518, 36922, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27547, '2023-05-22', 3314, 24909, 9519, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '180.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27548, '2023-05-22', 3076, 24910, 9520, 4371, '1.0000', '3.3500', '3.3500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27549, '2023-05-22', 3085, 24911, 9521, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27550, '2023-05-22', 3483, 24912, 9521, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '221.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27551, '2023-05-22', 2645, 24913, 9522, 36923, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27552, '2023-05-22', 3172, 24914, 9522, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27553, '2023-05-22', 2710, 24915, 9522, 34513, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27554, '2023-05-22', 3114, 24916, 9523, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27555, '2023-05-22', 2645, 24917, 9524, 36923, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27556, '2023-05-22', 3085, 24918, 9524, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27557, '2023-05-22', 3074, 24919, 9524, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27558, '2023-05-22', 2646, 24920, 9525, 36933, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '57.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27559, '2023-05-22', 3482, 24921, 9526, 30867, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27560, '2023-05-22', 2646, 24922, 9527, 36933, '5.0000', '11.7500', '11.7500', '15.0000', '15.0000', '52.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27561, '2023-05-22', 2713, 24923, 9528, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '46.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27562, '2023-05-22', 2660, 24924, 9529, 35740, '2.0000', '3.5700', '3.5700', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27563, '2023-05-22', 3483, 24925, 9529, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '217.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27564, '2023-05-22', 2719, 24926, 9530, 34461, '4.0000', '0.8600', '0.8600', '2.0000', '2.0000', '42.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27565, '2023-05-22', 2749, 24927, 9530, 4849, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27566, '2023-05-22', 2647, 24928, 9531, 35751, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27567, '2023-05-22', 2927, 24929, 9532, 34517, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27568, '2023-05-22', 2918, 24930, 9532, 33302, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27569, '2023-05-22', 2648, 24931, 9533, 36932, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27570, '2023-05-22', 2646, 24932, 9534, 36933, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '49.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27571, '2023-05-22', 2653, 24933, 9535, 35680, '2.0000', '4.7917', '4.7917', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27572, '2023-05-22', 2646, 24934, 9536, 36933, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27573, '2023-05-22', 3784, 24935, 9536, 29311, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27574, '2023-05-22', 3784, 24935, 9536, 33296, '1.0000', '0.4067', '0.4067', '1.0000', '1.0000', '23.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27575, '2023-05-22', 2982, 24936, 9537, 33234, '1.0000', '5.1700', '5.1700', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27576, '2023-05-22', 2646, 24937, 9538, 36933, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '45.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27577, '2023-05-22', 3892, 24938, 9539, 32052, '1.0000', '5.5000', '5.5000', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27578, '2023-05-22', 2935, 24939, 9540, 36922, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27579, '2023-05-22', 2952, 24940, 9541, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '63.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27580, '2023-05-23', 3483, 24941, 9542, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '216.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27581, '2023-05-23', 2822, 24942, 9543, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27582, '2023-05-23', 2973, 24943, 9544, 9878, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 85, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27583, '2023-05-23', 3060, 24944, 9545, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '26.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27584, '2023-05-23', 2893, 24945, 9546, 35767, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27585, '2023-05-23', 3772, 24946, 9546, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '257.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27586, '2023-05-23', 3644, 24947, 9547, 22853, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27587, '2023-05-23', 3482, 24948, 9547, 30867, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 519, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27588, '2023-05-23', 3483, 24949, 9547, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '215.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27589, '2023-05-23', 3314, 24950, 9547, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '179.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27590, '2023-05-23', 3015, 24951, 9547, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27591, '2023-05-23', 3627, 24952, 9547, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '36.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27592, '2023-05-23', 2648, 24953, 9548, 36932, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27593, '2023-05-23', 3172, 24954, 9548, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27594, '2023-05-23', 2713, 24955, 9548, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27595, '2023-05-23', 3875, 24956, 9548, 35761, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '4.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27596, '2023-05-23', 2712, 24957, 9548, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27597, '2023-05-23', 3086, 24958, 9548, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '20.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27598, '2023-05-23', 2499, 24959, 9549, 35683, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27599, '2023-05-23', 3114, 24960, 9549, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27600, '2023-05-23', 3912, 24961, 9549, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27601, '2023-05-23', 3256, 24962, 9549, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27602, '2023-05-23', 2534, 24963, 9550, 33285, '2.0000', '3.9600', '3.9600', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27603, '2023-05-23', 3060, 24964, 9551, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '25.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27604, '2023-05-23', 3123, 24965, 9551, 35047, '-8.0000', '4.9440', '4.9440', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27605, '2023-05-23', 3123, 24965, 9551, 35732, '10.0000', '4.9440', '4.9440', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27606, '2023-05-23', 3114, 24966, 9551, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27607, '2023-05-23', 3174, 24967, 9551, 4469, '1.0000', '1.0900', '1.0900', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27608, '2023-05-23', 3314, 24968, 9552, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '178.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27609, '2023-05-23', 3172, 24969, 9552, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27610, '2023-05-23', 2534, 24970, 9552, 33285, '4.0000', '3.9600', '3.9600', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 567, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27611, '2023-05-23', 3311, 24971, 9553, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27612, '2023-05-23', 2698, 24972, 9553, 35551, '2.0000', '5.4000', '5.4000', '8.0000', '8.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27613, '2023-05-23', 2699, 24973, 9553, 34544, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27614, '2023-05-23', 2916, 24974, 9553, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '1.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27615, '2023-05-23', 2712, 24975, 9554, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27616, '2023-05-23', 3114, 24976, 9555, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27617, '2023-05-23', 2699, 24977, 9556, 34544, '6.0000', '5.0000', '5.0000', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27618, '2023-05-23', 2606, 24978, 9556, 35769, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '8.0000', 1, 0, NULL, 624, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27619, '2023-05-23', 3114, 24979, 9557, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27620, '2023-05-23', 2877, 24980, 9558, 13518, '-5.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27621, '2023-05-23', 2877, 24980, 9558, 14761, '-2.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27622, '2023-05-23', 2877, 24980, 9558, 35736, '8.0000', '2.5800', '2.5800', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27623, '2023-05-23', 2717, 24981, 9559, 4012, '2.0000', '3.9900', '3.9900', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27624, '2023-05-23', 3171, 24982, 9559, 4466, '2.0000', '2.7500', '2.7500', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27625, '2023-05-23', 3081, 24983, 9559, 17432, '1.0000', '19.7000', '19.7000', '28.0000', '28.0000', '41.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27626, '2023-05-23', 2713, 24984, 9560, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27627, '2023-05-23', 3048, 24985, 9560, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '176.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27628, '2023-05-23', 3483, 24986, 9560, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '214.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27629, '2023-05-23', 2647, 24987, 9561, 35751, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27630, '2023-05-23', 2647, 24988, 9562, 35751, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27631, '2023-05-23', 2918, 24989, 9562, 33302, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27632, '2023-05-23', 3483, 24990, 9563, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '213.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27633, '2023-05-23', 2902, 24991, 9564, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '18.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27634, '2023-05-23', 2877, 24992, 9564, 35736, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27635, '2023-05-23', 2646, 24993, 9565, 36933, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '43.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27636, '2023-05-23', 2646, 24994, 9566, 36933, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27637, '2023-05-23', 3784, 24995, 9566, 33296, '3.0000', '0.4067', '0.4067', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27638, '2023-05-23', 2646, 24996, 9567, 36933, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27639, '2023-05-23', 2646, 24997, 9568, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27640, '2023-05-23', 2918, 24998, 9569, 33302, '9.0000', '1.8752', '1.8752', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27641, '2023-05-23', 3314, 24999, 9570, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '177.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27642, '2023-05-23', 2646, 25000, 9571, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '37.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27643, '2023-05-23', 3818, 25001, 9572, 22820, '4.0000', '3.5429', '3.5429', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27644, '2023-05-23', 2646, 25002, 9572, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27645, '2023-05-23', 2713, 25003, 9573, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '43.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27646, '2023-05-23', 3483, 25004, 9573, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '212.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27647, '2023-05-24', 2822, 25005, 9574, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27648, '2023-05-24', 2822, 25006, 9575, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27649, '2023-05-24', 2713, 25007, 9576, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27650, '2023-05-24', 3622, 25008, 9577, 33282, '1.0000', '4.6667', '4.6667', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27651, '2023-05-24', 3614, 25009, 9577, 14526, '1.0000', '2.8846', '2.8846', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27652, '2023-05-24', 2609, 25010, 9578, 3904, '1.0000', '2.8700', '2.8700', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27653, '2023-05-24', 3234, 25011, 9578, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '10.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27654, '2023-05-24', 2699, 25012, 9578, 34544, '12.0000', '5.0000', '5.0000', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27655, '2023-05-24', 2898, 25013, 9578, 36940, '1.0000', '200.2233', '200.2233', '265.0000', '265.0000', '2.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27656, '2023-05-24', 3553, 25014, 9578, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27657, '2023-05-24', 2713, 25015, 9579, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '41.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27658, '2023-05-24', 3561, 25016, 9579, 34485, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27659, '2023-05-24', 2653, 25017, 9579, 35680, '4.0000', '4.7917', '4.7917', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27660, '2023-05-24', 3314, 25018, 9580, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '176.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27661, '2023-05-24', 3641, 25019, 9580, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27662, '2023-05-24', 3483, 25020, 9580, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '211.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27663, '2023-05-24', 3048, 25021, 9580, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '175.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27664, '2023-05-24', 3187, 25022, 9580, 35707, '7.0000', '0.7268', '0.7268', '1.2500', '1.2500', '27.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27665, '2023-05-24', 2835, 25023, 9580, 35705, '1.0000', '14.5000', '14.5000', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27666, '2023-05-24', 2712, 25024, 9580, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27667, '2023-05-24', 3314, 25025, 9581, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '175.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27668, '2023-05-24', 3212, 25026, 9582, 33301, '1.0000', '3.9167', '3.9167', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27669, '2023-05-24', 2653, 25027, 9583, 35680, '4.0000', '4.7917', '4.7917', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27670, '2023-05-24', 3314, 25028, 9583, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '174.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27671, '2023-05-24', 3641, 25029, 9583, 33244, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 555, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27672, '2023-05-24', 3641, 25029, 9583, 33716, '-1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27673, '2023-05-24', 3641, 25029, 9583, 34534, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27674, '2023-05-24', 2952, 25030, 9584, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '62.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27675, '2023-05-24', 2712, 25031, 9585, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27676, '2023-05-24', 3772, 25032, 9585, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '255.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27677, '2023-05-24', 2789, 25033, 9586, 34502, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27678, '2023-05-24', 3172, 25034, 9586, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27679, '2023-05-24', 2500, 25035, 9587, 35682, '1.0000', '11.6700', '11.6700', '13.0000', '13.0000', '9.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27680, '2023-05-24', 3161, 25036, 9588, 4456, '1.0000', '10.6500', '10.6500', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27681, '2023-05-24', 2902, 25037, 9589, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '17.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27682, '2023-05-24', 2504, 25038, 9590, 35747, '4.0000', '2.5000', '2.5000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27683, '2023-05-24', 2918, 25039, 9590, 33302, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27684, '2023-05-24', 3074, 25040, 9591, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27685, '2023-05-24', 3074, 25041, 9592, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27686, '2023-05-24', 2713, 25042, 9593, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '40.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27687, '2023-05-24', 3172, 25043, 9593, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27688, '2023-05-24', 3114, 25044, 9594, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27689, '2023-05-24', 3172, 25045, 9594, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27690, '2023-05-24', 3314, 25046, 9595, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '173.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27691, '2023-05-24', 2924, 25047, 9596, 32038, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27692, '2023-05-24', 2918, 25048, 9596, 33302, '3.0000', '1.8752', '1.8752', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27693, '2023-05-24', 2921, 25049, 9596, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27694, '2023-05-24', 2901, 25050, 9597, 35729, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 614, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27695, '2023-05-24', 2901, 25050, 9597, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '25.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27696, '2023-05-24', 2711, 25051, 9598, 35700, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27697, '2023-05-24', 3172, 25052, 9599, 34536, '3.0000', '3.5250', '3.5250', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27698, '2023-05-24', 2711, 25053, 9600, 35700, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27699, '2023-05-24', 3085, 25054, 9600, 35721, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27700, '2023-05-24', 2711, 25055, 9601, 35700, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27701, '2023-05-24', 2952, 25056, 9601, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '61.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27702, '2023-05-24', 3772, 25057, 9601, 35708, '4.0000', '0.8458', '0.8458', '1.5000', '1.5000', '251.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27703, '2023-05-24', 3048, 25058, 9602, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '174.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27704, '2023-05-24', 2713, 25059, 9603, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27705, '2023-05-24', 3483, 25060, 9603, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '209.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27706, '2023-05-24', 2711, 25061, 9604, 35700, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27707, '2023-05-24', 2646, 25062, 9604, 36933, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27708, '2023-05-24', 3311, 25063, 9604, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '36.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27709, '2023-05-24', 3064, 25064, 9605, 35744, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27710, '2023-05-24', 3611, 25065, 9605, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27711, '2023-05-24', 2651, 25066, 9606, 33228, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27712, '2023-05-24', 3231, 25067, 9606, 31995, '1.0000', '1.8300', '1.8300', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27713, '2023-05-24', 3314, 25068, 9606, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '171.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27714, '2023-05-24', 2886, 25069, 9607, 34537, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27715, '2023-05-24', 3784, 25070, 9607, 33296, '1.0000', '0.4067', '0.4067', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27716, '2023-05-24', 2894, 25071, 9607, 34103, '-1.0000', '5.5300', '5.5300', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27717, '2023-05-24', 2894, 25071, 9607, 34540, '2.0000', '5.5200', '5.5200', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27718, '2023-05-24', 3172, 25072, 9607, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27719, '2023-05-24', 2710, 25073, 9608, 34513, '1.0000', '5.8333', '5.8333', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27720, '2023-05-24', 2951, 25074, 9608, 23740, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27721, '2023-05-24', 2951, 25074, 9608, 28232, '-1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27722, '2023-05-24', 2951, 25074, 9608, 32980, '-2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27723, '2023-05-24', 2951, 25074, 9608, 35714, '4.0000', '2.5500', '2.5500', '3.5000', '3.5000', '44.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27724, '2023-05-24', 2646, 25075, 9609, 36933, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '31.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27725, '2023-05-24', 3311, 25076, 9609, 34533, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27726, '2023-05-24', 2646, 25077, 9610, 36933, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27727, '2023-05-24', 2646, 25078, 9611, 36933, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27728, '2023-05-24', 3866, 25079, 9612, 27328, '2.0000', '11.0200', '11.0200', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27729, '2023-05-24', 3085, 25080, 9613, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27730, '2023-05-24', 2646, 25081, 9614, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27731, '2023-05-24', 3784, 25082, 9614, 33296, '2.0000', '0.4067', '0.4067', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27732, '2023-05-24', 2653, 25083, 9615, 35680, '4.0000', '4.7917', '4.7917', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27733, '2023-05-24', 3483, 25084, 9615, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '207.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27734, '2023-05-24', 2901, 25085, 9615, 36935, '2.0000', '14.0469', '14.0469', '18.0000', '18.0000', '23.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27735, '2023-05-24', 3818, 25086, 9616, 22820, '2.0000', '3.5429', '3.5429', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27736, '2023-05-24', 2648, 25087, 9617, 36932, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27737, '2023-05-24', 3060, 25088, 9617, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '24.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27738, '2023-05-24', 2711, 25089, 9618, 35765, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27739, '2023-05-24', 2952, 25090, 9618, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '60.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27740, '2023-05-24', 3641, 25091, 9619, 34534, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27741, '2023-05-24', 3483, 25092, 9620, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '203.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27742, '2023-05-24', 2653, 25093, 9621, 35680, '2.0000', '4.7917', '4.7917', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27743, '2023-05-24', 2648, 25094, 9622, 36932, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27744, '2023-05-24', 3483, 25095, 9622, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '201.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27745, '2023-05-24', 2952, 25096, 9623, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27746, '2023-05-24', 2935, 25097, 9624, 36922, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27747, '2023-05-24', 2711, 25098, 9625, 35765, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27748, '2023-05-24', 2952, 25099, 9625, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27749, '2023-05-24', 2822, 25100, 9626, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27750, '2023-05-24', 2645, 25101, 9627, 36923, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27751, '2023-05-24', 3314, 25102, 9628, 35768, '3.0000', '0.5819', '0.5819', '1.0000', '1.0000', '168.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27752, '2023-05-24', 2647, 25103, 9629, 35751, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27753, '2023-05-24', 2646, 25104, 9630, 36933, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27754, '2023-05-24', 2713, 25105, 9631, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '38.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27755, '2023-05-25', 2822, 25106, 9632, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27756, '2023-05-25', 2822, 25107, 9633, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27757, '2023-05-25', 3314, 25108, 9634, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '167.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27758, '2023-05-25', 3060, 25109, 9635, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '23.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27759, '2023-05-25', 2610, 25110, 9636, 3905, '2.0000', '5.0000', '5.0000', '7.0000', '7.0000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27760, '2023-05-25', 3825, 25111, 9636, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27761, '2023-05-25', 2713, 25112, 9637, 35763, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27762, '2023-05-25', 2712, 25113, 9638, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27763, '2023-05-25', 2789, 25114, 9638, 34953, '-5.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27764, '2023-05-25', 2789, 25114, 9638, 35692, '6.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27765, '2023-05-25', 3015, 25115, 9639, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '39.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27766, '2023-05-25', 3483, 25116, 9639, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '198.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27767, '2023-05-25', 3074, 25117, 9639, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27768, '2023-05-25', 2699, 25118, 9640, 34544, '3.0000', '5.0000', '5.0000', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27769, '2023-05-25', 2698, 25119, 9640, 35551, '1.0000', '5.4000', '5.4000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27770, '2023-05-25', 2726, 25120, 9640, 28550, '3.0000', '12.7500', '12.7500', '25.0000', '25.0000', '42.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27771, '2023-05-25', 3483, 25121, 9640, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '196.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27772, '2023-05-25', 2790, 25122, 9640, 35691, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27773, '2023-05-25', 2889, 25123, 9641, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27774, '2023-05-25', 3482, 25124, 9641, 32555, '-3.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27775, '2023-05-25', 3482, 25124, 9641, 36925, '4.0000', '1.2500', '1.2500', '2.0000', '2.0000', '20.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27776, '2023-05-25', 3483, 25125, 9641, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '195.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27777, '2023-05-25', 2634, 25126, 9641, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27778, '2023-05-25', 3772, 25127, 9642, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '250.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27779, '2023-05-25', 3314, 25128, 9642, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '165.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27780, '2023-05-25', 3074, 25129, 9642, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27781, '2023-05-25', 3314, 25130, 9643, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '164.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27782, '2023-05-25', 2713, 25131, 9644, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27783, '2023-05-25', 3048, 25132, 9645, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '171.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27784, '2023-05-25', 3827, 25133, 9646, 33217, '2.0000', '2.7300', '2.7300', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27785, '2023-05-25', 2918, 25134, 9646, 33302, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27786, '2023-05-25', 2918, 25134, 9646, 35004, '-1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27787, '2023-05-25', 2918, 25134, 9646, 36233, '-8.0000', '1.8752', '1.8752', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27788, '2023-05-25', 2918, 25134, 9646, 36916, '10.0000', '1.8752', '1.8752', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27789, '2023-05-25', 2713, 25135, 9647, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27790, '2023-05-25', 3314, 25136, 9647, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '163.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27791, '2023-05-25', 2645, 25137, 9648, 36923, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27792, '2023-05-25', 3048, 25138, 9648, 34493, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '166.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27793, '2023-05-25', 2645, 25139, 9649, 36923, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27794, '2023-05-25', 2901, 25140, 9650, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '22.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27795, '2023-05-25', 2691, 25141, 9651, 3986, '2.0000', '5.3400', '5.3400', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27796, '2023-05-25', 3314, 25142, 9652, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '162.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27797, '2023-05-25', 2646, 25143, 9653, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27798, '2023-05-25', 2502, 25144, 9653, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27799, '2023-05-25', 3561, 25145, 9654, 34956, '-1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27800, '2023-05-25', 3561, 25145, 9654, 35749, '2.0000', '4.6666', '4.6666', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27801, '2023-05-25', 2507, 25146, 9655, 35748, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27802, '2023-05-25', 2902, 25147, 9655, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '16.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27803, '2023-05-25', 2920, 25148, 9655, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27804, '2023-05-25', 3314, 25149, 9656, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '161.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27805, '2023-05-25', 2660, 25150, 9657, 35740, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27806, '2023-05-25', 2646, 25151, 9657, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27807, '2023-05-25', 2646, 25152, 9658, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27808, '2023-05-25', 2935, 25153, 9659, 36922, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27809, '2023-05-25', 2485, 25154, 9660, 32000, '2.0000', '22.5142', '22.5142', '29.0000', '29.0000', '1.0000', 1, 0, NULL, 526, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27810, '2023-05-25', 2713, 25155, 9661, 35763, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27811, '2023-05-25', 2918, 25156, 9662, 36916, '3.0000', '1.8752', '1.8752', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27812, '2023-05-25', 2930, 25157, 9662, 34518, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27813, '2023-05-26', 2973, 25158, 9663, 15531, '-5.0000', '7.0000', '7.0000', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27814, '2023-05-26', 2973, 25158, 9663, 27258, '6.0000', '7.0000', '7.0000', '11.0000', '11.0000', '18.0000', 1, 0, NULL, 437, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27815, '2023-05-26', 2902, 25159, 9664, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '15.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27816, '2023-05-26', 3772, 25160, 9664, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '249.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27817, '2023-05-26', 2879, 25161, 9665, 34535, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27818, '2023-05-26', 3538, 25162, 9665, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27819, '2023-05-26', 3553, 25163, 9665, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27820, '2023-05-26', 3177, 25164, 9665, 20125, '1.0000', '1.5800', '1.5800', '2.2500', '2.2500', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27821, '2023-05-26', 2890, 25165, 9665, 35742, '2.0000', '5.5200', '5.5200', '6.5000', '6.5000', '13.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27822, '2023-05-26', 3483, 25166, 9665, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '193.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27823, '2023-05-26', 2982, 25167, 9666, 33271, '1.0000', '5.2100', '5.2100', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27824, '2023-05-26', 2534, 25168, 9667, 33765, '-1.0000', '3.9600', '3.9600', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27825, '2023-05-26', 2534, 25168, 9667, 34985, '-2.0000', '3.9600', '3.9600', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27826, '2023-05-26', 2534, 25168, 9667, 35690, '5.0000', '4.2700', '4.2700', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27827, '2023-05-26', 2507, 25169, 9667, 35748, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27828, '2023-05-26', 3483, 25170, 9667, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '192.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27829, '2023-05-26', 2499, 25171, 9668, 35683, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27830, '2023-05-26', 3172, 25172, 9668, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27831, '2023-05-26', 3314, 25173, 9668, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '160.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27832, '2023-05-26', 2497, 25174, 9668, 3792, '1.0000', '0.6900', '0.6900', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27833, '2023-05-26', 3245, 25175, 9668, 4540, '1.0000', '1.4600', '1.4600', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27834, '2023-05-26', 3641, 25176, 9669, 34534, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27835, '2023-05-26', 3483, 25177, 9670, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '188.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27836, '2023-05-26', 3910, 25178, 9671, 35719, '2.0000', '68.0000', '68.0000', '85.0000', '85.0000', '4.0000', 1, 0, NULL, 610, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27837, '2023-05-26', 2790, 25179, 9672, 35691, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27838, '2023-05-26', 3302, 25180, 9673, 4597, '6.0000', '0.1600', '0.1600', '0.4000', '0.4000', '2108.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27839, '2023-05-26', 2901, 25181, 9674, 36935, '2.0000', '14.0469', '14.0469', '18.0000', '18.0000', '20.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27840, '2023-05-26', 2663, 25182, 9674, 13367, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27841, '2023-05-26', 2960, 25183, 9675, 33209, '1.0000', '8.5000', '8.5000', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27842, '2023-05-26', 2973, 25184, 9676, 27258, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '17.0000', 1, 0, NULL, 437, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27843, '2023-05-26', 3260, 25185, 9677, 5937, '3.0000', '1.3900', '1.3900', '3.0000', '3.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27844, '2023-05-26', 2719, 25186, 9677, 34461, '7.0000', '0.8600', '0.8600', '2.0000', '2.0000', '35.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27845, '2023-05-26', 2490, 25187, 9677, 5883, '6.0000', '0.6900', '0.6900', '2.5000', '2.5000', '50.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27846, '2023-05-26', 3141, 25188, 9677, 4436, '1.0000', '0.8900', '0.8900', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27847, '2023-05-26', 2725, 25189, 9677, 30720, '1.0000', '2.9100', '2.9100', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27848, '2023-05-26', 2725, 25189, 9677, 35602, '-1.0000', '2.9100', '2.9100', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27849, '2023-05-26', 2725, 25189, 9677, 36941, '4.0000', '3.8667', '3.8667', '10.0000', '10.0000', '146.0000', 1, 0, NULL, 634, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27850, '2023-05-26', 3262, 25190, 9677, 10020, '1.0000', '4.8700', '4.8700', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27851, '2023-05-26', 3831, 25191, 9677, 23973, '2.0000', '1.2100', '1.2100', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27852, '2023-05-26', 2779, 25192, 9677, 5760, '3.0000', '2.5000', '2.5000', '3.5000', '3.5000', '30.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27853, '2023-05-26', 3025, 25193, 9678, 4320, '1.0000', '34.1700', '34.1700', '45.0000', '45.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27854, '2023-05-26', 2697, 25194, 9679, 5830, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27855, '2023-05-26', 2712, 25195, 9680, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27856, '2023-05-26', 2789, 25196, 9680, 36913, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 626, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27857, '2023-05-26', 2642, 25197, 9680, 36909, '6.0000', '7.5313', '7.5313', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27858, '2023-05-26', 2651, 25198, 9680, 33228, '6.0000', '5.8333', '5.8333', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27859, '2023-05-26', 2645, 25199, 9681, 36923, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 628, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27860, '2023-05-26', 2645, 25199, 9681, 36943, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '71.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27861, '2023-05-26', 2713, 25200, 9682, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27862, '2023-05-26', 2982, 25201, 9683, 33271, '1.0000', '5.2100', '5.2100', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27863, '2023-05-26', 2650, 25202, 9684, 32023, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27864, '2023-05-26', 2645, 25203, 9684, 36943, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '70.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27865, '2023-05-26', 2643, 25204, 9685, 19646, '1.0000', '6.8900', '6.8900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 384, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27866, '2023-05-26', 2643, 25204, 9685, 24393, '3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27867, '2023-05-26', 2502, 25205, 9685, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27868, '2023-05-26', 2645, 25206, 9686, 36943, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '67.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27869, '2023-05-26', 3641, 25207, 9687, 34534, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27870, '2023-05-26', 3483, 25208, 9687, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '187.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27871, '2023-05-26', 3074, 25209, 9688, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27872, '2023-05-26', 2642, 25210, 9689, 36909, '12.0000', '7.5313', '7.5313', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27873, '2023-05-26', 2789, 25211, 9689, 36913, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 626, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27874, '2023-05-26', 2660, 25212, 9689, 35740, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27875, '2023-05-26', 3641, 25213, 9689, 34534, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27876, '2023-05-26', 3048, 25214, 9689, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '163.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27877, '2023-05-26', 2920, 25215, 9690, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27878, '2023-05-26', 2918, 25216, 9690, 36916, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27879, '2023-05-26', 2713, 25217, 9691, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27880, '2023-05-26', 3772, 25218, 9691, 35708, '4.0000', '0.8458', '0.8458', '1.5000', '1.5000', '245.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27881, '2023-05-26', 3048, 25219, 9691, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '161.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27882, '2023-05-26', 3209, 25220, 9692, 27307, '1.0000', '30.3500', '30.3500', '40.0000', '40.0000', '4.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27883, '2023-05-26', 2930, 25221, 9693, 34518, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27884, '2023-05-26', 2960, 25222, 9694, 33209, '2.0000', '8.5000', '8.5000', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27885, '2023-05-26', 2901, 25223, 9695, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '19.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27886, '2023-05-26', 2889, 25224, 9696, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27887, '2023-05-26', 3314, 25225, 9697, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '158.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27888, '2023-05-26', 2648, 25226, 9698, 36932, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27889, '2023-05-26', 2713, 25227, 9699, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27890, '2023-05-26', 3483, 25228, 9699, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '186.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27891, '2023-05-26', 2935, 25229, 9700, 36922, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27892, '2023-05-26', 2952, 25230, 9701, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27893, '2023-05-26', 2901, 25231, 9702, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '18.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27894, '2023-05-26', 3172, 25232, 9703, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27895, '2023-05-26', 3772, 25233, 9703, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '243.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27896, '2023-05-26', 2646, 25234, 9704, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27897, '2023-05-26', 2923, 25235, 9704, 34516, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27898, '2023-05-26', 2923, 25235, 9704, 35006, '-1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27899, '2023-05-26', 2923, 25235, 9704, 35724, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27900, '2023-05-26', 2474, 25236, 9705, 5979, '1.0000', '15.0000', '15.0000', '21.5000', '21.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27901, '2023-05-26', 2647, 25237, 9706, 35751, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27902, '2023-05-26', 2648, 25238, 9706, 36932, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27903, '2023-05-27', 2644, 25239, 9707, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27904, '2023-05-27', 3772, 25240, 9708, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '241.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27905, '2023-05-27', 2727, 25241, 9709, 28548, '1.0000', '25.0000', '25.0000', '40.0000', '40.0000', '32.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27906, '2023-05-27', 3212, 25242, 9710, 33301, '4.0000', '3.9167', '3.9167', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27907, '2023-05-27', 3074, 25243, 9711, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27908, '2023-05-27', 3074, 25244, 9712, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27909, '2023-05-27', 2835, 25245, 9713, 35705, '2.0000', '14.5000', '14.5000', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27910, '2023-05-27', 3553, 25246, 9713, 33295, '2.0000', '2.8274', '2.8274', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27911, '2023-05-27', 3772, 25247, 9713, 35708, '8.0000', '0.8458', '0.8458', '1.5000', '1.5000', '233.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27912, '2023-05-27', 3482, 25248, 9714, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '19.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27913, '2023-05-27', 2651, 25249, 9715, 33228, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27914, '2023-05-27', 3483, 25250, 9715, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '185.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27915, '2023-05-27', 2710, 25251, 9716, 34513, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27916, '2023-05-27', 2499, 25252, 9717, 35683, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27917, '2023-05-27', 3182, 25253, 9717, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27918, '2023-05-27', 2923, 25254, 9718, 35724, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27919, '2023-05-27', 2645, 25255, 9719, 36943, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27920, '2023-05-27', 3048, 25256, 9719, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '157.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27921, '2023-05-27', 3482, 25257, 9719, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '18.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27922, '2023-05-27', 2499, 25258, 9720, 35683, '2.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27923, '2023-05-27', 2499, 25258, 9720, 36209, '-3.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27924, '2023-05-27', 2499, 25258, 9720, 36911, '4.0000', '8.5400', '8.5400', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27925, '2023-05-27', 2952, 25259, 9721, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '54.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27926, '2023-05-27', 2651, 25260, 9721, 33228, '1.0000', '5.8333', '5.8333', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 554, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27927, '2023-05-27', 2645, 25261, 9722, 36943, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '58.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27928, '2023-05-27', 3048, 25262, 9722, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '155.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27929, '2023-05-27', 3314, 25263, 9722, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '157.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27930, '2023-05-27', 3172, 25264, 9723, 34536, '3.0000', '3.5250', '3.5250', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27931, '2023-05-27', 3114, 25265, 9723, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27932, '2023-05-27', 2789, 25266, 9723, 36913, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 626, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27933, '2023-05-27', 3187, 25267, 9724, 35707, '1.0000', '0.7268', '0.7268', '1.2500', '1.2500', '26.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27934, '2023-05-27', 2646, 25268, 9725, 36933, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27935, '2023-05-27', 2952, 25269, 9726, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27936, '2023-05-27', 3311, 25270, 9727, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '32.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27937, '2023-05-27', 2901, 25271, 9728, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '17.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27938, '2023-05-27', 2713, 25272, 9729, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27939, '2023-05-27', 2646, 25273, 9730, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27940, '2023-05-27', 2646, 25274, 9731, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27941, '2023-05-27', 2645, 25275, 9731, 36943, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27942, '2023-05-27', 2952, 25276, 9732, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27943, '2023-05-27', 3172, 25277, 9732, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27944, '2023-05-27', 3483, 25278, 9733, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '184.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27945, '2023-05-27', 2645, 25279, 9734, 36943, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27946, '2023-05-27', 3063, 25280, 9735, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27947, '2023-05-27', 3483, 25281, 9736, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '182.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27948, '2023-05-27', 3172, 25282, 9736, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27949, '2023-05-27', 2646, 25283, 9737, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27950, '2023-05-27', 2713, 25284, 9738, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27951, '2023-05-27', 2645, 25285, 9739, 36943, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27952, '2023-05-27', 2645, 25286, 9740, 36943, '9.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27953, '2023-05-27', 3483, 25287, 9741, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '181.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27954, '2023-05-27', 2645, 25288, 9742, 36943, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27955, '2023-05-27', 2502, 25289, 9742, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27956, '2023-05-27', 3314, 25290, 9743, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '156.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27957, '2023-05-27', 2919, 25291, 9744, 33304, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27958, '2023-05-27', 3902, 25292, 9745, 34484, '3.0000', '12.9500', '12.9500', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27959, '2023-05-27', 2645, 25293, 9746, 36943, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27960, '2023-05-27', 2952, 25294, 9746, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27961, '2023-05-27', 2645, 25295, 9747, 36943, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27962, '2023-05-27', 2922, 25296, 9748, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27963, '2023-05-27', 2935, 25297, 9748, 36922, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27964, '2023-05-27', 2645, 25298, 9749, 36943, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27965, '2023-05-27', 2951, 25299, 9750, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '43.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27966, '2023-05-27', 3608, 25300, 9750, 14504, '1.0000', '0.5000', '0.5000', '1.0000', '1.0000', '24.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27967, '2023-05-27', 2646, 25301, 9751, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27968, '2023-05-27', 2645, 25302, 9752, 36943, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27969, '2023-05-27', 2645, 25303, 9753, 36943, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27970, '2023-05-27', 2645, 25304, 9754, 36943, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27971, '2023-05-27', 2713, 25305, 9754, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27972, '2023-05-27', 2645, 25306, 9755, 36943, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27973, '2023-05-27', 3048, 25307, 9756, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '153.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27974, '2023-05-28', 2917, 25308, 9757, 34483, '4.0000', '9.7500', '9.7500', '14.0000', '14.0000', '0.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27975, '2023-05-28', 2634, 25309, 9758, 35712, '3.0000', '2.9583', '2.9583', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27976, '2023-05-28', 3060, 25310, 9758, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '22.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27977, '2023-05-28', 3314, 25311, 9759, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '155.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27978, '2023-05-28', 2708, 25312, 9760, 4003, '2.0000', '8.0000', '8.0000', '11.0000', '11.0000', '0.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27979, '2023-05-28', 2647, 25313, 9761, 35751, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27980, '2023-05-28', 2973, 25314, 9762, 27258, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '16.0000', 1, 0, NULL, 437, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27981, '2023-05-28', 2485, 25315, 9763, 32000, '1.0000', '22.5142', '22.5142', '29.0000', '29.0000', '0.0000', 1, 0, NULL, 526, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27982, '2023-05-28', 2647, 25316, 9764, 35751, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27983, '2023-05-28', 3060, 25317, 9765, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '21.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27984, '2023-05-28', 2647, 25318, 9766, 35751, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27985, '2023-05-28', 2648, 25319, 9767, 36932, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27986, '2023-05-28', 2645, 25320, 9768, 36943, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27987, '2023-05-28', 2502, 25321, 9769, 35733, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27988, '2023-05-28', 2713, 25322, 9770, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27989, '2023-05-28', 2645, 25323, 9771, 36943, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27990, '2023-05-28', 2645, 25324, 9772, 36943, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27991, '2023-05-28', 3048, 25325, 9772, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '152.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27992, '2023-05-28', 3912, 25326, 9773, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27993, '2023-05-28', 2902, 25327, 9774, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '14.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27994, '2023-05-28', 2923, 25328, 9775, 35724, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27995, '2023-05-28', 2920, 25329, 9775, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '5.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27996, '2023-05-28', 2712, 25330, 9775, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27997, '2023-05-28', 2936, 25331, 9776, 35726, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27998, '2023-05-28', 2922, 25332, 9776, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27999, '2023-05-28', 2930, 25333, 9776, 34518, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28000, '2023-05-28', 2901, 25334, 9777, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28001, '2023-05-28', 3172, 25335, 9778, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28002, '2023-05-28', 2646, 25336, 9779, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28003, '2023-05-28', 3172, 25337, 9779, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28004, '2023-05-28', 3172, 25338, 9780, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28005, '2023-05-28', 2648, 25339, 9781, 36932, '5.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28006, '2023-05-28', 3063, 25340, 9781, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28007, '2023-05-28', 2645, 25341, 9781, 36943, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28008, '2023-05-28', 2949, 25342, 9781, 35688, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28009, '2023-05-28', 2891, 25343, 9781, 34538, '2.0000', '5.5200', '5.5200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28010, '2023-05-28', 2891, 25343, 9781, 35743, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28011, '2023-05-28', 3172, 25344, 9781, 34536, '3.0000', '3.5250', '3.5250', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28012, '2023-05-28', 2646, 25345, 9781, 36933, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28013, '2023-05-28', 2908, 25346, 9782, 4203, '1.0000', '6.5600', '6.5600', '14.0000', '14.0000', '4.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28014, '2023-05-28', 2921, 25347, 9783, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28015, '2023-05-28', 2920, 25348, 9783, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28016, '2023-05-28', 3172, 25349, 9784, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28017, '2023-05-28', 2952, 25350, 9785, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28018, '2023-05-28', 3772, 25351, 9786, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '232.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28019, '2023-05-28', 2653, 25352, 9787, 35680, '12.0000', '4.7917', '4.7917', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28020, '2023-05-28', 2952, 25353, 9787, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '48.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28021, '2023-05-28', 2645, 25354, 9788, 36943, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28022, '2023-05-28', 2617, 25355, 9789, 3912, '20.0000', '6.0000', '6.0000', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28023, '2023-05-28', 2617, 25355, 9789, 9909, '10.0000', '4.5000', '4.5000', '7.5000', '7.5000', '16.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28024, '2023-05-28', 3772, 25356, 9790, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '230.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28025, '2023-05-28', 2653, 25357, 9790, 35680, '3.0000', '4.7917', '4.7917', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28026, '2023-05-28', 2713, 25358, 9791, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28027, '2023-05-28', 3482, 25359, 9791, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '17.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28028, '2023-05-28', 3483, 25360, 9791, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '180.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28029, '2023-05-28', 3048, 25361, 9791, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '151.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28030, '2023-05-28', 2875, 25362, 9791, 35717, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28031, '2023-05-28', 3314, 25363, 9791, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '154.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28032, '2023-05-28', 2712, 25364, 9792, 36927, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28033, '2023-05-28', 3314, 25365, 9793, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '153.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28034, '2023-05-28', 3875, 25366, 9794, 35761, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '3.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28035, '2023-05-28', 2653, 25367, 9795, 35680, '1.0000', '4.7917', '4.7917', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 598, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28036, '2023-05-28', 2653, 25367, 9795, 35756, '9.0000', '4.4092', '4.4092', '6.0000', '6.0000', '63.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28037, '2023-05-28', 3064, 25368, 9796, 35744, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28038, '2023-05-28', 3172, 25369, 9796, 34536, '3.0000', '3.5250', '3.5250', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28039, '2023-05-28', 2886, 25370, 9797, 34537, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28040, '2023-05-28', 3172, 25371, 9797, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28041, '2023-05-28', 2653, 25372, 9798, 35756, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '57.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28042, '2023-05-28', 3172, 25373, 9798, 34536, '2.0000', '3.5250', '3.5250', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28043, '2023-05-28', 2660, 25374, 9798, 35740, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28044, '2023-05-28', 3641, 25375, 9799, 34534, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28045, '2023-05-28', 2713, 25376, 9800, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28046, '2023-05-29', 2902, 25377, 9801, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '13.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28047, '2023-05-29', 3772, 25378, 9801, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '229.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28048, '2023-05-29', 2653, 25379, 9802, 35756, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '49.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28049, '2023-05-29', 2711, 25380, 9802, 35765, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28050, '2023-05-29', 3121, 25381, 9803, 34504, '2.0000', '3.0300', '3.0300', '4.5000', '4.5000', '15.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28051, '2023-05-29', 3641, 25382, 9804, 34534, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28052, '2023-05-29', 3483, 25383, 9804, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '179.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28053, '2023-05-29', 3772, 25384, 9804, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '228.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28054, '2023-05-29', 2902, 25385, 9805, 35734, '2.0000', '6.5408', '6.5408', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28055, '2023-05-29', 2790, 25386, 9805, 35691, '2.0000', '5.8100', '5.8100', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28056, '2023-05-29', 2697, 25387, 9806, 5830, '15.0000', '6.4500', '6.4500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28057, '2023-05-29', 2606, 25388, 9806, 35769, '2.0000', '35.0000', '35.0000', '45.0000', '45.0000', '6.0000', 1, 0, NULL, 624, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28058, '2023-05-29', 2727, 25389, 9806, 28548, '4.0000', '25.0000', '25.0000', '40.0000', '40.0000', '28.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28059, '2023-05-29', 2726, 25390, 9806, 28550, '3.0000', '12.7500', '12.7500', '25.0000', '25.0000', '39.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28060, '2023-05-29', 3147, 25391, 9806, 5925, '1.0000', '4.3900', '4.3900', '12.0000', '12.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28061, '2023-05-29', 3264, 25392, 9806, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '45.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28062, '2023-05-29', 3235, 25393, 9806, 17434, '1.0000', '88.2500', '88.2500', '105.0000', '105.0000', '6.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28063, '2023-05-29', 2980, 25394, 9807, 5174, '1.0000', '35.4700', '35.4700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28064, '2023-05-29', 2699, 25395, 9807, 34544, '8.0000', '5.0000', '5.0000', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28065, '2023-05-29', 2608, 25396, 9807, 34525, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 593, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28066, '2023-05-29', 3553, 25397, 9807, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28067, '2023-05-29', 2644, 25398, 9808, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28068, '2023-05-29', 2790, 25399, 9808, 35691, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28069, '2023-05-29', 3187, 25400, 9809, 35707, '4.0000', '0.7268', '0.7268', '1.2500', '1.2500', '22.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28070, '2023-05-29', 2538, 25401, 9810, 3833, '4.0000', '6.0000', '6.0000', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28071, '2023-05-29', 3190, 25402, 9810, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '74.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28072, '2023-05-29', 3314, 25403, 9810, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '152.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28073, '2023-05-29', 3595, 25404, 9810, 14483, '1.0000', '4.3900', '4.3900', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 252, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28074, '2023-05-29', 3772, 25405, 9811, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '226.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28075, '2023-05-29', 3483, 25406, 9811, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '176.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28076, '2023-05-29', 2712, 25407, 9811, 36953, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28077, '2023-05-29', 3064, 25408, 9811, 35744, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28078, '2023-05-29', 2712, 25409, 9812, 36953, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28079, '2023-05-29', 2713, 25410, 9813, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28080, '2023-05-29', 3483, 25411, 9814, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '174.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28081, '2023-05-29', 3482, 25412, 9814, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '16.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28082, '2023-05-29', 3483, 25413, 9815, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '173.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28083, '2023-05-29', 2901, 25414, 9816, 36935, '2.0000', '14.0469', '14.0469', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28084, '2023-05-29', 2924, 25415, 9817, 32038, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28085, '2023-05-29', 2710, 25416, 9818, 34513, '2.0000', '5.8333', '5.8333', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 590, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28086, '2023-05-29', 2919, 25417, 9819, 33304, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28087, '2023-05-29', 2922, 25418, 9819, 34515, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28088, '2023-05-29', 2499, 25419, 9820, 36911, '2.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28089, '2023-05-29', 2499, 25419, 9820, 36946, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28090, '2023-05-29', 2646, 25420, 9821, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28091, '2023-05-29', 2653, 25421, 9821, 35756, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '48.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28092, '2023-05-29', 2653, 25422, 9822, 35756, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28093, '2023-05-29', 2646, 25423, 9823, 36933, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28094, '2023-05-29', 2712, 25424, 9824, 36953, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28095, '2023-05-29', 2502, 25425, 9825, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28096, '2023-05-29', 2918, 25426, 9826, 36916, '3.0000', '1.8752', '1.8752', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28097, '2023-05-29', 2935, 25427, 9826, 36922, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '21.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28098, '2023-05-29', 2502, 25428, 9827, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28099, '2023-05-29', 3592, 25429, 9828, 33255, '2.0000', '2.2500', '2.2500', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28100, '2023-05-29', 3538, 25430, 9829, 32054, '2.0000', '7.7500', '7.7500', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28101, '2023-05-29', 2699, 25431, 9830, 34544, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28102, '2023-05-29', 2822, 25432, 9831, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28103, '2023-05-29', 3294, 25433, 9832, 4589, '20.0000', '0.1100', '0.1100', '0.7500', '0.7500', '340.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28104, '2023-05-29', 3187, 25434, 9833, 35707, '1.0000', '0.7268', '0.7268', '1.2500', '1.2500', '21.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28105, '2023-05-29', 3314, 25435, 9834, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '150.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28106, '2023-05-29', 3080, 25436, 9835, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '19.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28107, '2023-05-29', 3641, 25437, 9836, 34534, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28108, '2023-05-29', 3641, 25437, 9836, 34935, '-5.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28109, '2023-05-29', 3641, 25437, 9836, 35738, '6.0000', '1.7500', '1.7500', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28110, '2023-05-29', 3311, 25438, 9836, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28111, '2023-05-29', 2936, 25439, 9837, 35726, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28112, '2023-05-29', 2927, 25440, 9837, 34517, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28113, '2023-05-29', 2923, 25441, 9837, 35724, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28114, '2023-05-29', 2920, 25442, 9837, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '3.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28115, '2023-05-29', 2919, 25443, 9837, 33304, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28116, '2023-05-29', 2645, 25444, 9838, 36943, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28117, '2023-05-29', 3483, 25445, 9839, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '172.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28118, '2023-05-29', 2645, 25446, 9840, 36943, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28119, '2023-05-29', 3621, 25447, 9841, 14537, '3.0000', '0.5833', '0.5833', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28120, '2023-05-29', 2645, 25448, 9842, 36943, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 635, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28121, '2023-05-29', 2713, 25449, 9843, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28122, '2023-05-30', 2916, 25450, 9844, 33204, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28123, '2023-05-30', 2645, 25451, 9844, 36959, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '71.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28124, '2023-05-30', 2646, 25452, 9845, 36933, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28125, '2023-05-30', 3063, 25453, 9845, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28126, '2023-05-30', 3172, 25454, 9845, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28127, '2023-05-30', 3538, 25455, 9846, 32054, '3.0000', '7.7500', '7.7500', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28128, '2023-05-30', 2514, 25456, 9847, 14532, '2.0000', '0.4583', '0.4583', '2.0000', '2.0000', '50.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28129, '2023-05-30', 2653, 25457, 9847, 35756, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28130, '2023-05-30', 2713, 25458, 9847, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28131, '2023-05-30', 2646, 25459, 9848, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28132, '2023-05-30', 2645, 25460, 9848, 36959, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '70.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28133, '2023-05-30', 3806, 25461, 9849, 22807, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 390, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28134, '2023-05-30', 3561, 25462, 9849, 35749, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28135, '2023-05-30', 2534, 25463, 9850, 35690, '2.0000', '4.2700', '4.2700', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28136, '2023-05-30', 3483, 25464, 9851, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '169.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28137, '2023-05-30', 2789, 25465, 9852, 36913, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 626, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28138, '2023-05-30', 3172, 25466, 9853, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28139, '2023-05-30', 3890, 25467, 9854, 32049, '1.0000', '30.2500', '30.2500', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28140, '2023-05-30', 3538, 25468, 9854, 32054, '4.0000', '7.7500', '7.7500', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28141, '2023-05-30', 3114, 25469, 9855, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28142, '2023-05-30', 3060, 25470, 9856, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '20.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28143, '2023-05-30', 2500, 25471, 9857, 35682, '3.0000', '11.6700', '11.6700', '13.0000', '13.0000', '6.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28144, '2023-05-30', 3314, 25472, 9858, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '149.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28145, '2023-05-30', 2822, 25473, 9858, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28146, '2023-05-30', 2960, 25474, 9859, 33209, '3.0000', '8.5000', '8.5000', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28147, '2023-05-30', 2651, 25475, 9860, 35720, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28148, '2023-05-30', 3172, 25476, 9860, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28149, '2023-05-30', 3121, 25477, 9861, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '14.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28150, '2023-05-30', 2651, 25478, 9862, 35720, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28151, '2023-05-30', 3641, 25479, 9863, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28152, '2023-05-30', 2711, 25480, 9864, 35765, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28153, '2023-05-30', 2918, 25481, 9865, 36916, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28154, '2023-05-30', 2920, 25482, 9865, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28155, '2023-05-30', 2923, 25483, 9865, 35724, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28156, '2023-05-30', 3889, 25484, 9866, 35699, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28157, '2023-05-30', 3311, 25485, 9866, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '29.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28158, '2023-05-30', 2645, 25486, 9867, 36959, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '67.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28159, '2023-05-30', 2790, 25487, 9867, 35691, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28160, '2023-05-30', 2651, 25488, 9868, 35720, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28161, '2023-05-30', 2645, 25489, 9868, 36959, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '66.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28162, '2023-05-30', 2901, 25490, 9868, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28163, '2023-05-30', 2950, 25491, 9868, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28164, '2023-05-30', 2713, 25492, 9869, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28165, '2023-05-30', 2645, 25493, 9870, 36959, '9.0000', '8.5417', '8.5417', '12.0000', '12.0000', '57.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28166, '2023-05-30', 2822, 25494, 9870, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28167, '2023-05-30', 2711, 25495, 9871, 35765, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28168, '2023-05-30', 2645, 25496, 9872, 36959, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28169, '2023-05-30', 2645, 25497, 9873, 36959, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28170, '2023-05-30', 2713, 25498, 9874, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28171, '2023-05-30', 3784, 25499, 9875, 33296, '1.0000', '0.4067', '0.4067', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28172, '2023-05-30', 3311, 25500, 9875, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28173, '2023-05-30', 2646, 25501, 9876, 36933, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28174, '2023-05-30', 2646, 25501, 9876, 36947, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28175, '2023-05-30', 3172, 25502, 9876, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28176, '2023-05-30', 3784, 25503, 9876, 33296, '1.0000', '0.4067', '0.4067', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28177, '2023-05-30', 2645, 25504, 9877, 36959, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '52.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28178, '2023-05-30', 3314, 25505, 9877, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '147.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28179, '2023-05-30', 2927, 25506, 9877, 34517, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28180, '2023-05-30', 3900, 25507, 9877, 33259, '1.0000', '6.0000', '6.0000', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28181, '2023-05-30', 2646, 25508, 9878, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '45.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28182, '2023-05-30', 3172, 25509, 9878, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28183, '2023-05-30', 2645, 25510, 9879, 36959, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '49.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28184, '2023-05-30', 3772, 25511, 9879, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '224.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28185, '2023-05-30', 2645, 25512, 9880, 36959, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28186, '2023-05-30', 2935, 25513, 9881, 36922, '3.0000', '0.7500', '0.7500', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28187, '2023-05-30', 3048, 25514, 9882, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '148.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28188, '2023-05-30', 2646, 25515, 9883, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '43.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28189, '2023-05-30', 2973, 25516, 9884, 27258, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '15.0000', 1, 0, NULL, 437, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28190, '2023-05-30', 2645, 25517, 9885, 36959, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28191, '2023-05-30', 3772, 25518, 9886, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '223.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28192, '2023-05-30', 3172, 25519, 9887, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28193, '2023-05-31', 3074, 25520, 9888, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28194, '2023-05-31', 3060, 25521, 9889, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '19.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28195, '2023-05-31', 3868, 25522, 9890, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '19.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28196, '2023-05-31', 3880, 25523, 9891, 30815, '1.0000', '40.0600', '40.0600', '54.0000', '54.0000', '0.0000', 1, 0, NULL, 504, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28197, '2023-05-31', 3323, 25524, 9891, 4618, '1.0000', '15.5000', '15.5000', '20.0000', '20.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28198, '2023-05-31', 3553, 25525, 9891, 33295, '2.0000', '2.8274', '2.8274', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28199, '2023-05-31', 3187, 25526, 9891, 35707, '2.0000', '0.7268', '0.7268', '1.2500', '1.2500', '19.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28200, '2023-05-31', 3314, 25527, 9892, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '145.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28201, '2023-05-31', 2704, 25528, 9892, 23827, '1.0000', '0.1000', '0.1000', '0.5000', '0.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28202, '2023-05-31', 2875, 25529, 9893, 35717, '1.0000', '3.5500', '3.5500', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28203, '2023-05-31', 3121, 25530, 9893, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '13.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28204, '2023-05-31', 2712, 25531, 9893, 36953, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28205, '2023-05-31', 3483, 25532, 9893, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '167.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28206, '2023-05-31', 3314, 25533, 9894, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '144.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28207, '2023-05-31', 3314, 25534, 9895, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '143.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28208, '2023-05-31', 2713, 25535, 9895, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28209, '2023-05-31', 3641, 25536, 9895, 35738, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28210, '2023-05-31', 2534, 25537, 9896, 35690, '3.0000', '4.2700', '4.2700', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28211, '2023-05-31', 2950, 25538, 9896, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28212, '2023-05-31', 3483, 25539, 9897, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '165.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28213, '2023-05-31', 3048, 25540, 9897, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '146.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28214, '2023-05-31', 3060, 25541, 9898, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '18.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28215, '2023-05-31', 3483, 25542, 9899, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '164.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28216, '2023-06-01', 2920, 25543, 9900, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '1.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28217, '2023-06-01', 2713, 25544, 9900, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28218, '2023-06-01', 2644, 25545, 9900, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28219, '2023-06-01', 3483, 25546, 9900, 4771, '-1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28220, '2023-06-01', 3483, 25546, 9900, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '162.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28221, '2023-06-01', 2766, 25547, 9900, 4061, '2.0000', '1.3000', '1.3000', '2.0000', '2.0000', '225.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28222, '2023-06-01', 3256, 25548, 9900, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28223, '2023-06-01', 2634, 25549, 9900, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28224, '2023-06-01', 2691, 25550, 9900, 3986, '2.0000', '5.3400', '5.3400', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28225, '2023-06-01', 2952, 25551, 9900, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28226, '2023-06-01', 3074, 25552, 9900, 35711, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28227, '2023-06-01', 2712, 25553, 9900, 36953, '2.0000', '15.3750', '15.3750', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28228, '2023-06-01', 2924, 25554, 9900, 32038, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28229, '2023-06-01', 2936, 25555, 9900, 36231, '-5.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28230, '2023-06-01', 2936, 25555, 9900, 36921, '7.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28231, '2023-06-01', 3314, 25556, 9900, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '142.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28232, '2023-06-01', 2646, 25557, 9900, 36947, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '40.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28233, '2023-06-01', 2634, 25558, 9901, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28234, '2023-06-01', 3172, 25559, 9901, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28235, '2023-06-01', 2646, 25560, 9901, 36947, '8.0000', '11.7500', '11.7500', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28236, '2023-06-01', 2645, 25561, 9901, 36959, '14.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28237, '2023-06-01', 3015, 25562, 9901, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '37.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28238, '2023-06-01', 2952, 25563, 9901, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '46.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28239, '2023-06-01', 2713, 25564, 9901, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28240, '2023-06-01', 2500, 25565, 9901, 35682, '1.0000', '11.6700', '11.6700', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28241, '2023-06-01', 3311, 25566, 9902, 4606, '-1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28242, '2023-06-01', 3311, 25566, 9902, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '25.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28243, '2023-06-01', 2711, 25567, 9902, 35765, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28244, '2023-06-01', 3630, 25568, 9902, 14554, '1.0000', '1.1250', '1.1250', '2.5000', '2.5000', '31.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28245, '2023-06-01', 2645, 25569, 9902, 36959, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28246, '2023-06-01', 3902, 25570, 9902, 34484, '1.0000', '12.9500', '12.9500', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28247, '2023-06-01', 3608, 25571, 9902, 14504, '2.0000', '0.5000', '0.5000', '1.0000', '1.0000', '22.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28248, '2023-06-01', 2901, 25572, 9902, 36935, '2.0000', '14.0469', '14.0469', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28249, '2023-06-01', 2508, 25573, 9902, 35750, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28250, '2023-06-01', 2677, 25574, 9902, 5445, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28251, '2023-06-01', 3172, 25575, 9902, 34536, '1.0000', '3.5250', '3.5250', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28252, '2023-06-01', 3172, 25575, 9902, 35493, '-14.0000', '3.5250', '3.5250', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28253, '2023-06-01', 3172, 25575, 9902, 35745, '15.0000', '3.4579', '3.4579', '4.0000', '4.0000', '61.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28254, '2023-06-01', 3341, 25576, 9902, 36961, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '3.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28255, '2023-06-01', 2710, 25577, 9902, 34987, '-6.0000', '5.8333', '5.8333', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28256, '2023-06-01', 2710, 25577, 9902, 35701, '8.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28257, '2023-06-01', 3314, 25578, 9902, 35768, '8.0000', '0.5819', '0.5819', '1.0000', '1.0000', '134.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28258, '2023-06-01', 3060, 25579, 9902, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '16.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28259, '2023-06-01', 2891, 25580, 9902, 35743, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28260, '2023-06-01', 3912, 25581, 9902, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28261, '2023-06-01', 2502, 25582, 9903, 35733, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28262, '2023-06-01', 2894, 25583, 9903, 34540, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28263, '2023-06-01', 3060, 25584, 9903, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '15.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28264, '2023-06-01', 3483, 25585, 9903, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '158.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28265, '2023-06-01', 2650, 25586, 9903, 32023, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28266, '2023-06-01', 2935, 25587, 9903, 36922, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '16.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28267, '2023-06-01', 3074, 25588, 9903, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28268, '2023-06-01', 3630, 25589, 9903, 14554, '2.0000', '1.1250', '1.1250', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28269, '2023-06-01', 2713, 25590, 9903, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28270, '2023-06-01', 2922, 25591, 9903, 34515, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28271, '2023-06-01', 3303, 25592, 9903, 4598, '25.0000', '0.2500', '0.2500', '0.7500', '0.7500', '38.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28272, '2023-06-01', 3903, 25593, 9903, 34526, '1.0000', '6.0000', '6.0000', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 594, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28273, '2023-06-01', 2504, 25594, 9903, 35747, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28274, '2023-06-01', 2923, 25595, 9903, 35724, '5.0000', '3.0000', '3.0000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28275, '2023-06-01', 3063, 25596, 9903, 30860, '4.0000', '3.1250', '3.1250', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28276, '2023-06-01', 3182, 25597, 9903, 33311, '1.0000', '6.0600', '6.0600', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 556, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28277, '2023-06-01', 2646, 25598, 9903, 36947, '4.0000', '11.7500', '11.7500', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28278, '2023-06-01', 2645, 25599, 9903, 36959, '14.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28279, '2023-06-01', 3902, 25600, 9904, 34484, '1.0000', '12.9500', '12.9500', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28280, '2023-06-01', 2927, 25601, 9904, 34517, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28281, '2023-06-01', 3182, 25602, 9904, 34489, '1.0000', '7.5000', '7.5000', '11.0000', '11.0000', '11.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28282, '2023-06-01', 3063, 25603, 9904, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28283, '2023-06-01', 2645, 25604, 9904, 36959, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28284, '2023-06-01', 3172, 25605, 9904, 35745, '2.0000', '3.4579', '3.4579', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28285, '2023-06-01', 3044, 25606, 9904, 5324, '1.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28286, '2023-06-01', 3048, 25607, 9904, 4343, '-2.0000', '0.8300', '0.8300', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28287, '2023-06-01', 3048, 25607, 9904, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '143.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28288, '2023-06-01', 2936, 25608, 9905, 36921, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28289, '2023-06-01', 2927, 25609, 9905, 34517, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28290, '2023-06-01', 2919, 25610, 9905, 33304, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28291, '2023-06-01', 3172, 25611, 9906, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28292, '2023-06-01', 2949, 25612, 9906, 35688, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28293, '2023-06-01', 2645, 25613, 9906, 36959, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28294, '2023-06-01', 2791, 25614, 9906, 33324, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28295, '2023-06-01', 3074, 25615, 9906, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28296, '2023-06-01', 3086, 25616, 9906, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28297, '2023-06-01', 3182, 25617, 9906, 34489, '1.0000', '7.5000', '7.5000', '11.0000', '11.0000', '10.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28298, '2023-06-01', 2650, 25618, 9906, 32023, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28299, '2023-06-01', 2650, 25618, 9906, 32653, '-1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28300, '2023-06-01', 2650, 25618, 9906, 34494, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28301, '2023-06-01', 2508, 25619, 9906, 35750, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28302, '2023-06-01', 2534, 25620, 9906, 35690, '2.0000', '4.2700', '4.2700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28303, '2023-06-01', 2889, 25621, 9906, 5479, '3.0000', '4.2600', '4.2600', '6.5000', '6.5000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28304, '2023-06-01', 3074, 25622, 9907, 35730, '2.0000', '2.1617', '2.1617', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28305, '2023-06-01', 3048, 25623, 9907, 34493, '7.0000', '0.8333', '0.8333', '1.5000', '1.5000', '136.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28306, '2023-06-01', 2500, 25624, 9907, 35682, '2.0000', '11.6700', '11.6700', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28307, '2023-06-01', 2711, 25625, 9907, 35765, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28308, '2023-06-01', 2902, 25626, 9907, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28309, '2023-06-01', 3085, 25627, 9908, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28310, '2023-06-01', 3015, 25628, 9908, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '35.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28311, '2023-06-01', 2660, 25629, 9908, 35740, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28312, '2023-06-01', 2504, 25630, 9908, 35747, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28313, '2023-06-01', 2507, 25631, 9908, 35748, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28314, '2023-06-01', 2502, 25632, 9908, 35733, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28315, '2023-06-01', 3062, 25633, 9908, 35696, '1.0000', '13.3333', '13.3333', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28316, '2023-06-01', 2734, 25634, 9908, 5657, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28317, '2023-06-01', 2952, 25635, 9908, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '45.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28318, '2023-06-01', 2645, 25636, 9909, 36959, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28319, '2023-06-01', 3048, 25637, 9909, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '135.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28320, '2023-06-01', 2645, 25638, 9910, 36959, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28321, '2023-06-01', 2645, 25639, 9911, 36959, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28322, '2023-06-01', 2645, 25640, 9912, 36959, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 639, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28323, '2023-06-01', 2645, 25640, 9912, 37367, '-4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28324, '2023-06-01', 2645, 25640, 9912, 38102, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '67.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28325, '2023-06-01', 2952, 25641, 9913, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28326, '2023-06-01', 3482, 25642, 9914, 36925, '2.0000', '1.2500', '1.2500', '2.0000', '2.0000', '14.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28327, '2023-06-01', 2877, 25643, 9914, 35736, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28328, '2023-06-02', 2699, 25644, 9915, 34544, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28329, '2023-06-02', 3234, 25645, 9915, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '9.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28330, '2023-06-02', 2608, 25646, 9915, 35770, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 624, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28331, '2023-06-02', 2697, 25647, 9915, 5830, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28332, '2023-06-02', 3553, 25648, 9915, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28333, '2023-06-02', 2916, 25649, 9915, 35446, '2.0000', '41.0231', '41.0231', '52.0000', '52.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28334, '2023-06-02', 3314, 25650, 9916, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '133.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28335, '2023-06-02', 2710, 25651, 9916, 35701, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28336, '2023-06-02', 3212, 25652, 9916, 33301, '1.0000', '3.9167', '3.9167', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28337, '2023-06-02', 2500, 25653, 9917, 35682, '1.0000', '11.6700', '11.6700', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28338, '2023-06-02', 3314, 25654, 9917, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '131.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28339, '2023-06-02', 2876, 25655, 9917, 15685, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 283, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28340, '2023-06-02', 3015, 25656, 9917, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28341, '2023-06-02', 2936, 25657, 9917, 36921, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28342, '2023-06-02', 2712, 25658, 9918, 36953, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28343, '2023-06-02', 2534, 25659, 9918, 36213, '-1.0000', '4.2700', '4.2700', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28344, '2023-06-02', 2534, 25659, 9918, 36944, '2.0000', '4.0825', '4.0825', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28345, '2023-06-02', 3074, 25660, 9918, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28346, '2023-06-02', 2653, 25661, 9918, 35756, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28347, '2023-06-02', 3114, 25662, 9918, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28348, '2023-06-02', 3060, 25663, 9919, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '14.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28349, '2023-06-02', 3121, 25664, 9919, 4416, '-1.0000', '2.4600', '2.4600', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28350, '2023-06-02', 3121, 25664, 9919, 34504, '3.0000', '3.0300', '3.0300', '4.5000', '4.5000', '10.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28351, '2023-06-02', 3074, 25665, 9919, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28352, '2023-06-02', 2653, 25666, 9919, 35756, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28353, '2023-06-02', 2951, 25667, 9919, 35714, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '41.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28354, '2023-06-02', 2710, 25668, 9919, 35701, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '2.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28355, '2023-06-02', 2534, 25669, 9920, 36944, '2.0000', '4.0825', '4.0825', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28356, '2023-06-02', 3875, 25670, 9920, 35761, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '2.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28357, '2023-06-02', 2653, 25671, 9921, 35756, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28358, '2023-06-02', 3311, 25672, 9921, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28359, '2023-06-02', 3629, 25673, 9922, 14548, '4.0000', '0.2000', '0.2000', '1.0000', '1.0000', '76.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28360, '2023-06-02', 2513, 25674, 9922, 3808, '4.0000', '1.4200', '1.4200', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28361, '2023-06-02', 3630, 25675, 9923, 14554, '1.0000', '1.1250', '1.1250', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28362, '2023-06-02', 3060, 25676, 9924, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '13.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28363, '2023-06-02', 2713, 25677, 9925, 35763, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28364, '2023-06-02', 3086, 25678, 9925, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28365, '2023-06-02', 3048, 25679, 9926, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '134.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28366, '2023-06-02', 3482, 25680, 9926, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '13.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28367, '2023-06-02', 3483, 25681, 9926, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '157.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28368, '2023-06-02', 2876, 25682, 9926, 18262, '-1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28369, '2023-06-02', 2876, 25682, 9926, 24884, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28370, '2023-06-02', 2876, 25682, 9926, 25951, '-1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28371, '2023-06-02', 2876, 25682, 9926, 27018, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28372, '2023-06-02', 2876, 25682, 9926, 35716, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28373, '2023-06-02', 2712, 25683, 9926, 36953, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28374, '2023-06-02', 3060, 25684, 9927, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '12.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28375, '2023-06-02', 3314, 25685, 9928, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '130.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28376, '2023-06-02', 3483, 25686, 9929, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '156.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28377, '2023-06-02', 3121, 25687, 9929, 34504, '2.0000', '3.0300', '3.0300', '4.5000', '4.5000', '8.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28378, '2023-06-02', 3015, 25688, 9929, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28379, '2023-06-02', 3641, 25689, 9929, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28380, '2023-06-02', 3083, 25690, 9929, 34496, '1.0000', '9.3800', '9.3800', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28381, '2023-06-02', 3314, 25691, 9930, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '129.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28382, '2023-06-02', 3015, 25692, 9930, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '30.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28383, '2023-06-02', 3641, 25693, 9930, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '25.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28384, '2023-06-02', 2653, 25694, 9930, 35756, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28385, '2023-06-02', 2712, 25695, 9930, 36953, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28386, '2023-06-02', 3114, 25696, 9930, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28387, '2023-06-02', 2646, 25697, 9930, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28388, '2023-06-02', 2713, 25698, 9931, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28389, '2023-06-02', 3538, 25699, 9932, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28390, '2023-06-02', 2746, 25700, 9932, 4848, '4.0000', '1.2900', '1.2900', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28391, '2023-06-02', 2716, 25701, 9932, 5887, '5.0000', '3.3500', '3.3500', '4.5000', '4.5000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28392, '2023-06-02', 3132, 25702, 9932, 4427, '2.0000', '1.5300', '1.5300', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28393, '2023-06-02', 3234, 25703, 9932, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '8.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28394, '2023-06-02', 3209, 25704, 9932, 27307, '1.0000', '30.3500', '30.3500', '40.0000', '40.0000', '3.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28395, '2023-06-02', 3172, 25705, 9932, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28396, '2023-06-02', 2711, 25706, 9932, 35765, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28397, '2023-06-02', 3314, 25707, 9933, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '128.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28398, '2023-06-02', 2711, 25708, 9934, 35765, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28399, '2023-06-02', 3121, 25709, 9935, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28400, '2023-06-02', 3483, 25710, 9935, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '154.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28401, '2023-06-02', 2713, 25711, 9935, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28402, '2023-06-02', 3311, 25712, 9936, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28403, '2023-06-02', 3314, 25713, 9937, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '127.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28404, '2023-06-02', 3832, 25714, 9938, 23974, '1.0000', '1.8200', '1.8200', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28405, '2023-06-02', 2645, 25715, 9939, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28406, '2023-06-02', 3063, 25716, 9939, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28407, '2023-06-02', 3256, 25717, 9939, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28408, '2023-06-02', 3314, 25718, 9940, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '126.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28409, '2023-06-02', 2711, 25719, 9941, 35765, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28410, '2023-06-02', 3311, 25720, 9941, 34533, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28411, '2023-06-02', 3641, 25721, 9942, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28412, '2023-06-02', 3074, 25722, 9943, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28413, '2023-06-02', 3561, 25723, 9944, 35749, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28414, '2023-06-02', 3074, 25724, 9945, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28415, '2023-06-02', 2713, 25725, 9946, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28416, '2023-06-02', 3172, 25726, 9947, 35745, '3.0000', '3.4579', '3.4579', '4.0000', '4.0000', '54.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28417, '2023-06-02', 2981, 25727, 9948, 24863, '1.0000', '40.5550', '40.5550', '55.0000', '55.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28418, '2023-06-02', 2952, 25728, 9949, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28419, '2023-06-02', 2949, 25729, 9949, 35688, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28420, '2023-06-02', 3172, 25730, 9950, 35745, '2.0000', '3.4579', '3.4579', '4.0000', '4.0000', '52.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28421, '2023-06-02', 3314, 25731, 9951, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '125.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28422, '2023-06-02', 2644, 25732, 9952, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28423, '2023-06-02', 3314, 25733, 9952, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '124.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28424, '2023-06-02', 3875, 25734, 9953, 35761, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '1.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28425, '2023-06-02', 2537, 25735, 9953, 8443, '2.0000', '6.5900', '6.5900', '10.0000', '10.0000', '7.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28426, '2023-06-02', 3309, 25736, 9953, 4604, '16.0000', '0.0700', '0.0700', '0.2500', '0.2500', '722.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28427, '2023-06-02', 3060, 25737, 9954, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28428, '2023-06-02', 2711, 25738, 9954, 35765, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28429, '2023-06-02', 2504, 25739, 9955, 35747, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28430, '2023-06-02', 3641, 25740, 9956, 35738, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28431, '2023-06-02', 2710, 25741, 9956, 35701, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 605, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28432, '2023-06-02', 2645, 25742, 9957, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '63.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28433, '2023-06-02', 2930, 25743, 9958, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '35.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28434, '2023-06-02', 2644, 25744, 9959, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28435, '2023-06-02', 3314, 25745, 9959, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '123.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28436, '2023-06-02', 2502, 25746, 9960, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28437, '2023-06-02', 2645, 25747, 9961, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28438, '2023-06-02', 3074, 25748, 9961, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28439, '2023-06-02', 3314, 25749, 9962, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '122.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28440, '2023-06-02', 2645, 25750, 9963, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28441, '2023-06-02', 3903, 25751, 9964, 34526, '2.0000', '6.0000', '6.0000', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 594, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28442, '2023-06-02', 2645, 25752, 9965, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '57.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28443, '2023-06-02', 2930, 25753, 9966, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28444, '2023-06-02', 2918, 25754, 9966, 36916, '3.0000', '1.8752', '1.8752', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28445, '2023-06-02', 3772, 25755, 9967, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '222.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28446, '2023-06-02', 2902, 25756, 9968, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28447, '2023-06-02', 2879, 25757, 9968, 34535, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28448, '2023-06-02', 2646, 25758, 9969, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28449, '2023-06-02', 3017, 25759, 9969, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28450, '2023-06-02', 2646, 25760, 9970, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28451, '2023-06-02', 3172, 25761, 9971, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '51.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28452, '2023-06-02', 2901, 25762, 9972, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28453, '2023-06-02', 3172, 25763, 9973, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '50.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28454, '2023-06-02', 2645, 25764, 9974, 38102, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '56.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28455, '2023-06-02', 3256, 25765, 9974, 33315, '2.0000', '4.7908', '4.7908', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28456, '2023-06-02', 3017, 25766, 9974, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28457, '2023-06-02', 3538, 25767, 9975, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28458, '2023-06-02', 2483, 25768, 9975, 14552, '1.0000', '20.0625', '20.0625', '26.0000', '26.0000', '0.0000', 1, 0, NULL, 263, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28459, '2023-06-02', 2713, 25769, 9976, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28460, '2023-06-02', 3172, 25770, 9977, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '49.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28461, '2023-06-02', 2952, 25771, 9977, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '40.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28462, '2023-06-02', 2949, 25772, 9978, 35688, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28463, '2023-06-02', 2646, 25773, 9978, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28464, '2023-06-02', 3311, 25774, 9978, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28465, '2023-06-02', 3048, 25775, 9978, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '131.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28466, '2023-06-03', 2710, 25776, 9979, 36215, '-1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28467, '2023-06-03', 2710, 25776, 9979, 36931, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28468, '2023-06-03', 2534, 25777, 9979, 36944, '1.0000', '4.0825', '4.0825', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28469, '2023-06-03', 2507, 25778, 9979, 35748, '2.0000', '4.8333', '4.8333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28470, '2023-06-03', 3048, 25779, 9979, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '128.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28471, '2023-06-03', 3314, 25780, 9979, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '121.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28472, '2023-06-03', 3060, 25781, 9980, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28473, '2023-06-03', 2876, 25782, 9980, 35716, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28474, '2023-06-03', 3015, 25783, 9981, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28475, '2023-06-03', 3483, 25784, 9981, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '152.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28476, '2023-06-03', 2712, 25785, 9981, 36953, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28477, '2023-06-03', 2691, 25786, 9981, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '28.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28478, '2023-06-03', 2734, 25787, 9981, 6618, '-1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28479, '2023-06-03', 2734, 25787, 9981, 7581, '-4.0000', '8.7500', '8.7500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28480, '2023-06-03', 2734, 25787, 9981, 8542, '4.0000', '8.7500', '8.7500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28481, '2023-06-03', 2734, 25787, 9981, 9503, '-4.0000', '8.7500', '8.7500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28482, '2023-06-03', 2734, 25787, 9981, 27281, '5.0000', '10.2500', '10.2500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28483, '2023-06-03', 2734, 25787, 9981, 29722, '-1.0000', '10.2500', '10.2500', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28484, '2023-06-03', 2734, 25787, 9981, 35704, '2.0000', '10.2500', '10.2500', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28485, '2023-06-03', 3314, 25788, 9981, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '120.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28486, '2023-06-03', 2712, 25789, 9982, 36953, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28487, '2023-06-03', 2734, 25790, 9982, 35704, '1.0000', '10.2500', '10.2500', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28488, '2023-06-03', 2534, 25791, 9982, 36944, '2.0000', '4.0825', '4.0825', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28489, '2023-06-03', 2877, 25792, 9982, 35736, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28490, '2023-06-03', 3641, 25793, 9982, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28491, '2023-06-03', 3772, 25794, 9983, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '220.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28492, '2023-06-03', 2712, 25795, 9984, 36953, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28493, '2023-06-03', 3311, 25796, 9985, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28494, '2023-06-03', 2901, 25797, 9985, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28495, '2023-06-03', 3262, 25798, 9985, 10020, '1.0000', '4.8700', '4.8700', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28496, '2023-06-03', 2726, 25799, 9985, 28550, '2.0000', '12.7500', '12.7500', '25.0000', '25.0000', '37.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28497, '2023-06-03', 3553, 25800, 9985, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28498, '2023-06-03', 2608, 25801, 9985, 35770, '1.0000', '38.0000', '38.0000', '45.0000', '45.0000', '0.0000', 1, 0, NULL, 624, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28499, '2023-06-03', 2699, 25802, 9985, 34544, '5.0000', '5.0000', '5.0000', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28500, '2023-06-03', 2916, 25803, 9986, 36936, '1.0000', '38.9762', '38.9762', '52.0000', '52.0000', '12.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28501, '2023-06-03', 3212, 25804, 9986, 33301, '3.0000', '3.9167', '3.9167', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28502, '2023-06-03', 3553, 25805, 9986, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28503, '2023-06-03', 2507, 25806, 9987, 35748, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28504, '2023-06-03', 3483, 25807, 9987, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '151.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28505, '2023-06-03', 3256, 25808, 9988, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28506, '2023-06-03', 3314, 25809, 9989, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '119.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28507, '2023-06-03', 2789, 25810, 9990, 36913, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 626, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28508, '2023-06-03', 3875, 25811, 9991, 35761, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '0.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28509, '2023-06-03', 3074, 25812, 9992, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28510, '2023-06-03', 3894, 25813, 9993, 32055, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28511, '2023-06-03', 3254, 25814, 9993, 4549, '15.0000', '0.0800', '0.0800', '0.5000', '0.5000', '110.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28512, '2023-06-03', 3772, 25815, 9993, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '219.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28513, '2023-06-03', 2790, 25816, 9994, 35691, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28514, '2023-06-03', 3121, 25817, 9994, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '6.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28515, '2023-06-03', 3085, 25818, 9995, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28516, '2023-06-03', 2902, 25819, 9995, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28517, '2023-06-03', 2910, 25820, 9996, 4205, '1.0000', '3.4900', '3.4900', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28518, '2023-06-03', 3060, 25821, 9997, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28519, '2023-06-03', 3060, 25822, 9998, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28520, '2023-06-03', 3314, 25823, 9999, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '118.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28521, '2023-06-03', 3772, 25824, 10000, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '218.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28522, '2023-06-03', 3060, 25825, 10001, 34524, '1.0000', '7.1040', '7.1040', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28523, '2023-06-03', 3314, 25826, 10002, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '117.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28524, '2023-06-03', 2901, 25827, 10003, 36935, '3.0000', '14.0469', '14.0469', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28525, '2023-06-03', 2502, 25828, 10004, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28526, '2023-06-03', 2645, 25829, 10005, 38102, '9.0000', '8.5417', '8.5417', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28527, '2023-06-03', 3608, 25830, 10005, 14504, '2.0000', '0.5000', '0.5000', '1.0000', '1.0000', '20.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28528, '2023-06-03', 3060, 25831, 10006, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28529, '2023-06-03', 2710, 25832, 10007, 36931, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28530, '2023-06-03', 2645, 25833, 10008, 38102, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28531, '2023-06-03', 2500, 25834, 10009, 35682, '2.0000', '11.6700', '11.6700', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28532, '2023-06-03', 3120, 25835, 10009, 35731, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28533, '2023-06-03', 2646, 25836, 10009, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28534, '2023-06-03', 2919, 25837, 10010, 33304, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28535, '2023-06-03', 2919, 25837, 10010, 35012, '-2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28536, '2023-06-03', 2919, 25837, 10010, 35722, '4.0000', '6.0000', '6.0000', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28537, '2023-06-03', 2935, 25838, 10010, 36922, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '15.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28538, '2023-06-03', 2926, 25839, 10010, 33309, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28539, '2023-06-03', 3885, 25840, 10010, 32040, '4.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28540, '2023-06-03', 3074, 25841, 10011, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28541, '2023-06-03', 3483, 25842, 10012, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '149.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28542, '2023-06-03', 3048, 25843, 10012, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '124.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28543, '2023-06-03', 2645, 25844, 10013, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28544, '2023-06-03', 2645, 25845, 10014, 38102, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28545, '2023-06-03', 2901, 25846, 10015, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28546, '2023-06-03', 2595, 25847, 10016, 3890, '4.0000', '6.2100', '6.2100', '8.5000', '8.5000', '95.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28547, '2023-06-03', 2650, 25848, 10017, 34494, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28548, '2023-06-03', 2502, 25849, 10018, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28549, '2023-06-03', 2924, 25850, 10019, 32038, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28550, '2023-06-03', 2930, 25851, 10019, 35725, '4.0000', '4.5000', '4.5000', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28551, '2023-06-03', 2920, 25852, 10019, 35681, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 599, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28552, '2023-06-03', 2920, 25852, 10019, 36917, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '22.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28553, '2023-06-03', 2650, 25853, 10020, 34494, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28554, '2023-06-03', 2485, 25854, 10020, 36938, '1.0000', '19.9992', '19.9992', '29.0000', '29.0000', '11.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28555, '2023-06-03', 2645, 25855, 10021, 38102, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28556, '2023-06-03', 2645, 25856, 10022, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28557, '2023-06-03', 3123, 25857, 10022, 35732, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28558, '2023-06-03', 2711, 25858, 10023, 35765, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28559, '2023-06-03', 2779, 25859, 10024, 5760, '8.0000', '2.5000', '2.5000', '3.5000', '3.5000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28560, '2023-06-03', 3788, 25860, 10024, 19602, '4.0000', '2.5000', '2.5000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 369, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28561, '2023-06-03', 2617, 25861, 10024, 9909, '2.0000', '4.5000', '4.5000', '7.5000', '7.5000', '14.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28562, '2023-06-03', 2612, 25862, 10024, 15115, '7.0000', '4.6000', '4.6000', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28563, '2023-06-03', 2612, 25862, 10024, 15695, '1.0000', '4.5000', '4.5000', '9.0000', '9.0000', '99.0000', 1, 0, NULL, 288, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28564, '2023-06-03', 3553, 25863, 10024, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28565, '2023-06-03', 2713, 25864, 10024, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28566, '2023-06-03', 3172, 25865, 10024, 35745, '2.0000', '3.4579', '3.4579', '4.0000', '4.0000', '47.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28567, '2023-06-03', 2645, 25866, 10025, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28568, '2023-06-03', 2901, 25867, 10026, 36935, '2.0000', '14.0469', '14.0469', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28569, '2023-06-03', 2645, 25868, 10027, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28570, '2023-06-03', 2927, 25869, 10028, 34517, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28571, '2023-06-03', 2644, 25870, 10029, 35694, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28572, '2023-06-03', 3060, 25871, 10030, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28573, '2023-06-03', 2645, 25872, 10031, 38102, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28574, '2023-06-03', 3826, 25873, 10032, 22854, '1.0000', '4.6250', '4.6250', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28575, '2023-06-03', 3772, 25874, 10033, 35708, '3.0000', '0.8458', '0.8458', '1.5000', '1.5000', '215.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28576, '2023-06-04', 3017, 25875, 10034, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28577, '2023-06-04', 2502, 25876, 10035, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28578, '2023-06-04', 2499, 25877, 10036, 36946, '2.0000', '8.5400', '8.5400', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28579, '2023-06-04', 2710, 25878, 10036, 36931, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28580, '2023-06-04', 3311, 25879, 10036, 34533, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28581, '2023-06-04', 2646, 25880, 10037, 36947, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28582, '2023-06-04', 3017, 25881, 10037, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28583, '2023-06-04', 2960, 25882, 10038, 33209, '1.0000', '8.5000', '8.5000', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28584, '2023-06-04', 2646, 25883, 10039, 36947, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '16.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28585, '2023-06-04', 3314, 25884, 10040, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '116.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28586, '2023-06-04', 3876, 25885, 10041, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '4.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28587, '2023-06-04', 2485, 25886, 10042, 36938, '3.0000', '19.9992', '19.9992', '29.0000', '29.0000', '8.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28588, '2023-06-04', 2534, 25887, 10042, 36944, '1.0000', '4.0825', '4.0825', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28589, '2023-06-04', 2713, 25888, 10043, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28590, '2023-06-04', 3074, 25889, 10044, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28591, '2023-06-04', 2924, 25890, 10045, 32038, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28592, '2023-06-04', 3875, 25891, 10046, 36219, '-5.0000', '18.7500', '18.7500', '21.0000', '21.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28593, '2023-06-04', 3875, 25891, 10046, 36928, '4.0000', '18.7500', '18.7500', '21.0000', '21.0000', '0.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28594, '2023-06-04', 3875, 25891, 10046, 36954, '3.0000', '18.7500', '18.7500', '21.0000', '21.0000', '1.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28595, '2023-06-04', 2908, 25892, 10046, 4203, '1.0000', '6.5600', '6.5600', '14.0000', '14.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28596, '2023-06-04', 2918, 25893, 10047, 36916, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28597, '2023-06-04', 2918, 25893, 10047, 37427, '-4.0000', '1.8752', '1.8752', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28598, '2023-06-04', 2918, 25893, 10047, 38103, '5.0000', '1.8752', '1.8752', '3.0000', '3.0000', '70.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28599, '2023-06-04', 3060, 25894, 10048, 34524, '2.0000', '7.1040', '7.1040', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28600, '2023-06-04', 3314, 25895, 10048, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '114.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28601, '2023-06-04', 3343, 25896, 10049, 22830, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 393, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28602, '2023-06-04', 3553, 25897, 10049, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28603, '2023-06-04', 3342, 25898, 10050, 34522, '1.0000', '37.5000', '37.5000', '45.0000', '45.0000', '1.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28604, '2023-06-04', 2922, 25899, 10051, 34515, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28605, '2023-06-04', 2921, 25900, 10051, 33305, '2.0000', '4.0000', '4.0000', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28606, '2023-06-04', 2650, 25901, 10051, 34494, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28607, '2023-06-04', 2950, 25902, 10052, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28608, '2023-06-04', 2485, 25903, 10053, 36938, '1.0000', '19.9992', '19.9992', '29.0000', '29.0000', '7.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28609, '2023-06-04', 2708, 25904, 10054, 4003, '0.5000', '8.0000', '8.0000', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28610, '2023-06-04', 2708, 25904, 10054, 5840, '0.5000', '8.0000', '8.0000', '11.0000', '11.0000', '28.5000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28611, '2023-06-04', 3903, 25905, 10055, 34526, '2.0000', '6.0000', '6.0000', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 594, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28612, '2023-06-04', 3841, 25906, 10055, 24028, '2.0000', '8.1250', '8.1250', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28613, '2023-06-04', 3912, 25907, 10056, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28614, '2023-06-04', 2642, 25908, 10056, 38109, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28615, '2023-06-04', 2927, 25909, 10057, 34517, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28616, '2023-06-04', 2930, 25910, 10057, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28617, '2023-06-04', 2923, 25911, 10058, 35724, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28618, '2023-06-04', 2926, 25912, 10059, 33309, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28619, '2023-06-04', 3913, 25913, 10059, 38105, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28620, '2023-06-04', 3483, 25914, 10060, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '146.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28621, '2023-06-04', 3085, 25915, 10061, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28622, '2023-06-04', 2918, 25916, 10062, 38103, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '68.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28623, '2023-06-04', 2936, 25917, 10063, 36921, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28624, '2023-06-04', 2645, 25918, 10064, 38102, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28625, '2023-06-04', 3060, 25919, 10064, 34757, '-8.0000', '7.1040', '7.1040', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28626, '2023-06-04', 3060, 25919, 10064, 35985, '-3.0000', '7.1040', '7.1040', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28627, '2023-06-04', 3060, 25919, 10064, 36964, '12.0000', '6.2667', '6.2667', '9.0000', '9.0000', '18.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28628, '2023-06-04', 3234, 25920, 10065, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '7.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28629, '2023-06-04', 2952, 25921, 10066, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28630, '2023-06-04', 2822, 25922, 10067, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28631, '2023-06-04', 3060, 25923, 10067, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '17.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28632, '2023-06-04', 3085, 25924, 10067, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28633, '2023-06-04', 2952, 25925, 10068, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28634, '2023-06-04', 2646, 25926, 10069, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28635, '2023-06-04', 3062, 25927, 10070, 35696, '1.0000', '13.3333', '13.3333', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28636, '2023-06-04', 2923, 25928, 10070, 35724, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28637, '2023-06-04', 3772, 25929, 10071, 35708, '8.0000', '0.8458', '0.8458', '1.5000', '1.5000', '207.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28638, '2023-06-04', 2713, 25930, 10072, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28639, '2023-06-04', 2651, 25931, 10073, 35720, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28640, '2023-06-04', 2646, 25932, 10074, 36947, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28641, '2023-06-04', 2644, 25933, 10075, 35694, '1.0000', '3.7500', '3.7500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28642, '2023-06-04', 3314, 25934, 10075, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '113.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28643, '2023-06-04', 2651, 25935, 10076, 35720, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28644, '2023-06-04', 2923, 25936, 10077, 35724, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28645, '2023-06-04', 2952, 25937, 10078, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28646, '2023-06-04', 2651, 25938, 10078, 35720, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28647, '2023-06-04', 3172, 25939, 10078, 35745, '3.0000', '3.4579', '3.4579', '4.0000', '4.0000', '44.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28648, '2023-06-04', 2645, 25940, 10079, 38102, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28649, '2023-06-04', 3048, 25941, 10079, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '123.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28650, '2023-06-04', 3341, 25942, 10080, 36961, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '2.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28651, '2023-06-04', 2653, 25943, 10080, 35756, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28652, '2023-06-04', 2646, 25944, 10081, 36947, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28653, '2023-06-04', 3017, 25945, 10081, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28654, '2023-06-04', 2877, 25946, 10082, 35736, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28655, '2023-06-04', 2651, 25947, 10083, 35720, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28656, '2023-06-04', 3172, 25948, 10083, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '43.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28657, '2023-06-04', 2950, 25949, 10084, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28658, '2023-06-04', 3483, 25950, 10084, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '144.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28659, '2023-06-04', 2711, 25951, 10084, 35765, '4.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28660, '2023-06-04', 2952, 25952, 10085, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '35.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28661, '2023-06-04', 3172, 25953, 10086, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28662, '2023-06-04', 3085, 25954, 10087, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28663, '2023-06-04', 3063, 25955, 10088, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28664, '2023-06-04', 3314, 25956, 10088, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '112.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28665, '2023-06-04', 2645, 25957, 10089, 38102, '8.0000', '8.5417', '8.5417', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28666, '2023-06-04', 2646, 25958, 10089, 36947, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28667, '2023-06-04', 2651, 25959, 10090, 35720, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28668, '2023-06-04', 3172, 25960, 10090, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '41.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28669, '2023-06-04', 2822, 25961, 10091, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28670, '2023-06-04', 2651, 25962, 10092, 35720, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28671, '2023-06-04', 2713, 25963, 10093, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28672, '2023-06-04', 3017, 25964, 10094, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28673, '2023-06-04', 2651, 25965, 10095, 35720, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28674, '2023-06-04', 2646, 25966, 10096, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28675, '2023-06-04', 2651, 25967, 10097, 35720, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28676, '2023-06-04', 2650, 25968, 10098, 34494, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28677, '2023-06-04', 2650, 25969, 10099, 34494, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28678, '2023-06-04', 2927, 25970, 10100, 34517, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28679, '2023-06-04', 2650, 25971, 10101, 34494, '3.0000', '4.5833', '4.5833', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28680, '2023-06-04', 3017, 25972, 10101, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28681, '2023-06-04', 3017, 25973, 10102, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28682, '2023-06-04', 2646, 25974, 10103, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28683, '2023-06-04', 2645, 25975, 10104, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28684, '2023-06-04', 3314, 25976, 10105, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '111.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28685, '2023-06-04', 2645, 25977, 10106, 38102, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28686, '2023-06-04', 2650, 25978, 10106, 34494, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28687, '2023-06-04', 3314, 25979, 10107, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '110.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28688, '2023-06-04', 3017, 25980, 10108, 33212, '1.0000', '4.6000', '4.6000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28689, '2023-06-04', 2789, 25981, 10109, 36913, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 626, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28690, '2023-06-04', 2790, 25982, 10109, 35691, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28691, '2023-06-04', 3314, 25983, 10110, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '109.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28692, '2023-06-05', 2653, 25984, 10111, 35756, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28693, '2023-06-05', 3074, 25985, 10112, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28694, '2023-06-05', 3074, 25986, 10113, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28695, '2023-06-05', 2901, 25987, 10114, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28696, '2023-06-05', 3085, 25988, 10114, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28697, '2023-06-05', 2711, 25989, 10114, 36302, '-9.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28698, '2023-06-05', 2711, 25989, 10114, 36930, '11.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28699, '2023-06-05', 3172, 25990, 10114, 35745, '3.0000', '3.4579', '3.4579', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28700, '2023-06-05', 3482, 25991, 10114, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '12.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28701, '2023-06-05', 3048, 25992, 10114, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '121.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28702, '2023-06-05', 2918, 25993, 10114, 38103, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '67.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28703, '2023-06-05', 3212, 25994, 10115, 33301, '2.0000', '3.9167', '3.9167', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 571, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28704, '2023-06-05', 3212, 25994, 10115, 34747, '-2.0000', '3.9167', '3.9167', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28705, '2023-06-05', 3212, 25994, 10115, 35713, '3.0000', '3.9583', '3.9583', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28706, '2023-06-05', 3314, 25995, 10116, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '108.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28707, '2023-06-05', 3640, 25996, 10117, 14571, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 268, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28708, '2023-06-05', 3876, 25997, 10118, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '3.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28709, '2023-06-05', 2916, 25998, 10118, 36936, '1.0000', '38.9762', '38.9762', '52.0000', '52.0000', '11.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28710, '2023-06-05', 3314, 25999, 10119, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '107.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28711, '2023-06-05', 2713, 26000, 10119, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28712, '2023-06-05', 2507, 26001, 10119, 35748, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28713, '2023-06-05', 3120, 26002, 10119, 35731, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28714, '2023-06-05', 3875, 26003, 10119, 36954, '1.0000', '18.7500', '18.7500', '21.0000', '21.0000', '0.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28715, '2023-06-05', 3048, 26004, 10119, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '119.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28716, '2023-06-05', 3868, 26005, 10120, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '18.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28717, '2023-06-05', 3483, 26006, 10121, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '143.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28718, '2023-06-05', 3074, 26007, 10122, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28719, '2023-06-05', 3017, 26008, 10123, 36664, '-9.0000', '4.6000', '4.6000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28720, '2023-06-05', 3017, 26008, 10123, 38111, '10.0000', '4.7500', '4.7500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28721, '2023-06-05', 2653, 26009, 10123, 35756, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28722, '2023-06-05', 3483, 26010, 10124, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '142.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28723, '2023-06-05', 3311, 26011, 10125, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28724, '2023-06-05', 3017, 26012, 10126, 38111, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28725, '2023-06-05', 2712, 26013, 10127, 38113, '2.0000', '15.3333', '15.3333', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28726, '2023-06-05', 2652, 26014, 10127, 34482, '1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28727, '2023-06-05', 2647, 26015, 10127, 35751, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28728, '2023-06-05', 2647, 26015, 10127, 36172, '-3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28729, '2023-06-05', 2647, 26015, 10127, 38116, '6.0000', '7.7517', '7.7517', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28730, '2023-06-05', 2648, 26016, 10128, 38117, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28731, '2023-06-05', 2647, 26017, 10128, 38116, '10.0000', '7.7517', '7.7517', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28732, '2023-06-05', 3212, 26018, 10128, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28733, '2023-06-05', 2726, 26019, 10129, 28550, '1.0000', '12.7500', '12.7500', '25.0000', '25.0000', '36.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28734, '2023-06-05', 3147, 26020, 10129, 5925, '1.0000', '4.3900', '4.3900', '12.0000', '12.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28735, '2023-06-05', 2647, 26021, 10130, 38116, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '29.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28736, '2023-06-05', 2573, 26022, 10131, 3868, '1.0000', '4.3300', '4.3300', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28737, '2023-06-05', 2647, 26023, 10132, 38116, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '25.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28738, '2023-06-05', 3239, 26024, 10133, 10031, '1.0000', '0.6000', '0.6000', '2.5000', '2.5000', '40.0000', 1, 0, NULL, 121, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28739, '2023-06-05', 2647, 26025, 10134, 38116, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28740, '2023-06-05', 2645, 26026, 10135, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28741, '2023-06-05', 3561, 26027, 10136, 35749, '1.0000', '4.6666', '4.6666', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28742, '2023-06-05', 2648, 26028, 10137, 38117, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28743, '2023-06-05', 3314, 26029, 10138, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '106.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28744, '2023-06-05', 2645, 26030, 10139, 38102, '5.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28745, '2023-06-05', 2923, 26031, 10139, 35724, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28746, '2023-06-05', 2490, 26032, 10140, 6844, '-63.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28747, '2023-06-05', 2490, 26032, 10140, 7807, '8.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28748, '2023-06-05', 2490, 26032, 10140, 8768, '-8.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28749, '2023-06-05', 2490, 26032, 10140, 9729, '8.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28750, '2023-06-05', 2490, 26032, 10140, 5883, '50.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28751, '2023-06-05', 2490, 26032, 10140, 14286, '-19.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28752, '2023-06-05', 2490, 26032, 10140, 16899, '-14.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28753, '2023-06-05', 2490, 26032, 10140, 19504, '-1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28754, '2023-06-05', 2490, 26032, 10140, 20600, '-11.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28755, '2023-06-05', 2490, 26032, 10140, 22696, '-11.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28756, '2023-06-05', 2490, 26032, 10140, 21648, '11.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28757, '2023-06-05', 2490, 26032, 10140, 23861, '-1.0000', '0.6900', '0.6900', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28758, '2023-06-05', 2490, 26032, 10140, 27239, '54.0000', '0.3700', '0.3700', '2.5000', '2.5000', '46.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28759, '2023-06-05', 2951, 26033, 10141, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '40.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28760, '2023-06-05', 2645, 26034, 10141, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28761, '2023-06-05', 2648, 26035, 10141, 38117, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28762, '2023-06-05', 3048, 26036, 10142, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '117.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28763, '2023-06-05', 3172, 26037, 10143, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28764, '2023-06-05', 2645, 26038, 10144, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28765, '2023-06-05', 2648, 26039, 10144, 38117, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28766, '2023-06-05', 2920, 26040, 10145, 36917, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '20.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28767, '2023-06-05', 2936, 26041, 10145, 36921, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28768, '2023-06-05', 2879, 26042, 10145, 34535, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28769, '2023-06-05', 2711, 26043, 10145, 36930, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28770, '2023-06-05', 3786, 26044, 10146, 33318, '1.0000', '2.1300', '2.1300', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28771, '2023-06-05', 3483, 26045, 10147, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '141.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28772, '2023-06-05', 2918, 26046, 10148, 38103, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '66.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28773, '2023-06-05', 3120, 26047, 10149, 36182, '-2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28774, '2023-06-05', 3120, 26047, 10149, 38112, '3.0000', '5.8200', '5.8200', '7.0000', '7.0000', '21.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28775, '2023-06-05', 2652, 26048, 10150, 34482, '2.0000', '9.4683', '9.4683', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28776, '2023-06-05', 3912, 26049, 10150, 35728, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28777, '2023-06-05', 3048, 26050, 10150, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '116.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28778, '2023-06-05', 2712, 26051, 10151, 38113, '1.0000', '15.3333', '15.3333', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28779, '2023-06-05', 3912, 26052, 10152, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28780, '2023-06-05', 2879, 26053, 10152, 34535, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28781, '2023-06-05', 2879, 26053, 10152, 35128, '-2.0000', '5.5200', '5.5200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28782, '2023-06-05', 2879, 26053, 10152, 35739, '3.0000', '5.5200', '5.5200', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28783, '2023-06-05', 3114, 26054, 10152, 35766, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28784, '2023-06-05', 2713, 26055, 10153, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28785, '2023-06-05', 3063, 26056, 10154, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28786, '2023-06-05', 3061, 26057, 10154, 33226, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28787, '2023-06-05', 2949, 26058, 10155, 35688, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28788, '2023-06-05', 3086, 26059, 10156, 34498, '2.0000', '2.9750', '2.9750', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28789, '2023-06-05', 2936, 26060, 10157, 36921, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28790, '2023-06-05', 3630, 26061, 10158, 14554, '1.0000', '1.1250', '1.1250', '2.5000', '2.5000', '27.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28791, '2023-06-05', 2712, 26062, 10159, 38113, '1.0000', '15.3333', '15.3333', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28792, '2023-06-05', 3558, 26063, 10160, 36937, '1.0000', '58.7425', '58.7425', '65.0000', '65.0000', '11.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28793, '2023-06-05', 2502, 26064, 10161, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28794, '2023-06-05', 2645, 26065, 10162, 38102, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28795, '2023-06-05', 3630, 26066, 10163, 14554, '1.0000', '1.1250', '1.1250', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28796, '2023-06-05', 2646, 26067, 10164, 36947, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28797, '2023-06-05', 2951, 26068, 10165, 35714, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '38.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28798, '2023-06-05', 2889, 26069, 10165, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28799, '2023-06-05', 2894, 26070, 10165, 34540, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28800, '2023-06-05', 2534, 26071, 10166, 36944, '1.0000', '4.0825', '4.0825', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28801, '2023-06-05', 2713, 26072, 10167, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28802, '2023-06-05', 2661, 26073, 10168, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '22.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28803, '2023-06-05', 3885, 26074, 10169, 32040, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28804, '2023-06-05', 3483, 26075, 10170, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '140.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28805, '2023-06-05', 2918, 26076, 10171, 38103, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '65.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28806, '2023-06-05', 3917, 26077, 10171, 38131, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28807, '2023-06-05', 2922, 26078, 10172, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28808, '2023-06-05', 2646, 26079, 10173, 36947, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '4.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28809, '2023-06-05', 2952, 26080, 10173, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28810, '2023-06-05', 2646, 26081, 10174, 36947, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28811, '2023-06-06', 2901, 26082, 10175, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28812, '2023-06-06', 3820, 26083, 10175, 22851, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '36.0000', 1, 0, NULL, 398, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28813, '2023-06-06', 3538, 26084, 10175, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28814, '2023-06-06', 3821, 26085, 10175, 22856, '1.0000', '3.6250', '3.6250', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28815, '2023-06-06', 2646, 26086, 10176, 36947, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28816, '2023-06-06', 2646, 26086, 10176, 38118, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28817, '2023-06-06', 3063, 26087, 10176, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28818, '2023-06-06', 3314, 26088, 10177, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '105.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28819, '2023-06-06', 3212, 26089, 10178, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28820, '2023-06-06', 3314, 26090, 10178, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '104.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28821, '2023-06-06', 3772, 26091, 10179, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '206.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28822, '2023-06-06', 3120, 26092, 10179, 38112, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28823, '2023-06-06', 3483, 26093, 10179, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '138.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28824, '2023-06-06', 3048, 26094, 10180, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '114.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28825, '2023-06-06', 3314, 26095, 10180, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '103.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28826, '2023-06-06', 2508, 26096, 10180, 35750, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28827, '2023-06-06', 2712, 26097, 10180, 38113, '1.0000', '15.3333', '15.3333', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28828, '2023-06-06', 3074, 26098, 10180, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28829, '2023-06-06', 3314, 26099, 10181, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '101.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28830, '2023-06-06', 3894, 26100, 10181, 32055, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28831, '2023-06-06', 2499, 26101, 10181, 36946, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28832, '2023-06-06', 3242, 26102, 10181, 4537, '1.0000', '4.8900', '4.8900', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28833, '2023-06-06', 2901, 26103, 10181, 36935, '1.0000', '14.0469', '14.0469', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 632, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28834, '2023-06-06', 3120, 26104, 10182, 38112, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '18.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28835, '2023-06-06', 3120, 26105, 10183, 38112, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28836, '2023-06-06', 2712, 26106, 10183, 38113, '1.0000', '15.3333', '15.3333', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28837, '2023-06-06', 2661, 26107, 10183, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '20.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28838, '2023-06-06', 3306, 26108, 10184, 4601, '20.0000', '0.5100', '0.5100', '1.0000', '1.0000', '220.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28839, '2023-06-06', 2647, 26109, 10185, 38116, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28840, '2023-06-06', 3212, 26110, 10186, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28841, '2023-06-06', 2691, 26111, 10187, 3986, '0.5000', '5.3400', '5.3400', '10.0000', '10.0000', '27.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28842, '2023-06-06', 2779, 26112, 10188, 5760, '1.0000', '2.5000', '2.5000', '3.5000', '3.5000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28843, '2023-06-06', 2661, 26113, 10189, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '18.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28844, '2023-06-06', 2648, 26114, 10190, 38117, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28845, '2023-06-06', 3060, 26115, 10191, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '16.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28846, '2023-06-06', 2648, 26116, 10192, 38117, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28847, '2023-06-06', 2648, 26117, 10193, 38117, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28848, '2023-06-06', 3085, 26118, 10194, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28849, '2023-06-06', 2507, 26119, 10195, 38120, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28850, '2023-06-06', 2893, 26120, 10196, 35767, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28851, '2023-06-06', 2648, 26121, 10197, 38117, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28852, '2023-06-06', 2711, 26122, 10198, 36930, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28853, '2023-06-06', 2634, 26123, 10198, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28854, '2023-06-06', 3048, 26124, 10199, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '113.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28855, '2023-06-06', 3256, 26125, 10200, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28856, '2023-06-06', 2889, 26126, 10201, 5479, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28857, '2023-06-06', 2889, 26126, 10201, 7403, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '41.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28858, '2023-06-06', 3772, 26127, 10201, 35708, '3.0000', '0.8458', '0.8458', '1.5000', '1.5000', '203.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28859, '2023-06-06', 3220, 26128, 10202, 4515, '1.0000', '17.5000', '17.5000', '25.0000', '25.0000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28860, '2023-06-06', 3085, 26129, 10202, 35721, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28861, '2023-06-06', 3314, 26130, 10203, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '100.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28862, '2023-06-06', 2935, 26131, 10204, 36922, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '13.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28863, '2023-06-06', 2918, 26132, 10204, 38103, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '63.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28864, '2023-06-06', 2902, 26133, 10205, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28865, '2023-06-06', 2902, 26134, 10206, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28866, '2023-06-06', 2661, 26135, 10207, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '16.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28867, '2023-06-06', 3048, 26136, 10208, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '109.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28868, '2023-06-06', 2713, 26137, 10209, 35763, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28869, '2023-06-06', 2710, 26138, 10210, 36931, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '7.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28870, '2023-06-06', 2891, 26139, 10210, 35743, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28887, '2023-06-06', 3772, 26143, 10212, 35708, '4.0000', '0.8458', '0.8458', '1.5000', '1.5000', '199.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28888, '2023-06-06', 3138, 26144, 10213, 5922, '2.0000', '2.7100', '2.7100', '8.0000', '8.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28889, '2023-06-06', 3629, 26145, 10214, 14548, '2.0000', '0.2000', '0.2000', '1.0000', '1.0000', '74.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28890, '2023-06-06', 2923, 26146, 10215, 35724, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28891, '2023-06-06', 3913, 26147, 10215, 38105, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28892, '2023-06-06', 3314, 26148, 10216, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '99.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28893, '2023-06-06', 2634, 26149, 10217, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28894, '2023-06-06', 2790, 26150, 10218, 35691, '2.0000', '5.8100', '5.8100', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 603, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28895, '2023-06-06', 3172, 26151, 10218, 35745, '3.0000', '3.4579', '3.4579', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28896, '2023-06-06', 2890, 26152, 10218, 35742, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '12.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28897, '2023-06-06', 2646, 26153, 10219, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28898, '2023-06-06', 3913, 26154, 10220, 38105, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28899, '2023-06-06', 2918, 26155, 10220, 38103, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '61.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28900, '2023-06-06', 2921, 26156, 10220, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28901, '2023-06-06', 2646, 26157, 10221, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '31.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28902, '2023-06-06', 3483, 26158, 10222, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '137.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28903, '2023-06-06', 3918, 26159, 10223, 38130, '1.0000', '9.6500', '9.6500', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28904, '2023-06-06', 3483, 26160, 10223, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '135.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28905, '2023-06-06', 2951, 26161, 10223, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '37.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28906, '2023-06-06', 2643, 26162, 10224, 25460, '-3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28907, '2023-06-06', 2643, 26162, 10224, 26527, '3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28908, '2023-06-06', 2643, 26162, 10224, 28930, '-3.0000', '6.8900', '6.8900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28909, '2023-06-06', 2643, 26162, 10224, 32458, '-1.0000', '6.8900', '6.8900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28910, '2023-06-06', 2643, 26162, 10224, 35753, '8.0000', '6.5467', '6.5467', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28911, '2023-06-06', 2653, 26163, 10224, 35756, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28912, '2023-06-06', 2647, 26164, 10225, 38116, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28913, '2023-06-06', 3772, 26165, 10226, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '198.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28914, '2023-06-06', 3483, 26166, 10227, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '134.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28915, '2023-06-06', 2952, 26167, 10228, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '33.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28916, '2023-06-06', 2710, 26168, 10228, 36931, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28917, '2023-06-06', 2711, 26169, 10229, 36930, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28918, '2023-06-06', 2504, 26170, 10229, 35747, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28919, '2023-06-06', 3172, 26171, 10230, 35745, '2.0000', '3.4579', '3.4579', '4.0000', '4.0000', '32.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28920, '2023-06-07', 3311, 26172, 10231, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28921, '2023-06-07', 3538, 26173, 10231, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28922, '2023-06-07', 3553, 26174, 10231, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28923, '2023-06-07', 2898, 26175, 10232, 36940, '1.0000', '200.2233', '200.2233', '265.0000', '265.0000', '1.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28924, '2023-06-07', 3166, 26176, 10232, 34521, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28925, '2023-06-07', 3048, 26177, 10233, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28926, '2023-06-07', 3120, 26178, 10233, 38112, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '15.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28927, '2023-06-07', 3314, 26179, 10233, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '97.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28928, '2023-06-07', 3483, 26180, 10233, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '132.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28929, '2023-06-07', 2713, 26181, 10234, 36316, '-15.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28930, '2023-06-07', 2713, 26181, 10234, 36926, '12.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28931, '2023-06-07', 2713, 26181, 10234, 36952, '4.0000', '5.9500', '5.9500', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28932, '2023-06-07', 2712, 26182, 10234, 38113, '1.0000', '15.3333', '15.3333', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28933, '2023-06-07', 3120, 26183, 10235, 38112, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28934, '2023-06-07', 3314, 26184, 10236, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '96.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28935, '2023-06-07', 2713, 26185, 10236, 36952, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28936, '2023-06-07', 3852, 26186, 10236, 27283, '2.0000', '4.7500', '4.7500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28937, '2023-06-07', 3015, 26187, 10236, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '27.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28938, '2023-06-07', 3622, 26188, 10237, 33282, '1.0000', '4.6667', '4.6667', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28939, '2023-06-07', 3483, 26189, 10237, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '129.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28940, '2023-06-07', 3120, 26190, 10237, 38112, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28941, '2023-06-07', 3015, 26191, 10238, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '25.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28942, '2023-06-07', 2645, 26192, 10238, 38102, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 641, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28943, '2023-06-07', 2642, 26193, 10239, 38109, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28944, '2023-06-07', 2653, 26194, 10239, 35756, '5.0000', '4.4092', '4.4092', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28945, '2023-06-07', 3060, 26195, 10239, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '15.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28946, '2023-06-07', 3314, 26196, 10240, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '95.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28947, '2023-06-07', 2712, 26197, 10241, 38113, '1.0000', '15.3333', '15.3333', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28948, '2023-06-07', 2822, 26198, 10242, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28949, '2023-06-07', 2720, 26199, 10243, 30846, '2.0000', '5.3500', '5.3500', '19.0000', '19.0000', '13.0000', 1, 0, NULL, 515, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28950, '2023-06-07', 3832, 26200, 10243, 23974, '2.0000', '1.8200', '1.8200', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28951, '2023-06-07', 2748, 26201, 10243, 4043, '1.0000', '0.8700', '0.8700', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28952, '2023-06-07', 2758, 26202, 10244, 4053, '1.0000', '3.8500', '3.8500', '7.5000', '7.5000', '40.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28953, '2023-06-06', 3133, 26203, 10211, 4428, '1.0000', '1.7474', '1.7474', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28954, '2023-06-06', 3556, 26204, 10211, 10016, '1.0000', '7.3700', '7.3700', '11.0000', '11.0000', '23.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28955, '2023-06-07', 3919, 26205, 10245, 38132, '2.0000', '1.0000', '1.0000', '2.0000', '2.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28956, '2023-06-07', 3081, 26206, 10246, 17432, '1.0000', '19.7000', '19.7000', '28.0000', '28.0000', '40.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28957, '2023-06-07', 2497, 26207, 10246, 3792, '2.0000', '0.6900', '0.6900', '2.0000', '2.0000', '17.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28958, '2023-06-07', 3629, 26208, 10247, 14548, '2.0000', '0.2000', '0.2000', '1.0000', '1.0000', '72.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28959, '2023-06-07', 3314, 26209, 10248, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '94.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28960, '2023-06-07', 2661, 26210, 10249, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '14.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28961, '2023-06-07', 3483, 26211, 10250, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '128.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28962, '2023-06-07', 3482, 26212, 10250, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28963, '2023-06-07', 3889, 26213, 10250, 35764, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '11.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28964, '2023-06-07', 2646, 26214, 10251, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '29.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28965, '2023-06-07', 2822, 26215, 10251, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28966, '2023-06-07', 2711, 26216, 10252, 36930, '3.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28967, '2023-06-07', 2935, 26217, 10253, 36922, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '9.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28968, '2023-06-07', 2952, 26218, 10254, 35715, '3.0000', '3.2500', '3.2500', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28969, '2023-06-07', 3918, 26219, 10254, 38130, '1.0000', '9.6500', '9.6500', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28970, '2023-06-07', 3314, 26220, 10255, 35768, '4.0000', '0.5819', '0.5819', '1.0000', '1.0000', '90.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28971, '2023-06-07', 2642, 26221, 10256, 38109, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28972, '2023-06-07', 2952, 26222, 10256, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '29.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28973, '2023-06-07', 3060, 26223, 10257, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '14.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28974, '2023-06-07', 2710, 26224, 10257, 36931, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28975, '2023-06-07', 3553, 26225, 10258, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28976, '2023-06-07', 3060, 26226, 10259, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '13.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28977, '2023-06-07', 2642, 26227, 10259, 38109, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28978, '2023-06-07', 2952, 26228, 10259, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28979, '2023-06-07', 3172, 26229, 10259, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '31.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28980, '2023-06-07', 2646, 26230, 10260, 38118, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28981, '2023-06-07', 2645, 26231, 10261, 38115, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28982, '2023-06-07', 3121, 26232, 10262, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28983, '2023-06-07', 2661, 26233, 10263, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '13.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28984, '2023-06-07', 2642, 26234, 10264, 38109, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28985, '2023-06-07', 2645, 26235, 10264, 38115, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28986, '2023-06-07', 2952, 26236, 10264, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28987, '2023-06-07', 2661, 26237, 10264, 35709, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '9.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28988, '2023-06-07', 3015, 26238, 10265, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28989, '2023-06-07', 3482, 26239, 10266, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28990, '2023-06-07', 3114, 26240, 10267, 36317, '-4.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28991, '2023-06-07', 3114, 26240, 10267, 36958, '5.0000', '5.0000', '5.0000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28992, '2023-06-07', 2646, 26241, 10268, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28993, '2023-06-07', 2646, 26242, 10269, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '24.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28994, '2023-06-07', 3048, 26243, 10269, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '103.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28995, '2023-06-07', 3074, 26244, 10270, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28996, '2023-06-07', 2713, 26245, 10271, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28997, '2023-06-07', 2646, 26246, 10271, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28998, '2023-06-07', 2648, 26247, 10272, 38117, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28999, '2023-06-07', 3048, 26248, 10272, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '99.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29000, '2023-06-07', 3048, 26249, 10273, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '97.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29001, '2023-06-07', 2648, 26250, 10274, 38117, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29002, '2023-06-07', 2647, 26251, 10275, 38116, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29003, '2023-06-07', 2648, 26252, 10275, 38117, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29004, '2023-06-07', 2711, 26253, 10276, 36930, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29005, '2023-06-07', 2902, 26254, 10276, 35734, '2.0000', '6.5408', '6.5408', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29006, '2023-06-07', 3048, 26255, 10276, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '95.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29007, '2023-06-07', 3212, 26256, 10277, 35713, '2.0000', '3.9583', '3.9583', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29008, '2023-06-08', 3060, 26257, 10278, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '12.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29009, '2023-06-08', 3074, 26258, 10279, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29010, '2023-06-08', 3627, 26259, 10280, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '35.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29011, '2023-06-08', 2876, 26260, 10280, 35716, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29012, '2023-06-08', 3483, 26261, 10281, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '126.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29013, '2023-06-08', 3086, 26262, 10281, 34498, '2.0000', '2.9750', '2.9750', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29014, '2023-06-08', 3048, 26263, 10282, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '91.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29015, '2023-06-08', 3120, 26264, 10282, 38112, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '10.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29016, '2023-06-08', 3483, 26265, 10282, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '124.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29017, '2023-06-08', 2661, 26266, 10282, 35709, '1.0000', '0.3000', '0.3000', '0.5000', '0.5000', '8.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29018, '2023-06-08', 2645, 26267, 10282, 38115, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29019, '2023-06-08', 3060, 26268, 10283, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29020, '2023-06-08', 2612, 26269, 10284, 15695, '1.0000', '4.5000', '4.5000', '9.0000', '9.0000', '98.0000', 1, 0, NULL, 288, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29021, '2023-06-08', 2779, 26270, 10284, 5760, '4.0000', '2.5000', '2.5000', '3.5000', '3.5000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29022, '2023-06-08', 3311, 26271, 10285, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29023, '2023-06-08', 3538, 26272, 10285, 32054, '1.0000', '7.7500', '7.7500', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29024, '2023-06-08', 2507, 26273, 10285, 38120, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29025, '2023-06-08', 3212, 26274, 10285, 35713, '3.0000', '3.9583', '3.9583', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29026, '2023-06-08', 3614, 26275, 10286, 14526, '1.0000', '2.8846', '2.8846', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29027, '2023-06-08', 3172, 26276, 10286, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '30.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29028, '2023-06-08', 3120, 26277, 10286, 38112, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29029, '2023-06-08', 2712, 26278, 10287, 38113, '1.0000', '15.3333', '15.3333', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29030, '2023-06-08', 3614, 26279, 10287, 14526, '1.0000', '2.8846', '2.8846', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29031, '2023-06-08', 2901, 26280, 10288, 38134, '4.0000', '14.0000', '14.0000', '18.0000', '18.0000', '27.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29032, '2023-06-08', 2699, 26281, 10289, 34544, '2.0000', '5.0000', '5.0000', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29033, '2023-06-08', 3120, 26282, 10290, 38112, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29034, '2023-06-08', 3114, 26283, 10290, 36958, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29035, '2023-06-08', 3889, 26284, 10290, 35764, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '10.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29036, '2023-06-08', 2699, 26285, 10291, 34544, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29037, '2023-06-08', 2507, 26286, 10292, 38120, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29038, '2023-06-08', 2661, 26287, 10293, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '6.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29039, '2023-06-08', 2936, 26288, 10294, 38145, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29040, '2023-06-08', 3060, 26289, 10295, 36964, '2.0000', '6.2667', '6.2667', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29041, '2023-06-08', 2661, 26290, 10295, 35709, '2.0000', '0.3000', '0.3000', '0.5000', '0.5000', '4.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29042, '2023-06-08', 3074, 26291, 10296, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29043, '2023-06-08', 2713, 26292, 10297, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29044, '2023-06-08', 3482, 26293, 10298, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '9.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29045, '2023-06-08', 3483, 26294, 10298, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '122.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29046, '2023-06-08', 2894, 26295, 10298, 34540, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29047, '2023-06-08', 2507, 26296, 10299, 38120, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29048, '2023-06-08', 2661, 26297, 10299, 35709, '4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29049, '2023-06-08', 2918, 26298, 10300, 38103, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '60.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29050, '2023-06-08', 3311, 26299, 10301, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29051, '2023-06-08', 3086, 26300, 10302, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29052, '2023-06-08', 2514, 26301, 10302, 14532, '2.0000', '0.4583', '0.4583', '2.0000', '2.0000', '48.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29053, '2023-06-08', 3912, 26302, 10302, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29054, '2023-06-08', 2661, 26303, 10302, 35932, '-20.0000', '0.3000', '0.3000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29055, '2023-06-08', 2661, 26303, 10302, 37126, '-4.0000', '0.3000', '0.3000', '0.5000', '0.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29056, '2023-06-08', 2661, 26303, 10302, 38121, '26.0000', '0.2938', '0.2938', '0.5000', '0.5000', '134.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29057, '2023-06-08', 3483, 26304, 10303, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '121.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29058, '2023-06-08', 2647, 26305, 10304, 38116, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29059, '2023-06-08', 3483, 26306, 10305, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '120.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29060, '2023-06-08', 2923, 26307, 10306, 35724, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29061, '2023-06-08', 2710, 26308, 10307, 36931, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29062, '2023-06-08', 3048, 26309, 10308, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29063, '2023-06-08', 2646, 26310, 10309, 38118, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29064, '2023-06-08', 3641, 26311, 10309, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '20.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29065, '2023-06-08', 2791, 26312, 10310, 33324, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '5.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29066, '2023-06-08', 2891, 26313, 10310, 35743, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29067, '2023-06-08', 2893, 26314, 10311, 36562, '-1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29068, '2023-06-08', 2893, 26314, 10311, 38127, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29069, '2023-06-08', 2661, 26315, 10312, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '132.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29070, '2023-06-08', 3212, 26316, 10313, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29071, '2023-06-08', 3083, 26317, 10314, 34496, '1.0000', '9.3800', '9.3800', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29072, '2023-06-08', 2950, 26318, 10314, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29073, '2023-06-08', 2507, 26319, 10315, 38120, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29074, '2023-06-08', 3314, 26320, 10316, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '89.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29075, '2023-06-08', 2918, 26321, 10317, 38103, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '59.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29076, '2023-06-08', 2711, 26322, 10318, 36930, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29077, '2023-06-08', 2711, 26323, 10319, 36930, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29078, '2023-06-08', 2713, 26324, 10320, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29079, '2023-06-08', 3311, 26325, 10320, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29080, '2023-06-08', 2902, 26326, 10321, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29081, '2023-06-08', 2827, 26327, 10322, 17421, '3.0000', '0.1124', '0.1124', '0.3300', '0.3300', '28.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29082, '2023-06-08', 2661, 26328, 10322, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '131.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29083, '2023-06-08', 2661, 26329, 10323, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '129.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29084, '2023-06-08', 2646, 26330, 10324, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '17.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29085, '2023-06-08', 3085, 26331, 10324, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29086, '2023-06-08', 2645, 26332, 10325, 38115, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29087, '2023-06-08', 2645, 26333, 10326, 38115, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29088, '2023-06-08', 2711, 26334, 10327, 36930, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29089, '2023-06-08', 2711, 26334, 10327, 36956, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29090, '2023-06-08', 2902, 26335, 10327, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29091, '2023-06-08', 3483, 26336, 10328, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '119.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29092, '2023-06-08', 2891, 26337, 10329, 35743, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '1.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29093, '2023-06-08', 2645, 26338, 10330, 38115, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29094, '2023-06-08', 3772, 26339, 10331, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '197.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29095, '2023-06-08', 2893, 26340, 10332, 38127, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29096, '2023-06-08', 3825, 26341, 10333, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29097, '2023-06-08', 2647, 26342, 10334, 38116, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29098, '2023-06-08', 2646, 26343, 10335, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29099, '2023-06-08', 2949, 26344, 10336, 35688, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29100, '2023-06-08', 2711, 26345, 10337, 36956, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29101, '2023-06-08', 2645, 26346, 10338, 38115, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29102, '2023-06-08', 3172, 26347, 10338, 35745, '2.0000', '3.4579', '3.4579', '4.0000', '4.0000', '28.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29103, '2023-06-08', 2949, 26348, 10338, 35688, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29104, '2023-06-08', 3017, 26349, 10339, 38111, '2.0000', '4.7500', '4.7500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29105, '2023-06-08', 2646, 26350, 10340, 38118, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29106, '2023-06-08', 2647, 26351, 10340, 38116, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29107, '2023-06-08', 2645, 26352, 10341, 38115, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29108, '2023-06-08', 2645, 26353, 10342, 38115, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29109, '2023-06-08', 2923, 26354, 10343, 35724, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29110, '2023-06-09', 2634, 26355, 10344, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29111, '2023-06-09', 3483, 26356, 10344, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '118.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29112, '2023-06-09', 2661, 26357, 10344, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '128.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29113, '2023-06-09', 3048, 26358, 10345, 34493, '6.0000', '0.8333', '0.8333', '1.5000', '1.5000', '84.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29114, '2023-06-09', 3314, 26359, 10345, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '88.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29115, '2023-06-09', 3483, 26360, 10345, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '116.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29116, '2023-06-09', 2507, 26361, 10345, 38120, '1.0000', '4.8333', '4.8333', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29117, '2023-06-09', 3212, 26362, 10345, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29118, '2023-06-09', 3483, 26363, 10346, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '113.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29119, '2023-06-09', 3212, 26364, 10346, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29120, '2023-06-09', 3314, 26365, 10346, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '87.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29121, '2023-06-09', 3120, 26366, 10347, 38112, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29122, '2023-06-09', 3212, 26367, 10347, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29123, '2023-06-09', 3086, 26368, 10348, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29124, '2023-06-09', 3060, 26369, 10348, 36964, '2.0000', '6.2667', '6.2667', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29125, '2023-06-09', 2653, 26370, 10348, 35756, '8.0000', '4.4092', '4.4092', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29126, '2023-06-09', 2790, 26371, 10349, 36180, '-4.0000', '5.8100', '5.8100', '6.5000', '6.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29127, '2023-06-09', 2790, 26371, 10349, 38110, '5.0000', '5.8100', '5.8100', '6.5000', '6.5000', '7.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29128, '2023-06-09', 2877, 26372, 10349, 36910, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29129, '2023-06-09', 3483, 26373, 10349, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '112.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29130, '2023-06-09', 2902, 26374, 10349, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29131, '2023-06-09', 3172, 26375, 10349, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29132, '2023-06-09', 2952, 26376, 10349, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29133, '2023-06-09', 3483, 26377, 10350, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '111.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29134, '2023-06-09', 2890, 26378, 10351, 35742, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '11.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29135, '2023-06-09', 2699, 26379, 10351, 34544, '3.0000', '5.0000', '5.0000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 597, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29136, '2023-06-09', 2699, 26379, 10351, 36782, '-7.0000', '5.0000', '5.0000', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29137, '2023-06-09', 2699, 26379, 10351, 38135, '8.0000', '5.0000', '5.0000', '8.0000', '8.0000', '42.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29138, '2023-06-09', 2960, 26380, 10351, 33209, '7.0000', '8.5000', '8.5000', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29139, '2023-06-09', 2725, 26381, 10351, 36941, '1.0000', '3.8667', '3.8667', '10.0000', '10.0000', '145.0000', 1, 0, NULL, 634, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29140, '2023-06-09', 3262, 26382, 10351, 10020, '1.0000', '4.8700', '4.8700', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29141, '2023-06-09', 3081, 26383, 10351, 17432, '1.0000', '19.7000', '19.7000', '28.0000', '28.0000', '39.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29142, '2023-06-09', 2712, 26384, 10352, 38113, '1.0000', '15.3333', '15.3333', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29143, '2023-06-09', 3074, 26385, 10352, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29144, '2023-06-09', 3120, 26386, 10353, 38112, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29145, '2023-06-09', 3114, 26387, 10353, 36958, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29146, '2023-06-09', 3060, 26388, 10354, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29147, '2023-06-09', 2916, 26389, 10355, 36936, '1.0000', '38.9762', '38.9762', '52.0000', '52.0000', '10.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29148, '2023-06-09', 3081, 26390, 10355, 17432, '1.0000', '19.7000', '19.7000', '28.0000', '28.0000', '38.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29149, '2023-06-09', 3245, 26391, 10355, 4540, '1.0000', '1.4600', '1.4600', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29150, '2023-06-09', 2951, 26392, 10356, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '36.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29151, '2023-06-09', 3483, 26393, 10357, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '110.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29152, '2023-06-09', 3048, 26394, 10357, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '83.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29153, '2023-06-09', 2713, 26395, 10358, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29154, '2023-06-09', 3876, 26396, 10359, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '2.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29155, '2023-06-09', 3048, 26397, 10359, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29156, '2023-06-09', 3627, 26398, 10360, 14545, '2.0000', '0.6000', '0.6000', '2.0000', '2.0000', '33.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29157, '2023-06-09', 3085, 26399, 10361, 35721, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29158, '2023-06-09', 2711, 26400, 10361, 36956, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29159, '2023-06-09', 3314, 26401, 10362, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '86.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29160, '2023-06-09', 3482, 26402, 10363, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '8.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29161, '2023-06-09', 2790, 26403, 10363, 38110, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29162, '2023-06-09', 2645, 26404, 10363, 38115, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29163, '2023-06-09', 3256, 26405, 10364, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29164, '2023-06-09', 2634, 26406, 10364, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29165, '2023-06-09', 2661, 26407, 10364, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '127.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29166, '2023-06-09', 3048, 26408, 10365, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29167, '2023-06-09', 2902, 26409, 10366, 35734, '1.0000', '6.5408', '6.5408', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29168, '2023-06-09', 3641, 26410, 10366, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29169, '2023-06-09', 3311, 26411, 10366, 34533, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29170, '2023-06-09', 3172, 26412, 10366, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29171, '2023-06-09', 2918, 26413, 10367, 38103, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '58.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29172, '2023-06-09', 2901, 26414, 10368, 38146, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '27.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29173, '2023-06-09', 2711, 26415, 10369, 36956, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29174, '2023-06-09', 2645, 26416, 10369, 38115, '10.0000', '8.3496', '8.3496', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29175, '2023-06-09', 3920, 26417, 10370, 38153, '3.0000', '1.6000', '1.6000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29176, '2023-06-09', 3182, 26418, 10371, 34489, '1.0000', '7.5000', '7.5000', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29177, '2023-06-09', 3015, 26419, 10372, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '23.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29178, '2023-06-09', 3912, 26420, 10372, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29179, '2023-06-09', 2645, 26421, 10373, 38115, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29180, '2023-06-09', 2902, 26422, 10374, 38160, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29181, '2023-06-09', 3114, 26423, 10375, 36958, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29182, '2023-06-09', 3120, 26424, 10375, 38112, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29183, '2023-06-09', 2923, 26425, 10376, 35724, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29184, '2023-06-09', 3629, 26426, 10377, 14548, '2.0000', '0.2000', '0.2000', '1.0000', '1.0000', '70.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29185, '2023-06-09', 2645, 26427, 10378, 38115, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29186, '2023-06-09', 3166, 26428, 10378, 34521, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29187, '2023-06-09', 2926, 26429, 10379, 36245, '-2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29188, '2023-06-09', 2926, 26429, 10379, 38106, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29189, '2023-06-09', 2922, 26430, 10379, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29190, '2023-06-09', 3172, 26431, 10379, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29191, '2023-06-09', 3048, 26432, 10379, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '80.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29192, '2023-06-09', 2951, 26433, 10379, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '35.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29193, '2023-06-09', 2646, 26434, 10380, 38118, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29194, '2023-06-09', 2534, 26435, 10381, 36944, '1.0000', '4.0825', '4.0825', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29195, '2023-06-09', 3114, 26436, 10381, 36958, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29196, '2023-06-09', 3341, 26437, 10382, 36961, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29197, '2023-06-09', 2647, 26438, 10382, 38116, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29198, '2023-06-09', 2645, 26439, 10383, 38115, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29199, '2023-06-09', 2661, 26440, 10384, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '126.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29200, '2023-06-09', 3166, 26441, 10385, 36963, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '1.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29201, '2023-06-09', 3343, 26442, 10386, 23288, '-1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29202, '2023-06-09', 3343, 26442, 10386, 34523, '2.0000', '39.0000', '39.0000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29203, '2023-06-09', 2950, 26443, 10386, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29204, '2023-06-09', 2661, 26444, 10387, 38121, '4.0000', '0.2938', '0.2938', '0.5000', '0.5000', '122.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29205, '2023-06-09', 2645, 26445, 10388, 38115, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29206, '2023-06-09', 3017, 26446, 10388, 38111, '2.0000', '4.7500', '4.7500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29207, '2023-06-09', 3912, 26447, 10389, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29208, '2023-06-09', 2952, 26448, 10390, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29209, '2023-06-09', 2790, 26449, 10390, 38110, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29210, '2023-06-09', 3827, 26450, 10391, 33217, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29211, '2023-06-09', 3772, 26451, 10392, 35708, '4.0000', '0.8458', '0.8458', '1.5000', '1.5000', '193.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29212, '2023-06-09', 2713, 26452, 10392, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29213, '2023-06-09', 2949, 26453, 10393, 35688, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29214, '2023-06-09', 2919, 26454, 10394, 35722, '3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29215, '2023-06-09', 2923, 26455, 10394, 35724, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29216, '2023-06-09', 3918, 26456, 10395, 38130, '1.0000', '9.6500', '9.6500', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29217, '2023-06-09', 2952, 26457, 10396, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29218, '2023-06-09', 3060, 26458, 10396, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29219, '2023-06-09', 3048, 26459, 10396, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29220, '2023-06-09', 2648, 26460, 10397, 38117, '3.0000', '7.5783', '7.5783', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29221, '2023-06-09', 2504, 26461, 10398, 35747, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29222, '2023-06-09', 2711, 26462, 10398, 36956, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29223, '2023-06-09', 3048, 26463, 10398, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29224, '2023-06-09', 3483, 26464, 10398, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '109.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29225, '2023-06-09', 3172, 26465, 10398, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29226, '2023-06-09', 2949, 26466, 10399, 35688, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29227, '2023-06-09', 3922, 26467, 10400, 38155, '1.0000', '5.1000', '5.1000', '7.5000', '7.5000', '20.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29228, '2023-06-09', 2890, 26468, 10400, 35742, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '10.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29229, '2023-06-09', 2958, 26469, 10401, 4253, '1.0000', '0.0100', '0.0100', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29230, '2023-06-09', 2647, 26470, 10402, 38116, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29231, '2023-06-09', 2952, 26471, 10403, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29232, '2023-06-09', 3314, 26472, 10404, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '85.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29233, '2023-06-09', 3483, 26473, 10405, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29234, '2023-06-09', 2713, 26474, 10405, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29235, '2023-06-09', 2711, 26475, 10406, 36956, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29236, '2023-06-09', 3048, 26476, 10406, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '74.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29237, '2023-06-09', 3182, 26477, 10406, 34489, '1.0000', '7.5000', '7.5000', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29238, '2023-06-09', 2645, 26478, 10407, 38115, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29239, '2023-06-10', 3048, 26479, 10408, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29240, '2023-06-10', 3483, 26480, 10408, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '104.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29241, '2023-06-10', 2790, 26481, 10408, 38110, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29242, '2023-06-10', 3015, 26482, 10408, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29243, '2023-06-10', 2791, 26483, 10409, 33324, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29244, '2023-06-10', 2713, 26484, 10410, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29245, '2023-06-10', 3314, 26485, 10411, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '84.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29246, '2023-06-10', 2713, 26486, 10411, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29247, '2023-06-10', 3048, 26487, 10411, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '69.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29248, '2023-06-10', 3120, 26488, 10411, 38112, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29249, '2023-06-10', 3231, 26489, 10411, 31995, '1.0000', '1.8300', '1.8300', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29250, '2023-06-10', 3017, 26490, 10411, 38111, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29251, '2023-06-10', 2789, 26491, 10412, 38162, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29252, '2023-06-10', 3644, 26492, 10412, 28228, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29253, '2023-06-10', 2642, 26493, 10412, 38109, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29254, '2023-06-10', 3015, 26494, 10412, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '21.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29255, '2023-06-10', 3852, 26495, 10412, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29256, '2023-06-10', 2713, 26496, 10413, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29257, '2023-06-10', 3212, 26497, 10413, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29258, '2023-06-10', 3314, 26498, 10413, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '83.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29259, '2023-06-10', 3644, 26499, 10413, 32976, '-4.0000', '0.8125', '0.8125', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29260, '2023-06-10', 3644, 26499, 10413, 34240, '-1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29261, '2023-06-10', 3644, 26499, 10413, 35464, '-1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29262, '2023-06-10', 3644, 26499, 10413, 35706, '7.0000', '0.8125', '0.8125', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29263, '2023-06-10', 3262, 26500, 10414, 10020, '1.0000', '4.8700', '4.8700', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29264, '2023-06-10', 2725, 26501, 10414, 36941, '3.0000', '3.8667', '3.8667', '10.0000', '10.0000', '142.0000', 1, 0, NULL, 634, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29265, '2023-06-10', 2476, 26502, 10414, 3771, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '42.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29266, '2023-06-10', 3306, 26503, 10415, 4601, '80.0000', '0.5100', '0.5100', '1.0000', '1.0000', '140.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29267, '2023-06-10', 2606, 26504, 10415, 35769, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '5.0000', 1, 0, NULL, 624, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29268, '2023-06-10', 3341, 26505, 10416, 36961, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29269, '2023-06-10', 3212, 26506, 10417, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29270, '2023-06-10', 2710, 26507, 10418, 36931, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29271, '2023-06-10', 2893, 26508, 10419, 38127, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29272, '2023-06-10', 2712, 26509, 10420, 38113, '1.0000', '15.3333', '15.3333', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29273, '2023-06-10', 3556, 26510, 10421, 10016, '2.0000', '7.3700', '7.3700', '11.0000', '11.0000', '21.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29274, '2023-06-10', 3772, 26511, 10421, 35708, '6.0000', '0.8458', '0.8458', '1.5000', '1.5000', '187.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29275, '2023-06-10', 2710, 26512, 10422, 36931, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29276, '2023-06-10', 3172, 26513, 10422, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29277, '2023-06-10', 2827, 26514, 10423, 17421, '3.0000', '0.1124', '0.1124', '0.3300', '0.3300', '25.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29278, '2023-06-10', 3212, 26515, 10423, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29279, '2023-06-10', 3114, 26516, 10423, 36958, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29280, '2023-06-10', 3120, 26517, 10423, 38112, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29281, '2023-06-10', 3483, 26518, 10423, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '102.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29282, '2023-06-10', 3852, 26519, 10423, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29283, '2023-06-10', 2713, 26520, 10424, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29284, '2023-06-10', 3483, 26521, 10424, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '99.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29285, '2023-06-10', 3015, 26522, 10424, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '20.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29286, '2023-06-10', 2634, 26523, 10425, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29287, '2023-06-10', 2711, 26524, 10425, 36956, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29288, '2023-06-10', 2645, 26525, 10426, 38115, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29289, '2023-06-10', 2952, 26526, 10426, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29290, '2023-06-10', 3017, 26527, 10426, 38111, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29291, '2023-06-10', 2930, 26528, 10427, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29292, '2023-06-10', 2926, 26529, 10427, 38106, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29293, '2023-06-10', 2661, 26530, 10427, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '120.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29294, '2023-06-10', 2711, 26531, 10428, 36956, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29295, '2023-06-10', 2712, 26532, 10429, 38113, '1.0000', '15.3333', '15.3333', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 645, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29296, '2023-06-10', 2711, 26533, 10430, 36956, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29297, '2023-06-10', 3483, 26534, 10430, 34490, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '93.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29298, '2023-06-10', 3641, 26535, 10430, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29299, '2023-06-10', 3048, 26536, 10430, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29300, '2023-06-10', 3920, 26537, 10430, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29301, '2023-06-10', 2918, 26538, 10430, 38103, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '56.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29302, '2023-06-10', 2920, 26539, 10430, 36917, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '19.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29303, '2023-06-10', 2901, 26540, 10431, 38146, '2.0000', '14.0000', '14.0000', '18.0000', '18.0000', '25.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29304, '2023-06-10', 2982, 26541, 10432, 33271, '1.0000', '5.2100', '5.2100', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29305, '2023-06-10', 2661, 26542, 10432, 38121, '6.0000', '0.2938', '0.2938', '0.5000', '0.5000', '114.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29306, '2023-06-10', 3048, 26543, 10432, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29307, '2023-06-10', 3819, 26544, 10433, 22821, '1.0000', '3.5429', '3.5429', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29308, '2023-06-10', 2830, 26545, 10433, 27271, '1.0000', '4.1500', '4.1500', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29309, '2023-06-10', 3212, 26546, 10434, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29310, '2023-06-10', 2645, 26547, 10435, 38115, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29311, '2023-06-10', 3017, 26548, 10435, 38111, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29312, '2023-06-10', 3483, 26549, 10435, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '92.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29313, '2023-06-10', 3900, 26550, 10436, 33259, '1.0000', '6.0000', '6.0000', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29314, '2023-06-10', 2647, 26551, 10437, 38116, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29315, '2023-06-10', 2661, 26552, 10437, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '112.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29316, '2023-06-10', 3314, 26553, 10437, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '82.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29317, '2023-06-10', 2647, 26554, 10438, 38116, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29318, '2023-06-10', 2920, 26555, 10438, 36917, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '18.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29319, '2023-06-10', 2647, 26556, 10439, 38116, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29320, '2023-06-10', 2647, 26557, 10440, 38116, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29321, '2023-06-10', 3903, 26558, 10441, 34526, '5.0000', '6.0000', '6.0000', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 594, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29322, '2023-06-10', 3288, 26559, 10441, 4583, '10.0000', '16.5200', '16.5200', '22.0000', '22.0000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29323, '2023-06-10', 3885, 26560, 10442, 32040, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29324, '2023-06-10', 2922, 26561, 10442, 34515, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29325, '2023-06-10', 2930, 26562, 10442, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29326, '2023-06-10', 2921, 26563, 10442, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29327, '2023-06-10', 2647, 26564, 10442, 38116, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29328, '2023-06-10', 3256, 26565, 10443, 33315, '1.0000', '4.7908', '4.7908', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 574, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29329, '2023-06-10', 2930, 26566, 10443, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29330, '2023-06-10', 2877, 26567, 10444, 36910, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29331, '2023-06-10', 3172, 26568, 10444, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29332, '2023-06-10', 3015, 26569, 10445, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '19.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29333, '2023-06-10', 2517, 26570, 10445, 33321, '1.0000', '10.3818', '10.3818', '13.0000', '13.0000', '10.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29334, '2023-06-10', 3483, 26571, 10445, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29335, '2023-06-10', 3482, 26572, 10445, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '7.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29336, '2023-06-10', 2711, 26573, 10445, 36956, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29337, '2023-06-10', 2877, 26574, 10445, 36910, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29338, '2023-06-10', 3311, 26575, 10445, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29339, '2023-06-10', 2661, 26576, 10446, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '110.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29340, '2023-06-10', 3772, 26577, 10447, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '186.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29341, '2023-06-10', 3483, 26578, 10448, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '89.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29342, '2023-06-10', 2652, 26579, 10449, 34482, '1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29343, '2023-06-10', 3015, 26580, 10450, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29344, '2023-06-10', 2711, 26581, 10451, 36956, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29345, '2023-06-10', 3121, 26582, 10451, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '4.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29346, '2023-06-10', 3912, 26583, 10452, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29347, '2023-06-10', 2514, 26584, 10452, 14532, '1.0000', '0.4583', '0.4583', '2.0000', '2.0000', '47.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29348, '2023-06-10', 2652, 26585, 10453, 34482, '1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29349, '2023-06-10', 3074, 26586, 10454, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29350, '2023-06-10', 3048, 26587, 10455, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29351, '2023-06-10', 3015, 26588, 10455, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29352, '2023-06-10', 3921, 26589, 10455, 38157, '1.0000', '9.9000', '9.9000', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29353, '2023-06-10', 2927, 26590, 10456, 34517, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29354, '2023-06-10', 3084, 26591, 10456, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29355, '2023-06-10', 2711, 26592, 10457, 36956, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29356, '2023-06-10', 3048, 26593, 10457, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '59.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29357, '2023-06-10', 2634, 26594, 10457, 35712, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29358, '2023-06-10', 2827, 26595, 10458, 17421, '6.0000', '0.1124', '0.1124', '0.3300', '0.3300', '19.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29359, '2023-06-10', 2642, 26596, 10459, 38109, '3.0000', '7.5313', '7.5313', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29360, '2023-06-10', 2642, 26597, 10460, 38109, '3.0000', '7.5313', '7.5313', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29361, '2023-06-10', 2713, 26598, 10461, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29362, '2023-06-10', 2646, 26599, 10462, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29363, '2023-06-10', 2920, 26600, 10463, 36917, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '17.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29364, '2023-06-10', 2926, 26601, 10463, 38106, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29365, '2023-06-10', 3230, 26602, 10463, 31994, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29366, '2023-06-10', 3483, 26603, 10464, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '87.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29367, '2023-06-11', 3074, 26604, 10465, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29368, '2023-06-11', 2653, 26605, 10466, 35756, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29369, '2023-06-11', 2653, 26605, 10466, 36353, '-43.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29370, '2023-06-11', 2653, 26605, 10466, 36934, '44.0000', '4.4092', '4.4092', '6.0000', '6.0000', '52.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29371, '2023-06-11', 2642, 26606, 10467, 38109, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29372, '2023-06-11', 2642, 26607, 10468, 38109, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29373, '2023-06-11', 2827, 26608, 10468, 17421, '3.0000', '0.1124', '0.1124', '0.3300', '0.3300', '16.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29374, '2023-06-11', 2642, 26609, 10469, 38109, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29375, '2023-06-11', 2827, 26610, 10470, 17421, '3.0000', '0.1124', '0.1124', '0.3300', '0.3300', '13.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29376, '2023-06-11', 2647, 26611, 10470, 38116, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29377, '2023-06-11', 2647, 26612, 10471, 38116, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29378, '2023-06-11', 2902, 26613, 10472, 38160, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29379, '2023-06-11', 3120, 26614, 10473, 38164, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '23.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29380, '2023-06-11', 3917, 26615, 10474, 38131, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29381, '2023-06-11', 3314, 26616, 10475, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '81.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29382, '2023-06-11', 3060, 26617, 10476, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '4.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29383, '2023-06-11', 3182, 26618, 10477, 34489, '1.0000', '7.5000', '7.5000', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29384, '2023-06-11', 2935, 26619, 10478, 36922, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29385, '2023-06-11', 2935, 26620, 10479, 36922, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '7.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29386, '2023-06-11', 2951, 26621, 10480, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '34.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29387, '2023-06-11', 3483, 26622, 10480, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29388, '2023-06-11', 3062, 26623, 10481, 35696, '1.0000', '13.3333', '13.3333', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29389, '2023-06-11', 3062, 26624, 10482, 35696, '1.0000', '13.3333', '13.3333', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29390, '2023-06-11', 3063, 26625, 10483, 30860, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 517, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29391, '2023-06-11', 3483, 26626, 10484, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29392, '2023-06-11', 3920, 26627, 10484, 38153, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29393, '2023-06-11', 2936, 26628, 10484, 38145, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29394, '2023-06-11', 3254, 26629, 10485, 4549, '6.0000', '0.0800', '0.0800', '0.5000', '0.5000', '104.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29395, '2023-06-11', 3172, 26630, 10485, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29396, '2023-06-11', 3297, 26631, 10485, 4592, '6.0000', '0.1200', '0.1200', '0.2500', '0.2500', '687.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29397, '2023-06-11', 3290, 26632, 10485, 4585, '6.0000', '0.0900', '0.0900', '0.2500', '0.2500', '703.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29398, '2023-06-11', 2711, 26633, 10485, 36956, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29399, '2023-06-11', 2949, 26634, 10486, 35688, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29400, '2023-06-11', 2935, 26635, 10487, 36922, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29401, '2023-06-11', 2952, 26636, 10487, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29402, '2023-06-11', 2500, 26637, 10488, 36945, '1.0000', '11.6700', '11.6700', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29403, '2023-06-11', 2499, 26638, 10488, 36946, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29404, '2023-06-11', 3182, 26639, 10488, 34489, '1.0000', '7.5000', '7.5000', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29405, '2023-06-11', 2710, 26640, 10489, 36931, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '0.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29406, '2023-06-11', 3889, 26641, 10489, 35764, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '9.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29407, '2023-06-11', 2646, 26642, 10490, 38118, '4.0000', '11.7500', '11.7500', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29408, '2023-06-11', 3048, 26643, 10490, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '57.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29409, '2023-06-11', 3311, 26644, 10490, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29410, '2023-06-11', 3314, 26645, 10491, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '80.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29411, '2023-06-11', 2901, 26646, 10492, 38146, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '24.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29412, '2023-06-11', 3892, 26647, 10493, 32052, '1.0000', '5.5000', '5.5000', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29413, '2023-06-11', 3017, 26648, 10494, 38111, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29414, '2023-06-11', 3483, 26649, 10495, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '81.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29415, '2023-06-11', 2935, 26650, 10495, 36922, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '5.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29416, '2023-06-11', 3893, 26651, 10496, 32053, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29417, '2023-06-11', 2922, 26652, 10497, 34515, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29418, '2023-06-11', 2922, 26652, 10497, 35009, '-8.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29419, '2023-06-11', 2922, 26652, 10497, 35723, '10.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29420, '2023-06-11', 2916, 26653, 10498, 36936, '1.0000', '38.9762', '38.9762', '52.0000', '52.0000', '9.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29421, '2023-06-11', 2968, 26654, 10498, 4263, '1.0000', '2.8000', '2.8000', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29422, '2023-06-11', 2646, 26655, 10499, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29423, '2023-06-11', 2646, 26656, 10500, 38118, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '1.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29424, '2023-06-11', 3172, 26657, 10501, 35745, '2.0000', '3.4579', '3.4579', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29425, '2023-06-11', 3483, 26658, 10502, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29426, '2023-06-12', 2646, 26659, 10503, 38118, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29427, '2023-06-12', 3123, 26660, 10504, 35732, '2.0000', '4.9440', '4.9440', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29428, '2023-06-12', 2766, 26661, 10505, 4061, '1.0000', '1.3000', '1.3000', '2.0000', '2.0000', '224.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29429, '2023-06-12', 2952, 26662, 10505, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29430, '2023-06-12', 2661, 26663, 10505, 38121, '4.0000', '0.2938', '0.2938', '0.5000', '0.5000', '106.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29431, '2023-06-12', 2889, 26664, 10506, 7403, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29432, '2023-06-12', 3120, 26665, 10506, 38164, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '22.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29433, '2023-06-12', 2713, 26666, 10507, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29434, '2023-06-12', 3048, 26667, 10507, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '53.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29435, '2023-06-12', 3314, 26668, 10507, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '79.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29436, '2023-06-12', 3212, 26669, 10507, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29437, '2023-06-12', 3483, 26670, 10507, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29438, '2023-06-12', 3230, 26671, 10508, 33216, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29439, '2023-06-12', 3120, 26672, 10509, 38164, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '20.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29440, '2023-06-12', 2950, 26673, 10509, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29441, '2023-06-12', 3483, 26674, 10509, 34490, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '73.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29442, '2023-06-12', 3048, 26675, 10509, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '52.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29443, '2023-06-12', 2876, 26676, 10510, 35716, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29444, '2023-06-12', 3121, 26677, 10510, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '3.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29445, '2023-06-12', 3212, 26678, 10510, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29446, '2023-06-12', 3483, 26679, 10510, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '72.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29447, '2023-06-12', 2950, 26680, 10510, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29448, '2023-06-12', 3212, 26681, 10511, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29449, '2023-06-12', 3483, 26682, 10511, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '71.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29450, '2023-06-12', 3060, 26683, 10511, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29451, '2023-06-12', 2653, 26684, 10511, 36934, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29452, '2023-06-12', 2713, 26685, 10512, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29453, '2023-06-12', 3212, 26686, 10512, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29454, '2023-06-12', 3483, 26687, 10512, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29455, '2023-06-12', 3314, 26688, 10513, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '78.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29456, '2023-06-12', 3819, 26689, 10514, 22821, '0.5000', '3.5429', '3.5429', '6.0000', '6.0000', '1.5000', 1, 0, NULL, 391, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29457, '2023-06-12', 3015, 26690, 10515, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '15.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29458, '2023-06-12', 2713, 26691, 10516, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29459, '2023-06-12', 2708, 26692, 10517, 5840, '1.0000', '8.0000', '8.0000', '11.0000', '11.0000', '27.5000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29460, '2023-06-12', 2645, 26693, 10518, 38115, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29461, '2023-06-12', 2645, 26693, 10518, 38165, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '70.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29462, '2023-06-12', 2712, 26694, 10518, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '17.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29463, '2023-06-12', 3875, 26695, 10518, 38180, '1.0000', '17.6250', '17.6250', '21.0000', '21.0000', '7.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29464, '2023-06-12', 2645, 26696, 10519, 38165, '8.0000', '8.3496', '8.3496', '12.0000', '12.0000', '62.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29465, '2023-06-12', 2645, 26697, 10520, 38165, '12.0000', '8.3496', '8.3496', '12.0000', '12.0000', '50.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29466, '2023-06-12', 2645, 26698, 10521, 38165, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '44.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29467, '2023-06-12', 2712, 26699, 10521, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '16.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29468, '2023-06-12', 2645, 26700, 10522, 38165, '10.0000', '8.3496', '8.3496', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29469, '2023-06-12', 2647, 26701, 10523, 38166, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '44.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29470, '2023-06-12', 3875, 26702, 10523, 38180, '1.0000', '17.6250', '17.6250', '21.0000', '21.0000', '6.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29471, '2023-06-12', 2712, 26703, 10523, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '15.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29474, '2023-06-12', 2711, 26706, 10525, 36956, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29475, '2023-06-12', 2660, 26707, 10525, 35740, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29476, '2023-06-12', 3314, 26708, 10525, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '77.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29477, '2023-06-12', 2713, 26709, 10526, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29478, '2023-06-12', 3187, 26710, 10526, 35707, '1.0000', '0.7268', '0.7268', '1.2500', '1.2500', '18.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29479, '2023-06-12', 3212, 26711, 10527, 35713, '1.0000', '3.9583', '3.9583', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 608, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29480, '2023-06-14', 2500, 26712, 10528, 36945, '3.0000', '11.6700', '11.6700', '13.0000', '13.0000', '2.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29481, '2023-06-14', 3060, 26713, 10528, 36964, '1.0000', '6.2667', '6.2667', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29482, '2023-06-14', 3314, 26714, 10528, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '76.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29483, '2023-06-14', 3912, 26715, 10528, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29484, '2023-06-14', 3120, 26716, 10528, 38164, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '19.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29485, '2023-06-14', 3875, 26717, 10528, 38180, '1.0000', '17.6250', '17.6250', '21.0000', '21.0000', '5.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29486, '2023-06-14', 3048, 26718, 10528, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29487, '2023-06-14', 3483, 26719, 10528, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29488, '2023-06-14', 2713, 26720, 10528, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29489, '2023-06-14', 2504, 26721, 10528, 35747, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29490, '2023-06-14', 3114, 26722, 10528, 36958, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29491, '2023-06-14', 2567, 26723, 10528, 3862, '1.0000', '6.3700', '6.3700', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29492, '2023-06-14', 2922, 26724, 10528, 35723, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29493, '2023-06-14', 2936, 26725, 10528, 38145, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29494, '2023-06-14', 3074, 26726, 10528, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29495, '2023-06-14', 2952, 26727, 10528, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29496, '2023-06-14', 3172, 26728, 10529, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29497, '2023-06-14', 2713, 26729, 10529, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29498, '2023-06-14', 3231, 26730, 10529, 31995, '1.0000', '1.8300', '1.8300', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29499, '2023-06-14', 2716, 26731, 10529, 5887, '1.0000', '3.3500', '3.3500', '5.0000', '5.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29500, '2023-06-14', 3314, 26732, 10529, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '75.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29501, '2023-06-14', 2646, 26733, 10529, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '58.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29502, '2023-06-14', 3922, 26734, 10529, 38155, '1.0000', '5.1000', '5.1000', '7.5000', '7.5000', '19.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29503, '2023-06-14', 2973, 26735, 10529, 27258, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '14.0000', 1, 0, NULL, 437, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29504, '2023-06-14', 3841, 26736, 10529, 24028, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29505, '2023-06-14', 2902, 26737, 10529, 38160, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29506, '2023-06-14', 2649, 26738, 10529, 38158, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29507, '2023-06-14', 3641, 26739, 10529, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29508, '2023-06-14', 2890, 26740, 10529, 35742, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '9.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29509, '2023-06-14', 3920, 26741, 10529, 38153, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29510, '2023-06-14', 3889, 26742, 10529, 35764, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '8.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29511, '2023-06-14', 2711, 26743, 10530, 36956, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29512, '2023-06-14', 2889, 26744, 10530, 7403, '3.0000', '4.2600', '4.2600', '6.5000', '6.5000', '37.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29513, '2023-06-14', 3017, 26745, 10530, 38111, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29514, '2023-06-14', 3483, 26746, 10530, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '63.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29515, '2023-06-14', 2893, 26747, 10530, 38127, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29516, '2023-06-14', 3922, 26748, 10530, 38155, '1.0000', '5.1000', '5.1000', '7.5000', '7.5000', '18.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29517, '2023-06-14', 3048, 26749, 10530, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '48.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29518, '2023-06-14', 3015, 26750, 10530, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29519, '2023-06-14', 2648, 26751, 10530, 38117, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29520, '2023-06-14', 2648, 26751, 10530, 38167, '10.0000', '7.5783', '7.5783', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29521, '2023-06-14', 2646, 26752, 10530, 38168, '4.0000', '11.7500', '11.7500', '15.0000', '15.0000', '54.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29522, '2023-06-14', 2645, 26753, 10530, 38165, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29523, '2023-06-14', 3483, 26754, 10531, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '62.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29524, '2023-06-14', 3172, 26755, 10531, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29525, '2023-06-14', 3641, 26756, 10531, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29526, '2023-06-14', 2711, 26757, 10531, 36956, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29527, '2023-06-14', 2827, 26758, 10531, 17421, '6.0000', '0.1124', '0.1124', '0.3300', '0.3300', '7.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29528, '2023-06-14', 2648, 26759, 10531, 38167, '12.0000', '7.5783', '7.5783', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29529, '2023-06-14', 2713, 26760, 10531, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29530, '2023-06-14', 3048, 26761, 10531, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29531, '2023-06-14', 3230, 26762, 10531, 33216, '2.0000', '2.7700', '2.7700', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29532, '2023-06-14', 2617, 26763, 10531, 9909, '4.0000', '4.5000', '4.5000', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 97, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29533, '2023-06-14', 2807, 26764, 10531, 5642, '1.0000', '20.1400', '20.1400', '28.5000', '28.5000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29534, '2023-06-14', 2821, 26765, 10531, 4116, '1.0000', '24.9700', '24.9700', '35.0000', '35.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29535, '2023-06-14', 2661, 26766, 10531, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '104.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29536, '2023-06-14', 3311, 26767, 10531, 34533, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29537, '2023-06-14', 3311, 26767, 10531, 35487, '-8.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29538, '2023-06-14', 3311, 26767, 10531, 35737, '12.0000', '0.8700', '0.8700', '1.5000', '1.5000', '42.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29539, '2023-06-14', 3074, 26768, 10531, 35730, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 615, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29540, '2023-06-14', 3074, 26768, 10531, 36321, '-4.0000', '2.1617', '2.1617', '3.0000', '3.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29541, '2023-06-14', 3074, 26768, 10531, 38123, '5.0000', '1.7083', '1.7083', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29542, '2023-06-14', 2508, 26769, 10532, 35750, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29543, '2023-06-14', 3123, 26770, 10532, 35732, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29544, '2023-06-14', 3553, 26771, 10532, 33295, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29545, '2023-06-14', 2791, 26772, 10532, 33324, '3.0000', '3.0300', '3.0300', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29546, '2023-06-14', 2951, 26773, 10532, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '33.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29547, '2023-06-14', 3483, 26774, 10532, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '61.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29548, '2023-06-14', 2902, 26775, 10532, 38160, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '6.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29549, '2023-06-14', 2634, 26776, 10532, 36564, '-6.0000', '2.9583', '2.9583', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29550, '2023-06-14', 2634, 26776, 10532, 38128, '7.0000', '2.9583', '2.9583', '3.5000', '3.5000', '17.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29551, '2023-06-14', 3063, 26777, 10532, 30977, '-2.0000', '3.1250', '3.1250', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29552, '2023-06-14', 3063, 26777, 10532, 32163, '1.0000', '3.1250', '3.1250', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29553, '2023-06-14', 3063, 26777, 10532, 35759, '2.0000', '2.9125', '2.9125', '4.0000', '4.0000', '70.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29554, '2023-06-14', 3048, 26778, 10532, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29555, '2023-06-14', 3644, 26779, 10532, 35706, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29556, '2023-06-14', 2645, 26780, 10532, 38165, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29557, '2023-06-14', 3172, 26781, 10532, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29558, '2023-06-14', 2952, 26782, 10532, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '16.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29559, '2023-06-14', 2649, 26783, 10532, 38158, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29560, '2023-06-14', 2713, 26784, 10532, 36952, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29561, '2023-06-14', 3311, 26785, 10533, 35737, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '41.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29562, '2023-06-14', 2952, 26786, 10533, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29563, '2023-06-14', 2649, 26787, 10533, 38158, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29564, '2023-06-14', 3172, 26788, 10533, 35745, '3.0000', '3.4579', '3.4579', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29565, '2023-06-14', 3314, 26789, 10533, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '74.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29566, '2023-06-14', 2663, 26790, 10533, 13367, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29567, '2023-06-14', 2650, 26791, 10533, 34494, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29568, '2023-06-14', 3062, 26792, 10533, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '23.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29569, '2023-06-14', 2645, 26793, 10533, 38165, '5.0000', '8.3496', '8.3496', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29570, '2023-06-14', 2647, 26794, 10534, 38166, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29571, '2023-06-14', 2652, 26795, 10534, 34482, '1.0000', '9.4683', '9.4683', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 582, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29572, '2023-06-14', 2901, 26796, 10534, 38146, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '23.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29573, '2023-06-14', 3234, 26797, 10534, 17433, '1.0000', '49.5000', '49.5000', '65.0000', '65.0000', '6.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29574, '2023-06-14', 3314, 26798, 10534, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '73.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29575, '2023-06-14', 3114, 26799, 10534, 36958, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29576, '2023-06-14', 3920, 26800, 10534, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '16.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29577, '2023-06-14', 2645, 26801, 10534, 38165, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29578, '2023-06-14', 3918, 26802, 10534, 38130, '1.0000', '9.6500', '9.6500', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29579, '2023-06-14', 3166, 26803, 10534, 36963, '1.0000', '22.2500', '22.2500', '30.0000', '30.0000', '0.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29580, '2023-06-14', 2982, 26804, 10534, 33271, '1.0000', '5.2100', '5.2100', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29581, '2023-06-14', 2504, 26805, 10534, 35747, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29582, '2023-06-14', 2552, 26806, 10534, 33326, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 577, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29583, '2023-06-14', 2552, 26806, 10534, 35056, '-2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29584, '2023-06-14', 2552, 26806, 10534, 38181, '3.0000', '0.4167', '0.4167', '1.0000', '1.0000', '45.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29585, '2023-06-14', 3772, 26807, 10534, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '184.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29586, '2023-06-14', 2713, 26808, 10534, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29587, '2023-06-14', 3483, 26809, 10534, 34490, '7.0000', '0.8583', '0.8583', '1.5000', '1.5000', '54.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29588, '2023-06-14', 3120, 26810, 10535, 38164, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '17.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29589, '2023-06-14', 3212, 26811, 10535, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '47.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29590, '2023-06-14', 2901, 26812, 10535, 38146, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '22.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29591, '2023-06-14', 2916, 26813, 10535, 36936, '1.0000', '38.9762', '38.9762', '52.0000', '52.0000', '8.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29592, '2023-06-14', 2712, 26814, 10535, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29593, '2023-06-14', 3074, 26815, 10535, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29594, '2023-06-14', 2921, 26816, 10535, 33305, '2.0000', '4.0000', '4.0000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29595, '2023-06-14', 3885, 26817, 10535, 32040, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29596, '2023-06-14', 2646, 26818, 10535, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '52.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29597, '2023-06-14', 3063, 26819, 10535, 35759, '1.0000', '2.9125', '2.9125', '4.0000', '4.0000', '69.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29598, '2023-06-14', 2791, 26820, 10535, 33324, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 576, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29599, '2023-06-14', 3048, 26821, 10535, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29600, '2023-06-14', 3314, 26822, 10535, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '72.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29601, '2023-06-14', 2919, 26823, 10535, 35722, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '12.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29602, '2023-06-14', 2951, 26824, 10536, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '32.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29603, '2023-06-14', 2716, 26825, 10536, 5887, '1.0000', '3.3500', '3.3500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29604, '2023-06-14', 2902, 26826, 10536, 38160, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29605, '2023-06-14', 2711, 26827, 10536, 36956, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29606, '2023-06-14', 2646, 26828, 10536, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '51.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29607, '2023-06-14', 3061, 26829, 10536, 33226, '3.0000', '4.8500', '4.8500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29608, '2023-06-14', 2713, 26830, 10536, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29609, '2023-06-14', 3483, 26831, 10536, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '50.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29610, '2023-06-14', 2499, 26832, 10536, 36946, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29611, '2023-06-14', 3048, 26833, 10536, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29612, '2023-06-14', 2661, 26834, 10536, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '102.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29613, '2023-06-14', 2645, 26835, 10536, 38165, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29614, '2023-06-14', 2647, 26836, 10536, 38166, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '41.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29615, '2023-06-14', 3231, 26837, 10536, 31995, '1.0000', '1.8300', '1.8300', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29616, '2023-06-14', 3920, 26838, 10536, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29617, '2023-06-14', 2766, 26839, 10536, 4061, '6.0000', '1.3000', '1.3000', '2.0000', '2.0000', '218.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29618, '2023-06-14', 2606, 26840, 10537, 35769, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '4.0000', 1, 0, NULL, 624, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29619, '2023-06-14', 2661, 26841, 10537, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '100.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29620, '2023-06-14', 2712, 26842, 10537, 38179, '3.0000', '14.4522', '14.4522', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29621, '2023-06-14', 3048, 26843, 10537, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29622, '2023-06-14', 3920, 26844, 10537, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29623, '2023-06-14', 2893, 26845, 10537, 38127, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29624, '2023-06-14', 3922, 26846, 10537, 38155, '1.0000', '5.1000', '5.1000', '7.5000', '7.5000', '17.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29625, '2023-06-14', 2645, 26847, 10537, 38165, '12.0000', '8.3496', '8.3496', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29626, '2023-06-14', 3017, 26848, 10537, 38111, '2.0000', '4.7500', '4.7500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29627, '2023-06-14', 3074, 26849, 10537, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29628, '2023-06-14', 3120, 26850, 10537, 38164, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '16.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29629, '2023-06-14', 2645, 26851, 10538, 38165, '6.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29630, '2023-06-14', 2711, 26852, 10538, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29631, '2023-06-14', 3017, 26853, 10538, 38111, '2.0000', '4.7500', '4.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29632, '2023-06-14', 2970, 26854, 10538, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '21.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29633, '2023-06-14', 2922, 26855, 10539, 35723, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29634, '2023-06-14', 2922, 26855, 10539, 36238, '-2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29635, '2023-06-14', 2922, 26855, 10539, 38104, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '9.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29636, '2023-06-14', 2936, 26856, 10539, 38145, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29637, '2023-06-14', 3483, 26857, 10540, 34490, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29638, '2023-06-14', 2711, 26858, 10541, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29639, '2023-06-14', 3641, 26859, 10541, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29640, '2023-06-14', 3074, 26860, 10542, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '16.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29641, '2023-06-14', 2646, 26861, 10543, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '50.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29642, '2023-06-14', 3314, 26862, 10544, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '71.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29643, '2023-06-14', 3048, 26863, 10544, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '37.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29644, '2023-06-14', 3120, 26864, 10544, 38164, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '14.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29645, '2023-06-14', 2790, 26865, 10544, 38110, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29646, '2023-06-14', 2712, 26866, 10544, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29647, '2023-06-14', 3314, 26867, 10545, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '70.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29648, '2023-06-14', 2499, 26868, 10545, 38108, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '5.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29649, '2023-06-14', 2712, 26869, 10545, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29650, '2023-06-14', 3893, 26870, 10545, 32053, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29651, '2023-06-14', 3120, 26871, 10546, 38164, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '13.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29652, '2023-06-14', 2712, 26872, 10547, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29653, '2023-06-14', 3875, 26873, 10547, 38180, '1.0000', '17.6250', '17.6250', '21.0000', '21.0000', '4.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29654, '2023-06-14', 3482, 26874, 10547, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29655, '2023-06-14', 3314, 26875, 10548, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '69.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29656, '2023-06-14', 2916, 26876, 10549, 36936, '1.0000', '38.9762', '38.9762', '52.0000', '52.0000', '7.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29657, '2023-06-14', 3553, 26877, 10549, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '30.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29658, '2023-06-14', 3187, 26878, 10549, 35707, '9.0000', '0.7268', '0.7268', '1.2500', '1.2500', '9.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29659, '2023-06-14', 2698, 26879, 10550, 38136, '2.0000', '5.2500', '5.2500', '8.0000', '8.0000', '48.0000', 1, 0, NULL, 651, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29660, '2023-06-14', 2490, 26880, 10550, 27239, '5.0000', '0.3700', '0.3700', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29661, '2023-06-14', 3553, 26881, 10550, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '29.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29662, '2023-06-14', 2726, 26882, 10551, 28550, '5.0000', '12.7500', '12.7500', '25.0000', '25.0000', '31.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29663, '2023-06-14', 3264, 26883, 10551, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '44.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29664, '2023-06-14', 3147, 26884, 10551, 6886, '-8.0000', '4.3900', '4.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29665, '2023-06-14', 3147, 26884, 10551, 7849, '-2.0000', '4.3900', '4.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29666, '2023-06-14', 3147, 26884, 10551, 8810, '2.0000', '4.3900', '4.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29667, '2023-06-14', 3147, 26884, 10551, 9771, '-2.0000', '4.3900', '4.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29668, '2023-06-14', 3147, 26884, 10551, 5925, '4.0000', '4.3900', '4.3900', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29669, '2023-06-14', 3147, 26884, 10551, 10015, '8.0000', '3.9700', '3.9700', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29670, '2023-06-14', 2725, 26885, 10551, 36941, '4.0000', '3.8667', '3.8667', '10.0000', '10.0000', '138.0000', 1, 0, NULL, 634, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29671, '2023-06-14', 2719, 26886, 10551, 34461, '6.0000', '0.8600', '0.8600', '3.0000', '3.0000', '29.0000', 1, 0, NULL, 580, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29672, '2023-06-14', 2724, 26887, 10551, 4019, '2.0000', '1.1900', '1.1900', '3.0000', '3.0000', '27.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29673, '2023-06-14', 3260, 26888, 10551, 5937, '4.0000', '1.3900', '1.3900', '3.0000', '3.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29674, '2023-06-14', 3553, 26889, 10552, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '28.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29675, '2023-06-14', 2699, 26890, 10552, 38135, '3.0000', '5.0000', '5.0000', '8.0000', '8.0000', '39.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29676, '2023-06-14', 2916, 26891, 10552, 36936, '2.0000', '38.9762', '38.9762', '52.0000', '52.0000', '5.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29677, '2023-06-14', 3120, 26892, 10553, 38164, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29678, '2023-06-14', 2694, 26893, 10554, 3989, '10.0000', '0.0300', '0.0300', '0.5000', '0.5000', '442.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29679, '2023-06-14', 2973, 26894, 10555, 27258, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '13.0000', 1, 0, NULL, 437, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29680, '2023-06-14', 2642, 26895, 10556, 38109, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29681, '2023-06-14', 3482, 26896, 10557, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '5.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29682, '2023-06-14', 3483, 26897, 10557, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29683, '2023-06-15', 3889, 26898, 10558, 35764, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '6.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29684, '2023-06-15', 3918, 26899, 10558, 38130, '1.0000', '9.6500', '9.6500', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29685, '2023-06-15', 2712, 26900, 10559, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29686, '2023-06-15', 3483, 26901, 10559, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29687, '2023-06-15', 3311, 26902, 10559, 35737, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '40.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29688, '2023-06-15', 3483, 26903, 10560, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '39.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29689, '2023-06-15', 2952, 26904, 10560, 35715, '2.0000', '3.2500', '3.2500', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29690, '2023-06-15', 2713, 26905, 10560, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29691, '2023-06-15', 2901, 26906, 10561, 38146, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '21.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29692, '2023-06-15', 3048, 26907, 10562, 34493, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29693, '2023-06-15', 3483, 26908, 10562, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29694, '2023-06-15', 2827, 26909, 10562, 17421, '6.0000', '0.1124', '0.1124', '0.3300', '0.3300', '1.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29695, '2023-06-15', 3772, 26910, 10562, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '183.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29696, '2023-06-15', 3120, 26911, 10562, 38164, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29697, '2023-06-15', 3074, 26912, 10563, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29698, '2023-06-15', 3483, 26913, 10564, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '35.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29699, '2023-06-15', 3483, 26914, 10565, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '34.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29700, '2023-06-15', 2710, 26915, 10566, 38176, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29701, '2023-06-15', 2890, 26916, 10566, 35742, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '8.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29702, '2023-06-15', 2963, 26917, 10567, 5663, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29703, '2023-06-15', 3482, 26918, 10567, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29704, '2023-06-15', 2661, 26919, 10568, 38121, '4.0000', '0.2938', '0.2938', '0.5000', '0.5000', '96.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29705, '2023-06-15', 2652, 26920, 10569, 36169, '-6.0000', '9.4683', '9.4683', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29706, '2023-06-15', 2652, 26920, 10569, 38114, '8.0000', '9.9167', '9.9167', '12.0000', '12.0000', '16.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29707, '2023-06-15', 2652, 26921, 10570, 38114, '6.0000', '9.9167', '9.9167', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29708, '2023-06-15', 2499, 26922, 10570, 38108, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '4.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29709, '2023-06-15', 3593, 26923, 10570, 14428, '1.0000', '6.6667', '6.6667', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 241, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29710, '2023-06-15', 2634, 26924, 10570, 38128, '2.0000', '2.9583', '2.9583', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29711, '2023-06-15', 3922, 26925, 10570, 38155, '1.0000', '5.1000', '5.1000', '7.5000', '7.5000', '16.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29712, '2023-06-15', 2711, 26926, 10571, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29713, '2023-06-15', 3048, 26927, 10571, 4343, '-1.0000', '0.8300', '0.8300', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29714, '2023-06-15', 3048, 26927, 10571, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29715, '2023-06-15', 2901, 26928, 10572, 38146, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '20.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29716, '2023-06-15', 3644, 26929, 10573, 35706, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29717, '2023-06-15', 2713, 26930, 10574, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29718, '2023-06-15', 3483, 26931, 10575, 4771, '-2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29719, '2023-06-15', 3483, 26931, 10575, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29720, '2023-06-15', 2661, 26932, 10575, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '95.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29721, '2023-06-15', 3123, 26933, 10576, 35732, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29722, '2023-06-15', 2699, 26934, 10577, 38135, '2.0000', '5.0000', '5.0000', '8.0000', '8.0000', '37.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29723, '2023-06-15', 2661, 26935, 10578, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '93.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29724, '2023-06-15', 3085, 26936, 10579, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29725, '2023-06-15', 3048, 26937, 10579, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29726, '2023-06-15', 2661, 26938, 10579, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '92.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29727, '2023-06-15', 3048, 26939, 10580, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29728, '2023-06-15', 2634, 26940, 10580, 38128, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '14.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29729, '2023-06-15', 3482, 26941, 10581, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '3.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29730, '2023-06-15', 3483, 26942, 10581, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29731, '2023-06-15', 3048, 26943, 10581, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29732, '2023-06-15', 2645, 26944, 10582, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '46.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29733, '2023-06-15', 2790, 26945, 10582, 38110, '1.0000', '5.8100', '5.8100', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29734, '2023-06-15', 2645, 26946, 10583, 39342, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29735, '2023-06-15', 3482, 26947, 10584, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29736, '2023-06-15', 2645, 26948, 10584, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '41.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29737, '2023-06-15', 3314, 26949, 10585, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '68.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29738, '2023-06-15', 3120, 26950, 10586, 38164, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29739, '2023-06-15', 2645, 26951, 10587, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '39.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29740, '2023-06-15', 3509, 26952, 10588, 4915, '1.0000', '35.5000', '35.5000', '48.0000', '48.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29741, '2023-06-15', 3515, 26953, 10588, 4921, '1.0000', '75.0000', '75.0000', '100.0000', '100.0000', '0.0000', 1, 0, NULL, 60, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29742, '2023-06-15', 2711, 26954, 10588, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29743, '2023-06-15', 2645, 26955, 10589, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29744, '2023-06-15', 3114, 26956, 10590, 38177, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29745, '2023-06-15', 2877, 26957, 10591, 36910, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29746, '2023-06-15', 3483, 26958, 10591, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29747, '2023-06-15', 3772, 26959, 10591, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '181.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29748, '2023-06-15', 2646, 26960, 10592, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '48.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29749, '2023-06-15', 3017, 26961, 10592, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29750, '2023-06-15', 3917, 26962, 10592, 38131, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29751, '2023-06-15', 2503, 26963, 10593, 3798, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29752, '2023-06-15', 2646, 26964, 10594, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29753, '2023-06-15', 2890, 26965, 10595, 35742, '2.0000', '5.5200', '5.5200', '6.5000', '6.5000', '6.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29754, '2023-06-15', 2646, 26966, 10596, 38168, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '44.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29755, '2023-06-15', 2646, 26967, 10597, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '42.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29756, '2023-06-15', 2713, 26968, 10598, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29757, '2023-06-15', 3483, 26969, 10598, 34490, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29758, '2023-06-15', 2789, 26970, 10599, 38162, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29759, '2023-06-15', 2646, 26971, 10599, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29760, '2023-06-15', 2936, 26972, 10599, 38145, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29761, '2023-06-16', 3342, 26973, 10600, 34522, '1.0000', '37.5000', '37.5000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29762, '2023-06-16', 2827, 26974, 10601, 17421, '1.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, 338, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29763, '2023-06-16', 2827, 26974, 10601, 18469, '-15.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29764, '2023-06-16', 2827, 26974, 10601, 19583, '-2.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29765, '2023-06-16', 2827, 26974, 10601, 20677, '-13.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29766, '2023-06-16', 2827, 26974, 10601, 21725, '13.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29767, '2023-06-16', 2827, 26974, 10601, 22773, '-13.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29768, '2023-06-16', 2827, 26974, 10601, 23937, '6.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29769, '2023-06-16', 2827, 26974, 10601, 25083, '-6.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29770, '2023-06-16', 2827, 26974, 10601, 26150, '6.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29771, '2023-06-16', 2827, 26974, 10601, 27217, '-6.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29772, '2023-06-16', 2827, 26974, 10601, 28428, '-1.0000', '0.1124', '0.1124', '0.3300', '0.3300', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29773, '2023-06-16', 2827, 26974, 10601, 38147, '33.0000', '0.1175', '0.1175', '0.3300', '0.3300', '67.0000', 1, 0, NULL, 654, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29774, '2023-06-16', 2713, 26975, 10602, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29775, '2023-06-16', 3120, 26976, 10603, 38164, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29776, '2023-06-16', 2508, 26977, 10603, 38174, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29777, '2023-06-16', 3212, 26978, 10603, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '46.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29778, '2023-06-16', 3048, 26979, 10603, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29779, '2023-06-16', 3483, 26980, 10603, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29780, '2023-06-16', 2653, 26981, 10603, 36934, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29781, '2023-06-16', 2653, 26982, 10604, 36934, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29782, '2023-06-16', 3212, 26983, 10604, 39334, '2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29783, '2023-06-16', 3120, 26984, 10604, 38164, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29784, '2023-06-16', 3048, 26985, 10604, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29785, '2023-06-16', 3920, 26986, 10604, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '13.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29786, '2023-06-16', 2663, 26987, 10604, 13367, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29787, '2023-06-16', 3553, 26988, 10605, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '27.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29788, '2023-06-16', 2691, 26989, 10605, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '26.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29789, '2023-06-16', 3910, 26990, 10605, 35719, '1.0000', '68.0000', '68.0000', '85.0000', '85.0000', '3.0000', 1, 0, NULL, 610, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29790, '2023-06-16', 3909, 26991, 10605, 35718, '3.0000', '65.0000', '65.0000', '80.0000', '80.0000', '1.0000', 1, 0, NULL, 610, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29791, '2023-06-16', 3114, 26992, 10606, 38177, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29792, '2023-06-16', 3212, 26993, 10606, 39334, '2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '42.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29793, '2023-06-16', 3627, 26994, 10607, 14545, '2.0000', '0.6000', '0.6000', '2.0000', '2.0000', '31.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29794, '2023-06-16', 3120, 26995, 10607, 38164, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29795, '2023-06-16', 3212, 26996, 10607, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '41.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29796, '2023-06-16', 2713, 26997, 10607, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29797, '2023-06-16', 2712, 26998, 10607, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29798, '2023-06-16', 3172, 26999, 10607, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29799, '2023-06-16', 3641, 27000, 10608, 35738, '5.0000', '1.7500', '1.7500', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29800, '2023-06-16', 3311, 27001, 10608, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '38.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29801, '2023-06-16', 3314, 27002, 10608, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '67.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29802, '2023-06-16', 3187, 27003, 10608, 35707, '5.0000', '0.7268', '0.7268', '1.2500', '1.2500', '4.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29803, '2023-06-16', 3212, 27004, 10608, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '40.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29804, '2023-06-16', 3120, 27005, 10609, 38164, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29805, '2023-06-16', 3483, 27006, 10609, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29806, '2023-06-16', 3015, 27007, 10609, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29807, '2023-06-16', 2712, 27008, 10609, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29808, '2023-06-16', 3212, 27009, 10609, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29809, '2023-06-16', 2645, 27010, 10610, 39342, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29810, '2023-06-16', 2645, 27011, 10611, 39342, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29811, '2023-06-16', 2504, 27012, 10612, 35747, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29812, '2023-06-16', 2711, 27013, 10613, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29813, '2023-06-16', 2634, 27014, 10613, 38128, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29814, '2023-06-16', 2963, 27015, 10614, 5663, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29815, '2023-06-16', 3190, 27016, 10614, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '73.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29816, '2023-06-16', 2646, 27017, 10615, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29817, '2023-06-16', 3483, 27018, 10616, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29818, '2023-06-16', 2790, 27019, 10617, 38110, '2.0000', '5.8100', '5.8100', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 644, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29819, '2023-06-16', 3921, 27020, 10618, 38157, '1.0000', '9.9000', '9.9000', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29820, '2023-06-16', 2552, 27021, 10619, 38181, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29821, '2023-06-16', 3314, 27022, 10619, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '66.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29822, '2023-06-16', 3062, 27023, 10620, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '22.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29823, '2023-06-16', 3114, 27024, 10621, 38177, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29824, '2023-06-16', 2901, 27025, 10622, 38146, '3.0000', '14.0000', '14.0000', '18.0000', '18.0000', '17.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29825, '2023-06-16', 2710, 27026, 10623, 38176, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29826, '2023-06-16', 2642, 27027, 10624, 38109, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29827, '2023-06-16', 2642, 27028, 10625, 38109, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29828, '2023-06-16', 3172, 27029, 10625, 35745, '2.0000', '3.4579', '3.4579', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29829, '2023-06-16', 2642, 27030, 10626, 38109, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29830, '2023-06-16', 3772, 27031, 10627, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '180.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29831, '2023-06-16', 3772, 27032, 10628, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '179.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29832, '2023-06-16', 2713, 27033, 10629, 36952, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29833, '2023-06-16', 3048, 27034, 10629, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '19.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29834, '2023-06-16', 3048, 27035, 10630, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29835, '2023-06-16', 2642, 27036, 10631, 38159, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29836, '2023-06-16', 3074, 27037, 10632, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29837, '2023-06-16', 3314, 27038, 10632, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '64.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29838, '2023-06-16', 2642, 27039, 10633, 38159, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29839, '2023-06-16', 3172, 27040, 10633, 35745, '2.0000', '3.4579', '3.4579', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29840, '2023-06-16', 3483, 27041, 10634, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29841, '2023-06-16', 2645, 27042, 10635, 39342, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29842, '2023-06-16', 2661, 27043, 10636, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '90.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29843, '2023-06-16', 2642, 27044, 10637, 38159, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29844, '2023-06-16', 2653, 27045, 10638, 36934, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29845, '2023-06-16', 2645, 27046, 10639, 39342, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29846, '2023-06-17', 2699, 27047, 10640, 38135, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '36.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29847, '2023-06-17', 2661, 27048, 10641, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '88.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29848, '2023-06-17', 2645, 27049, 10642, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29849, '2023-06-17', 2711, 27050, 10643, 38175, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29850, '2023-06-17', 3080, 27051, 10644, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '18.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29851, '2023-06-17', 2746, 27052, 10645, 4848, '3.0000', '1.2900', '1.2900', '4.0000', '4.0000', '38.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29852, '2023-06-17', 2960, 27053, 10646, 33209, '1.0000', '8.5000', '8.5000', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29853, '2023-06-17', 2902, 27054, 10647, 38160, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29854, '2023-06-17', 2711, 27055, 10647, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29855, '2023-06-17', 2891, 27056, 10647, 35743, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29856, '2023-06-17', 3264, 27057, 10648, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '43.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29857, '2023-06-17', 2726, 27058, 10648, 28550, '1.0000', '12.7500', '12.7500', '25.0000', '25.0000', '30.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29858, '2023-06-17', 3080, 27059, 10648, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '17.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29859, '2023-06-17', 3246, 27060, 10648, 4541, '1.0000', '2.7900', '2.7900', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29860, '2023-06-17', 2645, 27061, 10649, 39342, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29861, '2023-06-17', 3641, 27062, 10650, 35738, '3.0000', '1.7500', '1.7500', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29862, '2023-06-17', 2712, 27063, 10650, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29863, '2023-06-17', 2645, 27064, 10651, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '23.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29864, '2023-06-17', 2645, 27065, 10652, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29865, '2023-06-17', 2691, 27066, 10653, 3986, '1.0000', '5.3400', '5.3400', '10.0000', '10.0000', '25.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29866, '2023-06-17', 2951, 27067, 10653, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '31.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29867, '2023-06-17', 2918, 27068, 10653, 38103, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '54.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29868, '2023-06-17', 2901, 27069, 10654, 38146, '3.0000', '14.0000', '14.0000', '18.0000', '18.0000', '14.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29869, '2023-06-17', 3875, 27070, 10654, 38180, '1.0000', '17.6250', '17.6250', '21.0000', '21.0000', '3.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29870, '2023-06-17', 2642, 27071, 10654, 38159, '6.0000', '7.5313', '7.5313', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29871, '2023-06-17', 2920, 27072, 10654, 36917, '8.0000', '4.5000', '4.5000', '5.5000', '5.5000', '9.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29872, '2023-06-17', 2923, 27073, 10654, 35724, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29873, '2023-06-17', 3885, 27074, 10654, 32534, '-10.0000', '4.5000', '4.5000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29874, '2023-06-17', 3885, 27074, 10654, 33258, '12.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29875, '2023-06-17', 2936, 27075, 10655, 38145, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29876, '2023-06-17', 2918, 27076, 10655, 38103, '3.0000', '1.8752', '1.8752', '3.0000', '3.0000', '51.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29877, '2023-06-17', 2930, 27077, 10655, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29878, '2023-06-17', 3641, 27078, 10656, 35738, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29879, '2023-06-17', 3483, 27079, 10657, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29880, '2023-06-17', 3062, 27080, 10658, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '21.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29881, '2023-06-17', 2651, 27081, 10659, 35720, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29882, '2023-06-17', 3182, 27082, 10659, 34489, '1.0000', '7.5000', '7.5000', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29883, '2023-06-17', 2642, 27083, 10660, 38159, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29884, '2023-06-17', 3918, 27084, 10660, 38130, '1.0000', '9.6500', '9.6500', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29885, '2023-06-17', 2645, 27085, 10660, 39342, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29886, '2023-06-17', 2642, 27086, 10661, 38159, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29887, '2023-06-17', 2645, 27087, 10661, 39342, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29888, '2023-06-17', 2651, 27088, 10662, 35720, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29889, '2023-06-17', 2651, 27088, 10662, 36492, '-2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29890, '2023-06-17', 2651, 27088, 10662, 39349, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29891, '2023-06-17', 3918, 27089, 10662, 38130, '1.0000', '9.6500', '9.6500', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29892, '2023-06-17', 2734, 27090, 10663, 35704, '1.0000', '10.2500', '10.2500', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29893, '2023-06-17', 3629, 27091, 10664, 14548, '2.0000', '0.2000', '0.2000', '1.0000', '1.0000', '68.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29894, '2023-06-17', 2651, 27092, 10665, 39349, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29895, '2023-06-17', 2648, 27093, 10665, 38167, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29896, '2023-06-17', 3182, 27094, 10665, 34489, '1.0000', '7.5000', '7.5000', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29897, '2023-06-17', 3062, 27095, 10666, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '20.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29898, '2023-06-17', 2710, 27096, 10667, 38176, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '8.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29899, '2023-06-17', 3311, 27097, 10667, 35737, '5.0000', '0.8700', '0.8700', '1.5000', '1.5000', '33.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29900, '2023-06-17', 3641, 27098, 10667, 35738, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29901, '2023-06-17', 2651, 27099, 10668, 39349, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29902, '2023-06-17', 2647, 27100, 10668, 38166, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '40.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29903, '2023-06-17', 2645, 27101, 10669, 39342, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29904, '2023-06-17', 2642, 27102, 10669, 38159, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29905, '2023-06-17', 2651, 27103, 10670, 39349, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29906, '2023-06-17', 2647, 27104, 10670, 38166, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '39.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29907, '2023-06-17', 2485, 27105, 10671, 36938, '1.0000', '19.9992', '19.9992', '29.0000', '29.0000', '6.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29908, '2023-06-17', 2647, 27106, 10672, 38166, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29909, '2023-06-17', 2651, 27107, 10672, 39349, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29910, '2023-06-17', 2646, 27108, 10673, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '37.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29911, '2023-06-17', 2645, 27109, 10674, 39342, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29912, '2023-06-17', 2646, 27110, 10675, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '35.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29913, '2023-06-17', 3825, 27111, 10676, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29914, '2023-06-17', 2661, 27112, 10676, 38121, '3.0000', '0.2938', '0.2938', '0.5000', '0.5000', '85.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29915, '2023-06-17', 2936, 27113, 10677, 38145, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29916, '2023-06-17', 2923, 27114, 10677, 36235, '-2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29917, '2023-06-17', 2923, 27114, 10677, 38142, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '27.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29918, '2023-06-17', 3063, 27115, 10678, 35759, '2.0000', '2.9125', '2.9125', '4.0000', '4.0000', '67.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29919, '2023-06-17', 3920, 27116, 10678, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '12.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29920, '2023-06-17', 2652, 27117, 10679, 38114, '4.0000', '9.9167', '9.9167', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29921, '2023-06-17', 2930, 27118, 10680, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29922, '2023-06-17', 2647, 27119, 10681, 38166, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '36.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29923, '2023-06-17', 3876, 27120, 10682, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '1.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29924, '2023-06-17', 2645, 27121, 10683, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29925, '2023-06-17', 2713, 27122, 10683, 36952, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29926, '2023-06-17', 2919, 27123, 10684, 35722, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '11.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29927, '2023-06-17', 2927, 27124, 10684, 34517, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29928, '2023-06-17', 2918, 27125, 10684, 38103, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '50.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29929, '2023-06-17', 3483, 27126, 10684, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29930, '2023-06-17', 3048, 27127, 10684, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '16.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29931, '2023-06-17', 3784, 27128, 10684, 33296, '1.0000', '0.4067', '0.4067', '1.0000', '1.0000', '14.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29932, '2023-06-17', 3920, 27129, 10685, 38153, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29933, '2023-06-17', 3482, 27130, 10685, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '1.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29934, '2023-06-17', 3048, 27131, 10685, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29935, '2023-06-17', 3483, 27132, 10685, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29936, '2023-06-17', 3483, 27133, 10686, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29937, '2023-06-17', 2661, 27134, 10686, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '84.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29938, '2023-06-17', 2713, 27135, 10687, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29939, '2023-06-17', 2713, 27136, 10688, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29940, '2023-06-17', 3483, 27137, 10688, 34490, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29941, '2023-06-17', 3048, 27138, 10688, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29942, '2023-06-17', 2645, 27139, 10689, 39342, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29943, '2023-06-17', 2822, 27140, 10689, 35757, '4.0000', '4.6667', '4.6667', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29944, '2023-06-17', 2661, 27141, 10689, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '82.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29945, '2023-06-17', 2645, 27142, 10690, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29946, '2023-06-17', 3644, 27143, 10691, 35706, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29947, '2023-06-18', 3121, 27144, 10692, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '2.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29948, '2023-06-18', 2952, 27145, 10692, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29949, '2023-06-18', 2661, 27146, 10692, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '81.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29950, '2023-06-18', 2822, 27147, 10693, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29951, '2023-06-18', 3074, 27148, 10694, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29952, '2023-06-18', 2822, 27149, 10695, 35757, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29953, '2023-06-18', 3015, 27150, 10695, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29954, '2023-06-18', 2645, 27151, 10696, 39342, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29955, '2023-06-18', 2822, 27152, 10696, 36174, '-2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29956, '2023-06-18', 2822, 27152, 10696, 36948, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29957, '2023-06-18', 2647, 27153, 10697, 38166, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '34.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29958, '2023-06-18', 2645, 27154, 10698, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29959, '2023-06-18', 3314, 27155, 10698, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '63.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29960, '2023-06-18', 2647, 27156, 10699, 38166, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '32.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29961, '2023-06-18', 2552, 27157, 10700, 38181, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29962, '2023-06-18', 2827, 27158, 10700, 38147, '3.0000', '0.1175', '0.1175', '0.3300', '0.3300', '64.0000', 1, 0, NULL, 654, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29963, '2023-06-18', 3062, 27159, 10701, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '19.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29964, '2023-06-18', 3875, 27160, 10701, 38180, '1.0000', '17.6250', '17.6250', '21.0000', '21.0000', '2.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29965, '2023-06-18', 2645, 27161, 10702, 39342, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 666, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29966, '2023-06-18', 3063, 27162, 10703, 35759, '2.0000', '2.9125', '2.9125', '4.0000', '4.0000', '65.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29967, '2023-06-18', 2647, 27163, 10704, 38166, '8.0000', '7.7517', '7.7517', '10.0000', '10.0000', '24.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29968, '2023-06-18', 3063, 27164, 10704, 35759, '4.0000', '2.9125', '2.9125', '4.0000', '4.0000', '61.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29969, '2023-06-18', 2485, 27165, 10705, 36938, '1.0000', '19.9992', '19.9992', '29.0000', '29.0000', '5.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29970, '2023-06-18', 2791, 27166, 10706, 34507, '1.0000', '2.9354', '2.9354', '4.5000', '4.5000', '25.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29971, '2023-06-18', 3048, 27167, 10706, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29972, '2023-06-18', 2651, 27168, 10706, 39349, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29973, '2023-06-18', 2949, 27169, 10707, 35688, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29974, '2023-06-18', 2902, 27170, 10707, 38160, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '2.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29975, '2023-06-18', 3342, 27171, 10708, 36962, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29976, '2023-06-18', 3062, 27172, 10709, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '18.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29977, '2023-06-18', 3085, 27173, 10710, 35721, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 611, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29978, '2023-06-18', 3772, 27174, 10711, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '178.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29979, '2023-06-18', 3611, 27175, 10711, 14509, '1.0000', '0.8182', '0.8182', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29980, '2023-06-18', 2552, 27176, 10711, 38181, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29981, '2023-06-18', 3017, 27177, 10712, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29982, '2023-06-18', 3772, 27178, 10713, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '176.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29983, '2023-06-18', 2791, 27179, 10714, 34507, '1.0000', '2.9354', '2.9354', '4.5000', '4.5000', '24.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29984, '2023-06-18', 2661, 27180, 10714, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '80.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29985, '2023-06-18', 2710, 27181, 10715, 38176, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '6.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29986, '2023-06-18', 2642, 27182, 10715, 38159, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29987, '2023-06-18', 2936, 27183, 10715, 38145, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29988, '2023-06-18', 2822, 27184, 10716, 36948, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29989, '2023-06-18', 2642, 27185, 10717, 38159, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29990, '2023-06-18', 2935, 27186, 10718, 36922, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '0.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29991, '2023-06-18', 2935, 27186, 10718, 39338, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '46.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29992, '2023-06-18', 3062, 27187, 10719, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '17.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29993, '2023-06-18', 3063, 27188, 10719, 35759, '2.0000', '2.9125', '2.9125', '4.0000', '4.0000', '59.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29994, '2023-06-18', 3483, 27189, 10720, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29995, '2023-06-18', 3048, 27190, 10720, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29996, '2023-06-18', 3114, 27191, 10721, 38177, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29997, '2023-06-18', 2504, 27192, 10722, 35747, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29998, '2023-06-18', 2699, 27193, 10723, 38135, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29999, '2023-06-18', 2919, 27194, 10724, 35722, '2.0000', '6.0000', '6.0000', '7.0000', '7.0000', '9.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30000, '2023-06-18', 3900, 27195, 10724, 33259, '1.0000', '6.0000', '6.0000', '7.5000', '7.5000', '4.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30001, '2023-06-18', 2534, 27196, 10725, 36944, '1.0000', '4.0825', '4.0825', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30002, '2023-06-18', 2952, 27197, 10725, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30003, '2023-06-18', 2889, 27198, 10725, 7403, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30004, '2023-06-18', 3772, 27199, 10725, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '174.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30005, '2023-06-18', 2691, 27200, 10726, 3986, '6.0000', '5.3400', '5.3400', '10.0000', '10.0000', '19.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30006, '2023-06-18', 3483, 27201, 10727, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30007, '2023-06-18', 3062, 27202, 10728, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '16.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30008, '2023-06-18', 2949, 27203, 10729, 35688, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 602, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30009, '2023-06-18', 2647, 27204, 10730, 38166, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '20.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30010, '2023-06-18', 2924, 27205, 10731, 32038, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30011, '2023-06-18', 2647, 27206, 10732, 38166, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30012, '2023-06-18', 2930, 27207, 10733, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30013, '2023-06-18', 2922, 27208, 10733, 38104, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30014, '2023-06-18', 2534, 27209, 10733, 36944, '1.0000', '4.0825', '4.0825', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30015, '2023-06-18', 3917, 27210, 10733, 38131, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30016, '2023-06-18', 2923, 27211, 10734, 38142, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '26.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30017, '2023-06-18', 2653, 27212, 10735, 36934, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '32.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30018, '2023-06-18', 2661, 27213, 10736, 38121, '4.0000', '0.2938', '0.2938', '0.5000', '0.5000', '76.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30019, '2023-06-18', 2646, 27214, 10737, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30020, '2023-06-18', 2901, 27215, 10738, 38146, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '13.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30021, '2023-06-18', 2653, 27216, 10739, 36934, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '31.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30022, '2023-06-18', 2646, 27217, 10740, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '33.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30023, '2023-06-18', 3841, 27218, 10741, 24028, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30024, '2023-06-18', 2918, 27219, 10742, 38103, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '48.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30025, '2023-06-18', 2935, 27220, 10742, 39338, '4.0000', '0.7500', '0.7500', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30026, '2023-06-18', 3017, 27221, 10742, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30027, '2023-06-18', 2642, 27222, 10743, 38159, '2.0000', '7.5313', '7.5313', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30028, '2023-06-18', 3835, 27223, 10744, 23991, '2.0000', '0.1750', '0.1750', '0.5000', '0.5000', '116.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30029, '2023-06-18', 3314, 27224, 10745, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '62.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30030, '2023-06-18', 2534, 27225, 10745, 36944, '2.0000', '4.0825', '4.0825', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30031, '2023-06-18', 3015, 27226, 10745, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30032, '2023-06-18', 3483, 27227, 10745, 34490, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30033, '2023-06-18', 2534, 27228, 10746, 36944, '2.0000', '4.0825', '4.0825', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30034, '2023-06-18', 3311, 27229, 10746, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '31.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30035, '2023-06-18', 2653, 27230, 10747, 36934, '1.0000', '4.4092', '4.4092', '6.0000', '6.0000', '30.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30036, '2023-06-18', 3017, 27231, 10747, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30037, '2023-06-18', 3483, 27232, 10748, 34490, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 581, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30038, '2023-06-18', 3483, 27232, 10748, 34566, '-87.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30039, '2023-06-18', 3483, 27232, 10748, 35792, '-9.0000', '0.8583', '0.8583', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30040, '2023-06-18', 3483, 27232, 10748, 36924, '97.0000', '0.8583', '0.8583', '1.5000', '1.5000', '167.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30041, '2023-06-18', 2791, 27233, 10749, 34507, '2.0000', '2.9354', '2.9354', '4.5000', '4.5000', '22.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30042, '2023-06-18', 2949, 27234, 10749, 35935, '-1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30043, '2023-06-18', 2949, 27234, 10749, 39347, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30044, '2023-06-18', 2502, 27235, 10749, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30045, '2023-06-18', 2902, 27236, 10750, 38160, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30046, '2023-06-19', 3847, 27237, 10751, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30047, '2023-06-19', 3314, 27238, 10752, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '61.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30048, '2023-06-19', 3483, 27239, 10752, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '165.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30049, '2023-06-19', 3641, 27240, 10752, 35738, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30050, '2023-06-19', 2653, 27241, 10753, 36934, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30051, '2023-06-19', 3852, 27242, 10753, 27283, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 441, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30052, '2023-06-19', 2653, 27243, 10754, 36934, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30053, '2023-06-19', 3120, 27244, 10754, 38164, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30054, '2023-06-19', 3015, 27245, 10754, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30055, '2023-06-19', 3483, 27246, 10754, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '164.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30056, '2023-06-19', 2712, 27247, 10754, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30057, '2023-06-19', 3212, 27248, 10754, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '38.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30058, '2023-06-19', 2713, 27249, 10754, 38178, '2.0000', '5.9500', '5.9500', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30059, '2023-06-19', 2712, 27250, 10755, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30060, '2023-06-19', 2713, 27251, 10755, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30061, '2023-06-19', 3017, 27252, 10755, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30062, '2023-06-19', 3114, 27253, 10755, 38177, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30063, '2023-06-19', 3063, 27254, 10755, 35759, '1.0000', '2.9125', '2.9125', '4.0000', '4.0000', '58.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30064, '2023-06-19', 3483, 27255, 10755, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '163.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30065, '2023-06-19', 2713, 27256, 10756, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30066, '2023-06-19', 2504, 27257, 10756, 35747, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30067, '2023-06-19', 2902, 27258, 10756, 39346, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '11.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30068, '2023-06-19', 2712, 27259, 10757, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30069, '2023-06-19', 3483, 27260, 10757, 36924, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '159.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30070, '2023-06-19', 3048, 27261, 10757, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '9.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30071, '2023-06-19', 3311, 27262, 10757, 35737, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '30.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30072, '2023-06-19', 2893, 27263, 10758, 38127, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30073, '2023-06-19', 2524, 27264, 10758, 3819, '-33.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30074, '2023-06-19', 2524, 27264, 10758, 5121, '5.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30075, '2023-06-19', 2524, 27264, 10758, 6082, '-28.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30076, '2023-06-19', 2524, 27264, 10758, 7045, '-17.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30077, '2023-06-19', 2524, 27264, 10758, 8006, '17.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30078, '2023-06-19', 2524, 27264, 10758, 8967, '-17.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30079, '2023-06-19', 2524, 27264, 10758, 10309, '-8.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30080, '2023-06-19', 2524, 27264, 10758, 11279, '8.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30081, '2023-06-19', 2524, 27264, 10758, 12249, '-8.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30082, '2023-06-19', 2524, 27264, 10758, 13489, '-13.0000', '0.7800', '0.7800', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30083, '2023-06-19', 2524, 27264, 10758, 14536, '95.0000', '0.7500', '0.7500', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30084, '2023-06-19', 2713, 27265, 10758, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30085, '2023-06-19', 2712, 27266, 10758, 38179, '1.0000', '14.4522', '14.4522', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30086, '2023-06-19', 2950, 27267, 10758, 34497, '1.0000', '12.3194', '12.3194', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30087, '2023-06-19', 2936, 27268, 10758, 38145, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30088, '2023-06-19', 2916, 27269, 10759, 36936, '1.0000', '38.9762', '38.9762', '52.0000', '52.0000', '4.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30089, '2023-06-19', 3553, 27270, 10759, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '26.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30090, '2023-06-19', 3314, 27271, 10760, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '59.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30091, '2023-06-19', 3187, 27272, 10760, 35707, '2.0000', '0.7268', '0.7268', '1.2500', '1.2500', '2.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30092, '2023-06-19', 3044, 27273, 10760, 6285, '-4.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30093, '2023-06-19', 3044, 27273, 10760, 7248, '-4.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30094, '2023-06-19', 3044, 27273, 10760, 8209, '4.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30095, '2023-06-19', 3044, 27273, 10760, 9170, '-4.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30096, '2023-06-19', 3044, 27273, 10760, 9938, '6.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 105, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30097, '2023-06-19', 3044, 27273, 10760, 10514, '-3.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30098, '2023-06-19', 3044, 27273, 10760, 11484, '3.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30099, '2023-06-19', 3044, 27273, 10760, 12454, '-3.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30100, '2023-06-19', 3044, 27273, 10760, 13709, '-2.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30101, '2023-06-19', 3044, 27273, 10760, 14403, '6.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 233, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30102, '2023-06-19', 3044, 27273, 10760, 17792, '2.0000', '12.2917', '12.2917', '16.0000', '16.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30103, '2023-06-19', 2710, 27274, 10760, 38176, '1.0000', '5.9583', '5.9583', '7.5000', '7.5000', '5.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30104, '2023-06-19', 2851, 27275, 10761, 4146, '2.0000', '5.8800', '5.8800', '10.0000', '10.0000', '31.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30105, '2023-06-19', 3893, 27276, 10761, 32053, '2.0000', '8.7500', '8.7500', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30106, '2023-06-19', 2699, 27277, 10761, 38135, '2.0000', '5.0000', '5.0000', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30107, '2023-06-19', 2698, 27278, 10761, 38136, '1.0000', '5.2500', '5.2500', '8.0000', '8.0000', '47.0000', 1, 0, NULL, 651, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30108, '2023-06-19', 3483, 27279, 10762, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '157.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30109, '2023-06-19', 2485, 27280, 10763, 36938, '1.0000', '19.9992', '19.9992', '29.0000', '29.0000', '4.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30113, '2023-06-19', 2890, 27284, 10764, 35742, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30114, '2023-06-19', 2916, 27285, 10764, 36936, '1.0000', '39.4578', '39.4578', '52.0000', '52.0000', '3.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30115, '2023-06-19', 3553, 27286, 10764, 34486, '2.0000', '2.8442', '2.8442', '5.0000', '5.0000', '24.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30116, '2023-06-19', 2982, 27287, 10765, 33271, '1.0000', '5.2100', '5.2100', '7.0000', '7.0000', '7.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30117, '2023-06-19', 2663, 27288, 10765, 13367, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30118, '2023-06-19', 3212, 27289, 10765, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '37.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30119, '2023-06-19', 3483, 27290, 10765, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '156.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30120, '2023-06-19', 2642, 27291, 10765, 38159, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30121, '2023-06-19', 2653, 27292, 10765, 36934, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30122, '2023-06-19', 2645, 27293, 10765, 39351, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '71.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30123, '2023-06-19', 2653, 27294, 10766, 36934, '6.0000', '4.4092', '4.4092', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30124, '2023-06-19', 3062, 27295, 10766, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '15.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30125, '2023-06-19', 3212, 27296, 10766, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '36.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30126, '2023-06-19', 2645, 27297, 10766, 39351, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30127, '2023-06-19', 3017, 27298, 10766, 38163, '2.0000', '4.7500', '4.7500', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30128, '2023-06-19', 2645, 27299, 10767, 39351, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30129, '2023-06-19', 3074, 27300, 10767, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30130, '2023-06-19', 2653, 27301, 10767, 36934, '3.0000', '4.4092', '4.4092', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30131, '2023-06-19', 2713, 27302, 10768, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30132, '2023-06-19', 2889, 27303, 10768, 7403, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '35.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30133, '2023-06-19', 3483, 27304, 10768, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '155.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30134, '2023-06-19', 3772, 27305, 10768, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '173.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30135, '2023-06-19', 2647, 27306, 10768, 38166, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '16.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30136, '2023-06-19', 2646, 27307, 10768, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '32.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30137, '2023-06-19', 2645, 27308, 10769, 39351, '27.0000', '8.3496', '8.3496', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30138, '2023-06-19', 2647, 27309, 10770, 38166, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '14.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30139, '2023-06-19', 3086, 27310, 10771, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30140, '2023-06-19', 2936, 27311, 10772, 38145, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30141, '2023-06-19', 2902, 27312, 10773, 39346, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '10.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30142, '2023-06-19', 2645, 27313, 10773, 39351, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '37.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30143, '2023-06-19', 2711, 27314, 10774, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30144, '2023-06-19', 2634, 27315, 10774, 38128, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30145, '2023-06-19', 3017, 27316, 10775, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30146, '2023-06-19', 3483, 27317, 10776, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '154.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30147, '2023-06-19', 3123, 27318, 10777, 35732, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30148, '2023-06-19', 2650, 27319, 10778, 34494, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30149, '2023-06-19', 2711, 27320, 10779, 38175, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30150, '2023-06-19', 2502, 27321, 10779, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30151, '2023-06-19', 2711, 27322, 10780, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30152, '2023-06-19', 3062, 27323, 10781, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '14.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30153, '2023-06-19', 2645, 27324, 10782, 39351, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30154, '2023-06-19', 3017, 27325, 10782, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '15.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30155, '2023-06-19', 2924, 27326, 10783, 32038, '6.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30156, '2023-06-19', 3314, 27327, 10784, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '58.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30157, '2023-06-19', 2930, 27328, 10785, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30158, '2023-06-19', 2935, 27329, 10785, 39338, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '41.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30159, '2023-06-19', 3174, 27330, 10786, 4469, '2.0000', '1.0900', '1.0900', '1.5000', '1.5000', '6.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30160, '2023-06-19', 2924, 27331, 10787, 32038, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 538, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30161, '2023-06-19', 2645, 27332, 10788, 39351, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30162, '2023-06-19', 3017, 27333, 10788, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '14.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30163, '2023-06-19', 3920, 27334, 10788, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30164, '2023-06-19', 2646, 27335, 10789, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '30.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30165, '2023-06-19', 2713, 27336, 10790, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30166, '2023-06-19', 3314, 27337, 10790, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '57.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30167, '2023-06-19', 2645, 27338, 10791, 39351, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30168, '2023-06-19', 3015, 27339, 10791, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '8.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30169, '2023-06-19', 2646, 27340, 10792, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30170, '2023-06-19', 3920, 27341, 10792, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30171, '2023-06-19', 3922, 27342, 10793, 38155, '1.0000', '5.1000', '5.1000', '7.5000', '7.5000', '15.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30172, '2023-06-19', 2646, 27343, 10794, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30173, '2023-06-19', 3920, 27344, 10794, 38153, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '6.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30174, '2023-06-19', 2647, 27345, 10795, 38166, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30175, '2023-06-19', 3202, 27346, 10795, 4497, '1.0000', '2.0000', '2.0000', '3.0000', '3.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30176, '2023-06-19', 2653, 27347, 10796, 36934, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30177, '2023-06-19', 2645, 27348, 10796, 39351, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30178, '2023-06-19', 2645, 27349, 10797, 39351, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30179, '2023-06-19', 2653, 27350, 10797, 36934, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30180, '2023-06-19', 2661, 27351, 10797, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '74.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30181, '2023-06-19', 3187, 27352, 10798, 35707, '2.0000', '0.7268', '0.7268', '1.2500', '1.2500', '0.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30182, '2023-06-19', 2713, 27353, 10798, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30183, '2023-06-19', 3212, 27354, 10798, 39334, '2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '34.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30184, '2023-06-20', 2653, 27355, 10799, 36934, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 631, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30185, '2023-06-20', 2653, 27355, 10799, 36949, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '118.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30186, '2023-06-20', 2645, 27356, 10799, 39351, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30187, '2023-06-20', 2661, 27357, 10799, 38121, '4.0000', '0.2938', '0.2938', '0.5000', '0.5000', '70.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30188, '2023-06-20', 2893, 27358, 10800, 38127, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30189, '2023-06-20', 3048, 27359, 10801, 34493, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '8.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30190, '2023-06-20', 2534, 27360, 10801, 36944, '2.0000', '4.0825', '4.0825', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30191, '2023-06-20', 3311, 27361, 10801, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '28.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30192, '2023-06-20', 3772, 27362, 10801, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '171.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30193, '2023-06-20', 3314, 27363, 10801, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '55.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30194, '2023-06-20', 2508, 27364, 10802, 38174, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30195, '2023-06-20', 2713, 27365, 10802, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30196, '2023-06-20', 3483, 27366, 10802, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '153.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30197, '2023-06-20', 3048, 27367, 10802, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '5.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30198, '2023-06-20', 2918, 27368, 10802, 38103, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '47.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30199, '2023-06-20', 2646, 27369, 10802, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '25.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30200, '2023-06-20', 2653, 27370, 10803, 36949, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '114.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30201, '2023-06-20', 2712, 27371, 10803, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '11.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30202, '2023-06-20', 3627, 27372, 10804, 14545, '1.0000', '0.6000', '0.6000', '2.0000', '2.0000', '30.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30203, '2023-06-20', 2893, 27373, 10804, 38127, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30204, '2023-06-20', 3314, 27374, 10804, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '54.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30205, '2023-06-20', 3015, 27375, 10804, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '6.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30206, '2023-06-20', 3086, 27376, 10805, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30207, '2023-06-20', 3212, 27377, 10805, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '33.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30208, '2023-06-20', 2827, 27378, 10805, 38147, '3.0000', '0.1175', '0.1175', '0.3300', '0.3300', '61.0000', 1, 0, NULL, 654, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30209, '2023-06-20', 3483, 27379, 10805, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '151.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30210, '2023-06-20', 2982, 27380, 10806, 33271, '1.0000', '5.2100', '5.2100', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30211, '2023-06-20', 2534, 27381, 10806, 36944, '1.0000', '4.0825', '4.0825', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30212, '2023-06-20', 3847, 27382, 10807, 27275, '1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30213, '2023-06-20', 2699, 27383, 10807, 38135, '8.0000', '5.0000', '5.0000', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30214, '2023-06-20', 2916, 27384, 10807, 36936, '1.0000', '38.9762', '38.9762', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30215, '2023-06-20', 2898, 27385, 10807, 36940, '1.0000', '200.2233', '200.2233', '265.0000', '265.0000', '0.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30216, '2023-06-20', 3553, 27386, 10807, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30217, '2023-06-20', 2500, 27387, 10808, 36945, '2.0000', '11.6700', '11.6700', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30218, '2023-06-20', 2500, 27387, 10808, 38107, '1.0000', '11.6700', '11.6700', '13.0000', '13.0000', '5.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30219, '2023-06-20', 3187, 27388, 10809, 36367, '-19.0000', '0.7268', '0.7268', '1.2500', '1.2500', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30220, '2023-06-20', 3187, 27388, 10809, 38182, '21.0000', '0.7143', '0.7143', '1.2500', '1.2500', '7.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30221, '2023-06-20', 2499, 27389, 10809, 38108, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '3.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30222, '2023-06-20', 2713, 27390, 10810, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30223, '2023-06-20', 3121, 27391, 10811, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '1.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30224, '2023-06-20', 3772, 27392, 10811, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '169.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30225, '2023-06-20', 2504, 27393, 10812, 35747, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30226, '2023-06-20', 2789, 27394, 10812, 38162, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '3.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30227, '2023-06-20', 2645, 27395, 10813, 39351, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30228, '2023-06-20', 2476, 27396, 10814, 3771, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '39.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30229, '2023-06-20', 2499, 27397, 10814, 38108, '3.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30230, '2023-06-20', 3343, 27398, 10815, 34523, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30231, '2023-06-20', 2502, 27399, 10816, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30232, '2023-06-20', 2463, 27400, 10817, 3758, '1.0000', '5.3900', '5.3900', '8.5000', '8.5000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30233, '2023-06-20', 3483, 27401, 10818, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '149.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30234, '2023-06-20', 2791, 27402, 10819, 34507, '1.0000', '2.9354', '2.9354', '4.5000', '4.5000', '21.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30235, '2023-06-20', 2661, 27403, 10819, 38121, '3.0000', '0.2938', '0.2938', '0.5000', '0.5000', '67.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30236, '2023-06-20', 3074, 27404, 10819, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30237, '2023-06-20', 2950, 27405, 10820, 34980, '-4.0000', '12.3194', '12.3194', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30238, '2023-06-20', 2950, 27405, 10820, 35684, '5.0000', '12.0000', '12.0000', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30239, '2023-06-20', 2651, 27406, 10820, 39349, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '15.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30240, '2023-06-20', 3174, 27407, 10821, 4469, '6.0000', '1.0900', '1.0900', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30241, '2023-06-20', 3314, 27408, 10821, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '53.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30242, '2023-06-20', 2652, 27409, 10822, 38114, '2.0000', '9.9167', '9.9167', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30243, '2023-06-20', 2645, 27410, 10822, 39351, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30244, '2023-06-20', 3553, 27411, 10823, 34486, '2.0000', '2.8274', '2.8274', '5.0000', '5.0000', '21.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30245, '2023-06-20', 3847, 27412, 10823, 27275, '2.0000', '3.1633', '3.1633', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 440, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30246, '2023-06-20', 2645, 27413, 10824, 39351, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30247, '2023-06-20', 3187, 27414, 10825, 38182, '1.0000', '0.7143', '0.7143', '1.2500', '1.2500', '6.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30248, '2023-06-20', 2927, 27415, 10826, 34517, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30249, '2023-06-20', 2822, 27416, 10827, 36948, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30250, '2023-06-20', 3048, 27417, 10827, 34493, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30251, '2023-06-20', 2713, 27418, 10828, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30252, '2023-06-20', 2822, 27419, 10829, 36948, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30253, '2023-06-20', 3063, 27420, 10829, 35759, '1.0000', '2.9125', '2.9125', '4.0000', '4.0000', '57.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30254, '2023-06-20', 2916, 27421, 10830, 36936, '2.0000', '38.9762', '38.9762', '52.0000', '52.0000', '0.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30255, '2023-06-20', 2916, 27421, 10830, 39585, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '12.0000', 1, 0, NULL, 671, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30256, '2023-06-20', 2646, 27422, 10831, 38168, '4.0000', '11.7500', '11.7500', '15.0000', '15.0000', '21.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30257, '2023-06-20', 2678, 27423, 10832, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30258, '2023-06-20', 2661, 27424, 10833, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '65.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30259, '2023-06-20', 2822, 27425, 10834, 36948, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30260, '2023-06-20', 2644, 27426, 10834, 35694, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30261, '2023-06-20', 3043, 27427, 10835, 15777, '1.0000', '2.0833', '2.0833', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 302, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30262, '2023-06-20', 2646, 27428, 10835, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '20.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30263, '2023-06-20', 2661, 27429, 10835, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '64.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30264, '2023-06-20', 2713, 27430, 10836, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30265, '2023-06-20', 2514, 27431, 10837, 14532, '3.0000', '0.4583', '0.4583', '2.0000', '2.0000', '44.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30266, '2023-06-20', 3165, 27432, 10838, 34520, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '2.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30267, '2023-06-20', 3918, 27433, 10839, 38130, '1.0000', '9.6500', '9.6500', '12.0000', '12.0000', '4.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30268, '2023-06-20', 2646, 27434, 10840, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30269, '2023-06-20', 2661, 27435, 10841, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '62.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30270, '2023-06-20', 2593, 27436, 10842, 3888, '1.0000', '1.1200', '1.1200', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30271, '2023-06-21', 2890, 27437, 10843, 35742, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30272, '2023-06-21', 3311, 27438, 10843, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '26.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30273, '2023-06-21', 2916, 27439, 10843, 39585, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '11.0000', 1, 0, NULL, 671, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30274, '2023-06-21', 3212, 27440, 10843, 39334, '4.0000', '4.0417', '4.0417', '6.0000', '6.0000', '29.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30275, '2023-06-21', 2660, 27441, 10843, 35740, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30276, '2023-06-21', 2534, 27442, 10844, 36944, '1.0000', '4.0825', '4.0825', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30277, '2023-06-21', 3043, 27443, 10844, 16471, '1.0000', '2.0833', '2.0833', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30278, '2023-06-21', 3074, 27444, 10845, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30279, '2023-06-21', 2712, 27445, 10846, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '10.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30280, '2023-06-21', 3314, 27446, 10847, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '52.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30281, '2023-06-21', 3036, 27447, 10848, 5560, '1.0000', '22.7100', '22.7100', '26.0000', '26.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30282, '2023-06-21', 2647, 27448, 10849, 38166, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30283, '2023-06-21', 3922, 27449, 10850, 38155, '1.0000', '5.1000', '5.1000', '7.5000', '7.5000', '14.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30284, '2023-06-21', 2661, 27450, 10851, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '61.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30285, '2023-06-21', 3827, 27451, 10852, 33217, '1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30286, '2023-06-21', 2922, 27452, 10852, 38104, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30287, '2023-06-21', 2713, 27453, 10853, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30288, '2023-06-21', 2893, 27454, 10854, 38127, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30289, '2023-06-21', 2645, 27455, 10855, 39351, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30290, '2023-06-21', 2646, 27456, 10856, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '18.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30291, '2023-06-21', 3062, 27457, 10857, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '13.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30292, '2023-06-21', 2712, 27458, 10858, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30293, '2023-06-21', 2930, 27459, 10858, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30294, '2023-06-21', 2645, 27460, 10859, 39351, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30295, '2023-06-21', 2502, 27461, 10860, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30296, '2023-06-21', 2652, 27462, 10861, 38114, '3.0000', '9.9167', '9.9167', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30297, '2023-06-21', 2710, 27463, 10862, 38176, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30298, '2023-06-21', 2902, 27464, 10862, 39346, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '9.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30299, '2023-06-21', 2889, 27465, 10862, 7403, '1.0000', '4.2600', '4.2600', '6.5000', '6.5000', '34.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30300, '2023-06-21', 3483, 27466, 10862, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '148.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30301, '2023-06-21', 2893, 27467, 10862, 38127, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30302, '2023-06-21', 3922, 27468, 10862, 38155, '2.0000', '5.1000', '5.1000', '7.5000', '7.5000', '12.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30303, '2023-06-21', 2650, 27469, 10862, 34494, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30304, '2023-06-21', 2650, 27470, 10863, 34494, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30305, '2023-06-21', 2651, 27471, 10864, 39349, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30306, '2023-06-21', 3086, 27472, 10865, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30307, '2023-06-21', 2646, 27473, 10866, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '16.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30308, '2023-06-21', 3875, 27474, 10867, 38180, '1.0000', '17.6250', '17.6250', '21.0000', '21.0000', '1.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30309, '2023-06-21', 2646, 27475, 10868, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '14.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30310, '2023-06-21', 3784, 27476, 10868, 33296, '2.0000', '0.4067', '0.4067', '1.0000', '1.0000', '12.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30311, '2023-06-21', 2646, 27477, 10869, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30312, '2023-06-21', 3784, 27478, 10869, 33296, '1.0000', '0.4067', '0.4067', '1.0000', '1.0000', '11.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30313, '2023-06-21', 2647, 27479, 10870, 38166, '2.0000', '7.7517', '7.7517', '10.0000', '10.0000', '8.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30314, '2023-06-21', 3772, 27480, 10871, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '168.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30315, '2023-06-21', 3483, 27481, 10871, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '147.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30316, '2023-06-21', 3483, 27482, 10872, 36924, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '143.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30317, '2023-06-21', 3062, 27483, 10872, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '12.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30318, '2023-06-22', 2901, 27484, 10873, 38146, '4.0000', '14.0000', '14.0000', '18.0000', '18.0000', '9.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30319, '2023-06-22', 2513, 27485, 10873, 3808, '2.0000', '1.4200', '1.4200', '2.0000', '2.0000', '6.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30320, '2023-06-22', 2483, 27486, 10873, 15432, '-7.0000', '20.0625', '20.0625', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30321, '2023-06-22', 2483, 27486, 10873, 20458, '-1.0000', '20.0625', '20.0625', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30322, '2023-06-22', 2483, 27486, 10873, 21506, '1.0000', '20.0625', '20.0625', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30323, '2023-06-22', 2483, 27486, 10873, 22554, '-1.0000', '20.0625', '20.0625', '26.0000', '26.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30324, '2023-06-22', 2483, 27486, 10873, 33203, '9.0000', '20.0625', '20.0625', '26.0000', '26.0000', '3.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30325, '2023-06-22', 2916, 27487, 10874, 39585, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '10.0000', 1, 0, NULL, 671, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30326, '2023-06-22', 3483, 27488, 10875, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '141.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30327, '2023-06-22', 2712, 27489, 10876, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30328, '2023-06-22', 3314, 27490, 10877, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '51.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30329, '2023-06-22', 3212, 27491, 10877, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '28.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30330, '2023-06-22', 3483, 27492, 10877, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '139.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30331, '2023-06-22', 3623, 27493, 10877, 33281, '2.0000', '4.6667', '4.6667', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30332, '2023-06-22', 3635, 27494, 10877, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '29.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30333, '2023-06-22', 3483, 27495, 10878, 36924, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '135.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30334, '2023-06-22', 2534, 27496, 10878, 36944, '2.0000', '4.0825', '4.0825', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30335, '2023-06-22', 2663, 27497, 10878, 13367, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30336, '2023-06-22', 3043, 27498, 10879, 19081, '-2.0000', '2.0833', '2.0833', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30337, '2023-06-22', 3043, 27498, 10879, 39580, '3.0000', '2.4500', '2.4500', '3.5000', '3.5000', '22.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30338, '2023-06-22', 2713, 27499, 10879, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30339, '2023-06-22', 3074, 27500, 10879, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30340, '2023-06-22', 2876, 27501, 10880, 35716, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30341, '2023-06-22', 3314, 27502, 10880, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '50.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30342, '2023-06-22', 3187, 27503, 10881, 38182, '1.0000', '0.7143', '0.7143', '1.2500', '1.2500', '5.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30343, '2023-06-22', 2534, 27504, 10882, 36944, '1.0000', '4.0825', '4.0825', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30344, '2023-06-22', 3121, 27505, 10882, 34504, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30345, '2023-06-22', 3889, 27506, 10883, 35764, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '4.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30346, '2023-06-22', 2504, 27507, 10883, 35747, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 620, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30347, '2023-06-22', 3314, 27508, 10883, 35768, '3.0000', '0.5819', '0.5819', '1.0000', '1.0000', '47.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30348, '2023-06-22', 3074, 27509, 10884, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30349, '2023-06-22', 2661, 27510, 10885, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '59.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30350, '2023-06-22', 3314, 27511, 10885, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '46.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30351, '2023-06-22', 2502, 27512, 10886, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30352, '2023-06-22', 2513, 27513, 10887, 3808, '2.0000', '1.4200', '1.4200', '2.0000', '2.0000', '4.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30353, '2023-06-22', 3074, 27514, 10887, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30354, '2023-06-22', 3917, 27515, 10888, 38131, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30355, '2023-06-22', 2789, 27516, 10889, 38162, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '2.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30356, '2023-06-22', 3772, 27517, 10889, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '166.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30357, '2023-06-22', 2502, 27518, 10890, 35733, '2.0000', '2.0833', '2.0833', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30358, '2023-06-22', 3231, 27519, 10890, 31995, '1.0000', '1.8300', '1.8300', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 523, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30359, '2023-06-22', 2935, 27520, 10891, 39338, '5.0000', '0.7500', '0.7500', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30360, '2023-06-22', 2936, 27521, 10891, 38145, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30361, '2023-06-22', 2923, 27522, 10891, 38142, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '25.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30362, '2023-06-22', 2926, 27523, 10891, 38106, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30363, '2023-06-22', 2710, 27524, 10892, 38176, '2.0000', '5.9583', '5.9583', '7.5000', '7.5000', '1.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30364, '2023-06-22', 2711, 27525, 10892, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30365, '2023-06-22', 2889, 27526, 10892, 7403, '2.0000', '4.2600', '4.2600', '6.5000', '6.5000', '32.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30366, '2023-06-22', 3314, 27527, 10892, 35768, '2.0000', '0.5819', '0.5819', '1.0000', '1.0000', '44.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30367, '2023-06-22', 2807, 27528, 10893, 5642, '1.0000', '20.1400', '20.1400', '28.5000', '28.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30368, '2023-06-22', 2645, 27529, 10894, 39351, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '9.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30369, '2023-06-22', 2712, 27530, 10895, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '7.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30370, '2023-06-22', 3062, 27531, 10896, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '11.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30371, '2023-06-22', 3889, 27532, 10897, 35764, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30372, '2023-06-22', 3311, 27533, 10897, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '24.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30373, '2023-06-22', 3314, 27534, 10897, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '43.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30374, '2023-06-22', 3062, 27535, 10898, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '10.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30375, '2023-06-22', 2919, 27536, 10899, 35722, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '8.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30376, '2023-06-22', 3900, 27537, 10899, 33259, '1.0000', '6.0000', '6.0000', '7.5000', '7.5000', '3.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30377, '2023-06-22', 2918, 27538, 10899, 38103, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '46.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30378, '2023-06-22', 2927, 27539, 10899, 34517, '2.0000', '1.8750', '1.8750', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 591, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30379, '2023-06-22', 3048, 27540, 10900, 34493, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 585, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30380, '2023-06-22', 3048, 27540, 10900, 34655, '-25.0000', '0.8333', '0.8333', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30381, '2023-06-22', 3048, 27540, 10900, 35881, '26.0000', '0.8333', '0.8333', '1.5000', '1.5000', '86.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30382, '2023-06-22', 3483, 27541, 10900, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '134.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30383, '2023-06-22', 2927, 27542, 10900, 36919, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '47.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30384, '2023-06-22', 2646, 27543, 10901, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30385, '2023-06-22', 2645, 27544, 10902, 39351, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30386, '2023-06-22', 2949, 27545, 10903, 39347, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30387, '2023-06-22', 2789, 27546, 10903, 38162, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '1.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30388, '2023-06-22', 2791, 27547, 10903, 34507, '1.0000', '2.9354', '2.9354', '4.5000', '4.5000', '20.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30389, '2023-06-22', 3187, 27548, 10904, 38182, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '3.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30390, '2023-06-22', 2646, 27549, 10905, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30391, '2023-06-22', 2646, 27550, 10906, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30392, '2023-06-22', 2646, 27551, 10907, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30393, '2023-06-22', 2646, 27552, 10908, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30394, '2023-06-22', 3553, 27553, 10909, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30395, '2023-06-22', 2646, 27554, 10910, 38168, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '5.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30396, '2023-06-22', 2936, 27555, 10910, 39337, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30397, '2023-06-22', 2646, 27556, 10911, 38168, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '2.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30398, '2023-06-22', 2713, 27557, 10911, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30399, '2023-06-22', 3043, 27558, 10912, 39580, '1.0000', '2.4500', '2.4500', '3.5000', '3.5000', '21.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30400, '2023-06-22', 3483, 27559, 10912, 36924, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '131.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30401, '2023-06-22', 3841, 27560, 10913, 24028, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30402, '2023-06-22', 2918, 27561, 10913, 38103, '3.0000', '1.8752', '1.8752', '3.0000', '3.0000', '43.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30403, '2023-06-22', 3187, 27562, 10914, 38182, '2.0000', '0.7143', '0.7143', '1.2500', '1.2500', '1.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30404, '2023-06-22', 2661, 27563, 10914, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '58.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30405, '2023-06-22', 2646, 27564, 10915, 38168, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30406, '2023-06-22', 2646, 27565, 10916, 39353, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '47.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30407, '2023-06-22', 2822, 27566, 10917, 36948, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30408, '2023-06-22', 2650, 27567, 10918, 35686, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '23.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30409, '2023-06-22', 3920, 27568, 10918, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30410, '2023-06-23', 3264, 27569, 10919, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '42.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30411, '2023-06-23', 3924, 27570, 10920, 39340, '1.0000', '1.0000', '1.0000', '2.0000', '2.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30412, '2023-06-23', 3553, 27571, 10920, 34486, '3.0000', '2.8274', '2.8274', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30413, '2023-06-23', 3553, 27572, 10921, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30414, '2023-06-23', 2916, 27573, 10921, 39585, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '9.0000', 1, 0, NULL, 671, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30415, '2023-06-23', 2726, 27574, 10921, 28550, '4.0000', '12.7500', '12.7500', '25.0000', '25.0000', '26.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30416, '2023-06-23', 2725, 27575, 10921, 36941, '1.0000', '3.8667', '3.8667', '10.0000', '10.0000', '137.0000', 1, 0, NULL, 634, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30417, '2023-06-23', 3802, 27576, 10921, 22802, '1.0000', '58.0000', '58.0000', '75.0000', '75.0000', '2.0000', 1, 0, NULL, 389, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30418, '2023-06-23', 3317, 27577, 10921, 4612, '1.0000', '10.0000', '10.0000', '20.0000', '20.0000', '16.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30419, '2023-06-23', 3196, 27578, 10921, 4491, '1.0000', '19.0000', '19.0000', '25.0000', '25.0000', '2.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30420, '2023-06-23', 2661, 27579, 10922, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '57.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30421, '2023-06-23', 2921, 27580, 10922, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30422, '2023-06-23', 2930, 27581, 10922, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30423, '2023-06-23', 2923, 27582, 10922, 38142, '1.0000', '3.0000', '3.0000', '4.0000', '4.0000', '24.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30424, '2023-06-23', 3483, 27583, 10923, 36924, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '127.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30425, '2023-06-23', 2711, 27584, 10923, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30426, '2023-06-23', 3772, 27585, 10924, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '164.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30427, '2023-06-23', 2713, 27586, 10924, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30428, '2023-06-23', 2500, 27587, 10924, 38107, '1.0000', '11.6700', '11.6700', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30429, '2023-06-23', 3015, 27588, 10925, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '5.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30430, '2023-06-23', 2893, 27589, 10925, 39582, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30431, '2023-06-23', 2594, 27590, 10926, 3889, '4.0000', '9.5400', '9.5400', '12.5000', '12.5000', '9.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30432, '2023-06-23', 3865, 27591, 10926, 27327, '1.0000', '10.9000', '10.9000', '15.0000', '15.0000', '6.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30433, '2023-06-23', 2725, 27592, 10927, 36941, '2.0000', '3.8667', '3.8667', '10.0000', '10.0000', '135.0000', 1, 0, NULL, 634, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30434, '2023-06-23', 2822, 27593, 10927, 36948, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30435, '2023-06-23', 2960, 27594, 10928, 33209, '2.0000', '8.5000', '8.5000', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30436, '2023-06-23', 3772, 27595, 10929, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '162.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30437, '2023-06-23', 3254, 27596, 10930, 4549, '2.0000', '0.0800', '0.0800', '0.5000', '0.5000', '102.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30438, '2023-06-23', 3297, 27597, 10930, 4592, '2.0000', '0.1200', '0.1200', '0.2500', '0.2500', '685.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30439, '2023-06-23', 2716, 27598, 10930, 5887, '2.0000', '3.3500', '3.3500', '5.0000', '5.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30440, '2023-06-23', 3074, 27599, 10931, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '6.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30441, '2023-06-23', 3238, 27600, 10932, 4533, '1.0000', '3.2500', '3.2500', '4.5000', '4.5000', '7.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30442, '2023-06-23', 3244, 27601, 10932, 4539, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30443, '2023-06-23', 2508, 27602, 10933, 38174, '2.0000', '8.5000', '8.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30444, '2023-06-23', 3114, 27603, 10933, 38177, '3.0000', '5.0000', '5.0000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30445, '2023-06-23', 3889, 27604, 10934, 35764, '2.0000', '4.2500', '4.2500', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 622, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30446, '2023-06-23', 2634, 27605, 10934, 38128, '2.0000', '2.9583', '2.9583', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30447, '2023-06-23', 3553, 27606, 10935, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30448, '2023-06-23', 2651, 27607, 10936, 39349, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '10.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30449, '2023-06-23', 2645, 27608, 10936, 39351, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30450, '2023-06-23', 2661, 27609, 10937, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '55.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30451, '2023-06-23', 3043, 27610, 10938, 39580, '2.0000', '2.4500', '2.4500', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30452, '2023-06-23', 2712, 27611, 10938, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '6.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30453, '2023-06-23', 3885, 27612, 10939, 33258, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30454, '2023-06-23', 3483, 27613, 10940, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '125.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30455, '2023-06-23', 2927, 27614, 10940, 36919, '4.0000', '1.8750', '1.8750', '2.5000', '2.5000', '43.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30456, '2023-06-23', 3920, 27615, 10940, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30457, '2023-06-23', 2651, 27616, 10941, 39349, '3.0000', '7.5000', '7.5000', '10.0000', '10.0000', '7.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30458, '2023-06-23', 2645, 27617, 10941, 39351, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30459, '2023-06-23', 2924, 27618, 10942, 32517, '-2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30460, '2023-06-23', 2924, 27618, 10942, 35000, '-1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30461, '2023-06-23', 2924, 27618, 10942, 36229, '-4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30462, '2023-06-23', 2924, 27618, 10942, 36918, '8.0000', '7.5000', '7.5000', '10.0000', '10.0000', '4.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30463, '2023-06-23', 2919, 27619, 10942, 35722, '3.0000', '6.0000', '6.0000', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30464, '2023-06-23', 2949, 27620, 10943, 39347, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30465, '2023-06-23', 2879, 27621, 10943, 4174, '-3.0000', '5.1000', '5.1000', '6.5000', '6.5000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30466, '2023-06-23', 2879, 27621, 10943, 35739, '4.0000', '5.5200', '5.5200', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30467, '2023-06-23', 2713, 27622, 10944, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30468, '2023-06-23', 2927, 27623, 10945, 36919, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '42.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30469, '2023-06-23', 2935, 27624, 10945, 39338, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '35.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30470, '2023-06-23', 3483, 27625, 10945, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '123.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30471, '2023-06-23', 2713, 27626, 10946, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30472, '2023-06-23', 2791, 27627, 10947, 34507, '1.0000', '2.9354', '2.9354', '4.5000', '4.5000', '19.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30473, '2023-06-23', 2645, 27628, 10948, 39351, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30474, '2023-06-23', 2645, 27628, 10948, 39593, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '47.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30475, '2023-06-23', 2644, 27629, 10949, 35694, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30476, '2023-06-23', 2645, 27630, 10950, 39593, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30477, '2023-06-23', 2822, 27631, 10951, 36948, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30478, '2023-06-23', 3905, 27632, 10952, 34528, '1.0000', '15.7500', '15.7500', '21.0000', '21.0000', '2.0000', 1, 0, NULL, 594, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30479, '2023-06-23', 2645, 27633, 10953, 39593, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30480, '2023-06-23', 3017, 27634, 10953, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30481, '2023-06-23', 2504, 27635, 10953, 36189, '-1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30482, '2023-06-23', 2504, 27635, 10953, 36951, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30483, '2023-06-23', 3172, 27636, 10953, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30484, '2023-06-23', 2644, 27637, 10954, 35694, '2.0000', '3.7500', '3.7500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30485, '2023-06-23', 2713, 27638, 10955, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30486, '2023-06-23', 3483, 27639, 10955, 36924, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '119.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30487, '2023-06-23', 2644, 27640, 10956, 35694, '3.0000', '3.7500', '3.7500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 604, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30488, '2023-06-23', 2644, 27640, 10956, 35755, '3.0000', '3.4229', '3.4229', '6.0000', '6.0000', '45.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30489, '2023-06-23', 2646, 27641, 10957, 39353, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '45.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30490, '2023-06-23', 2645, 27642, 10958, 39593, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30491, '2023-06-23', 3172, 27643, 10958, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30492, '2023-06-23', 2645, 27644, 10959, 39593, '4.0000', '8.3496', '8.3496', '12.0000', '12.0000', '34.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30493, '2023-06-23', 3641, 27645, 10959, 35738, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30494, '2023-06-23', 3641, 27645, 10959, 36163, '-1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30495, '2023-06-23', 3641, 27645, 10959, 39596, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '34.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30496, '2023-06-23', 2645, 27646, 10960, 39593, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '32.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30497, '2023-06-24', 2483, 27647, 10961, 33203, '1.0000', '20.0625', '20.0625', '26.0000', '26.0000', '2.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30498, '2023-06-24', 3260, 27648, 10962, 5937, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30499, '2023-06-24', 2749, 27649, 10962, 4849, '2.0000', '0.6900', '0.6900', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30500, '2023-06-24', 3190, 27650, 10962, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '72.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30501, '2023-06-24', 3831, 27651, 10963, 23973, '2.0000', '1.2100', '1.2100', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30502, '2023-06-24', 2982, 27652, 10964, 33271, '1.0000', '5.2100', '5.2100', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30503, '2023-06-24', 3074, 27653, 10965, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '5.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30504, '2023-06-24', 2822, 27654, 10966, 36948, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30505, '2023-06-24', 2502, 27655, 10967, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30506, '2023-06-24', 2982, 27656, 10968, 33271, '1.0000', '5.2100', '5.2100', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 563, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30507, '2023-06-24', 3048, 27657, 10969, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '85.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30508, '2023-06-24', 3483, 27658, 10969, 36924, '6.0000', '0.8583', '0.8583', '1.5000', '1.5000', '113.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30509, '2023-06-24', 2645, 27659, 10969, 39593, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30510, '2023-06-24', 3123, 27660, 10969, 35732, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30511, '2023-06-24', 2647, 27661, 10970, 38166, '3.0000', '7.7517', '7.7517', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30512, '2023-06-24', 2646, 27662, 10971, 39353, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '43.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30513, '2023-06-24', 2645, 27663, 10972, 39593, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '29.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30514, '2023-06-24', 3483, 27664, 10972, 36924, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '110.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30515, '2023-06-24', 2713, 27665, 10973, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30516, '2023-06-24', 3641, 27666, 10973, 39596, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '33.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30517, '2023-06-24', 2647, 27667, 10974, 38166, '4.0000', '7.7517', '7.7517', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30518, '2023-06-24', 2647, 27668, 10975, 38166, '1.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30519, '2023-06-24', 2647, 27668, 10975, 38588, '-18.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30520, '2023-06-24', 2647, 27668, 10975, 39352, '19.0000', '7.7517', '7.7517', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30521, '2023-06-24', 3829, 27669, 10976, 23959, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, 410, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30522, '2023-06-24', 2650, 27670, 10977, 35686, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '22.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30523, '2023-06-24', 3875, 27671, 10978, 38180, '1.0000', '17.6250', '17.6250', '21.0000', '21.0000', '0.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30524, '2023-06-24', 2650, 27672, 10979, 35686, '1.0000', '4.5833', '4.5833', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30525, '2023-06-24', 2661, 27673, 10980, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '53.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30526, '2023-06-24', 3264, 27674, 10981, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '41.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30527, '2023-06-24', 2922, 27675, 10982, 38104, '4.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30528, '2023-06-24', 2921, 27676, 10982, 33305, '2.0000', '4.0000', '4.0000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30529, '2023-06-24', 2918, 27677, 10982, 38103, '2.0000', '1.8752', '1.8752', '3.0000', '3.0000', '41.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30530, '2023-06-24', 2927, 27678, 10982, 36919, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '41.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30531, '2023-06-24', 2678, 27679, 10983, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '12.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30532, '2023-06-24', 2646, 27680, 10984, 39353, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '42.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30533, '2023-06-24', 2789, 27681, 10985, 38162, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '0.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30534, '2023-06-24', 3172, 27682, 10985, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30535, '2023-06-24', 3080, 27683, 10986, 17430, '1.0000', '10.8500', '10.8500', '20.0000', '20.0000', '16.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30536, '2023-06-24', 3327, 27684, 10986, 24139, '1.0000', '15.8800', '15.8800', '22.0000', '22.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30537, '2023-06-24', 2490, 27685, 10986, 27239, '2.0000', '0.3700', '0.3700', '2.5000', '2.5000', '39.0000', 1, 0, NULL, 433, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30538, '2023-06-24', 2646, 27686, 10987, 39353, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '41.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30539, '2023-06-24', 3048, 27687, 10988, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '84.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30540, '2023-06-24', 2712, 27688, 10988, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '5.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30541, '2023-06-24', 2713, 27689, 10989, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '1.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30542, '2023-06-24', 2924, 27690, 10990, 36918, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '3.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30543, '2023-06-24', 3885, 27691, 10991, 33258, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 559, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30544, '2023-06-24', 3086, 27692, 10992, 34498, '2.0000', '2.9750', '2.9750', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30545, '2023-06-24', 3172, 27693, 10992, 35745, '2.0000', '3.4579', '3.4579', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30546, '2023-06-24', 2891, 27694, 10993, 39602, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30547, '2023-06-24', 2893, 27695, 10993, 39582, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30548, '2023-06-24', 2645, 27696, 10994, 39593, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30549, '2023-06-24', 2711, 27697, 10994, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30550, '2023-06-24', 3086, 27698, 10994, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30551, '2023-06-24', 2645, 27699, 10995, 39593, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '26.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30552, '2023-06-24', 2949, 27700, 10996, 39347, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30553, '2023-06-24', 2924, 27701, 10996, 36918, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30554, '2023-06-24', 2645, 27702, 10997, 39593, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30555, '2023-06-24', 2645, 27703, 10998, 39593, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '22.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30556, '2023-06-24', 2713, 27704, 10999, 38178, '1.0000', '5.9500', '5.9500', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30557, '2023-06-24', 3622, 27705, 11000, 33282, '1.0000', '4.6667', '4.6667', '6.0000', '6.0000', '43.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30558, '2023-06-24', 3623, 27706, 11000, 33281, '1.0000', '4.6667', '4.6667', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 565, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30559, '2023-06-24', 3784, 27707, 11000, 33296, '1.0000', '0.4067', '0.4067', '1.0000', '1.0000', '10.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30560, '2023-06-24', 3230, 27708, 11001, 33216, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30561, '2023-06-24', 3172, 27709, 11001, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30562, '2023-06-24', 2645, 27710, 11002, 39593, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '20.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30563, '2023-06-25', 3644, 27711, 11003, 35706, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30564, '2023-06-25', 3121, 27712, 11004, 35050, '-5.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30565, '2023-06-25', 3121, 27712, 11004, 36279, '-2.0000', '3.0300', '3.0300', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30566, '2023-06-25', 3121, 27712, 11004, 36914, '8.0000', '3.0300', '3.0300', '4.5000', '4.5000', '16.0000', 1, 0, NULL, 626, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30567, '2023-06-25', 2661, 27713, 11004, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '51.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30568, '2023-06-25', 2561, 27714, 11005, 3856, '1.0000', '8.5200', '8.5200', '15.0000', '15.0000', '8.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30569, '2023-06-25', 3212, 27715, 11006, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '27.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30570, '2023-06-25', 3230, 27716, 11007, 33216, '2.0000', '2.7700', '2.7700', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30571, '2023-06-25', 2650, 27717, 11008, 35686, '2.0000', '4.5833', '4.5833', '10.0000', '10.0000', '19.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30572, '2023-06-25', 2504, 27718, 11009, 36951, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30573, '2023-06-25', 2936, 27719, 11010, 39337, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30574, '2023-06-25', 2923, 27720, 11010, 38142, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30575, '2023-06-25', 2648, 27721, 11011, 38167, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30576, '2023-06-25', 2648, 27721, 11011, 38587, '-1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30577, '2023-06-25', 2648, 27721, 11011, 39594, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '46.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30578, '2023-06-25', 2789, 27722, 11012, 39591, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '5.0000', 1, 0, NULL, 674, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30579, '2023-06-25', 3114, 27723, 11012, 38177, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30580, '2023-06-25', 3017, 27724, 11012, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '12.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30581, '2023-06-25', 2504, 27725, 11012, 36951, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30582, '2023-06-25', 3772, 27726, 11012, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '160.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30583, '2023-06-25', 2504, 27727, 11013, 36951, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '18.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30584, '2023-06-25', 2949, 27728, 11014, 39347, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30585, '2023-06-25', 2504, 27729, 11014, 36951, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30586, '2023-06-25', 3209, 27730, 11015, 27307, '1.0000', '30.3500', '30.3500', '40.0000', '40.0000', '2.0000', 1, 0, NULL, 449, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30587, '2023-06-25', 2936, 27731, 11016, 39337, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30588, '2023-06-25', 2650, 27732, 11017, 35686, '6.0000', '4.5833', '4.5833', '10.0000', '10.0000', '13.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30589, '2023-06-25', 2646, 27733, 11018, 39353, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '40.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30590, '2023-06-25', 3254, 27734, 11019, 4549, '10.0000', '0.0800', '0.0800', '0.5000', '0.5000', '92.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30591, '2023-06-25', 3120, 27735, 11019, 39592, '6.0000', '5.8200', '5.8200', '7.0000', '7.0000', '6.0000', 1, 0, NULL, 674, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30592, '2023-06-25', 2951, 27736, 11019, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '30.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30593, '2023-06-25', 2712, 27737, 11020, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30594, '2023-06-25', 3483, 27738, 11020, 36924, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '107.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30595, '2023-06-25', 3048, 27739, 11020, 35881, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '81.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30596, '2023-06-25', 2504, 27740, 11021, 36951, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30597, '2023-06-25', 2936, 27741, 11022, 39337, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30598, '2023-06-25', 2918, 27742, 11022, 38103, '3.0000', '1.8752', '1.8752', '3.0000', '3.0000', '38.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30599, '2023-06-25', 2919, 27743, 11023, 35722, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '4.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30600, '2023-06-25', 2920, 27744, 11023, 36917, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '7.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30601, '2023-06-25', 2936, 27745, 11023, 39337, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '11.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30602, '2023-06-25', 3641, 27746, 11024, 39596, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '31.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30603, '2023-06-25', 2713, 27747, 11025, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '35.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30604, '2023-06-25', 3048, 27748, 11025, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '80.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30605, '2023-06-25', 3483, 27749, 11025, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '105.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30606, '2023-06-25', 3044, 27750, 11026, 17792, '1.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30607, '2023-06-25', 2891, 27751, 11026, 39602, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30608, '2023-06-25', 3173, 27752, 11027, 4468, '1.0000', '0.5400', '0.5400', '1.0000', '1.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30609, '2023-06-25', 2902, 27753, 11028, 39346, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '8.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30610, '2023-06-26', 2713, 27754, 11029, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '34.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30611, '2023-06-26', 3074, 27755, 11030, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '4.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30612, '2023-06-26', 3772, 27756, 11031, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '159.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30613, '2023-06-26', 3015, 27757, 11031, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30614, '2023-06-26', 2712, 27758, 11031, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30615, '2023-06-26', 3483, 27759, 11031, 36924, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '102.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30616, '2023-06-26', 3311, 27760, 11031, 35737, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '23.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30617, '2023-06-26', 3314, 27761, 11032, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '42.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30618, '2023-06-26', 2713, 27762, 11032, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '33.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30619, '2023-06-26', 2524, 27763, 11032, 14536, '2.0000', '0.7500', '0.7500', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30620, '2023-06-26', 2973, 27764, 11032, 27258, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '12.0000', 1, 0, NULL, 437, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30621, '2023-06-26', 2713, 27765, 11033, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '32.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30622, '2023-06-26', 3314, 27766, 11033, 35768, '3.0000', '0.5819', '0.5819', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30623, '2023-06-26', 3641, 27767, 11034, 39596, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30624, '2023-06-26', 3311, 27768, 11034, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '21.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30625, '2023-06-26', 3875, 27769, 11034, 39360, '1.0000', '17.8125', '17.8125', '21.0000', '21.0000', '7.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30626, '2023-06-26', 3120, 27770, 11035, 39592, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '5.0000', 1, 0, NULL, 674, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30627, '2023-06-26', 3905, 27771, 11036, 34528, '2.0000', '15.7500', '15.7500', '21.0000', '21.0000', '0.0000', 1, 0, NULL, 594, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30628, '2023-06-26', 2756, 27772, 11036, 14308, '2.0000', '0.8900', '0.8900', '2.5000', '2.5000', '26.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30629, '2023-06-26', 3260, 27773, 11036, 5937, '1.0000', '1.3900', '1.3900', '3.0000', '3.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30630, '2023-06-26', 2711, 27774, 11037, 38175, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30631, '2023-06-26', 2827, 27775, 11037, 38147, '3.0000', '0.1175', '0.1175', '0.3300', '0.3300', '58.0000', 1, 0, NULL, 654, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30632, '2023-06-26', 2713, 27776, 11037, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '31.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30633, '2023-06-26', 3212, 27777, 11037, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '26.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30634, '2023-06-26', 3120, 27778, 11037, 39592, '2.0000', '5.8200', '5.8200', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 674, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30635, '2023-06-26', 2893, 27779, 11038, 39582, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30636, '2023-06-26', 3635, 27780, 11038, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '28.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30637, '2023-06-26', 3212, 27781, 11038, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '25.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30638, '2023-06-26', 3311, 27782, 11038, 35737, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '20.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30639, '2023-06-26', 2876, 27783, 11038, 35716, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30640, '2023-06-26', 3062, 27784, 11039, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '9.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30641, '2023-06-26', 3311, 27785, 11039, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '18.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30642, '2023-06-26', 3483, 27786, 11039, 36924, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '99.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30643, '2023-06-26', 3635, 27787, 11039, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '27.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30644, '2023-06-26', 3920, 27788, 11039, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '3.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30645, '2023-06-26', 2901, 27789, 11040, 38146, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '8.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30646, '2023-06-26', 3120, 27790, 11041, 39592, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '2.0000', 1, 0, NULL, 674, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30647, '2023-06-26', 3069, 27791, 11042, 4364, '1.0000', '26.3000', '26.3000', '35.0000', '35.0000', '0.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30648, '2023-06-26', 2927, 27792, 11043, 36919, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '40.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30649, '2023-06-26', 3553, 27793, 11044, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30650, '2023-06-26', 2713, 27794, 11045, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '30.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30651, '2023-06-26', 2951, 27795, 11046, 35714, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '28.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30652, '2023-06-26', 3230, 27796, 11046, 33216, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30653, '2023-06-26', 3172, 27797, 11046, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30654, '2023-06-26', 2504, 27798, 11047, 36951, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '13.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30655, '2023-06-26', 2646, 27799, 11048, 39353, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '39.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30656, '2023-06-26', 2950, 27800, 11049, 35684, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30657, '2023-06-26', 3772, 27801, 11049, 35708, '3.0000', '0.8458', '0.8458', '1.5000', '1.5000', '156.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30658, '2023-06-26', 3875, 27802, 11049, 39360, '1.0000', '17.8125', '17.8125', '21.0000', '21.0000', '6.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30659, '2023-06-26', 3611, 27803, 11049, 14509, '2.0000', '0.8182', '0.8182', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 255, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30660, '2023-06-26', 2504, 27804, 11050, 36951, '3.0000', '2.5000', '2.5000', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30661, '2023-06-26', 2711, 27805, 11050, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30662, '2023-06-26', 2923, 27806, 11051, 38142, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '19.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30663, '2023-06-26', 3641, 27807, 11052, 39596, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '29.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30664, '2023-06-26', 3920, 27808, 11052, 38153, '1.0000', '1.6000', '1.6000', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30665, '2023-06-26', 2936, 27809, 11053, 39337, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30666, '2023-06-26', 3841, 27810, 11053, 24028, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 428, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30667, '2023-06-26', 3841, 27810, 11053, 34081, '1.0000', '8.1250', '8.1250', '12.0000', '12.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30668, '2023-06-26', 2661, 27811, 11053, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '49.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30669, '2023-06-26', 2923, 27812, 11054, 38142, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '17.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30670, '2023-06-26', 2935, 27813, 11055, 39338, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30671, '2023-06-26', 3044, 27814, 11056, 18901, '-3.0000', '12.2917', '12.2917', '16.0000', '16.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30672, '2023-06-26', 3044, 27814, 11056, 36957, '4.0000', '13.1167', '13.1167', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30673, '2023-06-26', 3114, 27815, 11056, 38177, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30674, '2023-06-26', 3015, 27816, 11056, 35091, '2.0000', '0.9042', '0.9042', '2.0000', '2.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30675, '2023-06-26', 3311, 27817, 11056, 35737, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '17.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30676, '2023-06-26', 3483, 27818, 11057, 36924, '5.0000', '0.8583', '0.8583', '1.5000', '1.5000', '94.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30677, '2023-06-26', 3311, 27819, 11057, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '15.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30678, '2023-06-26', 3048, 27820, 11057, 35881, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '78.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30679, '2023-06-26', 2927, 27821, 11057, 36919, '1.0000', '1.8750', '1.8750', '2.5000', '2.5000', '39.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30680, '2023-06-26', 2712, 27822, 11058, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30681, '2023-06-26', 3086, 27823, 11059, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30682, '2023-06-26', 2963, 27824, 11060, 5663, '1.0000', '3.3333', '3.3333', '6.0000', '6.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30683, '2023-06-26', 2504, 27825, 11060, 36951, '2.0000', '2.5000', '2.5000', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30684, '2023-06-26', 2661, 27826, 11061, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '47.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30685, '2023-06-26', 2864, 27827, 11062, 34541, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30686, '2023-06-26', 2645, 27828, 11062, 39593, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30687, '2023-06-26', 2647, 27829, 11063, 39352, '5.0000', '7.7517', '7.7517', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30688, '2023-06-26', 2645, 27830, 11063, 39593, '5.0000', '8.3496', '8.3496', '12.0000', '12.0000', '13.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30689, '2023-06-26', 2822, 27831, 11064, 36948, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30690, '2023-06-26', 3172, 27832, 11065, 35745, '1.0000', '3.4579', '3.4579', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30691, '2023-06-26', 3172, 27832, 11065, 36723, '-8.0000', '3.4579', '3.4579', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30692, '2023-06-26', 3172, 27832, 11065, 39598, '9.0000', '3.5182', '3.5182', '4.0000', '4.0000', '123.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30693, '2023-06-26', 3121, 27833, 11065, 36914, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '15.0000', 1, 0, NULL, 626, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30694, '2023-06-26', 2646, 27834, 11066, 39353, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '38.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30695, '2023-06-26', 2646, 27835, 11067, 39353, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '36.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30696, '2023-06-26', 2644, 27836, 11068, 35755, '1.0000', '3.4229', '3.4229', '6.0000', '6.0000', '44.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30697, '2023-06-26', 3043, 27837, 11069, 39580, '3.0000', '2.4500', '2.4500', '3.5000', '3.5000', '16.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30698, '2023-06-26', 2661, 27838, 11069, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '46.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30699, '2023-06-26', 3314, 27839, 11070, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '38.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30700, '2023-06-26', 3914, 27840, 11071, 38125, '2.0000', '2.0833', '2.0833', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30701, '2023-06-26', 2699, 27841, 11072, 38135, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30702, '2023-06-26', 2646, 27842, 11073, 39353, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '34.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30703, '2023-06-26', 3017, 27843, 11073, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30704, '2023-06-26', 3230, 27844, 11074, 33216, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30705, '2023-06-26', 3085, 27845, 11074, 39348, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '23.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30706, '2023-06-26', 3172, 27846, 11074, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '122.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30707, '2023-06-26', 2645, 27847, 11075, 39593, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30708, '2023-06-26', 3172, 27848, 11075, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '121.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30709, '2023-06-26', 2646, 27849, 11076, 39353, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '31.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30710, '2023-06-26', 3063, 27850, 11076, 35759, '1.0000', '2.9125', '2.9125', '4.0000', '4.0000', '56.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30711, '2023-06-26', 2864, 27851, 11076, 34541, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30712, '2023-06-26', 3017, 27852, 11077, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30713, '2023-06-26', 2646, 27853, 11078, 39353, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '28.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30714, '2023-06-26', 3017, 27854, 11079, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30715, '2023-06-26', 2648, 27855, 11079, 39594, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '45.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30716, '2023-06-26', 2646, 27856, 11080, 39353, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '26.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30717, '2023-06-26', 3825, 27857, 11081, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '11.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30718, '2023-06-26', 2864, 27858, 11082, 34926, '-2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30719, '2023-06-26', 2864, 27858, 11082, 39605, '3.0000', '4.4500', '4.4500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30720, '2023-06-26', 3311, 27859, 11082, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '13.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30721, '2023-06-26', 2646, 27860, 11082, 39353, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '23.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30722, '2023-06-26', 2648, 27861, 11083, 39594, '2.0000', '7.5783', '7.5783', '10.0000', '10.0000', '43.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30723, '2023-06-26', 2822, 27862, 11084, 36948, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30724, '2023-06-26', 2483, 27863, 11085, 33203, '1.0000', '20.0625', '20.0625', '26.0000', '26.0000', '1.0000', 1, 0, NULL, 548, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30725, '2023-06-26', 2552, 27864, 11086, 38181, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '40.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30726, '2023-06-26', 2645, 27865, 11086, 39593, '3.0000', '8.3496', '8.3496', '12.0000', '12.0000', '8.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30727, '2023-06-26', 3048, 27866, 11087, 35881, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '76.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30728, '2023-06-26', 3483, 27867, 11087, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '92.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30729, '2023-06-26', 3174, 27868, 11088, 7380, '-19.0000', '1.0900', '1.0900', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30730, '2023-06-26', 3174, 27868, 11088, 8341, '19.0000', '1.0900', '1.0900', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30731, '2023-06-26', 3174, 27868, 11088, 9302, '-19.0000', '1.0900', '1.0900', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30732, '2023-06-26', 3174, 27868, 11088, 14528, '23.0000', '1.1000', '1.1000', '1.5000', '1.5000', '27.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30733, '2023-06-26', 2646, 27869, 11089, 39353, '1.0000', '11.7500', '11.7500', '15.0000', '15.0000', '22.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30734, '2023-06-26', 2713, 27870, 11090, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '29.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30735, '2023-06-26', 3641, 27871, 11090, 39596, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '28.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30736, '2023-06-26', 3120, 27872, 11091, 39592, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '1.0000', 1, 0, NULL, 674, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30737, '2023-06-26', 3048, 27873, 11091, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '75.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30738, '2023-06-26', 3772, 27874, 11092, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '154.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30739, '2023-06-26', 2502, 27875, 11093, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '3.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30740, '2023-06-27', 2712, 27876, 11094, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30741, '2023-06-27', 2876, 27877, 11095, 35716, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30742, '2023-06-27', 2524, 27878, 11095, 14536, '1.0000', '0.7500', '0.7500', '1.5000', '1.5000', '2.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30743, '2023-06-27', 3314, 27879, 11095, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30744, '2023-06-27', 2653, 27880, 11096, 36949, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '110.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30745, '2023-06-27', 3772, 27881, 11097, 35708, '3.0000', '0.8458', '0.8458', '1.5000', '1.5000', '151.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30746, '2023-06-27', 2950, 27882, 11097, 35684, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30747, '2023-06-27', 3172, 27883, 11097, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '120.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30748, '2023-06-27', 3114, 27884, 11097, 39357, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30749, '2023-06-27', 3624, 27885, 11097, 14542, '1.0000', '1.8269', '1.8269', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30750, '2023-06-27', 3044, 27886, 11098, 36957, '1.0000', '13.1167', '13.1167', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30751, '2023-06-27', 2500, 27887, 11098, 38107, '1.0000', '11.6700', '11.6700', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30752, '2023-06-27', 3123, 27888, 11098, 35732, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '7.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30753, '2023-06-27', 3314, 27889, 11099, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '36.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30754, '2023-06-27', 2970, 27890, 11100, 4265, '1.0000', '2.8000', '2.8000', '6.5000', '6.5000', '20.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30755, '2023-06-27', 3074, 27891, 11101, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '3.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30756, '2023-06-27', 2916, 27892, 11102, 39585, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '8.0000', 1, 0, NULL, 671, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30757, '2023-06-27', 2713, 27893, 11103, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '28.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30758, '2023-06-27', 2902, 27894, 11104, 39346, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30759, '2023-06-27', 3912, 27895, 11104, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '12.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30760, '2023-06-27', 2949, 27896, 11104, 39347, '1.0000', '6.6900', '6.6900', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30761, '2023-06-27', 3772, 27897, 11104, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '149.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30762, '2023-06-27', 3921, 27898, 11104, 38157, '2.0000', '9.9000', '9.9000', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30763, '2023-06-27', 3015, 27899, 11105, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30764, '2023-06-27', 2645, 27900, 11106, 39593, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30765, '2023-06-27', 2661, 27901, 11106, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '44.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30766, '2023-06-27', 3114, 27902, 11107, 39357, '1.0000', '5.0000', '5.0000', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30767, '2023-06-27', 3048, 27903, 11107, 35881, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '73.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30768, '2023-06-27', 3314, 27904, 11107, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '35.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30769, '2023-06-27', 2661, 27905, 11107, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '42.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30770, '2023-06-27', 2864, 27906, 11107, 39605, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30771, '2023-06-27', 3190, 27907, 11108, 4485, '1.0000', '7.7500', '7.7500', '12.0000', '12.0000', '71.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30772, '2023-06-27', 3074, 27908, 11109, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '2.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30773, '2023-06-27', 2973, 27909, 11110, 27258, '1.0000', '7.0000', '7.0000', '11.0000', '11.0000', '11.0000', 1, 0, NULL, 437, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30774, '2023-06-27', 2713, 27910, 11111, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '27.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30775, '2023-06-27', 2901, 27911, 11112, 38146, '5.0000', '14.0000', '14.0000', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30776, '2023-06-27', 2699, 27912, 11112, 38135, '5.0000', '5.0000', '5.0000', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30777, '2023-06-27', 2791, 27913, 11113, 34507, '1.0000', '2.9354', '2.9354', '4.5000', '4.5000', '18.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30778, '2023-06-27', 3048, 27914, 11113, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '72.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30779, '2023-06-27', 2921, 27915, 11114, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30780, '2023-06-27', 3772, 27916, 11114, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '148.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30781, '2023-06-27', 2822, 27917, 11115, 36948, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '0.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30782, '2023-06-27', 2642, 27918, 11116, 39588, '3.0000', '7.5313', '7.5313', '10.0000', '10.0000', '21.0000', 1, 0, NULL, 672, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30783, '2023-06-27', 3172, 27919, 11117, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '119.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30784, '2023-06-27', 3314, 27920, 11118, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30785, '2023-06-27', 2646, 27921, 11119, 39353, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '19.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30786, '2023-06-27', 2712, 27922, 11120, 39359, '1.0000', '14.6058', '14.6058', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30787, '2023-06-27', 2504, 27923, 11121, 36951, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30788, '2023-06-27', 2645, 27924, 11121, 39593, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30789, '2023-06-27', 2649, 27925, 11121, 38158, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30790, '2023-06-27', 3043, 27926, 11122, 39580, '1.0000', '2.4500', '2.4500', '3.5000', '3.5000', '15.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30791, '2023-06-27', 3172, 27927, 11122, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '118.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30792, '2023-06-27', 2634, 27928, 11123, 38128, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '9.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30793, '2023-06-27', 3043, 27929, 11124, 39580, '2.0000', '2.4500', '2.4500', '3.5000', '3.5000', '13.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30794, '2023-06-27', 3172, 27930, 11125, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '117.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30795, '2023-06-27', 3074, 27931, 11126, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '1.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30796, '2023-06-27', 3212, 27932, 11127, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '24.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30797, '2023-06-27', 3772, 27933, 11127, 35708, '1.0000', '0.8458', '0.8458', '1.5000', '1.5000', '147.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30798, '2023-06-27', 2711, 27934, 11128, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30799, '2023-06-27', 2646, 27935, 11129, 39353, '4.0000', '11.7500', '11.7500', '15.0000', '15.0000', '15.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30800, '2023-06-27', 2634, 27936, 11130, 38128, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '8.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30801, '2023-06-27', 2646, 27937, 11131, 39353, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '13.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30802, '2023-06-27', 2864, 27938, 11131, 39605, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30803, '2023-06-27', 2646, 27939, 11132, 39353, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '11.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30804, '2023-06-27', 2916, 27940, 11133, 39585, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '7.0000', 1, 0, NULL, 671, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30805, '2023-06-27', 2822, 27941, 11134, 38169, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30806, '2023-06-27', 3048, 27942, 11134, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '71.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30807, '2023-06-27', 2646, 27943, 11134, 39353, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '9.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30808, '2023-06-27', 2645, 27944, 11135, 39593, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30809, '2023-06-27', 3048, 27945, 11136, 35881, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '68.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30810, '2023-06-28', 3553, 27946, 11137, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30811, '2023-06-28', 3074, 27947, 11138, 38123, '1.0000', '1.7083', '1.7083', '3.0000', '3.0000', '0.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30812, '2023-06-28', 3074, 27947, 11138, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '23.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30813, '2023-06-28', 3212, 27948, 11138, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30814, '2023-06-28', 3212, 27949, 11139, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30815, '2023-06-28', 2524, 27950, 11140, 14536, '1.0000', '0.7500', '0.7500', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30816, '2023-06-28', 3644, 27951, 11140, 35706, '2.0000', '0.8125', '0.8125', '1.0000', '1.0000', '35.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30817, '2023-06-28', 3314, 27952, 11140, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30818, '2023-06-28', 3920, 27953, 11140, 38153, '2.0000', '1.6000', '1.6000', '2.5000', '2.5000', '0.0000', 1, 0, NULL, 648, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30819, '2023-06-28', 3212, 27954, 11140, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30820, '2023-06-28', 3483, 27955, 11140, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '90.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30821, '2023-06-28', 3048, 27956, 11140, 35881, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '66.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30822, '2023-06-28', 3121, 27957, 11141, 36914, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '14.0000', 1, 0, NULL, 626, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30823, '2023-06-28', 3624, 27958, 11141, 14542, '1.0000', '1.8269', '1.8269', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30824, '2023-06-28', 2893, 27959, 11142, 39582, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '8.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30825, '2023-06-28', 3061, 27960, 11142, 33226, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30826, '2023-06-28', 3483, 27961, 11142, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '88.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30827, '2023-06-28', 3641, 27962, 11142, 39596, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '26.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30828, '2023-06-28', 2827, 27963, 11142, 38147, '3.0000', '0.1175', '0.1175', '0.3300', '0.3300', '55.0000', 1, 0, NULL, 654, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30829, '2023-06-28', 2500, 27964, 11143, 38107, '3.0000', '11.6700', '11.6700', '13.0000', '13.0000', '0.0000', 1, 0, NULL, 643, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30830, '2023-06-28', 2499, 27965, 11144, 39344, '4.0000', '8.5400', '8.5400', '11.0000', '11.0000', '2.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30831, '2023-06-28', 2661, 27966, 11144, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '40.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30832, '2023-06-28', 3123, 27967, 11145, 35732, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '6.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30833, '2023-06-28', 2499, 27968, 11145, 39344, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '1.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30834, '2023-06-28', 2661, 27969, 11145, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '38.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30835, '2023-06-28', 3048, 27970, 11146, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '65.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30836, '2023-06-28', 2698, 27971, 11147, 38136, '2.0000', '5.2500', '5.2500', '8.0000', '8.0000', '45.0000', 1, 0, NULL, 651, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30837, '2023-06-28', 2504, 27972, 11148, 36951, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30838, '2023-06-28', 2500, 27973, 11149, 39343, '2.0000', '11.6700', '11.6700', '13.0000', '13.0000', '4.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30839, '2023-06-28', 3085, 27974, 11149, 39348, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '22.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30840, '2023-06-28', 2711, 27975, 11149, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30841, '2023-06-28', 3508, 27976, 11150, 5216, '1.0000', '8.5000', '8.5000', '12.0000', '12.0000', '2.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30842, '2023-06-28', 3585, 27977, 11151, 13344, '1.0000', '39.7500', '39.7500', '53.0000', '53.0000', '3.0000', 1, 0, NULL, 218, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30843, '2023-06-28', 2645, 27978, 11152, 39593, '2.0000', '8.3496', '8.3496', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30844, '2023-06-28', 3048, 27979, 11152, 35881, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '63.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30845, '2023-06-28', 2713, 27980, 11153, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '26.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30846, '2023-06-28', 3172, 27981, 11153, 39598, '2.0000', '3.5182', '3.5182', '4.0000', '4.0000', '115.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30847, '2023-06-28', 3017, 27982, 11154, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30848, '2023-06-28', 2877, 27983, 11155, 36910, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '1.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30849, '2023-06-28', 3483, 27984, 11155, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '87.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30850, '2023-06-28', 2651, 27985, 11156, 39349, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '6.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30851, '2023-06-28', 3311, 27986, 11156, 35737, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '12.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30852, '2023-06-28', 2504, 27987, 11157, 36951, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '5.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30853, '2023-06-28', 2606, 27988, 11158, 35769, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '3.0000', 1, 0, NULL, 624, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30854, '2023-06-28', 2504, 27989, 11159, 36951, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '4.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30855, '2023-06-28', 2504, 27990, 11160, 36951, '4.0000', '2.5000', '2.5000', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30856, '2023-06-28', 3172, 27991, 11161, 39598, '2.0000', '3.5182', '3.5182', '4.0000', '4.0000', '113.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30857, '2023-06-28', 2894, 27992, 11161, 34540, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '2.0000', 1, 0, NULL, 596, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30858, '2023-06-28', 2886, 27993, 11161, 39600, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '5.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30859, '2023-06-28', 2879, 27994, 11161, 35739, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '4.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30860, '2023-06-28', 3062, 27995, 11162, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '8.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30861, '2023-06-28', 3913, 27996, 11163, 38105, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30862, '2023-06-28', 3172, 27997, 11164, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '112.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30863, '2023-06-28', 3048, 27998, 11164, 35881, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '58.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30864, '2023-06-28', 2877, 27999, 11165, 36910, '1.0000', '2.5800', '2.5800', '4.0000', '4.0000', '0.0000', 1, 0, NULL, 625, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30865, '2023-06-28', 2951, 28000, 11165, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '27.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30866, '2023-06-28', 3083, 28001, 11166, 34496, '1.0000', '9.3800', '9.3800', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30867, '2023-06-28', 2960, 28002, 11167, 33209, '2.0000', '8.5000', '8.5000', '12.0000', '12.0000', '19.0000', 1, 0, NULL, 549, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30868, '2023-06-28', 2699, 28003, 11167, 38135, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30869, '2023-06-28', 2645, 28004, 11168, 39593, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30870, '2023-06-28', 2502, 28005, 11169, 35733, '1.0000', '2.0833', '2.0833', '4.0000', '4.0000', '2.0000', 1, 0, NULL, 617, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30871, '2023-06-28', 2504, 28006, 11170, 38119, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '23.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30872, '2023-06-28', 2791, 28007, 11171, 34507, '1.0000', '2.9354', '2.9354', '4.5000', '4.5000', '17.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30873, '2023-06-28', 3048, 28008, 11171, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '57.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30874, '2023-06-28', 2661, 28009, 11171, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '36.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30875, '2023-06-28', 3212, 28010, 11172, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30876, '2023-06-28', 3553, 28011, 11173, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '12.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30877, '2023-06-28', 2645, 28012, 11174, 39593, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '1.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30878, '2023-06-28', 2711, 28013, 11175, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30879, '2023-06-28', 3912, 28014, 11176, 35728, '5.0000', '2.5000', '2.5000', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30880, '2023-06-28', 2499, 28015, 11176, 39344, '1.0000', '8.5400', '8.5400', '11.0000', '11.0000', '0.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30881, '2023-06-28', 2500, 28016, 11176, 39343, '1.0000', '11.6700', '11.6700', '13.0000', '13.0000', '3.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30882, '2023-06-28', 3074, 28017, 11176, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '22.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30883, '2023-06-28', 2822, 28018, 11177, 38169, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '22.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30884, '2023-06-28', 2645, 28019, 11178, 39593, '1.0000', '8.3496', '8.3496', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30885, '2023-06-28', 3074, 28020, 11178, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '21.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30886, '2023-06-28', 2713, 28021, 11179, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '25.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30887, '2023-06-28', 3641, 28022, 11179, 39596, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '24.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30888, '2023-06-29', 3074, 28023, 11180, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '20.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30889, '2023-06-29', 3074, 28024, 11181, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '19.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30890, '2023-06-29', 2644, 28025, 11182, 35755, '5.0000', '3.4229', '3.4229', '6.0000', '6.0000', '39.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30891, '2023-06-29', 3314, 28026, 11182, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '32.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30892, '2023-06-29', 2916, 28027, 11183, 39585, '1.0000', '41.0231', '41.0231', '52.0000', '52.0000', '6.0000', 1, 0, NULL, 671, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30893, '2023-06-29', 2606, 28028, 11183, 35769, '1.0000', '35.0000', '35.0000', '45.0000', '45.0000', '2.0000', 1, 0, NULL, 624, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30894, '2023-06-29', 3847, 28029, 11183, 32584, '-1.0000', '3.1633', '3.1633', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30895, '2023-06-29', 3847, 28029, 11183, 35070, '-3.0000', '3.1633', '3.1633', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30896, '2023-06-29', 3847, 28029, 11183, 38183, '5.0000', '2.3980', '2.3980', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30897, '2023-06-29', 2699, 28030, 11183, 38135, '15.0000', '5.0000', '5.0000', '8.0000', '8.0000', '3.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30898, '2023-06-29', 2980, 28031, 11183, 6135, '-5.0000', '35.4700', '35.4700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30899, '2023-06-29', 2980, 28031, 11183, 7098, '2.0000', '35.4700', '35.4700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30900, '2023-06-29', 2980, 28031, 11183, 8059, '-2.0000', '35.4700', '35.4700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30901, '2023-06-29', 2980, 28031, 11183, 9020, '2.0000', '35.4700', '35.4700', '55.0000', '55.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30902, '2023-06-29', 2980, 28031, 11183, 27232, '4.0000', '45.5500', '45.5500', '55.0000', '55.0000', '8.0000', 1, 0, NULL, 431, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30903, '2023-06-29', 3553, 28032, 11183, 34486, '2.0000', '2.8274', '2.8274', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30904, '2023-06-29', 3212, 28033, 11184, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '19.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30905, '2023-06-29', 2534, 28034, 11184, 36944, '1.0000', '4.0825', '4.0825', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 636, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30906, '2023-06-29', 2534, 28034, 11184, 38161, '1.0000', '4.2900', '4.2900', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30907, '2023-06-29', 3314, 28035, 11185, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30908, '2023-06-29', 3779, 28036, 11185, 18490, '2.0000', '13.3500', '13.3500', '20.0000', '20.0000', '0.0000', 1, 0, NULL, 348, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30909, '2023-06-29', 2950, 28037, 11185, 35684, '2.0000', '12.0000', '12.0000', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30910, '2023-06-29', 3875, 28038, 11185, 39360, '1.0000', '17.8125', '17.8125', '21.0000', '21.0000', '5.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30911, '2023-06-29', 3614, 28039, 11186, 14526, '1.0000', '2.8846', '2.8846', '4.0000', '4.0000', '15.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30912, '2023-06-29', 2513, 28040, 11187, 3808, '2.0000', '1.4200', '1.4200', '2.0000', '2.0000', '2.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30913, '2023-06-29', 2964, 28041, 11188, 4259, '1.0000', '10.8300', '10.8300', '15.0000', '15.0000', '12.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30914, '2023-06-29', 2699, 28042, 11188, 38135, '1.0000', '5.0000', '5.0000', '8.0000', '8.0000', '2.0000', 1, 0, NULL, 650, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30915, '2023-06-29', 3553, 28043, 11188, 34486, '2.0000', '2.8274', '2.8274', '5.0000', '5.0000', '8.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30916, '2023-06-29', 2916, 28044, 11188, 39585, '2.0000', '41.0231', '41.0231', '52.0000', '52.0000', '4.0000', 1, 0, NULL, 671, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30917, '2023-06-29', 3553, 28045, 11189, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '7.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30918, '2023-06-29', 3230, 28046, 11189, 33216, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30919, '2023-06-29', 3048, 28047, 11189, 35881, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '55.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30920, '2023-06-29', 3172, 28048, 11189, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '111.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30921, '2023-06-29', 3641, 28049, 11189, 39596, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '23.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30922, '2023-06-29', 2916, 28050, 11189, 39585, '2.0000', '41.0231', '41.0231', '52.0000', '52.0000', '2.0000', 1, 0, NULL, 671, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30923, '2023-06-29', 2715, 28051, 11190, 4010, '1.0000', '8.2400', '8.2400', '35.0000', '35.0000', '5.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30924, '2023-06-29', 2727, 28052, 11190, 28548, '2.0000', '25.0000', '25.0000', '40.0000', '40.0000', '26.0000', 1, 0, NULL, 474, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30925, '2023-07-03', 3212, 28053, 11191, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30926, '2023-07-03', 3086, 28054, 11191, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30927, '2023-07-03', 3061, 28055, 11191, 33226, '1.0000', '4.8500', '4.8500', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30928, '2023-07-03', 3017, 28056, 11191, 38163, '1.0000', '4.7500', '4.7500', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30929, '2023-07-03', 3074, 28057, 11191, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '18.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30930, '2023-07-03', 3641, 28058, 11191, 39596, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '22.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30931, '2023-07-03', 2822, 28059, 11191, 38169, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30932, '2023-07-03', 3048, 28060, 11191, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '54.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30933, '2023-07-03', 2791, 28061, 11191, 34507, '1.0000', '2.9354', '2.9354', '4.5000', '4.5000', '16.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30934, '2023-07-03', 2902, 28062, 11191, 39346, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '5.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30935, '2023-07-03', 2648, 28063, 11191, 39594, '1.0000', '7.5783', '7.5783', '10.0000', '10.0000', '42.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30936, '2023-07-03', 2651, 28064, 11191, 39349, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '5.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30937, '2023-07-03', 2923, 28065, 11191, 38142, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30938, '2023-07-03', 3172, 28066, 11192, 39598, '4.0000', '3.5182', '3.5182', '4.0000', '4.0000', '107.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30939, '2023-07-03', 2981, 28067, 11192, 24863, '1.0000', '40.5550', '40.5550', '55.0000', '55.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30940, '2023-07-03', 3062, 28068, 11192, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '7.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30941, '2023-07-03', 2712, 28069, 11192, 39606, '2.0000', '15.3750', '15.3750', '18.0000', '18.0000', '4.0000', 1, 0, NULL, 677, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30942, '2023-07-03', 2645, 28070, 11192, 39609, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30943, '2023-07-03', 2827, 28071, 11192, 38147, '3.0000', '0.1175', '0.1175', '0.3300', '0.3300', '52.0000', 1, 0, NULL, 654, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30944, '2023-07-03', 2922, 28072, 11193, 38104, '2.0000', '7.5000', '7.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30945, '2023-07-03', 3172, 28073, 11193, 39598, '2.0000', '3.5182', '3.5182', '4.0000', '4.0000', '105.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30946, '2023-07-03', 3922, 28074, 11193, 38155, '1.0000', '5.1000', '5.1000', '7.5000', '7.5000', '11.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30947, '2023-07-03', 3868, 28075, 11193, 33220, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '17.0000', 1, 0, NULL, 552, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30948, '2023-07-03', 2661, 28076, 11193, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '35.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30949, '2023-07-03', 2923, 28077, 11193, 38142, '3.0000', '3.0000', '3.0000', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30950, '2023-07-03', 2822, 28078, 11194, 38169, '6.0000', '4.6667', '4.6667', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30951, '2023-07-03', 2950, 28079, 11194, 35684, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '2.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30952, '2023-07-03', 2552, 28080, 11194, 38181, '1.0000', '0.4167', '0.4167', '1.0000', '1.0000', '39.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30953, '2023-07-03', 3825, 28081, 11194, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '10.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30954, '2023-07-03', 3314, 28082, 11195, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '30.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30955, '2023-07-03', 3483, 28083, 11195, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '86.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30956, '2023-07-03', 3172, 28084, 11195, 39598, '3.0000', '3.5182', '3.5182', '4.0000', '4.0000', '102.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30957, '2023-07-03', 2902, 28085, 11195, 39346, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '3.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30958, '2023-07-03', 2827, 28086, 11195, 38147, '3.0000', '0.1175', '0.1175', '0.3300', '0.3300', '49.0000', 1, 0, NULL, 654, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30959, '2023-07-03', 2645, 28087, 11195, 39609, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30960, '2023-07-03', 2646, 28088, 11195, 39353, '2.0000', '11.7500', '11.7500', '15.0000', '15.0000', '7.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30961, '2023-07-03', 2552, 28089, 11195, 38181, '2.0000', '0.4167', '0.4167', '1.0000', '1.0000', '37.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30962, '2023-07-03', 3641, 28090, 11195, 39596, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '21.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30963, '2023-07-03', 2936, 28091, 11195, 39337, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '9.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30964, '2023-07-03', 3784, 28092, 11195, 33296, '2.0000', '0.4067', '0.4067', '1.0000', '1.0000', '8.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30965, '2023-07-03', 3085, 28093, 11195, 39348, '2.0000', '4.2700', '4.2700', '5.0000', '5.0000', '20.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30966, '2023-07-03', 2951, 28094, 11195, 35714, '5.0000', '2.5500', '2.5500', '3.5000', '3.5000', '22.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30967, '2023-07-03', 2713, 28095, 11195, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '24.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30968, '2023-07-03', 3048, 28096, 11195, 35881, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '50.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30969, '2023-07-03', 2661, 28097, 11195, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '33.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30970, '2023-07-03', 2712, 28098, 11195, 39606, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 677, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30971, '2023-07-03', 2921, 28099, 11195, 33305, '1.0000', '4.0000', '4.0000', '6.0000', '6.0000', '16.0000', 1, 0, NULL, 572, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30972, '2023-07-03', 3074, 28100, 11195, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '17.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30973, '2023-07-03', 2919, 28101, 11195, 35722, '1.0000', '6.0000', '6.0000', '7.0000', '7.0000', '3.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30974, '2023-07-03', 2920, 28102, 11195, 36917, '4.0000', '4.5000', '4.5000', '5.5000', '5.5000', '3.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30975, '2023-07-03', 2864, 28103, 11195, 39605, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30976, '2023-07-03', 3212, 28104, 11195, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30977, '2023-07-03', 3630, 28105, 11195, 14554, '8.0000', '1.1250', '1.1250', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30978, '2023-07-03', 2822, 28106, 11196, 38169, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '14.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30979, '2023-07-03', 3044, 28107, 11196, 36957, '1.0000', '13.1167', '13.1167', '16.0000', '16.0000', '0.0000', 1, 0, NULL, 638, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30980, '2023-07-03', 3085, 28108, 11196, 39348, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '19.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30981, '2023-07-03', 3074, 28109, 11196, 38139, '2.0000', '2.1617', '2.1617', '3.0000', '3.0000', '15.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30982, '2023-07-03', 3061, 28110, 11196, 33226, '3.0000', '4.8500', '4.8500', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 553, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30983, '2023-07-03', 2949, 28111, 11196, 39347, '2.0000', '6.6900', '6.6900', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30984, '2023-07-03', 2648, 28112, 11196, 39594, '4.0000', '7.5783', '7.5783', '10.0000', '10.0000', '38.0000', 1, 0, NULL, 675, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30985, '2023-07-03', 2645, 28113, 11196, 39609, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '64.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30986, '2023-07-03', 2902, 28114, 11196, 39346, '2.0000', '6.7700', '6.7700', '9.0000', '9.0000', '1.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30987, '2023-07-03', 3311, 28115, 11196, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '10.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30988, '2023-07-03', 2879, 28116, 11196, 35739, '1.0000', '5.5200', '5.5200', '6.5000', '6.5000', '3.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30989, '2023-07-03', 2504, 28117, 11196, 38119, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '22.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30990, '2023-07-03', 3641, 28118, 11196, 39596, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '19.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30991, '2023-07-03', 2901, 28119, 11196, 38146, '3.0000', '14.0000', '14.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 649, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30992, '2023-07-03', 3172, 28120, 11196, 39598, '2.0000', '3.5182', '3.5182', '4.0000', '4.0000', '100.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30993, '2023-07-03', 3913, 28121, 11196, 38105, '3.0000', '4.5000', '4.5000', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30994, '2023-07-03', 3827, 28122, 11196, 33833, '-1.0000', '2.7300', '2.7300', '4.0000', '4.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30995, '2023-07-03', 3827, 28122, 11196, 34506, '2.0000', '2.5200', '2.5200', '4.0000', '4.0000', '11.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30996, '2023-07-03', 3912, 28123, 11196, 35728, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '6.0000', 1, 0, NULL, 613, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30997, '2023-07-03', 2711, 28124, 11196, 38175, '2.0000', '4.2500', '4.2500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30998, '2023-07-03', 2634, 28125, 11196, 38128, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30999, '2023-07-03', 3889, 28126, 11196, 36303, '-8.0000', '4.2500', '4.2500', '5.5000', '5.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31000, '2023-07-03', 3889, 28126, 11196, 36929, '9.0000', '4.2500', '4.2500', '5.5000', '5.5000', '3.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31001, '2023-07-03', 3043, 28127, 11196, 39580, '1.0000', '2.4500', '2.4500', '3.5000', '3.5000', '12.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31002, '2023-07-03', 3048, 28128, 11196, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '49.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31003, '2023-07-03', 2952, 28129, 11196, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31004, '2023-07-03', 2935, 28130, 11197, 39338, '1.0000', '0.7500', '0.7500', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31005, '2023-07-03', 3483, 28131, 11197, 36924, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '82.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31006, '2023-07-03', 3314, 28132, 11197, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '29.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31007, '2023-07-03', 3062, 28133, 11197, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '6.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31008, '2023-07-03', 2923, 28134, 11197, 38142, '2.0000', '3.0000', '3.0000', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 653, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31009, '2023-07-03', 2661, 28135, 11197, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '31.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31010, '2023-07-03', 3212, 28136, 11197, 39334, '4.0000', '4.0417', '4.0417', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31011, '2023-07-03', 2713, 28137, 11197, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '23.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31012, '2023-07-03', 3063, 28138, 11197, 35759, '1.0000', '2.9125', '2.9125', '4.0000', '4.0000', '55.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31013, '2023-07-03', 2822, 28139, 11197, 38169, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31014, '2023-07-03', 2646, 28140, 11197, 39353, '4.0000', '11.7500', '11.7500', '15.0000', '15.0000', '3.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31015, '2023-07-03', 3074, 28141, 11197, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '14.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31016, '2023-07-03', 2645, 28142, 11197, 39609, '4.0000', '8.5417', '8.5417', '12.0000', '12.0000', '60.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31017, '2023-07-03', 3876, 28143, 11197, 30806, '1.0000', '17.9821', '17.9821', '24.0000', '24.0000', '0.0000', 1, 0, NULL, 501, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31018, '2023-07-03', 2653, 28144, 11197, 36949, '12.0000', '4.4092', '4.4092', '6.0000', '6.0000', '98.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31019, '2023-07-03', 3311, 28145, 11197, 35737, '3.0000', '0.8700', '0.8700', '1.5000', '1.5000', '7.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31020, '2023-07-03', 2864, 28146, 11197, 39605, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31021, '2023-07-03', 3875, 28147, 11197, 39360, '1.0000', '17.8125', '17.8125', '21.0000', '21.0000', '4.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31022, '2023-07-03', 2642, 28148, 11197, 39588, '3.0000', '7.5313', '7.5313', '10.0000', '10.0000', '18.0000', 1, 0, NULL, 672, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31023, '2023-07-03', 3827, 28149, 11197, 34506, '1.0000', '2.5200', '2.5200', '4.0000', '4.0000', '10.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31024, '2023-07-03', 3048, 28150, 11197, 35881, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '45.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31025, '2023-07-03', 2634, 28151, 11197, 38128, '3.0000', '2.9583', '2.9583', '3.5000', '3.5000', '4.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31026, '2023-07-03', 3085, 28152, 11198, 39348, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '18.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31027, '2023-07-03', 3172, 28153, 11198, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '99.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31028, '2023-07-03', 2504, 28154, 11198, 38119, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '21.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31029, '2023-07-03', 2964, 28155, 11198, 4259, '2.0000', '10.8300', '10.8300', '15.0000', '15.0000', '10.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31030, '2023-07-03', 3015, 28156, 11198, 35091, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31031, '2023-07-03', 3062, 28157, 11198, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '5.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31032, '2023-07-03', 2645, 28158, 11198, 39609, '9.0000', '8.5417', '8.5417', '12.0000', '12.0000', '51.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31033, '2023-07-03', 3074, 28159, 11198, 38139, '2.0000', '2.1617', '2.1617', '3.0000', '3.0000', '12.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31034, '2023-07-03', 3043, 28160, 11198, 39580, '1.0000', '2.4500', '2.4500', '3.5000', '3.5000', '11.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31035, '2023-07-03', 3048, 28161, 11198, 35881, '5.0000', '0.8333', '0.8333', '1.5000', '1.5000', '40.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31036, '2023-07-03', 2936, 28162, 11198, 39337, '3.0000', '3.7500', '3.7500', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31037, '2023-07-03', 2952, 28163, 11198, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '9.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31038, '2023-07-03', 3063, 28164, 11198, 35759, '1.0000', '2.9125', '2.9125', '4.0000', '4.0000', '54.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31039, '2023-07-03', 2926, 28165, 11199, 38106, '1.0000', '3.7500', '3.7500', '5.0000', '5.0000', '13.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31040, '2023-07-03', 3913, 28166, 11199, 38105, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31041, '2023-07-03', 2927, 28167, 11199, 36919, '3.0000', '1.8750', '1.8750', '2.5000', '2.5000', '36.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31042, '2023-07-03', 2690, 28168, 11199, 5205, '1.0000', '42.9000', '42.9000', '57.0000', '57.0000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31043, '2023-07-03', 2645, 28169, 11199, 39609, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31044, '2023-07-03', 2698, 28170, 11199, 38136, '1.0000', '5.2500', '5.2500', '8.0000', '8.0000', '44.0000', 1, 0, NULL, 651, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31045, '2023-07-03', 3048, 28171, 11199, 35881, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '38.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31046, '2023-07-03', 2534, 28172, 11199, 38161, '1.0000', '4.2900', '4.2900', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31047, '2023-07-03', 3172, 28173, 11199, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '98.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31048, '2023-07-03', 2713, 28174, 11199, 39358, '2.0000', '5.8508', '5.8508', '8.0000', '8.0000', '21.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31049, '2023-07-03', 3483, 28175, 11199, 36924, '3.0000', '0.8583', '0.8583', '1.5000', '1.5000', '79.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31050, '2023-07-03', 3839, 28176, 11199, 23989, '1.0000', '6.0000', '6.0000', '9.0000', '9.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31051, '2023-07-03', 3567, 28177, 11199, 13172, '1.0000', '5.5000', '5.5000', '10.0000', '10.0000', '2.0000', 1, 0, NULL, 174, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31052, '2023-07-03', 3864, 28178, 11199, 27325, '1.0000', '39.4000', '39.4000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31053, '2023-07-03', 3086, 28179, 11199, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31054, '2023-07-03', 3314, 28180, 11200, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '28.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31055, '2023-07-03', 2775, 28181, 11200, 5299, '1.0000', '11.1700', '11.1700', '15.0000', '15.0000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31056, '2023-07-03', 3123, 28182, 11200, 35732, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31057, '2023-07-03', 2661, 28183, 11200, 38121, '4.0000', '0.2938', '0.2938', '0.5000', '0.5000', '27.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31058, '2023-07-03', 2822, 28184, 11200, 38169, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31059, '2023-07-03', 3084, 28185, 11200, 32031, '1.0000', '5.0150', '5.0150', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31060, '2023-07-03', 3889, 28186, 11200, 36929, '1.0000', '4.2500', '4.2500', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 630, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31061, '2023-07-03', 3772, 28187, 11200, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '145.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31062, '2023-07-03', 3847, 28188, 11200, 38183, '1.0000', '2.3980', '2.3980', '4.0000', '4.0000', '14.0000', 1, 0, NULL, 661, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31063, '2023-07-03', 2936, 28189, 11200, 39337, '2.0000', '3.7500', '3.7500', '5.0000', '5.0000', '4.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31064, '2023-07-03', 3893, 28190, 11200, 32053, '1.0000', '8.7500', '8.7500', '12.0000', '12.0000', '2.0000', 1, 0, NULL, 540, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31065, '2023-07-03', 2930, 28191, 11200, 35725, '2.0000', '4.5000', '4.5000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31066, '2023-07-03', 2918, 28192, 11200, 38103, '3.0000', '1.8752', '1.8752', '3.0000', '3.0000', '35.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31067, '2023-07-03', 2645, 28193, 11200, 39609, '10.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31068, '2023-07-03', 2678, 28194, 11200, 17441, '1.0000', '6.5500', '6.5500', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 341, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31069, '2023-07-03', 3222, 28195, 11200, 7652, '-2.0000', '7.2500', '7.2500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31070, '2023-07-03', 3222, 28195, 11200, 8613, '2.0000', '7.2500', '7.2500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31071, '2023-07-03', 3222, 28195, 11200, 9574, '-2.0000', '7.2500', '7.2500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31072, '2023-07-03', 3222, 28195, 11200, 14125, '-1.0000', '7.2500', '7.2500', '13.0000', '13.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31073, '2023-07-03', 3222, 28195, 11200, 27314, '5.0000', '9.9000', '9.9000', '13.0000', '13.0000', '7.0000', 1, 0, NULL, 450, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31074, '2023-07-03', 2713, 28196, 11200, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '20.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31075, '2023-07-03', 2922, 28197, 11200, 38104, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31076, '2023-07-03', 3017, 28198, 11200, 38163, '2.0000', '4.7500', '4.7500', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31077, '2023-07-03', 3074, 28199, 11200, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '11.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31078, '2023-07-03', 3212, 28200, 11200, 39334, '2.0000', '4.0417', '4.0417', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31079, '2023-07-03', 3086, 28201, 11200, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '2.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31080, '2023-07-03', 3483, 28202, 11200, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '78.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31081, '2023-07-03', 3048, 28203, 11200, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '37.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31082, '2023-07-03', 3017, 28204, 11201, 38163, '4.0000', '4.7500', '4.7500', '6.0000', '6.0000', '1.0000', 1, 0, NULL, 658, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31083, '2023-07-03', 3114, 28205, 11201, 39357, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '20.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31084, '2023-07-03', 2952, 28206, 11201, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31085, '2023-07-03', 2927, 28207, 11201, 36919, '6.0000', '1.8750', '1.8750', '2.5000', '2.5000', '30.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31086, '2023-07-03', 3212, 28208, 11201, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31087, '2023-07-03', 3048, 28209, 11201, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '36.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31088, '2023-07-03', 2901, 28210, 11201, 39333, '1.0000', '14.2083', '14.2083', '18.0000', '18.0000', '3.0000', 1, 0, NULL, 663, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31089, '2023-07-03', 3172, 28211, 11201, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '97.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31090, '2023-07-03', 2660, 28212, 11201, 35740, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '2.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31091, '2023-07-03', 2789, 28213, 11201, 39591, '1.0000', '10.1500', '10.1500', '11.5000', '11.5000', '4.0000', 1, 0, NULL, 674, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31092, '2023-07-03', 3230, 28214, 11201, 33216, '1.0000', '2.7700', '2.7700', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 551, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31093, '2023-07-03', 2677, 28215, 11201, 5445, '1.0000', '10.6200', '10.6200', '14.0000', '14.0000', '3.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31094, '2023-07-03', 3553, 28216, 11201, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '6.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31095, '2023-07-03', 2634, 28217, 11201, 38128, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '3.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31096, '2023-07-03', 2645, 28218, 11201, 39609, '31.0000', '8.5417', '8.5417', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31097, '2023-07-03', 2711, 28219, 11201, 38175, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 660, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31098, '2023-07-03', 2917, 28220, 11201, 39350, '2.0000', '10.2917', '10.2917', '14.0000', '14.0000', '22.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31099, '2023-07-03', 2920, 28221, 11201, 36917, '1.0000', '4.5000', '4.5000', '5.5000', '5.5000', '2.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31100, '2023-07-03', 2661, 28222, 11201, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '26.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31101, '2023-07-03', 2508, 28223, 11202, 38174, '1.0000', '8.5000', '8.5000', '10.0000', '10.0000', '1.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31102, '2023-07-03', 3311, 28224, 11202, 35737, '4.0000', '0.8700', '0.8700', '1.5000', '1.5000', '3.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31103, '2023-07-03', 3084, 28225, 11202, 32031, '3.0000', '5.0150', '5.0150', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 536, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31104, '2023-07-03', 3922, 28226, 11202, 38155, '1.0000', '5.1000', '5.1000', '7.5000', '7.5000', '10.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31105, '2023-07-03', 2652, 28227, 11202, 38114, '1.0000', '9.9167', '9.9167', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31106, '2023-07-03', 2917, 28228, 11202, 39350, '1.0000', '10.2917', '10.2917', '14.0000', '14.0000', '21.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31107, '2023-07-03', 2645, 28229, 11202, 39609, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31108, '2023-07-03', 3212, 28230, 11202, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '9.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31109, '2023-07-03', 3644, 28231, 11203, 35706, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '34.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31110, '2023-07-03', 3074, 28232, 11203, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '10.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31111, '2023-07-03', 2791, 28233, 11203, 34507, '1.0000', '2.9354', '2.9354', '4.5000', '4.5000', '15.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31112, '2023-07-03', 3048, 28234, 11203, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '35.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31113, '2023-07-03', 2645, 28235, 11204, 39609, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31114, '2023-07-03', 2734, 28236, 11204, 35704, '1.0000', '10.2500', '10.2500', '12.0000', '12.0000', '7.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31115, '2023-07-03', 2634, 28237, 11204, 38128, '2.0000', '2.9583', '2.9583', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31116, '2023-07-03', 3172, 28238, 11204, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '96.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31117, '2023-07-03', 2924, 28239, 11204, 36918, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31118, '2023-07-03', 2920, 28240, 11204, 36917, '2.0000', '4.5000', '4.5000', '5.5000', '5.5000', '0.0000', 1, 0, NULL, 627, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31119, '2023-07-03', 3913, 28241, 11204, 38105, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31120, '2023-07-03', 2822, 28242, 11204, 38169, '2.0000', '4.6667', '4.6667', '8.0000', '8.0000', '9.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31121, '2023-07-03', 3064, 28243, 11205, 39603, '2.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31122, '2023-07-03', 2902, 28244, 11205, 39346, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '0.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31123, '2023-07-03', 2902, 28244, 11205, 39586, '1.0000', '6.7700', '6.7700', '9.0000', '9.0000', '17.0000', 1, 0, NULL, 672, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31124, '2023-07-03', 3172, 28245, 11205, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '95.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31125, '2023-07-03', 3085, 28246, 11205, 39348, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '17.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31126, '2023-07-03', 3641, 28247, 11205, 39596, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '18.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31127, '2023-07-03', 3264, 28248, 11205, 10021, '1.0000', '13.0300', '13.0300', '23.0000', '23.0000', '40.0000', 1, 0, NULL, 120, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31128, '2023-07-03', 2746, 28249, 11205, 4848, '1.0000', '1.2900', '1.2900', '4.0000', '4.0000', '37.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31129, '2023-07-03', 3829, 28250, 11205, 29256, '1.0000', '2.9500', '2.9500', '4.5000', '4.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31130, '2023-07-03', 2711, 28251, 11205, 39356, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '23.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31131, '2023-07-03', 2634, 28252, 11205, 38128, '1.0000', '2.9583', '2.9583', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31132, '2023-07-03', 2713, 28253, 11205, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '19.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31133, '2023-07-03', 3311, 28254, 11205, 35737, '2.0000', '0.8700', '0.8700', '1.5000', '1.5000', '1.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31134, '2023-07-03', 2645, 28255, 11205, 39609, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '0.0000', 1, 0, NULL, 680, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31135, '2023-07-03', 2645, 28255, 11205, 40763, '7.0000', '8.5417', '8.5417', '12.0000', '12.0000', '65.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31136, '2023-07-03', 2646, 28256, 11205, 39353, '3.0000', '11.7500', '11.7500', '15.0000', '15.0000', '0.0000', 1, 0, NULL, 668, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31137, '2023-07-03', 2822, 28257, 11205, 38169, '1.0000', '4.6667', '4.6667', '8.0000', '8.0000', '8.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31138, '2023-07-03', 3048, 28258, 11205, 35881, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '33.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31139, '2023-07-03', 2645, 28259, 11206, 40763, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '62.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31140, '2023-07-03', 3064, 28260, 11206, 39603, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '3.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31141, '2023-07-03', 2713, 28261, 11207, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '18.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31142, '2023-07-03', 3086, 28262, 11207, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '1.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31143, '2023-07-03', 3482, 28263, 11208, 36925, '1.0000', '1.2500', '1.2500', '2.0000', '2.0000', '0.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31144, '2023-07-03', 3483, 28264, 11208, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '77.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31145, '2023-07-03', 3015, 28265, 11208, 36320, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31146, '2023-07-03', 2534, 28266, 11209, 38161, '2.0000', '4.2900', '4.2900', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31147, '2023-07-03', 2936, 28267, 11209, 39337, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31148, '2023-07-03', 2713, 28268, 11210, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '17.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31149, '2023-07-03', 3772, 28269, 11211, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '143.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31150, '2023-07-03', 2713, 28270, 11211, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '16.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31151, '2023-07-03', 2534, 28271, 11211, 38161, '1.0000', '4.2900', '4.2900', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31152, '2023-07-03', 3086, 28272, 11211, 34498, '1.0000', '2.9750', '2.9750', '3.5000', '3.5000', '0.0000', 1, 0, NULL, 586, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31153, '2023-07-03', 2534, 28273, 11212, 38161, '1.0000', '4.2900', '4.2900', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31154, '2023-07-03', 3062, 28274, 11212, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '4.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31155, '2023-07-03', 3483, 28275, 11212, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '75.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31156, '2023-07-03', 3311, 28276, 11212, 35737, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31157, '2023-07-03', 3311, 28276, 11212, 36717, '-7.0000', '0.8700', '0.8700', '1.5000', '1.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31158, '2023-07-03', 3311, 28276, 11212, 39595, '8.0000', '0.8700', '0.8700', '1.5000', '1.5000', '46.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31159, '2023-07-03', 3635, 28277, 11212, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '26.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31160, '2023-07-03', 3048, 28278, 11212, 35881, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '31.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31161, '2023-07-03', 3120, 28279, 11213, 39592, '1.0000', '5.8200', '5.8200', '7.0000', '7.0000', '0.0000', 1, 0, NULL, 674, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31162, '2023-07-03', 2936, 28280, 11213, 39590, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 673, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31163, '2023-07-03', 2924, 28281, 11213, 39335, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '11.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31164, '2023-07-03', 3043, 28282, 11213, 39580, '1.0000', '2.4500', '2.4500', '3.5000', '3.5000', '10.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31165, '2023-07-03', 3314, 28283, 11213, 35768, '1.0000', '0.5819', '0.5819', '1.0000', '1.0000', '27.0000', 1, 0, NULL, 623, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31166, '2023-07-03', 3641, 28284, 11213, 39596, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '17.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31167, '2023-07-03', 2663, 28285, 11213, 13367, '1.0000', '1.7917', '1.7917', '5.0000', '5.0000', '3.0000', 1, 0, NULL, 222, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31168, '2023-07-03', 2734, 28286, 11214, 35704, '1.0000', '10.2500', '10.2500', '12.0000', '12.0000', '6.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31169, '2023-07-03', 3074, 28287, 11214, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '9.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31170, '2023-07-03', 2534, 28288, 11214, 38161, '1.0000', '4.2900', '4.2900', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31171, '2023-07-03', 2952, 28289, 11214, 35715, '1.0000', '3.2500', '3.2500', '4.0000', '4.0000', '7.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31172, '2023-07-03', 2713, 28290, 11214, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '15.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31173, '2023-07-03', 2713, 28291, 11215, 39358, '2.0000', '5.8508', '5.8508', '8.0000', '8.0000', '13.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31174, '2023-07-03', 3015, 28292, 11215, 36320, '1.0000', '0.9042', '0.9042', '2.0000', '2.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31175, '2023-07-03', 3048, 28293, 11215, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '30.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31176, '2023-07-03', 3043, 28294, 11215, 39580, '3.0000', '2.4500', '2.4500', '3.5000', '3.5000', '7.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31177, '2023-07-03', 3825, 28295, 11215, 32010, '1.0000', '1.3200', '1.3200', '2.5000', '2.5000', '9.0000', 1, 0, NULL, 531, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31178, '2023-07-03', 3074, 28296, 11215, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '8.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31179, '2023-07-03', 3015, 28297, 11216, 38156, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '11.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31180, '2023-07-03', 3311, 28298, 11216, 39595, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '45.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31181, '2023-07-03', 2712, 28299, 11216, 39606, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '2.0000', 1, 0, NULL, 677, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31182, '2023-07-03', 2893, 28300, 11216, 39582, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '7.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31183, '2023-07-03', 3635, 28301, 11216, 14559, '1.0000', '0.9002', '0.9002', '2.0000', '2.0000', '25.0000', 1, 0, NULL, 264, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31184, '2023-07-03', 2876, 28302, 11216, 35716, '1.0000', '7.1000', '7.1000', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31185, '2023-07-03', 3048, 28303, 11216, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '29.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31186, '2023-07-03', 3114, 28304, 11217, 39357, '2.0000', '5.0000', '5.0000', '6.0000', '6.0000', '18.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31187, '2023-07-03', 2534, 28305, 11217, 38161, '1.0000', '4.2900', '4.2900', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31188, '2023-07-03', 3772, 28306, 11217, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '141.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31189, '2023-07-03', 2713, 28307, 11217, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '12.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31190, '2023-07-03', 3826, 28308, 11217, 22854, '1.0000', '4.6250', '4.6250', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 399, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31191, '2023-07-03', 3212, 28309, 11217, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31192, '2023-07-03', 2645, 28310, 11217, 40763, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '61.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31193, '2023-07-03', 2534, 28311, 11218, 38161, '2.0000', '4.2900', '4.2900', '6.0000', '6.0000', '2.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31194, '2023-07-03', 3311, 28312, 11218, 39595, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '44.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31195, '2023-07-03', 3048, 28313, 11218, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '28.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31196, '2023-07-03', 2653, 28314, 11218, 36949, '4.0000', '4.4092', '4.4092', '6.0000', '6.0000', '94.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31197, '2023-07-03', 2936, 28315, 11218, 39590, '4.0000', '3.7500', '3.7500', '5.0000', '5.0000', '10.0000', 1, 0, NULL, 673, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31198, '2023-07-03', 2737, 28316, 11219, 14540, '1.0000', '5.3125', '5.3125', '9.0000', '9.0000', '7.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31199, '2023-07-03', 2645, 28317, 11220, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '59.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31200, '2023-07-03', 3772, 28318, 11221, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '139.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31201, '2023-07-03', 3784, 28319, 11221, 33296, '2.0000', '0.4067', '0.4067', '1.0000', '1.0000', '6.0000', 1, 0, NULL, 570, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31202, '2023-07-03', 2951, 28320, 11221, 35714, '2.0000', '2.5500', '2.5500', '3.5000', '3.5000', '20.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31203, '2023-07-03', 2645, 28321, 11222, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '57.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31204, '2023-07-03', 2645, 28322, 11223, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '55.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31205, '2023-07-03', 2712, 28323, 11224, 39606, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 677, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31206, '2023-07-03', 3048, 28324, 11224, 35881, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '24.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31207, '2023-07-03', 2645, 28325, 11225, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '53.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31208, '2023-07-03', 3172, 28326, 11225, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '94.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31209, '2023-07-03', 2951, 28327, 11226, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '19.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31210, '2023-07-03', 3483, 28328, 11226, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '74.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31211, '2023-07-03', 2645, 28329, 11227, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '51.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31212, '2023-07-03', 2661, 28330, 11227, 38121, '4.0000', '0.2938', '0.2938', '0.5000', '0.5000', '22.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31213, '2023-07-03', 2645, 28331, 11228, 40763, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '48.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31214, '2023-07-03', 3172, 28332, 11229, 39598, '2.0000', '3.5182', '3.5182', '4.0000', '4.0000', '92.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31215, '2023-07-03', 2661, 28333, 11229, 38121, '4.0000', '0.2938', '0.2938', '0.5000', '0.5000', '18.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31216, '2023-07-03', 3558, 28334, 11230, 36937, '1.0000', '58.7425', '58.7425', '65.0000', '65.0000', '10.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31217, '2023-07-03', 3048, 28335, 11231, 35881, '2.0000', '0.8333', '0.8333', '1.5000', '1.5000', '22.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31218, '2023-07-03', 2645, 28336, 11232, 40763, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '45.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31219, '2023-07-03', 2645, 28337, 11233, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '43.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31220, '2023-07-04', 2893, 28338, 11234, 39582, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '5.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31221, '2023-07-04', 2791, 28339, 11234, 34507, '1.0000', '2.9354', '2.9354', '4.5000', '4.5000', '14.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31222, '2023-07-04', 2691, 28340, 11234, 3986, '5.0000', '5.3400', '5.3400', '10.0000', '10.0000', '14.5000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31223, '2023-07-04', 2642, 28341, 11234, 39588, '1.0000', '7.5313', '7.5313', '10.0000', '10.0000', '17.0000', 1, 0, NULL, 672, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31224, '2023-07-04', 3048, 28342, 11234, 35881, '4.0000', '0.8333', '0.8333', '1.5000', '1.5000', '18.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31225, '2023-07-04', 2649, 28343, 11234, 38158, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '17.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31226, '2023-07-04', 3212, 28344, 11235, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '7.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31227, '2023-07-04', 3048, 28345, 11235, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '17.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31228, '2023-07-04', 2712, 28346, 11235, 39606, '1.0000', '15.3750', '15.3750', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 677, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31229, '2023-07-04', 2893, 28347, 11235, 39582, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '4.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31230, '2023-07-04', 2524, 28348, 11235, 14536, '1.0000', '0.7500', '0.7500', '1.5000', '1.5000', '0.0000', 1, 0, NULL, 261, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31231, '2023-07-04', 3483, 28349, 11235, 36924, '4.0000', '0.8583', '0.8583', '1.5000', '1.5000', '70.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31232, '2023-07-04', 2534, 28350, 11236, 38161, '2.0000', '4.2900', '4.2900', '6.0000', '6.0000', '0.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31233, '2023-07-04', 2534, 28350, 11236, 39587, '1.0000', '4.2900', '4.2900', '6.0000', '6.0000', '11.0000', 1, 0, NULL, 672, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31234, '2023-07-04', 2893, 28351, 11236, 39582, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '2.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31235, '2023-07-04', 3212, 28352, 11236, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '6.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31236, '2023-07-04', 3062, 28353, 11236, 35758, '1.0000', '11.7792', '11.7792', '16.0000', '16.0000', '3.0000', 1, 0, NULL, 621, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31237, '2023-07-04', 2713, 28354, 11236, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '11.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31238, '2023-07-04', 3641, 28355, 11236, 39596, '2.0000', '1.7500', '1.7500', '2.5000', '2.5000', '15.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31239, '2023-07-04', 2534, 28356, 11237, 39587, '1.0000', '4.2900', '4.2900', '6.0000', '6.0000', '10.0000', 1, 0, NULL, 672, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31240, '2023-07-04', 3641, 28357, 11237, 39596, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '14.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31241, '2023-07-04', 3212, 28358, 11237, 39334, '1.0000', '4.0417', '4.0417', '6.0000', '6.0000', '5.0000', 1, 0, NULL, 664, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31242, '2023-07-04', 3048, 28359, 11237, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '16.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31243, '2023-07-04', 3043, 28360, 11237, 39580, '1.0000', '2.4500', '2.4500', '3.5000', '3.5000', '6.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31244, '2023-07-04', 3121, 28361, 11237, 36914, '1.0000', '3.0300', '3.0300', '4.5000', '4.5000', '13.0000', 1, 0, NULL, 626, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31245, '2023-07-04', 3772, 28362, 11237, 35708, '2.0000', '0.8458', '0.8458', '1.5000', '1.5000', '137.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31246, '2023-07-04', 3043, 28363, 11238, 39580, '1.0000', '2.4500', '2.4500', '3.5000', '3.5000', '5.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31247, '2023-07-04', 2893, 28364, 11238, 39582, '1.0000', '1.7500', '1.7500', '2.5000', '2.5000', '1.0000', 1, 0, NULL, 670, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31248, '2023-07-04', 2534, 28365, 11238, 39587, '2.0000', '4.2900', '4.2900', '6.0000', '6.0000', '8.0000', 1, 0, NULL, 672, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31249, '2023-07-04', 3123, 28366, 11238, 35732, '1.0000', '4.9440', '4.9440', '8.0000', '8.0000', '4.0000', 1, 0, NULL, 616, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31250, '2023-07-04', 3048, 28367, 11238, 35881, '3.0000', '0.8333', '0.8333', '1.5000', '1.5000', '13.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31251, '2023-07-04', 3074, 28368, 11238, 38139, '1.0000', '2.1617', '2.1617', '3.0000', '3.0000', '7.0000', 1, 0, NULL, 652, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31252, '2023-07-04', 2746, 28369, 11239, 4848, '3.0000', '1.2900', '1.2900', '4.0000', '4.0000', '34.0000', 1, 0, NULL, 53, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31253, '2023-07-04', 2716, 28370, 11239, 5887, '1.0000', '3.3500', '3.3500', '5.0000', '5.0000', '1.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31254, '2023-07-04', 2492, 28371, 11239, 3787, '1.0000', '2.6400', '2.6400', '6.0000', '6.0000', '13.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31255, '2023-07-04', 3137, 28372, 11239, 4432, '1.0000', '3.0500', '3.0500', '12.0000', '12.0000', '3.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31256, '2023-07-04', 3085, 28373, 11240, 39348, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '16.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31257, '2023-07-04', 3165, 28374, 11241, 34520, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '1.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31258, '2023-07-04', 3644, 28375, 11242, 35706, '1.0000', '0.8125', '0.8125', '1.0000', '1.0000', '33.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31259, '2023-07-04', 3827, 28376, 11243, 34506, '2.0000', '2.5200', '2.5200', '4.0000', '4.0000', '8.0000', 1, 0, NULL, 588, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31260, '2023-07-04', 3553, 28377, 11243, 34486, '1.0000', '2.8274', '2.8274', '5.0000', '5.0000', '5.0000', 1, 0, NULL, 583, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31261, '2023-07-04', 2711, 28378, 11243, 39356, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '22.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31262, '2023-07-04', 2661, 28379, 11243, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '17.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31263, '2023-07-04', 2660, 28380, 11243, 35740, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '1.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31264, '2023-07-04', 3086, 28381, 11243, 38298, '-2.0000', '2.9750', '2.9750', '3.5000', '3.5000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31265, '2023-07-04', 3086, 28381, 11243, 39345, '3.0000', '2.8363', '2.8363', '3.5000', '3.5000', '21.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31266, '2023-07-04', 3085, 28382, 11244, 39348, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '15.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31267, '2023-07-04', 3165, 28383, 11245, 34520, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 592, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31268, '2023-07-04', 2951, 28384, 11246, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '18.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31269, '2023-07-04', 3165, 28385, 11247, 36960, '1.0000', '39.0000', '39.0000', '50.0000', '50.0000', '0.0000', 1, 0, NULL, 640, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31270, '2023-07-04', 2950, 28386, 11248, 35684, '1.0000', '12.0000', '12.0000', '16.0000', '16.0000', '1.0000', 1, 0, NULL, 600, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31271, '2023-07-04', 2504, 28387, 11249, 38119, '1.0000', '2.5000', '2.5000', '4.0000', '4.0000', '20.0000', 1, 0, NULL, 646, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31272, '2023-07-04', 2697, 28388, 11250, 5830, '1.0000', '6.4500', '6.4500', '8.0000', '8.0000', '4.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31273, '2023-07-04', 2901, 28389, 11251, 39333, '2.0000', '14.2083', '14.2083', '18.0000', '18.0000', '1.0000', 1, 0, NULL, 663, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31274, '2023-07-04', 2661, 28390, 11251, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '15.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31275, '2023-07-04', 2661, 28391, 11252, 38121, '2.0000', '0.2938', '0.2938', '0.5000', '0.5000', '13.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31276, '2023-07-04', 3015, 28392, 11253, 38156, '1.0000', '0.8583', '0.8583', '2.0000', '2.0000', '10.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31277, '2023-07-04', 2935, 28393, 11254, 39338, '2.0000', '0.7500', '0.7500', '1.0000', '1.0000', '31.0000', 1, 0, NULL, 665, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31278, '2023-07-04', 2918, 28394, 11255, 38103, '1.0000', '1.8752', '1.8752', '3.0000', '3.0000', '34.0000', 1, 0, NULL, 642, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31279, '2023-07-04', 2645, 28395, 11256, 40763, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '42.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31280, '2023-07-04', 2645, 28396, 11257, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '40.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31281, '2023-07-04', 2864, 28397, 11257, 39605, '1.0000', '4.4500', '4.4500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31282, '2023-07-04', 2645, 28398, 11258, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '38.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31283, '2023-07-04', 2645, 28399, 11259, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '36.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31284, '2023-07-04', 3483, 28400, 11260, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '68.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31285, '2023-07-04', 2503, 28401, 11261, 3798, '1.0000', '14.0000', '14.0000', '18.0000', '18.0000', '0.0000', 1, 0, NULL, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31286, '2023-07-04', 2485, 28402, 11261, 36938, '1.0000', '19.9992', '19.9992', '29.0000', '29.0000', '3.0000', 1, 0, NULL, 633, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31287, '2023-07-04', 2645, 28403, 11262, 40763, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '35.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31288, '2023-07-04', 2645, 28404, 11263, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '33.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31289, '2023-07-04', 3483, 28405, 11263, 36924, '2.0000', '0.8583', '0.8583', '1.5000', '1.5000', '66.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31290, '2023-07-04', 2645, 28406, 11264, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '31.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31291, '2023-07-04', 3048, 28407, 11265, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '12.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31292, '2023-07-04', 2645, 28408, 11266, 40763, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '30.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31293, '2023-07-04', 2645, 28409, 11267, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '28.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31294, '2023-07-04', 2645, 28410, 11268, 40763, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '27.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31295, '2023-07-04', 2645, 28411, 11269, 40763, '2.0000', '8.5417', '8.5417', '12.0000', '12.0000', '25.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31296, '2023-07-04', 2822, 28412, 11270, 38169, '3.0000', '4.6667', '4.6667', '8.0000', '8.0000', '5.0000', 1, 0, NULL, 659, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31297, '2023-07-04', 3172, 28413, 11271, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '91.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31298, '2023-07-04', 2951, 28414, 11272, 35714, '1.0000', '2.5500', '2.5500', '3.5000', '3.5000', '17.0000', 1, 0, NULL, 609, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31299, '2023-07-04', 3048, 28415, 11272, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '11.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31300, '2023-07-04', 2645, 28416, 11273, 40763, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '24.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31301, '2023-07-04', 2645, 28417, 11274, 40763, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '21.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31302, '2023-07-04', 3172, 28418, 11275, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '90.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31303, '2023-07-04', 2713, 28419, 11276, 39358, '1.0000', '5.8508', '5.8508', '8.0000', '8.0000', '10.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31304, '2023-07-04', 3917, 28420, 11276, 38131, '1.0000', '7.5000', '7.5000', '10.0000', '10.0000', '0.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31305, '2023-07-04', 2649, 28421, 11277, 38158, '2.0000', '5.4167', '5.4167', '12.0000', '12.0000', '15.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31306, '2023-07-04', 2660, 28422, 11277, 35740, '1.0000', '3.5700', '3.5700', '5.0000', '5.0000', '0.0000', 1, 0, NULL, 618, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31307, '2023-07-04', 3172, 28423, 11277, 39598, '1.0000', '3.5182', '3.5182', '4.0000', '4.0000', '89.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31308, '2023-07-04', 2653, 28424, 11278, 36949, '2.0000', '4.4092', '4.4092', '6.0000', '6.0000', '92.0000', 1, 0, NULL, 637, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31309, '2023-07-04', 2649, 28425, 11278, 38158, '1.0000', '5.4167', '5.4167', '12.0000', '12.0000', '14.0000', 1, 0, NULL, 657, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31310, '2023-07-04', 3048, 28426, 11278, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '10.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31311, '2023-07-04', 2645, 28427, 11279, 40763, '3.0000', '8.5417', '8.5417', '12.0000', '12.0000', '18.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31312, '2023-07-04', 2645, 28428, 11280, 40763, '6.0000', '8.5417', '8.5417', '12.0000', '12.0000', '12.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31313, '2023-07-04', 3922, 28429, 11280, 38155, '1.0000', '5.1000', '5.1000', '7.5000', '7.5000', '9.0000', 1, 0, NULL, 656, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31314, '2023-07-04', 2661, 28430, 11280, 38121, '1.0000', '0.2938', '0.2938', '0.5000', '0.5000', '12.0000', 1, 0, NULL, 647, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31315, '2023-07-05', 2645, 28431, 11281, 40763, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '11.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31316, '2023-07-05', 2930, 28432, 11282, 35725, '1.0000', '4.5000', '4.5000', '6.0000', '6.0000', '17.0000', 1, 0, NULL, 612, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31317, '2023-07-05', 3190, 28433, 11282, 4485, '2.0000', '7.7500', '7.7500', '12.0000', '12.0000', '69.0000', 1, 0, NULL, 19, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31318, '2023-07-05', 3085, 28434, 11282, 39348, '1.0000', '4.2700', '4.2700', '5.0000', '5.0000', '14.0000', 1, 0, NULL, 667, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31319, '2023-07-05', 3311, 28435, 11282, 39595, '1.0000', '0.8700', '0.8700', '1.5000', '1.5000', '43.0000', 1, 0, NULL, 676, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31320, '2023-07-05', 2645, 28436, 11282, 40763, '1.0000', '8.5417', '8.5417', '12.0000', '12.0000', '10.0000', 1, 0, NULL, 683, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31321, '2023-07-05', 2711, 28437, 11282, 39356, '1.0000', '4.2500', '4.2500', '6.0000', '6.0000', '21.0000', 1, 0, NULL, 669, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31322, '2023-07-05', 2734, 28438, 11282, 35704, '1.0000', '10.2500', '10.2500', '12.0000', '12.0000', '5.0000', 1, 0, NULL, 607, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31323, '2023-07-05', 3483, 28439, 11282, 36924, '1.0000', '0.8583', '0.8583', '1.5000', '1.5000', '65.0000', 1, 0, NULL, 629, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31324, '2023-07-05', 3048, 28440, 11282, 35881, '1.0000', '0.8333', '0.8333', '1.5000', '1.5000', '9.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31325, '2023-07-05', 3061, 28441, 11282, 33226, '2.0000', '4.8500', '4.8500', '6.0000', '6.0000', '4.0000', 1, 0, NULL, 553, NULL);


#
# TABLE STRUCTURE FOR: sma_currencies
#

DROP TABLE IF EXISTS `sma_currencies`;

CREATE TABLE `sma_currencies` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(5) NOT NULL,
  `name` varchar(55) NOT NULL,
  `rate` decimal(12,4) NOT NULL,
  `auto_update` tinyint(1) NOT NULL DEFAULT '0',
  `symbol` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

INSERT INTO `sma_currencies` (`id`, `code`, `name`, `rate`, `auto_update`, `symbol`) VALUES (1, 'GTQ', 'Quetzal', '0.1300', 0, 'Q');


#
# TABLE STRUCTURE FOR: sma_customer_groups
#

DROP TABLE IF EXISTS `sma_customer_groups`;

CREATE TABLE `sma_customer_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `percent` int(11) NOT NULL,
  `discount` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

INSERT INTO `sma_customer_groups` (`id`, `name`, `percent`, `discount`) VALUES (1, 'General', 0, NULL);
INSERT INTO `sma_customer_groups` (`id`, `name`, `percent`, `discount`) VALUES (3, 'Distributor', -15, NULL);


#
# TABLE STRUCTURE FOR: sma_date_format
#

DROP TABLE IF EXISTS `sma_date_format`;

CREATE TABLE `sma_date_format` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `js` varchar(20) NOT NULL,
  `php` varchar(20) NOT NULL,
  `sql` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;

INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (1, 'mm-dd-yyyy', 'm-d-Y', '%m-%d-%Y');
INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (2, 'mm/dd/yyyy', 'm/d/Y', '%m/%d/%Y');
INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (3, 'mm.dd.yyyy', 'm.d.Y', '%m.%d.%Y');
INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (4, 'dd-mm-yyyy', 'd-m-Y', '%d-%m-%Y');
INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (5, 'dd/mm/yyyy', 'd/m/Y', '%d/%m/%Y');
INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (6, 'dd.mm.yyyy', 'd.m.Y', '%d.%m.%Y');


#
# TABLE STRUCTURE FOR: sma_deliveries
#

DROP TABLE IF EXISTS `sma_deliveries`;

CREATE TABLE `sma_deliveries` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `sale_id` int(11) NOT NULL,
  `do_reference_no` varchar(50) NOT NULL,
  `sale_reference_no` varchar(50) NOT NULL,
  `customer` varchar(55) NOT NULL,
  `address` varchar(1000) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `status` varchar(15) DEFAULT NULL,
  `attachment` varchar(50) DEFAULT NULL,
  `delivered_by` varchar(50) DEFAULT NULL,
  `received_by` varchar(50) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_deposits
#

DROP TABLE IF EXISTS `sma_deposits`;

CREATE TABLE `sma_deposits` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `company_id` int(11) NOT NULL,
  `amount` decimal(25,4) NOT NULL,
  `paid_by` varchar(50) DEFAULT NULL,
  `note` varchar(255) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `updated_by` int(11) NOT NULL,
  `updated_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_expense_categories
#

DROP TABLE IF EXISTS `sma_expense_categories`;

CREATE TABLE `sma_expense_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(55) NOT NULL,
  `name` varchar(55) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_expenses
#

DROP TABLE IF EXISTS `sma_expenses`;

CREATE TABLE `sma_expenses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `reference` varchar(50) NOT NULL,
  `amount` decimal(25,4) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `created_by` varchar(55) NOT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `category_id` int(11) DEFAULT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;

INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (1, '2022-05-25 08:44:35', '2847493443', '130.0300', '<p>FACTURA DILACSA, BOLSAS Y VASOS DESECHABLES</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (2, '2022-05-25 08:45:34', '643449688', '186.0000', '<p>SALVAVIDAS, GARRAFONES TIENDA Y CASA</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (3, '2022-05-25 12:51:56', '3970780624', '89.3000', '<p>PAGO POR COMPRA DE PAPEL SCOTT.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (4, '2022-05-29 14:53:34', '338447559', '286.7500', '<p>PAGO DE PRODUCTO DE PEPSI.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (5, '2022-05-29 14:54:40', '615002750', '316.1000', '<p>PAGO POR PRODUCTO DE FRITO LAY</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (6, '2022-06-01 07:10:33', '1682653557', '313.3800', '<p>PAGO DE PRODUCTO DIANA.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (7, '2022-06-02 07:11:05', '96147225', '91.7500', '<p>PAGO DE GALLETAS.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (8, '2022-06-05 13:50:03', '3921364904', '77.7600', '<p>POR COMPRA DE PRODUCTO DE REVIVE EN BOLSA.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (9, '2022-06-12 14:49:36', '1004095630', '525.1600', '<p>pago de producto pepsi.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (10, '2022-06-12 14:50:23', '899433768', '555.7500', '<p>PAGO DE PRODUCTO HELADOS SARITA.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (11, '2022-06-15 07:14:51', '4166142365', '356.5000', '<p>COMPRA DE GARRAFONES.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (12, '2022-06-17 08:34:21', '2651144325', '241.6200', '<p>Pago por producto raptor y de la granja. </p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (13, '2022-06-20 06:45:11', '1337345407', '479.4400', '<p>PAGO DE PRODUCTO PEPSI.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (14, '2022-06-20 06:46:08', '3425584192', '133.9000', '<p>POR PAGO DE PRODUCTO DE LA GRANJA.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (15, '2022-06-20 06:47:02', '831276876', '623.2000', '<p>POR PAGO DE PRODUCTO COCA COLA.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (16, '2022-06-22 06:48:53', '2590263250', '146.2800', '<p>PAGO POR PRODUCTO DE REVIVE EN BOLSA.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (17, '2022-06-27 06:44:13', '2209039575', '292.6500', '<p>POR PAGO DE PRODUCTO PEPSI.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (18, '2022-06-27 06:45:27', '2427995915', '82.4000', '<p>POR PAGO DE PRODUCTO SEÑORIAL.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (19, '2022-06-27 06:46:38', '3809691899', '191.5300', '<p>POR PAGO A DISTRIBUIDORA ME LLEGA S.A.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (20, '2022-06-27 06:47:15', '2048923', '625.4500', '<p>POR PAGO DE PRODUCTO COCA.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (21, '2022-07-01 07:07:40', '4043720806', '220.2000', '<p>POR  COMPRA GOLOSINAS DIANA.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (22, '2022-07-01 07:08:47', '96152263', '128.9900', '<p>POR COMPRA DE GALLETAS .</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (23, '2022-07-01 07:09:34', '4114826066', '167.3300', '<p>POR COMPRA DE PAPAL HIGIENICO Y RED BULL.</p>', '7', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (24, '2022-07-20 08:22:47', '4055453081', '282.8000', '<p>VASOS Y BOLSAS</p>', '7', '0', 0, 1);


#
# TABLE STRUCTURE FOR: sma_gift_card_topups
#

DROP TABLE IF EXISTS `sma_gift_card_topups`;

CREATE TABLE `sma_gift_card_topups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `card_id` int(11) NOT NULL,
  `amount` decimal(15,4) NOT NULL,
  `created_by` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `card_id` (`card_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_gift_cards
#

DROP TABLE IF EXISTS `sma_gift_cards`;

CREATE TABLE `sma_gift_cards` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `card_no` varchar(20) NOT NULL,
  `value` decimal(25,4) NOT NULL,
  `customer_id` int(11) DEFAULT NULL,
  `customer` varchar(255) DEFAULT NULL,
  `balance` decimal(25,4) NOT NULL,
  `expiry` date DEFAULT NULL,
  `created_by` varchar(55) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `card_no` (`card_no`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_groups
#

DROP TABLE IF EXISTS `sma_groups`;

CREATE TABLE `sma_groups` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(20) NOT NULL,
  `description` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;

INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (1, 'owner', 'Owner');
INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (2, 'admin', 'Administrator');
INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (3, 'customer', 'Customer');
INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (4, 'supplier', 'Supplier');
INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (5, 'sales', 'Sales Staff');
INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (7, 'supervisor', 'Supervisor');


#
# TABLE STRUCTURE FOR: sma_login_attempts
#

DROP TABLE IF EXISTS `sma_login_attempts`;

CREATE TABLE `sma_login_attempts` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `ip_address` varbinary(16) NOT NULL,
  `login` varchar(100) NOT NULL,
  `time` int(11) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_logs
#

DROP TABLE IF EXISTS `sma_logs`;

CREATE TABLE `sma_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `detail` varchar(190) NOT NULL,
  `model` longtext,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2161 DEFAULT CHARSET=utf8;

INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"560\",\"code\":\"02-290\",\"name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-bola-bossi-italy-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:45:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"561\",\"code\":\"02-310\",\"name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"unit\":\"1\",\"cost\":\"25.03000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-bola-bossini-itali-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:45:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (3, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"793\",\"code\":\"1\",\"name\":\"TABCIN.\",\"unit\":\"1\",\"cost\":\"1.42000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tabcin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:45:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (4, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"242\",\"code\":\"1.00045E+11\",\"name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincel-para-concreto-vikingo-34-x-10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:45:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (5, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"394\",\"code\":\"1.00083E+11\",\"name\":\"DUCHA EXAGONAL VIKINGO\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-exagonal-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:45:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (6, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"647\",\"code\":\"1.00103E+11\",\"name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"unit\":\"1\",\"cost\":\"4.90000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pasador-dorado-vikingo-t-mariposa-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:45:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (7, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"177\",\"code\":\"1.00165E+11\",\"name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"unit\":\"1\",\"cost\":\"30.59000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-clavo-concreto-2-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:45:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (8, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"63\",\"code\":\"1.00231E+11\",\"name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"unit\":\"1\",\"cost\":\"4.50000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-d-copa-p-taladro-51614\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:45:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (9, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"145\",\"code\":\"1.00452E+13\",\"name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"unit\":\"1\",\"cost\":\"49.90000000000000000000\",\"price\":\"66.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocas-de-oxido-negro-12-milwauke\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:45:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (10, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"56\",\"code\":\"1.09018E+13\",\"name\":\"ACETAMINOFEN CAPLIN POINT\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"94.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"acetaminofen-caplin-point\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:45:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (11, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"909\",\"code\":\"102108\",\"name\":\"VALVULA PILA 2 P BRONCE\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-pila-2-p-bronce\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (12, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"910\",\"code\":\"102109\",\"name\":\"VALVULA PILA 3 BRONCE\",\"unit\":\"1\",\"cost\":\"68.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-pila-3-bronce\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (13, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"716\",\"code\":\"102111\",\"name\":\"REDUCIDOR DE 3-1\",\"unit\":\"1\",\"cost\":\"30.00000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-de-3-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (14, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"904\",\"code\":\"102145\",\"name\":\"VALVULA DE ALUMINIO DE 3?\",\"unit\":\"1\",\"cost\":\"20.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-de-aluminio-de-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (15, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"729\",\"code\":\"102146\",\"name\":\"REPOSADERA 4*4? ALUMINIO\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-44-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (16, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"835\",\"code\":\"102147\",\"name\":\"TEE 3\\\" PVC\",\"unit\":\"1\",\"cost\":\"26.75000000000000000000\",\"price\":\"36.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-3-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (17, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"833\",\"code\":\"102148\",\"name\":\"TEE 2\\\" PVC\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-2-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (18, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"831\",\"code\":\"102149\",\"name\":\"TEE 2 1\\/2 PVC\",\"unit\":\"1\",\"cost\":\"19.94000000000000000000\",\"price\":\"31.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-2-12-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (19, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"248\",\"code\":\"102155\",\"name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"unit\":\"1\",\"cost\":\"7.25000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-de-aislar-tenflex-pequeo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (20, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"715\",\"code\":\"102185\",\"name\":\"REDUCIDOR DE 3 - 2 PVC\",\"unit\":\"1\",\"cost\":\"14.96000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-de-3-2-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (21, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"588\",\"code\":\"1.10021E+11\",\"name\":\"MARRO 2  LIBRAS VIKINGO\",\"unit\":\"1\",\"cost\":\"36.00000000000000000000\",\"price\":\"48.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"marro-2-libras-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (22, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"135\",\"code\":\"1.75012E+13\",\"name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"unit\":\"1\",\"cost\":\"32.52000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-pconcreto-truper-516-6-15\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (23, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"471\",\"code\":\"10\",\"name\":\"GARRAFON DE AGUA PURA.\",\"unit\":\"1\",\"cost\":\"15.50000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"38.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"garrafon-de-agua-pura\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (24, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"127\",\"code\":\"10015600067\",\"name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-de-paleta-vikingo-78\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (25, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"847\",\"code\":\"10040\",\"name\":\"TENACIN\",\"unit\":\"1\",\"cost\":\"26.79000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenacin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (26, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"530\",\"code\":\"102\",\"name\":\"LB CLAVO PARA LAMINA\",\"unit\":\"1\",\"cost\":\"9.50000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"73.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lb-clavo-para-lamina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (27, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"874\",\"code\":\"10203\",\"name\":\"TORNILLO PULSER 1\\/4 X 2P PUNTA DE BROCA\",\"unit\":\"1\",\"cost\":\"0.39000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-14-x-2p-punta-de-broca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (28, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"873\",\"code\":\"10204\",\"name\":\"TORNILLO PULSER 1\\/4 X 2 P BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-14-x-2-p-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (29, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"816\",\"code\":\"10205\",\"name\":\"TAPON H DR 3\",\"unit\":\"1\",\"cost\":\"2.79000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (30, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"285\",\"code\":\"102106\",\"name\":\"CODO 45 GR DR 4 P\",\"unit\":\"1\",\"cost\":\"8.24000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-45-gr-dr-4-p\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (31, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"411\",\"code\":\"102233\",\"name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"0.90000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-5x-10-55-cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (32, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"412\",\"code\":\"102234\",\"name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"unit\":\"1\",\"cost\":\"1.27000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-6-x-10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (33, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"413\",\"code\":\"102235\",\"name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"unit\":\"1\",\"cost\":\"1.59000000000000000000\",\"price\":\"1.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-7-1x10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (34, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"410\",\"code\":\"102236\",\"name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"unit\":\"1\",\"cost\":\"2.23000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-8-1x5\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (35, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"300\",\"code\":\"102246\",\"name\":\"CODO C\\/R 3\\/4\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"60.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-cr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (36, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"299\",\"code\":\"102247\",\"name\":\"CODO C\\/R 1\\\"\",\"unit\":\"1\",\"cost\":\"3.50000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"23.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (37, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"839\",\"code\":\"102248\",\"name\":\"TEE C\\/R 3\\/4\",\"unit\":\"1\",\"cost\":\"3.50000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-cr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (38, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"838\",\"code\":\"102249\",\"name\":\"TEE C\\/R 1\\\"\",\"unit\":\"1\",\"cost\":\"4.50000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (39, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"327\",\"code\":\"102250\",\"name\":\"COPLA C\\/R 2\\\"\",\"unit\":\"1\",\"cost\":\"3.03000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (40, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"812\",\"code\":\"102252\",\"name\":\"TAPON 4\\\"\",\"unit\":\"1\",\"cost\":\"4.89000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:46:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (41, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"55\",\"code\":\"102190\",\"name\":\"ACEITE SAE 40 AMERICAN\",\"unit\":\"1\",\"cost\":\"20.47000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-sae-40-american\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (42, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"866\",\"code\":\"102204\",\"name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 ?\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-para-tabla-yeso-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (43, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"876\",\"code\":\"102207\",\"name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.51000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-2-12-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (44, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"875\",\"code\":\"102215\",\"name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"unit\":\"1\",\"cost\":\"0.61000000000000000000\",\"price\":\"0.60000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-2-12-pbroca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (45, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"642\",\"code\":\"102220\",\"name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"unit\":\"1\",\"cost\":\"0.50000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-ariel-cover-casc-de-huevo-ofici0\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (46, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"641\",\"code\":\"102221\",\"name\":\"PAPEL ARCO IRIS CARTA\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.10000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-arco-iris-carta\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (47, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"306\",\"code\":\"102225\",\"name\":\"COMPAS ECONOMICO DE PLASTICO\",\"unit\":\"1\",\"cost\":\"2.75000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"compas-economico-de-plastico\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (48, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"407\",\"code\":\"102227\",\"name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-00x-25-200\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (49, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"408\",\"code\":\"102229\",\"name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"unit\":\"1\",\"cost\":\"1.90000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-1-x-25-3cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (50, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"409\",\"code\":\"102231\",\"name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"unit\":\"1\",\"cost\":\"0.58000000000000000000\",\"price\":\"0.70000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-3-x-254-cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (51, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"864\",\"code\":\"102253\",\"name\":\"TORNILLO NEGRO DE 2\\\" BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.11000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-de-2-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (52, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"863\",\"code\":\"102256\",\"name\":\"TORNILLO NEGRO 2 1\\/2 \\\" BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.14000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-2-12-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (53, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"612\",\"code\":\"102275\",\"name\":\"MINI SNICKERS\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mini-snickers\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (54, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"566\",\"code\":\"102285\",\"name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"unit\":\"1\",\"cost\":\"7.85000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-paso-de-pvc-de-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (55, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"810\",\"code\":\"102290\",\"name\":\"TAPON 1\\/2 CON ROSCA\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"2.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-12-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (56, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"871\",\"code\":\"102298\",\"name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.40000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-pul-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (57, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"865\",\"code\":\"102300\",\"name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"unit\":\"1\",\"cost\":\"0.45000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-para-tyeso-3-pulg\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (58, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"593\",\"code\":\"102301\",\"name\":\"MARTILLO ALDOSA 25 MM\",\"unit\":\"1\",\"cost\":\"21.95000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"martillo-aldosa-25-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (59, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"97\",\"code\":\"102302\",\"name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bandeja-crodillo-sprofe-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (60, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"754\",\"code\":\"102304\",\"name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"unit\":\"1\",\"cost\":\"23.70000000000000000000\",\"price\":\"32.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"serrucho-mango-de-madera-20-p-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (61, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"849\",\"code\":\"102305\",\"name\":\"TENAZA DE 10\'\' ALDOSA\",\"unit\":\"1\",\"cost\":\"15.50000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenaza-de-10-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (62, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"850\",\"code\":\"102306\",\"name\":\"TENAZA DE 9\\\" ALDOSA\",\"unit\":\"1\",\"cost\":\"15.21000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenaza-de-9-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (63, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"207\",\"code\":\"102307\",\"name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"unit\":\"1\",\"cost\":\"7.52000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-5-filas-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (64, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"844\",\"code\":\"102308\",\"name\":\"TEFLON 1\\/2  ALDOSA\",\"unit\":\"1\",\"cost\":\"1.48000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-12-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (65, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"842\",\"code\":\"102309\",\"name\":\"TEFLON 1\\\" ALDOSA\",\"unit\":\"1\",\"cost\":\"2.28000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-1-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (66, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"859\",\"code\":\"102310\",\"name\":\"TORNILLO 2P BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.40000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-2p-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (67, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"402\",\"code\":\"102311\",\"name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"unit\":\"1\",\"cost\":\"3.75000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"empaque-esponjoso-p-tanque-sanitario\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (68, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"441\",\"code\":\"102312\",\"name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flote-p-tanque-sanitario-plast\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (69, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"868\",\"code\":\"102313\",\"name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"unit\":\"1\",\"cost\":\"3.30000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-plastico-para-tanque-sanitario\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (70, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"193\",\"code\":\"102314\",\"name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-gris-tri-circle-32mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (71, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"622\",\"code\":\"102316\",\"name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"unit\":\"1\",\"cost\":\"19.15000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-de-resina-24-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (72, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"594\",\"code\":\"102317\",\"name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"unit\":\"1\",\"cost\":\"17.50000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"martillo-mango-de-madera-23-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (73, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"206\",\"code\":\"102320\",\"name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"unit\":\"1\",\"cost\":\"9.41000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-5-filas-ald-man-plas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (74, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"263\",\"code\":\"102324\",\"name\":\"CINTA TRANSPARENTE 2 P TESA\",\"unit\":\"1\",\"cost\":\"7.51000000000000000000\",\"price\":\"16.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-transparente-2-p-tesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (75, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"302\",\"code\":\"102328\",\"name\":\"CODO PVC 4\'\'\",\"unit\":\"1\",\"cost\":\"28.49000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (76, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"284\",\"code\":\"102330\",\"name\":\"CODO 45 GR DR 3\",\"unit\":\"1\",\"cost\":\"4.73000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-45-gr-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (77, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"817\",\"code\":\"102347\",\"name\":\"TAPON HEMBRA 3 PSI\",\"unit\":\"1\",\"cost\":\"28.47000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-hembra-3-psi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (78, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"712\",\"code\":\"102349\",\"name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"unit\":\"1\",\"cost\":\"8.39000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"18.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-3-dr-blanco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (79, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"174\",\"code\":\"102358\",\"name\":\"CAIMAN DE 30\\\"\",\"unit\":\"1\",\"cost\":\"124.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-30\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (80, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"175\",\"code\":\"102359\",\"name\":\"CAIMAN DE 36\\\"\",\"unit\":\"1\",\"cost\":\"142.00000000000000000000\",\"price\":\"170.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-36\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (81, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"677\",\"code\":\"102360\",\"name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"unit\":\"1\",\"cost\":\"19.85000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plancha-para-albail-dentada-511\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (82, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"534\",\"code\":\"102375\",\"name\":\"LIBRA DE PITA COMPLETA\",\"unit\":\"1\",\"cost\":\"10.83000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"libra-de-pita-completa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (83, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"484\",\"code\":\"102381\",\"name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"unit\":\"1\",\"cost\":\"31.00000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"hacha-1-12-lbs-peque-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (84, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"869\",\"code\":\"10256\",\"name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"unit\":\"1\",\"cost\":\"0.23000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-12-punta-de-broca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (85, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"186\",\"code\":\"10277\",\"name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"unit\":\"1\",\"cost\":\"1.80000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-plastica-blanca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (86, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"678\",\"code\":\"10279\",\"name\":\"PLANCHA PARA ALBA\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (87, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"575\",\"code\":\"10295\",\"name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"unit\":\"1\",\"cost\":\"65.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-para-regadera-ducha-gerfor\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (88, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"907\",\"code\":\"10298\",\"name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"24.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-para-pila-de-2-p-de-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (89, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"727\",\"code\":\"10299\",\"name\":\"REPOSADERA 2 P ALUMINIO\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-2-p-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (90, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"633\",\"code\":\"104\",\"name\":\"ORANGE LATA. .\",\"unit\":\"1\",\"cost\":\"2.63000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"orange-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (91, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"632\",\"code\":\"109\",\"name\":\"ORANGE JUMBO.   .\",\"unit\":\"1\",\"cost\":\"13.08000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"31.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"orange-jumbo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (92, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"631\",\"code\":\"111\",\"name\":\"ORANGE DESECHABLE.         .\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"45.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"orange-desechable\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (93, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"84\",\"code\":\"11418040168\",\"name\":\"ALKA SELTZER .\",\"unit\":\"1\",\"cost\":\"1.00000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"43.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alka-seltzer\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (94, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"83\",\"code\":\"11418240780\",\"name\":\"ALKA AD  .\",\"unit\":\"1\",\"cost\":\"1.42000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"29.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alka-ad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (95, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"94\",\"code\":\"11418696839\",\"name\":\"ASPIRINA FORTE\",\"unit\":\"1\",\"cost\":\"0.78000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"45.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aspirina-forte\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (96, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"672\",\"code\":\"12\",\"name\":\"PLAFONERA BTICINO\",\"unit\":\"1\",\"cost\":\"13.73000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"21.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plafonera-bticino\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (97, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"525\",\"code\":\"123\",\"name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"unit\":\"1\",\"cost\":\"40.00000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kit-para-instalacion-de-gas-2-clip\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (98, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"846\",\"code\":\"12310\",\"name\":\"TEFLON 3\\/4 ALDOSA\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-34-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (99, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"882\",\"code\":\"13\",\"name\":\"TORTRIX TACO..\",\"unit\":\"1\",\"cost\":\"1.31000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tortrix-taco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (100, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"655\",\"code\":\"15\",\"name\":\"PEPSI LATA  .\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"26.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pepsi-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (101, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"111\",\"code\":\"150\",\"name\":\"BOCADELI PEQUE\",\"unit\":\"1\",\"cost\":\"0.42000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (102, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"236\",\"code\":\"150WOG\",\"name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-con-piton-de-12-hercasa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (103, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"618\",\"code\":\"151\",\"name\":\"NACHOS DIANA\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"158.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nachos-diana\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (104, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"687\",\"code\":\"15155\",\"name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"unit\":\"1\",\"cost\":\"8.46000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"punta-p-concreto-de\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (105, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"656\",\"code\":\"15199\",\"name\":\"PEPSI VIDRIO\",\"unit\":\"1\",\"cost\":\"2.58000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pepsi-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (106, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"200\",\"code\":\"15310\",\"name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"unit\":\"1\",\"cost\":\"46.25000000000000000000\",\"price\":\"62.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cangrejo-industrial-10-pulgadas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (107, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"39\",\"code\":\"1546 UNIDAD\",\"name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-3-unidad-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (108, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"41\",\"code\":\"1553\",\"name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"unit\":\"1\",\"cost\":\"4.20000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-4-unidades-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (109, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"563\",\"code\":\"19025\",\"name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"unit\":\"1\",\"cost\":\"47.22000000000000000000\",\"price\":\"62.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-compuerta-redwhite-usa-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (110, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"438\",\"code\":\"2.07832E+13\",\"name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"unit\":\"1\",\"cost\":\"41.65000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"22.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-130-amperios-thql-1130\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (111, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"437\",\"code\":\"2.07832E+14\",\"name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"unit\":\"1\",\"cost\":\"41.64000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"19.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-120-amperiosthql-1120\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (112, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"167\",\"code\":\"21\",\"name\":\"CABLE THHN N0 8 NEGRO\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"77.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-n0-8-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (113, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"787\",\"code\":\"21200212109\",\"name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"unit\":\"1\",\"cost\":\"55.90000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-77-spray-adhesive-1675-onz-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (114, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"422\",\"code\":\"21200844416\",\"name\":\"ESPONJA MULTIUSOS SCOTCH\",\"unit\":\"1\",\"cost\":\"30.28000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esponja-multiusos-scotch\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (115, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"786\",\"code\":\"21200964749\",\"name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"unit\":\"1\",\"cost\":\"17.90000000000000000000\",\"price\":\"24.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-77-adeshive-44-onz-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (116, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"87\",\"code\":\"24000501558\",\"name\":\"ALOE VERA DEL MONTE 500 ML\",\"unit\":\"1\",\"cost\":\"11.20000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aloe-vera-del-monte-500-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (117, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"447\",\"code\":\"24474002124\",\"name\":\"FRUTA FRESCA  PETIT\",\"unit\":\"1\",\"cost\":\"2.54000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"fruta-fresca-petit\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (118, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"518\",\"code\":\"24474381014\",\"name\":\"JUGO PETIT LATA 330 ML\",\"unit\":\"1\",\"cost\":\"2.38000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jugo-petit-lata-330-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (119, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"526\",\"code\":\"28571000687\",\"name\":\"LA SIRENA PICA PICA PEQ    .\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"la-sirena-pica-pica-peq\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (120, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"388\",\"code\":\"28877321608\",\"name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"unit\":\"1\",\"cost\":\"10.04000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-pcmetal-dewalt-4-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (121, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"372\",\"code\":\"28877321639\",\"name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"unit\":\"1\",\"cost\":\"17.88000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"38.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"discco-pcmetal-7-dewalt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (122, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"169\",\"code\":\"3\",\"name\":\"CABLE THHN No.8 ROJO\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"62.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no8-rojo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (123, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"257\",\"code\":\"3.25356E+12\",\"name\":\"CINTA METRICA STANLEY 3M\",\"unit\":\"1\",\"cost\":\"22.90000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-metrica-stanley-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (124, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"553\",\"code\":\"3.25357E+12\",\"name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"unit\":\"1\",\"cost\":\"30.00000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-colacorona-16-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (125, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"683\",\"code\":\"300V-80\",\"name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"unit\":\"1\",\"cost\":\"84.70000000000000000000\",\"price\":\"115.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"polea-guia-inferior-v-comunello\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (126, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"769\",\"code\":\"33886000390\",\"name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"unit\":\"1\",\"cost\":\"43.23000000000000000000\",\"price\":\"42.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sikaflex-pro-construccion-varios\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (127, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"231\",\"code\":\"340\",\"name\":\"CHICLES.\",\"unit\":\"1\",\"cost\":\"0.24000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chicles\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (128, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"398\",\"code\":\"341\",\"name\":\"DULCES HALLS      .\",\"unit\":\"1\",\"cost\":\"0.23000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"120.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"dulces-halls\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (129, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"884\",\"code\":\"342\",\"name\":\"TRIDENT 4S             .\",\"unit\":\"1\",\"cost\":\"0.54000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"trident-4s\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (130, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"519\",\"code\":\"345\",\"name\":\"JUGOS CALIFORNIA.\",\"unit\":\"1\",\"cost\":\"5.92000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jugos-california\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (131, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"547\",\"code\":\"39101002507\",\"name\":\"LIQUIDO DE FRENOS DOT-3\",\"unit\":\"1\",\"cost\":\"11.08000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"liquido-de-frenos-dot-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (132, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"596\",\"code\":\"3LAYER MASCA\",\"name\":\"MASCARILLA 3M\",\"unit\":\"1\",\"cost\":\"2.48000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mascarilla-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (133, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"170\",\"code\":\"4\",\"name\":\"CABLE THHN No.8 VERDE\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"76.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no8-verde\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (134, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"305\",\"code\":\"4.71089E+12\",\"name\":\"COMPAS DE METAL ECONOMICO\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"compas-de-metal-economico\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (135, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"123\",\"code\":\"4.71168E+12\",\"name\":\"BORRADOR CANDY\",\"unit\":\"1\",\"cost\":\"0.54000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"25.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"borrador-candy\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (136, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"748\",\"code\":\"4.75012E+13\",\"name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"unit\":\"1\",\"cost\":\"5.72000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"35.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"segueta-bimetal-sierra-fina-12-truper\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (137, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"478\",\"code\":\"4.99715E+12\",\"name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"unit\":\"1\",\"cost\":\"8.25000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"grapa-pcable-aislar-cpvc-de-12-caja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (138, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"568\",\"code\":\"400WOG\",\"name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"unit\":\"1\",\"cost\":\"85.75000000000000000000\",\"price\":\"122.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-paso-zinc-de-2-suval\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (139, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"570\",\"code\":\"411653\",\"name\":\"LLAVE DUCHA QUALITA\",\"unit\":\"1\",\"cost\":\"59.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-ducha-qualita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (140, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"766\",\"code\":\"411868\",\"name\":\"SIFON PARA LAVAMANOS QUALITA\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sifon-para-lavamanos-qualita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (141, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"886\",\"code\":\"412568\",\"name\":\"TUBO DE ABASTO 1\\/2\\\"  X 7\\/8\\\" QUALITA\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-de-abasto-12-x-78-qualita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (142, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"400\",\"code\":\"41333001111\",\"name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracel-regular-aa-1-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (143, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"399\",\"code\":\"41333029955\",\"name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"unit\":\"1\",\"cost\":\"34.00000000000000000000\",\"price\":\"45.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracel-alcalina-d-4-unidades\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (144, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"401\",\"code\":\"41333428482\",\"name\":\"DURACELL REGULAR AAA 1UIDAD\",\"unit\":\"1\",\"cost\":\"5.30000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracell-regular-aaa-1uidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (145, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"550\",\"code\":\"42071002442\",\"name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"unit\":\"1\",\"cost\":\"35.47000000000000000000\",\"price\":\"47.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"litro-aceite-havoline-atf-md-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (146, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"603\",\"code\":\"45242502646\",\"name\":\"METRO 5 M MILWAUKEE\",\"unit\":\"1\",\"cost\":\"40.00000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-5-m-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (147, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"604\",\"code\":\"45242502653\",\"name\":\"METRO 8 METROS MILWAUKEE\",\"unit\":\"1\",\"cost\":\"50.80000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-8-metros-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (148, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"616\",\"code\":\"45242534470\",\"name\":\"NABAJA PLEGABLE MILWAUKEE\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nabaja-plegable-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (149, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"144\",\"code\":\"48-20-9130\",\"name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"unit\":\"1\",\"cost\":\"34.30000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-para-concreto-12-x4-x6-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (150, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"522\",\"code\":\"5\",\"name\":\"KERNS LATA.      .\",\"unit\":\"1\",\"cost\":\"2.86000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"93.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kerns-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (151, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"113\",\"code\":\"5.311E+11\",\"name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"unit\":\"1\",\"cost\":\"675.00000000000000000000\",\"price\":\"900.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bomba-sumergible-de-agua-79849\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (152, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"244\",\"code\":\"5.93353E+12\",\"name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"unit\":\"1\",\"cost\":\"52.92000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-p-seguridadcarga-2-pzs-62252\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (153, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"565\",\"code\":\"502243003\",\"name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"unit\":\"1\",\"cost\":\"22.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-globo-12-bronco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (154, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"243\",\"code\":\"51128593042\",\"name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"unit\":\"1\",\"cost\":\"0.57000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-amarre-negro-15\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (155, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"210\",\"code\":\"51131390300\",\"name\":\"CERA CINTETICA PROTECTORA473 ML\",\"unit\":\"1\",\"cost\":\"76.35000000000000000000\",\"price\":\"100.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cera-cintetica-protectora473-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (156, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"552\",\"code\":\"512\",\"name\":\"LITRO PEPSI.     .\",\"unit\":\"1\",\"cost\":\"5.16000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"litro-pepsi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (157, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"782\",\"code\":\"52\",\"name\":\"SOPAS INSTANTANEAS .\",\"unit\":\"1\",\"cost\":\"3.33000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sopas-instantaneas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (158, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"34\",\"code\":\"53\",\"name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"44.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-34-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (159, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"891\",\"code\":\"53010\",\"name\":\"UNION CONDUIT 1 NARANJA\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"union-conduit-1-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (160, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"799\",\"code\":\"5374-20\",\"name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"unit\":\"1\",\"cost\":\"650.30000000000000000000\",\"price\":\"867.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percutor-3100rpm-12-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (161, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"246\",\"code\":\"54007061328\",\"name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"unit\":\"1\",\"cost\":\"34.53000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-aislar-super-33-19mm201m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (162, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"266\",\"code\":\"5500261\",\"name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"unit\":\"1\",\"cost\":\"7.55000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-1-12-15-en-bolsa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (163, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"630\",\"code\":\"56\",\"name\":\"OCTAVO SABORES.\",\"unit\":\"1\",\"cost\":\"6.50000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"52.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"octavo-sabores\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (164, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"168\",\"code\":\"6\",\"name\":\"CABLE THHN No.10 NEGRO\",\"unit\":\"1\",\"cost\":\"3.63000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no10-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (165, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"260\",\"code\":\"6.3806E+11\",\"name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"unit\":\"1\",\"cost\":\"42.90000000000000000000\",\"price\":\"57.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-scotch-super-33-34x66-grande-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (166, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"511\",\"code\":\"6.4245E+12\",\"name\":\"JABONERA CROMADA FOREVER\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabonera-cromada-forever\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (167, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"915\",\"code\":\"6.75873E+11\",\"name\":\"VITAFLENACO UNIDAD\",\"unit\":\"1\",\"cost\":\"1.11000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"vitaflenaco-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (168, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"435\",\"code\":\"6.93324E+12\",\"name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"unit\":\"1\",\"cost\":\"1.12000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"filtro-paceite-universal-uj-3780\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (169, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"485\",\"code\":\"6.93353E+11\",\"name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"unit\":\"1\",\"cost\":\"38.75000000000000000000\",\"price\":\"53.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"hachuela-mango-de-madera-21oz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (170, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"26\",\"code\":\"6.93353E+12\",\"name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"unit\":\"1\",\"cost\":\"750.00000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mini-almadana-tolsen-3-libras\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (171, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"542\",\"code\":\"6.93453E+12\",\"name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"unit\":\"1\",\"cost\":\"288.39000000000000000000\",\"price\":\"385.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lijadora-orbital-base-5-79761\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (172, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"658\",\"code\":\"6.94143E+12\",\"name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"unit\":\"1\",\"cost\":\"11.90000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pintura-en-spray-negro-metalico-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (173, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"80\",\"code\":\"6.94271E+12\",\"name\":\"ALICATE 8 ALDOSA\",\"unit\":\"1\",\"cost\":\"25.25000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"114.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-8-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (174, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"91\",\"code\":\"6.94271E+13\",\"name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"unit\":\"1\",\"cost\":\"16.13000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-alsosa-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (175, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"527\",\"code\":\"6.94672E+12\",\"name\":\"LAMPARA TIGER WORLD\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lampara-tiger-world\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (176, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"574\",\"code\":\"6.97275E+12\",\"name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"unit\":\"1\",\"cost\":\"24.00000000000000000000\",\"price\":\"32.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-para-lavamanos-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (177, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"629\",\"code\":\"60\",\"name\":\"NYLON UNIDAD\",\"unit\":\"1\",\"cost\":\"1.00000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nylon-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (178, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"224\",\"code\":\"60MM DERECHA\",\"name\":\"CHAPA  DERECHA VIKINGO\",\"unit\":\"1\",\"cost\":\"64.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chapa-derecha-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (179, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"225\",\"code\":\"60MM IZQUIERDA\",\"name\":\"CHAPA IZQUIERDA VIKINGO\",\"unit\":\"1\",\"cost\":\"64.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chapa-izquierda-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (180, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"415\",\"code\":\"6130-33\",\"name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"unit\":\"1\",\"cost\":\"530.00000000000000000000\",\"price\":\"706.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esmeriladora-angular-d-4-12-milwakee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (181, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"654\",\"code\":\"65\",\"name\":\"PEPSI DESECHABLE Y SABORES  .\",\"unit\":\"1\",\"cost\":\"4.21000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"42.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pepsi-desechable-y-sabores\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (182, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"472\",\"code\":\"7\",\"name\":\"GATORADE\",\"unit\":\"1\",\"cost\":\"6.58000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"gatorade\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (183, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"229\",\"code\":\"7.21282E+11\",\"name\":\"CHETOS 190G  .\",\"unit\":\"1\",\"cost\":\"4.45000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"53.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chetos-190g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (184, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"233\",\"code\":\"7.38777E+11\",\"name\":\"CHILE PICAMAS 100G\",\"unit\":\"1\",\"cost\":\"3.04000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chile-picamas-100g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (185, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"69\",\"code\":\"7.40101E+12\",\"name\":\"ADRENALINA PEQ.  .\",\"unit\":\"1\",\"cost\":\"145.00000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"182.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adrenalina-peq\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (186, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"114\",\"code\":\"7.40109E+12\",\"name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"unit\":\"1\",\"cost\":\"3.75000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"440.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bombilla-ahorrador-spiral-65-w-lux\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (187, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"645\",\"code\":\"7.40111E+12\",\"name\":\"PAPEL STAFF JUNIOR\",\"unit\":\"1\",\"cost\":\"1.17000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-staff-junior\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (188, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"279\",\"code\":\"7.40115E+12\",\"name\":\"CLORO CLORAL 40ML\",\"unit\":\"1\",\"cost\":\"0.66000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cloro-cloral-40ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (189, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"176\",\"code\":\"7.40118E+12\",\"name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"unit\":\"1\",\"cost\":\"30.94000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-clavo-concreto-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (190, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"74\",\"code\":\"7.401E+12\",\"name\":\"AGUA SALVAVIDA BOTELLA .\",\"unit\":\"1\",\"cost\":\"5.17000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"453.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"agua-salvavida-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (191, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"581\",\"code\":\"7.40401E+12\",\"name\":\"MANGUERA BELLO JARDIN 25 PS\",\"unit\":\"1\",\"cost\":\"23.75000000000000000000\",\"price\":\"32.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"manguera-bello-jardin-25-ps\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (192, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"353\",\"code\":\"7.40404E+11\",\"name\":\"DE LA FINCA MANI GARRAPI\",\"unit\":\"1\",\"cost\":\"5.50000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (193, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"307\",\"code\":\"7.404E+12\",\"name\":\"CONDONES VIVE DE 3 UNIDADES\",\"unit\":\"1\",\"cost\":\"6.50000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"condones-vive-de-3-unidades\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (194, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"771\",\"code\":\"7.40603E+12\",\"name\":\"SILICON LIQUIDO 100 ML\",\"unit\":\"1\",\"cost\":\"4.25000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"silicon-liquido-100-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (195, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"768\",\"code\":\"7.40614E+12\",\"name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"unit\":\"1\",\"cost\":\"117.80000000000000000000\",\"price\":\"155.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sika-latex-n-remojador-de-adh-1-galon\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (196, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"442\",\"code\":\"7.40619E+12\",\"name\":\"FRIJOL DEL MONTE 15 OZ\",\"unit\":\"1\",\"cost\":\"1.51000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"62.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-del-monte-15-oz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (197, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"122\",\"code\":\"7.40623E+12\",\"name\":\"BON BON COLOMBINA\",\"unit\":\"1\",\"cost\":\"0.82000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"40.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bon-bon-colombina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (198, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"903\",\"code\":\"7.40641E+12\",\"name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"unit\":\"1\",\"cost\":\"28.00000000000000000000\",\"price\":\"37.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-d-bola-cpal-dlaton-12-usa-k\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (199, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"116\",\"code\":\"7.4064E+12\",\"name\":\"BOMBILLA NEW LED 13W 9710045\",\"unit\":\"1\",\"cost\":\"6.50000000000000000000\",\"price\":\"14.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bombilla-new-led-13w-9710045\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (200, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"281\",\"code\":\"7.411E+12\",\"name\":\"COCA COLA LATA  .\",\"unit\":\"1\",\"cost\":\"4.23000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"coca-cola-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (201, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"371\",\"code\":\"7.411E+13\",\"name\":\"DETERGENTE XEDEX 1KG\",\"unit\":\"1\",\"cost\":\"9.00000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-xedex-1kg\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (202, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"643\",\"code\":\"7.4165E+12\",\"name\":\"PAPEL ROSAL\",\"unit\":\"1\",\"cost\":\"1.54000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-rosal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (203, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"662\",\"code\":\"7.417E+12\",\"name\":\"PIOCHA IMACASA CON MANGO\",\"unit\":\"1\",\"cost\":\"65.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"piocha-imacasa-con-mango\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (204, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"57\",\"code\":\"7.41E+12\",\"name\":\"ACETAMINOFEN MK (UNIDAD)\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"21.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"acetaminofen-mk-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (205, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"585\",\"code\":\"7.44101E+12\",\"name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"unit\":\"1\",\"cost\":\"7.13000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"59.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"manias-pro-variedad-18-gramos\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (206, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"182\",\"code\":\"7.44102E+12\",\"name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plastica-durman\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (207, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"420\",\"code\":\"7.44111E+12\",\"name\":\"ESPIGA DE HULE EAGLE\",\"unit\":\"1\",\"cost\":\"6.87000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"38.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"espiga-de-hule-eagle\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (208, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"453\",\"code\":\"7.44116E+12\",\"name\":\"GALLETA CHIKY CHIPS\",\"unit\":\"1\",\"cost\":\"1.58000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"38.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chiky-chips\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (209, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"184\",\"code\":\"7.4411E+11\",\"name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rect-plastica-12-34-negro-a\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (210, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"181\",\"code\":\"7.4411E+12\",\"name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"unit\":\"1\",\"cost\":\"7.84000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plastica-412-34-g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (211, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"718\",\"code\":\"7.44132E+12\",\"name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"5.60000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"21.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-pvc-liso-1-12-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (212, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"247\",\"code\":\"7.441E+12\",\"name\":\"CINTA AISLAR TENFLEX GRANDE\",\"unit\":\"1\",\"cost\":\"1.58000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"78.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-aislar-tenflex-grande\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (213, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"780\",\"code\":\"7.45001E+12\",\"name\":\"SOBRE DE BRILLANTINA\",\"unit\":\"1\",\"cost\":\"0.55000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sobre-de-brillantina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (214, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"89\",\"code\":\"7.47752E+11\",\"name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"unit\":\"1\",\"cost\":\"45.00000000000000000000\",\"price\":\"42.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-12-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (215, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"201\",\"code\":\"7.47753E+11\",\"name\":\"CANGREJO STANLEY 8\\\"\",\"unit\":\"1\",\"cost\":\"43.50000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cangrejo-stanley-8\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (216, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"617\",\"code\":\"7.48757E+11\",\"name\":\"NACHO Y JALAPE\",\"unit\":\"1\",\"cost\":\"1.67000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"63.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (217, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"368\",\"code\":\"7.48928E+11\",\"name\":\"DETERGENTE ORIX 125 GR\",\"unit\":\"1\",\"cost\":\"0.01000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"27.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-orix-125-gr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (218, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"103\",\"code\":\"7.50103E+12\",\"name\":\"BAYGON ULTRA VERDE 285 ML\",\"unit\":\"1\",\"cost\":\"1.88000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"baygon-ultra-verde-285-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (219, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"219\",\"code\":\"7.50106E+12\",\"name\":\"CERVEZA MODELO LATA 16ONZ.\",\"unit\":\"1\",\"cost\":\"4.58000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-modelo-lata-16onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (220, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"93\",\"code\":\"7.50109E+12\",\"name\":\"AROMATIZANTE CHICA FRESA\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aromatizante-chica-fresa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (221, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"476\",\"code\":\"7.50114E+12\",\"name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"unit\":\"1\",\"cost\":\"2.16000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"21.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"goma-blanca-fast-105-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (222, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"620\",\"code\":\"7.50121E+11\",\"name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"unit\":\"1\",\"cost\":\"9.50000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-de-hilo-3-truper\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (223, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"33\",\"code\":\"7.50121E+12\",\"name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"unit\":\"1\",\"cost\":\"6.56000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"400.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-34-bolsita-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (224, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"253\",\"code\":\"7.50121E+13\",\"name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"unit\":\"1\",\"cost\":\"16.96000000000000000000\",\"price\":\"22.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-masking-tape-truper-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (225, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"750\",\"code\":\"7.50127E+11\",\"name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"unit\":\"1\",\"cost\":\"28.96000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"segueta-pcaladora-metal-fino-blister\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (226, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"652\",\"code\":\"7.5012E+12\",\"name\":\"PEGAMENTO TANGIT 100 ML\",\"unit\":\"1\",\"cost\":\"25.80000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pegamento-tangit-100-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (227, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"52\",\"code\":\"7.50173E+12\",\"name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"unit\":\"1\",\"cost\":\"6.40000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"accesorio-ptanque-sanitario-fama\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (228, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"455\",\"code\":\"7.50176E+12\",\"name\":\"GALLETA CHOCOVIC\",\"unit\":\"1\",\"cost\":\"0.40000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chocovic\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (229, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"24\",\"code\":\"7.50185E+12\",\"name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"unit\":\"1\",\"cost\":\"8.50000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"54.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducto-conector-tubo-34-9570105\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (230, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"112\",\"code\":\"7.50189E+12\",\"name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"unit\":\"1\",\"cost\":\"38.00000000000000000000\",\"price\":\"700.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bomba-periferica-1-hp-toolcraft\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (231, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"767\",\"code\":\"7.50191E+12\",\"name\":\"SIKA LATEX -N 1.2 LT\",\"unit\":\"1\",\"cost\":\"39.97000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sika-latex-n-12-lt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (232, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"449\",\"code\":\"7.501E+12\",\"name\":\"GALLETA ARCOIRIS   .\",\"unit\":\"1\",\"cost\":\"2.75000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"57.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-arcoiris\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (233, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"431\",\"code\":\"7.50222E+12\",\"name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"felpa-profecional-vinta-9-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (234, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"156\",\"code\":\"7.50301E+12\",\"name\":\"BROCHA LA BUENA 1\\/2\",\"unit\":\"1\",\"cost\":\"13.41000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-la-buena-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (235, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"473\",\"code\":\"7.50619E+12\",\"name\":\"GEL EGO POWER\",\"unit\":\"1\",\"cost\":\"4.16000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"gel-ego-power\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (236, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"383\",\"code\":\"7.50624E+11\",\"name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"unit\":\"1\",\"cost\":\"17.50000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-laminado-pretul-4-12-grano-60\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (237, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"40\",\"code\":\"7.50624E+12\",\"name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"unit\":\"1\",\"cost\":\"16.98000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"622.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-4-bolsita-5-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (238, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"149\",\"code\":\"7.50639E+12\",\"name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"unit\":\"1\",\"cost\":\"3.31000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-chip-2-mango-cafe\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (239, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"582\",\"code\":\"7.50649E+12\",\"name\":\"MANGUERA PARA JARDIN 100\",\"unit\":\"1\",\"cost\":\"95.71000000000000000000\",\"price\":\"210.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (240, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"304\",\"code\":\"7.50955E+12\",\"name\":\"COLGATE TRIPLE ACCION 150 ML\",\"unit\":\"1\",\"cost\":\"8.75000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"colgate-triple-accion-150-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (241, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"464\",\"code\":\"7.51001E+11\",\"name\":\"GALLETA PAN CREMA .\",\"unit\":\"1\",\"cost\":\"5.10000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-pan-crema\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (242, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"192\",\"code\":\"7.51207E+11\",\"name\":\"CANDADO 50MM HERMEX\",\"unit\":\"1\",\"cost\":\"16.96000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-50mm-hermex\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (243, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"452\",\"code\":\"7.53079E+11\",\"name\":\"GALLETA CAN CAN\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-can-can\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (244, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"125\",\"code\":\"7.56956E+11\",\"name\":\"BOTONETA AMARILLA\",\"unit\":\"1\",\"cost\":\"0.45000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"botoneta-amarilla\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (245, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"463\",\"code\":\"7.59001E+12\",\"name\":\"GALLETA OREO\",\"unit\":\"1\",\"cost\":\"1.08000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"36.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-oreo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (246, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"204\",\"code\":\"7.60573E+11\",\"name\":\"CASHITAS\",\"unit\":\"1\",\"cost\":\"2.92000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cashitas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (247, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"73\",\"code\":\"7.60896E+11\",\"name\":\"AGUA DESTIULADA PRODIN\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"agua-destiulada-prodin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (248, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"59\",\"code\":\"7.60897E+12\",\"name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"unit\":\"1\",\"cost\":\"5.70000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"activador-electrolitico-para-bateria\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (249, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"802\",\"code\":\"7.62221E+12\",\"name\":\"TANG FRUIT PONCH 20G\",\"unit\":\"1\",\"cost\":\"1.20000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tang-fruit-ponch-20g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (250, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"454\",\"code\":\"7.6223E+12\",\"name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"unit\":\"1\",\"cost\":\"3.28000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chips-ahoy-57-gramos\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (251, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"487\",\"code\":\"7.64009E+11\",\"name\":\"HEINEKEN VIDRIO\",\"unit\":\"1\",\"cost\":\"9.38000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"45.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"heineken-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (252, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"146\",\"code\":\"7.69409E+11\",\"name\":\"BROCHA 1\\\" EXPERT\",\"unit\":\"1\",\"cost\":\"11.15000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"58.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-1-expert\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (253, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"510\",\"code\":\"7.70201E+12\",\"name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"unit\":\"1\",\"cost\":\"5.13000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"18.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabon-rexona-antibacterial-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (254, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"512\",\"code\":\"7.70203E+12\",\"name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"unit\":\"1\",\"cost\":\"29.70000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"johnson-baby-shampu-original\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (255, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"774\",\"code\":\"7.70205E+12\",\"name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"unit\":\"1\",\"cost\":\"16.50000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"silicon-loctite-negro-rtv-70ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (256, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"666\",\"code\":\"7.70209E+12\",\"name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"unit\":\"1\",\"cost\":\"24.76000000000000000000\",\"price\":\"31.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"34.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-doble-switch-bticino-ap5200\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (257, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"598\",\"code\":\"7.70731E+12\",\"name\":\"MASKING TAPE 1 PULG. TESA\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"masking-tape-1-pulg-tesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (258, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"685\",\"code\":\"7.73072E+12\",\"name\":\"POXIPOL SOLDADURA PLASTICA\",\"unit\":\"1\",\"cost\":\"22.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"poxipol-soldadura-plastica\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (259, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"535\",\"code\":\"7.75006E+12\",\"name\":\"LIJA DE AGUA 120 3M\",\"unit\":\"1\",\"cost\":\"5.25000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"271.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lija-de-agua-120-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (260, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"599\",\"code\":\"7.75037E+12\",\"name\":\"MASKING TAPE 3\\/4 3M\",\"unit\":\"1\",\"cost\":\"5.95000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"masking-tape-34-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (261, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"770\",\"code\":\"7.75696E+12\",\"name\":\"SIKASIL E VARIOS 280ML\",\"unit\":\"1\",\"cost\":\"17.00000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sikasil-e-varios-280ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (262, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"379\",\"code\":\"7.79822E+12\",\"name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"unit\":\"1\",\"cost\":\"9.00000000000000000000\",\"price\":\"66.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-diasegmen-p-concreto-7-gladiado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (263, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"524\",\"code\":\"7.79905E+12\",\"name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"unit\":\"1\",\"cost\":\"262.00000000000000000000\",\"price\":\"329.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kit-de-moto-tools-gladiador\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (264, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"640\",\"code\":\"7.8028E+12\",\"name\":\"PAPAS KRYSPO VARIOS SABORES\",\"unit\":\"1\",\"cost\":\"11.50000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papas-kryspo-varios-sabores\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (265, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"102\",\"code\":\"7.83094E+11\",\"name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"unit\":\"1\",\"cost\":\"11.50000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-rayovac-grande-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (266, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"794\",\"code\":\"7.83164E+11\",\"name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"unit\":\"1\",\"cost\":\"170.15000000000000000000\",\"price\":\"230.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tablero-mono-fasico-4-circuitos-125a-g-e\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (267, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"183\",\"code\":\"7.83164E+12\",\"name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"unit\":\"1\",\"cost\":\"28.00000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-para-flipon-40-amps-cente\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (268, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"166\",\"code\":\"7.87705E+11\",\"name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"79.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-12-awg-rojo-x-metro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (269, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"249\",\"code\":\"7.89104E+12\",\"name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"unit\":\"1\",\"cost\":\"32.92000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-doble-cara-19mm-x-5-m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (270, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"789\",\"code\":\"7.8912E+12\",\"name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"unit\":\"1\",\"cost\":\"11.50000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-bonder-original-3-grs-loctite\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (271, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"90\",\"code\":\"7.89395E+12\",\"name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"unit\":\"1\",\"cost\":\"41.65000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-12-vonder\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (272, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"694\",\"code\":\"70330000328\",\"name\":\"RASURADORA BIC 1 HOJA\",\"unit\":\"1\",\"cost\":\"1.73000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"rasuradora-bic-1-hoja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (273, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"614\",\"code\":\"70847033967\",\"name\":\"MONSTER ENERGY MANGO LOCO\",\"unit\":\"1\",\"cost\":\"12.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"monster-energy-mango-loco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (274, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"232\",\"code\":\"73877702002\",\"name\":\"CHILE JALAPE\",\"unit\":\"1\",\"cost\":\"5.07000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (275, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"213\",\"code\":\"74000715\",\"name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"unit\":\"1\",\"cost\":\"6.13000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"30.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-dorada-draft-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (276, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"222\",\"code\":\"74000722\",\"name\":\"CERVEZA MONTE CARLO PREMIUN\",\"unit\":\"1\",\"cost\":\"9.01000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-monte-carlo-premiun\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (277, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"744\",\"code\":\"74410187\",\"name\":\"SAL ANDREWS\",\"unit\":\"1\",\"cost\":\"1.09000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"19.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sal-andrews\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (278, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"367\",\"code\":\"74892800509\",\"name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"unit\":\"1\",\"cost\":\"0.01000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-lavatrastos-orix-90-gr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (279, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"223\",\"code\":\"75002459\",\"name\":\"CERVEZA TECATE\",\"unit\":\"1\",\"cost\":\"4.42000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"164.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-tecate\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (280, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"162\",\"code\":\"75019815\",\"name\":\"BUBALOO       .\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bubaloo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (281, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"221\",\"code\":\"75027278\",\"name\":\"CERVEZA MODELO VIDRIO .\",\"unit\":\"1\",\"cost\":\"5.83000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-modelo-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (282, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"212\",\"code\":\"75032715\",\"name\":\"CERVEZA CORONA BOTELLA.\",\"unit\":\"1\",\"cost\":\"5.83000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-corona-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (283, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"533\",\"code\":\"757575\",\"name\":\"LIBRA DE PITA\",\"unit\":\"1\",\"cost\":\"2.92000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"libra-de-pita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (284, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"203\",\"code\":\"7605730955\",\"name\":\"CASHITA MANI JAPONESA\",\"unit\":\"1\",\"cost\":\"0.78000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cashita-mani-japonesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (285, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"619\",\"code\":\"76174420753\",\"name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"unit\":\"1\",\"cost\":\"84.00000000000000000000\",\"price\":\"105.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-aluminio-stanley-36\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (286, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"680\",\"code\":\"76174474404\",\"name\":\"PLOMADA YESO STANLEY 47-400\",\"unit\":\"1\",\"cost\":\"55.60000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plomada-yeso-stanley-47-400\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (287, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"681\",\"code\":\"76174474602\",\"name\":\"PLOMADA YESO STANLEY 47-460\",\"unit\":\"1\",\"cost\":\"64.05000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plomada-yeso-stanley-47-460\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (288, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"679\",\"code\":\"76174474640\",\"name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"unit\":\"1\",\"cost\":\"75.10000000000000000000\",\"price\":\"100.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plomada-cyeso-stanley-47-464\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (289, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"81\",\"code\":\"7617484023\",\"name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"unit\":\"1\",\"cost\":\"42.19000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-electricista-8-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (290, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"659\",\"code\":\"76174841015\",\"name\":\"PINZA STANLEY 6\\\"\",\"unit\":\"1\",\"cost\":\"42.75000000000000000000\",\"price\":\"54.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pinza-stanley-6\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (291, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"660\",\"code\":\"76174841022\",\"name\":\"PINZA STANLEY 8\\\"\",\"unit\":\"1\",\"cost\":\"46.50000000000000000000\",\"price\":\"59.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pinza-stanley-8\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (292, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"23\",\"code\":\"76770504804\",\"name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"unit\":\"1\",\"cost\":\"700.00000000000000000000\",\"price\":\"850.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-d-cable-thhn-12awg-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (293, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"430\",\"code\":\"76940900117\",\"name\":\"FELPA EXPERT STANDAR 3\\/8\",\"unit\":\"1\",\"cost\":\"5.40000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"felpa-expert-standar-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (294, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"602\",\"code\":\"77070548\",\"name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"unit\":\"1\",\"cost\":\"1.15000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mentas-xtime-krash-unidaded\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (295, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"778\",\"code\":\"77472141340\",\"name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"unit\":\"1\",\"cost\":\"24.85000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"silicon-sista-multiusos-transparente\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (296, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"861\",\"code\":\"8\",\"name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-busca-rosca-2-normal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (297, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"197\",\"code\":\"8.01223E+12\",\"name\":\"CANDADO YALE 40 MM\",\"unit\":\"1\",\"cost\":\"115.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-yale-40-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (298, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"665\",\"code\":\"8.0122E+12\",\"name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"unit\":\"1\",\"cost\":\"4.13000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-combinada-switch-y-tomac-g-indust\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (299, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"467\",\"code\":\"8.42071E+11\",\"name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"unit\":\"1\",\"cost\":\"44.32000000000000000000\",\"price\":\"175.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-aceite-havoline-sae-20w-50\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (300, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"387\",\"code\":\"8.85911E+11\",\"name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"unit\":\"1\",\"cost\":\"20.89000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-pcmetal-9-dewalt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (301, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"211\",\"code\":\"80660956411\",\"name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"unit\":\"1\",\"cost\":\"12.08000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-corona-botella-710-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (302, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"852\",\"code\":\"80686832010\",\"name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"unit\":\"1\",\"cost\":\"90.00000000000000000000\",\"price\":\"145.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tequila-sauza-silver-750-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (303, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"587\",\"code\":\"81537200811\",\"name\":\"MARINEROS.             .\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"29.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"marineros\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (304, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"733\",\"code\":\"81537201405\",\"name\":\"REVIVE 600 ML\",\"unit\":\"1\",\"cost\":\"4.86000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"revive-600-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (305, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"756\",\"code\":\"81537305226\",\"name\":\"SE\",\"unit\":\"1\",\"cost\":\"0.86000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (306, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"54\",\"code\":\"8420714187\",\"name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"unit\":\"1\",\"cost\":\"25.50000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-25w50-4t-mototaxi-litro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (307, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"790\",\"code\":\"85051000421\",\"name\":\"SUPER ECONOMY TYPE A\",\"unit\":\"1\",\"cost\":\"17.50000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-economy-type-a\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (308, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"53\",\"code\":\"85051001190\",\"name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"unit\":\"1\",\"cost\":\"19.64000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-2-tiempos-super-s-econ-litro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (309, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"548\",\"code\":\"853619237\",\"name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"unit\":\"1\",\"cost\":\"17.53000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"liquido-de-frenos-wagner-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (310, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"465\",\"code\":\"86581001070\",\"name\":\"GALLETA SODA POZUELO\",\"unit\":\"1\",\"cost\":\"0.34000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-soda-pozuelo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (311, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"457\",\"code\":\"86581012502\",\"name\":\"GALLETA CLUB EXTRA..\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"34.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-club-extra\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (312, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"458\",\"code\":\"86581015121\",\"name\":\"GALLETA CREMAS GDE .\",\"unit\":\"1\",\"cost\":\"0.85000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"44.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-cremas-gde\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (313, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"466\",\"code\":\"86581017699\",\"name\":\"GALLETA TIPO.               .\",\"unit\":\"1\",\"cost\":\"0.85000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"23.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-tipo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (314, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"163\",\"code\":\"87295125991\",\"name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"unit\":\"1\",\"cost\":\"1.12000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bujia-candela-para-moto\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (315, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"445\",\"code\":\"88313062267\",\"name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"unit\":\"1\",\"cost\":\"2.98000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-volteado-ducal-55-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (316, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"446\",\"code\":\"88313062281\",\"name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"unit\":\"1\",\"cost\":\"6.08000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-volteado-ducal-105-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (317, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"521\",\"code\":\"88313318739\",\"name\":\"KERNS CAJITA\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"29.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kerns-cajita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (318, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"696\",\"code\":\"9.00249E+12\",\"name\":\"RED BULL     .\",\"unit\":\"1\",\"cost\":\"9.85000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"red-bull\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (319, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"448\",\"code\":\"9.11121E+12\",\"name\":\"FULL CRETE (1 CUARTO GALON)\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"full-crete-1-cuarto-galon\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (320, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"470\",\"code\":\"9.12122E+12\",\"name\":\"GALON FULL CRETE\",\"unit\":\"1\",\"cost\":\"150.00000000000000000000\",\"price\":\"180.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-full-crete\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (321, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"348\",\"code\":\"9021298\",\"name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"unit\":\"1\",\"cost\":\"0.91000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"60.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-12-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (322, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"349\",\"code\":\"9021299\",\"name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"41.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-34-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (323, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"892\",\"code\":\"9021304\",\"name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"unit\":\"1\",\"cost\":\"0.36000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"union-conduit-12-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (324, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"557\",\"code\":\"91712200086\",\"name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"unit\":\"1\",\"cost\":\"44.50000000000000000000\",\"price\":\"60.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-compuerta-34-ez-flo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (325, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"562\",\"code\":\"91712200499\",\"name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"unit\":\"1\",\"cost\":\"94.85000000000000000000\",\"price\":\"126.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-bola-de-1-eastman-ez-flo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (326, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"262\",\"code\":\"91712500315\",\"name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"unit\":\"1\",\"cost\":\"6.55000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-teflon-1-ez-flo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (327, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"881\",\"code\":\"95\",\"name\":\"TORTRIX PEQUE?O      .\",\"unit\":\"1\",\"cost\":\"0.87000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tortrix-pequeo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (328, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"48\",\"code\":\"9540 UNIDAD\",\"name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"unit\":\"1\",\"cost\":\"0.74000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"26.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-volchet-unidad-d-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (329, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"544\",\"code\":\"97758170390\",\"name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"unit\":\"1\",\"cost\":\"7.30000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lima-motosierra-732-x-8-pferd\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (330, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"742\",\"code\":\"98\",\"name\":\"SABRITAS.           .\",\"unit\":\"1\",\"cost\":\"3.53000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sabritas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (331, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"649\",\"code\":\"99176129745\",\"name\":\"PASTA COLGATE\",\"unit\":\"1\",\"cost\":\"9.00000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pasta-colgate\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (332, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"523\",\"code\":\"99176480518\",\"name\":\"KIT DE CEPILLADO  .\",\"unit\":\"1\",\"cost\":\"3.75000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kit-de-cepillado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (333, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"509\",\"code\":\"9917692238\",\"name\":\"JABON PROTEX .\",\"unit\":\"1\",\"cost\":\"5.42000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabon-protex\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (334, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"42\",\"code\":\"A111\",\"name\":\"ABRAZADERA DE 2\\\"\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-de-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (335, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"686\",\"code\":\"AA823\\/120\",\"name\":\"PULIDORA GLP 9 2300W\",\"unit\":\"1\",\"cost\":\"556.50000000000000000000\",\"price\":\"700.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pulidora-glp-9-2300w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (336, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"414\",\"code\":\"AB608\\/120\\/60\",\"name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"unit\":\"1\",\"cost\":\"556.51000000000000000000\",\"price\":\"696.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esmeril-de-banco-8-34-hp-550w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (337, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"47\",\"code\":\"ABRA001\",\"name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"46.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-tw-12-de-presion\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (338, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"46\",\"code\":\"ABRA002\",\"name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"unit\":\"1\",\"cost\":\"3.00000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"50.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-tw-1-de-presion\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (339, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"51\",\"code\":\"ACE04\",\"name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"unit\":\"1\",\"cost\":\"19.27000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"accesorio-de-entrada-114-calabera\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (340, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"58\",\"code\":\"ACHUELA ALDOSA 2\",\"name\":\"ACHUELA ALDOSA 2\",\"unit\":\"1\",\"cost\":\"20.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"achuela-aldosa-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (341, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"621\",\"code\":\"ALF0019\",\"name\":\"NIVEL DE RESINA 12\\\"\",\"unit\":\"1\",\"cost\":\"12.90000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-de-resina-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (342, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"208\",\"code\":\"ALF0035\",\"name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"unit\":\"1\",\"cost\":\"7.99000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-cuadrado-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (343, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"43\",\"code\":\"AT001\",\"name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"1.70000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"46.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-para-cielo-hanger-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (344, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"85\",\"code\":\"AZ00151\",\"name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"unit\":\"1\",\"cost\":\"52.76000000000000000000\",\"price\":\"52.76000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"almadana-de-4-lbs-c-cabo-azteca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (345, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"237\",\"code\":\"BOSSI123\",\"name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"unit\":\"1\",\"cost\":\"27.00000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-con-piton-de-34-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (346, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"277\",\"code\":\"CB123\",\"name\":\"CLAVO CONCRETO BRONCO 4\",\"unit\":\"1\",\"cost\":\"31.50000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-bronco-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (347, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"228\",\"code\":\"CHEVEBR05\",\"name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"unit\":\"1\",\"cost\":\"38.89000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cheque-vertical-con-pichacha-de-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (348, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"226\",\"code\":\"CHHOBR03\",\"name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"unit\":\"1\",\"cost\":\"24.79000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cheque-horizontal-asiento-hule-de-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (349, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"763\",\"code\":\"COS14\\/1\\/120\",\"name\":\"SIERRA TRONZADORA 14-2000W\",\"unit\":\"1\",\"cost\":\"619.50000000000000000000\",\"price\":\"775.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-tronzadora-14-2000w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (350, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"764\",\"code\":\"CS814\\/3\\/120\",\"name\":\"SIERRA TROZADORA 14-2400W\",\"unit\":\"1\",\"cost\":\"850.50000000000000000000\",\"price\":\"1064.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-trozadora-14-2400w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (351, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"209\",\"code\":\"D12\",\"name\":\"CEPILLO DE DIENTES UNID.\",\"unit\":\"1\",\"cost\":\"1.17000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-dientes-unid\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (352, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"405\",\"code\":\"D87\",\"name\":\"ESCOBAS\",\"unit\":\"1\",\"cost\":\"10.67000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"escobas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (353, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"22\",\"code\":\"DIE01\",\"name\":\"DI\\u00c9SEL\",\"unit\":\"4\",\"cost\":\"30.25000000000000000000\",\"price\":\"32.75000000000000000000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"2\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"79.9100\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"diesel\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (354, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"796\",\"code\":\"DW508S-B3\",\"name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"unit\":\"1\",\"cost\":\"696.00000000000000000000\",\"price\":\"870.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percusin-dw-12-800w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (355, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"164\",\"code\":\"ELE00076\",\"name\":\"CABLE PARALELO 2* 12 M\",\"unit\":\"1\",\"cost\":\"9.54000000000000000000\",\"price\":\"12.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"89.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-paralelo-2-12-m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (356, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"165\",\"code\":\"ELE00077\",\"name\":\"CABLE PARALELO 2* 14 MT\",\"unit\":\"1\",\"cost\":\"6.21000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"157.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-paralelo-2-14-mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (357, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"179\",\"code\":\"ELE00081\",\"name\":\"CAJA OCTAGONAL METAL\",\"unit\":\"1\",\"cost\":\"2.87000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (358, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"180\",\"code\":\"ELE00082\",\"name\":\"CAJA OCTAGONAL PLAS\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"69.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (359, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"185\",\"code\":\"ELE00085\",\"name\":\"CAJA RECTANGULAR METAL\",\"unit\":\"1\",\"cost\":\"2.35000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (360, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"783\",\"code\":\"ELE055\",\"name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"unit\":\"1\",\"cost\":\"3.90000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"spliter-2-salidas-pcable-coaxial\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (361, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"615\",\"code\":\"ELE063\",\"name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"unit\":\"1\",\"cost\":\"8.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mordaza-de-cobre-de-588\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (362, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"331\",\"code\":\"ELE067\",\"name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"73.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-ptubo-ductuvinil-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (363, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"310\",\"code\":\"FER 010231\",\"name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contra-llave-12-x-12-a-la-pared-viking\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (364, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"29\",\"code\":\"FER 02887444770\",\"name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"unit\":\"1\",\"cost\":\"20.16000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"49.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"7disco-dewalt-carbon-p-cortarconcret-9\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (365, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"30\",\"code\":\"FER 75012066411\",\"name\":\"CUCHILLA  6? PRETUL\",\"unit\":\"1\",\"cost\":\"5.29000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cuchilla-6-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (366, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"27\",\"code\":\"FER 75012066839\",\"name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"unit\":\"1\",\"cost\":\"0.17000000000000000000\",\"price\":\"0.35000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-plastico-250mm-negro-volteck\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (367, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"28\",\"code\":\"FER 75062406478\",\"name\":\"PLACA PARA TIMBRE VOLTECH\",\"unit\":\"1\",\"cost\":\"10.29000000000000000000\",\"price\":\"15.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-para-timbre-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (368, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"31\",\"code\":\"FER- 7506240656\",\"name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"unit\":\"1\",\"cost\":\"18.72000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"9disco-de-diamante-de-4-12-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (369, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"890\",\"code\":\"FER-01234\",\"name\":\"UNIDAD ELECTRODO E 6013\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"unidad-electrodo-e-6013\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (370, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"878\",\"code\":\"FER-THPVC1407\",\"name\":\"TORNILLO PULSER P\\/BROCA 1\\/4X3\\/4 C\\/E\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-pbroca-14x34-ce\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (371, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"877\",\"code\":\"FER-TOPC 1407\",\"name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-34-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (372, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"730\",\"code\":\"FER000012\",\"name\":\"REPOSADERA BRONCE 3*3\",\"unit\":\"1\",\"cost\":\"65.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-bronce-33\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (373, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"572\",\"code\":\"FER000018\",\"name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"unit\":\"1\",\"cost\":\"104.79000000000000000000\",\"price\":\"140.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-palanca-italiana-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (374, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"661\",\"code\":\"FER000125\",\"name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"unit\":\"1\",\"cost\":\"48.00000000000000000000\",\"price\":\"65.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"piocha-china-4-12-lbs\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (375, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"532\",\"code\":\"FER000150\",\"name\":\"LB. CLAVO 1\\\" ASSA\",\"unit\":\"1\",\"cost\":\"7.90000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"21.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lb-clavo-1-assa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (376, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"423\",\"code\":\"FER000151\",\"name\":\"ESPONJA PEQUE\",\"unit\":\"1\",\"cost\":\"2.78000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"54.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (377, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"900\",\"code\":\"FER000153\",\"name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"unit\":\"1\",\"cost\":\"34.00000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-compuerta-12-200-psi-aqua\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (378, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"531\",\"code\":\"FER00017\",\"name\":\"LB ELECTRODO 3\\/32\",\"unit\":\"1\",\"cost\":\"12.00000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"34.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lb-electrodo-332\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (379, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"32\",\"code\":\"FER00021\",\"name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"unit\":\"1\",\"cost\":\"1.23000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-precion-hangler-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (380, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"98\",\"code\":\"FER00088\",\"name\":\"BARNIZ GL NOGAL CELCO\",\"unit\":\"1\",\"cost\":\"140.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"barniz-gl-nogal-celco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (381, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"108\",\"code\":\"FER00106\",\"name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-12-mh\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (382, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"109\",\"code\":\"FER00108\",\"name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-38-mh\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (383, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"110\",\"code\":\"FER00111\",\"name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"37.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-bandera-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (384, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"318\",\"code\":\"FER001216\",\"name\":\"COPLA 1 1\\/2 CON ROSCA\",\"unit\":\"1\",\"cost\":\"0.87000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1-12-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (385, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"323\",\"code\":\"FER001217\",\"name\":\"COPLA 3\\/4 CON ROSCA\",\"unit\":\"1\",\"cost\":\"0.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"90.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-34-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (386, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"872\",\"code\":\"FER001218\",\"name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.40000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-pulgada-punta-de-broca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (387, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"807\",\"code\":\"FER0015\",\"name\":\"TAPADERA DE SANITARIO ALDOSA\",\"unit\":\"1\",\"cost\":\"40.00000000000000000000\",\"price\":\"53.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapadera-de-sanitario-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (388, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"421\",\"code\":\"FER00150\",\"name\":\"ESPONJA GRANDE PARA REPELLO\",\"unit\":\"1\",\"cost\":\"5.88000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esponja-grande-para-repello\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (389, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"265\",\"code\":\"FER00436\",\"name\":\"CLAVO 1 1\\/2 LB\",\"unit\":\"1\",\"cost\":\"5.94000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-1-12-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (390, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"267\",\"code\":\"FER00438\",\"name\":\"CLAVO 2 1\\/2 LB.\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"69.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-2-12-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (391, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"268\",\"code\":\"FER00439\",\"name\":\"CLAVO 2 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"67.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-2-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (392, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"269\",\"code\":\"FER00440\",\"name\":\"CLAVO 3 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"120.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-3-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (393, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"270\",\"code\":\"FER00441\",\"name\":\"CLAVO 4 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"77.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-4-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (394, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"272\",\"code\":\"FER00446\",\"name\":\"CLAVO CONCRETO 1 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.09000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"442.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-1-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (395, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"271\",\"code\":\"FER00447\",\"name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.07000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"145.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-1-12-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (396, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"275\",\"code\":\"FER00448\",\"name\":\"CLAVO CONCRETO 3 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.11000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"357.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-3-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (397, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"273\",\"code\":\"FER00449\",\"name\":\"CLAVO CONCRETO 2 1\\/2\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (398, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"274\",\"code\":\"FER00450\",\"name\":\"CLAVO CONCRETO 3 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.10000000000000000000\",\"price\":\"0.15000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-3-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (399, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"276\",\"code\":\"FER00453\",\"name\":\"CLAVO CONCRETO 4 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-4-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (400, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"278\",\"code\":\"FER00710\",\"name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"unit\":\"1\",\"cost\":\"8.00000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"40.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-para-cerca-laa-1-14-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (401, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"543\",\"code\":\"FER00750\",\"name\":\"LIMA  TRIANGULAR BELLOTA\",\"unit\":\"1\",\"cost\":\"8.17000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lima-triangular-bellota\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (402, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"597\",\"code\":\"FER00868\",\"name\":\"MASKING TAPE 1 3M\",\"unit\":\"1\",\"cost\":\"7.70000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"masking-tape-1-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (403, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"760\",\"code\":\"FER01143\",\"name\":\"SIERRA FINA SANDFLEX 1224\",\"unit\":\"1\",\"cost\":\"7.75000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-fina-sandflex-1224\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (404, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"336\",\"code\":\"FER01397\",\"name\":\"CRAYON 2 COLORES GRUESO\",\"unit\":\"1\",\"cost\":\"1.30000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"289.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"crayon-2-colores-grueso\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (405, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"577\",\"code\":\"FER01945\",\"name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"unit\":\"1\",\"cost\":\"24.00000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"machete-24-garizama-gavilan\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (406, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"147\",\"code\":\"FER02539\",\"name\":\"BROCHA 2 BYP\",\"unit\":\"1\",\"cost\":\"3.73000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-2-byp\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (407, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"381\",\"code\":\"FER02908\",\"name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"unit\":\"1\",\"cost\":\"59.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-diamantado-continuo-9-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (408, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"190\",\"code\":\"FER0313\",\"name\":\"CANDADO 40MM DORADO WHALE\",\"unit\":\"1\",\"cost\":\"11.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-40mm-dorado-whale\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (409, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"196\",\"code\":\"FER0314\",\"name\":\"CANDADO WHALE DORADO 50 MM\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-whale-dorado-50-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (410, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"860\",\"code\":\"FER035\",\"name\":\"TORNILLO BUSCA ROSCA 1*8\",\"unit\":\"1\",\"cost\":\"0.09000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-busca-rosca-18\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (411, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"823\",\"code\":\"FER039\",\"name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2\",\"unit\":\"1\",\"cost\":\"0.35000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugos-plasticos-azuales-382\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (412, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"870\",\"code\":\"FER040\",\"name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"unit\":\"1\",\"cost\":\"0.18000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-12-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (413, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"824\",\"code\":\"FER068\",\"name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"unit\":\"1\",\"cost\":\"0.08000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugos-plasticos-verde-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (414, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"301\",\"code\":\"FER31106-2\",\"name\":\"CODO PVC 3\\/4 45 GRADOS\",\"unit\":\"1\",\"cost\":\"1.50000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-34-45-grados\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (415, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"558\",\"code\":\"GE-0251\",\"name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"35.00000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-comuerta-redwhite-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (416, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"721\",\"code\":\"GE-0279\",\"name\":\"REGADERA PLASTICA BLANCA\",\"unit\":\"1\",\"cost\":\"4.40000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"regadera-plastica-blanca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (417, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"469\",\"code\":\"GEL0001\",\"name\":\"GALON ALCOHOL GEL\",\"unit\":\"1\",\"cost\":\"155.00000000000000000000\",\"price\":\"207.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-alcohol-gel\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (418, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"508\",\"code\":\"GEL0002\",\"name\":\"JABON LIQUIDO 500 ML\",\"unit\":\"1\",\"cost\":\"38.00000000000000000000\",\"price\":\"51.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabon-liquido-500-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (419, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"79\",\"code\":\"GEL0003\",\"name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alcohol-gel-tipo-llavero-50-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (420, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"728\",\"code\":\"GRI001475\",\"name\":\"REPOSADERA 3  ALUMINIO\",\"unit\":\"1\",\"cost\":\"13.67000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-3-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (421, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"841\",\"code\":\"GRI00213\",\"name\":\"TEFLON 1\",\"unit\":\"1\",\"cost\":\"1.79000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (422, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"843\",\"code\":\"GRI00214\",\"name\":\"TEFLON 1\\/2\",\"unit\":\"1\",\"cost\":\"0.98000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (423, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"845\",\"code\":\"GRI00215\",\"name\":\"TEFLON 3\\/4\",\"unit\":\"1\",\"cost\":\"2.02000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (424, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"314\",\"code\":\"GRIF000175\",\"name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"unit\":\"1\",\"cost\":\"26.50000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contrallave-crom-al-piso-12-x-12-boss\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (425, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"315\",\"code\":\"GRIF000176\",\"name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"24.70000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contrallave-crom-pared-12-x-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (426, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"482\",\"code\":\"GRIFA001\",\"name\":\"GRIFA 1\\/2 * 3\\/8\",\"unit\":\"1\",\"cost\":\"70.00000000000000000000\",\"price\":\"93.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"grifa-12-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (427, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"483\",\"code\":\"GRIFA002\",\"name\":\"GRIFA 1\\/4 * 3\\/16\",\"unit\":\"1\",\"cost\":\"35.00000000000000000000\",\"price\":\"47.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"grifa-14-316\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (428, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"507\",\"code\":\"HL8140\\/120M\",\"name\":\"HIDROLAVADORA 1800W 2003PSI\",\"unit\":\"1\",\"cost\":\"906.51000000000000000000\",\"price\":\"1134.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"hidrolavadora-1800w-2003psi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (429, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"235\",\"code\":\"LLCHBOZN03\",\"name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"unit\":\"1\",\"cost\":\"15.75000000000000000000\",\"price\":\"21.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-bola-zinc-c-palanca-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (430, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"240\",\"code\":\"LLCHCPOPM05\",\"name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"15.75000000000000000000\",\"price\":\"21.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-mariposa-d-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (431, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"571\",\"code\":\"LLPDCLA\",\"name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"unit\":\"1\",\"cost\":\"85.00000000000000000000\",\"price\":\"113.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-pducha-acrilica-12br-cuello-larg\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (432, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"609\",\"code\":\"MDL700\",\"name\":\"METRO LASER DE 20M\",\"unit\":\"1\",\"cost\":\"192.51000000000000000000\",\"price\":\"241.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-laser-de-20m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (433, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"610\",\"code\":\"MDL740\",\"name\":\"METRO LASER GLP 40M\",\"unit\":\"1\",\"cost\":\"276.51000000000000000000\",\"price\":\"346.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-laser-glp-40m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (434, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"202\",\"code\":\"MS1001\\/2L\",\"name\":\"CARETA NEO FOTOSENSIBLE\",\"unit\":\"1\",\"cost\":\"385.00000000000000000000\",\"price\":\"482.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"careta-neo-fotosensible\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (435, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"889\",\"code\":\"NIP14\",\"name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\" X 3MT\",\"unit\":\"1\",\"cost\":\"85.70000000000000000000\",\"price\":\"115.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-niple-conduit-galv-1-14-x-3mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (436, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"100\",\"code\":\"P24BD-720\",\"name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"unit\":\"1\",\"cost\":\"555.00000000000000000000\",\"price\":\"1110.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-12-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (437, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"99\",\"code\":\"P47-600\",\"name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"unit\":\"1\",\"cost\":\"350.00000000000000000000\",\"price\":\"350.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-10-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (438, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"303\",\"code\":\"PCV00037\",\"name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"2.33000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"49.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-liso-45-gr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (439, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"101\",\"code\":\"PNS60LS\",\"name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"unit\":\"1\",\"cost\":\"525.00000000000000000000\",\"price\":\"1050.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-charge-9-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (440, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"64\",\"code\":\"PVC00003\",\"name\":\"ADAPTADOR M 1\",\"unit\":\"1\",\"cost\":\"1.41000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"86.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (441, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"65\",\"code\":\"PVC00004\",\"name\":\"ADAPTADOR M 1 1\\/2\",\"unit\":\"1\",\"cost\":\"1.61000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"21.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (442, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"66\",\"code\":\"PVC00005\",\"name\":\"ADAPTADOR M 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.53000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (443, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"60\",\"code\":\"PVC00006\",\"name\":\"ADAOTADOR  1\\/2\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"55.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaotador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (444, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"62\",\"code\":\"PVC00007\",\"name\":\"ADAPTADOR 2\",\"unit\":\"1\",\"cost\":\"2.64000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"28.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (445, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"324\",\"code\":\"PVC0001\",\"name\":\"COPLA C\\/R 1\",\"unit\":\"1\",\"cost\":\"1.84000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"39.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (446, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"67\",\"code\":\"PVC00010\",\"name\":\"ADAPTADOR M 3\\/4\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (447, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"286\",\"code\":\"PVC00033\",\"name\":\"CODO 90 GR 1\",\"unit\":\"1\",\"cost\":\"3.35000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"27.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (448, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"288\",\"code\":\"PVC00035\",\"name\":\"CODO 90 GR 1 1\\/4\",\"unit\":\"1\",\"cost\":\"2.71000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (449, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"289\",\"code\":\"PVC00036\",\"name\":\"CODO 90 GR 1\\/2\",\"unit\":\"1\",\"cost\":\"0.99000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"134.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (450, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"290\",\"code\":\"PVC00037\",\"name\":\"CODO 90 GR 2\",\"unit\":\"1\",\"cost\":\"13.70000000000000000000\",\"price\":\"19.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"23.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (451, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"291\",\"code\":\"PVC00038\",\"name\":\"CODO 90 GR 2 1\\/2\",\"unit\":\"1\",\"cost\":\"16.21000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (452, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"292\",\"code\":\"PVC00039\",\"name\":\"CODO 90 GR 3\",\"unit\":\"1\",\"cost\":\"21.01000000000000000000\",\"price\":\"42.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (453, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"293\",\"code\":\"PVC00040\",\"name\":\"CODO 90 GR 3\\/4\",\"unit\":\"1\",\"cost\":\"1.49000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"35.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (454, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"294\",\"code\":\"PVC00045\",\"name\":\"CODO 90 GR C\\/R 1\\/2\",\"unit\":\"1\",\"cost\":\"1.19000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-cr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (455, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"295\",\"code\":\"PVC00051\",\"name\":\"CODO 90 GR DR 2\",\"unit\":\"1\",\"cost\":\"4.59000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"22.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (456, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"296\",\"code\":\"PVC00052\",\"name\":\"CODO 90 GR DR 3\",\"unit\":\"1\",\"cost\":\"15.19000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (457, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"297\",\"code\":\"PVC00053\",\"name\":\"CODO 90 GR DR 4\",\"unit\":\"1\",\"cost\":\"27.99000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (458, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"298\",\"code\":\"PVC00054\",\"name\":\"CODO 90 GR DR 6\",\"unit\":\"1\",\"cost\":\"50.57000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-6\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (459, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"316\",\"code\":\"PVC00068\",\"name\":\"COPLA 1\",\"unit\":\"1\",\"cost\":\"1.29000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"22.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (460, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"317\",\"code\":\"PVC00069\",\"name\":\"COPLA 1 1\\/2\",\"unit\":\"1\",\"cost\":\"2.29000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"47.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (461, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"319\",\"code\":\"PVC00071\",\"name\":\"COPLA 1\\/2\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"107.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (462, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"320\",\"code\":\"PVC00072\",\"name\":\"COPLA 2\",\"unit\":\"1\",\"cost\":\"2.62000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (463, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"322\",\"code\":\"PVC00073\",\"name\":\"COPLA 3\\/4\",\"unit\":\"1\",\"cost\":\"1.09000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"43.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (464, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"325\",\"code\":\"PVC00076\",\"name\":\"COPLA C\\/R 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.40000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"54.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (465, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"326\",\"code\":\"PVC00077\",\"name\":\"COPLA C\\/R 1\\/2\",\"unit\":\"1\",\"cost\":\"0.89000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (466, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"328\",\"code\":\"PVC00090\",\"name\":\"COPLA DR 2\",\"unit\":\"1\",\"cost\":\"3.85000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"45.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (467, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"329\",\"code\":\"PVC00091\",\"name\":\"COPLA DR 3\",\"unit\":\"1\",\"cost\":\"6.38000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (468, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"330\",\"code\":\"PVC00092\",\"name\":\"COPLA DR 4\",\"unit\":\"1\",\"cost\":\"11.57000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (469, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"287\",\"code\":\"PVC00094\",\"name\":\"CODO 90 GR 1 1\\/2\",\"unit\":\"1\",\"cost\":\"3.99000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"19.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (470, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"699\",\"code\":\"PVC00122\",\"name\":\"REDUCIDOR 1 1\\/2-1\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"18.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (471, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"697\",\"code\":\"PVC00123\",\"name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"unit\":\"1\",\"cost\":\"4.20000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (472, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"741\",\"code\":\"pvc00124\",\"name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"unit\":\"1\",\"cost\":\"2.75000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ruducidor-1-12-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (473, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"698\",\"code\":\"PVC00125\",\"name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (474, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"700\",\"code\":\"PVC00126\",\"name\":\"REDUCIDOR 1 1\\/4-1\",\"unit\":\"1\",\"cost\":\"3.13000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-14-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (475, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"701\",\"code\":\"PVC00127\",\"name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-14-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (476, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"719\",\"code\":\"pvc00128\",\"name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor1-14-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (477, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"703\",\"code\":\"PVC00130\",\"name\":\"REDUCIDOR 1-1\\/2\",\"unit\":\"1\",\"cost\":\"2.24000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (478, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"702\",\"code\":\"PVC00131\",\"name\":\"REDUCIDOR 1- 3\\/4\",\"unit\":\"1\",\"cost\":\"1.53000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (479, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"706\",\"code\":\"PVC00132\",\"name\":\"REDUCIDOR 2 1\\/2-1\",\"unit\":\"1\",\"cost\":\"12.48000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-12-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (480, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"705\",\"code\":\"PVC00136\",\"name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-12-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (481, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"707\",\"code\":\"PVC00137\",\"name\":\"REDUCIDOR 2-1\",\"unit\":\"1\",\"cost\":\"3.05000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (482, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"708\",\"code\":\"PVC00140\",\"name\":\"REDUCIDOR 2-1\\/2\",\"unit\":\"1\",\"cost\":\"2.71000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (483, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"704\",\"code\":\"PVC00141\",\"name\":\"REDUCIDOR 2 - 3\\/4\",\"unit\":\"1\",\"cost\":\"3.95000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (484, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"711\",\"code\":\"PVC00142\",\"name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"unit\":\"1\",\"cost\":\"0.89000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"28.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-34-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (485, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"717\",\"code\":\"PVC00152\",\"name\":\"REDUCIDOR DR 3-2\",\"unit\":\"1\",\"cost\":\"4.39000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-dr-3-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (486, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"714\",\"code\":\"PVC00153\",\"name\":\"REDUCIDOR 4-2\",\"unit\":\"1\",\"cost\":\"7.05000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (487, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"713\",\"code\":\"PVC00154\",\"name\":\"REDUCIDOR 4 - 3\",\"unit\":\"1\",\"cost\":\"12.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (488, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"813\",\"code\":\"PVC00158\",\"name\":\"TAPON H 1\",\"unit\":\"1\",\"cost\":\"0.99000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (489, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"814\",\"code\":\"PVC00159\",\"name\":\"TAPON H 1 1\\/2\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (490, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"808\",\"code\":\"PVC00161\",\"name\":\"TAPON 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (491, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"809\",\"code\":\"PVC00164\",\"name\":\"TAPON 1\\/2\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (492, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"811\",\"code\":\"PVC00168\",\"name\":\"TAPON 2\",\"unit\":\"1\",\"cost\":\"3.99000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (493, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"815\",\"code\":\"PVC00171\",\"name\":\"TAPON H 3\\/4\",\"unit\":\"1\",\"cost\":\"1.46000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (494, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"827\",\"code\":\"PVC00186\",\"name\":\"TEE 1\",\"unit\":\"1\",\"cost\":\"2.49000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (495, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"828\",\"code\":\"PVC00187\",\"name\":\"TEE 1 1\\/2\",\"unit\":\"1\",\"cost\":\"6.63000000000000000000\",\"price\":\"11.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (496, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"829\",\"code\":\"PVC00189\",\"name\":\"TEE 1 1\\/4\",\"unit\":\"1\",\"cost\":\"4.95000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (497, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"830\",\"code\":\"PVC00192\",\"name\":\"TEE 1\\/2\",\"unit\":\"1\",\"cost\":\"1.60000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (498, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"61\",\"code\":\"PVC00193\",\"name\":\"ADAPTADOR 1\\/2\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"94.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (499, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"832\",\"code\":\"PVC00199\",\"name\":\"TEE 2 DR\",\"unit\":\"1\",\"cost\":\"6.13000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-2-dr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (500, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"834\",\"code\":\"PVC00201\",\"name\":\"TEE 3 DR\",\"unit\":\"1\",\"cost\":\"11.79000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-3-dr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (501, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"836\",\"code\":\"PVC00202\",\"name\":\"TEE 3\\/4\",\"unit\":\"1\",\"cost\":\"1.01000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (502, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"837\",\"code\":\"PVC00207\",\"name\":\"TEE 4 DR\",\"unit\":\"1\",\"cost\":\"33.09000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-4-dr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (503, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"840\",\"code\":\"PVC00208\",\"name\":\"TEE PVC DE 4\\\"\",\"unit\":\"1\",\"cost\":\"43.99000000000000000000\",\"price\":\"65.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-pvc-de-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (504, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"650\",\"code\":\"PVC00236\",\"name\":\"PEGA PVC 025 ML TANGIT\",\"unit\":\"1\",\"cost\":\"12.65000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pega-pvc-025-ml-tangit\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (505, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"917\",\"code\":\"PVC00254\",\"name\":\"YEE DR 3\",\"unit\":\"1\",\"cost\":\"9.76000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"yee-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (506, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"916\",\"code\":\"PVC00255\",\"name\":\"YEE DR 2\",\"unit\":\"1\",\"cost\":\"3.98000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"yee-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (507, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"918\",\"code\":\"PVC00256\",\"name\":\"YEE DR 4\",\"unit\":\"1\",\"cost\":\"19.15000000000000000000\",\"price\":\"28.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"yee-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (508, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"321\",\"code\":\"PVC00260\",\"name\":\"COPLA 2 1\\/2\",\"unit\":\"1\",\"cost\":\"17.91000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"23.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (509, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"347\",\"code\":\"PVC0105\",\"name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-12-gris\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (510, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"709\",\"code\":\"PVC143\",\"name\":\"REDUCIDOR 3- 1 1\\/2\",\"unit\":\"1\",\"cost\":\"32.00000000000000000000\",\"price\":\"37.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-3-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (511, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"710\",\"code\":\"PVC144\",\"name\":\"REDUCIDOR 3-1\\/2\",\"unit\":\"1\",\"cost\":\"20.65000000000000000000\",\"price\":\"37.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-3-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (512, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"651\",\"code\":\"PVC287\",\"name\":\"PEGA PVC 050 ML TANGIT\",\"unit\":\"1\",\"cost\":\"20.35000000000000000000\",\"price\":\"28.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pega-pvc-050-ml-tangit\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (513, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"21\",\"code\":\"REG01\",\"name\":\"GASOLINA REGULAR\",\"unit\":\"4\",\"cost\":\"32.75000000000000000000\",\"price\":\"38.89999999999999857891\",\"alert_quantity\":\"100.0000\",\"image\":\"no_image.png\",\"category_id\":\"2\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1139.4800\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"gasolina-regular\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (514, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"20\",\"code\":\"SUP01\",\"name\":\"GASOLINA SUPER\",\"unit\":\"4\",\"cost\":\"35.89999999999999857891\",\"price\":\"41.50000000000000000000\",\"alert_quantity\":\"100.0000\",\"image\":\"no_image.png\",\"category_id\":\"2\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"743.3100\",\"tax_rate\":null,\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"gasolina-super\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (515, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"567\",\"code\":\"SUVAL2\\\"\",\"name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"unit\":\"1\",\"cost\":\"60.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-paso-pvc-2-suval\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (516, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"646\",\"code\":\"T1101-047\",\"name\":\"PASADOR ALEMAN 3\\\"\",\"unit\":\"1\",\"cost\":\"3.35000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pasador-aleman-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (517, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"795\",\"code\":\"TA002\",\"name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"unit\":\"1\",\"cost\":\"36.14000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tablero-monofasico-2-circuitos-70a-elect\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (518, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"887\",\"code\":\"TA121216AI\",\"name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-de-abasto-premiun-121216-acero\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (519, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"888\",\"code\":\"TA381216AI\",\"name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*19 ACERO\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"16.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-de-abasto-premiun-381219-acero\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (520, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"436\",\"code\":\"THQC1120\",\"name\":\"FLIPON # 20 THQC1120\",\"unit\":\"1\",\"cost\":\"71.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"19.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-20-thqc1120\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (521, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"25\",\"code\":\"THQC1130\",\"name\":\"FLIPON # 30 THQC1130\",\"unit\":\"1\",\"cost\":\"71.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-30-thqc1130\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (522, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"797\",\"code\":\"TP813\\/3\",\"name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"unit\":\"1\",\"cost\":\"455.00000000000000000000\",\"price\":\"570.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percusion-glp-12-900w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (523, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"798\",\"code\":\"TP913\\/4\",\"name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"unit\":\"1\",\"cost\":\"416.50000000000000000000\",\"price\":\"521.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percusion-neo-12-850w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (524, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"885\",\"code\":\"TUC13\",\"name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\" X 3MT\",\"unit\":\"1\",\"cost\":\"165.14000000000000000000\",\"price\":\"220.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-conduit-galvanizado-1-14-x-3mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (525, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"397\",\"code\":\"UP0000793\",\"name\":\"DULCES COLOMBINA\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"188.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"dulces-colombina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (526, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"908\",\"code\":\"VAPB-2\",\"name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"unit\":\"1\",\"cost\":\"48.90000000000000000000\",\"price\":\"65.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-pila-2-bronce-globo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (527, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"898\",\"code\":\"VBLPVC04\",\"name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"unit\":\"1\",\"cost\":\"7.20000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-lisa-pvc-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (528, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"899\",\"code\":\"VBLPVC05\",\"name\":\"VALVULA BOLA PVC 1\\\"\",\"unit\":\"1\",\"cost\":\"12.01000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-pvc-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (529, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"897\",\"code\":\"VBZ03\",\"name\":\"VALVULA BOLA DE ZINC 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"15.88000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-de-zinc-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (530, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"896\",\"code\":\"VBZ04\",\"name\":\"VALVULA BOLA 3\\/4 BOSSI\",\"unit\":\"1\",\"cost\":\"22.73000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-34-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (531, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"895\",\"code\":\"VBZ05\",\"name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"unit\":\"1\",\"cost\":\"25.27000000000000000000\",\"price\":\"34.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-zinc-1-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (532, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"902\",\"code\":\"VCBRWL04\",\"name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"unit\":\"1\",\"cost\":\"35.88000000000000000000\",\"price\":\"49.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-compuerta-br-34-liviano\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (533, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"901\",\"code\":\"VCBRWL05\",\"name\":\"VALVULA COMPUERTA BR 1\\\"\",\"unit\":\"1\",\"cost\":\"54.01000000000000000000\",\"price\":\"72.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-compuerta-br-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (534, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"851\",\"code\":\"VK0096\",\"name\":\"TENAZIN DE 9\\\" VIKINGO\",\"unit\":\"1\",\"cost\":\"16.90000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenazin-de-9-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (535, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"674\",\"code\":\"VK0167\",\"name\":\"PLANCHA ALBA\",\"unit\":\"1\",\"cost\":\"36.18000000000000000000\",\"price\":\"48.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (536, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"749\",\"code\":\"VK0785\",\"name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"unit\":\"1\",\"cost\":\"9.90000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"segueta-bimetalfexible-vk0785\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (537, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"396\",\"code\":\"VK0795\",\"name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"unit\":\"1\",\"cost\":\"25.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-redonda-cbrazo-y-chapeta-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (538, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"821\",\"code\":\"VK0840\",\"name\":\"TARUGO PLASTICO DE 1\\/4\\\" VIKINGO 100 UNI\",\"unit\":\"1\",\"cost\":\"5.43000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugo-plastico-de-14-vikingo-100-uni\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (539, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"819\",\"code\":\"VK0841\",\"name\":\"TARUGO PLASTICO 3\\/16\\\"  VIKINGO 100 UNID\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"6.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugo-plastico-316-vikingo-100-unid\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (540, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"194\",\"code\":\"VK0867\",\"name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"unit\":\"1\",\"cost\":\"19.50000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-profecional-bronce-30mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (541, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"44\",\"code\":\"VK0894R\",\"name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"21.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-plastic-10-negro-50-uni-viki\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (542, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"195\",\"code\":\"VK0898\",\"name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"unit\":\"1\",\"cost\":\"28.50000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-profecional-bronce-40mm-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (543, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"395\",\"code\":\"VK0908\",\"name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"unit\":\"1\",\"cost\":\"53.68000000000000000000\",\"price\":\"71.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-octagonal-cromada-cbrazo-y-chapet\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (544, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"45\",\"code\":\"VK0928\",\"name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"17.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-plastica-de-6-negro-100-uni\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (545, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"758\",\"code\":\"W185\\/1\\/120\",\"name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"unit\":\"1\",\"cost\":\"402.50000000000000000000\",\"price\":\"504.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-circular-energy-7-14-1400w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-26 18:47:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (546, 'Purchase is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"9\",\"reference_no\":\"PO2022\\/04\\/0032\",\"date\":\"2022-04-26 18:37:00\",\"supplier_id\":\"1\",\"supplier\":\"Prueba\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"37298.0700\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"37298.0700\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"0\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"365\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"75.3100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.3100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"75.3100\",\"real_unit_cost\":\"75.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"75.3100\"},{\"id\":\"366\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"8.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.2800\",\"real_unit_cost\":\"8.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2800\"},{\"id\":\"367\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"7.7600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.8000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.7600\",\"real_unit_cost\":\"7.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7600\"},{\"id\":\"368\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"8.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.2800\",\"real_unit_cost\":\"8.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2800\"},{\"id\":\"369\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"7.7600\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.0400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.7600\",\"real_unit_cost\":\"7.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7600\"},{\"id\":\"370\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"367\",\"product_code\":\"74892800509\",\"product_name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"371\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"368\",\"product_code\":\"7.48928E+11\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"1.5700\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.8400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.5700\",\"real_unit_cost\":\"1.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5700\"},{\"id\":\"372\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"368\",\"product_code\":\"7.48928E+11\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"373\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"368\",\"product_code\":\"7.48928E+11\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"9.8500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.8500\",\"real_unit_cost\":\"9.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8500\"},{\"id\":\"374\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"371\",\"product_code\":\"7.411E+13\",\"product_name\":\"DETERGENTE XEDEX 1KG\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"375\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"372\",\"product_code\":\"28877321639\",\"product_name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"option_id\":null,\"net_unit_cost\":\"17.8800\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"679.4400\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"17.8800\",\"real_unit_cost\":\"17.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.8800\"},{\"id\":\"376\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"31.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"31.5000\",\"real_unit_cost\":\"31.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5000\"},{\"id\":\"377\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"62.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"62.0000\",\"real_unit_cost\":\"62.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"62.0000\"},{\"id\":\"378\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.2600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"379\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"6.5900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.5900\",\"real_unit_cost\":\"6.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5900\"},{\"id\":\"380\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"20.1400\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"181.2600\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"20.1400\",\"real_unit_cost\":\"20.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.1400\"},{\"id\":\"381\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"44.2900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"44.2900\",\"real_unit_cost\":\"44.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.2900\"},{\"id\":\"382\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"379\",\"product_code\":\"7.79822E+12\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"option_id\":null,\"net_unit_cost\":\"45.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"45.0000\",\"real_unit_cost\":\"45.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.0000\"},{\"id\":\"383\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"41.4100\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.6400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"41.4100\",\"real_unit_cost\":\"41.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.4100\"},{\"id\":\"384\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"381\",\"product_code\":\"FER02908\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"59.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"59.0000\",\"real_unit_cost\":\"59.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.0000\"},{\"id\":\"385\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"44.7700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.5400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"44.7700\",\"real_unit_cost\":\"44.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.7700\"},{\"id\":\"386\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"383\",\"product_code\":\"7.50624E+11\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"option_id\":null,\"net_unit_cost\":\"11.7200\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.8800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.7200\",\"real_unit_cost\":\"11.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7200\"},{\"id\":\"387\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"11.7200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.1600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.7200\",\"real_unit_cost\":\"11.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7200\"},{\"id\":\"388\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"11.9400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.6400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.9400\",\"real_unit_cost\":\"11.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9400\"},{\"id\":\"389\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"7.0300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0300\",\"real_unit_cost\":\"7.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0300\"},{\"id\":\"390\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"387\",\"product_code\":\"8.85911E+11\",\"product_name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"option_id\":null,\"net_unit_cost\":\"20.8900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"250.6800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"20.8900\",\"real_unit_cost\":\"20.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.8900\"},{\"id\":\"391\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"388\",\"product_code\":\"28877321608\",\"product_name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.0400\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"200.8000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.0400\",\"real_unit_cost\":\"10.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0400\"},{\"id\":\"392\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"379\",\"product_code\":\"7.79822E+12\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"393\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"11.2500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.2500\",\"real_unit_cost\":\"11.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2500\"},{\"id\":\"394\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"24.9700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"224.7300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"24.9700\",\"real_unit_cost\":\"24.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.9700\"},{\"id\":\"395\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"4.6700\",\"quantity\":\"119.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"555.7300\",\"quantity_balance\":\"119.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.6700\",\"real_unit_cost\":\"4.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"119.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.6700\"},{\"id\":\"396\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"229\",\"product_code\":\"7.21282E+11\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"10.7200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.1600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.7200\",\"real_unit_cost\":\"10.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.7200\"},{\"id\":\"397\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"394\",\"product_code\":\"1.00083E+11\",\"product_name\":\"DUCHA EXAGONAL VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"398\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"395\",\"product_code\":\"VK0908\",\"product_name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"option_id\":null,\"net_unit_cost\":\"53.6800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"53.6800\",\"real_unit_cost\":\"53.6800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"53.6800\"},{\"id\":\"399\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"396\",\"product_code\":\"VK0795\",\"product_name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"25.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"25.0000\",\"real_unit_cost\":\"25.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0000\"},{\"id\":\"400\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"397\",\"product_code\":\"UP0000793\",\"product_name\":\"DULCES COLOMBINA\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"188.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0800\",\"quantity_balance\":\"188.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"188.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"401\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"398\",\"product_code\":\"341\",\"product_name\":\"DULCES HALLS      .\",\"option_id\":null,\"net_unit_cost\":\"0.2300\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.6000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.2300\",\"real_unit_cost\":\"0.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2300\"},{\"id\":\"402\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"399\",\"product_code\":\"41333029955\",\"product_name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"34.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"34.0000\",\"real_unit_cost\":\"34.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0000\"},{\"id\":\"403\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"400\",\"product_code\":\"41333001111\",\"product_name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"404\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"401\",\"product_code\":\"41333428482\",\"product_name\":\"DURACELL REGULAR AAA 1UIDAD\",\"option_id\":null,\"net_unit_cost\":\"5.3000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.8000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.3000\",\"real_unit_cost\":\"5.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3000\"},{\"id\":\"405\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"402\",\"product_code\":\"102311\",\"product_name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"406\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"27.2200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.4400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"27.2200\",\"real_unit_cost\":\"27.2200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.2200\"},{\"id\":\"407\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"37.5100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"37.5100\",\"real_unit_cost\":\"37.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5100\"},{\"id\":\"408\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"405\",\"product_code\":\"D87\",\"product_name\":\"ESCOBAS\",\"option_id\":null,\"net_unit_cost\":\"10.6700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.0100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.6700\",\"real_unit_cost\":\"10.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6700\"},{\"id\":\"409\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"11.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.9200\",\"real_unit_cost\":\"11.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9200\"},{\"id\":\"410\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"407\",\"product_code\":\"102227\",\"product_name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"411\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"408\",\"product_code\":\"102229\",\"product_name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"option_id\":null,\"net_unit_cost\":\"1.9000\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.6000\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.9000\",\"real_unit_cost\":\"1.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.9000\"},{\"id\":\"412\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"409\",\"product_code\":\"102231\",\"product_name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"option_id\":null,\"net_unit_cost\":\"0.5800\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.2200\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.5800\",\"real_unit_cost\":\"0.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5800\"},{\"id\":\"413\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"410\",\"product_code\":\"102236\",\"product_name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"option_id\":null,\"net_unit_cost\":\"2.2300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.9200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.2300\",\"real_unit_cost\":\"2.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2300\"},{\"id\":\"414\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"411\",\"product_code\":\"102233\",\"product_name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.1100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"415\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"412\",\"product_code\":\"102234\",\"product_name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"option_id\":null,\"net_unit_cost\":\"1.2700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.4300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.2700\",\"real_unit_cost\":\"1.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2700\"},{\"id\":\"416\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"413\",\"product_code\":\"102235\",\"product_name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"option_id\":null,\"net_unit_cost\":\"1.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.5900\",\"real_unit_cost\":\"1.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5900\"},{\"id\":\"417\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"414\",\"product_code\":\"AB608\\/120\\/60\",\"product_name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"option_id\":null,\"net_unit_cost\":\"556.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"556.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"556.5100\",\"real_unit_cost\":\"556.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"556.5100\"},{\"id\":\"418\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"415\",\"product_code\":\"6130-33\",\"product_name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"option_id\":null,\"net_unit_cost\":\"530.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"530.0000\",\"real_unit_cost\":\"530.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"530.0000\"},{\"id\":\"419\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"230.7200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"230.7200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"230.7200\",\"real_unit_cost\":\"230.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"230.7200\"},{\"id\":\"420\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"800.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"800.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"800.0000\",\"real_unit_cost\":\"800.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"800.0000\"},{\"id\":\"421\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"15.3100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.5500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.3100\",\"real_unit_cost\":\"15.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.3100\"},{\"id\":\"422\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"308.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"423\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"420\",\"product_code\":\"7.44111E+12\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"option_id\":null,\"net_unit_cost\":\"10.8900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.6800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.8900\",\"real_unit_cost\":\"10.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.8900\"},{\"id\":\"424\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"421\",\"product_code\":\"FER00150\",\"product_name\":\"ESPONJA GRANDE PARA REPELLO\",\"option_id\":null,\"net_unit_cost\":\"5.8800\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"282.2400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.8800\",\"real_unit_cost\":\"5.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8800\"},{\"id\":\"425\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"422\",\"product_code\":\"21200844416\",\"product_name\":\"ESPONJA MULTIUSOS SCOTCH\",\"option_id\":null,\"net_unit_cost\":\"30.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"151.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"30.2800\",\"real_unit_cost\":\"30.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.2800\"},{\"id\":\"426\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"423\",\"product_code\":\"FER000151\",\"product_name\":\"ESPONJA PEQUE\",\"option_id\":null,\"net_unit_cost\":\"2.7800\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.1200\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.7800\",\"real_unit_cost\":\"2.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7800\"},{\"id\":\"427\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"247\",\"product_code\":\"7.441E+12\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"7.3400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.3600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.3400\",\"real_unit_cost\":\"7.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3400\"},{\"id\":\"428\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"146\",\"product_code\":\"7.69409E+11\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"70.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"70.0000\",\"real_unit_cost\":\"70.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"70.0000\"},{\"id\":\"429\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"112\",\"product_code\":\"7.50189E+12\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"option_id\":null,\"net_unit_cost\":\"16.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"16.0000\",\"real_unit_cost\":\"16.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0000\"},{\"id\":\"430\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"146\",\"product_code\":\"7.69409E+11\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"431\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"146\",\"product_code\":\"7.69409E+11\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"57.4200\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"432\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"146\",\"product_code\":\"7.69409E+11\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"6.3200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.8400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.3200\",\"real_unit_cost\":\"6.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3200\"},{\"id\":\"433\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"430\",\"product_code\":\"76940900117\",\"product_name\":\"FELPA EXPERT STANDAR 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"5.4000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.8000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.4000\",\"real_unit_cost\":\"5.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4000\"},{\"id\":\"434\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"431\",\"product_code\":\"7.50222E+12\",\"product_name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.3000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"435\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"146\",\"product_code\":\"7.69409E+11\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"8.1000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.1000\",\"real_unit_cost\":\"8.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1000\"},{\"id\":\"436\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"229\",\"product_code\":\"7.21282E+11\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"9.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.7500\",\"real_unit_cost\":\"9.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.7500\"},{\"id\":\"437\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"229\",\"product_code\":\"7.21282E+11\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"4.4500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.4500\",\"real_unit_cost\":\"4.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4500\"},{\"id\":\"438\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"435\",\"product_code\":\"6.93324E+12\",\"product_name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"option_id\":null,\"net_unit_cost\":\"1.1200\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.7200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.1200\",\"real_unit_cost\":\"1.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1200\"},{\"id\":\"439\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"436\",\"product_code\":\"THQC1120\",\"product_name\":\"FLIPON # 20 THQC1120\",\"option_id\":null,\"net_unit_cost\":\"71.0000\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1349.0000\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"71.0000\",\"real_unit_cost\":\"71.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.0000\"},{\"id\":\"440\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"437\",\"product_code\":\"2.07832E+14\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"option_id\":null,\"net_unit_cost\":\"37.2900\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"410.1900\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"37.2900\",\"real_unit_cost\":\"37.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.2900\"},{\"id\":\"441\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"438\",\"product_code\":\"2.07832E+13\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"option_id\":null,\"net_unit_cost\":\"37.5900\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"488.6700\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"37.5900\",\"real_unit_cost\":\"37.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5900\"},{\"id\":\"442\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"438\",\"product_code\":\"2.07832E+13\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"option_id\":null,\"net_unit_cost\":\"41.6500\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"374.8500\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"41.6500\",\"real_unit_cost\":\"41.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6500\"},{\"id\":\"443\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"437\",\"product_code\":\"2.07832E+14\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"option_id\":null,\"net_unit_cost\":\"41.6400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"333.1200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"41.6400\",\"real_unit_cost\":\"41.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6400\"},{\"id\":\"444\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"441\",\"product_code\":\"102312\",\"product_name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"445\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"442\",\"product_code\":\"7.40619E+12\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"446\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"447\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"442\",\"product_code\":\"7.40619E+12\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"2.2600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.5600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.2600\",\"real_unit_cost\":\"2.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2600\"},{\"id\":\"448\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"445\",\"product_code\":\"88313062267\",\"product_name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"option_id\":null,\"net_unit_cost\":\"2.9800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.9800\",\"real_unit_cost\":\"2.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9800\"},{\"id\":\"449\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"446\",\"product_code\":\"88313062281\",\"product_name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"option_id\":null,\"net_unit_cost\":\"6.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.0800\",\"real_unit_cost\":\"6.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0800\"},{\"id\":\"450\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"447\",\"product_code\":\"24474002124\",\"product_name\":\"FRUTA FRESCA  PETIT\",\"option_id\":null,\"net_unit_cost\":\"2.5400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.9400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.5400\",\"real_unit_cost\":\"2.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5400\"},{\"id\":\"451\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"448\",\"product_code\":\"9.11121E+12\",\"product_name\":\"FULL CRETE (1 CUARTO GALON)\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"452\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"449\",\"product_code\":\"7.501E+12\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"453\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"449\",\"product_code\":\"7.501E+12\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"454\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"122\",\"product_code\":\"7.40623E+12\",\"product_name\":\"BON BON COLOMBINA\",\"option_id\":null,\"net_unit_cost\":\"0.8200\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.7600\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8200\",\"real_unit_cost\":\"0.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8200\"},{\"id\":\"455\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"452\",\"product_code\":\"7.53079E+11\",\"product_name\":\"GALLETA CAN CAN\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"456\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"453\",\"product_code\":\"7.44116E+12\",\"product_name\":\"GALLETA CHIKY CHIPS\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0400\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"457\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"454\",\"product_code\":\"7.6223E+12\",\"product_name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"3.2800\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.6800\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.2800\",\"real_unit_cost\":\"3.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2800\"},{\"id\":\"458\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"455\",\"product_code\":\"7.50176E+12\",\"product_name\":\"GALLETA CHOCOVIC\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"459\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"449\",\"product_code\":\"7.501E+12\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"460\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"457\",\"product_code\":\"86581012502\",\"product_name\":\"GALLETA CLUB EXTRA..\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.2200\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"461\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"458\",\"product_code\":\"86581015121\",\"product_name\":\"GALLETA CREMAS GDE .\",\"option_id\":null,\"net_unit_cost\":\"0.8500\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.4000\",\"quantity_balance\":\"44.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8500\",\"real_unit_cost\":\"0.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"44.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8500\"},{\"id\":\"462\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"449\",\"product_code\":\"7.501E+12\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"4.2600\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.8200\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.2600\",\"real_unit_cost\":\"4.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2600\"},{\"id\":\"463\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"449\",\"product_code\":\"7.501E+12\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"464\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"449\",\"product_code\":\"7.501E+12\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.6000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"465\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"449\",\"product_code\":\"7.501E+12\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"466\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"463\",\"product_code\":\"7.59001E+12\",\"product_name\":\"GALLETA OREO\",\"option_id\":null,\"net_unit_cost\":\"1.0800\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.8800\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.0800\",\"real_unit_cost\":\"1.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0800\"},{\"id\":\"467\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"464\",\"product_code\":\"7.51001E+11\",\"product_name\":\"GALLETA PAN CREMA .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.6000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"468\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"465\",\"product_code\":\"86581001070\",\"product_name\":\"GALLETA SODA POZUELO\",\"option_id\":null,\"net_unit_cost\":\"0.3400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.4400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.3400\",\"real_unit_cost\":\"0.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3400\"},{\"id\":\"469\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"466\",\"product_code\":\"86581017699\",\"product_name\":\"GALLETA TIPO.               .\",\"option_id\":null,\"net_unit_cost\":\"0.8500\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5500\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8500\",\"real_unit_cost\":\"0.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8500\"},{\"id\":\"470\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"467\",\"product_code\":\"8.42071E+11\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"132.7200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"265.4400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"132.7200\",\"real_unit_cost\":\"132.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"132.7200\"},{\"id\":\"471\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"467\",\"product_code\":\"8.42071E+11\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"193.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"193.4200\",\"real_unit_cost\":\"193.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"193.4200\"},{\"id\":\"472\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"469\",\"product_code\":\"GEL0001\",\"product_name\":\"GALON ALCOHOL GEL\",\"option_id\":null,\"net_unit_cost\":\"155.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"465.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"155.0000\",\"real_unit_cost\":\"155.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"155.0000\"},{\"id\":\"473\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"470\",\"product_code\":\"9.12122E+12\",\"product_name\":\"GALON FULL CRETE\",\"option_id\":null,\"net_unit_cost\":\"150.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"150.0000\",\"real_unit_cost\":\"150.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"150.0000\"},{\"id\":\"474\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"471\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"option_id\":null,\"net_unit_cost\":\"14.0900\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"535.4200\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"14.0900\",\"real_unit_cost\":\"14.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0900\"},{\"id\":\"475\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"472\",\"product_code\":\"7\",\"product_name\":\"GATORADE\",\"option_id\":null,\"net_unit_cost\":\"6.5800\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.5800\",\"real_unit_cost\":\"6.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5800\"},{\"id\":\"476\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"473\",\"product_code\":\"7.50619E+12\",\"product_name\":\"GEL EGO POWER\",\"option_id\":null,\"net_unit_cost\":\"0.7400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.7400\",\"real_unit_cost\":\"0.7400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7400\"},{\"id\":\"477\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"473\",\"product_code\":\"7.50619E+12\",\"product_name\":\"GEL EGO POWER\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"478\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"473\",\"product_code\":\"7.50619E+12\",\"product_name\":\"GEL EGO POWER\",\"option_id\":null,\"net_unit_cost\":\"4.1600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.1600\",\"real_unit_cost\":\"4.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1600\"},{\"id\":\"479\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"476\",\"product_code\":\"7.50114E+12\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"option_id\":null,\"net_unit_cost\":\"1.6000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.6000\",\"real_unit_cost\":\"1.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6000\"},{\"id\":\"480\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"476\",\"product_code\":\"7.50114E+12\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"option_id\":null,\"net_unit_cost\":\"2.1600\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.4400\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.1600\",\"real_unit_cost\":\"2.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1600\"},{\"id\":\"481\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"478\",\"product_code\":\"4.99715E+12\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"option_id\":null,\"net_unit_cost\":\"6.5600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"85.2800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.5600\",\"real_unit_cost\":\"6.5600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5600\"},{\"id\":\"482\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"478\",\"product_code\":\"4.99715E+12\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"option_id\":null,\"net_unit_cost\":\"8.2500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.2500\",\"real_unit_cost\":\"8.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2500\"},{\"id\":\"483\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.4900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.8800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.4900\",\"real_unit_cost\":\"3.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4900\"},{\"id\":\"484\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.0800\",\"real_unit_cost\":\"3.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0800\"},{\"id\":\"485\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"482\",\"product_code\":\"GRIFA001\",\"product_name\":\"GRIFA 1\\/2 * 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"70.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"70.0000\",\"real_unit_cost\":\"70.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"70.0000\"},{\"id\":\"486\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"483\",\"product_code\":\"GRIFA002\",\"product_name\":\"GRIFA 1\\/4 * 3\\/16\",\"option_id\":null,\"net_unit_cost\":\"35.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"35.0000\",\"real_unit_cost\":\"35.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.0000\"},{\"id\":\"487\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"484\",\"product_code\":\"102381\",\"product_name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"31.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"31.0000\",\"real_unit_cost\":\"31.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.0000\"},{\"id\":\"488\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"485\",\"product_code\":\"6.93353E+11\",\"product_name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"option_id\":null,\"net_unit_cost\":\"38.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"38.7500\",\"real_unit_cost\":\"38.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.7500\"},{\"id\":\"489\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"467\",\"product_code\":\"8.42071E+11\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"34.1000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.3000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"34.1000\",\"real_unit_cost\":\"34.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.1000\"},{\"id\":\"490\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"487\",\"product_code\":\"7.64009E+11\",\"product_name\":\"HEINEKEN VIDRIO\",\"option_id\":null,\"net_unit_cost\":\"9.3800\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"422.1000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.3800\",\"real_unit_cost\":\"9.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.3800\"},{\"id\":\"491\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"1.8800\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.8800\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.8800\",\"real_unit_cost\":\"1.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8800\"},{\"id\":\"492\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"493\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"494\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"495\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.5000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"496\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.0000\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"497\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"498\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"499\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.2500\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"500\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"1.5000\",\"quantity\":\"87.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.5000\",\"quantity_balance\":\"87.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.5000\",\"real_unit_cost\":\"1.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"87.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5000\"},{\"id\":\"501\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"502\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"503\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.5000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"504\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"505\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"11.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.2500\",\"real_unit_cost\":\"11.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2500\"},{\"id\":\"506\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"0.7500\",\"quantity\":\"109.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.7500\",\"quantity_balance\":\"109.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.7500\",\"real_unit_cost\":\"0.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"109.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7500\"},{\"id\":\"507\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"40.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"40.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"508\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"0.7500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.2500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.7500\",\"real_unit_cost\":\"0.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7500\"},{\"id\":\"509\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"510\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"507\",\"product_code\":\"HL8140\\/120M\",\"product_name\":\"HIDROLAVADORA 1800W 2003PSI\",\"option_id\":null,\"net_unit_cost\":\"906.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"906.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"906.5100\",\"real_unit_cost\":\"906.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"906.5100\"},{\"id\":\"511\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"508\",\"product_code\":\"GEL0002\",\"product_name\":\"JABON LIQUIDO 500 ML\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"512\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"509\",\"product_code\":\"9917692238\",\"product_name\":\"JABON PROTEX .\",\"option_id\":null,\"net_unit_cost\":\"5.4200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.8400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.4200\",\"real_unit_cost\":\"5.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4200\"},{\"id\":\"513\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"510\",\"product_code\":\"7.70201E+12\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.8000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.8000\",\"real_unit_cost\":\"4.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8000\"},{\"id\":\"514\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"511\",\"product_code\":\"6.4245E+12\",\"product_name\":\"JABONERA CROMADA FOREVER\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"515\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"512\",\"product_code\":\"7.70203E+12\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"option_id\":null,\"net_unit_cost\":\"21.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"21.7500\",\"real_unit_cost\":\"21.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.7500\"},{\"id\":\"516\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"59.6900\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.7600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"59.6900\",\"real_unit_cost\":\"59.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.6900\"},{\"id\":\"517\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"83.5700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"83.5700\",\"real_unit_cost\":\"83.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"83.5700\"},{\"id\":\"518\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"217.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"217.8500\",\"real_unit_cost\":\"217.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"217.8500\"},{\"id\":\"519\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"153.4000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"153.4000\",\"real_unit_cost\":\"153.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"153.4000\"},{\"id\":\"520\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"113.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"113.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"113.5000\",\"real_unit_cost\":\"113.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"113.5000\"},{\"id\":\"521\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"518\",\"product_code\":\"24474381014\",\"product_name\":\"JUGO PETIT LATA 330 ML\",\"option_id\":null,\"net_unit_cost\":\"2.3800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.7600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.3800\",\"real_unit_cost\":\"2.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3800\"},{\"id\":\"522\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"519\",\"product_code\":\"345\",\"product_name\":\"JUGOS CALIFORNIA.\",\"option_id\":null,\"net_unit_cost\":\"5.9200\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"53.2800\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.9200\",\"real_unit_cost\":\"5.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9200\"},{\"id\":\"523\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"12.6700\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"304.0800\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.6700\",\"real_unit_cost\":\"12.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.6700\"},{\"id\":\"524\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"521\",\"product_code\":\"88313318739\",\"product_name\":\"KERNS CAJITA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"58.0000\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"525\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"522\",\"product_code\":\"5\",\"product_name\":\"KERNS LATA.      .\",\"option_id\":null,\"net_unit_cost\":\"2.8600\",\"quantity\":\"93.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"265.9800\",\"quantity_balance\":\"93.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.8600\",\"real_unit_cost\":\"2.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"93.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8600\"},{\"id\":\"526\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"523\",\"product_code\":\"99176480518\",\"product_name\":\"KIT DE CEPILLADO  .\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.5000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"527\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"524\",\"product_code\":\"7.79905E+12\",\"product_name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"option_id\":null,\"net_unit_cost\":\"262.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"262.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"262.0000\",\"real_unit_cost\":\"262.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"262.0000\"},{\"id\":\"528\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"525\",\"product_code\":\"123\",\"product_name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"529\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"526\",\"product_code\":\"28571000687\",\"product_name\":\"LA SIRENA PICA PICA PEQ    .\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"530\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"527\",\"product_code\":\"6.94672E+12\",\"product_name\":\"LAMPARA TIGER WORLD\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"531\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"368\",\"product_code\":\"7.48928E+11\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"532\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"229\",\"product_code\":\"7.21282E+11\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"13.6200\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.4800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"13.6200\",\"real_unit_cost\":\"13.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.6200\"},{\"id\":\"533\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"530\",\"product_code\":\"102\",\"product_name\":\"LB CLAVO PARA LAMINA\",\"option_id\":null,\"net_unit_cost\":\"9.5000\",\"quantity\":\"73.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"693.5000\",\"quantity_balance\":\"73.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.5000\",\"real_unit_cost\":\"9.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"73.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5000\"},{\"id\":\"534\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"531\",\"product_code\":\"FER00017\",\"product_name\":\"LB ELECTRODO 3\\/32\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"408.0000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"535\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"532\",\"product_code\":\"FER000150\",\"product_name\":\"LB. CLAVO 1\\\" ASSA\",\"option_id\":null,\"net_unit_cost\":\"7.9000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.9000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.9000\",\"real_unit_cost\":\"7.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.9000\"},{\"id\":\"536\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"533\",\"product_code\":\"757575\",\"product_name\":\"LIBRA DE PITA\",\"option_id\":null,\"net_unit_cost\":\"2.9200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.8400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.9200\",\"real_unit_cost\":\"2.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9200\"},{\"id\":\"537\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"534\",\"product_code\":\"102375\",\"product_name\":\"LIBRA DE PITA COMPLETA\",\"option_id\":null,\"net_unit_cost\":\"10.8300\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"184.1100\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.8300\",\"real_unit_cost\":\"10.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.8300\"},{\"id\":\"538\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"535\",\"product_code\":\"7.75006E+12\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"137.2000\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"539\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"535\",\"product_code\":\"7.75006E+12\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4500\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.3000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.4500\",\"real_unit_cost\":\"2.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4500\"},{\"id\":\"540\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"535\",\"product_code\":\"7.75006E+12\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4500\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.0500\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.4500\",\"real_unit_cost\":\"2.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4500\"},{\"id\":\"541\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"535\",\"product_code\":\"7.75006E+12\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"137.2000\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"542\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"535\",\"product_code\":\"7.75006E+12\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"543\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"535\",\"product_code\":\"7.75006E+12\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.0000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"544\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"535\",\"product_code\":\"7.75006E+12\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"5.2500\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.2500\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.2500\",\"real_unit_cost\":\"5.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2500\"},{\"id\":\"545\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"542\",\"product_code\":\"6.93453E+12\",\"product_name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"option_id\":null,\"net_unit_cost\":\"288.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"288.3900\",\"real_unit_cost\":\"288.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"288.3900\"},{\"id\":\"546\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"543\",\"product_code\":\"FER00750\",\"product_name\":\"LIMA  TRIANGULAR BELLOTA\",\"option_id\":null,\"net_unit_cost\":\"8.1700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.1700\",\"real_unit_cost\":\"8.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1700\"},{\"id\":\"547\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"544\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"option_id\":null,\"net_unit_cost\":\"7.3000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.3000\",\"real_unit_cost\":\"7.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3000\"},{\"id\":\"548\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.3400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.3400\",\"real_unit_cost\":\"6.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3400\"},{\"id\":\"549\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"102\",\"product_code\":\"7.83094E+11\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"550\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"547\",\"product_code\":\"39101002507\",\"product_name\":\"LIQUIDO DE FRENOS DOT-3\",\"option_id\":null,\"net_unit_cost\":\"11.0800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.0400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.0800\",\"real_unit_cost\":\"11.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.0800\"},{\"id\":\"551\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"548\",\"product_code\":\"853619237\",\"product_name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"option_id\":null,\"net_unit_cost\":\"17.5300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"17.5300\",\"real_unit_cost\":\"17.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5300\"},{\"id\":\"552\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"512\",\"product_code\":\"7.70203E+12\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"option_id\":null,\"net_unit_cost\":\"29.7000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"29.7000\",\"real_unit_cost\":\"29.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"29.7000\"},{\"id\":\"553\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"550\",\"product_code\":\"42071002442\",\"product_name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"option_id\":null,\"net_unit_cost\":\"35.4700\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"212.8200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"35.4700\",\"real_unit_cost\":\"35.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.4700\"},{\"id\":\"554\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"467\",\"product_code\":\"8.42071E+11\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"44.3200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.9600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"44.3200\",\"real_unit_cost\":\"44.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.3200\"},{\"id\":\"555\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"552\",\"product_code\":\"512\",\"product_name\":\"LITRO PEPSI.     .\",\"option_id\":null,\"net_unit_cost\":\"5.1600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"67.0800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.1600\",\"real_unit_cost\":\"5.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1600\"},{\"id\":\"556\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"553\",\"product_code\":\"3.25357E+12\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"22.4200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.4200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"22.4200\",\"real_unit_cost\":\"22.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.4200\"},{\"id\":\"557\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"553\",\"product_code\":\"3.25357E+12\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"27.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"27.0000\",\"real_unit_cost\":\"27.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.0000\"},{\"id\":\"558\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"553\",\"product_code\":\"3.25357E+12\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"28.4300\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.4300\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"28.4300\",\"real_unit_cost\":\"28.4300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4300\"},{\"id\":\"559\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"553\",\"product_code\":\"3.25357E+12\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"30.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"30.0000\",\"real_unit_cost\":\"30.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0000\"},{\"id\":\"560\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"557\",\"product_code\":\"91712200086\",\"product_name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"44.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"44.5000\",\"real_unit_cost\":\"44.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.5000\"},{\"id\":\"561\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"558\",\"product_code\":\"GE-0251\",\"product_name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"35.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"35.0000\",\"real_unit_cost\":\"35.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.0000\"},{\"id\":\"562\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"15.9500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.9500\",\"real_unit_cost\":\"15.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.9500\"},{\"id\":\"563\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"560\",\"product_code\":\"02-290\",\"product_name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"564\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"561\",\"product_code\":\"02-310\",\"product_name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"25.0300\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0300\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"25.0300\",\"real_unit_cost\":\"25.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0300\"},{\"id\":\"565\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"562\",\"product_code\":\"91712200499\",\"product_name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"94.8500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"189.7000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"94.8500\",\"real_unit_cost\":\"94.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"94.8500\"},{\"id\":\"566\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"563\",\"product_code\":\"19025\",\"product_name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"47.2200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"141.6600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"47.2200\",\"real_unit_cost\":\"47.2200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"47.2200\"},{\"id\":\"567\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"34.4900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"34.4900\",\"real_unit_cost\":\"34.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.4900\"},{\"id\":\"568\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"565\",\"product_code\":\"502243003\",\"product_name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"option_id\":null,\"net_unit_cost\":\"22.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"22.0000\",\"real_unit_cost\":\"22.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.0000\"},{\"id\":\"569\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"566\",\"product_code\":\"102285\",\"product_name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"7.8500\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"94.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.8500\",\"real_unit_cost\":\"7.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8500\"},{\"id\":\"570\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"567\",\"product_code\":\"SUVAL2\\\"\",\"product_name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"option_id\":null,\"net_unit_cost\":\"60.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"60.0000\",\"real_unit_cost\":\"60.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"60.0000\"},{\"id\":\"571\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"568\",\"product_code\":\"400WOG\",\"product_name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"option_id\":null,\"net_unit_cost\":\"85.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"85.7500\",\"real_unit_cost\":\"85.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.7500\"},{\"id\":\"572\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"573\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"570\",\"product_code\":\"411653\",\"product_name\":\"LLAVE DUCHA QUALITA\",\"option_id\":null,\"net_unit_cost\":\"59.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"59.0000\",\"real_unit_cost\":\"59.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.0000\"},{\"id\":\"574\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"571\",\"product_code\":\"LLPDCLA\",\"product_name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"option_id\":null,\"net_unit_cost\":\"85.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"85.0000\",\"real_unit_cost\":\"85.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.0000\"},{\"id\":\"575\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"572\",\"product_code\":\"FER000018\",\"product_name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"104.7900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"104.7900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"104.7900\",\"real_unit_cost\":\"104.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"104.7900\"},{\"id\":\"576\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"7.1800\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0800\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.1800\",\"real_unit_cost\":\"7.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1800\"},{\"id\":\"577\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"574\",\"product_code\":\"6.97275E+12\",\"product_name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"24.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"24.0000\",\"real_unit_cost\":\"24.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.0000\"},{\"id\":\"578\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"575\",\"product_code\":\"10295\",\"product_name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"579\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"23.9400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"143.6400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"23.9400\",\"real_unit_cost\":\"23.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.9400\"},{\"id\":\"580\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"577\",\"product_code\":\"FER01945\",\"product_name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"option_id\":null,\"net_unit_cost\":\"24.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"24.0000\",\"real_unit_cost\":\"24.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.0000\"},{\"id\":\"581\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"146\",\"product_code\":\"7.69409E+11\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"11.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.1500\",\"real_unit_cost\":\"11.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.1500\"},{\"id\":\"582\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"583\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"90.7900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"181.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"90.7900\",\"real_unit_cost\":\"90.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.7900\"},{\"id\":\"584\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"581\",\"product_code\":\"7.40401E+12\",\"product_name\":\"MANGUERA BELLO JARDIN 25 PS\",\"option_id\":null,\"net_unit_cost\":\"23.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"23.7500\",\"real_unit_cost\":\"23.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.7500\"},{\"id\":\"585\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"582\",\"product_code\":\"7.50649E+12\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"option_id\":null,\"net_unit_cost\":\"157.1400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"157.1400\",\"real_unit_cost\":\"157.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"157.1400\"},{\"id\":\"586\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"582\",\"product_code\":\"7.50649E+12\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"option_id\":null,\"net_unit_cost\":\"95.7100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"95.7100\",\"real_unit_cost\":\"95.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"95.7100\"},{\"id\":\"587\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"510\",\"product_code\":\"7.70201E+12\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"5.1300\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.3000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.1300\",\"real_unit_cost\":\"5.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1300\"},{\"id\":\"588\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"585\",\"product_code\":\"7.44101E+12\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"589\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"229\",\"product_code\":\"7.21282E+11\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"0.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.9000\",\"real_unit_cost\":\"0.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9000\"},{\"id\":\"590\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"587\",\"product_code\":\"81537200811\",\"product_name\":\"MARINEROS.             .\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.9300\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"591\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"588\",\"product_code\":\"1.10021E+11\",\"product_name\":\"MARRO 2  LIBRAS VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"36.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"36.0000\",\"real_unit_cost\":\"36.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.0000\"},{\"id\":\"592\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"189.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"189.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"189.1900\",\"real_unit_cost\":\"189.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"189.1900\"},{\"id\":\"593\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"171.4500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"342.9000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"171.4500\",\"real_unit_cost\":\"171.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"171.4500\"},{\"id\":\"594\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"32.9500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.9500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"32.9500\",\"real_unit_cost\":\"32.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.9500\"},{\"id\":\"595\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"62.0600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.1200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"62.0600\",\"real_unit_cost\":\"62.0600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"62.0600\"},{\"id\":\"596\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"593\",\"product_code\":\"102301\",\"product_name\":\"MARTILLO ALDOSA 25 MM\",\"option_id\":null,\"net_unit_cost\":\"21.9500\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"241.4500\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"21.9500\",\"real_unit_cost\":\"21.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.9500\"},{\"id\":\"597\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"594\",\"product_code\":\"102317\",\"product_name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"262.5000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"598\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"34.1700\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"205.0200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"34.1700\",\"real_unit_cost\":\"34.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.1700\"},{\"id\":\"599\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"596\",\"product_code\":\"3LAYER MASCA\",\"product_name\":\"MASCARILLA 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4800\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"119.0400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.4800\",\"real_unit_cost\":\"2.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4800\"},{\"id\":\"600\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"597\",\"product_code\":\"FER00868\",\"product_name\":\"MASKING TAPE 1 3M\",\"option_id\":null,\"net_unit_cost\":\"7.7000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.4000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.7000\",\"real_unit_cost\":\"7.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7000\"},{\"id\":\"601\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"598\",\"product_code\":\"7.70731E+12\",\"product_name\":\"MASKING TAPE 1 PULG. TESA\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"602\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"599\",\"product_code\":\"7.75037E+12\",\"product_name\":\"MASKING TAPE 3\\/4 3M\",\"option_id\":null,\"net_unit_cost\":\"5.9500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"47.6000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.9500\",\"real_unit_cost\":\"5.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9500\"},{\"id\":\"603\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"113.1900\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"604\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"383\",\"product_code\":\"7.50624E+11\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"87.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"605\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"602\",\"product_code\":\"77070548\",\"product_name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"option_id\":null,\"net_unit_cost\":\"1.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.1500\",\"real_unit_cost\":\"1.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1500\"},{\"id\":\"606\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"603\",\"product_code\":\"45242502646\",\"product_name\":\"METRO 5 M MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"160.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"607\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"604\",\"product_code\":\"45242502653\",\"product_name\":\"METRO 8 METROS MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"50.8000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"152.4000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"50.8000\",\"real_unit_cost\":\"50.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.8000\"},{\"id\":\"608\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"12.1600\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.6400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.1600\",\"real_unit_cost\":\"12.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.1600\"},{\"id\":\"609\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"21.6300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"21.6300\",\"real_unit_cost\":\"21.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.6300\"},{\"id\":\"610\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"40.6600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"40.6600\",\"real_unit_cost\":\"40.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.6600\"},{\"id\":\"611\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"612\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"609\",\"product_code\":\"MDL700\",\"product_name\":\"METRO LASER DE 20M\",\"option_id\":null,\"net_unit_cost\":\"192.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"192.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"192.5100\",\"real_unit_cost\":\"192.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"192.5100\"},{\"id\":\"613\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"610\",\"product_code\":\"MDL740\",\"product_name\":\"METRO LASER GLP 40M\",\"option_id\":null,\"net_unit_cost\":\"276.5100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"276.5100\",\"real_unit_cost\":\"276.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"276.5100\"},{\"id\":\"614\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"34.0900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"34.0900\",\"real_unit_cost\":\"34.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0900\"},{\"id\":\"615\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"612\",\"product_code\":\"102275\",\"product_name\":\"MINI SNICKERS\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"616\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"103\",\"product_code\":\"7.50103E+12\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"option_id\":null,\"net_unit_cost\":\"1.8800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.8800\",\"real_unit_cost\":\"1.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8800\"},{\"id\":\"617\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"614\",\"product_code\":\"70847033967\",\"product_name\":\"MONSTER ENERGY MANGO LOCO\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"618\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"615\",\"product_code\":\"ELE063\",\"product_name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"619\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"616\",\"product_code\":\"45242534470\",\"product_name\":\"NABAJA PLEGABLE MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"620\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"617\",\"product_code\":\"7.48757E+11\",\"product_name\":\"NACHO Y JALAPE\",\"option_id\":null,\"net_unit_cost\":\"1.6700\",\"quantity\":\"63.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.2100\",\"quantity_balance\":\"63.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.6700\",\"real_unit_cost\":\"1.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"63.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6700\"},{\"id\":\"621\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"618\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"158.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.1400\",\"quantity_balance\":\"158.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"158.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"622\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"619\",\"product_code\":\"76174420753\",\"product_name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"option_id\":null,\"net_unit_cost\":\"84.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"84.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"84.0000\",\"real_unit_cost\":\"84.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"84.0000\"},{\"id\":\"623\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"620\",\"product_code\":\"7.50121E+11\",\"product_name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"9.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.5000\",\"real_unit_cost\":\"9.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5000\"},{\"id\":\"624\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"621\",\"product_code\":\"ALF0019\",\"product_name\":\"NIVEL DE RESINA 12\\\"\",\"option_id\":null,\"net_unit_cost\":\"12.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.9000\",\"real_unit_cost\":\"12.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.9000\"},{\"id\":\"625\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"622\",\"product_code\":\"102316\",\"product_name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"19.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"19.1500\",\"real_unit_cost\":\"19.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.1500\"},{\"id\":\"626\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"65.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"65.5000\",\"real_unit_cost\":\"65.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.5000\"},{\"id\":\"627\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"49.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"49.8500\",\"real_unit_cost\":\"49.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.8500\"},{\"id\":\"628\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"22.1300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.3900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"22.1300\",\"real_unit_cost\":\"22.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.1300\"},{\"id\":\"629\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"71.6900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.6900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"71.6900\",\"real_unit_cost\":\"71.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.6900\"},{\"id\":\"630\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"92.6200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.6200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"92.6200\",\"real_unit_cost\":\"92.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"92.6200\"},{\"id\":\"631\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"107.9100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.9100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"107.9100\",\"real_unit_cost\":\"107.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"107.9100\"},{\"id\":\"632\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"629\",\"product_code\":\"60\",\"product_name\":\"NYLON UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"1.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.0000\",\"real_unit_cost\":\"1.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0000\"},{\"id\":\"633\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"630\",\"product_code\":\"56\",\"product_name\":\"OCTAVO SABORES.\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"338.0000\",\"quantity_balance\":\"52.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"52.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"634\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"631\",\"product_code\":\"111\",\"product_name\":\"ORANGE DESECHABLE.         .\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"187.6500\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"635\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"632\",\"product_code\":\"109\",\"product_name\":\"ORANGE JUMBO.   .\",\"option_id\":null,\"net_unit_cost\":\"13.0800\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"405.4800\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"13.0800\",\"real_unit_cost\":\"13.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0800\"},{\"id\":\"636\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"633\",\"product_code\":\"104\",\"product_name\":\"ORANGE LATA. .\",\"option_id\":null,\"net_unit_cost\":\"2.6300\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.2400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.6300\",\"real_unit_cost\":\"2.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6300\"},{\"id\":\"637\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"229\",\"product_code\":\"7.21282E+11\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"4.4500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.8000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.4500\",\"real_unit_cost\":\"4.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4500\"},{\"id\":\"638\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"36.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"36.0000\",\"real_unit_cost\":\"36.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.0000\"},{\"id\":\"639\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"112\",\"product_code\":\"7.50189E+12\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"640\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"41.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"123.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"41.2500\",\"real_unit_cost\":\"41.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.2500\"},{\"id\":\"641\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"26.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"26.3000\",\"real_unit_cost\":\"26.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.3000\"},{\"id\":\"642\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"26.3000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.3000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"26.3000\",\"real_unit_cost\":\"26.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.3000\"},{\"id\":\"643\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"640\",\"product_code\":\"7.8028E+12\",\"product_name\":\"PAPAS KRYSPO VARIOS SABORES\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"115.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"644\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"641\",\"product_code\":\"102221\",\"product_name\":\"PAPEL ARCO IRIS CARTA\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"645\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"642\",\"product_code\":\"102220\",\"product_name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"option_id\":null,\"net_unit_cost\":\"0.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.5000\",\"real_unit_cost\":\"0.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5000\"},{\"id\":\"646\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"643\",\"product_code\":\"7.4165E+12\",\"product_name\":\"PAPEL ROSAL\",\"option_id\":null,\"net_unit_cost\":\"1.5400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.5400\",\"real_unit_cost\":\"1.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5400\"},{\"id\":\"647\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"585\",\"product_code\":\"7.44101E+12\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"1.8600\",\"quantity\":\"59.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"109.7400\",\"quantity_balance\":\"59.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.8600\",\"real_unit_cost\":\"1.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"59.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8600\"},{\"id\":\"648\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"645\",\"product_code\":\"7.40111E+12\",\"product_name\":\"PAPEL STAFF JUNIOR\",\"option_id\":null,\"net_unit_cost\":\"1.1700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.1700\",\"real_unit_cost\":\"1.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1700\"},{\"id\":\"649\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"646\",\"product_code\":\"T1101-047\",\"product_name\":\"PASADOR ALEMAN 3\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.3500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.3500\",\"real_unit_cost\":\"3.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3500\"},{\"id\":\"650\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"647\",\"product_code\":\"1.00103E+11\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"651\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"647\",\"product_code\":\"1.00103E+11\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"option_id\":null,\"net_unit_cost\":\"4.9000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.9000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.9000\",\"real_unit_cost\":\"4.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.9000\"},{\"id\":\"652\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"649\",\"product_code\":\"99176129745\",\"product_name\":\"PASTA COLGATE\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"653\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"650\",\"product_code\":\"PVC00236\",\"product_name\":\"PEGA PVC 025 ML TANGIT\",\"option_id\":null,\"net_unit_cost\":\"12.6500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.9000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.6500\",\"real_unit_cost\":\"12.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.6500\"},{\"id\":\"654\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"651\",\"product_code\":\"PVC287\",\"product_name\":\"PEGA PVC 050 ML TANGIT\",\"option_id\":null,\"net_unit_cost\":\"20.3500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"203.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"20.3500\",\"real_unit_cost\":\"20.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.3500\"},{\"id\":\"655\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"652\",\"product_code\":\"7.5012E+12\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"25.8000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"361.2000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"25.8000\",\"real_unit_cost\":\"25.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.8000\"},{\"id\":\"656\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"9.3800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.3800\",\"real_unit_cost\":\"9.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.3800\"},{\"id\":\"657\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"654\",\"product_code\":\"65\",\"product_name\":\"PEPSI DESECHABLE Y SABORES  .\",\"option_id\":null,\"net_unit_cost\":\"4.2100\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"176.8200\",\"quantity_balance\":\"42.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.2100\",\"real_unit_cost\":\"4.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"42.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2100\"},{\"id\":\"658\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"655\",\"product_code\":\"15\",\"product_name\":\"PEPSI LATA  .\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"104.0000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"659\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"656\",\"product_code\":\"15199\",\"product_name\":\"PEPSI VIDRIO\",\"option_id\":null,\"net_unit_cost\":\"2.5800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.5400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.5800\",\"real_unit_cost\":\"2.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5800\"},{\"id\":\"660\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"20.5500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"164.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"20.5500\",\"real_unit_cost\":\"20.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.5500\"},{\"id\":\"661\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"658\",\"product_code\":\"6.94143E+12\",\"product_name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"11.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.9000\",\"real_unit_cost\":\"11.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9000\"},{\"id\":\"662\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"659\",\"product_code\":\"76174841015\",\"product_name\":\"PINZA STANLEY 6\\\"\",\"option_id\":null,\"net_unit_cost\":\"42.7500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.7500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"42.7500\",\"real_unit_cost\":\"42.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.7500\"},{\"id\":\"663\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"660\",\"product_code\":\"76174841022\",\"product_name\":\"PINZA STANLEY 8\\\"\",\"option_id\":null,\"net_unit_cost\":\"46.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"46.5000\",\"real_unit_cost\":\"46.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"46.5000\"},{\"id\":\"664\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"661\",\"product_code\":\"FER000125\",\"product_name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"option_id\":null,\"net_unit_cost\":\"48.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"48.0000\",\"real_unit_cost\":\"48.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.0000\"},{\"id\":\"665\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"662\",\"product_code\":\"7.417E+12\",\"product_name\":\"PIOCHA IMACASA CON MANGO\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"666\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"90\",\"product_code\":\"7.89395E+12\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"option_id\":null,\"net_unit_cost\":\"41.6500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"41.6500\",\"real_unit_cost\":\"41.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6500\"},{\"id\":\"667\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"471\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"668\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"665\",\"product_code\":\"8.0122E+12\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"669\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"666\",\"product_code\":\"7.70209E+12\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"option_id\":null,\"net_unit_cost\":\"24.3300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"510.9300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"24.3300\",\"real_unit_cost\":\"24.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.3300\"},{\"id\":\"670\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"665\",\"product_code\":\"8.0122E+12\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"23.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"23.0000\",\"real_unit_cost\":\"23.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.0000\"},{\"id\":\"671\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"666\",\"product_code\":\"7.70209E+12\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"option_id\":null,\"net_unit_cost\":\"24.7600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"321.8800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"24.7600\",\"real_unit_cost\":\"24.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7600\"},{\"id\":\"672\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"665\",\"product_code\":\"8.0122E+12\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"16.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"16.0000\",\"real_unit_cost\":\"16.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0000\"},{\"id\":\"673\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"665\",\"product_code\":\"8.0122E+12\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"4.1300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.3900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.1300\",\"real_unit_cost\":\"4.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1300\"},{\"id\":\"674\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"420\",\"product_code\":\"7.44111E+12\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"option_id\":null,\"net_unit_cost\":\"6.8700\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.6200\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.8700\",\"real_unit_cost\":\"6.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.8700\"},{\"id\":\"675\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"672\",\"product_code\":\"12\",\"product_name\":\"PLAFONERA BTICINO\",\"option_id\":null,\"net_unit_cost\":\"13.7300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"13.7300\",\"real_unit_cost\":\"13.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.7300\"},{\"id\":\"676\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"98.1600\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"98.1600\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"98.1600\",\"real_unit_cost\":\"98.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"98.1600\"},{\"id\":\"677\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"674\",\"product_code\":\"VK0167\",\"product_name\":\"PLANCHA ALBA\",\"option_id\":null,\"net_unit_cost\":\"36.1800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.3600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"36.1800\",\"real_unit_cost\":\"36.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.1800\"},{\"id\":\"678\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"30.0200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"30.0200\",\"real_unit_cost\":\"30.0200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0200\"},{\"id\":\"679\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"680\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"677\",\"product_code\":\"102360\",\"product_name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"option_id\":null,\"net_unit_cost\":\"19.8500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.8500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"19.8500\",\"real_unit_cost\":\"19.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.8500\"},{\"id\":\"681\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"678\",\"product_code\":\"10279\",\"product_name\":\"PLANCHA PARA ALBA\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"682\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"679\",\"product_code\":\"76174474640\",\"product_name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"option_id\":null,\"net_unit_cost\":\"75.1000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.2000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"75.1000\",\"real_unit_cost\":\"75.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"75.1000\"},{\"id\":\"683\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"680\",\"product_code\":\"76174474404\",\"product_name\":\"PLOMADA YESO STANLEY 47-400\",\"option_id\":null,\"net_unit_cost\":\"55.6000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.6000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"55.6000\",\"real_unit_cost\":\"55.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.6000\"},{\"id\":\"684\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"681\",\"product_code\":\"76174474602\",\"product_name\":\"PLOMADA YESO STANLEY 47-460\",\"option_id\":null,\"net_unit_cost\":\"64.0500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"64.0500\",\"real_unit_cost\":\"64.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0500\"},{\"id\":\"685\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"91.7600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"91.7600\",\"real_unit_cost\":\"91.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"91.7600\"},{\"id\":\"686\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"683\",\"product_code\":\"300V-80\",\"product_name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"option_id\":null,\"net_unit_cost\":\"84.7000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"508.2000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"84.7000\",\"real_unit_cost\":\"84.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"84.7000\"},{\"id\":\"687\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"247\",\"product_code\":\"7.441E+12\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.2500\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"688\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"685\",\"product_code\":\"7.73072E+12\",\"product_name\":\"POXIPOL SOLDADURA PLASTICA\",\"option_id\":null,\"net_unit_cost\":\"22.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"22.0000\",\"real_unit_cost\":\"22.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.0000\"},{\"id\":\"689\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"686\",\"product_code\":\"AA823\\/120\",\"product_name\":\"PULIDORA GLP 9 2300W\",\"option_id\":null,\"net_unit_cost\":\"556.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"556.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"556.5000\",\"real_unit_cost\":\"556.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"556.5000\"},{\"id\":\"690\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"687\",\"product_code\":\"15155\",\"product_name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"option_id\":null,\"net_unit_cost\":\"8.4600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.3000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.4600\",\"real_unit_cost\":\"8.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4600\"},{\"id\":\"691\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"18.0700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.2100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"18.0700\",\"real_unit_cost\":\"18.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0700\"},{\"id\":\"692\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"36.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"36.3000\",\"real_unit_cost\":\"36.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.3000\"},{\"id\":\"693\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"5.1700\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.3100\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.1700\",\"real_unit_cost\":\"5.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1700\"},{\"id\":\"694\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"442\",\"product_code\":\"7.40619E+12\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"2.4600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.3000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.4600\",\"real_unit_cost\":\"2.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4600\"},{\"id\":\"695\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"442\",\"product_code\":\"7.40619E+12\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"4.0500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.0500\",\"real_unit_cost\":\"4.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0500\"},{\"id\":\"696\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"442\",\"product_code\":\"7.40619E+12\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"4.5700\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.8300\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.5700\",\"real_unit_cost\":\"4.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5700\"},{\"id\":\"697\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"694\",\"product_code\":\"70330000328\",\"product_name\":\"RASURADORA BIC 1 HOJA\",\"option_id\":null,\"net_unit_cost\":\"1.7300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.9500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.7300\",\"real_unit_cost\":\"1.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7300\"},{\"id\":\"698\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"25.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"25.0000\",\"real_unit_cost\":\"25.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0000\"},{\"id\":\"699\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"696\",\"product_code\":\"9.00249E+12\",\"product_name\":\"RED BULL     .\",\"option_id\":null,\"net_unit_cost\":\"9.8500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.8500\",\"real_unit_cost\":\"9.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8500\"},{\"id\":\"700\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"697\",\"product_code\":\"PVC00123\",\"product_name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.2000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"84.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.2000\",\"real_unit_cost\":\"4.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2000\"},{\"id\":\"701\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"698\",\"product_code\":\"PVC00125\",\"product_name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"702\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"699\",\"product_code\":\"PVC00122\",\"product_name\":\"REDUCIDOR 1 1\\/2-1\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"703\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"700\",\"product_code\":\"PVC00126\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\",\"option_id\":null,\"net_unit_cost\":\"3.1300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.2600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.1300\",\"real_unit_cost\":\"3.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.1300\"},{\"id\":\"704\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"701\",\"product_code\":\"PVC00127\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"705\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"702\",\"product_code\":\"PVC00131\",\"product_name\":\"REDUCIDOR 1- 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.5300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.9500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.5300\",\"real_unit_cost\":\"1.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5300\"},{\"id\":\"706\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"703\",\"product_code\":\"PVC00130\",\"product_name\":\"REDUCIDOR 1-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.2400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.8400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.2400\",\"real_unit_cost\":\"2.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2400\"},{\"id\":\"707\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"704\",\"product_code\":\"PVC00141\",\"product_name\":\"REDUCIDOR 2 - 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.9500\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.3000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.9500\",\"real_unit_cost\":\"3.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9500\"},{\"id\":\"708\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"705\",\"product_code\":\"PVC00136\",\"product_name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"195.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"709\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"706\",\"product_code\":\"PVC00132\",\"product_name\":\"REDUCIDOR 2 1\\/2-1\",\"option_id\":null,\"net_unit_cost\":\"12.4800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.4800\",\"real_unit_cost\":\"12.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.4800\"},{\"id\":\"710\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"707\",\"product_code\":\"PVC00137\",\"product_name\":\"REDUCIDOR 2-1\",\"option_id\":null,\"net_unit_cost\":\"3.0500\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.6500\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.0500\",\"real_unit_cost\":\"3.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0500\"},{\"id\":\"711\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"708\",\"product_code\":\"PVC00140\",\"product_name\":\"REDUCIDOR 2-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.7100\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.9700\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.7100\",\"real_unit_cost\":\"2.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7100\"},{\"id\":\"712\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"709\",\"product_code\":\"PVC143\",\"product_name\":\"REDUCIDOR 3- 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"32.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"32.0000\",\"real_unit_cost\":\"32.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.0000\"},{\"id\":\"713\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"710\",\"product_code\":\"PVC144\",\"product_name\":\"REDUCIDOR 3-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"20.6500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"20.6500\",\"real_unit_cost\":\"20.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.6500\"},{\"id\":\"714\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"711\",\"product_code\":\"PVC00142\",\"product_name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.8900\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9200\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8900\",\"real_unit_cost\":\"0.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8900\"},{\"id\":\"715\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"712\",\"product_code\":\"102349\",\"product_name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"option_id\":null,\"net_unit_cost\":\"8.3900\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"151.0200\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.3900\",\"real_unit_cost\":\"8.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3900\"},{\"id\":\"716\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"713\",\"product_code\":\"PVC00154\",\"product_name\":\"REDUCIDOR 4 - 3\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"717\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"714\",\"product_code\":\"PVC00153\",\"product_name\":\"REDUCIDOR 4-2\",\"option_id\":null,\"net_unit_cost\":\"7.0500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0500\",\"real_unit_cost\":\"7.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0500\"},{\"id\":\"718\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"715\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"option_id\":null,\"net_unit_cost\":\"14.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"14.9600\",\"real_unit_cost\":\"14.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.9600\"},{\"id\":\"719\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"716\",\"product_code\":\"102111\",\"product_name\":\"REDUCIDOR DE 3-1\",\"option_id\":null,\"net_unit_cost\":\"30.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"30.0000\",\"real_unit_cost\":\"30.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0000\"},{\"id\":\"720\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"717\",\"product_code\":\"PVC00152\",\"product_name\":\"REDUCIDOR DR 3-2\",\"option_id\":null,\"net_unit_cost\":\"4.3900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.3900\",\"real_unit_cost\":\"4.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3900\"},{\"id\":\"721\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"718\",\"product_code\":\"7.44132E+12\",\"product_name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"5.6000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.6000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.6000\",\"real_unit_cost\":\"5.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.6000\"},{\"id\":\"722\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"719\",\"product_code\":\"pvc00128\",\"product_name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"723\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"42.0700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"378.6300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"42.0700\",\"real_unit_cost\":\"42.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.0700\"},{\"id\":\"724\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"721\",\"product_code\":\"GE-0279\",\"product_name\":\"REGADERA PLASTICA BLANCA\",\"option_id\":null,\"net_unit_cost\":\"4.4000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"61.6000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.4000\",\"real_unit_cost\":\"4.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4000\"},{\"id\":\"725\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"25.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"25.2500\",\"real_unit_cost\":\"25.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2500\"},{\"id\":\"726\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"28.3600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"28.3600\",\"real_unit_cost\":\"28.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.3600\"},{\"id\":\"727\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"3.3100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.3100\",\"real_unit_cost\":\"3.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3100\"},{\"id\":\"728\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"40.8300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"204.1500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"40.8300\",\"real_unit_cost\":\"40.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.8300\"},{\"id\":\"729\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"44.6700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"402.0300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"44.6700\",\"real_unit_cost\":\"44.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.6700\"},{\"id\":\"730\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"727\",\"product_code\":\"10299\",\"product_name\":\"REPOSADERA 2 P ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"731\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"728\",\"product_code\":\"GRI001475\",\"product_name\":\"REPOSADERA 3  ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"13.6700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"136.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"13.6700\",\"real_unit_cost\":\"13.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.6700\"},{\"id\":\"732\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"729\",\"product_code\":\"102146\",\"product_name\":\"REPOSADERA 4*4? ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"733\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"730\",\"product_code\":\"FER000012\",\"product_name\":\"REPOSADERA BRONCE 3*3\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"734\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"10.6500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"74.5500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.6500\",\"real_unit_cost\":\"10.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6500\"},{\"id\":\"735\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"31.4600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"62.9200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"31.4600\",\"real_unit_cost\":\"31.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.4600\"},{\"id\":\"736\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"733\",\"product_code\":\"81537201405\",\"product_name\":\"REVIVE 600 ML\",\"option_id\":null,\"net_unit_cost\":\"4.8600\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.7600\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.8600\",\"real_unit_cost\":\"4.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8600\"},{\"id\":\"737\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"442\",\"product_code\":\"7.40619E+12\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"1.5100\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.3200\",\"quantity_balance\":\"32.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.5100\",\"real_unit_cost\":\"1.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"32.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5100\"},{\"id\":\"738\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"39.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"156.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"39.0000\",\"real_unit_cost\":\"39.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.0000\"},{\"id\":\"739\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"22.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"22.2500\",\"real_unit_cost\":\"22.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.2500\"},{\"id\":\"740\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"261.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"261.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"261.2500\",\"real_unit_cost\":\"261.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"261.2500\"},{\"id\":\"741\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"145.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"145.0000\",\"real_unit_cost\":\"145.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"145.0000\"},{\"id\":\"742\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"208.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"208.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"208.1900\",\"real_unit_cost\":\"208.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"208.1900\"},{\"id\":\"743\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"750.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"750.0000\",\"real_unit_cost\":\"750.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"750.0000\"},{\"id\":\"744\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"741\",\"product_code\":\"pvc00124\",\"product_name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"745\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"742\",\"product_code\":\"98\",\"product_name\":\"SABRITAS.           .\",\"option_id\":null,\"net_unit_cost\":\"3.5300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.7700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.5300\",\"real_unit_cost\":\"3.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5300\"},{\"id\":\"746\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"123\",\"product_code\":\"4.71168E+12\",\"product_name\":\"BORRADOR CANDY\",\"option_id\":null,\"net_unit_cost\":\"0.5400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.1600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.5400\",\"real_unit_cost\":\"0.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5400\"},{\"id\":\"747\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"744\",\"product_code\":\"74410187\",\"product_name\":\"SAL ANDREWS\",\"option_id\":null,\"net_unit_cost\":\"1.0900\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.7100\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.0900\",\"real_unit_cost\":\"1.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0900\"},{\"id\":\"748\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"52\",\"product_code\":\"7.50173E+12\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"option_id\":null,\"net_unit_cost\":\"6.4000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.4000\",\"real_unit_cost\":\"6.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4000\"},{\"id\":\"749\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"247\",\"product_code\":\"7.441E+12\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"0.6700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.6700\",\"real_unit_cost\":\"0.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6700\"},{\"id\":\"750\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"247\",\"product_code\":\"7.441E+12\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"751\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"748\",\"product_code\":\"4.75012E+13\",\"product_name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"option_id\":null,\"net_unit_cost\":\"5.7200\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"200.2000\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.7200\",\"real_unit_cost\":\"5.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7200\"},{\"id\":\"752\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"749\",\"product_code\":\"VK0785\",\"product_name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"option_id\":null,\"net_unit_cost\":\"9.9000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.9000\",\"real_unit_cost\":\"9.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.9000\"},{\"id\":\"753\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"750\",\"product_code\":\"7.50127E+11\",\"product_name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"option_id\":null,\"net_unit_cost\":\"28.9600\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"289.6000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"28.9600\",\"real_unit_cost\":\"28.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.9600\"},{\"id\":\"754\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"16.9800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"16.9800\",\"real_unit_cost\":\"16.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9800\"},{\"id\":\"755\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"585\",\"product_code\":\"7.44101E+12\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"7.1300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.1300\",\"real_unit_cost\":\"7.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1300\"},{\"id\":\"756\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.5600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.3600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.5600\",\"real_unit_cost\":\"6.5600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5600\"},{\"id\":\"757\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"754\",\"product_code\":\"102304\",\"product_name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"23.7000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"23.7000\",\"real_unit_cost\":\"23.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.7000\"},{\"id\":\"758\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"89\",\"product_code\":\"7.47752E+11\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"45.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"45.0000\",\"real_unit_cost\":\"45.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.0000\"}]}', '2022-04-27 07:51:21');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (547, 'Purchase is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"8\",\"reference_no\":\"PO2022\\/04\\/0031\",\"date\":\"2022-04-26 18:36:00\",\"supplier_id\":\"1\",\"supplier\":\"Prueba\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"36823.4700\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"36823.4700\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"0\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"26\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"76770504804\",\"product_name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"option_id\":null,\"net_unit_cost\":\"700.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"700.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"700.0000\",\"real_unit_cost\":\"700.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"700.0000\"},{\"id\":\"27\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"24\",\"product_code\":\"7.50185E+12\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"option_id\":null,\"net_unit_cost\":\"1.9400\",\"quantity\":\"47.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"91.1800\",\"quantity_balance\":\"47.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.9400\",\"real_unit_cost\":\"1.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"47.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.9400\"},{\"id\":\"28\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"25\",\"product_code\":\"THQC1130\",\"product_name\":\"FLIPON # 30 THQC1130\",\"option_id\":null,\"net_unit_cost\":\"71.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"426.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"71.0000\",\"real_unit_cost\":\"71.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.0000\"},{\"id\":\"29\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"51.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"51.5000\",\"real_unit_cost\":\"51.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"51.5000\"},{\"id\":\"30\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"27\",\"product_code\":\"FER 75012066839\",\"product_name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"option_id\":null,\"net_unit_cost\":\"0.1700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.1700\",\"real_unit_cost\":\"0.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1700\"},{\"id\":\"31\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"28\",\"product_code\":\"FER 75062406478\",\"product_name\":\"PLACA PARA TIMBRE VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"61.7400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"32\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"FER 02887444770\",\"product_name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"option_id\":null,\"net_unit_cost\":\"20.1600\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"987.8400\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"20.1600\",\"real_unit_cost\":\"20.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.1600\"},{\"id\":\"33\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"FER 75012066411\",\"product_name\":\"CUCHILLA  6? PRETUL\",\"option_id\":null,\"net_unit_cost\":\"5.2900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.2900\",\"real_unit_cost\":\"5.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2900\"},{\"id\":\"34\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"31\",\"product_code\":\"FER- 7506240656\",\"product_name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"option_id\":null,\"net_unit_cost\":\"18.7200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"18.7200\",\"real_unit_cost\":\"18.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.7200\"},{\"id\":\"35\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"FER00021\",\"product_name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.2300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.2300\",\"real_unit_cost\":\"1.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2300\"},{\"id\":\"36\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"5.3900\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.3400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.3900\",\"real_unit_cost\":\"5.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3900\"},{\"id\":\"37\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"53\",\"product_name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.0000\",\"quantity_balance\":\"44.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"44.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"38\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"2.4700\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.1100\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.4700\",\"real_unit_cost\":\"2.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4700\"},{\"id\":\"39\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.2200\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"40\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.5900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.5900\",\"real_unit_cost\":\"3.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5900\"},{\"id\":\"41\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"7.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.3900\",\"real_unit_cost\":\"7.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3900\"},{\"id\":\"42\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"39\",\"product_code\":\"1546 UNIDAD\",\"product_name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.8800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.4400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.8800\",\"real_unit_cost\":\"3.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8800\"},{\"id\":\"43\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"44\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"41\",\"product_code\":\"1553\",\"product_name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.2000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.2000\",\"real_unit_cost\":\"4.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2000\"},{\"id\":\"45\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"42\",\"product_code\":\"A111\",\"product_name\":\"ABRAZADERA DE 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.8500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"46\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"43\",\"product_code\":\"AT001\",\"product_name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"1.7000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.2000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.7000\",\"real_unit_cost\":\"1.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7000\"},{\"id\":\"47\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"44\",\"product_code\":\"VK0894R\",\"product_name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"48\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"45\",\"product_code\":\"VK0928\",\"product_name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"49\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"46\",\"product_code\":\"ABRA002\",\"product_name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"50.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"50.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"50.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"50\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"47\",\"product_code\":\"ABRA001\",\"product_name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.0000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"51\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"48\",\"product_code\":\"9540 UNIDAD\",\"product_name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"0.7400\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.2400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.7400\",\"real_unit_cost\":\"0.7400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7400\"},{\"id\":\"52\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"53\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"19.4000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.8000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"19.4000\",\"real_unit_cost\":\"19.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.4000\"},{\"id\":\"54\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"51\",\"product_code\":\"ACE04\",\"product_name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"option_id\":null,\"net_unit_cost\":\"19.2700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"134.8900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"19.2700\",\"real_unit_cost\":\"19.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.2700\"},{\"id\":\"55\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"52\",\"product_code\":\"7.50173E+12\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"option_id\":null,\"net_unit_cost\":\"31.3000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"31.3000\",\"real_unit_cost\":\"31.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.3000\"},{\"id\":\"56\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"53\",\"product_code\":\"85051001190\",\"product_name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"option_id\":null,\"net_unit_cost\":\"19.6400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.8400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"19.6400\",\"real_unit_cost\":\"19.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.6400\"},{\"id\":\"57\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"54\",\"product_code\":\"8420714187\",\"product_name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"option_id\":null,\"net_unit_cost\":\"25.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"25.5000\",\"real_unit_cost\":\"25.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.5000\"},{\"id\":\"58\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"55\",\"product_code\":\"102190\",\"product_name\":\"ACEITE SAE 40 AMERICAN\",\"option_id\":null,\"net_unit_cost\":\"20.4700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.9400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"20.4700\",\"real_unit_cost\":\"20.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.4700\"},{\"id\":\"59\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"56\",\"product_code\":\"1.09018E+13\",\"product_name\":\"ACETAMINOFEN CAPLIN POINT\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"94.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"56.4000\",\"quantity_balance\":\"94.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"94.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"60\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"57\",\"product_code\":\"7.41E+12\",\"product_name\":\"ACETAMINOFEN MK (UNIDAD)\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.6000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"61\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"58\",\"product_code\":\"ACHUELA ALDOSA 2\",\"product_name\":\"ACHUELA ALDOSA 2\",\"option_id\":null,\"net_unit_cost\":\"20.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"20.0000\",\"real_unit_cost\":\"20.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.0000\"},{\"id\":\"62\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"59\",\"product_code\":\"7.60897E+12\",\"product_name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"option_id\":null,\"net_unit_cost\":\"5.7000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.7000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.7000\",\"real_unit_cost\":\"5.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7000\"},{\"id\":\"63\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"60\",\"product_code\":\"PVC00006\",\"product_name\":\"ADAOTADOR  1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"55.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.9500\",\"quantity_balance\":\"55.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"55.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"64\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"61\",\"product_code\":\"PVC00193\",\"product_name\":\"ADAPTADOR 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"94.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"74.2600\",\"quantity_balance\":\"94.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"94.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"65\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"62\",\"product_code\":\"PVC00007\",\"product_name\":\"ADAPTADOR 2\",\"option_id\":null,\"net_unit_cost\":\"2.6400\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.9200\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.6400\",\"real_unit_cost\":\"2.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6400\"},{\"id\":\"66\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"63\",\"product_code\":\"1.00231E+11\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"67\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"64\",\"product_code\":\"PVC00003\",\"product_name\":\"ADAPTADOR M 1\",\"option_id\":null,\"net_unit_cost\":\"1.4100\",\"quantity\":\"86.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"121.2600\",\"quantity_balance\":\"86.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.4100\",\"real_unit_cost\":\"1.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"86.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4100\"},{\"id\":\"68\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"65\",\"product_code\":\"PVC00004\",\"product_name\":\"ADAPTADOR M 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.6100\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.8100\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.6100\",\"real_unit_cost\":\"1.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6100\"},{\"id\":\"69\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"66\",\"product_code\":\"PVC00005\",\"product_name\":\"ADAPTADOR M 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.5300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.7700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.5300\",\"real_unit_cost\":\"3.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5300\"},{\"id\":\"70\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"PVC00010\",\"product_name\":\"ADAPTADOR M 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.1200\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"71\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"63\",\"product_code\":\"1.00231E+11\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"72\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"8.5200\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"127.8000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.5200\",\"real_unit_cost\":\"8.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5200\"},{\"id\":\"73\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"74\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"7.2600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.2600\",\"real_unit_cost\":\"7.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2600\"},{\"id\":\"75\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"2.0800\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.0800\",\"real_unit_cost\":\"2.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0800\"},{\"id\":\"76\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"73\",\"product_code\":\"7.60896E+11\",\"product_name\":\"AGUA DESTIULADA PRODIN\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"77\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.0800\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.9200\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.0800\",\"real_unit_cost\":\"2.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0800\"},{\"id\":\"78\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.8300\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"67.9200\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.8300\",\"real_unit_cost\":\"2.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8300\"},{\"id\":\"79\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.1000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"80\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"4.8300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.4900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.8300\",\"real_unit_cost\":\"4.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8300\"},{\"id\":\"81\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"8.5000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.5000\",\"real_unit_cost\":\"8.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5000\"},{\"id\":\"82\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"79\",\"product_code\":\"GEL0003\",\"product_name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"91.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"83\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"84\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"81\",\"product_code\":\"7617484023\",\"product_name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"42.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"42.1900\",\"real_unit_cost\":\"42.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.1900\"},{\"id\":\"85\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"55.5200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"55.5200\",\"real_unit_cost\":\"55.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.5200\"},{\"id\":\"86\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"83\",\"product_code\":\"11418240780\",\"product_name\":\"ALKA AD  .\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.1800\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"87\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"84\",\"product_code\":\"11418040168\",\"product_name\":\"ALKA SELTZER .\",\"option_id\":null,\"net_unit_cost\":\"1.0000\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0000\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.0000\",\"real_unit_cost\":\"1.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0000\"},{\"id\":\"88\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"AZ00151\",\"product_name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"option_id\":null,\"net_unit_cost\":\"52.7600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.5200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"52.7600\",\"real_unit_cost\":\"52.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"52.7600\"},{\"id\":\"89\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"110.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"110.7500\",\"real_unit_cost\":\"110.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"110.7500\"},{\"id\":\"90\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"87\",\"product_code\":\"24000501558\",\"product_name\":\"ALOE VERA DEL MONTE 500 ML\",\"option_id\":null,\"net_unit_cost\":\"11.2000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"112.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.2000\",\"real_unit_cost\":\"11.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2000\"},{\"id\":\"91\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"24\",\"product_code\":\"7.50185E+12\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"option_id\":null,\"net_unit_cost\":\"8.5000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.5000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.5000\",\"real_unit_cost\":\"8.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5000\"},{\"id\":\"92\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"89\",\"product_code\":\"7.47752E+11\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"31.5500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.2000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"31.5500\",\"real_unit_cost\":\"31.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5500\"},{\"id\":\"93\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"90\",\"product_code\":\"7.89395E+12\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"option_id\":null,\"net_unit_cost\":\"26.0500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.1500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"26.0500\",\"real_unit_cost\":\"26.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.0500\"},{\"id\":\"94\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"91\",\"product_code\":\"6.94271E+13\",\"product_name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"option_id\":null,\"net_unit_cost\":\"16.1300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"16.1300\",\"real_unit_cost\":\"16.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.1300\"},{\"id\":\"95\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"0.1800\",\"quantity\":\"51.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.1800\",\"quantity_balance\":\"51.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.1800\",\"real_unit_cost\":\"0.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"51.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1800\"},{\"id\":\"96\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"93\",\"product_code\":\"7.50109E+12\",\"product_name\":\"AROMATIZANTE CHICA FRESA\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"56.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"97\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"94\",\"product_code\":\"11418696839\",\"product_name\":\"ASPIRINA FORTE\",\"option_id\":null,\"net_unit_cost\":\"0.7800\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.1000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.7800\",\"real_unit_cost\":\"0.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7800\"},{\"id\":\"98\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"405.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"405.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"405.0000\",\"real_unit_cost\":\"405.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"405.0000\"},{\"id\":\"99\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"81.5200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.5200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"81.5200\",\"real_unit_cost\":\"81.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"81.5200\"},{\"id\":\"100\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"97\",\"product_code\":\"102302\",\"product_name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"101\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"98\",\"product_code\":\"FER00088\",\"product_name\":\"BARNIZ GL NOGAL CELCO\",\"option_id\":null,\"net_unit_cost\":\"140.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"140.0000\",\"real_unit_cost\":\"140.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"140.0000\"},{\"id\":\"102\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"99\",\"product_code\":\"P47-600\",\"product_name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"350.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"700.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"350.0000\",\"real_unit_cost\":\"350.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"350.0000\"},{\"id\":\"103\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"100\",\"product_code\":\"P24BD-720\",\"product_name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"555.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"555.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"555.0000\",\"real_unit_cost\":\"555.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"555.0000\"},{\"id\":\"104\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"101\",\"product_code\":\"PNS60LS\",\"product_name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"525.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"525.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"525.0000\",\"real_unit_cost\":\"525.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"525.0000\"},{\"id\":\"105\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"102\",\"product_code\":\"7.83094E+11\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.1600\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"106\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"103\",\"product_code\":\"7.50103E+12\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"107\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"3.9200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.9200\",\"real_unit_cost\":\"3.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9200\"},{\"id\":\"108\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"82.2500\",\"quantity_balance\":\"25.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"25.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"109\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.1800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.1800\",\"real_unit_cost\":\"4.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1800\"},{\"id\":\"110\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.5900\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.2600\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.5900\",\"real_unit_cost\":\"6.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5900\"},{\"id\":\"111\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"108\",\"product_code\":\"FER00106\",\"product_name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"112\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"109\",\"product_code\":\"FER00108\",\"product_name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"113\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"110\",\"product_code\":\"FER00111\",\"product_name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.0000\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"114\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"111\",\"product_code\":\"150\",\"product_name\":\"BOCADELI PEQUE\",\"option_id\":null,\"net_unit_cost\":\"0.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.4200\",\"real_unit_cost\":\"0.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4200\"},{\"id\":\"115\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"112\",\"product_code\":\"7.50189E+12\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"option_id\":null,\"net_unit_cost\":\"525.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"525.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"525.0000\",\"real_unit_cost\":\"525.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"525.0000\"},{\"id\":\"116\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"113\",\"product_code\":\"5.311E+11\",\"product_name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"option_id\":null,\"net_unit_cost\":\"675.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"675.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"675.0000\",\"real_unit_cost\":\"675.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"675.0000\"},{\"id\":\"117\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"45.6400\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"319.4800\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"45.6400\",\"real_unit_cost\":\"45.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.6400\"},{\"id\":\"118\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"114\",\"product_code\":\"7.40109E+12\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"666.0000\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"119\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"116\",\"product_code\":\"7.4064E+12\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"10.6600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.6600\",\"real_unit_cost\":\"10.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6600\"},{\"id\":\"120\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"116\",\"product_code\":\"7.4064E+12\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"36.9900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.9900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"36.9900\",\"real_unit_cost\":\"36.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.9900\"},{\"id\":\"121\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"116\",\"product_code\":\"7.4064E+12\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"20.3500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"122.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"20.3500\",\"real_unit_cost\":\"20.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.3500\"},{\"id\":\"122\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"116\",\"product_code\":\"7.4064E+12\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"18.5200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.6000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"18.5200\",\"real_unit_cost\":\"18.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.5200\"},{\"id\":\"123\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"116\",\"product_code\":\"7.4064E+12\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"32.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"32.0000\",\"real_unit_cost\":\"32.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.0000\"},{\"id\":\"124\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"116\",\"product_code\":\"7.4064E+12\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"125\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"122\",\"product_code\":\"7.40623E+12\",\"product_name\":\"BON BON COLOMBINA\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.8000\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"126\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"123\",\"product_code\":\"4.71168E+12\",\"product_name\":\"BORRADOR CANDY\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.1000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"127\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"43.7700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"43.7700\",\"real_unit_cost\":\"43.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.7700\"},{\"id\":\"128\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"125\",\"product_code\":\"7.56956E+11\",\"product_name\":\"BOTONETA AMARILLA\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"129\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"125\",\"product_code\":\"7.56956E+11\",\"product_name\":\"BOTONETA AMARILLA\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"130\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"127\",\"product_code\":\"10015600067\",\"product_name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"131\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"7.1700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.5100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.1700\",\"real_unit_cost\":\"7.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1700\"},{\"id\":\"132\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"133\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"6.2700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.2700\",\"real_unit_cost\":\"6.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2700\"},{\"id\":\"134\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"8.5200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.6000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.5200\",\"real_unit_cost\":\"8.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5200\"},{\"id\":\"135\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"136\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"5.1900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.1900\",\"real_unit_cost\":\"5.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1900\"},{\"id\":\"137\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"8.5400\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"145.1800\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.5400\",\"real_unit_cost\":\"8.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5400\"},{\"id\":\"138\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"135\",\"product_code\":\"1.75012E+13\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"option_id\":null,\"net_unit_cost\":\"19.8200\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.3800\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"19.8200\",\"real_unit_cost\":\"19.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.8200\"},{\"id\":\"139\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"16.9700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.7600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"16.9700\",\"real_unit_cost\":\"16.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9700\"},{\"id\":\"140\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.3700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.3700\",\"real_unit_cost\":\"6.3700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3700\"},{\"id\":\"141\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.3300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.9300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.3300\",\"real_unit_cost\":\"4.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3300\"},{\"id\":\"142\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"8.4500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.2000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.4500\",\"real_unit_cost\":\"8.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4500\"},{\"id\":\"143\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"11.8900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.8900\",\"real_unit_cost\":\"11.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.8900\"},{\"id\":\"144\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"135\",\"product_code\":\"1.75012E+13\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"option_id\":null,\"net_unit_cost\":\"32.5200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"32.5200\",\"real_unit_cost\":\"32.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.5200\"},{\"id\":\"145\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"2.4600\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.6000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.4600\",\"real_unit_cost\":\"2.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4600\"},{\"id\":\"146\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"4.3300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.3200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.3300\",\"real_unit_cost\":\"4.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3300\"},{\"id\":\"147\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"144\",\"product_code\":\"48-20-9130\",\"product_name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"34.3000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"308.7000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"34.3000\",\"real_unit_cost\":\"34.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.3000\"},{\"id\":\"148\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"145\",\"product_code\":\"1.00452E+13\",\"product_name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"option_id\":null,\"net_unit_cost\":\"49.9000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"299.4000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"49.9000\",\"real_unit_cost\":\"49.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.9000\"},{\"id\":\"149\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"146\",\"product_code\":\"7.69409E+11\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"150\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"147\",\"product_code\":\"FER02539\",\"product_name\":\"BROCHA 2 BYP\",\"option_id\":null,\"net_unit_cost\":\"3.7300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.7300\",\"real_unit_cost\":\"3.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7300\"},{\"id\":\"151\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"146\",\"product_code\":\"7.69409E+11\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"152\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"149\",\"product_code\":\"7.50639E+12\",\"product_name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"option_id\":null,\"net_unit_cost\":\"3.3100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.4800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.3100\",\"real_unit_cost\":\"3.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3100\"},{\"id\":\"153\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"3.2900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"154\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"8.3100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.3100\",\"real_unit_cost\":\"8.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3100\"},{\"id\":\"155\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"7.8800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.7600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.8800\",\"real_unit_cost\":\"7.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8800\"},{\"id\":\"156\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"14.3800\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"115.0400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"14.3800\",\"real_unit_cost\":\"14.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.3800\"},{\"id\":\"157\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.3200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.3200\",\"real_unit_cost\":\"4.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3200\"},{\"id\":\"158\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"2.6700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.6700\",\"real_unit_cost\":\"2.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6700\"},{\"id\":\"159\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"156\",\"product_code\":\"7.50301E+12\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.7000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.1000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.7000\",\"real_unit_cost\":\"1.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7000\"},{\"id\":\"160\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"156\",\"product_code\":\"7.50301E+12\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.6200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.4400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.6200\",\"real_unit_cost\":\"2.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6200\"},{\"id\":\"161\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"156\",\"product_code\":\"7.50301E+12\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"3.9100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.9100\",\"real_unit_cost\":\"3.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9100\"},{\"id\":\"162\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"156\",\"product_code\":\"7.50301E+12\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.3300\",\"real_unit_cost\":\"10.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.3300\"},{\"id\":\"163\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"156\",\"product_code\":\"7.50301E+12\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"13.4100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.4100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"13.4100\",\"real_unit_cost\":\"13.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.4100\"},{\"id\":\"164\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"5.1700\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"118.9100\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.1700\",\"real_unit_cost\":\"5.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1700\"},{\"id\":\"165\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"162\",\"product_code\":\"75019815\",\"product_name\":\"BUBALOO       .\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"166\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"163\",\"product_code\":\"87295125991\",\"product_name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"option_id\":null,\"net_unit_cost\":\"1.1200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.4400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.1200\",\"real_unit_cost\":\"1.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1200\"},{\"id\":\"167\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"164\",\"product_code\":\"ELE00076\",\"product_name\":\"CABLE PARALELO 2* 12 M\",\"option_id\":null,\"net_unit_cost\":\"9.5400\",\"quantity\":\"89.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"849.0600\",\"quantity_balance\":\"89.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.5400\",\"real_unit_cost\":\"9.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"89.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5400\"},{\"id\":\"168\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"165\",\"product_code\":\"ELE00077\",\"product_name\":\"CABLE PARALELO 2* 14 MT\",\"option_id\":null,\"net_unit_cost\":\"6.2100\",\"quantity\":\"157.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"974.9700\",\"quantity_balance\":\"157.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.2100\",\"real_unit_cost\":\"6.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"157.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2100\"},{\"id\":\"169\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"166\",\"product_code\":\"7.87705E+11\",\"product_name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"79.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"553.0000\",\"quantity_balance\":\"79.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"79.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"170\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"167\",\"product_code\":\"21\",\"product_name\":\"CABLE THHN N0 8 NEGRO\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"77.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"469.7000\",\"quantity_balance\":\"77.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"77.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"171\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"168\",\"product_code\":\"6\",\"product_name\":\"CABLE THHN No.10 NEGRO\",\"option_id\":null,\"net_unit_cost\":\"3.6300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.6700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.6300\",\"real_unit_cost\":\"3.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.6300\"},{\"id\":\"172\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"169\",\"product_code\":\"3\",\"product_name\":\"CABLE THHN No.8 ROJO\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"62.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.2000\",\"quantity_balance\":\"62.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"62.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"173\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"170\",\"product_code\":\"4\",\"product_name\":\"CABLE THHN No.8 VERDE\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"76.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"159.6000\",\"quantity_balance\":\"76.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"76.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"174\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"82.1000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"164.2000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"82.1000\",\"real_unit_cost\":\"82.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"82.1000\"},{\"id\":\"175\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"162.1100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"162.1100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"162.1100\",\"real_unit_cost\":\"162.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"162.1100\"},{\"id\":\"176\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"201.5900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"201.5900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"201.5900\",\"real_unit_cost\":\"201.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"201.5900\"},{\"id\":\"177\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"174\",\"product_code\":\"102358\",\"product_name\":\"CAIMAN DE 30\\\"\",\"option_id\":null,\"net_unit_cost\":\"124.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"124.0000\",\"real_unit_cost\":\"124.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"124.0000\"},{\"id\":\"178\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"175\",\"product_code\":\"102359\",\"product_name\":\"CAIMAN DE 36\\\"\",\"option_id\":null,\"net_unit_cost\":\"142.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"142.0000\",\"real_unit_cost\":\"142.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"142.0000\"},{\"id\":\"179\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"176\",\"product_code\":\"7.40118E+12\",\"product_name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"30.9400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"340.3400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"30.9400\",\"real_unit_cost\":\"30.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.9400\"},{\"id\":\"180\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"177\",\"product_code\":\"1.00165E+11\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"30.9400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"247.5200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"30.9400\",\"real_unit_cost\":\"30.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.9400\"},{\"id\":\"181\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"177\",\"product_code\":\"1.00165E+11\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"30.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"275.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"30.5900\",\"real_unit_cost\":\"30.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.5900\"},{\"id\":\"182\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"179\",\"product_code\":\"ELE00081\",\"product_name\":\"CAJA OCTAGONAL METAL\",\"option_id\":null,\"net_unit_cost\":\"2.8700\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.8700\",\"real_unit_cost\":\"2.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8700\"},{\"id\":\"183\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"180\",\"product_code\":\"ELE00082\",\"product_name\":\"CAJA OCTAGONAL PLAS\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"69.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"345.0000\",\"quantity_balance\":\"69.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"69.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"184\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"181\",\"product_code\":\"7.4411E+12\",\"product_name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"option_id\":null,\"net_unit_cost\":\"7.8400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.8400\",\"real_unit_cost\":\"7.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8400\"},{\"id\":\"185\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"182\",\"product_code\":\"7.44102E+12\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"option_id\":null,\"net_unit_cost\":\"6.4400\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.8800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.4400\",\"real_unit_cost\":\"6.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4400\"},{\"id\":\"186\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"183\",\"product_code\":\"7.83164E+12\",\"product_name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"476.0000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"187\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"184\",\"product_code\":\"7.4411E+11\",\"product_name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"option_id\":null,\"net_unit_cost\":\"3.8800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.8800\",\"real_unit_cost\":\"3.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8800\"},{\"id\":\"188\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"185\",\"product_code\":\"ELE00085\",\"product_name\":\"CAJA RECTANGULAR METAL\",\"option_id\":null,\"net_unit_cost\":\"2.3500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.3500\",\"real_unit_cost\":\"2.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3500\"},{\"id\":\"189\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"186\",\"product_code\":\"10277\",\"product_name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"option_id\":null,\"net_unit_cost\":\"1.8000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.8000\",\"real_unit_cost\":\"1.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8000\"},{\"id\":\"190\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"182\",\"product_code\":\"7.44102E+12\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"191\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"185.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"185.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"185.5000\",\"real_unit_cost\":\"185.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"185.5000\"},{\"id\":\"192\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"9.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.0800\",\"real_unit_cost\":\"9.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0800\"},{\"id\":\"193\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"190\",\"product_code\":\"FER0313\",\"product_name\":\"CANDADO 40MM DORADO WHALE\",\"option_id\":null,\"net_unit_cost\":\"11.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.0000\",\"real_unit_cost\":\"11.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.0000\"},{\"id\":\"194\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"11.9800\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9800\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.9800\",\"real_unit_cost\":\"11.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9800\"},{\"id\":\"195\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"192\",\"product_code\":\"7.51207E+11\",\"product_name\":\"CANDADO 50MM HERMEX\",\"option_id\":null,\"net_unit_cost\":\"16.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"16.9600\",\"real_unit_cost\":\"16.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9600\"},{\"id\":\"196\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"193\",\"product_code\":\"102314\",\"product_name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"197\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"194\",\"product_code\":\"VK0867\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"option_id\":null,\"net_unit_cost\":\"19.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"19.5000\",\"real_unit_cost\":\"19.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.5000\"},{\"id\":\"198\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"195\",\"product_code\":\"VK0898\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"28.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"28.5000\",\"real_unit_cost\":\"28.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.5000\"},{\"id\":\"199\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"196\",\"product_code\":\"FER0314\",\"product_name\":\"CANDADO WHALE DORADO 50 MM\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"200\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"197\",\"product_code\":\"8.01223E+12\",\"product_name\":\"CANDADO YALE 40 MM\",\"option_id\":null,\"net_unit_cost\":\"60.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"60.0000\",\"real_unit_cost\":\"60.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"60.0000\"},{\"id\":\"201\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"197\",\"product_code\":\"8.01223E+12\",\"product_name\":\"CANDADO YALE 40 MM\",\"option_id\":null,\"net_unit_cost\":\"90.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"90.0000\",\"real_unit_cost\":\"90.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.0000\"},{\"id\":\"202\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"197\",\"product_code\":\"8.01223E+12\",\"product_name\":\"CANDADO YALE 40 MM\",\"option_id\":null,\"net_unit_cost\":\"115.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"345.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"115.0000\",\"real_unit_cost\":\"115.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"115.0000\"},{\"id\":\"203\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"200\",\"product_code\":\"15310\",\"product_name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"option_id\":null,\"net_unit_cost\":\"46.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"46.2500\",\"real_unit_cost\":\"46.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"46.2500\"},{\"id\":\"204\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"201\",\"product_code\":\"7.47753E+11\",\"product_name\":\"CANGREJO STANLEY 8\\\"\",\"option_id\":null,\"net_unit_cost\":\"43.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"43.5000\",\"real_unit_cost\":\"43.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.5000\"},{\"id\":\"205\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"202\",\"product_code\":\"MS1001\\/2L\",\"product_name\":\"CARETA NEO FOTOSENSIBLE\",\"option_id\":null,\"net_unit_cost\":\"385.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"770.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"385.0000\",\"real_unit_cost\":\"385.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"385.0000\"},{\"id\":\"206\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"203\",\"product_code\":\"7605730955\",\"product_name\":\"CASHITA MANI JAPONESA\",\"option_id\":null,\"net_unit_cost\":\"0.7800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.7800\",\"real_unit_cost\":\"0.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7800\"},{\"id\":\"207\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"204\",\"product_code\":\"7.60573E+11\",\"product_name\":\"CASHITAS\",\"option_id\":null,\"net_unit_cost\":\"2.9200\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.3600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.9200\",\"real_unit_cost\":\"2.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9200\"},{\"id\":\"208\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"11.9500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.9500\",\"real_unit_cost\":\"11.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9500\"},{\"id\":\"209\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"206\",\"product_code\":\"102320\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"option_id\":null,\"net_unit_cost\":\"9.4100\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"122.3300\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.4100\",\"real_unit_cost\":\"9.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.4100\"},{\"id\":\"210\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"207\",\"product_code\":\"102307\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"7.5200\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.1600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.5200\",\"real_unit_cost\":\"7.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5200\"},{\"id\":\"211\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"208\",\"product_code\":\"ALF0035\",\"product_name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"7.9900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.9700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.9900\",\"real_unit_cost\":\"7.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.9900\"},{\"id\":\"212\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"209\",\"product_code\":\"D12\",\"product_name\":\"CEPILLO DE DIENTES UNID.\",\"option_id\":null,\"net_unit_cost\":\"1.1700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.3600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.1700\",\"real_unit_cost\":\"1.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1700\"},{\"id\":\"213\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"210\",\"product_code\":\"51131390300\",\"product_name\":\"CERA CINTETICA PROTECTORA473 ML\",\"option_id\":null,\"net_unit_cost\":\"76.3500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.3500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"76.3500\",\"real_unit_cost\":\"76.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"76.3500\"},{\"id\":\"214\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"211\",\"product_code\":\"80660956411\",\"product_name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"option_id\":null,\"net_unit_cost\":\"12.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.0800\",\"real_unit_cost\":\"12.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0800\"},{\"id\":\"215\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"212\",\"product_code\":\"75032715\",\"product_name\":\"CERVEZA CORONA BOTELLA.\",\"option_id\":null,\"net_unit_cost\":\"5.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.8300\",\"real_unit_cost\":\"5.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8300\"},{\"id\":\"216\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"213\",\"product_code\":\"74000715\",\"product_name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"option_id\":null,\"net_unit_cost\":\"6.1300\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"183.9000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.1300\",\"real_unit_cost\":\"6.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1300\"},{\"id\":\"217\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"3.4200\",\"quantity\":\"68.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"232.5600\",\"quantity_balance\":\"68.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.4200\",\"real_unit_cost\":\"3.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"68.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4200\"},{\"id\":\"218\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"368.0000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"219\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"11.4400\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"560.5600\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.4400\",\"real_unit_cost\":\"11.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.4400\"},{\"id\":\"220\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0000\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"221\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"7.1200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.1200\",\"real_unit_cost\":\"7.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1200\"},{\"id\":\"222\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"219\",\"product_code\":\"7.50106E+12\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"option_id\":null,\"net_unit_cost\":\"6.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.2500\",\"real_unit_cost\":\"6.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2500\"},{\"id\":\"223\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"219\",\"product_code\":\"7.50106E+12\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"option_id\":null,\"net_unit_cost\":\"4.5800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.3200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.5800\",\"real_unit_cost\":\"4.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5800\"},{\"id\":\"224\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"221\",\"product_code\":\"75027278\",\"product_name\":\"CERVEZA MODELO VIDRIO .\",\"option_id\":null,\"net_unit_cost\":\"5.8300\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"69.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.8300\",\"real_unit_cost\":\"5.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8300\"},{\"id\":\"225\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"222\",\"product_code\":\"74000722\",\"product_name\":\"CERVEZA MONTE CARLO PREMIUN\",\"option_id\":null,\"net_unit_cost\":\"9.0100\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.1600\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.0100\",\"real_unit_cost\":\"9.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0100\"},{\"id\":\"226\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"223\",\"product_code\":\"75002459\",\"product_name\":\"CERVEZA TECATE\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"164.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"724.8800\",\"quantity_balance\":\"164.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"164.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"227\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"224\",\"product_code\":\"60MM DERECHA\",\"product_name\":\"CHAPA  DERECHA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"64.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"128.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"64.0000\",\"real_unit_cost\":\"64.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0000\"},{\"id\":\"228\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"225\",\"product_code\":\"60MM IZQUIERDA\",\"product_name\":\"CHAPA IZQUIERDA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"64.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"320.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"64.0000\",\"real_unit_cost\":\"64.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0000\"},{\"id\":\"229\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"226\",\"product_code\":\"CHHOBR03\",\"product_name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"24.7900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"24.7900\",\"real_unit_cost\":\"24.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7900\"},{\"id\":\"230\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"38.8900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"38.8900\",\"real_unit_cost\":\"38.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.8900\"},{\"id\":\"231\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"228\",\"product_code\":\"CHEVEBR05\",\"product_name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"38.8900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.7800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"38.8900\",\"real_unit_cost\":\"38.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.8900\"},{\"id\":\"232\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"229\",\"product_code\":\"7.21282E+11\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"10.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.3000\",\"real_unit_cost\":\"10.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.3000\"},{\"id\":\"233\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"229\",\"product_code\":\"7.21282E+11\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"3.5700\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.9600\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.5700\",\"real_unit_cost\":\"3.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5700\"},{\"id\":\"234\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"231\",\"product_code\":\"340\",\"product_name\":\"CHICLES.\",\"option_id\":null,\"net_unit_cost\":\"0.2400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.6400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.2400\",\"real_unit_cost\":\"0.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2400\"},{\"id\":\"235\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"232\",\"product_code\":\"73877702002\",\"product_name\":\"CHILE JALAPE\",\"option_id\":null,\"net_unit_cost\":\"5.0700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.0700\",\"real_unit_cost\":\"5.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0700\"},{\"id\":\"236\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"233\",\"product_code\":\"7.38777E+11\",\"product_name\":\"CHILE PICAMAS 100G\",\"option_id\":null,\"net_unit_cost\":\"3.0400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.0400\",\"real_unit_cost\":\"3.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0400\"},{\"id\":\"237\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"24.9000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.6000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"24.9000\",\"real_unit_cost\":\"24.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.9000\"},{\"id\":\"238\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"235\",\"product_code\":\"LLCHBOZN03\",\"product_name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"47.2500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"239\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"236\",\"product_code\":\"150WOG\",\"product_name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"168.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"240\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"237\",\"product_code\":\"BOSSI123\",\"product_name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"27.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"27.0000\",\"real_unit_cost\":\"27.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.0000\"},{\"id\":\"241\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"380.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"242\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"14.1300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.6500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"14.1300\",\"real_unit_cost\":\"14.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.1300\"},{\"id\":\"243\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"240\",\"product_code\":\"LLCHCPOPM05\",\"product_name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"244\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"16.9700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.7600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"16.9700\",\"real_unit_cost\":\"16.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9700\"},{\"id\":\"245\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"242\",\"product_code\":\"1.00045E+11\",\"product_name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"246\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"243\",\"product_code\":\"51128593042\",\"product_name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"option_id\":null,\"net_unit_cost\":\"0.5700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.5700\",\"real_unit_cost\":\"0.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5700\"},{\"id\":\"247\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"244\",\"product_code\":\"5.93353E+12\",\"product_name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"option_id\":null,\"net_unit_cost\":\"52.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"52.9200\",\"real_unit_cost\":\"52.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"52.9200\"},{\"id\":\"248\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"2.6900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.6900\",\"real_unit_cost\":\"2.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6900\"},{\"id\":\"249\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"246\",\"product_code\":\"54007061328\",\"product_name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"option_id\":null,\"net_unit_cost\":\"34.5300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"34.5300\",\"real_unit_cost\":\"34.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.5300\"},{\"id\":\"250\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"247\",\"product_code\":\"7.441E+12\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"10.6200\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"233.6400\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.6200\",\"real_unit_cost\":\"10.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6200\"},{\"id\":\"251\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"248\",\"product_code\":\"102155\",\"product_name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"option_id\":null,\"net_unit_cost\":\"7.2500\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.7500\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.2500\",\"real_unit_cost\":\"7.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2500\"},{\"id\":\"252\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"249\",\"product_code\":\"7.89104E+12\",\"product_name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"option_id\":null,\"net_unit_cost\":\"32.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"32.9200\",\"real_unit_cost\":\"32.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.9200\"},{\"id\":\"253\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"6.93353E+12\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"16.0400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.1600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"16.0400\",\"real_unit_cost\":\"16.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0400\"},{\"id\":\"254\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"6.7900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.3700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.7900\",\"real_unit_cost\":\"6.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.7900\"},{\"id\":\"255\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"9.6700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.3400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.6700\",\"real_unit_cost\":\"9.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6700\"},{\"id\":\"256\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"253\",\"product_code\":\"7.50121E+13\",\"product_name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"16.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"16.9600\",\"real_unit_cost\":\"16.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9600\"},{\"id\":\"257\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"48.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"48.0000\",\"real_unit_cost\":\"48.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.0000\"},{\"id\":\"258\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"9.8000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.8000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.8000\",\"real_unit_cost\":\"9.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8000\"},{\"id\":\"259\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"6.3000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.3000\",\"real_unit_cost\":\"6.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3000\"},{\"id\":\"260\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"257\",\"product_code\":\"3.25356E+12\",\"product_name\":\"CINTA METRICA STANLEY 3M\",\"option_id\":null,\"net_unit_cost\":\"22.9000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.8000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"22.9000\",\"real_unit_cost\":\"22.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.9000\"},{\"id\":\"261\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"262\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"247\",\"product_code\":\"7.441E+12\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"23.2400\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"69.7200\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"23.2400\",\"real_unit_cost\":\"23.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.2400\"},{\"id\":\"263\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"260\",\"product_code\":\"6.3806E+11\",\"product_name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"option_id\":null,\"net_unit_cost\":\"42.9000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"429.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"42.9000\",\"real_unit_cost\":\"42.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.9000\"},{\"id\":\"264\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"5.3400\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3600\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.3400\",\"real_unit_cost\":\"5.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3400\"},{\"id\":\"265\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"262\",\"product_code\":\"91712500315\",\"product_name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"6.5500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.5500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.5500\",\"real_unit_cost\":\"6.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5500\"},{\"id\":\"266\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"263\",\"product_code\":\"102324\",\"product_name\":\"CINTA TRANSPARENTE 2 P TESA\",\"option_id\":null,\"net_unit_cost\":\"7.5100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.5500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.5100\",\"real_unit_cost\":\"7.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5100\"},{\"id\":\"267\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"7.50624E+12\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.0300\",\"quantity\":\"462.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.8600\",\"quantity_balance\":\"462.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.0300\",\"real_unit_cost\":\"0.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"462.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0300\"},{\"id\":\"268\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"265\",\"product_code\":\"FER00436\",\"product_name\":\"CLAVO 1 1\\/2 LB\",\"option_id\":null,\"net_unit_cost\":\"5.9400\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.9400\",\"real_unit_cost\":\"5.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9400\"},{\"id\":\"269\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"266\",\"product_code\":\"5500261\",\"product_name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"option_id\":null,\"net_unit_cost\":\"7.5500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.8000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.5500\",\"real_unit_cost\":\"7.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5500\"},{\"id\":\"270\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"267\",\"product_code\":\"FER00438\",\"product_name\":\"CLAVO 2 1\\/2 LB.\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"69.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"445.0500\",\"quantity_balance\":\"69.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"69.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"271\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"268\",\"product_code\":\"FER00439\",\"product_name\":\"CLAVO 2 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"67.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"432.1500\",\"quantity_balance\":\"67.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"67.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"272\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"269\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"774.0000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"273\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"270\",\"product_code\":\"FER00441\",\"product_name\":\"CLAVO 4 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"77.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"496.6500\",\"quantity_balance\":\"77.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"77.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"274\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"271\",\"product_code\":\"FER00447\",\"product_name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.0700\",\"quantity\":\"145.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.1500\",\"quantity_balance\":\"145.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.0700\",\"real_unit_cost\":\"0.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"145.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0700\"},{\"id\":\"275\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"272\",\"product_code\":\"FER00446\",\"product_name\":\"CLAVO CONCRETO 1 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.0900\",\"quantity\":\"442.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.7800\",\"quantity_balance\":\"442.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.0900\",\"real_unit_cost\":\"0.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"442.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0900\"},{\"id\":\"276\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"273\",\"product_code\":\"FER00449\",\"product_name\":\"CLAVO CONCRETO 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"277\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"274\",\"product_code\":\"FER00450\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.1000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.1000\",\"real_unit_cost\":\"0.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1000\"},{\"id\":\"278\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"275\",\"product_code\":\"FER00448\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.1100\",\"quantity\":\"357.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.2700\",\"quantity_balance\":\"357.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.1100\",\"real_unit_cost\":\"0.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"357.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1100\"},{\"id\":\"279\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"276\",\"product_code\":\"FER00453\",\"product_name\":\"CLAVO CONCRETO 4 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"280\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"277\",\"product_code\":\"CB123\",\"product_name\":\"CLAVO CONCRETO BRONCO 4\",\"option_id\":null,\"net_unit_cost\":\"31.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"31.5000\",\"real_unit_cost\":\"31.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5000\"},{\"id\":\"281\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"278\",\"product_code\":\"FER00710\",\"product_name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"320.0000\",\"quantity_balance\":\"40.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"40.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"282\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"279\",\"product_code\":\"7.40115E+12\",\"product_name\":\"CLORO CLORAL 40ML\",\"option_id\":null,\"net_unit_cost\":\"0.6600\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.2000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.6600\",\"real_unit_cost\":\"0.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6600\"},{\"id\":\"283\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"5.9600\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"226.4800\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.9600\",\"real_unit_cost\":\"5.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9600\"},{\"id\":\"284\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"281\",\"product_code\":\"7.411E+12\",\"product_name\":\"COCA COLA LATA  .\",\"option_id\":null,\"net_unit_cost\":\"4.2300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.1500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.2300\",\"real_unit_cost\":\"4.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2300\"},{\"id\":\"285\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"15.3800\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"215.3200\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.3800\",\"real_unit_cost\":\"15.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.3800\"},{\"id\":\"286\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"247\",\"product_code\":\"7.441E+12\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"5.9500\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.9000\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.9500\",\"real_unit_cost\":\"5.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9500\"},{\"id\":\"287\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"284\",\"product_code\":\"102330\",\"product_name\":\"CODO 45 GR DR 3\",\"option_id\":null,\"net_unit_cost\":\"4.7300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.4600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.7300\",\"real_unit_cost\":\"4.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.7300\"},{\"id\":\"288\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"285\",\"product_code\":\"102106\",\"product_name\":\"CODO 45 GR DR 4 P\",\"option_id\":null,\"net_unit_cost\":\"8.2400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.8400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.2400\",\"real_unit_cost\":\"8.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2400\"},{\"id\":\"289\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"286\",\"product_code\":\"PVC00033\",\"product_name\":\"CODO 90 GR 1\",\"option_id\":null,\"net_unit_cost\":\"3.3500\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.4500\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.3500\",\"real_unit_cost\":\"3.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3500\"},{\"id\":\"290\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"287\",\"product_code\":\"PVC00094\",\"product_name\":\"CODO 90 GR 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"3.9900\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.8100\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.9900\",\"real_unit_cost\":\"3.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9900\"},{\"id\":\"291\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"288\",\"product_code\":\"PVC00035\",\"product_name\":\"CODO 90 GR 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.7100\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.1000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.7100\",\"real_unit_cost\":\"2.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7100\"},{\"id\":\"292\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"289\",\"product_code\":\"PVC00036\",\"product_name\":\"CODO 90 GR 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.9900\",\"quantity\":\"134.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.6600\",\"quantity_balance\":\"134.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.9900\",\"real_unit_cost\":\"0.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"134.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9900\"},{\"id\":\"293\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"290\",\"product_code\":\"PVC00037\",\"product_name\":\"CODO 90 GR 2\",\"option_id\":null,\"net_unit_cost\":\"13.7000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"315.1000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"13.7000\",\"real_unit_cost\":\"13.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.7000\"},{\"id\":\"294\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"291\",\"product_code\":\"PVC00038\",\"product_name\":\"CODO 90 GR 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"16.2100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"129.6800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"16.2100\",\"real_unit_cost\":\"16.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.2100\"},{\"id\":\"295\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"292\",\"product_code\":\"PVC00039\",\"product_name\":\"CODO 90 GR 3\",\"option_id\":null,\"net_unit_cost\":\"21.0100\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"315.1500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"21.0100\",\"real_unit_cost\":\"21.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0100\"},{\"id\":\"296\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"293\",\"product_code\":\"PVC00040\",\"product_name\":\"CODO 90 GR 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.4900\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.1500\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.4900\",\"real_unit_cost\":\"1.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4900\"},{\"id\":\"297\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"294\",\"product_code\":\"PVC00045\",\"product_name\":\"CODO 90 GR C\\/R 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.1900\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"57.1200\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.1900\",\"real_unit_cost\":\"1.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1900\"},{\"id\":\"298\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"295\",\"product_code\":\"PVC00051\",\"product_name\":\"CODO 90 GR DR 2\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.9800\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"299\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"296\",\"product_code\":\"PVC00052\",\"product_name\":\"CODO 90 GR DR 3\",\"option_id\":null,\"net_unit_cost\":\"15.1900\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.9500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.1900\",\"real_unit_cost\":\"15.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.1900\"},{\"id\":\"300\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"297\",\"product_code\":\"PVC00053\",\"product_name\":\"CODO 90 GR DR 4\",\"option_id\":null,\"net_unit_cost\":\"27.9900\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"475.8300\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"27.9900\",\"real_unit_cost\":\"27.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.9900\"},{\"id\":\"301\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"298\",\"product_code\":\"PVC00054\",\"product_name\":\"CODO 90 GR DR 6\",\"option_id\":null,\"net_unit_cost\":\"50.5700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"353.9900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"50.5700\",\"real_unit_cost\":\"50.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.5700\"},{\"id\":\"302\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"299\",\"product_code\":\"102247\",\"product_name\":\"CODO C\\/R 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"80.5000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"303\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"300\",\"product_code\":\"102246\",\"product_name\":\"CODO C\\/R 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"60.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"60.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"304\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"301\",\"product_code\":\"FER31106-2\",\"product_name\":\"CODO PVC 3\\/4 45 GRADOS\",\"option_id\":null,\"net_unit_cost\":\"1.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.5000\",\"real_unit_cost\":\"1.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5000\"},{\"id\":\"305\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"302\",\"product_code\":\"102328\",\"product_name\":\"CODO PVC 4\'\'\",\"option_id\":null,\"net_unit_cost\":\"28.4900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"28.4900\",\"real_unit_cost\":\"28.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4900\"},{\"id\":\"306\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"303\",\"product_code\":\"PCV00037\",\"product_name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"2.3300\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"114.1700\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.3300\",\"real_unit_cost\":\"2.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3300\"},{\"id\":\"307\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"304\",\"product_code\":\"7.50955E+12\",\"product_name\":\"COLGATE TRIPLE ACCION 150 ML\",\"option_id\":null,\"net_unit_cost\":\"8.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.7500\",\"real_unit_cost\":\"8.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.7500\"},{\"id\":\"308\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"305\",\"product_code\":\"4.71089E+12\",\"product_name\":\"COMPAS DE METAL ECONOMICO\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"309\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"306\",\"product_code\":\"102225\",\"product_name\":\"COMPAS ECONOMICO DE PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"310\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"307\",\"product_code\":\"7.404E+12\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"5.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.2500\",\"real_unit_cost\":\"5.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2500\"},{\"id\":\"311\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"312\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.6500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.6500\",\"real_unit_cost\":\"6.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.6500\"},{\"id\":\"313\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"310\",\"product_code\":\"FER 010231\",\"product_name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"314\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"9.6900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.6900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.6900\",\"real_unit_cost\":\"9.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6900\"},{\"id\":\"315\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"9.9500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.8500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.9500\",\"real_unit_cost\":\"9.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.9500\"},{\"id\":\"316\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"317\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"314\",\"product_code\":\"GRIF000175\",\"product_name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"option_id\":null,\"net_unit_cost\":\"26.5000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.5000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"26.5000\",\"real_unit_cost\":\"26.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.5000\"},{\"id\":\"318\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"315\",\"product_code\":\"GRIF000176\",\"product_name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"24.7000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.3000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"24.7000\",\"real_unit_cost\":\"24.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7000\"},{\"id\":\"319\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"316\",\"product_code\":\"PVC00068\",\"product_name\":\"COPLA 1\",\"option_id\":null,\"net_unit_cost\":\"1.2900\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.3800\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.2900\",\"real_unit_cost\":\"1.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2900\"},{\"id\":\"320\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"317\",\"product_code\":\"PVC00069\",\"product_name\":\"COPLA 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.2900\",\"quantity\":\"47.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.6300\",\"quantity_balance\":\"47.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.2900\",\"real_unit_cost\":\"2.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"47.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2900\"},{\"id\":\"321\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"318\",\"product_code\":\"FER001216\",\"product_name\":\"COPLA 1 1\\/2 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.8700\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.4000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8700\",\"real_unit_cost\":\"0.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8700\"},{\"id\":\"322\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"319\",\"product_code\":\"PVC00071\",\"product_name\":\"COPLA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"107.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.8300\",\"quantity_balance\":\"107.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"107.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"323\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"320\",\"product_code\":\"PVC00072\",\"product_name\":\"COPLA 2\",\"option_id\":null,\"net_unit_cost\":\"2.6200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.6200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.6200\",\"real_unit_cost\":\"2.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6200\"},{\"id\":\"324\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"321\",\"product_code\":\"PVC00260\",\"product_name\":\"COPLA 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"17.9100\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"411.9300\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"17.9100\",\"real_unit_cost\":\"17.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.9100\"},{\"id\":\"325\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"322\",\"product_code\":\"PVC00073\",\"product_name\":\"COPLA 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.0900\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.8700\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.0900\",\"real_unit_cost\":\"1.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0900\"},{\"id\":\"326\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"323\",\"product_code\":\"FER001217\",\"product_name\":\"COPLA 3\\/4 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.5000\",\"quantity\":\"90.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.0000\",\"quantity_balance\":\"90.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.5000\",\"real_unit_cost\":\"0.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"90.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5000\"},{\"id\":\"327\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"324\",\"product_code\":\"PVC0001\",\"product_name\":\"COPLA C\\/R 1\",\"option_id\":null,\"net_unit_cost\":\"1.8400\",\"quantity\":\"39.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.7600\",\"quantity_balance\":\"39.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.8400\",\"real_unit_cost\":\"1.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"39.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8400\"},{\"id\":\"328\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"325\",\"product_code\":\"PVC00076\",\"product_name\":\"COPLA C\\/R 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.4000\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"183.6000\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.4000\",\"real_unit_cost\":\"3.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4000\"},{\"id\":\"329\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"326\",\"product_code\":\"PVC00077\",\"product_name\":\"COPLA C\\/R 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.8900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.8900\",\"real_unit_cost\":\"0.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8900\"},{\"id\":\"330\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"327\",\"product_code\":\"102250\",\"product_name\":\"COPLA C\\/R 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.0300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.0300\",\"real_unit_cost\":\"3.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0300\"},{\"id\":\"331\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"328\",\"product_code\":\"PVC00090\",\"product_name\":\"COPLA DR 2\",\"option_id\":null,\"net_unit_cost\":\"3.8500\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"173.2500\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.8500\",\"real_unit_cost\":\"3.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8500\"},{\"id\":\"332\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"329\",\"product_code\":\"PVC00091\",\"product_name\":\"COPLA DR 3\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"333\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"330\",\"product_code\":\"PVC00092\",\"product_name\":\"COPLA DR 4\",\"option_id\":null,\"net_unit_cost\":\"11.5700\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"161.9800\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.5700\",\"real_unit_cost\":\"11.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5700\"},{\"id\":\"334\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"331\",\"product_code\":\"ELE067\",\"product_name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"73.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.8000\",\"quantity_balance\":\"73.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"73.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"335\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"7.6100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.6600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.6100\",\"real_unit_cost\":\"7.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.6100\"},{\"id\":\"336\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"11.4900\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.9600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.4900\",\"real_unit_cost\":\"11.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.4900\"},{\"id\":\"337\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"338\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"9.6500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.6500\",\"real_unit_cost\":\"9.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6500\"},{\"id\":\"339\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"336\",\"product_code\":\"FER01397\",\"product_name\":\"CRAYON 2 COLORES GRUESO\",\"option_id\":null,\"net_unit_cost\":\"1.3000\",\"quantity\":\"289.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"375.7000\",\"quantity_balance\":\"289.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"1.3000\",\"real_unit_cost\":\"1.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"289.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.3000\"},{\"id\":\"340\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"12.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"12.7500\",\"real_unit_cost\":\"12.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.7500\"},{\"id\":\"341\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"10.2600\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.2600\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.2600\",\"real_unit_cost\":\"10.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2600\"},{\"id\":\"342\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"9.1800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"9.1800\",\"real_unit_cost\":\"9.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.1800\"},{\"id\":\"343\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.2500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"106.7500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"15.2500\",\"real_unit_cost\":\"15.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.2500\"},{\"id\":\"344\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"7.50121E+12\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"7.0100\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.1100\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0100\",\"real_unit_cost\":\"7.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0100\"},{\"id\":\"345\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"3.9800\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9400\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"3.9800\",\"real_unit_cost\":\"3.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9800\"},{\"id\":\"346\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"7.40101E+12\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"347\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"8.1000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"186.3000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.1000\",\"real_unit_cost\":\"8.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1000\"},{\"id\":\"348\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"11.1700\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.6800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"11.1700\",\"real_unit_cost\":\"11.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.1700\"},{\"id\":\"349\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"6.94271E+12\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"10.7000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"10.7000\",\"real_unit_cost\":\"10.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.7000\"},{\"id\":\"350\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"347\",\"product_code\":\"PVC0105\",\"product_name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"351\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"348\",\"product_code\":\"9021298\",\"product_name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"0.9100\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.6000\",\"quantity_balance\":\"60.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"0.9100\",\"real_unit_cost\":\"0.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"60.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9100\"},{\"id\":\"352\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"349\",\"product_code\":\"9021299\",\"product_name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"41.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.5000\",\"quantity_balance\":\"41.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"41.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"353\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"307\",\"product_code\":\"7.404E+12\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"354\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"307\",\"product_code\":\"7.404E+12\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"355\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"307\",\"product_code\":\"7.404E+12\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"356\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"353\",\"product_code\":\"7.40404E+11\",\"product_name\":\"DE LA FINCA MANI GARRAPI\",\"option_id\":null,\"net_unit_cost\":\"5.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.5000\",\"real_unit_cost\":\"5.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.5000\"},{\"id\":\"357\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"353\",\"product_code\":\"7.40404E+11\",\"product_name\":\"DE LA FINCA MANI GARRAPI\",\"option_id\":null,\"net_unit_cost\":\"5.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.5000\",\"real_unit_cost\":\"5.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.5000\"},{\"id\":\"358\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"307\",\"product_code\":\"7.404E+12\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"359\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"307\",\"product_code\":\"7.404E+12\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"360\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"307\",\"product_code\":\"7.404E+12\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"361\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"307\",\"product_code\":\"7.404E+12\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"362\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"8.4200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.1000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"8.4200\",\"real_unit_cost\":\"8.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4200\"},{\"id\":\"363\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"5.0100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"5.0100\",\"real_unit_cost\":\"5.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0100\"},{\"id\":\"364\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"7.401E+12\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.9100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.4600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-26\",\"status\":\"received\",\"unit_cost\":\"2.9100\",\"real_unit_cost\":\"2.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9100\"}]}', '2022-04-27 07:51:22');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (548, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"538\",\"code\":\"02-290\",\"name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-bola-bossi-italy-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (549, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"539\",\"code\":\"02-310\",\"name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"unit\":\"1\",\"cost\":\"25.03000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-bola-bossini-itali-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (550, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"771\",\"code\":\"1.00\",\"name\":\"TABCIN.\",\"unit\":\"1\",\"cost\":\"1.42000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tabcin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (551, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"449\",\"code\":\"10.00\",\"name\":\"GARRAFON DE AGUA PURA.\",\"unit\":\"1\",\"cost\":\"14.09000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"garrafon-de-agua-pura\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (552, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"220\",\"code\":\"100045000000.00\",\"name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincel-para-concreto-vikingo-34-x-10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (553, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"372\",\"code\":\"100083000000.00\",\"name\":\"DUCHA EXAGONAL VIKINGO\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-exagonal-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (554, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"625\",\"code\":\"100103000000.00\",\"name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pasador-dorado-vikingo-t-mariposa-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (555, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"105\",\"code\":\"10015600067.00\",\"name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-de-paleta-vikingo-78\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (556, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"155\",\"code\":\"100165000000.00\",\"name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"unit\":\"1\",\"cost\":\"30.94000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-clavo-concreto-2-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (557, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"41\",\"code\":\"100231000000.00\",\"name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"unit\":\"1\",\"cost\":\"4.50000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-d-copa-p-taladro-51614\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (558, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"825\",\"code\":\"10040.00\",\"name\":\"TENACIN\",\"unit\":\"1\",\"cost\":\"26.79000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenacin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (559, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"123\",\"code\":\"10045200000000.00\",\"name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"unit\":\"1\",\"cost\":\"49.90000000000000000000\",\"price\":\"66.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocas-de-oxido-negro-12-milwauke\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (560, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"508\",\"code\":\"102.00\",\"name\":\"LB CLAVO PARA LAMINA\",\"unit\":\"1\",\"cost\":\"9.50000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lb-clavo-para-lamina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (561, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"852\",\"code\":\"10203.00\",\"name\":\"TORNILLO PULSER 1\\/4 X 2P PUNTA DE BROCA\",\"unit\":\"1\",\"cost\":\"0.39000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-14-x-2p-punta-de-broca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (562, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"851\",\"code\":\"10204.00\",\"name\":\"TORNILLO PULSER 1\\/4 X 2 P BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-14-x-2-p-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (563, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"794\",\"code\":\"10205.00\",\"name\":\"TAPON H DR 3\",\"unit\":\"1\",\"cost\":\"2.79000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (564, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"263\",\"code\":\"102106.00\",\"name\":\"CODO 45 GR DR 4 P\",\"unit\":\"1\",\"cost\":\"8.24000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-45-gr-dr-4-p\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (565, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"887\",\"code\":\"102108.00\",\"name\":\"VALVULA PILA 2 P BRONCE\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-pila-2-p-bronce\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (566, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"888\",\"code\":\"102109.00\",\"name\":\"VALVULA PILA 3 BRONCE\",\"unit\":\"1\",\"cost\":\"68.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-pila-3-bronce\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (567, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"694\",\"code\":\"102111.00\",\"name\":\"REDUCIDOR DE 3-1\",\"unit\":\"1\",\"cost\":\"30.00000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-de-3-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (568, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"882\",\"code\":\"102145.00\",\"name\":\"VALVULA DE ALUMINIO DE 3?\",\"unit\":\"1\",\"cost\":\"20.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-de-aluminio-de-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (569, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"707\",\"code\":\"102146.00\",\"name\":\"REPOSADERA 4*4? ALUMINIO\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-44-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (570, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"813\",\"code\":\"102147.00\",\"name\":\"TEE 3\\\" PVC\",\"unit\":\"1\",\"cost\":\"26.75000000000000000000\",\"price\":\"36.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-3-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (571, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"811\",\"code\":\"102148.00\",\"name\":\"TEE 2\\\" PVC\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-2-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (572, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"809\",\"code\":\"102149.00\",\"name\":\"TEE 2 1\\/2 PVC\",\"unit\":\"1\",\"cost\":\"19.94000000000000000000\",\"price\":\"31.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-2-12-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (573, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"226\",\"code\":\"102155.00\",\"name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"unit\":\"1\",\"cost\":\"7.25000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-de-aislar-tenflex-pequeo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (574, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"693\",\"code\":\"102185.00\",\"name\":\"REDUCIDOR DE 3 - 2 PVC\",\"unit\":\"1\",\"cost\":\"14.96000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-de-3-2-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (575, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"33\",\"code\":\"102190.00\",\"name\":\"ACEITE SAE 40 AMERICAN\",\"unit\":\"1\",\"cost\":\"20.47000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-sae-40-american\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (576, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"844\",\"code\":\"102204.00\",\"name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 ?\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-para-tabla-yeso-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (577, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"854\",\"code\":\"102207.00\",\"name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.51000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-2-12-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (578, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"853\",\"code\":\"102215.00\",\"name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"unit\":\"1\",\"cost\":\"0.61000000000000000000\",\"price\":\"0.60000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-2-12-pbroca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (579, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"620\",\"code\":\"102220.00\",\"name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"unit\":\"1\",\"cost\":\"0.50000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-ariel-cover-casc-de-huevo-ofici0\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (580, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"619\",\"code\":\"102221.00\",\"name\":\"PAPEL ARCO IRIS CARTA\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.10000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-arco-iris-carta\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (581, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"284\",\"code\":\"102225.00\",\"name\":\"COMPAS ECONOMICO DE PLASTICO\",\"unit\":\"1\",\"cost\":\"2.75000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"compas-economico-de-plastico\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (582, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"385\",\"code\":\"102227.00\",\"name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-00x-25-200\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (583, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"386\",\"code\":\"102229.00\",\"name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"unit\":\"1\",\"cost\":\"1.90000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-1-x-25-3cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (584, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"387\",\"code\":\"102231.00\",\"name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"unit\":\"1\",\"cost\":\"0.58000000000000000000\",\"price\":\"0.70000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-3-x-254-cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (585, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"389\",\"code\":\"102233.00\",\"name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"0.90000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-5x-10-55-cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (586, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"390\",\"code\":\"102234.00\",\"name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"unit\":\"1\",\"cost\":\"1.27000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-6-x-10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (587, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"391\",\"code\":\"102235.00\",\"name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"unit\":\"1\",\"cost\":\"1.59000000000000000000\",\"price\":\"1.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-7-1x10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (588, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"388\",\"code\":\"102236.00\",\"name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"unit\":\"1\",\"cost\":\"2.23000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-8-1x5\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (589, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"278\",\"code\":\"102246.00\",\"name\":\"CODO C\\/R 3\\/4\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-cr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (590, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"277\",\"code\":\"102247.00\",\"name\":\"CODO C\\/R 1\\\"\",\"unit\":\"1\",\"cost\":\"3.50000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (591, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"817\",\"code\":\"102248.00\",\"name\":\"TEE C\\/R 3\\/4\",\"unit\":\"1\",\"cost\":\"3.50000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-cr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (592, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"816\",\"code\":\"102249.00\",\"name\":\"TEE C\\/R 1\\\"\",\"unit\":\"1\",\"cost\":\"4.50000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (593, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"305\",\"code\":\"102250.00\",\"name\":\"COPLA C\\/R 2\\\"\",\"unit\":\"1\",\"cost\":\"3.03000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (594, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"790\",\"code\":\"102252.00\",\"name\":\"TAPON 4\\\"\",\"unit\":\"1\",\"cost\":\"4.89000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (595, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"842\",\"code\":\"102253.00\",\"name\":\"TORNILLO NEGRO DE 2\\\" BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.11000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-de-2-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (596, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"841\",\"code\":\"102256.00\",\"name\":\"TORNILLO NEGRO 2 1\\/2 \\\" BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.14000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-2-12-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (597, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"590\",\"code\":\"102275.00\",\"name\":\"MINI SNICKERS\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mini-snickers\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (598, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"544\",\"code\":\"102285.00\",\"name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"unit\":\"1\",\"cost\":\"7.85000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-paso-de-pvc-de-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (599, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"788\",\"code\":\"102290.00\",\"name\":\"TAPON 1\\/2 CON ROSCA\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"2.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-12-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (600, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"849\",\"code\":\"102298.00\",\"name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.40000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-pul-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (601, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"843\",\"code\":\"102300.00\",\"name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"unit\":\"1\",\"cost\":\"0.45000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-para-tyeso-3-pulg\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (602, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"571\",\"code\":\"102301.00\",\"name\":\"MARTILLO ALDOSA 25 MM\",\"unit\":\"1\",\"cost\":\"21.95000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"martillo-aldosa-25-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (603, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"75\",\"code\":\"102302.00\",\"name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bandeja-crodillo-sprofe-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (604, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"732\",\"code\":\"102304.00\",\"name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"unit\":\"1\",\"cost\":\"23.70000000000000000000\",\"price\":\"32.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"serrucho-mango-de-madera-20-p-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (605, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"827\",\"code\":\"102305.00\",\"name\":\"TENAZA DE 10\'\' ALDOSA\",\"unit\":\"1\",\"cost\":\"15.50000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenaza-de-10-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (606, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"828\",\"code\":\"102306.00\",\"name\":\"TENAZA DE 9\\\" ALDOSA\",\"unit\":\"1\",\"cost\":\"15.21000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenaza-de-9-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (607, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"185\",\"code\":\"102307.00\",\"name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"unit\":\"1\",\"cost\":\"7.52000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-5-filas-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (608, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"822\",\"code\":\"102308.00\",\"name\":\"TEFLON 1\\/2  ALDOSA\",\"unit\":\"1\",\"cost\":\"1.48000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-12-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (609, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"820\",\"code\":\"102309.00\",\"name\":\"TEFLON 1\\\" ALDOSA\",\"unit\":\"1\",\"cost\":\"2.28000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-1-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (610, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"837\",\"code\":\"102310.00\",\"name\":\"TORNILLO 2P BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.40000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-2p-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (611, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"380\",\"code\":\"102311.00\",\"name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"unit\":\"1\",\"cost\":\"3.75000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"empaque-esponjoso-p-tanque-sanitario\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (612, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"419\",\"code\":\"102312.00\",\"name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flote-p-tanque-sanitario-plast\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (613, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"846\",\"code\":\"102313.00\",\"name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"unit\":\"1\",\"cost\":\"3.30000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-plastico-para-tanque-sanitario\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (614, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"171\",\"code\":\"102314.00\",\"name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-gris-tri-circle-32mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (615, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"600\",\"code\":\"102316.00\",\"name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"unit\":\"1\",\"cost\":\"19.15000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-de-resina-24-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (616, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"572\",\"code\":\"102317.00\",\"name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"unit\":\"1\",\"cost\":\"17.50000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"martillo-mango-de-madera-23-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (617, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"184\",\"code\":\"102320.00\",\"name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"unit\":\"1\",\"cost\":\"9.41000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-5-filas-ald-man-plas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (618, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"241\",\"code\":\"102324.00\",\"name\":\"CINTA TRANSPARENTE 2 P TESA\",\"unit\":\"1\",\"cost\":\"7.51000000000000000000\",\"price\":\"16.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-transparente-2-p-tesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (619, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"280\",\"code\":\"102328.00\",\"name\":\"CODO PVC 4\'\'\",\"unit\":\"1\",\"cost\":\"28.49000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (620, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"262\",\"code\":\"102330.00\",\"name\":\"CODO 45 GR DR 3\",\"unit\":\"1\",\"cost\":\"4.73000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-45-gr-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (621, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"795\",\"code\":\"102347.00\",\"name\":\"TAPON HEMBRA 3 PSI\",\"unit\":\"1\",\"cost\":\"28.47000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-hembra-3-psi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (622, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"690\",\"code\":\"102349.00\",\"name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"unit\":\"1\",\"cost\":\"8.39000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-3-dr-blanco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (623, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"152\",\"code\":\"102358.00\",\"name\":\"CAIMAN DE 30\\\"\",\"unit\":\"1\",\"cost\":\"124.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-30\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (624, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"153\",\"code\":\"102359.00\",\"name\":\"CAIMAN DE 36\\\"\",\"unit\":\"1\",\"cost\":\"142.00000000000000000000\",\"price\":\"170.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-36\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (625, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"655\",\"code\":\"102360.00\",\"name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"unit\":\"1\",\"cost\":\"19.85000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plancha-para-albail-dentada-511\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (626, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"512\",\"code\":\"102375.00\",\"name\":\"LIBRA DE PITA COMPLETA\",\"unit\":\"1\",\"cost\":\"10.83000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"libra-de-pita-completa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (627, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"462\",\"code\":\"102381.00\",\"name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"unit\":\"1\",\"cost\":\"31.00000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"hacha-1-12-lbs-peque-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (628, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"847\",\"code\":\"10256.00\",\"name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"unit\":\"1\",\"cost\":\"0.23000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-12-punta-de-broca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (629, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"164\",\"code\":\"10277.00\",\"name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"unit\":\"1\",\"cost\":\"1.80000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-plastica-blanca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (630, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"656\",\"code\":\"10279.00\",\"name\":\"PLANCHA PARA ALBA\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (631, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"553\",\"code\":\"10295.00\",\"name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"unit\":\"1\",\"cost\":\"65.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-para-regadera-ducha-gerfor\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (632, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"885\",\"code\":\"10298.00\",\"name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"24.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-para-pila-de-2-p-de-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (633, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"705\",\"code\":\"10299.00\",\"name\":\"REPOSADERA 2 P ALUMINIO\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-2-p-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (634, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"611\",\"code\":\"104.00\",\"name\":\"ORANGE LATA. .\",\"unit\":\"1\",\"cost\":\"2.63000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"orange-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (635, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"610\",\"code\":\"109.00\",\"name\":\"ORANGE JUMBO.   .\",\"unit\":\"1\",\"cost\":\"13.08000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"orange-jumbo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (636, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"34\",\"code\":\"10901800000000.00\",\"name\":\"ACETAMINOFEN CAPLIN POINT\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"acetaminofen-caplin-point\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (637, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"566\",\"code\":\"110021000000.00\",\"name\":\"MARRO 2  LIBRAS VIKINGO\",\"unit\":\"1\",\"cost\":\"36.00000000000000000000\",\"price\":\"48.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"marro-2-libras-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (638, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"609\",\"code\":\"111.00\",\"name\":\"ORANGE DESECHABLE.         .\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"orange-desechable\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (639, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"62\",\"code\":\"11418040168.00\",\"name\":\"ALKA SELTZER .\",\"unit\":\"1\",\"cost\":\"1.00000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alka-seltzer\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (640, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"61\",\"code\":\"11418240780.00\",\"name\":\"ALKA AD  .\",\"unit\":\"1\",\"cost\":\"1.42000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alka-ad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (641, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"72\",\"code\":\"11418696839.00\",\"name\":\"ASPIRINA FORTE\",\"unit\":\"1\",\"cost\":\"0.78000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aspirina-forte\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (642, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"650\",\"code\":\"12.00\",\"name\":\"PLAFONERA BTICINO\",\"unit\":\"1\",\"cost\":\"13.73000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plafonera-bticino\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (643, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"503\",\"code\":\"123.00\",\"name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"unit\":\"1\",\"cost\":\"40.00000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kit-para-instalacion-de-gas-2-clip\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (644, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"824\",\"code\":\"12310.00\",\"name\":\"TEFLON 3\\/4 ALDOSA\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-34-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (645, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"860\",\"code\":\"13.00\",\"name\":\"TORTRIX TACO..\",\"unit\":\"1\",\"cost\":\"1.31000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tortrix-taco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (646, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"633\",\"code\":\"15.00\",\"name\":\"PEPSI LATA  .\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pepsi-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (647, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"89\",\"code\":\"150.00\",\"name\":\"BOCADELI PEQUE\",\"unit\":\"1\",\"cost\":\"0.42000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (648, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"214\",\"code\":\"150WOG\",\"name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-con-piton-de-12-hercasa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (649, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"596\",\"code\":\"151.00\",\"name\":\"NACHOS DIANA\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nachos-diana\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (650, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"665\",\"code\":\"15155.00\",\"name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"unit\":\"1\",\"cost\":\"8.46000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"punta-p-concreto-de\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (651, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"634\",\"code\":\"15199.00\",\"name\":\"PEPSI VIDRIO\",\"unit\":\"1\",\"cost\":\"2.58000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pepsi-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (652, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"178\",\"code\":\"15310.00\",\"name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"unit\":\"1\",\"cost\":\"46.25000000000000000000\",\"price\":\"62.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cangrejo-industrial-10-pulgadas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (653, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"17\",\"code\":\"1546 UNIDAD\",\"name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-3-unidad-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (654, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"19\",\"code\":\"1553.00\",\"name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"unit\":\"1\",\"cost\":\"4.20000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-4-unidades-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (655, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"113\",\"code\":\"17501200000000.00\",\"name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"unit\":\"1\",\"cost\":\"19.82000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-pconcreto-truper-516-6-15\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (656, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"541\",\"code\":\"19025.00\",\"name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"unit\":\"1\",\"cost\":\"47.22000000000000000000\",\"price\":\"62.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-compuerta-redwhite-usa-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (657, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"416\",\"code\":\"20783200000000.00\",\"name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"unit\":\"1\",\"cost\":\"37.59000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-130-amperios-thql-1130\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (658, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"415\",\"code\":\"207832000000000.00\",\"name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"unit\":\"1\",\"cost\":\"37.29000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-120-amperiosthql-1120\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (659, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"145\",\"code\":\"21.00\",\"name\":\"CABLE THHN N0 8 NEGRO\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-n0-8-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (660, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"765\",\"code\":\"21200212109.00\",\"name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"unit\":\"1\",\"cost\":\"55.90000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-77-spray-adhesive-1675-onz-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (661, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"400\",\"code\":\"21200844416.00\",\"name\":\"ESPONJA MULTIUSOS SCOTCH\",\"unit\":\"1\",\"cost\":\"30.28000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esponja-multiusos-scotch\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (662, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"764\",\"code\":\"21200964749.00\",\"name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"unit\":\"1\",\"cost\":\"17.90000000000000000000\",\"price\":\"24.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-77-adeshive-44-onz-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (663, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"65\",\"code\":\"24000501558.00\",\"name\":\"ALOE VERA DEL MONTE 500 ML\",\"unit\":\"1\",\"cost\":\"11.20000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aloe-vera-del-monte-500-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (664, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"425\",\"code\":\"24474002124.00\",\"name\":\"FRUTA FRESCA  PETIT\",\"unit\":\"1\",\"cost\":\"2.54000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"fruta-fresca-petit\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (665, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"496\",\"code\":\"24474381014.00\",\"name\":\"JUGO PETIT LATA 330 ML\",\"unit\":\"1\",\"cost\":\"2.38000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jugo-petit-lata-330-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (666, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"504\",\"code\":\"28571000687.00\",\"name\":\"LA SIRENA PICA PICA PEQ    .\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"la-sirena-pica-pica-peq\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (667, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"366\",\"code\":\"28877321608.00\",\"name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"unit\":\"1\",\"cost\":\"10.04000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-pcmetal-dewalt-4-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (668, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"350\",\"code\":\"28877321639.00\",\"name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"unit\":\"1\",\"cost\":\"17.88000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"discco-pcmetal-7-dewalt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (669, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"147\",\"code\":\"3.00\",\"name\":\"CABLE THHN No.8 ROJO\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no8-rojo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (670, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"661\",\"code\":\"300V-80\",\"name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"unit\":\"1\",\"cost\":\"84.70000000000000000000\",\"price\":\"115.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"polea-guia-inferior-v-comunello\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (671, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"235\",\"code\":\"3253560000000.00\",\"name\":\"CINTA METRICA STANLEY 3M\",\"unit\":\"1\",\"cost\":\"22.90000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-metrica-stanley-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (672, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"531\",\"code\":\"3253570000000.00\",\"name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"unit\":\"1\",\"cost\":\"22.42000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-colacorona-16-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (673, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"747\",\"code\":\"33886000390.00\",\"name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"unit\":\"1\",\"cost\":\"43.23000000000000000000\",\"price\":\"42.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sikaflex-pro-construccion-varios\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (674, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"209\",\"code\":\"340.00\",\"name\":\"CHICLES.\",\"unit\":\"1\",\"cost\":\"0.24000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chicles\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (675, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"376\",\"code\":\"341.00\",\"name\":\"DULCES HALLS      .\",\"unit\":\"1\",\"cost\":\"0.23000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"dulces-halls\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (676, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"862\",\"code\":\"342.00\",\"name\":\"TRIDENT 4S             .\",\"unit\":\"1\",\"cost\":\"0.54000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"trident-4s\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (677, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"497\",\"code\":\"345.00\",\"name\":\"JUGOS CALIFORNIA.\",\"unit\":\"1\",\"cost\":\"5.92000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jugos-california\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (678, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"525\",\"code\":\"39101002507.00\",\"name\":\"LIQUIDO DE FRENOS DOT-3\",\"unit\":\"1\",\"cost\":\"11.08000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"liquido-de-frenos-dot-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (679, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"574\",\"code\":\"3LAYER MASCA\",\"name\":\"MASCARILLA 3M\",\"unit\":\"1\",\"cost\":\"2.48000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mascarilla-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (680, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"148\",\"code\":\"4.00\",\"name\":\"CABLE THHN No.8 VERDE\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no8-verde\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (681, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"546\",\"code\":\"400WOG\",\"name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"unit\":\"1\",\"cost\":\"85.75000000000000000000\",\"price\":\"122.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-paso-zinc-de-2-suval\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (682, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"548\",\"code\":\"411653.00\",\"name\":\"LLAVE DUCHA QUALITA\",\"unit\":\"1\",\"cost\":\"59.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-ducha-qualita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (683, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"744\",\"code\":\"411868.00\",\"name\":\"SIFON PARA LAVAMANOS QUALITA\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sifon-para-lavamanos-qualita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (684, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"864\",\"code\":\"412568.00\",\"name\":\"TUBO DE ABASTO 1\\/2\\\"  X 7\\/8\\\" QUALITA\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-de-abasto-12-x-78-qualita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (685, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"378\",\"code\":\"41333001111.00\",\"name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracel-regular-aa-1-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (686, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"377\",\"code\":\"41333029955.00\",\"name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"unit\":\"1\",\"cost\":\"34.00000000000000000000\",\"price\":\"45.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracel-alcalina-d-4-unidades\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (687, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"379\",\"code\":\"41333428482.00\",\"name\":\"DURACELL REGULAR AAA 1UIDAD\",\"unit\":\"1\",\"cost\":\"5.30000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracell-regular-aaa-1uidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (688, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"528\",\"code\":\"42071002442.00\",\"name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"unit\":\"1\",\"cost\":\"35.47000000000000000000\",\"price\":\"47.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"litro-aceite-havoline-atf-md-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (689, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"581\",\"code\":\"45242502646.00\",\"name\":\"METRO 5 M MILWAUKEE\",\"unit\":\"1\",\"cost\":\"40.00000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-5-m-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (690, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"582\",\"code\":\"45242502653.00\",\"name\":\"METRO 8 METROS MILWAUKEE\",\"unit\":\"1\",\"cost\":\"50.80000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-8-metros-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (691, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"594\",\"code\":\"45242534470.00\",\"name\":\"NABAJA PLEGABLE MILWAUKEE\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nabaja-plegable-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (692, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"283\",\"code\":\"4710890000000.00\",\"name\":\"COMPAS DE METAL ECONOMICO\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"compas-de-metal-economico\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (693, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"101\",\"code\":\"4711680000000.00\",\"name\":\"BORRADOR CANDY\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"borrador-candy\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (694, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"726\",\"code\":\"47501200000000.00\",\"name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"unit\":\"1\",\"cost\":\"5.72000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"segueta-bimetal-sierra-fina-12-truper\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (695, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"122\",\"code\":\"48-20-9130\",\"name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"unit\":\"1\",\"cost\":\"34.30000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-para-concreto-12-x4-x6-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (696, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"456\",\"code\":\"4997150000000.00\",\"name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"unit\":\"1\",\"cost\":\"6.56000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"grapa-pcable-aislar-cpvc-de-12-caja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (697, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"500\",\"code\":\"5.00\",\"name\":\"KERNS LATA.      .\",\"unit\":\"1\",\"cost\":\"2.86000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kerns-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (698, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"543\",\"code\":\"502243003.00\",\"name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"unit\":\"1\",\"cost\":\"22.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-globo-12-bronco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (699, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"221\",\"code\":\"51128593042.00\",\"name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"unit\":\"1\",\"cost\":\"0.57000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-amarre-negro-15\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (700, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"188\",\"code\":\"51131390300.00\",\"name\":\"CERA CINTETICA PROTECTORA473 ML\",\"unit\":\"1\",\"cost\":\"76.35000000000000000000\",\"price\":\"100.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cera-cintetica-protectora473-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (701, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"530\",\"code\":\"512.00\",\"name\":\"LITRO PEPSI.     .\",\"unit\":\"1\",\"cost\":\"5.16000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"litro-pepsi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (702, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"760\",\"code\":\"52.00\",\"name\":\"SOPAS INSTANTANEAS .\",\"unit\":\"1\",\"cost\":\"3.33000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sopas-instantaneas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (703, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"12\",\"code\":\"53.00\",\"name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-34-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (704, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"869\",\"code\":\"53010.00\",\"name\":\"UNION CONDUIT 1 NARANJA\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"union-conduit-1-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (705, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"91\",\"code\":\"531100000000.00\",\"name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"unit\":\"1\",\"cost\":\"675.00000000000000000000\",\"price\":\"900.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bomba-sumergible-de-agua-79849\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (706, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"777\",\"code\":\"5374-20\",\"name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"unit\":\"1\",\"cost\":\"650.30000000000000000000\",\"price\":\"867.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percutor-3100rpm-12-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (707, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"224\",\"code\":\"54007061328.00\",\"name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"unit\":\"1\",\"cost\":\"34.53000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-aislar-super-33-19mm201m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (708, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"244\",\"code\":\"5500261.00\",\"name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"unit\":\"1\",\"cost\":\"7.55000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-1-12-15-en-bolsa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (709, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"608\",\"code\":\"56.00\",\"name\":\"OCTAVO SABORES.\",\"unit\":\"1\",\"cost\":\"6.50000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"octavo-sabores\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (710, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"222\",\"code\":\"5933530000000.00\",\"name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"unit\":\"1\",\"cost\":\"52.92000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-p-seguridadcarga-2-pzs-62252\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (711, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"146\",\"code\":\"6.00\",\"name\":\"CABLE THHN No.10 NEGRO\",\"unit\":\"1\",\"cost\":\"3.63000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no10-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (712, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"607\",\"code\":\"60.00\",\"name\":\"NYLON UNIDAD\",\"unit\":\"1\",\"cost\":\"1.00000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nylon-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (713, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"202\",\"code\":\"60MM DERECHA\",\"name\":\"CHAPA  DERECHA VIKINGO\",\"unit\":\"1\",\"cost\":\"64.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chapa-derecha-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (714, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"203\",\"code\":\"60MM IZQUIERDA\",\"name\":\"CHAPA IZQUIERDA VIKINGO\",\"unit\":\"1\",\"cost\":\"64.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chapa-izquierda-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (715, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"393\",\"code\":\"6130-33\",\"name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"unit\":\"1\",\"cost\":\"530.00000000000000000000\",\"price\":\"706.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esmeriladora-angular-d-4-12-milwakee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (716, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"238\",\"code\":\"638060000000.00\",\"name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"unit\":\"1\",\"cost\":\"42.90000000000000000000\",\"price\":\"57.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-scotch-super-33-34x66-grande-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (717, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"489\",\"code\":\"6424500000000.00\",\"name\":\"JABONERA CROMADA FOREVER\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabonera-cromada-forever\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (718, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"632\",\"code\":\"65.00\",\"name\":\"PEPSI DESECHABLE Y SABORES  .\",\"unit\":\"1\",\"cost\":\"4.21000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pepsi-desechable-y-sabores\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (719, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"893\",\"code\":\"675873000000.00\",\"name\":\"VITAFLENACO UNIDAD\",\"unit\":\"1\",\"cost\":\"1.11000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"vitaflenaco-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (720, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"413\",\"code\":\"6933240000000.00\",\"name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"unit\":\"1\",\"cost\":\"1.12000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"filtro-paceite-universal-uj-3780\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (721, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"463\",\"code\":\"693353000000.00\",\"name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"unit\":\"1\",\"cost\":\"38.75000000000000000000\",\"price\":\"53.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"hachuela-mango-de-madera-21oz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (722, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"4\",\"code\":\"6933530000000.00\",\"name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"unit\":\"1\",\"cost\":\"51.50000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mini-almadana-tolsen-3-libras\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (723, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"520\",\"code\":\"6934530000000.00\",\"name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"unit\":\"1\",\"cost\":\"288.39000000000000000000\",\"price\":\"385.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lijadora-orbital-base-5-79761\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (724, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"636\",\"code\":\"6941430000000.00\",\"name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"unit\":\"1\",\"cost\":\"11.90000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pintura-en-spray-negro-metalico-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (725, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"58\",\"code\":\"6942710000000.00\",\"name\":\"ALICATE 8 ALDOSA\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-8-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (726, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"69\",\"code\":\"69427100000000.00\",\"name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"unit\":\"1\",\"cost\":\"16.13000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-alsosa-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (727, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"505\",\"code\":\"6946720000000.00\",\"name\":\"LAMPARA TIGER WORLD\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lampara-tiger-world\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (728, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"552\",\"code\":\"6972750000000.00\",\"name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"unit\":\"1\",\"cost\":\"24.00000000000000000000\",\"price\":\"32.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-para-lavamanos-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (729, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"450\",\"code\":\"7.00\",\"name\":\"GATORADE\",\"unit\":\"1\",\"cost\":\"6.58000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"gatorade\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (730, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"672\",\"code\":\"70330000328.00\",\"name\":\"RASURADORA BIC 1 HOJA\",\"unit\":\"1\",\"cost\":\"1.73000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"rasuradora-bic-1-hoja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (731, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"592\",\"code\":\"70847033967.00\",\"name\":\"MONSTER ENERGY MANGO LOCO\",\"unit\":\"1\",\"cost\":\"12.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"monster-energy-mango-loco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (732, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"207\",\"code\":\"721282000000.00\",\"name\":\"CHETOS 190G  .\",\"unit\":\"1\",\"cost\":\"10.30000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chetos-190g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (733, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"211\",\"code\":\"738777000000.00\",\"name\":\"CHILE PICAMAS 100G\",\"unit\":\"1\",\"cost\":\"3.04000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chile-picamas-100g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (734, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"210\",\"code\":\"73877702002.00\",\"name\":\"CHILE JALAPE\",\"unit\":\"1\",\"cost\":\"5.07000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (735, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"191\",\"code\":\"74000715.00\",\"name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"unit\":\"1\",\"cost\":\"6.13000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-dorada-draft-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (736, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"200\",\"code\":\"74000722.00\",\"name\":\"CERVEZA MONTE CARLO PREMIUN\",\"unit\":\"1\",\"cost\":\"9.01000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-monte-carlo-premiun\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (737, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"52\",\"code\":\"7401000000000.00\",\"name\":\"AGUA SALVAVIDA BOTELLA .\",\"unit\":\"1\",\"cost\":\"2.08000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"agua-salvavida-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (738, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"47\",\"code\":\"7401010000000.00\",\"name\":\"ADRENALINA PEQ.  .\",\"unit\":\"1\",\"cost\":\"8.52000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adrenalina-peq\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (739, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"92\",\"code\":\"7401090000000.00\",\"name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"unit\":\"1\",\"cost\":\"45.64000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bombilla-ahorrador-spiral-65-w-lux\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (740, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"623\",\"code\":\"7401110000000.00\",\"name\":\"PAPEL STAFF JUNIOR\",\"unit\":\"1\",\"cost\":\"1.17000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-staff-junior\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (741, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"257\",\"code\":\"7401150000000.00\",\"name\":\"CLORO CLORAL 40ML\",\"unit\":\"1\",\"cost\":\"0.66000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cloro-cloral-40ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (742, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"154\",\"code\":\"7401180000000.00\",\"name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"unit\":\"1\",\"cost\":\"30.94000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-clavo-concreto-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (743, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"285\",\"code\":\"7404000000000.00\",\"name\":\"CONDONES VIVE DE 3 UNIDADES\",\"unit\":\"1\",\"cost\":\"5.25000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"condones-vive-de-3-unidades\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (744, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"559\",\"code\":\"7404010000000.00\",\"name\":\"MANGUERA BELLO JARDIN 25 PS\",\"unit\":\"1\",\"cost\":\"23.75000000000000000000\",\"price\":\"32.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"manguera-bello-jardin-25-ps\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (745, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"331\",\"code\":\"740404000000.00\",\"name\":\"DE LA FINCA MANI GARRAPI\",\"unit\":\"1\",\"cost\":\"5.50000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (746, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"749\",\"code\":\"7406030000000.00\",\"name\":\"SILICON LIQUIDO 100 ML\",\"unit\":\"1\",\"cost\":\"4.25000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"silicon-liquido-100-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (747, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"746\",\"code\":\"7406140000000.00\",\"name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"unit\":\"1\",\"cost\":\"117.80000000000000000000\",\"price\":\"155.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sika-latex-n-remojador-de-adh-1-galon\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (748, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"420\",\"code\":\"7406190000000.00\",\"name\":\"FRIJOL DEL MONTE 15 OZ\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-del-monte-15-oz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (749, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"100\",\"code\":\"7406230000000.00\",\"name\":\"BON BON COLOMBINA\",\"unit\":\"1\",\"cost\":\"0.40000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bon-bon-colombina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (750, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"94\",\"code\":\"7406400000000.00\",\"name\":\"BOMBILLA NEW LED 13W 9710045\",\"unit\":\"1\",\"cost\":\"10.66000000000000000000\",\"price\":\"14.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bombilla-new-led-13w-9710045\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (751, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"881\",\"code\":\"7406410000000.00\",\"name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"unit\":\"1\",\"cost\":\"28.00000000000000000000\",\"price\":\"37.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-d-bola-cpal-dlaton-12-usa-k\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (752, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"35\",\"code\":\"7410000000000.00\",\"name\":\"ACETAMINOFEN MK (UNIDAD)\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"acetaminofen-mk-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (753, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"259\",\"code\":\"7411000000000.00\",\"name\":\"COCA COLA LATA  .\",\"unit\":\"1\",\"cost\":\"4.23000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"coca-cola-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (754, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"349\",\"code\":\"74110000000000.00\",\"name\":\"DETERGENTE XEDEX 1KG\",\"unit\":\"1\",\"cost\":\"9.00000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-xedex-1kg\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (755, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"621\",\"code\":\"7416500000000.00\",\"name\":\"PAPEL ROSAL\",\"unit\":\"1\",\"cost\":\"1.54000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-rosal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (756, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"640\",\"code\":\"7417000000000.00\",\"name\":\"PIOCHA IMACASA CON MANGO\",\"unit\":\"1\",\"cost\":\"65.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"piocha-imacasa-con-mango\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (757, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"225\",\"code\":\"7441000000000.00\",\"name\":\"CINTA AISLAR TENFLEX GRANDE\",\"unit\":\"1\",\"cost\":\"10.62000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-aislar-tenflex-grande\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (758, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"563\",\"code\":\"7441010000000.00\",\"name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"manias-pro-variedad-18-gramos\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (759, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"722\",\"code\":\"74410187.00\",\"name\":\"SAL ANDREWS\",\"unit\":\"1\",\"cost\":\"1.09000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sal-andrews\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (760, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"160\",\"code\":\"7441020000000.00\",\"name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"unit\":\"1\",\"cost\":\"6.44000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plastica-durman\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (761, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"162\",\"code\":\"744110000000.00\",\"name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rect-plastica-12-34-negro-a\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (762, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"159\",\"code\":\"7441100000000.00\",\"name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"unit\":\"1\",\"cost\":\"7.84000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plastica-412-34-g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (763, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"398\",\"code\":\"7441110000000.00\",\"name\":\"ESPIGA DE HULE EAGLE\",\"unit\":\"1\",\"cost\":\"10.89000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"espiga-de-hule-eagle\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (764, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"431\",\"code\":\"7441160000000.00\",\"name\":\"GALLETA CHIKY CHIPS\",\"unit\":\"1\",\"cost\":\"1.58000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chiky-chips\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (765, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"696\",\"code\":\"7441320000000.00\",\"name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"5.60000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-pvc-liso-1-12-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (766, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"758\",\"code\":\"7450010000000.00\",\"name\":\"SOBRE DE BRILLANTINA\",\"unit\":\"1\",\"cost\":\"0.55000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sobre-de-brillantina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (767, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"67\",\"code\":\"747752000000.00\",\"name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"unit\":\"1\",\"cost\":\"31.55000000000000000000\",\"price\":\"42.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-12-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (768, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"179\",\"code\":\"747753000000.00\",\"name\":\"CANGREJO STANLEY 8\\\"\",\"unit\":\"1\",\"cost\":\"43.50000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cangrejo-stanley-8\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (769, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"595\",\"code\":\"748757000000.00\",\"name\":\"NACHO Y JALAPE\",\"unit\":\"1\",\"cost\":\"1.67000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (770, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"346\",\"code\":\"748928000000.00\",\"name\":\"DETERGENTE ORIX 125 GR\",\"unit\":\"1\",\"cost\":\"1.57000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-orix-125-gr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (771, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"345\",\"code\":\"74892800509.00\",\"name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"unit\":\"1\",\"cost\":\"0.01000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-lavatrastos-orix-90-gr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (772, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"201\",\"code\":\"75002459.00\",\"name\":\"CERVEZA TECATE\",\"unit\":\"1\",\"cost\":\"4.42000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-tecate\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (773, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"427\",\"code\":\"7501000000000.00\",\"name\":\"GALLETA ARCOIRIS   .\",\"unit\":\"1\",\"cost\":\"5.10000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-arcoiris\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (774, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"81\",\"code\":\"7501030000000.00\",\"name\":\"BAYGON ULTRA VERDE 285 ML\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"baygon-ultra-verde-285-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (775, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"197\",\"code\":\"7501060000000.00\",\"name\":\"CERVEZA MODELO LATA 16ONZ.\",\"unit\":\"1\",\"cost\":\"6.25000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-modelo-lata-16onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (776, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"71\",\"code\":\"7501090000000.00\",\"name\":\"AROMATIZANTE CHICA FRESA\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aromatizante-chica-fresa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (777, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"454\",\"code\":\"7501140000000.00\",\"name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"unit\":\"1\",\"cost\":\"1.60000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"goma-blanca-fast-105-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (778, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"630\",\"code\":\"7501200000000.00\",\"name\":\"PEGAMENTO TANGIT 100 ML\",\"unit\":\"1\",\"cost\":\"25.80000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pegamento-tangit-100-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (779, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"598\",\"code\":\"750121000000.00\",\"name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"unit\":\"1\",\"cost\":\"9.50000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-de-hilo-3-truper\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (780, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"11\",\"code\":\"7501210000000.00\",\"name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"unit\":\"1\",\"cost\":\"5.39000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-34-bolsita-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (781, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"231\",\"code\":\"75012100000000.00\",\"name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"unit\":\"1\",\"cost\":\"16.96000000000000000000\",\"price\":\"22.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-masking-tape-truper-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (782, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"728\",\"code\":\"750127000000.00\",\"name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"unit\":\"1\",\"cost\":\"28.96000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"segueta-pcaladora-metal-fino-blister\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (783, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"30\",\"code\":\"7501730000000.00\",\"name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"unit\":\"1\",\"cost\":\"31.30000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"accesorio-ptanque-sanitario-fama\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (784, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"433\",\"code\":\"7501760000000.00\",\"name\":\"GALLETA CHOCOVIC\",\"unit\":\"1\",\"cost\":\"0.40000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chocovic\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (785, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2\",\"code\":\"7501850000000.00\",\"name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"unit\":\"1\",\"cost\":\"1.94000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducto-conector-tubo-34-9570105\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (786, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"90\",\"code\":\"7501890000000.00\",\"name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"unit\":\"1\",\"cost\":\"525.00000000000000000000\",\"price\":\"700.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bomba-periferica-1-hp-toolcraft\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (787, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"745\",\"code\":\"7501910000000.00\",\"name\":\"SIKA LATEX -N 1.2 LT\",\"unit\":\"1\",\"cost\":\"39.97000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sika-latex-n-12-lt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (788, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"140\",\"code\":\"75019815.00\",\"name\":\"BUBALOO       .\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bubaloo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (789, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"409\",\"code\":\"7502220000000.00\",\"name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"felpa-profecional-vinta-9-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (790, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"199\",\"code\":\"75027278.00\",\"name\":\"CERVEZA MODELO VIDRIO .\",\"unit\":\"1\",\"cost\":\"5.83000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-modelo-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (791, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"134\",\"code\":\"7503010000000.00\",\"name\":\"BROCHA LA BUENA 1\\/2\",\"unit\":\"1\",\"cost\":\"1.70000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-la-buena-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (792, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"190\",\"code\":\"75032715.00\",\"name\":\"CERVEZA CORONA BOTELLA.\",\"unit\":\"1\",\"cost\":\"5.83000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-corona-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (793, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"451\",\"code\":\"7506190000000.00\",\"name\":\"GEL EGO POWER\",\"unit\":\"1\",\"cost\":\"0.74000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"gel-ego-power\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (794, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"361\",\"code\":\"750624000000.00\",\"name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"unit\":\"1\",\"cost\":\"11.72000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-laminado-pretul-4-12-grano-60\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (795, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"18\",\"code\":\"7506240000000.00\",\"name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-4-bolsita-5-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (796, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"127\",\"code\":\"7506390000000.00\",\"name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"unit\":\"1\",\"cost\":\"3.31000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-chip-2-mango-cafe\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (797, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"560\",\"code\":\"7506490000000.00\",\"name\":\"MANGUERA PARA JARDIN 100\",\"unit\":\"1\",\"cost\":\"157.14000000000000000000\",\"price\":\"210.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (798, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"282\",\"code\":\"7509550000000.00\",\"name\":\"COLGATE TRIPLE ACCION 150 ML\",\"unit\":\"1\",\"cost\":\"8.75000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"colgate-triple-accion-150-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (799, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"442\",\"code\":\"751001000000.00\",\"name\":\"GALLETA PAN CREMA .\",\"unit\":\"1\",\"cost\":\"5.10000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-pan-crema\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (800, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"170\",\"code\":\"751207000000.00\",\"name\":\"CANDADO 50MM HERMEX\",\"unit\":\"1\",\"cost\":\"16.96000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-50mm-hermex\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (801, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"430\",\"code\":\"753079000000.00\",\"name\":\"GALLETA CAN CAN\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-can-can\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (802, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"103\",\"code\":\"756956000000.00\",\"name\":\"BOTONETA AMARILLA\",\"unit\":\"1\",\"cost\":\"0.45000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"botoneta-amarilla\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (803, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"511\",\"code\":\"757575.00\",\"name\":\"LIBRA DE PITA\",\"unit\":\"1\",\"cost\":\"2.92000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"libra-de-pita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (804, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"441\",\"code\":\"7590010000000.00\",\"name\":\"GALLETA OREO\",\"unit\":\"1\",\"cost\":\"1.08000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-oreo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (805, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"182\",\"code\":\"760573000000.00\",\"name\":\"CASHITAS\",\"unit\":\"1\",\"cost\":\"2.92000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cashitas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (806, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"181\",\"code\":\"7605730955.00\",\"name\":\"CASHITA MANI JAPONESA\",\"unit\":\"1\",\"cost\":\"0.78000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cashita-mani-japonesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (807, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"51\",\"code\":\"760896000000.00\",\"name\":\"AGUA DESTIULADA PRODIN\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"agua-destiulada-prodin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (808, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"37\",\"code\":\"7608970000000.00\",\"name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"unit\":\"1\",\"cost\":\"5.70000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"activador-electrolitico-para-bateria\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (809, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"597\",\"code\":\"76174420753.00\",\"name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"unit\":\"1\",\"cost\":\"84.00000000000000000000\",\"price\":\"105.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-aluminio-stanley-36\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (810, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"658\",\"code\":\"76174474404.00\",\"name\":\"PLOMADA YESO STANLEY 47-400\",\"unit\":\"1\",\"cost\":\"55.60000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plomada-yeso-stanley-47-400\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (811, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"659\",\"code\":\"76174474602.00\",\"name\":\"PLOMADA YESO STANLEY 47-460\",\"unit\":\"1\",\"cost\":\"64.05000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plomada-yeso-stanley-47-460\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (812, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"657\",\"code\":\"76174474640.00\",\"name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"unit\":\"1\",\"cost\":\"75.10000000000000000000\",\"price\":\"100.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plomada-cyeso-stanley-47-464\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (813, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"59\",\"code\":\"7617484023.00\",\"name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"unit\":\"1\",\"cost\":\"42.19000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-electricista-8-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (814, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"637\",\"code\":\"76174841015.00\",\"name\":\"PINZA STANLEY 6\\\"\",\"unit\":\"1\",\"cost\":\"42.75000000000000000000\",\"price\":\"54.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pinza-stanley-6\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (815, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"638\",\"code\":\"76174841022.00\",\"name\":\"PINZA STANLEY 8\\\"\",\"unit\":\"1\",\"cost\":\"46.50000000000000000000\",\"price\":\"59.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pinza-stanley-8\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (816, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"780\",\"code\":\"7622210000000.00\",\"name\":\"TANG FRUIT PONCH 20G\",\"unit\":\"1\",\"cost\":\"1.20000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tang-fruit-ponch-20g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (817, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"432\",\"code\":\"7622300000000.00\",\"name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"unit\":\"1\",\"cost\":\"3.28000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chips-ahoy-57-gramos\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (818, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"465\",\"code\":\"764009000000.00\",\"name\":\"HEINEKEN VIDRIO\",\"unit\":\"1\",\"cost\":\"9.38000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"heineken-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (819, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1\",\"code\":\"76770504804.00\",\"name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"unit\":\"1\",\"cost\":\"700.00000000000000000000\",\"price\":\"850.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-d-cable-thhn-12awg-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (820, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"124\",\"code\":\"769409000000.00\",\"name\":\"BROCHA 1\\\" EXPERT\",\"unit\":\"1\",\"cost\":\"3.50000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-1-expert\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (821, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"408\",\"code\":\"76940900117.00\",\"name\":\"FELPA EXPERT STANDAR 3\\/8\",\"unit\":\"1\",\"cost\":\"5.40000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"felpa-expert-standar-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (822, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"488\",\"code\":\"7702010000000.00\",\"name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"unit\":\"1\",\"cost\":\"4.80000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabon-rexona-antibacterial-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (823, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"490\",\"code\":\"7702030000000.00\",\"name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"unit\":\"1\",\"cost\":\"21.75000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"johnson-baby-shampu-original\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (824, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"752\",\"code\":\"7702050000000.00\",\"name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"unit\":\"1\",\"cost\":\"16.50000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"silicon-loctite-negro-rtv-70ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (825, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"644\",\"code\":\"7702090000000.00\",\"name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"unit\":\"1\",\"cost\":\"24.33000000000000000000\",\"price\":\"31.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-doble-switch-bticino-ap5200\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (826, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"580\",\"code\":\"77070548.00\",\"name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"unit\":\"1\",\"cost\":\"1.15000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mentas-xtime-krash-unidaded\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (827, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"576\",\"code\":\"7707310000000.00\",\"name\":\"MASKING TAPE 1 PULG. TESA\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"masking-tape-1-pulg-tesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (828, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"663\",\"code\":\"7730720000000.00\",\"name\":\"POXIPOL SOLDADURA PLASTICA\",\"unit\":\"1\",\"cost\":\"22.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"poxipol-soldadura-plastica\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (829, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"756\",\"code\":\"77472141340.00\",\"name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"unit\":\"1\",\"cost\":\"24.85000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"silicon-sista-multiusos-transparente\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (830, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"513\",\"code\":\"7750060000000.00\",\"name\":\"LIJA DE AGUA 120 3M\",\"unit\":\"1\",\"cost\":\"2.80000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lija-de-agua-120-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (831, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"577\",\"code\":\"7750370000000.00\",\"name\":\"MASKING TAPE 3\\/4 3M\",\"unit\":\"1\",\"cost\":\"5.95000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"masking-tape-34-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (832, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"748\",\"code\":\"7756960000000.00\",\"name\":\"SIKASIL E VARIOS 280ML\",\"unit\":\"1\",\"cost\":\"17.00000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sikasil-e-varios-280ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (833, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"357\",\"code\":\"7798220000000.00\",\"name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"unit\":\"1\",\"cost\":\"45.00000000000000000000\",\"price\":\"66.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-diasegmen-p-concreto-7-gladiado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (834, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"502\",\"code\":\"7799050000000.00\",\"name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"unit\":\"1\",\"cost\":\"262.00000000000000000000\",\"price\":\"329.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kit-de-moto-tools-gladiador\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (835, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"618\",\"code\":\"7802800000000.00\",\"name\":\"PAPAS KRYSPO VARIOS SABORES\",\"unit\":\"1\",\"cost\":\"11.50000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papas-kryspo-varios-sabores\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (836, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"80\",\"code\":\"783094000000.00\",\"name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"unit\":\"1\",\"cost\":\"4.59000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-rayovac-grande-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (837, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"772\",\"code\":\"783164000000.00\",\"name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"unit\":\"1\",\"cost\":\"170.15000000000000000000\",\"price\":\"230.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tablero-mono-fasico-4-circuitos-125a-g-e\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (838, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"161\",\"code\":\"7831640000000.00\",\"name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"unit\":\"1\",\"cost\":\"28.00000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-para-flipon-40-amps-cente\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (839, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"144\",\"code\":\"787705000000.00\",\"name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-12-awg-rojo-x-metro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (840, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"227\",\"code\":\"7891040000000.00\",\"name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"unit\":\"1\",\"cost\":\"32.92000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-doble-cara-19mm-x-5-m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (841, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"767\",\"code\":\"7891200000000.00\",\"name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"unit\":\"1\",\"cost\":\"11.50000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-bonder-original-3-grs-loctite\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (842, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"68\",\"code\":\"7893950000000.00\",\"name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"unit\":\"1\",\"cost\":\"26.05000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-12-vonder\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (843, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"839\",\"code\":\"8.00\",\"name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-busca-rosca-2-normal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (844, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"643\",\"code\":\"8012200000000.00\",\"name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-combinada-switch-y-tomac-g-indust\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (845, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"175\",\"code\":\"8012230000000.00\",\"name\":\"CANDADO YALE 40 MM\",\"unit\":\"1\",\"cost\":\"60.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-yale-40-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (846, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"189\",\"code\":\"80660956411.00\",\"name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"unit\":\"1\",\"cost\":\"12.08000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-corona-botella-710-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (847, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"830\",\"code\":\"80686832010.00\",\"name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"unit\":\"1\",\"cost\":\"90.00000000000000000000\",\"price\":\"145.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tequila-sauza-silver-750-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (848, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"565\",\"code\":\"81537200811.00\",\"name\":\"MARINEROS.             .\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"marineros\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (849, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"711\",\"code\":\"81537201405.00\",\"name\":\"REVIVE 600 ML\",\"unit\":\"1\",\"cost\":\"4.86000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"revive-600-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (850, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"734\",\"code\":\"81537305226.00\",\"name\":\"SE\",\"unit\":\"1\",\"cost\":\"0.86000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (851, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"445\",\"code\":\"842071000000.00\",\"name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"unit\":\"1\",\"cost\":\"132.72000000000000000000\",\"price\":\"175.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-aceite-havoline-sae-20w-50\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (852, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"32\",\"code\":\"8420714187.00\",\"name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"unit\":\"1\",\"cost\":\"25.50000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-25w50-4t-mototaxi-litro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (853, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"768\",\"code\":\"85051000421.00\",\"name\":\"SUPER ECONOMY TYPE A\",\"unit\":\"1\",\"cost\":\"17.50000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-economy-type-a\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (854, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"31\",\"code\":\"85051001190.00\",\"name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"unit\":\"1\",\"cost\":\"19.64000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-2-tiempos-super-s-econ-litro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (855, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"526\",\"code\":\"853619237.00\",\"name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"unit\":\"1\",\"cost\":\"17.53000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"liquido-de-frenos-wagner-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (856, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"443\",\"code\":\"86581001070.00\",\"name\":\"GALLETA SODA POZUELO\",\"unit\":\"1\",\"cost\":\"0.34000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-soda-pozuelo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (857, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"435\",\"code\":\"86581012502.00\",\"name\":\"GALLETA CLUB EXTRA..\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-club-extra\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (858, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"436\",\"code\":\"86581015121.00\",\"name\":\"GALLETA CREMAS GDE .\",\"unit\":\"1\",\"cost\":\"0.85000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-cremas-gde\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (859, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"444\",\"code\":\"86581017699.00\",\"name\":\"GALLETA TIPO.               .\",\"unit\":\"1\",\"cost\":\"0.85000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-tipo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (860, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"141\",\"code\":\"87295125991.00\",\"name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"unit\":\"1\",\"cost\":\"1.12000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bujia-candela-para-moto\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (861, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"423\",\"code\":\"88313062267.00\",\"name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"unit\":\"1\",\"cost\":\"2.98000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-volteado-ducal-55-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (862, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"424\",\"code\":\"88313062281.00\",\"name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"unit\":\"1\",\"cost\":\"6.08000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-volteado-ducal-105-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (863, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"499\",\"code\":\"88313318739.00\",\"name\":\"KERNS CAJITA\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kerns-cajita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (864, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"365\",\"code\":\"885911000000.00\",\"name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"unit\":\"1\",\"cost\":\"20.89000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-pcmetal-9-dewalt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (865, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"674\",\"code\":\"9002490000000.00\",\"name\":\"RED BULL     .\",\"unit\":\"1\",\"cost\":\"9.85000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"red-bull\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (866, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"326\",\"code\":\"9021298.00\",\"name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"unit\":\"1\",\"cost\":\"0.91000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-12-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (867, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"327\",\"code\":\"9021299.00\",\"name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-34-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (868, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"870\",\"code\":\"9021304.00\",\"name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"unit\":\"1\",\"cost\":\"0.36000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"union-conduit-12-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (869, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"426\",\"code\":\"9111210000000.00\",\"name\":\"FULL CRETE (1 CUARTO GALON)\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"full-crete-1-cuarto-galon\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (870, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"448\",\"code\":\"9121220000000.00\",\"name\":\"GALON FULL CRETE\",\"unit\":\"1\",\"cost\":\"150.00000000000000000000\",\"price\":\"180.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-full-crete\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (871, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"535\",\"code\":\"91712200086.00\",\"name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"unit\":\"1\",\"cost\":\"44.50000000000000000000\",\"price\":\"60.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-compuerta-34-ez-flo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (872, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"540\",\"code\":\"91712200499.00\",\"name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"unit\":\"1\",\"cost\":\"94.85000000000000000000\",\"price\":\"126.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-bola-de-1-eastman-ez-flo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (873, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"240\",\"code\":\"91712500315.00\",\"name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"unit\":\"1\",\"cost\":\"6.55000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-teflon-1-ez-flo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (874, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"859\",\"code\":\"95.00\",\"name\":\"TORTRIX PEQUE?O      .\",\"unit\":\"1\",\"cost\":\"0.87000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tortrix-pequeo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (875, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"26\",\"code\":\"9540 UNIDAD\",\"name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"unit\":\"1\",\"cost\":\"0.74000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-volchet-unidad-d-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (876, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"522\",\"code\":\"97758170390.00\",\"name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"unit\":\"1\",\"cost\":\"7.30000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lima-motosierra-732-x-8-pferd\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (877, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"720\",\"code\":\"98.00\",\"name\":\"SABRITAS.           .\",\"unit\":\"1\",\"cost\":\"3.53000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sabritas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (878, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"627\",\"code\":\"99176129745.00\",\"name\":\"PASTA COLGATE\",\"unit\":\"1\",\"cost\":\"9.00000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pasta-colgate\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (879, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"501\",\"code\":\"99176480518.00\",\"name\":\"KIT DE CEPILLADO  .\",\"unit\":\"1\",\"cost\":\"3.75000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kit-de-cepillado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (880, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"487\",\"code\":\"9917692238.00\",\"name\":\"JABON PROTEX .\",\"unit\":\"1\",\"cost\":\"5.42000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabon-protex\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (881, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"20\",\"code\":\"A111\",\"name\":\"ABRAZADERA DE 2\\\"\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-de-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (882, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"664\",\"code\":\"AA823\\/120\",\"name\":\"PULIDORA GLP 9 2300W\",\"unit\":\"1\",\"cost\":\"556.50000000000000000000\",\"price\":\"700.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pulidora-glp-9-2300w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (883, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"392\",\"code\":\"AB608\\/120\\/60\",\"name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"unit\":\"1\",\"cost\":\"556.51000000000000000000\",\"price\":\"696.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esmeril-de-banco-8-34-hp-550w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (884, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"25\",\"code\":\"ABRA001\",\"name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-tw-12-de-presion\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (885, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"24\",\"code\":\"ABRA002\",\"name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"unit\":\"1\",\"cost\":\"3.00000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-tw-1-de-presion\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (886, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"29\",\"code\":\"ACE04\",\"name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"unit\":\"1\",\"cost\":\"19.27000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"accesorio-de-entrada-114-calabera\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (887, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"36\",\"code\":\"ACHUELA ALDOSA 2\",\"name\":\"ACHUELA ALDOSA 2\",\"unit\":\"1\",\"cost\":\"20.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"achuela-aldosa-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (888, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"599\",\"code\":\"ALF0019\",\"name\":\"NIVEL DE RESINA 12\\\"\",\"unit\":\"1\",\"cost\":\"12.90000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-de-resina-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (889, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"186\",\"code\":\"ALF0035\",\"name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"unit\":\"1\",\"cost\":\"7.99000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-cuadrado-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (890, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"21\",\"code\":\"AT001\",\"name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"1.70000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-para-cielo-hanger-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (891, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"63\",\"code\":\"AZ00151\",\"name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"unit\":\"1\",\"cost\":\"52.76000000000000000000\",\"price\":\"52.76000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"almadana-de-4-lbs-c-cabo-azteca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (892, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"215\",\"code\":\"BOSSI123\",\"name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"unit\":\"1\",\"cost\":\"27.00000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-con-piton-de-34-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (893, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"255\",\"code\":\"CB123\",\"name\":\"CLAVO CONCRETO BRONCO 4\",\"unit\":\"1\",\"cost\":\"31.50000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-bronco-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (894, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"206\",\"code\":\"CHEVEBR05\",\"name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"unit\":\"1\",\"cost\":\"38.89000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cheque-vertical-con-pichacha-de-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (895, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"204\",\"code\":\"CHHOBR03\",\"name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"unit\":\"1\",\"cost\":\"24.79000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cheque-horizontal-asiento-hule-de-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (896, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"741\",\"code\":\"COS14\\/1\\/120\",\"name\":\"SIERRA TRONZADORA 14-2000W\",\"unit\":\"1\",\"cost\":\"619.50000000000000000000\",\"price\":\"775.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-tronzadora-14-2000w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (897, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"742\",\"code\":\"CS814\\/3\\/120\",\"name\":\"SIERRA TROZADORA 14-2400W\",\"unit\":\"1\",\"cost\":\"850.50000000000000000000\",\"price\":\"1064.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-trozadora-14-2400w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (898, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"187\",\"code\":\"D12\",\"name\":\"CEPILLO DE DIENTES UNID.\",\"unit\":\"1\",\"cost\":\"1.17000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-dientes-unid\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (899, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"383\",\"code\":\"D87\",\"name\":\"ESCOBAS\",\"unit\":\"1\",\"cost\":\"10.67000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"escobas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (900, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"774\",\"code\":\"DW508S-B3\",\"name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"unit\":\"1\",\"cost\":\"696.00000000000000000000\",\"price\":\"870.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percusin-dw-12-800w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (901, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"142\",\"code\":\"ELE00076\",\"name\":\"CABLE PARALELO 2* 12 M\",\"unit\":\"1\",\"cost\":\"9.54000000000000000000\",\"price\":\"12.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-paralelo-2-12-m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (902, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"143\",\"code\":\"ELE00077\",\"name\":\"CABLE PARALELO 2* 14 MT\",\"unit\":\"1\",\"cost\":\"6.21000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-paralelo-2-14-mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (903, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"157\",\"code\":\"ELE00081\",\"name\":\"CAJA OCTAGONAL METAL\",\"unit\":\"1\",\"cost\":\"2.87000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (904, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"158\",\"code\":\"ELE00082\",\"name\":\"CAJA OCTAGONAL PLAS\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (905, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"163\",\"code\":\"ELE00085\",\"name\":\"CAJA RECTANGULAR METAL\",\"unit\":\"1\",\"cost\":\"2.35000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (906, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"761\",\"code\":\"ELE055\",\"name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"unit\":\"1\",\"cost\":\"3.90000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"spliter-2-salidas-pcable-coaxial\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (907, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"593\",\"code\":\"ELE063\",\"name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"unit\":\"1\",\"cost\":\"8.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mordaza-de-cobre-de-588\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (908, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"309\",\"code\":\"ELE067\",\"name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-ptubo-ductuvinil-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (909, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"288\",\"code\":\"FER 010231\",\"name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contra-llave-12-x-12-a-la-pared-viking\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (910, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"7\",\"code\":\"FER 02887444770\",\"name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"unit\":\"1\",\"cost\":\"20.16000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"7disco-dewalt-carbon-p-cortarconcret-9\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (911, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"8\",\"code\":\"FER 75012066411\",\"name\":\"CUCHILLA  6? PRETUL\",\"unit\":\"1\",\"cost\":\"5.29000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cuchilla-6-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (912, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"5\",\"code\":\"FER 75012066839\",\"name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"unit\":\"1\",\"cost\":\"0.17000000000000000000\",\"price\":\"0.35000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-plastico-250mm-negro-volteck\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (913, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"6\",\"code\":\"FER 75062406478\",\"name\":\"PLACA PARA TIMBRE VOLTECH\",\"unit\":\"1\",\"cost\":\"10.29000000000000000000\",\"price\":\"15.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-para-timbre-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (914, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"9\",\"code\":\"FER- 7506240656\",\"name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"unit\":\"1\",\"cost\":\"18.72000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"9disco-de-diamante-de-4-12-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (915, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"868\",\"code\":\"FER-01234\",\"name\":\"UNIDAD ELECTRODO E 6013\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"unidad-electrodo-e-6013\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (916, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"856\",\"code\":\"FER-THPVC1407\",\"name\":\"TORNILLO PULSER P\\/BROCA 1\\/4X3\\/4 C\\/E\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-pbroca-14x34-ce\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (917, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"855\",\"code\":\"FER-TOPC 1407\",\"name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-34-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (918, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"708\",\"code\":\"FER000012\",\"name\":\"REPOSADERA BRONCE 3*3\",\"unit\":\"1\",\"cost\":\"65.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-bronce-33\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (919, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"550\",\"code\":\"FER000018\",\"name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"unit\":\"1\",\"cost\":\"104.79000000000000000000\",\"price\":\"140.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-palanca-italiana-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (920, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"639\",\"code\":\"FER000125\",\"name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"unit\":\"1\",\"cost\":\"48.00000000000000000000\",\"price\":\"65.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"piocha-china-4-12-lbs\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (921, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"510\",\"code\":\"FER000150\",\"name\":\"LB. CLAVO 1\\\" ASSA\",\"unit\":\"1\",\"cost\":\"7.90000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lb-clavo-1-assa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (922, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"401\",\"code\":\"FER000151\",\"name\":\"ESPONJA PEQUE\",\"unit\":\"1\",\"cost\":\"2.78000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (923, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"878\",\"code\":\"FER000153\",\"name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"unit\":\"1\",\"cost\":\"34.00000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-compuerta-12-200-psi-aqua\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (924, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"509\",\"code\":\"FER00017\",\"name\":\"LB ELECTRODO 3\\/32\",\"unit\":\"1\",\"cost\":\"12.00000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lb-electrodo-332\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (925, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"10\",\"code\":\"FER00021\",\"name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"unit\":\"1\",\"cost\":\"1.23000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-precion-hangler-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (926, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"76\",\"code\":\"FER00088\",\"name\":\"BARNIZ GL NOGAL CELCO\",\"unit\":\"1\",\"cost\":\"140.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"barniz-gl-nogal-celco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (927, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"86\",\"code\":\"FER00106\",\"name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-12-mh\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (928, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"87\",\"code\":\"FER00108\",\"name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-38-mh\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (929, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"88\",\"code\":\"FER00111\",\"name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-bandera-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (930, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"296\",\"code\":\"FER001216\",\"name\":\"COPLA 1 1\\/2 CON ROSCA\",\"unit\":\"1\",\"cost\":\"0.87000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1-12-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (931, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"301\",\"code\":\"FER001217\",\"name\":\"COPLA 3\\/4 CON ROSCA\",\"unit\":\"1\",\"cost\":\"0.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-34-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (932, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"850\",\"code\":\"FER001218\",\"name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.40000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-pulgada-punta-de-broca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (933, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"785\",\"code\":\"FER0015\",\"name\":\"TAPADERA DE SANITARIO ALDOSA\",\"unit\":\"1\",\"cost\":\"40.00000000000000000000\",\"price\":\"53.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapadera-de-sanitario-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (934, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"399\",\"code\":\"FER00150\",\"name\":\"ESPONJA GRANDE PARA REPELLO\",\"unit\":\"1\",\"cost\":\"5.88000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esponja-grande-para-repello\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (935, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"243\",\"code\":\"FER00436\",\"name\":\"CLAVO 1 1\\/2 LB\",\"unit\":\"1\",\"cost\":\"5.94000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-1-12-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (936, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"245\",\"code\":\"FER00438\",\"name\":\"CLAVO 2 1\\/2 LB.\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-2-12-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (937, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"246\",\"code\":\"FER00439\",\"name\":\"CLAVO 2 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-2-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (938, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"247\",\"code\":\"FER00440\",\"name\":\"CLAVO 3 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-3-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (939, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"248\",\"code\":\"FER00441\",\"name\":\"CLAVO 4 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-4-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (940, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"250\",\"code\":\"FER00446\",\"name\":\"CLAVO CONCRETO 1 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.09000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-1-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (941, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"249\",\"code\":\"FER00447\",\"name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.07000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-1-12-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (942, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"253\",\"code\":\"FER00448\",\"name\":\"CLAVO CONCRETO 3 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.11000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-3-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (943, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"251\",\"code\":\"FER00449\",\"name\":\"CLAVO CONCRETO 2 1\\/2\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (944, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"252\",\"code\":\"FER00450\",\"name\":\"CLAVO CONCRETO 3 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.10000000000000000000\",\"price\":\"0.15000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-3-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (945, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"254\",\"code\":\"FER00453\",\"name\":\"CLAVO CONCRETO 4 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-4-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (946, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"256\",\"code\":\"FER00710\",\"name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"unit\":\"1\",\"cost\":\"8.00000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-para-cerca-laa-1-14-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (947, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"521\",\"code\":\"FER00750\",\"name\":\"LIMA  TRIANGULAR BELLOTA\",\"unit\":\"1\",\"cost\":\"8.17000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lima-triangular-bellota\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (948, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"575\",\"code\":\"FER00868\",\"name\":\"MASKING TAPE 1 3M\",\"unit\":\"1\",\"cost\":\"7.70000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"masking-tape-1-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (949, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"738\",\"code\":\"FER01143\",\"name\":\"SIERRA FINA SANDFLEX 1224\",\"unit\":\"1\",\"cost\":\"7.75000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-fina-sandflex-1224\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (950, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"314\",\"code\":\"FER01397\",\"name\":\"CRAYON 2 COLORES GRUESO\",\"unit\":\"1\",\"cost\":\"1.30000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"crayon-2-colores-grueso\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (951, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"555\",\"code\":\"FER01945\",\"name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"unit\":\"1\",\"cost\":\"24.00000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"machete-24-garizama-gavilan\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (952, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"125\",\"code\":\"FER02539\",\"name\":\"BROCHA 2 BYP\",\"unit\":\"1\",\"cost\":\"3.73000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-2-byp\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (953, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"359\",\"code\":\"FER02908\",\"name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"unit\":\"1\",\"cost\":\"59.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-diamantado-continuo-9-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (954, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"168\",\"code\":\"FER0313\",\"name\":\"CANDADO 40MM DORADO WHALE\",\"unit\":\"1\",\"cost\":\"11.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-40mm-dorado-whale\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (955, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"174\",\"code\":\"FER0314\",\"name\":\"CANDADO WHALE DORADO 50 MM\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-whale-dorado-50-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (956, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"838\",\"code\":\"FER035\",\"name\":\"TORNILLO BUSCA ROSCA 1*8\",\"unit\":\"1\",\"cost\":\"0.09000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-busca-rosca-18\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (957, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"801\",\"code\":\"FER039\",\"name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2\",\"unit\":\"1\",\"cost\":\"0.35000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugos-plasticos-azuales-382\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (958, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"848\",\"code\":\"FER040\",\"name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"unit\":\"1\",\"cost\":\"0.18000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-12-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (959, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"802\",\"code\":\"FER068\",\"name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"unit\":\"1\",\"cost\":\"0.08000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugos-plasticos-verde-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (960, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"279\",\"code\":\"FER31106-2\",\"name\":\"CODO PVC 3\\/4 45 GRADOS\",\"unit\":\"1\",\"cost\":\"1.50000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-34-45-grados\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (961, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"536\",\"code\":\"GE-0251\",\"name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"35.00000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-comuerta-redwhite-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (962, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"699\",\"code\":\"GE-0279\",\"name\":\"REGADERA PLASTICA BLANCA\",\"unit\":\"1\",\"cost\":\"4.40000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"regadera-plastica-blanca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (963, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"447\",\"code\":\"GEL0001\",\"name\":\"GALON ALCOHOL GEL\",\"unit\":\"1\",\"cost\":\"155.00000000000000000000\",\"price\":\"207.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-alcohol-gel\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (964, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"486\",\"code\":\"GEL0002\",\"name\":\"JABON LIQUIDO 500 ML\",\"unit\":\"1\",\"cost\":\"38.00000000000000000000\",\"price\":\"51.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabon-liquido-500-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (965, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"57\",\"code\":\"GEL0003\",\"name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alcohol-gel-tipo-llavero-50-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (966, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"706\",\"code\":\"GRI001475\",\"name\":\"REPOSADERA 3  ALUMINIO\",\"unit\":\"1\",\"cost\":\"13.67000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-3-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (967, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"819\",\"code\":\"GRI00213\",\"name\":\"TEFLON 1\",\"unit\":\"1\",\"cost\":\"1.79000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (968, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"821\",\"code\":\"GRI00214\",\"name\":\"TEFLON 1\\/2\",\"unit\":\"1\",\"cost\":\"0.98000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (969, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"823\",\"code\":\"GRI00215\",\"name\":\"TEFLON 3\\/4\",\"unit\":\"1\",\"cost\":\"2.02000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (970, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"292\",\"code\":\"GRIF000175\",\"name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"unit\":\"1\",\"cost\":\"26.50000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contrallave-crom-al-piso-12-x-12-boss\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (971, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"293\",\"code\":\"GRIF000176\",\"name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"24.70000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contrallave-crom-pared-12-x-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (972, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"460\",\"code\":\"GRIFA001\",\"name\":\"GRIFA 1\\/2 * 3\\/8\",\"unit\":\"1\",\"cost\":\"70.00000000000000000000\",\"price\":\"93.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"grifa-12-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (973, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"461\",\"code\":\"GRIFA002\",\"name\":\"GRIFA 1\\/4 * 3\\/16\",\"unit\":\"1\",\"cost\":\"35.00000000000000000000\",\"price\":\"47.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"grifa-14-316\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (974, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"485\",\"code\":\"HL8140\\/120M\",\"name\":\"HIDROLAVADORA 1800W 2003PSI\",\"unit\":\"1\",\"cost\":\"906.51000000000000000000\",\"price\":\"1134.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"hidrolavadora-1800w-2003psi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (975, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"213\",\"code\":\"LLCHBOZN03\",\"name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"unit\":\"1\",\"cost\":\"15.75000000000000000000\",\"price\":\"21.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-bola-zinc-c-palanca-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (976, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"218\",\"code\":\"LLCHCPOPM05\",\"name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"15.75000000000000000000\",\"price\":\"21.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-mariposa-d-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (977, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"549\",\"code\":\"LLPDCLA\",\"name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"unit\":\"1\",\"cost\":\"85.00000000000000000000\",\"price\":\"113.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-pducha-acrilica-12br-cuello-larg\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (978, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"587\",\"code\":\"MDL700\",\"name\":\"METRO LASER DE 20M\",\"unit\":\"1\",\"cost\":\"192.51000000000000000000\",\"price\":\"241.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-laser-de-20m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (979, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"588\",\"code\":\"MDL740\",\"name\":\"METRO LASER GLP 40M\",\"unit\":\"1\",\"cost\":\"276.51000000000000000000\",\"price\":\"346.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-laser-glp-40m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (980, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"180\",\"code\":\"MS1001\\/2L\",\"name\":\"CARETA NEO FOTOSENSIBLE\",\"unit\":\"1\",\"cost\":\"385.00000000000000000000\",\"price\":\"482.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"careta-neo-fotosensible\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (981, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"867\",\"code\":\"NIP14\",\"name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\" X 3MT\",\"unit\":\"1\",\"cost\":\"85.70000000000000000000\",\"price\":\"115.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-niple-conduit-galv-1-14-x-3mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (982, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"78\",\"code\":\"P24BD-720\",\"name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"unit\":\"1\",\"cost\":\"555.00000000000000000000\",\"price\":\"1110.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-12-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (983, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"77\",\"code\":\"P47-600\",\"name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"unit\":\"1\",\"cost\":\"350.00000000000000000000\",\"price\":\"350.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-10-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (984, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"281\",\"code\":\"PCV00037\",\"name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"2.33000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-liso-45-gr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (985, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"79\",\"code\":\"PNS60LS\",\"name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"unit\":\"1\",\"cost\":\"525.00000000000000000000\",\"price\":\"1050.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-charge-9-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (986, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"42\",\"code\":\"PVC00003\",\"name\":\"ADAPTADOR M 1\",\"unit\":\"1\",\"cost\":\"1.41000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (987, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"43\",\"code\":\"PVC00004\",\"name\":\"ADAPTADOR M 1 1\\/2\",\"unit\":\"1\",\"cost\":\"1.61000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (988, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"44\",\"code\":\"PVC00005\",\"name\":\"ADAPTADOR M 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.53000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (989, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"38\",\"code\":\"PVC00006\",\"name\":\"ADAOTADOR  1\\/2\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaotador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (990, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"40\",\"code\":\"PVC00007\",\"name\":\"ADAPTADOR 2\",\"unit\":\"1\",\"cost\":\"2.64000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (991, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"302\",\"code\":\"PVC0001\",\"name\":\"COPLA C\\/R 1\",\"unit\":\"1\",\"cost\":\"1.84000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (992, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"45\",\"code\":\"PVC00010\",\"name\":\"ADAPTADOR M 3\\/4\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (993, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"264\",\"code\":\"PVC00033\",\"name\":\"CODO 90 GR 1\",\"unit\":\"1\",\"cost\":\"3.35000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (994, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"266\",\"code\":\"PVC00035\",\"name\":\"CODO 90 GR 1 1\\/4\",\"unit\":\"1\",\"cost\":\"2.71000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (995, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"267\",\"code\":\"PVC00036\",\"name\":\"CODO 90 GR 1\\/2\",\"unit\":\"1\",\"cost\":\"0.99000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (996, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"268\",\"code\":\"PVC00037\",\"name\":\"CODO 90 GR 2\",\"unit\":\"1\",\"cost\":\"13.70000000000000000000\",\"price\":\"19.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (997, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"269\",\"code\":\"PVC00038\",\"name\":\"CODO 90 GR 2 1\\/2\",\"unit\":\"1\",\"cost\":\"16.21000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (998, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"270\",\"code\":\"PVC00039\",\"name\":\"CODO 90 GR 3\",\"unit\":\"1\",\"cost\":\"21.01000000000000000000\",\"price\":\"42.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (999, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"271\",\"code\":\"PVC00040\",\"name\":\"CODO 90 GR 3\\/4\",\"unit\":\"1\",\"cost\":\"1.49000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1000, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"272\",\"code\":\"PVC00045\",\"name\":\"CODO 90 GR C\\/R 1\\/2\",\"unit\":\"1\",\"cost\":\"1.19000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-cr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1001, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"273\",\"code\":\"PVC00051\",\"name\":\"CODO 90 GR DR 2\",\"unit\":\"1\",\"cost\":\"4.59000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1002, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"274\",\"code\":\"PVC00052\",\"name\":\"CODO 90 GR DR 3\",\"unit\":\"1\",\"cost\":\"15.19000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1003, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"275\",\"code\":\"PVC00053\",\"name\":\"CODO 90 GR DR 4\",\"unit\":\"1\",\"cost\":\"27.99000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1004, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"276\",\"code\":\"PVC00054\",\"name\":\"CODO 90 GR DR 6\",\"unit\":\"1\",\"cost\":\"50.57000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-6\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1005, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"294\",\"code\":\"PVC00068\",\"name\":\"COPLA 1\",\"unit\":\"1\",\"cost\":\"1.29000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1006, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"295\",\"code\":\"PVC00069\",\"name\":\"COPLA 1 1\\/2\",\"unit\":\"1\",\"cost\":\"2.29000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1007, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"297\",\"code\":\"PVC00071\",\"name\":\"COPLA 1\\/2\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1008, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"298\",\"code\":\"PVC00072\",\"name\":\"COPLA 2\",\"unit\":\"1\",\"cost\":\"2.62000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1009, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"300\",\"code\":\"PVC00073\",\"name\":\"COPLA 3\\/4\",\"unit\":\"1\",\"cost\":\"1.09000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1010, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"303\",\"code\":\"PVC00076\",\"name\":\"COPLA C\\/R 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.40000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1011, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"304\",\"code\":\"PVC00077\",\"name\":\"COPLA C\\/R 1\\/2\",\"unit\":\"1\",\"cost\":\"0.89000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1012, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"306\",\"code\":\"PVC00090\",\"name\":\"COPLA DR 2\",\"unit\":\"1\",\"cost\":\"3.85000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1013, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"307\",\"code\":\"PVC00091\",\"name\":\"COPLA DR 3\",\"unit\":\"1\",\"cost\":\"6.38000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1014, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"308\",\"code\":\"PVC00092\",\"name\":\"COPLA DR 4\",\"unit\":\"1\",\"cost\":\"11.57000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1015, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"265\",\"code\":\"PVC00094\",\"name\":\"CODO 90 GR 1 1\\/2\",\"unit\":\"1\",\"cost\":\"3.99000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1016, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"677\",\"code\":\"PVC00122\",\"name\":\"REDUCIDOR 1 1\\/2-1\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1017, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"675\",\"code\":\"PVC00123\",\"name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"unit\":\"1\",\"cost\":\"4.20000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1018, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"719\",\"code\":\"pvc00124\",\"name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"unit\":\"1\",\"cost\":\"2.75000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ruducidor-1-12-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1019, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"676\",\"code\":\"PVC00125\",\"name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1020, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"678\",\"code\":\"PVC00126\",\"name\":\"REDUCIDOR 1 1\\/4-1\",\"unit\":\"1\",\"cost\":\"3.13000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-14-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1021, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"679\",\"code\":\"PVC00127\",\"name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-14-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1022, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"697\",\"code\":\"pvc00128\",\"name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor1-14-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1023, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"681\",\"code\":\"PVC00130\",\"name\":\"REDUCIDOR 1-1\\/2\",\"unit\":\"1\",\"cost\":\"2.24000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1024, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"680\",\"code\":\"PVC00131\",\"name\":\"REDUCIDOR 1- 3\\/4\",\"unit\":\"1\",\"cost\":\"1.53000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1025, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"684\",\"code\":\"PVC00132\",\"name\":\"REDUCIDOR 2 1\\/2-1\",\"unit\":\"1\",\"cost\":\"12.48000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-12-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1026, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"683\",\"code\":\"PVC00136\",\"name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-12-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1027, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"685\",\"code\":\"PVC00137\",\"name\":\"REDUCIDOR 2-1\",\"unit\":\"1\",\"cost\":\"3.05000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1028, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"686\",\"code\":\"PVC00140\",\"name\":\"REDUCIDOR 2-1\\/2\",\"unit\":\"1\",\"cost\":\"2.71000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1029, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"682\",\"code\":\"PVC00141\",\"name\":\"REDUCIDOR 2 - 3\\/4\",\"unit\":\"1\",\"cost\":\"3.95000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1030, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"689\",\"code\":\"PVC00142\",\"name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"unit\":\"1\",\"cost\":\"0.89000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-34-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1031, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"695\",\"code\":\"PVC00152\",\"name\":\"REDUCIDOR DR 3-2\",\"unit\":\"1\",\"cost\":\"4.39000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-dr-3-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1032, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"692\",\"code\":\"PVC00153\",\"name\":\"REDUCIDOR 4-2\",\"unit\":\"1\",\"cost\":\"7.05000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1033, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"691\",\"code\":\"PVC00154\",\"name\":\"REDUCIDOR 4 - 3\",\"unit\":\"1\",\"cost\":\"12.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1034, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"791\",\"code\":\"PVC00158\",\"name\":\"TAPON H 1\",\"unit\":\"1\",\"cost\":\"0.99000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1035, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"792\",\"code\":\"PVC00159\",\"name\":\"TAPON H 1 1\\/2\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1036, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"786\",\"code\":\"PVC00161\",\"name\":\"TAPON 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1037, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"787\",\"code\":\"PVC00164\",\"name\":\"TAPON 1\\/2\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1038, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"789\",\"code\":\"PVC00168\",\"name\":\"TAPON 2\",\"unit\":\"1\",\"cost\":\"3.99000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1039, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"793\",\"code\":\"PVC00171\",\"name\":\"TAPON H 3\\/4\",\"unit\":\"1\",\"cost\":\"1.46000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1040, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"805\",\"code\":\"PVC00186\",\"name\":\"TEE 1\",\"unit\":\"1\",\"cost\":\"2.49000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1041, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"806\",\"code\":\"PVC00187\",\"name\":\"TEE 1 1\\/2\",\"unit\":\"1\",\"cost\":\"6.63000000000000000000\",\"price\":\"11.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1042, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"807\",\"code\":\"PVC00189\",\"name\":\"TEE 1 1\\/4\",\"unit\":\"1\",\"cost\":\"4.95000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1043, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"808\",\"code\":\"PVC00192\",\"name\":\"TEE 1\\/2\",\"unit\":\"1\",\"cost\":\"1.60000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1044, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"39\",\"code\":\"PVC00193\",\"name\":\"ADAPTADOR 1\\/2\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1045, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"810\",\"code\":\"PVC00199\",\"name\":\"TEE 2 DR\",\"unit\":\"1\",\"cost\":\"6.13000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-2-dr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1046, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"812\",\"code\":\"PVC00201\",\"name\":\"TEE 3 DR\",\"unit\":\"1\",\"cost\":\"11.79000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-3-dr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1047, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"814\",\"code\":\"PVC00202\",\"name\":\"TEE 3\\/4\",\"unit\":\"1\",\"cost\":\"1.01000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1048, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"815\",\"code\":\"PVC00207\",\"name\":\"TEE 4 DR\",\"unit\":\"1\",\"cost\":\"33.09000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-4-dr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1049, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"818\",\"code\":\"PVC00208\",\"name\":\"TEE PVC DE 4\\\"\",\"unit\":\"1\",\"cost\":\"43.99000000000000000000\",\"price\":\"65.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-pvc-de-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1050, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"628\",\"code\":\"PVC00236\",\"name\":\"PEGA PVC 025 ML TANGIT\",\"unit\":\"1\",\"cost\":\"12.65000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pega-pvc-025-ml-tangit\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1051, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"895\",\"code\":\"PVC00254\",\"name\":\"YEE DR 3\",\"unit\":\"1\",\"cost\":\"9.76000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"yee-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1052, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"894\",\"code\":\"PVC00255\",\"name\":\"YEE DR 2\",\"unit\":\"1\",\"cost\":\"3.98000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"yee-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1053, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"896\",\"code\":\"PVC00256\",\"name\":\"YEE DR 4\",\"unit\":\"1\",\"cost\":\"19.15000000000000000000\",\"price\":\"28.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"yee-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1054, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"299\",\"code\":\"PVC00260\",\"name\":\"COPLA 2 1\\/2\",\"unit\":\"1\",\"cost\":\"17.91000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1055, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"325\",\"code\":\"PVC0105\",\"name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-12-gris\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1056, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"687\",\"code\":\"PVC143\",\"name\":\"REDUCIDOR 3- 1 1\\/2\",\"unit\":\"1\",\"cost\":\"32.00000000000000000000\",\"price\":\"37.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-3-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1057, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"688\",\"code\":\"PVC144\",\"name\":\"REDUCIDOR 3-1\\/2\",\"unit\":\"1\",\"cost\":\"20.65000000000000000000\",\"price\":\"37.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-3-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1058, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"629\",\"code\":\"PVC287\",\"name\":\"PEGA PVC 050 ML TANGIT\",\"unit\":\"1\",\"cost\":\"20.35000000000000000000\",\"price\":\"28.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pega-pvc-050-ml-tangit\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1059, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"545\",\"code\":\"SUVAL2\\\"\",\"name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"unit\":\"1\",\"cost\":\"60.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-paso-pvc-2-suval\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1060, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"624\",\"code\":\"T1101-047\",\"name\":\"PASADOR ALEMAN 3\\\"\",\"unit\":\"1\",\"cost\":\"3.35000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pasador-aleman-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1061, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"773\",\"code\":\"TA002\",\"name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"unit\":\"1\",\"cost\":\"36.14000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tablero-monofasico-2-circuitos-70a-elect\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1062, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"865\",\"code\":\"TA121216AI\",\"name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-de-abasto-premiun-121216-acero\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1063, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"866\",\"code\":\"TA381216AI\",\"name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*19 ACERO\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"16.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-de-abasto-premiun-381219-acero\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1064, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"414\",\"code\":\"THQC1120\",\"name\":\"FLIPON # 20 THQC1120\",\"unit\":\"1\",\"cost\":\"71.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-20-thqc1120\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1065, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"3\",\"code\":\"THQC1130\",\"name\":\"FLIPON # 30 THQC1130\",\"unit\":\"1\",\"cost\":\"71.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-30-thqc1130\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1066, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"775\",\"code\":\"TP813\\/3\",\"name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"unit\":\"1\",\"cost\":\"455.00000000000000000000\",\"price\":\"570.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percusion-glp-12-900w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1067, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"776\",\"code\":\"TP913\\/4\",\"name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"unit\":\"1\",\"cost\":\"416.50000000000000000000\",\"price\":\"521.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percusion-neo-12-850w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1068, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"863\",\"code\":\"TUC13\",\"name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\" X 3MT\",\"unit\":\"1\",\"cost\":\"165.14000000000000000000\",\"price\":\"220.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-conduit-galvanizado-1-14-x-3mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1069, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"375\",\"code\":\"UP0000793\",\"name\":\"DULCES COLOMBINA\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"dulces-colombina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1070, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"886\",\"code\":\"VAPB-2\",\"name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"unit\":\"1\",\"cost\":\"48.90000000000000000000\",\"price\":\"65.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-pila-2-bronce-globo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1071, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"876\",\"code\":\"VBLPVC04\",\"name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"unit\":\"1\",\"cost\":\"7.20000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-lisa-pvc-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1072, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"877\",\"code\":\"VBLPVC05\",\"name\":\"VALVULA BOLA PVC 1\\\"\",\"unit\":\"1\",\"cost\":\"12.01000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-pvc-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1073, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"875\",\"code\":\"VBZ03\",\"name\":\"VALVULA BOLA DE ZINC 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"15.88000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-de-zinc-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1074, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"874\",\"code\":\"VBZ04\",\"name\":\"VALVULA BOLA 3\\/4 BOSSI\",\"unit\":\"1\",\"cost\":\"22.73000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-34-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1075, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"873\",\"code\":\"VBZ05\",\"name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"unit\":\"1\",\"cost\":\"25.27000000000000000000\",\"price\":\"34.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-zinc-1-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1076, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"880\",\"code\":\"VCBRWL04\",\"name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"unit\":\"1\",\"cost\":\"35.88000000000000000000\",\"price\":\"49.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-compuerta-br-34-liviano\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1077, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"879\",\"code\":\"VCBRWL05\",\"name\":\"VALVULA COMPUERTA BR 1\\\"\",\"unit\":\"1\",\"cost\":\"54.01000000000000000000\",\"price\":\"72.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-compuerta-br-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1078, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"829\",\"code\":\"VK0096\",\"name\":\"TENAZIN DE 9\\\" VIKINGO\",\"unit\":\"1\",\"cost\":\"16.90000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenazin-de-9-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1079, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"652\",\"code\":\"VK0167\",\"name\":\"PLANCHA ALBA\",\"unit\":\"1\",\"cost\":\"36.18000000000000000000\",\"price\":\"48.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1080, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"727\",\"code\":\"VK0785\",\"name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"unit\":\"1\",\"cost\":\"9.90000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"segueta-bimetalfexible-vk0785\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1081, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"374\",\"code\":\"VK0795\",\"name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"unit\":\"1\",\"cost\":\"25.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-redonda-cbrazo-y-chapeta-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1082, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"799\",\"code\":\"VK0840\",\"name\":\"TARUGO PLASTICO DE 1\\/4\\\" VIKINGO 100 UNI\",\"unit\":\"1\",\"cost\":\"5.43000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugo-plastico-de-14-vikingo-100-uni\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1083, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"797\",\"code\":\"VK0841\",\"name\":\"TARUGO PLASTICO 3\\/16\\\"  VIKINGO 100 UNID\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"6.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugo-plastico-316-vikingo-100-unid\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1084, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"172\",\"code\":\"VK0867\",\"name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"unit\":\"1\",\"cost\":\"19.50000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-profecional-bronce-30mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1085, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"22\",\"code\":\"VK0894R\",\"name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"21.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-plastic-10-negro-50-uni-viki\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1086, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"173\",\"code\":\"VK0898\",\"name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"unit\":\"1\",\"cost\":\"28.50000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-profecional-bronce-40mm-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1087, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"373\",\"code\":\"VK0908\",\"name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"unit\":\"1\",\"cost\":\"53.68000000000000000000\",\"price\":\"71.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-octagonal-cromada-cbrazo-y-chapet\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1088, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"23\",\"code\":\"VK0928\",\"name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"17.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-plastica-de-6-negro-100-uni\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1089, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"736\",\"code\":\"W185\\/1\\/120\",\"name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"unit\":\"1\",\"cost\":\"402.50000000000000000000\",\"price\":\"504.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-circular-energy-7-14-1400w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 07:56:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1090, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1435\",\"code\":\"02-290\",\"name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-bola-bossi-italy-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1091, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1436\",\"code\":\"02-310\",\"name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"unit\":\"1\",\"cost\":\"25.03000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-bola-bossini-itali-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1092, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1668\",\"code\":\"1\",\"name\":\"TABCIN.\",\"unit\":\"1\",\"cost\":\"1.42000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tabcin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1093, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1346\",\"code\":\"10\",\"name\":\"GARRAFON DE AGUA PURA.\",\"unit\":\"1\",\"cost\":\"15.50000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"38.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"garrafon-de-agua-pura\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1094, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1117\",\"code\":\"100045000000\",\"name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincel-para-concreto-vikingo-34-x-10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1095, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1269\",\"code\":\"100083000000\",\"name\":\"DUCHA EXAGONAL VIKINGO\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-exagonal-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1096, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1522\",\"code\":\"100103000000\",\"name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"unit\":\"1\",\"cost\":\"4.90000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pasador-dorado-vikingo-t-mariposa-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1097, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1002\",\"code\":\"10015600067\",\"name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-de-paleta-vikingo-78\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1098, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1052\",\"code\":\"100165000000\",\"name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"unit\":\"1\",\"cost\":\"30.59000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-clavo-concreto-2-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1099, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"938\",\"code\":\"100231000000\",\"name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"unit\":\"1\",\"cost\":\"4.50000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-d-copa-p-taladro-51614\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1100, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1722\",\"code\":\"10040\",\"name\":\"TENACIN\",\"unit\":\"1\",\"cost\":\"26.79000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenacin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1101, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1020\",\"code\":\"10045200000000\",\"name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"unit\":\"1\",\"cost\":\"49.90000000000000000000\",\"price\":\"66.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocas-de-oxido-negro-12-milwauke\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1102, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1405\",\"code\":\"102\",\"name\":\"LB CLAVO PARA LAMINA\",\"unit\":\"1\",\"cost\":\"9.50000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"146.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lb-clavo-para-lamina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1103, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1749\",\"code\":\"10203\",\"name\":\"TORNILLO PULSER 1\\/4 X 2P PUNTA DE BROCA\",\"unit\":\"1\",\"cost\":\"0.39000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-14-x-2p-punta-de-broca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1104, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1748\",\"code\":\"10204\",\"name\":\"TORNILLO PULSER 1\\/4 X 2 P BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"509.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-14-x-2-p-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1105, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1691\",\"code\":\"10205\",\"name\":\"TAPON H DR 3\",\"unit\":\"1\",\"cost\":\"2.79000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"60.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1106, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1160\",\"code\":\"102106\",\"name\":\"CODO 45 GR DR 4 P\",\"unit\":\"1\",\"cost\":\"8.24000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-45-gr-dr-4-p\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1107, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1784\",\"code\":\"102108\",\"name\":\"VALVULA PILA 2 P BRONCE\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-pila-2-p-bronce\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1108, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1785\",\"code\":\"102109\",\"name\":\"VALVULA PILA 3 BRONCE\",\"unit\":\"1\",\"cost\":\"68.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-pila-3-bronce\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1109, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1591\",\"code\":\"102111\",\"name\":\"REDUCIDOR DE 3-1\",\"unit\":\"1\",\"cost\":\"30.00000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-de-3-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1110, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1779\",\"code\":\"102145\",\"name\":\"VALVULA DE ALUMINIO DE 3?\",\"unit\":\"1\",\"cost\":\"20.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-de-aluminio-de-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1111, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1604\",\"code\":\"102146\",\"name\":\"REPOSADERA 4*4? ALUMINIO\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-44-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1112, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1710\",\"code\":\"102147\",\"name\":\"TEE 3\\\" PVC\",\"unit\":\"1\",\"cost\":\"26.75000000000000000000\",\"price\":\"36.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-3-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1113, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1708\",\"code\":\"102148\",\"name\":\"TEE 2\\\" PVC\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-2-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1114, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1706\",\"code\":\"102149\",\"name\":\"TEE 2 1\\/2 PVC\",\"unit\":\"1\",\"cost\":\"19.94000000000000000000\",\"price\":\"31.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-2-12-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1115, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1123\",\"code\":\"102155\",\"name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"unit\":\"1\",\"cost\":\"7.25000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-de-aislar-tenflex-pequeo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1116, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1590\",\"code\":\"102185\",\"name\":\"REDUCIDOR DE 3 - 2 PVC\",\"unit\":\"1\",\"cost\":\"14.96000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-de-3-2-pvc\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1117, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"930\",\"code\":\"102190\",\"name\":\"ACEITE SAE 40 AMERICAN\",\"unit\":\"1\",\"cost\":\"20.47000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-sae-40-american\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1118, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1741\",\"code\":\"102204\",\"name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 ?\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-para-tabla-yeso-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1119, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1751\",\"code\":\"102207\",\"name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.51000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"500.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-2-12-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1120, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1750\",\"code\":\"102215\",\"name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"unit\":\"1\",\"cost\":\"0.61000000000000000000\",\"price\":\"0.60000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"606.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-2-12-pbroca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1121, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1517\",\"code\":\"102220\",\"name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"unit\":\"1\",\"cost\":\"0.50000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-ariel-cover-casc-de-huevo-ofici0\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1122, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1516\",\"code\":\"102221\",\"name\":\"PAPEL ARCO IRIS CARTA\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.10000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-arco-iris-carta\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1123, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1181\",\"code\":\"102225\",\"name\":\"COMPAS ECONOMICO DE PLASTICO\",\"unit\":\"1\",\"cost\":\"2.75000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"compas-economico-de-plastico\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1124, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1282\",\"code\":\"102227\",\"name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-00x-25-200\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1125, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1283\",\"code\":\"102229\",\"name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"unit\":\"1\",\"cost\":\"1.90000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-1-x-25-3cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1126, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1284\",\"code\":\"102231\",\"name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"unit\":\"1\",\"cost\":\"0.58000000000000000000\",\"price\":\"0.70000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-3-x-254-cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1127, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1286\",\"code\":\"102233\",\"name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"0.90000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-5x-10-55-cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1128, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1287\",\"code\":\"102234\",\"name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"unit\":\"1\",\"cost\":\"1.27000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-6-x-10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1129, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1288\",\"code\":\"102235\",\"name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"unit\":\"1\",\"cost\":\"1.59000000000000000000\",\"price\":\"1.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-7-1x10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1130, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1285\",\"code\":\"102236\",\"name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"unit\":\"1\",\"cost\":\"2.23000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-8-1x5\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1131, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1175\",\"code\":\"102246\",\"name\":\"CODO C\\/R 3\\/4\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"60.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-cr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1132, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1174\",\"code\":\"102247\",\"name\":\"CODO C\\/R 1\\\"\",\"unit\":\"1\",\"cost\":\"3.50000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"23.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1133, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1714\",\"code\":\"102248\",\"name\":\"TEE C\\/R 3\\/4\",\"unit\":\"1\",\"cost\":\"3.50000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-cr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1134, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1713\",\"code\":\"102249\",\"name\":\"TEE C\\/R 1\\\"\",\"unit\":\"1\",\"cost\":\"4.50000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"18.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1135, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1202\",\"code\":\"102250\",\"name\":\"COPLA C\\/R 2\\\"\",\"unit\":\"1\",\"cost\":\"3.03000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1136, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1687\",\"code\":\"102252\",\"name\":\"TAPON 4\\\"\",\"unit\":\"1\",\"cost\":\"4.89000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"54.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1137, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1739\",\"code\":\"102253\",\"name\":\"TORNILLO NEGRO DE 2\\\" BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.11000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"500.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-de-2-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1138, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1738\",\"code\":\"102256\",\"name\":\"TORNILLO NEGRO 2 1\\/2 \\\" BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.14000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"588.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-2-12-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1139, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1487\",\"code\":\"102275\",\"name\":\"MINI SNICKERS\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mini-snickers\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1140, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1441\",\"code\":\"102285\",\"name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"unit\":\"1\",\"cost\":\"7.85000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-paso-de-pvc-de-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1141, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1685\",\"code\":\"102290\",\"name\":\"TAPON 1\\/2 CON ROSCA\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"2.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"52.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-12-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1142, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1746\",\"code\":\"102298\",\"name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.40000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-pul-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1143, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1740\",\"code\":\"102300\",\"name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"unit\":\"1\",\"cost\":\"0.45000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-negro-para-tyeso-3-pulg\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1144, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1468\",\"code\":\"102301\",\"name\":\"MARTILLO ALDOSA 25 MM\",\"unit\":\"1\",\"cost\":\"21.95000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"22.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"martillo-aldosa-25-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1145, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"972\",\"code\":\"102302\",\"name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bandeja-crodillo-sprofe-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1146, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1629\",\"code\":\"102304\",\"name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"unit\":\"1\",\"cost\":\"23.70000000000000000000\",\"price\":\"32.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"serrucho-mango-de-madera-20-p-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1147, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1724\",\"code\":\"102305\",\"name\":\"TENAZA DE 10\'\' ALDOSA\",\"unit\":\"1\",\"cost\":\"15.50000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenaza-de-10-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1148, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1725\",\"code\":\"102306\",\"name\":\"TENAZA DE 9\\\" ALDOSA\",\"unit\":\"1\",\"cost\":\"15.21000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenaza-de-9-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1149, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1082\",\"code\":\"102307\",\"name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"unit\":\"1\",\"cost\":\"7.52000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-5-filas-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1150, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1719\",\"code\":\"102308\",\"name\":\"TEFLON 1\\/2  ALDOSA\",\"unit\":\"1\",\"cost\":\"1.48000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-12-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1151, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1717\",\"code\":\"102309\",\"name\":\"TEFLON 1\\\" ALDOSA\",\"unit\":\"1\",\"cost\":\"2.28000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-1-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1152, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1734\",\"code\":\"102310\",\"name\":\"TORNILLO 2P BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.40000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-2p-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1153, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1277\",\"code\":\"102311\",\"name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"unit\":\"1\",\"cost\":\"3.75000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"empaque-esponjoso-p-tanque-sanitario\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1154, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1316\",\"code\":\"102312\",\"name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flote-p-tanque-sanitario-plast\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1155, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1743\",\"code\":\"102313\",\"name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"unit\":\"1\",\"cost\":\"3.30000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-plastico-para-tanque-sanitario\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1156, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1068\",\"code\":\"102314\",\"name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-gris-tri-circle-32mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1157, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1497\",\"code\":\"102316\",\"name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"unit\":\"1\",\"cost\":\"19.15000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-de-resina-24-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1158, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1469\",\"code\":\"102317\",\"name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"unit\":\"1\",\"cost\":\"17.50000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"30.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"martillo-mango-de-madera-23-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1159, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1081\",\"code\":\"102320\",\"name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"unit\":\"1\",\"cost\":\"9.41000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-5-filas-ald-man-plas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1160, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1138\",\"code\":\"102324\",\"name\":\"CINTA TRANSPARENTE 2 P TESA\",\"unit\":\"1\",\"cost\":\"7.51000000000000000000\",\"price\":\"16.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-transparente-2-p-tesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1161, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1177\",\"code\":\"102328\",\"name\":\"CODO PVC 4\'\'\",\"unit\":\"1\",\"cost\":\"28.49000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1162, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1159\",\"code\":\"102330\",\"name\":\"CODO 45 GR DR 3\",\"unit\":\"1\",\"cost\":\"4.73000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-45-gr-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1163, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1692\",\"code\":\"102347\",\"name\":\"TAPON HEMBRA 3 PSI\",\"unit\":\"1\",\"cost\":\"28.47000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"62.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-hembra-3-psi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1164, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1587\",\"code\":\"102349\",\"name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"unit\":\"1\",\"cost\":\"8.39000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"36.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-3-dr-blanco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1165, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1049\",\"code\":\"102358\",\"name\":\"CAIMAN DE 30\\\"\",\"unit\":\"1\",\"cost\":\"124.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-30\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1166, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1050\",\"code\":\"102359\",\"name\":\"CAIMAN DE 36\\\"\",\"unit\":\"1\",\"cost\":\"142.00000000000000000000\",\"price\":\"170.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-36\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1167, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1552\",\"code\":\"102360\",\"name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"unit\":\"1\",\"cost\":\"19.85000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plancha-para-albail-dentada-511\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1168, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1409\",\"code\":\"102375\",\"name\":\"LIBRA DE PITA COMPLETA\",\"unit\":\"1\",\"cost\":\"10.83000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"34.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"libra-de-pita-completa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1169, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1359\",\"code\":\"102381\",\"name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"unit\":\"1\",\"cost\":\"31.00000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"hacha-1-12-lbs-peque-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1170, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1744\",\"code\":\"10256\",\"name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"unit\":\"1\",\"cost\":\"0.23000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-12-punta-de-broca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1171, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1061\",\"code\":\"10277\",\"name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"unit\":\"1\",\"cost\":\"1.80000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-plastica-blanca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1172, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1553\",\"code\":\"10279\",\"name\":\"PLANCHA PARA ALBA\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1173, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1450\",\"code\":\"10295\",\"name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"unit\":\"1\",\"cost\":\"65.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-para-regadera-ducha-gerfor\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1174, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1782\",\"code\":\"10298\",\"name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"24.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-para-pila-de-2-p-de-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1175, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1602\",\"code\":\"10299\",\"name\":\"REPOSADERA 2 P ALUMINIO\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-2-p-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1176, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1508\",\"code\":\"104\",\"name\":\"ORANGE LATA. .\",\"unit\":\"1\",\"cost\":\"2.63000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"96.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"orange-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1177, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1507\",\"code\":\"109\",\"name\":\"ORANGE JUMBO.   .\",\"unit\":\"1\",\"cost\":\"13.08000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"62.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"orange-jumbo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1178, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"931\",\"code\":\"10901800000000\",\"name\":\"ACETAMINOFEN CAPLIN POINT\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"94.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"acetaminofen-caplin-point\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1179, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1463\",\"code\":\"110021000000\",\"name\":\"MARRO 2  LIBRAS VIKINGO\",\"unit\":\"1\",\"cost\":\"36.00000000000000000000\",\"price\":\"48.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"marro-2-libras-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1180, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1506\",\"code\":\"111\",\"name\":\"ORANGE DESECHABLE.         .\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"90.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"orange-desechable\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1181, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"959\",\"code\":\"11418040168\",\"name\":\"ALKA SELTZER .\",\"unit\":\"1\",\"cost\":\"1.00000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"43.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alka-seltzer\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1182, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"958\",\"code\":\"11418240780\",\"name\":\"ALKA AD  .\",\"unit\":\"1\",\"cost\":\"1.42000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"29.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alka-ad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1183, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"969\",\"code\":\"11418696839\",\"name\":\"ASPIRINA FORTE\",\"unit\":\"1\",\"cost\":\"0.78000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"45.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aspirina-forte\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1184, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1547\",\"code\":\"12\",\"name\":\"PLAFONERA BTICINO\",\"unit\":\"1\",\"cost\":\"13.73000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"42.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plafonera-bticino\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1185, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1400\",\"code\":\"123\",\"name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"unit\":\"1\",\"cost\":\"40.00000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kit-para-instalacion-de-gas-2-clip\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1186, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1721\",\"code\":\"12310\",\"name\":\"TEFLON 3\\/4 ALDOSA\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-34-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1187, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1757\",\"code\":\"13\",\"name\":\"TORTRIX TACO..\",\"unit\":\"1\",\"cost\":\"1.31000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tortrix-taco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1188, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1530\",\"code\":\"15\",\"name\":\"PEPSI LATA  .\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"52.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pepsi-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1189, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"986\",\"code\":\"150\",\"name\":\"BOCADELI PEQUE\",\"unit\":\"1\",\"cost\":\"0.42000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1190, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1111\",\"code\":\"150WOG\",\"name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-con-piton-de-12-hercasa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1191, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1493\",\"code\":\"151\",\"name\":\"NACHOS DIANA\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"316.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nachos-diana\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1192, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1562\",\"code\":\"15155\",\"name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"unit\":\"1\",\"cost\":\"8.46000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"punta-p-concreto-de\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1193, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1531\",\"code\":\"15199\",\"name\":\"PEPSI VIDRIO\",\"unit\":\"1\",\"cost\":\"2.58000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"26.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pepsi-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1194, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1075\",\"code\":\"15310\",\"name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"unit\":\"1\",\"cost\":\"46.25000000000000000000\",\"price\":\"62.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cangrejo-industrial-10-pulgadas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1195, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"914\",\"code\":\"1546 UNIDAD\",\"name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-3-unidad-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1196, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"916\",\"code\":\"1553\",\"name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"unit\":\"1\",\"cost\":\"4.20000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-4-unidades-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1197, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1010\",\"code\":\"17501200000000\",\"name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"unit\":\"1\",\"cost\":\"32.52000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-pconcreto-truper-516-6-15\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1198, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1438\",\"code\":\"19025\",\"name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"unit\":\"1\",\"cost\":\"47.22000000000000000000\",\"price\":\"62.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-compuerta-redwhite-usa-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1199, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1313\",\"code\":\"20783200000000\",\"name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"unit\":\"1\",\"cost\":\"41.65000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"22.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-130-amperios-thql-1130\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1200, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1312\",\"code\":\"207832000000000\",\"name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"unit\":\"1\",\"cost\":\"41.64000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"19.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-120-amperiosthql-1120\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1201, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1042\",\"code\":\"21\",\"name\":\"CABLE THHN N0 8 NEGRO\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"77.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-n0-8-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1202, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1662\",\"code\":\"21200212109\",\"name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"unit\":\"1\",\"cost\":\"55.90000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-77-spray-adhesive-1675-onz-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1203, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1297\",\"code\":\"21200844416\",\"name\":\"ESPONJA MULTIUSOS SCOTCH\",\"unit\":\"1\",\"cost\":\"30.28000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esponja-multiusos-scotch\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1204, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1661\",\"code\":\"21200964749\",\"name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"unit\":\"1\",\"cost\":\"17.90000000000000000000\",\"price\":\"24.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-77-adeshive-44-onz-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1205, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"962\",\"code\":\"24000501558\",\"name\":\"ALOE VERA DEL MONTE 500 ML\",\"unit\":\"1\",\"cost\":\"11.20000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aloe-vera-del-monte-500-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1206, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1322\",\"code\":\"24474002124\",\"name\":\"FRUTA FRESCA  PETIT\",\"unit\":\"1\",\"cost\":\"2.54000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"fruta-fresca-petit\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1207, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1393\",\"code\":\"24474381014\",\"name\":\"JUGO PETIT LATA 330 ML\",\"unit\":\"1\",\"cost\":\"2.38000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jugo-petit-lata-330-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1208, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1401\",\"code\":\"28571000687\",\"name\":\"LA SIRENA PICA PICA PEQ    .\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"la-sirena-pica-pica-peq\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1209, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1263\",\"code\":\"28877321608\",\"name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"unit\":\"1\",\"cost\":\"10.04000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-pcmetal-dewalt-4-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1210, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1247\",\"code\":\"28877321639\",\"name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"unit\":\"1\",\"cost\":\"17.88000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"38.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"discco-pcmetal-7-dewalt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1211, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1044\",\"code\":\"3\",\"name\":\"CABLE THHN No.8 ROJO\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"62.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no8-rojo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1212, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1558\",\"code\":\"300V-80\",\"name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"unit\":\"1\",\"cost\":\"84.70000000000000000000\",\"price\":\"115.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"polea-guia-inferior-v-comunello\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1213, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1132\",\"code\":\"3253560000000\",\"name\":\"CINTA METRICA STANLEY 3M\",\"unit\":\"1\",\"cost\":\"22.90000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-metrica-stanley-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1214, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1428\",\"code\":\"3253570000000\",\"name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"unit\":\"1\",\"cost\":\"30.00000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-colacorona-16-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1215, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1644\",\"code\":\"33886000390\",\"name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"unit\":\"1\",\"cost\":\"43.23000000000000000000\",\"price\":\"42.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sikaflex-pro-construccion-varios\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1216, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1106\",\"code\":\"340\",\"name\":\"CHICLES.\",\"unit\":\"1\",\"cost\":\"0.24000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chicles\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1217, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1273\",\"code\":\"341\",\"name\":\"DULCES HALLS      .\",\"unit\":\"1\",\"cost\":\"0.23000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"120.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"dulces-halls\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1218, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1759\",\"code\":\"342\",\"name\":\"TRIDENT 4S             .\",\"unit\":\"1\",\"cost\":\"0.54000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"147.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"trident-4s\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1219, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1394\",\"code\":\"345\",\"name\":\"JUGOS CALIFORNIA.\",\"unit\":\"1\",\"cost\":\"5.92000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jugos-california\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1220, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1422\",\"code\":\"39101002507\",\"name\":\"LIQUIDO DE FRENOS DOT-3\",\"unit\":\"1\",\"cost\":\"11.08000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"26.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"liquido-de-frenos-dot-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1221, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1471\",\"code\":\"3LAYER MASCA\",\"name\":\"MASCARILLA 3M\",\"unit\":\"1\",\"cost\":\"2.48000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"96.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mascarilla-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1222, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1045\",\"code\":\"4\",\"name\":\"CABLE THHN No.8 VERDE\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"76.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no8-verde\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1223, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1443\",\"code\":\"400WOG\",\"name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"unit\":\"1\",\"cost\":\"85.75000000000000000000\",\"price\":\"122.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-paso-zinc-de-2-suval\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1224, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1445\",\"code\":\"411653\",\"name\":\"LLAVE DUCHA QUALITA\",\"unit\":\"1\",\"cost\":\"59.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-ducha-qualita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1225, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1641\",\"code\":\"411868\",\"name\":\"SIFON PARA LAVAMANOS QUALITA\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sifon-para-lavamanos-qualita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1226, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1761\",\"code\":\"412568\",\"name\":\"TUBO DE ABASTO 1\\/2\\\"  X 7\\/8\\\" QUALITA\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-de-abasto-12-x-78-qualita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1227, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1275\",\"code\":\"41333001111\",\"name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracel-regular-aa-1-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1228, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1274\",\"code\":\"41333029955\",\"name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"unit\":\"1\",\"cost\":\"34.00000000000000000000\",\"price\":\"45.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracel-alcalina-d-4-unidades\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1229, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1276\",\"code\":\"41333428482\",\"name\":\"DURACELL REGULAR AAA 1UIDAD\",\"unit\":\"1\",\"cost\":\"5.30000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracell-regular-aaa-1uidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1230, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1425\",\"code\":\"42071002442\",\"name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"unit\":\"1\",\"cost\":\"35.47000000000000000000\",\"price\":\"47.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"litro-aceite-havoline-atf-md-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1231, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1478\",\"code\":\"45242502646\",\"name\":\"METRO 5 M MILWAUKEE\",\"unit\":\"1\",\"cost\":\"40.00000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-5-m-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1232, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1479\",\"code\":\"45242502653\",\"name\":\"METRO 8 METROS MILWAUKEE\",\"unit\":\"1\",\"cost\":\"50.80000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-8-metros-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1233, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1491\",\"code\":\"45242534470\",\"name\":\"NABAJA PLEGABLE MILWAUKEE\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nabaja-plegable-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1234, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1180\",\"code\":\"4710890000000\",\"name\":\"COMPAS DE METAL ECONOMICO\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"compas-de-metal-economico\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1235, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"998\",\"code\":\"4711680000000\",\"name\":\"BORRADOR CANDY\",\"unit\":\"1\",\"cost\":\"0.54000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"29.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"borrador-candy\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1236, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1623\",\"code\":\"47501200000000\",\"name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"unit\":\"1\",\"cost\":\"5.72000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"70.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"segueta-bimetal-sierra-fina-12-truper\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1237, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1019\",\"code\":\"48-20-9130\",\"name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"unit\":\"1\",\"cost\":\"34.30000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-para-concreto-12-x4-x6-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1238, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1353\",\"code\":\"4997150000000\",\"name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"unit\":\"1\",\"cost\":\"8.25000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"grapa-pcable-aislar-cpvc-de-12-caja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1239, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1397\",\"code\":\"5\",\"name\":\"KERNS LATA.      .\",\"unit\":\"1\",\"cost\":\"2.86000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"186.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kerns-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1240, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1440\",\"code\":\"502243003\",\"name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"unit\":\"1\",\"cost\":\"22.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-globo-12-bronco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1241, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1118\",\"code\":\"51128593042\",\"name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"unit\":\"1\",\"cost\":\"0.57000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-amarre-negro-15\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1242, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1085\",\"code\":\"51131390300\",\"name\":\"CERA CINTETICA PROTECTORA473 ML\",\"unit\":\"1\",\"cost\":\"76.35000000000000000000\",\"price\":\"100.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cera-cintetica-protectora473-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1243, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1427\",\"code\":\"512\",\"name\":\"LITRO PEPSI.     .\",\"unit\":\"1\",\"cost\":\"5.16000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"26.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"litro-pepsi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1244, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1657\",\"code\":\"52\",\"name\":\"SOPAS INSTANTANEAS .\",\"unit\":\"1\",\"cost\":\"3.33000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sopas-instantaneas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1245, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"909\",\"code\":\"53\",\"name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"44.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-34-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1246, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1766\",\"code\":\"53010\",\"name\":\"UNION CONDUIT 1 NARANJA\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"union-conduit-1-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1247, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"988\",\"code\":\"531100000000\",\"name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"unit\":\"1\",\"cost\":\"675.00000000000000000000\",\"price\":\"900.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bomba-sumergible-de-agua-79849\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1248, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1674\",\"code\":\"5374-20\",\"name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"unit\":\"1\",\"cost\":\"650.30000000000000000000\",\"price\":\"867.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percutor-3100rpm-12-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1249, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1121\",\"code\":\"54007061328\",\"name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"unit\":\"1\",\"cost\":\"34.53000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-aislar-super-33-19mm201m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1250, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1141\",\"code\":\"5500261\",\"name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"unit\":\"1\",\"cost\":\"7.55000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-1-12-15-en-bolsa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1251, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1505\",\"code\":\"56\",\"name\":\"OCTAVO SABORES.\",\"unit\":\"1\",\"cost\":\"6.50000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"104.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"octavo-sabores\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1252, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1119\",\"code\":\"5933530000000\",\"name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"unit\":\"1\",\"cost\":\"52.92000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-p-seguridadcarga-2-pzs-62252\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1253, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1043\",\"code\":\"6\",\"name\":\"CABLE THHN No.10 NEGRO\",\"unit\":\"1\",\"cost\":\"3.63000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no10-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1254, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1504\",\"code\":\"60\",\"name\":\"NYLON UNIDAD\",\"unit\":\"1\",\"cost\":\"1.00000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nylon-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1255, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1099\",\"code\":\"60MM DERECHA\",\"name\":\"CHAPA  DERECHA VIKINGO\",\"unit\":\"1\",\"cost\":\"64.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chapa-derecha-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1256, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1100\",\"code\":\"60MM IZQUIERDA\",\"name\":\"CHAPA IZQUIERDA VIKINGO\",\"unit\":\"1\",\"cost\":\"64.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chapa-izquierda-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1257, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1290\",\"code\":\"6130-33\",\"name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"unit\":\"1\",\"cost\":\"530.00000000000000000000\",\"price\":\"706.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esmeriladora-angular-d-4-12-milwakee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1258, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1135\",\"code\":\"638060000000\",\"name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"unit\":\"1\",\"cost\":\"42.90000000000000000000\",\"price\":\"57.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-scotch-super-33-34x66-grande-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1259, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1386\",\"code\":\"6424500000000\",\"name\":\"JABONERA CROMADA FOREVER\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabonera-cromada-forever\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1260, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1529\",\"code\":\"65\",\"name\":\"PEPSI DESECHABLE Y SABORES  .\",\"unit\":\"1\",\"cost\":\"4.21000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"84.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pepsi-desechable-y-sabores\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1261, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1790\",\"code\":\"675873000000\",\"name\":\"VITAFLENACO UNIDAD\",\"unit\":\"1\",\"cost\":\"1.11000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"vitaflenaco-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1262, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1310\",\"code\":\"6933240000000\",\"name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"unit\":\"1\",\"cost\":\"1.12000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"filtro-paceite-universal-uj-3780\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1263, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1360\",\"code\":\"693353000000\",\"name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"unit\":\"1\",\"cost\":\"38.75000000000000000000\",\"price\":\"53.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"hachuela-mango-de-madera-21oz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1264, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"901\",\"code\":\"6933530000000\",\"name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"unit\":\"1\",\"cost\":\"455.00000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mini-almadana-tolsen-3-libras\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1265, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1417\",\"code\":\"6934530000000\",\"name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"unit\":\"1\",\"cost\":\"288.39000000000000000000\",\"price\":\"385.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lijadora-orbital-base-5-79761\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1266, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1533\",\"code\":\"6941430000000\",\"name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"unit\":\"1\",\"cost\":\"11.90000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pintura-en-spray-negro-metalico-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1267, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"955\",\"code\":\"6942710000000\",\"name\":\"ALICATE 8 ALDOSA\",\"unit\":\"1\",\"cost\":\"25.25000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"135.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-8-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1268, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"966\",\"code\":\"69427100000000\",\"name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"unit\":\"1\",\"cost\":\"16.13000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-alsosa-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1269, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1402\",\"code\":\"6946720000000\",\"name\":\"LAMPARA TIGER WORLD\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lampara-tiger-world\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1270, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1449\",\"code\":\"6972750000000\",\"name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"unit\":\"1\",\"cost\":\"24.00000000000000000000\",\"price\":\"32.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-para-lavamanos-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1271, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1347\",\"code\":\"7\",\"name\":\"GATORADE\",\"unit\":\"1\",\"cost\":\"6.58000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"gatorade\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1272, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1569\",\"code\":\"70330000328\",\"name\":\"RASURADORA BIC 1 HOJA\",\"unit\":\"1\",\"cost\":\"1.73000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"30.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"rasuradora-bic-1-hoja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1273, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1489\",\"code\":\"70847033967\",\"name\":\"MONSTER ENERGY MANGO LOCO\",\"unit\":\"1\",\"cost\":\"12.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"monster-energy-mango-loco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1274, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1104\",\"code\":\"721282000000\",\"name\":\"CHETOS 190G  .\",\"unit\":\"1\",\"cost\":\"4.45000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"62.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chetos-190g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1275, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1108\",\"code\":\"738777000000\",\"name\":\"CHILE PICAMAS 100G\",\"unit\":\"1\",\"cost\":\"3.04000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chile-picamas-100g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1276, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1107\",\"code\":\"73877702002\",\"name\":\"CHILE JALAPE\",\"unit\":\"1\",\"cost\":\"5.07000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1277, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1088\",\"code\":\"74000715\",\"name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"unit\":\"1\",\"cost\":\"6.13000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"30.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-dorada-draft-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1278, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1097\",\"code\":\"74000722\",\"name\":\"CERVEZA MONTE CARLO PREMIUN\",\"unit\":\"1\",\"cost\":\"9.01000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-monte-carlo-premiun\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1279, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"949\",\"code\":\"7401000000000\",\"name\":\"AGUA SALVAVIDA BOTELLA .\",\"unit\":\"1\",\"cost\":\"1.58000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"562.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"agua-salvavida-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1280, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"944\",\"code\":\"7401010000000\",\"name\":\"ADRENALINA PEQ.  .\",\"unit\":\"1\",\"cost\":\"22.70000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"209.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adrenalina-peq\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1281, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"989\",\"code\":\"7401090000000\",\"name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"unit\":\"1\",\"cost\":\"3.75000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"440.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bombilla-ahorrador-spiral-65-w-lux\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1282, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1520\",\"code\":\"7401110000000\",\"name\":\"PAPEL STAFF JUNIOR\",\"unit\":\"1\",\"cost\":\"1.17000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-staff-junior\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1283, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1154\",\"code\":\"7401150000000\",\"name\":\"CLORO CLORAL 40ML\",\"unit\":\"1\",\"cost\":\"0.66000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cloro-cloral-40ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1284, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1051\",\"code\":\"7401180000000\",\"name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"unit\":\"1\",\"cost\":\"15.50000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-clavo-concreto-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1285, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1182\",\"code\":\"7404000000000\",\"name\":\"CONDONES VIVE DE 3 UNIDADES\",\"unit\":\"1\",\"cost\":\"6.50000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"condones-vive-de-3-unidades\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1286, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1456\",\"code\":\"7404010000000\",\"name\":\"MANGUERA BELLO JARDIN 25 PS\",\"unit\":\"1\",\"cost\":\"23.75000000000000000000\",\"price\":\"32.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"manguera-bello-jardin-25-ps\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1287, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1228\",\"code\":\"740404000000\",\"name\":\"DE LA FINCA MANI GARRAPI\",\"unit\":\"1\",\"cost\":\"5.50000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1288, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1646\",\"code\":\"7406030000000\",\"name\":\"SILICON LIQUIDO 100 ML\",\"unit\":\"1\",\"cost\":\"3.00000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"54.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"silicon-liquido-100-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1289, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1643\",\"code\":\"7406140000000\",\"name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"unit\":\"1\",\"cost\":\"117.80000000000000000000\",\"price\":\"155.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sika-latex-n-remojador-de-adh-1-galon\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1290, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1317\",\"code\":\"7406190000000\",\"name\":\"FRIJOL DEL MONTE 15 OZ\",\"unit\":\"1\",\"cost\":\"1.51000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"131.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-del-monte-15-oz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1291, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"997\",\"code\":\"7406230000000\",\"name\":\"BON BON COLOMBINA\",\"unit\":\"1\",\"cost\":\"0.82000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"40.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bon-bon-colombina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1292, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"991\",\"code\":\"7406400000000\",\"name\":\"BOMBILLA NEW LED 13W 9710045\",\"unit\":\"1\",\"cost\":\"6.50000000000000000000\",\"price\":\"14.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bombilla-new-led-13w-9710045\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1293, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1778\",\"code\":\"7406410000000\",\"name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"unit\":\"1\",\"cost\":\"42.00000000000000000000\",\"price\":\"37.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-d-bola-cpal-dlaton-12-usa-k\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1294, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"932\",\"code\":\"7410000000000\",\"name\":\"ACETAMINOFEN MK (UNIDAD)\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"21.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"acetaminofen-mk-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1295, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1156\",\"code\":\"7411000000000\",\"name\":\"COCA COLA LATA  .\",\"unit\":\"1\",\"cost\":\"4.23000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"coca-cola-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1296, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1246\",\"code\":\"74110000000000\",\"name\":\"DETERGENTE XEDEX 1KG\",\"unit\":\"1\",\"cost\":\"9.00000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-xedex-1kg\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1297, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1518\",\"code\":\"7416500000000\",\"name\":\"PAPEL ROSAL\",\"unit\":\"1\",\"cost\":\"1.54000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-rosal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1298, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1537\",\"code\":\"7417000000000\",\"name\":\"PIOCHA IMACASA CON MANGO\",\"unit\":\"1\",\"cost\":\"65.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"piocha-imacasa-con-mango\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1299, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1122\",\"code\":\"7441000000000\",\"name\":\"CINTA AISLAR TENFLEX GRANDE\",\"unit\":\"1\",\"cost\":\"1.58000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"105.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-aislar-tenflex-grande\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1300, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1460\",\"code\":\"7441010000000\",\"name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"unit\":\"1\",\"cost\":\"25.82000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"118.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"manias-pro-variedad-18-gramos\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1301, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1619\",\"code\":\"74410187\",\"name\":\"SAL ANDREWS\",\"unit\":\"1\",\"cost\":\"1.09000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"38.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sal-andrews\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1302, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1057\",\"code\":\"7441020000000\",\"name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plastica-durman\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1303, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1059\",\"code\":\"744110000000\",\"name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rect-plastica-12-34-negro-a\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1304, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1056\",\"code\":\"7441100000000\",\"name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"unit\":\"1\",\"cost\":\"7.84000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plastica-412-34-g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1305, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1295\",\"code\":\"7441110000000\",\"name\":\"ESPIGA DE HULE EAGLE\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"84.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"espiga-de-hule-eagle\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1306, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1328\",\"code\":\"7441160000000\",\"name\":\"GALLETA CHIKY CHIPS\",\"unit\":\"1\",\"cost\":\"1.58000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"38.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chiky-chips\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1307, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1593\",\"code\":\"7441320000000\",\"name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"5.60000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"42.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-pvc-liso-1-12-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1308, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1655\",\"code\":\"7450010000000\",\"name\":\"SOBRE DE BRILLANTINA\",\"unit\":\"1\",\"cost\":\"0.55000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"32.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sobre-de-brillantina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1309, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"964\",\"code\":\"747752000000\",\"name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"unit\":\"1\",\"cost\":\"45.00000000000000000000\",\"price\":\"42.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-12-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1310, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1076\",\"code\":\"747753000000\",\"name\":\"CANGREJO STANLEY 8\\\"\",\"unit\":\"1\",\"cost\":\"43.50000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cangrejo-stanley-8\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1311, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1492\",\"code\":\"748757000000\",\"name\":\"NACHO Y JALAPE\",\"unit\":\"1\",\"cost\":\"1.67000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"126.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1312, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1243\",\"code\":\"748928000000\",\"name\":\"DETERGENTE ORIX 125 GR\",\"unit\":\"1\",\"cost\":\"0.01000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"29.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-orix-125-gr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1313, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1242\",\"code\":\"74892800509\",\"name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"unit\":\"1\",\"cost\":\"0.01000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-lavatrastos-orix-90-gr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1314, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1098\",\"code\":\"75002459\",\"name\":\"CERVEZA TECATE\",\"unit\":\"1\",\"cost\":\"4.42000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"164.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-tecate\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1315, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1324\",\"code\":\"7501000000000\",\"name\":\"GALLETA ARCOIRIS   .\",\"unit\":\"1\",\"cost\":\"2.75000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"57.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-arcoiris\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1316, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"978\",\"code\":\"7501030000000\",\"name\":\"BAYGON ULTRA VERDE 285 ML\",\"unit\":\"1\",\"cost\":\"9.27000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"baygon-ultra-verde-285-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1317, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1094\",\"code\":\"7501060000000\",\"name\":\"CERVEZA MODELO LATA 16ONZ.\",\"unit\":\"1\",\"cost\":\"0.01000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"67.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-modelo-lata-16onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1318, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"968\",\"code\":\"7501090000000\",\"name\":\"AROMATIZANTE CHICA FRESA\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aromatizante-chica-fresa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1319, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1351\",\"code\":\"7501140000000\",\"name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"unit\":\"1\",\"cost\":\"2.16000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"21.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"goma-blanca-fast-105-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1320, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1527\",\"code\":\"7501200000000\",\"name\":\"PEGAMENTO TANGIT 100 ML\",\"unit\":\"1\",\"cost\":\"148.90000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"66.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pegamento-tangit-100-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1321, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1495\",\"code\":\"750121000000\",\"name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"unit\":\"1\",\"cost\":\"9.50000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-de-hilo-3-truper\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1322, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"908\",\"code\":\"7501210000000\",\"name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"unit\":\"1\",\"cost\":\"8.31000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2030.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-34-bolsita-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1323, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1128\",\"code\":\"75012100000000\",\"name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"unit\":\"1\",\"cost\":\"16.96000000000000000000\",\"price\":\"22.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-masking-tape-truper-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1324, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1625\",\"code\":\"750127000000\",\"name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"unit\":\"1\",\"cost\":\"28.96000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"segueta-pcaladora-metal-fino-blister\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1325, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"927\",\"code\":\"7501730000000\",\"name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"unit\":\"1\",\"cost\":\"25.50000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"25.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"accesorio-ptanque-sanitario-fama\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1326, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1330\",\"code\":\"7501760000000\",\"name\":\"GALLETA CHOCOVIC\",\"unit\":\"1\",\"cost\":\"0.40000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chocovic\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1327, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"899\",\"code\":\"7501850000000\",\"name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"unit\":\"1\",\"cost\":\"8.50000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"54.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducto-conector-tubo-34-9570105\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1328, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"987\",\"code\":\"7501890000000\",\"name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"unit\":\"1\",\"cost\":\"38.00000000000000000000\",\"price\":\"700.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bomba-periferica-1-hp-toolcraft\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1329, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1642\",\"code\":\"7501910000000\",\"name\":\"SIKA LATEX -N 1.2 LT\",\"unit\":\"1\",\"cost\":\"39.97000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sika-latex-n-12-lt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1330, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1037\",\"code\":\"75019815\",\"name\":\"BUBALOO       .\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bubaloo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1331, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1306\",\"code\":\"7502220000000\",\"name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"felpa-profecional-vinta-9-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1332, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1096\",\"code\":\"75027278\",\"name\":\"CERVEZA MODELO VIDRIO .\",\"unit\":\"1\",\"cost\":\"5.83000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-modelo-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1333, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1031\",\"code\":\"7503010000000\",\"name\":\"BROCHA LA BUENA 1\\/2\",\"unit\":\"1\",\"cost\":\"13.41000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-la-buena-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1334, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1087\",\"code\":\"75032715\",\"name\":\"CERVEZA CORONA BOTELLA.\",\"unit\":\"1\",\"cost\":\"5.83000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-corona-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1335, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1348\",\"code\":\"7506190000000\",\"name\":\"GEL EGO POWER\",\"unit\":\"1\",\"cost\":\"4.16000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"gel-ego-power\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1336, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1258\",\"code\":\"750624000000\",\"name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"unit\":\"1\",\"cost\":\"17.50000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-laminado-pretul-4-12-grano-60\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1337, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"915\",\"code\":\"7506240000000\",\"name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"unit\":\"1\",\"cost\":\"16.98000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"720.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-4-bolsita-5-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1338, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1024\",\"code\":\"7506390000000\",\"name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"unit\":\"1\",\"cost\":\"3.31000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-chip-2-mango-cafe\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1339, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1457\",\"code\":\"7506490000000\",\"name\":\"MANGUERA PARA JARDIN 100\",\"unit\":\"1\",\"cost\":\"95.71000000000000000000\",\"price\":\"210.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1340, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1179\",\"code\":\"7509550000000\",\"name\":\"COLGATE TRIPLE ACCION 150 ML\",\"unit\":\"1\",\"cost\":\"8.75000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"colgate-triple-accion-150-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1341, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1339\",\"code\":\"751001000000\",\"name\":\"GALLETA PAN CREMA .\",\"unit\":\"1\",\"cost\":\"5.10000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-pan-crema\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1342, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1067\",\"code\":\"751207000000\",\"name\":\"CANDADO 50MM HERMEX\",\"unit\":\"1\",\"cost\":\"16.96000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-50mm-hermex\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1343, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1327\",\"code\":\"753079000000\",\"name\":\"GALLETA CAN CAN\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-can-can\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1344, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1000\",\"code\":\"756956000000\",\"name\":\"BOTONETA AMARILLA\",\"unit\":\"1\",\"cost\":\"0.45000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"botoneta-amarilla\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1345, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1408\",\"code\":\"757575\",\"name\":\"LIBRA DE PITA\",\"unit\":\"1\",\"cost\":\"2.92000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"libra-de-pita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1346, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1338\",\"code\":\"7590010000000\",\"name\":\"GALLETA OREO\",\"unit\":\"1\",\"cost\":\"1.08000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"36.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-oreo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1347, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1079\",\"code\":\"760573000000\",\"name\":\"CASHITAS\",\"unit\":\"1\",\"cost\":\"2.92000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cashitas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1348, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1078\",\"code\":\"7605730955\",\"name\":\"CASHITA MANI JAPONESA\",\"unit\":\"1\",\"cost\":\"0.78000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cashita-mani-japonesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1349, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"948\",\"code\":\"760896000000\",\"name\":\"AGUA DESTIULADA PRODIN\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"agua-destiulada-prodin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1350, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"934\",\"code\":\"7608970000000\",\"name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"unit\":\"1\",\"cost\":\"5.70000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"activador-electrolitico-para-bateria\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1351, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1494\",\"code\":\"76174420753\",\"name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"unit\":\"1\",\"cost\":\"84.00000000000000000000\",\"price\":\"105.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-aluminio-stanley-36\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1352, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1555\",\"code\":\"76174474404\",\"name\":\"PLOMADA YESO STANLEY 47-400\",\"unit\":\"1\",\"cost\":\"55.60000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plomada-yeso-stanley-47-400\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1353, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1556\",\"code\":\"76174474602\",\"name\":\"PLOMADA YESO STANLEY 47-460\",\"unit\":\"1\",\"cost\":\"64.05000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plomada-yeso-stanley-47-460\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1354, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1554\",\"code\":\"76174474640\",\"name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"unit\":\"1\",\"cost\":\"75.10000000000000000000\",\"price\":\"100.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"plomada-cyeso-stanley-47-464\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1355, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"956\",\"code\":\"7617484023\",\"name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"unit\":\"1\",\"cost\":\"42.19000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-electricista-8-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1356, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1534\",\"code\":\"76174841015\",\"name\":\"PINZA STANLEY 6\\\"\",\"unit\":\"1\",\"cost\":\"42.75000000000000000000\",\"price\":\"54.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pinza-stanley-6\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1357, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1535\",\"code\":\"76174841022\",\"name\":\"PINZA STANLEY 8\\\"\",\"unit\":\"1\",\"cost\":\"46.50000000000000000000\",\"price\":\"59.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pinza-stanley-8\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1358, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1677\",\"code\":\"7622210000000\",\"name\":\"TANG FRUIT PONCH 20G\",\"unit\":\"1\",\"cost\":\"1.20000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tang-fruit-ponch-20g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1359, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1329\",\"code\":\"7622300000000\",\"name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"unit\":\"1\",\"cost\":\"3.28000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chips-ahoy-57-gramos\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1360, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1362\",\"code\":\"764009000000\",\"name\":\"HEINEKEN VIDRIO\",\"unit\":\"1\",\"cost\":\"9.38000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"45.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"heineken-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1361, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"898\",\"code\":\"76770504804\",\"name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"unit\":\"1\",\"cost\":\"700.00000000000000000000\",\"price\":\"850.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-d-cable-thhn-12awg-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1362, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1021\",\"code\":\"769409000000\",\"name\":\"BROCHA 1\\\" EXPERT\",\"unit\":\"1\",\"cost\":\"12.32000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"90.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-1-expert\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1363, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1305\",\"code\":\"76940900117\",\"name\":\"FELPA EXPERT STANDAR 3\\/8\",\"unit\":\"1\",\"cost\":\"5.40000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"felpa-expert-standar-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1364, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1385\",\"code\":\"7702010000000\",\"name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"unit\":\"1\",\"cost\":\"5.13000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"28.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabon-rexona-antibacterial-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1365, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1387\",\"code\":\"7702030000000\",\"name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"unit\":\"1\",\"cost\":\"29.70000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"johnson-baby-shampu-original\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1366, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1649\",\"code\":\"7702050000000\",\"name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"unit\":\"1\",\"cost\":\"16.50000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"silicon-loctite-negro-rtv-70ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1367, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1541\",\"code\":\"7702090000000\",\"name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"unit\":\"1\",\"cost\":\"25.24000000000000000000\",\"price\":\"31.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"86.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-doble-switch-bticino-ap5200\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1368, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1477\",\"code\":\"77070548\",\"name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"unit\":\"1\",\"cost\":\"1.15000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mentas-xtime-krash-unidaded\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1369, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1473\",\"code\":\"7707310000000\",\"name\":\"MASKING TAPE 1 PULG. TESA\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"masking-tape-1-pulg-tesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1370, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1560\",\"code\":\"7730720000000\",\"name\":\"POXIPOL SOLDADURA PLASTICA\",\"unit\":\"1\",\"cost\":\"22.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"poxipol-soldadura-plastica\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1371, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1653\",\"code\":\"77472141340\",\"name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"unit\":\"1\",\"cost\":\"24.85000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"silicon-sista-multiusos-transparente\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1372, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1410\",\"code\":\"7750060000000\",\"name\":\"LIJA DE AGUA 120 3M\",\"unit\":\"1\",\"cost\":\"5.25000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"542.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lija-de-agua-120-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1373, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1474\",\"code\":\"7750370000000\",\"name\":\"MASKING TAPE 3\\/4 3M\",\"unit\":\"1\",\"cost\":\"5.95000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"masking-tape-34-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1374, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1645\",\"code\":\"7756960000000\",\"name\":\"SIKASIL E VARIOS 280ML\",\"unit\":\"1\",\"cost\":\"17.00000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sikasil-e-varios-280ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1375, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1254\",\"code\":\"7798220000000\",\"name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"unit\":\"1\",\"cost\":\"9.00000000000000000000\",\"price\":\"66.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-diasegmen-p-concreto-7-gladiado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1376, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1399\",\"code\":\"7799050000000\",\"name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"unit\":\"1\",\"cost\":\"262.00000000000000000000\",\"price\":\"329.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kit-de-moto-tools-gladiador\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1377, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1515\",\"code\":\"7802800000000\",\"name\":\"PAPAS KRYSPO VARIOS SABORES\",\"unit\":\"1\",\"cost\":\"11.50000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papas-kryspo-varios-sabores\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1378, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"977\",\"code\":\"783094000000\",\"name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"unit\":\"1\",\"cost\":\"11.50000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-rayovac-grande-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1379, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1669\",\"code\":\"783164000000\",\"name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"unit\":\"1\",\"cost\":\"170.15000000000000000000\",\"price\":\"230.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tablero-mono-fasico-4-circuitos-125a-g-e\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1380, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1058\",\"code\":\"7831640000000\",\"name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"unit\":\"1\",\"cost\":\"28.00000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-para-flipon-40-amps-cente\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1381, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1041\",\"code\":\"787705000000\",\"name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"79.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-12-awg-rojo-x-metro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1382, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1124\",\"code\":\"7891040000000\",\"name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"unit\":\"1\",\"cost\":\"32.92000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-doble-cara-19mm-x-5-m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1383, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1664\",\"code\":\"7891200000000\",\"name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"unit\":\"1\",\"cost\":\"11.50000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"18.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-bonder-original-3-grs-loctite\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1384, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"965\",\"code\":\"7893950000000\",\"name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"unit\":\"1\",\"cost\":\"41.65000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-12-vonder\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1385, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1736\",\"code\":\"8\",\"name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"55.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-busca-rosca-2-normal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1386, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1540\",\"code\":\"8012200000000\",\"name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"unit\":\"1\",\"cost\":\"7.25000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"73.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-combinada-switch-y-tomac-g-indust\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1387, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1072\",\"code\":\"8012230000000\",\"name\":\"CANDADO YALE 40 MM\",\"unit\":\"1\",\"cost\":\"115.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-yale-40-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1388, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1086\",\"code\":\"80660956411\",\"name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"unit\":\"1\",\"cost\":\"12.08000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-corona-botella-710-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1389, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1727\",\"code\":\"80686832010\",\"name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"unit\":\"1\",\"cost\":\"90.00000000000000000000\",\"price\":\"145.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tequila-sauza-silver-750-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1390, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1462\",\"code\":\"81537200811\",\"name\":\"MARINEROS.             .\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"58.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"marineros\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1391, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1608\",\"code\":\"81537201405\",\"name\":\"REVIVE 600 ML\",\"unit\":\"1\",\"cost\":\"4.86000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"32.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"revive-600-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1392, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1631\",\"code\":\"81537305226\",\"name\":\"SE\",\"unit\":\"1\",\"cost\":\"0.86000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"240.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1393, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1342\",\"code\":\"842071000000\",\"name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"unit\":\"1\",\"cost\":\"44.32000000000000000000\",\"price\":\"175.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-aceite-havoline-sae-20w-50\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1394, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"929\",\"code\":\"8420714187\",\"name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"unit\":\"1\",\"cost\":\"25.50000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-25w50-4t-mototaxi-litro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1395, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1665\",\"code\":\"85051000421\",\"name\":\"SUPER ECONOMY TYPE A\",\"unit\":\"1\",\"cost\":\"17.50000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"22.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"super-economy-type-a\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1396, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"928\",\"code\":\"85051001190\",\"name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"unit\":\"1\",\"cost\":\"19.64000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-2-tiempos-super-s-econ-litro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1397, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1423\",\"code\":\"853619237\",\"name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"unit\":\"1\",\"cost\":\"17.53000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"liquido-de-frenos-wagner-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1398, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1340\",\"code\":\"86581001070\",\"name\":\"GALLETA SODA POZUELO\",\"unit\":\"1\",\"cost\":\"0.34000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-soda-pozuelo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1399, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1332\",\"code\":\"86581012502\",\"name\":\"GALLETA CLUB EXTRA..\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"34.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-club-extra\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1400, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1333\",\"code\":\"86581015121\",\"name\":\"GALLETA CREMAS GDE .\",\"unit\":\"1\",\"cost\":\"0.85000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"44.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-cremas-gde\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1401, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1341\",\"code\":\"86581017699\",\"name\":\"GALLETA TIPO.               .\",\"unit\":\"1\",\"cost\":\"0.85000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"23.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-tipo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1402, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1038\",\"code\":\"87295125991\",\"name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"unit\":\"1\",\"cost\":\"1.12000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bujia-candela-para-moto\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1403, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1320\",\"code\":\"88313062267\",\"name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"unit\":\"1\",\"cost\":\"2.98000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-volteado-ducal-55-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1404, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1321\",\"code\":\"88313062281\",\"name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"unit\":\"1\",\"cost\":\"6.08000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-volteado-ducal-105-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1405, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1396\",\"code\":\"88313318739\",\"name\":\"KERNS CAJITA\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"29.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kerns-cajita\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1406, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1262\",\"code\":\"885911000000\",\"name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"unit\":\"1\",\"cost\":\"20.89000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-pcmetal-9-dewalt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1407, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1571\",\"code\":\"9002490000000\",\"name\":\"RED BULL     .\",\"unit\":\"1\",\"cost\":\"9.85000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"red-bull\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1408, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1223\",\"code\":\"9021298\",\"name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"unit\":\"1\",\"cost\":\"0.91000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"60.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-12-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1409, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1224\",\"code\":\"9021299\",\"name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"41.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-34-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1410, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1767\",\"code\":\"9021304\",\"name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"unit\":\"1\",\"cost\":\"0.36000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"52.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"union-conduit-12-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1411, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1323\",\"code\":\"9111210000000\",\"name\":\"FULL CRETE (1 CUARTO GALON)\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"full-crete-1-cuarto-galon\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1412, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1345\",\"code\":\"9121220000000\",\"name\":\"GALON FULL CRETE\",\"unit\":\"1\",\"cost\":\"150.00000000000000000000\",\"price\":\"180.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-full-crete\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1413, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1432\",\"code\":\"91712200086\",\"name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"unit\":\"1\",\"cost\":\"44.50000000000000000000\",\"price\":\"60.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-compuerta-34-ez-flo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1414, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1437\",\"code\":\"91712200499\",\"name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"unit\":\"1\",\"cost\":\"94.85000000000000000000\",\"price\":\"126.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-bola-de-1-eastman-ez-flo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1415, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1137\",\"code\":\"91712500315\",\"name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"unit\":\"1\",\"cost\":\"6.55000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-teflon-1-ez-flo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1416, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1756\",\"code\":\"95\",\"name\":\"TORTRIX PEQUE?O      .\",\"unit\":\"1\",\"cost\":\"0.87000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tortrix-pequeo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1417, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"923\",\"code\":\"9540 UNIDAD\",\"name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"unit\":\"1\",\"cost\":\"0.74000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"26.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-volchet-unidad-d-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1418, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1419\",\"code\":\"97758170390\",\"name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"unit\":\"1\",\"cost\":\"7.30000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lima-motosierra-732-x-8-pferd\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1419, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1617\",\"code\":\"98\",\"name\":\"SABRITAS.           .\",\"unit\":\"1\",\"cost\":\"3.53000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"18.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sabritas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1420, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1524\",\"code\":\"99176129745\",\"name\":\"PASTA COLGATE\",\"unit\":\"1\",\"cost\":\"9.00000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pasta-colgate\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1421, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1398\",\"code\":\"99176480518\",\"name\":\"KIT DE CEPILLADO  .\",\"unit\":\"1\",\"cost\":\"3.75000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"kit-de-cepillado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1422, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1384\",\"code\":\"9917692238\",\"name\":\"JABON PROTEX .\",\"unit\":\"1\",\"cost\":\"5.42000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabon-protex\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1423, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"917\",\"code\":\"A111\",\"name\":\"ABRAZADERA DE 2\\\"\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-de-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1424, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1561\",\"code\":\"AA823\\/120\",\"name\":\"PULIDORA GLP 9 2300W\",\"unit\":\"1\",\"cost\":\"556.50000000000000000000\",\"price\":\"700.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pulidora-glp-9-2300w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1425, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1289\",\"code\":\"AB608\\/120\\/60\",\"name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"unit\":\"1\",\"cost\":\"556.51000000000000000000\",\"price\":\"696.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esmeril-de-banco-8-34-hp-550w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1426, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"922\",\"code\":\"ABRA001\",\"name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"46.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-tw-12-de-presion\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1427, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"921\",\"code\":\"ABRA002\",\"name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"unit\":\"1\",\"cost\":\"3.00000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"50.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-tw-1-de-presion\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1428, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"926\",\"code\":\"ACE04\",\"name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"unit\":\"1\",\"cost\":\"19.27000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"accesorio-de-entrada-114-calabera\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1429, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"933\",\"code\":\"ACHUELA ALDOSA 2\",\"name\":\"ACHUELA ALDOSA 2\",\"unit\":\"1\",\"cost\":\"20.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"achuela-aldosa-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1430, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1496\",\"code\":\"ALF0019\",\"name\":\"NIVEL DE RESINA 12\\\"\",\"unit\":\"1\",\"cost\":\"12.90000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"nivel-de-resina-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1431, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1083\",\"code\":\"ALF0035\",\"name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"unit\":\"1\",\"cost\":\"7.99000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-cuadrado-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1432, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"918\",\"code\":\"AT001\",\"name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"1.70000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"46.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-para-cielo-hanger-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1433, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"960\",\"code\":\"AZ00151\",\"name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"unit\":\"1\",\"cost\":\"52.76000000000000000000\",\"price\":\"52.76000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"almadana-de-4-lbs-c-cabo-azteca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1434, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1112\",\"code\":\"BOSSI123\",\"name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"unit\":\"1\",\"cost\":\"27.00000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-con-piton-de-34-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1435, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1152\",\"code\":\"CB123\",\"name\":\"CLAVO CONCRETO BRONCO 4\",\"unit\":\"1\",\"cost\":\"31.50000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-bronco-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1436, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1103\",\"code\":\"CHEVEBR05\",\"name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"unit\":\"1\",\"cost\":\"38.89000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cheque-vertical-con-pichacha-de-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1437, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1101\",\"code\":\"CHHOBR03\",\"name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"unit\":\"1\",\"cost\":\"24.79000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cheque-horizontal-asiento-hule-de-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1438, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1638\",\"code\":\"COS14\\/1\\/120\",\"name\":\"SIERRA TRONZADORA 14-2000W\",\"unit\":\"1\",\"cost\":\"619.50000000000000000000\",\"price\":\"775.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-tronzadora-14-2000w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1439, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1639\",\"code\":\"CS814\\/3\\/120\",\"name\":\"SIERRA TROZADORA 14-2400W\",\"unit\":\"1\",\"cost\":\"850.50000000000000000000\",\"price\":\"1064.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-trozadora-14-2400w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1440, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1084\",\"code\":\"D12\",\"name\":\"CEPILLO DE DIENTES UNID.\",\"unit\":\"1\",\"cost\":\"1.17000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-dientes-unid\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1441, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1280\",\"code\":\"D87\",\"name\":\"ESCOBAS\",\"unit\":\"1\",\"cost\":\"10.67000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"escobas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1442, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1671\",\"code\":\"DW508S-B3\",\"name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"unit\":\"1\",\"cost\":\"696.00000000000000000000\",\"price\":\"870.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percusin-dw-12-800w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1443, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1039\",\"code\":\"ELE00076\",\"name\":\"CABLE PARALELO 2* 12 M\",\"unit\":\"1\",\"cost\":\"9.54000000000000000000\",\"price\":\"12.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"89.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-paralelo-2-12-m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1444, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1040\",\"code\":\"ELE00077\",\"name\":\"CABLE PARALELO 2* 14 MT\",\"unit\":\"1\",\"cost\":\"6.21000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"157.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-paralelo-2-14-mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1445, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1054\",\"code\":\"ELE00081\",\"name\":\"CAJA OCTAGONAL METAL\",\"unit\":\"1\",\"cost\":\"2.87000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1446, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1055\",\"code\":\"ELE00082\",\"name\":\"CAJA OCTAGONAL PLAS\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"69.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1447, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1060\",\"code\":\"ELE00085\",\"name\":\"CAJA RECTANGULAR METAL\",\"unit\":\"1\",\"cost\":\"2.35000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1448, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1658\",\"code\":\"ELE055\",\"name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"unit\":\"1\",\"cost\":\"3.90000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"spliter-2-salidas-pcable-coaxial\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1449, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1490\",\"code\":\"ELE063\",\"name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"unit\":\"1\",\"cost\":\"8.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mordaza-de-cobre-de-588\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1450, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1206\",\"code\":\"ELE067\",\"name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"73.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-ptubo-ductuvinil-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1451, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1185\",\"code\":\"FER 010231\",\"name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contra-llave-12-x-12-a-la-pared-viking\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1452, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"904\",\"code\":\"FER 02887444770\",\"name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"unit\":\"1\",\"cost\":\"20.16000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"49.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"7disco-dewalt-carbon-p-cortarconcret-9\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1453, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"905\",\"code\":\"FER 75012066411\",\"name\":\"CUCHILLA  6? PRETUL\",\"unit\":\"1\",\"cost\":\"5.29000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cuchilla-6-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1454, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"902\",\"code\":\"FER 75012066839\",\"name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"unit\":\"1\",\"cost\":\"0.17000000000000000000\",\"price\":\"0.35000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-plastico-250mm-negro-volteck\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1455, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"903\",\"code\":\"FER 75062406478\",\"name\":\"PLACA PARA TIMBRE VOLTECH\",\"unit\":\"1\",\"cost\":\"10.29000000000000000000\",\"price\":\"15.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-para-timbre-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1456, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"906\",\"code\":\"FER- 7506240656\",\"name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"unit\":\"1\",\"cost\":\"18.72000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"9disco-de-diamante-de-4-12-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1457, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1765\",\"code\":\"FER-01234\",\"name\":\"UNIDAD ELECTRODO E 6013\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"113.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"unidad-electrodo-e-6013\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1458, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1753\",\"code\":\"FER-THPVC1407\",\"name\":\"TORNILLO PULSER P\\/BROCA 1\\/4X3\\/4 C\\/E\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-pbroca-14x34-ce\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1459, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1752\",\"code\":\"FER-TOPC 1407\",\"name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"unit\":\"1\",\"cost\":\"0.15000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-34-busca-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1460, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1605\",\"code\":\"FER000012\",\"name\":\"REPOSADERA BRONCE 3*3\",\"unit\":\"1\",\"cost\":\"65.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-bronce-33\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1461, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1447\",\"code\":\"FER000018\",\"name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"unit\":\"1\",\"cost\":\"104.79000000000000000000\",\"price\":\"140.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-palanca-italiana-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1462, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1536\",\"code\":\"FER000125\",\"name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"unit\":\"1\",\"cost\":\"48.00000000000000000000\",\"price\":\"65.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"piocha-china-4-12-lbs\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1463, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1407\",\"code\":\"FER000150\",\"name\":\"LB. CLAVO 1\\\" ASSA\",\"unit\":\"1\",\"cost\":\"7.90000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"42.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lb-clavo-1-assa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1464, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1298\",\"code\":\"FER000151\",\"name\":\"ESPONJA PEQUE\",\"unit\":\"1\",\"cost\":\"2.78000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"54.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1465, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1775\",\"code\":\"FER000153\",\"name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"unit\":\"1\",\"cost\":\"34.00000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-compuerta-12-200-psi-aqua\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1466, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1406\",\"code\":\"FER00017\",\"name\":\"LB ELECTRODO 3\\/32\",\"unit\":\"1\",\"cost\":\"12.00000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"68.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lb-electrodo-332\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1467, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"907\",\"code\":\"FER00021\",\"name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"unit\":\"1\",\"cost\":\"1.23000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-precion-hangler-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1468, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"973\",\"code\":\"FER00088\",\"name\":\"BARNIZ GL NOGAL CELCO\",\"unit\":\"1\",\"cost\":\"140.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"barniz-gl-nogal-celco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1469, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"983\",\"code\":\"FER00106\",\"name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-12-mh\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1470, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"984\",\"code\":\"FER00108\",\"name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-38-mh\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1471, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"985\",\"code\":\"FER00111\",\"name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"37.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-bandera-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1472, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1193\",\"code\":\"FER001216\",\"name\":\"COPLA 1 1\\/2 CON ROSCA\",\"unit\":\"1\",\"cost\":\"0.87000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1-12-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1473, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1198\",\"code\":\"FER001217\",\"name\":\"COPLA 3\\/4 CON ROSCA\",\"unit\":\"1\",\"cost\":\"0.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"90.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-34-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1474, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1747\",\"code\":\"FER001218\",\"name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.40000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-pulgada-punta-de-broca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1475, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1682\",\"code\":\"FER0015\",\"name\":\"TAPADERA DE SANITARIO ALDOSA\",\"unit\":\"1\",\"cost\":\"40.00000000000000000000\",\"price\":\"53.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapadera-de-sanitario-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1476, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1296\",\"code\":\"FER00150\",\"name\":\"ESPONJA GRANDE PARA REPELLO\",\"unit\":\"1\",\"cost\":\"5.88000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esponja-grande-para-repello\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1477, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1140\",\"code\":\"FER00436\",\"name\":\"CLAVO 1 1\\/2 LB\",\"unit\":\"1\",\"cost\":\"5.94000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-1-12-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1478, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1142\",\"code\":\"FER00438\",\"name\":\"CLAVO 2 1\\/2 LB.\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"69.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-2-12-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1479, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1143\",\"code\":\"FER00439\",\"name\":\"CLAVO 2 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"67.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-2-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1480, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1144\",\"code\":\"FER00440\",\"name\":\"CLAVO 3 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"120.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-3-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1481, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1145\",\"code\":\"FER00441\",\"name\":\"CLAVO 4 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"77.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-4-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1482, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1147\",\"code\":\"FER00446\",\"name\":\"CLAVO CONCRETO 1 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.09000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"442.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-1-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1483, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1146\",\"code\":\"FER00447\",\"name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.07000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"145.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-1-12-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1484, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1150\",\"code\":\"FER00448\",\"name\":\"CLAVO CONCRETO 3 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.11000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"357.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-3-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1485, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1148\",\"code\":\"FER00449\",\"name\":\"CLAVO CONCRETO 2 1\\/2\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1486, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1149\",\"code\":\"FER00450\",\"name\":\"CLAVO CONCRETO 3 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.10000000000000000000\",\"price\":\"0.15000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-3-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1487, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1151\",\"code\":\"FER00453\",\"name\":\"CLAVO CONCRETO 4 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-4-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1488, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1153\",\"code\":\"FER00710\",\"name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"unit\":\"1\",\"cost\":\"8.00000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"40.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-para-cerca-laa-1-14-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1489, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1418\",\"code\":\"FER00750\",\"name\":\"LIMA  TRIANGULAR BELLOTA\",\"unit\":\"1\",\"cost\":\"8.17000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"lima-triangular-bellota\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1490, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1472\",\"code\":\"FER00868\",\"name\":\"MASKING TAPE 1 3M\",\"unit\":\"1\",\"cost\":\"7.70000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"masking-tape-1-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1491, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1635\",\"code\":\"FER01143\",\"name\":\"SIERRA FINA SANDFLEX 1224\",\"unit\":\"1\",\"cost\":\"7.75000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"194.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-fina-sandflex-1224\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1492, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1211\",\"code\":\"FER01397\",\"name\":\"CRAYON 2 COLORES GRUESO\",\"unit\":\"1\",\"cost\":\"1.30000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"289.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"crayon-2-colores-grueso\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1493, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1452\",\"code\":\"FER01945\",\"name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"unit\":\"1\",\"cost\":\"24.00000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"machete-24-garizama-gavilan\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1494, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1022\",\"code\":\"FER02539\",\"name\":\"BROCHA 2 BYP\",\"unit\":\"1\",\"cost\":\"3.73000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-2-byp\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1495, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1256\",\"code\":\"FER02908\",\"name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"unit\":\"1\",\"cost\":\"59.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-diamantado-continuo-9-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1496, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1065\",\"code\":\"FER0313\",\"name\":\"CANDADO 40MM DORADO WHALE\",\"unit\":\"1\",\"cost\":\"11.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-40mm-dorado-whale\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1497, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1071\",\"code\":\"FER0314\",\"name\":\"CANDADO WHALE DORADO 50 MM\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-whale-dorado-50-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1498, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1735\",\"code\":\"FER035\",\"name\":\"TORNILLO BUSCA ROSCA 1*8\",\"unit\":\"1\",\"cost\":\"0.09000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"729.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-busca-rosca-18\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1499, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1698\",\"code\":\"FER039\",\"name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2\",\"unit\":\"1\",\"cost\":\"0.35000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"118.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugos-plasticos-azuales-382\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1500, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1745\",\"code\":\"FER040\",\"name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"unit\":\"1\",\"cost\":\"0.18000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-pulser-1-12-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1501, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1699\",\"code\":\"FER068\",\"name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"unit\":\"1\",\"cost\":\"0.08000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"387.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugos-plasticos-verde-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1502, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1176\",\"code\":\"FER31106-2\",\"name\":\"CODO PVC 3\\/4 45 GRADOS\",\"unit\":\"1\",\"cost\":\"1.50000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-34-45-grados\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1503, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1433\",\"code\":\"GE-0251\",\"name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"35.00000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-comuerta-redwhite-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1504, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1596\",\"code\":\"GE-0279\",\"name\":\"REGADERA PLASTICA BLANCA\",\"unit\":\"1\",\"cost\":\"4.40000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"28.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"regadera-plastica-blanca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1505, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1344\",\"code\":\"GEL0001\",\"name\":\"GALON ALCOHOL GEL\",\"unit\":\"1\",\"cost\":\"155.00000000000000000000\",\"price\":\"207.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-alcohol-gel\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1506, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1383\",\"code\":\"GEL0002\",\"name\":\"JABON LIQUIDO 500 ML\",\"unit\":\"1\",\"cost\":\"38.00000000000000000000\",\"price\":\"51.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabon-liquido-500-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1507, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"954\",\"code\":\"GEL0003\",\"name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alcohol-gel-tipo-llavero-50-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1508, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1603\",\"code\":\"GRI001475\",\"name\":\"REPOSADERA 3  ALUMINIO\",\"unit\":\"1\",\"cost\":\"13.67000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reposadera-3-aluminio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1509, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1716\",\"code\":\"GRI00213\",\"name\":\"TEFLON 1\",\"unit\":\"1\",\"cost\":\"1.79000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"26.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1510, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1718\",\"code\":\"GRI00214\",\"name\":\"TEFLON 1\\/2\",\"unit\":\"1\",\"cost\":\"0.98000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1511, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1720\",\"code\":\"GRI00215\",\"name\":\"TEFLON 3\\/4\",\"unit\":\"1\",\"cost\":\"2.02000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1512, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1189\",\"code\":\"GRIF000175\",\"name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"unit\":\"1\",\"cost\":\"26.50000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contrallave-crom-al-piso-12-x-12-boss\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1513, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1190\",\"code\":\"GRIF000176\",\"name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"24.70000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contrallave-crom-pared-12-x-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1514, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1357\",\"code\":\"GRIFA001\",\"name\":\"GRIFA 1\\/2 * 3\\/8\",\"unit\":\"1\",\"cost\":\"70.00000000000000000000\",\"price\":\"93.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"grifa-12-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1515, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1358\",\"code\":\"GRIFA002\",\"name\":\"GRIFA 1\\/4 * 3\\/16\",\"unit\":\"1\",\"cost\":\"35.00000000000000000000\",\"price\":\"47.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"grifa-14-316\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1516, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1382\",\"code\":\"HL8140\\/120M\",\"name\":\"HIDROLAVADORA 1800W 2003PSI\",\"unit\":\"1\",\"cost\":\"906.51000000000000000000\",\"price\":\"1134.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"hidrolavadora-1800w-2003psi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1517, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1110\",\"code\":\"LLCHBOZN03\",\"name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"unit\":\"1\",\"cost\":\"15.75000000000000000000\",\"price\":\"21.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-bola-zinc-c-palanca-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1518, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1115\",\"code\":\"LLCHCPOPM05\",\"name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"15.75000000000000000000\",\"price\":\"21.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-mariposa-d-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1519, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1446\",\"code\":\"LLPDCLA\",\"name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"unit\":\"1\",\"cost\":\"85.00000000000000000000\",\"price\":\"113.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-pducha-acrilica-12br-cuello-larg\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1520, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1484\",\"code\":\"MDL700\",\"name\":\"METRO LASER DE 20M\",\"unit\":\"1\",\"cost\":\"192.51000000000000000000\",\"price\":\"241.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-laser-de-20m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1521, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1485\",\"code\":\"MDL740\",\"name\":\"METRO LASER GLP 40M\",\"unit\":\"1\",\"cost\":\"276.51000000000000000000\",\"price\":\"346.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"metro-laser-glp-40m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1522, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1077\",\"code\":\"MS1001\\/2L\",\"name\":\"CARETA NEO FOTOSENSIBLE\",\"unit\":\"1\",\"cost\":\"385.00000000000000000000\",\"price\":\"482.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"careta-neo-fotosensible\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1523, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1764\",\"code\":\"NIP14\",\"name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\" X 3MT\",\"unit\":\"1\",\"cost\":\"85.70000000000000000000\",\"price\":\"115.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-niple-conduit-galv-1-14-x-3mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1524, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"975\",\"code\":\"P24BD-720\",\"name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"unit\":\"1\",\"cost\":\"555.00000000000000000000\",\"price\":\"1110.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-12-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1525, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"974\",\"code\":\"P47-600\",\"name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"unit\":\"1\",\"cost\":\"350.00000000000000000000\",\"price\":\"350.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-10-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1526, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1178\",\"code\":\"PCV00037\",\"name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"2.33000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"49.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-liso-45-gr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1527, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"976\",\"code\":\"PNS60LS\",\"name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"unit\":\"1\",\"cost\":\"525.00000000000000000000\",\"price\":\"1050.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-charge-9-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1528, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"939\",\"code\":\"PVC00003\",\"name\":\"ADAPTADOR M 1\",\"unit\":\"1\",\"cost\":\"1.41000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"86.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1529, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"940\",\"code\":\"PVC00004\",\"name\":\"ADAPTADOR M 1 1\\/2\",\"unit\":\"1\",\"cost\":\"1.61000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"21.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1530, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"941\",\"code\":\"PVC00005\",\"name\":\"ADAPTADOR M 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.53000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1531, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"935\",\"code\":\"PVC00006\",\"name\":\"ADAOTADOR  1\\/2\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"55.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaotador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1532, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"937\",\"code\":\"PVC00007\",\"name\":\"ADAPTADOR 2\",\"unit\":\"1\",\"cost\":\"2.64000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"28.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1533, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1199\",\"code\":\"PVC0001\",\"name\":\"COPLA C\\/R 1\",\"unit\":\"1\",\"cost\":\"1.84000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"39.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1534, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"942\",\"code\":\"PVC00010\",\"name\":\"ADAPTADOR M 3\\/4\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1535, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1161\",\"code\":\"PVC00033\",\"name\":\"CODO 90 GR 1\",\"unit\":\"1\",\"cost\":\"3.35000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"27.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1536, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1163\",\"code\":\"PVC00035\",\"name\":\"CODO 90 GR 1 1\\/4\",\"unit\":\"1\",\"cost\":\"2.71000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1537, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1164\",\"code\":\"PVC00036\",\"name\":\"CODO 90 GR 1\\/2\",\"unit\":\"1\",\"cost\":\"0.99000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"134.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1538, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1165\",\"code\":\"PVC00037\",\"name\":\"CODO 90 GR 2\",\"unit\":\"1\",\"cost\":\"13.70000000000000000000\",\"price\":\"19.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"23.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1539, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1166\",\"code\":\"PVC00038\",\"name\":\"CODO 90 GR 2 1\\/2\",\"unit\":\"1\",\"cost\":\"16.21000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1540, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1167\",\"code\":\"PVC00039\",\"name\":\"CODO 90 GR 3\",\"unit\":\"1\",\"cost\":\"21.01000000000000000000\",\"price\":\"42.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1541, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1168\",\"code\":\"PVC00040\",\"name\":\"CODO 90 GR 3\\/4\",\"unit\":\"1\",\"cost\":\"1.49000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"35.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1542, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1169\",\"code\":\"PVC00045\",\"name\":\"CODO 90 GR C\\/R 1\\/2\",\"unit\":\"1\",\"cost\":\"1.19000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-cr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1543, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1170\",\"code\":\"PVC00051\",\"name\":\"CODO 90 GR DR 2\",\"unit\":\"1\",\"cost\":\"4.59000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"22.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1544, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1171\",\"code\":\"PVC00052\",\"name\":\"CODO 90 GR DR 3\",\"unit\":\"1\",\"cost\":\"15.19000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1545, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1172\",\"code\":\"PVC00053\",\"name\":\"CODO 90 GR DR 4\",\"unit\":\"1\",\"cost\":\"27.99000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1546, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1173\",\"code\":\"PVC00054\",\"name\":\"CODO 90 GR DR 6\",\"unit\":\"1\",\"cost\":\"50.57000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-6\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1547, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1191\",\"code\":\"PVC00068\",\"name\":\"COPLA 1\",\"unit\":\"1\",\"cost\":\"1.29000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"22.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1548, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1192\",\"code\":\"PVC00069\",\"name\":\"COPLA 1 1\\/2\",\"unit\":\"1\",\"cost\":\"2.29000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"47.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1549, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1194\",\"code\":\"PVC00071\",\"name\":\"COPLA 1\\/2\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"107.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1550, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1195\",\"code\":\"PVC00072\",\"name\":\"COPLA 2\",\"unit\":\"1\",\"cost\":\"2.62000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1551, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1197\",\"code\":\"PVC00073\",\"name\":\"COPLA 3\\/4\",\"unit\":\"1\",\"cost\":\"1.09000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"43.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1552, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1200\",\"code\":\"PVC00076\",\"name\":\"COPLA C\\/R 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.40000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"54.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1553, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1201\",\"code\":\"PVC00077\",\"name\":\"COPLA C\\/R 1\\/2\",\"unit\":\"1\",\"cost\":\"0.89000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1554, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1203\",\"code\":\"PVC00090\",\"name\":\"COPLA DR 2\",\"unit\":\"1\",\"cost\":\"3.85000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"45.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1555, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1204\",\"code\":\"PVC00091\",\"name\":\"COPLA DR 3\",\"unit\":\"1\",\"cost\":\"6.38000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1556, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1205\",\"code\":\"PVC00092\",\"name\":\"COPLA DR 4\",\"unit\":\"1\",\"cost\":\"11.57000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1557, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1162\",\"code\":\"PVC00094\",\"name\":\"CODO 90 GR 1 1\\/2\",\"unit\":\"1\",\"cost\":\"3.99000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"19.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1558, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1574\",\"code\":\"PVC00122\",\"name\":\"REDUCIDOR 1 1\\/2-1\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"36.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1559, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1572\",\"code\":\"PVC00123\",\"name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"unit\":\"1\",\"cost\":\"4.20000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"40.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1560, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1616\",\"code\":\"pvc00124\",\"name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"unit\":\"1\",\"cost\":\"2.75000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ruducidor-1-12-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1561, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1573\",\"code\":\"PVC00125\",\"name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"18.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1562, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1575\",\"code\":\"PVC00126\",\"name\":\"REDUCIDOR 1 1\\/4-1\",\"unit\":\"1\",\"cost\":\"3.13000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-14-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1563, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1576\",\"code\":\"PVC00127\",\"name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"10.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-14-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1564, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1594\",\"code\":\"pvc00128\",\"name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor1-14-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1565, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1578\",\"code\":\"PVC00130\",\"name\":\"REDUCIDOR 1-1\\/2\",\"unit\":\"1\",\"cost\":\"2.24000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"32.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1566, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1577\",\"code\":\"PVC00131\",\"name\":\"REDUCIDOR 1- 3\\/4\",\"unit\":\"1\",\"cost\":\"1.53000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"30.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-1-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1567, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1581\",\"code\":\"PVC00132\",\"name\":\"REDUCIDOR 2 1\\/2-1\",\"unit\":\"1\",\"cost\":\"12.48000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-12-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1568, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1580\",\"code\":\"PVC00136\",\"name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"26.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-12-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1569, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1582\",\"code\":\"PVC00137\",\"name\":\"REDUCIDOR 2-1\",\"unit\":\"1\",\"cost\":\"3.05000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"26.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1570, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1583\",\"code\":\"PVC00140\",\"name\":\"REDUCIDOR 2-1\\/2\",\"unit\":\"1\",\"cost\":\"2.71000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1571, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1579\",\"code\":\"PVC00141\",\"name\":\"REDUCIDOR 2 - 3\\/4\",\"unit\":\"1\",\"cost\":\"3.95000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"28.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-2-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1572, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1586\",\"code\":\"PVC00142\",\"name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"unit\":\"1\",\"cost\":\"0.89000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"56.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-34-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1573, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1592\",\"code\":\"PVC00152\",\"name\":\"REDUCIDOR DR 3-2\",\"unit\":\"1\",\"cost\":\"4.39000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-dr-3-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1574, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1589\",\"code\":\"PVC00153\",\"name\":\"REDUCIDOR 4-2\",\"unit\":\"1\",\"cost\":\"7.05000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1575, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1588\",\"code\":\"PVC00154\",\"name\":\"REDUCIDOR 4 - 3\",\"unit\":\"1\",\"cost\":\"12.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1576, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1688\",\"code\":\"PVC00158\",\"name\":\"TAPON H 1\",\"unit\":\"1\",\"cost\":\"0.99000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1577, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1689\",\"code\":\"PVC00159\",\"name\":\"TAPON H 1 1\\/2\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"30.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1578, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1683\",\"code\":\"PVC00161\",\"name\":\"TAPON 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1579, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1684\",\"code\":\"PVC00164\",\"name\":\"TAPON 1\\/2\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"60.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1580, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1686\",\"code\":\"PVC00168\",\"name\":\"TAPON 2\",\"unit\":\"1\",\"cost\":\"3.99000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"52.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1581, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1690\",\"code\":\"PVC00171\",\"name\":\"TAPON H 3\\/4\",\"unit\":\"1\",\"cost\":\"1.46000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"66.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tapon-h-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1582, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1702\",\"code\":\"PVC00186\",\"name\":\"TEE 1\",\"unit\":\"1\",\"cost\":\"2.49000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"24.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1583, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1703\",\"code\":\"PVC00187\",\"name\":\"TEE 1 1\\/2\",\"unit\":\"1\",\"cost\":\"6.63000000000000000000\",\"price\":\"11.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"15.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1584, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1704\",\"code\":\"PVC00189\",\"name\":\"TEE 1 1\\/4\",\"unit\":\"1\",\"cost\":\"4.95000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1585, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1705\",\"code\":\"PVC00192\",\"name\":\"TEE 1\\/2\",\"unit\":\"1\",\"cost\":\"1.60000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"74.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1586, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"936\",\"code\":\"PVC00193\",\"name\":\"ADAPTADOR 1\\/2\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"94.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1587, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1707\",\"code\":\"PVC00199\",\"name\":\"TEE 2 DR\",\"unit\":\"1\",\"cost\":\"6.13000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"37.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-2-dr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1588, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1709\",\"code\":\"PVC00201\",\"name\":\"TEE 3 DR\",\"unit\":\"1\",\"cost\":\"11.79000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-3-dr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1589, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1711\",\"code\":\"PVC00202\",\"name\":\"TEE 3\\/4\",\"unit\":\"1\",\"cost\":\"1.01000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"36.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1590, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1712\",\"code\":\"PVC00207\",\"name\":\"TEE 4 DR\",\"unit\":\"1\",\"cost\":\"33.09000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"25.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-4-dr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1591, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1715\",\"code\":\"PVC00208\",\"name\":\"TEE PVC DE 4\\\"\",\"unit\":\"1\",\"cost\":\"43.99000000000000000000\",\"price\":\"65.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"14.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tee-pvc-de-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1592, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1525\",\"code\":\"PVC00236\",\"name\":\"PEGA PVC 025 ML TANGIT\",\"unit\":\"1\",\"cost\":\"12.65000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pega-pvc-025-ml-tangit\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1593, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1792\",\"code\":\"PVC00254\",\"name\":\"YEE DR 3\",\"unit\":\"1\",\"cost\":\"9.76000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"yee-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1594, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1791\",\"code\":\"PVC00255\",\"name\":\"YEE DR 2\",\"unit\":\"1\",\"cost\":\"3.98000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"19.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"yee-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1595, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1793\",\"code\":\"PVC00256\",\"name\":\"YEE DR 4\",\"unit\":\"1\",\"cost\":\"19.15000000000000000000\",\"price\":\"28.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"yee-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1596, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1196\",\"code\":\"PVC00260\",\"name\":\"COPLA 2 1\\/2\",\"unit\":\"1\",\"cost\":\"17.91000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"23.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1597, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1222\",\"code\":\"PVC0105\",\"name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-12-gris\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1598, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1584\",\"code\":\"PVC143\",\"name\":\"REDUCIDOR 3- 1 1\\/2\",\"unit\":\"1\",\"cost\":\"32.00000000000000000000\",\"price\":\"37.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-3-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1599, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1585\",\"code\":\"PVC144\",\"name\":\"REDUCIDOR 3-1\\/2\",\"unit\":\"1\",\"cost\":\"20.65000000000000000000\",\"price\":\"37.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-3-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1600, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1526\",\"code\":\"PVC287\",\"name\":\"PEGA PVC 050 ML TANGIT\",\"unit\":\"1\",\"cost\":\"20.35000000000000000000\",\"price\":\"28.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pega-pvc-050-ml-tangit\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1601, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1442\",\"code\":\"SUVAL2\\\"\",\"name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"unit\":\"1\",\"cost\":\"60.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-paso-pvc-2-suval\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1602, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1521\",\"code\":\"T1101-047\",\"name\":\"PASADOR ALEMAN 3\\\"\",\"unit\":\"1\",\"cost\":\"3.35000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"12.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pasador-aleman-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1603, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1670\",\"code\":\"TA002\",\"name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"unit\":\"1\",\"cost\":\"36.14000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tablero-monofasico-2-circuitos-70a-elect\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1604, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1762\",\"code\":\"TA121216AI\",\"name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"21.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-de-abasto-premiun-121216-acero\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1605, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1763\",\"code\":\"TA381216AI\",\"name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*19 ACERO\",\"unit\":\"1\",\"cost\":\"10.00000000000000000000\",\"price\":\"16.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"23.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-de-abasto-premiun-381219-acero\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1606, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1311\",\"code\":\"THQC1120\",\"name\":\"FLIPON # 20 THQC1120\",\"unit\":\"1\",\"cost\":\"71.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"19.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-20-thqc1120\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1607, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"900\",\"code\":\"THQC1130\",\"name\":\"FLIPON # 30 THQC1130\",\"unit\":\"1\",\"cost\":\"71.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-30-thqc1130\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1608, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1672\",\"code\":\"TP813\\/3\",\"name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"unit\":\"1\",\"cost\":\"455.00000000000000000000\",\"price\":\"570.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percusion-glp-12-900w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1609, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1673\",\"code\":\"TP913\\/4\",\"name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"unit\":\"1\",\"cost\":\"416.50000000000000000000\",\"price\":\"521.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"taladro-percusion-neo-12-850w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1610, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1760\",\"code\":\"TUC13\",\"name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\" X 3MT\",\"unit\":\"1\",\"cost\":\"165.14000000000000000000\",\"price\":\"220.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tubo-conduit-galvanizado-1-14-x-3mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1611, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1272\",\"code\":\"UP0000793\",\"name\":\"DULCES COLOMBINA\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"188.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"dulces-colombina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1612, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1783\",\"code\":\"VAPB-2\",\"name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"unit\":\"1\",\"cost\":\"48.90000000000000000000\",\"price\":\"65.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-pila-2-bronce-globo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1613, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1773\",\"code\":\"VBLPVC04\",\"name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"unit\":\"1\",\"cost\":\"7.20000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-lisa-pvc-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1614, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1774\",\"code\":\"VBLPVC05\",\"name\":\"VALVULA BOLA PVC 1\\\"\",\"unit\":\"1\",\"cost\":\"12.01000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-pvc-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1615, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1772\",\"code\":\"VBZ03\",\"name\":\"VALVULA BOLA DE ZINC 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"15.88000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-de-zinc-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1616, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1771\",\"code\":\"VBZ04\",\"name\":\"VALVULA BOLA 3\\/4 BOSSI\",\"unit\":\"1\",\"cost\":\"22.73000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-34-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1617, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1770\",\"code\":\"VBZ05\",\"name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"unit\":\"1\",\"cost\":\"25.27000000000000000000\",\"price\":\"34.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-bola-zinc-1-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1618, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1777\",\"code\":\"VCBRWL04\",\"name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"unit\":\"1\",\"cost\":\"35.88000000000000000000\",\"price\":\"49.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-compuerta-br-34-liviano\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1619, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1776\",\"code\":\"VCBRWL05\",\"name\":\"VALVULA COMPUERTA BR 1\\\"\",\"unit\":\"1\",\"cost\":\"54.01000000000000000000\",\"price\":\"72.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"valvula-compuerta-br-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1620, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1726\",\"code\":\"VK0096\",\"name\":\"TENAZIN DE 9\\\" VIKINGO\",\"unit\":\"1\",\"cost\":\"16.90000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenazin-de-9-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1621, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1549\",\"code\":\"VK0167\",\"name\":\"PLANCHA ALBA\",\"unit\":\"1\",\"cost\":\"36.18000000000000000000\",\"price\":\"48.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1622, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1624\",\"code\":\"VK0785\",\"name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"unit\":\"1\",\"cost\":\"9.90000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"segueta-bimetalfexible-vk0785\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1623, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1271\",\"code\":\"VK0795\",\"name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"unit\":\"1\",\"cost\":\"25.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-redonda-cbrazo-y-chapeta-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1624, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1696\",\"code\":\"VK0840\",\"name\":\"TARUGO PLASTICO DE 1\\/4\\\" VIKINGO 100 UNI\",\"unit\":\"1\",\"cost\":\"5.43000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugo-plastico-de-14-vikingo-100-uni\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1625, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1694\",\"code\":\"VK0841\",\"name\":\"TARUGO PLASTICO 3\\/16\\\"  VIKINGO 100 UNID\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"6.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"5.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tarugo-plastico-316-vikingo-100-unid\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1626, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1069\",\"code\":\"VK0867\",\"name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"unit\":\"1\",\"cost\":\"19.50000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-profecional-bronce-30mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1627, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"919\",\"code\":\"VK0894R\",\"name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"21.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-plastic-10-negro-50-uni-viki\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1628, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1070\",\"code\":\"VK0898\",\"name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"unit\":\"1\",\"cost\":\"28.50000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-profecional-bronce-40mm-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1629, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1270\",\"code\":\"VK0908\",\"name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"unit\":\"1\",\"cost\":\"53.68000000000000000000\",\"price\":\"71.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-octagonal-cromada-cbrazo-y-chapet\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1630, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"920\",\"code\":\"VK0928\",\"name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"17.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-plastica-de-6-negro-100-uni\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1631, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1633\",\"code\":\"W185\\/1\\/120\",\"name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"unit\":\"1\",\"cost\":\"402.50000000000000000000\",\"price\":\"504.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"sierra-circular-energy-7-14-1400w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 12:38:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1632, 'Purchase is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"12\",\"reference_no\":\"PO2022\\/04\\/0035\",\"date\":\"2022-04-27 08:06:00\",\"supplier_id\":\"6\",\"supplier\":\"INVENTARIO INICIAL\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"37693.0800\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"37693.0800\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"0\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"1555\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1694\",\"product_code\":\"VK0841\",\"product_name\":\"TARUGO PLASTICO 3\\/16\\\"  VIKINGO 100 UNID\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"1556\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"12.4700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.4100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.4700\",\"real_unit_cost\":\"12.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.4700\"},{\"id\":\"1557\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1696\",\"product_code\":\"VK0840\",\"product_name\":\"TARUGO PLASTICO DE 1\\/4\\\" VIKINGO 100 UNI\",\"option_id\":null,\"net_unit_cost\":\"5.4300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.7200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.4300\",\"real_unit_cost\":\"5.4300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4300\"},{\"id\":\"1558\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"5.7100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.2600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.7100\",\"real_unit_cost\":\"5.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7100\"},{\"id\":\"1559\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1698\",\"product_code\":\"FER039\",\"product_name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2\",\"option_id\":null,\"net_unit_cost\":\"0.3500\",\"quantity\":\"118.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.3000\",\"quantity_balance\":\"118.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3500\",\"real_unit_cost\":\"0.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"118.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3500\"},{\"id\":\"1560\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1699\",\"product_code\":\"FER068\",\"product_name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.0800\",\"quantity\":\"387.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.9600\",\"quantity_balance\":\"387.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0800\",\"real_unit_cost\":\"0.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"387.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0800\"},{\"id\":\"1561\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"3.7700\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.0100\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7700\",\"real_unit_cost\":\"3.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7700\"},{\"id\":\"1562\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.1900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"1563\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1702\",\"product_code\":\"PVC00186\",\"product_name\":\"TEE 1\",\"option_id\":null,\"net_unit_cost\":\"2.4900\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.7600\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4900\",\"real_unit_cost\":\"2.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4900\"},{\"id\":\"1564\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1703\",\"product_code\":\"PVC00187\",\"product_name\":\"TEE 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"6.6300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.4500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.6300\",\"real_unit_cost\":\"6.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.6300\"},{\"id\":\"1565\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1704\",\"product_code\":\"PVC00189\",\"product_name\":\"TEE 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.9500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.2000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.9500\",\"real_unit_cost\":\"4.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.9500\"},{\"id\":\"1566\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1705\",\"product_code\":\"PVC00192\",\"product_name\":\"TEE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.6000\",\"quantity\":\"74.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"118.4000\",\"quantity_balance\":\"74.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.6000\",\"real_unit_cost\":\"1.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"74.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6000\"},{\"id\":\"1567\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1706\",\"product_code\":\"102149\",\"product_name\":\"TEE 2 1\\/2 PVC\",\"option_id\":null,\"net_unit_cost\":\"19.9400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"159.5200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.9400\",\"real_unit_cost\":\"19.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.9400\"},{\"id\":\"1568\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1707\",\"product_code\":\"PVC00199\",\"product_name\":\"TEE 2 DR\",\"option_id\":null,\"net_unit_cost\":\"6.1300\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"226.8100\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1300\",\"real_unit_cost\":\"6.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1300\"},{\"id\":\"1569\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1708\",\"product_code\":\"102148\",\"product_name\":\"TEE 2\\\" PVC\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"1570\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1709\",\"product_code\":\"PVC00201\",\"product_name\":\"TEE 3 DR\",\"option_id\":null,\"net_unit_cost\":\"11.7900\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.0600\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.7900\",\"real_unit_cost\":\"11.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7900\"},{\"id\":\"1571\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1710\",\"product_code\":\"102147\",\"product_name\":\"TEE 3\\\" PVC\",\"option_id\":null,\"net_unit_cost\":\"26.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"53.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.7500\",\"real_unit_cost\":\"26.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.7500\"},{\"id\":\"1572\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1711\",\"product_code\":\"PVC00202\",\"product_name\":\"TEE 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.0100\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.3600\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0100\",\"real_unit_cost\":\"1.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0100\"},{\"id\":\"1573\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1712\",\"product_code\":\"PVC00207\",\"product_name\":\"TEE 4 DR\",\"option_id\":null,\"net_unit_cost\":\"33.0900\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"827.2500\",\"quantity_balance\":\"25.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"33.0900\",\"real_unit_cost\":\"33.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"25.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"33.0900\"},{\"id\":\"1574\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1713\",\"product_code\":\"102249\",\"product_name\":\"TEE C\\/R 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"1575\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1714\",\"product_code\":\"102248\",\"product_name\":\"TEE C\\/R 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"1576\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1715\",\"product_code\":\"PVC00208\",\"product_name\":\"TEE PVC DE 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"43.9900\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"615.8600\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"43.9900\",\"real_unit_cost\":\"43.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.9900\"},{\"id\":\"1577\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1716\",\"product_code\":\"GRI00213\",\"product_name\":\"TEFLON 1\",\"option_id\":null,\"net_unit_cost\":\"1.7900\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.5400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.7900\",\"real_unit_cost\":\"1.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7900\"},{\"id\":\"1578\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1717\",\"product_code\":\"102309\",\"product_name\":\"TEFLON 1\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"2.2800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.5600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2800\",\"real_unit_cost\":\"2.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2800\"},{\"id\":\"1579\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1718\",\"product_code\":\"GRI00214\",\"product_name\":\"TEFLON 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.9800\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.8600\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9800\",\"real_unit_cost\":\"0.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9800\"},{\"id\":\"1580\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1719\",\"product_code\":\"102308\",\"product_name\":\"TEFLON 1\\/2  ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"1.4800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4800\",\"real_unit_cost\":\"1.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4800\"},{\"id\":\"1581\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1720\",\"product_code\":\"GRI00215\",\"product_name\":\"TEFLON 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.0200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.0600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0200\",\"real_unit_cost\":\"2.0200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0200\"},{\"id\":\"1582\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1721\",\"product_code\":\"12310\",\"product_name\":\"TEFLON 3\\/4 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"1583\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1722\",\"product_code\":\"10040\",\"product_name\":\"TENACIN\",\"option_id\":null,\"net_unit_cost\":\"26.7900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.7900\",\"real_unit_cost\":\"26.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.7900\"},{\"id\":\"1584\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"23.5500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.5500\",\"real_unit_cost\":\"23.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.5500\"},{\"id\":\"1585\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1724\",\"product_code\":\"102305\",\"product_name\":\"TENAZA DE 10\'\' ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"62.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"1586\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1725\",\"product_code\":\"102306\",\"product_name\":\"TENAZA DE 9\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.2100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.2100\",\"real_unit_cost\":\"15.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.2100\"},{\"id\":\"1587\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1726\",\"product_code\":\"VK0096\",\"product_name\":\"TENAZIN DE 9\\\" VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"16.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9000\",\"real_unit_cost\":\"16.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9000\"},{\"id\":\"1588\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1727\",\"product_code\":\"80686832010\",\"product_name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"option_id\":null,\"net_unit_cost\":\"90.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"90.0000\",\"real_unit_cost\":\"90.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.0000\"},{\"id\":\"1589\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"93.4000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"93.4000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"93.4000\",\"real_unit_cost\":\"93.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"93.4000\"},{\"id\":\"1590\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"124.8400\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.8400\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"124.8400\",\"real_unit_cost\":\"124.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"124.8400\"},{\"id\":\"1591\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"39.6000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.6000\",\"real_unit_cost\":\"39.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.6000\"},{\"id\":\"1592\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"49.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"49.2500\",\"real_unit_cost\":\"49.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.2500\"},{\"id\":\"1593\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"987\",\"product_code\":\"7501890000000\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"option_id\":null,\"net_unit_cost\":\"6.9900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.9800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.9900\",\"real_unit_cost\":\"6.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.9900\"},{\"id\":\"1594\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"16.5200\",\"quantity\":\"41.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"677.3200\",\"quantity_balance\":\"41.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5200\",\"real_unit_cost\":\"16.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"41.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5200\"},{\"id\":\"1595\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1734\",\"product_code\":\"102310\",\"product_name\":\"TORNILLO 2P BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"1596\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1735\",\"product_code\":\"FER035\",\"product_name\":\"TORNILLO BUSCA ROSCA 1*8\",\"option_id\":null,\"net_unit_cost\":\"0.0900\",\"quantity\":\"729.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.6100\",\"quantity_balance\":\"729.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0900\",\"real_unit_cost\":\"0.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"729.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0900\"},{\"id\":\"1597\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1736\",\"product_code\":\"8\",\"product_name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"55.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.7500\",\"quantity_balance\":\"55.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"55.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"1598\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"0.1000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1000\",\"real_unit_cost\":\"0.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1000\"},{\"id\":\"1599\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1738\",\"product_code\":\"102256\",\"product_name\":\"TORNILLO NEGRO 2 1\\/2 \\\" BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.1400\",\"quantity\":\"588.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"82.3200\",\"quantity_balance\":\"588.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1400\",\"real_unit_cost\":\"0.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"588.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1400\"},{\"id\":\"1600\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1739\",\"product_code\":\"102253\",\"product_name\":\"TORNILLO NEGRO DE 2\\\" BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.1100\",\"quantity\":\"500.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.0000\",\"quantity_balance\":\"500.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1100\",\"real_unit_cost\":\"0.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"500.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1100\"},{\"id\":\"1601\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1740\",\"product_code\":\"102300\",\"product_name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.4500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"1602\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1741\",\"product_code\":\"102204\",\"product_name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 ?\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"1603\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"0.1200\",\"quantity\":\"760.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"91.2000\",\"quantity_balance\":\"760.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1200\",\"real_unit_cost\":\"0.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"760.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1200\"},{\"id\":\"1604\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1743\",\"product_code\":\"102313\",\"product_name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"option_id\":null,\"net_unit_cost\":\"3.3000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.8000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3000\",\"real_unit_cost\":\"3.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3000\"},{\"id\":\"1605\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1744\",\"product_code\":\"10256\",\"product_name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.2300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.4600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2300\",\"real_unit_cost\":\"0.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2300\"},{\"id\":\"1606\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1745\",\"product_code\":\"FER040\",\"product_name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.1800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1800\",\"real_unit_cost\":\"0.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1800\"},{\"id\":\"1607\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1746\",\"product_code\":\"102298\",\"product_name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.4000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"1608\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1747\",\"product_code\":\"FER001218\",\"product_name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"1609\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1748\",\"product_code\":\"10204\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2 P BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"509.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"127.2500\",\"quantity_balance\":\"509.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"509.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"1610\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1749\",\"product_code\":\"10203\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2P PUNTA DE BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3900\",\"real_unit_cost\":\"0.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3900\"},{\"id\":\"1611\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1750\",\"product_code\":\"102215\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.6100\",\"quantity\":\"606.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"369.6600\",\"quantity_balance\":\"606.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6100\",\"real_unit_cost\":\"0.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"606.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6100\"},{\"id\":\"1612\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1751\",\"product_code\":\"102207\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.5100\",\"quantity\":\"500.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"255.0000\",\"quantity_balance\":\"500.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5100\",\"real_unit_cost\":\"0.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"500.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5100\"},{\"id\":\"1613\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1752\",\"product_code\":\"FER-TOPC 1407\",\"product_name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"1614\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1753\",\"product_code\":\"FER-THPVC1407\",\"product_name\":\"TORNILLO PULSER P\\/BROCA 1\\/4X3\\/4 C\\/E\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"1615\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"0.0700\",\"quantity\":\"800.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"56.0000\",\"quantity_balance\":\"800.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0700\",\"real_unit_cost\":\"0.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"800.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0700\"},{\"id\":\"1616\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"7.3800\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.3800\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.3800\",\"real_unit_cost\":\"7.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3800\"},{\"id\":\"1617\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1756\",\"product_code\":\"95\",\"product_name\":\"TORTRIX PEQUE?O      .\",\"option_id\":null,\"net_unit_cost\":\"0.8700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.0900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8700\",\"real_unit_cost\":\"0.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8700\"},{\"id\":\"1618\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1757\",\"product_code\":\"13\",\"product_name\":\"TORTRIX TACO..\",\"option_id\":null,\"net_unit_cost\":\"1.3100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.3100\",\"real_unit_cost\":\"1.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.3100\"},{\"id\":\"1619\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"109.7900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"109.7900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"109.7900\",\"real_unit_cost\":\"109.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"109.7900\"},{\"id\":\"1620\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1759\",\"product_code\":\"342\",\"product_name\":\"TRIDENT 4S             .\",\"option_id\":null,\"net_unit_cost\":\"0.5400\",\"quantity\":\"147.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.3800\",\"quantity_balance\":\"147.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5400\",\"real_unit_cost\":\"0.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"147.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5400\"},{\"id\":\"1621\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1760\",\"product_code\":\"TUC13\",\"product_name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\" X 3MT\",\"option_id\":null,\"net_unit_cost\":\"165.1400\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"495.4200\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"165.1400\",\"real_unit_cost\":\"165.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"165.1400\"},{\"id\":\"1622\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1761\",\"product_code\":\"412568\",\"product_name\":\"TUBO DE ABASTO 1\\/2\\\"  X 7\\/8\\\" QUALITA\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"95.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"1623\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1762\",\"product_code\":\"TA121216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"210.0000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"1624\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1763\",\"product_code\":\"TA381216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*19 ACERO\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"230.0000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"1625\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1764\",\"product_code\":\"NIP14\",\"product_name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\" X 3MT\",\"option_id\":null,\"net_unit_cost\":\"85.7000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"171.4000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"85.7000\",\"real_unit_cost\":\"85.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.7000\"},{\"id\":\"1626\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1765\",\"product_code\":\"FER-01234\",\"product_name\":\"UNIDAD ELECTRODO E 6013\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"113.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.2900\",\"quantity_balance\":\"113.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"113.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"1627\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1766\",\"product_code\":\"53010\",\"product_name\":\"UNION CONDUIT 1 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.8400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"1628\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1767\",\"product_code\":\"9021304\",\"product_name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"0.3600\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.7200\",\"quantity_balance\":\"52.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3600\",\"real_unit_cost\":\"0.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"52.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3600\"},{\"id\":\"1629\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1051\",\"product_code\":\"7401180000000\",\"product_name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"1630\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"74.3600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"74.3600\",\"real_unit_cost\":\"74.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"74.3600\"},{\"id\":\"1631\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1770\",\"product_code\":\"VBZ05\",\"product_name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"option_id\":null,\"net_unit_cost\":\"25.2700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.2700\",\"real_unit_cost\":\"25.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2700\"},{\"id\":\"1632\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1771\",\"product_code\":\"VBZ04\",\"product_name\":\"VALVULA BOLA 3\\/4 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"22.7300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"204.5700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.7300\",\"real_unit_cost\":\"22.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.7300\"},{\"id\":\"1633\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1772\",\"product_code\":\"VBZ03\",\"product_name\":\"VALVULA BOLA DE ZINC 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"15.8800\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"127.0400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.8800\",\"real_unit_cost\":\"15.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.8800\"},{\"id\":\"1634\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1773\",\"product_code\":\"VBLPVC04\",\"product_name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"7.2000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.6000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.2000\",\"real_unit_cost\":\"7.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2000\"},{\"id\":\"1635\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1774\",\"product_code\":\"VBLPVC05\",\"product_name\":\"VALVULA BOLA PVC 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"12.0100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.0100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0100\",\"real_unit_cost\":\"12.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0100\"},{\"id\":\"1636\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1775\",\"product_code\":\"FER000153\",\"product_name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"option_id\":null,\"net_unit_cost\":\"34.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.0000\",\"real_unit_cost\":\"34.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0000\"},{\"id\":\"1637\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1776\",\"product_code\":\"VCBRWL05\",\"product_name\":\"VALVULA COMPUERTA BR 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"54.0100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"54.0100\",\"real_unit_cost\":\"54.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"54.0100\"},{\"id\":\"1638\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1777\",\"product_code\":\"VCBRWL04\",\"product_name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"option_id\":null,\"net_unit_cost\":\"35.8800\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.6400\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"35.8800\",\"real_unit_cost\":\"35.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.8800\"},{\"id\":\"1639\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1778\",\"product_code\":\"7406410000000\",\"product_name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"1640\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1779\",\"product_code\":\"102145\",\"product_name\":\"VALVULA DE ALUMINIO DE 3?\",\"option_id\":null,\"net_unit_cost\":\"20.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.0000\",\"real_unit_cost\":\"20.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.0000\"},{\"id\":\"1641\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"20.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.0000\",\"real_unit_cost\":\"20.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.0000\"},{\"id\":\"1642\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1778\",\"product_code\":\"7406410000000\",\"product_name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"option_id\":null,\"net_unit_cost\":\"42.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.0000\",\"real_unit_cost\":\"42.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.0000\"},{\"id\":\"1643\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1782\",\"product_code\":\"10298\",\"product_name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"1644\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1783\",\"product_code\":\"VAPB-2\",\"product_name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"option_id\":null,\"net_unit_cost\":\"48.9000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"244.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"48.9000\",\"real_unit_cost\":\"48.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.9000\"},{\"id\":\"1645\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1784\",\"product_code\":\"102108\",\"product_name\":\"VALVULA PILA 2 P BRONCE\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"1646\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1785\",\"product_code\":\"102109\",\"product_name\":\"VALVULA PILA 3 BRONCE\",\"option_id\":null,\"net_unit_cost\":\"68.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"272.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"68.0000\",\"real_unit_cost\":\"68.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"68.0000\"},{\"id\":\"1647\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"21.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.5000\",\"real_unit_cost\":\"21.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.5000\"},{\"id\":\"1648\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"38.1100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.2200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.1100\",\"real_unit_cost\":\"38.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.1100\"},{\"id\":\"1649\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"37.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"37.5000\",\"real_unit_cost\":\"37.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5000\"},{\"id\":\"1650\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"21.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.5000\",\"real_unit_cost\":\"21.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.5000\"},{\"id\":\"1651\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1790\",\"product_code\":\"675873000000\",\"product_name\":\"VITAFLENACO UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"1.1100\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.2000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1100\",\"real_unit_cost\":\"1.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1100\"},{\"id\":\"1652\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1791\",\"product_code\":\"PVC00255\",\"product_name\":\"YEE DR 2\",\"option_id\":null,\"net_unit_cost\":\"3.9800\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.6200\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9800\",\"real_unit_cost\":\"3.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9800\"},{\"id\":\"1653\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1792\",\"product_code\":\"PVC00254\",\"product_name\":\"YEE DR 3\",\"option_id\":null,\"net_unit_cost\":\"9.7600\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.1200\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.7600\",\"real_unit_cost\":\"9.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.7600\"},{\"id\":\"1654\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1793\",\"product_code\":\"PVC00256\",\"product_name\":\"YEE DR 4\",\"option_id\":null,\"net_unit_cost\":\"19.1500\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"325.5500\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.1500\",\"real_unit_cost\":\"19.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.1500\"},{\"id\":\"1655\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"2.9500\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"123.9000\",\"quantity_balance\":\"42.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9500\",\"real_unit_cost\":\"2.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"42.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9500\"},{\"id\":\"1656\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1397\",\"product_code\":\"5\",\"product_name\":\"KERNS LATA.      .\",\"option_id\":null,\"net_unit_cost\":\"2.8600\",\"quantity\":\"93.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"265.9800\",\"quantity_balance\":\"93.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8600\",\"real_unit_cost\":\"2.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"93.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8600\"},{\"id\":\"1657\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1398\",\"product_code\":\"99176480518\",\"product_name\":\"KIT DE CEPILLADO  .\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.5000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"1658\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1399\",\"product_code\":\"7799050000000\",\"product_name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"option_id\":null,\"net_unit_cost\":\"262.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"262.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"262.0000\",\"real_unit_cost\":\"262.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"262.0000\"},{\"id\":\"1659\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1400\",\"product_code\":\"123\",\"product_name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"1660\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1401\",\"product_code\":\"28571000687\",\"product_name\":\"LA SIRENA PICA PICA PEQ    .\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1661\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1402\",\"product_code\":\"6946720000000\",\"product_name\":\"LAMPARA TIGER WORLD\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1662\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1243\",\"product_code\":\"748928000000\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"1663\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"13.6200\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.4800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.6200\",\"real_unit_cost\":\"13.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.6200\"},{\"id\":\"1664\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1405\",\"product_code\":\"102\",\"product_name\":\"LB CLAVO PARA LAMINA\",\"option_id\":null,\"net_unit_cost\":\"9.5000\",\"quantity\":\"73.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"693.5000\",\"quantity_balance\":\"73.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.5000\",\"real_unit_cost\":\"9.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"73.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5000\"},{\"id\":\"1665\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1406\",\"product_code\":\"FER00017\",\"product_name\":\"LB ELECTRODO 3\\/32\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"408.0000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"1666\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1407\",\"product_code\":\"FER000150\",\"product_name\":\"LB. CLAVO 1\\\" ASSA\",\"option_id\":null,\"net_unit_cost\":\"7.9000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.9000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.9000\",\"real_unit_cost\":\"7.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.9000\"},{\"id\":\"1667\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1408\",\"product_code\":\"757575\",\"product_name\":\"LIBRA DE PITA\",\"option_id\":null,\"net_unit_cost\":\"2.9200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.8400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9200\",\"real_unit_cost\":\"2.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9200\"},{\"id\":\"1668\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1409\",\"product_code\":\"102375\",\"product_name\":\"LIBRA DE PITA COMPLETA\",\"option_id\":null,\"net_unit_cost\":\"10.8300\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"184.1100\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.8300\",\"real_unit_cost\":\"10.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.8300\"},{\"id\":\"1669\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"137.2000\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"1670\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4500\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.3000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4500\",\"real_unit_cost\":\"2.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4500\"},{\"id\":\"1671\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4500\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.0500\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4500\",\"real_unit_cost\":\"2.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4500\"},{\"id\":\"1672\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"137.2000\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"1673\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"1674\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.0000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"1675\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"5.2500\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.2500\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.2500\",\"real_unit_cost\":\"5.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2500\"},{\"id\":\"1676\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1417\",\"product_code\":\"6934530000000\",\"product_name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"option_id\":null,\"net_unit_cost\":\"288.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"288.3900\",\"real_unit_cost\":\"288.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"288.3900\"},{\"id\":\"1677\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1418\",\"product_code\":\"FER00750\",\"product_name\":\"LIMA  TRIANGULAR BELLOTA\",\"option_id\":null,\"net_unit_cost\":\"8.1700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.1700\",\"real_unit_cost\":\"8.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1700\"},{\"id\":\"1678\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1419\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"option_id\":null,\"net_unit_cost\":\"7.3000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.3000\",\"real_unit_cost\":\"7.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3000\"},{\"id\":\"1679\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.3400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3400\",\"real_unit_cost\":\"6.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3400\"},{\"id\":\"1680\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"977\",\"product_code\":\"783094000000\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"1681\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1422\",\"product_code\":\"39101002507\",\"product_name\":\"LIQUIDO DE FRENOS DOT-3\",\"option_id\":null,\"net_unit_cost\":\"11.0800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.0400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.0800\",\"real_unit_cost\":\"11.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.0800\"},{\"id\":\"1682\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1423\",\"product_code\":\"853619237\",\"product_name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"option_id\":null,\"net_unit_cost\":\"17.5300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5300\",\"real_unit_cost\":\"17.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5300\"},{\"id\":\"1683\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1387\",\"product_code\":\"7702030000000\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"option_id\":null,\"net_unit_cost\":\"29.7000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"29.7000\",\"real_unit_cost\":\"29.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"29.7000\"},{\"id\":\"1684\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1425\",\"product_code\":\"42071002442\",\"product_name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"option_id\":null,\"net_unit_cost\":\"35.4700\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"212.8200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"35.4700\",\"real_unit_cost\":\"35.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.4700\"},{\"id\":\"1685\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1342\",\"product_code\":\"842071000000\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"44.3200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.9600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.3200\",\"real_unit_cost\":\"44.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.3200\"},{\"id\":\"1686\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1427\",\"product_code\":\"512\",\"product_name\":\"LITRO PEPSI.     .\",\"option_id\":null,\"net_unit_cost\":\"5.1600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"67.0800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1600\",\"real_unit_cost\":\"5.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1600\"},{\"id\":\"1687\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1428\",\"product_code\":\"3253570000000\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"22.4200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.4200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.4200\",\"real_unit_cost\":\"22.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.4200\"},{\"id\":\"1688\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1428\",\"product_code\":\"3253570000000\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"27.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"27.0000\",\"real_unit_cost\":\"27.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.0000\"},{\"id\":\"1689\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1428\",\"product_code\":\"3253570000000\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"28.4300\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.4300\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.4300\",\"real_unit_cost\":\"28.4300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4300\"},{\"id\":\"1690\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1428\",\"product_code\":\"3253570000000\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"30.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.0000\",\"real_unit_cost\":\"30.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0000\"},{\"id\":\"1691\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1432\",\"product_code\":\"91712200086\",\"product_name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"44.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.5000\",\"real_unit_cost\":\"44.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.5000\"},{\"id\":\"1692\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1433\",\"product_code\":\"GE-0251\",\"product_name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"35.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"35.0000\",\"real_unit_cost\":\"35.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.0000\"},{\"id\":\"1693\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"15.9500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.9500\",\"real_unit_cost\":\"15.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.9500\"},{\"id\":\"1694\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1435\",\"product_code\":\"02-290\",\"product_name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"1695\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1436\",\"product_code\":\"02-310\",\"product_name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"25.0300\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0300\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.0300\",\"real_unit_cost\":\"25.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0300\"},{\"id\":\"1696\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1437\",\"product_code\":\"91712200499\",\"product_name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"94.8500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"189.7000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"94.8500\",\"real_unit_cost\":\"94.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"94.8500\"},{\"id\":\"1697\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1438\",\"product_code\":\"19025\",\"product_name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"47.2200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"141.6600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"47.2200\",\"real_unit_cost\":\"47.2200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"47.2200\"},{\"id\":\"1698\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"34.4900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.4900\",\"real_unit_cost\":\"34.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.4900\"},{\"id\":\"1699\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1440\",\"product_code\":\"502243003\",\"product_name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"option_id\":null,\"net_unit_cost\":\"22.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.0000\",\"real_unit_cost\":\"22.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.0000\"},{\"id\":\"1700\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1441\",\"product_code\":\"102285\",\"product_name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"7.8500\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"94.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.8500\",\"real_unit_cost\":\"7.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8500\"},{\"id\":\"1701\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1442\",\"product_code\":\"SUVAL2\\\"\",\"product_name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"option_id\":null,\"net_unit_cost\":\"60.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"60.0000\",\"real_unit_cost\":\"60.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"60.0000\"},{\"id\":\"1702\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1443\",\"product_code\":\"400WOG\",\"product_name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"option_id\":null,\"net_unit_cost\":\"85.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"85.7500\",\"real_unit_cost\":\"85.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.7500\"},{\"id\":\"1703\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"1704\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1445\",\"product_code\":\"411653\",\"product_name\":\"LLAVE DUCHA QUALITA\",\"option_id\":null,\"net_unit_cost\":\"59.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"59.0000\",\"real_unit_cost\":\"59.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.0000\"},{\"id\":\"1705\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1446\",\"product_code\":\"LLPDCLA\",\"product_name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"option_id\":null,\"net_unit_cost\":\"85.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"85.0000\",\"real_unit_cost\":\"85.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.0000\"},{\"id\":\"1706\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1447\",\"product_code\":\"FER000018\",\"product_name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"104.7900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"104.7900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"104.7900\",\"real_unit_cost\":\"104.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"104.7900\"},{\"id\":\"1707\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"7.1800\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0800\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.1800\",\"real_unit_cost\":\"7.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1800\"},{\"id\":\"1708\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1449\",\"product_code\":\"6972750000000\",\"product_name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"24.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.0000\",\"real_unit_cost\":\"24.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.0000\"},{\"id\":\"1709\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1450\",\"product_code\":\"10295\",\"product_name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"1710\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"23.9400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"143.6400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.9400\",\"real_unit_cost\":\"23.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.9400\"},{\"id\":\"1711\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1452\",\"product_code\":\"FER01945\",\"product_name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"option_id\":null,\"net_unit_cost\":\"24.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.0000\",\"real_unit_cost\":\"24.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.0000\"},{\"id\":\"1712\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"11.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.1500\",\"real_unit_cost\":\"11.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.1500\"},{\"id\":\"1713\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"1714\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"90.7900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"181.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"90.7900\",\"real_unit_cost\":\"90.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.7900\"},{\"id\":\"1715\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1456\",\"product_code\":\"7404010000000\",\"product_name\":\"MANGUERA BELLO JARDIN 25 PS\",\"option_id\":null,\"net_unit_cost\":\"23.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.7500\",\"real_unit_cost\":\"23.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.7500\"},{\"id\":\"1716\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1457\",\"product_code\":\"7506490000000\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"option_id\":null,\"net_unit_cost\":\"157.1400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"157.1400\",\"real_unit_cost\":\"157.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"157.1400\"},{\"id\":\"1717\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1457\",\"product_code\":\"7506490000000\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"option_id\":null,\"net_unit_cost\":\"95.7100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"95.7100\",\"real_unit_cost\":\"95.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"95.7100\"},{\"id\":\"1718\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1385\",\"product_code\":\"7702010000000\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"5.1300\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.3000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1300\",\"real_unit_cost\":\"5.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1300\"},{\"id\":\"1719\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1460\",\"product_code\":\"7441010000000\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"1720\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"0.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9000\",\"real_unit_cost\":\"0.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9000\"},{\"id\":\"1721\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1462\",\"product_code\":\"81537200811\",\"product_name\":\"MARINEROS.             .\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.9300\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"1722\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1463\",\"product_code\":\"110021000000\",\"product_name\":\"MARRO 2  LIBRAS VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"36.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.0000\",\"real_unit_cost\":\"36.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.0000\"},{\"id\":\"1723\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"189.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"189.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"189.1900\",\"real_unit_cost\":\"189.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"189.1900\"},{\"id\":\"1724\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"171.4500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"342.9000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"171.4500\",\"real_unit_cost\":\"171.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"171.4500\"},{\"id\":\"1725\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"32.9500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.9500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.9500\",\"real_unit_cost\":\"32.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.9500\"},{\"id\":\"1726\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"62.0600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.1200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"62.0600\",\"real_unit_cost\":\"62.0600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"62.0600\"},{\"id\":\"1727\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1468\",\"product_code\":\"102301\",\"product_name\":\"MARTILLO ALDOSA 25 MM\",\"option_id\":null,\"net_unit_cost\":\"21.9500\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"241.4500\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.9500\",\"real_unit_cost\":\"21.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.9500\"},{\"id\":\"1728\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1469\",\"product_code\":\"102317\",\"product_name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"262.5000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"1729\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"34.1700\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"205.0200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.1700\",\"real_unit_cost\":\"34.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.1700\"},{\"id\":\"1730\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1471\",\"product_code\":\"3LAYER MASCA\",\"product_name\":\"MASCARILLA 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4800\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"119.0400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4800\",\"real_unit_cost\":\"2.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4800\"},{\"id\":\"1731\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1472\",\"product_code\":\"FER00868\",\"product_name\":\"MASKING TAPE 1 3M\",\"option_id\":null,\"net_unit_cost\":\"7.7000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.4000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.7000\",\"real_unit_cost\":\"7.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7000\"},{\"id\":\"1732\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1473\",\"product_code\":\"7707310000000\",\"product_name\":\"MASKING TAPE 1 PULG. TESA\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"1733\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1474\",\"product_code\":\"7750370000000\",\"product_name\":\"MASKING TAPE 3\\/4 3M\",\"option_id\":null,\"net_unit_cost\":\"5.9500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"47.6000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9500\",\"real_unit_cost\":\"5.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9500\"},{\"id\":\"1734\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"113.1900\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"1735\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1258\",\"product_code\":\"750624000000\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"87.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"1736\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1477\",\"product_code\":\"77070548\",\"product_name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"option_id\":null,\"net_unit_cost\":\"1.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1500\",\"real_unit_cost\":\"1.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1500\"},{\"id\":\"1737\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1478\",\"product_code\":\"45242502646\",\"product_name\":\"METRO 5 M MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"160.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"1738\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1479\",\"product_code\":\"45242502653\",\"product_name\":\"METRO 8 METROS MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"50.8000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"152.4000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.8000\",\"real_unit_cost\":\"50.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.8000\"},{\"id\":\"1739\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"12.1600\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.6400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.1600\",\"real_unit_cost\":\"12.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.1600\"},{\"id\":\"1740\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"21.6300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.6300\",\"real_unit_cost\":\"21.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.6300\"},{\"id\":\"1741\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"40.6600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.6600\",\"real_unit_cost\":\"40.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.6600\"},{\"id\":\"1742\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"1743\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1484\",\"product_code\":\"MDL700\",\"product_name\":\"METRO LASER DE 20M\",\"option_id\":null,\"net_unit_cost\":\"192.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"192.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"192.5100\",\"real_unit_cost\":\"192.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"192.5100\"},{\"id\":\"1744\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1485\",\"product_code\":\"MDL740\",\"product_name\":\"METRO LASER GLP 40M\",\"option_id\":null,\"net_unit_cost\":\"276.5100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"276.5100\",\"real_unit_cost\":\"276.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"276.5100\"},{\"id\":\"1745\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"34.0900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.0900\",\"real_unit_cost\":\"34.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0900\"},{\"id\":\"1746\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1487\",\"product_code\":\"102275\",\"product_name\":\"MINI SNICKERS\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"1747\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"978\",\"product_code\":\"7501030000000\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"option_id\":null,\"net_unit_cost\":\"1.8800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8800\",\"real_unit_cost\":\"1.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8800\"},{\"id\":\"1748\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1489\",\"product_code\":\"70847033967\",\"product_name\":\"MONSTER ENERGY MANGO LOCO\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"1749\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1490\",\"product_code\":\"ELE063\",\"product_name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"1750\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1491\",\"product_code\":\"45242534470\",\"product_name\":\"NABAJA PLEGABLE MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"1751\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1492\",\"product_code\":\"748757000000\",\"product_name\":\"NACHO Y JALAPE\",\"option_id\":null,\"net_unit_cost\":\"1.6700\",\"quantity\":\"63.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.2100\",\"quantity_balance\":\"63.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.6700\",\"real_unit_cost\":\"1.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"63.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6700\"},{\"id\":\"1752\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1493\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"158.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.1400\",\"quantity_balance\":\"158.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"158.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"1753\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1494\",\"product_code\":\"76174420753\",\"product_name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"option_id\":null,\"net_unit_cost\":\"84.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"84.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"84.0000\",\"real_unit_cost\":\"84.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"84.0000\"},{\"id\":\"1754\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1495\",\"product_code\":\"750121000000\",\"product_name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"9.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.5000\",\"real_unit_cost\":\"9.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5000\"},{\"id\":\"1755\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1496\",\"product_code\":\"ALF0019\",\"product_name\":\"NIVEL DE RESINA 12\\\"\",\"option_id\":null,\"net_unit_cost\":\"12.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.9000\",\"real_unit_cost\":\"12.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.9000\"},{\"id\":\"1756\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1497\",\"product_code\":\"102316\",\"product_name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"19.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.1500\",\"real_unit_cost\":\"19.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.1500\"},{\"id\":\"1757\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"65.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.5000\",\"real_unit_cost\":\"65.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.5000\"},{\"id\":\"1758\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"49.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"49.8500\",\"real_unit_cost\":\"49.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.8500\"},{\"id\":\"1759\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"22.1300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.3900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.1300\",\"real_unit_cost\":\"22.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.1300\"},{\"id\":\"1760\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"71.6900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.6900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"71.6900\",\"real_unit_cost\":\"71.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.6900\"},{\"id\":\"1761\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"92.6200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.6200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"92.6200\",\"real_unit_cost\":\"92.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"92.6200\"},{\"id\":\"1762\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"107.9100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.9100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"107.9100\",\"real_unit_cost\":\"107.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"107.9100\"},{\"id\":\"1763\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1504\",\"product_code\":\"60\",\"product_name\":\"NYLON UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"1.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0000\",\"real_unit_cost\":\"1.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0000\"},{\"id\":\"1764\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1505\",\"product_code\":\"56\",\"product_name\":\"OCTAVO SABORES.\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"338.0000\",\"quantity_balance\":\"52.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"52.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"1765\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1506\",\"product_code\":\"111\",\"product_name\":\"ORANGE DESECHABLE.         .\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"187.6500\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"1766\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1507\",\"product_code\":\"109\",\"product_name\":\"ORANGE JUMBO.   .\",\"option_id\":null,\"net_unit_cost\":\"13.0800\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"405.4800\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0800\",\"real_unit_cost\":\"13.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0800\"},{\"id\":\"1767\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1508\",\"product_code\":\"104\",\"product_name\":\"ORANGE LATA. .\",\"option_id\":null,\"net_unit_cost\":\"2.6300\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.2400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6300\",\"real_unit_cost\":\"2.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6300\"},{\"id\":\"1768\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"4.4500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.8000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4500\",\"real_unit_cost\":\"4.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4500\"},{\"id\":\"1769\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"36.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.0000\",\"real_unit_cost\":\"36.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.0000\"},{\"id\":\"1770\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"987\",\"product_code\":\"7501890000000\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"1771\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"41.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"123.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.2500\",\"real_unit_cost\":\"41.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.2500\"},{\"id\":\"1772\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"26.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.3000\",\"real_unit_cost\":\"26.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.3000\"},{\"id\":\"1773\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"26.3000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.3000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.3000\",\"real_unit_cost\":\"26.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.3000\"},{\"id\":\"1774\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1515\",\"product_code\":\"7802800000000\",\"product_name\":\"PAPAS KRYSPO VARIOS SABORES\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"115.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"1775\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1516\",\"product_code\":\"102221\",\"product_name\":\"PAPEL ARCO IRIS CARTA\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"1776\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1517\",\"product_code\":\"102220\",\"product_name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"option_id\":null,\"net_unit_cost\":\"0.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5000\",\"real_unit_cost\":\"0.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5000\"},{\"id\":\"1777\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1518\",\"product_code\":\"7416500000000\",\"product_name\":\"PAPEL ROSAL\",\"option_id\":null,\"net_unit_cost\":\"1.5400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5400\",\"real_unit_cost\":\"1.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5400\"},{\"id\":\"1778\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1460\",\"product_code\":\"7441010000000\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"1.8600\",\"quantity\":\"59.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"109.7400\",\"quantity_balance\":\"59.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8600\",\"real_unit_cost\":\"1.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"59.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8600\"},{\"id\":\"1779\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1520\",\"product_code\":\"7401110000000\",\"product_name\":\"PAPEL STAFF JUNIOR\",\"option_id\":null,\"net_unit_cost\":\"1.1700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1700\",\"real_unit_cost\":\"1.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1700\"},{\"id\":\"1780\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1521\",\"product_code\":\"T1101-047\",\"product_name\":\"PASADOR ALEMAN 3\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.3500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3500\",\"real_unit_cost\":\"3.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3500\"},{\"id\":\"1781\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1522\",\"product_code\":\"100103000000\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1782\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1522\",\"product_code\":\"100103000000\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"option_id\":null,\"net_unit_cost\":\"4.9000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.9000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.9000\",\"real_unit_cost\":\"4.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.9000\"},{\"id\":\"1783\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1524\",\"product_code\":\"99176129745\",\"product_name\":\"PASTA COLGATE\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"1784\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1525\",\"product_code\":\"PVC00236\",\"product_name\":\"PEGA PVC 025 ML TANGIT\",\"option_id\":null,\"net_unit_cost\":\"12.6500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.9000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.6500\",\"real_unit_cost\":\"12.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.6500\"},{\"id\":\"1785\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1526\",\"product_code\":\"PVC287\",\"product_name\":\"PEGA PVC 050 ML TANGIT\",\"option_id\":null,\"net_unit_cost\":\"20.3500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"203.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.3500\",\"real_unit_cost\":\"20.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.3500\"},{\"id\":\"1786\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"25.8000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"361.2000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.8000\",\"real_unit_cost\":\"25.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.8000\"},{\"id\":\"1787\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"9.3800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.3800\",\"real_unit_cost\":\"9.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.3800\"},{\"id\":\"1788\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1529\",\"product_code\":\"65\",\"product_name\":\"PEPSI DESECHABLE Y SABORES  .\",\"option_id\":null,\"net_unit_cost\":\"4.2100\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"176.8200\",\"quantity_balance\":\"42.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2100\",\"real_unit_cost\":\"4.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"42.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2100\"},{\"id\":\"1789\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1530\",\"product_code\":\"15\",\"product_name\":\"PEPSI LATA  .\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"104.0000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"1790\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1531\",\"product_code\":\"15199\",\"product_name\":\"PEPSI VIDRIO\",\"option_id\":null,\"net_unit_cost\":\"2.5800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.5400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5800\",\"real_unit_cost\":\"2.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5800\"},{\"id\":\"1791\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"20.5500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"164.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.5500\",\"real_unit_cost\":\"20.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.5500\"},{\"id\":\"1792\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1533\",\"product_code\":\"6941430000000\",\"product_name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"11.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9000\",\"real_unit_cost\":\"11.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9000\"},{\"id\":\"1793\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1534\",\"product_code\":\"76174841015\",\"product_name\":\"PINZA STANLEY 6\\\"\",\"option_id\":null,\"net_unit_cost\":\"42.7500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.7500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.7500\",\"real_unit_cost\":\"42.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.7500\"},{\"id\":\"1794\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1535\",\"product_code\":\"76174841022\",\"product_name\":\"PINZA STANLEY 8\\\"\",\"option_id\":null,\"net_unit_cost\":\"46.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"46.5000\",\"real_unit_cost\":\"46.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"46.5000\"},{\"id\":\"1795\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1536\",\"product_code\":\"FER000125\",\"product_name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"option_id\":null,\"net_unit_cost\":\"48.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"48.0000\",\"real_unit_cost\":\"48.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.0000\"},{\"id\":\"1796\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1537\",\"product_code\":\"7417000000000\",\"product_name\":\"PIOCHA IMACASA CON MANGO\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"1797\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"965\",\"product_code\":\"7893950000000\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"option_id\":null,\"net_unit_cost\":\"41.6500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.6500\",\"real_unit_cost\":\"41.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6500\"},{\"id\":\"1798\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1346\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"1799\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"1800\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1541\",\"product_code\":\"7702090000000\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"option_id\":null,\"net_unit_cost\":\"24.3300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"510.9300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.3300\",\"real_unit_cost\":\"24.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.3300\"},{\"id\":\"1801\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"23.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.0000\",\"real_unit_cost\":\"23.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.0000\"},{\"id\":\"1802\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1541\",\"product_code\":\"7702090000000\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"option_id\":null,\"net_unit_cost\":\"24.7600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"321.8800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.7600\",\"real_unit_cost\":\"24.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7600\"},{\"id\":\"1803\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"16.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.0000\",\"real_unit_cost\":\"16.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0000\"},{\"id\":\"1804\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"4.1300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.3900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1300\",\"real_unit_cost\":\"4.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1300\"},{\"id\":\"1805\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1295\",\"product_code\":\"7441110000000\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"option_id\":null,\"net_unit_cost\":\"6.8700\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.6200\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.8700\",\"real_unit_cost\":\"6.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.8700\"},{\"id\":\"1806\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1547\",\"product_code\":\"12\",\"product_name\":\"PLAFONERA BTICINO\",\"option_id\":null,\"net_unit_cost\":\"13.7300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.7300\",\"real_unit_cost\":\"13.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.7300\"},{\"id\":\"1807\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"98.1600\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"98.1600\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"98.1600\",\"real_unit_cost\":\"98.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"98.1600\"},{\"id\":\"1808\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1549\",\"product_code\":\"VK0167\",\"product_name\":\"PLANCHA ALBA\",\"option_id\":null,\"net_unit_cost\":\"36.1800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.3600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.1800\",\"real_unit_cost\":\"36.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.1800\"},{\"id\":\"1809\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"30.0200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.0200\",\"real_unit_cost\":\"30.0200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0200\"},{\"id\":\"1810\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"1811\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1552\",\"product_code\":\"102360\",\"product_name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"option_id\":null,\"net_unit_cost\":\"19.8500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.8500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.8500\",\"real_unit_cost\":\"19.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.8500\"},{\"id\":\"1812\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1553\",\"product_code\":\"10279\",\"product_name\":\"PLANCHA PARA ALBA\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"1813\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1554\",\"product_code\":\"76174474640\",\"product_name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"option_id\":null,\"net_unit_cost\":\"75.1000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.2000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"75.1000\",\"real_unit_cost\":\"75.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"75.1000\"},{\"id\":\"1814\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1555\",\"product_code\":\"76174474404\",\"product_name\":\"PLOMADA YESO STANLEY 47-400\",\"option_id\":null,\"net_unit_cost\":\"55.6000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.6000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"55.6000\",\"real_unit_cost\":\"55.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.6000\"},{\"id\":\"1815\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1556\",\"product_code\":\"76174474602\",\"product_name\":\"PLOMADA YESO STANLEY 47-460\",\"option_id\":null,\"net_unit_cost\":\"64.0500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"64.0500\",\"real_unit_cost\":\"64.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0500\"},{\"id\":\"1816\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"91.7600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"91.7600\",\"real_unit_cost\":\"91.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"91.7600\"},{\"id\":\"1817\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1558\",\"product_code\":\"300V-80\",\"product_name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"option_id\":null,\"net_unit_cost\":\"84.7000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"508.2000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"84.7000\",\"real_unit_cost\":\"84.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"84.7000\"},{\"id\":\"1818\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1122\",\"product_code\":\"7441000000000\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.2500\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"1819\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1560\",\"product_code\":\"7730720000000\",\"product_name\":\"POXIPOL SOLDADURA PLASTICA\",\"option_id\":null,\"net_unit_cost\":\"22.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.0000\",\"real_unit_cost\":\"22.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.0000\"},{\"id\":\"1820\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1561\",\"product_code\":\"AA823\\/120\",\"product_name\":\"PULIDORA GLP 9 2300W\",\"option_id\":null,\"net_unit_cost\":\"556.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"556.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"556.5000\",\"real_unit_cost\":\"556.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"556.5000\"},{\"id\":\"1821\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1562\",\"product_code\":\"15155\",\"product_name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"option_id\":null,\"net_unit_cost\":\"8.4600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.3000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.4600\",\"real_unit_cost\":\"8.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4600\"},{\"id\":\"1822\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"18.0700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.2100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0700\",\"real_unit_cost\":\"18.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0700\"},{\"id\":\"1823\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"36.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.3000\",\"real_unit_cost\":\"36.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.3000\"},{\"id\":\"1824\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"5.1700\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.3100\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1700\",\"real_unit_cost\":\"5.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1700\"},{\"id\":\"1825\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"2.4600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.3000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4600\",\"real_unit_cost\":\"2.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4600\"},{\"id\":\"1826\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"4.0500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0500\",\"real_unit_cost\":\"4.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0500\"},{\"id\":\"1827\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"4.5700\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.8300\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5700\",\"real_unit_cost\":\"4.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5700\"},{\"id\":\"1828\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1569\",\"product_code\":\"70330000328\",\"product_name\":\"RASURADORA BIC 1 HOJA\",\"option_id\":null,\"net_unit_cost\":\"1.7300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.9500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.7300\",\"real_unit_cost\":\"1.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7300\"},{\"id\":\"1829\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"25.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.0000\",\"real_unit_cost\":\"25.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0000\"},{\"id\":\"1830\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1571\",\"product_code\":\"9002490000000\",\"product_name\":\"RED BULL     .\",\"option_id\":null,\"net_unit_cost\":\"9.8500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.8500\",\"real_unit_cost\":\"9.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8500\"},{\"id\":\"1831\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1572\",\"product_code\":\"PVC00123\",\"product_name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.2000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"84.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2000\",\"real_unit_cost\":\"4.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2000\"},{\"id\":\"1832\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1573\",\"product_code\":\"PVC00125\",\"product_name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"1833\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1574\",\"product_code\":\"PVC00122\",\"product_name\":\"REDUCIDOR 1 1\\/2-1\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"1834\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1575\",\"product_code\":\"PVC00126\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\",\"option_id\":null,\"net_unit_cost\":\"3.1300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.2600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.1300\",\"real_unit_cost\":\"3.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.1300\"},{\"id\":\"1835\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1576\",\"product_code\":\"PVC00127\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"1836\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1577\",\"product_code\":\"PVC00131\",\"product_name\":\"REDUCIDOR 1- 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.5300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.9500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5300\",\"real_unit_cost\":\"1.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5300\"},{\"id\":\"1837\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1578\",\"product_code\":\"PVC00130\",\"product_name\":\"REDUCIDOR 1-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.2400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.8400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2400\",\"real_unit_cost\":\"2.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2400\"},{\"id\":\"1838\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1579\",\"product_code\":\"PVC00141\",\"product_name\":\"REDUCIDOR 2 - 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.9500\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.3000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9500\",\"real_unit_cost\":\"3.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9500\"},{\"id\":\"1839\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1580\",\"product_code\":\"PVC00136\",\"product_name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"195.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"1840\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1581\",\"product_code\":\"PVC00132\",\"product_name\":\"REDUCIDOR 2 1\\/2-1\",\"option_id\":null,\"net_unit_cost\":\"12.4800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.4800\",\"real_unit_cost\":\"12.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.4800\"},{\"id\":\"1841\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1582\",\"product_code\":\"PVC00137\",\"product_name\":\"REDUCIDOR 2-1\",\"option_id\":null,\"net_unit_cost\":\"3.0500\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.6500\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0500\",\"real_unit_cost\":\"3.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0500\"},{\"id\":\"1842\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1583\",\"product_code\":\"PVC00140\",\"product_name\":\"REDUCIDOR 2-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.7100\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.9700\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7100\",\"real_unit_cost\":\"2.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7100\"},{\"id\":\"1843\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1584\",\"product_code\":\"PVC143\",\"product_name\":\"REDUCIDOR 3- 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"32.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.0000\",\"real_unit_cost\":\"32.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.0000\"},{\"id\":\"1844\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1585\",\"product_code\":\"PVC144\",\"product_name\":\"REDUCIDOR 3-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"20.6500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.6500\",\"real_unit_cost\":\"20.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.6500\"},{\"id\":\"1845\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1586\",\"product_code\":\"PVC00142\",\"product_name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.8900\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9200\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8900\",\"real_unit_cost\":\"0.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8900\"},{\"id\":\"1846\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1587\",\"product_code\":\"102349\",\"product_name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"option_id\":null,\"net_unit_cost\":\"8.3900\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"151.0200\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.3900\",\"real_unit_cost\":\"8.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3900\"},{\"id\":\"1847\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1588\",\"product_code\":\"PVC00154\",\"product_name\":\"REDUCIDOR 4 - 3\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"1848\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1589\",\"product_code\":\"PVC00153\",\"product_name\":\"REDUCIDOR 4-2\",\"option_id\":null,\"net_unit_cost\":\"7.0500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0500\",\"real_unit_cost\":\"7.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0500\"},{\"id\":\"1849\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1590\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"option_id\":null,\"net_unit_cost\":\"14.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.9600\",\"real_unit_cost\":\"14.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.9600\"},{\"id\":\"1850\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1591\",\"product_code\":\"102111\",\"product_name\":\"REDUCIDOR DE 3-1\",\"option_id\":null,\"net_unit_cost\":\"30.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.0000\",\"real_unit_cost\":\"30.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0000\"},{\"id\":\"1851\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1592\",\"product_code\":\"PVC00152\",\"product_name\":\"REDUCIDOR DR 3-2\",\"option_id\":null,\"net_unit_cost\":\"4.3900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.3900\",\"real_unit_cost\":\"4.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3900\"},{\"id\":\"1852\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1593\",\"product_code\":\"7441320000000\",\"product_name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"5.6000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.6000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.6000\",\"real_unit_cost\":\"5.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.6000\"},{\"id\":\"1853\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1594\",\"product_code\":\"pvc00128\",\"product_name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"1854\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"42.0700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"378.6300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.0700\",\"real_unit_cost\":\"42.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.0700\"},{\"id\":\"1855\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1596\",\"product_code\":\"GE-0279\",\"product_name\":\"REGADERA PLASTICA BLANCA\",\"option_id\":null,\"net_unit_cost\":\"4.4000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"61.6000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4000\",\"real_unit_cost\":\"4.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4000\"},{\"id\":\"1856\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"25.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.2500\",\"real_unit_cost\":\"25.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2500\"},{\"id\":\"1857\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"28.3600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.3600\",\"real_unit_cost\":\"28.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.3600\"},{\"id\":\"1858\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"3.3100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3100\",\"real_unit_cost\":\"3.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3100\"},{\"id\":\"1859\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"40.8300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"204.1500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.8300\",\"real_unit_cost\":\"40.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.8300\"},{\"id\":\"1860\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"44.6700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"402.0300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.6700\",\"real_unit_cost\":\"44.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.6700\"},{\"id\":\"1861\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1602\",\"product_code\":\"10299\",\"product_name\":\"REPOSADERA 2 P ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"1862\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1603\",\"product_code\":\"GRI001475\",\"product_name\":\"REPOSADERA 3  ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"13.6700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"136.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.6700\",\"real_unit_cost\":\"13.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.6700\"},{\"id\":\"1863\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1604\",\"product_code\":\"102146\",\"product_name\":\"REPOSADERA 4*4? ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"1864\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1605\",\"product_code\":\"FER000012\",\"product_name\":\"REPOSADERA BRONCE 3*3\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"1865\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"10.6500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"74.5500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.6500\",\"real_unit_cost\":\"10.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6500\"},{\"id\":\"1866\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"31.4600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"62.9200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.4600\",\"real_unit_cost\":\"31.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.4600\"},{\"id\":\"1867\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1608\",\"product_code\":\"81537201405\",\"product_name\":\"REVIVE 600 ML\",\"option_id\":null,\"net_unit_cost\":\"4.8600\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.7600\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.8600\",\"real_unit_cost\":\"4.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8600\"},{\"id\":\"1868\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"1.5100\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.3200\",\"quantity_balance\":\"32.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5100\",\"real_unit_cost\":\"1.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"32.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5100\"},{\"id\":\"1869\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"39.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"156.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.0000\",\"real_unit_cost\":\"39.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.0000\"},{\"id\":\"1870\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"22.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.2500\",\"real_unit_cost\":\"22.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.2500\"},{\"id\":\"1871\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"261.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"261.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"261.2500\",\"real_unit_cost\":\"261.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"261.2500\"},{\"id\":\"1872\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"145.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"145.0000\",\"real_unit_cost\":\"145.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"145.0000\"},{\"id\":\"1873\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"208.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"208.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"208.1900\",\"real_unit_cost\":\"208.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"208.1900\"},{\"id\":\"1874\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"750.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"750.0000\",\"real_unit_cost\":\"750.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"750.0000\"},{\"id\":\"1875\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1616\",\"product_code\":\"pvc00124\",\"product_name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"1876\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1617\",\"product_code\":\"98\",\"product_name\":\"SABRITAS.           .\",\"option_id\":null,\"net_unit_cost\":\"3.5300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.7700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5300\",\"real_unit_cost\":\"3.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5300\"},{\"id\":\"1877\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"998\",\"product_code\":\"4711680000000\",\"product_name\":\"BORRADOR CANDY\",\"option_id\":null,\"net_unit_cost\":\"0.5400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.1600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5400\",\"real_unit_cost\":\"0.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5400\"},{\"id\":\"1878\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1619\",\"product_code\":\"74410187\",\"product_name\":\"SAL ANDREWS\",\"option_id\":null,\"net_unit_cost\":\"1.0900\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.7100\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0900\",\"real_unit_cost\":\"1.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0900\"},{\"id\":\"1879\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"927\",\"product_code\":\"7501730000000\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"option_id\":null,\"net_unit_cost\":\"6.4000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4000\",\"real_unit_cost\":\"6.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4000\"},{\"id\":\"1880\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1122\",\"product_code\":\"7441000000000\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"0.6700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6700\",\"real_unit_cost\":\"0.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6700\"},{\"id\":\"1881\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1122\",\"product_code\":\"7441000000000\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"1882\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1623\",\"product_code\":\"47501200000000\",\"product_name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"option_id\":null,\"net_unit_cost\":\"5.7200\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"200.2000\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.7200\",\"real_unit_cost\":\"5.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7200\"},{\"id\":\"1883\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1624\",\"product_code\":\"VK0785\",\"product_name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"option_id\":null,\"net_unit_cost\":\"9.9000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.9000\",\"real_unit_cost\":\"9.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.9000\"},{\"id\":\"1884\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1625\",\"product_code\":\"750127000000\",\"product_name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"option_id\":null,\"net_unit_cost\":\"28.9600\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"289.6000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.9600\",\"real_unit_cost\":\"28.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.9600\"},{\"id\":\"1885\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"16.9800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9800\",\"real_unit_cost\":\"16.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9800\"},{\"id\":\"1886\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1460\",\"product_code\":\"7441010000000\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"7.1300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.1300\",\"real_unit_cost\":\"7.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1300\"},{\"id\":\"1887\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.5600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.3600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5600\",\"real_unit_cost\":\"6.5600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5600\"},{\"id\":\"1888\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1629\",\"product_code\":\"102304\",\"product_name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"23.7000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.7000\",\"real_unit_cost\":\"23.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.7000\"},{\"id\":\"1889\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"964\",\"product_code\":\"747752000000\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"45.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"45.0000\",\"real_unit_cost\":\"45.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.0000\"},{\"id\":\"1890\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1631\",\"product_code\":\"81537305226\",\"product_name\":\"SE\",\"option_id\":null,\"net_unit_cost\":\"0.8600\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.2000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8600\",\"real_unit_cost\":\"0.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8600\"},{\"id\":\"1891\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1094\",\"product_code\":\"7501060000000\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.2900\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"1892\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1633\",\"product_code\":\"W185\\/1\\/120\",\"product_name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"option_id\":null,\"net_unit_cost\":\"402.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"402.5000\",\"real_unit_cost\":\"402.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"402.5000\"},{\"id\":\"1893\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"455.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"455.0000\",\"real_unit_cost\":\"455.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"455.0000\"},{\"id\":\"1894\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1635\",\"product_code\":\"FER01143\",\"product_name\":\"SIERRA FINA SANDFLEX 1224\",\"option_id\":null,\"net_unit_cost\":\"7.7500\",\"quantity\":\"97.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"751.7500\",\"quantity_balance\":\"97.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.7500\",\"real_unit_cost\":\"7.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"97.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7500\"},{\"id\":\"1895\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"34.4600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.4600\",\"real_unit_cost\":\"34.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.4600\"},{\"id\":\"1896\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"39.0900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.0900\",\"real_unit_cost\":\"39.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.0900\"},{\"id\":\"1897\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1638\",\"product_code\":\"COS14\\/1\\/120\",\"product_name\":\"SIERRA TRONZADORA 14-2000W\",\"option_id\":null,\"net_unit_cost\":\"619.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"619.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"619.5000\",\"real_unit_cost\":\"619.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"619.5000\"},{\"id\":\"1898\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1639\",\"product_code\":\"CS814\\/3\\/120\",\"product_name\":\"SIERRA TROZADORA 14-2400W\",\"option_id\":null,\"net_unit_cost\":\"850.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"850.5000\",\"real_unit_cost\":\"850.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"850.5000\"},{\"id\":\"1899\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"927\",\"product_code\":\"7501730000000\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"option_id\":null,\"net_unit_cost\":\"25.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.5000\",\"real_unit_cost\":\"25.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.5000\"},{\"id\":\"1900\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1641\",\"product_code\":\"411868\",\"product_name\":\"SIFON PARA LAVAMANOS QUALITA\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"95.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"1901\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1642\",\"product_code\":\"7501910000000\",\"product_name\":\"SIKA LATEX -N 1.2 LT\",\"option_id\":null,\"net_unit_cost\":\"39.9700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"119.9100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.9700\",\"real_unit_cost\":\"39.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.9700\"},{\"id\":\"1902\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1643\",\"product_code\":\"7406140000000\",\"product_name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"option_id\":null,\"net_unit_cost\":\"117.8000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"353.4000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"117.8000\",\"real_unit_cost\":\"117.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"117.8000\"},{\"id\":\"1903\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1644\",\"product_code\":\"33886000390\",\"product_name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"option_id\":null,\"net_unit_cost\":\"43.2300\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"518.7600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"43.2300\",\"real_unit_cost\":\"43.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.2300\"},{\"id\":\"1904\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1645\",\"product_code\":\"7756960000000\",\"product_name\":\"SIKASIL E VARIOS 280ML\",\"option_id\":null,\"net_unit_cost\":\"17.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.0000\",\"real_unit_cost\":\"17.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.0000\"},{\"id\":\"1905\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1646\",\"product_code\":\"7406030000000\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"1906\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1646\",\"product_code\":\"7406030000000\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"1907\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1646\",\"product_code\":\"7406030000000\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"1908\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1649\",\"product_code\":\"7702050000000\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"1909\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1649\",\"product_code\":\"7702050000000\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"1910\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1649\",\"product_code\":\"7702050000000\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"1911\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1460\",\"product_code\":\"7441010000000\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"25.8200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.8200\",\"real_unit_cost\":\"25.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.8200\"},{\"id\":\"1912\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1653\",\"product_code\":\"77472141340\",\"product_name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"option_id\":null,\"net_unit_cost\":\"24.8500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.4000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.8500\",\"real_unit_cost\":\"24.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.8500\"},{\"id\":\"1913\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"22.7000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.7000\",\"real_unit_cost\":\"22.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.7000\"},{\"id\":\"1914\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1655\",\"product_code\":\"7450010000000\",\"product_name\":\"SOBRE DE BRILLANTINA\",\"option_id\":null,\"net_unit_cost\":\"0.5500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.8000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5500\",\"real_unit_cost\":\"0.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5500\"},{\"id\":\"1915\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1295\",\"product_code\":\"7441110000000\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"1916\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1657\",\"product_code\":\"52\",\"product_name\":\"SOPAS INSTANTANEAS .\",\"option_id\":null,\"net_unit_cost\":\"3.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3300\",\"real_unit_cost\":\"3.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3300\"},{\"id\":\"1917\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1658\",\"product_code\":\"ELE055\",\"product_name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"option_id\":null,\"net_unit_cost\":\"3.9000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.2000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9000\",\"real_unit_cost\":\"3.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9000\"},{\"id\":\"1918\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"12.3200\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"197.1200\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.3200\",\"real_unit_cost\":\"12.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.3200\"},{\"id\":\"1919\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"978\",\"product_code\":\"7501030000000\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"option_id\":null,\"net_unit_cost\":\"9.2700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.2700\",\"real_unit_cost\":\"9.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.2700\"},{\"id\":\"1920\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1661\",\"product_code\":\"21200964749\",\"product_name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"option_id\":null,\"net_unit_cost\":\"17.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.9000\",\"real_unit_cost\":\"17.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.9000\"},{\"id\":\"1921\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1662\",\"product_code\":\"21200212109\",\"product_name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"option_id\":null,\"net_unit_cost\":\"55.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"55.9000\",\"real_unit_cost\":\"55.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.9000\"},{\"id\":\"1922\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"1923\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1664\",\"product_code\":\"7891200000000\",\"product_name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.5000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"1924\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1665\",\"product_code\":\"85051000421\",\"product_name\":\"SUPER ECONOMY TYPE A\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"192.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"1925\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1541\",\"product_code\":\"7702090000000\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"option_id\":null,\"net_unit_cost\":\"25.2400\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"227.1600\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.2400\",\"real_unit_cost\":\"25.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2400\"},{\"id\":\"1926\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"7.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.2500\",\"real_unit_cost\":\"7.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2500\"},{\"id\":\"1927\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1668\",\"product_code\":\"1\",\"product_name\":\"TABCIN.\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.9400\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"1928\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1669\",\"product_code\":\"783164000000\",\"product_name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"option_id\":null,\"net_unit_cost\":\"170.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"170.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"170.1500\",\"real_unit_cost\":\"170.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"170.1500\"},{\"id\":\"1929\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1670\",\"product_code\":\"TA002\",\"product_name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"option_id\":null,\"net_unit_cost\":\"36.1400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.1400\",\"real_unit_cost\":\"36.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.1400\"},{\"id\":\"1930\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1671\",\"product_code\":\"DW508S-B3\",\"product_name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"option_id\":null,\"net_unit_cost\":\"696.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"696.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"696.0000\",\"real_unit_cost\":\"696.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"696.0000\"},{\"id\":\"1931\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1672\",\"product_code\":\"TP813\\/3\",\"product_name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"option_id\":null,\"net_unit_cost\":\"455.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"455.0000\",\"real_unit_cost\":\"455.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"455.0000\"},{\"id\":\"1932\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1673\",\"product_code\":\"TP913\\/4\",\"product_name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"option_id\":null,\"net_unit_cost\":\"416.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"416.5000\",\"real_unit_cost\":\"416.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"416.5000\"},{\"id\":\"1933\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1674\",\"product_code\":\"5374-20\",\"product_name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"650.3000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"650.3000\",\"real_unit_cost\":\"650.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"650.3000\"},{\"id\":\"1934\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.4400\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"80.5200\",\"quantity_balance\":\"33.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4400\",\"real_unit_cost\":\"2.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"33.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4400\"},{\"id\":\"1935\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"1936\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1677\",\"product_code\":\"7622210000000\",\"product_name\":\"TANG FRUIT PONCH 20G\",\"option_id\":null,\"net_unit_cost\":\"1.2000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.4000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.2000\",\"real_unit_cost\":\"1.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2000\"},{\"id\":\"1937\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"29.9000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"358.8000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"29.9000\",\"real_unit_cost\":\"29.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"29.9000\"},{\"id\":\"1938\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"53.8000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"269.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"53.8000\",\"real_unit_cost\":\"53.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"53.8000\"},{\"id\":\"1939\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"91.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"91.8500\",\"real_unit_cost\":\"91.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"91.8500\"},{\"id\":\"1940\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"148.9000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"297.8000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"148.9000\",\"real_unit_cost\":\"148.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"148.9000\"},{\"id\":\"1941\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1682\",\"product_code\":\"FER0015\",\"product_name\":\"TAPADERA DE SANITARIO ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"1942\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1683\",\"product_code\":\"PVC00161\",\"product_name\":\"TAPON 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"1943\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1684\",\"product_code\":\"PVC00164\",\"product_name\":\"TAPON 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"1944\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1685\",\"product_code\":\"102290\",\"product_name\":\"TAPON 1\\/2 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"1945\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1686\",\"product_code\":\"PVC00168\",\"product_name\":\"TAPON 2\",\"option_id\":null,\"net_unit_cost\":\"3.9900\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.7400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9900\",\"real_unit_cost\":\"3.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9900\"},{\"id\":\"1946\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1687\",\"product_code\":\"102252\",\"product_name\":\"TAPON 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.8900\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.0300\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.8900\",\"real_unit_cost\":\"4.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8900\"},{\"id\":\"1947\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1688\",\"product_code\":\"PVC00158\",\"product_name\":\"TAPON H 1\",\"option_id\":null,\"net_unit_cost\":\"0.9900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.9700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9900\",\"real_unit_cost\":\"0.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9900\"},{\"id\":\"1948\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1689\",\"product_code\":\"PVC00159\",\"product_name\":\"TAPON H 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"1949\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1690\",\"product_code\":\"PVC00171\",\"product_name\":\"TAPON H 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.4600\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.1800\",\"quantity_balance\":\"33.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4600\",\"real_unit_cost\":\"1.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"33.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4600\"},{\"id\":\"1950\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1691\",\"product_code\":\"10205\",\"product_name\":\"TAPON H DR 3\",\"option_id\":null,\"net_unit_cost\":\"2.7900\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.7000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7900\",\"real_unit_cost\":\"2.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7900\"},{\"id\":\"1951\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"1692\",\"product_code\":\"102347\",\"product_name\":\"TAPON HEMBRA 3 PSI\",\"option_id\":null,\"net_unit_cost\":\"28.4700\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"882.5700\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.4700\",\"real_unit_cost\":\"28.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4700\"},{\"id\":\"1952\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"8.3100\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.2400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.3100\",\"real_unit_cost\":\"8.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3100\"}]}', '2022-04-27 12:50:46');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1633, 'Purchase is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"11\",\"reference_no\":\"PO2022\\/04\\/0034\",\"date\":\"2022-04-27 08:04:00\",\"supplier_id\":\"6\",\"supplier\":\"INVENTARIO INICIAL\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"38600.6100\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"38600.6100\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"0\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"1157\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1296\",\"product_code\":\"FER00150\",\"product_name\":\"ESPONJA GRANDE PARA REPELLO\",\"option_id\":null,\"net_unit_cost\":\"5.8800\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"282.2400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.8800\",\"real_unit_cost\":\"5.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8800\"},{\"id\":\"1158\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1297\",\"product_code\":\"21200844416\",\"product_name\":\"ESPONJA MULTIUSOS SCOTCH\",\"option_id\":null,\"net_unit_cost\":\"30.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"151.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.2800\",\"real_unit_cost\":\"30.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.2800\"},{\"id\":\"1159\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1298\",\"product_code\":\"FER000151\",\"product_name\":\"ESPONJA PEQUE\",\"option_id\":null,\"net_unit_cost\":\"2.7800\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.1200\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7800\",\"real_unit_cost\":\"2.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7800\"},{\"id\":\"1160\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1122\",\"product_code\":\"7441000000000\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"7.3400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.3600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.3400\",\"real_unit_cost\":\"7.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3400\"},{\"id\":\"1161\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"70.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"70.0000\",\"real_unit_cost\":\"70.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"70.0000\"},{\"id\":\"1162\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"987\",\"product_code\":\"7501890000000\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"option_id\":null,\"net_unit_cost\":\"16.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.0000\",\"real_unit_cost\":\"16.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0000\"},{\"id\":\"1163\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"1164\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"57.4200\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"1165\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"6.3200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.8400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3200\",\"real_unit_cost\":\"6.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3200\"},{\"id\":\"1166\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1305\",\"product_code\":\"76940900117\",\"product_name\":\"FELPA EXPERT STANDAR 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"5.4000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.8000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.4000\",\"real_unit_cost\":\"5.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4000\"},{\"id\":\"1167\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1306\",\"product_code\":\"7502220000000\",\"product_name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.3000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"1168\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"8.1000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.1000\",\"real_unit_cost\":\"8.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1000\"},{\"id\":\"1169\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"9.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.7500\",\"real_unit_cost\":\"9.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.7500\"},{\"id\":\"1170\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"4.4500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4500\",\"real_unit_cost\":\"4.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4500\"},{\"id\":\"1171\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1310\",\"product_code\":\"6933240000000\",\"product_name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"option_id\":null,\"net_unit_cost\":\"1.1200\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.7200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1200\",\"real_unit_cost\":\"1.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1200\"},{\"id\":\"1172\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1311\",\"product_code\":\"THQC1120\",\"product_name\":\"FLIPON # 20 THQC1120\",\"option_id\":null,\"net_unit_cost\":\"71.0000\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1349.0000\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"71.0000\",\"real_unit_cost\":\"71.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.0000\"},{\"id\":\"1173\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1312\",\"product_code\":\"207832000000000\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"option_id\":null,\"net_unit_cost\":\"37.2900\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"410.1900\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"37.2900\",\"real_unit_cost\":\"37.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.2900\"},{\"id\":\"1174\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1313\",\"product_code\":\"20783200000000\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"option_id\":null,\"net_unit_cost\":\"37.5900\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"488.6700\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"37.5900\",\"real_unit_cost\":\"37.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5900\"},{\"id\":\"1175\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1313\",\"product_code\":\"20783200000000\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"option_id\":null,\"net_unit_cost\":\"41.6500\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"374.8500\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.6500\",\"real_unit_cost\":\"41.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6500\"},{\"id\":\"1176\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1312\",\"product_code\":\"207832000000000\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"option_id\":null,\"net_unit_cost\":\"41.6400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"333.1200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.6400\",\"real_unit_cost\":\"41.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6400\"},{\"id\":\"1177\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1316\",\"product_code\":\"102312\",\"product_name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"1178\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1179\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"1180\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"2.2600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.5600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2600\",\"real_unit_cost\":\"2.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2600\"},{\"id\":\"1181\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1320\",\"product_code\":\"88313062267\",\"product_name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"option_id\":null,\"net_unit_cost\":\"2.9800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9800\",\"real_unit_cost\":\"2.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9800\"},{\"id\":\"1182\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1321\",\"product_code\":\"88313062281\",\"product_name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"option_id\":null,\"net_unit_cost\":\"6.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0800\",\"real_unit_cost\":\"6.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0800\"},{\"id\":\"1183\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1322\",\"product_code\":\"24474002124\",\"product_name\":\"FRUTA FRESCA  PETIT\",\"option_id\":null,\"net_unit_cost\":\"2.5400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.9400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5400\",\"real_unit_cost\":\"2.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5400\"},{\"id\":\"1184\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1323\",\"product_code\":\"9111210000000\",\"product_name\":\"FULL CRETE (1 CUARTO GALON)\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"1185\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1324\",\"product_code\":\"7501000000000\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"1186\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1324\",\"product_code\":\"7501000000000\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"1187\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"997\",\"product_code\":\"7406230000000\",\"product_name\":\"BON BON COLOMBINA\",\"option_id\":null,\"net_unit_cost\":\"0.8200\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.7600\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8200\",\"real_unit_cost\":\"0.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8200\"},{\"id\":\"1188\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1327\",\"product_code\":\"753079000000\",\"product_name\":\"GALLETA CAN CAN\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"1189\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1328\",\"product_code\":\"7441160000000\",\"product_name\":\"GALLETA CHIKY CHIPS\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0400\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"1190\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1329\",\"product_code\":\"7622300000000\",\"product_name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"3.2800\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.6800\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2800\",\"real_unit_cost\":\"3.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2800\"},{\"id\":\"1191\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1330\",\"product_code\":\"7501760000000\",\"product_name\":\"GALLETA CHOCOVIC\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"1192\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1324\",\"product_code\":\"7501000000000\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"1193\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1332\",\"product_code\":\"86581012502\",\"product_name\":\"GALLETA CLUB EXTRA..\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.2200\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"1194\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1333\",\"product_code\":\"86581015121\",\"product_name\":\"GALLETA CREMAS GDE .\",\"option_id\":null,\"net_unit_cost\":\"0.8500\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.4000\",\"quantity_balance\":\"44.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8500\",\"real_unit_cost\":\"0.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"44.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8500\"},{\"id\":\"1195\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1324\",\"product_code\":\"7501000000000\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"4.2600\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.8200\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2600\",\"real_unit_cost\":\"4.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2600\"},{\"id\":\"1196\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1324\",\"product_code\":\"7501000000000\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"1197\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1324\",\"product_code\":\"7501000000000\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.6000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"1198\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1324\",\"product_code\":\"7501000000000\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"1199\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1338\",\"product_code\":\"7590010000000\",\"product_name\":\"GALLETA OREO\",\"option_id\":null,\"net_unit_cost\":\"1.0800\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.8800\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0800\",\"real_unit_cost\":\"1.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0800\"},{\"id\":\"1200\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1339\",\"product_code\":\"751001000000\",\"product_name\":\"GALLETA PAN CREMA .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.6000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"1201\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1340\",\"product_code\":\"86581001070\",\"product_name\":\"GALLETA SODA POZUELO\",\"option_id\":null,\"net_unit_cost\":\"0.3400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.4400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3400\",\"real_unit_cost\":\"0.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3400\"},{\"id\":\"1202\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1341\",\"product_code\":\"86581017699\",\"product_name\":\"GALLETA TIPO.               .\",\"option_id\":null,\"net_unit_cost\":\"0.8500\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5500\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8500\",\"real_unit_cost\":\"0.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8500\"},{\"id\":\"1203\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1342\",\"product_code\":\"842071000000\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"132.7200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"265.4400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"132.7200\",\"real_unit_cost\":\"132.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"132.7200\"},{\"id\":\"1204\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1342\",\"product_code\":\"842071000000\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"193.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"193.4200\",\"real_unit_cost\":\"193.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"193.4200\"},{\"id\":\"1205\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1344\",\"product_code\":\"GEL0001\",\"product_name\":\"GALON ALCOHOL GEL\",\"option_id\":null,\"net_unit_cost\":\"155.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"465.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"155.0000\",\"real_unit_cost\":\"155.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"155.0000\"},{\"id\":\"1206\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1345\",\"product_code\":\"9121220000000\",\"product_name\":\"GALON FULL CRETE\",\"option_id\":null,\"net_unit_cost\":\"150.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"150.0000\",\"real_unit_cost\":\"150.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"150.0000\"},{\"id\":\"1207\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1346\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"option_id\":null,\"net_unit_cost\":\"14.0900\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"535.4200\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0900\",\"real_unit_cost\":\"14.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0900\"},{\"id\":\"1208\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1347\",\"product_code\":\"7\",\"product_name\":\"GATORADE\",\"option_id\":null,\"net_unit_cost\":\"6.5800\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5800\",\"real_unit_cost\":\"6.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5800\"},{\"id\":\"1209\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1348\",\"product_code\":\"7506190000000\",\"product_name\":\"GEL EGO POWER\",\"option_id\":null,\"net_unit_cost\":\"0.7400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7400\",\"real_unit_cost\":\"0.7400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7400\"},{\"id\":\"1210\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1348\",\"product_code\":\"7506190000000\",\"product_name\":\"GEL EGO POWER\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1211\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1348\",\"product_code\":\"7506190000000\",\"product_name\":\"GEL EGO POWER\",\"option_id\":null,\"net_unit_cost\":\"4.1600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1600\",\"real_unit_cost\":\"4.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1600\"},{\"id\":\"1212\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1351\",\"product_code\":\"7501140000000\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"option_id\":null,\"net_unit_cost\":\"1.6000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.6000\",\"real_unit_cost\":\"1.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6000\"},{\"id\":\"1213\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1351\",\"product_code\":\"7501140000000\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"option_id\":null,\"net_unit_cost\":\"2.1600\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.4400\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.1600\",\"real_unit_cost\":\"2.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1600\"},{\"id\":\"1214\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1353\",\"product_code\":\"4997150000000\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"option_id\":null,\"net_unit_cost\":\"6.5600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"85.2800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5600\",\"real_unit_cost\":\"6.5600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5600\"},{\"id\":\"1215\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1353\",\"product_code\":\"4997150000000\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"option_id\":null,\"net_unit_cost\":\"8.2500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.2500\",\"real_unit_cost\":\"8.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2500\"},{\"id\":\"1216\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.4900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.8800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.4900\",\"real_unit_cost\":\"3.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4900\"},{\"id\":\"1217\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0800\",\"real_unit_cost\":\"3.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0800\"},{\"id\":\"1218\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1357\",\"product_code\":\"GRIFA001\",\"product_name\":\"GRIFA 1\\/2 * 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"70.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"70.0000\",\"real_unit_cost\":\"70.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"70.0000\"},{\"id\":\"1219\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1358\",\"product_code\":\"GRIFA002\",\"product_name\":\"GRIFA 1\\/4 * 3\\/16\",\"option_id\":null,\"net_unit_cost\":\"35.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"35.0000\",\"real_unit_cost\":\"35.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.0000\"},{\"id\":\"1220\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1359\",\"product_code\":\"102381\",\"product_name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"31.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.0000\",\"real_unit_cost\":\"31.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.0000\"},{\"id\":\"1221\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1360\",\"product_code\":\"693353000000\",\"product_name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"option_id\":null,\"net_unit_cost\":\"38.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.7500\",\"real_unit_cost\":\"38.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.7500\"},{\"id\":\"1222\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1342\",\"product_code\":\"842071000000\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"34.1000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.3000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.1000\",\"real_unit_cost\":\"34.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.1000\"},{\"id\":\"1223\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1362\",\"product_code\":\"764009000000\",\"product_name\":\"HEINEKEN VIDRIO\",\"option_id\":null,\"net_unit_cost\":\"9.3800\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"422.1000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.3800\",\"real_unit_cost\":\"9.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.3800\"},{\"id\":\"1224\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"1.8800\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.8800\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8800\",\"real_unit_cost\":\"1.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8800\"},{\"id\":\"1225\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"1226\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"1227\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"1228\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.5000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"1229\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.0000\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"1230\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"1231\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"1232\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.2500\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"1233\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"1.5000\",\"quantity\":\"87.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.5000\",\"quantity_balance\":\"87.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5000\",\"real_unit_cost\":\"1.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"87.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5000\"},{\"id\":\"1234\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"1235\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"1236\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.5000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"1237\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"1238\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"11.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.2500\",\"real_unit_cost\":\"11.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2500\"},{\"id\":\"1239\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"0.7500\",\"quantity\":\"109.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.7500\",\"quantity_balance\":\"109.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7500\",\"real_unit_cost\":\"0.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"109.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7500\"},{\"id\":\"1240\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"40.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"40.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"1241\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"0.7500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.2500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7500\",\"real_unit_cost\":\"0.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7500\"},{\"id\":\"1242\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"1243\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1382\",\"product_code\":\"HL8140\\/120M\",\"product_name\":\"HIDROLAVADORA 1800W 2003PSI\",\"option_id\":null,\"net_unit_cost\":\"906.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"906.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"906.5100\",\"real_unit_cost\":\"906.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"906.5100\"},{\"id\":\"1244\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1383\",\"product_code\":\"GEL0002\",\"product_name\":\"JABON LIQUIDO 500 ML\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"1245\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1384\",\"product_code\":\"9917692238\",\"product_name\":\"JABON PROTEX .\",\"option_id\":null,\"net_unit_cost\":\"5.4200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.8400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.4200\",\"real_unit_cost\":\"5.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4200\"},{\"id\":\"1246\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1385\",\"product_code\":\"7702010000000\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.8000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.8000\",\"real_unit_cost\":\"4.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8000\"},{\"id\":\"1247\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1386\",\"product_code\":\"6424500000000\",\"product_name\":\"JABONERA CROMADA FOREVER\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"1248\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1387\",\"product_code\":\"7702030000000\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"option_id\":null,\"net_unit_cost\":\"21.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.7500\",\"real_unit_cost\":\"21.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.7500\"},{\"id\":\"1249\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"59.6900\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.7600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"59.6900\",\"real_unit_cost\":\"59.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.6900\"},{\"id\":\"1250\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"83.5700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"83.5700\",\"real_unit_cost\":\"83.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"83.5700\"},{\"id\":\"1251\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"217.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"217.8500\",\"real_unit_cost\":\"217.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"217.8500\"},{\"id\":\"1252\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"153.4000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"153.4000\",\"real_unit_cost\":\"153.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"153.4000\"},{\"id\":\"1253\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"113.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"113.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"113.5000\",\"real_unit_cost\":\"113.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"113.5000\"},{\"id\":\"1254\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1393\",\"product_code\":\"24474381014\",\"product_name\":\"JUGO PETIT LATA 330 ML\",\"option_id\":null,\"net_unit_cost\":\"2.3800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.7600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.3800\",\"real_unit_cost\":\"2.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3800\"},{\"id\":\"1255\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1394\",\"product_code\":\"345\",\"product_name\":\"JUGOS CALIFORNIA.\",\"option_id\":null,\"net_unit_cost\":\"5.9200\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"53.2800\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9200\",\"real_unit_cost\":\"5.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9200\"},{\"id\":\"1256\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"12.6700\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"304.0800\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.6700\",\"real_unit_cost\":\"12.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.6700\"},{\"id\":\"1257\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1396\",\"product_code\":\"88313318739\",\"product_name\":\"KERNS CAJITA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"58.0000\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"1258\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1397\",\"product_code\":\"5\",\"product_name\":\"KERNS LATA.      .\",\"option_id\":null,\"net_unit_cost\":\"2.8600\",\"quantity\":\"93.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"265.9800\",\"quantity_balance\":\"93.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8600\",\"real_unit_cost\":\"2.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"93.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8600\"},{\"id\":\"1259\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1398\",\"product_code\":\"99176480518\",\"product_name\":\"KIT DE CEPILLADO  .\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.5000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"1260\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1399\",\"product_code\":\"7799050000000\",\"product_name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"option_id\":null,\"net_unit_cost\":\"262.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"262.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"262.0000\",\"real_unit_cost\":\"262.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"262.0000\"},{\"id\":\"1261\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1400\",\"product_code\":\"123\",\"product_name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"1262\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1401\",\"product_code\":\"28571000687\",\"product_name\":\"LA SIRENA PICA PICA PEQ    .\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1263\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1402\",\"product_code\":\"6946720000000\",\"product_name\":\"LAMPARA TIGER WORLD\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1264\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1243\",\"product_code\":\"748928000000\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"1265\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"13.6200\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.4800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.6200\",\"real_unit_cost\":\"13.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.6200\"},{\"id\":\"1266\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1405\",\"product_code\":\"102\",\"product_name\":\"LB CLAVO PARA LAMINA\",\"option_id\":null,\"net_unit_cost\":\"9.5000\",\"quantity\":\"73.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"693.5000\",\"quantity_balance\":\"73.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.5000\",\"real_unit_cost\":\"9.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"73.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5000\"},{\"id\":\"1267\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1406\",\"product_code\":\"FER00017\",\"product_name\":\"LB ELECTRODO 3\\/32\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"408.0000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"1268\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1407\",\"product_code\":\"FER000150\",\"product_name\":\"LB. CLAVO 1\\\" ASSA\",\"option_id\":null,\"net_unit_cost\":\"7.9000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.9000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.9000\",\"real_unit_cost\":\"7.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.9000\"},{\"id\":\"1269\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1408\",\"product_code\":\"757575\",\"product_name\":\"LIBRA DE PITA\",\"option_id\":null,\"net_unit_cost\":\"2.9200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.8400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9200\",\"real_unit_cost\":\"2.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9200\"},{\"id\":\"1270\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1409\",\"product_code\":\"102375\",\"product_name\":\"LIBRA DE PITA COMPLETA\",\"option_id\":null,\"net_unit_cost\":\"10.8300\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"184.1100\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.8300\",\"real_unit_cost\":\"10.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.8300\"},{\"id\":\"1271\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"137.2000\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"1272\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4500\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.3000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4500\",\"real_unit_cost\":\"2.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4500\"},{\"id\":\"1273\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4500\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.0500\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4500\",\"real_unit_cost\":\"2.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4500\"},{\"id\":\"1274\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"137.2000\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"1275\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"1276\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.0000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"1277\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1410\",\"product_code\":\"7750060000000\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"5.2500\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.2500\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.2500\",\"real_unit_cost\":\"5.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2500\"},{\"id\":\"1278\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1417\",\"product_code\":\"6934530000000\",\"product_name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"option_id\":null,\"net_unit_cost\":\"288.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"288.3900\",\"real_unit_cost\":\"288.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"288.3900\"},{\"id\":\"1279\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1418\",\"product_code\":\"FER00750\",\"product_name\":\"LIMA  TRIANGULAR BELLOTA\",\"option_id\":null,\"net_unit_cost\":\"8.1700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.1700\",\"real_unit_cost\":\"8.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1700\"},{\"id\":\"1280\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1419\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"option_id\":null,\"net_unit_cost\":\"7.3000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.3000\",\"real_unit_cost\":\"7.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3000\"},{\"id\":\"1281\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.3400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3400\",\"real_unit_cost\":\"6.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3400\"},{\"id\":\"1282\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"977\",\"product_code\":\"783094000000\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"1283\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1422\",\"product_code\":\"39101002507\",\"product_name\":\"LIQUIDO DE FRENOS DOT-3\",\"option_id\":null,\"net_unit_cost\":\"11.0800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.0400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.0800\",\"real_unit_cost\":\"11.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.0800\"},{\"id\":\"1284\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1423\",\"product_code\":\"853619237\",\"product_name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"option_id\":null,\"net_unit_cost\":\"17.5300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5300\",\"real_unit_cost\":\"17.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5300\"},{\"id\":\"1285\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1387\",\"product_code\":\"7702030000000\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"option_id\":null,\"net_unit_cost\":\"29.7000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"29.7000\",\"real_unit_cost\":\"29.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"29.7000\"},{\"id\":\"1286\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1425\",\"product_code\":\"42071002442\",\"product_name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"option_id\":null,\"net_unit_cost\":\"35.4700\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"212.8200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"35.4700\",\"real_unit_cost\":\"35.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.4700\"},{\"id\":\"1287\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1342\",\"product_code\":\"842071000000\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"44.3200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.9600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.3200\",\"real_unit_cost\":\"44.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.3200\"},{\"id\":\"1288\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1427\",\"product_code\":\"512\",\"product_name\":\"LITRO PEPSI.     .\",\"option_id\":null,\"net_unit_cost\":\"5.1600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"67.0800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1600\",\"real_unit_cost\":\"5.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1600\"},{\"id\":\"1289\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1428\",\"product_code\":\"3253570000000\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"22.4200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.4200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.4200\",\"real_unit_cost\":\"22.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.4200\"},{\"id\":\"1290\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1428\",\"product_code\":\"3253570000000\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"27.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"27.0000\",\"real_unit_cost\":\"27.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.0000\"},{\"id\":\"1291\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1428\",\"product_code\":\"3253570000000\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"28.4300\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.4300\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.4300\",\"real_unit_cost\":\"28.4300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4300\"},{\"id\":\"1292\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1428\",\"product_code\":\"3253570000000\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"30.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.0000\",\"real_unit_cost\":\"30.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0000\"},{\"id\":\"1293\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1432\",\"product_code\":\"91712200086\",\"product_name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"44.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.5000\",\"real_unit_cost\":\"44.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.5000\"},{\"id\":\"1294\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1433\",\"product_code\":\"GE-0251\",\"product_name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"35.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"35.0000\",\"real_unit_cost\":\"35.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.0000\"},{\"id\":\"1295\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"15.9500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.9500\",\"real_unit_cost\":\"15.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.9500\"},{\"id\":\"1296\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1435\",\"product_code\":\"02-290\",\"product_name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"1297\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1436\",\"product_code\":\"02-310\",\"product_name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"25.0300\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0300\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.0300\",\"real_unit_cost\":\"25.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0300\"},{\"id\":\"1298\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1437\",\"product_code\":\"91712200499\",\"product_name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"94.8500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"189.7000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"94.8500\",\"real_unit_cost\":\"94.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"94.8500\"},{\"id\":\"1299\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1438\",\"product_code\":\"19025\",\"product_name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"47.2200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"141.6600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"47.2200\",\"real_unit_cost\":\"47.2200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"47.2200\"},{\"id\":\"1300\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"34.4900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.4900\",\"real_unit_cost\":\"34.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.4900\"},{\"id\":\"1301\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1440\",\"product_code\":\"502243003\",\"product_name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"option_id\":null,\"net_unit_cost\":\"22.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.0000\",\"real_unit_cost\":\"22.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.0000\"},{\"id\":\"1302\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1441\",\"product_code\":\"102285\",\"product_name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"7.8500\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"94.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.8500\",\"real_unit_cost\":\"7.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8500\"},{\"id\":\"1303\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1442\",\"product_code\":\"SUVAL2\\\"\",\"product_name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"option_id\":null,\"net_unit_cost\":\"60.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"60.0000\",\"real_unit_cost\":\"60.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"60.0000\"},{\"id\":\"1304\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1443\",\"product_code\":\"400WOG\",\"product_name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"option_id\":null,\"net_unit_cost\":\"85.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"85.7500\",\"real_unit_cost\":\"85.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.7500\"},{\"id\":\"1305\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"1306\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1445\",\"product_code\":\"411653\",\"product_name\":\"LLAVE DUCHA QUALITA\",\"option_id\":null,\"net_unit_cost\":\"59.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"59.0000\",\"real_unit_cost\":\"59.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.0000\"},{\"id\":\"1307\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1446\",\"product_code\":\"LLPDCLA\",\"product_name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"option_id\":null,\"net_unit_cost\":\"85.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"85.0000\",\"real_unit_cost\":\"85.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.0000\"},{\"id\":\"1308\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1447\",\"product_code\":\"FER000018\",\"product_name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"104.7900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"104.7900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"104.7900\",\"real_unit_cost\":\"104.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"104.7900\"},{\"id\":\"1309\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"7.1800\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0800\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.1800\",\"real_unit_cost\":\"7.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1800\"},{\"id\":\"1310\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1449\",\"product_code\":\"6972750000000\",\"product_name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"24.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.0000\",\"real_unit_cost\":\"24.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.0000\"},{\"id\":\"1311\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1450\",\"product_code\":\"10295\",\"product_name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"1312\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"23.9400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"143.6400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.9400\",\"real_unit_cost\":\"23.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.9400\"},{\"id\":\"1313\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1452\",\"product_code\":\"FER01945\",\"product_name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"option_id\":null,\"net_unit_cost\":\"24.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.0000\",\"real_unit_cost\":\"24.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.0000\"},{\"id\":\"1314\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"11.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.1500\",\"real_unit_cost\":\"11.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.1500\"},{\"id\":\"1315\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"1316\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"90.7900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"181.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"90.7900\",\"real_unit_cost\":\"90.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.7900\"},{\"id\":\"1317\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1456\",\"product_code\":\"7404010000000\",\"product_name\":\"MANGUERA BELLO JARDIN 25 PS\",\"option_id\":null,\"net_unit_cost\":\"23.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.7500\",\"real_unit_cost\":\"23.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.7500\"},{\"id\":\"1318\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1457\",\"product_code\":\"7506490000000\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"option_id\":null,\"net_unit_cost\":\"157.1400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"157.1400\",\"real_unit_cost\":\"157.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"157.1400\"},{\"id\":\"1319\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1457\",\"product_code\":\"7506490000000\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"option_id\":null,\"net_unit_cost\":\"95.7100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"95.7100\",\"real_unit_cost\":\"95.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"95.7100\"},{\"id\":\"1320\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1385\",\"product_code\":\"7702010000000\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"5.1300\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.3000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1300\",\"real_unit_cost\":\"5.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1300\"},{\"id\":\"1321\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1460\",\"product_code\":\"7441010000000\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"1322\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"0.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9000\",\"real_unit_cost\":\"0.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9000\"},{\"id\":\"1323\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1462\",\"product_code\":\"81537200811\",\"product_name\":\"MARINEROS.             .\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.9300\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"1324\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1463\",\"product_code\":\"110021000000\",\"product_name\":\"MARRO 2  LIBRAS VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"36.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.0000\",\"real_unit_cost\":\"36.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.0000\"},{\"id\":\"1325\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"189.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"189.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"189.1900\",\"real_unit_cost\":\"189.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"189.1900\"},{\"id\":\"1326\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"171.4500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"342.9000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"171.4500\",\"real_unit_cost\":\"171.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"171.4500\"},{\"id\":\"1327\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"32.9500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.9500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.9500\",\"real_unit_cost\":\"32.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.9500\"},{\"id\":\"1328\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"62.0600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.1200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"62.0600\",\"real_unit_cost\":\"62.0600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"62.0600\"},{\"id\":\"1329\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1468\",\"product_code\":\"102301\",\"product_name\":\"MARTILLO ALDOSA 25 MM\",\"option_id\":null,\"net_unit_cost\":\"21.9500\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"241.4500\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.9500\",\"real_unit_cost\":\"21.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.9500\"},{\"id\":\"1330\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1469\",\"product_code\":\"102317\",\"product_name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"262.5000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"1331\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"34.1700\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"205.0200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.1700\",\"real_unit_cost\":\"34.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.1700\"},{\"id\":\"1332\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1471\",\"product_code\":\"3LAYER MASCA\",\"product_name\":\"MASCARILLA 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4800\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"119.0400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4800\",\"real_unit_cost\":\"2.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4800\"},{\"id\":\"1333\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1472\",\"product_code\":\"FER00868\",\"product_name\":\"MASKING TAPE 1 3M\",\"option_id\":null,\"net_unit_cost\":\"7.7000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.4000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.7000\",\"real_unit_cost\":\"7.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7000\"},{\"id\":\"1334\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1473\",\"product_code\":\"7707310000000\",\"product_name\":\"MASKING TAPE 1 PULG. TESA\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"1335\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1474\",\"product_code\":\"7750370000000\",\"product_name\":\"MASKING TAPE 3\\/4 3M\",\"option_id\":null,\"net_unit_cost\":\"5.9500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"47.6000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9500\",\"real_unit_cost\":\"5.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9500\"},{\"id\":\"1336\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"113.1900\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"1337\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1258\",\"product_code\":\"750624000000\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"87.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"1338\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1477\",\"product_code\":\"77070548\",\"product_name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"option_id\":null,\"net_unit_cost\":\"1.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1500\",\"real_unit_cost\":\"1.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1500\"},{\"id\":\"1339\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1478\",\"product_code\":\"45242502646\",\"product_name\":\"METRO 5 M MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"160.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"1340\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1479\",\"product_code\":\"45242502653\",\"product_name\":\"METRO 8 METROS MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"50.8000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"152.4000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.8000\",\"real_unit_cost\":\"50.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.8000\"},{\"id\":\"1341\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"12.1600\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.6400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.1600\",\"real_unit_cost\":\"12.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.1600\"},{\"id\":\"1342\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"21.6300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.6300\",\"real_unit_cost\":\"21.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.6300\"},{\"id\":\"1343\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"40.6600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.6600\",\"real_unit_cost\":\"40.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.6600\"},{\"id\":\"1344\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"1345\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1484\",\"product_code\":\"MDL700\",\"product_name\":\"METRO LASER DE 20M\",\"option_id\":null,\"net_unit_cost\":\"192.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"192.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"192.5100\",\"real_unit_cost\":\"192.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"192.5100\"},{\"id\":\"1346\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1485\",\"product_code\":\"MDL740\",\"product_name\":\"METRO LASER GLP 40M\",\"option_id\":null,\"net_unit_cost\":\"276.5100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"276.5100\",\"real_unit_cost\":\"276.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"276.5100\"},{\"id\":\"1347\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"34.0900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.0900\",\"real_unit_cost\":\"34.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0900\"},{\"id\":\"1348\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1487\",\"product_code\":\"102275\",\"product_name\":\"MINI SNICKERS\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"1349\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"978\",\"product_code\":\"7501030000000\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"option_id\":null,\"net_unit_cost\":\"1.8800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8800\",\"real_unit_cost\":\"1.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8800\"},{\"id\":\"1350\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1489\",\"product_code\":\"70847033967\",\"product_name\":\"MONSTER ENERGY MANGO LOCO\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"1351\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1490\",\"product_code\":\"ELE063\",\"product_name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"1352\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1491\",\"product_code\":\"45242534470\",\"product_name\":\"NABAJA PLEGABLE MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"1353\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1492\",\"product_code\":\"748757000000\",\"product_name\":\"NACHO Y JALAPE\",\"option_id\":null,\"net_unit_cost\":\"1.6700\",\"quantity\":\"63.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.2100\",\"quantity_balance\":\"63.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.6700\",\"real_unit_cost\":\"1.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"63.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6700\"},{\"id\":\"1354\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1493\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"158.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.1400\",\"quantity_balance\":\"158.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"158.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"1355\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1494\",\"product_code\":\"76174420753\",\"product_name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"option_id\":null,\"net_unit_cost\":\"84.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"84.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"84.0000\",\"real_unit_cost\":\"84.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"84.0000\"},{\"id\":\"1356\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1495\",\"product_code\":\"750121000000\",\"product_name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"9.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.5000\",\"real_unit_cost\":\"9.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5000\"},{\"id\":\"1357\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1496\",\"product_code\":\"ALF0019\",\"product_name\":\"NIVEL DE RESINA 12\\\"\",\"option_id\":null,\"net_unit_cost\":\"12.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.9000\",\"real_unit_cost\":\"12.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.9000\"},{\"id\":\"1358\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1497\",\"product_code\":\"102316\",\"product_name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"19.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.1500\",\"real_unit_cost\":\"19.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.1500\"},{\"id\":\"1359\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"65.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.5000\",\"real_unit_cost\":\"65.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.5000\"},{\"id\":\"1360\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"49.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"49.8500\",\"real_unit_cost\":\"49.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.8500\"},{\"id\":\"1361\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"22.1300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.3900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.1300\",\"real_unit_cost\":\"22.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.1300\"},{\"id\":\"1362\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"71.6900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.6900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"71.6900\",\"real_unit_cost\":\"71.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.6900\"},{\"id\":\"1363\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"92.6200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.6200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"92.6200\",\"real_unit_cost\":\"92.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"92.6200\"},{\"id\":\"1364\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"107.9100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.9100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"107.9100\",\"real_unit_cost\":\"107.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"107.9100\"},{\"id\":\"1365\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1504\",\"product_code\":\"60\",\"product_name\":\"NYLON UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"1.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0000\",\"real_unit_cost\":\"1.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0000\"},{\"id\":\"1366\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1505\",\"product_code\":\"56\",\"product_name\":\"OCTAVO SABORES.\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"338.0000\",\"quantity_balance\":\"52.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"52.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"1367\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1506\",\"product_code\":\"111\",\"product_name\":\"ORANGE DESECHABLE.         .\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"187.6500\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"1368\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1507\",\"product_code\":\"109\",\"product_name\":\"ORANGE JUMBO.   .\",\"option_id\":null,\"net_unit_cost\":\"13.0800\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"405.4800\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0800\",\"real_unit_cost\":\"13.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0800\"},{\"id\":\"1369\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1508\",\"product_code\":\"104\",\"product_name\":\"ORANGE LATA. .\",\"option_id\":null,\"net_unit_cost\":\"2.6300\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.2400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6300\",\"real_unit_cost\":\"2.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6300\"},{\"id\":\"1370\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"4.4500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.8000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4500\",\"real_unit_cost\":\"4.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4500\"},{\"id\":\"1371\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"36.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.0000\",\"real_unit_cost\":\"36.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.0000\"},{\"id\":\"1372\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"987\",\"product_code\":\"7501890000000\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"1373\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"41.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"123.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.2500\",\"real_unit_cost\":\"41.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.2500\"},{\"id\":\"1374\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"26.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.3000\",\"real_unit_cost\":\"26.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.3000\"},{\"id\":\"1375\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"26.3000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.3000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.3000\",\"real_unit_cost\":\"26.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.3000\"},{\"id\":\"1376\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1515\",\"product_code\":\"7802800000000\",\"product_name\":\"PAPAS KRYSPO VARIOS SABORES\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"115.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"1377\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1516\",\"product_code\":\"102221\",\"product_name\":\"PAPEL ARCO IRIS CARTA\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"1378\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1517\",\"product_code\":\"102220\",\"product_name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"option_id\":null,\"net_unit_cost\":\"0.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5000\",\"real_unit_cost\":\"0.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5000\"},{\"id\":\"1379\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1518\",\"product_code\":\"7416500000000\",\"product_name\":\"PAPEL ROSAL\",\"option_id\":null,\"net_unit_cost\":\"1.5400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5400\",\"real_unit_cost\":\"1.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5400\"},{\"id\":\"1380\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1460\",\"product_code\":\"7441010000000\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"1.8600\",\"quantity\":\"59.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"109.7400\",\"quantity_balance\":\"59.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8600\",\"real_unit_cost\":\"1.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"59.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8600\"},{\"id\":\"1381\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1520\",\"product_code\":\"7401110000000\",\"product_name\":\"PAPEL STAFF JUNIOR\",\"option_id\":null,\"net_unit_cost\":\"1.1700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1700\",\"real_unit_cost\":\"1.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1700\"},{\"id\":\"1382\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1521\",\"product_code\":\"T1101-047\",\"product_name\":\"PASADOR ALEMAN 3\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.3500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3500\",\"real_unit_cost\":\"3.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3500\"},{\"id\":\"1383\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1522\",\"product_code\":\"100103000000\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1384\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1522\",\"product_code\":\"100103000000\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"option_id\":null,\"net_unit_cost\":\"4.9000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.9000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.9000\",\"real_unit_cost\":\"4.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.9000\"},{\"id\":\"1385\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1524\",\"product_code\":\"99176129745\",\"product_name\":\"PASTA COLGATE\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"1386\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1525\",\"product_code\":\"PVC00236\",\"product_name\":\"PEGA PVC 025 ML TANGIT\",\"option_id\":null,\"net_unit_cost\":\"12.6500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.9000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.6500\",\"real_unit_cost\":\"12.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.6500\"},{\"id\":\"1387\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1526\",\"product_code\":\"PVC287\",\"product_name\":\"PEGA PVC 050 ML TANGIT\",\"option_id\":null,\"net_unit_cost\":\"20.3500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"203.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.3500\",\"real_unit_cost\":\"20.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.3500\"},{\"id\":\"1388\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"25.8000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"361.2000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.8000\",\"real_unit_cost\":\"25.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.8000\"},{\"id\":\"1389\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"9.3800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.3800\",\"real_unit_cost\":\"9.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.3800\"},{\"id\":\"1390\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1529\",\"product_code\":\"65\",\"product_name\":\"PEPSI DESECHABLE Y SABORES  .\",\"option_id\":null,\"net_unit_cost\":\"4.2100\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"176.8200\",\"quantity_balance\":\"42.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2100\",\"real_unit_cost\":\"4.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"42.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2100\"},{\"id\":\"1391\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1530\",\"product_code\":\"15\",\"product_name\":\"PEPSI LATA  .\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"104.0000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"1392\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1531\",\"product_code\":\"15199\",\"product_name\":\"PEPSI VIDRIO\",\"option_id\":null,\"net_unit_cost\":\"2.5800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.5400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5800\",\"real_unit_cost\":\"2.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5800\"},{\"id\":\"1393\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"20.5500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"164.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.5500\",\"real_unit_cost\":\"20.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.5500\"},{\"id\":\"1394\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1533\",\"product_code\":\"6941430000000\",\"product_name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"11.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9000\",\"real_unit_cost\":\"11.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9000\"},{\"id\":\"1395\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1534\",\"product_code\":\"76174841015\",\"product_name\":\"PINZA STANLEY 6\\\"\",\"option_id\":null,\"net_unit_cost\":\"42.7500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.7500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.7500\",\"real_unit_cost\":\"42.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.7500\"},{\"id\":\"1396\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1535\",\"product_code\":\"76174841022\",\"product_name\":\"PINZA STANLEY 8\\\"\",\"option_id\":null,\"net_unit_cost\":\"46.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"46.5000\",\"real_unit_cost\":\"46.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"46.5000\"},{\"id\":\"1397\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1536\",\"product_code\":\"FER000125\",\"product_name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"option_id\":null,\"net_unit_cost\":\"48.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"48.0000\",\"real_unit_cost\":\"48.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.0000\"},{\"id\":\"1398\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1537\",\"product_code\":\"7417000000000\",\"product_name\":\"PIOCHA IMACASA CON MANGO\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"1399\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"965\",\"product_code\":\"7893950000000\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"option_id\":null,\"net_unit_cost\":\"41.6500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.6500\",\"real_unit_cost\":\"41.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6500\"},{\"id\":\"1400\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1346\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"1401\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"1402\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1541\",\"product_code\":\"7702090000000\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"option_id\":null,\"net_unit_cost\":\"24.3300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"510.9300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.3300\",\"real_unit_cost\":\"24.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.3300\"},{\"id\":\"1403\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"23.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.0000\",\"real_unit_cost\":\"23.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.0000\"},{\"id\":\"1404\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1541\",\"product_code\":\"7702090000000\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"option_id\":null,\"net_unit_cost\":\"24.7600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"321.8800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.7600\",\"real_unit_cost\":\"24.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7600\"},{\"id\":\"1405\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"16.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.0000\",\"real_unit_cost\":\"16.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0000\"},{\"id\":\"1406\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"4.1300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.3900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1300\",\"real_unit_cost\":\"4.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1300\"},{\"id\":\"1407\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1295\",\"product_code\":\"7441110000000\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"option_id\":null,\"net_unit_cost\":\"6.8700\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.6200\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.8700\",\"real_unit_cost\":\"6.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.8700\"},{\"id\":\"1408\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1547\",\"product_code\":\"12\",\"product_name\":\"PLAFONERA BTICINO\",\"option_id\":null,\"net_unit_cost\":\"13.7300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.7300\",\"real_unit_cost\":\"13.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.7300\"},{\"id\":\"1409\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"98.1600\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"98.1600\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"98.1600\",\"real_unit_cost\":\"98.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"98.1600\"},{\"id\":\"1410\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1549\",\"product_code\":\"VK0167\",\"product_name\":\"PLANCHA ALBA\",\"option_id\":null,\"net_unit_cost\":\"36.1800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.3600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.1800\",\"real_unit_cost\":\"36.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.1800\"},{\"id\":\"1411\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"30.0200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.0200\",\"real_unit_cost\":\"30.0200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0200\"},{\"id\":\"1412\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"1413\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1552\",\"product_code\":\"102360\",\"product_name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"option_id\":null,\"net_unit_cost\":\"19.8500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.8500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.8500\",\"real_unit_cost\":\"19.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.8500\"},{\"id\":\"1414\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1553\",\"product_code\":\"10279\",\"product_name\":\"PLANCHA PARA ALBA\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"1415\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1554\",\"product_code\":\"76174474640\",\"product_name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"option_id\":null,\"net_unit_cost\":\"75.1000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.2000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"75.1000\",\"real_unit_cost\":\"75.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"75.1000\"},{\"id\":\"1416\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1555\",\"product_code\":\"76174474404\",\"product_name\":\"PLOMADA YESO STANLEY 47-400\",\"option_id\":null,\"net_unit_cost\":\"55.6000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.6000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"55.6000\",\"real_unit_cost\":\"55.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.6000\"},{\"id\":\"1417\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1556\",\"product_code\":\"76174474602\",\"product_name\":\"PLOMADA YESO STANLEY 47-460\",\"option_id\":null,\"net_unit_cost\":\"64.0500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"64.0500\",\"real_unit_cost\":\"64.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0500\"},{\"id\":\"1418\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"91.7600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"91.7600\",\"real_unit_cost\":\"91.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"91.7600\"},{\"id\":\"1419\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1558\",\"product_code\":\"300V-80\",\"product_name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"option_id\":null,\"net_unit_cost\":\"84.7000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"508.2000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"84.7000\",\"real_unit_cost\":\"84.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"84.7000\"},{\"id\":\"1420\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1122\",\"product_code\":\"7441000000000\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.2500\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"1421\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1560\",\"product_code\":\"7730720000000\",\"product_name\":\"POXIPOL SOLDADURA PLASTICA\",\"option_id\":null,\"net_unit_cost\":\"22.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.0000\",\"real_unit_cost\":\"22.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.0000\"},{\"id\":\"1422\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1561\",\"product_code\":\"AA823\\/120\",\"product_name\":\"PULIDORA GLP 9 2300W\",\"option_id\":null,\"net_unit_cost\":\"556.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"556.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"556.5000\",\"real_unit_cost\":\"556.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"556.5000\"},{\"id\":\"1423\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1562\",\"product_code\":\"15155\",\"product_name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"option_id\":null,\"net_unit_cost\":\"8.4600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.3000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.4600\",\"real_unit_cost\":\"8.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4600\"},{\"id\":\"1424\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"18.0700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.2100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0700\",\"real_unit_cost\":\"18.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0700\"},{\"id\":\"1425\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"36.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.3000\",\"real_unit_cost\":\"36.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.3000\"},{\"id\":\"1426\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"5.1700\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.3100\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1700\",\"real_unit_cost\":\"5.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1700\"},{\"id\":\"1427\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"2.4600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.3000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4600\",\"real_unit_cost\":\"2.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4600\"},{\"id\":\"1428\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"4.0500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0500\",\"real_unit_cost\":\"4.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0500\"},{\"id\":\"1429\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"4.5700\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.8300\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5700\",\"real_unit_cost\":\"4.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5700\"},{\"id\":\"1430\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1569\",\"product_code\":\"70330000328\",\"product_name\":\"RASURADORA BIC 1 HOJA\",\"option_id\":null,\"net_unit_cost\":\"1.7300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.9500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.7300\",\"real_unit_cost\":\"1.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7300\"},{\"id\":\"1431\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"25.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.0000\",\"real_unit_cost\":\"25.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0000\"},{\"id\":\"1432\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1571\",\"product_code\":\"9002490000000\",\"product_name\":\"RED BULL     .\",\"option_id\":null,\"net_unit_cost\":\"9.8500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.8500\",\"real_unit_cost\":\"9.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8500\"},{\"id\":\"1433\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1572\",\"product_code\":\"PVC00123\",\"product_name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.2000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"84.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2000\",\"real_unit_cost\":\"4.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2000\"},{\"id\":\"1434\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1573\",\"product_code\":\"PVC00125\",\"product_name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"1435\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1574\",\"product_code\":\"PVC00122\",\"product_name\":\"REDUCIDOR 1 1\\/2-1\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"1436\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1575\",\"product_code\":\"PVC00126\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\",\"option_id\":null,\"net_unit_cost\":\"3.1300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.2600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.1300\",\"real_unit_cost\":\"3.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.1300\"},{\"id\":\"1437\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1576\",\"product_code\":\"PVC00127\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"1438\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1577\",\"product_code\":\"PVC00131\",\"product_name\":\"REDUCIDOR 1- 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.5300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.9500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5300\",\"real_unit_cost\":\"1.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5300\"},{\"id\":\"1439\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1578\",\"product_code\":\"PVC00130\",\"product_name\":\"REDUCIDOR 1-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.2400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.8400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2400\",\"real_unit_cost\":\"2.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2400\"},{\"id\":\"1440\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1579\",\"product_code\":\"PVC00141\",\"product_name\":\"REDUCIDOR 2 - 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.9500\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.3000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9500\",\"real_unit_cost\":\"3.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9500\"},{\"id\":\"1441\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1580\",\"product_code\":\"PVC00136\",\"product_name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"195.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"1442\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1581\",\"product_code\":\"PVC00132\",\"product_name\":\"REDUCIDOR 2 1\\/2-1\",\"option_id\":null,\"net_unit_cost\":\"12.4800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.4800\",\"real_unit_cost\":\"12.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.4800\"},{\"id\":\"1443\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1582\",\"product_code\":\"PVC00137\",\"product_name\":\"REDUCIDOR 2-1\",\"option_id\":null,\"net_unit_cost\":\"3.0500\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.6500\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0500\",\"real_unit_cost\":\"3.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0500\"},{\"id\":\"1444\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1583\",\"product_code\":\"PVC00140\",\"product_name\":\"REDUCIDOR 2-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.7100\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.9700\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7100\",\"real_unit_cost\":\"2.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7100\"},{\"id\":\"1445\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1584\",\"product_code\":\"PVC143\",\"product_name\":\"REDUCIDOR 3- 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"32.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.0000\",\"real_unit_cost\":\"32.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.0000\"},{\"id\":\"1446\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1585\",\"product_code\":\"PVC144\",\"product_name\":\"REDUCIDOR 3-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"20.6500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.6500\",\"real_unit_cost\":\"20.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.6500\"},{\"id\":\"1447\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1586\",\"product_code\":\"PVC00142\",\"product_name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.8900\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9200\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8900\",\"real_unit_cost\":\"0.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8900\"},{\"id\":\"1448\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1587\",\"product_code\":\"102349\",\"product_name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"option_id\":null,\"net_unit_cost\":\"8.3900\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"151.0200\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.3900\",\"real_unit_cost\":\"8.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3900\"},{\"id\":\"1449\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1588\",\"product_code\":\"PVC00154\",\"product_name\":\"REDUCIDOR 4 - 3\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"1450\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1589\",\"product_code\":\"PVC00153\",\"product_name\":\"REDUCIDOR 4-2\",\"option_id\":null,\"net_unit_cost\":\"7.0500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0500\",\"real_unit_cost\":\"7.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0500\"},{\"id\":\"1451\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1590\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"option_id\":null,\"net_unit_cost\":\"14.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.9600\",\"real_unit_cost\":\"14.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.9600\"},{\"id\":\"1452\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1591\",\"product_code\":\"102111\",\"product_name\":\"REDUCIDOR DE 3-1\",\"option_id\":null,\"net_unit_cost\":\"30.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.0000\",\"real_unit_cost\":\"30.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0000\"},{\"id\":\"1453\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1592\",\"product_code\":\"PVC00152\",\"product_name\":\"REDUCIDOR DR 3-2\",\"option_id\":null,\"net_unit_cost\":\"4.3900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.3900\",\"real_unit_cost\":\"4.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3900\"},{\"id\":\"1454\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1593\",\"product_code\":\"7441320000000\",\"product_name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"5.6000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.6000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.6000\",\"real_unit_cost\":\"5.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.6000\"},{\"id\":\"1455\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1594\",\"product_code\":\"pvc00128\",\"product_name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"1456\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"42.0700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"378.6300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.0700\",\"real_unit_cost\":\"42.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.0700\"},{\"id\":\"1457\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1596\",\"product_code\":\"GE-0279\",\"product_name\":\"REGADERA PLASTICA BLANCA\",\"option_id\":null,\"net_unit_cost\":\"4.4000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"61.6000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4000\",\"real_unit_cost\":\"4.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4000\"},{\"id\":\"1458\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"25.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.2500\",\"real_unit_cost\":\"25.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2500\"},{\"id\":\"1459\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"28.3600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.3600\",\"real_unit_cost\":\"28.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.3600\"},{\"id\":\"1460\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"3.3100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3100\",\"real_unit_cost\":\"3.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3100\"},{\"id\":\"1461\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"40.8300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"204.1500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.8300\",\"real_unit_cost\":\"40.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.8300\"},{\"id\":\"1462\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"44.6700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"402.0300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.6700\",\"real_unit_cost\":\"44.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.6700\"},{\"id\":\"1463\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1602\",\"product_code\":\"10299\",\"product_name\":\"REPOSADERA 2 P ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"1464\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1603\",\"product_code\":\"GRI001475\",\"product_name\":\"REPOSADERA 3  ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"13.6700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"136.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.6700\",\"real_unit_cost\":\"13.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.6700\"},{\"id\":\"1465\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1604\",\"product_code\":\"102146\",\"product_name\":\"REPOSADERA 4*4? ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"1466\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1605\",\"product_code\":\"FER000012\",\"product_name\":\"REPOSADERA BRONCE 3*3\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"1467\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"10.6500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"74.5500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.6500\",\"real_unit_cost\":\"10.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6500\"},{\"id\":\"1468\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"31.4600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"62.9200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.4600\",\"real_unit_cost\":\"31.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.4600\"},{\"id\":\"1469\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1608\",\"product_code\":\"81537201405\",\"product_name\":\"REVIVE 600 ML\",\"option_id\":null,\"net_unit_cost\":\"4.8600\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.7600\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.8600\",\"real_unit_cost\":\"4.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8600\"},{\"id\":\"1470\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1317\",\"product_code\":\"7406190000000\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"1.5100\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.3200\",\"quantity_balance\":\"32.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5100\",\"real_unit_cost\":\"1.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"32.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5100\"},{\"id\":\"1471\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"39.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"156.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.0000\",\"real_unit_cost\":\"39.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.0000\"},{\"id\":\"1472\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"22.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.2500\",\"real_unit_cost\":\"22.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.2500\"},{\"id\":\"1473\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"261.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"261.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"261.2500\",\"real_unit_cost\":\"261.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"261.2500\"},{\"id\":\"1474\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"145.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"145.0000\",\"real_unit_cost\":\"145.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"145.0000\"},{\"id\":\"1475\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"208.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"208.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"208.1900\",\"real_unit_cost\":\"208.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"208.1900\"},{\"id\":\"1476\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"750.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"750.0000\",\"real_unit_cost\":\"750.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"750.0000\"},{\"id\":\"1477\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1616\",\"product_code\":\"pvc00124\",\"product_name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"1478\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1617\",\"product_code\":\"98\",\"product_name\":\"SABRITAS.           .\",\"option_id\":null,\"net_unit_cost\":\"3.5300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.7700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5300\",\"real_unit_cost\":\"3.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5300\"},{\"id\":\"1479\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"998\",\"product_code\":\"4711680000000\",\"product_name\":\"BORRADOR CANDY\",\"option_id\":null,\"net_unit_cost\":\"0.5400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.1600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5400\",\"real_unit_cost\":\"0.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5400\"},{\"id\":\"1480\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1619\",\"product_code\":\"74410187\",\"product_name\":\"SAL ANDREWS\",\"option_id\":null,\"net_unit_cost\":\"1.0900\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.7100\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0900\",\"real_unit_cost\":\"1.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0900\"},{\"id\":\"1481\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"927\",\"product_code\":\"7501730000000\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"option_id\":null,\"net_unit_cost\":\"6.4000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4000\",\"real_unit_cost\":\"6.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4000\"},{\"id\":\"1482\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1122\",\"product_code\":\"7441000000000\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"0.6700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6700\",\"real_unit_cost\":\"0.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6700\"},{\"id\":\"1483\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1122\",\"product_code\":\"7441000000000\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"1484\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1623\",\"product_code\":\"47501200000000\",\"product_name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"option_id\":null,\"net_unit_cost\":\"5.7200\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"200.2000\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.7200\",\"real_unit_cost\":\"5.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7200\"},{\"id\":\"1485\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1624\",\"product_code\":\"VK0785\",\"product_name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"option_id\":null,\"net_unit_cost\":\"9.9000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.9000\",\"real_unit_cost\":\"9.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.9000\"},{\"id\":\"1486\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1625\",\"product_code\":\"750127000000\",\"product_name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"option_id\":null,\"net_unit_cost\":\"28.9600\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"289.6000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.9600\",\"real_unit_cost\":\"28.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.9600\"},{\"id\":\"1487\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"16.9800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9800\",\"real_unit_cost\":\"16.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9800\"},{\"id\":\"1488\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1460\",\"product_code\":\"7441010000000\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"7.1300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.1300\",\"real_unit_cost\":\"7.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1300\"},{\"id\":\"1489\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.5600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.3600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5600\",\"real_unit_cost\":\"6.5600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5600\"},{\"id\":\"1490\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1629\",\"product_code\":\"102304\",\"product_name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"23.7000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.7000\",\"real_unit_cost\":\"23.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.7000\"},{\"id\":\"1491\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"964\",\"product_code\":\"747752000000\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"45.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"45.0000\",\"real_unit_cost\":\"45.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.0000\"},{\"id\":\"1492\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1631\",\"product_code\":\"81537305226\",\"product_name\":\"SE\",\"option_id\":null,\"net_unit_cost\":\"0.8600\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.2000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8600\",\"real_unit_cost\":\"0.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8600\"},{\"id\":\"1493\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1094\",\"product_code\":\"7501060000000\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.2900\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"1494\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1633\",\"product_code\":\"W185\\/1\\/120\",\"product_name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"option_id\":null,\"net_unit_cost\":\"402.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"402.5000\",\"real_unit_cost\":\"402.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"402.5000\"},{\"id\":\"1495\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"455.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"455.0000\",\"real_unit_cost\":\"455.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"455.0000\"},{\"id\":\"1496\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1635\",\"product_code\":\"FER01143\",\"product_name\":\"SIERRA FINA SANDFLEX 1224\",\"option_id\":null,\"net_unit_cost\":\"7.7500\",\"quantity\":\"97.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"751.7500\",\"quantity_balance\":\"97.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.7500\",\"real_unit_cost\":\"7.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"97.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7500\"},{\"id\":\"1497\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"34.4600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.4600\",\"real_unit_cost\":\"34.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.4600\"},{\"id\":\"1498\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"39.0900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.0900\",\"real_unit_cost\":\"39.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.0900\"},{\"id\":\"1499\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1638\",\"product_code\":\"COS14\\/1\\/120\",\"product_name\":\"SIERRA TRONZADORA 14-2000W\",\"option_id\":null,\"net_unit_cost\":\"619.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"619.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"619.5000\",\"real_unit_cost\":\"619.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"619.5000\"},{\"id\":\"1500\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1639\",\"product_code\":\"CS814\\/3\\/120\",\"product_name\":\"SIERRA TROZADORA 14-2400W\",\"option_id\":null,\"net_unit_cost\":\"850.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"850.5000\",\"real_unit_cost\":\"850.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"850.5000\"},{\"id\":\"1501\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"927\",\"product_code\":\"7501730000000\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"option_id\":null,\"net_unit_cost\":\"25.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.5000\",\"real_unit_cost\":\"25.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.5000\"},{\"id\":\"1502\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1641\",\"product_code\":\"411868\",\"product_name\":\"SIFON PARA LAVAMANOS QUALITA\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"95.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"1503\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1642\",\"product_code\":\"7501910000000\",\"product_name\":\"SIKA LATEX -N 1.2 LT\",\"option_id\":null,\"net_unit_cost\":\"39.9700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"119.9100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.9700\",\"real_unit_cost\":\"39.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.9700\"},{\"id\":\"1504\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1643\",\"product_code\":\"7406140000000\",\"product_name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"option_id\":null,\"net_unit_cost\":\"117.8000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"353.4000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"117.8000\",\"real_unit_cost\":\"117.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"117.8000\"},{\"id\":\"1505\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1644\",\"product_code\":\"33886000390\",\"product_name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"option_id\":null,\"net_unit_cost\":\"43.2300\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"518.7600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"43.2300\",\"real_unit_cost\":\"43.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.2300\"},{\"id\":\"1506\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1645\",\"product_code\":\"7756960000000\",\"product_name\":\"SIKASIL E VARIOS 280ML\",\"option_id\":null,\"net_unit_cost\":\"17.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.0000\",\"real_unit_cost\":\"17.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.0000\"},{\"id\":\"1507\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1646\",\"product_code\":\"7406030000000\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"1508\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1646\",\"product_code\":\"7406030000000\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"1509\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1646\",\"product_code\":\"7406030000000\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"1510\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1649\",\"product_code\":\"7702050000000\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"1511\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1649\",\"product_code\":\"7702050000000\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"1512\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1649\",\"product_code\":\"7702050000000\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"1513\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1460\",\"product_code\":\"7441010000000\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"25.8200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.8200\",\"real_unit_cost\":\"25.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.8200\"},{\"id\":\"1514\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1653\",\"product_code\":\"77472141340\",\"product_name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"option_id\":null,\"net_unit_cost\":\"24.8500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.4000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.8500\",\"real_unit_cost\":\"24.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.8500\"},{\"id\":\"1515\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"22.7000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.7000\",\"real_unit_cost\":\"22.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.7000\"},{\"id\":\"1516\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1655\",\"product_code\":\"7450010000000\",\"product_name\":\"SOBRE DE BRILLANTINA\",\"option_id\":null,\"net_unit_cost\":\"0.5500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.8000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5500\",\"real_unit_cost\":\"0.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5500\"},{\"id\":\"1517\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1295\",\"product_code\":\"7441110000000\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"1518\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1657\",\"product_code\":\"52\",\"product_name\":\"SOPAS INSTANTANEAS .\",\"option_id\":null,\"net_unit_cost\":\"3.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3300\",\"real_unit_cost\":\"3.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3300\"},{\"id\":\"1519\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1658\",\"product_code\":\"ELE055\",\"product_name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"option_id\":null,\"net_unit_cost\":\"3.9000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.2000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9000\",\"real_unit_cost\":\"3.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9000\"},{\"id\":\"1520\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"12.3200\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"197.1200\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.3200\",\"real_unit_cost\":\"12.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.3200\"},{\"id\":\"1521\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"978\",\"product_code\":\"7501030000000\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"option_id\":null,\"net_unit_cost\":\"9.2700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.2700\",\"real_unit_cost\":\"9.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.2700\"},{\"id\":\"1522\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1661\",\"product_code\":\"21200964749\",\"product_name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"option_id\":null,\"net_unit_cost\":\"17.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.9000\",\"real_unit_cost\":\"17.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.9000\"},{\"id\":\"1523\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1662\",\"product_code\":\"21200212109\",\"product_name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"option_id\":null,\"net_unit_cost\":\"55.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"55.9000\",\"real_unit_cost\":\"55.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.9000\"},{\"id\":\"1524\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"1525\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1664\",\"product_code\":\"7891200000000\",\"product_name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.5000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"1526\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1665\",\"product_code\":\"85051000421\",\"product_name\":\"SUPER ECONOMY TYPE A\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"192.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"1527\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1541\",\"product_code\":\"7702090000000\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"option_id\":null,\"net_unit_cost\":\"25.2400\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"227.1600\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.2400\",\"real_unit_cost\":\"25.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2400\"},{\"id\":\"1528\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1540\",\"product_code\":\"8012200000000\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"7.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.2500\",\"real_unit_cost\":\"7.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2500\"},{\"id\":\"1529\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1668\",\"product_code\":\"1\",\"product_name\":\"TABCIN.\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.9400\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"1530\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1669\",\"product_code\":\"783164000000\",\"product_name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"option_id\":null,\"net_unit_cost\":\"170.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"170.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"170.1500\",\"real_unit_cost\":\"170.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"170.1500\"},{\"id\":\"1531\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1670\",\"product_code\":\"TA002\",\"product_name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"option_id\":null,\"net_unit_cost\":\"36.1400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.1400\",\"real_unit_cost\":\"36.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.1400\"},{\"id\":\"1532\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1671\",\"product_code\":\"DW508S-B3\",\"product_name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"option_id\":null,\"net_unit_cost\":\"696.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"696.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"696.0000\",\"real_unit_cost\":\"696.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"696.0000\"},{\"id\":\"1533\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1672\",\"product_code\":\"TP813\\/3\",\"product_name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"option_id\":null,\"net_unit_cost\":\"455.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"455.0000\",\"real_unit_cost\":\"455.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"455.0000\"},{\"id\":\"1534\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1673\",\"product_code\":\"TP913\\/4\",\"product_name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"option_id\":null,\"net_unit_cost\":\"416.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"416.5000\",\"real_unit_cost\":\"416.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"416.5000\"},{\"id\":\"1535\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1674\",\"product_code\":\"5374-20\",\"product_name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"650.3000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"650.3000\",\"real_unit_cost\":\"650.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"650.3000\"},{\"id\":\"1536\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.4400\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"80.5200\",\"quantity_balance\":\"33.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4400\",\"real_unit_cost\":\"2.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"33.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4400\"},{\"id\":\"1537\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"1538\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1677\",\"product_code\":\"7622210000000\",\"product_name\":\"TANG FRUIT PONCH 20G\",\"option_id\":null,\"net_unit_cost\":\"1.2000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.4000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.2000\",\"real_unit_cost\":\"1.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2000\"},{\"id\":\"1539\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"29.9000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"358.8000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"29.9000\",\"real_unit_cost\":\"29.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"29.9000\"},{\"id\":\"1540\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"53.8000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"269.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"53.8000\",\"real_unit_cost\":\"53.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"53.8000\"},{\"id\":\"1541\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"91.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"91.8500\",\"real_unit_cost\":\"91.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"91.8500\"},{\"id\":\"1542\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1527\",\"product_code\":\"7501200000000\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"148.9000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"297.8000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"148.9000\",\"real_unit_cost\":\"148.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"148.9000\"},{\"id\":\"1543\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1682\",\"product_code\":\"FER0015\",\"product_name\":\"TAPADERA DE SANITARIO ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"1544\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1683\",\"product_code\":\"PVC00161\",\"product_name\":\"TAPON 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"1545\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1684\",\"product_code\":\"PVC00164\",\"product_name\":\"TAPON 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"1546\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1685\",\"product_code\":\"102290\",\"product_name\":\"TAPON 1\\/2 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"1547\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1686\",\"product_code\":\"PVC00168\",\"product_name\":\"TAPON 2\",\"option_id\":null,\"net_unit_cost\":\"3.9900\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.7400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9900\",\"real_unit_cost\":\"3.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9900\"},{\"id\":\"1548\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1687\",\"product_code\":\"102252\",\"product_name\":\"TAPON 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.8900\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.0300\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.8900\",\"real_unit_cost\":\"4.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8900\"},{\"id\":\"1549\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1688\",\"product_code\":\"PVC00158\",\"product_name\":\"TAPON H 1\",\"option_id\":null,\"net_unit_cost\":\"0.9900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.9700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9900\",\"real_unit_cost\":\"0.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9900\"},{\"id\":\"1550\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1689\",\"product_code\":\"PVC00159\",\"product_name\":\"TAPON H 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"1551\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1690\",\"product_code\":\"PVC00171\",\"product_name\":\"TAPON H 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.4600\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.1800\",\"quantity_balance\":\"33.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4600\",\"real_unit_cost\":\"1.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"33.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4600\"},{\"id\":\"1552\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1691\",\"product_code\":\"10205\",\"product_name\":\"TAPON H DR 3\",\"option_id\":null,\"net_unit_cost\":\"2.7900\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.7000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7900\",\"real_unit_cost\":\"2.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7900\"},{\"id\":\"1553\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"1692\",\"product_code\":\"102347\",\"product_name\":\"TAPON HEMBRA 3 PSI\",\"option_id\":null,\"net_unit_cost\":\"28.4700\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"882.5700\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.4700\",\"real_unit_cost\":\"28.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4700\"},{\"id\":\"1554\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"8.3100\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.2400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.3100\",\"real_unit_cost\":\"8.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3100\"}]}', '2022-04-27 12:50:47');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1634, 'Purchase is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"10\",\"reference_no\":\"PO2022\\/04\\/0033\",\"date\":\"2022-04-27 08:02:00\",\"supplier_id\":\"6\",\"supplier\":\"INVENTARIO INICIAL\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"42763.6600\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"42763.6600\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"0\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"759\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"898\",\"product_code\":\"76770504804\",\"product_name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"option_id\":null,\"net_unit_cost\":\"700.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"700.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"700.0000\",\"real_unit_cost\":\"700.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"700.0000\"},{\"id\":\"760\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"899\",\"product_code\":\"7501850000000\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"option_id\":null,\"net_unit_cost\":\"1.9400\",\"quantity\":\"47.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"91.1800\",\"quantity_balance\":\"47.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.9400\",\"real_unit_cost\":\"1.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"47.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.9400\"},{\"id\":\"761\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"900\",\"product_code\":\"THQC1130\",\"product_name\":\"FLIPON # 30 THQC1130\",\"option_id\":null,\"net_unit_cost\":\"71.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"426.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"71.0000\",\"real_unit_cost\":\"71.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.0000\"},{\"id\":\"762\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"51.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"51.5000\",\"real_unit_cost\":\"51.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"51.5000\"},{\"id\":\"763\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"902\",\"product_code\":\"FER 75012066839\",\"product_name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"option_id\":null,\"net_unit_cost\":\"0.1700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1700\",\"real_unit_cost\":\"0.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1700\"},{\"id\":\"764\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"903\",\"product_code\":\"FER 75062406478\",\"product_name\":\"PLACA PARA TIMBRE VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"61.7400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"765\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"904\",\"product_code\":\"FER 02887444770\",\"product_name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"option_id\":null,\"net_unit_cost\":\"20.1600\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"987.8400\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.1600\",\"real_unit_cost\":\"20.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.1600\"},{\"id\":\"766\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"905\",\"product_code\":\"FER 75012066411\",\"product_name\":\"CUCHILLA  6? PRETUL\",\"option_id\":null,\"net_unit_cost\":\"5.2900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.2900\",\"real_unit_cost\":\"5.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2900\"},{\"id\":\"767\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"906\",\"product_code\":\"FER- 7506240656\",\"product_name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"option_id\":null,\"net_unit_cost\":\"18.7200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.7200\",\"real_unit_cost\":\"18.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.7200\"},{\"id\":\"768\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"907\",\"product_code\":\"FER00021\",\"product_name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.2300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.2300\",\"real_unit_cost\":\"1.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2300\"},{\"id\":\"769\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"5.3900\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.3400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.3900\",\"real_unit_cost\":\"5.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3900\"},{\"id\":\"770\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"909\",\"product_code\":\"53\",\"product_name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.0000\",\"quantity_balance\":\"44.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"44.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"771\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"2.4700\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.1100\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4700\",\"real_unit_cost\":\"2.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4700\"},{\"id\":\"772\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.2200\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"773\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.5900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5900\",\"real_unit_cost\":\"3.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5900\"},{\"id\":\"774\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"7.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.3900\",\"real_unit_cost\":\"7.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3900\"},{\"id\":\"775\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"914\",\"product_code\":\"1546 UNIDAD\",\"product_name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.8800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.4400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.8800\",\"real_unit_cost\":\"3.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8800\"},{\"id\":\"776\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"777\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"916\",\"product_code\":\"1553\",\"product_name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.2000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2000\",\"real_unit_cost\":\"4.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2000\"},{\"id\":\"778\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"917\",\"product_code\":\"A111\",\"product_name\":\"ABRAZADERA DE 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.8500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"779\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"918\",\"product_code\":\"AT001\",\"product_name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"1.7000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.2000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.7000\",\"real_unit_cost\":\"1.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7000\"},{\"id\":\"780\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"919\",\"product_code\":\"VK0894R\",\"product_name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"781\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"920\",\"product_code\":\"VK0928\",\"product_name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"782\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"921\",\"product_code\":\"ABRA002\",\"product_name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"50.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"50.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"50.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"783\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"922\",\"product_code\":\"ABRA001\",\"product_name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.0000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"784\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"923\",\"product_code\":\"9540 UNIDAD\",\"product_name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"0.7400\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.2400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7400\",\"real_unit_cost\":\"0.7400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7400\"},{\"id\":\"785\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"786\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"19.4000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.8000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.4000\",\"real_unit_cost\":\"19.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.4000\"},{\"id\":\"787\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"926\",\"product_code\":\"ACE04\",\"product_name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"option_id\":null,\"net_unit_cost\":\"19.2700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"134.8900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.2700\",\"real_unit_cost\":\"19.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.2700\"},{\"id\":\"788\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"927\",\"product_code\":\"7501730000000\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"option_id\":null,\"net_unit_cost\":\"31.3000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.3000\",\"real_unit_cost\":\"31.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.3000\"},{\"id\":\"789\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"928\",\"product_code\":\"85051001190\",\"product_name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"option_id\":null,\"net_unit_cost\":\"19.6400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.8400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.6400\",\"real_unit_cost\":\"19.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.6400\"},{\"id\":\"790\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"929\",\"product_code\":\"8420714187\",\"product_name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"option_id\":null,\"net_unit_cost\":\"25.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.5000\",\"real_unit_cost\":\"25.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.5000\"},{\"id\":\"791\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"930\",\"product_code\":\"102190\",\"product_name\":\"ACEITE SAE 40 AMERICAN\",\"option_id\":null,\"net_unit_cost\":\"20.4700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.9400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.4700\",\"real_unit_cost\":\"20.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.4700\"},{\"id\":\"792\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"931\",\"product_code\":\"10901800000000\",\"product_name\":\"ACETAMINOFEN CAPLIN POINT\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"94.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"56.4000\",\"quantity_balance\":\"94.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"94.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"793\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"932\",\"product_code\":\"7410000000000\",\"product_name\":\"ACETAMINOFEN MK (UNIDAD)\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.6000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"794\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"933\",\"product_code\":\"ACHUELA ALDOSA 2\",\"product_name\":\"ACHUELA ALDOSA 2\",\"option_id\":null,\"net_unit_cost\":\"20.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.0000\",\"real_unit_cost\":\"20.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.0000\"},{\"id\":\"795\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"934\",\"product_code\":\"7608970000000\",\"product_name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"option_id\":null,\"net_unit_cost\":\"5.7000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.7000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.7000\",\"real_unit_cost\":\"5.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7000\"},{\"id\":\"796\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"935\",\"product_code\":\"PVC00006\",\"product_name\":\"ADAOTADOR  1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"55.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.9500\",\"quantity_balance\":\"55.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"55.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"797\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"936\",\"product_code\":\"PVC00193\",\"product_name\":\"ADAPTADOR 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"94.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"74.2600\",\"quantity_balance\":\"94.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"94.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"798\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"937\",\"product_code\":\"PVC00007\",\"product_name\":\"ADAPTADOR 2\",\"option_id\":null,\"net_unit_cost\":\"2.6400\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.9200\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6400\",\"real_unit_cost\":\"2.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6400\"},{\"id\":\"799\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"938\",\"product_code\":\"100231000000\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"800\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"939\",\"product_code\":\"PVC00003\",\"product_name\":\"ADAPTADOR M 1\",\"option_id\":null,\"net_unit_cost\":\"1.4100\",\"quantity\":\"86.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"121.2600\",\"quantity_balance\":\"86.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4100\",\"real_unit_cost\":\"1.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"86.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4100\"},{\"id\":\"801\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"940\",\"product_code\":\"PVC00004\",\"product_name\":\"ADAPTADOR M 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.6100\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.8100\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.6100\",\"real_unit_cost\":\"1.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6100\"},{\"id\":\"802\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"941\",\"product_code\":\"PVC00005\",\"product_name\":\"ADAPTADOR M 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.5300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.7700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5300\",\"real_unit_cost\":\"3.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5300\"},{\"id\":\"803\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"942\",\"product_code\":\"PVC00010\",\"product_name\":\"ADAPTADOR M 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.1200\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"804\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"938\",\"product_code\":\"100231000000\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"805\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"8.5200\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"127.8000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.5200\",\"real_unit_cost\":\"8.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5200\"},{\"id\":\"806\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"807\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"7.2600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.2600\",\"real_unit_cost\":\"7.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2600\"},{\"id\":\"808\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"2.0800\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0800\",\"real_unit_cost\":\"2.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0800\"},{\"id\":\"809\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"948\",\"product_code\":\"760896000000\",\"product_name\":\"AGUA DESTIULADA PRODIN\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"810\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.0800\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.9200\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0800\",\"real_unit_cost\":\"2.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0800\"},{\"id\":\"811\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.8300\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"67.9200\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8300\",\"real_unit_cost\":\"2.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8300\"},{\"id\":\"812\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.1000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"813\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"4.8300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.4900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.8300\",\"real_unit_cost\":\"4.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8300\"},{\"id\":\"814\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"8.5000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.5000\",\"real_unit_cost\":\"8.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5000\"},{\"id\":\"815\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"954\",\"product_code\":\"GEL0003\",\"product_name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"91.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"816\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"817\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"956\",\"product_code\":\"7617484023\",\"product_name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"42.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.1900\",\"real_unit_cost\":\"42.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.1900\"},{\"id\":\"818\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"55.5200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"55.5200\",\"real_unit_cost\":\"55.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.5200\"},{\"id\":\"819\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"958\",\"product_code\":\"11418240780\",\"product_name\":\"ALKA AD  .\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.1800\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"820\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"959\",\"product_code\":\"11418040168\",\"product_name\":\"ALKA SELTZER .\",\"option_id\":null,\"net_unit_cost\":\"1.0000\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0000\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0000\",\"real_unit_cost\":\"1.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0000\"},{\"id\":\"821\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"960\",\"product_code\":\"AZ00151\",\"product_name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"option_id\":null,\"net_unit_cost\":\"52.7600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.5200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"52.7600\",\"real_unit_cost\":\"52.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"52.7600\"},{\"id\":\"822\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"110.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"110.7500\",\"real_unit_cost\":\"110.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"110.7500\"},{\"id\":\"823\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"962\",\"product_code\":\"24000501558\",\"product_name\":\"ALOE VERA DEL MONTE 500 ML\",\"option_id\":null,\"net_unit_cost\":\"11.2000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"112.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.2000\",\"real_unit_cost\":\"11.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2000\"},{\"id\":\"824\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"899\",\"product_code\":\"7501850000000\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"option_id\":null,\"net_unit_cost\":\"8.5000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.5000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.5000\",\"real_unit_cost\":\"8.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5000\"},{\"id\":\"825\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"964\",\"product_code\":\"747752000000\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"31.5500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.2000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.5500\",\"real_unit_cost\":\"31.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5500\"},{\"id\":\"826\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"965\",\"product_code\":\"7893950000000\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"option_id\":null,\"net_unit_cost\":\"26.0500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.1500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.0500\",\"real_unit_cost\":\"26.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.0500\"},{\"id\":\"827\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"966\",\"product_code\":\"69427100000000\",\"product_name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"option_id\":null,\"net_unit_cost\":\"16.1300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.1300\",\"real_unit_cost\":\"16.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.1300\"},{\"id\":\"828\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"0.1800\",\"quantity\":\"51.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.1800\",\"quantity_balance\":\"51.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1800\",\"real_unit_cost\":\"0.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"51.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1800\"},{\"id\":\"829\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"968\",\"product_code\":\"7501090000000\",\"product_name\":\"AROMATIZANTE CHICA FRESA\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"56.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"830\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"969\",\"product_code\":\"11418696839\",\"product_name\":\"ASPIRINA FORTE\",\"option_id\":null,\"net_unit_cost\":\"0.7800\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.1000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7800\",\"real_unit_cost\":\"0.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7800\"},{\"id\":\"831\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"405.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"405.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"405.0000\",\"real_unit_cost\":\"405.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"405.0000\"},{\"id\":\"832\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"81.5200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.5200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"81.5200\",\"real_unit_cost\":\"81.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"81.5200\"},{\"id\":\"833\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"972\",\"product_code\":\"102302\",\"product_name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"834\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"973\",\"product_code\":\"FER00088\",\"product_name\":\"BARNIZ GL NOGAL CELCO\",\"option_id\":null,\"net_unit_cost\":\"140.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"140.0000\",\"real_unit_cost\":\"140.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"140.0000\"},{\"id\":\"835\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"974\",\"product_code\":\"P47-600\",\"product_name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"350.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"700.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"350.0000\",\"real_unit_cost\":\"350.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"350.0000\"},{\"id\":\"836\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"975\",\"product_code\":\"P24BD-720\",\"product_name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"555.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"555.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"555.0000\",\"real_unit_cost\":\"555.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"555.0000\"},{\"id\":\"837\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"976\",\"product_code\":\"PNS60LS\",\"product_name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"525.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"525.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"525.0000\",\"real_unit_cost\":\"525.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"525.0000\"},{\"id\":\"838\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"977\",\"product_code\":\"783094000000\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.1600\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"839\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"978\",\"product_code\":\"7501030000000\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"840\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"3.9200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9200\",\"real_unit_cost\":\"3.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9200\"},{\"id\":\"841\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"82.2500\",\"quantity_balance\":\"25.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"25.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"842\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.1800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1800\",\"real_unit_cost\":\"4.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1800\"},{\"id\":\"843\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.5900\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.2600\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5900\",\"real_unit_cost\":\"6.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5900\"},{\"id\":\"844\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"983\",\"product_code\":\"FER00106\",\"product_name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"845\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"984\",\"product_code\":\"FER00108\",\"product_name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"846\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"985\",\"product_code\":\"FER00111\",\"product_name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.0000\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"847\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"986\",\"product_code\":\"150\",\"product_name\":\"BOCADELI PEQUE\",\"option_id\":null,\"net_unit_cost\":\"0.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4200\",\"real_unit_cost\":\"0.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4200\"},{\"id\":\"848\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"987\",\"product_code\":\"7501890000000\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"option_id\":null,\"net_unit_cost\":\"525.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"525.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"525.0000\",\"real_unit_cost\":\"525.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"525.0000\"},{\"id\":\"849\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"988\",\"product_code\":\"531100000000\",\"product_name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"option_id\":null,\"net_unit_cost\":\"675.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"675.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"675.0000\",\"real_unit_cost\":\"675.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"675.0000\"},{\"id\":\"850\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"45.6400\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"319.4800\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"45.6400\",\"real_unit_cost\":\"45.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.6400\"},{\"id\":\"851\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"989\",\"product_code\":\"7401090000000\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"666.0000\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"852\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"991\",\"product_code\":\"7406400000000\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"10.6600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.6600\",\"real_unit_cost\":\"10.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6600\"},{\"id\":\"853\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"991\",\"product_code\":\"7406400000000\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"36.9900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.9900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.9900\",\"real_unit_cost\":\"36.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.9900\"},{\"id\":\"854\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"991\",\"product_code\":\"7406400000000\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"20.3500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"122.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.3500\",\"real_unit_cost\":\"20.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.3500\"},{\"id\":\"855\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"991\",\"product_code\":\"7406400000000\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"18.5200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.6000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.5200\",\"real_unit_cost\":\"18.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.5200\"},{\"id\":\"856\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"991\",\"product_code\":\"7406400000000\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"32.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.0000\",\"real_unit_cost\":\"32.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.0000\"},{\"id\":\"857\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"991\",\"product_code\":\"7406400000000\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"858\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"997\",\"product_code\":\"7406230000000\",\"product_name\":\"BON BON COLOMBINA\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.8000\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"859\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"998\",\"product_code\":\"4711680000000\",\"product_name\":\"BORRADOR CANDY\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.1000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"860\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"43.7700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"43.7700\",\"real_unit_cost\":\"43.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.7700\"},{\"id\":\"861\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1000\",\"product_code\":\"756956000000\",\"product_name\":\"BOTONETA AMARILLA\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"862\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1000\",\"product_code\":\"756956000000\",\"product_name\":\"BOTONETA AMARILLA\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"863\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1002\",\"product_code\":\"10015600067\",\"product_name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"864\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"7.1700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.5100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.1700\",\"real_unit_cost\":\"7.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1700\"},{\"id\":\"865\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"866\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"6.2700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.2700\",\"real_unit_cost\":\"6.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2700\"},{\"id\":\"867\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"8.5200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.6000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.5200\",\"real_unit_cost\":\"8.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5200\"},{\"id\":\"868\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"869\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"5.1900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1900\",\"real_unit_cost\":\"5.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1900\"},{\"id\":\"870\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"8.5400\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"145.1800\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.5400\",\"real_unit_cost\":\"8.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5400\"},{\"id\":\"871\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1010\",\"product_code\":\"17501200000000\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"option_id\":null,\"net_unit_cost\":\"19.8200\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.3800\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.8200\",\"real_unit_cost\":\"19.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.8200\"},{\"id\":\"872\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"16.9700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.7600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9700\",\"real_unit_cost\":\"16.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9700\"},{\"id\":\"873\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.3700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3700\",\"real_unit_cost\":\"6.3700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3700\"},{\"id\":\"874\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.3300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.9300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.3300\",\"real_unit_cost\":\"4.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3300\"},{\"id\":\"875\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"8.4500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.2000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.4500\",\"real_unit_cost\":\"8.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4500\"},{\"id\":\"876\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"11.8900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.8900\",\"real_unit_cost\":\"11.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.8900\"},{\"id\":\"877\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1010\",\"product_code\":\"17501200000000\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"option_id\":null,\"net_unit_cost\":\"32.5200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.5200\",\"real_unit_cost\":\"32.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.5200\"},{\"id\":\"878\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"2.4600\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.6000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4600\",\"real_unit_cost\":\"2.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4600\"},{\"id\":\"879\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"4.3300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.3200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.3300\",\"real_unit_cost\":\"4.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3300\"},{\"id\":\"880\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1019\",\"product_code\":\"48-20-9130\",\"product_name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"34.3000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"308.7000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.3000\",\"real_unit_cost\":\"34.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.3000\"},{\"id\":\"881\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1020\",\"product_code\":\"10045200000000\",\"product_name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"option_id\":null,\"net_unit_cost\":\"49.9000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"299.4000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"49.9000\",\"real_unit_cost\":\"49.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.9000\"},{\"id\":\"882\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"883\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1022\",\"product_code\":\"FER02539\",\"product_name\":\"BROCHA 2 BYP\",\"option_id\":null,\"net_unit_cost\":\"3.7300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7300\",\"real_unit_cost\":\"3.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7300\"},{\"id\":\"884\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1021\",\"product_code\":\"769409000000\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"885\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1024\",\"product_code\":\"7506390000000\",\"product_name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"option_id\":null,\"net_unit_cost\":\"3.3100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.4800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3100\",\"real_unit_cost\":\"3.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3100\"},{\"id\":\"886\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"3.2900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"887\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"8.3100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.3100\",\"real_unit_cost\":\"8.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3100\"},{\"id\":\"888\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"7.8800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.7600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.8800\",\"real_unit_cost\":\"7.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8800\"},{\"id\":\"889\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"14.3800\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"115.0400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.3800\",\"real_unit_cost\":\"14.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.3800\"},{\"id\":\"890\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.3200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.3200\",\"real_unit_cost\":\"4.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3200\"},{\"id\":\"891\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"2.6700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6700\",\"real_unit_cost\":\"2.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6700\"},{\"id\":\"892\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1031\",\"product_code\":\"7503010000000\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.7000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.1000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.7000\",\"real_unit_cost\":\"1.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7000\"},{\"id\":\"893\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1031\",\"product_code\":\"7503010000000\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.6200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.4400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6200\",\"real_unit_cost\":\"2.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6200\"},{\"id\":\"894\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1031\",\"product_code\":\"7503010000000\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"3.9100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9100\",\"real_unit_cost\":\"3.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9100\"},{\"id\":\"895\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1031\",\"product_code\":\"7503010000000\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.3300\",\"real_unit_cost\":\"10.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.3300\"},{\"id\":\"896\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1031\",\"product_code\":\"7503010000000\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"13.4100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.4100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.4100\",\"real_unit_cost\":\"13.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.4100\"},{\"id\":\"897\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"5.1700\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"118.9100\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1700\",\"real_unit_cost\":\"5.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1700\"},{\"id\":\"898\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1037\",\"product_code\":\"75019815\",\"product_name\":\"BUBALOO       .\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"899\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1038\",\"product_code\":\"87295125991\",\"product_name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"option_id\":null,\"net_unit_cost\":\"1.1200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.4400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1200\",\"real_unit_cost\":\"1.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1200\"},{\"id\":\"900\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1039\",\"product_code\":\"ELE00076\",\"product_name\":\"CABLE PARALELO 2* 12 M\",\"option_id\":null,\"net_unit_cost\":\"9.5400\",\"quantity\":\"89.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"849.0600\",\"quantity_balance\":\"89.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.5400\",\"real_unit_cost\":\"9.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"89.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5400\"},{\"id\":\"901\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1040\",\"product_code\":\"ELE00077\",\"product_name\":\"CABLE PARALELO 2* 14 MT\",\"option_id\":null,\"net_unit_cost\":\"6.2100\",\"quantity\":\"157.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"974.9700\",\"quantity_balance\":\"157.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.2100\",\"real_unit_cost\":\"6.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"157.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2100\"},{\"id\":\"902\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1041\",\"product_code\":\"787705000000\",\"product_name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"79.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"553.0000\",\"quantity_balance\":\"79.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"79.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"903\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1042\",\"product_code\":\"21\",\"product_name\":\"CABLE THHN N0 8 NEGRO\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"77.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"469.7000\",\"quantity_balance\":\"77.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"77.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"904\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1043\",\"product_code\":\"6\",\"product_name\":\"CABLE THHN No.10 NEGRO\",\"option_id\":null,\"net_unit_cost\":\"3.6300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.6700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.6300\",\"real_unit_cost\":\"3.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.6300\"},{\"id\":\"905\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1044\",\"product_code\":\"3\",\"product_name\":\"CABLE THHN No.8 ROJO\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"62.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.2000\",\"quantity_balance\":\"62.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"62.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"906\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1045\",\"product_code\":\"4\",\"product_name\":\"CABLE THHN No.8 VERDE\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"76.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"159.6000\",\"quantity_balance\":\"76.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"76.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"907\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"82.1000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"164.2000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"82.1000\",\"real_unit_cost\":\"82.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"82.1000\"},{\"id\":\"908\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"162.1100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"162.1100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"162.1100\",\"real_unit_cost\":\"162.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"162.1100\"},{\"id\":\"909\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"201.5900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"201.5900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"201.5900\",\"real_unit_cost\":\"201.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"201.5900\"},{\"id\":\"910\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1049\",\"product_code\":\"102358\",\"product_name\":\"CAIMAN DE 30\\\"\",\"option_id\":null,\"net_unit_cost\":\"124.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"124.0000\",\"real_unit_cost\":\"124.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"124.0000\"},{\"id\":\"911\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1050\",\"product_code\":\"102359\",\"product_name\":\"CAIMAN DE 36\\\"\",\"option_id\":null,\"net_unit_cost\":\"142.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"142.0000\",\"real_unit_cost\":\"142.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"142.0000\"},{\"id\":\"912\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1051\",\"product_code\":\"7401180000000\",\"product_name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"30.9400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"340.3400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.9400\",\"real_unit_cost\":\"30.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.9400\"},{\"id\":\"913\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1052\",\"product_code\":\"100165000000\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"30.9400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"247.5200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.9400\",\"real_unit_cost\":\"30.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.9400\"},{\"id\":\"914\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1052\",\"product_code\":\"100165000000\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"30.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"275.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.5900\",\"real_unit_cost\":\"30.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.5900\"},{\"id\":\"915\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1054\",\"product_code\":\"ELE00081\",\"product_name\":\"CAJA OCTAGONAL METAL\",\"option_id\":null,\"net_unit_cost\":\"2.8700\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8700\",\"real_unit_cost\":\"2.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8700\"},{\"id\":\"916\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1055\",\"product_code\":\"ELE00082\",\"product_name\":\"CAJA OCTAGONAL PLAS\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"69.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"345.0000\",\"quantity_balance\":\"69.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"69.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"917\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1056\",\"product_code\":\"7441100000000\",\"product_name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"option_id\":null,\"net_unit_cost\":\"7.8400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.8400\",\"real_unit_cost\":\"7.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8400\"},{\"id\":\"918\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1057\",\"product_code\":\"7441020000000\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"option_id\":null,\"net_unit_cost\":\"6.4400\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.8800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4400\",\"real_unit_cost\":\"6.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4400\"},{\"id\":\"919\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1058\",\"product_code\":\"7831640000000\",\"product_name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"476.0000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"920\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1059\",\"product_code\":\"744110000000\",\"product_name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"option_id\":null,\"net_unit_cost\":\"3.8800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.8800\",\"real_unit_cost\":\"3.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8800\"},{\"id\":\"921\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1060\",\"product_code\":\"ELE00085\",\"product_name\":\"CAJA RECTANGULAR METAL\",\"option_id\":null,\"net_unit_cost\":\"2.3500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.3500\",\"real_unit_cost\":\"2.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3500\"},{\"id\":\"922\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1061\",\"product_code\":\"10277\",\"product_name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"option_id\":null,\"net_unit_cost\":\"1.8000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8000\",\"real_unit_cost\":\"1.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8000\"},{\"id\":\"923\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1057\",\"product_code\":\"7441020000000\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"924\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"185.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"185.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"185.5000\",\"real_unit_cost\":\"185.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"185.5000\"},{\"id\":\"925\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"9.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0800\",\"real_unit_cost\":\"9.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0800\"},{\"id\":\"926\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1065\",\"product_code\":\"FER0313\",\"product_name\":\"CANDADO 40MM DORADO WHALE\",\"option_id\":null,\"net_unit_cost\":\"11.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.0000\",\"real_unit_cost\":\"11.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.0000\"},{\"id\":\"927\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"11.9800\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9800\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9800\",\"real_unit_cost\":\"11.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9800\"},{\"id\":\"928\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1067\",\"product_code\":\"751207000000\",\"product_name\":\"CANDADO 50MM HERMEX\",\"option_id\":null,\"net_unit_cost\":\"16.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9600\",\"real_unit_cost\":\"16.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9600\"},{\"id\":\"929\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1068\",\"product_code\":\"102314\",\"product_name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"930\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1069\",\"product_code\":\"VK0867\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"option_id\":null,\"net_unit_cost\":\"19.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.5000\",\"real_unit_cost\":\"19.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.5000\"},{\"id\":\"931\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1070\",\"product_code\":\"VK0898\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"28.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.5000\",\"real_unit_cost\":\"28.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.5000\"},{\"id\":\"932\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1071\",\"product_code\":\"FER0314\",\"product_name\":\"CANDADO WHALE DORADO 50 MM\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"933\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1072\",\"product_code\":\"8012230000000\",\"product_name\":\"CANDADO YALE 40 MM\",\"option_id\":null,\"net_unit_cost\":\"60.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"60.0000\",\"real_unit_cost\":\"60.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"60.0000\"},{\"id\":\"934\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1072\",\"product_code\":\"8012230000000\",\"product_name\":\"CANDADO YALE 40 MM\",\"option_id\":null,\"net_unit_cost\":\"90.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"90.0000\",\"real_unit_cost\":\"90.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.0000\"},{\"id\":\"935\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1072\",\"product_code\":\"8012230000000\",\"product_name\":\"CANDADO YALE 40 MM\",\"option_id\":null,\"net_unit_cost\":\"115.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"345.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"115.0000\",\"real_unit_cost\":\"115.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"115.0000\"},{\"id\":\"936\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1075\",\"product_code\":\"15310\",\"product_name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"option_id\":null,\"net_unit_cost\":\"46.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"46.2500\",\"real_unit_cost\":\"46.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"46.2500\"},{\"id\":\"937\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1076\",\"product_code\":\"747753000000\",\"product_name\":\"CANGREJO STANLEY 8\\\"\",\"option_id\":null,\"net_unit_cost\":\"43.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"43.5000\",\"real_unit_cost\":\"43.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.5000\"},{\"id\":\"938\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1077\",\"product_code\":\"MS1001\\/2L\",\"product_name\":\"CARETA NEO FOTOSENSIBLE\",\"option_id\":null,\"net_unit_cost\":\"385.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"770.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"385.0000\",\"real_unit_cost\":\"385.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"385.0000\"},{\"id\":\"939\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1078\",\"product_code\":\"7605730955\",\"product_name\":\"CASHITA MANI JAPONESA\",\"option_id\":null,\"net_unit_cost\":\"0.7800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7800\",\"real_unit_cost\":\"0.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7800\"},{\"id\":\"940\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1079\",\"product_code\":\"760573000000\",\"product_name\":\"CASHITAS\",\"option_id\":null,\"net_unit_cost\":\"2.9200\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.3600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9200\",\"real_unit_cost\":\"2.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9200\"},{\"id\":\"941\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"11.9500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9500\",\"real_unit_cost\":\"11.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9500\"},{\"id\":\"942\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1081\",\"product_code\":\"102320\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"option_id\":null,\"net_unit_cost\":\"9.4100\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"122.3300\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.4100\",\"real_unit_cost\":\"9.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.4100\"},{\"id\":\"943\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1082\",\"product_code\":\"102307\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"7.5200\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.1600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5200\",\"real_unit_cost\":\"7.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5200\"},{\"id\":\"944\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1083\",\"product_code\":\"ALF0035\",\"product_name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"7.9900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.9700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.9900\",\"real_unit_cost\":\"7.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.9900\"},{\"id\":\"945\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1084\",\"product_code\":\"D12\",\"product_name\":\"CEPILLO DE DIENTES UNID.\",\"option_id\":null,\"net_unit_cost\":\"1.1700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.3600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1700\",\"real_unit_cost\":\"1.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1700\"},{\"id\":\"946\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1085\",\"product_code\":\"51131390300\",\"product_name\":\"CERA CINTETICA PROTECTORA473 ML\",\"option_id\":null,\"net_unit_cost\":\"76.3500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.3500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"76.3500\",\"real_unit_cost\":\"76.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"76.3500\"},{\"id\":\"947\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1086\",\"product_code\":\"80660956411\",\"product_name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"option_id\":null,\"net_unit_cost\":\"12.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0800\",\"real_unit_cost\":\"12.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0800\"},{\"id\":\"948\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1087\",\"product_code\":\"75032715\",\"product_name\":\"CERVEZA CORONA BOTELLA.\",\"option_id\":null,\"net_unit_cost\":\"5.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.8300\",\"real_unit_cost\":\"5.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8300\"},{\"id\":\"949\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1088\",\"product_code\":\"74000715\",\"product_name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"option_id\":null,\"net_unit_cost\":\"6.1300\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"183.9000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1300\",\"real_unit_cost\":\"6.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1300\"},{\"id\":\"950\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"3.4200\",\"quantity\":\"68.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"232.5600\",\"quantity_balance\":\"68.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.4200\",\"real_unit_cost\":\"3.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"68.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4200\"},{\"id\":\"951\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"368.0000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"952\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"11.4400\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"560.5600\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.4400\",\"real_unit_cost\":\"11.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.4400\"},{\"id\":\"953\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0000\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"954\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"7.1200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.1200\",\"real_unit_cost\":\"7.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1200\"},{\"id\":\"955\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1094\",\"product_code\":\"7501060000000\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"option_id\":null,\"net_unit_cost\":\"6.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.2500\",\"real_unit_cost\":\"6.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2500\"},{\"id\":\"956\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1094\",\"product_code\":\"7501060000000\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"option_id\":null,\"net_unit_cost\":\"4.5800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.3200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5800\",\"real_unit_cost\":\"4.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5800\"},{\"id\":\"957\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1096\",\"product_code\":\"75027278\",\"product_name\":\"CERVEZA MODELO VIDRIO .\",\"option_id\":null,\"net_unit_cost\":\"5.8300\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"69.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.8300\",\"real_unit_cost\":\"5.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8300\"},{\"id\":\"958\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1097\",\"product_code\":\"74000722\",\"product_name\":\"CERVEZA MONTE CARLO PREMIUN\",\"option_id\":null,\"net_unit_cost\":\"9.0100\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.1600\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0100\",\"real_unit_cost\":\"9.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0100\"},{\"id\":\"959\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1098\",\"product_code\":\"75002459\",\"product_name\":\"CERVEZA TECATE\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"164.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"724.8800\",\"quantity_balance\":\"164.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"164.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"960\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1099\",\"product_code\":\"60MM DERECHA\",\"product_name\":\"CHAPA  DERECHA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"64.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"128.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"64.0000\",\"real_unit_cost\":\"64.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0000\"},{\"id\":\"961\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1100\",\"product_code\":\"60MM IZQUIERDA\",\"product_name\":\"CHAPA IZQUIERDA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"64.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"320.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"64.0000\",\"real_unit_cost\":\"64.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0000\"},{\"id\":\"962\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1101\",\"product_code\":\"CHHOBR03\",\"product_name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"24.7900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.7900\",\"real_unit_cost\":\"24.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7900\"},{\"id\":\"963\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"38.8900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.8900\",\"real_unit_cost\":\"38.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.8900\"},{\"id\":\"964\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1103\",\"product_code\":\"CHEVEBR05\",\"product_name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"38.8900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.7800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.8900\",\"real_unit_cost\":\"38.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.8900\"},{\"id\":\"965\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"10.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.3000\",\"real_unit_cost\":\"10.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.3000\"},{\"id\":\"966\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"3.5700\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.9600\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5700\",\"real_unit_cost\":\"3.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5700\"},{\"id\":\"967\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1106\",\"product_code\":\"340\",\"product_name\":\"CHICLES.\",\"option_id\":null,\"net_unit_cost\":\"0.2400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.6400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2400\",\"real_unit_cost\":\"0.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2400\"},{\"id\":\"968\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1107\",\"product_code\":\"73877702002\",\"product_name\":\"CHILE JALAPE\",\"option_id\":null,\"net_unit_cost\":\"5.0700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0700\",\"real_unit_cost\":\"5.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0700\"},{\"id\":\"969\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1108\",\"product_code\":\"738777000000\",\"product_name\":\"CHILE PICAMAS 100G\",\"option_id\":null,\"net_unit_cost\":\"3.0400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0400\",\"real_unit_cost\":\"3.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0400\"},{\"id\":\"970\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"24.9000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.6000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.9000\",\"real_unit_cost\":\"24.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.9000\"},{\"id\":\"971\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1110\",\"product_code\":\"LLCHBOZN03\",\"product_name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"47.2500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"972\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1111\",\"product_code\":\"150WOG\",\"product_name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"168.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"973\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1112\",\"product_code\":\"BOSSI123\",\"product_name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"27.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"27.0000\",\"real_unit_cost\":\"27.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.0000\"},{\"id\":\"974\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"380.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"975\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"14.1300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.6500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.1300\",\"real_unit_cost\":\"14.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.1300\"},{\"id\":\"976\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1115\",\"product_code\":\"LLCHCPOPM05\",\"product_name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"977\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"16.9700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.7600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9700\",\"real_unit_cost\":\"16.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9700\"},{\"id\":\"978\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1117\",\"product_code\":\"100045000000\",\"product_name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"979\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1118\",\"product_code\":\"51128593042\",\"product_name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"option_id\":null,\"net_unit_cost\":\"0.5700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5700\",\"real_unit_cost\":\"0.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5700\"},{\"id\":\"980\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1119\",\"product_code\":\"5933530000000\",\"product_name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"option_id\":null,\"net_unit_cost\":\"52.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"52.9200\",\"real_unit_cost\":\"52.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"52.9200\"},{\"id\":\"981\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"2.6900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6900\",\"real_unit_cost\":\"2.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6900\"},{\"id\":\"982\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1121\",\"product_code\":\"54007061328\",\"product_name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"option_id\":null,\"net_unit_cost\":\"34.5300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.5300\",\"real_unit_cost\":\"34.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.5300\"},{\"id\":\"983\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1122\",\"product_code\":\"7441000000000\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"10.6200\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"233.6400\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.6200\",\"real_unit_cost\":\"10.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6200\"},{\"id\":\"984\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1123\",\"product_code\":\"102155\",\"product_name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"option_id\":null,\"net_unit_cost\":\"7.2500\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.7500\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.2500\",\"real_unit_cost\":\"7.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2500\"},{\"id\":\"985\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1124\",\"product_code\":\"7891040000000\",\"product_name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"option_id\":null,\"net_unit_cost\":\"32.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.9200\",\"real_unit_cost\":\"32.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.9200\"},{\"id\":\"986\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"16.0400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.1600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.0400\",\"real_unit_cost\":\"16.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0400\"},{\"id\":\"987\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"6.7900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.3700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.7900\",\"real_unit_cost\":\"6.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.7900\"},{\"id\":\"988\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"9.6700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.3400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.6700\",\"real_unit_cost\":\"9.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6700\"},{\"id\":\"989\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1128\",\"product_code\":\"75012100000000\",\"product_name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"16.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9600\",\"real_unit_cost\":\"16.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9600\"},{\"id\":\"990\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"48.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"48.0000\",\"real_unit_cost\":\"48.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.0000\"},{\"id\":\"991\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"9.8000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.8000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.8000\",\"real_unit_cost\":\"9.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8000\"},{\"id\":\"992\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"6.3000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3000\",\"real_unit_cost\":\"6.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3000\"},{\"id\":\"993\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1132\",\"product_code\":\"3253560000000\",\"product_name\":\"CINTA METRICA STANLEY 3M\",\"option_id\":null,\"net_unit_cost\":\"22.9000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.8000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.9000\",\"real_unit_cost\":\"22.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.9000\"},{\"id\":\"994\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"995\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1122\",\"product_code\":\"7441000000000\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"23.2400\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"69.7200\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.2400\",\"real_unit_cost\":\"23.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.2400\"},{\"id\":\"996\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1135\",\"product_code\":\"638060000000\",\"product_name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"option_id\":null,\"net_unit_cost\":\"42.9000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"429.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.9000\",\"real_unit_cost\":\"42.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.9000\"},{\"id\":\"997\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"5.3400\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3600\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.3400\",\"real_unit_cost\":\"5.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3400\"},{\"id\":\"998\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1137\",\"product_code\":\"91712500315\",\"product_name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"6.5500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.5500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5500\",\"real_unit_cost\":\"6.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5500\"},{\"id\":\"999\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1138\",\"product_code\":\"102324\",\"product_name\":\"CINTA TRANSPARENTE 2 P TESA\",\"option_id\":null,\"net_unit_cost\":\"7.5100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.5500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5100\",\"real_unit_cost\":\"7.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5100\"},{\"id\":\"1000\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.0300\",\"quantity\":\"462.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.8600\",\"quantity_balance\":\"462.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0300\",\"real_unit_cost\":\"0.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"462.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0300\"},{\"id\":\"1001\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1140\",\"product_code\":\"FER00436\",\"product_name\":\"CLAVO 1 1\\/2 LB\",\"option_id\":null,\"net_unit_cost\":\"5.9400\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9400\",\"real_unit_cost\":\"5.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9400\"},{\"id\":\"1002\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1141\",\"product_code\":\"5500261\",\"product_name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"option_id\":null,\"net_unit_cost\":\"7.5500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.8000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5500\",\"real_unit_cost\":\"7.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5500\"},{\"id\":\"1003\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1142\",\"product_code\":\"FER00438\",\"product_name\":\"CLAVO 2 1\\/2 LB.\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"69.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"445.0500\",\"quantity_balance\":\"69.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"69.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"1004\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1143\",\"product_code\":\"FER00439\",\"product_name\":\"CLAVO 2 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"67.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"432.1500\",\"quantity_balance\":\"67.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"67.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"1005\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1144\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"774.0000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"1006\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1145\",\"product_code\":\"FER00441\",\"product_name\":\"CLAVO 4 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"77.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"496.6500\",\"quantity_balance\":\"77.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"77.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"1007\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1146\",\"product_code\":\"FER00447\",\"product_name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.0700\",\"quantity\":\"145.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.1500\",\"quantity_balance\":\"145.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0700\",\"real_unit_cost\":\"0.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"145.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0700\"},{\"id\":\"1008\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1147\",\"product_code\":\"FER00446\",\"product_name\":\"CLAVO CONCRETO 1 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.0900\",\"quantity\":\"442.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.7800\",\"quantity_balance\":\"442.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0900\",\"real_unit_cost\":\"0.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"442.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0900\"},{\"id\":\"1009\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1148\",\"product_code\":\"FER00449\",\"product_name\":\"CLAVO CONCRETO 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"1010\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1149\",\"product_code\":\"FER00450\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.1000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1000\",\"real_unit_cost\":\"0.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1000\"},{\"id\":\"1011\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1150\",\"product_code\":\"FER00448\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.1100\",\"quantity\":\"357.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.2700\",\"quantity_balance\":\"357.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1100\",\"real_unit_cost\":\"0.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"357.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1100\"},{\"id\":\"1012\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1151\",\"product_code\":\"FER00453\",\"product_name\":\"CLAVO CONCRETO 4 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"1013\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1152\",\"product_code\":\"CB123\",\"product_name\":\"CLAVO CONCRETO BRONCO 4\",\"option_id\":null,\"net_unit_cost\":\"31.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.5000\",\"real_unit_cost\":\"31.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5000\"},{\"id\":\"1014\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1153\",\"product_code\":\"FER00710\",\"product_name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"320.0000\",\"quantity_balance\":\"40.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"40.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"1015\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1154\",\"product_code\":\"7401150000000\",\"product_name\":\"CLORO CLORAL 40ML\",\"option_id\":null,\"net_unit_cost\":\"0.6600\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.2000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6600\",\"real_unit_cost\":\"0.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6600\"},{\"id\":\"1016\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"5.9600\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"226.4800\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9600\",\"real_unit_cost\":\"5.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9600\"},{\"id\":\"1017\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1156\",\"product_code\":\"7411000000000\",\"product_name\":\"COCA COLA LATA  .\",\"option_id\":null,\"net_unit_cost\":\"4.2300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.1500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2300\",\"real_unit_cost\":\"4.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2300\"},{\"id\":\"1018\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"15.3800\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"215.3200\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.3800\",\"real_unit_cost\":\"15.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.3800\"},{\"id\":\"1019\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1122\",\"product_code\":\"7441000000000\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"5.9500\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.9000\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9500\",\"real_unit_cost\":\"5.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9500\"},{\"id\":\"1020\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1159\",\"product_code\":\"102330\",\"product_name\":\"CODO 45 GR DR 3\",\"option_id\":null,\"net_unit_cost\":\"4.7300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.4600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.7300\",\"real_unit_cost\":\"4.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.7300\"},{\"id\":\"1021\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1160\",\"product_code\":\"102106\",\"product_name\":\"CODO 45 GR DR 4 P\",\"option_id\":null,\"net_unit_cost\":\"8.2400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.8400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.2400\",\"real_unit_cost\":\"8.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2400\"},{\"id\":\"1022\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1161\",\"product_code\":\"PVC00033\",\"product_name\":\"CODO 90 GR 1\",\"option_id\":null,\"net_unit_cost\":\"3.3500\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.4500\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3500\",\"real_unit_cost\":\"3.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3500\"},{\"id\":\"1023\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1162\",\"product_code\":\"PVC00094\",\"product_name\":\"CODO 90 GR 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"3.9900\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.8100\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9900\",\"real_unit_cost\":\"3.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9900\"},{\"id\":\"1024\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1163\",\"product_code\":\"PVC00035\",\"product_name\":\"CODO 90 GR 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.7100\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.1000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7100\",\"real_unit_cost\":\"2.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7100\"},{\"id\":\"1025\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1164\",\"product_code\":\"PVC00036\",\"product_name\":\"CODO 90 GR 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.9900\",\"quantity\":\"134.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.6600\",\"quantity_balance\":\"134.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9900\",\"real_unit_cost\":\"0.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"134.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9900\"},{\"id\":\"1026\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1165\",\"product_code\":\"PVC00037\",\"product_name\":\"CODO 90 GR 2\",\"option_id\":null,\"net_unit_cost\":\"13.7000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"315.1000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.7000\",\"real_unit_cost\":\"13.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.7000\"},{\"id\":\"1027\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1166\",\"product_code\":\"PVC00038\",\"product_name\":\"CODO 90 GR 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"16.2100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"129.6800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.2100\",\"real_unit_cost\":\"16.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.2100\"},{\"id\":\"1028\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1167\",\"product_code\":\"PVC00039\",\"product_name\":\"CODO 90 GR 3\",\"option_id\":null,\"net_unit_cost\":\"21.0100\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"315.1500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0100\",\"real_unit_cost\":\"21.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0100\"},{\"id\":\"1029\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1168\",\"product_code\":\"PVC00040\",\"product_name\":\"CODO 90 GR 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.4900\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.1500\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4900\",\"real_unit_cost\":\"1.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4900\"},{\"id\":\"1030\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1169\",\"product_code\":\"PVC00045\",\"product_name\":\"CODO 90 GR C\\/R 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.1900\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"57.1200\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1900\",\"real_unit_cost\":\"1.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1900\"},{\"id\":\"1031\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1170\",\"product_code\":\"PVC00051\",\"product_name\":\"CODO 90 GR DR 2\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.9800\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"1032\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1171\",\"product_code\":\"PVC00052\",\"product_name\":\"CODO 90 GR DR 3\",\"option_id\":null,\"net_unit_cost\":\"15.1900\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.9500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.1900\",\"real_unit_cost\":\"15.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.1900\"},{\"id\":\"1033\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1172\",\"product_code\":\"PVC00053\",\"product_name\":\"CODO 90 GR DR 4\",\"option_id\":null,\"net_unit_cost\":\"27.9900\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"475.8300\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"27.9900\",\"real_unit_cost\":\"27.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.9900\"},{\"id\":\"1034\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1173\",\"product_code\":\"PVC00054\",\"product_name\":\"CODO 90 GR DR 6\",\"option_id\":null,\"net_unit_cost\":\"50.5700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"353.9900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.5700\",\"real_unit_cost\":\"50.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.5700\"},{\"id\":\"1035\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1174\",\"product_code\":\"102247\",\"product_name\":\"CODO C\\/R 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"80.5000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"1036\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1175\",\"product_code\":\"102246\",\"product_name\":\"CODO C\\/R 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"60.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"60.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"1037\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1176\",\"product_code\":\"FER31106-2\",\"product_name\":\"CODO PVC 3\\/4 45 GRADOS\",\"option_id\":null,\"net_unit_cost\":\"1.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5000\",\"real_unit_cost\":\"1.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5000\"},{\"id\":\"1038\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1177\",\"product_code\":\"102328\",\"product_name\":\"CODO PVC 4\'\'\",\"option_id\":null,\"net_unit_cost\":\"28.4900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.4900\",\"real_unit_cost\":\"28.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4900\"},{\"id\":\"1039\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1178\",\"product_code\":\"PCV00037\",\"product_name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"2.3300\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"114.1700\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.3300\",\"real_unit_cost\":\"2.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3300\"},{\"id\":\"1040\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1179\",\"product_code\":\"7509550000000\",\"product_name\":\"COLGATE TRIPLE ACCION 150 ML\",\"option_id\":null,\"net_unit_cost\":\"8.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.7500\",\"real_unit_cost\":\"8.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.7500\"},{\"id\":\"1041\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1180\",\"product_code\":\"4710890000000\",\"product_name\":\"COMPAS DE METAL ECONOMICO\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"1042\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1181\",\"product_code\":\"102225\",\"product_name\":\"COMPAS ECONOMICO DE PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"1043\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1182\",\"product_code\":\"7404000000000\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"5.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.2500\",\"real_unit_cost\":\"5.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2500\"},{\"id\":\"1044\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"1045\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.6500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.6500\",\"real_unit_cost\":\"6.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.6500\"},{\"id\":\"1046\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1185\",\"product_code\":\"FER 010231\",\"product_name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"1047\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"9.6900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.6900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.6900\",\"real_unit_cost\":\"9.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6900\"},{\"id\":\"1048\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"9.9500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.8500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.9500\",\"real_unit_cost\":\"9.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.9500\"},{\"id\":\"1049\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"1050\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1189\",\"product_code\":\"GRIF000175\",\"product_name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"option_id\":null,\"net_unit_cost\":\"26.5000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.5000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.5000\",\"real_unit_cost\":\"26.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.5000\"},{\"id\":\"1051\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1190\",\"product_code\":\"GRIF000176\",\"product_name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"24.7000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.3000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.7000\",\"real_unit_cost\":\"24.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7000\"},{\"id\":\"1052\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1191\",\"product_code\":\"PVC00068\",\"product_name\":\"COPLA 1\",\"option_id\":null,\"net_unit_cost\":\"1.2900\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.3800\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.2900\",\"real_unit_cost\":\"1.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2900\"},{\"id\":\"1053\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1192\",\"product_code\":\"PVC00069\",\"product_name\":\"COPLA 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.2900\",\"quantity\":\"47.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.6300\",\"quantity_balance\":\"47.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2900\",\"real_unit_cost\":\"2.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"47.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2900\"},{\"id\":\"1054\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1193\",\"product_code\":\"FER001216\",\"product_name\":\"COPLA 1 1\\/2 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.8700\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.4000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8700\",\"real_unit_cost\":\"0.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8700\"},{\"id\":\"1055\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1194\",\"product_code\":\"PVC00071\",\"product_name\":\"COPLA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"107.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.8300\",\"quantity_balance\":\"107.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"107.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"1056\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1195\",\"product_code\":\"PVC00072\",\"product_name\":\"COPLA 2\",\"option_id\":null,\"net_unit_cost\":\"2.6200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.6200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6200\",\"real_unit_cost\":\"2.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6200\"},{\"id\":\"1057\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1196\",\"product_code\":\"PVC00260\",\"product_name\":\"COPLA 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"17.9100\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"411.9300\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.9100\",\"real_unit_cost\":\"17.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.9100\"},{\"id\":\"1058\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1197\",\"product_code\":\"PVC00073\",\"product_name\":\"COPLA 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.0900\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.8700\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0900\",\"real_unit_cost\":\"1.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0900\"},{\"id\":\"1059\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1198\",\"product_code\":\"FER001217\",\"product_name\":\"COPLA 3\\/4 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.5000\",\"quantity\":\"90.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.0000\",\"quantity_balance\":\"90.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5000\",\"real_unit_cost\":\"0.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"90.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5000\"},{\"id\":\"1060\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1199\",\"product_code\":\"PVC0001\",\"product_name\":\"COPLA C\\/R 1\",\"option_id\":null,\"net_unit_cost\":\"1.8400\",\"quantity\":\"39.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.7600\",\"quantity_balance\":\"39.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8400\",\"real_unit_cost\":\"1.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"39.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8400\"},{\"id\":\"1061\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1200\",\"product_code\":\"PVC00076\",\"product_name\":\"COPLA C\\/R 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.4000\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"183.6000\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.4000\",\"real_unit_cost\":\"3.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4000\"},{\"id\":\"1062\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1201\",\"product_code\":\"PVC00077\",\"product_name\":\"COPLA C\\/R 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.8900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8900\",\"real_unit_cost\":\"0.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8900\"},{\"id\":\"1063\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1202\",\"product_code\":\"102250\",\"product_name\":\"COPLA C\\/R 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.0300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0300\",\"real_unit_cost\":\"3.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0300\"},{\"id\":\"1064\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1203\",\"product_code\":\"PVC00090\",\"product_name\":\"COPLA DR 2\",\"option_id\":null,\"net_unit_cost\":\"3.8500\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"173.2500\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.8500\",\"real_unit_cost\":\"3.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8500\"},{\"id\":\"1065\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1204\",\"product_code\":\"PVC00091\",\"product_name\":\"COPLA DR 3\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"1066\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1205\",\"product_code\":\"PVC00092\",\"product_name\":\"COPLA DR 4\",\"option_id\":null,\"net_unit_cost\":\"11.5700\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"161.9800\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5700\",\"real_unit_cost\":\"11.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5700\"},{\"id\":\"1067\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1206\",\"product_code\":\"ELE067\",\"product_name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"73.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.8000\",\"quantity_balance\":\"73.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"73.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"1068\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"7.6100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.6600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.6100\",\"real_unit_cost\":\"7.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.6100\"},{\"id\":\"1069\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"11.4900\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.9600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.4900\",\"real_unit_cost\":\"11.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.4900\"},{\"id\":\"1070\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"1071\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"9.6500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.6500\",\"real_unit_cost\":\"9.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6500\"},{\"id\":\"1072\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1211\",\"product_code\":\"FER01397\",\"product_name\":\"CRAYON 2 COLORES GRUESO\",\"option_id\":null,\"net_unit_cost\":\"1.3000\",\"quantity\":\"289.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"375.7000\",\"quantity_balance\":\"289.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.3000\",\"real_unit_cost\":\"1.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"289.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.3000\"},{\"id\":\"1073\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"12.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.7500\",\"real_unit_cost\":\"12.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.7500\"},{\"id\":\"1074\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"10.2600\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.2600\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2600\",\"real_unit_cost\":\"10.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2600\"},{\"id\":\"1075\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"9.1800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.1800\",\"real_unit_cost\":\"9.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.1800\"},{\"id\":\"1076\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.2500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"106.7500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.2500\",\"real_unit_cost\":\"15.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.2500\"},{\"id\":\"1077\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"7.0100\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.1100\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0100\",\"real_unit_cost\":\"7.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0100\"},{\"id\":\"1078\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"3.9800\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9400\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9800\",\"real_unit_cost\":\"3.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9800\"},{\"id\":\"1079\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"944\",\"product_code\":\"7401010000000\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"1080\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"8.1000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"186.3000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.1000\",\"real_unit_cost\":\"8.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1000\"},{\"id\":\"1081\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"11.1700\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.6800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.1700\",\"real_unit_cost\":\"11.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.1700\"},{\"id\":\"1082\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"955\",\"product_code\":\"6942710000000\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"10.7000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.7000\",\"real_unit_cost\":\"10.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.7000\"},{\"id\":\"1083\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1222\",\"product_code\":\"PVC0105\",\"product_name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"1084\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1223\",\"product_code\":\"9021298\",\"product_name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"0.9100\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.6000\",\"quantity_balance\":\"60.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9100\",\"real_unit_cost\":\"0.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"60.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9100\"},{\"id\":\"1085\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1224\",\"product_code\":\"9021299\",\"product_name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"41.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.5000\",\"quantity_balance\":\"41.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"41.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"1086\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1182\",\"product_code\":\"7404000000000\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1087\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1182\",\"product_code\":\"7404000000000\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1088\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1182\",\"product_code\":\"7404000000000\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"1089\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1228\",\"product_code\":\"740404000000\",\"product_name\":\"DE LA FINCA MANI GARRAPI\",\"option_id\":null,\"net_unit_cost\":\"5.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.5000\",\"real_unit_cost\":\"5.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.5000\"},{\"id\":\"1090\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1228\",\"product_code\":\"740404000000\",\"product_name\":\"DE LA FINCA MANI GARRAPI\",\"option_id\":null,\"net_unit_cost\":\"5.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.5000\",\"real_unit_cost\":\"5.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.5000\"},{\"id\":\"1091\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1182\",\"product_code\":\"7404000000000\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"1092\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1182\",\"product_code\":\"7404000000000\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"1093\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1182\",\"product_code\":\"7404000000000\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"1094\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1182\",\"product_code\":\"7404000000000\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"1095\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"8.4200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.1000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.4200\",\"real_unit_cost\":\"8.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4200\"},{\"id\":\"1096\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"5.0100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0100\",\"real_unit_cost\":\"5.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0100\"},{\"id\":\"1097\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.9100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.4600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9100\",\"real_unit_cost\":\"2.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9100\"},{\"id\":\"1098\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"75.3100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.3100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"75.3100\",\"real_unit_cost\":\"75.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"75.3100\"},{\"id\":\"1099\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"8.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.2800\",\"real_unit_cost\":\"8.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2800\"},{\"id\":\"1100\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"7.7600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.8000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.7600\",\"real_unit_cost\":\"7.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7600\"},{\"id\":\"1101\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"8.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.2800\",\"real_unit_cost\":\"8.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2800\"},{\"id\":\"1102\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"7.7600\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.0400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.7600\",\"real_unit_cost\":\"7.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7600\"},{\"id\":\"1103\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1242\",\"product_code\":\"74892800509\",\"product_name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"1104\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1243\",\"product_code\":\"748928000000\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"1.5700\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.8400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5700\",\"real_unit_cost\":\"1.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5700\"},{\"id\":\"1105\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1243\",\"product_code\":\"748928000000\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"1106\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1243\",\"product_code\":\"748928000000\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"9.8500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.8500\",\"real_unit_cost\":\"9.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8500\"},{\"id\":\"1107\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1246\",\"product_code\":\"74110000000000\",\"product_name\":\"DETERGENTE XEDEX 1KG\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"1108\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1247\",\"product_code\":\"28877321639\",\"product_name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"option_id\":null,\"net_unit_cost\":\"17.8800\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"679.4400\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.8800\",\"real_unit_cost\":\"17.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.8800\"},{\"id\":\"1109\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"31.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.5000\",\"real_unit_cost\":\"31.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5000\"},{\"id\":\"1110\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"62.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"62.0000\",\"real_unit_cost\":\"62.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"62.0000\"},{\"id\":\"1111\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.2600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"1112\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"6.5900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5900\",\"real_unit_cost\":\"6.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5900\"},{\"id\":\"1113\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"20.1400\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"181.2600\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.1400\",\"real_unit_cost\":\"20.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.1400\"},{\"id\":\"1114\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"44.2900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.2900\",\"real_unit_cost\":\"44.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.2900\"},{\"id\":\"1115\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1254\",\"product_code\":\"7798220000000\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"option_id\":null,\"net_unit_cost\":\"45.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"45.0000\",\"real_unit_cost\":\"45.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.0000\"},{\"id\":\"1116\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"41.4100\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.6400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.4100\",\"real_unit_cost\":\"41.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.4100\"},{\"id\":\"1117\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1256\",\"product_code\":\"FER02908\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"59.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"59.0000\",\"real_unit_cost\":\"59.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.0000\"},{\"id\":\"1118\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"44.7700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.5400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.7700\",\"real_unit_cost\":\"44.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.7700\"},{\"id\":\"1119\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1258\",\"product_code\":\"750624000000\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"option_id\":null,\"net_unit_cost\":\"11.7200\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.8800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.7200\",\"real_unit_cost\":\"11.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7200\"},{\"id\":\"1120\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"11.7200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.1600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.7200\",\"real_unit_cost\":\"11.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7200\"},{\"id\":\"1121\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"11.9400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.6400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9400\",\"real_unit_cost\":\"11.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9400\"},{\"id\":\"1122\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"7.0300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0300\",\"real_unit_cost\":\"7.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0300\"},{\"id\":\"1123\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1262\",\"product_code\":\"885911000000\",\"product_name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"option_id\":null,\"net_unit_cost\":\"20.8900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"250.6800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.8900\",\"real_unit_cost\":\"20.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.8900\"},{\"id\":\"1124\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1263\",\"product_code\":\"28877321608\",\"product_name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.0400\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"200.8000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0400\",\"real_unit_cost\":\"10.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0400\"},{\"id\":\"1125\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1254\",\"product_code\":\"7798220000000\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"1126\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"11.2500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.2500\",\"real_unit_cost\":\"11.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2500\"},{\"id\":\"1127\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"24.9700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"224.7300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.9700\",\"real_unit_cost\":\"24.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.9700\"},{\"id\":\"1128\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"949\",\"product_code\":\"7401000000000\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"4.6700\",\"quantity\":\"119.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"555.7300\",\"quantity_balance\":\"119.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.6700\",\"real_unit_cost\":\"4.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"119.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.6700\"},{\"id\":\"1129\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1104\",\"product_code\":\"721282000000\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"10.7200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.1600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.7200\",\"real_unit_cost\":\"10.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.7200\"},{\"id\":\"1130\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1269\",\"product_code\":\"100083000000\",\"product_name\":\"DUCHA EXAGONAL VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"1131\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1270\",\"product_code\":\"VK0908\",\"product_name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"option_id\":null,\"net_unit_cost\":\"53.6800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"53.6800\",\"real_unit_cost\":\"53.6800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"53.6800\"},{\"id\":\"1132\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1271\",\"product_code\":\"VK0795\",\"product_name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"25.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.0000\",\"real_unit_cost\":\"25.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0000\"},{\"id\":\"1133\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1272\",\"product_code\":\"UP0000793\",\"product_name\":\"DULCES COLOMBINA\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"188.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0800\",\"quantity_balance\":\"188.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"188.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"1134\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1273\",\"product_code\":\"341\",\"product_name\":\"DULCES HALLS      .\",\"option_id\":null,\"net_unit_cost\":\"0.2300\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.6000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2300\",\"real_unit_cost\":\"0.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2300\"},{\"id\":\"1135\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1274\",\"product_code\":\"41333029955\",\"product_name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"34.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.0000\",\"real_unit_cost\":\"34.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0000\"},{\"id\":\"1136\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1275\",\"product_code\":\"41333001111\",\"product_name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"1137\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1276\",\"product_code\":\"41333428482\",\"product_name\":\"DURACELL REGULAR AAA 1UIDAD\",\"option_id\":null,\"net_unit_cost\":\"5.3000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.8000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.3000\",\"real_unit_cost\":\"5.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3000\"},{\"id\":\"1138\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1277\",\"product_code\":\"102311\",\"product_name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"1139\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"27.2200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.4400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"27.2200\",\"real_unit_cost\":\"27.2200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.2200\"},{\"id\":\"1140\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"908\",\"product_code\":\"7501210000000\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"37.5100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"37.5100\",\"real_unit_cost\":\"37.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5100\"},{\"id\":\"1141\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1280\",\"product_code\":\"D87\",\"product_name\":\"ESCOBAS\",\"option_id\":null,\"net_unit_cost\":\"10.6700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.0100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.6700\",\"real_unit_cost\":\"10.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6700\"},{\"id\":\"1142\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"11.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9200\",\"real_unit_cost\":\"11.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9200\"},{\"id\":\"1143\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1282\",\"product_code\":\"102227\",\"product_name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"1144\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1283\",\"product_code\":\"102229\",\"product_name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"option_id\":null,\"net_unit_cost\":\"1.9000\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.6000\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.9000\",\"real_unit_cost\":\"1.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.9000\"},{\"id\":\"1145\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1284\",\"product_code\":\"102231\",\"product_name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"option_id\":null,\"net_unit_cost\":\"0.5800\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.2200\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5800\",\"real_unit_cost\":\"0.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5800\"},{\"id\":\"1146\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1285\",\"product_code\":\"102236\",\"product_name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"option_id\":null,\"net_unit_cost\":\"2.2300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.9200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2300\",\"real_unit_cost\":\"2.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2300\"},{\"id\":\"1147\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1286\",\"product_code\":\"102233\",\"product_name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.1100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"1148\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1287\",\"product_code\":\"102234\",\"product_name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"option_id\":null,\"net_unit_cost\":\"1.2700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.4300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.2700\",\"real_unit_cost\":\"1.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2700\"},{\"id\":\"1149\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1288\",\"product_code\":\"102235\",\"product_name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"option_id\":null,\"net_unit_cost\":\"1.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5900\",\"real_unit_cost\":\"1.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5900\"},{\"id\":\"1150\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1289\",\"product_code\":\"AB608\\/120\\/60\",\"product_name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"option_id\":null,\"net_unit_cost\":\"556.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"556.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"556.5100\",\"real_unit_cost\":\"556.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"556.5100\"},{\"id\":\"1151\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1290\",\"product_code\":\"6130-33\",\"product_name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"option_id\":null,\"net_unit_cost\":\"530.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"530.0000\",\"real_unit_cost\":\"530.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"530.0000\"},{\"id\":\"1152\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"230.7200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"230.7200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"230.7200\",\"real_unit_cost\":\"230.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"230.7200\"},{\"id\":\"1153\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"901\",\"product_code\":\"6933530000000\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"800.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"800.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"800.0000\",\"real_unit_cost\":\"800.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"800.0000\"},{\"id\":\"1154\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"15.3100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.5500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.3100\",\"real_unit_cost\":\"15.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.3100\"},{\"id\":\"1155\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"915\",\"product_code\":\"7506240000000\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"308.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"1156\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"1295\",\"product_code\":\"7441110000000\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"option_id\":null,\"net_unit_cost\":\"10.8900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.6800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.8900\",\"real_unit_cost\":\"10.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.8900\"}]}', '2022-04-27 12:50:47');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1635, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2243\",\"code\":\"10\",\"name\":\"GARRAFON DE AGUA PURA.\",\"unit\":\"1\",\"cost\":\"14.09000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"garrafon-de-agua-pura\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1636, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2014\",\"code\":\"100045000000\",\"name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincel-para-concreto-vikingo-34-x-10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1637, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2166\",\"code\":\"100083000000\",\"name\":\"DUCHA EXAGONAL VIKINGO\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-exagonal-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1638, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1899\",\"code\":\"10015600067\",\"name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-de-paleta-vikingo-78\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1639, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1949\",\"code\":\"100165000000\",\"name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"unit\":\"1\",\"cost\":\"30.94000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-clavo-concreto-2-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1640, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1835\",\"code\":\"100231000000\",\"name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"unit\":\"1\",\"cost\":\"4.50000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-d-copa-p-taladro-51614\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1641, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1917\",\"code\":\"10045200000000\",\"name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"unit\":\"1\",\"cost\":\"49.90000000000000000000\",\"price\":\"66.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocas-de-oxido-negro-12-milwauke\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1642, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2057\",\"code\":\"102106\",\"name\":\"CODO 45 GR DR 4 P\",\"unit\":\"1\",\"cost\":\"8.24000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-45-gr-dr-4-p\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1643, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2020\",\"code\":\"102155\",\"name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"unit\":\"1\",\"cost\":\"7.25000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-de-aislar-tenflex-pequeo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1644, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1827\",\"code\":\"102190\",\"name\":\"ACEITE SAE 40 AMERICAN\",\"unit\":\"1\",\"cost\":\"20.47000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-sae-40-american\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1645, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2078\",\"code\":\"102225\",\"name\":\"COMPAS ECONOMICO DE PLASTICO\",\"unit\":\"1\",\"cost\":\"2.75000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"compas-economico-de-plastico\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1646, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2179\",\"code\":\"102227\",\"name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-00x-25-200\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1647, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2180\",\"code\":\"102229\",\"name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"unit\":\"1\",\"cost\":\"1.90000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-1-x-25-3cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1648, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2181\",\"code\":\"102231\",\"name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"unit\":\"1\",\"cost\":\"0.58000000000000000000\",\"price\":\"0.70000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-3-x-254-cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1649, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2183\",\"code\":\"102233\",\"name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"0.90000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-5x-10-55-cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1650, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2184\",\"code\":\"102234\",\"name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"unit\":\"1\",\"cost\":\"1.27000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-6-x-10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1651, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2185\",\"code\":\"102235\",\"name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"unit\":\"1\",\"cost\":\"1.59000000000000000000\",\"price\":\"1.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-7-1x10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1652, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2182\",\"code\":\"102236\",\"name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"unit\":\"1\",\"cost\":\"2.23000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-8-1x5\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1653, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2072\",\"code\":\"102246\",\"name\":\"CODO C\\/R 3\\/4\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-cr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1654, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2071\",\"code\":\"102247\",\"name\":\"CODO C\\/R 1\\\"\",\"unit\":\"1\",\"cost\":\"3.50000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1655, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2099\",\"code\":\"102250\",\"name\":\"COPLA C\\/R 2\\\"\",\"unit\":\"1\",\"cost\":\"3.03000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1656, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1869\",\"code\":\"102302\",\"name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bandeja-crodillo-sprofe-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1657, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1979\",\"code\":\"102307\",\"name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"unit\":\"1\",\"cost\":\"7.52000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-5-filas-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1658, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2174\",\"code\":\"102311\",\"name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"unit\":\"1\",\"cost\":\"3.75000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"empaque-esponjoso-p-tanque-sanitario\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1659, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2213\",\"code\":\"102312\",\"name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flote-p-tanque-sanitario-plast\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1660, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1965\",\"code\":\"102314\",\"name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-gris-tri-circle-32mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1661, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1978\",\"code\":\"102320\",\"name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"unit\":\"1\",\"cost\":\"9.41000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-5-filas-ald-man-plas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1662, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2035\",\"code\":\"102324\",\"name\":\"CINTA TRANSPARENTE 2 P TESA\",\"unit\":\"1\",\"cost\":\"7.51000000000000000000\",\"price\":\"16.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-transparente-2-p-tesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1663, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2074\",\"code\":\"102328\",\"name\":\"CODO PVC 4\'\'\",\"unit\":\"1\",\"cost\":\"28.49000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1664, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2056\",\"code\":\"102330\",\"name\":\"CODO 45 GR DR 3\",\"unit\":\"1\",\"cost\":\"4.73000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-45-gr-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1665, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1946\",\"code\":\"102358\",\"name\":\"CAIMAN DE 30\\\"\",\"unit\":\"1\",\"cost\":\"124.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-30\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1666, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1947\",\"code\":\"102359\",\"name\":\"CAIMAN DE 36\\\"\",\"unit\":\"1\",\"cost\":\"142.00000000000000000000\",\"price\":\"170.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-36\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1667, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1958\",\"code\":\"10277\",\"name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"unit\":\"1\",\"cost\":\"1.80000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-plastica-blanca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1668, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1828\",\"code\":\"10901800000000\",\"name\":\"ACETAMINOFEN CAPLIN POINT\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"acetaminofen-caplin-point\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1669, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1856\",\"code\":\"11418040168\",\"name\":\"ALKA SELTZER .\",\"unit\":\"1\",\"cost\":\"1.00000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alka-seltzer\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1670, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1855\",\"code\":\"11418240780\",\"name\":\"ALKA AD  .\",\"unit\":\"1\",\"cost\":\"1.42000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alka-ad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1671, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1866\",\"code\":\"11418696839\",\"name\":\"ASPIRINA FORTE\",\"unit\":\"1\",\"cost\":\"0.78000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aspirina-forte\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1672, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1883\",\"code\":\"150\",\"name\":\"BOCADELI PEQUE\",\"unit\":\"1\",\"cost\":\"0.42000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1673, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2008\",\"code\":\"150WOG\",\"name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-con-piton-de-12-hercasa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1674, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1972\",\"code\":\"15310\",\"name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"unit\":\"1\",\"cost\":\"46.25000000000000000000\",\"price\":\"62.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cangrejo-industrial-10-pulgadas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1675, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1811\",\"code\":\"1546 UNIDAD\",\"name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-3-unidad-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1676, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1813\",\"code\":\"1553\",\"name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"unit\":\"1\",\"cost\":\"4.20000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-4-unidades-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1677, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1907\",\"code\":\"17501200000000\",\"name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"unit\":\"1\",\"cost\":\"19.82000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-pconcreto-truper-516-6-15\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1678, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2210\",\"code\":\"20783200000000\",\"name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"unit\":\"1\",\"cost\":\"37.59000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-130-amperios-thql-1130\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1679, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2209\",\"code\":\"207832000000000\",\"name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"unit\":\"1\",\"cost\":\"37.29000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-120-amperiosthql-1120\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1680, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1939\",\"code\":\"21\",\"name\":\"CABLE THHN N0 8 NEGRO\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-n0-8-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1681, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2194\",\"code\":\"21200844416\",\"name\":\"ESPONJA MULTIUSOS SCOTCH\",\"unit\":\"1\",\"cost\":\"30.28000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esponja-multiusos-scotch\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1682, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1859\",\"code\":\"24000501558\",\"name\":\"ALOE VERA DEL MONTE 500 ML\",\"unit\":\"1\",\"cost\":\"11.20000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aloe-vera-del-monte-500-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1683, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2219\",\"code\":\"24474002124\",\"name\":\"FRUTA FRESCA  PETIT\",\"unit\":\"1\",\"cost\":\"2.54000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"fruta-fresca-petit\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1684, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2160\",\"code\":\"28877321608\",\"name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"unit\":\"1\",\"cost\":\"10.04000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-pcmetal-dewalt-4-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1685, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2144\",\"code\":\"28877321639\",\"name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"unit\":\"1\",\"cost\":\"17.88000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"discco-pcmetal-7-dewalt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1686, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1941\",\"code\":\"3\",\"name\":\"CABLE THHN No.8 ROJO\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no8-rojo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1687, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2029\",\"code\":\"3253560000000\",\"name\":\"CINTA METRICA STANLEY 3M\",\"unit\":\"1\",\"cost\":\"22.90000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-metrica-stanley-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1688, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2003\",\"code\":\"340\",\"name\":\"CHICLES.\",\"unit\":\"1\",\"cost\":\"0.24000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chicles\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1689, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2170\",\"code\":\"341\",\"name\":\"DULCES HALLS      .\",\"unit\":\"1\",\"cost\":\"0.23000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"dulces-halls\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1690, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1942\",\"code\":\"4\",\"name\":\"CABLE THHN No.8 VERDE\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no8-verde\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1691, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2172\",\"code\":\"41333001111\",\"name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracel-regular-aa-1-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1692, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2171\",\"code\":\"41333029955\",\"name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"unit\":\"1\",\"cost\":\"34.00000000000000000000\",\"price\":\"45.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracel-alcalina-d-4-unidades\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1693, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2173\",\"code\":\"41333428482\",\"name\":\"DURACELL REGULAR AAA 1UIDAD\",\"unit\":\"1\",\"cost\":\"5.30000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"duracell-regular-aaa-1uidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1694, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2077\",\"code\":\"4710890000000\",\"name\":\"COMPAS DE METAL ECONOMICO\",\"unit\":\"1\",\"cost\":\"3.25000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"compas-de-metal-economico\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1695, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1895\",\"code\":\"4711680000000\",\"name\":\"BORRADOR CANDY\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"borrador-candy\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1696, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1916\",\"code\":\"48-20-9130\",\"name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"unit\":\"1\",\"cost\":\"34.30000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-para-concreto-12-x4-x6-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1697, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2015\",\"code\":\"51128593042\",\"name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"unit\":\"1\",\"cost\":\"0.57000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-amarre-negro-15\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1698, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1982\",\"code\":\"51131390300\",\"name\":\"CERA CINTETICA PROTECTORA473 ML\",\"unit\":\"1\",\"cost\":\"76.35000000000000000000\",\"price\":\"100.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cera-cintetica-protectora473-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1699, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1806\",\"code\":\"53\",\"name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-34-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1700, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1885\",\"code\":\"531100000000\",\"name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"unit\":\"1\",\"cost\":\"675.00000000000000000000\",\"price\":\"900.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bomba-sumergible-de-agua-79849\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1701, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2018\",\"code\":\"54007061328\",\"name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"unit\":\"1\",\"cost\":\"34.53000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-aislar-super-33-19mm201m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1702, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2038\",\"code\":\"5500261\",\"name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"unit\":\"1\",\"cost\":\"7.55000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-1-12-15-en-bolsa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1703, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2016\",\"code\":\"5933530000000\",\"name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"unit\":\"1\",\"cost\":\"52.92000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-p-seguridadcarga-2-pzs-62252\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1704, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1940\",\"code\":\"6\",\"name\":\"CABLE THHN No.10 NEGRO\",\"unit\":\"1\",\"cost\":\"3.63000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no10-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1705, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1996\",\"code\":\"60MM DERECHA\",\"name\":\"CHAPA  DERECHA VIKINGO\",\"unit\":\"1\",\"cost\":\"64.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chapa-derecha-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1706, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1997\",\"code\":\"60MM IZQUIERDA\",\"name\":\"CHAPA IZQUIERDA VIKINGO\",\"unit\":\"1\",\"cost\":\"64.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chapa-izquierda-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1707, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2187\",\"code\":\"6130-33\",\"name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"unit\":\"1\",\"cost\":\"530.00000000000000000000\",\"price\":\"706.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esmeriladora-angular-d-4-12-milwakee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1708, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2032\",\"code\":\"638060000000\",\"name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"unit\":\"1\",\"cost\":\"42.90000000000000000000\",\"price\":\"57.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-scotch-super-33-34x66-grande-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1709, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2207\",\"code\":\"6933240000000\",\"name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"unit\":\"1\",\"cost\":\"1.12000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"filtro-paceite-universal-uj-3780\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1710, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1798\",\"code\":\"6933530000000\",\"name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"unit\":\"1\",\"cost\":\"51.50000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mini-almadana-tolsen-3-libras\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1711, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1852\",\"code\":\"6942710000000\",\"name\":\"ALICATE 8 ALDOSA\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-8-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1712, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1863\",\"code\":\"69427100000000\",\"name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"unit\":\"1\",\"cost\":\"16.13000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-alsosa-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1713, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2001\",\"code\":\"721282000000\",\"name\":\"CHETOS 190G  .\",\"unit\":\"1\",\"cost\":\"10.30000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chetos-190g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1714, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2005\",\"code\":\"738777000000\",\"name\":\"CHILE PICAMAS 100G\",\"unit\":\"1\",\"cost\":\"3.04000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chile-picamas-100g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1715, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2004\",\"code\":\"73877702002\",\"name\":\"CHILE JALAPE\",\"unit\":\"1\",\"cost\":\"5.07000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1716, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1985\",\"code\":\"74000715\",\"name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"unit\":\"1\",\"cost\":\"6.13000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-dorada-draft-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1717, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1994\",\"code\":\"74000722\",\"name\":\"CERVEZA MONTE CARLO PREMIUN\",\"unit\":\"1\",\"cost\":\"9.01000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-monte-carlo-premiun\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1718, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1846\",\"code\":\"7401000000000\",\"name\":\"AGUA SALVAVIDA BOTELLA .\",\"unit\":\"1\",\"cost\":\"2.08000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"agua-salvavida-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1719, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1841\",\"code\":\"7401010000000\",\"name\":\"ADRENALINA PEQ.  .\",\"unit\":\"1\",\"cost\":\"8.52000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adrenalina-peq\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1720, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1886\",\"code\":\"7401090000000\",\"name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"unit\":\"1\",\"cost\":\"45.64000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bombilla-ahorrador-spiral-65-w-lux\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1721, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2051\",\"code\":\"7401150000000\",\"name\":\"CLORO CLORAL 40ML\",\"unit\":\"1\",\"cost\":\"0.66000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cloro-cloral-40ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1722, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1948\",\"code\":\"7401180000000\",\"name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"unit\":\"1\",\"cost\":\"30.94000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-clavo-concreto-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1723, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2079\",\"code\":\"7404000000000\",\"name\":\"CONDONES VIVE DE 3 UNIDADES\",\"unit\":\"1\",\"cost\":\"5.25000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"condones-vive-de-3-unidades\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1724, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2125\",\"code\":\"740404000000\",\"name\":\"DE LA FINCA MANI GARRAPI\",\"unit\":\"1\",\"cost\":\"5.50000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1725, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2214\",\"code\":\"7406190000000\",\"name\":\"FRIJOL DEL MONTE 15 OZ\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-del-monte-15-oz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1726, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1894\",\"code\":\"7406230000000\",\"name\":\"BON BON COLOMBINA\",\"unit\":\"1\",\"cost\":\"0.40000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bon-bon-colombina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1727, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1888\",\"code\":\"7406400000000\",\"name\":\"BOMBILLA NEW LED 13W 9710045\",\"unit\":\"1\",\"cost\":\"10.66000000000000000000\",\"price\":\"14.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bombilla-new-led-13w-9710045\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1728, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1829\",\"code\":\"7410000000000\",\"name\":\"ACETAMINOFEN MK (UNIDAD)\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"acetaminofen-mk-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1729, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2053\",\"code\":\"7411000000000\",\"name\":\"COCA COLA LATA  .\",\"unit\":\"1\",\"cost\":\"4.23000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"coca-cola-lata\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1730, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2143\",\"code\":\"74110000000000\",\"name\":\"DETERGENTE XEDEX 1KG\",\"unit\":\"1\",\"cost\":\"9.00000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-xedex-1kg\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1731, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2019\",\"code\":\"7441000000000\",\"name\":\"CINTA AISLAR TENFLEX GRANDE\",\"unit\":\"1\",\"cost\":\"10.62000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-aislar-tenflex-grande\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1732, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1954\",\"code\":\"7441020000000\",\"name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"unit\":\"1\",\"cost\":\"6.44000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plastica-durman\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1733, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1956\",\"code\":\"744110000000\",\"name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rect-plastica-12-34-negro-a\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1734, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1953\",\"code\":\"7441100000000\",\"name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"unit\":\"1\",\"cost\":\"7.84000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plastica-412-34-g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1735, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2192\",\"code\":\"7441110000000\",\"name\":\"ESPIGA DE HULE EAGLE\",\"unit\":\"1\",\"cost\":\"10.89000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"espiga-de-hule-eagle\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1736, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2225\",\"code\":\"7441160000000\",\"name\":\"GALLETA CHIKY CHIPS\",\"unit\":\"1\",\"cost\":\"1.58000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chiky-chips\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1737, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1861\",\"code\":\"747752000000\",\"name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"unit\":\"1\",\"cost\":\"31.55000000000000000000\",\"price\":\"42.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-12-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1738, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1973\",\"code\":\"747753000000\",\"name\":\"CANGREJO STANLEY 8\\\"\",\"unit\":\"1\",\"cost\":\"43.50000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cangrejo-stanley-8\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1739, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2140\",\"code\":\"748928000000\",\"name\":\"DETERGENTE ORIX 125 GR\",\"unit\":\"1\",\"cost\":\"1.57000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-orix-125-gr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1740, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2139\",\"code\":\"74892800509\",\"name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"unit\":\"1\",\"cost\":\"0.01000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"detergente-lavatrastos-orix-90-gr\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1741, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1995\",\"code\":\"75002459\",\"name\":\"CERVEZA TECATE\",\"unit\":\"1\",\"cost\":\"4.42000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-tecate\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1742, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2221\",\"code\":\"7501000000000\",\"name\":\"GALLETA ARCOIRIS   .\",\"unit\":\"1\",\"cost\":\"5.10000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-arcoiris\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1743, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1875\",\"code\":\"7501030000000\",\"name\":\"BAYGON ULTRA VERDE 285 ML\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"baygon-ultra-verde-285-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1744, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1991\",\"code\":\"7501060000000\",\"name\":\"CERVEZA MODELO LATA 16ONZ.\",\"unit\":\"1\",\"cost\":\"6.25000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-modelo-lata-16onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1745, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1865\",\"code\":\"7501090000000\",\"name\":\"AROMATIZANTE CHICA FRESA\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aromatizante-chica-fresa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1746, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1805\",\"code\":\"7501210000000\",\"name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"unit\":\"1\",\"cost\":\"5.39000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-34-bolsita-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1747, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2025\",\"code\":\"75012100000000\",\"name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"unit\":\"1\",\"cost\":\"16.96000000000000000000\",\"price\":\"22.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-masking-tape-truper-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1748, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1824\",\"code\":\"7501730000000\",\"name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"unit\":\"1\",\"cost\":\"31.30000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"accesorio-ptanque-sanitario-fama\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1749, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2227\",\"code\":\"7501760000000\",\"name\":\"GALLETA CHOCOVIC\",\"unit\":\"1\",\"cost\":\"0.40000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chocovic\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1750, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1860\",\"code\":\"7501850000000\",\"name\":\"APAGADOR Y TOMACORRIENTE ARGOS COMBINADO\",\"unit\":\"1\",\"cost\":\"8.50000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"apagador-y-tomacorriente-argos-combinado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1751, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1796\",\"code\":\"7501850502636\",\"name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"unit\":\"1\",\"cost\":\"1.94000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducto-conector-tubo-34-9570105\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1752, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1884\",\"code\":\"7501890000000\",\"name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"unit\":\"1\",\"cost\":\"525.00000000000000000000\",\"price\":\"700.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bomba-periferica-1-hp-toolcraft\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1753, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1934\",\"code\":\"75019815\",\"name\":\"BUBALOO       .\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bubaloo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1754, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2203\",\"code\":\"7502220000000\",\"name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"felpa-profecional-vinta-9-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1755, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1993\",\"code\":\"75027278\",\"name\":\"CERVEZA MODELO VIDRIO .\",\"unit\":\"1\",\"cost\":\"5.83000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-modelo-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1756, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1928\",\"code\":\"7503010000000\",\"name\":\"BROCHA LA BUENA 1\\/2\",\"unit\":\"1\",\"cost\":\"1.70000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-la-buena-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1757, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1984\",\"code\":\"75032715\",\"name\":\"CERVEZA CORONA BOTELLA.\",\"unit\":\"1\",\"cost\":\"5.83000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-corona-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1758, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2155\",\"code\":\"750624000000\",\"name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"unit\":\"1\",\"cost\":\"11.72000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-laminado-pretul-4-12-grano-60\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1759, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1812\",\"code\":\"7506240000000\",\"name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-4-bolsita-5-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1760, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1921\",\"code\":\"7506390000000\",\"name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"unit\":\"1\",\"cost\":\"3.31000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-chip-2-mango-cafe\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1761, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2076\",\"code\":\"7509550000000\",\"name\":\"COLGATE TRIPLE ACCION 150 ML\",\"unit\":\"1\",\"cost\":\"8.75000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"colgate-triple-accion-150-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1762, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2236\",\"code\":\"751001000000\",\"name\":\"GALLETA PAN CREMA .\",\"unit\":\"1\",\"cost\":\"5.10000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-pan-crema\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1763, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1964\",\"code\":\"751207000000\",\"name\":\"CANDADO 50MM HERMEX\",\"unit\":\"1\",\"cost\":\"16.96000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-50mm-hermex\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1764, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2224\",\"code\":\"753079000000\",\"name\":\"GALLETA CAN CAN\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-can-can\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1765, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1897\",\"code\":\"756956000000\",\"name\":\"BOTONETA AMARILLA\",\"unit\":\"1\",\"cost\":\"0.45000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"botoneta-amarilla\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1766, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2235\",\"code\":\"7590010000000\",\"name\":\"GALLETA OREO\",\"unit\":\"1\",\"cost\":\"1.08000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-oreo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1767, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1976\",\"code\":\"760573000000\",\"name\":\"CASHITAS\",\"unit\":\"1\",\"cost\":\"2.92000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cashitas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1768, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1975\",\"code\":\"7605730955\",\"name\":\"CASHITA MANI JAPONESA\",\"unit\":\"1\",\"cost\":\"0.78000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cashita-mani-japonesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1769, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1845\",\"code\":\"760896000000\",\"name\":\"AGUA DESTIULADA PRODIN\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"agua-destiulada-prodin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1770, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1831\",\"code\":\"7608970000000\",\"name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"unit\":\"1\",\"cost\":\"5.70000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"activador-electrolitico-para-bateria\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1771, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1853\",\"code\":\"7617484023\",\"name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"unit\":\"1\",\"cost\":\"42.19000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-electricista-8-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1772, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2226\",\"code\":\"7622300000000\",\"name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"unit\":\"1\",\"cost\":\"3.28000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-chips-ahoy-57-gramos\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1773, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1795\",\"code\":\"76770504804\",\"name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"unit\":\"1\",\"cost\":\"700.00000000000000000000\",\"price\":\"850.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-d-cable-thhn-12awg-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1774, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1918\",\"code\":\"769409000000\",\"name\":\"BROCHA 1\\\" EXPERT\",\"unit\":\"1\",\"cost\":\"3.50000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-1-expert\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1775, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2202\",\"code\":\"76940900117\",\"name\":\"FELPA EXPERT STANDAR 3\\/8\",\"unit\":\"1\",\"cost\":\"5.40000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"felpa-expert-standar-38\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1776, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2151\",\"code\":\"7798220000000\",\"name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"unit\":\"1\",\"cost\":\"45.00000000000000000000\",\"price\":\"66.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-diasegmen-p-concreto-7-gladiado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1777, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1874\",\"code\":\"783094000000\",\"name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"unit\":\"1\",\"cost\":\"4.59000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-rayovac-grande-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1778, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1955\",\"code\":\"7831640000000\",\"name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"unit\":\"1\",\"cost\":\"28.00000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-para-flipon-40-amps-cente\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1779, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1938\",\"code\":\"787705000000\",\"name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-12-awg-rojo-x-metro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1780, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2021\",\"code\":\"7891040000000\",\"name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"unit\":\"1\",\"cost\":\"32.92000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-doble-cara-19mm-x-5-m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1781, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1862\",\"code\":\"7893950000000\",\"name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"unit\":\"1\",\"cost\":\"26.05000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-12-vonder\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1782, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1969\",\"code\":\"8012230000000\",\"name\":\"CANDADO YALE 40 MM\",\"unit\":\"1\",\"cost\":\"60.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-yale-40-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1783, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1983\",\"code\":\"80660956411\",\"name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"unit\":\"1\",\"cost\":\"12.08000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-corona-botella-710-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1784, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2239\",\"code\":\"842071000000\",\"name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"unit\":\"1\",\"cost\":\"132.72000000000000000000\",\"price\":\"175.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-aceite-havoline-sae-20w-50\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1785, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1826\",\"code\":\"8420714187\",\"name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"unit\":\"1\",\"cost\":\"25.50000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-25w50-4t-mototaxi-litro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1786, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1825\",\"code\":\"85051001190\",\"name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"unit\":\"1\",\"cost\":\"19.64000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-2-tiempos-super-s-econ-litro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1787, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2237\",\"code\":\"86581001070\",\"name\":\"GALLETA SODA POZUELO\",\"unit\":\"1\",\"cost\":\"0.34000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-soda-pozuelo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1788, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2229\",\"code\":\"86581012502\",\"name\":\"GALLETA CLUB EXTRA..\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-club-extra\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1789, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2230\",\"code\":\"86581015121\",\"name\":\"GALLETA CREMAS GDE .\",\"unit\":\"1\",\"cost\":\"0.85000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-cremas-gde\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1790, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2238\",\"code\":\"86581017699\",\"name\":\"GALLETA TIPO.               .\",\"unit\":\"1\",\"cost\":\"0.85000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galleta-tipo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1791, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1935\",\"code\":\"87295125991\",\"name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"unit\":\"1\",\"cost\":\"1.12000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bujia-candela-para-moto\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1792, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2217\",\"code\":\"88313062267\",\"name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"unit\":\"1\",\"cost\":\"2.98000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-volteado-ducal-55-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1793, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2218\",\"code\":\"88313062281\",\"name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"unit\":\"1\",\"cost\":\"6.08000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"frijol-volteado-ducal-105-onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1794, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2159\",\"code\":\"885911000000\",\"name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"unit\":\"1\",\"cost\":\"20.89000000000000000000\",\"price\":\"29.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-pcmetal-9-dewalt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1795, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2120\",\"code\":\"9021298\",\"name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"unit\":\"1\",\"cost\":\"0.91000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-12-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1796, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2121\",\"code\":\"9021299\",\"name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-34-naranja\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1797, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2220\",\"code\":\"9111210000000\",\"name\":\"FULL CRETE (1 CUARTO GALON)\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"full-crete-1-cuarto-galon\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1798, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2242\",\"code\":\"9121220000000\",\"name\":\"GALON FULL CRETE\",\"unit\":\"1\",\"cost\":\"150.00000000000000000000\",\"price\":\"180.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-full-crete\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1799, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2034\",\"code\":\"91712500315\",\"name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"unit\":\"1\",\"cost\":\"6.55000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-teflon-1-ez-flo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1800, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1820\",\"code\":\"9540 UNIDAD\",\"name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"unit\":\"1\",\"cost\":\"0.74000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-volchet-unidad-d-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1801, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1814\",\"code\":\"A111\",\"name\":\"ABRAZADERA DE 2\\\"\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-de-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1802, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2186\",\"code\":\"AB608\\/120\\/60\",\"name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"unit\":\"1\",\"cost\":\"556.51000000000000000000\",\"price\":\"696.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esmeril-de-banco-8-34-hp-550w\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1803, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1819\",\"code\":\"ABRA001\",\"name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-tw-12-de-presion\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1804, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1818\",\"code\":\"ABRA002\",\"name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"unit\":\"1\",\"cost\":\"3.00000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-tw-1-de-presion\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1805, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1823\",\"code\":\"ACE04\",\"name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"unit\":\"1\",\"cost\":\"19.27000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"accesorio-de-entrada-114-calabera\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1806, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1830\",\"code\":\"ACHUELA ALDOSA 2\",\"name\":\"ACHUELA ALDOSA 2\",\"unit\":\"1\",\"cost\":\"20.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"achuela-aldosa-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1807, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1980\",\"code\":\"ALF0035\",\"name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"unit\":\"1\",\"cost\":\"7.99000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-cuadrado-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1808, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1815\",\"code\":\"AT001\",\"name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"1.70000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-para-cielo-hanger-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1809, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1857\",\"code\":\"AZ00151\",\"name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"unit\":\"1\",\"cost\":\"52.76000000000000000000\",\"price\":\"52.76000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"almadana-de-4-lbs-c-cabo-azteca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1810, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2009\",\"code\":\"BOSSI123\",\"name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"unit\":\"1\",\"cost\":\"27.00000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-con-piton-de-34-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1811, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2049\",\"code\":\"CB123\",\"name\":\"CLAVO CONCRETO BRONCO 4\",\"unit\":\"1\",\"cost\":\"31.50000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-bronco-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1812, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2000\",\"code\":\"CHEVEBR05\",\"name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"unit\":\"1\",\"cost\":\"38.89000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cheque-vertical-con-pichacha-de-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1813, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1998\",\"code\":\"CHHOBR03\",\"name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"unit\":\"1\",\"cost\":\"24.79000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cheque-horizontal-asiento-hule-de-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1814, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1981\",\"code\":\"D12\",\"name\":\"CEPILLO DE DIENTES UNID.\",\"unit\":\"1\",\"cost\":\"1.17000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-dientes-unid\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1815, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2177\",\"code\":\"D87\",\"name\":\"ESCOBAS\",\"unit\":\"1\",\"cost\":\"10.67000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"escobas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1816, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1936\",\"code\":\"ELE00076\",\"name\":\"CABLE PARALELO 2* 12 M\",\"unit\":\"1\",\"cost\":\"9.54000000000000000000\",\"price\":\"12.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-paralelo-2-12-m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1817, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1937\",\"code\":\"ELE00077\",\"name\":\"CABLE PARALELO 2* 14 MT\",\"unit\":\"1\",\"cost\":\"6.21000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-paralelo-2-14-mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1818, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1951\",\"code\":\"ELE00081\",\"name\":\"CAJA OCTAGONAL METAL\",\"unit\":\"1\",\"cost\":\"2.87000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1819, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1952\",\"code\":\"ELE00082\",\"name\":\"CAJA OCTAGONAL PLAS\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1820, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1957\",\"code\":\"ELE00085\",\"name\":\"CAJA RECTANGULAR METAL\",\"unit\":\"1\",\"cost\":\"2.35000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1821, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2103\",\"code\":\"ELE067\",\"name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-ptubo-ductuvinil-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1822, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2082\",\"code\":\"FER 010231\",\"name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contra-llave-12-x-12-a-la-pared-viking\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1823, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1801\",\"code\":\"FER 02887444770\",\"name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"unit\":\"1\",\"cost\":\"20.16000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"7disco-dewalt-carbon-p-cortarconcret-9\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1824, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1802\",\"code\":\"FER 75012066411\",\"name\":\"CUCHILLA  6? PRETUL\",\"unit\":\"1\",\"cost\":\"5.29000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cuchilla-6-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1825, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1799\",\"code\":\"FER 75012066839\",\"name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"unit\":\"1\",\"cost\":\"0.17000000000000000000\",\"price\":\"0.35000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-plastico-250mm-negro-volteck\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1826, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1800\",\"code\":\"FER 75062406478\",\"name\":\"PLACA PARA TIMBRE VOLTECH\",\"unit\":\"1\",\"cost\":\"10.29000000000000000000\",\"price\":\"15.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-para-timbre-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1827, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1803\",\"code\":\"FER- 7506240656\",\"name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"unit\":\"1\",\"cost\":\"18.72000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"9disco-de-diamante-de-4-12-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1828, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2195\",\"code\":\"FER000151\",\"name\":\"ESPONJA PEQUE\",\"unit\":\"1\",\"cost\":\"2.78000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1829, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1804\",\"code\":\"FER00021\",\"name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"unit\":\"1\",\"cost\":\"1.23000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-precion-hangler-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1830, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1870\",\"code\":\"FER00088\",\"name\":\"BARNIZ GL NOGAL CELCO\",\"unit\":\"1\",\"cost\":\"140.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"barniz-gl-nogal-celco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1831, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1880\",\"code\":\"FER00106\",\"name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-12-mh\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1832, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1881\",\"code\":\"FER00108\",\"name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-38-mh\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1833, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1882\",\"code\":\"FER00111\",\"name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-bandera-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1834, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2090\",\"code\":\"FER001216\",\"name\":\"COPLA 1 1\\/2 CON ROSCA\",\"unit\":\"1\",\"cost\":\"0.87000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1-12-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1835, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2095\",\"code\":\"FER001217\",\"name\":\"COPLA 3\\/4 CON ROSCA\",\"unit\":\"1\",\"cost\":\"0.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-34-con-rosca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1836, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2193\",\"code\":\"FER00150\",\"name\":\"ESPONJA GRANDE PARA REPELLO\",\"unit\":\"1\",\"cost\":\"5.88000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esponja-grande-para-repello\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1837, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2037\",\"code\":\"FER00436\",\"name\":\"CLAVO 1 1\\/2 LB\",\"unit\":\"1\",\"cost\":\"5.94000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-1-12-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1838, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2039\",\"code\":\"FER00438\",\"name\":\"CLAVO 2 1\\/2 LB.\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-2-12-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1839, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2040\",\"code\":\"FER00439\",\"name\":\"CLAVO 2 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-2-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1840, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2041\",\"code\":\"FER00440\",\"name\":\"CLAVO 3 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-3-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1841, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2042\",\"code\":\"FER00441\",\"name\":\"CLAVO 4 LB\",\"unit\":\"1\",\"cost\":\"6.45000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-4-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1842, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2044\",\"code\":\"FER00446\",\"name\":\"CLAVO CONCRETO 1 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.09000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-1-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1843, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2043\",\"code\":\"FER00447\",\"name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.07000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-1-12-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1844, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2047\",\"code\":\"FER00448\",\"name\":\"CLAVO CONCRETO 3 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.11000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-3-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1845, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2045\",\"code\":\"FER00449\",\"name\":\"CLAVO CONCRETO 2 1\\/2\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1846, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2046\",\"code\":\"FER00450\",\"name\":\"CLAVO CONCRETO 3 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.10000000000000000000\",\"price\":\"0.15000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-3-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1847, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2048\",\"code\":\"FER00453\",\"name\":\"CLAVO CONCRETO 4 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-4-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1848, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2050\",\"code\":\"FER00710\",\"name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"unit\":\"1\",\"cost\":\"8.00000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-para-cerca-laa-1-14-lb\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1849, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2108\",\"code\":\"FER01397\",\"name\":\"CRAYON 2 COLORES GRUESO\",\"unit\":\"1\",\"cost\":\"1.30000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"crayon-2-colores-grueso\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1850, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1919\",\"code\":\"FER02539\",\"name\":\"BROCHA 2 BYP\",\"unit\":\"1\",\"cost\":\"3.73000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-2-byp\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1851, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2153\",\"code\":\"FER02908\",\"name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"unit\":\"1\",\"cost\":\"59.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-diamantado-continuo-9-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1852, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1962\",\"code\":\"FER0313\",\"name\":\"CANDADO 40MM DORADO WHALE\",\"unit\":\"1\",\"cost\":\"11.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-40mm-dorado-whale\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1853, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1968\",\"code\":\"FER0314\",\"name\":\"CANDADO WHALE DORADO 50 MM\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-whale-dorado-50-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1854, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2073\",\"code\":\"FER31106-2\",\"name\":\"CODO PVC 3\\/4 45 GRADOS\",\"unit\":\"1\",\"cost\":\"1.50000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-34-45-grados\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1855, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2241\",\"code\":\"GEL0001\",\"name\":\"GALON ALCOHOL GEL\",\"unit\":\"1\",\"cost\":\"155.00000000000000000000\",\"price\":\"207.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-alcohol-gel\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1856, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1851\",\"code\":\"GEL0003\",\"name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alcohol-gel-tipo-llavero-50-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1857, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2086\",\"code\":\"GRIF000175\",\"name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"unit\":\"1\",\"cost\":\"26.50000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contrallave-crom-al-piso-12-x-12-boss\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1858, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2087\",\"code\":\"GRIF000176\",\"name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"24.70000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"contrallave-crom-pared-12-x-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1859, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2007\",\"code\":\"LLCHBOZN03\",\"name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"unit\":\"1\",\"cost\":\"15.75000000000000000000\",\"price\":\"21.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-bola-zinc-c-palanca-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1860, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2012\",\"code\":\"LLCHCPOPM05\",\"name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"unit\":\"1\",\"cost\":\"15.75000000000000000000\",\"price\":\"21.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chorro-mariposa-d-12-bossi\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1861, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1974\",\"code\":\"MS1001\\/2L\",\"name\":\"CARETA NEO FOTOSENSIBLE\",\"unit\":\"1\",\"cost\":\"385.00000000000000000000\",\"price\":\"482.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"careta-neo-fotosensible\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1862, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1872\",\"code\":\"P24BD-720\",\"name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"unit\":\"1\",\"cost\":\"555.00000000000000000000\",\"price\":\"1110.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-12-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1863, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1871\",\"code\":\"P47-600\",\"name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"unit\":\"1\",\"cost\":\"350.00000000000000000000\",\"price\":\"350.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-10-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1864, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2075\",\"code\":\"PCV00037\",\"name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"2.33000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-pvc-liso-45-gr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1865, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1873\",\"code\":\"PNS60LS\",\"name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"unit\":\"1\",\"cost\":\"525.00000000000000000000\",\"price\":\"1050.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-charge-9-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1866, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1836\",\"code\":\"PVC00003\",\"name\":\"ADAPTADOR M 1\",\"unit\":\"1\",\"cost\":\"1.41000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1867, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1837\",\"code\":\"PVC00004\",\"name\":\"ADAPTADOR M 1 1\\/2\",\"unit\":\"1\",\"cost\":\"1.61000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1868, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1838\",\"code\":\"PVC00005\",\"name\":\"ADAPTADOR M 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.53000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1869, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1832\",\"code\":\"PVC00006\",\"name\":\"ADAOTADOR  1\\/2\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaotador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1870, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1834\",\"code\":\"PVC00007\",\"name\":\"ADAPTADOR 2\",\"unit\":\"1\",\"cost\":\"2.64000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1871, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2096\",\"code\":\"PVC0001\",\"name\":\"COPLA C\\/R 1\",\"unit\":\"1\",\"cost\":\"1.84000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1872, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1839\",\"code\":\"PVC00010\",\"name\":\"ADAPTADOR M 3\\/4\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1873, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2058\",\"code\":\"PVC00033\",\"name\":\"CODO 90 GR 1\",\"unit\":\"1\",\"cost\":\"3.35000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1874, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2060\",\"code\":\"PVC00035\",\"name\":\"CODO 90 GR 1 1\\/4\",\"unit\":\"1\",\"cost\":\"2.71000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1875, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2061\",\"code\":\"PVC00036\",\"name\":\"CODO 90 GR 1\\/2\",\"unit\":\"1\",\"cost\":\"0.99000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1876, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2062\",\"code\":\"PVC00037\",\"name\":\"CODO 90 GR 2\",\"unit\":\"1\",\"cost\":\"13.70000000000000000000\",\"price\":\"19.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1877, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2063\",\"code\":\"PVC00038\",\"name\":\"CODO 90 GR 2 1\\/2\",\"unit\":\"1\",\"cost\":\"16.21000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1878, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2064\",\"code\":\"PVC00039\",\"name\":\"CODO 90 GR 3\",\"unit\":\"1\",\"cost\":\"21.01000000000000000000\",\"price\":\"42.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1879, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2065\",\"code\":\"PVC00040\",\"name\":\"CODO 90 GR 3\\/4\",\"unit\":\"1\",\"cost\":\"1.49000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1880, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2066\",\"code\":\"PVC00045\",\"name\":\"CODO 90 GR C\\/R 1\\/2\",\"unit\":\"1\",\"cost\":\"1.19000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-cr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1881, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2067\",\"code\":\"PVC00051\",\"name\":\"CODO 90 GR DR 2\",\"unit\":\"1\",\"cost\":\"4.59000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1882, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2068\",\"code\":\"PVC00052\",\"name\":\"CODO 90 GR DR 3\",\"unit\":\"1\",\"cost\":\"15.19000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1883, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2069\",\"code\":\"PVC00053\",\"name\":\"CODO 90 GR DR 4\",\"unit\":\"1\",\"cost\":\"27.99000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1884, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2070\",\"code\":\"PVC00054\",\"name\":\"CODO 90 GR DR 6\",\"unit\":\"1\",\"cost\":\"50.57000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-dr-6\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1885, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2088\",\"code\":\"PVC00068\",\"name\":\"COPLA 1\",\"unit\":\"1\",\"cost\":\"1.29000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1886, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2089\",\"code\":\"PVC00069\",\"name\":\"COPLA 1 1\\/2\",\"unit\":\"1\",\"cost\":\"2.29000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1887, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2091\",\"code\":\"PVC00071\",\"name\":\"COPLA 1\\/2\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1888, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2092\",\"code\":\"PVC00072\",\"name\":\"COPLA 2\",\"unit\":\"1\",\"cost\":\"2.62000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1889, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2094\",\"code\":\"PVC00073\",\"name\":\"COPLA 3\\/4\",\"unit\":\"1\",\"cost\":\"1.09000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1890, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2097\",\"code\":\"PVC00076\",\"name\":\"COPLA C\\/R 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.40000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1891, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2098\",\"code\":\"PVC00077\",\"name\":\"COPLA C\\/R 1\\/2\",\"unit\":\"1\",\"cost\":\"0.89000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-cr-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1892, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2100\",\"code\":\"PVC00090\",\"name\":\"COPLA DR 2\",\"unit\":\"1\",\"cost\":\"3.85000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1893, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2101\",\"code\":\"PVC00091\",\"name\":\"COPLA DR 3\",\"unit\":\"1\",\"cost\":\"6.38000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1894, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2102\",\"code\":\"PVC00092\",\"name\":\"COPLA DR 4\",\"unit\":\"1\",\"cost\":\"11.57000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-dr-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1895, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2059\",\"code\":\"PVC00094\",\"name\":\"CODO 90 GR 1 1\\/2\",\"unit\":\"1\",\"cost\":\"3.99000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"codo-90-gr-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1896, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1833\",\"code\":\"PVC00193\",\"name\":\"ADAPTADOR 1\\/2\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1897, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2093\",\"code\":\"PVC00260\",\"name\":\"COPLA 2 1\\/2\",\"unit\":\"1\",\"cost\":\"17.91000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"copla-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1898, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2119\",\"code\":\"PVC0105\",\"name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"curva-conduit-12-gris\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1899, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2208\",\"code\":\"THQC1120\",\"name\":\"FLIPON # 20 THQC1120\",\"unit\":\"1\",\"cost\":\"71.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-20-thqc1120\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1900, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1797\",\"code\":\"THQC1130\",\"name\":\"FLIPON # 30 THQC1130\",\"unit\":\"1\",\"cost\":\"71.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-30-thqc1130\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1901, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2169\",\"code\":\"UP0000793\",\"name\":\"DULCES COLOMBINA\",\"unit\":\"1\",\"cost\":\"0.16000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"dulces-colombina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1902, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2168\",\"code\":\"VK0795\",\"name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"unit\":\"1\",\"cost\":\"25.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-redonda-cbrazo-y-chapeta-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1903, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1966\",\"code\":\"VK0867\",\"name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"unit\":\"1\",\"cost\":\"19.50000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-profecional-bronce-30mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1904, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1816\",\"code\":\"VK0894R\",\"name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"21.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-plastic-10-negro-50-uni-viki\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1905, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1967\",\"code\":\"VK0898\",\"name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"unit\":\"1\",\"cost\":\"28.50000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-profecional-bronce-40mm-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1906, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2167\",\"code\":\"VK0908\",\"name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"unit\":\"1\",\"cost\":\"53.68000000000000000000\",\"price\":\"71.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-octagonal-cromada-cbrazo-y-chapet\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1907, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"1817\",\"code\":\"VK0928\",\"name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"17.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-plastica-de-6-negro-100-uni\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:05:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1908, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2348\",\"code\":\"10015600067\",\"name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-de-paleta-vikingo-78\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1909, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2398\",\"code\":\"100165000000\",\"name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"unit\":\"1\",\"cost\":\"30.94000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-clavo-concreto-2-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1910, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2284\",\"code\":\"100231000000\",\"name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"unit\":\"1\",\"cost\":\"4.50000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-d-copa-p-taladro-51614\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1911, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2366\",\"code\":\"10045200000000\",\"name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"unit\":\"1\",\"cost\":\"49.90000000000000000000\",\"price\":\"66.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocas-de-oxido-negro-12-milwauke\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1912, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2276\",\"code\":\"102190\",\"name\":\"ACEITE SAE 40 AMERICAN\",\"unit\":\"1\",\"cost\":\"20.47000000000000000000\",\"price\":\"27.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-sae-40-american\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1913, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2318\",\"code\":\"102302\",\"name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"20.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bandeja-crodillo-sprofe-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1914, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2428\",\"code\":\"102307\",\"name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"unit\":\"1\",\"cost\":\"7.52000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-5-filas-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1915, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2414\",\"code\":\"102314\",\"name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-gris-tri-circle-32mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1916, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2427\",\"code\":\"102320\",\"name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"unit\":\"1\",\"cost\":\"9.41000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-5-filas-ald-man-plas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1917, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2395\",\"code\":\"102358\",\"name\":\"CAIMAN DE 30\\\"\",\"unit\":\"1\",\"cost\":\"124.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-30\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1918, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2396\",\"code\":\"102359\",\"name\":\"CAIMAN DE 36\\\"\",\"unit\":\"1\",\"cost\":\"142.00000000000000000000\",\"price\":\"170.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-36\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1919, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2407\",\"code\":\"10277\",\"name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"unit\":\"1\",\"cost\":\"1.80000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-plastica-blanca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1920, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2277\",\"code\":\"10901800000000\",\"name\":\"ACETAMINOFEN CAPLIN POINT\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"acetaminofen-caplin-point\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1921, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2305\",\"code\":\"11418040168\",\"name\":\"ALKA SELTZER .\",\"unit\":\"1\",\"cost\":\"1.00000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alka-seltzer\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1922, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2304\",\"code\":\"11418240780\",\"name\":\"ALKA AD  .\",\"unit\":\"1\",\"cost\":\"1.42000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alka-ad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1923, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2315\",\"code\":\"11418696839\",\"name\":\"ASPIRINA FORTE\",\"unit\":\"1\",\"cost\":\"0.78000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aspirina-forte\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1924, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2332\",\"code\":\"150\",\"name\":\"BOCADELI PEQUE\",\"unit\":\"1\",\"cost\":\"0.42000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:15:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1925, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2421\",\"code\":\"15310\",\"name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"unit\":\"1\",\"cost\":\"46.25000000000000000000\",\"price\":\"62.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cangrejo-industrial-10-pulgadas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1926, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2260\",\"code\":\"1546 UNIDAD\",\"name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-3-unidad-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1927, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2262\",\"code\":\"1553\",\"name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"unit\":\"1\",\"cost\":\"4.20000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-4-unidades-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1928, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2356\",\"code\":\"17501200000000\",\"name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"unit\":\"1\",\"cost\":\"19.82000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-pconcreto-truper-516-6-15\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1929, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2388\",\"code\":\"21\",\"name\":\"CABLE THHN N0 8 NEGRO\",\"unit\":\"1\",\"cost\":\"6.10000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-n0-8-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1930, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2308\",\"code\":\"24000501558\",\"name\":\"ALOE VERA DEL MONTE 500 ML\",\"unit\":\"1\",\"cost\":\"11.20000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aloe-vera-del-monte-500-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1931, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2390\",\"code\":\"3\",\"name\":\"CABLE THHN No.8 ROJO\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no8-rojo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1932, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2452\",\"code\":\"340\",\"name\":\"CHICLES.\",\"unit\":\"1\",\"cost\":\"0.24000000000000000000\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chicles\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1933, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2391\",\"code\":\"4\",\"name\":\"CABLE THHN No.8 VERDE\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"5.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no8-verde\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1934, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2344\",\"code\":\"4711680000000\",\"name\":\"BORRADOR CANDY\",\"unit\":\"1\",\"cost\":\"2.10000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"borrador-candy\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1935, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2365\",\"code\":\"48-20-9130\",\"name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"unit\":\"1\",\"cost\":\"34.30000000000000000000\",\"price\":\"45.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"broca-para-concreto-12-x4-x6-milwaukee\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1936, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2431\",\"code\":\"51131390300\",\"name\":\"CERA CINTETICA PROTECTORA473 ML\",\"unit\":\"1\",\"cost\":\"76.35000000000000000000\",\"price\":\"100.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cera-cintetica-protectora473-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1937, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2255\",\"code\":\"53\",\"name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"unit\":\"1\",\"cost\":\"2.50000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-34-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1938, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2334\",\"code\":\"531100000000\",\"name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"unit\":\"1\",\"cost\":\"675.00000000000000000000\",\"price\":\"900.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bomba-sumergible-de-agua-79849\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1939, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2389\",\"code\":\"6\",\"name\":\"CABLE THHN No.10 NEGRO\",\"unit\":\"1\",\"cost\":\"3.63000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-no10-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1940, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2445\",\"code\":\"60MM DERECHA\",\"name\":\"CHAPA  DERECHA VIKINGO\",\"unit\":\"1\",\"cost\":\"64.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chapa-derecha-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1941, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2446\",\"code\":\"60MM IZQUIERDA\",\"name\":\"CHAPA IZQUIERDA VIKINGO\",\"unit\":\"1\",\"cost\":\"64.00000000000000000000\",\"price\":\"85.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chapa-izquierda-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1942, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2247\",\"code\":\"6933530000000\",\"name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"unit\":\"1\",\"cost\":\"51.50000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mini-almadana-tolsen-3-libras\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1943, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2301\",\"code\":\"6942710000000\",\"name\":\"ALICATE 8 ALDOSA\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-8-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1944, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2312\",\"code\":\"69427100000000\",\"name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"unit\":\"1\",\"cost\":\"16.13000000000000000000\",\"price\":\"22.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-alsosa-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1945, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2450\",\"code\":\"721282000000\",\"name\":\"CHETOS 190G  .\",\"unit\":\"1\",\"cost\":\"10.30000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"chetos-190g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1946, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2434\",\"code\":\"74000715\",\"name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"unit\":\"1\",\"cost\":\"6.13000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-dorada-draft-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1947, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2443\",\"code\":\"74000722\",\"name\":\"CERVEZA MONTE CARLO PREMIUN\",\"unit\":\"1\",\"cost\":\"9.01000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-monte-carlo-premiun\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1948, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2295\",\"code\":\"7401000000000\",\"name\":\"AGUA SALVAVIDA BOTELLA .\",\"unit\":\"1\",\"cost\":\"2.08000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"agua-salvavida-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1949, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2290\",\"code\":\"7401010000000\",\"name\":\"ADRENALINA PEQ.  .\",\"unit\":\"1\",\"cost\":\"8.52000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adrenalina-peq\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1950, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2335\",\"code\":\"7401090000000\",\"name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"unit\":\"1\",\"cost\":\"45.64000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bombilla-ahorrador-spiral-65-w-lux\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1951, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2397\",\"code\":\"7401180000000\",\"name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"unit\":\"1\",\"cost\":\"30.94000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-clavo-concreto-2-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1952, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2343\",\"code\":\"7406230000000\",\"name\":\"BON BON COLOMBINA\",\"unit\":\"1\",\"cost\":\"0.40000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bon-bon-colombina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1953, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2337\",\"code\":\"7406400000000\",\"name\":\"BOMBILLA NEW LED 13W 9710045\",\"unit\":\"1\",\"cost\":\"10.66000000000000000000\",\"price\":\"14.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bombilla-new-led-13w-9710045\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1954, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2278\",\"code\":\"7410000000000\",\"name\":\"ACETAMINOFEN MK (UNIDAD)\",\"unit\":\"1\",\"cost\":\"0.60000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"acetaminofen-mk-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1955, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2403\",\"code\":\"7441020000000\",\"name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"unit\":\"1\",\"cost\":\"6.44000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plastica-durman\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1956, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2405\",\"code\":\"744110000000\",\"name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rect-plastica-12-34-negro-a\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1957, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2402\",\"code\":\"7441100000000\",\"name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"unit\":\"1\",\"cost\":\"7.84000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plastica-412-34-g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1958, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2310\",\"code\":\"747752000000\",\"name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"unit\":\"1\",\"cost\":\"31.55000000000000000000\",\"price\":\"42.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-12-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1959, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2422\",\"code\":\"747753000000\",\"name\":\"CANGREJO STANLEY 8\\\"\",\"unit\":\"1\",\"cost\":\"43.50000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cangrejo-stanley-8\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1960, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2444\",\"code\":\"75002459\",\"name\":\"CERVEZA TECATE\",\"unit\":\"1\",\"cost\":\"4.42000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-tecate\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1961, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2324\",\"code\":\"7501030000000\",\"name\":\"BAYGON ULTRA VERDE 285 ML\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"baygon-ultra-verde-285-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1962, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2440\",\"code\":\"7501060000000\",\"name\":\"CERVEZA MODELO LATA 16ONZ.\",\"unit\":\"1\",\"cost\":\"6.25000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-modelo-lata-16onz\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1963, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2314\",\"code\":\"7501090000000\",\"name\":\"AROMATIZANTE CHICA FRESA\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aromatizante-chica-fresa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1964, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2254\",\"code\":\"7501210000000\",\"name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"unit\":\"1\",\"cost\":\"5.39000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-34-bolsita-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1965, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2273\",\"code\":\"7501730000000\",\"name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"unit\":\"1\",\"cost\":\"31.30000000000000000000\",\"price\":\"40.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"accesorio-ptanque-sanitario-fama\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1966, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2309\",\"code\":\"7501850000000\",\"name\":\"APAGADOR Y TOMACORRIENTE ARGOS COMBINADO\",\"unit\":\"1\",\"cost\":\"8.50000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"apagador-y-tomacorriente-argos-combinado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1967, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2245\",\"code\":\"7501850502636\",\"name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"unit\":\"1\",\"cost\":\"1.94000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducto-conector-tubo-34-9570105\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1968, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2333\",\"code\":\"7501890000000\",\"name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"unit\":\"1\",\"cost\":\"525.00000000000000000000\",\"price\":\"700.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bomba-periferica-1-hp-toolcraft\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1969, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2383\",\"code\":\"75019815\",\"name\":\"BUBALOO       .\",\"unit\":\"1\",\"cost\":\"0.33000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bubaloo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1970, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2442\",\"code\":\"75027278\",\"name\":\"CERVEZA MODELO VIDRIO .\",\"unit\":\"1\",\"cost\":\"5.83000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-modelo-vidrio\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1971, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2377\",\"code\":\"7503010000000\",\"name\":\"BROCHA LA BUENA 1\\/2\",\"unit\":\"1\",\"cost\":\"1.70000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-la-buena-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1972, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2433\",\"code\":\"75032715\",\"name\":\"CERVEZA CORONA BOTELLA.\",\"unit\":\"1\",\"cost\":\"5.83000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-corona-botella\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1973, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2261\",\"code\":\"7506240000000\",\"name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-d-4-bolsita-5-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1974, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2370\",\"code\":\"7506390000000\",\"name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"unit\":\"1\",\"cost\":\"3.31000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-chip-2-mango-cafe\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1975, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2413\",\"code\":\"751207000000\",\"name\":\"CANDADO 50MM HERMEX\",\"unit\":\"1\",\"cost\":\"16.96000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-50mm-hermex\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1976, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2346\",\"code\":\"756956000000\",\"name\":\"BOTONETA AMARILLA\",\"unit\":\"1\",\"cost\":\"0.45000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"botoneta-amarilla\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1977, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2425\",\"code\":\"760573000000\",\"name\":\"CASHITAS\",\"unit\":\"1\",\"cost\":\"2.92000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cashitas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1978, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2424\",\"code\":\"7605730955\",\"name\":\"CASHITA MANI JAPONESA\",\"unit\":\"1\",\"cost\":\"0.78000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cashita-mani-japonesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1979, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2294\",\"code\":\"760896000000\",\"name\":\"AGUA DESTIULADA PRODIN\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"agua-destiulada-prodin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1980, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2280\",\"code\":\"7608970000000\",\"name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"unit\":\"1\",\"cost\":\"5.70000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"activador-electrolitico-para-bateria\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1981, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2302\",\"code\":\"7617484023\",\"name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"unit\":\"1\",\"cost\":\"42.19000000000000000000\",\"price\":\"50.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-electricista-8-stanley\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1982, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2244\",\"code\":\"76770504804\",\"name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"unit\":\"1\",\"cost\":\"700.00000000000000000000\",\"price\":\"850.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-d-cable-thhn-12awg-negro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1983, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2367\",\"code\":\"769409000000\",\"name\":\"BROCHA 1\\\" EXPERT\",\"unit\":\"1\",\"cost\":\"3.50000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-1-expert\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1984, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2323\",\"code\":\"783094000000\",\"name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"unit\":\"1\",\"cost\":\"4.59000000000000000000\",\"price\":\"6.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-rayovac-grande-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1985, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2404\",\"code\":\"7831640000000\",\"name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"unit\":\"1\",\"cost\":\"28.00000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-para-flipon-40-amps-cente\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1986, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2387\",\"code\":\"787705000000\",\"name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-thhn-12-awg-rojo-x-metro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1987, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2311\",\"code\":\"7893950000000\",\"name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"unit\":\"1\",\"cost\":\"26.05000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"arco-psierra-12-vonder\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1988, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2418\",\"code\":\"8012230000000\",\"name\":\"CANDADO YALE 40 MM\",\"unit\":\"1\",\"cost\":\"60.00000000000000000000\",\"price\":\"80.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-yale-40-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1989, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2432\",\"code\":\"80660956411\",\"name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"unit\":\"1\",\"cost\":\"12.08000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cerveza-corona-botella-710-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1990, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2275\",\"code\":\"8420714187\",\"name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"unit\":\"1\",\"cost\":\"25.50000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-25w50-4t-mototaxi-litro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1991, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2274\",\"code\":\"85051001190\",\"name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"unit\":\"1\",\"cost\":\"19.64000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aceite-2-tiempos-super-s-econ-litro\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1992, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2384\",\"code\":\"87295125991\",\"name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"unit\":\"1\",\"cost\":\"1.12000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bujia-candela-para-moto\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1993, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2269\",\"code\":\"9540 UNIDAD\",\"name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"unit\":\"1\",\"cost\":\"0.74000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-volchet-unidad-d-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1994, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2263\",\"code\":\"A111\",\"name\":\"ABRAZADERA DE 2\\\"\",\"unit\":\"1\",\"cost\":\"4.17000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-de-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1995, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2268\",\"code\":\"ABRA001\",\"name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-tw-12-de-presion\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1996, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2267\",\"code\":\"ABRA002\",\"name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"unit\":\"1\",\"cost\":\"3.00000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-tw-1-de-presion\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1997, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2272\",\"code\":\"ACE04\",\"name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"unit\":\"1\",\"cost\":\"19.27000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"accesorio-de-entrada-114-calabera\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1998, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2279\",\"code\":\"ACHUELA ALDOSA 2\",\"name\":\"ACHUELA ALDOSA 2\",\"unit\":\"1\",\"cost\":\"20.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"achuela-aldosa-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1999, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2429\",\"code\":\"ALF0035\",\"name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"unit\":\"1\",\"cost\":\"7.99000000000000000000\",\"price\":\"15.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-alambre-cuadrado-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2000, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2264\",\"code\":\"AT001\",\"name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"1.70000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-para-cielo-hanger-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2001, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2306\",\"code\":\"AZ00151\",\"name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"unit\":\"1\",\"cost\":\"52.76000000000000000000\",\"price\":\"52.76000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"almadana-de-4-lbs-c-cabo-azteca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2002, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2449\",\"code\":\"CHEVEBR05\",\"name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"unit\":\"1\",\"cost\":\"38.89000000000000000000\",\"price\":\"52.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cheque-vertical-con-pichacha-de-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2003, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2447\",\"code\":\"CHHOBR03\",\"name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"unit\":\"1\",\"cost\":\"24.79000000000000000000\",\"price\":\"33.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cheque-horizontal-asiento-hule-de-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2004, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2430\",\"code\":\"D12\",\"name\":\"CEPILLO DE DIENTES UNID.\",\"unit\":\"1\",\"cost\":\"1.17000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cepillo-de-dientes-unid\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2005, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2385\",\"code\":\"ELE00076\",\"name\":\"CABLE PARALELO 2* 12 M\",\"unit\":\"1\",\"cost\":\"9.54000000000000000000\",\"price\":\"12.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-paralelo-2-12-m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2006, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2386\",\"code\":\"ELE00077\",\"name\":\"CABLE PARALELO 2* 14 MT\",\"unit\":\"1\",\"cost\":\"6.21000000000000000000\",\"price\":\"8.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cable-paralelo-2-14-mt\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2007, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2400\",\"code\":\"ELE00081\",\"name\":\"CAJA OCTAGONAL METAL\",\"unit\":\"1\",\"cost\":\"2.87000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2008, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2401\",\"code\":\"ELE00082\",\"name\":\"CAJA OCTAGONAL PLAS\",\"unit\":\"1\",\"cost\":\"5.00000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-octagonal-plas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2009, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2406\",\"code\":\"ELE00085\",\"name\":\"CAJA RECTANGULAR METAL\",\"unit\":\"1\",\"cost\":\"2.35000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2010, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2250\",\"code\":\"FER 02887444770\",\"name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"unit\":\"1\",\"cost\":\"20.16000000000000000000\",\"price\":\"30.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"7disco-dewalt-carbon-p-cortarconcret-9\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2011, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2251\",\"code\":\"FER 75012066411\",\"name\":\"CUCHILLA  6? PRETUL\",\"unit\":\"1\",\"cost\":\"5.29000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cuchilla-6-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2012, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2248\",\"code\":\"FER 75012066839\",\"name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"unit\":\"1\",\"cost\":\"0.17000000000000000000\",\"price\":\"0.35000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cincho-plastico-250mm-negro-volteck\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2013, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2249\",\"code\":\"FER 75062406478\",\"name\":\"PLACA PARA TIMBRE VOLTECH\",\"unit\":\"1\",\"cost\":\"10.29000000000000000000\",\"price\":\"15.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"placa-para-timbre-voltech\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2014, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2252\",\"code\":\"FER- 7506240656\",\"name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"unit\":\"1\",\"cost\":\"18.72000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"9disco-de-diamante-de-4-12-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2015, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2253\",\"code\":\"FER00021\",\"name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"unit\":\"1\",\"cost\":\"1.23000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-precion-hangler-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2016, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2319\",\"code\":\"FER00088\",\"name\":\"BARNIZ GL NOGAL CELCO\",\"unit\":\"1\",\"cost\":\"140.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"barniz-gl-nogal-celco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2017, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2329\",\"code\":\"FER00106\",\"name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-12-mh\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2018, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2330\",\"code\":\"FER00108\",\"name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-38-mh\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2019, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2331\",\"code\":\"FER00111\",\"name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bisagra-cartucho-bandera-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2020, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2368\",\"code\":\"FER02539\",\"name\":\"BROCHA 2 BYP\",\"unit\":\"1\",\"cost\":\"3.73000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-2-byp\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2021, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2411\",\"code\":\"FER0313\",\"name\":\"CANDADO 40MM DORADO WHALE\",\"unit\":\"1\",\"cost\":\"11.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-40mm-dorado-whale\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2022, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2417\",\"code\":\"FER0314\",\"name\":\"CANDADO WHALE DORADO 50 MM\",\"unit\":\"1\",\"cost\":\"19.00000000000000000000\",\"price\":\"25.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-whale-dorado-50-mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2023, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2300\",\"code\":\"GEL0003\",\"name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alcohol-gel-tipo-llavero-50-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2024, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2423\",\"code\":\"MS1001\\/2L\",\"name\":\"CARETA NEO FOTOSENSIBLE\",\"unit\":\"1\",\"cost\":\"385.00000000000000000000\",\"price\":\"482.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"careta-neo-fotosensible\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2025, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2321\",\"code\":\"P24BD-720\",\"name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"unit\":\"1\",\"cost\":\"555.00000000000000000000\",\"price\":\"1110.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-12-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2026, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2320\",\"code\":\"P47-600\",\"name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"unit\":\"1\",\"cost\":\"350.00000000000000000000\",\"price\":\"350.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-10-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2027, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2322\",\"code\":\"PNS60LS\",\"name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"unit\":\"1\",\"cost\":\"525.00000000000000000000\",\"price\":\"1050.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-charge-9-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2028, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2285\",\"code\":\"PVC00003\",\"name\":\"ADAPTADOR M 1\",\"unit\":\"1\",\"cost\":\"1.41000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2029, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2286\",\"code\":\"PVC00004\",\"name\":\"ADAPTADOR M 1 1\\/2\",\"unit\":\"1\",\"cost\":\"1.61000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2030, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2287\",\"code\":\"PVC00005\",\"name\":\"ADAPTADOR M 1 1\\/4\",\"unit\":\"1\",\"cost\":\"3.53000000000000000000\",\"price\":\"4.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-1-14\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2031, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2281\",\"code\":\"PVC00006\",\"name\":\"ADAOTADOR  1\\/2\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaotador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2032, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2283\",\"code\":\"PVC00007\",\"name\":\"ADAPTADOR 2\",\"unit\":\"1\",\"cost\":\"2.64000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2033, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2288\",\"code\":\"PVC00010\",\"name\":\"ADAPTADOR M 3\\/4\",\"unit\":\"1\",\"cost\":\"0.69000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-m-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2034, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2282\",\"code\":\"PVC00193\",\"name\":\"ADAPTADOR 1\\/2\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2035, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2246\",\"code\":\"THQC1130\",\"name\":\"FLIPON # 30 THQC1130\",\"unit\":\"1\",\"cost\":\"71.00000000000000000000\",\"price\":\"95.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"flipon-30-thqc1130\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2036, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2415\",\"code\":\"VK0867\",\"name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"unit\":\"1\",\"cost\":\"19.50000000000000000000\",\"price\":\"26.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-profecional-bronce-30mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2037, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2265\",\"code\":\"VK0894R\",\"name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"21.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-plastic-10-negro-50-uni-viki\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2038, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2416\",\"code\":\"VK0898\",\"name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"unit\":\"1\",\"cost\":\"28.50000000000000000000\",\"price\":\"38.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-profecional-bronce-40mm-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2039, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2266\",\"code\":\"VK0928\",\"name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"unit\":\"1\",\"cost\":\"13.00000000000000000000\",\"price\":\"17.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"abrazadera-plastica-de-6-negro-100-uni\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-04-27 13:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2040, 'Purchase is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"15\",\"reference_no\":\"PO2022\\/04\\/0038\",\"date\":\"2022-04-27 13:58:00\",\"supplier_id\":\"6\",\"supplier\":\"INVENTARIO INICIAL\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"28439.8451\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"28439.8451\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"0\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"2552\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3052\",\"product_code\":\"102316\",\"product_name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"19.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.1500\",\"real_unit_cost\":\"19.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.1500\"},{\"id\":\"2553\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3053\",\"product_code\":\"6933528735496\",\"product_name\":\"NIVEL INDUSTRILA MAGNETICO 32\\\" 35113\",\"option_id\":null,\"net_unit_cost\":\"65.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.5000\",\"real_unit_cost\":\"65.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.5000\"},{\"id\":\"2554\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3054\",\"product_code\":\"6933528735472\",\"product_name\":\"NIVEL INDUTRIAL MAGNETICO 16\\\" 35111\",\"option_id\":null,\"net_unit_cost\":\"49.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"49.8500\",\"real_unit_cost\":\"49.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.8500\"},{\"id\":\"2555\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3055\",\"product_code\":\"7506240658412\",\"product_name\":\"NIVEL TORPEDO MAGNETICO DE 9\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"22.1300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.3900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.1300\",\"real_unit_cost\":\"22.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.1300\"},{\"id\":\"2556\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3056\",\"product_code\":\"7501206630426\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 24\\\" ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"71.6900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.6900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"71.6900\",\"real_unit_cost\":\"71.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.6900\"},{\"id\":\"2557\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3057\",\"product_code\":\"7501206635148\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 36\\\" ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"92.6200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.6200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"92.6200\",\"real_unit_cost\":\"92.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"92.6200\"},{\"id\":\"2558\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3058\",\"product_code\":\"7501206635155\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 48\\\" ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"107.9100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.9100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"107.9100\",\"real_unit_cost\":\"107.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"107.9100\"},{\"id\":\"2559\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3059\",\"product_code\":\"60\",\"product_name\":\"NYLON UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"1.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0000\",\"real_unit_cost\":\"1.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0000\"},{\"id\":\"2560\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3060\",\"product_code\":\"56\",\"product_name\":\"OCTAVO SABORES.\",\"option_id\":null,\"net_unit_cost\":\"6.4960\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"337.7941\",\"quantity_balance\":\"52.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4960\",\"real_unit_cost\":\"6.4960\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"52.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4960\"},{\"id\":\"2561\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3061\",\"product_code\":\"111\",\"product_name\":\"ORANGE DESECHABLE.         .\",\"option_id\":null,\"net_unit_cost\":\"4.1736\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"187.8125\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1736\",\"real_unit_cost\":\"4.1736\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1736\"},{\"id\":\"2562\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3062\",\"product_code\":\"109\",\"product_name\":\"ORANGE JUMBO.   .\",\"option_id\":null,\"net_unit_cost\":\"13.0833\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"405.5833\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0833\",\"real_unit_cost\":\"13.0833\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0833\"},{\"id\":\"2563\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3063\",\"product_code\":\"104\",\"product_name\":\"ORANGE LATA. .\",\"option_id\":null,\"net_unit_cost\":\"2.6271\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.1000\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6271\",\"real_unit_cost\":\"2.6271\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6271\"},{\"id\":\"2564\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3064\",\"product_code\":\"721282202394\",\"product_name\":\"PAKE TAXO MIX\",\"option_id\":null,\"net_unit_cost\":\"4.4500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.8000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4500\",\"real_unit_cost\":\"4.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4500\"},{\"id\":\"2565\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3065\",\"product_code\":\"7501206634387\",\"product_name\":\"PALA CUADRADA MANGO LARGO PRETUL\",\"option_id\":null,\"net_unit_cost\":\"36.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.0000\",\"real_unit_cost\":\"36.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.0000\"},{\"id\":\"2566\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3066\",\"product_code\":\"7501892850214\",\"product_name\":\"PALA PUNTA CUADRADA SQUARE\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"2567\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3067\",\"product_code\":\"7501206613047\",\"product_name\":\"PALA REDONDA MANGO LARGO PRETUL\",\"option_id\":null,\"net_unit_cost\":\"41.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"123.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.2500\",\"real_unit_cost\":\"41.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.2500\"},{\"id\":\"2568\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3068\",\"product_code\":\"6942713106492\",\"product_name\":\"PALA S\\/CABO CUADRADA ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"26.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.3000\",\"real_unit_cost\":\"26.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.3000\"},{\"id\":\"2569\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3069\",\"product_code\":\"6942713106485\",\"product_name\":\"PALA S\\/CABO REDONDA ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"26.3000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.3000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.3000\",\"real_unit_cost\":\"26.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.3000\"},{\"id\":\"2570\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3070\",\"product_code\":\"7802800630318\",\"product_name\":\"PAPAS KRYSPO VARIOS SABORES\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"115.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"2571\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3071\",\"product_code\":\"102221\",\"product_name\":\"PAPEL ARCO IRIS CARTA\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"2572\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3072\",\"product_code\":\"102220\",\"product_name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"option_id\":null,\"net_unit_cost\":\"0.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5000\",\"real_unit_cost\":\"0.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5000\"},{\"id\":\"2573\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3073\",\"product_code\":\"7416502201365\",\"product_name\":\"PAPEL ROSAL\",\"option_id\":null,\"net_unit_cost\":\"1.5400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5400\",\"real_unit_cost\":\"1.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5400\"},{\"id\":\"2574\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3074\",\"product_code\":\"7441008126751\",\"product_name\":\"PAPEL SCOTT PLUS.\",\"option_id\":null,\"net_unit_cost\":\"1.8592\",\"quantity\":\"59.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"109.6909\",\"quantity_balance\":\"59.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8592\",\"real_unit_cost\":\"1.8592\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"59.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8592\"},{\"id\":\"2575\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3075\",\"product_code\":\"7401107800310\",\"product_name\":\"PAPEL STAFF JUNIOR\",\"option_id\":null,\"net_unit_cost\":\"1.1700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1700\",\"real_unit_cost\":\"1.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1700\"},{\"id\":\"2576\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3076\",\"product_code\":\"T1101-047\",\"product_name\":\"PASADOR ALEMAN 3\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.3500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3500\",\"real_unit_cost\":\"3.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3500\"},{\"id\":\"2577\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3077\",\"product_code\":\"100103000027\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"2578\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3078\",\"product_code\":\"100103000010\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/MARIPOSA 2\",\"option_id\":null,\"net_unit_cost\":\"4.9000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.9000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.9000\",\"real_unit_cost\":\"4.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.9000\"},{\"id\":\"2579\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3079\",\"product_code\":\"99176129745\",\"product_name\":\"PASTA COLGATE\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"2580\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3080\",\"product_code\":\"PVC00236\",\"product_name\":\"PEGA PVC 025 ML TANGIT\",\"option_id\":null,\"net_unit_cost\":\"12.6500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.9000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.6500\",\"real_unit_cost\":\"12.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.6500\"},{\"id\":\"2581\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3081\",\"product_code\":\"PVC287\",\"product_name\":\"PEGA PVC 050 ML TANGIT\",\"option_id\":null,\"net_unit_cost\":\"20.3500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"203.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.3500\",\"real_unit_cost\":\"20.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.3500\"},{\"id\":\"2582\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3082\",\"product_code\":\"7501199467108\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"25.8000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"361.2000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.8000\",\"real_unit_cost\":\"25.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.8000\"},{\"id\":\"2583\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3083\",\"product_code\":\"7401005903014\",\"product_name\":\"PEPSI 2 LITROS\",\"option_id\":null,\"net_unit_cost\":\"9.3750\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.3750\",\"real_unit_cost\":\"9.3750\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.3750\"},{\"id\":\"2584\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3084\",\"product_code\":\"65\",\"product_name\":\"PEPSI DESECHABLE Y SABORES  .\",\"option_id\":null,\"net_unit_cost\":\"4.2100\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"176.8200\",\"quantity_balance\":\"42.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2100\",\"real_unit_cost\":\"4.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"42.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2100\"},{\"id\":\"2585\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3085\",\"product_code\":\"15\",\"product_name\":\"PEPSI LATA  .\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"104.0000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"2586\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3086\",\"product_code\":\"15199\",\"product_name\":\"PEPSI VIDRIO\",\"option_id\":null,\"net_unit_cost\":\"2.5800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.5400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5800\",\"real_unit_cost\":\"2.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5800\"},{\"id\":\"2587\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3087\",\"product_code\":\"7506240630623\",\"product_name\":\"PINTURA AEROSOL METALICO PRETUL\",\"option_id\":null,\"net_unit_cost\":\"20.5500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"164.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.5500\",\"real_unit_cost\":\"20.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.5500\"},{\"id\":\"2588\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3088\",\"product_code\":\"6941428001801\",\"product_name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"11.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9000\",\"real_unit_cost\":\"11.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9000\"},{\"id\":\"2589\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3089\",\"product_code\":\"76174841015\",\"product_name\":\"PINZA STANLEY 6\\\"\",\"option_id\":null,\"net_unit_cost\":\"42.7500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.7500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.7500\",\"real_unit_cost\":\"42.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.7500\"},{\"id\":\"2590\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3090\",\"product_code\":\"76174841022\",\"product_name\":\"PINZA STANLEY 8\\\"\",\"option_id\":null,\"net_unit_cost\":\"46.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"46.5000\",\"real_unit_cost\":\"46.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"46.5000\"},{\"id\":\"2591\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3091\",\"product_code\":\"FER000125\",\"product_name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"option_id\":null,\"net_unit_cost\":\"48.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"48.0000\",\"real_unit_cost\":\"48.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.0000\"},{\"id\":\"2592\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3092\",\"product_code\":\"7417000539714\",\"product_name\":\"PIOCHA IMACASA CON MANGO\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"2593\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3093\",\"product_code\":\"7893946104214\",\"product_name\":\"PISTOLA APLICADOR DE SILICON VONDER\",\"option_id\":null,\"net_unit_cost\":\"41.6500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.6500\",\"real_unit_cost\":\"41.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6500\"},{\"id\":\"2594\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"2901\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"2595\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3095\",\"product_code\":\"8012199674346\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"2596\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3096\",\"product_code\":\"7702089162183\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"option_id\":null,\"net_unit_cost\":\"24.3300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"510.9300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.3300\",\"real_unit_cost\":\"24.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.3300\"},{\"id\":\"2597\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3097\",\"product_code\":\"8012199674063\",\"product_name\":\"PLACA PULSADOR DE TIMBRE\",\"option_id\":null,\"net_unit_cost\":\"23.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.0000\",\"real_unit_cost\":\"23.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.0000\"},{\"id\":\"2598\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3098\",\"product_code\":\"7702089161940\",\"product_name\":\"PLACA TOMACORRIENTE BTICINO DOBLE AP1228\",\"option_id\":null,\"net_unit_cost\":\"24.7600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"321.8800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.7600\",\"real_unit_cost\":\"24.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7600\"},{\"id\":\"2599\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3099\",\"product_code\":\"8012199674186\",\"product_name\":\"PLACA TRIPLE SWICH DOMINO P 1330 G. INDU\",\"option_id\":null,\"net_unit_cost\":\"16.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.0000\",\"real_unit_cost\":\"16.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0000\"},{\"id\":\"2600\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3100\",\"product_code\":\"8012199674407\",\"product_name\":\"PLACA TV BTICINO\",\"option_id\":null,\"net_unit_cost\":\"4.1300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.3900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1300\",\"real_unit_cost\":\"4.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1300\"},{\"id\":\"2601\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3101\",\"product_code\":\"7441109000820\",\"product_name\":\"PLAFONERA AEGLE 1175 W BLANCO\",\"option_id\":null,\"net_unit_cost\":\"6.8700\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.6200\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.8700\",\"real_unit_cost\":\"6.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.8700\"},{\"id\":\"2602\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3102\",\"product_code\":\"12\",\"product_name\":\"PLAFONERA BTICINO\",\"option_id\":null,\"net_unit_cost\":\"13.7300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.7300\",\"real_unit_cost\":\"13.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.7300\"},{\"id\":\"2603\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3103\",\"product_code\":\"7506240676249\",\"product_name\":\"PLAMADO DE LATON TRUPER 24ONZ\",\"option_id\":null,\"net_unit_cost\":\"98.1600\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"98.1600\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"98.1600\",\"real_unit_cost\":\"98.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"98.1600\"},{\"id\":\"2604\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3104\",\"product_code\":\"VK0167\",\"product_name\":\"PLANCHA ALBA\",\"option_id\":null,\"net_unit_cost\":\"36.1800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.3600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.1800\",\"real_unit_cost\":\"36.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.1800\"},{\"id\":\"2605\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3105\",\"product_code\":\"7501206629321\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL  91\\/2\\\" * 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"30.0200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.0200\",\"real_unit_cost\":\"30.0200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0200\"},{\"id\":\"2606\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3106\",\"product_code\":\"7506240609971\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL 91\\/2\\\" * 7\\/16\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"2607\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3107\",\"product_code\":\"102360\",\"product_name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"option_id\":null,\"net_unit_cost\":\"19.8500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.8500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.8500\",\"real_unit_cost\":\"19.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.8500\"},{\"id\":\"2608\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3108\",\"product_code\":\"10279\",\"product_name\":\"PLANCHA PARA ALBA\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"2609\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3109\",\"product_code\":\"76174474640\",\"product_name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"option_id\":null,\"net_unit_cost\":\"75.1000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.2000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"75.1000\",\"real_unit_cost\":\"75.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"75.1000\"},{\"id\":\"2610\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3110\",\"product_code\":\"76174474404\",\"product_name\":\"PLOMADA YESO STANLEY 47-400\",\"option_id\":null,\"net_unit_cost\":\"55.6000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.6000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"55.6000\",\"real_unit_cost\":\"55.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.6000\"},{\"id\":\"2611\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3111\",\"product_code\":\"76174474602\",\"product_name\":\"PLOMADA YESO STANLEY 47-460\",\"option_id\":null,\"net_unit_cost\":\"64.0500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"64.0500\",\"real_unit_cost\":\"64.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0500\"},{\"id\":\"2612\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3112\",\"product_code\":\"7506240676232\",\"product_name\":\"PLOMADO DE LATON DE 16 ONZ TRUPER\",\"option_id\":null,\"net_unit_cost\":\"91.7600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"91.7600\",\"real_unit_cost\":\"91.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"91.7600\"},{\"id\":\"2613\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3113\",\"product_code\":\"300V-80\",\"product_name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"option_id\":null,\"net_unit_cost\":\"84.7000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"508.2000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"84.7000\",\"real_unit_cost\":\"84.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"84.7000\"},{\"id\":\"2614\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3114\",\"product_code\":\"7441003581487\",\"product_name\":\"POWER HIDRATANTE\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.2500\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"2615\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3115\",\"product_code\":\"7730716014529\",\"product_name\":\"POXIPOL SOLDADURA PLASTICA\",\"option_id\":null,\"net_unit_cost\":\"22.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.0000\",\"real_unit_cost\":\"22.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.0000\"},{\"id\":\"2616\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3116\",\"product_code\":\"AA823\\/120\",\"product_name\":\"PULIDORA GLP 9 2300W\",\"option_id\":null,\"net_unit_cost\":\"556.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"556.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"556.5000\",\"real_unit_cost\":\"556.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"556.5000\"},{\"id\":\"2617\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3117\",\"product_code\":\"15155\",\"product_name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"option_id\":null,\"net_unit_cost\":\"8.4600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.3000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.4600\",\"real_unit_cost\":\"8.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4600\"},{\"id\":\"2618\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3118\",\"product_code\":\"7501206631737\",\"product_name\":\"PUNTA PARA CONCRETO 3\\/4 X 30CM TRUPER\",\"option_id\":null,\"net_unit_cost\":\"18.0700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.2100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0700\",\"real_unit_cost\":\"18.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0700\"},{\"id\":\"2619\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3119\",\"product_code\":\"7401005009129\",\"product_name\":\"QUETZALTECA LITRO.\",\"option_id\":null,\"net_unit_cost\":\"36.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.3000\",\"real_unit_cost\":\"36.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.3000\"},{\"id\":\"2620\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3120\",\"product_code\":\"7401000707723\",\"product_name\":\"RAPTOR\",\"option_id\":null,\"net_unit_cost\":\"5.1700\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.3100\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1700\",\"real_unit_cost\":\"5.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1700\"},{\"id\":\"2621\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3121\",\"product_code\":\"7406189005998\",\"product_name\":\"RAPTOR 300ML\",\"option_id\":null,\"net_unit_cost\":\"2.4600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.3000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4600\",\"real_unit_cost\":\"2.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4600\"},{\"id\":\"2622\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3122\",\"product_code\":\"7406189007732\",\"product_name\":\"RAPTOR DE 500 ML\",\"option_id\":null,\"net_unit_cost\":\"4.0500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0500\",\"real_unit_cost\":\"4.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0500\"},{\"id\":\"2623\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3123\",\"product_code\":\"7406189003741\",\"product_name\":\"RAPTOR LATA     .\",\"option_id\":null,\"net_unit_cost\":\"4.5700\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.8300\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5700\",\"real_unit_cost\":\"4.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5700\"},{\"id\":\"2624\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3124\",\"product_code\":\"70330000328\",\"product_name\":\"RASURADORA BIC 1 HOJA\",\"option_id\":null,\"net_unit_cost\":\"1.7292\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.9375\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.7292\",\"real_unit_cost\":\"1.7292\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7292\"},{\"id\":\"2625\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3125\",\"product_code\":\"7501206634776\",\"product_name\":\"RAYADOR DE ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"25.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.0000\",\"real_unit_cost\":\"25.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0000\"},{\"id\":\"2626\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3126\",\"product_code\":\"9002490204006\",\"product_name\":\"RED BULL     .\",\"option_id\":null,\"net_unit_cost\":\"9.8514\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.8114\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.8514\",\"real_unit_cost\":\"9.8514\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8514\"},{\"id\":\"2627\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3127\",\"product_code\":\"PVC00123\",\"product_name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.2000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"84.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2000\",\"real_unit_cost\":\"4.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2000\"},{\"id\":\"2628\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3128\",\"product_code\":\"PVC00125\",\"product_name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"2629\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3129\",\"product_code\":\"PVC00122\",\"product_name\":\"REDUCIDOR 1 1\\/2-1\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"2630\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3130\",\"product_code\":\"PVC00126\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\",\"option_id\":null,\"net_unit_cost\":\"3.1300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.2600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.1300\",\"real_unit_cost\":\"3.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.1300\"},{\"id\":\"2631\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3131\",\"product_code\":\"PVC00127\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"2632\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3132\",\"product_code\":\"PVC00131\",\"product_name\":\"REDUCIDOR 1- 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.5300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.9500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5300\",\"real_unit_cost\":\"1.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5300\"},{\"id\":\"2633\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3133\",\"product_code\":\"PVC00130\",\"product_name\":\"REDUCIDOR 1-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.2400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.8400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2400\",\"real_unit_cost\":\"2.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2400\"},{\"id\":\"2634\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3134\",\"product_code\":\"PVC00141\",\"product_name\":\"REDUCIDOR 2 - 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.9500\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.3000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9500\",\"real_unit_cost\":\"3.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9500\"},{\"id\":\"2635\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3135\",\"product_code\":\"PVC00136\",\"product_name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"195.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"2636\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3136\",\"product_code\":\"PVC00132\",\"product_name\":\"REDUCIDOR 2 1\\/2-1\",\"option_id\":null,\"net_unit_cost\":\"12.4800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.4800\",\"real_unit_cost\":\"12.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.4800\"},{\"id\":\"2637\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3137\",\"product_code\":\"PVC00137\",\"product_name\":\"REDUCIDOR 2-1\",\"option_id\":null,\"net_unit_cost\":\"3.0500\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.6500\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0500\",\"real_unit_cost\":\"3.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0500\"},{\"id\":\"2638\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3138\",\"product_code\":\"PVC00140\",\"product_name\":\"REDUCIDOR 2-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.7100\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.9700\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7100\",\"real_unit_cost\":\"2.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7100\"},{\"id\":\"2639\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3139\",\"product_code\":\"PVC143\",\"product_name\":\"REDUCIDOR 3- 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"32.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.0000\",\"real_unit_cost\":\"32.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.0000\"},{\"id\":\"2640\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3140\",\"product_code\":\"PVC144\",\"product_name\":\"REDUCIDOR 3-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"20.6500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.6500\",\"real_unit_cost\":\"20.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.6500\"},{\"id\":\"2641\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3141\",\"product_code\":\"PVC00142\",\"product_name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.8900\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9200\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8900\",\"real_unit_cost\":\"0.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8900\"},{\"id\":\"2642\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3142\",\"product_code\":\"102349\",\"product_name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"option_id\":null,\"net_unit_cost\":\"8.3900\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"151.0200\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.3900\",\"real_unit_cost\":\"8.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3900\"},{\"id\":\"2643\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3143\",\"product_code\":\"PVC00154\",\"product_name\":\"REDUCIDOR 4 - 3\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"2644\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3144\",\"product_code\":\"PVC00153\",\"product_name\":\"REDUCIDOR 4-2\",\"option_id\":null,\"net_unit_cost\":\"7.0500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0500\",\"real_unit_cost\":\"7.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0500\"},{\"id\":\"2645\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3145\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"option_id\":null,\"net_unit_cost\":\"14.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.9600\",\"real_unit_cost\":\"14.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.9600\"},{\"id\":\"2646\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3146\",\"product_code\":\"102111\",\"product_name\":\"REDUCIDOR DE 3-1\",\"option_id\":null,\"net_unit_cost\":\"30.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.0000\",\"real_unit_cost\":\"30.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0000\"},{\"id\":\"2647\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3147\",\"product_code\":\"PVC00152\",\"product_name\":\"REDUCIDOR DR 3-2\",\"option_id\":null,\"net_unit_cost\":\"4.3900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.3900\",\"real_unit_cost\":\"4.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3900\"},{\"id\":\"2648\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3148\",\"product_code\":\"7441318805097\",\"product_name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"5.6000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.6000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.6000\",\"real_unit_cost\":\"5.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.6000\"},{\"id\":\"2649\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3149\",\"product_code\":\"pvc00128\",\"product_name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"2650\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3150\",\"product_code\":\"6942713105266\",\"product_name\":\"REGADERA ALDOSA REDONDA C\\/BRAZO\",\"option_id\":null,\"net_unit_cost\":\"42.0700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"378.6300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.0700\",\"real_unit_cost\":\"42.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.0700\"},{\"id\":\"2651\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3151\",\"product_code\":\"GE-0279\",\"product_name\":\"REGADERA PLASTICA BLANCA\",\"option_id\":null,\"net_unit_cost\":\"4.4000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"61.6000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4000\",\"real_unit_cost\":\"4.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4000\"},{\"id\":\"2652\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3152\",\"product_code\":\"6942713106188\",\"product_name\":\"REGULADOR PARA GAS  1 CLIP\",\"option_id\":null,\"net_unit_cost\":\"25.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.2500\",\"real_unit_cost\":\"25.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2500\"},{\"id\":\"2653\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3153\",\"product_code\":\"6933528743002\",\"product_name\":\"REMACHADORA PROFECIONAL DE 10\\\" 43001\",\"option_id\":null,\"net_unit_cost\":\"28.3600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.3600\",\"real_unit_cost\":\"28.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.3600\"},{\"id\":\"2654\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3154\",\"product_code\":\"6933528743033\",\"product_name\":\"REMACHE POP 50 PZS 2*4*6MM 43005\",\"option_id\":null,\"net_unit_cost\":\"3.3100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3100\",\"real_unit_cost\":\"3.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3100\"},{\"id\":\"2655\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3155\",\"product_code\":\"7506240617785\",\"product_name\":\"REMOVEDOR DE PINTURA TRUPER 15824\",\"option_id\":null,\"net_unit_cost\":\"40.8300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"204.1500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.8300\",\"real_unit_cost\":\"40.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.8300\"},{\"id\":\"2656\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3156\",\"product_code\":\"7506240672531\",\"product_name\":\"REMOVEDOR P\\/MORTERO TRUPER 11975\",\"option_id\":null,\"net_unit_cost\":\"44.6700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"402.0300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.6700\",\"real_unit_cost\":\"44.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.6700\"},{\"id\":\"2657\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3157\",\"product_code\":\"10299\",\"product_name\":\"REPOSADERA 2 P ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"2658\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3158\",\"product_code\":\"GRI001475\",\"product_name\":\"REPOSADERA 3  ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"13.6667\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"136.6667\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.6667\",\"real_unit_cost\":\"13.6667\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.6667\"},{\"id\":\"2659\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3159\",\"product_code\":\"102146\",\"product_name\":\"REPOSADERA 4*4? ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"2660\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3160\",\"product_code\":\"FER000012\",\"product_name\":\"REPOSADERA BRONCE 3*3\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"2661\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3161\",\"product_code\":\"7506240645153\",\"product_name\":\"REPUESTO RODILLO, FELPA 9\\\", TRUPER MICRO\",\"option_id\":null,\"net_unit_cost\":\"10.6500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"74.5500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.6500\",\"real_unit_cost\":\"10.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6500\"},{\"id\":\"2662\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3162\",\"product_code\":\"7501206699171\",\"product_name\":\"RESUMIDERO  CUADRADO FOSET 4*4\",\"option_id\":null,\"net_unit_cost\":\"31.4600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"62.9200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.4600\",\"real_unit_cost\":\"31.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.4600\"},{\"id\":\"2663\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3163\",\"product_code\":\"81537201405\",\"product_name\":\"REVIVE 600 ML\",\"option_id\":null,\"net_unit_cost\":\"4.8600\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.7600\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.8600\",\"real_unit_cost\":\"4.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8600\"},{\"id\":\"2664\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3164\",\"product_code\":\"7406189008128\",\"product_name\":\"REVIVE FRUTIPONCH\",\"option_id\":null,\"net_unit_cost\":\"1.5072\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.2304\",\"quantity_balance\":\"32.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5072\",\"real_unit_cost\":\"1.5072\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"32.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5072\"},{\"id\":\"2665\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3165\",\"product_code\":\"7401005001864\",\"product_name\":\"RON BOTRAN XL BOTELLA..\",\"option_id\":null,\"net_unit_cost\":\"39.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"156.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.0000\",\"real_unit_cost\":\"39.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.0000\"},{\"id\":\"2666\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3166\",\"product_code\":\"7401005001857\",\"product_name\":\"RON BOTRAN XL MEDIA BOTELLA..\",\"option_id\":null,\"net_unit_cost\":\"22.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.2500\",\"real_unit_cost\":\"22.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.2500\"},{\"id\":\"2667\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3167\",\"product_code\":\"7401005008597\",\"product_name\":\"RON ZACAPA CENTENARIO\",\"option_id\":null,\"net_unit_cost\":\"261.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"261.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"261.2500\",\"real_unit_cost\":\"261.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"261.2500\"},{\"id\":\"2668\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3168\",\"product_code\":\"7401005013416\",\"product_name\":\"RON ZACAPA CENTENARIO 350ML\",\"option_id\":null,\"net_unit_cost\":\"145.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"145.0000\",\"real_unit_cost\":\"145.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"145.0000\"},{\"id\":\"2669\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3169\",\"product_code\":\"7506240641841\",\"product_name\":\"ROTOMARTILLO 1\\/2 PROF. TRUPER\",\"option_id\":null,\"net_unit_cost\":\"208.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"208.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"208.1900\",\"real_unit_cost\":\"208.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"208.1900\"},{\"id\":\"2670\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3170\",\"product_code\":\"6933528788973\",\"product_name\":\"ROTOMARTILLO INALAMBRICO 3\\/8 792152\",\"option_id\":null,\"net_unit_cost\":\"750.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"750.0000\",\"real_unit_cost\":\"750.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"750.0000\"},{\"id\":\"2671\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3171\",\"product_code\":\"pvc00124\",\"product_name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"2672\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3172\",\"product_code\":\"98\",\"product_name\":\"SABRITAS.           .\",\"option_id\":null,\"net_unit_cost\":\"3.5299\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.7688\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5299\",\"real_unit_cost\":\"3.5299\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5299\"},{\"id\":\"2673\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3173\",\"product_code\":\"4711678071365\",\"product_name\":\"SACAPUNTAS PLAST THUMB  Y-PLUS\",\"option_id\":null,\"net_unit_cost\":\"0.5400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.1600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5400\",\"real_unit_cost\":\"0.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5400\"},{\"id\":\"2674\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3174\",\"product_code\":\"74410187\",\"product_name\":\"SAL ANDREWS\",\"option_id\":null,\"net_unit_cost\":\"1.0900\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.7100\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0900\",\"real_unit_cost\":\"1.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0900\"},{\"id\":\"2675\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3175\",\"product_code\":\"7501728194499\",\"product_name\":\"SAPITO P\\/TANQUE SANITARIO VARIOS COLORES\",\"option_id\":null,\"net_unit_cost\":\"6.4000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4000\",\"real_unit_cost\":\"6.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4000\"},{\"id\":\"2676\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3176\",\"product_code\":\"7441002707529\",\"product_name\":\"SCOTCH BRITE ESPONJA DOBLE USO  2080\",\"option_id\":null,\"net_unit_cost\":\"0.6667\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6667\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6667\",\"real_unit_cost\":\"0.6667\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6667\"},{\"id\":\"2677\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3177\",\"product_code\":\"7441002706522\",\"product_name\":\"SCOTCH BRITE FIBRA VERDE ECONOMICA\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"2678\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3178\",\"product_code\":\"47501206642106\",\"product_name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"option_id\":null,\"net_unit_cost\":\"5.7200\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"200.2000\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.7200\",\"real_unit_cost\":\"5.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7200\"},{\"id\":\"2679\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3179\",\"product_code\":\"VK0785\",\"product_name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"option_id\":null,\"net_unit_cost\":\"9.9000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.9000\",\"real_unit_cost\":\"9.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.9000\"},{\"id\":\"2680\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3180\",\"product_code\":\"750126677759\",\"product_name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"option_id\":null,\"net_unit_cost\":\"28.9600\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"289.6000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.9600\",\"real_unit_cost\":\"28.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.9600\"},{\"id\":\"2681\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3181\",\"product_code\":\"7506240602088\",\"product_name\":\"SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER\",\"option_id\":null,\"net_unit_cost\":\"16.9800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9800\",\"real_unit_cost\":\"16.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9800\"},{\"id\":\"2682\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3182\",\"product_code\":\"7441005702200\",\"product_name\":\"SEMILLAS PRO MIXTAS 80G\",\"option_id\":null,\"net_unit_cost\":\"7.1300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.1300\",\"real_unit_cost\":\"7.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1300\"},{\"id\":\"2683\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3183\",\"product_code\":\"7501206628515\",\"product_name\":\"SEPARADOR DE LOSETA  DE 2.0 MM TRUPER\",\"option_id\":null,\"net_unit_cost\":\"6.5600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.3600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5600\",\"real_unit_cost\":\"6.5600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5600\"},{\"id\":\"2684\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3184\",\"product_code\":\"102304\",\"product_name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"23.7000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.7000\",\"real_unit_cost\":\"23.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.7000\"},{\"id\":\"2685\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3185\",\"product_code\":\"747752155601\",\"product_name\":\"SERRUCHO STANLEY PROFESIONAL 22\\\"\",\"option_id\":null,\"net_unit_cost\":\"45.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"45.0000\",\"real_unit_cost\":\"45.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.0000\"},{\"id\":\"2686\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3186\",\"product_code\":\"81537305226\",\"product_name\":\"SE\",\"option_id\":null,\"net_unit_cost\":\"0.8583\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.0000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8583\",\"real_unit_cost\":\"0.8583\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8583\"},{\"id\":\"2687\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3187\",\"product_code\":\"7501056336578\",\"product_name\":\"SHAMPO SOBRE  .\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.2900\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"2688\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3188\",\"product_code\":\"W185\\/1\\/120\",\"product_name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"option_id\":null,\"net_unit_cost\":\"402.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"402.5000\",\"real_unit_cost\":\"402.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"402.5000\"},{\"id\":\"2689\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3189\",\"product_code\":\"6933528789017\",\"product_name\":\"SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W\",\"option_id\":null,\"net_unit_cost\":\"455.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"455.0000\",\"real_unit_cost\":\"455.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"455.0000\"},{\"id\":\"2690\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3190\",\"product_code\":\"FER01143\",\"product_name\":\"SIERRA FINA SANDFLEX 1224\",\"option_id\":null,\"net_unit_cost\":\"7.7500\",\"quantity\":\"97.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"751.7500\",\"quantity_balance\":\"97.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.7500\",\"real_unit_cost\":\"7.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"97.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7500\"},{\"id\":\"2691\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3191\",\"product_code\":\"7501206620908\",\"product_name\":\"SIERRA P\\/MADERA 24 DIENTES TRUPER 7 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"34.4600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.4600\",\"real_unit_cost\":\"34.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.4600\"},{\"id\":\"2692\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3192\",\"product_code\":\"7501206620915\",\"product_name\":\"SIERRA P\\/MADERA 40 DIENTES TRUPER 7 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"39.0900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.0900\",\"real_unit_cost\":\"39.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.0900\"},{\"id\":\"2693\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3193\",\"product_code\":\"COS14\\/1\\/120\",\"product_name\":\"SIERRA TRONZADORA 14-2000W\",\"option_id\":null,\"net_unit_cost\":\"619.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"619.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"619.5000\",\"real_unit_cost\":\"619.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"619.5000\"},{\"id\":\"2694\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3194\",\"product_code\":\"CS814\\/3\\/120\",\"product_name\":\"SIERRA TROZADORA 14-2400W\",\"option_id\":null,\"net_unit_cost\":\"850.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"850.5000\",\"real_unit_cost\":\"850.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"850.5000\"},{\"id\":\"2695\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3195\",\"product_code\":\"7501728197766\",\"product_name\":\"SIFON FLEXIBLE LAVAMANOS 1 1\\/4 FAMA\",\"option_id\":null,\"net_unit_cost\":\"25.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.5000\",\"real_unit_cost\":\"25.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.5000\"},{\"id\":\"2696\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3196\",\"product_code\":\"411868\",\"product_name\":\"SIFON PARA LAVAMANOS QUALITA\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"95.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"2697\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3197\",\"product_code\":\"7501908402871\",\"product_name\":\"SIKA LATEX -N 1.2 LT\",\"option_id\":null,\"net_unit_cost\":\"39.9700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"119.9100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.9700\",\"real_unit_cost\":\"39.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.9700\"},{\"id\":\"2698\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3198\",\"product_code\":\"7406141000344\",\"product_name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"option_id\":null,\"net_unit_cost\":\"117.8000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"353.4000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"117.8000\",\"real_unit_cost\":\"117.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"117.8000\"},{\"id\":\"2699\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3199\",\"product_code\":\"33886000390\",\"product_name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"option_id\":null,\"net_unit_cost\":\"43.2300\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"518.7600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"43.2300\",\"real_unit_cost\":\"43.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.2300\"},{\"id\":\"2700\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3200\",\"product_code\":\"7756962003636\",\"product_name\":\"SIKASIL E VARIOS 280ML\",\"option_id\":null,\"net_unit_cost\":\"17.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.0000\",\"real_unit_cost\":\"17.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.0000\"},{\"id\":\"2701\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3201\",\"product_code\":\"7406027034937\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"2702\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3202\",\"product_code\":\"7406027034913\",\"product_name\":\"SILICON LIQUIDO 30 ML\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"2703\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3203\",\"product_code\":\"7406027034920\",\"product_name\":\"SILICON LIQUIDO 60 ML FAST\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"2704\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3204\",\"product_code\":\"7702045342031\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"2705\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3205\",\"product_code\":\"7702045342062\",\"product_name\":\"SILICON LOCTITE ROJO RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"2706\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3206\",\"product_code\":\"7702045342048\",\"product_name\":\"SILICON LOCTITE TRANSPARENTE RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"2707\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3207\",\"product_code\":\"7441012297379\",\"product_name\":\"SILICON NAIS ROCEADOR AZUL 236 ML\",\"option_id\":null,\"net_unit_cost\":\"25.8200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.8200\",\"real_unit_cost\":\"25.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.8200\"},{\"id\":\"2708\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3208\",\"product_code\":\"77472141340\",\"product_name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"option_id\":null,\"net_unit_cost\":\"24.8500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.4000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.8500\",\"real_unit_cost\":\"24.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.8500\"},{\"id\":\"2709\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3209\",\"product_code\":\"7401007321021\",\"product_name\":\"SISTA TAPAGOTERAS 1\\/16 GALON\",\"option_id\":null,\"net_unit_cost\":\"22.7000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.7000\",\"real_unit_cost\":\"22.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.7000\"},{\"id\":\"2710\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3210\",\"product_code\":\"7450007492101\",\"product_name\":\"SOBRE DE BRILLANTINA\",\"option_id\":null,\"net_unit_cost\":\"0.5500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.8000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5500\",\"real_unit_cost\":\"0.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5500\"},{\"id\":\"2711\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3211\",\"product_code\":\"7441109000677\",\"product_name\":\"SOCKET DE INTERPERIE EAGLE NO. 1045\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"2712\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3212\",\"product_code\":\"52\",\"product_name\":\"SOPAS INSTANTANEAS .\",\"option_id\":null,\"net_unit_cost\":\"3.3333\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3333\",\"real_unit_cost\":\"3.3333\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3333\"},{\"id\":\"2713\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3213\",\"product_code\":\"ELE055\",\"product_name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"option_id\":null,\"net_unit_cost\":\"3.9000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.2000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9000\",\"real_unit_cost\":\"3.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9000\"},{\"id\":\"2714\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3214\",\"product_code\":\"769409155765\",\"product_name\":\"SPRAY CORONA  VARIEDAD COLORES\",\"option_id\":null,\"net_unit_cost\":\"12.3200\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"197.1200\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.3200\",\"real_unit_cost\":\"12.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.3200\"},{\"id\":\"2715\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3215\",\"product_code\":\"7501033920110\",\"product_name\":\"SUERO PEDIALITE\",\"option_id\":null,\"net_unit_cost\":\"9.2700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.2700\",\"real_unit_cost\":\"9.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.2700\"},{\"id\":\"2716\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3216\",\"product_code\":\"21200964749\",\"product_name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"option_id\":null,\"net_unit_cost\":\"17.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.9000\",\"real_unit_cost\":\"17.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.9000\"},{\"id\":\"2717\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3217\",\"product_code\":\"21200212109\",\"product_name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"option_id\":null,\"net_unit_cost\":\"55.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"55.9000\",\"real_unit_cost\":\"55.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.9000\"},{\"id\":\"2718\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3218\",\"product_code\":\"7501199424491\",\"product_name\":\"SUPER BONDER MINI DUO 1G C\\/U LOCTITE\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"2719\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3219\",\"product_code\":\"7891200313846\",\"product_name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.5000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"2720\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3220\",\"product_code\":\"85051000421\",\"product_name\":\"SUPER ECONOMY TYPE A\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"192.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"2721\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3221\",\"product_code\":\"7702089162145\",\"product_name\":\"SWITCH SENCILLO SOBREPONER 125V\",\"option_id\":null,\"net_unit_cost\":\"25.2400\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"227.1600\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.2400\",\"real_unit_cost\":\"25.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2400\"},{\"id\":\"2722\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3222\",\"product_code\":\"8012199645810\",\"product_name\":\"SWITCH\\/PONER SENCILLO P52 BTICINO\",\"option_id\":null,\"net_unit_cost\":\"7.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.2500\",\"real_unit_cost\":\"7.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2500\"},{\"id\":\"2723\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3223\",\"product_code\":\"1\",\"product_name\":\"TABCIN.\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.9400\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"2724\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3224\",\"product_code\":\"783164208306\",\"product_name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"option_id\":null,\"net_unit_cost\":\"170.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"170.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"170.1500\",\"real_unit_cost\":\"170.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"170.1500\"},{\"id\":\"2725\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3225\",\"product_code\":\"TA002\",\"product_name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"option_id\":null,\"net_unit_cost\":\"36.1400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.1400\",\"real_unit_cost\":\"36.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.1400\"},{\"id\":\"2726\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3226\",\"product_code\":\"DW508S-B3\",\"product_name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"option_id\":null,\"net_unit_cost\":\"696.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"696.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"696.0000\",\"real_unit_cost\":\"696.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"696.0000\"},{\"id\":\"2727\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3227\",\"product_code\":\"TP813\\/3\",\"product_name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"option_id\":null,\"net_unit_cost\":\"455.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"455.0000\",\"real_unit_cost\":\"455.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"455.0000\"},{\"id\":\"2728\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3228\",\"product_code\":\"TP913\\/4\",\"product_name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"option_id\":null,\"net_unit_cost\":\"416.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"416.5000\",\"real_unit_cost\":\"416.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"416.5000\"},{\"id\":\"2729\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3229\",\"product_code\":\"5374-20\",\"product_name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"650.3000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"650.3000\",\"real_unit_cost\":\"650.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"650.3000\"},{\"id\":\"2730\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3230\",\"product_code\":\"7401000705026\",\"product_name\":\"TAMPICO 1\\/2 LITRO     .\",\"option_id\":null,\"net_unit_cost\":\"2.4400\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"80.5200\",\"quantity_balance\":\"33.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4400\",\"real_unit_cost\":\"2.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"33.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4400\"},{\"id\":\"2731\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3231\",\"product_code\":\"7401000705019\",\"product_name\":\"TAMPICO VASO.    .\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"2732\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3232\",\"product_code\":\"7622210863690\",\"product_name\":\"TANG FRUIT PONCH 20G\",\"option_id\":null,\"net_unit_cost\":\"1.2000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.4000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.2000\",\"real_unit_cost\":\"1.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2000\"},{\"id\":\"2733\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3233\",\"product_code\":\"7501199465104\",\"product_name\":\"TANGIT 125 ML\",\"option_id\":null,\"net_unit_cost\":\"29.9000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"358.8000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"29.9000\",\"real_unit_cost\":\"29.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"29.9000\"},{\"id\":\"2734\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3234\",\"product_code\":\"7501199465418\",\"product_name\":\"TANGIT 240 ML\",\"option_id\":null,\"net_unit_cost\":\"53.8000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"269.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"53.8000\",\"real_unit_cost\":\"53.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"53.8000\"},{\"id\":\"2735\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3235\",\"product_code\":\"7501199465128\",\"product_name\":\"TANGIT 475 ML\",\"option_id\":null,\"net_unit_cost\":\"91.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"91.8500\",\"real_unit_cost\":\"91.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"91.8500\"},{\"id\":\"2736\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3236\",\"product_code\":\"7501199465555\",\"product_name\":\"TANGIT 950 ML\",\"option_id\":null,\"net_unit_cost\":\"148.9000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"297.8000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"148.9000\",\"real_unit_cost\":\"148.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"148.9000\"},{\"id\":\"2737\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3237\",\"product_code\":\"FER0015\",\"product_name\":\"TAPADERA DE SANITARIO ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"2738\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3238\",\"product_code\":\"PVC00161\",\"product_name\":\"TAPON 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"2739\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3239\",\"product_code\":\"PVC00164\",\"product_name\":\"TAPON 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"2740\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3240\",\"product_code\":\"102290\",\"product_name\":\"TAPON 1\\/2 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"2741\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3241\",\"product_code\":\"PVC00168\",\"product_name\":\"TAPON 2\",\"option_id\":null,\"net_unit_cost\":\"3.9900\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.7400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9900\",\"real_unit_cost\":\"3.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9900\"},{\"id\":\"2742\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3242\",\"product_code\":\"102252\",\"product_name\":\"TAPON 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.8900\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.0300\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.8900\",\"real_unit_cost\":\"4.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8900\"},{\"id\":\"2743\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3243\",\"product_code\":\"PVC00158\",\"product_name\":\"TAPON H 1\",\"option_id\":null,\"net_unit_cost\":\"0.9900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.9700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9900\",\"real_unit_cost\":\"0.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9900\"},{\"id\":\"2744\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3244\",\"product_code\":\"PVC00159\",\"product_name\":\"TAPON H 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"2745\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3245\",\"product_code\":\"PVC00171\",\"product_name\":\"TAPON H 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.4600\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.1800\",\"quantity_balance\":\"33.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4600\",\"real_unit_cost\":\"1.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"33.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4600\"},{\"id\":\"2746\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3246\",\"product_code\":\"10205\",\"product_name\":\"TAPON H DR 3\",\"option_id\":null,\"net_unit_cost\":\"2.7900\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.7000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7900\",\"real_unit_cost\":\"2.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7900\"},{\"id\":\"2747\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3247\",\"product_code\":\"102347\",\"product_name\":\"TAPON HEMBRA 3 PSI\",\"option_id\":null,\"net_unit_cost\":\"28.4700\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"882.5700\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.4700\",\"real_unit_cost\":\"28.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4700\"},{\"id\":\"2748\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3248\",\"product_code\":\"7501206674253\",\"product_name\":\"TARUGO  PLASTICO  5\\/16 FIERO CAFE\",\"option_id\":null,\"net_unit_cost\":\"8.3100\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.2400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.3100\",\"real_unit_cost\":\"8.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3100\"},{\"id\":\"2749\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3249\",\"product_code\":\"VK0841\",\"product_name\":\"TARUGO PLASTICO 3\\/16\\\"  VIKINGO 100 UNID\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"2750\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3250\",\"product_code\":\"7501206674260\",\"product_name\":\"TARUGO PLASTICO AZUL 3\\/8 FIERO\",\"option_id\":null,\"net_unit_cost\":\"12.4700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.4100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.4700\",\"real_unit_cost\":\"12.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.4700\"},{\"id\":\"2751\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3251\",\"product_code\":\"VK0840\",\"product_name\":\"TARUGO PLASTICO DE 1\\/4\\\" VIKINGO 100 UNI\",\"option_id\":null,\"net_unit_cost\":\"5.4300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.7200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.4300\",\"real_unit_cost\":\"5.4300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4300\"},{\"id\":\"2752\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3252\",\"product_code\":\"7501206674246\",\"product_name\":\"TARUGO PLATICO FIERO 1\\/4  ROJO\",\"option_id\":null,\"net_unit_cost\":\"5.7100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.2600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.7100\",\"real_unit_cost\":\"5.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7100\"},{\"id\":\"2753\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3253\",\"product_code\":\"FER039\",\"product_name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2\",\"option_id\":null,\"net_unit_cost\":\"0.3500\",\"quantity\":\"118.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.3000\",\"quantity_balance\":\"118.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3500\",\"real_unit_cost\":\"0.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"118.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3500\"},{\"id\":\"2754\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3254\",\"product_code\":\"FER068\",\"product_name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.0800\",\"quantity\":\"387.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.9600\",\"quantity_balance\":\"387.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0800\",\"real_unit_cost\":\"0.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"387.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0800\"},{\"id\":\"2755\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3255\",\"product_code\":\"7406189009859\",\"product_name\":\"TE BLANCO + JUGO MELOCOTON DEL FRUTAL\",\"option_id\":null,\"net_unit_cost\":\"3.7700\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.0100\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7700\",\"real_unit_cost\":\"3.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7700\"},{\"id\":\"2756\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3256\",\"product_code\":\"7401005910180\",\"product_name\":\"TE FRIO LIPTON 500 ML\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.1900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"2757\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3257\",\"product_code\":\"PVC00186\",\"product_name\":\"TEE 1\",\"option_id\":null,\"net_unit_cost\":\"2.4900\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.7600\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4900\",\"real_unit_cost\":\"2.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4900\"},{\"id\":\"2758\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3258\",\"product_code\":\"PVC00187\",\"product_name\":\"TEE 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"6.6300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.4500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.6300\",\"real_unit_cost\":\"6.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.6300\"},{\"id\":\"2759\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3259\",\"product_code\":\"PVC00189\",\"product_name\":\"TEE 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.9500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.2000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.9500\",\"real_unit_cost\":\"4.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.9500\"},{\"id\":\"2760\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3260\",\"product_code\":\"PVC00192\",\"product_name\":\"TEE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.6000\",\"quantity\":\"74.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"118.4000\",\"quantity_balance\":\"74.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.6000\",\"real_unit_cost\":\"1.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"74.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6000\"},{\"id\":\"2761\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3261\",\"product_code\":\"102149\",\"product_name\":\"TEE 2 1\\/2 PVC\",\"option_id\":null,\"net_unit_cost\":\"19.9400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"159.5200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.9400\",\"real_unit_cost\":\"19.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.9400\"},{\"id\":\"2762\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3262\",\"product_code\":\"PVC00199\",\"product_name\":\"TEE 2 DR\",\"option_id\":null,\"net_unit_cost\":\"6.1300\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"226.8100\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1300\",\"real_unit_cost\":\"6.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1300\"},{\"id\":\"2763\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3263\",\"product_code\":\"102148\",\"product_name\":\"TEE 2\\\" PVC\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"2764\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3264\",\"product_code\":\"PVC00201\",\"product_name\":\"TEE 3 DR\",\"option_id\":null,\"net_unit_cost\":\"11.7900\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.0600\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.7900\",\"real_unit_cost\":\"11.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7900\"},{\"id\":\"2765\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3265\",\"product_code\":\"102147\",\"product_name\":\"TEE 3\\\" PVC\",\"option_id\":null,\"net_unit_cost\":\"26.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"53.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.7500\",\"real_unit_cost\":\"26.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.7500\"},{\"id\":\"2766\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3266\",\"product_code\":\"PVC00202\",\"product_name\":\"TEE 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.0100\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.3600\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0100\",\"real_unit_cost\":\"1.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0100\"},{\"id\":\"2767\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3267\",\"product_code\":\"PVC00207\",\"product_name\":\"TEE 4 DR\",\"option_id\":null,\"net_unit_cost\":\"33.0900\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"827.2500\",\"quantity_balance\":\"25.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"33.0900\",\"real_unit_cost\":\"33.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"25.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"33.0900\"},{\"id\":\"2768\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3268\",\"product_code\":\"102249\",\"product_name\":\"TEE C\\/R 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"2769\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3269\",\"product_code\":\"102248\",\"product_name\":\"TEE C\\/R 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"2770\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3270\",\"product_code\":\"PVC00208\",\"product_name\":\"TEE PVC DE 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"43.9900\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"615.8600\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"43.9900\",\"real_unit_cost\":\"43.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.9900\"},{\"id\":\"2771\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3271\",\"product_code\":\"GRI00213\",\"product_name\":\"TEFLON 1\",\"option_id\":null,\"net_unit_cost\":\"1.7900\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.5400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.7900\",\"real_unit_cost\":\"1.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7900\"},{\"id\":\"2772\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3272\",\"product_code\":\"102309\",\"product_name\":\"TEFLON 1\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"2.2800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.5600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2800\",\"real_unit_cost\":\"2.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2800\"},{\"id\":\"2773\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3273\",\"product_code\":\"GRI00214\",\"product_name\":\"TEFLON 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.9800\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.8600\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9800\",\"real_unit_cost\":\"0.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9800\"},{\"id\":\"2774\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3274\",\"product_code\":\"102308\",\"product_name\":\"TEFLON 1\\/2  ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"1.4777\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.7769\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4777\",\"real_unit_cost\":\"1.4777\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4777\"},{\"id\":\"2775\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3275\",\"product_code\":\"GRI00215\",\"product_name\":\"TEFLON 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.0200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.0600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0200\",\"real_unit_cost\":\"2.0200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0200\"},{\"id\":\"2776\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3276\",\"product_code\":\"12310\",\"product_name\":\"TEFLON 3\\/4 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"2777\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3277\",\"product_code\":\"10040\",\"product_name\":\"TENACIN\",\"option_id\":null,\"net_unit_cost\":\"26.7900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.7900\",\"real_unit_cost\":\"26.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.7900\"},{\"id\":\"2778\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3278\",\"product_code\":\"6933528710806\",\"product_name\":\"TENACION INDUSTRIAL DE 8\\\" 10039\",\"option_id\":null,\"net_unit_cost\":\"23.5500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.5500\",\"real_unit_cost\":\"23.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.5500\"},{\"id\":\"2779\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3279\",\"product_code\":\"102305\",\"product_name\":\"TENAZA DE 10\'\' ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"62.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"2780\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3280\",\"product_code\":\"102306\",\"product_name\":\"TENAZA DE 9\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.2100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.2100\",\"real_unit_cost\":\"15.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.2100\"},{\"id\":\"2781\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3281\",\"product_code\":\"VK0096\",\"product_name\":\"TENAZIN DE 9\\\" VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"16.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9000\",\"real_unit_cost\":\"16.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9000\"},{\"id\":\"2782\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3282\",\"product_code\":\"80686832010\",\"product_name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"option_id\":null,\"net_unit_cost\":\"90.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"90.0000\",\"real_unit_cost\":\"90.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.0000\"},{\"id\":\"2783\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3283\",\"product_code\":\"7501206626115\",\"product_name\":\"TIJERA DE AVIACION  18531\",\"option_id\":null,\"net_unit_cost\":\"93.4000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"93.4000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"93.4000\",\"real_unit_cost\":\"93.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"93.4000\"},{\"id\":\"2784\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3284\",\"product_code\":\"7501206660287\",\"product_name\":\"TIJERA FORJADA  TRUPER 18523\",\"option_id\":null,\"net_unit_cost\":\"124.8400\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.8400\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"124.8400\",\"real_unit_cost\":\"124.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"124.8400\"},{\"id\":\"2785\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3285\",\"product_code\":\"6933528730378\",\"product_name\":\"TIJERA PARA LAMINA DE 10\\\" 30036\",\"option_id\":null,\"net_unit_cost\":\"39.6000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"39.6000\",\"real_unit_cost\":\"39.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.6000\"},{\"id\":\"2786\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3286\",\"product_code\":\"6933528730385\",\"product_name\":\"TIJERA PARA LAMINA DE 12\\\" 30037\",\"option_id\":null,\"net_unit_cost\":\"49.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"49.2500\",\"real_unit_cost\":\"49.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.2500\"},{\"id\":\"2787\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3287\",\"product_code\":\"7501892872001\",\"product_name\":\"TOMACORRIENTE FULGORE\",\"option_id\":null,\"net_unit_cost\":\"6.9900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.9800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.9900\",\"real_unit_cost\":\"6.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.9900\"},{\"id\":\"2788\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3288\",\"product_code\":\"8012199645889\",\"product_name\":\"TOMACORRIENTE SOBRE PONER BTICINO  P38\",\"option_id\":null,\"net_unit_cost\":\"16.5200\",\"quantity\":\"41.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"677.3200\",\"quantity_balance\":\"41.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.5200\",\"real_unit_cost\":\"16.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"41.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5200\"},{\"id\":\"2789\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3289\",\"product_code\":\"102310\",\"product_name\":\"TORNILLO 2P BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"2790\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3290\",\"product_code\":\"FER035\",\"product_name\":\"TORNILLO BUSCA ROSCA 1*8\",\"option_id\":null,\"net_unit_cost\":\"0.0926\",\"quantity\":\"729.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"67.5054\",\"quantity_balance\":\"729.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0926\",\"real_unit_cost\":\"0.0926\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"729.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0926\"},{\"id\":\"2791\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3291\",\"product_code\":\"8\",\"product_name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"55.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.7500\",\"quantity_balance\":\"55.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"55.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"2792\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3292\",\"product_code\":\"7501206685303\",\"product_name\":\"TORNILLO FIERO #8 *11\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"0.1041\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1041\",\"real_unit_cost\":\"0.1041\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1041\"},{\"id\":\"2793\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3293\",\"product_code\":\"102256\",\"product_name\":\"TORNILLO NEGRO 2 1\\/2 \\\" BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.1400\",\"quantity\":\"588.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"82.3200\",\"quantity_balance\":\"588.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1400\",\"real_unit_cost\":\"0.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"588.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1400\"},{\"id\":\"2794\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3294\",\"product_code\":\"102253\",\"product_name\":\"TORNILLO NEGRO DE 2\\\" BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.1082\",\"quantity\":\"500.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.1235\",\"quantity_balance\":\"500.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1082\",\"real_unit_cost\":\"0.1082\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"500.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1082\"},{\"id\":\"2795\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3295\",\"product_code\":\"102300\",\"product_name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.4500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"2796\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3296\",\"product_code\":\"102204\",\"product_name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 ?\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"2797\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3297\",\"product_code\":\"7501206686843\",\"product_name\":\"TORNILLO NORMAL 1 \\/12\",\"option_id\":null,\"net_unit_cost\":\"0.1248\",\"quantity\":\"760.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"94.8480\",\"quantity_balance\":\"760.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1248\",\"real_unit_cost\":\"0.1248\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"760.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1248\"},{\"id\":\"2798\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3298\",\"product_code\":\"102313\",\"product_name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"option_id\":null,\"net_unit_cost\":\"3.3000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.8000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3000\",\"real_unit_cost\":\"3.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3000\"},{\"id\":\"2799\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3299\",\"product_code\":\"10256\",\"product_name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.2300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.4600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2300\",\"real_unit_cost\":\"0.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2300\"},{\"id\":\"2800\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3300\",\"product_code\":\"FER040\",\"product_name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.1800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1800\",\"real_unit_cost\":\"0.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1800\"},{\"id\":\"2801\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3301\",\"product_code\":\"102298\",\"product_name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.4000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"2802\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3302\",\"product_code\":\"FER001218\",\"product_name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"2803\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3303\",\"product_code\":\"10204\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2 P BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"509.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"127.2500\",\"quantity_balance\":\"509.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"509.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"2804\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3304\",\"product_code\":\"10203\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2P PUNTA DE BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.3930\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3930\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3930\",\"real_unit_cost\":\"0.3930\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3930\"},{\"id\":\"2805\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3305\",\"product_code\":\"102215\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.6100\",\"quantity\":\"606.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"369.6600\",\"quantity_balance\":\"606.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6100\",\"real_unit_cost\":\"0.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"606.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6100\"},{\"id\":\"2806\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3306\",\"product_code\":\"102207\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.5080\",\"quantity\":\"500.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"254.0000\",\"quantity_balance\":\"500.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5080\",\"real_unit_cost\":\"0.5080\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"500.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5080\"},{\"id\":\"2807\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3307\",\"product_code\":\"FER-TOPC 1407\",\"product_name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"2808\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3308\",\"product_code\":\"FER-THPVC1407\",\"product_name\":\"TORNILLO PULSER P\\/BROCA 1\\/4X3\\/4 C\\/E\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"2809\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3309\",\"product_code\":\"7501206686805\",\"product_name\":\"TORNILLOS NORMAL  3\\/4  FIERO\",\"option_id\":null,\"net_unit_cost\":\"0.0741\",\"quantity\":\"800.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.2400\",\"quantity_balance\":\"800.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0741\",\"real_unit_cost\":\"0.0741\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"800.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0741\"},{\"id\":\"2810\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3310\",\"product_code\":\"721282300083\",\"product_name\":\"TORTRIX FAMILIAR  .\",\"option_id\":null,\"net_unit_cost\":\"7.3800\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.3800\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.3800\",\"real_unit_cost\":\"7.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3800\"},{\"id\":\"2811\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3311\",\"product_code\":\"95\",\"product_name\":\"TORTRIX PEQUE?O      .\",\"option_id\":null,\"net_unit_cost\":\"0.8700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.0900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8700\",\"real_unit_cost\":\"0.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8700\"},{\"id\":\"2812\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3312\",\"product_code\":\"13\",\"product_name\":\"TORTRIX TACO..\",\"option_id\":null,\"net_unit_cost\":\"1.3100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.3100\",\"real_unit_cost\":\"1.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.3100\"},{\"id\":\"2813\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3313\",\"product_code\":\"6933528765233\",\"product_name\":\"TRICKET DE BOTELLA INDUSTRI 4T 85404\",\"option_id\":null,\"net_unit_cost\":\"109.7900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"109.7900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"109.7900\",\"real_unit_cost\":\"109.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"109.7900\"},{\"id\":\"2814\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3314\",\"product_code\":\"342\",\"product_name\":\"TRIDENT 4S             .\",\"option_id\":null,\"net_unit_cost\":\"0.5398\",\"quantity\":\"147.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.3493\",\"quantity_balance\":\"147.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5398\",\"real_unit_cost\":\"0.5398\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"147.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5398\"},{\"id\":\"2815\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3315\",\"product_code\":\"TUC13\",\"product_name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\" X 3MT\",\"option_id\":null,\"net_unit_cost\":\"165.1400\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"495.4200\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"165.1400\",\"real_unit_cost\":\"165.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"165.1400\"},{\"id\":\"2816\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3316\",\"product_code\":\"412568\",\"product_name\":\"TUBO DE ABASTO 1\\/2\\\"  X 7\\/8\\\" QUALITA\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"95.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"2817\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3317\",\"product_code\":\"TA121216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"210.0000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"2818\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3318\",\"product_code\":\"TA381216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*19 ACERO\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"230.0000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"2819\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3319\",\"product_code\":\"NIP14\",\"product_name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\" X 3MT\",\"option_id\":null,\"net_unit_cost\":\"85.7000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"171.4000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"85.7000\",\"real_unit_cost\":\"85.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.7000\"},{\"id\":\"2820\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3320\",\"product_code\":\"FER-01234\",\"product_name\":\"UNIDAD ELECTRODO E 6013\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"113.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.2900\",\"quantity_balance\":\"113.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"113.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"2821\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3321\",\"product_code\":\"53010\",\"product_name\":\"UNION CONDUIT 1 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.8400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"2822\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3322\",\"product_code\":\"9021304\",\"product_name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"0.3600\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.7200\",\"quantity_balance\":\"52.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3600\",\"real_unit_cost\":\"0.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"52.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3600\"},{\"id\":\"2823\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3323\",\"product_code\":\"7401175608856\",\"product_name\":\"UNION PARA MANGUERA TW DORADA\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"2824\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3324\",\"product_code\":\"6933528735663\",\"product_name\":\"VAINER DE 6\\\" 35049\",\"option_id\":null,\"net_unit_cost\":\"74.3600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"74.3600\",\"real_unit_cost\":\"74.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"74.3600\"},{\"id\":\"2825\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3325\",\"product_code\":\"VBZ05\",\"product_name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"option_id\":null,\"net_unit_cost\":\"25.2700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.2700\",\"real_unit_cost\":\"25.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2700\"},{\"id\":\"2826\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3326\",\"product_code\":\"VBZ04\",\"product_name\":\"VALVULA BOLA 3\\/4 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"22.7300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"204.5700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.7300\",\"real_unit_cost\":\"22.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.7300\"},{\"id\":\"2827\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3327\",\"product_code\":\"VBZ03\",\"product_name\":\"VALVULA BOLA DE ZINC 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"15.8800\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"127.0400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.8800\",\"real_unit_cost\":\"15.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.8800\"},{\"id\":\"2828\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3328\",\"product_code\":\"VBLPVC04\",\"product_name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"7.2000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.6000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.2000\",\"real_unit_cost\":\"7.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2000\"},{\"id\":\"2829\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3329\",\"product_code\":\"VBLPVC05\",\"product_name\":\"VALVULA BOLA PVC 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"12.0100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.0100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0100\",\"real_unit_cost\":\"12.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0100\"},{\"id\":\"2830\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3330\",\"product_code\":\"FER000153\",\"product_name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"option_id\":null,\"net_unit_cost\":\"34.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.0000\",\"real_unit_cost\":\"34.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0000\"},{\"id\":\"2831\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3331\",\"product_code\":\"VCBRWL05\",\"product_name\":\"VALVULA COMPUERTA BR 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"54.0100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"54.0100\",\"real_unit_cost\":\"54.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"54.0100\"},{\"id\":\"2832\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3332\",\"product_code\":\"VCBRWL04\",\"product_name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"option_id\":null,\"net_unit_cost\":\"35.8800\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.6400\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"35.8800\",\"real_unit_cost\":\"35.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.8800\"},{\"id\":\"2833\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3333\",\"product_code\":\"7406414055644\",\"product_name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"2834\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3334\",\"product_code\":\"102145\",\"product_name\":\"VALVULA DE ALUMINIO DE 3?\",\"option_id\":null,\"net_unit_cost\":\"20.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.0000\",\"real_unit_cost\":\"20.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.0000\"},{\"id\":\"2835\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3335\",\"product_code\":\"7501206692547\",\"product_name\":\"VALVULA DE COMPUERTA  AZUL 1\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"20.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.0000\",\"real_unit_cost\":\"20.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.0000\"},{\"id\":\"2836\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3336\",\"product_code\":\"7406414055910\",\"product_name\":\"VALVULA DE COMPUERTA DE LATON 1\\/2\\\" USA-K\",\"option_id\":null,\"net_unit_cost\":\"42.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.0000\",\"real_unit_cost\":\"42.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.0000\"},{\"id\":\"2837\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3337\",\"product_code\":\"10298\",\"product_name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"2838\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3338\",\"product_code\":\"VAPB-2\",\"product_name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"option_id\":null,\"net_unit_cost\":\"48.9000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"244.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"48.9000\",\"real_unit_cost\":\"48.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.9000\"},{\"id\":\"2839\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3339\",\"product_code\":\"102108\",\"product_name\":\"VALVULA PILA 2 P BRONCE\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"2840\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3340\",\"product_code\":\"102109\",\"product_name\":\"VALVULA PILA 3 BRONCE\",\"option_id\":null,\"net_unit_cost\":\"68.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"272.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"68.0000\",\"real_unit_cost\":\"68.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"68.0000\"},{\"id\":\"2841\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3341\",\"product_code\":\"7401005001758\",\"product_name\":\"VENADO ESPECIAL 1\\/2 BOTELLA..\",\"option_id\":null,\"net_unit_cost\":\"21.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.5000\",\"real_unit_cost\":\"21.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.5000\"},{\"id\":\"2842\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3342\",\"product_code\":\"7401005001765\",\"product_name\":\"VENADO ESPECIAL BOTELLA. .\",\"option_id\":null,\"net_unit_cost\":\"38.1100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.2200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.1100\",\"real_unit_cost\":\"38.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.1100\"},{\"id\":\"2843\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3343\",\"product_code\":\"7401005003417\",\"product_name\":\"VENADO LIGHT BOTELLA.  .\",\"option_id\":null,\"net_unit_cost\":\"37.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"37.5000\",\"real_unit_cost\":\"37.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5000\"},{\"id\":\"2844\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3344\",\"product_code\":\"7401005003400\",\"product_name\":\"VENADO LIGHT MEDIA BOTELLA..\",\"option_id\":null,\"net_unit_cost\":\"21.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.5000\",\"real_unit_cost\":\"21.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.5000\"},{\"id\":\"2845\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3345\",\"product_code\":\"675873001579\",\"product_name\":\"VITAFLENACO UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"1.1083\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.1667\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1083\",\"real_unit_cost\":\"1.1083\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1083\"},{\"id\":\"2846\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3346\",\"product_code\":\"PVC00255\",\"product_name\":\"YEE DR 2\",\"option_id\":null,\"net_unit_cost\":\"3.9800\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.6200\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9800\",\"real_unit_cost\":\"3.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9800\"},{\"id\":\"2847\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3347\",\"product_code\":\"PVC00254\",\"product_name\":\"YEE DR 3\",\"option_id\":null,\"net_unit_cost\":\"9.7600\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.1200\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.7600\",\"real_unit_cost\":\"9.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.7600\"},{\"id\":\"2848\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3348\",\"product_code\":\"PVC00256\",\"product_name\":\"YEE DR 4\",\"option_id\":null,\"net_unit_cost\":\"19.1500\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"325.5500\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.1500\",\"real_unit_cost\":\"19.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.1500\"},{\"id\":\"2849\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"3349\",\"product_code\":\"7506240624622\",\"product_name\":\"DISCO LAMILADO\",\"option_id\":null,\"net_unit_cost\":\"2.9500\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"123.9000\",\"quantity_balance\":\"42.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9500\",\"real_unit_cost\":\"2.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"42.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9500\"}]}', '2022-04-29 08:43:15');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2041, 'Purchase is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"14\",\"reference_no\":\"PO2022\\/04\\/0037\",\"date\":\"2022-04-27 13:56:00\",\"supplier_id\":\"6\",\"supplier\":\"INVENTARIO INICIAL\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"27410.8300\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"27410.8300\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"0\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"2252\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2752\",\"product_code\":\"PVC00073\",\"product_name\":\"COPLA 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.0900\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.8700\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0900\",\"real_unit_cost\":\"1.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0900\"},{\"id\":\"2253\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2753\",\"product_code\":\"FER001217\",\"product_name\":\"COPLA 3\\/4 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.5000\",\"quantity\":\"90.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.0000\",\"quantity_balance\":\"90.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5000\",\"real_unit_cost\":\"0.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"90.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5000\"},{\"id\":\"2254\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2754\",\"product_code\":\"PVC0001\",\"product_name\":\"COPLA C\\/R 1\",\"option_id\":null,\"net_unit_cost\":\"1.8400\",\"quantity\":\"39.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.7600\",\"quantity_balance\":\"39.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8400\",\"real_unit_cost\":\"1.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"39.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8400\"},{\"id\":\"2255\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2755\",\"product_code\":\"PVC00076\",\"product_name\":\"COPLA C\\/R 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.4000\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"183.6000\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.4000\",\"real_unit_cost\":\"3.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4000\"},{\"id\":\"2256\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2756\",\"product_code\":\"PVC00077\",\"product_name\":\"COPLA C\\/R 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.8900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8900\",\"real_unit_cost\":\"0.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8900\"},{\"id\":\"2257\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2757\",\"product_code\":\"102250\",\"product_name\":\"COPLA C\\/R 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.0300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0300\",\"real_unit_cost\":\"3.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0300\"},{\"id\":\"2258\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2758\",\"product_code\":\"PVC00090\",\"product_name\":\"COPLA DR 2\",\"option_id\":null,\"net_unit_cost\":\"3.8500\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"173.2500\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.8500\",\"real_unit_cost\":\"3.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8500\"},{\"id\":\"2259\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2759\",\"product_code\":\"PVC00091\",\"product_name\":\"COPLA DR 3\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"2260\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2760\",\"product_code\":\"PVC00092\",\"product_name\":\"COPLA DR 4\",\"option_id\":null,\"net_unit_cost\":\"11.5700\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"161.9800\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5700\",\"real_unit_cost\":\"11.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5700\"},{\"id\":\"2261\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2761\",\"product_code\":\"ELE067\",\"product_name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"73.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.8000\",\"quantity_balance\":\"73.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"73.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"2262\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2762\",\"product_code\":\"6942713107963\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.70 MM\",\"option_id\":null,\"net_unit_cost\":\"7.6100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.6600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.6100\",\"real_unit_cost\":\"7.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.6100\"},{\"id\":\"2263\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2763\",\"product_code\":\"6942713107987\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.90 MM\",\"option_id\":null,\"net_unit_cost\":\"11.4900\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.9600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.4900\",\"real_unit_cost\":\"11.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.4900\"},{\"id\":\"2264\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2764\",\"product_code\":\"6942713107994\",\"product_name\":\"CORDEL ALDOSA 100 MTS 1.00 MM\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"2265\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2765\",\"product_code\":\"6942713107970\",\"product_name\":\"CORDEL ALDOSA 100 TMS 0.80 MM\",\"option_id\":null,\"net_unit_cost\":\"9.6500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.6500\",\"real_unit_cost\":\"9.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6500\"},{\"id\":\"2266\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2766\",\"product_code\":\"FER01397\",\"product_name\":\"CRAYON 2 COLORES GRUESO\",\"option_id\":null,\"net_unit_cost\":\"1.3000\",\"quantity\":\"289.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"375.7000\",\"quantity_balance\":\"289.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.3000\",\"real_unit_cost\":\"1.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"289.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.3000\"},{\"id\":\"2267\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2767\",\"product_code\":\"6942713106287\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS  DE 3\\\"\",\"option_id\":null,\"net_unit_cost\":\"12.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.7500\",\"real_unit_cost\":\"12.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.7500\"},{\"id\":\"2268\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2768\",\"product_code\":\"6942713106294\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"10.2600\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.2600\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2600\",\"real_unit_cost\":\"10.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2600\"},{\"id\":\"2269\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2769\",\"product_code\":\"6942713106270\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS DE 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"9.1800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.1800\",\"real_unit_cost\":\"9.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.1800\"},{\"id\":\"2270\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2770\",\"product_code\":\"6942713107024\",\"product_name\":\"CRUCETAS P\\/AZULEJO DE 6MM\",\"option_id\":null,\"net_unit_cost\":\"15.2500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"106.7500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.2500\",\"real_unit_cost\":\"15.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.2500\"},{\"id\":\"2271\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2771\",\"product_code\":\"7501206628522\",\"product_name\":\"CRUCETAS TRUPER DE 3MM\",\"option_id\":null,\"net_unit_cost\":\"7.0100\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.1100\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0100\",\"real_unit_cost\":\"7.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0100\"},{\"id\":\"2272\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2772\",\"product_code\":\"7401000709253\",\"product_name\":\"CUBA LIBRE KARMA\",\"option_id\":null,\"net_unit_cost\":\"3.9800\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9400\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9800\",\"real_unit_cost\":\"3.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9800\"},{\"id\":\"2273\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2773\",\"product_code\":\"7401005013614\",\"product_name\":\"CUBATA GUARANA 350 ML\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"2274\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2774\",\"product_code\":\"6942713105761\",\"product_name\":\"CUCHARA # 6 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"8.1000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"186.3000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.1000\",\"real_unit_cost\":\"8.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1000\"},{\"id\":\"2275\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2775\",\"product_code\":\"6942713105778\",\"product_name\":\"CUCHARA # 7 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"11.1700\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.6800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.1700\",\"real_unit_cost\":\"11.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.1700\"},{\"id\":\"2276\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2776\",\"product_code\":\"6942713105785\",\"product_name\":\"CUCHARA # 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"10.7000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.7000\",\"real_unit_cost\":\"10.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.7000\"},{\"id\":\"2277\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2777\",\"product_code\":\"PVC0105\",\"product_name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"2278\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2778\",\"product_code\":\"9021298\",\"product_name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"0.9100\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.6000\",\"quantity_balance\":\"60.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9100\",\"real_unit_cost\":\"0.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"60.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9100\"},{\"id\":\"2279\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2779\",\"product_code\":\"9021299\",\"product_name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"41.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.5000\",\"quantity_balance\":\"41.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"41.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"2280\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2780\",\"product_code\":\"7404004460083\",\"product_name\":\"DE LA FINCA CHAMPURRADA\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"2281\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2781\",\"product_code\":\"7404004460090\",\"product_name\":\"DE LA FINCA CHORROS\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"2282\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2782\",\"product_code\":\"7404004460069\",\"product_name\":\"DE LA FINCA HABA CON SAL\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"2283\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2783\",\"product_code\":\"740404460014\",\"product_name\":\"DE LA FINCA MANI GARRAPI\",\"option_id\":null,\"net_unit_cost\":\"5.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.5000\",\"real_unit_cost\":\"5.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.5000\"},{\"id\":\"2284\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2784\",\"product_code\":\"740404460021\",\"product_name\":\"DE LA FINCA MANI SALADO\",\"option_id\":null,\"net_unit_cost\":\"5.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.5000\",\"real_unit_cost\":\"5.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.5000\"},{\"id\":\"2285\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2785\",\"product_code\":\"7404004460038\",\"product_name\":\"DE LA FINCA MARA\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"2286\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2786\",\"product_code\":\"7404004460144\",\"product_name\":\"DE LA FINCA NATURAL MIX\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"2287\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2787\",\"product_code\":\"7404004460076\",\"product_name\":\"DE LA FINCA PLATANINA\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"2288\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2788\",\"product_code\":\"7404004460045\",\"product_name\":\"DE LA FINCA SEMILLA MIXTA\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"2289\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2789\",\"product_code\":\"7401000707327\",\"product_name\":\"DE LA GRANJA 1 LITRO\",\"option_id\":null,\"net_unit_cost\":\"8.4200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.1000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.4200\",\"real_unit_cost\":\"8.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4200\"},{\"id\":\"2290\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2790\",\"product_code\":\"7401000707310\",\"product_name\":\"DE LA GRANJA 1\\/2 LITRO.   .\",\"option_id\":null,\"net_unit_cost\":\"5.0100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0100\",\"real_unit_cost\":\"5.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0100\"},{\"id\":\"2291\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2791\",\"product_code\":\"7401000707303\",\"product_name\":\"DE LA GRANJA VASO.  .\",\"option_id\":null,\"net_unit_cost\":\"2.9100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.4600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9100\",\"real_unit_cost\":\"2.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9100\"},{\"id\":\"2292\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2792\",\"product_code\":\"6933528720461\",\"product_name\":\"DESARAMDOR CON PUNTAS Y COPAS INTER20041\",\"option_id\":null,\"net_unit_cost\":\"75.3100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.3100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"75.3100\",\"real_unit_cost\":\"75.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"75.3100\"},{\"id\":\"2293\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2793\",\"product_code\":\"7501206664315\",\"product_name\":\"DESARMADOR  PRETUL PHILLIPS 6\\\"\",\"option_id\":null,\"net_unit_cost\":\"8.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.2800\",\"real_unit_cost\":\"8.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2800\"},{\"id\":\"2294\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2794\",\"product_code\":\"7501206664131\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"7.7600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.8000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.7600\",\"real_unit_cost\":\"7.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7600\"},{\"id\":\"2295\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2795\",\"product_code\":\"7501206664162\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 6\\\"\",\"option_id\":null,\"net_unit_cost\":\"8.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.2800\",\"real_unit_cost\":\"8.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2800\"},{\"id\":\"2296\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2796\",\"product_code\":\"7501206664285\",\"product_name\":\"DESARMADOR PRETUL PHILLIPS 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"7.7600\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.0400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.7600\",\"real_unit_cost\":\"7.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7600\"},{\"id\":\"2297\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2797\",\"product_code\":\"74892800509\",\"product_name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"2298\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2798\",\"product_code\":\"748928004839\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"1.5700\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.8400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5700\",\"real_unit_cost\":\"1.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5700\"},{\"id\":\"2299\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2799\",\"product_code\":\"748928006505\",\"product_name\":\"DETERGENTE ORIX 450 GR\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"2300\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2800\",\"product_code\":\"748928006512\",\"product_name\":\"DETERGENTE ORIX 900 GR\",\"option_id\":null,\"net_unit_cost\":\"9.8500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.8500\",\"real_unit_cost\":\"9.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8500\"},{\"id\":\"2301\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2801\",\"product_code\":\"74110003822820\",\"product_name\":\"DETERGENTE XEDEX 1KG\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"2302\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2802\",\"product_code\":\"28877321639\",\"product_name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"option_id\":null,\"net_unit_cost\":\"17.8800\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"679.4400\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.8800\",\"real_unit_cost\":\"17.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.8800\"},{\"id\":\"2303\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2803\",\"product_code\":\"7506240675259\",\"product_name\":\"DISCO  24 DIENTES P\\/MADERA PRETUL\",\"option_id\":null,\"net_unit_cost\":\"31.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.5000\",\"real_unit_cost\":\"31.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5000\"},{\"id\":\"2304\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2804\",\"product_code\":\"7506240675242\",\"product_name\":\"DISCO 40 DIENTES P\\/MADERA PRETUL\",\"option_id\":null,\"net_unit_cost\":\"62.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"62.0000\",\"real_unit_cost\":\"62.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"62.0000\"},{\"id\":\"2305\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2805\",\"product_code\":\"7501206685099\",\"product_name\":\"DISCO C\\/METAL 4 1\\/2 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.2600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"2306\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2806\",\"product_code\":\"7506240624608\",\"product_name\":\"DISCO CORTE FINO 7\\\" PRETUL 22346\",\"option_id\":null,\"net_unit_cost\":\"6.5900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5900\",\"real_unit_cost\":\"6.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5900\"},{\"id\":\"2307\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2807\",\"product_code\":\"7506240656951\",\"product_name\":\"DISCO DE DIAMANTE 4 1\\/2  PRETUL 21009\",\"option_id\":null,\"net_unit_cost\":\"20.1400\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"181.2600\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.1400\",\"real_unit_cost\":\"20.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.1400\"},{\"id\":\"2308\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2808\",\"product_code\":\"7501206686126\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TRUPE\",\"option_id\":null,\"net_unit_cost\":\"44.2900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.2900\",\"real_unit_cost\":\"44.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.2900\"},{\"id\":\"2309\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2809\",\"product_code\":\"7798216497792\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"option_id\":null,\"net_unit_cost\":\"45.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"45.0000\",\"real_unit_cost\":\"45.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.0000\"},{\"id\":\"2310\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2810\",\"product_code\":\"7501206657188\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 7? PRETUL\",\"option_id\":null,\"net_unit_cost\":\"41.4100\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.6400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.4100\",\"real_unit_cost\":\"41.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.4100\"},{\"id\":\"2311\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2811\",\"product_code\":\"FER02908\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"59.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"59.0000\",\"real_unit_cost\":\"59.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.0000\"},{\"id\":\"2312\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2812\",\"product_code\":\"7501206652367\",\"product_name\":\"DISCO DIAMANTE RIN CONTINUO 4 1\\/2 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"44.7700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.5400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.7700\",\"real_unit_cost\":\"44.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.7700\"},{\"id\":\"2313\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2813\",\"product_code\":\"750624064064\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"option_id\":null,\"net_unit_cost\":\"11.7200\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.8800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.7200\",\"real_unit_cost\":\"11.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7200\"},{\"id\":\"2314\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2814\",\"product_code\":\"7506240640257\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 40\",\"option_id\":null,\"net_unit_cost\":\"11.7200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.1600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.7200\",\"real_unit_cost\":\"11.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7200\"},{\"id\":\"2315\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2815\",\"product_code\":\"7506240640271\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 80\",\"option_id\":null,\"net_unit_cost\":\"11.9400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.6400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9400\",\"real_unit_cost\":\"11.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9400\"},{\"id\":\"2316\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2816\",\"product_code\":\"6933528786191\",\"product_name\":\"DISCO OXIDO GRANO 60 77212\",\"option_id\":null,\"net_unit_cost\":\"7.0300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0300\",\"real_unit_cost\":\"7.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0300\"},{\"id\":\"2317\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2817\",\"product_code\":\"885911137508\",\"product_name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"option_id\":null,\"net_unit_cost\":\"20.8900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"250.6800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.8900\",\"real_unit_cost\":\"20.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.8900\"},{\"id\":\"2318\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2818\",\"product_code\":\"28877321608\",\"product_name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.0400\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"200.8000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0400\",\"real_unit_cost\":\"10.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0400\"},{\"id\":\"2319\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2819\",\"product_code\":\"7798216498287\",\"product_name\":\"DISCO P\\/METAL DE 7?GLADIATOR\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"2320\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2820\",\"product_code\":\"7501206622216\",\"product_name\":\"DISCO P\\/PULIR 4 1\\/2 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"11.2500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.2500\",\"real_unit_cost\":\"11.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2500\"},{\"id\":\"2321\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2821\",\"product_code\":\"7506240666974\",\"product_name\":\"DISCO REC. DE DIAMANTE 4 1\\/2 PRETU 27032\",\"option_id\":null,\"net_unit_cost\":\"24.9700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"224.7300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.9700\",\"real_unit_cost\":\"24.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.9700\"},{\"id\":\"2322\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2822\",\"product_code\":\"7401000702902\",\"product_name\":\"DORADA ICE LATA 16 OZ.  .\",\"option_id\":null,\"net_unit_cost\":\"4.6700\",\"quantity\":\"119.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"555.7300\",\"quantity_balance\":\"119.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.6700\",\"real_unit_cost\":\"4.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"119.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.6700\"},{\"id\":\"2323\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2823\",\"product_code\":\"721282300397\",\"product_name\":\"DORITOS FAMILIAR   .\",\"option_id\":null,\"net_unit_cost\":\"10.7200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.1600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.7200\",\"real_unit_cost\":\"10.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.7200\"},{\"id\":\"2324\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2824\",\"product_code\":\"100083000017\",\"product_name\":\"DUCHA EXAGONAL VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"2325\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2825\",\"product_code\":\"VK0908\",\"product_name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"option_id\":null,\"net_unit_cost\":\"53.6800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"53.6800\",\"real_unit_cost\":\"53.6800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"53.6800\"},{\"id\":\"2326\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2826\",\"product_code\":\"VK0795\",\"product_name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"25.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.0000\",\"real_unit_cost\":\"25.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0000\"},{\"id\":\"2327\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2827\",\"product_code\":\"UP0000793\",\"product_name\":\"DULCES COLOMBINA\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"188.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0800\",\"quantity_balance\":\"188.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"188.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"2328\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2828\",\"product_code\":\"341\",\"product_name\":\"DULCES HALLS      .\",\"option_id\":null,\"net_unit_cost\":\"0.2300\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.6000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2300\",\"real_unit_cost\":\"0.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2300\"},{\"id\":\"2329\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2829\",\"product_code\":\"41333029955\",\"product_name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"34.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.0000\",\"real_unit_cost\":\"34.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0000\"},{\"id\":\"2330\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2830\",\"product_code\":\"41333001111\",\"product_name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"2331\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2831\",\"product_code\":\"41333428482\",\"product_name\":\"DURACELL REGULAR AAA 1UIDAD\",\"option_id\":null,\"net_unit_cost\":\"5.3000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.8000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.3000\",\"real_unit_cost\":\"5.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3000\"},{\"id\":\"2332\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2832\",\"product_code\":\"102311\",\"product_name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"2333\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2833\",\"product_code\":\"7501206650066\",\"product_name\":\"ESCOBA METALICA TRUPER 22 DIENTES C\\/MANG\",\"option_id\":null,\"net_unit_cost\":\"27.2200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.4400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"27.2200\",\"real_unit_cost\":\"27.2200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.2200\"},{\"id\":\"2334\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2834\",\"product_code\":\"7501206659915\",\"product_name\":\"ESCOBA PL\",\"option_id\":null,\"net_unit_cost\":\"37.5100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"37.5100\",\"real_unit_cost\":\"37.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5100\"},{\"id\":\"2335\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2835\",\"product_code\":\"D87\",\"product_name\":\"ESCOBAS\",\"option_id\":null,\"net_unit_cost\":\"10.6700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.0100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.6700\",\"real_unit_cost\":\"10.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6700\"},{\"id\":\"2336\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2836\",\"product_code\":\"6933528735335\",\"product_name\":\"ESCUADRA PARA CARPINTERO 10\\\" 35080\",\"option_id\":null,\"net_unit_cost\":\"11.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9200\",\"real_unit_cost\":\"11.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9200\"},{\"id\":\"2337\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2837\",\"product_code\":\"102227\",\"product_name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"2338\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2838\",\"product_code\":\"102229\",\"product_name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"option_id\":null,\"net_unit_cost\":\"1.9000\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.6000\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.9000\",\"real_unit_cost\":\"1.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.9000\"},{\"id\":\"2339\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2839\",\"product_code\":\"102231\",\"product_name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"option_id\":null,\"net_unit_cost\":\"0.5800\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.2200\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5800\",\"real_unit_cost\":\"0.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5800\"},{\"id\":\"2340\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2840\",\"product_code\":\"102236\",\"product_name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"option_id\":null,\"net_unit_cost\":\"2.2300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.9200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2300\",\"real_unit_cost\":\"2.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2300\"},{\"id\":\"2341\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2841\",\"product_code\":\"102233\",\"product_name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.1100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"2342\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2842\",\"product_code\":\"102234\",\"product_name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"option_id\":null,\"net_unit_cost\":\"1.2700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.4300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.2700\",\"real_unit_cost\":\"1.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2700\"},{\"id\":\"2343\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2843\",\"product_code\":\"102235\",\"product_name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"option_id\":null,\"net_unit_cost\":\"1.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5900\",\"real_unit_cost\":\"1.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5900\"},{\"id\":\"2344\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2844\",\"product_code\":\"AB608\\/120\\/60\",\"product_name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"option_id\":null,\"net_unit_cost\":\"556.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"556.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"556.5100\",\"real_unit_cost\":\"556.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"556.5100\"},{\"id\":\"2345\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2845\",\"product_code\":\"6130-33\",\"product_name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"option_id\":null,\"net_unit_cost\":\"530.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"530.0000\",\"real_unit_cost\":\"530.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"530.0000\"},{\"id\":\"2346\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2846\",\"product_code\":\"7506240654421\",\"product_name\":\"ESMERILADORA ANGULAR PROF. TRUPER 4 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"230.7200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"230.7200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"230.7200\",\"real_unit_cost\":\"230.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"230.7200\"},{\"id\":\"2347\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2847\",\"product_code\":\"6933528789000\",\"product_name\":\"ESMERILADORA INDUSTRIAL DE 9\\\" 79725\",\"option_id\":null,\"net_unit_cost\":\"800.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"800.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"800.0000\",\"real_unit_cost\":\"800.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"800.0000\"},{\"id\":\"2348\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2848\",\"product_code\":\"7506240622246\",\"product_name\":\"ESPATULA 3\\\" FLEXIBLE  INOXIDABLETRUPER\",\"option_id\":null,\"net_unit_cost\":\"15.3100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.5500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.3100\",\"real_unit_cost\":\"15.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.3100\"},{\"id\":\"2349\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2849\",\"product_code\":\"7506240673774\",\"product_name\":\"ESPATULA FLEXIBLE TRUPER \\\"10\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"308.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"2350\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2850\",\"product_code\":\"7441109003784\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"option_id\":null,\"net_unit_cost\":\"10.8900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.6800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.8900\",\"real_unit_cost\":\"10.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.8900\"},{\"id\":\"2351\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2851\",\"product_code\":\"FER00150\",\"product_name\":\"ESPONJA GRANDE PARA REPELLO\",\"option_id\":null,\"net_unit_cost\":\"5.8800\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"282.2400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.8800\",\"real_unit_cost\":\"5.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8800\"},{\"id\":\"2352\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2852\",\"product_code\":\"21200844416\",\"product_name\":\"ESPONJA MULTIUSOS SCOTCH\",\"option_id\":null,\"net_unit_cost\":\"30.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"151.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.2800\",\"real_unit_cost\":\"30.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.2800\"},{\"id\":\"2353\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2853\",\"product_code\":\"FER000151\",\"product_name\":\"ESPONJA PEQUE\",\"option_id\":null,\"net_unit_cost\":\"2.7800\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.1200\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7800\",\"real_unit_cost\":\"2.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7800\"},{\"id\":\"2354\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2854\",\"product_code\":\"7441002707222\",\"product_name\":\"ESPONJA SCOTCH BRITE MARRON\",\"option_id\":null,\"net_unit_cost\":\"7.3400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.3600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.3400\",\"real_unit_cost\":\"7.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3400\"},{\"id\":\"2355\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2855\",\"product_code\":\"769409200380\",\"product_name\":\"EXTENCION EXPERT 2.4M\",\"option_id\":null,\"net_unit_cost\":\"70.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"70.0000\",\"real_unit_cost\":\"70.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"70.0000\"},{\"id\":\"2356\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2856\",\"product_code\":\"7501892884530\",\"product_name\":\"EXTENSION 2*16 ROTTER BLANCA\",\"option_id\":null,\"net_unit_cost\":\"16.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.0000\",\"real_unit_cost\":\"16.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0000\"},{\"id\":\"2357\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2857\",\"product_code\":\"769409174063\",\"product_name\":\"FELPA ARTISAN 1\\/2 ACRILICA\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"2358\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2858\",\"product_code\":\"769409174032\",\"product_name\":\"FELPA ARTISAN 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"57.4200\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"2359\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2859\",\"product_code\":\"769409174056\",\"product_name\":\"FELPA DE 1\\/2 *9 PLG FARBE\",\"option_id\":null,\"net_unit_cost\":\"6.3200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.8400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3200\",\"real_unit_cost\":\"6.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3200\"},{\"id\":\"2360\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2860\",\"product_code\":\"76940900117\",\"product_name\":\"FELPA EXPERT STANDAR 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"5.4000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.8000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.4000\",\"real_unit_cost\":\"5.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4000\"},{\"id\":\"2361\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2861\",\"product_code\":\"7502222814920\",\"product_name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.3000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"2362\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2862\",\"product_code\":\"769409001031\",\"product_name\":\"FELPA STANDAR 1 1\\/4*9\",\"option_id\":null,\"net_unit_cost\":\"8.1000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.1000\",\"real_unit_cost\":\"8.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1000\"},{\"id\":\"2363\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2863\",\"product_code\":\"721282300793\",\"product_name\":\"FIESTA SNAX FAMILIAR.\",\"option_id\":null,\"net_unit_cost\":\"9.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.7500\",\"real_unit_cost\":\"9.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.7500\"},{\"id\":\"2364\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2864\",\"product_code\":\"721282202745\",\"product_name\":\"FIESTA SNAX PEQUE\",\"option_id\":null,\"net_unit_cost\":\"4.4500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4500\",\"real_unit_cost\":\"4.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4500\"},{\"id\":\"2365\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2865\",\"product_code\":\"6933236904764\",\"product_name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"option_id\":null,\"net_unit_cost\":\"1.1200\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.7200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1200\",\"real_unit_cost\":\"1.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1200\"},{\"id\":\"2366\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2866\",\"product_code\":\"THQC1120\",\"product_name\":\"FLIPON # 20 THQC1120\",\"option_id\":null,\"net_unit_cost\":\"71.0000\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1349.0000\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"71.0000\",\"real_unit_cost\":\"71.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.0000\"},{\"id\":\"2367\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2867\",\"product_code\":\"207831614012866\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"option_id\":null,\"net_unit_cost\":\"37.2900\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"410.1900\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"37.2900\",\"real_unit_cost\":\"37.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.2900\"},{\"id\":\"2368\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2868\",\"product_code\":\"20783164012877\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"option_id\":null,\"net_unit_cost\":\"37.5900\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"488.6700\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"37.5900\",\"real_unit_cost\":\"37.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5900\"},{\"id\":\"2369\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2869\",\"product_code\":\"20783164012884\",\"product_name\":\"FLIPON 1*40 AMPERIOS THQL 1140\",\"option_id\":null,\"net_unit_cost\":\"41.6500\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"374.8500\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.6500\",\"real_unit_cost\":\"41.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6500\"},{\"id\":\"2370\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2870\",\"product_code\":\"207831664012891\",\"product_name\":\"FLIPON 1*50 AMPERIOS THQL 1150\",\"option_id\":null,\"net_unit_cost\":\"41.6400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"333.1200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"41.6400\",\"real_unit_cost\":\"41.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6400\"},{\"id\":\"2371\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2871\",\"product_code\":\"102312\",\"product_name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"2372\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2872\",\"product_code\":\"7406189006193\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"2373\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2873\",\"product_code\":\"7401000705217\",\"product_name\":\"FRIJOL DEL MONTE 5.5\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"2374\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2874\",\"product_code\":\"7406189004564\",\"product_name\":\"FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ\",\"option_id\":null,\"net_unit_cost\":\"2.2600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.5600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2600\",\"real_unit_cost\":\"2.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2600\"},{\"id\":\"2375\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2875\",\"product_code\":\"88313062267\",\"product_name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"option_id\":null,\"net_unit_cost\":\"2.9800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9800\",\"real_unit_cost\":\"2.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9800\"},{\"id\":\"2376\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2876\",\"product_code\":\"88313062281\",\"product_name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"option_id\":null,\"net_unit_cost\":\"6.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0800\",\"real_unit_cost\":\"6.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0800\"},{\"id\":\"2377\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2877\",\"product_code\":\"24474002124\",\"product_name\":\"FRUTA FRESCA  PETIT\",\"option_id\":null,\"net_unit_cost\":\"2.5400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.9400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5400\",\"real_unit_cost\":\"2.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5400\"},{\"id\":\"2378\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2878\",\"product_code\":\"9111207379620\",\"product_name\":\"FULL CRETE (1 CUARTO GALON)\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"2379\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2879\",\"product_code\":\"7501000635726\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"2380\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2880\",\"product_code\":\"7501000663705\",\"product_name\":\"GALLETA ARCOIRIS FRUTIS.\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"2381\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2881\",\"product_code\":\"7406234005720\",\"product_name\":\"GALLETA BRIDGE\",\"option_id\":null,\"net_unit_cost\":\"0.8200\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.7600\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8200\",\"real_unit_cost\":\"0.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8200\"},{\"id\":\"2382\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2882\",\"product_code\":\"753079005017\",\"product_name\":\"GALLETA CAN CAN\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"2383\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2883\",\"product_code\":\"7441163411570\",\"product_name\":\"GALLETA CHIKY CHIPS\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0400\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"2384\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2884\",\"product_code\":\"7622300268633\",\"product_name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"3.2800\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.6800\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2800\",\"real_unit_cost\":\"3.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2800\"},{\"id\":\"2385\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2885\",\"product_code\":\"7501756900024\",\"product_name\":\"GALLETA CHOCOVIC\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"2386\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2886\",\"product_code\":\"7501000635306\",\"product_name\":\"GALLETA CHOKIS      .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"2387\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2887\",\"product_code\":\"86581012502\",\"product_name\":\"GALLETA CLUB EXTRA..\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.2200\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"2388\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2888\",\"product_code\":\"86581015121\",\"product_name\":\"GALLETA CREMAS GDE .\",\"option_id\":null,\"net_unit_cost\":\"0.8500\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.4000\",\"quantity_balance\":\"44.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8500\",\"real_unit_cost\":\"0.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"44.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8500\"},{\"id\":\"2389\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2889\",\"product_code\":\"7501000614530\",\"product_name\":\"GALLETA CREMAX    .\",\"option_id\":null,\"net_unit_cost\":\"4.2600\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.8200\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2600\",\"real_unit_cost\":\"4.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2600\"},{\"id\":\"2390\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2890\",\"product_code\":\"7501000635658\",\"product_name\":\"GALLETA EMPERADOR .\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"2391\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2891\",\"product_code\":\"7501000655700\",\"product_name\":\"GALLETA FLORENTINA.\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.6000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"2392\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2892\",\"product_code\":\"7501000658923\",\"product_name\":\"GALLETA MARIAS GAMESA\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"2393\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2893\",\"product_code\":\"7590011151110\",\"product_name\":\"GALLETA OREO\",\"option_id\":null,\"net_unit_cost\":\"1.0800\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.8800\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0800\",\"real_unit_cost\":\"1.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0800\"},{\"id\":\"2394\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2894\",\"product_code\":\"751000645756\",\"product_name\":\"GALLETA PAN CREMA .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.6000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"2395\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2895\",\"product_code\":\"86581001070\",\"product_name\":\"GALLETA SODA POZUELO\",\"option_id\":null,\"net_unit_cost\":\"0.3400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.4400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3400\",\"real_unit_cost\":\"0.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3400\"},{\"id\":\"2396\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2896\",\"product_code\":\"86581017699\",\"product_name\":\"GALLETA TIPO.               .\",\"option_id\":null,\"net_unit_cost\":\"0.8500\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5500\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8500\",\"real_unit_cost\":\"0.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8500\"},{\"id\":\"2397\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2897\",\"product_code\":\"842071003685\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"132.7200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"265.4400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"132.7200\",\"real_unit_cost\":\"132.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"132.7200\"},{\"id\":\"2398\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2898\",\"product_code\":\"842071001148\",\"product_name\":\"GALON ACEITE URSA SUPER TD SAE 15W-40\",\"option_id\":null,\"net_unit_cost\":\"193.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"193.4200\",\"real_unit_cost\":\"193.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"193.4200\"},{\"id\":\"2399\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2899\",\"product_code\":\"GEL0001\",\"product_name\":\"GALON ALCOHOL GEL\",\"option_id\":null,\"net_unit_cost\":\"155.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"465.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"155.0000\",\"real_unit_cost\":\"155.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"155.0000\"},{\"id\":\"2400\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2900\",\"product_code\":\"9121217379626\",\"product_name\":\"GALON FULL CRETE\",\"option_id\":null,\"net_unit_cost\":\"150.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"150.0000\",\"real_unit_cost\":\"150.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"150.0000\"},{\"id\":\"2401\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2901\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"option_id\":null,\"net_unit_cost\":\"14.0900\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"535.4200\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0900\",\"real_unit_cost\":\"14.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0900\"},{\"id\":\"2402\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2902\",\"product_code\":\"7\",\"product_name\":\"GATORADE\",\"option_id\":null,\"net_unit_cost\":\"6.5800\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5800\",\"real_unit_cost\":\"6.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5800\"},{\"id\":\"2403\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2903\",\"product_code\":\"7506192505413\",\"product_name\":\"GEL EGO POWER\",\"option_id\":null,\"net_unit_cost\":\"0.7400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7400\",\"real_unit_cost\":\"0.7400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7400\"},{\"id\":\"2404\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2904\",\"product_code\":\"7506192505406\",\"product_name\":\"GEL EGO POWER 200 ML\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"2405\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2905\",\"product_code\":\"7506192506205\",\"product_name\":\"GELATINA EGO ATTRACCION 110ML\",\"option_id\":null,\"net_unit_cost\":\"4.1600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1600\",\"real_unit_cost\":\"4.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1600\"},{\"id\":\"2406\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2906\",\"product_code\":\"7501137380018\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"option_id\":null,\"net_unit_cost\":\"1.6000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.6000\",\"real_unit_cost\":\"1.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6000\"},{\"id\":\"2407\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2907\",\"product_code\":\"7501137380025\",\"product_name\":\"GOMA BLANCA FAST 2.10 ONZ\",\"option_id\":null,\"net_unit_cost\":\"2.1600\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.4400\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.1600\",\"real_unit_cost\":\"2.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1600\"},{\"id\":\"2408\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2908\",\"product_code\":\"4997148010298\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"option_id\":null,\"net_unit_cost\":\"6.5600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"85.2800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5600\",\"real_unit_cost\":\"6.5600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5600\"},{\"id\":\"2409\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2909\",\"product_code\":\"4997148010311\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 3\\/4 CAJA\",\"option_id\":null,\"net_unit_cost\":\"8.2500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.2500\",\"real_unit_cost\":\"8.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2500\"},{\"id\":\"2410\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2910\",\"product_code\":\"7501206696026\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 10MM\",\"option_id\":null,\"net_unit_cost\":\"3.4900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.8800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.4900\",\"real_unit_cost\":\"3.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4900\"},{\"id\":\"2411\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2911\",\"product_code\":\"7501206696019\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 8MM\",\"option_id\":null,\"net_unit_cost\":\"3.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0800\",\"real_unit_cost\":\"3.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0800\"},{\"id\":\"2412\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2912\",\"product_code\":\"GRIFA001\",\"product_name\":\"GRIFA 1\\/2 * 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"70.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"70.0000\",\"real_unit_cost\":\"70.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"70.0000\"},{\"id\":\"2413\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2913\",\"product_code\":\"GRIFA002\",\"product_name\":\"GRIFA 1\\/4 * 3\\/16\",\"option_id\":null,\"net_unit_cost\":\"35.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"35.0000\",\"real_unit_cost\":\"35.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.0000\"},{\"id\":\"2414\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2914\",\"product_code\":\"102381\",\"product_name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"31.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.0000\",\"real_unit_cost\":\"31.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.0000\"},{\"id\":\"2415\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2915\",\"product_code\":\"693352872557\",\"product_name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"option_id\":null,\"net_unit_cost\":\"38.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.7500\",\"real_unit_cost\":\"38.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.7500\"},{\"id\":\"2416\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2916\",\"product_code\":\"842071004477\",\"product_name\":\"HAVOLINESAE 20W-50 API SP\",\"option_id\":null,\"net_unit_cost\":\"34.1000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.3000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.1000\",\"real_unit_cost\":\"34.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.1000\"},{\"id\":\"2417\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2917\",\"product_code\":\"764009016089\",\"product_name\":\"HEINEKEN VIDRIO\",\"option_id\":null,\"net_unit_cost\":\"9.3800\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"422.1000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.3800\",\"real_unit_cost\":\"9.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.3800\"},{\"id\":\"2418\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2918\",\"product_code\":\"7401090800083\",\"product_name\":\"HELADO BARRITAS..\",\"option_id\":null,\"net_unit_cost\":\"1.8800\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.8800\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8800\",\"real_unit_cost\":\"1.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8800\"},{\"id\":\"2419\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2919\",\"product_code\":\"7401090802001\",\"product_name\":\"HELADO CINTA CRISPY..\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"2420\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2920\",\"product_code\":\"7401090800175\",\"product_name\":\"HELADO CINTA NEGRA.  .\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"2421\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2921\",\"product_code\":\"7401090800069\",\"product_name\":\"HELADO CONOS.   .\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"2422\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2922\",\"product_code\":\"7401090800359\",\"product_name\":\"HELADO COPAS SABORES..\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.5000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"2423\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2923\",\"product_code\":\"7401090800168\",\"product_name\":\"HELADO CREMOSA NARANJA. .\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.0000\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"2424\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2924\",\"product_code\":\"7401090800014\",\"product_name\":\"HELADO GIGA     .\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"2425\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2925\",\"product_code\":\"7401090801622\",\"product_name\":\"HELADO LITRO SARITA POLIPAPEL\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"2426\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2926\",\"product_code\":\"7401090803718\",\"product_name\":\"HELADO PALETA INDI MANZANA VERDE\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.2500\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"2427\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2927\",\"product_code\":\"7401090800274\",\"product_name\":\"HELADO PALITOS  .\",\"option_id\":null,\"net_unit_cost\":\"1.5000\",\"quantity\":\"87.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.5000\",\"quantity_balance\":\"87.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5000\",\"real_unit_cost\":\"1.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"87.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5000\"},{\"id\":\"2428\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2928\",\"product_code\":\"7401090803534\",\"product_name\":\"HELADO PELOTA\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"2429\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2929\",\"product_code\":\"7401090802131\",\"product_name\":\"HELADO SANDWICH CHOCOLATE VAINILLA\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"2430\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2930\",\"product_code\":\"7401090800038\",\"product_name\":\"HELADO SANGUICHITO.  .\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.5000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"2431\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2931\",\"product_code\":\"7401090801621\",\"product_name\":\"HELADO SARITA 1\\/2 LITRO\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"2432\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2932\",\"product_code\":\"7401090805538\",\"product_name\":\"HELADO SARITA CLUB\",\"option_id\":null,\"net_unit_cost\":\"11.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.2500\",\"real_unit_cost\":\"11.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2500\"},{\"id\":\"2433\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2933\",\"product_code\":\"7401090800625\",\"product_name\":\"HELADO SORBY .\",\"option_id\":null,\"net_unit_cost\":\"0.7500\",\"quantity\":\"109.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.7500\",\"quantity_balance\":\"109.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7500\",\"real_unit_cost\":\"0.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"109.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7500\"},{\"id\":\"2434\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2934\",\"product_code\":\"7401090802537\",\"product_name\":\"HELADO TIPO CASERO\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"40.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"40.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"2435\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2935\",\"product_code\":\"7401090800113\",\"product_name\":\"HELADO TOPOLINO.  .\",\"option_id\":null,\"net_unit_cost\":\"0.7500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.2500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7500\",\"real_unit_cost\":\"0.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7500\"},{\"id\":\"2436\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2936\",\"product_code\":\"7401090800045\",\"product_name\":\"HELADO VASITOS.   .\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"2437\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2937\",\"product_code\":\"HL8140\\/120M\",\"product_name\":\"HIDROLAVADORA 1800W 2003PSI\",\"option_id\":null,\"net_unit_cost\":\"906.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"906.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"906.5100\",\"real_unit_cost\":\"906.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"906.5100\"},{\"id\":\"2438\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2938\",\"product_code\":\"GEL0002\",\"product_name\":\"JABON LIQUIDO 500 ML\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"2439\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2939\",\"product_code\":\"9917692238\",\"product_name\":\"JABON PROTEX .\",\"option_id\":null,\"net_unit_cost\":\"5.4200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.8400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.4200\",\"real_unit_cost\":\"5.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4200\"},{\"id\":\"2440\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2940\",\"product_code\":\"7702006402194\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.8000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.8000\",\"real_unit_cost\":\"4.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8000\"},{\"id\":\"2441\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2941\",\"product_code\":\"6424497200905\",\"product_name\":\"JABONERA CROMADA FOREVER\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"2442\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2942\",\"product_code\":\"7702031291534\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"option_id\":null,\"net_unit_cost\":\"21.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.7500\",\"real_unit_cost\":\"21.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.7500\"},{\"id\":\"2443\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2943\",\"product_code\":\"7501206644942\",\"product_name\":\"JUEGO DE 8 DADOS PRETUL 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"59.6900\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.7600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"59.6900\",\"real_unit_cost\":\"59.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.6900\"},{\"id\":\"2444\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2944\",\"product_code\":\"6933528717195\",\"product_name\":\"JUEGO DE RATCHET1\\/4 14 PZS   15150\",\"option_id\":null,\"net_unit_cost\":\"83.5700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"83.5700\",\"real_unit_cost\":\"83.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"83.5700\"},{\"id\":\"2445\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2945\",\"product_code\":\"6933528716297\",\"product_name\":\"JUEGO LLAVES COLA\\/ CORONA FLEX 15259\",\"option_id\":null,\"net_unit_cost\":\"217.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"217.8500\",\"real_unit_cost\":\"217.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"217.8500\"},{\"id\":\"2446\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2946\",\"product_code\":\"6933528717218\",\"product_name\":\"JUEGO RATCHET 1\\/2 12 PZS 15152\",\"option_id\":null,\"net_unit_cost\":\"153.4000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"153.4000\",\"real_unit_cost\":\"153.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"153.4000\"},{\"id\":\"2447\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2947\",\"product_code\":\"6933528717201\",\"product_name\":\"JUEGO RATCHT3\\/8 12 PZS 15151\",\"option_id\":null,\"net_unit_cost\":\"113.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"113.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"113.5000\",\"real_unit_cost\":\"113.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"113.5000\"},{\"id\":\"2448\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2948\",\"product_code\":\"24474381014\",\"product_name\":\"JUGO PETIT LATA 330 ML\",\"option_id\":null,\"net_unit_cost\":\"2.3800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.7600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.3800\",\"real_unit_cost\":\"2.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3800\"},{\"id\":\"2449\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2949\",\"product_code\":\"345\",\"product_name\":\"JUGOS CALIFORNIA.\",\"option_id\":null,\"net_unit_cost\":\"5.9200\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"53.2800\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9200\",\"real_unit_cost\":\"5.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9200\"},{\"id\":\"2450\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2950\",\"product_code\":\"7401005915017\",\"product_name\":\"JUMBO PEPSI.   .\",\"option_id\":null,\"net_unit_cost\":\"12.6700\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"304.0800\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.6700\",\"real_unit_cost\":\"12.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.6700\"},{\"id\":\"2451\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2951\",\"product_code\":\"88313318739\",\"product_name\":\"KERNS CAJITA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"58.0000\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"2452\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2952\",\"product_code\":\"5\",\"product_name\":\"KERNS LATA.      .\",\"option_id\":null,\"net_unit_cost\":\"2.8600\",\"quantity\":\"93.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"265.9800\",\"quantity_balance\":\"93.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8600\",\"real_unit_cost\":\"2.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"93.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8600\"},{\"id\":\"2453\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2953\",\"product_code\":\"99176480518\",\"product_name\":\"KIT DE CEPILLADO  .\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.5000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"2454\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2954\",\"product_code\":\"7799046010472\",\"product_name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"option_id\":null,\"net_unit_cost\":\"262.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"262.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"262.0000\",\"real_unit_cost\":\"262.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"262.0000\"},{\"id\":\"2455\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2955\",\"product_code\":\"123\",\"product_name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"2456\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2956\",\"product_code\":\"28571000687\",\"product_name\":\"LA SIRENA PICA PICA PEQ    .\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"2457\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2957\",\"product_code\":\"6946723402988\",\"product_name\":\"LAMPARA TIGER WORLD\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"2458\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2958\",\"product_code\":\"748928005072\",\"product_name\":\"LAVAPLATOS ORIX 250 GR\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"2459\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2959\",\"product_code\":\"721282300526\",\"product_name\":\"LAYS FAMILIAR.\",\"option_id\":null,\"net_unit_cost\":\"13.6200\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.4800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.6200\",\"real_unit_cost\":\"13.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.6200\"},{\"id\":\"2460\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2960\",\"product_code\":\"102\",\"product_name\":\"LB CLAVO PARA LAMINA\",\"option_id\":null,\"net_unit_cost\":\"9.5000\",\"quantity\":\"73.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"693.5000\",\"quantity_balance\":\"73.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.5000\",\"real_unit_cost\":\"9.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"73.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5000\"},{\"id\":\"2461\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2961\",\"product_code\":\"FER00017\",\"product_name\":\"LB ELECTRODO 3\\/32\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"408.0000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"2462\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2962\",\"product_code\":\"FER000150\",\"product_name\":\"LB. CLAVO 1\\\" ASSA\",\"option_id\":null,\"net_unit_cost\":\"7.9000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.9000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.9000\",\"real_unit_cost\":\"7.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.9000\"},{\"id\":\"2463\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2963\",\"product_code\":\"757575\",\"product_name\":\"LIBRA DE PITA\",\"option_id\":null,\"net_unit_cost\":\"2.9200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.8400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9200\",\"real_unit_cost\":\"2.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9200\"},{\"id\":\"2464\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2964\",\"product_code\":\"102375\",\"product_name\":\"LIBRA DE PITA COMPLETA\",\"option_id\":null,\"net_unit_cost\":\"10.8300\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"184.1100\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.8300\",\"real_unit_cost\":\"10.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.8300\"},{\"id\":\"2465\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2965\",\"product_code\":\"7750057005260\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"137.2000\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"2466\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2966\",\"product_code\":\"7750057005291\",\"product_name\":\"LIJA DE AGUA 220 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4500\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.3000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4500\",\"real_unit_cost\":\"2.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4500\"},{\"id\":\"2467\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2967\",\"product_code\":\"7750057005345\",\"product_name\":\"LIJA DE AGUA 400 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4500\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.0500\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4500\",\"real_unit_cost\":\"2.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4500\"},{\"id\":\"2468\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2968\",\"product_code\":\"7750057005239\",\"product_name\":\"LIJA DE AGUA 60 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"137.2000\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"2469\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2969\",\"product_code\":\"7750057006533\",\"product_name\":\"LIJA DE LONA 3M 150\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"2470\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2970\",\"product_code\":\"7750057006502\",\"product_name\":\"LIJA DE LONA 3M 80\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.0000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"2471\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2971\",\"product_code\":\"7750057006519\",\"product_name\":\"LIJA MULTIUSOS 3M\",\"option_id\":null,\"net_unit_cost\":\"5.2500\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.2500\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.2500\",\"real_unit_cost\":\"5.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2500\"},{\"id\":\"2472\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2972\",\"product_code\":\"6934528786399\",\"product_name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"option_id\":null,\"net_unit_cost\":\"288.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"288.3900\",\"real_unit_cost\":\"288.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"288.3900\"},{\"id\":\"2473\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2973\",\"product_code\":\"FER00750\",\"product_name\":\"LIMA  TRIANGULAR BELLOTA\",\"option_id\":null,\"net_unit_cost\":\"8.1700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.1700\",\"real_unit_cost\":\"8.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1700\"},{\"id\":\"2474\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2974\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"option_id\":null,\"net_unit_cost\":\"7.3000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.3000\",\"real_unit_cost\":\"7.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3000\"},{\"id\":\"2475\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2975\",\"product_code\":\"7501206624210\",\"product_name\":\"LIMA TRIANGULAR PESADO 6? C\\/MANGO TRUPER\",\"option_id\":null,\"net_unit_cost\":\"6.3400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3400\",\"real_unit_cost\":\"6.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3400\"},{\"id\":\"2476\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2976\",\"product_code\":\"783094020115\",\"product_name\":\"LINTERNA RAYOVAC\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"2477\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2977\",\"product_code\":\"39101002507\",\"product_name\":\"LIQUIDO DE FRENOS DOT-3\",\"option_id\":null,\"net_unit_cost\":\"11.0800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.0400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.0800\",\"real_unit_cost\":\"11.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.0800\"},{\"id\":\"2478\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2978\",\"product_code\":\"853619237\",\"product_name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"option_id\":null,\"net_unit_cost\":\"17.5300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5300\",\"real_unit_cost\":\"17.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5300\"},{\"id\":\"2479\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2979\",\"product_code\":\"7702031642725\",\"product_name\":\"LISTERINE COOL MINT\",\"option_id\":null,\"net_unit_cost\":\"29.7000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"29.7000\",\"real_unit_cost\":\"29.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"29.7000\"},{\"id\":\"2480\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2980\",\"product_code\":\"42071002442\",\"product_name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"option_id\":null,\"net_unit_cost\":\"35.4700\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"212.8200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"35.4700\",\"real_unit_cost\":\"35.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.4700\"},{\"id\":\"2481\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2981\",\"product_code\":\"842071003487\",\"product_name\":\"LITRO ACEITE HAVOLINE SAE API 20W-50\",\"option_id\":null,\"net_unit_cost\":\"44.3200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.9600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.3200\",\"real_unit_cost\":\"44.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.3200\"},{\"id\":\"2482\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2982\",\"product_code\":\"512\",\"product_name\":\"LITRO PEPSI.     .\",\"option_id\":null,\"net_unit_cost\":\"5.1600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"67.0800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1600\",\"real_unit_cost\":\"5.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1600\"},{\"id\":\"2483\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2983\",\"product_code\":\"3253569868612\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"22.4200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.4200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.4200\",\"real_unit_cost\":\"22.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.4200\"},{\"id\":\"2484\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2984\",\"product_code\":\"3253569868636\",\"product_name\":\"LLAVE COLA\\/CORONA #18 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"27.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"27.0000\",\"real_unit_cost\":\"27.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.0000\"},{\"id\":\"2485\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2985\",\"product_code\":\"3253569868643\",\"product_name\":\"LLAVE COLA\\/CORONA #19 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"28.4300\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.4300\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.4300\",\"real_unit_cost\":\"28.4300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4300\"},{\"id\":\"2486\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2986\",\"product_code\":\"3253569868650\",\"product_name\":\"LLAVE COLA\\/CORONA #20 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"30.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.0000\",\"real_unit_cost\":\"30.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0000\"},{\"id\":\"2487\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2987\",\"product_code\":\"91712200086\",\"product_name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"44.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"44.5000\",\"real_unit_cost\":\"44.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.5000\"},{\"id\":\"2488\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2988\",\"product_code\":\"GE-0251\",\"product_name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"35.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"35.0000\",\"real_unit_cost\":\"35.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.0000\"},{\"id\":\"2489\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2989\",\"product_code\":\"7501206658871\",\"product_name\":\"LLAVE DE 1\\/2?? DE JARDIN DE ESFERA  PRET\",\"option_id\":null,\"net_unit_cost\":\"15.9500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.9500\",\"real_unit_cost\":\"15.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.9500\"},{\"id\":\"2490\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2990\",\"product_code\":\"02-290\",\"product_name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"2491\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2991\",\"product_code\":\"02-310\",\"product_name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"25.0300\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0300\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.0300\",\"real_unit_cost\":\"25.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0300\"},{\"id\":\"2492\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2992\",\"product_code\":\"91712200499\",\"product_name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"94.8500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"189.7000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"94.8500\",\"real_unit_cost\":\"94.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"94.8500\"},{\"id\":\"2493\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2993\",\"product_code\":\"19025\",\"product_name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"47.2200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"141.6600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"47.2200\",\"real_unit_cost\":\"47.2200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"47.2200\"},{\"id\":\"2494\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2994\",\"product_code\":\"6933528715610\",\"product_name\":\"LLAVE DE CRUZ DE 14\\\"\",\"option_id\":null,\"net_unit_cost\":\"34.4900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.4900\",\"real_unit_cost\":\"34.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.4900\"},{\"id\":\"2495\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2995\",\"product_code\":\"502243003\",\"product_name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"option_id\":null,\"net_unit_cost\":\"22.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.0000\",\"real_unit_cost\":\"22.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.0000\"},{\"id\":\"2496\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2996\",\"product_code\":\"102285\",\"product_name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"7.8500\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"94.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.8500\",\"real_unit_cost\":\"7.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8500\"},{\"id\":\"2497\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2997\",\"product_code\":\"SUVAL2\\\"\",\"product_name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"option_id\":null,\"net_unit_cost\":\"60.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"60.0000\",\"real_unit_cost\":\"60.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"60.0000\"},{\"id\":\"2498\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2998\",\"product_code\":\"400WOG\",\"product_name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"option_id\":null,\"net_unit_cost\":\"85.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"85.7500\",\"real_unit_cost\":\"85.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.7500\"},{\"id\":\"2499\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"2999\",\"product_code\":\"6942713105945\",\"product_name\":\"LLAVE DE PILA 1\\/2 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"2500\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3000\",\"product_code\":\"411653\",\"product_name\":\"LLAVE DUCHA QUALITA\",\"option_id\":null,\"net_unit_cost\":\"59.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"59.0000\",\"real_unit_cost\":\"59.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.0000\"},{\"id\":\"2501\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3001\",\"product_code\":\"LLPDCLA\",\"product_name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"option_id\":null,\"net_unit_cost\":\"85.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"85.0000\",\"real_unit_cost\":\"85.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.0000\"},{\"id\":\"2502\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3002\",\"product_code\":\"FER000018\",\"product_name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"104.7900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"104.7900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"104.7900\",\"real_unit_cost\":\"104.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"104.7900\"},{\"id\":\"2503\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3003\",\"product_code\":\"7506240630470\",\"product_name\":\"LLAVE PARA JARDIN 1\\/2 PLASTICA PRETUL\",\"option_id\":null,\"net_unit_cost\":\"7.1800\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0800\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.1800\",\"real_unit_cost\":\"7.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1800\"},{\"id\":\"2504\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3004\",\"product_code\":\"6972753160765\",\"product_name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"24.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.0000\",\"real_unit_cost\":\"24.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.0000\"},{\"id\":\"2505\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3005\",\"product_code\":\"10295\",\"product_name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"2506\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3006\",\"product_code\":\"7501206692462\",\"product_name\":\"LLAVE PASO 1\\/2 VAL DE ESFERA  FOSET PALA\",\"option_id\":null,\"net_unit_cost\":\"23.9400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"143.6400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.9400\",\"real_unit_cost\":\"23.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.9400\"},{\"id\":\"2507\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3007\",\"product_code\":\"FER01945\",\"product_name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"option_id\":null,\"net_unit_cost\":\"24.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.0000\",\"real_unit_cost\":\"24.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.0000\"},{\"id\":\"2508\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3008\",\"product_code\":\"769409200113\",\"product_name\":\"MANERAL EXPERT STANDAR\",\"option_id\":null,\"net_unit_cost\":\"11.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.1500\",\"real_unit_cost\":\"11.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.1500\"},{\"id\":\"2509\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3009\",\"product_code\":\"6942713107277\",\"product_name\":\"MANERAL PARA RODILLO ALDOSA 5 ALAMBRES\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"2510\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3010\",\"product_code\":\"7501206656228\",\"product_name\":\"MANGUERA 3 CAPAS PREUTUL 20MTS\",\"option_id\":null,\"net_unit_cost\":\"90.7900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"181.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"90.7900\",\"real_unit_cost\":\"90.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.7900\"},{\"id\":\"2511\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3011\",\"product_code\":\"7404005010072\",\"product_name\":\"MANGUERA BELLO JARDIN 25 PS\",\"option_id\":null,\"net_unit_cost\":\"23.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.7500\",\"real_unit_cost\":\"23.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.7500\"},{\"id\":\"2512\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3012\",\"product_code\":\"7506487804726\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"option_id\":null,\"net_unit_cost\":\"157.1400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"157.1400\",\"real_unit_cost\":\"157.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"157.1400\"},{\"id\":\"2513\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3013\",\"product_code\":\"7506487804702\",\"product_name\":\"MANGUERA PARA JARDIN 50\",\"option_id\":null,\"net_unit_cost\":\"95.7100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"95.7100\",\"real_unit_cost\":\"95.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"95.7100\"},{\"id\":\"2514\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3014\",\"product_code\":\"7702007062182\",\"product_name\":\"MANI CERVECERO GRA NUTS\",\"option_id\":null,\"net_unit_cost\":\"5.1300\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.3000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1300\",\"real_unit_cost\":\"5.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1300\"},{\"id\":\"2515\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3015\",\"product_code\":\"7441005711783\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"2516\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3016\",\"product_code\":\"721282403920\",\"product_name\":\"MANIAX FRITO LAY\",\"option_id\":null,\"net_unit_cost\":\"0.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9000\",\"real_unit_cost\":\"0.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9000\"},{\"id\":\"2517\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3017\",\"product_code\":\"81537200811\",\"product_name\":\"MARINEROS.             .\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.9300\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"2518\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3018\",\"product_code\":\"110021000016\",\"product_name\":\"MARRO 2  LIBRAS VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"36.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.0000\",\"real_unit_cost\":\"36.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.0000\"},{\"id\":\"2519\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3019\",\"product_code\":\"7501206630396\",\"product_name\":\"MARRO DE 12 LIBRAS ALMAGANA\",\"option_id\":null,\"net_unit_cost\":\"189.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"189.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"189.1900\",\"real_unit_cost\":\"189.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"189.1900\"},{\"id\":\"2520\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3020\",\"product_code\":\"7501206630389\",\"product_name\":\"MARRO OCTAGONAL 10 LBS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"171.4500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"342.9000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"171.4500\",\"real_unit_cost\":\"171.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"171.4500\"},{\"id\":\"2521\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3021\",\"product_code\":\"7501206630303\",\"product_name\":\"MARRO OCTAGONAL DE 2 LBS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"32.9500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.9500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.9500\",\"real_unit_cost\":\"32.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.9500\"},{\"id\":\"2522\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3022\",\"product_code\":\"7501206630310\",\"product_name\":\"MARRO OCTAGONAL DE 3LBS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"62.0600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.1200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"62.0600\",\"real_unit_cost\":\"62.0600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"62.0600\"},{\"id\":\"2523\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3023\",\"product_code\":\"102301\",\"product_name\":\"MARTILLO ALDOSA 25 MM\",\"option_id\":null,\"net_unit_cost\":\"21.9500\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"241.4500\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.9500\",\"real_unit_cost\":\"21.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.9500\"},{\"id\":\"2524\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3024\",\"product_code\":\"102317\",\"product_name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"262.5000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"2525\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3025\",\"product_code\":\"7501206623862\",\"product_name\":\"MARTILLO TUBULAR TRUPER 16ONZ\",\"option_id\":null,\"net_unit_cost\":\"34.1700\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"205.0200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.1700\",\"real_unit_cost\":\"34.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.1700\"},{\"id\":\"2526\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3026\",\"product_code\":\"3LAYER MASCA\",\"product_name\":\"MASCARILLA 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4800\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"119.0400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4800\",\"real_unit_cost\":\"2.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4800\"},{\"id\":\"2527\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3027\",\"product_code\":\"FER00868\",\"product_name\":\"MASKING TAPE 1 3M\",\"option_id\":null,\"net_unit_cost\":\"7.7000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.4000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.7000\",\"real_unit_cost\":\"7.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7000\"},{\"id\":\"2528\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3028\",\"product_code\":\"7707314792166\",\"product_name\":\"MASKING TAPE 1 PULG. TESA\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"2529\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3029\",\"product_code\":\"7750373006903\",\"product_name\":\"MASKING TAPE 3\\/4 3M\",\"option_id\":null,\"net_unit_cost\":\"5.9500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"47.6000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9500\",\"real_unit_cost\":\"5.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9500\"},{\"id\":\"2530\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3030\",\"product_code\":\"7506240620402\",\"product_name\":\"MAZO DE HULE 16 OZ PRETUL\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"113.1900\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"2531\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3031\",\"product_code\":\"750624062419\",\"product_name\":\"MAZO DE HULE 24 ONZ\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"87.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"2532\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3032\",\"product_code\":\"77070548\",\"product_name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"option_id\":null,\"net_unit_cost\":\"1.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1500\",\"real_unit_cost\":\"1.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1500\"},{\"id\":\"2533\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3033\",\"product_code\":\"45242502646\",\"product_name\":\"METRO 5 M MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"160.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"2534\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3034\",\"product_code\":\"045242502653\",\"product_name\":\"METRO 8 METROS MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"50.8000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"152.4000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.8000\",\"real_unit_cost\":\"50.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.8000\"},{\"id\":\"2535\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3035\",\"product_code\":\"7501206673317\",\"product_name\":\"METRO CONTRA IMPAC 3 MTS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"12.1600\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.6400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.1600\",\"real_unit_cost\":\"12.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.1600\"},{\"id\":\"2536\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3036\",\"product_code\":\"7501206673324\",\"product_name\":\"METRO CONTRA IMPAC 5MTS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"21.6300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.6300\",\"real_unit_cost\":\"21.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.6300\"},{\"id\":\"2537\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3037\",\"product_code\":\"7501206673331\",\"product_name\":\"METRO CONTRA IMPAC 8 MTS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"40.6600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"40.6600\",\"real_unit_cost\":\"40.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.6600\"},{\"id\":\"2538\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3038\",\"product_code\":\"6942713105648\",\"product_name\":\"METRO CONTRA IMPACTO 7.5 MTS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"2539\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3039\",\"product_code\":\"MDL700\",\"product_name\":\"METRO LASER DE 20M\",\"option_id\":null,\"net_unit_cost\":\"192.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"192.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"192.5100\",\"real_unit_cost\":\"192.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"192.5100\"},{\"id\":\"2540\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3040\",\"product_code\":\"MDL740\",\"product_name\":\"METRO LASER GLP 40M\",\"option_id\":null,\"net_unit_cost\":\"276.5100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"276.5100\",\"real_unit_cost\":\"276.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"276.5100\"},{\"id\":\"2541\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3041\",\"product_code\":\"6933528717225\",\"product_name\":\"MINI CANGREJO 6.5\\\" 15280\",\"option_id\":null,\"net_unit_cost\":\"34.0900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.0900\",\"real_unit_cost\":\"34.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0900\"},{\"id\":\"2542\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3042\",\"product_code\":\"102275\",\"product_name\":\"MINI SNICKERS\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"2543\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3043\",\"product_code\":\"7501030448242\",\"product_name\":\"MINI TAKIS\",\"option_id\":null,\"net_unit_cost\":\"1.8800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8800\",\"real_unit_cost\":\"1.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8800\"},{\"id\":\"2544\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3044\",\"product_code\":\"70847033967\",\"product_name\":\"MONSTER ENERGY MANGO LOCO\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"2545\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3045\",\"product_code\":\"ELE063\",\"product_name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"2546\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3046\",\"product_code\":\"45242534470\",\"product_name\":\"NABAJA PLEGABLE MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"2547\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3047\",\"product_code\":\"748757000330\",\"product_name\":\"NACHO Y JALAPE\",\"option_id\":null,\"net_unit_cost\":\"1.6700\",\"quantity\":\"63.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.2100\",\"quantity_balance\":\"63.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.6700\",\"real_unit_cost\":\"1.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"63.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6700\"},{\"id\":\"2548\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3048\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"158.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.1400\",\"quantity_balance\":\"158.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"158.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"2549\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3049\",\"product_code\":\"76174420753\",\"product_name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"option_id\":null,\"net_unit_cost\":\"84.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"84.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"84.0000\",\"real_unit_cost\":\"84.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"84.0000\"},{\"id\":\"2550\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3050\",\"product_code\":\"750120663147\",\"product_name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"9.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.5000\",\"real_unit_cost\":\"9.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5000\"},{\"id\":\"2551\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"3051\",\"product_code\":\"ALF0019\",\"product_name\":\"NIVEL DE RESINA 12\\\"\",\"option_id\":null,\"net_unit_cost\":\"12.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.9000\",\"real_unit_cost\":\"12.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.9000\"}]}', '2022-04-29 08:43:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2042, 'Purchase is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"13\",\"reference_no\":\"PO2022\\/04\\/0036\",\"date\":\"2022-04-27 13:53:00\",\"supplier_id\":\"6\",\"supplier\":\"INVENTARIO INICIAL\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"34834.8100\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"34834.8100\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"0\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"1953\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2453\",\"product_code\":\"76770504804\",\"product_name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"option_id\":null,\"net_unit_cost\":\"700.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"700.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"700.0000\",\"real_unit_cost\":\"700.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"700.0000\"},{\"id\":\"1954\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2454\",\"product_code\":\"7501850502636\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"option_id\":null,\"net_unit_cost\":\"1.9400\",\"quantity\":\"47.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"91.1800\",\"quantity_balance\":\"47.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.9400\",\"real_unit_cost\":\"1.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"47.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.9400\"},{\"id\":\"1955\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2455\",\"product_code\":\"THQC1130\",\"product_name\":\"FLIPON # 30 THQC1130\",\"option_id\":null,\"net_unit_cost\":\"71.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"426.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"71.0000\",\"real_unit_cost\":\"71.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.0000\"},{\"id\":\"1956\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2456\",\"product_code\":\"6933528725053\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"51.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"51.5000\",\"real_unit_cost\":\"51.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"51.5000\"},{\"id\":\"1957\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2457\",\"product_code\":\"FER 75012066839\",\"product_name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"option_id\":null,\"net_unit_cost\":\"0.1700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1700\",\"real_unit_cost\":\"0.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1700\"},{\"id\":\"1958\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2458\",\"product_code\":\"FER 75062406478\",\"product_name\":\"PLACA PARA TIMBRE VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"61.7400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"1959\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2459\",\"product_code\":\"FER 02887444770\",\"product_name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"option_id\":null,\"net_unit_cost\":\"20.1600\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"987.8400\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.1600\",\"real_unit_cost\":\"20.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.1600\"},{\"id\":\"1960\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2460\",\"product_code\":\"FER 75012066411\",\"product_name\":\"CUCHILLA  6? PRETUL\",\"option_id\":null,\"net_unit_cost\":\"5.2900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.2900\",\"real_unit_cost\":\"5.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2900\"},{\"id\":\"1961\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2461\",\"product_code\":\"FER- 7506240656\",\"product_name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"option_id\":null,\"net_unit_cost\":\"18.7200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.7200\",\"real_unit_cost\":\"18.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.7200\"},{\"id\":\"1962\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2462\",\"product_code\":\"FER00021\",\"product_name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.2300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.2300\",\"real_unit_cost\":\"1.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2300\"},{\"id\":\"1963\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2463\",\"product_code\":\"7501206659533\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"5.3900\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.3400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.3900\",\"real_unit_cost\":\"5.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3900\"},{\"id\":\"1964\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2464\",\"product_code\":\"53\",\"product_name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.0000\",\"quantity_balance\":\"44.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"44.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"1965\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2465\",\"product_code\":\"7501206694015\",\"product_name\":\"ABRAZADERA 32-51MM 1 1\\/4-2\\\" FIERO\",\"option_id\":null,\"net_unit_cost\":\"2.4700\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.1100\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4700\",\"real_unit_cost\":\"2.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4700\"},{\"id\":\"1966\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2466\",\"product_code\":\"7501206694053\",\"product_name\":\"ABRAZADERA 57-76 MM 2-1\\/4 - 3\\\" FIERO\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.2200\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"1967\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2467\",\"product_code\":\"7501206694091\",\"product_name\":\"ABRAZADERA CINCHO 78-101MM 3 1\\/16-4 FIER\",\"option_id\":null,\"net_unit_cost\":\"3.5900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5900\",\"real_unit_cost\":\"3.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5900\"},{\"id\":\"1968\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2468\",\"product_code\":\"7501206659540\",\"product_name\":\"ABRAZADERA D 1\\\" VOLTECH BOLSITA 10 UNID\",\"option_id\":null,\"net_unit_cost\":\"7.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.3900\",\"real_unit_cost\":\"7.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3900\"},{\"id\":\"1969\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2469\",\"product_code\":\"1546 UNIDAD\",\"product_name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.8800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.4400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.8800\",\"real_unit_cost\":\"3.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8800\"},{\"id\":\"1970\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2470\",\"product_code\":\"7506240621553\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"1971\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2471\",\"product_code\":\"1553\",\"product_name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.2000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2000\",\"real_unit_cost\":\"4.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2000\"},{\"id\":\"1972\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2472\",\"product_code\":\"A111\",\"product_name\":\"ABRAZADERA DE 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.8500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"1973\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2473\",\"product_code\":\"AT001\",\"product_name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"1.7000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.2000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.7000\",\"real_unit_cost\":\"1.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7000\"},{\"id\":\"1974\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2474\",\"product_code\":\"VK0894R\",\"product_name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"1975\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2475\",\"product_code\":\"VK0928\",\"product_name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"1976\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2476\",\"product_code\":\"ABRA002\",\"product_name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"50.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"50.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"50.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"1977\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2477\",\"product_code\":\"ABRA001\",\"product_name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.0000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"1978\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2478\",\"product_code\":\"9540 UNIDAD\",\"product_name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"0.7400\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.2400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7400\",\"real_unit_cost\":\"0.7400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7400\"},{\"id\":\"1979\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2479\",\"product_code\":\"7501206659526\",\"product_name\":\"ABRAZADERA VOLTECH D 1\\/2 BOLSITA 10 UNI\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"1980\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2480\",\"product_code\":\"7506240621546\",\"product_name\":\"ABRAZAREDA D 3\\\" VOLTECH BOLSITA 5 UNID\",\"option_id\":null,\"net_unit_cost\":\"19.4000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.8000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.4000\",\"real_unit_cost\":\"19.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.4000\"},{\"id\":\"1981\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2481\",\"product_code\":\"ACE04\",\"product_name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"option_id\":null,\"net_unit_cost\":\"19.2700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"134.8900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.2700\",\"real_unit_cost\":\"19.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.2700\"},{\"id\":\"1982\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2482\",\"product_code\":\"7501728122072\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"option_id\":null,\"net_unit_cost\":\"31.3000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.3000\",\"real_unit_cost\":\"31.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.3000\"},{\"id\":\"1983\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2483\",\"product_code\":\"85051001190\",\"product_name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"option_id\":null,\"net_unit_cost\":\"19.6400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.8400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.6400\",\"real_unit_cost\":\"19.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.6400\"},{\"id\":\"1984\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2484\",\"product_code\":\"8420714187\",\"product_name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"option_id\":null,\"net_unit_cost\":\"25.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"25.5000\",\"real_unit_cost\":\"25.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.5000\"},{\"id\":\"1985\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2485\",\"product_code\":\"102190\",\"product_name\":\"ACEITE SAE 40 AMERICAN\",\"option_id\":null,\"net_unit_cost\":\"20.4700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.9400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.4700\",\"real_unit_cost\":\"20.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.4700\"},{\"id\":\"1986\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2486\",\"product_code\":\"10901790550593\",\"product_name\":\"ACETAMINOFEN CAPLIN POINT\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"94.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"56.4000\",\"quantity_balance\":\"94.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"94.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"1987\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2487\",\"product_code\":\"7410002800028\",\"product_name\":\"ACETAMINOFEN MK (UNIDAD)\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.6000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"1988\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2488\",\"product_code\":\"ACHUELA ALDOSA 2\",\"product_name\":\"ACHUELA ALDOSA 2\",\"option_id\":null,\"net_unit_cost\":\"20.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.0000\",\"real_unit_cost\":\"20.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.0000\"},{\"id\":\"1989\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2489\",\"product_code\":\"7608966120311\",\"product_name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"option_id\":null,\"net_unit_cost\":\"5.7000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.7000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.7000\",\"real_unit_cost\":\"5.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7000\"},{\"id\":\"1990\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2490\",\"product_code\":\"PVC00006\",\"product_name\":\"ADAOTADOR  1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"55.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.9500\",\"quantity_balance\":\"55.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"55.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"1991\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2491\",\"product_code\":\"PVC00193\",\"product_name\":\"ADAPTADOR 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"94.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"74.2600\",\"quantity_balance\":\"94.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"94.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"1992\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2492\",\"product_code\":\"PVC00007\",\"product_name\":\"ADAPTADOR 2\",\"option_id\":null,\"net_unit_cost\":\"2.6400\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.9200\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6400\",\"real_unit_cost\":\"2.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6400\"},{\"id\":\"1993\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2493\",\"product_code\":\"100231000043\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"1994\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2494\",\"product_code\":\"PVC00003\",\"product_name\":\"ADAPTADOR M 1\",\"option_id\":null,\"net_unit_cost\":\"1.4100\",\"quantity\":\"86.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"121.2600\",\"quantity_balance\":\"86.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4100\",\"real_unit_cost\":\"1.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"86.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4100\"},{\"id\":\"1995\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2495\",\"product_code\":\"PVC00004\",\"product_name\":\"ADAPTADOR M 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.6100\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.8100\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.6100\",\"real_unit_cost\":\"1.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6100\"},{\"id\":\"1996\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2496\",\"product_code\":\"PVC00005\",\"product_name\":\"ADAPTADOR M 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.5300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.7700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5300\",\"real_unit_cost\":\"3.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5300\"},{\"id\":\"1997\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2497\",\"product_code\":\"PVC00010\",\"product_name\":\"ADAPTADOR M 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.1200\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"1998\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2498\",\"product_code\":\"100231000050\",\"product_name\":\"ADAPTADOR P\\/COPA TALDRO VIKINGO 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"1999\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2499\",\"product_code\":\"7401005983696\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"8.5200\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"127.8000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.5200\",\"real_unit_cost\":\"8.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5200\"},{\"id\":\"2000\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2500\",\"product_code\":\"7401005988561\",\"product_name\":\"ADRENALINE 16OZ  .\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"2001\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2501\",\"product_code\":\"7506240653271\",\"product_name\":\"AFLOJA TODO 110ML\",\"option_id\":null,\"net_unit_cost\":\"7.2600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.2600\",\"real_unit_cost\":\"7.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2600\"},{\"id\":\"2002\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2502\",\"product_code\":\"7401005988592\",\"product_name\":\"AGUA AQUA  .\",\"option_id\":null,\"net_unit_cost\":\"2.0800\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0800\",\"real_unit_cost\":\"2.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0800\"},{\"id\":\"2003\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2503\",\"product_code\":\"760896120212\",\"product_name\":\"AGUA DESTIULADA PRODIN\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"2004\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2504\",\"product_code\":\"7401002306719\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.0800\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.9200\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.0800\",\"real_unit_cost\":\"2.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0800\"},{\"id\":\"2005\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2505\",\"product_code\":\"7401002306542\",\"product_name\":\"AGUA SALVAVIDA LITRO .\",\"option_id\":null,\"net_unit_cost\":\"2.8300\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"67.9200\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8300\",\"real_unit_cost\":\"2.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8300\"},{\"id\":\"2006\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2506\",\"product_code\":\"7401002306702\",\"product_name\":\"AGUA SALVAVIDA PACHON .\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.1000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"2007\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2507\",\"product_code\":\"7401002306559\",\"product_name\":\"AGUA SALVAVIDAS 2 LITROS.\",\"option_id\":null,\"net_unit_cost\":\"4.8300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.4900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.8300\",\"real_unit_cost\":\"4.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8300\"},{\"id\":\"2008\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2508\",\"product_code\":\"7401002306504\",\"product_name\":\"AGUA SALVAVIDAS GALON. .\",\"option_id\":null,\"net_unit_cost\":\"8.5000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.5000\",\"real_unit_cost\":\"8.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5000\"},{\"id\":\"2009\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2509\",\"product_code\":\"GEL0003\",\"product_name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"91.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"2010\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2510\",\"product_code\":\"6942713105570\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"2011\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2511\",\"product_code\":\"7617484023\",\"product_name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"42.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.1900\",\"real_unit_cost\":\"42.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.1900\"},{\"id\":\"2012\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2512\",\"product_code\":\"6933528730200\",\"product_name\":\"ALICATE MULTIUSOS\",\"option_id\":null,\"net_unit_cost\":\"55.5200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"55.5200\",\"real_unit_cost\":\"55.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.5200\"},{\"id\":\"2013\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2513\",\"product_code\":\"11418240780\",\"product_name\":\"ALKA AD  .\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.1800\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"2014\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2514\",\"product_code\":\"11418040168\",\"product_name\":\"ALKA SELTZER .\",\"option_id\":null,\"net_unit_cost\":\"1.0000\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0000\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.0000\",\"real_unit_cost\":\"1.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0000\"},{\"id\":\"2015\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2515\",\"product_code\":\"AZ00151\",\"product_name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"option_id\":null,\"net_unit_cost\":\"52.7600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.5200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"52.7600\",\"real_unit_cost\":\"52.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"52.7600\"},{\"id\":\"2016\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2516\",\"product_code\":\"6933528725848\",\"product_name\":\"ALMADANA TOLSEN 6 LBS\",\"option_id\":null,\"net_unit_cost\":\"110.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"110.7500\",\"real_unit_cost\":\"110.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"110.7500\"},{\"id\":\"2017\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2517\",\"product_code\":\"24000501558\",\"product_name\":\"ALOE VERA DEL MONTE 500 ML\",\"option_id\":null,\"net_unit_cost\":\"11.2000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"112.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.2000\",\"real_unit_cost\":\"11.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2000\"},{\"id\":\"2018\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2518\",\"product_code\":\"7501850549815\",\"product_name\":\"APAGADOR Y TOMACORRIENTE ARGOS COMBINADO\",\"option_id\":null,\"net_unit_cost\":\"8.5000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.5000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.5000\",\"real_unit_cost\":\"8.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5000\"},{\"id\":\"2019\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2519\",\"product_code\":\"747752202060\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"31.5500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.2000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.5500\",\"real_unit_cost\":\"31.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5500\"},{\"id\":\"2020\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2520\",\"product_code\":\"7893946142360\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"option_id\":null,\"net_unit_cost\":\"26.0500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.1500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.0500\",\"real_unit_cost\":\"26.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.0500\"},{\"id\":\"2021\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2521\",\"product_code\":\"69427131106942\",\"product_name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"option_id\":null,\"net_unit_cost\":\"16.1300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.1300\",\"real_unit_cost\":\"16.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.1300\"},{\"id\":\"2022\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2522\",\"product_code\":\"7501206686065\",\"product_name\":\"ARMELLA CERRADA 19X60 FIERO\",\"option_id\":null,\"net_unit_cost\":\"0.1800\",\"quantity\":\"51.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.1800\",\"quantity_balance\":\"51.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1800\",\"real_unit_cost\":\"0.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"51.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1800\"},{\"id\":\"2023\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2523\",\"product_code\":\"7501088401046\",\"product_name\":\"AROMATIZANTE CHICA FRESA\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"56.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"2024\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2524\",\"product_code\":\"11418696839\",\"product_name\":\"ASPIRINA FORTE\",\"option_id\":null,\"net_unit_cost\":\"0.7800\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.1000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7800\",\"real_unit_cost\":\"0.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7800\"},{\"id\":\"2025\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2525\",\"product_code\":\"6933528788966\",\"product_name\":\"ATORNILLADOR INALAMBRICO 1\\/4 DC12V 79212\",\"option_id\":null,\"net_unit_cost\":\"405.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"405.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"405.0000\",\"real_unit_cost\":\"405.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"405.0000\"},{\"id\":\"2026\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2526\",\"product_code\":\"7501206612033\",\"product_name\":\"AZADON TRUPER NO. 31.8 LBS. C\\/MANGO\",\"option_id\":null,\"net_unit_cost\":\"81.5200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.5200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"81.5200\",\"real_unit_cost\":\"81.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"81.5200\"},{\"id\":\"2027\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2527\",\"product_code\":\"102302\",\"product_name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"2028\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2528\",\"product_code\":\"FER00088\",\"product_name\":\"BARNIZ GL NOGAL CELCO\",\"option_id\":null,\"net_unit_cost\":\"140.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"140.0000\",\"real_unit_cost\":\"140.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"140.0000\"},{\"id\":\"2029\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2529\",\"product_code\":\"P47-600\",\"product_name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"350.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"700.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"350.0000\",\"real_unit_cost\":\"350.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"350.0000\"},{\"id\":\"2030\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2530\",\"product_code\":\"P24BD-720\",\"product_name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"555.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"555.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"555.0000\",\"real_unit_cost\":\"555.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"555.0000\"},{\"id\":\"2031\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2531\",\"product_code\":\"PNS60LS\",\"product_name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"525.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"525.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"525.0000\",\"real_unit_cost\":\"525.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"525.0000\"},{\"id\":\"2032\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2532\",\"product_code\":\"783094001015\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.1600\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"2033\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2533\",\"product_code\":\"7501032920395\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"2034\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2534\",\"product_code\":\"7401005988981\",\"product_name\":\"BEBIDA AMP     .\",\"option_id\":null,\"net_unit_cost\":\"3.9200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9200\",\"real_unit_cost\":\"3.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9200\"},{\"id\":\"2035\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2535\",\"product_code\":\"7501206668863\",\"product_name\":\"BISAGRA  2?X 1 1\\/2? ACERO PULIDO HERMEX\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"82.2500\",\"quantity_balance\":\"25.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"25.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"2036\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2536\",\"product_code\":\"7501206668887\",\"product_name\":\"BISAGRA 3?X 1.15\\/16? ACER PUL HERMEX\",\"option_id\":null,\"net_unit_cost\":\"4.1800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.1800\",\"real_unit_cost\":\"4.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1800\"},{\"id\":\"2037\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2537\",\"product_code\":\"7501206668900\",\"product_name\":\"BISAGRA 4?X2. 3\\/4? ACER PULI HERMEX\",\"option_id\":null,\"net_unit_cost\":\"6.5900\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.2600\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5900\",\"real_unit_cost\":\"6.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5900\"},{\"id\":\"2038\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2538\",\"product_code\":\"FER00106\",\"product_name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"2039\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2539\",\"product_code\":\"FER00108\",\"product_name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"2040\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2540\",\"product_code\":\"FER00111\",\"product_name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.0000\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"2041\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2541\",\"product_code\":\"150\",\"product_name\":\"BOCADELI PEQUE\",\"option_id\":null,\"net_unit_cost\":\"0.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4200\",\"real_unit_cost\":\"0.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4200\"},{\"id\":\"2042\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2542\",\"product_code\":\"7501892812083\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"option_id\":null,\"net_unit_cost\":\"525.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"525.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"525.0000\",\"real_unit_cost\":\"525.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"525.0000\"},{\"id\":\"2043\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2543\",\"product_code\":\"531100279849\",\"product_name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"option_id\":null,\"net_unit_cost\":\"675.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"675.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"675.0000\",\"real_unit_cost\":\"675.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"675.0000\"},{\"id\":\"2044\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2544\",\"product_code\":\"7401092019001\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"45.6400\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"319.4800\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"45.6400\",\"real_unit_cost\":\"45.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.6400\"},{\"id\":\"2045\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2545\",\"product_code\":\"7401092027396\",\"product_name\":\"BOMBILLA LED CLASICA 12W LUXLITE\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"666.0000\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"2046\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2546\",\"product_code\":\"7406398000418\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"10.6600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.6600\",\"real_unit_cost\":\"10.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6600\"},{\"id\":\"2047\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2547\",\"product_code\":\"7406398000234\",\"product_name\":\"BOMBILLA NEW LED 30W 9710022\",\"option_id\":null,\"net_unit_cost\":\"36.9900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.9900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"36.9900\",\"real_unit_cost\":\"36.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.9900\"},{\"id\":\"2048\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2548\",\"product_code\":\"7406398000456\",\"product_name\":\"BOMBILLA NEW LED 6W 9710049\",\"option_id\":null,\"net_unit_cost\":\"20.3500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"122.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"20.3500\",\"real_unit_cost\":\"20.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.3500\"},{\"id\":\"2049\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2549\",\"product_code\":\"7406398000548\",\"product_name\":\"BOMBILLA NEW LED 8W 9710054\",\"option_id\":null,\"net_unit_cost\":\"18.5200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.6000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"18.5200\",\"real_unit_cost\":\"18.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.5200\"},{\"id\":\"2050\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2550\",\"product_code\":\"7406398000364\",\"product_name\":\"BOMBILLA NEW LED 9W 9710049\",\"option_id\":null,\"net_unit_cost\":\"32.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.0000\",\"real_unit_cost\":\"32.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.0000\"},{\"id\":\"2051\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2551\",\"product_code\":\"7406398000098\",\"product_name\":\"BOMBILLA NEW LED W5 9710032\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"2052\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2552\",\"product_code\":\"7406234001838\",\"product_name\":\"BON BON COLOMBINA\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.8000\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"2053\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2553\",\"product_code\":\"4711678072546\",\"product_name\":\"BORRADOR CANDY\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.1000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"2054\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2554\",\"product_code\":\"7501206691793\",\"product_name\":\"BOTAS JARDINERAS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"43.7700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"43.7700\",\"real_unit_cost\":\"43.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.7700\"},{\"id\":\"2055\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2555\",\"product_code\":\"756956001126\",\"product_name\":\"BOTONETA AMARILLA\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"2056\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2556\",\"product_code\":\"756956001072\",\"product_name\":\"BOTONETAS NEGRAS\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"2057\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2557\",\"product_code\":\"10015600067\",\"product_name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"2058\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2558\",\"product_code\":\"7506240610908\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4 *4\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"7.1700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.5100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.1700\",\"real_unit_cost\":\"7.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1700\"},{\"id\":\"2059\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2559\",\"product_code\":\"7501206634486\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4??X 6 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"2060\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2560\",\"product_code\":\"7506240610885\",\"product_name\":\"BROCA P\\/ CONCRETO 3\\/16 * 4\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"6.2700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.2700\",\"real_unit_cost\":\"6.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2700\"},{\"id\":\"2061\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2561\",\"product_code\":\"7506240610922\",\"product_name\":\"BROCA P\\/ CONCRETO 5\\/16 *4\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"8.5200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.6000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.5200\",\"real_unit_cost\":\"8.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5200\"},{\"id\":\"2062\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2562\",\"product_code\":\"7501206634547\",\"product_name\":\"BROCA P\\/CONCRETO  3\\/8 X 6 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"2063\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2563\",\"product_code\":\"7501206634479\",\"product_name\":\"BROCA P\\/CONCRETO 1\\/4 *4\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"5.1900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1900\",\"real_unit_cost\":\"5.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1900\"},{\"id\":\"2064\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2564\",\"product_code\":\"7501206634516\",\"product_name\":\"BROCA P\\/CONCRETO 5\\/16 X 6 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"8.5400\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"145.1800\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.5400\",\"real_unit_cost\":\"8.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5400\"},{\"id\":\"2065\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2565\",\"product_code\":\"17501206634513\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"option_id\":null,\"net_unit_cost\":\"19.8200\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.3800\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.8200\",\"real_unit_cost\":\"19.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.8200\"},{\"id\":\"2066\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2566\",\"product_code\":\"7501206634561\",\"product_name\":\"BROCA P\\/CONCRETO1\\/2\\\"*6\\\" TRUPER 112\",\"option_id\":null,\"net_unit_cost\":\"16.9700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.7600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9700\",\"real_unit_cost\":\"16.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9700\"},{\"id\":\"2067\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2567\",\"product_code\":\"7501206645994\",\"product_name\":\"BROCA P\\/METAL \\/ COBALTO 3\\/16??\",\"option_id\":null,\"net_unit_cost\":\"6.3700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3700\",\"real_unit_cost\":\"6.3700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3700\"},{\"id\":\"2068\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2568\",\"product_code\":\"7501206645970\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 5\\/32??\",\"option_id\":null,\"net_unit_cost\":\"4.3300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.9300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.3300\",\"real_unit_cost\":\"4.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3300\"},{\"id\":\"2069\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2569\",\"product_code\":\"7501206646014\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 7\\/32??\",\"option_id\":null,\"net_unit_cost\":\"8.4500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.2000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.4500\",\"real_unit_cost\":\"8.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4500\"},{\"id\":\"2070\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2570\",\"product_code\":\"7501206646038\",\"product_name\":\"BROCA P\\/METAL 1\\/4??\",\"option_id\":null,\"net_unit_cost\":\"11.8900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.8900\",\"real_unit_cost\":\"11.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.8900\"},{\"id\":\"2071\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2571\",\"product_code\":\"17501206646080\",\"product_name\":\"BROCA P\\/METAL TRUPER 1\\/2 ACERO M2\",\"option_id\":null,\"net_unit_cost\":\"32.5200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.5200\",\"real_unit_cost\":\"32.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.5200\"},{\"id\":\"2072\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2572\",\"product_code\":\"7501206645932\",\"product_name\":\"BROCA P\\/METAL\\/ COBALTO 3\\/32??\",\"option_id\":null,\"net_unit_cost\":\"2.4600\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.6000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.4600\",\"real_unit_cost\":\"2.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4600\"},{\"id\":\"2073\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2573\",\"product_code\":\"6942713108113\",\"product_name\":\"BROCA PALETA ALDOSA 3\\/8 P\\/MADERA Y LAMIN\",\"option_id\":null,\"net_unit_cost\":\"4.3300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.3200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.3300\",\"real_unit_cost\":\"4.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3300\"},{\"id\":\"2074\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2574\",\"product_code\":\"48-20-9130\",\"product_name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"34.3000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"308.7000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.3000\",\"real_unit_cost\":\"34.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.3000\"},{\"id\":\"2075\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2575\",\"product_code\":\"10045242184764\",\"product_name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"option_id\":null,\"net_unit_cost\":\"49.9000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"299.4000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"49.9000\",\"real_unit_cost\":\"49.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.9000\"},{\"id\":\"2076\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2576\",\"product_code\":\"769409173936\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"2077\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2577\",\"product_code\":\"FER02539\",\"product_name\":\"BROCHA 2 BYP\",\"option_id\":null,\"net_unit_cost\":\"3.7300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.7300\",\"real_unit_cost\":\"3.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7300\"},{\"id\":\"2078\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2578\",\"product_code\":\"769409173950\",\"product_name\":\"BROCHA 2\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"2079\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2579\",\"product_code\":\"7506385334868\",\"product_name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"option_id\":null,\"net_unit_cost\":\"3.3100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.4800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3100\",\"real_unit_cost\":\"3.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3100\"},{\"id\":\"2080\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2580\",\"product_code\":\"7506240662129\",\"product_name\":\"BROCHA DE 1\\\" MANGO DE PLASTICO TRUPER\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"3.2900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"2081\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2581\",\"product_code\":\"7506240662167\",\"product_name\":\"BROCHA DE 3\\\" TRUPER MGO. DE PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"8.3100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.3100\",\"real_unit_cost\":\"8.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3100\"},{\"id\":\"2082\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2582\",\"product_code\":\"7501206674970\",\"product_name\":\"BROCHA DE 4\\\" PRETUL MGO. DE PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"7.8800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.7600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.8800\",\"real_unit_cost\":\"7.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8800\"},{\"id\":\"2083\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2583\",\"product_code\":\"7506240662174\",\"product_name\":\"BROCHA DE 4\\\" TRUPER MGO. DE PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"14.3800\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"115.0400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.3800\",\"real_unit_cost\":\"14.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.3800\"},{\"id\":\"2084\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2584\",\"product_code\":\"7506240616436\",\"product_name\":\"BROCHA ECONOMICA 3?? PRETUL\",\"option_id\":null,\"net_unit_cost\":\"4.3200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.3200\",\"real_unit_cost\":\"4.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3200\"},{\"id\":\"2085\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2585\",\"product_code\":\"7506240616412\",\"product_name\":\"BROCHA ECONOMICA DE 2?? PRETUL\",\"option_id\":null,\"net_unit_cost\":\"2.6700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6700\",\"real_unit_cost\":\"2.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6700\"},{\"id\":\"2086\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2586\",\"product_code\":\"7503005496227\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.7000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.1000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.7000\",\"real_unit_cost\":\"1.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7000\"},{\"id\":\"2087\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2587\",\"product_code\":\"7503005496234\",\"product_name\":\"BROCHA LA BUENA 1?\",\"option_id\":null,\"net_unit_cost\":\"2.6200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.4400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6200\",\"real_unit_cost\":\"2.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6200\"},{\"id\":\"2088\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2588\",\"product_code\":\"7503005496258\",\"product_name\":\"BROCHA LA BUENA 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.9100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9100\",\"real_unit_cost\":\"3.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9100\"},{\"id\":\"2089\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2589\",\"product_code\":\"7503005496289\",\"product_name\":\"BROCHA LA BUENA 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"10.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.3300\",\"real_unit_cost\":\"10.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.3300\"},{\"id\":\"2090\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2590\",\"product_code\":\"7503005496296\",\"product_name\":\"BROCHA LA BUENA DE 5??\",\"option_id\":null,\"net_unit_cost\":\"13.4100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.4100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.4100\",\"real_unit_cost\":\"13.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.4100\"},{\"id\":\"2091\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2591\",\"product_code\":\"7501206674963\",\"product_name\":\"BROCHA PRETUL 3\\\" MGO. PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"5.1700\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"118.9100\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.1700\",\"real_unit_cost\":\"5.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1700\"},{\"id\":\"2092\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2592\",\"product_code\":\"75019815\",\"product_name\":\"BUBALOO       .\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"2093\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2593\",\"product_code\":\"87295125991\",\"product_name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"option_id\":null,\"net_unit_cost\":\"1.1200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.4400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1200\",\"real_unit_cost\":\"1.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1200\"},{\"id\":\"2094\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2594\",\"product_code\":\"ELE00076\",\"product_name\":\"CABLE PARALELO 2* 12 M\",\"option_id\":null,\"net_unit_cost\":\"9.5400\",\"quantity\":\"89.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"849.0600\",\"quantity_balance\":\"89.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.5400\",\"real_unit_cost\":\"9.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"89.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5400\"},{\"id\":\"2095\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2595\",\"product_code\":\"ELE00077\",\"product_name\":\"CABLE PARALELO 2* 14 MT\",\"option_id\":null,\"net_unit_cost\":\"6.2100\",\"quantity\":\"157.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"974.9700\",\"quantity_balance\":\"157.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.2100\",\"real_unit_cost\":\"6.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"157.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2100\"},{\"id\":\"2096\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2596\",\"product_code\":\"787705048057\",\"product_name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"79.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"553.0000\",\"quantity_balance\":\"79.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"79.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"2097\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2597\",\"product_code\":\"21\",\"product_name\":\"CABLE THHN N0 8 NEGRO\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"77.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"469.7000\",\"quantity_balance\":\"77.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"77.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"2098\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2598\",\"product_code\":\"6\",\"product_name\":\"CABLE THHN No.10 NEGRO\",\"option_id\":null,\"net_unit_cost\":\"3.6300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.6700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.6300\",\"real_unit_cost\":\"3.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.6300\"},{\"id\":\"2099\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2599\",\"product_code\":\"3\",\"product_name\":\"CABLE THHN No.8 ROJO\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"62.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.2000\",\"quantity_balance\":\"62.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"62.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"2100\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2600\",\"product_code\":\"4\",\"product_name\":\"CABLE THHN No.8 VERDE\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"76.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"159.6000\",\"quantity_balance\":\"76.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"76.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"2101\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2601\",\"product_code\":\"7501206689110\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 18\\\"  MGOS TU\",\"option_id\":null,\"net_unit_cost\":\"82.1000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"164.2000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"82.1000\",\"real_unit_cost\":\"82.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"82.1000\"},{\"id\":\"2102\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2602\",\"product_code\":\"7501206689134\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 30\\\" MGOS TUB\",\"option_id\":null,\"net_unit_cost\":\"162.1100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"162.1100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"162.1100\",\"real_unit_cost\":\"162.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"162.1100\"},{\"id\":\"2103\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2603\",\"product_code\":\"7501206689141\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 36\\\"  MGOS TU\",\"option_id\":null,\"net_unit_cost\":\"201.5900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"201.5900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"201.5900\",\"real_unit_cost\":\"201.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"201.5900\"},{\"id\":\"2104\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2604\",\"product_code\":\"102358\",\"product_name\":\"CAIMAN DE 30\\\"\",\"option_id\":null,\"net_unit_cost\":\"124.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"124.0000\",\"real_unit_cost\":\"124.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"124.0000\"},{\"id\":\"2105\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2605\",\"product_code\":\"102359\",\"product_name\":\"CAIMAN DE 36\\\"\",\"option_id\":null,\"net_unit_cost\":\"142.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"142.0000\",\"real_unit_cost\":\"142.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"142.0000\"},{\"id\":\"2106\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2606\",\"product_code\":\"7401175602199\",\"product_name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"30.9400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"340.3400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.9400\",\"real_unit_cost\":\"30.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.9400\"},{\"id\":\"2107\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2607\",\"product_code\":\"100165000034\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"30.9400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"247.5200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.9400\",\"real_unit_cost\":\"30.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.9400\"},{\"id\":\"2108\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2608\",\"product_code\":\"100165000058\",\"product_name\":\"CAJA CLAVO CONCRETO 3\\\"  VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"30.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"275.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"30.5900\",\"real_unit_cost\":\"30.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.5900\"},{\"id\":\"2109\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2609\",\"product_code\":\"ELE00081\",\"product_name\":\"CAJA OCTAGONAL METAL\",\"option_id\":null,\"net_unit_cost\":\"2.8700\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.8700\",\"real_unit_cost\":\"2.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8700\"},{\"id\":\"2110\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2610\",\"product_code\":\"ELE00082\",\"product_name\":\"CAJA OCTAGONAL PLAS\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"69.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"345.0000\",\"quantity_balance\":\"69.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"69.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"2111\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2611\",\"product_code\":\"7441102801134\",\"product_name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"option_id\":null,\"net_unit_cost\":\"7.8400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.8400\",\"real_unit_cost\":\"7.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8400\"},{\"id\":\"2112\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2612\",\"product_code\":\"7441018806735\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"option_id\":null,\"net_unit_cost\":\"6.4400\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.8800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4400\",\"real_unit_cost\":\"6.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4400\"},{\"id\":\"2113\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2613\",\"product_code\":\"7831642785542\",\"product_name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"476.0000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"2114\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2614\",\"product_code\":\"744110281141\",\"product_name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"option_id\":null,\"net_unit_cost\":\"3.8800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.8800\",\"real_unit_cost\":\"3.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8800\"},{\"id\":\"2115\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2615\",\"product_code\":\"ELE00085\",\"product_name\":\"CAJA RECTANGULAR METAL\",\"option_id\":null,\"net_unit_cost\":\"2.3500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.3500\",\"real_unit_cost\":\"2.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3500\"},{\"id\":\"2116\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2616\",\"product_code\":\"10277\",\"product_name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"option_id\":null,\"net_unit_cost\":\"1.8000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.8000\",\"real_unit_cost\":\"1.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8000\"},{\"id\":\"2117\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2617\",\"product_code\":\"7441018800368\",\"product_name\":\"CAJA RECTANGULAR PLASTICA DURMAN\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"2118\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2618\",\"product_code\":\"6933528780014\",\"product_name\":\"CAJAP\\/ HERRAMIENTA INDUSTRIAL MET 80211\",\"option_id\":null,\"net_unit_cost\":\"185.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"185.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"185.5000\",\"real_unit_cost\":\"185.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"185.5000\"},{\"id\":\"2119\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2619\",\"product_code\":\"7501206663141\",\"product_name\":\"CANDADO 30MM HERMIX\",\"option_id\":null,\"net_unit_cost\":\"9.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0800\",\"real_unit_cost\":\"9.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0800\"},{\"id\":\"2120\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2620\",\"product_code\":\"FER0313\",\"product_name\":\"CANDADO 40MM DORADO WHALE\",\"option_id\":null,\"net_unit_cost\":\"11.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.0000\",\"real_unit_cost\":\"11.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.0000\"},{\"id\":\"2121\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2621\",\"product_code\":\"7501206663103\",\"product_name\":\"CANDADO 40MM HERMEX\",\"option_id\":null,\"net_unit_cost\":\"11.9800\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9800\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9800\",\"real_unit_cost\":\"11.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9800\"},{\"id\":\"2122\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2622\",\"product_code\":\"751206663110\",\"product_name\":\"CANDADO 50MM HERMEX\",\"option_id\":null,\"net_unit_cost\":\"16.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9600\",\"real_unit_cost\":\"16.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9600\"},{\"id\":\"2123\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2623\",\"product_code\":\"102314\",\"product_name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"2124\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2624\",\"product_code\":\"VK0867\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"option_id\":null,\"net_unit_cost\":\"19.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.5000\",\"real_unit_cost\":\"19.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.5000\"},{\"id\":\"2125\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2625\",\"product_code\":\"VK0898\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"28.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.5000\",\"real_unit_cost\":\"28.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.5000\"},{\"id\":\"2126\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2626\",\"product_code\":\"FER0314\",\"product_name\":\"CANDADO WHALE DORADO 50 MM\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"2127\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2627\",\"product_code\":\"8012232100412\",\"product_name\":\"CANDADO YALE 40 MM\",\"option_id\":null,\"net_unit_cost\":\"60.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"60.0000\",\"real_unit_cost\":\"60.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"60.0000\"},{\"id\":\"2128\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2628\",\"product_code\":\"8012232100443\",\"product_name\":\"CANDADO YALE 50 MM\",\"option_id\":null,\"net_unit_cost\":\"90.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"90.0000\",\"real_unit_cost\":\"90.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.0000\"},{\"id\":\"2129\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2629\",\"product_code\":\"8012232109439\",\"product_name\":\"CANDADO YALE 60 MM\",\"option_id\":null,\"net_unit_cost\":\"115.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"345.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"115.0000\",\"real_unit_cost\":\"115.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"115.0000\"},{\"id\":\"2130\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2630\",\"product_code\":\"15310\",\"product_name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"option_id\":null,\"net_unit_cost\":\"46.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"46.2500\",\"real_unit_cost\":\"46.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"46.2500\"},{\"id\":\"2131\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2631\",\"product_code\":\"747752874328\",\"product_name\":\"CANGREJO STANLEY 8\\\"\",\"option_id\":null,\"net_unit_cost\":\"43.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"43.5000\",\"real_unit_cost\":\"43.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.5000\"},{\"id\":\"2132\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2632\",\"product_code\":\"MS1001\\/2L\",\"product_name\":\"CARETA NEO FOTOSENSIBLE\",\"option_id\":null,\"net_unit_cost\":\"385.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"770.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"385.0000\",\"real_unit_cost\":\"385.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"385.0000\"},{\"id\":\"2133\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2633\",\"product_code\":\"7605730955\",\"product_name\":\"CASHITA MANI JAPONESA\",\"option_id\":null,\"net_unit_cost\":\"0.7800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.7800\",\"real_unit_cost\":\"0.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7800\"},{\"id\":\"2134\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2634\",\"product_code\":\"760573071349\",\"product_name\":\"CASHITAS\",\"option_id\":null,\"net_unit_cost\":\"2.9200\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.3600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.9200\",\"real_unit_cost\":\"2.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9200\"},{\"id\":\"2135\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2635\",\"product_code\":\"7506240642848\",\"product_name\":\"CEPILLO ALAMBRE PRETUL\",\"option_id\":null,\"net_unit_cost\":\"11.9500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.9500\",\"real_unit_cost\":\"11.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9500\"},{\"id\":\"2136\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2636\",\"product_code\":\"102320\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"option_id\":null,\"net_unit_cost\":\"9.4100\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"122.3300\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.4100\",\"real_unit_cost\":\"9.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.4100\"},{\"id\":\"2137\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2637\",\"product_code\":\"102307\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"7.5200\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.1600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5200\",\"real_unit_cost\":\"7.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5200\"},{\"id\":\"2138\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2638\",\"product_code\":\"ALF0035\",\"product_name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"7.9900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.9700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.9900\",\"real_unit_cost\":\"7.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.9900\"},{\"id\":\"2139\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2639\",\"product_code\":\"D12\",\"product_name\":\"CEPILLO DE DIENTES UNID.\",\"option_id\":null,\"net_unit_cost\":\"1.1700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.3600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1700\",\"real_unit_cost\":\"1.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1700\"},{\"id\":\"2140\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2640\",\"product_code\":\"51131390300\",\"product_name\":\"CERA CINTETICA PROTECTORA473 ML\",\"option_id\":null,\"net_unit_cost\":\"76.3500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.3500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"76.3500\",\"real_unit_cost\":\"76.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"76.3500\"},{\"id\":\"2141\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2641\",\"product_code\":\"80660956411\",\"product_name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"option_id\":null,\"net_unit_cost\":\"12.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0800\",\"real_unit_cost\":\"12.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0800\"},{\"id\":\"2142\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2642\",\"product_code\":\"75032715\",\"product_name\":\"CERVEZA CORONA BOTELLA.\",\"option_id\":null,\"net_unit_cost\":\"5.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.8300\",\"real_unit_cost\":\"5.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8300\"},{\"id\":\"2143\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2643\",\"product_code\":\"74000715\",\"product_name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"option_id\":null,\"net_unit_cost\":\"6.1300\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"183.9000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.1300\",\"real_unit_cost\":\"6.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1300\"},{\"id\":\"2144\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2644\",\"product_code\":\"7401000701288\",\"product_name\":\"CERVEZA DORADA ICE LATA.\",\"option_id\":null,\"net_unit_cost\":\"3.4200\",\"quantity\":\"68.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"232.5600\",\"quantity_balance\":\"68.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.4200\",\"real_unit_cost\":\"3.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"68.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4200\"},{\"id\":\"2145\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2645\",\"product_code\":\"7401000702612\",\"product_name\":\"CERVEZA GALLO 16 ONZ.\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"368.0000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"2146\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2646\",\"product_code\":\"7401000703299\",\"product_name\":\"CERVEZA GALLO 24 ONZ.\",\"option_id\":null,\"net_unit_cost\":\"11.4400\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"560.5600\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"11.4400\",\"real_unit_cost\":\"11.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.4400\"},{\"id\":\"2147\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2647\",\"product_code\":\"7401000702414\",\"product_name\":\"CERVEZA GALLO LATA .\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0000\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"2148\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2648\",\"product_code\":\"7401000702056\",\"product_name\":\"CERVEZA GALLO VIDRIO.\",\"option_id\":null,\"net_unit_cost\":\"7.1200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.1200\",\"real_unit_cost\":\"7.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1200\"},{\"id\":\"2149\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2649\",\"product_code\":\"7501064195303\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"option_id\":null,\"net_unit_cost\":\"6.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.2500\",\"real_unit_cost\":\"6.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2500\"},{\"id\":\"2150\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2650\",\"product_code\":\"7501064112546\",\"product_name\":\"CERVEZA MODELO LATA.\",\"option_id\":null,\"net_unit_cost\":\"4.5800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.3200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5800\",\"real_unit_cost\":\"4.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5800\"},{\"id\":\"2151\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2651\",\"product_code\":\"75027278\",\"product_name\":\"CERVEZA MODELO VIDRIO .\",\"option_id\":null,\"net_unit_cost\":\"5.8300\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"69.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.8300\",\"real_unit_cost\":\"5.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8300\"},{\"id\":\"2152\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2652\",\"product_code\":\"74000722\",\"product_name\":\"CERVEZA MONTE CARLO PREMIUN\",\"option_id\":null,\"net_unit_cost\":\"9.0100\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.1600\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.0100\",\"real_unit_cost\":\"9.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0100\"},{\"id\":\"2153\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2653\",\"product_code\":\"75002459\",\"product_name\":\"CERVEZA TECATE\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"164.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"724.8800\",\"quantity_balance\":\"164.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"164.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"2154\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2654\",\"product_code\":\"60MM DERECHA\",\"product_name\":\"CHAPA  DERECHA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"64.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"128.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"64.0000\",\"real_unit_cost\":\"64.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0000\"},{\"id\":\"2155\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2655\",\"product_code\":\"60MM IZQUIERDA\",\"product_name\":\"CHAPA IZQUIERDA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"64.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"320.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"64.0000\",\"real_unit_cost\":\"64.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0000\"},{\"id\":\"2156\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2656\",\"product_code\":\"CHHOBR03\",\"product_name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"24.7900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.7900\",\"real_unit_cost\":\"24.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7900\"},{\"id\":\"2157\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2657\",\"product_code\":\"7501206692813\",\"product_name\":\"CHEQUE VERTICAL 1\\\" FOSET\",\"option_id\":null,\"net_unit_cost\":\"38.8900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.8900\",\"real_unit_cost\":\"38.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.8900\"},{\"id\":\"2158\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2658\",\"product_code\":\"CHEVEBR05\",\"product_name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"38.8900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.7800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.8900\",\"real_unit_cost\":\"38.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.8900\"},{\"id\":\"2159\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2659\",\"product_code\":\"721282301295\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"10.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.3000\",\"real_unit_cost\":\"10.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.3000\"},{\"id\":\"2160\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2660\",\"product_code\":\"721282100256\",\"product_name\":\"CHICHARRON CRIOLLO PEQ  .\",\"option_id\":null,\"net_unit_cost\":\"3.5700\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.9600\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5700\",\"real_unit_cost\":\"3.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5700\"},{\"id\":\"2161\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2661\",\"product_code\":\"340\",\"product_name\":\"CHICLES.\",\"option_id\":null,\"net_unit_cost\":\"0.2400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.6400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.2400\",\"real_unit_cost\":\"0.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2400\"},{\"id\":\"2162\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2662\",\"product_code\":\"73877702002\",\"product_name\":\"CHILE JALAPE\",\"option_id\":null,\"net_unit_cost\":\"5.0700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.0700\",\"real_unit_cost\":\"5.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0700\"},{\"id\":\"2163\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2663\",\"product_code\":\"738777170038\",\"product_name\":\"CHILE PICAMAS 100G\",\"option_id\":null,\"net_unit_cost\":\"3.0400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.0400\",\"real_unit_cost\":\"3.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0400\"},{\"id\":\"2164\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2664\",\"product_code\":\"6942713105099\",\"product_name\":\"CHORRO 1\\/2 BRONCE  SUVAL  SERIA LIVIANA\",\"option_id\":null,\"net_unit_cost\":\"24.9000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.6000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.9000\",\"real_unit_cost\":\"24.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.9000\"},{\"id\":\"2165\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2665\",\"product_code\":\"LLCHBOZN03\",\"product_name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"47.2500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"2166\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2666\",\"product_code\":\"150WOG\",\"product_name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"168.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"2167\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2667\",\"product_code\":\"BOSSI123\",\"product_name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"27.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"27.0000\",\"real_unit_cost\":\"27.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.0000\"},{\"id\":\"2168\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2668\",\"product_code\":\"6942713105082\",\"product_name\":\"CHORRO DE BRONCE 1\\/2 SUVAL SERIE PESADA\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"380.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"2169\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2669\",\"product_code\":\"6942713105952\",\"product_name\":\"CHORRO DORADO ALDOSA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"14.1300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.6500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.1300\",\"real_unit_cost\":\"14.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.1300\"},{\"id\":\"2170\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2670\",\"product_code\":\"LLCHCPOPM05\",\"product_name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"2171\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2671\",\"product_code\":\"7506240608004\",\"product_name\":\"CHORRO PRETUL 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"16.9700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.7600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9700\",\"real_unit_cost\":\"16.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9700\"},{\"id\":\"2172\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2672\",\"product_code\":\"100045000024\",\"product_name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"2173\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2673\",\"product_code\":\"51128593042\",\"product_name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"option_id\":null,\"net_unit_cost\":\"0.5700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.5700\",\"real_unit_cost\":\"0.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5700\"},{\"id\":\"2174\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2674\",\"product_code\":\"5933528762119\",\"product_name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"option_id\":null,\"net_unit_cost\":\"52.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"52.9200\",\"real_unit_cost\":\"52.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"52.9200\"},{\"id\":\"2175\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2675\",\"product_code\":\"7501206626610\",\"product_name\":\"CINTA AISLAR NEGRA PRETUL 19MM X 9M\",\"option_id\":null,\"net_unit_cost\":\"2.6900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6900\",\"real_unit_cost\":\"2.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6900\"},{\"id\":\"2176\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2676\",\"product_code\":\"54007061328\",\"product_name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"option_id\":null,\"net_unit_cost\":\"34.5300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"34.5300\",\"real_unit_cost\":\"34.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.5300\"},{\"id\":\"2177\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2677\",\"product_code\":\"7441002704856\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"10.6200\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"233.6400\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.6200\",\"real_unit_cost\":\"10.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6200\"},{\"id\":\"2178\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2678\",\"product_code\":\"102155\",\"product_name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"option_id\":null,\"net_unit_cost\":\"7.2500\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.7500\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.2500\",\"real_unit_cost\":\"7.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2500\"},{\"id\":\"2179\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2679\",\"product_code\":\"7891040224746\",\"product_name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"option_id\":null,\"net_unit_cost\":\"32.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"32.9200\",\"real_unit_cost\":\"32.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.9200\"},{\"id\":\"2180\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2680\",\"product_code\":\"6933528750215\",\"product_name\":\"CINTA DUCTO DE 25M 50291\",\"option_id\":null,\"net_unit_cost\":\"16.0400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.1600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.0400\",\"real_unit_cost\":\"16.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0400\"},{\"id\":\"2181\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2681\",\"product_code\":\"7506240612780\",\"product_name\":\"CINTA EMPAQUE  P\\/DUCTO 10M PRETUL\",\"option_id\":null,\"net_unit_cost\":\"6.7900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.3700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.7900\",\"real_unit_cost\":\"6.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.7900\"},{\"id\":\"2182\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2682\",\"product_code\":\"7501206679166\",\"product_name\":\"CINTA MASKING TAPE DE 1\\/2 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"9.6700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.3400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.6700\",\"real_unit_cost\":\"9.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6700\"},{\"id\":\"2183\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2683\",\"product_code\":\"75012063679180\",\"product_name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"16.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.9600\",\"real_unit_cost\":\"16.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9600\"},{\"id\":\"2184\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2684\",\"product_code\":\"6942713106263\",\"product_name\":\"CINTA METRICA 50 MTS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"48.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"48.0000\",\"real_unit_cost\":\"48.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.0000\"},{\"id\":\"2185\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2685\",\"product_code\":\"6942713105631\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/ HULE 5MT\",\"option_id\":null,\"net_unit_cost\":\"9.8000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.8000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.8000\",\"real_unit_cost\":\"9.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8000\"},{\"id\":\"2186\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2686\",\"product_code\":\"6942713105624\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/HULE 3MT\",\"option_id\":null,\"net_unit_cost\":\"6.3000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.3000\",\"real_unit_cost\":\"6.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3000\"},{\"id\":\"2187\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2687\",\"product_code\":\"3253562306081\",\"product_name\":\"CINTA METRICA STANLEY 3M\",\"option_id\":null,\"net_unit_cost\":\"22.9000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.8000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"22.9000\",\"real_unit_cost\":\"22.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.9000\"},{\"id\":\"2188\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2688\",\"product_code\":\"7506240612759\",\"product_name\":\"CINTA P\\/EMPAQUE TRANSPARENTE PRETUL\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"2189\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2689\",\"product_code\":\"7441002709561\",\"product_name\":\"CINTA REFLECTIVA ROLLO 3M\",\"option_id\":null,\"net_unit_cost\":\"23.2400\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"69.7200\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"23.2400\",\"real_unit_cost\":\"23.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.2400\"},{\"id\":\"2190\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2690\",\"product_code\":\"638060080009\",\"product_name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"option_id\":null,\"net_unit_cost\":\"42.9000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"429.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"42.9000\",\"real_unit_cost\":\"42.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.9000\"},{\"id\":\"2191\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2691\",\"product_code\":\"7401007321540\",\"product_name\":\"CINTA TAPAGOTERA PIE\",\"option_id\":null,\"net_unit_cost\":\"5.3400\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3600\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.3400\",\"real_unit_cost\":\"5.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3400\"},{\"id\":\"2192\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2692\",\"product_code\":\"91712500315\",\"product_name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"6.5500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.5500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.5500\",\"real_unit_cost\":\"6.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5500\"},{\"id\":\"2193\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2693\",\"product_code\":\"102324\",\"product_name\":\"CINTA TRANSPARENTE 2 P TESA\",\"option_id\":null,\"net_unit_cost\":\"7.5100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.5500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5100\",\"real_unit_cost\":\"7.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5100\"},{\"id\":\"2194\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2694\",\"product_code\":\"7506240619123\",\"product_name\":\"CLAVILLO NIQUELADO 17 MM\",\"option_id\":null,\"net_unit_cost\":\"0.0300\",\"quantity\":\"462.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.8600\",\"quantity_balance\":\"462.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0300\",\"real_unit_cost\":\"0.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"462.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0300\"},{\"id\":\"2195\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2695\",\"product_code\":\"FER00436\",\"product_name\":\"CLAVO 1 1\\/2 LB\",\"option_id\":null,\"net_unit_cost\":\"5.9400\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9400\",\"real_unit_cost\":\"5.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9400\"},{\"id\":\"2196\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2696\",\"product_code\":\"5500261\",\"product_name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"option_id\":null,\"net_unit_cost\":\"7.5500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.8000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"7.5500\",\"real_unit_cost\":\"7.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5500\"},{\"id\":\"2197\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2697\",\"product_code\":\"FER00438\",\"product_name\":\"CLAVO 2 1\\/2 LB.\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"69.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"445.0500\",\"quantity_balance\":\"69.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"69.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"2198\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2698\",\"product_code\":\"FER00439\",\"product_name\":\"CLAVO 2 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"67.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"432.1500\",\"quantity_balance\":\"67.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"67.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"2199\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2699\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"774.0000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"2200\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2700\",\"product_code\":\"FER00441\",\"product_name\":\"CLAVO 4 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"77.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"496.6500\",\"quantity_balance\":\"77.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"77.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"2201\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2701\",\"product_code\":\"FER00447\",\"product_name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.0700\",\"quantity\":\"145.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.1500\",\"quantity_balance\":\"145.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0700\",\"real_unit_cost\":\"0.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"145.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0700\"},{\"id\":\"2202\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2702\",\"product_code\":\"FER00446\",\"product_name\":\"CLAVO CONCRETO 1 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.0900\",\"quantity\":\"442.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.7800\",\"quantity_balance\":\"442.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.0900\",\"real_unit_cost\":\"0.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"442.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0900\"},{\"id\":\"2203\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2703\",\"product_code\":\"FER00449\",\"product_name\":\"CLAVO CONCRETO 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"2204\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2704\",\"product_code\":\"FER00450\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.1000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1000\",\"real_unit_cost\":\"0.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1000\"},{\"id\":\"2205\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2705\",\"product_code\":\"FER00448\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.1100\",\"quantity\":\"357.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.2700\",\"quantity_balance\":\"357.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.1100\",\"real_unit_cost\":\"0.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"357.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1100\"},{\"id\":\"2206\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2706\",\"product_code\":\"FER00453\",\"product_name\":\"CLAVO CONCRETO 4 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"2207\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2707\",\"product_code\":\"CB123\",\"product_name\":\"CLAVO CONCRETO BRONCO 4\",\"option_id\":null,\"net_unit_cost\":\"31.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"31.5000\",\"real_unit_cost\":\"31.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5000\"},{\"id\":\"2208\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2708\",\"product_code\":\"FER00710\",\"product_name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"320.0000\",\"quantity_balance\":\"40.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"40.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"2209\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2709\",\"product_code\":\"7401147800066\",\"product_name\":\"CLORO CLORAL 40ML\",\"option_id\":null,\"net_unit_cost\":\"0.6600\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.2000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6600\",\"real_unit_cost\":\"0.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6600\"},{\"id\":\"2210\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2710\",\"product_code\":\"7401006400482\",\"product_name\":\"COCA 20 ONZAS\",\"option_id\":null,\"net_unit_cost\":\"5.9600\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"226.4800\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9600\",\"real_unit_cost\":\"5.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9600\"},{\"id\":\"2211\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2711\",\"product_code\":\"7411001800231\",\"product_name\":\"COCA COLA LATA  .\",\"option_id\":null,\"net_unit_cost\":\"4.2300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.1500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.2300\",\"real_unit_cost\":\"4.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2300\"},{\"id\":\"2212\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2712\",\"product_code\":\"7401006400901\",\"product_name\":\"COCA DESECHABLE 2.5\",\"option_id\":null,\"net_unit_cost\":\"15.3800\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"215.3200\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.3800\",\"real_unit_cost\":\"15.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.3800\"},{\"id\":\"2213\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2713\",\"product_code\":\"7441003500501\",\"product_name\":\"COCA VIDRIO LITRO\",\"option_id\":null,\"net_unit_cost\":\"5.9500\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.9000\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.9500\",\"real_unit_cost\":\"5.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9500\"},{\"id\":\"2214\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2714\",\"product_code\":\"102330\",\"product_name\":\"CODO 45 GR DR 3\",\"option_id\":null,\"net_unit_cost\":\"4.7300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.4600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.7300\",\"real_unit_cost\":\"4.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.7300\"},{\"id\":\"2215\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2715\",\"product_code\":\"102106\",\"product_name\":\"CODO 45 GR DR 4 P\",\"option_id\":null,\"net_unit_cost\":\"8.2400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.8400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.2400\",\"real_unit_cost\":\"8.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2400\"},{\"id\":\"2216\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2716\",\"product_code\":\"PVC00033\",\"product_name\":\"CODO 90 GR 1\",\"option_id\":null,\"net_unit_cost\":\"3.3500\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.4500\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.3500\",\"real_unit_cost\":\"3.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3500\"},{\"id\":\"2217\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2717\",\"product_code\":\"PVC00094\",\"product_name\":\"CODO 90 GR 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"3.9900\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.8100\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.9900\",\"real_unit_cost\":\"3.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9900\"},{\"id\":\"2218\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2718\",\"product_code\":\"PVC00035\",\"product_name\":\"CODO 90 GR 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.7100\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.1000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7100\",\"real_unit_cost\":\"2.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7100\"},{\"id\":\"2219\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2719\",\"product_code\":\"PVC00036\",\"product_name\":\"CODO 90 GR 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.9900\",\"quantity\":\"134.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.6600\",\"quantity_balance\":\"134.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.9900\",\"real_unit_cost\":\"0.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"134.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9900\"},{\"id\":\"2220\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2720\",\"product_code\":\"PVC00037\",\"product_name\":\"CODO 90 GR 2\",\"option_id\":null,\"net_unit_cost\":\"13.7000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"315.1000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"13.7000\",\"real_unit_cost\":\"13.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.7000\"},{\"id\":\"2221\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2721\",\"product_code\":\"PVC00038\",\"product_name\":\"CODO 90 GR 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"16.2100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"129.6800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"16.2100\",\"real_unit_cost\":\"16.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.2100\"},{\"id\":\"2222\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2722\",\"product_code\":\"PVC00039\",\"product_name\":\"CODO 90 GR 3\",\"option_id\":null,\"net_unit_cost\":\"21.0100\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"315.1500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"21.0100\",\"real_unit_cost\":\"21.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0100\"},{\"id\":\"2223\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2723\",\"product_code\":\"PVC00040\",\"product_name\":\"CODO 90 GR 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.4900\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.1500\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.4900\",\"real_unit_cost\":\"1.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4900\"},{\"id\":\"2224\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2724\",\"product_code\":\"PVC00045\",\"product_name\":\"CODO 90 GR C\\/R 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.1900\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"57.1200\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.1900\",\"real_unit_cost\":\"1.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1900\"},{\"id\":\"2225\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2725\",\"product_code\":\"PVC00051\",\"product_name\":\"CODO 90 GR DR 2\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.9800\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"2226\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2726\",\"product_code\":\"PVC00052\",\"product_name\":\"CODO 90 GR DR 3\",\"option_id\":null,\"net_unit_cost\":\"15.1900\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.9500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"15.1900\",\"real_unit_cost\":\"15.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.1900\"},{\"id\":\"2227\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2727\",\"product_code\":\"PVC00053\",\"product_name\":\"CODO 90 GR DR 4\",\"option_id\":null,\"net_unit_cost\":\"27.9900\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"475.8300\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"27.9900\",\"real_unit_cost\":\"27.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.9900\"},{\"id\":\"2228\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2728\",\"product_code\":\"PVC00054\",\"product_name\":\"CODO 90 GR DR 6\",\"option_id\":null,\"net_unit_cost\":\"50.5700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"353.9900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"50.5700\",\"real_unit_cost\":\"50.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.5700\"},{\"id\":\"2229\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2729\",\"product_code\":\"102247\",\"product_name\":\"CODO C\\/R 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"80.5000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"2230\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2730\",\"product_code\":\"102246\",\"product_name\":\"CODO C\\/R 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"60.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"60.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"2231\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2731\",\"product_code\":\"FER31106-2\",\"product_name\":\"CODO PVC 3\\/4 45 GRADOS\",\"option_id\":null,\"net_unit_cost\":\"1.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.5000\",\"real_unit_cost\":\"1.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5000\"},{\"id\":\"2232\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2732\",\"product_code\":\"102328\",\"product_name\":\"CODO PVC 4\'\'\",\"option_id\":null,\"net_unit_cost\":\"28.4900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"28.4900\",\"real_unit_cost\":\"28.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4900\"},{\"id\":\"2233\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2733\",\"product_code\":\"PCV00037\",\"product_name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"2.3300\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"114.1700\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.3300\",\"real_unit_cost\":\"2.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3300\"},{\"id\":\"2234\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2734\",\"product_code\":\"7509546011653\",\"product_name\":\"COLGATE TRIPLE ACCION 150 ML\",\"option_id\":null,\"net_unit_cost\":\"8.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"8.7500\",\"real_unit_cost\":\"8.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.7500\"},{\"id\":\"2235\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2735\",\"product_code\":\"4710887411153\",\"product_name\":\"COMPAS DE METAL ECONOMICO\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"2236\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2736\",\"product_code\":\"102225\",\"product_name\":\"COMPAS ECONOMICO DE PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"2237\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2737\",\"product_code\":\"7404001753652\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"5.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"5.2500\",\"real_unit_cost\":\"5.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2500\"},{\"id\":\"2238\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2738\",\"product_code\":\"7501206659571\",\"product_name\":\"CONECTOR HERMETICO 1\\\" VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"2239\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2739\",\"product_code\":\"7501206659557\",\"product_name\":\"CONECTOR HERMETICO 1\\/2 VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.6500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"6.6500\",\"real_unit_cost\":\"6.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.6500\"},{\"id\":\"2240\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2740\",\"product_code\":\"FER 010231\",\"product_name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"2241\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2741\",\"product_code\":\"6942713105716\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PARED\",\"option_id\":null,\"net_unit_cost\":\"9.6900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.6900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.6900\",\"real_unit_cost\":\"9.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6900\"},{\"id\":\"2242\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2742\",\"product_code\":\"6942713105709\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PISO\",\"option_id\":null,\"net_unit_cost\":\"9.9500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.8500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"9.9500\",\"real_unit_cost\":\"9.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.9500\"},{\"id\":\"2243\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2743\",\"product_code\":\"6942713105693\",\"product_name\":\"CONTRALLAVE 3\\/8 X 1\\/2 ALDOSA  P\\/PISO\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"2244\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2744\",\"product_code\":\"GRIF000175\",\"product_name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"option_id\":null,\"net_unit_cost\":\"26.5000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.5000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"26.5000\",\"real_unit_cost\":\"26.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.5000\"},{\"id\":\"2245\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2745\",\"product_code\":\"GRIF000176\",\"product_name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"24.7000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.3000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"24.7000\",\"real_unit_cost\":\"24.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7000\"},{\"id\":\"2246\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2746\",\"product_code\":\"PVC00068\",\"product_name\":\"COPLA 1\",\"option_id\":null,\"net_unit_cost\":\"1.2900\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.3800\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"1.2900\",\"real_unit_cost\":\"1.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2900\"},{\"id\":\"2247\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2747\",\"product_code\":\"PVC00069\",\"product_name\":\"COPLA 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.2900\",\"quantity\":\"47.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.6300\",\"quantity_balance\":\"47.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.2900\",\"real_unit_cost\":\"2.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"47.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2900\"},{\"id\":\"2248\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2748\",\"product_code\":\"FER001216\",\"product_name\":\"COPLA 1 1\\/2 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.8700\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.4000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.8700\",\"real_unit_cost\":\"0.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8700\"},{\"id\":\"2249\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2749\",\"product_code\":\"PVC00071\",\"product_name\":\"COPLA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"107.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.8300\",\"quantity_balance\":\"107.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"107.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"2250\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2750\",\"product_code\":\"PVC00072\",\"product_name\":\"COPLA 2\",\"option_id\":null,\"net_unit_cost\":\"2.6200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.6200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"2.6200\",\"real_unit_cost\":\"2.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6200\"},{\"id\":\"2251\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"2751\",\"product_code\":\"PVC00260\",\"product_name\":\"COPLA 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"17.9100\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"411.9300\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-27\",\"status\":\"received\",\"unit_cost\":\"17.9100\",\"real_unit_cost\":\"17.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.9100\"}]}', '2022-04-29 08:43:17');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2043, 'Purchase is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"17\",\"reference_no\":\"PO2022\\/04\\/0040\",\"date\":\"2022-04-29 08:53:00\",\"supplier_id\":\"6\",\"supplier\":\"INVENTARIO INICIAL\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"42017.7300\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"42017.7300\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"0\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"3299\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2902\",\"product_code\":\"7\",\"product_name\":\"GATORADE\",\"option_id\":null,\"net_unit_cost\":\"6.5800\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.5800\",\"real_unit_cost\":\"6.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5800\"},{\"id\":\"3300\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2903\",\"product_code\":\"7506192505413\",\"product_name\":\"GEL EGO POWER\",\"option_id\":null,\"net_unit_cost\":\"0.7400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.7400\",\"real_unit_cost\":\"0.7400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7400\"},{\"id\":\"3301\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2904\",\"product_code\":\"7506192505406\",\"product_name\":\"GEL EGO POWER 200 ML\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"3302\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2905\",\"product_code\":\"7506192506205\",\"product_name\":\"GELATINA EGO ATTRACCION 110ML\",\"option_id\":null,\"net_unit_cost\":\"4.1600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.1600\",\"real_unit_cost\":\"4.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1600\"},{\"id\":\"3303\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2906\",\"product_code\":\"7501137380018\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"option_id\":null,\"net_unit_cost\":\"1.6000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.6000\",\"real_unit_cost\":\"1.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6000\"},{\"id\":\"3304\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2907\",\"product_code\":\"7501137380025\",\"product_name\":\"GOMA BLANCA FAST 2.10 ONZ\",\"option_id\":null,\"net_unit_cost\":\"2.1600\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.4400\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.1600\",\"real_unit_cost\":\"2.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1600\"},{\"id\":\"3305\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2908\",\"product_code\":\"4997148010298\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"option_id\":null,\"net_unit_cost\":\"6.5600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"85.2800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.5600\",\"real_unit_cost\":\"6.5600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5600\"},{\"id\":\"3306\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2909\",\"product_code\":\"4997148010311\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 3\\/4 CAJA\",\"option_id\":null,\"net_unit_cost\":\"8.2500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.2500\",\"real_unit_cost\":\"8.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2500\"},{\"id\":\"3307\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2910\",\"product_code\":\"7501206696026\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 10MM\",\"option_id\":null,\"net_unit_cost\":\"3.4900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.8800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.4900\",\"real_unit_cost\":\"3.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4900\"},{\"id\":\"3308\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2911\",\"product_code\":\"7501206696019\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 8MM\",\"option_id\":null,\"net_unit_cost\":\"3.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.0800\",\"real_unit_cost\":\"3.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0800\"},{\"id\":\"3309\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2912\",\"product_code\":\"GRIFA001\",\"product_name\":\"GRIFA 1\\/2 * 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"70.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"70.0000\",\"real_unit_cost\":\"70.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"70.0000\"},{\"id\":\"3310\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2913\",\"product_code\":\"GRIFA002\",\"product_name\":\"GRIFA 1\\/4 * 3\\/16\",\"option_id\":null,\"net_unit_cost\":\"35.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"35.0000\",\"real_unit_cost\":\"35.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.0000\"},{\"id\":\"3311\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2914\",\"product_code\":\"102381\",\"product_name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"31.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"31.0000\",\"real_unit_cost\":\"31.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.0000\"},{\"id\":\"3312\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2915\",\"product_code\":\"693352872557\",\"product_name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"option_id\":null,\"net_unit_cost\":\"38.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"38.7500\",\"real_unit_cost\":\"38.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.7500\"},{\"id\":\"3313\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2916\",\"product_code\":\"842071004477\",\"product_name\":\"HAVOLINESAE 20W-50 API SP\",\"option_id\":null,\"net_unit_cost\":\"34.1000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.3000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"34.1000\",\"real_unit_cost\":\"34.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.1000\"},{\"id\":\"3314\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2917\",\"product_code\":\"764009016089\",\"product_name\":\"HEINEKEN VIDRIO\",\"option_id\":null,\"net_unit_cost\":\"9.3800\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"422.1000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.3800\",\"real_unit_cost\":\"9.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.3800\"},{\"id\":\"3315\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2918\",\"product_code\":\"7401090800083\",\"product_name\":\"HELADO BARRITAS..\",\"option_id\":null,\"net_unit_cost\":\"1.8800\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.8800\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.8800\",\"real_unit_cost\":\"1.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8800\"},{\"id\":\"3316\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2919\",\"product_code\":\"7401090802001\",\"product_name\":\"HELADO CINTA CRISPY..\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"3317\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2920\",\"product_code\":\"7401090800175\",\"product_name\":\"HELADO CINTA NEGRA.  .\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"3318\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2921\",\"product_code\":\"7401090800069\",\"product_name\":\"HELADO CONOS.   .\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"3319\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2922\",\"product_code\":\"7401090800359\",\"product_name\":\"HELADO COPAS SABORES..\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.5000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"3320\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2923\",\"product_code\":\"7401090800168\",\"product_name\":\"HELADO CREMOSA NARANJA. .\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.0000\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"3321\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2924\",\"product_code\":\"7401090800014\",\"product_name\":\"HELADO GIGA     .\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"3322\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2925\",\"product_code\":\"7401090801622\",\"product_name\":\"HELADO LITRO SARITA POLIPAPEL\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"3323\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2926\",\"product_code\":\"7401090803718\",\"product_name\":\"HELADO PALETA INDI MANZANA VERDE\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.2500\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"3324\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2927\",\"product_code\":\"7401090800274\",\"product_name\":\"HELADO PALITOS  .\",\"option_id\":null,\"net_unit_cost\":\"1.5000\",\"quantity\":\"87.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.5000\",\"quantity_balance\":\"87.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.5000\",\"real_unit_cost\":\"1.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"87.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5000\"},{\"id\":\"3325\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2928\",\"product_code\":\"7401090803534\",\"product_name\":\"HELADO PELOTA\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"3326\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2929\",\"product_code\":\"7401090802131\",\"product_name\":\"HELADO SANDWICH CHOCOLATE VAINILLA\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"3327\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2930\",\"product_code\":\"7401090800038\",\"product_name\":\"HELADO SANGUICHITO.  .\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.5000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"3328\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2931\",\"product_code\":\"7401090801621\",\"product_name\":\"HELADO SARITA 1\\/2 LITRO\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"3329\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2932\",\"product_code\":\"7401090805538\",\"product_name\":\"HELADO SARITA CLUB\",\"option_id\":null,\"net_unit_cost\":\"11.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.2500\",\"real_unit_cost\":\"11.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2500\"},{\"id\":\"3330\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2933\",\"product_code\":\"7401090800625\",\"product_name\":\"HELADO SORBY .\",\"option_id\":null,\"net_unit_cost\":\"0.7500\",\"quantity\":\"109.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.7500\",\"quantity_balance\":\"109.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.7500\",\"real_unit_cost\":\"0.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"109.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7500\"},{\"id\":\"3331\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2934\",\"product_code\":\"7401090802537\",\"product_name\":\"HELADO TIPO CASERO\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"40.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"40.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"3332\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2935\",\"product_code\":\"7401090800113\",\"product_name\":\"HELADO TOPOLINO.  .\",\"option_id\":null,\"net_unit_cost\":\"0.7500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.2500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.7500\",\"real_unit_cost\":\"0.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7500\"},{\"id\":\"3333\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2936\",\"product_code\":\"7401090800045\",\"product_name\":\"HELADO VASITOS.   .\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"3334\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2937\",\"product_code\":\"HL8140\\/120M\",\"product_name\":\"HIDROLAVADORA 1800W 2003PSI\",\"option_id\":null,\"net_unit_cost\":\"906.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"906.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"906.5100\",\"real_unit_cost\":\"906.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"906.5100\"},{\"id\":\"3335\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2938\",\"product_code\":\"GEL0002\",\"product_name\":\"JABON LIQUIDO 500 ML\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"3336\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2939\",\"product_code\":\"9917692238\",\"product_name\":\"JABON PROTEX .\",\"option_id\":null,\"net_unit_cost\":\"5.4200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.8400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.4200\",\"real_unit_cost\":\"5.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4200\"},{\"id\":\"3337\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2940\",\"product_code\":\"7702006402194\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.8000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.8000\",\"real_unit_cost\":\"4.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8000\"},{\"id\":\"3338\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2941\",\"product_code\":\"6424497200905\",\"product_name\":\"JABONERA CROMADA FOREVER\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"3339\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2942\",\"product_code\":\"7702031291534\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"option_id\":null,\"net_unit_cost\":\"21.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.7500\",\"real_unit_cost\":\"21.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.7500\"},{\"id\":\"3340\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2943\",\"product_code\":\"7501206644942\",\"product_name\":\"JUEGO DE 8 DADOS PRETUL 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"59.6900\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.7600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"59.6900\",\"real_unit_cost\":\"59.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.6900\"},{\"id\":\"3341\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2944\",\"product_code\":\"6933528717195\",\"product_name\":\"JUEGO DE RATCHET1\\/4 14 PZS   15150\",\"option_id\":null,\"net_unit_cost\":\"83.5700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"83.5700\",\"real_unit_cost\":\"83.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"83.5700\"},{\"id\":\"3342\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2945\",\"product_code\":\"6933528716297\",\"product_name\":\"JUEGO LLAVES COLA\\/ CORONA FLEX 15259\",\"option_id\":null,\"net_unit_cost\":\"217.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"217.8500\",\"real_unit_cost\":\"217.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"217.8500\"},{\"id\":\"3343\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2946\",\"product_code\":\"6933528717218\",\"product_name\":\"JUEGO RATCHET 1\\/2 12 PZS 15152\",\"option_id\":null,\"net_unit_cost\":\"153.4000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"153.4000\",\"real_unit_cost\":\"153.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"153.4000\"},{\"id\":\"3344\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2947\",\"product_code\":\"6933528717201\",\"product_name\":\"JUEGO RATCHT3\\/8 12 PZS 15151\",\"option_id\":null,\"net_unit_cost\":\"113.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"113.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"113.5000\",\"real_unit_cost\":\"113.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"113.5000\"},{\"id\":\"3345\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2948\",\"product_code\":\"24474381014\",\"product_name\":\"JUGO PETIT LATA 330 ML\",\"option_id\":null,\"net_unit_cost\":\"2.3800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.7600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.3800\",\"real_unit_cost\":\"2.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3800\"},{\"id\":\"3346\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2949\",\"product_code\":\"345\",\"product_name\":\"JUGOS CALIFORNIA.\",\"option_id\":null,\"net_unit_cost\":\"5.9200\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"53.2800\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.9200\",\"real_unit_cost\":\"5.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9200\"},{\"id\":\"3347\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2950\",\"product_code\":\"7401005915017\",\"product_name\":\"JUMBO PEPSI.   .\",\"option_id\":null,\"net_unit_cost\":\"12.6700\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"304.0800\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.6700\",\"real_unit_cost\":\"12.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.6700\"},{\"id\":\"3348\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2951\",\"product_code\":\"88313318739\",\"product_name\":\"KERNS CAJITA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"58.0000\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"3349\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2952\",\"product_code\":\"5\",\"product_name\":\"KERNS LATA.      .\",\"option_id\":null,\"net_unit_cost\":\"2.8600\",\"quantity\":\"93.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"265.9800\",\"quantity_balance\":\"93.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.8600\",\"real_unit_cost\":\"2.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"93.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8600\"},{\"id\":\"3350\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2953\",\"product_code\":\"99176480518\",\"product_name\":\"KIT DE CEPILLADO  .\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.5000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"3351\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2954\",\"product_code\":\"7799046010472\",\"product_name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"option_id\":null,\"net_unit_cost\":\"262.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"262.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"262.0000\",\"real_unit_cost\":\"262.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"262.0000\"},{\"id\":\"3352\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2955\",\"product_code\":\"123\",\"product_name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"3353\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2956\",\"product_code\":\"28571000687\",\"product_name\":\"LA SIRENA PICA PICA PEQ    .\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"3354\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2957\",\"product_code\":\"6946723402988\",\"product_name\":\"LAMPARA TIGER WORLD\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"3355\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2958\",\"product_code\":\"748928005072\",\"product_name\":\"LAVAPLATOS ORIX 250 GR\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"3356\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2959\",\"product_code\":\"721282300526\",\"product_name\":\"LAYS FAMILIAR.\",\"option_id\":null,\"net_unit_cost\":\"13.6200\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.4800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.6200\",\"real_unit_cost\":\"13.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.6200\"},{\"id\":\"3357\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2960\",\"product_code\":\"102\",\"product_name\":\"LB CLAVO PARA LAMINA\",\"option_id\":null,\"net_unit_cost\":\"9.5000\",\"quantity\":\"73.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"693.5000\",\"quantity_balance\":\"73.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.5000\",\"real_unit_cost\":\"9.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"73.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5000\"},{\"id\":\"3358\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2961\",\"product_code\":\"FER00017\",\"product_name\":\"LB ELECTRODO 3\\/32\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"408.0000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"3359\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2962\",\"product_code\":\"FER000150\",\"product_name\":\"LB. CLAVO 1\\\" ASSA\",\"option_id\":null,\"net_unit_cost\":\"7.9000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.9000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.9000\",\"real_unit_cost\":\"7.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.9000\"},{\"id\":\"3360\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2963\",\"product_code\":\"757575\",\"product_name\":\"LIBRA DE PITA\",\"option_id\":null,\"net_unit_cost\":\"2.9200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.8400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.9200\",\"real_unit_cost\":\"2.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9200\"},{\"id\":\"3361\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2964\",\"product_code\":\"102375\",\"product_name\":\"LIBRA DE PITA COMPLETA\",\"option_id\":null,\"net_unit_cost\":\"10.8300\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"184.1100\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.8300\",\"real_unit_cost\":\"10.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.8300\"},{\"id\":\"3362\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2965\",\"product_code\":\"7750057005260\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"137.2000\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"3363\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2966\",\"product_code\":\"7750057005291\",\"product_name\":\"LIJA DE AGUA 220 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4500\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.3000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.4500\",\"real_unit_cost\":\"2.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4500\"},{\"id\":\"3364\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2967\",\"product_code\":\"7750057005345\",\"product_name\":\"LIJA DE AGUA 400 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4500\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.0500\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.4500\",\"real_unit_cost\":\"2.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4500\"},{\"id\":\"3365\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2968\",\"product_code\":\"7750057005239\",\"product_name\":\"LIJA DE AGUA 60 3M\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"137.2000\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"3366\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2969\",\"product_code\":\"7750057006533\",\"product_name\":\"LIJA DE LONA 3M 150\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"3367\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2970\",\"product_code\":\"7750057006502\",\"product_name\":\"LIJA DE LONA 3M 80\",\"option_id\":null,\"net_unit_cost\":\"2.8000\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.0000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.8000\",\"real_unit_cost\":\"2.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8000\"},{\"id\":\"3368\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2971\",\"product_code\":\"7750057006519\",\"product_name\":\"LIJA MULTIUSOS 3M\",\"option_id\":null,\"net_unit_cost\":\"5.2500\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.2500\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.2500\",\"real_unit_cost\":\"5.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2500\"},{\"id\":\"3369\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2972\",\"product_code\":\"6934528786399\",\"product_name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"option_id\":null,\"net_unit_cost\":\"288.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"288.3900\",\"real_unit_cost\":\"288.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"288.3900\"},{\"id\":\"3370\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2973\",\"product_code\":\"FER00750\",\"product_name\":\"LIMA  TRIANGULAR BELLOTA\",\"option_id\":null,\"net_unit_cost\":\"8.1700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.1700\",\"real_unit_cost\":\"8.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1700\"},{\"id\":\"3371\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2974\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"option_id\":null,\"net_unit_cost\":\"7.3000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.3000\",\"real_unit_cost\":\"7.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3000\"},{\"id\":\"3372\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2975\",\"product_code\":\"7501206624210\",\"product_name\":\"LIMA TRIANGULAR PESADO 6? C\\/MANGO TRUPER\",\"option_id\":null,\"net_unit_cost\":\"6.3400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.3400\",\"real_unit_cost\":\"6.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3400\"},{\"id\":\"3373\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2976\",\"product_code\":\"783094020115\",\"product_name\":\"LINTERNA RAYOVAC\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"3374\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2977\",\"product_code\":\"39101002507\",\"product_name\":\"LIQUIDO DE FRENOS DOT-3\",\"option_id\":null,\"net_unit_cost\":\"11.0800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.0400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.0800\",\"real_unit_cost\":\"11.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.0800\"},{\"id\":\"3375\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2978\",\"product_code\":\"853619237\",\"product_name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"option_id\":null,\"net_unit_cost\":\"17.5300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"17.5300\",\"real_unit_cost\":\"17.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5300\"},{\"id\":\"3376\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2979\",\"product_code\":\"7702031642725\",\"product_name\":\"LISTERINE COOL MINT\",\"option_id\":null,\"net_unit_cost\":\"29.7000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"29.7000\",\"real_unit_cost\":\"29.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"29.7000\"},{\"id\":\"3377\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2980\",\"product_code\":\"42071002442\",\"product_name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"option_id\":null,\"net_unit_cost\":\"35.4700\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"212.8200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"35.4700\",\"real_unit_cost\":\"35.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.4700\"},{\"id\":\"3378\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2981\",\"product_code\":\"842071003487\",\"product_name\":\"LITRO ACEITE HAVOLINE SAE API 20W-50\",\"option_id\":null,\"net_unit_cost\":\"44.3200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.9600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"44.3200\",\"real_unit_cost\":\"44.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.3200\"},{\"id\":\"3379\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2982\",\"product_code\":\"512\",\"product_name\":\"LITRO PEPSI.     .\",\"option_id\":null,\"net_unit_cost\":\"5.1600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"67.0800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.1600\",\"real_unit_cost\":\"5.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1600\"},{\"id\":\"3380\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2983\",\"product_code\":\"3253569868612\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"22.4200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.4200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"22.4200\",\"real_unit_cost\":\"22.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.4200\"},{\"id\":\"3381\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2984\",\"product_code\":\"3253569868636\",\"product_name\":\"LLAVE COLA\\/CORONA #18 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"27.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"27.0000\",\"real_unit_cost\":\"27.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.0000\"},{\"id\":\"3382\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2985\",\"product_code\":\"3253569868643\",\"product_name\":\"LLAVE COLA\\/CORONA #19 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"28.4300\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.4300\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"28.4300\",\"real_unit_cost\":\"28.4300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4300\"},{\"id\":\"3383\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2986\",\"product_code\":\"3253569868650\",\"product_name\":\"LLAVE COLA\\/CORONA #20 STANLEY\",\"option_id\":null,\"net_unit_cost\":\"30.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"30.0000\",\"real_unit_cost\":\"30.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0000\"},{\"id\":\"3384\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2987\",\"product_code\":\"91712200086\",\"product_name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"44.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"44.5000\",\"real_unit_cost\":\"44.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.5000\"},{\"id\":\"3385\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2988\",\"product_code\":\"GE-0251\",\"product_name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"35.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"35.0000\",\"real_unit_cost\":\"35.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.0000\"},{\"id\":\"3386\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2989\",\"product_code\":\"7501206658871\",\"product_name\":\"LLAVE DE 1\\/2?? DE JARDIN DE ESFERA  PRET\",\"option_id\":null,\"net_unit_cost\":\"15.9500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.9500\",\"real_unit_cost\":\"15.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.9500\"},{\"id\":\"3387\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2990\",\"product_code\":\"02-290\",\"product_name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"3388\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2991\",\"product_code\":\"02-310\",\"product_name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"25.0300\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0300\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"25.0300\",\"real_unit_cost\":\"25.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0300\"},{\"id\":\"3389\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2992\",\"product_code\":\"91712200499\",\"product_name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"94.8500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"189.7000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"94.8500\",\"real_unit_cost\":\"94.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"94.8500\"},{\"id\":\"3390\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2993\",\"product_code\":\"19025\",\"product_name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"47.2200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"141.6600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"47.2200\",\"real_unit_cost\":\"47.2200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"47.2200\"},{\"id\":\"3391\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2994\",\"product_code\":\"6933528715610\",\"product_name\":\"LLAVE DE CRUZ DE 14\\\"\",\"option_id\":null,\"net_unit_cost\":\"34.4900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"34.4900\",\"real_unit_cost\":\"34.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.4900\"},{\"id\":\"3392\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2995\",\"product_code\":\"502243003\",\"product_name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"option_id\":null,\"net_unit_cost\":\"22.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"22.0000\",\"real_unit_cost\":\"22.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.0000\"},{\"id\":\"3393\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2996\",\"product_code\":\"102285\",\"product_name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"7.8500\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"94.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.8500\",\"real_unit_cost\":\"7.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8500\"},{\"id\":\"3394\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2997\",\"product_code\":\"SUVAL2\\\"\",\"product_name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"option_id\":null,\"net_unit_cost\":\"60.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"60.0000\",\"real_unit_cost\":\"60.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"60.0000\"},{\"id\":\"3395\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2998\",\"product_code\":\"400WOG\",\"product_name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"option_id\":null,\"net_unit_cost\":\"85.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"85.7500\",\"real_unit_cost\":\"85.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.7500\"},{\"id\":\"3396\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2999\",\"product_code\":\"6942713105945\",\"product_name\":\"LLAVE DE PILA 1\\/2 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"3397\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3000\",\"product_code\":\"411653\",\"product_name\":\"LLAVE DUCHA QUALITA\",\"option_id\":null,\"net_unit_cost\":\"59.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"59.0000\",\"real_unit_cost\":\"59.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.0000\"},{\"id\":\"3398\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3001\",\"product_code\":\"LLPDCLA\",\"product_name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"option_id\":null,\"net_unit_cost\":\"85.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"85.0000\",\"real_unit_cost\":\"85.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.0000\"},{\"id\":\"3399\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3002\",\"product_code\":\"FER000018\",\"product_name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"104.7900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"104.7900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"104.7900\",\"real_unit_cost\":\"104.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"104.7900\"},{\"id\":\"3400\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3003\",\"product_code\":\"7506240630470\",\"product_name\":\"LLAVE PARA JARDIN 1\\/2 PLASTICA PRETUL\",\"option_id\":null,\"net_unit_cost\":\"7.1800\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0800\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.1800\",\"real_unit_cost\":\"7.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1800\"},{\"id\":\"3401\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3004\",\"product_code\":\"6972753160765\",\"product_name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"24.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"24.0000\",\"real_unit_cost\":\"24.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.0000\"},{\"id\":\"3402\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3005\",\"product_code\":\"10295\",\"product_name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"3403\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3006\",\"product_code\":\"7501206692462\",\"product_name\":\"LLAVE PASO 1\\/2 VAL DE ESFERA  FOSET PALA\",\"option_id\":null,\"net_unit_cost\":\"23.9400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"143.6400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"23.9400\",\"real_unit_cost\":\"23.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.9400\"},{\"id\":\"3404\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3007\",\"product_code\":\"FER01945\",\"product_name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"option_id\":null,\"net_unit_cost\":\"24.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"24.0000\",\"real_unit_cost\":\"24.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.0000\"},{\"id\":\"3405\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3008\",\"product_code\":\"769409200113\",\"product_name\":\"MANERAL EXPERT STANDAR\",\"option_id\":null,\"net_unit_cost\":\"11.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.1500\",\"real_unit_cost\":\"11.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.1500\"},{\"id\":\"3406\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3009\",\"product_code\":\"6942713107277\",\"product_name\":\"MANERAL PARA RODILLO ALDOSA 5 ALAMBRES\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"3407\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3010\",\"product_code\":\"7501206656228\",\"product_name\":\"MANGUERA 3 CAPAS PREUTUL 20MTS\",\"option_id\":null,\"net_unit_cost\":\"90.7900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"181.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"90.7900\",\"real_unit_cost\":\"90.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.7900\"},{\"id\":\"3408\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3011\",\"product_code\":\"7404005010072\",\"product_name\":\"MANGUERA BELLO JARDIN 25 PS\",\"option_id\":null,\"net_unit_cost\":\"23.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"23.7500\",\"real_unit_cost\":\"23.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.7500\"},{\"id\":\"3409\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3012\",\"product_code\":\"7506487804726\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"option_id\":null,\"net_unit_cost\":\"157.1400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"157.1400\",\"real_unit_cost\":\"157.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"157.1400\"},{\"id\":\"3410\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3013\",\"product_code\":\"7506487804702\",\"product_name\":\"MANGUERA PARA JARDIN 50\",\"option_id\":null,\"net_unit_cost\":\"95.7100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"95.7100\",\"real_unit_cost\":\"95.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"95.7100\"},{\"id\":\"3411\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3014\",\"product_code\":\"7702007062182\",\"product_name\":\"MANI CERVECERO GRA NUTS\",\"option_id\":null,\"net_unit_cost\":\"5.1300\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.3000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.1300\",\"real_unit_cost\":\"5.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1300\"},{\"id\":\"3412\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3015\",\"product_code\":\"7441005711783\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"3413\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3016\",\"product_code\":\"721282403920\",\"product_name\":\"MANIAX FRITO LAY\",\"option_id\":null,\"net_unit_cost\":\"0.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.9000\",\"real_unit_cost\":\"0.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9000\"},{\"id\":\"3414\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3017\",\"product_code\":\"81537200811\",\"product_name\":\"MARINEROS.             .\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.9300\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"3415\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3018\",\"product_code\":\"110021000016\",\"product_name\":\"MARRO 2  LIBRAS VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"36.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"36.0000\",\"real_unit_cost\":\"36.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.0000\"},{\"id\":\"3416\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3019\",\"product_code\":\"7501206630396\",\"product_name\":\"MARRO DE 12 LIBRAS ALMAGANA\",\"option_id\":null,\"net_unit_cost\":\"189.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"189.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"189.1900\",\"real_unit_cost\":\"189.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"189.1900\"},{\"id\":\"3417\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3020\",\"product_code\":\"7501206630389\",\"product_name\":\"MARRO OCTAGONAL 10 LBS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"171.4500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"342.9000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"171.4500\",\"real_unit_cost\":\"171.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"171.4500\"},{\"id\":\"3418\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3021\",\"product_code\":\"7501206630303\",\"product_name\":\"MARRO OCTAGONAL DE 2 LBS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"32.9500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.9500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"32.9500\",\"real_unit_cost\":\"32.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.9500\"},{\"id\":\"3419\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3022\",\"product_code\":\"7501206630310\",\"product_name\":\"MARRO OCTAGONAL DE 3LBS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"62.0600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.1200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"62.0600\",\"real_unit_cost\":\"62.0600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"62.0600\"},{\"id\":\"3420\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3023\",\"product_code\":\"102301\",\"product_name\":\"MARTILLO ALDOSA 25 MM\",\"option_id\":null,\"net_unit_cost\":\"21.9500\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"241.4500\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.9500\",\"real_unit_cost\":\"21.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.9500\"},{\"id\":\"3421\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3024\",\"product_code\":\"102317\",\"product_name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"262.5000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"3422\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3025\",\"product_code\":\"7501206623862\",\"product_name\":\"MARTILLO TUBULAR TRUPER 16ONZ\",\"option_id\":null,\"net_unit_cost\":\"34.1700\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"205.0200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"34.1700\",\"real_unit_cost\":\"34.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.1700\"},{\"id\":\"3423\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3026\",\"product_code\":\"3LAYER MASCA\",\"product_name\":\"MASCARILLA 3M\",\"option_id\":null,\"net_unit_cost\":\"2.4800\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"119.0400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.4800\",\"real_unit_cost\":\"2.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4800\"},{\"id\":\"3424\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3027\",\"product_code\":\"FER00868\",\"product_name\":\"MASKING TAPE 1 3M\",\"option_id\":null,\"net_unit_cost\":\"7.7000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.4000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.7000\",\"real_unit_cost\":\"7.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7000\"},{\"id\":\"3425\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3028\",\"product_code\":\"7707314792166\",\"product_name\":\"MASKING TAPE 1 PULG. TESA\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"3426\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3029\",\"product_code\":\"7750373006903\",\"product_name\":\"MASKING TAPE 3\\/4 3M\",\"option_id\":null,\"net_unit_cost\":\"5.9500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"47.6000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.9500\",\"real_unit_cost\":\"5.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9500\"},{\"id\":\"3427\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3030\",\"product_code\":\"7506240620402\",\"product_name\":\"MAZO DE HULE 16 OZ PRETUL\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"113.1900\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"3428\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3031\",\"product_code\":\"750624062419\",\"product_name\":\"MAZO DE HULE 24 ONZ\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"87.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"3429\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3032\",\"product_code\":\"77070548\",\"product_name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"option_id\":null,\"net_unit_cost\":\"1.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.1500\",\"real_unit_cost\":\"1.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1500\"},{\"id\":\"3430\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3033\",\"product_code\":\"45242502646\",\"product_name\":\"METRO 5 M MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"160.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"3431\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3035\",\"product_code\":\"7501206673317\",\"product_name\":\"METRO CONTRA IMPAC 3 MTS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"12.1600\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.6400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.1600\",\"real_unit_cost\":\"12.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.1600\"},{\"id\":\"3432\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3036\",\"product_code\":\"7501206673324\",\"product_name\":\"METRO CONTRA IMPAC 5MTS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"21.6300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.6300\",\"real_unit_cost\":\"21.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.6300\"},{\"id\":\"3433\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3037\",\"product_code\":\"7501206673331\",\"product_name\":\"METRO CONTRA IMPAC 8 MTS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"40.6600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"40.6600\",\"real_unit_cost\":\"40.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.6600\"},{\"id\":\"3434\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3038\",\"product_code\":\"6942713105648\",\"product_name\":\"METRO CONTRA IMPACTO 7.5 MTS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"3435\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3039\",\"product_code\":\"MDL700\",\"product_name\":\"METRO LASER DE 20M\",\"option_id\":null,\"net_unit_cost\":\"192.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"192.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"192.5100\",\"real_unit_cost\":\"192.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"192.5100\"},{\"id\":\"3436\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3040\",\"product_code\":\"MDL740\",\"product_name\":\"METRO LASER GLP 40M\",\"option_id\":null,\"net_unit_cost\":\"276.5100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"276.5100\",\"real_unit_cost\":\"276.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"276.5100\"},{\"id\":\"3437\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3041\",\"product_code\":\"6933528717225\",\"product_name\":\"MINI CANGREJO 6.5\\\" 15280\",\"option_id\":null,\"net_unit_cost\":\"34.0900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"34.0900\",\"real_unit_cost\":\"34.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0900\"},{\"id\":\"3438\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3042\",\"product_code\":\"102275\",\"product_name\":\"MINI SNICKERS\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"3439\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3043\",\"product_code\":\"7501030448242\",\"product_name\":\"MINI TAKIS\",\"option_id\":null,\"net_unit_cost\":\"1.8800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.8800\",\"real_unit_cost\":\"1.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8800\"},{\"id\":\"3440\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3044\",\"product_code\":\"70847033967\",\"product_name\":\"MONSTER ENERGY MANGO LOCO\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"3441\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3045\",\"product_code\":\"ELE063\",\"product_name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"3442\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3046\",\"product_code\":\"45242534470\",\"product_name\":\"NABAJA PLEGABLE MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"3443\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3047\",\"product_code\":\"748757000330\",\"product_name\":\"NACHO Y JALAPE\",\"option_id\":null,\"net_unit_cost\":\"1.6700\",\"quantity\":\"63.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.2100\",\"quantity_balance\":\"63.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.6700\",\"real_unit_cost\":\"1.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"63.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6700\"},{\"id\":\"3444\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3048\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"158.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.1400\",\"quantity_balance\":\"158.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"158.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"3445\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3049\",\"product_code\":\"76174420753\",\"product_name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"option_id\":null,\"net_unit_cost\":\"84.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"84.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"84.0000\",\"real_unit_cost\":\"84.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"84.0000\"},{\"id\":\"3446\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3050\",\"product_code\":\"750120663147\",\"product_name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"9.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.5000\",\"real_unit_cost\":\"9.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5000\"},{\"id\":\"3447\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3051\",\"product_code\":\"ALF0019\",\"product_name\":\"NIVEL DE RESINA 12\\\"\",\"option_id\":null,\"net_unit_cost\":\"12.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.9000\",\"real_unit_cost\":\"12.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.9000\"},{\"id\":\"3448\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3052\",\"product_code\":\"102316\",\"product_name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"19.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.1500\",\"real_unit_cost\":\"19.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.1500\"},{\"id\":\"3449\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3053\",\"product_code\":\"6933528735496\",\"product_name\":\"NIVEL INDUSTRILA MAGNETICO 32\\\" 35113\",\"option_id\":null,\"net_unit_cost\":\"65.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"65.5000\",\"real_unit_cost\":\"65.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.5000\"},{\"id\":\"3450\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3054\",\"product_code\":\"6933528735472\",\"product_name\":\"NIVEL INDUTRIAL MAGNETICO 16\\\" 35111\",\"option_id\":null,\"net_unit_cost\":\"49.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"49.8500\",\"real_unit_cost\":\"49.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.8500\"},{\"id\":\"3451\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3055\",\"product_code\":\"7506240658412\",\"product_name\":\"NIVEL TORPEDO MAGNETICO DE 9\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"22.1300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.3900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"22.1300\",\"real_unit_cost\":\"22.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.1300\"},{\"id\":\"3452\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3056\",\"product_code\":\"7501206630426\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 24\\\" ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"71.6900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.6900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"71.6900\",\"real_unit_cost\":\"71.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.6900\"},{\"id\":\"3453\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3057\",\"product_code\":\"7501206635148\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 36\\\" ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"92.6200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.6200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"92.6200\",\"real_unit_cost\":\"92.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"92.6200\"},{\"id\":\"3454\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3058\",\"product_code\":\"7501206635155\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 48\\\" ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"107.9100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.9100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"107.9100\",\"real_unit_cost\":\"107.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"107.9100\"},{\"id\":\"3455\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3059\",\"product_code\":\"60\",\"product_name\":\"NYLON UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"1.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.0000\",\"real_unit_cost\":\"1.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0000\"},{\"id\":\"3456\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3060\",\"product_code\":\"56\",\"product_name\":\"OCTAVO SABORES.\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"338.0000\",\"quantity_balance\":\"52.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"52.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"3457\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3061\",\"product_code\":\"111\",\"product_name\":\"ORANGE DESECHABLE.         .\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"187.6500\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"3458\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3062\",\"product_code\":\"109\",\"product_name\":\"ORANGE JUMBO.   .\",\"option_id\":null,\"net_unit_cost\":\"13.0800\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"405.4800\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.0800\",\"real_unit_cost\":\"13.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0800\"},{\"id\":\"3459\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3063\",\"product_code\":\"104\",\"product_name\":\"ORANGE LATA. .\",\"option_id\":null,\"net_unit_cost\":\"2.6300\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.2400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.6300\",\"real_unit_cost\":\"2.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6300\"},{\"id\":\"3460\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3064\",\"product_code\":\"721282202394\",\"product_name\":\"PAKE TAXO MIX\",\"option_id\":null,\"net_unit_cost\":\"4.4500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.8000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.4500\",\"real_unit_cost\":\"4.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4500\"},{\"id\":\"3461\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3065\",\"product_code\":\"7501206634387\",\"product_name\":\"PALA CUADRADA MANGO LARGO PRETUL\",\"option_id\":null,\"net_unit_cost\":\"36.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"36.0000\",\"real_unit_cost\":\"36.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.0000\"},{\"id\":\"3462\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3066\",\"product_code\":\"7501892850214\",\"product_name\":\"PALA PUNTA CUADRADA SQUARE\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"3463\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3067\",\"product_code\":\"7501206613047\",\"product_name\":\"PALA REDONDA MANGO LARGO PRETUL\",\"option_id\":null,\"net_unit_cost\":\"41.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"123.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"41.2500\",\"real_unit_cost\":\"41.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.2500\"},{\"id\":\"3464\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3068\",\"product_code\":\"6942713106492\",\"product_name\":\"PALA S\\/CABO CUADRADA ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"26.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"26.3000\",\"real_unit_cost\":\"26.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.3000\"},{\"id\":\"3465\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3069\",\"product_code\":\"6942713106485\",\"product_name\":\"PALA S\\/CABO REDONDA ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"26.3000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.3000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"26.3000\",\"real_unit_cost\":\"26.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.3000\"},{\"id\":\"3466\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3070\",\"product_code\":\"7802800630318\",\"product_name\":\"PAPAS KRYSPO VARIOS SABORES\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"115.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"3467\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3071\",\"product_code\":\"102221\",\"product_name\":\"PAPEL ARCO IRIS CARTA\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"3468\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3072\",\"product_code\":\"102220\",\"product_name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"option_id\":null,\"net_unit_cost\":\"0.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.5000\",\"real_unit_cost\":\"0.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5000\"},{\"id\":\"3469\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3073\",\"product_code\":\"7416502201365\",\"product_name\":\"PAPEL ROSAL\",\"option_id\":null,\"net_unit_cost\":\"1.5400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.5400\",\"real_unit_cost\":\"1.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5400\"},{\"id\":\"3470\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3074\",\"product_code\":\"7441008126751\",\"product_name\":\"PAPEL SCOTT PLUS.\",\"option_id\":null,\"net_unit_cost\":\"1.8600\",\"quantity\":\"59.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"109.7400\",\"quantity_balance\":\"59.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.8600\",\"real_unit_cost\":\"1.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"59.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8600\"},{\"id\":\"3471\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3075\",\"product_code\":\"7401107800310\",\"product_name\":\"PAPEL STAFF JUNIOR\",\"option_id\":null,\"net_unit_cost\":\"1.1700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.1700\",\"real_unit_cost\":\"1.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1700\"},{\"id\":\"3472\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3076\",\"product_code\":\"T1101-047\",\"product_name\":\"PASADOR ALEMAN 3\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.3500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.3500\",\"real_unit_cost\":\"3.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3500\"},{\"id\":\"3473\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3077\",\"product_code\":\"100103000027\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"3474\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3078\",\"product_code\":\"100103000010\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/MARIPOSA 2\",\"option_id\":null,\"net_unit_cost\":\"4.9000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.9000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.9000\",\"real_unit_cost\":\"4.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.9000\"},{\"id\":\"3475\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3079\",\"product_code\":\"99176129745\",\"product_name\":\"PASTA COLGATE\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"3476\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3080\",\"product_code\":\"PVC00236\",\"product_name\":\"PEGA PVC 025 ML TANGIT\",\"option_id\":null,\"net_unit_cost\":\"12.6500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.9000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.6500\",\"real_unit_cost\":\"12.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.6500\"},{\"id\":\"3477\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3081\",\"product_code\":\"PVC287\",\"product_name\":\"PEGA PVC 050 ML TANGIT\",\"option_id\":null,\"net_unit_cost\":\"20.3500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"203.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.3500\",\"real_unit_cost\":\"20.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.3500\"},{\"id\":\"3478\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3082\",\"product_code\":\"7501199467108\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"option_id\":null,\"net_unit_cost\":\"25.8000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"361.2000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"25.8000\",\"real_unit_cost\":\"25.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.8000\"},{\"id\":\"3479\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3083\",\"product_code\":\"7401005903014\",\"product_name\":\"PEPSI 2 LITROS\",\"option_id\":null,\"net_unit_cost\":\"9.3800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.3800\",\"real_unit_cost\":\"9.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.3800\"},{\"id\":\"3480\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3084\",\"product_code\":\"65\",\"product_name\":\"PEPSI DESECHABLE Y SABORES  .\",\"option_id\":null,\"net_unit_cost\":\"4.2100\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"176.8200\",\"quantity_balance\":\"42.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.2100\",\"real_unit_cost\":\"4.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"42.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2100\"},{\"id\":\"3481\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3085\",\"product_code\":\"15\",\"product_name\":\"PEPSI LATA  .\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"104.0000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"3482\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3086\",\"product_code\":\"15199\",\"product_name\":\"PEPSI VIDRIO\",\"option_id\":null,\"net_unit_cost\":\"2.5800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.5400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.5800\",\"real_unit_cost\":\"2.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5800\"},{\"id\":\"3483\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3087\",\"product_code\":\"7506240630623\",\"product_name\":\"PINTURA AEROSOL METALICO PRETUL\",\"option_id\":null,\"net_unit_cost\":\"20.5500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"164.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.5500\",\"real_unit_cost\":\"20.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.5500\"},{\"id\":\"3484\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3088\",\"product_code\":\"6941428001801\",\"product_name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"11.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.9000\",\"real_unit_cost\":\"11.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9000\"},{\"id\":\"3485\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3089\",\"product_code\":\"76174841015\",\"product_name\":\"PINZA STANLEY 6\\\"\",\"option_id\":null,\"net_unit_cost\":\"42.7500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.7500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"42.7500\",\"real_unit_cost\":\"42.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.7500\"},{\"id\":\"3486\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3090\",\"product_code\":\"76174841022\",\"product_name\":\"PINZA STANLEY 8\\\"\",\"option_id\":null,\"net_unit_cost\":\"46.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"46.5000\",\"real_unit_cost\":\"46.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"46.5000\"},{\"id\":\"3487\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3091\",\"product_code\":\"FER000125\",\"product_name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"option_id\":null,\"net_unit_cost\":\"48.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"48.0000\",\"real_unit_cost\":\"48.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.0000\"},{\"id\":\"3488\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3092\",\"product_code\":\"7417000539714\",\"product_name\":\"PIOCHA IMACASA CON MANGO\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"3489\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3093\",\"product_code\":\"7893946104214\",\"product_name\":\"PISTOLA APLICADOR DE SILICON VONDER\",\"option_id\":null,\"net_unit_cost\":\"41.6500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"41.6500\",\"real_unit_cost\":\"41.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6500\"},{\"id\":\"3490\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2901\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"3491\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3095\",\"product_code\":\"8012199674346\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"3492\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3096\",\"product_code\":\"7702089162183\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"option_id\":null,\"net_unit_cost\":\"24.3300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"510.9300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"24.3300\",\"real_unit_cost\":\"24.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.3300\"},{\"id\":\"3493\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3097\",\"product_code\":\"8012199674063\",\"product_name\":\"PLACA PULSADOR DE TIMBRE\",\"option_id\":null,\"net_unit_cost\":\"23.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"23.0000\",\"real_unit_cost\":\"23.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.0000\"},{\"id\":\"3494\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3098\",\"product_code\":\"7702089161940\",\"product_name\":\"PLACA TOMACORRIENTE BTICINO DOBLE AP1228\",\"option_id\":null,\"net_unit_cost\":\"24.7600\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"321.8800\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"24.7600\",\"real_unit_cost\":\"24.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7600\"},{\"id\":\"3495\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3099\",\"product_code\":\"8012199674186\",\"product_name\":\"PLACA TRIPLE SWICH DOMINO P 1330 G. INDU\",\"option_id\":null,\"net_unit_cost\":\"16.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.0000\",\"real_unit_cost\":\"16.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0000\"},{\"id\":\"3496\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3100\",\"product_code\":\"8012199674407\",\"product_name\":\"PLACA TV BTICINO\",\"option_id\":null,\"net_unit_cost\":\"4.1300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.3900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.1300\",\"real_unit_cost\":\"4.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1300\"},{\"id\":\"3497\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3101\",\"product_code\":\"7441109000820\",\"product_name\":\"PLAFONERA AEGLE 1175 W BLANCO\",\"option_id\":null,\"net_unit_cost\":\"6.8700\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.6200\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.8700\",\"real_unit_cost\":\"6.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.8700\"},{\"id\":\"3498\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3102\",\"product_code\":\"12\",\"product_name\":\"PLAFONERA BTICINO\",\"option_id\":null,\"net_unit_cost\":\"13.7300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.7300\",\"real_unit_cost\":\"13.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.7300\"},{\"id\":\"3499\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3103\",\"product_code\":\"7506240676249\",\"product_name\":\"PLAMADO DE LATON TRUPER 24ONZ\",\"option_id\":null,\"net_unit_cost\":\"98.1600\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"98.1600\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"98.1600\",\"real_unit_cost\":\"98.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"98.1600\"},{\"id\":\"3500\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3104\",\"product_code\":\"VK0167\",\"product_name\":\"PLANCHA ALBA\",\"option_id\":null,\"net_unit_cost\":\"36.1800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.3600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"36.1800\",\"real_unit_cost\":\"36.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.1800\"},{\"id\":\"3501\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3105\",\"product_code\":\"7501206629321\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL  91\\/2\\\" * 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"30.0200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"30.0200\",\"real_unit_cost\":\"30.0200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0200\"},{\"id\":\"3502\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3106\",\"product_code\":\"7506240609971\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL 91\\/2\\\" * 7\\/16\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"3503\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3107\",\"product_code\":\"102360\",\"product_name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"option_id\":null,\"net_unit_cost\":\"19.8500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.8500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.8500\",\"real_unit_cost\":\"19.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.8500\"},{\"id\":\"3504\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3108\",\"product_code\":\"10279\",\"product_name\":\"PLANCHA PARA ALBA\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"3505\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3109\",\"product_code\":\"76174474640\",\"product_name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"option_id\":null,\"net_unit_cost\":\"75.1000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.2000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"75.1000\",\"real_unit_cost\":\"75.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"75.1000\"},{\"id\":\"3506\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3110\",\"product_code\":\"76174474404\",\"product_name\":\"PLOMADA YESO STANLEY 47-400\",\"option_id\":null,\"net_unit_cost\":\"55.6000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.6000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"55.6000\",\"real_unit_cost\":\"55.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.6000\"},{\"id\":\"3507\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3111\",\"product_code\":\"76174474602\",\"product_name\":\"PLOMADA YESO STANLEY 47-460\",\"option_id\":null,\"net_unit_cost\":\"64.0500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"64.0500\",\"real_unit_cost\":\"64.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0500\"},{\"id\":\"3508\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3112\",\"product_code\":\"7506240676232\",\"product_name\":\"PLOMADO DE LATON DE 16 ONZ TRUPER\",\"option_id\":null,\"net_unit_cost\":\"91.7600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"91.7600\",\"real_unit_cost\":\"91.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"91.7600\"},{\"id\":\"3509\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3113\",\"product_code\":\"300V-80\",\"product_name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"option_id\":null,\"net_unit_cost\":\"84.7000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"508.2000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"84.7000\",\"real_unit_cost\":\"84.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"84.7000\"},{\"id\":\"3510\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3114\",\"product_code\":\"7441003581487\",\"product_name\":\"POWER HIDRATANTE\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.2500\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"3511\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3115\",\"product_code\":\"7730716014529\",\"product_name\":\"POXIPOL SOLDADURA PLASTICA\",\"option_id\":null,\"net_unit_cost\":\"22.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"22.0000\",\"real_unit_cost\":\"22.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.0000\"},{\"id\":\"3512\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3116\",\"product_code\":\"AA823\\/120\",\"product_name\":\"PULIDORA GLP 9 2300W\",\"option_id\":null,\"net_unit_cost\":\"556.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"556.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"556.5000\",\"real_unit_cost\":\"556.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"556.5000\"},{\"id\":\"3513\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3117\",\"product_code\":\"15155\",\"product_name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"option_id\":null,\"net_unit_cost\":\"8.4600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.3000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.4600\",\"real_unit_cost\":\"8.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4600\"},{\"id\":\"3514\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3118\",\"product_code\":\"7501206631737\",\"product_name\":\"PUNTA PARA CONCRETO 3\\/4 X 30CM TRUPER\",\"option_id\":null,\"net_unit_cost\":\"18.0700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.2100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"18.0700\",\"real_unit_cost\":\"18.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0700\"},{\"id\":\"3515\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3119\",\"product_code\":\"7401005009129\",\"product_name\":\"QUETZALTECA LITRO.\",\"option_id\":null,\"net_unit_cost\":\"36.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"72.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"36.3000\",\"real_unit_cost\":\"36.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.3000\"},{\"id\":\"3516\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3120\",\"product_code\":\"7401000707723\",\"product_name\":\"RAPTOR\",\"option_id\":null,\"net_unit_cost\":\"5.1700\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.3100\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.1700\",\"real_unit_cost\":\"5.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1700\"},{\"id\":\"3517\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3121\",\"product_code\":\"7406189005998\",\"product_name\":\"RAPTOR 300ML\",\"option_id\":null,\"net_unit_cost\":\"2.4600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.3000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.4600\",\"real_unit_cost\":\"2.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4600\"},{\"id\":\"3518\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3122\",\"product_code\":\"7406189007732\",\"product_name\":\"RAPTOR DE 500 ML\",\"option_id\":null,\"net_unit_cost\":\"4.0500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.0500\",\"real_unit_cost\":\"4.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0500\"},{\"id\":\"3519\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3123\",\"product_code\":\"7406189003741\",\"product_name\":\"RAPTOR LATA     .\",\"option_id\":null,\"net_unit_cost\":\"4.5700\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.8300\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.5700\",\"real_unit_cost\":\"4.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5700\"},{\"id\":\"3520\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3124\",\"product_code\":\"70330000328\",\"product_name\":\"RASURADORA BIC 1 HOJA\",\"option_id\":null,\"net_unit_cost\":\"1.7300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.9500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.7300\",\"real_unit_cost\":\"1.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7300\"},{\"id\":\"3521\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3125\",\"product_code\":\"7501206634776\",\"product_name\":\"RAYADOR DE ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"25.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"25.0000\",\"real_unit_cost\":\"25.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0000\"},{\"id\":\"3522\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3126\",\"product_code\":\"9002490204006\",\"product_name\":\"RED BULL     .\",\"option_id\":null,\"net_unit_cost\":\"9.8500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.8500\",\"real_unit_cost\":\"9.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8500\"},{\"id\":\"3523\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3127\",\"product_code\":\"PVC00123\",\"product_name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.2000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"84.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.2000\",\"real_unit_cost\":\"4.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2000\"},{\"id\":\"3524\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3128\",\"product_code\":\"PVC00125\",\"product_name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"3525\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3129\",\"product_code\":\"PVC00122\",\"product_name\":\"REDUCIDOR 1 1\\/2-1\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"108.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"3526\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3130\",\"product_code\":\"PVC00126\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\",\"option_id\":null,\"net_unit_cost\":\"3.1300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.2600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.1300\",\"real_unit_cost\":\"3.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.1300\"},{\"id\":\"3527\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3131\",\"product_code\":\"PVC00127\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"3528\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3132\",\"product_code\":\"PVC00131\",\"product_name\":\"REDUCIDOR 1- 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.5300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.9500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.5300\",\"real_unit_cost\":\"1.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5300\"},{\"id\":\"3529\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3133\",\"product_code\":\"PVC00130\",\"product_name\":\"REDUCIDOR 1-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.2400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.8400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.2400\",\"real_unit_cost\":\"2.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2400\"},{\"id\":\"3530\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3134\",\"product_code\":\"PVC00141\",\"product_name\":\"REDUCIDOR 2 - 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.9500\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.3000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.9500\",\"real_unit_cost\":\"3.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9500\"},{\"id\":\"3531\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3135\",\"product_code\":\"PVC00136\",\"product_name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"195.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"3532\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3136\",\"product_code\":\"PVC00132\",\"product_name\":\"REDUCIDOR 2 1\\/2-1\",\"option_id\":null,\"net_unit_cost\":\"12.4800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.4800\",\"real_unit_cost\":\"12.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.4800\"},{\"id\":\"3533\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3137\",\"product_code\":\"PVC00137\",\"product_name\":\"REDUCIDOR 2-1\",\"option_id\":null,\"net_unit_cost\":\"3.0500\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.6500\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.0500\",\"real_unit_cost\":\"3.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0500\"},{\"id\":\"3534\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3138\",\"product_code\":\"PVC00140\",\"product_name\":\"REDUCIDOR 2-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.7100\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.9700\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.7100\",\"real_unit_cost\":\"2.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7100\"},{\"id\":\"3535\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3139\",\"product_code\":\"PVC143\",\"product_name\":\"REDUCIDOR 3- 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"32.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"32.0000\",\"real_unit_cost\":\"32.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.0000\"},{\"id\":\"3536\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3140\",\"product_code\":\"PVC144\",\"product_name\":\"REDUCIDOR 3-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"20.6500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.6500\",\"real_unit_cost\":\"20.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.6500\"},{\"id\":\"3537\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3141\",\"product_code\":\"PVC00142\",\"product_name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.8900\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9200\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8900\",\"real_unit_cost\":\"0.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8900\"},{\"id\":\"3538\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3142\",\"product_code\":\"102349\",\"product_name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"option_id\":null,\"net_unit_cost\":\"8.3900\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"151.0200\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.3900\",\"real_unit_cost\":\"8.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3900\"},{\"id\":\"3539\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3143\",\"product_code\":\"PVC00154\",\"product_name\":\"REDUCIDOR 4 - 3\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"3540\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3144\",\"product_code\":\"PVC00153\",\"product_name\":\"REDUCIDOR 4-2\",\"option_id\":null,\"net_unit_cost\":\"7.0500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0500\",\"real_unit_cost\":\"7.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0500\"},{\"id\":\"3541\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3145\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"option_id\":null,\"net_unit_cost\":\"14.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"14.9600\",\"real_unit_cost\":\"14.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.9600\"},{\"id\":\"3542\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3146\",\"product_code\":\"102111\",\"product_name\":\"REDUCIDOR DE 3-1\",\"option_id\":null,\"net_unit_cost\":\"30.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"30.0000\",\"real_unit_cost\":\"30.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.0000\"},{\"id\":\"3543\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3147\",\"product_code\":\"PVC00152\",\"product_name\":\"REDUCIDOR DR 3-2\",\"option_id\":null,\"net_unit_cost\":\"4.3900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.3900\",\"real_unit_cost\":\"4.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3900\"},{\"id\":\"3544\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3148\",\"product_code\":\"7441318805097\",\"product_name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"5.6000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.6000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.6000\",\"real_unit_cost\":\"5.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.6000\"},{\"id\":\"3545\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3149\",\"product_code\":\"pvc00128\",\"product_name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"3546\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3150\",\"product_code\":\"6942713105266\",\"product_name\":\"REGADERA ALDOSA REDONDA C\\/BRAZO\",\"option_id\":null,\"net_unit_cost\":\"42.0700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"378.6300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"42.0700\",\"real_unit_cost\":\"42.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.0700\"},{\"id\":\"3547\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3151\",\"product_code\":\"GE-0279\",\"product_name\":\"REGADERA PLASTICA BLANCA\",\"option_id\":null,\"net_unit_cost\":\"4.4000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"61.6000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.4000\",\"real_unit_cost\":\"4.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4000\"},{\"id\":\"3548\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3152\",\"product_code\":\"6942713106188\",\"product_name\":\"REGULADOR PARA GAS  1 CLIP\",\"option_id\":null,\"net_unit_cost\":\"25.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"25.2500\",\"real_unit_cost\":\"25.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2500\"},{\"id\":\"3549\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3153\",\"product_code\":\"6933528743002\",\"product_name\":\"REMACHADORA PROFECIONAL DE 10\\\" 43001\",\"option_id\":null,\"net_unit_cost\":\"28.3600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"28.3600\",\"real_unit_cost\":\"28.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.3600\"},{\"id\":\"3550\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3154\",\"product_code\":\"6933528743033\",\"product_name\":\"REMACHE POP 50 PZS 2*4*6MM 43005\",\"option_id\":null,\"net_unit_cost\":\"3.3100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.6200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.3100\",\"real_unit_cost\":\"3.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3100\"},{\"id\":\"3551\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3155\",\"product_code\":\"7506240617785\",\"product_name\":\"REMOVEDOR DE PINTURA TRUPER 15824\",\"option_id\":null,\"net_unit_cost\":\"40.8300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"204.1500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"40.8300\",\"real_unit_cost\":\"40.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.8300\"},{\"id\":\"3552\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3156\",\"product_code\":\"7506240672531\",\"product_name\":\"REMOVEDOR P\\/MORTERO TRUPER 11975\",\"option_id\":null,\"net_unit_cost\":\"44.6700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"402.0300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"44.6700\",\"real_unit_cost\":\"44.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.6700\"},{\"id\":\"3553\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3157\",\"product_code\":\"10299\",\"product_name\":\"REPOSADERA 2 P ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"3554\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3158\",\"product_code\":\"GRI001475\",\"product_name\":\"REPOSADERA 3  ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"13.6700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"136.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.6700\",\"real_unit_cost\":\"13.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.6700\"},{\"id\":\"3555\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3159\",\"product_code\":\"102146\",\"product_name\":\"REPOSADERA 4*4? ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"3556\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3160\",\"product_code\":\"FER000012\",\"product_name\":\"REPOSADERA BRONCE 3*3\",\"option_id\":null,\"net_unit_cost\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"65.0000\",\"real_unit_cost\":\"65.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"65.0000\"},{\"id\":\"3557\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3161\",\"product_code\":\"7506240645153\",\"product_name\":\"REPUESTO RODILLO, FELPA 9\\\", TRUPER MICRO\",\"option_id\":null,\"net_unit_cost\":\"10.6500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"74.5500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.6500\",\"real_unit_cost\":\"10.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6500\"},{\"id\":\"3558\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3162\",\"product_code\":\"7501206699171\",\"product_name\":\"RESUMIDERO  CUADRADO FOSET 4*4\",\"option_id\":null,\"net_unit_cost\":\"31.4600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"62.9200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"31.4600\",\"real_unit_cost\":\"31.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.4600\"},{\"id\":\"3559\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3163\",\"product_code\":\"81537201405\",\"product_name\":\"REVIVE 600 ML\",\"option_id\":null,\"net_unit_cost\":\"4.8600\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.7600\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.8600\",\"real_unit_cost\":\"4.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8600\"},{\"id\":\"3560\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3164\",\"product_code\":\"7406189008128\",\"product_name\":\"REVIVE FRUTIPONCH\",\"option_id\":null,\"net_unit_cost\":\"1.5100\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.3200\",\"quantity_balance\":\"32.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.5100\",\"real_unit_cost\":\"1.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"32.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5100\"},{\"id\":\"3561\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3165\",\"product_code\":\"7401005001864\",\"product_name\":\"RON BOTRAN XL BOTELLA..\",\"option_id\":null,\"net_unit_cost\":\"39.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"156.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"39.0000\",\"real_unit_cost\":\"39.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.0000\"},{\"id\":\"3562\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3166\",\"product_code\":\"7401005001857\",\"product_name\":\"RON BOTRAN XL MEDIA BOTELLA..\",\"option_id\":null,\"net_unit_cost\":\"22.2500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.7500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"22.2500\",\"real_unit_cost\":\"22.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.2500\"},{\"id\":\"3563\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3167\",\"product_code\":\"7401005008597\",\"product_name\":\"RON ZACAPA CENTENARIO\",\"option_id\":null,\"net_unit_cost\":\"261.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"261.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"261.2500\",\"real_unit_cost\":\"261.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"261.2500\"},{\"id\":\"3564\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3168\",\"product_code\":\"7401005013416\",\"product_name\":\"RON ZACAPA CENTENARIO 350ML\",\"option_id\":null,\"net_unit_cost\":\"145.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"145.0000\",\"real_unit_cost\":\"145.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"145.0000\"},{\"id\":\"3565\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3169\",\"product_code\":\"7506240641841\",\"product_name\":\"ROTOMARTILLO 1\\/2 PROF. TRUPER\",\"option_id\":null,\"net_unit_cost\":\"208.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"208.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"208.1900\",\"real_unit_cost\":\"208.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"208.1900\"},{\"id\":\"3566\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3170\",\"product_code\":\"6933528788973\",\"product_name\":\"ROTOMARTILLO INALAMBRICO 3\\/8 792152\",\"option_id\":null,\"net_unit_cost\":\"750.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"750.0000\",\"real_unit_cost\":\"750.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"750.0000\"},{\"id\":\"3567\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3171\",\"product_code\":\"pvc00124\",\"product_name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"3568\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3172\",\"product_code\":\"98\",\"product_name\":\"SABRITAS.           .\",\"option_id\":null,\"net_unit_cost\":\"3.5300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.7700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.5300\",\"real_unit_cost\":\"3.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5300\"},{\"id\":\"3569\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3173\",\"product_code\":\"4711678071365\",\"product_name\":\"SACAPUNTAS PLAST THUMB  Y-PLUS\",\"option_id\":null,\"net_unit_cost\":\"0.5400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.1600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.5400\",\"real_unit_cost\":\"0.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5400\"},{\"id\":\"3570\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3174\",\"product_code\":\"74410187\",\"product_name\":\"SAL ANDREWS\",\"option_id\":null,\"net_unit_cost\":\"1.0900\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.7100\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.0900\",\"real_unit_cost\":\"1.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0900\"},{\"id\":\"3571\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3175\",\"product_code\":\"7501728194499\",\"product_name\":\"SAPITO P\\/TANQUE SANITARIO VARIOS COLORES\",\"option_id\":null,\"net_unit_cost\":\"6.4000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.4000\",\"real_unit_cost\":\"6.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4000\"},{\"id\":\"3572\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3176\",\"product_code\":\"7441002707529\",\"product_name\":\"SCOTCH BRITE ESPONJA DOBLE USO  2080\",\"option_id\":null,\"net_unit_cost\":\"0.6700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.6700\",\"real_unit_cost\":\"0.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6700\"},{\"id\":\"3573\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3177\",\"product_code\":\"7441002706522\",\"product_name\":\"SCOTCH BRITE FIBRA VERDE ECONOMICA\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"3574\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3178\",\"product_code\":\"47501206642106\",\"product_name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"option_id\":null,\"net_unit_cost\":\"5.7200\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"200.2000\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.7200\",\"real_unit_cost\":\"5.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7200\"},{\"id\":\"3575\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3179\",\"product_code\":\"VK0785\",\"product_name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"option_id\":null,\"net_unit_cost\":\"9.9000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.9000\",\"real_unit_cost\":\"9.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.9000\"},{\"id\":\"3576\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3180\",\"product_code\":\"750126677759\",\"product_name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"option_id\":null,\"net_unit_cost\":\"28.9600\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"289.6000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"28.9600\",\"real_unit_cost\":\"28.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.9600\"},{\"id\":\"3577\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3181\",\"product_code\":\"7506240602088\",\"product_name\":\"SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER\",\"option_id\":null,\"net_unit_cost\":\"16.9800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.9800\",\"real_unit_cost\":\"16.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9800\"},{\"id\":\"3578\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3182\",\"product_code\":\"7441005702200\",\"product_name\":\"SEMILLAS PRO MIXTAS 80G\",\"option_id\":null,\"net_unit_cost\":\"7.1300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.1300\",\"real_unit_cost\":\"7.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1300\"},{\"id\":\"3579\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3183\",\"product_code\":\"7501206628515\",\"product_name\":\"SEPARADOR DE LOSETA  DE 2.0 MM TRUPER\",\"option_id\":null,\"net_unit_cost\":\"6.5600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.3600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.5600\",\"real_unit_cost\":\"6.5600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5600\"},{\"id\":\"3580\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3184\",\"product_code\":\"102304\",\"product_name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"23.7000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"23.7000\",\"real_unit_cost\":\"23.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.7000\"},{\"id\":\"3581\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3185\",\"product_code\":\"747752155601\",\"product_name\":\"SERRUCHO STANLEY PROFESIONAL 22\\\"\",\"option_id\":null,\"net_unit_cost\":\"45.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"45.0000\",\"real_unit_cost\":\"45.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.0000\"},{\"id\":\"3582\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3186\",\"product_code\":\"81537305226\",\"product_name\":\"SE\",\"option_id\":null,\"net_unit_cost\":\"0.8600\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.2000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8600\",\"real_unit_cost\":\"0.8600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8600\"},{\"id\":\"3583\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3187\",\"product_code\":\"7501056336578\",\"product_name\":\"SHAMPO SOBRE  .\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.2900\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"3584\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3188\",\"product_code\":\"W185\\/1\\/120\",\"product_name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"option_id\":null,\"net_unit_cost\":\"402.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"402.5000\",\"real_unit_cost\":\"402.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"402.5000\"},{\"id\":\"3585\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3189\",\"product_code\":\"6933528789017\",\"product_name\":\"SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W\",\"option_id\":null,\"net_unit_cost\":\"455.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"455.0000\",\"real_unit_cost\":\"455.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"455.0000\"},{\"id\":\"3586\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3190\",\"product_code\":\"FER01143\",\"product_name\":\"SIERRA FINA SANDFLEX 1224\",\"option_id\":null,\"net_unit_cost\":\"7.7500\",\"quantity\":\"97.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"751.7500\",\"quantity_balance\":\"97.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.7500\",\"real_unit_cost\":\"7.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"97.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7500\"},{\"id\":\"3587\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3191\",\"product_code\":\"7501206620908\",\"product_name\":\"SIERRA P\\/MADERA 24 DIENTES TRUPER 7 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"34.4600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"34.4600\",\"real_unit_cost\":\"34.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.4600\"},{\"id\":\"3588\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3192\",\"product_code\":\"7501206620915\",\"product_name\":\"SIERRA P\\/MADERA 40 DIENTES TRUPER 7 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"39.0900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"39.0900\",\"real_unit_cost\":\"39.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.0900\"},{\"id\":\"3589\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3193\",\"product_code\":\"COS14\\/1\\/120\",\"product_name\":\"SIERRA TRONZADORA 14-2000W\",\"option_id\":null,\"net_unit_cost\":\"619.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"619.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"619.5000\",\"real_unit_cost\":\"619.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"619.5000\"},{\"id\":\"3590\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3194\",\"product_code\":\"CS814\\/3\\/120\",\"product_name\":\"SIERRA TROZADORA 14-2400W\",\"option_id\":null,\"net_unit_cost\":\"850.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"850.5000\",\"real_unit_cost\":\"850.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"850.5000\"},{\"id\":\"3591\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3195\",\"product_code\":\"7501728197766\",\"product_name\":\"SIFON FLEXIBLE LAVAMANOS 1 1\\/4 FAMA\",\"option_id\":null,\"net_unit_cost\":\"25.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"25.5000\",\"real_unit_cost\":\"25.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.5000\"},{\"id\":\"3592\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3196\",\"product_code\":\"411868\",\"product_name\":\"SIFON PARA LAVAMANOS QUALITA\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"95.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"3593\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3197\",\"product_code\":\"7501908402871\",\"product_name\":\"SIKA LATEX -N 1.2 LT\",\"option_id\":null,\"net_unit_cost\":\"39.9700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"119.9100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"39.9700\",\"real_unit_cost\":\"39.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.9700\"},{\"id\":\"3594\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3198\",\"product_code\":\"7406141000344\",\"product_name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"option_id\":null,\"net_unit_cost\":\"117.8000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"353.4000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"117.8000\",\"real_unit_cost\":\"117.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"117.8000\"},{\"id\":\"3595\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3199\",\"product_code\":\"33886000390\",\"product_name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"option_id\":null,\"net_unit_cost\":\"43.2300\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"518.7600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"43.2300\",\"real_unit_cost\":\"43.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.2300\"},{\"id\":\"3596\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3200\",\"product_code\":\"7756962003636\",\"product_name\":\"SIKASIL E VARIOS 280ML\",\"option_id\":null,\"net_unit_cost\":\"17.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"17.0000\",\"real_unit_cost\":\"17.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.0000\"},{\"id\":\"3597\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3201\",\"product_code\":\"7406027034937\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"3598\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3202\",\"product_code\":\"7406027034913\",\"product_name\":\"SILICON LIQUIDO 30 ML\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"3599\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3203\",\"product_code\":\"7406027034920\",\"product_name\":\"SILICON LIQUIDO 60 ML FAST\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"3600\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3204\",\"product_code\":\"7702045342031\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"3601\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3205\",\"product_code\":\"7702045342062\",\"product_name\":\"SILICON LOCTITE ROJO RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"3602\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3206\",\"product_code\":\"7702045342048\",\"product_name\":\"SILICON LOCTITE TRANSPARENTE RTV 70ML\",\"option_id\":null,\"net_unit_cost\":\"16.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.5000\",\"real_unit_cost\":\"16.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5000\"},{\"id\":\"3603\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3207\",\"product_code\":\"7441012297379\",\"product_name\":\"SILICON NAIS ROCEADOR AZUL 236 ML\",\"option_id\":null,\"net_unit_cost\":\"25.8200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"25.8200\",\"real_unit_cost\":\"25.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.8200\"},{\"id\":\"3604\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3208\",\"product_code\":\"77472141340\",\"product_name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"option_id\":null,\"net_unit_cost\":\"24.8500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.4000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"24.8500\",\"real_unit_cost\":\"24.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.8500\"},{\"id\":\"3605\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3209\",\"product_code\":\"7401007321021\",\"product_name\":\"SISTA TAPAGOTERAS 1\\/16 GALON\",\"option_id\":null,\"net_unit_cost\":\"22.7000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"22.7000\",\"real_unit_cost\":\"22.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.7000\"},{\"id\":\"3606\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3210\",\"product_code\":\"7450007492101\",\"product_name\":\"SOBRE DE BRILLANTINA\",\"option_id\":null,\"net_unit_cost\":\"0.5500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.8000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.5500\",\"real_unit_cost\":\"0.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5500\"},{\"id\":\"3607\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3211\",\"product_code\":\"7441109000677\",\"product_name\":\"SOCKET DE INTERPERIE EAGLE NO. 1045\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"3608\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3212\",\"product_code\":\"52\",\"product_name\":\"SOPAS INSTANTANEAS .\",\"option_id\":null,\"net_unit_cost\":\"3.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.3300\",\"real_unit_cost\":\"3.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3300\"},{\"id\":\"3609\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3213\",\"product_code\":\"ELE055\",\"product_name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"option_id\":null,\"net_unit_cost\":\"3.9000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.2000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.9000\",\"real_unit_cost\":\"3.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9000\"},{\"id\":\"3610\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3214\",\"product_code\":\"769409155765\",\"product_name\":\"SPRAY CORONA  VARIEDAD COLORES\",\"option_id\":null,\"net_unit_cost\":\"12.3200\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"197.1200\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.3200\",\"real_unit_cost\":\"12.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.3200\"},{\"id\":\"3611\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3215\",\"product_code\":\"7501033920110\",\"product_name\":\"SUERO PEDIALITE\",\"option_id\":null,\"net_unit_cost\":\"9.2700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.2700\",\"real_unit_cost\":\"9.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.2700\"},{\"id\":\"3612\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3216\",\"product_code\":\"21200964749\",\"product_name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"option_id\":null,\"net_unit_cost\":\"17.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"17.9000\",\"real_unit_cost\":\"17.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.9000\"},{\"id\":\"3613\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3217\",\"product_code\":\"21200212109\",\"product_name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"option_id\":null,\"net_unit_cost\":\"55.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"55.9000\",\"real_unit_cost\":\"55.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.9000\"},{\"id\":\"3614\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3218\",\"product_code\":\"7501199424491\",\"product_name\":\"SUPER BONDER MINI DUO 1G C\\/U LOCTITE\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"3615\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3219\",\"product_code\":\"7891200313846\",\"product_name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"option_id\":null,\"net_unit_cost\":\"11.5000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.5000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.5000\",\"real_unit_cost\":\"11.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5000\"},{\"id\":\"3616\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3220\",\"product_code\":\"85051000421\",\"product_name\":\"SUPER ECONOMY TYPE A\",\"option_id\":null,\"net_unit_cost\":\"17.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"192.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"17.5000\",\"real_unit_cost\":\"17.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.5000\"},{\"id\":\"3617\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3221\",\"product_code\":\"7702089162145\",\"product_name\":\"SWITCH SENCILLO SOBREPONER 125V\",\"option_id\":null,\"net_unit_cost\":\"25.2400\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"227.1600\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"25.2400\",\"real_unit_cost\":\"25.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2400\"},{\"id\":\"3618\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3222\",\"product_code\":\"8012199645810\",\"product_name\":\"SWITCH\\/PONER SENCILLO P52 BTICINO\",\"option_id\":null,\"net_unit_cost\":\"7.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.2500\",\"real_unit_cost\":\"7.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2500\"},{\"id\":\"3619\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3223\",\"product_code\":\"1\",\"product_name\":\"TABCIN.\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.9400\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"3620\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3224\",\"product_code\":\"783164208306\",\"product_name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"option_id\":null,\"net_unit_cost\":\"170.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"170.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"170.1500\",\"real_unit_cost\":\"170.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"170.1500\"},{\"id\":\"3621\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3225\",\"product_code\":\"TA002\",\"product_name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"option_id\":null,\"net_unit_cost\":\"36.1400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"36.1400\",\"real_unit_cost\":\"36.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.1400\"},{\"id\":\"3622\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3226\",\"product_code\":\"DW508S-B3\",\"product_name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"option_id\":null,\"net_unit_cost\":\"696.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"696.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"696.0000\",\"real_unit_cost\":\"696.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"696.0000\"},{\"id\":\"3623\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3227\",\"product_code\":\"TP813\\/3\",\"product_name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"option_id\":null,\"net_unit_cost\":\"455.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"455.0000\",\"real_unit_cost\":\"455.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"455.0000\"},{\"id\":\"3624\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3228\",\"product_code\":\"TP913\\/4\",\"product_name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"option_id\":null,\"net_unit_cost\":\"416.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"416.5000\",\"real_unit_cost\":\"416.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"416.5000\"},{\"id\":\"3625\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3229\",\"product_code\":\"5374-20\",\"product_name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"650.3000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"650.3000\",\"real_unit_cost\":\"650.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"650.3000\"},{\"id\":\"3626\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3230\",\"product_code\":\"7401000705026\",\"product_name\":\"TAMPICO 1\\/2 LITRO     .\",\"option_id\":null,\"net_unit_cost\":\"2.4400\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"80.5200\",\"quantity_balance\":\"33.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.4400\",\"real_unit_cost\":\"2.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"33.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4400\"},{\"id\":\"3627\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3231\",\"product_code\":\"7401000705019\",\"product_name\":\"TAMPICO VASO.    .\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"3628\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3232\",\"product_code\":\"7622210863690\",\"product_name\":\"TANG FRUIT PONCH 20G\",\"option_id\":null,\"net_unit_cost\":\"1.2000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.4000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.2000\",\"real_unit_cost\":\"1.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2000\"},{\"id\":\"3629\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3233\",\"product_code\":\"7501199465104\",\"product_name\":\"TANGIT 125 ML\",\"option_id\":null,\"net_unit_cost\":\"29.9000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"358.8000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"29.9000\",\"real_unit_cost\":\"29.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"29.9000\"},{\"id\":\"3630\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3234\",\"product_code\":\"7501199465418\",\"product_name\":\"TANGIT 240 ML\",\"option_id\":null,\"net_unit_cost\":\"53.8000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"269.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"53.8000\",\"real_unit_cost\":\"53.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"53.8000\"},{\"id\":\"3631\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3235\",\"product_code\":\"7501199465128\",\"product_name\":\"TANGIT 475 ML\",\"option_id\":null,\"net_unit_cost\":\"91.8500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"91.8500\",\"real_unit_cost\":\"91.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"91.8500\"},{\"id\":\"3632\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3236\",\"product_code\":\"7501199465555\",\"product_name\":\"TANGIT 950 ML\",\"option_id\":null,\"net_unit_cost\":\"148.9000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"297.8000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"148.9000\",\"real_unit_cost\":\"148.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"148.9000\"},{\"id\":\"3633\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3237\",\"product_code\":\"FER0015\",\"product_name\":\"TAPADERA DE SANITARIO ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"40.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"40.0000\",\"real_unit_cost\":\"40.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"40.0000\"},{\"id\":\"3634\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3238\",\"product_code\":\"PVC00161\",\"product_name\":\"TAPON 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"3635\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3239\",\"product_code\":\"PVC00164\",\"product_name\":\"TAPON 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"3636\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3240\",\"product_code\":\"102290\",\"product_name\":\"TAPON 1\\/2 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"3637\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3241\",\"product_code\":\"PVC00168\",\"product_name\":\"TAPON 2\",\"option_id\":null,\"net_unit_cost\":\"3.9900\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"103.7400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.9900\",\"real_unit_cost\":\"3.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9900\"},{\"id\":\"3638\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3242\",\"product_code\":\"102252\",\"product_name\":\"TAPON 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.8900\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.0300\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.8900\",\"real_unit_cost\":\"4.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8900\"},{\"id\":\"3639\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3243\",\"product_code\":\"PVC00158\",\"product_name\":\"TAPON H 1\",\"option_id\":null,\"net_unit_cost\":\"0.9900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.9700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.9900\",\"real_unit_cost\":\"0.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9900\"},{\"id\":\"3640\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3244\",\"product_code\":\"PVC00159\",\"product_name\":\"TAPON H 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"3641\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3245\",\"product_code\":\"PVC00171\",\"product_name\":\"TAPON H 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.4600\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.1800\",\"quantity_balance\":\"33.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.4600\",\"real_unit_cost\":\"1.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"33.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4600\"},{\"id\":\"3642\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3246\",\"product_code\":\"10205\",\"product_name\":\"TAPON H DR 3\",\"option_id\":null,\"net_unit_cost\":\"2.7900\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"83.7000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.7900\",\"real_unit_cost\":\"2.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7900\"},{\"id\":\"3643\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3247\",\"product_code\":\"102347\",\"product_name\":\"TAPON HEMBRA 3 PSI\",\"option_id\":null,\"net_unit_cost\":\"28.4700\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"882.5700\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"28.4700\",\"real_unit_cost\":\"28.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4700\"},{\"id\":\"3644\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3248\",\"product_code\":\"7501206674253\",\"product_name\":\"TARUGO  PLASTICO  5\\/16 FIERO CAFE\",\"option_id\":null,\"net_unit_cost\":\"8.3100\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.2400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.3100\",\"real_unit_cost\":\"8.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3100\"},{\"id\":\"3645\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3249\",\"product_code\":\"VK0841\",\"product_name\":\"TARUGO PLASTICO 3\\/16\\\"  VIKINGO 100 UNID\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"3646\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3250\",\"product_code\":\"7501206674260\",\"product_name\":\"TARUGO PLASTICO AZUL 3\\/8 FIERO\",\"option_id\":null,\"net_unit_cost\":\"12.4700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.4100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.4700\",\"real_unit_cost\":\"12.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.4700\"},{\"id\":\"3647\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3251\",\"product_code\":\"VK0840\",\"product_name\":\"TARUGO PLASTICO DE 1\\/4\\\" VIKINGO 100 UNI\",\"option_id\":null,\"net_unit_cost\":\"5.4300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.7200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.4300\",\"real_unit_cost\":\"5.4300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4300\"},{\"id\":\"3648\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3252\",\"product_code\":\"7501206674246\",\"product_name\":\"TARUGO PLATICO FIERO 1\\/4  ROJO\",\"option_id\":null,\"net_unit_cost\":\"5.7100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.2600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.7100\",\"real_unit_cost\":\"5.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7100\"},{\"id\":\"3649\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3253\",\"product_code\":\"FER039\",\"product_name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2\",\"option_id\":null,\"net_unit_cost\":\"0.3500\",\"quantity\":\"118.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.3000\",\"quantity_balance\":\"118.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.3500\",\"real_unit_cost\":\"0.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"118.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3500\"},{\"id\":\"3650\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3254\",\"product_code\":\"FER068\",\"product_name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.0800\",\"quantity\":\"387.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.9600\",\"quantity_balance\":\"387.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.0800\",\"real_unit_cost\":\"0.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"387.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0800\"},{\"id\":\"3651\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3255\",\"product_code\":\"7406189009859\",\"product_name\":\"TE BLANCO + JUGO MELOCOTON DEL FRUTAL\",\"option_id\":null,\"net_unit_cost\":\"3.7700\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.0100\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.7700\",\"real_unit_cost\":\"3.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7700\"},{\"id\":\"3652\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3256\",\"product_code\":\"7401005910180\",\"product_name\":\"TE FRIO LIPTON 500 ML\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.1900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"3653\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3257\",\"product_code\":\"PVC00186\",\"product_name\":\"TEE 1\",\"option_id\":null,\"net_unit_cost\":\"2.4900\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.7600\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.4900\",\"real_unit_cost\":\"2.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4900\"},{\"id\":\"3654\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3258\",\"product_code\":\"PVC00187\",\"product_name\":\"TEE 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"6.6300\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.4500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.6300\",\"real_unit_cost\":\"6.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.6300\"},{\"id\":\"3655\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3259\",\"product_code\":\"PVC00189\",\"product_name\":\"TEE 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.9500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.2000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.9500\",\"real_unit_cost\":\"4.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.9500\"},{\"id\":\"3656\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3260\",\"product_code\":\"PVC00192\",\"product_name\":\"TEE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.6000\",\"quantity\":\"74.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"118.4000\",\"quantity_balance\":\"74.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.6000\",\"real_unit_cost\":\"1.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"74.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6000\"},{\"id\":\"3657\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3261\",\"product_code\":\"102149\",\"product_name\":\"TEE 2 1\\/2 PVC\",\"option_id\":null,\"net_unit_cost\":\"19.9400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"159.5200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.9400\",\"real_unit_cost\":\"19.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.9400\"},{\"id\":\"3658\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3262\",\"product_code\":\"PVC00199\",\"product_name\":\"TEE 2 DR\",\"option_id\":null,\"net_unit_cost\":\"6.1300\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"226.8100\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.1300\",\"real_unit_cost\":\"6.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1300\"},{\"id\":\"3659\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3263\",\"product_code\":\"102148\",\"product_name\":\"TEE 2\\\" PVC\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"3660\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3264\",\"product_code\":\"PVC00201\",\"product_name\":\"TEE 3 DR\",\"option_id\":null,\"net_unit_cost\":\"11.7900\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.0600\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.7900\",\"real_unit_cost\":\"11.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7900\"},{\"id\":\"3661\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3265\",\"product_code\":\"102147\",\"product_name\":\"TEE 3\\\" PVC\",\"option_id\":null,\"net_unit_cost\":\"26.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"53.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"26.7500\",\"real_unit_cost\":\"26.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.7500\"},{\"id\":\"3662\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3266\",\"product_code\":\"PVC00202\",\"product_name\":\"TEE 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.0100\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.3600\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.0100\",\"real_unit_cost\":\"1.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0100\"},{\"id\":\"3663\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3267\",\"product_code\":\"PVC00207\",\"product_name\":\"TEE 4 DR\",\"option_id\":null,\"net_unit_cost\":\"33.0900\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"827.2500\",\"quantity_balance\":\"25.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"33.0900\",\"real_unit_cost\":\"33.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"25.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"33.0900\"},{\"id\":\"3664\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3268\",\"product_code\":\"102249\",\"product_name\":\"TEE C\\/R 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"3665\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3269\",\"product_code\":\"102248\",\"product_name\":\"TEE C\\/R 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"3666\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3270\",\"product_code\":\"PVC00208\",\"product_name\":\"TEE PVC DE 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"43.9900\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"615.8600\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"43.9900\",\"real_unit_cost\":\"43.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.9900\"},{\"id\":\"3667\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3271\",\"product_code\":\"GRI00213\",\"product_name\":\"TEFLON 1\",\"option_id\":null,\"net_unit_cost\":\"1.7900\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.5400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.7900\",\"real_unit_cost\":\"1.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7900\"},{\"id\":\"3668\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3272\",\"product_code\":\"102309\",\"product_name\":\"TEFLON 1\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"2.2800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.5600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.2800\",\"real_unit_cost\":\"2.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2800\"},{\"id\":\"3669\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3273\",\"product_code\":\"GRI00214\",\"product_name\":\"TEFLON 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.9800\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.8600\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.9800\",\"real_unit_cost\":\"0.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9800\"},{\"id\":\"3670\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3274\",\"product_code\":\"102308\",\"product_name\":\"TEFLON 1\\/2  ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"1.4800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.4800\",\"real_unit_cost\":\"1.4800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4800\"},{\"id\":\"3671\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3275\",\"product_code\":\"GRI00215\",\"product_name\":\"TEFLON 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.0200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.0600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.0200\",\"real_unit_cost\":\"2.0200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0200\"},{\"id\":\"3672\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3276\",\"product_code\":\"12310\",\"product_name\":\"TEFLON 3\\/4 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"3673\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3277\",\"product_code\":\"10040\",\"product_name\":\"TENACIN\",\"option_id\":null,\"net_unit_cost\":\"26.7900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"26.7900\",\"real_unit_cost\":\"26.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.7900\"},{\"id\":\"3674\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3278\",\"product_code\":\"6933528710806\",\"product_name\":\"TENACION INDUSTRIAL DE 8\\\" 10039\",\"option_id\":null,\"net_unit_cost\":\"23.5500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"23.5500\",\"real_unit_cost\":\"23.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.5500\"},{\"id\":\"3675\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3279\",\"product_code\":\"102305\",\"product_name\":\"TENAZA DE 10\'\' ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"62.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"3676\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3280\",\"product_code\":\"102306\",\"product_name\":\"TENAZA DE 9\\\" ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"15.2100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.2100\",\"real_unit_cost\":\"15.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.2100\"},{\"id\":\"3677\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3281\",\"product_code\":\"VK0096\",\"product_name\":\"TENAZIN DE 9\\\" VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"16.9000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.9000\",\"real_unit_cost\":\"16.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9000\"},{\"id\":\"3678\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3282\",\"product_code\":\"80686832010\",\"product_name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"option_id\":null,\"net_unit_cost\":\"90.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"90.0000\",\"real_unit_cost\":\"90.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.0000\"},{\"id\":\"3679\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3283\",\"product_code\":\"7501206626115\",\"product_name\":\"TIJERA DE AVIACION  18531\",\"option_id\":null,\"net_unit_cost\":\"93.4000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"93.4000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"93.4000\",\"real_unit_cost\":\"93.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"93.4000\"},{\"id\":\"3680\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3284\",\"product_code\":\"7501206660287\",\"product_name\":\"TIJERA FORJADA  TRUPER 18523\",\"option_id\":null,\"net_unit_cost\":\"124.8400\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"124.8400\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"124.8400\",\"real_unit_cost\":\"124.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"124.8400\"},{\"id\":\"3681\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3285\",\"product_code\":\"6933528730378\",\"product_name\":\"TIJERA PARA LAMINA DE 10\\\" 30036\",\"option_id\":null,\"net_unit_cost\":\"39.6000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"39.6000\",\"real_unit_cost\":\"39.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"39.6000\"},{\"id\":\"3682\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3286\",\"product_code\":\"6933528730385\",\"product_name\":\"TIJERA PARA LAMINA DE 12\\\" 30037\",\"option_id\":null,\"net_unit_cost\":\"49.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"49.2500\",\"real_unit_cost\":\"49.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.2500\"},{\"id\":\"3683\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3287\",\"product_code\":\"7501892872001\",\"product_name\":\"TOMACORRIENTE FULGORE\",\"option_id\":null,\"net_unit_cost\":\"6.9900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.9800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.9900\",\"real_unit_cost\":\"6.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.9900\"},{\"id\":\"3684\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3288\",\"product_code\":\"8012199645889\",\"product_name\":\"TOMACORRIENTE SOBRE PONER BTICINO  P38\",\"option_id\":null,\"net_unit_cost\":\"16.5200\",\"quantity\":\"41.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"677.3200\",\"quantity_balance\":\"41.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.5200\",\"real_unit_cost\":\"16.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"41.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.5200\"},{\"id\":\"3685\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3289\",\"product_code\":\"102310\",\"product_name\":\"TORNILLO 2P BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"3686\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3290\",\"product_code\":\"FER035\",\"product_name\":\"TORNILLO BUSCA ROSCA 1*8\",\"option_id\":null,\"net_unit_cost\":\"0.0900\",\"quantity\":\"729.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.6100\",\"quantity_balance\":\"729.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.0900\",\"real_unit_cost\":\"0.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"729.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0900\"},{\"id\":\"3687\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3291\",\"product_code\":\"8\",\"product_name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"55.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.7500\",\"quantity_balance\":\"55.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"55.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"3688\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3292\",\"product_code\":\"7501206685303\",\"product_name\":\"TORNILLO FIERO #8 *11\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"0.1000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1000\",\"real_unit_cost\":\"0.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1000\"},{\"id\":\"3689\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3293\",\"product_code\":\"102256\",\"product_name\":\"TORNILLO NEGRO 2 1\\/2 \\\" BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.1400\",\"quantity\":\"588.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"82.3200\",\"quantity_balance\":\"588.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1400\",\"real_unit_cost\":\"0.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"588.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1400\"},{\"id\":\"3690\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3294\",\"product_code\":\"102253\",\"product_name\":\"TORNILLO NEGRO DE 2\\\" BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.1100\",\"quantity\":\"500.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"55.0000\",\"quantity_balance\":\"500.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1100\",\"real_unit_cost\":\"0.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"500.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1100\"},{\"id\":\"3691\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3295\",\"product_code\":\"102300\",\"product_name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.4500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"3692\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3296\",\"product_code\":\"102204\",\"product_name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 ?\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"3693\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3297\",\"product_code\":\"7501206686843\",\"product_name\":\"TORNILLO NORMAL 1 \\/12\",\"option_id\":null,\"net_unit_cost\":\"0.1200\",\"quantity\":\"760.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"91.2000\",\"quantity_balance\":\"760.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1200\",\"real_unit_cost\":\"0.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"760.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1200\"},{\"id\":\"3694\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3298\",\"product_code\":\"102313\",\"product_name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"option_id\":null,\"net_unit_cost\":\"3.3000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.8000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.3000\",\"real_unit_cost\":\"3.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3000\"},{\"id\":\"3695\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3299\",\"product_code\":\"10256\",\"product_name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.2300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.4600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.2300\",\"real_unit_cost\":\"0.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2300\"},{\"id\":\"3696\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3300\",\"product_code\":\"FER040\",\"product_name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.1800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1800\",\"real_unit_cost\":\"0.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1800\"},{\"id\":\"3697\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3301\",\"product_code\":\"102298\",\"product_name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.4000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"3698\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3302\",\"product_code\":\"FER001218\",\"product_name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"3699\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3303\",\"product_code\":\"10204\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2 P BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"509.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"127.2500\",\"quantity_balance\":\"509.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"509.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"3700\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3304\",\"product_code\":\"10203\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2P PUNTA DE BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.3900\",\"real_unit_cost\":\"0.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3900\"},{\"id\":\"3701\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3305\",\"product_code\":\"102215\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"option_id\":null,\"net_unit_cost\":\"0.6100\",\"quantity\":\"606.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"369.6600\",\"quantity_balance\":\"606.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.6100\",\"real_unit_cost\":\"0.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"606.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6100\"},{\"id\":\"3702\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3306\",\"product_code\":\"102207\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.5100\",\"quantity\":\"500.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"255.0000\",\"quantity_balance\":\"500.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.5100\",\"real_unit_cost\":\"0.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"500.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5100\"},{\"id\":\"3703\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3307\",\"product_code\":\"FER-TOPC 1407\",\"product_name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.1500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"3704\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3308\",\"product_code\":\"FER-THPVC1407\",\"product_name\":\"TORNILLO PULSER P\\/BROCA 1\\/4X3\\/4 C\\/E\",\"option_id\":null,\"net_unit_cost\":\"0.1500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1500\",\"real_unit_cost\":\"0.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1500\"},{\"id\":\"3705\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3309\",\"product_code\":\"7501206686805\",\"product_name\":\"TORNILLOS NORMAL  3\\/4  FIERO\",\"option_id\":null,\"net_unit_cost\":\"0.0700\",\"quantity\":\"800.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"56.0000\",\"quantity_balance\":\"800.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.0700\",\"real_unit_cost\":\"0.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"800.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0700\"},{\"id\":\"3706\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3310\",\"product_code\":\"721282300083\",\"product_name\":\"TORTRIX FAMILIAR  .\",\"option_id\":null,\"net_unit_cost\":\"7.3800\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.3800\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.3800\",\"real_unit_cost\":\"7.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3800\"},{\"id\":\"3707\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3311\",\"product_code\":\"95\",\"product_name\":\"TORTRIX PEQUE?O      .\",\"option_id\":null,\"net_unit_cost\":\"0.8700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.0900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8700\",\"real_unit_cost\":\"0.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8700\"},{\"id\":\"3708\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3312\",\"product_code\":\"13\",\"product_name\":\"TORTRIX TACO..\",\"option_id\":null,\"net_unit_cost\":\"1.3100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.3100\",\"real_unit_cost\":\"1.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.3100\"},{\"id\":\"3709\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3313\",\"product_code\":\"6933528765233\",\"product_name\":\"TRICKET DE BOTELLA INDUSTRI 4T 85404\",\"option_id\":null,\"net_unit_cost\":\"109.7900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"109.7900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"109.7900\",\"real_unit_cost\":\"109.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"109.7900\"},{\"id\":\"3710\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3314\",\"product_code\":\"342\",\"product_name\":\"TRIDENT 4S             .\",\"option_id\":null,\"net_unit_cost\":\"0.5400\",\"quantity\":\"147.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.3800\",\"quantity_balance\":\"147.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.5400\",\"real_unit_cost\":\"0.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"147.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5400\"},{\"id\":\"3711\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3315\",\"product_code\":\"TUC13\",\"product_name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\" X 3MT\",\"option_id\":null,\"net_unit_cost\":\"165.1400\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"495.4200\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"165.1400\",\"real_unit_cost\":\"165.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"165.1400\"},{\"id\":\"3712\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3316\",\"product_code\":\"412568\",\"product_name\":\"TUBO DE ABASTO 1\\/2\\\"  X 7\\/8\\\" QUALITA\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"95.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"3713\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3317\",\"product_code\":\"TA121216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"210.0000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"3714\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3318\",\"product_code\":\"TA381216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*19 ACERO\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"230.0000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"3715\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3319\",\"product_code\":\"NIP14\",\"product_name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\" X 3MT\",\"option_id\":null,\"net_unit_cost\":\"85.7000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"171.4000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"85.7000\",\"real_unit_cost\":\"85.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"85.7000\"},{\"id\":\"3716\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3320\",\"product_code\":\"FER-01234\",\"product_name\":\"UNIDAD ELECTRODO E 6013\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"113.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.2900\",\"quantity_balance\":\"113.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"113.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"3717\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3321\",\"product_code\":\"53010\",\"product_name\":\"UNION CONDUIT 1 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.8400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"3718\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3322\",\"product_code\":\"9021304\",\"product_name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"0.3600\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.7200\",\"quantity_balance\":\"52.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.3600\",\"real_unit_cost\":\"0.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"52.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3600\"},{\"id\":\"3719\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3323\",\"product_code\":\"7401175608856\",\"product_name\":\"UNION PARA MANGUERA TW DORADA\",\"option_id\":null,\"net_unit_cost\":\"15.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.5000\",\"real_unit_cost\":\"15.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.5000\"},{\"id\":\"3720\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3324\",\"product_code\":\"6933528735663\",\"product_name\":\"VAINER DE 6\\\" 35049\",\"option_id\":null,\"net_unit_cost\":\"74.3600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"74.3600\",\"real_unit_cost\":\"74.3600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"74.3600\"},{\"id\":\"3721\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3325\",\"product_code\":\"VBZ05\",\"product_name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"option_id\":null,\"net_unit_cost\":\"25.2700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"25.2700\",\"real_unit_cost\":\"25.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.2700\"},{\"id\":\"3722\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3326\",\"product_code\":\"VBZ04\",\"product_name\":\"VALVULA BOLA 3\\/4 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"22.7300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"204.5700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"22.7300\",\"real_unit_cost\":\"22.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.7300\"},{\"id\":\"3723\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3327\",\"product_code\":\"VBZ03\",\"product_name\":\"VALVULA BOLA DE ZINC 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"15.8800\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"127.0400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.8800\",\"real_unit_cost\":\"15.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.8800\"},{\"id\":\"3724\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3328\",\"product_code\":\"VBLPVC04\",\"product_name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"7.2000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.6000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.2000\",\"real_unit_cost\":\"7.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2000\"},{\"id\":\"3725\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3329\",\"product_code\":\"VBLPVC05\",\"product_name\":\"VALVULA BOLA PVC 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"12.0100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.0100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.0100\",\"real_unit_cost\":\"12.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0100\"},{\"id\":\"3726\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3330\",\"product_code\":\"FER000153\",\"product_name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"option_id\":null,\"net_unit_cost\":\"34.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"34.0000\",\"real_unit_cost\":\"34.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0000\"},{\"id\":\"3727\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3331\",\"product_code\":\"VCBRWL05\",\"product_name\":\"VALVULA COMPUERTA BR 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"54.0100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"54.0100\",\"real_unit_cost\":\"54.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"54.0100\"},{\"id\":\"3728\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3332\",\"product_code\":\"VCBRWL04\",\"product_name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"option_id\":null,\"net_unit_cost\":\"35.8800\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.6400\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"35.8800\",\"real_unit_cost\":\"35.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"35.8800\"},{\"id\":\"3729\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3333\",\"product_code\":\"7406414055644\",\"product_name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"3730\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3334\",\"product_code\":\"102145\",\"product_name\":\"VALVULA DE ALUMINIO DE 3?\",\"option_id\":null,\"net_unit_cost\":\"20.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.0000\",\"real_unit_cost\":\"20.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.0000\"},{\"id\":\"3731\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3335\",\"product_code\":\"7501206692547\",\"product_name\":\"VALVULA DE COMPUERTA  AZUL 1\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"20.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.0000\",\"real_unit_cost\":\"20.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.0000\"},{\"id\":\"3732\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3336\",\"product_code\":\"7406414055910\",\"product_name\":\"VALVULA DE COMPUERTA DE LATON 1\\/2\\\" USA-K\",\"option_id\":null,\"net_unit_cost\":\"42.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"42.0000\",\"real_unit_cost\":\"42.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.0000\"},{\"id\":\"3733\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3337\",\"product_code\":\"10298\",\"product_name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"3734\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3338\",\"product_code\":\"VAPB-2\",\"product_name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"option_id\":null,\"net_unit_cost\":\"48.9000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"244.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"48.9000\",\"real_unit_cost\":\"48.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.9000\"},{\"id\":\"3735\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3339\",\"product_code\":\"102108\",\"product_name\":\"VALVULA PILA 2 P BRONCE\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"3736\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3340\",\"product_code\":\"102109\",\"product_name\":\"VALVULA PILA 3 BRONCE\",\"option_id\":null,\"net_unit_cost\":\"68.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"272.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"68.0000\",\"real_unit_cost\":\"68.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"68.0000\"},{\"id\":\"3737\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3341\",\"product_code\":\"7401005001758\",\"product_name\":\"VENADO ESPECIAL 1\\/2 BOTELLA..\",\"option_id\":null,\"net_unit_cost\":\"21.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.5000\",\"real_unit_cost\":\"21.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.5000\"},{\"id\":\"3738\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3342\",\"product_code\":\"7401005001765\",\"product_name\":\"VENADO ESPECIAL BOTELLA. .\",\"option_id\":null,\"net_unit_cost\":\"38.1100\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.2200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"38.1100\",\"real_unit_cost\":\"38.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.1100\"},{\"id\":\"3739\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3343\",\"product_code\":\"7401005003417\",\"product_name\":\"VENADO LIGHT BOTELLA.  .\",\"option_id\":null,\"net_unit_cost\":\"37.5000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"37.5000\",\"real_unit_cost\":\"37.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5000\"},{\"id\":\"3740\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3344\",\"product_code\":\"7401005003400\",\"product_name\":\"VENADO LIGHT MEDIA BOTELLA..\",\"option_id\":null,\"net_unit_cost\":\"21.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"86.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.5000\",\"real_unit_cost\":\"21.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.5000\"},{\"id\":\"3741\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3345\",\"product_code\":\"675873001579\",\"product_name\":\"VITAFLENACO UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"1.1100\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.2000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.1100\",\"real_unit_cost\":\"1.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1100\"},{\"id\":\"3742\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3346\",\"product_code\":\"PVC00255\",\"product_name\":\"YEE DR 2\",\"option_id\":null,\"net_unit_cost\":\"3.9800\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.6200\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.9800\",\"real_unit_cost\":\"3.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9800\"},{\"id\":\"3743\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3347\",\"product_code\":\"PVC00254\",\"product_name\":\"YEE DR 3\",\"option_id\":null,\"net_unit_cost\":\"9.7600\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.1200\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.7600\",\"real_unit_cost\":\"9.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.7600\"},{\"id\":\"3744\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3348\",\"product_code\":\"PVC00256\",\"product_name\":\"YEE DR 4\",\"option_id\":null,\"net_unit_cost\":\"19.1500\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"325.5500\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.1500\",\"real_unit_cost\":\"19.1500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.1500\"},{\"id\":\"3745\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"3349\",\"product_code\":\"7506240624622\",\"product_name\":\"DISCO LAMILADO\",\"option_id\":null,\"net_unit_cost\":\"2.9500\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"123.9000\",\"quantity_balance\":\"42.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.9500\",\"real_unit_cost\":\"2.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"42.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9500\"},{\"id\":\"3746\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"2901\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"option_id\":null,\"net_unit_cost\":\"14.0900\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"535.4200\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"14.0900\",\"real_unit_cost\":\"14.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0900\"}]}', '2022-04-29 09:10:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2044, 'Purchase is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"16\",\"reference_no\":\"PO2022\\/04\\/0039\",\"date\":\"2022-04-29 08:44:00\",\"supplier_id\":\"6\",\"supplier\":\"INVENTARIO INICIAL\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"49044.4400\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"49044.4400\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"0\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"2850\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2453\",\"product_code\":\"76770504804\",\"product_name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"option_id\":null,\"net_unit_cost\":\"700.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"700.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"700.0000\",\"real_unit_cost\":\"700.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"700.0000\"},{\"id\":\"2851\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2454\",\"product_code\":\"7501850502636\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"option_id\":null,\"net_unit_cost\":\"1.9400\",\"quantity\":\"47.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"91.1800\",\"quantity_balance\":\"47.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.9400\",\"real_unit_cost\":\"1.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"47.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.9400\"},{\"id\":\"2852\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2455\",\"product_code\":\"THQC1130\",\"product_name\":\"FLIPON # 30 THQC1130\",\"option_id\":null,\"net_unit_cost\":\"71.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"426.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"71.0000\",\"real_unit_cost\":\"71.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.0000\"},{\"id\":\"2853\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2456\",\"product_code\":\"6933528725053\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"option_id\":null,\"net_unit_cost\":\"51.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"51.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"51.5000\",\"real_unit_cost\":\"51.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"51.5000\"},{\"id\":\"2854\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2457\",\"product_code\":\"FER 75012066839\",\"product_name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"option_id\":null,\"net_unit_cost\":\"0.1700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1700\",\"real_unit_cost\":\"0.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1700\"},{\"id\":\"2855\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2458\",\"product_code\":\"FER 75062406478\",\"product_name\":\"PLACA PARA TIMBRE VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"61.7400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"2856\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2459\",\"product_code\":\"FER 02887444770\",\"product_name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"option_id\":null,\"net_unit_cost\":\"20.1600\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"987.8400\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.1600\",\"real_unit_cost\":\"20.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.1600\"},{\"id\":\"2857\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2460\",\"product_code\":\"FER 75012066411\",\"product_name\":\"CUCHILLA  6? PRETUL\",\"option_id\":null,\"net_unit_cost\":\"5.2900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.2900\",\"real_unit_cost\":\"5.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2900\"},{\"id\":\"2858\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2461\",\"product_code\":\"FER- 7506240656\",\"product_name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"option_id\":null,\"net_unit_cost\":\"18.7200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"18.7200\",\"real_unit_cost\":\"18.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.7200\"},{\"id\":\"2859\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2462\",\"product_code\":\"FER00021\",\"product_name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.2300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.2300\",\"real_unit_cost\":\"1.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2300\"},{\"id\":\"2860\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2463\",\"product_code\":\"7501206659533\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"5.3900\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.3400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.3900\",\"real_unit_cost\":\"5.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3900\"},{\"id\":\"2861\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2464\",\"product_code\":\"53\",\"product_name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.0000\",\"quantity_balance\":\"44.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"44.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"2862\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2465\",\"product_code\":\"7501206694015\",\"product_name\":\"ABRAZADERA 32-51MM 1 1\\/4-2\\\" FIERO\",\"option_id\":null,\"net_unit_cost\":\"2.4700\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.1100\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.4700\",\"real_unit_cost\":\"2.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4700\"},{\"id\":\"2863\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2466\",\"product_code\":\"7501206694053\",\"product_name\":\"ABRAZADERA 57-76 MM 2-1\\/4 - 3\\\" FIERO\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.2200\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"2864\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2467\",\"product_code\":\"7501206694091\",\"product_name\":\"ABRAZADERA CINCHO 78-101MM 3 1\\/16-4 FIER\",\"option_id\":null,\"net_unit_cost\":\"3.5900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.5900\",\"real_unit_cost\":\"3.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5900\"},{\"id\":\"2865\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2468\",\"product_code\":\"7501206659540\",\"product_name\":\"ABRAZADERA D 1\\\" VOLTECH BOLSITA 10 UNID\",\"option_id\":null,\"net_unit_cost\":\"7.3900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.3900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.3900\",\"real_unit_cost\":\"7.3900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3900\"},{\"id\":\"2866\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2469\",\"product_code\":\"1546 UNIDAD\",\"product_name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"3.8800\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.4400\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.8800\",\"real_unit_cost\":\"3.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8800\"},{\"id\":\"2867\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2470\",\"product_code\":\"7506240621553\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"2868\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2471\",\"product_code\":\"1553\",\"product_name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"4.2000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.2000\",\"real_unit_cost\":\"4.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2000\"},{\"id\":\"2869\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2472\",\"product_code\":\"A111\",\"product_name\":\"ABRAZADERA DE 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"4.1700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.8500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.1700\",\"real_unit_cost\":\"4.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1700\"},{\"id\":\"2870\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2473\",\"product_code\":\"AT001\",\"product_name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"1.7000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.2000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.7000\",\"real_unit_cost\":\"1.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7000\"},{\"id\":\"2871\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2474\",\"product_code\":\"VK0894R\",\"product_name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"2872\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2475\",\"product_code\":\"VK0928\",\"product_name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"2873\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2476\",\"product_code\":\"ABRA002\",\"product_name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"option_id\":null,\"net_unit_cost\":\"3.0000\",\"quantity\":\"50.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"50.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.0000\",\"real_unit_cost\":\"3.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"50.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0000\"},{\"id\":\"2874\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2477\",\"product_code\":\"ABRA001\",\"product_name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"option_id\":null,\"net_unit_cost\":\"2.0000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.0000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.0000\",\"real_unit_cost\":\"2.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0000\"},{\"id\":\"2875\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2478\",\"product_code\":\"9540 UNIDAD\",\"product_name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"0.7400\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.2400\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.7400\",\"real_unit_cost\":\"0.7400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7400\"},{\"id\":\"2876\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2479\",\"product_code\":\"7501206659526\",\"product_name\":\"ABRAZADERA VOLTECH D 1\\/2 BOLSITA 10 UNI\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"2877\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2480\",\"product_code\":\"7506240621546\",\"product_name\":\"ABRAZAREDA D 3\\\" VOLTECH BOLSITA 5 UNID\",\"option_id\":null,\"net_unit_cost\":\"19.4000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.8000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.4000\",\"real_unit_cost\":\"19.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.4000\"},{\"id\":\"2878\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2481\",\"product_code\":\"ACE04\",\"product_name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"option_id\":null,\"net_unit_cost\":\"19.2700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"134.8900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.2700\",\"real_unit_cost\":\"19.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.2700\"},{\"id\":\"2879\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2482\",\"product_code\":\"7501728122072\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"option_id\":null,\"net_unit_cost\":\"31.3000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"31.3000\",\"real_unit_cost\":\"31.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.3000\"},{\"id\":\"2880\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2483\",\"product_code\":\"85051001190\",\"product_name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"option_id\":null,\"net_unit_cost\":\"19.6400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"117.8400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.6400\",\"real_unit_cost\":\"19.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.6400\"},{\"id\":\"2881\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2484\",\"product_code\":\"8420714187\",\"product_name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"option_id\":null,\"net_unit_cost\":\"25.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"25.5000\",\"real_unit_cost\":\"25.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.5000\"},{\"id\":\"2882\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2485\",\"product_code\":\"102190\",\"product_name\":\"ACEITE SAE 40 AMERICAN\",\"option_id\":null,\"net_unit_cost\":\"20.4700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.9400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.4700\",\"real_unit_cost\":\"20.4700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.4700\"},{\"id\":\"2883\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2486\",\"product_code\":\"10901790550593\",\"product_name\":\"ACETAMINOFEN CAPLIN POINT\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"94.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"56.4000\",\"quantity_balance\":\"94.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"94.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"2884\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2487\",\"product_code\":\"7410002800028\",\"product_name\":\"ACETAMINOFEN MK (UNIDAD)\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.6000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"2885\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2488\",\"product_code\":\"ACHUELA ALDOSA 2\",\"product_name\":\"ACHUELA ALDOSA 2\",\"option_id\":null,\"net_unit_cost\":\"20.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.0000\",\"real_unit_cost\":\"20.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.0000\"},{\"id\":\"2886\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2489\",\"product_code\":\"7608966120311\",\"product_name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"option_id\":null,\"net_unit_cost\":\"5.7000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.7000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.7000\",\"real_unit_cost\":\"5.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7000\"},{\"id\":\"2887\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2490\",\"product_code\":\"PVC00006\",\"product_name\":\"ADAOTADOR  1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"55.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.9500\",\"quantity_balance\":\"55.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"55.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"2888\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2491\",\"product_code\":\"PVC00193\",\"product_name\":\"ADAPTADOR 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"94.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"74.2600\",\"quantity_balance\":\"94.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"94.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"2889\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2492\",\"product_code\":\"PVC00007\",\"product_name\":\"ADAPTADOR 2\",\"option_id\":null,\"net_unit_cost\":\"2.6400\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.9200\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.6400\",\"real_unit_cost\":\"2.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6400\"},{\"id\":\"2890\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2493\",\"product_code\":\"100231000043\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"2891\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2494\",\"product_code\":\"PVC00003\",\"product_name\":\"ADAPTADOR M 1\",\"option_id\":null,\"net_unit_cost\":\"1.4100\",\"quantity\":\"86.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"121.2600\",\"quantity_balance\":\"86.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.4100\",\"real_unit_cost\":\"1.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"86.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4100\"},{\"id\":\"2892\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2495\",\"product_code\":\"PVC00004\",\"product_name\":\"ADAPTADOR M 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.6100\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.8100\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.6100\",\"real_unit_cost\":\"1.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.6100\"},{\"id\":\"2893\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2496\",\"product_code\":\"PVC00005\",\"product_name\":\"ADAPTADOR M 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.5300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.7700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.5300\",\"real_unit_cost\":\"3.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5300\"},{\"id\":\"2894\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2497\",\"product_code\":\"PVC00010\",\"product_name\":\"ADAPTADOR M 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"33.1200\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"2895\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2498\",\"product_code\":\"100231000050\",\"product_name\":\"ADAPTADOR P\\/COPA TALDRO VIKINGO 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"4.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.5000\",\"real_unit_cost\":\"4.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5000\"},{\"id\":\"2896\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2499\",\"product_code\":\"7401005983696\",\"product_name\":\"ADRENALINA PEQ.  .\",\"option_id\":null,\"net_unit_cost\":\"8.5200\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"127.8000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.5200\",\"real_unit_cost\":\"8.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5200\"},{\"id\":\"2897\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2500\",\"product_code\":\"7401005988561\",\"product_name\":\"ADRENALINE 16OZ  .\",\"option_id\":null,\"net_unit_cost\":\"10.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.0000\",\"real_unit_cost\":\"10.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0000\"},{\"id\":\"2898\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2501\",\"product_code\":\"7506240653271\",\"product_name\":\"AFLOJA TODO 110ML\",\"option_id\":null,\"net_unit_cost\":\"7.2600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.2600\",\"real_unit_cost\":\"7.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2600\"},{\"id\":\"2899\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2502\",\"product_code\":\"7401005988592\",\"product_name\":\"AGUA AQUA  .\",\"option_id\":null,\"net_unit_cost\":\"2.0800\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.0800\",\"real_unit_cost\":\"2.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0800\"},{\"id\":\"2900\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2503\",\"product_code\":\"760896120212\",\"product_name\":\"AGUA DESTIULADA PRODIN\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"2901\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2504\",\"product_code\":\"7401002306719\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"option_id\":null,\"net_unit_cost\":\"2.0800\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.9200\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.0800\",\"real_unit_cost\":\"2.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.0800\"},{\"id\":\"2902\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2505\",\"product_code\":\"7401002306542\",\"product_name\":\"AGUA SALVAVIDA LITRO .\",\"option_id\":null,\"net_unit_cost\":\"2.8300\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"67.9200\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.8300\",\"real_unit_cost\":\"2.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8300\"},{\"id\":\"2903\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2506\",\"product_code\":\"7401002306702\",\"product_name\":\"AGUA SALVAVIDA PACHON .\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.1000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"2904\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2507\",\"product_code\":\"7401002306559\",\"product_name\":\"AGUA SALVAVIDAS 2 LITROS.\",\"option_id\":null,\"net_unit_cost\":\"4.8300\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.4900\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.8300\",\"real_unit_cost\":\"4.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.8300\"},{\"id\":\"2905\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2508\",\"product_code\":\"7401002306504\",\"product_name\":\"AGUA SALVAVIDAS GALON. .\",\"option_id\":null,\"net_unit_cost\":\"8.5000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.5000\",\"real_unit_cost\":\"8.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5000\"},{\"id\":\"2906\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2509\",\"product_code\":\"GEL0003\",\"product_name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"91.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"2907\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2510\",\"product_code\":\"6942713105570\",\"product_name\":\"ALICATE 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"2908\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2511\",\"product_code\":\"7617484023\",\"product_name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"42.1900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.1900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"42.1900\",\"real_unit_cost\":\"42.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.1900\"},{\"id\":\"2909\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2512\",\"product_code\":\"6933528730200\",\"product_name\":\"ALICATE MULTIUSOS\",\"option_id\":null,\"net_unit_cost\":\"55.5200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"55.5200\",\"real_unit_cost\":\"55.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"55.5200\"},{\"id\":\"2910\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2513\",\"product_code\":\"11418240780\",\"product_name\":\"ALKA AD  .\",\"option_id\":null,\"net_unit_cost\":\"1.4200\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.1800\",\"quantity_balance\":\"29.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.4200\",\"real_unit_cost\":\"1.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"29.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4200\"},{\"id\":\"2911\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2514\",\"product_code\":\"11418040168\",\"product_name\":\"ALKA SELTZER .\",\"option_id\":null,\"net_unit_cost\":\"1.0000\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0000\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.0000\",\"real_unit_cost\":\"1.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0000\"},{\"id\":\"2912\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2515\",\"product_code\":\"AZ00151\",\"product_name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"option_id\":null,\"net_unit_cost\":\"52.7600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"105.5200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"52.7600\",\"real_unit_cost\":\"52.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"52.7600\"},{\"id\":\"2913\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2516\",\"product_code\":\"6933528725848\",\"product_name\":\"ALMADANA TOLSEN 6 LBS\",\"option_id\":null,\"net_unit_cost\":\"110.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"110.7500\",\"real_unit_cost\":\"110.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"110.7500\"},{\"id\":\"2914\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2517\",\"product_code\":\"24000501558\",\"product_name\":\"ALOE VERA DEL MONTE 500 ML\",\"option_id\":null,\"net_unit_cost\":\"11.2000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"112.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.2000\",\"real_unit_cost\":\"11.2000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2000\"},{\"id\":\"2915\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2518\",\"product_code\":\"7501850549815\",\"product_name\":\"APAGADOR Y TOMACORRIENTE ARGOS COMBINADO\",\"option_id\":null,\"net_unit_cost\":\"8.5000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.5000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.5000\",\"real_unit_cost\":\"8.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5000\"},{\"id\":\"2916\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2519\",\"product_code\":\"747752202060\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"option_id\":null,\"net_unit_cost\":\"31.5500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.2000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"31.5500\",\"real_unit_cost\":\"31.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5500\"},{\"id\":\"2917\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2520\",\"product_code\":\"7893946142360\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"option_id\":null,\"net_unit_cost\":\"26.0500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.1500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"26.0500\",\"real_unit_cost\":\"26.0500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.0500\"},{\"id\":\"2918\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2521\",\"product_code\":\"69427131106942\",\"product_name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"option_id\":null,\"net_unit_cost\":\"16.1300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.1300\",\"real_unit_cost\":\"16.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.1300\"},{\"id\":\"2919\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2522\",\"product_code\":\"7501206686065\",\"product_name\":\"ARMELLA CERRADA 19X60 FIERO\",\"option_id\":null,\"net_unit_cost\":\"0.1800\",\"quantity\":\"51.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.1800\",\"quantity_balance\":\"51.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1800\",\"real_unit_cost\":\"0.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"51.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1800\"},{\"id\":\"2920\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2523\",\"product_code\":\"7501088401046\",\"product_name\":\"AROMATIZANTE CHICA FRESA\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"56.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"2921\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2524\",\"product_code\":\"11418696839\",\"product_name\":\"ASPIRINA FORTE\",\"option_id\":null,\"net_unit_cost\":\"0.7800\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.1000\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.7800\",\"real_unit_cost\":\"0.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7800\"},{\"id\":\"2922\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2525\",\"product_code\":\"6933528788966\",\"product_name\":\"ATORNILLADOR INALAMBRICO 1\\/4 DC12V 79212\",\"option_id\":null,\"net_unit_cost\":\"405.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"405.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"405.0000\",\"real_unit_cost\":\"405.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"405.0000\"},{\"id\":\"2923\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2526\",\"product_code\":\"7501206612033\",\"product_name\":\"AZADON TRUPER NO. 31.8 LBS. C\\/MANGO\",\"option_id\":null,\"net_unit_cost\":\"81.5200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.5200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"81.5200\",\"real_unit_cost\":\"81.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"81.5200\"},{\"id\":\"2924\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2527\",\"product_code\":\"102302\",\"product_name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"2925\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2528\",\"product_code\":\"FER00088\",\"product_name\":\"BARNIZ GL NOGAL CELCO\",\"option_id\":null,\"net_unit_cost\":\"140.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"140.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"140.0000\",\"real_unit_cost\":\"140.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"140.0000\"},{\"id\":\"2926\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2529\",\"product_code\":\"P47-600\",\"product_name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"350.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"700.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"350.0000\",\"real_unit_cost\":\"350.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"350.0000\"},{\"id\":\"2927\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2530\",\"product_code\":\"P24BD-720\",\"product_name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"555.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"555.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"555.0000\",\"real_unit_cost\":\"555.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"555.0000\"},{\"id\":\"2928\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2531\",\"product_code\":\"PNS60LS\",\"product_name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"option_id\":null,\"net_unit_cost\":\"525.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"525.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"525.0000\",\"real_unit_cost\":\"525.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"525.0000\"},{\"id\":\"2929\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2532\",\"product_code\":\"783094001015\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"110.1600\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"2930\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2533\",\"product_code\":\"7501032920395\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"2931\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2534\",\"product_code\":\"7401005988981\",\"product_name\":\"BEBIDA AMP     .\",\"option_id\":null,\"net_unit_cost\":\"3.9200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.9200\",\"real_unit_cost\":\"3.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9200\"},{\"id\":\"2932\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2535\",\"product_code\":\"7501206668863\",\"product_name\":\"BISAGRA  2?X 1 1\\/2? ACERO PULIDO HERMEX\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"82.2500\",\"quantity_balance\":\"25.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"25.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"2933\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2536\",\"product_code\":\"7501206668887\",\"product_name\":\"BISAGRA 3?X 1.15\\/16? ACER PUL HERMEX\",\"option_id\":null,\"net_unit_cost\":\"4.1800\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.8000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.1800\",\"real_unit_cost\":\"4.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.1800\"},{\"id\":\"2934\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2537\",\"product_code\":\"7501206668900\",\"product_name\":\"BISAGRA 4?X2. 3\\/4? ACER PULI HERMEX\",\"option_id\":null,\"net_unit_cost\":\"6.5900\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.2600\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.5900\",\"real_unit_cost\":\"6.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5900\"},{\"id\":\"2935\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2538\",\"product_code\":\"FER00106\",\"product_name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"2936\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2539\",\"product_code\":\"FER00108\",\"product_name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"2937\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2540\",\"product_code\":\"FER00111\",\"product_name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.0000\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"2938\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2541\",\"product_code\":\"150\",\"product_name\":\"BOCADELI PEQUE\",\"option_id\":null,\"net_unit_cost\":\"0.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.4200\",\"real_unit_cost\":\"0.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4200\"},{\"id\":\"2939\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2542\",\"product_code\":\"7501892812083\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"option_id\":null,\"net_unit_cost\":\"525.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"525.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"525.0000\",\"real_unit_cost\":\"525.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"525.0000\"},{\"id\":\"2940\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2543\",\"product_code\":\"531100279849\",\"product_name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"option_id\":null,\"net_unit_cost\":\"675.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"675.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"675.0000\",\"real_unit_cost\":\"675.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"675.0000\"},{\"id\":\"2941\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2544\",\"product_code\":\"7401092019001\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"option_id\":null,\"net_unit_cost\":\"45.6400\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"319.4800\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"45.6400\",\"real_unit_cost\":\"45.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.6400\"},{\"id\":\"2942\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2545\",\"product_code\":\"7401092027396\",\"product_name\":\"BOMBILLA LED CLASICA 12W LUXLITE\",\"option_id\":null,\"net_unit_cost\":\"18.0000\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"666.0000\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"18.0000\",\"real_unit_cost\":\"18.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.0000\"},{\"id\":\"2943\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2546\",\"product_code\":\"7406398000418\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"option_id\":null,\"net_unit_cost\":\"10.6600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.3200\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.6600\",\"real_unit_cost\":\"10.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6600\"},{\"id\":\"2944\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2547\",\"product_code\":\"7406398000234\",\"product_name\":\"BOMBILLA NEW LED 30W 9710022\",\"option_id\":null,\"net_unit_cost\":\"36.9900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"36.9900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"36.9900\",\"real_unit_cost\":\"36.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"36.9900\"},{\"id\":\"2945\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2548\",\"product_code\":\"7406398000456\",\"product_name\":\"BOMBILLA NEW LED 6W 9710049\",\"option_id\":null,\"net_unit_cost\":\"20.3500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"122.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.3500\",\"real_unit_cost\":\"20.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.3500\"},{\"id\":\"2946\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2549\",\"product_code\":\"7406398000548\",\"product_name\":\"BOMBILLA NEW LED 8W 9710054\",\"option_id\":null,\"net_unit_cost\":\"18.5200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"92.6000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"18.5200\",\"real_unit_cost\":\"18.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"18.5200\"},{\"id\":\"2947\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2550\",\"product_code\":\"7406398000364\",\"product_name\":\"BOMBILLA NEW LED 9W 9710049\",\"option_id\":null,\"net_unit_cost\":\"32.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"96.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"32.0000\",\"real_unit_cost\":\"32.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.0000\"},{\"id\":\"2948\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2551\",\"product_code\":\"7406398000098\",\"product_name\":\"BOMBILLA NEW LED W5 9710032\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"2949\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2552\",\"product_code\":\"7406234001838\",\"product_name\":\"BON BON COLOMBINA\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.8000\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"2950\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2553\",\"product_code\":\"4711678072546\",\"product_name\":\"BORRADOR CANDY\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.1000\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"2951\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2554\",\"product_code\":\"7501206691793\",\"product_name\":\"BOTAS JARDINERAS TRUPER\",\"option_id\":null,\"net_unit_cost\":\"43.7700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"43.7700\",\"real_unit_cost\":\"43.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.7700\"},{\"id\":\"2952\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2555\",\"product_code\":\"756956001126\",\"product_name\":\"BOTONETA AMARILLA\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"2953\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2556\",\"product_code\":\"756956001072\",\"product_name\":\"BOTONETAS NEGRAS\",\"option_id\":null,\"net_unit_cost\":\"0.4500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.4500\",\"real_unit_cost\":\"0.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4500\"},{\"id\":\"2954\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2557\",\"product_code\":\"10015600067\",\"product_name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"2955\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2558\",\"product_code\":\"7506240610908\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4 *4\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"7.1700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.5100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.1700\",\"real_unit_cost\":\"7.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1700\"},{\"id\":\"2956\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2559\",\"product_code\":\"7501206634486\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4??X 6 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"2957\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2560\",\"product_code\":\"7506240610885\",\"product_name\":\"BROCA P\\/ CONCRETO 3\\/16 * 4\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"6.2700\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.2700\",\"real_unit_cost\":\"6.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2700\"},{\"id\":\"2958\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2561\",\"product_code\":\"7506240610922\",\"product_name\":\"BROCA P\\/ CONCRETO 5\\/16 *4\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"8.5200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.6000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.5200\",\"real_unit_cost\":\"8.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5200\"},{\"id\":\"2959\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2562\",\"product_code\":\"7501206634547\",\"product_name\":\"BROCA P\\/CONCRETO  3\\/8 X 6 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"2960\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2563\",\"product_code\":\"7501206634479\",\"product_name\":\"BROCA P\\/CONCRETO 1\\/4 *4\\\" TRUPER\",\"option_id\":null,\"net_unit_cost\":\"5.1900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.1900\",\"real_unit_cost\":\"5.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1900\"},{\"id\":\"2961\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2564\",\"product_code\":\"7501206634516\",\"product_name\":\"BROCA P\\/CONCRETO 5\\/16 X 6 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"8.5400\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"145.1800\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.5400\",\"real_unit_cost\":\"8.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.5400\"},{\"id\":\"2962\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2565\",\"product_code\":\"17501206634513\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"option_id\":null,\"net_unit_cost\":\"19.8200\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"178.3800\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.8200\",\"real_unit_cost\":\"19.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.8200\"},{\"id\":\"2963\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2566\",\"product_code\":\"7501206634561\",\"product_name\":\"BROCA P\\/CONCRETO1\\/2\\\"*6\\\" TRUPER 112\",\"option_id\":null,\"net_unit_cost\":\"16.9700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.7600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.9700\",\"real_unit_cost\":\"16.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9700\"},{\"id\":\"2964\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2567\",\"product_code\":\"7501206645994\",\"product_name\":\"BROCA P\\/METAL \\/ COBALTO 3\\/16??\",\"option_id\":null,\"net_unit_cost\":\"6.3700\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"63.7000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.3700\",\"real_unit_cost\":\"6.3700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3700\"},{\"id\":\"2965\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2568\",\"product_code\":\"7501206645970\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 5\\/32??\",\"option_id\":null,\"net_unit_cost\":\"4.3300\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.9300\",\"quantity_balance\":\"21.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.3300\",\"real_unit_cost\":\"4.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3300\"},{\"id\":\"2966\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2569\",\"product_code\":\"7501206646014\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 7\\/32??\",\"option_id\":null,\"net_unit_cost\":\"8.4500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.2000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.4500\",\"real_unit_cost\":\"8.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4500\"},{\"id\":\"2967\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2570\",\"product_code\":\"7501206646038\",\"product_name\":\"BROCA P\\/METAL 1\\/4??\",\"option_id\":null,\"net_unit_cost\":\"11.8900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.7800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.8900\",\"real_unit_cost\":\"11.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.8900\"},{\"id\":\"2968\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2571\",\"product_code\":\"17501206646080\",\"product_name\":\"BROCA P\\/METAL TRUPER 1\\/2 ACERO M2\",\"option_id\":null,\"net_unit_cost\":\"32.5200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"32.5200\",\"real_unit_cost\":\"32.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.5200\"},{\"id\":\"2969\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2572\",\"product_code\":\"7501206645932\",\"product_name\":\"BROCA P\\/METAL\\/ COBALTO 3\\/32??\",\"option_id\":null,\"net_unit_cost\":\"2.4600\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"24.6000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.4600\",\"real_unit_cost\":\"2.4600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.4600\"},{\"id\":\"2970\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2573\",\"product_code\":\"6942713108113\",\"product_name\":\"BROCA PALETA ALDOSA 3\\/8 P\\/MADERA Y LAMIN\",\"option_id\":null,\"net_unit_cost\":\"4.3300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.3200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.3300\",\"real_unit_cost\":\"4.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3300\"},{\"id\":\"2971\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2574\",\"product_code\":\"48-20-9130\",\"product_name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"option_id\":null,\"net_unit_cost\":\"34.3000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"308.7000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"34.3000\",\"real_unit_cost\":\"34.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.3000\"},{\"id\":\"2972\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2575\",\"product_code\":\"10045242184764\",\"product_name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"option_id\":null,\"net_unit_cost\":\"49.9000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"299.4000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"49.9000\",\"real_unit_cost\":\"49.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"49.9000\"},{\"id\":\"2973\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2576\",\"product_code\":\"769409173936\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"2974\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2577\",\"product_code\":\"FER02539\",\"product_name\":\"BROCHA 2 BYP\",\"option_id\":null,\"net_unit_cost\":\"3.7300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.7300\",\"real_unit_cost\":\"3.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7300\"},{\"id\":\"2975\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2578\",\"product_code\":\"769409173950\",\"product_name\":\"BROCHA 2\\\" EXPERT\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"2976\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2579\",\"product_code\":\"7506385334868\",\"product_name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"option_id\":null,\"net_unit_cost\":\"3.3100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.4800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.3100\",\"real_unit_cost\":\"3.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3100\"},{\"id\":\"2977\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2580\",\"product_code\":\"7506240662129\",\"product_name\":\"BROCHA DE 1\\\" MANGO DE PLASTICO TRUPER\",\"option_id\":null,\"net_unit_cost\":\"3.2900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"3.2900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.2900\",\"real_unit_cost\":\"3.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2900\"},{\"id\":\"2978\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2581\",\"product_code\":\"7506240662167\",\"product_name\":\"BROCHA DE 3\\\" TRUPER MGO. DE PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"8.3100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.3100\",\"real_unit_cost\":\"8.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.3100\"},{\"id\":\"2979\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2582\",\"product_code\":\"7501206674970\",\"product_name\":\"BROCHA DE 4\\\" PRETUL MGO. DE PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"7.8800\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.7600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.8800\",\"real_unit_cost\":\"7.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8800\"},{\"id\":\"2980\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2583\",\"product_code\":\"7506240662174\",\"product_name\":\"BROCHA DE 4\\\" TRUPER MGO. DE PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"14.3800\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"115.0400\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"14.3800\",\"real_unit_cost\":\"14.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.3800\"},{\"id\":\"2981\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2584\",\"product_code\":\"7506240616436\",\"product_name\":\"BROCHA ECONOMICA 3?? PRETUL\",\"option_id\":null,\"net_unit_cost\":\"4.3200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.3200\",\"real_unit_cost\":\"4.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.3200\"},{\"id\":\"2982\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2585\",\"product_code\":\"7506240616412\",\"product_name\":\"BROCHA ECONOMICA DE 2?? PRETUL\",\"option_id\":null,\"net_unit_cost\":\"2.6700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.6700\",\"real_unit_cost\":\"2.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6700\"},{\"id\":\"2983\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2586\",\"product_code\":\"7503005496227\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.7000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.1000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.7000\",\"real_unit_cost\":\"1.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.7000\"},{\"id\":\"2984\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2587\",\"product_code\":\"7503005496234\",\"product_name\":\"BROCHA LA BUENA 1?\",\"option_id\":null,\"net_unit_cost\":\"2.6200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.4400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.6200\",\"real_unit_cost\":\"2.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6200\"},{\"id\":\"2985\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2588\",\"product_code\":\"7503005496258\",\"product_name\":\"BROCHA LA BUENA 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.9100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.9100\",\"real_unit_cost\":\"3.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9100\"},{\"id\":\"2986\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2589\",\"product_code\":\"7503005496289\",\"product_name\":\"BROCHA LA BUENA 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"10.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.3300\",\"real_unit_cost\":\"10.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.3300\"},{\"id\":\"2987\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2590\",\"product_code\":\"7503005496296\",\"product_name\":\"BROCHA LA BUENA DE 5??\",\"option_id\":null,\"net_unit_cost\":\"13.4100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.4100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.4100\",\"real_unit_cost\":\"13.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.4100\"},{\"id\":\"2988\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2591\",\"product_code\":\"7501206674963\",\"product_name\":\"BROCHA PRETUL 3\\\" MGO. PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"5.1700\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"118.9100\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.1700\",\"real_unit_cost\":\"5.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1700\"},{\"id\":\"2989\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2592\",\"product_code\":\"75019815\",\"product_name\":\"BUBALOO       .\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"2990\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2593\",\"product_code\":\"87295125991\",\"product_name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"option_id\":null,\"net_unit_cost\":\"1.1200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.4400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.1200\",\"real_unit_cost\":\"1.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1200\"},{\"id\":\"2991\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2594\",\"product_code\":\"ELE00076\",\"product_name\":\"CABLE PARALELO 2* 12 M\",\"option_id\":null,\"net_unit_cost\":\"9.5400\",\"quantity\":\"89.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"849.0600\",\"quantity_balance\":\"89.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.5400\",\"real_unit_cost\":\"9.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"89.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5400\"},{\"id\":\"2992\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2595\",\"product_code\":\"ELE00077\",\"product_name\":\"CABLE PARALELO 2* 14 MT\",\"option_id\":null,\"net_unit_cost\":\"6.2100\",\"quantity\":\"157.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"974.9700\",\"quantity_balance\":\"157.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.2100\",\"real_unit_cost\":\"6.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"157.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2100\"},{\"id\":\"2993\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2596\",\"product_code\":\"787705048057\",\"product_name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"79.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"553.0000\",\"quantity_balance\":\"79.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"79.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"2994\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2597\",\"product_code\":\"21\",\"product_name\":\"CABLE THHN N0 8 NEGRO\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"77.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"469.7000\",\"quantity_balance\":\"77.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"77.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"2995\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2598\",\"product_code\":\"6\",\"product_name\":\"CABLE THHN No.10 NEGRO\",\"option_id\":null,\"net_unit_cost\":\"3.6300\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.6700\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.6300\",\"real_unit_cost\":\"3.6300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.6300\"},{\"id\":\"2996\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2599\",\"product_code\":\"3\",\"product_name\":\"CABLE THHN No.8 ROJO\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"62.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.2000\",\"quantity_balance\":\"62.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"62.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"2997\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2600\",\"product_code\":\"4\",\"product_name\":\"CABLE THHN No.8 VERDE\",\"option_id\":null,\"net_unit_cost\":\"2.1000\",\"quantity\":\"76.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"159.6000\",\"quantity_balance\":\"76.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.1000\",\"real_unit_cost\":\"2.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"76.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.1000\"},{\"id\":\"2998\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2601\",\"product_code\":\"7501206689110\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 18\\\"  MGOS TU\",\"option_id\":null,\"net_unit_cost\":\"82.1000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"164.2000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"82.1000\",\"real_unit_cost\":\"82.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"82.1000\"},{\"id\":\"2999\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2602\",\"product_code\":\"7501206689134\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 30\\\" MGOS TUB\",\"option_id\":null,\"net_unit_cost\":\"162.1100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"162.1100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"162.1100\",\"real_unit_cost\":\"162.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"162.1100\"},{\"id\":\"3000\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2603\",\"product_code\":\"7501206689141\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 36\\\"  MGOS TU\",\"option_id\":null,\"net_unit_cost\":\"201.5900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"201.5900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"201.5900\",\"real_unit_cost\":\"201.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"201.5900\"},{\"id\":\"3001\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2604\",\"product_code\":\"102358\",\"product_name\":\"CAIMAN DE 30\\\"\",\"option_id\":null,\"net_unit_cost\":\"124.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"124.0000\",\"real_unit_cost\":\"124.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"124.0000\"},{\"id\":\"3002\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2605\",\"product_code\":\"102359\",\"product_name\":\"CAIMAN DE 36\\\"\",\"option_id\":null,\"net_unit_cost\":\"142.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"142.0000\",\"real_unit_cost\":\"142.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"142.0000\"},{\"id\":\"3003\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2606\",\"product_code\":\"7401175602199\",\"product_name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"30.9400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"340.3400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"30.9400\",\"real_unit_cost\":\"30.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.9400\"},{\"id\":\"3004\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2607\",\"product_code\":\"100165000034\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"30.9400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"247.5200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"30.9400\",\"real_unit_cost\":\"30.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.9400\"},{\"id\":\"3005\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2608\",\"product_code\":\"100165000058\",\"product_name\":\"CAJA CLAVO CONCRETO 3\\\"  VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"30.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"275.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"30.5900\",\"real_unit_cost\":\"30.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.5900\"},{\"id\":\"3006\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2609\",\"product_code\":\"ELE00081\",\"product_name\":\"CAJA OCTAGONAL METAL\",\"option_id\":null,\"net_unit_cost\":\"2.8700\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.0500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.8700\",\"real_unit_cost\":\"2.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.8700\"},{\"id\":\"3007\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2610\",\"product_code\":\"ELE00082\",\"product_name\":\"CAJA OCTAGONAL PLAS\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"69.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"345.0000\",\"quantity_balance\":\"69.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"69.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"3008\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2611\",\"product_code\":\"7441102801134\",\"product_name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"option_id\":null,\"net_unit_cost\":\"7.8400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.3600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.8400\",\"real_unit_cost\":\"7.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.8400\"},{\"id\":\"3009\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2612\",\"product_code\":\"7441018806735\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"option_id\":null,\"net_unit_cost\":\"6.4400\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.8800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.4400\",\"real_unit_cost\":\"6.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4400\"},{\"id\":\"3010\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2613\",\"product_code\":\"7831642785542\",\"product_name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"476.0000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"3011\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2614\",\"product_code\":\"744110281141\",\"product_name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"option_id\":null,\"net_unit_cost\":\"3.8800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.8800\",\"real_unit_cost\":\"3.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8800\"},{\"id\":\"3012\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2615\",\"product_code\":\"ELE00085\",\"product_name\":\"CAJA RECTANGULAR METAL\",\"option_id\":null,\"net_unit_cost\":\"2.3500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.3500\",\"real_unit_cost\":\"2.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3500\"},{\"id\":\"3013\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2616\",\"product_code\":\"10277\",\"product_name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"option_id\":null,\"net_unit_cost\":\"1.8000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.8000\",\"real_unit_cost\":\"1.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8000\"},{\"id\":\"3014\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2617\",\"product_code\":\"7441018800368\",\"product_name\":\"CAJA RECTANGULAR PLASTICA DURMAN\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"3015\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2618\",\"product_code\":\"6933528780014\",\"product_name\":\"CAJAP\\/ HERRAMIENTA INDUSTRIAL MET 80211\",\"option_id\":null,\"net_unit_cost\":\"185.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"185.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"185.5000\",\"real_unit_cost\":\"185.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"185.5000\"},{\"id\":\"3016\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2619\",\"product_code\":\"7501206663141\",\"product_name\":\"CANDADO 30MM HERMIX\",\"option_id\":null,\"net_unit_cost\":\"9.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.0800\",\"real_unit_cost\":\"9.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0800\"},{\"id\":\"3017\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2620\",\"product_code\":\"FER0313\",\"product_name\":\"CANDADO 40MM DORADO WHALE\",\"option_id\":null,\"net_unit_cost\":\"11.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.0000\",\"real_unit_cost\":\"11.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.0000\"},{\"id\":\"3018\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2621\",\"product_code\":\"7501206663103\",\"product_name\":\"CANDADO 40MM HERMEX\",\"option_id\":null,\"net_unit_cost\":\"11.9800\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9800\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.9800\",\"real_unit_cost\":\"11.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9800\"},{\"id\":\"3019\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2622\",\"product_code\":\"751206663110\",\"product_name\":\"CANDADO 50MM HERMEX\",\"option_id\":null,\"net_unit_cost\":\"16.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.9600\",\"real_unit_cost\":\"16.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9600\"},{\"id\":\"3020\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2623\",\"product_code\":\"102314\",\"product_name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"option_id\":null,\"net_unit_cost\":\"6.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"12.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.0000\",\"real_unit_cost\":\"6.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0000\"},{\"id\":\"3021\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2624\",\"product_code\":\"VK0867\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"option_id\":null,\"net_unit_cost\":\"19.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.5000\",\"real_unit_cost\":\"19.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.5000\"},{\"id\":\"3022\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2625\",\"product_code\":\"VK0898\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"28.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"28.5000\",\"real_unit_cost\":\"28.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.5000\"},{\"id\":\"3023\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2626\",\"product_code\":\"FER0314\",\"product_name\":\"CANDADO WHALE DORADO 50 MM\",\"option_id\":null,\"net_unit_cost\":\"19.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"19.0000\",\"real_unit_cost\":\"19.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"19.0000\"},{\"id\":\"3024\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2627\",\"product_code\":\"8012232100412\",\"product_name\":\"CANDADO YALE 40 MM\",\"option_id\":null,\"net_unit_cost\":\"60.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"60.0000\",\"real_unit_cost\":\"60.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"60.0000\"},{\"id\":\"3025\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2628\",\"product_code\":\"8012232100443\",\"product_name\":\"CANDADO YALE 50 MM\",\"option_id\":null,\"net_unit_cost\":\"90.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"90.0000\",\"real_unit_cost\":\"90.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"90.0000\"},{\"id\":\"3026\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2629\",\"product_code\":\"8012232109439\",\"product_name\":\"CANDADO YALE 60 MM\",\"option_id\":null,\"net_unit_cost\":\"115.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"345.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"115.0000\",\"real_unit_cost\":\"115.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"115.0000\"},{\"id\":\"3027\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2630\",\"product_code\":\"15310\",\"product_name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"option_id\":null,\"net_unit_cost\":\"46.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.2500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"46.2500\",\"real_unit_cost\":\"46.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"46.2500\"},{\"id\":\"3028\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2631\",\"product_code\":\"747752874328\",\"product_name\":\"CANGREJO STANLEY 8\\\"\",\"option_id\":null,\"net_unit_cost\":\"43.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"43.5000\",\"real_unit_cost\":\"43.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"43.5000\"},{\"id\":\"3029\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2632\",\"product_code\":\"MS1001\\/2L\",\"product_name\":\"CARETA NEO FOTOSENSIBLE\",\"option_id\":null,\"net_unit_cost\":\"385.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"770.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"385.0000\",\"real_unit_cost\":\"385.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"385.0000\"},{\"id\":\"3030\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2633\",\"product_code\":\"7605730955\",\"product_name\":\"CASHITA MANI JAPONESA\",\"option_id\":null,\"net_unit_cost\":\"0.7800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.7800\",\"real_unit_cost\":\"0.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7800\"},{\"id\":\"3031\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2634\",\"product_code\":\"760573071349\",\"product_name\":\"CASHITAS\",\"option_id\":null,\"net_unit_cost\":\"2.9200\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.3600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.9200\",\"real_unit_cost\":\"2.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9200\"},{\"id\":\"3032\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2635\",\"product_code\":\"7506240642848\",\"product_name\":\"CEPILLO ALAMBRE PRETUL\",\"option_id\":null,\"net_unit_cost\":\"11.9500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.9500\",\"real_unit_cost\":\"11.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9500\"},{\"id\":\"3033\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2636\",\"product_code\":\"102320\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"option_id\":null,\"net_unit_cost\":\"9.4100\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"122.3300\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.4100\",\"real_unit_cost\":\"9.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.4100\"},{\"id\":\"3034\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2637\",\"product_code\":\"102307\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"7.5200\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.1600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.5200\",\"real_unit_cost\":\"7.5200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5200\"},{\"id\":\"3035\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2638\",\"product_code\":\"ALF0035\",\"product_name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"7.9900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"23.9700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.9900\",\"real_unit_cost\":\"7.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.9900\"},{\"id\":\"3036\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2639\",\"product_code\":\"D12\",\"product_name\":\"CEPILLO DE DIENTES UNID.\",\"option_id\":null,\"net_unit_cost\":\"1.1700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.3600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.1700\",\"real_unit_cost\":\"1.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1700\"},{\"id\":\"3037\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2640\",\"product_code\":\"51131390300\",\"product_name\":\"CERA CINTETICA PROTECTORA473 ML\",\"option_id\":null,\"net_unit_cost\":\"76.3500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.3500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"76.3500\",\"real_unit_cost\":\"76.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"76.3500\"},{\"id\":\"3038\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2641\",\"product_code\":\"80660956411\",\"product_name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"option_id\":null,\"net_unit_cost\":\"12.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.0800\",\"real_unit_cost\":\"12.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0800\"},{\"id\":\"3039\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2642\",\"product_code\":\"75032715\",\"product_name\":\"CERVEZA CORONA BOTELLA.\",\"option_id\":null,\"net_unit_cost\":\"5.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.8300\",\"real_unit_cost\":\"5.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8300\"},{\"id\":\"3040\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2643\",\"product_code\":\"74000715\",\"product_name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"option_id\":null,\"net_unit_cost\":\"6.1300\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"183.9000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.1300\",\"real_unit_cost\":\"6.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1300\"},{\"id\":\"3041\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2644\",\"product_code\":\"7401000701288\",\"product_name\":\"CERVEZA DORADA ICE LATA.\",\"option_id\":null,\"net_unit_cost\":\"3.4200\",\"quantity\":\"68.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"232.5600\",\"quantity_balance\":\"68.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.4200\",\"real_unit_cost\":\"3.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"68.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4200\"},{\"id\":\"3042\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2645\",\"product_code\":\"7401000702612\",\"product_name\":\"CERVEZA GALLO 16 ONZ.\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"368.0000\",\"quantity_balance\":\"46.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"46.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"3043\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2646\",\"product_code\":\"7401000703299\",\"product_name\":\"CERVEZA GALLO 24 ONZ.\",\"option_id\":null,\"net_unit_cost\":\"11.4400\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"560.5600\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.4400\",\"real_unit_cost\":\"11.4400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.4400\"},{\"id\":\"3044\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2647\",\"product_code\":\"7401000702414\",\"product_name\":\"CERVEZA GALLO LATA .\",\"option_id\":null,\"net_unit_cost\":\"7.5000\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"270.0000\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.5000\",\"real_unit_cost\":\"7.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5000\"},{\"id\":\"3045\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2648\",\"product_code\":\"7401000702056\",\"product_name\":\"CERVEZA GALLO VIDRIO.\",\"option_id\":null,\"net_unit_cost\":\"7.1200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.1200\",\"real_unit_cost\":\"7.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.1200\"},{\"id\":\"3046\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2649\",\"product_code\":\"7501064195303\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"option_id\":null,\"net_unit_cost\":\"6.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.2500\",\"real_unit_cost\":\"6.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.2500\"},{\"id\":\"3047\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2650\",\"product_code\":\"7501064112546\",\"product_name\":\"CERVEZA MODELO LATA.\",\"option_id\":null,\"net_unit_cost\":\"4.5800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.3200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.5800\",\"real_unit_cost\":\"4.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5800\"},{\"id\":\"3048\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2651\",\"product_code\":\"75027278\",\"product_name\":\"CERVEZA MODELO VIDRIO .\",\"option_id\":null,\"net_unit_cost\":\"5.8300\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"69.9600\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.8300\",\"real_unit_cost\":\"5.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8300\"},{\"id\":\"3049\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2652\",\"product_code\":\"74000722\",\"product_name\":\"CERVEZA MONTE CARLO PREMIUN\",\"option_id\":null,\"net_unit_cost\":\"9.0100\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"144.1600\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.0100\",\"real_unit_cost\":\"9.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0100\"},{\"id\":\"3050\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2653\",\"product_code\":\"75002459\",\"product_name\":\"CERVEZA TECATE\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"164.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"724.8800\",\"quantity_balance\":\"164.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"164.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"3051\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2654\",\"product_code\":\"60MM DERECHA\",\"product_name\":\"CHAPA  DERECHA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"64.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"128.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"64.0000\",\"real_unit_cost\":\"64.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0000\"},{\"id\":\"3052\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2655\",\"product_code\":\"60MM IZQUIERDA\",\"product_name\":\"CHAPA IZQUIERDA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"64.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"320.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"64.0000\",\"real_unit_cost\":\"64.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"64.0000\"},{\"id\":\"3053\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2656\",\"product_code\":\"CHHOBR03\",\"product_name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"24.7900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"49.5800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"24.7900\",\"real_unit_cost\":\"24.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7900\"},{\"id\":\"3054\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2657\",\"product_code\":\"7501206692813\",\"product_name\":\"CHEQUE VERTICAL 1\\\" FOSET\",\"option_id\":null,\"net_unit_cost\":\"38.8900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"38.8900\",\"real_unit_cost\":\"38.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.8900\"},{\"id\":\"3055\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2658\",\"product_code\":\"CHEVEBR05\",\"product_name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"38.8900\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.7800\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"38.8900\",\"real_unit_cost\":\"38.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.8900\"},{\"id\":\"3056\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2659\",\"product_code\":\"721282301295\",\"product_name\":\"CHETOS 190G  .\",\"option_id\":null,\"net_unit_cost\":\"10.3000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.6000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.3000\",\"real_unit_cost\":\"10.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.3000\"},{\"id\":\"3057\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2660\",\"product_code\":\"721282100256\",\"product_name\":\"CHICHARRON CRIOLLO PEQ  .\",\"option_id\":null,\"net_unit_cost\":\"3.5700\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.9600\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.5700\",\"real_unit_cost\":\"3.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5700\"},{\"id\":\"3058\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2661\",\"product_code\":\"340\",\"product_name\":\"CHICLES.\",\"option_id\":null,\"net_unit_cost\":\"0.2400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.6400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.2400\",\"real_unit_cost\":\"0.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2400\"},{\"id\":\"3059\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2662\",\"product_code\":\"73877702002\",\"product_name\":\"CHILE JALAPE\",\"option_id\":null,\"net_unit_cost\":\"5.0700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.0700\",\"real_unit_cost\":\"5.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0700\"},{\"id\":\"3060\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2663\",\"product_code\":\"738777170038\",\"product_name\":\"CHILE PICAMAS 100G\",\"option_id\":null,\"net_unit_cost\":\"3.0400\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.0400\",\"real_unit_cost\":\"3.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0400\"},{\"id\":\"3061\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2664\",\"product_code\":\"6942713105099\",\"product_name\":\"CHORRO 1\\/2 BRONCE  SUVAL  SERIA LIVIANA\",\"option_id\":null,\"net_unit_cost\":\"24.9000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"99.6000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"24.9000\",\"real_unit_cost\":\"24.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.9000\"},{\"id\":\"3062\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2665\",\"product_code\":\"LLCHBOZN03\",\"product_name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"47.2500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"3063\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2666\",\"product_code\":\"150WOG\",\"product_name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"option_id\":null,\"net_unit_cost\":\"21.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"168.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.0000\",\"real_unit_cost\":\"21.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0000\"},{\"id\":\"3064\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2667\",\"product_code\":\"BOSSI123\",\"product_name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"27.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"27.0000\",\"real_unit_cost\":\"27.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.0000\"},{\"id\":\"3065\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2668\",\"product_code\":\"6942713105082\",\"product_name\":\"CHORRO DE BRONCE 1\\/2 SUVAL SERIE PESADA\",\"option_id\":null,\"net_unit_cost\":\"38.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"380.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"38.0000\",\"real_unit_cost\":\"38.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"38.0000\"},{\"id\":\"3066\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2669\",\"product_code\":\"6942713105952\",\"product_name\":\"CHORRO DORADO ALDOSA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"14.1300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.6500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"14.1300\",\"real_unit_cost\":\"14.1300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.1300\"},{\"id\":\"3067\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2670\",\"product_code\":\"LLCHCPOPM05\",\"product_name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"15.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"78.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.7500\",\"real_unit_cost\":\"15.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.7500\"},{\"id\":\"3068\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2671\",\"product_code\":\"7506240608004\",\"product_name\":\"CHORRO PRETUL 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"16.9700\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"135.7600\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.9700\",\"real_unit_cost\":\"16.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9700\"},{\"id\":\"3069\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2672\",\"product_code\":\"100045000024\",\"product_name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"option_id\":null,\"net_unit_cost\":\"15.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.0000\",\"real_unit_cost\":\"15.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.0000\"},{\"id\":\"3070\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2673\",\"product_code\":\"51128593042\",\"product_name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"option_id\":null,\"net_unit_cost\":\"0.5700\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.5700\",\"real_unit_cost\":\"0.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5700\"},{\"id\":\"3071\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2674\",\"product_code\":\"5933528762119\",\"product_name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"option_id\":null,\"net_unit_cost\":\"52.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"52.9200\",\"real_unit_cost\":\"52.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"52.9200\"},{\"id\":\"3072\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2675\",\"product_code\":\"7501206626610\",\"product_name\":\"CINTA AISLAR NEGRA PRETUL 19MM X 9M\",\"option_id\":null,\"net_unit_cost\":\"2.6900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.6900\",\"real_unit_cost\":\"2.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6900\"},{\"id\":\"3073\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2676\",\"product_code\":\"54007061328\",\"product_name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"option_id\":null,\"net_unit_cost\":\"34.5300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"34.5300\",\"real_unit_cost\":\"34.5300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.5300\"},{\"id\":\"3074\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2677\",\"product_code\":\"7441002704856\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"option_id\":null,\"net_unit_cost\":\"10.6200\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"233.6400\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.6200\",\"real_unit_cost\":\"10.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6200\"},{\"id\":\"3075\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2678\",\"product_code\":\"102155\",\"product_name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"option_id\":null,\"net_unit_cost\":\"7.2500\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.7500\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.2500\",\"real_unit_cost\":\"7.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.2500\"},{\"id\":\"3076\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2679\",\"product_code\":\"7891040224746\",\"product_name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"option_id\":null,\"net_unit_cost\":\"32.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"32.9200\",\"real_unit_cost\":\"32.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"32.9200\"},{\"id\":\"3077\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2680\",\"product_code\":\"6933528750215\",\"product_name\":\"CINTA DUCTO DE 25M 50291\",\"option_id\":null,\"net_unit_cost\":\"16.0400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.1600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.0400\",\"real_unit_cost\":\"16.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0400\"},{\"id\":\"3078\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2681\",\"product_code\":\"7506240612780\",\"product_name\":\"CINTA EMPAQUE  P\\/DUCTO 10M PRETUL\",\"option_id\":null,\"net_unit_cost\":\"6.7900\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"20.3700\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.7900\",\"real_unit_cost\":\"6.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.7900\"},{\"id\":\"3079\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2682\",\"product_code\":\"7501206679166\",\"product_name\":\"CINTA MASKING TAPE DE 1\\/2 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"9.6700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.3400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.6700\",\"real_unit_cost\":\"9.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6700\"},{\"id\":\"3080\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2683\",\"product_code\":\"75012063679180\",\"product_name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"16.9600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.9600\",\"real_unit_cost\":\"16.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.9600\"},{\"id\":\"3081\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2684\",\"product_code\":\"6942713106263\",\"product_name\":\"CINTA METRICA 50 MTS ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"48.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"48.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"48.0000\",\"real_unit_cost\":\"48.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"48.0000\"},{\"id\":\"3082\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2685\",\"product_code\":\"6942713105631\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/ HULE 5MT\",\"option_id\":null,\"net_unit_cost\":\"9.8000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.8000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.8000\",\"real_unit_cost\":\"9.8000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8000\"},{\"id\":\"3083\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2686\",\"product_code\":\"6942713105624\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/HULE 3MT\",\"option_id\":null,\"net_unit_cost\":\"6.3000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.4000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.3000\",\"real_unit_cost\":\"6.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3000\"},{\"id\":\"3084\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2687\",\"product_code\":\"3253562306081\",\"product_name\":\"CINTA METRICA STANLEY 3M\",\"option_id\":null,\"net_unit_cost\":\"22.9000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.8000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"22.9000\",\"real_unit_cost\":\"22.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"22.9000\"},{\"id\":\"3085\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2688\",\"product_code\":\"7506240612759\",\"product_name\":\"CINTA P\\/EMPAQUE TRANSPARENTE PRETUL\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"3086\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2689\",\"product_code\":\"7441002709561\",\"product_name\":\"CINTA REFLECTIVA ROLLO 3M\",\"option_id\":null,\"net_unit_cost\":\"23.2400\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"69.7200\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"23.2400\",\"real_unit_cost\":\"23.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"23.2400\"},{\"id\":\"3087\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2690\",\"product_code\":\"638060080009\",\"product_name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"option_id\":null,\"net_unit_cost\":\"42.9000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"429.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"42.9000\",\"real_unit_cost\":\"42.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"42.9000\"},{\"id\":\"3088\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2691\",\"product_code\":\"7401007321540\",\"product_name\":\"CINTA TAPAGOTERA PIE\",\"option_id\":null,\"net_unit_cost\":\"5.3400\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"288.3600\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.3400\",\"real_unit_cost\":\"5.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3400\"},{\"id\":\"3089\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2692\",\"product_code\":\"91712500315\",\"product_name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"option_id\":null,\"net_unit_cost\":\"6.5500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.5500\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.5500\",\"real_unit_cost\":\"6.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5500\"},{\"id\":\"3090\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2693\",\"product_code\":\"102324\",\"product_name\":\"CINTA TRANSPARENTE 2 P TESA\",\"option_id\":null,\"net_unit_cost\":\"7.5100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.5500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.5100\",\"real_unit_cost\":\"7.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5100\"},{\"id\":\"3091\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2694\",\"product_code\":\"7506240619123\",\"product_name\":\"CLAVILLO NIQUELADO 17 MM\",\"option_id\":null,\"net_unit_cost\":\"0.0300\",\"quantity\":\"462.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.8600\",\"quantity_balance\":\"462.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.0300\",\"real_unit_cost\":\"0.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"462.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0300\"},{\"id\":\"3092\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2695\",\"product_code\":\"FER00436\",\"product_name\":\"CLAVO 1 1\\/2 LB\",\"option_id\":null,\"net_unit_cost\":\"5.9400\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.9400\",\"real_unit_cost\":\"5.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9400\"},{\"id\":\"3093\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2696\",\"product_code\":\"5500261\",\"product_name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"option_id\":null,\"net_unit_cost\":\"7.5500\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"120.8000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.5500\",\"real_unit_cost\":\"7.5500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.5500\"},{\"id\":\"3094\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2697\",\"product_code\":\"FER00438\",\"product_name\":\"CLAVO 2 1\\/2 LB.\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"69.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"445.0500\",\"quantity_balance\":\"69.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"69.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"3095\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2698\",\"product_code\":\"FER00439\",\"product_name\":\"CLAVO 2 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"67.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"432.1500\",\"quantity_balance\":\"67.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"67.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"3096\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2699\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"774.0000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"3097\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2700\",\"product_code\":\"FER00441\",\"product_name\":\"CLAVO 4 LB\",\"option_id\":null,\"net_unit_cost\":\"6.4500\",\"quantity\":\"77.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"496.6500\",\"quantity_balance\":\"77.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.4500\",\"real_unit_cost\":\"6.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"77.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.4500\"},{\"id\":\"3098\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2701\",\"product_code\":\"FER00447\",\"product_name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.0700\",\"quantity\":\"145.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.1500\",\"quantity_balance\":\"145.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.0700\",\"real_unit_cost\":\"0.0700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"145.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0700\"},{\"id\":\"3099\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2702\",\"product_code\":\"FER00446\",\"product_name\":\"CLAVO CONCRETO 1 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.0900\",\"quantity\":\"442.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.7800\",\"quantity_balance\":\"442.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.0900\",\"real_unit_cost\":\"0.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"442.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0900\"},{\"id\":\"3100\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2703\",\"product_code\":\"FER00449\",\"product_name\":\"CLAVO CONCRETO 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"3101\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2704\",\"product_code\":\"FER00450\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.1000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.5000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1000\",\"real_unit_cost\":\"0.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1000\"},{\"id\":\"3102\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2705\",\"product_code\":\"FER00448\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.1100\",\"quantity\":\"357.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"39.2700\",\"quantity_balance\":\"357.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1100\",\"real_unit_cost\":\"0.1100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"357.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1100\"},{\"id\":\"3103\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2706\",\"product_code\":\"FER00453\",\"product_name\":\"CLAVO CONCRETO 4 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"0.3300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.3300\",\"real_unit_cost\":\"0.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3300\"},{\"id\":\"3104\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2707\",\"product_code\":\"CB123\",\"product_name\":\"CLAVO CONCRETO BRONCO 4\",\"option_id\":null,\"net_unit_cost\":\"31.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"126.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"31.5000\",\"real_unit_cost\":\"31.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5000\"},{\"id\":\"3105\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2708\",\"product_code\":\"FER00710\",\"product_name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"320.0000\",\"quantity_balance\":\"40.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"40.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"3106\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2709\",\"product_code\":\"7401147800066\",\"product_name\":\"CLORO CLORAL 40ML\",\"option_id\":null,\"net_unit_cost\":\"0.6600\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.2000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.6600\",\"real_unit_cost\":\"0.6600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6600\"},{\"id\":\"3107\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2710\",\"product_code\":\"7401006400482\",\"product_name\":\"COCA 20 ONZAS\",\"option_id\":null,\"net_unit_cost\":\"5.9600\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"226.4800\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.9600\",\"real_unit_cost\":\"5.9600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9600\"},{\"id\":\"3108\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2711\",\"product_code\":\"7411001800231\",\"product_name\":\"COCA COLA LATA  .\",\"option_id\":null,\"net_unit_cost\":\"4.2300\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"21.1500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.2300\",\"real_unit_cost\":\"4.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2300\"},{\"id\":\"3109\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2712\",\"product_code\":\"7401006400901\",\"product_name\":\"COCA DESECHABLE 2.5\",\"option_id\":null,\"net_unit_cost\":\"15.3800\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"215.3200\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.3800\",\"real_unit_cost\":\"15.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.3800\"},{\"id\":\"3110\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2713\",\"product_code\":\"7441003500501\",\"product_name\":\"COCA VIDRIO LITRO\",\"option_id\":null,\"net_unit_cost\":\"5.9500\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.9000\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.9500\",\"real_unit_cost\":\"5.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.9500\"},{\"id\":\"3111\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2714\",\"product_code\":\"102330\",\"product_name\":\"CODO 45 GR DR 3\",\"option_id\":null,\"net_unit_cost\":\"4.7300\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.4600\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.7300\",\"real_unit_cost\":\"4.7300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.7300\"},{\"id\":\"3112\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2715\",\"product_code\":\"102106\",\"product_name\":\"CODO 45 GR DR 4 P\",\"option_id\":null,\"net_unit_cost\":\"8.2400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"131.8400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.2400\",\"real_unit_cost\":\"8.2400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2400\"},{\"id\":\"3113\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2716\",\"product_code\":\"PVC00033\",\"product_name\":\"CODO 90 GR 1\",\"option_id\":null,\"net_unit_cost\":\"3.3500\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"90.4500\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.3500\",\"real_unit_cost\":\"3.3500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"27.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.3500\"},{\"id\":\"3114\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2717\",\"product_code\":\"PVC00094\",\"product_name\":\"CODO 90 GR 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"3.9900\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.8100\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.9900\",\"real_unit_cost\":\"3.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9900\"},{\"id\":\"3115\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2718\",\"product_code\":\"PVC00035\",\"product_name\":\"CODO 90 GR 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.7100\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.1000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.7100\",\"real_unit_cost\":\"2.7100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7100\"},{\"id\":\"3116\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2719\",\"product_code\":\"PVC00036\",\"product_name\":\"CODO 90 GR 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.9900\",\"quantity\":\"134.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.6600\",\"quantity_balance\":\"134.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.9900\",\"real_unit_cost\":\"0.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"134.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9900\"},{\"id\":\"3117\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2720\",\"product_code\":\"PVC00037\",\"product_name\":\"CODO 90 GR 2\",\"option_id\":null,\"net_unit_cost\":\"13.7000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"315.1000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.7000\",\"real_unit_cost\":\"13.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.7000\"},{\"id\":\"3118\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2721\",\"product_code\":\"PVC00038\",\"product_name\":\"CODO 90 GR 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"16.2100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"129.6800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.2100\",\"real_unit_cost\":\"16.2100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.2100\"},{\"id\":\"3119\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2722\",\"product_code\":\"PVC00039\",\"product_name\":\"CODO 90 GR 3\",\"option_id\":null,\"net_unit_cost\":\"21.0100\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"315.1500\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"21.0100\",\"real_unit_cost\":\"21.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"21.0100\"},{\"id\":\"3120\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2723\",\"product_code\":\"PVC00040\",\"product_name\":\"CODO 90 GR 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.4900\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.1500\",\"quantity_balance\":\"35.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.4900\",\"real_unit_cost\":\"1.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"35.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.4900\"},{\"id\":\"3121\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2724\",\"product_code\":\"PVC00045\",\"product_name\":\"CODO 90 GR C\\/R 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"1.1900\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"57.1200\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.1900\",\"real_unit_cost\":\"1.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1900\"},{\"id\":\"3122\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2725\",\"product_code\":\"PVC00051\",\"product_name\":\"CODO 90 GR DR 2\",\"option_id\":null,\"net_unit_cost\":\"4.5900\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.9800\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.5900\",\"real_unit_cost\":\"4.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.5900\"},{\"id\":\"3123\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2726\",\"product_code\":\"PVC00052\",\"product_name\":\"CODO 90 GR DR 3\",\"option_id\":null,\"net_unit_cost\":\"15.1900\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.9500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.1900\",\"real_unit_cost\":\"15.1900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.1900\"},{\"id\":\"3124\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2727\",\"product_code\":\"PVC00053\",\"product_name\":\"CODO 90 GR DR 4\",\"option_id\":null,\"net_unit_cost\":\"27.9900\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"475.8300\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"27.9900\",\"real_unit_cost\":\"27.9900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.9900\"},{\"id\":\"3125\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2728\",\"product_code\":\"PVC00054\",\"product_name\":\"CODO 90 GR DR 6\",\"option_id\":null,\"net_unit_cost\":\"50.5700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"353.9900\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"50.5700\",\"real_unit_cost\":\"50.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.5700\"},{\"id\":\"3126\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2729\",\"product_code\":\"102247\",\"product_name\":\"CODO C\\/R 1\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.5000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"80.5000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.5000\",\"real_unit_cost\":\"3.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.5000\"},{\"id\":\"3127\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2730\",\"product_code\":\"102246\",\"product_name\":\"CODO C\\/R 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"60.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"60.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"3128\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2731\",\"product_code\":\"FER31106-2\",\"product_name\":\"CODO PVC 3\\/4 45 GRADOS\",\"option_id\":null,\"net_unit_cost\":\"1.5000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"4.5000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.5000\",\"real_unit_cost\":\"1.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5000\"},{\"id\":\"3129\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2732\",\"product_code\":\"102328\",\"product_name\":\"CODO PVC 4\'\'\",\"option_id\":null,\"net_unit_cost\":\"28.4900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"28.4900\",\"real_unit_cost\":\"28.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.4900\"},{\"id\":\"3130\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2733\",\"product_code\":\"PCV00037\",\"product_name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"option_id\":null,\"net_unit_cost\":\"2.3300\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"114.1700\",\"quantity_balance\":\"49.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.3300\",\"real_unit_cost\":\"2.3300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"49.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.3300\"},{\"id\":\"3131\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2734\",\"product_code\":\"7509546011653\",\"product_name\":\"COLGATE TRIPLE ACCION 150 ML\",\"option_id\":null,\"net_unit_cost\":\"8.7500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.7500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.7500\",\"real_unit_cost\":\"8.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.7500\"},{\"id\":\"3132\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2735\",\"product_code\":\"4710887411153\",\"product_name\":\"COMPAS DE METAL ECONOMICO\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"3133\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2736\",\"product_code\":\"102225\",\"product_name\":\"COMPAS ECONOMICO DE PLASTICO\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"3134\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2737\",\"product_code\":\"7404001753652\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"5.2500\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"26.2500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.2500\",\"real_unit_cost\":\"5.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.2500\"},{\"id\":\"3135\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2738\",\"product_code\":\"7501206659571\",\"product_name\":\"CONECTOR HERMETICO 1\\\" VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"10.2900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.2900\",\"real_unit_cost\":\"10.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2900\"},{\"id\":\"3136\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2739\",\"product_code\":\"7501206659557\",\"product_name\":\"CONECTOR HERMETICO 1\\/2 VOLTECH\",\"option_id\":null,\"net_unit_cost\":\"6.6500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"66.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.6500\",\"real_unit_cost\":\"6.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.6500\"},{\"id\":\"3137\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2740\",\"product_code\":\"FER 010231\",\"product_name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"option_id\":null,\"net_unit_cost\":\"14.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"14.0000\",\"real_unit_cost\":\"14.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0000\"},{\"id\":\"3138\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2741\",\"product_code\":\"6942713105716\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PARED\",\"option_id\":null,\"net_unit_cost\":\"9.6900\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.6900\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.6900\",\"real_unit_cost\":\"9.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6900\"},{\"id\":\"3139\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2742\",\"product_code\":\"6942713105709\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PISO\",\"option_id\":null,\"net_unit_cost\":\"9.9500\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.8500\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.9500\",\"real_unit_cost\":\"9.9500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.9500\"},{\"id\":\"3140\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2743\",\"product_code\":\"6942713105693\",\"product_name\":\"CONTRALLAVE 3\\/8 X 1\\/2 ALDOSA  P\\/PISO\",\"option_id\":null,\"net_unit_cost\":\"12.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.0000\",\"real_unit_cost\":\"12.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.0000\"},{\"id\":\"3141\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2744\",\"product_code\":\"GRIF000175\",\"product_name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"option_id\":null,\"net_unit_cost\":\"26.5000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"238.5000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"26.5000\",\"real_unit_cost\":\"26.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"26.5000\"},{\"id\":\"3142\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2745\",\"product_code\":\"GRIF000176\",\"product_name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"option_id\":null,\"net_unit_cost\":\"24.7000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"222.3000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"24.7000\",\"real_unit_cost\":\"24.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.7000\"},{\"id\":\"3143\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2746\",\"product_code\":\"PVC00068\",\"product_name\":\"COPLA 1\",\"option_id\":null,\"net_unit_cost\":\"1.2900\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.3800\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.2900\",\"real_unit_cost\":\"1.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2900\"},{\"id\":\"3144\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2747\",\"product_code\":\"PVC00069\",\"product_name\":\"COPLA 1 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"2.2900\",\"quantity\":\"47.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"107.6300\",\"quantity_balance\":\"47.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.2900\",\"real_unit_cost\":\"2.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"47.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2900\"},{\"id\":\"3145\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2748\",\"product_code\":\"FER001216\",\"product_name\":\"COPLA 1 1\\/2 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.8700\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.4000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8700\",\"real_unit_cost\":\"0.8700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8700\"},{\"id\":\"3146\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2749\",\"product_code\":\"PVC00071\",\"product_name\":\"COPLA 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.6900\",\"quantity\":\"107.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.8300\",\"quantity_balance\":\"107.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.6900\",\"real_unit_cost\":\"0.6900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"107.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6900\"},{\"id\":\"3147\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2750\",\"product_code\":\"PVC00072\",\"product_name\":\"COPLA 2\",\"option_id\":null,\"net_unit_cost\":\"2.6200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"2.6200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.6200\",\"real_unit_cost\":\"2.6200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.6200\"},{\"id\":\"3148\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2751\",\"product_code\":\"PVC00260\",\"product_name\":\"COPLA 2 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"17.9100\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"411.9300\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"17.9100\",\"real_unit_cost\":\"17.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.9100\"},{\"id\":\"3149\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2752\",\"product_code\":\"PVC00073\",\"product_name\":\"COPLA 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"1.0900\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.8700\",\"quantity_balance\":\"43.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.0900\",\"real_unit_cost\":\"1.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"43.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0900\"},{\"id\":\"3150\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2753\",\"product_code\":\"FER001217\",\"product_name\":\"COPLA 3\\/4 CON ROSCA\",\"option_id\":null,\"net_unit_cost\":\"0.5000\",\"quantity\":\"90.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.0000\",\"quantity_balance\":\"90.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.5000\",\"real_unit_cost\":\"0.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"90.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5000\"},{\"id\":\"3151\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2754\",\"product_code\":\"PVC0001\",\"product_name\":\"COPLA C\\/R 1\",\"option_id\":null,\"net_unit_cost\":\"1.8400\",\"quantity\":\"39.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.7600\",\"quantity_balance\":\"39.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.8400\",\"real_unit_cost\":\"1.8400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"39.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.8400\"},{\"id\":\"3152\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2755\",\"product_code\":\"PVC00076\",\"product_name\":\"COPLA C\\/R 1 1\\/4\",\"option_id\":null,\"net_unit_cost\":\"3.4000\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"183.6000\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.4000\",\"real_unit_cost\":\"3.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.4000\"},{\"id\":\"3153\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2756\",\"product_code\":\"PVC00077\",\"product_name\":\"COPLA C\\/R 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"0.8900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8900\",\"real_unit_cost\":\"0.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8900\"},{\"id\":\"3154\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2757\",\"product_code\":\"102250\",\"product_name\":\"COPLA C\\/R 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"3.0300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.0300\",\"real_unit_cost\":\"3.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0300\"},{\"id\":\"3155\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2758\",\"product_code\":\"PVC00090\",\"product_name\":\"COPLA DR 2\",\"option_id\":null,\"net_unit_cost\":\"3.8500\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"173.2500\",\"quantity_balance\":\"45.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.8500\",\"real_unit_cost\":\"3.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"45.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.8500\"},{\"id\":\"3156\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2759\",\"product_code\":\"PVC00091\",\"product_name\":\"COPLA DR 3\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.5200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"3157\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2760\",\"product_code\":\"PVC00092\",\"product_name\":\"COPLA DR 4\",\"option_id\":null,\"net_unit_cost\":\"11.5700\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"161.9800\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.5700\",\"real_unit_cost\":\"11.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.5700\"},{\"id\":\"3158\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2761\",\"product_code\":\"ELE067\",\"product_name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"0.6000\",\"quantity\":\"73.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"43.8000\",\"quantity_balance\":\"73.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.6000\",\"real_unit_cost\":\"0.6000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"73.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.6000\"},{\"id\":\"3159\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2762\",\"product_code\":\"6942713107963\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.70 MM\",\"option_id\":null,\"net_unit_cost\":\"7.6100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.6600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.6100\",\"real_unit_cost\":\"7.6100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.6100\"},{\"id\":\"3160\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2763\",\"product_code\":\"6942713107987\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.90 MM\",\"option_id\":null,\"net_unit_cost\":\"11.4900\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.9600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.4900\",\"real_unit_cost\":\"11.4900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.4900\"},{\"id\":\"3161\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2764\",\"product_code\":\"6942713107994\",\"product_name\":\"CORDEL ALDOSA 100 MTS 1.00 MM\",\"option_id\":null,\"net_unit_cost\":\"13.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"52.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"13.0000\",\"real_unit_cost\":\"13.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"13.0000\"},{\"id\":\"3162\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2765\",\"product_code\":\"6942713107970\",\"product_name\":\"CORDEL ALDOSA 100 TMS 0.80 MM\",\"option_id\":null,\"net_unit_cost\":\"9.6500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.3000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.6500\",\"real_unit_cost\":\"9.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.6500\"},{\"id\":\"3163\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2766\",\"product_code\":\"FER01397\",\"product_name\":\"CRAYON 2 COLORES GRUESO\",\"option_id\":null,\"net_unit_cost\":\"1.3000\",\"quantity\":\"289.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"375.7000\",\"quantity_balance\":\"289.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.3000\",\"real_unit_cost\":\"1.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"289.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.3000\"},{\"id\":\"3164\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2767\",\"product_code\":\"6942713106287\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS  DE 3\\\"\",\"option_id\":null,\"net_unit_cost\":\"12.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"12.7500\",\"real_unit_cost\":\"12.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"12.7500\"},{\"id\":\"3165\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2768\",\"product_code\":\"6942713106294\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"10.2600\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"10.2600\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.2600\",\"real_unit_cost\":\"10.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.2600\"},{\"id\":\"3166\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2769\",\"product_code\":\"6942713106270\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS DE 2\\\"\",\"option_id\":null,\"net_unit_cost\":\"9.1800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.1800\",\"real_unit_cost\":\"9.1800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.1800\"},{\"id\":\"3167\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2770\",\"product_code\":\"6942713107024\",\"product_name\":\"CRUCETAS P\\/AZULEJO DE 6MM\",\"option_id\":null,\"net_unit_cost\":\"15.2500\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"106.7500\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.2500\",\"real_unit_cost\":\"15.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.2500\"},{\"id\":\"3168\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2771\",\"product_code\":\"7501206628522\",\"product_name\":\"CRUCETAS TRUPER DE 3MM\",\"option_id\":null,\"net_unit_cost\":\"7.0100\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"77.1100\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0100\",\"real_unit_cost\":\"7.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0100\"},{\"id\":\"3169\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2772\",\"product_code\":\"7401000709253\",\"product_name\":\"CUBA LIBRE KARMA\",\"option_id\":null,\"net_unit_cost\":\"3.9800\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9400\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.9800\",\"real_unit_cost\":\"3.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.9800\"},{\"id\":\"3170\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2773\",\"product_code\":\"7401005013614\",\"product_name\":\"CUBATA GUARANA 350 ML\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"3171\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2774\",\"product_code\":\"6942713105761\",\"product_name\":\"CUCHARA # 6 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"8.1000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"186.3000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.1000\",\"real_unit_cost\":\"8.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1000\"},{\"id\":\"3172\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2775\",\"product_code\":\"6942713105778\",\"product_name\":\"CUCHARA # 7 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"11.1700\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.6800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.1700\",\"real_unit_cost\":\"11.1700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.1700\"},{\"id\":\"3173\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2776\",\"product_code\":\"6942713105785\",\"product_name\":\"CUCHARA # 8 ALDOSA\",\"option_id\":null,\"net_unit_cost\":\"10.7000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.7000\",\"real_unit_cost\":\"10.7000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.7000\"},{\"id\":\"3174\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2777\",\"product_code\":\"PVC0105\",\"product_name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"option_id\":null,\"net_unit_cost\":\"5.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.0000\",\"real_unit_cost\":\"5.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0000\"},{\"id\":\"3175\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2778\",\"product_code\":\"9021298\",\"product_name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"0.9100\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.6000\",\"quantity_balance\":\"60.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.9100\",\"real_unit_cost\":\"0.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"60.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.9100\"},{\"id\":\"3176\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2779\",\"product_code\":\"9021299\",\"product_name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"41.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"102.5000\",\"quantity_balance\":\"41.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"41.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"3177\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2780\",\"product_code\":\"7404004460083\",\"product_name\":\"DE LA FINCA CHAMPURRADA\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"3178\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2781\",\"product_code\":\"7404004460090\",\"product_name\":\"DE LA FINCA CHORROS\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"3179\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2782\",\"product_code\":\"7404004460069\",\"product_name\":\"DE LA FINCA HABA CON SAL\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.5000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"3180\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2783\",\"product_code\":\"740404460014\",\"product_name\":\"DE LA FINCA MANI GARRAPI\",\"option_id\":null,\"net_unit_cost\":\"5.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.5000\",\"real_unit_cost\":\"5.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.5000\"},{\"id\":\"3181\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2784\",\"product_code\":\"740404460021\",\"product_name\":\"DE LA FINCA MANI SALADO\",\"option_id\":null,\"net_unit_cost\":\"5.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.5000\",\"real_unit_cost\":\"5.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.5000\"},{\"id\":\"3182\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2785\",\"product_code\":\"7404004460038\",\"product_name\":\"DE LA FINCA MARA\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"3183\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2786\",\"product_code\":\"7404004460144\",\"product_name\":\"DE LA FINCA NATURAL MIX\",\"option_id\":null,\"net_unit_cost\":\"8.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.0000\",\"real_unit_cost\":\"8.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.0000\"},{\"id\":\"3184\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2787\",\"product_code\":\"7404004460076\",\"product_name\":\"DE LA FINCA PLATANINA\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"3185\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2788\",\"product_code\":\"7404004460045\",\"product_name\":\"DE LA FINCA SEMILLA MIXTA\",\"option_id\":null,\"net_unit_cost\":\"6.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.5000\",\"real_unit_cost\":\"6.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5000\"},{\"id\":\"3186\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2789\",\"product_code\":\"7401000707327\",\"product_name\":\"DE LA GRANJA 1 LITRO\",\"option_id\":null,\"net_unit_cost\":\"8.4200\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"42.1000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.4200\",\"real_unit_cost\":\"8.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.4200\"},{\"id\":\"3187\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2790\",\"product_code\":\"7401000707310\",\"product_name\":\"DE LA GRANJA 1\\/2 LITRO.   .\",\"option_id\":null,\"net_unit_cost\":\"5.0100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.0100\",\"real_unit_cost\":\"5.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.0100\"},{\"id\":\"3188\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2791\",\"product_code\":\"7401000707303\",\"product_name\":\"DE LA GRANJA VASO.  .\",\"option_id\":null,\"net_unit_cost\":\"2.9100\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"17.4600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.9100\",\"real_unit_cost\":\"2.9100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9100\"},{\"id\":\"3189\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2792\",\"product_code\":\"6933528720461\",\"product_name\":\"DESARAMDOR CON PUNTAS Y COPAS INTER20041\",\"option_id\":null,\"net_unit_cost\":\"75.3100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.3100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"75.3100\",\"real_unit_cost\":\"75.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"75.3100\"},{\"id\":\"3190\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2793\",\"product_code\":\"7501206664315\",\"product_name\":\"DESARMADOR  PRETUL PHILLIPS 6\\\"\",\"option_id\":null,\"net_unit_cost\":\"8.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.2800\",\"real_unit_cost\":\"8.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2800\"},{\"id\":\"3191\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2794\",\"product_code\":\"7501206664131\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"7.7600\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.8000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.7600\",\"real_unit_cost\":\"7.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7600\"},{\"id\":\"3192\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2795\",\"product_code\":\"7501206664162\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 6\\\"\",\"option_id\":null,\"net_unit_cost\":\"8.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"41.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.2800\",\"real_unit_cost\":\"8.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.2800\"},{\"id\":\"3193\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2796\",\"product_code\":\"7501206664285\",\"product_name\":\"DESARMADOR PRETUL PHILLIPS 4\\\"\",\"option_id\":null,\"net_unit_cost\":\"7.7600\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.0400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.7600\",\"real_unit_cost\":\"7.7600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.7600\"},{\"id\":\"3194\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2797\",\"product_code\":\"74892800509\",\"product_name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"option_id\":null,\"net_unit_cost\":\"0.0100\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0800\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.0100\",\"real_unit_cost\":\"0.0100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0100\"},{\"id\":\"3195\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2798\",\"product_code\":\"748928004839\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"option_id\":null,\"net_unit_cost\":\"1.5700\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"18.8400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.5700\",\"real_unit_cost\":\"1.5700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5700\"},{\"id\":\"3196\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2799\",\"product_code\":\"748928006505\",\"product_name\":\"DETERGENTE ORIX 450 GR\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"3197\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2800\",\"product_code\":\"748928006512\",\"product_name\":\"DETERGENTE ORIX 900 GR\",\"option_id\":null,\"net_unit_cost\":\"9.8500\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"59.1000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.8500\",\"real_unit_cost\":\"9.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.8500\"},{\"id\":\"3198\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2801\",\"product_code\":\"74110003822820\",\"product_name\":\"DETERGENTE XEDEX 1KG\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"9.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"3199\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2802\",\"product_code\":\"28877321639\",\"product_name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"option_id\":null,\"net_unit_cost\":\"17.8800\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"679.4400\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"17.8800\",\"real_unit_cost\":\"17.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"17.8800\"},{\"id\":\"3200\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2803\",\"product_code\":\"7506240675259\",\"product_name\":\"DISCO  24 DIENTES P\\/MADERA PRETUL\",\"option_id\":null,\"net_unit_cost\":\"31.5000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"31.5000\",\"real_unit_cost\":\"31.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"31.5000\"},{\"id\":\"3201\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2804\",\"product_code\":\"7506240675242\",\"product_name\":\"DISCO 40 DIENTES P\\/MADERA PRETUL\",\"option_id\":null,\"net_unit_cost\":\"62.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"62.0000\",\"real_unit_cost\":\"62.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"62.0000\"},{\"id\":\"3202\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2805\",\"product_code\":\"7501206685099\",\"product_name\":\"DISCO C\\/METAL 4 1\\/2 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"4.4200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.2600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.4200\",\"real_unit_cost\":\"4.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4200\"},{\"id\":\"3203\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2806\",\"product_code\":\"7506240624608\",\"product_name\":\"DISCO CORTE FINO 7\\\" PRETUL 22346\",\"option_id\":null,\"net_unit_cost\":\"6.5900\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"65.9000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.5900\",\"real_unit_cost\":\"6.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.5900\"},{\"id\":\"3204\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2807\",\"product_code\":\"7506240656951\",\"product_name\":\"DISCO DE DIAMANTE 4 1\\/2  PRETUL 21009\",\"option_id\":null,\"net_unit_cost\":\"20.1400\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"181.2600\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.1400\",\"real_unit_cost\":\"20.1400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.1400\"},{\"id\":\"3205\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2808\",\"product_code\":\"7501206686126\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TRUPE\",\"option_id\":null,\"net_unit_cost\":\"44.2900\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"44.2900\",\"real_unit_cost\":\"44.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.2900\"},{\"id\":\"3206\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2809\",\"product_code\":\"7798216497792\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"option_id\":null,\"net_unit_cost\":\"45.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"45.0000\",\"real_unit_cost\":\"45.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"45.0000\"},{\"id\":\"3207\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2810\",\"product_code\":\"7501206657188\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 7? PRETUL\",\"option_id\":null,\"net_unit_cost\":\"41.4100\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"165.6400\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"41.4100\",\"real_unit_cost\":\"41.4100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.4100\"},{\"id\":\"3208\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2811\",\"product_code\":\"FER02908\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"59.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"59.0000\",\"real_unit_cost\":\"59.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"59.0000\"},{\"id\":\"3209\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2812\",\"product_code\":\"7501206652367\",\"product_name\":\"DISCO DIAMANTE RIN CONTINUO 4 1\\/2 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"44.7700\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.5400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"44.7700\",\"real_unit_cost\":\"44.7700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"44.7700\"},{\"id\":\"3210\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2813\",\"product_code\":\"750624064064\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"option_id\":null,\"net_unit_cost\":\"11.7200\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"46.8800\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.7200\",\"real_unit_cost\":\"11.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7200\"},{\"id\":\"3211\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2814\",\"product_code\":\"7506240640257\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 40\",\"option_id\":null,\"net_unit_cost\":\"11.7200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"35.1600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.7200\",\"real_unit_cost\":\"11.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.7200\"},{\"id\":\"3212\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2815\",\"product_code\":\"7506240640271\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 80\",\"option_id\":null,\"net_unit_cost\":\"11.9400\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"71.6400\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.9400\",\"real_unit_cost\":\"11.9400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9400\"},{\"id\":\"3213\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2816\",\"product_code\":\"6933528786191\",\"product_name\":\"DISCO OXIDO GRANO 60 77212\",\"option_id\":null,\"net_unit_cost\":\"7.0300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0300\",\"real_unit_cost\":\"7.0300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0300\"},{\"id\":\"3214\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2817\",\"product_code\":\"885911137508\",\"product_name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"option_id\":null,\"net_unit_cost\":\"20.8900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"250.6800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"20.8900\",\"real_unit_cost\":\"20.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"20.8900\"},{\"id\":\"3215\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2818\",\"product_code\":\"28877321608\",\"product_name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"option_id\":null,\"net_unit_cost\":\"10.0400\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"200.8000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.0400\",\"real_unit_cost\":\"10.0400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.0400\"},{\"id\":\"3216\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2819\",\"product_code\":\"7798216498287\",\"product_name\":\"DISCO P\\/METAL DE 7?GLADIATOR\",\"option_id\":null,\"net_unit_cost\":\"9.0000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"180.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.0000\",\"real_unit_cost\":\"9.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.0000\"},{\"id\":\"3217\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2820\",\"product_code\":\"7501206622216\",\"product_name\":\"DISCO P\\/PULIR 4 1\\/2 TRUPER\",\"option_id\":null,\"net_unit_cost\":\"11.2500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"22.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.2500\",\"real_unit_cost\":\"11.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.2500\"},{\"id\":\"3218\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2821\",\"product_code\":\"7506240666974\",\"product_name\":\"DISCO REC. DE DIAMANTE 4 1\\/2 PRETU 27032\",\"option_id\":null,\"net_unit_cost\":\"24.9700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"224.7300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"24.9700\",\"real_unit_cost\":\"24.9700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"24.9700\"},{\"id\":\"3219\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2822\",\"product_code\":\"7401000702902\",\"product_name\":\"DORADA ICE LATA 16 OZ.  .\",\"option_id\":null,\"net_unit_cost\":\"4.6700\",\"quantity\":\"119.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"555.7300\",\"quantity_balance\":\"119.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.6700\",\"real_unit_cost\":\"4.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"119.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.6700\"},{\"id\":\"3220\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2823\",\"product_code\":\"721282300397\",\"product_name\":\"DORITOS FAMILIAR   .\",\"option_id\":null,\"net_unit_cost\":\"10.7200\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.1600\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.7200\",\"real_unit_cost\":\"10.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.7200\"},{\"id\":\"3221\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2824\",\"product_code\":\"100083000017\",\"product_name\":\"DUCHA EXAGONAL VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"100.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"3222\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2825\",\"product_code\":\"VK0908\",\"product_name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"option_id\":null,\"net_unit_cost\":\"53.6800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"53.6800\",\"real_unit_cost\":\"53.6800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"53.6800\"},{\"id\":\"3223\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2826\",\"product_code\":\"VK0795\",\"product_name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"option_id\":null,\"net_unit_cost\":\"25.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"25.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"25.0000\",\"real_unit_cost\":\"25.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"25.0000\"},{\"id\":\"3224\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2827\",\"product_code\":\"UP0000793\",\"product_name\":\"DULCES COLOMBINA\",\"option_id\":null,\"net_unit_cost\":\"0.1600\",\"quantity\":\"188.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"30.0800\",\"quantity_balance\":\"188.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.1600\",\"real_unit_cost\":\"0.1600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"188.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.1600\"},{\"id\":\"3225\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2828\",\"product_code\":\"341\",\"product_name\":\"DULCES HALLS      .\",\"option_id\":null,\"net_unit_cost\":\"0.2300\",\"quantity\":\"120.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.6000\",\"quantity_balance\":\"120.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.2300\",\"real_unit_cost\":\"0.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"120.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2300\"},{\"id\":\"3226\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2829\",\"product_code\":\"41333029955\",\"product_name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"option_id\":null,\"net_unit_cost\":\"34.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"34.0000\",\"real_unit_cost\":\"34.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"34.0000\"},{\"id\":\"3227\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2830\",\"product_code\":\"41333001111\",\"product_name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"option_id\":null,\"net_unit_cost\":\"4.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.0000\",\"real_unit_cost\":\"4.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.0000\"},{\"id\":\"3228\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2831\",\"product_code\":\"41333428482\",\"product_name\":\"DURACELL REGULAR AAA 1UIDAD\",\"option_id\":null,\"net_unit_cost\":\"5.3000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"31.8000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.3000\",\"real_unit_cost\":\"5.3000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.3000\"},{\"id\":\"3229\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2832\",\"product_code\":\"102311\",\"product_name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"option_id\":null,\"net_unit_cost\":\"3.7500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"15.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.7500\",\"real_unit_cost\":\"3.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.7500\"},{\"id\":\"3230\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2833\",\"product_code\":\"7501206650066\",\"product_name\":\"ESCOBA METALICA TRUPER 22 DIENTES C\\/MANG\",\"option_id\":null,\"net_unit_cost\":\"27.2200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"54.4400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"27.2200\",\"real_unit_cost\":\"27.2200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"27.2200\"},{\"id\":\"3231\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2834\",\"product_code\":\"7501206659915\",\"product_name\":\"ESCOBA PL\",\"option_id\":null,\"net_unit_cost\":\"37.5100\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"37.5100\",\"real_unit_cost\":\"37.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5100\"},{\"id\":\"3232\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2835\",\"product_code\":\"D87\",\"product_name\":\"ESCOBAS\",\"option_id\":null,\"net_unit_cost\":\"10.6700\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"32.0100\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.6700\",\"real_unit_cost\":\"10.6700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.6700\"},{\"id\":\"3233\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2836\",\"product_code\":\"6933528735335\",\"product_name\":\"ESCUADRA PARA CARPINTERO 10\\\" 35080\",\"option_id\":null,\"net_unit_cost\":\"11.9200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.9200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"11.9200\",\"real_unit_cost\":\"11.9200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"11.9200\"},{\"id\":\"3234\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2837\",\"product_code\":\"102227\",\"product_name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"option_id\":null,\"net_unit_cost\":\"0.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.2500\",\"real_unit_cost\":\"0.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.2500\"},{\"id\":\"3235\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2838\",\"product_code\":\"102229\",\"product_name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"option_id\":null,\"net_unit_cost\":\"1.9000\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"45.6000\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.9000\",\"real_unit_cost\":\"1.9000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.9000\"},{\"id\":\"3236\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2839\",\"product_code\":\"102231\",\"product_name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"option_id\":null,\"net_unit_cost\":\"0.5800\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.2200\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.5800\",\"real_unit_cost\":\"0.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.5800\"},{\"id\":\"3237\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2840\",\"product_code\":\"102236\",\"product_name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"option_id\":null,\"net_unit_cost\":\"2.2300\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"8.9200\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.2300\",\"real_unit_cost\":\"2.2300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2300\"},{\"id\":\"3238\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2841\",\"product_code\":\"102233\",\"product_name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"option_id\":null,\"net_unit_cost\":\"0.7900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"7.1100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.7900\",\"real_unit_cost\":\"0.7900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.7900\"},{\"id\":\"3239\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2842\",\"product_code\":\"102234\",\"product_name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"option_id\":null,\"net_unit_cost\":\"1.2700\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"11.4300\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.2700\",\"real_unit_cost\":\"1.2700\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.2700\"},{\"id\":\"3240\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2843\",\"product_code\":\"102235\",\"product_name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"option_id\":null,\"net_unit_cost\":\"1.5900\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.3100\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.5900\",\"real_unit_cost\":\"1.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5900\"},{\"id\":\"3241\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2844\",\"product_code\":\"AB608\\/120\\/60\",\"product_name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"option_id\":null,\"net_unit_cost\":\"556.5100\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"556.5100\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"556.5100\",\"real_unit_cost\":\"556.5100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"556.5100\"},{\"id\":\"3242\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2845\",\"product_code\":\"6130-33\",\"product_name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"option_id\":null,\"net_unit_cost\":\"530.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"530.0000\",\"real_unit_cost\":\"530.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"530.0000\"},{\"id\":\"3243\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2846\",\"product_code\":\"7506240654421\",\"product_name\":\"ESMERILADORA ANGULAR PROF. TRUPER 4 1\\/2\",\"option_id\":null,\"net_unit_cost\":\"230.7200\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"230.7200\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"230.7200\",\"real_unit_cost\":\"230.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"230.7200\"},{\"id\":\"3244\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2847\",\"product_code\":\"6933528789000\",\"product_name\":\"ESMERILADORA INDUSTRIAL DE 9\\\" 79725\",\"option_id\":null,\"net_unit_cost\":\"800.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"800.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"800.0000\",\"real_unit_cost\":\"800.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"800.0000\"},{\"id\":\"3245\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2848\",\"product_code\":\"7506240622246\",\"product_name\":\"ESPATULA 3\\\" FLEXIBLE  INOXIDABLETRUPER\",\"option_id\":null,\"net_unit_cost\":\"15.3100\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"76.5500\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"15.3100\",\"real_unit_cost\":\"15.3100\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"15.3100\"},{\"id\":\"3246\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2849\",\"product_code\":\"7506240673774\",\"product_name\":\"ESPATULA FLEXIBLE TRUPER \\\"10\",\"option_id\":null,\"net_unit_cost\":\"28.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"308.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"28.0000\",\"real_unit_cost\":\"28.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"28.0000\"},{\"id\":\"3247\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2850\",\"product_code\":\"7441109003784\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"option_id\":null,\"net_unit_cost\":\"10.8900\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"130.6800\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"10.8900\",\"real_unit_cost\":\"10.8900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"10.8900\"},{\"id\":\"3248\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2851\",\"product_code\":\"FER00150\",\"product_name\":\"ESPONJA GRANDE PARA REPELLO\",\"option_id\":null,\"net_unit_cost\":\"5.8800\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"282.2400\",\"quantity_balance\":\"48.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.8800\",\"real_unit_cost\":\"5.8800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"48.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.8800\"},{\"id\":\"3249\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2852\",\"product_code\":\"21200844416\",\"product_name\":\"ESPONJA MULTIUSOS SCOTCH\",\"option_id\":null,\"net_unit_cost\":\"30.2800\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"151.4000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"30.2800\",\"real_unit_cost\":\"30.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"30.2800\"},{\"id\":\"3250\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2853\",\"product_code\":\"FER000151\",\"product_name\":\"ESPONJA PEQUE\",\"option_id\":null,\"net_unit_cost\":\"2.7800\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.1200\",\"quantity_balance\":\"54.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.7800\",\"real_unit_cost\":\"2.7800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"54.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7800\"},{\"id\":\"3251\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2854\",\"product_code\":\"7441002707222\",\"product_name\":\"ESPONJA SCOTCH BRITE MARRON\",\"option_id\":null,\"net_unit_cost\":\"7.3400\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.3600\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.3400\",\"real_unit_cost\":\"7.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.3400\"},{\"id\":\"3252\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2855\",\"product_code\":\"769409200380\",\"product_name\":\"EXTENCION EXPERT 2.4M\",\"option_id\":null,\"net_unit_cost\":\"70.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"70.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"70.0000\",\"real_unit_cost\":\"70.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"70.0000\"},{\"id\":\"3253\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2856\",\"product_code\":\"7501892884530\",\"product_name\":\"EXTENSION 2*16 ROTTER BLANCA\",\"option_id\":null,\"net_unit_cost\":\"16.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"16.0000\",\"real_unit_cost\":\"16.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"16.0000\"},{\"id\":\"3254\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2857\",\"product_code\":\"769409174063\",\"product_name\":\"FELPA ARTISAN 1\\/2 ACRILICA\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"73.2000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"3255\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2858\",\"product_code\":\"769409174032\",\"product_name\":\"FELPA ARTISAN 3\\/4\",\"option_id\":null,\"net_unit_cost\":\"6.3800\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"57.4200\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.3800\",\"real_unit_cost\":\"6.3800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3800\"},{\"id\":\"3256\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2859\",\"product_code\":\"769409174056\",\"product_name\":\"FELPA DE 1\\/2 *9 PLG FARBE\",\"option_id\":null,\"net_unit_cost\":\"6.3200\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"75.8400\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.3200\",\"real_unit_cost\":\"6.3200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.3200\"},{\"id\":\"3257\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2860\",\"product_code\":\"76940900117\",\"product_name\":\"FELPA EXPERT STANDAR 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"5.4000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"64.8000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.4000\",\"real_unit_cost\":\"5.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.4000\"},{\"id\":\"3258\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2861\",\"product_code\":\"7502222814920\",\"product_name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"option_id\":null,\"net_unit_cost\":\"6.1000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"79.3000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.1000\",\"real_unit_cost\":\"6.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.1000\"},{\"id\":\"3259\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2862\",\"product_code\":\"769409001031\",\"product_name\":\"FELPA STANDAR 1 1\\/4*9\",\"option_id\":null,\"net_unit_cost\":\"8.1000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"89.1000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"8.1000\",\"real_unit_cost\":\"8.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"8.1000\"},{\"id\":\"3260\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2863\",\"product_code\":\"721282300793\",\"product_name\":\"FIESTA SNAX FAMILIAR.\",\"option_id\":null,\"net_unit_cost\":\"9.7500\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"9.7500\",\"real_unit_cost\":\"9.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.7500\"},{\"id\":\"3261\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2864\",\"product_code\":\"721282202745\",\"product_name\":\"FIESTA SNAX PEQUE\",\"option_id\":null,\"net_unit_cost\":\"4.4500\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"44.5000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.4500\",\"real_unit_cost\":\"4.4500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.4500\"},{\"id\":\"3262\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2865\",\"product_code\":\"6933236904764\",\"product_name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"option_id\":null,\"net_unit_cost\":\"1.1200\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"6.7200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.1200\",\"real_unit_cost\":\"1.1200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.1200\"},{\"id\":\"3263\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2866\",\"product_code\":\"THQC1120\",\"product_name\":\"FLIPON # 20 THQC1120\",\"option_id\":null,\"net_unit_cost\":\"71.0000\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"1349.0000\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"71.0000\",\"real_unit_cost\":\"71.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"71.0000\"},{\"id\":\"3264\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2867\",\"product_code\":\"207831614012866\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"option_id\":null,\"net_unit_cost\":\"37.2900\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"410.1900\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"37.2900\",\"real_unit_cost\":\"37.2900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.2900\"},{\"id\":\"3265\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2868\",\"product_code\":\"20783164012877\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"option_id\":null,\"net_unit_cost\":\"37.5900\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"488.6700\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"37.5900\",\"real_unit_cost\":\"37.5900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"37.5900\"},{\"id\":\"3266\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2869\",\"product_code\":\"20783164012884\",\"product_name\":\"FLIPON 1*40 AMPERIOS THQL 1140\",\"option_id\":null,\"net_unit_cost\":\"41.6500\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"374.8500\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"41.6500\",\"real_unit_cost\":\"41.6500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6500\"},{\"id\":\"3267\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2870\",\"product_code\":\"207831664012891\",\"product_name\":\"FLIPON 1*50 AMPERIOS THQL 1150\",\"option_id\":null,\"net_unit_cost\":\"41.6400\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"333.1200\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"41.6400\",\"real_unit_cost\":\"41.6400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"41.6400\"},{\"id\":\"3268\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2871\",\"product_code\":\"102312\",\"product_name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"option_id\":null,\"net_unit_cost\":\"3.2500\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.2500\",\"real_unit_cost\":\"3.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2500\"},{\"id\":\"3269\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2872\",\"product_code\":\"7406189006193\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"option_id\":null,\"net_unit_cost\":\"7.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"7.0000\",\"real_unit_cost\":\"7.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"7.0000\"},{\"id\":\"3270\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2873\",\"product_code\":\"7401000705217\",\"product_name\":\"FRIJOL DEL MONTE 5.5\",\"option_id\":null,\"net_unit_cost\":\"2.5000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.5000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.5000\",\"real_unit_cost\":\"2.5000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5000\"},{\"id\":\"3271\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2874\",\"product_code\":\"7406189004564\",\"product_name\":\"FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ\",\"option_id\":null,\"net_unit_cost\":\"2.2600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"13.5600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.2600\",\"real_unit_cost\":\"2.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.2600\"},{\"id\":\"3272\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2875\",\"product_code\":\"88313062267\",\"product_name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"option_id\":null,\"net_unit_cost\":\"2.9800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.9800\",\"real_unit_cost\":\"2.9800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.9800\"},{\"id\":\"3273\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2876\",\"product_code\":\"88313062281\",\"product_name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"option_id\":null,\"net_unit_cost\":\"6.0800\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"6.0800\",\"real_unit_cost\":\"6.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"6.0800\"},{\"id\":\"3274\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2877\",\"product_code\":\"24474002124\",\"product_name\":\"FRUTA FRESCA  PETIT\",\"option_id\":null,\"net_unit_cost\":\"2.5400\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"27.9400\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.5400\",\"real_unit_cost\":\"2.5400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.5400\"},{\"id\":\"3275\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2878\",\"product_code\":\"9111207379620\",\"product_name\":\"FULL CRETE (1 CUARTO GALON)\",\"option_id\":null,\"net_unit_cost\":\"50.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"50.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"50.0000\",\"real_unit_cost\":\"50.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"50.0000\"},{\"id\":\"3276\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2879\",\"product_code\":\"7501000635726\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"3277\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2880\",\"product_code\":\"7501000663705\",\"product_name\":\"GALLETA ARCOIRIS FRUTIS.\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"3278\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2881\",\"product_code\":\"7406234005720\",\"product_name\":\"GALLETA BRIDGE\",\"option_id\":null,\"net_unit_cost\":\"0.8200\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"14.7600\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8200\",\"real_unit_cost\":\"0.8200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8200\"},{\"id\":\"3279\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2882\",\"product_code\":\"753079005017\",\"product_name\":\"GALLETA CAN CAN\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"3280\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2883\",\"product_code\":\"7441163411570\",\"product_name\":\"GALLETA CHIKY CHIPS\",\"option_id\":null,\"net_unit_cost\":\"1.5800\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"60.0400\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.5800\",\"real_unit_cost\":\"1.5800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.5800\"},{\"id\":\"3281\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2884\",\"product_code\":\"7622300268633\",\"product_name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"option_id\":null,\"net_unit_cost\":\"3.2800\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.6800\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"3.2800\",\"real_unit_cost\":\"3.2800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.2800\"},{\"id\":\"3282\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2885\",\"product_code\":\"7501756900024\",\"product_name\":\"GALLETA CHOCOVIC\",\"option_id\":null,\"net_unit_cost\":\"0.4000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.4000\",\"real_unit_cost\":\"0.4000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.4000\"},{\"id\":\"3283\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2886\",\"product_code\":\"7501000635306\",\"product_name\":\"GALLETA CHOKIS      .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"40.8000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"3284\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2887\",\"product_code\":\"86581012502\",\"product_name\":\"GALLETA CLUB EXTRA..\",\"option_id\":null,\"net_unit_cost\":\"0.8300\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"28.2200\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8300\",\"real_unit_cost\":\"0.8300\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8300\"},{\"id\":\"3285\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2888\",\"product_code\":\"86581015121\",\"product_name\":\"GALLETA CREMAS GDE .\",\"option_id\":null,\"net_unit_cost\":\"0.8500\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"37.4000\",\"quantity_balance\":\"44.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8500\",\"real_unit_cost\":\"0.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"44.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8500\"},{\"id\":\"3286\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2889\",\"product_code\":\"7501000614530\",\"product_name\":\"GALLETA CREMAX    .\",\"option_id\":null,\"net_unit_cost\":\"4.2600\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"29.8200\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.2600\",\"real_unit_cost\":\"4.2600\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2600\"},{\"id\":\"3287\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2890\",\"product_code\":\"7501000635658\",\"product_name\":\"GALLETA EMPERADOR .\",\"option_id\":null,\"net_unit_cost\":\"4.2500\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"34.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"4.2500\",\"real_unit_cost\":\"4.2500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"4.2500\"},{\"id\":\"3288\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2891\",\"product_code\":\"7501000655700\",\"product_name\":\"GALLETA FLORENTINA.\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"132.6000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"3289\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2892\",\"product_code\":\"7501000658923\",\"product_name\":\"GALLETA MARIAS GAMESA\",\"option_id\":null,\"net_unit_cost\":\"2.7500\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"2.7500\",\"real_unit_cost\":\"2.7500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"2.7500\"},{\"id\":\"3290\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2893\",\"product_code\":\"7590011151110\",\"product_name\":\"GALLETA OREO\",\"option_id\":null,\"net_unit_cost\":\"1.0800\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"38.8800\",\"quantity_balance\":\"36.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"1.0800\",\"real_unit_cost\":\"1.0800\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"1.0800\"},{\"id\":\"3291\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2894\",\"product_code\":\"751000645756\",\"product_name\":\"GALLETA PAN CREMA .\",\"option_id\":null,\"net_unit_cost\":\"5.1000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"81.6000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"5.1000\",\"real_unit_cost\":\"5.1000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.1000\"},{\"id\":\"3292\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2895\",\"product_code\":\"86581001070\",\"product_name\":\"GALLETA SODA POZUELO\",\"option_id\":null,\"net_unit_cost\":\"0.3400\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"5.4400\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.3400\",\"real_unit_cost\":\"0.3400\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.3400\"},{\"id\":\"3293\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2896\",\"product_code\":\"86581017699\",\"product_name\":\"GALLETA TIPO.               .\",\"option_id\":null,\"net_unit_cost\":\"0.8500\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"19.5500\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"0.8500\",\"real_unit_cost\":\"0.8500\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.8500\"},{\"id\":\"3294\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2897\",\"product_code\":\"842071003685\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"option_id\":null,\"net_unit_cost\":\"132.7200\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"265.4400\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"132.7200\",\"real_unit_cost\":\"132.7200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"132.7200\"},{\"id\":\"3295\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2898\",\"product_code\":\"842071001148\",\"product_name\":\"GALON ACEITE URSA SUPER TD SAE 15W-40\",\"option_id\":null,\"net_unit_cost\":\"193.4200\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"193.4200\",\"real_unit_cost\":\"193.4200\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"193.4200\"},{\"id\":\"3296\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2899\",\"product_code\":\"GEL0001\",\"product_name\":\"GALON ALCOHOL GEL\",\"option_id\":null,\"net_unit_cost\":\"155.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"465.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"155.0000\",\"real_unit_cost\":\"155.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"155.0000\"},{\"id\":\"3297\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2900\",\"product_code\":\"9121217379626\",\"product_name\":\"GALON FULL CRETE\",\"option_id\":null,\"net_unit_cost\":\"150.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"150.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"150.0000\",\"real_unit_cost\":\"150.0000\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"150.0000\"},{\"id\":\"3298\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"2901\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"option_id\":null,\"net_unit_cost\":\"14.0900\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"\",\"item_discount\":\"0.0000\",\"expiry\":\"0000-00-00\",\"subtotal\":\"535.4200\",\"quantity_balance\":\"38.0000\",\"date\":\"2022-04-29\",\"status\":\"received\",\"unit_cost\":\"14.0900\",\"real_unit_cost\":\"14.0900\",\"quantity_received\":null,\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"38.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"14.0900\"}]}', '2022-04-29 09:10:08');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2045, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3396\",\"code\":\"99701561\",\"name\":\"COSTANERA NEGRO DE 4X2 CHAPA 14.\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"195.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"costanera-negro-de-4x2-chapa-14\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-05-07 12:20:26');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2046, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3422\",\"code\":\"27074331\",\"name\":\"CLAVO P\\/LAMINA LIBRA.\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"12.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"27074331\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-05-27 08:42:54');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2047, 'Quantity adjustment is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"4\",\"date\":\"2022-06-09 12:21:00\",\"reference_no\":\"INVENTARIO FERRETERIA\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;AJUSTE DE INVENTARIO EL 09&sol;06&sol;2022&nbsp;&lt;&sol;p&gt;\",\"attachment\":\"ea7353971022aaee9d32b954a3880392.csv\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"4\",\"adjustment_id\":\"4\",\"product_id\":\"2990\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02-290\",\"product_name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"5\",\"adjustment_id\":\"4\",\"product_id\":\"2991\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"02-310\",\"product_name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"6\",\"adjustment_id\":\"4\",\"product_id\":\"3034\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"045242502653\",\"product_name\":\"METRO 8 METROS MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"7\",\"adjustment_id\":\"4\",\"product_id\":\"3483\",\"option_id\":\"0\",\"quantity\":\"105.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"081537305226\",\"product_name\":\"SE\\u00d1ORIAL PEQUE\\u00d1O\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"8\",\"adjustment_id\":\"4\",\"product_id\":\"3223\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1\",\"product_name\":\"TABCIN.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"9\",\"adjustment_id\":\"4\",\"product_id\":\"2901\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10\",\"adjustment_id\":\"4\",\"product_id\":\"2672\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"100045000024\",\"product_name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11\",\"adjustment_id\":\"4\",\"product_id\":\"2824\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"100083000017\",\"product_name\":\"DUCHA EXAGONAL VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"12\",\"adjustment_id\":\"4\",\"product_id\":\"3078\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"100103000010\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/MARIPOSA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13\",\"adjustment_id\":\"4\",\"product_id\":\"3077\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100103000027\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14\",\"adjustment_id\":\"4\",\"product_id\":\"2557\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10015600067\",\"product_name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"15\",\"adjustment_id\":\"4\",\"product_id\":\"2607\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"100165000034\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"16\",\"adjustment_id\":\"4\",\"product_id\":\"2608\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"100165000058\",\"product_name\":\"CAJA CLAVO CONCRETO 3\\\"  VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"17\",\"adjustment_id\":\"4\",\"product_id\":\"2493\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"100231000043\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"18\",\"adjustment_id\":\"4\",\"product_id\":\"2498\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100231000050\",\"product_name\":\"ADAPTADOR P\\/COPA TALDRO VIKINGO 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"19\",\"adjustment_id\":\"4\",\"product_id\":\"3277\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10040\",\"product_name\":\"TENACIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"20\",\"adjustment_id\":\"4\",\"product_id\":\"2575\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10045242184764\",\"product_name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"21\",\"adjustment_id\":\"4\",\"product_id\":\"2960\",\"option_id\":\"0\",\"quantity\":\"55.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102\",\"product_name\":\"LB CLAVO PARA LAMINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"22\",\"adjustment_id\":\"4\",\"product_id\":\"3304\",\"option_id\":\"0\",\"quantity\":\"1000.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10203\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2P PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"23\",\"adjustment_id\":\"4\",\"product_id\":\"3303\",\"option_id\":\"0\",\"quantity\":\"230.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10204\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2 P BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"24\",\"adjustment_id\":\"4\",\"product_id\":\"3246\",\"option_id\":\"0\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10205\",\"product_name\":\"TAPON H DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"25\",\"adjustment_id\":\"4\",\"product_id\":\"2715\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102106\",\"product_name\":\"CODO 45 GR DR 4 P\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"26\",\"adjustment_id\":\"4\",\"product_id\":\"3339\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102108\",\"product_name\":\"VALVULA PILA 2 P BRONCE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"27\",\"adjustment_id\":\"4\",\"product_id\":\"3340\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102109\",\"product_name\":\"VALVULA PILA 3 BRONCE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"28\",\"adjustment_id\":\"4\",\"product_id\":\"3146\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102111\",\"product_name\":\"REDUCIDOR DE 3-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"29\",\"adjustment_id\":\"4\",\"product_id\":\"3334\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102145\",\"product_name\":\"VALVULA DE ALUMINIO DE 3?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"30\",\"adjustment_id\":\"4\",\"product_id\":\"3159\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102146\",\"product_name\":\"REPOSADERA 4*4? ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"31\",\"adjustment_id\":\"4\",\"product_id\":\"3265\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102147\",\"product_name\":\"TEE 3\\\" PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"32\",\"adjustment_id\":\"4\",\"product_id\":\"3263\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102148\",\"product_name\":\"TEE 2\\\" PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"33\",\"adjustment_id\":\"4\",\"product_id\":\"3261\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102149\",\"product_name\":\"TEE 2 1\\/2 PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"34\",\"adjustment_id\":\"4\",\"product_id\":\"2678\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102155\",\"product_name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"35\",\"adjustment_id\":\"4\",\"product_id\":\"3145\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"36\",\"adjustment_id\":\"4\",\"product_id\":\"2485\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102190\",\"product_name\":\"ACEITE SAE 40 AMERICAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"37\",\"adjustment_id\":\"4\",\"product_id\":\"3296\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102204\",\"product_name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 ?\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"38\",\"adjustment_id\":\"4\",\"product_id\":\"3306\",\"option_id\":\"0\",\"quantity\":\"323.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102207\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"39\",\"adjustment_id\":\"4\",\"product_id\":\"3305\",\"option_id\":\"0\",\"quantity\":\"576.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102215\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"40\",\"adjustment_id\":\"4\",\"product_id\":\"3072\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102220\",\"product_name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"41\",\"adjustment_id\":\"4\",\"product_id\":\"3071\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102221\",\"product_name\":\"PAPEL ARCO IRIS CARTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"42\",\"adjustment_id\":\"4\",\"product_id\":\"2736\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102225\",\"product_name\":\"COMPAS ECONOMICO DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"43\",\"adjustment_id\":\"4\",\"product_id\":\"2837\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102227\",\"product_name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"44\",\"adjustment_id\":\"4\",\"product_id\":\"2838\",\"option_id\":\"0\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102229\",\"product_name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"45\",\"adjustment_id\":\"4\",\"product_id\":\"2839\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102231\",\"product_name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"46\",\"adjustment_id\":\"4\",\"product_id\":\"2841\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102233\",\"product_name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"47\",\"adjustment_id\":\"4\",\"product_id\":\"2842\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102234\",\"product_name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"48\",\"adjustment_id\":\"4\",\"product_id\":\"2843\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102235\",\"product_name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"49\",\"adjustment_id\":\"4\",\"product_id\":\"2840\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102236\",\"product_name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"50\",\"adjustment_id\":\"4\",\"product_id\":\"2730\",\"option_id\":\"0\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102246\",\"product_name\":\"CODO C\\/R 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"51\",\"adjustment_id\":\"4\",\"product_id\":\"2729\",\"option_id\":\"0\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102247\",\"product_name\":\"CODO C\\/R 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"52\",\"adjustment_id\":\"4\",\"product_id\":\"3269\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102248\",\"product_name\":\"TEE C\\/R 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"53\",\"adjustment_id\":\"4\",\"product_id\":\"3268\",\"option_id\":\"0\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102249\",\"product_name\":\"TEE C\\/R 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"54\",\"adjustment_id\":\"4\",\"product_id\":\"2757\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102250\",\"product_name\":\"COPLA C\\/R 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"55\",\"adjustment_id\":\"4\",\"product_id\":\"3242\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102252\",\"product_name\":\"TAPON 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"56\",\"adjustment_id\":\"4\",\"product_id\":\"3294\",\"option_id\":\"0\",\"quantity\":\"500.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102253\",\"product_name\":\"TORNILLO NEGRO DE 2\\\" BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"57\",\"adjustment_id\":\"4\",\"product_id\":\"3293\",\"option_id\":\"0\",\"quantity\":\"530.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102256\",\"product_name\":\"TORNILLO NEGRO 2 1\\/2 \\\" BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"58\",\"adjustment_id\":\"4\",\"product_id\":\"3042\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102275\",\"product_name\":\"MINI SNICKERS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"59\",\"adjustment_id\":\"4\",\"product_id\":\"2996\",\"option_id\":\"0\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102285\",\"product_name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"60\",\"adjustment_id\":\"4\",\"product_id\":\"3240\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102290\",\"product_name\":\"TAPON 1\\/2 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"61\",\"adjustment_id\":\"4\",\"product_id\":\"3301\",\"option_id\":\"0\",\"quantity\":\"1103.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102298\",\"product_name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"62\",\"adjustment_id\":\"4\",\"product_id\":\"3295\",\"option_id\":\"0\",\"quantity\":\"1050.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102300\",\"product_name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"63\",\"adjustment_id\":\"4\",\"product_id\":\"3023\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102301\",\"product_name\":\"MARTILLO ALDOSA 25 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"64\",\"adjustment_id\":\"4\",\"product_id\":\"2527\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102302\",\"product_name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"65\",\"adjustment_id\":\"4\",\"product_id\":\"3184\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102304\",\"product_name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"66\",\"adjustment_id\":\"4\",\"product_id\":\"3279\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102305\",\"product_name\":\"TENAZA DE 10\'\' ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"67\",\"adjustment_id\":\"4\",\"product_id\":\"3280\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102306\",\"product_name\":\"TENAZA DE 9\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"68\",\"adjustment_id\":\"4\",\"product_id\":\"2637\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102307\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"69\",\"adjustment_id\":\"4\",\"product_id\":\"3274\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102308\",\"product_name\":\"TEFLON 1\\/2  ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"70\",\"adjustment_id\":\"4\",\"product_id\":\"3272\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102309\",\"product_name\":\"TEFLON 1\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"71\",\"adjustment_id\":\"4\",\"product_id\":\"3289\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102310\",\"product_name\":\"TORNILLO 2P BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"72\",\"adjustment_id\":\"4\",\"product_id\":\"2832\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102311\",\"product_name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"73\",\"adjustment_id\":\"4\",\"product_id\":\"2871\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102312\",\"product_name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"74\",\"adjustment_id\":\"4\",\"product_id\":\"3298\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102313\",\"product_name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"75\",\"adjustment_id\":\"4\",\"product_id\":\"2623\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102314\",\"product_name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"76\",\"adjustment_id\":\"4\",\"product_id\":\"3052\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102316\",\"product_name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"77\",\"adjustment_id\":\"4\",\"product_id\":\"3024\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102317\",\"product_name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"78\",\"adjustment_id\":\"4\",\"product_id\":\"2636\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102320\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"79\",\"adjustment_id\":\"4\",\"product_id\":\"2693\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102324\",\"product_name\":\"CINTA TRANSPARENTE 2 P TESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"80\",\"adjustment_id\":\"4\",\"product_id\":\"2732\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102328\",\"product_name\":\"CODO PVC 4\'\'\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"81\",\"adjustment_id\":\"4\",\"product_id\":\"2714\",\"option_id\":\"0\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102330\",\"product_name\":\"CODO 45 GR DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"82\",\"adjustment_id\":\"4\",\"product_id\":\"3247\",\"option_id\":\"0\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102347\",\"product_name\":\"TAPON HEMBRA 3 PSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"83\",\"adjustment_id\":\"4\",\"product_id\":\"3142\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102349\",\"product_name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"84\",\"adjustment_id\":\"4\",\"product_id\":\"2604\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102358\",\"product_name\":\"CAIMAN DE 30\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"85\",\"adjustment_id\":\"4\",\"product_id\":\"2605\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102359\",\"product_name\":\"CAIMAN DE 36\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"86\",\"adjustment_id\":\"4\",\"product_id\":\"3107\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102360\",\"product_name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"87\",\"adjustment_id\":\"4\",\"product_id\":\"2964\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102375\",\"product_name\":\"LIBRA DE PITA COMPLETA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"88\",\"adjustment_id\":\"4\",\"product_id\":\"2914\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102381\",\"product_name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"89\",\"adjustment_id\":\"4\",\"product_id\":\"3299\",\"option_id\":\"0\",\"quantity\":\"1882.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10256\",\"product_name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"90\",\"adjustment_id\":\"4\",\"product_id\":\"2616\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10277\",\"product_name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"91\",\"adjustment_id\":\"4\",\"product_id\":\"3108\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10279\",\"product_name\":\"PLANCHA PARA ALBA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"92\",\"adjustment_id\":\"4\",\"product_id\":\"3005\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10295\",\"product_name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"93\",\"adjustment_id\":\"4\",\"product_id\":\"3337\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10298\",\"product_name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"94\",\"adjustment_id\":\"4\",\"product_id\":\"3157\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10299\",\"product_name\":\"REPOSADERA 2 P ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"95\",\"adjustment_id\":\"4\",\"product_id\":\"3063\",\"option_id\":\"0\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"104\",\"product_name\":\"ORANGE LATA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"96\",\"adjustment_id\":\"4\",\"product_id\":\"3062\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"109\",\"product_name\":\"ORANGE JUMBO.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"97\",\"adjustment_id\":\"4\",\"product_id\":\"2486\",\"option_id\":\"0\",\"quantity\":\"82.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10901790550593\",\"product_name\":\"ACETAMINOFEN CAPLIN POINT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"98\",\"adjustment_id\":\"4\",\"product_id\":\"3018\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"110021000016\",\"product_name\":\"MARRO 2  LIBRAS VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"99\",\"adjustment_id\":\"4\",\"product_id\":\"3061\",\"option_id\":\"0\",\"quantity\":\"76.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"111\",\"product_name\":\"ORANGE DESECHABLE.         .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"100\",\"adjustment_id\":\"4\",\"product_id\":\"2514\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"11418040168\",\"product_name\":\"ALKA SELTZER .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"101\",\"adjustment_id\":\"4\",\"product_id\":\"2513\",\"option_id\":\"0\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"11418240780\",\"product_name\":\"ALKA AD  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"102\",\"adjustment_id\":\"4\",\"product_id\":\"2524\",\"option_id\":\"0\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"11418696839\",\"product_name\":\"ASPIRINA FORTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"103\",\"adjustment_id\":\"4\",\"product_id\":\"3102\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"12\",\"product_name\":\"PLAFONERA BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"104\",\"adjustment_id\":\"4\",\"product_id\":\"2955\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"123\",\"product_name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"105\",\"adjustment_id\":\"4\",\"product_id\":\"3276\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"12310\",\"product_name\":\"TEFLON 3\\/4 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"106\",\"adjustment_id\":\"4\",\"product_id\":\"3312\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"13\",\"product_name\":\"TORTRIX TACO..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"107\",\"adjustment_id\":\"4\",\"product_id\":\"3085\",\"option_id\":\"0\",\"quantity\":\"65.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"15\",\"product_name\":\"PEPSI LATA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"108\",\"adjustment_id\":\"4\",\"product_id\":\"2541\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"150\",\"product_name\":\"BOCADELI PEQUE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"109\",\"adjustment_id\":\"4\",\"product_id\":\"2666\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"150WOG\",\"product_name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"110\",\"adjustment_id\":\"4\",\"product_id\":\"3048\",\"option_id\":\"0\",\"quantity\":\"171.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"111\",\"adjustment_id\":\"4\",\"product_id\":\"3117\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"15155\",\"product_name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"112\",\"adjustment_id\":\"4\",\"product_id\":\"3086\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"15199\",\"product_name\":\"PEPSI VIDRIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"113\",\"adjustment_id\":\"4\",\"product_id\":\"2630\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"15310\",\"product_name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"114\",\"adjustment_id\":\"4\",\"product_id\":\"2469\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"1546 UNIDAD\",\"product_name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"115\",\"adjustment_id\":\"4\",\"product_id\":\"2471\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"1553\",\"product_name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"116\",\"adjustment_id\":\"4\",\"product_id\":\"2565\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"17501206634513\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"117\",\"adjustment_id\":\"4\",\"product_id\":\"2571\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17501206646080\",\"product_name\":\"BROCA P\\/METAL TRUPER 1\\/2 ACERO M2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"118\",\"adjustment_id\":\"4\",\"product_id\":\"2993\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"19025\",\"product_name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"119\",\"adjustment_id\":\"4\",\"product_id\":\"2867\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"207831614012866\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"120\",\"adjustment_id\":\"4\",\"product_id\":\"2868\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"20783164012877\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"121\",\"adjustment_id\":\"4\",\"product_id\":\"2869\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"20783164012884\",\"product_name\":\"FLIPON 1*40 AMPERIOS THQL 1140\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"122\",\"adjustment_id\":\"4\",\"product_id\":\"2870\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"207831664012891\",\"product_name\":\"FLIPON 1*50 AMPERIOS THQL 1150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"123\",\"adjustment_id\":\"4\",\"product_id\":\"2597\",\"option_id\":\"0\",\"quantity\":\"75.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"21\",\"product_name\":\"CABLE THHN N0 8 NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"124\",\"adjustment_id\":\"4\",\"product_id\":\"3217\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200212109\",\"product_name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"125\",\"adjustment_id\":\"4\",\"product_id\":\"2852\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"21200844416\",\"product_name\":\"ESPONJA MULTIUSOS SCOTCH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"126\",\"adjustment_id\":\"4\",\"product_id\":\"3216\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200964749\",\"product_name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"127\",\"adjustment_id\":\"4\",\"product_id\":\"2517\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24000501558\",\"product_name\":\"ALOE VERA DEL MONTE 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"128\",\"adjustment_id\":\"4\",\"product_id\":\"2877\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"24474002124\",\"product_name\":\"FRUTA FRESCA  PETIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"129\",\"adjustment_id\":\"4\",\"product_id\":\"2948\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24474381014\",\"product_name\":\"JUGO PETIT LATA 330 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"130\",\"adjustment_id\":\"4\",\"product_id\":\"2956\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28571000687\",\"product_name\":\"LA SIRENA PICA PICA PEQ    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"131\",\"adjustment_id\":\"4\",\"product_id\":\"2818\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"28877321608\",\"product_name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"132\",\"adjustment_id\":\"4\",\"product_id\":\"2802\",\"option_id\":\"0\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"28877321639\",\"product_name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"133\",\"adjustment_id\":\"4\",\"product_id\":\"2599\",\"option_id\":\"0\",\"quantity\":\"56.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"3\",\"product_name\":\"CABLE THHN No.8 ROJO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"134\",\"adjustment_id\":\"4\",\"product_id\":\"3113\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"300V-80\",\"product_name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"135\",\"adjustment_id\":\"4\",\"product_id\":\"2687\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"3253562306081\",\"product_name\":\"CINTA METRICA STANLEY 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"136\",\"adjustment_id\":\"4\",\"product_id\":\"2983\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"3253569868612\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"137\",\"adjustment_id\":\"4\",\"product_id\":\"2984\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"3253569868636\",\"product_name\":\"LLAVE COLA\\/CORONA #18 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"138\",\"adjustment_id\":\"4\",\"product_id\":\"2985\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"3253569868643\",\"product_name\":\"LLAVE COLA\\/CORONA #19 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"139\",\"adjustment_id\":\"4\",\"product_id\":\"2986\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"3253569868650\",\"product_name\":\"LLAVE COLA\\/CORONA #20 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"140\",\"adjustment_id\":\"4\",\"product_id\":\"3199\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"33886000390\",\"product_name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"141\",\"adjustment_id\":\"4\",\"product_id\":\"2661\",\"option_id\":\"0\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"340\",\"product_name\":\"CHICLES.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"142\",\"adjustment_id\":\"4\",\"product_id\":\"2828\",\"option_id\":\"0\",\"quantity\":\"53.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"341\",\"product_name\":\"DULCES HALLS      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"143\",\"adjustment_id\":\"4\",\"product_id\":\"3314\",\"option_id\":\"0\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"342\",\"product_name\":\"TRIDENT 4S             .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"144\",\"adjustment_id\":\"4\",\"product_id\":\"2949\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"345\",\"product_name\":\"JUGOS CALIFORNIA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"145\",\"adjustment_id\":\"4\",\"product_id\":\"2977\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"39101002507\",\"product_name\":\"LIQUIDO DE FRENOS DOT-3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"146\",\"adjustment_id\":\"4\",\"product_id\":\"3026\",\"option_id\":\"0\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"3LAYER MASCA\",\"product_name\":\"MASCARILLA 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"147\",\"adjustment_id\":\"4\",\"product_id\":\"2600\",\"option_id\":\"0\",\"quantity\":\"64.5000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"4\",\"product_name\":\"CABLE THHN No.8 VERDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"148\",\"adjustment_id\":\"4\",\"product_id\":\"2998\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"400WOG\",\"product_name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"149\",\"adjustment_id\":\"4\",\"product_id\":\"3000\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"411653\",\"product_name\":\"LLAVE DUCHA QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"150\",\"adjustment_id\":\"4\",\"product_id\":\"3196\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"411868\",\"product_name\":\"SIFON PARA LAVAMANOS QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"151\",\"adjustment_id\":\"4\",\"product_id\":\"3316\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"412568\",\"product_name\":\"TUBO DE ABASTO 1\\/2\\\"  X 7\\/8\\\" QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"152\",\"adjustment_id\":\"4\",\"product_id\":\"2830\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"41333001111\",\"product_name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"153\",\"adjustment_id\":\"4\",\"product_id\":\"2829\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"41333029955\",\"product_name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"154\",\"adjustment_id\":\"4\",\"product_id\":\"2831\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"41333428482\",\"product_name\":\"DURACELL REGULAR AAA 1UIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"155\",\"adjustment_id\":\"4\",\"product_id\":\"2980\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"42071002442\",\"product_name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"156\",\"adjustment_id\":\"4\",\"product_id\":\"3486\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"43343906\",\"product_name\":\"LAYS ORIGINAL PROMO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"157\",\"adjustment_id\":\"4\",\"product_id\":\"3033\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"45242502646\",\"product_name\":\"METRO 5 M MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"158\",\"adjustment_id\":\"4\",\"product_id\":\"3046\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45242534470\",\"product_name\":\"NABAJA PLEGABLE MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"159\",\"adjustment_id\":\"4\",\"product_id\":\"2735\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"4710887411153\",\"product_name\":\"COMPAS DE METAL ECONOMICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"160\",\"adjustment_id\":\"4\",\"product_id\":\"3173\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"4711678071365\",\"product_name\":\"SACAPUNTAS PLAST THUMB  Y-PLUS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"161\",\"adjustment_id\":\"4\",\"product_id\":\"2553\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"4711678072546\",\"product_name\":\"BORRADOR CANDY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"162\",\"adjustment_id\":\"4\",\"product_id\":\"3178\",\"option_id\":\"0\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"47501206642106\",\"product_name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"163\",\"adjustment_id\":\"4\",\"product_id\":\"2574\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"48-20-9130\",\"product_name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"164\",\"adjustment_id\":\"4\",\"product_id\":\"2908\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"4997148010298\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"165\",\"adjustment_id\":\"4\",\"product_id\":\"2909\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4997148010311\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 3\\/4 CAJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"166\",\"adjustment_id\":\"4\",\"product_id\":\"2952\",\"option_id\":\"0\",\"quantity\":\"74.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"5\",\"product_name\":\"KERNS LATA.      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"167\",\"adjustment_id\":\"4\",\"product_id\":\"2995\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"502243003\",\"product_name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"168\",\"adjustment_id\":\"4\",\"product_id\":\"2673\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"51128593042\",\"product_name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"169\",\"adjustment_id\":\"4\",\"product_id\":\"2640\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"51131390300\",\"product_name\":\"CERA CINTETICA PROTECTORA473 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"170\",\"adjustment_id\":\"4\",\"product_id\":\"2982\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"512\",\"product_name\":\"LITRO PEPSI.     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"171\",\"adjustment_id\":\"4\",\"product_id\":\"3212\",\"option_id\":\"0\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"52\",\"product_name\":\"SOPAS INSTANTANEAS .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"172\",\"adjustment_id\":\"4\",\"product_id\":\"2464\",\"option_id\":\"0\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"53\",\"product_name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"173\",\"adjustment_id\":\"4\",\"product_id\":\"3321\",\"option_id\":\"0\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"53010\",\"product_name\":\"UNION CONDUIT 1 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"174\",\"adjustment_id\":\"4\",\"product_id\":\"2543\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"531100279849\",\"product_name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"175\",\"adjustment_id\":\"4\",\"product_id\":\"3229\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5374-20\",\"product_name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"176\",\"adjustment_id\":\"4\",\"product_id\":\"2676\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"54007061328\",\"product_name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"177\",\"adjustment_id\":\"4\",\"product_id\":\"2696\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"5500261\",\"product_name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"178\",\"adjustment_id\":\"4\",\"product_id\":\"3060\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"56\",\"product_name\":\"OCTAVO SABORES.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"179\",\"adjustment_id\":\"4\",\"product_id\":\"2674\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"5933528762119\",\"product_name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"180\",\"adjustment_id\":\"4\",\"product_id\":\"2598\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6\",\"product_name\":\"CABLE THHN No.10 NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"181\",\"adjustment_id\":\"4\",\"product_id\":\"3059\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60\",\"product_name\":\"NYLON UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"182\",\"adjustment_id\":\"4\",\"product_id\":\"2654\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"60MM DERECHA\",\"product_name\":\"CHAPA  DERECHA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"183\",\"adjustment_id\":\"4\",\"product_id\":\"2655\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"60MM IZQUIERDA\",\"product_name\":\"CHAPA IZQUIERDA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"184\",\"adjustment_id\":\"4\",\"product_id\":\"2845\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6130-33\",\"product_name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"185\",\"adjustment_id\":\"4\",\"product_id\":\"3525\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6180855442929\",\"product_name\":\"LIMA PLANA METAL 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"186\",\"adjustment_id\":\"4\",\"product_id\":\"2690\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"638060080009\",\"product_name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"187\",\"adjustment_id\":\"4\",\"product_id\":\"2941\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6424497200905\",\"product_name\":\"JABONERA CROMADA FOREVER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"188\",\"adjustment_id\":\"4\",\"product_id\":\"3084\",\"option_id\":\"0\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"65\",\"product_name\":\"PEPSI DESECHABLE Y SABORES  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"189\",\"adjustment_id\":\"4\",\"product_id\":\"3345\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"675873001579\",\"product_name\":\"VITAFLENACO UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"190\",\"adjustment_id\":\"4\",\"product_id\":\"3528\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582160222\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"191\",\"adjustment_id\":\"4\",\"product_id\":\"3527\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582160741\",\"product_name\":\"DISCO DE DIAMANTE CONTINUO 4 1\\/2 TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"192\",\"adjustment_id\":\"4\",\"product_id\":\"3518\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582161410\",\"product_name\":\"TENAZIN INDUSTRIAL DE 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"193\",\"adjustment_id\":\"4\",\"product_id\":\"3506\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582166064\",\"product_name\":\"DISCO SIERRA CIRCULAR DE DIAMANTE 7 1\\/4  TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"194\",\"adjustment_id\":\"4\",\"product_id\":\"3516\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582167733\",\"product_name\":\"TENAZA DE ARMADOR DE 9\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"195\",\"adjustment_id\":\"4\",\"product_id\":\"3519\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582167740\",\"product_name\":\"TENAZA DE ARMADOR DE 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"196\",\"adjustment_id\":\"4\",\"product_id\":\"3521\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582168150\",\"product_name\":\"TIJERA PARA CORTAR LAMINA 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"197\",\"adjustment_id\":\"4\",\"product_id\":\"3508\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582169010\",\"product_name\":\"LALVE MANDRIL 1\\/2 TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"198\",\"adjustment_id\":\"4\",\"product_id\":\"3509\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582169171\",\"product_name\":\"VIZE GRIP RECTO 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"199\",\"adjustment_id\":\"4\",\"product_id\":\"3507\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582169515\",\"product_name\":\"ADAPTADOR MAGNETICO 3\\/8 TOTAL (UNIDAD)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"200\",\"adjustment_id\":\"4\",\"product_id\":\"3503\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582170146\",\"product_name\":\"REMACHADORA DE MANO 10.5\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"201\",\"adjustment_id\":\"4\",\"product_id\":\"3524\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582171068\",\"product_name\":\"ALICATE PICO DE LORO 10\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"202\",\"adjustment_id\":\"4\",\"product_id\":\"3500\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582172973\",\"product_name\":\"TRIQUET HIDRAULICO 2 TON TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"203\",\"adjustment_id\":\"4\",\"product_id\":\"3501\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582174380\",\"product_name\":\"JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"204\",\"adjustment_id\":\"4\",\"product_id\":\"3504\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582176599\",\"product_name\":\"CINTA METRICA 8 MT PRO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"205\",\"adjustment_id\":\"4\",\"product_id\":\"3502\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582178104\",\"product_name\":\"BARRA DE U\\u00d1A 24\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"206\",\"adjustment_id\":\"4\",\"product_id\":\"3505\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582179040\",\"product_name\":\"CINTA METRICA 5 MT X 25MM PRO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"207\",\"adjustment_id\":\"4\",\"product_id\":\"3515\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582180398\",\"product_name\":\"JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"208\",\"adjustment_id\":\"4\",\"product_id\":\"3513\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582180923\",\"product_name\":\"CORTAPERNOS 24\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"209\",\"adjustment_id\":\"4\",\"product_id\":\"3512\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582180978\",\"product_name\":\"CORTAPERNOS 18\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"210\",\"adjustment_id\":\"4\",\"product_id\":\"3514\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582181692\",\"product_name\":\"CORTAPERNOS 30\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"211\",\"adjustment_id\":\"4\",\"product_id\":\"3517\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582181746\",\"product_name\":\"SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"212\",\"adjustment_id\":\"4\",\"product_id\":\"3522\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582181791\",\"product_name\":\"CUCHARA PARA ALBA\\u00d1IL 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"213\",\"adjustment_id\":\"4\",\"product_id\":\"3498\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582181975\",\"product_name\":\"SERRUCHO 20\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"214\",\"adjustment_id\":\"4\",\"product_id\":\"3499\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582181982\",\"product_name\":\"SERRUCHO 22\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"215\",\"adjustment_id\":\"4\",\"product_id\":\"3523\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582183283\",\"product_name\":\"SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"216\",\"adjustment_id\":\"4\",\"product_id\":\"3530\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582185638\",\"product_name\":\"PORTAELECTRODO 500A TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"217\",\"adjustment_id\":\"4\",\"product_id\":\"3497\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582186604\",\"product_name\":\"JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"218\",\"adjustment_id\":\"4\",\"product_id\":\"3531\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582186659\",\"product_name\":\"PORTAELECTRODO 800A TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"219\",\"adjustment_id\":\"4\",\"product_id\":\"3520\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582187069\",\"product_name\":\"SIERRA PLEGABLE 7\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"220\",\"adjustment_id\":\"4\",\"product_id\":\"3510\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582188253\",\"product_name\":\"VIZE GRIP CURVO 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"221\",\"adjustment_id\":\"4\",\"product_id\":\"3511\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582188592\",\"product_name\":\"ALICATE VIZE GRIP CURVO 7\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"222\",\"adjustment_id\":\"4\",\"product_id\":\"3532\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582189582\",\"product_name\":\"BOMBA PERIFERICA 0.5 HP TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"223\",\"adjustment_id\":\"4\",\"product_id\":\"3526\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582191202\",\"product_name\":\"ALICATE PRESION P\\/SOLDAR 10\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"224\",\"adjustment_id\":\"4\",\"product_id\":\"3529\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582194043\",\"product_name\":\"PLANCHA C\\/ESPONJA ASPERA MANGO PLASTICO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"225\",\"adjustment_id\":\"4\",\"product_id\":\"2865\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933236904764\",\"product_name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"226\",\"adjustment_id\":\"4\",\"product_id\":\"3278\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528710806\",\"product_name\":\"TENACION INDUSTRIAL DE 8\\\" 10039\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"227\",\"adjustment_id\":\"4\",\"product_id\":\"3534\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528714125\",\"product_name\":\"JUEGO DE LLAVES COLA Y CORONA 8 PZS  5\\/16 - 3\\/4 TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"228\",\"adjustment_id\":\"4\",\"product_id\":\"2994\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528715610\",\"product_name\":\"LLAVE DE CRUZ DE 14\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"229\",\"adjustment_id\":\"4\",\"product_id\":\"2945\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528716297\",\"product_name\":\"JUEGO LLAVES COLA\\/ CORONA FLEX 15259\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"230\",\"adjustment_id\":\"4\",\"product_id\":\"3533\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528717140\",\"product_name\":\"JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"231\",\"adjustment_id\":\"4\",\"product_id\":\"2944\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717195\",\"product_name\":\"JUEGO DE RATCHET1\\/4 14 PZS   15150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"232\",\"adjustment_id\":\"4\",\"product_id\":\"2947\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528717201\",\"product_name\":\"JUEGO RATCHT3\\/8 12 PZS 15151\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"233\",\"adjustment_id\":\"4\",\"product_id\":\"2946\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717218\",\"product_name\":\"JUEGO RATCHET 1\\/2 12 PZS 15152\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"234\",\"adjustment_id\":\"4\",\"product_id\":\"3041\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717225\",\"product_name\":\"MINI CANGREJO 6.5\\\" 15280\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"235\",\"adjustment_id\":\"4\",\"product_id\":\"2792\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528720461\",\"product_name\":\"DESARAMDOR CON PUNTAS Y COPAS INTER20041\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"236\",\"adjustment_id\":\"4\",\"product_id\":\"2456\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528725053\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"237\",\"adjustment_id\":\"4\",\"product_id\":\"2915\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"693352872557\",\"product_name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"238\",\"adjustment_id\":\"4\",\"product_id\":\"2516\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725848\",\"product_name\":\"ALMADANA TOLSEN 6 LBS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"239\",\"adjustment_id\":\"4\",\"product_id\":\"2512\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730200\",\"product_name\":\"ALICATE MULTIUSOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"240\",\"adjustment_id\":\"4\",\"product_id\":\"3285\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730378\",\"product_name\":\"TIJERA PARA LAMINA DE 10\\\" 30036\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"241\",\"adjustment_id\":\"4\",\"product_id\":\"3286\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528730385\",\"product_name\":\"TIJERA PARA LAMINA DE 12\\\" 30037\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"242\",\"adjustment_id\":\"4\",\"product_id\":\"2836\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735335\",\"product_name\":\"ESCUADRA PARA CARPINTERO 10\\\" 35080\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"243\",\"adjustment_id\":\"4\",\"product_id\":\"3054\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528735472\",\"product_name\":\"NIVEL INDUTRIAL MAGNETICO 16\\\\\\\" 35111 TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"244\",\"adjustment_id\":\"4\",\"product_id\":\"3535\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528735489\",\"product_name\":\"NIVEL INDUSTRIAL MAGNETICO 24\\\\\\\" 35112 TOLSEN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"245\",\"adjustment_id\":\"4\",\"product_id\":\"3053\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528735496\",\"product_name\":\"NIVEL INDUSTRILA MAGNETICO 32\\\\\\\" 35113 TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"246\",\"adjustment_id\":\"4\",\"product_id\":\"3324\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735663\",\"product_name\":\"VAINER DE 6\\\" 35049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"247\",\"adjustment_id\":\"4\",\"product_id\":\"3536\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528741015\",\"product_name\":\"CUCHARA MANGO DE MADERA 7\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"248\",\"adjustment_id\":\"4\",\"product_id\":\"3537\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528741022\",\"product_name\":\"CUCHARA MANGO DE MADERA 8\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"249\",\"adjustment_id\":\"4\",\"product_id\":\"3153\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528743002\",\"product_name\":\"REMACHADORA PROFECIONAL DE 10\\\" 43001\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"250\",\"adjustment_id\":\"4\",\"product_id\":\"3154\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528743033\",\"product_name\":\"REMACHE POP 50 PZS 2*4*6MM 43005\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"251\",\"adjustment_id\":\"4\",\"product_id\":\"3538\",\"option_id\":\"0\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528745020\",\"product_name\":\"GUANTES DE NITRILO TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"252\",\"adjustment_id\":\"4\",\"product_id\":\"3539\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528745112\",\"product_name\":\"LENTES DE SEGURIDAD AJUSTABLES TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"253\",\"adjustment_id\":\"4\",\"product_id\":\"2680\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528750215\",\"product_name\":\"CINTA DUCTO DE 25M 50291\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"254\",\"adjustment_id\":\"4\",\"product_id\":\"3540\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528751151\",\"product_name\":\"MENSULA BLANCA DE 10 X12\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"255\",\"adjustment_id\":\"4\",\"product_id\":\"3541\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528758099\",\"product_name\":\"PALA CUADRADA MANGO LARGO TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"256\",\"adjustment_id\":\"4\",\"product_id\":\"3313\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528765233\",\"product_name\":\"TRICKET DE BOTELLA INDUSTRI 4T 85404\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"257\",\"adjustment_id\":\"4\",\"product_id\":\"3543\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528778424\",\"product_name\":\"BROCA DE PALETA DE 1\\/2\\\\\\\" TOLSEN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"258\",\"adjustment_id\":\"4\",\"product_id\":\"3544\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528778684\",\"product_name\":\"DISCO DE SIERRA 7 1\\/4\\\\\\\" X 24T\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"259\",\"adjustment_id\":\"4\",\"product_id\":\"3545\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528778697\",\"product_name\":\"DISCO DE SIERRA 7 1\\/4\\\\\\\" X 40T\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"260\",\"adjustment_id\":\"4\",\"product_id\":\"2618\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528780014\",\"product_name\":\"CAJAP\\/ HERRAMIENTA INDUSTRIAL MET 80211\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"261\",\"adjustment_id\":\"4\",\"product_id\":\"2816\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528786191\",\"product_name\":\"DISCO OXIDO GRANO 60 77212\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"262\",\"adjustment_id\":\"4\",\"product_id\":\"3542\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528787587\",\"product_name\":\"BROCA DE COBALTO DE 1\\/2\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"263\",\"adjustment_id\":\"4\",\"product_id\":\"2525\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528788966\",\"product_name\":\"ATORNILLADOR INALAMBRICO 1\\/4 DC12V 79212\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"264\",\"adjustment_id\":\"4\",\"product_id\":\"3170\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528788973\",\"product_name\":\"ROTOMARTILLO INALAMBRICO 3\\/8 792152\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"265\",\"adjustment_id\":\"4\",\"product_id\":\"2847\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528789000\",\"product_name\":\"ESMERILADORA INDUSTRIAL DE 9\\\" 79725\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"266\",\"adjustment_id\":\"4\",\"product_id\":\"3189\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528789017\",\"product_name\":\"SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"267\",\"adjustment_id\":\"4\",\"product_id\":\"2972\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6934528786399\",\"product_name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"268\",\"adjustment_id\":\"4\",\"product_id\":\"3088\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6941428001801\",\"product_name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"269\",\"adjustment_id\":\"4\",\"product_id\":\"2668\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105082\",\"product_name\":\"CHORRO DE BRONCE 1\\/2 SUVAL SERIE PESADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"270\",\"adjustment_id\":\"4\",\"product_id\":\"2664\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105099\",\"product_name\":\"CHORRO 1\\/2 BRONCE  SUVAL  SERIA LIVIANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"271\",\"adjustment_id\":\"4\",\"product_id\":\"3150\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105266\",\"product_name\":\"REGADERA ALDOSA REDONDA C\\/BRAZO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"272\",\"adjustment_id\":\"4\",\"product_id\":\"2510\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105570\",\"product_name\":\"ALICATE 8 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"273\",\"adjustment_id\":\"4\",\"product_id\":\"2686\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105624\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/HULE 3MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"274\",\"adjustment_id\":\"4\",\"product_id\":\"2685\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105631\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/ HULE 5MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"275\",\"adjustment_id\":\"4\",\"product_id\":\"3038\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105648\",\"product_name\":\"METRO CONTRA IMPACTO 7.5 MTS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"276\",\"adjustment_id\":\"4\",\"product_id\":\"2743\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105693\",\"product_name\":\"CONTRALLAVE 3\\/8 X 1\\/2 ALDOSA  P\\/PISO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"277\",\"adjustment_id\":\"4\",\"product_id\":\"2742\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105709\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PISO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"278\",\"adjustment_id\":\"4\",\"product_id\":\"2741\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105716\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PARED\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"279\",\"adjustment_id\":\"4\",\"product_id\":\"2774\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105761\",\"product_name\":\"CUCHARA # 6 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"280\",\"adjustment_id\":\"4\",\"product_id\":\"2775\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105778\",\"product_name\":\"CUCHARA # 7 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"281\",\"adjustment_id\":\"4\",\"product_id\":\"2776\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105785\",\"product_name\":\"CUCHARA # 8 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"282\",\"adjustment_id\":\"4\",\"product_id\":\"2999\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105945\",\"product_name\":\"LLAVE DE PILA 1\\/2 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"283\",\"adjustment_id\":\"4\",\"product_id\":\"2669\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105952\",\"product_name\":\"CHORRO DORADO ALDOSA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"284\",\"adjustment_id\":\"4\",\"product_id\":\"3152\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713106188\",\"product_name\":\"REGULADOR PARA GAS  1 CLIP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"285\",\"adjustment_id\":\"4\",\"product_id\":\"3488\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713106256\",\"product_name\":\"CINTA METRICA 30 MTS. ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"286\",\"adjustment_id\":\"4\",\"product_id\":\"2684\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713106263\",\"product_name\":\"CINTA METRICA 50 MTS ALDOSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"287\",\"adjustment_id\":\"4\",\"product_id\":\"2769\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713106270\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS DE 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"288\",\"adjustment_id\":\"4\",\"product_id\":\"2767\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106287\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS  DE 3\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"289\",\"adjustment_id\":\"4\",\"product_id\":\"2768\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106294\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"290\",\"adjustment_id\":\"4\",\"product_id\":\"3069\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713106485\",\"product_name\":\"PALA S\\/CABO REDONDA ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"291\",\"adjustment_id\":\"4\",\"product_id\":\"3068\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713106492\",\"product_name\":\"PALA S\\/CABO CUADRADA ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"292\",\"adjustment_id\":\"4\",\"product_id\":\"2770\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713107024\",\"product_name\":\"CRUCETAS P\\/AZULEJO DE 6MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"293\",\"adjustment_id\":\"4\",\"product_id\":\"3009\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713107277\",\"product_name\":\"MANERAL PARA RODILLO ALDOSA 5 ALAMBRES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"294\",\"adjustment_id\":\"4\",\"product_id\":\"2762\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713107963\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.70 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"295\",\"adjustment_id\":\"4\",\"product_id\":\"2765\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107970\",\"product_name\":\"CORDEL ALDOSA 100 TMS 0.80 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"296\",\"adjustment_id\":\"4\",\"product_id\":\"2763\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713107987\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.90 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"297\",\"adjustment_id\":\"4\",\"product_id\":\"2764\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107994\",\"product_name\":\"CORDEL ALDOSA 100 MTS 1.00 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"298\",\"adjustment_id\":\"4\",\"product_id\":\"3487\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713108090\",\"product_name\":\"BROCA DE PALETA 1\\/2 ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"299\",\"adjustment_id\":\"4\",\"product_id\":\"2573\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713108113\",\"product_name\":\"BROCA PALETA ALDOSA 3\\/8 P\\/MADERA Y LAMIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"300\",\"adjustment_id\":\"4\",\"product_id\":\"2521\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"69427131106942\",\"product_name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"301\",\"adjustment_id\":\"4\",\"product_id\":\"2957\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6946723402988\",\"product_name\":\"LAMPARA TIGER WORLD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"302\",\"adjustment_id\":\"4\",\"product_id\":\"3004\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6972753160765\",\"product_name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"303\",\"adjustment_id\":\"4\",\"product_id\":\"2902\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7\",\"product_name\":\"GATORADE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"304\",\"adjustment_id\":\"4\",\"product_id\":\"3124\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70330000328\",\"product_name\":\"RASURADORA BIC 1 HOJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"305\",\"adjustment_id\":\"4\",\"product_id\":\"3044\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"70847033967\",\"product_name\":\"MONSTER ENERGY MANGO LOCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"306\",\"adjustment_id\":\"4\",\"product_id\":\"2660\",\"option_id\":\"0\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"721282100256\",\"product_name\":\"CHICHARRON CRIOLLO PEQ  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"307\",\"adjustment_id\":\"4\",\"product_id\":\"3064\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"721282202394\",\"product_name\":\"PAKE TAXO MIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"308\",\"adjustment_id\":\"4\",\"product_id\":\"2864\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"721282202745\",\"product_name\":\"FIESTA SNAX PEQUE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"309\",\"adjustment_id\":\"4\",\"product_id\":\"3310\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300083\",\"product_name\":\"TORTRIX FAMILIAR  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"310\",\"adjustment_id\":\"4\",\"product_id\":\"2823\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"721282300397\",\"product_name\":\"DORITOS FAMILIAR   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"311\",\"adjustment_id\":\"4\",\"product_id\":\"2959\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"721282300526\",\"product_name\":\"LAYS FAMILIAR.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"312\",\"adjustment_id\":\"4\",\"product_id\":\"2863\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300793\",\"product_name\":\"FIESTA SNAX FAMILIAR.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"313\",\"adjustment_id\":\"4\",\"product_id\":\"2659\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282301295\",\"product_name\":\"CHETOS 190G  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"314\",\"adjustment_id\":\"4\",\"product_id\":\"3484\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282302926\",\"product_name\":\"PIKARONES FAMILIAR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"315\",\"adjustment_id\":\"4\",\"product_id\":\"3016\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282403920\",\"product_name\":\"MANIAX FRITO LAY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"316\",\"adjustment_id\":\"4\",\"product_id\":\"3485\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"721282407218\",\"product_name\":\"SABRITAS BOLSAZA 80 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"317\",\"adjustment_id\":\"4\",\"product_id\":\"2662\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"73877702002\",\"product_name\":\"CHILE JALAPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"318\",\"adjustment_id\":\"4\",\"product_id\":\"2663\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"738777170038\",\"product_name\":\"CHILE PICAMAS 100G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"319\",\"adjustment_id\":\"4\",\"product_id\":\"2643\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"74000715\",\"product_name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"320\",\"adjustment_id\":\"4\",\"product_id\":\"2652\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"74000722\",\"product_name\":\"CERVEZA MONTE CARLO PREMIUN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"321\",\"adjustment_id\":\"4\",\"product_id\":\"2644\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000701288\",\"product_name\":\"CERVEZA DORADA ICE LATA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"322\",\"adjustment_id\":\"4\",\"product_id\":\"2648\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702056\",\"product_name\":\"CERVEZA GALLO VIDRIO.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"323\",\"adjustment_id\":\"4\",\"product_id\":\"2647\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702414\",\"product_name\":\"CERVEZA GALLO LATA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"324\",\"adjustment_id\":\"4\",\"product_id\":\"2645\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702612\",\"product_name\":\"CERVEZA GALLO 16 ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"325\",\"adjustment_id\":\"4\",\"product_id\":\"2822\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000702902\",\"product_name\":\"DORADA ICE LATA 16 OZ.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"326\",\"adjustment_id\":\"4\",\"product_id\":\"2646\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000703299\",\"product_name\":\"CERVEZA GALLO 24 ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"327\",\"adjustment_id\":\"4\",\"product_id\":\"3231\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705019\",\"product_name\":\"TAMPICO VASO.    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"328\",\"adjustment_id\":\"4\",\"product_id\":\"3230\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705026\",\"product_name\":\"TAMPICO 1\\/2 LITRO     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"329\",\"adjustment_id\":\"4\",\"product_id\":\"2873\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705217\",\"product_name\":\"FRIJOL DEL MONTE 5.5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"330\",\"adjustment_id\":\"4\",\"product_id\":\"2791\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000707303\",\"product_name\":\"DE LA GRANJA VASO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"331\",\"adjustment_id\":\"4\",\"product_id\":\"2790\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000707310\",\"product_name\":\"DE LA GRANJA 1\\/2 LITRO.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"332\",\"adjustment_id\":\"4\",\"product_id\":\"2789\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000707327\",\"product_name\":\"DE LA GRANJA 1 LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"333\",\"adjustment_id\":\"4\",\"product_id\":\"3120\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707723\",\"product_name\":\"RAPTOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"334\",\"adjustment_id\":\"4\",\"product_id\":\"2772\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000709253\",\"product_name\":\"CUBA LIBRE KARMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"335\",\"adjustment_id\":\"4\",\"product_id\":\"2508\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401002306504\",\"product_name\":\"AGUA SALVAVIDAS GALON. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"336\",\"adjustment_id\":\"4\",\"product_id\":\"2505\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306542\",\"product_name\":\"AGUA SALVAVIDA LITRO .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"337\",\"adjustment_id\":\"4\",\"product_id\":\"2507\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306559\",\"product_name\":\"AGUA SALVAVIDAS 2 LITROS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"338\",\"adjustment_id\":\"4\",\"product_id\":\"2506\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306702\",\"product_name\":\"AGUA SALVAVIDA PACHON .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"339\",\"adjustment_id\":\"4\",\"product_id\":\"2504\",\"option_id\":\"0\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401002306719\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"340\",\"adjustment_id\":\"4\",\"product_id\":\"3341\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001758\",\"product_name\":\"VENADO ESPECIAL 1\\/2 BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"341\",\"adjustment_id\":\"4\",\"product_id\":\"3342\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001765\",\"product_name\":\"VENADO ESPECIAL BOTELLA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"342\",\"adjustment_id\":\"4\",\"product_id\":\"3166\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001857\",\"product_name\":\"RON BOTRAN XL MEDIA BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"343\",\"adjustment_id\":\"4\",\"product_id\":\"3165\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001864\",\"product_name\":\"RON BOTRAN XL BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"344\",\"adjustment_id\":\"4\",\"product_id\":\"3344\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005003400\",\"product_name\":\"VENADO LIGHT MEDIA BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"345\",\"adjustment_id\":\"4\",\"product_id\":\"3343\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005003417\",\"product_name\":\"VENADO LIGHT BOTELLA.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"346\",\"adjustment_id\":\"4\",\"product_id\":\"3167\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005008597\",\"product_name\":\"RON ZACAPA CENTENARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"347\",\"adjustment_id\":\"4\",\"product_id\":\"3119\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005009129\",\"product_name\":\"QUETZALTECA LITRO.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"348\",\"adjustment_id\":\"4\",\"product_id\":\"3168\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005013416\",\"product_name\":\"RON ZACAPA CENTENARIO 350ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"349\",\"adjustment_id\":\"4\",\"product_id\":\"2773\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005013614\",\"product_name\":\"CUBATA GUARANA 350 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"350\",\"adjustment_id\":\"4\",\"product_id\":\"3083\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005903014\",\"product_name\":\"PEPSI 2 LITROS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"351\",\"adjustment_id\":\"4\",\"product_id\":\"3256\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005910180\",\"product_name\":\"TE FRIO LIPTON 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"352\",\"adjustment_id\":\"4\",\"product_id\":\"2950\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005915017\",\"product_name\":\"JUMBO PEPSI.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"353\",\"adjustment_id\":\"4\",\"product_id\":\"2499\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005983696\",\"product_name\":\"ADRENALINA PEQ.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"354\",\"adjustment_id\":\"4\",\"product_id\":\"2500\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005988561\",\"product_name\":\"ADRENALINE 16OZ  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"355\",\"adjustment_id\":\"4\",\"product_id\":\"2502\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005988592\",\"product_name\":\"AGUA AQUA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"356\",\"adjustment_id\":\"4\",\"product_id\":\"2534\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988981\",\"product_name\":\"BEBIDA AMP     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"357\",\"adjustment_id\":\"4\",\"product_id\":\"2710\",\"option_id\":\"0\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401006400482\",\"product_name\":\"COCA 20 ONZAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"358\",\"adjustment_id\":\"4\",\"product_id\":\"2712\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401006400901\",\"product_name\":\"COCA DESECHABLE 2.5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"359\",\"adjustment_id\":\"4\",\"product_id\":\"3209\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007321021\",\"product_name\":\"SISTA TAPAGOTERAS 1\\/16 GALON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"360\",\"adjustment_id\":\"4\",\"product_id\":\"2691\",\"option_id\":\"0\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401007321540\",\"product_name\":\"CINTA TAPAGOTERA PIE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"361\",\"adjustment_id\":\"4\",\"product_id\":\"2924\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800014\",\"product_name\":\"HELADO GIGA     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"362\",\"adjustment_id\":\"4\",\"product_id\":\"2930\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800038\",\"product_name\":\"HELADO SANGUICHITO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"363\",\"adjustment_id\":\"4\",\"product_id\":\"2936\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800045\",\"product_name\":\"HELADO VASITOS.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"364\",\"adjustment_id\":\"4\",\"product_id\":\"2921\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800069\",\"product_name\":\"HELADO CONOS.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"365\",\"adjustment_id\":\"4\",\"product_id\":\"2918\",\"option_id\":\"0\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800083\",\"product_name\":\"HELADO BARRITAS..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"366\",\"adjustment_id\":\"4\",\"product_id\":\"2935\",\"option_id\":\"0\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800113\",\"product_name\":\"HELADO TOPOLINO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"367\",\"adjustment_id\":\"4\",\"product_id\":\"2923\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800168\",\"product_name\":\"HELADO CREMOSA NARANJA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"368\",\"adjustment_id\":\"4\",\"product_id\":\"2920\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800175\",\"product_name\":\"HELADO CINTA NEGRA.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"369\",\"adjustment_id\":\"4\",\"product_id\":\"2927\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800274\",\"product_name\":\"HELADO PALITOS  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"370\",\"adjustment_id\":\"4\",\"product_id\":\"2922\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800359\",\"product_name\":\"HELADO COPAS SABORES..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"371\",\"adjustment_id\":\"4\",\"product_id\":\"2933\",\"option_id\":\"0\",\"quantity\":\"46.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800625\",\"product_name\":\"HELADO SORBY .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"372\",\"adjustment_id\":\"4\",\"product_id\":\"2931\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090801621\",\"product_name\":\"HELADO SARITA 1\\/2 LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"373\",\"adjustment_id\":\"4\",\"product_id\":\"2925\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090801622\",\"product_name\":\"HELADO LITRO SARITA POLIPAPEL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"374\",\"adjustment_id\":\"4\",\"product_id\":\"2919\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802001\",\"product_name\":\"HELADO CINTA CRISPY..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"375\",\"adjustment_id\":\"4\",\"product_id\":\"2929\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802131\",\"product_name\":\"HELADO SANDWICH CHOCOLATE VAINILLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"376\",\"adjustment_id\":\"4\",\"product_id\":\"3479\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090802476\",\"product_name\":\"PALETA DE HELADO DE YOGURT  80 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"377\",\"adjustment_id\":\"4\",\"product_id\":\"2934\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090802537\",\"product_name\":\"HELADO TIPO CASERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"378\",\"adjustment_id\":\"4\",\"product_id\":\"2928\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090803534\",\"product_name\":\"HELADO PELOTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"379\",\"adjustment_id\":\"4\",\"product_id\":\"2926\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090803718\",\"product_name\":\"HELADO PALETA INDI MANZANA VERDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"380\",\"adjustment_id\":\"4\",\"product_id\":\"2932\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090805538\",\"product_name\":\"HELADO SARITA CLUB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"381\",\"adjustment_id\":\"4\",\"product_id\":\"2544\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401092019001\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"382\",\"adjustment_id\":\"4\",\"product_id\":\"2545\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401092027396\",\"product_name\":\"BOMBILLA LED CLASICA 12W LUXLITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"383\",\"adjustment_id\":\"4\",\"product_id\":\"3075\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401107800310\",\"product_name\":\"PAPEL STAFF JUNIOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"384\",\"adjustment_id\":\"4\",\"product_id\":\"2709\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401147800066\",\"product_name\":\"CLORO CLORAL 40ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"385\",\"adjustment_id\":\"4\",\"product_id\":\"2606\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401175602199\",\"product_name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"386\",\"adjustment_id\":\"4\",\"product_id\":\"3323\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401175608856\",\"product_name\":\"UNION PARA MANGUERA TW DORADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"387\",\"adjustment_id\":\"4\",\"product_id\":\"2737\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404001753652\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"388\",\"adjustment_id\":\"4\",\"product_id\":\"2785\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460038\",\"product_name\":\"DE LA FINCA MARA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"389\",\"adjustment_id\":\"4\",\"product_id\":\"2788\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460045\",\"product_name\":\"DE LA FINCA SEMILLA MIXTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"390\",\"adjustment_id\":\"4\",\"product_id\":\"2782\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460069\",\"product_name\":\"DE LA FINCA HABA CON SAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"391\",\"adjustment_id\":\"4\",\"product_id\":\"2787\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460076\",\"product_name\":\"DE LA FINCA PLATANINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"392\",\"adjustment_id\":\"4\",\"product_id\":\"2780\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460083\",\"product_name\":\"DE LA FINCA CHAMPURRADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"393\",\"adjustment_id\":\"4\",\"product_id\":\"2781\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460090\",\"product_name\":\"DE LA FINCA CHORROS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"394\",\"adjustment_id\":\"4\",\"product_id\":\"2786\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460144\",\"product_name\":\"DE LA FINCA NATURAL MIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"395\",\"adjustment_id\":\"4\",\"product_id\":\"3011\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404005010072\",\"product_name\":\"MANGUERA BELLO JARDIN 25 PS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"396\",\"adjustment_id\":\"4\",\"product_id\":\"2783\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740404460014\",\"product_name\":\"DE LA FINCA MANI GARRAPI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"397\",\"adjustment_id\":\"4\",\"product_id\":\"2784\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740404460021\",\"product_name\":\"DE LA FINCA MANI SALADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"398\",\"adjustment_id\":\"4\",\"product_id\":\"3481\",\"option_id\":\"0\",\"quantity\":\"59.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406007082316\",\"product_name\":\"FLAUTINES SE\\u00d1ORIAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"399\",\"adjustment_id\":\"4\",\"product_id\":\"3482\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406007091721\",\"product_name\":\"RUFITAS SE\\u00d1ORIAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"400\",\"adjustment_id\":\"4\",\"product_id\":\"3202\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406027034913\",\"product_name\":\"SILICON LIQUIDO 30 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"401\",\"adjustment_id\":\"4\",\"product_id\":\"3203\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406027034920\",\"product_name\":\"SILICON LIQUIDO 60 ML FAST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"402\",\"adjustment_id\":\"4\",\"product_id\":\"3201\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406027034937\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"403\",\"adjustment_id\":\"4\",\"product_id\":\"3198\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406141000344\",\"product_name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"404\",\"adjustment_id\":\"4\",\"product_id\":\"3123\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406189003741\",\"product_name\":\"RAPTOR LATA     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"405\",\"adjustment_id\":\"4\",\"product_id\":\"2874\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189004564\",\"product_name\":\"FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"406\",\"adjustment_id\":\"4\",\"product_id\":\"3121\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406189005998\",\"product_name\":\"RAPTOR 300ML\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"407\",\"adjustment_id\":\"4\",\"product_id\":\"2872\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189006193\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"408\",\"adjustment_id\":\"4\",\"product_id\":\"3122\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189007732\",\"product_name\":\"RAPTOR DE 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"409\",\"adjustment_id\":\"4\",\"product_id\":\"3164\",\"option_id\":\"0\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406189008128\",\"product_name\":\"REVIVE FRUTIPONCH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"410\",\"adjustment_id\":\"4\",\"product_id\":\"3255\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406189009859\",\"product_name\":\"TE BLANCO + JUGO MELOCOTON DEL FRUTAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"411\",\"adjustment_id\":\"4\",\"product_id\":\"2552\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406234001838\",\"product_name\":\"BON BON COLOMBINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"412\",\"adjustment_id\":\"4\",\"product_id\":\"2881\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406234005720\",\"product_name\":\"GALLETA BRIDGE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"413\",\"adjustment_id\":\"4\",\"product_id\":\"2551\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406398000098\",\"product_name\":\"BOMBILLA NEW LED W5 9710032\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"414\",\"adjustment_id\":\"4\",\"product_id\":\"2547\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000234\",\"product_name\":\"BOMBILLA NEW LED 30W 9710022\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"415\",\"adjustment_id\":\"4\",\"product_id\":\"2550\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406398000364\",\"product_name\":\"BOMBILLA NEW LED 9W 9710049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"416\",\"adjustment_id\":\"4\",\"product_id\":\"2546\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406398000418\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"417\",\"adjustment_id\":\"4\",\"product_id\":\"2548\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406398000456\",\"product_name\":\"BOMBILLA NEW LED 6W 9710049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"418\",\"adjustment_id\":\"4\",\"product_id\":\"2549\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406398000548\",\"product_name\":\"BOMBILLA NEW LED 8W 9710054\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"419\",\"adjustment_id\":\"4\",\"product_id\":\"3333\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406414055644\",\"product_name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"420\",\"adjustment_id\":\"4\",\"product_id\":\"3336\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406414055910\",\"product_name\":\"VALVULA DE COMPUERTA DE LATON 1\\/2\\\" USA-K\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"421\",\"adjustment_id\":\"4\",\"product_id\":\"2487\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7410002800028\",\"product_name\":\"ACETAMINOFEN MK (UNIDAD)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"422\",\"adjustment_id\":\"4\",\"product_id\":\"2801\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"74110003822820\",\"product_name\":\"DETERGENTE XEDEX 1KG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"423\",\"adjustment_id\":\"4\",\"product_id\":\"2711\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7411001800231\",\"product_name\":\"COCA COLA LATA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"424\",\"adjustment_id\":\"4\",\"product_id\":\"3073\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7416502201365\",\"product_name\":\"PAPEL ROSAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"425\",\"adjustment_id\":\"4\",\"product_id\":\"3092\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7417000539714\",\"product_name\":\"PIOCHA IMACASA CON MANGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"426\",\"adjustment_id\":\"4\",\"product_id\":\"2677\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441002704856\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"427\",\"adjustment_id\":\"4\",\"product_id\":\"3177\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002706522\",\"product_name\":\"SCOTCH BRITE FIBRA VERDE ECONOMICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"428\",\"adjustment_id\":\"4\",\"product_id\":\"2854\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441002707222\",\"product_name\":\"ESPONJA SCOTCH BRITE MARRON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"429\",\"adjustment_id\":\"4\",\"product_id\":\"3176\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441002707529\",\"product_name\":\"SCOTCH BRITE ESPONJA DOBLE USO  2080\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"430\",\"adjustment_id\":\"4\",\"product_id\":\"2689\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441002709561\",\"product_name\":\"CINTA REFLECTIVA ROLLO 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"431\",\"adjustment_id\":\"4\",\"product_id\":\"2713\",\"option_id\":\"0\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441003500501\",\"product_name\":\"COCA VIDRIO LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"432\",\"adjustment_id\":\"4\",\"product_id\":\"3114\",\"option_id\":\"0\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441003581487\",\"product_name\":\"POWER HIDRATANTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"433\",\"adjustment_id\":\"4\",\"product_id\":\"3182\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441005702200\",\"product_name\":\"SEMILLAS PRO MIXTAS 80G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"434\",\"adjustment_id\":\"4\",\"product_id\":\"3015\",\"option_id\":\"0\",\"quantity\":\"153.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441005711783\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"435\",\"adjustment_id\":\"4\",\"product_id\":\"3074\",\"option_id\":\"0\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441008126751\",\"product_name\":\"PAPEL SCOTT PLUS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"436\",\"adjustment_id\":\"4\",\"product_id\":\"3207\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441012297379\",\"product_name\":\"SILICON NAIS ROCEADOR AZUL 236 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"437\",\"adjustment_id\":\"4\",\"product_id\":\"3174\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74410187\",\"product_name\":\"SAL ANDREWS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"438\",\"adjustment_id\":\"4\",\"product_id\":\"2617\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441018800368\",\"product_name\":\"CAJA RECTANGULAR PLASTICA DURMAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"439\",\"adjustment_id\":\"4\",\"product_id\":\"2612\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441018806735\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"440\",\"adjustment_id\":\"4\",\"product_id\":\"2611\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441102801134\",\"product_name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"441\",\"adjustment_id\":\"4\",\"product_id\":\"2614\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"744110281141\",\"product_name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"442\",\"adjustment_id\":\"4\",\"product_id\":\"3211\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441109000677\",\"product_name\":\"SOCKET DE INTERPERIE EAGLE NO. 1045\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"443\",\"adjustment_id\":\"4\",\"product_id\":\"3101\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441109000820\",\"product_name\":\"PLAFONERA AEGLE 1175 W BLANCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"444\",\"adjustment_id\":\"4\",\"product_id\":\"2850\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441109003784\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"445\",\"adjustment_id\":\"4\",\"product_id\":\"2883\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441163411570\",\"product_name\":\"GALLETA CHIKY CHIPS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"446\",\"adjustment_id\":\"4\",\"product_id\":\"3148\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441318805097\",\"product_name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"447\",\"adjustment_id\":\"4\",\"product_id\":\"3210\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7450007492101\",\"product_name\":\"SOBRE DE BRILLANTINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"448\",\"adjustment_id\":\"4\",\"product_id\":\"3185\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"747752155601\",\"product_name\":\"SERRUCHO STANLEY PROFESIONAL 22\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"449\",\"adjustment_id\":\"4\",\"product_id\":\"2519\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"747752202060\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"450\",\"adjustment_id\":\"4\",\"product_id\":\"2631\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752874328\",\"product_name\":\"CANGREJO STANLEY 8\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"451\",\"adjustment_id\":\"4\",\"product_id\":\"3546\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"748757000224\",\"product_name\":\"DIANA FAMILIAR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"452\",\"adjustment_id\":\"4\",\"product_id\":\"3047\",\"option_id\":\"0\",\"quantity\":\"75.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"748757000330\",\"product_name\":\"NACHO Y JALAPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"453\",\"adjustment_id\":\"4\",\"product_id\":\"3547\",\"option_id\":\"0\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"748757008732\",\"product_name\":\"GALLETA PIC NIC VAINILLA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"454\",\"adjustment_id\":\"4\",\"product_id\":\"2798\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928004839\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"455\",\"adjustment_id\":\"4\",\"product_id\":\"2958\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928005072\",\"product_name\":\"LAVAPLATOS ORIX 250 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"456\",\"adjustment_id\":\"4\",\"product_id\":\"2797\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74892800509\",\"product_name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"457\",\"adjustment_id\":\"4\",\"product_id\":\"2799\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"748928006505\",\"product_name\":\"DETERGENTE ORIX 450 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"458\",\"adjustment_id\":\"4\",\"product_id\":\"2800\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928006512\",\"product_name\":\"DETERGENTE ORIX 900 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"459\",\"adjustment_id\":\"4\",\"product_id\":\"2653\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"75002459\",\"product_name\":\"CERVEZA TECATE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"460\",\"adjustment_id\":\"4\",\"product_id\":\"2889\",\"option_id\":\"0\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501000614530\",\"product_name\":\"GALLETA CREMAX    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"461\",\"adjustment_id\":\"4\",\"product_id\":\"2886\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501000635306\",\"product_name\":\"GALLETA CHOKIS      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"462\",\"adjustment_id\":\"4\",\"product_id\":\"2890\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501000635658\",\"product_name\":\"GALLETA EMPERADOR .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"463\",\"adjustment_id\":\"4\",\"product_id\":\"2879\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635726\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"464\",\"adjustment_id\":\"4\",\"product_id\":\"2891\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501000655700\",\"product_name\":\"GALLETA FLORENTINA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"465\",\"adjustment_id\":\"4\",\"product_id\":\"2892\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000658923\",\"product_name\":\"GALLETA MARIAS GAMESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"466\",\"adjustment_id\":\"4\",\"product_id\":\"2880\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000663705\",\"product_name\":\"GALLETA ARCOIRIS FRUTIS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"467\",\"adjustment_id\":\"4\",\"product_id\":\"3043\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501030448242\",\"product_name\":\"MINI TAKIS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"468\",\"adjustment_id\":\"4\",\"product_id\":\"2533\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501032920395\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"469\",\"adjustment_id\":\"4\",\"product_id\":\"3215\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501033920110\",\"product_name\":\"SUERO PEDIALITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"470\",\"adjustment_id\":\"4\",\"product_id\":\"3187\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501056336578\",\"product_name\":\"SHAMPO SOBRE  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"471\",\"adjustment_id\":\"4\",\"product_id\":\"2650\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064112546\",\"product_name\":\"CERVEZA MODELO LATA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"472\",\"adjustment_id\":\"4\",\"product_id\":\"2649\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064195303\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"473\",\"adjustment_id\":\"4\",\"product_id\":\"3480\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501064196850\",\"product_name\":\"CERVEZA CORONA LATA 12 ONZ.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"474\",\"adjustment_id\":\"4\",\"product_id\":\"2523\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501088401046\",\"product_name\":\"AROMATIZANTE CHICA FRESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"475\",\"adjustment_id\":\"4\",\"product_id\":\"2906\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501137380018\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"476\",\"adjustment_id\":\"4\",\"product_id\":\"2907\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501137380025\",\"product_name\":\"GOMA BLANCA FAST 2.10 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"477\",\"adjustment_id\":\"4\",\"product_id\":\"3218\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199424491\",\"product_name\":\"SUPER BONDER MINI DUO 1G C\\/U LOCTITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"478\",\"adjustment_id\":\"4\",\"product_id\":\"3233\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501199465104\",\"product_name\":\"TANGIT 125 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"479\",\"adjustment_id\":\"4\",\"product_id\":\"3235\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465128\",\"product_name\":\"TANGIT 475 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"480\",\"adjustment_id\":\"4\",\"product_id\":\"3234\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501199465418\",\"product_name\":\"TANGIT 240 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"481\",\"adjustment_id\":\"4\",\"product_id\":\"3236\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501199465555\",\"product_name\":\"TANGIT 950 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"482\",\"adjustment_id\":\"4\",\"product_id\":\"3082\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501199467108\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"483\",\"adjustment_id\":\"4\",\"product_id\":\"2683\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75012063679180\",\"product_name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"484\",\"adjustment_id\":\"4\",\"product_id\":\"2526\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206612033\",\"product_name\":\"AZADON TRUPER NO. 31.8 LBS. C\\/MANGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"485\",\"adjustment_id\":\"4\",\"product_id\":\"3067\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206613047\",\"product_name\":\"PALA REDONDA MANGO LARGO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"486\",\"adjustment_id\":\"4\",\"product_id\":\"3191\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206620908\",\"product_name\":\"SIERRA P\\/MADERA 24 DIENTES TRUPER 7 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"487\",\"adjustment_id\":\"4\",\"product_id\":\"3192\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206620915\",\"product_name\":\"SIERRA P\\/MADERA 40 DIENTES TRUPER 7 1\\/4\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"488\",\"adjustment_id\":\"4\",\"product_id\":\"2820\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206622216\",\"product_name\":\"DISCO P\\/PULIR 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"489\",\"adjustment_id\":\"4\",\"product_id\":\"3025\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206623862\",\"product_name\":\"MARTILLO TUBULAR TRUPER 16ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"490\",\"adjustment_id\":\"4\",\"product_id\":\"2975\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206624210\",\"product_name\":\"LIMA TRIANGULAR PESADO 6? C\\/MANGO TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"491\",\"adjustment_id\":\"4\",\"product_id\":\"3283\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206626115\",\"product_name\":\"TIJERA DE AVIACION  18531\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"492\",\"adjustment_id\":\"4\",\"product_id\":\"2675\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206626610\",\"product_name\":\"CINTA AISLAR NEGRA PRETUL 19MM X 9M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"493\",\"adjustment_id\":\"4\",\"product_id\":\"3183\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206628515\",\"product_name\":\"SEPARADOR DE LOSETA  DE 2.0 MM TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"494\",\"adjustment_id\":\"4\",\"product_id\":\"2771\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206628522\",\"product_name\":\"CRUCETAS TRUPER DE 3MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"495\",\"adjustment_id\":\"4\",\"product_id\":\"3105\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206629321\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL  91\\/2\\\" * 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"496\",\"adjustment_id\":\"4\",\"product_id\":\"3021\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630303\",\"product_name\":\"MARRO OCTAGONAL DE 2 LBS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"497\",\"adjustment_id\":\"4\",\"product_id\":\"3022\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206630310\",\"product_name\":\"MARRO OCTAGONAL DE 3LBS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"498\",\"adjustment_id\":\"4\",\"product_id\":\"3020\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206630389\",\"product_name\":\"MARRO OCTAGONAL 10 LBS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"499\",\"adjustment_id\":\"4\",\"product_id\":\"3019\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206630396\",\"product_name\":\"MARRO DE 12 LIBRAS ALMAGANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"500\",\"adjustment_id\":\"4\",\"product_id\":\"3056\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206630426\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 24\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"501\",\"adjustment_id\":\"4\",\"product_id\":\"3050\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"750120663147\",\"product_name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"502\",\"adjustment_id\":\"4\",\"product_id\":\"3118\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206631737\",\"product_name\":\"PUNTA PARA CONCRETO 3\\/4 X 30CM TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"503\",\"adjustment_id\":\"4\",\"product_id\":\"3065\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634387\",\"product_name\":\"PALA CUADRADA MANGO LARGO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"504\",\"adjustment_id\":\"4\",\"product_id\":\"2563\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634479\",\"product_name\":\"BROCA P\\/CONCRETO 1\\/4 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"505\",\"adjustment_id\":\"4\",\"product_id\":\"2559\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206634486\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4??X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"506\",\"adjustment_id\":\"4\",\"product_id\":\"2564\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206634516\",\"product_name\":\"BROCA P\\/CONCRETO 5\\/16 X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"507\",\"adjustment_id\":\"4\",\"product_id\":\"2562\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634547\",\"product_name\":\"BROCA P\\/CONCRETO  3\\/8 X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"508\",\"adjustment_id\":\"4\",\"product_id\":\"2566\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206634561\",\"product_name\":\"BROCA P\\/CONCRETO1\\/2\\\"*6\\\" TRUPER 112\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"509\",\"adjustment_id\":\"4\",\"product_id\":\"3125\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206634776\",\"product_name\":\"RAYADOR DE ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"510\",\"adjustment_id\":\"4\",\"product_id\":\"3057\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206635148\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 36\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"511\",\"adjustment_id\":\"4\",\"product_id\":\"3058\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206635155\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 48\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"512\",\"adjustment_id\":\"4\",\"product_id\":\"2943\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206644942\",\"product_name\":\"JUEGO DE 8 DADOS PRETUL 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"513\",\"adjustment_id\":\"4\",\"product_id\":\"2572\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206645932\",\"product_name\":\"BROCA P\\/METAL\\/ COBALTO 3\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"514\",\"adjustment_id\":\"4\",\"product_id\":\"2568\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206645970\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 5\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"515\",\"adjustment_id\":\"4\",\"product_id\":\"2567\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206645994\",\"product_name\":\"BROCA P\\/METAL \\/ COBALTO 3\\/16??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"516\",\"adjustment_id\":\"4\",\"product_id\":\"2569\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206646014\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 7\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"517\",\"adjustment_id\":\"4\",\"product_id\":\"2570\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206646038\",\"product_name\":\"BROCA P\\/METAL 1\\/4??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"518\",\"adjustment_id\":\"4\",\"product_id\":\"2833\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206650066\",\"product_name\":\"ESCOBA METALICA TRUPER 22 DIENTES C\\/MANG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"519\",\"adjustment_id\":\"4\",\"product_id\":\"2812\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206652367\",\"product_name\":\"DISCO DIAMANTE RIN CONTINUO 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"520\",\"adjustment_id\":\"4\",\"product_id\":\"3010\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206656228\",\"product_name\":\"MANGUERA 3 CAPAS PREUTUL 20MTS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"521\",\"adjustment_id\":\"4\",\"product_id\":\"2810\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206657188\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 7? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"522\",\"adjustment_id\":\"4\",\"product_id\":\"2989\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206658871\",\"product_name\":\"LLAVE DE 1\\/2?? DE JARDIN DE ESFERA  PRET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"523\",\"adjustment_id\":\"4\",\"product_id\":\"3550\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206659502\",\"product_name\":\"ABRAZADERA DE TUBO TIPO U\\u00d1A  3\\/4 VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"524\",\"adjustment_id\":\"4\",\"product_id\":\"2479\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206659526\",\"product_name\":\"ABRAZADERA VOLTECH D 1\\/2 BOLSITA 10 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"525\",\"adjustment_id\":\"4\",\"product_id\":\"2463\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206659533\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"526\",\"adjustment_id\":\"4\",\"product_id\":\"2468\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206659540\",\"product_name\":\"ABRAZADERA D 1\\\" VOLTECH BOLSITA 10 UNID\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"527\",\"adjustment_id\":\"4\",\"product_id\":\"2739\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206659557\",\"product_name\":\"CONECTOR HERMETICO 1\\/2 VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"528\",\"adjustment_id\":\"4\",\"product_id\":\"2738\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206659571\",\"product_name\":\"CONECTOR HERMETICO 1\\\" VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"529\",\"adjustment_id\":\"4\",\"product_id\":\"2834\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659915\",\"product_name\":\"ESCOBA PL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"530\",\"adjustment_id\":\"4\",\"product_id\":\"3284\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206660287\",\"product_name\":\"TIJERA FORJADA  TRUPER 18523\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"531\",\"adjustment_id\":\"4\",\"product_id\":\"2621\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206663103\",\"product_name\":\"CANDADO 40MM HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"532\",\"adjustment_id\":\"4\",\"product_id\":\"2619\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206663141\",\"product_name\":\"CANDADO 30MM HERMIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"533\",\"adjustment_id\":\"4\",\"product_id\":\"2794\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206664131\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"534\",\"adjustment_id\":\"4\",\"product_id\":\"2795\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206664162\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"535\",\"adjustment_id\":\"4\",\"product_id\":\"2796\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206664285\",\"product_name\":\"DESARMADOR PRETUL PHILLIPS 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"536\",\"adjustment_id\":\"4\",\"product_id\":\"2793\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206664315\",\"product_name\":\"DESARMADOR  PRETUL PHILLIPS 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"537\",\"adjustment_id\":\"4\",\"product_id\":\"2535\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206668863\",\"product_name\":\"BISAGRA  2?X 1 1\\/2? ACERO PULIDO HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"538\",\"adjustment_id\":\"4\",\"product_id\":\"2536\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206668887\",\"product_name\":\"BISAGRA 3?X 1.15\\/16? ACER PUL HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"539\",\"adjustment_id\":\"4\",\"product_id\":\"2537\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206668900\",\"product_name\":\"BISAGRA 4?X2. 3\\/4? ACER PULI HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"540\",\"adjustment_id\":\"4\",\"product_id\":\"3035\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206673317\",\"product_name\":\"METRO CONTRA IMPAC 3 MTS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"541\",\"adjustment_id\":\"4\",\"product_id\":\"3036\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206673324\",\"product_name\":\"METRO CONTRA IMPAC 5MTS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"542\",\"adjustment_id\":\"4\",\"product_id\":\"3037\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206673331\",\"product_name\":\"METRO CONTRA IMPAC 8 MTS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"543\",\"adjustment_id\":\"4\",\"product_id\":\"3252\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206674246\",\"product_name\":\"TARUGO PLATICO FIERO 1\\/4  ROJO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"544\",\"adjustment_id\":\"4\",\"product_id\":\"3248\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206674253\",\"product_name\":\"TARUGO  PLASTICO  5\\/16 FIERO CAFE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"545\",\"adjustment_id\":\"4\",\"product_id\":\"3250\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206674260\",\"product_name\":\"TARUGO PLASTICO AZUL 3\\/8 FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"546\",\"adjustment_id\":\"4\",\"product_id\":\"2591\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206674963\",\"product_name\":\"BROCHA PRETUL 3\\\" MGO. PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"547\",\"adjustment_id\":\"4\",\"product_id\":\"2582\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206674970\",\"product_name\":\"BROCHA DE 4\\\" PRETUL MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"548\",\"adjustment_id\":\"4\",\"product_id\":\"2682\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206679166\",\"product_name\":\"CINTA MASKING TAPE DE 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"549\",\"adjustment_id\":\"4\",\"product_id\":\"3548\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206681985\",\"product_name\":\"ABRAZADERA TUBO  TIPO AMEGA 1 1\\/2 VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"550\",\"adjustment_id\":\"4\",\"product_id\":\"2805\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206685099\",\"product_name\":\"DISCO C\\/METAL 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"551\",\"adjustment_id\":\"4\",\"product_id\":\"3292\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206685303\",\"product_name\":\"TORNILLO FIERO #8 *11\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"552\",\"adjustment_id\":\"4\",\"product_id\":\"2522\",\"option_id\":\"0\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206686065\",\"product_name\":\"ARMELLA CERRADA 19X60 FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"553\",\"adjustment_id\":\"4\",\"product_id\":\"2808\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686126\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TRUPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"554\",\"adjustment_id\":\"4\",\"product_id\":\"3309\",\"option_id\":\"0\",\"quantity\":\"763.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206686805\",\"product_name\":\"TORNILLOS NORMAL  3\\/4  FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"555\",\"adjustment_id\":\"4\",\"product_id\":\"3297\",\"option_id\":\"0\",\"quantity\":\"736.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206686843\",\"product_name\":\"TORNILLO NORMAL 1 \\/12\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"556\",\"adjustment_id\":\"4\",\"product_id\":\"2601\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206689110\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 18\\\"  MGOS TU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"557\",\"adjustment_id\":\"4\",\"product_id\":\"2602\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206689134\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 30\\\" MGOS TUB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"558\",\"adjustment_id\":\"4\",\"product_id\":\"2603\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689141\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 36\\\"  MGOS TU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"559\",\"adjustment_id\":\"4\",\"product_id\":\"2554\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206691793\",\"product_name\":\"BOTAS JARDINERAS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"560\",\"adjustment_id\":\"4\",\"product_id\":\"3006\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206692462\",\"product_name\":\"LLAVE PASO 1\\/2 VAL DE ESFERA  FOSET PALA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"561\",\"adjustment_id\":\"4\",\"product_id\":\"3335\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692547\",\"product_name\":\"VALVULA DE COMPUERTA  AZUL 1\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"562\",\"adjustment_id\":\"4\",\"product_id\":\"2657\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692813\",\"product_name\":\"CHEQUE VERTICAL 1\\\" FOSET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"563\",\"adjustment_id\":\"4\",\"product_id\":\"2465\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206694015\",\"product_name\":\"ABRAZADERA 32-51MM 1 1\\/4-2\\\" FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"564\",\"adjustment_id\":\"4\",\"product_id\":\"2466\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206694053\",\"product_name\":\"ABRAZADERA 57-76 MM 2-1\\/4 - 3\\\" FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"565\",\"adjustment_id\":\"4\",\"product_id\":\"2467\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206694091\",\"product_name\":\"ABRAZADERA CINCHO 78-101MM 3 1\\/16-4 FIER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"566\",\"adjustment_id\":\"4\",\"product_id\":\"2911\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206696019\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 8MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"567\",\"adjustment_id\":\"4\",\"product_id\":\"2910\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206696026\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 10MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"568\",\"adjustment_id\":\"4\",\"product_id\":\"3162\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206699171\",\"product_name\":\"RESUMIDERO  CUADRADO FOSET 4*4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"569\",\"adjustment_id\":\"4\",\"product_id\":\"3549\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206699522\",\"product_name\":\"FOCO AHORRADOR 28W ESPIRAL VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"570\",\"adjustment_id\":\"4\",\"product_id\":\"3180\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"750126677759\",\"product_name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"571\",\"adjustment_id\":\"4\",\"product_id\":\"2482\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501728122072\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"572\",\"adjustment_id\":\"4\",\"product_id\":\"3175\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501728194499\",\"product_name\":\"SAPITO P\\/TANQUE SANITARIO VARIOS COLORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"573\",\"adjustment_id\":\"4\",\"product_id\":\"3195\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501728197766\",\"product_name\":\"SIFON FLEXIBLE LAVAMANOS 1 1\\/4 FAMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"574\",\"adjustment_id\":\"4\",\"product_id\":\"2885\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501756900024\",\"product_name\":\"GALLETA CHOCOVIC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"575\",\"adjustment_id\":\"4\",\"product_id\":\"2454\",\"option_id\":\"0\",\"quantity\":\"50.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501850502636\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"576\",\"adjustment_id\":\"4\",\"product_id\":\"2518\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501850549815\",\"product_name\":\"APAGADOR Y TOMACORRIENTE ARGOS COMBINADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"577\",\"adjustment_id\":\"4\",\"product_id\":\"2542\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501892812083\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"578\",\"adjustment_id\":\"4\",\"product_id\":\"3066\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892850214\",\"product_name\":\"PALA PUNTA CUADRADA SQUARE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"579\",\"adjustment_id\":\"4\",\"product_id\":\"3287\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892872001\",\"product_name\":\"TOMACORRIENTE FULGORE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"580\",\"adjustment_id\":\"4\",\"product_id\":\"2856\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501892884530\",\"product_name\":\"EXTENSION 2*16 ROTTER BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"581\",\"adjustment_id\":\"4\",\"product_id\":\"3197\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501908402871\",\"product_name\":\"SIKA LATEX -N 1.2 LT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"582\",\"adjustment_id\":\"4\",\"product_id\":\"2592\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75019815\",\"product_name\":\"BUBALOO       .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"583\",\"adjustment_id\":\"4\",\"product_id\":\"2861\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7502222814920\",\"product_name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"584\",\"adjustment_id\":\"4\",\"product_id\":\"2651\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75027278\",\"product_name\":\"CERVEZA MODELO VIDRIO .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"585\",\"adjustment_id\":\"4\",\"product_id\":\"2586\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7503005496227\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"586\",\"adjustment_id\":\"4\",\"product_id\":\"2587\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7503005496234\",\"product_name\":\"BROCHA LA BUENA 1?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"587\",\"adjustment_id\":\"4\",\"product_id\":\"2588\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496258\",\"product_name\":\"BROCHA LA BUENA 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"588\",\"adjustment_id\":\"4\",\"product_id\":\"2589\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7503005496289\",\"product_name\":\"BROCHA LA BUENA 4\\\\\\\"\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"589\",\"adjustment_id\":\"4\",\"product_id\":\"2590\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7503005496296\",\"product_name\":\"BROCHA LA BUENA DE 5??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"590\",\"adjustment_id\":\"4\",\"product_id\":\"2642\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"75032715\",\"product_name\":\"CERVEZA CORONA BOTELLA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"591\",\"adjustment_id\":\"4\",\"product_id\":\"2904\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192505406\",\"product_name\":\"GEL EGO POWER 200 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"592\",\"adjustment_id\":\"4\",\"product_id\":\"2903\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192505413\",\"product_name\":\"GEL EGO POWER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"593\",\"adjustment_id\":\"4\",\"product_id\":\"2905\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506192506205\",\"product_name\":\"GELATINA EGO ATTRACCION 110ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"594\",\"adjustment_id\":\"4\",\"product_id\":\"3181\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240602088\",\"product_name\":\"SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"595\",\"adjustment_id\":\"4\",\"product_id\":\"2671\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240608004\",\"product_name\":\"CHORRO PRETUL 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"596\",\"adjustment_id\":\"4\",\"product_id\":\"3106\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240609971\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL 91\\/2\\\" * 7\\/16\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"597\",\"adjustment_id\":\"4\",\"product_id\":\"2560\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240610885\",\"product_name\":\"BROCA P\\/ CONCRETO 3\\/16 * 4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"598\",\"adjustment_id\":\"4\",\"product_id\":\"2558\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240610908\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"599\",\"adjustment_id\":\"4\",\"product_id\":\"2561\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240610922\",\"product_name\":\"BROCA P\\/ CONCRETO 5\\/16 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"600\",\"adjustment_id\":\"4\",\"product_id\":\"2688\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240612759\",\"product_name\":\"CINTA P\\/EMPAQUE TRANSPARENTE PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"601\",\"adjustment_id\":\"4\",\"product_id\":\"2681\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240612780\",\"product_name\":\"CINTA EMPAQUE  P\\/DUCTO 10M PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"602\",\"adjustment_id\":\"4\",\"product_id\":\"2585\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240616412\",\"product_name\":\"BROCHA ECONOMICA DE 2?? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"603\",\"adjustment_id\":\"4\",\"product_id\":\"2584\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240616436\",\"product_name\":\"BROCHA ECONOMICA 3?? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"604\",\"adjustment_id\":\"4\",\"product_id\":\"3155\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240617785\",\"product_name\":\"REMOVEDOR DE PINTURA TRUPER 15824\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"605\",\"adjustment_id\":\"4\",\"product_id\":\"2694\",\"option_id\":\"0\",\"quantity\":\"462.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240619123\",\"product_name\":\"CLAVILLO NIQUELADO 17 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"606\",\"adjustment_id\":\"4\",\"product_id\":\"3030\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240620402\",\"product_name\":\"MAZO DE HULE 16 OZ PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"607\",\"adjustment_id\":\"4\",\"product_id\":\"2480\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240621546\",\"product_name\":\"ABRAZAREDA D 3\\\" VOLTECH BOLSITA 5 UNID\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"608\",\"adjustment_id\":\"4\",\"product_id\":\"2470\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240621553\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"609\",\"adjustment_id\":\"4\",\"product_id\":\"2848\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240622246\",\"product_name\":\"ESPATULA 3\\\" FLEXIBLE  INOXIDABLETRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"610\",\"adjustment_id\":\"4\",\"product_id\":\"3031\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"750624062419\",\"product_name\":\"MAZO DE HULE 24 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"611\",\"adjustment_id\":\"4\",\"product_id\":\"2806\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240624608\",\"product_name\":\"DISCO CORTE FINO 7\\\" PRETUL 22346\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"612\",\"adjustment_id\":\"4\",\"product_id\":\"3349\",\"option_id\":\"0\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240624622\",\"product_name\":\"DISCO LAMILADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"613\",\"adjustment_id\":\"4\",\"product_id\":\"3003\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240630470\",\"product_name\":\"LLAVE PARA JARDIN 1\\/2 PLASTICA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"614\",\"adjustment_id\":\"4\",\"product_id\":\"3087\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240630623\",\"product_name\":\"PINTURA AEROSOL METALICO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"615\",\"adjustment_id\":\"4\",\"product_id\":\"2814\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240640257\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 40\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"616\",\"adjustment_id\":\"4\",\"product_id\":\"2815\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240640271\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 80\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"617\",\"adjustment_id\":\"4\",\"product_id\":\"2813\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"750624064064\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"618\",\"adjustment_id\":\"4\",\"product_id\":\"3169\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240641841\",\"product_name\":\"ROTOMARTILLO 1\\/2 PROF. TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"619\",\"adjustment_id\":\"4\",\"product_id\":\"2635\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240642848\",\"product_name\":\"CEPILLO ALAMBRE PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"620\",\"adjustment_id\":\"4\",\"product_id\":\"3161\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240645153\",\"product_name\":\"REPUESTO RODILLO, FELPA 9\\\", TRUPER MICRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"621\",\"adjustment_id\":\"4\",\"product_id\":\"2501\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240653271\",\"product_name\":\"AFLOJA TODO 110ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"622\",\"adjustment_id\":\"4\",\"product_id\":\"2846\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240654421\",\"product_name\":\"ESMERILADORA ANGULAR PROF. TRUPER 4 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"623\",\"adjustment_id\":\"4\",\"product_id\":\"2807\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240656951\",\"product_name\":\"DISCO DE DIAMANTE 4 1\\/2  PRETUL 21009\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"624\",\"adjustment_id\":\"4\",\"product_id\":\"3055\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240658412\",\"product_name\":\"NIVEL TORPEDO MAGNETICO DE 9\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"625\",\"adjustment_id\":\"4\",\"product_id\":\"2580\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662129\",\"product_name\":\"BROCHA DE 1\\\" MANGO DE PLASTICO TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"626\",\"adjustment_id\":\"4\",\"product_id\":\"2581\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662167\",\"product_name\":\"BROCHA DE 3\\\" TRUPER MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"627\",\"adjustment_id\":\"4\",\"product_id\":\"2583\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240662174\",\"product_name\":\"BROCHA DE 4\\\" TRUPER MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"628\",\"adjustment_id\":\"4\",\"product_id\":\"2821\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240666974\",\"product_name\":\"DISCO REC. DE DIAMANTE 4 1\\/2 PRETU 27032\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"629\",\"adjustment_id\":\"4\",\"product_id\":\"3156\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240672531\",\"product_name\":\"REMOVEDOR P\\/MORTERO TRUPER 11975\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"630\",\"adjustment_id\":\"4\",\"product_id\":\"2849\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240673774\",\"product_name\":\"ESPATULA FLEXIBLE TRUPER \\\"10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"631\",\"adjustment_id\":\"4\",\"product_id\":\"2804\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240675242\",\"product_name\":\"DISCO 40 DIENTES P\\/MADERA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"632\",\"adjustment_id\":\"4\",\"product_id\":\"2803\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240675259\",\"product_name\":\"DISCO  24 DIENTES P\\/MADERA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"633\",\"adjustment_id\":\"4\",\"product_id\":\"3112\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240676232\",\"product_name\":\"PLOMADO DE LATON DE 16 ONZ TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"634\",\"adjustment_id\":\"4\",\"product_id\":\"3103\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240676249\",\"product_name\":\"PLAMADO DE LATON TRUPER 24ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"635\",\"adjustment_id\":\"4\",\"product_id\":\"2579\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506385334868\",\"product_name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"636\",\"adjustment_id\":\"4\",\"product_id\":\"3013\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506487804702\",\"product_name\":\"MANGUERA PARA JARDIN 50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"637\",\"adjustment_id\":\"4\",\"product_id\":\"3012\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506487804726\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"638\",\"adjustment_id\":\"4\",\"product_id\":\"2734\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7509546011653\",\"product_name\":\"COLGATE TRIPLE ACCION 150 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"639\",\"adjustment_id\":\"4\",\"product_id\":\"2894\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"751000645756\",\"product_name\":\"GALLETA PAN CREMA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"640\",\"adjustment_id\":\"4\",\"product_id\":\"2622\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"751206663110\",\"product_name\":\"CANDADO 50MM HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"641\",\"adjustment_id\":\"4\",\"product_id\":\"2882\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"753079005017\",\"product_name\":\"GALLETA CAN CAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"642\",\"adjustment_id\":\"4\",\"product_id\":\"2556\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"756956001072\",\"product_name\":\"BOTONETAS NEGRAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"643\",\"adjustment_id\":\"4\",\"product_id\":\"2555\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"756956001126\",\"product_name\":\"BOTONETA AMARILLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"644\",\"adjustment_id\":\"4\",\"product_id\":\"2963\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"757575\",\"product_name\":\"LIBRA DE PITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"645\",\"adjustment_id\":\"4\",\"product_id\":\"2893\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7590011151110\",\"product_name\":\"GALLETA OREO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"646\",\"adjustment_id\":\"4\",\"product_id\":\"2634\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"760573071349\",\"product_name\":\"CASHITAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"647\",\"adjustment_id\":\"4\",\"product_id\":\"2633\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7605730955\",\"product_name\":\"CASHITA MANI JAPONESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"648\",\"adjustment_id\":\"4\",\"product_id\":\"2503\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"760896120212\",\"product_name\":\"AGUA DESTIULADA PRODIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"649\",\"adjustment_id\":\"4\",\"product_id\":\"2489\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7608966120311\",\"product_name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"650\",\"adjustment_id\":\"4\",\"product_id\":\"3049\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"76174420753\",\"product_name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"651\",\"adjustment_id\":\"4\",\"product_id\":\"3110\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"76174474404\",\"product_name\":\"PLOMADA YESO STANLEY 47-400\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"652\",\"adjustment_id\":\"4\",\"product_id\":\"3111\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"76174474602\",\"product_name\":\"PLOMADA YESO STANLEY 47-460\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"653\",\"adjustment_id\":\"4\",\"product_id\":\"3109\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"76174474640\",\"product_name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"654\",\"adjustment_id\":\"4\",\"product_id\":\"2511\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7617484023\",\"product_name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"655\",\"adjustment_id\":\"4\",\"product_id\":\"3089\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"76174841015\",\"product_name\":\"PINZA STANLEY 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"656\",\"adjustment_id\":\"4\",\"product_id\":\"3090\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174841022\",\"product_name\":\"PINZA STANLEY 8\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"657\",\"adjustment_id\":\"4\",\"product_id\":\"3232\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7622210863690\",\"product_name\":\"TANG FRUIT PONCH 20G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"658\",\"adjustment_id\":\"4\",\"product_id\":\"2884\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7622300268633\",\"product_name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"659\",\"adjustment_id\":\"4\",\"product_id\":\"2917\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"764009016089\",\"product_name\":\"HEINEKEN VIDRIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"660\",\"adjustment_id\":\"4\",\"product_id\":\"2453\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"76770504804\",\"product_name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"661\",\"adjustment_id\":\"4\",\"product_id\":\"2862\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"769409001031\",\"product_name\":\"FELPA STANDAR 1 1\\/4*9\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"662\",\"adjustment_id\":\"4\",\"product_id\":\"2860\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"76940900117\",\"product_name\":\"FELPA EXPERT STANDAR 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"663\",\"adjustment_id\":\"4\",\"product_id\":\"3214\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"769409155765\",\"product_name\":\"SPRAY CORONA  VARIEDAD COLORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"664\",\"adjustment_id\":\"4\",\"product_id\":\"2576\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"769409173936\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"665\",\"adjustment_id\":\"4\",\"product_id\":\"2578\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409173950\",\"product_name\":\"BROCHA 2\\\" EXPERT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"666\",\"adjustment_id\":\"4\",\"product_id\":\"2858\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"769409174032\",\"product_name\":\"FELPA ARTISAN 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"667\",\"adjustment_id\":\"4\",\"product_id\":\"2859\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"769409174056\",\"product_name\":\"FELPA DE 1\\/2 *9 PLG FARBE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"668\",\"adjustment_id\":\"4\",\"product_id\":\"2857\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"769409174063\",\"product_name\":\"FELPA ARTISAN 1\\/2 ACRILICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"669\",\"adjustment_id\":\"4\",\"product_id\":\"3008\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409200113\",\"product_name\":\"MANERAL EXPERT STANDAR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"670\",\"adjustment_id\":\"4\",\"product_id\":\"2855\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"769409200380\",\"product_name\":\"EXTENCION EXPERT 2.4M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"671\",\"adjustment_id\":\"4\",\"product_id\":\"2940\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702006402194\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"672\",\"adjustment_id\":\"4\",\"product_id\":\"3014\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702007062182\",\"product_name\":\"MANI CERVECERO GRA NUTS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"673\",\"adjustment_id\":\"4\",\"product_id\":\"2942\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702031291534\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"674\",\"adjustment_id\":\"4\",\"product_id\":\"2979\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702031642725\",\"product_name\":\"LISTERINE COOL MINT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"675\",\"adjustment_id\":\"4\",\"product_id\":\"3204\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702045342031\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"676\",\"adjustment_id\":\"4\",\"product_id\":\"3206\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702045342048\",\"product_name\":\"SILICON LOCTITE TRANSPARENTE RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"677\",\"adjustment_id\":\"4\",\"product_id\":\"3205\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702045342062\",\"product_name\":\"SILICON LOCTITE ROJO RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"678\",\"adjustment_id\":\"4\",\"product_id\":\"3098\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702089161940\",\"product_name\":\"PLACA TOMACORRIENTE BTICINO DOBLE AP1228\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"679\",\"adjustment_id\":\"4\",\"product_id\":\"3221\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702089162145\",\"product_name\":\"SWITCH SENCILLO SOBREPONER 125V\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"680\",\"adjustment_id\":\"4\",\"product_id\":\"3096\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702089162183\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"681\",\"adjustment_id\":\"4\",\"product_id\":\"3032\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"77070548\",\"product_name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"682\",\"adjustment_id\":\"4\",\"product_id\":\"3028\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7707314792166\",\"product_name\":\"MASKING TAPE 1 PULG. TESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"683\",\"adjustment_id\":\"4\",\"product_id\":\"3115\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7730716014529\",\"product_name\":\"POXIPOL SOLDADURA PLASTICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"684\",\"adjustment_id\":\"4\",\"product_id\":\"3208\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"77472141340\",\"product_name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"685\",\"adjustment_id\":\"4\",\"product_id\":\"2968\",\"option_id\":\"0\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057005239\",\"product_name\":\"LIJA DE AGUA 60 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"686\",\"adjustment_id\":\"4\",\"product_id\":\"2965\",\"option_id\":\"0\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057005260\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"687\",\"adjustment_id\":\"4\",\"product_id\":\"2966\",\"option_id\":\"0\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057005291\",\"product_name\":\"LIJA DE AGUA 220 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"688\",\"adjustment_id\":\"4\",\"product_id\":\"2967\",\"option_id\":\"0\",\"quantity\":\"47.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057005345\",\"product_name\":\"LIJA DE AGUA 400 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"689\",\"adjustment_id\":\"4\",\"product_id\":\"2970\",\"option_id\":\"0\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057006502\",\"product_name\":\"LIJA DE LONA 3M 80\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"690\",\"adjustment_id\":\"4\",\"product_id\":\"2971\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057006519\",\"product_name\":\"LIJA MULTIUSOS 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"691\",\"adjustment_id\":\"4\",\"product_id\":\"2969\",\"option_id\":\"0\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057006533\",\"product_name\":\"LIJA DE LONA 3M 150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"692\",\"adjustment_id\":\"4\",\"product_id\":\"3029\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750373006903\",\"product_name\":\"MASKING TAPE 3\\/4 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"693\",\"adjustment_id\":\"4\",\"product_id\":\"3200\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7756962003636\",\"product_name\":\"SIKASIL E VARIOS 280ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"694\",\"adjustment_id\":\"4\",\"product_id\":\"3496\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7791293025803\",\"product_name\":\"DESORORANTE AXE 978 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"695\",\"adjustment_id\":\"4\",\"product_id\":\"2809\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7798216497792\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"696\",\"adjustment_id\":\"4\",\"product_id\":\"2819\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7798216498287\",\"product_name\":\"DISCO P\\/METAL DE 7?GLADIATOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"697\",\"adjustment_id\":\"4\",\"product_id\":\"2954\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7799046010472\",\"product_name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"698\",\"adjustment_id\":\"4\",\"product_id\":\"3070\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7802800630318\",\"product_name\":\"PAPAS KRYSPO VARIOS SABORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"699\",\"adjustment_id\":\"4\",\"product_id\":\"2532\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"783094001015\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"700\",\"adjustment_id\":\"4\",\"product_id\":\"2976\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783094020115\",\"product_name\":\"LINTERNA RAYOVAC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"701\",\"adjustment_id\":\"4\",\"product_id\":\"3224\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"783164208306\",\"product_name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"702\",\"adjustment_id\":\"4\",\"product_id\":\"2613\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7831642785542\",\"product_name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"703\",\"adjustment_id\":\"4\",\"product_id\":\"2596\",\"option_id\":\"0\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"787705048057\",\"product_name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"704\",\"adjustment_id\":\"4\",\"product_id\":\"2679\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7891040224746\",\"product_name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"705\",\"adjustment_id\":\"4\",\"product_id\":\"3219\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891200313846\",\"product_name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"706\",\"adjustment_id\":\"4\",\"product_id\":\"3093\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7893946104214\",\"product_name\":\"PISTOLA APLICADOR DE SILICON VONDER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"707\",\"adjustment_id\":\"4\",\"product_id\":\"2520\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7893946142360\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"708\",\"adjustment_id\":\"4\",\"product_id\":\"3291\",\"option_id\":\"0\",\"quantity\":\"55.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8\",\"product_name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"709\",\"adjustment_id\":\"4\",\"product_id\":\"3222\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012199645810\",\"product_name\":\"SWITCH\\/PONER SENCILLO P52 BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"710\",\"adjustment_id\":\"4\",\"product_id\":\"3288\",\"option_id\":\"0\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012199645889\",\"product_name\":\"TOMACORRIENTE SOBRE PONER BTICINO  P38\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"711\",\"adjustment_id\":\"4\",\"product_id\":\"3097\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012199674063\",\"product_name\":\"PLACA PULSADOR DE TIMBRE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"712\",\"adjustment_id\":\"4\",\"product_id\":\"3099\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012199674186\",\"product_name\":\"PLACA TRIPLE SWICH DOMINO P 1330 G. INDU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"713\",\"adjustment_id\":\"4\",\"product_id\":\"3095\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012199674346\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"714\",\"adjustment_id\":\"4\",\"product_id\":\"3100\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012199674407\",\"product_name\":\"PLACA TV BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"715\",\"adjustment_id\":\"4\",\"product_id\":\"2627\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012232100412\",\"product_name\":\"CANDADO YALE 40 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"716\",\"adjustment_id\":\"4\",\"product_id\":\"2628\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012232100443\",\"product_name\":\"CANDADO YALE 50 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"717\",\"adjustment_id\":\"4\",\"product_id\":\"2629\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012232109439\",\"product_name\":\"CANDADO YALE 60 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"718\",\"adjustment_id\":\"4\",\"product_id\":\"2641\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80660956411\",\"product_name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"719\",\"adjustment_id\":\"4\",\"product_id\":\"3282\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"80686832010\",\"product_name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"720\",\"adjustment_id\":\"4\",\"product_id\":\"3017\",\"option_id\":\"0\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"81537200811\",\"product_name\":\"MARINEROS.             .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"721\",\"adjustment_id\":\"4\",\"product_id\":\"3163\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"81537201405\",\"product_name\":\"REVIVE 600 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"722\",\"adjustment_id\":\"4\",\"product_id\":\"2898\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071001148\",\"product_name\":\"GALON ACEITE URSA SUPER TD SAE 15W-40\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"723\",\"adjustment_id\":\"4\",\"product_id\":\"2981\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"842071003487\",\"product_name\":\"LITRO ACEITE HAVOLINE SAE API 20W-50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"724\",\"adjustment_id\":\"4\",\"product_id\":\"2897\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071003685\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"725\",\"adjustment_id\":\"4\",\"product_id\":\"2916\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"842071004477\",\"product_name\":\"HAVOLINESAE 20W-50 API SP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"726\",\"adjustment_id\":\"4\",\"product_id\":\"2484\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8420714187\",\"product_name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"727\",\"adjustment_id\":\"4\",\"product_id\":\"3220\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"85051000421\",\"product_name\":\"SUPER ECONOMY TYPE A\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"728\",\"adjustment_id\":\"4\",\"product_id\":\"2483\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"85051001190\",\"product_name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"729\",\"adjustment_id\":\"4\",\"product_id\":\"2978\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"853619237\",\"product_name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"730\",\"adjustment_id\":\"4\",\"product_id\":\"2895\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"86581001070\",\"product_name\":\"GALLETA SODA POZUELO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"731\",\"adjustment_id\":\"4\",\"product_id\":\"2887\",\"option_id\":\"0\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"86581012502\",\"product_name\":\"GALLETA CLUB EXTRA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"732\",\"adjustment_id\":\"4\",\"product_id\":\"2888\",\"option_id\":\"0\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"86581015121\",\"product_name\":\"GALLETA CREMAS GDE .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"733\",\"adjustment_id\":\"4\",\"product_id\":\"2896\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581017699\",\"product_name\":\"GALLETA TIPO.               .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"734\",\"adjustment_id\":\"4\",\"product_id\":\"2593\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"87295125991\",\"product_name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"735\",\"adjustment_id\":\"4\",\"product_id\":\"2875\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313062267\",\"product_name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"736\",\"adjustment_id\":\"4\",\"product_id\":\"2876\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313062281\",\"product_name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"737\",\"adjustment_id\":\"4\",\"product_id\":\"2951\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"88313318739\",\"product_name\":\"KERNS CAJITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"738\",\"adjustment_id\":\"4\",\"product_id\":\"2817\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"885911137508\",\"product_name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"739\",\"adjustment_id\":\"4\",\"product_id\":\"3126\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9002490204006\",\"product_name\":\"RED BULL     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"740\",\"adjustment_id\":\"4\",\"product_id\":\"2778\",\"option_id\":\"0\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"9021298\",\"product_name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"741\",\"adjustment_id\":\"4\",\"product_id\":\"2779\",\"option_id\":\"0\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"9021299\",\"product_name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"742\",\"adjustment_id\":\"4\",\"product_id\":\"3322\",\"option_id\":\"0\",\"quantity\":\"51.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"9021304\",\"product_name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"743\",\"adjustment_id\":\"4\",\"product_id\":\"2878\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9111207379620\",\"product_name\":\"FULL CRETE (1 CUARTO GALON)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"744\",\"adjustment_id\":\"4\",\"product_id\":\"2900\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9121217379626\",\"product_name\":\"GALON FULL CRETE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"745\",\"adjustment_id\":\"4\",\"product_id\":\"2987\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"91712200086\",\"product_name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"746\",\"adjustment_id\":\"4\",\"product_id\":\"2992\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"91712200499\",\"product_name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"747\",\"adjustment_id\":\"4\",\"product_id\":\"2692\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"91712500315\",\"product_name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"748\",\"adjustment_id\":\"4\",\"product_id\":\"3311\",\"option_id\":\"0\",\"quantity\":\"67.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"95\",\"product_name\":\"TORTRIX PEQUE?O      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"749\",\"adjustment_id\":\"4\",\"product_id\":\"2478\",\"option_id\":\"0\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"9540 UNIDAD\",\"product_name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"750\",\"adjustment_id\":\"4\",\"product_id\":\"2974\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"751\",\"adjustment_id\":\"4\",\"product_id\":\"3172\",\"option_id\":\"0\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"98\",\"product_name\":\"SABRITAS.           .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"752\",\"adjustment_id\":\"4\",\"product_id\":\"3079\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99176129745\",\"product_name\":\"PASTA COLGATE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"753\",\"adjustment_id\":\"4\",\"product_id\":\"2953\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"99176480518\",\"product_name\":\"KIT DE CEPILLADO  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"754\",\"adjustment_id\":\"4\",\"product_id\":\"2939\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"9917692238\",\"product_name\":\"JABON PROTEX .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"755\",\"adjustment_id\":\"4\",\"product_id\":\"3489\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"99179280\",\"product_name\":\"CHEQUE VERTICAL BRONCE C\\/PICHACHA 1 1\\/4\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"756\",\"adjustment_id\":\"4\",\"product_id\":\"2472\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"A111\",\"product_name\":\"ABRAZADERA DE 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"757\",\"adjustment_id\":\"4\",\"product_id\":\"3116\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"AA823\\/120\",\"product_name\":\"PULIDORA GLP 9 2300W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"758\",\"adjustment_id\":\"4\",\"product_id\":\"2844\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"AB608\\/120\\/60\",\"product_name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"759\",\"adjustment_id\":\"4\",\"product_id\":\"2477\",\"option_id\":\"0\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ABRA001\",\"product_name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"760\",\"adjustment_id\":\"4\",\"product_id\":\"2476\",\"option_id\":\"0\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ABRA002\",\"product_name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"761\",\"adjustment_id\":\"4\",\"product_id\":\"2481\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ACE04\",\"product_name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"762\",\"adjustment_id\":\"4\",\"product_id\":\"2488\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ACHUELA ALDOSA 2\",\"product_name\":\"ACHUELA ALDOSA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"763\",\"adjustment_id\":\"4\",\"product_id\":\"3051\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ALF0019\",\"product_name\":\"NIVEL DE RESINA 12\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"764\",\"adjustment_id\":\"4\",\"product_id\":\"2638\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ALF0035\",\"product_name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"765\",\"adjustment_id\":\"4\",\"product_id\":\"2473\",\"option_id\":\"0\",\"quantity\":\"41.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"AT001\",\"product_name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"766\",\"adjustment_id\":\"4\",\"product_id\":\"2515\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"AZ00151\",\"product_name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"767\",\"adjustment_id\":\"4\",\"product_id\":\"2667\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"BOSSI123\",\"product_name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"768\",\"adjustment_id\":\"4\",\"product_id\":\"2707\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"CB123\",\"product_name\":\"CLAVO CONCRETO BRONCO 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"769\",\"adjustment_id\":\"4\",\"product_id\":\"2658\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"CHEVEBR05\",\"product_name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"770\",\"adjustment_id\":\"4\",\"product_id\":\"2656\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"CHHOBR03\",\"product_name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"771\",\"adjustment_id\":\"4\",\"product_id\":\"3193\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"COS14\\/1\\/120\",\"product_name\":\"SIERRA TRONZADORA 14-2000W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"772\",\"adjustment_id\":\"4\",\"product_id\":\"3194\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"CS814\\/3\\/120\",\"product_name\":\"SIERRA TROZADORA 14-2400W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"773\",\"adjustment_id\":\"4\",\"product_id\":\"2639\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"D12\",\"product_name\":\"CEPILLO DE DIENTES UNID.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"774\",\"adjustment_id\":\"4\",\"product_id\":\"2835\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"D87\",\"product_name\":\"ESCOBAS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"775\",\"adjustment_id\":\"4\",\"product_id\":\"3226\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"DW508S-B3\",\"product_name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"776\",\"adjustment_id\":\"4\",\"product_id\":\"2594\",\"option_id\":\"0\",\"quantity\":\"79.5000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE00076\",\"product_name\":\"CABLE PARALELO 2* 12 M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"777\",\"adjustment_id\":\"4\",\"product_id\":\"2595\",\"option_id\":\"0\",\"quantity\":\"127.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE00077\",\"product_name\":\"CABLE PARALELO 2* 14 MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"778\",\"adjustment_id\":\"4\",\"product_id\":\"2609\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE00081\",\"product_name\":\"CAJA OCTAGONAL METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"779\",\"adjustment_id\":\"4\",\"product_id\":\"2610\",\"option_id\":\"0\",\"quantity\":\"57.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE00082\",\"product_name\":\"CAJA OCTAGONAL PLAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"780\",\"adjustment_id\":\"4\",\"product_id\":\"2615\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00085\",\"product_name\":\"CAJA RECTANGULAR METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"781\",\"adjustment_id\":\"4\",\"product_id\":\"3213\",\"option_id\":\"0\",\"quantity\":\"87.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE055\",\"product_name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"782\",\"adjustment_id\":\"4\",\"product_id\":\"3045\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE063\",\"product_name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"783\",\"adjustment_id\":\"4\",\"product_id\":\"2761\",\"option_id\":\"0\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE067\",\"product_name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"784\",\"adjustment_id\":\"4\",\"product_id\":\"2740\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 010231\",\"product_name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"785\",\"adjustment_id\":\"4\",\"product_id\":\"2459\",\"option_id\":\"0\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER 02887444770\",\"product_name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"786\",\"adjustment_id\":\"4\",\"product_id\":\"2460\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER 75012066411\",\"product_name\":\"CUCHILLA  6? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"787\",\"adjustment_id\":\"4\",\"product_id\":\"2457\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75012066839\",\"product_name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"788\",\"adjustment_id\":\"4\",\"product_id\":\"2458\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER 75062406478\",\"product_name\":\"PLACA PARA TIMBRE VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"789\",\"adjustment_id\":\"4\",\"product_id\":\"2461\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER- 7506240656\",\"product_name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"790\",\"adjustment_id\":\"4\",\"product_id\":\"3320\",\"option_id\":\"0\",\"quantity\":\"75.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER-01234\",\"product_name\":\"UNIDAD ELECTRODO E 6013\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"791\",\"adjustment_id\":\"4\",\"product_id\":\"3308\",\"option_id\":\"0\",\"quantity\":\"2566.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER-THPVC1407\",\"product_name\":\"TORNILLO PULSER P\\/BROCA 1\\/4X3\\/4 C\\/E\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"792\",\"adjustment_id\":\"4\",\"product_id\":\"3307\",\"option_id\":\"0\",\"quantity\":\"1936.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER-TOPC 1407\",\"product_name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"793\",\"adjustment_id\":\"4\",\"product_id\":\"3160\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER000012\",\"product_name\":\"REPOSADERA BRONCE 3*3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"794\",\"adjustment_id\":\"4\",\"product_id\":\"3002\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER000018\",\"product_name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"795\",\"adjustment_id\":\"4\",\"product_id\":\"3091\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER000125\",\"product_name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"796\",\"adjustment_id\":\"4\",\"product_id\":\"2962\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER000150\",\"product_name\":\"LB. CLAVO 1\\\" ASSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"797\",\"adjustment_id\":\"4\",\"product_id\":\"2853\",\"option_id\":\"0\",\"quantity\":\"50.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER000151\",\"product_name\":\"ESPONJA PEQUE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"798\",\"adjustment_id\":\"4\",\"product_id\":\"3330\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER000153\",\"product_name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"799\",\"adjustment_id\":\"4\",\"product_id\":\"2961\",\"option_id\":\"0\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00017\",\"product_name\":\"LB ELECTRODO 3\\/32\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"800\",\"adjustment_id\":\"4\",\"product_id\":\"2462\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00021\",\"product_name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"801\",\"adjustment_id\":\"4\",\"product_id\":\"2528\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00088\",\"product_name\":\"BARNIZ GL NOGAL CELCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"802\",\"adjustment_id\":\"4\",\"product_id\":\"2538\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00106\",\"product_name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"803\",\"adjustment_id\":\"4\",\"product_id\":\"2539\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00108\",\"product_name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"804\",\"adjustment_id\":\"4\",\"product_id\":\"2540\",\"option_id\":\"0\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00111\",\"product_name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"805\",\"adjustment_id\":\"4\",\"product_id\":\"2748\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER001216\",\"product_name\":\"COPLA 1 1\\/2 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"806\",\"adjustment_id\":\"4\",\"product_id\":\"2753\",\"option_id\":\"0\",\"quantity\":\"98.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER001217\",\"product_name\":\"COPLA 3\\/4 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"807\",\"adjustment_id\":\"4\",\"product_id\":\"3302\",\"option_id\":\"0\",\"quantity\":\"2140.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER001218\",\"product_name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"808\",\"adjustment_id\":\"4\",\"product_id\":\"3237\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER0015\",\"product_name\":\"TAPADERA DE SANITARIO ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"809\",\"adjustment_id\":\"4\",\"product_id\":\"2851\",\"option_id\":\"0\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00150\",\"product_name\":\"ESPONJA GRANDE PARA REPELLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"810\",\"adjustment_id\":\"4\",\"product_id\":\"2695\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00436\",\"product_name\":\"CLAVO 1 1\\/2 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"811\",\"adjustment_id\":\"4\",\"product_id\":\"2697\",\"option_id\":\"0\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00438\",\"product_name\":\"CLAVO 2 1\\/2 LB.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"812\",\"adjustment_id\":\"4\",\"product_id\":\"2698\",\"option_id\":\"0\",\"quantity\":\"39.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00439\",\"product_name\":\"CLAVO 2 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"813\",\"adjustment_id\":\"4\",\"product_id\":\"2699\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"814\",\"adjustment_id\":\"4\",\"product_id\":\"2700\",\"option_id\":\"0\",\"quantity\":\"55.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00441\",\"product_name\":\"CLAVO 4 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"815\",\"adjustment_id\":\"4\",\"product_id\":\"2702\",\"option_id\":\"0\",\"quantity\":\"430.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00446\",\"product_name\":\"CLAVO CONCRETO 1 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"816\",\"adjustment_id\":\"4\",\"product_id\":\"2701\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00447\",\"product_name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"817\",\"adjustment_id\":\"4\",\"product_id\":\"2705\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00448\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"818\",\"adjustment_id\":\"4\",\"product_id\":\"2703\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00449\",\"product_name\":\"CLAVO CONCRETO 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"819\",\"adjustment_id\":\"4\",\"product_id\":\"2704\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00450\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"820\",\"adjustment_id\":\"4\",\"product_id\":\"2706\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00453\",\"product_name\":\"CLAVO CONCRETO 4 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"821\",\"adjustment_id\":\"4\",\"product_id\":\"2708\",\"option_id\":\"0\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00710\",\"product_name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"822\",\"adjustment_id\":\"4\",\"product_id\":\"2973\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00750\",\"product_name\":\"LIMA  TRIANGULAR BELLOTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"823\",\"adjustment_id\":\"4\",\"product_id\":\"3027\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00868\",\"product_name\":\"MASKING TAPE 1 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"824\",\"adjustment_id\":\"4\",\"product_id\":\"3190\",\"option_id\":\"0\",\"quantity\":\"97.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER01143\",\"product_name\":\"SIERRA FINA SANDFLEX 1224\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"825\",\"adjustment_id\":\"4\",\"product_id\":\"2766\",\"option_id\":\"0\",\"quantity\":\"297.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER01397\",\"product_name\":\"CRAYON 2 COLORES GRUESO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"826\",\"adjustment_id\":\"4\",\"product_id\":\"3007\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER01945\",\"product_name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"827\",\"adjustment_id\":\"4\",\"product_id\":\"2577\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER02539\",\"product_name\":\"BROCHA 2 BYP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"828\",\"adjustment_id\":\"4\",\"product_id\":\"2811\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER02908\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"829\",\"adjustment_id\":\"4\",\"product_id\":\"2620\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER0313\",\"product_name\":\"CANDADO 40MM DORADO WHALE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"830\",\"adjustment_id\":\"4\",\"product_id\":\"2626\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER0314\",\"product_name\":\"CANDADO WHALE DORADO 50 MM\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"831\",\"adjustment_id\":\"4\",\"product_id\":\"3290\",\"option_id\":\"0\",\"quantity\":\"647.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER035\",\"product_name\":\"TORNILLO BUSCA ROSCA 1*8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"832\",\"adjustment_id\":\"4\",\"product_id\":\"3253\",\"option_id\":\"0\",\"quantity\":\"108.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER039\",\"product_name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"833\",\"adjustment_id\":\"4\",\"product_id\":\"3300\",\"option_id\":\"0\",\"quantity\":\"2160.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER040\",\"product_name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"834\",\"adjustment_id\":\"4\",\"product_id\":\"3254\",\"option_id\":\"0\",\"quantity\":\"311.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER068\",\"product_name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"835\",\"adjustment_id\":\"4\",\"product_id\":\"2731\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER31106-2\",\"product_name\":\"CODO PVC 3\\/4 45 GRADOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"836\",\"adjustment_id\":\"4\",\"product_id\":\"2988\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GE-0251\",\"product_name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"837\",\"adjustment_id\":\"4\",\"product_id\":\"3151\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GE-0279\",\"product_name\":\"REGADERA PLASTICA BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"838\",\"adjustment_id\":\"4\",\"product_id\":\"2899\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GEL0001\",\"product_name\":\"GALON ALCOHOL GEL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"839\",\"adjustment_id\":\"4\",\"product_id\":\"2938\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GEL0002\",\"product_name\":\"JABON LIQUIDO 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"840\",\"adjustment_id\":\"4\",\"product_id\":\"2509\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GEL0003\",\"product_name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"841\",\"adjustment_id\":\"4\",\"product_id\":\"3158\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GRI001475\",\"product_name\":\"REPOSADERA 3  ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"842\",\"adjustment_id\":\"4\",\"product_id\":\"3271\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GRI00213\",\"product_name\":\"TEFLON 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"843\",\"adjustment_id\":\"4\",\"product_id\":\"3273\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00214\",\"product_name\":\"TEFLON 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"844\",\"adjustment_id\":\"4\",\"product_id\":\"3275\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00215\",\"product_name\":\"TEFLON 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"845\",\"adjustment_id\":\"4\",\"product_id\":\"2744\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GRIF000175\",\"product_name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"846\",\"adjustment_id\":\"4\",\"product_id\":\"2745\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GRIF000176\",\"product_name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"847\",\"adjustment_id\":\"4\",\"product_id\":\"2912\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GRIFA001\",\"product_name\":\"GRIFA 1\\/2 * 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"848\",\"adjustment_id\":\"4\",\"product_id\":\"2913\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIFA002\",\"product_name\":\"GRIFA 1\\/4 * 3\\/16\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"849\",\"adjustment_id\":\"4\",\"product_id\":\"2937\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"HL8140\\/120M\",\"product_name\":\"HIDROLAVADORA 1800W 2003PSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"850\",\"adjustment_id\":\"4\",\"product_id\":\"2665\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"LLCHBOZN03\",\"product_name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"851\",\"adjustment_id\":\"4\",\"product_id\":\"2670\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"LLCHCPOPM05\",\"product_name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"852\",\"adjustment_id\":\"4\",\"product_id\":\"3001\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLPDCLA\",\"product_name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"853\",\"adjustment_id\":\"4\",\"product_id\":\"3039\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"MDL700\",\"product_name\":\"METRO LASER DE 20M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"854\",\"adjustment_id\":\"4\",\"product_id\":\"3040\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"MDL740\",\"product_name\":\"METRO LASER GLP 40M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"855\",\"adjustment_id\":\"4\",\"product_id\":\"2632\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"MS1001\\/2L\",\"product_name\":\"CARETA NEO FOTOSENSIBLE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"856\",\"adjustment_id\":\"4\",\"product_id\":\"3319\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"NIP14\",\"product_name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\" X 3MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"857\",\"adjustment_id\":\"4\",\"product_id\":\"2530\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"P24BD-720\",\"product_name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"858\",\"adjustment_id\":\"4\",\"product_id\":\"2529\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"P47-600\",\"product_name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"859\",\"adjustment_id\":\"4\",\"product_id\":\"2733\",\"option_id\":\"0\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PCV00037\",\"product_name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"860\",\"adjustment_id\":\"4\",\"product_id\":\"2531\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PNS60LS\",\"product_name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"861\",\"adjustment_id\":\"4\",\"product_id\":\"2494\",\"option_id\":\"0\",\"quantity\":\"80.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00003\",\"product_name\":\"ADAPTADOR M 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"862\",\"adjustment_id\":\"4\",\"product_id\":\"2495\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00004\",\"product_name\":\"ADAPTADOR M 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"863\",\"adjustment_id\":\"4\",\"product_id\":\"2496\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00005\",\"product_name\":\"ADAPTADOR M 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"864\",\"adjustment_id\":\"4\",\"product_id\":\"2490\",\"option_id\":\"0\",\"quantity\":\"63.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00006\",\"product_name\":\"ADAOTADOR  1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"865\",\"adjustment_id\":\"4\",\"product_id\":\"2492\",\"option_id\":\"0\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00007\",\"product_name\":\"ADAPTADOR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"866\",\"adjustment_id\":\"4\",\"product_id\":\"2754\",\"option_id\":\"0\",\"quantity\":\"43.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC0001\",\"product_name\":\"COPLA C\\/R 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"867\",\"adjustment_id\":\"4\",\"product_id\":\"2497\",\"option_id\":\"0\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00010\",\"product_name\":\"ADAPTADOR M 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"868\",\"adjustment_id\":\"4\",\"product_id\":\"2716\",\"option_id\":\"0\",\"quantity\":\"73.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00033\",\"product_name\":\"CODO 90 GR 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"869\",\"adjustment_id\":\"4\",\"product_id\":\"2718\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00035\",\"product_name\":\"CODO 90 GR 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"870\",\"adjustment_id\":\"4\",\"product_id\":\"2719\",\"option_id\":\"0\",\"quantity\":\"190.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00036\",\"product_name\":\"CODO 90 GR 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"871\",\"adjustment_id\":\"4\",\"product_id\":\"2720\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00037\",\"product_name\":\"CODO 90 GR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"872\",\"adjustment_id\":\"4\",\"product_id\":\"2721\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00038\",\"product_name\":\"CODO 90 GR 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"873\",\"adjustment_id\":\"4\",\"product_id\":\"2722\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00039\",\"product_name\":\"CODO 90 GR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"874\",\"adjustment_id\":\"4\",\"product_id\":\"2723\",\"option_id\":\"0\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00040\",\"product_name\":\"CODO 90 GR 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"875\",\"adjustment_id\":\"4\",\"product_id\":\"2724\",\"option_id\":\"0\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00045\",\"product_name\":\"CODO 90 GR C\\/R 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"876\",\"adjustment_id\":\"4\",\"product_id\":\"2725\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00051\",\"product_name\":\"CODO 90 GR DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"877\",\"adjustment_id\":\"4\",\"product_id\":\"2726\",\"option_id\":\"0\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00052\",\"product_name\":\"CODO 90 GR DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"878\",\"adjustment_id\":\"4\",\"product_id\":\"2727\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00053\",\"product_name\":\"CODO 90 GR DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"879\",\"adjustment_id\":\"4\",\"product_id\":\"2728\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00054\",\"product_name\":\"CODO 90 GR DR 6\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"880\",\"adjustment_id\":\"4\",\"product_id\":\"2746\",\"option_id\":\"0\",\"quantity\":\"65.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00068\",\"product_name\":\"COPLA 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"881\",\"adjustment_id\":\"4\",\"product_id\":\"2747\",\"option_id\":\"0\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00069\",\"product_name\":\"COPLA 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"882\",\"adjustment_id\":\"4\",\"product_id\":\"2749\",\"option_id\":\"0\",\"quantity\":\"128.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00071\",\"product_name\":\"COPLA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"883\",\"adjustment_id\":\"4\",\"product_id\":\"2750\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00072\",\"product_name\":\"COPLA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"884\",\"adjustment_id\":\"4\",\"product_id\":\"2752\",\"option_id\":\"0\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00073\",\"product_name\":\"COPLA 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"885\",\"adjustment_id\":\"4\",\"product_id\":\"2755\",\"option_id\":\"0\",\"quantity\":\"56.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00076\",\"product_name\":\"COPLA C\\/R 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"886\",\"adjustment_id\":\"4\",\"product_id\":\"2756\",\"option_id\":\"0\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00077\",\"product_name\":\"COPLA C\\/R 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"887\",\"adjustment_id\":\"4\",\"product_id\":\"2758\",\"option_id\":\"0\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00090\",\"product_name\":\"COPLA DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"888\",\"adjustment_id\":\"4\",\"product_id\":\"2759\",\"option_id\":\"0\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00091\",\"product_name\":\"COPLA DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"889\",\"adjustment_id\":\"4\",\"product_id\":\"2760\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00092\",\"product_name\":\"COPLA DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"890\",\"adjustment_id\":\"4\",\"product_id\":\"2717\",\"option_id\":\"0\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00094\",\"product_name\":\"CODO 90 GR 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"891\",\"adjustment_id\":\"4\",\"product_id\":\"3129\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00122\",\"product_name\":\"REDUCIDOR 1 1\\/2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"892\",\"adjustment_id\":\"4\",\"product_id\":\"3127\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00123\",\"product_name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"893\",\"adjustment_id\":\"4\",\"product_id\":\"3171\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"pvc00124\",\"product_name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"894\",\"adjustment_id\":\"4\",\"product_id\":\"3128\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00125\",\"product_name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"895\",\"adjustment_id\":\"4\",\"product_id\":\"3130\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00126\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"896\",\"adjustment_id\":\"4\",\"product_id\":\"3131\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00127\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"897\",\"adjustment_id\":\"4\",\"product_id\":\"3149\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"pvc00128\",\"product_name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"898\",\"adjustment_id\":\"4\",\"product_id\":\"3133\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00130\",\"product_name\":\"REDUCIDOR 1-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"899\",\"adjustment_id\":\"4\",\"product_id\":\"3132\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00131\",\"product_name\":\"REDUCIDOR 1- 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"900\",\"adjustment_id\":\"4\",\"product_id\":\"3136\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00132\",\"product_name\":\"REDUCIDOR 2 1\\/2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"901\",\"adjustment_id\":\"4\",\"product_id\":\"3135\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00136\",\"product_name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"902\",\"adjustment_id\":\"4\",\"product_id\":\"3137\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00137\",\"product_name\":\"REDUCIDOR 2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"903\",\"adjustment_id\":\"4\",\"product_id\":\"3138\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00140\",\"product_name\":\"REDUCIDOR 2-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"904\",\"adjustment_id\":\"4\",\"product_id\":\"3134\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00141\",\"product_name\":\"REDUCIDOR 2 - 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"905\",\"adjustment_id\":\"4\",\"product_id\":\"3141\",\"option_id\":\"0\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00142\",\"product_name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"906\",\"adjustment_id\":\"4\",\"product_id\":\"3147\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00152\",\"product_name\":\"REDUCIDOR DR 3-2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"907\",\"adjustment_id\":\"4\",\"product_id\":\"3144\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00153\",\"product_name\":\"REDUCIDOR 4-2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"908\",\"adjustment_id\":\"4\",\"product_id\":\"3143\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00154\",\"product_name\":\"REDUCIDOR 4 - 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"909\",\"adjustment_id\":\"4\",\"product_id\":\"3243\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00158\",\"product_name\":\"TAPON H 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"910\",\"adjustment_id\":\"4\",\"product_id\":\"3244\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00159\",\"product_name\":\"TAPON H 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"911\",\"adjustment_id\":\"4\",\"product_id\":\"3238\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00161\",\"product_name\":\"TAPON 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"912\",\"adjustment_id\":\"4\",\"product_id\":\"3239\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00164\",\"product_name\":\"TAPON 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"913\",\"adjustment_id\":\"4\",\"product_id\":\"3241\",\"option_id\":\"0\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00168\",\"product_name\":\"TAPON 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"914\",\"adjustment_id\":\"4\",\"product_id\":\"3245\",\"option_id\":\"0\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00171\",\"product_name\":\"TAPON H 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"915\",\"adjustment_id\":\"4\",\"product_id\":\"3257\",\"option_id\":\"0\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00186\",\"product_name\":\"TEE 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"916\",\"adjustment_id\":\"4\",\"product_id\":\"3258\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00187\",\"product_name\":\"TEE 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"917\",\"adjustment_id\":\"4\",\"product_id\":\"3259\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00189\",\"product_name\":\"TEE 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"918\",\"adjustment_id\":\"4\",\"product_id\":\"3260\",\"option_id\":\"0\",\"quantity\":\"162.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00192\",\"product_name\":\"TEE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"919\",\"adjustment_id\":\"4\",\"product_id\":\"2491\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00193\",\"product_name\":\"ADAPTADOR 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"920\",\"adjustment_id\":\"4\",\"product_id\":\"3262\",\"option_id\":\"0\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00199\",\"product_name\":\"TEE 2 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"921\",\"adjustment_id\":\"4\",\"product_id\":\"3264\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00201\",\"product_name\":\"TEE 3 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"922\",\"adjustment_id\":\"4\",\"product_id\":\"3266\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00202\",\"product_name\":\"TEE 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"923\",\"adjustment_id\":\"4\",\"product_id\":\"3267\",\"option_id\":\"0\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00207\",\"product_name\":\"TEE 4 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"924\",\"adjustment_id\":\"4\",\"product_id\":\"3270\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00208\",\"product_name\":\"TEE PVC DE 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"925\",\"adjustment_id\":\"4\",\"product_id\":\"3080\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00236\",\"product_name\":\"PEGA PVC 025 ML TANGIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"926\",\"adjustment_id\":\"4\",\"product_id\":\"3347\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00254\",\"product_name\":\"YEE DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"927\",\"adjustment_id\":\"4\",\"product_id\":\"3346\",\"option_id\":\"0\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00255\",\"product_name\":\"YEE DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"928\",\"adjustment_id\":\"4\",\"product_id\":\"3348\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00256\",\"product_name\":\"YEE DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"929\",\"adjustment_id\":\"4\",\"product_id\":\"2751\",\"option_id\":\"0\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00260\",\"product_name\":\"COPLA 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"930\",\"adjustment_id\":\"4\",\"product_id\":\"2777\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC0105\",\"product_name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"931\",\"adjustment_id\":\"4\",\"product_id\":\"3139\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC143\",\"product_name\":\"REDUCIDOR 3- 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"932\",\"adjustment_id\":\"4\",\"product_id\":\"3140\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC144\",\"product_name\":\"REDUCIDOR 3-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"933\",\"adjustment_id\":\"4\",\"product_id\":\"3081\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC287\",\"product_name\":\"PEGA PVC 050 ML TANGIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"934\",\"adjustment_id\":\"4\",\"product_id\":\"2997\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"SUVAL2\\\"\",\"product_name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"935\",\"adjustment_id\":\"4\",\"product_id\":\"3076\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"T1101-047\",\"product_name\":\"PASADOR ALEMAN 3\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"936\",\"adjustment_id\":\"4\",\"product_id\":\"3225\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA002\",\"product_name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"937\",\"adjustment_id\":\"4\",\"product_id\":\"3317\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"TA121216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"938\",\"adjustment_id\":\"4\",\"product_id\":\"3318\",\"option_id\":\"0\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"TA381216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*19 ACERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"939\",\"adjustment_id\":\"4\",\"product_id\":\"2866\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"THQC1120\",\"product_name\":\"FLIPON # 20 THQC1120\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"940\",\"adjustment_id\":\"4\",\"product_id\":\"2455\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"THQC1130\",\"product_name\":\"FLIPON # 30 THQC1130\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"941\",\"adjustment_id\":\"4\",\"product_id\":\"3227\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TP813\\/3\",\"product_name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"942\",\"adjustment_id\":\"4\",\"product_id\":\"3228\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TP913\\/4\",\"product_name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"943\",\"adjustment_id\":\"4\",\"product_id\":\"3315\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"TUC13\",\"product_name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\" X 3MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"944\",\"adjustment_id\":\"4\",\"product_id\":\"2827\",\"option_id\":\"0\",\"quantity\":\"127.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"UP0000793\",\"product_name\":\"DULCES COLOMBINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"945\",\"adjustment_id\":\"4\",\"product_id\":\"3338\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VAPB-2\",\"product_name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"946\",\"adjustment_id\":\"4\",\"product_id\":\"3328\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VBLPVC04\",\"product_name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"947\",\"adjustment_id\":\"4\",\"product_id\":\"3329\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBLPVC05\",\"product_name\":\"VALVULA BOLA PVC 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"948\",\"adjustment_id\":\"4\",\"product_id\":\"3327\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VBZ03\",\"product_name\":\"VALVULA BOLA DE ZINC 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"949\",\"adjustment_id\":\"4\",\"product_id\":\"3326\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VBZ04\",\"product_name\":\"VALVULA BOLA 3\\/4 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"950\",\"adjustment_id\":\"4\",\"product_id\":\"3325\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ05\",\"product_name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"951\",\"adjustment_id\":\"4\",\"product_id\":\"3332\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VCBRWL04\",\"product_name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"952\",\"adjustment_id\":\"4\",\"product_id\":\"3331\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VCBRWL05\",\"product_name\":\"VALVULA COMPUERTA BR 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"953\",\"adjustment_id\":\"4\",\"product_id\":\"3281\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0096\",\"product_name\":\"TENAZIN DE 9\\\" VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"954\",\"adjustment_id\":\"4\",\"product_id\":\"3104\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0167\",\"product_name\":\"PLANCHA ALBA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"955\",\"adjustment_id\":\"4\",\"product_id\":\"3179\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VK0785\",\"product_name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"956\",\"adjustment_id\":\"4\",\"product_id\":\"2826\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VK0795\",\"product_name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"957\",\"adjustment_id\":\"4\",\"product_id\":\"3251\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VK0840\",\"product_name\":\"TARUGO PLASTICO DE 1\\/4\\\" VIKINGO 100 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"958\",\"adjustment_id\":\"4\",\"product_id\":\"3249\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VK0841\",\"product_name\":\"TARUGO PLASTICO 3\\/16\\\"  VIKINGO 100 UNID\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"959\",\"adjustment_id\":\"4\",\"product_id\":\"2624\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0867\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"960\",\"adjustment_id\":\"4\",\"product_id\":\"2474\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VK0894R\",\"product_name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"961\",\"adjustment_id\":\"4\",\"product_id\":\"2625\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0898\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"962\",\"adjustment_id\":\"4\",\"product_id\":\"2825\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0908\",\"product_name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"963\",\"adjustment_id\":\"4\",\"product_id\":\"2475\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VK0928\",\"product_name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"964\",\"adjustment_id\":\"4\",\"product_id\":\"3188\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"W185\\/1\\/120\",\"product_name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"image\":\"\",\"details\":null,\"variant\":null}]}', '2022-06-09 12:41:43');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2048, 'Quantity adjustment is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"5\",\"date\":\"2022-06-09 12:43:00\",\"reference_no\":\"prueba\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;prueba&lt;&sol;p&gt;\",\"attachment\":\"521dbe47e2fc6851a540ec09382d1920.csv\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"965\",\"adjustment_id\":\"5\",\"product_id\":\"3433\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"00637449\",\"product_name\":\"SOLERA DE 14 MACORA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null}]}', '2022-06-09 12:45:33');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2049, 'Quantity adjustment is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"6\",\"date\":\"2022-06-09 12:56:00\",\"reference_no\":\"INVENTARIO FERRETERIA\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;INVENTARIO FERRETERIA 09&sol;06&sol;2022&lt;&sol;p&gt;\",\"attachment\":\"25cde8344336ff5d099917235f29fbcc.csv\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"966\",\"adjustment_id\":\"6\",\"product_id\":\"2990\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02-290\",\"product_name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"967\",\"adjustment_id\":\"6\",\"product_id\":\"2991\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02-310\",\"product_name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"968\",\"adjustment_id\":\"6\",\"product_id\":\"3034\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"045242502653\",\"product_name\":\"METRO 8 METROS MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"969\",\"adjustment_id\":\"6\",\"product_id\":\"3483\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"081537305226\",\"product_name\":\"SE\\u00d1ORIAL PEQUE\\u00d1O\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"970\",\"adjustment_id\":\"6\",\"product_id\":\"3223\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1\",\"product_name\":\"TABCIN.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"971\",\"adjustment_id\":\"6\",\"product_id\":\"2901\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"972\",\"adjustment_id\":\"6\",\"product_id\":\"2672\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100045000024\",\"product_name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"973\",\"adjustment_id\":\"6\",\"product_id\":\"2824\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100083000017\",\"product_name\":\"DUCHA EXAGONAL VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"974\",\"adjustment_id\":\"6\",\"product_id\":\"3078\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100103000010\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/MARIPOSA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"975\",\"adjustment_id\":\"6\",\"product_id\":\"3077\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100103000027\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"976\",\"adjustment_id\":\"6\",\"product_id\":\"2557\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10015600067\",\"product_name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"977\",\"adjustment_id\":\"6\",\"product_id\":\"2607\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"100165000034\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"978\",\"adjustment_id\":\"6\",\"product_id\":\"2608\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"100165000058\",\"product_name\":\"CAJA CLAVO CONCRETO 3\\\"  VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"979\",\"adjustment_id\":\"6\",\"product_id\":\"2493\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100231000043\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"980\",\"adjustment_id\":\"6\",\"product_id\":\"2498\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100231000050\",\"product_name\":\"ADAPTADOR P\\/COPA TALDRO VIKINGO 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"981\",\"adjustment_id\":\"6\",\"product_id\":\"3277\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10040\",\"product_name\":\"TENACIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"982\",\"adjustment_id\":\"6\",\"product_id\":\"2575\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10045242184764\",\"product_name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"983\",\"adjustment_id\":\"6\",\"product_id\":\"2960\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102\",\"product_name\":\"LB CLAVO PARA LAMINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"984\",\"adjustment_id\":\"6\",\"product_id\":\"3304\",\"option_id\":\"0\",\"quantity\":\"96.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10203\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2P PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"985\",\"adjustment_id\":\"6\",\"product_id\":\"3303\",\"option_id\":\"0\",\"quantity\":\"179.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10204\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2 P BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"986\",\"adjustment_id\":\"6\",\"product_id\":\"3246\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10205\",\"product_name\":\"TAPON H DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"987\",\"adjustment_id\":\"6\",\"product_id\":\"2715\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102106\",\"product_name\":\"CODO 45 GR DR 4 P\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"988\",\"adjustment_id\":\"6\",\"product_id\":\"3339\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102108\",\"product_name\":\"VALVULA PILA 2 P BRONCE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"989\",\"adjustment_id\":\"6\",\"product_id\":\"3340\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102109\",\"product_name\":\"VALVULA PILA 3 BRONCE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"990\",\"adjustment_id\":\"6\",\"product_id\":\"3146\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102111\",\"product_name\":\"REDUCIDOR DE 3-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"991\",\"adjustment_id\":\"6\",\"product_id\":\"3334\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102145\",\"product_name\":\"VALVULA DE ALUMINIO DE 3?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"992\",\"adjustment_id\":\"6\",\"product_id\":\"3159\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102146\",\"product_name\":\"REPOSADERA 4*4? ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"993\",\"adjustment_id\":\"6\",\"product_id\":\"3265\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102147\",\"product_name\":\"TEE 3\\\" PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"994\",\"adjustment_id\":\"6\",\"product_id\":\"3263\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102148\",\"product_name\":\"TEE 2\\\" PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"995\",\"adjustment_id\":\"6\",\"product_id\":\"3261\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102149\",\"product_name\":\"TEE 2 1\\/2 PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"996\",\"adjustment_id\":\"6\",\"product_id\":\"2678\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102155\",\"product_name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"997\",\"adjustment_id\":\"6\",\"product_id\":\"3145\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"998\",\"adjustment_id\":\"6\",\"product_id\":\"2485\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102190\",\"product_name\":\"ACEITE SAE 40 AMERICAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"999\",\"adjustment_id\":\"6\",\"product_id\":\"3296\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102204\",\"product_name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 ?\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1000\",\"adjustment_id\":\"6\",\"product_id\":\"3306\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102207\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1001\",\"adjustment_id\":\"6\",\"product_id\":\"3305\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102215\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1002\",\"adjustment_id\":\"6\",\"product_id\":\"3072\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102220\",\"product_name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1003\",\"adjustment_id\":\"6\",\"product_id\":\"3071\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102221\",\"product_name\":\"PAPEL ARCO IRIS CARTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1004\",\"adjustment_id\":\"6\",\"product_id\":\"2736\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102225\",\"product_name\":\"COMPAS ECONOMICO DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1005\",\"adjustment_id\":\"6\",\"product_id\":\"2837\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102227\",\"product_name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1006\",\"adjustment_id\":\"6\",\"product_id\":\"2838\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102229\",\"product_name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1007\",\"adjustment_id\":\"6\",\"product_id\":\"2839\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102231\",\"product_name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1008\",\"adjustment_id\":\"6\",\"product_id\":\"2841\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102233\",\"product_name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1009\",\"adjustment_id\":\"6\",\"product_id\":\"2842\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102234\",\"product_name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1010\",\"adjustment_id\":\"6\",\"product_id\":\"2843\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102235\",\"product_name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1011\",\"adjustment_id\":\"6\",\"product_id\":\"2840\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102236\",\"product_name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1012\",\"adjustment_id\":\"6\",\"product_id\":\"2730\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102246\",\"product_name\":\"CODO C\\/R 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1013\",\"adjustment_id\":\"6\",\"product_id\":\"2729\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102247\",\"product_name\":\"CODO C\\/R 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1014\",\"adjustment_id\":\"6\",\"product_id\":\"3269\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102248\",\"product_name\":\"TEE C\\/R 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1015\",\"adjustment_id\":\"6\",\"product_id\":\"3268\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102249\",\"product_name\":\"TEE C\\/R 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1016\",\"adjustment_id\":\"6\",\"product_id\":\"2757\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102250\",\"product_name\":\"COPLA C\\/R 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1017\",\"adjustment_id\":\"6\",\"product_id\":\"3242\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102252\",\"product_name\":\"TAPON 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1018\",\"adjustment_id\":\"6\",\"product_id\":\"3294\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102253\",\"product_name\":\"TORNILLO NEGRO DE 2\\\" BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1019\",\"adjustment_id\":\"6\",\"product_id\":\"3293\",\"option_id\":\"0\",\"quantity\":\"58.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102256\",\"product_name\":\"TORNILLO NEGRO 2 1\\/2 \\\" BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1020\",\"adjustment_id\":\"6\",\"product_id\":\"3042\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102275\",\"product_name\":\"MINI SNICKERS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1021\",\"adjustment_id\":\"6\",\"product_id\":\"2996\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102285\",\"product_name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1022\",\"adjustment_id\":\"6\",\"product_id\":\"3240\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102290\",\"product_name\":\"TAPON 1\\/2 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1023\",\"adjustment_id\":\"6\",\"product_id\":\"3301\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102298\",\"product_name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1024\",\"adjustment_id\":\"6\",\"product_id\":\"3295\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102300\",\"product_name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1025\",\"adjustment_id\":\"6\",\"product_id\":\"3023\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102301\",\"product_name\":\"MARTILLO ALDOSA 25 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1026\",\"adjustment_id\":\"6\",\"product_id\":\"2527\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102302\",\"product_name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1027\",\"adjustment_id\":\"6\",\"product_id\":\"3184\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102304\",\"product_name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1028\",\"adjustment_id\":\"6\",\"product_id\":\"3279\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102305\",\"product_name\":\"TENAZA DE 10\'\' ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1029\",\"adjustment_id\":\"6\",\"product_id\":\"3280\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102306\",\"product_name\":\"TENAZA DE 9\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1030\",\"adjustment_id\":\"6\",\"product_id\":\"2637\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102307\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1031\",\"adjustment_id\":\"6\",\"product_id\":\"3274\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102308\",\"product_name\":\"TEFLON 1\\/2  ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1032\",\"adjustment_id\":\"6\",\"product_id\":\"3272\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102309\",\"product_name\":\"TEFLON 1\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1033\",\"adjustment_id\":\"6\",\"product_id\":\"3289\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102310\",\"product_name\":\"TORNILLO 2P BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1034\",\"adjustment_id\":\"6\",\"product_id\":\"2832\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102311\",\"product_name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1035\",\"adjustment_id\":\"6\",\"product_id\":\"2871\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102312\",\"product_name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1036\",\"adjustment_id\":\"6\",\"product_id\":\"3298\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102313\",\"product_name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1037\",\"adjustment_id\":\"6\",\"product_id\":\"2623\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102314\",\"product_name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1038\",\"adjustment_id\":\"6\",\"product_id\":\"3052\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102316\",\"product_name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1039\",\"adjustment_id\":\"6\",\"product_id\":\"3024\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102317\",\"product_name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1040\",\"adjustment_id\":\"6\",\"product_id\":\"2636\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102320\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1041\",\"adjustment_id\":\"6\",\"product_id\":\"2693\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102324\",\"product_name\":\"CINTA TRANSPARENTE 2 P TESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1042\",\"adjustment_id\":\"6\",\"product_id\":\"2732\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102328\",\"product_name\":\"CODO PVC 4\'\'\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1043\",\"adjustment_id\":\"6\",\"product_id\":\"2714\",\"option_id\":\"0\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102330\",\"product_name\":\"CODO 45 GR DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1044\",\"adjustment_id\":\"6\",\"product_id\":\"3247\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102347\",\"product_name\":\"TAPON HEMBRA 3 PSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1045\",\"adjustment_id\":\"6\",\"product_id\":\"3142\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102349\",\"product_name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1046\",\"adjustment_id\":\"6\",\"product_id\":\"2604\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102358\",\"product_name\":\"CAIMAN DE 30\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1047\",\"adjustment_id\":\"6\",\"product_id\":\"2605\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102359\",\"product_name\":\"CAIMAN DE 36\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1048\",\"adjustment_id\":\"6\",\"product_id\":\"3107\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102360\",\"product_name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1049\",\"adjustment_id\":\"6\",\"product_id\":\"2964\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102375\",\"product_name\":\"LIBRA DE PITA COMPLETA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1050\",\"adjustment_id\":\"6\",\"product_id\":\"2914\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102381\",\"product_name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1051\",\"adjustment_id\":\"6\",\"product_id\":\"3299\",\"option_id\":\"0\",\"quantity\":\"291.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10256\",\"product_name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1052\",\"adjustment_id\":\"6\",\"product_id\":\"2616\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10277\",\"product_name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1053\",\"adjustment_id\":\"6\",\"product_id\":\"3108\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10279\",\"product_name\":\"PLANCHA PARA ALBA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1054\",\"adjustment_id\":\"6\",\"product_id\":\"3005\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10295\",\"product_name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1055\",\"adjustment_id\":\"6\",\"product_id\":\"3337\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10298\",\"product_name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1056\",\"adjustment_id\":\"6\",\"product_id\":\"3157\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10299\",\"product_name\":\"REPOSADERA 2 P ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1057\",\"adjustment_id\":\"6\",\"product_id\":\"3063\",\"option_id\":\"0\",\"quantity\":\"66.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"104\",\"product_name\":\"ORANGE LATA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1058\",\"adjustment_id\":\"6\",\"product_id\":\"3062\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"109\",\"product_name\":\"ORANGE JUMBO.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1059\",\"adjustment_id\":\"6\",\"product_id\":\"2486\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10901790550593\",\"product_name\":\"ACETAMINOFEN CAPLIN POINT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1060\",\"adjustment_id\":\"6\",\"product_id\":\"3018\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"110021000016\",\"product_name\":\"MARRO 2  LIBRAS VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1061\",\"adjustment_id\":\"6\",\"product_id\":\"3061\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"111\",\"product_name\":\"ORANGE DESECHABLE.         .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1062\",\"adjustment_id\":\"6\",\"product_id\":\"2514\",\"option_id\":\"0\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"11418040168\",\"product_name\":\"ALKA SELTZER .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1063\",\"adjustment_id\":\"6\",\"product_id\":\"2513\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"11418240780\",\"product_name\":\"ALKA AD  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1064\",\"adjustment_id\":\"6\",\"product_id\":\"2524\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"11418696839\",\"product_name\":\"ASPIRINA FORTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1065\",\"adjustment_id\":\"6\",\"product_id\":\"3102\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"12\",\"product_name\":\"PLAFONERA BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1066\",\"adjustment_id\":\"6\",\"product_id\":\"2955\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"123\",\"product_name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1067\",\"adjustment_id\":\"6\",\"product_id\":\"3276\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"12310\",\"product_name\":\"TEFLON 3\\/4 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1068\",\"adjustment_id\":\"6\",\"product_id\":\"3312\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"13\",\"product_name\":\"TORTRIX TACO..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1069\",\"adjustment_id\":\"6\",\"product_id\":\"3085\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15\",\"product_name\":\"PEPSI LATA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1070\",\"adjustment_id\":\"6\",\"product_id\":\"2541\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"150\",\"product_name\":\"BOCADELI PEQUE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1071\",\"adjustment_id\":\"6\",\"product_id\":\"2666\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"150WOG\",\"product_name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1072\",\"adjustment_id\":\"6\",\"product_id\":\"3048\",\"option_id\":\"0\",\"quantity\":\"80.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1073\",\"adjustment_id\":\"6\",\"product_id\":\"3117\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15155\",\"product_name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1074\",\"adjustment_id\":\"6\",\"product_id\":\"3086\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15199\",\"product_name\":\"PEPSI VIDRIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1075\",\"adjustment_id\":\"6\",\"product_id\":\"2630\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15310\",\"product_name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1076\",\"adjustment_id\":\"6\",\"product_id\":\"2469\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1546 UNIDAD\",\"product_name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1077\",\"adjustment_id\":\"6\",\"product_id\":\"2471\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1553\",\"product_name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1078\",\"adjustment_id\":\"6\",\"product_id\":\"2565\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"17501206634513\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1079\",\"adjustment_id\":\"6\",\"product_id\":\"2571\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17501206646080\",\"product_name\":\"BROCA P\\/METAL TRUPER 1\\/2 ACERO M2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1080\",\"adjustment_id\":\"6\",\"product_id\":\"2993\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"19025\",\"product_name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1081\",\"adjustment_id\":\"6\",\"product_id\":\"2867\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"207831614012866\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1082\",\"adjustment_id\":\"6\",\"product_id\":\"2868\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"20783164012877\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1083\",\"adjustment_id\":\"6\",\"product_id\":\"2869\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"20783164012884\",\"product_name\":\"FLIPON 1*40 AMPERIOS THQL 1140\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1084\",\"adjustment_id\":\"6\",\"product_id\":\"2870\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"207831664012891\",\"product_name\":\"FLIPON 1*50 AMPERIOS THQL 1150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1085\",\"adjustment_id\":\"6\",\"product_id\":\"2597\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21\",\"product_name\":\"CABLE THHN N0 8 NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1086\",\"adjustment_id\":\"6\",\"product_id\":\"3217\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200212109\",\"product_name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1087\",\"adjustment_id\":\"6\",\"product_id\":\"2852\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"21200844416\",\"product_name\":\"ESPONJA MULTIUSOS SCOTCH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1088\",\"adjustment_id\":\"6\",\"product_id\":\"3216\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200964749\",\"product_name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1089\",\"adjustment_id\":\"6\",\"product_id\":\"2517\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24000501558\",\"product_name\":\"ALOE VERA DEL MONTE 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1090\",\"adjustment_id\":\"6\",\"product_id\":\"2877\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24474002124\",\"product_name\":\"FRUTA FRESCA  PETIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1091\",\"adjustment_id\":\"6\",\"product_id\":\"2948\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24474381014\",\"product_name\":\"JUGO PETIT LATA 330 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1092\",\"adjustment_id\":\"6\",\"product_id\":\"2956\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28571000687\",\"product_name\":\"LA SIRENA PICA PICA PEQ    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1093\",\"adjustment_id\":\"6\",\"product_id\":\"2818\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28877321608\",\"product_name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1094\",\"adjustment_id\":\"6\",\"product_id\":\"2802\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28877321639\",\"product_name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1095\",\"adjustment_id\":\"6\",\"product_id\":\"2599\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3\",\"product_name\":\"CABLE THHN No.8 ROJO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1096\",\"adjustment_id\":\"6\",\"product_id\":\"3113\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"300V-80\",\"product_name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1097\",\"adjustment_id\":\"6\",\"product_id\":\"2687\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253562306081\",\"product_name\":\"CINTA METRICA STANLEY 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1098\",\"adjustment_id\":\"6\",\"product_id\":\"2983\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868612\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1099\",\"adjustment_id\":\"6\",\"product_id\":\"2984\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868636\",\"product_name\":\"LLAVE COLA\\/CORONA #18 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1100\",\"adjustment_id\":\"6\",\"product_id\":\"2985\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868643\",\"product_name\":\"LLAVE COLA\\/CORONA #19 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1101\",\"adjustment_id\":\"6\",\"product_id\":\"2986\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868650\",\"product_name\":\"LLAVE COLA\\/CORONA #20 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1102\",\"adjustment_id\":\"6\",\"product_id\":\"3199\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"33886000390\",\"product_name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1103\",\"adjustment_id\":\"6\",\"product_id\":\"2661\",\"option_id\":\"0\",\"quantity\":\"189.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"340\",\"product_name\":\"CHICLES.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1104\",\"adjustment_id\":\"6\",\"product_id\":\"2828\",\"option_id\":\"0\",\"quantity\":\"66.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"341\",\"product_name\":\"DULCES HALLS      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1105\",\"adjustment_id\":\"6\",\"product_id\":\"3314\",\"option_id\":\"0\",\"quantity\":\"141.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"342\",\"product_name\":\"TRIDENT 4S             .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1106\",\"adjustment_id\":\"6\",\"product_id\":\"2949\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"345\",\"product_name\":\"JUGOS CALIFORNIA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1107\",\"adjustment_id\":\"6\",\"product_id\":\"2977\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"39101002507\",\"product_name\":\"LIQUIDO DE FRENOS DOT-3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1108\",\"adjustment_id\":\"6\",\"product_id\":\"3026\",\"option_id\":\"0\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3LAYER MASCA\",\"product_name\":\"MASCARILLA 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1109\",\"adjustment_id\":\"6\",\"product_id\":\"2600\",\"option_id\":\"0\",\"quantity\":\"11.5000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4\",\"product_name\":\"CABLE THHN No.8 VERDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1110\",\"adjustment_id\":\"6\",\"product_id\":\"2998\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"400WOG\",\"product_name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1111\",\"adjustment_id\":\"6\",\"product_id\":\"3000\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"411653\",\"product_name\":\"LLAVE DUCHA QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1112\",\"adjustment_id\":\"6\",\"product_id\":\"3196\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"411868\",\"product_name\":\"SIFON PARA LAVAMANOS QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1113\",\"adjustment_id\":\"6\",\"product_id\":\"3316\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"412568\",\"product_name\":\"TUBO DE ABASTO 1\\/2\\\"  X 7\\/8\\\" QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1114\",\"adjustment_id\":\"6\",\"product_id\":\"2830\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333001111\",\"product_name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1115\",\"adjustment_id\":\"6\",\"product_id\":\"2829\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333029955\",\"product_name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1116\",\"adjustment_id\":\"6\",\"product_id\":\"2831\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333428482\",\"product_name\":\"DURACELL REGULAR AAA 1UIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1117\",\"adjustment_id\":\"6\",\"product_id\":\"2980\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"42071002442\",\"product_name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1118\",\"adjustment_id\":\"6\",\"product_id\":\"3486\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"43343906\",\"product_name\":\"LAYS ORIGINAL PROMO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1119\",\"adjustment_id\":\"6\",\"product_id\":\"3033\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45242502646\",\"product_name\":\"METRO 5 M MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1120\",\"adjustment_id\":\"6\",\"product_id\":\"3046\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45242534470\",\"product_name\":\"NABAJA PLEGABLE MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1121\",\"adjustment_id\":\"6\",\"product_id\":\"2735\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4710887411153\",\"product_name\":\"COMPAS DE METAL ECONOMICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1122\",\"adjustment_id\":\"6\",\"product_id\":\"3173\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4711678071365\",\"product_name\":\"SACAPUNTAS PLAST THUMB  Y-PLUS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1123\",\"adjustment_id\":\"6\",\"product_id\":\"2553\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4711678072546\",\"product_name\":\"BORRADOR CANDY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1124\",\"adjustment_id\":\"6\",\"product_id\":\"3178\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"47501206642106\",\"product_name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1125\",\"adjustment_id\":\"6\",\"product_id\":\"2574\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"48-20-9130\",\"product_name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1126\",\"adjustment_id\":\"6\",\"product_id\":\"2908\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4997148010298\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1127\",\"adjustment_id\":\"6\",\"product_id\":\"2909\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4997148010311\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 3\\/4 CAJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1128\",\"adjustment_id\":\"6\",\"product_id\":\"2952\",\"option_id\":\"0\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"5\",\"product_name\":\"KERNS LATA.      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1129\",\"adjustment_id\":\"6\",\"product_id\":\"2995\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"502243003\",\"product_name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1130\",\"adjustment_id\":\"6\",\"product_id\":\"2673\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"51128593042\",\"product_name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1131\",\"adjustment_id\":\"6\",\"product_id\":\"2640\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"51131390300\",\"product_name\":\"CERA CINTETICA PROTECTORA473 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1132\",\"adjustment_id\":\"6\",\"product_id\":\"2982\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"512\",\"product_name\":\"LITRO PEPSI.     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1133\",\"adjustment_id\":\"6\",\"product_id\":\"3212\",\"option_id\":\"0\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"52\",\"product_name\":\"SOPAS INSTANTANEAS .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1134\",\"adjustment_id\":\"6\",\"product_id\":\"2464\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"53\",\"product_name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1135\",\"adjustment_id\":\"6\",\"product_id\":\"3321\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"53010\",\"product_name\":\"UNION CONDUIT 1 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1136\",\"adjustment_id\":\"6\",\"product_id\":\"2543\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"531100279849\",\"product_name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1137\",\"adjustment_id\":\"6\",\"product_id\":\"3229\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5374-20\",\"product_name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1138\",\"adjustment_id\":\"6\",\"product_id\":\"2676\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"54007061328\",\"product_name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1139\",\"adjustment_id\":\"6\",\"product_id\":\"2696\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5500261\",\"product_name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1140\",\"adjustment_id\":\"6\",\"product_id\":\"3060\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"56\",\"product_name\":\"OCTAVO SABORES.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1141\",\"adjustment_id\":\"6\",\"product_id\":\"2674\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5933528762119\",\"product_name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1142\",\"adjustment_id\":\"6\",\"product_id\":\"2598\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6\",\"product_name\":\"CABLE THHN No.10 NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1143\",\"adjustment_id\":\"6\",\"product_id\":\"3059\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60\",\"product_name\":\"NYLON UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1144\",\"adjustment_id\":\"6\",\"product_id\":\"2654\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"60MM DERECHA\",\"product_name\":\"CHAPA  DERECHA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1145\",\"adjustment_id\":\"6\",\"product_id\":\"2655\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60MM IZQUIERDA\",\"product_name\":\"CHAPA IZQUIERDA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1146\",\"adjustment_id\":\"6\",\"product_id\":\"2845\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6130-33\",\"product_name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1147\",\"adjustment_id\":\"6\",\"product_id\":\"3525\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6180855442929\",\"product_name\":\"LIMA PLANA METAL 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1148\",\"adjustment_id\":\"6\",\"product_id\":\"2690\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"638060080009\",\"product_name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1149\",\"adjustment_id\":\"6\",\"product_id\":\"2941\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6424497200905\",\"product_name\":\"JABONERA CROMADA FOREVER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1150\",\"adjustment_id\":\"6\",\"product_id\":\"3084\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"65\",\"product_name\":\"PEPSI DESECHABLE Y SABORES  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1151\",\"adjustment_id\":\"6\",\"product_id\":\"3345\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"675873001579\",\"product_name\":\"VITAFLENACO UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1152\",\"adjustment_id\":\"6\",\"product_id\":\"3528\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582160222\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1153\",\"adjustment_id\":\"6\",\"product_id\":\"3527\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582160741\",\"product_name\":\"DISCO DE DIAMANTE CONTINUO 4 1\\/2 TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1154\",\"adjustment_id\":\"6\",\"product_id\":\"3518\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582161410\",\"product_name\":\"TENAZIN INDUSTRIAL DE 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1155\",\"adjustment_id\":\"6\",\"product_id\":\"3506\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582166064\",\"product_name\":\"DISCO SIERRA CIRCULAR DE DIAMANTE 7 1\\/4  TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1156\",\"adjustment_id\":\"6\",\"product_id\":\"3516\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582167733\",\"product_name\":\"TENAZA DE ARMADOR DE 9\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1157\",\"adjustment_id\":\"6\",\"product_id\":\"3519\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582167740\",\"product_name\":\"TENAZA DE ARMADOR DE 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1158\",\"adjustment_id\":\"6\",\"product_id\":\"3521\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582168150\",\"product_name\":\"TIJERA PARA CORTAR LAMINA 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1159\",\"adjustment_id\":\"6\",\"product_id\":\"3508\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169010\",\"product_name\":\"LALVE MANDRIL 1\\/2 TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1160\",\"adjustment_id\":\"6\",\"product_id\":\"3509\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169171\",\"product_name\":\"VIZE GRIP RECTO 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1161\",\"adjustment_id\":\"6\",\"product_id\":\"3507\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169515\",\"product_name\":\"ADAPTADOR MAGNETICO 3\\/8 TOTAL (UNIDAD)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1162\",\"adjustment_id\":\"6\",\"product_id\":\"3503\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582170146\",\"product_name\":\"REMACHADORA DE MANO 10.5\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1163\",\"adjustment_id\":\"6\",\"product_id\":\"3524\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582171068\",\"product_name\":\"ALICATE PICO DE LORO 10\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1164\",\"adjustment_id\":\"6\",\"product_id\":\"3500\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582172973\",\"product_name\":\"TRIQUET HIDRAULICO 2 TON TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1165\",\"adjustment_id\":\"6\",\"product_id\":\"3501\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582174380\",\"product_name\":\"JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1166\",\"adjustment_id\":\"6\",\"product_id\":\"3504\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582176599\",\"product_name\":\"CINTA METRICA 8 MT PRO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1167\",\"adjustment_id\":\"6\",\"product_id\":\"3502\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582178104\",\"product_name\":\"BARRA DE U\\u00d1A 24\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1168\",\"adjustment_id\":\"6\",\"product_id\":\"3505\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582179040\",\"product_name\":\"CINTA METRICA 5 MT X 25MM PRO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1169\",\"adjustment_id\":\"6\",\"product_id\":\"3515\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180398\",\"product_name\":\"JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1170\",\"adjustment_id\":\"6\",\"product_id\":\"3513\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180923\",\"product_name\":\"CORTAPERNOS 24\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1171\",\"adjustment_id\":\"6\",\"product_id\":\"3512\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180978\",\"product_name\":\"CORTAPERNOS 18\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1172\",\"adjustment_id\":\"6\",\"product_id\":\"3514\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181692\",\"product_name\":\"CORTAPERNOS 30\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1173\",\"adjustment_id\":\"6\",\"product_id\":\"3517\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181746\",\"product_name\":\"SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1174\",\"adjustment_id\":\"6\",\"product_id\":\"3522\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181791\",\"product_name\":\"CUCHARA PARA ALBA\\u00d1IL 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1175\",\"adjustment_id\":\"6\",\"product_id\":\"3498\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181975\",\"product_name\":\"SERRUCHO 20\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1176\",\"adjustment_id\":\"6\",\"product_id\":\"3499\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181982\",\"product_name\":\"SERRUCHO 22\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1177\",\"adjustment_id\":\"6\",\"product_id\":\"3523\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582183283\",\"product_name\":\"SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1178\",\"adjustment_id\":\"6\",\"product_id\":\"3530\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582185638\",\"product_name\":\"PORTAELECTRODO 500A TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1179\",\"adjustment_id\":\"6\",\"product_id\":\"3497\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582186604\",\"product_name\":\"JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1180\",\"adjustment_id\":\"6\",\"product_id\":\"3531\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582186659\",\"product_name\":\"PORTAELECTRODO 800A TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1181\",\"adjustment_id\":\"6\",\"product_id\":\"3520\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582187069\",\"product_name\":\"SIERRA PLEGABLE 7\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1182\",\"adjustment_id\":\"6\",\"product_id\":\"3510\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582188253\",\"product_name\":\"VIZE GRIP CURVO 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1183\",\"adjustment_id\":\"6\",\"product_id\":\"3511\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582188592\",\"product_name\":\"ALICATE VIZE GRIP CURVO 7\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1184\",\"adjustment_id\":\"6\",\"product_id\":\"3532\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582189582\",\"product_name\":\"BOMBA PERIFERICA 0.5 HP TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1185\",\"adjustment_id\":\"6\",\"product_id\":\"3526\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582191202\",\"product_name\":\"ALICATE PRESION P\\/SOLDAR 10\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1186\",\"adjustment_id\":\"6\",\"product_id\":\"3529\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582194043\",\"product_name\":\"PLANCHA C\\/ESPONJA ASPERA MANGO PLASTICO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1187\",\"adjustment_id\":\"6\",\"product_id\":\"2865\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933236904764\",\"product_name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1188\",\"adjustment_id\":\"6\",\"product_id\":\"3278\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528710806\",\"product_name\":\"TENACION INDUSTRIAL DE 8\\\" 10039\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1189\",\"adjustment_id\":\"6\",\"product_id\":\"3534\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528714125\",\"product_name\":\"JUEGO DE LLAVES COLA Y CORONA 8 PZS  5\\/16 - 3\\/4 TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1190\",\"adjustment_id\":\"6\",\"product_id\":\"2994\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528715610\",\"product_name\":\"LLAVE DE CRUZ DE 14\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1191\",\"adjustment_id\":\"6\",\"product_id\":\"2945\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528716297\",\"product_name\":\"JUEGO LLAVES COLA\\/ CORONA FLEX 15259\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1192\",\"adjustment_id\":\"6\",\"product_id\":\"3533\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717140\",\"product_name\":\"JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1193\",\"adjustment_id\":\"6\",\"product_id\":\"2944\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717195\",\"product_name\":\"JUEGO DE RATCHET1\\/4 14 PZS   15150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1194\",\"adjustment_id\":\"6\",\"product_id\":\"2947\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717201\",\"product_name\":\"JUEGO RATCHT3\\/8 12 PZS 15151\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1195\",\"adjustment_id\":\"6\",\"product_id\":\"2946\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717218\",\"product_name\":\"JUEGO RATCHET 1\\/2 12 PZS 15152\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1196\",\"adjustment_id\":\"6\",\"product_id\":\"3041\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717225\",\"product_name\":\"MINI CANGREJO 6.5\\\" 15280\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1197\",\"adjustment_id\":\"6\",\"product_id\":\"2792\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528720461\",\"product_name\":\"DESARAMDOR CON PUNTAS Y COPAS INTER20041\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1198\",\"adjustment_id\":\"6\",\"product_id\":\"2456\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725053\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1199\",\"adjustment_id\":\"6\",\"product_id\":\"2915\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"693352872557\",\"product_name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1200\",\"adjustment_id\":\"6\",\"product_id\":\"2516\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725848\",\"product_name\":\"ALMADANA TOLSEN 6 LBS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1201\",\"adjustment_id\":\"6\",\"product_id\":\"2512\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730200\",\"product_name\":\"ALICATE MULTIUSOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1202\",\"adjustment_id\":\"6\",\"product_id\":\"3285\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730378\",\"product_name\":\"TIJERA PARA LAMINA DE 10\\\" 30036\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1203\",\"adjustment_id\":\"6\",\"product_id\":\"3286\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730385\",\"product_name\":\"TIJERA PARA LAMINA DE 12\\\" 30037\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1204\",\"adjustment_id\":\"6\",\"product_id\":\"2836\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735335\",\"product_name\":\"ESCUADRA PARA CARPINTERO 10\\\" 35080\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1205\",\"adjustment_id\":\"6\",\"product_id\":\"3054\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735472\",\"product_name\":\"NIVEL INDUTRIAL MAGNETICO 16\\\\\\\" 35111 TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1206\",\"adjustment_id\":\"6\",\"product_id\":\"3535\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735489\",\"product_name\":\"NIVEL INDUSTRIAL MAGNETICO 24\\\\\\\" 35112 TOLSEN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1207\",\"adjustment_id\":\"6\",\"product_id\":\"3053\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735496\",\"product_name\":\"NIVEL INDUSTRILA MAGNETICO 32\\\\\\\" 35113 TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1208\",\"adjustment_id\":\"6\",\"product_id\":\"3324\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735663\",\"product_name\":\"VAINER DE 6\\\" 35049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1209\",\"adjustment_id\":\"6\",\"product_id\":\"3536\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528741015\",\"product_name\":\"CUCHARA MANGO DE MADERA 7\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1210\",\"adjustment_id\":\"6\",\"product_id\":\"3537\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528741022\",\"product_name\":\"CUCHARA MANGO DE MADERA 8\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1211\",\"adjustment_id\":\"6\",\"product_id\":\"3153\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528743002\",\"product_name\":\"REMACHADORA PROFECIONAL DE 10\\\" 43001\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1212\",\"adjustment_id\":\"6\",\"product_id\":\"3154\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528743033\",\"product_name\":\"REMACHE POP 50 PZS 2*4*6MM 43005\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1213\",\"adjustment_id\":\"6\",\"product_id\":\"3538\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528745020\",\"product_name\":\"GUANTES DE NITRILO TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1214\",\"adjustment_id\":\"6\",\"product_id\":\"3539\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528745112\",\"product_name\":\"LENTES DE SEGURIDAD AJUSTABLES TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1215\",\"adjustment_id\":\"6\",\"product_id\":\"2680\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528750215\",\"product_name\":\"CINTA DUCTO DE 25M 50291\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1216\",\"adjustment_id\":\"6\",\"product_id\":\"3540\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528751151\",\"product_name\":\"MENSULA BLANCA DE 10 X12\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1217\",\"adjustment_id\":\"6\",\"product_id\":\"3541\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528758099\",\"product_name\":\"PALA CUADRADA MANGO LARGO TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1218\",\"adjustment_id\":\"6\",\"product_id\":\"3313\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528765233\",\"product_name\":\"TRICKET DE BOTELLA INDUSTRI 4T 85404\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1219\",\"adjustment_id\":\"6\",\"product_id\":\"3543\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778424\",\"product_name\":\"BROCA DE PALETA DE 1\\/2\\\\\\\" TOLSEN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1220\",\"adjustment_id\":\"6\",\"product_id\":\"3544\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778684\",\"product_name\":\"DISCO DE SIERRA 7 1\\/4\\\\\\\" X 24T\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1221\",\"adjustment_id\":\"6\",\"product_id\":\"3545\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778697\",\"product_name\":\"DISCO DE SIERRA 7 1\\/4\\\\\\\" X 40T\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1222\",\"adjustment_id\":\"6\",\"product_id\":\"2618\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528780014\",\"product_name\":\"CAJAP\\/ HERRAMIENTA INDUSTRIAL MET 80211\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1223\",\"adjustment_id\":\"6\",\"product_id\":\"2816\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528786191\",\"product_name\":\"DISCO OXIDO GRANO 60 77212\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1224\",\"adjustment_id\":\"6\",\"product_id\":\"3542\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528787587\",\"product_name\":\"BROCA DE COBALTO DE 1\\/2\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1225\",\"adjustment_id\":\"6\",\"product_id\":\"2525\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528788966\",\"product_name\":\"ATORNILLADOR INALAMBRICO 1\\/4 DC12V 79212\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1226\",\"adjustment_id\":\"6\",\"product_id\":\"3170\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528788973\",\"product_name\":\"ROTOMARTILLO INALAMBRICO 3\\/8 792152\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1227\",\"adjustment_id\":\"6\",\"product_id\":\"2847\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528789000\",\"product_name\":\"ESMERILADORA INDUSTRIAL DE 9\\\" 79725\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1228\",\"adjustment_id\":\"6\",\"product_id\":\"3189\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528789017\",\"product_name\":\"SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1229\",\"adjustment_id\":\"6\",\"product_id\":\"2972\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6934528786399\",\"product_name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1230\",\"adjustment_id\":\"6\",\"product_id\":\"3088\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6941428001801\",\"product_name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1231\",\"adjustment_id\":\"6\",\"product_id\":\"2668\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105082\",\"product_name\":\"CHORRO DE BRONCE 1\\/2 SUVAL SERIE PESADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1232\",\"adjustment_id\":\"6\",\"product_id\":\"2664\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105099\",\"product_name\":\"CHORRO 1\\/2 BRONCE  SUVAL  SERIA LIVIANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1233\",\"adjustment_id\":\"6\",\"product_id\":\"3150\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105266\",\"product_name\":\"REGADERA ALDOSA REDONDA C\\/BRAZO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1234\",\"adjustment_id\":\"6\",\"product_id\":\"2510\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105570\",\"product_name\":\"ALICATE 8 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1235\",\"adjustment_id\":\"6\",\"product_id\":\"2686\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105624\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/HULE 3MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1236\",\"adjustment_id\":\"6\",\"product_id\":\"2685\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105631\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/ HULE 5MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1237\",\"adjustment_id\":\"6\",\"product_id\":\"3038\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105648\",\"product_name\":\"METRO CONTRA IMPACTO 7.5 MTS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1238\",\"adjustment_id\":\"6\",\"product_id\":\"2743\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105693\",\"product_name\":\"CONTRALLAVE 3\\/8 X 1\\/2 ALDOSA  P\\/PISO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1239\",\"adjustment_id\":\"6\",\"product_id\":\"2742\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105709\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PISO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1240\",\"adjustment_id\":\"6\",\"product_id\":\"2741\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105716\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PARED\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1241\",\"adjustment_id\":\"6\",\"product_id\":\"2774\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105761\",\"product_name\":\"CUCHARA # 6 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1242\",\"adjustment_id\":\"6\",\"product_id\":\"2775\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105778\",\"product_name\":\"CUCHARA # 7 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1243\",\"adjustment_id\":\"6\",\"product_id\":\"2776\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105785\",\"product_name\":\"CUCHARA # 8 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1244\",\"adjustment_id\":\"6\",\"product_id\":\"2999\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105945\",\"product_name\":\"LLAVE DE PILA 1\\/2 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1245\",\"adjustment_id\":\"6\",\"product_id\":\"2669\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105952\",\"product_name\":\"CHORRO DORADO ALDOSA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1246\",\"adjustment_id\":\"6\",\"product_id\":\"3152\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106188\",\"product_name\":\"REGULADOR PARA GAS  1 CLIP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1247\",\"adjustment_id\":\"6\",\"product_id\":\"3488\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106256\",\"product_name\":\"CINTA METRICA 30 MTS. ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1248\",\"adjustment_id\":\"6\",\"product_id\":\"2684\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106263\",\"product_name\":\"CINTA METRICA 50 MTS ALDOSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1249\",\"adjustment_id\":\"6\",\"product_id\":\"2769\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106270\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS DE 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1250\",\"adjustment_id\":\"6\",\"product_id\":\"2767\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106287\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS  DE 3\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1251\",\"adjustment_id\":\"6\",\"product_id\":\"2768\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106294\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1252\",\"adjustment_id\":\"6\",\"product_id\":\"3069\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106485\",\"product_name\":\"PALA S\\/CABO REDONDA ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1253\",\"adjustment_id\":\"6\",\"product_id\":\"3068\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106492\",\"product_name\":\"PALA S\\/CABO CUADRADA ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1254\",\"adjustment_id\":\"6\",\"product_id\":\"2770\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107024\",\"product_name\":\"CRUCETAS P\\/AZULEJO DE 6MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1255\",\"adjustment_id\":\"6\",\"product_id\":\"3009\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107277\",\"product_name\":\"MANERAL PARA RODILLO ALDOSA 5 ALAMBRES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1256\",\"adjustment_id\":\"6\",\"product_id\":\"2762\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107963\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.70 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1257\",\"adjustment_id\":\"6\",\"product_id\":\"2765\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107970\",\"product_name\":\"CORDEL ALDOSA 100 TMS 0.80 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1258\",\"adjustment_id\":\"6\",\"product_id\":\"2763\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107987\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.90 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1259\",\"adjustment_id\":\"6\",\"product_id\":\"2764\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107994\",\"product_name\":\"CORDEL ALDOSA 100 MTS 1.00 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1260\",\"adjustment_id\":\"6\",\"product_id\":\"3487\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713108090\",\"product_name\":\"BROCA DE PALETA 1\\/2 ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1261\",\"adjustment_id\":\"6\",\"product_id\":\"2573\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713108113\",\"product_name\":\"BROCA PALETA ALDOSA 3\\/8 P\\/MADERA Y LAMIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1262\",\"adjustment_id\":\"6\",\"product_id\":\"2521\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"69427131106942\",\"product_name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1263\",\"adjustment_id\":\"6\",\"product_id\":\"2957\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6946723402988\",\"product_name\":\"LAMPARA TIGER WORLD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1264\",\"adjustment_id\":\"6\",\"product_id\":\"3004\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6972753160765\",\"product_name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1265\",\"adjustment_id\":\"6\",\"product_id\":\"2902\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7\",\"product_name\":\"GATORADE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1266\",\"adjustment_id\":\"6\",\"product_id\":\"3124\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70330000328\",\"product_name\":\"RASURADORA BIC 1 HOJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1267\",\"adjustment_id\":\"6\",\"product_id\":\"3044\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70847033967\",\"product_name\":\"MONSTER ENERGY MANGO LOCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1268\",\"adjustment_id\":\"6\",\"product_id\":\"2660\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282100256\",\"product_name\":\"CHICHARRON CRIOLLO PEQ  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1269\",\"adjustment_id\":\"6\",\"product_id\":\"3064\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282202394\",\"product_name\":\"PAKE TAXO MIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1270\",\"adjustment_id\":\"6\",\"product_id\":\"2864\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282202745\",\"product_name\":\"FIESTA SNAX PEQUE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1271\",\"adjustment_id\":\"6\",\"product_id\":\"3310\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300083\",\"product_name\":\"TORTRIX FAMILIAR  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1272\",\"adjustment_id\":\"6\",\"product_id\":\"2823\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300397\",\"product_name\":\"DORITOS FAMILIAR   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1273\",\"adjustment_id\":\"6\",\"product_id\":\"2959\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300526\",\"product_name\":\"LAYS FAMILIAR.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1274\",\"adjustment_id\":\"6\",\"product_id\":\"2863\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300793\",\"product_name\":\"FIESTA SNAX FAMILIAR.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1275\",\"adjustment_id\":\"6\",\"product_id\":\"2659\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282301295\",\"product_name\":\"CHETOS 190G  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1276\",\"adjustment_id\":\"6\",\"product_id\":\"3484\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282302926\",\"product_name\":\"PIKARONES FAMILIAR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1277\",\"adjustment_id\":\"6\",\"product_id\":\"3016\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282403920\",\"product_name\":\"MANIAX FRITO LAY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1278\",\"adjustment_id\":\"6\",\"product_id\":\"3485\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282407218\",\"product_name\":\"SABRITAS BOLSAZA 80 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1279\",\"adjustment_id\":\"6\",\"product_id\":\"2662\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"73877702002\",\"product_name\":\"CHILE JALAPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1280\",\"adjustment_id\":\"6\",\"product_id\":\"2663\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"738777170038\",\"product_name\":\"CHILE PICAMAS 100G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1281\",\"adjustment_id\":\"6\",\"product_id\":\"2643\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74000715\",\"product_name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1282\",\"adjustment_id\":\"6\",\"product_id\":\"2652\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"74000722\",\"product_name\":\"CERVEZA MONTE CARLO PREMIUN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1283\",\"adjustment_id\":\"6\",\"product_id\":\"2644\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000701288\",\"product_name\":\"CERVEZA DORADA ICE LATA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1284\",\"adjustment_id\":\"6\",\"product_id\":\"2648\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702056\",\"product_name\":\"CERVEZA GALLO VIDRIO.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1285\",\"adjustment_id\":\"6\",\"product_id\":\"2647\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702414\",\"product_name\":\"CERVEZA GALLO LATA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1286\",\"adjustment_id\":\"6\",\"product_id\":\"2645\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702612\",\"product_name\":\"CERVEZA GALLO 16 ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1287\",\"adjustment_id\":\"6\",\"product_id\":\"2822\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702902\",\"product_name\":\"DORADA ICE LATA 16 OZ.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1288\",\"adjustment_id\":\"6\",\"product_id\":\"2646\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000703299\",\"product_name\":\"CERVEZA GALLO 24 ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1289\",\"adjustment_id\":\"6\",\"product_id\":\"3231\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705019\",\"product_name\":\"TAMPICO VASO.    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1290\",\"adjustment_id\":\"6\",\"product_id\":\"3230\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705026\",\"product_name\":\"TAMPICO 1\\/2 LITRO     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1291\",\"adjustment_id\":\"6\",\"product_id\":\"2873\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705217\",\"product_name\":\"FRIJOL DEL MONTE 5.5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1292\",\"adjustment_id\":\"6\",\"product_id\":\"2791\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707303\",\"product_name\":\"DE LA GRANJA VASO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1293\",\"adjustment_id\":\"6\",\"product_id\":\"2790\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000707310\",\"product_name\":\"DE LA GRANJA 1\\/2 LITRO.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1294\",\"adjustment_id\":\"6\",\"product_id\":\"2789\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707327\",\"product_name\":\"DE LA GRANJA 1 LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1295\",\"adjustment_id\":\"6\",\"product_id\":\"3120\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707723\",\"product_name\":\"RAPTOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1296\",\"adjustment_id\":\"6\",\"product_id\":\"2772\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000709253\",\"product_name\":\"CUBA LIBRE KARMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1297\",\"adjustment_id\":\"6\",\"product_id\":\"2508\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306504\",\"product_name\":\"AGUA SALVAVIDAS GALON. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1298\",\"adjustment_id\":\"6\",\"product_id\":\"2505\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306542\",\"product_name\":\"AGUA SALVAVIDA LITRO .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1299\",\"adjustment_id\":\"6\",\"product_id\":\"2507\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306559\",\"product_name\":\"AGUA SALVAVIDAS 2 LITROS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1300\",\"adjustment_id\":\"6\",\"product_id\":\"2506\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306702\",\"product_name\":\"AGUA SALVAVIDA PACHON .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1301\",\"adjustment_id\":\"6\",\"product_id\":\"2504\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306719\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1302\",\"adjustment_id\":\"6\",\"product_id\":\"3341\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001758\",\"product_name\":\"VENADO ESPECIAL 1\\/2 BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1303\",\"adjustment_id\":\"6\",\"product_id\":\"3342\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001765\",\"product_name\":\"VENADO ESPECIAL BOTELLA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1304\",\"adjustment_id\":\"6\",\"product_id\":\"3166\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001857\",\"product_name\":\"RON BOTRAN XL MEDIA BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1305\",\"adjustment_id\":\"6\",\"product_id\":\"3165\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001864\",\"product_name\":\"RON BOTRAN XL BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1306\",\"adjustment_id\":\"6\",\"product_id\":\"3344\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005003400\",\"product_name\":\"VENADO LIGHT MEDIA BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1307\",\"adjustment_id\":\"6\",\"product_id\":\"3343\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005003417\",\"product_name\":\"VENADO LIGHT BOTELLA.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1308\",\"adjustment_id\":\"6\",\"product_id\":\"3167\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005008597\",\"product_name\":\"RON ZACAPA CENTENARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1309\",\"adjustment_id\":\"6\",\"product_id\":\"3119\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005009129\",\"product_name\":\"QUETZALTECA LITRO.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1310\",\"adjustment_id\":\"6\",\"product_id\":\"3168\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005013416\",\"product_name\":\"RON ZACAPA CENTENARIO 350ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1311\",\"adjustment_id\":\"6\",\"product_id\":\"2773\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005013614\",\"product_name\":\"CUBATA GUARANA 350 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1312\",\"adjustment_id\":\"6\",\"product_id\":\"3083\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005903014\",\"product_name\":\"PEPSI 2 LITROS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1313\",\"adjustment_id\":\"6\",\"product_id\":\"3256\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005910180\",\"product_name\":\"TE FRIO LIPTON 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1314\",\"adjustment_id\":\"6\",\"product_id\":\"2950\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005915017\",\"product_name\":\"JUMBO PEPSI.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1315\",\"adjustment_id\":\"6\",\"product_id\":\"2499\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005983696\",\"product_name\":\"ADRENALINA PEQ.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1316\",\"adjustment_id\":\"6\",\"product_id\":\"2500\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988561\",\"product_name\":\"ADRENALINE 16OZ  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1317\",\"adjustment_id\":\"6\",\"product_id\":\"2502\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988592\",\"product_name\":\"AGUA AQUA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1318\",\"adjustment_id\":\"6\",\"product_id\":\"2534\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988981\",\"product_name\":\"BEBIDA AMP     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1319\",\"adjustment_id\":\"6\",\"product_id\":\"2710\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401006400482\",\"product_name\":\"COCA 20 ONZAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1320\",\"adjustment_id\":\"6\",\"product_id\":\"2712\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401006400901\",\"product_name\":\"COCA DESECHABLE 2.5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1321\",\"adjustment_id\":\"6\",\"product_id\":\"3209\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007321021\",\"product_name\":\"SISTA TAPAGOTERAS 1\\/16 GALON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1322\",\"adjustment_id\":\"6\",\"product_id\":\"2691\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007321540\",\"product_name\":\"CINTA TAPAGOTERA PIE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1323\",\"adjustment_id\":\"6\",\"product_id\":\"2924\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800014\",\"product_name\":\"HELADO GIGA     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1324\",\"adjustment_id\":\"6\",\"product_id\":\"2930\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800038\",\"product_name\":\"HELADO SANGUICHITO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1325\",\"adjustment_id\":\"6\",\"product_id\":\"2936\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800045\",\"product_name\":\"HELADO VASITOS.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1326\",\"adjustment_id\":\"6\",\"product_id\":\"2921\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800069\",\"product_name\":\"HELADO CONOS.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1327\",\"adjustment_id\":\"6\",\"product_id\":\"2918\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800083\",\"product_name\":\"HELADO BARRITAS..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1328\",\"adjustment_id\":\"6\",\"product_id\":\"2935\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800113\",\"product_name\":\"HELADO TOPOLINO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1329\",\"adjustment_id\":\"6\",\"product_id\":\"2923\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800168\",\"product_name\":\"HELADO CREMOSA NARANJA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1330\",\"adjustment_id\":\"6\",\"product_id\":\"2920\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800175\",\"product_name\":\"HELADO CINTA NEGRA.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1331\",\"adjustment_id\":\"6\",\"product_id\":\"2927\",\"option_id\":\"0\",\"quantity\":\"59.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800274\",\"product_name\":\"HELADO PALITOS  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1332\",\"adjustment_id\":\"6\",\"product_id\":\"2922\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800359\",\"product_name\":\"HELADO COPAS SABORES..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1333\",\"adjustment_id\":\"6\",\"product_id\":\"2933\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800625\",\"product_name\":\"HELADO SORBY .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1334\",\"adjustment_id\":\"6\",\"product_id\":\"2931\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090801621\",\"product_name\":\"HELADO SARITA 1\\/2 LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1335\",\"adjustment_id\":\"6\",\"product_id\":\"2925\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090801622\",\"product_name\":\"HELADO LITRO SARITA POLIPAPEL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1336\",\"adjustment_id\":\"6\",\"product_id\":\"2919\",\"option_id\":\"0\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802001\",\"product_name\":\"HELADO CINTA CRISPY..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1337\",\"adjustment_id\":\"6\",\"product_id\":\"2929\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802131\",\"product_name\":\"HELADO SANDWICH CHOCOLATE VAINILLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1338\",\"adjustment_id\":\"6\",\"product_id\":\"3479\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802476\",\"product_name\":\"PALETA DE HELADO DE YOGURT  80 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1339\",\"adjustment_id\":\"6\",\"product_id\":\"2934\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802537\",\"product_name\":\"HELADO TIPO CASERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1340\",\"adjustment_id\":\"6\",\"product_id\":\"2928\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090803534\",\"product_name\":\"HELADO PELOTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1341\",\"adjustment_id\":\"6\",\"product_id\":\"2926\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090803718\",\"product_name\":\"HELADO PALETA INDI MANZANA VERDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1342\",\"adjustment_id\":\"6\",\"product_id\":\"2932\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090805538\",\"product_name\":\"HELADO SARITA CLUB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1343\",\"adjustment_id\":\"6\",\"product_id\":\"2544\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401092019001\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1344\",\"adjustment_id\":\"6\",\"product_id\":\"2545\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401092027396\",\"product_name\":\"BOMBILLA LED CLASICA 12W LUXLITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1345\",\"adjustment_id\":\"6\",\"product_id\":\"3075\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401107800310\",\"product_name\":\"PAPEL STAFF JUNIOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1346\",\"adjustment_id\":\"6\",\"product_id\":\"2709\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401147800066\",\"product_name\":\"CLORO CLORAL 40ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1347\",\"adjustment_id\":\"6\",\"product_id\":\"2606\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401175602199\",\"product_name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1348\",\"adjustment_id\":\"6\",\"product_id\":\"3323\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401175608856\",\"product_name\":\"UNION PARA MANGUERA TW DORADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1349\",\"adjustment_id\":\"6\",\"product_id\":\"2737\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404001753652\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1350\",\"adjustment_id\":\"6\",\"product_id\":\"2785\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460038\",\"product_name\":\"DE LA FINCA MARA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1351\",\"adjustment_id\":\"6\",\"product_id\":\"2788\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460045\",\"product_name\":\"DE LA FINCA SEMILLA MIXTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1352\",\"adjustment_id\":\"6\",\"product_id\":\"2782\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460069\",\"product_name\":\"DE LA FINCA HABA CON SAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1353\",\"adjustment_id\":\"6\",\"product_id\":\"2787\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460076\",\"product_name\":\"DE LA FINCA PLATANINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1354\",\"adjustment_id\":\"6\",\"product_id\":\"2780\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460083\",\"product_name\":\"DE LA FINCA CHAMPURRADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1355\",\"adjustment_id\":\"6\",\"product_id\":\"2781\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460090\",\"product_name\":\"DE LA FINCA CHORROS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1356\",\"adjustment_id\":\"6\",\"product_id\":\"2786\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460144\",\"product_name\":\"DE LA FINCA NATURAL MIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1357\",\"adjustment_id\":\"6\",\"product_id\":\"3011\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404005010072\",\"product_name\":\"MANGUERA BELLO JARDIN 25 PS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1358\",\"adjustment_id\":\"6\",\"product_id\":\"2783\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740404460014\",\"product_name\":\"DE LA FINCA MANI GARRAPI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1359\",\"adjustment_id\":\"6\",\"product_id\":\"2784\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740404460021\",\"product_name\":\"DE LA FINCA MANI SALADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1360\",\"adjustment_id\":\"6\",\"product_id\":\"3481\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406007082316\",\"product_name\":\"FLAUTINES SE\\u00d1ORIAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1361\",\"adjustment_id\":\"6\",\"product_id\":\"3482\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406007091721\",\"product_name\":\"RUFITAS SE\\u00d1ORIAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1362\",\"adjustment_id\":\"6\",\"product_id\":\"3202\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034913\",\"product_name\":\"SILICON LIQUIDO 30 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1363\",\"adjustment_id\":\"6\",\"product_id\":\"3203\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034920\",\"product_name\":\"SILICON LIQUIDO 60 ML FAST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1364\",\"adjustment_id\":\"6\",\"product_id\":\"3201\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034937\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1365\",\"adjustment_id\":\"6\",\"product_id\":\"3198\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406141000344\",\"product_name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1366\",\"adjustment_id\":\"6\",\"product_id\":\"3123\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189003741\",\"product_name\":\"RAPTOR LATA     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1367\",\"adjustment_id\":\"6\",\"product_id\":\"2874\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189004564\",\"product_name\":\"FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1368\",\"adjustment_id\":\"6\",\"product_id\":\"3121\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189005998\",\"product_name\":\"RAPTOR 300ML\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1369\",\"adjustment_id\":\"6\",\"product_id\":\"2872\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189006193\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1370\",\"adjustment_id\":\"6\",\"product_id\":\"3122\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189007732\",\"product_name\":\"RAPTOR DE 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1371\",\"adjustment_id\":\"6\",\"product_id\":\"3164\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189008128\",\"product_name\":\"REVIVE FRUTIPONCH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1372\",\"adjustment_id\":\"6\",\"product_id\":\"3255\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189009859\",\"product_name\":\"TE BLANCO + JUGO MELOCOTON DEL FRUTAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1373\",\"adjustment_id\":\"6\",\"product_id\":\"2552\",\"option_id\":\"0\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406234001838\",\"product_name\":\"BON BON COLOMBINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1374\",\"adjustment_id\":\"6\",\"product_id\":\"2881\",\"option_id\":\"0\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406234005720\",\"product_name\":\"GALLETA BRIDGE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1375\",\"adjustment_id\":\"6\",\"product_id\":\"2551\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000098\",\"product_name\":\"BOMBILLA NEW LED W5 9710032\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1376\",\"adjustment_id\":\"6\",\"product_id\":\"2547\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000234\",\"product_name\":\"BOMBILLA NEW LED 30W 9710022\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1377\",\"adjustment_id\":\"6\",\"product_id\":\"2550\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000364\",\"product_name\":\"BOMBILLA NEW LED 9W 9710049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1378\",\"adjustment_id\":\"6\",\"product_id\":\"2546\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406398000418\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1379\",\"adjustment_id\":\"6\",\"product_id\":\"2548\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000456\",\"product_name\":\"BOMBILLA NEW LED 6W 9710049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1380\",\"adjustment_id\":\"6\",\"product_id\":\"2549\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000548\",\"product_name\":\"BOMBILLA NEW LED 8W 9710054\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1381\",\"adjustment_id\":\"6\",\"product_id\":\"3333\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406414055644\",\"product_name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1382\",\"adjustment_id\":\"6\",\"product_id\":\"3336\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406414055910\",\"product_name\":\"VALVULA DE COMPUERTA DE LATON 1\\/2\\\" USA-K\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1383\",\"adjustment_id\":\"6\",\"product_id\":\"2487\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7410002800028\",\"product_name\":\"ACETAMINOFEN MK (UNIDAD)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1384\",\"adjustment_id\":\"6\",\"product_id\":\"2801\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74110003822820\",\"product_name\":\"DETERGENTE XEDEX 1KG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1385\",\"adjustment_id\":\"6\",\"product_id\":\"2711\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7411001800231\",\"product_name\":\"COCA COLA LATA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1386\",\"adjustment_id\":\"6\",\"product_id\":\"3073\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7416502201365\",\"product_name\":\"PAPEL ROSAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1387\",\"adjustment_id\":\"6\",\"product_id\":\"3092\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7417000539714\",\"product_name\":\"PIOCHA IMACASA CON MANGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1388\",\"adjustment_id\":\"6\",\"product_id\":\"2677\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002704856\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1389\",\"adjustment_id\":\"6\",\"product_id\":\"3177\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002706522\",\"product_name\":\"SCOTCH BRITE FIBRA VERDE ECONOMICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1390\",\"adjustment_id\":\"6\",\"product_id\":\"2854\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002707222\",\"product_name\":\"ESPONJA SCOTCH BRITE MARRON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1391\",\"adjustment_id\":\"6\",\"product_id\":\"3176\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002707529\",\"product_name\":\"SCOTCH BRITE ESPONJA DOBLE USO  2080\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1392\",\"adjustment_id\":\"6\",\"product_id\":\"2689\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441002709561\",\"product_name\":\"CINTA REFLECTIVA ROLLO 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1393\",\"adjustment_id\":\"6\",\"product_id\":\"2713\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441003500501\",\"product_name\":\"COCA VIDRIO LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1394\",\"adjustment_id\":\"6\",\"product_id\":\"3114\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441003581487\",\"product_name\":\"POWER HIDRATANTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1395\",\"adjustment_id\":\"6\",\"product_id\":\"3182\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441005702200\",\"product_name\":\"SEMILLAS PRO MIXTAS 80G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1396\",\"adjustment_id\":\"6\",\"product_id\":\"3015\",\"option_id\":\"0\",\"quantity\":\"133.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441005711783\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1397\",\"adjustment_id\":\"6\",\"product_id\":\"3074\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441008126751\",\"product_name\":\"PAPEL SCOTT PLUS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1398\",\"adjustment_id\":\"6\",\"product_id\":\"3207\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441012297379\",\"product_name\":\"SILICON NAIS ROCEADOR AZUL 236 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1399\",\"adjustment_id\":\"6\",\"product_id\":\"3174\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74410187\",\"product_name\":\"SAL ANDREWS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1400\",\"adjustment_id\":\"6\",\"product_id\":\"2617\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441018800368\",\"product_name\":\"CAJA RECTANGULAR PLASTICA DURMAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1401\",\"adjustment_id\":\"6\",\"product_id\":\"2612\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441018806735\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1402\",\"adjustment_id\":\"6\",\"product_id\":\"2611\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441102801134\",\"product_name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1403\",\"adjustment_id\":\"6\",\"product_id\":\"2614\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"744110281141\",\"product_name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1404\",\"adjustment_id\":\"6\",\"product_id\":\"3211\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441109000677\",\"product_name\":\"SOCKET DE INTERPERIE EAGLE NO. 1045\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1405\",\"adjustment_id\":\"6\",\"product_id\":\"3101\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441109000820\",\"product_name\":\"PLAFONERA AEGLE 1175 W BLANCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1406\",\"adjustment_id\":\"6\",\"product_id\":\"2850\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441109003784\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1407\",\"adjustment_id\":\"6\",\"product_id\":\"2883\",\"option_id\":\"0\",\"quantity\":\"29.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441163411570\",\"product_name\":\"GALLETA CHIKY CHIPS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1408\",\"adjustment_id\":\"6\",\"product_id\":\"3148\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441318805097\",\"product_name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1409\",\"adjustment_id\":\"6\",\"product_id\":\"3210\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7450007492101\",\"product_name\":\"SOBRE DE BRILLANTINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1410\",\"adjustment_id\":\"6\",\"product_id\":\"3185\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752155601\",\"product_name\":\"SERRUCHO STANLEY PROFESIONAL 22\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1411\",\"adjustment_id\":\"6\",\"product_id\":\"2519\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752202060\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1412\",\"adjustment_id\":\"6\",\"product_id\":\"2631\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752874328\",\"product_name\":\"CANGREJO STANLEY 8\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1413\",\"adjustment_id\":\"6\",\"product_id\":\"3546\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757000224\",\"product_name\":\"DIANA FAMILIAR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1414\",\"adjustment_id\":\"6\",\"product_id\":\"3047\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757000330\",\"product_name\":\"NACHO Y JALAPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1415\",\"adjustment_id\":\"6\",\"product_id\":\"3547\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757008732\",\"product_name\":\"GALLETA PIC NIC VAINILLA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1416\",\"adjustment_id\":\"6\",\"product_id\":\"2798\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928004839\",\"product_name\":\"DETERGENTE ORIX 125 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1417\",\"adjustment_id\":\"6\",\"product_id\":\"2958\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928005072\",\"product_name\":\"LAVAPLATOS ORIX 250 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1418\",\"adjustment_id\":\"6\",\"product_id\":\"2797\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74892800509\",\"product_name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1419\",\"adjustment_id\":\"6\",\"product_id\":\"2799\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928006505\",\"product_name\":\"DETERGENTE ORIX 450 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1420\",\"adjustment_id\":\"6\",\"product_id\":\"2800\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928006512\",\"product_name\":\"DETERGENTE ORIX 900 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1421\",\"adjustment_id\":\"6\",\"product_id\":\"2653\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75002459\",\"product_name\":\"CERVEZA TECATE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1422\",\"adjustment_id\":\"6\",\"product_id\":\"2889\",\"option_id\":\"0\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501000614530\",\"product_name\":\"GALLETA CREMAX    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1423\",\"adjustment_id\":\"6\",\"product_id\":\"2886\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635306\",\"product_name\":\"GALLETA CHOKIS      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1424\",\"adjustment_id\":\"6\",\"product_id\":\"2890\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635658\",\"product_name\":\"GALLETA EMPERADOR .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1425\",\"adjustment_id\":\"6\",\"product_id\":\"2879\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635726\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1426\",\"adjustment_id\":\"6\",\"product_id\":\"2891\",\"option_id\":\"0\",\"quantity\":\"27.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000655700\",\"product_name\":\"GALLETA FLORENTINA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1427\",\"adjustment_id\":\"6\",\"product_id\":\"2892\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000658923\",\"product_name\":\"GALLETA MARIAS GAMESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1428\",\"adjustment_id\":\"6\",\"product_id\":\"2880\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000663705\",\"product_name\":\"GALLETA ARCOIRIS FRUTIS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1429\",\"adjustment_id\":\"6\",\"product_id\":\"3043\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501030448242\",\"product_name\":\"MINI TAKIS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1430\",\"adjustment_id\":\"6\",\"product_id\":\"2533\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501032920395\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1431\",\"adjustment_id\":\"6\",\"product_id\":\"3215\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501033920110\",\"product_name\":\"SUERO PEDIALITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1432\",\"adjustment_id\":\"6\",\"product_id\":\"3187\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501056336578\",\"product_name\":\"SHAMPO SOBRE  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1433\",\"adjustment_id\":\"6\",\"product_id\":\"2650\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064112546\",\"product_name\":\"CERVEZA MODELO LATA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1434\",\"adjustment_id\":\"6\",\"product_id\":\"2649\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064195303\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1435\",\"adjustment_id\":\"6\",\"product_id\":\"3480\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064196850\",\"product_name\":\"CERVEZA CORONA LATA 12 ONZ.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1436\",\"adjustment_id\":\"6\",\"product_id\":\"2523\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501088401046\",\"product_name\":\"AROMATIZANTE CHICA FRESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1437\",\"adjustment_id\":\"6\",\"product_id\":\"2906\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501137380018\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1438\",\"adjustment_id\":\"6\",\"product_id\":\"2907\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501137380025\",\"product_name\":\"GOMA BLANCA FAST 2.10 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1439\",\"adjustment_id\":\"6\",\"product_id\":\"3218\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199424491\",\"product_name\":\"SUPER BONDER MINI DUO 1G C\\/U LOCTITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1440\",\"adjustment_id\":\"6\",\"product_id\":\"3233\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465104\",\"product_name\":\"TANGIT 125 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1441\",\"adjustment_id\":\"6\",\"product_id\":\"3235\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465128\",\"product_name\":\"TANGIT 475 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1442\",\"adjustment_id\":\"6\",\"product_id\":\"3234\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465418\",\"product_name\":\"TANGIT 240 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1443\",\"adjustment_id\":\"6\",\"product_id\":\"3236\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465555\",\"product_name\":\"TANGIT 950 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1444\",\"adjustment_id\":\"6\",\"product_id\":\"3082\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199467108\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1445\",\"adjustment_id\":\"6\",\"product_id\":\"2683\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75012063679180\",\"product_name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1446\",\"adjustment_id\":\"6\",\"product_id\":\"2526\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206612033\",\"product_name\":\"AZADON TRUPER NO. 31.8 LBS. C\\/MANGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1447\",\"adjustment_id\":\"6\",\"product_id\":\"3067\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206613047\",\"product_name\":\"PALA REDONDA MANGO LARGO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1448\",\"adjustment_id\":\"6\",\"product_id\":\"3191\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206620908\",\"product_name\":\"SIERRA P\\/MADERA 24 DIENTES TRUPER 7 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1449\",\"adjustment_id\":\"6\",\"product_id\":\"3192\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206620915\",\"product_name\":\"SIERRA P\\/MADERA 40 DIENTES TRUPER 7 1\\/4\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1450\",\"adjustment_id\":\"6\",\"product_id\":\"2820\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206622216\",\"product_name\":\"DISCO P\\/PULIR 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1451\",\"adjustment_id\":\"6\",\"product_id\":\"3025\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206623862\",\"product_name\":\"MARTILLO TUBULAR TRUPER 16ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1452\",\"adjustment_id\":\"6\",\"product_id\":\"2975\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206624210\",\"product_name\":\"LIMA TRIANGULAR PESADO 6? C\\/MANGO TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1453\",\"adjustment_id\":\"6\",\"product_id\":\"3283\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206626115\",\"product_name\":\"TIJERA DE AVIACION  18531\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1454\",\"adjustment_id\":\"6\",\"product_id\":\"2675\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206626610\",\"product_name\":\"CINTA AISLAR NEGRA PRETUL 19MM X 9M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1455\",\"adjustment_id\":\"6\",\"product_id\":\"3183\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206628515\",\"product_name\":\"SEPARADOR DE LOSETA  DE 2.0 MM TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1456\",\"adjustment_id\":\"6\",\"product_id\":\"2771\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206628522\",\"product_name\":\"CRUCETAS TRUPER DE 3MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1457\",\"adjustment_id\":\"6\",\"product_id\":\"3105\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206629321\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL  91\\/2\\\" * 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1458\",\"adjustment_id\":\"6\",\"product_id\":\"3021\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630303\",\"product_name\":\"MARRO OCTAGONAL DE 2 LBS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1459\",\"adjustment_id\":\"6\",\"product_id\":\"3022\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630310\",\"product_name\":\"MARRO OCTAGONAL DE 3LBS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1460\",\"adjustment_id\":\"6\",\"product_id\":\"3020\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630389\",\"product_name\":\"MARRO OCTAGONAL 10 LBS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1461\",\"adjustment_id\":\"6\",\"product_id\":\"3019\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206630396\",\"product_name\":\"MARRO DE 12 LIBRAS ALMAGANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1462\",\"adjustment_id\":\"6\",\"product_id\":\"3056\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630426\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 24\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1463\",\"adjustment_id\":\"6\",\"product_id\":\"3050\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750120663147\",\"product_name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1464\",\"adjustment_id\":\"6\",\"product_id\":\"3118\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206631737\",\"product_name\":\"PUNTA PARA CONCRETO 3\\/4 X 30CM TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1465\",\"adjustment_id\":\"6\",\"product_id\":\"3065\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634387\",\"product_name\":\"PALA CUADRADA MANGO LARGO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1466\",\"adjustment_id\":\"6\",\"product_id\":\"2563\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634479\",\"product_name\":\"BROCA P\\/CONCRETO 1\\/4 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1467\",\"adjustment_id\":\"6\",\"product_id\":\"2559\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634486\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4??X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1468\",\"adjustment_id\":\"6\",\"product_id\":\"2564\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634516\",\"product_name\":\"BROCA P\\/CONCRETO 5\\/16 X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1469\",\"adjustment_id\":\"6\",\"product_id\":\"2562\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634547\",\"product_name\":\"BROCA P\\/CONCRETO  3\\/8 X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1470\",\"adjustment_id\":\"6\",\"product_id\":\"2566\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634561\",\"product_name\":\"BROCA P\\/CONCRETO1\\/2\\\"*6\\\" TRUPER 112\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1471\",\"adjustment_id\":\"6\",\"product_id\":\"3125\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634776\",\"product_name\":\"RAYADOR DE ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1472\",\"adjustment_id\":\"6\",\"product_id\":\"3057\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206635148\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 36\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1473\",\"adjustment_id\":\"6\",\"product_id\":\"3058\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206635155\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 48\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1474\",\"adjustment_id\":\"6\",\"product_id\":\"2943\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206644942\",\"product_name\":\"JUEGO DE 8 DADOS PRETUL 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1475\",\"adjustment_id\":\"6\",\"product_id\":\"2572\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645932\",\"product_name\":\"BROCA P\\/METAL\\/ COBALTO 3\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1476\",\"adjustment_id\":\"6\",\"product_id\":\"2568\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645970\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 5\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1477\",\"adjustment_id\":\"6\",\"product_id\":\"2567\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206645994\",\"product_name\":\"BROCA P\\/METAL \\/ COBALTO 3\\/16??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1478\",\"adjustment_id\":\"6\",\"product_id\":\"2569\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206646014\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 7\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1479\",\"adjustment_id\":\"6\",\"product_id\":\"2570\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206646038\",\"product_name\":\"BROCA P\\/METAL 1\\/4??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1480\",\"adjustment_id\":\"6\",\"product_id\":\"2833\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206650066\",\"product_name\":\"ESCOBA METALICA TRUPER 22 DIENTES C\\/MANG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1481\",\"adjustment_id\":\"6\",\"product_id\":\"2812\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206652367\",\"product_name\":\"DISCO DIAMANTE RIN CONTINUO 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1482\",\"adjustment_id\":\"6\",\"product_id\":\"3010\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206656228\",\"product_name\":\"MANGUERA 3 CAPAS PREUTUL 20MTS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1483\",\"adjustment_id\":\"6\",\"product_id\":\"2810\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206657188\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 7? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1484\",\"adjustment_id\":\"6\",\"product_id\":\"2989\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206658871\",\"product_name\":\"LLAVE DE 1\\/2?? DE JARDIN DE ESFERA  PRET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1485\",\"adjustment_id\":\"6\",\"product_id\":\"3550\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659502\",\"product_name\":\"ABRAZADERA DE TUBO TIPO U\\u00d1A  3\\/4 VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1486\",\"adjustment_id\":\"6\",\"product_id\":\"2479\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659526\",\"product_name\":\"ABRAZADERA VOLTECH D 1\\/2 BOLSITA 10 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1487\",\"adjustment_id\":\"6\",\"product_id\":\"2463\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659533\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1488\",\"adjustment_id\":\"6\",\"product_id\":\"2468\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659540\",\"product_name\":\"ABRAZADERA D 1\\\" VOLTECH BOLSITA 10 UNID\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1489\",\"adjustment_id\":\"6\",\"product_id\":\"2739\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659557\",\"product_name\":\"CONECTOR HERMETICO 1\\/2 VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1490\",\"adjustment_id\":\"6\",\"product_id\":\"2738\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659571\",\"product_name\":\"CONECTOR HERMETICO 1\\\" VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1491\",\"adjustment_id\":\"6\",\"product_id\":\"2834\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659915\",\"product_name\":\"ESCOBA PL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1492\",\"adjustment_id\":\"6\",\"product_id\":\"3284\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206660287\",\"product_name\":\"TIJERA FORJADA  TRUPER 18523\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1493\",\"adjustment_id\":\"6\",\"product_id\":\"2621\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206663103\",\"product_name\":\"CANDADO 40MM HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1494\",\"adjustment_id\":\"6\",\"product_id\":\"2619\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206663141\",\"product_name\":\"CANDADO 30MM HERMIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1495\",\"adjustment_id\":\"6\",\"product_id\":\"2794\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664131\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1496\",\"adjustment_id\":\"6\",\"product_id\":\"2795\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664162\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1497\",\"adjustment_id\":\"6\",\"product_id\":\"2796\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664285\",\"product_name\":\"DESARMADOR PRETUL PHILLIPS 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1498\",\"adjustment_id\":\"6\",\"product_id\":\"2793\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664315\",\"product_name\":\"DESARMADOR  PRETUL PHILLIPS 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1499\",\"adjustment_id\":\"6\",\"product_id\":\"2535\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206668863\",\"product_name\":\"BISAGRA  2?X 1 1\\/2? ACERO PULIDO HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1500\",\"adjustment_id\":\"6\",\"product_id\":\"2536\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668887\",\"product_name\":\"BISAGRA 3?X 1.15\\/16? ACER PUL HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1501\",\"adjustment_id\":\"6\",\"product_id\":\"2537\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668900\",\"product_name\":\"BISAGRA 4?X2. 3\\/4? ACER PULI HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1502\",\"adjustment_id\":\"6\",\"product_id\":\"3035\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673317\",\"product_name\":\"METRO CONTRA IMPAC 3 MTS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1503\",\"adjustment_id\":\"6\",\"product_id\":\"3036\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673324\",\"product_name\":\"METRO CONTRA IMPAC 5MTS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1504\",\"adjustment_id\":\"6\",\"product_id\":\"3037\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673331\",\"product_name\":\"METRO CONTRA IMPAC 8 MTS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1505\",\"adjustment_id\":\"6\",\"product_id\":\"3252\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674246\",\"product_name\":\"TARUGO PLATICO FIERO 1\\/4  ROJO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1506\",\"adjustment_id\":\"6\",\"product_id\":\"3248\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674253\",\"product_name\":\"TARUGO  PLASTICO  5\\/16 FIERO CAFE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1507\",\"adjustment_id\":\"6\",\"product_id\":\"3250\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674260\",\"product_name\":\"TARUGO PLASTICO AZUL 3\\/8 FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1508\",\"adjustment_id\":\"6\",\"product_id\":\"2591\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674963\",\"product_name\":\"BROCHA PRETUL 3\\\" MGO. PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1509\",\"adjustment_id\":\"6\",\"product_id\":\"2582\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674970\",\"product_name\":\"BROCHA DE 4\\\" PRETUL MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1510\",\"adjustment_id\":\"6\",\"product_id\":\"2682\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206679166\",\"product_name\":\"CINTA MASKING TAPE DE 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1511\",\"adjustment_id\":\"6\",\"product_id\":\"3548\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206681985\",\"product_name\":\"ABRAZADERA TUBO  TIPO AMEGA 1 1\\/2 VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1512\",\"adjustment_id\":\"6\",\"product_id\":\"2805\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206685099\",\"product_name\":\"DISCO C\\/METAL 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1513\",\"adjustment_id\":\"6\",\"product_id\":\"3292\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206685303\",\"product_name\":\"TORNILLO FIERO #8 *11\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1514\",\"adjustment_id\":\"6\",\"product_id\":\"2522\",\"option_id\":\"0\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686065\",\"product_name\":\"ARMELLA CERRADA 19X60 FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1515\",\"adjustment_id\":\"6\",\"product_id\":\"2808\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686126\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TRUPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1516\",\"adjustment_id\":\"6\",\"product_id\":\"3309\",\"option_id\":\"0\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686805\",\"product_name\":\"TORNILLOS NORMAL  3\\/4  FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1517\",\"adjustment_id\":\"6\",\"product_id\":\"3297\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206686843\",\"product_name\":\"TORNILLO NORMAL 1 \\/12\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1518\",\"adjustment_id\":\"6\",\"product_id\":\"2601\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689110\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 18\\\"  MGOS TU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1519\",\"adjustment_id\":\"6\",\"product_id\":\"2602\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689134\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 30\\\" MGOS TUB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1520\",\"adjustment_id\":\"6\",\"product_id\":\"2603\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689141\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 36\\\"  MGOS TU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1521\",\"adjustment_id\":\"6\",\"product_id\":\"2554\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206691793\",\"product_name\":\"BOTAS JARDINERAS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1522\",\"adjustment_id\":\"6\",\"product_id\":\"3006\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692462\",\"product_name\":\"LLAVE PASO 1\\/2 VAL DE ESFERA  FOSET PALA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1523\",\"adjustment_id\":\"6\",\"product_id\":\"3335\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692547\",\"product_name\":\"VALVULA DE COMPUERTA  AZUL 1\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1524\",\"adjustment_id\":\"6\",\"product_id\":\"2657\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692813\",\"product_name\":\"CHEQUE VERTICAL 1\\\" FOSET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1525\",\"adjustment_id\":\"6\",\"product_id\":\"2465\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206694015\",\"product_name\":\"ABRAZADERA 32-51MM 1 1\\/4-2\\\" FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1526\",\"adjustment_id\":\"6\",\"product_id\":\"2466\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206694053\",\"product_name\":\"ABRAZADERA 57-76 MM 2-1\\/4 - 3\\\" FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1527\",\"adjustment_id\":\"6\",\"product_id\":\"2467\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206694091\",\"product_name\":\"ABRAZADERA CINCHO 78-101MM 3 1\\/16-4 FIER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1528\",\"adjustment_id\":\"6\",\"product_id\":\"2911\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206696019\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 8MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1529\",\"adjustment_id\":\"6\",\"product_id\":\"2910\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206696026\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 10MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1530\",\"adjustment_id\":\"6\",\"product_id\":\"3162\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206699171\",\"product_name\":\"RESUMIDERO  CUADRADO FOSET 4*4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1531\",\"adjustment_id\":\"6\",\"product_id\":\"3549\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206699522\",\"product_name\":\"FOCO AHORRADOR 28W ESPIRAL VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1532\",\"adjustment_id\":\"6\",\"product_id\":\"3180\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750126677759\",\"product_name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1533\",\"adjustment_id\":\"6\",\"product_id\":\"2482\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728122072\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1534\",\"adjustment_id\":\"6\",\"product_id\":\"3175\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728194499\",\"product_name\":\"SAPITO P\\/TANQUE SANITARIO VARIOS COLORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1535\",\"adjustment_id\":\"6\",\"product_id\":\"3195\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728197766\",\"product_name\":\"SIFON FLEXIBLE LAVAMANOS 1 1\\/4 FAMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1536\",\"adjustment_id\":\"6\",\"product_id\":\"2885\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501756900024\",\"product_name\":\"GALLETA CHOCOVIC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1537\",\"adjustment_id\":\"6\",\"product_id\":\"2454\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501850502636\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1538\",\"adjustment_id\":\"6\",\"product_id\":\"2518\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501850549815\",\"product_name\":\"APAGADOR Y TOMACORRIENTE ARGOS COMBINADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1539\",\"adjustment_id\":\"6\",\"product_id\":\"2542\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892812083\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1540\",\"adjustment_id\":\"6\",\"product_id\":\"3066\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892850214\",\"product_name\":\"PALA PUNTA CUADRADA SQUARE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1541\",\"adjustment_id\":\"6\",\"product_id\":\"3287\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892872001\",\"product_name\":\"TOMACORRIENTE FULGORE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1542\",\"adjustment_id\":\"6\",\"product_id\":\"2856\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501892884530\",\"product_name\":\"EXTENSION 2*16 ROTTER BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1543\",\"adjustment_id\":\"6\",\"product_id\":\"3197\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501908402871\",\"product_name\":\"SIKA LATEX -N 1.2 LT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1544\",\"adjustment_id\":\"6\",\"product_id\":\"2592\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75019815\",\"product_name\":\"BUBALOO       .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1545\",\"adjustment_id\":\"6\",\"product_id\":\"2861\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7502222814920\",\"product_name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1546\",\"adjustment_id\":\"6\",\"product_id\":\"2651\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75027278\",\"product_name\":\"CERVEZA MODELO VIDRIO .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1547\",\"adjustment_id\":\"6\",\"product_id\":\"2586\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496227\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1548\",\"adjustment_id\":\"6\",\"product_id\":\"2587\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496234\",\"product_name\":\"BROCHA LA BUENA 1?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1549\",\"adjustment_id\":\"6\",\"product_id\":\"2588\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496258\",\"product_name\":\"BROCHA LA BUENA 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1550\",\"adjustment_id\":\"6\",\"product_id\":\"2589\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496289\",\"product_name\":\"BROCHA LA BUENA 4\\\\\\\"\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1551\",\"adjustment_id\":\"6\",\"product_id\":\"2590\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496296\",\"product_name\":\"BROCHA LA BUENA DE 5??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1552\",\"adjustment_id\":\"6\",\"product_id\":\"2642\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75032715\",\"product_name\":\"CERVEZA CORONA BOTELLA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1553\",\"adjustment_id\":\"6\",\"product_id\":\"2904\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192505406\",\"product_name\":\"GEL EGO POWER 200 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1554\",\"adjustment_id\":\"6\",\"product_id\":\"2903\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192505413\",\"product_name\":\"GEL EGO POWER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1555\",\"adjustment_id\":\"6\",\"product_id\":\"2905\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506192506205\",\"product_name\":\"GELATINA EGO ATTRACCION 110ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1556\",\"adjustment_id\":\"6\",\"product_id\":\"3181\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240602088\",\"product_name\":\"SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1557\",\"adjustment_id\":\"6\",\"product_id\":\"2671\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240608004\",\"product_name\":\"CHORRO PRETUL 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1558\",\"adjustment_id\":\"6\",\"product_id\":\"3106\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240609971\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL 91\\/2\\\" * 7\\/16\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1559\",\"adjustment_id\":\"6\",\"product_id\":\"2560\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610885\",\"product_name\":\"BROCA P\\/ CONCRETO 3\\/16 * 4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1560\",\"adjustment_id\":\"6\",\"product_id\":\"2558\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610908\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1561\",\"adjustment_id\":\"6\",\"product_id\":\"2561\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240610922\",\"product_name\":\"BROCA P\\/ CONCRETO 5\\/16 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1562\",\"adjustment_id\":\"6\",\"product_id\":\"2688\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240612759\",\"product_name\":\"CINTA P\\/EMPAQUE TRANSPARENTE PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1563\",\"adjustment_id\":\"6\",\"product_id\":\"2681\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240612780\",\"product_name\":\"CINTA EMPAQUE  P\\/DUCTO 10M PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1564\",\"adjustment_id\":\"6\",\"product_id\":\"2585\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240616412\",\"product_name\":\"BROCHA ECONOMICA DE 2?? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1565\",\"adjustment_id\":\"6\",\"product_id\":\"2584\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240616436\",\"product_name\":\"BROCHA ECONOMICA 3?? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1566\",\"adjustment_id\":\"6\",\"product_id\":\"3155\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240617785\",\"product_name\":\"REMOVEDOR DE PINTURA TRUPER 15824\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1567\",\"adjustment_id\":\"6\",\"product_id\":\"2694\",\"option_id\":\"0\",\"quantity\":\"50.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240619123\",\"product_name\":\"CLAVILLO NIQUELADO 17 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1568\",\"adjustment_id\":\"6\",\"product_id\":\"3030\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240620402\",\"product_name\":\"MAZO DE HULE 16 OZ PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1569\",\"adjustment_id\":\"6\",\"product_id\":\"2480\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240621546\",\"product_name\":\"ABRAZAREDA D 3\\\" VOLTECH BOLSITA 5 UNID\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1570\",\"adjustment_id\":\"6\",\"product_id\":\"2470\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240621553\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1571\",\"adjustment_id\":\"6\",\"product_id\":\"2848\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240622246\",\"product_name\":\"ESPATULA 3\\\" FLEXIBLE  INOXIDABLETRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1572\",\"adjustment_id\":\"6\",\"product_id\":\"3031\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750624062419\",\"product_name\":\"MAZO DE HULE 24 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1573\",\"adjustment_id\":\"6\",\"product_id\":\"2806\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240624608\",\"product_name\":\"DISCO CORTE FINO 7\\\" PRETUL 22346\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1574\",\"adjustment_id\":\"6\",\"product_id\":\"3349\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240624622\",\"product_name\":\"DISCO LAMILADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1575\",\"adjustment_id\":\"6\",\"product_id\":\"3003\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240630470\",\"product_name\":\"LLAVE PARA JARDIN 1\\/2 PLASTICA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1576\",\"adjustment_id\":\"6\",\"product_id\":\"3087\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240630623\",\"product_name\":\"PINTURA AEROSOL METALICO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1577\",\"adjustment_id\":\"6\",\"product_id\":\"2814\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240640257\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 40\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1578\",\"adjustment_id\":\"6\",\"product_id\":\"2815\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240640271\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 80\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1579\",\"adjustment_id\":\"6\",\"product_id\":\"2813\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750624064064\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1580\",\"adjustment_id\":\"6\",\"product_id\":\"3169\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240641841\",\"product_name\":\"ROTOMARTILLO 1\\/2 PROF. TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1581\",\"adjustment_id\":\"6\",\"product_id\":\"2635\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240642848\",\"product_name\":\"CEPILLO ALAMBRE PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1582\",\"adjustment_id\":\"6\",\"product_id\":\"3161\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240645153\",\"product_name\":\"REPUESTO RODILLO, FELPA 9\\\", TRUPER MICRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1583\",\"adjustment_id\":\"6\",\"product_id\":\"2501\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240653271\",\"product_name\":\"AFLOJA TODO 110ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1584\",\"adjustment_id\":\"6\",\"product_id\":\"2846\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240654421\",\"product_name\":\"ESMERILADORA ANGULAR PROF. TRUPER 4 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1585\",\"adjustment_id\":\"6\",\"product_id\":\"2807\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240656951\",\"product_name\":\"DISCO DE DIAMANTE 4 1\\/2  PRETUL 21009\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1586\",\"adjustment_id\":\"6\",\"product_id\":\"3055\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240658412\",\"product_name\":\"NIVEL TORPEDO MAGNETICO DE 9\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1587\",\"adjustment_id\":\"6\",\"product_id\":\"2580\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662129\",\"product_name\":\"BROCHA DE 1\\\" MANGO DE PLASTICO TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1588\",\"adjustment_id\":\"6\",\"product_id\":\"2581\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662167\",\"product_name\":\"BROCHA DE 3\\\" TRUPER MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1589\",\"adjustment_id\":\"6\",\"product_id\":\"2583\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662174\",\"product_name\":\"BROCHA DE 4\\\" TRUPER MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1590\",\"adjustment_id\":\"6\",\"product_id\":\"2821\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240666974\",\"product_name\":\"DISCO REC. DE DIAMANTE 4 1\\/2 PRETU 27032\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1591\",\"adjustment_id\":\"6\",\"product_id\":\"3156\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240672531\",\"product_name\":\"REMOVEDOR P\\/MORTERO TRUPER 11975\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1592\",\"adjustment_id\":\"6\",\"product_id\":\"2849\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240673774\",\"product_name\":\"ESPATULA FLEXIBLE TRUPER \\\"10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1593\",\"adjustment_id\":\"6\",\"product_id\":\"2804\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240675242\",\"product_name\":\"DISCO 40 DIENTES P\\/MADERA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1594\",\"adjustment_id\":\"6\",\"product_id\":\"2803\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240675259\",\"product_name\":\"DISCO  24 DIENTES P\\/MADERA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1595\",\"adjustment_id\":\"6\",\"product_id\":\"3112\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240676232\",\"product_name\":\"PLOMADO DE LATON DE 16 ONZ TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1596\",\"adjustment_id\":\"6\",\"product_id\":\"3103\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240676249\",\"product_name\":\"PLAMADO DE LATON TRUPER 24ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1597\",\"adjustment_id\":\"6\",\"product_id\":\"2579\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506385334868\",\"product_name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1598\",\"adjustment_id\":\"6\",\"product_id\":\"3013\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506487804702\",\"product_name\":\"MANGUERA PARA JARDIN 50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1599\",\"adjustment_id\":\"6\",\"product_id\":\"3012\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506487804726\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1600\",\"adjustment_id\":\"6\",\"product_id\":\"2734\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7509546011653\",\"product_name\":\"COLGATE TRIPLE ACCION 150 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1601\",\"adjustment_id\":\"6\",\"product_id\":\"2894\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"751000645756\",\"product_name\":\"GALLETA PAN CREMA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1602\",\"adjustment_id\":\"6\",\"product_id\":\"2622\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"751206663110\",\"product_name\":\"CANDADO 50MM HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1603\",\"adjustment_id\":\"6\",\"product_id\":\"2882\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"753079005017\",\"product_name\":\"GALLETA CAN CAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1604\",\"adjustment_id\":\"6\",\"product_id\":\"2556\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"756956001072\",\"product_name\":\"BOTONETAS NEGRAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1605\",\"adjustment_id\":\"6\",\"product_id\":\"2555\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"756956001126\",\"product_name\":\"BOTONETA AMARILLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1606\",\"adjustment_id\":\"6\",\"product_id\":\"2963\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"757575\",\"product_name\":\"LIBRA DE PITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1607\",\"adjustment_id\":\"6\",\"product_id\":\"2893\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7590011151110\",\"product_name\":\"GALLETA OREO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1608\",\"adjustment_id\":\"6\",\"product_id\":\"2634\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"760573071349\",\"product_name\":\"CASHITAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1609\",\"adjustment_id\":\"6\",\"product_id\":\"2633\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7605730955\",\"product_name\":\"CASHITA MANI JAPONESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1610\",\"adjustment_id\":\"6\",\"product_id\":\"2503\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"760896120212\",\"product_name\":\"AGUA DESTIULADA PRODIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1611\",\"adjustment_id\":\"6\",\"product_id\":\"2489\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7608966120311\",\"product_name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1612\",\"adjustment_id\":\"6\",\"product_id\":\"3049\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174420753\",\"product_name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1613\",\"adjustment_id\":\"6\",\"product_id\":\"3110\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474404\",\"product_name\":\"PLOMADA YESO STANLEY 47-400\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1614\",\"adjustment_id\":\"6\",\"product_id\":\"3111\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474602\",\"product_name\":\"PLOMADA YESO STANLEY 47-460\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1615\",\"adjustment_id\":\"6\",\"product_id\":\"3109\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474640\",\"product_name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1616\",\"adjustment_id\":\"6\",\"product_id\":\"2511\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7617484023\",\"product_name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1617\",\"adjustment_id\":\"6\",\"product_id\":\"3089\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174841015\",\"product_name\":\"PINZA STANLEY 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1618\",\"adjustment_id\":\"6\",\"product_id\":\"3090\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174841022\",\"product_name\":\"PINZA STANLEY 8\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1619\",\"adjustment_id\":\"6\",\"product_id\":\"3232\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7622210863690\",\"product_name\":\"TANG FRUIT PONCH 20G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1620\",\"adjustment_id\":\"6\",\"product_id\":\"2884\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7622300268633\",\"product_name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1621\",\"adjustment_id\":\"6\",\"product_id\":\"2917\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"764009016089\",\"product_name\":\"HEINEKEN VIDRIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1622\",\"adjustment_id\":\"6\",\"product_id\":\"2453\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76770504804\",\"product_name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1623\",\"adjustment_id\":\"6\",\"product_id\":\"2862\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409001031\",\"product_name\":\"FELPA STANDAR 1 1\\/4*9\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1624\",\"adjustment_id\":\"6\",\"product_id\":\"2860\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"76940900117\",\"product_name\":\"FELPA EXPERT STANDAR 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1625\",\"adjustment_id\":\"6\",\"product_id\":\"3214\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409155765\",\"product_name\":\"SPRAY CORONA  VARIEDAD COLORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1626\",\"adjustment_id\":\"6\",\"product_id\":\"2576\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409173936\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1627\",\"adjustment_id\":\"6\",\"product_id\":\"2578\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409173950\",\"product_name\":\"BROCHA 2\\\" EXPERT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1628\",\"adjustment_id\":\"6\",\"product_id\":\"2858\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"769409174032\",\"product_name\":\"FELPA ARTISAN 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1629\",\"adjustment_id\":\"6\",\"product_id\":\"2859\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409174056\",\"product_name\":\"FELPA DE 1\\/2 *9 PLG FARBE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1630\",\"adjustment_id\":\"6\",\"product_id\":\"2857\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409174063\",\"product_name\":\"FELPA ARTISAN 1\\/2 ACRILICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1631\",\"adjustment_id\":\"6\",\"product_id\":\"3008\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409200113\",\"product_name\":\"MANERAL EXPERT STANDAR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1632\",\"adjustment_id\":\"6\",\"product_id\":\"2855\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409200380\",\"product_name\":\"EXTENCION EXPERT 2.4M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1633\",\"adjustment_id\":\"6\",\"product_id\":\"2940\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702006402194\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1634\",\"adjustment_id\":\"6\",\"product_id\":\"3014\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702007062182\",\"product_name\":\"MANI CERVECERO GRA NUTS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1635\",\"adjustment_id\":\"6\",\"product_id\":\"2942\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702031291534\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1636\",\"adjustment_id\":\"6\",\"product_id\":\"2979\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702031642725\",\"product_name\":\"LISTERINE COOL MINT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1637\",\"adjustment_id\":\"6\",\"product_id\":\"3204\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342031\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1638\",\"adjustment_id\":\"6\",\"product_id\":\"3206\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342048\",\"product_name\":\"SILICON LOCTITE TRANSPARENTE RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1639\",\"adjustment_id\":\"6\",\"product_id\":\"3205\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342062\",\"product_name\":\"SILICON LOCTITE ROJO RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1640\",\"adjustment_id\":\"6\",\"product_id\":\"3098\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702089161940\",\"product_name\":\"PLACA TOMACORRIENTE BTICINO DOBLE AP1228\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1641\",\"adjustment_id\":\"6\",\"product_id\":\"3221\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089162145\",\"product_name\":\"SWITCH SENCILLO SOBREPONER 125V\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1642\",\"adjustment_id\":\"6\",\"product_id\":\"3096\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089162183\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1643\",\"adjustment_id\":\"6\",\"product_id\":\"3032\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"77070548\",\"product_name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1644\",\"adjustment_id\":\"6\",\"product_id\":\"3028\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7707314792166\",\"product_name\":\"MASKING TAPE 1 PULG. TESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1645\",\"adjustment_id\":\"6\",\"product_id\":\"3115\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7730716014529\",\"product_name\":\"POXIPOL SOLDADURA PLASTICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1646\",\"adjustment_id\":\"6\",\"product_id\":\"3208\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"77472141340\",\"product_name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1647\",\"adjustment_id\":\"6\",\"product_id\":\"2968\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057005239\",\"product_name\":\"LIJA DE AGUA 60 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1648\",\"adjustment_id\":\"6\",\"product_id\":\"2965\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057005260\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1649\",\"adjustment_id\":\"6\",\"product_id\":\"2966\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005291\",\"product_name\":\"LIJA DE AGUA 220 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1650\",\"adjustment_id\":\"6\",\"product_id\":\"2967\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005345\",\"product_name\":\"LIJA DE AGUA 400 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1651\",\"adjustment_id\":\"6\",\"product_id\":\"2970\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057006502\",\"product_name\":\"LIJA DE LONA 3M 80\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1652\",\"adjustment_id\":\"6\",\"product_id\":\"2971\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057006519\",\"product_name\":\"LIJA MULTIUSOS 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1653\",\"adjustment_id\":\"6\",\"product_id\":\"2969\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057006533\",\"product_name\":\"LIJA DE LONA 3M 150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1654\",\"adjustment_id\":\"6\",\"product_id\":\"3029\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750373006903\",\"product_name\":\"MASKING TAPE 3\\/4 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1655\",\"adjustment_id\":\"6\",\"product_id\":\"3200\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7756962003636\",\"product_name\":\"SIKASIL E VARIOS 280ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1656\",\"adjustment_id\":\"6\",\"product_id\":\"3496\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7791293025803\",\"product_name\":\"DESORORANTE AXE 978 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1657\",\"adjustment_id\":\"6\",\"product_id\":\"2809\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7798216497792\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1658\",\"adjustment_id\":\"6\",\"product_id\":\"2819\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7798216498287\",\"product_name\":\"DISCO P\\/METAL DE 7?GLADIATOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1659\",\"adjustment_id\":\"6\",\"product_id\":\"2954\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7799046010472\",\"product_name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1660\",\"adjustment_id\":\"6\",\"product_id\":\"3070\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7802800630318\",\"product_name\":\"PAPAS KRYSPO VARIOS SABORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1661\",\"adjustment_id\":\"6\",\"product_id\":\"2532\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783094001015\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1662\",\"adjustment_id\":\"6\",\"product_id\":\"2976\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783094020115\",\"product_name\":\"LINTERNA RAYOVAC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1663\",\"adjustment_id\":\"6\",\"product_id\":\"3224\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783164208306\",\"product_name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1664\",\"adjustment_id\":\"6\",\"product_id\":\"2613\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7831642785542\",\"product_name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1665\",\"adjustment_id\":\"6\",\"product_id\":\"2596\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"787705048057\",\"product_name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1666\",\"adjustment_id\":\"6\",\"product_id\":\"2679\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891040224746\",\"product_name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1667\",\"adjustment_id\":\"6\",\"product_id\":\"3219\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891200313846\",\"product_name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1668\",\"adjustment_id\":\"6\",\"product_id\":\"3093\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7893946104214\",\"product_name\":\"PISTOLA APLICADOR DE SILICON VONDER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1669\",\"adjustment_id\":\"6\",\"product_id\":\"2520\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7893946142360\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1670\",\"adjustment_id\":\"6\",\"product_id\":\"3291\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8\",\"product_name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1671\",\"adjustment_id\":\"6\",\"product_id\":\"3222\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199645810\",\"product_name\":\"SWITCH\\/PONER SENCILLO P52 BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1672\",\"adjustment_id\":\"6\",\"product_id\":\"3288\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199645889\",\"product_name\":\"TOMACORRIENTE SOBRE PONER BTICINO  P38\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1673\",\"adjustment_id\":\"6\",\"product_id\":\"3097\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674063\",\"product_name\":\"PLACA PULSADOR DE TIMBRE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1674\",\"adjustment_id\":\"6\",\"product_id\":\"3099\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674186\",\"product_name\":\"PLACA TRIPLE SWICH DOMINO P 1330 G. INDU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1675\",\"adjustment_id\":\"6\",\"product_id\":\"3095\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012199674346\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1676\",\"adjustment_id\":\"6\",\"product_id\":\"3100\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674407\",\"product_name\":\"PLACA TV BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1677\",\"adjustment_id\":\"6\",\"product_id\":\"2627\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232100412\",\"product_name\":\"CANDADO YALE 40 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1678\",\"adjustment_id\":\"6\",\"product_id\":\"2628\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232100443\",\"product_name\":\"CANDADO YALE 50 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1679\",\"adjustment_id\":\"6\",\"product_id\":\"2629\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232109439\",\"product_name\":\"CANDADO YALE 60 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1680\",\"adjustment_id\":\"6\",\"product_id\":\"2641\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80660956411\",\"product_name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1681\",\"adjustment_id\":\"6\",\"product_id\":\"3282\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80686832010\",\"product_name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1682\",\"adjustment_id\":\"6\",\"product_id\":\"3017\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"81537200811\",\"product_name\":\"MARINEROS.             .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1683\",\"adjustment_id\":\"6\",\"product_id\":\"3163\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"81537201405\",\"product_name\":\"REVIVE 600 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1684\",\"adjustment_id\":\"6\",\"product_id\":\"2898\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071001148\",\"product_name\":\"GALON ACEITE URSA SUPER TD SAE 15W-40\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1685\",\"adjustment_id\":\"6\",\"product_id\":\"2981\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071003487\",\"product_name\":\"LITRO ACEITE HAVOLINE SAE API 20W-50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1686\",\"adjustment_id\":\"6\",\"product_id\":\"2897\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071003685\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1687\",\"adjustment_id\":\"6\",\"product_id\":\"2916\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071004477\",\"product_name\":\"HAVOLINESAE 20W-50 API SP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1688\",\"adjustment_id\":\"6\",\"product_id\":\"2484\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8420714187\",\"product_name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1689\",\"adjustment_id\":\"6\",\"product_id\":\"3220\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"85051000421\",\"product_name\":\"SUPER ECONOMY TYPE A\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1690\",\"adjustment_id\":\"6\",\"product_id\":\"2483\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"85051001190\",\"product_name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1691\",\"adjustment_id\":\"6\",\"product_id\":\"2978\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"853619237\",\"product_name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1692\",\"adjustment_id\":\"6\",\"product_id\":\"2895\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581001070\",\"product_name\":\"GALLETA SODA POZUELO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1693\",\"adjustment_id\":\"6\",\"product_id\":\"2887\",\"option_id\":\"0\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581012502\",\"product_name\":\"GALLETA CLUB EXTRA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1694\",\"adjustment_id\":\"6\",\"product_id\":\"2888\",\"option_id\":\"0\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581015121\",\"product_name\":\"GALLETA CREMAS GDE .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1695\",\"adjustment_id\":\"6\",\"product_id\":\"2896\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581017699\",\"product_name\":\"GALLETA TIPO.               .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1696\",\"adjustment_id\":\"6\",\"product_id\":\"2593\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"87295125991\",\"product_name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1697\",\"adjustment_id\":\"6\",\"product_id\":\"2875\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313062267\",\"product_name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1698\",\"adjustment_id\":\"6\",\"product_id\":\"2876\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313062281\",\"product_name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1699\",\"adjustment_id\":\"6\",\"product_id\":\"2951\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"88313318739\",\"product_name\":\"KERNS CAJITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1700\",\"adjustment_id\":\"6\",\"product_id\":\"2817\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"885911137508\",\"product_name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1701\",\"adjustment_id\":\"6\",\"product_id\":\"3126\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9002490204006\",\"product_name\":\"RED BULL     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1702\",\"adjustment_id\":\"6\",\"product_id\":\"2778\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"9021298\",\"product_name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1703\",\"adjustment_id\":\"6\",\"product_id\":\"2779\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"9021299\",\"product_name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1704\",\"adjustment_id\":\"6\",\"product_id\":\"3322\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9021304\",\"product_name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1705\",\"adjustment_id\":\"6\",\"product_id\":\"2878\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9111207379620\",\"product_name\":\"FULL CRETE (1 CUARTO GALON)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1706\",\"adjustment_id\":\"6\",\"product_id\":\"2900\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9121217379626\",\"product_name\":\"GALON FULL CRETE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1707\",\"adjustment_id\":\"6\",\"product_id\":\"2987\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712200086\",\"product_name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1708\",\"adjustment_id\":\"6\",\"product_id\":\"2992\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712200499\",\"product_name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1709\",\"adjustment_id\":\"6\",\"product_id\":\"2692\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712500315\",\"product_name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1710\",\"adjustment_id\":\"6\",\"product_id\":\"3311\",\"option_id\":\"0\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"95\",\"product_name\":\"TORTRIX PEQUE?O      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1711\",\"adjustment_id\":\"6\",\"product_id\":\"2478\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9540 UNIDAD\",\"product_name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1712\",\"adjustment_id\":\"6\",\"product_id\":\"2974\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1713\",\"adjustment_id\":\"6\",\"product_id\":\"3172\",\"option_id\":\"0\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"98\",\"product_name\":\"SABRITAS.           .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1714\",\"adjustment_id\":\"6\",\"product_id\":\"3079\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99176129745\",\"product_name\":\"PASTA COLGATE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1715\",\"adjustment_id\":\"6\",\"product_id\":\"2953\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99176480518\",\"product_name\":\"KIT DE CEPILLADO  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1716\",\"adjustment_id\":\"6\",\"product_id\":\"2939\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"9917692238\",\"product_name\":\"JABON PROTEX .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1717\",\"adjustment_id\":\"6\",\"product_id\":\"3489\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99179280\",\"product_name\":\"CHEQUE VERTICAL BRONCE C\\/PICHACHA 1 1\\/4\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"1718\",\"adjustment_id\":\"6\",\"product_id\":\"2472\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"A111\",\"product_name\":\"ABRAZADERA DE 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1719\",\"adjustment_id\":\"6\",\"product_id\":\"3116\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AA823\\/120\",\"product_name\":\"PULIDORA GLP 9 2300W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1720\",\"adjustment_id\":\"6\",\"product_id\":\"2844\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AB608\\/120\\/60\",\"product_name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1721\",\"adjustment_id\":\"6\",\"product_id\":\"2477\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ABRA001\",\"product_name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1722\",\"adjustment_id\":\"6\",\"product_id\":\"2476\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ABRA002\",\"product_name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1723\",\"adjustment_id\":\"6\",\"product_id\":\"2481\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ACE04\",\"product_name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1724\",\"adjustment_id\":\"6\",\"product_id\":\"2488\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ACHUELA ALDOSA 2\",\"product_name\":\"ACHUELA ALDOSA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1725\",\"adjustment_id\":\"6\",\"product_id\":\"3051\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ALF0019\",\"product_name\":\"NIVEL DE RESINA 12\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1726\",\"adjustment_id\":\"6\",\"product_id\":\"2638\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ALF0035\",\"product_name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1727\",\"adjustment_id\":\"6\",\"product_id\":\"2473\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AT001\",\"product_name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1728\",\"adjustment_id\":\"6\",\"product_id\":\"2515\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AZ00151\",\"product_name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1729\",\"adjustment_id\":\"6\",\"product_id\":\"2667\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"BOSSI123\",\"product_name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1730\",\"adjustment_id\":\"6\",\"product_id\":\"2707\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CB123\",\"product_name\":\"CLAVO CONCRETO BRONCO 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1731\",\"adjustment_id\":\"6\",\"product_id\":\"2658\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CHEVEBR05\",\"product_name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1732\",\"adjustment_id\":\"6\",\"product_id\":\"2656\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CHHOBR03\",\"product_name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1733\",\"adjustment_id\":\"6\",\"product_id\":\"3193\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"COS14\\/1\\/120\",\"product_name\":\"SIERRA TRONZADORA 14-2000W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1734\",\"adjustment_id\":\"6\",\"product_id\":\"3194\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CS814\\/3\\/120\",\"product_name\":\"SIERRA TROZADORA 14-2400W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1735\",\"adjustment_id\":\"6\",\"product_id\":\"2639\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"D12\",\"product_name\":\"CEPILLO DE DIENTES UNID.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1736\",\"adjustment_id\":\"6\",\"product_id\":\"2835\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"D87\",\"product_name\":\"ESCOBAS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1737\",\"adjustment_id\":\"6\",\"product_id\":\"3226\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"DW508S-B3\",\"product_name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1738\",\"adjustment_id\":\"6\",\"product_id\":\"2594\",\"option_id\":\"0\",\"quantity\":\"9.5000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00076\",\"product_name\":\"CABLE PARALELO 2* 12 M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1739\",\"adjustment_id\":\"6\",\"product_id\":\"2595\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00077\",\"product_name\":\"CABLE PARALELO 2* 14 MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1740\",\"adjustment_id\":\"6\",\"product_id\":\"2609\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE00081\",\"product_name\":\"CAJA OCTAGONAL METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1741\",\"adjustment_id\":\"6\",\"product_id\":\"2610\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE00082\",\"product_name\":\"CAJA OCTAGONAL PLAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1742\",\"adjustment_id\":\"6\",\"product_id\":\"2615\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00085\",\"product_name\":\"CAJA RECTANGULAR METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1743\",\"adjustment_id\":\"6\",\"product_id\":\"3213\",\"option_id\":\"0\",\"quantity\":\"79.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE055\",\"product_name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1744\",\"adjustment_id\":\"6\",\"product_id\":\"3045\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE063\",\"product_name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1745\",\"adjustment_id\":\"6\",\"product_id\":\"2761\",\"option_id\":\"0\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE067\",\"product_name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1746\",\"adjustment_id\":\"6\",\"product_id\":\"2740\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 010231\",\"product_name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1747\",\"adjustment_id\":\"6\",\"product_id\":\"2459\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER 02887444770\",\"product_name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1748\",\"adjustment_id\":\"6\",\"product_id\":\"2460\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75012066411\",\"product_name\":\"CUCHILLA  6? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1749\",\"adjustment_id\":\"6\",\"product_id\":\"2457\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75012066839\",\"product_name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1750\",\"adjustment_id\":\"6\",\"product_id\":\"2458\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75062406478\",\"product_name\":\"PLACA PARA TIMBRE VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1751\",\"adjustment_id\":\"6\",\"product_id\":\"2461\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER- 7506240656\",\"product_name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1752\",\"adjustment_id\":\"6\",\"product_id\":\"3320\",\"option_id\":\"0\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-01234\",\"product_name\":\"UNIDAD ELECTRODO E 6013\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1753\",\"adjustment_id\":\"6\",\"product_id\":\"3308\",\"option_id\":\"0\",\"quantity\":\"176.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER-THPVC1407\",\"product_name\":\"TORNILLO PULSER P\\/BROCA 1\\/4X3\\/4 C\\/E\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1754\",\"adjustment_id\":\"6\",\"product_id\":\"3307\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-TOPC 1407\",\"product_name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1755\",\"adjustment_id\":\"6\",\"product_id\":\"3160\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000012\",\"product_name\":\"REPOSADERA BRONCE 3*3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1756\",\"adjustment_id\":\"6\",\"product_id\":\"3002\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000018\",\"product_name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1757\",\"adjustment_id\":\"6\",\"product_id\":\"3091\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000125\",\"product_name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1758\",\"adjustment_id\":\"6\",\"product_id\":\"2962\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000150\",\"product_name\":\"LB. CLAVO 1\\\" ASSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1759\",\"adjustment_id\":\"6\",\"product_id\":\"2853\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000151\",\"product_name\":\"ESPONJA PEQUE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1760\",\"adjustment_id\":\"6\",\"product_id\":\"3330\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000153\",\"product_name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1761\",\"adjustment_id\":\"6\",\"product_id\":\"2961\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00017\",\"product_name\":\"LB ELECTRODO 3\\/32\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1762\",\"adjustment_id\":\"6\",\"product_id\":\"2462\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00021\",\"product_name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1763\",\"adjustment_id\":\"6\",\"product_id\":\"2528\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00088\",\"product_name\":\"BARNIZ GL NOGAL CELCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1764\",\"adjustment_id\":\"6\",\"product_id\":\"2538\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00106\",\"product_name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1765\",\"adjustment_id\":\"6\",\"product_id\":\"2539\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00108\",\"product_name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1766\",\"adjustment_id\":\"6\",\"product_id\":\"2540\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00111\",\"product_name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1767\",\"adjustment_id\":\"6\",\"product_id\":\"2748\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER001216\",\"product_name\":\"COPLA 1 1\\/2 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1768\",\"adjustment_id\":\"6\",\"product_id\":\"2753\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER001217\",\"product_name\":\"COPLA 3\\/4 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1769\",\"adjustment_id\":\"6\",\"product_id\":\"3302\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER001218\",\"product_name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1770\",\"adjustment_id\":\"6\",\"product_id\":\"3237\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0015\",\"product_name\":\"TAPADERA DE SANITARIO ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1771\",\"adjustment_id\":\"6\",\"product_id\":\"2851\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00150\",\"product_name\":\"ESPONJA GRANDE PARA REPELLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1772\",\"adjustment_id\":\"6\",\"product_id\":\"2695\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00436\",\"product_name\":\"CLAVO 1 1\\/2 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1773\",\"adjustment_id\":\"6\",\"product_id\":\"2697\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00438\",\"product_name\":\"CLAVO 2 1\\/2 LB.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1774\",\"adjustment_id\":\"6\",\"product_id\":\"2698\",\"option_id\":\"0\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00439\",\"product_name\":\"CLAVO 2 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1775\",\"adjustment_id\":\"6\",\"product_id\":\"2699\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1776\",\"adjustment_id\":\"6\",\"product_id\":\"2700\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00441\",\"product_name\":\"CLAVO 4 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1777\",\"adjustment_id\":\"6\",\"product_id\":\"2702\",\"option_id\":\"0\",\"quantity\":\"176.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00446\",\"product_name\":\"CLAVO CONCRETO 1 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1778\",\"adjustment_id\":\"6\",\"product_id\":\"2701\",\"option_id\":\"0\",\"quantity\":\"145.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00447\",\"product_name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1779\",\"adjustment_id\":\"6\",\"product_id\":\"2705\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00448\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1780\",\"adjustment_id\":\"6\",\"product_id\":\"2703\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00449\",\"product_name\":\"CLAVO CONCRETO 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1781\",\"adjustment_id\":\"6\",\"product_id\":\"2704\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00450\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1782\",\"adjustment_id\":\"6\",\"product_id\":\"2706\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00453\",\"product_name\":\"CLAVO CONCRETO 4 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1783\",\"adjustment_id\":\"6\",\"product_id\":\"2708\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00710\",\"product_name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1784\",\"adjustment_id\":\"6\",\"product_id\":\"2973\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00750\",\"product_name\":\"LIMA  TRIANGULAR BELLOTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1785\",\"adjustment_id\":\"6\",\"product_id\":\"3027\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00868\",\"product_name\":\"MASKING TAPE 1 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1786\",\"adjustment_id\":\"6\",\"product_id\":\"3190\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER01143\",\"product_name\":\"SIERRA FINA SANDFLEX 1224\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1787\",\"adjustment_id\":\"6\",\"product_id\":\"2766\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER01397\",\"product_name\":\"CRAYON 2 COLORES GRUESO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1788\",\"adjustment_id\":\"6\",\"product_id\":\"3007\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER01945\",\"product_name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1789\",\"adjustment_id\":\"6\",\"product_id\":\"2577\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER02539\",\"product_name\":\"BROCHA 2 BYP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1790\",\"adjustment_id\":\"6\",\"product_id\":\"2811\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER02908\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1791\",\"adjustment_id\":\"6\",\"product_id\":\"2620\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0313\",\"product_name\":\"CANDADO 40MM DORADO WHALE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1792\",\"adjustment_id\":\"6\",\"product_id\":\"2626\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0314\",\"product_name\":\"CANDADO WHALE DORADO 50 MM\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"1793\",\"adjustment_id\":\"6\",\"product_id\":\"3290\",\"option_id\":\"0\",\"quantity\":\"67.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER035\",\"product_name\":\"TORNILLO BUSCA ROSCA 1*8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1794\",\"adjustment_id\":\"6\",\"product_id\":\"3253\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER039\",\"product_name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1795\",\"adjustment_id\":\"6\",\"product_id\":\"3300\",\"option_id\":\"0\",\"quantity\":\"38.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER040\",\"product_name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1796\",\"adjustment_id\":\"6\",\"product_id\":\"3254\",\"option_id\":\"0\",\"quantity\":\"33.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER068\",\"product_name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1797\",\"adjustment_id\":\"6\",\"product_id\":\"2731\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER31106-2\",\"product_name\":\"CODO PVC 3\\/4 45 GRADOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1798\",\"adjustment_id\":\"6\",\"product_id\":\"2988\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GE-0251\",\"product_name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1799\",\"adjustment_id\":\"6\",\"product_id\":\"3151\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GE-0279\",\"product_name\":\"REGADERA PLASTICA BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1800\",\"adjustment_id\":\"6\",\"product_id\":\"2899\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GEL0001\",\"product_name\":\"GALON ALCOHOL GEL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1801\",\"adjustment_id\":\"6\",\"product_id\":\"2938\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GEL0002\",\"product_name\":\"JABON LIQUIDO 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1802\",\"adjustment_id\":\"6\",\"product_id\":\"2509\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GEL0003\",\"product_name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1803\",\"adjustment_id\":\"6\",\"product_id\":\"3158\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GRI001475\",\"product_name\":\"REPOSADERA 3  ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1804\",\"adjustment_id\":\"6\",\"product_id\":\"3271\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00213\",\"product_name\":\"TEFLON 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1805\",\"adjustment_id\":\"6\",\"product_id\":\"3273\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00214\",\"product_name\":\"TEFLON 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1806\",\"adjustment_id\":\"6\",\"product_id\":\"3275\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00215\",\"product_name\":\"TEFLON 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1807\",\"adjustment_id\":\"6\",\"product_id\":\"2744\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIF000175\",\"product_name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1808\",\"adjustment_id\":\"6\",\"product_id\":\"2745\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIF000176\",\"product_name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1809\",\"adjustment_id\":\"6\",\"product_id\":\"2912\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIFA001\",\"product_name\":\"GRIFA 1\\/2 * 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1810\",\"adjustment_id\":\"6\",\"product_id\":\"2913\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIFA002\",\"product_name\":\"GRIFA 1\\/4 * 3\\/16\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1811\",\"adjustment_id\":\"6\",\"product_id\":\"2937\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"HL8140\\/120M\",\"product_name\":\"HIDROLAVADORA 1800W 2003PSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1812\",\"adjustment_id\":\"6\",\"product_id\":\"2665\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLCHBOZN03\",\"product_name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1813\",\"adjustment_id\":\"6\",\"product_id\":\"2670\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"LLCHCPOPM05\",\"product_name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1814\",\"adjustment_id\":\"6\",\"product_id\":\"3001\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLPDCLA\",\"product_name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1815\",\"adjustment_id\":\"6\",\"product_id\":\"3039\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"MDL700\",\"product_name\":\"METRO LASER DE 20M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1816\",\"adjustment_id\":\"6\",\"product_id\":\"3040\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"MDL740\",\"product_name\":\"METRO LASER GLP 40M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1817\",\"adjustment_id\":\"6\",\"product_id\":\"2632\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"MS1001\\/2L\",\"product_name\":\"CARETA NEO FOTOSENSIBLE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1818\",\"adjustment_id\":\"6\",\"product_id\":\"3319\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"NIP14\",\"product_name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\" X 3MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1819\",\"adjustment_id\":\"6\",\"product_id\":\"2530\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"P24BD-720\",\"product_name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1820\",\"adjustment_id\":\"6\",\"product_id\":\"2529\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"P47-600\",\"product_name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1821\",\"adjustment_id\":\"6\",\"product_id\":\"2733\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PCV00037\",\"product_name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1822\",\"adjustment_id\":\"6\",\"product_id\":\"2531\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PNS60LS\",\"product_name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1823\",\"adjustment_id\":\"6\",\"product_id\":\"2494\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00003\",\"product_name\":\"ADAPTADOR M 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1824\",\"adjustment_id\":\"6\",\"product_id\":\"2495\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00004\",\"product_name\":\"ADAPTADOR M 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1825\",\"adjustment_id\":\"6\",\"product_id\":\"2496\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00005\",\"product_name\":\"ADAPTADOR M 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1826\",\"adjustment_id\":\"6\",\"product_id\":\"2490\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00006\",\"product_name\":\"ADAOTADOR  1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1827\",\"adjustment_id\":\"6\",\"product_id\":\"2492\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00007\",\"product_name\":\"ADAPTADOR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1828\",\"adjustment_id\":\"6\",\"product_id\":\"2754\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC0001\",\"product_name\":\"COPLA C\\/R 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1829\",\"adjustment_id\":\"6\",\"product_id\":\"2497\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00010\",\"product_name\":\"ADAPTADOR M 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1830\",\"adjustment_id\":\"6\",\"product_id\":\"2716\",\"option_id\":\"0\",\"quantity\":\"54.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00033\",\"product_name\":\"CODO 90 GR 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1831\",\"adjustment_id\":\"6\",\"product_id\":\"2718\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00035\",\"product_name\":\"CODO 90 GR 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1832\",\"adjustment_id\":\"6\",\"product_id\":\"2719\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00036\",\"product_name\":\"CODO 90 GR 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1833\",\"adjustment_id\":\"6\",\"product_id\":\"2720\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00037\",\"product_name\":\"CODO 90 GR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1834\",\"adjustment_id\":\"6\",\"product_id\":\"2721\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00038\",\"product_name\":\"CODO 90 GR 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1835\",\"adjustment_id\":\"6\",\"product_id\":\"2722\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00039\",\"product_name\":\"CODO 90 GR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1836\",\"adjustment_id\":\"6\",\"product_id\":\"2723\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00040\",\"product_name\":\"CODO 90 GR 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1837\",\"adjustment_id\":\"6\",\"product_id\":\"2724\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00045\",\"product_name\":\"CODO 90 GR C\\/R 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1838\",\"adjustment_id\":\"6\",\"product_id\":\"2725\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00051\",\"product_name\":\"CODO 90 GR DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1839\",\"adjustment_id\":\"6\",\"product_id\":\"2726\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00052\",\"product_name\":\"CODO 90 GR DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1840\",\"adjustment_id\":\"6\",\"product_id\":\"2727\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00053\",\"product_name\":\"CODO 90 GR DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1841\",\"adjustment_id\":\"6\",\"product_id\":\"2728\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00054\",\"product_name\":\"CODO 90 GR DR 6\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1842\",\"adjustment_id\":\"6\",\"product_id\":\"2746\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00068\",\"product_name\":\"COPLA 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1843\",\"adjustment_id\":\"6\",\"product_id\":\"2747\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00069\",\"product_name\":\"COPLA 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1844\",\"adjustment_id\":\"6\",\"product_id\":\"2749\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00071\",\"product_name\":\"COPLA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1845\",\"adjustment_id\":\"6\",\"product_id\":\"2750\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00072\",\"product_name\":\"COPLA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1846\",\"adjustment_id\":\"6\",\"product_id\":\"2752\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00073\",\"product_name\":\"COPLA 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1847\",\"adjustment_id\":\"6\",\"product_id\":\"2755\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00076\",\"product_name\":\"COPLA C\\/R 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1848\",\"adjustment_id\":\"6\",\"product_id\":\"2756\",\"option_id\":\"0\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00077\",\"product_name\":\"COPLA C\\/R 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1849\",\"adjustment_id\":\"6\",\"product_id\":\"2758\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00090\",\"product_name\":\"COPLA DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1850\",\"adjustment_id\":\"6\",\"product_id\":\"2759\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00091\",\"product_name\":\"COPLA DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1851\",\"adjustment_id\":\"6\",\"product_id\":\"2760\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00092\",\"product_name\":\"COPLA DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1852\",\"adjustment_id\":\"6\",\"product_id\":\"2717\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00094\",\"product_name\":\"CODO 90 GR 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1853\",\"adjustment_id\":\"6\",\"product_id\":\"3129\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00122\",\"product_name\":\"REDUCIDOR 1 1\\/2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1854\",\"adjustment_id\":\"6\",\"product_id\":\"3127\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00123\",\"product_name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1855\",\"adjustment_id\":\"6\",\"product_id\":\"3171\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"pvc00124\",\"product_name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1856\",\"adjustment_id\":\"6\",\"product_id\":\"3128\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00125\",\"product_name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1857\",\"adjustment_id\":\"6\",\"product_id\":\"3130\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00126\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1858\",\"adjustment_id\":\"6\",\"product_id\":\"3131\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00127\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1859\",\"adjustment_id\":\"6\",\"product_id\":\"3149\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"pvc00128\",\"product_name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1860\",\"adjustment_id\":\"6\",\"product_id\":\"3133\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00130\",\"product_name\":\"REDUCIDOR 1-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1861\",\"adjustment_id\":\"6\",\"product_id\":\"3132\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00131\",\"product_name\":\"REDUCIDOR 1- 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1862\",\"adjustment_id\":\"6\",\"product_id\":\"3136\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00132\",\"product_name\":\"REDUCIDOR 2 1\\/2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1863\",\"adjustment_id\":\"6\",\"product_id\":\"3135\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00136\",\"product_name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1864\",\"adjustment_id\":\"6\",\"product_id\":\"3137\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00137\",\"product_name\":\"REDUCIDOR 2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1865\",\"adjustment_id\":\"6\",\"product_id\":\"3138\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00140\",\"product_name\":\"REDUCIDOR 2-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1866\",\"adjustment_id\":\"6\",\"product_id\":\"3134\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00141\",\"product_name\":\"REDUCIDOR 2 - 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1867\",\"adjustment_id\":\"6\",\"product_id\":\"3141\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00142\",\"product_name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1868\",\"adjustment_id\":\"6\",\"product_id\":\"3147\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00152\",\"product_name\":\"REDUCIDOR DR 3-2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1869\",\"adjustment_id\":\"6\",\"product_id\":\"3144\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00153\",\"product_name\":\"REDUCIDOR 4-2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1870\",\"adjustment_id\":\"6\",\"product_id\":\"3143\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00154\",\"product_name\":\"REDUCIDOR 4 - 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1871\",\"adjustment_id\":\"6\",\"product_id\":\"3243\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00158\",\"product_name\":\"TAPON H 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1872\",\"adjustment_id\":\"6\",\"product_id\":\"3244\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00159\",\"product_name\":\"TAPON H 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1873\",\"adjustment_id\":\"6\",\"product_id\":\"3238\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00161\",\"product_name\":\"TAPON 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1874\",\"adjustment_id\":\"6\",\"product_id\":\"3239\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00164\",\"product_name\":\"TAPON 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1875\",\"adjustment_id\":\"6\",\"product_id\":\"3241\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00168\",\"product_name\":\"TAPON 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1876\",\"adjustment_id\":\"6\",\"product_id\":\"3245\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00171\",\"product_name\":\"TAPON H 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1877\",\"adjustment_id\":\"6\",\"product_id\":\"3257\",\"option_id\":\"0\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00186\",\"product_name\":\"TEE 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1878\",\"adjustment_id\":\"6\",\"product_id\":\"3258\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00187\",\"product_name\":\"TEE 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1879\",\"adjustment_id\":\"6\",\"product_id\":\"3259\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00189\",\"product_name\":\"TEE 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1880\",\"adjustment_id\":\"6\",\"product_id\":\"3260\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00192\",\"product_name\":\"TEE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1881\",\"adjustment_id\":\"6\",\"product_id\":\"2491\",\"option_id\":\"0\",\"quantity\":\"70.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00193\",\"product_name\":\"ADAPTADOR 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1882\",\"adjustment_id\":\"6\",\"product_id\":\"3262\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00199\",\"product_name\":\"TEE 2 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1883\",\"adjustment_id\":\"6\",\"product_id\":\"3264\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00201\",\"product_name\":\"TEE 3 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1884\",\"adjustment_id\":\"6\",\"product_id\":\"3266\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00202\",\"product_name\":\"TEE 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1885\",\"adjustment_id\":\"6\",\"product_id\":\"3267\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00207\",\"product_name\":\"TEE 4 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1886\",\"adjustment_id\":\"6\",\"product_id\":\"3270\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00208\",\"product_name\":\"TEE PVC DE 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1887\",\"adjustment_id\":\"6\",\"product_id\":\"3080\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00236\",\"product_name\":\"PEGA PVC 025 ML TANGIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1888\",\"adjustment_id\":\"6\",\"product_id\":\"3347\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00254\",\"product_name\":\"YEE DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1889\",\"adjustment_id\":\"6\",\"product_id\":\"3346\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00255\",\"product_name\":\"YEE DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1890\",\"adjustment_id\":\"6\",\"product_id\":\"3348\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00256\",\"product_name\":\"YEE DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1891\",\"adjustment_id\":\"6\",\"product_id\":\"2751\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00260\",\"product_name\":\"COPLA 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1892\",\"adjustment_id\":\"6\",\"product_id\":\"2777\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC0105\",\"product_name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1893\",\"adjustment_id\":\"6\",\"product_id\":\"3139\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC143\",\"product_name\":\"REDUCIDOR 3- 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1894\",\"adjustment_id\":\"6\",\"product_id\":\"3140\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC144\",\"product_name\":\"REDUCIDOR 3-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1895\",\"adjustment_id\":\"6\",\"product_id\":\"3081\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC287\",\"product_name\":\"PEGA PVC 050 ML TANGIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1896\",\"adjustment_id\":\"6\",\"product_id\":\"2997\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"SUVAL2\\\"\",\"product_name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1897\",\"adjustment_id\":\"6\",\"product_id\":\"3076\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"T1101-047\",\"product_name\":\"PASADOR ALEMAN 3\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1898\",\"adjustment_id\":\"6\",\"product_id\":\"3225\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA002\",\"product_name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1899\",\"adjustment_id\":\"6\",\"product_id\":\"3317\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA121216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1900\",\"adjustment_id\":\"6\",\"product_id\":\"3318\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA381216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*19 ACERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1901\",\"adjustment_id\":\"6\",\"product_id\":\"2866\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"THQC1120\",\"product_name\":\"FLIPON # 20 THQC1120\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1902\",\"adjustment_id\":\"6\",\"product_id\":\"2455\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"THQC1130\",\"product_name\":\"FLIPON # 30 THQC1130\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1903\",\"adjustment_id\":\"6\",\"product_id\":\"3227\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TP813\\/3\",\"product_name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1904\",\"adjustment_id\":\"6\",\"product_id\":\"3228\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TP913\\/4\",\"product_name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1905\",\"adjustment_id\":\"6\",\"product_id\":\"3315\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TUC13\",\"product_name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\" X 3MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1906\",\"adjustment_id\":\"6\",\"product_id\":\"2827\",\"option_id\":\"0\",\"quantity\":\"207.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"UP0000793\",\"product_name\":\"DULCES COLOMBINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1907\",\"adjustment_id\":\"6\",\"product_id\":\"3338\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VAPB-2\",\"product_name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1908\",\"adjustment_id\":\"6\",\"product_id\":\"3328\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBLPVC04\",\"product_name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1909\",\"adjustment_id\":\"6\",\"product_id\":\"3329\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBLPVC05\",\"product_name\":\"VALVULA BOLA PVC 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1910\",\"adjustment_id\":\"6\",\"product_id\":\"3327\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ03\",\"product_name\":\"VALVULA BOLA DE ZINC 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1911\",\"adjustment_id\":\"6\",\"product_id\":\"3326\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ04\",\"product_name\":\"VALVULA BOLA 3\\/4 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1912\",\"adjustment_id\":\"6\",\"product_id\":\"3325\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ05\",\"product_name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1913\",\"adjustment_id\":\"6\",\"product_id\":\"3332\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VCBRWL04\",\"product_name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1914\",\"adjustment_id\":\"6\",\"product_id\":\"3331\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VCBRWL05\",\"product_name\":\"VALVULA COMPUERTA BR 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1915\",\"adjustment_id\":\"6\",\"product_id\":\"3281\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0096\",\"product_name\":\"TENAZIN DE 9\\\" VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1916\",\"adjustment_id\":\"6\",\"product_id\":\"3104\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0167\",\"product_name\":\"PLANCHA ALBA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1917\",\"adjustment_id\":\"6\",\"product_id\":\"3179\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0785\",\"product_name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1918\",\"adjustment_id\":\"6\",\"product_id\":\"2826\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0795\",\"product_name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1919\",\"adjustment_id\":\"6\",\"product_id\":\"3251\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VK0840\",\"product_name\":\"TARUGO PLASTICO DE 1\\/4\\\" VIKINGO 100 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1920\",\"adjustment_id\":\"6\",\"product_id\":\"3249\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0841\",\"product_name\":\"TARUGO PLASTICO 3\\/16\\\"  VIKINGO 100 UNID\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1921\",\"adjustment_id\":\"6\",\"product_id\":\"2624\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0867\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1922\",\"adjustment_id\":\"6\",\"product_id\":\"2474\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0894R\",\"product_name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1923\",\"adjustment_id\":\"6\",\"product_id\":\"2625\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0898\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1924\",\"adjustment_id\":\"6\",\"product_id\":\"2825\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0908\",\"product_name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1925\",\"adjustment_id\":\"6\",\"product_id\":\"2475\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0928\",\"product_name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"1926\",\"adjustment_id\":\"6\",\"product_id\":\"3188\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"W185\\/1\\/120\",\"product_name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"image\":\"\",\"details\":null,\"variant\":null}]}', '2022-06-09 14:32:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2050, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"3186\",\"code\":\"81537305226\",\"name\":\"SE\",\"unit\":\"1\",\"cost\":\"0.86000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"120.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-06-09 14:35:28');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2051, 'Sale is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"518\",\"date\":\"2022-07-11 19:42:16\",\"reference_no\":\"SALE\\/POS2022\\/07\\/0531\",\"customer_id\":\"1\",\"customer\":\"Prueba\",\"biller_id\":\"3\",\"biller\":\"Gasolinera y Materiales Manuelito S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"277.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"277.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"38\",\"pos\":\"1\",\"paid\":\"277.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"73f91458d259bae1046c0bac3e228747ee4d3df8bfcd8a79b8a8a699d593935e\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"3185\",\"sale_id\":\"518\",\"product_id\":\"3538\",\"product_code\":\"6933528745020\",\"product_name\":\"GUANTES DE NITRILO TOLSEN\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"10.0000\",\"unit_price\":\"10.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"10.0000\",\"serial_no\":\"\",\"real_unit_price\":\"10.0000\",\"sale_item_id\":null,\"product_unit_id\":\"5\",\"product_unit_code\":\"UNIDAD\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"5\",\"base_unit_code\":\"UNIDAD\"},{\"id\":\"3186\",\"sale_id\":\"518\",\"product_id\":\"2966\",\"product_code\":\"7750057005291\",\"product_name\":\"LIJA DE AGUA 220 3M\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"3.5000\",\"unit_price\":\"3.5000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"14.0000\",\"serial_no\":\"\",\"real_unit_price\":\"3.5000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"4.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"3187\",\"sale_id\":\"518\",\"product_id\":\"2579\",\"product_code\":\"7506385334868\",\"product_name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"5.0000\",\"unit_price\":\"5.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"5.0000\",\"serial_no\":\"\",\"real_unit_price\":\"5.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"3188\",\"sale_id\":\"518\",\"product_id\":\"2699\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"8.0000\",\"unit_price\":\"8.0000\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"224.0000\",\"serial_no\":\"\",\"real_unit_price\":\"8.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"28.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"3189\",\"sale_id\":\"518\",\"product_id\":\"2879\",\"product_code\":\"7501000635726\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"6.0000\",\"unit_price\":\"6.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"12.0000\",\"serial_no\":\"\",\"real_unit_price\":\"6.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"3190\",\"sale_id\":\"518\",\"product_id\":\"2891\",\"product_code\":\"7501000655700\",\"product_name\":\"GALLETA FLORENTINA.\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"6.0000\",\"unit_price\":\"6.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"12.0000\",\"serial_no\":\"\",\"real_unit_price\":\"6.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"}]}', '2022-07-12 08:27:12');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2052, 'Quantity adjustment is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"8\",\"date\":\"2022-08-09 12:47:00\",\"reference_no\":\"2022\\/08\\/0003\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;AJUSTE DE INVENTARIO FERRETERIA 9&period;8&period;2022&lt;&sol;p&gt;\",\"attachment\":\"44042f1297c27e0c583e86925d58092a.csv\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"2888\",\"adjustment_id\":\"8\",\"product_id\":\"2990\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02-290\",\"product_name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2889\",\"adjustment_id\":\"8\",\"product_id\":\"2991\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02-310\",\"product_name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2890\",\"adjustment_id\":\"8\",\"product_id\":\"3551\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02579618\",\"product_name\":\"CABO PARA PIOCHA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"2891\",\"adjustment_id\":\"8\",\"product_id\":\"3034\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"045242502653\",\"product_name\":\"METRO 8 METROS MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2892\",\"adjustment_id\":\"8\",\"product_id\":\"3483\",\"option_id\":\"0\",\"quantity\":\"59.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"081537305226\",\"product_name\":\"SE\\u00d1ORIAL PEQUE\\u00d1O\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"2893\",\"adjustment_id\":\"8\",\"product_id\":\"3223\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1\",\"product_name\":\"TABCIN.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2894\",\"adjustment_id\":\"8\",\"product_id\":\"2901\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2895\",\"adjustment_id\":\"8\",\"product_id\":\"2672\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100045000024\",\"product_name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2896\",\"adjustment_id\":\"8\",\"product_id\":\"2824\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100083000017\",\"product_name\":\"DUCHA EXAGONAL VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2897\",\"adjustment_id\":\"8\",\"product_id\":\"3078\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100103000010\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/MARIPOSA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2898\",\"adjustment_id\":\"8\",\"product_id\":\"3077\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100103000027\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2899\",\"adjustment_id\":\"8\",\"product_id\":\"2557\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10015600067\",\"product_name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2900\",\"adjustment_id\":\"8\",\"product_id\":\"2607\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100165000034\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\" VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2901\",\"adjustment_id\":\"8\",\"product_id\":\"2608\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100165000058\",\"product_name\":\"CAJA CLAVO CONCRETO 3\\\\\\\"  VIKINGO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"2902\",\"adjustment_id\":\"8\",\"product_id\":\"2493\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100231000043\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2903\",\"adjustment_id\":\"8\",\"product_id\":\"2498\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100231000050\",\"product_name\":\"ADAPTADOR P\\/COPA TALDRO VIKINGO 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2904\",\"adjustment_id\":\"8\",\"product_id\":\"3277\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10040\",\"product_name\":\"TENACIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2905\",\"adjustment_id\":\"8\",\"product_id\":\"2575\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10045242184764\",\"product_name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2906\",\"adjustment_id\":\"8\",\"product_id\":\"2960\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102\",\"product_name\":\"LB CLAVO PARA LAMINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2907\",\"adjustment_id\":\"8\",\"product_id\":\"3304\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10203\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2P PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2908\",\"adjustment_id\":\"8\",\"product_id\":\"3303\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10204\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2 P BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2909\",\"adjustment_id\":\"8\",\"product_id\":\"3246\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10205\",\"product_name\":\"TAPON H DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2910\",\"adjustment_id\":\"8\",\"product_id\":\"2715\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102106\",\"product_name\":\"CODO 45 GR DR 4 P\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2911\",\"adjustment_id\":\"8\",\"product_id\":\"3339\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102108\",\"product_name\":\"VALVULA PILA 2 P BRONCE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2912\",\"adjustment_id\":\"8\",\"product_id\":\"3340\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102109\",\"product_name\":\"VALVULA PILA 3 BRONCE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2913\",\"adjustment_id\":\"8\",\"product_id\":\"3146\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102111\",\"product_name\":\"REDUCIDOR DE 3-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2914\",\"adjustment_id\":\"8\",\"product_id\":\"3334\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102145\",\"product_name\":\"VALVULA DE ALUMINIO DE 3?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2915\",\"adjustment_id\":\"8\",\"product_id\":\"3159\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102146\",\"product_name\":\"REPOSADERA 4*4? ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2916\",\"adjustment_id\":\"8\",\"product_id\":\"3265\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102147\",\"product_name\":\"TEE 3\\\" PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2917\",\"adjustment_id\":\"8\",\"product_id\":\"3263\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102148\",\"product_name\":\"TEE 2\\\" PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2918\",\"adjustment_id\":\"8\",\"product_id\":\"3261\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102149\",\"product_name\":\"TEE 2 1\\/2 PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2919\",\"adjustment_id\":\"8\",\"product_id\":\"2678\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102155\",\"product_name\":\"CINTA DE AISLAR TENFLEX PEQUE?O\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2920\",\"adjustment_id\":\"8\",\"product_id\":\"3145\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2921\",\"adjustment_id\":\"8\",\"product_id\":\"2485\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102190\",\"product_name\":\"ACEITE SAE 40 AMERICAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2922\",\"adjustment_id\":\"8\",\"product_id\":\"3296\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102204\",\"product_name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 ?\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"2923\",\"adjustment_id\":\"8\",\"product_id\":\"3306\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102207\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2924\",\"adjustment_id\":\"8\",\"product_id\":\"3305\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102215\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"2925\",\"adjustment_id\":\"8\",\"product_id\":\"3072\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102220\",\"product_name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2926\",\"adjustment_id\":\"8\",\"product_id\":\"3071\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102221\",\"product_name\":\"PAPEL ARCO IRIS CARTA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"2927\",\"adjustment_id\":\"8\",\"product_id\":\"2736\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102225\",\"product_name\":\"COMPAS ECONOMICO DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2928\",\"adjustment_id\":\"8\",\"product_id\":\"2837\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102227\",\"product_name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2929\",\"adjustment_id\":\"8\",\"product_id\":\"2838\",\"option_id\":\"0\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102229\",\"product_name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"2930\",\"adjustment_id\":\"8\",\"product_id\":\"2839\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102231\",\"product_name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2931\",\"adjustment_id\":\"8\",\"product_id\":\"2841\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102233\",\"product_name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2932\",\"adjustment_id\":\"8\",\"product_id\":\"2842\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102234\",\"product_name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2933\",\"adjustment_id\":\"8\",\"product_id\":\"2843\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102235\",\"product_name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2934\",\"adjustment_id\":\"8\",\"product_id\":\"2840\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102236\",\"product_name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2935\",\"adjustment_id\":\"8\",\"product_id\":\"2730\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102246\",\"product_name\":\"CODO C\\/R 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2936\",\"adjustment_id\":\"8\",\"product_id\":\"2729\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102247\",\"product_name\":\"CODO C\\/R 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2937\",\"adjustment_id\":\"8\",\"product_id\":\"3269\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102248\",\"product_name\":\"TEE C\\/R 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2938\",\"adjustment_id\":\"8\",\"product_id\":\"3268\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102249\",\"product_name\":\"TEE C\\/R 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2939\",\"adjustment_id\":\"8\",\"product_id\":\"2757\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102250\",\"product_name\":\"COPLA C\\/R 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2940\",\"adjustment_id\":\"8\",\"product_id\":\"3242\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102252\",\"product_name\":\"TAPON 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2941\",\"adjustment_id\":\"8\",\"product_id\":\"3294\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102253\",\"product_name\":\"TORNILLO NEGRO DE 2\\\\\\\" BUSCA ROSCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"2942\",\"adjustment_id\":\"8\",\"product_id\":\"3293\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102256\",\"product_name\":\"TORNILLO NEGRO 2 1\\/2 \\\" BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2943\",\"adjustment_id\":\"8\",\"product_id\":\"3042\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102275\",\"product_name\":\"MINI SNICKERS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2944\",\"adjustment_id\":\"8\",\"product_id\":\"2996\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102285\",\"product_name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2945\",\"adjustment_id\":\"8\",\"product_id\":\"3240\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102290\",\"product_name\":\"TAPON 1\\/2 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2946\",\"adjustment_id\":\"8\",\"product_id\":\"3301\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102298\",\"product_name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"2947\",\"adjustment_id\":\"8\",\"product_id\":\"3295\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102300\",\"product_name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2948\",\"adjustment_id\":\"8\",\"product_id\":\"3023\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102301\",\"product_name\":\"MARTILLO ALDOSA 25 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2949\",\"adjustment_id\":\"8\",\"product_id\":\"2527\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102302\",\"product_name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2950\",\"adjustment_id\":\"8\",\"product_id\":\"3184\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102304\",\"product_name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2951\",\"adjustment_id\":\"8\",\"product_id\":\"3279\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102305\",\"product_name\":\"TENAZA DE 10\'\' ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2952\",\"adjustment_id\":\"8\",\"product_id\":\"3280\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102306\",\"product_name\":\"TENAZA DE 9\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2953\",\"adjustment_id\":\"8\",\"product_id\":\"2637\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102307\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2954\",\"adjustment_id\":\"8\",\"product_id\":\"3274\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102308\",\"product_name\":\"TEFLON 1\\/2  ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2955\",\"adjustment_id\":\"8\",\"product_id\":\"3272\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102309\",\"product_name\":\"TEFLON 1\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2956\",\"adjustment_id\":\"8\",\"product_id\":\"3289\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102310\",\"product_name\":\"TORNILLO 2P BUSCA ROSCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"2957\",\"adjustment_id\":\"8\",\"product_id\":\"2832\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102311\",\"product_name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2958\",\"adjustment_id\":\"8\",\"product_id\":\"2871\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102312\",\"product_name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2959\",\"adjustment_id\":\"8\",\"product_id\":\"3298\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102313\",\"product_name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2960\",\"adjustment_id\":\"8\",\"product_id\":\"2623\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102314\",\"product_name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2961\",\"adjustment_id\":\"8\",\"product_id\":\"3052\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102316\",\"product_name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2962\",\"adjustment_id\":\"8\",\"product_id\":\"3024\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102317\",\"product_name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2963\",\"adjustment_id\":\"8\",\"product_id\":\"2636\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102320\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2964\",\"adjustment_id\":\"8\",\"product_id\":\"2693\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102324\",\"product_name\":\"CINTA TRANSPARENTE 2 P TESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2965\",\"adjustment_id\":\"8\",\"product_id\":\"2732\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102328\",\"product_name\":\"CODO PVC 4\'\'\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2966\",\"adjustment_id\":\"8\",\"product_id\":\"2714\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102330\",\"product_name\":\"CODO 45 GR DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2967\",\"adjustment_id\":\"8\",\"product_id\":\"3247\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102347\",\"product_name\":\"TAPON HEMBRA 3 PSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2968\",\"adjustment_id\":\"8\",\"product_id\":\"3142\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102349\",\"product_name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2969\",\"adjustment_id\":\"8\",\"product_id\":\"2604\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102358\",\"product_name\":\"CAIMAN DE 30\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2970\",\"adjustment_id\":\"8\",\"product_id\":\"2605\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102359\",\"product_name\":\"CAIMAN DE 36\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2971\",\"adjustment_id\":\"8\",\"product_id\":\"3107\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102360\",\"product_name\":\"PLANCHA PARA ALBA?IL DENTADA 5*11\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2972\",\"adjustment_id\":\"8\",\"product_id\":\"2964\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102375\",\"product_name\":\"LIBRA DE PITA COMPLETA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2973\",\"adjustment_id\":\"8\",\"product_id\":\"2914\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102381\",\"product_name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2974\",\"adjustment_id\":\"8\",\"product_id\":\"3299\",\"option_id\":\"0\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10256\",\"product_name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2975\",\"adjustment_id\":\"8\",\"product_id\":\"2616\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10277\",\"product_name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2976\",\"adjustment_id\":\"8\",\"product_id\":\"3108\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10279\",\"product_name\":\"PLANCHA PARA ALBA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2977\",\"adjustment_id\":\"8\",\"product_id\":\"3005\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10295\",\"product_name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2978\",\"adjustment_id\":\"8\",\"product_id\":\"3337\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10298\",\"product_name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2979\",\"adjustment_id\":\"8\",\"product_id\":\"3157\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10299\",\"product_name\":\"REPOSADERA 2 P ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2980\",\"adjustment_id\":\"8\",\"product_id\":\"3063\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"104\",\"product_name\":\"ORANGE LATA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2981\",\"adjustment_id\":\"8\",\"product_id\":\"3062\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"109\",\"product_name\":\"ORANGE JUMBO.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2982\",\"adjustment_id\":\"8\",\"product_id\":\"2486\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10901790550593\",\"product_name\":\"ACETAMINOFEN CAPLIN POINT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2983\",\"adjustment_id\":\"8\",\"product_id\":\"3557\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"110013000017\",\"product_name\":\"LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"2984\",\"adjustment_id\":\"8\",\"product_id\":\"3018\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"110021000016\",\"product_name\":\"MARRO 2  LIBRAS VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2985\",\"adjustment_id\":\"8\",\"product_id\":\"3061\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"111\",\"product_name\":\"ORANGE DESECHABLE.         .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2986\",\"adjustment_id\":\"8\",\"product_id\":\"2514\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"11418040168\",\"product_name\":\"ALKA SELTZER .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2987\",\"adjustment_id\":\"8\",\"product_id\":\"2513\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"11418240780\",\"product_name\":\"ALKA AD  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2988\",\"adjustment_id\":\"8\",\"product_id\":\"2524\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"11418696839\",\"product_name\":\"ASPIRINA FORTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2989\",\"adjustment_id\":\"8\",\"product_id\":\"3102\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"12\",\"product_name\":\"PLAFONERA BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2990\",\"adjustment_id\":\"8\",\"product_id\":\"2955\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"123\",\"product_name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2991\",\"adjustment_id\":\"8\",\"product_id\":\"3276\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"12310\",\"product_name\":\"TEFLON 3\\/4 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2992\",\"adjustment_id\":\"8\",\"product_id\":\"3312\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"13\",\"product_name\":\"TORTRIX TACO..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2993\",\"adjustment_id\":\"8\",\"product_id\":\"3556\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"14725174\",\"product_name\":\"REDUCIDOR 4-2 DRENAJE 125 BLANCO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"2994\",\"adjustment_id\":\"8\",\"product_id\":\"3085\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15\",\"product_name\":\"PEPSI LATA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2995\",\"adjustment_id\":\"8\",\"product_id\":\"2541\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"150\",\"product_name\":\"BOCADELI PEQUE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"2996\",\"adjustment_id\":\"8\",\"product_id\":\"2666\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"150WOG\",\"product_name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2997\",\"adjustment_id\":\"8\",\"product_id\":\"3048\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2998\",\"adjustment_id\":\"8\",\"product_id\":\"3117\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15155\",\"product_name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"2999\",\"adjustment_id\":\"8\",\"product_id\":\"3086\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15199\",\"product_name\":\"PEPSI VIDRIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3000\",\"adjustment_id\":\"8\",\"product_id\":\"2630\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15310\",\"product_name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3001\",\"adjustment_id\":\"8\",\"product_id\":\"2469\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1546 UNIDAD\",\"product_name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3002\",\"adjustment_id\":\"8\",\"product_id\":\"2471\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1553\",\"product_name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3003\",\"adjustment_id\":\"8\",\"product_id\":\"3554\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"16783852\",\"product_name\":\"CEPILLO MATRIX ADULTO UNID.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3004\",\"adjustment_id\":\"8\",\"product_id\":\"2565\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17501206634513\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3005\",\"adjustment_id\":\"8\",\"product_id\":\"2571\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17501206646080\",\"product_name\":\"BROCA P\\/METAL TRUPER 1\\/2 ACERO M2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3006\",\"adjustment_id\":\"8\",\"product_id\":\"2993\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"19025\",\"product_name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3007\",\"adjustment_id\":\"8\",\"product_id\":\"2867\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"207831614012866\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3008\",\"adjustment_id\":\"8\",\"product_id\":\"2868\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"20783164012877\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3009\",\"adjustment_id\":\"8\",\"product_id\":\"2869\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"20783164012884\",\"product_name\":\"FLIPON 1*40 AMPERIOS THQL 1140\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3010\",\"adjustment_id\":\"8\",\"product_id\":\"2870\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"207831664012891\",\"product_name\":\"FLIPON 1*50 AMPERIOS THQL 1150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3011\",\"adjustment_id\":\"8\",\"product_id\":\"2597\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21\",\"product_name\":\"CABLE THHN N0 8 NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3012\",\"adjustment_id\":\"8\",\"product_id\":\"3217\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200212109\",\"product_name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3013\",\"adjustment_id\":\"8\",\"product_id\":\"2852\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200844416\",\"product_name\":\"ESPONJA MULTIUSOS SCOTCH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3014\",\"adjustment_id\":\"8\",\"product_id\":\"3216\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200964749\",\"product_name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3015\",\"adjustment_id\":\"8\",\"product_id\":\"2517\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24000501558\",\"product_name\":\"ALOE VERA DEL MONTE 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3016\",\"adjustment_id\":\"8\",\"product_id\":\"2877\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24474002124\",\"product_name\":\"FRUTA FRESCA  PETIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3017\",\"adjustment_id\":\"8\",\"product_id\":\"2948\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24474381014\",\"product_name\":\"JUGO PETIT LATA 330 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3018\",\"adjustment_id\":\"8\",\"product_id\":\"2956\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28571000687\",\"product_name\":\"LA SIRENA PICA PICA PEQ    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3019\",\"adjustment_id\":\"8\",\"product_id\":\"2818\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28877321608\",\"product_name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3020\",\"adjustment_id\":\"8\",\"product_id\":\"2802\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28877321639\",\"product_name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3021\",\"adjustment_id\":\"8\",\"product_id\":\"2599\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3\",\"product_name\":\"CABLE THHN No.8 ROJO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3022\",\"adjustment_id\":\"8\",\"product_id\":\"3113\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"300V-80\",\"product_name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3023\",\"adjustment_id\":\"8\",\"product_id\":\"2687\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253562306081\",\"product_name\":\"CINTA METRICA STANLEY 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3024\",\"adjustment_id\":\"8\",\"product_id\":\"2983\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868612\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3025\",\"adjustment_id\":\"8\",\"product_id\":\"2984\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868636\",\"product_name\":\"LLAVE COLA\\/CORONA #18 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3026\",\"adjustment_id\":\"8\",\"product_id\":\"2985\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868643\",\"product_name\":\"LLAVE COLA\\/CORONA #19 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3027\",\"adjustment_id\":\"8\",\"product_id\":\"2986\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868650\",\"product_name\":\"LLAVE COLA\\/CORONA #20 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3028\",\"adjustment_id\":\"8\",\"product_id\":\"3199\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"33886000390\",\"product_name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3029\",\"adjustment_id\":\"8\",\"product_id\":\"2661\",\"option_id\":\"0\",\"quantity\":\"106.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"340\",\"product_name\":\"CHICLES.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3030\",\"adjustment_id\":\"8\",\"product_id\":\"2828\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"341\",\"product_name\":\"DULCES HALLS      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3031\",\"adjustment_id\":\"8\",\"product_id\":\"3314\",\"option_id\":\"0\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"342\",\"product_name\":\"TRIDENT 4S             .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3032\",\"adjustment_id\":\"8\",\"product_id\":\"2949\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"345\",\"product_name\":\"JUGOS CALIFORNIA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3033\",\"adjustment_id\":\"8\",\"product_id\":\"2977\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"39101002507\",\"product_name\":\"LIQUIDO DE FRENOS DOT-3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3034\",\"adjustment_id\":\"8\",\"product_id\":\"3026\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3LAYER MASCA\",\"product_name\":\"MASCARILLA 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3035\",\"adjustment_id\":\"8\",\"product_id\":\"2600\",\"option_id\":\"0\",\"quantity\":\"0.5000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4\",\"product_name\":\"CABLE THHN No.8 VERDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3036\",\"adjustment_id\":\"8\",\"product_id\":\"2998\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"400WOG\",\"product_name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3037\",\"adjustment_id\":\"8\",\"product_id\":\"3000\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"411653\",\"product_name\":\"LLAVE DUCHA QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3038\",\"adjustment_id\":\"8\",\"product_id\":\"3196\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"411868\",\"product_name\":\"SIFON PARA LAVAMANOS QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3039\",\"adjustment_id\":\"8\",\"product_id\":\"3316\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"412568\",\"product_name\":\"TUBO DE ABASTO 1\\/2\\\"  X 7\\/8\\\" QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3040\",\"adjustment_id\":\"8\",\"product_id\":\"2830\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333001111\",\"product_name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3041\",\"adjustment_id\":\"8\",\"product_id\":\"2829\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333029955\",\"product_name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3042\",\"adjustment_id\":\"8\",\"product_id\":\"2831\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333428482\",\"product_name\":\"DURACELL REGULAR AAA 1UIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3043\",\"adjustment_id\":\"8\",\"product_id\":\"2980\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"42071002442\",\"product_name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3044\",\"adjustment_id\":\"8\",\"product_id\":\"3486\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"43343906\",\"product_name\":\"LAYS ORIGINAL PROMO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3045\",\"adjustment_id\":\"8\",\"product_id\":\"3033\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45242502646\",\"product_name\":\"METRO 5 M MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3046\",\"adjustment_id\":\"8\",\"product_id\":\"3046\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45242534470\",\"product_name\":\"NABAJA PLEGABLE MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3047\",\"adjustment_id\":\"8\",\"product_id\":\"2735\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4710887411153\",\"product_name\":\"COMPAS DE METAL ECONOMICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3048\",\"adjustment_id\":\"8\",\"product_id\":\"3173\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4711678071365\",\"product_name\":\"SACAPUNTAS PLAST THUMB  Y-PLUS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3049\",\"adjustment_id\":\"8\",\"product_id\":\"2553\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4711678072546\",\"product_name\":\"BORRADOR CANDY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3050\",\"adjustment_id\":\"8\",\"product_id\":\"3178\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"47501206642106\",\"product_name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3051\",\"adjustment_id\":\"8\",\"product_id\":\"2574\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"48-20-9130\",\"product_name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3052\",\"adjustment_id\":\"8\",\"product_id\":\"2908\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4997148010298\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3053\",\"adjustment_id\":\"8\",\"product_id\":\"2909\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4997148010311\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 3\\/4 CAJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3054\",\"adjustment_id\":\"8\",\"product_id\":\"2952\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"5\",\"product_name\":\"KERNS LATA.      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3055\",\"adjustment_id\":\"8\",\"product_id\":\"2995\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"502243003\",\"product_name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3056\",\"adjustment_id\":\"8\",\"product_id\":\"2673\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"51128593042\",\"product_name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3057\",\"adjustment_id\":\"8\",\"product_id\":\"2640\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"51131390300\",\"product_name\":\"CERA CINTETICA PROTECTORA473 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3058\",\"adjustment_id\":\"8\",\"product_id\":\"2982\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"512\",\"product_name\":\"LITRO PEPSI.     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3059\",\"adjustment_id\":\"8\",\"product_id\":\"3212\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"52\",\"product_name\":\"SOPAS INSTANTANEAS .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3060\",\"adjustment_id\":\"8\",\"product_id\":\"2464\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"53\",\"product_name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3061\",\"adjustment_id\":\"8\",\"product_id\":\"3321\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"53010\",\"product_name\":\"UNION CONDUIT 1 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3062\",\"adjustment_id\":\"8\",\"product_id\":\"2543\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"531100279849\",\"product_name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3063\",\"adjustment_id\":\"8\",\"product_id\":\"3229\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5374-20\",\"product_name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3064\",\"adjustment_id\":\"8\",\"product_id\":\"2676\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"54007061328\",\"product_name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3065\",\"adjustment_id\":\"8\",\"product_id\":\"2696\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5500261\",\"product_name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3066\",\"adjustment_id\":\"8\",\"product_id\":\"3060\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"56\",\"product_name\":\"OCTAVO SABORES.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3067\",\"adjustment_id\":\"8\",\"product_id\":\"2674\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5933528762119\",\"product_name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3068\",\"adjustment_id\":\"8\",\"product_id\":\"2598\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6\",\"product_name\":\"CABLE THHN No.10 NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3069\",\"adjustment_id\":\"8\",\"product_id\":\"3059\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60\",\"product_name\":\"NYLON UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3070\",\"adjustment_id\":\"8\",\"product_id\":\"2654\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60MM DERECHA\",\"product_name\":\"CHAPA  DERECHA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3071\",\"adjustment_id\":\"8\",\"product_id\":\"2655\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"60MM IZQUIERDA\",\"product_name\":\"CHAPA IZQUIERDA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3072\",\"adjustment_id\":\"8\",\"product_id\":\"2845\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6130-33\",\"product_name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3073\",\"adjustment_id\":\"8\",\"product_id\":\"3525\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6180855442929\",\"product_name\":\"LIMA PLANA METAL 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3074\",\"adjustment_id\":\"8\",\"product_id\":\"2690\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"638060080009\",\"product_name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3075\",\"adjustment_id\":\"8\",\"product_id\":\"2941\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6424497200905\",\"product_name\":\"JABONERA CROMADA FOREVER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3076\",\"adjustment_id\":\"8\",\"product_id\":\"3084\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"65\",\"product_name\":\"PEPSI DESECHABLE Y SABORES  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3077\",\"adjustment_id\":\"8\",\"product_id\":\"3345\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"675873001579\",\"product_name\":\"VITAFLENACO UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3078\",\"adjustment_id\":\"8\",\"product_id\":\"3528\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582160222\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3079\",\"adjustment_id\":\"8\",\"product_id\":\"3527\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582160741\",\"product_name\":\"DISCO DE DIAMANTE CONTINUO 4 1\\/2 TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3080\",\"adjustment_id\":\"8\",\"product_id\":\"3518\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582161410\",\"product_name\":\"TENAZIN INDUSTRIAL DE 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3081\",\"adjustment_id\":\"8\",\"product_id\":\"3506\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582166064\",\"product_name\":\"DISCO SIERRA CIRCULAR DE DIAMANTE 7 1\\/4  TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3082\",\"adjustment_id\":\"8\",\"product_id\":\"3516\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582167733\",\"product_name\":\"TENAZA DE ARMADOR DE 9\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3083\",\"adjustment_id\":\"8\",\"product_id\":\"3519\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582167740\",\"product_name\":\"TENAZA DE ARMADOR DE 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3084\",\"adjustment_id\":\"8\",\"product_id\":\"3521\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582168150\",\"product_name\":\"TIJERA PARA CORTAR LAMINA 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3085\",\"adjustment_id\":\"8\",\"product_id\":\"3508\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169010\",\"product_name\":\"LALVE MANDRIL 1\\/2 TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3086\",\"adjustment_id\":\"8\",\"product_id\":\"3509\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169171\",\"product_name\":\"VIZE GRIP RECTO 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3087\",\"adjustment_id\":\"8\",\"product_id\":\"3507\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169515\",\"product_name\":\"ADAPTADOR MAGNETICO 3\\/8 TOTAL (UNIDAD)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3088\",\"adjustment_id\":\"8\",\"product_id\":\"3503\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582170146\",\"product_name\":\"REMACHADORA DE MANO 10.5\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3089\",\"adjustment_id\":\"8\",\"product_id\":\"3524\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582171068\",\"product_name\":\"ALICATE PICO DE LORO 10\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3090\",\"adjustment_id\":\"8\",\"product_id\":\"3500\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582172973\",\"product_name\":\"TRIQUET HIDRAULICO 2 TON TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3091\",\"adjustment_id\":\"8\",\"product_id\":\"3501\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582174380\",\"product_name\":\"JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3092\",\"adjustment_id\":\"8\",\"product_id\":\"3504\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582176599\",\"product_name\":\"CINTA METRICA 8 MT PRO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3093\",\"adjustment_id\":\"8\",\"product_id\":\"3502\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582178104\",\"product_name\":\"BARRA DE U\\u00d1A 24\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3094\",\"adjustment_id\":\"8\",\"product_id\":\"3505\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582179040\",\"product_name\":\"CINTA METRICA 5 MT X 25MM PRO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3095\",\"adjustment_id\":\"8\",\"product_id\":\"3515\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180398\",\"product_name\":\"JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3096\",\"adjustment_id\":\"8\",\"product_id\":\"3513\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180923\",\"product_name\":\"CORTAPERNOS 24\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3097\",\"adjustment_id\":\"8\",\"product_id\":\"3512\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180978\",\"product_name\":\"CORTAPERNOS 18\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3098\",\"adjustment_id\":\"8\",\"product_id\":\"3514\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181692\",\"product_name\":\"CORTAPERNOS 30\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3099\",\"adjustment_id\":\"8\",\"product_id\":\"3517\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181746\",\"product_name\":\"SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3100\",\"adjustment_id\":\"8\",\"product_id\":\"3522\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181791\",\"product_name\":\"CUCHARA PARA ALBA\\u00d1IL 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3101\",\"adjustment_id\":\"8\",\"product_id\":\"3498\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181975\",\"product_name\":\"SERRUCHO 20\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3102\",\"adjustment_id\":\"8\",\"product_id\":\"3499\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181982\",\"product_name\":\"SERRUCHO 22\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3103\",\"adjustment_id\":\"8\",\"product_id\":\"3523\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582183283\",\"product_name\":\"SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3104\",\"adjustment_id\":\"8\",\"product_id\":\"3530\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582185638\",\"product_name\":\"PORTAELECTRODO 500A TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3105\",\"adjustment_id\":\"8\",\"product_id\":\"3497\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582186604\",\"product_name\":\"JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3106\",\"adjustment_id\":\"8\",\"product_id\":\"3531\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582186659\",\"product_name\":\"PORTAELECTRODO 800A TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3107\",\"adjustment_id\":\"8\",\"product_id\":\"3520\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582187069\",\"product_name\":\"SIERRA PLEGABLE 7\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3108\",\"adjustment_id\":\"8\",\"product_id\":\"3510\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582188253\",\"product_name\":\"VIZE GRIP CURVO 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3109\",\"adjustment_id\":\"8\",\"product_id\":\"3511\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582188592\",\"product_name\":\"ALICATE VIZE GRIP CURVO 7\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3110\",\"adjustment_id\":\"8\",\"product_id\":\"3532\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582189582\",\"product_name\":\"BOMBA PERIFERICA 0.5 HP TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3111\",\"adjustment_id\":\"8\",\"product_id\":\"3526\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582191202\",\"product_name\":\"ALICATE PRESION P\\/SOLDAR 10\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3112\",\"adjustment_id\":\"8\",\"product_id\":\"3529\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582194043\",\"product_name\":\"PLANCHA C\\/ESPONJA ASPERA MANGO PLASTICO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3113\",\"adjustment_id\":\"8\",\"product_id\":\"2865\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933236904764\",\"product_name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3114\",\"adjustment_id\":\"8\",\"product_id\":\"3278\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528710806\",\"product_name\":\"TENACION INDUSTRIAL DE 8\\\" 10039\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3115\",\"adjustment_id\":\"8\",\"product_id\":\"3534\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528714125\",\"product_name\":\"JUEGO DE LLAVES COLA Y CORONA 8 PZS  5\\/16 - 3\\/4 TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3116\",\"adjustment_id\":\"8\",\"product_id\":\"2994\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528715610\",\"product_name\":\"LLAVE DE CRUZ DE 14\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3117\",\"adjustment_id\":\"8\",\"product_id\":\"2945\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528716297\",\"product_name\":\"JUEGO LLAVES COLA\\/ CORONA FLEX 15259\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3118\",\"adjustment_id\":\"8\",\"product_id\":\"3533\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717140\",\"product_name\":\"JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3119\",\"adjustment_id\":\"8\",\"product_id\":\"2944\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717195\",\"product_name\":\"JUEGO DE RATCHET1\\/4 14 PZS   15150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3120\",\"adjustment_id\":\"8\",\"product_id\":\"2947\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717201\",\"product_name\":\"JUEGO RATCHT3\\/8 12 PZS 15151\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3121\",\"adjustment_id\":\"8\",\"product_id\":\"2946\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717218\",\"product_name\":\"JUEGO RATCHET 1\\/2 12 PZS 15152\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3122\",\"adjustment_id\":\"8\",\"product_id\":\"3041\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717225\",\"product_name\":\"MINI CANGREJO 6.5\\\" 15280\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3123\",\"adjustment_id\":\"8\",\"product_id\":\"2792\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528720461\",\"product_name\":\"DESARAMDOR CON PUNTAS Y COPAS INTER20041\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3124\",\"adjustment_id\":\"8\",\"product_id\":\"2456\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725053\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3125\",\"adjustment_id\":\"8\",\"product_id\":\"2915\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"693352872557\",\"product_name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3126\",\"adjustment_id\":\"8\",\"product_id\":\"2516\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725848\",\"product_name\":\"ALMADANA TOLSEN 6 LBS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3127\",\"adjustment_id\":\"8\",\"product_id\":\"2512\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730200\",\"product_name\":\"ALICATE MULTIUSOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3128\",\"adjustment_id\":\"8\",\"product_id\":\"3285\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730378\",\"product_name\":\"TIJERA PARA LAMINA DE 10\\\" 30036\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3129\",\"adjustment_id\":\"8\",\"product_id\":\"3286\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730385\",\"product_name\":\"TIJERA PARA LAMINA DE 12\\\" 30037\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3130\",\"adjustment_id\":\"8\",\"product_id\":\"2836\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735335\",\"product_name\":\"ESCUADRA PARA CARPINTERO 10\\\" 35080\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3131\",\"adjustment_id\":\"8\",\"product_id\":\"3054\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735472\",\"product_name\":\"NIVEL INDUTRIAL MAGNETICO 16\\\\\\\" 35111 TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3132\",\"adjustment_id\":\"8\",\"product_id\":\"3535\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735489\",\"product_name\":\"NIVEL INDUSTRIAL MAGNETICO 24\\\\\\\" 35112 TOLSEN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3133\",\"adjustment_id\":\"8\",\"product_id\":\"3053\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735496\",\"product_name\":\"NIVEL INDUSTRILA MAGNETICO 32\\\\\\\" 35113 TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3134\",\"adjustment_id\":\"8\",\"product_id\":\"3324\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735663\",\"product_name\":\"VAINER DE 6\\\" 35049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3135\",\"adjustment_id\":\"8\",\"product_id\":\"3536\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528741015\",\"product_name\":\"CUCHARA MANGO DE MADERA 7\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3136\",\"adjustment_id\":\"8\",\"product_id\":\"3537\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528741022\",\"product_name\":\"CUCHARA MANGO DE MADERA 8\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3137\",\"adjustment_id\":\"8\",\"product_id\":\"3153\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528743002\",\"product_name\":\"REMACHADORA PROFECIONAL DE 10\\\" 43001\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3138\",\"adjustment_id\":\"8\",\"product_id\":\"3154\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528743033\",\"product_name\":\"REMACHE POP 50 PZS 2*4*6MM 43005\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3139\",\"adjustment_id\":\"8\",\"product_id\":\"3538\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528745020\",\"product_name\":\"GUANTES DE NITRILO TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3140\",\"adjustment_id\":\"8\",\"product_id\":\"3539\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528745112\",\"product_name\":\"LENTES DE SEGURIDAD AJUSTABLES TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3141\",\"adjustment_id\":\"8\",\"product_id\":\"2680\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528750215\",\"product_name\":\"CINTA DUCTO DE 25M 50291\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3142\",\"adjustment_id\":\"8\",\"product_id\":\"3540\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528751151\",\"product_name\":\"MENSULA BLANCA DE 10 X12\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3143\",\"adjustment_id\":\"8\",\"product_id\":\"3541\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528758099\",\"product_name\":\"PALA CUADRADA MANGO LARGO TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3144\",\"adjustment_id\":\"8\",\"product_id\":\"3313\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528765233\",\"product_name\":\"TRICKET DE BOTELLA INDUSTRI 4T 85404\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3145\",\"adjustment_id\":\"8\",\"product_id\":\"3543\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778424\",\"product_name\":\"BROCA DE PALETA DE 1\\/2\\\\\\\" TOLSEN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3146\",\"adjustment_id\":\"8\",\"product_id\":\"3544\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778684\",\"product_name\":\"DISCO DE SIERRA 7 1\\/4\\\\\\\" X 24T\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3147\",\"adjustment_id\":\"8\",\"product_id\":\"3545\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778697\",\"product_name\":\"DISCO DE SIERRA 7 1\\/4\\\\\\\" X 40T\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3148\",\"adjustment_id\":\"8\",\"product_id\":\"2618\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528780014\",\"product_name\":\"CAJAP\\/ HERRAMIENTA INDUSTRIAL MET 80211\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3149\",\"adjustment_id\":\"8\",\"product_id\":\"2816\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528786191\",\"product_name\":\"DISCO OXIDO GRANO 60 77212\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3150\",\"adjustment_id\":\"8\",\"product_id\":\"3542\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528787587\",\"product_name\":\"BROCA DE COBALTO DE 1\\/2\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3151\",\"adjustment_id\":\"8\",\"product_id\":\"2525\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528788966\",\"product_name\":\"ATORNILLADOR INALAMBRICO 1\\/4 DC12V 79212\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3152\",\"adjustment_id\":\"8\",\"product_id\":\"3170\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528788973\",\"product_name\":\"ROTOMARTILLO INALAMBRICO 3\\/8 792152\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3153\",\"adjustment_id\":\"8\",\"product_id\":\"2847\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528789000\",\"product_name\":\"ESMERILADORA INDUSTRIAL DE 9\\\" 79725\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3154\",\"adjustment_id\":\"8\",\"product_id\":\"3189\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528789017\",\"product_name\":\"SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3155\",\"adjustment_id\":\"8\",\"product_id\":\"2972\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6934528786399\",\"product_name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3156\",\"adjustment_id\":\"8\",\"product_id\":\"3088\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6941428001801\",\"product_name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3157\",\"adjustment_id\":\"8\",\"product_id\":\"2668\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105082\",\"product_name\":\"CHORRO DE BRONCE 1\\/2 SUVAL SERIE PESADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3158\",\"adjustment_id\":\"8\",\"product_id\":\"2664\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105099\",\"product_name\":\"CHORRO 1\\/2 BRONCE  SUVAL  SERIA LIVIANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3159\",\"adjustment_id\":\"8\",\"product_id\":\"3150\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105266\",\"product_name\":\"REGADERA ALDOSA REDONDA C\\/BRAZO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3160\",\"adjustment_id\":\"8\",\"product_id\":\"2510\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105570\",\"product_name\":\"ALICATE 8 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3161\",\"adjustment_id\":\"8\",\"product_id\":\"2686\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105624\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/HULE 3MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3162\",\"adjustment_id\":\"8\",\"product_id\":\"2685\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105631\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/ HULE 5MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3163\",\"adjustment_id\":\"8\",\"product_id\":\"3038\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105648\",\"product_name\":\"METRO CONTRA IMPACTO 7.5 MTS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3164\",\"adjustment_id\":\"8\",\"product_id\":\"2743\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105693\",\"product_name\":\"CONTRALLAVE 3\\/8 X 1\\/2 ALDOSA  P\\/PISO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3165\",\"adjustment_id\":\"8\",\"product_id\":\"2742\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105709\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PISO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3166\",\"adjustment_id\":\"8\",\"product_id\":\"2741\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105716\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PARED\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3167\",\"adjustment_id\":\"8\",\"product_id\":\"2774\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105761\",\"product_name\":\"CUCHARA # 6 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3168\",\"adjustment_id\":\"8\",\"product_id\":\"2775\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105778\",\"product_name\":\"CUCHARA # 7 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3169\",\"adjustment_id\":\"8\",\"product_id\":\"2776\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105785\",\"product_name\":\"CUCHARA # 8 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3170\",\"adjustment_id\":\"8\",\"product_id\":\"2999\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105945\",\"product_name\":\"LLAVE DE PILA 1\\/2 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3171\",\"adjustment_id\":\"8\",\"product_id\":\"2669\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105952\",\"product_name\":\"CHORRO DORADO ALDOSA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3172\",\"adjustment_id\":\"8\",\"product_id\":\"3152\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106188\",\"product_name\":\"REGULADOR PARA GAS  1 CLIP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3173\",\"adjustment_id\":\"8\",\"product_id\":\"3488\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106256\",\"product_name\":\"CINTA METRICA 30 MTS. ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3174\",\"adjustment_id\":\"8\",\"product_id\":\"2684\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106263\",\"product_name\":\"CINTA METRICA 50 MTS ALDOSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3175\",\"adjustment_id\":\"8\",\"product_id\":\"2769\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106270\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS DE 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3176\",\"adjustment_id\":\"8\",\"product_id\":\"2767\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106287\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS  DE 3\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3177\",\"adjustment_id\":\"8\",\"product_id\":\"2768\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106294\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3178\",\"adjustment_id\":\"8\",\"product_id\":\"3069\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106485\",\"product_name\":\"PALA S\\/CABO REDONDA ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3179\",\"adjustment_id\":\"8\",\"product_id\":\"3068\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106492\",\"product_name\":\"PALA S\\/CABO CUADRADA ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3180\",\"adjustment_id\":\"8\",\"product_id\":\"2770\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107024\",\"product_name\":\"CRUCETAS P\\/AZULEJO DE 6MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3181\",\"adjustment_id\":\"8\",\"product_id\":\"3009\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107277\",\"product_name\":\"MANERAL PARA RODILLO ALDOSA 5 ALAMBRES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3182\",\"adjustment_id\":\"8\",\"product_id\":\"2762\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713107963\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.70 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3183\",\"adjustment_id\":\"8\",\"product_id\":\"2765\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107970\",\"product_name\":\"CORDEL ALDOSA 100 TMS 0.80 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3184\",\"adjustment_id\":\"8\",\"product_id\":\"2763\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107987\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.90 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3185\",\"adjustment_id\":\"8\",\"product_id\":\"2764\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107994\",\"product_name\":\"CORDEL ALDOSA 100 MTS 1.00 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3186\",\"adjustment_id\":\"8\",\"product_id\":\"3487\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713108090\",\"product_name\":\"BROCA DE PALETA 1\\/2 ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3187\",\"adjustment_id\":\"8\",\"product_id\":\"2573\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713108113\",\"product_name\":\"BROCA PALETA ALDOSA 3\\/8 P\\/MADERA Y LAMIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3188\",\"adjustment_id\":\"8\",\"product_id\":\"2521\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"69427131106942\",\"product_name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3189\",\"adjustment_id\":\"8\",\"product_id\":\"2957\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6946723402988\",\"product_name\":\"LAMPARA TIGER WORLD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3190\",\"adjustment_id\":\"8\",\"product_id\":\"3004\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6972753160765\",\"product_name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3191\",\"adjustment_id\":\"8\",\"product_id\":\"2902\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7\",\"product_name\":\"GATORADE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3192\",\"adjustment_id\":\"8\",\"product_id\":\"3124\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70330000328\",\"product_name\":\"RASURADORA BIC 1 HOJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3193\",\"adjustment_id\":\"8\",\"product_id\":\"3044\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70847033967\",\"product_name\":\"MONSTER ENERGY MANGO LOCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3194\",\"adjustment_id\":\"8\",\"product_id\":\"2660\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282100256\",\"product_name\":\"CHICHARRON CRIOLLO PEQ  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3195\",\"adjustment_id\":\"8\",\"product_id\":\"3064\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282202394\",\"product_name\":\"PAKE TAXO MIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3196\",\"adjustment_id\":\"8\",\"product_id\":\"2864\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282202745\",\"product_name\":\"FIESTA SNAX PEQUE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3197\",\"adjustment_id\":\"8\",\"product_id\":\"3310\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300083\",\"product_name\":\"TORTRIX FAMILIAR  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3198\",\"adjustment_id\":\"8\",\"product_id\":\"2823\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300397\",\"product_name\":\"DORITOS FAMILIAR   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3199\",\"adjustment_id\":\"8\",\"product_id\":\"2959\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300526\",\"product_name\":\"LAYS FAMILIAR.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3200\",\"adjustment_id\":\"8\",\"product_id\":\"2863\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300793\",\"product_name\":\"FIESTA SNAX FAMILIAR.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3201\",\"adjustment_id\":\"8\",\"product_id\":\"2659\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282301295\",\"product_name\":\"CHETOS 190G  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3202\",\"adjustment_id\":\"8\",\"product_id\":\"3484\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282302926\",\"product_name\":\"PIKARONES FAMILIAR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3203\",\"adjustment_id\":\"8\",\"product_id\":\"3016\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282403920\",\"product_name\":\"MANIAX FRITO LAY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3204\",\"adjustment_id\":\"8\",\"product_id\":\"3485\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282407218\",\"product_name\":\"SABRITAS BOLSAZA 80 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3205\",\"adjustment_id\":\"8\",\"product_id\":\"2662\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"73877702002\",\"product_name\":\"CHILE JALAPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3206\",\"adjustment_id\":\"8\",\"product_id\":\"2663\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"738777170038\",\"product_name\":\"CHILE PICAMAS 100G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3207\",\"adjustment_id\":\"8\",\"product_id\":\"2643\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74000715\",\"product_name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3208\",\"adjustment_id\":\"8\",\"product_id\":\"2652\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74000722\",\"product_name\":\"CERVEZA MONTE CARLO PREMIUN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3209\",\"adjustment_id\":\"8\",\"product_id\":\"2644\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000701288\",\"product_name\":\"CERVEZA DORADA ICE LATA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3210\",\"adjustment_id\":\"8\",\"product_id\":\"2648\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702056\",\"product_name\":\"CERVEZA GALLO VIDRIO.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3211\",\"adjustment_id\":\"8\",\"product_id\":\"2647\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000702414\",\"product_name\":\"CERVEZA GALLO LATA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3212\",\"adjustment_id\":\"8\",\"product_id\":\"2645\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702612\",\"product_name\":\"CERVEZA GALLO 16 ONZ.\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3213\",\"adjustment_id\":\"8\",\"product_id\":\"2822\",\"option_id\":\"0\",\"quantity\":\"25.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000702902\",\"product_name\":\"DORADA ICE LATA 16 OZ.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3214\",\"adjustment_id\":\"8\",\"product_id\":\"2646\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000703299\",\"product_name\":\"CERVEZA GALLO 24 ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3215\",\"adjustment_id\":\"8\",\"product_id\":\"3231\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705019\",\"product_name\":\"TAMPICO VASO.    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3216\",\"adjustment_id\":\"8\",\"product_id\":\"3230\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705026\",\"product_name\":\"TAMPICO 1\\/2 LITRO     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3217\",\"adjustment_id\":\"8\",\"product_id\":\"2873\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705217\",\"product_name\":\"FRIJOL DEL MONTE 5.5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3218\",\"adjustment_id\":\"8\",\"product_id\":\"2791\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707303\",\"product_name\":\"DE LA GRANJA VASO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3219\",\"adjustment_id\":\"8\",\"product_id\":\"2790\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707310\",\"product_name\":\"DE LA GRANJA 1\\/2 LITRO.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3220\",\"adjustment_id\":\"8\",\"product_id\":\"2789\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707327\",\"product_name\":\"DE LA GRANJA 1 LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3221\",\"adjustment_id\":\"8\",\"product_id\":\"3120\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707723\",\"product_name\":\"RAPTOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3222\",\"adjustment_id\":\"8\",\"product_id\":\"2772\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000709253\",\"product_name\":\"CUBA LIBRE KARMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3223\",\"adjustment_id\":\"8\",\"product_id\":\"2508\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306504\",\"product_name\":\"AGUA SALVAVIDAS GALON. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3224\",\"adjustment_id\":\"8\",\"product_id\":\"2505\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306542\",\"product_name\":\"AGUA SALVAVIDA LITRO .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3225\",\"adjustment_id\":\"8\",\"product_id\":\"2507\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306559\",\"product_name\":\"AGUA SALVAVIDAS 2 LITROS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3226\",\"adjustment_id\":\"8\",\"product_id\":\"2506\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306702\",\"product_name\":\"AGUA SALVAVIDA PACHON .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3227\",\"adjustment_id\":\"8\",\"product_id\":\"2504\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306719\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3228\",\"adjustment_id\":\"8\",\"product_id\":\"3341\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001758\",\"product_name\":\"VENADO ESPECIAL 1\\/2 BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3229\",\"adjustment_id\":\"8\",\"product_id\":\"3342\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001765\",\"product_name\":\"VENADO ESPECIAL BOTELLA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3230\",\"adjustment_id\":\"8\",\"product_id\":\"3166\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001857\",\"product_name\":\"RON BOTRAN XL MEDIA BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3231\",\"adjustment_id\":\"8\",\"product_id\":\"3165\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001864\",\"product_name\":\"RON BOTRAN XL BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3232\",\"adjustment_id\":\"8\",\"product_id\":\"3344\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005003400\",\"product_name\":\"VENADO LIGHT MEDIA BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3233\",\"adjustment_id\":\"8\",\"product_id\":\"3343\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005003417\",\"product_name\":\"VENADO LIGHT BOTELLA.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3234\",\"adjustment_id\":\"8\",\"product_id\":\"3167\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005008597\",\"product_name\":\"RON ZACAPA CENTENARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3235\",\"adjustment_id\":\"8\",\"product_id\":\"3119\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005009129\",\"product_name\":\"QUETZALTECA LITRO.\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3236\",\"adjustment_id\":\"8\",\"product_id\":\"3168\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005013416\",\"product_name\":\"RON ZACAPA CENTENARIO 350ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3237\",\"adjustment_id\":\"8\",\"product_id\":\"2773\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005013614\",\"product_name\":\"CUBATA GUARANA 350 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3238\",\"adjustment_id\":\"8\",\"product_id\":\"3083\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005903014\",\"product_name\":\"PEPSI 2 LITROS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3239\",\"adjustment_id\":\"8\",\"product_id\":\"3256\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005910180\",\"product_name\":\"TE FRIO LIPTON 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3240\",\"adjustment_id\":\"8\",\"product_id\":\"2950\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005915017\",\"product_name\":\"JUMBO PEPSI.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3241\",\"adjustment_id\":\"8\",\"product_id\":\"2499\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005983696\",\"product_name\":\"ADRENALINA PEQ.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3242\",\"adjustment_id\":\"8\",\"product_id\":\"2500\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988561\",\"product_name\":\"ADRENALINE 16OZ  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3243\",\"adjustment_id\":\"8\",\"product_id\":\"2502\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988592\",\"product_name\":\"AGUA AQUA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3244\",\"adjustment_id\":\"8\",\"product_id\":\"2534\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988981\",\"product_name\":\"BEBIDA AMP     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3245\",\"adjustment_id\":\"8\",\"product_id\":\"2710\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401006400482\",\"product_name\":\"COCA 20 ONZAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3246\",\"adjustment_id\":\"8\",\"product_id\":\"2712\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401006400901\",\"product_name\":\"COCA DESECHABLE 2.5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3247\",\"adjustment_id\":\"8\",\"product_id\":\"3209\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007321021\",\"product_name\":\"SISTA TAPAGOTERAS 1\\/16 GALON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3248\",\"adjustment_id\":\"8\",\"product_id\":\"2691\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007321540\",\"product_name\":\"CINTA TAPAGOTERA PIE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3249\",\"adjustment_id\":\"8\",\"product_id\":\"2924\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800014\",\"product_name\":\"HELADO GIGA     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3250\",\"adjustment_id\":\"8\",\"product_id\":\"2930\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800038\",\"product_name\":\"HELADO SANGUICHITO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3251\",\"adjustment_id\":\"8\",\"product_id\":\"2936\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800045\",\"product_name\":\"HELADO VASITOS.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3252\",\"adjustment_id\":\"8\",\"product_id\":\"2921\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800069\",\"product_name\":\"HELADO CONOS.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3253\",\"adjustment_id\":\"8\",\"product_id\":\"2918\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800083\",\"product_name\":\"HELADO BARRITAS..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3254\",\"adjustment_id\":\"8\",\"product_id\":\"2935\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800113\",\"product_name\":\"HELADO TOPOLINO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3255\",\"adjustment_id\":\"8\",\"product_id\":\"2923\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800168\",\"product_name\":\"HELADO CREMOSA NARANJA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3256\",\"adjustment_id\":\"8\",\"product_id\":\"2920\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800175\",\"product_name\":\"HELADO CINTA NEGRA.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3257\",\"adjustment_id\":\"8\",\"product_id\":\"2927\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800274\",\"product_name\":\"HELADO PALITOS  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3258\",\"adjustment_id\":\"8\",\"product_id\":\"2922\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800359\",\"product_name\":\"HELADO COPAS SABORES..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3259\",\"adjustment_id\":\"8\",\"product_id\":\"2933\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800625\",\"product_name\":\"HELADO SORBY .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3260\",\"adjustment_id\":\"8\",\"product_id\":\"2931\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090801621\",\"product_name\":\"HELADO SARITA 1\\/2 LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3261\",\"adjustment_id\":\"8\",\"product_id\":\"2925\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090801622\",\"product_name\":\"HELADO LITRO SARITA POLIPAPEL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3262\",\"adjustment_id\":\"8\",\"product_id\":\"2919\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802001\",\"product_name\":\"HELADO CINTA CRISPY..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3263\",\"adjustment_id\":\"8\",\"product_id\":\"2929\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802131\",\"product_name\":\"HELADO SANDWICH CHOCOLATE VAINILLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3264\",\"adjustment_id\":\"8\",\"product_id\":\"3479\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802476\",\"product_name\":\"PALETA DE HELADO DE YOGURT  80 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3265\",\"adjustment_id\":\"8\",\"product_id\":\"2934\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802537\",\"product_name\":\"HELADO TIPO CASERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3266\",\"adjustment_id\":\"8\",\"product_id\":\"2928\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090803534\",\"product_name\":\"HELADO PELOTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3267\",\"adjustment_id\":\"8\",\"product_id\":\"2926\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090803718\",\"product_name\":\"HELADO PALETA INDI MANZANA VERDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3268\",\"adjustment_id\":\"8\",\"product_id\":\"2932\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090805538\",\"product_name\":\"HELADO SARITA CLUB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3269\",\"adjustment_id\":\"8\",\"product_id\":\"2544\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401092019001\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3270\",\"adjustment_id\":\"8\",\"product_id\":\"2545\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401092027396\",\"product_name\":\"BOMBILLA LED CLASICA 12W LUXLITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3271\",\"adjustment_id\":\"8\",\"product_id\":\"3075\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401107800310\",\"product_name\":\"PAPEL STAFF JUNIOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3272\",\"adjustment_id\":\"8\",\"product_id\":\"2709\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401147800066\",\"product_name\":\"CLORO CLORAL 40ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3273\",\"adjustment_id\":\"8\",\"product_id\":\"2606\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401175602199\",\"product_name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3274\",\"adjustment_id\":\"8\",\"product_id\":\"3323\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401175608856\",\"product_name\":\"UNION PARA MANGUERA TW DORADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3275\",\"adjustment_id\":\"8\",\"product_id\":\"2737\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404001753652\",\"product_name\":\"CONDONES VIVE DE 3 UNIDADES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3276\",\"adjustment_id\":\"8\",\"product_id\":\"2785\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460038\",\"product_name\":\"DE LA FINCA MARA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3277\",\"adjustment_id\":\"8\",\"product_id\":\"2788\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460045\",\"product_name\":\"DE LA FINCA SEMILLA MIXTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3278\",\"adjustment_id\":\"8\",\"product_id\":\"2782\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460069\",\"product_name\":\"DE LA FINCA HABA CON SAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3279\",\"adjustment_id\":\"8\",\"product_id\":\"2787\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460076\",\"product_name\":\"DE LA FINCA PLATANINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3280\",\"adjustment_id\":\"8\",\"product_id\":\"2780\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460083\",\"product_name\":\"DE LA FINCA CHAMPURRADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3281\",\"adjustment_id\":\"8\",\"product_id\":\"2781\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460090\",\"product_name\":\"DE LA FINCA CHORROS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3282\",\"adjustment_id\":\"8\",\"product_id\":\"2786\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404004460144\",\"product_name\":\"DE LA FINCA NATURAL MIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3283\",\"adjustment_id\":\"8\",\"product_id\":\"3011\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404005010072\",\"product_name\":\"MANGUERA BELLO JARDIN 25 PS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3284\",\"adjustment_id\":\"8\",\"product_id\":\"2783\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740404460014\",\"product_name\":\"DE LA FINCA MANI GARRAPI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3285\",\"adjustment_id\":\"8\",\"product_id\":\"2784\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740404460021\",\"product_name\":\"DE LA FINCA MANI SALADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3286\",\"adjustment_id\":\"8\",\"product_id\":\"3481\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406007082316\",\"product_name\":\"FLAUTINES SE\\u00d1ORIAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3287\",\"adjustment_id\":\"8\",\"product_id\":\"3482\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406007091721\",\"product_name\":\"RUFITAS SE\\u00d1ORIAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3288\",\"adjustment_id\":\"8\",\"product_id\":\"3202\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034913\",\"product_name\":\"SILICON LIQUIDO 30 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3289\",\"adjustment_id\":\"8\",\"product_id\":\"3203\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034920\",\"product_name\":\"SILICON LIQUIDO 60 ML FAST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3290\",\"adjustment_id\":\"8\",\"product_id\":\"3201\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034937\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3291\",\"adjustment_id\":\"8\",\"product_id\":\"3198\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406141000344\",\"product_name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3292\",\"adjustment_id\":\"8\",\"product_id\":\"3123\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189003741\",\"product_name\":\"RAPTOR LATA     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3293\",\"adjustment_id\":\"8\",\"product_id\":\"2874\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189004564\",\"product_name\":\"FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3294\",\"adjustment_id\":\"8\",\"product_id\":\"3121\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189005998\",\"product_name\":\"RAPTOR 300ML\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3295\",\"adjustment_id\":\"8\",\"product_id\":\"2872\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189006193\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3296\",\"adjustment_id\":\"8\",\"product_id\":\"3122\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189007732\",\"product_name\":\"RAPTOR DE 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3297\",\"adjustment_id\":\"8\",\"product_id\":\"3164\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406189008128\",\"product_name\":\"REVIVE FRUTIPONCH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3298\",\"adjustment_id\":\"8\",\"product_id\":\"3255\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406189009859\",\"product_name\":\"TE BLANCO + JUGO MELOCOTON DEL FRUTAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3299\",\"adjustment_id\":\"8\",\"product_id\":\"2552\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406234001838\",\"product_name\":\"BON BON COLOMBINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3300\",\"adjustment_id\":\"8\",\"product_id\":\"2881\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406234005720\",\"product_name\":\"GALLETA BRIDGE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3301\",\"adjustment_id\":\"8\",\"product_id\":\"2551\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000098\",\"product_name\":\"BOMBILLA NEW LED W5 9710032\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3302\",\"adjustment_id\":\"8\",\"product_id\":\"2547\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000234\",\"product_name\":\"BOMBILLA NEW LED 30W 9710022\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3303\",\"adjustment_id\":\"8\",\"product_id\":\"2550\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000364\",\"product_name\":\"BOMBILLA NEW LED 9W 9710049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3304\",\"adjustment_id\":\"8\",\"product_id\":\"2546\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000418\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3305\",\"adjustment_id\":\"8\",\"product_id\":\"2548\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000456\",\"product_name\":\"BOMBILLA NEW LED 6W 9710049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3306\",\"adjustment_id\":\"8\",\"product_id\":\"2549\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000548\",\"product_name\":\"BOMBILLA NEW LED 8W 9710054\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3307\",\"adjustment_id\":\"8\",\"product_id\":\"3333\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406414055644\",\"product_name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3308\",\"adjustment_id\":\"8\",\"product_id\":\"3336\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406414055910\",\"product_name\":\"VALVULA DE COMPUERTA DE LATON 1\\/2\\\" USA-K\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3309\",\"adjustment_id\":\"8\",\"product_id\":\"2487\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7410002800028\",\"product_name\":\"ACETAMINOFEN MK (UNIDAD)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3310\",\"adjustment_id\":\"8\",\"product_id\":\"2801\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74110003822820\",\"product_name\":\"DETERGENTE XEDEX 1KG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3311\",\"adjustment_id\":\"8\",\"product_id\":\"2711\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7411001800231\",\"product_name\":\"COCA COLA LATA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3312\",\"adjustment_id\":\"8\",\"product_id\":\"3073\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7416502201365\",\"product_name\":\"PAPEL ROSAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3313\",\"adjustment_id\":\"8\",\"product_id\":\"3092\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7417000539714\",\"product_name\":\"PIOCHA IMACASA CON MANGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3314\",\"adjustment_id\":\"8\",\"product_id\":\"2677\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002704856\",\"product_name\":\"CINTA AISLAR TENFLEX GRANDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3315\",\"adjustment_id\":\"8\",\"product_id\":\"3177\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002706522\",\"product_name\":\"SCOTCH BRITE FIBRA VERDE ECONOMICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3316\",\"adjustment_id\":\"8\",\"product_id\":\"2854\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002707222\",\"product_name\":\"ESPONJA SCOTCH BRITE MARRON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3317\",\"adjustment_id\":\"8\",\"product_id\":\"3176\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002707529\",\"product_name\":\"SCOTCH BRITE ESPONJA DOBLE USO  2080\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3318\",\"adjustment_id\":\"8\",\"product_id\":\"2689\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002709561\",\"product_name\":\"CINTA REFLECTIVA ROLLO 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3319\",\"adjustment_id\":\"8\",\"product_id\":\"2713\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441003500501\",\"product_name\":\"COCA VIDRIO LITRO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3320\",\"adjustment_id\":\"8\",\"product_id\":\"3114\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441003581487\",\"product_name\":\"POWER HIDRATANTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3321\",\"adjustment_id\":\"8\",\"product_id\":\"3182\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441005702200\",\"product_name\":\"SEMILLAS PRO MIXTAS 80G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3322\",\"adjustment_id\":\"8\",\"product_id\":\"3015\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441005711783\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3323\",\"adjustment_id\":\"8\",\"product_id\":\"3074\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441008126751\",\"product_name\":\"PAPEL SCOTT PLUS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3324\",\"adjustment_id\":\"8\",\"product_id\":\"3207\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441012297379\",\"product_name\":\"SILICON NAIS ROCEADOR AZUL 236 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3325\",\"adjustment_id\":\"8\",\"product_id\":\"3174\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74410187\",\"product_name\":\"SAL ANDREWS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3326\",\"adjustment_id\":\"8\",\"product_id\":\"2617\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441018800368\",\"product_name\":\"CAJA RECTANGULAR PLASTICA DURMAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3327\",\"adjustment_id\":\"8\",\"product_id\":\"2612\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441018806735\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3328\",\"adjustment_id\":\"8\",\"product_id\":\"2611\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441102801134\",\"product_name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3329\",\"adjustment_id\":\"8\",\"product_id\":\"2614\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"744110281141\",\"product_name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3330\",\"adjustment_id\":\"8\",\"product_id\":\"3211\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441109000677\",\"product_name\":\"SOCKET DE INTERPERIE EAGLE NO. 1045\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3331\",\"adjustment_id\":\"8\",\"product_id\":\"3101\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441109000820\",\"product_name\":\"PLAFONERA AEGLE 1175 W BLANCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3332\",\"adjustment_id\":\"8\",\"product_id\":\"2850\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441109003784\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3333\",\"adjustment_id\":\"8\",\"product_id\":\"2883\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441163411570\",\"product_name\":\"GALLETA CHIKY CHIPS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3334\",\"adjustment_id\":\"8\",\"product_id\":\"3148\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441318805097\",\"product_name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3335\",\"adjustment_id\":\"8\",\"product_id\":\"3210\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7450007492101\",\"product_name\":\"SOBRE DE BRILLANTINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3336\",\"adjustment_id\":\"8\",\"product_id\":\"3185\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752155601\",\"product_name\":\"SERRUCHO STANLEY PROFESIONAL 22\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3337\",\"adjustment_id\":\"8\",\"product_id\":\"2519\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752202060\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3338\",\"adjustment_id\":\"8\",\"product_id\":\"2631\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752874328\",\"product_name\":\"CANGREJO STANLEY 8\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3339\",\"adjustment_id\":\"8\",\"product_id\":\"3546\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757000224\",\"product_name\":\"DIANA FAMILIAR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3340\",\"adjustment_id\":\"8\",\"product_id\":\"3047\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757000330\",\"product_name\":\"NACHO Y JALAPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3341\",\"adjustment_id\":\"8\",\"product_id\":\"3547\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757008732\",\"product_name\":\"GALLETA PIC NIC VAINILLA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3342\",\"adjustment_id\":\"8\",\"product_id\":\"2798\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928004839\",\"product_name\":\"DETERGENTE XEDEX 125 GR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3343\",\"adjustment_id\":\"8\",\"product_id\":\"2958\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928005072\",\"product_name\":\"LAVAPLATOS ORIX 250 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3344\",\"adjustment_id\":\"8\",\"product_id\":\"2797\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74892800509\",\"product_name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3345\",\"adjustment_id\":\"8\",\"product_id\":\"2799\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928006505\",\"product_name\":\"DETERGENTE XEDEX 450 GR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3346\",\"adjustment_id\":\"8\",\"product_id\":\"2800\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928006512\",\"product_name\":\"DETERGENTE XEDEX 900 GR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3347\",\"adjustment_id\":\"8\",\"product_id\":\"2653\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75002459\",\"product_name\":\"CERVEZA TECATE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3348\",\"adjustment_id\":\"8\",\"product_id\":\"2889\",\"option_id\":\"0\",\"quantity\":\"49.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000614530\",\"product_name\":\"GALLETA CREMAX    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3349\",\"adjustment_id\":\"8\",\"product_id\":\"2886\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635306\",\"product_name\":\"GALLETA CHOKIS      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3350\",\"adjustment_id\":\"8\",\"product_id\":\"2890\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635658\",\"product_name\":\"GALLETA EMPERADOR .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3351\",\"adjustment_id\":\"8\",\"product_id\":\"2879\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635726\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3352\",\"adjustment_id\":\"8\",\"product_id\":\"2891\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000655700\",\"product_name\":\"GALLETA FLORENTINA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3353\",\"adjustment_id\":\"8\",\"product_id\":\"2892\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000658923\",\"product_name\":\"GALLETA MARIAS GAMESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3354\",\"adjustment_id\":\"8\",\"product_id\":\"2880\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000663705\",\"product_name\":\"GALLETA ARCOIRIS FRUTIS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3355\",\"adjustment_id\":\"8\",\"product_id\":\"3043\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501030448242\",\"product_name\":\"MINI TAKIS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3356\",\"adjustment_id\":\"8\",\"product_id\":\"2533\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501032920395\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3357\",\"adjustment_id\":\"8\",\"product_id\":\"3215\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501033920110\",\"product_name\":\"SUERO PEDIALITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3358\",\"adjustment_id\":\"8\",\"product_id\":\"3187\",\"option_id\":\"0\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501056336578\",\"product_name\":\"SHAMPO SOBRE  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3359\",\"adjustment_id\":\"8\",\"product_id\":\"2650\",\"option_id\":\"0\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064112546\",\"product_name\":\"CERVEZA MODELO LATA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3360\",\"adjustment_id\":\"8\",\"product_id\":\"2649\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064195303\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3361\",\"adjustment_id\":\"8\",\"product_id\":\"3480\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501064196850\",\"product_name\":\"CERVEZA CORONA LATA 12 ONZ.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3362\",\"adjustment_id\":\"8\",\"product_id\":\"2523\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501088401046\",\"product_name\":\"AROMATIZANTE CHICA FRESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3363\",\"adjustment_id\":\"8\",\"product_id\":\"2906\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501137380018\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3364\",\"adjustment_id\":\"8\",\"product_id\":\"2907\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501137380025\",\"product_name\":\"GOMA BLANCA FAST 2.10 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3365\",\"adjustment_id\":\"8\",\"product_id\":\"3218\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199424491\",\"product_name\":\"SUPER BONDER MINI DUO 1G C\\/U LOCTITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3366\",\"adjustment_id\":\"8\",\"product_id\":\"3233\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465104\",\"product_name\":\"TANGIT 125 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3367\",\"adjustment_id\":\"8\",\"product_id\":\"3235\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465128\",\"product_name\":\"TANGIT 475 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3368\",\"adjustment_id\":\"8\",\"product_id\":\"3234\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465418\",\"product_name\":\"TANGIT 240 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3369\",\"adjustment_id\":\"8\",\"product_id\":\"3236\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465555\",\"product_name\":\"TANGIT 950 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3370\",\"adjustment_id\":\"8\",\"product_id\":\"3082\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199467108\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3371\",\"adjustment_id\":\"8\",\"product_id\":\"2683\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75012063679180\",\"product_name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3372\",\"adjustment_id\":\"8\",\"product_id\":\"2526\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206612033\",\"product_name\":\"AZADON TRUPER NO. 31.8 LBS. C\\/MANGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3373\",\"adjustment_id\":\"8\",\"product_id\":\"3067\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206613047\",\"product_name\":\"PALA REDONDA MANGO LARGO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3374\",\"adjustment_id\":\"8\",\"product_id\":\"3191\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206620908\",\"product_name\":\"SIERRA P\\/MADERA 24 DIENTES TRUPER 7 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3375\",\"adjustment_id\":\"8\",\"product_id\":\"3192\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206620915\",\"product_name\":\"SIERRA P\\/MADERA 40 DIENTES TRUPER 7 1\\/4\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3376\",\"adjustment_id\":\"8\",\"product_id\":\"2820\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206622216\",\"product_name\":\"DISCO P\\/PULIR 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3377\",\"adjustment_id\":\"8\",\"product_id\":\"3025\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206623862\",\"product_name\":\"MARTILLO TUBULAR TRUPER 16ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3378\",\"adjustment_id\":\"8\",\"product_id\":\"2975\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206624210\",\"product_name\":\"LIMA TRIANGULAR PESADO 6? C\\/MANGO TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3379\",\"adjustment_id\":\"8\",\"product_id\":\"3283\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206626115\",\"product_name\":\"TIJERA DE AVIACION  18531\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3380\",\"adjustment_id\":\"8\",\"product_id\":\"2675\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206626610\",\"product_name\":\"CINTA AISLAR NEGRA PRETUL 19MM X 9M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3381\",\"adjustment_id\":\"8\",\"product_id\":\"3183\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206628515\",\"product_name\":\"SEPARADOR DE LOSETA  DE 2.0 MM TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3382\",\"adjustment_id\":\"8\",\"product_id\":\"2771\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206628522\",\"product_name\":\"CRUCETAS TRUPER DE 3MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3383\",\"adjustment_id\":\"8\",\"product_id\":\"3105\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206629321\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL  91\\/2\\\" * 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3384\",\"adjustment_id\":\"8\",\"product_id\":\"3021\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630303\",\"product_name\":\"MARRO OCTAGONAL DE 2 LBS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3385\",\"adjustment_id\":\"8\",\"product_id\":\"3022\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630310\",\"product_name\":\"MARRO OCTAGONAL DE 3LBS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3386\",\"adjustment_id\":\"8\",\"product_id\":\"3020\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630389\",\"product_name\":\"MARRO OCTAGONAL 10 LBS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3387\",\"adjustment_id\":\"8\",\"product_id\":\"3019\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630396\",\"product_name\":\"MARRO DE 12 LIBRAS ALMAGANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3388\",\"adjustment_id\":\"8\",\"product_id\":\"3056\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630426\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 24\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3389\",\"adjustment_id\":\"8\",\"product_id\":\"3050\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750120663147\",\"product_name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3390\",\"adjustment_id\":\"8\",\"product_id\":\"3118\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206631737\",\"product_name\":\"PUNTA PARA CONCRETO 3\\/4 X 30CM TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3391\",\"adjustment_id\":\"8\",\"product_id\":\"3065\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634387\",\"product_name\":\"PALA CUADRADA MANGO LARGO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3392\",\"adjustment_id\":\"8\",\"product_id\":\"2563\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634479\",\"product_name\":\"BROCA P\\/CONCRETO 1\\/4 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3393\",\"adjustment_id\":\"8\",\"product_id\":\"2559\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634486\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4??X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3394\",\"adjustment_id\":\"8\",\"product_id\":\"2564\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634516\",\"product_name\":\"BROCA P\\/CONCRETO 5\\/16 X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3395\",\"adjustment_id\":\"8\",\"product_id\":\"2562\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634547\",\"product_name\":\"BROCA P\\/CONCRETO  3\\/8 X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3396\",\"adjustment_id\":\"8\",\"product_id\":\"2566\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634561\",\"product_name\":\"BROCA P\\/CONCRETO1\\/2\\\"*6\\\" TRUPER 112\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3397\",\"adjustment_id\":\"8\",\"product_id\":\"3125\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634776\",\"product_name\":\"RAYADOR DE ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3398\",\"adjustment_id\":\"8\",\"product_id\":\"3057\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206635148\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 36\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3399\",\"adjustment_id\":\"8\",\"product_id\":\"3058\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206635155\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 48\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3400\",\"adjustment_id\":\"8\",\"product_id\":\"2943\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206644942\",\"product_name\":\"JUEGO DE 8 DADOS PRETUL 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3401\",\"adjustment_id\":\"8\",\"product_id\":\"2572\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645932\",\"product_name\":\"BROCA P\\/METAL\\/ COBALTO 3\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3402\",\"adjustment_id\":\"8\",\"product_id\":\"2568\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645970\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 5\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3403\",\"adjustment_id\":\"8\",\"product_id\":\"2567\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645994\",\"product_name\":\"BROCA P\\/METAL \\/ COBALTO 3\\/16??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3404\",\"adjustment_id\":\"8\",\"product_id\":\"2569\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206646014\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 7\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3405\",\"adjustment_id\":\"8\",\"product_id\":\"2570\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206646038\",\"product_name\":\"BROCA P\\/METAL 1\\/4??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3406\",\"adjustment_id\":\"8\",\"product_id\":\"2833\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206650066\",\"product_name\":\"ESCOBA METALICA TRUPER 22 DIENTES C\\/MANG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3407\",\"adjustment_id\":\"8\",\"product_id\":\"2812\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206652367\",\"product_name\":\"DISCO DIAMANTE RIN CONTINUO 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3408\",\"adjustment_id\":\"8\",\"product_id\":\"3010\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206656228\",\"product_name\":\"MANGUERA 3 CAPAS PREUTUL 20MTS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3409\",\"adjustment_id\":\"8\",\"product_id\":\"2810\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206657188\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 7? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3410\",\"adjustment_id\":\"8\",\"product_id\":\"2989\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206658871\",\"product_name\":\"LLAVE DE 1\\/2?? DE JARDIN DE ESFERA  PRET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3411\",\"adjustment_id\":\"8\",\"product_id\":\"3550\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659502\",\"product_name\":\"ABRAZADERA DE TUBO TIPO U\\u00d1A  3\\/4 VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3412\",\"adjustment_id\":\"8\",\"product_id\":\"2479\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659526\",\"product_name\":\"ABRAZADERA VOLTECH D 1\\/2 BOLSITA 10 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3413\",\"adjustment_id\":\"8\",\"product_id\":\"2463\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659533\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3414\",\"adjustment_id\":\"8\",\"product_id\":\"2468\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659540\",\"product_name\":\"ABRAZADERA D 1\\\" VOLTECH BOLSITA 10 UNID\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3415\",\"adjustment_id\":\"8\",\"product_id\":\"2739\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659557\",\"product_name\":\"CONECTOR HERMETICO 1\\/2 VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3416\",\"adjustment_id\":\"8\",\"product_id\":\"2738\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659571\",\"product_name\":\"CONECTOR HERMETICO 1\\\" VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3417\",\"adjustment_id\":\"8\",\"product_id\":\"2834\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659915\",\"product_name\":\"ESCOBA PL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3418\",\"adjustment_id\":\"8\",\"product_id\":\"3284\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206660287\",\"product_name\":\"TIJERA FORJADA  TRUPER 18523\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3419\",\"adjustment_id\":\"8\",\"product_id\":\"2621\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206663103\",\"product_name\":\"CANDADO 40MM HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3420\",\"adjustment_id\":\"8\",\"product_id\":\"2619\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206663141\",\"product_name\":\"CANDADO 30MM HERMIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3421\",\"adjustment_id\":\"8\",\"product_id\":\"2794\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664131\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3422\",\"adjustment_id\":\"8\",\"product_id\":\"2795\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664162\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3423\",\"adjustment_id\":\"8\",\"product_id\":\"2796\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664285\",\"product_name\":\"DESARMADOR PRETUL PHILLIPS 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3424\",\"adjustment_id\":\"8\",\"product_id\":\"2793\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206664315\",\"product_name\":\"DESARMADOR  PRETUL PHILLIPS 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3425\",\"adjustment_id\":\"8\",\"product_id\":\"2535\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668863\",\"product_name\":\"BISAGRA  2?X 1 1\\/2? ACERO PULIDO HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3426\",\"adjustment_id\":\"8\",\"product_id\":\"2536\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668887\",\"product_name\":\"BISAGRA 3?X 1.15\\/16? ACER PUL HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3427\",\"adjustment_id\":\"8\",\"product_id\":\"2537\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668900\",\"product_name\":\"BISAGRA 4?X2. 3\\/4? ACER PULI HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3428\",\"adjustment_id\":\"8\",\"product_id\":\"3035\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673317\",\"product_name\":\"METRO CONTRA IMPAC 3 MTS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3429\",\"adjustment_id\":\"8\",\"product_id\":\"3036\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673324\",\"product_name\":\"METRO CONTRA IMPAC 5MTS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3430\",\"adjustment_id\":\"8\",\"product_id\":\"3037\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673331\",\"product_name\":\"METRO CONTRA IMPAC 8 MTS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3431\",\"adjustment_id\":\"8\",\"product_id\":\"3252\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674246\",\"product_name\":\"TARUGO PLATICO FIERO 1\\/4  ROJO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3432\",\"adjustment_id\":\"8\",\"product_id\":\"3248\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674253\",\"product_name\":\"TARUGO  PLASTICO  5\\/16 FIERO CAFE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3433\",\"adjustment_id\":\"8\",\"product_id\":\"3250\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674260\",\"product_name\":\"TARUGO PLASTICO AZUL 3\\/8 FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3434\",\"adjustment_id\":\"8\",\"product_id\":\"2591\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674963\",\"product_name\":\"BROCHA PRETUL 3\\\" MGO. PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3435\",\"adjustment_id\":\"8\",\"product_id\":\"2582\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674970\",\"product_name\":\"BROCHA DE 4\\\" PRETUL MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3436\",\"adjustment_id\":\"8\",\"product_id\":\"2682\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206679166\",\"product_name\":\"CINTA MASKING TAPE DE 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3437\",\"adjustment_id\":\"8\",\"product_id\":\"3548\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206681985\",\"product_name\":\"ABRAZADERA TUBO  TIPO AMEGA 1 1\\/2 VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3438\",\"adjustment_id\":\"8\",\"product_id\":\"2805\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206685099\",\"product_name\":\"DISCO C\\/METAL 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3439\",\"adjustment_id\":\"8\",\"product_id\":\"3292\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206685303\",\"product_name\":\"TORNILLO FIERO #8 *11\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3440\",\"adjustment_id\":\"8\",\"product_id\":\"2522\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686065\",\"product_name\":\"ARMELLA CERRADA 19X60 FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3441\",\"adjustment_id\":\"8\",\"product_id\":\"2808\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686126\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TRUPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3442\",\"adjustment_id\":\"8\",\"product_id\":\"3309\",\"option_id\":\"0\",\"quantity\":\"309.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686805\",\"product_name\":\"TORNILLOS NORMAL  3\\/4  FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3443\",\"adjustment_id\":\"8\",\"product_id\":\"3297\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686843\",\"product_name\":\"TORNILLO NORMAL 1 \\/12\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3444\",\"adjustment_id\":\"8\",\"product_id\":\"2601\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689110\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 18\\\"  MGOS TU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3445\",\"adjustment_id\":\"8\",\"product_id\":\"2602\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689134\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 30\\\" MGOS TUB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3446\",\"adjustment_id\":\"8\",\"product_id\":\"2603\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689141\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 36\\\"  MGOS TU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3447\",\"adjustment_id\":\"8\",\"product_id\":\"2554\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206691793\",\"product_name\":\"BOTAS JARDINERAS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3448\",\"adjustment_id\":\"8\",\"product_id\":\"3006\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692462\",\"product_name\":\"LLAVE PASO 1\\/2 VAL DE ESFERA  FOSET PALA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3449\",\"adjustment_id\":\"8\",\"product_id\":\"3335\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692547\",\"product_name\":\"VALVULA DE COMPUERTA  AZUL 1\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3450\",\"adjustment_id\":\"8\",\"product_id\":\"2657\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692813\",\"product_name\":\"CHEQUE VERTICAL 1\\\" FOSET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3451\",\"adjustment_id\":\"8\",\"product_id\":\"2465\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206694015\",\"product_name\":\"ABRAZADERA 32-51MM 1 1\\/4-2\\\" FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3452\",\"adjustment_id\":\"8\",\"product_id\":\"2466\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206694053\",\"product_name\":\"ABRAZADERA 57-76 MM 2-1\\/4 - 3\\\" FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3453\",\"adjustment_id\":\"8\",\"product_id\":\"2467\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206694091\",\"product_name\":\"ABRAZADERA CINCHO 78-101MM 3 1\\/16-4 FIER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3454\",\"adjustment_id\":\"8\",\"product_id\":\"2911\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206696019\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 8MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3455\",\"adjustment_id\":\"8\",\"product_id\":\"2910\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206696026\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 10MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3456\",\"adjustment_id\":\"8\",\"product_id\":\"3162\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206699171\",\"product_name\":\"RESUMIDERO  CUADRADO FOSET 4*4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3457\",\"adjustment_id\":\"8\",\"product_id\":\"3549\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206699522\",\"product_name\":\"FOCO AHORRADOR 28W ESPIRAL VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3458\",\"adjustment_id\":\"8\",\"product_id\":\"3180\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750126677759\",\"product_name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3459\",\"adjustment_id\":\"8\",\"product_id\":\"3559\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501575504441\",\"product_name\":\"TRONKIS \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3460\",\"adjustment_id\":\"8\",\"product_id\":\"2482\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728122072\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3461\",\"adjustment_id\":\"8\",\"product_id\":\"3175\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728194499\",\"product_name\":\"SAPITO P\\/TANQUE SANITARIO VARIOS COLORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3462\",\"adjustment_id\":\"8\",\"product_id\":\"3195\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728197766\",\"product_name\":\"SIFON FLEXIBLE LAVAMANOS 1 1\\/4 FAMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3463\",\"adjustment_id\":\"8\",\"product_id\":\"2885\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501756900024\",\"product_name\":\"GALLETA CHOCOVIC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3464\",\"adjustment_id\":\"8\",\"product_id\":\"2454\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501850502636\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3465\",\"adjustment_id\":\"8\",\"product_id\":\"2518\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501850549815\",\"product_name\":\"APAGADOR Y TOMACORRIENTE ARGOS COMBINADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3466\",\"adjustment_id\":\"8\",\"product_id\":\"2542\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892812083\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3467\",\"adjustment_id\":\"8\",\"product_id\":\"3066\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892850214\",\"product_name\":\"PALA PUNTA CUADRADA SQUARE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3468\",\"adjustment_id\":\"8\",\"product_id\":\"3287\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892872001\",\"product_name\":\"TOMACORRIENTE FULGORE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3469\",\"adjustment_id\":\"8\",\"product_id\":\"2856\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892884530\",\"product_name\":\"EXTENSION 2*16 ROTTER BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3470\",\"adjustment_id\":\"8\",\"product_id\":\"3197\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501908402871\",\"product_name\":\"SIKA LATEX -N 1.2 LT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3471\",\"adjustment_id\":\"8\",\"product_id\":\"2592\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75019815\",\"product_name\":\"BUBALOO       .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3472\",\"adjustment_id\":\"8\",\"product_id\":\"2861\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7502222814920\",\"product_name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3473\",\"adjustment_id\":\"8\",\"product_id\":\"2651\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75027278\",\"product_name\":\"CERVEZA MODELO VIDRIO .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3474\",\"adjustment_id\":\"8\",\"product_id\":\"2586\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496227\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3475\",\"adjustment_id\":\"8\",\"product_id\":\"2587\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496234\",\"product_name\":\"BROCHA LA BUENA 1?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3476\",\"adjustment_id\":\"8\",\"product_id\":\"2588\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496258\",\"product_name\":\"BROCHA LA BUENA 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3477\",\"adjustment_id\":\"8\",\"product_id\":\"2589\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496289\",\"product_name\":\"BROCHA LA BUENA 4\\\\\\\"\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3478\",\"adjustment_id\":\"8\",\"product_id\":\"2590\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496296\",\"product_name\":\"BROCHA LA BUENA DE 5??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3479\",\"adjustment_id\":\"8\",\"product_id\":\"2642\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"75032715\",\"product_name\":\"CERVEZA CORONA BOTELLA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3480\",\"adjustment_id\":\"8\",\"product_id\":\"2904\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192505406\",\"product_name\":\"GEL EGO POWER 200 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3481\",\"adjustment_id\":\"8\",\"product_id\":\"2903\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192505413\",\"product_name\":\"GEL EGO POWER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3482\",\"adjustment_id\":\"8\",\"product_id\":\"2905\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192506205\",\"product_name\":\"GELATINA EGO ATTRACCION 110ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3483\",\"adjustment_id\":\"8\",\"product_id\":\"3181\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240602088\",\"product_name\":\"SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3484\",\"adjustment_id\":\"8\",\"product_id\":\"2671\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240608004\",\"product_name\":\"CHORRO PRETUL 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3485\",\"adjustment_id\":\"8\",\"product_id\":\"3106\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240609971\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL 91\\/2\\\" * 7\\/16\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3486\",\"adjustment_id\":\"8\",\"product_id\":\"2560\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610885\",\"product_name\":\"BROCA P\\/ CONCRETO 3\\/16 * 4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3487\",\"adjustment_id\":\"8\",\"product_id\":\"2558\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610908\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3488\",\"adjustment_id\":\"8\",\"product_id\":\"2561\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610922\",\"product_name\":\"BROCA P\\/ CONCRETO 5\\/16 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3489\",\"adjustment_id\":\"8\",\"product_id\":\"2688\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240612759\",\"product_name\":\"CINTA P\\/EMPAQUE TRANSPARENTE PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3490\",\"adjustment_id\":\"8\",\"product_id\":\"2681\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240612780\",\"product_name\":\"CINTA EMPAQUE  P\\/DUCTO 10M PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3491\",\"adjustment_id\":\"8\",\"product_id\":\"2585\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240616412\",\"product_name\":\"BROCHA ECONOMICA DE 2?? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3492\",\"adjustment_id\":\"8\",\"product_id\":\"2584\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240616436\",\"product_name\":\"BROCHA ECONOMICA 3?? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3493\",\"adjustment_id\":\"8\",\"product_id\":\"3155\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240617785\",\"product_name\":\"REMOVEDOR DE PINTURA TRUPER 15824\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3494\",\"adjustment_id\":\"8\",\"product_id\":\"2694\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240619123\",\"product_name\":\"CLAVILLO NIQUELADO 17 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3495\",\"adjustment_id\":\"8\",\"product_id\":\"3030\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240620402\",\"product_name\":\"MAZO DE HULE 16 OZ PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3496\",\"adjustment_id\":\"8\",\"product_id\":\"2480\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240621546\",\"product_name\":\"ABRAZAREDA D 3\\\" VOLTECH BOLSITA 5 UNID\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3497\",\"adjustment_id\":\"8\",\"product_id\":\"2470\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240621553\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3498\",\"adjustment_id\":\"8\",\"product_id\":\"2848\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240622246\",\"product_name\":\"ESPATULA 3\\\" FLEXIBLE  INOXIDABLETRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3499\",\"adjustment_id\":\"8\",\"product_id\":\"3031\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"750624062419\",\"product_name\":\"MAZO DE HULE 24 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3500\",\"adjustment_id\":\"8\",\"product_id\":\"2806\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240624608\",\"product_name\":\"DISCO CORTE FINO 7\\\" PRETUL 22346\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3501\",\"adjustment_id\":\"8\",\"product_id\":\"3349\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240624622\",\"product_name\":\"DISCO LAMILADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3502\",\"adjustment_id\":\"8\",\"product_id\":\"3003\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240630470\",\"product_name\":\"LLAVE PARA JARDIN 1\\/2 PLASTICA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3503\",\"adjustment_id\":\"8\",\"product_id\":\"3087\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240630623\",\"product_name\":\"PINTURA AEROSOL METALICO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3504\",\"adjustment_id\":\"8\",\"product_id\":\"2814\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240640257\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 40\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3505\",\"adjustment_id\":\"8\",\"product_id\":\"2815\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240640271\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 80\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3506\",\"adjustment_id\":\"8\",\"product_id\":\"2813\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750624064064\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3507\",\"adjustment_id\":\"8\",\"product_id\":\"3169\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240641841\",\"product_name\":\"ROTOMARTILLO 1\\/2 PROF. TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3508\",\"adjustment_id\":\"8\",\"product_id\":\"2635\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240642848\",\"product_name\":\"CEPILLO ALAMBRE PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3509\",\"adjustment_id\":\"8\",\"product_id\":\"3161\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240645153\",\"product_name\":\"REPUESTO RODILLO, FELPA 9\\\", TRUPER MICRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3510\",\"adjustment_id\":\"8\",\"product_id\":\"2501\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240653271\",\"product_name\":\"AFLOJA TODO 110ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3511\",\"adjustment_id\":\"8\",\"product_id\":\"2846\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240654421\",\"product_name\":\"ESMERILADORA ANGULAR PROF. TRUPER 4 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3512\",\"adjustment_id\":\"8\",\"product_id\":\"2807\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240656951\",\"product_name\":\"DISCO DE DIAMANTE 4 1\\/2  PRETUL 21009\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3513\",\"adjustment_id\":\"8\",\"product_id\":\"3055\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240658412\",\"product_name\":\"NIVEL TORPEDO MAGNETICO DE 9\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3514\",\"adjustment_id\":\"8\",\"product_id\":\"2580\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662129\",\"product_name\":\"BROCHA DE 1\\\" MANGO DE PLASTICO TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3515\",\"adjustment_id\":\"8\",\"product_id\":\"2581\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662167\",\"product_name\":\"BROCHA DE 3\\\" TRUPER MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3516\",\"adjustment_id\":\"8\",\"product_id\":\"2583\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662174\",\"product_name\":\"BROCHA DE 4\\\" TRUPER MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3517\",\"adjustment_id\":\"8\",\"product_id\":\"2821\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240666974\",\"product_name\":\"DISCO REC. DE DIAMANTE 4 1\\/2 PRETU 27032\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3518\",\"adjustment_id\":\"8\",\"product_id\":\"3156\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240672531\",\"product_name\":\"REMOVEDOR P\\/MORTERO TRUPER 11975\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3519\",\"adjustment_id\":\"8\",\"product_id\":\"2849\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240673774\",\"product_name\":\"ESPATULA FLEXIBLE TRUPER \\\"10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3520\",\"adjustment_id\":\"8\",\"product_id\":\"2804\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240675242\",\"product_name\":\"DISCO 40 DIENTES P\\/MADERA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3521\",\"adjustment_id\":\"8\",\"product_id\":\"2803\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240675259\",\"product_name\":\"DISCO  24 DIENTES P\\/MADERA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3522\",\"adjustment_id\":\"8\",\"product_id\":\"3112\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240676232\",\"product_name\":\"PLOMADO DE LATON DE 16 ONZ TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3523\",\"adjustment_id\":\"8\",\"product_id\":\"3103\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240676249\",\"product_name\":\"PLAMADO DE LATON TRUPER 24ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3524\",\"adjustment_id\":\"8\",\"product_id\":\"2579\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506385334868\",\"product_name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3525\",\"adjustment_id\":\"8\",\"product_id\":\"3013\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506487804702\",\"product_name\":\"MANGUERA PARA JARDIN 50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3526\",\"adjustment_id\":\"8\",\"product_id\":\"3012\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506487804726\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3527\",\"adjustment_id\":\"8\",\"product_id\":\"2734\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7509546011653\",\"product_name\":\"COLGATE TRIPLE ACCION 150 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3528\",\"adjustment_id\":\"8\",\"product_id\":\"2894\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"751000645756\",\"product_name\":\"GALLETA PAN CREMA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3529\",\"adjustment_id\":\"8\",\"product_id\":\"2622\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"751206663110\",\"product_name\":\"CANDADO 50MM HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3530\",\"adjustment_id\":\"8\",\"product_id\":\"2882\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"753079005017\",\"product_name\":\"GALLETA CAN CAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3531\",\"adjustment_id\":\"8\",\"product_id\":\"2556\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"756956001072\",\"product_name\":\"BOTONETAS NEGRAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3532\",\"adjustment_id\":\"8\",\"product_id\":\"2555\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"756956001126\",\"product_name\":\"BOTONETA AMARILLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3533\",\"adjustment_id\":\"8\",\"product_id\":\"2963\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"757575\",\"product_name\":\"LIBRA DE PITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3534\",\"adjustment_id\":\"8\",\"product_id\":\"2893\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7590011151110\",\"product_name\":\"GALLETA OREO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3535\",\"adjustment_id\":\"8\",\"product_id\":\"2634\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"760573071349\",\"product_name\":\"CASHITAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3536\",\"adjustment_id\":\"8\",\"product_id\":\"2633\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7605730955\",\"product_name\":\"CASHITA MANI JAPONESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3537\",\"adjustment_id\":\"8\",\"product_id\":\"2503\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"760896120212\",\"product_name\":\"AGUA DESTIULADA PRODIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3538\",\"adjustment_id\":\"8\",\"product_id\":\"2489\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7608966120311\",\"product_name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3539\",\"adjustment_id\":\"8\",\"product_id\":\"3049\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174420753\",\"product_name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3540\",\"adjustment_id\":\"8\",\"product_id\":\"3110\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474404\",\"product_name\":\"PLOMADA YESO STANLEY 47-400\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3541\",\"adjustment_id\":\"8\",\"product_id\":\"3111\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474602\",\"product_name\":\"PLOMADA YESO STANLEY 47-460\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3542\",\"adjustment_id\":\"8\",\"product_id\":\"3109\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474640\",\"product_name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3543\",\"adjustment_id\":\"8\",\"product_id\":\"2511\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7617484023\",\"product_name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3544\",\"adjustment_id\":\"8\",\"product_id\":\"3089\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174841015\",\"product_name\":\"PINZA STANLEY 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3545\",\"adjustment_id\":\"8\",\"product_id\":\"3090\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174841022\",\"product_name\":\"PINZA STANLEY 8\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3546\",\"adjustment_id\":\"8\",\"product_id\":\"3232\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7622210863690\",\"product_name\":\"TANG FRUIT PONCH 20G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3547\",\"adjustment_id\":\"8\",\"product_id\":\"2884\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7622300268633\",\"product_name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3548\",\"adjustment_id\":\"8\",\"product_id\":\"2917\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"764009016089\",\"product_name\":\"HEINEKEN VIDRIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3549\",\"adjustment_id\":\"8\",\"product_id\":\"2453\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76770504804\",\"product_name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3550\",\"adjustment_id\":\"8\",\"product_id\":\"2862\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409001031\",\"product_name\":\"FELPA STANDAR 1 1\\/4*9\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3551\",\"adjustment_id\":\"8\",\"product_id\":\"2860\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76940900117\",\"product_name\":\"FELPA EXPERT STANDAR 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3552\",\"adjustment_id\":\"8\",\"product_id\":\"3214\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409155765\",\"product_name\":\"SPRAY CORONA  VARIEDAD COLORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3553\",\"adjustment_id\":\"8\",\"product_id\":\"2576\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409173936\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3554\",\"adjustment_id\":\"8\",\"product_id\":\"2578\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409173950\",\"product_name\":\"BROCHA 2\\\" EXPERT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3555\",\"adjustment_id\":\"8\",\"product_id\":\"2858\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409174032\",\"product_name\":\"FELPA ARTISAN 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3556\",\"adjustment_id\":\"8\",\"product_id\":\"2859\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409174056\",\"product_name\":\"FELPA DE 1\\/2 *9 PLG FARBE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3557\",\"adjustment_id\":\"8\",\"product_id\":\"2857\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409174063\",\"product_name\":\"FELPA ARTISAN 1\\/2 ACRILICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3558\",\"adjustment_id\":\"8\",\"product_id\":\"3008\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409200113\",\"product_name\":\"MANERAL EXPERT STANDAR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3559\",\"adjustment_id\":\"8\",\"product_id\":\"2855\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409200380\",\"product_name\":\"EXTENCION EXPERT 2.4M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3560\",\"adjustment_id\":\"8\",\"product_id\":\"2940\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702006402194\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3561\",\"adjustment_id\":\"8\",\"product_id\":\"3014\",\"option_id\":\"0\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702007062182\",\"product_name\":\"MANI CERVECERO GRA NUTS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3562\",\"adjustment_id\":\"8\",\"product_id\":\"2942\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702031291534\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3563\",\"adjustment_id\":\"8\",\"product_id\":\"2979\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702031642725\",\"product_name\":\"LISTERINE COOL MINT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3564\",\"adjustment_id\":\"8\",\"product_id\":\"3204\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342031\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3565\",\"adjustment_id\":\"8\",\"product_id\":\"3206\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342048\",\"product_name\":\"SILICON LOCTITE TRANSPARENTE RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3566\",\"adjustment_id\":\"8\",\"product_id\":\"3205\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342062\",\"product_name\":\"SILICON LOCTITE ROJO RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3567\",\"adjustment_id\":\"8\",\"product_id\":\"3098\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089161940\",\"product_name\":\"PLACA TOMACORRIENTE BTICINO DOBLE AP1228\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3568\",\"adjustment_id\":\"8\",\"product_id\":\"3221\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089162145\",\"product_name\":\"SWITCH SENCILLO SOBREPONER 125V\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3569\",\"adjustment_id\":\"8\",\"product_id\":\"3096\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089162183\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3570\",\"adjustment_id\":\"8\",\"product_id\":\"3032\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"77070548\",\"product_name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3571\",\"adjustment_id\":\"8\",\"product_id\":\"3028\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7707314792166\",\"product_name\":\"MASKING TAPE 1 PULG. TESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3572\",\"adjustment_id\":\"8\",\"product_id\":\"3115\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7730716014529\",\"product_name\":\"POXIPOL SOLDADURA PLASTICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3573\",\"adjustment_id\":\"8\",\"product_id\":\"3208\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"77472141340\",\"product_name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3574\",\"adjustment_id\":\"8\",\"product_id\":\"2968\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005239\",\"product_name\":\"LIJA DE AGUA 60 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3575\",\"adjustment_id\":\"8\",\"product_id\":\"2965\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005260\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3576\",\"adjustment_id\":\"8\",\"product_id\":\"2966\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005291\",\"product_name\":\"LIJA DE AGUA 220 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3577\",\"adjustment_id\":\"8\",\"product_id\":\"2967\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005345\",\"product_name\":\"LIJA DE AGUA 400 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3578\",\"adjustment_id\":\"8\",\"product_id\":\"2970\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057006502\",\"product_name\":\"LIJA DE LONA 3M 80\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3579\",\"adjustment_id\":\"8\",\"product_id\":\"2971\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057006519\",\"product_name\":\"LIJA MULTIUSOS 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3580\",\"adjustment_id\":\"8\",\"product_id\":\"2969\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057006533\",\"product_name\":\"LIJA DE LONA 3M 150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3581\",\"adjustment_id\":\"8\",\"product_id\":\"3029\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750373006903\",\"product_name\":\"MASKING TAPE 3\\/4 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3582\",\"adjustment_id\":\"8\",\"product_id\":\"3200\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7756962003636\",\"product_name\":\"SIKASIL E VARIOS 280ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3583\",\"adjustment_id\":\"8\",\"product_id\":\"3496\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7791293025803\",\"product_name\":\"DESORORANTE AXE 978 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3584\",\"adjustment_id\":\"8\",\"product_id\":\"2809\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7798216497792\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3585\",\"adjustment_id\":\"8\",\"product_id\":\"2819\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7798216498287\",\"product_name\":\"DISCO P\\/METAL DE 7?GLADIATOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3586\",\"adjustment_id\":\"8\",\"product_id\":\"2954\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7799046010472\",\"product_name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3587\",\"adjustment_id\":\"8\",\"product_id\":\"3070\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7802800630318\",\"product_name\":\"PAPAS KRYSPO VARIOS SABORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3588\",\"adjustment_id\":\"8\",\"product_id\":\"2532\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"783094001015\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3589\",\"adjustment_id\":\"8\",\"product_id\":\"2976\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783094020115\",\"product_name\":\"LINTERNA RAYOVAC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3590\",\"adjustment_id\":\"8\",\"product_id\":\"3224\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783164208306\",\"product_name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3591\",\"adjustment_id\":\"8\",\"product_id\":\"2613\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7831642785542\",\"product_name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3592\",\"adjustment_id\":\"8\",\"product_id\":\"2596\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"787705048057\",\"product_name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3593\",\"adjustment_id\":\"8\",\"product_id\":\"2679\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891040224746\",\"product_name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3594\",\"adjustment_id\":\"8\",\"product_id\":\"3219\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891200313846\",\"product_name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3595\",\"adjustment_id\":\"8\",\"product_id\":\"3552\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891222155646\",\"product_name\":\"LLAVE PARA LAVAMANOS ASTRA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3596\",\"adjustment_id\":\"8\",\"product_id\":\"3093\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7893946104214\",\"product_name\":\"PISTOLA APLICADOR DE SILICON VONDER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3597\",\"adjustment_id\":\"8\",\"product_id\":\"2520\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7893946142360\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3598\",\"adjustment_id\":\"8\",\"product_id\":\"3291\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8\",\"product_name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3599\",\"adjustment_id\":\"8\",\"product_id\":\"3222\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199645810\",\"product_name\":\"SWITCH\\/PONER SENCILLO P52 BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3600\",\"adjustment_id\":\"8\",\"product_id\":\"3288\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199645889\",\"product_name\":\"TOMACORRIENTE SOBRE PONER BTICINO  P38\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3601\",\"adjustment_id\":\"8\",\"product_id\":\"3097\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674063\",\"product_name\":\"PLACA PULSADOR DE TIMBRE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3602\",\"adjustment_id\":\"8\",\"product_id\":\"3099\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674186\",\"product_name\":\"PLACA TRIPLE SWICH DOMINO P 1330 G. INDU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3603\",\"adjustment_id\":\"8\",\"product_id\":\"3095\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674346\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3604\",\"adjustment_id\":\"8\",\"product_id\":\"3100\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674407\",\"product_name\":\"PLACA TV BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3605\",\"adjustment_id\":\"8\",\"product_id\":\"2627\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232100412\",\"product_name\":\"CANDADO YALE 40 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3606\",\"adjustment_id\":\"8\",\"product_id\":\"2628\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232100443\",\"product_name\":\"CANDADO YALE 50 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3607\",\"adjustment_id\":\"8\",\"product_id\":\"2629\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232109439\",\"product_name\":\"CANDADO YALE 60 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3608\",\"adjustment_id\":\"8\",\"product_id\":\"2641\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80660956411\",\"product_name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3609\",\"adjustment_id\":\"8\",\"product_id\":\"3282\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80686832010\",\"product_name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3610\",\"adjustment_id\":\"8\",\"product_id\":\"3560\",\"option_id\":\"0\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80790833\",\"product_name\":\"PANITO WINI\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3611\",\"adjustment_id\":\"8\",\"product_id\":\"3017\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"81537200811\",\"product_name\":\"MARINEROS.             .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3612\",\"adjustment_id\":\"8\",\"product_id\":\"3163\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"81537201405\",\"product_name\":\"REVIVE 600 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3613\",\"adjustment_id\":\"8\",\"product_id\":\"3558\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"84207003180\",\"product_name\":\"LITRO ACEITE CHV URSA PLUS 15W40\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3614\",\"adjustment_id\":\"8\",\"product_id\":\"2898\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071001148\",\"product_name\":\"GALON ACEITE URSA SUPER TD SAE 15W-40\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3615\",\"adjustment_id\":\"8\",\"product_id\":\"2981\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071003487\",\"product_name\":\"LITRO ACEITE HAVOLINE SAE API 20W-50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3616\",\"adjustment_id\":\"8\",\"product_id\":\"2897\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071003685\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3617\",\"adjustment_id\":\"8\",\"product_id\":\"2916\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071004477\",\"product_name\":\"HAVOLINESAE 20W-50 API SP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3618\",\"adjustment_id\":\"8\",\"product_id\":\"2484\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8420714187\",\"product_name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3619\",\"adjustment_id\":\"8\",\"product_id\":\"3220\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"85051000421\",\"product_name\":\"SUPER ECONOMY TYPE A\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3620\",\"adjustment_id\":\"8\",\"product_id\":\"2483\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"85051001190\",\"product_name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3621\",\"adjustment_id\":\"8\",\"product_id\":\"2978\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"853619237\",\"product_name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3622\",\"adjustment_id\":\"8\",\"product_id\":\"2895\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581001070\",\"product_name\":\"GALLETA SODA POZUELO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3623\",\"adjustment_id\":\"8\",\"product_id\":\"2887\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581012502\",\"product_name\":\"GALLETA CLUB EXTRA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3624\",\"adjustment_id\":\"8\",\"product_id\":\"2888\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581015121\",\"product_name\":\"GALLETA CREMAS GDE .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3625\",\"adjustment_id\":\"8\",\"product_id\":\"2896\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581017699\",\"product_name\":\"GALLETA TIPO.               .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3626\",\"adjustment_id\":\"8\",\"product_id\":\"2593\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"87295125991\",\"product_name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3627\",\"adjustment_id\":\"8\",\"product_id\":\"2875\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313062267\",\"product_name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3628\",\"adjustment_id\":\"8\",\"product_id\":\"2876\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313062281\",\"product_name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3629\",\"adjustment_id\":\"8\",\"product_id\":\"2951\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313318739\",\"product_name\":\"KERNS CAJITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3630\",\"adjustment_id\":\"8\",\"product_id\":\"3553\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88354411\",\"product_name\":\"DETERGENTE XEDEX 250 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3631\",\"adjustment_id\":\"8\",\"product_id\":\"2817\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"885911137508\",\"product_name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3632\",\"adjustment_id\":\"8\",\"product_id\":\"3126\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9002490204006\",\"product_name\":\"RED BULL     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3633\",\"adjustment_id\":\"8\",\"product_id\":\"2778\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9021298\",\"product_name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3634\",\"adjustment_id\":\"8\",\"product_id\":\"2779\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9021299\",\"product_name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3635\",\"adjustment_id\":\"8\",\"product_id\":\"3322\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9021304\",\"product_name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3636\",\"adjustment_id\":\"8\",\"product_id\":\"2878\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9111207379620\",\"product_name\":\"FULL CRETE (1 CUARTO GALON)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3637\",\"adjustment_id\":\"8\",\"product_id\":\"2900\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9121217379626\",\"product_name\":\"GALON FULL CRETE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3638\",\"adjustment_id\":\"8\",\"product_id\":\"2987\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712200086\",\"product_name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3639\",\"adjustment_id\":\"8\",\"product_id\":\"2992\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712200499\",\"product_name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3640\",\"adjustment_id\":\"8\",\"product_id\":\"2692\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712500315\",\"product_name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3641\",\"adjustment_id\":\"8\",\"product_id\":\"3311\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"95\",\"product_name\":\"TORTRIX PEQUE?O      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3642\",\"adjustment_id\":\"8\",\"product_id\":\"2478\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9540 UNIDAD\",\"product_name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3643\",\"adjustment_id\":\"8\",\"product_id\":\"2974\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3644\",\"adjustment_id\":\"8\",\"product_id\":\"3172\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"98\",\"product_name\":\"SABRITAS.           .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3645\",\"adjustment_id\":\"8\",\"product_id\":\"3079\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99176129745\",\"product_name\":\"PASTA COLGATE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3646\",\"adjustment_id\":\"8\",\"product_id\":\"2953\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99176480518\",\"product_name\":\"KIT DE CEPILLADO  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3647\",\"adjustment_id\":\"8\",\"product_id\":\"2939\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9917692238\",\"product_name\":\"JABON PROTEX .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3648\",\"adjustment_id\":\"8\",\"product_id\":\"3489\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99179280\",\"product_name\":\"CHEQUE VERTICAL BRONCE C\\/PICHACHA 1 1\\/4\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"3649\",\"adjustment_id\":\"8\",\"product_id\":\"2472\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"A111\",\"product_name\":\"ABRAZADERA DE 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3650\",\"adjustment_id\":\"8\",\"product_id\":\"3116\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AA823\\/120\",\"product_name\":\"PULIDORA GLP 9 2300W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3651\",\"adjustment_id\":\"8\",\"product_id\":\"2844\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AB608\\/120\\/60\",\"product_name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3652\",\"adjustment_id\":\"8\",\"product_id\":\"2477\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ABRA001\",\"product_name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3653\",\"adjustment_id\":\"8\",\"product_id\":\"2476\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ABRA002\",\"product_name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3654\",\"adjustment_id\":\"8\",\"product_id\":\"2481\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ACE04\",\"product_name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3655\",\"adjustment_id\":\"8\",\"product_id\":\"2488\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ACHUELA ALDOSA 2\",\"product_name\":\"ACHUELA ALDOSA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3656\",\"adjustment_id\":\"8\",\"product_id\":\"3051\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ALF0019\",\"product_name\":\"NIVEL DE RESINA 12\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3657\",\"adjustment_id\":\"8\",\"product_id\":\"2638\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ALF0035\",\"product_name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3658\",\"adjustment_id\":\"8\",\"product_id\":\"2473\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AT001\",\"product_name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3659\",\"adjustment_id\":\"8\",\"product_id\":\"2515\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AZ00151\",\"product_name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3660\",\"adjustment_id\":\"8\",\"product_id\":\"2667\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"BOSSI123\",\"product_name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3661\",\"adjustment_id\":\"8\",\"product_id\":\"2707\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CB123\",\"product_name\":\"CLAVO CONCRETO BRONCO 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3662\",\"adjustment_id\":\"8\",\"product_id\":\"2658\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CHEVEBR05\",\"product_name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3663\",\"adjustment_id\":\"8\",\"product_id\":\"2656\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CHHOBR03\",\"product_name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3664\",\"adjustment_id\":\"8\",\"product_id\":\"3193\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"COS14\\/1\\/120\",\"product_name\":\"SIERRA TRONZADORA 14-2000W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3665\",\"adjustment_id\":\"8\",\"product_id\":\"3194\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CS814\\/3\\/120\",\"product_name\":\"SIERRA TROZADORA 14-2400W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3666\",\"adjustment_id\":\"8\",\"product_id\":\"2639\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"D12\",\"product_name\":\"CEPILLO DE DIENTES UNID.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3667\",\"adjustment_id\":\"8\",\"product_id\":\"2835\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"D87\",\"product_name\":\"ESCOBAS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3668\",\"adjustment_id\":\"8\",\"product_id\":\"3226\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"DW508S-B3\",\"product_name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3669\",\"adjustment_id\":\"8\",\"product_id\":\"2594\",\"option_id\":\"0\",\"quantity\":\"0.5000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00076\",\"product_name\":\"CABLE PARALELO 2* 12 M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3670\",\"adjustment_id\":\"8\",\"product_id\":\"2595\",\"option_id\":\"0\",\"quantity\":\"1.4000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00077\",\"product_name\":\"CABLE PARALELO 2* 14 MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3671\",\"adjustment_id\":\"8\",\"product_id\":\"2609\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00081\",\"product_name\":\"CAJA OCTAGONAL METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3672\",\"adjustment_id\":\"8\",\"product_id\":\"2610\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00082\",\"product_name\":\"CAJA OCTAGONAL PLAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3673\",\"adjustment_id\":\"8\",\"product_id\":\"2615\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00085\",\"product_name\":\"CAJA RECTANGULAR METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3674\",\"adjustment_id\":\"8\",\"product_id\":\"3213\",\"option_id\":\"0\",\"quantity\":\"79.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE055\",\"product_name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3675\",\"adjustment_id\":\"8\",\"product_id\":\"3045\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ELE063\",\"product_name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3676\",\"adjustment_id\":\"8\",\"product_id\":\"2761\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE067\",\"product_name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3677\",\"adjustment_id\":\"8\",\"product_id\":\"2740\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 010231\",\"product_name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3678\",\"adjustment_id\":\"8\",\"product_id\":\"2459\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 02887444770\",\"product_name\":\"7DISCO DEWALT CARBON P CORTAR\\/CONCRET 9?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3679\",\"adjustment_id\":\"8\",\"product_id\":\"2460\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75012066411\",\"product_name\":\"CUCHILLA  6? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3680\",\"adjustment_id\":\"8\",\"product_id\":\"2457\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75012066839\",\"product_name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3681\",\"adjustment_id\":\"8\",\"product_id\":\"2458\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75062406478\",\"product_name\":\"PLACA PARA TIMBRE VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3682\",\"adjustment_id\":\"8\",\"product_id\":\"2461\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER- 7506240656\",\"product_name\":\"9DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3683\",\"adjustment_id\":\"8\",\"product_id\":\"3320\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-01234\",\"product_name\":\"UNIDAD ELECTRODO E 6013\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3684\",\"adjustment_id\":\"8\",\"product_id\":\"3308\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-THPVC1407\",\"product_name\":\"TORNILLO PULSER P\\/BROCA 1\\/4X3\\/4 C\\/E\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3685\",\"adjustment_id\":\"8\",\"product_id\":\"3307\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-TOPC 1407\",\"product_name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3686\",\"adjustment_id\":\"8\",\"product_id\":\"3160\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000012\",\"product_name\":\"REPOSADERA BRONCE 3*3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3687\",\"adjustment_id\":\"8\",\"product_id\":\"3002\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000018\",\"product_name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3688\",\"adjustment_id\":\"8\",\"product_id\":\"3091\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000125\",\"product_name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3689\",\"adjustment_id\":\"8\",\"product_id\":\"2962\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000150\",\"product_name\":\"LB. CLAVO 1\\\" ASSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3690\",\"adjustment_id\":\"8\",\"product_id\":\"2853\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000151\",\"product_name\":\"ESPONJA PEQUE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3691\",\"adjustment_id\":\"8\",\"product_id\":\"3330\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000153\",\"product_name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3692\",\"adjustment_id\":\"8\",\"product_id\":\"2961\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00017\",\"product_name\":\"LB ELECTRODO 3\\/32\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3693\",\"adjustment_id\":\"8\",\"product_id\":\"2462\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00021\",\"product_name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3694\",\"adjustment_id\":\"8\",\"product_id\":\"2528\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00088\",\"product_name\":\"BARNIZ GL NOGAL CELCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3695\",\"adjustment_id\":\"8\",\"product_id\":\"2538\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00106\",\"product_name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3696\",\"adjustment_id\":\"8\",\"product_id\":\"2539\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00108\",\"product_name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3697\",\"adjustment_id\":\"8\",\"product_id\":\"2540\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00111\",\"product_name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3698\",\"adjustment_id\":\"8\",\"product_id\":\"2748\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER001216\",\"product_name\":\"COPLA 1 1\\/2 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3699\",\"adjustment_id\":\"8\",\"product_id\":\"2753\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER001217\",\"product_name\":\"COPLA 3\\/4 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3700\",\"adjustment_id\":\"8\",\"product_id\":\"3302\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER001218\",\"product_name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3701\",\"adjustment_id\":\"8\",\"product_id\":\"3237\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0015\",\"product_name\":\"TAPADERA DE SANITARIO ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3702\",\"adjustment_id\":\"8\",\"product_id\":\"2851\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00150\",\"product_name\":\"ESPONJA GRANDE PARA REPELLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3703\",\"adjustment_id\":\"8\",\"product_id\":\"2695\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00436\",\"product_name\":\"CLAVO 1 1\\/2 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3704\",\"adjustment_id\":\"8\",\"product_id\":\"2697\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00438\",\"product_name\":\"CLAVO 2 1\\/2 LB.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3705\",\"adjustment_id\":\"8\",\"product_id\":\"2698\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00439\",\"product_name\":\"CLAVO 2 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3706\",\"adjustment_id\":\"8\",\"product_id\":\"2699\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3707\",\"adjustment_id\":\"8\",\"product_id\":\"2700\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00441\",\"product_name\":\"CLAVO 4 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3708\",\"adjustment_id\":\"8\",\"product_id\":\"2702\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00446\",\"product_name\":\"CLAVO CONCRETO 1 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3709\",\"adjustment_id\":\"8\",\"product_id\":\"2701\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00447\",\"product_name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3710\",\"adjustment_id\":\"8\",\"product_id\":\"2705\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00448\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3711\",\"adjustment_id\":\"8\",\"product_id\":\"2703\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00449\",\"product_name\":\"CLAVO CONCRETO 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3712\",\"adjustment_id\":\"8\",\"product_id\":\"2704\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00450\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3713\",\"adjustment_id\":\"8\",\"product_id\":\"2706\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00453\",\"product_name\":\"CLAVO CONCRETO 4 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3714\",\"adjustment_id\":\"8\",\"product_id\":\"2708\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00710\",\"product_name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3715\",\"adjustment_id\":\"8\",\"product_id\":\"2973\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00750\",\"product_name\":\"LIMA  TRIANGULAR BELLOTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3716\",\"adjustment_id\":\"8\",\"product_id\":\"3027\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00868\",\"product_name\":\"MASKING TAPE 1 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3717\",\"adjustment_id\":\"8\",\"product_id\":\"3190\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER01143\",\"product_name\":\"SIERRA FINA SANDFLEX 1224\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3718\",\"adjustment_id\":\"8\",\"product_id\":\"2766\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER01397\",\"product_name\":\"CRAYON 2 COLORES GRUESO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3719\",\"adjustment_id\":\"8\",\"product_id\":\"3007\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER01945\",\"product_name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3720\",\"adjustment_id\":\"8\",\"product_id\":\"2577\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER02539\",\"product_name\":\"BROCHA 2 BYP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3721\",\"adjustment_id\":\"8\",\"product_id\":\"2811\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER02908\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3722\",\"adjustment_id\":\"8\",\"product_id\":\"2620\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0313\",\"product_name\":\"CANDADO 40MM DORADO WHALE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3723\",\"adjustment_id\":\"8\",\"product_id\":\"2626\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0314\",\"product_name\":\"CANDADO WHALE DORADO 50 MM\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3724\",\"adjustment_id\":\"8\",\"product_id\":\"3290\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER035\",\"product_name\":\"TORNILLO BUSCA ROSCA 1*8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3725\",\"adjustment_id\":\"8\",\"product_id\":\"3253\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER039\",\"product_name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3726\",\"adjustment_id\":\"8\",\"product_id\":\"3300\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER040\",\"product_name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3727\",\"adjustment_id\":\"8\",\"product_id\":\"3254\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER068\",\"product_name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3728\",\"adjustment_id\":\"8\",\"product_id\":\"2731\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER31106-2\",\"product_name\":\"CODO PVC 3\\/4 45 GRADOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3729\",\"adjustment_id\":\"8\",\"product_id\":\"2988\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GE-0251\",\"product_name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3730\",\"adjustment_id\":\"8\",\"product_id\":\"3151\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GE-0279\",\"product_name\":\"REGADERA PLASTICA BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3731\",\"adjustment_id\":\"8\",\"product_id\":\"2899\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GEL0001\",\"product_name\":\"GALON ALCOHOL GEL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3732\",\"adjustment_id\":\"8\",\"product_id\":\"2938\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GEL0002\",\"product_name\":\"JABON LIQUIDO 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3733\",\"adjustment_id\":\"8\",\"product_id\":\"2509\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GEL0003\",\"product_name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3734\",\"adjustment_id\":\"8\",\"product_id\":\"3158\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI001475\",\"product_name\":\"REPOSADERA 3  ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3735\",\"adjustment_id\":\"8\",\"product_id\":\"3271\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00213\",\"product_name\":\"TEFLON 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3736\",\"adjustment_id\":\"8\",\"product_id\":\"3273\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00214\",\"product_name\":\"TEFLON 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3737\",\"adjustment_id\":\"8\",\"product_id\":\"3275\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00215\",\"product_name\":\"TEFLON 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3738\",\"adjustment_id\":\"8\",\"product_id\":\"2744\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIF000175\",\"product_name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3739\",\"adjustment_id\":\"8\",\"product_id\":\"2745\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIF000176\",\"product_name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3740\",\"adjustment_id\":\"8\",\"product_id\":\"2912\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIFA001\",\"product_name\":\"GRIFA 1\\/2 * 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3741\",\"adjustment_id\":\"8\",\"product_id\":\"2913\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIFA002\",\"product_name\":\"GRIFA 1\\/4 * 3\\/16\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3742\",\"adjustment_id\":\"8\",\"product_id\":\"2937\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"HL8140\\/120M\",\"product_name\":\"HIDROLAVADORA 1800W 2003PSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3743\",\"adjustment_id\":\"8\",\"product_id\":\"2665\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLCHBOZN03\",\"product_name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3744\",\"adjustment_id\":\"8\",\"product_id\":\"2670\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLCHCPOPM05\",\"product_name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3745\",\"adjustment_id\":\"8\",\"product_id\":\"3001\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLPDCLA\",\"product_name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3746\",\"adjustment_id\":\"8\",\"product_id\":\"3039\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"MDL700\",\"product_name\":\"METRO LASER DE 20M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3747\",\"adjustment_id\":\"8\",\"product_id\":\"3040\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"MDL740\",\"product_name\":\"METRO LASER GLP 40M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3748\",\"adjustment_id\":\"8\",\"product_id\":\"2632\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"MS1001\\/2L\",\"product_name\":\"CARETA NEO FOTOSENSIBLE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3749\",\"adjustment_id\":\"8\",\"product_id\":\"3319\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"NIP14\",\"product_name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\\\\\" X 3MT\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3750\",\"adjustment_id\":\"8\",\"product_id\":\"2530\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"P24BD-720\",\"product_name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3751\",\"adjustment_id\":\"8\",\"product_id\":\"2529\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"P47-600\",\"product_name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3752\",\"adjustment_id\":\"8\",\"product_id\":\"2733\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PCV00037\",\"product_name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3753\",\"adjustment_id\":\"8\",\"product_id\":\"2531\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PNS60LS\",\"product_name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3754\",\"adjustment_id\":\"8\",\"product_id\":\"2494\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00003\",\"product_name\":\"ADAPTADOR M 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3755\",\"adjustment_id\":\"8\",\"product_id\":\"2495\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00004\",\"product_name\":\"ADAPTADOR M 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3756\",\"adjustment_id\":\"8\",\"product_id\":\"2496\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00005\",\"product_name\":\"ADAPTADOR M 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3757\",\"adjustment_id\":\"8\",\"product_id\":\"2490\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00006\",\"product_name\":\"ADAOTADOR  1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3758\",\"adjustment_id\":\"8\",\"product_id\":\"2492\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00007\",\"product_name\":\"ADAPTADOR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3759\",\"adjustment_id\":\"8\",\"product_id\":\"2754\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC0001\",\"product_name\":\"COPLA C\\/R 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3760\",\"adjustment_id\":\"8\",\"product_id\":\"2497\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00010\",\"product_name\":\"ADAPTADOR M 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3761\",\"adjustment_id\":\"8\",\"product_id\":\"2716\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00033\",\"product_name\":\"CODO 90 GR 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3762\",\"adjustment_id\":\"8\",\"product_id\":\"2718\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00035\",\"product_name\":\"CODO 90 GR 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3763\",\"adjustment_id\":\"8\",\"product_id\":\"2719\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00036\",\"product_name\":\"CODO 90 GR 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3764\",\"adjustment_id\":\"8\",\"product_id\":\"2720\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00037\",\"product_name\":\"CODO 90 GR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3765\",\"adjustment_id\":\"8\",\"product_id\":\"2721\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00038\",\"product_name\":\"CODO 90 GR 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3766\",\"adjustment_id\":\"8\",\"product_id\":\"2722\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00039\",\"product_name\":\"CODO 90 GR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3767\",\"adjustment_id\":\"8\",\"product_id\":\"2723\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00040\",\"product_name\":\"CODO 90 GR 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3768\",\"adjustment_id\":\"8\",\"product_id\":\"2724\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00045\",\"product_name\":\"CODO 90 GR C\\/R 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3769\",\"adjustment_id\":\"8\",\"product_id\":\"2725\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00051\",\"product_name\":\"CODO 90 GR DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3770\",\"adjustment_id\":\"8\",\"product_id\":\"2726\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00052\",\"product_name\":\"CODO 90 GR DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3771\",\"adjustment_id\":\"8\",\"product_id\":\"2727\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00053\",\"product_name\":\"CODO 90 GR DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3772\",\"adjustment_id\":\"8\",\"product_id\":\"2728\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00054\",\"product_name\":\"CODO 90 GR DR 6\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3773\",\"adjustment_id\":\"8\",\"product_id\":\"2746\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00068\",\"product_name\":\"COPLA 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3774\",\"adjustment_id\":\"8\",\"product_id\":\"2747\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00069\",\"product_name\":\"COPLA 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3775\",\"adjustment_id\":\"8\",\"product_id\":\"2749\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00071\",\"product_name\":\"COPLA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3776\",\"adjustment_id\":\"8\",\"product_id\":\"2750\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00072\",\"product_name\":\"COPLA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3777\",\"adjustment_id\":\"8\",\"product_id\":\"2752\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00073\",\"product_name\":\"COPLA 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3778\",\"adjustment_id\":\"8\",\"product_id\":\"2755\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00076\",\"product_name\":\"COPLA C\\/R 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3779\",\"adjustment_id\":\"8\",\"product_id\":\"2756\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00077\",\"product_name\":\"COPLA C\\/R 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3780\",\"adjustment_id\":\"8\",\"product_id\":\"2758\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00090\",\"product_name\":\"COPLA DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3781\",\"adjustment_id\":\"8\",\"product_id\":\"2759\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00091\",\"product_name\":\"COPLA DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3782\",\"adjustment_id\":\"8\",\"product_id\":\"2760\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00092\",\"product_name\":\"COPLA DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3783\",\"adjustment_id\":\"8\",\"product_id\":\"2717\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00094\",\"product_name\":\"CODO 90 GR 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3784\",\"adjustment_id\":\"8\",\"product_id\":\"3129\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00122\",\"product_name\":\"REDUCIDOR 1 1\\/2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3785\",\"adjustment_id\":\"8\",\"product_id\":\"3127\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00123\",\"product_name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3786\",\"adjustment_id\":\"8\",\"product_id\":\"3171\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"pvc00124\",\"product_name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3787\",\"adjustment_id\":\"8\",\"product_id\":\"3128\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00125\",\"product_name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3788\",\"adjustment_id\":\"8\",\"product_id\":\"3130\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00126\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3789\",\"adjustment_id\":\"8\",\"product_id\":\"3131\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00127\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3790\",\"adjustment_id\":\"8\",\"product_id\":\"3149\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"pvc00128\",\"product_name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3791\",\"adjustment_id\":\"8\",\"product_id\":\"3133\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00130\",\"product_name\":\"REDUCIDOR 1-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3792\",\"adjustment_id\":\"8\",\"product_id\":\"3132\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00131\",\"product_name\":\"REDUCIDOR 1- 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3793\",\"adjustment_id\":\"8\",\"product_id\":\"3136\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00132\",\"product_name\":\"REDUCIDOR 2 1\\/2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3794\",\"adjustment_id\":\"8\",\"product_id\":\"3135\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00136\",\"product_name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3795\",\"adjustment_id\":\"8\",\"product_id\":\"3137\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00137\",\"product_name\":\"REDUCIDOR 2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3796\",\"adjustment_id\":\"8\",\"product_id\":\"3138\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00140\",\"product_name\":\"REDUCIDOR 2-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3797\",\"adjustment_id\":\"8\",\"product_id\":\"3134\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00141\",\"product_name\":\"REDUCIDOR 2 - 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3798\",\"adjustment_id\":\"8\",\"product_id\":\"3141\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00142\",\"product_name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3799\",\"adjustment_id\":\"8\",\"product_id\":\"3147\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00152\",\"product_name\":\"REDUCIDOR DR 3-2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3800\",\"adjustment_id\":\"8\",\"product_id\":\"3144\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00153\",\"product_name\":\"REDUCIDOR 4-2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3801\",\"adjustment_id\":\"8\",\"product_id\":\"3143\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00154\",\"product_name\":\"REDUCIDOR 4 - 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3802\",\"adjustment_id\":\"8\",\"product_id\":\"3243\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00158\",\"product_name\":\"TAPON H 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3803\",\"adjustment_id\":\"8\",\"product_id\":\"3244\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00159\",\"product_name\":\"TAPON H 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3804\",\"adjustment_id\":\"8\",\"product_id\":\"3238\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00161\",\"product_name\":\"TAPON 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3805\",\"adjustment_id\":\"8\",\"product_id\":\"3239\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00164\",\"product_name\":\"TAPON 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3806\",\"adjustment_id\":\"8\",\"product_id\":\"3241\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00168\",\"product_name\":\"TAPON 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3807\",\"adjustment_id\":\"8\",\"product_id\":\"3245\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00171\",\"product_name\":\"TAPON H 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3808\",\"adjustment_id\":\"8\",\"product_id\":\"3257\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00186\",\"product_name\":\"TEE 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3809\",\"adjustment_id\":\"8\",\"product_id\":\"3258\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00187\",\"product_name\":\"TEE 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3810\",\"adjustment_id\":\"8\",\"product_id\":\"3259\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00189\",\"product_name\":\"TEE 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3811\",\"adjustment_id\":\"8\",\"product_id\":\"3260\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00192\",\"product_name\":\"TEE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3812\",\"adjustment_id\":\"8\",\"product_id\":\"2491\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00193\",\"product_name\":\"ADAPTADOR 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3813\",\"adjustment_id\":\"8\",\"product_id\":\"3262\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00199\",\"product_name\":\"TEE 2 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3814\",\"adjustment_id\":\"8\",\"product_id\":\"3264\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00201\",\"product_name\":\"TEE 3 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3815\",\"adjustment_id\":\"8\",\"product_id\":\"3266\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00202\",\"product_name\":\"TEE 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3816\",\"adjustment_id\":\"8\",\"product_id\":\"3267\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00207\",\"product_name\":\"TEE 4 DR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3817\",\"adjustment_id\":\"8\",\"product_id\":\"3270\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00208\",\"product_name\":\"TEE PVC DE 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3818\",\"adjustment_id\":\"8\",\"product_id\":\"3080\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00236\",\"product_name\":\"PEGA PVC 025 ML TANGIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3819\",\"adjustment_id\":\"8\",\"product_id\":\"3347\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00254\",\"product_name\":\"YEE DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3820\",\"adjustment_id\":\"8\",\"product_id\":\"3346\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00255\",\"product_name\":\"YEE DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3821\",\"adjustment_id\":\"8\",\"product_id\":\"3348\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00256\",\"product_name\":\"YEE DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3822\",\"adjustment_id\":\"8\",\"product_id\":\"2751\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00260\",\"product_name\":\"COPLA 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3823\",\"adjustment_id\":\"8\",\"product_id\":\"2777\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC0105\",\"product_name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3824\",\"adjustment_id\":\"8\",\"product_id\":\"3139\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC143\",\"product_name\":\"REDUCIDOR 3- 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3825\",\"adjustment_id\":\"8\",\"product_id\":\"3140\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC144\",\"product_name\":\"REDUCIDOR 3-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3826\",\"adjustment_id\":\"8\",\"product_id\":\"3081\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC287\",\"product_name\":\"PEGA PVC 050 ML TANGIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3827\",\"adjustment_id\":\"8\",\"product_id\":\"2997\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"SUVAL2\\\"\",\"product_name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3828\",\"adjustment_id\":\"8\",\"product_id\":\"3076\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"T1101-047\",\"product_name\":\"PASADOR ALEMAN 3\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3829\",\"adjustment_id\":\"8\",\"product_id\":\"3225\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA002\",\"product_name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3830\",\"adjustment_id\":\"8\",\"product_id\":\"3317\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA121216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3831\",\"adjustment_id\":\"8\",\"product_id\":\"3318\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA381216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*19 ACERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3832\",\"adjustment_id\":\"8\",\"product_id\":\"2866\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"THQC1120\",\"product_name\":\"FLIPON # 20 THQC1120\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3833\",\"adjustment_id\":\"8\",\"product_id\":\"2455\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"THQC1130\",\"product_name\":\"FLIPON # 30 THQC1130\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3834\",\"adjustment_id\":\"8\",\"product_id\":\"3227\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TP813\\/3\",\"product_name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3835\",\"adjustment_id\":\"8\",\"product_id\":\"3228\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TP913\\/4\",\"product_name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3836\",\"adjustment_id\":\"8\",\"product_id\":\"3315\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TUC13\",\"product_name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\\\\\" X 3MT\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3837\",\"adjustment_id\":\"8\",\"product_id\":\"2827\",\"option_id\":\"0\",\"quantity\":\"78.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"UP0000793\",\"product_name\":\"DULCES COLOMBINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3838\",\"adjustment_id\":\"8\",\"product_id\":\"3338\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VAPB-2\",\"product_name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3839\",\"adjustment_id\":\"8\",\"product_id\":\"3328\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VBLPVC04\",\"product_name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3840\",\"adjustment_id\":\"8\",\"product_id\":\"3329\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBLPVC05\",\"product_name\":\"VALVULA BOLA PVC 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3841\",\"adjustment_id\":\"8\",\"product_id\":\"3327\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ03\",\"product_name\":\"VALVULA BOLA DE ZINC 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3842\",\"adjustment_id\":\"8\",\"product_id\":\"3326\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ04\",\"product_name\":\"VALVULA BOLA 3\\/4 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3843\",\"adjustment_id\":\"8\",\"product_id\":\"3325\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ05\",\"product_name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3844\",\"adjustment_id\":\"8\",\"product_id\":\"3332\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VCBRWL04\",\"product_name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3845\",\"adjustment_id\":\"8\",\"product_id\":\"3331\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VCBRWL05\",\"product_name\":\"VALVULA COMPUERTA BR 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3846\",\"adjustment_id\":\"8\",\"product_id\":\"3281\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0096\",\"product_name\":\"TENAZIN DE 9\\\" VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3847\",\"adjustment_id\":\"8\",\"product_id\":\"3104\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0167\",\"product_name\":\"PLANCHA ALBA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3848\",\"adjustment_id\":\"8\",\"product_id\":\"3179\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0785\",\"product_name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3849\",\"adjustment_id\":\"8\",\"product_id\":\"2826\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0795\",\"product_name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3850\",\"adjustment_id\":\"8\",\"product_id\":\"3251\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0840\",\"product_name\":\"TARUGO PLASTICO DE 1\\/4\\\" VIKINGO 100 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3851\",\"adjustment_id\":\"8\",\"product_id\":\"3249\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0841\",\"product_name\":\"TARUGO PLASTICO 3\\/16\\\\\\\"  VIKINGO 100 UNID\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"3852\",\"adjustment_id\":\"8\",\"product_id\":\"2624\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0867\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3853\",\"adjustment_id\":\"8\",\"product_id\":\"2474\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0894R\",\"product_name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3854\",\"adjustment_id\":\"8\",\"product_id\":\"2625\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0898\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3855\",\"adjustment_id\":\"8\",\"product_id\":\"2825\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0908\",\"product_name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3856\",\"adjustment_id\":\"8\",\"product_id\":\"2475\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0928\",\"product_name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"3857\",\"adjustment_id\":\"8\",\"product_id\":\"3188\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"W185\\/1\\/120\",\"product_name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"image\":\"\",\"details\":null,\"variant\":null}]}', '2022-08-09 12:58:08');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2053, 'Purchase is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"220\",\"reference_no\":\"130891810\",\"date\":\"2022-09-12 12:19:00\",\"supplier_id\":\"15\",\"supplier\":\"DISTRIBUIDORA SAGITARIO, S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"213.2400\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"213.2400\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"8\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"13355\",\"purchase_id\":\"220\",\"transfer_id\":null,\"product_id\":\"2789\",\"product_code\":\"7401000707327\",\"product_name\":\"DE LA GRANJA 1 LITRO\",\"option_id\":null,\"net_unit_cost\":\"9.5600\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"57.3600\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-09-12\",\"status\":\"received\",\"unit_cost\":\"9.5600\",\"real_unit_cost\":\"9.5600\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"9.5600\"},{\"id\":\"13356\",\"purchase_id\":\"220\",\"transfer_id\":null,\"product_id\":\"2873\",\"product_code\":\"7401000705217\",\"product_name\":\"FRIJOL DEL MONTE 5.5\",\"option_id\":null,\"net_unit_cost\":\"3.0200\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"18.1200\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-09-12\",\"status\":\"received\",\"unit_cost\":\"3.0200\",\"real_unit_cost\":\"3.0200\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3.0200\"},{\"id\":\"13357\",\"purchase_id\":\"220\",\"transfer_id\":null,\"product_id\":\"3120\",\"product_code\":\"7401000707723\",\"product_name\":\"RAPTOR\",\"option_id\":null,\"net_unit_cost\":\"5.7400\",\"quantity\":\"24.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"137.7600\",\"quantity_balance\":\"24.0000\",\"date\":\"2022-09-12\",\"status\":\"received\",\"unit_cost\":\"5.7400\",\"real_unit_cost\":\"5.7400\",\"quantity_received\":\"24.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"24.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"5.7400\"}]}', '2022-09-12 12:19:44');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2054, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2491\",\"code\":\"PVC00193\",\"name\":\"ADAPTADOR 1\\/2\",\"unit\":\"1\",\"cost\":\"0.95999999999999996447\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"79.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"adaptador-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-09-21 09:36:52');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2055, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2979\",\"code\":\"7702031642725\",\"name\":\"LISTERINE COOL MINT\",\"unit\":\"1\",\"cost\":\"29.70000000000000000000\",\"price\":\"38.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"listerine-cool-mint\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-09-21 15:30:47');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2056, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3750\",\"code\":\"62565347\",\"name\":\"CODO PVC 45 GR 3\\/4\",\"unit\":\"5\",\"cost\":\"2.75000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"62565347\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:00:57');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2057, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3072\",\"code\":\"102220\",\"name\":\"PAPEL ARIEL COVER CASC DE HUEVO OFICI0\",\"unit\":\"1\",\"cost\":\"0.50000000000000000000\",\"price\":\"0.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-ariel-cover-casc-de-huevo-ofici0\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:13:33');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2058, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3277\",\"code\":\"10040\",\"name\":\"TENACIN\",\"unit\":\"1\",\"cost\":\"26.79000000000000000000\",\"price\":\"35.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tenacin\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:24:46');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2059, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3071\",\"code\":\"102221\",\"name\":\"PAPEL ARCO IRIS CARTA\",\"unit\":\"1\",\"cost\":\"0.14999999999999999445\",\"price\":\"0.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":\"0\",\"slug\":\"papel-arco-iris-carta\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:25:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2060, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2925\",\"code\":\"7401090801622\",\"name\":\"HELADO LITRO SARITA POLIPAPEL\",\"unit\":\"1\",\"cost\":\"21.00000000000000000000\",\"price\":\"28.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"helado-litro-sarita-polipapel\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:25:14');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2061, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3075\",\"code\":\"7401107800310\",\"name\":\"PAPEL STAFF JUNIOR\",\"unit\":\"1\",\"cost\":\"1.17000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-staff-junior\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:25:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2062, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3073\",\"code\":\"7416502201365\",\"name\":\"PAPEL ROSAL\",\"unit\":\"1\",\"cost\":\"1.54000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"papel-rosal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:25:30');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2063, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2837\",\"code\":\"102227\",\"name\":\"ESFERA  DE DUROPORT 00X  25 2.00\",\"unit\":\"1\",\"cost\":\"0.25000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-00x-25-200\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:26:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2064, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2838\",\"code\":\"102229\",\"name\":\"ESFERA DE DUROPORT 1 X 25 3CM\",\"unit\":\"1\",\"cost\":\"1.89999999999999991118\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":\"0\",\"slug\":\"esfera-de-duroport-1-x-25-3cm\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:26:20');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2065, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2839\",\"code\":\"102231\",\"name\":\"ESFERA DE DUROPORT NO 3 X 25.4 CM\",\"unit\":\"1\",\"cost\":\"0.58000000000000000000\",\"price\":\"0.70000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-3-x-254-cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:26:23');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2066, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2841\",\"code\":\"102233\",\"name\":\"ESFERA DE DUROPORT NO. 5X 10 5.5 CM\",\"unit\":\"1\",\"cost\":\"0.79000000000000000000\",\"price\":\"0.90000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-5x-10-55-cm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:26:26');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2067, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2842\",\"code\":\"102234\",\"name\":\"ESFERA DE DUROPORT NO. 6 X 10\",\"unit\":\"1\",\"cost\":\"1.27000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-6-x-10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:26:31');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2068, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2843\",\"code\":\"102235\",\"name\":\"ESFERA DE DUROPORT NO. 7 1X10\",\"unit\":\"1\",\"cost\":\"1.59000000000000000000\",\"price\":\"1.75000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-7-1x10\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:26:34');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2069, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2840\",\"code\":\"102236\",\"name\":\"ESFERA DE DUROPORT NO 8 1X5\",\"unit\":\"1\",\"cost\":\"2.23000000000000000000\",\"price\":\"2.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"esfera-de-duroport-no-8-1x5\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:26:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2070, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2989\",\"code\":\"7501206658871\",\"name\":\"LLAVE DE 1\\/2?? DE JARDIN DE ESFERA  PRET\",\"unit\":\"1\",\"cost\":\"15.95000000000000000000\",\"price\":\"28.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"llave-de-12-de-jardin-de-esfera-pret\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:26:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2071, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3042\",\"code\":\"102275\",\"name\":\"MINI SNICKERS\",\"unit\":\"1\",\"cost\":\"0.83000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mini-snickers\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:27:14');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2072, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2623\",\"code\":\"102314\",\"name\":\"CANDADO GRIS TRI-CIRCLE 32MM\",\"unit\":\"1\",\"cost\":\"6.00000000000000000000\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"candado-gris-tri-circle-32mm\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:27:36');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2073, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2604\",\"code\":\"102358\",\"name\":\"CAIMAN DE 30\\\"\",\"unit\":\"1\",\"cost\":\"124.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-30\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:28:15');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2074, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2605\",\"code\":\"102359\",\"name\":\"CAIMAN DE 36\\\"\",\"unit\":\"1\",\"cost\":\"142.00000000000000000000\",\"price\":\"170.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caiman-de-36\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:28:18');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2075, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3104\",\"code\":\"VK0167\",\"name\":\"PLANCHA ALBA\",\"unit\":\"1\",\"cost\":\"36.18000000000000000000\",\"price\":\"48.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:29:09');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2076, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3108\",\"code\":\"10279\",\"name\":\"PLANCHA PARA ALBA\",\"unit\":\"1\",\"cost\":\"18.00000000000000000000\",\"price\":\"23.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 15:29:12');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2077, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2541\",\"code\":\"150\",\"name\":\"BOCADELI PEQUE\",\"unit\":\"1\",\"cost\":\"0.41999999999999998446\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":\"0\",\"slug\":\"150\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 16:52:50');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2078, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3026\",\"code\":\"3LAYER MASCA\",\"name\":\"MASCARILLA 3M\",\"unit\":\"1\",\"cost\":\"2.47500000000000008882\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"mascarilla-3m\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 16:53:23');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2079, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2512\",\"code\":\"6933528730200\",\"name\":\"ALICATE MULTIUSOS\",\"unit\":\"1\",\"cost\":\"55.52000000000000000000\",\"price\":\"74.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"alicate-multiusos\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-10 16:54:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2080, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3399\",\"code\":\"28974286\",\"name\":\"TUBO DE 1\\u00b4\\u00b4  C\\/ROSCA Y COPLA.\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"240.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"28974286\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:13:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2081, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3352\",\"code\":\"48030741\",\"name\":\"TUBO DE 2\\u00b4\\u00b4 GALV. S\\/ROSCA\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"185.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"48030741\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:18:27');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2082, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3397\",\"code\":\"72283356\",\"name\":\"TUBO DE 2X2.\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"190.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"72283356\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:22:48');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2083, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3379\",\"code\":\"78218315\",\"name\":\"TUBO DE 3X2 CHAPA 14.\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"335.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"78218315\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:23:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2084, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":false}', '2022-11-11 10:23:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2085, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3400\",\"code\":\"79515626\",\"name\":\"TUBO DE 3\\/4 C\\/ROSCA Y COPLA.\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"175.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"79515626\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"2\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:28:54');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2086, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3411\",\"code\":\"95582737\",\"name\":\"VARILLA DE 3\\/8 MM.\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"28.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"95582737\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:35:23');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2087, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3428\",\"code\":\"14703337\",\"name\":\"CLAVO DE 5\\u00a8\",\"unit\":\"5\",\"cost\":\"6.45000000000000017764\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"14703337\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:52:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2088, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3425\",\"code\":\"25242232\",\"name\":\"CLAVO DE 2 1\\/2\\u00a8\",\"unit\":\"5\",\"cost\":\"6.45000000000000017764\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"clavo-de-2-12\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:53:15');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2089, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3423\",\"code\":\"40249284\",\"name\":\"CLAVO DE 1\\u00a8\",\"unit\":\"5\",\"cost\":\"7.90000000000000035527\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"40249284\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"2\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:53:36');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2090, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3424\",\"code\":\"49713592\",\"name\":\"CLAVO DE 2\\u00a8\",\"unit\":\"5\",\"cost\":\"6.45000000000000017764\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"49713592\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:53:52');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2091, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3426\",\"code\":\"57087165\",\"name\":\"CLAVO DE 3\\u00a8\",\"unit\":\"5\",\"cost\":\"6.45000000000000017764\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"57087165\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:54:15');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2092, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3427\",\"code\":\"64487780\",\"name\":\"CLAVO DE 4\\u00a8\",\"unit\":\"5\",\"cost\":\"6.45000000000000017764\",\"price\":\"8.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"64487780\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:54:28');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2093, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3421\",\"code\":\"07770536\",\"name\":\"TORNILLO PUNTA DE BROCA 2 1\\/2.\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"07770536\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 10:59:20');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2094, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3419\",\"code\":\"48539487\",\"name\":\"TORNILLO PUNTA DE BROCA 1\\u00a8\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"0.59999999999999997780\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"48539487\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 11:00:17');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2095, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3420\",\"code\":\"64252636\",\"name\":\"TORNILLO PUNTA DE BROCA DE 2\\u00a8\",\"unit\":\"5\",\"cost\":\"0.01000000000000000021\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"20.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"64252636\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 11:00:29');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2096, 'Product is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"3755\",\"code\":\"28367951\",\"name\":\"LAMINA ACANALADA 6 PIES CALIBRE 26\",\"unit\":\"5\",\"cost\":\"75.00000000000000000000\",\"price\":\"84.00000000000000000000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"28367951\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 11:41:22');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2097, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2772\",\"code\":\"7401000709253\",\"name\":\"CUBA LIBRE KARMA\",\"unit\":\"1\",\"cost\":\"3.98000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cuba-libre-karma\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:19:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2098, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"2773\",\"code\":\"7401005013614\",\"name\":\"CUBATA GUARANA 350 ML\",\"unit\":\"1\",\"cost\":\"4.00000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cubata-guarana-350-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:19:43');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2099, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2929\",\"code\":\"7401090802131\",\"name\":\"HELADO SANDWICH CHOCOLATE VAINILLA\",\"unit\":\"1\",\"cost\":\"3.75000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"helado-sandwich-chocolate-vainilla\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:22:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2100, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2709\",\"code\":\"7401147800066\",\"name\":\"CLORO CLORAL 40ML\",\"unit\":\"1\",\"cost\":\"0.66000000000000000000\",\"price\":\"1.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cloro-cloral-40ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:23:10');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2101, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2785\",\"code\":\"7404004460038\",\"name\":\"DE LA FINCA MARA\",\"unit\":\"1\",\"cost\":\"8.00000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:23:28');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2102, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2788\",\"code\":\"7404004460045\",\"name\":\"DE LA FINCA SEMILLA MIXTA\",\"unit\":\"1\",\"cost\":\"6.50000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"de-la-finca-semilla-mixta\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:23:32');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2103, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2782\",\"code\":\"7404004460069\",\"name\":\"DE LA FINCA HABA CON SAL\",\"unit\":\"1\",\"cost\":\"6.50000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"de-la-finca-haba-con-sal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:23:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2104, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2787\",\"code\":\"7404004460076\",\"name\":\"DE LA FINCA PLATANINA\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"de-la-finca-platanina\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:23:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2105, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2780\",\"code\":\"7404004460083\",\"name\":\"DE LA FINCA CHAMPURRADA\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"de-la-finca-champurrada\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:23:46');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2106, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2781\",\"code\":\"7404004460090\",\"name\":\"DE LA FINCA CHORROS\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"de-la-finca-chorros\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:23:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2107, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2786\",\"code\":\"7404004460144\",\"name\":\"DE LA FINCA NATURAL MIX\",\"unit\":\"1\",\"cost\":\"8.00000000000000000000\",\"price\":\"11.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"de-la-finca-natural-mix\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:23:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2108, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2783\",\"code\":\"740404460014\",\"name\":\"DE LA FINCA MANI GARRAPI\",\"unit\":\"1\",\"cost\":\"5.50000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:23:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2109, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2784\",\"code\":\"740404460021\",\"name\":\"DE LA FINCA MANI SALADO\",\"unit\":\"1\",\"cost\":\"5.50000000000000000000\",\"price\":\"7.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"de-la-finca-mani-salado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:24:02');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2110, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3481\",\"code\":\"7406007082316\",\"name\":\"FLAUTINES SE\\u00d1ORIAL\",\"unit\":\"5\",\"cost\":\"0.41625000000000000888\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"5\",\"purchase_unit\":\"5\",\"brand\":\"0\",\"slug\":\"flautines-senorial\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:24:21');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2111, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2523\",\"code\":\"7501088401046\",\"name\":\"AROMATIZANTE CHICA FRESA\",\"unit\":\"1\",\"cost\":\"14.00000000000000000000\",\"price\":\"18.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"aromatizante-chica-fresa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:25:08');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2112, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2834\",\"code\":\"7501206659915\",\"name\":\"ESCOBA PL\",\"unit\":\"1\",\"cost\":\"37.51000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:25:54');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2113, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2579\",\"code\":\"7506385334868\",\"name\":\"BROCHA CHIP 2\\\" MANGO CAFE\",\"unit\":\"1\",\"cost\":\"3.31000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-chip-2-mango-cafe\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:27:09');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2114, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3232\",\"code\":\"7622210863690\",\"name\":\"TANG FRUIT PONCH 20G\",\"unit\":\"1\",\"cost\":\"1.20000000000000000000\",\"price\":\"2.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tang-fruit-ponch-20g\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:27:23');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2115, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2556\",\"code\":\"756956001072\",\"name\":\"BOTONETAS NEGRAS\",\"unit\":\"1\",\"cost\":\"0.45000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"botonetas-negras\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:27:33');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2116, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2555\",\"code\":\"756956001126\",\"name\":\"BOTONETA AMARILLA\",\"unit\":\"1\",\"cost\":\"0.45000000000000000000\",\"price\":\"1.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"botoneta-amarilla\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:27:36');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2117, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3014\",\"code\":\"7702007062182\",\"name\":\"MANI CERVECERO GRA NUTS\",\"unit\":\"1\",\"cost\":\"5.75000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":\"0\",\"slug\":\"mani-cervecero-gra-nuts\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:28:08');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2118, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2577\",\"code\":\"FER02539\",\"name\":\"BROCHA 2 BYP\",\"unit\":\"1\",\"cost\":\"3.73000000000000000000\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"brocha-2-byp\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"2\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:29:18');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2119, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2899\",\"code\":\"GEL0001\",\"name\":\"GALON ALCOHOL GEL\",\"unit\":\"1\",\"cost\":\"155.00000000000000000000\",\"price\":\"207.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"galon-alcohol-gel\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:29:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2120, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2530\",\"code\":\"P24BD-720\",\"name\":\"BATERIA PRIME CHANGE 12 PLACAS\",\"unit\":\"1\",\"cost\":\"555.00000000000000000000\",\"price\":\"1110.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-change-12-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:30:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2121, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2529\",\"code\":\"P47-600\",\"name\":\"BATERIA PRIME CHANGE 10 PLACAS\",\"unit\":\"1\",\"cost\":\"350.00000000000000000000\",\"price\":\"470.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":\"0\",\"slug\":\"bateria-prime-change-10-placas\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:30:08');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2122, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2531\",\"code\":\"PNS60LS\",\"name\":\"BATERIA PRIME CHARGE 9 PLACAS\",\"unit\":\"1\",\"cost\":\"525.00000000000000000000\",\"price\":\"1050.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"bateria-prime-charge-9-placas\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:30:13');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2123, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2938\",\"code\":\"GEL0002\",\"name\":\"JABON LIQUIDO 500 ML\",\"unit\":\"1\",\"cost\":\"38.00000000000000000000\",\"price\":\"51.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"jabon-liquido-500-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-11-11 15:33:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2124, 'Sale is being deleted by karinmaricela (User Id: 9)', '{\"model\":{\"id\":\"2399\",\"date\":\"2022-11-14 07:19:52\",\"reference_no\":\"SALE\\/POS2022\\/11\\/2409\",\"customer_id\":\"61\",\"customer\":\"VENTAS EN PISTA\",\"biller_id\":\"3\",\"biller\":\"Gasolinera y Materiales Manuelito S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"540.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"540.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"9\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"9\",\"pos\":\"1\",\"paid\":\"540.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"89fda71e27e9e5cf040b11f35a0985a4790a364973aed8690e1e688acb81f779\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"8781\",\"sale_id\":\"2399\",\"product_id\":\"3695\",\"product_code\":\"60886125\",\"product_name\":\"GALON DE TINER\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"60.0000\",\"unit_price\":\"60.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"60.0000\",\"serial_no\":\"\",\"real_unit_price\":\"60.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"GALON\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"GALON\"},{\"id\":\"8782\",\"sale_id\":\"2399\",\"product_id\":\"3725\",\"product_code\":\"24485829\",\"product_name\":\"PINTURA CORONA GALON ACEITE CLASICA FAST DRY\",\"product_type\":\"standard\",\"option_id\":\"0\",\"net_unit_price\":\"125.0000\",\"unit_price\":\"125.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"125.0000\",\"serial_no\":\"\",\"real_unit_price\":\"125.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"GALON\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"GALON\"},{\"id\":\"8783\",\"sale_id\":\"2399\",\"product_id\":\"3382\",\"product_code\":\"67308696\",\"product_name\":\"TUBO NEGRO DE 1X1 1\\/2.\",\"product_type\":\"standard\",\"option_id\":\"0\",\"net_unit_price\":\"130.0000\",\"unit_price\":\"130.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"130.0000\",\"serial_no\":\"\",\"real_unit_price\":\"130.0000\",\"sale_item_id\":null,\"product_unit_id\":\"5\",\"product_unit_code\":\"UNIDAD\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"5\",\"base_unit_code\":\"UNIDAD\"},{\"id\":\"8784\",\"sale_id\":\"2399\",\"product_id\":\"3727\",\"product_code\":\"48665044\",\"product_name\":\"PINTURA SPRAY CROMO BRILLANTE CORONA\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"25.0000\",\"unit_price\":\"25.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"25.0000\",\"serial_no\":\"\",\"real_unit_price\":\"25.0000\",\"sale_item_id\":null,\"product_unit_id\":\"5\",\"product_unit_code\":\"UNIDAD\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"5\",\"base_unit_code\":\"UNIDAD\"},{\"id\":\"8785\",\"sale_id\":\"2399\",\"product_id\":\"3439\",\"product_code\":\"29652683\",\"product_name\":\"LIBRA DE ALAMBRE DE AMARRE.\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"8.0000\",\"unit_price\":\"8.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"16.0000\",\"serial_no\":\"\",\"real_unit_price\":\"8.0000\",\"sale_item_id\":null,\"product_unit_id\":\"5\",\"product_unit_code\":\"UNIDAD\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"5\",\"base_unit_code\":\"UNIDAD\"},{\"id\":\"8786\",\"sale_id\":\"2399\",\"product_id\":\"3441\",\"product_code\":\"38292314\",\"product_name\":\"CEMENTO PROGRESO\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"77.0000\",\"unit_price\":\"77.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"154.0000\",\"serial_no\":\"\",\"real_unit_price\":\"77.0000\",\"sale_item_id\":null,\"product_unit_id\":\"5\",\"product_unit_code\":\"UNIDAD\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"5\",\"base_unit_code\":\"UNIDAD\"},{\"id\":\"8787\",\"sale_id\":\"2399\",\"product_id\":\"3473\",\"product_code\":\"18399968\",\"product_name\":\"TUBO PVC 1\\/2 \",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"30.0000\",\"unit_price\":\"30.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"30.0000\",\"serial_no\":\"\",\"real_unit_price\":\"30.0000\",\"sale_item_id\":null,\"product_unit_id\":\"5\",\"product_unit_code\":\"UNIDAD\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"5\",\"base_unit_code\":\"UNIDAD\"}]}', '2022-11-14 08:12:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2125, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2705\",\"code\":\"FER00448\",\"name\":\"CLAVO CONCRETO 3 UNIDAD\",\"unit\":\"1\",\"cost\":\"0.11000000000000000000\",\"price\":\"0.30000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"clavo-concreto-3-unidad\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-05 09:08:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2126, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"3144\",\"code\":\"PVC00153\",\"name\":\"REDUCIDOR 4-2\",\"unit\":\"1\",\"cost\":\"7.05000000000000000000\",\"price\":\"13.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-2\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-07 15:35:18');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2127, 'Product is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"3143\",\"code\":\"PVC00154\",\"name\":\"REDUCIDOR 4 - 3\",\"unit\":\"1\",\"cost\":\"12.00000000000000000000\",\"price\":\"16.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-4-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-07 15:35:31');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2128, 'Quantity adjustment is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"53\",\"date\":\"2022-12-21 10:22:00\",\"reference_no\":\"2022\\/12\\/0048\",\"warehouse_id\":\"1\",\"note\":\"\",\"attachment\":\"825c8bb8cfba6c952e3557d75d960276.csv\",\"created_by\":\"8\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"10287\",\"adjustment_id\":\"53\",\"product_id\":\"3632\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"00067547\",\"product_name\":\"GLOBOS PAYASO UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10288\",\"adjustment_id\":\"53\",\"product_id\":\"3208\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"0077472141340\",\"product_name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10289\",\"adjustment_id\":\"53\",\"product_id\":\"3620\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"011415218604\",\"product_name\":\"TABCIN GRIPE Y TOS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10290\",\"adjustment_id\":\"53\",\"product_id\":\"3619\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"011418205116\",\"product_name\":\"DORIVAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10291\",\"adjustment_id\":\"53\",\"product_id\":\"3223\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"011418221017\",\"product_name\":\"TABCIN NI\\u00d1OS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10292\",\"adjustment_id\":\"53\",\"product_id\":\"2514\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"011418386891\",\"product_name\":\"ALKA SELTZER .\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10293\",\"adjustment_id\":\"53\",\"product_id\":\"2524\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"011418699182\",\"product_name\":\"ASPIRINA FORTE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10294\",\"adjustment_id\":\"53\",\"product_id\":\"2990\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02-290\",\"product_name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10295\",\"adjustment_id\":\"53\",\"product_id\":\"2991\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02-310\",\"product_name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10296\",\"adjustment_id\":\"53\",\"product_id\":\"3577\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"024000501565\",\"product_name\":\"ALOE VERA DEL MONTE 1500 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10297\",\"adjustment_id\":\"53\",\"product_id\":\"3786\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"024474313015\",\"product_name\":\"JUGO PETIT EN CAJITA 200 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10298\",\"adjustment_id\":\"53\",\"product_id\":\"3551\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02579618\",\"product_name\":\"CABO PARA PIOCHA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10299\",\"adjustment_id\":\"53\",\"product_id\":\"3034\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"045242502653\",\"product_name\":\"METRO 8 METROS MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10300\",\"adjustment_id\":\"53\",\"product_id\":\"3742\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"045731131470\",\"product_name\":\"GRAPADORA STANLEY TR45\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10301\",\"adjustment_id\":\"53\",\"product_id\":\"3799\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"05494687\",\"product_name\":\"AILSADOR DE PORCELANA SIN TORNILLO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10302\",\"adjustment_id\":\"53\",\"product_id\":\"3483\",\"option_id\":\"0\",\"quantity\":\"58.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"081537305226\",\"product_name\":\"SE\\u00d1ORIAL PEQUE\\u00d1O\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10303\",\"adjustment_id\":\"53\",\"product_id\":\"2485\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"085051009530\",\"product_name\":\"LITRO DE ACEITE SAE 40 AMERICAN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10304\",\"adjustment_id\":\"53\",\"product_id\":\"2977\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"085051313002\",\"product_name\":\"LIQUIDO DE FRENOS DOT-3  300ML \",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10305\",\"adjustment_id\":\"53\",\"product_id\":\"3779\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"088313062946\",\"product_name\":\"FRIJOL DUCAL 29 ONZ.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10306\",\"adjustment_id\":\"53\",\"product_id\":\"3568\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"09765753\",\"product_name\":\"PRO TUBO LED EMERGENCIA 80 W\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10307\",\"adjustment_id\":\"53\",\"product_id\":\"3578\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"099176133421\",\"product_name\":\"FABULOSO LAVANDA MORADO \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10308\",\"adjustment_id\":\"53\",\"product_id\":\"2901\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA SALVAVIDAS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10309\",\"adjustment_id\":\"53\",\"product_id\":\"2672\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100045000024\",\"product_name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10310\",\"adjustment_id\":\"53\",\"product_id\":\"2824\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100083000017\",\"product_name\":\"DUCHA EXAGONAL VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10311\",\"adjustment_id\":\"53\",\"product_id\":\"3078\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100103000010\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/MARIPOSA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10312\",\"adjustment_id\":\"53\",\"product_id\":\"3077\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100103000027\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10313\",\"adjustment_id\":\"53\",\"product_id\":\"2557\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10015600067\",\"product_name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10314\",\"adjustment_id\":\"53\",\"product_id\":\"2607\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"100165000034\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\\\\\" VIKINGO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10315\",\"adjustment_id\":\"53\",\"product_id\":\"2608\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100165000058\",\"product_name\":\"CAJA CLAVO CONCRETO 3\\\\\\\"  VIKINGO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10316\",\"adjustment_id\":\"53\",\"product_id\":\"2493\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100231000043\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10317\",\"adjustment_id\":\"53\",\"product_id\":\"2498\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100231000050\",\"product_name\":\"ADAPTADOR P\\/COPA TALDRO VIKINGO 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10318\",\"adjustment_id\":\"53\",\"product_id\":\"2575\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10045242184764\",\"product_name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10319\",\"adjustment_id\":\"53\",\"product_id\":\"2960\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102\",\"product_name\":\"LB CLAVO PARA LAMINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10320\",\"adjustment_id\":\"53\",\"product_id\":\"3304\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10203\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2 PULG. PUNTA DE BROCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10321\",\"adjustment_id\":\"53\",\"product_id\":\"3303\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10204\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2 PULG.  BUSCA ROSCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10322\",\"adjustment_id\":\"53\",\"product_id\":\"3246\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10205\",\"product_name\":\"TAPON H DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10323\",\"adjustment_id\":\"53\",\"product_id\":\"2715\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102106\",\"product_name\":\"CODO 45 GR DR 4 P\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10324\",\"adjustment_id\":\"53\",\"product_id\":\"3339\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102108\",\"product_name\":\"VALVULA PILA 2 P BRONCE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10325\",\"adjustment_id\":\"53\",\"product_id\":\"3340\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102109\",\"product_name\":\"VALVULA PILA 3 BRONCE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10326\",\"adjustment_id\":\"53\",\"product_id\":\"3146\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102111\",\"product_name\":\"REDUCIDOR DE 3-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10327\",\"adjustment_id\":\"53\",\"product_id\":\"3334\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102145\",\"product_name\":\"VALVULA DE ALUMINIO DE 3?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10328\",\"adjustment_id\":\"53\",\"product_id\":\"3159\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102146\",\"product_name\":\"REPOSADERA 4*4? ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10329\",\"adjustment_id\":\"53\",\"product_id\":\"3265\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102147\",\"product_name\":\"TEE 3\\\" PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10330\",\"adjustment_id\":\"53\",\"product_id\":\"3263\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102148\",\"product_name\":\"TEE 2\\\" PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10331\",\"adjustment_id\":\"53\",\"product_id\":\"3261\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102149\",\"product_name\":\"TEE 2 1\\/2 PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10332\",\"adjustment_id\":\"53\",\"product_id\":\"3145\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10333\",\"adjustment_id\":\"53\",\"product_id\":\"3296\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102204\",\"product_name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 \",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10334\",\"adjustment_id\":\"53\",\"product_id\":\"3306\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102207\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10335\",\"adjustment_id\":\"53\",\"product_id\":\"3305\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102215\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10336\",\"adjustment_id\":\"53\",\"product_id\":\"2736\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102225\",\"product_name\":\"COMPAS ECONOMICO DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10337\",\"adjustment_id\":\"53\",\"product_id\":\"2730\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102246\",\"product_name\":\"CODO C\\/R 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10338\",\"adjustment_id\":\"53\",\"product_id\":\"2729\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102247\",\"product_name\":\"CODO C\\/R 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10339\",\"adjustment_id\":\"53\",\"product_id\":\"3269\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102248\",\"product_name\":\"TEE C\\/R 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10340\",\"adjustment_id\":\"53\",\"product_id\":\"3268\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102249\",\"product_name\":\"TEE C\\/R 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10341\",\"adjustment_id\":\"53\",\"product_id\":\"2757\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102250\",\"product_name\":\"COPLA C\\/R 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10342\",\"adjustment_id\":\"53\",\"product_id\":\"3242\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102252\",\"product_name\":\"TAPON 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10343\",\"adjustment_id\":\"53\",\"product_id\":\"3294\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102253\",\"product_name\":\"TORNILLO NEGRO DE 2\\\\\\\" BUSCA ROSCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10344\",\"adjustment_id\":\"53\",\"product_id\":\"3293\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102256\",\"product_name\":\"TORNILLO NEGRO 2 1\\/2 \\\" BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10345\",\"adjustment_id\":\"53\",\"product_id\":\"2996\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102285\",\"product_name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10346\",\"adjustment_id\":\"53\",\"product_id\":\"3240\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102290\",\"product_name\":\"TAPON 1\\/2 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10347\",\"adjustment_id\":\"53\",\"product_id\":\"3301\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102298\",\"product_name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10348\",\"adjustment_id\":\"53\",\"product_id\":\"3295\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102300\",\"product_name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10349\",\"adjustment_id\":\"53\",\"product_id\":\"3023\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102301\",\"product_name\":\"MARTILLO ALDOSA 25 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10350\",\"adjustment_id\":\"53\",\"product_id\":\"2527\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102302\",\"product_name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10351\",\"adjustment_id\":\"53\",\"product_id\":\"3184\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102304\",\"product_name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10352\",\"adjustment_id\":\"53\",\"product_id\":\"3279\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102305\",\"product_name\":\"TENAZA DE 10\'\' ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10353\",\"adjustment_id\":\"53\",\"product_id\":\"3280\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102306\",\"product_name\":\"TENAZA DE 9\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10354\",\"adjustment_id\":\"53\",\"product_id\":\"2637\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102307\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10355\",\"adjustment_id\":\"53\",\"product_id\":\"3274\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102308\",\"product_name\":\"TEFLON 1\\/2  ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10356\",\"adjustment_id\":\"53\",\"product_id\":\"3272\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102309\",\"product_name\":\"TEFLON 1\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10357\",\"adjustment_id\":\"53\",\"product_id\":\"3289\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102310\",\"product_name\":\"TORNILLO 2P BUSCA ROSCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10358\",\"adjustment_id\":\"53\",\"product_id\":\"2832\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102311\",\"product_name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10359\",\"adjustment_id\":\"53\",\"product_id\":\"2871\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102312\",\"product_name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10360\",\"adjustment_id\":\"53\",\"product_id\":\"3298\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102313\",\"product_name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10361\",\"adjustment_id\":\"53\",\"product_id\":\"3052\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102316\",\"product_name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10362\",\"adjustment_id\":\"53\",\"product_id\":\"3024\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102317\",\"product_name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10363\",\"adjustment_id\":\"53\",\"product_id\":\"2636\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102320\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10364\",\"adjustment_id\":\"53\",\"product_id\":\"2693\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102324\",\"product_name\":\"CINTA TRANSPARENTE 2 P TESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10365\",\"adjustment_id\":\"53\",\"product_id\":\"2732\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102328\",\"product_name\":\"CODO PVC 4\'\'\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10366\",\"adjustment_id\":\"53\",\"product_id\":\"2714\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102330\",\"product_name\":\"CODO 45 GR DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10367\",\"adjustment_id\":\"53\",\"product_id\":\"3247\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102347\",\"product_name\":\"TAPON HEMBRA 3 PSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10368\",\"adjustment_id\":\"53\",\"product_id\":\"3142\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102349\",\"product_name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10369\",\"adjustment_id\":\"53\",\"product_id\":\"3107\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102360\",\"product_name\":\"PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10370\",\"adjustment_id\":\"53\",\"product_id\":\"2964\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102375\",\"product_name\":\"LIBRA DE PITA COMPLETA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10371\",\"adjustment_id\":\"53\",\"product_id\":\"2914\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102381\",\"product_name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10372\",\"adjustment_id\":\"53\",\"product_id\":\"3299\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10256\",\"product_name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10373\",\"adjustment_id\":\"53\",\"product_id\":\"2616\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10277\",\"product_name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10374\",\"adjustment_id\":\"53\",\"product_id\":\"3005\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10295\",\"product_name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10375\",\"adjustment_id\":\"53\",\"product_id\":\"3337\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10298\",\"product_name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10376\",\"adjustment_id\":\"53\",\"product_id\":\"3157\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10299\",\"product_name\":\"REPOSADERA 2 P ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10377\",\"adjustment_id\":\"53\",\"product_id\":\"3063\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"104\",\"product_name\":\"ORANGE LATA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10378\",\"adjustment_id\":\"53\",\"product_id\":\"3062\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"109\",\"product_name\":\"ORANGE JUMBO.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10379\",\"adjustment_id\":\"53\",\"product_id\":\"2486\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10901790550593\",\"product_name\":\"ACETAMINOFEN CAPLIN POINT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10380\",\"adjustment_id\":\"53\",\"product_id\":\"3557\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"110013000017\",\"product_name\":\"LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10381\",\"adjustment_id\":\"53\",\"product_id\":\"3018\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"110021000016\",\"product_name\":\"MARRO 2  LIBRAS VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10382\",\"adjustment_id\":\"53\",\"product_id\":\"3061\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"111\",\"product_name\":\"ORANGE DESECHABLE.         .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10383\",\"adjustment_id\":\"53\",\"product_id\":\"2513\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"11418240780\",\"product_name\":\"ALKA AD  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10384\",\"adjustment_id\":\"53\",\"product_id\":\"3102\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"12\",\"product_name\":\"PLAFONERA BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10385\",\"adjustment_id\":\"53\",\"product_id\":\"2955\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"123\",\"product_name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10386\",\"adjustment_id\":\"53\",\"product_id\":\"3276\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"12310\",\"product_name\":\"TEFLON 3\\/4 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10387\",\"adjustment_id\":\"53\",\"product_id\":\"3312\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"13\",\"product_name\":\"TORTRIX TACO..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10388\",\"adjustment_id\":\"53\",\"product_id\":\"3556\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"14725174\",\"product_name\":\"REDUCIDOR 4-2 DRENAJE 125 BLANCO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10389\",\"adjustment_id\":\"53\",\"product_id\":\"3085\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"15\",\"product_name\":\"PEPSI LATA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10390\",\"adjustment_id\":\"53\",\"product_id\":\"2666\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"150WOG\",\"product_name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10391\",\"adjustment_id\":\"53\",\"product_id\":\"3048\",\"option_id\":\"0\",\"quantity\":\"48.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10392\",\"adjustment_id\":\"53\",\"product_id\":\"3117\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15155\",\"product_name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10393\",\"adjustment_id\":\"53\",\"product_id\":\"3086\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15199\",\"product_name\":\"PEPSI VIDRIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10394\",\"adjustment_id\":\"53\",\"product_id\":\"2630\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15310\",\"product_name\":\"CANGREJO INDUSTRIAL 10\\\" PULGADAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10395\",\"adjustment_id\":\"53\",\"product_id\":\"2469\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1546 UNIDAD\",\"product_name\":\"ABRAZADERA D 3\\\" UNIDAD VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10396\",\"adjustment_id\":\"53\",\"product_id\":\"2471\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1553\",\"product_name\":\"ABRAZADERA D 4\\\" UNIDADES VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10397\",\"adjustment_id\":\"53\",\"product_id\":\"3554\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"16783852\",\"product_name\":\"CEPILLO MATRIX ADULTO UNID.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10398\",\"adjustment_id\":\"53\",\"product_id\":\"2565\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17501206634513\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10399\",\"adjustment_id\":\"53\",\"product_id\":\"2571\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17501206646080\",\"product_name\":\"BROCA P\\/METAL TRUPER 1\\/2 ACERO M2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10400\",\"adjustment_id\":\"53\",\"product_id\":\"3597\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17506240624612\",\"product_name\":\"DISCO ABRASIVO DE 9\\\\\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10401\",\"adjustment_id\":\"53\",\"product_id\":\"3598\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17506240624629\",\"product_name\":\"DISCO ABRASIVO DE 4 1\\/2 PRETUL, CORTE EXTRA FINO METAL (22348)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10402\",\"adjustment_id\":\"53\",\"product_id\":\"3562\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17547914\",\"product_name\":\"ESMERILADORA ENERGY 9 2100W AG230\\/2\\/120\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10403\",\"adjustment_id\":\"53\",\"product_id\":\"3627\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"18901790700998\",\"product_name\":\"DICLOFENACO AZUL GEL 50 MG\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10404\",\"adjustment_id\":\"53\",\"product_id\":\"2993\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"19025\",\"product_name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10405\",\"adjustment_id\":\"53\",\"product_id\":\"2867\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"207831614012866\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10406\",\"adjustment_id\":\"53\",\"product_id\":\"2868\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"20783164012877\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10407\",\"adjustment_id\":\"53\",\"product_id\":\"2869\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"20783164012884\",\"product_name\":\"FLIPON 1*40 AMPERIOS THQL 1140\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10408\",\"adjustment_id\":\"53\",\"product_id\":\"2870\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"207831664012891\",\"product_name\":\"FLIPON 1*50 AMPERIOS THQL 1150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10409\",\"adjustment_id\":\"53\",\"product_id\":\"2597\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21\",\"product_name\":\"CABLE THHN N0 8 NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10410\",\"adjustment_id\":\"53\",\"product_id\":\"3217\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200212109\",\"product_name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10411\",\"adjustment_id\":\"53\",\"product_id\":\"2852\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200844416\",\"product_name\":\"ESPONJA MULTIUSOS SCOTCH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10412\",\"adjustment_id\":\"53\",\"product_id\":\"3216\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200964749\",\"product_name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10413\",\"adjustment_id\":\"53\",\"product_id\":\"3647\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21321810\",\"product_name\":\"CAJETILLA DE CIGARRO RUBIOS ROJO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10414\",\"adjustment_id\":\"53\",\"product_id\":\"3751\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"22418243\",\"product_name\":\"CODO PVC 45 GR 2\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10415\",\"adjustment_id\":\"53\",\"product_id\":\"2517\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24000501558\",\"product_name\":\"ALOE VERA DEL MONTE 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10416\",\"adjustment_id\":\"53\",\"product_id\":\"2877\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24474002124\",\"product_name\":\"FRUTA FRESCA  PETIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10417\",\"adjustment_id\":\"53\",\"product_id\":\"2948\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24474381014\",\"product_name\":\"JUGO PETIT LATA 330 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10418\",\"adjustment_id\":\"53\",\"product_id\":\"3777\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"27006828\",\"product_name\":\"TARUGOS FIERO 5\\/16 POR UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10419\",\"adjustment_id\":\"53\",\"product_id\":\"2956\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28571000687\",\"product_name\":\"LA SIRENA PICA PICA PEQ    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10420\",\"adjustment_id\":\"53\",\"product_id\":\"2818\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28877321608\",\"product_name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10421\",\"adjustment_id\":\"53\",\"product_id\":\"2802\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28877321639\",\"product_name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10422\",\"adjustment_id\":\"53\",\"product_id\":\"2599\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3\",\"product_name\":\"CABLE THHN No.8 ROJO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10423\",\"adjustment_id\":\"53\",\"product_id\":\"2677\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"30076308925681\",\"product_name\":\"CINTA AISLAR TEMFLEX GRANDE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10424\",\"adjustment_id\":\"53\",\"product_id\":\"3113\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"300V-80\",\"product_name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10425\",\"adjustment_id\":\"53\",\"product_id\":\"2678\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"30638060414874\",\"product_name\":\"CINTA DE AISLAR TEMFLEX PEQUE?O\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10426\",\"adjustment_id\":\"53\",\"product_id\":\"3646\",\"option_id\":\"0\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"31478428\",\"product_name\":\"CIGARROS POR UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10427\",\"adjustment_id\":\"53\",\"product_id\":\"3791\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"31559404\",\"product_name\":\"COPLA PVC DE 4\\\\\\\"\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10428\",\"adjustment_id\":\"53\",\"product_id\":\"2687\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253562306081\",\"product_name\":\"CINTA METRICA STANLEY 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10429\",\"adjustment_id\":\"53\",\"product_id\":\"2983\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868612\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10430\",\"adjustment_id\":\"53\",\"product_id\":\"2984\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868636\",\"product_name\":\"LLAVE COLA\\/CORONA #18 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10431\",\"adjustment_id\":\"53\",\"product_id\":\"2985\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868643\",\"product_name\":\"LLAVE COLA\\/CORONA #19 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10432\",\"adjustment_id\":\"53\",\"product_id\":\"2986\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868650\",\"product_name\":\"LLAVE COLA\\/CORONA #20 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10433\",\"adjustment_id\":\"53\",\"product_id\":\"3199\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"33886000390\",\"product_name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10434\",\"adjustment_id\":\"53\",\"product_id\":\"2661\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"340\",\"product_name\":\"CHICLES.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10435\",\"adjustment_id\":\"53\",\"product_id\":\"2828\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"341\",\"product_name\":\"DULCES HALLS      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10436\",\"adjustment_id\":\"53\",\"product_id\":\"3314\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"342\",\"product_name\":\"TRIDENT 4S             .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10437\",\"adjustment_id\":\"53\",\"product_id\":\"2949\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"345\",\"product_name\":\"JUGOS CALIFORNIA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10438\",\"adjustment_id\":\"53\",\"product_id\":\"3789\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"35648398\",\"product_name\":\"LIJA PARA MADERA TRUPER 120\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10439\",\"adjustment_id\":\"53\",\"product_id\":\"3797\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"37007589\",\"product_name\":\"PLOMO DE ALBA\\u00d1IL DE 2 LBS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10440\",\"adjustment_id\":\"53\",\"product_id\":\"3749\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"37201408\",\"product_name\":\"SUPER GUANTE LATEX TALLA L (9)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10441\",\"adjustment_id\":\"53\",\"product_id\":\"3792\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"39098278\",\"product_name\":\"REDUCIDOR DE PVC 2 1\\/2 - 1 1\\/2 \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10442\",\"adjustment_id\":\"53\",\"product_id\":\"2600\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4\",\"product_name\":\"CABLE THHN No.8 VERDE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10443\",\"adjustment_id\":\"53\",\"product_id\":\"2998\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"400WOG\",\"product_name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10444\",\"adjustment_id\":\"53\",\"product_id\":\"3000\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"411653\",\"product_name\":\"LLAVE DUCHA BOSSI\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10445\",\"adjustment_id\":\"53\",\"product_id\":\"3196\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"411868\",\"product_name\":\"SIFON PARA LAVAMANOS QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10446\",\"adjustment_id\":\"53\",\"product_id\":\"3316\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"412568\",\"product_name\":\"TUBO DE ABASTO 1\\/2\\\"  X 7\\/8\\\" QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10447\",\"adjustment_id\":\"53\",\"product_id\":\"2830\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333001111\",\"product_name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10448\",\"adjustment_id\":\"53\",\"product_id\":\"2829\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333029955\",\"product_name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10449\",\"adjustment_id\":\"53\",\"product_id\":\"2831\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333428482\",\"product_name\":\"DURACELL REGULAR AAA 1UIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10450\",\"adjustment_id\":\"53\",\"product_id\":\"2980\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"42071002442\",\"product_name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10451\",\"adjustment_id\":\"53\",\"product_id\":\"3787\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"42570375\",\"product_name\":\"CLAVO CONCRETO 2 POR UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10452\",\"adjustment_id\":\"53\",\"product_id\":\"3486\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"43343906\",\"product_name\":\"LAYS ORIGINAL PROMO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10453\",\"adjustment_id\":\"53\",\"product_id\":\"3574\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"43373526\",\"product_name\":\"BLOCK DE VIDRIO NUBE 19X19 \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10454\",\"adjustment_id\":\"53\",\"product_id\":\"3753\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45185105\",\"product_name\":\"TEE PVC 1\\/2 C\\/R\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10455\",\"adjustment_id\":\"53\",\"product_id\":\"3033\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45242502646\",\"product_name\":\"METRO 5 M MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10456\",\"adjustment_id\":\"53\",\"product_id\":\"3046\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45242534470\",\"product_name\":\"NABAJA PLEGABLE MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10457\",\"adjustment_id\":\"53\",\"product_id\":\"2735\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4710887411153\",\"product_name\":\"COMPAS DE METAL ECONOMICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10458\",\"adjustment_id\":\"53\",\"product_id\":\"3173\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4711678071365\",\"product_name\":\"SACAPUNTAS PLAST THUMB  Y-PLUS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10459\",\"adjustment_id\":\"53\",\"product_id\":\"2553\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4711678072546\",\"product_name\":\"BORRADOR CANDY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10460\",\"adjustment_id\":\"53\",\"product_id\":\"3631\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4719867213084\",\"product_name\":\"SUPER GLUE\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10461\",\"adjustment_id\":\"53\",\"product_id\":\"3178\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"47501206642106\",\"product_name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10462\",\"adjustment_id\":\"53\",\"product_id\":\"2574\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"48-20-9130\",\"product_name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10463\",\"adjustment_id\":\"53\",\"product_id\":\"2908\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"4997148010298\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10464\",\"adjustment_id\":\"53\",\"product_id\":\"2909\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4997148010311\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 3\\/4 CAJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10465\",\"adjustment_id\":\"53\",\"product_id\":\"2952\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"5\",\"product_name\":\"KERNS LATA.      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10466\",\"adjustment_id\":\"53\",\"product_id\":\"2995\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"502243003\",\"product_name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10467\",\"adjustment_id\":\"53\",\"product_id\":\"2673\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"51128593042\",\"product_name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10468\",\"adjustment_id\":\"53\",\"product_id\":\"2640\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"51131390300\",\"product_name\":\"CERA CINTETICA PROTECTORA473 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10469\",\"adjustment_id\":\"53\",\"product_id\":\"2982\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"512\",\"product_name\":\"LITRO PEPSI.     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10470\",\"adjustment_id\":\"53\",\"product_id\":\"3212\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"52\",\"product_name\":\"SOPAS INSTANTANEAS .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10471\",\"adjustment_id\":\"53\",\"product_id\":\"2464\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"53\",\"product_name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10472\",\"adjustment_id\":\"53\",\"product_id\":\"3321\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"53010\",\"product_name\":\"UNION CONDUIT 1 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10473\",\"adjustment_id\":\"53\",\"product_id\":\"2543\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"531100279849\",\"product_name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10474\",\"adjustment_id\":\"53\",\"product_id\":\"3229\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5374-20\",\"product_name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10475\",\"adjustment_id\":\"53\",\"product_id\":\"2676\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"54007061328\",\"product_name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10476\",\"adjustment_id\":\"53\",\"product_id\":\"2696\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5500261\",\"product_name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10477\",\"adjustment_id\":\"53\",\"product_id\":\"3060\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"56\",\"product_name\":\"OCTAVO SABORES.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10478\",\"adjustment_id\":\"53\",\"product_id\":\"2674\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5933528762119\",\"product_name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10479\",\"adjustment_id\":\"53\",\"product_id\":\"3626\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"59496687\",\"product_name\":\"IBUWIN 600 MG\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10480\",\"adjustment_id\":\"53\",\"product_id\":\"2598\",\"option_id\":\"0\",\"quantity\":\"2.5000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6\",\"product_name\":\"CABLE THHN No.10 NEGRO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10481\",\"adjustment_id\":\"53\",\"product_id\":\"3059\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60\",\"product_name\":\"NYLON UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10482\",\"adjustment_id\":\"53\",\"product_id\":\"3775\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60018079\",\"product_name\":\"CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10483\",\"adjustment_id\":\"53\",\"product_id\":\"3790\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"60682244\",\"product_name\":\"COPLA PVC DE 3\\\\\\\"\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10484\",\"adjustment_id\":\"53\",\"product_id\":\"2654\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60MM DERECHA\",\"product_name\":\"CHAPA  DERECHA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10485\",\"adjustment_id\":\"53\",\"product_id\":\"2655\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60MM IZQUIERDA\",\"product_name\":\"CHAPA IZQUIERDA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10486\",\"adjustment_id\":\"53\",\"product_id\":\"2845\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6130-33\",\"product_name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10487\",\"adjustment_id\":\"53\",\"product_id\":\"3525\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6180855442929\",\"product_name\":\"LIMA PLANA METAL 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10488\",\"adjustment_id\":\"53\",\"product_id\":\"3747\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"63073897\",\"product_name\":\"SUPER GUANTE LATEX TALLA M (8)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10489\",\"adjustment_id\":\"53\",\"product_id\":\"2690\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"638060080009\",\"product_name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10490\",\"adjustment_id\":\"53\",\"product_id\":\"2941\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6424497200905\",\"product_name\":\"JABONERA CROMADA FOREVER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10491\",\"adjustment_id\":\"53\",\"product_id\":\"3084\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"65\",\"product_name\":\"PEPSI DESECHABLE Y SABORES  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10492\",\"adjustment_id\":\"53\",\"product_id\":\"3345\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"675873001579\",\"product_name\":\"VITAFLENACO UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10493\",\"adjustment_id\":\"53\",\"product_id\":\"3601\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6923634953150\",\"product_name\":\"CHICLE LATA 12GRS.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10494\",\"adjustment_id\":\"53\",\"product_id\":\"3607\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6923634959510\",\"product_name\":\"BOMBON DIAMOND LIGHT\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10495\",\"adjustment_id\":\"53\",\"product_id\":\"3528\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582160222\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10496\",\"adjustment_id\":\"53\",\"product_id\":\"3527\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582160741\",\"product_name\":\"DISCO DE DIAMANTE CONTINUO 4 1\\/2 TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10497\",\"adjustment_id\":\"53\",\"product_id\":\"3518\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582161410\",\"product_name\":\"TENAZIN INDUSTRIAL DE 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10498\",\"adjustment_id\":\"53\",\"product_id\":\"3506\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582166064\",\"product_name\":\"DISCO SIERRA CIRCULAR DE DIAMANTE 7 1\\/4  TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10499\",\"adjustment_id\":\"53\",\"product_id\":\"3516\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582167733\",\"product_name\":\"TENAZA DE ARMADOR DE 9\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10500\",\"adjustment_id\":\"53\",\"product_id\":\"3519\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582167740\",\"product_name\":\"TENAZA DE ARMADOR DE 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10501\",\"adjustment_id\":\"53\",\"product_id\":\"3521\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582168150\",\"product_name\":\"TIJERA PARA CORTAR LAMINA 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10502\",\"adjustment_id\":\"53\",\"product_id\":\"3508\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169010\",\"product_name\":\"LALVE MANDRIL 1\\/2 TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10503\",\"adjustment_id\":\"53\",\"product_id\":\"3509\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169171\",\"product_name\":\"VIZE GRIP RECTO 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10504\",\"adjustment_id\":\"53\",\"product_id\":\"3507\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169515\",\"product_name\":\"ADAPTADOR MAGNETICO 3\\/8 TOTAL (UNIDAD)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10505\",\"adjustment_id\":\"53\",\"product_id\":\"3503\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582170146\",\"product_name\":\"REMACHADORA DE MANO 10.5\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10506\",\"adjustment_id\":\"53\",\"product_id\":\"3524\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582171068\",\"product_name\":\"ALICATE PICO DE LORO 10\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10507\",\"adjustment_id\":\"53\",\"product_id\":\"3500\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582172973\",\"product_name\":\"TRIQUET HIDRAULICO 2 TON TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10508\",\"adjustment_id\":\"53\",\"product_id\":\"3501\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582174380\",\"product_name\":\"JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10509\",\"adjustment_id\":\"53\",\"product_id\":\"3504\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582176599\",\"product_name\":\"CINTA METRICA 8 MT PRO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10510\",\"adjustment_id\":\"53\",\"product_id\":\"3502\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582178104\",\"product_name\":\"BARRA DE U\\u00d1A 24\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10511\",\"adjustment_id\":\"53\",\"product_id\":\"3505\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582179040\",\"product_name\":\"CINTA METRICA 5 MT X 25MM PRO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10512\",\"adjustment_id\":\"53\",\"product_id\":\"3515\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180398\",\"product_name\":\"JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10513\",\"adjustment_id\":\"53\",\"product_id\":\"3513\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180923\",\"product_name\":\"CORTAPERNOS 24\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10514\",\"adjustment_id\":\"53\",\"product_id\":\"3512\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180978\",\"product_name\":\"CORTAPERNOS 18\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10515\",\"adjustment_id\":\"53\",\"product_id\":\"3514\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181692\",\"product_name\":\"CORTAPERNOS 30\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10516\",\"adjustment_id\":\"53\",\"product_id\":\"3517\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181746\",\"product_name\":\"SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10517\",\"adjustment_id\":\"53\",\"product_id\":\"3522\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181791\",\"product_name\":\"CUCHARA PARA ALBA\\u00d1IL 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10518\",\"adjustment_id\":\"53\",\"product_id\":\"3498\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181975\",\"product_name\":\"SERRUCHO 20\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10519\",\"adjustment_id\":\"53\",\"product_id\":\"3499\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181982\",\"product_name\":\"SERRUCHO 22\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10520\",\"adjustment_id\":\"53\",\"product_id\":\"3523\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582183283\",\"product_name\":\"SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10521\",\"adjustment_id\":\"53\",\"product_id\":\"3530\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582185638\",\"product_name\":\"PORTAELECTRODO 500A TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10522\",\"adjustment_id\":\"53\",\"product_id\":\"3497\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582186604\",\"product_name\":\"JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10523\",\"adjustment_id\":\"53\",\"product_id\":\"3531\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582186659\",\"product_name\":\"PORTAELECTRODO 800A TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10524\",\"adjustment_id\":\"53\",\"product_id\":\"3520\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582187069\",\"product_name\":\"SIERRA PLEGABLE 7\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10525\",\"adjustment_id\":\"53\",\"product_id\":\"3510\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582188253\",\"product_name\":\"VIZE GRIP CURVO 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10526\",\"adjustment_id\":\"53\",\"product_id\":\"3511\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582188592\",\"product_name\":\"ALICATE VIZE GRIP CURVO 7\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10527\",\"adjustment_id\":\"53\",\"product_id\":\"3532\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582189582\",\"product_name\":\"BOMBA PERIFERICA 0.5 HP TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10528\",\"adjustment_id\":\"53\",\"product_id\":\"3526\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582191202\",\"product_name\":\"ALICATE PRESION P\\/SOLDAR 10\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10529\",\"adjustment_id\":\"53\",\"product_id\":\"3529\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582194043\",\"product_name\":\"PLANCHA C\\/ESPONJA ASPERA MANGO PLASTICO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10530\",\"adjustment_id\":\"53\",\"product_id\":\"2865\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933236904764\",\"product_name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10531\",\"adjustment_id\":\"53\",\"product_id\":\"3278\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528710806\",\"product_name\":\"TENACION INDUSTRIAL DE 8\\\" 10039\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10532\",\"adjustment_id\":\"53\",\"product_id\":\"3534\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528714125\",\"product_name\":\"JUEGO DE LLAVES COLA Y CORONA 8 PZS  5\\/16 - 3\\/4 TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10533\",\"adjustment_id\":\"53\",\"product_id\":\"2994\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528715610\",\"product_name\":\"LLAVE DE CRUZ DE 14\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10534\",\"adjustment_id\":\"53\",\"product_id\":\"2945\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528716297\",\"product_name\":\"JUEGO LLAVES COLA\\/ CORONA FLEX 15259\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10535\",\"adjustment_id\":\"53\",\"product_id\":\"3533\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717140\",\"product_name\":\"JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10536\",\"adjustment_id\":\"53\",\"product_id\":\"2944\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717195\",\"product_name\":\"JUEGO DE RATCHET1\\/4 14 PZS   15150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10537\",\"adjustment_id\":\"53\",\"product_id\":\"2947\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717201\",\"product_name\":\"JUEGO RATCHT3\\/8 12 PZS 15151\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10538\",\"adjustment_id\":\"53\",\"product_id\":\"2946\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717218\",\"product_name\":\"JUEGO RATCHET 1\\/2 12 PZS 15152\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10539\",\"adjustment_id\":\"53\",\"product_id\":\"3041\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717225\",\"product_name\":\"MINI CANGREJO 6.5\\\" 15280\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10540\",\"adjustment_id\":\"53\",\"product_id\":\"2792\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528720461\",\"product_name\":\"DESARAMDOR CON PUNTAS Y COPAS INTER20041\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10541\",\"adjustment_id\":\"53\",\"product_id\":\"2456\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725053\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10542\",\"adjustment_id\":\"53\",\"product_id\":\"3581\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725305\",\"product_name\":\"CINCEL PROFESIONAL TOLSEN 12\\\\\\\" TOLSEN 25089\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10543\",\"adjustment_id\":\"53\",\"product_id\":\"2915\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"693352872557\",\"product_name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10544\",\"adjustment_id\":\"53\",\"product_id\":\"2516\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725848\",\"product_name\":\"ALMADANA TOLSEN 6 LBS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10545\",\"adjustment_id\":\"53\",\"product_id\":\"3285\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730378\",\"product_name\":\"TIJERA PARA LAMINA DE 10\\\" 30036\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10546\",\"adjustment_id\":\"53\",\"product_id\":\"3286\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730385\",\"product_name\":\"TIJERA PARA LAMINA DE 12\\\" 30037\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10547\",\"adjustment_id\":\"53\",\"product_id\":\"3582\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528732167\",\"product_name\":\"CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10548\",\"adjustment_id\":\"53\",\"product_id\":\"3583\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528733089\",\"product_name\":\"ROLLO DE TEFLON DE 1\\/2 TOLSEN 33013\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10549\",\"adjustment_id\":\"53\",\"product_id\":\"2836\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6933528735335\",\"product_name\":\"ESCUADRA PARA CARPINTERO 10\\\" 35080\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10550\",\"adjustment_id\":\"53\",\"product_id\":\"3054\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735472\",\"product_name\":\"NIVEL INDUTRIAL MAGNETICO 16\\\\\\\" 35111 TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10551\",\"adjustment_id\":\"53\",\"product_id\":\"3535\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735489\",\"product_name\":\"NIVEL INDUSTRIAL MAGNETICO 24\\\\\\\" 35112 TOLSEN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10552\",\"adjustment_id\":\"53\",\"product_id\":\"3053\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735496\",\"product_name\":\"NIVEL INDUSTRILA MAGNETICO 32\\\\\\\" 35113 TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10553\",\"adjustment_id\":\"53\",\"product_id\":\"3324\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735663\",\"product_name\":\"VERNIER DE 6\\\\\\\" TOLSEN 35049\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10554\",\"adjustment_id\":\"53\",\"product_id\":\"3584\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528736011\",\"product_name\":\"METRO INDUSTRIAL 5 MTS TOLSEN 36004\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10555\",\"adjustment_id\":\"53\",\"product_id\":\"3585\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528736028\",\"product_name\":\"METRO INDUSTRIAL 8 MTS TOLSEN 36005\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10556\",\"adjustment_id\":\"53\",\"product_id\":\"3586\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528740209\",\"product_name\":\"MANERAL PARA RODILLO DE 9\\\\\\\" TOLSEN 40059\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10557\",\"adjustment_id\":\"53\",\"product_id\":\"3587\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528740322\",\"product_name\":\"SET DE BANDEJA CON RODILLO TOLSEN 40097\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10558\",\"adjustment_id\":\"53\",\"product_id\":\"3536\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528741015\",\"product_name\":\"CUCHARA MANGO DE MADERA 7\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10559\",\"adjustment_id\":\"53\",\"product_id\":\"3537\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528741022\",\"product_name\":\"CUCHARA MANGO DE MADERA 8\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10560\",\"adjustment_id\":\"53\",\"product_id\":\"3588\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528742135\",\"product_name\":\"PLOMADA C\\/YESO POLVO AZUL 115G TOLSEN 42013\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10561\",\"adjustment_id\":\"53\",\"product_id\":\"3153\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528743002\",\"product_name\":\"REMACHADORA PROFECIONAL DE 10\\\" 43001\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10562\",\"adjustment_id\":\"53\",\"product_id\":\"3154\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528743033\",\"product_name\":\"REMACHE POP 50 PZS 2*4*6MM 43005\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10563\",\"adjustment_id\":\"53\",\"product_id\":\"3538\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528745020\",\"product_name\":\"GUANTES DE NITRILO TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10564\",\"adjustment_id\":\"53\",\"product_id\":\"3539\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528745112\",\"product_name\":\"LENTES DE SEGURIDAD AJUSTABLES TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10565\",\"adjustment_id\":\"53\",\"product_id\":\"3589\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528750093\",\"product_name\":\"TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10566\",\"adjustment_id\":\"53\",\"product_id\":\"3590\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528750130\",\"product_name\":\"MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10567\",\"adjustment_id\":\"53\",\"product_id\":\"2680\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528750215\",\"product_name\":\"CINTA DUCTO DE 25M 50291\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10568\",\"adjustment_id\":\"53\",\"product_id\":\"3540\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528751151\",\"product_name\":\"MENSULA BLANCA DE 10 X12\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10569\",\"adjustment_id\":\"53\",\"product_id\":\"3541\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528758099\",\"product_name\":\"PALA CUADRADA MANGO LARGO TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10570\",\"adjustment_id\":\"53\",\"product_id\":\"3313\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528765233\",\"product_name\":\"TRICKET DE BOTELLA INDUSTRI 4T 85404\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10571\",\"adjustment_id\":\"53\",\"product_id\":\"3591\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528777557\",\"product_name\":\"BROCA PARA CONCRETO 3\\/8 TOLSEN 75465\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10572\",\"adjustment_id\":\"53\",\"product_id\":\"3543\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778424\",\"product_name\":\"BROCA DE PALETA DE 1\\/2\\\\\\\" TOLSEN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10573\",\"adjustment_id\":\"53\",\"product_id\":\"3544\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778684\",\"product_name\":\"DISCO DE SIERRA 7 1\\/4\\\\\\\" X 24T\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10574\",\"adjustment_id\":\"53\",\"product_id\":\"3545\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778697\",\"product_name\":\"DISCO DE SIERRA 7 1\\/4\\\\\\\" X 40T\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10575\",\"adjustment_id\":\"53\",\"product_id\":\"2618\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528780014\",\"product_name\":\"CAJAP\\/ HERRAMIENTA INDUSTRIAL MET 80211\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10576\",\"adjustment_id\":\"53\",\"product_id\":\"2816\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528786191\",\"product_name\":\"DISCO OXIDO GRANO 60 77212\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10577\",\"adjustment_id\":\"53\",\"product_id\":\"3542\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528787587\",\"product_name\":\"BROCA DE COBALTO DE 1\\/2\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10578\",\"adjustment_id\":\"53\",\"product_id\":\"2525\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528788966\",\"product_name\":\"ATORNILLADOR INALAMBRICO 1\\/4 DC12V 79212\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10579\",\"adjustment_id\":\"53\",\"product_id\":\"3170\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528788973\",\"product_name\":\"ROTOMARTILLO INALAMBRICO 3\\/8 792152\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10580\",\"adjustment_id\":\"53\",\"product_id\":\"2847\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528789000\",\"product_name\":\"ESMERILADORA INDUSTRIAL DE 9\\\" 79725\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10581\",\"adjustment_id\":\"53\",\"product_id\":\"3189\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528789017\",\"product_name\":\"SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10582\",\"adjustment_id\":\"53\",\"product_id\":\"2972\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6934528786399\",\"product_name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10583\",\"adjustment_id\":\"53\",\"product_id\":\"3088\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6941428001801\",\"product_name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10584\",\"adjustment_id\":\"53\",\"product_id\":\"2668\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105082\",\"product_name\":\"CHORRO DE BRONCE 1\\/2 SUVAL SERIE PESADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10585\",\"adjustment_id\":\"53\",\"product_id\":\"2664\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105099\",\"product_name\":\"CHORRO 1\\/2 BRONCE  SUVAL  SERIA LIVIANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10586\",\"adjustment_id\":\"53\",\"product_id\":\"3570\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105228\",\"product_name\":\"REGADERA ANTISARRO CROMADA  ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10587\",\"adjustment_id\":\"53\",\"product_id\":\"3571\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713105235\",\"product_name\":\"REGADERA TIPO AMER. C\\/BRAZO Y CHAPETA, CROMADA ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10588\",\"adjustment_id\":\"53\",\"product_id\":\"3150\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105266\",\"product_name\":\"REGADERA ALDOSA REDONDA C\\/BRAZO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10589\",\"adjustment_id\":\"53\",\"product_id\":\"2510\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105570\",\"product_name\":\"ALICATE 8 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10590\",\"adjustment_id\":\"53\",\"product_id\":\"2686\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105624\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/HULE 3MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10591\",\"adjustment_id\":\"53\",\"product_id\":\"2685\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105631\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/ HULE 5MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10592\",\"adjustment_id\":\"53\",\"product_id\":\"3038\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105648\",\"product_name\":\"METRO CONTRA IMPACTO 7.5 MTS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10593\",\"adjustment_id\":\"53\",\"product_id\":\"2743\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105693\",\"product_name\":\"CONTRALLAVE 3\\/8 X 1\\/2 ALDOSA  P\\/PISO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10594\",\"adjustment_id\":\"53\",\"product_id\":\"2742\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105709\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PISO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10595\",\"adjustment_id\":\"53\",\"product_id\":\"2741\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105716\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PARED\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10596\",\"adjustment_id\":\"53\",\"product_id\":\"2774\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105761\",\"product_name\":\"CUCHARA # 6 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10597\",\"adjustment_id\":\"53\",\"product_id\":\"2775\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105778\",\"product_name\":\"CUCHARA # 7 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10598\",\"adjustment_id\":\"53\",\"product_id\":\"2776\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105785\",\"product_name\":\"CUCHARA # 8 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10599\",\"adjustment_id\":\"53\",\"product_id\":\"2999\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105945\",\"product_name\":\"LLAVE DE PILA 1\\/2 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10600\",\"adjustment_id\":\"53\",\"product_id\":\"2669\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105952\",\"product_name\":\"CHORRO DORADO ALDOSA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10601\",\"adjustment_id\":\"53\",\"product_id\":\"3152\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6942713106188\",\"product_name\":\"REGULADOR PARA GAS  1 CLIP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10602\",\"adjustment_id\":\"53\",\"product_id\":\"3488\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106256\",\"product_name\":\"CINTA METRICA 30 MTS. ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10603\",\"adjustment_id\":\"53\",\"product_id\":\"2684\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106263\",\"product_name\":\"CINTA METRICA 50 MTS ALDOSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10604\",\"adjustment_id\":\"53\",\"product_id\":\"2769\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106270\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS DE 2\\\\\\\" ALDOSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10605\",\"adjustment_id\":\"53\",\"product_id\":\"2767\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106287\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS  DE 3\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10606\",\"adjustment_id\":\"53\",\"product_id\":\"2768\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106294\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10607\",\"adjustment_id\":\"53\",\"product_id\":\"3069\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106485\",\"product_name\":\"PALA S\\/CABO REDONDA ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10608\",\"adjustment_id\":\"53\",\"product_id\":\"3068\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106492\",\"product_name\":\"PALA S\\/CABO CUADRADA ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10609\",\"adjustment_id\":\"53\",\"product_id\":\"2770\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107024\",\"product_name\":\"CRUCETAS P\\/AZULEJO DE 6MM ALDOSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10610\",\"adjustment_id\":\"53\",\"product_id\":\"3009\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107277\",\"product_name\":\"MANERAL PARA RODILLO ALDOSA 5 ALAMBRES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10611\",\"adjustment_id\":\"53\",\"product_id\":\"2762\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107963\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.70 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10612\",\"adjustment_id\":\"53\",\"product_id\":\"2765\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107970\",\"product_name\":\"CORDEL ALDOSA 100 TMS 0.80 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10613\",\"adjustment_id\":\"53\",\"product_id\":\"2763\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107987\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.90 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10614\",\"adjustment_id\":\"53\",\"product_id\":\"2764\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107994\",\"product_name\":\"CORDEL ALDOSA 100 MTS 1.00 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10615\",\"adjustment_id\":\"53\",\"product_id\":\"3487\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713108090\",\"product_name\":\"BROCA DE PALETA 1\\/2 ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10616\",\"adjustment_id\":\"53\",\"product_id\":\"2573\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713108113\",\"product_name\":\"BROCA PALETA ALDOSA 3\\/8 P\\/MADERA Y LAMIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10617\",\"adjustment_id\":\"53\",\"product_id\":\"2521\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"69427131106942\",\"product_name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10618\",\"adjustment_id\":\"53\",\"product_id\":\"2957\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6946723402988\",\"product_name\":\"LAMPARA TIGER WORLD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10619\",\"adjustment_id\":\"53\",\"product_id\":\"3602\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6954302925131\",\"product_name\":\"CHICLE  X-DENT\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10620\",\"adjustment_id\":\"53\",\"product_id\":\"3612\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6954302981298\",\"product_name\":\"FRUTY SPRAY PENCIL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10621\",\"adjustment_id\":\"53\",\"product_id\":\"3783\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"69668397\",\"product_name\":\"REMACHE POR UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10622\",\"adjustment_id\":\"53\",\"product_id\":\"3629\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6972544370335\",\"product_name\":\"ACETAMINOFEN  500 MG (PARACETAMOL)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10623\",\"adjustment_id\":\"53\",\"product_id\":\"3329\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6972753160666\",\"product_name\":\"VALVULA BOLA PVC 1\\\\\\\" AZTECA (F-5104B)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10624\",\"adjustment_id\":\"53\",\"product_id\":\"3004\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6972753160765\",\"product_name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10625\",\"adjustment_id\":\"53\",\"product_id\":\"2902\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7\",\"product_name\":\"GATORADE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10626\",\"adjustment_id\":\"53\",\"product_id\":\"3752\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70029044\",\"product_name\":\"COPLA PVC 1 1\\/4 \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10627\",\"adjustment_id\":\"53\",\"product_id\":\"3124\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70330000328\",\"product_name\":\"RASURADORA BIC 1 HOJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10628\",\"adjustment_id\":\"53\",\"product_id\":\"3044\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70847033967\",\"product_name\":\"MONSTER ENERGY MANGO LOCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10629\",\"adjustment_id\":\"53\",\"product_id\":\"2660\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282100256\",\"product_name\":\"CHICHARRON CRIOLLO PEQ  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10630\",\"adjustment_id\":\"53\",\"product_id\":\"3064\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282202394\",\"product_name\":\"PAKE TAXO MIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10631\",\"adjustment_id\":\"53\",\"product_id\":\"2864\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"721282202745\",\"product_name\":\"FIESTA SNAX PEQUE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10632\",\"adjustment_id\":\"53\",\"product_id\":\"3310\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300083\",\"product_name\":\"TORTRIX FAMILIAR  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10633\",\"adjustment_id\":\"53\",\"product_id\":\"2823\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300397\",\"product_name\":\"DORITOS FAMILIAR   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10634\",\"adjustment_id\":\"53\",\"product_id\":\"2959\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300526\",\"product_name\":\"LAYS FAMILIAR.\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10635\",\"adjustment_id\":\"53\",\"product_id\":\"2863\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300793\",\"product_name\":\"FIESTA SNAX FAMILIAR.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10636\",\"adjustment_id\":\"53\",\"product_id\":\"2659\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282301295\",\"product_name\":\"CHETOS 190G  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10637\",\"adjustment_id\":\"53\",\"product_id\":\"3484\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282302926\",\"product_name\":\"PIKARONES FAMILIAR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10638\",\"adjustment_id\":\"53\",\"product_id\":\"3016\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282403920\",\"product_name\":\"MANIAX FRITO LAY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10639\",\"adjustment_id\":\"53\",\"product_id\":\"3485\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282407218\",\"product_name\":\"SABRITAS BOLSAZA 80 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10640\",\"adjustment_id\":\"53\",\"product_id\":\"3641\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282407690\",\"product_name\":\"TORTRIX MEDIANO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10641\",\"adjustment_id\":\"53\",\"product_id\":\"2662\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"73877702002\",\"product_name\":\"BOTE DE CHILE JALAPE\\u00d1O\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10642\",\"adjustment_id\":\"53\",\"product_id\":\"2663\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"738777170038\",\"product_name\":\"CHILE PICAMAS 100G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10643\",\"adjustment_id\":\"53\",\"product_id\":\"2643\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74000715\",\"product_name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10644\",\"adjustment_id\":\"53\",\"product_id\":\"2652\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74000722\",\"product_name\":\"CERVEZA MONTE CARLO PREMIUN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10645\",\"adjustment_id\":\"53\",\"product_id\":\"2644\",\"option_id\":\"0\",\"quantity\":\"45.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000701288\",\"product_name\":\"CERVEZA DORADA ICE LATA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10646\",\"adjustment_id\":\"53\",\"product_id\":\"2648\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702056\",\"product_name\":\"CERVEZA GALLO VIDRIO.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10647\",\"adjustment_id\":\"53\",\"product_id\":\"2647\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000702414\",\"product_name\":\"CERVEZA GALLO LATA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10648\",\"adjustment_id\":\"53\",\"product_id\":\"2645\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702612\",\"product_name\":\"CERVEZA GALLO 16 ONZ.\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10649\",\"adjustment_id\":\"53\",\"product_id\":\"2822\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702902\",\"product_name\":\"CERVEZA DORADA ICE LATA 16 OZ.  .\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10650\",\"adjustment_id\":\"53\",\"product_id\":\"2646\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000703299\",\"product_name\":\"CERVEZA GALLO 24 ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10651\",\"adjustment_id\":\"53\",\"product_id\":\"3231\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705019\",\"product_name\":\"TAMPICO VASO.    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10652\",\"adjustment_id\":\"53\",\"product_id\":\"3230\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000705026\",\"product_name\":\"TAMPICO 1\\/2 LITRO     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10653\",\"adjustment_id\":\"53\",\"product_id\":\"2873\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000705217\",\"product_name\":\"FRIJOL DEL MONTE 5.5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10654\",\"adjustment_id\":\"53\",\"product_id\":\"2791\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707303\",\"product_name\":\"DE LA GRANJA VASO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10655\",\"adjustment_id\":\"53\",\"product_id\":\"2790\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000707310\",\"product_name\":\"DE LA GRANJA 1\\/2 LITRO.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10656\",\"adjustment_id\":\"53\",\"product_id\":\"2789\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707327\",\"product_name\":\"DE LA GRANJA 1 LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10657\",\"adjustment_id\":\"53\",\"product_id\":\"3120\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707723\",\"product_name\":\"RAPTOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10658\",\"adjustment_id\":\"53\",\"product_id\":\"3561\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002302681\",\"product_name\":\"AGUA SALVAVIDAS 3.3 LITROS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10659\",\"adjustment_id\":\"53\",\"product_id\":\"2508\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306504\",\"product_name\":\"AGUA SALVAVIDAS GALON. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10660\",\"adjustment_id\":\"53\",\"product_id\":\"2505\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306542\",\"product_name\":\"AGUA SALVAVIDA LITRO .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10661\",\"adjustment_id\":\"53\",\"product_id\":\"2507\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306559\",\"product_name\":\"AGUA SALVAVIDAS 2 LITROS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10662\",\"adjustment_id\":\"53\",\"product_id\":\"2506\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306702\",\"product_name\":\"AGUA SALVAVIDA PACHON .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10663\",\"adjustment_id\":\"53\",\"product_id\":\"2504\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401002306719\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10664\",\"adjustment_id\":\"53\",\"product_id\":\"3638\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002902577\",\"product_name\":\"HARINA ORO MAYA 1.76 LB. (MASECA)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10665\",\"adjustment_id\":\"53\",\"product_id\":\"3637\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002902676\",\"product_name\":\"ARROZ PREC. GALLO DORADO 400 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10666\",\"adjustment_id\":\"53\",\"product_id\":\"3636\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002902843\",\"product_name\":\"ARROZ BLANCO ESTRELLA 350 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10667\",\"adjustment_id\":\"53\",\"product_id\":\"3645\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001352\",\"product_name\":\"QUETZALTECA 1\\/2 LITRO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10668\",\"adjustment_id\":\"53\",\"product_id\":\"3341\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001758\",\"product_name\":\"VENADO ESPECIAL 1\\/2 BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10669\",\"adjustment_id\":\"53\",\"product_id\":\"3342\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001765\",\"product_name\":\"VENADO ESPECIAL BOTELLA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10670\",\"adjustment_id\":\"53\",\"product_id\":\"3166\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005001857\",\"product_name\":\"RON BOTRAN XL MEDIA BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10671\",\"adjustment_id\":\"53\",\"product_id\":\"3165\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001864\",\"product_name\":\"RON BOTRAN XL BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10672\",\"adjustment_id\":\"53\",\"product_id\":\"3344\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005003400\",\"product_name\":\"VENADO LIGHT MEDIA BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10673\",\"adjustment_id\":\"53\",\"product_id\":\"3343\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005003417\",\"product_name\":\"VENADO LIGHT BOTELLA.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10674\",\"adjustment_id\":\"53\",\"product_id\":\"3167\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005008597\",\"product_name\":\"RON ZACAPA CENTENARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10675\",\"adjustment_id\":\"53\",\"product_id\":\"3119\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005009129\",\"product_name\":\"QUETZALTECA LITRO.\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10676\",\"adjustment_id\":\"53\",\"product_id\":\"3168\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005013416\",\"product_name\":\"RON ZACAPA CENTENARIO 350ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10677\",\"adjustment_id\":\"53\",\"product_id\":\"3083\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005903014\",\"product_name\":\"PEPSI 2 LITROS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10678\",\"adjustment_id\":\"53\",\"product_id\":\"3256\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005910180\",\"product_name\":\"TE FRIO LIPTON 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10679\",\"adjustment_id\":\"53\",\"product_id\":\"3743\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005913532\",\"product_name\":\"NARANJADA CON SODA PETIT 650 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10680\",\"adjustment_id\":\"53\",\"product_id\":\"2950\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005915017\",\"product_name\":\"JUMBO PEPSI.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10681\",\"adjustment_id\":\"53\",\"product_id\":\"2499\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005983696\",\"product_name\":\"ADRENALINA PEQ.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10682\",\"adjustment_id\":\"53\",\"product_id\":\"2500\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988561\",\"product_name\":\"ADRENALINE 16OZ  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10683\",\"adjustment_id\":\"53\",\"product_id\":\"2502\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005988592\",\"product_name\":\"AGUA AQUA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10684\",\"adjustment_id\":\"53\",\"product_id\":\"3744\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988745\",\"product_name\":\"ZQUIZ JUMBO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10685\",\"adjustment_id\":\"53\",\"product_id\":\"2534\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005988981\",\"product_name\":\"BEBIDA AMP     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10686\",\"adjustment_id\":\"53\",\"product_id\":\"3650\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401006400222\",\"product_name\":\"COCACOLA 355 ML PET.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10687\",\"adjustment_id\":\"53\",\"product_id\":\"2710\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401006400482\",\"product_name\":\"COCACOLA 20 ONZAS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10688\",\"adjustment_id\":\"53\",\"product_id\":\"2712\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401006400901\",\"product_name\":\"COCACOLA DESECHABLE 2.5 LITROS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10689\",\"adjustment_id\":\"53\",\"product_id\":\"3745\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740100703206\",\"product_name\":\"CERVEZA DORADA PREMIUN LAGER\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10690\",\"adjustment_id\":\"53\",\"product_id\":\"3640\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740100705224\",\"product_name\":\"FRIJOL DEL MONTE 10.5 ONZ. \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10691\",\"adjustment_id\":\"53\",\"product_id\":\"3746\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740100710358\",\"product_name\":\"BEBIBA COLORS 3.5% ALCOHOL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10692\",\"adjustment_id\":\"53\",\"product_id\":\"3209\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007321021\",\"product_name\":\"SISTA TAPAGOTERAS 1\\/16 GALON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10693\",\"adjustment_id\":\"53\",\"product_id\":\"2691\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007321540\",\"product_name\":\"CINTA TAPAGOTERA PIE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10694\",\"adjustment_id\":\"53\",\"product_id\":\"3782\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007608788\",\"product_name\":\"BORRADOR TUCAN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10695\",\"adjustment_id\":\"53\",\"product_id\":\"2924\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800014\",\"product_name\":\"HELADO GIGA     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10696\",\"adjustment_id\":\"53\",\"product_id\":\"2930\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800038\",\"product_name\":\"HELADO SANGUICHITO.  .\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10697\",\"adjustment_id\":\"53\",\"product_id\":\"2936\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800045\",\"product_name\":\"HELADO VASITOS.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10698\",\"adjustment_id\":\"53\",\"product_id\":\"2921\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800069\",\"product_name\":\"HELADO CONOS.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10699\",\"adjustment_id\":\"53\",\"product_id\":\"2918\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800083\",\"product_name\":\"HELADO BARRITAS..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10700\",\"adjustment_id\":\"53\",\"product_id\":\"2935\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800113\",\"product_name\":\"HELADO TOPOLINO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10701\",\"adjustment_id\":\"53\",\"product_id\":\"2923\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800168\",\"product_name\":\"HELADO CREMOSA NARANJA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10702\",\"adjustment_id\":\"53\",\"product_id\":\"2920\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800175\",\"product_name\":\"HELADO CINTA NEGRA.  .\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10703\",\"adjustment_id\":\"53\",\"product_id\":\"2927\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800274\",\"product_name\":\"HELADO PALITOS  .\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10704\",\"adjustment_id\":\"53\",\"product_id\":\"2922\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800359\",\"product_name\":\"HELADO COPAS SABORES..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10705\",\"adjustment_id\":\"53\",\"product_id\":\"2933\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800625\",\"product_name\":\"HELADO SORBY .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10706\",\"adjustment_id\":\"53\",\"product_id\":\"2931\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090801621\",\"product_name\":\"HELADO SARITA 1\\/2 LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10707\",\"adjustment_id\":\"53\",\"product_id\":\"2919\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802001\",\"product_name\":\"HELADO CINTA CRISPY..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10708\",\"adjustment_id\":\"53\",\"product_id\":\"3479\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802476\",\"product_name\":\"PALETA DE HELADO DE YOGURT  80 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10709\",\"adjustment_id\":\"53\",\"product_id\":\"2934\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802537\",\"product_name\":\"HELADO TIPO CASERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10710\",\"adjustment_id\":\"53\",\"product_id\":\"2928\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090803534\",\"product_name\":\"HELADO PELOTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10711\",\"adjustment_id\":\"53\",\"product_id\":\"2926\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090803718\",\"product_name\":\"HELADO PALETA INDI MANZANA VERDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10712\",\"adjustment_id\":\"53\",\"product_id\":\"2932\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090805538\",\"product_name\":\"HELADO SARITA CLUB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10713\",\"adjustment_id\":\"53\",\"product_id\":\"3592\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090806269\",\"product_name\":\"HELADO CREMOLINO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10714\",\"adjustment_id\":\"53\",\"product_id\":\"2544\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401092019001\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10715\",\"adjustment_id\":\"53\",\"product_id\":\"2545\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401092027396\",\"product_name\":\"BOMBILLA LED CLASICA 12W LUXLITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10716\",\"adjustment_id\":\"53\",\"product_id\":\"2606\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401175602199\",\"product_name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10717\",\"adjustment_id\":\"53\",\"product_id\":\"3323\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401175608856\",\"product_name\":\"UNION PARA MANGUERA TW DORADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10718\",\"adjustment_id\":\"53\",\"product_id\":\"3565\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401188501175\",\"product_name\":\"PRO FOCO LED ESPIRAL 18 W FG LIGHTING\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10719\",\"adjustment_id\":\"53\",\"product_id\":\"3567\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401188501410\",\"product_name\":\"LAMPARA MATAMOSQUITO 2W CLM002\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10720\",\"adjustment_id\":\"53\",\"product_id\":\"3566\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401188501441\",\"product_name\":\"LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10721\",\"adjustment_id\":\"53\",\"product_id\":\"3564\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401188502417\",\"product_name\":\"FOCO LED T EMERRGENCIA 15 W FG LIGHTING\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10722\",\"adjustment_id\":\"53\",\"product_id\":\"3563\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401188502424\",\"product_name\":\"FOCO LED T EMERRGENCIA 20 W FG LIGHTING\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10723\",\"adjustment_id\":\"53\",\"product_id\":\"2737\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404001753669\",\"product_name\":\"PRESERVATIVOS VIVE 3 UNID.\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10724\",\"adjustment_id\":\"53\",\"product_id\":\"3011\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404005010072\",\"product_name\":\"MANGUERA BELLO JARDIN 25 PS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10725\",\"adjustment_id\":\"53\",\"product_id\":\"3482\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406007091721\",\"product_name\":\"RUFITAS SE\\u00d1ORIAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10726\",\"adjustment_id\":\"53\",\"product_id\":\"3202\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034913\",\"product_name\":\"SILICON LIQUIDO 30 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10727\",\"adjustment_id\":\"53\",\"product_id\":\"3203\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034920\",\"product_name\":\"SILICON LIQUIDO 60 ML FAST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10728\",\"adjustment_id\":\"53\",\"product_id\":\"3201\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034937\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10729\",\"adjustment_id\":\"53\",\"product_id\":\"3198\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406141000344\",\"product_name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10730\",\"adjustment_id\":\"53\",\"product_id\":\"3575\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189003352\",\"product_name\":\"INCAPARINA EN CAJITA 200 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10731\",\"adjustment_id\":\"53\",\"product_id\":\"3123\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189003741\",\"product_name\":\"RAPTOR LATA     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10732\",\"adjustment_id\":\"53\",\"product_id\":\"2874\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189004564\",\"product_name\":\"FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10733\",\"adjustment_id\":\"53\",\"product_id\":\"3643\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189005202\",\"product_name\":\"RAPTOR 1.5 LITROS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10734\",\"adjustment_id\":\"53\",\"product_id\":\"3121\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189005998\",\"product_name\":\"RAPTOR 300ML\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10735\",\"adjustment_id\":\"53\",\"product_id\":\"2872\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189006193\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10736\",\"adjustment_id\":\"53\",\"product_id\":\"3122\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189007732\",\"product_name\":\"RAPTOR DE 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10737\",\"adjustment_id\":\"53\",\"product_id\":\"3164\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189008128\",\"product_name\":\"REVIVE FRUTIPONCH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10738\",\"adjustment_id\":\"53\",\"product_id\":\"3255\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189009859\",\"product_name\":\"TE BLANCO + JUGO MELOCOTON DEL FRUTAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10739\",\"adjustment_id\":\"53\",\"product_id\":\"2552\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406234001838\",\"product_name\":\"BON BON COLOMBINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10740\",\"adjustment_id\":\"53\",\"product_id\":\"2881\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406234005720\",\"product_name\":\"GALLETA BRIDGE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10741\",\"adjustment_id\":\"53\",\"product_id\":\"2551\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406398000098\",\"product_name\":\"BOMBILLA NEW LED W5 9710032\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10742\",\"adjustment_id\":\"53\",\"product_id\":\"2547\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000234\",\"product_name\":\"BOMBILLA NEW LED 30W 9710022\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10743\",\"adjustment_id\":\"53\",\"product_id\":\"2550\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000364\",\"product_name\":\"BOMBILLA NEW LED 9W 9710049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10744\",\"adjustment_id\":\"53\",\"product_id\":\"2546\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000418\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10745\",\"adjustment_id\":\"53\",\"product_id\":\"2548\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000456\",\"product_name\":\"BOMBILLA NEW LED 6W 9710049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10746\",\"adjustment_id\":\"53\",\"product_id\":\"2549\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000548\",\"product_name\":\"BOMBILLA NEW LED 8W 9710054\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10747\",\"adjustment_id\":\"53\",\"product_id\":\"3774\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406407003935\",\"product_name\":\"BROCHA DE 3\\\\\\\" GLANZ AMARILLA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10748\",\"adjustment_id\":\"53\",\"product_id\":\"3333\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406414055644\",\"product_name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10749\",\"adjustment_id\":\"53\",\"product_id\":\"3336\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406414055910\",\"product_name\":\"VALVULA DE COMPUERTA DE LATON 1\\/2\\\" USA-K\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10750\",\"adjustment_id\":\"53\",\"product_id\":\"2487\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7410002800028\",\"product_name\":\"ACETAMINOFEN MK 500 MG\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10751\",\"adjustment_id\":\"53\",\"product_id\":\"3618\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7410002802589\",\"product_name\":\"IBUPROFENO MK LIQUI-GELS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10752\",\"adjustment_id\":\"53\",\"product_id\":\"3623\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74105403\",\"product_name\":\"VIRO-GRIP NOCHE\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10753\",\"adjustment_id\":\"53\",\"product_id\":\"2799\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7411000329856\",\"product_name\":\"DETERGENTE XEDEX 450 GR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10754\",\"adjustment_id\":\"53\",\"product_id\":\"2801\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74110003822820\",\"product_name\":\"DETERGENTE XEDEX 1KG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10755\",\"adjustment_id\":\"53\",\"product_id\":\"2711\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7411001800231\",\"product_name\":\"COCACOLA LATA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10756\",\"adjustment_id\":\"53\",\"product_id\":\"3580\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7411204806085\",\"product_name\":\"JUGO ARTESANO 550 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10757\",\"adjustment_id\":\"53\",\"product_id\":\"3603\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7413402800711\",\"product_name\":\"QUESADILLA GRANDE 528 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10758\",\"adjustment_id\":\"53\",\"product_id\":\"3606\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7413402812103\",\"product_name\":\"MARGARITAS SINAI 32 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10759\",\"adjustment_id\":\"53\",\"product_id\":\"3604\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7413402812134\",\"product_name\":\"QUESADILLA PEQUE\\u00d1A 288GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10760\",\"adjustment_id\":\"53\",\"product_id\":\"3613\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7413402812141\",\"product_name\":\"PA\\u00d1UELO PAN SINAI 42 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10761\",\"adjustment_id\":\"53\",\"product_id\":\"3605\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7413402812486\",\"product_name\":\"PAN BLANCO SANDWICH\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10762\",\"adjustment_id\":\"53\",\"product_id\":\"3622\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7415100205379\",\"product_name\":\"VIRO-GRIP DIA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10763\",\"adjustment_id\":\"53\",\"product_id\":\"3092\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7417000539714\",\"product_name\":\"PIOCHA IMACASA CON MANGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10764\",\"adjustment_id\":\"53\",\"product_id\":\"3177\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441002706522\",\"product_name\":\"SCOTCH BRITE FIBRA VERDE ECONOMICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10765\",\"adjustment_id\":\"53\",\"product_id\":\"2854\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002707222\",\"product_name\":\"ESPONJA SCOTCH BRITE MARRON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10766\",\"adjustment_id\":\"53\",\"product_id\":\"3176\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441002707529\",\"product_name\":\"SCOTCH BRITE ESPONJA DOBLE USO  2080\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10767\",\"adjustment_id\":\"53\",\"product_id\":\"2689\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002709561\",\"product_name\":\"CINTA REFLECTIVA ROLLO 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10768\",\"adjustment_id\":\"53\",\"product_id\":\"2713\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441003500501\",\"product_name\":\"COCACOLA  VIDRIO LITRO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10769\",\"adjustment_id\":\"53\",\"product_id\":\"3114\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441003581487\",\"product_name\":\"POWER HIDRATANTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10770\",\"adjustment_id\":\"53\",\"product_id\":\"3182\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441005702200\",\"product_name\":\"SEMILLAS PRO MIXTAS 80G\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10771\",\"adjustment_id\":\"53\",\"product_id\":\"3015\",\"option_id\":\"0\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441005711783\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10772\",\"adjustment_id\":\"53\",\"product_id\":\"3074\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441008126751\",\"product_name\":\"PAPEL SCOTT PLUS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10773\",\"adjustment_id\":\"53\",\"product_id\":\"3207\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441012297379\",\"product_name\":\"SILICON NAIS ROCEADOR AZUL 236 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10774\",\"adjustment_id\":\"53\",\"product_id\":\"2617\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441018800368\",\"product_name\":\"CAJA RECTANGULAR PLASTICA DURMAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10775\",\"adjustment_id\":\"53\",\"product_id\":\"2612\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441018806735\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10776\",\"adjustment_id\":\"53\",\"product_id\":\"3560\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441029501339\",\"product_name\":\"PASTELITO WINI MARINELA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10777\",\"adjustment_id\":\"53\",\"product_id\":\"3610\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441029555943\",\"product_name\":\"GALLETA SPONCH MARINELA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10778\",\"adjustment_id\":\"53\",\"product_id\":\"2611\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441102801134\",\"product_name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10779\",\"adjustment_id\":\"53\",\"product_id\":\"2614\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"744110281141\",\"product_name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10780\",\"adjustment_id\":\"53\",\"product_id\":\"3211\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441109000677\",\"product_name\":\"SOCKET DE INTERPERIE EAGLE NO. 1045\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10781\",\"adjustment_id\":\"53\",\"product_id\":\"3101\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441109000820\",\"product_name\":\"PLAFONERA AEGLE 1175 W BLANCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10782\",\"adjustment_id\":\"53\",\"product_id\":\"2850\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441109003784\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10783\",\"adjustment_id\":\"53\",\"product_id\":\"2883\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441163411570\",\"product_name\":\"GALLETA CHIKY CHIPS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10784\",\"adjustment_id\":\"53\",\"product_id\":\"3611\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441163701626\",\"product_name\":\"GELATINAS FRUTY JELLY\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10785\",\"adjustment_id\":\"53\",\"product_id\":\"3148\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441318805097\",\"product_name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10786\",\"adjustment_id\":\"53\",\"product_id\":\"3210\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7450007492101\",\"product_name\":\"SOBRE DE BRILLANTINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10787\",\"adjustment_id\":\"53\",\"product_id\":\"3614\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7451079003226\",\"product_name\":\"PANADOL MULTISINTOMAS \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10788\",\"adjustment_id\":\"53\",\"product_id\":\"3624\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7451079003431\",\"product_name\":\"PANADOL ULTRA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10789\",\"adjustment_id\":\"53\",\"product_id\":\"3185\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752155601\",\"product_name\":\"SERRUCHO STANLEY PROFESIONAL 22\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10790\",\"adjustment_id\":\"53\",\"product_id\":\"2519\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752202060\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10791\",\"adjustment_id\":\"53\",\"product_id\":\"2631\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752874328\",\"product_name\":\"CANGREJO STANLEY 8\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10792\",\"adjustment_id\":\"53\",\"product_id\":\"3546\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757000224\",\"product_name\":\"DIANA FAMILIAR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10793\",\"adjustment_id\":\"53\",\"product_id\":\"3047\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757000330\",\"product_name\":\"NACHO Y JALAPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10794\",\"adjustment_id\":\"53\",\"product_id\":\"3547\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757008732\",\"product_name\":\"GALLETA PIC NIC VAINILLA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10795\",\"adjustment_id\":\"53\",\"product_id\":\"2798\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928004839\",\"product_name\":\"DETERGENTE XEDEX 125 GR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10796\",\"adjustment_id\":\"53\",\"product_id\":\"2958\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"748928005072\",\"product_name\":\"LAVAPLATOS ORIX 250 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10797\",\"adjustment_id\":\"53\",\"product_id\":\"2797\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74892800509\",\"product_name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10798\",\"adjustment_id\":\"53\",\"product_id\":\"2800\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928006512\",\"product_name\":\"DETERGENTE XEDEX 900 GR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10799\",\"adjustment_id\":\"53\",\"product_id\":\"2653\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"75002459\",\"product_name\":\"CERVEZA TECATE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10800\",\"adjustment_id\":\"53\",\"product_id\":\"2889\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000614530\",\"product_name\":\"GALLETA CREMAX    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10801\",\"adjustment_id\":\"53\",\"product_id\":\"2886\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635306\",\"product_name\":\"GALLETA CHOKIS      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10802\",\"adjustment_id\":\"53\",\"product_id\":\"2890\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635658\",\"product_name\":\"GALLETA EMPERADOR .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10803\",\"adjustment_id\":\"53\",\"product_id\":\"2879\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635726\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10804\",\"adjustment_id\":\"53\",\"product_id\":\"2891\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000655700\",\"product_name\":\"GALLETA FLORENTINA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10805\",\"adjustment_id\":\"53\",\"product_id\":\"2892\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000658923\",\"product_name\":\"GALLETA MARIAS GAMESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10806\",\"adjustment_id\":\"53\",\"product_id\":\"2880\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000663705\",\"product_name\":\"GALLETA ARCOIRIS FRUTIS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10807\",\"adjustment_id\":\"53\",\"product_id\":\"3630\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501019030178\",\"product_name\":\"SABA BUENAS NOCHES\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10808\",\"adjustment_id\":\"53\",\"product_id\":\"3043\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501030448242\",\"product_name\":\"TAKIS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10809\",\"adjustment_id\":\"53\",\"product_id\":\"3579\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501032907570\",\"product_name\":\"BAYGON CASA Y JARDIN 400 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10810\",\"adjustment_id\":\"53\",\"product_id\":\"2533\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501032920395\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10811\",\"adjustment_id\":\"53\",\"product_id\":\"3215\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501033920110\",\"product_name\":\"SUERO PEDIALITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10812\",\"adjustment_id\":\"53\",\"product_id\":\"3187\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501056336578\",\"product_name\":\"SHAMPO SOBRE  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10813\",\"adjustment_id\":\"53\",\"product_id\":\"2650\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064112546\",\"product_name\":\"CERVEZA MODELO LATA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10814\",\"adjustment_id\":\"53\",\"product_id\":\"2649\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064195303\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10815\",\"adjustment_id\":\"53\",\"product_id\":\"3480\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064196850\",\"product_name\":\"CERVEZA CORONA LATA 12 ONZ.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10816\",\"adjustment_id\":\"53\",\"product_id\":\"2906\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501137380018\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10817\",\"adjustment_id\":\"53\",\"product_id\":\"2907\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501137380025\",\"product_name\":\"GOMA BLANCA FAST 2.10 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10818\",\"adjustment_id\":\"53\",\"product_id\":\"3218\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199424491\",\"product_name\":\"SUPER BONDER MINI DUO 1G C\\/U LOCTITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10819\",\"adjustment_id\":\"53\",\"product_id\":\"3233\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465104\",\"product_name\":\"TANGIT 125 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10820\",\"adjustment_id\":\"53\",\"product_id\":\"3235\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465128\",\"product_name\":\"TANGIT 475 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10821\",\"adjustment_id\":\"53\",\"product_id\":\"3234\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465418\",\"product_name\":\"TANGIT 240 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10822\",\"adjustment_id\":\"53\",\"product_id\":\"3236\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465555\",\"product_name\":\"TANGIT 950 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10823\",\"adjustment_id\":\"53\",\"product_id\":\"3082\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199467108\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10824\",\"adjustment_id\":\"53\",\"product_id\":\"2683\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75012063679180\",\"product_name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10825\",\"adjustment_id\":\"53\",\"product_id\":\"2526\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206612033\",\"product_name\":\"AZADON TRUPER NO. 31.8 LBS. C\\/MANGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10826\",\"adjustment_id\":\"53\",\"product_id\":\"3067\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206613047\",\"product_name\":\"PALA REDONDA MANGO LARGO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10827\",\"adjustment_id\":\"53\",\"product_id\":\"3191\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206620908\",\"product_name\":\"SIERRA P\\/MADERA 24 DIENTES TRUPER 7 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10828\",\"adjustment_id\":\"53\",\"product_id\":\"3192\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206620915\",\"product_name\":\"SIERRA P\\/MADERA 40 DIENTES TRUPER 7 1\\/4\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10829\",\"adjustment_id\":\"53\",\"product_id\":\"2820\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206622216\",\"product_name\":\"DISCO P\\/PULIR 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10830\",\"adjustment_id\":\"53\",\"product_id\":\"3025\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206623862\",\"product_name\":\"MARTILLO TUBULAR TRUPER 16ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10831\",\"adjustment_id\":\"53\",\"product_id\":\"2975\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206624210\",\"product_name\":\"LIMA TRIANGULAR PESADO 6? C\\/MANGO TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10832\",\"adjustment_id\":\"53\",\"product_id\":\"3283\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206626115\",\"product_name\":\"TIJERA DE AVIACION  18531\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10833\",\"adjustment_id\":\"53\",\"product_id\":\"2675\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206626610\",\"product_name\":\"CINTA AISLAR NEGRA PRETUL 19MM X 9M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10834\",\"adjustment_id\":\"53\",\"product_id\":\"3183\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206628515\",\"product_name\":\"SEPARADOR DE LOSETA  DE 2.0 MM TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10835\",\"adjustment_id\":\"53\",\"product_id\":\"2771\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206628522\",\"product_name\":\"CRUCETAS TRUPER DE 3MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10836\",\"adjustment_id\":\"53\",\"product_id\":\"3105\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206629321\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL  91\\/2\\\" * 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10837\",\"adjustment_id\":\"53\",\"product_id\":\"3021\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630303\",\"product_name\":\"MARRO OCTAGONAL DE 2 LBS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10838\",\"adjustment_id\":\"53\",\"product_id\":\"3022\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630310\",\"product_name\":\"MARRO OCTAGONAL DE 3LBS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10839\",\"adjustment_id\":\"53\",\"product_id\":\"3020\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630389\",\"product_name\":\"MARRO OCTAGONAL 10 LBS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10840\",\"adjustment_id\":\"53\",\"product_id\":\"3019\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630396\",\"product_name\":\"MARRO DE 12 LIBRAS ALMAGANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10841\",\"adjustment_id\":\"53\",\"product_id\":\"3056\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630426\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 24\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10842\",\"adjustment_id\":\"53\",\"product_id\":\"3050\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750120663147\",\"product_name\":\"NIVEL DE HILO\\/ 3\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10843\",\"adjustment_id\":\"53\",\"product_id\":\"3118\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206631737\",\"product_name\":\"PUNTA PARA CONCRETO 3\\/4 X 30CM TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10844\",\"adjustment_id\":\"53\",\"product_id\":\"3065\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634387\",\"product_name\":\"PALA CUADRADA MANGO LARGO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10845\",\"adjustment_id\":\"53\",\"product_id\":\"2563\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634479\",\"product_name\":\"BROCA P\\/CONCRETO 1\\/4 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10846\",\"adjustment_id\":\"53\",\"product_id\":\"2559\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634486\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4??X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10847\",\"adjustment_id\":\"53\",\"product_id\":\"2564\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206634516\",\"product_name\":\"BROCA P\\/CONCRETO 5\\/16 X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10848\",\"adjustment_id\":\"53\",\"product_id\":\"2562\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634547\",\"product_name\":\"BROCA P\\/CONCRETO  3\\/8 X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10849\",\"adjustment_id\":\"53\",\"product_id\":\"2566\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634561\",\"product_name\":\"BROCA P\\/CONCRETO1\\/2\\\"*6\\\" TRUPER 112\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10850\",\"adjustment_id\":\"53\",\"product_id\":\"3125\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634776\",\"product_name\":\"RAYADOR DE ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10851\",\"adjustment_id\":\"53\",\"product_id\":\"3057\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206635148\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 36\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10852\",\"adjustment_id\":\"53\",\"product_id\":\"3058\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206635155\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 48\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10853\",\"adjustment_id\":\"53\",\"product_id\":\"2943\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206644942\",\"product_name\":\"JUEGO DE 8 DADOS PRETUL 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10854\",\"adjustment_id\":\"53\",\"product_id\":\"2572\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645932\",\"product_name\":\"BROCA P\\/METAL\\/ COBALTO 3\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10855\",\"adjustment_id\":\"53\",\"product_id\":\"3595\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645956\",\"product_name\":\"BROCA DE 1\\/8 TRUPER, METAL\\/MADERA\\/PLASTICO 11118\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10856\",\"adjustment_id\":\"53\",\"product_id\":\"2568\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206645970\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 5\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10857\",\"adjustment_id\":\"53\",\"product_id\":\"2567\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645994\",\"product_name\":\"BROCA P\\/METAL \\/ COBALTO 3\\/16??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10858\",\"adjustment_id\":\"53\",\"product_id\":\"2569\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206646014\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 7\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10859\",\"adjustment_id\":\"53\",\"product_id\":\"2570\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206646038\",\"product_name\":\"BROCA DE 1\\/4 TRUPER, METAL\\/MADERA\\/PLASTICO (11134)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10860\",\"adjustment_id\":\"53\",\"product_id\":\"3596\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206646052\",\"product_name\":\"BROCA DE 5\\/16 8MM  TRUPER, METAL\\/MADERA\\/PLASTICO (11142)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10861\",\"adjustment_id\":\"53\",\"product_id\":\"2833\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206650066\",\"product_name\":\"ESCOBA METALICA TRUPER 22 DIENTES C\\/MANG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10862\",\"adjustment_id\":\"53\",\"product_id\":\"2812\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206652367\",\"product_name\":\"DISCO DIAMANTE RIN CONTINUO 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10863\",\"adjustment_id\":\"53\",\"product_id\":\"3010\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206656228\",\"product_name\":\"MANGUERA 3 CAPAS PRETUL 20MTS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10864\",\"adjustment_id\":\"53\",\"product_id\":\"2810\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206657188\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 7? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10865\",\"adjustment_id\":\"53\",\"product_id\":\"3550\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659502\",\"product_name\":\"ABRAZADERA DE TUBO TIPO U\\u00d1A  3\\/4 VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10866\",\"adjustment_id\":\"53\",\"product_id\":\"2479\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206659526\",\"product_name\":\"ABRAZADERA VOLTECH D 1\\/2 BOLSITA 10 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10867\",\"adjustment_id\":\"53\",\"product_id\":\"2463\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659533\",\"product_name\":\"ABRAZADERA 3\\/4 BOLSITA VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10868\",\"adjustment_id\":\"53\",\"product_id\":\"2468\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659540\",\"product_name\":\"ABRAZADERA D 1\\\" VOLTECH BOLSITA 10 UNID\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10869\",\"adjustment_id\":\"53\",\"product_id\":\"2739\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659557\",\"product_name\":\"CONECTOR HERMETICO 1\\/2 VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10870\",\"adjustment_id\":\"53\",\"product_id\":\"2738\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659571\",\"product_name\":\"CONECTOR HERMETICO 1\\\" VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10871\",\"adjustment_id\":\"53\",\"product_id\":\"3284\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206660287\",\"product_name\":\"TIJERA FORJADA  TRUPER 18523\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10872\",\"adjustment_id\":\"53\",\"product_id\":\"2621\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206663103\",\"product_name\":\"CANDADO 40MM HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10873\",\"adjustment_id\":\"53\",\"product_id\":\"2619\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206663141\",\"product_name\":\"CANDADO 30MM HERMIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10874\",\"adjustment_id\":\"53\",\"product_id\":\"2794\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664131\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10875\",\"adjustment_id\":\"53\",\"product_id\":\"2795\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664162\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10876\",\"adjustment_id\":\"53\",\"product_id\":\"2796\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206664285\",\"product_name\":\"DESARMADOR PRETUL PHILLIPS 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10877\",\"adjustment_id\":\"53\",\"product_id\":\"2793\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664315\",\"product_name\":\"DESARMADOR  PRETUL PHILLIPS 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10878\",\"adjustment_id\":\"53\",\"product_id\":\"3642\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668528\",\"product_name\":\"NIVEL DE ALUMINIO DE 14\\\\\\\" PRETUL(22456)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10879\",\"adjustment_id\":\"53\",\"product_id\":\"2535\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668863\",\"product_name\":\"BISAGRA  2?X 1 1\\/2? ACERO PULIDO HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10880\",\"adjustment_id\":\"53\",\"product_id\":\"2536\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206668887\",\"product_name\":\"BISAGRA 3?X 1.15\\/16? ACER PUL HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10881\",\"adjustment_id\":\"53\",\"product_id\":\"2537\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668900\",\"product_name\":\"BISAGRA 4?X2. 3\\/4? ACER PULI HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10882\",\"adjustment_id\":\"53\",\"product_id\":\"3035\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673317\",\"product_name\":\"METRO CONTRA IMPAC 3 MTS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10883\",\"adjustment_id\":\"53\",\"product_id\":\"3036\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673324\",\"product_name\":\"METRO CONTRA IMPAC 5MTS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10884\",\"adjustment_id\":\"53\",\"product_id\":\"3037\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673331\",\"product_name\":\"METRO CONTRA IMPAC 8 MTS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10885\",\"adjustment_id\":\"53\",\"product_id\":\"3252\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674246\",\"product_name\":\"TARUGO PLATICO FIERO 1\\/4  ROJO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10886\",\"adjustment_id\":\"53\",\"product_id\":\"3248\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674253\",\"product_name\":\"TARUGO  PLASTICO  5\\/16 FIERO CAFE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10887\",\"adjustment_id\":\"53\",\"product_id\":\"3250\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674260\",\"product_name\":\"TARUGO PLASTICO AZUL 3\\/8 FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10888\",\"adjustment_id\":\"53\",\"product_id\":\"2591\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674963\",\"product_name\":\"BROCHA PRETUL 3\\\" MGO. PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10889\",\"adjustment_id\":\"53\",\"product_id\":\"2582\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674970\",\"product_name\":\"BROCHA DE 4\\\" PRETUL MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10890\",\"adjustment_id\":\"53\",\"product_id\":\"2682\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206679166\",\"product_name\":\"CINTA MASKING TAPE DE 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10891\",\"adjustment_id\":\"53\",\"product_id\":\"3548\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206681985\",\"product_name\":\"ABRAZADERA TUBO  TIPO AMEGA 1 1\\/2 VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10892\",\"adjustment_id\":\"53\",\"product_id\":\"2805\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206685099\",\"product_name\":\"DISCO C\\/METAL 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10893\",\"adjustment_id\":\"53\",\"product_id\":\"3292\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206685303\",\"product_name\":\"TORNILLO FIERO #8 *11\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10894\",\"adjustment_id\":\"53\",\"product_id\":\"2522\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206686065\",\"product_name\":\"ARMELLA CERRADA 19X60 FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10895\",\"adjustment_id\":\"53\",\"product_id\":\"2808\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686126\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TRUPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10896\",\"adjustment_id\":\"53\",\"product_id\":\"3309\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686805\",\"product_name\":\"TORNILLOS NORMAL  3\\/4  FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10897\",\"adjustment_id\":\"53\",\"product_id\":\"3297\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206686843\",\"product_name\":\"TORNILLO NORMAL 1 \\/12\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10898\",\"adjustment_id\":\"53\",\"product_id\":\"2601\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689110\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 18\\\"  MGOS TU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10899\",\"adjustment_id\":\"53\",\"product_id\":\"2602\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689134\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 30\\\" MGOS TUB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10900\",\"adjustment_id\":\"53\",\"product_id\":\"2603\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689141\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 36\\\"  MGOS TU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10901\",\"adjustment_id\":\"53\",\"product_id\":\"2554\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206691793\",\"product_name\":\"BOTAS JARDINERAS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10902\",\"adjustment_id\":\"53\",\"product_id\":\"3006\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692462\",\"product_name\":\"LLAVE PASO 1\\/2 VAL DE ESFERA  FOSET PALA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10903\",\"adjustment_id\":\"53\",\"product_id\":\"3335\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692547\",\"product_name\":\"VALVULA DE COMPUERTA  AZUL 1\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10904\",\"adjustment_id\":\"53\",\"product_id\":\"2657\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692813\",\"product_name\":\"CHEQUE VERTICAL 1\\\" FOSET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10905\",\"adjustment_id\":\"53\",\"product_id\":\"2465\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206694015\",\"product_name\":\"ABRAZADERA 32-51MM 1 1\\/4-2\\\" FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10906\",\"adjustment_id\":\"53\",\"product_id\":\"2466\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206694053\",\"product_name\":\"ABRAZADERA 57-76 MM 2-1\\/4 - 3\\\" FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10907\",\"adjustment_id\":\"53\",\"product_id\":\"2467\",\"option_id\":\"0\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206694091\",\"product_name\":\"ABRAZADERA CINCHO 78-101MM 3 1\\/16-4 FIER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10908\",\"adjustment_id\":\"53\",\"product_id\":\"2911\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206696019\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 8MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10909\",\"adjustment_id\":\"53\",\"product_id\":\"2910\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206696026\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 10MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10910\",\"adjustment_id\":\"53\",\"product_id\":\"3162\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206699171\",\"product_name\":\"RESUMIDERO  CUADRADO FOSET 4*4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10911\",\"adjustment_id\":\"53\",\"product_id\":\"3549\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206699522\",\"product_name\":\"FOCO AHORRADOR 28W ESPIRAL VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10912\",\"adjustment_id\":\"53\",\"product_id\":\"3180\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750126677759\",\"product_name\":\"SEGUETA P\\/CALADORA METAL FINO BLISTER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10913\",\"adjustment_id\":\"53\",\"product_id\":\"3621\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501298265278\",\"product_name\":\"NEUROBION B1+ B6 + B12\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10914\",\"adjustment_id\":\"53\",\"product_id\":\"3559\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501575504441\",\"product_name\":\"TRONKIS \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10915\",\"adjustment_id\":\"53\",\"product_id\":\"2482\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728122072\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10916\",\"adjustment_id\":\"53\",\"product_id\":\"3175\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728194499\",\"product_name\":\"SAPITO P\\/TANQUE SANITARIO VARIOS COLORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10917\",\"adjustment_id\":\"53\",\"product_id\":\"3195\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728197766\",\"product_name\":\"SIFON FLEXIBLE LAVAMANOS 1 1\\/4 FAMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10918\",\"adjustment_id\":\"53\",\"product_id\":\"2885\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501756900024\",\"product_name\":\"GALLETA CHOCOVIC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10919\",\"adjustment_id\":\"53\",\"product_id\":\"2454\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501850502636\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10920\",\"adjustment_id\":\"53\",\"product_id\":\"2518\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501850549815\",\"product_name\":\"APAGADOR Y TOMACORRIENTE ARGOS COMBINADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10921\",\"adjustment_id\":\"53\",\"product_id\":\"2542\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892812083\",\"product_name\":\"BOMBA PERIFERICA  1 HP TOOLCRAFT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10922\",\"adjustment_id\":\"53\",\"product_id\":\"3785\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892838113\",\"product_name\":\"BROCA PARA MADERA TIPO PALETA 7\\/8 TOOLCRAFT\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10923\",\"adjustment_id\":\"53\",\"product_id\":\"3066\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892850214\",\"product_name\":\"PALA PUNTA CUADRADA SQUARE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10924\",\"adjustment_id\":\"53\",\"product_id\":\"3287\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892872001\",\"product_name\":\"TOMACORRIENTE FULGORE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10925\",\"adjustment_id\":\"53\",\"product_id\":\"2856\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892884530\",\"product_name\":\"EXTENSION 2*16 ROTTER BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10926\",\"adjustment_id\":\"53\",\"product_id\":\"3197\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501908402871\",\"product_name\":\"SIKA LATEX -N 1.2 LT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10927\",\"adjustment_id\":\"53\",\"product_id\":\"2592\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75019815\",\"product_name\":\"BUBALOO       .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10928\",\"adjustment_id\":\"53\",\"product_id\":\"2861\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7502222814920\",\"product_name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10929\",\"adjustment_id\":\"53\",\"product_id\":\"3773\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7502273850366\",\"product_name\":\"ENCENDEDOR CLIPPER\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10930\",\"adjustment_id\":\"53\",\"product_id\":\"3608\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"75024697\",\"product_name\":\"NUCITA TRISABOR 8GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10931\",\"adjustment_id\":\"53\",\"product_id\":\"2651\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75027278\",\"product_name\":\"CERVEZA MODELO VIDRIO .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10932\",\"adjustment_id\":\"53\",\"product_id\":\"2586\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496227\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10933\",\"adjustment_id\":\"53\",\"product_id\":\"2587\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7503005496234\",\"product_name\":\"BROCHA LA BUENA 1?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10934\",\"adjustment_id\":\"53\",\"product_id\":\"2588\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496258\",\"product_name\":\"BROCHA LA BUENA 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10935\",\"adjustment_id\":\"53\",\"product_id\":\"2589\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496289\",\"product_name\":\"BROCHA LA BUENA 4\\\\\\\"\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10936\",\"adjustment_id\":\"53\",\"product_id\":\"2590\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496296\",\"product_name\":\"BROCHA LA BUENA DE 5??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10937\",\"adjustment_id\":\"53\",\"product_id\":\"2642\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75032715\",\"product_name\":\"CERVEZA CORONA BOTELLA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10938\",\"adjustment_id\":\"53\",\"product_id\":\"2904\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192505406\",\"product_name\":\"GEL EGO POWER 200 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10939\",\"adjustment_id\":\"53\",\"product_id\":\"2903\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192505413\",\"product_name\":\"GEL EGO POWER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10940\",\"adjustment_id\":\"53\",\"product_id\":\"2905\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192506205\",\"product_name\":\"GEL EGO ATTRACCION 110ML\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"10941\",\"adjustment_id\":\"53\",\"product_id\":\"3576\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192509152\",\"product_name\":\"SAVILOE 500 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10942\",\"adjustment_id\":\"53\",\"product_id\":\"3181\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240602088\",\"product_name\":\"SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10943\",\"adjustment_id\":\"53\",\"product_id\":\"2671\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240608004\",\"product_name\":\"CHORRO PRETUL 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10944\",\"adjustment_id\":\"53\",\"product_id\":\"3106\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240609971\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL 91\\/2\\\" * 7\\/16\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10945\",\"adjustment_id\":\"53\",\"product_id\":\"2560\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610885\",\"product_name\":\"BROCA P\\/ CONCRETO 3\\/16 * 4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10946\",\"adjustment_id\":\"53\",\"product_id\":\"2558\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610908\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10947\",\"adjustment_id\":\"53\",\"product_id\":\"2561\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610922\",\"product_name\":\"BROCA P\\/ CONCRETO 5\\/16 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10948\",\"adjustment_id\":\"53\",\"product_id\":\"2688\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240612759\",\"product_name\":\"CINTA P\\/EMPAQUE TRANSPARENTE PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10949\",\"adjustment_id\":\"53\",\"product_id\":\"2681\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240612780\",\"product_name\":\"CINTA EMPAQUE  P\\/DUCTO 10M PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10950\",\"adjustment_id\":\"53\",\"product_id\":\"2585\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240616412\",\"product_name\":\"BROCHA ECONOMICA DE 2?? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10951\",\"adjustment_id\":\"53\",\"product_id\":\"2584\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240616436\",\"product_name\":\"BROCHA ECONOMICA 3?? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10952\",\"adjustment_id\":\"53\",\"product_id\":\"3155\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240617785\",\"product_name\":\"REMOVEDOR DE PINTURA TRUPER 15824\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10953\",\"adjustment_id\":\"53\",\"product_id\":\"2694\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240619123\",\"product_name\":\"CLAVILLO NIQUELADO 17 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10954\",\"adjustment_id\":\"53\",\"product_id\":\"3030\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240620402\",\"product_name\":\"MAZO DE HULE 16 OZ PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10955\",\"adjustment_id\":\"53\",\"product_id\":\"2480\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240621546\",\"product_name\":\"ABRAZAREDA D 3\\\" VOLTECH BOLSITA 5 UNID\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10956\",\"adjustment_id\":\"53\",\"product_id\":\"2470\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240621553\",\"product_name\":\"ABRAZADERA D 4\\\" BOLSITA 5 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10957\",\"adjustment_id\":\"53\",\"product_id\":\"2848\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240622246\",\"product_name\":\"ESPATULA 3\\\" FLEXIBLE  INOXIDABLETRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10958\",\"adjustment_id\":\"53\",\"product_id\":\"3031\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750624062419\",\"product_name\":\"MAZO DE HULE 24 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10959\",\"adjustment_id\":\"53\",\"product_id\":\"2806\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240624608\",\"product_name\":\"DISCO CORTE FINO 7\\\" PRETUL 22346\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10960\",\"adjustment_id\":\"53\",\"product_id\":\"3349\",\"option_id\":\"0\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240624622\",\"product_name\":\"DISCO LAMILADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10961\",\"adjustment_id\":\"53\",\"product_id\":\"3003\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240630470\",\"product_name\":\"LLAVE PARA JARDIN 1\\/2 PLASTICA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10962\",\"adjustment_id\":\"53\",\"product_id\":\"3087\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240630623\",\"product_name\":\"PINTURA AEROSOL METALICO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10963\",\"adjustment_id\":\"53\",\"product_id\":\"2814\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240640257\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 40\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10964\",\"adjustment_id\":\"53\",\"product_id\":\"2815\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240640271\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 80\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10965\",\"adjustment_id\":\"53\",\"product_id\":\"2813\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750624064064\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10966\",\"adjustment_id\":\"53\",\"product_id\":\"3169\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240641841\",\"product_name\":\"ROTOMARTILLO 1\\/2 PROF. TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10967\",\"adjustment_id\":\"53\",\"product_id\":\"2635\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240642848\",\"product_name\":\"CEPILLO ALAMBRE PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10968\",\"adjustment_id\":\"53\",\"product_id\":\"3161\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240645153\",\"product_name\":\"REPUESTO RODILLO, FELPA 9\\\", TRUPER MICRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10969\",\"adjustment_id\":\"53\",\"product_id\":\"3795\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240651826\",\"product_name\":\"MARTILLO TUBULAR PRETUL DE 16 ONZ.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10970\",\"adjustment_id\":\"53\",\"product_id\":\"2501\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240653271\",\"product_name\":\"AFLOJA TODO 110ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10971\",\"adjustment_id\":\"53\",\"product_id\":\"2846\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240654421\",\"product_name\":\"ESMERILADORA ANGULAR PROF. TRUPER 4 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10972\",\"adjustment_id\":\"53\",\"product_id\":\"2807\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240656951\",\"product_name\":\"DISCO DE DIAMANTE 4 1\\/2  PRETUL 21009\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10973\",\"adjustment_id\":\"53\",\"product_id\":\"3055\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240658412\",\"product_name\":\"NIVEL TORPEDO MAGNETICO DE 9\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10974\",\"adjustment_id\":\"53\",\"product_id\":\"2580\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662129\",\"product_name\":\"BROCHA DE 1\\\" MANGO DE PLASTICO TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10975\",\"adjustment_id\":\"53\",\"product_id\":\"2581\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662167\",\"product_name\":\"BROCHA DE 3\\\" TRUPER MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10976\",\"adjustment_id\":\"53\",\"product_id\":\"2583\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662174\",\"product_name\":\"BROCHA DE 4\\\" TRUPER MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10977\",\"adjustment_id\":\"53\",\"product_id\":\"2821\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240666974\",\"product_name\":\"DISCO REC. DE DIAMANTE 4 1\\/2 PRETU 27032\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10978\",\"adjustment_id\":\"53\",\"product_id\":\"3156\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240672531\",\"product_name\":\"REMOVEDOR P\\/MORTERO TRUPER 11975\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10979\",\"adjustment_id\":\"53\",\"product_id\":\"2849\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240673774\",\"product_name\":\"ESPATULA FLEXIBLE TRUPER \\\"10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10980\",\"adjustment_id\":\"53\",\"product_id\":\"2804\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240675242\",\"product_name\":\"DISCO 40 DIENTES P\\/MADERA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10981\",\"adjustment_id\":\"53\",\"product_id\":\"2803\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240675259\",\"product_name\":\"DISCO  24 DIENTES P\\/MADERA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10982\",\"adjustment_id\":\"53\",\"product_id\":\"3112\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240676232\",\"product_name\":\"PLOMADO DE LATON DE 16 ONZ TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10983\",\"adjustment_id\":\"53\",\"product_id\":\"3103\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240676249\",\"product_name\":\"PLAMADO DE LATON TRUPER 24ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10984\",\"adjustment_id\":\"53\",\"product_id\":\"3013\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506487804702\",\"product_name\":\"MANGUERA PARA JARDIN 50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10985\",\"adjustment_id\":\"53\",\"product_id\":\"3012\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506487804726\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10986\",\"adjustment_id\":\"53\",\"product_id\":\"3781\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750894601246\",\"product_name\":\"TAQUERITOS 36 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10987\",\"adjustment_id\":\"53\",\"product_id\":\"3780\",\"option_id\":\"0\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750894612697\",\"product_name\":\"YUMMIES PEQUE\\u00d1O\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10988\",\"adjustment_id\":\"53\",\"product_id\":\"3634\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750894620821\",\"product_name\":\"ACEITE MAZOLA 400 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10989\",\"adjustment_id\":\"53\",\"product_id\":\"3633\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750894620845\",\"product_name\":\"ACEITE MAZOLA 700 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10990\",\"adjustment_id\":\"53\",\"product_id\":\"2734\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7509546011653\",\"product_name\":\"COLGATE TRIPLE ACCION 150 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10991\",\"adjustment_id\":\"53\",\"product_id\":\"2894\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"751000645756\",\"product_name\":\"GALLETA PAN CREMA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10992\",\"adjustment_id\":\"53\",\"product_id\":\"2622\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"751206663110\",\"product_name\":\"CANDADO 50MM HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10993\",\"adjustment_id\":\"53\",\"product_id\":\"2882\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"753079005017\",\"product_name\":\"GALLETA CAN CAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10994\",\"adjustment_id\":\"53\",\"product_id\":\"3625\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"75657780\",\"product_name\":\"IBUPROFENO FORTE 800 MG\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10995\",\"adjustment_id\":\"53\",\"product_id\":\"3772\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"756956004202\",\"product_name\":\"GALLETA BEST 20 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10996\",\"adjustment_id\":\"53\",\"product_id\":\"3784\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"756956004752\",\"product_name\":\"BOTONETAS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"10997\",\"adjustment_id\":\"53\",\"product_id\":\"2963\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"757575\",\"product_name\":\"LIBRA DE PITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10998\",\"adjustment_id\":\"53\",\"product_id\":\"2893\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7590011151110\",\"product_name\":\"GALLETA OREO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"10999\",\"adjustment_id\":\"53\",\"product_id\":\"2634\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"760573071349\",\"product_name\":\"CASHITAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11000\",\"adjustment_id\":\"53\",\"product_id\":\"2633\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7605730955\",\"product_name\":\"CASHITA MANI JAPONESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11001\",\"adjustment_id\":\"53\",\"product_id\":\"2503\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"760896120212\",\"product_name\":\"AGUA DESTIULADA PRODIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11002\",\"adjustment_id\":\"53\",\"product_id\":\"2489\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7608966120311\",\"product_name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11003\",\"adjustment_id\":\"53\",\"product_id\":\"3049\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174420753\",\"product_name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11004\",\"adjustment_id\":\"53\",\"product_id\":\"3110\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474404\",\"product_name\":\"PLOMADA YESO STANLEY 47-400\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11005\",\"adjustment_id\":\"53\",\"product_id\":\"3111\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474602\",\"product_name\":\"PLOMADA YESO STANLEY 47-460\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11006\",\"adjustment_id\":\"53\",\"product_id\":\"3109\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474640\",\"product_name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11007\",\"adjustment_id\":\"53\",\"product_id\":\"2511\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7617484023\",\"product_name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11008\",\"adjustment_id\":\"53\",\"product_id\":\"3089\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174841015\",\"product_name\":\"PINZA STANLEY 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11009\",\"adjustment_id\":\"53\",\"product_id\":\"3090\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174841022\",\"product_name\":\"PINZA STANLEY 8\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11010\",\"adjustment_id\":\"53\",\"product_id\":\"2884\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7622300268633\",\"product_name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11011\",\"adjustment_id\":\"53\",\"product_id\":\"2917\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"764009016089\",\"product_name\":\"CERVEZA HEINEKEN VIDRIO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11012\",\"adjustment_id\":\"53\",\"product_id\":\"3615\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"764600242207\",\"product_name\":\"UNI-PULMIN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11013\",\"adjustment_id\":\"53\",\"product_id\":\"3628\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"765446070252\",\"product_name\":\"SUERO ORAL SOBRE ALCALMO VITAMINADO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11014\",\"adjustment_id\":\"53\",\"product_id\":\"2453\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76770504804\",\"product_name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11015\",\"adjustment_id\":\"53\",\"product_id\":\"3616\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769041002991\",\"product_name\":\"YODOCLORINA CAPSULAS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11016\",\"adjustment_id\":\"53\",\"product_id\":\"3617\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769041010170\",\"product_name\":\"YODOCLORINA TABLETAS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11017\",\"adjustment_id\":\"53\",\"product_id\":\"2862\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409001031\",\"product_name\":\"FELPA STANDAR 1 1\\/4*9\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11018\",\"adjustment_id\":\"53\",\"product_id\":\"2860\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76940900117\",\"product_name\":\"FELPA EXPERT STANDAR 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11019\",\"adjustment_id\":\"53\",\"product_id\":\"3793\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409053726\",\"product_name\":\"MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11020\",\"adjustment_id\":\"53\",\"product_id\":\"3794\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409072857\",\"product_name\":\"MASILLA NOVA 1\\/4 GALON SINTETICO VERDE (10030-0006-04)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11021\",\"adjustment_id\":\"53\",\"product_id\":\"3214\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409155765\",\"product_name\":\"SPRAY CORONA  VARIEDAD COLORES (TDA)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11022\",\"adjustment_id\":\"53\",\"product_id\":\"2576\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409173936\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11023\",\"adjustment_id\":\"53\",\"product_id\":\"2578\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409173950\",\"product_name\":\"BROCHA 2\\\" EXPERT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11024\",\"adjustment_id\":\"53\",\"product_id\":\"2858\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"769409174032\",\"product_name\":\"FELPA ARTISAN 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11025\",\"adjustment_id\":\"53\",\"product_id\":\"2859\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409174056\",\"product_name\":\"FELPA DE 1\\/2 *9 PLG FARBE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11026\",\"adjustment_id\":\"53\",\"product_id\":\"2857\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409174063\",\"product_name\":\"FELPA ARTISAN 1\\/2 ACRILICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11027\",\"adjustment_id\":\"53\",\"product_id\":\"3008\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409200113\",\"product_name\":\"MANERAL EXPERT STANDAR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11028\",\"adjustment_id\":\"53\",\"product_id\":\"2855\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409200380\",\"product_name\":\"EXTENCION EXPERT 2.4M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11029\",\"adjustment_id\":\"53\",\"product_id\":\"2940\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702006402194\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11030\",\"adjustment_id\":\"53\",\"product_id\":\"3594\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702011275141\",\"product_name\":\"GALLETA CRAKE\\u00d1AS SALADA \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11031\",\"adjustment_id\":\"53\",\"product_id\":\"2942\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702031291534\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11032\",\"adjustment_id\":\"53\",\"product_id\":\"3204\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342031\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11033\",\"adjustment_id\":\"53\",\"product_id\":\"3206\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342048\",\"product_name\":\"SILICON LOCTITE TRANSPARENTE RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11034\",\"adjustment_id\":\"53\",\"product_id\":\"3205\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342062\",\"product_name\":\"SILICON LOCTITE ROJO RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11035\",\"adjustment_id\":\"53\",\"product_id\":\"3098\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089161940\",\"product_name\":\"PLACA TOMACORRIENTE BTICINO DOBLE AP1228\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11036\",\"adjustment_id\":\"53\",\"product_id\":\"3221\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089162145\",\"product_name\":\"SWITCH SENCILLO SOBREPONER 125V\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11037\",\"adjustment_id\":\"53\",\"product_id\":\"3096\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089162183\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11038\",\"adjustment_id\":\"53\",\"product_id\":\"3635\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702354251604\",\"product_name\":\"JUGOS YA SABORES (SOBRE)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11039\",\"adjustment_id\":\"53\",\"product_id\":\"3778\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702993031865\",\"product_name\":\"DULCE BARRILETE\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11040\",\"adjustment_id\":\"53\",\"product_id\":\"3032\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"77070548\",\"product_name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11041\",\"adjustment_id\":\"53\",\"product_id\":\"3028\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7707314792166\",\"product_name\":\"MASKING TAPE 1 PULG. TESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11042\",\"adjustment_id\":\"53\",\"product_id\":\"3115\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7730716014529\",\"product_name\":\"POXIPOL SOLDADURA PLASTICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11043\",\"adjustment_id\":\"53\",\"product_id\":\"2968\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005239\",\"product_name\":\"LIJA DE AGUA 60 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11044\",\"adjustment_id\":\"53\",\"product_id\":\"2965\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7750057005260\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11045\",\"adjustment_id\":\"53\",\"product_id\":\"2966\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005291\",\"product_name\":\"LIJA DE AGUA 220 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11046\",\"adjustment_id\":\"53\",\"product_id\":\"2967\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005345\",\"product_name\":\"LIJA DE AGUA 400 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11047\",\"adjustment_id\":\"53\",\"product_id\":\"2970\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057006502\",\"product_name\":\"LIJA DE LONA 3M 80\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11048\",\"adjustment_id\":\"53\",\"product_id\":\"2971\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057006519\",\"product_name\":\"LIJA MULTIUSOS 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11049\",\"adjustment_id\":\"53\",\"product_id\":\"2969\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057006533\",\"product_name\":\"LIJA DE LONA 3M 150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11050\",\"adjustment_id\":\"53\",\"product_id\":\"3200\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7756962003636\",\"product_name\":\"SIKASIL E VARIOS 280ML\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11051\",\"adjustment_id\":\"53\",\"product_id\":\"3496\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7791293025803\",\"product_name\":\"DESORORANTE AXE 978 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11052\",\"adjustment_id\":\"53\",\"product_id\":\"3174\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7794640172892\",\"product_name\":\"SAL ANDREWS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11053\",\"adjustment_id\":\"53\",\"product_id\":\"2809\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7798216497792\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11054\",\"adjustment_id\":\"53\",\"product_id\":\"2819\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7798216498287\",\"product_name\":\"DISCO P\\/METAL DE 7?GLADIATOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11055\",\"adjustment_id\":\"53\",\"product_id\":\"2954\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7799046010472\",\"product_name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11056\",\"adjustment_id\":\"53\",\"product_id\":\"3070\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7802800630318\",\"product_name\":\"PAPAS KRYSPO VARIOS SABORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11057\",\"adjustment_id\":\"53\",\"product_id\":\"2532\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783094001015\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11058\",\"adjustment_id\":\"53\",\"product_id\":\"2976\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783094020115\",\"product_name\":\"LINTERNA RAYOVAC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11059\",\"adjustment_id\":\"53\",\"product_id\":\"3224\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783164208306\",\"product_name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11060\",\"adjustment_id\":\"53\",\"product_id\":\"2613\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7831642785542\",\"product_name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11061\",\"adjustment_id\":\"53\",\"product_id\":\"3798\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"78418346\",\"product_name\":\"PLOMO DE ALBA\\u00d1IL DE 1 LBS.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11062\",\"adjustment_id\":\"53\",\"product_id\":\"2596\",\"option_id\":\"0\",\"quantity\":\"10.5000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"787705048057\",\"product_name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11063\",\"adjustment_id\":\"53\",\"product_id\":\"2679\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891040224746\",\"product_name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11064\",\"adjustment_id\":\"53\",\"product_id\":\"3029\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891040319442\",\"product_name\":\"MASKING TAPE  3\\/4\\\\\\\"  3M\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11065\",\"adjustment_id\":\"53\",\"product_id\":\"3027\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891040319466\",\"product_name\":\"MASKING TAPE 1\\\\\\\"  3M\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11066\",\"adjustment_id\":\"53\",\"product_id\":\"3776\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891040319503\",\"product_name\":\"MASKING TAPE 2\\\\\\\" 3M\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11067\",\"adjustment_id\":\"53\",\"product_id\":\"3219\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891200313846\",\"product_name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11068\",\"adjustment_id\":\"53\",\"product_id\":\"3552\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891222155646\",\"product_name\":\"LLAVE PARA LAVAMANOS ASTRA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11069\",\"adjustment_id\":\"53\",\"product_id\":\"3093\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7893946104214\",\"product_name\":\"PISTOLA APLICADOR DE SILICON VONDER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11070\",\"adjustment_id\":\"53\",\"product_id\":\"2520\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7893946142360\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11071\",\"adjustment_id\":\"53\",\"product_id\":\"3291\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8\",\"product_name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11072\",\"adjustment_id\":\"53\",\"product_id\":\"3222\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199645810\",\"product_name\":\"SWITCH\\/PONER SENCILLO P52 BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11073\",\"adjustment_id\":\"53\",\"product_id\":\"3288\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199645889\",\"product_name\":\"TOMACORRIENTE SOBRE PONER BTICINO  P38\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11074\",\"adjustment_id\":\"53\",\"product_id\":\"3097\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674063\",\"product_name\":\"PLACA PULSADOR DE TIMBRE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11075\",\"adjustment_id\":\"53\",\"product_id\":\"3099\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674186\",\"product_name\":\"PLACA TRIPLE SWICH DOMINO P 1330 G. INDU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11076\",\"adjustment_id\":\"53\",\"product_id\":\"3095\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674346\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11077\",\"adjustment_id\":\"53\",\"product_id\":\"3100\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"8012199674407\",\"product_name\":\"PLACA TV BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11078\",\"adjustment_id\":\"53\",\"product_id\":\"2627\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232100412\",\"product_name\":\"CANDADO YALE 40 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11079\",\"adjustment_id\":\"53\",\"product_id\":\"2628\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232100443\",\"product_name\":\"CANDADO YALE 50 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11080\",\"adjustment_id\":\"53\",\"product_id\":\"3572\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232101471\",\"product_name\":\"CHAPA YALE ITALIANA DERECHA 61000601\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11081\",\"adjustment_id\":\"53\",\"product_id\":\"3573\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232101488\",\"product_name\":\"CHAPA YALE ITALIANA IZQUIERDA 61000602\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11082\",\"adjustment_id\":\"53\",\"product_id\":\"2629\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232109439\",\"product_name\":\"CANDADO YALE 60 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11083\",\"adjustment_id\":\"53\",\"product_id\":\"3639\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80307360\",\"product_name\":\"CAJA RECTANGULAR ARGOS \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11084\",\"adjustment_id\":\"53\",\"product_id\":\"2641\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80660956411\",\"product_name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11085\",\"adjustment_id\":\"53\",\"product_id\":\"3282\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80686832010\",\"product_name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11086\",\"adjustment_id\":\"53\",\"product_id\":\"3800\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"81332743\",\"product_name\":\"APAGADOR DOBLE SOBREPONER SIN MARCA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11087\",\"adjustment_id\":\"53\",\"product_id\":\"3017\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"81537200811\",\"product_name\":\"MARINEROS.             .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11088\",\"adjustment_id\":\"53\",\"product_id\":\"3163\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"81537201405\",\"product_name\":\"REVIVE 600 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11089\",\"adjustment_id\":\"53\",\"product_id\":\"3763\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"82852020\",\"product_name\":\"GARRAFON DE AGUA PURA DE LA ROCA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11090\",\"adjustment_id\":\"53\",\"product_id\":\"3558\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"84207003180\",\"product_name\":\"LITRO ACEITE CHV URSA PLUS 15W40\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11091\",\"adjustment_id\":\"53\",\"product_id\":\"2898\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071001148\",\"product_name\":\"GALON ACEITE URSA SUPER TD SAE 15W-40\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11092\",\"adjustment_id\":\"53\",\"product_id\":\"2981\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071003487\",\"product_name\":\"LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11093\",\"adjustment_id\":\"53\",\"product_id\":\"2897\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071003685\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11094\",\"adjustment_id\":\"53\",\"product_id\":\"2484\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071004187\",\"product_name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11095\",\"adjustment_id\":\"53\",\"product_id\":\"2916\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071004477\",\"product_name\":\"LITRO ACEITE HAVOLINE SAE 20W-50 API SP \",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11096\",\"adjustment_id\":\"53\",\"product_id\":\"3220\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"85051000421\",\"product_name\":\"SUPER ECONOMY TYPE A\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11097\",\"adjustment_id\":\"53\",\"product_id\":\"2483\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"85051001190\",\"product_name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11098\",\"adjustment_id\":\"53\",\"product_id\":\"2978\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"853619237\",\"product_name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11099\",\"adjustment_id\":\"53\",\"product_id\":\"3796\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"85495929\",\"product_name\":\"COPLA GALVANIZADO CON ROSCA 3\\/4\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11100\",\"adjustment_id\":\"53\",\"product_id\":\"2895\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581001070\",\"product_name\":\"GALLETA SODA POZUELO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11101\",\"adjustment_id\":\"53\",\"product_id\":\"2887\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581012502\",\"product_name\":\"GALLETA CLUB EXTRA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11102\",\"adjustment_id\":\"53\",\"product_id\":\"2888\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581015121\",\"product_name\":\"GALLETA CREMAS GDE .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11103\",\"adjustment_id\":\"53\",\"product_id\":\"2896\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581017699\",\"product_name\":\"GALLETA TIPO.               .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11104\",\"adjustment_id\":\"53\",\"product_id\":\"3600\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8693029606708\",\"product_name\":\"GUSTO DONUT\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11105\",\"adjustment_id\":\"53\",\"product_id\":\"3599\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8693029703483\",\"product_name\":\"GUSTO OSO \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11106\",\"adjustment_id\":\"53\",\"product_id\":\"3609\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8699873000471\",\"product_name\":\"CHOCOLATE FLASH\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11107\",\"adjustment_id\":\"53\",\"product_id\":\"2593\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"87295125991\",\"product_name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11108\",\"adjustment_id\":\"53\",\"product_id\":\"3644\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8801038569970\",\"product_name\":\"RASURADORA DORCO UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11109\",\"adjustment_id\":\"53\",\"product_id\":\"3801\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88251530\",\"product_name\":\"KELLOGS ZUCARITAS VARIEDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11110\",\"adjustment_id\":\"53\",\"product_id\":\"2875\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313062267\",\"product_name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11111\",\"adjustment_id\":\"53\",\"product_id\":\"2876\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313062281\",\"product_name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11112\",\"adjustment_id\":\"53\",\"product_id\":\"2951\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"88313318739\",\"product_name\":\"KERNS CAJITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11113\",\"adjustment_id\":\"53\",\"product_id\":\"3553\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88354411\",\"product_name\":\"DETERGENTE XEDEX 250 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11114\",\"adjustment_id\":\"53\",\"product_id\":\"2817\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"885911137508\",\"product_name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11115\",\"adjustment_id\":\"53\",\"product_id\":\"3569\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88643839\",\"product_name\":\"LENTES DE SEGURIDAD INDUSTRIAL SANVAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11116\",\"adjustment_id\":\"53\",\"product_id\":\"3126\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9002490204006\",\"product_name\":\"RED BULL     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11117\",\"adjustment_id\":\"53\",\"product_id\":\"2778\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9021298\",\"product_name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11118\",\"adjustment_id\":\"53\",\"product_id\":\"2779\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9021299\",\"product_name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11119\",\"adjustment_id\":\"53\",\"product_id\":\"3322\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"9021304\",\"product_name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11120\",\"adjustment_id\":\"53\",\"product_id\":\"3762\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"90996095\",\"product_name\":\"BOLSA DE AGUA PURA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11121\",\"adjustment_id\":\"53\",\"product_id\":\"2878\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9111207379620\",\"product_name\":\"FULL CRETE (1 CUARTO GALON)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11122\",\"adjustment_id\":\"53\",\"product_id\":\"2900\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9121217379626\",\"product_name\":\"GALON FULL CRETE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11123\",\"adjustment_id\":\"53\",\"product_id\":\"2987\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712200086\",\"product_name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11124\",\"adjustment_id\":\"53\",\"product_id\":\"2992\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712200499\",\"product_name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11125\",\"adjustment_id\":\"53\",\"product_id\":\"2692\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712500315\",\"product_name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11126\",\"adjustment_id\":\"53\",\"product_id\":\"3311\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"95\",\"product_name\":\"TORTRIX PEQUE?O      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11127\",\"adjustment_id\":\"53\",\"product_id\":\"2478\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9540 UNIDAD\",\"product_name\":\"ABRAZADERA VOLCHET UNIDAD D 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11128\",\"adjustment_id\":\"53\",\"product_id\":\"3748\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"96669753\",\"product_name\":\"SUPER GUANTE LATEX TALLA S (7)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11129\",\"adjustment_id\":\"53\",\"product_id\":\"3593\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"97076721\",\"product_name\":\"LAZO PEQUE\\u00d1O FANTASIA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11130\",\"adjustment_id\":\"53\",\"product_id\":\"2974\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11131\",\"adjustment_id\":\"53\",\"product_id\":\"3172\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"98\",\"product_name\":\"SABRITAS.           .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11132\",\"adjustment_id\":\"53\",\"product_id\":\"3788\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"98082607\",\"product_name\":\"CURVA CONDUIT DE 1 NARANJA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11133\",\"adjustment_id\":\"53\",\"product_id\":\"3648\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"98215882\",\"product_name\":\"CAJETILLA DE CIGARRO MARLBORO FOREST FUSION\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11134\",\"adjustment_id\":\"53\",\"product_id\":\"3079\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99176129745\",\"product_name\":\"PASTA COLGATE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11135\",\"adjustment_id\":\"53\",\"product_id\":\"2953\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99176480518\",\"product_name\":\"KIT DE CEPILLADO  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11136\",\"adjustment_id\":\"53\",\"product_id\":\"2939\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9917692238\",\"product_name\":\"JABON PROTEX .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11137\",\"adjustment_id\":\"53\",\"product_id\":\"3489\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99179280\",\"product_name\":\"CHEQUE VERTICAL BRONCE C\\/PICHACHA 1 1\\/4\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11138\",\"adjustment_id\":\"53\",\"product_id\":\"3649\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99253463\",\"product_name\":\"CAJETILLA DE CIGARRO MARLBORO BLUE ICE\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"11139\",\"adjustment_id\":\"53\",\"product_id\":\"2472\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"A111\",\"product_name\":\"ABRAZADERA DE 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11140\",\"adjustment_id\":\"53\",\"product_id\":\"3116\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AA823\\/120\",\"product_name\":\"PULIDORA GLP 9 2300W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11141\",\"adjustment_id\":\"53\",\"product_id\":\"2844\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AB608\\/120\\/60\",\"product_name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11142\",\"adjustment_id\":\"53\",\"product_id\":\"2477\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ABRA001\",\"product_name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11143\",\"adjustment_id\":\"53\",\"product_id\":\"2476\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"ABRA002\",\"product_name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11144\",\"adjustment_id\":\"53\",\"product_id\":\"2481\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ACE04\",\"product_name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11145\",\"adjustment_id\":\"53\",\"product_id\":\"2488\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ACHUELA ALDOSA 2\",\"product_name\":\"ACHUELA ALDOSA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11146\",\"adjustment_id\":\"53\",\"product_id\":\"3051\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ALF0019\",\"product_name\":\"NIVEL DE RESINA 12\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11147\",\"adjustment_id\":\"53\",\"product_id\":\"2638\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ALF0035\",\"product_name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11148\",\"adjustment_id\":\"53\",\"product_id\":\"2473\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"AT001\",\"product_name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11149\",\"adjustment_id\":\"53\",\"product_id\":\"2515\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AZ00151\",\"product_name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11150\",\"adjustment_id\":\"53\",\"product_id\":\"2667\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"BOSSI123\",\"product_name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11151\",\"adjustment_id\":\"53\",\"product_id\":\"2707\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CB123\",\"product_name\":\"CLAVO CONCRETO BRONCO 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11152\",\"adjustment_id\":\"53\",\"product_id\":\"2658\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CHEVEBR05\",\"product_name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11153\",\"adjustment_id\":\"53\",\"product_id\":\"2656\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CHHOBR03\",\"product_name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11154\",\"adjustment_id\":\"53\",\"product_id\":\"3193\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"COS14\\/1\\/120\",\"product_name\":\"SIERRA TRONZADORA 14-2000W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11155\",\"adjustment_id\":\"53\",\"product_id\":\"3194\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CS814\\/3\\/120\",\"product_name\":\"SIERRA TROZADORA 14-2400W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11156\",\"adjustment_id\":\"53\",\"product_id\":\"2639\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"D12\",\"product_name\":\"CEPILLO DE DIENTES UNID.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11157\",\"adjustment_id\":\"53\",\"product_id\":\"2835\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"D87\",\"product_name\":\"ESCOBAS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11158\",\"adjustment_id\":\"53\",\"product_id\":\"3226\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"DW508S-B3\",\"product_name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11159\",\"adjustment_id\":\"53\",\"product_id\":\"2594\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00076\",\"product_name\":\"CABLE PARALELO 2* 12 M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11160\",\"adjustment_id\":\"53\",\"product_id\":\"2595\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00077\",\"product_name\":\"CABLE PARALELO 2* 14 MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11161\",\"adjustment_id\":\"53\",\"product_id\":\"2609\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00081\",\"product_name\":\"CAJA OCTAGONAL METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11162\",\"adjustment_id\":\"53\",\"product_id\":\"2610\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00082\",\"product_name\":\"CAJA OCTAGONAL PLAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11163\",\"adjustment_id\":\"53\",\"product_id\":\"2615\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00085\",\"product_name\":\"CAJA RECTANGULAR METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11164\",\"adjustment_id\":\"53\",\"product_id\":\"3213\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE055\",\"product_name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11165\",\"adjustment_id\":\"53\",\"product_id\":\"3045\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE063\",\"product_name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11166\",\"adjustment_id\":\"53\",\"product_id\":\"2761\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE067\",\"product_name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11167\",\"adjustment_id\":\"53\",\"product_id\":\"2740\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 010231\",\"product_name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11168\",\"adjustment_id\":\"53\",\"product_id\":\"2460\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75012066411\",\"product_name\":\"CUCHILLA  6? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11169\",\"adjustment_id\":\"53\",\"product_id\":\"2457\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75012066839\",\"product_name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11170\",\"adjustment_id\":\"53\",\"product_id\":\"2458\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75062406478\",\"product_name\":\"PLACA PARA TIMBRE VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11171\",\"adjustment_id\":\"53\",\"product_id\":\"3320\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-01234\",\"product_name\":\"UNIDAD ELECTRODO E 6013\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11172\",\"adjustment_id\":\"53\",\"product_id\":\"2461\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-7506240656\",\"product_name\":\"DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11173\",\"adjustment_id\":\"53\",\"product_id\":\"3308\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-THPVC1407\",\"product_name\":\"TORNILLO PULSER P\\/BROCA 1\\/4X3\\/4 C\\/E\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11174\",\"adjustment_id\":\"53\",\"product_id\":\"3307\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-TOPC 1407\",\"product_name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11175\",\"adjustment_id\":\"53\",\"product_id\":\"3160\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000012\",\"product_name\":\"REPOSADERA BRONCE 3*3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11176\",\"adjustment_id\":\"53\",\"product_id\":\"3002\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000018\",\"product_name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11177\",\"adjustment_id\":\"53\",\"product_id\":\"3091\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000125\",\"product_name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11178\",\"adjustment_id\":\"53\",\"product_id\":\"2962\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000150\",\"product_name\":\"LB. CLAVO 1\\\" ASSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11179\",\"adjustment_id\":\"53\",\"product_id\":\"2853\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000151\",\"product_name\":\"ESPONJA PEQUE\\u00d1A PARA REPELLO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11180\",\"adjustment_id\":\"53\",\"product_id\":\"3330\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000153\",\"product_name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11181\",\"adjustment_id\":\"53\",\"product_id\":\"2961\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00017\",\"product_name\":\"LB ELECTRODO 3\\/32\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11182\",\"adjustment_id\":\"53\",\"product_id\":\"2462\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00021\",\"product_name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11183\",\"adjustment_id\":\"53\",\"product_id\":\"2528\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00088\",\"product_name\":\"BARNIZ GL NOGAL CELCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11184\",\"adjustment_id\":\"53\",\"product_id\":\"2538\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00106\",\"product_name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11185\",\"adjustment_id\":\"53\",\"product_id\":\"2539\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00108\",\"product_name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11186\",\"adjustment_id\":\"53\",\"product_id\":\"2540\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00111\",\"product_name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11187\",\"adjustment_id\":\"53\",\"product_id\":\"2748\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER001216\",\"product_name\":\"COPLA 1 1\\/2 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11188\",\"adjustment_id\":\"53\",\"product_id\":\"2753\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER001217\",\"product_name\":\"COPLA 3\\/4 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11189\",\"adjustment_id\":\"53\",\"product_id\":\"3302\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER001218\",\"product_name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11190\",\"adjustment_id\":\"53\",\"product_id\":\"3237\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0015\",\"product_name\":\"TAPADERA DE SANITARIO ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11191\",\"adjustment_id\":\"53\",\"product_id\":\"2851\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00150\",\"product_name\":\"ESPONJA GRANDE PARA REPELLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11192\",\"adjustment_id\":\"53\",\"product_id\":\"2695\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00436\",\"product_name\":\"CLAVO 1 1\\/2 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11193\",\"adjustment_id\":\"53\",\"product_id\":\"2697\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00438\",\"product_name\":\"CLAVO 2 1\\/2 LB.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11194\",\"adjustment_id\":\"53\",\"product_id\":\"2698\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00439\",\"product_name\":\"CLAVO 2 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11195\",\"adjustment_id\":\"53\",\"product_id\":\"2699\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11196\",\"adjustment_id\":\"53\",\"product_id\":\"2700\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00441\",\"product_name\":\"CLAVO 4 LB\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11197\",\"adjustment_id\":\"53\",\"product_id\":\"2702\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00446\",\"product_name\":\"CLAVO CONCRETO 1 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11198\",\"adjustment_id\":\"53\",\"product_id\":\"2701\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00447\",\"product_name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11199\",\"adjustment_id\":\"53\",\"product_id\":\"2703\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00449\",\"product_name\":\"CLAVO CONCRETO 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11200\",\"adjustment_id\":\"53\",\"product_id\":\"2704\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00450\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11201\",\"adjustment_id\":\"53\",\"product_id\":\"2706\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00453\",\"product_name\":\"CLAVO CONCRETO 4 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11202\",\"adjustment_id\":\"53\",\"product_id\":\"2708\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00710\",\"product_name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11203\",\"adjustment_id\":\"53\",\"product_id\":\"2973\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00750\",\"product_name\":\"LIMA  TRIANGULAR BELLOTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11204\",\"adjustment_id\":\"53\",\"product_id\":\"3190\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER01143\",\"product_name\":\"SIERRA FINA SANDFLEX 1224\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11205\",\"adjustment_id\":\"53\",\"product_id\":\"2766\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER01397\",\"product_name\":\"CRAYON 2 COLORES GRUESO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11206\",\"adjustment_id\":\"53\",\"product_id\":\"3007\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER01945\",\"product_name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11207\",\"adjustment_id\":\"53\",\"product_id\":\"2459\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER02887444770\",\"product_name\":\"DISCO DEWALT CARBON P CORTAR\\/CONCRET 9\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11208\",\"adjustment_id\":\"53\",\"product_id\":\"2811\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER02908\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11209\",\"adjustment_id\":\"53\",\"product_id\":\"2620\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0313\",\"product_name\":\"CANDADO 40MM DORADO WHALE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11210\",\"adjustment_id\":\"53\",\"product_id\":\"2626\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0314\",\"product_name\":\"CANDADO WHALE DORADO 50 MM\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11211\",\"adjustment_id\":\"53\",\"product_id\":\"3290\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER035\",\"product_name\":\"TORNILLO BUSCA ROSCA 1*8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11212\",\"adjustment_id\":\"53\",\"product_id\":\"3253\",\"option_id\":\"0\",\"quantity\":\"63.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER039\",\"product_name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11213\",\"adjustment_id\":\"53\",\"product_id\":\"3300\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER040\",\"product_name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11214\",\"adjustment_id\":\"53\",\"product_id\":\"3254\",\"option_id\":\"0\",\"quantity\":\"118.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER068\",\"product_name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11215\",\"adjustment_id\":\"53\",\"product_id\":\"2731\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER31106-2\",\"product_name\":\"CODO PVC 3\\/4 45 GRADOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11216\",\"adjustment_id\":\"53\",\"product_id\":\"2988\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GE-0251\",\"product_name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11217\",\"adjustment_id\":\"53\",\"product_id\":\"3151\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GE-0279\",\"product_name\":\"REGADERA PLASTICA BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11218\",\"adjustment_id\":\"53\",\"product_id\":\"2509\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GEL0003\",\"product_name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11219\",\"adjustment_id\":\"53\",\"product_id\":\"3158\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI001475\",\"product_name\":\"REPOSADERA 3  ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11220\",\"adjustment_id\":\"53\",\"product_id\":\"3271\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00213\",\"product_name\":\"TEFLON 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11221\",\"adjustment_id\":\"53\",\"product_id\":\"3273\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00214\",\"product_name\":\"TEFLON 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11222\",\"adjustment_id\":\"53\",\"product_id\":\"3275\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI00215\",\"product_name\":\"TEFLON 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11223\",\"adjustment_id\":\"53\",\"product_id\":\"2744\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIF000175\",\"product_name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11224\",\"adjustment_id\":\"53\",\"product_id\":\"2745\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"GRIF000176\",\"product_name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11225\",\"adjustment_id\":\"53\",\"product_id\":\"2912\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIFA001\",\"product_name\":\"GRIFA 1\\/2 * 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11226\",\"adjustment_id\":\"53\",\"product_id\":\"2913\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIFA002\",\"product_name\":\"GRIFA 1\\/4 * 3\\/16\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11227\",\"adjustment_id\":\"53\",\"product_id\":\"2937\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"HL8140\\/120M\",\"product_name\":\"HIDROLAVADORA 1800W 2003PSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11228\",\"adjustment_id\":\"53\",\"product_id\":\"2665\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLCHBOZN03\",\"product_name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2 BOSSI\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11229\",\"adjustment_id\":\"53\",\"product_id\":\"2670\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLCHCPOPM05\",\"product_name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11230\",\"adjustment_id\":\"53\",\"product_id\":\"3001\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLPDCLA\",\"product_name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11231\",\"adjustment_id\":\"53\",\"product_id\":\"3039\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"MDL700\",\"product_name\":\"METRO LASER DE 20M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11232\",\"adjustment_id\":\"53\",\"product_id\":\"3040\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"MDL740\",\"product_name\":\"METRO LASER GLP 40M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11233\",\"adjustment_id\":\"53\",\"product_id\":\"2632\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"MS1001\\/2L\",\"product_name\":\"CARETA NEO FOTOSENSIBLE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11234\",\"adjustment_id\":\"53\",\"product_id\":\"3319\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"NIP14\",\"product_name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\\\\\" X 3MT\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11235\",\"adjustment_id\":\"53\",\"product_id\":\"2733\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PCV00037\",\"product_name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11236\",\"adjustment_id\":\"53\",\"product_id\":\"2494\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00003\",\"product_name\":\"ADAPTADOR M 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11237\",\"adjustment_id\":\"53\",\"product_id\":\"2495\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00004\",\"product_name\":\"ADAPTADOR M 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11238\",\"adjustment_id\":\"53\",\"product_id\":\"2496\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00005\",\"product_name\":\"ADAPTADOR M 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11239\",\"adjustment_id\":\"53\",\"product_id\":\"2490\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00006\",\"product_name\":\"ADAPTADOR  1\\/2\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11240\",\"adjustment_id\":\"53\",\"product_id\":\"2492\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00007\",\"product_name\":\"ADAPTADOR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11241\",\"adjustment_id\":\"53\",\"product_id\":\"2754\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC0001\",\"product_name\":\"COPLA C\\/R 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11242\",\"adjustment_id\":\"53\",\"product_id\":\"2497\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00010\",\"product_name\":\"ADAPTADOR M 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11243\",\"adjustment_id\":\"53\",\"product_id\":\"2716\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00033\",\"product_name\":\"CODO 90 GR 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11244\",\"adjustment_id\":\"53\",\"product_id\":\"2718\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00035\",\"product_name\":\"CODO 90 GR 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11245\",\"adjustment_id\":\"53\",\"product_id\":\"2719\",\"option_id\":\"0\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00036\",\"product_name\":\"CODO 90 GR 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11246\",\"adjustment_id\":\"53\",\"product_id\":\"2720\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00037\",\"product_name\":\"CODO 90 GR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11247\",\"adjustment_id\":\"53\",\"product_id\":\"2721\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00038\",\"product_name\":\"CODO 90 GR 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11248\",\"adjustment_id\":\"53\",\"product_id\":\"2722\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00039\",\"product_name\":\"CODO 90 GR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11249\",\"adjustment_id\":\"53\",\"product_id\":\"2723\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00040\",\"product_name\":\"CODO 90 GR 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11250\",\"adjustment_id\":\"53\",\"product_id\":\"2724\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00045\",\"product_name\":\"CODO 90 GR C\\/R 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11251\",\"adjustment_id\":\"53\",\"product_id\":\"2725\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00051\",\"product_name\":\"CODO 90 GR DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11252\",\"adjustment_id\":\"53\",\"product_id\":\"2726\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00052\",\"product_name\":\"CODO 90 GR DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11253\",\"adjustment_id\":\"53\",\"product_id\":\"2727\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00053\",\"product_name\":\"CODO 90 GR DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11254\",\"adjustment_id\":\"53\",\"product_id\":\"2728\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00054\",\"product_name\":\"CODO 90 GR DR 6\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11255\",\"adjustment_id\":\"53\",\"product_id\":\"2746\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00068\",\"product_name\":\"COPLA 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11256\",\"adjustment_id\":\"53\",\"product_id\":\"2747\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00069\",\"product_name\":\"COPLA 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11257\",\"adjustment_id\":\"53\",\"product_id\":\"2749\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00071\",\"product_name\":\"COPLA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11258\",\"adjustment_id\":\"53\",\"product_id\":\"2750\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00072\",\"product_name\":\"COPLA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11259\",\"adjustment_id\":\"53\",\"product_id\":\"2752\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00073\",\"product_name\":\"COPLA 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11260\",\"adjustment_id\":\"53\",\"product_id\":\"2755\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00076\",\"product_name\":\"COPLA C\\/R 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11261\",\"adjustment_id\":\"53\",\"product_id\":\"2756\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00077\",\"product_name\":\"COPLA C\\/R 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11262\",\"adjustment_id\":\"53\",\"product_id\":\"2758\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00090\",\"product_name\":\"COPLA DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11263\",\"adjustment_id\":\"53\",\"product_id\":\"2759\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00091\",\"product_name\":\"COPLA DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11264\",\"adjustment_id\":\"53\",\"product_id\":\"2760\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00092\",\"product_name\":\"COPLA DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11265\",\"adjustment_id\":\"53\",\"product_id\":\"2717\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00094\",\"product_name\":\"CODO 90 GR 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11266\",\"adjustment_id\":\"53\",\"product_id\":\"3129\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00122\",\"product_name\":\"REDUCIDOR 1 1\\/2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11267\",\"adjustment_id\":\"53\",\"product_id\":\"3127\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00123\",\"product_name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11268\",\"adjustment_id\":\"53\",\"product_id\":\"3171\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"pvc00124\",\"product_name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11269\",\"adjustment_id\":\"53\",\"product_id\":\"3128\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00125\",\"product_name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11270\",\"adjustment_id\":\"53\",\"product_id\":\"3130\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00126\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11271\",\"adjustment_id\":\"53\",\"product_id\":\"3131\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00127\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11272\",\"adjustment_id\":\"53\",\"product_id\":\"3149\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"pvc00128\",\"product_name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11273\",\"adjustment_id\":\"53\",\"product_id\":\"3133\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00130\",\"product_name\":\"REDUCIDOR 1-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11274\",\"adjustment_id\":\"53\",\"product_id\":\"3132\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00131\",\"product_name\":\"REDUCIDOR 1- 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11275\",\"adjustment_id\":\"53\",\"product_id\":\"3136\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00132\",\"product_name\":\"REDUCIDOR 2 1\\/2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11276\",\"adjustment_id\":\"53\",\"product_id\":\"3135\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00136\",\"product_name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11277\",\"adjustment_id\":\"53\",\"product_id\":\"3137\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00137\",\"product_name\":\"REDUCIDOR 2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11278\",\"adjustment_id\":\"53\",\"product_id\":\"3138\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00140\",\"product_name\":\"REDUCIDOR 2-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11279\",\"adjustment_id\":\"53\",\"product_id\":\"3134\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00141\",\"product_name\":\"REDUCIDOR 2 - 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11280\",\"adjustment_id\":\"53\",\"product_id\":\"3141\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00142\",\"product_name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11281\",\"adjustment_id\":\"53\",\"product_id\":\"3147\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00152\",\"product_name\":\"REDUCIDOR DR 3-2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11282\",\"adjustment_id\":\"53\",\"product_id\":\"3243\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00158\",\"product_name\":\"TAPON H 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11283\",\"adjustment_id\":\"53\",\"product_id\":\"3244\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00159\",\"product_name\":\"TAPON H 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11284\",\"adjustment_id\":\"53\",\"product_id\":\"3238\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00161\",\"product_name\":\"TAPON 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11285\",\"adjustment_id\":\"53\",\"product_id\":\"3239\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00164\",\"product_name\":\"TAPON 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11286\",\"adjustment_id\":\"53\",\"product_id\":\"3241\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00168\",\"product_name\":\"TAPON 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11287\",\"adjustment_id\":\"53\",\"product_id\":\"3245\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00171\",\"product_name\":\"TAPON H 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11288\",\"adjustment_id\":\"53\",\"product_id\":\"3257\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00186\",\"product_name\":\"TEE 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11289\",\"adjustment_id\":\"53\",\"product_id\":\"3258\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00187\",\"product_name\":\"TEE 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11290\",\"adjustment_id\":\"53\",\"product_id\":\"3259\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00189\",\"product_name\":\"TEE 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11291\",\"adjustment_id\":\"53\",\"product_id\":\"3260\",\"option_id\":\"0\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00192\",\"product_name\":\"TEE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11292\",\"adjustment_id\":\"53\",\"product_id\":\"3262\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00199\",\"product_name\":\"TEE 2 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11293\",\"adjustment_id\":\"53\",\"product_id\":\"3264\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00201\",\"product_name\":\"TEE 3 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11294\",\"adjustment_id\":\"53\",\"product_id\":\"3266\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00202\",\"product_name\":\"TEE 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11295\",\"adjustment_id\":\"53\",\"product_id\":\"3267\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00207\",\"product_name\":\"TEE 4 DR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11296\",\"adjustment_id\":\"53\",\"product_id\":\"3270\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00208\",\"product_name\":\"TEE PVC DE 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11297\",\"adjustment_id\":\"53\",\"product_id\":\"3080\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00236\",\"product_name\":\"PEGA PVC 025 ML TANGIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11298\",\"adjustment_id\":\"53\",\"product_id\":\"3347\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00254\",\"product_name\":\"YEE DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11299\",\"adjustment_id\":\"53\",\"product_id\":\"3346\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00255\",\"product_name\":\"YEE DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11300\",\"adjustment_id\":\"53\",\"product_id\":\"3348\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00256\",\"product_name\":\"YEE DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11301\",\"adjustment_id\":\"53\",\"product_id\":\"2751\",\"option_id\":\"0\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00260\",\"product_name\":\"COPLA 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11302\",\"adjustment_id\":\"53\",\"product_id\":\"2777\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC0105\",\"product_name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11303\",\"adjustment_id\":\"53\",\"product_id\":\"3139\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC143\",\"product_name\":\"REDUCIDOR 3- 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11304\",\"adjustment_id\":\"53\",\"product_id\":\"3140\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC144\",\"product_name\":\"REDUCIDOR 3-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11305\",\"adjustment_id\":\"53\",\"product_id\":\"3081\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC287\",\"product_name\":\"PEGA PVC 050 ML TANGIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11306\",\"adjustment_id\":\"53\",\"product_id\":\"2997\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"SUVAL2\\\"\",\"product_name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11307\",\"adjustment_id\":\"53\",\"product_id\":\"3076\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"T1101-047\",\"product_name\":\"PASADOR ALEMAN 3\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11308\",\"adjustment_id\":\"53\",\"product_id\":\"3225\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"TA002\",\"product_name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11309\",\"adjustment_id\":\"53\",\"product_id\":\"3317\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA121216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11310\",\"adjustment_id\":\"53\",\"product_id\":\"3318\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA381216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*19 ACERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11311\",\"adjustment_id\":\"53\",\"product_id\":\"2866\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"THQC1120\",\"product_name\":\"FLIPON # 20 THQC1120\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11312\",\"adjustment_id\":\"53\",\"product_id\":\"2455\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"THQC1130\",\"product_name\":\"FLIPON # 30 THQC1130\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11313\",\"adjustment_id\":\"53\",\"product_id\":\"3227\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TP813\\/3\",\"product_name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11314\",\"adjustment_id\":\"53\",\"product_id\":\"3228\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TP913\\/4\",\"product_name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11315\",\"adjustment_id\":\"53\",\"product_id\":\"3315\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TUC13\",\"product_name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\\\\\" X 3MT\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11316\",\"adjustment_id\":\"53\",\"product_id\":\"2827\",\"option_id\":\"0\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"UP0000793\",\"product_name\":\"DULCES COLOMBINA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11317\",\"adjustment_id\":\"53\",\"product_id\":\"3338\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VAPB-2\",\"product_name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11318\",\"adjustment_id\":\"53\",\"product_id\":\"3328\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBLPVC04\",\"product_name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11319\",\"adjustment_id\":\"53\",\"product_id\":\"3327\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ03\",\"product_name\":\"VALVULA BOLA DE ZINC 1\\/2 AQUA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11320\",\"adjustment_id\":\"53\",\"product_id\":\"3326\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ04\",\"product_name\":\"VALVULA BOLA 3\\/4 AQUA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11321\",\"adjustment_id\":\"53\",\"product_id\":\"3325\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"VBZ05\",\"product_name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11322\",\"adjustment_id\":\"53\",\"product_id\":\"3332\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VCBRWL04\",\"product_name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11323\",\"adjustment_id\":\"53\",\"product_id\":\"3331\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VCBRWL05\",\"product_name\":\"VALVULA COMPUERTA BR 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11324\",\"adjustment_id\":\"53\",\"product_id\":\"3281\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0096\",\"product_name\":\"TENAZIN DE 9\\\" VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11325\",\"adjustment_id\":\"53\",\"product_id\":\"3179\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0785\",\"product_name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11326\",\"adjustment_id\":\"53\",\"product_id\":\"2826\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0795\",\"product_name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11327\",\"adjustment_id\":\"53\",\"product_id\":\"3251\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0840\",\"product_name\":\"TARUGO PLASTICO DE 1\\/4\\\\\\\" VIKINGO 100 UNI\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11328\",\"adjustment_id\":\"53\",\"product_id\":\"3249\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0841\",\"product_name\":\"TARUGO PLASTICO 3\\/16\\\\\\\"  VIKINGO 100 UNID\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"11329\",\"adjustment_id\":\"53\",\"product_id\":\"2624\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0867\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11330\",\"adjustment_id\":\"53\",\"product_id\":\"2474\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0894R\",\"product_name\":\"ABRAZADERA PLASTIC 10\\\" NEGRO 50 UNI VIKI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11331\",\"adjustment_id\":\"53\",\"product_id\":\"2625\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0898\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11332\",\"adjustment_id\":\"53\",\"product_id\":\"2825\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0908\",\"product_name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11333\",\"adjustment_id\":\"53\",\"product_id\":\"2475\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0928\",\"product_name\":\"ABRAZADERA PLASTICA DE 6\\\" NEGRO 100 UNI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"11334\",\"adjustment_id\":\"53\",\"product_id\":\"3188\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"W185\\/1\\/120\",\"product_name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"image\":\"\",\"details\":null,\"variant\":null}]}', '2022-12-21 10:52:58');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2129, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3292\",\"code\":\"7501206685303\",\"name\":\"TORNILLO FIERO #8 *11\\/2\\\"\",\"unit\":\"1\",\"cost\":\"0.10000000000000000000\",\"price\":\"0.25000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tornillo-fiero-8-112\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 11:04:23');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2130, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3349\",\"code\":\"7506240624622\",\"name\":\"DISCO LAMILADO\",\"unit\":\"1\",\"cost\":\"2.95000000000000017764\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-lamilado\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"5\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 11:08:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2131, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2804\",\"code\":\"7506240675242\",\"name\":\"DISCO 40 DIENTES P\\/MADERA PRETUL\",\"unit\":\"1\",\"cost\":\"62.00000000000000000000\",\"price\":\"82.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-40-dientes-pmadera-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"2\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 11:09:44');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2132, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2803\",\"code\":\"7506240675259\",\"name\":\"DISCO  24 DIENTES P\\/MADERA PRETUL\",\"unit\":\"1\",\"cost\":\"31.50000000000000000000\",\"price\":\"42.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"disco-24-dientes-pmadera-pretul\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 11:09:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2133, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3339\",\"code\":\"102108\",\"name\":\"VALVULA PILA 2 P BRONCE\",\"unit\":\"1\",\"cost\":\"15.00000000000000000000\",\"price\":\"75.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":\"0\",\"slug\":\"valvula-pila-2-p-bronce\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 13:02:50');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2134, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2767\",\"code\":\"6942713106287\",\"name\":\"CRUCETAS P\\/ AZULEJOS  DE 3\\\"\",\"unit\":\"1\",\"cost\":\"12.75000000000000000000\",\"price\":\"14.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"crucetas-p-azulejos-de-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 15:15:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2135, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2768\",\"code\":\"6942713106294\",\"name\":\"CRUCETAS P\\/ AZULEJOS 4\\\"\",\"unit\":\"1\",\"cost\":\"10.26000000000000000000\",\"price\":\"17.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"crucetas-p-azulejos-4\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"11\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 15:15:32');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2136, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3225\",\"code\":\"TA002\",\"name\":\"TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT\",\"unit\":\"1\",\"cost\":\"36.14000000000000000000\",\"price\":\"55.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"tablero-monofasico-2-circuitos-70a-elect\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 16:44:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2137, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2824\",\"code\":\"100083000017\",\"name\":\"DUCHA EXAGONAL VIKINGO\",\"unit\":\"1\",\"cost\":\"50.00000000000000000000\",\"price\":\"70.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"ducha-exagonal-vikingo\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 16:59:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2138, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3077\",\"code\":\"100103000027\",\"name\":\"PASADOR DORADO VIKINGO T\\/ MARIPOSA 3\",\"unit\":\"1\",\"cost\":\"7.00000000000000000000\",\"price\":\"10.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"pasador-dorado-vikingo-t-mariposa-3\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"14\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 16:59:33');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2139, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3274\",\"code\":\"102308\",\"name\":\"TEFLON 1\\/2  ALDOSA\",\"unit\":\"1\",\"cost\":\"1.48000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-12-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"3\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:00:14');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2140, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3272\",\"code\":\"102309\",\"name\":\"TEFLON 1\\\" ALDOSA\",\"unit\":\"1\",\"cost\":\"2.28000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-1-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"3\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:00:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2141, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2693\",\"code\":\"102324\",\"name\":\"CINTA TRANSPARENTE 2 P TESA\",\"unit\":\"1\",\"cost\":\"7.51000000000000000000\",\"price\":\"16.50000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"cinta-transparente-2-p-tesa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:00:50');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2142, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2616\",\"code\":\"10277\",\"name\":\"CAJA RECTANGULAR PLASTICA BLANCA\",\"unit\":\"1\",\"cost\":\"1.80000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-plastica-blanca\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:01:23');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2143, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2614\",\"code\":\"744110281141\",\"name\":\"CAJA RECT PLASTICA 1\\/2* 3\\/4\\\" NEGRO A\",\"unit\":\"1\",\"cost\":\"3.88000000000000000000\",\"price\":\"7.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rect-plastica-12-34-negro-a\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"9\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:01:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2144, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2615\",\"code\":\"ELE00085\",\"name\":\"CAJA RECTANGULAR METAL\",\"unit\":\"1\",\"cost\":\"2.35000000000000000000\",\"price\":\"5.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"caja-rectangular-metal\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:02:19');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2145, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3271\",\"code\":\"GRI00213\",\"name\":\"TEFLON 1\",\"unit\":\"1\",\"cost\":\"1.79000000000000000000\",\"price\":\"6.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-1\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"4\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:02:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2146, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3273\",\"code\":\"GRI00214\",\"name\":\"TEFLON 1\\/2\",\"unit\":\"1\",\"cost\":\"0.98000000000000000000\",\"price\":\"3.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:02:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2147, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3275\",\"code\":\"GRI00215\",\"name\":\"TEFLON 3\\/4\",\"unit\":\"1\",\"cost\":\"2.02000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-34\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:03:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2148, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3276\",\"code\":\"12310\",\"name\":\"TEFLON 3\\/4 ALDOSA\",\"unit\":\"1\",\"cost\":\"2.00000000000000000000\",\"price\":\"4.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"teflon-34-aldosa\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:03:15');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2149, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"2528\",\"code\":\"FER00088\",\"name\":\"BARNIZ GL NOGAL CELCO\",\"unit\":\"1\",\"cost\":\"140.00000000000000000000\",\"price\":\"150.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"barniz-gl-nogal-celco\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"12\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2022-12-21 17:03:50');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2150, 'Quantity adjustment is being deleted by neltoncastillo (User Id: 6)', '{\"model\":{\"id\":\"63\",\"date\":\"2023-01-18 14:26:00\",\"reference_no\":\"2023\\/01\\/0058\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;AJUSTE DE EXISTENCIAS POR INVENTARIO&lt;&sol;p&gt;\",\"attachment\":\"4880ba7d1c7c5610887e0e2dcd577129.csv\",\"created_by\":\"8\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"13510\",\"adjustment_id\":\"63\",\"product_id\":\"3632\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"00067547\",\"product_name\":\"GLOBOS PAYASO UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13511\",\"adjustment_id\":\"63\",\"product_id\":\"3208\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"0077472141340\",\"product_name\":\"SILICON SISTA MULTIUSOS TRANSPARENTE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13512\",\"adjustment_id\":\"63\",\"product_id\":\"3620\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"011415218604\",\"product_name\":\"TABCIN GRIPE Y TOS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13513\",\"adjustment_id\":\"63\",\"product_id\":\"3619\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"011418205116\",\"product_name\":\"DORIVAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13514\",\"adjustment_id\":\"63\",\"product_id\":\"3223\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"011418221017\",\"product_name\":\"TABCIN NI\\u00d1OS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13515\",\"adjustment_id\":\"63\",\"product_id\":\"2514\",\"option_id\":\"0\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"011418386891\",\"product_name\":\"ALKA SELTZER .\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13516\",\"adjustment_id\":\"63\",\"product_id\":\"2524\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"011418699182\",\"product_name\":\"ASPIRINA FORTE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13517\",\"adjustment_id\":\"63\",\"product_id\":\"3819\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"012800180936\",\"product_name\":\"BATERIA RAYOVAC AA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13518\",\"adjustment_id\":\"63\",\"product_id\":\"3818\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"012800198443\",\"product_name\":\"BATERIA RAYOVAC AAA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13519\",\"adjustment_id\":\"63\",\"product_id\":\"2990\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02-290\",\"product_name\":\"LLAVE DE BOLA BOSSI ITALY 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13520\",\"adjustment_id\":\"63\",\"product_id\":\"2991\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02-310\",\"product_name\":\"LLAVE DE BOLA BOSSINI ITALI 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13521\",\"adjustment_id\":\"63\",\"product_id\":\"3577\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"024000501565\",\"product_name\":\"ALOE VERA DEL MONTE 1500 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13522\",\"adjustment_id\":\"63\",\"product_id\":\"3786\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"024474313015\",\"product_name\":\"JUGO PETIT EN CAJITA 200 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13523\",\"adjustment_id\":\"63\",\"product_id\":\"3551\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"02579618\",\"product_name\":\"CABO PARA PIOCHA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13524\",\"adjustment_id\":\"63\",\"product_id\":\"3034\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"045242502653\",\"product_name\":\"METRO 8 METROS MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13525\",\"adjustment_id\":\"63\",\"product_id\":\"3742\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"045731131470\",\"product_name\":\"GRAPADORA STANLEY TR45\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13526\",\"adjustment_id\":\"63\",\"product_id\":\"3836\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"05144830\",\"product_name\":\"CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13527\",\"adjustment_id\":\"63\",\"product_id\":\"3799\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"05494687\",\"product_name\":\"AILSADOR DE PORCELANA SIN TORNILLO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13528\",\"adjustment_id\":\"63\",\"product_id\":\"3483\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"081537305226\",\"product_name\":\"SE\\u00d1ORIAL PEQUE\\u00d1O\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13529\",\"adjustment_id\":\"63\",\"product_id\":\"2485\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"085051009530\",\"product_name\":\"LITRO DE ACEITE SAE 40 AMERICAN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13530\",\"adjustment_id\":\"63\",\"product_id\":\"2977\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"085051313002\",\"product_name\":\"LIQUIDO DE FRENOS DOT-3  300ML \",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13531\",\"adjustment_id\":\"63\",\"product_id\":\"3779\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"088313062946\",\"product_name\":\"FRIJOL DUCAL 29 ONZ.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13532\",\"adjustment_id\":\"63\",\"product_id\":\"3568\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"09765753\",\"product_name\":\"PRO TUBO LED EMERGENCIA 80 W\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13533\",\"adjustment_id\":\"63\",\"product_id\":\"3578\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"099176133421\",\"product_name\":\"FABULOSO LAVANDA MORADO \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13534\",\"adjustment_id\":\"63\",\"product_id\":\"2901\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10\",\"product_name\":\"GARRAFON DE AGUA PURA SALVAVIDAS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13535\",\"adjustment_id\":\"63\",\"product_id\":\"2672\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100045000024\",\"product_name\":\"CINCEL PARA CONCRETO VIKINGO 3\\/4 X 10\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13536\",\"adjustment_id\":\"63\",\"product_id\":\"2826\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100083000024\",\"product_name\":\"DUCHA REDONDA C\\/BRAZO Y CHAPETA VIKINGO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13537\",\"adjustment_id\":\"63\",\"product_id\":\"3078\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100103000010\",\"product_name\":\"PASADOR DORADO VIKINGO T\\/MARIPOSA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13538\",\"adjustment_id\":\"63\",\"product_id\":\"2475\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100135000026\",\"product_name\":\"CINCHO PLASTICO NEGRO VIKINGO DE 6\\\\\\\" X BOLSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13539\",\"adjustment_id\":\"63\",\"product_id\":\"2474\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100135000040\",\"product_name\":\"CINCHO PLASTICO NEGRO VIKINGO 10\\\\\\\" X BOLSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13540\",\"adjustment_id\":\"63\",\"product_id\":\"3249\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100151000017\",\"product_name\":\"TARUGO PLASTICO 3\\/16\\\\\\\"  VIKINGO 100 UNID\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13541\",\"adjustment_id\":\"63\",\"product_id\":\"3251\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100151000024\",\"product_name\":\"TARUGO PLASTICO DE 1\\/4\\\\\\\" VIKINGO 100 UNI\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13542\",\"adjustment_id\":\"63\",\"product_id\":\"2557\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10015600067\",\"product_name\":\"BROCA DE PALETA VIKINGO 7\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13543\",\"adjustment_id\":\"63\",\"product_id\":\"2607\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100165000034\",\"product_name\":\"CAJA CLAVO CONCRETO 2\\\\\\\" VIKINGO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13544\",\"adjustment_id\":\"63\",\"product_id\":\"2608\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100165000058\",\"product_name\":\"CAJA CLAVO CONCRETO 3\\\\\\\"  VIKINGO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13545\",\"adjustment_id\":\"63\",\"product_id\":\"2493\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100231000043\",\"product_name\":\"ADAPTADOR D COPA P TALADRO 5\\/16*1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13546\",\"adjustment_id\":\"63\",\"product_id\":\"2498\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"100231000050\",\"product_name\":\"ADAPTADOR P\\/COPA TALDRO VIKINGO 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13547\",\"adjustment_id\":\"63\",\"product_id\":\"2575\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10045242184764\",\"product_name\":\"BROCAS DE OXIDO NEGRO 1\\/2\\\" MILWAUKE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13548\",\"adjustment_id\":\"63\",\"product_id\":\"2960\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102\",\"product_name\":\"LB CLAVO PARA LAMINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13549\",\"adjustment_id\":\"63\",\"product_id\":\"3304\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10203\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2 PULG. PUNTA DE BROCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13550\",\"adjustment_id\":\"63\",\"product_id\":\"3303\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10204\",\"product_name\":\"TORNILLO PULSER 1\\/4 X 2 PULG.  BUSCA ROSCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13551\",\"adjustment_id\":\"63\",\"product_id\":\"3246\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10205\",\"product_name\":\"TAPON H DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13552\",\"adjustment_id\":\"63\",\"product_id\":\"3193\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102050630\",\"product_name\":\"SIERRA TRONZADORA 14-2000W ENERGY (COS14\\/1\\/120)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13553\",\"adjustment_id\":\"63\",\"product_id\":\"2715\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102106\",\"product_name\":\"CODO 45 GR DR 4 P\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13554\",\"adjustment_id\":\"63\",\"product_id\":\"3340\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102109\",\"product_name\":\"VALVULA PILA 3 BRONCE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13555\",\"adjustment_id\":\"63\",\"product_id\":\"3146\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102111\",\"product_name\":\"REDUCIDOR DE 3-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13556\",\"adjustment_id\":\"63\",\"product_id\":\"3334\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102145\",\"product_name\":\"VALVULA DE ALUMINIO DE 3?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13557\",\"adjustment_id\":\"63\",\"product_id\":\"3159\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102146\",\"product_name\":\"REPOSADERA 4*4? ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13558\",\"adjustment_id\":\"63\",\"product_id\":\"3265\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102147\",\"product_name\":\"TEE 3\\\" PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13559\",\"adjustment_id\":\"63\",\"product_id\":\"3263\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102148\",\"product_name\":\"TEE 2\\\" PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13560\",\"adjustment_id\":\"63\",\"product_id\":\"3261\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102149\",\"product_name\":\"TEE 2 1\\/2 PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13561\",\"adjustment_id\":\"63\",\"product_id\":\"3145\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13562\",\"adjustment_id\":\"63\",\"product_id\":\"3296\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102204\",\"product_name\":\"TORNILLO NEGRO PARA TABLA YESO 1 1\\/2 \",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13563\",\"adjustment_id\":\"63\",\"product_id\":\"3306\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102207\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13564\",\"adjustment_id\":\"63\",\"product_id\":\"3305\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102215\",\"product_name\":\"TORNILLO PULSER 2 1\\/2 ?? P\\/BROCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13565\",\"adjustment_id\":\"63\",\"product_id\":\"2736\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102225\",\"product_name\":\"COMPAS ECONOMICO DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13566\",\"adjustment_id\":\"63\",\"product_id\":\"2730\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102246\",\"product_name\":\"CODO C\\/R 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13567\",\"adjustment_id\":\"63\",\"product_id\":\"2729\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102247\",\"product_name\":\"CODO C\\/R 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13568\",\"adjustment_id\":\"63\",\"product_id\":\"3269\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102248\",\"product_name\":\"TEE C\\/R 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13569\",\"adjustment_id\":\"63\",\"product_id\":\"3268\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102249\",\"product_name\":\"TEE C\\/R 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13570\",\"adjustment_id\":\"63\",\"product_id\":\"2757\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102250\",\"product_name\":\"COPLA C\\/R 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13571\",\"adjustment_id\":\"63\",\"product_id\":\"3242\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102252\",\"product_name\":\"TAPON 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13572\",\"adjustment_id\":\"63\",\"product_id\":\"3294\",\"option_id\":\"0\",\"quantity\":\"128.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102253\",\"product_name\":\"TORNILLO NEGRO PARA TABLAYESO DE 2\\\\\\\" \",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13573\",\"adjustment_id\":\"63\",\"product_id\":\"3293\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102256\",\"product_name\":\"TORNILLO NEGRO PARA TABLA YESO 2 1\\/2 \\\\\\\" \",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13574\",\"adjustment_id\":\"63\",\"product_id\":\"2996\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102285\",\"product_name\":\"LLAVE DE PASO DE PVC DE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13575\",\"adjustment_id\":\"63\",\"product_id\":\"3240\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102290\",\"product_name\":\"TAPON 1\\/2 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13576\",\"adjustment_id\":\"63\",\"product_id\":\"3301\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102298\",\"product_name\":\"TORNILLO PULSER 1 PUL BUSCA ROSCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13577\",\"adjustment_id\":\"63\",\"product_id\":\"3295\",\"option_id\":\"0\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102300\",\"product_name\":\"TORNILLO NEGRO PARA T\\/YESO 3 PULG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13578\",\"adjustment_id\":\"63\",\"product_id\":\"3023\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102301\",\"product_name\":\"MARTILLO ALDOSA 25 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13579\",\"adjustment_id\":\"63\",\"product_id\":\"2527\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102302\",\"product_name\":\"BANDEJA C\\/RODILLO S\\/PROFE ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13580\",\"adjustment_id\":\"63\",\"product_id\":\"3184\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102304\",\"product_name\":\"SERRUCHO MANGO DE MADERA 20 P ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13581\",\"adjustment_id\":\"63\",\"product_id\":\"3279\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102305\",\"product_name\":\"TENAZA DE 10\'\' ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13582\",\"adjustment_id\":\"63\",\"product_id\":\"3280\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102306\",\"product_name\":\"TENAZA DE 9\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13583\",\"adjustment_id\":\"63\",\"product_id\":\"2637\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102307\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13584\",\"adjustment_id\":\"63\",\"product_id\":\"3289\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102310\",\"product_name\":\"TORNILLO 2P BUSCA ROSCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13585\",\"adjustment_id\":\"63\",\"product_id\":\"2832\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102311\",\"product_name\":\"EMPAQUE ESPONJOSO P TANQUE SANITARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13586\",\"adjustment_id\":\"63\",\"product_id\":\"2871\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102312\",\"product_name\":\"FLOTE P\\/ TANQUE SANITARIO PLAST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13587\",\"adjustment_id\":\"63\",\"product_id\":\"3298\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102313\",\"product_name\":\"TORNILLO PLASTICO PARA TANQUE SANITARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13588\",\"adjustment_id\":\"63\",\"product_id\":\"3052\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102316\",\"product_name\":\"NIVEL DE RESINA 24\\\" ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13589\",\"adjustment_id\":\"63\",\"product_id\":\"3024\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"102317\",\"product_name\":\"MARTILLO MANGO DE MADERA 23 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13590\",\"adjustment_id\":\"63\",\"product_id\":\"2636\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102320\",\"product_name\":\"CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13591\",\"adjustment_id\":\"63\",\"product_id\":\"2732\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102328\",\"product_name\":\"CODO PVC 4\'\'\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13592\",\"adjustment_id\":\"63\",\"product_id\":\"2714\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102330\",\"product_name\":\"CODO 45 GR DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13593\",\"adjustment_id\":\"63\",\"product_id\":\"3247\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102347\",\"product_name\":\"TAPON HEMBRA 3 PSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13594\",\"adjustment_id\":\"63\",\"product_id\":\"3142\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102349\",\"product_name\":\"REDUCIDOR 4 * 3 DR BLANCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13595\",\"adjustment_id\":\"63\",\"product_id\":\"2964\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102375\",\"product_name\":\"LIBRA DE PITA COMPLETA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13596\",\"adjustment_id\":\"63\",\"product_id\":\"2914\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"102381\",\"product_name\":\"HACHA 1 1\\/2 LBS PEQUE ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13597\",\"adjustment_id\":\"63\",\"product_id\":\"3299\",\"option_id\":\"0\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"10256\",\"product_name\":\"TORNILLO PULSER 1 1\\/2 PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13598\",\"adjustment_id\":\"63\",\"product_id\":\"3005\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10295\",\"product_name\":\"LLAVE PARA REGADERA (DUCHA) GERFOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13599\",\"adjustment_id\":\"63\",\"product_id\":\"3337\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10298\",\"product_name\":\"VALVULA PARA PILA DE 2 P DE ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13600\",\"adjustment_id\":\"63\",\"product_id\":\"3157\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10299\",\"product_name\":\"REPOSADERA 2 P ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13601\",\"adjustment_id\":\"63\",\"product_id\":\"3063\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"104\",\"product_name\":\"ORANGE LATA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13602\",\"adjustment_id\":\"63\",\"product_id\":\"3062\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"109\",\"product_name\":\"ORANGE JUMBO.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13603\",\"adjustment_id\":\"63\",\"product_id\":\"2486\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"10901790550593\",\"product_name\":\"ACETAMINOFEN CAPLIN POINT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13604\",\"adjustment_id\":\"63\",\"product_id\":\"3557\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"110013000017\",\"product_name\":\"LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13605\",\"adjustment_id\":\"63\",\"product_id\":\"3018\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"110021000016\",\"product_name\":\"MARRO 2  LIBRAS VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13606\",\"adjustment_id\":\"63\",\"product_id\":\"3061\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"111\",\"product_name\":\"ORANGE DESECHABLE.         .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13607\",\"adjustment_id\":\"63\",\"product_id\":\"3835\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"11416739\",\"product_name\":\"CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13608\",\"adjustment_id\":\"63\",\"product_id\":\"2513\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"11418240780\",\"product_name\":\"ALKA AD  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13609\",\"adjustment_id\":\"63\",\"product_id\":\"2955\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"123\",\"product_name\":\"KIT PARA INSTALACION DE GAS 2 CLIP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13610\",\"adjustment_id\":\"63\",\"product_id\":\"3312\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"13\",\"product_name\":\"TORTRIX TACO..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13611\",\"adjustment_id\":\"63\",\"product_id\":\"3556\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"14725174\",\"product_name\":\"REDUCIDOR 4-2 DRENAJE 125 BLANCO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13612\",\"adjustment_id\":\"63\",\"product_id\":\"3085\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15\",\"product_name\":\"PEPSI LATA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13613\",\"adjustment_id\":\"63\",\"product_id\":\"2666\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"150WOG\",\"product_name\":\"CHORRO CON PITON DE 1\\/2 HERCASA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13614\",\"adjustment_id\":\"63\",\"product_id\":\"3048\",\"option_id\":\"0\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13615\",\"adjustment_id\":\"63\",\"product_id\":\"3117\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15155\",\"product_name\":\"PUNTA P\\/ CONCRETO DE \\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13616\",\"adjustment_id\":\"63\",\"product_id\":\"3086\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15199\",\"product_name\":\"PEPSI VIDRIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13617\",\"adjustment_id\":\"63\",\"product_id\":\"2630\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"15310\",\"product_name\":\"CANGREJO INDUSTRIAL 10\\\\\\\" PULGADAS TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13618\",\"adjustment_id\":\"63\",\"product_id\":\"2469\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1546\",\"product_name\":\"ABRAZADERA D 3\\\\\\\" VOLTECH X UNIDAD\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13619\",\"adjustment_id\":\"63\",\"product_id\":\"2471\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"1553\",\"product_name\":\"ABRAZADERA D 4\\\\\\\" X UNIDAD\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13620\",\"adjustment_id\":\"63\",\"product_id\":\"3327\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"16078825\",\"product_name\":\"VALVULA BOLA DE ZINC 1\\/2 AQUA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13621\",\"adjustment_id\":\"63\",\"product_id\":\"3554\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"16783852\",\"product_name\":\"CEPILLO MATRIX ADULTO UNID.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13622\",\"adjustment_id\":\"63\",\"product_id\":\"2565\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17501206634513\",\"product_name\":\"BROCA P\\/CONCRETO TRUPER 5\\/16\\\" 6\\\" 15\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13623\",\"adjustment_id\":\"63\",\"product_id\":\"2571\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17501206646080\",\"product_name\":\"BROCA P\\/METAL TRUPER 1\\/2 ACERO M2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13624\",\"adjustment_id\":\"63\",\"product_id\":\"3562\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"17547914\",\"product_name\":\"ESMERILADORA ENERGY 9 2100W AG230\\/2\\/120\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13625\",\"adjustment_id\":\"63\",\"product_id\":\"3627\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"18901790700998\",\"product_name\":\"DICLOFENACO AZUL GEL 50 MG\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13626\",\"adjustment_id\":\"63\",\"product_id\":\"2993\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"19025\",\"product_name\":\"LLAVE DE COMPUERTA REDWHITE USA 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13627\",\"adjustment_id\":\"63\",\"product_id\":\"2867\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"207831614012866\",\"product_name\":\"FLIPON 1*20 AMPERIOSTHQL 1120\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13628\",\"adjustment_id\":\"63\",\"product_id\":\"2868\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"20783164012877\",\"product_name\":\"FLIPON 1*30 AMPERIOS THQL 1130\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13629\",\"adjustment_id\":\"63\",\"product_id\":\"2869\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"20783164012884\",\"product_name\":\"FLIPON 1*40 AMPERIOS THQL 1140\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13630\",\"adjustment_id\":\"63\",\"product_id\":\"2870\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"207831664012891\",\"product_name\":\"FLIPON 1*50 AMPERIOS THQL 1150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13631\",\"adjustment_id\":\"63\",\"product_id\":\"2597\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21\",\"product_name\":\"CABLE THHN N0 8 NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13632\",\"adjustment_id\":\"63\",\"product_id\":\"3217\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200212109\",\"product_name\":\"SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13633\",\"adjustment_id\":\"63\",\"product_id\":\"2852\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200844416\",\"product_name\":\"ESPONJA MULTIUSOS SCOTCH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13634\",\"adjustment_id\":\"63\",\"product_id\":\"3216\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21200964749\",\"product_name\":\"SUPER 77 ADESHIVE 4.4 ONZ 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13635\",\"adjustment_id\":\"63\",\"product_id\":\"3647\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"21321810\",\"product_name\":\"CAJETILLA DE CIGARRO RUBIOS ROJO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13636\",\"adjustment_id\":\"63\",\"product_id\":\"3751\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"22418243\",\"product_name\":\"CODO PVC 45 GR 2\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13637\",\"adjustment_id\":\"63\",\"product_id\":\"3838\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"22766335\",\"product_name\":\"LAPICERO PAPER MATE X UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13638\",\"adjustment_id\":\"63\",\"product_id\":\"2517\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"24000501558\",\"product_name\":\"ALOE VERA DEL MONTE 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13639\",\"adjustment_id\":\"63\",\"product_id\":\"2877\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24474002124\",\"product_name\":\"FRUTA FRESCA  PETIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13640\",\"adjustment_id\":\"63\",\"product_id\":\"2948\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"24474381014\",\"product_name\":\"JUGO PETIT LATA 330 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13641\",\"adjustment_id\":\"63\",\"product_id\":\"3814\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"25794174\",\"product_name\":\"CHORRO PVC DE 1\\/2 SIN MARCA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13642\",\"adjustment_id\":\"63\",\"product_id\":\"3813\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"26103784\",\"product_name\":\"LAMPARA DE ALTA DENSIDAD SYLVANIA 175W\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13643\",\"adjustment_id\":\"63\",\"product_id\":\"3777\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"27006828\",\"product_name\":\"TARUGOS FIERO 5\\/16 POR UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13644\",\"adjustment_id\":\"63\",\"product_id\":\"2956\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28571000687\",\"product_name\":\"LA SIRENA PICA PICA PEQ    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13645\",\"adjustment_id\":\"63\",\"product_id\":\"2818\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28877321608\",\"product_name\":\"DISCO P\\/CMETAL DEWALT 4-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13646\",\"adjustment_id\":\"63\",\"product_id\":\"2802\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"28877321639\",\"product_name\":\"DISCCO P\\/CMETAL 7 DEWALT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13647\",\"adjustment_id\":\"63\",\"product_id\":\"2599\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3\",\"product_name\":\"CABLE THHN No.8 ROJO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13648\",\"adjustment_id\":\"63\",\"product_id\":\"2677\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"30076308925681\",\"product_name\":\"CINTA AISLAR TEMFLEX GRANDE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13649\",\"adjustment_id\":\"63\",\"product_id\":\"3113\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"300V-80\",\"product_name\":\"POLEA GUIA INFERIOR \\\"V\\\" COMUNELLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13650\",\"adjustment_id\":\"63\",\"product_id\":\"2678\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"30638060414874\",\"product_name\":\"CINTA DE AISLAR TEMFLEX PEQUE?O\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13651\",\"adjustment_id\":\"63\",\"product_id\":\"3820\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"31012708\",\"product_name\":\"TENEDOR PLASTCO SUPER (BOLSA 25 UNID)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13652\",\"adjustment_id\":\"63\",\"product_id\":\"3646\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"31478428\",\"product_name\":\"CIGARROS POR UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13653\",\"adjustment_id\":\"63\",\"product_id\":\"3791\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"31559404\",\"product_name\":\"COPLA PVC DE 4\\\\\\\"\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13654\",\"adjustment_id\":\"63\",\"product_id\":\"2687\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253562306081\",\"product_name\":\"CINTA METRICA STANLEY 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13655\",\"adjustment_id\":\"63\",\"product_id\":\"2983\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868612\",\"product_name\":\"LLAVE COLA\\/CORONA #16 STANLEY\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13656\",\"adjustment_id\":\"63\",\"product_id\":\"2984\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868636\",\"product_name\":\"LLAVE COLA\\/CORONA #18 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13657\",\"adjustment_id\":\"63\",\"product_id\":\"2985\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868643\",\"product_name\":\"LLAVE COLA\\/CORONA #19 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13658\",\"adjustment_id\":\"63\",\"product_id\":\"2986\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"3253569868650\",\"product_name\":\"LLAVE COLA\\/CORONA #20 STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13659\",\"adjustment_id\":\"63\",\"product_id\":\"3199\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"33886000390\",\"product_name\":\"SIKAFLEX PRO CONSTRUCCION VARIOS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13660\",\"adjustment_id\":\"63\",\"product_id\":\"2661\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"340\",\"product_name\":\"CHICLES.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13661\",\"adjustment_id\":\"63\",\"product_id\":\"2828\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"341\",\"product_name\":\"DULCES HALLS      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13662\",\"adjustment_id\":\"63\",\"product_id\":\"3314\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"342\",\"product_name\":\"TRIDENT 4S             .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13663\",\"adjustment_id\":\"63\",\"product_id\":\"2949\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"345\",\"product_name\":\"JUGOS CALIFORNIA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13664\",\"adjustment_id\":\"63\",\"product_id\":\"3789\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"35648398\",\"product_name\":\"LIJA PARA MADERA TRUPER 120\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13665\",\"adjustment_id\":\"63\",\"product_id\":\"3797\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"37007589\",\"product_name\":\"PLOMO DE ALBA\\u00d1IL DE 2 LBS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13666\",\"adjustment_id\":\"63\",\"product_id\":\"3749\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"37201408\",\"product_name\":\"SUPER GUANTE LATEX TALLA L (9)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13667\",\"adjustment_id\":\"63\",\"product_id\":\"3792\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"39098278\",\"product_name\":\"REDUCIDOR DE PVC 2 1\\/2 - 1 1\\/2 \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13668\",\"adjustment_id\":\"63\",\"product_id\":\"2600\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4\",\"product_name\":\"CABLE THHN No.8 VERDE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13669\",\"adjustment_id\":\"63\",\"product_id\":\"2998\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"400WOG\",\"product_name\":\"LLAVE DE PASO ZINC DE 2\\\" SUVAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13670\",\"adjustment_id\":\"63\",\"product_id\":\"3821\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"40117800525\",\"product_name\":\"SERVILLETA BLUE SKY\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13671\",\"adjustment_id\":\"63\",\"product_id\":\"3000\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"411653\",\"product_name\":\"LLAVE DUCHA BOSSI\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13672\",\"adjustment_id\":\"63\",\"product_id\":\"3196\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"411868\",\"product_name\":\"SIFON PARA LAVAMANOS QUALITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13673\",\"adjustment_id\":\"63\",\"product_id\":\"3316\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41248\",\"product_name\":\"TUBO DE ABASTO 1\\/2\\\\\\\"  X 3\\/8\\\\\\\" QUALITA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13674\",\"adjustment_id\":\"63\",\"product_id\":\"2830\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333001111\",\"product_name\":\"DURACEL REGULAR AA  1 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13675\",\"adjustment_id\":\"63\",\"product_id\":\"2829\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333029955\",\"product_name\":\"DURACEL ALCALINA D 4 UNIDADES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13676\",\"adjustment_id\":\"63\",\"product_id\":\"2831\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"41333428482\",\"product_name\":\"DURACELL REGULAR AAA 1UIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13677\",\"adjustment_id\":\"63\",\"product_id\":\"2980\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"42071002442\",\"product_name\":\"LITRO ACEITE HAVOLINE ATF MD-3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13678\",\"adjustment_id\":\"63\",\"product_id\":\"3787\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"42570375\",\"product_name\":\"CLAVO CONCRETO 2 POR UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13679\",\"adjustment_id\":\"63\",\"product_id\":\"3486\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"43343906\",\"product_name\":\"LAYS ORIGINAL PROMO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13680\",\"adjustment_id\":\"63\",\"product_id\":\"3574\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"43373526\",\"product_name\":\"BLOCK DE VIDRIO NUBE 19X19 \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13681\",\"adjustment_id\":\"63\",\"product_id\":\"3753\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45185105\",\"product_name\":\"TEE PVC 1\\/2 C\\/R\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13682\",\"adjustment_id\":\"63\",\"product_id\":\"3033\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45242502646\",\"product_name\":\"METRO 5 M MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13683\",\"adjustment_id\":\"63\",\"product_id\":\"3046\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"45242534470\",\"product_name\":\"NABAJA PLEGABLE MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13684\",\"adjustment_id\":\"63\",\"product_id\":\"2735\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4710887411153\",\"product_name\":\"COMPAS DE METAL ECONOMICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13685\",\"adjustment_id\":\"63\",\"product_id\":\"3173\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4711678071365\",\"product_name\":\"SACAPUNTAS PLAST THUMB  Y-PLUS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13686\",\"adjustment_id\":\"63\",\"product_id\":\"2553\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4711678072546\",\"product_name\":\"BORRADOR CANDY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13687\",\"adjustment_id\":\"63\",\"product_id\":\"3631\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4719867213084\",\"product_name\":\"SUPER GLUE\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13688\",\"adjustment_id\":\"63\",\"product_id\":\"3178\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"47501206642106\",\"product_name\":\"SEGUETA BIMETAL SIERRA FINA 12?? TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13689\",\"adjustment_id\":\"63\",\"product_id\":\"2574\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"48-20-9130\",\"product_name\":\"BROCA PARA CONCRETO 1\\/2 X4 X6 MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13690\",\"adjustment_id\":\"63\",\"product_id\":\"2908\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4997148010298\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 1\\/2 CAJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13691\",\"adjustment_id\":\"63\",\"product_id\":\"2909\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"4997148010311\",\"product_name\":\"GRAPA P\\/CABLE AISLAR C\\/PVC DE 3\\/4 CAJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13692\",\"adjustment_id\":\"63\",\"product_id\":\"2952\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5\",\"product_name\":\"KERNS LATA.      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13693\",\"adjustment_id\":\"63\",\"product_id\":\"2995\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"502243003\",\"product_name\":\"LLAVE DE GLOBO 1\\/2\\\" BRONCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13694\",\"adjustment_id\":\"63\",\"product_id\":\"2458\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5062406478367\",\"product_name\":\"PLACA PARA TIMBRE VOLTECH\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13695\",\"adjustment_id\":\"63\",\"product_id\":\"3817\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"51115036804\",\"product_name\":\"CINTA SCOTCH BLUE 18MM\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13696\",\"adjustment_id\":\"63\",\"product_id\":\"2673\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"51128593042\",\"product_name\":\"CINCHO AMARRE NEGRO 15\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13697\",\"adjustment_id\":\"63\",\"product_id\":\"2640\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"51131390300\",\"product_name\":\"CERA CINTETICA PROTECTORA473 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13698\",\"adjustment_id\":\"63\",\"product_id\":\"2982\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"512\",\"product_name\":\"LITRO PEPSI.     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13699\",\"adjustment_id\":\"63\",\"product_id\":\"3212\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"52\",\"product_name\":\"SOPAS INSTANTANEAS .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13700\",\"adjustment_id\":\"63\",\"product_id\":\"2464\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"53\",\"product_name\":\"ABRAZADERA 3\\/4\\\" METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13701\",\"adjustment_id\":\"63\",\"product_id\":\"3321\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"53010\",\"product_name\":\"UNION CONDUIT 1 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13702\",\"adjustment_id\":\"63\",\"product_id\":\"2543\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"531100279849\",\"product_name\":\"BOMBA SUMERGIBLE DE AGUA  79849\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13703\",\"adjustment_id\":\"63\",\"product_id\":\"3229\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5374-20\",\"product_name\":\"TALADRO PERCUTOR 3100RPM 1\\/2 MILWAUKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13704\",\"adjustment_id\":\"63\",\"product_id\":\"2676\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5400706\",\"product_name\":\"CINTA AISLAR SUPER 33+ 19MM*20.1M\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13705\",\"adjustment_id\":\"63\",\"product_id\":\"2690\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"54007061328\",\"product_name\":\"CINTA SCOTCH SUPER 33+ 3\\/4X66 GRANDE 3M\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13706\",\"adjustment_id\":\"63\",\"product_id\":\"3810\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"54086581\",\"product_name\":\"SEGUETA FINA DE METAL P\\/CALADORA 75 MM \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13707\",\"adjustment_id\":\"63\",\"product_id\":\"2696\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5500261\",\"product_name\":\"CLAVO 1 1\\/2\\\" *15 EN BOLSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13708\",\"adjustment_id\":\"63\",\"product_id\":\"3060\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"56\",\"product_name\":\"OCTAVO SABORES.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13709\",\"adjustment_id\":\"63\",\"product_id\":\"2674\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"5933528762119\",\"product_name\":\"CINCHO P\\/ SEGURIDAD\\/CARGA 2 PZS 62252\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13710\",\"adjustment_id\":\"63\",\"product_id\":\"3626\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"59496687\",\"product_name\":\"IBUWIN 600 MG\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13711\",\"adjustment_id\":\"63\",\"product_id\":\"2598\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6\",\"product_name\":\"CABLE THHN No.10 NEGRO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13712\",\"adjustment_id\":\"63\",\"product_id\":\"3059\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60\",\"product_name\":\"NYLON UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13713\",\"adjustment_id\":\"63\",\"product_id\":\"3775\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60018079\",\"product_name\":\"CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13714\",\"adjustment_id\":\"63\",\"product_id\":\"3790\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60682244\",\"product_name\":\"COPLA PVC DE 3\\\\\\\"\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13715\",\"adjustment_id\":\"63\",\"product_id\":\"2654\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60MM DERECHA\",\"product_name\":\"CHAPA  DERECHA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13716\",\"adjustment_id\":\"63\",\"product_id\":\"2655\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"60MM IZQUIERDA\",\"product_name\":\"CHAPA IZQUIERDA VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13717\",\"adjustment_id\":\"63\",\"product_id\":\"2845\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6130-33\",\"product_name\":\"ESMERILADORA ANGULAR D 4 1\\/2 MILWAKEE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13718\",\"adjustment_id\":\"63\",\"product_id\":\"3525\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6180855442929\",\"product_name\":\"LIMA PLANA METAL 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13719\",\"adjustment_id\":\"63\",\"product_id\":\"3747\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"63073897\",\"product_name\":\"SUPER GUANTE LATEX TALLA M (8)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13720\",\"adjustment_id\":\"63\",\"product_id\":\"2941\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6424497200905\",\"product_name\":\"JABONERA CROMADA FOREVER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13721\",\"adjustment_id\":\"63\",\"product_id\":\"3084\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"65\",\"product_name\":\"PEPSI DESECHABLE Y SABORES  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13722\",\"adjustment_id\":\"63\",\"product_id\":\"3834\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"66774996\",\"product_name\":\"CODO DR 2\\\\\\\"  45 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13723\",\"adjustment_id\":\"63\",\"product_id\":\"3816\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"66925582189797\",\"product_name\":\"CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13724\",\"adjustment_id\":\"63\",\"product_id\":\"3345\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"675873001579\",\"product_name\":\"VITAFLENACO UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13725\",\"adjustment_id\":\"63\",\"product_id\":\"3601\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6923634953150\",\"product_name\":\"CHICLE LATA 12GRS.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13726\",\"adjustment_id\":\"63\",\"product_id\":\"3607\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6923634959510\",\"product_name\":\"BOMBON DIAMOND LIGHT\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13727\",\"adjustment_id\":\"63\",\"product_id\":\"3528\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582160222\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13728\",\"adjustment_id\":\"63\",\"product_id\":\"3527\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582160741\",\"product_name\":\"DISCO DE DIAMANTE CONTINUO 4 1\\/2 TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13729\",\"adjustment_id\":\"63\",\"product_id\":\"3518\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582161410\",\"product_name\":\"TENAZIN INDUSTRIAL DE 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13730\",\"adjustment_id\":\"63\",\"product_id\":\"3506\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582166064\",\"product_name\":\"DISCO SIERRA CIRCULAR DE DIAMANTE 7 1\\/4  TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13731\",\"adjustment_id\":\"63\",\"product_id\":\"3516\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582167733\",\"product_name\":\"TENAZA DE ARMADOR DE 9\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13732\",\"adjustment_id\":\"63\",\"product_id\":\"3519\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582167740\",\"product_name\":\"TENAZA DE ARMADOR DE 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13733\",\"adjustment_id\":\"63\",\"product_id\":\"3521\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582168150\",\"product_name\":\"TIJERA PARA CORTAR LAMINA 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13734\",\"adjustment_id\":\"63\",\"product_id\":\"3508\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169010\",\"product_name\":\"LLAVE MANDRIL 1\\/2 TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13735\",\"adjustment_id\":\"63\",\"product_id\":\"3509\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169171\",\"product_name\":\"VIZE GRIP RECTO 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13736\",\"adjustment_id\":\"63\",\"product_id\":\"3507\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582169515\",\"product_name\":\"ADAPTADOR MAGNETICO 3\\/8 TOTAL (UNIDAD)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13737\",\"adjustment_id\":\"63\",\"product_id\":\"3503\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582170146\",\"product_name\":\"REMACHADORA DE MANO 10.5\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13738\",\"adjustment_id\":\"63\",\"product_id\":\"3524\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582171068\",\"product_name\":\"ALICATE PICO DE LORO 10\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13739\",\"adjustment_id\":\"63\",\"product_id\":\"3500\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582172973\",\"product_name\":\"TRIQUET HIDRAULICO 2 TON TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13740\",\"adjustment_id\":\"63\",\"product_id\":\"3501\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582174380\",\"product_name\":\"JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13741\",\"adjustment_id\":\"63\",\"product_id\":\"3504\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582176599\",\"product_name\":\"CINTA METRICA 8 MT PRO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13742\",\"adjustment_id\":\"63\",\"product_id\":\"3502\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582178104\",\"product_name\":\"BARRA DE U\\u00d1A 24\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13743\",\"adjustment_id\":\"63\",\"product_id\":\"3505\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582179040\",\"product_name\":\"CINTA METRICA 5 MT X 25MM PRO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13744\",\"adjustment_id\":\"63\",\"product_id\":\"3515\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180398\",\"product_name\":\"JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13745\",\"adjustment_id\":\"63\",\"product_id\":\"3513\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180923\",\"product_name\":\"CORTAPERNOS 24\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13746\",\"adjustment_id\":\"63\",\"product_id\":\"3512\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582180978\",\"product_name\":\"CORTAPERNOS 18\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13747\",\"adjustment_id\":\"63\",\"product_id\":\"3514\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181692\",\"product_name\":\"CORTAPERNOS 30\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13748\",\"adjustment_id\":\"63\",\"product_id\":\"3517\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181746\",\"product_name\":\"SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13749\",\"adjustment_id\":\"63\",\"product_id\":\"3522\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181791\",\"product_name\":\"CUCHARA PARA ALBA\\u00d1IL 8\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13750\",\"adjustment_id\":\"63\",\"product_id\":\"3498\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181975\",\"product_name\":\"SERRUCHO 20\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13751\",\"adjustment_id\":\"63\",\"product_id\":\"3499\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582181982\",\"product_name\":\"SERRUCHO 22\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13752\",\"adjustment_id\":\"63\",\"product_id\":\"3523\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582183283\",\"product_name\":\"SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13753\",\"adjustment_id\":\"63\",\"product_id\":\"3530\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582185638\",\"product_name\":\"PORTAELECTRODO 500A TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13754\",\"adjustment_id\":\"63\",\"product_id\":\"3497\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582186604\",\"product_name\":\"JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13755\",\"adjustment_id\":\"63\",\"product_id\":\"3531\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582186659\",\"product_name\":\"PORTAELECTRODO 800A TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13756\",\"adjustment_id\":\"63\",\"product_id\":\"3520\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582187069\",\"product_name\":\"SIERRA PLEGABLE 7\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13757\",\"adjustment_id\":\"63\",\"product_id\":\"3510\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582188253\",\"product_name\":\"VIZE GRIP CURVO 10\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13758\",\"adjustment_id\":\"63\",\"product_id\":\"3511\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582188592\",\"product_name\":\"ALICATE VIZE GRIP CURVO 7\\\\\\\" TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13759\",\"adjustment_id\":\"63\",\"product_id\":\"3532\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582189582\",\"product_name\":\"BOMBA PERIFERICA 0.5 HP TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13760\",\"adjustment_id\":\"63\",\"product_id\":\"3526\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6925582191202\",\"product_name\":\"ALICATE PRESION P\\/SOLDAR 10\\\\\\\" TOTAL \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13761\",\"adjustment_id\":\"63\",\"product_id\":\"3529\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"6925582194043\",\"product_name\":\"PLANCHA C\\/ESPONJA ASPERA MANGO PLASTICO TOTAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13762\",\"adjustment_id\":\"63\",\"product_id\":\"2865\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933236904764\",\"product_name\":\"FILTRO P\\/ACEITE UNIVERSAL UJ-3780\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13763\",\"adjustment_id\":\"63\",\"product_id\":\"3278\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528710806\",\"product_name\":\"TENACION INDUSTRIAL DE 8\\\" 10039\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13764\",\"adjustment_id\":\"63\",\"product_id\":\"3534\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528714125\",\"product_name\":\"JUEGO DE LLAVES COLA Y CORONA 8 PZS  5\\/16 - 3\\/4 TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13765\",\"adjustment_id\":\"63\",\"product_id\":\"2994\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528715610\",\"product_name\":\"LLAVE DE CRUZ DE 14\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13766\",\"adjustment_id\":\"63\",\"product_id\":\"2945\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528716297\",\"product_name\":\"JUEGO LLAVES COLA\\/ CORONA FLEX 15259\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13767\",\"adjustment_id\":\"63\",\"product_id\":\"3533\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717140\",\"product_name\":\"JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13768\",\"adjustment_id\":\"63\",\"product_id\":\"2944\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717195\",\"product_name\":\"JUEGO DE RATCHET1\\/4 14 PZS   15150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13769\",\"adjustment_id\":\"63\",\"product_id\":\"2947\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717201\",\"product_name\":\"JUEGO RATCHT3\\/8 12 PZS 15151\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13770\",\"adjustment_id\":\"63\",\"product_id\":\"2946\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717218\",\"product_name\":\"JUEGO RATCHET 1\\/2 12 PZS 15152\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13771\",\"adjustment_id\":\"63\",\"product_id\":\"3041\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528717225\",\"product_name\":\"MINI CANGREJO 6.5\\\" 15280\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13772\",\"adjustment_id\":\"63\",\"product_id\":\"2792\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528720461\",\"product_name\":\"DESARAMDOR CON PUNTAS Y COPAS INTER20041\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13773\",\"adjustment_id\":\"63\",\"product_id\":\"2456\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725053\",\"product_name\":\"MINI ALMADANA TOLSEN 3 LIBRAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13774\",\"adjustment_id\":\"63\",\"product_id\":\"3581\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725305\",\"product_name\":\"CINCEL PROFESIONAL TOLSEN 12\\\\\\\" TOLSEN 25089\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13775\",\"adjustment_id\":\"63\",\"product_id\":\"2915\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"693352872557\",\"product_name\":\"HACHUELA MANGO DE MADERA 21OZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13776\",\"adjustment_id\":\"63\",\"product_id\":\"2516\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528725848\",\"product_name\":\"ALMADANA TOLSEN 6 LBS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13777\",\"adjustment_id\":\"63\",\"product_id\":\"3285\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730378\",\"product_name\":\"TIJERA PARA LAMINA DE 10\\\" 30036\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13778\",\"adjustment_id\":\"63\",\"product_id\":\"3286\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528730385\",\"product_name\":\"TIJERA PARA LAMINA DE 12\\\" 30037\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13779\",\"adjustment_id\":\"63\",\"product_id\":\"3582\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528732167\",\"product_name\":\"CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13780\",\"adjustment_id\":\"63\",\"product_id\":\"3583\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528733089\",\"product_name\":\"ROLLO DE TEFLON DE 1\\/2 TOLSEN 33013\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13781\",\"adjustment_id\":\"63\",\"product_id\":\"2836\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735335\",\"product_name\":\"ESCUADRA PARA CARPINTERO 10\\\\\\\" ALDOSA( 35080)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13782\",\"adjustment_id\":\"63\",\"product_id\":\"3054\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735472\",\"product_name\":\"NIVEL INDUTRIAL MAGNETICO 16\\\\\\\" 35111 TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13783\",\"adjustment_id\":\"63\",\"product_id\":\"3535\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735489\",\"product_name\":\"NIVEL INDUSTRIAL MAGNETICO 24\\\\\\\" 35112 TOLSEN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13784\",\"adjustment_id\":\"63\",\"product_id\":\"3053\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735496\",\"product_name\":\"NIVEL INDUSTRILA MAGNETICO 32\\\\\\\" 35113 TOLSEN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13785\",\"adjustment_id\":\"63\",\"product_id\":\"3324\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528735663\",\"product_name\":\"VERNIER DE 6\\\\\\\" TOLSEN 35049\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13786\",\"adjustment_id\":\"63\",\"product_id\":\"3584\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528736011\",\"product_name\":\"METRO INDUSTRIAL 5 MTS TOLSEN 36004\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13787\",\"adjustment_id\":\"63\",\"product_id\":\"3585\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528736028\",\"product_name\":\"METRO INDUSTRIAL 8 MTS TOLSEN 36005\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13788\",\"adjustment_id\":\"63\",\"product_id\":\"3586\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528740209\",\"product_name\":\"MANERAL PARA RODILLO DE 9\\\\\\\" TOLSEN 40059\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13789\",\"adjustment_id\":\"63\",\"product_id\":\"3587\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528740322\",\"product_name\":\"SET DE BANDEJA CON RODILLO TOLSEN 40097\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13790\",\"adjustment_id\":\"63\",\"product_id\":\"3536\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528741015\",\"product_name\":\"CUCHARA MANGO DE MADERA 7\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13791\",\"adjustment_id\":\"63\",\"product_id\":\"3537\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528741022\",\"product_name\":\"CUCHARA MANGO DE MADERA 8\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13792\",\"adjustment_id\":\"63\",\"product_id\":\"3588\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528742135\",\"product_name\":\"PLOMADA C\\/YESO POLVO AZUL 115G TOLSEN 42013\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13793\",\"adjustment_id\":\"63\",\"product_id\":\"3153\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528743002\",\"product_name\":\"REMACHADORA PROFECIONAL DE 10\\\" 43001\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13794\",\"adjustment_id\":\"63\",\"product_id\":\"3154\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528743033\",\"product_name\":\"REMACHE POP 50 PZS 2*4*6MM 43005\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13795\",\"adjustment_id\":\"63\",\"product_id\":\"3538\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528745020\",\"product_name\":\"GUANTES DE NITRILO TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13796\",\"adjustment_id\":\"63\",\"product_id\":\"3539\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528745112\",\"product_name\":\"LENTES DE SEGURIDAD AJUSTABLES TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13797\",\"adjustment_id\":\"63\",\"product_id\":\"3589\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528750093\",\"product_name\":\"TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13798\",\"adjustment_id\":\"63\",\"product_id\":\"3590\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528750130\",\"product_name\":\"MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13799\",\"adjustment_id\":\"63\",\"product_id\":\"2680\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528750215\",\"product_name\":\"CINTA DUCTO DE 25M TOLSEN (50291)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13800\",\"adjustment_id\":\"63\",\"product_id\":\"3540\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528751151\",\"product_name\":\"MENSULA BLANCA DE 10 X12\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13801\",\"adjustment_id\":\"63\",\"product_id\":\"3541\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528758099\",\"product_name\":\"PALA CUADRADA MANGO LARGO TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13802\",\"adjustment_id\":\"63\",\"product_id\":\"3313\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528765233\",\"product_name\":\"TRICKET DE BOTELLA INDUSTRI 4T 85404\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13803\",\"adjustment_id\":\"63\",\"product_id\":\"3591\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528777557\",\"product_name\":\"BROCA PARA CONCRETO 3\\/8 TOLSEN 75465\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13804\",\"adjustment_id\":\"63\",\"product_id\":\"3543\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778424\",\"product_name\":\"BROCA DE PALETA DE 1\\/2\\\\\\\" TOLSEN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13805\",\"adjustment_id\":\"63\",\"product_id\":\"3544\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778684\",\"product_name\":\"DISCO DE SIERRA 7 1\\/4\\\\\\\" X 24T TOLSEN (76430)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13806\",\"adjustment_id\":\"63\",\"product_id\":\"3545\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528778697\",\"product_name\":\"DISCO DE SIERRA 7 1\\/4\\\\\\\" X 40T TOLSEN (76431)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13807\",\"adjustment_id\":\"63\",\"product_id\":\"2618\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528780014\",\"product_name\":\"CAJAP\\/ HERRAMIENTA INDUSTRIAL MET 80211\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13808\",\"adjustment_id\":\"63\",\"product_id\":\"2816\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528786191\",\"product_name\":\"DISCO OXIDO GRANO 60 77212\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13809\",\"adjustment_id\":\"63\",\"product_id\":\"3542\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528787587\",\"product_name\":\"BROCA DE COBALTO DE 1\\/2\\\\\\\" TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13810\",\"adjustment_id\":\"63\",\"product_id\":\"2525\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528788966\",\"product_name\":\"ATORNILLADOR INALAMBRICO 1\\/4 DC12V 79212\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13811\",\"adjustment_id\":\"63\",\"product_id\":\"3170\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528788973\",\"product_name\":\"ROTOMARTILLO INALAMBRICO 3\\/8 792152\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13812\",\"adjustment_id\":\"63\",\"product_id\":\"2847\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528789000\",\"product_name\":\"ESMERILADORA INDUSTRIAL DE 9\\\" 79725\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13813\",\"adjustment_id\":\"63\",\"product_id\":\"3189\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6933528789017\",\"product_name\":\"SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13814\",\"adjustment_id\":\"63\",\"product_id\":\"2972\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6934528786399\",\"product_name\":\"LIJADORA ORBITAL BASE 5\\\" 79761\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13815\",\"adjustment_id\":\"63\",\"product_id\":\"3088\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6941428001801\",\"product_name\":\"PINTURA EN SPRAY NEGRO METALICO VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13816\",\"adjustment_id\":\"63\",\"product_id\":\"2668\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105082\",\"product_name\":\"CHORRO DE BRONCE 1\\/2 SUVAL SERIE PESADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13817\",\"adjustment_id\":\"63\",\"product_id\":\"2664\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105099\",\"product_name\":\"CHORRO 1\\/2 BRONCE  SUVAL  SERIA LIVIANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13818\",\"adjustment_id\":\"63\",\"product_id\":\"3570\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105228\",\"product_name\":\"REGADERA ANTISARRO CROMADA  ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13819\",\"adjustment_id\":\"63\",\"product_id\":\"3571\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105235\",\"product_name\":\"REGADERA TIPO AMER. C\\/BRAZO Y CHAPETA, CROMADA ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13820\",\"adjustment_id\":\"63\",\"product_id\":\"3150\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105266\",\"product_name\":\"REGADERA ALDOSA REDONDA C\\/BRAZO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13821\",\"adjustment_id\":\"63\",\"product_id\":\"2510\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105570\",\"product_name\":\"ALICATE 8 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13822\",\"adjustment_id\":\"63\",\"product_id\":\"2686\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105624\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/HULE 3MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13823\",\"adjustment_id\":\"63\",\"product_id\":\"2685\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105631\",\"product_name\":\"CINTA METRICA ALDOSA PROT\\/ HULE 5MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13824\",\"adjustment_id\":\"63\",\"product_id\":\"3038\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105648\",\"product_name\":\"METRO CONTRA IMPACTO 7.5 MTS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13825\",\"adjustment_id\":\"63\",\"product_id\":\"2743\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105693\",\"product_name\":\"CONTRALLAVE 3\\/8 X 1\\/2 ALDOSA  P\\/PISO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13826\",\"adjustment_id\":\"63\",\"product_id\":\"2741\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105716\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PARED\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13827\",\"adjustment_id\":\"63\",\"product_id\":\"2774\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105761\",\"product_name\":\"CUCHARA # 6 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13828\",\"adjustment_id\":\"63\",\"product_id\":\"2775\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105778\",\"product_name\":\"CUCHARA # 7 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13829\",\"adjustment_id\":\"63\",\"product_id\":\"2776\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105785\",\"product_name\":\"CUCHARA # 8 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13830\",\"adjustment_id\":\"63\",\"product_id\":\"2999\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105945\",\"product_name\":\"LLAVE DE PILA 1\\/2 ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13831\",\"adjustment_id\":\"63\",\"product_id\":\"2669\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713105952\",\"product_name\":\"CHORRO DORADO ALDOSA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13832\",\"adjustment_id\":\"63\",\"product_id\":\"3152\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106188\",\"product_name\":\"REGULADOR PARA GAS  1 CLIP\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13833\",\"adjustment_id\":\"63\",\"product_id\":\"3488\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106256\",\"product_name\":\"CINTA METRICA 30 MTS. ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13834\",\"adjustment_id\":\"63\",\"product_id\":\"2684\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106263\",\"product_name\":\"CINTA METRICA 50 MTS ALDOSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13835\",\"adjustment_id\":\"63\",\"product_id\":\"2769\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106270\",\"product_name\":\"CRUCETAS P\\/ AZULEJOS DE 2\\\\\\\" ALDOSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13836\",\"adjustment_id\":\"63\",\"product_id\":\"3069\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106485\",\"product_name\":\"PALA S\\/CABO REDONDA ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13837\",\"adjustment_id\":\"63\",\"product_id\":\"3068\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713106492\",\"product_name\":\"PALA S\\/CABO CUADRADA ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13838\",\"adjustment_id\":\"63\",\"product_id\":\"2770\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107024\",\"product_name\":\"CRUCETAS P\\/AZULEJO DE 6MM ALDOSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13839\",\"adjustment_id\":\"63\",\"product_id\":\"3009\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107277\",\"product_name\":\"MANERAL PARA RODILLO ALDOSA 5 ALAMBRES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13840\",\"adjustment_id\":\"63\",\"product_id\":\"2762\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107963\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.70 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13841\",\"adjustment_id\":\"63\",\"product_id\":\"2765\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107970\",\"product_name\":\"CORDEL ALDOSA 100 TMS 0.80 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13842\",\"adjustment_id\":\"63\",\"product_id\":\"2763\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107987\",\"product_name\":\"CORDEL ALDOSA 100 MTS 0.90 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13843\",\"adjustment_id\":\"63\",\"product_id\":\"2764\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713107994\",\"product_name\":\"CORDEL ALDOSA 100 MTS 1.00 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13844\",\"adjustment_id\":\"63\",\"product_id\":\"3487\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713108090\",\"product_name\":\"BROCA DE PALETA 1\\/2 ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13845\",\"adjustment_id\":\"63\",\"product_id\":\"2573\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6942713108113\",\"product_name\":\"BROCA PALETA ALDOSA 3\\/8 P\\/MADERA Y LAMIN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13846\",\"adjustment_id\":\"63\",\"product_id\":\"2521\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"69427131106942\",\"product_name\":\"ARCO P\\/SIERRA ALSOSA 12\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13847\",\"adjustment_id\":\"63\",\"product_id\":\"2957\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6946723402988\",\"product_name\":\"LAMPARA TIGER WORLD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13848\",\"adjustment_id\":\"63\",\"product_id\":\"2742\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"694713105686\",\"product_name\":\"CONTRALLAVE 1\\/2 X 1\\/2 ALDOSA P\\/PISO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13849\",\"adjustment_id\":\"63\",\"product_id\":\"3602\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6954302925131\",\"product_name\":\"CHICLE  X-DENT\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13850\",\"adjustment_id\":\"63\",\"product_id\":\"3612\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6954302981298\",\"product_name\":\"FRUTY SPRAY PENCIL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13851\",\"adjustment_id\":\"63\",\"product_id\":\"3783\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"69668397\",\"product_name\":\"REMACHE POR UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13852\",\"adjustment_id\":\"63\",\"product_id\":\"3629\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6972544370335\",\"product_name\":\"ACETAMINOFEN  500 MG (PARACETAMOL)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13853\",\"adjustment_id\":\"63\",\"product_id\":\"3329\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6972753160666\",\"product_name\":\"VALVULA BOLA PVC 1\\\\\\\" AZTECA (F-5104B)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13854\",\"adjustment_id\":\"63\",\"product_id\":\"3004\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"6972753160765\",\"product_name\":\"LLAVE PARA LAVAMANOS ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13855\",\"adjustment_id\":\"63\",\"product_id\":\"2902\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7\",\"product_name\":\"GATORADE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13856\",\"adjustment_id\":\"63\",\"product_id\":\"3752\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70029044\",\"product_name\":\"COPLA PVC 1 1\\/4 \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13857\",\"adjustment_id\":\"63\",\"product_id\":\"3124\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70330000328\",\"product_name\":\"RASURADORA BIC 1 HOJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13858\",\"adjustment_id\":\"63\",\"product_id\":\"3044\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"70847033967\",\"product_name\":\"MONSTER ENERGY MANGO LOCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13859\",\"adjustment_id\":\"63\",\"product_id\":\"3837\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"71633725\",\"product_name\":\"CAJA DE MARCADOR FAST\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13860\",\"adjustment_id\":\"63\",\"product_id\":\"2660\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282100256\",\"product_name\":\"CHICHARRON CRIOLLO PEQ  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13861\",\"adjustment_id\":\"63\",\"product_id\":\"3064\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282202394\",\"product_name\":\"PAKE TAXO MIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13862\",\"adjustment_id\":\"63\",\"product_id\":\"2864\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282202745\",\"product_name\":\"FIESTA SNAX PEQUE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13863\",\"adjustment_id\":\"63\",\"product_id\":\"3310\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300083\",\"product_name\":\"TORTRIX FAMILIAR  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13864\",\"adjustment_id\":\"63\",\"product_id\":\"2823\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300397\",\"product_name\":\"DORITOS FAMILIAR   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13865\",\"adjustment_id\":\"63\",\"product_id\":\"2959\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300526\",\"product_name\":\"LAYS FAMILIAR.\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13866\",\"adjustment_id\":\"63\",\"product_id\":\"2863\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282300793\",\"product_name\":\"FIESTA SNAX FAMILIAR.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13867\",\"adjustment_id\":\"63\",\"product_id\":\"2659\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282301295\",\"product_name\":\"CHETOS 190G  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13868\",\"adjustment_id\":\"63\",\"product_id\":\"3484\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282302926\",\"product_name\":\"PIKARONES FAMILIAR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13869\",\"adjustment_id\":\"63\",\"product_id\":\"3016\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282403920\",\"product_name\":\"MANIAX FRITO LAY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13870\",\"adjustment_id\":\"63\",\"product_id\":\"3485\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"721282407218\",\"product_name\":\"SABRITAS BOLSAZA 80 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13871\",\"adjustment_id\":\"63\",\"product_id\":\"3641\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"721282407690\",\"product_name\":\"TORTRIX MEDIANO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13872\",\"adjustment_id\":\"63\",\"product_id\":\"2662\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"73877702002\",\"product_name\":\"BOTE DE CHILE JALAPE\\u00d1O\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13873\",\"adjustment_id\":\"63\",\"product_id\":\"2663\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"738777170038\",\"product_name\":\"CHILE PICAMAS 100G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13874\",\"adjustment_id\":\"63\",\"product_id\":\"2643\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"74000715\",\"product_name\":\"CERVEZA DORADA DRAFT BOTELLA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13875\",\"adjustment_id\":\"63\",\"product_id\":\"2652\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74000722\",\"product_name\":\"CERVEZA MONTE CARLO PREMIUN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13876\",\"adjustment_id\":\"63\",\"product_id\":\"2644\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000701288\",\"product_name\":\"CERVEZA DORADA ICE LATA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13877\",\"adjustment_id\":\"63\",\"product_id\":\"2648\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702056\",\"product_name\":\"CERVEZA GALLO VIDRIO.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13878\",\"adjustment_id\":\"63\",\"product_id\":\"2647\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702414\",\"product_name\":\"CERVEZA GALLO LATA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13879\",\"adjustment_id\":\"63\",\"product_id\":\"2645\",\"option_id\":\"0\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000702612\",\"product_name\":\"CERVEZA GALLO 16 ONZ.\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13880\",\"adjustment_id\":\"63\",\"product_id\":\"2822\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000702902\",\"product_name\":\"CERVEZA DORADA ICE LATA 16 OZ.  .\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13881\",\"adjustment_id\":\"63\",\"product_id\":\"2646\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000703299\",\"product_name\":\"CERVEZA GALLO 24 ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13882\",\"adjustment_id\":\"63\",\"product_id\":\"3231\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705019\",\"product_name\":\"TAMPICO VASO.    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13883\",\"adjustment_id\":\"63\",\"product_id\":\"3230\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000705026\",\"product_name\":\"TAMPICO 1\\/2 LITRO     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13884\",\"adjustment_id\":\"63\",\"product_id\":\"2873\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000705217\",\"product_name\":\"FRIJOL DEL MONTE 5.5\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13885\",\"adjustment_id\":\"63\",\"product_id\":\"2791\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707303\",\"product_name\":\"DE LA GRANJA VASO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13886\",\"adjustment_id\":\"63\",\"product_id\":\"2790\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707310\",\"product_name\":\"DE LA GRANJA 1\\/2 LITRO.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13887\",\"adjustment_id\":\"63\",\"product_id\":\"2789\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401000707327\",\"product_name\":\"DE LA GRANJA 1 LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13888\",\"adjustment_id\":\"63\",\"product_id\":\"3120\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401000707723\",\"product_name\":\"RAPTOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13889\",\"adjustment_id\":\"63\",\"product_id\":\"3561\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002302681\",\"product_name\":\"AGUA SALVAVIDAS 3.3 LITROS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13890\",\"adjustment_id\":\"63\",\"product_id\":\"2508\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306504\",\"product_name\":\"AGUA SALVAVIDAS GALON. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13891\",\"adjustment_id\":\"63\",\"product_id\":\"2505\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306542\",\"product_name\":\"AGUA SALVAVIDA LITRO .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13892\",\"adjustment_id\":\"63\",\"product_id\":\"2507\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306559\",\"product_name\":\"AGUA SALVAVIDAS 2 LITROS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13893\",\"adjustment_id\":\"63\",\"product_id\":\"2506\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002306702\",\"product_name\":\"AGUA SALVAVIDA PACHON .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13894\",\"adjustment_id\":\"63\",\"product_id\":\"2504\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401002306719\",\"product_name\":\"AGUA SALVAVIDA BOTELLA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13895\",\"adjustment_id\":\"63\",\"product_id\":\"3638\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002902577\",\"product_name\":\"HARINA ORO MAYA 1.76 LB. (MASECA)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13896\",\"adjustment_id\":\"63\",\"product_id\":\"3637\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002902676\",\"product_name\":\"ARROZ PREC. GALLO DORADO 400 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13897\",\"adjustment_id\":\"63\",\"product_id\":\"3636\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401002902843\",\"product_name\":\"ARROZ BLANCO ESTRELLA 350 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13898\",\"adjustment_id\":\"63\",\"product_id\":\"3806\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740100421081\",\"product_name\":\"SALSA RANCHERA REGIA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13899\",\"adjustment_id\":\"63\",\"product_id\":\"3645\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001352\",\"product_name\":\"QUETZALTECA 1\\/2 LITRO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13900\",\"adjustment_id\":\"63\",\"product_id\":\"3341\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001758\",\"product_name\":\"VENADO ESPECIAL 1\\/2 BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13901\",\"adjustment_id\":\"63\",\"product_id\":\"3342\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001765\",\"product_name\":\"VENADO ESPECIAL BOTELLA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13902\",\"adjustment_id\":\"63\",\"product_id\":\"3166\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001857\",\"product_name\":\"RON BOTRAN XL MEDIA BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13903\",\"adjustment_id\":\"63\",\"product_id\":\"3165\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005001864\",\"product_name\":\"RON BOTRAN XL BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13904\",\"adjustment_id\":\"63\",\"product_id\":\"3344\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005003400\",\"product_name\":\"VENADO LIGHT MEDIA BOTELLA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13905\",\"adjustment_id\":\"63\",\"product_id\":\"3343\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005003417\",\"product_name\":\"VENADO LIGHT BOTELLA.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13906\",\"adjustment_id\":\"63\",\"product_id\":\"3167\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005008597\",\"product_name\":\"RON ZACAPA CENTENARIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13907\",\"adjustment_id\":\"63\",\"product_id\":\"3119\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005009129\",\"product_name\":\"QUETZALTECA LITRO.\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13908\",\"adjustment_id\":\"63\",\"product_id\":\"3168\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005013416\",\"product_name\":\"RON ZACAPA CENTENARIO 350ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13909\",\"adjustment_id\":\"63\",\"product_id\":\"3083\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005903014\",\"product_name\":\"PEPSI 2 LITROS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13910\",\"adjustment_id\":\"63\",\"product_id\":\"3256\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005910180\",\"product_name\":\"TE FRIO LIPTON 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13911\",\"adjustment_id\":\"63\",\"product_id\":\"3743\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005913532\",\"product_name\":\"NARANJADA CON SODA PETIT 650 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13912\",\"adjustment_id\":\"63\",\"product_id\":\"2950\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401005915017\",\"product_name\":\"JUMBO PEPSI.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13913\",\"adjustment_id\":\"63\",\"product_id\":\"2499\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005983696\",\"product_name\":\"ADRENALINA PEQ.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13914\",\"adjustment_id\":\"63\",\"product_id\":\"2500\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988561\",\"product_name\":\"ADRENALINE 16OZ  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13915\",\"adjustment_id\":\"63\",\"product_id\":\"2502\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988592\",\"product_name\":\"AGUA AQUA  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13916\",\"adjustment_id\":\"63\",\"product_id\":\"3744\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988745\",\"product_name\":\"ZQUIZ JUMBO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13917\",\"adjustment_id\":\"63\",\"product_id\":\"2534\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401005988981\",\"product_name\":\"BEBIDA AMP     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13918\",\"adjustment_id\":\"63\",\"product_id\":\"3650\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401006400222\",\"product_name\":\"COCACOLA 355 ML PET.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13919\",\"adjustment_id\":\"63\",\"product_id\":\"2710\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401006400482\",\"product_name\":\"COCACOLA 20 ONZAS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13920\",\"adjustment_id\":\"63\",\"product_id\":\"2712\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401006400901\",\"product_name\":\"COCACOLA DESECHABLE 2.5 LITROS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13921\",\"adjustment_id\":\"63\",\"product_id\":\"3745\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740100703206\",\"product_name\":\"CERVEZA DORADA PREMIUN LAGER\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13922\",\"adjustment_id\":\"63\",\"product_id\":\"3640\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740100705224\",\"product_name\":\"FRIJOL DEL MONTE 10.5 ONZ. \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13923\",\"adjustment_id\":\"63\",\"product_id\":\"3746\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"740100710358\",\"product_name\":\"BEBIBA COLORS 3.5% ALCOHOL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13924\",\"adjustment_id\":\"63\",\"product_id\":\"3209\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007321021\",\"product_name\":\"SISTA TAPAGOTERAS 1\\/16 GALON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13925\",\"adjustment_id\":\"63\",\"product_id\":\"2691\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007321540\",\"product_name\":\"CINTA TAPAGOTERA PIE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13926\",\"adjustment_id\":\"63\",\"product_id\":\"3782\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401007608788\",\"product_name\":\"BORRADOR TUCAN \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13927\",\"adjustment_id\":\"63\",\"product_id\":\"2924\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800014\",\"product_name\":\"HELADO GIGA     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13928\",\"adjustment_id\":\"63\",\"product_id\":\"2930\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800038\",\"product_name\":\"HELADO SANGUICHITO.  .\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13929\",\"adjustment_id\":\"63\",\"product_id\":\"2936\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800045\",\"product_name\":\"HELADO VASITOS.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13930\",\"adjustment_id\":\"63\",\"product_id\":\"2921\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800069\",\"product_name\":\"HELADO CONOS.   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13931\",\"adjustment_id\":\"63\",\"product_id\":\"2918\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800083\",\"product_name\":\"HELADO BARRITAS..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13932\",\"adjustment_id\":\"63\",\"product_id\":\"2935\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800113\",\"product_name\":\"HELADO TOPOLINO.  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13933\",\"adjustment_id\":\"63\",\"product_id\":\"2923\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800168\",\"product_name\":\"HELADO CREMOSA NARANJA. .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13934\",\"adjustment_id\":\"63\",\"product_id\":\"2920\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800175\",\"product_name\":\"HELADO CINTA NEGRA.  .\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13935\",\"adjustment_id\":\"63\",\"product_id\":\"2927\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7401090800274\",\"product_name\":\"HELADO PALITOS  .\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13936\",\"adjustment_id\":\"63\",\"product_id\":\"2922\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800359\",\"product_name\":\"HELADO COPAS SABORES..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13937\",\"adjustment_id\":\"63\",\"product_id\":\"2933\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090800625\",\"product_name\":\"HELADO SORBY .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13938\",\"adjustment_id\":\"63\",\"product_id\":\"2931\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090801621\",\"product_name\":\"HELADO SARITA 1\\/2 LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13939\",\"adjustment_id\":\"63\",\"product_id\":\"2919\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802001\",\"product_name\":\"HELADO CINTA CRISPY..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13940\",\"adjustment_id\":\"63\",\"product_id\":\"3479\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802476\",\"product_name\":\"PALETA DE HELADO DE YOGURT  80 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13941\",\"adjustment_id\":\"63\",\"product_id\":\"2934\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090802537\",\"product_name\":\"HELADO TIPO CASERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13942\",\"adjustment_id\":\"63\",\"product_id\":\"2928\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090803534\",\"product_name\":\"HELADO PELOTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13943\",\"adjustment_id\":\"63\",\"product_id\":\"2926\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090803718\",\"product_name\":\"HELADO PALETA INDI MANZANA VERDE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13944\",\"adjustment_id\":\"63\",\"product_id\":\"2932\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090805538\",\"product_name\":\"HELADO SARITA CLUB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13945\",\"adjustment_id\":\"63\",\"product_id\":\"3592\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401090806269\",\"product_name\":\"HELADO CREMOLINO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13946\",\"adjustment_id\":\"63\",\"product_id\":\"2544\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401092019001\",\"product_name\":\"BOMBILLA  AHORRADOR SPIRAL 65 W LUX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13947\",\"adjustment_id\":\"63\",\"product_id\":\"2545\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401092027396\",\"product_name\":\"BOMBILLA LED CLASICA 12W LUXLITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13948\",\"adjustment_id\":\"63\",\"product_id\":\"3815\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401092031942\",\"product_name\":\"BOMBILLA LED LUXLITE 15W\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13949\",\"adjustment_id\":\"63\",\"product_id\":\"3825\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401145500357\",\"product_name\":\"ENCENDEDOR FRAGATA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13950\",\"adjustment_id\":\"63\",\"product_id\":\"2606\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401175602199\",\"product_name\":\"CAJA CLAVO CONCRETO 2 1\\/2\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13951\",\"adjustment_id\":\"63\",\"product_id\":\"3323\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401175608856\",\"product_name\":\"UNION PARA MANGUERA TW DORADA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13952\",\"adjustment_id\":\"63\",\"product_id\":\"3565\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401188501175\",\"product_name\":\"PRO FOCO LED ESPIRAL 18 W FG LIGHTING\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13953\",\"adjustment_id\":\"63\",\"product_id\":\"3567\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401188501410\",\"product_name\":\"LAMPARA MATAMOSQUITO 2W CLM002\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13954\",\"adjustment_id\":\"63\",\"product_id\":\"3566\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401188501441\",\"product_name\":\"LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13955\",\"adjustment_id\":\"63\",\"product_id\":\"3564\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401188502417\",\"product_name\":\"FOCO LED T EMERRGENCIA 15 W FG LIGHTING\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13956\",\"adjustment_id\":\"63\",\"product_id\":\"3563\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7401188502424\",\"product_name\":\"FOCO LED T EMERRGENCIA 20 W FG LIGHTING\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13957\",\"adjustment_id\":\"63\",\"product_id\":\"2737\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404001753669\",\"product_name\":\"PRESERVATIVOS VIVE 3 UNID.\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13958\",\"adjustment_id\":\"63\",\"product_id\":\"3011\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7404005010072\",\"product_name\":\"MANGUERA BELLO JARDIN 25 PS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13959\",\"adjustment_id\":\"63\",\"product_id\":\"3482\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406007091721\",\"product_name\":\"RUFITAS SE\\u00d1ORIAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13960\",\"adjustment_id\":\"63\",\"product_id\":\"3202\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034913\",\"product_name\":\"SILICON LIQUIDO 30 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13961\",\"adjustment_id\":\"63\",\"product_id\":\"3203\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034920\",\"product_name\":\"SILICON LIQUIDO 60 ML FAST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13962\",\"adjustment_id\":\"63\",\"product_id\":\"3201\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406027034937\",\"product_name\":\"SILICON LIQUIDO 100 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13963\",\"adjustment_id\":\"63\",\"product_id\":\"3198\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406141000344\",\"product_name\":\"SIKA LATEX N REMOJADOR DE ADH. 1 GALON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13964\",\"adjustment_id\":\"63\",\"product_id\":\"3575\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189003352\",\"product_name\":\"INCAPARINA EN CAJITA 200 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13965\",\"adjustment_id\":\"63\",\"product_id\":\"3123\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189003741\",\"product_name\":\"RAPTOR LATA     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13966\",\"adjustment_id\":\"63\",\"product_id\":\"2874\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189004564\",\"product_name\":\"FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13967\",\"adjustment_id\":\"63\",\"product_id\":\"3643\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189005202\",\"product_name\":\"RAPTOR 1.5 LITROS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13968\",\"adjustment_id\":\"63\",\"product_id\":\"3121\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189005998\",\"product_name\":\"RAPTOR 300ML\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13969\",\"adjustment_id\":\"63\",\"product_id\":\"2872\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189006193\",\"product_name\":\"FRIJOL DEL MONTE 15 OZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13970\",\"adjustment_id\":\"63\",\"product_id\":\"3122\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189007732\",\"product_name\":\"RAPTOR DE 500 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13971\",\"adjustment_id\":\"63\",\"product_id\":\"3164\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189008128\",\"product_name\":\"REVIVE FRUTIPONCH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13972\",\"adjustment_id\":\"63\",\"product_id\":\"3255\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189009859\",\"product_name\":\"TE BLANCO + JUGO MELOCOTON DEL FRUTAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13973\",\"adjustment_id\":\"63\",\"product_id\":\"3827\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406189010992\",\"product_name\":\"BONIE VAINILLA (LECHE Y VAINILLA)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13974\",\"adjustment_id\":\"63\",\"product_id\":\"2552\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7406234001838\",\"product_name\":\"BON BON COLOMBINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13975\",\"adjustment_id\":\"63\",\"product_id\":\"2881\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406234005720\",\"product_name\":\"GALLETA BRIDGE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13976\",\"adjustment_id\":\"63\",\"product_id\":\"2551\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000098\",\"product_name\":\"BOMBILLA NEW LED W5 9710032\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13977\",\"adjustment_id\":\"63\",\"product_id\":\"2547\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000234\",\"product_name\":\"BOMBILLA NEW LED 30W 9710022\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13978\",\"adjustment_id\":\"63\",\"product_id\":\"2550\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000364\",\"product_name\":\"BOMBILLA NEW LED 9W 9710049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13979\",\"adjustment_id\":\"63\",\"product_id\":\"2546\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000418\",\"product_name\":\"BOMBILLA NEW LED 13W 9710045\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13980\",\"adjustment_id\":\"63\",\"product_id\":\"2548\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000456\",\"product_name\":\"BOMBILLA NEW LED 6W 9710049\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13981\",\"adjustment_id\":\"63\",\"product_id\":\"2549\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406398000548\",\"product_name\":\"BOMBILLA NEW LED 8W 9710054\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13982\",\"adjustment_id\":\"63\",\"product_id\":\"3774\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406407003935\",\"product_name\":\"BROCHA DE 3\\\\\\\" GLANZ AMARILLA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13983\",\"adjustment_id\":\"63\",\"product_id\":\"3333\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406414055644\",\"product_name\":\"VALVULA D BOLA C\\/PAL. D\\/LATON 1\\/2\\\" USA-K\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13984\",\"adjustment_id\":\"63\",\"product_id\":\"3336\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7406414055910\",\"product_name\":\"VALVULA DE COMPUERTA DE LATON 1\\/2\\\" USA-K\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13985\",\"adjustment_id\":\"63\",\"product_id\":\"2487\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7410002800028\",\"product_name\":\"ACETAMINOFEN MK 500 MG\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13986\",\"adjustment_id\":\"63\",\"product_id\":\"3618\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7410002802589\",\"product_name\":\"IBUPROFENO MK LIQUI-GELS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13987\",\"adjustment_id\":\"63\",\"product_id\":\"3623\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74105403\",\"product_name\":\"VIRO-GRIP NOCHE\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13988\",\"adjustment_id\":\"63\",\"product_id\":\"2799\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7411000329856\",\"product_name\":\"DETERGENTE XEDEX 450 GR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13989\",\"adjustment_id\":\"63\",\"product_id\":\"2801\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74110003822820\",\"product_name\":\"DETERGENTE XEDEX 1KG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13990\",\"adjustment_id\":\"63\",\"product_id\":\"2711\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7411001800231\",\"product_name\":\"COCACOLA LATA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"13991\",\"adjustment_id\":\"63\",\"product_id\":\"3580\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7411204806085\",\"product_name\":\"JUGO ARTESANO 550 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13992\",\"adjustment_id\":\"63\",\"product_id\":\"3603\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7413402800711\",\"product_name\":\"QUESADILLA GRANDE 528 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13993\",\"adjustment_id\":\"63\",\"product_id\":\"3606\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7413402812103\",\"product_name\":\"MARGARITAS SINAI 32 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13994\",\"adjustment_id\":\"63\",\"product_id\":\"3604\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7413402812134\",\"product_name\":\"QUESADILLA PEQUE\\u00d1A 288GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13995\",\"adjustment_id\":\"63\",\"product_id\":\"3613\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7413402812141\",\"product_name\":\"PA\\u00d1UELO PAN SINAI 42 GRS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13996\",\"adjustment_id\":\"63\",\"product_id\":\"3605\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7413402812486\",\"product_name\":\"PAN BLANCO SANDWICH\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13997\",\"adjustment_id\":\"63\",\"product_id\":\"3622\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7415100205379\",\"product_name\":\"VIRO-GRIP DIA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"13998\",\"adjustment_id\":\"63\",\"product_id\":\"3092\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7417000539714\",\"product_name\":\"PIOCHA IMACASA CON MANGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"13999\",\"adjustment_id\":\"63\",\"product_id\":\"3177\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002706522\",\"product_name\":\"SCOTCH BRITE FIBRA VERDE ECONOMICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14000\",\"adjustment_id\":\"63\",\"product_id\":\"2854\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002707222\",\"product_name\":\"ESPONJA SCOTCH BRITE MARRON\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14001\",\"adjustment_id\":\"63\",\"product_id\":\"3176\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002707529\",\"product_name\":\"SCOTCH BRITE ESPONJA DOBLE USO  2080\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14002\",\"adjustment_id\":\"63\",\"product_id\":\"2689\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441002709561\",\"product_name\":\"CINTA REFLECTIVA ROLLO 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14003\",\"adjustment_id\":\"63\",\"product_id\":\"2713\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441003500501\",\"product_name\":\"COCACOLA  VIDRIO LITRO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14004\",\"adjustment_id\":\"63\",\"product_id\":\"3114\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441003581487\",\"product_name\":\"POWER HIDRATANTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14005\",\"adjustment_id\":\"63\",\"product_id\":\"3822\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441005011340\",\"product_name\":\"BATERIA PANASONIC GRADE X UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14006\",\"adjustment_id\":\"63\",\"product_id\":\"3182\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441005702200\",\"product_name\":\"SEMILLAS PRO MIXTAS 80G\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14007\",\"adjustment_id\":\"63\",\"product_id\":\"3015\",\"option_id\":\"0\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441005711783\",\"product_name\":\"MANIAS PRO VARIEDAD  18 GRAMOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14008\",\"adjustment_id\":\"63\",\"product_id\":\"3074\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441008126751\",\"product_name\":\"PAPEL SCOTT PLUS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14009\",\"adjustment_id\":\"63\",\"product_id\":\"3207\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441012297379\",\"product_name\":\"SILICON NAIS ROCEADOR AZUL 236 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14010\",\"adjustment_id\":\"63\",\"product_id\":\"2617\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441018800368\",\"product_name\":\"CAJA RECTANGULAR PLASTICA DURMAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14011\",\"adjustment_id\":\"63\",\"product_id\":\"2612\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441018806735\",\"product_name\":\"CAJA OCTAGONAL PLASTICA DURMAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14012\",\"adjustment_id\":\"63\",\"product_id\":\"3560\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441029501339\",\"product_name\":\"PASTELITO WINI MARINELA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14013\",\"adjustment_id\":\"63\",\"product_id\":\"3610\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441029555943\",\"product_name\":\"GALLETA SPONCH MARINELA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14014\",\"adjustment_id\":\"63\",\"product_id\":\"2611\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441102801134\",\"product_name\":\"CAJA OCTAGONAL PLASTICA 4\\\"*1\\/2\\\" *3\\/4 G\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14015\",\"adjustment_id\":\"63\",\"product_id\":\"3211\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441109000677\",\"product_name\":\"SOCKET DE INTERPERIE EAGLE NO. 1045\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14016\",\"adjustment_id\":\"63\",\"product_id\":\"3101\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7441109000820\",\"product_name\":\"PLAFONERA AEGLE 1175 W BLANCO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14017\",\"adjustment_id\":\"63\",\"product_id\":\"2850\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441109003784\",\"product_name\":\"ESPIGA DE HULE EAGLE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14018\",\"adjustment_id\":\"63\",\"product_id\":\"2883\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441163411570\",\"product_name\":\"GALLETA CHIKY CHIPS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14019\",\"adjustment_id\":\"63\",\"product_id\":\"3611\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441163701626\",\"product_name\":\"GELATINAS FRUTY JELLY\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14020\",\"adjustment_id\":\"63\",\"product_id\":\"3148\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7441318805097\",\"product_name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14021\",\"adjustment_id\":\"63\",\"product_id\":\"3210\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7450007492101\",\"product_name\":\"SOBRE DE BRILLANTINA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14022\",\"adjustment_id\":\"63\",\"product_id\":\"3614\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7451079003226\",\"product_name\":\"PANADOL MULTISINTOMAS \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14023\",\"adjustment_id\":\"63\",\"product_id\":\"3624\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7451079003431\",\"product_name\":\"PANADOL ULTRA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14024\",\"adjustment_id\":\"63\",\"product_id\":\"3185\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752155601\",\"product_name\":\"SERRUCHO STANLEY PROFESIONAL 22\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14025\",\"adjustment_id\":\"63\",\"product_id\":\"2519\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752202060\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14026\",\"adjustment_id\":\"63\",\"product_id\":\"3807\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752843683\",\"product_name\":\"VIZE GRIP STANLEY DE 7\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14027\",\"adjustment_id\":\"63\",\"product_id\":\"2631\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"747752874328\",\"product_name\":\"CANGREJO STANLEY 8\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14028\",\"adjustment_id\":\"63\",\"product_id\":\"3546\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757000224\",\"product_name\":\"DIANA FAMILIAR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14029\",\"adjustment_id\":\"63\",\"product_id\":\"3047\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757000330\",\"product_name\":\"NACHO Y JALAPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14030\",\"adjustment_id\":\"63\",\"product_id\":\"3547\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748757008732\",\"product_name\":\"GALLETA PIC NIC VAINILLA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14031\",\"adjustment_id\":\"63\",\"product_id\":\"2798\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928004839\",\"product_name\":\"DETERGENTE XEDEX 125 GR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14032\",\"adjustment_id\":\"63\",\"product_id\":\"2958\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928005072\",\"product_name\":\"LAVAPLATOS ORIX 250 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14033\",\"adjustment_id\":\"63\",\"product_id\":\"2797\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"74892800509\",\"product_name\":\"DETERGENTE LAVATRASTOS ORIX 90 GR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14034\",\"adjustment_id\":\"63\",\"product_id\":\"2800\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"748928006512\",\"product_name\":\"DETERGENTE XEDEX 900 GR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14035\",\"adjustment_id\":\"63\",\"product_id\":\"2653\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75002459\",\"product_name\":\"CERVEZA TECATE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14036\",\"adjustment_id\":\"63\",\"product_id\":\"2889\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000614530\",\"product_name\":\"GALLETA CREMAX    .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14037\",\"adjustment_id\":\"63\",\"product_id\":\"2886\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635306\",\"product_name\":\"GALLETA CHOKIS      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14038\",\"adjustment_id\":\"63\",\"product_id\":\"2890\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635658\",\"product_name\":\"GALLETA EMPERADOR .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14039\",\"adjustment_id\":\"63\",\"product_id\":\"2879\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000635726\",\"product_name\":\"GALLETA ARCOIRIS   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14040\",\"adjustment_id\":\"63\",\"product_id\":\"2891\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000655700\",\"product_name\":\"GALLETA FLORENTINA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14041\",\"adjustment_id\":\"63\",\"product_id\":\"2892\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000658923\",\"product_name\":\"GALLETA MARIAS GAMESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14042\",\"adjustment_id\":\"63\",\"product_id\":\"2880\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501000663705\",\"product_name\":\"GALLETA ARCOIRIS FRUTIS.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14043\",\"adjustment_id\":\"63\",\"product_id\":\"3630\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501019030178\",\"product_name\":\"SABA BUENAS NOCHES\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14044\",\"adjustment_id\":\"63\",\"product_id\":\"3043\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501030448242\",\"product_name\":\"TAKIS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14045\",\"adjustment_id\":\"63\",\"product_id\":\"3579\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501032907570\",\"product_name\":\"BAYGON CASA Y JARDIN 400 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14046\",\"adjustment_id\":\"63\",\"product_id\":\"2533\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501032920395\",\"product_name\":\"BAYGON ULTRA VERDE 285 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14047\",\"adjustment_id\":\"63\",\"product_id\":\"3215\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501033920110\",\"product_name\":\"SUERO PEDIALITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14048\",\"adjustment_id\":\"63\",\"product_id\":\"3823\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501052476100\",\"product_name\":\"BOTE DE CHILE JALAPE\\u00d1O CLEMENTE JACQUES\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14049\",\"adjustment_id\":\"63\",\"product_id\":\"3187\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501056336578\",\"product_name\":\"SHAMPO SOBRE  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14050\",\"adjustment_id\":\"63\",\"product_id\":\"2650\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064112546\",\"product_name\":\"CERVEZA MODELO LATA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14051\",\"adjustment_id\":\"63\",\"product_id\":\"2649\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064195303\",\"product_name\":\"CERVEZA MODELO LATA 16ONZ.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14052\",\"adjustment_id\":\"63\",\"product_id\":\"3480\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501064196850\",\"product_name\":\"CERVEZA CORONA LATA 12 ONZ.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14053\",\"adjustment_id\":\"63\",\"product_id\":\"2906\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501137380018\",\"product_name\":\"GOMA BLANCA FAST 1.05 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14054\",\"adjustment_id\":\"63\",\"product_id\":\"2907\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501137380025\",\"product_name\":\"GOMA BLANCA FAST 2.10 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14055\",\"adjustment_id\":\"63\",\"product_id\":\"3218\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199424491\",\"product_name\":\"SUPER BONDER MINI DUO 1G C\\/U LOCTITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14056\",\"adjustment_id\":\"63\",\"product_id\":\"3233\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465104\",\"product_name\":\"TANGIT 125 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14057\",\"adjustment_id\":\"63\",\"product_id\":\"3235\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465128\",\"product_name\":\"TANGIT 475 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14058\",\"adjustment_id\":\"63\",\"product_id\":\"3234\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465418\",\"product_name\":\"TANGIT 240 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14059\",\"adjustment_id\":\"63\",\"product_id\":\"3236\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199465555\",\"product_name\":\"TANGIT 950 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14060\",\"adjustment_id\":\"63\",\"product_id\":\"3082\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501199467108\",\"product_name\":\"PEGAMENTO TANGIT 100 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14061\",\"adjustment_id\":\"63\",\"product_id\":\"2683\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75012063679180\",\"product_name\":\"CINTA MASKING TAPE TRUPER 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14062\",\"adjustment_id\":\"63\",\"product_id\":\"2526\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206612033\",\"product_name\":\"AZADON TRUPER NO. 31.8 LBS. C\\/MANGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14063\",\"adjustment_id\":\"63\",\"product_id\":\"3067\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206613047\",\"product_name\":\"PALA REDONDA MANGO LARGO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14064\",\"adjustment_id\":\"63\",\"product_id\":\"3191\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206620908\",\"product_name\":\"SIERRA P\\/MADERA 24 DIENTES TRUPER 7 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14065\",\"adjustment_id\":\"63\",\"product_id\":\"3192\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206620915\",\"product_name\":\"SIERRA P\\/MADERA 40 DIENTES TRUPER 7 1\\/4\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14066\",\"adjustment_id\":\"63\",\"product_id\":\"2820\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206622216\",\"product_name\":\"DISCO P\\/PULIR 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14067\",\"adjustment_id\":\"63\",\"product_id\":\"3025\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206623862\",\"product_name\":\"MARTILLO TUBULAR TRUPER 16ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14068\",\"adjustment_id\":\"63\",\"product_id\":\"2975\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206624210\",\"product_name\":\"LIMA TRIANGULAR PESADO 6\\\\\\\" C\\/MANGO TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14069\",\"adjustment_id\":\"63\",\"product_id\":\"3283\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206626115\",\"product_name\":\"TIJERA DE AVIACION  18531\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14070\",\"adjustment_id\":\"63\",\"product_id\":\"2675\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206626610\",\"product_name\":\"CINTA AISLAR NEGRA PRETUL 19MM X 9M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14071\",\"adjustment_id\":\"63\",\"product_id\":\"3183\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206628515\",\"product_name\":\"SEPARADOR DE LOSETA  DE 2.0 MM TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14072\",\"adjustment_id\":\"63\",\"product_id\":\"2771\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206628522\",\"product_name\":\"CRUCETAS TRUPER DE 3MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14073\",\"adjustment_id\":\"63\",\"product_id\":\"3105\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206629321\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL  91\\/2\\\" * 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14074\",\"adjustment_id\":\"63\",\"product_id\":\"3021\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630303\",\"product_name\":\"MARRO OCTAGONAL DE 2 LBS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14075\",\"adjustment_id\":\"63\",\"product_id\":\"3022\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630310\",\"product_name\":\"MARRO OCTAGONAL DE 3LBS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14076\",\"adjustment_id\":\"63\",\"product_id\":\"3020\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630389\",\"product_name\":\"MARRO OCTAGONAL 10 LBS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14077\",\"adjustment_id\":\"63\",\"product_id\":\"3019\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630396\",\"product_name\":\"MARRO DE 12 LIBRAS ALMAGANA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14078\",\"adjustment_id\":\"63\",\"product_id\":\"3056\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206630426\",\"product_name\":\"NIVEL TRUPER 2 GOTAS 24\\\" ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14079\",\"adjustment_id\":\"63\",\"product_id\":\"3050\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206631447\",\"product_name\":\"NIVEL ESPECIAL TRUPER PARA HILO 3\\\\\\\" BLISTER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14080\",\"adjustment_id\":\"63\",\"product_id\":\"3118\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206631737\",\"product_name\":\"PUNTA PARA CONCRETO 3\\/4 X 30CM TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14081\",\"adjustment_id\":\"63\",\"product_id\":\"3065\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634387\",\"product_name\":\"PALA CUADRADA MANGO LARGO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14082\",\"adjustment_id\":\"63\",\"product_id\":\"2563\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634479\",\"product_name\":\"BROCA P\\/CONCRETO 1\\/4 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14083\",\"adjustment_id\":\"63\",\"product_id\":\"2559\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634486\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4??X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14084\",\"adjustment_id\":\"63\",\"product_id\":\"3828\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634509\",\"product_name\":\"BROCA P\\/CONCRETO 5\\/16\\\\\\\" X 4\\\\\\\" TRUPER\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14085\",\"adjustment_id\":\"63\",\"product_id\":\"2564\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634516\",\"product_name\":\"BROCA P\\/CONCRETO 5\\/16 X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14086\",\"adjustment_id\":\"63\",\"product_id\":\"2562\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634547\",\"product_name\":\"BROCA P\\/CONCRETO  3\\/8 X 6 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14087\",\"adjustment_id\":\"63\",\"product_id\":\"2566\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634561\",\"product_name\":\"BROCA P\\/CONCRETO1\\/2\\\"*6\\\" TRUPER 112\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14088\",\"adjustment_id\":\"63\",\"product_id\":\"3125\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206634776\",\"product_name\":\"RAYADOR DE ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14089\",\"adjustment_id\":\"63\",\"product_id\":\"3057\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206635148\",\"product_name\":\"NIVEL TRUPER  36\\\\\\\" CUERPO DE ALUMINIO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14090\",\"adjustment_id\":\"63\",\"product_id\":\"3058\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206635155\",\"product_name\":\"NIVEL TRUPER  48\\\\\\\" CUERPO DE ALUMINIO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14091\",\"adjustment_id\":\"63\",\"product_id\":\"3107\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206635186\",\"product_name\":\"PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14092\",\"adjustment_id\":\"63\",\"product_id\":\"2943\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206644942\",\"product_name\":\"JUEGO DE 8 DADOS PRETUL 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14093\",\"adjustment_id\":\"63\",\"product_id\":\"2572\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645932\",\"product_name\":\"BROCA P\\/METAL\\/ COBALTO 3\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14094\",\"adjustment_id\":\"63\",\"product_id\":\"3595\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645956\",\"product_name\":\"BROCA DE 1\\/8 TRUPER, METAL\\/MADERA\\/PLASTICO 11118\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14095\",\"adjustment_id\":\"63\",\"product_id\":\"2568\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645970\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 5\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14096\",\"adjustment_id\":\"63\",\"product_id\":\"2567\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206645994\",\"product_name\":\"BROCA PARA METAL  3\\/16\\\\\\\" TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14097\",\"adjustment_id\":\"63\",\"product_id\":\"2569\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206646014\",\"product_name\":\"BROCA P\\/METAL \\/COBALTO 7\\/32??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14098\",\"adjustment_id\":\"63\",\"product_id\":\"2570\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206646038\",\"product_name\":\"BROCA DE 1\\/4 TRUPER, METAL\\/MADERA\\/PLASTICO (11134)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14099\",\"adjustment_id\":\"63\",\"product_id\":\"3596\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206646052\",\"product_name\":\"BROCA DE 5\\/16 8MM  TRUPER, METAL\\/MADERA\\/PLASTICO (11142)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14100\",\"adjustment_id\":\"63\",\"product_id\":\"2833\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206650066\",\"product_name\":\"ESCOBA METALICA TRUPER 22 DIENTES C\\/MANG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14101\",\"adjustment_id\":\"63\",\"product_id\":\"2812\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206652367\",\"product_name\":\"DISCO DIAMANTE RIN CONTINUO 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14102\",\"adjustment_id\":\"63\",\"product_id\":\"3010\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206656228\",\"product_name\":\"MANGUERA 3 CAPAS PRETUL 20MTS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14103\",\"adjustment_id\":\"63\",\"product_id\":\"2810\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206657188\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 7? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14104\",\"adjustment_id\":\"63\",\"product_id\":\"3550\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7501206659502\",\"product_name\":\"ABRAZADERA DE TUBO TIPO U\\u00d1A  3\\/4 VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14105\",\"adjustment_id\":\"63\",\"product_id\":\"2479\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659526\",\"product_name\":\"ABRAZADERA VOLTECH D 1\\/2 X BOLSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14106\",\"adjustment_id\":\"63\",\"product_id\":\"2463\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659533\",\"product_name\":\"ABRAZADERA 3\\/4 X BOLSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14107\",\"adjustment_id\":\"63\",\"product_id\":\"2468\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659540\",\"product_name\":\"ABRAZADERA D 1\\\\\\\" VOLTECH X BOLSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14108\",\"adjustment_id\":\"63\",\"product_id\":\"2739\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659557\",\"product_name\":\"CONECTOR HERMETICO 1\\/2 VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14109\",\"adjustment_id\":\"63\",\"product_id\":\"2738\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206659571\",\"product_name\":\"CONECTOR HERMETICO 1\\\" VOLTECH\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14110\",\"adjustment_id\":\"63\",\"product_id\":\"3284\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206660287\",\"product_name\":\"TIJERA FORJADA  TRUPER 18523\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14111\",\"adjustment_id\":\"63\",\"product_id\":\"2621\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206663103\",\"product_name\":\"CANDADO 40MM HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14112\",\"adjustment_id\":\"63\",\"product_id\":\"2619\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206663141\",\"product_name\":\"CANDADO 30MM HERMIX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14113\",\"adjustment_id\":\"63\",\"product_id\":\"2794\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664131\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14114\",\"adjustment_id\":\"63\",\"product_id\":\"2795\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664162\",\"product_name\":\"DESARMADOR PLANO PRETUL 1\\/4 X 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14115\",\"adjustment_id\":\"63\",\"product_id\":\"2796\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664285\",\"product_name\":\"DESARMADOR PRETUL PHILLIPS 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14116\",\"adjustment_id\":\"63\",\"product_id\":\"2793\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206664315\",\"product_name\":\"DESARMADOR  PRETUL PHILLIPS 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14117\",\"adjustment_id\":\"63\",\"product_id\":\"3642\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668528\",\"product_name\":\"NIVEL DE ALUMINIO DE 14\\\\\\\" PRETUL(22456)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14118\",\"adjustment_id\":\"63\",\"product_id\":\"2535\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668863\",\"product_name\":\"BISAGRA  2?X 1 1\\/2? ACERO PULIDO HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14119\",\"adjustment_id\":\"63\",\"product_id\":\"2536\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668887\",\"product_name\":\"BISAGRA 3?X 1.15\\/16? ACER PUL HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14120\",\"adjustment_id\":\"63\",\"product_id\":\"2537\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206668900\",\"product_name\":\"BISAGRA 4?X2. 3\\/4? ACER PULI HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14121\",\"adjustment_id\":\"63\",\"product_id\":\"3035\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673317\",\"product_name\":\"METRO CONTRA IMPAC 3 MTS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14122\",\"adjustment_id\":\"63\",\"product_id\":\"3036\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673324\",\"product_name\":\"METRO CONTRA IMPAC 5MTS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14123\",\"adjustment_id\":\"63\",\"product_id\":\"3037\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206673331\",\"product_name\":\"METRO CONTRA IMPAC 8 MTS TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14124\",\"adjustment_id\":\"63\",\"product_id\":\"3252\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674246\",\"product_name\":\"TARUGO PLASTICO FIERO 1\\/4  ROJO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14125\",\"adjustment_id\":\"63\",\"product_id\":\"3248\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674253\",\"product_name\":\"TARUGO  PLASTICO  5\\/16 FIERO CAFE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14126\",\"adjustment_id\":\"63\",\"product_id\":\"3250\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674260\",\"product_name\":\"TARUGO PLASTICO AZUL 3\\/8 FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14127\",\"adjustment_id\":\"63\",\"product_id\":\"2591\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674963\",\"product_name\":\"BROCHA PRETUL 3\\\" MGO. PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14128\",\"adjustment_id\":\"63\",\"product_id\":\"2582\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206674970\",\"product_name\":\"BROCHA DE 4\\\" PRETUL MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14129\",\"adjustment_id\":\"63\",\"product_id\":\"2682\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206679166\",\"product_name\":\"CINTA MASKING TAPE DE 1\\/2 TRUPER\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14130\",\"adjustment_id\":\"63\",\"product_id\":\"3548\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206681985\",\"product_name\":\"ABRAZADERA TUBO TIPO OMEGA 1 1\\/2 VOLTECK X BOLSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14131\",\"adjustment_id\":\"63\",\"product_id\":\"2805\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206685099\",\"product_name\":\"DISCO C\\/METAL 4 1\\/2 TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14132\",\"adjustment_id\":\"63\",\"product_id\":\"2522\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686065\",\"product_name\":\"ARMELLA CERRADA 19X60 FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14133\",\"adjustment_id\":\"63\",\"product_id\":\"2808\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686126\",\"product_name\":\"DISCO DE DIAMANTE SEGMENTADO 4 1\\/2 TRUPE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14134\",\"adjustment_id\":\"63\",\"product_id\":\"3309\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686805\",\"product_name\":\"TORNILLOS NORMAL  3\\/4  FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14135\",\"adjustment_id\":\"63\",\"product_id\":\"3297\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206686843\",\"product_name\":\"TORNILLO NORMAL 1  1\\/2 FIERO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14136\",\"adjustment_id\":\"63\",\"product_id\":\"2601\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689110\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 18\\\"  MGOS TU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14137\",\"adjustment_id\":\"63\",\"product_id\":\"2602\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689134\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 30\\\" MGOS TUB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14138\",\"adjustment_id\":\"63\",\"product_id\":\"2603\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206689141\",\"product_name\":\"CAIMAN \\/ CORTAPERNOS PRETUL 36\\\"  MGOS TU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14139\",\"adjustment_id\":\"63\",\"product_id\":\"2554\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206691793\",\"product_name\":\"BOTAS JARDINERAS TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14140\",\"adjustment_id\":\"63\",\"product_id\":\"3006\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692462\",\"product_name\":\"LLAVE PASO 1\\/2 VAL DE ESFERA  FOSET PALA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14141\",\"adjustment_id\":\"63\",\"product_id\":\"3335\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692547\",\"product_name\":\"VALVULA DE COMPUERTA  AZUL 1\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14142\",\"adjustment_id\":\"63\",\"product_id\":\"2657\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206692813\",\"product_name\":\"CHEQUE VERTICAL 1\\\" FOSET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14143\",\"adjustment_id\":\"63\",\"product_id\":\"2465\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206694015\",\"product_name\":\"ABRAZADERA 32-51MM 1 1\\/4-2\\\" FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14144\",\"adjustment_id\":\"63\",\"product_id\":\"2466\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206694053\",\"product_name\":\"ABRAZADERA 57-76 MM 2-1\\/4 - 3\\\" FIERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14145\",\"adjustment_id\":\"63\",\"product_id\":\"2467\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206694091\",\"product_name\":\"ABRAZADERA CINCHO DE 4 FIERO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14146\",\"adjustment_id\":\"63\",\"product_id\":\"3831\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206695364\",\"product_name\":\"TEFLON PRETUL DE 1\\/2 (CINTA SELLA ROSCAS)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14147\",\"adjustment_id\":\"63\",\"product_id\":\"3832\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206695371\",\"product_name\":\"TEFLON PRETUL DE 3\\/4 (CINTA SELLA ROSCAS)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14148\",\"adjustment_id\":\"63\",\"product_id\":\"2911\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206696019\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 8MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14149\",\"adjustment_id\":\"63\",\"product_id\":\"2910\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206696026\",\"product_name\":\"GRAPAS PARA CABLE COAXIAL 10MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14150\",\"adjustment_id\":\"63\",\"product_id\":\"3833\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206697184\",\"product_name\":\"VALVULA DE ESFERA DE PVC DE 1\\\\\\\" FOSET\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14151\",\"adjustment_id\":\"63\",\"product_id\":\"3162\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206699171\",\"product_name\":\"RESUMIDERO  CUADRADO FOSET 4*4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14152\",\"adjustment_id\":\"63\",\"product_id\":\"3549\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501206699522\",\"product_name\":\"FOCO AHORRADOR 28W ESPIRAL VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14153\",\"adjustment_id\":\"63\",\"product_id\":\"3180\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750126677759\",\"product_name\":\"SEGUETA FINA DE METAL P\\/CALADORA 50 MM X UNIDAD\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14154\",\"adjustment_id\":\"63\",\"product_id\":\"3621\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501298265278\",\"product_name\":\"NEUROBION B1+ B6 + B12\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14155\",\"adjustment_id\":\"63\",\"product_id\":\"3559\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501575504441\",\"product_name\":\"TRONKIS \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14156\",\"adjustment_id\":\"63\",\"product_id\":\"2482\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728122072\",\"product_name\":\"ACCESORIO P\\/TANQUE SANITARIO FAMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14157\",\"adjustment_id\":\"63\",\"product_id\":\"3175\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728194499\",\"product_name\":\"SAPITO P\\/TANQUE SANITARIO VARIOS COLORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14158\",\"adjustment_id\":\"63\",\"product_id\":\"3195\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501728197766\",\"product_name\":\"SIFON FLEXIBLE LAVAMANOS 1 1\\/4 FAMA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14159\",\"adjustment_id\":\"63\",\"product_id\":\"2885\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501756900024\",\"product_name\":\"GALLETA CHOCOVIC\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14160\",\"adjustment_id\":\"63\",\"product_id\":\"2454\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501850502636\",\"product_name\":\"DUCTO CONECTOR  TUBO  3\\/4  9570105\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14161\",\"adjustment_id\":\"63\",\"product_id\":\"2518\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501850549815\",\"product_name\":\"APAGADOR Y TOMACORRIENTE ARGOS COMBINADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14162\",\"adjustment_id\":\"63\",\"product_id\":\"3785\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892838113\",\"product_name\":\"BROCA PARA MADERA TIPO PALETA 7\\/8 TOOLCRAFT\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14163\",\"adjustment_id\":\"63\",\"product_id\":\"3066\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892850214\",\"product_name\":\"PALA PUNTA CUADRADA SQUARE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14164\",\"adjustment_id\":\"63\",\"product_id\":\"3287\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892872001\",\"product_name\":\"TOMACORRIENTE FULGORE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14165\",\"adjustment_id\":\"63\",\"product_id\":\"2856\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501892884530\",\"product_name\":\"EXTENSION 2*16 ROTTER BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14166\",\"adjustment_id\":\"63\",\"product_id\":\"3197\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7501908402871\",\"product_name\":\"SIKA LATEX -N 1.2 LT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14167\",\"adjustment_id\":\"63\",\"product_id\":\"2592\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75019815\",\"product_name\":\"BUBALOO       .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14168\",\"adjustment_id\":\"63\",\"product_id\":\"2861\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7502222814920\",\"product_name\":\"FELPA PROFECIONAL VINTA 9\\\" * 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14169\",\"adjustment_id\":\"63\",\"product_id\":\"3840\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7502247330931\",\"product_name\":\"ROLLO PAPEL PREMIER\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14170\",\"adjustment_id\":\"63\",\"product_id\":\"3773\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7502273850366\",\"product_name\":\"ENCENDEDOR CLIPPER\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14171\",\"adjustment_id\":\"63\",\"product_id\":\"3608\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75024697\",\"product_name\":\"NUCITA TRISABOR 8GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14172\",\"adjustment_id\":\"63\",\"product_id\":\"2651\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75027278\",\"product_name\":\"CERVEZA MODELO VIDRIO .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14173\",\"adjustment_id\":\"63\",\"product_id\":\"2586\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496227\",\"product_name\":\"BROCHA LA BUENA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14174\",\"adjustment_id\":\"63\",\"product_id\":\"2587\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496234\",\"product_name\":\"BROCHA LA BUENA 1?\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14175\",\"adjustment_id\":\"63\",\"product_id\":\"2588\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496258\",\"product_name\":\"BROCHA LA BUENA 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14176\",\"adjustment_id\":\"63\",\"product_id\":\"2589\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496289\",\"product_name\":\"BROCHA LA BUENA 4\\\\\\\"\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14177\",\"adjustment_id\":\"63\",\"product_id\":\"2590\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7503005496296\",\"product_name\":\"BROCHA LA BUENA DE 5??\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14178\",\"adjustment_id\":\"63\",\"product_id\":\"2642\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75032715\",\"product_name\":\"CERVEZA CORONA BOTELLA.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14179\",\"adjustment_id\":\"63\",\"product_id\":\"3102\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506181323134\",\"product_name\":\"PLAFONERA BTICINO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14180\",\"adjustment_id\":\"63\",\"product_id\":\"2904\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192505406\",\"product_name\":\"GEL EGO POWER 200 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14181\",\"adjustment_id\":\"63\",\"product_id\":\"2903\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192505413\",\"product_name\":\"GEL EGO POWER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14182\",\"adjustment_id\":\"63\",\"product_id\":\"2905\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192506205\",\"product_name\":\"GEL EGO ATTRACCION 110ML\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14183\",\"adjustment_id\":\"63\",\"product_id\":\"3576\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506192509152\",\"product_name\":\"SAVILOE 500 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14184\",\"adjustment_id\":\"63\",\"product_id\":\"3181\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240602088\",\"product_name\":\"SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14185\",\"adjustment_id\":\"63\",\"product_id\":\"3829\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240602521\",\"product_name\":\"TEFLON TRUPER 1\\\\\\\" (CINTA SELLA ROSCAS)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14186\",\"adjustment_id\":\"63\",\"product_id\":\"2671\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240608004\",\"product_name\":\"LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1\\/2 (22146)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14187\",\"adjustment_id\":\"63\",\"product_id\":\"3106\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240609971\",\"product_name\":\"PLANCHA DE ESPONJA PRETUL 91\\/2\\\" * 7\\/16\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14188\",\"adjustment_id\":\"63\",\"product_id\":\"2560\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610885\",\"product_name\":\"BROCA P\\/ CONCRETO 3\\/16 * 4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14189\",\"adjustment_id\":\"63\",\"product_id\":\"2558\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610908\",\"product_name\":\"BROCA P\\/ CONCRETO 1\\/4 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14190\",\"adjustment_id\":\"63\",\"product_id\":\"2561\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240610922\",\"product_name\":\"BROCA P\\/ CONCRETO 5\\/16 *4\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14191\",\"adjustment_id\":\"63\",\"product_id\":\"2688\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240612759\",\"product_name\":\"CINTA P\\/EMPAQUE TRANSPARENTE PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14192\",\"adjustment_id\":\"63\",\"product_id\":\"2681\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240612780\",\"product_name\":\"CINTA EMPAQUE  P\\/DUCTO 10M PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14193\",\"adjustment_id\":\"63\",\"product_id\":\"2585\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240616412\",\"product_name\":\"BROCHA ECONOMICA DE 2?? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14194\",\"adjustment_id\":\"63\",\"product_id\":\"2584\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240616436\",\"product_name\":\"BROCHA ECONOMICA 3?? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14195\",\"adjustment_id\":\"63\",\"product_id\":\"3155\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240617785\",\"product_name\":\"REMOVEDOR DE PINTURA TRUPER 15824\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14196\",\"adjustment_id\":\"63\",\"product_id\":\"2694\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240619123\",\"product_name\":\"CLAVILLO NIQUELADO 17 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14197\",\"adjustment_id\":\"63\",\"product_id\":\"3030\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240620402\",\"product_name\":\"MAZO DE HULE 16 OZ PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14198\",\"adjustment_id\":\"63\",\"product_id\":\"2480\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7506240621546\",\"product_name\":\"ABRAZAREDA D 3\\\\\\\" VOLTECH X BOLSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14199\",\"adjustment_id\":\"63\",\"product_id\":\"2470\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240621553\",\"product_name\":\"ABRAZADERA D 4\\\\\\\" X BOLSA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14200\",\"adjustment_id\":\"63\",\"product_id\":\"2848\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240622246\",\"product_name\":\"ESPATULA 3\\\" FLEXIBLE  INOXIDABLETRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14201\",\"adjustment_id\":\"63\",\"product_id\":\"3031\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750624062419\",\"product_name\":\"MAZO DE HULE 24 ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14202\",\"adjustment_id\":\"63\",\"product_id\":\"2806\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240624608\",\"product_name\":\"DISCO CORTE FINO 7\\\" PRETUL 22346\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14203\",\"adjustment_id\":\"63\",\"product_id\":\"3597\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240624615\",\"product_name\":\"DISCO ABRASIVO DE 9\\\\\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14204\",\"adjustment_id\":\"63\",\"product_id\":\"3598\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240624622\",\"product_name\":\"DISCO ABRASIVO DE 4 1\\/2 PRETUL, CORTE EXTRA FINO METAL (22348)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14205\",\"adjustment_id\":\"63\",\"product_id\":\"3003\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240630470\",\"product_name\":\"LLAVE PARA JARDIN 1\\/2 PLASTICA PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14206\",\"adjustment_id\":\"63\",\"product_id\":\"3087\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240630623\",\"product_name\":\"PINTURA AEROSOL METALICO PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14207\",\"adjustment_id\":\"63\",\"product_id\":\"2814\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240640257\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 40\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14208\",\"adjustment_id\":\"63\",\"product_id\":\"2815\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240640271\",\"product_name\":\"DISCO LAMINADO PRETUL 4 1\\/2\\\" GRANO 80\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14209\",\"adjustment_id\":\"63\",\"product_id\":\"2813\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750624064064\",\"product_name\":\"DISCO LAMINADO PRETUL  4 1\\/2\\\" GRANO 60\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14210\",\"adjustment_id\":\"63\",\"product_id\":\"3169\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240641841\",\"product_name\":\"ROTOMARTILLO 1\\/2 PROF. TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14211\",\"adjustment_id\":\"63\",\"product_id\":\"2635\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240642848\",\"product_name\":\"CEPILLO DE ALAMBRE PRETUL (20653)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14212\",\"adjustment_id\":\"63\",\"product_id\":\"3161\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240645153\",\"product_name\":\"REPUESTO RODILLO, FELPA 9\\\", TRUPER MICRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14213\",\"adjustment_id\":\"63\",\"product_id\":\"3841\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240645528\",\"product_name\":\"FOCO LED 9W VOLTECK\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14214\",\"adjustment_id\":\"63\",\"product_id\":\"3830\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240649847\",\"product_name\":\"ESMERILADORA ANGULAR PROF. TRUPER 4 1\\/2 800 W\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14215\",\"adjustment_id\":\"63\",\"product_id\":\"3795\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240651826\",\"product_name\":\"MARTILLO TUBULAR PRETUL DE 16 ONZ.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14216\",\"adjustment_id\":\"63\",\"product_id\":\"2501\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240653271\",\"product_name\":\"AFLOJA TODO 110ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14217\",\"adjustment_id\":\"63\",\"product_id\":\"2846\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240654421\",\"product_name\":\"ESMERILADORA ANGULAR PROF. TRUPER 4 1\\/2 700 W\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14218\",\"adjustment_id\":\"63\",\"product_id\":\"2807\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240656951\",\"product_name\":\"DISCO DE DIAMANTE  P\\/CONCRETO 4 1\\/2  PRETUL 21009\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14219\",\"adjustment_id\":\"63\",\"product_id\":\"3055\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240658412\",\"product_name\":\"NIVEL TORPEDO MAGNETICO DE 9\\\" TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14220\",\"adjustment_id\":\"63\",\"product_id\":\"2580\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662129\",\"product_name\":\"BROCHA DE 1\\\" MANGO DE PLASTICO TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14221\",\"adjustment_id\":\"63\",\"product_id\":\"2581\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662167\",\"product_name\":\"BROCHA DE 3\\\" TRUPER MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14222\",\"adjustment_id\":\"63\",\"product_id\":\"2583\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240662174\",\"product_name\":\"BROCHA DE 4\\\" TRUPER MGO. DE PLASTICO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14223\",\"adjustment_id\":\"63\",\"product_id\":\"2821\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240666974\",\"product_name\":\"DISCO REC. DE DIAMANTE 4 1\\/2 PRETU 27032\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14224\",\"adjustment_id\":\"63\",\"product_id\":\"3156\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240672531\",\"product_name\":\"REMOVEDOR P\\/MORTERO TRUPER 11975\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14225\",\"adjustment_id\":\"63\",\"product_id\":\"2849\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240673774\",\"product_name\":\"ESPATULA FLEXIBLE TRUPER \\\"10\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14226\",\"adjustment_id\":\"63\",\"product_id\":\"3112\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240676232\",\"product_name\":\"PLOMADO DE LATON DE 16 ONZ TRUPER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14227\",\"adjustment_id\":\"63\",\"product_id\":\"3103\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506240676249\",\"product_name\":\"PLAMADO DE LATON TRUPER 24ONZ\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14228\",\"adjustment_id\":\"63\",\"product_id\":\"3013\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506487804702\",\"product_name\":\"MANGUERA PARA JARDIN 50\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14229\",\"adjustment_id\":\"63\",\"product_id\":\"3012\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7506487804726\",\"product_name\":\"MANGUERA PARA JARDIN 100\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14230\",\"adjustment_id\":\"63\",\"product_id\":\"3781\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750894601246\",\"product_name\":\"TAQUERITOS 36 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14231\",\"adjustment_id\":\"63\",\"product_id\":\"3780\",\"option_id\":\"0\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750894612697\",\"product_name\":\"YUMMIES PEQUE\\u00d1O\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14232\",\"adjustment_id\":\"63\",\"product_id\":\"3634\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750894620821\",\"product_name\":\"ACEITE MAZOLA 400 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14233\",\"adjustment_id\":\"63\",\"product_id\":\"3633\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"750894620845\",\"product_name\":\"ACEITE MAZOLA 700 ML\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14234\",\"adjustment_id\":\"63\",\"product_id\":\"3826\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75089464235\",\"product_name\":\"JABON AVENA VENZA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14235\",\"adjustment_id\":\"63\",\"product_id\":\"2734\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7509546011653\",\"product_name\":\"COLGATE TRIPLE ACCION 150 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14236\",\"adjustment_id\":\"63\",\"product_id\":\"2894\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"751000645756\",\"product_name\":\"GALLETA PAN CREMA .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14237\",\"adjustment_id\":\"63\",\"product_id\":\"2622\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"751206663110\",\"product_name\":\"CANDADO 50MM HERMEX\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14238\",\"adjustment_id\":\"63\",\"product_id\":\"2882\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"753079005017\",\"product_name\":\"GALLETA CAN CAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14239\",\"adjustment_id\":\"63\",\"product_id\":\"3625\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"75657780\",\"product_name\":\"IBUPROFENO FORTE 800 MG\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14240\",\"adjustment_id\":\"63\",\"product_id\":\"3772\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"756956004202\",\"product_name\":\"GALLETA BEST 20 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14241\",\"adjustment_id\":\"63\",\"product_id\":\"3784\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"756956004752\",\"product_name\":\"BOTONETAS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14242\",\"adjustment_id\":\"63\",\"product_id\":\"2963\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"757575\",\"product_name\":\"LIBRA DE PITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14243\",\"adjustment_id\":\"63\",\"product_id\":\"2893\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7590011151110\",\"product_name\":\"GALLETA OREO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14244\",\"adjustment_id\":\"63\",\"product_id\":\"2634\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"760573071349\",\"product_name\":\"CASHITAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14245\",\"adjustment_id\":\"63\",\"product_id\":\"3824\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76057309353\",\"product_name\":\"CHASHITAS DE LIMON Y SAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14246\",\"adjustment_id\":\"63\",\"product_id\":\"2633\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7605730955\",\"product_name\":\"CASHITA MANI JAPONESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14247\",\"adjustment_id\":\"63\",\"product_id\":\"2503\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"760896120212\",\"product_name\":\"AGUA DESTILADA PRODIN\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14248\",\"adjustment_id\":\"63\",\"product_id\":\"2489\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7608966120311\",\"product_name\":\"ACTIVADOR ELECTROLITICO PARA BATERIA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14249\",\"adjustment_id\":\"63\",\"product_id\":\"3049\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174420753\",\"product_name\":\"NIVEL ALUMINIO STANLEY 36\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14250\",\"adjustment_id\":\"63\",\"product_id\":\"3110\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474404\",\"product_name\":\"PLOMADA YESO STANLEY 47-400\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14251\",\"adjustment_id\":\"63\",\"product_id\":\"3111\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474602\",\"product_name\":\"PLOMADA YESO STANLEY 47-460\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14252\",\"adjustment_id\":\"63\",\"product_id\":\"3109\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174474640\",\"product_name\":\"PLOMADA C\\/YESO STANLEY 47-464\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14253\",\"adjustment_id\":\"63\",\"product_id\":\"2511\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7617484023\",\"product_name\":\"ALICATE ELECTRICISTA 8\\\" STANLEY\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14254\",\"adjustment_id\":\"63\",\"product_id\":\"3089\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174841015\",\"product_name\":\"PINZA STANLEY 6\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14255\",\"adjustment_id\":\"63\",\"product_id\":\"3090\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76174841022\",\"product_name\":\"PINZA STANLEY 8\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14256\",\"adjustment_id\":\"63\",\"product_id\":\"2884\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7622300268633\",\"product_name\":\"GALLETA CHIPS AHOY 57 GRAMOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14257\",\"adjustment_id\":\"63\",\"product_id\":\"2917\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"764009016089\",\"product_name\":\"CERVEZA HEINEKEN VIDRIO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14258\",\"adjustment_id\":\"63\",\"product_id\":\"3615\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"764600242207\",\"product_name\":\"UNI-PULMIN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14259\",\"adjustment_id\":\"63\",\"product_id\":\"3628\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"765446070252\",\"product_name\":\"SUERO ORAL SOBRE ALCALMO VITAMINADO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14260\",\"adjustment_id\":\"63\",\"product_id\":\"2453\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76770504804\",\"product_name\":\"CAJA D CABLE THHN 12AWG NEGRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14261\",\"adjustment_id\":\"63\",\"product_id\":\"3616\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769041002991\",\"product_name\":\"YODOCLORINA CAPSULAS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14262\",\"adjustment_id\":\"63\",\"product_id\":\"3617\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769041010170\",\"product_name\":\"YODOCLORINA TABLETAS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14263\",\"adjustment_id\":\"63\",\"product_id\":\"2862\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409001031\",\"product_name\":\"FELPA STANDAR 1 1\\/4*9\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14264\",\"adjustment_id\":\"63\",\"product_id\":\"2860\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"76940900117\",\"product_name\":\"FELPA EXPERT STANDAR 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14265\",\"adjustment_id\":\"63\",\"product_id\":\"3793\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409053726\",\"product_name\":\"MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14266\",\"adjustment_id\":\"63\",\"product_id\":\"3794\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409072857\",\"product_name\":\"MASILLA NOVA 1\\/4 GALON SINTETICO VERDE (10030-0006-04)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14267\",\"adjustment_id\":\"63\",\"product_id\":\"3214\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409155765\",\"product_name\":\"SPRAY CORONA  VARIEDAD COLORES (TDA)\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14268\",\"adjustment_id\":\"63\",\"product_id\":\"2576\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409173936\",\"product_name\":\"BROCHA 1\\\" EXPERT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14269\",\"adjustment_id\":\"63\",\"product_id\":\"2578\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409173950\",\"product_name\":\"BROCHA 2\\\" EXPERT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14270\",\"adjustment_id\":\"63\",\"product_id\":\"2858\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409174032\",\"product_name\":\"FELPA ARTISAN 3\\/4 FARBE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14271\",\"adjustment_id\":\"63\",\"product_id\":\"2859\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409174056\",\"product_name\":\"FELPA DE 1\\/2 *9 PLG FARBE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14272\",\"adjustment_id\":\"63\",\"product_id\":\"2857\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409174063\",\"product_name\":\"FELPA ARTISAN 1\\/2 ACRILICA FARBE\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14273\",\"adjustment_id\":\"63\",\"product_id\":\"3008\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409200113\",\"product_name\":\"MANERAL EXPERT STANDAR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14274\",\"adjustment_id\":\"63\",\"product_id\":\"2855\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"769409200380\",\"product_name\":\"EXTENCION EXPERT 2.4M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14275\",\"adjustment_id\":\"63\",\"product_id\":\"2940\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702006402194\",\"product_name\":\"JABON REXONA ANTIBACTERIAL UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14276\",\"adjustment_id\":\"63\",\"product_id\":\"3594\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702011275141\",\"product_name\":\"GALLETA CRAKE\\u00d1AS SALADA \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14277\",\"adjustment_id\":\"63\",\"product_id\":\"2942\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702031291534\",\"product_name\":\"JOHNSON BABY SHAMPU ORIGINAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14278\",\"adjustment_id\":\"63\",\"product_id\":\"3204\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342031\",\"product_name\":\"SILICON LOCTITE NEGRO RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14279\",\"adjustment_id\":\"63\",\"product_id\":\"3206\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342048\",\"product_name\":\"SILICON LOCTITE TRANSPARENTE RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14280\",\"adjustment_id\":\"63\",\"product_id\":\"3205\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702045342062\",\"product_name\":\"SILICON LOCTITE ROJO RTV 70ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14281\",\"adjustment_id\":\"63\",\"product_id\":\"3098\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089161940\",\"product_name\":\"PLACA TOMACORRIENTE BTICINO DOBLE AP1228\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14282\",\"adjustment_id\":\"63\",\"product_id\":\"3221\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089162145\",\"product_name\":\"SWITCH SENCILLO SOBREPONER 125V\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14283\",\"adjustment_id\":\"63\",\"product_id\":\"3096\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702089162183\",\"product_name\":\"PLACA DOBLE SWITCH  BTICINO AP5200\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14284\",\"adjustment_id\":\"63\",\"product_id\":\"3635\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7702354251604\",\"product_name\":\"JUGOS YA SABORES (SOBRE)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14285\",\"adjustment_id\":\"63\",\"product_id\":\"3778\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7702993031865\",\"product_name\":\"DULCE BARRILETE\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14286\",\"adjustment_id\":\"63\",\"product_id\":\"3032\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"77070548\",\"product_name\":\"MENTAS XTIME KRASH ( UNIDADED)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14287\",\"adjustment_id\":\"63\",\"product_id\":\"3028\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7707314792166\",\"product_name\":\"MASKING TAPE 1 PULG. TESA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14288\",\"adjustment_id\":\"63\",\"product_id\":\"3115\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7730716014529\",\"product_name\":\"POXIPOL SOLDADURA PLASTICA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14289\",\"adjustment_id\":\"63\",\"product_id\":\"2968\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005239\",\"product_name\":\"LIJA DE AGUA 60 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14290\",\"adjustment_id\":\"63\",\"product_id\":\"2965\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005260\",\"product_name\":\"LIJA DE AGUA 120 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14291\",\"adjustment_id\":\"63\",\"product_id\":\"2966\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005291\",\"product_name\":\"LIJA DE AGUA 220 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14292\",\"adjustment_id\":\"63\",\"product_id\":\"2967\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057005345\",\"product_name\":\"LIJA DE AGUA 400 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14293\",\"adjustment_id\":\"63\",\"product_id\":\"2970\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057006502\",\"product_name\":\"LIJA DE LONA 3M 80\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14294\",\"adjustment_id\":\"63\",\"product_id\":\"2971\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057006519\",\"product_name\":\"LIJA MULTIUSOS 3M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14295\",\"adjustment_id\":\"63\",\"product_id\":\"2969\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7750057006533\",\"product_name\":\"LIJA DE LONA 3M 150\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14296\",\"adjustment_id\":\"63\",\"product_id\":\"3200\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7756962003636\",\"product_name\":\"SIKASIL E VARIOS 280ML\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14297\",\"adjustment_id\":\"63\",\"product_id\":\"3496\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7791293025803\",\"product_name\":\"DESORORANTE AXE 978 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14298\",\"adjustment_id\":\"63\",\"product_id\":\"3174\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7794640172892\",\"product_name\":\"SAL ANDREWS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14299\",\"adjustment_id\":\"63\",\"product_id\":\"2809\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7798216497792\",\"product_name\":\"DISCO DIA\\/SEGMEN P CONCRETO 7?? GLADIADO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14300\",\"adjustment_id\":\"63\",\"product_id\":\"2819\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7798216498287\",\"product_name\":\"DISCO P\\/METAL DE 7?GLADIATOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14301\",\"adjustment_id\":\"63\",\"product_id\":\"2954\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7799046010472\",\"product_name\":\"KIT DE MOTO TOOLS GLADIADOR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14302\",\"adjustment_id\":\"63\",\"product_id\":\"3812\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7799046010861\",\"product_name\":\"BOMBA PERIFERICA 1\\/2 HP GLADIADOR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14303\",\"adjustment_id\":\"63\",\"product_id\":\"2542\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7799046010922\",\"product_name\":\"BOMBA PERIFERICA 1 HP GLADIADOR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14304\",\"adjustment_id\":\"63\",\"product_id\":\"3070\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7802800630318\",\"product_name\":\"PAPAS KRYSPO VARIOS SABORES\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14305\",\"adjustment_id\":\"63\",\"product_id\":\"2532\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783094001015\",\"product_name\":\"BATERIA RAYOVAC GRANDE UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14306\",\"adjustment_id\":\"63\",\"product_id\":\"2976\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783094020115\",\"product_name\":\"LINTERNA PLASTICA RAYOVAC\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14307\",\"adjustment_id\":\"63\",\"product_id\":\"3224\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"783164208306\",\"product_name\":\"TABLERO MONO FASICO 4 CIRCUITOS 125A G E\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14308\",\"adjustment_id\":\"63\",\"product_id\":\"2613\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7831642785542\",\"product_name\":\"CAJA PARA FLIPON 40 AMPS CENTE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14309\",\"adjustment_id\":\"63\",\"product_id\":\"3798\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"78418346\",\"product_name\":\"PLOMO DE ALBA\\u00d1IL DE 1 LBS.\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14310\",\"adjustment_id\":\"63\",\"product_id\":\"2596\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"787705048057\",\"product_name\":\"CABLE THHN 12 AWG ROJO X METRO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14311\",\"adjustment_id\":\"63\",\"product_id\":\"2679\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891040224746\",\"product_name\":\"CINTA DOBLE CARA 19MM X 5 M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14312\",\"adjustment_id\":\"63\",\"product_id\":\"3029\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891040319442\",\"product_name\":\"MASKING TAPE  3\\/4\\\\\\\"  3M\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14313\",\"adjustment_id\":\"63\",\"product_id\":\"3027\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"7891040319466\",\"product_name\":\"MASKING TAPE 1\\\\\\\"  3M\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14314\",\"adjustment_id\":\"63\",\"product_id\":\"3776\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891040319503\",\"product_name\":\"MASKING TAPE 2\\\\\\\" 3M\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14315\",\"adjustment_id\":\"63\",\"product_id\":\"3219\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891200313846\",\"product_name\":\"SUPER BONDER ORIGINAL 3 GRS LOCTITE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14316\",\"adjustment_id\":\"63\",\"product_id\":\"3552\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7891222155646\",\"product_name\":\"LLAVE PARA LAVAMANOS ASTRA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14317\",\"adjustment_id\":\"63\",\"product_id\":\"3093\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7893946104214\",\"product_name\":\"PISTOLA APLICADOR DE SILICON VONDER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14318\",\"adjustment_id\":\"63\",\"product_id\":\"2520\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7893946142360\",\"product_name\":\"ARCO P\\/SIERRA 12\\\" VONDER\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14319\",\"adjustment_id\":\"63\",\"product_id\":\"3039\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7982841860007\",\"product_name\":\"METRO LASER DE 20M\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14320\",\"adjustment_id\":\"63\",\"product_id\":\"3040\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"7990460112407\",\"product_name\":\"METRO LASER GLP 40M\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14321\",\"adjustment_id\":\"63\",\"product_id\":\"3291\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8\",\"product_name\":\"TORNILLO BUSCA ROSCA 2\\\" NORMAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14322\",\"adjustment_id\":\"63\",\"product_id\":\"3804\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80055435200\",\"product_name\":\"PLACA BTICINO SWITCH Y TOMACORRIENTE\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14323\",\"adjustment_id\":\"63\",\"product_id\":\"3222\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199645810\",\"product_name\":\"SWITCH\\/PONER SENCILLO P52 BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14324\",\"adjustment_id\":\"63\",\"product_id\":\"3288\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199645889\",\"product_name\":\"TOMACORRIENTE SOBRE PONER BTICINO  P38\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14325\",\"adjustment_id\":\"63\",\"product_id\":\"3097\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674063\",\"product_name\":\"PLACA PULSADOR DE TIMBRE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14326\",\"adjustment_id\":\"63\",\"product_id\":\"3099\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674186\",\"product_name\":\"PLACA TRIPLE SWICH DOMINO P 1330 G. INDU\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14327\",\"adjustment_id\":\"63\",\"product_id\":\"3095\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674346\",\"product_name\":\"PLACA COMBINADA SWITCH Y TOMAC G. INDUST\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14328\",\"adjustment_id\":\"63\",\"product_id\":\"3100\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012199674407\",\"product_name\":\"PLACA TV BTICINO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14329\",\"adjustment_id\":\"63\",\"product_id\":\"2627\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232100412\",\"product_name\":\"CANDADO YALE 40 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14330\",\"adjustment_id\":\"63\",\"product_id\":\"2628\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232100443\",\"product_name\":\"CANDADO YALE 50 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14331\",\"adjustment_id\":\"63\",\"product_id\":\"3572\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232101471\",\"product_name\":\"CHAPA YALE ITALIANA DERECHA 61000601\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14332\",\"adjustment_id\":\"63\",\"product_id\":\"3573\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232101488\",\"product_name\":\"CHAPA YALE ITALIANA IZQUIERDA 61000602\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14333\",\"adjustment_id\":\"63\",\"product_id\":\"2629\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8012232109439\",\"product_name\":\"CANDADO YALE 60 MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14334\",\"adjustment_id\":\"63\",\"product_id\":\"3639\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80307360\",\"product_name\":\"CAJA RECTANGULAR ARGOS \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14335\",\"adjustment_id\":\"63\",\"product_id\":\"2641\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80660956411\",\"product_name\":\"CERVEZA CORONA BOTELLA 710 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14336\",\"adjustment_id\":\"63\",\"product_id\":\"3282\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"80686832010\",\"product_name\":\"TEQUILA SAUZA  SILVER 750 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14337\",\"adjustment_id\":\"63\",\"product_id\":\"3800\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"81332743\",\"product_name\":\"APAGADOR DOBLE SOBREPONER SIN MARCA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14338\",\"adjustment_id\":\"63\",\"product_id\":\"3017\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"81537200811\",\"product_name\":\"MARINEROS.             .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14339\",\"adjustment_id\":\"63\",\"product_id\":\"3163\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"81537201405\",\"product_name\":\"REVIVE 600 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14340\",\"adjustment_id\":\"63\",\"product_id\":\"3809\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"82838891\",\"product_name\":\"PLANCHA DE ALBA\\u00d1IL DENTADA ALDOSA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14341\",\"adjustment_id\":\"63\",\"product_id\":\"3763\",\"option_id\":\"0\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"82852020\",\"product_name\":\"GARRAFON DE AGUA PURA DE LA ROCA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14342\",\"adjustment_id\":\"63\",\"product_id\":\"3558\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"84207003180\",\"product_name\":\"LITRO ACEITE CHV URSA PLUS 15W40\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14343\",\"adjustment_id\":\"63\",\"product_id\":\"2898\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071001148\",\"product_name\":\"GALON ACEITE URSA SUPER TD SAE 15W-40\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14344\",\"adjustment_id\":\"63\",\"product_id\":\"2981\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"842071003487\",\"product_name\":\"LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14345\",\"adjustment_id\":\"63\",\"product_id\":\"2897\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071003685\",\"product_name\":\"GALON ACEITE HAVOLINE SAE 20W-50\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14346\",\"adjustment_id\":\"63\",\"product_id\":\"2484\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071004187\",\"product_name\":\"ACEITE 25W50 4T MOTOTAXI LITRO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14347\",\"adjustment_id\":\"63\",\"product_id\":\"2916\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"842071004477\",\"product_name\":\"LITRO ACEITE HAVOLINE SAE 20W-50 API SP \",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14348\",\"adjustment_id\":\"63\",\"product_id\":\"3802\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"84215013\",\"product_name\":\"REPOSADERA DE BRONCE DE 2X2\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14349\",\"adjustment_id\":\"63\",\"product_id\":\"3220\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"85051000421\",\"product_name\":\"SUPER ECONOMY TYPE A\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14350\",\"adjustment_id\":\"63\",\"product_id\":\"2483\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"85051001190\",\"product_name\":\"ACEITE 2 TIEMPOS SUPER S ECON. LITRO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14351\",\"adjustment_id\":\"63\",\"product_id\":\"2978\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"853619237\",\"product_name\":\"LIQUIDO DE FRENOS WAGNER  METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14352\",\"adjustment_id\":\"63\",\"product_id\":\"3796\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"85495929\",\"product_name\":\"COPLA GALVANIZADO CON ROSCA 3\\/4\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14353\",\"adjustment_id\":\"63\",\"product_id\":\"2895\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581001070\",\"product_name\":\"GALLETA SODA POZUELO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14354\",\"adjustment_id\":\"63\",\"product_id\":\"2887\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581012502\",\"product_name\":\"GALLETA CLUB EXTRA..\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14355\",\"adjustment_id\":\"63\",\"product_id\":\"2888\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581015121\",\"product_name\":\"GALLETA CREMAS GDE .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14356\",\"adjustment_id\":\"63\",\"product_id\":\"2896\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"86581017699\",\"product_name\":\"GALLETA TIPO.               .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14357\",\"adjustment_id\":\"63\",\"product_id\":\"3600\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8693029606708\",\"product_name\":\"GUSTO DONUT\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14358\",\"adjustment_id\":\"63\",\"product_id\":\"3599\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8693029703483\",\"product_name\":\"GUSTO OSO \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14359\",\"adjustment_id\":\"63\",\"product_id\":\"3609\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8699873000471\",\"product_name\":\"CHOCOLATE FLASH\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14360\",\"adjustment_id\":\"63\",\"product_id\":\"2593\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"87295125991\",\"product_name\":\"BUJIA \\/ CANDELA PARA MOTO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14361\",\"adjustment_id\":\"63\",\"product_id\":\"3808\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"87451963\",\"product_name\":\"PLANCHA ALBA\\u00d1IL DENTADA VIKINGO\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14362\",\"adjustment_id\":\"63\",\"product_id\":\"3644\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"8801038569970\",\"product_name\":\"RASURADORA DORCO UNIDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14363\",\"adjustment_id\":\"63\",\"product_id\":\"3801\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88251530\",\"product_name\":\"KELLOGS ZUCARITAS VARIEDAD\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14364\",\"adjustment_id\":\"63\",\"product_id\":\"2875\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313062267\",\"product_name\":\"FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14365\",\"adjustment_id\":\"63\",\"product_id\":\"2876\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"88313062281\",\"product_name\":\"FRIJOL VOLTEADO DUCAL 10.5 ONZ   .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14366\",\"adjustment_id\":\"63\",\"product_id\":\"2951\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88313318739\",\"product_name\":\"KERNS CAJITA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14367\",\"adjustment_id\":\"63\",\"product_id\":\"3553\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88354411\",\"product_name\":\"DETERGENTE XEDEX 250 GR\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14368\",\"adjustment_id\":\"63\",\"product_id\":\"2817\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"885911137508\",\"product_name\":\"DISCO P\\/C\\/METAL 9 DEWALT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14369\",\"adjustment_id\":\"63\",\"product_id\":\"3569\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"88643839\",\"product_name\":\"LENTES DE SEGURIDAD INDUSTRIAL SANVAL\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14370\",\"adjustment_id\":\"63\",\"product_id\":\"3811\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"89177021\",\"product_name\":\"TENAZA TOLSEN\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14371\",\"adjustment_id\":\"63\",\"product_id\":\"3126\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9002490204006\",\"product_name\":\"RED BULL     .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14372\",\"adjustment_id\":\"63\",\"product_id\":\"2778\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9021298\",\"product_name\":\"CURVA CONDUIT 1\\/2 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14373\",\"adjustment_id\":\"63\",\"product_id\":\"2779\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9021299\",\"product_name\":\"CURVA CONDUIT 3\\/4 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14374\",\"adjustment_id\":\"63\",\"product_id\":\"3322\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9021304\",\"product_name\":\"UNION CONDUIT 1\\/2 NARANJA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14375\",\"adjustment_id\":\"63\",\"product_id\":\"3762\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"90996095\",\"product_name\":\"BOLSA DE AGUA PURA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14376\",\"adjustment_id\":\"63\",\"product_id\":\"2878\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9111207379620\",\"product_name\":\"FULL CRETE (1 CUARTO GALON)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14377\",\"adjustment_id\":\"63\",\"product_id\":\"2900\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9121217379626\",\"product_name\":\"GALON FULL CRETE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14378\",\"adjustment_id\":\"63\",\"product_id\":\"2987\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712200086\",\"product_name\":\"LLAVE COMPUERTA 3\\/4 EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14379\",\"adjustment_id\":\"63\",\"product_id\":\"2992\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712200499\",\"product_name\":\"LLAVE DE BOLA DE 1\\\" EASTMAN EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14380\",\"adjustment_id\":\"63\",\"product_id\":\"2692\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"91712500315\",\"product_name\":\"CINTA TEFLON 1\\\" EZ-FLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14381\",\"adjustment_id\":\"63\",\"product_id\":\"3805\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"92935690\",\"product_name\":\"CLAVO 5 LB\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14382\",\"adjustment_id\":\"63\",\"product_id\":\"3803\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"93360019\",\"product_name\":\"VALVULA PARA PILA DE BRONCE DE 4\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14383\",\"adjustment_id\":\"63\",\"product_id\":\"3311\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"95\",\"product_name\":\"TORTRIX PEQUE?O      .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14384\",\"adjustment_id\":\"63\",\"product_id\":\"2478\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9540\",\"product_name\":\"ABRAZADERA VOLCHET DE 1\\\\\\\" X UNIDAD\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14385\",\"adjustment_id\":\"63\",\"product_id\":\"3839\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"95851103\",\"product_name\":\"MOUNTING TAPE\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14386\",\"adjustment_id\":\"63\",\"product_id\":\"3748\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"96669753\",\"product_name\":\"SUPER GUANTE LATEX TALLA S (7)\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14387\",\"adjustment_id\":\"63\",\"product_id\":\"3593\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"97076721\",\"product_name\":\"LAZO PEQUE\\u00d1O FANTASIA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14388\",\"adjustment_id\":\"63\",\"product_id\":\"2974\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14389\",\"adjustment_id\":\"63\",\"product_id\":\"3172\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"98\",\"product_name\":\"SABRITAS.           .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14390\",\"adjustment_id\":\"63\",\"product_id\":\"3788\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"98082607\",\"product_name\":\"CURVA CONDUIT DE 1 NARANJA\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14391\",\"adjustment_id\":\"63\",\"product_id\":\"3648\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"98215882\",\"product_name\":\"CAJETILLA DE CIGARRO MARLBORO FOREST FUSION\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14392\",\"adjustment_id\":\"63\",\"product_id\":\"3079\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99176129745\",\"product_name\":\"PASTA COLGATE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14393\",\"adjustment_id\":\"63\",\"product_id\":\"2953\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99176480518\",\"product_name\":\"KIT DE CEPILLADO  .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14394\",\"adjustment_id\":\"63\",\"product_id\":\"2939\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"9917692238\",\"product_name\":\"JABON PROTEX .\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14395\",\"adjustment_id\":\"63\",\"product_id\":\"3489\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99179280\",\"product_name\":\"CHEQUE VERTICAL BRONCE C\\/PICHACHA 1 1\\/4  BOSSI\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14396\",\"adjustment_id\":\"63\",\"product_id\":\"3649\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"99253463\",\"product_name\":\"CAJETILLA DE CIGARRO MARLBORO BLUE ICE\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null},{\"id\":\"14397\",\"adjustment_id\":\"63\",\"product_id\":\"2472\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"A111\",\"product_name\":\"ABRAZADERA DE 2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14398\",\"adjustment_id\":\"63\",\"product_id\":\"3116\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AA823\\/120\",\"product_name\":\"PULIDORA GLP 9 2300W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14399\",\"adjustment_id\":\"63\",\"product_id\":\"2844\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AB608\\/120\\/60\",\"product_name\":\"ESMERIL DE BANCO 8-3\\/4 HP 550W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14400\",\"adjustment_id\":\"63\",\"product_id\":\"2477\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ABRA001\",\"product_name\":\"ABRAZADERA TW 1\\/2 DE PRESION\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14401\",\"adjustment_id\":\"63\",\"product_id\":\"2476\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ABRA002\",\"product_name\":\"ABRAZADERA TW 1\\\" DE PRESION\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14402\",\"adjustment_id\":\"63\",\"product_id\":\"2481\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ACE04\",\"product_name\":\"ACCESORIO DE ENTRADA 11\\/4\\\" ( CALABERA)\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14403\",\"adjustment_id\":\"63\",\"product_id\":\"2488\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ACHUELA ALDOSA 2\",\"product_name\":\"ACHUELA ALDOSA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14404\",\"adjustment_id\":\"63\",\"product_id\":\"3051\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ALF0019\",\"product_name\":\"NIVEL DE RESINA 12\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14405\",\"adjustment_id\":\"63\",\"product_id\":\"2638\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ALF0035\",\"product_name\":\"CEPILLO DE ALAMBRE CUADRADO ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14406\",\"adjustment_id\":\"63\",\"product_id\":\"2473\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AT001\",\"product_name\":\"ABRAZADERA PARA CIELO HANGER 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14407\",\"adjustment_id\":\"63\",\"product_id\":\"2515\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"AZ00151\",\"product_name\":\"ALMADANA DE 4 LBS C\\/ CABO AZTECA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14408\",\"adjustment_id\":\"63\",\"product_id\":\"2667\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"BOSSI123\",\"product_name\":\"CHORRO CON PITON DE 3\\/4 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14409\",\"adjustment_id\":\"63\",\"product_id\":\"2707\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CB123\",\"product_name\":\"CLAVO CONCRETO BRONCO 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14410\",\"adjustment_id\":\"63\",\"product_id\":\"2658\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CHEVEBR05\",\"product_name\":\"CHEQUE VERTICAL CON PICHACHA DE 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14411\",\"adjustment_id\":\"63\",\"product_id\":\"2656\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CHHOBR03\",\"product_name\":\"CHEQUE HORIZONTAL ASIENTO HULE DE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14412\",\"adjustment_id\":\"63\",\"product_id\":\"3194\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"CS814\\/3\\/120\",\"product_name\":\"SIERRA TROZADORA 14-2400W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14413\",\"adjustment_id\":\"63\",\"product_id\":\"2639\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"D12\",\"product_name\":\"CEPILLO DE DIENTES UNID.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14414\",\"adjustment_id\":\"63\",\"product_id\":\"2835\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"D87\",\"product_name\":\"ESCOBAS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14415\",\"adjustment_id\":\"63\",\"product_id\":\"3226\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"DW508S-B3\",\"product_name\":\"TALADRO PERCUSI?N DW 1\\/2 800W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14416\",\"adjustment_id\":\"63\",\"product_id\":\"2594\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00076\",\"product_name\":\"CABLE PARALELO 2* 12 M\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14417\",\"adjustment_id\":\"63\",\"product_id\":\"2595\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00077\",\"product_name\":\"CABLE PARALELO 2* 14 MT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14418\",\"adjustment_id\":\"63\",\"product_id\":\"2609\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00081\",\"product_name\":\"CAJA OCTAGONAL METAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14419\",\"adjustment_id\":\"63\",\"product_id\":\"2610\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE00082\",\"product_name\":\"CAJA OCTAGONAL PLAS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14420\",\"adjustment_id\":\"63\",\"product_id\":\"3213\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE055\",\"product_name\":\"SPLITER 2 SALIDAS P\\/CABLE COAXIAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14421\",\"adjustment_id\":\"63\",\"product_id\":\"3045\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE063\",\"product_name\":\"MORDAZA DE COBRE DE 5\\/8*8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14422\",\"adjustment_id\":\"63\",\"product_id\":\"2761\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"ELE067\",\"product_name\":\"COPLA P\\/TUBO DUCTUVINIL 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14423\",\"adjustment_id\":\"63\",\"product_id\":\"2740\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 010231\",\"product_name\":\"CONTRA LLAVE 1\\/2 X 1\\/2 A LA PARED VIKING\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14424\",\"adjustment_id\":\"63\",\"product_id\":\"2460\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75012066411\",\"product_name\":\"CUCHILLA  6? PRETUL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14425\",\"adjustment_id\":\"63\",\"product_id\":\"2457\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER 75012066839\",\"product_name\":\"CINCHO PLASTICO 250MM NEGRO VOLTECK\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14426\",\"adjustment_id\":\"63\",\"product_id\":\"3320\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-01234\",\"product_name\":\"UNIDAD ELECTRODO E 6013\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14427\",\"adjustment_id\":\"63\",\"product_id\":\"2461\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-7506240656\",\"product_name\":\"DISCO DE DIAMANTE DE 4 1\\/2 PRETUL\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14428\",\"adjustment_id\":\"63\",\"product_id\":\"3308\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-THPVC1407\",\"product_name\":\"TORNILLO PULSER 3\\/4 P\\/BROCA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14429\",\"adjustment_id\":\"63\",\"product_id\":\"3307\",\"option_id\":\"0\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER-TOPC 1407\",\"product_name\":\"TORNILLO PULSER 3\\/4 BUSCA ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14430\",\"adjustment_id\":\"63\",\"product_id\":\"3160\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000012\",\"product_name\":\"REPOSADERA BRONCE 3*3\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14431\",\"adjustment_id\":\"63\",\"product_id\":\"3002\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000018\",\"product_name\":\"LLAVE PALANCA ITALIANA 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14432\",\"adjustment_id\":\"63\",\"product_id\":\"3091\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000125\",\"product_name\":\"PIOCHA CHINA 4 1\\/2 LBS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14433\",\"adjustment_id\":\"63\",\"product_id\":\"2962\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000150\",\"product_name\":\"LB. CLAVO 1\\\" ASSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14434\",\"adjustment_id\":\"63\",\"product_id\":\"2853\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000151\",\"product_name\":\"ESPONJA PEQUE\\u00d1A PARA REPELLO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14435\",\"adjustment_id\":\"63\",\"product_id\":\"3330\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER000153\",\"product_name\":\"VALVULA COMPUERTA 1\\/2 200 PSI AQUA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14436\",\"adjustment_id\":\"63\",\"product_id\":\"2961\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00017\",\"product_name\":\"LB ELECTRODO 3\\/32\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14437\",\"adjustment_id\":\"63\",\"product_id\":\"2462\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00021\",\"product_name\":\"ABRAZADERA  PRECION HANGLER 1 1\\/4\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14438\",\"adjustment_id\":\"63\",\"product_id\":\"2538\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00106\",\"product_name\":\"BISAGRA CARTUCHO 1\\/2 M\\/H\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14439\",\"adjustment_id\":\"63\",\"product_id\":\"2539\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00108\",\"product_name\":\"BISAGRA CARTUCHO 3\\/8 M\\/H\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14440\",\"adjustment_id\":\"63\",\"product_id\":\"2540\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00111\",\"product_name\":\"BISAGRA CARTUCHO BANDERA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14441\",\"adjustment_id\":\"63\",\"product_id\":\"2748\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER001216\",\"product_name\":\"COPLA 1 1\\/2 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14442\",\"adjustment_id\":\"63\",\"product_id\":\"2753\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER001217\",\"product_name\":\"COPLA 3\\/4 CON ROSCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14443\",\"adjustment_id\":\"63\",\"product_id\":\"3302\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER001218\",\"product_name\":\"TORNILLO PULSER 1 PULGADA PUNTA DE BROCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14444\",\"adjustment_id\":\"63\",\"product_id\":\"3237\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0015\",\"product_name\":\"TAPADERA DE SANITARIO ALDOSA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14445\",\"adjustment_id\":\"63\",\"product_id\":\"2851\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00150\",\"product_name\":\"ESPONJA GRANDE PARA REPELLO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14446\",\"adjustment_id\":\"63\",\"product_id\":\"2695\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00436\",\"product_name\":\"CLAVO 1 1\\/2 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14447\",\"adjustment_id\":\"63\",\"product_id\":\"2697\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00438\",\"product_name\":\"CLAVO 2 1\\/2 LB.\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14448\",\"adjustment_id\":\"63\",\"product_id\":\"2698\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00439\",\"product_name\":\"CLAVO 2 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14449\",\"adjustment_id\":\"63\",\"product_id\":\"2699\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14450\",\"adjustment_id\":\"63\",\"product_id\":\"2700\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00441\",\"product_name\":\"CLAVO 4 LB\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14451\",\"adjustment_id\":\"63\",\"product_id\":\"2702\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00446\",\"product_name\":\"CLAVO CONCRETO 1 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14452\",\"adjustment_id\":\"63\",\"product_id\":\"2701\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER00447\",\"product_name\":\"CLAVO CONCRETO 1 1\\/2 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14453\",\"adjustment_id\":\"63\",\"product_id\":\"2703\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00449\",\"product_name\":\"CLAVO CONCRETO 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14454\",\"adjustment_id\":\"63\",\"product_id\":\"2704\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00450\",\"product_name\":\"CLAVO CONCRETO 3 UNIDAD\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14455\",\"adjustment_id\":\"63\",\"product_id\":\"2706\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00453\",\"product_name\":\"CLAVO CONCRETO 4 UNIDAD\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14456\",\"adjustment_id\":\"63\",\"product_id\":\"2708\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00710\",\"product_name\":\"CLAVO PARA CERCA (LA?A) 1 1\\/4 LB\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14457\",\"adjustment_id\":\"63\",\"product_id\":\"2973\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER00750\",\"product_name\":\"LIMA  TRIANGULAR BELLOTA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14458\",\"adjustment_id\":\"63\",\"product_id\":\"3190\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER01143\",\"product_name\":\"SIERRA FINA SANDFLEX 1224\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14459\",\"adjustment_id\":\"63\",\"product_id\":\"2766\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER01397\",\"product_name\":\"CRAYON 2 COLORES GRUESO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14460\",\"adjustment_id\":\"63\",\"product_id\":\"3007\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER01945\",\"product_name\":\"MACHETE 24 GARIZAMA GAVILAN\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14461\",\"adjustment_id\":\"63\",\"product_id\":\"2459\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER02887444770\",\"product_name\":\"DISCO DEWALT CARBON P CORTAR\\/CONCRET 9\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14462\",\"adjustment_id\":\"63\",\"product_id\":\"2811\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER02908\",\"product_name\":\"DISCO DIAMANTADO CONTINUO 9 VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14463\",\"adjustment_id\":\"63\",\"product_id\":\"2620\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0313\",\"product_name\":\"CANDADO 40MM DORADO WHALE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14464\",\"adjustment_id\":\"63\",\"product_id\":\"2626\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER0314\",\"product_name\":\"CANDADO WHALE DORADO 50 MM\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14465\",\"adjustment_id\":\"63\",\"product_id\":\"3290\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"FER035\",\"product_name\":\"TORNILLO NORMAL DE 1 FIERO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14466\",\"adjustment_id\":\"63\",\"product_id\":\"3253\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER039\",\"product_name\":\"TARUGOS PLASTICOS AZUALES 3\\/8*2 X UNIDAD\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14467\",\"adjustment_id\":\"63\",\"product_id\":\"3300\",\"option_id\":\"0\",\"quantity\":\"52.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER040\",\"product_name\":\"TORNILLO PULSER 1 1\\/2* 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14468\",\"adjustment_id\":\"63\",\"product_id\":\"3254\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER068\",\"product_name\":\"TARUGOS PLASTICOS VERDE 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14469\",\"adjustment_id\":\"63\",\"product_id\":\"2731\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"FER31106-2\",\"product_name\":\"CODO PVC 3\\/4 45 GRADOS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14470\",\"adjustment_id\":\"63\",\"product_id\":\"2988\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GE-0251\",\"product_name\":\"LLAVE COMUERTA REDWHITE 1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14471\",\"adjustment_id\":\"63\",\"product_id\":\"3151\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GE-0279\",\"product_name\":\"REGADERA PLASTICA BLANCA\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14472\",\"adjustment_id\":\"63\",\"product_id\":\"2509\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GEL0003\",\"product_name\":\"ALCOHOL GEL TIPO LLAVERO 50 ML\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14473\",\"adjustment_id\":\"63\",\"product_id\":\"3158\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRI001475\",\"product_name\":\"REPOSADERA 3  ALUMINIO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14474\",\"adjustment_id\":\"63\",\"product_id\":\"2744\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIF000175\",\"product_name\":\"CONTRALLAVE CROM. AL PISO 1\\/2 x 1\\/2 BOSS\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14475\",\"adjustment_id\":\"63\",\"product_id\":\"2745\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIF000176\",\"product_name\":\"CONTRALLAVE CROM. PARED 1\\/2 X 1\\/2 BOSSI\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14476\",\"adjustment_id\":\"63\",\"product_id\":\"2912\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIFA001\",\"product_name\":\"GRIFA 1\\/2 * 3\\/8\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14477\",\"adjustment_id\":\"63\",\"product_id\":\"2913\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"GRIFA002\",\"product_name\":\"GRIFA 1\\/4 * 3\\/16\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14478\",\"adjustment_id\":\"63\",\"product_id\":\"2937\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"HL8140\\/120M\",\"product_name\":\"HIDROLAVADORA 1800W 2003PSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14479\",\"adjustment_id\":\"63\",\"product_id\":\"2665\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLCHBOZN03\",\"product_name\":\"CHORRO BOLA ZINC C\\/ PALANCA 1\\/2 BOSSI\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14480\",\"adjustment_id\":\"63\",\"product_id\":\"2670\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLCHCPOPM05\",\"product_name\":\"CHORRO MARIPOSA D 1\\/2 BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14481\",\"adjustment_id\":\"63\",\"product_id\":\"3001\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"LLPDCLA\",\"product_name\":\"LLAVE P\\/DUCHA ACRILICA 1\\/2BR CUELLO LARG\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14482\",\"adjustment_id\":\"63\",\"product_id\":\"2632\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"MS1001\\/2L\",\"product_name\":\"CARETA NEO FOTOSENSIBLE\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14483\",\"adjustment_id\":\"63\",\"product_id\":\"3319\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"NIP14\",\"product_name\":\"TUBO NIPLE CONDUIT GALV.. 1 1\\/4\\\\\\\" X 3MT\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14484\",\"adjustment_id\":\"63\",\"product_id\":\"2733\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PCV00037\",\"product_name\":\"CODO PVC LISO 45 GR  1\\/2\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14485\",\"adjustment_id\":\"63\",\"product_id\":\"2494\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00003\",\"product_name\":\"ADAPTADOR M 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14486\",\"adjustment_id\":\"63\",\"product_id\":\"2495\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00004\",\"product_name\":\"ADAPTADOR M 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14487\",\"adjustment_id\":\"63\",\"product_id\":\"2496\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00005\",\"product_name\":\"ADAPTADOR M 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14488\",\"adjustment_id\":\"63\",\"product_id\":\"2490\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00006\",\"product_name\":\"ADAPTADOR  1\\/2\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14489\",\"adjustment_id\":\"63\",\"product_id\":\"2492\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00007\",\"product_name\":\"ADAPTADOR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14490\",\"adjustment_id\":\"63\",\"product_id\":\"2754\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC0001\",\"product_name\":\"COPLA C\\/R 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14491\",\"adjustment_id\":\"63\",\"product_id\":\"2497\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00010\",\"product_name\":\"ADAPTADOR M 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14492\",\"adjustment_id\":\"63\",\"product_id\":\"2716\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00033\",\"product_name\":\"CODO 90 GR 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14493\",\"adjustment_id\":\"63\",\"product_id\":\"2718\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00035\",\"product_name\":\"CODO 90 GR 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14494\",\"adjustment_id\":\"63\",\"product_id\":\"2719\",\"option_id\":\"0\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00036\",\"product_name\":\"CODO 90 GR 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14495\",\"adjustment_id\":\"63\",\"product_id\":\"2720\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00037\",\"product_name\":\"CODO 90 GR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14496\",\"adjustment_id\":\"63\",\"product_id\":\"2721\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00038\",\"product_name\":\"CODO 90 GR 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14497\",\"adjustment_id\":\"63\",\"product_id\":\"2722\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00039\",\"product_name\":\"CODO 90 GR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14498\",\"adjustment_id\":\"63\",\"product_id\":\"2723\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00040\",\"product_name\":\"CODO 90 GR 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14499\",\"adjustment_id\":\"63\",\"product_id\":\"2724\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00045\",\"product_name\":\"CODO 90 GR C\\/R 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14500\",\"adjustment_id\":\"63\",\"product_id\":\"2725\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00051\",\"product_name\":\"CODO 90 GR DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14501\",\"adjustment_id\":\"63\",\"product_id\":\"2726\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00052\",\"product_name\":\"CODO 90 GR DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14502\",\"adjustment_id\":\"63\",\"product_id\":\"2727\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00053\",\"product_name\":\"CODO 90 GR DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14503\",\"adjustment_id\":\"63\",\"product_id\":\"2728\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00054\",\"product_name\":\"CODO 90 GR DR 6\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14504\",\"adjustment_id\":\"63\",\"product_id\":\"2746\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00068\",\"product_name\":\"COPLA 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14505\",\"adjustment_id\":\"63\",\"product_id\":\"2747\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00069\",\"product_name\":\"COPLA 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14506\",\"adjustment_id\":\"63\",\"product_id\":\"2749\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00071\",\"product_name\":\"COPLA 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14507\",\"adjustment_id\":\"63\",\"product_id\":\"2750\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00072\",\"product_name\":\"COPLA 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14508\",\"adjustment_id\":\"63\",\"product_id\":\"2752\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00073\",\"product_name\":\"COPLA 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14509\",\"adjustment_id\":\"63\",\"product_id\":\"2755\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00076\",\"product_name\":\"COPLA C\\/R 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14510\",\"adjustment_id\":\"63\",\"product_id\":\"2756\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00077\",\"product_name\":\"COPLA C\\/R 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14511\",\"adjustment_id\":\"63\",\"product_id\":\"2758\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00090\",\"product_name\":\"COPLA DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14512\",\"adjustment_id\":\"63\",\"product_id\":\"2759\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00091\",\"product_name\":\"COPLA DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14513\",\"adjustment_id\":\"63\",\"product_id\":\"2760\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00092\",\"product_name\":\"COPLA DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14514\",\"adjustment_id\":\"63\",\"product_id\":\"2717\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00094\",\"product_name\":\"CODO 90 GR 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14515\",\"adjustment_id\":\"63\",\"product_id\":\"3129\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00122\",\"product_name\":\"REDUCIDOR 1 1\\/2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14516\",\"adjustment_id\":\"63\",\"product_id\":\"3127\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00123\",\"product_name\":\"REDUCIDOR 1 1\\/2- 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14517\",\"adjustment_id\":\"63\",\"product_id\":\"3171\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"pvc00124\",\"product_name\":\"RUDUCIDOR 1 1\\/2-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14518\",\"adjustment_id\":\"63\",\"product_id\":\"3128\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00125\",\"product_name\":\"REDUCIDOR 1 1\\/2- 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14519\",\"adjustment_id\":\"63\",\"product_id\":\"3130\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00126\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14520\",\"adjustment_id\":\"63\",\"product_id\":\"3131\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00127\",\"product_name\":\"REDUCIDOR 1 1\\/4-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14521\",\"adjustment_id\":\"63\",\"product_id\":\"3149\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"pvc00128\",\"product_name\":\"REDUCIDOR1 1\\/4-3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14522\",\"adjustment_id\":\"63\",\"product_id\":\"3133\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00130\",\"product_name\":\"REDUCIDOR 1-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14523\",\"adjustment_id\":\"63\",\"product_id\":\"3132\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00131\",\"product_name\":\"REDUCIDOR 1- 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14524\",\"adjustment_id\":\"63\",\"product_id\":\"3136\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00132\",\"product_name\":\"REDUCIDOR 2 1\\/2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14525\",\"adjustment_id\":\"63\",\"product_id\":\"3135\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00136\",\"product_name\":\"REDUCIDOR 2 1\\/2 - 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14526\",\"adjustment_id\":\"63\",\"product_id\":\"3137\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00137\",\"product_name\":\"REDUCIDOR 2-1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14527\",\"adjustment_id\":\"63\",\"product_id\":\"3138\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00140\",\"product_name\":\"REDUCIDOR 2-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14528\",\"adjustment_id\":\"63\",\"product_id\":\"3134\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00141\",\"product_name\":\"REDUCIDOR 2 - 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14529\",\"adjustment_id\":\"63\",\"product_id\":\"3141\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00142\",\"product_name\":\"REDUCIDOR 3\\/4- 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14530\",\"adjustment_id\":\"63\",\"product_id\":\"3147\",\"option_id\":\"0\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00152\",\"product_name\":\"REDUCIDOR DR 3-2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14531\",\"adjustment_id\":\"63\",\"product_id\":\"3243\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00158\",\"product_name\":\"TAPON H 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14532\",\"adjustment_id\":\"63\",\"product_id\":\"3244\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00159\",\"product_name\":\"TAPON H 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14533\",\"adjustment_id\":\"63\",\"product_id\":\"3238\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00161\",\"product_name\":\"TAPON 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14534\",\"adjustment_id\":\"63\",\"product_id\":\"3239\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00164\",\"product_name\":\"TAPON 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14535\",\"adjustment_id\":\"63\",\"product_id\":\"3241\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00168\",\"product_name\":\"TAPON 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14536\",\"adjustment_id\":\"63\",\"product_id\":\"3245\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00171\",\"product_name\":\"TAPON H 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14537\",\"adjustment_id\":\"63\",\"product_id\":\"3257\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00186\",\"product_name\":\"TEE 1\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14538\",\"adjustment_id\":\"63\",\"product_id\":\"3258\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00187\",\"product_name\":\"TEE 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14539\",\"adjustment_id\":\"63\",\"product_id\":\"3259\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00189\",\"product_name\":\"TEE 1 1\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14540\",\"adjustment_id\":\"63\",\"product_id\":\"3260\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00192\",\"product_name\":\"TEE 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14541\",\"adjustment_id\":\"63\",\"product_id\":\"3262\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00199\",\"product_name\":\"TEE 2 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14542\",\"adjustment_id\":\"63\",\"product_id\":\"3264\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00201\",\"product_name\":\"TEE 3 DR\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14543\",\"adjustment_id\":\"63\",\"product_id\":\"3266\",\"option_id\":\"0\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"addition\",\"product_code\":\"PVC00202\",\"product_name\":\"TEE 3\\/4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14544\",\"adjustment_id\":\"63\",\"product_id\":\"3267\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00207\",\"product_name\":\"TEE 4 DR\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14545\",\"adjustment_id\":\"63\",\"product_id\":\"3270\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00208\",\"product_name\":\"TEE PVC DE 4\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14546\",\"adjustment_id\":\"63\",\"product_id\":\"3080\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00236\",\"product_name\":\"PEGA PVC 025 ML TANGIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14547\",\"adjustment_id\":\"63\",\"product_id\":\"3347\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00254\",\"product_name\":\"YEE DR 3\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14548\",\"adjustment_id\":\"63\",\"product_id\":\"3346\",\"option_id\":\"0\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00255\",\"product_name\":\"YEE DR 2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14549\",\"adjustment_id\":\"63\",\"product_id\":\"3348\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00256\",\"product_name\":\"YEE DR 4\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14550\",\"adjustment_id\":\"63\",\"product_id\":\"2751\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC00260\",\"product_name\":\"COPLA 2 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14551\",\"adjustment_id\":\"63\",\"product_id\":\"2777\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC0105\",\"product_name\":\"CURVA CONDUIT 1\\/2 GRIS\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14552\",\"adjustment_id\":\"63\",\"product_id\":\"3139\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC143\",\"product_name\":\"REDUCIDOR 3- 1 1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14553\",\"adjustment_id\":\"63\",\"product_id\":\"3140\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC144\",\"product_name\":\"REDUCIDOR 3-1\\/2\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14554\",\"adjustment_id\":\"63\",\"product_id\":\"3081\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"PVC287\",\"product_name\":\"PEGA PVC 050 ML TANGIT\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14555\",\"adjustment_id\":\"63\",\"product_id\":\"2997\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"SUVAL2\\\"\",\"product_name\":\"LLAVE DE PASO PVC 2\\\" SUVAL\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14556\",\"adjustment_id\":\"63\",\"product_id\":\"3076\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"T1101-047\",\"product_name\":\"PASADOR ALEMAN 3\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14557\",\"adjustment_id\":\"63\",\"product_id\":\"3317\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA121216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 1\\/2*1\\/216\\\" ACERO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14558\",\"adjustment_id\":\"63\",\"product_id\":\"3318\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TA381216AI\",\"product_name\":\"TUBO DE ABASTO PREMIUN 3\\/8*1\\/2*16 ACERO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14559\",\"adjustment_id\":\"63\",\"product_id\":\"2866\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"THQC1120\",\"product_name\":\"FLIPON # 20 THQC1120\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14560\",\"adjustment_id\":\"63\",\"product_id\":\"2455\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"THQC1130\",\"product_name\":\"FLIPON # 30 THQC1130\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14561\",\"adjustment_id\":\"63\",\"product_id\":\"3227\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TP813\\/3\",\"product_name\":\"TALADRO PERCUSION GLP 1\\/2 900W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14562\",\"adjustment_id\":\"63\",\"product_id\":\"3228\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TP913\\/4\",\"product_name\":\"TALADRO PERCUSION NEO 1\\/2 850W\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14563\",\"adjustment_id\":\"63\",\"product_id\":\"3315\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"TUC13\",\"product_name\":\"TUBO CONDUIT GALVANIZADO 1 1\\/4\\\\\\\" X 3MT\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14564\",\"adjustment_id\":\"63\",\"product_id\":\"2827\",\"option_id\":\"0\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"UP0000793\",\"product_name\":\"DULCES COLOMBINA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14565\",\"adjustment_id\":\"63\",\"product_id\":\"3338\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VAPB-2\",\"product_name\":\"VALVULA PILA 2 BRONCE GLOBO\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14566\",\"adjustment_id\":\"63\",\"product_id\":\"3328\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBLPVC04\",\"product_name\":\"VALVULA BOLA LISA PVC 3\\/4\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14567\",\"adjustment_id\":\"63\",\"product_id\":\"3326\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ04\",\"product_name\":\"VALVULA BOLA 3\\/4 AQUA\",\"image\":\"\",\"details\":\"\",\"variant\":null},{\"id\":\"14568\",\"adjustment_id\":\"63\",\"product_id\":\"3325\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VBZ05\",\"product_name\":\"VALVULA  BOLA ZINC  1\\\" BOSSI\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14569\",\"adjustment_id\":\"63\",\"product_id\":\"3332\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VCBRWL04\",\"product_name\":\"VALVULA COMPUERTA BR 3\\/4 LIVIANO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14570\",\"adjustment_id\":\"63\",\"product_id\":\"3331\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VCBRWL05\",\"product_name\":\"VALVULA COMPUERTA BR 1\\\"\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14571\",\"adjustment_id\":\"63\",\"product_id\":\"3281\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0096\",\"product_name\":\"TENAZIN DE 9\\\" VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14572\",\"adjustment_id\":\"63\",\"product_id\":\"3179\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0785\",\"product_name\":\"SEGUETA BIMETALFEXIBLE VK0785\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14573\",\"adjustment_id\":\"63\",\"product_id\":\"2624\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0867\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 30MM\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14574\",\"adjustment_id\":\"63\",\"product_id\":\"2625\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0898\",\"product_name\":\"CANDADO PROFECIONAL BRONCE 40MM VIKINGO\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14575\",\"adjustment_id\":\"63\",\"product_id\":\"2825\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"VK0908\",\"product_name\":\"DUCHA OCTAGONAL CROMADA C\\/BRAZO Y CHAPET\",\"image\":\"\",\"details\":null,\"variant\":null},{\"id\":\"14576\",\"adjustment_id\":\"63\",\"product_id\":\"3188\",\"option_id\":\"0\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"serial_no\":null,\"type\":\"subtraction\",\"product_code\":\"W185\\/1\\/120\",\"product_name\":\"SIERRA CIRCULAR ENERGY 7-1\\/4 1400W\",\"image\":\"\",\"details\":null,\"variant\":null}]}', '2023-01-18 14:46:02');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2151, 'Sale is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"5361\",\"date\":\"2023-02-03 06:22:51\",\"reference_no\":\"SALE\\/POS2023\\/02\\/5371\",\"customer_id\":\"55\",\"customer\":\"KARIN DE CASTILLO\",\"biller_id\":\"3\",\"biller\":\"Gasolinera y Materiales Manuelito S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"164.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"164.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"20\",\"pos\":\"1\",\"paid\":\"164.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"7f9d17516e63aa392b638e925baf32069942fc6fe74fb87bd06d7349717ef5c6\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"15643\",\"sale_id\":\"5361\",\"product_id\":\"3327\",\"product_code\":\"16078825\",\"product_name\":\"VALVULA BOLA DE ZINC 1\\/2 AQUA\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"22.0000\",\"unit_price\":\"22.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"44.0000\",\"serial_no\":\"\",\"real_unit_price\":\"22.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"15644\",\"sale_id\":\"5361\",\"product_id\":\"2719\",\"product_code\":\"PVC00036\",\"product_name\":\"CODO 90 GR PVC 1\\/2\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"2.0000\",\"unit_price\":\"2.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"20.0000\",\"serial_no\":\"\",\"real_unit_price\":\"2.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"10.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"15645\",\"sale_id\":\"5361\",\"product_id\":\"2716\",\"product_code\":\"PVC00033\",\"product_name\":\"CODO 90 GR 1\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"4.5000\",\"unit_price\":\"4.5000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"27.0000\",\"serial_no\":\"\",\"real_unit_price\":\"4.5000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"6.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"15646\",\"sale_id\":\"5361\",\"product_id\":\"3234\",\"product_code\":\"7501199465418\",\"product_name\":\"TANGIT 240 ML\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"65.0000\",\"unit_price\":\"65.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"65.0000\",\"serial_no\":\"\",\"real_unit_price\":\"65.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"15647\",\"sale_id\":\"5361\",\"product_id\":\"2697\",\"product_code\":\"FER00438\",\"product_name\":\"CLAVO 2 1\\/2 LB.\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"8.0000\",\"unit_price\":\"8.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"8.0000\",\"serial_no\":\"\",\"real_unit_price\":\"8.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"}]}', '2023-02-03 09:38:13');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2152, 'Sale is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"5828\",\"date\":\"2023-02-16 06:54:27\",\"reference_no\":\"SALE\\/POS2023\\/02\\/5838\",\"customer_id\":\"55\",\"customer\":\"KARIN DE CASTILLO\",\"biller_id\":\"3\",\"biller\":\"Gasolinera y Materiales Manuelito S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"275.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"275.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"12\",\"pos\":\"1\",\"paid\":\"275.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"01ccf8805816a502ee29b9a10edfe1ce4a3dab99b133c17ed02402896046bd79\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"16831\",\"sale_id\":\"5828\",\"product_id\":\"3233\",\"product_code\":\"7501199465104\",\"product_name\":\"TANGIT 125 ML\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"40.0000\",\"unit_price\":\"40.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"40.0000\",\"serial_no\":\"\",\"real_unit_price\":\"40.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"16832\",\"sale_id\":\"5828\",\"product_id\":\"3264\",\"product_code\":\"PVC00201\",\"product_name\":\"TEE 3 DR\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"23.0000\",\"unit_price\":\"23.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"46.0000\",\"serial_no\":\"\",\"real_unit_price\":\"23.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"16833\",\"sale_id\":\"5828\",\"product_id\":\"2800\",\"product_code\":\"748928006512\",\"product_name\":\"DETERGENTE XEDEX 900 GR\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"12.0000\",\"unit_price\":\"12.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"12.0000\",\"serial_no\":\"\",\"real_unit_price\":\"12.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"16834\",\"sale_id\":\"5828\",\"product_id\":\"2699\",\"product_code\":\"FER00440\",\"product_name\":\"CLAVO 3 LB\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"8.0000\",\"unit_price\":\"8.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"24.0000\",\"serial_no\":\"\",\"real_unit_price\":\"8.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"16835\",\"sale_id\":\"5828\",\"product_id\":\"3145\",\"product_code\":\"102185\",\"product_name\":\"REDUCIDOR DE 3 - 2 PVC\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"23.0000\",\"unit_price\":\"23.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"69.0000\",\"serial_no\":\"\",\"real_unit_price\":\"23.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"3.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"16836\",\"sale_id\":\"5828\",\"product_id\":\"2722\",\"product_code\":\"PVC00039\",\"product_name\":\"CODO 90 GR 3\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"42.0000\",\"unit_price\":\"42.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"84.0000\",\"serial_no\":\"\",\"real_unit_price\":\"42.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"}]}', '2023-02-16 08:47:28');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2153, 'Sale is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"5891\",\"date\":\"2023-02-17 11:46:58\",\"reference_no\":\"SALE\\/POS2023\\/02\\/5901\",\"customer_id\":\"1\",\"customer\":\"Prueba\",\"biller_id\":\"3\",\"biller\":\"Gasolinera y Materiales Manuelito S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"40.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"40.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"3\",\"pos\":\"1\",\"paid\":\"40.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"555267464f7e9daa0b0707960c42bd646da888959ba999602318be24a994e598\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"16997\",\"sale_id\":\"5891\",\"product_id\":\"3126\",\"product_code\":\"9002490204006\",\"product_name\":\"RED BULL     .\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"16.0000\",\"unit_price\":\"16.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"32.0000\",\"serial_no\":\"\",\"real_unit_price\":\"16.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"16998\",\"sale_id\":\"5891\",\"product_id\":\"2822\",\"product_code\":\"7401000702902\",\"product_name\":\"CERVEZA DORADA ICE LATA 16 OZ.  .\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"8.0000\",\"unit_price\":\"8.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"8.0000\",\"serial_no\":\"\",\"real_unit_price\":\"8.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"}]}', '2023-02-17 12:08:33');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2154, 'Sale is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"5981\",\"date\":\"2023-02-19 08:52:50\",\"reference_no\":\"SALE\\/POS2023\\/02\\/5991\",\"customer_id\":\"1\",\"customer\":\"Prueba\",\"biller_id\":\"3\",\"biller\":\"Gasolinera y Materiales Manuelito S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"44.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"44.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"5\",\"pos\":\"1\",\"paid\":\"44.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"7d3425800919fc3477a60e85dd0c7b1a59be02671769451a09f6e44003b8b381\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"17195\",\"sale_id\":\"5981\",\"product_id\":\"3855\",\"product_code\":\"051141286730\",\"product_name\":\"DISCO DE CORTE DE 4 1\\/2 3M\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"8.0000\",\"unit_price\":\"8.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"32.0000\",\"serial_no\":\"\",\"real_unit_price\":\"8.0000\",\"sale_item_id\":null,\"product_unit_id\":\"5\",\"product_unit_code\":\"UNIDAD\",\"unit_quantity\":\"4.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"5\",\"base_unit_code\":\"UNIDAD\"},{\"id\":\"17196\",\"sale_id\":\"5981\",\"product_id\":\"2806\",\"product_code\":\"7506240624608\",\"product_name\":\"DISCO CORTE FINO 7\\\" PRETUL 22346\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"12.0000\",\"unit_price\":\"12.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"12.0000\",\"serial_no\":\"\",\"real_unit_price\":\"12.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"}]}', '2023-02-20 08:43:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2155, 'Sale is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"7743\",\"date\":\"2023-04-08 16:19:39\",\"reference_no\":\"SALE\\/POS2023\\/04\\/7753\",\"customer_id\":\"1\",\"customer\":\"Prueba\",\"biller_id\":\"3\",\"biller\":\"Gasolinera y Materiales Manuelito S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"11.5000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"11.5000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"2\",\"pos\":\"1\",\"paid\":\"11.5000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"17b83ddf1b439ca10fc8766558a59fa42c84a1b5d11daa58cfcb564df7486d60\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"20932\",\"sale_id\":\"7743\",\"product_id\":\"2974\",\"product_code\":\"97758170390\",\"product_name\":\"LIMA MOTOSIERRA 7\\/32 X 8 PFERD\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"10.0000\",\"unit_price\":\"10.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"10.0000\",\"serial_no\":\"\",\"real_unit_price\":\"10.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"20933\",\"sale_id\":\"7743\",\"product_id\":\"3048\",\"product_code\":\"151\",\"product_name\":\"NACHOS DIANA\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"1.5000\",\"unit_price\":\"1.5000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"1.5000\",\"serial_no\":\"\",\"real_unit_price\":\"1.5000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"}]}', '2023-04-10 08:52:12');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2156, 'Sale is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"7803\",\"date\":\"2023-04-10 07:55:00\",\"reference_no\":\"SALE\\/POS2023\\/04\\/7813\",\"customer_id\":\"2\",\"customer\":\"Consumidor Final\",\"biller_id\":\"3\",\"biller\":\"Gasolinera y Materiales Manuelito S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"10.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"10.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"1\",\"paid\":\"10.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"822e87f83a620d8e71c31dcafc3eadc3a589409e5c182fe251f1162e390bde36\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"21098\",\"sale_id\":\"7803\",\"product_id\":\"2725\",\"product_code\":\"PVC00051\",\"product_name\":\"CODO 90 GR DR 2\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"10.0000\",\"unit_price\":\"10.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"10.0000\",\"serial_no\":\"\",\"real_unit_price\":\"10.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"}]}', '2023-04-10 08:53:13');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2157, 'Sale is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"8096\",\"date\":\"2023-04-15 17:40:37\",\"reference_no\":\"SALE\\/POS2023\\/04\\/8106\",\"customer_id\":\"1\",\"customer\":\"Prueba\",\"biller_id\":\"3\",\"biller\":\"Gasolinera y Materiales Manuelito S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"12.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"12.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"2\",\"pos\":\"1\",\"paid\":\"12.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"5676612d2651a0973d7dcd45d04fbad7be9679cc8056f12c018b56d56a588d6e\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"21659\",\"sale_id\":\"8096\",\"product_id\":\"2653\",\"product_code\":\"75002459\",\"product_name\":\"CERVEZA TECATE\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"6.0000\",\"unit_price\":\"6.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"12.0000\",\"serial_no\":\"\",\"real_unit_price\":\"6.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"}]}', '2023-04-17 09:00:58');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2158, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3148\",\"code\":\"7441318805097\",\"name\":\"REDUCIDOR PVC LISO 1 1\\/2\\\" - 1\\/2\\\"\",\"unit\":\"1\",\"cost\":\"5.59999999999999964473\",\"price\":\"9.00000000000000000000\",\"alert_quantity\":\"2.0000\",\"image\":\"\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":null,\"product_details\":null,\"tax_method\":\"0\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":\"0.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":null,\"slug\":\"reducidor-pvc-liso-1-12-12\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"5\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2023-05-23 09:58:26');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2159, 'Sale is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"10524\",\"date\":\"2023-06-12 08:31:27\",\"reference_no\":\"SALE\\/POS2023\\/06\\/10534\",\"customer_id\":\"1\",\"customer\":\"Prueba\",\"biller_id\":\"3\",\"biller\":\"Gasolinera y Materiales Manuelito S.A.\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"9.2500\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"9.2500\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"8\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"2\",\"pos\":\"1\",\"paid\":\"9.2500\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"4d388fd266a32329802ca1024d9150fb9e7b9aa08c11fbf462038b4f0bb52c53\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"26704\",\"sale_id\":\"10524\",\"product_id\":\"3187\",\"product_code\":\"7501056336578\",\"product_name\":\"SHAMPO SOBRE  .\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"1.2500\",\"unit_price\":\"1.2500\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"1.2500\",\"serial_no\":\"\",\"real_unit_price\":\"1.2500\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":null,\"variant\":null,\"hsn_code\":\"0\",\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"},{\"id\":\"26705\",\"sale_id\":\"10524\",\"product_id\":\"2713\",\"product_code\":\"7441003500501\",\"product_name\":\"COCACOLA  VIDRIO LITRO\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"8.0000\",\"unit_price\":\"8.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":null,\"tax\":\"\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"8.0000\",\"serial_no\":\"\",\"real_unit_price\":\"8.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"PZA\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":null,\"tax_name\":null,\"tax_rate\":null,\"image\":\"\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"1\",\"base_unit_code\":\"PZA\"}]}', '2023-06-12 08:34:02');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2160, 'Product is being deleted by sergio (User Id: 8)', '{\"model\":{\"id\":\"3926\",\"code\":\"75011373800251\",\"name\":\"RESISTOL PEGA FAST 2.10 ONZ\",\"unit\":\"5\",\"cost\":\"2.00000000000000000000\",\"price\":\"3.50000000000000000000\",\"alert_quantity\":\"1.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":null,\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":null,\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"0\",\"purchase_unit\":\"0\",\"brand\":\"0\",\"slug\":\"resistol-pega-fast-210-onz\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\",\"i\":\"0\",\"f\":\"0\",\"n\":\"0.00\",\"i1\":\"0\",\"f1\":\"0\",\"n1\":\"0.00\",\"i2\":\"0\",\"f2\":\"0\",\"n2\":\"0.00\",\"i3\":\"0\",\"f3\":\"0\",\"n3\":\"0.00\",\"i4\":\"0\",\"f4\":\"0\",\"n4\":\"0.00\"}}', '2023-06-15 09:49:31');


#
# TABLE STRUCTURE FOR: sma_migrations
#

DROP TABLE IF EXISTS `sma_migrations`;

CREATE TABLE `sma_migrations` (
  `version` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `sma_migrations` (`version`) VALUES ('315');


#
# TABLE STRUCTURE FOR: sma_notifications
#

DROP TABLE IF EXISTS `sma_notifications`;

CREATE TABLE `sma_notifications` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `comment` text NOT NULL,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `from_date` datetime DEFAULT NULL,
  `till_date` datetime DEFAULT NULL,
  `scope` tinyint(1) NOT NULL DEFAULT '3',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_order_ref
#

DROP TABLE IF EXISTS `sma_order_ref`;

CREATE TABLE `sma_order_ref` (
  `ref_id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `so` int(11) NOT NULL DEFAULT '1',
  `qu` int(11) NOT NULL DEFAULT '1',
  `po` int(11) NOT NULL DEFAULT '1',
  `to` int(11) NOT NULL DEFAULT '1',
  `pos` int(11) NOT NULL DEFAULT '1',
  `do` int(11) NOT NULL DEFAULT '1',
  `pay` int(11) NOT NULL DEFAULT '1',
  `re` int(11) NOT NULL DEFAULT '1',
  `rep` int(11) NOT NULL DEFAULT '1',
  `ex` int(11) NOT NULL DEFAULT '1',
  `ppay` int(11) NOT NULL DEFAULT '1',
  `qa` int(11) DEFAULT '1',
  PRIMARY KEY (`ref_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

INSERT INTO `sma_order_ref` (`ref_id`, `date`, `so`, `qu`, `po`, `to`, `pos`, `do`, `pay`, `re`, `rep`, `ex`, `ppay`, `qa`) VALUES (1, '2015-03-01', 17, 3, 75, 2, 11293, 1, 11271, 2, 1, 1, 645, 104);


#
# TABLE STRUCTURE FOR: sma_pages
#

DROP TABLE IF EXISTS `sma_pages`;

CREATE TABLE `sma_pages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(15) NOT NULL,
  `title` varchar(60) NOT NULL,
  `description` varchar(180) NOT NULL,
  `slug` varchar(55) DEFAULT NULL,
  `body` text NOT NULL,
  `active` tinyint(1) NOT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `order_no` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_payments
#

DROP TABLE IF EXISTS `sma_payments`;

CREATE TABLE `sma_payments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  `sale_id` int(11) DEFAULT NULL,
  `return_id` int(11) DEFAULT NULL,
  `purchase_id` int(11) DEFAULT NULL,
  `reference_no` varchar(50) NOT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `paid_by` varchar(20) NOT NULL,
  `cheque_no` varchar(20) DEFAULT NULL,
  `cc_no` varchar(20) DEFAULT NULL,
  `cc_holder` varchar(25) DEFAULT NULL,
  `cc_month` varchar(2) DEFAULT NULL,
  `cc_year` varchar(4) DEFAULT NULL,
  `cc_type` varchar(20) DEFAULT NULL,
  `amount` decimal(25,4) NOT NULL,
  `currency` varchar(3) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `type` varchar(20) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `pos_paid` decimal(25,4) DEFAULT '0.0000',
  `pos_balance` decimal(25,4) DEFAULT '0.0000',
  `approval_code` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11915 DEFAULT CHARSET=utf8;

INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1, '2022-05-04 17:02:10', 1, NULL, NULL, 'IPAY2022/05/0025', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2, '2022-05-06 15:08:25', 2, NULL, NULL, 'IPAY2022/05/0026', NULL, 'cash', '', '', '', '', '', '', '440.0000', NULL, 6, NULL, 'received', '', '500.0000', '60.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3, '2022-05-16 12:37:13', 3, NULL, NULL, 'IPAY2022/05/0027', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4, '2022-05-16 12:52:39', 4, NULL, NULL, 'IPAY2022/05/0028', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5, '2022-05-17 06:45:23', 5, NULL, NULL, 'IPAY2022/05/0029', NULL, 'cash', '', '', '', '', '', '', '1280.5000', NULL, 6, NULL, 'received', '', '1280.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6, '2022-05-17 09:25:00', NULL, NULL, 26, 'POP2022/05/0002', NULL, 'cash', '', '', '', '', '', 'Visa', '101.2666', NULL, 8, NULL, 'sent', '&lt;p&gt;PAGADO EN EFECTIVO&lt;&sol;p&gt;', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7, '2022-05-17 09:29:00', NULL, NULL, 27, 'POP2022/05/0003', NULL, 'cash', '', '', '', '', '', 'Visa', '79.9999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8, '2022-05-17 09:35:00', NULL, NULL, 28, 'POP2022/05/0004', NULL, 'cash', '', '', '', '', '', 'Visa', '129.9999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9, '2022-05-17 09:39:00', NULL, NULL, 29, 'POP2022/05/0005', NULL, 'cash', '', '', '', '', '', 'Visa', '107.5100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10, '2022-05-17 09:52:00', NULL, NULL, 30, 'POP2022/05/0006', NULL, 'cash', '', '', '', '', '', 'Visa', '926.3400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11, '2022-05-17 10:11:00', NULL, NULL, 31, 'POP2022/05/0007', NULL, 'cash', '', '', '', '', '', 'Visa', '2115.4500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (12, '2022-05-17 11:18:54', 6, NULL, NULL, 'IPAY2022/05/0030', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 8, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (13, '2022-05-17 12:53:00', NULL, NULL, 32, 'POP2022/05/0008', NULL, 'cash', '', '', '', '', '', 'Visa', '1692.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (14, '2022-05-17 14:37:32', 7, NULL, NULL, 'IPAY2022/05/0031', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (15, '2022-05-17 14:42:13', 8, NULL, NULL, 'IPAY2022/05/0032', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (16, '2022-05-17 14:57:00', NULL, NULL, 33, 'POP2022/05/0009', NULL, 'cash', '', '', '', '', '', 'Visa', '2977.5296', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (17, '2022-05-17 15:16:00', NULL, NULL, 34, 'POP2022/05/0010', NULL, 'cash', '', '', '', '', '', 'Visa', '896.7597', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (18, '2022-05-17 15:24:00', NULL, NULL, 35, 'POP2022/05/0011', NULL, 'cash', '', '', '', '', '', 'Visa', '601.4800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (19, '2022-05-17 15:27:34', 9, NULL, NULL, 'IPAY2022/05/0033', NULL, 'cash', '', '', '', '', '', '', '466.5000', NULL, 7, NULL, 'received', '', '466.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (20, '2022-05-17 15:32:00', NULL, NULL, 36, 'POP2022/05/0012', NULL, 'cash', '', '', '', '', '', 'Visa', '1092.4530', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (21, '2022-05-17 16:04:16', 10, NULL, NULL, 'IPAY2022/05/0034', NULL, 'cash', '', '', '', '', '', '', '352.5000', NULL, 7, NULL, 'received', '', '352.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (22, '2022-05-17 16:15:00', NULL, NULL, 37, 'POP2022/05/0013', NULL, 'cash', '', '', '', '', '', 'Visa', '512.5199', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (23, '2022-05-17 17:08:00', NULL, NULL, 38, 'POP2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '1003.0289', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (24, '2022-05-17 17:55:01', 11, NULL, NULL, 'IPAY2022/05/0035', NULL, 'cash', '', '', '', '', '', '', '87.0000', NULL, 7, NULL, 'received', '', '87.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (25, '2022-05-17 18:05:06', 12, NULL, NULL, 'IPAY2022/05/0036', NULL, 'cash', '', '', '', '', '', '', '533.0000', NULL, 7, NULL, 'received', '', '533.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (26, '2022-05-17 18:23:36', 13, NULL, NULL, 'IPAY2022/05/0037', NULL, 'cash', '', '', '', '', '', '', '302.0000', NULL, 7, NULL, 'received', '', '302.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (27, '2022-05-17 18:30:29', 14, NULL, NULL, 'IPAY2022/05/0038', NULL, 'cash', '', '', '', '', '', '', '351.0000', NULL, 7, NULL, 'received', '', '351.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (28, '2022-05-17 19:47:26', 15, NULL, NULL, 'IPAY2022/05/0039', NULL, 'cash', '', '', '', '', '', '', '444.0000', NULL, 7, NULL, 'received', '', '444.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (29, '2022-05-18 07:19:05', 16, NULL, NULL, 'IPAY2022/05/0040', NULL, 'cash', '', '', '', '', '', '', '194.0000', NULL, 7, NULL, 'received', '', '194.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (30, '2022-05-18 07:43:37', 17, NULL, NULL, 'IPAY2022/05/0041', NULL, 'cash', '', '', '', '', '', '', '319.0000', NULL, 7, NULL, 'received', '', '319.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (31, '2022-05-18 07:51:42', 18, NULL, NULL, 'IPAY2022/05/0042', NULL, 'cash', '', '', '', '', '', '', '344.0000', NULL, 7, NULL, 'received', '', '344.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (32, '2022-05-18 08:00:58', 19, NULL, NULL, 'IPAY2022/05/0043', NULL, 'cash', '', '', '', '', '', '', '436.5000', NULL, 7, NULL, 'received', '', '436.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (33, '2022-05-18 08:05:59', 20, NULL, NULL, 'IPAY2022/05/0044', NULL, 'cash', '', '', '', '', '', '', '396.0000', NULL, 7, NULL, 'received', '', '396.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (34, '2022-05-18 08:29:02', 21, NULL, NULL, 'IPAY2022/05/0045', NULL, 'cash', '', '', '', '', '', '', '527.0000', NULL, 7, NULL, 'received', '', '527.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (35, '2022-05-18 08:38:26', 22, NULL, NULL, 'IPAY2022/05/0046', NULL, 'cash', '', '', '', '', '', '', '717.0000', NULL, 7, NULL, 'received', '', '717.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (36, '2022-05-18 08:45:38', 23, NULL, NULL, 'IPAY2022/05/0047', NULL, 'cash', '', '', '', '', '', '', '548.0000', NULL, 7, NULL, 'received', '', '548.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (37, '2022-05-18 09:08:49', 24, NULL, NULL, 'IPAY2022/05/0048', NULL, 'cash', '', '', '', '', '', '', '272.5000', NULL, 7, NULL, 'received', '', '272.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (38, '2022-05-18 09:20:49', 25, NULL, NULL, 'IPAY2022/05/0049', NULL, 'cash', '', '', '', '', '', '', '647.9000', NULL, 7, NULL, 'received', '', '647.9000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (39, '2022-05-18 10:18:36', 26, NULL, NULL, 'IPAY2022/05/0050', NULL, 'cash', '', '', '', '', '', '', '772.0000', NULL, 7, NULL, 'received', '', '772.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (40, '2022-05-18 10:24:16', 27, NULL, NULL, 'IPAY2022/05/0051', NULL, 'cash', '', '', '', '', '', '', '141.0000', NULL, 7, NULL, 'received', '', '141.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (41, '2022-05-18 10:26:16', 28, NULL, NULL, 'IPAY2022/05/0052', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (42, '2022-05-18 10:52:56', 29, NULL, NULL, 'IPAY2022/05/0053', NULL, 'cash', '', '', '', '', '', '', '713.5000', NULL, 7, NULL, 'received', '', '713.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (43, '2022-05-18 11:23:23', 30, NULL, NULL, 'IPAY2022/05/0054', NULL, 'cash', '', '', '', '', '', '', '153.0000', NULL, 7, NULL, 'received', '', '153.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (44, '2022-05-18 11:51:11', 31, NULL, NULL, 'IPAY2022/05/0055', NULL, 'cash', '', '', '', '', '', '', '230.5000', NULL, 7, NULL, 'received', '', '230.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (45, '2022-05-18 11:57:34', 32, NULL, NULL, 'IPAY2022/05/0056', NULL, 'cash', '', '', '', '', '', '', '175.0000', NULL, 7, NULL, 'received', '', '175.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (46, '2022-05-18 12:27:51', 33, NULL, NULL, 'IPAY2022/05/0057', NULL, 'cash', '', '', '', '', '', '', '137.5000', NULL, 7, NULL, 'received', '', '137.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (47, '2022-05-18 12:35:41', 34, NULL, NULL, 'IPAY2022/05/0058', NULL, 'cash', '', '', '', '', '', '', '348.0000', NULL, 7, NULL, 'received', '', '348.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (48, '2022-05-18 12:42:13', 35, NULL, NULL, 'IPAY2022/05/0059', NULL, 'cash', '', '', '', '', '', '', '362.5000', NULL, 7, NULL, 'received', '', '362.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (49, '2022-05-18 12:54:29', 36, NULL, NULL, 'IPAY2022/05/0060', NULL, 'cash', '', '', '', '', '', '', '159.0000', NULL, 7, NULL, 'received', '', '159.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (50, '2022-05-18 12:59:02', 37, NULL, NULL, 'IPAY2022/05/0061', NULL, 'cash', '', '', '', '', '', '', '159.5000', NULL, 7, NULL, 'received', '', '159.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (51, '2022-05-18 13:01:23', 38, NULL, NULL, 'IPAY2022/05/0062', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (52, '2022-05-18 13:05:54', 39, NULL, NULL, 'IPAY2022/05/0063', NULL, 'cash', '', '', '', '', '', '', '79.0000', NULL, 7, NULL, 'received', '', '79.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (53, '2022-05-18 14:24:12', 40, NULL, NULL, 'IPAY2022/05/0064', NULL, 'cash', '', '', '', '', '', '', '643.0000', NULL, 7, NULL, 'received', '', '643.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (54, '2022-05-18 14:33:41', 41, NULL, NULL, 'IPAY2022/05/0065', NULL, 'cash', '', '', '', '', '', '', '140.5000', NULL, 7, NULL, 'received', '', '140.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (55, '2022-05-18 14:38:36', 42, NULL, NULL, 'IPAY2022/05/0066', NULL, 'cash', '', '', '', '', '', '', '141.0000', NULL, 7, NULL, 'received', '', '141.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (56, '2022-05-18 14:48:06', 43, NULL, NULL, 'IPAY2022/05/0067', NULL, 'cash', '', '', '', '', '', '', '285.5000', NULL, 7, NULL, 'received', '', '285.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (57, '2022-05-18 14:57:20', 44, NULL, NULL, 'IPAY2022/05/0068', NULL, 'cash', '', '', '', '', '', '', '208.0000', NULL, 7, NULL, 'received', '', '208.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (58, '2022-05-18 15:03:56', 45, NULL, NULL, 'IPAY2022/05/0069', NULL, 'cash', '', '', '', '', '', '', '114.5000', NULL, 7, NULL, 'received', '', '114.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (59, '2022-05-18 15:15:07', 46, NULL, NULL, 'IPAY2022/05/0070', NULL, 'cash', '', '', '', '', '', '', '338.0000', NULL, 7, NULL, 'received', '', '338.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (60, '2022-05-18 15:21:40', 47, NULL, NULL, 'IPAY2022/05/0071', NULL, 'cash', '', '', '', '', '', '', '201.0000', NULL, 7, NULL, 'received', '', '201.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (61, '2022-05-18 15:29:37', 48, NULL, NULL, 'IPAY2022/05/0072', NULL, 'cash', '', '', '', '', '', '', '250.5000', NULL, 7, NULL, 'received', '', '250.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (62, '2022-05-18 15:31:33', 49, NULL, NULL, 'IPAY2022/05/0073', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (63, '2022-05-18 15:41:54', 50, NULL, NULL, 'IPAY2022/05/0074', NULL, 'cash', '', '', '', '', '', '', '183.0000', NULL, 7, NULL, 'received', '', '183.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (64, '2022-05-18 15:43:58', 51, NULL, NULL, 'IPAY2022/05/0075', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (65, '2022-05-18 15:54:55', 52, NULL, NULL, 'IPAY2022/05/0076', NULL, 'cash', '', '', '', '', '', '', '144.0000', NULL, 7, NULL, 'received', '', '144.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (66, '2022-05-18 16:06:02', 53, NULL, NULL, 'IPAY2022/05/0077', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (67, '2022-05-18 16:09:32', 54, NULL, NULL, 'IPAY2022/05/0078', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (68, '2022-05-18 16:33:00', NULL, NULL, 39, 'POP2022/05/0015', NULL, 'cash', '', '', '', '', '', 'Visa', '225.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (69, '2022-05-18 16:41:00', NULL, NULL, 40, 'POP2022/05/0016', NULL, 'cash', '', '', '', '', '', 'Visa', '525.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (70, '2022-05-18 16:50:00', NULL, NULL, 41, 'POP2022/05/0017', NULL, 'cash', '', '', '', '', '', 'Visa', '215.5200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (71, '2022-05-18 17:10:00', NULL, NULL, 42, 'POP2022/05/0018', NULL, 'cash', '', '', '', '', '', 'Visa', '516.7696', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (72, '2022-05-18 17:12:00', NULL, NULL, 43, 'POP2022/05/0019', NULL, 'cash', '', '', '', '', '', 'Visa', '191.4250', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (73, '2022-05-18 20:07:03', 55, NULL, NULL, 'IPAY2022/05/0079', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '84.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (74, '2022-05-19 13:12:02', 56, NULL, NULL, 'IPAY2022/05/0080', NULL, 'cash', '', '', '', '', '', '', '268.0000', NULL, 7, NULL, 'received', '', '268.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (75, '2022-05-19 18:47:44', 57, NULL, NULL, 'IPAY2022/05/0081', NULL, 'cash', '', '', '', '', '', '', '125.0000', NULL, 7, NULL, 'received', '', '125.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (76, '2022-05-19 19:58:25', 58, NULL, NULL, 'IPAY2022/05/0082', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (77, '2022-05-20 07:05:24', 59, NULL, NULL, 'IPAY2022/05/0083', NULL, 'cash', '', '', '', '', '', '', '101.0000', NULL, 7, NULL, 'received', '', '101.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (78, '2022-05-20 07:07:00', 60, NULL, NULL, 'IPAY2022/05/0084', NULL, 'cash', '', '', '', '', '', '', '82.0000', NULL, 7, NULL, 'received', '', '82.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (79, '2022-05-20 10:05:00', NULL, NULL, 50, 'POP2022/05/0020', NULL, 'cash', '', '', '', '', '', 'Visa', '1415.6068', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (80, '2022-05-20 10:18:00', NULL, NULL, 51, 'POP2022/05/0021', NULL, 'cash', '', '', '', '', '', 'Visa', '112.7294', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (81, '2022-05-20 10:22:00', NULL, NULL, 52, 'POP2022/05/0022', NULL, 'cash', '', '', '', '', '', 'Visa', '432.7800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (82, '2022-05-20 10:41:09', 61, NULL, NULL, 'IPAY2022/05/0085', NULL, 'cash', '', '', '', '', '', '', '222.5000', NULL, 7, NULL, 'received', '', '222.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (83, '2022-05-20 10:41:52', 62, NULL, NULL, 'IPAY2022/05/0086', NULL, 'cash', '', '', '', '', '', '', '202.5000', NULL, 7, NULL, 'received', '', '202.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (84, '2022-05-20 10:48:52', 63, NULL, NULL, 'IPAY2022/05/0087', NULL, 'cash', '', '', '', '', '', '', '331.0000', NULL, 7, NULL, 'received', '', '331.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (85, '2022-05-20 10:59:53', 64, NULL, NULL, 'IPAY2022/05/0088', NULL, 'cash', '', '', '', '', '', '', '227.5000', NULL, 7, NULL, 'received', '', '227.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (86, '2022-05-20 11:04:30', 65, NULL, NULL, 'IPAY2022/05/0089', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (87, '2022-05-20 11:47:07', 66, NULL, NULL, 'IPAY2022/05/0090', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (88, '2022-05-20 14:20:17', 67, NULL, NULL, 'IPAY2022/05/0091', NULL, 'cash', '', '', '', '', '', '', '128.5000', NULL, 7, NULL, 'received', '', '128.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (89, '2022-05-20 14:21:59', 68, NULL, NULL, 'IPAY2022/05/0092', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (90, '2022-05-20 14:24:09', 69, NULL, NULL, 'IPAY2022/05/0093', NULL, 'cash', '', '', '', '', '', '', '92.0000', NULL, 7, NULL, 'received', '', '92.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (91, '2022-05-20 14:29:50', 70, NULL, NULL, 'IPAY2022/05/0094', NULL, 'cash', '', '', '', '', '', '', '219.0000', NULL, 7, NULL, 'received', '', '219.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (92, '2022-05-20 14:32:57', 71, NULL, NULL, 'IPAY2022/05/0095', NULL, 'cash', '', '', '', '', '', '', '258.5000', NULL, 7, NULL, 'received', '', '258.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (93, '2022-05-20 14:37:50', 72, NULL, NULL, 'IPAY2022/05/0096', NULL, 'cash', '', '', '', '', '', '', '485.0000', NULL, 7, NULL, 'received', '', '485.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (94, '2022-05-20 14:39:26', 73, NULL, NULL, 'IPAY2022/05/0097', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (95, '2022-05-20 14:49:13', 74, NULL, NULL, 'IPAY2022/05/0098', NULL, 'cash', '', '', '', '', '', '', '310.0000', NULL, 7, NULL, 'received', '', '310.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (96, '2022-05-20 14:52:28', 75, NULL, NULL, 'IPAY2022/05/0099', NULL, 'cash', '', '', '', '', '', '', '365.0000', NULL, 7, NULL, 'received', '', '365.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (97, '2022-05-20 14:56:00', 76, NULL, NULL, 'IPAY2022/05/0100', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0000', NULL, 8, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (98, '2022-05-20 14:58:46', 77, NULL, NULL, 'IPAY2022/05/0101', NULL, 'cash', '', '', '', '', '', '', '859.0000', NULL, 7, NULL, 'received', '', '859.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (99, '2022-05-20 14:59:00', 78, NULL, NULL, 'IPAY2022/05/0102', NULL, 'cash', '', '', '', '', '', 'Visa', '1500.0000', NULL, 8, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (100, '2022-05-20 15:03:00', 79, NULL, NULL, 'IPAY2022/05/0103', NULL, 'cash', '', '', '', '', '', 'Visa', '2000.0000', NULL, 8, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (101, '2022-05-20 15:49:00', 80, NULL, NULL, 'IPAY2022/05/0104', NULL, 'cash', '', '', '', '', '', 'Visa', '1000.0000', NULL, 8, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (102, '2022-05-20 15:51:00', 81, NULL, NULL, 'IPAY2022/05/0105', NULL, 'cash', '', '', '', '', '', 'Visa', '1600.0000', NULL, 8, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (103, '2022-05-20 15:52:00', 76, NULL, NULL, 'IPAY2022/05/0106', NULL, 'cash', '', '', '', '', '', 'Visa', '500.0000', NULL, 8, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (104, '2022-05-20 15:58:12', 82, NULL, NULL, 'IPAY2022/05/0107', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (105, '2022-05-20 19:13:03', 83, NULL, NULL, 'IPAY2022/05/0108', NULL, 'cash', '', '', '', '', '', '', '81.0000', NULL, 7, NULL, 'received', '', '81.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (106, '2022-05-20 19:52:34', 84, NULL, NULL, 'IPAY2022/05/0109', NULL, 'cash', '', '', '', '', '', '', '568.0000', NULL, 7, NULL, 'received', '', '568.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (107, '2022-05-20 19:55:51', 85, NULL, NULL, 'IPAY2022/05/0110', NULL, 'cash', '', '', '', '', '', '', '686.0000', NULL, 7, NULL, 'received', '', '686.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (108, '2022-05-20 19:58:08', 86, NULL, NULL, 'IPAY2022/05/0111', NULL, 'cash', '', '', '', '', '', '', '487.5000', NULL, 7, NULL, 'received', '', '487.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (109, '2022-05-20 20:02:26', 87, NULL, NULL, 'IPAY2022/05/0112', NULL, 'cash', '', '', '', '', '', '', '624.5000', NULL, 7, NULL, 'received', '', '624.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (110, '2022-05-20 20:07:44', 88, NULL, NULL, 'IPAY2022/05/0113', NULL, 'cash', '', '', '', '', '', '', '566.0000', NULL, 7, NULL, 'received', '', '566.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (111, '2022-05-20 20:09:19', 89, NULL, NULL, 'IPAY2022/05/0114', NULL, 'cash', '', '', '', '', '', '', '414.5000', NULL, 7, NULL, 'received', '', '414.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (112, '2022-05-20 20:11:29', 90, NULL, NULL, 'IPAY2022/05/0115', NULL, 'cash', '', '', '', '', '', '', '409.5000', NULL, 7, NULL, 'received', '', '409.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (113, '2022-05-20 20:13:58', 91, NULL, NULL, 'IPAY2022/05/0116', NULL, 'cash', '', '', '', '', '', '', '442.0000', NULL, 7, NULL, 'received', '', '442.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (114, '2022-05-20 20:15:49', 92, NULL, NULL, 'IPAY2022/05/0117', NULL, 'cash', '', '', '', '', '', '', '515.0000', NULL, 7, NULL, 'received', '', '515.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (115, '2022-05-20 20:16:24', 93, NULL, NULL, 'IPAY2022/05/0118', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (116, '2022-05-21 08:18:32', 94, NULL, NULL, 'IPAY2022/05/0119', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (117, '2022-05-21 08:58:08', 95, NULL, NULL, 'IPAY2022/05/0120', NULL, 'cash', '', '', '', '', '', '', '73.5000', NULL, 7, NULL, 'received', '', '73.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (118, '2022-05-21 11:04:53', 96, NULL, NULL, 'IPAY2022/05/0121', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (119, '2022-05-22 13:29:58', 97, NULL, NULL, 'IPAY2022/05/0122', NULL, 'cash', '', '', '', '', '', '', '281.0000', NULL, 7, NULL, 'received', '', '281.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (120, '2022-05-22 13:30:20', 98, NULL, NULL, 'IPAY2022/05/0123', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (121, '2022-05-22 13:33:01', 99, NULL, NULL, 'IPAY2022/05/0124', NULL, 'cash', '', '', '', '', '', '', '177.0000', NULL, 7, NULL, 'received', '', '177.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (122, '2022-05-22 14:44:16', 100, NULL, NULL, 'IPAY2022/05/0125', NULL, 'cash', '', '', '', '', '', '', '81.5000', NULL, 7, NULL, 'received', '', '81.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (123, '2022-05-22 14:46:15', 101, NULL, NULL, 'IPAY2022/05/0126', NULL, 'cash', '', '', '', '', '', '', '237.5000', NULL, 7, NULL, 'received', '', '237.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (124, '2022-05-23 07:58:39', 102, NULL, NULL, 'IPAY2022/05/0127', NULL, 'cash', '', '', '', '', '', '', '377.5000', NULL, 7, NULL, 'received', '', '377.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (125, '2022-05-23 12:00:38', 103, NULL, NULL, 'IPAY2022/05/0128', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (126, '2022-05-23 20:03:27', 104, NULL, NULL, 'IPAY2022/05/0129', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (127, '2022-05-24 07:18:40', 105, NULL, NULL, 'IPAY2022/05/0130', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (128, '2022-05-24 09:18:26', 106, NULL, NULL, 'IPAY2022/05/0131', NULL, 'cash', '', '', '', '', '', '', '83.0000', NULL, 7, NULL, 'received', '', '83.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (129, '2022-05-24 09:19:45', 107, NULL, NULL, 'IPAY2022/05/0132', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (130, '2022-05-24 10:22:00', NULL, NULL, 54, 'POP2022/05/0023', NULL, 'cash', '', '', '', '', '', 'Visa', '687.1998', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (131, '2022-05-24 10:25:00', NULL, NULL, 55, 'POP2022/05/0024', NULL, 'cash', '', '', '', '', '', 'Visa', '378.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (132, '2022-05-24 10:27:21', 108, NULL, NULL, 'IPAY2022/05/0133', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (133, '2022-05-24 10:28:00', NULL, NULL, 56, 'POP2022/05/0025', NULL, 'cash', '', '', '', '', '', 'Visa', '351.1200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (134, '2022-05-24 11:28:00', NULL, NULL, 57, 'POP2022/05/0026', NULL, 'cash', '', '', '', '', '', 'Visa', '71.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (135, '2022-05-24 11:42:00', NULL, NULL, 58, 'POP2022/05/0027', NULL, 'cash', '', '', '', '', '', 'Visa', '132.9996', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (136, '2022-05-24 12:22:00', NULL, NULL, 59, 'POP2022/05/0028', NULL, 'cash', '', '', '', '', '', 'Visa', '361.6256', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (137, '2022-05-24 15:25:00', NULL, NULL, 60, 'POP2022/05/0029', NULL, 'cash', '', '', '', '', '', 'Visa', '2750.3400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (138, '2022-05-24 15:48:31', 109, NULL, NULL, 'IPAY2022/05/0134', NULL, 'cash', '', '', '', '', '', '', '152.5000', NULL, 7, NULL, 'received', '', '152.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (139, '2022-05-24 16:21:11', 110, NULL, NULL, 'IPAY2022/05/0135', NULL, 'cash', '', '', '', '', '', '', '188.5000', NULL, 7, NULL, 'received', '', '188.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (140, '2022-05-24 16:46:18', 111, NULL, NULL, 'IPAY2022/05/0136', NULL, 'cash', '', '', '', '', '', '', '139.0000', NULL, 7, NULL, 'received', '', '139.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (141, '2022-05-24 17:55:49', 112, NULL, NULL, 'IPAY2022/05/0137', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (142, '2022-05-24 18:18:30', 113, NULL, NULL, 'IPAY2022/05/0138', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (143, '2022-05-24 20:02:10', 114, NULL, NULL, 'IPAY2022/05/0139', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (144, '2022-05-25 07:47:51', 115, NULL, NULL, 'IPAY2022/05/0140', NULL, 'cash', '', '', '', '', '', '', '158.0000', NULL, 7, NULL, 'received', '', '158.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (145, '2022-05-25 08:59:54', 116, NULL, NULL, 'IPAY2022/05/0141', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (146, '2022-05-25 09:10:10', 117, NULL, NULL, 'IPAY2022/05/0142', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (147, '2022-05-25 09:24:01', 118, NULL, NULL, 'IPAY2022/05/0143', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '100.0000', '42.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (148, '2022-05-25 10:13:24', 119, NULL, NULL, 'IPAY2022/05/0144', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (149, '2022-05-25 11:15:04', 120, NULL, NULL, 'IPAY2022/05/0145', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (150, '2022-05-25 12:53:03', 121, NULL, NULL, 'IPAY2022/05/0146', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (151, '2022-05-25 15:46:27', 122, NULL, NULL, 'IPAY2022/05/0147', NULL, 'cash', '', '', '', '', '', '', '50.5000', NULL, 7, NULL, 'received', '', '50.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (152, '2022-05-25 19:04:39', 123, NULL, NULL, 'IPAY2022/05/0148', NULL, 'cash', '', '', '', '', '', '', '121.0000', NULL, 7, NULL, 'received', '', '121.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (153, '2022-05-25 19:07:45', 124, NULL, NULL, 'IPAY2022/05/0149', NULL, 'cash', '', '', '', '', '', '', '145.5000', NULL, 7, NULL, 'received', '', '145.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (154, '2022-05-25 19:12:20', 125, NULL, NULL, 'IPAY2022/05/0150', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (155, '2022-05-25 19:20:59', 126, NULL, NULL, 'IPAY2022/05/0151', NULL, 'cash', '', '', '', '', '', '', '53.5000', NULL, 7, NULL, 'received', '', '53.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (156, '2022-05-26 06:53:42', 127, NULL, NULL, 'IPAY2022/05/0152', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (157, '2022-05-26 08:19:29', 128, NULL, NULL, 'IPAY2022/05/0153', NULL, 'cash', '', '', '', '', '', '', '167.0000', NULL, 7, NULL, 'received', '', '167.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (158, '2022-05-26 10:15:06', 129, NULL, NULL, 'IPAY2022/05/0154', NULL, 'cash', '', '', '', '', '', '', '429.0000', NULL, 7, NULL, 'received', '', '429.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (159, '2022-05-26 11:15:00', NULL, NULL, 61, 'POP2022/05/0030', NULL, 'cash', '', '', '', '', '', 'Visa', '114.4608', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (160, '2022-05-26 11:30:00', NULL, NULL, 62, 'POP2022/05/0031', NULL, 'cash', '', '', '', '', '', 'Visa', '89.2800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (161, '2022-05-26 12:48:54', 130, NULL, NULL, 'IPAY2022/05/0155', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (162, '2022-05-26 12:49:23', 131, NULL, NULL, 'IPAY2022/05/0156', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (163, '2022-05-26 14:26:43', 132, NULL, NULL, 'IPAY2022/05/0157', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (164, '2022-05-26 14:33:24', 133, NULL, NULL, 'IPAY2022/05/0158', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (165, '2022-05-26 16:04:01', 134, NULL, NULL, 'IPAY2022/05/0159', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (166, '2022-05-26 16:24:54', 135, NULL, NULL, 'IPAY2022/05/0160', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (167, '2022-05-26 16:50:12', 136, NULL, NULL, 'IPAY2022/05/0161', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (168, '2022-05-26 17:08:34', 137, NULL, NULL, 'IPAY2022/05/0162', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (169, '2022-05-26 17:43:52', 138, NULL, NULL, 'IPAY2022/05/0163', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (170, '2022-05-27 07:49:13', 139, NULL, NULL, 'IPAY2022/05/0164', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (171, '2022-05-27 07:52:25', 140, NULL, NULL, 'IPAY2022/05/0165', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (172, '2022-05-27 07:56:59', 141, NULL, NULL, 'IPAY2022/05/0166', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (173, '2022-05-27 08:22:14', 142, NULL, NULL, 'IPAY2022/05/0167', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (174, '2022-05-27 10:36:28', 143, NULL, NULL, 'IPAY2022/05/0168', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (175, '2022-05-27 12:00:45', 144, NULL, NULL, 'IPAY2022/05/0169', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (176, '2022-05-27 12:01:09', 145, NULL, NULL, 'IPAY2022/05/0170', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (177, '2022-05-27 12:26:42', 146, NULL, NULL, 'IPAY2022/05/0171', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (178, '2022-05-27 12:35:20', 147, NULL, NULL, 'IPAY2022/05/0172', NULL, 'cash', '', '', '', '', '', '', '81.5500', NULL, 7, NULL, 'received', '', '81.5500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (179, '2022-05-27 16:14:47', 148, NULL, NULL, 'IPAY2022/05/0173', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (180, '2022-05-27 18:28:07', 149, NULL, NULL, 'IPAY2022/05/0174', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (181, '2022-05-28 06:44:28', 150, NULL, NULL, 'IPAY2022/05/0175', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (182, '2022-05-28 06:47:17', 151, NULL, NULL, 'IPAY2022/05/0176', NULL, 'cash', '', '', '', '', '', '', '126.0000', NULL, 7, NULL, 'received', '', '126.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (183, '2022-05-28 11:59:46', 152, NULL, NULL, 'IPAY2022/05/0177', NULL, 'cash', '', '', '', '', '', '', '118.0000', NULL, 7, NULL, 'received', '', '118.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (184, '2022-05-28 12:14:36', 153, NULL, NULL, 'IPAY2022/05/0178', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '100.0000', '85.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (185, '2022-05-28 14:39:08', 154, NULL, NULL, 'IPAY2022/05/0179', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (186, '2022-05-28 15:15:54', 155, NULL, NULL, 'IPAY2022/05/0180', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (187, '2022-05-28 16:22:40', 156, NULL, NULL, 'IPAY2022/05/0181', NULL, 'cash', '', '', '', '', '', '', '176.0000', NULL, 7, NULL, 'received', '', '176.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (188, '2022-05-28 16:23:29', 157, NULL, NULL, 'IPAY2022/05/0182', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (189, '2022-05-29 14:57:42', 158, NULL, NULL, 'IPAY2022/05/0183', NULL, 'cash', '', '', '', '', '', '', '408.5000', NULL, 7, NULL, 'received', '', '408.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (190, '2022-05-30 12:09:18', 159, NULL, NULL, 'IPAY2022/05/0184', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '100.0000', '87.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (191, '2022-05-30 18:29:59', 160, NULL, NULL, 'IPAY2022/05/0185', NULL, 'cash', '', '', '', '', '', '', '163.0000', NULL, 7, NULL, 'received', '', '163.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (192, '2022-05-30 18:51:48', 161, NULL, NULL, 'IPAY2022/05/0186', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (193, '2022-05-30 18:52:51', 162, NULL, NULL, 'IPAY2022/05/0187', NULL, 'cash', '', '', '', '', '', '', '91.0000', NULL, 7, NULL, 'received', '', '91.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (194, '2022-05-30 19:21:57', 163, NULL, NULL, 'IPAY2022/05/0188', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (195, '2022-05-30 19:27:28', 164, NULL, NULL, 'IPAY2022/05/0189', NULL, 'cash', '', '', '', '', '', '', '408.5000', NULL, 7, NULL, 'received', '', '408.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (196, '2022-05-30 19:49:58', 165, NULL, NULL, 'IPAY2022/05/0190', NULL, 'cash', '', '', '', '', '', '', '552.5000', NULL, 7, NULL, 'received', '', '552.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (197, '2022-05-31 18:42:35', 166, NULL, NULL, 'IPAY2022/05/0191', NULL, 'cash', '', '', '', '', '', '', '177.0000', NULL, 7, NULL, 'received', '', '177.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (198, '2022-06-01 07:03:02', 167, NULL, NULL, 'IPAY2022/06/0192', NULL, 'cash', '', '', '', '', '', '', '240.0000', NULL, 7, NULL, 'received', '', '240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (199, '2022-06-01 07:05:45', 168, NULL, NULL, 'IPAY2022/06/0193', NULL, 'cash', '', '', '', '', '', '', '241.0000', NULL, 7, NULL, 'received', '', '241.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (200, '2022-06-01 07:08:20', 169, NULL, NULL, 'IPAY2022/06/0194', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (201, '2022-06-01 15:19:00', NULL, NULL, 64, 'POP2022/06/0032', NULL, 'cash', '', '', '', '', '', 'Visa', '169.8600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (202, '2022-06-02 06:59:03', 170, NULL, NULL, 'IPAY2022/06/0195', NULL, 'cash', '', '', '', '', '', '', '537.0000', NULL, 7, NULL, 'received', '', '537.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (203, '2022-06-02 07:07:51', 171, NULL, NULL, 'IPAY2022/06/0196', NULL, 'cash', '', '', '', '', '', '', '635.5000', NULL, 7, NULL, 'received', '', '635.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (204, '2022-06-02 07:54:31', 172, NULL, NULL, 'IPAY2022/06/0197', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (205, '2022-06-02 11:40:35', 173, NULL, NULL, 'IPAY2022/06/0198', NULL, 'cash', '', '', '', '', '', '', '92.0000', NULL, 7, NULL, 'received', '', '100.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (206, '2022-06-02 12:26:12', 174, NULL, NULL, 'IPAY2022/06/0199', NULL, 'cash', '', '', '', '', '', '', '112.0000', NULL, 7, NULL, 'received', '', '112.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (207, '2022-06-02 18:09:06', 175, NULL, NULL, 'IPAY2022/06/0200', NULL, 'cash', '', '', '', '', '', '', '119.0000', NULL, 7, NULL, 'received', '', '119.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (208, '2022-06-02 18:16:24', 176, NULL, NULL, 'IPAY2022/06/0201', NULL, 'cash', '', '', '', '', '', '', '212.0000', NULL, 7, NULL, 'received', '', '212.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (209, '2022-06-02 18:22:27', 177, NULL, NULL, 'IPAY2022/06/0202', NULL, 'cash', '', '', '', '', '', '', '187.5000', NULL, 7, NULL, 'received', '', '187.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (210, '2022-06-02 18:30:20', 178, NULL, NULL, 'IPAY2022/06/0203', NULL, 'cash', '', '', '', '', '', '', '411.0000', NULL, 7, NULL, 'received', '', '411.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (211, '2022-06-02 18:42:05', 179, NULL, NULL, 'IPAY2022/06/0204', NULL, 'cash', '', '', '', '', '', '', '250.0000', NULL, 7, NULL, 'received', '', '250.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (212, '2022-06-02 19:01:38', 180, NULL, NULL, 'IPAY2022/06/0205', NULL, 'cash', '', '', '', '', '', '', '724.0000', NULL, 7, NULL, 'received', '', '724.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (213, '2022-06-02 19:58:50', 181, NULL, NULL, 'IPAY2022/06/0206', NULL, 'cash', '', '', '', '', '', '', '257.0000', NULL, 7, NULL, 'received', '', '257.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (214, '2022-06-03 06:54:09', 182, NULL, NULL, 'IPAY2022/06/0207', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (215, '2022-06-03 07:45:32', 183, NULL, NULL, 'IPAY2022/06/0208', NULL, 'cash', '', '', '', '', '', '', '107.0000', NULL, 7, NULL, 'received', '', '107.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (216, '2022-06-03 07:47:21', 184, NULL, NULL, 'IPAY2022/06/0209', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (217, '2022-06-03 07:52:43', 185, NULL, NULL, 'IPAY2022/06/0210', NULL, 'cash', '', '', '', '', '', '', '201.5000', NULL, 7, NULL, 'received', '', '201.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (218, '2022-06-03 07:54:19', 186, NULL, NULL, 'IPAY2022/06/0211', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (219, '2022-06-03 10:29:37', 187, NULL, NULL, 'IPAY2022/06/0212', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (220, '2022-06-03 12:05:06', 188, NULL, NULL, 'IPAY2022/06/0213', NULL, 'cash', '', '', '', '', '', '', '101.0000', NULL, 7, NULL, 'received', '', '101.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (221, '2022-06-03 16:15:00', NULL, NULL, 65, 'POP2022/06/0033', NULL, 'cash', '', '', '', '', '', 'Visa', '2159.5584', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (222, '2022-06-03 16:19:00', NULL, NULL, 66, 'POP2022/06/0034', NULL, 'cash', '', '', '', '', '', 'Visa', '336.6000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (223, '2022-06-03 16:24:00', NULL, NULL, 67, 'POP2022/06/0035', NULL, 'cash', '', '', '', '', '', 'Visa', '91.7520', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (224, '2022-06-03 16:45:00', NULL, NULL, 68, 'POP2022/06/0036', NULL, 'cash', '', '', '', '', '', 'Visa', '286.7508', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (225, '2022-06-03 16:53:00', NULL, NULL, 69, 'POP2022/06/0037', NULL, 'cash', '', '', '', '', '', 'Visa', '351.9996', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (226, '2022-06-03 17:03:00', NULL, NULL, 70, 'POP2022/06/0038', NULL, 'cash', '', '', '', '', '', 'Visa', '316.1000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (227, '2022-06-03 17:20:00', NULL, NULL, 71, 'POP2022/06/0039', NULL, 'cash', '', '', '', '', '', 'Visa', '313.3797', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (228, '2022-06-04 06:48:22', 189, NULL, NULL, 'IPAY2022/06/0214', NULL, 'cash', '', '', '', '', '', '', '322.0000', NULL, 7, NULL, 'received', '', '322.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (229, '2022-06-04 06:54:09', 190, NULL, NULL, 'IPAY2022/06/0215', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (230, '2022-06-04 11:55:12', 191, NULL, NULL, 'IPAY2022/06/0216', NULL, 'cash', '', '', '', '', '', '', '95.0000', NULL, 7, NULL, 'received', '', '100.0000', '5.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (231, '2022-06-04 12:42:06', 192, NULL, NULL, 'IPAY2022/06/0217', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (232, '2022-06-04 14:34:41', 193, NULL, NULL, 'IPAY2022/06/0218', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (233, '2022-06-04 15:15:11', 194, NULL, NULL, 'IPAY2022/06/0219', NULL, 'cash', '', '', '', '', '', '', '98.0000', NULL, 7, NULL, 'received', '', '98.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (234, '2022-06-04 15:21:31', 195, NULL, NULL, 'IPAY2022/06/0220', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (235, '2022-06-05 13:45:21', 196, NULL, NULL, 'IPAY2022/06/0221', NULL, 'cash', '', '', '', '', '', '', '508.0000', NULL, 7, NULL, 'received', '', '508.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (236, '2022-06-05 13:46:53', 197, NULL, NULL, 'IPAY2022/06/0222', NULL, 'cash', '', '', '', '', '', '', '222.0000', NULL, 7, NULL, 'received', '', '222.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (237, '2022-06-05 13:47:31', 198, NULL, NULL, 'IPAY2022/06/0223', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (238, '2022-06-05 14:33:23', 199, NULL, NULL, 'IPAY2022/06/0224', NULL, 'cash', '', '', '', '', '', '', '219.0000', NULL, 7, NULL, 'received', '', '219.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (239, '2022-06-06 10:12:35', 200, NULL, NULL, 'IPAY2022/06/0225', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (240, '2022-06-06 14:59:00', NULL, NULL, 73, 'POP2022/06/0040', NULL, 'cash', '', '', '', '', '', 'Visa', '77.7600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (241, '2022-06-07 07:04:23', 201, NULL, NULL, 'IPAY2022/06/0226', NULL, 'cash', '', '', '', '', '', '', '364.0000', NULL, 7, NULL, 'received', '', '364.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (242, '2022-06-07 07:05:45', 202, NULL, NULL, 'IPAY2022/06/0227', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (243, '2022-06-07 09:17:34', 203, NULL, NULL, 'IPAY2022/06/0228', NULL, 'cash', '', '', '', '', '', '', '109.0000', NULL, 7, NULL, 'received', '', '109.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (244, '2022-06-07 09:24:51', 204, NULL, NULL, 'IPAY2022/06/0229', NULL, 'cash', '', '', '', '', '', '', '160.5000', NULL, 7, NULL, 'received', '', '160.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (245, '2022-06-07 09:34:05', 205, NULL, NULL, 'IPAY2022/06/0230', NULL, 'cash', '', '', '', '', '', '', '692.0000', NULL, 7, NULL, 'received', '', '692.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (246, '2022-06-07 09:40:15', 206, NULL, NULL, 'IPAY2022/06/0231', NULL, 'cash', '', '', '', '', '', '', '99.5000', NULL, 7, NULL, 'received', '', '99.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (247, '2022-06-07 09:43:01', 207, NULL, NULL, 'IPAY2022/06/0232', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (248, '2022-06-07 09:46:34', 208, NULL, NULL, 'IPAY2022/06/0233', NULL, 'cash', '', '', '', '', '', '', '86.5000', NULL, 7, NULL, 'received', '', '86.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (249, '2022-06-07 10:01:51', 209, NULL, NULL, 'IPAY2022/06/0234', NULL, 'cash', '', '', '', '', '', '', '252.0000', NULL, 7, NULL, 'received', '', '252.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (250, '2022-06-07 10:05:17', 210, NULL, NULL, 'IPAY2022/06/0235', NULL, 'cash', '', '', '', '', '', '', '160.0000', NULL, 7, NULL, 'received', '', '160.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (251, '2022-06-07 10:07:05', 211, NULL, NULL, 'IPAY2022/06/0236', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (252, '2022-06-07 10:09:35', 212, NULL, NULL, 'IPAY2022/06/0237', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (253, '2022-06-07 10:16:05', 213, NULL, NULL, 'IPAY2022/06/0238', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (254, '2022-06-09 16:36:00', NULL, NULL, 74, 'POP2022/06/0041', NULL, 'cash', '', '', '', '', '', 'Visa', '2246.3493', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (255, '2022-06-09 16:38:00', NULL, NULL, 75, 'POP2022/06/0042', NULL, 'cash', '', '', '', '', '', 'Visa', '180.9600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (256, '2022-06-09 16:40:00', NULL, NULL, 76, 'POP2022/06/0043', NULL, 'cash', '', '', '', '', '', 'Visa', '284.1666', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (257, '2022-06-09 16:45:00', NULL, NULL, 77, 'POP2022/06/0044', NULL, 'cash', '', '', '', '', '', 'Visa', '369.1100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (258, '2022-06-09 16:50:00', NULL, NULL, 78, 'POP2022/06/0045', NULL, 'cash', '', '', '', '', '', 'Visa', '90.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (259, '2022-06-09 16:58:00', NULL, NULL, 79, 'POP2022/06/0046', NULL, 'cash', '', '', '', '', '', 'Visa', '160.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (260, '2022-06-09 16:59:00', NULL, NULL, 80, 'POP2022/06/0047', NULL, 'cash', '', '', '', '', '', 'Visa', '650.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (261, '2022-06-10 07:08:01', 214, NULL, NULL, 'IPAY2022/06/0239', NULL, 'cash', '', '', '', '', '', '', '692.5000', NULL, 7, NULL, 'received', '', '692.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (262, '2022-06-10 07:12:02', 215, NULL, NULL, 'IPAY2022/06/0240', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (263, '2022-06-10 07:14:54', 216, NULL, NULL, 'IPAY2022/06/0241', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (264, '2022-06-10 07:21:17', 217, NULL, NULL, 'IPAY2022/06/0242', NULL, 'cash', '', '', '', '', '', '', '336.0000', NULL, 7, NULL, 'received', '', '336.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (265, '2022-06-10 07:24:20', 218, NULL, NULL, 'IPAY2022/06/0243', NULL, 'cash', '', '', '', '', '', '', '383.0000', NULL, 7, NULL, 'received', '', '383.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (266, '2022-06-10 07:28:07', 219, NULL, NULL, 'IPAY2022/06/0244', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (267, '2022-06-10 07:36:45', 220, NULL, NULL, 'IPAY2022/06/0245', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (268, '2022-06-10 14:41:13', 221, NULL, NULL, 'IPAY2022/06/0246', NULL, 'cash', '', '', '', '', '', '', '122.0000', NULL, 7, NULL, 'received', '', '122.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (269, '2022-06-10 14:41:56', 222, NULL, NULL, 'IPAY2022/06/0247', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (270, '2022-06-10 16:02:36', 223, NULL, NULL, 'IPAY2022/06/0248', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (271, '2022-06-10 16:15:00', NULL, NULL, 81, 'POP2022/06/0048', NULL, 'cash', '', '', '', '', '', 'Visa', '509.6300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (272, '2022-06-10 16:18:10', 224, NULL, NULL, 'IPAY2022/06/0249', NULL, 'cash', '', '', '', '', '', '', '145.0000', NULL, 7, NULL, 'received', '', '145.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (273, '2022-06-10 16:29:53', 225, NULL, NULL, 'IPAY2022/06/0250', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (274, '2022-06-10 16:58:45', 226, NULL, NULL, 'IPAY2022/06/0251', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (275, '2022-06-10 17:32:12', 227, NULL, NULL, 'IPAY2022/06/0252', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (276, '2022-06-10 17:47:25', 228, NULL, NULL, 'IPAY2022/06/0253', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (277, '2022-06-10 18:31:45', 229, NULL, NULL, 'IPAY2022/06/0254', NULL, 'cash', '', '', '', '', '', '', '103.5000', NULL, 7, NULL, 'received', '', '103.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (278, '2022-06-10 19:09:50', 230, NULL, NULL, 'IPAY2022/06/0255', NULL, 'cash', '', '', '', '', '', '', '73.5000', NULL, 7, NULL, 'received', '', '73.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (279, '2022-06-10 19:50:11', 231, NULL, NULL, 'IPAY2022/06/0256', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (280, '2022-06-11 10:05:47', 232, NULL, NULL, 'IPAY2022/06/0257', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (281, '2022-06-11 10:10:09', 233, NULL, NULL, 'IPAY2022/06/0258', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (282, '2022-06-11 10:17:56', 234, NULL, NULL, 'IPAY2022/06/0259', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (283, '2022-06-11 14:27:24', 235, NULL, NULL, 'IPAY2022/06/0260', NULL, 'cash', '', '', '', '', '', '', '62.5000', NULL, 7, NULL, 'received', '', '62.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (284, '2022-06-11 14:58:25', 236, NULL, NULL, 'IPAY2022/06/0261', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (285, '2022-06-11 15:23:49', 237, NULL, NULL, 'IPAY2022/06/0262', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (286, '2022-06-11 16:05:17', 238, NULL, NULL, 'IPAY2022/06/0263', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (287, '2022-06-11 16:26:57', 239, NULL, NULL, 'IPAY2022/06/0264', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (288, '2022-06-12 08:16:55', 240, NULL, NULL, 'IPAY2022/06/0265', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (289, '2022-06-12 10:35:30', 241, NULL, NULL, 'IPAY2022/06/0266', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (290, '2022-06-12 12:21:52', 242, NULL, NULL, 'IPAY2022/06/0267', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '67.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (291, '2022-06-12 14:45:48', 243, NULL, NULL, 'IPAY2022/06/0268', NULL, 'cash', '', '', '', '', '', '', '662.5000', NULL, 7, NULL, 'received', '', '662.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (292, '2022-06-13 06:56:08', 244, NULL, NULL, 'IPAY2022/06/0269', NULL, 'cash', '', '', '', '', '', '', '52.5000', NULL, 7, NULL, 'received', '', '52.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (293, '2022-06-13 07:25:46', 245, NULL, NULL, 'IPAY2022/06/0270', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (294, '2022-06-13 09:25:34', 246, NULL, NULL, 'IPAY2022/06/0271', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (295, '2022-06-13 10:35:56', 247, NULL, NULL, 'IPAY2022/06/0272', NULL, 'cash', '', '', '', '', '', '', '89.5000', NULL, 7, NULL, 'received', '', '89.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (296, '2022-06-13 10:56:05', 248, NULL, NULL, 'IPAY2022/06/0273', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (297, '2022-06-13 11:22:39', 249, NULL, NULL, 'IPAY2022/06/0274', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (298, '2022-06-13 11:23:00', 250, NULL, NULL, 'IPAY2022/06/0275', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (299, '2022-06-13 11:32:28', 251, NULL, NULL, 'IPAY2022/06/0276', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (300, '2022-06-13 12:41:29', 252, NULL, NULL, 'IPAY2022/06/0277', NULL, 'cash', '', '', '', '', '', '', '128.0000', NULL, 7, NULL, 'received', '', '128.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (301, '2022-06-13 16:51:00', NULL, NULL, 82, 'POP2022/06/0049', NULL, 'cash', '', '', '', '', '', 'Visa', '555.7500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (302, '2022-06-13 17:10:00', NULL, NULL, 83, 'POP2022/06/0050', NULL, 'cash', '', '', '', '', '', 'Visa', '715.4500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (303, '2022-06-13 17:18:00', NULL, NULL, 84, 'POP2022/06/0051', NULL, 'cash', '', '', '', '', '', 'Visa', '525.1900', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (304, '2022-06-13 17:57:20', 253, NULL, NULL, 'IPAY2022/06/0278', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (305, '2022-06-14 06:55:34', 254, NULL, NULL, 'IPAY2022/06/0279', NULL, 'cash', '', '', '', '', '', '', '275.5000', NULL, 7, NULL, 'received', '', '275.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (306, '2022-06-14 07:11:12', 255, NULL, NULL, 'IPAY2022/06/0280', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (307, '2022-06-14 07:23:51', 256, NULL, NULL, 'IPAY2022/06/0281', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (308, '2022-06-14 08:07:39', 257, NULL, NULL, 'IPAY2022/06/0282', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (309, '2022-06-14 08:57:11', 258, NULL, NULL, 'IPAY2022/06/0283', NULL, 'cash', '', '', '', '', '', '', '40.4000', NULL, 7, NULL, 'received', '', '40.4000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (310, '2022-06-14 11:37:00', NULL, NULL, 85, 'POP2022/06/0052', NULL, 'cash', '', '', '', '', '', 'Visa', '252.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (311, '2022-06-14 14:36:44', 259, NULL, NULL, 'IPAY2022/06/0284', NULL, 'cash', '', '', '', '', '', '', '131.0000', NULL, 7, NULL, 'received', '', '131.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (312, '2022-06-14 14:44:47', 260, NULL, NULL, 'IPAY2022/06/0285', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (313, '2022-06-14 18:03:27', 261, NULL, NULL, 'IPAY2022/06/0286', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (314, '2022-06-14 19:13:41', 262, NULL, NULL, 'IPAY2022/06/0287', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (315, '2022-06-15 06:52:34', 263, NULL, NULL, 'IPAY2022/06/0288', NULL, 'cash', '', '', '', '', '', '', '168.0000', NULL, 7, NULL, 'received', '', '168.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (316, '2022-06-15 07:00:47', 264, NULL, NULL, 'IPAY2022/06/0289', NULL, 'cash', '', '', '', '', '', '', '178.5000', NULL, 7, NULL, 'received', '', '178.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (317, '2022-06-15 07:11:36', 265, NULL, NULL, 'IPAY2022/06/0290', NULL, 'cash', '', '', '', '', '', '', '239.0000', NULL, 7, NULL, 'received', '', '239.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (318, '2022-06-15 07:17:31', 266, NULL, NULL, 'IPAY2022/06/0291', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (319, '2022-06-15 07:19:29', 267, NULL, NULL, 'IPAY2022/06/0292', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (320, '2022-06-15 07:44:37', 268, NULL, NULL, 'IPAY2022/06/0293', NULL, 'cash', '', '', '', '', '', '', '199.0000', NULL, 7, NULL, 'received', '', '199.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (321, '2022-06-15 07:48:12', 269, NULL, NULL, 'IPAY2022/06/0294', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (322, '2022-06-15 08:45:58', 270, NULL, NULL, 'IPAY2022/06/0295', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (323, '2022-06-15 09:12:00', NULL, NULL, 86, 'POP2022/06/0053', NULL, 'cash', '', '', '', '', '', 'Visa', '228.1600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (324, '2022-06-15 09:49:46', 271, NULL, NULL, 'IPAY2022/06/0296', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (325, '2022-06-15 10:07:17', 272, NULL, NULL, 'IPAY2022/06/0297', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '86.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (326, '2022-06-15 10:17:45', 273, NULL, NULL, 'IPAY2022/06/0298', NULL, 'cash', '', '', '', '', '', '', '116.5000', NULL, 7, NULL, 'received', '', '116.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (327, '2022-06-15 10:32:06', 274, NULL, NULL, 'IPAY2022/06/0299', NULL, 'cash', '', '', '', '', '', '', '152.5000', NULL, 7, NULL, 'received', '', '152.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (328, '2022-06-15 10:35:09', 275, NULL, NULL, 'IPAY2022/06/0300', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (329, '2022-06-15 10:40:18', 276, NULL, NULL, 'IPAY2022/06/0301', NULL, 'cash', '', '', '', '', '', '', '78.5000', NULL, 7, NULL, 'received', '', '78.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (330, '2022-06-15 10:44:34', 277, NULL, NULL, 'IPAY2022/06/0302', NULL, 'cash', '', '', '', '', '', '', '85.5000', NULL, 7, NULL, 'received', '', '85.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (331, '2022-06-15 10:50:55', 278, NULL, NULL, 'IPAY2022/06/0303', NULL, 'cash', '', '', '', '', '', '', '190.0000', NULL, 7, NULL, 'received', '', '190.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (332, '2022-06-15 10:53:12', 279, NULL, NULL, 'IPAY2022/06/0304', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (333, '2022-06-15 11:00:21', 280, NULL, NULL, 'IPAY2022/06/0305', NULL, 'cash', '', '', '', '', '', '', '98.0000', NULL, 7, NULL, 'received', '', '98.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (334, '2022-06-15 11:04:09', 281, NULL, NULL, 'IPAY2022/06/0306', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (335, '2022-06-15 12:56:21', 282, NULL, NULL, 'IPAY2022/06/0307', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (336, '2022-06-15 12:56:33', 283, NULL, NULL, 'IPAY2022/06/0308', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (337, '2022-06-15 13:20:40', 284, NULL, NULL, 'IPAY2022/06/0309', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (338, '2022-06-15 16:20:30', 285, NULL, NULL, 'IPAY2022/06/0310', NULL, 'cash', '', '', '', '', '', '', '310.0000', NULL, 7, NULL, 'received', '', '310.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (339, '2022-06-15 17:23:58', 286, NULL, NULL, 'IPAY2022/06/0311', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (340, '2022-06-15 17:24:22', 287, NULL, NULL, 'IPAY2022/06/0312', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (341, '2022-06-15 18:39:46', 288, NULL, NULL, 'IPAY2022/06/0313', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (342, '2022-06-15 19:13:36', 289, NULL, NULL, 'IPAY2022/06/0314', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (343, '2022-06-15 19:23:04', 290, NULL, NULL, 'IPAY2022/06/0315', NULL, 'cash', '', '', '', '', '', '', '190.0000', NULL, 7, NULL, 'received', '', '190.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (344, '2022-06-16 07:12:41', 291, NULL, NULL, 'IPAY2022/06/0316', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (345, '2022-06-16 07:13:37', 292, NULL, NULL, 'IPAY2022/06/0317', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (346, '2022-06-16 07:17:10', 293, NULL, NULL, 'IPAY2022/06/0318', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (347, '2022-06-16 07:20:54', 294, NULL, NULL, 'IPAY2022/06/0319', NULL, 'cash', '', '', '', '', '', '', '72.5000', NULL, 7, NULL, 'received', '', '72.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (348, '2022-06-16 07:35:32', 295, NULL, NULL, 'IPAY2022/06/0320', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (349, '2022-06-16 07:36:44', 296, NULL, NULL, 'IPAY2022/06/0321', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (350, '2022-06-16 07:37:25', 297, NULL, NULL, 'IPAY2022/06/0322', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (351, '2022-06-16 07:42:27', 298, NULL, NULL, 'IPAY2022/06/0323', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (352, '2022-06-16 07:43:24', 299, NULL, NULL, 'IPAY2022/06/0324', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (353, '2022-06-16 08:47:22', 300, NULL, NULL, 'IPAY2022/06/0325', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (354, '2022-06-16 09:44:12', 301, NULL, NULL, 'IPAY2022/06/0326', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (355, '2022-06-16 10:21:00', 302, NULL, NULL, 'IPAY2022/06/0327', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (356, '2022-06-16 10:53:02', 303, NULL, NULL, 'IPAY2022/06/0328', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (357, '2022-06-16 15:38:00', NULL, NULL, 87, 'POP2022/06/0054', NULL, 'cash', '', '', '', '', '', 'Visa', '920.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (358, '2022-06-16 15:46:47', 304, NULL, NULL, 'IPAY2022/06/0329', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (359, '2022-06-16 16:33:34', 305, NULL, NULL, 'IPAY2022/06/0330', NULL, 'cash', '', '', '', '', '', '', '584.0000', NULL, 7, NULL, 'received', '', '584.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (360, '2022-06-16 16:58:26', 306, NULL, NULL, 'IPAY2022/06/0331', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (361, '2022-06-16 17:29:28', 307, NULL, NULL, 'IPAY2022/06/0332', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (362, '2022-06-16 17:44:57', 308, NULL, NULL, 'IPAY2022/06/0333', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (363, '2022-06-16 17:50:54', 309, NULL, NULL, 'IPAY2022/06/0334', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (364, '2022-06-16 18:27:10', 310, NULL, NULL, 'IPAY2022/06/0335', NULL, 'cash', '', '', '', '', '', '', '187.0000', NULL, 7, NULL, 'received', '', '187.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (365, '2022-06-16 19:58:10', 311, NULL, NULL, 'IPAY2022/06/0336', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (366, '2022-06-16 20:03:19', 312, NULL, NULL, 'IPAY2022/06/0337', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (367, '2022-06-17 07:03:03', 313, NULL, NULL, 'IPAY2022/06/0338', NULL, 'cash', '', '', '', '', '', '', '131.7500', NULL, 7, NULL, 'received', '', '131.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (368, '2022-06-17 07:19:15', 314, NULL, NULL, 'IPAY2022/06/0339', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (369, '2022-06-17 08:33:07', 315, NULL, NULL, 'IPAY2022/06/0340', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (370, '2022-06-17 09:39:43', 316, NULL, NULL, 'IPAY2022/06/0341', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (371, '2022-06-17 11:04:36', 317, NULL, NULL, 'IPAY2022/06/0342', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (372, '2022-06-17 11:06:15', 318, NULL, NULL, 'IPAY2022/06/0343', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (373, '2022-06-17 12:00:46', 319, NULL, NULL, 'IPAY2022/06/0344', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (374, '2022-06-17 12:51:44', 320, NULL, NULL, 'IPAY2022/06/0345', NULL, 'cash', '', '', '', '', '', '', '83.5000', NULL, 7, NULL, 'received', '', '83.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (375, '2022-06-17 14:43:48', 321, NULL, NULL, 'IPAY2022/06/0346', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (376, '2022-06-17 14:44:57', 322, NULL, NULL, 'IPAY2022/06/0347', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (377, '2022-06-17 15:10:33', 323, NULL, NULL, 'IPAY2022/06/0348', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '84.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (378, '2022-06-17 15:55:08', 324, NULL, NULL, 'IPAY2022/06/0349', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (379, '2022-06-17 16:27:07', 325, NULL, NULL, 'IPAY2022/06/0350', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (380, '2022-06-17 16:39:34', 326, NULL, NULL, 'IPAY2022/06/0351', NULL, 'cash', '', '', '', '', '', '', '142.0000', NULL, 7, NULL, 'received', '', '142.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (381, '2022-06-17 17:08:01', 327, NULL, NULL, 'IPAY2022/06/0352', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (382, '2022-06-17 17:29:40', 328, NULL, NULL, 'IPAY2022/06/0353', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (383, '2022-06-18 10:54:47', 329, NULL, NULL, 'IPAY2022/06/0354', NULL, 'cash', '', '', '', '', '', '', '270.0000', NULL, 7, NULL, 'received', '', '270.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (384, '2022-06-18 11:00:07', 330, NULL, NULL, 'IPAY2022/06/0355', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (385, '2022-06-18 11:52:56', 331, NULL, NULL, 'IPAY2022/06/0356', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (386, '2022-06-18 13:21:21', 332, NULL, NULL, 'IPAY2022/06/0357', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (387, '2022-06-18 13:22:04', 333, NULL, NULL, 'IPAY2022/06/0358', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (388, '2022-06-18 13:39:51', 334, NULL, NULL, 'IPAY2022/06/0359', NULL, 'cash', '', '', '', '', '', '', '136.0000', NULL, 7, NULL, 'received', '', '136.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (389, '2022-06-18 15:41:07', 335, NULL, NULL, 'IPAY2022/06/0360', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (390, '2022-06-18 15:53:50', 336, NULL, NULL, 'IPAY2022/06/0361', NULL, 'cash', '', '', '', '', '', '', '93.5000', NULL, 7, NULL, 'received', '', '93.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (391, '2022-06-18 15:57:48', 337, NULL, NULL, 'IPAY2022/06/0362', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (392, '2022-06-19 08:21:08', 338, NULL, NULL, 'IPAY2022/06/0363', NULL, 'cash', '', '', '', '', '', '', '291.5000', NULL, 7, NULL, 'received', '', '291.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (393, '2022-06-19 10:21:45', 339, NULL, NULL, 'IPAY2022/06/0364', NULL, 'cash', '', '', '', '', '', '', '129.0000', NULL, 7, NULL, 'received', '', '129.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (394, '2022-06-19 10:43:36', 340, NULL, NULL, 'IPAY2022/06/0365', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '50.0000', '44.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (395, '2022-06-19 10:52:01', 341, NULL, NULL, 'IPAY2022/06/0366', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (396, '2022-06-19 11:08:24', 342, NULL, NULL, 'IPAY2022/06/0367', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (397, '2022-06-19 12:18:21', 343, NULL, NULL, 'IPAY2022/06/0368', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (398, '2022-06-19 14:15:49', 344, NULL, NULL, 'IPAY2022/06/0369', NULL, 'cash', '', '', '', '', '', '', '680.0000', NULL, 7, NULL, 'received', '', '680.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (399, '2022-06-19 14:16:51', 345, NULL, NULL, 'IPAY2022/06/0370', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (400, '2022-06-20 08:13:18', 346, NULL, NULL, 'IPAY2022/06/0371', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (401, '2022-06-20 08:25:37', 347, NULL, NULL, 'IPAY2022/06/0372', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (402, '2022-06-20 09:57:18', 348, NULL, NULL, 'IPAY2022/06/0373', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (403, '2022-06-20 10:26:03', 349, NULL, NULL, 'IPAY2022/06/0374', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '20.0000', '6.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (404, '2022-06-20 11:50:10', 350, NULL, NULL, 'IPAY2022/06/0375', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (405, '2022-06-20 11:50:27', 351, NULL, NULL, 'IPAY2022/06/0376', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (406, '2022-06-20 12:21:18', 352, NULL, NULL, 'IPAY2022/06/0377', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (407, '2022-06-20 12:21:48', 353, NULL, NULL, 'IPAY2022/06/0378', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (408, '2022-06-20 14:46:00', NULL, NULL, 88, 'POP2022/06/0055', NULL, 'cash', '', '', '', '', '', 'Visa', '1954.8197', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (409, '2022-06-20 15:03:00', NULL, NULL, 89, 'POP2022/06/0056', NULL, 'cash', '', '', '', '', '', 'Visa', '479.5200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (410, '2022-06-20 15:04:00', NULL, NULL, 90, 'POP2022/06/0057', NULL, 'cash', '', '', '', '', '', 'Visa', '79.9999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (411, '2022-06-20 15:10:00', NULL, NULL, 91, 'POP2022/06/0058', NULL, 'cash', '', '', '', '', '', 'Visa', '133.8996', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (412, '2022-06-20 15:13:00', NULL, NULL, 92, 'POP2022/06/0059', NULL, 'cash', '', '', '', '', '', 'Visa', '623.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (413, '2022-06-20 15:44:00', NULL, NULL, 93, 'POP2022/06/0060', NULL, 'cash', '', '', '', '', '', 'Visa', '322.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (414, '2022-06-20 15:45:00', NULL, NULL, 94, 'POP2022/06/0061', NULL, 'cash', '', '', '', '', '', 'Visa', '322.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (415, '2022-06-20 16:13:04', 354, NULL, NULL, 'IPAY2022/06/0379', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (416, '2022-06-20 16:17:31', 355, NULL, NULL, 'IPAY2022/06/0380', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (417, '2022-06-20 16:22:01', 356, NULL, NULL, 'IPAY2022/06/0381', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (418, '2022-06-20 19:06:38', 357, NULL, NULL, 'IPAY2022/06/0382', NULL, 'cash', '', '', '', '', '', '', '646.0000', NULL, 7, NULL, 'received', '', '646.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (419, '2022-06-20 19:38:43', 358, NULL, NULL, 'IPAY2022/06/0383', NULL, 'cash', '', '', '', '', '', '', '635.0000', NULL, 7, NULL, 'received', '', '635.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (420, '2022-06-20 19:49:39', 359, NULL, NULL, 'IPAY2022/06/0384', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (421, '2022-06-21 06:56:23', 360, NULL, NULL, 'IPAY2022/06/0385', NULL, 'cash', '', '', '', '', '', '', '195.0000', NULL, 7, NULL, 'received', '', '195.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (422, '2022-06-21 06:57:42', 361, NULL, NULL, 'IPAY2022/06/0386', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (423, '2022-06-21 06:58:52', 362, NULL, NULL, 'IPAY2022/06/0387', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (424, '2022-06-21 07:01:37', 363, NULL, NULL, 'IPAY2022/06/0388', NULL, 'cash', '', '', '', '', '', '', '108.0000', NULL, 7, NULL, 'received', '', '108.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (425, '2022-06-21 07:06:09', 364, NULL, NULL, 'IPAY2022/06/0389', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (426, '2022-06-21 07:07:12', 365, NULL, NULL, 'IPAY2022/06/0390', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (427, '2022-06-21 07:09:06', 366, NULL, NULL, 'IPAY2022/06/0391', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (428, '2022-06-21 07:14:32', 367, NULL, NULL, 'IPAY2022/06/0392', NULL, 'cash', '', '', '', '', '', '', '99.0000', NULL, 7, NULL, 'received', '', '99.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (429, '2022-06-21 07:26:56', 368, NULL, NULL, 'IPAY2022/06/0393', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (430, '2022-06-21 07:31:43', 369, NULL, NULL, 'IPAY2022/06/0394', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (431, '2022-06-21 07:38:11', 370, NULL, NULL, 'IPAY2022/06/0395', NULL, 'cash', '', '', '', '', '', '', '506.0000', NULL, 7, NULL, 'received', '', '506.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (432, '2022-06-21 09:25:00', NULL, NULL, 95, 'POP2022/06/0062', NULL, 'cash', '', '', '', '', '', 'Visa', '50.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (433, '2022-06-21 10:52:51', 371, NULL, NULL, 'IPAY2022/06/0396', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (434, '2022-06-21 13:07:13', 372, NULL, NULL, 'IPAY2022/06/0397', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (435, '2022-06-21 13:10:13', 373, NULL, NULL, 'IPAY2022/06/0398', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (436, '2022-06-21 15:59:18', 374, NULL, NULL, 'IPAY2022/06/0399', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (437, '2022-06-21 17:40:18', 375, NULL, NULL, 'IPAY2022/06/0400', NULL, 'cash', '', '', '', '', '', '', '125.0000', NULL, 7, NULL, 'received', '', '125.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (438, '2022-06-21 18:32:47', 376, NULL, NULL, 'IPAY2022/06/0401', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (439, '2022-06-21 19:12:38', 377, NULL, NULL, 'IPAY2022/06/0402', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (440, '2022-06-22 06:42:00', 378, NULL, NULL, 'IPAY2022/06/0403', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (441, '2022-06-22 06:46:29', 379, NULL, NULL, 'IPAY2022/06/0404', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (442, '2022-06-22 07:14:30', 380, NULL, NULL, 'IPAY2022/06/0405', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (443, '2022-06-22 07:36:58', 381, NULL, NULL, 'IPAY2022/06/0406', NULL, 'cash', '', '', '', '', '', '', '237.5000', NULL, 7, NULL, 'received', '', '237.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (444, '2022-06-22 08:18:51', 382, NULL, NULL, 'IPAY2022/06/0407', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (445, '2022-06-22 08:58:05', 383, NULL, NULL, 'IPAY2022/06/0408', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (446, '2022-06-22 10:15:10', 384, NULL, NULL, 'IPAY2022/06/0409', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (447, '2022-06-22 15:44:13', 385, NULL, NULL, 'IPAY2022/06/0410', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (448, '2022-06-22 16:42:14', 386, NULL, NULL, 'IPAY2022/06/0411', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (449, '2022-06-22 17:52:14', 388, NULL, NULL, 'IPAY2022/06/0412', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (450, '2022-06-22 18:03:52', 389, NULL, NULL, 'IPAY2022/06/0413', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (451, '2022-06-23 06:50:45', 390, NULL, NULL, 'IPAY2022/06/0414', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (452, '2022-06-23 07:06:55', 391, NULL, NULL, 'IPAY2022/06/0415', NULL, 'cash', '', '', '', '', '', '', '412.0000', NULL, 7, NULL, 'received', '', '412.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (453, '2022-06-23 07:08:43', 392, NULL, NULL, 'IPAY2022/06/0416', NULL, 'cash', '', '', '', '', '', '', '77.0000', NULL, 7, NULL, 'received', '', '77.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (454, '2022-06-23 07:28:58', 393, NULL, NULL, 'IPAY2022/06/0417', NULL, 'cash', '', '', '', '', '', '', '110.5000', NULL, 7, NULL, 'received', '', '110.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (455, '2022-06-23 07:29:33', 394, NULL, NULL, 'IPAY2022/06/0418', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (456, '2022-06-23 08:24:00', NULL, NULL, 96, 'POP2022/06/0063', NULL, 'cash', '', '', '', '', '', 'Visa', '180.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (457, '2022-06-23 08:43:18', 395, NULL, NULL, 'IPAY2022/06/0419', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (458, '2022-06-23 08:43:36', 396, NULL, NULL, 'IPAY2022/06/0420', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (459, '2022-06-23 11:26:26', 397, NULL, NULL, 'IPAY2022/06/0421', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (460, '2022-06-23 12:32:09', 398, NULL, NULL, 'IPAY2022/06/0422', NULL, 'cash', '', '', '', '', '', '', '85.0000', NULL, 7, NULL, 'received', '', '85.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (461, '2022-06-23 14:45:03', 399, NULL, NULL, 'IPAY2022/06/0423', NULL, 'cash', '', '', '', '', '', '', '110.0000', NULL, 7, NULL, 'received', '', '110.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (462, '2022-06-23 17:48:05', 400, NULL, NULL, 'IPAY2022/06/0424', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (463, '2022-06-23 17:55:43', 401, NULL, NULL, 'IPAY2022/06/0425', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (464, '2022-06-23 19:38:23', 402, NULL, NULL, 'IPAY2022/06/0426', NULL, 'cash', '', '', '', '', '', '', '104.5000', NULL, 7, NULL, 'received', '', '104.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (465, '2022-06-23 19:45:41', 403, NULL, NULL, 'IPAY2022/06/0427', NULL, 'cash', '', '', '', '', '', '', '719.0000', NULL, 7, NULL, 'received', '', '719.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (466, '2022-06-24 07:19:18', 404, NULL, NULL, 'IPAY2022/06/0428', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (467, '2022-06-24 07:31:15', 405, NULL, NULL, 'IPAY2022/06/0429', NULL, 'cash', '', '', '', '', '', '', '83.0000', NULL, 7, NULL, 'received', '', '83.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (468, '2022-06-24 07:44:08', 406, NULL, NULL, 'IPAY2022/06/0430', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (469, '2022-06-24 07:52:14', 407, NULL, NULL, 'IPAY2022/06/0431', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (470, '2022-06-24 08:31:00', NULL, NULL, 97, 'POP2022/06/0064', NULL, 'cash', '', '', '', '', '', 'Visa', '414.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (471, '2022-06-24 08:38:00', NULL, NULL, 98, 'POP2022/06/0065', NULL, 'cash', '', '', '', '', '', 'Visa', '258.3324', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (472, '2022-06-24 08:43:00', NULL, NULL, 99, 'POP2022/06/0066', NULL, 'cash', '', '', '', '', '', 'Visa', '567.7700', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (473, '2022-06-24 08:46:00', NULL, NULL, 100, 'POP2022/06/0067', NULL, 'cash', '', '', '', '', '', 'Visa', '146.2800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (474, '2022-06-24 08:48:00', NULL, NULL, 101, 'POP2022/06/0068', NULL, 'cash', '', '', '', '', '', 'Visa', '60.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (475, '2022-06-24 10:26:28', 408, NULL, NULL, 'IPAY2022/06/0432', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (476, '2022-06-24 13:53:00', 409, NULL, NULL, 'IPAY2022/06/0433', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (477, '2022-06-24 14:42:24', 410, NULL, NULL, 'IPAY2022/06/0434', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (478, '2022-06-24 19:55:15', 411, NULL, NULL, 'IPAY2022/06/0435', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (479, '2022-06-25 07:06:04', 412, NULL, NULL, 'IPAY2022/06/0436', NULL, 'cash', '', '', '', '', '', '', '271.0000', NULL, 7, NULL, 'received', '', '271.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (480, '2022-06-25 08:04:21', 413, NULL, NULL, 'IPAY2022/06/0437', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (481, '2022-06-25 08:04:55', 414, NULL, NULL, 'IPAY2022/06/0438', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (482, '2022-06-25 08:34:17', 415, NULL, NULL, 'IPAY2022/06/0439', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (483, '2022-06-25 08:38:35', 416, NULL, NULL, 'IPAY2022/06/0440', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (484, '2022-06-25 15:47:03', 417, NULL, NULL, 'IPAY2022/06/0441', NULL, 'cash', '', '', '', '', '', '', '101.0000', NULL, 7, NULL, 'received', '', '101.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (485, '2022-06-25 15:48:22', 418, NULL, NULL, 'IPAY2022/06/0442', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (486, '2022-06-25 16:06:17', 419, NULL, NULL, 'IPAY2022/06/0443', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (487, '2022-06-25 16:13:20', 420, NULL, NULL, 'IPAY2022/06/0444', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (488, '2022-06-25 16:30:57', 421, NULL, NULL, 'IPAY2022/06/0445', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (489, '2022-06-25 17:15:37', 422, NULL, NULL, 'IPAY2022/06/0446', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (490, '2022-06-26 14:12:31', 423, NULL, NULL, 'IPAY2022/06/0447', NULL, 'cash', '', '', '', '', '', '', '79.5000', NULL, 7, NULL, 'received', '', '79.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (491, '2022-06-26 14:15:34', 424, NULL, NULL, 'IPAY2022/06/0448', NULL, 'cash', '', '', '', '', '', '', '489.0000', NULL, 7, NULL, 'received', '', '489.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (492, '2022-06-26 14:31:08', 425, NULL, NULL, 'IPAY2022/06/0449', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (493, '2022-06-27 06:41:53', 426, NULL, NULL, 'IPAY2022/06/0450', NULL, 'cash', '', '', '', '', '', '', '226.2500', NULL, 7, NULL, 'received', '', '226.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (494, '2022-06-27 06:54:47', 427, NULL, NULL, 'IPAY2022/06/0451', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (495, '2022-06-27 06:59:54', 428, NULL, NULL, 'IPAY2022/06/0452', NULL, 'cash', '', '', '', '', '', '', '74.5000', NULL, 7, NULL, 'received', '', '74.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (496, '2022-06-27 07:35:44', 429, NULL, NULL, 'IPAY2022/06/0453', NULL, 'cash', '', '', '', '', '', '', '413.0000', NULL, 7, NULL, 'received', '', '413.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (497, '2022-06-27 07:35:59', 430, NULL, NULL, 'IPAY2022/06/0454', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (498, '2022-06-27 12:09:49', 431, NULL, NULL, 'IPAY2022/06/0455', NULL, 'cash', '', '', '', '', '', '', '125.5000', NULL, 7, NULL, 'received', '', '125.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (499, '2022-06-27 19:30:13', 432, NULL, NULL, 'IPAY2022/06/0456', NULL, 'cash', '', '', '', '', '', '', '800.0000', NULL, 7, NULL, 'received', '', '800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (500, '2022-06-27 19:38:44', 433, NULL, NULL, 'IPAY2022/06/0457', NULL, 'cash', '', '', '', '', '', '', '178.0000', NULL, 7, NULL, 'received', '', '178.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (501, '2022-06-28 06:45:47', 434, NULL, NULL, 'IPAY2022/06/0458', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (502, '2022-06-28 07:22:41', 435, NULL, NULL, 'IPAY2022/06/0459', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (503, '2022-06-28 10:44:08', 436, NULL, NULL, 'IPAY2022/06/0460', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '36.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (504, '2022-06-28 17:02:06', 437, NULL, NULL, 'IPAY2022/06/0461', NULL, 'cash', '', '', '', '', '', '', '409.0000', NULL, 7, NULL, 'received', '', '409.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (505, '2022-06-28 19:57:48', 438, NULL, NULL, 'IPAY2022/06/0462', NULL, 'cash', '', '', '', '', '', '', '270.0000', NULL, 7, NULL, 'received', '', '270.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (506, '2022-06-28 19:58:51', 439, NULL, NULL, 'IPAY2022/06/0463', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (507, '2022-06-29 06:56:47', 440, NULL, NULL, 'IPAY2022/06/0464', NULL, 'cash', '', '', '', '', '', '', '106.5000', NULL, 7, NULL, 'received', '', '106.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (508, '2022-06-29 07:51:07', 441, NULL, NULL, 'IPAY2022/06/0465', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (509, '2022-06-29 08:51:45', 442, NULL, NULL, 'IPAY2022/06/0466', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (510, '2022-06-29 11:44:26', 443, NULL, NULL, 'IPAY2022/06/0467', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (511, '2022-06-29 16:22:39', 444, NULL, NULL, 'IPAY2022/06/0468', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (512, '2022-06-29 16:46:46', 445, NULL, NULL, 'IPAY2022/06/0469', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (513, '2022-06-29 16:46:00', NULL, NULL, 103, 'POP2022/06/0069', NULL, 'cash', '', '', '', '', '', 'Visa', '2411.7092', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (514, '2022-06-29 16:51:00', NULL, NULL, 104, 'POP2022/06/0070', NULL, 'cash', '', '', '', '', '', 'Visa', '610.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (515, '2022-06-29 16:54:00', NULL, NULL, 105, 'POP2022/06/0071', NULL, 'cash', '', '', '', '', '', 'Visa', '625.4500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (516, '2022-06-29 16:58:00', NULL, NULL, 106, 'POP2022/06/0072', NULL, 'cash', '', '', '', '', '', 'Visa', '292.6500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (517, '2022-06-29 17:18:51', 446, NULL, NULL, 'IPAY2022/06/0470', NULL, 'cash', '', '', '', '', '', '', '118.5000', NULL, 7, NULL, 'received', '', '118.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (518, '2022-06-29 19:07:27', 447, NULL, NULL, 'IPAY2022/06/0471', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (519, '2022-06-29 19:34:23', 448, NULL, NULL, 'IPAY2022/06/0472', NULL, 'cash', '', '', '', '', '', '', '431.7500', NULL, 7, NULL, 'received', '', '431.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (520, '2022-06-29 19:38:40', 449, NULL, NULL, 'IPAY2022/06/0473', NULL, 'cash', '', '', '', '', '', '', '332.0000', NULL, 7, NULL, 'received', '', '332.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (521, '2022-06-29 19:39:53', 450, NULL, NULL, 'IPAY2022/06/0474', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (522, '2022-06-29 19:46:27', 451, NULL, NULL, 'IPAY2022/06/0475', NULL, 'cash', '', '', '', '', '', '', '380.0000', NULL, 7, NULL, 'received', '', '380.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (523, '2022-06-30 07:24:22', 452, NULL, NULL, 'IPAY2022/06/0476', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (524, '2022-06-30 07:27:05', 453, NULL, NULL, 'IPAY2022/06/0477', NULL, 'cash', '', '', '', '', '', '', '58.5000', NULL, 7, NULL, 'received', '', '58.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (525, '2022-06-30 08:03:33', 454, NULL, NULL, 'IPAY2022/06/0478', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (526, '2022-06-30 09:33:18', 455, NULL, NULL, 'IPAY2022/06/0479', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (527, '2022-06-30 09:41:25', 456, NULL, NULL, 'IPAY2022/06/0480', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (528, '2022-06-30 09:49:32', 457, NULL, NULL, 'IPAY2022/06/0481', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (529, '2022-06-30 10:34:20', 458, NULL, NULL, 'IPAY2022/06/0482', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (530, '2022-06-30 10:36:04', 459, NULL, NULL, 'IPAY2022/06/0483', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (531, '2022-06-30 11:53:46', 460, NULL, NULL, 'IPAY2022/06/0484', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (532, '2022-06-30 12:35:57', 461, NULL, NULL, 'IPAY2022/06/0485', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (533, '2022-06-30 13:17:01', 462, NULL, NULL, 'IPAY2022/06/0486', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (534, '2022-06-30 18:57:32', 463, NULL, NULL, 'IPAY2022/06/0487', NULL, 'cash', '', '', '', '', '', '', '177.5000', NULL, 7, NULL, 'received', '', '177.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (535, '2022-07-01 06:50:21', 464, NULL, NULL, 'IPAY2022/07/0488', NULL, 'cash', '', '', '', '', '', '', '119.0000', NULL, 7, NULL, 'received', '', '119.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (536, '2022-07-01 06:53:11', 465, NULL, NULL, 'IPAY2022/07/0489', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (537, '2022-07-01 07:05:26', 466, NULL, NULL, 'IPAY2022/07/0490', NULL, 'cash', '', '', '', '', '', '', '540.5000', NULL, 7, NULL, 'received', '', '540.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (538, '2022-07-01 12:37:00', NULL, NULL, 107, 'POP2022/07/0073', NULL, 'cash', '', '', '', '', '', 'Visa', '967.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (539, '2022-07-01 14:51:00', NULL, NULL, 108, 'POP2022/07/0074', NULL, 'cash', '', '', '', '', '', 'Visa', '82.3997', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (540, '2022-07-01 15:26:00', NULL, NULL, 109, 'POP2022/07/0075', NULL, 'cash', '', '', '', '', '', 'Visa', '191.5197', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (541, '2022-07-01 15:31:00', NULL, NULL, 110, 'POP2022/07/0076', NULL, 'cash', '', '', '', '', '', 'Visa', '112.6200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (542, '2022-07-01 15:51:00', NULL, NULL, 111, 'POP2022/07/0077', NULL, 'cash', '', '', '', '', '', 'Visa', '128.9995', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (543, '2022-07-01 15:54:00', NULL, NULL, 112, 'POP2022/07/0078', NULL, 'cash', '', '', '', '', '', 'Visa', '167.3300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (544, '2022-07-01 16:04:00', NULL, NULL, 113, 'POP2022/07/0079', NULL, 'cash', '', '', '', '', '', 'Visa', '213.1250', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (545, '2022-07-01 16:05:00', NULL, NULL, 112, 'POP2022/07/0080', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0010', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (546, '2022-07-01 16:05:00', NULL, NULL, 111, 'POP2022/07/0081', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0029', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (547, '2022-07-01 16:08:00', NULL, NULL, 114, 'POP2022/07/0082', NULL, 'cash', '', '', '', '', '', 'Visa', '220.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (548, '2022-07-01 16:51:00', NULL, NULL, 115, 'POP2022/07/0083', NULL, 'cash', '', '', '', '', '', 'Visa', '134.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (549, '2022-07-02 08:03:37', 467, NULL, NULL, 'IPAY2022/07/0491', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (550, '2022-07-02 08:06:36', 468, NULL, NULL, 'IPAY2022/07/0492', NULL, 'cash', '', '', '', '', '', '', '45.5000', NULL, 7, NULL, 'received', '', '45.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (551, '2022-07-02 10:31:46', 469, NULL, NULL, 'IPAY2022/07/0493', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (552, '2022-07-03 14:39:47', 470, NULL, NULL, 'IPAY2022/07/0494', NULL, 'cash', '', '', '', '', '', '', '1627.5000', NULL, 7, NULL, 'received', '', '1627.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (553, '2022-07-04 06:54:17', 471, NULL, NULL, 'IPAY2022/07/0495', NULL, 'cash', '', '', '', '', '', '', '579.5000', NULL, 7, NULL, 'received', '', '579.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (554, '2022-07-04 07:49:21', 472, NULL, NULL, 'IPAY2022/07/0496', NULL, 'cash', '', '', '', '', '', '', '203.0000', NULL, 7, NULL, 'received', '', '203.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (555, '2022-07-04 08:03:07', 473, NULL, NULL, 'IPAY2022/07/0497', NULL, 'cash', '', '', '', '', '', '', '322.2500', NULL, 7, NULL, 'received', '', '322.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (556, '2022-07-04 08:04:36', 474, NULL, NULL, 'IPAY2022/07/0498', NULL, 'cash', '', '', '', '', '', '', '111.0000', NULL, 7, NULL, 'received', '', '111.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (557, '2022-07-04 08:09:03', 475, NULL, NULL, 'IPAY2022/07/0499', NULL, 'cash', '', '', '', '', '', '', '197.5000', NULL, 7, NULL, 'received', '', '197.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (558, '2022-07-04 08:10:03', 476, NULL, NULL, 'IPAY2022/07/0500', NULL, 'cash', '', '', '', '', '', '', '80.7500', NULL, 7, NULL, 'received', '', '80.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (559, '2022-07-04 15:18:24', 477, NULL, NULL, 'IPAY2022/07/0501', NULL, 'cash', '', '', '', '', '', '', '257.0000', NULL, 7, NULL, 'received', '', '257.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (560, '2022-07-04 15:29:00', NULL, NULL, 117, 'POP2022/07/0084', NULL, 'cash', '', '', '', '', '', 'Visa', '572.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (561, '2022-07-04 15:38:00', NULL, NULL, 118, 'POP2022/07/0085', NULL, 'cash', '', '', '', '', '', 'Visa', '205.6800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (562, '2022-07-04 15:40:00', NULL, NULL, 119, 'POP2022/07/0086', NULL, 'cash', '', '', '', '', '', 'Visa', '123.5995', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (563, '2022-07-04 19:29:27', 478, NULL, NULL, 'IPAY2022/07/0502', NULL, 'cash', '', '', '', '', '', '', '454.0000', NULL, 7, NULL, 'received', '', '454.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (564, '2022-07-04 19:43:38', 479, NULL, NULL, 'IPAY2022/07/0503', NULL, 'cash', '', '', '', '', '', '', '492.0000', NULL, 7, NULL, 'received', '', '492.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (565, '2022-07-05 07:27:54', 480, NULL, NULL, 'IPAY2022/07/0504', NULL, 'cash', '', '', '', '', '', '', '130.0000', NULL, 7, NULL, 'received', '', '130.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (566, '2022-07-05 07:31:39', 481, NULL, NULL, 'IPAY2022/07/0505', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (567, '2022-07-05 07:39:52', 482, NULL, NULL, 'IPAY2022/07/0506', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (568, '2022-07-05 07:47:49', 483, NULL, NULL, 'IPAY2022/07/0507', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (569, '2022-07-05 07:55:47', 484, NULL, NULL, 'IPAY2022/07/0508', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (570, '2022-07-05 16:43:12', 485, NULL, NULL, 'IPAY2022/07/0509', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (571, '2022-07-05 16:50:38', 486, NULL, NULL, 'IPAY2022/07/0510', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (572, '2022-07-05 20:01:06', 487, NULL, NULL, 'IPAY2022/07/0511', NULL, 'cash', '', '', '', '', '', '', '463.0000', NULL, 7, NULL, 'received', '', '463.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (573, '2022-07-05 20:02:49', 488, NULL, NULL, 'IPAY2022/07/0512', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (574, '2022-07-06 09:17:43', 489, NULL, NULL, 'IPAY2022/07/0513', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (575, '2022-07-06 09:49:46', 490, NULL, NULL, 'IPAY2022/07/0514', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (576, '2022-07-06 10:42:07', 491, NULL, NULL, 'IPAY2022/07/0515', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (577, '2022-07-06 10:47:47', 492, NULL, NULL, 'IPAY2022/07/0516', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (578, '2022-07-06 10:58:17', 493, NULL, NULL, 'IPAY2022/07/0517', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (579, '2022-07-06 11:31:28', 494, NULL, NULL, 'IPAY2022/07/0518', NULL, 'cash', '', '', '', '', '', '', '105.5000', NULL, 7, NULL, 'received', '', '105.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (580, '2022-07-06 11:43:41', 495, NULL, NULL, 'IPAY2022/07/0519', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (581, '2022-07-06 13:40:40', 496, NULL, NULL, 'IPAY2022/07/0520', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (582, '2022-07-06 15:05:59', 497, NULL, NULL, 'IPAY2022/07/0521', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (583, '2022-07-06 15:10:02', 498, NULL, NULL, 'IPAY2022/07/0522', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (584, '2022-07-06 16:47:34', 499, NULL, NULL, 'IPAY2022/07/0523', NULL, 'cash', '', '', '', '', '', '', '304.5000', NULL, 7, NULL, 'received', '', '304.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (585, '2022-07-07 08:05:16', 500, NULL, NULL, 'IPAY2022/07/0524', NULL, 'cash', '', '', '', '', '', '', '439.5000', NULL, 7, NULL, 'received', '', '439.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (586, '2022-07-07 14:40:00', NULL, NULL, 121, 'POP2022/07/0087', NULL, 'cash', '', '', '', '', '', 'Visa', '60.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (587, '2022-07-07 14:48:00', NULL, NULL, 122, 'POP2022/07/0088', NULL, 'cash', '', '', '', '', '', 'Visa', '2587.9388', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (588, '2022-07-07 14:54:00', NULL, NULL, 123, 'POP2022/07/0089', NULL, 'cash', '', '', '', '', '', 'Visa', '604.3300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (589, '2022-07-07 15:05:00', NULL, NULL, 124, 'POP2022/07/0090', NULL, 'cash', '', '', '', '', '', 'Visa', '338.7350', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (590, '2022-07-07 16:35:54', 501, NULL, NULL, 'IPAY2022/07/0525', NULL, 'cash', '', '', '', '', '', '', '282.0000', NULL, 7, NULL, 'received', '', '282.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (591, '2022-07-08 06:42:20', 502, NULL, NULL, 'IPAY2022/07/0526', NULL, 'cash', '', '', '', '', '', '', '904.0000', NULL, 7, NULL, 'received', '', '904.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (592, '2022-07-08 07:28:11', 503, NULL, NULL, 'IPAY2022/07/0527', NULL, 'cash', '', '', '', '', '', '', '357.0000', NULL, 7, NULL, 'received', '', '357.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (593, '2022-07-08 14:17:00', NULL, NULL, 125, 'POP2022/07/0091', NULL, 'cash', '', '', '', '', '', 'Visa', '343.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (594, '2022-07-08 14:27:00', NULL, NULL, 126, 'POP2022/07/0092', NULL, 'cash', '', '', '', '', '', 'Visa', '488.2798', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (595, '2022-07-08 16:42:00', NULL, NULL, 127, 'POP2022/07/0093', NULL, 'cash', '', '', '', '', '', 'Visa', '870.3748', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (596, '2022-07-09 07:16:41', 504, NULL, NULL, 'IPAY2022/07/0528', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (597, '2022-07-09 07:28:27', 505, NULL, NULL, 'IPAY2022/07/0529', NULL, 'cash', '', '', '', '', '', '', '95.0000', NULL, 7, NULL, 'received', '', '95.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (598, '2022-07-09 15:31:06', 506, NULL, NULL, 'IPAY2022/07/0530', NULL, 'cash', '', '', '', '', '', '', '475.0000', NULL, 7, NULL, 'received', '', '475.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (599, '2022-07-10 12:28:17', 507, NULL, NULL, 'IPAY2022/07/0531', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (600, '2022-07-10 14:43:04', 508, NULL, NULL, 'IPAY2022/07/0532', NULL, 'cash', '', '', '', '', '', '', '1370.5000', NULL, 7, NULL, 'received', '', '1370.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (601, '2022-07-10 14:45:49', 509, NULL, NULL, 'IPAY2022/07/0533', NULL, 'cash', '', '', '', '', '', '', '438.0000', NULL, 7, NULL, 'received', '', '438.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (602, '2022-07-11 06:03:39', 510, NULL, NULL, 'IPAY2022/07/0534', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (603, '2022-07-11 06:40:21', 511, NULL, NULL, 'IPAY2022/07/0535', NULL, 'cash', '', '', '', '', '', '', '232.5000', NULL, 7, NULL, 'received', '', '232.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (604, '2022-07-11 07:25:56', 512, NULL, NULL, 'IPAY2022/07/0536', NULL, 'cash', '', '', '', '', '', '', '390.0000', NULL, 7, NULL, 'received', '', '390.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (605, '2022-07-11 08:05:12', 513, NULL, NULL, 'IPAY2022/07/0537', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (606, '2022-07-11 08:13:34', 514, NULL, NULL, 'IPAY2022/07/0538', NULL, 'cash', '', '', '', '', '', '', '95.0000', NULL, 7, NULL, 'received', '', '95.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (607, '2022-07-11 11:08:13', 515, NULL, NULL, 'IPAY2022/07/0539', NULL, 'cash', '', '', '', '', '', '', '83.0000', NULL, 7, NULL, 'received', '', '83.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (608, '2022-07-11 19:35:02', 516, NULL, NULL, 'IPAY2022/07/0540', NULL, 'cash', '', '', '', '', '', '', '599.5000', NULL, 7, NULL, 'received', '', '599.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (609, '2022-07-11 19:40:08', 517, NULL, NULL, 'IPAY2022/07/0541', NULL, 'cash', '', '', '', '', '', '', '277.0000', NULL, 7, NULL, 'received', '', '277.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (611, '2022-07-12 07:58:06', 519, NULL, NULL, 'IPAY2022/07/0543', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (612, '2022-07-12 08:03:37', 520, NULL, NULL, 'IPAY2022/07/0544', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (613, '2022-07-12 09:17:41', 521, NULL, NULL, 'IPAY2022/07/0545', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (614, '2022-07-12 11:23:40', 522, NULL, NULL, 'IPAY2022/07/0546', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (615, '2022-07-12 11:28:02', 523, NULL, NULL, 'IPAY2022/07/0547', NULL, 'cash', '', '', '', '', '', '', '48.2000', NULL, 7, NULL, 'received', '', '48.2000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (616, '2022-07-12 11:28:15', 524, NULL, NULL, 'IPAY2022/07/0548', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (617, '2022-07-13 07:00:10', 525, NULL, NULL, 'IPAY2022/07/0549', NULL, 'cash', '', '', '', '', '', '', '404.5000', NULL, 7, NULL, 'received', '', '404.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (618, '2022-07-13 07:03:46', 526, NULL, NULL, 'IPAY2022/07/0550', NULL, 'cash', '', '', '', '', '', '', '317.0000', NULL, 7, NULL, 'received', '', '317.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (619, '2022-07-13 07:18:55', 527, NULL, NULL, 'IPAY2022/07/0551', NULL, 'cash', '', '', '', '', '', '', '114.0000', NULL, 7, NULL, 'received', '', '114.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (620, '2022-07-14 06:53:46', 528, NULL, NULL, 'IPAY2022/07/0552', NULL, 'cash', '', '', '', '', '', '', '635.5000', NULL, 7, NULL, 'received', '', '635.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (621, '2022-07-14 06:59:57', 529, NULL, NULL, 'IPAY2022/07/0553', NULL, 'cash', '', '', '', '', '', '', '456.5000', NULL, 7, NULL, 'received', '', '456.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (622, '2022-07-14 07:30:59', 530, NULL, NULL, 'IPAY2022/07/0554', NULL, 'cash', '', '', '', '', '', '', '160.0000', NULL, 7, NULL, 'received', '', '160.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (623, '2022-07-14 09:13:00', NULL, NULL, 128, 'POP2022/07/0094', NULL, 'cash', '', '', '', '', '', 'Visa', '262.9410', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (624, '2022-07-14 09:17:00', NULL, NULL, 129, 'POP2022/07/0095', NULL, 'cash', '', '', '', '', '', 'Visa', '239.4899', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (625, '2022-07-14 09:21:00', NULL, NULL, 130, 'POP2022/07/0096', NULL, 'cash', '', '', '', '', '', 'Visa', '180.4800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (626, '2022-07-14 09:27:00', NULL, NULL, 131, 'POP2022/07/0097', NULL, 'cash', '', '', '', '', '', 'Visa', '686.7100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (627, '2022-07-14 09:30:00', NULL, NULL, 132, 'POP2022/07/0098', NULL, 'cash', '', '', '', '', '', 'Visa', '592.9500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (628, '2022-07-14 09:45:00', NULL, NULL, 133, 'POP2022/07/0099', NULL, 'cash', '', '', '', '', '', 'Visa', '54.4896', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (629, '2022-07-14 10:55:00', NULL, NULL, 134, 'POP2022/07/0100', NULL, 'cash', '', '', '', '', '', 'Visa', '786.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (630, '2022-07-14 16:45:00', NULL, NULL, 136, 'POP2022/07/0101', NULL, 'cash', '', '', '', '', '', 'Visa', '655.6000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (631, '2022-07-15 06:47:27', 531, NULL, NULL, 'IPAY2022/07/0555', NULL, 'cash', '', '', '', '', '', '', '276.5000', NULL, 7, NULL, 'received', '', '276.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (632, '2022-07-15 06:51:07', 532, NULL, NULL, 'IPAY2022/07/0556', NULL, 'cash', '', '', '', '', '', '', '644.0000', NULL, 7, NULL, 'received', '', '644.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (633, '2022-07-15 06:55:54', 533, NULL, NULL, 'IPAY2022/07/0557', NULL, 'cash', '', '', '', '', '', '', '106.0000', NULL, 7, NULL, 'received', '', '106.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (634, '2022-07-15 07:28:09', 534, NULL, NULL, 'IPAY2022/07/0558', NULL, 'cash', '', '', '', '', '', '', '79.5000', NULL, 7, NULL, 'received', '', '79.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (635, '2022-07-15 08:01:31', 535, NULL, NULL, 'IPAY2022/07/0559', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (636, '2022-07-15 08:04:52', 536, NULL, NULL, 'IPAY2022/07/0560', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (637, '2022-07-15 16:04:00', NULL, NULL, 137, 'POP2022/07/0102', NULL, 'cash', '', '', '', '', '', 'Visa', '2624.5394', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (638, '2022-07-16 06:45:32', 537, NULL, NULL, 'IPAY2022/07/0561', NULL, 'cash', '', '', '', '', '', '', '365.0000', NULL, 7, NULL, 'received', '', '365.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (639, '2022-07-16 06:46:52', 538, NULL, NULL, 'IPAY2022/07/0562', NULL, 'cash', '', '', '', '', '', '', '57.5000', NULL, 7, NULL, 'received', '', '57.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (640, '2022-07-17 12:29:46', 539, NULL, NULL, 'IPAY2022/07/0563', NULL, 'cash', '', '', '', '', '', '', '1209.0000', NULL, 7, NULL, 'received', '', '1209.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (641, '2022-07-17 12:34:15', 540, NULL, NULL, 'IPAY2022/07/0564', NULL, 'cash', '', '', '', '', '', '', '210.5000', NULL, 7, NULL, 'received', '', '210.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (642, '2022-07-17 12:36:37', 541, NULL, NULL, 'IPAY2022/07/0565', NULL, 'cash', '', '', '', '', '', '', '81.0000', NULL, 7, NULL, 'received', '', '81.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (643, '2022-07-18 08:29:22', 542, NULL, NULL, 'IPAY2022/07/0566', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (644, '2022-07-18 08:31:21', 543, NULL, NULL, 'IPAY2022/07/0567', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (645, '2022-07-18 10:27:29', 544, NULL, NULL, 'IPAY2022/07/0568', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (646, '2022-07-18 10:37:45', 545, NULL, NULL, 'IPAY2022/07/0569', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (647, '2022-07-18 12:51:09', 546, NULL, NULL, 'IPAY2022/07/0570', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (648, '2022-07-18 15:38:00', NULL, NULL, 138, 'POP2022/07/0103', NULL, 'cash', '', '', '', '', '', 'Visa', '86.9300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (649, '2022-07-18 15:39:00', NULL, NULL, 138, 'POP2022/07/0104', NULL, 'cash', '', '', '', '', '', 'Visa', '4.9200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (650, '2022-07-18 18:07:19', 547, NULL, NULL, 'IPAY2022/07/0571', NULL, 'cash', '', '', '', '', '', '', '524.0000', NULL, 7, NULL, 'received', '', '524.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (651, '2022-07-18 18:33:02', 548, NULL, NULL, 'IPAY2022/07/0572', NULL, 'cash', '', '', '', '', '', '', '675.0000', NULL, 7, NULL, 'received', '', '675.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (652, '2022-07-19 06:59:55', 549, NULL, NULL, 'IPAY2022/07/0573', NULL, 'cash', '', '', '', '', '', '', '654.0000', NULL, 7, NULL, 'received', '', '654.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (653, '2022-07-19 07:00:37', 550, NULL, NULL, 'IPAY2022/07/0574', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (654, '2022-07-19 07:11:02', 551, NULL, NULL, 'IPAY2022/07/0575', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (655, '2022-07-19 07:37:54', 552, NULL, NULL, 'IPAY2022/07/0576', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (656, '2022-07-19 10:51:29', 553, NULL, NULL, 'IPAY2022/07/0577', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (657, '2022-07-19 14:51:00', NULL, NULL, 139, 'POP2022/07/0105', NULL, 'cash', '', '', '', '', '', 'Visa', '643.9500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (658, '2022-07-19 15:11:00', NULL, NULL, 140, 'POP2022/07/0106', NULL, 'cash', '', '', '', '', '', 'Visa', '188.3295', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (659, '2022-07-19 15:16:00', NULL, NULL, 141, 'POP2022/07/0107', NULL, 'cash', '', '', '', '', '', 'Visa', '414.2695', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (660, '2022-07-19 16:05:00', NULL, NULL, 142, 'POP2022/07/0108', NULL, 'cash', '', '', '', '', '', 'Visa', '306.2400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (661, '2022-07-19 16:08:00', NULL, NULL, 143, 'POP2022/07/0109', NULL, 'cash', '', '', '', '', '', 'Visa', '370.3200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (662, '2022-07-20 06:51:45', 554, NULL, NULL, 'IPAY2022/07/0578', NULL, 'cash', '', '', '', '', '', '', '646.5000', NULL, 7, NULL, 'received', '', '646.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (663, '2022-07-20 06:57:02', 555, NULL, NULL, 'IPAY2022/07/0579', NULL, 'cash', '', '', '', '', '', '', '185.0000', NULL, 7, NULL, 'received', '', '185.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (664, '2022-07-20 07:01:33', 556, NULL, NULL, 'IPAY2022/07/0580', NULL, 'cash', '', '', '', '', '', '', '120.5000', NULL, 7, NULL, 'received', '', '120.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (665, '2022-07-20 09:05:00', NULL, NULL, 144, 'POP2022/07/0110', NULL, 'cash', '', '', '', '', '', 'Visa', '198.1304', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (666, '2022-07-20 19:45:00', 557, NULL, NULL, 'IPAY2022/07/0581', NULL, 'cash', '', '', '', '', '', '', '425.0000', NULL, 7, NULL, 'received', '', '425.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (667, '2022-07-20 19:46:25', 558, NULL, NULL, 'IPAY2022/07/0582', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (668, '2022-07-21 06:58:58', 559, NULL, NULL, 'IPAY2022/07/0583', NULL, 'cash', '', '', '', '', '', '', '279.0000', NULL, 7, NULL, 'received', '', '279.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (669, '2022-07-21 07:24:59', 560, NULL, NULL, 'IPAY2022/07/0584', NULL, 'cash', '', '', '', '', '', '', '224.5000', NULL, 7, NULL, 'received', '', '224.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (670, '2022-07-21 09:00:54', 561, NULL, NULL, 'IPAY2022/07/0585', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (671, '2022-07-21 09:52:24', 562, NULL, NULL, 'IPAY2022/07/0586', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (672, '2022-07-21 09:59:46', 563, NULL, NULL, 'IPAY2022/07/0587', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (673, '2022-07-21 10:57:12', 564, NULL, NULL, 'IPAY2022/07/0588', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (674, '2022-07-21 19:23:19', 565, NULL, NULL, 'IPAY2022/07/0589', NULL, 'cash', '', '', '', '', '', '', '114.0000', NULL, 7, NULL, 'received', '', '114.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (675, '2022-07-22 06:51:14', 566, NULL, NULL, 'IPAY2022/07/0590', NULL, 'cash', '', '', '', '', '', '', '180.5000', NULL, 7, NULL, 'received', '', '180.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (676, '2022-07-22 06:55:21', 567, NULL, NULL, 'IPAY2022/07/0591', NULL, 'cash', '', '', '', '', '', '', '207.0000', NULL, 7, NULL, 'received', '', '207.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (677, '2022-07-22 09:19:00', NULL, NULL, 145, 'POP2022/07/0111', NULL, 'cash', '', '', '', '', '', 'Visa', '80.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (678, '2022-07-22 09:23:00', NULL, NULL, 146, 'POP2022/07/0112', NULL, 'cash', '', '', '', '', '', 'Visa', '220.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (679, '2022-07-22 11:55:44', 568, NULL, NULL, 'IPAY2022/07/0592', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (680, '2022-07-23 06:54:01', 569, NULL, NULL, 'IPAY2022/07/0593', NULL, 'cash', '', '', '', '', '', '', '328.0000', NULL, 7, NULL, 'received', '', '328.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (681, '2022-07-23 06:55:33', 570, NULL, NULL, 'IPAY2022/07/0594', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (682, '2022-07-23 06:56:42', 571, NULL, NULL, 'IPAY2022/07/0595', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (683, '2022-07-23 14:35:53', 572, NULL, NULL, 'IPAY2022/07/0596', NULL, 'cash', '', '', '', '', '', '', '151.0000', NULL, 7, NULL, 'received', '', '151.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (684, '2022-07-24 13:45:56', 573, NULL, NULL, 'IPAY2022/07/0597', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (685, '2022-07-24 13:49:35', 574, NULL, NULL, 'IPAY2022/07/0598', NULL, 'cash', '', '', '', '', '', '', '1695.0000', NULL, 7, NULL, 'received', '', '1695.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (686, '2022-07-24 13:50:02', 575, NULL, NULL, 'IPAY2022/07/0599', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (687, '2022-07-24 14:10:05', 576, NULL, NULL, 'IPAY2022/07/0600', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (688, '2022-07-25 07:28:46', 577, NULL, NULL, 'IPAY2022/07/0601', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (689, '2022-07-25 07:31:41', 578, NULL, NULL, 'IPAY2022/07/0602', NULL, 'cash', '', '', '', '', '', '', '291.5000', NULL, 7, NULL, 'received', '', '291.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (690, '2022-07-25 08:17:37', 579, NULL, NULL, 'IPAY2022/07/0603', NULL, 'cash', '', '', '', '', '', '', '158.5000', NULL, 7, NULL, 'received', '', '158.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (691, '2022-07-25 10:02:35', 580, NULL, NULL, 'IPAY2022/07/0604', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (692, '2022-07-25 10:02:53', 581, NULL, NULL, 'IPAY2022/07/0605', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (693, '2022-07-25 10:52:23', 582, NULL, NULL, 'IPAY2022/07/0606', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (694, '2022-07-25 11:15:43', 583, NULL, NULL, 'IPAY2022/07/0607', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (695, '2022-07-26 06:40:57', 584, NULL, NULL, 'IPAY2022/07/0608', NULL, 'cash', '', '', '', '', '', '', '1014.0000', NULL, 7, NULL, 'received', '', '1014.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (696, '2022-07-26 06:44:41', 585, NULL, NULL, 'IPAY2022/07/0609', NULL, 'cash', '', '', '', '', '', '', '265.0000', NULL, 7, NULL, 'received', '', '265.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (697, '2022-07-26 07:26:55', 586, NULL, NULL, 'IPAY2022/07/0610', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (698, '2022-07-26 07:57:30', 587, NULL, NULL, 'IPAY2022/07/0611', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (699, '2022-07-26 08:16:13', 588, NULL, NULL, 'IPAY2022/07/0612', NULL, 'cash', '', '', '', '', '', '', '63.5000', NULL, 7, NULL, 'received', '', '63.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (700, '2022-07-27 06:44:15', 589, NULL, NULL, 'IPAY2022/07/0613', NULL, 'cash', '', '', '', '', '', '', '611.5000', NULL, 7, NULL, 'received', '', '611.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (701, '2022-07-27 06:54:56', 590, NULL, NULL, 'IPAY2022/07/0614', NULL, 'cash', '', '', '', '', '', '', '361.0000', NULL, 7, NULL, 'received', '', '361.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (702, '2022-07-27 06:55:45', 591, NULL, NULL, 'IPAY2022/07/0615', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (703, '2022-07-27 07:46:25', 592, NULL, NULL, 'IPAY2022/07/0616', NULL, 'cash', '', '', '', '', '', '', '118.5000', NULL, 7, NULL, 'received', '', '118.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (704, '2022-07-28 06:47:58', 593, NULL, NULL, 'IPAY2022/07/0617', NULL, 'cash', '', '', '', '', '', '', '331.5000', NULL, 7, NULL, 'received', '', '331.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (705, '2022-07-28 07:01:19', 594, NULL, NULL, 'IPAY2022/07/0618', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (706, '2022-07-28 07:10:07', 595, NULL, NULL, 'IPAY2022/07/0619', NULL, 'cash', '', '', '', '', '', '', '561.5000', NULL, 7, NULL, 'received', '', '561.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (707, '2022-07-28 07:31:38', 596, NULL, NULL, 'IPAY2022/07/0620', NULL, 'cash', '', '', '', '', '', '', '65.5000', NULL, 7, NULL, 'received', '', '65.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (708, '2022-07-28 07:33:05', 597, NULL, NULL, 'IPAY2022/07/0621', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (709, '2022-07-28 10:16:29', 598, NULL, NULL, 'IPAY2022/07/0622', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '50.0000', '33.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (710, '2022-07-28 14:58:02', 599, NULL, NULL, 'IPAY2022/07/0623', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (711, '2022-07-28 15:48:00', NULL, NULL, 147, 'POP2022/07/0113', NULL, 'cash', '', '', '', '', '', 'Visa', '1727.4780', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (712, '2022-07-28 15:52:00', NULL, NULL, 148, 'POP2022/07/0114', NULL, 'cash', '', '', '', '', '', 'Visa', '460.5300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (713, '2022-07-28 15:55:00', NULL, NULL, 149, 'POP2022/07/0115', NULL, 'cash', '', '', '', '', '', 'Visa', '572.5500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (714, '2022-07-28 15:58:00', NULL, NULL, 150, 'POP2022/07/0116', NULL, 'cash', '', '', '', '', '', 'Visa', '513.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (715, '2022-07-28 16:02:00', NULL, NULL, 151, 'POP2022/07/0117', NULL, 'cash', '', '', '', '', '', 'Visa', '195.8400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (716, '2022-07-28 16:04:00', NULL, NULL, 152, 'POP2022/07/0118', NULL, 'cash', '', '', '', '', '', 'Visa', '196.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (717, '2022-07-28 18:52:29', 600, NULL, NULL, 'IPAY2022/07/0624', NULL, 'cash', '', '', '', '', '', '', '559.0000', NULL, 7, NULL, 'received', '', '559.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (718, '2022-07-29 05:50:33', 601, NULL, NULL, 'IPAY2022/07/0625', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (719, '2022-07-29 06:03:29', 602, NULL, NULL, 'IPAY2022/07/0626', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (720, '2022-07-29 06:29:30', 603, NULL, NULL, 'IPAY2022/07/0627', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (721, '2022-07-29 06:35:45', 604, NULL, NULL, 'IPAY2022/07/0628', NULL, 'cash', '', '', '', '', '', '', '89.5000', NULL, 7, NULL, 'received', '', '89.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (722, '2022-07-29 07:07:50', 605, NULL, NULL, 'IPAY2022/07/0629', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (723, '2022-07-29 15:39:50', 606, NULL, NULL, 'IPAY2022/07/0630', NULL, 'cash', '', '', '', '', '', '', '195.0000', NULL, 7, NULL, 'received', '', '195.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (724, '2022-07-31 13:19:18', 607, NULL, NULL, 'IPAY2022/07/0631', NULL, 'cash', '', '', '', '', '', '', '660.0000', NULL, 7, NULL, 'received', '', '660.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (725, '2022-07-31 13:21:20', 608, NULL, NULL, 'IPAY2022/07/0632', NULL, 'cash', '', '', '', '', '', '', '357.0000', NULL, 7, NULL, 'received', '', '357.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (726, '2022-08-01 06:29:53', 609, NULL, NULL, 'IPAY2022/08/0633', NULL, 'cash', '', '', '', '', '', '', '466.0000', NULL, 7, NULL, 'received', '', '466.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (727, '2022-08-01 06:39:45', 610, NULL, NULL, 'IPAY2022/08/0634', NULL, 'cash', '', '', '', '', '', '', '554.0000', NULL, 7, NULL, 'received', '', '554.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (728, '2022-08-01 07:30:49', 611, NULL, NULL, 'IPAY2022/08/0635', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (729, '2022-08-01 07:31:26', 612, NULL, NULL, 'IPAY2022/08/0636', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (730, '2022-08-01 08:00:37', 613, NULL, NULL, 'IPAY2022/08/0637', NULL, 'cash', '', '', '', '', '', '', '131.0000', NULL, 7, NULL, 'received', '', '131.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (731, '2022-08-01 14:21:11', 614, NULL, NULL, 'IPAY2022/08/0638', NULL, 'cash', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (732, '2022-08-01 14:28:41', 615, NULL, NULL, 'IPAY2022/08/0639', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (733, '2022-08-02 05:48:49', 616, NULL, NULL, 'IPAY2022/08/0640', NULL, 'cash', '', '', '', '', '', '', '277.5000', NULL, 7, NULL, 'received', '', '277.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (734, '2022-08-02 06:13:27', 617, NULL, NULL, 'IPAY2022/08/0641', NULL, 'cash', '', '', '', '', '', '', '136.5000', NULL, 7, NULL, 'received', '', '136.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (735, '2022-08-02 07:28:24', 618, NULL, NULL, 'IPAY2022/08/0642', NULL, 'cash', '', '', '', '', '', '', '274.0000', NULL, 7, NULL, 'received', '', '274.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (736, '2022-08-02 07:37:25', 619, NULL, NULL, 'IPAY2022/08/0643', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (737, '2022-08-02 11:28:00', NULL, NULL, 153, 'POP2022/08/0119', NULL, 'cash', '', '', '', '', '', 'Visa', '144.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (738, '2022-08-02 11:33:00', NULL, NULL, 154, 'POP2022/08/0120', NULL, 'cash', '', '', '', '', '', 'Visa', '603.2496', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (739, '2022-08-02 11:41:00', NULL, NULL, 155, 'POP2022/08/0121', NULL, 'cash', '', '', '', '', '', 'Visa', '195.6999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (740, '2022-08-02 11:43:00', NULL, NULL, 156, 'POP2022/08/0122', NULL, 'cash', '', '', '', '', '', 'Visa', '116.7040', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (741, '2022-08-02 11:49:00', NULL, NULL, 157, 'POP2022/08/0123', NULL, 'cash', '', '', '', '', '', 'Visa', '369.0990', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (742, '2022-08-02 11:58:00', NULL, NULL, 158, 'POP2022/08/0124', NULL, 'cash', '', '', '', '', '', 'Visa', '140.7620', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (743, '2022-08-02 15:47:58', 620, NULL, NULL, 'IPAY2022/08/0644', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (744, '2022-08-03 05:59:55', 621, NULL, NULL, 'IPAY2022/08/0645', NULL, 'cash', '', '', '', '', '', '', '440.0000', NULL, 7, NULL, 'received', '', '440.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (745, '2022-08-03 06:06:50', 622, NULL, NULL, 'IPAY2022/08/0646', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (746, '2022-08-03 06:47:40', 623, NULL, NULL, 'IPAY2022/08/0647', NULL, 'cash', '', '', '', '', '', '', '267.5000', NULL, 7, NULL, 'received', '', '267.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (747, '2022-08-03 06:48:30', 624, NULL, NULL, 'IPAY2022/08/0648', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (748, '2022-08-03 06:49:54', 625, NULL, NULL, 'IPAY2022/08/0649', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (749, '2022-08-03 07:03:06', 626, NULL, NULL, 'IPAY2022/08/0650', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (750, '2022-08-03 08:12:00', NULL, NULL, 159, 'POP2022/08/0125', NULL, 'cash', '', '', '', '', '', 'Visa', '147.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (751, '2022-08-03 08:15:00', NULL, NULL, 160, 'POP2022/08/0126', NULL, 'cash', '', '', '', '', '', 'Visa', '168.8000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (752, '2022-08-03 08:35:00', NULL, NULL, 161, 'POP2022/08/0127', NULL, 'cash', '', '', '', '', '', 'Visa', '91.7496', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (753, '2022-08-03 09:11:33', 627, NULL, NULL, 'IPAY2022/08/0651', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (754, '2022-08-03 09:18:11', 628, NULL, NULL, 'IPAY2022/08/0652', NULL, 'cash', '', '', '', '', '', '', '196.5000', NULL, 7, NULL, 'received', '', '196.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (755, '2022-08-03 09:25:24', 629, NULL, NULL, 'IPAY2022/08/0653', NULL, 'cash', '', '', '', '', '', '', '240.0000', NULL, 7, NULL, 'received', '', '240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (756, '2022-08-03 09:35:45', 630, NULL, NULL, 'IPAY2022/08/0654', NULL, 'cash', '', '', '', '', '', '', '212.5000', NULL, 7, NULL, 'received', '', '212.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (757, '2022-08-03 09:40:39', 631, NULL, NULL, 'IPAY2022/08/0655', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (758, '2022-08-03 09:48:00', NULL, NULL, 162, 'POP2022/08/0128', NULL, 'cash', '', '', '', '', '', 'Visa', '305.1130', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (759, '2022-08-03 10:03:00', NULL, NULL, 163, 'POP2022/08/0129', NULL, 'cash', '', '', '', '', '', 'Visa', '607.3800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (760, '2022-08-03 10:24:00', NULL, NULL, 164, 'POP2022/08/0130', NULL, 'cash', '', '', '', '', '', 'Visa', '91.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (761, '2022-08-03 10:48:09', 632, NULL, NULL, 'IPAY2022/08/0656', NULL, 'cash', '', '', '', '', '', '', '125.5000', NULL, 7, NULL, 'received', '', '125.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (762, '2022-08-03 10:48:52', 633, NULL, NULL, 'IPAY2022/08/0657', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (763, '2022-08-03 10:54:45', 634, NULL, NULL, 'IPAY2022/08/0658', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (764, '2022-08-09 15:57:00', NULL, NULL, 165, 'POP2022/08/0131', NULL, 'cash', '', '', '', '', '', 'Visa', '1952.3077', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (765, '2022-08-09 15:59:00', NULL, NULL, 165, 'POP2022/08/0132', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0023', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (766, '2022-08-09 16:00:00', NULL, NULL, 166, 'POP2022/08/0133', NULL, 'cash', '', '', '', '', '', 'Visa', '409.9997', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (767, '2022-08-09 16:02:00', NULL, NULL, 167, 'POP2022/08/0134', NULL, 'cash', '', '', '', '', '', 'Visa', '419.6500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (768, '2022-08-09 16:08:00', NULL, NULL, 168, 'POP2022/08/0135', NULL, 'cash', '', '', '', '', '', 'Visa', '608.7700', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (769, '2022-08-09 18:05:56', 635, NULL, NULL, 'IPAY2022/08/0659', NULL, 'cash', '', '', '', '', '', '', '576.0000', NULL, 7, NULL, 'received', '', '576.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (770, '2022-08-09 18:20:06', 636, NULL, NULL, 'IPAY2022/08/0660', NULL, 'cash', '', '', '', '', '', '', '805.0000', NULL, 7, NULL, 'received', '', '805.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (771, '2022-08-09 18:25:43', 637, NULL, NULL, 'IPAY2022/08/0661', NULL, 'cash', '', '', '', '', '', '', '475.5000', NULL, 7, NULL, 'received', '', '475.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (772, '2022-08-09 18:30:58', 638, NULL, NULL, 'IPAY2022/08/0662', NULL, 'cash', '', '', '', '', '', '', '1067.0000', NULL, 7, NULL, 'received', '', '1067.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (773, '2022-08-09 18:37:03', 639, NULL, NULL, 'IPAY2022/08/0663', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (774, '2022-08-10 05:55:45', 640, NULL, NULL, 'IPAY2022/08/0664', NULL, 'cash', '', '', '', '', '', '', '1264.0000', NULL, 7, NULL, 'received', '', '1264.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (775, '2022-08-10 06:00:11', 641, NULL, NULL, 'IPAY2022/08/0665', NULL, 'cash', '', '', '', '', '', '', '149.0000', NULL, 7, NULL, 'received', '', '149.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (776, '2022-08-10 06:04:38', 642, NULL, NULL, 'IPAY2022/08/0666', NULL, 'cash', '', '', '', '', '', '', '102.5000', NULL, 7, NULL, 'received', '', '102.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (777, '2022-08-10 06:05:25', 643, NULL, NULL, 'IPAY2022/08/0667', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (778, '2022-08-10 06:13:39', 644, NULL, NULL, 'IPAY2022/08/0668', NULL, 'cash', '', '', '', '', '', '', '331.5000', NULL, 7, NULL, 'received', '', '331.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (779, '2022-08-10 06:17:54', 645, NULL, NULL, 'IPAY2022/08/0669', NULL, 'cash', '', '', '', '', '', '', '191.0000', NULL, 7, NULL, 'received', '', '191.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (780, '2022-08-10 11:21:16', 646, NULL, NULL, 'IPAY2022/08/0670', NULL, 'cash', '', '', '', '', '', '', '149.0000', NULL, 7, NULL, 'received', '', '149.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (781, '2022-08-10 11:35:39', 647, NULL, NULL, 'IPAY2022/08/0671', NULL, 'cash', '', '', '', '', '', '', '65.5000', NULL, 7, NULL, 'received', '', '65.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (782, '2022-08-10 11:46:00', NULL, NULL, 169, 'POP2022/08/0136', NULL, 'cash', '', '', '', '', '', 'Visa', '215.0400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (783, '2022-08-10 11:48:00', NULL, NULL, 170, 'POP2022/08/0137', NULL, 'cash', '', '', '', '', '', 'Visa', '57.2308', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (784, '2022-08-10 11:58:00', NULL, NULL, 171, 'POP2022/08/0138', NULL, 'cash', '', '', '', '', '', 'Visa', '598.1000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (785, '2022-08-10 14:11:00', NULL, NULL, 173, 'POP2022/08/0139', NULL, 'cash', '', '', '', '', '', 'Visa', '861.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (786, '2022-08-11 06:07:32', 648, NULL, NULL, 'IPAY2022/08/0672', NULL, 'cash', '', '', '', '', '', '', '446.0000', NULL, 7, NULL, 'received', '', '446.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (787, '2022-08-11 06:16:18', 649, NULL, NULL, 'IPAY2022/08/0673', NULL, 'cash', '', '', '', '', '', '', '219.0000', NULL, 7, NULL, 'received', '', '219.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (788, '2022-08-11 06:26:43', 650, NULL, NULL, 'IPAY2022/08/0674', NULL, 'cash', '', '', '', '', '', '', '341.0000', NULL, 7, NULL, 'received', '', '341.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (789, '2022-08-11 06:44:45', 651, NULL, NULL, 'IPAY2022/08/0675', NULL, 'cash', '', '', '', '', '', '', '431.5000', NULL, 7, NULL, 'received', '', '431.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (790, '2022-08-11 07:31:47', 652, NULL, NULL, 'IPAY2022/08/0676', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (791, '2022-08-11 10:07:00', NULL, NULL, 175, 'POP2022/08/0140', NULL, 'cash', '', '', '', '', '', 'Visa', '160.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (792, '2022-08-11 10:38:00', NULL, NULL, 176, 'POP2022/08/0141', NULL, 'cash', '', '', '', '', '', 'Visa', '532.7000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (793, '2022-08-11 13:31:00', NULL, NULL, 179, 'POP2022/08/0142', NULL, 'cash', '', '', '', '', '', 'Visa', '690.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (794, '2022-08-12 06:05:00', 653, NULL, NULL, 'IPAY2022/08/0677', NULL, 'cash', '', '', '', '', '', '', '511.5000', NULL, 7, NULL, 'received', '', '511.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (795, '2022-08-12 06:09:42', 654, NULL, NULL, 'IPAY2022/08/0678', NULL, 'cash', '', '', '', '', '', '', '516.5000', NULL, 7, NULL, 'received', '', '516.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (796, '2022-08-12 06:15:34', 655, NULL, NULL, 'IPAY2022/08/0679', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (797, '2022-08-12 07:02:07', 656, NULL, NULL, 'IPAY2022/08/0680', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (798, '2022-08-12 07:07:07', 657, NULL, NULL, 'IPAY2022/08/0681', NULL, 'cash', '', '', '', '', '', '', '146.5000', NULL, 7, NULL, 'received', '', '146.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (799, '2022-08-12 07:25:58', 658, NULL, NULL, 'IPAY2022/08/0682', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (800, '2022-08-12 08:02:10', 659, NULL, NULL, 'IPAY2022/08/0683', NULL, 'cash', '', '', '', '', '', '', '250.0000', NULL, 7, NULL, 'received', '', '250.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (801, '2022-08-13 06:38:58', 660, NULL, NULL, 'IPAY2022/08/0684', NULL, 'cash', '', '', '', '', '', '', '127.0000', NULL, 7, NULL, 'received', '', '127.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (802, '2022-08-13 07:06:21', 661, NULL, NULL, 'IPAY2022/08/0685', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (803, '2022-08-15 05:55:26', 662, NULL, NULL, 'IPAY2022/08/0686', NULL, 'cash', '', '', '', '', '', '', '1305.5000', NULL, 7, NULL, 'received', '', '1305.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (804, '2022-08-15 06:16:27', 663, NULL, NULL, 'IPAY2022/08/0687', NULL, 'cash', '', '', '', '', '', '', '84.5000', NULL, 7, NULL, 'received', '', '84.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (805, '2022-08-15 06:26:41', 664, NULL, NULL, 'IPAY2022/08/0688', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (806, '2022-08-15 08:07:22', 665, NULL, NULL, 'IPAY2022/08/0689', NULL, 'cash', '', '', '', '', '', '', '91.0000', NULL, 7, NULL, 'received', '', '91.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (807, '2022-08-15 08:56:44', 666, NULL, NULL, 'IPAY2022/08/0690', NULL, 'cash', '', '', '', '', '', '', '288.0000', NULL, 7, NULL, 'received', '', '288.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (808, '2022-08-15 08:57:16', 667, NULL, NULL, 'IPAY2022/08/0691', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (809, '2022-08-15 09:53:00', NULL, NULL, 180, 'POP2022/08/0143', NULL, 'cash', '', '', '', '', '', 'Visa', '2960.4989', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (810, '2022-08-15 09:57:00', NULL, NULL, 181, 'POP2022/08/0144', NULL, 'cash', '', '', '', '', '', 'Visa', '416.1600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (811, '2022-08-15 10:41:00', NULL, NULL, 182, 'POP2022/08/0145', NULL, 'cash', '', '', '', '', '', 'Visa', '225.7200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (812, '2022-08-15 10:50:00', NULL, NULL, 183, 'POP2022/08/0146', NULL, 'cash', '', '', '', '', '', 'Visa', '211.8000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (813, '2022-08-15 10:54:00', NULL, NULL, 184, 'POP2022/08/0147', NULL, 'cash', '', '', '', '', '', 'Visa', '506.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (814, '2022-08-15 10:57:00', NULL, NULL, 185, 'POP2022/08/0148', NULL, 'cash', '', '', '', '', '', 'Visa', '449.7000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (815, '2022-08-15 11:51:00', NULL, NULL, 186, 'POP2022/08/0149', NULL, 'cash', '', '', '', '', '', 'Visa', '152.4000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (816, '2022-08-16 05:49:44', 668, NULL, NULL, 'IPAY2022/08/0692', NULL, 'cash', '', '', '', '', '', '', '614.0000', NULL, 7, NULL, 'received', '', '614.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (817, '2022-08-16 05:53:07', 669, NULL, NULL, 'IPAY2022/08/0693', NULL, 'cash', '', '', '', '', '', '', '479.5000', NULL, 7, NULL, 'received', '', '479.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (818, '2022-08-16 05:57:37', 670, NULL, NULL, 'IPAY2022/08/0694', NULL, 'cash', '', '', '', '', '', '', '280.0000', NULL, 7, NULL, 'received', '', '280.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (819, '2022-08-16 06:14:21', 671, NULL, NULL, 'IPAY2022/08/0695', NULL, 'cash', '', '', '', '', '', '', '85.0000', NULL, 7, NULL, 'received', '', '85.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (820, '2022-08-16 06:57:23', 672, NULL, NULL, 'IPAY2022/08/0696', NULL, 'cash', '', '', '', '', '', '', '328.0000', NULL, 7, NULL, 'received', '', '328.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (821, '2022-08-16 08:12:42', 673, NULL, NULL, 'IPAY2022/08/0697', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (822, '2022-08-16 13:58:00', NULL, NULL, 187, 'POP2022/08/0150', NULL, 'cash', '', '', '', '', '', 'Visa', '422.5499', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (823, '2022-08-17 05:54:44', 674, NULL, NULL, 'IPAY2022/08/0698', NULL, 'cash', '', '', '', '', '', '', '782.0000', NULL, 7, NULL, 'received', '', '782.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (824, '2022-08-17 06:23:16', 675, NULL, NULL, 'IPAY2022/08/0699', NULL, 'cash', '', '', '', '', '', '', '808.5000', NULL, 7, NULL, 'received', '', '808.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (825, '2022-08-17 06:24:52', 676, NULL, NULL, 'IPAY2022/08/0700', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (826, '2022-08-17 08:59:09', 677, NULL, NULL, 'IPAY2022/08/0701', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (827, '2022-08-17 09:06:29', 678, NULL, NULL, 'IPAY2022/08/0702', NULL, 'cash', '', '', '', '', '', '', '444.5000', NULL, 7, NULL, 'received', '', '444.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (828, '2022-08-17 09:06:55', 679, NULL, NULL, 'IPAY2022/08/0703', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (829, '2022-08-17 14:16:47', 680, NULL, NULL, 'IPAY2022/08/0704', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (830, '2022-08-18 05:41:18', 681, NULL, NULL, 'IPAY2022/08/0705', NULL, 'cash', '', '', '', '', '', '', '749.0000', NULL, 7, NULL, 'received', '', '749.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (831, '2022-08-18 05:45:09', 682, NULL, NULL, 'IPAY2022/08/0706', NULL, 'cash', '', '', '', '', '', '', '1723.0000', NULL, 7, NULL, 'received', '', '1723.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (832, '2022-08-18 06:21:54', 683, NULL, NULL, 'IPAY2022/08/0707', NULL, 'cash', '', '', '', '', '', '', '165.0000', NULL, 7, NULL, 'received', '', '165.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (833, '2022-08-18 06:35:45', 684, NULL, NULL, 'IPAY2022/08/0708', NULL, 'cash', '', '', '', '', '', '', '261.5000', NULL, 7, NULL, 'received', '', '261.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (834, '2022-08-18 07:18:06', 685, NULL, NULL, 'IPAY2022/08/0709', NULL, 'cash', '', '', '', '', '', '', '117.0000', NULL, 7, NULL, 'received', '', '117.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (835, '2022-08-18 07:23:13', 686, NULL, NULL, 'IPAY2022/08/0710', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (836, '2022-08-18 08:08:39', 687, NULL, NULL, 'IPAY2022/08/0711', NULL, 'cash', '', '', '', '', '', '', '409.0000', NULL, 7, NULL, 'received', '', '409.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (837, '2022-08-19 06:03:09', 688, NULL, NULL, 'IPAY2022/08/0712', NULL, 'cash', '', '', '', '', '', '', '427.0000', NULL, 7, NULL, 'received', '', '427.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (838, '2022-08-19 06:08:19', 689, NULL, NULL, 'IPAY2022/08/0713', NULL, 'cash', '', '', '', '', '', '', '418.0000', NULL, 7, NULL, 'received', '', '418.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (839, '2022-08-19 06:38:41', 690, NULL, NULL, 'IPAY2022/08/0714', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (840, '2022-08-19 07:06:00', 691, NULL, NULL, 'IPAY2022/08/0715', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (841, '2022-08-19 07:12:36', 692, NULL, NULL, 'IPAY2022/08/0716', NULL, 'cash', '', '', '', '', '', '', '203.5000', NULL, 7, NULL, 'received', '', '203.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (842, '2022-08-19 07:14:52', 693, NULL, NULL, 'IPAY2022/08/0717', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (843, '2022-08-19 07:51:31', 694, NULL, NULL, 'IPAY2022/08/0718', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (844, '2022-08-19 07:57:38', 695, NULL, NULL, 'IPAY2022/08/0719', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (845, '2022-08-19 08:00:10', 696, NULL, NULL, 'IPAY2022/08/0720', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (846, '2022-08-19 08:20:34', 697, NULL, NULL, 'IPAY2022/08/0721', NULL, 'cash', '', '', '', '', '', '', '527.5000', NULL, 7, NULL, 'received', '', '527.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (847, '2022-08-19 15:14:00', NULL, NULL, 188, 'POP2022/08/0151', NULL, 'cash', '', '', '', '', '', 'Visa', '54.4896', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (848, '2022-08-19 15:14:00', NULL, NULL, 174, 'POP2022/08/0152', NULL, 'cash', '', '', '', '', '', 'Visa', '624.6000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (849, '2022-08-19 15:17:00', NULL, NULL, 189, 'POP2022/08/0153', NULL, 'cash', '', '', '', '', '', 'Visa', '42.9231', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (850, '2022-08-19 15:23:00', NULL, NULL, 190, 'POP2022/08/0154', NULL, 'cash', '', '', '', '', '', 'Visa', '690.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (851, '2022-08-19 15:25:00', NULL, NULL, 191, 'POP2022/08/0155', NULL, 'cash', '', '', '', '', '', 'Visa', '614.9995', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (852, '2022-08-19 15:29:00', NULL, NULL, 192, 'POP2022/08/0156', NULL, 'cash', '', '', '', '', '', 'Visa', '610.8698', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (853, '2022-08-20 06:45:48', 698, NULL, NULL, 'IPAY2022/08/0722', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (854, '2022-08-20 15:20:49', 699, NULL, NULL, 'IPAY2022/08/0723', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (855, '2022-08-22 05:51:54', 700, NULL, NULL, 'IPAY2022/08/0724', NULL, 'cash', '', '', '', '', '', '', '907.0000', NULL, 7, NULL, 'received', '', '907.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (856, '2022-08-22 05:56:58', 701, NULL, NULL, 'IPAY2022/08/0725', NULL, 'cash', '', '', '', '', '', '', '605.0000', NULL, 7, NULL, 'received', '', '605.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (857, '2022-08-22 06:00:04', 702, NULL, NULL, 'IPAY2022/08/0726', NULL, 'cash', '', '', '', '', '', '', '558.0000', NULL, 7, NULL, 'received', '', '558.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (858, '2022-08-22 06:37:53', 703, NULL, NULL, 'IPAY2022/08/0727', NULL, 'cash', '', '', '', '', '', '', '258.0000', NULL, 7, NULL, 'received', '', '258.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (859, '2022-08-22 08:48:49', 704, NULL, NULL, 'IPAY2022/08/0728', NULL, 'cash', '', '', '', '', '', '', '572.5000', NULL, 7, NULL, 'received', '', '572.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (860, '2022-08-23 06:45:40', 705, NULL, NULL, 'IPAY2022/08/0729', NULL, 'cash', '', '', '', '', '', '', '156.0000', NULL, 7, NULL, 'received', '', '156.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (861, '2022-08-23 06:46:44', 706, NULL, NULL, 'IPAY2022/08/0730', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (862, '2022-08-23 07:09:07', 707, NULL, NULL, 'IPAY2022/08/0731', NULL, 'cash', '', '', '', '', '', '', '710.0000', NULL, 7, NULL, 'received', '', '710.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (863, '2022-08-23 10:56:38', 708, NULL, NULL, 'IPAY2022/08/0732', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (864, '2022-08-23 11:12:18', 709, NULL, NULL, 'IPAY2022/08/0733', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (865, '2022-08-23 11:13:42', 710, NULL, NULL, 'IPAY2022/08/0734', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (866, '2022-08-23 13:32:34', 711, NULL, NULL, 'IPAY2022/08/0735', NULL, 'cash', '', '', '', '', '', '', '544.0000', NULL, 7, NULL, 'received', '', '544.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (867, '2022-08-23 14:48:00', NULL, NULL, 193, 'POP2022/08/0157', NULL, 'cash', '', '', '', '', '', 'Visa', '91.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (868, '2022-08-23 16:09:00', NULL, NULL, 194, 'POP2022/08/0158', NULL, 'cash', '', '', '', '', '', 'Visa', '199.4400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (869, '2022-08-23 16:14:00', NULL, NULL, 195, 'POP2022/08/0159', NULL, 'cash', '', '', '', '', '', 'Visa', '593.0500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (870, '2022-08-24 06:42:56', 712, NULL, NULL, 'IPAY2022/08/0736', NULL, 'cash', '', '', '', '', '', '', '411.0000', NULL, 7, NULL, 'received', '', '411.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (871, '2022-08-24 07:03:50', 713, NULL, NULL, 'IPAY2022/08/0737', NULL, 'cash', '', '', '', '', '', '', '152.5000', NULL, 7, NULL, 'received', '', '152.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (872, '2022-08-24 07:06:28', 714, NULL, NULL, 'IPAY2022/08/0738', NULL, 'cash', '', '', '', '', '', '', '194.0000', NULL, 7, NULL, 'received', '', '194.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (873, '2022-08-24 07:09:36', 715, NULL, NULL, 'IPAY2022/08/0739', NULL, 'cash', '', '', '', '', '', '', '51.5000', NULL, 7, NULL, 'received', '', '51.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (874, '2022-08-24 07:25:35', 716, NULL, NULL, 'IPAY2022/08/0740', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (875, '2022-08-24 08:12:22', 717, NULL, NULL, 'IPAY2022/08/0741', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (876, '2022-08-24 09:31:25', 718, NULL, NULL, 'IPAY2022/08/0742', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (877, '2022-08-24 12:20:00', NULL, NULL, 196, 'POP2022/08/0160', NULL, 'cash', '', '', '', '', '', 'Visa', '218.0794', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (878, '2022-08-24 12:25:00', NULL, NULL, 197, 'POP2022/08/0161', NULL, 'cash', '', '', '', '', '', 'Visa', '71.9640', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (879, '2022-08-24 12:31:00', NULL, NULL, 198, 'POP2022/08/0162', NULL, 'cash', '', '', '', '', '', 'Visa', '499.4400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (880, '2022-08-24 12:34:00', NULL, NULL, 199, 'POP2022/08/0163', NULL, 'cash', '', '', '', '', '', 'Visa', '201.2696', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (881, '2022-08-24 12:44:00', NULL, NULL, 200, 'POP2022/08/0164', NULL, 'cash', '', '', '', '', '', 'Visa', '409.9997', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (882, '2022-08-25 06:47:53', 719, NULL, NULL, 'IPAY2022/08/0743', NULL, 'cash', '', '', '', '', '', '', '398.0000', NULL, 7, NULL, 'received', '', '398.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (883, '2022-08-25 06:51:20', 720, NULL, NULL, 'IPAY2022/08/0744', NULL, 'cash', '', '', '', '', '', '', '1007.0000', NULL, 7, NULL, 'received', '', '1007.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (884, '2022-08-25 06:54:44', 721, NULL, NULL, 'IPAY2022/08/0745', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (885, '2022-08-25 08:01:53', 722, NULL, NULL, 'IPAY2022/08/0746', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (886, '2022-08-25 08:32:00', 723, NULL, NULL, 'IPAY2022/08/0747', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (887, '2022-08-25 10:03:23', 724, NULL, NULL, 'IPAY2022/08/0748', NULL, 'cash', '', '', '', '', '', '', '641.0000', NULL, 7, NULL, 'received', '', '641.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (888, '2022-08-26 06:49:36', 725, NULL, NULL, 'IPAY2022/08/0749', NULL, 'cash', '', '', '', '', '', '', '362.0000', NULL, 7, NULL, 'received', '', '362.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (889, '2022-08-26 06:57:48', 726, NULL, NULL, 'IPAY2022/08/0750', NULL, 'cash', '', '', '', '', '', '', '81.0000', NULL, 7, NULL, 'received', '', '81.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (890, '2022-08-26 07:25:21', 727, NULL, NULL, 'IPAY2022/08/0751', NULL, 'cash', '', '', '', '', '', '', '107.5000', NULL, 7, NULL, 'received', '', '107.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (891, '2022-08-26 10:24:33', 728, NULL, NULL, 'IPAY2022/08/0752', NULL, 'cash', '', '', '', '', '', '', '318.0000', NULL, 7, NULL, 'received', '', '318.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (892, '2022-08-26 10:25:18', 729, NULL, NULL, 'IPAY2022/08/0753', NULL, 'cash', '', '', '', '', '', '', '256.0000', NULL, 7, NULL, 'received', '', '256.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (893, '2022-08-26 10:27:08', 730, NULL, NULL, 'IPAY2022/08/0754', NULL, 'cash', '', '', '', '', '', '', '401.5000', NULL, 7, NULL, 'received', '', '401.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (894, '2022-08-26 15:58:37', 731, NULL, NULL, 'IPAY2022/08/0755', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (895, '2022-08-27 07:19:01', 732, NULL, NULL, 'IPAY2022/08/0756', NULL, 'cash', '', '', '', '', '', '', '150.0000', NULL, 7, NULL, 'received', '', '150.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (896, '2022-08-27 15:28:13', 733, NULL, NULL, 'IPAY2022/08/0757', NULL, 'cash', '', '', '', '', '', '', '783.0000', NULL, 7, NULL, 'received', '', '783.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (897, '2022-08-28 14:09:03', 734, NULL, NULL, 'IPAY2022/08/0758', NULL, 'cash', '', '', '', '', '', '', '116.0000', NULL, 7, NULL, 'received', '', '116.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (898, '2022-08-29 06:55:04', 735, NULL, NULL, 'IPAY2022/08/0759', NULL, 'cash', '', '', '', '', '', '', '1359.5000', NULL, 7, NULL, 'received', '', '1359.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (899, '2022-08-29 07:12:00', 736, NULL, NULL, 'IPAY2022/08/0760', NULL, 'cash', '', '', '', '', '', '', '122.0000', NULL, 7, NULL, 'received', '', '122.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (900, '2022-08-29 08:48:18', 737, NULL, NULL, 'IPAY2022/08/0761', NULL, 'cash', '', '', '', '', '', '', '107.5000', NULL, 7, NULL, 'received', '', '107.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (901, '2022-08-29 19:12:11', 738, NULL, NULL, 'IPAY2022/08/0762', NULL, 'cash', '', '', '', '', '', '', '571.0000', NULL, 7, NULL, 'received', '', '571.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (902, '2022-08-29 19:24:25', 739, NULL, NULL, 'IPAY2022/08/0763', NULL, 'cash', '', '', '', '', '', '', '202.0000', NULL, 7, NULL, 'received', '', '202.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (903, '2022-08-29 19:33:36', 740, NULL, NULL, 'IPAY2022/08/0764', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (904, '2022-08-30 08:33:51', 741, NULL, NULL, 'IPAY2022/08/0765', NULL, 'cash', '', '', '', '', '', '', '586.0000', NULL, 7, NULL, 'received', '', '586.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (905, '2022-08-30 08:37:39', 742, NULL, NULL, 'IPAY2022/08/0766', NULL, 'cash', '', '', '', '', '', '', '869.0000', NULL, 7, NULL, 'received', '', '869.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (906, '2022-08-30 08:39:15', 743, NULL, NULL, 'IPAY2022/08/0767', NULL, 'cash', '', '', '', '', '', '', '697.7500', NULL, 7, NULL, 'received', '', '697.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (907, '2022-08-30 08:39:59', 744, NULL, NULL, 'IPAY2022/08/0768', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (908, '2022-08-30 11:30:51', 745, NULL, NULL, 'IPAY2022/08/0769', NULL, 'cash', '', '', '', '', '', '', '445.0000', NULL, 7, NULL, 'received', '', '445.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (909, '2022-08-30 17:01:25', 746, NULL, NULL, 'IPAY2022/08/0770', NULL, 'cash', '', '', '', '', '', '', '509.0000', NULL, 7, NULL, 'received', '', '509.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (910, '2022-08-31 06:51:59', 747, NULL, NULL, 'IPAY2022/08/0771', NULL, 'cash', '', '', '', '', '', '', '548.0000', NULL, 7, NULL, 'received', '', '548.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (911, '2022-08-31 06:56:59', 748, NULL, NULL, 'IPAY2022/08/0772', NULL, 'cash', '', '', '', '', '', '', '547.5000', NULL, 7, NULL, 'received', '', '547.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (912, '2022-08-31 07:01:28', 749, NULL, NULL, 'IPAY2022/08/0773', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (913, '2022-08-31 18:30:41', 750, NULL, NULL, 'IPAY2022/08/0774', NULL, 'cash', '', '', '', '', '', '', '290.0000', NULL, 7, NULL, 'received', '', '290.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (914, '2022-08-31 18:30:56', 751, NULL, NULL, 'IPAY2022/08/0775', NULL, 'cash', '', '', '', '', '', '', '482.0000', NULL, 7, NULL, 'received', '', '482.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (915, '2022-08-31 18:31:50', 752, NULL, NULL, 'IPAY2022/08/0776', NULL, 'cash', '', '', '', '', '', '', '214.0000', NULL, 7, NULL, 'received', '', '214.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (916, '2022-08-31 18:32:55', 753, NULL, NULL, 'IPAY2022/08/0777', NULL, 'cash', '', '', '', '', '', '', '217.5000', NULL, 7, NULL, 'received', '', '217.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (917, '2022-08-31 19:12:29', 754, NULL, NULL, 'IPAY2022/08/0778', NULL, 'cash', '', '', '', '', '', '', '104.0000', NULL, 7, NULL, 'received', '', '104.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (918, '2022-08-31 19:29:35', 755, NULL, NULL, 'IPAY2022/08/0779', NULL, 'cash', '', '', '', '', '', '', '86.5000', NULL, 7, NULL, 'received', '', '86.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (919, '2022-09-01 10:51:00', NULL, NULL, 201, 'POP2022/09/0165', NULL, 'cash', '', '', '', '', '', 'Visa', '2770.0991', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (920, '2022-09-01 10:59:34', 756, NULL, NULL, 'IPAY2022/09/0780', NULL, 'cash', '', '', '', '', '', '', '339.0000', NULL, 7, NULL, 'received', '', '339.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (921, '2022-09-01 11:02:00', NULL, NULL, 202, 'POP2022/09/0166', NULL, 'cash', '', '', '', '', '', 'Visa', '667.5850', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (922, '2022-09-01 11:08:44', 757, NULL, NULL, 'IPAY2022/09/0781', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (923, '2022-09-01 18:39:29', 758, NULL, NULL, 'IPAY2022/09/0782', NULL, 'cash', '', '', '', '', '', '', '491.0000', NULL, 7, NULL, 'received', '', '491.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (924, '2022-09-01 18:40:52', 759, NULL, NULL, 'IPAY2022/09/0783', NULL, 'cash', '', '', '', '', '', '', '424.0000', NULL, 7, NULL, 'received', '', '424.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (925, '2022-09-01 18:42:55', 760, NULL, NULL, 'IPAY2022/09/0784', NULL, 'cash', '', '', '', '', '', '', '419.5000', NULL, 7, NULL, 'received', '', '419.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (926, '2022-09-01 18:51:04', 761, NULL, NULL, 'IPAY2022/09/0785', NULL, 'cash', '', '', '', '', '', '', '145.0000', NULL, 7, NULL, 'received', '', '145.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (927, '2022-09-02 06:58:26', 762, NULL, NULL, 'IPAY2022/09/0786', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (928, '2022-09-02 07:13:25', 763, NULL, NULL, 'IPAY2022/09/0787', NULL, 'cash', '', '', '', '', '', '', '569.0000', NULL, 7, NULL, 'received', '', '569.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (929, '2022-09-02 07:32:46', 764, NULL, NULL, 'IPAY2022/09/0788', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (930, '2022-09-02 07:33:14', 765, NULL, NULL, 'IPAY2022/09/0789', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (931, '2022-09-03 07:00:20', 766, NULL, NULL, 'IPAY2022/09/0790', NULL, 'cash', '', '', '', '', '', '', '250.0000', NULL, 7, NULL, 'received', '', '250.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (932, '2022-09-03 15:22:06', 767, NULL, NULL, 'IPAY2022/09/0791', NULL, 'cash', '', '', '', '', '', '', '174.5000', NULL, 7, NULL, 'received', '', '174.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (933, '2022-09-05 07:13:43', 768, NULL, NULL, 'IPAY2022/09/0792', NULL, 'cash', '', '', '', '', '', '', '601.5000', NULL, 7, NULL, 'received', '', '601.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (934, '2022-09-05 07:15:07', 769, NULL, NULL, 'IPAY2022/09/0793', NULL, 'cash', '', '', '', '', '', '', '246.0000', NULL, 7, NULL, 'received', '', '246.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (935, '2022-09-05 14:57:00', NULL, NULL, 203, 'POP2022/09/0167', NULL, 'cash', '', '', '', '', '', 'Visa', '397.0500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (936, '2022-09-05 15:53:06', 770, NULL, NULL, 'IPAY2022/09/0794', NULL, 'cash', '', '', '', '', '', '', '82.0000', NULL, 7, NULL, 'received', '', '82.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (937, '2022-09-05 15:55:04', 771, NULL, NULL, 'IPAY2022/09/0795', NULL, 'cash', '', '', '', '', '', '', '294.0000', NULL, 7, NULL, 'received', '', '294.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (938, '2022-09-05 15:57:10', 772, NULL, NULL, 'IPAY2022/09/0796', NULL, 'cash', '', '', '', '', '', '', '386.0000', NULL, 7, NULL, 'received', '', '386.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (939, '2022-09-05 15:57:51', 773, NULL, NULL, 'IPAY2022/09/0797', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (940, '2022-09-05 16:21:57', 774, NULL, NULL, 'IPAY2022/09/0798', NULL, 'cash', '', '', '', '', '', '', '540.5000', NULL, 7, NULL, 'received', '', '540.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (941, '2022-09-05 16:23:22', 775, NULL, NULL, 'IPAY2022/09/0799', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (942, '2022-09-05 16:57:00', NULL, NULL, 204, 'POP2022/09/0168', NULL, 'cash', '', '', '', '', '', 'Visa', '1034.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (943, '2022-09-06 06:55:05', 776, NULL, NULL, 'IPAY2022/09/0800', NULL, 'cash', '', '', '', '', '', '', '400.5000', NULL, 7, NULL, 'received', '', '400.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (944, '2022-09-06 07:36:21', 777, NULL, NULL, 'IPAY2022/09/0801', NULL, 'cash', '', '', '', '', '', '', '299.0000', NULL, 7, NULL, 'received', '', '299.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (945, '2022-09-06 07:39:19', 778, NULL, NULL, 'IPAY2022/09/0802', NULL, 'cash', '', '', '', '', '', '', '117.0000', NULL, 7, NULL, 'received', '', '117.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (946, '2022-09-06 07:51:38', 779, NULL, NULL, 'IPAY2022/09/0803', NULL, 'cash', '', '', '', '', '', '', '452.0000', NULL, 7, NULL, 'received', '', '452.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (947, '2022-09-06 16:14:00', NULL, NULL, 205, 'POP2022/09/0169', NULL, 'cash', '', '', '', '', '', 'Visa', '575.2400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (948, '2022-09-06 16:22:00', NULL, NULL, 206, 'POP2022/09/0170', NULL, 'cash', '', '', '', '', '', 'Visa', '290.4000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (949, '2022-09-06 16:23:00', NULL, NULL, 207, 'POP2022/09/0171', NULL, 'cash', '', '', '', '', '', 'Visa', '137.7600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (950, '2022-09-06 16:28:00', NULL, NULL, 208, 'POP2022/09/0172', NULL, 'cash', '', '', '', '', '', 'Visa', '138.6000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (951, '2022-09-06 16:36:00', NULL, NULL, 209, 'POP2022/09/0173', NULL, 'cash', '', '', '', '', '', 'Visa', '186.5500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (952, '2022-09-06 16:38:00', NULL, NULL, 210, 'POP2022/09/0174', NULL, 'cash', '', '', '', '', '', 'Visa', '712.9500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (953, '2022-09-06 16:47:00', NULL, NULL, 211, 'POP2022/09/0175', NULL, 'cash', '', '', '', '', '', 'Visa', '746.9799', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (954, '2022-09-06 16:54:00', NULL, NULL, 212, 'POP2022/09/0176', NULL, 'cash', '', '', '', '', '', 'Visa', '175.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (955, '2022-09-06 17:03:17', 780, NULL, NULL, 'IPAY2022/09/0804', NULL, 'cash', '', '', '', '', '', '', '275.5000', NULL, 7, NULL, 'received', '', '275.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (956, '2022-09-07 06:54:40', 781, NULL, NULL, 'IPAY2022/09/0805', NULL, 'cash', '', '', '', '', '', '', '450.5000', NULL, 7, NULL, 'received', '', '450.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (957, '2022-09-07 06:55:51', 782, NULL, NULL, 'IPAY2022/09/0806', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (958, '2022-09-07 07:17:15', 783, NULL, NULL, 'IPAY2022/09/0807', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (959, '2022-09-07 12:55:00', NULL, NULL, 213, 'POP2022/09/0177', NULL, 'cash', '', '', '', '', '', 'Visa', '376.9300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (960, '2022-09-07 16:59:00', NULL, NULL, 214, 'POP2022/09/0178', NULL, 'cash', '', '', '', '', '', 'Visa', '258.3324', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (961, '2022-09-08 07:10:16', 784, NULL, NULL, 'IPAY2022/09/0808', NULL, 'cash', '', '', '', '', '', '', '335.0000', NULL, 7, NULL, 'received', '', '335.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (962, '2022-09-08 07:44:16', 785, NULL, NULL, 'IPAY2022/09/0809', NULL, 'cash', '', '', '', '', '', '', '115.0000', NULL, 7, NULL, 'received', '', '115.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (963, '2022-09-08 09:17:00', NULL, NULL, 215, 'POP2022/09/0179', NULL, 'cash', '', '', '', '', '', 'Visa', '409.9997', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (964, '2022-09-08 09:21:00', NULL, NULL, 216, 'POP2022/09/0180', NULL, 'cash', '', '', '', '', '', 'Visa', '507.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (965, '2022-09-08 09:23:00', NULL, NULL, 217, 'POP2022/09/0181', NULL, 'cash', '', '', '', '', '', 'Visa', '60.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (966, '2022-09-08 16:55:05', 786, NULL, NULL, 'IPAY2022/09/0810', NULL, 'cash', '', '', '', '', '', '', '585.0000', NULL, 7, NULL, 'received', '', '585.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (967, '2022-09-09 07:37:48', 787, NULL, NULL, 'IPAY2022/09/0811', NULL, 'cash', '', '', '', '', '', '', '390.0000', NULL, 7, NULL, 'received', '', '390.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (968, '2022-09-09 08:42:27', 788, NULL, NULL, 'IPAY2022/09/0812', NULL, 'cash', '', '', '', '', '', '', '144.0000', NULL, 7, NULL, 'received', '', '144.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (969, '2022-09-09 16:35:23', 789, NULL, NULL, 'IPAY2022/09/0813', NULL, 'cash', '', '', '', '', '', '', '329.0000', NULL, 7, NULL, 'received', '', '329.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (970, '2022-09-09 16:37:00', 790, NULL, NULL, 'IPAY2022/09/0814', NULL, 'cash', '', '', '', '', '', '', '329.0000', NULL, 7, NULL, 'received', '', '329.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (971, '2022-09-09 16:42:59', 791, NULL, NULL, 'IPAY2022/09/0815', NULL, 'cash', '', '', '', '', '', '', '64.5000', NULL, 7, NULL, 'received', '', '64.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (972, '2022-09-12 07:14:14', 792, NULL, NULL, 'IPAY2022/09/0816', NULL, 'cash', '', '', '', '', '', '', '1019.0000', NULL, 7, NULL, 'received', '', '1019.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (973, '2022-09-12 12:21:00', NULL, NULL, 219, 'POP2022/09/0182', NULL, 'cash', '', '', '', '', '', 'Visa', '213.2400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (974, '2022-09-12 12:21:00', NULL, NULL, 221, 'POP2022/09/0183', NULL, 'cash', '', '', '', '', '', 'Visa', '610.9500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (975, '2022-09-12 12:38:00', NULL, NULL, 222, 'POP2022/09/0184', NULL, 'cash', '', '', '', '', '', 'Visa', '175.3499', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (976, '2022-09-12 12:45:00', NULL, NULL, 223, 'POP2022/09/0185', NULL, 'cash', '', '', '', '', '', 'Visa', '435.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (977, '2022-09-12 12:47:00', NULL, NULL, 224, 'POP2022/09/0186', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0024', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (978, '2022-09-13 07:05:18', 793, NULL, NULL, 'IPAY2022/09/0817', NULL, 'cash', '', '', '', '', '', '', '430.0000', NULL, 7, NULL, 'received', '', '430.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (979, '2022-09-13 07:11:40', 794, NULL, NULL, 'IPAY2022/09/0818', NULL, 'cash', '', '', '', '', '', '', '481.5000', NULL, 7, NULL, 'received', '', '481.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (980, '2022-09-13 07:50:56', 795, NULL, NULL, 'IPAY2022/09/0819', NULL, 'cash', '', '', '', '', '', '', '208.0000', NULL, 7, NULL, 'received', '', '208.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (981, '2022-09-13 12:39:00', 796, NULL, NULL, 'IPAY2022/09/0820', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (982, '2022-09-13 16:20:00', NULL, NULL, 225, 'POP2022/09/0187', NULL, 'cash', '', '', '', '', '', 'Visa', '990.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (983, '2022-09-13 16:39:00', NULL, NULL, 226, 'POP2022/09/0188', NULL, 'cash', '', '', '', '', '', 'Visa', '180.0300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (984, '2022-09-13 17:19:00', 797, NULL, NULL, 'IPAY2022/09/0821', NULL, 'cash', '', '', '', '', '', '', '584.0000', NULL, 7, NULL, 'received', '', '584.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (985, '2022-09-14 06:58:21', 798, NULL, NULL, 'IPAY2022/09/0822', NULL, 'cash', '', '', '', '', '', '', '270.0000', NULL, 7, NULL, 'received', '', '270.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (986, '2022-09-14 09:09:00', NULL, NULL, 227, 'POP2022/09/0189', NULL, 'cash', '', '', '', '', '', 'Visa', '131.2920', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (987, '2022-09-14 16:35:00', NULL, NULL, 228, 'POP2022/09/0190', NULL, 'cash', '', '', '', '', '', 'Visa', '2633.6775', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (988, '2022-09-15 07:04:12', 799, NULL, NULL, 'IPAY2022/09/0823', NULL, 'cash', '', '', '', '', '', '', '321.0000', NULL, 7, NULL, 'received', '', '321.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (989, '2022-09-15 07:13:14', 800, NULL, NULL, 'IPAY2022/09/0824', NULL, 'cash', '', '', '', '', '', '', '328.0000', NULL, 7, NULL, 'received', '', '328.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (990, '2022-09-15 08:06:09', 801, NULL, NULL, 'IPAY2022/09/0825', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (991, '2022-09-16 06:45:07', 802, NULL, NULL, 'IPAY2022/09/0826', NULL, 'cash', '', '', '', '', '', '', '266.0000', NULL, 7, NULL, 'received', '', '266.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (992, '2022-09-16 06:51:47', 803, NULL, NULL, 'IPAY2022/09/0827', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (993, '2022-09-16 07:13:36', 804, NULL, NULL, 'IPAY2022/09/0828', NULL, 'cash', '', '', '', '', '', '', '182.0000', NULL, 7, NULL, 'received', '', '182.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (994, '2022-09-16 07:30:41', 805, NULL, NULL, 'IPAY2022/09/0829', NULL, 'cash', '', '', '', '', '', '', '225.5000', NULL, 7, NULL, 'received', '', '225.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (995, '2022-09-16 07:48:16', 806, NULL, NULL, 'IPAY2022/09/0830', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (996, '2022-09-16 08:30:20', 807, NULL, NULL, 'IPAY2022/09/0831', NULL, 'cash', '', '', '', '', '', '', '858.0000', NULL, 7, NULL, 'received', '', '858.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (997, '2022-09-16 08:32:03', 808, NULL, NULL, 'IPAY2022/09/0832', NULL, 'cash', '', '', '', '', '', '', '374.0000', NULL, 7, NULL, 'received', '', '374.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (998, '2022-09-21 11:13:00', NULL, NULL, 229, 'POP2022/09/0191', NULL, 'cash', '', '', '', '', '', 'Visa', '137.7600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (999, '2022-09-21 12:21:53', 809, NULL, NULL, 'IPAY2022/09/0833', NULL, 'cash', '', '', '', '', '', '', '369.5000', NULL, 7, NULL, 'received', '', '369.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1000, '2022-09-21 12:28:00', NULL, NULL, 230, 'POP2022/09/0192', NULL, 'cash', '', '', '', '', '', 'Visa', '271.8597', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1001, '2022-09-21 12:39:00', NULL, NULL, 231, 'POP2022/09/0193', NULL, 'cash', '', '', '', '', '', 'Visa', '602.8600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1002, '2022-09-21 12:43:00', NULL, NULL, 232, 'POP2022/09/0194', NULL, 'cash', '', '', '', '', '', 'Visa', '110.9999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1003, '2022-09-21 12:46:00', NULL, NULL, 233, 'POP2022/09/0195', NULL, 'cash', '', '', '', '', '', 'Visa', '307.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1004, '2022-09-21 12:48:00', NULL, NULL, 234, 'POP2022/09/0196', NULL, 'cash', '', '', '', '', '', 'Visa', '161.9750', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1005, '2022-09-21 12:51:00', NULL, NULL, 235, 'POP2022/09/0197', NULL, 'cash', '', '', '', '', '', 'Visa', '205.0008', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1006, '2022-09-21 12:54:53', 810, NULL, NULL, 'IPAY2022/09/0834', NULL, 'cash', '', '', '', '', '', '', '220.0000', NULL, 7, NULL, 'received', '', '220.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1007, '2022-09-21 12:57:55', 811, NULL, NULL, 'IPAY2022/09/0835', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1008, '2022-09-21 12:58:14', 812, NULL, NULL, 'IPAY2022/09/0836', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1009, '2022-09-21 12:58:35', 813, NULL, NULL, 'IPAY2022/09/0837', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1010, '2022-09-21 12:58:54', 814, NULL, NULL, 'IPAY2022/09/0838', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1011, '2022-09-21 12:59:10', 815, NULL, NULL, 'IPAY2022/09/0839', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1012, '2022-09-21 13:02:56', 816, NULL, NULL, 'IPAY2022/09/0840', NULL, 'cash', '', '', '', '', '', '', '77.0000', NULL, 7, NULL, 'received', '', '77.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1013, '2022-09-21 14:00:30', 817, NULL, NULL, 'IPAY2022/09/0841', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1014, '2022-09-21 14:01:12', 818, NULL, NULL, 'IPAY2022/09/0842', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1015, '2022-09-21 14:03:31', 819, NULL, NULL, 'IPAY2022/09/0843', NULL, 'cash', '', '', '', '', '', '', '114.0000', NULL, 7, NULL, 'received', '', '114.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1016, '2022-09-21 14:04:51', 820, NULL, NULL, 'IPAY2022/09/0844', NULL, 'cash', '', '', '', '', '', '', '81.5000', NULL, 7, NULL, 'received', '', '81.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1017, '2022-09-21 14:06:35', 821, NULL, NULL, 'IPAY2022/09/0845', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '84.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1018, '2022-09-21 14:07:49', 822, NULL, NULL, 'IPAY2022/09/0846', NULL, 'cash', '', '', '', '', '', '', '77.0000', NULL, 7, NULL, 'received', '', '77.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1019, '2022-09-21 14:08:18', 823, NULL, NULL, 'IPAY2022/09/0847', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1020, '2022-09-21 14:08:58', 824, NULL, NULL, 'IPAY2022/09/0848', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1021, '2022-09-21 14:12:25', 825, NULL, NULL, 'IPAY2022/09/0849', NULL, 'cash', '', '', '', '', '', '', '784.0000', NULL, 7, NULL, 'received', '', '784.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1022, '2022-09-21 14:52:00', NULL, NULL, 236, 'POP2022/09/0198', NULL, 'cash', '', '', '', '', '', 'Visa', '98.3800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1023, '2022-09-21 14:56:00', NULL, NULL, 237, 'POP2022/09/0199', NULL, 'cash', '', '', '', '', '', 'Visa', '813.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1024, '2022-09-21 15:25:00', NULL, NULL, 238, 'POP2022/09/0200', NULL, 'cash', '', '', '', '', '', 'Visa', '535.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1025, '2022-09-21 15:26:30', 826, NULL, NULL, 'IPAY2022/09/0850', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1026, '2022-09-21 15:26:53', 827, NULL, NULL, 'IPAY2022/09/0851', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1027, '2022-09-21 15:27:45', 828, NULL, NULL, 'IPAY2022/09/0852', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1028, '2022-09-21 15:56:37', 829, NULL, NULL, 'IPAY2022/09/0853', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1029, '2022-09-21 16:01:58', 830, NULL, NULL, 'IPAY2022/09/0854', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1030, '2022-09-21 16:03:37', 831, NULL, NULL, 'IPAY2022/09/0855', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1031, '2022-09-21 16:33:06', 832, NULL, NULL, 'IPAY2022/09/0856', NULL, 'cash', '', '', '', '', '', '', '534.0000', NULL, 7, NULL, 'received', '', '534.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1032, '2022-09-22 09:16:37', 833, NULL, NULL, 'IPAY2022/09/0857', NULL, 'cash', '', '', '', '', '', '', '236.0000', NULL, 7, NULL, 'received', '', '236.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1033, '2022-09-22 09:18:06', 834, NULL, NULL, 'IPAY2022/09/0858', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1034, '2022-09-22 09:19:16', 835, NULL, NULL, 'IPAY2022/09/0859', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1035, '2022-09-22 09:20:23', 836, NULL, NULL, 'IPAY2022/09/0860', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1036, '2022-09-22 09:24:07', 837, NULL, NULL, 'IPAY2022/09/0861', NULL, 'cash', '', '', '', '', '', '', '104.0000', NULL, 7, NULL, 'received', '', '104.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1037, '2022-09-22 09:28:23', 838, NULL, NULL, 'IPAY2022/09/0862', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1038, '2022-09-22 09:57:18', 839, NULL, NULL, 'IPAY2022/09/0863', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1039, '2022-09-22 10:14:17', 840, NULL, NULL, 'IPAY2022/09/0864', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1040, '2022-09-22 15:33:46', 842, NULL, NULL, 'IPAY2022/09/0865', NULL, 'cash', '', '', '', '', '', '', '46.5000', NULL, 7, NULL, 'received', '', '46.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1041, '2022-09-23 08:30:09', 843, NULL, NULL, 'IPAY2022/09/0866', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1042, '2022-09-23 08:37:19', 844, NULL, NULL, 'IPAY2022/09/0867', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1043, '2022-09-23 09:01:47', 845, NULL, NULL, 'IPAY2022/09/0868', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1044, '2022-09-23 09:07:22', 846, NULL, NULL, 'IPAY2022/09/0869', NULL, 'cash', '', '', '', '', '', '', '218.5000', NULL, 7, NULL, 'received', '', '218.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1045, '2022-09-23 09:08:35', 847, NULL, NULL, 'IPAY2022/09/0870', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1046, '2022-09-23 09:18:16', 848, NULL, NULL, 'IPAY2022/09/0871', NULL, 'cash', '', '', '', '', '', '', '61.5000', NULL, 7, NULL, 'received', '', '61.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1047, '2022-09-23 09:37:09', 849, NULL, NULL, 'IPAY2022/09/0872', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1048, '2022-09-23 09:49:25', 850, NULL, NULL, 'IPAY2022/09/0873', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1049, '2022-09-23 09:59:21', 851, NULL, NULL, 'IPAY2022/09/0874', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1050, '2022-09-23 11:08:19', 852, NULL, NULL, 'IPAY2022/09/0875', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1051, '2022-09-23 11:30:13', 853, NULL, NULL, 'IPAY2022/09/0876', NULL, 'cash', '', '', '', '', '', '', '514.0000', NULL, 7, NULL, 'received', '', '514.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1052, '2022-09-23 11:34:00', 854, NULL, NULL, 'IPAY2022/09/0877', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1053, '2022-09-23 11:39:04', 855, NULL, NULL, 'IPAY2022/09/0878', NULL, 'cash', '', '', '', '', '', '', '94.5000', NULL, 7, NULL, 'received', '', '94.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1054, '2022-09-23 11:40:16', 856, NULL, NULL, 'IPAY2022/09/0879', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1055, '2022-09-23 12:07:18', 857, NULL, NULL, 'IPAY2022/09/0880', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1056, '2022-09-23 12:16:02', 858, NULL, NULL, 'IPAY2022/09/0881', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1057, '2022-09-23 12:29:38', 859, NULL, NULL, 'IPAY2022/09/0882', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1058, '2022-09-23 12:43:32', 860, NULL, NULL, 'IPAY2022/09/0883', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1059, '2022-09-23 13:02:21', 861, NULL, NULL, 'IPAY2022/09/0884', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1060, '2022-09-23 13:05:53', 862, NULL, NULL, 'IPAY2022/09/0885', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1061, '2022-09-23 13:08:00', 863, NULL, NULL, 'IPAY2022/09/0886', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1062, '2022-09-23 14:05:02', 864, NULL, NULL, 'IPAY2022/09/0887', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1063, '2022-09-23 14:59:58', 865, NULL, NULL, 'IPAY2022/09/0888', NULL, 'cash', '', '', '', '', '', '', '191.5000', NULL, 7, NULL, 'received', '', '191.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1064, '2022-09-23 15:28:35', 866, NULL, NULL, 'IPAY2022/09/0889', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1065, '2022-09-23 15:32:03', 867, NULL, NULL, 'IPAY2022/09/0890', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1066, '2022-09-23 16:30:11', 868, NULL, NULL, 'IPAY2022/09/0891', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1067, '2022-09-26 09:41:35', 869, NULL, NULL, 'IPAY2022/09/0892', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1068, '2022-09-26 10:26:58', 870, NULL, NULL, 'IPAY2022/09/0893', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1069, '2022-09-26 10:38:37', 871, NULL, NULL, 'IPAY2022/09/0894', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1070, '2022-09-26 10:40:02', 872, NULL, NULL, 'IPAY2022/09/0895', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1071, '2022-09-26 11:41:18', 873, NULL, NULL, 'IPAY2022/09/0896', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1072, '2022-09-26 11:58:45', 874, NULL, NULL, 'IPAY2022/09/0897', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1073, '2022-09-26 12:35:11', 875, NULL, NULL, 'IPAY2022/09/0898', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1074, '2022-09-26 13:51:15', 876, NULL, NULL, 'IPAY2022/09/0899', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1075, '2022-09-26 14:17:50', 877, NULL, NULL, 'IPAY2022/09/0900', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1076, '2022-09-26 15:29:39', 878, NULL, NULL, 'IPAY2022/09/0901', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1077, '2022-09-26 15:43:12', 879, NULL, NULL, 'IPAY2022/09/0902', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1078, '2022-09-26 15:53:00', 880, NULL, NULL, 'IPAY2022/09/0903', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1079, '2022-09-26 16:19:48', 881, NULL, NULL, 'IPAY2022/09/0904', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1080, '2022-09-27 08:54:54', 882, NULL, NULL, 'IPAY2022/09/0905', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1081, '2022-09-27 09:04:21', 883, NULL, NULL, 'IPAY2022/09/0906', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1082, '2022-09-27 09:07:39', 884, NULL, NULL, 'IPAY2022/09/0907', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1083, '2022-09-27 09:34:26', 885, NULL, NULL, 'IPAY2022/09/0908', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1084, '2022-09-27 09:39:35', 886, NULL, NULL, 'IPAY2022/09/0909', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1085, '2022-09-27 09:58:08', 887, NULL, NULL, 'IPAY2022/09/0910', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1086, '2022-09-27 10:31:56', 888, NULL, NULL, 'IPAY2022/09/0911', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1087, '2022-09-27 10:43:54', 889, NULL, NULL, 'IPAY2022/09/0912', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1088, '2022-09-27 11:57:54', 890, NULL, NULL, 'IPAY2022/09/0913', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1089, '2022-09-27 12:32:42', 891, NULL, NULL, 'IPAY2022/09/0914', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1090, '2022-09-27 13:05:02', 892, NULL, NULL, 'IPAY2022/09/0915', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1091, '2022-09-27 14:02:00', NULL, NULL, 239, 'POP2022/09/0201', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0024', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1092, '2022-09-27 14:04:00', NULL, NULL, 240, 'POP2022/09/0202', NULL, 'cash', '', '', '', '', '', 'Visa', '480.2300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1093, '2022-09-27 14:16:57', 893, NULL, NULL, 'IPAY2022/09/0916', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1094, '2022-09-27 14:17:41', 894, NULL, NULL, 'IPAY2022/09/0917', NULL, 'cash', '', '', '', '', '', '', '83.0000', NULL, 7, NULL, 'received', '', '83.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1095, '2022-09-27 14:22:35', 895, NULL, NULL, 'IPAY2022/09/0918', NULL, 'cash', '', '', '', '', '', '', '191.0000', NULL, 7, NULL, 'received', '', '191.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1096, '2022-09-27 14:35:29', 896, NULL, NULL, 'IPAY2022/09/0919', NULL, 'cash', '', '', '', '', '', '', '184.5000', NULL, 7, NULL, 'received', '', '184.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1097, '2022-09-27 15:09:00', NULL, NULL, 241, 'POP2022/09/0203', NULL, 'cash', '', '', '', '', '', 'Visa', '111.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1098, '2022-09-27 15:12:00', NULL, NULL, 242, 'POP2022/09/0204', NULL, 'cash', '', '', '', '', '', 'Visa', '280.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1099, '2022-09-27 16:30:40', 897, NULL, NULL, 'IPAY2022/09/0920', NULL, 'cash', '', '', '', '', '', '', '561.5000', NULL, 7, NULL, 'received', '', '561.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1100, '2022-09-28 08:21:33', 898, NULL, NULL, 'IPAY2022/09/0921', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1101, '2022-09-28 09:24:37', 899, NULL, NULL, 'IPAY2022/09/0922', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1102, '2022-09-28 09:43:40', 900, NULL, NULL, 'IPAY2022/09/0923', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1103, '2022-09-28 09:44:22', 901, NULL, NULL, 'IPAY2022/09/0924', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1104, '2022-09-28 10:07:57', 902, NULL, NULL, 'IPAY2022/09/0925', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1105, '2022-09-28 11:03:27', 903, NULL, NULL, 'IPAY2022/09/0926', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1106, '2022-09-28 11:22:19', 904, NULL, NULL, 'IPAY2022/09/0927', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1107, '2022-09-28 11:25:31', 905, NULL, NULL, 'IPAY2022/09/0928', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1108, '2022-09-28 12:06:00', NULL, NULL, 243, 'POP2022/09/0205', NULL, 'cash', '', '', '', '', '', 'Visa', '613.9000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1109, '2022-09-28 12:10:00', NULL, NULL, 244, 'POP2022/09/0206', NULL, 'cash', '', '', '', '', '', 'Visa', '301.9200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1110, '2022-09-28 12:11:00', NULL, NULL, 245, 'POP2022/09/0207', NULL, 'cash', '', '', '', '', '', 'Visa', '560.7000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1111, '2022-09-28 12:31:27', 906, NULL, NULL, 'IPAY2022/09/0929', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1112, '2022-09-28 12:34:06', 907, NULL, NULL, 'IPAY2022/09/0930', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1113, '2022-09-28 12:39:37', 908, NULL, NULL, 'IPAY2022/09/0931', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1114, '2022-09-28 12:55:22', 909, NULL, NULL, 'IPAY2022/09/0932', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1115, '2022-09-28 12:56:01', 910, NULL, NULL, 'IPAY2022/09/0933', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1116, '2022-09-28 12:57:35', 911, NULL, NULL, 'IPAY2022/09/0934', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1117, '2022-09-28 13:04:27', 912, NULL, NULL, 'IPAY2022/09/0935', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1118, '2022-09-28 14:32:31', 913, NULL, NULL, 'IPAY2022/09/0936', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1119, '2022-09-28 14:54:44', 914, NULL, NULL, 'IPAY2022/09/0937', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1120, '2022-09-28 15:07:02', 915, NULL, NULL, 'IPAY2022/09/0938', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1121, '2022-09-28 15:37:30', 916, NULL, NULL, 'IPAY2022/09/0939', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1122, '2022-09-28 15:46:02', 917, NULL, NULL, 'IPAY2022/09/0940', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1123, '2022-09-29 08:11:32', 918, NULL, NULL, 'IPAY2022/09/0941', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1124, '2022-09-29 08:20:17', 919, NULL, NULL, 'IPAY2022/09/0942', NULL, 'cash', '', '', '', '', '', '', '168.5000', NULL, 7, NULL, 'received', '', '168.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1125, '2022-09-29 08:22:29', 920, NULL, NULL, 'IPAY2022/09/0943', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1126, '2022-09-29 08:23:26', 921, NULL, NULL, 'IPAY2022/09/0944', NULL, 'cash', '', '', '', '', '', '', '102.0000', NULL, 7, NULL, 'received', '', '102.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1127, '2022-09-29 08:36:16', 922, NULL, NULL, 'IPAY2022/09/0945', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1128, '2022-09-29 09:16:31', 923, NULL, NULL, 'IPAY2022/09/0946', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1129, '2022-09-29 09:31:34', 924, NULL, NULL, 'IPAY2022/09/0947', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1130, '2022-09-29 10:21:49', 925, NULL, NULL, 'IPAY2022/09/0948', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1131, '2022-09-29 10:58:21', 926, NULL, NULL, 'IPAY2022/09/0949', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1132, '2022-09-29 11:09:57', 927, NULL, NULL, 'IPAY2022/09/0950', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1133, '2022-09-29 11:09:57', 928, NULL, NULL, 'IPAY2022/09/0951', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1134, '2022-09-29 11:25:58', 929, NULL, NULL, 'IPAY2022/09/0952', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1135, '2022-09-29 11:47:31', 930, NULL, NULL, 'IPAY2022/09/0953', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1136, '2022-09-29 11:55:43', 931, NULL, NULL, 'IPAY2022/09/0954', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1137, '2022-09-29 12:18:50', 932, NULL, NULL, 'IPAY2022/09/0955', NULL, 'cash', '', '', '', '', '', '', '645.0000', NULL, 7, NULL, 'received', '', '645.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1138, '2022-09-29 12:22:27', 933, NULL, NULL, 'IPAY2022/09/0956', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1139, '2022-09-29 12:33:36', 934, NULL, NULL, 'IPAY2022/09/0957', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1140, '2022-09-29 12:42:12', 935, NULL, NULL, 'IPAY2022/09/0958', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1141, '2022-09-29 13:34:34', 936, NULL, NULL, 'IPAY2022/09/0959', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1142, '2022-09-29 14:18:35', 937, NULL, NULL, 'IPAY2022/09/0960', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1143, '2022-09-29 15:11:28', 938, NULL, NULL, 'IPAY2022/09/0961', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1144, '2022-09-29 15:18:51', 939, NULL, NULL, 'IPAY2022/09/0962', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1145, '2022-09-29 15:31:18', 940, NULL, NULL, 'IPAY2022/09/0963', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1146, '2022-09-29 16:07:42', 941, NULL, NULL, 'IPAY2022/09/0964', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1147, '2022-09-29 16:10:19', 942, NULL, NULL, 'IPAY2022/09/0965', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1148, '2022-09-30 08:10:38', 943, NULL, NULL, 'IPAY2022/09/0966', NULL, 'cash', '', '', '', '', '', '', '250.0000', NULL, 7, NULL, 'received', '', '250.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1149, '2022-09-30 08:47:20', 944, NULL, NULL, 'IPAY2022/09/0967', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1150, '2022-09-30 08:52:17', 945, NULL, NULL, 'IPAY2022/09/0968', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1151, '2022-09-30 09:19:50', 946, NULL, NULL, 'IPAY2022/09/0969', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1152, '2022-09-30 10:15:17', 947, NULL, NULL, 'IPAY2022/09/0970', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1153, '2022-09-30 10:17:07', 948, NULL, NULL, 'IPAY2022/09/0971', NULL, 'cash', '', '', '', '', '', '', '247.0000', NULL, 7, NULL, 'received', '', '247.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1154, '2022-09-30 10:17:40', 949, NULL, NULL, 'IPAY2022/09/0972', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1155, '2022-09-30 10:37:26', 950, NULL, NULL, 'IPAY2022/09/0973', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1156, '2022-09-30 11:14:34', 951, NULL, NULL, 'IPAY2022/09/0974', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1157, '2022-09-30 11:30:06', 952, NULL, NULL, 'IPAY2022/09/0975', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1158, '2022-09-30 11:51:27', 953, NULL, NULL, 'IPAY2022/09/0976', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1159, '2022-09-30 11:59:01', 954, NULL, NULL, 'IPAY2022/09/0977', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1160, '2022-09-30 12:03:34', 955, NULL, NULL, 'IPAY2022/09/0978', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1161, '2022-09-30 12:31:38', 956, NULL, NULL, 'IPAY2022/09/0979', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1162, '2022-09-30 12:33:25', 957, NULL, NULL, 'IPAY2022/09/0980', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1163, '2022-09-30 12:35:57', 958, NULL, NULL, 'IPAY2022/09/0981', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1164, '2022-09-30 12:53:08', 959, NULL, NULL, 'IPAY2022/09/0982', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1165, '2022-09-30 13:10:11', 960, NULL, NULL, 'IPAY2022/09/0983', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1166, '2022-09-30 13:11:21', 961, NULL, NULL, 'IPAY2022/09/0984', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1167, '2022-09-30 13:18:08', 962, NULL, NULL, 'IPAY2022/09/0985', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1168, '2022-09-30 13:47:40', 963, NULL, NULL, 'IPAY2022/09/0986', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1169, '2022-09-30 13:50:25', 964, NULL, NULL, 'IPAY2022/09/0987', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1170, '2022-09-30 13:55:53', 965, NULL, NULL, 'IPAY2022/09/0988', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1171, '2022-09-30 14:03:12', 966, NULL, NULL, 'IPAY2022/09/0989', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1172, '2022-09-30 14:03:34', 967, NULL, NULL, 'IPAY2022/09/0990', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1173, '2022-09-30 14:10:38', 968, NULL, NULL, 'IPAY2022/09/0991', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1174, '2022-09-30 14:19:15', 969, NULL, NULL, 'IPAY2022/09/0992', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1175, '2022-09-30 14:34:31', 970, NULL, NULL, 'IPAY2022/09/0993', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1176, '2022-09-30 15:53:06', 971, NULL, NULL, 'IPAY2022/09/0994', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1177, '2022-09-30 15:59:50', 972, NULL, NULL, 'IPAY2022/09/0995', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1178, '2022-09-30 16:03:59', 973, NULL, NULL, 'IPAY2022/09/0996', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1179, '2022-09-30 16:49:37', 974, NULL, NULL, 'IPAY2022/09/0997', NULL, 'cash', '', '', '', '', '', '', '192.5000', NULL, 7, NULL, 'received', '', '192.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1180, '2022-10-01 08:49:46', 975, NULL, NULL, 'IPAY2022/10/0998', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1181, '2022-10-01 08:59:01', 976, NULL, NULL, 'IPAY2022/10/0999', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1182, '2022-10-01 09:01:45', 977, NULL, NULL, 'IPAY2022/10/1000', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1183, '2022-10-01 09:40:03', 978, NULL, NULL, 'IPAY2022/10/1001', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1184, '2022-10-01 10:07:14', 979, NULL, NULL, 'IPAY2022/10/1002', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1185, '2022-10-01 10:09:04', 980, NULL, NULL, 'IPAY2022/10/1003', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1186, '2022-10-01 10:17:45', 981, NULL, NULL, 'IPAY2022/10/1004', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1187, '2022-10-01 10:39:41', 982, NULL, NULL, 'IPAY2022/10/1005', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1188, '2022-10-01 11:18:43', 983, NULL, NULL, 'IPAY2022/10/1006', NULL, 'cash', '', '', '', '', '', '', '524.0000', NULL, 7, NULL, 'received', '', '524.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1189, '2022-10-01 11:39:33', 984, NULL, NULL, 'IPAY2022/10/1007', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1190, '2022-10-01 12:00:56', 985, NULL, NULL, 'IPAY2022/10/1008', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1191, '2022-10-01 12:25:22', 986, NULL, NULL, 'IPAY2022/10/1009', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1192, '2022-10-01 12:45:03', 987, NULL, NULL, 'IPAY2022/10/1010', NULL, 'cash', '', '', '', '', '', '', '114.0000', NULL, 7, NULL, 'received', '', '114.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1193, '2022-10-01 14:16:15', 988, NULL, NULL, 'IPAY2022/10/1011', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1194, '2022-10-01 15:18:22', 989, NULL, NULL, 'IPAY2022/10/1012', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1195, '2022-10-03 07:57:52', 990, NULL, NULL, 'IPAY2022/10/1013', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1196, '2022-10-03 08:01:02', 991, NULL, NULL, 'IPAY2022/10/1014', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '67.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1197, '2022-10-03 08:40:00', NULL, NULL, 246, 'POP2022/10/0208', NULL, 'cash', '', '', '', '', '', 'Visa', '1722.2997', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1198, '2022-10-03 08:43:00', NULL, NULL, 247, 'POP2022/10/0209', NULL, 'cash', '', '', '', '', '', 'Visa', '301.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1199, '2022-10-03 08:52:49', 992, NULL, NULL, 'IPAY2022/10/1015', NULL, 'cash', '', '', '', '', '', '', '309.5000', NULL, 7, NULL, 'received', '', '309.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1200, '2022-10-03 08:53:36', 993, NULL, NULL, 'IPAY2022/10/1016', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1201, '2022-10-03 08:54:16', 994, NULL, NULL, 'IPAY2022/10/1017', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1202, '2022-10-03 08:54:49', 995, NULL, NULL, 'IPAY2022/10/1018', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1203, '2022-10-03 08:57:00', NULL, NULL, 248, 'POP2022/10/0210', NULL, 'cash', '', '', '', '', '', 'Visa', '349.4398', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1204, '2022-10-03 09:03:00', NULL, NULL, 249, 'POP2022/10/0211', NULL, 'cash', '', '', '', '', '', 'Visa', '316.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1205, '2022-10-03 09:08:16', 996, NULL, NULL, 'IPAY2022/10/1019', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1206, '2022-10-03 09:11:43', 997, NULL, NULL, 'IPAY2022/10/1020', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1207, '2022-10-03 09:23:33', 998, NULL, NULL, 'IPAY2022/10/1021', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1208, '2022-10-03 09:31:42', 999, NULL, NULL, 'IPAY2022/10/1022', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1209, '2022-10-03 10:00:04', 1000, NULL, NULL, 'IPAY2022/10/1023', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1210, '2022-10-03 10:01:00', NULL, NULL, 250, 'POP2022/10/0212', NULL, 'cash', '', '', '', '', '', 'Visa', '539.6400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1211, '2022-10-03 10:05:00', NULL, NULL, 251, 'POP2022/10/0213', NULL, 'cash', '', '', '', '', '', 'Visa', '505.0400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1212, '2022-10-03 10:09:03', 1001, NULL, NULL, 'IPAY2022/10/1024', NULL, 'cash', '', '', '', '', '', '', '91.5000', NULL, 7, NULL, 'received', '', '91.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1213, '2022-10-03 10:09:36', 1002, NULL, NULL, 'IPAY2022/10/1025', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1214, '2022-10-03 10:10:04', 1003, NULL, NULL, 'IPAY2022/10/1026', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1215, '2022-10-03 10:15:39', 1004, NULL, NULL, 'IPAY2022/10/1027', NULL, 'cash', '', '', '', '', '', '', '410.0000', NULL, 7, NULL, 'received', '', '410.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1216, '2022-10-03 10:18:16', 1005, NULL, NULL, 'IPAY2022/10/1028', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1217, '2022-10-03 10:26:58', 1006, NULL, NULL, 'IPAY2022/10/1029', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1218, '2022-10-03 11:11:24', 1007, NULL, NULL, 'IPAY2022/10/1030', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1219, '2022-10-03 11:21:11', 1008, NULL, NULL, 'IPAY2022/10/1031', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1220, '2022-10-03 11:28:12', 1009, NULL, NULL, 'IPAY2022/10/1032', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1221, '2022-10-03 11:35:46', 1010, NULL, NULL, 'IPAY2022/10/1033', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1222, '2022-10-03 12:10:08', 1011, NULL, NULL, 'IPAY2022/10/1034', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1223, '2022-10-03 12:27:01', 1012, NULL, NULL, 'IPAY2022/10/1035', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1224, '2022-10-03 12:28:45', 1013, NULL, NULL, 'IPAY2022/10/1036', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1225, '2022-10-03 12:38:12', 1014, NULL, NULL, 'IPAY2022/10/1037', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1226, '2022-10-03 13:01:51', 1015, NULL, NULL, 'IPAY2022/10/1038', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1227, '2022-10-03 13:18:20', 1016, NULL, NULL, 'IPAY2022/10/1039', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1228, '2022-10-03 13:19:26', 1017, NULL, NULL, 'IPAY2022/10/1040', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1229, '2022-10-03 13:25:13', 1018, NULL, NULL, 'IPAY2022/10/1041', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1230, '2022-10-03 13:37:03', 1019, NULL, NULL, 'IPAY2022/10/1042', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1231, '2022-10-03 13:57:55', 1020, NULL, NULL, 'IPAY2022/10/1043', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1232, '2022-10-03 14:15:13', 1021, NULL, NULL, 'IPAY2022/10/1044', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1233, '2022-10-03 14:40:49', 1022, NULL, NULL, 'IPAY2022/10/1045', NULL, 'cash', '', '', '', '', '', '', '76.5000', NULL, 7, NULL, 'received', '', '76.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1234, '2022-10-03 14:41:07', 1023, NULL, NULL, 'IPAY2022/10/1046', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1235, '2022-10-03 14:55:16', 1024, NULL, NULL, 'IPAY2022/10/1047', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1236, '2022-10-03 15:14:22', 1025, NULL, NULL, 'IPAY2022/10/1048', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1237, '2022-10-03 15:22:20', 1026, NULL, NULL, 'IPAY2022/10/1049', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1238, '2022-10-03 15:28:45', 1027, NULL, NULL, 'IPAY2022/10/1050', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1239, '2022-10-03 15:31:12', 1028, NULL, NULL, 'IPAY2022/10/1051', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1240, '2022-10-03 15:32:21', 1029, NULL, NULL, 'IPAY2022/10/1052', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1241, '2022-10-03 15:34:49', 1030, NULL, NULL, 'IPAY2022/10/1053', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1242, '2022-10-03 15:46:02', 1031, NULL, NULL, 'IPAY2022/10/1054', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1243, '2022-10-03 15:56:23', 1032, NULL, NULL, 'IPAY2022/10/1055', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1244, '2022-10-03 16:02:42', 1033, NULL, NULL, 'IPAY2022/10/1056', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1245, '2022-10-03 16:05:01', 1034, NULL, NULL, 'IPAY2022/10/1057', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1246, '2022-10-03 16:06:30', 1035, NULL, NULL, 'IPAY2022/10/1058', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1247, '2022-10-03 16:07:24', 1036, NULL, NULL, 'IPAY2022/10/1059', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1248, '2022-10-03 16:39:00', NULL, NULL, 252, 'POP2022/10/0214', NULL, 'cash', '', '', '', '', '', 'Visa', '828.3100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1249, '2022-10-04 07:23:58', 1037, NULL, NULL, 'IPAY2022/10/1060', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1250, '2022-10-04 07:37:47', 1038, NULL, NULL, 'IPAY2022/10/1061', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1251, '2022-10-04 08:26:42', 1039, NULL, NULL, 'IPAY2022/10/1062', NULL, 'cash', '', '', '', '', '', '', '90.5000', NULL, 7, NULL, 'received', '', '90.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1252, '2022-10-04 08:43:47', 1040, NULL, NULL, 'IPAY2022/10/1063', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1253, '2022-10-04 08:44:48', 1041, NULL, NULL, 'IPAY2022/10/1064', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1254, '2022-10-04 09:00:36', 1042, NULL, NULL, 'IPAY2022/10/1065', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1255, '2022-10-04 09:23:45', 1043, NULL, NULL, 'IPAY2022/10/1066', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1256, '2022-10-04 09:28:50', 1044, NULL, NULL, 'IPAY2022/10/1067', NULL, 'cash', '', '', '', '', '', '', '18.7500', NULL, 7, NULL, 'received', '', '18.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1257, '2022-10-04 09:52:00', NULL, NULL, 253, 'POP2022/10/0215', NULL, 'cash', '', '', '', '', '', 'Visa', '258.3333', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1258, '2022-10-04 09:54:18', 1045, NULL, NULL, 'IPAY2022/10/1068', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1259, '2022-10-04 10:33:33', 1046, NULL, NULL, 'IPAY2022/10/1069', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1260, '2022-10-04 10:56:50', 1047, NULL, NULL, 'IPAY2022/10/1070', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1261, '2022-10-04 11:08:31', 1048, NULL, NULL, 'IPAY2022/10/1071', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1262, '2022-10-04 11:20:10', 1049, NULL, NULL, 'IPAY2022/10/1072', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1263, '2022-10-04 11:32:51', 1050, NULL, NULL, 'IPAY2022/10/1073', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1264, '2022-10-04 12:02:02', 1051, NULL, NULL, 'IPAY2022/10/1074', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1265, '2022-10-04 12:28:22', 1052, NULL, NULL, 'IPAY2022/10/1075', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1266, '2022-10-04 12:47:17', 1053, NULL, NULL, 'IPAY2022/10/1076', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1267, '2022-10-04 13:44:15', 1054, NULL, NULL, 'IPAY2022/10/1077', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1268, '2022-10-04 13:56:09', 1055, NULL, NULL, 'IPAY2022/10/1078', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1269, '2022-10-04 13:57:28', 1056, NULL, NULL, 'IPAY2022/10/1079', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1270, '2022-10-04 13:57:51', 1057, NULL, NULL, 'IPAY2022/10/1080', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1271, '2022-10-04 14:16:57', 1058, NULL, NULL, 'IPAY2022/10/1081', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1272, '2022-10-04 14:33:43', 1059, NULL, NULL, 'IPAY2022/10/1082', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1273, '2022-10-04 15:21:02', 1060, NULL, NULL, 'IPAY2022/10/1083', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1274, '2022-10-04 15:27:42', 1061, NULL, NULL, 'IPAY2022/10/1084', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1275, '2022-10-04 15:36:45', 1062, NULL, NULL, 'IPAY2022/10/1085', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1276, '2022-10-04 15:38:30', 1063, NULL, NULL, 'IPAY2022/10/1086', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1277, '2022-10-04 15:54:21', 1064, NULL, NULL, 'IPAY2022/10/1087', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1278, '2022-10-04 16:08:20', 1065, NULL, NULL, 'IPAY2022/10/1088', NULL, 'cash', '', '', '', '', '', '', '45.5000', NULL, 7, NULL, 'received', '', '45.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1279, '2022-10-05 08:01:22', 1066, NULL, NULL, 'IPAY2022/10/1089', NULL, 'cash', '', '', '', '', '', '', '160.0000', NULL, 7, NULL, 'received', '', '160.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1280, '2022-10-05 08:24:42', 1067, NULL, NULL, 'IPAY2022/10/1090', NULL, 'cash', '', '', '', '', '', '', '161.2500', NULL, 7, NULL, 'received', '', '161.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1281, '2022-10-05 09:04:24', 1068, NULL, NULL, 'IPAY2022/10/1091', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1282, '2022-10-05 09:12:37', 1069, NULL, NULL, 'IPAY2022/10/1092', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1283, '2022-10-05 09:56:50', 1070, NULL, NULL, 'IPAY2022/10/1093', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1284, '2022-10-05 10:27:57', 1071, NULL, NULL, 'IPAY2022/10/1094', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1285, '2022-10-05 10:34:18', 1072, NULL, NULL, 'IPAY2022/10/1095', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1286, '2022-10-05 10:36:04', 1073, NULL, NULL, 'IPAY2022/10/1096', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1287, '2022-10-05 10:57:10', 1074, NULL, NULL, 'IPAY2022/10/1097', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1288, '2022-10-05 11:36:39', 1075, NULL, NULL, 'IPAY2022/10/1098', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1289, '2022-10-05 11:52:46', 1076, NULL, NULL, 'IPAY2022/10/1099', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1290, '2022-10-05 12:17:47', 1077, NULL, NULL, 'IPAY2022/10/1100', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1291, '2022-10-05 12:18:30', 1078, NULL, NULL, 'IPAY2022/10/1101', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1292, '2022-10-05 12:44:59', 1079, NULL, NULL, 'IPAY2022/10/1102', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1293, '2022-10-05 14:03:50', 1080, NULL, NULL, 'IPAY2022/10/1103', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1294, '2022-10-05 15:00:00', NULL, NULL, 218, 'POP2022/10/0216', NULL, 'cash', '', '', '', '', '', 'Visa', '1568.7500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1295, '2022-10-05 15:19:02', 1081, NULL, NULL, 'IPAY2022/10/1104', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1296, '2022-10-05 15:31:37', 1082, NULL, NULL, 'IPAY2022/10/1105', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1297, '2022-10-05 16:22:29', 1083, NULL, NULL, 'IPAY2022/10/1106', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1298, '2022-10-05 16:23:33', 1084, NULL, NULL, 'IPAY2022/10/1107', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1299, '2022-10-06 07:59:25', 1085, NULL, NULL, 'IPAY2022/10/1108', NULL, 'cash', '', '', '', '', '', '', '119.0000', NULL, 7, NULL, 'received', '', '119.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1300, '2022-10-06 08:20:24', 1086, NULL, NULL, 'IPAY2022/10/1109', NULL, 'cash', '', '', '', '', '', '', '184.5000', NULL, 7, NULL, 'received', '', '184.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1301, '2022-10-06 09:58:04', 1087, NULL, NULL, 'IPAY2022/10/1110', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1302, '2022-10-06 10:15:30', 1088, NULL, NULL, 'IPAY2022/10/1111', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1303, '2022-10-06 10:43:55', 1089, NULL, NULL, 'IPAY2022/10/1112', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1304, '2022-10-06 11:08:22', 1090, NULL, NULL, 'IPAY2022/10/1113', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1305, '2022-10-06 11:14:26', 1091, NULL, NULL, 'IPAY2022/10/1114', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1306, '2022-10-06 11:17:07', 1092, NULL, NULL, 'IPAY2022/10/1115', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1307, '2022-10-06 12:18:18', 1093, NULL, NULL, 'IPAY2022/10/1116', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1308, '2022-10-06 12:21:21', 1094, NULL, NULL, 'IPAY2022/10/1117', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1309, '2022-10-06 12:29:57', 1095, NULL, NULL, 'IPAY2022/10/1118', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1310, '2022-10-06 12:42:46', 1096, NULL, NULL, 'IPAY2022/10/1119', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1311, '2022-10-06 13:24:44', 1097, NULL, NULL, 'IPAY2022/10/1120', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1312, '2022-10-06 13:51:40', 1098, NULL, NULL, 'IPAY2022/10/1121', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1313, '2022-10-06 15:07:41', 1099, NULL, NULL, 'IPAY2022/10/1122', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1314, '2022-10-06 15:52:04', 1100, NULL, NULL, 'IPAY2022/10/1123', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1315, '2022-10-06 15:55:49', 1101, NULL, NULL, 'IPAY2022/10/1124', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1316, '2022-10-06 16:07:24', 1102, NULL, NULL, 'IPAY2022/10/1125', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1317, '2022-10-06 16:53:00', NULL, NULL, 254, 'POP2022/10/0217', NULL, 'cash', '', '', '', '', '', 'Visa', '350.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1318, '2022-10-07 07:24:17', 1103, NULL, NULL, 'IPAY2022/10/1126', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1319, '2022-10-07 07:46:15', 1104, NULL, NULL, 'IPAY2022/10/1127', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1320, '2022-10-07 08:38:01', 1105, NULL, NULL, 'IPAY2022/10/1128', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1321, '2022-10-07 08:39:21', 1106, NULL, NULL, 'IPAY2022/10/1129', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1322, '2022-10-07 08:41:43', 1107, NULL, NULL, 'IPAY2022/10/1130', NULL, 'cash', '', '', '', '', '', '', '317.0000', NULL, 7, NULL, 'received', '', '317.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1323, '2022-10-07 08:44:30', 1108, NULL, NULL, 'IPAY2022/10/1131', NULL, 'cash', '', '', '', '', '', '', '289.0000', NULL, 7, NULL, 'received', '', '289.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1324, '2022-10-07 09:00:25', 1109, NULL, NULL, 'IPAY2022/10/1132', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1325, '2022-10-07 09:13:33', 1110, NULL, NULL, 'IPAY2022/10/1133', NULL, 'cash', '', '', '', '', '', '', '145.0000', NULL, 7, NULL, 'received', '', '145.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1326, '2022-10-07 09:15:15', 1111, NULL, NULL, 'IPAY2022/10/1134', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1327, '2022-10-07 10:34:28', 1112, NULL, NULL, 'IPAY2022/10/1135', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1328, '2022-10-07 10:38:46', 1113, NULL, NULL, 'IPAY2022/10/1136', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1329, '2022-10-07 10:56:00', NULL, NULL, 255, 'POP2022/10/0218', NULL, 'cash', '', '', '', '', '', 'Visa', '1003.4946', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1330, '2022-10-07 11:04:38', 1114, NULL, NULL, 'IPAY2022/10/1137', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1331, '2022-10-07 11:06:45', 1115, NULL, NULL, 'IPAY2022/10/1138', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1332, '2022-10-07 11:09:03', 1116, NULL, NULL, 'IPAY2022/10/1139', NULL, 'cash', '', '', '', '', '', '', '31.9999', NULL, 7, NULL, 'received', '', '31.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1333, '2022-10-07 11:38:00', NULL, NULL, 256, 'POP2022/10/0219', NULL, 'cash', '', '', '', '', '', 'Visa', '126.2400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1334, '2022-10-07 11:49:00', NULL, NULL, 257, 'POP2022/10/0220', NULL, 'cash', '', '', '', '', '', 'Visa', '162.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1335, '2022-10-07 12:09:43', 1117, NULL, NULL, 'IPAY2022/10/1140', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1336, '2022-10-07 12:57:16', 1118, NULL, NULL, 'IPAY2022/10/1141', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1337, '2022-10-07 13:48:28', 1119, NULL, NULL, 'IPAY2022/10/1142', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1338, '2022-10-07 13:49:46', 1120, NULL, NULL, 'IPAY2022/10/1143', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1339, '2022-10-07 13:51:58', 1121, NULL, NULL, 'IPAY2022/10/1144', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1340, '2022-10-07 14:13:17', 1122, NULL, NULL, 'IPAY2022/10/1145', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1341, '2022-10-07 14:31:35', 1123, NULL, NULL, 'IPAY2022/10/1146', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1342, '2022-10-07 14:46:54', 1124, NULL, NULL, 'IPAY2022/10/1147', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1343, '2022-10-07 14:56:47', 1125, NULL, NULL, 'IPAY2022/10/1148', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1344, '2022-10-07 15:39:14', 1126, NULL, NULL, 'IPAY2022/10/1149', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1345, '2022-10-07 15:48:11', 1127, NULL, NULL, 'IPAY2022/10/1150', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1346, '2022-10-07 15:58:08', 1128, NULL, NULL, 'IPAY2022/10/1151', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1347, '2022-10-07 16:05:31', 1129, NULL, NULL, 'IPAY2022/10/1152', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1348, '2022-10-07 16:11:35', 1130, NULL, NULL, 'IPAY2022/10/1153', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1349, '2022-10-07 16:51:44', 1131, NULL, NULL, 'IPAY2022/10/1154', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1350, '2022-10-07 16:52:20', 1132, NULL, NULL, 'IPAY2022/10/1155', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1351, '2022-10-07 17:02:00', NULL, NULL, 258, 'POP2022/10/0221', NULL, 'cash', '', '', '', '', '', 'Visa', '344.1399', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1352, '2022-10-07 17:12:48', 1133, NULL, NULL, 'IPAY2022/10/1156', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1353, '2022-10-07 17:18:35', 1134, NULL, NULL, 'IPAY2022/10/1157', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1354, '2022-10-07 17:32:44', 1135, NULL, NULL, 'IPAY2022/10/1158', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1355, '2022-10-07 17:46:04', 1136, NULL, NULL, 'IPAY2022/10/1159', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1356, '2022-10-07 17:50:57', 1137, NULL, NULL, 'IPAY2022/10/1160', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1357, '2022-10-07 19:00:34', 1138, NULL, NULL, 'IPAY2022/10/1161', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1358, '2022-10-07 19:19:52', 1139, NULL, NULL, 'IPAY2022/10/1162', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1359, '2022-10-07 19:31:56', 1140, NULL, NULL, 'IPAY2022/10/1163', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1360, '2022-10-07 19:55:20', 1141, NULL, NULL, 'IPAY2022/10/1164', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1361, '2022-10-07 19:56:12', 1142, NULL, NULL, 'IPAY2022/10/1165', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1362, '2022-10-08 06:27:24', 1143, NULL, NULL, 'IPAY2022/10/1166', NULL, 'cash', '', '', '', '', '', '', '9.2500', NULL, 7, NULL, 'received', '', '9.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1363, '2022-10-08 07:11:46', 1144, NULL, NULL, 'IPAY2022/10/1167', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1364, '2022-10-08 07:22:04', 1145, NULL, NULL, 'IPAY2022/10/1168', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1365, '2022-10-08 08:57:56', 1146, NULL, NULL, 'IPAY2022/10/1169', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1366, '2022-10-08 08:59:56', 1147, NULL, NULL, 'IPAY2022/10/1170', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1367, '2022-10-08 09:05:35', 1148, NULL, NULL, 'IPAY2022/10/1171', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1368, '2022-10-08 09:13:40', 1149, NULL, NULL, 'IPAY2022/10/1172', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1369, '2022-10-08 09:47:45', 1150, NULL, NULL, 'IPAY2022/10/1173', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1370, '2022-10-08 10:46:16', 1151, NULL, NULL, 'IPAY2022/10/1174', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1371, '2022-10-08 10:59:24', 1152, NULL, NULL, 'IPAY2022/10/1175', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1372, '2022-10-08 11:17:52', 1153, NULL, NULL, 'IPAY2022/10/1176', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1373, '2022-10-08 11:44:00', 1154, NULL, NULL, 'IPAY2022/10/1177', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1374, '2022-10-08 11:48:17', 1155, NULL, NULL, 'IPAY2022/10/1178', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1375, '2022-10-08 11:53:58', 1156, NULL, NULL, 'IPAY2022/10/1179', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1376, '2022-10-08 11:56:19', 1157, NULL, NULL, 'IPAY2022/10/1180', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1377, '2022-10-08 11:59:39', 1158, NULL, NULL, 'IPAY2022/10/1181', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1378, '2022-10-08 12:41:54', 1159, NULL, NULL, 'IPAY2022/10/1182', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1379, '2022-10-08 12:54:27', 1160, NULL, NULL, 'IPAY2022/10/1183', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1380, '2022-10-08 13:12:09', 1161, NULL, NULL, 'IPAY2022/10/1184', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1381, '2022-10-08 13:27:05', 1162, NULL, NULL, 'IPAY2022/10/1185', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1382, '2022-10-08 13:34:12', 1163, NULL, NULL, 'IPAY2022/10/1186', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1383, '2022-10-08 15:38:30', 1164, NULL, NULL, 'IPAY2022/10/1187', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1384, '2022-10-08 16:04:41', 1165, NULL, NULL, 'IPAY2022/10/1188', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1385, '2022-10-08 16:23:11', 1166, NULL, NULL, 'IPAY2022/10/1189', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1386, '2022-10-08 17:34:24', 1167, NULL, NULL, 'IPAY2022/10/1190', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1387, '2022-10-08 17:57:19', 1168, NULL, NULL, 'IPAY2022/10/1191', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1388, '2022-10-08 17:59:41', 1169, NULL, NULL, 'IPAY2022/10/1192', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1389, '2022-10-08 18:18:17', 1170, NULL, NULL, 'IPAY2022/10/1193', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1390, '2022-10-08 18:40:51', 1171, NULL, NULL, 'IPAY2022/10/1194', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1391, '2022-10-08 18:45:01', 1172, NULL, NULL, 'IPAY2022/10/1195', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1392, '2022-10-08 18:50:26', 1173, NULL, NULL, 'IPAY2022/10/1196', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1393, '2022-10-08 19:13:51', 1174, NULL, NULL, 'IPAY2022/10/1197', NULL, 'cash', '', '', '', '', '', '', '40.5000', NULL, 7, NULL, 'received', '', '40.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1394, '2022-10-08 19:28:51', 1175, NULL, NULL, 'IPAY2022/10/1198', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1395, '2022-10-08 19:32:09', 1176, NULL, NULL, 'IPAY2022/10/1199', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1396, '2022-10-08 19:34:55', 1177, NULL, NULL, 'IPAY2022/10/1200', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1397, '2022-10-08 19:39:35', 1178, NULL, NULL, 'IPAY2022/10/1201', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1398, '2022-10-08 19:52:11', 1179, NULL, NULL, 'IPAY2022/10/1202', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1399, '2022-10-08 20:00:21', 1180, NULL, NULL, 'IPAY2022/10/1203', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1400, '2022-10-08 20:01:51', 1181, NULL, NULL, 'IPAY2022/10/1204', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1401, '2022-10-08 20:08:08', 1182, NULL, NULL, 'IPAY2022/10/1205', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1402, '2022-10-09 05:35:43', 1183, NULL, NULL, 'IPAY2022/10/1206', NULL, 'cash', '', '', '', '', '', '', '10.9998', NULL, 7, NULL, 'received', '', '10.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1403, '2022-10-09 06:44:42', 1184, NULL, NULL, 'IPAY2022/10/1207', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1404, '2022-10-09 06:58:39', 1185, NULL, NULL, 'IPAY2022/10/1208', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1405, '2022-10-09 07:07:45', 1186, NULL, NULL, 'IPAY2022/10/1209', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1406, '2022-10-09 07:23:53', 1187, NULL, NULL, 'IPAY2022/10/1210', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1407, '2022-10-09 08:24:10', 1188, NULL, NULL, 'IPAY2022/10/1211', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1408, '2022-10-09 09:16:03', 1189, NULL, NULL, 'IPAY2022/10/1212', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1409, '2022-10-09 09:34:14', 1190, NULL, NULL, 'IPAY2022/10/1213', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1410, '2022-10-09 09:56:13', 1191, NULL, NULL, 'IPAY2022/10/1214', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1411, '2022-10-09 10:47:11', 1192, NULL, NULL, 'IPAY2022/10/1215', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1412, '2022-10-09 10:53:12', 1193, NULL, NULL, 'IPAY2022/10/1216', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1413, '2022-10-09 11:13:17', 1194, NULL, NULL, 'IPAY2022/10/1217', NULL, 'cash', '', '', '', '', '', '', '9.2500', NULL, 7, NULL, 'received', '', '9.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1414, '2022-10-09 11:14:05', 1195, NULL, NULL, 'IPAY2022/10/1218', NULL, 'cash', '', '', '', '', '', '', '9.2500', NULL, 7, NULL, 'received', '', '9.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1415, '2022-10-09 12:11:39', 1196, NULL, NULL, 'IPAY2022/10/1219', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1416, '2022-10-09 14:14:26', 1197, NULL, NULL, 'IPAY2022/10/1220', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1417, '2022-10-09 14:19:24', 1198, NULL, NULL, 'IPAY2022/10/1221', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1418, '2022-10-09 14:56:48', 1199, NULL, NULL, 'IPAY2022/10/1222', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1419, '2022-10-09 15:00:29', 1200, NULL, NULL, 'IPAY2022/10/1223', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1420, '2022-10-09 15:06:26', 1201, NULL, NULL, 'IPAY2022/10/1224', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1421, '2022-10-09 15:10:46', 1202, NULL, NULL, 'IPAY2022/10/1225', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1422, '2022-10-09 16:33:23', 1203, NULL, NULL, 'IPAY2022/10/1226', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1423, '2022-10-09 16:55:47', 1204, NULL, NULL, 'IPAY2022/10/1227', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1424, '2022-10-09 17:29:41', 1205, NULL, NULL, 'IPAY2022/10/1228', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1425, '2022-10-09 18:01:53', 1206, NULL, NULL, 'IPAY2022/10/1229', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1426, '2022-10-09 18:06:17', 1207, NULL, NULL, 'IPAY2022/10/1230', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1427, '2022-10-09 18:47:10', 1208, NULL, NULL, 'IPAY2022/10/1231', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1428, '2022-10-09 19:01:15', 1209, NULL, NULL, 'IPAY2022/10/1232', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1429, '2022-10-09 19:30:04', 1210, NULL, NULL, 'IPAY2022/10/1233', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1430, '2022-10-09 20:00:08', 1211, NULL, NULL, 'IPAY2022/10/1234', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1431, '2022-10-10 06:25:23', 1212, NULL, NULL, 'IPAY2022/10/1235', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1432, '2022-10-10 07:17:35', 1213, NULL, NULL, 'IPAY2022/10/1236', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1433, '2022-10-10 08:14:42', 1214, NULL, NULL, 'IPAY2022/10/1237', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1434, '2022-10-10 08:47:34', 1215, NULL, NULL, 'IPAY2022/10/1238', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1435, '2022-10-10 08:49:48', 1216, NULL, NULL, 'IPAY2022/10/1239', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1436, '2022-10-10 08:50:43', 1217, NULL, NULL, 'IPAY2022/10/1240', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1437, '2022-10-10 08:51:18', 1218, NULL, NULL, 'IPAY2022/10/1241', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1438, '2022-10-10 08:53:50', 1219, NULL, NULL, 'IPAY2022/10/1242', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1439, '2022-10-10 08:56:48', 1220, NULL, NULL, 'IPAY2022/10/1243', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1440, '2022-10-10 08:57:13', 1221, NULL, NULL, 'IPAY2022/10/1244', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1441, '2022-10-10 09:02:38', 1222, NULL, NULL, 'IPAY2022/10/1245', NULL, 'cash', '', '', '', '', '', '', '107.0000', NULL, 7, NULL, 'received', '', '107.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1442, '2022-10-10 09:04:49', 1223, NULL, NULL, 'IPAY2022/10/1246', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1443, '2022-10-10 09:07:55', 1224, NULL, NULL, 'IPAY2022/10/1247', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1444, '2022-10-10 09:09:54', 1225, NULL, NULL, 'IPAY2022/10/1248', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '36.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1445, '2022-10-10 09:11:31', 1226, NULL, NULL, 'IPAY2022/10/1249', NULL, 'cash', '', '', '', '', '', '', '17.7500', NULL, 7, NULL, 'received', '', '17.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1446, '2022-10-10 09:11:55', 1227, NULL, NULL, 'IPAY2022/10/1250', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1447, '2022-10-10 09:12:24', 1228, NULL, NULL, 'IPAY2022/10/1251', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1448, '2022-10-10 09:14:55', 1229, NULL, NULL, 'IPAY2022/10/1252', NULL, 'cash', '', '', '', '', '', '', '27.9999', NULL, 7, NULL, 'received', '', '27.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1449, '2022-10-10 09:16:27', 1230, NULL, NULL, 'IPAY2022/10/1253', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1450, '2022-10-10 09:17:36', 1231, NULL, NULL, 'IPAY2022/10/1254', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1451, '2022-10-10 09:19:24', 1232, NULL, NULL, 'IPAY2022/10/1255', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1452, '2022-10-10 09:21:26', 1233, NULL, NULL, 'IPAY2022/10/1256', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1453, '2022-10-10 09:30:59', 1234, NULL, NULL, 'IPAY2022/10/1257', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1454, '2022-10-10 09:36:28', 1235, NULL, NULL, 'IPAY2022/10/1258', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1455, '2022-10-10 10:13:00', NULL, NULL, 259, 'POP2022/10/0222', NULL, 'cash', '', '', '', '', '', 'Visa', '563.9998', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1456, '2022-10-10 10:17:00', NULL, NULL, 260, 'POP2022/10/0223', NULL, 'cash', '', '', '', '', '', 'Visa', '611.3500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1457, '2022-10-10 10:51:16', 1236, NULL, NULL, 'IPAY2022/10/1259', NULL, 'cash', '', '', '', '', '', '', '1036.2500', NULL, 7, NULL, 'received', '', '1036.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1458, '2022-10-10 11:11:26', 1237, NULL, NULL, 'IPAY2022/10/1260', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1459, '2022-10-10 12:29:24', 1238, NULL, NULL, 'IPAY2022/10/1261', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1460, '2022-10-10 12:38:51', 1239, NULL, NULL, 'IPAY2022/10/1262', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1461, '2022-10-10 12:46:00', NULL, NULL, 262, 'POP2022/10/0224', NULL, 'cash', '', '', '', '', '', 'Visa', '220.2400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1462, '2022-10-10 12:48:04', 1240, NULL, NULL, 'IPAY2022/10/1263', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1463, '2022-10-10 13:27:07', 1241, NULL, NULL, 'IPAY2022/10/1264', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1464, '2022-10-10 16:24:39', 1242, NULL, NULL, 'IPAY2022/10/1265', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1465, '2022-10-10 16:47:32', 1243, NULL, NULL, 'IPAY2022/10/1266', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1466, '2022-10-10 16:57:00', NULL, NULL, 263, 'POP2022/10/0225', NULL, 'cash', '', '', '', '', '', 'Visa', '1303.7998', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1467, '2022-10-10 17:42:07', 1244, NULL, NULL, 'IPAY2022/10/1267', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '67.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1468, '2022-10-10 17:58:19', 1245, NULL, NULL, 'IPAY2022/10/1268', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1469, '2022-10-10 19:10:13', 1246, NULL, NULL, 'IPAY2022/10/1269', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1470, '2022-10-10 19:13:22', 1247, NULL, NULL, 'IPAY2022/10/1270', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1471, '2022-10-10 19:46:26', 1248, NULL, NULL, 'IPAY2022/10/1271', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1472, '2022-10-10 20:10:52', 1249, NULL, NULL, 'IPAY2022/10/1272', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1473, '2022-10-10 20:12:11', 1250, NULL, NULL, 'IPAY2022/10/1273', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1474, '2022-10-11 06:37:14', 1251, NULL, NULL, 'IPAY2022/10/1274', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1475, '2022-10-11 06:58:31', 1252, NULL, NULL, 'IPAY2022/10/1275', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1476, '2022-10-11 06:59:40', 1253, NULL, NULL, 'IPAY2022/10/1276', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1477, '2022-10-11 07:21:13', 1254, NULL, NULL, 'IPAY2022/10/1277', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1478, '2022-10-11 07:22:52', 1255, NULL, NULL, 'IPAY2022/10/1278', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1479, '2022-10-11 07:24:11', 1256, NULL, NULL, 'IPAY2022/10/1279', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1480, '2022-10-11 07:27:47', 1257, NULL, NULL, 'IPAY2022/10/1280', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1481, '2022-10-11 07:47:29', 1258, NULL, NULL, 'IPAY2022/10/1281', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1482, '2022-10-11 07:51:49', 1259, NULL, NULL, 'IPAY2022/10/1282', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1483, '2022-10-11 07:56:35', 1260, NULL, NULL, 'IPAY2022/10/1283', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1484, '2022-10-11 08:18:17', 1261, NULL, NULL, 'IPAY2022/10/1284', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1485, '2022-10-11 08:51:52', 1262, NULL, NULL, 'IPAY2022/10/1285', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1486, '2022-10-11 09:42:03', 1263, NULL, NULL, 'IPAY2022/10/1286', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1487, '2022-10-11 10:35:46', 1264, NULL, NULL, 'IPAY2022/10/1287', NULL, 'cash', '', '', '', '', '', '', '21.7500', NULL, 7, NULL, 'received', '', '21.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1488, '2022-10-11 10:37:37', 1265, NULL, NULL, 'IPAY2022/10/1288', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1489, '2022-10-11 11:30:37', 1266, NULL, NULL, 'IPAY2022/10/1289', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1490, '2022-10-11 11:37:54', 1267, NULL, NULL, 'IPAY2022/10/1290', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1491, '2022-10-11 11:40:45', 1268, NULL, NULL, 'IPAY2022/10/1291', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1492, '2022-10-11 11:43:19', 1269, NULL, NULL, 'IPAY2022/10/1292', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1493, '2022-10-11 11:52:25', 1270, NULL, NULL, 'IPAY2022/10/1293', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1494, '2022-10-11 11:53:18', 1271, NULL, NULL, 'IPAY2022/10/1294', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1495, '2022-10-11 12:19:10', 1272, NULL, NULL, 'IPAY2022/10/1295', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1496, '2022-10-11 12:36:42', 1273, NULL, NULL, 'IPAY2022/10/1296', NULL, 'cash', '', '', '', '', '', '', '138.0000', NULL, 7, NULL, 'received', '', '138.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1497, '2022-10-11 12:51:34', 1274, NULL, NULL, 'IPAY2022/10/1297', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1498, '2022-10-11 12:52:58', 1275, NULL, NULL, 'IPAY2022/10/1298', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1499, '2022-10-11 14:28:24', 1276, NULL, NULL, 'IPAY2022/10/1299', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1500, '2022-10-11 15:04:54', 1277, NULL, NULL, 'IPAY2022/10/1300', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1501, '2022-10-11 15:21:00', NULL, NULL, 264, 'POP2022/10/0226', NULL, 'cash', '', '', '', '', '', 'Visa', '434.1993', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1502, '2022-10-11 15:25:00', NULL, NULL, 265, 'POP2022/10/0227', NULL, 'cash', '', '', '', '', '', 'Visa', '161.5262', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1503, '2022-10-11 15:28:00', NULL, NULL, 266, 'POP2022/10/0228', NULL, 'cash', '', '', '', '', '', 'Visa', '361.9999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1504, '2022-10-11 15:58:32', 1278, NULL, NULL, 'IPAY2022/10/1301', NULL, 'cash', '', '', '', '', '', '', '1.9998', NULL, 7, NULL, 'received', '', '1.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1505, '2022-10-11 16:16:23', 1279, NULL, NULL, 'IPAY2022/10/1302', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1506, '2022-10-11 16:21:19', 1280, NULL, NULL, 'IPAY2022/10/1303', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1507, '2022-10-11 16:30:28', 1281, NULL, NULL, 'IPAY2022/10/1304', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1508, '2022-10-11 17:14:51', 1282, NULL, NULL, 'IPAY2022/10/1305', NULL, 'cash', '', '', '', '', '', '', '229.0000', NULL, 7, NULL, 'received', '', '229.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1509, '2022-10-11 17:23:37', 1283, NULL, NULL, 'IPAY2022/10/1306', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1510, '2022-10-11 18:27:50', 1284, NULL, NULL, 'IPAY2022/10/1307', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1511, '2022-10-11 19:30:59', 1285, NULL, NULL, 'IPAY2022/10/1308', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1512, '2022-10-12 06:46:13', 1286, NULL, NULL, 'IPAY2022/10/1309', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1513, '2022-10-12 06:47:58', 1287, NULL, NULL, 'IPAY2022/10/1310', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1514, '2022-10-12 06:49:49', 1288, NULL, NULL, 'IPAY2022/10/1311', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1515, '2022-10-12 06:52:00', 1289, NULL, NULL, 'IPAY2022/10/1312', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1516, '2022-10-12 06:53:06', 1290, NULL, NULL, 'IPAY2022/10/1313', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1517, '2022-10-12 06:54:18', 1291, NULL, NULL, 'IPAY2022/10/1314', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1518, '2022-10-12 06:55:13', 1292, NULL, NULL, 'IPAY2022/10/1315', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1519, '2022-10-12 06:55:52', 1293, NULL, NULL, 'IPAY2022/10/1316', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1520, '2022-10-12 07:23:31', 1294, NULL, NULL, 'IPAY2022/10/1317', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1521, '2022-10-12 07:42:18', 1295, NULL, NULL, 'IPAY2022/10/1318', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1522, '2022-10-12 07:46:05', 1296, NULL, NULL, 'IPAY2022/10/1319', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1523, '2022-10-12 10:57:53', 1297, NULL, NULL, 'IPAY2022/10/1320', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1524, '2022-10-12 11:15:57', 1298, NULL, NULL, 'IPAY2022/10/1321', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1525, '2022-10-12 11:49:50', 1299, NULL, NULL, 'IPAY2022/10/1322', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1526, '2022-10-12 12:12:47', 1300, NULL, NULL, 'IPAY2022/10/1323', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1527, '2022-10-12 12:21:38', 1301, NULL, NULL, 'IPAY2022/10/1324', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1528, '2022-10-12 13:32:26', 1302, NULL, NULL, 'IPAY2022/10/1325', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1529, '2022-10-12 14:55:08', 1303, NULL, NULL, 'IPAY2022/10/1326', NULL, 'cash', '', '', '', '', '', '', '76.7500', NULL, 7, NULL, 'received', '', '76.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1530, '2022-10-12 15:58:01', 1304, NULL, NULL, 'IPAY2022/10/1327', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1531, '2022-10-12 16:12:46', 1305, NULL, NULL, 'IPAY2022/10/1328', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1532, '2022-10-12 16:42:20', 1306, NULL, NULL, 'IPAY2022/10/1329', NULL, 'cash', '', '', '', '', '', '', '91.0000', NULL, 7, NULL, 'received', '', '91.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1533, '2022-10-12 16:47:17', 1307, NULL, NULL, 'IPAY2022/10/1330', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1534, '2022-10-12 17:17:04', 1308, NULL, NULL, 'IPAY2022/10/1331', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1535, '2022-10-12 17:31:31', 1309, NULL, NULL, 'IPAY2022/10/1332', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1536, '2022-10-12 17:51:10', 1310, NULL, NULL, 'IPAY2022/10/1333', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1537, '2022-10-13 06:22:24', 1311, NULL, NULL, 'IPAY2022/10/1334', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1538, '2022-10-13 06:24:11', 1312, NULL, NULL, 'IPAY2022/10/1335', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1539, '2022-10-13 06:26:38', 1313, NULL, NULL, 'IPAY2022/10/1336', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1540, '2022-10-13 06:29:07', 1314, NULL, NULL, 'IPAY2022/10/1337', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1541, '2022-10-13 07:00:21', 1315, NULL, NULL, 'IPAY2022/10/1338', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1542, '2022-10-13 07:29:04', 1316, NULL, NULL, 'IPAY2022/10/1339', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1543, '2022-10-13 07:32:18', 1317, NULL, NULL, 'IPAY2022/10/1340', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1544, '2022-10-13 08:14:39', 1318, NULL, NULL, 'IPAY2022/10/1341', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1545, '2022-10-13 08:36:30', 1319, NULL, NULL, 'IPAY2022/10/1342', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1546, '2022-10-13 08:42:37', 1320, NULL, NULL, 'IPAY2022/10/1343', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1547, '2022-10-13 09:11:54', 1321, NULL, NULL, 'IPAY2022/10/1344', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1548, '2022-10-13 09:30:47', 1322, NULL, NULL, 'IPAY2022/10/1345', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1549, '2022-10-13 10:03:24', 1323, NULL, NULL, 'IPAY2022/10/1346', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1550, '2022-10-13 10:55:55', 1324, NULL, NULL, 'IPAY2022/10/1347', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1551, '2022-10-13 11:06:35', 1325, NULL, NULL, 'IPAY2022/10/1348', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1552, '2022-10-13 11:37:11', 1326, NULL, NULL, 'IPAY2022/10/1349', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1553, '2022-10-13 11:53:40', 1327, NULL, NULL, 'IPAY2022/10/1350', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1554, '2022-10-13 12:11:52', 1328, NULL, NULL, 'IPAY2022/10/1351', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1555, '2022-10-13 12:32:24', 1329, NULL, NULL, 'IPAY2022/10/1352', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1556, '2022-10-13 13:58:43', 1330, NULL, NULL, 'IPAY2022/10/1353', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1557, '2022-10-13 14:07:41', 1331, NULL, NULL, 'IPAY2022/10/1354', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1558, '2022-10-13 14:17:35', 1332, NULL, NULL, 'IPAY2022/10/1355', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1559, '2022-10-13 14:59:55', 1333, NULL, NULL, 'IPAY2022/10/1356', NULL, 'cash', '', '', '', '', '', '', '393.0000', NULL, 7, NULL, 'received', '', '393.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1560, '2022-10-13 15:33:04', 1334, NULL, NULL, 'IPAY2022/10/1357', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1561, '2022-10-13 16:10:14', 1335, NULL, NULL, 'IPAY2022/10/1358', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1562, '2022-10-13 17:57:52', 1336, NULL, NULL, 'IPAY2022/10/1359', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1563, '2022-10-13 18:05:09', 1337, NULL, NULL, 'IPAY2022/10/1360', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1564, '2022-10-13 18:24:35', 1338, NULL, NULL, 'IPAY2022/10/1361', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1565, '2022-10-13 18:56:56', 1339, NULL, NULL, 'IPAY2022/10/1362', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1566, '2022-10-13 19:22:33', 1340, NULL, NULL, 'IPAY2022/10/1363', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1567, '2022-10-13 19:34:44', 1341, NULL, NULL, 'IPAY2022/10/1364', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1568, '2022-10-14 07:38:01', 1342, NULL, NULL, 'IPAY2022/10/1365', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1569, '2022-10-14 08:25:38', 1343, NULL, NULL, 'IPAY2022/10/1366', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1570, '2022-10-14 08:36:37', 1344, NULL, NULL, 'IPAY2022/10/1367', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1571, '2022-10-14 09:47:42', 1345, NULL, NULL, 'IPAY2022/10/1368', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1572, '2022-10-14 10:12:58', 1346, NULL, NULL, 'IPAY2022/10/1369', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1573, '2022-10-14 10:55:51', 1347, NULL, NULL, 'IPAY2022/10/1370', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1574, '2022-10-14 10:57:35', 1348, NULL, NULL, 'IPAY2022/10/1371', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1575, '2022-10-14 11:15:16', 1349, NULL, NULL, 'IPAY2022/10/1372', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1576, '2022-10-14 11:55:07', 1350, NULL, NULL, 'IPAY2022/10/1373', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1577, '2022-10-14 12:05:08', 1351, NULL, NULL, 'IPAY2022/10/1374', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1578, '2022-10-14 12:07:38', 1352, NULL, NULL, 'IPAY2022/10/1375', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1579, '2022-10-14 12:10:56', 1353, NULL, NULL, 'IPAY2022/10/1376', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1580, '2022-10-14 12:16:25', 1354, NULL, NULL, 'IPAY2022/10/1377', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1581, '2022-10-14 12:18:00', NULL, NULL, 267, 'POP2022/10/0229', NULL, 'cash', '', '', '', '', '', 'Visa', '695.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1582, '2022-10-14 12:18:59', 1355, NULL, NULL, 'IPAY2022/10/1378', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1583, '2022-10-14 12:25:38', 1356, NULL, NULL, 'IPAY2022/10/1379', NULL, 'cash', '', '', '', '', '', '', '68.5000', NULL, 7, NULL, 'received', '', '68.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1584, '2022-10-14 12:37:00', NULL, NULL, 268, 'POP2022/10/0230', NULL, 'cash', '', '', '', '', '', 'Visa', '191.5800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1585, '2022-10-14 12:48:19', 1357, NULL, NULL, 'IPAY2022/10/1380', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1586, '2022-10-14 12:49:58', 1358, NULL, NULL, 'IPAY2022/10/1381', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1587, '2022-10-14 12:50:00', NULL, NULL, 269, 'POP2022/10/0231', NULL, 'cash', '', '', '', '', '', 'Visa', '270.8800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1588, '2022-10-14 12:51:00', NULL, NULL, 270, 'POP2022/10/0232', NULL, 'cash', '', '', '', '', '', 'Visa', '120.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1589, '2022-10-14 13:12:01', 1359, NULL, NULL, 'IPAY2022/10/1382', NULL, 'cash', '', '', '', '', '', '', '73.0000', NULL, 7, NULL, 'received', '', '73.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1590, '2022-10-14 14:40:45', 1360, NULL, NULL, 'IPAY2022/10/1383', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1591, '2022-10-14 15:34:56', 1361, NULL, NULL, 'IPAY2022/10/1384', NULL, 'cash', '', '', '', '', '', '', '514.5000', NULL, 7, NULL, 'received', '', '514.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1592, '2022-10-14 16:21:30', 1362, NULL, NULL, 'IPAY2022/10/1385', NULL, 'cash', '', '', '', '', '', '', '26.9998', NULL, 7, NULL, 'received', '', '26.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1593, '2022-10-14 16:22:42', 1363, NULL, NULL, 'IPAY2022/10/1386', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1594, '2022-10-14 16:46:16', 1364, NULL, NULL, 'IPAY2022/10/1387', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1595, '2022-10-14 16:54:24', 1365, NULL, NULL, 'IPAY2022/10/1388', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1596, '2022-10-14 17:21:56', 1366, NULL, NULL, 'IPAY2022/10/1389', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1597, '2022-10-14 17:25:51', 1367, NULL, NULL, 'IPAY2022/10/1390', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1598, '2022-10-14 17:32:25', 1368, NULL, NULL, 'IPAY2022/10/1391', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1599, '2022-10-14 17:54:53', 1369, NULL, NULL, 'IPAY2022/10/1392', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1600, '2022-10-14 17:55:37', 1370, NULL, NULL, 'IPAY2022/10/1393', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1601, '2022-10-14 17:55:59', 1371, NULL, NULL, 'IPAY2022/10/1394', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1602, '2022-10-14 17:59:54', 1372, NULL, NULL, 'IPAY2022/10/1395', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1603, '2022-10-14 18:11:49', 1373, NULL, NULL, 'IPAY2022/10/1396', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1604, '2022-10-14 18:14:08', 1374, NULL, NULL, 'IPAY2022/10/1397', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1605, '2022-10-14 18:31:08', 1375, NULL, NULL, 'IPAY2022/10/1398', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1606, '2022-10-14 18:58:36', 1376, NULL, NULL, 'IPAY2022/10/1399', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1607, '2022-10-14 19:06:48', 1377, NULL, NULL, 'IPAY2022/10/1400', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1608, '2022-10-14 19:17:10', 1378, NULL, NULL, 'IPAY2022/10/1401', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1609, '2022-10-14 19:42:28', 1379, NULL, NULL, 'IPAY2022/10/1402', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1610, '2022-10-14 19:43:37', 1380, NULL, NULL, 'IPAY2022/10/1403', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1611, '2022-10-14 19:58:23', 1381, NULL, NULL, 'IPAY2022/10/1404', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1612, '2022-10-15 05:59:50', 1382, NULL, NULL, 'IPAY2022/10/1405', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1613, '2022-10-15 07:39:26', 1383, NULL, NULL, 'IPAY2022/10/1406', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1614, '2022-10-15 08:03:42', 1384, NULL, NULL, 'IPAY2022/10/1407', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1615, '2022-10-15 08:05:43', 1385, NULL, NULL, 'IPAY2022/10/1408', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1616, '2022-10-15 08:34:36', 1386, NULL, NULL, 'IPAY2022/10/1409', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1617, '2022-10-15 08:47:29', 1387, NULL, NULL, 'IPAY2022/10/1410', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1618, '2022-10-15 09:50:13', 1388, NULL, NULL, 'IPAY2022/10/1411', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1619, '2022-10-15 10:01:10', 1389, NULL, NULL, 'IPAY2022/10/1412', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1620, '2022-10-15 10:07:13', 1390, NULL, NULL, 'IPAY2022/10/1413', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1621, '2022-10-15 11:23:14', 1391, NULL, NULL, 'IPAY2022/10/1414', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1622, '2022-10-15 11:35:36', 1392, NULL, NULL, 'IPAY2022/10/1415', NULL, 'cash', '', '', '', '', '', '', '74.5000', NULL, 7, NULL, 'received', '', '74.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1623, '2022-10-15 11:39:43', 1393, NULL, NULL, 'IPAY2022/10/1416', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1624, '2022-10-15 11:54:14', 1394, NULL, NULL, 'IPAY2022/10/1417', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1625, '2022-10-15 11:59:34', 1395, NULL, NULL, 'IPAY2022/10/1418', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1626, '2022-10-15 12:04:25', 1396, NULL, NULL, 'IPAY2022/10/1419', NULL, 'cash', '', '', '', '', '', '', '39.5000', NULL, 7, NULL, 'received', '', '39.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1627, '2022-10-15 13:17:24', 1397, NULL, NULL, 'IPAY2022/10/1420', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1628, '2022-10-15 13:59:24', 1398, NULL, NULL, 'IPAY2022/10/1421', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1629, '2022-10-15 14:37:54', 1399, NULL, NULL, 'IPAY2022/10/1422', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1630, '2022-10-15 15:31:02', 1400, NULL, NULL, 'IPAY2022/10/1423', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1631, '2022-10-15 15:35:15', 1401, NULL, NULL, 'IPAY2022/10/1424', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1632, '2022-10-15 15:41:44', 1402, NULL, NULL, 'IPAY2022/10/1425', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1633, '2022-10-15 15:49:34', 1403, NULL, NULL, 'IPAY2022/10/1426', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1634, '2022-10-15 16:00:32', 1404, NULL, NULL, 'IPAY2022/10/1427', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1635, '2022-10-15 16:05:24', 1405, NULL, NULL, 'IPAY2022/10/1428', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1636, '2022-10-15 16:20:26', 1406, NULL, NULL, 'IPAY2022/10/1429', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1637, '2022-10-15 16:49:14', 1407, NULL, NULL, 'IPAY2022/10/1430', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1638, '2022-10-15 17:13:50', 1408, NULL, NULL, 'IPAY2022/10/1431', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1639, '2022-10-15 17:31:03', 1409, NULL, NULL, 'IPAY2022/10/1432', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1640, '2022-10-15 17:32:21', 1410, NULL, NULL, 'IPAY2022/10/1433', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1641, '2022-10-15 17:41:37', 1411, NULL, NULL, 'IPAY2022/10/1434', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1642, '2022-10-15 17:48:42', 1412, NULL, NULL, 'IPAY2022/10/1435', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1643, '2022-10-15 17:49:18', 1413, NULL, NULL, 'IPAY2022/10/1436', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1644, '2022-10-15 18:00:50', 1414, NULL, NULL, 'IPAY2022/10/1437', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1645, '2022-10-15 18:15:56', 1415, NULL, NULL, 'IPAY2022/10/1438', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1646, '2022-10-15 18:17:22', 1416, NULL, NULL, 'IPAY2022/10/1439', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1647, '2022-10-15 18:18:26', 1417, NULL, NULL, 'IPAY2022/10/1440', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1648, '2022-10-15 19:04:15', 1418, NULL, NULL, 'IPAY2022/10/1441', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1649, '2022-10-15 19:07:01', 1419, NULL, NULL, 'IPAY2022/10/1442', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1650, '2022-10-15 19:22:14', 1420, NULL, NULL, 'IPAY2022/10/1443', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1651, '2022-10-15 19:28:34', 1421, NULL, NULL, 'IPAY2022/10/1444', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1652, '2022-10-15 19:35:00', 1422, NULL, NULL, 'IPAY2022/10/1445', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1653, '2022-10-15 19:45:32', 1423, NULL, NULL, 'IPAY2022/10/1446', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1654, '2022-10-15 19:47:39', 1424, NULL, NULL, 'IPAY2022/10/1447', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1655, '2022-10-15 19:55:52', 1425, NULL, NULL, 'IPAY2022/10/1448', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1656, '2022-10-15 20:01:47', 1426, NULL, NULL, 'IPAY2022/10/1449', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1657, '2022-10-16 06:37:38', 1427, NULL, NULL, 'IPAY2022/10/1450', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1658, '2022-10-16 07:28:27', 1428, NULL, NULL, 'IPAY2022/10/1451', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1659, '2022-10-16 08:03:25', 1429, NULL, NULL, 'IPAY2022/10/1452', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1660, '2022-10-16 08:05:08', 1430, NULL, NULL, 'IPAY2022/10/1453', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1661, '2022-10-16 08:06:23', 1431, NULL, NULL, 'IPAY2022/10/1454', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1662, '2022-10-16 09:05:25', 1432, NULL, NULL, 'IPAY2022/10/1455', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1663, '2022-10-16 09:13:02', 1433, NULL, NULL, 'IPAY2022/10/1456', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1664, '2022-10-16 09:20:39', 1434, NULL, NULL, 'IPAY2022/10/1457', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1665, '2022-10-16 09:25:03', 1435, NULL, NULL, 'IPAY2022/10/1458', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1666, '2022-10-16 09:36:53', 1436, NULL, NULL, 'IPAY2022/10/1459', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1667, '2022-10-16 09:45:43', 1437, NULL, NULL, 'IPAY2022/10/1460', NULL, 'cash', '', '', '', '', '', '', '63.5000', NULL, 7, NULL, 'received', '', '63.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1668, '2022-10-16 09:53:01', 1438, NULL, NULL, 'IPAY2022/10/1461', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1669, '2022-10-16 10:18:15', 1439, NULL, NULL, 'IPAY2022/10/1462', NULL, 'cash', '', '', '', '', '', '', '44.5000', NULL, 7, NULL, 'received', '', '44.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1670, '2022-10-16 10:21:01', 1440, NULL, NULL, 'IPAY2022/10/1463', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1671, '2022-10-16 10:23:23', 1441, NULL, NULL, 'IPAY2022/10/1464', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1672, '2022-10-16 10:25:11', 1442, NULL, NULL, 'IPAY2022/10/1465', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1673, '2022-10-16 10:29:17', 1443, NULL, NULL, 'IPAY2022/10/1466', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1674, '2022-10-16 10:35:41', 1444, NULL, NULL, 'IPAY2022/10/1467', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1675, '2022-10-16 10:38:35', 1445, NULL, NULL, 'IPAY2022/10/1468', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1676, '2022-10-16 10:43:32', 1446, NULL, NULL, 'IPAY2022/10/1469', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1677, '2022-10-16 10:45:52', 1447, NULL, NULL, 'IPAY2022/10/1470', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1678, '2022-10-16 11:00:01', 1448, NULL, NULL, 'IPAY2022/10/1471', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1679, '2022-10-16 14:03:14', 1449, NULL, NULL, 'IPAY2022/10/1472', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1680, '2022-10-16 14:06:48', 1450, NULL, NULL, 'IPAY2022/10/1473', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1681, '2022-10-16 14:18:59', 1451, NULL, NULL, 'IPAY2022/10/1474', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1682, '2022-10-16 14:30:17', 1452, NULL, NULL, 'IPAY2022/10/1475', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1683, '2022-10-16 14:43:07', 1453, NULL, NULL, 'IPAY2022/10/1476', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1684, '2022-10-16 15:55:28', 1454, NULL, NULL, 'IPAY2022/10/1477', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1685, '2022-10-16 16:07:17', 1455, NULL, NULL, 'IPAY2022/10/1478', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1686, '2022-10-16 16:19:34', 1456, NULL, NULL, 'IPAY2022/10/1479', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1687, '2022-10-16 16:39:43', 1457, NULL, NULL, 'IPAY2022/10/1480', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1688, '2022-10-16 16:40:44', 1458, NULL, NULL, 'IPAY2022/10/1481', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1689, '2022-10-16 16:43:01', 1459, NULL, NULL, 'IPAY2022/10/1482', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1690, '2022-10-16 16:46:21', 1460, NULL, NULL, 'IPAY2022/10/1483', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1691, '2022-10-16 16:48:56', 1461, NULL, NULL, 'IPAY2022/10/1484', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1692, '2022-10-16 17:38:49', 1462, NULL, NULL, 'IPAY2022/10/1485', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1693, '2022-10-16 17:58:44', 1463, NULL, NULL, 'IPAY2022/10/1486', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1694, '2022-10-16 17:59:38', 1464, NULL, NULL, 'IPAY2022/10/1487', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1695, '2022-10-16 18:39:18', 1465, NULL, NULL, 'IPAY2022/10/1488', NULL, 'cash', '', '', '', '', '', '', '83.0000', NULL, 7, NULL, 'received', '', '83.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1696, '2022-10-17 06:09:39', 1466, NULL, NULL, 'IPAY2022/10/1489', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1697, '2022-10-17 06:50:17', 1467, NULL, NULL, 'IPAY2022/10/1490', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1698, '2022-10-17 07:14:37', 1468, NULL, NULL, 'IPAY2022/10/1491', NULL, 'cash', '', '', '', '', '', '', '454.5000', NULL, 7, NULL, 'received', '', '454.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1699, '2022-10-17 07:24:52', 1469, NULL, NULL, 'IPAY2022/10/1492', NULL, 'cash', '', '', '', '', '', '', '69.5000', NULL, 7, NULL, 'received', '', '69.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1700, '2022-10-17 07:26:33', 1470, NULL, NULL, 'IPAY2022/10/1493', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1701, '2022-10-17 07:35:16', 1471, NULL, NULL, 'IPAY2022/10/1494', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1702, '2022-10-17 07:52:59', 1472, NULL, NULL, 'IPAY2022/10/1495', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1703, '2022-10-17 08:02:22', 1473, NULL, NULL, 'IPAY2022/10/1496', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1704, '2022-10-17 08:27:50', 1474, NULL, NULL, 'IPAY2022/10/1497', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1705, '2022-10-17 08:32:29', 1475, NULL, NULL, 'IPAY2022/10/1498', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1706, '2022-10-17 08:44:16', 1476, NULL, NULL, 'IPAY2022/10/1499', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1707, '2022-10-17 09:16:46', 1477, NULL, NULL, 'IPAY2022/10/1500', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1708, '2022-10-17 09:21:59', 1478, NULL, NULL, 'IPAY2022/10/1501', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1709, '2022-10-17 09:47:08', 1479, NULL, NULL, 'IPAY2022/10/1502', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1710, '2022-10-17 10:01:06', 1480, NULL, NULL, 'IPAY2022/10/1503', NULL, 'cash', '', '', '', '', '', '', '39.5000', NULL, 7, NULL, 'received', '', '39.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1711, '2022-10-17 10:26:00', NULL, NULL, 271, 'POP2022/10/0233', NULL, 'cash', '', '', '', '', '', 'Visa', '56.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1712, '2022-10-17 10:29:00', NULL, NULL, 272, 'POP2022/10/0234', NULL, 'cash', '', '', '', '', '', 'Visa', '530.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1713, '2022-10-17 10:33:00', NULL, NULL, 273, 'POP2022/10/0235', NULL, 'cash', '', '', '', '', '', 'Visa', '593.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1714, '2022-10-17 10:40:00', NULL, NULL, 274, 'POP2022/10/0236', NULL, 'cash', '', '', '', '', '', 'Visa', '2297.8893', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1715, '2022-10-17 10:41:00', NULL, NULL, 274, 'POP2022/10/0237', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0057', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1716, '2022-10-17 11:35:44', 1481, NULL, NULL, 'IPAY2022/10/1504', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1717, '2022-10-17 12:03:47', 1482, NULL, NULL, 'IPAY2022/10/1505', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1718, '2022-10-17 12:06:41', 1483, NULL, NULL, 'IPAY2022/10/1506', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1719, '2022-10-17 12:07:28', 1484, NULL, NULL, 'IPAY2022/10/1507', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1720, '2022-10-17 12:47:49', 1485, NULL, NULL, 'IPAY2022/10/1508', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1721, '2022-10-17 12:55:12', 1486, NULL, NULL, 'IPAY2022/10/1509', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1722, '2022-10-17 14:09:20', 1487, NULL, NULL, 'IPAY2022/10/1510', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1723, '2022-10-17 14:14:49', 1488, NULL, NULL, 'IPAY2022/10/1511', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1724, '2022-10-17 14:20:43', 1489, NULL, NULL, 'IPAY2022/10/1512', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1725, '2022-10-17 16:30:15', 1490, NULL, NULL, 'IPAY2022/10/1513', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1726, '2022-10-17 16:48:02', 1491, NULL, NULL, 'IPAY2022/10/1514', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1727, '2022-10-17 16:58:26', 1492, NULL, NULL, 'IPAY2022/10/1515', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1728, '2022-10-17 17:04:33', 1493, NULL, NULL, 'IPAY2022/10/1516', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1729, '2022-10-17 17:35:13', 1494, NULL, NULL, 'IPAY2022/10/1517', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1730, '2022-10-17 17:54:22', 1495, NULL, NULL, 'IPAY2022/10/1518', NULL, 'cash', '', '', '', '', '', '', '117.5000', NULL, 7, NULL, 'received', '', '117.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1731, '2022-10-17 18:13:53', 1496, NULL, NULL, 'IPAY2022/10/1519', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1732, '2022-10-17 18:17:02', 1497, NULL, NULL, 'IPAY2022/10/1520', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1733, '2022-10-18 06:44:59', 1498, NULL, NULL, 'IPAY2022/10/1521', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1734, '2022-10-18 07:22:06', 1499, NULL, NULL, 'IPAY2022/10/1522', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1735, '2022-10-18 08:27:51', 1500, NULL, NULL, 'IPAY2022/10/1523', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1736, '2022-10-18 08:54:19', 1501, NULL, NULL, 'IPAY2022/10/1524', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1737, '2022-10-18 09:13:28', 1502, NULL, NULL, 'IPAY2022/10/1525', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1738, '2022-10-18 09:34:06', 1503, NULL, NULL, 'IPAY2022/10/1526', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1739, '2022-10-18 09:35:12', 1504, NULL, NULL, 'IPAY2022/10/1527', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1740, '2022-10-18 09:55:40', 1505, NULL, NULL, 'IPAY2022/10/1528', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1741, '2022-10-18 10:53:00', 1506, NULL, NULL, 'IPAY2022/10/1529', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1742, '2022-10-18 11:16:43', 1507, NULL, NULL, 'IPAY2022/10/1530', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1743, '2022-10-18 11:35:35', 1508, NULL, NULL, 'IPAY2022/10/1531', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1744, '2022-10-18 12:39:32', 1509, NULL, NULL, 'IPAY2022/10/1532', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1745, '2022-10-18 12:42:33', 1510, NULL, NULL, 'IPAY2022/10/1533', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1746, '2022-10-18 12:57:06', 1511, NULL, NULL, 'IPAY2022/10/1534', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1747, '2022-10-18 13:04:12', 1512, NULL, NULL, 'IPAY2022/10/1535', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1748, '2022-10-18 13:14:21', 1513, NULL, NULL, 'IPAY2022/10/1536', NULL, 'cash', '', '', '', '', '', '', '95.0000', NULL, 7, NULL, 'received', '', '95.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1749, '2022-10-18 13:17:14', 1514, NULL, NULL, 'IPAY2022/10/1537', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1750, '2022-10-18 14:07:28', 1515, NULL, NULL, 'IPAY2022/10/1538', NULL, 'cash', '', '', '', '', '', '', '295.0000', NULL, 7, NULL, 'received', '', '295.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1751, '2022-10-18 14:14:08', 1516, NULL, NULL, 'IPAY2022/10/1539', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1752, '2022-10-18 14:55:00', 1517, NULL, NULL, 'IPAY2022/10/1540', NULL, 'cash', '', '', '', '', '', '', '115.0000', NULL, 7, NULL, 'received', '', '115.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1753, '2022-10-18 15:02:47', 1518, NULL, NULL, 'IPAY2022/10/1541', NULL, 'cash', '', '', '', '', '', '', '69.9998', NULL, 7, NULL, 'received', '', '69.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1754, '2022-10-18 15:04:59', 1519, NULL, NULL, 'IPAY2022/10/1542', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '37.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1755, '2022-10-18 15:09:22', 1520, NULL, NULL, 'IPAY2022/10/1543', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1756, '2022-10-18 15:46:39', 1521, NULL, NULL, 'IPAY2022/10/1544', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1757, '2022-10-18 16:15:44', 1522, NULL, NULL, 'IPAY2022/10/1545', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1758, '2022-10-18 16:33:57', 1523, NULL, NULL, 'IPAY2022/10/1546', NULL, 'cash', '', '', '', '', '', '', '4.9999', NULL, 7, NULL, 'received', '', '4.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1759, '2022-10-18 17:15:38', 1524, NULL, NULL, 'IPAY2022/10/1547', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1760, '2022-10-18 17:17:01', 1525, NULL, NULL, 'IPAY2022/10/1548', NULL, 'cash', '', '', '', '', '', '', '310.0000', NULL, 7, NULL, 'received', '', '310.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1761, '2022-10-18 17:21:03', 1526, NULL, NULL, 'IPAY2022/10/1549', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1762, '2022-10-18 17:21:51', 1527, NULL, NULL, 'IPAY2022/10/1550', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1763, '2022-10-18 17:33:13', 1528, NULL, NULL, 'IPAY2022/10/1551', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1764, '2022-10-18 17:58:10', 1529, NULL, NULL, 'IPAY2022/10/1552', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1765, '2022-10-18 17:59:28', 1530, NULL, NULL, 'IPAY2022/10/1553', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1766, '2022-10-18 18:01:59', 1531, NULL, NULL, 'IPAY2022/10/1554', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1767, '2022-10-18 18:10:58', 1532, NULL, NULL, 'IPAY2022/10/1555', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1768, '2022-10-19 06:55:20', 1533, NULL, NULL, 'IPAY2022/10/1556', NULL, 'cash', '', '', '', '', '', '', '61.5000', NULL, 7, NULL, 'received', '', '61.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1769, '2022-10-19 08:32:06', 1534, NULL, NULL, 'IPAY2022/10/1557', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1770, '2022-10-19 10:01:34', 1535, NULL, NULL, 'IPAY2022/10/1558', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1771, '2022-10-19 10:19:14', 1536, NULL, NULL, 'IPAY2022/10/1559', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1772, '2022-10-19 10:39:09', 1537, NULL, NULL, 'IPAY2022/10/1560', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1773, '2022-10-19 11:30:52', 1538, NULL, NULL, 'IPAY2022/10/1561', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1774, '2022-10-19 11:36:51', 1539, NULL, NULL, 'IPAY2022/10/1562', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1775, '2022-10-19 11:46:02', 1540, NULL, NULL, 'IPAY2022/10/1563', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1776, '2022-10-19 12:04:00', NULL, NULL, 275, 'POP2022/10/0238', NULL, 'cash', '', '', '', '', '', 'Visa', '131.7501', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1777, '2022-10-19 12:05:00', NULL, NULL, 276, 'POP2022/10/0239', NULL, 'cash', '', '', '', '', '', 'Visa', '137.7600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1778, '2022-10-19 12:12:24', 1541, NULL, NULL, 'IPAY2022/10/1564', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1779, '2022-10-19 12:18:49', 1542, NULL, NULL, 'IPAY2022/10/1565', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1780, '2022-10-19 12:30:52', 1543, NULL, NULL, 'IPAY2022/10/1566', NULL, 'cash', '', '', '', '', '', '', '0.3000', NULL, 7, NULL, 'received', '', '0.3000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1781, '2022-10-19 14:02:32', 1544, NULL, NULL, 'IPAY2022/10/1567', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1782, '2022-10-19 14:06:28', 1545, NULL, NULL, 'IPAY2022/10/1568', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1783, '2022-10-19 14:58:05', 1546, NULL, NULL, 'IPAY2022/10/1569', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1784, '2022-10-19 15:09:06', 1547, NULL, NULL, 'IPAY2022/10/1570', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1785, '2022-10-19 15:16:41', 1548, NULL, NULL, 'IPAY2022/10/1571', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1786, '2022-10-19 15:22:36', 1549, NULL, NULL, 'IPAY2022/10/1572', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1787, '2022-10-19 15:50:33', 1550, NULL, NULL, 'IPAY2022/10/1573', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1788, '2022-10-19 16:21:39', 1551, NULL, NULL, 'IPAY2022/10/1574', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1789, '2022-10-19 16:39:51', 1552, NULL, NULL, 'IPAY2022/10/1575', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1790, '2022-10-19 16:47:44', 1553, NULL, NULL, 'IPAY2022/10/1576', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1791, '2022-10-19 17:17:41', 1554, NULL, NULL, 'IPAY2022/10/1577', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1792, '2022-10-19 17:52:08', 1555, NULL, NULL, 'IPAY2022/10/1578', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1793, '2022-10-19 18:18:49', 1556, NULL, NULL, 'IPAY2022/10/1579', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1794, '2022-10-19 18:24:56', 1557, NULL, NULL, 'IPAY2022/10/1580', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1795, '2022-10-19 18:32:50', 1558, NULL, NULL, 'IPAY2022/10/1581', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1796, '2022-10-19 18:37:56', 1559, NULL, NULL, 'IPAY2022/10/1582', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1797, '2022-10-19 19:11:12', 1560, NULL, NULL, 'IPAY2022/10/1583', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1798, '2022-10-19 19:16:44', 1561, NULL, NULL, 'IPAY2022/10/1584', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1799, '2022-10-20 06:01:05', 1562, NULL, NULL, 'IPAY2022/10/1585', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1800, '2022-10-20 06:38:58', 1563, NULL, NULL, 'IPAY2022/10/1586', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1801, '2022-10-20 07:27:12', 1564, NULL, NULL, 'IPAY2022/10/1587', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1802, '2022-10-20 08:45:40', 1565, NULL, NULL, 'IPAY2022/10/1588', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1803, '2022-10-20 09:11:03', 1566, NULL, NULL, 'IPAY2022/10/1589', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1804, '2022-10-20 09:11:43', 1567, NULL, NULL, 'IPAY2022/10/1590', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1805, '2022-10-20 09:33:35', 1568, NULL, NULL, 'IPAY2022/10/1591', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1806, '2022-10-20 09:57:31', 1569, NULL, NULL, 'IPAY2022/10/1592', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1807, '2022-10-20 10:38:26', 1570, NULL, NULL, 'IPAY2022/10/1593', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1808, '2022-10-20 10:47:46', 1571, NULL, NULL, 'IPAY2022/10/1594', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1809, '2022-10-20 10:52:25', 1572, NULL, NULL, 'IPAY2022/10/1595', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1810, '2022-10-20 11:05:06', 1573, NULL, NULL, 'IPAY2022/10/1596', NULL, 'cash', '', '', '', '', '', '', '196.0000', NULL, 7, NULL, 'received', '', '196.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1811, '2022-10-20 11:32:16', 1574, NULL, NULL, 'IPAY2022/10/1597', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1812, '2022-10-20 11:36:56', 1575, NULL, NULL, 'IPAY2022/10/1598', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1813, '2022-10-20 11:38:30', 1576, NULL, NULL, 'IPAY2022/10/1599', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1814, '2022-10-20 12:14:06', 1577, NULL, NULL, 'IPAY2022/10/1600', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1815, '2022-10-20 12:59:11', 1578, NULL, NULL, 'IPAY2022/10/1601', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1816, '2022-10-20 13:29:58', 1579, NULL, NULL, 'IPAY2022/10/1602', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1817, '2022-10-20 13:41:25', 1580, NULL, NULL, 'IPAY2022/10/1603', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1818, '2022-10-20 13:59:41', 1581, NULL, NULL, 'IPAY2022/10/1604', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1819, '2022-10-20 14:06:33', 1582, NULL, NULL, 'IPAY2022/10/1605', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1820, '2022-10-20 15:16:51', 1583, NULL, NULL, 'IPAY2022/10/1606', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1821, '2022-10-20 15:27:21', 1584, NULL, NULL, 'IPAY2022/10/1607', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1822, '2022-10-20 16:27:28', 1585, NULL, NULL, 'IPAY2022/10/1608', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1823, '2022-10-20 16:37:18', 1586, NULL, NULL, 'IPAY2022/10/1609', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1824, '2022-10-20 17:03:55', 1587, NULL, NULL, 'IPAY2022/10/1610', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1825, '2022-10-20 17:27:12', 1588, NULL, NULL, 'IPAY2022/10/1611', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1826, '2022-10-20 17:41:02', 1589, NULL, NULL, 'IPAY2022/10/1612', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1827, '2022-10-20 17:58:30', 1590, NULL, NULL, 'IPAY2022/10/1613', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1828, '2022-10-20 18:15:54', 1591, NULL, NULL, 'IPAY2022/10/1614', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1829, '2022-10-20 18:44:42', 1592, NULL, NULL, 'IPAY2022/10/1615', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1830, '2022-10-20 18:47:40', 1593, NULL, NULL, 'IPAY2022/10/1616', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1831, '2022-10-20 19:57:10', 1594, NULL, NULL, 'IPAY2022/10/1617', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1832, '2022-10-21 06:22:51', 1595, NULL, NULL, 'IPAY2022/10/1618', NULL, 'cash', '', '', '', '', '', '', '57.5000', NULL, 7, NULL, 'received', '', '57.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1833, '2022-10-21 06:44:37', 1596, NULL, NULL, 'IPAY2022/10/1619', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1834, '2022-10-21 06:58:54', 1597, NULL, NULL, 'IPAY2022/10/1620', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1835, '2022-10-21 07:21:02', 1598, NULL, NULL, 'IPAY2022/10/1621', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '36.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1836, '2022-10-21 07:23:06', 1599, NULL, NULL, 'IPAY2022/10/1622', NULL, 'cash', '', '', '', '', '', '', '66.5000', NULL, 7, NULL, 'received', '', '66.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1837, '2022-10-21 07:27:04', 1600, NULL, NULL, 'IPAY2022/10/1623', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1838, '2022-10-21 07:28:33', 1601, NULL, NULL, 'IPAY2022/10/1624', NULL, 'cash', '', '', '', '', '', '', '2.4999', NULL, 7, NULL, 'received', '', '2.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1839, '2022-10-21 07:31:19', 1602, NULL, NULL, 'IPAY2022/10/1625', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1840, '2022-10-21 07:32:09', 1603, NULL, NULL, 'IPAY2022/10/1626', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1841, '2022-10-21 07:32:42', 1604, NULL, NULL, 'IPAY2022/10/1627', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1842, '2022-10-21 07:33:21', 1605, NULL, NULL, 'IPAY2022/10/1628', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1843, '2022-10-21 07:34:00', NULL, NULL, 277, 'POP2022/10/0240', NULL, 'cash', '', '', '', '', '', 'Visa', '476.9995', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1844, '2022-10-21 07:37:00', NULL, NULL, 278, 'POP2022/10/0241', NULL, 'cash', '', '', '', '', '', 'Visa', '172.7300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1845, '2022-10-21 07:38:43', 1606, NULL, NULL, 'IPAY2022/10/1629', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1846, '2022-10-21 07:45:28', 1607, NULL, NULL, 'IPAY2022/10/1630', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1847, '2022-10-21 07:46:05', 1608, NULL, NULL, 'IPAY2022/10/1631', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1848, '2022-10-21 07:48:17', 1609, NULL, NULL, 'IPAY2022/10/1632', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1849, '2022-10-21 07:49:47', 1610, NULL, NULL, 'IPAY2022/10/1633', NULL, 'cash', '', '', '', '', '', '', '54.5000', NULL, 7, NULL, 'received', '', '54.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1850, '2022-10-24 17:28:23', 1611, NULL, NULL, 'IPAY2022/10/1634', NULL, 'cash', '', '', '', '', '', '', '139.0000', NULL, 7, NULL, 'received', '', '139.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1851, '2022-10-24 17:34:49', 1612, NULL, NULL, 'IPAY2022/10/1635', NULL, 'cash', '', '', '', '', '', '', '152.0000', NULL, 7, NULL, 'received', '', '152.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1852, '2022-10-24 17:49:20', 1613, NULL, NULL, 'IPAY2022/10/1636', NULL, 'cash', '', '', '', '', '', '', '256.9999', NULL, 7, NULL, 'received', '', '256.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1853, '2022-10-24 17:57:51', 1614, NULL, NULL, 'IPAY2022/10/1637', NULL, 'cash', '', '', '', '', '', '', '158.0000', NULL, 7, NULL, 'received', '', '158.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1854, '2022-10-24 18:05:11', 1615, NULL, NULL, 'IPAY2022/10/1638', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1855, '2022-10-24 18:15:21', 1616, NULL, NULL, 'IPAY2022/10/1639', NULL, 'cash', '', '', '', '', '', '', '162.5000', NULL, 7, NULL, 'received', '', '162.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1856, '2022-10-24 18:20:33', 1617, NULL, NULL, 'IPAY2022/10/1640', NULL, 'cash', '', '', '', '', '', '', '90.9998', NULL, 7, NULL, 'received', '', '90.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1857, '2022-10-24 18:25:43', 1618, NULL, NULL, 'IPAY2022/10/1641', NULL, 'cash', '', '', '', '', '', '', '112.5000', NULL, 7, NULL, 'received', '', '112.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1858, '2022-10-24 18:29:58', 1619, NULL, NULL, 'IPAY2022/10/1642', NULL, 'cash', '', '', '', '', '', '', '169.0000', NULL, 7, NULL, 'received', '', '169.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1859, '2022-10-24 18:35:30', 1620, NULL, NULL, 'IPAY2022/10/1643', NULL, 'cash', '', '', '', '', '', '', '140.0000', NULL, 7, NULL, 'received', '', '140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1860, '2022-10-24 18:40:23', 1621, NULL, NULL, 'IPAY2022/10/1644', NULL, 'cash', '', '', '', '', '', '', '146.0000', NULL, 7, NULL, 'received', '', '146.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1861, '2022-10-24 18:49:13', 1622, NULL, NULL, 'IPAY2022/10/1645', NULL, 'cash', '', '', '', '', '', '', '104.9999', NULL, 7, NULL, 'received', '', '104.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1862, '2022-10-24 18:54:11', 1623, NULL, NULL, 'IPAY2022/10/1646', NULL, 'cash', '', '', '', '', '', '', '127.0000', NULL, 7, NULL, 'received', '', '127.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1863, '2022-10-24 19:32:00', 1624, NULL, NULL, 'IPAY2022/10/1647', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1864, '2022-10-24 19:39:39', 1625, NULL, NULL, 'IPAY2022/10/1648', NULL, 'cash', '', '', '', '', '', '', '111.5000', NULL, 7, NULL, 'received', '', '111.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1865, '2022-10-24 19:44:52', 1626, NULL, NULL, 'IPAY2022/10/1649', NULL, 'cash', '', '', '', '', '', '', '126.5000', NULL, 7, NULL, 'received', '', '126.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1866, '2022-10-24 20:06:24', 1627, NULL, NULL, 'IPAY2022/10/1650', NULL, 'cash', '', '', '', '', '', '', '219.0000', NULL, 7, NULL, 'received', '', '219.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1867, '2022-10-24 20:11:05', 1628, NULL, NULL, 'IPAY2022/10/1651', NULL, 'cash', '', '', '', '', '', '', '120.9998', NULL, 7, NULL, 'received', '', '120.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1868, '2022-10-24 20:20:27', 1629, NULL, NULL, 'IPAY2022/10/1652', NULL, 'cash', '', '', '', '', '', '', '135.0000', NULL, 7, NULL, 'received', '', '135.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1869, '2022-10-24 20:28:14', 1630, NULL, NULL, 'IPAY2022/10/1653', NULL, 'cash', '', '', '', '', '', '', '111.5000', NULL, 7, NULL, 'received', '', '111.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1870, '2022-10-24 20:36:18', 1631, NULL, NULL, 'IPAY2022/10/1654', NULL, 'cash', '', '', '', '', '', '', '137.0000', NULL, 7, NULL, 'received', '', '137.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1871, '2022-10-24 20:45:17', 1632, NULL, NULL, 'IPAY2022/10/1655', NULL, 'cash', '', '', '', '', '', '', '28.9999', NULL, 7, NULL, 'received', '', '28.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1872, '2022-10-25 06:07:57', 1633, NULL, NULL, 'IPAY2022/10/1656', NULL, 'cash', '', '', '', '', '', '', '69.5000', NULL, 7, NULL, 'received', '', '69.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1873, '2022-10-25 06:15:22', 1634, NULL, NULL, 'IPAY2022/10/1657', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1874, '2022-10-25 06:17:53', 1635, NULL, NULL, 'IPAY2022/10/1658', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1875, '2022-10-25 06:19:25', 1636, NULL, NULL, 'IPAY2022/10/1659', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1876, '2022-10-25 06:21:46', 1637, NULL, NULL, 'IPAY2022/10/1660', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1877, '2022-10-25 06:22:22', 1638, NULL, NULL, 'IPAY2022/10/1661', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1878, '2022-10-25 06:24:04', 1639, NULL, NULL, 'IPAY2022/10/1662', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1879, '2022-10-25 06:24:55', 1640, NULL, NULL, 'IPAY2022/10/1663', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1880, '2022-10-25 06:26:15', 1641, NULL, NULL, 'IPAY2022/10/1664', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1881, '2022-10-25 06:28:01', 1642, NULL, NULL, 'IPAY2022/10/1665', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1882, '2022-10-25 06:28:51', 1643, NULL, NULL, 'IPAY2022/10/1666', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1883, '2022-10-25 06:30:01', 1644, NULL, NULL, 'IPAY2022/10/1667', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1884, '2022-10-25 06:33:45', 1645, NULL, NULL, 'IPAY2022/10/1668', NULL, 'cash', '', '', '', '', '', '', '23.9999', NULL, 7, NULL, 'received', '', '23.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1885, '2022-10-25 06:38:27', 1646, NULL, NULL, 'IPAY2022/10/1669', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1886, '2022-10-25 06:40:33', 1647, NULL, NULL, 'IPAY2022/10/1670', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1887, '2022-10-25 06:44:25', 1648, NULL, NULL, 'IPAY2022/10/1671', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1888, '2022-10-25 06:45:51', 1649, NULL, NULL, 'IPAY2022/10/1672', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1889, '2022-10-25 06:47:17', 1650, NULL, NULL, 'IPAY2022/10/1673', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1890, '2022-10-25 06:49:07', 1651, NULL, NULL, 'IPAY2022/10/1674', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1891, '2022-10-25 06:55:19', 1652, NULL, NULL, 'IPAY2022/10/1675', NULL, 'cash', '', '', '', '', '', '', '56.5000', NULL, 7, NULL, 'received', '', '56.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1892, '2022-10-25 07:00:14', 1653, NULL, NULL, 'IPAY2022/10/1676', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1893, '2022-10-25 07:01:51', 1654, NULL, NULL, 'IPAY2022/10/1677', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1894, '2022-10-25 07:02:36', 1655, NULL, NULL, 'IPAY2022/10/1678', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1895, '2022-10-25 07:18:48', 1656, NULL, NULL, 'IPAY2022/10/1679', NULL, 'cash', '', '', '', '', '', '', '246.0000', NULL, 7, NULL, 'received', '', '246.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1896, '2022-10-25 07:22:41', 1657, NULL, NULL, 'IPAY2022/10/1680', NULL, 'cash', '', '', '', '', '', '', '456.0000', NULL, 7, NULL, 'received', '', '456.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1897, '2022-10-25 07:24:22', 1658, NULL, NULL, 'IPAY2022/10/1681', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1898, '2022-10-25 07:28:16', 1659, NULL, NULL, 'IPAY2022/10/1682', NULL, 'cash', '', '', '', '', '', '', '19.4000', NULL, 7, NULL, 'received', '', '19.4000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1899, '2022-10-25 07:30:17', 1660, NULL, NULL, 'IPAY2022/10/1683', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1900, '2022-10-25 07:30:55', 1661, NULL, NULL, 'IPAY2022/10/1684', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1901, '2022-10-25 07:37:01', 1662, NULL, NULL, 'IPAY2022/10/1685', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1902, '2022-10-25 07:44:16', 1663, NULL, NULL, 'IPAY2022/10/1686', NULL, 'cash', '', '', '', '', '', '', '295.0000', NULL, 7, NULL, 'received', '', '295.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1903, '2022-10-25 07:52:56', 1664, NULL, NULL, 'IPAY2022/10/1687', NULL, 'cash', '', '', '', '', '', '', '414.0000', NULL, 7, NULL, 'received', '', '414.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1904, '2022-10-25 08:02:29', 1665, NULL, NULL, 'IPAY2022/10/1688', NULL, 'cash', '', '', '', '', '', '', '5.4999', NULL, 7, NULL, 'received', '', '5.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1905, '2022-10-25 08:13:29', 1666, NULL, NULL, 'IPAY2022/10/1689', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1906, '2022-10-25 08:27:16', 1667, NULL, NULL, 'IPAY2022/10/1690', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1907, '2022-10-25 08:30:00', NULL, NULL, 279, 'POP2022/10/0242', NULL, 'cash', '', '', '', '', '', 'Visa', '178.2499', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1908, '2022-10-25 08:31:00', NULL, NULL, 280, 'POP2022/10/0243', NULL, 'cash', '', '', '', '', '', 'Visa', '819.9994', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1909, '2022-10-25 08:36:56', 1668, NULL, NULL, 'IPAY2022/10/1691', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1910, '2022-10-25 08:38:21', 1669, NULL, NULL, 'IPAY2022/10/1692', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1911, '2022-10-25 08:40:00', NULL, NULL, 281, 'POP2022/10/0244', NULL, 'cash', '', '', '', '', '', 'Visa', '137.7000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1912, '2022-10-25 09:03:00', NULL, NULL, 282, 'POP2022/10/0245', NULL, 'cash', '', '', '', '', '', 'Visa', '172.4899', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1913, '2022-10-25 09:07:18', 1670, NULL, NULL, 'IPAY2022/10/1693', NULL, 'cash', '', '', '', '', '', '', '518.0000', NULL, 7, NULL, 'received', '', '518.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1914, '2022-10-25 09:10:05', 1671, NULL, NULL, 'IPAY2022/10/1694', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1915, '2022-10-25 09:14:00', NULL, NULL, 283, 'POP2022/10/0246', NULL, 'cash', '', '', '', '', '', 'Visa', '141.9000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1916, '2022-10-25 09:15:00', NULL, NULL, 284, 'POP2022/10/0247', NULL, 'cash', '', '', '', '', '', 'Visa', '214.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1917, '2022-10-25 09:24:01', 1672, NULL, NULL, 'IPAY2022/10/1695', NULL, 'cash', '', '', '', '', '', '', '105.5000', NULL, 7, NULL, 'received', '', '105.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1918, '2022-10-25 09:24:00', NULL, NULL, 285, 'POP2022/10/0248', NULL, 'cash', '', '', '', '', '', 'Visa', '1065.9095', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1919, '2022-10-25 09:29:00', NULL, NULL, 286, 'POP2022/10/0249', NULL, 'cash', '', '', '', '', '', 'Visa', '330.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1920, '2022-10-25 09:29:31', 1673, NULL, NULL, 'IPAY2022/10/1696', NULL, 'cash', '', '', '', '', '', '', '135.0000', NULL, 7, NULL, 'received', '', '135.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1921, '2022-10-25 09:32:35', 1674, NULL, NULL, 'IPAY2022/10/1697', NULL, 'cash', '', '', '', '', '', '', '183.0000', NULL, 7, NULL, 'received', '', '183.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1922, '2022-10-25 10:47:45', 1675, NULL, NULL, 'IPAY2022/10/1698', NULL, 'cash', '', '', '', '', '', '', '146.0000', NULL, 7, NULL, 'received', '', '146.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1923, '2022-10-25 11:03:19', 1676, NULL, NULL, 'IPAY2022/10/1699', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1924, '2022-10-25 11:31:50', 1677, NULL, NULL, 'IPAY2022/10/1700', NULL, 'cash', '', '', '', '', '', '', '109.0000', NULL, 7, NULL, 'received', '', '109.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1925, '2022-10-25 11:45:24', 1678, NULL, NULL, 'IPAY2022/10/1701', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1926, '2022-10-25 12:00:43', 1679, NULL, NULL, 'IPAY2022/10/1702', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1927, '2022-10-25 12:09:22', 1680, NULL, NULL, 'IPAY2022/10/1703', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1928, '2022-10-25 12:38:42', 1681, NULL, NULL, 'IPAY2022/10/1704', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1929, '2022-10-25 13:01:46', 1682, NULL, NULL, 'IPAY2022/10/1705', NULL, 'cash', '', '', '', '', '', '', '88.0000', NULL, 7, NULL, 'received', '', '88.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1930, '2022-10-25 13:46:25', 1683, NULL, NULL, 'IPAY2022/10/1706', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1931, '2022-10-25 13:59:42', 1684, NULL, NULL, 'IPAY2022/10/1707', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1932, '2022-10-25 14:31:13', 1685, NULL, NULL, 'IPAY2022/10/1708', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1933, '2022-10-25 14:57:00', NULL, NULL, 287, 'POP2022/10/0250', NULL, 'cash', '', '', '', '', '', 'Visa', '970.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1934, '2022-10-25 14:59:00', NULL, NULL, 288, 'POP2022/10/0251', NULL, 'cash', '', '', '', '', '', 'Visa', '890.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1935, '2022-10-25 15:54:19', 1686, NULL, NULL, 'IPAY2022/10/1709', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1936, '2022-10-25 17:16:54', 1687, NULL, NULL, 'IPAY2022/10/1710', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1937, '2022-10-25 17:23:43', 1688, NULL, NULL, 'IPAY2022/10/1711', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1938, '2022-10-25 17:27:04', 1689, NULL, NULL, 'IPAY2022/10/1712', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1939, '2022-10-25 17:29:58', 1690, NULL, NULL, 'IPAY2022/10/1713', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1940, '2022-10-25 17:30:31', 1691, NULL, NULL, 'IPAY2022/10/1714', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1941, '2022-10-25 17:40:40', 1692, NULL, NULL, 'IPAY2022/10/1715', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1942, '2022-10-25 17:41:20', 1693, NULL, NULL, 'IPAY2022/10/1716', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1943, '2022-10-25 17:42:46', 1694, NULL, NULL, 'IPAY2022/10/1717', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1944, '2022-10-25 17:44:09', 1695, NULL, NULL, 'IPAY2022/10/1718', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1945, '2022-10-25 17:45:23', 1696, NULL, NULL, 'IPAY2022/10/1719', NULL, 'cash', '', '', '', '', '', '', '429.0000', NULL, 7, NULL, 'received', '', '429.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1946, '2022-10-25 18:56:00', 1697, NULL, NULL, 'IPAY2022/10/1720', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1947, '2022-10-26 06:13:58', 1698, NULL, NULL, 'IPAY2022/10/1721', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1948, '2022-10-26 06:32:47', 1699, NULL, NULL, 'IPAY2022/10/1722', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1949, '2022-10-26 08:07:48', 1700, NULL, NULL, 'IPAY2022/10/1723', NULL, 'cash', '', '', '', '', '', '', '1.9999', NULL, 7, NULL, 'received', '', '1.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1950, '2022-10-26 08:13:16', 1701, NULL, NULL, 'IPAY2022/10/1724', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1951, '2022-10-26 08:14:21', 1702, NULL, NULL, 'IPAY2022/10/1725', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1952, '2022-10-26 08:32:06', 1703, NULL, NULL, 'IPAY2022/10/1726', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1953, '2022-10-26 08:40:19', 1704, NULL, NULL, 'IPAY2022/10/1727', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1954, '2022-10-26 08:42:12', 1705, NULL, NULL, 'IPAY2022/10/1728', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1955, '2022-10-26 08:43:00', NULL, NULL, 289, 'POP2022/10/0252', NULL, 'cash', '', '', '', '', '', 'Visa', '2836.0276', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1956, '2022-10-26 08:46:22', 1706, NULL, NULL, 'IPAY2022/10/1729', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1957, '2022-10-26 08:46:00', NULL, NULL, 290, 'POP2022/10/0253', NULL, 'cash', '', '', '', '', '', 'Visa', '463.8300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1958, '2022-10-26 08:47:00', NULL, NULL, 291, 'POP2022/10/0254', NULL, 'cash', '', '', '', '', '', 'Visa', '169.9999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1959, '2022-10-26 08:51:00', NULL, NULL, 292, 'POP2022/10/0255', NULL, 'cash', '', '', '', '', '', 'Visa', '71.0417', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1960, '2022-10-26 09:08:22', 1707, NULL, NULL, 'IPAY2022/10/1730', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1961, '2022-10-26 09:25:22', 1708, NULL, NULL, 'IPAY2022/10/1731', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1962, '2022-10-26 10:12:41', 1709, NULL, NULL, 'IPAY2022/10/1732', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1963, '2022-10-26 10:43:06', 1710, NULL, NULL, 'IPAY2022/10/1733', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1964, '2022-10-26 11:02:04', 1711, NULL, NULL, 'IPAY2022/10/1734', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1965, '2022-10-26 11:04:23', 1712, NULL, NULL, 'IPAY2022/10/1735', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1966, '2022-10-26 11:39:45', 1713, NULL, NULL, 'IPAY2022/10/1736', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1967, '2022-10-26 12:21:53', 1714, NULL, NULL, 'IPAY2022/10/1737', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1968, '2022-10-26 13:05:08', 1715, NULL, NULL, 'IPAY2022/10/1738', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1969, '2022-10-26 13:12:26', 1716, NULL, NULL, 'IPAY2022/10/1739', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1970, '2022-10-26 13:27:53', 1717, NULL, NULL, 'IPAY2022/10/1740', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1971, '2022-10-26 13:34:33', 1718, NULL, NULL, 'IPAY2022/10/1741', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1972, '2022-10-26 14:05:53', 1719, NULL, NULL, 'IPAY2022/10/1742', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1973, '2022-10-26 14:18:40', 1720, NULL, NULL, 'IPAY2022/10/1743', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1974, '2022-10-26 14:30:53', 1721, NULL, NULL, 'IPAY2022/10/1744', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1975, '2022-10-26 14:34:41', 1722, NULL, NULL, 'IPAY2022/10/1745', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1976, '2022-10-26 14:40:11', 1723, NULL, NULL, 'IPAY2022/10/1746', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1977, '2022-10-26 15:07:59', 1724, NULL, NULL, 'IPAY2022/10/1747', NULL, 'cash', '', '', '', '', '', '', '89.0000', NULL, 7, NULL, 'received', '', '89.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1978, '2022-10-26 15:28:32', 1725, NULL, NULL, 'IPAY2022/10/1748', NULL, 'cash', '', '', '', '', '', '', '124.5000', NULL, 7, NULL, 'received', '', '124.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1979, '2022-10-26 15:43:41', 1726, NULL, NULL, 'IPAY2022/10/1749', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1980, '2022-10-26 16:04:00', 1727, NULL, NULL, 'IPAY2022/10/1750', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1981, '2022-10-26 16:20:35', 1728, NULL, NULL, 'IPAY2022/10/1751', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1982, '2022-10-26 16:26:19', 1729, NULL, NULL, 'IPAY2022/10/1752', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1983, '2022-10-26 16:42:24', 1730, NULL, NULL, 'IPAY2022/10/1753', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1984, '2022-10-26 16:48:34', 1731, NULL, NULL, 'IPAY2022/10/1754', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1985, '2022-10-26 16:49:30', 1732, NULL, NULL, 'IPAY2022/10/1755', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1986, '2022-10-26 17:10:35', 1733, NULL, NULL, 'IPAY2022/10/1756', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1987, '2022-10-26 17:17:27', 1734, NULL, NULL, 'IPAY2022/10/1757', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1988, '2022-10-26 17:18:41', 1735, NULL, NULL, 'IPAY2022/10/1758', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1989, '2022-10-26 17:20:13', 1736, NULL, NULL, 'IPAY2022/10/1759', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1990, '2022-10-26 17:22:35', 1737, NULL, NULL, 'IPAY2022/10/1760', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1991, '2022-10-26 17:23:53', 1738, NULL, NULL, 'IPAY2022/10/1761', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1992, '2022-10-26 17:26:11', 1739, NULL, NULL, 'IPAY2022/10/1762', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1993, '2022-10-26 17:26:50', 1740, NULL, NULL, 'IPAY2022/10/1763', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1994, '2022-10-26 17:30:03', 1741, NULL, NULL, 'IPAY2022/10/1764', NULL, 'cash', '', '', '', '', '', '', '478.5000', NULL, 7, NULL, 'received', '', '478.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1995, '2022-10-26 17:34:55', 1742, NULL, NULL, 'IPAY2022/10/1765', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1996, '2022-10-26 17:38:31', 1743, NULL, NULL, 'IPAY2022/10/1766', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1997, '2022-10-26 17:40:55', 1744, NULL, NULL, 'IPAY2022/10/1767', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1998, '2022-10-26 17:54:25', 1745, NULL, NULL, 'IPAY2022/10/1768', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1999, '2022-10-26 18:01:09', 1746, NULL, NULL, 'IPAY2022/10/1769', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2000, '2022-10-26 18:14:05', 1747, NULL, NULL, 'IPAY2022/10/1770', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2001, '2022-10-26 18:15:46', 1748, NULL, NULL, 'IPAY2022/10/1771', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2002, '2022-10-26 18:17:49', 1749, NULL, NULL, 'IPAY2022/10/1772', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2003, '2022-10-26 18:26:25', 1750, NULL, NULL, 'IPAY2022/10/1773', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2004, '2022-10-26 18:29:08', 1751, NULL, NULL, 'IPAY2022/10/1774', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2005, '2022-10-26 18:44:54', 1752, NULL, NULL, 'IPAY2022/10/1775', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2006, '2022-10-26 18:58:19', 1753, NULL, NULL, 'IPAY2022/10/1776', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2007, '2022-10-26 19:25:57', 1754, NULL, NULL, 'IPAY2022/10/1777', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2008, '2022-10-26 19:27:32', 1755, NULL, NULL, 'IPAY2022/10/1778', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2009, '2022-10-26 19:48:27', 1756, NULL, NULL, 'IPAY2022/10/1779', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2010, '2022-10-27 06:20:42', 1757, NULL, NULL, 'IPAY2022/10/1780', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2011, '2022-10-27 06:27:33', 1758, NULL, NULL, 'IPAY2022/10/1781', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2012, '2022-10-27 06:34:56', 1759, NULL, NULL, 'IPAY2022/10/1782', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2013, '2022-10-27 07:40:08', 1760, NULL, NULL, 'IPAY2022/10/1783', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2014, '2022-10-27 07:56:33', 1761, NULL, NULL, 'IPAY2022/10/1784', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2015, '2022-10-27 08:26:00', NULL, NULL, 293, 'POP2022/10/0256', NULL, 'cash', '', '', '', '', '', 'Visa', '985.3299', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2016, '2022-10-27 08:29:17', 1762, NULL, NULL, 'IPAY2022/10/1785', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2017, '2022-10-27 08:41:32', 1763, NULL, NULL, 'IPAY2022/10/1786', NULL, 'cash', '', '', '', '', '', '', '1.4999', NULL, 7, NULL, 'received', '', '1.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2018, '2022-10-27 09:19:06', 1764, NULL, NULL, 'IPAY2022/10/1787', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2019, '2022-10-27 09:29:53', 1765, NULL, NULL, 'IPAY2022/10/1788', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2020, '2022-10-27 09:34:44', 1766, NULL, NULL, 'IPAY2022/10/1789', NULL, 'cash', '', '', '', '', '', '', '1.9999', NULL, 7, NULL, 'received', '', '1.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2021, '2022-10-27 10:05:10', 1767, NULL, NULL, 'IPAY2022/10/1790', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2022, '2022-10-27 10:19:46', 1768, NULL, NULL, 'IPAY2022/10/1791', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2023, '2022-10-27 10:36:44', 1769, NULL, NULL, 'IPAY2022/10/1792', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2024, '2022-10-27 10:54:09', 1770, NULL, NULL, 'IPAY2022/10/1793', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2025, '2022-10-27 11:26:10', 1771, NULL, NULL, 'IPAY2022/10/1794', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2026, '2022-10-27 11:38:16', 1772, NULL, NULL, 'IPAY2022/10/1795', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2027, '2022-10-27 12:28:55', 1773, NULL, NULL, 'IPAY2022/10/1796', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2028, '2022-10-27 12:55:56', 1774, NULL, NULL, 'IPAY2022/10/1797', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2029, '2022-10-27 13:17:21', 1775, NULL, NULL, 'IPAY2022/10/1798', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2030, '2022-10-27 14:00:43', 1776, NULL, NULL, 'IPAY2022/10/1799', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2031, '2022-10-27 14:26:17', 1777, NULL, NULL, 'IPAY2022/10/1800', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2032, '2022-10-27 14:49:00', NULL, NULL, 294, 'POP2022/10/0257', NULL, 'cash', '', '', '', '', '', 'Visa', '673.9996', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2033, '2022-10-27 14:53:49', 1778, NULL, NULL, 'IPAY2022/10/1801', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2034, '2022-10-27 14:57:01', 1779, NULL, NULL, 'IPAY2022/10/1802', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2035, '2022-10-27 15:08:55', 1780, NULL, NULL, 'IPAY2022/10/1803', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2036, '2022-10-27 15:30:34', 1781, NULL, NULL, 'IPAY2022/10/1804', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2037, '2022-10-27 16:45:32', 1782, NULL, NULL, 'IPAY2022/10/1805', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2038, '2022-10-27 16:52:19', 1783, NULL, NULL, 'IPAY2022/10/1806', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2039, '2022-10-27 17:01:56', 1784, NULL, NULL, 'IPAY2022/10/1807', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2040, '2022-10-27 17:02:58', 1785, NULL, NULL, 'IPAY2022/10/1808', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2041, '2022-10-27 17:04:58', 1786, NULL, NULL, 'IPAY2022/10/1809', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2042, '2022-10-27 18:31:37', 1787, NULL, NULL, 'IPAY2022/10/1810', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2043, '2022-10-27 18:32:53', 1788, NULL, NULL, 'IPAY2022/10/1811', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2044, '2022-10-27 18:34:01', 1789, NULL, NULL, 'IPAY2022/10/1812', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2045, '2022-10-27 18:38:52', 1790, NULL, NULL, 'IPAY2022/10/1813', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2046, '2022-10-27 18:50:11', 1791, NULL, NULL, 'IPAY2022/10/1814', NULL, 'cash', '', '', '', '', '', '', '343.0000', NULL, 7, NULL, 'received', '', '343.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2047, '2022-10-27 18:56:30', 1792, NULL, NULL, 'IPAY2022/10/1815', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2048, '2022-10-27 18:57:22', 1793, NULL, NULL, 'IPAY2022/10/1816', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2049, '2022-10-27 18:59:14', 1794, NULL, NULL, 'IPAY2022/10/1817', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2050, '2022-10-27 19:01:48', 1795, NULL, NULL, 'IPAY2022/10/1818', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2051, '2022-10-27 19:17:52', 1796, NULL, NULL, 'IPAY2022/10/1819', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2052, '2022-10-27 19:45:00', 1797, NULL, NULL, 'IPAY2022/10/1820', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2053, '2022-10-27 20:06:40', 1798, NULL, NULL, 'IPAY2022/10/1821', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2054, '2022-10-28 06:02:43', 1799, NULL, NULL, 'IPAY2022/10/1822', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2055, '2022-10-28 06:04:12', 1800, NULL, NULL, 'IPAY2022/10/1823', NULL, 'cash', '', '', '', '', '', '', '1570.0000', NULL, 7, NULL, 'received', '', '1570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2056, '2022-10-28 07:01:16', 1801, NULL, NULL, 'IPAY2022/10/1824', NULL, 'cash', '', '', '', '', '', '', '310.5000', NULL, 7, NULL, 'received', '', '310.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2057, '2022-10-28 08:49:25', 1802, NULL, NULL, 'IPAY2022/10/1825', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2058, '2022-10-28 08:52:24', 1803, NULL, NULL, 'IPAY2022/10/1826', NULL, 'cash', '', '', '', '', '', '', '155.0000', NULL, 7, NULL, 'received', '', '155.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2059, '2022-10-28 09:43:39', 1804, NULL, NULL, 'IPAY2022/10/1827', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2060, '2022-10-28 10:45:38', 1805, NULL, NULL, 'IPAY2022/10/1828', NULL, 'cash', '', '', '', '', '', '', '128.9999', NULL, 7, NULL, 'received', '', '128.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2061, '2022-10-28 10:47:00', 1806, NULL, NULL, 'IPAY2022/10/1829', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2062, '2022-10-28 10:47:46', 1807, NULL, NULL, 'IPAY2022/10/1830', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2063, '2022-10-28 10:50:55', 1808, NULL, NULL, 'IPAY2022/10/1831', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2064, '2022-10-28 11:02:07', 1809, NULL, NULL, 'IPAY2022/10/1832', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2065, '2022-10-28 11:20:43', 1810, NULL, NULL, 'IPAY2022/10/1833', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2066, '2022-10-28 11:40:06', 1811, NULL, NULL, 'IPAY2022/10/1834', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2067, '2022-10-28 12:26:51', 1812, NULL, NULL, 'IPAY2022/10/1835', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2068, '2022-10-28 12:43:23', 1813, NULL, NULL, 'IPAY2022/10/1836', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2069, '2022-10-28 12:44:36', 1814, NULL, NULL, 'IPAY2022/10/1837', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2070, '2022-10-28 12:53:05', 1815, NULL, NULL, 'IPAY2022/10/1838', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2071, '2022-10-28 12:57:42', 1816, NULL, NULL, 'IPAY2022/10/1839', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2072, '2022-10-28 13:43:40', 1817, NULL, NULL, 'IPAY2022/10/1840', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2073, '2022-10-28 14:00:22', 1818, NULL, NULL, 'IPAY2022/10/1841', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2074, '2022-10-28 14:02:27', 1819, NULL, NULL, 'IPAY2022/10/1842', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2075, '2022-10-28 14:25:09', 1820, NULL, NULL, 'IPAY2022/10/1843', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2076, '2022-10-28 14:34:02', 1821, NULL, NULL, 'IPAY2022/10/1844', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2077, '2022-10-28 15:00:05', 1822, NULL, NULL, 'IPAY2022/10/1845', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2078, '2022-10-28 15:18:39', 1823, NULL, NULL, 'IPAY2022/10/1846', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2079, '2022-10-28 15:20:11', 1824, NULL, NULL, 'IPAY2022/10/1847', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2080, '2022-10-28 15:21:05', 1825, NULL, NULL, 'IPAY2022/10/1848', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2081, '2022-10-28 15:40:55', 1826, NULL, NULL, 'IPAY2022/10/1849', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2082, '2022-10-28 15:52:29', 1827, NULL, NULL, 'IPAY2022/10/1850', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2083, '2022-10-28 16:02:40', 1828, NULL, NULL, 'IPAY2022/10/1851', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2084, '2022-10-28 16:26:35', 1829, NULL, NULL, 'IPAY2022/10/1852', NULL, 'cash', '', '', '', '', '', '', '92.0000', NULL, 7, NULL, 'received', '', '92.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2085, '2022-10-28 16:34:53', 1830, NULL, NULL, 'IPAY2022/10/1853', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2086, '2022-10-28 16:42:00', NULL, NULL, 295, 'POP2022/10/0258', NULL, 'cash', '', '', '', '', '', 'Visa', '333.3600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2087, '2022-10-28 16:55:00', NULL, NULL, 296, 'POP2022/10/0259', NULL, 'cash', '', '', '', '', '', 'Visa', '603.2800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2088, '2022-10-28 16:59:30', 1831, NULL, NULL, 'IPAY2022/10/1854', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2089, '2022-10-28 17:01:25', 1832, NULL, NULL, 'IPAY2022/10/1855', NULL, 'cash', '', '', '', '', '', '', '145.5000', NULL, 7, NULL, 'received', '', '145.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2090, '2022-10-28 17:04:56', 1833, NULL, NULL, 'IPAY2022/10/1856', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2091, '2022-10-28 17:15:44', 1834, NULL, NULL, 'IPAY2022/10/1857', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2092, '2022-10-28 17:18:59', 1835, NULL, NULL, 'IPAY2022/10/1858', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2093, '2022-10-28 17:34:56', 1836, NULL, NULL, 'IPAY2022/10/1859', NULL, 'cash', '', '', '', '', '', '', '112.0000', NULL, 7, NULL, 'received', '', '112.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2094, '2022-10-28 17:37:24', 1837, NULL, NULL, 'IPAY2022/10/1860', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2095, '2022-10-28 17:41:38', 1838, NULL, NULL, 'IPAY2022/10/1861', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2096, '2022-10-28 17:44:10', 1839, NULL, NULL, 'IPAY2022/10/1862', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2097, '2022-10-28 17:48:17', 1840, NULL, NULL, 'IPAY2022/10/1863', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2098, '2022-10-28 17:52:57', 1841, NULL, NULL, 'IPAY2022/10/1864', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2099, '2022-10-28 17:56:22', 1842, NULL, NULL, 'IPAY2022/10/1865', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2100, '2022-10-28 18:00:06', 1843, NULL, NULL, 'IPAY2022/10/1866', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2101, '2022-10-28 18:02:10', 1844, NULL, NULL, 'IPAY2022/10/1867', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2102, '2022-10-28 18:03:25', 1845, NULL, NULL, 'IPAY2022/10/1868', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2103, '2022-10-28 18:13:11', 1846, NULL, NULL, 'IPAY2022/10/1869', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2104, '2022-10-28 18:32:20', 1847, NULL, NULL, 'IPAY2022/10/1870', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2105, '2022-10-28 18:32:59', 1848, NULL, NULL, 'IPAY2022/10/1871', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2106, '2022-10-28 19:00:04', 1849, NULL, NULL, 'IPAY2022/10/1872', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2107, '2022-10-28 19:01:52', 1850, NULL, NULL, 'IPAY2022/10/1873', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2108, '2022-10-28 19:05:25', 1851, NULL, NULL, 'IPAY2022/10/1874', NULL, 'cash', '', '', '', '', '', '', '114.0000', NULL, 7, NULL, 'received', '', '114.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2109, '2022-10-28 19:06:54', 1852, NULL, NULL, 'IPAY2022/10/1875', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2110, '2022-10-28 19:07:51', 1853, NULL, NULL, 'IPAY2022/10/1876', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2111, '2022-10-28 19:08:45', 1854, NULL, NULL, 'IPAY2022/10/1877', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2112, '2022-10-28 19:10:20', 1855, NULL, NULL, 'IPAY2022/10/1878', NULL, 'cash', '', '', '', '', '', '', '14.9999', NULL, 7, NULL, 'received', '', '14.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2113, '2022-10-28 19:11:34', 1856, NULL, NULL, 'IPAY2022/10/1879', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2114, '2022-10-28 19:12:29', 1857, NULL, NULL, 'IPAY2022/10/1880', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2115, '2022-10-28 19:14:08', 1858, NULL, NULL, 'IPAY2022/10/1881', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2116, '2022-10-28 19:14:44', 1859, NULL, NULL, 'IPAY2022/10/1882', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2117, '2022-10-28 19:33:24', 1860, NULL, NULL, 'IPAY2022/10/1883', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2118, '2022-10-28 19:52:49', 1861, NULL, NULL, 'IPAY2022/10/1884', NULL, 'cash', '', '', '', '', '', '', '96.5000', NULL, 7, NULL, 'received', '', '96.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2119, '2022-10-29 06:03:40', 1862, NULL, NULL, 'IPAY2022/10/1885', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2120, '2022-10-29 06:26:02', 1863, NULL, NULL, 'IPAY2022/10/1886', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2121, '2022-10-29 06:43:07', 1864, NULL, NULL, 'IPAY2022/10/1887', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2122, '2022-10-29 07:11:51', 1865, NULL, NULL, 'IPAY2022/10/1888', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2123, '2022-10-29 07:30:48', 1866, NULL, NULL, 'IPAY2022/10/1889', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2124, '2022-10-29 07:37:13', 1867, NULL, NULL, 'IPAY2022/10/1890', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2125, '2022-10-29 07:50:19', 1868, NULL, NULL, 'IPAY2022/10/1891', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2126, '2022-10-29 08:22:06', 1869, NULL, NULL, 'IPAY2022/10/1892', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2127, '2022-10-29 08:23:52', 1870, NULL, NULL, 'IPAY2022/10/1893', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2128, '2022-10-29 08:34:01', 1871, NULL, NULL, 'IPAY2022/10/1894', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2129, '2022-10-29 08:56:08', 1872, NULL, NULL, 'IPAY2022/10/1895', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2130, '2022-10-29 09:15:35', 1873, NULL, NULL, 'IPAY2022/10/1896', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2131, '2022-10-29 10:13:05', 1874, NULL, NULL, 'IPAY2022/10/1897', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2132, '2022-10-29 11:38:01', 1875, NULL, NULL, 'IPAY2022/10/1898', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2133, '2022-10-29 12:06:47', 1876, NULL, NULL, 'IPAY2022/10/1899', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2134, '2022-10-29 12:29:20', 1877, NULL, NULL, 'IPAY2022/10/1900', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2135, '2022-10-29 12:35:23', 1878, NULL, NULL, 'IPAY2022/10/1901', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2136, '2022-10-29 12:41:53', 1879, NULL, NULL, 'IPAY2022/10/1902', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2137, '2022-10-29 12:42:52', 1880, NULL, NULL, 'IPAY2022/10/1903', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2138, '2022-10-29 13:07:12', 1881, NULL, NULL, 'IPAY2022/10/1904', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2139, '2022-10-29 13:32:30', 1882, NULL, NULL, 'IPAY2022/10/1905', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2140, '2022-10-29 14:02:11', 1883, NULL, NULL, 'IPAY2022/10/1906', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2141, '2022-10-29 14:22:36', 1884, NULL, NULL, 'IPAY2022/10/1907', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2142, '2022-10-29 15:08:05', 1885, NULL, NULL, 'IPAY2022/10/1908', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2143, '2022-10-29 15:34:19', 1886, NULL, NULL, 'IPAY2022/10/1909', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2144, '2022-10-29 15:41:36', 1887, NULL, NULL, 'IPAY2022/10/1910', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2145, '2022-10-29 16:00:43', 1888, NULL, NULL, 'IPAY2022/10/1911', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2146, '2022-10-29 16:27:58', 1889, NULL, NULL, 'IPAY2022/10/1912', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2147, '2022-10-29 16:38:35', 1890, NULL, NULL, 'IPAY2022/10/1913', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2148, '2022-10-29 16:47:21', 1891, NULL, NULL, 'IPAY2022/10/1914', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2149, '2022-10-29 16:50:22', 1892, NULL, NULL, 'IPAY2022/10/1915', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2150, '2022-10-29 16:51:13', 1893, NULL, NULL, 'IPAY2022/10/1916', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2151, '2022-10-29 17:18:57', 1894, NULL, NULL, 'IPAY2022/10/1917', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2152, '2022-10-29 17:27:02', 1895, NULL, NULL, 'IPAY2022/10/1918', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2153, '2022-10-29 17:30:45', 1896, NULL, NULL, 'IPAY2022/10/1919', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2154, '2022-10-29 17:33:38', 1897, NULL, NULL, 'IPAY2022/10/1920', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2155, '2022-10-29 17:36:53', 1898, NULL, NULL, 'IPAY2022/10/1921', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2156, '2022-10-29 17:57:40', 1899, NULL, NULL, 'IPAY2022/10/1922', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2157, '2022-10-29 18:13:54', 1900, NULL, NULL, 'IPAY2022/10/1923', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2158, '2022-10-29 18:20:37', 1901, NULL, NULL, 'IPAY2022/10/1924', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2159, '2022-10-29 18:26:17', 1902, NULL, NULL, 'IPAY2022/10/1925', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2160, '2022-10-29 18:33:03', 1903, NULL, NULL, 'IPAY2022/10/1926', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2161, '2022-10-29 18:55:43', 1904, NULL, NULL, 'IPAY2022/10/1927', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2162, '2022-10-29 19:13:52', 1905, NULL, NULL, 'IPAY2022/10/1928', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2163, '2022-10-29 19:14:59', 1906, NULL, NULL, 'IPAY2022/10/1929', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2164, '2022-10-29 19:33:58', 1907, NULL, NULL, 'IPAY2022/10/1930', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2165, '2022-10-29 19:42:47', 1908, NULL, NULL, 'IPAY2022/10/1931', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2166, '2022-10-29 19:44:25', 1909, NULL, NULL, 'IPAY2022/10/1932', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2167, '2022-10-29 19:48:39', 1910, NULL, NULL, 'IPAY2022/10/1933', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2168, '2022-10-29 19:52:05', 1911, NULL, NULL, 'IPAY2022/10/1934', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2169, '2022-10-29 19:53:06', 1912, NULL, NULL, 'IPAY2022/10/1935', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2170, '2022-10-29 19:54:16', 1913, NULL, NULL, 'IPAY2022/10/1936', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2171, '2022-10-30 06:11:00', 1914, NULL, NULL, 'IPAY2022/10/1937', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2172, '2022-10-30 06:18:29', 1915, NULL, NULL, 'IPAY2022/10/1938', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2173, '2022-10-30 06:22:12', 1916, NULL, NULL, 'IPAY2022/10/1939', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2174, '2022-10-30 06:27:32', 1917, NULL, NULL, 'IPAY2022/10/1940', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2175, '2022-10-30 06:56:50', 1918, NULL, NULL, 'IPAY2022/10/1941', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2176, '2022-10-30 07:30:26', 1919, NULL, NULL, 'IPAY2022/10/1942', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2177, '2022-10-30 08:17:47', 1920, NULL, NULL, 'IPAY2022/10/1943', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2178, '2022-10-30 08:22:50', 1921, NULL, NULL, 'IPAY2022/10/1944', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2179, '2022-10-30 08:32:09', 1922, NULL, NULL, 'IPAY2022/10/1945', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2180, '2022-10-30 09:11:46', 1923, NULL, NULL, 'IPAY2022/10/1946', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2181, '2022-10-30 09:31:09', 1924, NULL, NULL, 'IPAY2022/10/1947', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2182, '2022-10-30 09:49:12', 1925, NULL, NULL, 'IPAY2022/10/1948', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2183, '2022-10-30 09:50:40', 1926, NULL, NULL, 'IPAY2022/10/1949', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2184, '2022-10-30 09:53:44', 1927, NULL, NULL, 'IPAY2022/10/1950', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2185, '2022-10-30 10:03:23', 1928, NULL, NULL, 'IPAY2022/10/1951', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2186, '2022-10-30 10:05:25', 1929, NULL, NULL, 'IPAY2022/10/1952', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2187, '2022-10-30 10:51:06', 1930, NULL, NULL, 'IPAY2022/10/1953', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2188, '2022-10-30 11:12:42', 1931, NULL, NULL, 'IPAY2022/10/1954', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2189, '2022-10-30 11:28:16', 1932, NULL, NULL, 'IPAY2022/10/1955', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2190, '2022-10-30 11:34:57', 1933, NULL, NULL, 'IPAY2022/10/1956', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2191, '2022-10-30 11:41:29', 1934, NULL, NULL, 'IPAY2022/10/1957', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2192, '2022-10-30 11:42:37', 1935, NULL, NULL, 'IPAY2022/10/1958', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2193, '2022-10-30 11:49:46', 1936, NULL, NULL, 'IPAY2022/10/1959', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2194, '2022-10-30 12:09:15', 1937, NULL, NULL, 'IPAY2022/10/1960', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2195, '2022-10-30 13:34:28', 1938, NULL, NULL, 'IPAY2022/10/1961', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2196, '2022-10-30 14:30:23', 1939, NULL, NULL, 'IPAY2022/10/1962', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2197, '2022-10-30 15:08:00', 1940, NULL, NULL, 'IPAY2022/10/1963', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2198, '2022-10-30 15:12:46', 1941, NULL, NULL, 'IPAY2022/10/1964', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2199, '2022-10-30 15:26:38', 1942, NULL, NULL, 'IPAY2022/10/1965', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2200, '2022-10-30 15:36:00', 1943, NULL, NULL, 'IPAY2022/10/1966', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2201, '2022-10-30 15:37:36', 1944, NULL, NULL, 'IPAY2022/10/1967', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2202, '2022-10-30 16:55:17', 1945, NULL, NULL, 'IPAY2022/10/1968', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2203, '2022-10-30 17:17:29', 1946, NULL, NULL, 'IPAY2022/10/1969', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2204, '2022-10-30 17:27:51', 1947, NULL, NULL, 'IPAY2022/10/1970', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2205, '2022-10-30 17:36:31', 1948, NULL, NULL, 'IPAY2022/10/1971', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2206, '2022-10-30 17:42:11', 1949, NULL, NULL, 'IPAY2022/10/1972', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2207, '2022-10-30 17:49:51', 1950, NULL, NULL, 'IPAY2022/10/1973', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2208, '2022-10-30 17:54:25', 1951, NULL, NULL, 'IPAY2022/10/1974', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2209, '2022-10-30 18:00:31', 1952, NULL, NULL, 'IPAY2022/10/1975', NULL, 'cash', '', '', '', '', '', '', '83.0000', NULL, 7, NULL, 'received', '', '83.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2210, '2022-10-30 18:06:19', 1953, NULL, NULL, 'IPAY2022/10/1976', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2211, '2022-10-30 18:21:23', 1954, NULL, NULL, 'IPAY2022/10/1977', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2212, '2022-10-30 18:26:09', 1955, NULL, NULL, 'IPAY2022/10/1978', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2213, '2022-10-30 18:29:16', 1956, NULL, NULL, 'IPAY2022/10/1979', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2214, '2022-10-30 18:31:08', 1957, NULL, NULL, 'IPAY2022/10/1980', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2215, '2022-10-30 18:43:44', 1958, NULL, NULL, 'IPAY2022/10/1981', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2216, '2022-10-30 18:46:59', 1959, NULL, NULL, 'IPAY2022/10/1982', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2217, '2022-10-30 18:47:38', 1960, NULL, NULL, 'IPAY2022/10/1983', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2218, '2022-10-30 19:02:49', 1961, NULL, NULL, 'IPAY2022/10/1984', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2219, '2022-10-30 19:07:09', 1962, NULL, NULL, 'IPAY2022/10/1985', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2220, '2022-10-30 19:12:14', 1963, NULL, NULL, 'IPAY2022/10/1986', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2221, '2022-10-31 05:49:24', 1964, NULL, NULL, 'IPAY2022/10/1987', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2222, '2022-10-31 05:50:23', 1965, NULL, NULL, 'IPAY2022/10/1988', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2223, '2022-10-31 07:23:47', 1966, NULL, NULL, 'IPAY2022/10/1989', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2224, '2022-10-31 08:30:35', 1967, NULL, NULL, 'IPAY2022/10/1990', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2225, '2022-10-31 08:34:00', NULL, NULL, 297, 'POP2022/10/0260', NULL, 'cash', '', '', '', '', '', 'Visa', '614.9995', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2226, '2022-10-31 08:36:00', NULL, NULL, 298, 'POP2022/10/0261', NULL, 'cash', '', '', '', '', '', 'Visa', '722.8000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2227, '2022-10-31 08:42:00', NULL, NULL, 299, 'POP2022/10/0262', NULL, 'cash', '', '', '', '', '', 'Visa', '670.5000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2228, '2022-10-31 08:50:00', NULL, NULL, 300, 'POP2022/10/0263', NULL, 'cash', '', '', '', '', '', 'Visa', '96.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2229, '2022-10-31 08:54:30', 1968, NULL, NULL, 'IPAY2022/10/1991', NULL, 'cash', '', '', '', '', '', '', '629.5000', NULL, 7, NULL, 'received', '', '629.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2230, '2022-10-31 09:59:21', 1969, NULL, NULL, 'IPAY2022/10/1992', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2231, '2022-10-31 10:58:46', 1970, NULL, NULL, 'IPAY2022/10/1993', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2232, '2022-10-31 11:35:33', 1971, NULL, NULL, 'IPAY2022/10/1994', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2233, '2022-10-31 11:36:43', 1972, NULL, NULL, 'IPAY2022/10/1995', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2234, '2022-10-31 11:42:22', 1973, NULL, NULL, 'IPAY2022/10/1996', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2235, '2022-10-31 11:56:22', 1974, NULL, NULL, 'IPAY2022/10/1997', NULL, 'cash', '', '', '', '', '', '', '50.5000', NULL, 7, NULL, 'received', '', '50.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2236, '2022-10-31 12:03:47', 1975, NULL, NULL, 'IPAY2022/10/1998', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2237, '2022-10-31 12:19:08', 1976, NULL, NULL, 'IPAY2022/10/1999', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2238, '2022-10-31 12:22:37', 1977, NULL, NULL, 'IPAY2022/10/2000', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 11, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2239, '2022-10-31 12:32:41', 1978, NULL, NULL, 'IPAY2022/10/2001', NULL, 'cash', '', '', '', '', '', '', '111.0000', NULL, 11, NULL, 'received', '', '111.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2240, '2022-10-31 12:36:14', 1979, NULL, NULL, 'IPAY2022/10/2002', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2241, '2022-10-31 13:01:23', 1980, NULL, NULL, 'IPAY2022/10/2003', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2242, '2022-10-31 13:24:19', 1981, NULL, NULL, 'IPAY2022/10/2004', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2243, '2022-10-31 14:05:02', 1982, NULL, NULL, 'IPAY2022/10/2005', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2244, '2022-10-31 14:44:10', 1983, NULL, NULL, 'IPAY2022/10/2006', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2245, '2022-10-31 16:55:00', NULL, NULL, 301, 'POP2022/10/0264', NULL, 'cash', '', '', '', '', '', 'Visa', '1891.0998', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2246, '2022-10-31 16:59:00', NULL, NULL, 302, 'POP2022/10/0265', NULL, 'cash', '', '', '', '', '', 'Visa', '220.0008', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2247, '2022-10-31 17:01:26', 1984, NULL, NULL, 'IPAY2022/10/2007', NULL, 'cash', '', '', '', '', '', '', '61.0000', NULL, 7, NULL, 'received', '', '61.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2248, '2022-10-31 17:03:56', 1985, NULL, NULL, 'IPAY2022/10/2008', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '47.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2249, '2022-10-31 17:38:48', 1986, NULL, NULL, 'IPAY2022/10/2009', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2250, '2022-10-31 17:54:47', 1987, NULL, NULL, 'IPAY2022/10/2010', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2251, '2022-10-31 18:10:37', 1988, NULL, NULL, 'IPAY2022/10/2011', NULL, 'cash', '', '', '', '', '', '', '52.5000', NULL, 7, NULL, 'received', '', '52.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2252, '2022-10-31 18:16:18', 1989, NULL, NULL, 'IPAY2022/10/2012', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2253, '2022-10-31 18:22:47', 1990, NULL, NULL, 'IPAY2022/10/2013', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2254, '2022-10-31 18:29:13', 1991, NULL, NULL, 'IPAY2022/10/2014', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2255, '2022-10-31 18:44:44', 1992, NULL, NULL, 'IPAY2022/10/2015', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2256, '2022-10-31 18:48:17', 1993, NULL, NULL, 'IPAY2022/10/2016', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2257, '2022-10-31 18:49:22', 1994, NULL, NULL, 'IPAY2022/10/2017', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2258, '2022-10-31 18:49:46', 1995, NULL, NULL, 'IPAY2022/10/2018', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2259, '2022-10-31 18:51:11', 1996, NULL, NULL, 'IPAY2022/10/2019', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2260, '2022-10-31 18:53:59', 1997, NULL, NULL, 'IPAY2022/10/2020', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2261, '2022-10-31 19:00:11', 1998, NULL, NULL, 'IPAY2022/10/2021', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2262, '2022-10-31 19:27:53', 1999, NULL, NULL, 'IPAY2022/10/2022', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2263, '2022-10-31 19:33:15', 2000, NULL, NULL, 'IPAY2022/10/2023', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2264, '2022-10-31 19:37:46', 2001, NULL, NULL, 'IPAY2022/10/2024', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2265, '2022-10-31 19:54:33', 2002, NULL, NULL, 'IPAY2022/10/2025', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2266, '2022-11-01 05:52:37', 2003, NULL, NULL, 'IPAY2022/11/2026', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2267, '2022-11-01 06:42:55', 2004, NULL, NULL, 'IPAY2022/11/2027', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2268, '2022-11-01 07:15:55', 2005, NULL, NULL, 'IPAY2022/11/2028', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2269, '2022-11-01 07:54:12', 2006, NULL, NULL, 'IPAY2022/11/2029', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2270, '2022-11-01 07:54:52', 2007, NULL, NULL, 'IPAY2022/11/2030', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2271, '2022-11-01 08:32:51', 2008, NULL, NULL, 'IPAY2022/11/2031', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2272, '2022-11-01 08:34:16', 2009, NULL, NULL, 'IPAY2022/11/2032', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2273, '2022-11-01 08:47:51', 2010, NULL, NULL, 'IPAY2022/11/2033', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2274, '2022-11-01 09:01:19', 2011, NULL, NULL, 'IPAY2022/11/2034', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2275, '2022-11-01 09:13:35', 2012, NULL, NULL, 'IPAY2022/11/2035', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2276, '2022-11-01 09:28:30', 2013, NULL, NULL, 'IPAY2022/11/2036', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2277, '2022-11-01 10:37:22', 2014, NULL, NULL, 'IPAY2022/11/2037', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2278, '2022-11-01 10:45:56', 2015, NULL, NULL, 'IPAY2022/11/2038', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2279, '2022-11-01 11:14:27', 2016, NULL, NULL, 'IPAY2022/11/2039', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2280, '2022-11-01 11:20:51', 2017, NULL, NULL, 'IPAY2022/11/2040', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2281, '2022-11-01 11:35:54', 2018, NULL, NULL, 'IPAY2022/11/2041', NULL, 'cash', '', '', '', '', '', '', '53.5000', NULL, 7, NULL, 'received', '', '53.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2282, '2022-11-01 11:41:35', 2019, NULL, NULL, 'IPAY2022/11/2042', NULL, 'cash', '', '', '', '', '', '', '78.5000', NULL, 7, NULL, 'received', '', '78.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2283, '2022-11-01 11:43:38', 2020, NULL, NULL, 'IPAY2022/11/2043', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2284, '2022-11-01 11:50:37', 2021, NULL, NULL, 'IPAY2022/11/2044', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2285, '2022-11-01 12:00:19', 2022, NULL, NULL, 'IPAY2022/11/2045', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2286, '2022-11-01 12:57:10', 2023, NULL, NULL, 'IPAY2022/11/2046', NULL, 'cash', '', '', '', '', '', '', '116.5000', NULL, 7, NULL, 'received', '', '116.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2287, '2022-11-01 13:00:15', 2024, NULL, NULL, 'IPAY2022/11/2047', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2288, '2022-11-01 13:04:25', 2025, NULL, NULL, 'IPAY2022/11/2048', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2289, '2022-11-01 13:16:02', 2026, NULL, NULL, 'IPAY2022/11/2049', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2290, '2022-11-01 13:34:50', 2027, NULL, NULL, 'IPAY2022/11/2050', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2291, '2022-11-01 13:56:52', 2028, NULL, NULL, 'IPAY2022/11/2051', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2292, '2022-11-01 14:23:35', 2029, NULL, NULL, 'IPAY2022/11/2052', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2293, '2022-11-01 14:33:53', 2030, NULL, NULL, 'IPAY2022/11/2053', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2294, '2022-11-01 14:40:16', 2031, NULL, NULL, 'IPAY2022/11/2054', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2295, '2022-11-01 14:52:37', 2032, NULL, NULL, 'IPAY2022/11/2055', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2296, '2022-11-01 14:53:12', 2033, NULL, NULL, 'IPAY2022/11/2056', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2297, '2022-11-01 14:57:45', 2034, NULL, NULL, 'IPAY2022/11/2057', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2298, '2022-11-01 15:05:23', 2035, NULL, NULL, 'IPAY2022/11/2058', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2299, '2022-11-01 15:18:02', 2036, NULL, NULL, 'IPAY2022/11/2059', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2300, '2022-11-01 15:38:32', 2037, NULL, NULL, 'IPAY2022/11/2060', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2301, '2022-11-01 15:41:02', 2038, NULL, NULL, 'IPAY2022/11/2061', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2302, '2022-11-01 15:48:51', 2039, NULL, NULL, 'IPAY2022/11/2062', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2303, '2022-11-01 15:59:43', 2040, NULL, NULL, 'IPAY2022/11/2063', NULL, 'cash', '', '', '', '', '', '', '51.5000', NULL, 7, NULL, 'received', '', '51.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2304, '2022-11-01 16:07:01', 2041, NULL, NULL, 'IPAY2022/11/2064', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2305, '2022-11-01 16:13:57', 2042, NULL, NULL, 'IPAY2022/11/2065', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2306, '2022-11-01 16:20:22', 2043, NULL, NULL, 'IPAY2022/11/2066', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2307, '2022-11-01 16:43:09', 2044, NULL, NULL, 'IPAY2022/11/2067', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2308, '2022-11-01 16:45:30', 2045, NULL, NULL, 'IPAY2022/11/2068', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2309, '2022-11-01 16:53:15', 2046, NULL, NULL, 'IPAY2022/11/2069', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2310, '2022-11-01 17:37:46', 2047, NULL, NULL, 'IPAY2022/11/2070', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2311, '2022-11-01 17:51:35', 2048, NULL, NULL, 'IPAY2022/11/2071', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2312, '2022-11-01 17:52:38', 2049, NULL, NULL, 'IPAY2022/11/2072', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2313, '2022-11-01 18:19:15', 2050, NULL, NULL, 'IPAY2022/11/2073', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2314, '2022-11-01 18:40:21', 2051, NULL, NULL, 'IPAY2022/11/2074', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2315, '2022-11-01 19:05:34', 2052, NULL, NULL, 'IPAY2022/11/2075', NULL, 'cash', '', '', '', '', '', '', '31.7500', NULL, 7, NULL, 'received', '', '31.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2316, '2022-11-01 19:09:10', 2053, NULL, NULL, 'IPAY2022/11/2076', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2317, '2022-11-01 19:11:46', 2054, NULL, NULL, 'IPAY2022/11/2077', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2318, '2022-11-01 19:15:36', 2055, NULL, NULL, 'IPAY2022/11/2078', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2319, '2022-11-01 19:19:12', 2056, NULL, NULL, 'IPAY2022/11/2079', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2320, '2022-11-01 19:44:04', 2057, NULL, NULL, 'IPAY2022/11/2080', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2321, '2022-11-01 19:48:34', 2058, NULL, NULL, 'IPAY2022/11/2081', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2322, '2022-11-01 19:50:47', 2059, NULL, NULL, 'IPAY2022/11/2082', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2323, '2022-11-01 19:53:56', 2060, NULL, NULL, 'IPAY2022/11/2083', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2324, '2022-11-02 05:53:06', 2061, NULL, NULL, 'IPAY2022/11/2084', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2325, '2022-11-02 07:18:49', 2062, NULL, NULL, 'IPAY2022/11/2085', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2326, '2022-11-02 09:52:37', 2063, NULL, NULL, 'IPAY2022/11/2086', NULL, 'cash', '', '', '', '', '', '', '3.3331', NULL, 7, NULL, 'received', '', '3.3331', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2327, '2022-11-02 10:00:52', 2064, NULL, NULL, 'IPAY2022/11/2087', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2328, '2022-11-02 10:55:49', 2065, NULL, NULL, 'IPAY2022/11/2088', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2329, '2022-11-02 11:02:28', 2066, NULL, NULL, 'IPAY2022/11/2089', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2330, '2022-11-02 11:19:54', 2067, NULL, NULL, 'IPAY2022/11/2090', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2331, '2022-11-02 11:28:58', 2068, NULL, NULL, 'IPAY2022/11/2091', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2332, '2022-11-02 11:42:18', 2069, NULL, NULL, 'IPAY2022/11/2092', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2333, '2022-11-02 12:07:07', 2070, NULL, NULL, 'IPAY2022/11/2093', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2334, '2022-11-02 12:21:10', 2071, NULL, NULL, 'IPAY2022/11/2094', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2335, '2022-11-02 12:41:38', 2072, NULL, NULL, 'IPAY2022/11/2095', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2336, '2022-11-02 13:07:00', 2073, NULL, NULL, 'IPAY2022/11/2096', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2337, '2022-11-02 13:39:48', 2074, NULL, NULL, 'IPAY2022/11/2097', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2338, '2022-11-02 13:50:07', 2075, NULL, NULL, 'IPAY2022/11/2098', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2339, '2022-11-02 15:31:00', NULL, NULL, 303, 'POP2022/11/0266', NULL, 'cash', '', '', '', '', '', 'Visa', '786.5599', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2340, '2022-11-02 15:37:17', 2076, NULL, NULL, 'IPAY2022/11/2099', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2341, '2022-11-02 15:39:14', 2077, NULL, NULL, 'IPAY2022/11/2100', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2342, '2022-11-02 16:07:05', 2078, NULL, NULL, 'IPAY2022/11/2101', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2343, '2022-11-02 17:29:40', 2079, NULL, NULL, 'IPAY2022/11/2102', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '38.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2344, '2022-11-02 17:45:51', 2080, NULL, NULL, 'IPAY2022/11/2103', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2345, '2022-11-02 17:47:07', 2081, NULL, NULL, 'IPAY2022/11/2104', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2346, '2022-11-02 17:51:17', 2082, NULL, NULL, 'IPAY2022/11/2105', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2347, '2022-11-02 18:00:17', 2083, NULL, NULL, 'IPAY2022/11/2106', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2348, '2022-11-02 18:02:16', 2084, NULL, NULL, 'IPAY2022/11/2107', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2349, '2022-11-02 18:04:59', 2085, NULL, NULL, 'IPAY2022/11/2108', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2350, '2022-11-02 18:06:29', 2086, NULL, NULL, 'IPAY2022/11/2109', NULL, 'cash', '', '', '', '', '', '', '71.5000', NULL, 7, NULL, 'received', '', '71.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2351, '2022-11-02 18:07:12', 2087, NULL, NULL, 'IPAY2022/11/2110', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2352, '2022-11-02 18:08:09', 2088, NULL, NULL, 'IPAY2022/11/2111', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2353, '2022-11-02 18:08:44', 2089, NULL, NULL, 'IPAY2022/11/2112', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2354, '2022-11-02 18:10:23', 2090, NULL, NULL, 'IPAY2022/11/2113', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2355, '2022-11-02 18:17:43', 2091, NULL, NULL, 'IPAY2022/11/2114', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2356, '2022-11-02 18:22:56', 2092, NULL, NULL, 'IPAY2022/11/2115', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2357, '2022-11-02 18:25:32', 2093, NULL, NULL, 'IPAY2022/11/2116', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2358, '2022-11-02 18:27:28', 2094, NULL, NULL, 'IPAY2022/11/2117', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2359, '2022-11-02 18:32:21', 2095, NULL, NULL, 'IPAY2022/11/2118', NULL, 'cash', '', '', '', '', '', '', '117.5000', NULL, 7, NULL, 'received', '', '117.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2360, '2022-11-02 18:40:48', 2096, NULL, NULL, 'IPAY2022/11/2119', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2361, '2022-11-02 18:53:14', 2097, NULL, NULL, 'IPAY2022/11/2120', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2362, '2022-11-02 19:31:26', 2098, NULL, NULL, 'IPAY2022/11/2121', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2363, '2022-11-02 19:50:22', 2099, NULL, NULL, 'IPAY2022/11/2122', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2364, '2022-11-03 06:53:47', 2100, NULL, NULL, 'IPAY2022/11/2123', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2365, '2022-11-03 09:22:33', 2101, NULL, NULL, 'IPAY2022/11/2124', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2366, '2022-11-03 09:48:08', 2102, NULL, NULL, 'IPAY2022/11/2125', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2367, '2022-11-03 09:54:07', 2103, NULL, NULL, 'IPAY2022/11/2126', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2368, '2022-11-03 10:55:36', 2104, NULL, NULL, 'IPAY2022/11/2127', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2369, '2022-11-03 11:03:59', 2105, NULL, NULL, 'IPAY2022/11/2128', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2370, '2022-11-03 12:11:27', 2106, NULL, NULL, 'IPAY2022/11/2129', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2371, '2022-11-03 12:18:41', 2107, NULL, NULL, 'IPAY2022/11/2130', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2372, '2022-11-03 12:32:06', 2108, NULL, NULL, 'IPAY2022/11/2131', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2373, '2022-11-03 12:38:07', 2109, NULL, NULL, 'IPAY2022/11/2132', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2374, '2022-11-03 13:50:28', 2110, NULL, NULL, 'IPAY2022/11/2133', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2375, '2022-11-03 14:52:00', 2111, NULL, NULL, 'IPAY2022/11/2134', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2376, '2022-11-03 15:13:16', 2112, NULL, NULL, 'IPAY2022/11/2135', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2377, '2022-11-03 15:34:35', 2113, NULL, NULL, 'IPAY2022/11/2136', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2378, '2022-11-03 16:06:14', 2114, NULL, NULL, 'IPAY2022/11/2137', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2379, '2022-11-03 16:09:53', 2115, NULL, NULL, 'IPAY2022/11/2138', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2380, '2022-11-03 16:19:19', 2116, NULL, NULL, 'IPAY2022/11/2139', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2381, '2022-11-03 16:36:02', 2117, NULL, NULL, 'IPAY2022/11/2140', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2382, '2022-11-03 16:48:16', 2118, NULL, NULL, 'IPAY2022/11/2141', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2383, '2022-11-03 17:08:12', 2119, NULL, NULL, 'IPAY2022/11/2142', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2384, '2022-11-03 17:25:50', 2120, NULL, NULL, 'IPAY2022/11/2143', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2385, '2022-11-03 17:33:48', 2121, NULL, NULL, 'IPAY2022/11/2144', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2386, '2022-11-03 17:41:17', 2122, NULL, NULL, 'IPAY2022/11/2145', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2387, '2022-11-03 17:51:55', 2123, NULL, NULL, 'IPAY2022/11/2146', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2388, '2022-11-03 17:54:11', 2124, NULL, NULL, 'IPAY2022/11/2147', NULL, 'cash', '', '', '', '', '', '', '18.9999', NULL, 7, NULL, 'received', '', '18.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2389, '2022-11-03 17:56:13', 2125, NULL, NULL, 'IPAY2022/11/2148', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2390, '2022-11-03 17:57:42', 2126, NULL, NULL, 'IPAY2022/11/2149', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2391, '2022-11-03 17:58:30', 2127, NULL, NULL, 'IPAY2022/11/2150', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2392, '2022-11-03 17:59:14', 2128, NULL, NULL, 'IPAY2022/11/2151', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2393, '2022-11-03 18:00:39', 2129, NULL, NULL, 'IPAY2022/11/2152', NULL, 'cash', '', '', '', '', '', '', '192.5000', NULL, 7, NULL, 'received', '', '192.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2394, '2022-11-03 18:03:36', 2130, NULL, NULL, 'IPAY2022/11/2153', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2395, '2022-11-03 18:34:07', 2131, NULL, NULL, 'IPAY2022/11/2154', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2396, '2022-11-03 18:35:27', 2132, NULL, NULL, 'IPAY2022/11/2155', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2397, '2022-11-03 18:51:04', 2133, NULL, NULL, 'IPAY2022/11/2156', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2398, '2022-11-03 18:57:45', 2134, NULL, NULL, 'IPAY2022/11/2157', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2399, '2022-11-03 19:18:49', 2135, NULL, NULL, 'IPAY2022/11/2158', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2400, '2022-11-03 19:23:06', 2136, NULL, NULL, 'IPAY2022/11/2159', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2401, '2022-11-03 19:27:16', 2137, NULL, NULL, 'IPAY2022/11/2160', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2402, '2022-11-03 19:30:04', 2138, NULL, NULL, 'IPAY2022/11/2161', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2403, '2022-11-03 19:41:18', 2139, NULL, NULL, 'IPAY2022/11/2162', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2404, '2022-11-04 06:04:39', 2140, NULL, NULL, 'IPAY2022/11/2163', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2405, '2022-11-04 06:42:43', 2141, NULL, NULL, 'IPAY2022/11/2164', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2406, '2022-11-04 06:46:05', 2142, NULL, NULL, 'IPAY2022/11/2165', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2407, '2022-11-04 07:16:07', 2143, NULL, NULL, 'IPAY2022/11/2166', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2408, '2022-11-04 07:52:24', 2144, NULL, NULL, 'IPAY2022/11/2167', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2409, '2022-11-04 09:50:12', 2145, NULL, NULL, 'IPAY2022/11/2168', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2410, '2022-11-04 10:51:04', 2146, NULL, NULL, 'IPAY2022/11/2169', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2411, '2022-11-04 11:01:45', 2147, NULL, NULL, 'IPAY2022/11/2170', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2412, '2022-11-04 11:27:43', 2148, NULL, NULL, 'IPAY2022/11/2171', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2413, '2022-11-04 11:37:59', 2149, NULL, NULL, 'IPAY2022/11/2172', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2414, '2022-11-04 12:03:13', 2150, NULL, NULL, 'IPAY2022/11/2173', NULL, 'cash', '', '', '', '', '', '', '22.1666', NULL, 7, NULL, 'received', '', '22.1666', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2415, '2022-11-04 12:06:50', 2151, NULL, NULL, 'IPAY2022/11/2174', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2416, '2022-11-04 13:20:48', 2152, NULL, NULL, 'IPAY2022/11/2175', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2417, '2022-11-04 13:48:33', 2153, NULL, NULL, 'IPAY2022/11/2176', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2418, '2022-11-04 13:59:49', 2154, NULL, NULL, 'IPAY2022/11/2177', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2419, '2022-11-04 14:18:44', 2155, NULL, NULL, 'IPAY2022/11/2178', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2420, '2022-11-04 15:11:35', 2156, NULL, NULL, 'IPAY2022/11/2179', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2421, '2022-11-04 15:14:31', 2157, NULL, NULL, 'IPAY2022/11/2180', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2422, '2022-11-04 15:20:16', 2158, NULL, NULL, 'IPAY2022/11/2181', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2423, '2022-11-04 16:08:18', 2159, NULL, NULL, 'IPAY2022/11/2182', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2424, '2022-11-04 16:27:05', 2160, NULL, NULL, 'IPAY2022/11/2183', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2425, '2022-11-04 16:28:33', 2161, NULL, NULL, 'IPAY2022/11/2184', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2426, '2022-11-04 16:57:38', 2162, NULL, NULL, 'IPAY2022/11/2185', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2427, '2022-11-04 17:19:00', NULL, NULL, 304, 'POP2022/11/0267', NULL, 'cash', '', '', '', '', '', 'Visa', '184.2600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2428, '2022-11-04 17:43:28', 2163, NULL, NULL, 'IPAY2022/11/2186', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2429, '2022-11-04 17:48:50', 2164, NULL, NULL, 'IPAY2022/11/2187', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2430, '2022-11-04 17:57:31', 2165, NULL, NULL, 'IPAY2022/11/2188', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2431, '2022-11-04 18:05:06', 2166, NULL, NULL, 'IPAY2022/11/2189', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2432, '2022-11-04 18:07:44', 2167, NULL, NULL, 'IPAY2022/11/2190', NULL, 'cash', '', '', '', '', '', '', '19.9999', NULL, 7, NULL, 'received', '', '19.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2433, '2022-11-04 18:09:49', 2168, NULL, NULL, 'IPAY2022/11/2191', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2434, '2022-11-04 18:12:15', 2169, NULL, NULL, 'IPAY2022/11/2192', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2435, '2022-11-04 18:13:05', 2170, NULL, NULL, 'IPAY2022/11/2193', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2436, '2022-11-04 18:14:00', 2171, NULL, NULL, 'IPAY2022/11/2194', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2437, '2022-11-04 18:20:09', 2172, NULL, NULL, 'IPAY2022/11/2195', NULL, 'cash', '', '', '', '', '', '', '343.0000', NULL, 7, NULL, 'received', '', '343.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2438, '2022-11-04 18:22:26', 2173, NULL, NULL, 'IPAY2022/11/2196', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2439, '2022-11-04 18:23:51', 2174, NULL, NULL, 'IPAY2022/11/2197', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2440, '2022-11-04 18:28:23', 2175, NULL, NULL, 'IPAY2022/11/2198', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2441, '2022-11-04 18:55:38', 2176, NULL, NULL, 'IPAY2022/11/2199', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2442, '2022-11-04 19:12:53', 2177, NULL, NULL, 'IPAY2022/11/2200', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2443, '2022-11-04 19:46:16', 2178, NULL, NULL, 'IPAY2022/11/2201', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2444, '2022-11-04 19:47:53', 2179, NULL, NULL, 'IPAY2022/11/2202', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2445, '2022-11-04 19:52:37', 2180, NULL, NULL, 'IPAY2022/11/2203', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2446, '2022-11-05 06:09:54', 2181, NULL, NULL, 'IPAY2022/11/2204', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2447, '2022-11-05 07:23:32', 2182, NULL, NULL, 'IPAY2022/11/2205', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2448, '2022-11-05 07:32:22', 2183, NULL, NULL, 'IPAY2022/11/2206', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2449, '2022-11-05 07:39:52', 2184, NULL, NULL, 'IPAY2022/11/2207', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2450, '2022-11-05 08:14:15', 2185, NULL, NULL, 'IPAY2022/11/2208', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2451, '2022-11-05 08:35:08', 2186, NULL, NULL, 'IPAY2022/11/2209', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2452, '2022-11-05 08:44:59', 2187, NULL, NULL, 'IPAY2022/11/2210', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2453, '2022-11-05 09:04:55', 2188, NULL, NULL, 'IPAY2022/11/2211', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2454, '2022-11-05 09:16:40', 2189, NULL, NULL, 'IPAY2022/11/2212', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2455, '2022-11-05 09:30:02', 2190, NULL, NULL, 'IPAY2022/11/2213', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2456, '2022-11-05 09:48:55', 2191, NULL, NULL, 'IPAY2022/11/2214', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2457, '2022-11-05 11:38:51', 2192, NULL, NULL, 'IPAY2022/11/2215', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2458, '2022-11-05 11:47:51', 2193, NULL, NULL, 'IPAY2022/11/2216', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2459, '2022-11-05 12:01:35', 2194, NULL, NULL, 'IPAY2022/11/2217', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2460, '2022-11-05 12:20:58', 2195, NULL, NULL, 'IPAY2022/11/2218', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2461, '2022-11-05 12:26:14', 2196, NULL, NULL, 'IPAY2022/11/2219', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2462, '2022-11-05 12:31:55', 2197, NULL, NULL, 'IPAY2022/11/2220', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2463, '2022-11-05 13:59:28', 2198, NULL, NULL, 'IPAY2022/11/2221', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2464, '2022-11-05 14:42:53', 2199, NULL, NULL, 'IPAY2022/11/2222', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2465, '2022-11-05 14:48:48', 2200, NULL, NULL, 'IPAY2022/11/2223', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2466, '2022-11-06 06:46:15', 2201, NULL, NULL, 'IPAY2022/11/2224', NULL, 'cash', '', '', '', '', '', '', '105.5000', NULL, 7, NULL, 'received', '', '105.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2467, '2022-11-06 06:51:49', 2202, NULL, NULL, 'IPAY2022/11/2225', NULL, 'cash', '', '', '', '', '', '', '153.0000', NULL, 7, NULL, 'received', '', '153.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2468, '2022-11-06 07:00:36', 2203, NULL, NULL, 'IPAY2022/11/2226', NULL, 'cash', '', '', '', '', '', '', '31.7500', NULL, 7, NULL, 'received', '', '31.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2469, '2022-11-06 07:02:48', 2204, NULL, NULL, 'IPAY2022/11/2227', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2470, '2022-11-06 07:03:57', 2205, NULL, NULL, 'IPAY2022/11/2228', NULL, 'cash', '', '', '', '', '', '', '104.0000', NULL, 7, NULL, 'received', '', '104.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2471, '2022-11-06 07:07:59', 2206, NULL, NULL, 'IPAY2022/11/2229', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2472, '2022-11-06 07:15:01', 2207, NULL, NULL, 'IPAY2022/11/2230', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2473, '2022-11-06 07:19:01', 2208, NULL, NULL, 'IPAY2022/11/2231', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2474, '2022-11-06 07:19:33', 2209, NULL, NULL, 'IPAY2022/11/2232', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2475, '2022-11-06 07:21:16', 2210, NULL, NULL, 'IPAY2022/11/2233', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2476, '2022-11-06 07:21:46', 2211, NULL, NULL, 'IPAY2022/11/2234', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2477, '2022-11-06 07:31:53', 2212, NULL, NULL, 'IPAY2022/11/2235', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2478, '2022-11-06 07:45:10', 2213, NULL, NULL, 'IPAY2022/11/2236', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2479, '2022-11-06 08:42:38', 2214, NULL, NULL, 'IPAY2022/11/2237', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2480, '2022-11-06 08:50:50', 2215, NULL, NULL, 'IPAY2022/11/2238', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2481, '2022-11-06 09:06:04', 2216, NULL, NULL, 'IPAY2022/11/2239', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2482, '2022-11-06 09:46:15', 2217, NULL, NULL, 'IPAY2022/11/2240', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2483, '2022-11-06 14:47:49', 2218, NULL, NULL, 'IPAY2022/11/2241', NULL, 'cash', '', '', '', '', '', '', '92.5000', NULL, 7, NULL, 'received', '', '92.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2484, '2022-11-06 14:59:16', 2219, NULL, NULL, 'IPAY2022/11/2242', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2485, '2022-11-06 15:00:53', 2220, NULL, NULL, 'IPAY2022/11/2243', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2486, '2022-11-06 15:13:12', 2221, NULL, NULL, 'IPAY2022/11/2244', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2487, '2022-11-06 15:15:08', 2222, NULL, NULL, 'IPAY2022/11/2245', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2488, '2022-11-06 16:07:42', 2223, NULL, NULL, 'IPAY2022/11/2246', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2489, '2022-11-06 16:14:56', 2224, NULL, NULL, 'IPAY2022/11/2247', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2490, '2022-11-06 16:27:42', 2225, NULL, NULL, 'IPAY2022/11/2248', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2491, '2022-11-06 16:40:07', 2226, NULL, NULL, 'IPAY2022/11/2249', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2492, '2022-11-06 16:48:16', 2227, NULL, NULL, 'IPAY2022/11/2250', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2493, '2022-11-06 17:21:06', 2228, NULL, NULL, 'IPAY2022/11/2251', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2494, '2022-11-06 17:22:55', 2229, NULL, NULL, 'IPAY2022/11/2252', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2495, '2022-11-06 17:28:38', 2230, NULL, NULL, 'IPAY2022/11/2253', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2496, '2022-11-06 17:38:02', 2231, NULL, NULL, 'IPAY2022/11/2254', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2497, '2022-11-06 17:39:25', 2232, NULL, NULL, 'IPAY2022/11/2255', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2498, '2022-11-06 17:46:13', 2233, NULL, NULL, 'IPAY2022/11/2256', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2499, '2022-11-06 18:38:11', 2234, NULL, NULL, 'IPAY2022/11/2257', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2500, '2022-11-06 18:58:06', 2235, NULL, NULL, 'IPAY2022/11/2258', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2501, '2022-11-06 19:18:41', 2236, NULL, NULL, 'IPAY2022/11/2259', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2502, '2022-11-06 19:26:52', 2237, NULL, NULL, 'IPAY2022/11/2260', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2503, '2022-11-07 06:12:08', 2238, NULL, NULL, 'IPAY2022/11/2261', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2504, '2022-11-07 06:22:58', 2239, NULL, NULL, 'IPAY2022/11/2262', NULL, 'cash', '', '', '', '', '', '', '91.4999', NULL, 7, NULL, 'received', '', '91.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2505, '2022-11-07 06:25:47', 2240, NULL, NULL, 'IPAY2022/11/2263', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2506, '2022-11-07 06:31:55', 2241, NULL, NULL, 'IPAY2022/11/2264', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2507, '2022-11-07 06:57:54', 2242, NULL, NULL, 'IPAY2022/11/2265', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2508, '2022-11-07 08:02:10', 2243, NULL, NULL, 'IPAY2022/11/2266', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2509, '2022-11-07 08:25:00', NULL, NULL, 306, 'POP2022/11/0268', NULL, 'cash', '', '', '', '', '', 'Visa', '125.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2510, '2022-11-07 08:27:00', NULL, NULL, 307, 'POP2022/11/0269', NULL, 'cash', '', '', '', '', '', 'Visa', '820.0032', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2511, '2022-11-07 08:32:43', 2244, NULL, NULL, 'IPAY2022/11/2267', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2512, '2022-11-07 08:34:07', 2245, NULL, NULL, 'IPAY2022/11/2268', NULL, 'cash', '', '', '', '', '', '', '312.0000', NULL, 7, NULL, 'received', '', '312.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2513, '2022-11-07 08:35:23', 2246, NULL, NULL, 'IPAY2022/11/2269', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2514, '2022-11-07 08:35:55', 2247, NULL, NULL, 'IPAY2022/11/2270', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2515, '2022-11-07 08:36:44', 2248, NULL, NULL, 'IPAY2022/11/2271', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2516, '2022-11-07 08:37:37', 2249, NULL, NULL, 'IPAY2022/11/2272', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2517, '2022-11-07 08:45:00', NULL, NULL, 308, 'POP2022/11/0270', NULL, 'cash', '', '', '', '', '', 'Visa', '553.6000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2518, '2022-11-07 08:52:08', 2250, NULL, NULL, 'IPAY2022/11/2273', NULL, 'cash', '', '', '', '', '', '', '66.5000', NULL, 7, NULL, 'received', '', '66.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2519, '2022-11-07 08:52:49', 2251, NULL, NULL, 'IPAY2022/11/2274', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2520, '2022-11-07 08:53:42', 2252, NULL, NULL, 'IPAY2022/11/2275', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2521, '2022-11-07 08:55:45', 2253, NULL, NULL, 'IPAY2022/11/2276', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2522, '2022-11-07 08:57:03', 2254, NULL, NULL, 'IPAY2022/11/2277', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2523, '2022-11-07 09:00:24', 2255, NULL, NULL, 'IPAY2022/11/2278', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2524, '2022-11-07 09:10:11', 2256, NULL, NULL, 'IPAY2022/11/2279', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2525, '2022-11-07 09:23:16', 2257, NULL, NULL, 'IPAY2022/11/2280', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2526, '2022-11-07 09:40:00', NULL, NULL, 305, 'POP2022/11/0271', NULL, 'cash', '', '', '', '', '', 'Visa', '790.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2527, '2022-11-10 14:33:00', NULL, NULL, 311, 'POP2022/11/0272', NULL, 'cash', '', '', '', '', '', 'Visa', '488.5099', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2528, '2022-11-10 14:35:00', NULL, NULL, 312, 'POP2022/11/0273', NULL, 'cash', '', '', '', '', '', 'Visa', '292.9500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2529, '2022-11-10 14:37:00', NULL, NULL, 313, 'POP2022/11/0274', NULL, 'cash', '', '', '', '', '', 'Visa', '312.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2530, '2022-11-10 14:40:00', NULL, NULL, 314, 'POP2022/11/0275', NULL, 'cash', '', '', '', '', '', 'Visa', '1703.9000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2531, '2022-11-10 15:03:00', NULL, NULL, 315, 'POP2022/11/0276', NULL, 'cash', '', '', '', '', '', 'Visa', '315.3700', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2532, '2022-11-10 15:29:51', 2258, NULL, NULL, 'IPAY2022/11/2281', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2533, '2022-11-10 15:35:59', 2259, NULL, NULL, 'IPAY2022/11/2282', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2534, '2022-11-10 15:40:41', 2260, NULL, NULL, 'IPAY2022/11/2283', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2535, '2022-11-10 15:45:16', 2261, NULL, NULL, 'IPAY2022/11/2284', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2536, '2022-11-10 15:49:06', 2262, NULL, NULL, 'IPAY2022/11/2285', NULL, 'cash', '', '', '', '', '', '', '46.5000', NULL, 7, NULL, 'received', '', '46.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2537, '2022-11-10 16:04:36', 2263, NULL, NULL, 'IPAY2022/11/2286', NULL, 'cash', '', '', '', '', '', '', '27.2500', NULL, 7, NULL, 'received', '', '27.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2538, '2022-11-10 16:18:11', 2264, NULL, NULL, 'IPAY2022/11/2287', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2539, '2022-11-10 16:39:42', 2265, NULL, NULL, 'IPAY2022/11/2288', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2540, '2022-11-10 16:44:49', 2266, NULL, NULL, 'IPAY2022/11/2289', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2541, '2022-11-11 07:02:21', 2267, NULL, NULL, 'IPAY2022/11/2290', NULL, 'cash', '', '', '', '', '', '', '50.5000', NULL, 7, NULL, 'received', '', '50.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2542, '2022-11-11 07:11:41', 2268, NULL, NULL, 'IPAY2022/11/2291', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2543, '2022-11-11 07:41:19', 2269, NULL, NULL, 'IPAY2022/11/2292', NULL, 'cash', '', '', '', '', '', '', '1279.0000', NULL, 7, NULL, 'received', '', '1279.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2544, '2022-11-11 08:27:07', 2270, NULL, NULL, 'IPAY2022/11/2293', NULL, 'cash', '', '', '', '', '', '', '596.0000', NULL, 7, NULL, 'received', '', '596.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2545, '2022-11-11 08:40:39', 2271, NULL, NULL, 'IPAY2022/11/2294', NULL, 'cash', '', '', '', '', '', '', '523.0000', NULL, 7, NULL, 'received', '', '523.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2546, '2022-11-11 09:03:46', 2272, NULL, NULL, 'IPAY2022/11/2295', NULL, 'cash', '', '', '', '', '', '', '522.7500', NULL, 7, NULL, 'received', '', '522.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2547, '2022-11-11 09:21:47', 2273, NULL, NULL, 'IPAY2022/11/2296', NULL, 'cash', '', '', '', '', '', '', '316.0000', NULL, 7, NULL, 'received', '', '316.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2548, '2022-11-11 09:23:24', 2274, NULL, NULL, 'IPAY2022/11/2297', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2549, '2022-11-11 10:22:23', 2275, NULL, NULL, 'IPAY2022/11/2298', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2550, '2022-11-11 11:05:02', 2276, NULL, NULL, 'IPAY2022/11/2299', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2551, '2022-11-11 12:07:12', 2277, NULL, NULL, 'IPAY2022/11/2300', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2552, '2022-11-11 12:43:30', 2278, NULL, NULL, 'IPAY2022/11/2301', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2553, '2022-11-11 12:48:25', 2279, NULL, NULL, 'IPAY2022/11/2302', NULL, 'cash', '', '', '', '', '', '', '519.0000', NULL, 9, NULL, 'received', '', '519.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2554, '2022-11-11 12:56:05', 2280, NULL, NULL, 'IPAY2022/11/2303', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2555, '2022-11-11 13:13:36', 2281, NULL, NULL, 'IPAY2022/11/2304', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2556, '2022-11-11 14:15:45', 2282, NULL, NULL, 'IPAY2022/11/2305', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2557, '2022-11-11 14:44:00', NULL, NULL, 319, 'POP2022/11/0277', NULL, 'cash', '', '', '', '', '', 'Visa', '240.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2558, '2022-11-11 14:45:00', NULL, NULL, 320, 'POP2022/11/0278', NULL, 'cash', '', '', '', '', '', 'Visa', '103.7800', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2559, '2022-11-11 14:54:00', NULL, NULL, 323, 'POP2022/11/0279', NULL, 'cash', '', '', '', '', '', 'Visa', '94.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2560, '2022-11-11 14:55:29', 2283, NULL, NULL, 'IPAY2022/11/2306', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2561, '2022-11-11 15:04:00', NULL, NULL, 324, 'POP2022/11/0280', NULL, 'cash', '', '', '', '', '', 'Visa', '292.7400', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2562, '2022-11-11 15:04:51', 2284, NULL, NULL, 'IPAY2022/11/2307', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2563, '2022-11-11 15:06:00', NULL, NULL, 321, 'POP2022/11/0281', NULL, 'cash', '', '', '', '', '', 'Visa', '250.0000', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2564, '2022-11-11 15:06:00', NULL, NULL, 322, 'POP2022/11/0282', NULL, 'cash', '', '', '', '', '', 'Visa', '237.6500', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2565, '2022-11-11 15:08:10', 2285, NULL, NULL, 'IPAY2022/11/2308', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2566, '2022-11-11 15:13:00', NULL, NULL, 325, 'POP2022/11/0283', NULL, 'cash', '', '', '', '', '', 'Visa', '748.8000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2567, '2022-11-11 15:37:23', 2286, NULL, NULL, 'IPAY2022/11/2309', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2568, '2022-11-11 15:52:35', 2287, NULL, NULL, 'IPAY2022/11/2310', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2569, '2022-11-11 16:20:54', 2288, NULL, NULL, 'IPAY2022/11/2311', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2570, '2022-11-11 16:22:38', 2289, NULL, NULL, 'IPAY2022/11/2312', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2571, '2022-11-11 16:23:00', NULL, NULL, 326, 'POP2022/11/0284', NULL, 'cash', '', '', '', '', '', 'Visa', '748.0000', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2572, '2022-11-11 16:35:07', 2291, NULL, NULL, 'IPAY2022/11/2313', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2573, '2022-11-11 16:35:50', 2292, NULL, NULL, 'IPAY2022/11/2314', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2574, '2022-11-11 16:45:00', NULL, NULL, 327, 'POP2022/11/0285', NULL, 'cash', '', '', '', '', '', 'Visa', '197.5000', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2575, '2022-11-11 16:46:53', 2294, NULL, NULL, 'IPAY2022/11/2315', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2576, '2022-11-11 16:52:00', NULL, NULL, 328, 'POP2022/11/0286', NULL, 'cash', '', '', '', '', '', 'Visa', '120.0000', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2577, '2022-11-11 17:40:24', 2295, NULL, NULL, 'IPAY2022/11/2316', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2578, '2022-11-11 17:48:05', 2296, NULL, NULL, 'IPAY2022/11/2317', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2579, '2022-11-11 17:55:26', 2297, NULL, NULL, 'IPAY2022/11/2318', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2580, '2022-11-11 18:12:03', 2298, NULL, NULL, 'IPAY2022/11/2319', NULL, 'cash', '', '', '', '', '', '', '180.0000', NULL, 7, NULL, 'received', '', '180.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2581, '2022-11-11 18:17:42', 2299, NULL, NULL, 'IPAY2022/11/2320', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2582, '2022-11-11 18:31:51', 2300, NULL, NULL, 'IPAY2022/11/2321', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2583, '2022-11-11 18:37:22', 2301, NULL, NULL, 'IPAY2022/11/2322', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2584, '2022-11-11 19:22:16', 2302, NULL, NULL, 'IPAY2022/11/2323', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2585, '2022-11-11 19:23:38', 2303, NULL, NULL, 'IPAY2022/11/2324', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2586, '2022-11-12 06:15:26', 2304, NULL, NULL, 'IPAY2022/11/2325', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2587, '2022-11-12 08:00:06', 2305, NULL, NULL, 'IPAY2022/11/2326', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2588, '2022-11-12 09:23:06', 2306, NULL, NULL, 'IPAY2022/11/2327', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2589, '2022-11-12 10:14:07', 2307, NULL, NULL, 'IPAY2022/11/2328', NULL, 'cash', '', '', '', '', '', '', '4.9998', NULL, 7, NULL, 'received', '', '4.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2590, '2022-11-12 10:16:55', 2308, NULL, NULL, 'IPAY2022/11/2329', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2591, '2022-11-12 10:31:04', 2309, NULL, NULL, 'IPAY2022/11/2330', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2592, '2022-11-12 10:34:50', 2310, NULL, NULL, 'IPAY2022/11/2331', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2593, '2022-11-12 10:40:00', 2311, NULL, NULL, 'IPAY2022/11/2332', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2594, '2022-11-12 10:42:11', 2312, NULL, NULL, 'IPAY2022/11/2333', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2595, '2022-11-12 10:43:00', NULL, NULL, 329, 'POP2022/11/0287', NULL, 'cash', '', '', '', '', '', 'Visa', '1680.0000', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2596, '2022-11-12 10:45:20', 2313, NULL, NULL, 'IPAY2022/11/2334', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2597, '2022-11-12 10:46:00', NULL, NULL, 330, 'POP2022/11/0288', NULL, 'cash', '', '', '', '', '', 'Visa', '125.0000', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2598, '2022-11-12 11:02:16', 2314, NULL, NULL, 'IPAY2022/11/2335', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2599, '2022-11-12 11:02:00', 2293, NULL, NULL, 'IPAY2022/11/2336', NULL, 'cash', '', '', '', '', '', 'Visa', '1309.0000', NULL, 9, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2600, '2022-11-12 11:03:00', 2290, NULL, NULL, 'IPAY2022/11/2337', NULL, 'cash', '', '', '', '', '', 'Visa', '7714.7000', NULL, 9, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2601, '2022-11-12 11:12:23', 2315, NULL, NULL, 'IPAY2022/11/2338', NULL, 'cash', '', '', '', '', '', '', '501.0000', NULL, 9, NULL, 'received', '', '501.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2602, '2022-11-12 11:30:37', 2316, NULL, NULL, 'IPAY2022/11/2339', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2603, '2022-11-12 11:32:14', 2317, NULL, NULL, 'IPAY2022/11/2340', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2604, '2022-11-12 11:51:36', 2318, NULL, NULL, 'IPAY2022/11/2341', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2605, '2022-11-12 12:00:22', 2319, NULL, NULL, 'IPAY2022/11/2342', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2606, '2022-11-12 12:01:48', 2320, NULL, NULL, 'IPAY2022/11/2343', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2607, '2022-11-12 12:22:00', NULL, NULL, 331, 'POP2022/11/0289', NULL, 'cash', '', '', '', '', '', 'Visa', '250.0000', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2608, '2022-11-12 12:23:00', NULL, NULL, 332, 'POP2022/11/0290', NULL, 'cash', '', '', '', '', '', 'Visa', '60.0000', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2609, '2022-11-12 12:26:09', 2321, NULL, NULL, 'IPAY2022/11/2344', NULL, 'cash', '', '', '', '', '', '', '1606.9500', NULL, 9, NULL, 'received', '', '1606.9500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2610, '2022-11-12 12:37:00', NULL, NULL, 333, 'POP2022/11/0291', NULL, 'cash', '', '', '', '', '', 'Visa', '820.0000', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2611, '2022-11-12 12:40:08', 2322, NULL, NULL, 'IPAY2022/11/2345', NULL, 'cash', '', '', '', '', '', '', '1687.5000', NULL, 9, NULL, 'received', '', '1687.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2612, '2022-11-12 12:43:57', 2323, NULL, NULL, 'IPAY2022/11/2346', NULL, 'cash', '', '', '', '', '', '', '1085.0000', NULL, 9, NULL, 'received', '', '1085.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2613, '2022-11-12 12:49:20', 2324, NULL, NULL, 'IPAY2022/11/2347', NULL, 'cash', '', '', '', '', '', '', '131.0000', NULL, 9, NULL, 'received', '', '131.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2614, '2022-11-12 13:16:00', NULL, NULL, 334, 'POP2022/11/0292', NULL, 'cash', '', '', '', '', '', 'Visa', '4876.0000', NULL, 9, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2615, '2022-11-12 13:42:37', 2325, NULL, NULL, 'IPAY2022/11/2348', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2616, '2022-11-12 14:06:40', 2326, NULL, NULL, 'IPAY2022/11/2349', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2617, '2022-11-12 14:36:12', 2327, NULL, NULL, 'IPAY2022/11/2350', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2618, '2022-11-12 15:05:38', 2328, NULL, NULL, 'IPAY2022/11/2351', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2619, '2022-11-12 15:08:39', 2329, NULL, NULL, 'IPAY2022/11/2352', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2620, '2022-11-12 15:13:00', 2330, NULL, NULL, 'IPAY2022/11/2353', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2621, '2022-11-12 15:29:13', 2331, NULL, NULL, 'IPAY2022/11/2354', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2622, '2022-11-12 15:33:42', 2332, NULL, NULL, 'IPAY2022/11/2355', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2623, '2022-11-12 15:38:28', 2333, NULL, NULL, 'IPAY2022/11/2356', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2624, '2022-11-12 15:57:21', 2334, NULL, NULL, 'IPAY2022/11/2357', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2625, '2022-11-12 16:05:33', 2335, NULL, NULL, 'IPAY2022/11/2358', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2626, '2022-11-12 16:13:07', 2336, NULL, NULL, 'IPAY2022/11/2359', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2627, '2022-11-12 16:26:32', 2337, NULL, NULL, 'IPAY2022/11/2360', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2628, '2022-11-12 16:47:18', 2338, NULL, NULL, 'IPAY2022/11/2361', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '36.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2629, '2022-11-12 17:11:17', 2339, NULL, NULL, 'IPAY2022/11/2362', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2630, '2022-11-12 17:21:00', 2340, NULL, NULL, 'IPAY2022/11/2363', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2631, '2022-11-12 17:25:55', 2341, NULL, NULL, 'IPAY2022/11/2364', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2632, '2022-11-12 17:41:40', 2342, NULL, NULL, 'IPAY2022/11/2365', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2633, '2022-11-12 17:49:58', 2343, NULL, NULL, 'IPAY2022/11/2366', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2634, '2022-11-12 17:53:18', 2344, NULL, NULL, 'IPAY2022/11/2367', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2635, '2022-11-12 17:55:24', 2345, NULL, NULL, 'IPAY2022/11/2368', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2636, '2022-11-12 18:06:24', 2346, NULL, NULL, 'IPAY2022/11/2369', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2637, '2022-11-12 18:27:27', 2347, NULL, NULL, 'IPAY2022/11/2370', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2638, '2022-11-12 18:35:53', 2348, NULL, NULL, 'IPAY2022/11/2371', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2639, '2022-11-12 18:52:29', 2349, NULL, NULL, 'IPAY2022/11/2372', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2640, '2022-11-12 18:53:38', 2350, NULL, NULL, 'IPAY2022/11/2373', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2641, '2022-11-12 19:16:22', 2351, NULL, NULL, 'IPAY2022/11/2374', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2642, '2022-11-12 20:02:31', 2352, NULL, NULL, 'IPAY2022/11/2375', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2643, '2022-11-13 06:44:27', 2353, NULL, NULL, 'IPAY2022/11/2376', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2644, '2022-11-13 07:20:53', 2354, NULL, NULL, 'IPAY2022/11/2377', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2645, '2022-11-13 08:07:58', 2355, NULL, NULL, 'IPAY2022/11/2378', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2646, '2022-11-13 08:43:02', 2356, NULL, NULL, 'IPAY2022/11/2379', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2647, '2022-11-13 10:33:14', 2357, NULL, NULL, 'IPAY2022/11/2380', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2648, '2022-11-13 10:44:28', 2358, NULL, NULL, 'IPAY2022/11/2381', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2649, '2022-11-13 10:50:59', 2359, NULL, NULL, 'IPAY2022/11/2382', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2650, '2022-11-13 11:11:35', 2360, NULL, NULL, 'IPAY2022/11/2383', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2651, '2022-11-13 11:13:53', 2361, NULL, NULL, 'IPAY2022/11/2384', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2652, '2022-11-13 11:55:18', 2362, NULL, NULL, 'IPAY2022/11/2385', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2653, '2022-11-13 12:02:40', 2363, NULL, NULL, 'IPAY2022/11/2386', NULL, 'cash', '', '', '', '', '', '', '74.0000', NULL, 7, NULL, 'received', '', '74.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2654, '2022-11-13 12:38:47', 2364, NULL, NULL, 'IPAY2022/11/2387', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2655, '2022-11-13 12:40:22', 2365, NULL, NULL, 'IPAY2022/11/2388', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2656, '2022-11-13 12:41:59', 2366, NULL, NULL, 'IPAY2022/11/2389', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2657, '2022-11-13 13:01:07', 2367, NULL, NULL, 'IPAY2022/11/2390', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2658, '2022-11-13 13:50:21', 2368, NULL, NULL, 'IPAY2022/11/2391', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2659, '2022-11-13 14:06:19', 2369, NULL, NULL, 'IPAY2022/11/2392', NULL, 'cash', '', '', '', '', '', '', '85.0000', NULL, 7, NULL, 'received', '', '85.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2660, '2022-11-13 15:13:37', 2370, NULL, NULL, 'IPAY2022/11/2393', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2661, '2022-11-13 15:35:47', 2371, NULL, NULL, 'IPAY2022/11/2394', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2662, '2022-11-13 15:38:28', 2372, NULL, NULL, 'IPAY2022/11/2395', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2663, '2022-11-13 16:02:47', 2373, NULL, NULL, 'IPAY2022/11/2396', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2664, '2022-11-13 16:11:17', 2374, NULL, NULL, 'IPAY2022/11/2397', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2665, '2022-11-13 16:18:00', 2375, NULL, NULL, 'IPAY2022/11/2398', NULL, 'cash', '', '', '', '', '', '', '81.0000', NULL, 7, NULL, 'received', '', '81.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2666, '2022-11-13 16:28:40', 2376, NULL, NULL, 'IPAY2022/11/2399', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2667, '2022-11-13 16:29:41', 2377, NULL, NULL, 'IPAY2022/11/2400', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2668, '2022-11-13 16:31:59', 2378, NULL, NULL, 'IPAY2022/11/2401', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2669, '2022-11-13 16:41:21', 2379, NULL, NULL, 'IPAY2022/11/2402', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2670, '2022-11-13 16:44:13', 2380, NULL, NULL, 'IPAY2022/11/2403', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2671, '2022-11-13 16:57:35', 2381, NULL, NULL, 'IPAY2022/11/2404', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2672, '2022-11-13 18:06:50', 2382, NULL, NULL, 'IPAY2022/11/2405', NULL, 'cash', '', '', '', '', '', '', '131.0000', NULL, 7, NULL, 'received', '', '131.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2673, '2022-11-13 18:08:41', 2383, NULL, NULL, 'IPAY2022/11/2406', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2674, '2022-11-13 18:13:27', 2384, NULL, NULL, 'IPAY2022/11/2407', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2675, '2022-11-13 18:16:04', 2385, NULL, NULL, 'IPAY2022/11/2408', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2676, '2022-11-13 18:17:54', 2386, NULL, NULL, 'IPAY2022/11/2409', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2677, '2022-11-13 18:23:55', 2387, NULL, NULL, 'IPAY2022/11/2410', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2678, '2022-11-13 18:28:22', 2388, NULL, NULL, 'IPAY2022/11/2411', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2679, '2022-11-13 18:30:12', 2389, NULL, NULL, 'IPAY2022/11/2412', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2680, '2022-11-13 18:30:52', 2390, NULL, NULL, 'IPAY2022/11/2413', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2681, '2022-11-13 18:45:30', 2391, NULL, NULL, 'IPAY2022/11/2414', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2682, '2022-11-13 18:58:50', 2392, NULL, NULL, 'IPAY2022/11/2415', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2683, '2022-11-13 19:41:22', 2393, NULL, NULL, 'IPAY2022/11/2416', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2684, '2022-11-14 06:26:35', 2394, NULL, NULL, 'IPAY2022/11/2417', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2685, '2022-11-14 06:38:40', 2395, NULL, NULL, 'IPAY2022/11/2418', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2686, '2022-11-14 07:01:43', 2396, NULL, NULL, 'IPAY2022/11/2419', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2687, '2022-11-14 07:14:52', 2397, NULL, NULL, 'IPAY2022/11/2420', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2688, '2022-11-14 07:16:30', 2398, NULL, NULL, 'IPAY2022/11/2421', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2690, '2022-11-14 07:41:39', 2400, NULL, NULL, 'IPAY2022/11/2423', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2691, '2022-11-14 07:54:15', 2401, NULL, NULL, 'IPAY2022/11/2424', NULL, 'cash', '', '', '', '', '', '', '172.0000', NULL, 7, NULL, 'received', '', '172.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2692, '2022-11-14 08:01:28', 2402, NULL, NULL, 'IPAY2022/11/2425', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2693, '2022-11-14 08:32:22', 2403, NULL, NULL, 'IPAY2022/11/2426', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2694, '2022-11-14 09:36:53', 2404, NULL, NULL, 'IPAY2022/11/2427', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2695, '2022-11-14 09:49:22', 2405, NULL, NULL, 'IPAY2022/11/2428', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2696, '2022-11-14 09:56:46', 2406, NULL, NULL, 'IPAY2022/11/2429', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2697, '2022-11-14 10:00:00', NULL, NULL, 335, 'POP2022/11/0293', NULL, 'cash', '', '', '', '', '', 'Visa', '313.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2698, '2022-11-14 10:02:00', NULL, NULL, 336, 'POP2022/11/0294', NULL, 'cash', '', '', '', '', '', 'Visa', '235.0500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2699, '2022-11-14 10:05:00', NULL, NULL, 337, 'POP2022/11/0295', NULL, 'cash', '', '', '', '', '', 'Visa', '102.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2700, '2022-11-14 10:27:00', NULL, NULL, 338, 'POP2022/11/0296', NULL, 'cash', '', '', '', '', '', 'Visa', '131.5900', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2701, '2022-11-14 10:54:20', 2407, NULL, NULL, 'IPAY2022/11/2430', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2702, '2022-11-14 11:44:03', 2408, NULL, NULL, 'IPAY2022/11/2431', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2703, '2022-11-14 11:45:37', 2409, NULL, NULL, 'IPAY2022/11/2432', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2704, '2022-11-14 12:24:06', 2410, NULL, NULL, 'IPAY2022/11/2433', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2705, '2022-11-14 12:32:07', 2411, NULL, NULL, 'IPAY2022/11/2434', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2706, '2022-11-14 12:40:17', 2412, NULL, NULL, 'IPAY2022/11/2435', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2707, '2022-11-14 12:47:46', 2413, NULL, NULL, 'IPAY2022/11/2436', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2708, '2022-11-14 13:21:01', 2414, NULL, NULL, 'IPAY2022/11/2437', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2709, '2022-11-14 13:48:39', 2415, NULL, NULL, 'IPAY2022/11/2438', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2710, '2022-11-14 13:55:07', 2416, NULL, NULL, 'IPAY2022/11/2439', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2711, '2022-11-14 13:57:26', 2417, NULL, NULL, 'IPAY2022/11/2440', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2712, '2022-11-14 14:34:56', 2418, NULL, NULL, 'IPAY2022/11/2441', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2713, '2022-11-14 15:02:03', 2419, NULL, NULL, 'IPAY2022/11/2442', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2714, '2022-11-14 15:07:01', 2420, NULL, NULL, 'IPAY2022/11/2443', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2715, '2022-11-14 15:35:48', 2421, NULL, NULL, 'IPAY2022/11/2444', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '42.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2716, '2022-11-14 15:49:57', 2422, NULL, NULL, 'IPAY2022/11/2445', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2717, '2022-11-14 15:53:42', 2423, NULL, NULL, 'IPAY2022/11/2446', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2718, '2022-11-14 16:50:58', 2424, NULL, NULL, 'IPAY2022/11/2447', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2719, '2022-11-14 17:05:09', 2425, NULL, NULL, 'IPAY2022/11/2448', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2720, '2022-11-14 17:07:13', 2426, NULL, NULL, 'IPAY2022/11/2449', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2721, '2022-11-14 17:08:38', 2427, NULL, NULL, 'IPAY2022/11/2450', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2722, '2022-11-14 17:27:06', 2428, NULL, NULL, 'IPAY2022/11/2451', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2723, '2022-11-14 17:45:46', 2429, NULL, NULL, 'IPAY2022/11/2452', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2724, '2022-11-14 18:06:12', 2430, NULL, NULL, 'IPAY2022/11/2453', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2725, '2022-11-14 18:10:23', 2431, NULL, NULL, 'IPAY2022/11/2454', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2726, '2022-11-14 18:16:04', 2432, NULL, NULL, 'IPAY2022/11/2455', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2727, '2022-11-14 18:23:12', 2433, NULL, NULL, 'IPAY2022/11/2456', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2728, '2022-11-14 18:46:40', 2434, NULL, NULL, 'IPAY2022/11/2457', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2729, '2022-11-14 19:28:24', 2435, NULL, NULL, 'IPAY2022/11/2458', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2730, '2022-11-14 19:55:42', 2436, NULL, NULL, 'IPAY2022/11/2459', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2731, '2022-11-15 06:15:25', 2437, NULL, NULL, 'IPAY2022/11/2460', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2732, '2022-11-15 06:29:20', 2438, NULL, NULL, 'IPAY2022/11/2461', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2733, '2022-11-15 07:31:06', 2439, NULL, NULL, 'IPAY2022/11/2462', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2734, '2022-11-15 07:36:17', 2440, NULL, NULL, 'IPAY2022/11/2463', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2735, '2022-11-15 07:57:11', 2441, NULL, NULL, 'IPAY2022/11/2464', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2736, '2022-11-15 08:07:03', 2442, NULL, NULL, 'IPAY2022/11/2465', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2737, '2022-11-15 08:12:01', 2443, NULL, NULL, 'IPAY2022/11/2466', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2738, '2022-11-15 09:56:06', 2444, NULL, NULL, 'IPAY2022/11/2467', NULL, 'cash', '', '', '', '', '', '', '213.5000', NULL, 7, NULL, 'received', '', '213.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2739, '2022-11-15 10:01:12', 2445, NULL, NULL, 'IPAY2022/11/2468', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2740, '2022-11-15 10:05:00', 2446, NULL, NULL, 'IPAY2022/11/2469', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2741, '2022-11-15 10:25:42', 2447, NULL, NULL, 'IPAY2022/11/2470', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2742, '2022-11-15 10:31:41', 2448, NULL, NULL, 'IPAY2022/11/2471', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2743, '2022-11-15 10:58:01', 2449, NULL, NULL, 'IPAY2022/11/2472', NULL, 'cash', '', '', '', '', '', '', '158.0000', NULL, 7, NULL, 'received', '', '158.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2744, '2022-11-15 11:07:51', 2450, NULL, NULL, 'IPAY2022/11/2473', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2745, '2022-11-15 11:21:59', 2451, NULL, NULL, 'IPAY2022/11/2474', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2746, '2022-11-15 11:28:09', 2452, NULL, NULL, 'IPAY2022/11/2475', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2747, '2022-11-15 11:40:46', 2453, NULL, NULL, 'IPAY2022/11/2476', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2748, '2022-11-15 12:16:12', 2454, NULL, NULL, 'IPAY2022/11/2477', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2749, '2022-11-15 14:05:25', 2455, NULL, NULL, 'IPAY2022/11/2478', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2750, '2022-11-15 14:52:04', 2456, NULL, NULL, 'IPAY2022/11/2479', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2751, '2022-11-15 14:59:46', 2457, NULL, NULL, 'IPAY2022/11/2480', NULL, 'cash', '', '', '', '', '', '', '100.5000', NULL, 7, NULL, 'received', '', '100.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2752, '2022-11-15 15:18:41', 2458, NULL, NULL, 'IPAY2022/11/2481', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2753, '2022-11-15 16:37:30', 2459, NULL, NULL, 'IPAY2022/11/2482', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2754, '2022-11-15 17:08:24', 2460, NULL, NULL, 'IPAY2022/11/2483', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2755, '2022-11-15 17:38:36', 2461, NULL, NULL, 'IPAY2022/11/2484', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2756, '2022-11-15 17:50:46', 2462, NULL, NULL, 'IPAY2022/11/2485', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2757, '2022-11-15 18:05:53', 2463, NULL, NULL, 'IPAY2022/11/2486', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2758, '2022-11-15 18:19:19', 2464, NULL, NULL, 'IPAY2022/11/2487', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2759, '2022-11-15 18:35:47', 2465, NULL, NULL, 'IPAY2022/11/2488', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2760, '2022-11-15 19:41:55', 2466, NULL, NULL, 'IPAY2022/11/2489', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2761, '2022-11-15 20:06:51', 2467, NULL, NULL, 'IPAY2022/11/2490', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2762, '2022-11-16 06:32:29', 2468, NULL, NULL, 'IPAY2022/11/2491', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2763, '2022-11-16 07:03:34', 2469, NULL, NULL, 'IPAY2022/11/2492', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '36.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2764, '2022-11-16 07:04:28', 2470, NULL, NULL, 'IPAY2022/11/2493', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2765, '2022-11-16 07:18:22', 2471, NULL, NULL, 'IPAY2022/11/2494', NULL, 'cash', '', '', '', '', '', '', '126.0000', NULL, 7, NULL, 'received', '', '126.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2766, '2022-11-16 07:38:15', 2472, NULL, NULL, 'IPAY2022/11/2495', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2767, '2022-11-16 07:43:35', 2473, NULL, NULL, 'IPAY2022/11/2496', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2768, '2022-11-16 08:46:53', 2474, NULL, NULL, 'IPAY2022/11/2497', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2769, '2022-11-16 09:25:43', 2475, NULL, NULL, 'IPAY2022/11/2498', NULL, 'cash', '', '', '', '', '', '', '78.5000', NULL, 7, NULL, 'received', '', '78.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2770, '2022-11-16 09:27:41', 2476, NULL, NULL, 'IPAY2022/11/2499', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2771, '2022-11-16 09:33:10', 2477, NULL, NULL, 'IPAY2022/11/2500', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2772, '2022-11-16 10:10:24', 2478, NULL, NULL, 'IPAY2022/11/2501', NULL, 'cash', '', '', '', '', '', '', '8.9997', NULL, 7, NULL, 'received', '', '8.9997', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2773, '2022-11-16 10:22:02', 2479, NULL, NULL, 'IPAY2022/11/2502', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2774, '2022-11-16 10:27:52', 2480, NULL, NULL, 'IPAY2022/11/2503', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2775, '2022-11-16 10:58:17', 2481, NULL, NULL, 'IPAY2022/11/2504', NULL, 'cash', '', '', '', '', '', '', '145.5000', NULL, 7, NULL, 'received', '', '145.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2776, '2022-11-16 11:05:36', 2482, NULL, NULL, 'IPAY2022/11/2505', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2777, '2022-11-16 11:36:23', 2483, NULL, NULL, 'IPAY2022/11/2506', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2778, '2022-11-16 11:53:09', 2484, NULL, NULL, 'IPAY2022/11/2507', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2779, '2022-11-16 13:04:20', 2485, NULL, NULL, 'IPAY2022/11/2508', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2780, '2022-11-16 13:19:40', 2486, NULL, NULL, 'IPAY2022/11/2509', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2781, '2022-11-16 13:43:30', 2487, NULL, NULL, 'IPAY2022/11/2510', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2782, '2022-11-16 13:45:56', 2488, NULL, NULL, 'IPAY2022/11/2511', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2783, '2022-11-16 13:57:03', 2489, NULL, NULL, 'IPAY2022/11/2512', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2784, '2022-11-16 14:02:58', 2490, NULL, NULL, 'IPAY2022/11/2513', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2785, '2022-11-16 14:31:57', 2491, NULL, NULL, 'IPAY2022/11/2514', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2786, '2022-11-16 14:32:28', 2492, NULL, NULL, 'IPAY2022/11/2515', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2787, '2022-11-16 14:41:27', 2493, NULL, NULL, 'IPAY2022/11/2516', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2788, '2022-11-16 14:59:49', 2494, NULL, NULL, 'IPAY2022/11/2517', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2789, '2022-11-16 15:32:59', 2495, NULL, NULL, 'IPAY2022/11/2518', NULL, 'cash', '', '', '', '', '', '', '99.0000', NULL, 7, NULL, 'received', '', '99.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2790, '2022-11-16 15:37:00', 2496, NULL, NULL, 'IPAY2022/11/2519', NULL, 'cash', '', '', '', '', '', '', '43.5000', NULL, 7, NULL, 'received', '', '43.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2791, '2022-11-16 15:47:58', 2497, NULL, NULL, 'IPAY2022/11/2520', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2792, '2022-11-16 16:41:31', 2498, NULL, NULL, 'IPAY2022/11/2521', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2793, '2022-11-16 16:45:41', 2499, NULL, NULL, 'IPAY2022/11/2522', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2794, '2022-11-16 17:05:29', 2500, NULL, NULL, 'IPAY2022/11/2523', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2795, '2022-11-16 17:32:02', 2501, NULL, NULL, 'IPAY2022/11/2524', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2796, '2022-11-16 17:35:11', 2502, NULL, NULL, 'IPAY2022/11/2525', NULL, 'cash', '', '', '', '', '', '', '77.0000', NULL, 7, NULL, 'received', '', '77.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2797, '2022-11-16 17:38:37', 2503, NULL, NULL, 'IPAY2022/11/2526', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2798, '2022-11-16 17:52:58', 2504, NULL, NULL, 'IPAY2022/11/2527', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2799, '2022-11-16 18:33:42', 2505, NULL, NULL, 'IPAY2022/11/2528', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2800, '2022-11-16 18:46:25', 2506, NULL, NULL, 'IPAY2022/11/2529', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2801, '2022-11-16 18:54:58', 2507, NULL, NULL, 'IPAY2022/11/2530', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2802, '2022-11-16 18:56:40', 2508, NULL, NULL, 'IPAY2022/11/2531', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2803, '2022-11-16 19:49:55', 2509, NULL, NULL, 'IPAY2022/11/2532', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2804, '2022-11-17 07:00:55', 2510, NULL, NULL, 'IPAY2022/11/2533', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2805, '2022-11-17 09:28:35', 2511, NULL, NULL, 'IPAY2022/11/2534', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2806, '2022-11-17 10:37:44', 2512, NULL, NULL, 'IPAY2022/11/2535', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2807, '2022-11-17 10:38:00', NULL, NULL, 339, 'POP2022/11/0297', NULL, 'cash', '', '', '', '', '', 'Visa', '2100.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2808, '2022-11-17 10:40:39', 2513, NULL, NULL, 'IPAY2022/11/2536', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2809, '2022-11-17 10:48:00', NULL, NULL, 340, 'POP2022/11/0298', NULL, 'cash', '', '', '', '', '', 'Visa', '212.2826', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2810, '2022-11-17 10:51:58', 2514, NULL, NULL, 'IPAY2022/11/2537', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2811, '2022-11-17 10:56:26', 2515, NULL, NULL, 'IPAY2022/11/2538', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2812, '2022-11-17 12:31:47', 2516, NULL, NULL, 'IPAY2022/11/2539', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2813, '2022-11-17 12:52:03', 2517, NULL, NULL, 'IPAY2022/11/2540', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2814, '2022-11-17 13:06:22', 2518, NULL, NULL, 'IPAY2022/11/2541', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2815, '2022-11-17 13:17:16', 2519, NULL, NULL, 'IPAY2022/11/2542', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2816, '2022-11-17 14:08:20', 2520, NULL, NULL, 'IPAY2022/11/2543', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2817, '2022-11-17 14:08:51', 2521, NULL, NULL, 'IPAY2022/11/2544', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2818, '2022-11-17 14:19:01', 2522, NULL, NULL, 'IPAY2022/11/2545', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2819, '2022-11-17 14:52:24', 2523, NULL, NULL, 'IPAY2022/11/2546', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2820, '2022-11-17 15:24:04', 2524, NULL, NULL, 'IPAY2022/11/2547', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2821, '2022-11-17 16:06:43', 2525, NULL, NULL, 'IPAY2022/11/2548', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2822, '2022-11-17 16:13:29', 2526, NULL, NULL, 'IPAY2022/11/2549', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2823, '2022-11-17 16:18:41', 2527, NULL, NULL, 'IPAY2022/11/2550', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2824, '2022-11-17 16:43:07', 2528, NULL, NULL, 'IPAY2022/11/2551', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2825, '2022-11-17 17:02:16', 2529, NULL, NULL, 'IPAY2022/11/2552', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2826, '2022-11-17 17:30:38', 2530, NULL, NULL, 'IPAY2022/11/2553', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2827, '2022-11-17 18:19:07', 2531, NULL, NULL, 'IPAY2022/11/2554', NULL, 'cash', '', '', '', '', '', '', '76.5000', NULL, 7, NULL, 'received', '', '76.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2828, '2022-11-17 18:34:44', 2532, NULL, NULL, 'IPAY2022/11/2555', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2829, '2022-11-17 18:48:28', 2533, NULL, NULL, 'IPAY2022/11/2556', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2830, '2022-11-17 18:53:12', 2534, NULL, NULL, 'IPAY2022/11/2557', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2831, '2022-11-17 19:50:28', 2535, NULL, NULL, 'IPAY2022/11/2558', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2832, '2022-11-18 06:23:17', 2536, NULL, NULL, 'IPAY2022/11/2559', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2833, '2022-11-18 06:53:33', 2537, NULL, NULL, 'IPAY2022/11/2560', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2834, '2022-11-18 07:20:31', 2538, NULL, NULL, 'IPAY2022/11/2561', NULL, 'cash', '', '', '', '', '', '', '69.5000', NULL, 7, NULL, 'received', '', '69.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2835, '2022-11-18 07:25:21', 2539, NULL, NULL, 'IPAY2022/11/2562', NULL, 'cash', '', '', '', '', '', '', '92.4999', NULL, 7, NULL, 'received', '', '92.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2836, '2022-11-18 07:32:54', 2540, NULL, NULL, 'IPAY2022/11/2563', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2837, '2022-11-18 07:40:15', 2541, NULL, NULL, 'IPAY2022/11/2564', NULL, 'cash', '', '', '', '', '', '', '113.4997', NULL, 7, NULL, 'received', '', '113.4997', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2838, '2022-11-18 07:40:46', 2542, NULL, NULL, 'IPAY2022/11/2565', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2839, '2022-11-18 07:44:57', 2543, NULL, NULL, 'IPAY2022/11/2566', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2840, '2022-11-18 07:59:52', 2544, NULL, NULL, 'IPAY2022/11/2567', NULL, 'cash', '', '', '', '', '', '', '148.5000', NULL, 7, NULL, 'received', '', '148.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2841, '2022-11-18 08:01:30', 2545, NULL, NULL, 'IPAY2022/11/2568', NULL, 'cash', '', '', '', '', '', '', '14.7500', NULL, 7, NULL, 'received', '', '14.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2842, '2022-11-18 08:08:36', 2546, NULL, NULL, 'IPAY2022/11/2569', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2843, '2022-11-18 09:14:58', 2547, NULL, NULL, 'IPAY2022/11/2570', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2844, '2022-11-18 09:44:22', 2548, NULL, NULL, 'IPAY2022/11/2571', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2845, '2022-11-18 10:05:09', 2549, NULL, NULL, 'IPAY2022/11/2572', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2846, '2022-11-18 10:17:30', 2550, NULL, NULL, 'IPAY2022/11/2573', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2847, '2022-11-18 10:42:29', 2551, NULL, NULL, 'IPAY2022/11/2574', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2848, '2022-11-18 11:08:04', 2552, NULL, NULL, 'IPAY2022/11/2575', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2849, '2022-11-18 12:42:33', 2553, NULL, NULL, 'IPAY2022/11/2576', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2850, '2022-11-18 12:53:29', 2554, NULL, NULL, 'IPAY2022/11/2577', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2851, '2022-11-18 14:22:29', 2555, NULL, NULL, 'IPAY2022/11/2578', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2852, '2022-11-18 14:23:19', 2556, NULL, NULL, 'IPAY2022/11/2579', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2853, '2022-11-18 15:13:41', 2557, NULL, NULL, 'IPAY2022/11/2580', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2854, '2022-11-18 15:44:14', 2558, NULL, NULL, 'IPAY2022/11/2581', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2855, '2022-11-18 16:11:29', 2559, NULL, NULL, 'IPAY2022/11/2582', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2856, '2022-11-18 16:52:00', NULL, NULL, 342, 'POP2022/11/0299', NULL, 'cash', '', '', '', '', '', 'Visa', '103.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2857, '2022-11-18 16:53:00', NULL, NULL, 343, 'POP2022/11/0300', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2858, '2022-11-18 16:57:00', NULL, NULL, 344, 'POP2022/11/0301', NULL, 'cash', '', '', '', '', '', 'Visa', '804.4499', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2859, '2022-11-18 16:57:20', 2560, NULL, NULL, 'IPAY2022/11/2583', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2860, '2022-11-18 17:03:31', 2561, NULL, NULL, 'IPAY2022/11/2584', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2861, '2022-11-18 17:07:47', 2562, NULL, NULL, 'IPAY2022/11/2585', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2862, '2022-11-18 17:23:44', 2563, NULL, NULL, 'IPAY2022/11/2586', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2863, '2022-11-18 17:41:13', 2564, NULL, NULL, 'IPAY2022/11/2587', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2864, '2022-11-18 18:30:11', 2565, NULL, NULL, 'IPAY2022/11/2588', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2865, '2022-11-18 19:56:55', 2566, NULL, NULL, 'IPAY2022/11/2589', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2866, '2022-11-19 08:43:32', 2567, NULL, NULL, 'IPAY2022/11/2590', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2867, '2022-11-19 09:05:39', 2568, NULL, NULL, 'IPAY2022/11/2591', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2868, '2022-11-19 09:18:10', 2569, NULL, NULL, 'IPAY2022/11/2592', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2869, '2022-11-19 09:20:00', 2570, NULL, NULL, 'IPAY2022/11/2593', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2870, '2022-11-19 09:29:24', 2571, NULL, NULL, 'IPAY2022/11/2594', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2871, '2022-11-19 09:46:27', 2572, NULL, NULL, 'IPAY2022/11/2595', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2872, '2022-11-19 10:57:34', 2573, NULL, NULL, 'IPAY2022/11/2596', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2873, '2022-11-19 11:07:17', 2574, NULL, NULL, 'IPAY2022/11/2597', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2874, '2022-11-19 11:23:35', 2575, NULL, NULL, 'IPAY2022/11/2598', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2875, '2022-11-19 11:39:55', 2576, NULL, NULL, 'IPAY2022/11/2599', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2876, '2022-11-19 11:52:49', 2577, NULL, NULL, 'IPAY2022/11/2600', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2877, '2022-11-19 12:05:45', 2578, NULL, NULL, 'IPAY2022/11/2601', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2878, '2022-11-19 12:16:34', 2579, NULL, NULL, 'IPAY2022/11/2602', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2879, '2022-11-19 12:19:41', 2580, NULL, NULL, 'IPAY2022/11/2603', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2880, '2022-11-19 13:06:56', 2581, NULL, NULL, 'IPAY2022/11/2604', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2881, '2022-11-19 13:16:35', 2582, NULL, NULL, 'IPAY2022/11/2605', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2882, '2022-11-19 13:57:39', 2583, NULL, NULL, 'IPAY2022/11/2606', NULL, 'cash', '', '', '', '', '', '', '144.0000', NULL, 7, NULL, 'received', '', '144.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2883, '2022-11-19 13:58:16', 2584, NULL, NULL, 'IPAY2022/11/2607', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2884, '2022-11-19 14:18:26', 2585, NULL, NULL, 'IPAY2022/11/2608', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2885, '2022-11-19 14:35:56', 2586, NULL, NULL, 'IPAY2022/11/2609', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2886, '2022-11-19 14:39:26', 2587, NULL, NULL, 'IPAY2022/11/2610', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2887, '2022-11-19 16:23:06', 2588, NULL, NULL, 'IPAY2022/11/2611', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2888, '2022-11-19 16:55:05', 2589, NULL, NULL, 'IPAY2022/11/2612', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2889, '2022-11-19 17:15:17', 2590, NULL, NULL, 'IPAY2022/11/2613', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2890, '2022-11-19 17:40:05', 2591, NULL, NULL, 'IPAY2022/11/2614', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2891, '2022-11-19 17:41:57', 2592, NULL, NULL, 'IPAY2022/11/2615', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2892, '2022-11-19 17:47:37', 2593, NULL, NULL, 'IPAY2022/11/2616', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2893, '2022-11-19 17:48:12', 2594, NULL, NULL, 'IPAY2022/11/2617', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2894, '2022-11-19 17:56:56', 2595, NULL, NULL, 'IPAY2022/11/2618', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2895, '2022-11-19 18:09:40', 2596, NULL, NULL, 'IPAY2022/11/2619', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2896, '2022-11-19 18:10:37', 2597, NULL, NULL, 'IPAY2022/11/2620', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2897, '2022-11-19 18:33:41', 2598, NULL, NULL, 'IPAY2022/11/2621', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2898, '2022-11-19 18:42:25', 2599, NULL, NULL, 'IPAY2022/11/2622', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2899, '2022-11-19 18:49:41', 2600, NULL, NULL, 'IPAY2022/11/2623', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2900, '2022-11-19 18:54:02', 2601, NULL, NULL, 'IPAY2022/11/2624', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2901, '2022-11-19 18:59:36', 2602, NULL, NULL, 'IPAY2022/11/2625', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2902, '2022-11-19 19:16:52', 2603, NULL, NULL, 'IPAY2022/11/2626', NULL, 'cash', '', '', '', '', '', '', '88.5000', NULL, 7, NULL, 'received', '', '88.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2903, '2022-11-19 19:46:23', 2604, NULL, NULL, 'IPAY2022/11/2627', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2904, '2022-11-20 17:37:02', 2605, NULL, NULL, 'IPAY2022/11/2628', NULL, 'cash', '', '', '', '', '', '', '724.0000', NULL, 7, NULL, 'received', '', '724.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2905, '2022-11-20 18:16:59', 2606, NULL, NULL, 'IPAY2022/11/2629', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2906, '2022-11-20 18:23:49', 2607, NULL, NULL, 'IPAY2022/11/2630', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2907, '2022-11-20 18:25:57', 2608, NULL, NULL, 'IPAY2022/11/2631', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2908, '2022-11-20 18:31:41', 2609, NULL, NULL, 'IPAY2022/11/2632', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2909, '2022-11-21 06:28:57', 2610, NULL, NULL, 'IPAY2022/11/2633', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2910, '2022-11-21 06:43:18', 2611, NULL, NULL, 'IPAY2022/11/2634', NULL, 'cash', '', '', '', '', '', '', '556.0000', NULL, 7, NULL, 'received', '', '556.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2911, '2022-11-21 07:11:05', 2612, NULL, NULL, 'IPAY2022/11/2635', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2912, '2022-11-21 07:12:04', 2613, NULL, NULL, 'IPAY2022/11/2636', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2913, '2022-11-21 07:14:38', 2614, NULL, NULL, 'IPAY2022/11/2637', NULL, 'cash', '', '', '', '', '', '', '92.5000', NULL, 7, NULL, 'received', '', '92.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2914, '2022-11-21 07:15:17', 2615, NULL, NULL, 'IPAY2022/11/2638', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2915, '2022-11-21 07:17:53', 2616, NULL, NULL, 'IPAY2022/11/2639', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2916, '2022-11-21 07:21:01', 2617, NULL, NULL, 'IPAY2022/11/2640', NULL, 'cash', '', '', '', '', '', '', '74.0000', NULL, 7, NULL, 'received', '', '74.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2917, '2022-11-21 07:22:56', 2618, NULL, NULL, 'IPAY2022/11/2641', NULL, 'cash', '', '', '', '', '', '', '56.5000', NULL, 7, NULL, 'received', '', '56.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2918, '2022-11-21 07:24:04', 2619, NULL, NULL, 'IPAY2022/11/2642', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2919, '2022-11-21 07:33:14', 2620, NULL, NULL, 'IPAY2022/11/2643', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2920, '2022-11-21 07:35:38', 2621, NULL, NULL, 'IPAY2022/11/2644', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2921, '2022-11-21 07:39:18', 2622, NULL, NULL, 'IPAY2022/11/2645', NULL, 'cash', '', '', '', '', '', '', '83.4999', NULL, 7, NULL, 'received', '', '83.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2922, '2022-11-21 07:42:01', 2623, NULL, NULL, 'IPAY2022/11/2646', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2923, '2022-11-21 07:44:38', 2624, NULL, NULL, 'IPAY2022/11/2647', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2924, '2022-11-21 07:49:36', 2625, NULL, NULL, 'IPAY2022/11/2648', NULL, 'cash', '', '', '', '', '', '', '53.5000', NULL, 7, NULL, 'received', '', '53.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2925, '2022-11-21 07:50:18', 2626, NULL, NULL, 'IPAY2022/11/2649', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2926, '2022-11-21 07:55:13', 2627, NULL, NULL, 'IPAY2022/11/2650', NULL, 'cash', '', '', '', '', '', '', '61.5000', NULL, 7, NULL, 'received', '', '61.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2927, '2022-11-21 08:02:00', 2628, NULL, NULL, 'IPAY2022/11/2651', NULL, 'cash', '', '', '', '', '', '', '208.0000', NULL, 7, NULL, 'received', '', '208.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2928, '2022-11-21 08:12:30', 2629, NULL, NULL, 'IPAY2022/11/2652', NULL, 'cash', '', '', '', '', '', '', '10.4999', NULL, 7, NULL, 'received', '', '10.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2929, '2022-11-21 09:29:00', NULL, NULL, 345, 'POP2022/11/0302', NULL, 'cash', '', '', '', '', '', 'Visa', '426.5500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2930, '2022-11-21 09:41:16', 2630, NULL, NULL, 'IPAY2022/11/2653', NULL, 'cash', '', '', '', '', '', '', '251.0000', NULL, 7, NULL, 'received', '', '251.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2931, '2022-11-21 09:41:46', 2631, NULL, NULL, 'IPAY2022/11/2654', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2932, '2022-11-21 09:49:25', 2632, NULL, NULL, 'IPAY2022/11/2655', NULL, 'cash', '', '', '', '', '', '', '220.0000', NULL, 7, NULL, 'received', '', '220.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2933, '2022-11-21 09:54:12', 2633, NULL, NULL, 'IPAY2022/11/2656', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2934, '2022-11-21 10:08:00', NULL, NULL, 346, 'POP2022/11/0303', NULL, 'cash', '', '', '', '', '', 'Visa', '137.7600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2935, '2022-11-23 15:54:00', NULL, NULL, 347, 'POP2022/11/0304', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2936, '2022-11-23 16:03:00', 2634, NULL, NULL, 'IPAY2022/11/2657', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2937, '2022-11-23 16:05:09', 2635, NULL, NULL, 'IPAY2022/11/2658', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2938, '2022-11-23 16:07:39', 2636, NULL, NULL, 'IPAY2022/11/2659', NULL, 'cash', '', '', '', '', '', '', '43.5000', NULL, 7, NULL, 'received', '', '43.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2939, '2022-11-23 16:24:43', 2637, NULL, NULL, 'IPAY2022/11/2660', NULL, 'cash', '', '', '', '', '', '', '103.5000', NULL, 7, NULL, 'received', '', '103.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2940, '2022-11-23 16:31:00', NULL, NULL, 348, 'POP2022/11/0305', NULL, 'cash', '', '', '', '', '', 'Visa', '116.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2941, '2022-11-23 16:33:35', 2638, NULL, NULL, 'IPAY2022/11/2661', NULL, 'cash', '', '', '', '', '', '', '135.0000', NULL, 7, NULL, 'received', '', '135.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2942, '2022-11-23 16:34:00', NULL, NULL, 349, 'POP2022/11/0306', NULL, 'cash', '', '', '', '', '', 'Visa', '778.5698', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2943, '2022-11-23 16:39:00', NULL, NULL, 350, 'POP2022/11/0307', NULL, 'cash', '', '', '', '', '', 'Visa', '1011.7500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2944, '2022-11-23 16:43:20', 2639, NULL, NULL, 'IPAY2022/11/2662', NULL, 'cash', '', '', '', '', '', '', '88.4999', NULL, 7, NULL, 'received', '', '88.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2945, '2022-11-23 16:54:09', 2640, NULL, NULL, 'IPAY2022/11/2663', NULL, 'cash', '', '', '', '', '', '', '134.0000', NULL, 7, NULL, 'received', '', '134.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2946, '2022-11-23 16:55:00', NULL, NULL, 351, 'POP2022/11/0308', NULL, 'cash', '', '', '', '', '', 'Visa', '135.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2947, '2022-11-23 17:06:11', 2641, NULL, NULL, 'IPAY2022/11/2664', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2948, '2022-11-23 17:14:55', 2642, NULL, NULL, 'IPAY2022/11/2665', NULL, 'cash', '', '', '', '', '', '', '137.5000', NULL, 7, NULL, 'received', '', '137.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2949, '2022-11-23 17:43:16', 2643, NULL, NULL, 'IPAY2022/11/2666', NULL, 'cash', '', '', '', '', '', '', '171.9999', NULL, 7, NULL, 'received', '', '171.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2950, '2022-11-23 17:55:10', 2644, NULL, NULL, 'IPAY2022/11/2667', NULL, 'cash', '', '', '', '', '', '', '96.5000', NULL, 7, NULL, 'received', '', '96.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2951, '2022-11-23 18:01:01', 2645, NULL, NULL, 'IPAY2022/11/2668', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2952, '2022-11-23 18:07:23', 2646, NULL, NULL, 'IPAY2022/11/2669', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2953, '2022-11-23 18:14:32', 2647, NULL, NULL, 'IPAY2022/11/2670', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2954, '2022-11-23 18:18:28', 2648, NULL, NULL, 'IPAY2022/11/2671', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2955, '2022-11-23 18:20:53', 2649, NULL, NULL, 'IPAY2022/11/2672', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2956, '2022-11-23 18:26:59', 2650, NULL, NULL, 'IPAY2022/11/2673', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2957, '2022-11-23 18:30:04', 2651, NULL, NULL, 'IPAY2022/11/2674', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2958, '2022-11-23 18:31:10', 2652, NULL, NULL, 'IPAY2022/11/2675', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2959, '2022-11-23 18:34:39', 2653, NULL, NULL, 'IPAY2022/11/2676', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2960, '2022-11-23 18:37:39', 2654, NULL, NULL, 'IPAY2022/11/2677', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2961, '2022-11-23 18:39:05', 2655, NULL, NULL, 'IPAY2022/11/2678', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2962, '2022-11-23 18:41:55', 2656, NULL, NULL, 'IPAY2022/11/2679', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2963, '2022-11-23 18:43:52', 2657, NULL, NULL, 'IPAY2022/11/2680', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2964, '2022-11-23 18:51:50', 2658, NULL, NULL, 'IPAY2022/11/2681', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2965, '2022-11-23 18:54:24', 2659, NULL, NULL, 'IPAY2022/11/2682', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2966, '2022-11-23 18:58:04', 2660, NULL, NULL, 'IPAY2022/11/2683', NULL, 'cash', '', '', '', '', '', '', '30.4999', NULL, 7, NULL, 'received', '', '30.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2967, '2022-11-23 18:59:55', 2661, NULL, NULL, 'IPAY2022/11/2684', NULL, 'cash', '', '', '', '', '', '', '19.9999', NULL, 7, NULL, 'received', '', '19.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2968, '2022-11-23 19:04:11', 2662, NULL, NULL, 'IPAY2022/11/2685', NULL, 'cash', '', '', '', '', '', '', '104.0000', NULL, 7, NULL, 'received', '', '104.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2969, '2022-11-23 19:09:05', 2663, NULL, NULL, 'IPAY2022/11/2686', NULL, 'cash', '', '', '', '', '', '', '384.0000', NULL, 7, NULL, 'received', '', '384.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2970, '2022-11-23 19:15:34', 2664, NULL, NULL, 'IPAY2022/11/2687', NULL, 'cash', '', '', '', '', '', '', '122.0000', NULL, 7, NULL, 'received', '', '122.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2971, '2022-11-23 19:23:44', 2665, NULL, NULL, 'IPAY2022/11/2688', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2972, '2022-11-23 19:36:40', 2666, NULL, NULL, 'IPAY2022/11/2689', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2973, '2022-11-24 05:19:56', 2667, NULL, NULL, 'IPAY2022/11/2690', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2974, '2022-11-24 07:47:45', 2668, NULL, NULL, 'IPAY2022/11/2691', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2975, '2022-11-24 07:50:53', 2669, NULL, NULL, 'IPAY2022/11/2692', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2976, '2022-11-24 08:19:23', 2670, NULL, NULL, 'IPAY2022/11/2693', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2977, '2022-11-24 08:27:14', 2671, NULL, NULL, 'IPAY2022/11/2694', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2978, '2022-11-24 11:11:19', 2672, NULL, NULL, 'IPAY2022/11/2695', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2979, '2022-11-24 11:18:20', 2673, NULL, NULL, 'IPAY2022/11/2696', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2980, '2022-11-24 12:25:44', 2674, NULL, NULL, 'IPAY2022/11/2697', NULL, 'cash', '', '', '', '', '', '', '300.5000', NULL, 7, NULL, 'received', '', '300.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2981, '2022-11-24 14:12:19', 2675, NULL, NULL, 'IPAY2022/11/2698', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2982, '2022-11-24 14:46:07', 2676, NULL, NULL, 'IPAY2022/11/2699', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2983, '2022-11-24 14:50:27', 2677, NULL, NULL, 'IPAY2022/11/2700', NULL, 'cash', '', '', '', '', '', '', '112.0000', NULL, 7, NULL, 'received', '', '112.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2984, '2022-11-24 14:53:50', 2678, NULL, NULL, 'IPAY2022/11/2701', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2985, '2022-11-24 15:18:53', 2679, NULL, NULL, 'IPAY2022/11/2702', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2986, '2022-11-24 17:05:49', 2680, NULL, NULL, 'IPAY2022/11/2703', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2987, '2022-11-24 17:12:25', 2681, NULL, NULL, 'IPAY2022/11/2704', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2988, '2022-11-24 17:13:30', 2682, NULL, NULL, 'IPAY2022/11/2705', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2989, '2022-11-24 17:22:22', 2683, NULL, NULL, 'IPAY2022/11/2706', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2990, '2022-11-24 17:25:01', 2684, NULL, NULL, 'IPAY2022/11/2707', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2991, '2022-11-24 17:25:30', 2685, NULL, NULL, 'IPAY2022/11/2708', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2992, '2022-11-24 17:41:14', 2686, NULL, NULL, 'IPAY2022/11/2709', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2993, '2022-11-24 17:56:52', 2687, NULL, NULL, 'IPAY2022/11/2710', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2994, '2022-11-24 17:57:44', 2688, NULL, NULL, 'IPAY2022/11/2711', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2995, '2022-11-24 18:06:13', 2689, NULL, NULL, 'IPAY2022/11/2712', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2996, '2022-11-24 18:14:02', 2690, NULL, NULL, 'IPAY2022/11/2713', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2997, '2022-11-24 18:22:28', 2691, NULL, NULL, 'IPAY2022/11/2714', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2998, '2022-11-24 18:36:21', 2692, NULL, NULL, 'IPAY2022/11/2715', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (2999, '2022-11-24 19:37:33', 2693, NULL, NULL, 'IPAY2022/11/2716', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3000, '2022-11-24 19:45:22', 2694, NULL, NULL, 'IPAY2022/11/2717', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3001, '2022-11-24 20:15:17', 2695, NULL, NULL, 'IPAY2022/11/2718', NULL, 'cash', '', '', '', '', '', '', '62.5000', NULL, 7, NULL, 'received', '', '62.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3002, '2022-11-25 06:10:05', 2696, NULL, NULL, 'IPAY2022/11/2719', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3003, '2022-11-25 07:08:29', 2697, NULL, NULL, 'IPAY2022/11/2720', NULL, 'cash', '', '', '', '', '', '', '61.0000', NULL, 7, NULL, 'received', '', '61.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3004, '2022-11-25 07:30:24', 2698, NULL, NULL, 'IPAY2022/11/2721', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3005, '2022-11-25 07:57:37', 2699, NULL, NULL, 'IPAY2022/11/2722', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3006, '2022-11-25 08:15:51', 2700, NULL, NULL, 'IPAY2022/11/2723', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3007, '2022-11-25 08:16:22', 2701, NULL, NULL, 'IPAY2022/11/2724', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3008, '2022-11-25 08:17:25', 2702, NULL, NULL, 'IPAY2022/11/2725', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3009, '2022-11-25 08:18:52', 2703, NULL, NULL, 'IPAY2022/11/2726', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3010, '2022-11-25 09:05:19', 2704, NULL, NULL, 'IPAY2022/11/2727', NULL, 'cash', '', '', '', '', '', '', '468.0000', NULL, 7, NULL, 'received', '', '468.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3011, '2022-11-25 09:07:42', 2705, NULL, NULL, 'IPAY2022/11/2728', NULL, 'cash', '', '', '', '', '', '', '114.0000', NULL, 7, NULL, 'received', '', '114.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3012, '2022-11-25 09:10:11', 2706, NULL, NULL, 'IPAY2022/11/2729', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3013, '2022-11-25 09:18:38', 2707, NULL, NULL, 'IPAY2022/11/2730', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3014, '2022-11-25 09:58:43', 2708, NULL, NULL, 'IPAY2022/11/2731', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3015, '2022-11-25 14:39:54', 2709, NULL, NULL, 'IPAY2022/11/2732', NULL, 'cash', '', '', '', '', '', '', '233.5000', NULL, 7, NULL, 'received', '', '233.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3016, '2022-11-25 18:46:31', 2710, NULL, NULL, 'IPAY2022/11/2733', NULL, 'cash', '', '', '', '', '', '', '240.0000', NULL, 7, NULL, 'received', '', '240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3017, '2022-11-25 19:44:33', 2711, NULL, NULL, 'IPAY2022/11/2734', NULL, 'cash', '', '', '', '', '', '', '115.0000', NULL, 7, NULL, 'received', '', '115.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3018, '2022-11-25 19:50:25', 2712, NULL, NULL, 'IPAY2022/11/2735', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3019, '2022-11-26 06:23:13', 2713, NULL, NULL, 'IPAY2022/11/2736', NULL, 'cash', '', '', '', '', '', '', '65.5000', NULL, 7, NULL, 'received', '', '65.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3020, '2022-11-26 15:02:50', 2714, NULL, NULL, 'IPAY2022/11/2737', NULL, 'cash', '', '', '', '', '', '', '732.9999', NULL, 7, NULL, 'received', '', '732.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3021, '2022-11-26 19:59:09', 2715, NULL, NULL, 'IPAY2022/11/2738', NULL, 'cash', '', '', '', '', '', '', '323.5000', NULL, 7, NULL, 'received', '', '323.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3022, '2022-11-27 18:10:03', 2716, NULL, NULL, 'IPAY2022/11/2739', NULL, 'cash', '', '', '', '', '', '', '598.5000', NULL, 7, NULL, 'received', '', '598.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3023, '2022-11-28 05:49:37', 2717, NULL, NULL, 'IPAY2022/11/2740', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3024, '2022-11-28 05:51:59', 2718, NULL, NULL, 'IPAY2022/11/2741', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3025, '2022-11-28 05:54:31', 2719, NULL, NULL, 'IPAY2022/11/2742', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3026, '2022-11-28 05:55:46', 2720, NULL, NULL, 'IPAY2022/11/2743', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3027, '2022-11-28 05:58:10', 2721, NULL, NULL, 'IPAY2022/11/2744', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3028, '2022-11-28 05:59:46', 2722, NULL, NULL, 'IPAY2022/11/2745', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3029, '2022-11-28 06:04:38', 2723, NULL, NULL, 'IPAY2022/11/2746', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3030, '2022-11-28 06:06:13', 2724, NULL, NULL, 'IPAY2022/11/2747', NULL, 'cash', '', '', '', '', '', '', '77.0000', NULL, 7, NULL, 'received', '', '77.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3031, '2022-11-28 08:05:47', 2725, NULL, NULL, 'IPAY2022/11/2748', NULL, 'cash', '', '', '', '', '', '', '81.5000', NULL, 7, NULL, 'received', '', '81.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3032, '2022-11-28 08:23:10', 2726, NULL, NULL, 'IPAY2022/11/2749', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3033, '2022-11-28 08:24:59', 2727, NULL, NULL, 'IPAY2022/11/2750', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3034, '2022-11-28 08:25:43', 2728, NULL, NULL, 'IPAY2022/11/2751', NULL, 'cash', '', '', '', '', '', '', '180.0000', NULL, 7, NULL, 'received', '', '180.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3035, '2022-11-28 08:27:55', 2729, NULL, NULL, 'IPAY2022/11/2752', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3036, '2022-11-28 08:52:29', 2730, NULL, NULL, 'IPAY2022/11/2753', NULL, 'cash', '', '', '', '', '', '', '152.0000', NULL, 7, NULL, 'received', '', '152.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3037, '2022-11-28 10:03:24', 2731, NULL, NULL, 'IPAY2022/11/2754', NULL, 'cash', '', '', '', '', '', '', '93.0000', NULL, 7, NULL, 'received', '', '93.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3038, '2022-11-28 10:16:31', 2732, NULL, NULL, 'IPAY2022/11/2755', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3039, '2022-11-28 10:19:46', 2733, NULL, NULL, 'IPAY2022/11/2756', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3040, '2022-11-28 11:11:56', 2734, NULL, NULL, 'IPAY2022/11/2757', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3041, '2022-11-28 11:27:22', 2735, NULL, NULL, 'IPAY2022/11/2758', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3042, '2022-11-28 11:32:24', 2736, NULL, NULL, 'IPAY2022/11/2759', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3043, '2022-11-28 12:05:17', 2737, NULL, NULL, 'IPAY2022/11/2760', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3044, '2022-11-28 13:08:04', 2738, NULL, NULL, 'IPAY2022/11/2761', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3045, '2022-11-28 13:14:44', 2739, NULL, NULL, 'IPAY2022/11/2762', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3046, '2022-11-28 13:35:06', 2740, NULL, NULL, 'IPAY2022/11/2763', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3047, '2022-11-28 14:02:38', 2741, NULL, NULL, 'IPAY2022/11/2764', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3048, '2022-11-28 14:37:41', 2742, NULL, NULL, 'IPAY2022/11/2765', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3049, '2022-11-28 15:11:51', 2743, NULL, NULL, 'IPAY2022/11/2766', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3050, '2022-11-28 15:13:20', 2744, NULL, NULL, 'IPAY2022/11/2767', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3051, '2022-11-28 15:34:10', 2745, NULL, NULL, 'IPAY2022/11/2768', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3052, '2022-11-28 15:58:18', 2746, NULL, NULL, 'IPAY2022/11/2769', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3053, '2022-11-28 16:01:22', 2747, NULL, NULL, 'IPAY2022/11/2770', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3054, '2022-11-28 16:14:27', 2748, NULL, NULL, 'IPAY2022/11/2771', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3055, '2022-11-28 16:49:24', 2749, NULL, NULL, 'IPAY2022/11/2772', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3056, '2022-11-28 17:38:07', 2750, NULL, NULL, 'IPAY2022/11/2773', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3057, '2022-11-28 18:43:30', 2751, NULL, NULL, 'IPAY2022/11/2774', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3058, '2022-11-28 18:59:58', 2752, NULL, NULL, 'IPAY2022/11/2775', NULL, 'cash', '', '', '', '', '', '', '17.9998', NULL, 7, NULL, 'received', '', '17.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3059, '2022-11-28 19:07:35', 2753, NULL, NULL, 'IPAY2022/11/2776', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3060, '2022-11-29 06:36:36', 2754, NULL, NULL, 'IPAY2022/11/2777', NULL, 'cash', '', '', '', '', '', '', '71.0000', NULL, 7, NULL, 'received', '', '71.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3061, '2022-11-29 06:56:38', 2755, NULL, NULL, 'IPAY2022/11/2778', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3062, '2022-11-29 06:59:16', 2756, NULL, NULL, 'IPAY2022/11/2779', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3063, '2022-11-29 07:02:26', 2757, NULL, NULL, 'IPAY2022/11/2780', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3064, '2022-11-29 07:03:34', 2758, NULL, NULL, 'IPAY2022/11/2781', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3065, '2022-11-29 07:13:02', 2759, NULL, NULL, 'IPAY2022/11/2782', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3066, '2022-11-29 07:32:09', 2760, NULL, NULL, 'IPAY2022/11/2783', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3067, '2022-11-29 07:36:24', 2761, NULL, NULL, 'IPAY2022/11/2784', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3068, '2022-11-29 08:01:39', 2762, NULL, NULL, 'IPAY2022/11/2785', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3069, '2022-11-29 08:46:38', 2763, NULL, NULL, 'IPAY2022/11/2786', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3070, '2022-11-29 09:15:05', 2764, NULL, NULL, 'IPAY2022/11/2787', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3071, '2022-11-29 09:15:00', NULL, NULL, 352, 'POP2022/11/0309', NULL, 'cash', '', '', '', '', '', 'Visa', '159.9999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3072, '2022-11-29 09:16:00', NULL, NULL, 353, 'POP2022/11/0310', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3073, '2022-11-29 09:17:00', NULL, NULL, 354, 'POP2022/11/0311', NULL, 'cash', '', '', '', '', '', 'Visa', '410.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3074, '2022-11-29 09:23:00', NULL, NULL, 355, 'POP2022/11/0312', NULL, 'cash', '', '', '', '', '', 'Visa', '423.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3075, '2022-11-29 09:27:00', NULL, NULL, 356, 'POP2022/11/0313', NULL, 'cash', '', '', '', '', '', 'Visa', '100.1538', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3076, '2022-11-29 09:29:00', NULL, NULL, 357, 'POP2022/11/0314', NULL, 'cash', '', '', '', '', '', 'Visa', '792.2399', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3077, '2022-11-29 09:30:00', NULL, NULL, 358, 'POP2022/11/0315', NULL, 'cash', '', '', '', '', '', 'Visa', '240.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3078, '2022-11-29 09:32:00', NULL, NULL, 359, 'POP2022/11/0316', NULL, 'cash', '', '', '', '', '', 'Visa', '612.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3079, '2022-11-29 09:42:00', NULL, NULL, 360, 'POP2022/11/0317', NULL, 'cash', '', '', '', '', '', 'Visa', '190.2696', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3080, '2022-11-29 09:47:04', 2765, NULL, NULL, 'IPAY2022/11/2788', NULL, 'cash', '', '', '', '', '', '', '286.0000', NULL, 7, NULL, 'received', '', '286.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3081, '2022-11-29 10:11:26', 2766, NULL, NULL, 'IPAY2022/11/2789', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3082, '2022-11-29 10:28:02', 2767, NULL, NULL, 'IPAY2022/11/2790', NULL, 'cash', '', '', '', '', '', '', '61.0000', NULL, 7, NULL, 'received', '', '61.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3083, '2022-11-29 10:35:08', 2768, NULL, NULL, 'IPAY2022/11/2791', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3084, '2022-11-29 10:37:52', 2769, NULL, NULL, 'IPAY2022/11/2792', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3085, '2022-11-29 10:49:56', 2770, NULL, NULL, 'IPAY2022/11/2793', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3086, '2022-11-29 11:09:34', 2771, NULL, NULL, 'IPAY2022/11/2794', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3087, '2022-11-29 11:32:34', 2772, NULL, NULL, 'IPAY2022/11/2795', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3088, '2022-11-29 11:50:51', 2773, NULL, NULL, 'IPAY2022/11/2796', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3089, '2022-11-29 13:21:42', 2774, NULL, NULL, 'IPAY2022/11/2797', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3090, '2022-11-29 13:26:24', 2775, NULL, NULL, 'IPAY2022/11/2798', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3091, '2022-11-29 13:56:44', 2776, NULL, NULL, 'IPAY2022/11/2799', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3092, '2022-11-29 14:07:21', 2777, NULL, NULL, 'IPAY2022/11/2800', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3093, '2022-11-29 15:56:41', 2778, NULL, NULL, 'IPAY2022/11/2801', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3094, '2022-11-29 16:00:38', 2779, NULL, NULL, 'IPAY2022/11/2802', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3095, '2022-11-29 16:04:31', 2780, NULL, NULL, 'IPAY2022/11/2803', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3096, '2022-11-29 16:25:04', 2781, NULL, NULL, 'IPAY2022/11/2804', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3097, '2022-11-29 16:44:15', 2782, NULL, NULL, 'IPAY2022/11/2805', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3098, '2022-11-29 16:51:23', 2783, NULL, NULL, 'IPAY2022/11/2806', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3099, '2022-11-29 16:58:48', 2784, NULL, NULL, 'IPAY2022/11/2807', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3100, '2022-11-29 17:26:04', 2785, NULL, NULL, 'IPAY2022/11/2808', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3101, '2022-11-29 17:28:05', 2786, NULL, NULL, 'IPAY2022/11/2809', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3102, '2022-11-29 17:50:57', 2787, NULL, NULL, 'IPAY2022/11/2810', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3103, '2022-11-29 17:53:29', 2788, NULL, NULL, 'IPAY2022/11/2811', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3104, '2022-11-29 18:01:47', 2789, NULL, NULL, 'IPAY2022/11/2812', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3105, '2022-11-29 19:06:00', 2790, NULL, NULL, 'IPAY2022/11/2813', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3106, '2022-11-29 19:11:35', 2791, NULL, NULL, 'IPAY2022/11/2814', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3107, '2022-11-30 05:21:56', 2792, NULL, NULL, 'IPAY2022/11/2815', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3108, '2022-11-30 06:00:15', 2793, NULL, NULL, 'IPAY2022/11/2816', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3109, '2022-11-30 06:37:42', 2794, NULL, NULL, 'IPAY2022/11/2817', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3110, '2022-11-30 06:39:31', 2795, NULL, NULL, 'IPAY2022/11/2818', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3111, '2022-11-30 06:40:52', 2796, NULL, NULL, 'IPAY2022/11/2819', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3112, '2022-11-30 06:41:53', 2797, NULL, NULL, 'IPAY2022/11/2820', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3113, '2022-11-30 06:43:13', 2798, NULL, NULL, 'IPAY2022/11/2821', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3114, '2022-11-30 06:46:04', 2799, NULL, NULL, 'IPAY2022/11/2822', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3115, '2022-11-30 06:51:23', 2800, NULL, NULL, 'IPAY2022/11/2823', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3116, '2022-11-30 06:52:29', 2801, NULL, NULL, 'IPAY2022/11/2824', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3117, '2022-11-30 06:54:22', 2802, NULL, NULL, 'IPAY2022/11/2825', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3118, '2022-11-30 07:00:01', 2803, NULL, NULL, 'IPAY2022/11/2826', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3119, '2022-11-30 07:17:02', 2804, NULL, NULL, 'IPAY2022/11/2827', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3120, '2022-11-30 07:31:38', 2805, NULL, NULL, 'IPAY2022/11/2828', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3121, '2022-11-30 08:00:35', 2806, NULL, NULL, 'IPAY2022/11/2829', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3122, '2022-11-30 08:09:30', 2807, NULL, NULL, 'IPAY2022/11/2830', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3123, '2022-11-30 08:43:40', 2808, NULL, NULL, 'IPAY2022/11/2831', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3124, '2022-11-30 08:53:19', 2809, NULL, NULL, 'IPAY2022/11/2832', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3125, '2022-11-30 09:12:26', 2810, NULL, NULL, 'IPAY2022/11/2833', NULL, 'cash', '', '', '', '', '', '', '95.0000', NULL, 7, NULL, 'received', '', '95.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3126, '2022-11-30 09:26:45', 2811, NULL, NULL, 'IPAY2022/11/2834', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3127, '2022-11-30 10:05:36', 2812, NULL, NULL, 'IPAY2022/11/2835', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3128, '2022-11-30 11:20:31', 2813, NULL, NULL, 'IPAY2022/11/2836', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3129, '2022-11-30 12:03:19', 2814, NULL, NULL, 'IPAY2022/11/2837', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3130, '2022-11-30 12:29:56', 2815, NULL, NULL, 'IPAY2022/11/2838', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3131, '2022-11-30 12:34:01', 2816, NULL, NULL, 'IPAY2022/11/2839', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3132, '2022-11-30 12:58:39', 2817, NULL, NULL, 'IPAY2022/11/2840', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3133, '2022-11-30 13:05:51', 2818, NULL, NULL, 'IPAY2022/11/2841', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3134, '2022-11-30 13:18:33', 2819, NULL, NULL, 'IPAY2022/11/2842', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3135, '2022-11-30 13:22:18', 2820, NULL, NULL, 'IPAY2022/11/2843', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3136, '2022-11-30 13:58:20', 2821, NULL, NULL, 'IPAY2022/11/2844', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3137, '2022-11-30 14:24:00', 2822, NULL, NULL, 'IPAY2022/11/2845', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3138, '2022-11-30 14:39:15', 2823, NULL, NULL, 'IPAY2022/11/2846', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3139, '2022-11-30 15:02:40', 2824, NULL, NULL, 'IPAY2022/11/2847', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3140, '2022-11-30 15:20:17', 2825, NULL, NULL, 'IPAY2022/11/2848', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3141, '2022-11-30 15:20:50', 2826, NULL, NULL, 'IPAY2022/11/2849', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3142, '2022-11-30 15:57:09', 2827, NULL, NULL, 'IPAY2022/11/2850', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3143, '2022-11-30 16:04:14', 2828, NULL, NULL, 'IPAY2022/11/2851', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3144, '2022-11-30 16:06:20', 2829, NULL, NULL, 'IPAY2022/11/2852', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3145, '2022-11-30 16:11:43', 2830, NULL, NULL, 'IPAY2022/11/2853', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3146, '2022-11-30 16:12:25', 2831, NULL, NULL, 'IPAY2022/11/2854', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3147, '2022-11-30 16:20:59', 2832, NULL, NULL, 'IPAY2022/11/2855', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3148, '2022-11-30 16:31:16', 2833, NULL, NULL, 'IPAY2022/11/2856', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3149, '2022-11-30 16:33:03', 2834, NULL, NULL, 'IPAY2022/11/2857', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3150, '2022-11-30 16:34:01', 2835, NULL, NULL, 'IPAY2022/11/2858', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3151, '2022-11-30 16:45:12', 2836, NULL, NULL, 'IPAY2022/11/2859', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3152, '2022-11-30 17:01:40', 2837, NULL, NULL, 'IPAY2022/11/2860', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3153, '2022-11-30 17:31:45', 2838, NULL, NULL, 'IPAY2022/11/2861', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3154, '2022-11-30 17:35:10', 2839, NULL, NULL, 'IPAY2022/11/2862', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3155, '2022-11-30 17:36:12', 2840, NULL, NULL, 'IPAY2022/11/2863', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3156, '2022-11-30 17:36:50', 2841, NULL, NULL, 'IPAY2022/11/2864', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3157, '2022-11-30 17:40:07', 2842, NULL, NULL, 'IPAY2022/11/2865', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3158, '2022-11-30 17:41:01', 2843, NULL, NULL, 'IPAY2022/11/2866', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3159, '2022-11-30 17:52:18', 2844, NULL, NULL, 'IPAY2022/11/2867', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3160, '2022-11-30 17:52:47', 2845, NULL, NULL, 'IPAY2022/11/2868', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3161, '2022-11-30 17:54:13', 2846, NULL, NULL, 'IPAY2022/11/2869', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3162, '2022-11-30 18:02:43', 2847, NULL, NULL, 'IPAY2022/11/2870', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3163, '2022-11-30 18:03:11', 2848, NULL, NULL, 'IPAY2022/11/2871', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3164, '2022-11-30 18:23:53', 2849, NULL, NULL, 'IPAY2022/11/2872', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3165, '2022-11-30 18:38:39', 2850, NULL, NULL, 'IPAY2022/11/2873', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3166, '2022-11-30 18:42:12', 2851, NULL, NULL, 'IPAY2022/11/2874', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3167, '2022-11-30 18:50:28', 2852, NULL, NULL, 'IPAY2022/11/2875', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3168, '2022-11-30 18:55:52', 2853, NULL, NULL, 'IPAY2022/11/2876', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3169, '2022-11-30 19:11:54', 2854, NULL, NULL, 'IPAY2022/11/2877', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3170, '2022-11-30 19:23:37', 2855, NULL, NULL, 'IPAY2022/11/2878', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3171, '2022-12-01 05:24:03', 2856, NULL, NULL, 'IPAY2022/12/2879', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3172, '2022-12-01 06:18:20', 2857, NULL, NULL, 'IPAY2022/12/2880', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3173, '2022-12-01 06:34:04', 2858, NULL, NULL, 'IPAY2022/12/2881', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3174, '2022-12-01 06:36:46', 2859, NULL, NULL, 'IPAY2022/12/2882', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3175, '2022-12-01 07:08:31', 2860, NULL, NULL, 'IPAY2022/12/2883', NULL, 'cash', '', '', '', '', '', '', '140.5000', NULL, 7, NULL, 'received', '', '140.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3176, '2022-12-01 07:22:21', 2861, NULL, NULL, 'IPAY2022/12/2884', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3177, '2022-12-01 07:52:55', 2862, NULL, NULL, 'IPAY2022/12/2885', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3178, '2022-12-01 07:57:46', 2863, NULL, NULL, 'IPAY2022/12/2886', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3179, '2022-12-01 08:01:05', 2864, NULL, NULL, 'IPAY2022/12/2887', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3180, '2022-12-01 08:01:24', 2865, NULL, NULL, 'IPAY2022/12/2888', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3181, '2022-12-01 08:02:29', 2866, NULL, NULL, 'IPAY2022/12/2889', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3182, '2022-12-01 08:04:02', 2867, NULL, NULL, 'IPAY2022/12/2890', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3183, '2022-12-01 08:04:32', 2868, NULL, NULL, 'IPAY2022/12/2891', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3184, '2022-12-01 08:07:01', 2869, NULL, NULL, 'IPAY2022/12/2892', NULL, 'cash', '', '', '', '', '', '', '55.5000', NULL, 7, NULL, 'received', '', '55.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3185, '2022-12-01 08:29:29', 2870, NULL, NULL, 'IPAY2022/12/2893', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3186, '2022-12-01 08:31:05', 2871, NULL, NULL, 'IPAY2022/12/2894', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3187, '2022-12-01 09:17:00', NULL, NULL, 361, 'POP2022/12/0318', NULL, 'cash', '', '', '', '', '', 'Visa', '174.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3188, '2022-12-01 09:18:49', 2872, NULL, NULL, 'IPAY2022/12/2895', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3189, '2022-12-01 09:52:56', 2873, NULL, NULL, 'IPAY2022/12/2896', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3190, '2022-12-01 10:07:56', 2874, NULL, NULL, 'IPAY2022/12/2897', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3191, '2022-12-01 10:24:30', 2875, NULL, NULL, 'IPAY2022/12/2898', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3192, '2022-12-01 10:28:47', 2876, NULL, NULL, 'IPAY2022/12/2899', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3193, '2022-12-01 10:56:40', 2877, NULL, NULL, 'IPAY2022/12/2900', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3194, '2022-12-01 10:59:01', 2878, NULL, NULL, 'IPAY2022/12/2901', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3195, '2022-12-01 11:49:04', 2879, NULL, NULL, 'IPAY2022/12/2902', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3196, '2022-12-01 11:53:36', 2880, NULL, NULL, 'IPAY2022/12/2903', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3197, '2022-12-01 12:16:36', 2881, NULL, NULL, 'IPAY2022/12/2904', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3198, '2022-12-01 12:27:08', 2882, NULL, NULL, 'IPAY2022/12/2905', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3199, '2022-12-01 13:05:50', 2883, NULL, NULL, 'IPAY2022/12/2906', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3200, '2022-12-01 13:12:34', 2884, NULL, NULL, 'IPAY2022/12/2907', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3201, '2022-12-01 13:39:10', 2885, NULL, NULL, 'IPAY2022/12/2908', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3202, '2022-12-01 14:12:52', 2886, NULL, NULL, 'IPAY2022/12/2909', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3203, '2022-12-01 14:39:24', 2887, NULL, NULL, 'IPAY2022/12/2910', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3204, '2022-12-01 14:43:15', 2888, NULL, NULL, 'IPAY2022/12/2911', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3205, '2022-12-01 14:52:22', 2889, NULL, NULL, 'IPAY2022/12/2912', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3206, '2022-12-01 15:04:01', 2890, NULL, NULL, 'IPAY2022/12/2913', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3207, '2022-12-01 15:21:39', 2891, NULL, NULL, 'IPAY2022/12/2914', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3208, '2022-12-01 15:31:08', 2892, NULL, NULL, 'IPAY2022/12/2915', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3209, '2022-12-01 15:39:08', 2893, NULL, NULL, 'IPAY2022/12/2916', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3210, '2022-12-01 15:40:00', 2894, NULL, NULL, 'IPAY2022/12/2917', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3211, '2022-12-01 15:43:16', 2895, NULL, NULL, 'IPAY2022/12/2918', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3212, '2022-12-01 16:10:26', 2896, NULL, NULL, 'IPAY2022/12/2919', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3213, '2022-12-01 16:43:35', 2897, NULL, NULL, 'IPAY2022/12/2920', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3214, '2022-12-01 16:52:26', 2898, NULL, NULL, 'IPAY2022/12/2921', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3215, '2022-12-01 17:15:47', 2899, NULL, NULL, 'IPAY2022/12/2922', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3216, '2022-12-01 17:30:14', 2900, NULL, NULL, 'IPAY2022/12/2923', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3217, '2022-12-01 17:39:58', 2901, NULL, NULL, 'IPAY2022/12/2924', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3218, '2022-12-01 17:40:53', 2902, NULL, NULL, 'IPAY2022/12/2925', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3219, '2022-12-01 17:42:53', 2903, NULL, NULL, 'IPAY2022/12/2926', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3220, '2022-12-01 17:50:09', 2904, NULL, NULL, 'IPAY2022/12/2927', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3221, '2022-12-01 17:51:49', 2905, NULL, NULL, 'IPAY2022/12/2928', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3222, '2022-12-01 19:03:25', 2906, NULL, NULL, 'IPAY2022/12/2929', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3223, '2022-12-01 19:24:23', 2907, NULL, NULL, 'IPAY2022/12/2930', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3224, '2022-12-01 19:43:48', 2908, NULL, NULL, 'IPAY2022/12/2931', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3225, '2022-12-01 19:48:18', 2909, NULL, NULL, 'IPAY2022/12/2932', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3226, '2022-12-02 05:38:56', 2910, NULL, NULL, 'IPAY2022/12/2933', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3227, '2022-12-02 05:56:25', 2911, NULL, NULL, 'IPAY2022/12/2934', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3228, '2022-12-02 06:09:39', 2912, NULL, NULL, 'IPAY2022/12/2935', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3229, '2022-12-02 06:18:00', 2913, NULL, NULL, 'IPAY2022/12/2936', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3230, '2022-12-02 06:21:18', 2914, NULL, NULL, 'IPAY2022/12/2937', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3231, '2022-12-02 06:40:51', 2915, NULL, NULL, 'IPAY2022/12/2938', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3232, '2022-12-02 07:23:27', 2916, NULL, NULL, 'IPAY2022/12/2939', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3233, '2022-12-02 08:06:05', 2917, NULL, NULL, 'IPAY2022/12/2940', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3234, '2022-12-02 08:09:29', 2918, NULL, NULL, 'IPAY2022/12/2941', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3235, '2022-12-02 08:12:58', 2919, NULL, NULL, 'IPAY2022/12/2942', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3236, '2022-12-02 08:13:39', 2920, NULL, NULL, 'IPAY2022/12/2943', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3237, '2022-12-02 08:14:16', 2921, NULL, NULL, 'IPAY2022/12/2944', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3238, '2022-12-02 08:15:41', 2922, NULL, NULL, 'IPAY2022/12/2945', NULL, 'cash', '', '', '', '', '', '', '17.9997', NULL, 7, NULL, 'received', '', '17.9997', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3239, '2022-12-02 08:44:15', 2923, NULL, NULL, 'IPAY2022/12/2946', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3240, '2022-12-02 08:58:32', 2924, NULL, NULL, 'IPAY2022/12/2947', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3241, '2022-12-02 09:54:46', 2925, NULL, NULL, 'IPAY2022/12/2948', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3242, '2022-12-02 10:03:54', 2926, NULL, NULL, 'IPAY2022/12/2949', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3243, '2022-12-02 10:13:26', 2927, NULL, NULL, 'IPAY2022/12/2950', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3244, '2022-12-02 10:16:07', 2928, NULL, NULL, 'IPAY2022/12/2951', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3245, '2022-12-02 10:47:56', 2929, NULL, NULL, 'IPAY2022/12/2952', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3246, '2022-12-02 10:56:02', 2930, NULL, NULL, 'IPAY2022/12/2953', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3247, '2022-12-02 11:09:20', 2931, NULL, NULL, 'IPAY2022/12/2954', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3248, '2022-12-02 11:24:37', 2932, NULL, NULL, 'IPAY2022/12/2955', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3249, '2022-12-02 11:28:41', 2933, NULL, NULL, 'IPAY2022/12/2956', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3250, '2022-12-02 11:42:30', 2934, NULL, NULL, 'IPAY2022/12/2957', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3251, '2022-12-02 11:47:43', 2935, NULL, NULL, 'IPAY2022/12/2958', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3252, '2022-12-02 11:52:28', 2936, NULL, NULL, 'IPAY2022/12/2959', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3253, '2022-12-02 11:58:58', 2937, NULL, NULL, 'IPAY2022/12/2960', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3254, '2022-12-02 12:02:05', 2938, NULL, NULL, 'IPAY2022/12/2961', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3255, '2022-12-02 12:59:38', 2939, NULL, NULL, 'IPAY2022/12/2962', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3256, '2022-12-02 13:10:57', 2940, NULL, NULL, 'IPAY2022/12/2963', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3257, '2022-12-02 13:14:27', 2941, NULL, NULL, 'IPAY2022/12/2964', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3258, '2022-12-02 13:16:00', 2942, NULL, NULL, 'IPAY2022/12/2965', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3259, '2022-12-02 13:16:46', 2943, NULL, NULL, 'IPAY2022/12/2966', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3260, '2022-12-02 13:18:58', 2944, NULL, NULL, 'IPAY2022/12/2967', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3261, '2022-12-02 13:37:33', 2945, NULL, NULL, 'IPAY2022/12/2968', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3262, '2022-12-02 14:20:48', 2946, NULL, NULL, 'IPAY2022/12/2969', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3263, '2022-12-02 14:44:07', 2947, NULL, NULL, 'IPAY2022/12/2970', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3264, '2022-12-02 14:49:47', 2948, NULL, NULL, 'IPAY2022/12/2971', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3265, '2022-12-02 14:54:42', 2949, NULL, NULL, 'IPAY2022/12/2972', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3266, '2022-12-02 15:27:00', NULL, NULL, 362, 'POP2022/12/0319', NULL, 'cash', '', '', '', '', '', 'Visa', '297.2800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3267, '2022-12-02 15:34:39', 2950, NULL, NULL, 'IPAY2022/12/2973', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3268, '2022-12-02 15:41:00', NULL, NULL, 363, 'POP2022/12/0320', NULL, 'cash', '', '', '', '', '', 'Visa', '605.9999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3269, '2022-12-02 15:53:00', NULL, NULL, 364, 'POP2022/12/0321', NULL, 'cash', '', '', '', '', '', 'Visa', '2004.2797', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3270, '2022-12-02 16:21:13', 2951, NULL, NULL, 'IPAY2022/12/2974', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3271, '2022-12-02 16:24:00', NULL, NULL, 366, 'POP2022/12/0322', NULL, 'cash', '', '', '', '', '', 'Visa', '186.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3272, '2022-12-02 16:45:18', 2952, NULL, NULL, 'IPAY2022/12/2975', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3273, '2022-12-02 16:53:15', 2953, NULL, NULL, 'IPAY2022/12/2976', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3274, '2022-12-02 16:59:14', 2954, NULL, NULL, 'IPAY2022/12/2977', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3275, '2022-12-02 17:00:44', 2955, NULL, NULL, 'IPAY2022/12/2978', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3276, '2022-12-02 17:04:09', 2956, NULL, NULL, 'IPAY2022/12/2979', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3277, '2022-12-02 17:38:54', 2957, NULL, NULL, 'IPAY2022/12/2980', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3278, '2022-12-02 18:04:23', 2958, NULL, NULL, 'IPAY2022/12/2981', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3279, '2022-12-02 18:35:23', 2959, NULL, NULL, 'IPAY2022/12/2982', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3280, '2022-12-02 19:17:18', 2960, NULL, NULL, 'IPAY2022/12/2983', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3281, '2022-12-02 19:20:29', 2961, NULL, NULL, 'IPAY2022/12/2984', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3282, '2022-12-02 19:31:27', 2962, NULL, NULL, 'IPAY2022/12/2985', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3283, '2022-12-02 19:35:48', 2963, NULL, NULL, 'IPAY2022/12/2986', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3284, '2022-12-03 06:34:24', 2964, NULL, NULL, 'IPAY2022/12/2987', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3285, '2022-12-03 08:18:01', 2965, NULL, NULL, 'IPAY2022/12/2988', NULL, 'cash', '', '', '', '', '', '', '43.9998', NULL, 7, NULL, 'received', '', '43.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3286, '2022-12-03 08:30:41', 2966, NULL, NULL, 'IPAY2022/12/2989', NULL, 'cash', '', '', '', '', '', '', '868.0000', NULL, 7, NULL, 'received', '', '868.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3287, '2022-12-03 09:24:32', 2967, NULL, NULL, 'IPAY2022/12/2990', NULL, 'cash', '', '', '', '', '', '', '167.5000', NULL, 7, NULL, 'received', '', '167.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3288, '2022-12-03 09:35:21', 2968, NULL, NULL, 'IPAY2022/12/2991', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3289, '2022-12-03 10:11:11', 2969, NULL, NULL, 'IPAY2022/12/2992', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3290, '2022-12-03 10:24:57', 2970, NULL, NULL, 'IPAY2022/12/2993', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3291, '2022-12-03 10:28:00', 2971, NULL, NULL, 'IPAY2022/12/2994', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3292, '2022-12-03 10:30:16', 2972, NULL, NULL, 'IPAY2022/12/2995', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3293, '2022-12-03 10:31:41', 2973, NULL, NULL, 'IPAY2022/12/2996', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3294, '2022-12-03 10:34:07', 2974, NULL, NULL, 'IPAY2022/12/2997', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3295, '2022-12-03 10:46:53', 2975, NULL, NULL, 'IPAY2022/12/2998', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3296, '2022-12-03 11:08:24', 2976, NULL, NULL, 'IPAY2022/12/2999', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3297, '2022-12-03 12:10:38', 2977, NULL, NULL, 'IPAY2022/12/3000', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3298, '2022-12-03 12:12:42', 2978, NULL, NULL, 'IPAY2022/12/3001', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3299, '2022-12-03 12:39:13', 2979, NULL, NULL, 'IPAY2022/12/3002', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3300, '2022-12-03 12:59:02', 2980, NULL, NULL, 'IPAY2022/12/3003', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3301, '2022-12-03 13:01:42', 2981, NULL, NULL, 'IPAY2022/12/3004', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3302, '2022-12-03 13:11:07', 2982, NULL, NULL, 'IPAY2022/12/3005', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3303, '2022-12-03 13:14:53', 2983, NULL, NULL, 'IPAY2022/12/3006', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3304, '2022-12-03 13:21:45', 2984, NULL, NULL, 'IPAY2022/12/3007', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3305, '2022-12-03 13:43:31', 2985, NULL, NULL, 'IPAY2022/12/3008', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3306, '2022-12-03 14:14:18', 2986, NULL, NULL, 'IPAY2022/12/3009', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3307, '2022-12-03 15:44:34', 2987, NULL, NULL, 'IPAY2022/12/3010', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3308, '2022-12-03 15:57:21', 2988, NULL, NULL, 'IPAY2022/12/3011', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3309, '2022-12-03 16:24:31', 2989, NULL, NULL, 'IPAY2022/12/3012', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3310, '2022-12-03 16:37:03', 2990, NULL, NULL, 'IPAY2022/12/3013', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3311, '2022-12-03 16:40:54', 2991, NULL, NULL, 'IPAY2022/12/3014', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3312, '2022-12-03 16:48:31', 2992, NULL, NULL, 'IPAY2022/12/3015', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3313, '2022-12-03 16:58:44', 2993, NULL, NULL, 'IPAY2022/12/3016', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3314, '2022-12-03 17:15:09', 2994, NULL, NULL, 'IPAY2022/12/3017', NULL, 'cash', '', '', '', '', '', '', '140.0000', NULL, 7, NULL, 'received', '', '140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3315, '2022-12-03 17:25:34', 2995, NULL, NULL, 'IPAY2022/12/3018', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3316, '2022-12-04 06:50:39', 2996, NULL, NULL, 'IPAY2022/12/3019', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3317, '2022-12-04 07:14:15', 2997, NULL, NULL, 'IPAY2022/12/3020', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3318, '2022-12-04 08:37:10', 2998, NULL, NULL, 'IPAY2022/12/3021', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3319, '2022-12-04 08:43:24', 2999, NULL, NULL, 'IPAY2022/12/3022', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3320, '2022-12-04 09:13:50', 3000, NULL, NULL, 'IPAY2022/12/3023', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3321, '2022-12-04 09:29:53', 3001, NULL, NULL, 'IPAY2022/12/3024', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3322, '2022-12-04 09:40:33', 3002, NULL, NULL, 'IPAY2022/12/3025', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3323, '2022-12-04 09:52:02', 3003, NULL, NULL, 'IPAY2022/12/3026', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3324, '2022-12-04 10:05:06', 3004, NULL, NULL, 'IPAY2022/12/3027', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3325, '2022-12-04 10:21:18', 3005, NULL, NULL, 'IPAY2022/12/3028', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3326, '2022-12-04 10:26:15', 3006, NULL, NULL, 'IPAY2022/12/3029', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3327, '2022-12-04 10:51:22', 3007, NULL, NULL, 'IPAY2022/12/3030', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3328, '2022-12-04 11:06:18', 3008, NULL, NULL, 'IPAY2022/12/3031', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3329, '2022-12-04 11:10:55', 3009, NULL, NULL, 'IPAY2022/12/3032', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3330, '2022-12-04 11:18:45', 3010, NULL, NULL, 'IPAY2022/12/3033', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3331, '2022-12-04 11:42:36', 3011, NULL, NULL, 'IPAY2022/12/3034', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3332, '2022-12-04 11:44:07', 3012, NULL, NULL, 'IPAY2022/12/3035', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3333, '2022-12-04 11:45:35', 3013, NULL, NULL, 'IPAY2022/12/3036', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3334, '2022-12-04 11:46:56', 3014, NULL, NULL, 'IPAY2022/12/3037', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3335, '2022-12-04 12:27:14', 3015, NULL, NULL, 'IPAY2022/12/3038', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3336, '2022-12-04 13:01:45', 3016, NULL, NULL, 'IPAY2022/12/3039', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3337, '2022-12-04 13:11:23', 3017, NULL, NULL, 'IPAY2022/12/3040', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3338, '2022-12-04 14:38:59', 3018, NULL, NULL, 'IPAY2022/12/3041', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3339, '2022-12-04 15:44:56', 3019, NULL, NULL, 'IPAY2022/12/3042', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3340, '2022-12-04 15:47:49', 3020, NULL, NULL, 'IPAY2022/12/3043', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3341, '2022-12-04 16:08:16', 3021, NULL, NULL, 'IPAY2022/12/3044', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3342, '2022-12-04 16:14:28', 3022, NULL, NULL, 'IPAY2022/12/3045', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3343, '2022-12-04 16:30:47', 3023, NULL, NULL, 'IPAY2022/12/3046', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3344, '2022-12-04 16:46:55', 3024, NULL, NULL, 'IPAY2022/12/3047', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3345, '2022-12-04 18:08:18', 3025, NULL, NULL, 'IPAY2022/12/3048', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3346, '2022-12-04 18:42:19', 3026, NULL, NULL, 'IPAY2022/12/3049', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3347, '2022-12-04 18:44:25', 3027, NULL, NULL, 'IPAY2022/12/3050', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3348, '2022-12-04 18:46:22', 3028, NULL, NULL, 'IPAY2022/12/3051', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3349, '2022-12-04 18:53:46', 3029, NULL, NULL, 'IPAY2022/12/3052', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3350, '2022-12-04 19:07:22', 3030, NULL, NULL, 'IPAY2022/12/3053', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3351, '2022-12-04 19:29:00', 3031, NULL, NULL, 'IPAY2022/12/3054', NULL, 'cash', '', '', '', '', '', '', '42.9999', NULL, 7, NULL, 'received', '', '42.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3352, '2022-12-04 19:55:37', 3032, NULL, NULL, 'IPAY2022/12/3055', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3353, '2022-12-05 05:59:08', 3033, NULL, NULL, 'IPAY2022/12/3056', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3354, '2022-12-05 06:00:13', 3034, NULL, NULL, 'IPAY2022/12/3057', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3355, '2022-12-05 06:44:47', 3035, NULL, NULL, 'IPAY2022/12/3058', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3356, '2022-12-05 06:47:08', 3036, NULL, NULL, 'IPAY2022/12/3059', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3357, '2022-12-05 07:02:47', 3037, NULL, NULL, 'IPAY2022/12/3060', NULL, 'cash', '', '', '', '', '', '', '22.4999', NULL, 7, NULL, 'received', '', '22.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3358, '2022-12-05 07:04:25', 3038, NULL, NULL, 'IPAY2022/12/3061', NULL, 'cash', '', '', '', '', '', '', '77.0000', NULL, 7, NULL, 'received', '', '77.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3359, '2022-12-05 07:08:30', 3039, NULL, NULL, 'IPAY2022/12/3062', NULL, 'cash', '', '', '', '', '', '', '41.2500', NULL, 7, NULL, 'received', '', '41.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3360, '2022-12-05 07:12:06', 3040, NULL, NULL, 'IPAY2022/12/3063', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3361, '2022-12-05 08:12:33', 3041, NULL, NULL, 'IPAY2022/12/3064', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3362, '2022-12-05 08:15:52', 3042, NULL, NULL, 'IPAY2022/12/3065', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3363, '2022-12-05 08:17:00', NULL, NULL, 367, 'POP2022/12/0323', NULL, 'cash', '', '', '', '', '', 'Visa', '431.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3364, '2022-12-05 08:20:25', 3043, NULL, NULL, 'IPAY2022/12/3066', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3365, '2022-12-05 08:21:20', 3044, NULL, NULL, 'IPAY2022/12/3067', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3366, '2022-12-05 08:22:10', 3045, NULL, NULL, 'IPAY2022/12/3068', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3367, '2022-12-05 08:23:31', 3046, NULL, NULL, 'IPAY2022/12/3069', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3368, '2022-12-05 08:25:09', 3047, NULL, NULL, 'IPAY2022/12/3070', NULL, 'cash', '', '', '', '', '', '', '66.5000', NULL, 7, NULL, 'received', '', '66.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3369, '2022-12-05 08:25:57', 3048, NULL, NULL, 'IPAY2022/12/3071', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3370, '2022-12-05 08:27:31', 3049, NULL, NULL, 'IPAY2022/12/3072', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3371, '2022-12-05 08:32:51', 3050, NULL, NULL, 'IPAY2022/12/3073', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3372, '2022-12-05 08:35:40', 3051, NULL, NULL, 'IPAY2022/12/3074', NULL, 'cash', '', '', '', '', '', '', '97.5000', NULL, 7, NULL, 'received', '', '97.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3373, '2022-12-05 08:37:08', 3052, NULL, NULL, 'IPAY2022/12/3075', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3374, '2022-12-05 08:41:00', 3053, NULL, NULL, 'IPAY2022/12/3076', NULL, 'cash', '', '', '', '', '', '', '110.5000', NULL, 7, NULL, 'received', '', '110.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3375, '2022-12-05 08:56:57', 3054, NULL, NULL, 'IPAY2022/12/3077', NULL, 'cash', '', '', '', '', '', '', '351.0000', NULL, 7, NULL, 'received', '', '351.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3376, '2022-12-05 09:02:03', 3055, NULL, NULL, 'IPAY2022/12/3078', NULL, 'cash', '', '', '', '', '', '', '152.0000', NULL, 7, NULL, 'received', '', '152.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3377, '2022-12-05 09:03:57', 3056, NULL, NULL, 'IPAY2022/12/3079', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3378, '2022-12-05 09:18:21', 3057, NULL, NULL, 'IPAY2022/12/3080', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3379, '2022-12-05 09:19:08', 3058, NULL, NULL, 'IPAY2022/12/3081', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3380, '2022-12-07 16:20:49', 3059, NULL, NULL, 'IPAY2022/12/3082', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3381, '2022-12-07 16:21:31', 3060, NULL, NULL, 'IPAY2022/12/3083', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3382, '2022-12-07 16:21:57', 3061, NULL, NULL, 'IPAY2022/12/3084', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3383, '2022-12-07 16:22:35', 3062, NULL, NULL, 'IPAY2022/12/3085', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3384, '2022-12-07 16:22:57', 3063, NULL, NULL, 'IPAY2022/12/3086', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3385, '2022-12-07 16:23:15', 3064, NULL, NULL, 'IPAY2022/12/3087', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3386, '2022-12-07 16:23:49', 3065, NULL, NULL, 'IPAY2022/12/3088', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3387, '2022-12-07 16:24:13', 3066, NULL, NULL, 'IPAY2022/12/3089', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3388, '2022-12-07 16:31:49', 3067, NULL, NULL, 'IPAY2022/12/3090', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3389, '2022-12-07 16:32:32', 3068, NULL, NULL, 'IPAY2022/12/3091', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3390, '2022-12-07 16:33:02', 3069, NULL, NULL, 'IPAY2022/12/3092', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3391, '2022-12-07 16:33:24', 3070, NULL, NULL, 'IPAY2022/12/3093', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3392, '2022-12-07 16:33:43', 3071, NULL, NULL, 'IPAY2022/12/3094', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3393, '2022-12-07 16:37:34', 3072, NULL, NULL, 'IPAY2022/12/3095', NULL, 'cash', '', '', '', '', '', '', '140.4999', NULL, 7, NULL, 'received', '', '140.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3394, '2022-12-07 16:44:39', 3073, NULL, NULL, 'IPAY2022/12/3096', NULL, 'cash', '', '', '', '', '', '', '144.9999', NULL, 7, NULL, 'received', '', '144.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3395, '2022-12-07 16:49:09', 3074, NULL, NULL, 'IPAY2022/12/3097', NULL, 'cash', '', '', '', '', '', '', '240.5000', NULL, 7, NULL, 'received', '', '240.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3396, '2022-12-07 16:57:23', 3075, NULL, NULL, 'IPAY2022/12/3098', NULL, 'cash', '', '', '', '', '', '', '136.0000', NULL, 7, NULL, 'received', '', '136.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3397, '2022-12-07 17:01:35', 3076, NULL, NULL, 'IPAY2022/12/3099', NULL, 'cash', '', '', '', '', '', '', '134.9998', NULL, 7, NULL, 'received', '', '134.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3398, '2022-12-07 17:05:23', 3077, NULL, NULL, 'IPAY2022/12/3100', NULL, 'cash', '', '', '', '', '', '', '93.0000', NULL, 7, NULL, 'received', '', '93.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3399, '2022-12-07 17:15:00', NULL, NULL, 369, 'POP2022/12/0324', NULL, 'cash', '', '', '', '', '', 'Visa', '340.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3400, '2022-12-07 18:39:52', 3078, NULL, NULL, 'IPAY2022/12/3101', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3401, '2022-12-07 18:46:49', 3079, NULL, NULL, 'IPAY2022/12/3102', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3402, '2022-12-07 18:47:43', 3080, NULL, NULL, 'IPAY2022/12/3103', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3403, '2022-12-07 18:48:59', 3081, NULL, NULL, 'IPAY2022/12/3104', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3404, '2022-12-07 19:05:30', 3082, NULL, NULL, 'IPAY2022/12/3105', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3405, '2022-12-07 19:16:19', 3083, NULL, NULL, 'IPAY2022/12/3106', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3406, '2022-12-07 19:19:04', 3084, NULL, NULL, 'IPAY2022/12/3107', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3407, '2022-12-08 05:40:36', 3085, NULL, NULL, 'IPAY2022/12/3108', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3408, '2022-12-08 06:55:30', 3086, NULL, NULL, 'IPAY2022/12/3109', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3409, '2022-12-08 06:58:31', 3087, NULL, NULL, 'IPAY2022/12/3110', NULL, 'cash', '', '', '', '', '', '', '29.9999', NULL, 7, NULL, 'received', '', '29.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3410, '2022-12-08 06:59:41', 3088, NULL, NULL, 'IPAY2022/12/3111', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3411, '2022-12-08 07:00:18', 3089, NULL, NULL, 'IPAY2022/12/3112', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3412, '2022-12-08 07:02:03', 3090, NULL, NULL, 'IPAY2022/12/3113', NULL, 'cash', '', '', '', '', '', '', '53.4999', NULL, 7, NULL, 'received', '', '53.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3413, '2022-12-08 07:03:15', 3091, NULL, NULL, 'IPAY2022/12/3114', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3414, '2022-12-08 07:04:35', 3092, NULL, NULL, 'IPAY2022/12/3115', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3415, '2022-12-08 07:09:57', 3093, NULL, NULL, 'IPAY2022/12/3116', NULL, 'cash', '', '', '', '', '', '', '635.0000', NULL, 7, NULL, 'received', '', '635.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3416, '2022-12-08 07:12:40', 3094, NULL, NULL, 'IPAY2022/12/3117', NULL, 'cash', '', '', '', '', '', '', '79.0000', NULL, 7, NULL, 'received', '', '79.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3417, '2022-12-08 07:14:43', 3095, NULL, NULL, 'IPAY2022/12/3118', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3418, '2022-12-08 07:18:13', 3096, NULL, NULL, 'IPAY2022/12/3119', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3419, '2022-12-08 07:20:46', 3097, NULL, NULL, 'IPAY2022/12/3120', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3420, '2022-12-08 07:24:02', 3098, NULL, NULL, 'IPAY2022/12/3121', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3421, '2022-12-08 07:44:14', 3099, NULL, NULL, 'IPAY2022/12/3122', NULL, 'cash', '', '', '', '', '', '', '79.0000', NULL, 7, NULL, 'received', '', '79.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3422, '2022-12-08 07:53:12', 3100, NULL, NULL, 'IPAY2022/12/3123', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3423, '2022-12-08 08:03:31', 3101, NULL, NULL, 'IPAY2022/12/3124', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3424, '2022-12-08 08:05:50', 3102, NULL, NULL, 'IPAY2022/12/3125', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3425, '2022-12-08 08:49:07', 3103, NULL, NULL, 'IPAY2022/12/3126', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3426, '2022-12-08 08:52:21', 3104, NULL, NULL, 'IPAY2022/12/3127', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3427, '2022-12-08 09:00:21', 3105, NULL, NULL, 'IPAY2022/12/3128', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3428, '2022-12-08 09:22:23', 3106, NULL, NULL, 'IPAY2022/12/3129', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3429, '2022-12-08 09:37:06', 3107, NULL, NULL, 'IPAY2022/12/3130', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3430, '2022-12-08 09:40:04', 3108, NULL, NULL, 'IPAY2022/12/3131', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3431, '2022-12-08 10:08:26', 3109, NULL, NULL, 'IPAY2022/12/3132', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3432, '2022-12-08 10:11:36', 3110, NULL, NULL, 'IPAY2022/12/3133', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3433, '2022-12-08 10:49:25', 3111, NULL, NULL, 'IPAY2022/12/3134', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3434, '2022-12-08 10:59:17', 3112, NULL, NULL, 'IPAY2022/12/3135', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3435, '2022-12-08 11:08:12', 3113, NULL, NULL, 'IPAY2022/12/3136', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3436, '2022-12-08 11:23:54', 3114, NULL, NULL, 'IPAY2022/12/3137', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3437, '2022-12-08 11:30:45', 3115, NULL, NULL, 'IPAY2022/12/3138', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3438, '2022-12-08 11:49:01', 3116, NULL, NULL, 'IPAY2022/12/3139', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3439, '2022-12-08 12:01:34', 3117, NULL, NULL, 'IPAY2022/12/3140', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3440, '2022-12-08 13:01:00', 3118, NULL, NULL, 'IPAY2022/12/3141', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3441, '2022-12-08 13:01:26', 3119, NULL, NULL, 'IPAY2022/12/3142', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3442, '2022-12-08 13:01:51', 3120, NULL, NULL, 'IPAY2022/12/3143', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3443, '2022-12-08 14:23:38', 3121, NULL, NULL, 'IPAY2022/12/3144', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3444, '2022-12-08 14:36:51', 3122, NULL, NULL, 'IPAY2022/12/3145', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3445, '2022-12-08 15:37:33', 3123, NULL, NULL, 'IPAY2022/12/3146', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3446, '2022-12-08 15:37:56', 3124, NULL, NULL, 'IPAY2022/12/3147', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3447, '2022-12-08 15:53:08', 3125, NULL, NULL, 'IPAY2022/12/3148', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3448, '2022-12-08 16:15:33', 3126, NULL, NULL, 'IPAY2022/12/3149', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3449, '2022-12-08 16:23:39', 3127, NULL, NULL, 'IPAY2022/12/3150', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3450, '2022-12-08 16:43:14', 3128, NULL, NULL, 'IPAY2022/12/3151', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3451, '2022-12-08 17:36:11', 3129, NULL, NULL, 'IPAY2022/12/3152', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3452, '2022-12-08 17:40:28', 3130, NULL, NULL, 'IPAY2022/12/3153', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3453, '2022-12-08 19:36:57', 3131, NULL, NULL, 'IPAY2022/12/3154', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3454, '2022-12-08 19:41:11', 3132, NULL, NULL, 'IPAY2022/12/3155', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3455, '2022-12-09 05:34:38', 3133, NULL, NULL, 'IPAY2022/12/3156', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3456, '2022-12-09 05:37:51', 3134, NULL, NULL, 'IPAY2022/12/3157', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3457, '2022-12-09 05:38:34', 3135, NULL, NULL, 'IPAY2022/12/3158', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3458, '2022-12-09 05:39:04', 3136, NULL, NULL, 'IPAY2022/12/3159', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3459, '2022-12-09 05:39:36', 3137, NULL, NULL, 'IPAY2022/12/3160', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3460, '2022-12-09 05:51:48', 3138, NULL, NULL, 'IPAY2022/12/3161', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3461, '2022-12-09 06:01:26', 3139, NULL, NULL, 'IPAY2022/12/3162', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3462, '2022-12-09 06:04:02', 3140, NULL, NULL, 'IPAY2022/12/3163', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3463, '2022-12-09 06:05:16', 3141, NULL, NULL, 'IPAY2022/12/3164', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3464, '2022-12-09 06:08:46', 3142, NULL, NULL, 'IPAY2022/12/3165', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3465, '2022-12-09 06:09:03', 3143, NULL, NULL, 'IPAY2022/12/3166', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3466, '2022-12-09 06:11:14', 3144, NULL, NULL, 'IPAY2022/12/3167', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3467, '2022-12-09 07:46:08', 3145, NULL, NULL, 'IPAY2022/12/3168', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3468, '2022-12-09 07:54:05', 3146, NULL, NULL, 'IPAY2022/12/3169', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '100.0000', '89.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3469, '2022-12-09 08:28:27', 3147, NULL, NULL, 'IPAY2022/12/3170', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3470, '2022-12-09 08:49:56', 3148, NULL, NULL, 'IPAY2022/12/3171', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3471, '2022-12-09 09:48:30', 3149, NULL, NULL, 'IPAY2022/12/3172', NULL, 'cash', '', '', '', '', '', '', '93.0000', NULL, 7, NULL, 'received', '', '93.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3472, '2022-12-09 09:51:18', 3150, NULL, NULL, 'IPAY2022/12/3173', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3473, '2022-12-09 10:01:47', 3151, NULL, NULL, 'IPAY2022/12/3174', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3474, '2022-12-09 10:03:42', 3152, NULL, NULL, 'IPAY2022/12/3175', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3475, '2022-12-09 10:04:17', 3153, NULL, NULL, 'IPAY2022/12/3176', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3476, '2022-12-09 10:41:03', 3154, NULL, NULL, 'IPAY2022/12/3177', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '100.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3477, '2022-12-09 10:42:10', 3155, NULL, NULL, 'IPAY2022/12/3178', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3478, '2022-12-09 11:06:05', 3156, NULL, NULL, 'IPAY2022/12/3179', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3479, '2022-12-09 11:23:55', 3157, NULL, NULL, 'IPAY2022/12/3180', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3480, '2022-12-09 11:32:32', 3158, NULL, NULL, 'IPAY2022/12/3181', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3481, '2022-12-09 12:02:57', 3159, NULL, NULL, 'IPAY2022/12/3182', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '20.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3482, '2022-12-09 12:03:30', 3160, NULL, NULL, 'IPAY2022/12/3183', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3483, '2022-12-09 12:06:00', NULL, NULL, 375, 'POP2022/12/0325', NULL, 'cash', '', '', '', '', '', 'Visa', '137.7600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3484, '2022-12-09 12:14:00', NULL, NULL, 376, 'POP2022/12/0326', NULL, 'cash', '', '', '', '', '', 'Visa', '476.1500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3485, '2022-12-09 12:17:00', NULL, NULL, 374, 'POP2022/12/0327', NULL, 'cash', '', '', '', '', '', 'Visa', '470.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3486, '2022-12-09 12:17:00', NULL, NULL, 373, 'POP2022/12/0328', NULL, 'cash', '', '', '', '', '', 'Visa', '320.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3487, '2022-12-09 12:22:00', NULL, NULL, 371, 'POP2022/12/0329', NULL, 'cash', '', '', '', '', '', 'Visa', '77.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3488, '2022-12-09 12:23:00', NULL, NULL, 372, 'POP2022/12/0330', NULL, 'cash', '', '', '', '', '', 'Visa', '76.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3489, '2022-12-09 12:25:00', NULL, NULL, 370, 'POP2022/12/0331', NULL, 'cash', '', '', '', '', '', 'Visa', '41.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3490, '2022-12-09 12:27:47', 3161, NULL, NULL, 'IPAY2022/12/3184', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3491, '2022-12-09 12:30:51', 3162, NULL, NULL, 'IPAY2022/12/3185', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3492, '2022-12-09 12:35:00', NULL, NULL, 377, 'POP2022/12/0332', NULL, 'cash', '', '', '', '', '', 'Visa', '648.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3493, '2022-12-09 12:55:30', 3163, NULL, NULL, 'IPAY2022/12/3186', NULL, 'cash', '', '', '', '', '', '', '60.9996', NULL, 7, NULL, 'received', '', '60.9996', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3494, '2022-12-09 12:55:00', NULL, NULL, 378, 'POP2022/12/0333', NULL, 'cash', '', '', '', '', '', 'Visa', '72.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3495, '2022-12-09 12:56:34', 3164, NULL, NULL, 'IPAY2022/12/3187', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3496, '2022-12-09 13:34:36', 3165, NULL, NULL, 'IPAY2022/12/3188', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3497, '2022-12-09 13:58:55', 3166, NULL, NULL, 'IPAY2022/12/3189', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3498, '2022-12-09 14:44:48', 3167, NULL, NULL, 'IPAY2022/12/3190', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3499, '2022-12-09 15:34:29', 3168, NULL, NULL, 'IPAY2022/12/3191', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3500, '2022-12-09 15:39:45', 3169, NULL, NULL, 'IPAY2022/12/3192', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3501, '2022-12-09 16:02:00', 3163, NULL, NULL, 'IPAY2022/12/3193', NULL, 'cash', '', '', '', '', '', 'Visa', '22.0000', NULL, 8, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3502, '2022-12-09 16:10:27', 3170, NULL, NULL, 'IPAY2022/12/3193', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '100.0000', '68.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3503, '2022-12-09 16:13:20', 3171, NULL, NULL, 'IPAY2022/12/3194', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3504, '2022-12-09 16:23:43', 3172, NULL, NULL, 'IPAY2022/12/3195', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3505, '2022-12-09 16:59:11', 3173, NULL, NULL, 'IPAY2022/12/3196', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '100.0000', '96.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3506, '2022-12-09 17:38:11', 3174, NULL, NULL, 'IPAY2022/12/3197', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '100.0000', '46.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3507, '2022-12-09 17:41:44', 3175, NULL, NULL, 'IPAY2022/12/3198', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3508, '2022-12-09 17:55:27', 3176, NULL, NULL, 'IPAY2022/12/3199', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3509, '2022-12-09 18:07:00', 3177, NULL, NULL, 'IPAY2022/12/3200', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '100.0000', '53.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3510, '2022-12-09 18:50:53', 3178, NULL, NULL, 'IPAY2022/12/3201', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3511, '2022-12-10 06:18:22', 3179, NULL, NULL, 'IPAY2022/12/3202', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3512, '2022-12-10 06:19:43', 3180, NULL, NULL, 'IPAY2022/12/3203', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3513, '2022-12-10 06:44:11', 3181, NULL, NULL, 'IPAY2022/12/3204', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '100.0000', '46.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3514, '2022-12-10 07:54:38', 3182, NULL, NULL, 'IPAY2022/12/3205', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3515, '2022-12-10 08:35:49', 3183, NULL, NULL, 'IPAY2022/12/3206', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '20.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3516, '2022-12-10 08:43:58', 3184, NULL, NULL, 'IPAY2022/12/3207', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3517, '2022-12-10 09:06:25', 3185, NULL, NULL, 'IPAY2022/12/3208', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '100.0000', '53.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3518, '2022-12-10 09:50:03', 3186, NULL, NULL, 'IPAY2022/12/3209', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3519, '2022-12-10 09:55:22', 3187, NULL, NULL, 'IPAY2022/12/3210', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3520, '2022-12-10 09:56:33', 3188, NULL, NULL, 'IPAY2022/12/3211', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3521, '2022-12-10 09:56:56', 3189, NULL, NULL, 'IPAY2022/12/3212', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3522, '2022-12-10 10:01:25', 3190, NULL, NULL, 'IPAY2022/12/3213', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '100.0000', '68.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3523, '2022-12-10 10:13:49', 3191, NULL, NULL, 'IPAY2022/12/3214', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3524, '2022-12-10 10:36:31', 3192, NULL, NULL, 'IPAY2022/12/3215', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3525, '2022-12-10 10:37:41', 3193, NULL, NULL, 'IPAY2022/12/3216', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3526, '2022-12-10 10:55:35', 3194, NULL, NULL, 'IPAY2022/12/3217', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '100.0000', '81.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3527, '2022-12-10 11:15:38', 3195, NULL, NULL, 'IPAY2022/12/3218', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3528, '2022-12-10 11:21:00', 3196, NULL, NULL, 'IPAY2022/12/3219', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3529, '2022-12-10 11:22:38', 3197, NULL, NULL, 'IPAY2022/12/3220', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3530, '2022-12-10 11:26:27', 3198, NULL, NULL, 'IPAY2022/12/3221', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3531, '2022-12-10 11:44:03', 3199, NULL, NULL, 'IPAY2022/12/3222', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '100.0000', '57.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3532, '2022-12-10 11:45:07', 3200, NULL, NULL, 'IPAY2022/12/3223', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3533, '2022-12-10 11:51:32', 3201, NULL, NULL, 'IPAY2022/12/3224', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3534, '2022-12-10 11:53:06', 3202, NULL, NULL, 'IPAY2022/12/3225', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3535, '2022-12-10 12:04:23', 3203, NULL, NULL, 'IPAY2022/12/3226', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3536, '2022-12-10 12:08:30', 3204, NULL, NULL, 'IPAY2022/12/3227', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3537, '2022-12-10 12:14:47', 3205, NULL, NULL, 'IPAY2022/12/3228', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3538, '2022-12-10 12:34:59', 3206, NULL, NULL, 'IPAY2022/12/3229', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3539, '2022-12-10 12:56:28', 3207, NULL, NULL, 'IPAY2022/12/3230', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3540, '2022-12-10 12:58:16', 3208, NULL, NULL, 'IPAY2022/12/3231', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3541, '2022-12-10 13:15:52', 3209, NULL, NULL, 'IPAY2022/12/3232', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3542, '2022-12-10 14:09:01', 3210, NULL, NULL, 'IPAY2022/12/3233', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3543, '2022-12-10 14:26:27', 3211, NULL, NULL, 'IPAY2022/12/3234', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3544, '2022-12-10 14:32:22', 3212, NULL, NULL, 'IPAY2022/12/3235', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3545, '2022-12-10 14:57:08', 3213, NULL, NULL, 'IPAY2022/12/3236', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3546, '2022-12-10 15:10:25', 3214, NULL, NULL, 'IPAY2022/12/3237', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3547, '2022-12-10 15:13:53', 3215, NULL, NULL, 'IPAY2022/12/3238', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3548, '2022-12-10 15:34:44', 3216, NULL, NULL, 'IPAY2022/12/3239', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3549, '2022-12-10 15:36:10', 3217, NULL, NULL, 'IPAY2022/12/3240', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3550, '2022-12-10 15:55:14', 3218, NULL, NULL, 'IPAY2022/12/3241', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3551, '2022-12-10 16:20:08', 3219, NULL, NULL, 'IPAY2022/12/3242', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3552, '2022-12-10 16:53:27', 3220, NULL, NULL, 'IPAY2022/12/3243', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '100.0000', '42.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3553, '2022-12-10 17:11:57', 3221, NULL, NULL, 'IPAY2022/12/3244', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3554, '2022-12-10 17:12:33', 3222, NULL, NULL, 'IPAY2022/12/3245', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3555, '2022-12-10 17:53:05', 3223, NULL, NULL, 'IPAY2022/12/3246', NULL, 'cash', '', '', '', '', '', '', '175.0000', NULL, 7, NULL, 'received', '', '175.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3556, '2022-12-10 18:03:17', 3224, NULL, NULL, 'IPAY2022/12/3247', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3557, '2022-12-10 18:10:13', 3225, NULL, NULL, 'IPAY2022/12/3248', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3558, '2022-12-10 18:22:36', 3226, NULL, NULL, 'IPAY2022/12/3249', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3559, '2022-12-10 18:27:17', 3227, NULL, NULL, 'IPAY2022/12/3250', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3560, '2022-12-10 18:29:20', 3228, NULL, NULL, 'IPAY2022/12/3251', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3561, '2022-12-10 18:33:00', 3229, NULL, NULL, 'IPAY2022/12/3252', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '100.0000', '72.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3562, '2022-12-10 18:49:14', 3230, NULL, NULL, 'IPAY2022/12/3253', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3563, '2022-12-10 18:50:26', 3231, NULL, NULL, 'IPAY2022/12/3254', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3564, '2022-12-10 18:55:34', 3232, NULL, NULL, 'IPAY2022/12/3255', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3565, '2022-12-11 05:54:17', 3233, NULL, NULL, 'IPAY2022/12/3256', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3566, '2022-12-11 06:20:39', 3234, NULL, NULL, 'IPAY2022/12/3257', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3567, '2022-12-11 06:23:57', 3235, NULL, NULL, 'IPAY2022/12/3258', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3568, '2022-12-11 08:06:19', 3236, NULL, NULL, 'IPAY2022/12/3259', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3569, '2022-12-11 08:22:29', 3237, NULL, NULL, 'IPAY2022/12/3260', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3570, '2022-12-11 08:29:31', 3238, NULL, NULL, 'IPAY2022/12/3261', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3571, '2022-12-11 09:05:24', 3239, NULL, NULL, 'IPAY2022/12/3262', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '100.0000', '65.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3572, '2022-12-11 09:06:11', 3240, NULL, NULL, 'IPAY2022/12/3263', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3573, '2022-12-11 10:20:07', 3241, NULL, NULL, 'IPAY2022/12/3264', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3574, '2022-12-11 11:17:00', 3242, NULL, NULL, 'IPAY2022/12/3265', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3575, '2022-12-11 12:10:17', 3243, NULL, NULL, 'IPAY2022/12/3266', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3576, '2022-12-11 13:10:55', 3244, NULL, NULL, 'IPAY2022/12/3267', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3577, '2022-12-11 13:20:27', 3245, NULL, NULL, 'IPAY2022/12/3268', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3578, '2022-12-11 13:26:59', 3246, NULL, NULL, 'IPAY2022/12/3269', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3579, '2022-12-11 14:15:11', 3247, NULL, NULL, 'IPAY2022/12/3270', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3580, '2022-12-11 14:36:59', 3248, NULL, NULL, 'IPAY2022/12/3271', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3581, '2022-12-11 15:11:40', 3249, NULL, NULL, 'IPAY2022/12/3272', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3582, '2022-12-11 15:15:25', 3250, NULL, NULL, 'IPAY2022/12/3273', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3583, '2022-12-11 15:23:40', 3251, NULL, NULL, 'IPAY2022/12/3274', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3584, '2022-12-11 15:24:58', 3252, NULL, NULL, 'IPAY2022/12/3275', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3585, '2022-12-11 15:52:30', 3253, NULL, NULL, 'IPAY2022/12/3276', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3586, '2022-12-11 15:53:23', 3254, NULL, NULL, 'IPAY2022/12/3277', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '100.0000', '94.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3587, '2022-12-11 15:54:10', 3255, NULL, NULL, 'IPAY2022/12/3278', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3588, '2022-12-11 16:01:09', 3256, NULL, NULL, 'IPAY2022/12/3279', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3589, '2022-12-11 16:20:05', 3257, NULL, NULL, 'IPAY2022/12/3280', NULL, 'cash', '', '', '', '', '', '', '79.5000', NULL, 7, NULL, 'received', '', '79.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3590, '2022-12-11 16:20:33', 3258, NULL, NULL, 'IPAY2022/12/3281', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3591, '2022-12-11 16:23:16', 3259, NULL, NULL, 'IPAY2022/12/3282', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3592, '2022-12-11 17:07:03', 3260, NULL, NULL, 'IPAY2022/12/3283', NULL, 'cash', '', '', '', '', '', '', '95.5000', NULL, 7, NULL, 'received', '', '95.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3593, '2022-12-11 17:28:28', 3261, NULL, NULL, 'IPAY2022/12/3284', NULL, 'cash', '', '', '', '', '', '', '110.0000', NULL, 7, NULL, 'received', '', '200.0000', '90.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3594, '2022-12-11 17:35:10', 3262, NULL, NULL, 'IPAY2022/12/3285', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '100.0000', '80.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3595, '2022-12-11 17:39:57', 3263, NULL, NULL, 'IPAY2022/12/3286', NULL, 'cash', '', '', '', '', '', '', '26.9999', NULL, 7, NULL, 'received', '', '26.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3596, '2022-12-11 17:50:38', 3264, NULL, NULL, 'IPAY2022/12/3287', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3597, '2022-12-11 18:04:03', 3265, NULL, NULL, 'IPAY2022/12/3288', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3598, '2022-12-11 18:05:42', 3266, NULL, NULL, 'IPAY2022/12/3289', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3599, '2022-12-11 18:06:45', 3267, NULL, NULL, 'IPAY2022/12/3290', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '50.0000', '38.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3600, '2022-12-11 18:10:36', 3268, NULL, NULL, 'IPAY2022/12/3291', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3601, '2022-12-11 18:16:10', 3269, NULL, NULL, 'IPAY2022/12/3292', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3602, '2022-12-11 18:18:28', 3270, NULL, NULL, 'IPAY2022/12/3293', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3603, '2022-12-11 18:19:16', 3271, NULL, NULL, 'IPAY2022/12/3294', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3604, '2022-12-11 18:30:31', 3272, NULL, NULL, 'IPAY2022/12/3295', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3605, '2022-12-11 18:40:00', 3273, NULL, NULL, 'IPAY2022/12/3296', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3606, '2022-12-11 18:53:45', 3274, NULL, NULL, 'IPAY2022/12/3297', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3607, '2022-12-11 19:25:48', 3275, NULL, NULL, 'IPAY2022/12/3298', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '100.0000', '45.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3608, '2022-12-11 19:36:28', 3276, NULL, NULL, 'IPAY2022/12/3299', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3609, '2022-12-12 05:26:36', 3277, NULL, NULL, 'IPAY2022/12/3300', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3610, '2022-12-12 06:29:18', 3278, NULL, NULL, 'IPAY2022/12/3301', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3611, '2022-12-12 06:36:47', 3279, NULL, NULL, 'IPAY2022/12/3302', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3612, '2022-12-12 06:41:07', 3280, NULL, NULL, 'IPAY2022/12/3303', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3613, '2022-12-12 06:43:28', 3281, NULL, NULL, 'IPAY2022/12/3304', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3614, '2022-12-12 06:44:23', 3282, NULL, NULL, 'IPAY2022/12/3305', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3615, '2022-12-12 06:47:36', 3283, NULL, NULL, 'IPAY2022/12/3306', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3616, '2022-12-12 06:48:02', 3284, NULL, NULL, 'IPAY2022/12/3307', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3617, '2022-12-12 06:48:22', 3285, NULL, NULL, 'IPAY2022/12/3308', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3618, '2022-12-12 06:49:00', 3286, NULL, NULL, 'IPAY2022/12/3309', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3619, '2022-12-12 06:50:59', 3287, NULL, NULL, 'IPAY2022/12/3310', NULL, 'cash', '', '', '', '', '', '', '27.9999', NULL, 7, NULL, 'received', '', '27.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3620, '2022-12-12 06:53:45', 3288, NULL, NULL, 'IPAY2022/12/3311', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3621, '2022-12-12 07:16:54', 3289, NULL, NULL, 'IPAY2022/12/3312', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3622, '2022-12-12 07:17:38', 3290, NULL, NULL, 'IPAY2022/12/3313', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3623, '2022-12-12 07:21:05', 3291, NULL, NULL, 'IPAY2022/12/3314', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3624, '2022-12-12 07:27:26', 3292, NULL, NULL, 'IPAY2022/12/3315', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3625, '2022-12-12 07:32:30', 3293, NULL, NULL, 'IPAY2022/12/3316', NULL, 'cash', '', '', '', '', '', '', '85.5000', NULL, 7, NULL, 'received', '', '85.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3626, '2022-12-12 08:05:46', 3294, NULL, NULL, 'IPAY2022/12/3317', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3627, '2022-12-12 08:39:33', 3295, NULL, NULL, 'IPAY2022/12/3318', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '100.0000', '33.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3628, '2022-12-12 09:18:54', 3296, NULL, NULL, 'IPAY2022/12/3319', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3629, '2022-12-12 09:35:16', 3297, NULL, NULL, 'IPAY2022/12/3320', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3630, '2022-12-12 09:44:54', 3298, NULL, NULL, 'IPAY2022/12/3321', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '100.0000', '53.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3631, '2022-12-12 10:00:36', 3299, NULL, NULL, 'IPAY2022/12/3322', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3632, '2022-12-12 10:01:18', 3300, NULL, NULL, 'IPAY2022/12/3323', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3633, '2022-12-12 10:35:27', 3301, NULL, NULL, 'IPAY2022/12/3324', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3634, '2022-12-12 11:01:31', 3302, NULL, NULL, 'IPAY2022/12/3325', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3635, '2022-12-12 11:07:24', 3303, NULL, NULL, 'IPAY2022/12/3326', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3636, '2022-12-12 11:56:00', NULL, NULL, 379, 'POP2022/12/0334', NULL, 'cash', '', '', '', '', '', 'Visa', '410.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3637, '2022-12-12 11:57:29', 3304, NULL, NULL, 'IPAY2022/12/3327', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3638, '2022-12-12 11:59:16', 3305, NULL, NULL, 'IPAY2022/12/3328', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3639, '2022-12-12 12:10:00', NULL, NULL, 380, 'POP2022/12/0335', NULL, 'cash', '', '', '', '', '', 'Visa', '181.8499', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3640, '2022-12-12 12:17:38', 3306, NULL, NULL, 'IPAY2022/12/3329', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '100.0000', '94.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3641, '2022-12-12 14:25:01', 3307, NULL, NULL, 'IPAY2022/12/3330', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3642, '2022-12-12 14:26:51', 3308, NULL, NULL, 'IPAY2022/12/3331', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3643, '2022-12-12 14:31:54', 3309, NULL, NULL, 'IPAY2022/12/3332', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3644, '2022-12-12 14:37:20', 3310, NULL, NULL, 'IPAY2022/12/3333', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3645, '2022-12-12 15:06:29', 3311, NULL, NULL, 'IPAY2022/12/3334', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '100.0000', '35.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3646, '2022-12-12 15:51:25', 3312, NULL, NULL, 'IPAY2022/12/3335', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3647, '2022-12-12 15:54:51', 3313, NULL, NULL, 'IPAY2022/12/3336', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3648, '2022-12-12 16:02:32', 3314, NULL, NULL, 'IPAY2022/12/3337', NULL, 'cash', '', '', '', '', '', '', '5.9998', NULL, 7, NULL, 'received', '', '5.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3649, '2022-12-12 17:01:50', 3315, NULL, NULL, 'IPAY2022/12/3338', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3650, '2022-12-12 17:23:48', 3316, NULL, NULL, 'IPAY2022/12/3339', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3651, '2022-12-12 17:44:50', 3317, NULL, NULL, 'IPAY2022/12/3340', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3652, '2022-12-12 17:59:57', 3318, NULL, NULL, 'IPAY2022/12/3341', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3653, '2022-12-12 18:16:25', 3319, NULL, NULL, 'IPAY2022/12/3342', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3654, '2022-12-12 18:18:33', 3320, NULL, NULL, 'IPAY2022/12/3343', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3655, '2022-12-12 18:47:19', 3321, NULL, NULL, 'IPAY2022/12/3344', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3656, '2022-12-12 18:57:25', 3322, NULL, NULL, 'IPAY2022/12/3345', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3657, '2022-12-12 19:16:47', 3323, NULL, NULL, 'IPAY2022/12/3346', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3658, '2022-12-12 19:48:06', 3324, NULL, NULL, 'IPAY2022/12/3347', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3659, '2022-12-13 05:34:07', 3325, NULL, NULL, 'IPAY2022/12/3348', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3660, '2022-12-13 06:30:54', 3326, NULL, NULL, 'IPAY2022/12/3349', NULL, 'cash', '', '', '', '', '', '', '539.0000', NULL, 7, NULL, 'received', '', '539.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3661, '2022-12-13 06:31:55', 3327, NULL, NULL, 'IPAY2022/12/3350', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3662, '2022-12-13 06:39:23', 3328, NULL, NULL, 'IPAY2022/12/3351', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3663, '2022-12-13 06:47:27', 3329, NULL, NULL, 'IPAY2022/12/3352', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3664, '2022-12-13 06:47:51', 3330, NULL, NULL, 'IPAY2022/12/3353', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3665, '2022-12-13 06:48:41', 3331, NULL, NULL, 'IPAY2022/12/3354', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3666, '2022-12-13 06:49:57', 3332, NULL, NULL, 'IPAY2022/12/3355', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3667, '2022-12-13 06:53:33', 3333, NULL, NULL, 'IPAY2022/12/3356', NULL, 'cash', '', '', '', '', '', '', '16.9999', NULL, 7, NULL, 'received', '', '16.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3668, '2022-12-13 07:17:01', 3334, NULL, NULL, 'IPAY2022/12/3357', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '100.0000', '60.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3669, '2022-12-13 07:21:56', 3335, NULL, NULL, 'IPAY2022/12/3358', NULL, 'cash', '', '', '', '', '', '', '368.0000', NULL, 7, NULL, 'received', '', '368.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3670, '2022-12-13 08:11:24', 3336, NULL, NULL, 'IPAY2022/12/3359', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '40.0000', '17.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3671, '2022-12-13 09:12:55', 3337, NULL, NULL, 'IPAY2022/12/3360', NULL, 'cash', '', '', '', '', '', '', '74.5000', NULL, 7, NULL, 'received', '', '74.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3672, '2022-12-13 09:29:40', 3338, NULL, NULL, 'IPAY2022/12/3361', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3673, '2022-12-13 09:39:31', 3339, NULL, NULL, 'IPAY2022/12/3362', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3674, '2022-12-13 10:23:39', 3340, NULL, NULL, 'IPAY2022/12/3363', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3675, '2022-12-13 10:55:41', 3341, NULL, NULL, 'IPAY2022/12/3364', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3676, '2022-12-13 10:58:36', 3342, NULL, NULL, 'IPAY2022/12/3365', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3677, '2022-12-13 11:01:42', 3343, NULL, NULL, 'IPAY2022/12/3366', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3678, '2022-12-13 11:18:28', 3344, NULL, NULL, 'IPAY2022/12/3367', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '100.0000', '71.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3679, '2022-12-13 11:47:54', 3345, NULL, NULL, 'IPAY2022/12/3368', NULL, 'cash', '', '', '', '', '', '', '71.5000', NULL, 7, NULL, 'received', '', '71.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3680, '2022-12-13 11:48:13', 3346, NULL, NULL, 'IPAY2022/12/3369', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3681, '2022-12-13 13:03:58', 3347, NULL, NULL, 'IPAY2022/12/3370', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3682, '2022-12-13 14:12:33', 3348, NULL, NULL, 'IPAY2022/12/3371', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3683, '2022-12-13 15:31:40', 3349, NULL, NULL, 'IPAY2022/12/3372', NULL, 'cash', '', '', '', '', '', '', '1.9999', NULL, 7, NULL, 'received', '', '1.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3684, '2022-12-13 16:04:49', 3350, NULL, NULL, 'IPAY2022/12/3373', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3685, '2022-12-13 16:19:47', 3351, NULL, NULL, 'IPAY2022/12/3374', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3686, '2022-12-13 16:24:58', 3352, NULL, NULL, 'IPAY2022/12/3375', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3687, '2022-12-13 18:01:39', 3353, NULL, NULL, 'IPAY2022/12/3376', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3688, '2022-12-13 18:50:25', 3354, NULL, NULL, 'IPAY2022/12/3377', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3689, '2022-12-13 19:04:18', 3355, NULL, NULL, 'IPAY2022/12/3378', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3690, '2022-12-13 19:17:51', 3356, NULL, NULL, 'IPAY2022/12/3379', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3691, '2022-12-14 06:46:10', 3357, NULL, NULL, 'IPAY2022/12/3380', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3692, '2022-12-14 06:56:34', 3358, NULL, NULL, 'IPAY2022/12/3381', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3693, '2022-12-14 07:01:22', 3359, NULL, NULL, 'IPAY2022/12/3382', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3694, '2022-12-14 07:52:09', 3360, NULL, NULL, 'IPAY2022/12/3383', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3695, '2022-12-14 07:53:43', 3361, NULL, NULL, 'IPAY2022/12/3384', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3696, '2022-12-14 08:02:13', 3362, NULL, NULL, 'IPAY2022/12/3385', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3697, '2022-12-14 08:19:36', 3363, NULL, NULL, 'IPAY2022/12/3386', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '100.0000', '81.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3698, '2022-12-14 08:24:06', 3364, NULL, NULL, 'IPAY2022/12/3387', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3699, '2022-12-14 08:35:31', 3365, NULL, NULL, 'IPAY2022/12/3388', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3700, '2022-12-14 08:41:31', 3366, NULL, NULL, 'IPAY2022/12/3389', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3701, '2022-12-14 08:57:13', 3367, NULL, NULL, 'IPAY2022/12/3390', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3702, '2022-12-14 09:32:16', 3368, NULL, NULL, 'IPAY2022/12/3391', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3703, '2022-12-14 09:42:39', 3369, NULL, NULL, 'IPAY2022/12/3392', NULL, 'cash', '', '', '', '', '', '', '16.9995', NULL, 7, NULL, 'received', '', '16.9995', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3704, '2022-12-14 09:57:47', 3370, NULL, NULL, 'IPAY2022/12/3393', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3705, '2022-12-14 10:04:18', 3371, NULL, NULL, 'IPAY2022/12/3394', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3706, '2022-12-14 10:08:04', 3372, NULL, NULL, 'IPAY2022/12/3395', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3707, '2022-12-14 10:11:09', 3373, NULL, NULL, 'IPAY2022/12/3396', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3708, '2022-12-14 10:18:50', 3374, NULL, NULL, 'IPAY2022/12/3397', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '50.0000', '28.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3709, '2022-12-14 10:39:34', 3375, NULL, NULL, 'IPAY2022/12/3398', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3710, '2022-12-14 11:02:29', 3376, NULL, NULL, 'IPAY2022/12/3399', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3711, '2022-12-14 11:08:40', 3377, NULL, NULL, 'IPAY2022/12/3400', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3712, '2022-12-14 11:33:09', 3378, NULL, NULL, 'IPAY2022/12/3401', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3713, '2022-12-14 14:45:48', 3379, NULL, NULL, 'IPAY2022/12/3402', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '100.0000', '46.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3714, '2022-12-14 15:16:00', NULL, NULL, 381, 'POP2022/12/0336', NULL, 'cash', '', '', '', '', '', 'Visa', '376.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3715, '2022-12-14 15:56:21', 3380, NULL, NULL, 'IPAY2022/12/3403', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3716, '2022-12-14 16:20:39', 3381, NULL, NULL, 'IPAY2022/12/3404', NULL, 'cash', '', '', '', '', '', '', '142.0000', NULL, 7, NULL, 'received', '', '142.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3717, '2022-12-14 16:35:06', 3382, NULL, NULL, 'IPAY2022/12/3405', NULL, 'cash', '', '', '', '', '', '', '1.9999', NULL, 7, NULL, 'received', '', '1.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3718, '2022-12-14 16:48:48', 3383, NULL, NULL, 'IPAY2022/12/3406', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '100.0000', '36.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3719, '2022-12-14 16:55:13', 3384, NULL, NULL, 'IPAY2022/12/3407', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '100.0000', '86.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3720, '2022-12-14 17:00:37', 3385, NULL, NULL, 'IPAY2022/12/3408', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3721, '2022-12-14 17:12:39', 3386, NULL, NULL, 'IPAY2022/12/3409', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '50.0000', '33.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3722, '2022-12-14 17:36:50', 3387, NULL, NULL, 'IPAY2022/12/3410', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3723, '2022-12-14 17:37:28', 3388, NULL, NULL, 'IPAY2022/12/3411', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3724, '2022-12-14 17:52:14', 3389, NULL, NULL, 'IPAY2022/12/3412', NULL, 'cash', '', '', '', '', '', '', '128.0000', NULL, 7, NULL, 'received', '', '128.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3725, '2022-12-14 17:59:24', 3390, NULL, NULL, 'IPAY2022/12/3413', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3726, '2022-12-14 18:13:36', 3391, NULL, NULL, 'IPAY2022/12/3414', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3727, '2022-12-14 18:18:06', 3392, NULL, NULL, 'IPAY2022/12/3415', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3728, '2022-12-14 18:23:01', 3393, NULL, NULL, 'IPAY2022/12/3416', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3729, '2022-12-14 18:44:17', 3394, NULL, NULL, 'IPAY2022/12/3417', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3730, '2022-12-14 18:49:03', 3395, NULL, NULL, 'IPAY2022/12/3418', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3731, '2022-12-14 18:55:59', 3396, NULL, NULL, 'IPAY2022/12/3419', NULL, 'cash', '', '', '', '', '', '', '3.9998', NULL, 7, NULL, 'received', '', '3.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3732, '2022-12-14 19:01:11', 3397, NULL, NULL, 'IPAY2022/12/3420', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3733, '2022-12-14 19:18:02', 3398, NULL, NULL, 'IPAY2022/12/3421', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3734, '2022-12-14 19:27:28', 3399, NULL, NULL, 'IPAY2022/12/3422', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3735, '2022-12-15 05:55:25', 3400, NULL, NULL, 'IPAY2022/12/3423', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3736, '2022-12-15 06:02:04', 3401, NULL, NULL, 'IPAY2022/12/3424', NULL, 'cash', '', '', '', '', '', '', '139.0000', NULL, 7, NULL, 'received', '', '139.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3737, '2022-12-15 06:04:49', 3402, NULL, NULL, 'IPAY2022/12/3425', NULL, 'cash', '', '', '', '', '', '', '136.0000', NULL, 7, NULL, 'received', '', '136.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3738, '2022-12-15 06:54:52', 3403, NULL, NULL, 'IPAY2022/12/3426', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3739, '2022-12-15 06:59:26', 3404, NULL, NULL, 'IPAY2022/12/3427', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3740, '2022-12-15 07:01:26', 3405, NULL, NULL, 'IPAY2022/12/3428', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3741, '2022-12-15 07:02:44', 3406, NULL, NULL, 'IPAY2022/12/3429', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3742, '2022-12-15 08:00:09', 3407, NULL, NULL, 'IPAY2022/12/3430', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3743, '2022-12-15 08:52:06', 3408, NULL, NULL, 'IPAY2022/12/3431', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3744, '2022-12-15 09:09:56', 3409, NULL, NULL, 'IPAY2022/12/3432', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3745, '2022-12-15 09:41:00', 3410, NULL, NULL, 'IPAY2022/12/3433', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3746, '2022-12-15 09:50:54', 3411, NULL, NULL, 'IPAY2022/12/3434', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3747, '2022-12-15 10:01:08', 3412, NULL, NULL, 'IPAY2022/12/3435', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3748, '2022-12-15 10:06:48', 3413, NULL, NULL, 'IPAY2022/12/3436', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3749, '2022-12-15 10:20:01', 3414, NULL, NULL, 'IPAY2022/12/3437', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3750, '2022-12-15 10:35:02', 3415, NULL, NULL, 'IPAY2022/12/3438', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3751, '2022-12-15 10:58:31', 3416, NULL, NULL, 'IPAY2022/12/3439', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3752, '2022-12-15 11:13:03', 3417, NULL, NULL, 'IPAY2022/12/3440', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3753, '2022-12-15 11:36:57', 3418, NULL, NULL, 'IPAY2022/12/3441', NULL, 'cash', '', '', '', '', '', '', '86.5000', NULL, 7, NULL, 'received', '', '100.0000', '13.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3754, '2022-12-15 11:39:51', 3419, NULL, NULL, 'IPAY2022/12/3442', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3755, '2022-12-15 11:40:58', 3420, NULL, NULL, 'IPAY2022/12/3443', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3756, '2022-12-15 11:42:54', 3421, NULL, NULL, 'IPAY2022/12/3444', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3757, '2022-12-15 11:46:46', 3422, NULL, NULL, 'IPAY2022/12/3445', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3758, '2022-12-15 11:48:49', 3423, NULL, NULL, 'IPAY2022/12/3446', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '100.0000', '86.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3759, '2022-12-15 11:49:30', 3424, NULL, NULL, 'IPAY2022/12/3447', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3760, '2022-12-15 12:10:05', 3425, NULL, NULL, 'IPAY2022/12/3448', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3761, '2022-12-15 12:19:18', 3426, NULL, NULL, 'IPAY2022/12/3449', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3762, '2022-12-15 12:58:04', 3427, NULL, NULL, 'IPAY2022/12/3450', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3763, '2022-12-15 13:55:17', 3428, NULL, NULL, 'IPAY2022/12/3451', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3764, '2022-12-15 14:02:06', 3429, NULL, NULL, 'IPAY2022/12/3452', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3765, '2022-12-15 14:51:06', 3430, NULL, NULL, 'IPAY2022/12/3453', NULL, 'cash', '', '', '', '', '', '', '127.2500', NULL, 7, NULL, 'received', '', '127.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3766, '2022-12-15 15:02:37', 3431, NULL, NULL, 'IPAY2022/12/3454', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3767, '2022-12-15 15:12:16', 3432, NULL, NULL, 'IPAY2022/12/3455', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3768, '2022-12-15 15:54:22', 3433, NULL, NULL, 'IPAY2022/12/3456', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3769, '2022-12-15 16:27:54', 3434, NULL, NULL, 'IPAY2022/12/3457', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3770, '2022-12-15 16:29:03', 3435, NULL, NULL, 'IPAY2022/12/3458', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3771, '2022-12-15 16:49:40', 3436, NULL, NULL, 'IPAY2022/12/3459', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3772, '2022-12-15 16:53:35', 3437, NULL, NULL, 'IPAY2022/12/3460', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '100.0000', '83.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3773, '2022-12-15 17:15:47', 3438, NULL, NULL, 'IPAY2022/12/3461', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3774, '2022-12-15 17:49:34', 3439, NULL, NULL, 'IPAY2022/12/3462', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3775, '2022-12-15 17:55:55', 3440, NULL, NULL, 'IPAY2022/12/3463', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3776, '2022-12-15 18:27:28', 3441, NULL, NULL, 'IPAY2022/12/3464', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3777, '2022-12-15 18:52:19', 3442, NULL, NULL, 'IPAY2022/12/3465', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3778, '2022-12-15 19:03:07', 3443, NULL, NULL, 'IPAY2022/12/3466', NULL, 'cash', '', '', '', '', '', '', '85.0000', NULL, 7, NULL, 'received', '', '85.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3779, '2022-12-15 19:04:02', 3444, NULL, NULL, 'IPAY2022/12/3467', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3780, '2022-12-15 19:18:56', 3445, NULL, NULL, 'IPAY2022/12/3468', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3781, '2022-12-16 06:01:17', 3446, NULL, NULL, 'IPAY2022/12/3469', NULL, 'cash', '', '', '', '', '', '', '1.9999', NULL, 7, NULL, 'received', '', '1.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3782, '2022-12-16 06:28:01', 3447, NULL, NULL, 'IPAY2022/12/3470', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3783, '2022-12-16 07:00:56', 3448, NULL, NULL, 'IPAY2022/12/3471', NULL, 'cash', '', '', '', '', '', '', '177.0000', NULL, 7, NULL, 'received', '', '177.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3784, '2022-12-16 07:04:39', 3449, NULL, NULL, 'IPAY2022/12/3472', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3785, '2022-12-16 07:30:50', 3450, NULL, NULL, 'IPAY2022/12/3473', NULL, 'cash', '', '', '', '', '', '', '40.5000', NULL, 7, NULL, 'received', '', '40.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3786, '2022-12-16 07:54:03', 3451, NULL, NULL, 'IPAY2022/12/3474', NULL, 'cash', '', '', '', '', '', '', '89.0000', NULL, 7, NULL, 'received', '', '89.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3787, '2022-12-16 07:54:49', 3452, NULL, NULL, 'IPAY2022/12/3475', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3788, '2022-12-16 08:06:16', 3453, NULL, NULL, 'IPAY2022/12/3476', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3789, '2022-12-16 08:33:37', 3454, NULL, NULL, 'IPAY2022/12/3477', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3790, '2022-12-16 09:33:53', 3455, NULL, NULL, 'IPAY2022/12/3478', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3791, '2022-12-16 10:06:19', 3456, NULL, NULL, 'IPAY2022/12/3479', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3792, '2022-12-16 10:11:18', 3457, NULL, NULL, 'IPAY2022/12/3480', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3793, '2022-12-16 10:59:32', 3458, NULL, NULL, 'IPAY2022/12/3481', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3794, '2022-12-16 11:20:20', 3459, NULL, NULL, 'IPAY2022/12/3482', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3795, '2022-12-16 12:51:33', 3460, NULL, NULL, 'IPAY2022/12/3483', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3796, '2022-12-16 14:25:00', NULL, NULL, 382, 'POP2022/12/0337', NULL, 'cash', '', '', '', '', '', 'Visa', '552.8199', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3797, '2022-12-16 14:47:50', 3461, NULL, NULL, 'IPAY2022/12/3484', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3798, '2022-12-16 15:55:09', 3462, NULL, NULL, 'IPAY2022/12/3485', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3799, '2022-12-16 16:00:01', 3463, NULL, NULL, 'IPAY2022/12/3486', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3800, '2022-12-16 16:15:18', 3464, NULL, NULL, 'IPAY2022/12/3487', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3801, '2022-12-16 16:35:33', 3465, NULL, NULL, 'IPAY2022/12/3488', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '100.0000', '46.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3802, '2022-12-16 16:57:42', 3466, NULL, NULL, 'IPAY2022/12/3489', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3803, '2022-12-16 17:30:03', 3467, NULL, NULL, 'IPAY2022/12/3490', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3804, '2022-12-16 17:32:40', 3468, NULL, NULL, 'IPAY2022/12/3491', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '50.0000', '43.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3805, '2022-12-16 17:35:58', 3469, NULL, NULL, 'IPAY2022/12/3492', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3806, '2022-12-16 17:47:50', 3470, NULL, NULL, 'IPAY2022/12/3493', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '100.0000', '93.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3807, '2022-12-16 17:55:30', 3471, NULL, NULL, 'IPAY2022/12/3494', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3808, '2022-12-16 17:56:54', 3472, NULL, NULL, 'IPAY2022/12/3495', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '60.0000', '15.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3809, '2022-12-16 18:14:28', 3473, NULL, NULL, 'IPAY2022/12/3496', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3810, '2022-12-16 18:23:06', 3474, NULL, NULL, 'IPAY2022/12/3497', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3811, '2022-12-16 18:31:48', 3475, NULL, NULL, 'IPAY2022/12/3498', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3812, '2022-12-16 18:45:19', 3476, NULL, NULL, 'IPAY2022/12/3499', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3813, '2022-12-16 18:55:30', 3477, NULL, NULL, 'IPAY2022/12/3500', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3814, '2022-12-16 19:09:43', 3478, NULL, NULL, 'IPAY2022/12/3501', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3815, '2022-12-16 19:13:53', 3479, NULL, NULL, 'IPAY2022/12/3502', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3816, '2022-12-16 19:22:15', 3480, NULL, NULL, 'IPAY2022/12/3503', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3817, '2022-12-16 19:32:16', 3481, NULL, NULL, 'IPAY2022/12/3504', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3818, '2022-12-16 19:34:13', 3482, NULL, NULL, 'IPAY2022/12/3505', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3819, '2022-12-16 19:34:31', 3483, NULL, NULL, 'IPAY2022/12/3506', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3820, '2022-12-16 19:39:08', 3484, NULL, NULL, 'IPAY2022/12/3507', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3821, '2022-12-16 19:48:04', 3485, NULL, NULL, 'IPAY2022/12/3508', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3822, '2022-12-16 19:50:59', 3486, NULL, NULL, 'IPAY2022/12/3509', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3823, '2022-12-16 19:53:47', 3487, NULL, NULL, 'IPAY2022/12/3510', NULL, 'cash', '', '', '', '', '', '', '61.5000', NULL, 7, NULL, 'received', '', '100.0000', '38.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3824, '2022-12-17 06:25:33', 3488, NULL, NULL, 'IPAY2022/12/3511', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3825, '2022-12-17 11:37:32', 3489, NULL, NULL, 'IPAY2022/12/3512', NULL, 'cash', '', '', '', '', '', '', '183.0000', NULL, 7, NULL, 'received', '', '183.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3826, '2022-12-17 11:38:10', 3490, NULL, NULL, 'IPAY2022/12/3513', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3827, '2022-12-17 11:42:23', 3491, NULL, NULL, 'IPAY2022/12/3514', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3828, '2022-12-17 12:20:37', 3492, NULL, NULL, 'IPAY2022/12/3515', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '100.0000', '61.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3829, '2022-12-17 12:21:02', 3493, NULL, NULL, 'IPAY2022/12/3516', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3830, '2022-12-17 12:25:03', 3494, NULL, NULL, 'IPAY2022/12/3517', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3831, '2022-12-17 13:41:37', 3495, NULL, NULL, 'IPAY2022/12/3518', NULL, 'cash', '', '', '', '', '', '', '116.0000', NULL, 7, NULL, 'received', '', '116.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3832, '2022-12-17 13:43:47', 3496, NULL, NULL, 'IPAY2022/12/3519', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3833, '2022-12-17 13:58:12', 3497, NULL, NULL, 'IPAY2022/12/3520', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3834, '2022-12-17 14:11:39', 3498, NULL, NULL, 'IPAY2022/12/3521', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3835, '2022-12-17 14:28:34', 3499, NULL, NULL, 'IPAY2022/12/3522', NULL, 'cash', '', '', '', '', '', '', '6.7500', NULL, 7, NULL, 'received', '', '6.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3836, '2022-12-17 14:45:35', 3500, NULL, NULL, 'IPAY2022/12/3523', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3837, '2022-12-17 15:09:01', 3501, NULL, NULL, 'IPAY2022/12/3524', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '50.0000', '42.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3838, '2022-12-17 15:12:32', 3502, NULL, NULL, 'IPAY2022/12/3525', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '100.0000', '58.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3839, '2022-12-17 15:59:50', 3503, NULL, NULL, 'IPAY2022/12/3526', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3840, '2022-12-17 16:19:05', 3504, NULL, NULL, 'IPAY2022/12/3527', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3841, '2022-12-17 16:30:48', 3505, NULL, NULL, 'IPAY2022/12/3528', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3842, '2022-12-17 16:38:05', 3506, NULL, NULL, 'IPAY2022/12/3529', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3843, '2022-12-17 17:00:10', 3507, NULL, NULL, 'IPAY2022/12/3530', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3844, '2022-12-17 17:07:20', 3508, NULL, NULL, 'IPAY2022/12/3531', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3845, '2022-12-17 17:09:37', 3509, NULL, NULL, 'IPAY2022/12/3532', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3846, '2022-12-17 17:11:15', 3510, NULL, NULL, 'IPAY2022/12/3533', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3847, '2022-12-17 17:18:03', 3511, NULL, NULL, 'IPAY2022/12/3534', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3848, '2022-12-17 17:19:24', 3512, NULL, NULL, 'IPAY2022/12/3535', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3849, '2022-12-17 17:20:16', 3513, NULL, NULL, 'IPAY2022/12/3536', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3850, '2022-12-17 17:57:07', 3514, NULL, NULL, 'IPAY2022/12/3537', NULL, 'cash', '', '', '', '', '', '', '88.0000', NULL, 7, NULL, 'received', '', '88.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3851, '2022-12-17 18:00:00', 3515, NULL, NULL, 'IPAY2022/12/3538', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3852, '2022-12-17 18:12:38', 3516, NULL, NULL, 'IPAY2022/12/3539', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3853, '2022-12-17 18:25:28', 3517, NULL, NULL, 'IPAY2022/12/3540', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3854, '2022-12-17 18:32:04', 3518, NULL, NULL, 'IPAY2022/12/3541', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3855, '2022-12-17 19:14:47', 3519, NULL, NULL, 'IPAY2022/12/3542', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3856, '2022-12-18 05:41:34', 3520, NULL, NULL, 'IPAY2022/12/3543', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3857, '2022-12-18 06:14:36', 3521, NULL, NULL, 'IPAY2022/12/3544', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3858, '2022-12-18 06:27:10', 3522, NULL, NULL, 'IPAY2022/12/3545', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3859, '2022-12-18 06:41:14', 3523, NULL, NULL, 'IPAY2022/12/3546', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3860, '2022-12-18 06:55:40', 3524, NULL, NULL, 'IPAY2022/12/3547', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3861, '2022-12-18 07:09:29', 3525, NULL, NULL, 'IPAY2022/12/3548', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3862, '2022-12-18 07:24:48', 3526, NULL, NULL, 'IPAY2022/12/3549', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3863, '2022-12-18 07:36:40', 3527, NULL, NULL, 'IPAY2022/12/3550', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3864, '2022-12-18 07:57:17', 3528, NULL, NULL, 'IPAY2022/12/3551', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3865, '2022-12-18 09:06:44', 3529, NULL, NULL, 'IPAY2022/12/3552', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3866, '2022-12-18 09:36:32', 3530, NULL, NULL, 'IPAY2022/12/3553', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '100.0000', '79.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3867, '2022-12-18 09:57:08', 3531, NULL, NULL, 'IPAY2022/12/3554', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3868, '2022-12-18 10:04:04', 3532, NULL, NULL, 'IPAY2022/12/3555', NULL, 'cash', '', '', '', '', '', '', '110.0000', NULL, 7, NULL, 'received', '', '110.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3869, '2022-12-18 10:09:40', 3533, NULL, NULL, 'IPAY2022/12/3556', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3870, '2022-12-18 10:16:56', 3534, NULL, NULL, 'IPAY2022/12/3557', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3871, '2022-12-18 11:34:14', 3535, NULL, NULL, 'IPAY2022/12/3558', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3872, '2022-12-18 11:35:47', 3536, NULL, NULL, 'IPAY2022/12/3559', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3873, '2022-12-18 11:40:48', 3537, NULL, NULL, 'IPAY2022/12/3560', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3874, '2022-12-18 11:44:06', 3538, NULL, NULL, 'IPAY2022/12/3561', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3875, '2022-12-18 11:46:25', 3539, NULL, NULL, 'IPAY2022/12/3562', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3876, '2022-12-18 11:47:07', 3540, NULL, NULL, 'IPAY2022/12/3563', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3877, '2022-12-18 13:05:00', 3541, NULL, NULL, 'IPAY2022/12/3564', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3878, '2022-12-18 13:06:53', 3542, NULL, NULL, 'IPAY2022/12/3565', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3879, '2022-12-18 13:30:33', 3543, NULL, NULL, 'IPAY2022/12/3566', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3880, '2022-12-18 13:33:47', 3544, NULL, NULL, 'IPAY2022/12/3567', NULL, 'cash', '', '', '', '', '', '', '12.9999', NULL, 7, NULL, 'received', '', '12.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3881, '2022-12-18 13:42:30', 3545, NULL, NULL, 'IPAY2022/12/3568', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3882, '2022-12-18 13:45:38', 3546, NULL, NULL, 'IPAY2022/12/3569', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3883, '2022-12-18 14:24:09', 3547, NULL, NULL, 'IPAY2022/12/3570', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3884, '2022-12-18 15:41:02', 3548, NULL, NULL, 'IPAY2022/12/3571', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3885, '2022-12-18 16:15:27', 3549, NULL, NULL, 'IPAY2022/12/3572', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3886, '2022-12-18 16:24:27', 3550, NULL, NULL, 'IPAY2022/12/3573', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3887, '2022-12-18 16:42:38', 3551, NULL, NULL, 'IPAY2022/12/3574', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '50.0000', '38.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3888, '2022-12-18 16:43:17', 3552, NULL, NULL, 'IPAY2022/12/3575', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3889, '2022-12-18 16:46:57', 3553, NULL, NULL, 'IPAY2022/12/3576', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3890, '2022-12-18 16:53:09', 3554, NULL, NULL, 'IPAY2022/12/3577', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3891, '2022-12-18 17:02:16', 3555, NULL, NULL, 'IPAY2022/12/3578', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3892, '2022-12-18 17:03:27', 3556, NULL, NULL, 'IPAY2022/12/3579', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3893, '2022-12-18 17:12:35', 3557, NULL, NULL, 'IPAY2022/12/3580', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3894, '2022-12-18 17:14:58', 3558, NULL, NULL, 'IPAY2022/12/3581', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3895, '2022-12-18 17:29:17', 3559, NULL, NULL, 'IPAY2022/12/3582', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '100.0000', '66.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3896, '2022-12-18 17:43:34', 3560, NULL, NULL, 'IPAY2022/12/3583', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3897, '2022-12-18 17:49:01', 3561, NULL, NULL, 'IPAY2022/12/3584', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3898, '2022-12-18 17:59:36', 3562, NULL, NULL, 'IPAY2022/12/3585', NULL, 'cash', '', '', '', '', '', '', '3.2500', NULL, 7, NULL, 'received', '', '3.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3899, '2022-12-18 18:01:12', 3563, NULL, NULL, 'IPAY2022/12/3586', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3900, '2022-12-18 18:15:14', 3564, NULL, NULL, 'IPAY2022/12/3587', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3901, '2022-12-18 19:19:44', 3565, NULL, NULL, 'IPAY2022/12/3588', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3902, '2022-12-18 19:26:55', 3566, NULL, NULL, 'IPAY2022/12/3589', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3903, '2022-12-19 06:04:57', 3567, NULL, NULL, 'IPAY2022/12/3590', NULL, 'cash', '', '', '', '', '', '', '439.0000', NULL, 7, NULL, 'received', '', '439.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3904, '2022-12-19 06:06:33', 3568, NULL, NULL, 'IPAY2022/12/3591', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3905, '2022-12-19 06:07:34', 3569, NULL, NULL, 'IPAY2022/12/3592', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3906, '2022-12-19 06:11:30', 3570, NULL, NULL, 'IPAY2022/12/3593', NULL, 'cash', '', '', '', '', '', '', '63.9999', NULL, 7, NULL, 'received', '', '63.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3907, '2022-12-19 06:14:36', 3571, NULL, NULL, 'IPAY2022/12/3594', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3908, '2022-12-19 06:15:34', 3572, NULL, NULL, 'IPAY2022/12/3595', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3909, '2022-12-19 06:16:28', 3573, NULL, NULL, 'IPAY2022/12/3596', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3910, '2022-12-19 06:23:26', 3574, NULL, NULL, 'IPAY2022/12/3597', NULL, 'cash', '', '', '', '', '', '', '30.2500', NULL, 7, NULL, 'received', '', '30.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3911, '2022-12-19 06:26:01', 3575, NULL, NULL, 'IPAY2022/12/3598', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3912, '2022-12-19 06:28:05', 3576, NULL, NULL, 'IPAY2022/12/3599', NULL, 'cash', '', '', '', '', '', '', '51.5000', NULL, 7, NULL, 'received', '', '51.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3913, '2022-12-19 06:30:20', 3577, NULL, NULL, 'IPAY2022/12/3600', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3914, '2022-12-19 06:33:16', 3578, NULL, NULL, 'IPAY2022/12/3601', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3915, '2022-12-19 06:37:45', 3579, NULL, NULL, 'IPAY2022/12/3602', NULL, 'cash', '', '', '', '', '', '', '77.0000', NULL, 7, NULL, 'received', '', '77.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3916, '2022-12-19 06:40:03', 3580, NULL, NULL, 'IPAY2022/12/3603', NULL, 'cash', '', '', '', '', '', '', '25.4999', NULL, 7, NULL, 'received', '', '25.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3917, '2022-12-19 06:40:38', 3581, NULL, NULL, 'IPAY2022/12/3604', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3918, '2022-12-19 06:42:03', 3582, NULL, NULL, 'IPAY2022/12/3605', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3919, '2022-12-19 06:43:00', 3583, NULL, NULL, 'IPAY2022/12/3606', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3920, '2022-12-19 06:53:09', 3584, NULL, NULL, 'IPAY2022/12/3607', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3921, '2022-12-19 07:05:40', 3585, NULL, NULL, 'IPAY2022/12/3608', NULL, 'cash', '', '', '', '', '', '', '6.9999', NULL, 7, NULL, 'received', '', '6.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3922, '2022-12-19 07:30:40', 3586, NULL, NULL, 'IPAY2022/12/3609', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3923, '2022-12-19 08:13:41', 3587, NULL, NULL, 'IPAY2022/12/3610', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3924, '2022-12-19 08:19:19', 3588, NULL, NULL, 'IPAY2022/12/3611', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3925, '2022-12-19 08:32:55', 3589, NULL, NULL, 'IPAY2022/12/3612', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3926, '2022-12-19 08:35:00', NULL, NULL, 383, 'POP2022/12/0338', NULL, 'cash', '', '', '', '', '', 'Visa', '306.9000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3927, '2022-12-19 08:44:31', 3590, NULL, NULL, 'IPAY2022/12/3613', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3928, '2022-12-19 08:44:00', NULL, NULL, 384, 'POP2022/12/0339', NULL, 'cash', '', '', '', '', '', 'Visa', '1899.1200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3929, '2022-12-19 08:52:05', 3591, NULL, NULL, 'IPAY2022/12/3614', NULL, 'cash', '', '', '', '', '', '', '313.0000', NULL, 7, NULL, 'received', '', '313.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3930, '2022-12-19 08:55:15', 3592, NULL, NULL, 'IPAY2022/12/3615', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3931, '2022-12-19 09:01:57', 3593, NULL, NULL, 'IPAY2022/12/3616', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '100.0000', '81.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3932, '2022-12-19 09:04:28', 3594, NULL, NULL, 'IPAY2022/12/3617', NULL, 'cash', '', '', '', '', '', '', '400.0000', NULL, 7, NULL, 'received', '', '400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3933, '2022-12-21 11:29:00', NULL, NULL, 385, 'POP2022/12/0340', NULL, 'cash', '', '', '', '', '', 'Visa', '660.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3934, '2022-12-21 11:31:00', NULL, NULL, 386, 'POP2022/12/0341', NULL, 'cash', '', '', '', '', '', 'Visa', '330.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3935, '2022-12-21 11:36:00', NULL, NULL, 387, 'POP2022/12/0342', NULL, 'cash', '', '', '', '', '', 'Visa', '274.4000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3936, '2022-12-21 11:40:00', NULL, NULL, 388, 'POP2022/12/0343', NULL, 'cash', '', '', '', '', '', 'Visa', '851.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3937, '2022-12-21 12:27:32', 3595, NULL, NULL, 'IPAY2022/12/3618', NULL, 'cash', '', '', '', '', '', '', '831.9998', NULL, 7, NULL, 'received', '', '831.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3938, '2022-12-21 12:48:08', 3596, NULL, NULL, 'IPAY2022/12/3619', NULL, 'cash', '', '', '', '', '', '', '870.0000', NULL, 7, NULL, 'received', '', '870.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3939, '2022-12-21 13:08:55', 3597, NULL, NULL, 'IPAY2022/12/3620', NULL, 'cash', '', '', '', '', '', '', '144.3333', NULL, 7, NULL, 'received', '', '144.3333', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3940, '2022-12-21 13:09:03', 3598, NULL, NULL, 'IPAY2022/12/3621', NULL, 'cash', '', '', '', '', '', '', '144.3333', NULL, 7, NULL, 'received', '', '144.3333', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3941, '2022-12-21 13:46:06', 3599, NULL, NULL, 'IPAY2022/12/3622', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3942, '2022-12-21 13:54:48', 3600, NULL, NULL, 'IPAY2022/12/3623', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3943, '2022-12-21 14:02:52', 3601, NULL, NULL, 'IPAY2022/12/3624', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3944, '2022-12-21 14:17:01', 3602, NULL, NULL, 'IPAY2022/12/3625', NULL, 'cash', '', '', '', '', '', '', '36.9999', NULL, 7, NULL, 'received', '', '36.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3945, '2022-12-21 14:36:01', 3603, NULL, NULL, 'IPAY2022/12/3626', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3946, '2022-12-21 14:38:47', 3604, NULL, NULL, 'IPAY2022/12/3627', NULL, 'cash', '', '', '', '', '', '', '35.4999', NULL, 7, NULL, 'received', '', '35.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3947, '2022-12-21 14:41:00', NULL, NULL, 389, 'POP2022/12/0344', NULL, 'cash', '', '', '', '', '', 'Visa', '347.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3948, '2022-12-21 14:52:26', 3605, NULL, NULL, 'IPAY2022/12/3628', NULL, 'cash', '', '', '', '', '', '', '27.9999', NULL, 7, NULL, 'received', '', '27.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3949, '2022-12-21 14:52:51', 3606, NULL, NULL, 'IPAY2022/12/3629', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3950, '2022-12-21 16:36:00', NULL, NULL, 390, 'POP2022/12/0345', NULL, 'cash', '', '', '', '', '', 'Visa', '1753.7500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3951, '2022-12-21 16:41:33', 3607, NULL, NULL, 'IPAY2022/12/3630', NULL, 'cash', '', '', '', '', '', '', '35.4999', NULL, 7, NULL, 'received', '', '35.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3952, '2022-12-21 16:54:00', NULL, NULL, 391, 'POP2022/12/0346', NULL, 'cash', '', '', '', '', '', 'Visa', '139.9912', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3953, '2022-12-21 17:09:30', 3608, NULL, NULL, 'IPAY2022/12/3631', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3954, '2022-12-21 17:16:20', 3609, NULL, NULL, 'IPAY2022/12/3632', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3955, '2022-12-21 17:33:13', 3610, NULL, NULL, 'IPAY2022/12/3633', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3956, '2022-12-21 17:40:33', 3611, NULL, NULL, 'IPAY2022/12/3634', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3957, '2022-12-21 18:24:44', 3612, NULL, NULL, 'IPAY2022/12/3635', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3958, '2022-12-21 18:35:24', 3613, NULL, NULL, 'IPAY2022/12/3636', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3959, '2022-12-21 18:58:30', 3614, NULL, NULL, 'IPAY2022/12/3637', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3960, '2022-12-21 19:22:55', 3615, NULL, NULL, 'IPAY2022/12/3638', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3961, '2022-12-22 06:48:18', 3616, NULL, NULL, 'IPAY2022/12/3639', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3962, '2022-12-22 06:51:45', 3617, NULL, NULL, 'IPAY2022/12/3640', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3963, '2022-12-22 07:04:05', 3618, NULL, NULL, 'IPAY2022/12/3641', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3964, '2022-12-22 07:05:37', 3619, NULL, NULL, 'IPAY2022/12/3642', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3965, '2022-12-22 07:06:10', 3620, NULL, NULL, 'IPAY2022/12/3643', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3966, '2022-12-22 07:09:07', 3621, NULL, NULL, 'IPAY2022/12/3644', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3967, '2022-12-22 07:15:24', 3622, NULL, NULL, 'IPAY2022/12/3645', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3968, '2022-12-22 07:16:53', 3623, NULL, NULL, 'IPAY2022/12/3646', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3969, '2022-12-22 07:17:48', 3624, NULL, NULL, 'IPAY2022/12/3647', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3970, '2022-12-22 07:22:19', 3625, NULL, NULL, 'IPAY2022/12/3648', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3971, '2022-12-22 07:28:35', 3626, NULL, NULL, 'IPAY2022/12/3649', NULL, 'cash', '', '', '', '', '', '', '403.2500', NULL, 7, NULL, 'received', '', '403.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3972, '2022-12-22 07:51:57', 3627, NULL, NULL, 'IPAY2022/12/3650', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3973, '2022-12-22 07:53:24', 3628, NULL, NULL, 'IPAY2022/12/3651', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3974, '2022-12-22 08:01:15', 3629, NULL, NULL, 'IPAY2022/12/3652', NULL, 'cash', '', '', '', '', '', '', '307.0000', NULL, 7, NULL, 'received', '', '307.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3975, '2022-12-22 08:12:16', 3630, NULL, NULL, 'IPAY2022/12/3653', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3976, '2022-12-22 08:32:27', 3631, NULL, NULL, 'IPAY2022/12/3654', NULL, 'cash', '', '', '', '', '', '', '361.0000', NULL, 7, NULL, 'received', '', '361.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3977, '2022-12-22 08:45:40', 3632, NULL, NULL, 'IPAY2022/12/3655', NULL, 'cash', '', '', '', '', '', '', '231.0000', NULL, 7, NULL, 'received', '', '231.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3978, '2022-12-22 08:46:07', 3633, NULL, NULL, 'IPAY2022/12/3656', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3979, '2022-12-22 08:46:42', 3634, NULL, NULL, 'IPAY2022/12/3657', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3980, '2022-12-22 09:43:28', 3635, NULL, NULL, 'IPAY2022/12/3658', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3981, '2022-12-22 09:53:58', 3636, NULL, NULL, 'IPAY2022/12/3659', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3982, '2022-12-22 10:10:40', 3637, NULL, NULL, 'IPAY2022/12/3660', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3983, '2022-12-22 10:14:52', 3638, NULL, NULL, 'IPAY2022/12/3661', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3984, '2022-12-22 10:28:03', 3639, NULL, NULL, 'IPAY2022/12/3662', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3985, '2022-12-22 11:59:47', 3640, NULL, NULL, 'IPAY2022/12/3663', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3986, '2022-12-22 12:22:35', 3641, NULL, NULL, 'IPAY2022/12/3664', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3987, '2022-12-22 12:33:16', 3642, NULL, NULL, 'IPAY2022/12/3665', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3988, '2022-12-22 14:35:59', 3643, NULL, NULL, 'IPAY2022/12/3666', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3989, '2022-12-22 15:53:25', 3644, NULL, NULL, 'IPAY2022/12/3667', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3990, '2022-12-22 16:31:00', NULL, NULL, 392, 'POP2022/12/0347', NULL, 'cash', '', '', '', '', '', 'Visa', '359.1600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3991, '2022-12-22 16:35:00', NULL, NULL, 393, 'POP2022/12/0348', NULL, 'cash', '', '', '', '', '', 'Visa', '696.5100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3992, '2022-12-22 16:44:48', 3645, NULL, NULL, 'IPAY2022/12/3668', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3993, '2022-12-22 16:45:00', NULL, NULL, 394, 'POP2022/12/0349', NULL, 'cash', '', '', '', '', '', 'Visa', '885.6700', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3994, '2022-12-22 16:52:00', NULL, NULL, 395, 'POP2022/12/0350', NULL, 'cash', '', '', '', '', '', 'Visa', '15.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3995, '2022-12-22 16:53:00', NULL, NULL, 395, 'POP2022/12/0351', NULL, 'cash', '', '', '', '', '', 'Visa', '62.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3996, '2022-12-22 16:54:09', 3646, NULL, NULL, 'IPAY2022/12/3669', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3997, '2022-12-22 17:04:57', 3647, NULL, NULL, 'IPAY2022/12/3670', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3998, '2022-12-22 17:13:49', 3648, NULL, NULL, 'IPAY2022/12/3671', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (3999, '2022-12-22 18:05:24', 3649, NULL, NULL, 'IPAY2022/12/3672', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4000, '2022-12-22 18:24:59', 3650, NULL, NULL, 'IPAY2022/12/3673', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4001, '2022-12-22 18:42:32', 3651, NULL, NULL, 'IPAY2022/12/3674', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4002, '2022-12-22 19:29:03', 3652, NULL, NULL, 'IPAY2022/12/3675', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4003, '2022-12-22 19:40:15', 3653, NULL, NULL, 'IPAY2022/12/3676', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4004, '2022-12-22 19:54:43', 3654, NULL, NULL, 'IPAY2022/12/3677', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4005, '2022-12-22 20:02:10', 3655, NULL, NULL, 'IPAY2022/12/3678', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4006, '2022-12-23 06:27:49', 3656, NULL, NULL, 'IPAY2022/12/3679', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4007, '2022-12-23 06:38:58', 3657, NULL, NULL, 'IPAY2022/12/3680', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4008, '2022-12-23 07:42:03', 3658, NULL, NULL, 'IPAY2022/12/3681', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4009, '2022-12-23 08:30:29', 3659, NULL, NULL, 'IPAY2022/12/3682', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4010, '2022-12-23 09:11:34', 3660, NULL, NULL, 'IPAY2022/12/3683', NULL, 'cash', '', '', '', '', '', '', '85.5000', NULL, 7, NULL, 'received', '', '85.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4011, '2022-12-23 09:51:24', 3661, NULL, NULL, 'IPAY2022/12/3684', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4012, '2022-12-23 09:55:56', 3662, NULL, NULL, 'IPAY2022/12/3685', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4013, '2022-12-23 10:03:39', 3663, NULL, NULL, 'IPAY2022/12/3686', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4014, '2022-12-23 10:06:41', 3664, NULL, NULL, 'IPAY2022/12/3687', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4015, '2022-12-23 10:29:46', 3665, NULL, NULL, 'IPAY2022/12/3688', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4016, '2022-12-23 10:37:26', 3666, NULL, NULL, 'IPAY2022/12/3689', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4017, '2022-12-23 10:53:00', 3667, NULL, NULL, 'IPAY2022/12/3690', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4018, '2022-12-23 11:09:09', 3668, NULL, NULL, 'IPAY2022/12/3691', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4019, '2022-12-23 11:12:16', 3669, NULL, NULL, 'IPAY2022/12/3692', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4020, '2022-12-23 11:18:55', 3670, NULL, NULL, 'IPAY2022/12/3693', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4021, '2022-12-23 11:24:54', 3671, NULL, NULL, 'IPAY2022/12/3694', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4022, '2022-12-23 11:42:27', 3672, NULL, NULL, 'IPAY2022/12/3695', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4023, '2022-12-23 11:50:42', 3673, NULL, NULL, 'IPAY2022/12/3696', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4024, '2022-12-23 12:10:45', 3674, NULL, NULL, 'IPAY2022/12/3697', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4025, '2022-12-23 12:24:54', 3675, NULL, NULL, 'IPAY2022/12/3698', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4026, '2022-12-23 12:35:21', 3676, NULL, NULL, 'IPAY2022/12/3699', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4027, '2022-12-23 12:43:02', 3677, NULL, NULL, 'IPAY2022/12/3700', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4028, '2022-12-23 12:43:44', 3678, NULL, NULL, 'IPAY2022/12/3701', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4029, '2022-12-23 12:55:39', 3679, NULL, NULL, 'IPAY2022/12/3702', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4030, '2022-12-23 14:10:51', 3680, NULL, NULL, 'IPAY2022/12/3703', NULL, 'cash', '', '', '', '', '', '', '112.0000', NULL, 7, NULL, 'received', '', '112.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4031, '2022-12-23 14:31:47', 3681, NULL, NULL, 'IPAY2022/12/3704', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4032, '2022-12-23 14:41:09', 3682, NULL, NULL, 'IPAY2022/12/3705', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4033, '2022-12-23 14:46:38', 3683, NULL, NULL, 'IPAY2022/12/3706', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4034, '2022-12-23 14:50:22', 3684, NULL, NULL, 'IPAY2022/12/3707', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4035, '2022-12-23 14:51:53', 3685, NULL, NULL, 'IPAY2022/12/3708', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4036, '2022-12-23 14:53:40', 3686, NULL, NULL, 'IPAY2022/12/3709', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4037, '2022-12-23 15:05:59', 3687, NULL, NULL, 'IPAY2022/12/3710', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4038, '2022-12-23 15:24:44', 3688, NULL, NULL, 'IPAY2022/12/3711', NULL, 'cash', '', '', '', '', '', '', '91.0000', NULL, 7, NULL, 'received', '', '91.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4039, '2022-12-23 15:26:03', 3689, NULL, NULL, 'IPAY2022/12/3712', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4040, '2022-12-23 16:02:39', 3690, NULL, NULL, 'IPAY2022/12/3713', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4041, '2022-12-23 16:56:50', 3691, NULL, NULL, 'IPAY2022/12/3714', NULL, 'cash', '', '', '', '', '', '', '109.4999', NULL, 7, NULL, 'received', '', '109.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4042, '2022-12-23 17:20:07', 3692, NULL, NULL, 'IPAY2022/12/3715', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4043, '2022-12-23 17:24:14', 3693, NULL, NULL, 'IPAY2022/12/3716', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4044, '2022-12-23 17:31:04', 3694, NULL, NULL, 'IPAY2022/12/3717', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '37.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4045, '2022-12-23 18:23:09', 3695, NULL, NULL, 'IPAY2022/12/3718', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4046, '2022-12-23 18:34:26', 3696, NULL, NULL, 'IPAY2022/12/3719', NULL, 'cash', '', '', '', '', '', '', '55.5000', NULL, 7, NULL, 'received', '', '55.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4047, '2022-12-23 18:47:26', 3697, NULL, NULL, 'IPAY2022/12/3720', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4048, '2022-12-23 19:02:49', 3698, NULL, NULL, 'IPAY2022/12/3721', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4049, '2022-12-23 19:21:34', 3699, NULL, NULL, 'IPAY2022/12/3722', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4050, '2022-12-24 05:52:46', 3700, NULL, NULL, 'IPAY2022/12/3723', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4051, '2022-12-24 06:03:41', 3701, NULL, NULL, 'IPAY2022/12/3724', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4052, '2022-12-24 07:18:25', 3702, NULL, NULL, 'IPAY2022/12/3725', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4053, '2022-12-24 08:37:30', 3703, NULL, NULL, 'IPAY2022/12/3726', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4054, '2022-12-24 08:53:34', 3704, NULL, NULL, 'IPAY2022/12/3727', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4055, '2022-12-24 09:03:19', 3705, NULL, NULL, 'IPAY2022/12/3728', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4056, '2022-12-24 09:18:28', 3706, NULL, NULL, 'IPAY2022/12/3729', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4057, '2022-12-24 09:37:49', 3707, NULL, NULL, 'IPAY2022/12/3730', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4058, '2022-12-24 09:53:30', 3708, NULL, NULL, 'IPAY2022/12/3731', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4059, '2022-12-24 10:50:15', 3709, NULL, NULL, 'IPAY2022/12/3732', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4060, '2022-12-24 11:13:52', 3710, NULL, NULL, 'IPAY2022/12/3733', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4061, '2022-12-24 11:18:03', 3711, NULL, NULL, 'IPAY2022/12/3734', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4062, '2022-12-24 11:22:45', 3712, NULL, NULL, 'IPAY2022/12/3735', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4063, '2022-12-24 12:29:58', 3713, NULL, NULL, 'IPAY2022/12/3736', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '16.0000', '12.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4064, '2022-12-24 12:41:48', 3714, NULL, NULL, 'IPAY2022/12/3737', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4065, '2022-12-24 12:45:43', 3715, NULL, NULL, 'IPAY2022/12/3738', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4066, '2022-12-24 12:53:40', 3716, NULL, NULL, 'IPAY2022/12/3739', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4067, '2022-12-24 13:17:04', 3717, NULL, NULL, 'IPAY2022/12/3740', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4068, '2022-12-24 14:17:53', 3718, NULL, NULL, 'IPAY2022/12/3741', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4069, '2022-12-24 14:39:19', 3719, NULL, NULL, 'IPAY2022/12/3742', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4070, '2022-12-24 14:49:22', 3720, NULL, NULL, 'IPAY2022/12/3743', NULL, 'cash', '', '', '', '', '', '', '61.9999', NULL, 7, NULL, 'received', '', '61.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4071, '2022-12-24 15:01:18', 3721, NULL, NULL, 'IPAY2022/12/3744', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4072, '2022-12-24 15:21:16', 3722, NULL, NULL, 'IPAY2022/12/3745', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4073, '2022-12-24 15:21:47', 3723, NULL, NULL, 'IPAY2022/12/3746', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4074, '2022-12-24 15:28:57', 3724, NULL, NULL, 'IPAY2022/12/3747', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4075, '2022-12-24 15:49:06', 3725, NULL, NULL, 'IPAY2022/12/3748', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4076, '2022-12-24 16:26:28', 3726, NULL, NULL, 'IPAY2022/12/3749', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4077, '2022-12-24 16:34:54', 3727, NULL, NULL, 'IPAY2022/12/3750', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4078, '2022-12-24 16:38:21', 3728, NULL, NULL, 'IPAY2022/12/3751', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4079, '2022-12-24 16:55:56', 3729, NULL, NULL, 'IPAY2022/12/3752', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4080, '2022-12-24 17:05:57', 3730, NULL, NULL, 'IPAY2022/12/3753', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4081, '2022-12-24 18:03:17', 3731, NULL, NULL, 'IPAY2022/12/3754', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4082, '2022-12-24 18:09:33', 3732, NULL, NULL, 'IPAY2022/12/3755', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4083, '2022-12-24 18:15:12', 3733, NULL, NULL, 'IPAY2022/12/3756', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4084, '2022-12-24 18:40:24', 3734, NULL, NULL, 'IPAY2022/12/3757', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4085, '2022-12-24 18:55:56', 3735, NULL, NULL, 'IPAY2022/12/3758', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4086, '2022-12-24 19:04:53', 3736, NULL, NULL, 'IPAY2022/12/3759', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4087, '2022-12-25 06:59:25', 3737, NULL, NULL, 'IPAY2022/12/3760', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4088, '2022-12-25 07:18:24', 3738, NULL, NULL, 'IPAY2022/12/3761', NULL, 'cash', '', '', '', '', '', '', '79.5000', NULL, 7, NULL, 'received', '', '79.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4089, '2022-12-25 07:23:30', 3739, NULL, NULL, 'IPAY2022/12/3762', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4090, '2022-12-25 09:20:25', 3740, NULL, NULL, 'IPAY2022/12/3763', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4091, '2022-12-25 09:42:02', 3741, NULL, NULL, 'IPAY2022/12/3764', NULL, 'cash', '', '', '', '', '', '', '220.0000', NULL, 7, NULL, 'received', '', '220.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4092, '2022-12-25 09:45:31', 3742, NULL, NULL, 'IPAY2022/12/3765', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4093, '2022-12-25 09:50:39', 3743, NULL, NULL, 'IPAY2022/12/3766', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4094, '2022-12-25 10:12:28', 3744, NULL, NULL, 'IPAY2022/12/3767', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4095, '2022-12-25 10:39:21', 3745, NULL, NULL, 'IPAY2022/12/3768', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4096, '2022-12-25 10:45:18', 3746, NULL, NULL, 'IPAY2022/12/3769', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4097, '2022-12-25 10:56:45', 3747, NULL, NULL, 'IPAY2022/12/3770', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4098, '2022-12-25 10:58:52', 3748, NULL, NULL, 'IPAY2022/12/3771', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4099, '2022-12-25 11:06:27', 3749, NULL, NULL, 'IPAY2022/12/3772', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4100, '2022-12-25 11:22:45', 3750, NULL, NULL, 'IPAY2022/12/3773', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4101, '2022-12-25 11:25:47', 3751, NULL, NULL, 'IPAY2022/12/3774', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4102, '2022-12-25 11:44:08', 3752, NULL, NULL, 'IPAY2022/12/3775', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4103, '2022-12-25 11:48:20', 3753, NULL, NULL, 'IPAY2022/12/3776', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4104, '2022-12-25 12:15:59', 3754, NULL, NULL, 'IPAY2022/12/3777', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4105, '2022-12-25 12:17:56', 3755, NULL, NULL, 'IPAY2022/12/3778', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4106, '2022-12-25 12:18:31', 3756, NULL, NULL, 'IPAY2022/12/3779', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4107, '2022-12-25 12:19:08', 3757, NULL, NULL, 'IPAY2022/12/3780', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4108, '2022-12-25 12:22:41', 3758, NULL, NULL, 'IPAY2022/12/3781', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4109, '2022-12-25 12:32:04', 3759, NULL, NULL, 'IPAY2022/12/3782', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4110, '2022-12-25 12:33:51', 3760, NULL, NULL, 'IPAY2022/12/3783', NULL, 'cash', '', '', '', '', '', '', '1.8333', NULL, 7, NULL, 'received', '', '1.8333', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4111, '2022-12-25 12:43:09', 3761, NULL, NULL, 'IPAY2022/12/3784', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4112, '2022-12-25 12:56:42', 3762, NULL, NULL, 'IPAY2022/12/3785', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4113, '2022-12-25 13:03:57', 3763, NULL, NULL, 'IPAY2022/12/3786', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4114, '2022-12-25 13:12:43', 3764, NULL, NULL, 'IPAY2022/12/3787', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4115, '2022-12-25 13:15:01', 3765, NULL, NULL, 'IPAY2022/12/3788', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4116, '2022-12-25 13:22:54', 3766, NULL, NULL, 'IPAY2022/12/3789', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4117, '2022-12-25 13:24:55', 3767, NULL, NULL, 'IPAY2022/12/3790', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4118, '2022-12-25 13:41:09', 3768, NULL, NULL, 'IPAY2022/12/3791', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4119, '2022-12-25 13:42:22', 3769, NULL, NULL, 'IPAY2022/12/3792', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4120, '2022-12-25 14:42:56', 3770, NULL, NULL, 'IPAY2022/12/3793', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4121, '2022-12-25 15:00:57', 3771, NULL, NULL, 'IPAY2022/12/3794', NULL, 'cash', '', '', '', '', '', '', '106.0000', NULL, 7, NULL, 'received', '', '106.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4122, '2022-12-25 15:21:44', 3772, NULL, NULL, 'IPAY2022/12/3795', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4123, '2022-12-25 16:11:47', 3773, NULL, NULL, 'IPAY2022/12/3796', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4124, '2022-12-25 16:20:06', 3774, NULL, NULL, 'IPAY2022/12/3797', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4125, '2022-12-25 18:05:37', 3775, NULL, NULL, 'IPAY2022/12/3798', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4126, '2022-12-25 18:11:44', 3776, NULL, NULL, 'IPAY2022/12/3799', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4127, '2022-12-25 18:19:29', 3777, NULL, NULL, 'IPAY2022/12/3800', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4128, '2022-12-25 18:26:18', 3778, NULL, NULL, 'IPAY2022/12/3801', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4129, '2022-12-25 18:40:56', 3779, NULL, NULL, 'IPAY2022/12/3802', NULL, 'cash', '', '', '', '', '', '', '53.9999', NULL, 7, NULL, 'received', '', '53.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4130, '2022-12-25 18:59:57', 3780, NULL, NULL, 'IPAY2022/12/3803', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4131, '2022-12-25 19:02:28', 3781, NULL, NULL, 'IPAY2022/12/3804', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4132, '2022-12-25 19:08:24', 3782, NULL, NULL, 'IPAY2022/12/3805', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4133, '2022-12-25 19:18:58', 3783, NULL, NULL, 'IPAY2022/12/3806', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4134, '2022-12-25 19:41:50', 3784, NULL, NULL, 'IPAY2022/12/3807', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4135, '2022-12-25 19:44:05', 3785, NULL, NULL, 'IPAY2022/12/3808', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4136, '2022-12-25 19:57:42', 3786, NULL, NULL, 'IPAY2022/12/3809', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4137, '2022-12-25 20:09:55', 3787, NULL, NULL, 'IPAY2022/12/3810', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4138, '2022-12-26 05:41:42', 3788, NULL, NULL, 'IPAY2022/12/3811', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4139, '2022-12-26 06:00:12', 3789, NULL, NULL, 'IPAY2022/12/3812', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4140, '2022-12-26 06:24:29', 3790, NULL, NULL, 'IPAY2022/12/3813', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4141, '2022-12-26 06:27:28', 3791, NULL, NULL, 'IPAY2022/12/3814', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4142, '2022-12-26 06:37:29', 3792, NULL, NULL, 'IPAY2022/12/3815', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4143, '2022-12-26 06:40:00', 3793, NULL, NULL, 'IPAY2022/12/3816', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4144, '2022-12-26 06:41:40', 3794, NULL, NULL, 'IPAY2022/12/3817', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4145, '2022-12-26 06:43:00', 3795, NULL, NULL, 'IPAY2022/12/3818', NULL, 'cash', '', '', '', '', '', '', '99.0000', NULL, 7, NULL, 'received', '', '99.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4146, '2022-12-26 06:57:08', 3796, NULL, NULL, 'IPAY2022/12/3819', NULL, 'cash', '', '', '', '', '', '', '73.0000', NULL, 7, NULL, 'received', '', '73.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4147, '2022-12-26 07:18:01', 3797, NULL, NULL, 'IPAY2022/12/3820', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4148, '2022-12-26 07:21:14', 3798, NULL, NULL, 'IPAY2022/12/3821', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4149, '2022-12-26 07:32:04', 3799, NULL, NULL, 'IPAY2022/12/3822', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4150, '2022-12-26 07:33:15', 3800, NULL, NULL, 'IPAY2022/12/3823', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4151, '2022-12-26 07:38:54', 3801, NULL, NULL, 'IPAY2022/12/3824', NULL, 'cash', '', '', '', '', '', '', '54.5000', NULL, 7, NULL, 'received', '', '54.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4152, '2022-12-26 07:48:28', 3802, NULL, NULL, 'IPAY2022/12/3825', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4153, '2022-12-26 08:19:34', 3803, NULL, NULL, 'IPAY2022/12/3826', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4154, '2022-12-26 08:30:00', NULL, NULL, 396, 'POP2022/12/0352', NULL, 'cash', '', '', '', '', '', 'Visa', '2033.0100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4155, '2022-12-26 08:35:11', 3804, NULL, NULL, 'IPAY2022/12/3827', NULL, 'cash', '', '', '', '', '', '', '442.0000', NULL, 7, NULL, 'received', '', '442.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4156, '2022-12-26 08:40:51', 3805, NULL, NULL, 'IPAY2022/12/3828', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4157, '2022-12-26 08:43:42', 3806, NULL, NULL, 'IPAY2022/12/3829', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '47.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4158, '2022-12-26 08:49:00', NULL, NULL, 397, 'POP2022/12/0353', NULL, 'cash', '', '', '', '', '', 'Visa', '423.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4159, '2022-12-26 08:56:36', 3807, NULL, NULL, 'IPAY2022/12/3830', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4160, '2022-12-26 09:13:41', 3808, NULL, NULL, 'IPAY2022/12/3831', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4161, '2022-12-26 09:44:35', 3809, NULL, NULL, 'IPAY2022/12/3832', NULL, 'cash', '', '', '', '', '', '', '58.5000', NULL, 7, NULL, 'received', '', '58.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4162, '2022-12-26 10:30:23', 3810, NULL, NULL, 'IPAY2022/12/3833', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4163, '2022-12-26 10:54:06', 3811, NULL, NULL, 'IPAY2022/12/3834', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4164, '2022-12-26 10:57:54', 3812, NULL, NULL, 'IPAY2022/12/3835', NULL, 'cash', '', '', '', '', '', '', '14.9998', NULL, 7, NULL, 'received', '', '14.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4165, '2022-12-26 11:34:05', 3813, NULL, NULL, 'IPAY2022/12/3836', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4166, '2022-12-26 12:00:17', 3814, NULL, NULL, 'IPAY2022/12/3837', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4167, '2022-12-26 12:58:47', 3815, NULL, NULL, 'IPAY2022/12/3838', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4168, '2022-12-26 13:12:07', 3816, NULL, NULL, 'IPAY2022/12/3839', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4169, '2022-12-26 13:15:35', 3817, NULL, NULL, 'IPAY2022/12/3840', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4170, '2022-12-26 13:17:29', 3818, NULL, NULL, 'IPAY2022/12/3841', NULL, 'cash', '', '', '', '', '', '', '24.2500', NULL, 7, NULL, 'received', '', '24.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4171, '2022-12-26 13:33:43', 3819, NULL, NULL, 'IPAY2022/12/3842', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4172, '2022-12-26 14:15:05', 3820, NULL, NULL, 'IPAY2022/12/3843', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4173, '2022-12-26 14:15:27', 3821, NULL, NULL, 'IPAY2022/12/3844', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4174, '2022-12-26 14:36:36', 3822, NULL, NULL, 'IPAY2022/12/3845', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4175, '2022-12-26 14:37:17', 3823, NULL, NULL, 'IPAY2022/12/3846', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4176, '2022-12-26 14:58:41', 3824, NULL, NULL, 'IPAY2022/12/3847', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4177, '2022-12-26 15:21:00', NULL, NULL, 399, 'POP2022/12/0354', NULL, 'cash', '', '', '', '', '', 'Visa', '371.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4178, '2022-12-26 15:21:00', NULL, NULL, 398, 'POP2022/12/0355', NULL, 'cash', '', '', '', '', '', 'Visa', '175.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4179, '2022-12-26 15:22:36', 3825, NULL, NULL, 'IPAY2022/12/3848', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4180, '2022-12-26 15:48:45', 3826, NULL, NULL, 'IPAY2022/12/3849', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4181, '2022-12-26 15:51:28', 3827, NULL, NULL, 'IPAY2022/12/3850', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4182, '2022-12-26 16:30:49', 3828, NULL, NULL, 'IPAY2022/12/3851', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4183, '2022-12-26 16:45:12', 3829, NULL, NULL, 'IPAY2022/12/3852', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4184, '2022-12-26 17:46:46', 3830, NULL, NULL, 'IPAY2022/12/3853', NULL, 'cash', '', '', '', '', '', '', '81.5000', NULL, 7, NULL, 'received', '', '81.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4185, '2022-12-26 18:00:41', 3831, NULL, NULL, 'IPAY2022/12/3854', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4186, '2022-12-26 18:03:05', 3832, NULL, NULL, 'IPAY2022/12/3855', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4187, '2022-12-26 18:16:53', 3833, NULL, NULL, 'IPAY2022/12/3856', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4188, '2022-12-26 19:10:03', 3834, NULL, NULL, 'IPAY2022/12/3857', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4189, '2022-12-26 19:23:13', 3835, NULL, NULL, 'IPAY2022/12/3858', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4190, '2022-12-26 19:44:49', 3836, NULL, NULL, 'IPAY2022/12/3859', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4191, '2022-12-27 06:35:05', 3837, NULL, NULL, 'IPAY2022/12/3860', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4192, '2022-12-27 07:41:28', 3838, NULL, NULL, 'IPAY2022/12/3861', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4193, '2022-12-27 07:52:49', 3839, NULL, NULL, 'IPAY2022/12/3862', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4194, '2022-12-27 08:05:09', 3840, NULL, NULL, 'IPAY2022/12/3863', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4195, '2022-12-27 08:26:01', 3841, NULL, NULL, 'IPAY2022/12/3864', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4196, '2022-12-27 08:55:40', 3842, NULL, NULL, 'IPAY2022/12/3865', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4197, '2022-12-27 09:35:52', 3843, NULL, NULL, 'IPAY2022/12/3866', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4198, '2022-12-27 09:49:31', 3844, NULL, NULL, 'IPAY2022/12/3867', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4199, '2022-12-27 10:04:03', 3845, NULL, NULL, 'IPAY2022/12/3868', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4200, '2022-12-27 10:15:20', 3846, NULL, NULL, 'IPAY2022/12/3869', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4201, '2022-12-27 10:18:02', 3847, NULL, NULL, 'IPAY2022/12/3870', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4202, '2022-12-27 10:23:04', 3848, NULL, NULL, 'IPAY2022/12/3871', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4203, '2022-12-27 10:29:31', 3849, NULL, NULL, 'IPAY2022/12/3872', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4204, '2022-12-27 11:03:42', 3850, NULL, NULL, 'IPAY2022/12/3873', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4205, '2022-12-27 11:07:12', 3851, NULL, NULL, 'IPAY2022/12/3874', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4206, '2022-12-27 11:18:11', 3852, NULL, NULL, 'IPAY2022/12/3875', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4207, '2022-12-27 11:46:28', 3853, NULL, NULL, 'IPAY2022/12/3876', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4208, '2022-12-27 11:51:28', 3854, NULL, NULL, 'IPAY2022/12/3877', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4209, '2022-12-27 11:58:08', 3855, NULL, NULL, 'IPAY2022/12/3878', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4210, '2022-12-27 12:07:46', 3856, NULL, NULL, 'IPAY2022/12/3879', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4211, '2022-12-27 12:34:39', 3857, NULL, NULL, 'IPAY2022/12/3880', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4212, '2022-12-27 13:04:54', 3858, NULL, NULL, 'IPAY2022/12/3881', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4213, '2022-12-27 13:07:52', 3859, NULL, NULL, 'IPAY2022/12/3882', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4214, '2022-12-27 13:25:13', 3860, NULL, NULL, 'IPAY2022/12/3883', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4215, '2022-12-27 13:29:09', 3861, NULL, NULL, 'IPAY2022/12/3884', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4216, '2022-12-27 15:24:07', 3862, NULL, NULL, 'IPAY2022/12/3885', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4217, '2022-12-27 15:31:35', 3863, NULL, NULL, 'IPAY2022/12/3886', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4218, '2022-12-27 16:10:14', 3864, NULL, NULL, 'IPAY2022/12/3887', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4219, '2022-12-27 16:56:08', 3865, NULL, NULL, 'IPAY2022/12/3888', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4220, '2022-12-27 17:04:07', 3866, NULL, NULL, 'IPAY2022/12/3889', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4221, '2022-12-27 17:10:13', 3867, NULL, NULL, 'IPAY2022/12/3890', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4222, '2022-12-27 17:29:42', 3868, NULL, NULL, 'IPAY2022/12/3891', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4223, '2022-12-27 17:32:38', 3869, NULL, NULL, 'IPAY2022/12/3892', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4224, '2022-12-27 17:33:15', 3870, NULL, NULL, 'IPAY2022/12/3893', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4225, '2022-12-27 17:42:38', 3871, NULL, NULL, 'IPAY2022/12/3894', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4226, '2022-12-27 17:49:43', 3872, NULL, NULL, 'IPAY2022/12/3895', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4227, '2022-12-27 17:56:21', 3873, NULL, NULL, 'IPAY2022/12/3896', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4228, '2022-12-27 18:26:58', 3874, NULL, NULL, 'IPAY2022/12/3897', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4229, '2022-12-28 07:06:56', 3875, NULL, NULL, 'IPAY2022/12/3898', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4230, '2022-12-28 07:35:00', 3876, NULL, NULL, 'IPAY2022/12/3899', NULL, 'cash', '', '', '', '', '', '', '26.4998', NULL, 7, NULL, 'received', '', '26.4998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4231, '2022-12-28 07:35:32', 3877, NULL, NULL, 'IPAY2022/12/3900', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4232, '2022-12-28 07:35:50', 3878, NULL, NULL, 'IPAY2022/12/3901', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4233, '2022-12-28 07:37:01', 3879, NULL, NULL, 'IPAY2022/12/3902', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4234, '2022-12-28 07:38:19', 3880, NULL, NULL, 'IPAY2022/12/3903', NULL, 'cash', '', '', '', '', '', '', '16.2500', NULL, 7, NULL, 'received', '', '16.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4235, '2022-12-28 07:39:27', 3881, NULL, NULL, 'IPAY2022/12/3904', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4236, '2022-12-28 07:40:02', 3882, NULL, NULL, 'IPAY2022/12/3905', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4237, '2022-12-28 07:50:46', 3883, NULL, NULL, 'IPAY2022/12/3906', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4238, '2022-12-28 08:53:18', 3884, NULL, NULL, 'IPAY2022/12/3907', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4239, '2022-12-28 09:09:55', 3885, NULL, NULL, 'IPAY2022/12/3908', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4240, '2022-12-28 10:00:22', 3886, NULL, NULL, 'IPAY2022/12/3909', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4241, '2022-12-28 10:16:21', 3887, NULL, NULL, 'IPAY2022/12/3910', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4242, '2022-12-28 10:53:29', 3888, NULL, NULL, 'IPAY2022/12/3911', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4243, '2022-12-28 11:39:25', 3889, NULL, NULL, 'IPAY2022/12/3912', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4244, '2022-12-28 11:58:31', 3890, NULL, NULL, 'IPAY2022/12/3913', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4245, '2022-12-28 12:34:36', 3891, NULL, NULL, 'IPAY2022/12/3914', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4246, '2022-12-28 13:30:28', 3892, NULL, NULL, 'IPAY2022/12/3915', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4247, '2022-12-28 13:51:44', 3893, NULL, NULL, 'IPAY2022/12/3916', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4248, '2022-12-28 14:20:59', 3894, NULL, NULL, 'IPAY2022/12/3917', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4249, '2022-12-28 15:02:42', 3895, NULL, NULL, 'IPAY2022/12/3918', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4250, '2022-12-28 15:03:29', 3896, NULL, NULL, 'IPAY2022/12/3919', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4251, '2022-12-28 16:25:55', 3897, NULL, NULL, 'IPAY2022/12/3920', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4252, '2022-12-28 16:34:36', 3898, NULL, NULL, 'IPAY2022/12/3921', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4253, '2022-12-28 16:41:50', 3899, NULL, NULL, 'IPAY2022/12/3922', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4254, '2022-12-28 16:48:34', 3900, NULL, NULL, 'IPAY2022/12/3923', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4255, '2022-12-28 18:13:11', 3901, NULL, NULL, 'IPAY2022/12/3924', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4256, '2022-12-28 18:34:15', 3902, NULL, NULL, 'IPAY2022/12/3925', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4257, '2022-12-28 18:51:59', 3903, NULL, NULL, 'IPAY2022/12/3926', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4258, '2022-12-28 18:53:28', 3904, NULL, NULL, 'IPAY2022/12/3927', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4259, '2022-12-28 19:07:13', 3905, NULL, NULL, 'IPAY2022/12/3928', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '42.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4260, '2022-12-28 19:09:42', 3906, NULL, NULL, 'IPAY2022/12/3929', NULL, 'cash', '', '', '', '', '', '', '92.5000', NULL, 7, NULL, 'received', '', '92.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4261, '2022-12-28 19:10:42', 3907, NULL, NULL, 'IPAY2022/12/3930', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4262, '2022-12-28 19:14:03', 3908, NULL, NULL, 'IPAY2022/12/3931', NULL, 'cash', '', '', '', '', '', '', '57.5000', NULL, 7, NULL, 'received', '', '57.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4263, '2022-12-28 19:44:04', 3909, NULL, NULL, 'IPAY2022/12/3932', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4264, '2022-12-28 20:04:48', 3910, NULL, NULL, 'IPAY2022/12/3933', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4265, '2022-12-29 06:08:58', 3911, NULL, NULL, 'IPAY2022/12/3934', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4266, '2022-12-29 06:43:33', 3912, NULL, NULL, 'IPAY2022/12/3935', NULL, 'cash', '', '', '', '', '', '', '6.9999', NULL, 7, NULL, 'received', '', '6.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4267, '2022-12-29 06:48:28', 3913, NULL, NULL, 'IPAY2022/12/3936', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4268, '2022-12-29 06:49:37', 3914, NULL, NULL, 'IPAY2022/12/3937', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4269, '2022-12-29 06:52:53', 3915, NULL, NULL, 'IPAY2022/12/3938', NULL, 'cash', '', '', '', '', '', '', '219.0000', NULL, 7, NULL, 'received', '', '219.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4270, '2022-12-29 06:55:23', 3916, NULL, NULL, 'IPAY2022/12/3939', NULL, 'cash', '', '', '', '', '', '', '240.0000', NULL, 7, NULL, 'received', '', '240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4271, '2022-12-29 06:56:50', 3917, NULL, NULL, 'IPAY2022/12/3940', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4272, '2022-12-29 07:27:24', 3918, NULL, NULL, 'IPAY2022/12/3941', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4273, '2022-12-29 09:57:30', 3919, NULL, NULL, 'IPAY2022/12/3942', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4274, '2022-12-29 10:58:16', 3920, NULL, NULL, 'IPAY2022/12/3943', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4275, '2022-12-29 11:05:12', 3921, NULL, NULL, 'IPAY2022/12/3944', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4276, '2022-12-29 11:20:40', 3922, NULL, NULL, 'IPAY2022/12/3945', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4277, '2022-12-29 11:22:31', 3923, NULL, NULL, 'IPAY2022/12/3946', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4278, '2022-12-29 12:17:31', 3924, NULL, NULL, 'IPAY2022/12/3947', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4279, '2022-12-29 12:25:01', 3925, NULL, NULL, 'IPAY2022/12/3948', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4280, '2022-12-29 12:42:46', 3926, NULL, NULL, 'IPAY2022/12/3949', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4281, '2022-12-29 13:12:07', 3927, NULL, NULL, 'IPAY2022/12/3950', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4282, '2022-12-29 14:37:37', 3928, NULL, NULL, 'IPAY2022/12/3951', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4283, '2022-12-29 15:14:44', 3929, NULL, NULL, 'IPAY2022/12/3952', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4284, '2022-12-29 15:17:40', 3930, NULL, NULL, 'IPAY2022/12/3953', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4285, '2022-12-29 16:07:32', 3931, NULL, NULL, 'IPAY2022/12/3954', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4286, '2022-12-29 16:08:56', 3932, NULL, NULL, 'IPAY2022/12/3955', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4287, '2022-12-29 16:23:07', 3933, NULL, NULL, 'IPAY2022/12/3956', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4288, '2022-12-29 16:29:16', 3934, NULL, NULL, 'IPAY2022/12/3957', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4289, '2022-12-29 16:44:18', 3935, NULL, NULL, 'IPAY2022/12/3958', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4290, '2022-12-29 16:58:39', 3936, NULL, NULL, 'IPAY2022/12/3959', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4291, '2022-12-29 17:05:08', 3937, NULL, NULL, 'IPAY2022/12/3960', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4292, '2022-12-29 17:29:48', 3938, NULL, NULL, 'IPAY2022/12/3961', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4293, '2022-12-29 17:48:13', 3939, NULL, NULL, 'IPAY2022/12/3962', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4294, '2022-12-29 17:51:25', 3940, NULL, NULL, 'IPAY2022/12/3963', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4295, '2022-12-29 18:01:10', 3941, NULL, NULL, 'IPAY2022/12/3964', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4296, '2022-12-29 18:09:34', 3942, NULL, NULL, 'IPAY2022/12/3965', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4297, '2022-12-29 18:22:03', 3943, NULL, NULL, 'IPAY2022/12/3966', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4298, '2022-12-29 18:27:49', 3944, NULL, NULL, 'IPAY2022/12/3967', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4299, '2022-12-29 18:35:49', 3945, NULL, NULL, 'IPAY2022/12/3968', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4300, '2022-12-29 18:40:20', 3946, NULL, NULL, 'IPAY2022/12/3969', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4301, '2022-12-29 18:44:38', 3947, NULL, NULL, 'IPAY2022/12/3970', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4302, '2022-12-29 19:06:18', 3948, NULL, NULL, 'IPAY2022/12/3971', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4303, '2022-12-29 19:09:46', 3949, NULL, NULL, 'IPAY2022/12/3972', NULL, 'cash', '', '', '', '', '', '', '62.5000', NULL, 7, NULL, 'received', '', '62.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4304, '2022-12-29 19:22:24', 3950, NULL, NULL, 'IPAY2022/12/3973', NULL, 'cash', '', '', '', '', '', '', '137.5000', NULL, 7, NULL, 'received', '', '137.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4305, '2022-12-29 19:48:57', 3951, NULL, NULL, 'IPAY2022/12/3974', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4306, '2022-12-29 19:56:09', 3952, NULL, NULL, 'IPAY2022/12/3975', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4307, '2022-12-29 19:58:51', 3953, NULL, NULL, 'IPAY2022/12/3976', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4308, '2022-12-30 06:04:55', 3954, NULL, NULL, 'IPAY2022/12/3977', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4309, '2022-12-30 07:09:54', 3955, NULL, NULL, 'IPAY2022/12/3978', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4310, '2022-12-30 07:57:45', 3956, NULL, NULL, 'IPAY2022/12/3979', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4311, '2022-12-30 08:12:36', 3957, NULL, NULL, 'IPAY2022/12/3980', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4312, '2022-12-30 08:16:35', 3958, NULL, NULL, 'IPAY2022/12/3981', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4313, '2022-12-30 08:37:42', 3959, NULL, NULL, 'IPAY2022/12/3982', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4314, '2022-12-30 09:02:24', 3960, NULL, NULL, 'IPAY2022/12/3983', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4315, '2022-12-30 09:10:09', 3961, NULL, NULL, 'IPAY2022/12/3984', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4316, '2022-12-30 09:23:00', 3962, NULL, NULL, 'IPAY2022/12/3985', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4317, '2022-12-30 09:31:00', NULL, NULL, 400, 'POP2022/12/0356', NULL, 'cash', '', '', '', '', '', 'Visa', '774.7400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4318, '2022-12-30 09:32:32', 3963, NULL, NULL, 'IPAY2022/12/3986', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4319, '2022-12-30 09:36:00', NULL, NULL, 401, 'POP2022/12/0357', NULL, 'cash', '', '', '', '', '', 'Visa', '2768.9898', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4320, '2022-12-30 09:46:10', 3964, NULL, NULL, 'IPAY2022/12/3987', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4321, '2022-12-30 09:47:35', 3965, NULL, NULL, 'IPAY2022/12/3988', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4322, '2022-12-30 09:52:43', 3966, NULL, NULL, 'IPAY2022/12/3989', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4323, '2022-12-30 09:57:00', NULL, NULL, 402, 'POP2022/12/0358', NULL, 'cash', '', '', '', '', '', 'Visa', '264.9600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4324, '2022-12-30 10:01:00', NULL, NULL, 403, 'POP2022/12/0359', NULL, 'cash', '', '', '', '', '', 'Visa', '643.6400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4325, '2022-12-30 10:04:17', 3967, NULL, NULL, 'IPAY2022/12/3990', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4326, '2022-12-30 10:19:00', NULL, NULL, 404, 'POP2022/12/0360', NULL, 'cash', '', '', '', '', '', 'Visa', '865.0500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4327, '2022-12-30 10:20:09', 3968, NULL, NULL, 'IPAY2022/12/3991', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4328, '2022-12-30 10:21:00', NULL, NULL, 405, 'POP2022/12/0361', NULL, 'cash', '', '', '', '', '', 'Visa', '226.4348', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4329, '2022-12-30 10:22:08', 3969, NULL, NULL, 'IPAY2022/12/3992', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4330, '2022-12-30 10:24:00', 3970, NULL, NULL, 'IPAY2022/12/3993', NULL, 'cash', '', '', '', '', '', '', '121.0000', NULL, 7, NULL, 'received', '', '121.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4331, '2022-12-30 10:29:05', 3971, NULL, NULL, 'IPAY2022/12/3994', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4332, '2022-12-30 11:24:55', 3972, NULL, NULL, 'IPAY2022/12/3995', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4333, '2022-12-30 11:50:23', 3973, NULL, NULL, 'IPAY2022/12/3996', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4334, '2022-12-30 12:21:03', 3974, NULL, NULL, 'IPAY2022/12/3997', NULL, 'cash', '', '', '', '', '', '', '131.5000', NULL, 7, NULL, 'received', '', '131.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4335, '2022-12-30 12:49:15', 3975, NULL, NULL, 'IPAY2022/12/3998', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4336, '2022-12-30 13:21:23', 3976, NULL, NULL, 'IPAY2022/12/3999', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4337, '2022-12-30 13:27:49', 3977, NULL, NULL, 'IPAY2022/12/4000', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4338, '2022-12-30 13:41:28', 3978, NULL, NULL, 'IPAY2022/12/4001', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4339, '2022-12-30 13:50:42', 3979, NULL, NULL, 'IPAY2022/12/4002', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4340, '2022-12-30 15:15:06', 3980, NULL, NULL, 'IPAY2022/12/4003', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4341, '2022-12-30 15:21:39', 3981, NULL, NULL, 'IPAY2022/12/4004', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4342, '2022-12-30 15:49:03', 3982, NULL, NULL, 'IPAY2022/12/4005', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4343, '2022-12-30 15:59:50', 3983, NULL, NULL, 'IPAY2022/12/4006', NULL, 'cash', '', '', '', '', '', '', '144.0000', NULL, 7, NULL, 'received', '', '144.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4344, '2022-12-30 16:01:18', 3984, NULL, NULL, 'IPAY2022/12/4007', NULL, 'cash', '', '', '', '', '', '', '2.9999', NULL, 7, NULL, 'received', '', '2.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4345, '2022-12-30 16:17:48', 3985, NULL, NULL, 'IPAY2022/12/4008', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4346, '2022-12-30 16:37:21', 3986, NULL, NULL, 'IPAY2022/12/4009', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4347, '2022-12-30 16:41:02', 3987, NULL, NULL, 'IPAY2022/12/4010', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4348, '2022-12-30 16:41:22', 3988, NULL, NULL, 'IPAY2022/12/4011', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4349, '2022-12-30 17:07:19', 3989, NULL, NULL, 'IPAY2022/12/4012', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4350, '2022-12-30 17:27:58', 3990, NULL, NULL, 'IPAY2022/12/4013', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4351, '2022-12-30 17:30:40', 3991, NULL, NULL, 'IPAY2022/12/4014', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4352, '2022-12-30 17:50:43', 3992, NULL, NULL, 'IPAY2022/12/4015', NULL, 'cash', '', '', '', '', '', '', '175.0000', NULL, 7, NULL, 'received', '', '175.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4353, '2022-12-30 17:53:31', 3993, NULL, NULL, 'IPAY2022/12/4016', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4354, '2022-12-30 18:09:20', 3994, NULL, NULL, 'IPAY2022/12/4017', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4355, '2022-12-30 18:18:34', 3995, NULL, NULL, 'IPAY2022/12/4018', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4356, '2022-12-30 18:39:23', 3996, NULL, NULL, 'IPAY2022/12/4019', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4357, '2022-12-30 18:41:02', 3997, NULL, NULL, 'IPAY2022/12/4020', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4358, '2022-12-30 18:50:11', 3998, NULL, NULL, 'IPAY2022/12/4021', NULL, 'cash', '', '', '', '', '', '', '240.0000', NULL, 7, NULL, 'received', '', '240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4359, '2022-12-30 18:58:56', 3999, NULL, NULL, 'IPAY2022/12/4022', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4360, '2022-12-30 19:09:39', 4000, NULL, NULL, 'IPAY2022/12/4023', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4361, '2022-12-30 19:10:29', 4001, NULL, NULL, 'IPAY2022/12/4024', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4362, '2022-12-30 19:28:10', 4002, NULL, NULL, 'IPAY2022/12/4025', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4363, '2022-12-30 19:53:49', 4003, NULL, NULL, 'IPAY2022/12/4026', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4364, '2022-12-30 19:56:47', 4004, NULL, NULL, 'IPAY2022/12/4027', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '42.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4365, '2022-12-30 20:24:54', 4005, NULL, NULL, 'IPAY2022/12/4028', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4366, '2022-12-30 20:33:03', 4006, NULL, NULL, 'IPAY2022/12/4029', NULL, 'cash', '', '', '', '', '', '', '160.0000', NULL, 7, NULL, 'received', '', '160.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4367, '2022-12-31 06:51:52', 4007, NULL, NULL, 'IPAY2022/12/4030', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4368, '2022-12-31 07:17:39', 4008, NULL, NULL, 'IPAY2022/12/4031', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4369, '2022-12-31 07:29:40', 4009, NULL, NULL, 'IPAY2022/12/4032', NULL, 'cash', '', '', '', '', '', '', '92.0000', NULL, 7, NULL, 'received', '', '92.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4370, '2022-12-31 07:51:12', 4010, NULL, NULL, 'IPAY2022/12/4033', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4371, '2022-12-31 08:02:52', 4011, NULL, NULL, 'IPAY2022/12/4034', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4372, '2022-12-31 08:22:51', 4012, NULL, NULL, 'IPAY2022/12/4035', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4373, '2022-12-31 08:32:50', 4013, NULL, NULL, 'IPAY2022/12/4036', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4374, '2022-12-31 08:34:52', 4014, NULL, NULL, 'IPAY2022/12/4037', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4375, '2022-12-31 09:08:24', 4015, NULL, NULL, 'IPAY2022/12/4038', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4376, '2022-12-31 09:10:15', 4016, NULL, NULL, 'IPAY2022/12/4039', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4377, '2022-12-31 09:25:55', 4017, NULL, NULL, 'IPAY2022/12/4040', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4378, '2022-12-31 09:33:36', 4018, NULL, NULL, 'IPAY2022/12/4041', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4379, '2022-12-31 09:37:27', 4019, NULL, NULL, 'IPAY2022/12/4042', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4380, '2022-12-31 10:12:14', 4020, NULL, NULL, 'IPAY2022/12/4043', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4381, '2022-12-31 10:15:18', 4021, NULL, NULL, 'IPAY2022/12/4044', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4382, '2022-12-31 11:05:51', 4022, NULL, NULL, 'IPAY2022/12/4045', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '86.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4383, '2022-12-31 11:07:58', 4023, NULL, NULL, 'IPAY2022/12/4046', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4384, '2022-12-31 11:54:06', 4024, NULL, NULL, 'IPAY2022/12/4047', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4385, '2022-12-31 11:56:49', 4025, NULL, NULL, 'IPAY2022/12/4048', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4386, '2022-12-31 11:59:42', 4026, NULL, NULL, 'IPAY2022/12/4049', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4387, '2022-12-31 12:28:39', 4027, NULL, NULL, 'IPAY2022/12/4050', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4388, '2022-12-31 12:50:46', 4028, NULL, NULL, 'IPAY2022/12/4051', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4389, '2022-12-31 13:19:06', 4029, NULL, NULL, 'IPAY2022/12/4052', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4390, '2022-12-31 13:23:28', 4030, NULL, NULL, 'IPAY2022/12/4053', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4391, '2022-12-31 13:29:04', 4031, NULL, NULL, 'IPAY2022/12/4054', NULL, 'cash', '', '', '', '', '', '', '64.5000', NULL, 7, NULL, 'received', '', '64.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4392, '2022-12-31 13:47:17', 4032, NULL, NULL, 'IPAY2022/12/4055', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4393, '2022-12-31 15:17:56', 4033, NULL, NULL, 'IPAY2022/12/4056', NULL, 'cash', '', '', '', '', '', '', '61.5000', NULL, 7, NULL, 'received', '', '61.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4394, '2022-12-31 15:42:14', 4034, NULL, NULL, 'IPAY2022/12/4057', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4395, '2022-12-31 16:10:14', 4035, NULL, NULL, 'IPAY2022/12/4058', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4396, '2022-12-31 16:19:00', 4036, NULL, NULL, 'IPAY2022/12/4059', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4397, '2022-12-31 16:20:20', 4037, NULL, NULL, 'IPAY2022/12/4060', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4398, '2022-12-31 16:21:46', 4038, NULL, NULL, 'IPAY2022/12/4061', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4399, '2022-12-31 16:30:46', 4039, NULL, NULL, 'IPAY2022/12/4062', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4400, '2022-12-31 16:32:40', 4040, NULL, NULL, 'IPAY2022/12/4063', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4401, '2022-12-31 16:40:35', 4041, NULL, NULL, 'IPAY2022/12/4064', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4402, '2022-12-31 17:21:34', 4042, NULL, NULL, 'IPAY2022/12/4065', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '47.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4403, '2022-12-31 17:38:37', 4043, NULL, NULL, 'IPAY2022/12/4066', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4404, '2022-12-31 17:41:43', 4044, NULL, NULL, 'IPAY2022/12/4067', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4405, '2022-12-31 17:53:12', 4045, NULL, NULL, 'IPAY2022/12/4068', NULL, 'cash', '', '', '', '', '', '', '98.0000', NULL, 7, NULL, 'received', '', '98.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4406, '2022-12-31 18:04:21', 4046, NULL, NULL, 'IPAY2022/12/4069', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4407, '2022-12-31 18:36:23', 4048, NULL, NULL, 'IPAY2022/12/4070', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4408, '2022-12-31 18:46:29', 4049, NULL, NULL, 'IPAY2022/12/4071', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4409, '2022-12-31 18:50:27', 4050, NULL, NULL, 'IPAY2022/12/4072', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4410, '2022-12-31 18:53:23', 4051, NULL, NULL, 'IPAY2022/12/4073', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4411, '2022-12-31 18:59:37', 4052, NULL, NULL, 'IPAY2022/12/4074', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4412, '2023-01-01 06:34:39', 4053, NULL, NULL, 'IPAY2023/01/4075', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4413, '2023-01-01 06:57:32', 4054, NULL, NULL, 'IPAY2023/01/4076', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4414, '2023-01-01 08:18:28', 4055, NULL, NULL, 'IPAY2023/01/4077', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4415, '2023-01-01 08:25:17', 4056, NULL, NULL, 'IPAY2023/01/4078', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4416, '2023-01-01 08:35:42', 4057, NULL, NULL, 'IPAY2023/01/4079', NULL, 'cash', '', '', '', '', '', '', '103.0000', NULL, 7, NULL, 'received', '', '103.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4417, '2023-01-01 08:43:42', 4058, NULL, NULL, 'IPAY2023/01/4080', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4418, '2023-01-01 08:57:55', 4059, NULL, NULL, 'IPAY2023/01/4081', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4419, '2023-01-01 09:13:40', 4061, NULL, NULL, 'IPAY2023/01/4082', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4420, '2023-01-01 10:36:56', 4062, NULL, NULL, 'IPAY2023/01/4083', NULL, 'cash', '', '', '', '', '', '', '83.5000', NULL, 7, NULL, 'received', '', '83.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4421, '2023-01-01 10:46:30', 4063, NULL, NULL, 'IPAY2023/01/4084', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4422, '2023-01-01 10:52:25', 4064, NULL, NULL, 'IPAY2023/01/4085', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4423, '2023-01-01 10:53:19', 4065, NULL, NULL, 'IPAY2023/01/4086', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4424, '2023-01-01 11:00:12', 4066, NULL, NULL, 'IPAY2023/01/4087', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4425, '2023-01-01 11:15:17', 4067, NULL, NULL, 'IPAY2023/01/4088', NULL, 'cash', '', '', '', '', '', '', '89.0000', NULL, 7, NULL, 'received', '', '89.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4426, '2023-01-01 11:25:46', 4068, NULL, NULL, 'IPAY2023/01/4089', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4427, '2023-01-01 11:28:05', 4069, NULL, NULL, 'IPAY2023/01/4090', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4428, '2023-01-01 11:29:47', 4070, NULL, NULL, 'IPAY2023/01/4091', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4429, '2023-01-01 11:39:08', 4071, NULL, NULL, 'IPAY2023/01/4092', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4430, '2023-01-01 12:02:24', 4072, NULL, NULL, 'IPAY2023/01/4093', NULL, 'cash', '', '', '', '', '', '', '93.0000', NULL, 7, NULL, 'received', '', '93.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4431, '2023-01-01 12:12:45', 4073, NULL, NULL, 'IPAY2023/01/4094', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4432, '2023-01-01 12:14:30', 4074, NULL, NULL, 'IPAY2023/01/4095', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4433, '2023-01-01 12:15:46', 4075, NULL, NULL, 'IPAY2023/01/4096', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4434, '2023-01-01 12:21:46', 4076, NULL, NULL, 'IPAY2023/01/4097', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4435, '2023-01-01 12:38:23', 4077, NULL, NULL, 'IPAY2023/01/4098', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4436, '2023-01-01 13:02:25', 4078, NULL, NULL, 'IPAY2023/01/4099', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4437, '2023-01-01 13:05:16', 4079, NULL, NULL, 'IPAY2023/01/4100', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4438, '2023-01-01 13:33:42', 4080, NULL, NULL, 'IPAY2023/01/4101', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4439, '2023-01-01 13:42:04', 4081, NULL, NULL, 'IPAY2023/01/4102', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4440, '2023-01-01 13:42:53', 4082, NULL, NULL, 'IPAY2023/01/4103', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4441, '2023-01-01 13:51:09', 4083, NULL, NULL, 'IPAY2023/01/4104', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4442, '2023-01-01 14:16:21', 4084, NULL, NULL, 'IPAY2023/01/4105', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4443, '2023-01-01 14:30:08', 4085, NULL, NULL, 'IPAY2023/01/4106', NULL, 'cash', '', '', '', '', '', '', '75.5000', NULL, 7, NULL, 'received', '', '75.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4444, '2023-01-01 14:30:48', 4086, NULL, NULL, 'IPAY2023/01/4107', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4445, '2023-01-01 14:31:08', 4087, NULL, NULL, 'IPAY2023/01/4108', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4446, '2023-01-01 15:10:06', 4088, NULL, NULL, 'IPAY2023/01/4109', NULL, 'cash', '', '', '', '', '', '', '95.0000', NULL, 7, NULL, 'received', '', '95.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4447, '2023-01-01 15:12:15', 4089, NULL, NULL, 'IPAY2023/01/4110', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4448, '2023-01-01 15:15:17', 4090, NULL, NULL, 'IPAY2023/01/4111', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4449, '2023-01-01 15:26:13', 4091, NULL, NULL, 'IPAY2023/01/4112', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4450, '2023-01-01 15:39:35', 4092, NULL, NULL, 'IPAY2023/01/4113', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4451, '2023-01-01 15:57:30', 4093, NULL, NULL, 'IPAY2023/01/4114', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4452, '2023-01-01 16:12:49', 4094, NULL, NULL, 'IPAY2023/01/4115', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4453, '2023-01-01 16:41:12', 4095, NULL, NULL, 'IPAY2023/01/4116', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4454, '2023-01-01 18:00:36', 4096, NULL, NULL, 'IPAY2023/01/4117', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4455, '2023-01-01 18:24:41', 4097, NULL, NULL, 'IPAY2023/01/4118', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4456, '2023-01-01 18:26:15', 4098, NULL, NULL, 'IPAY2023/01/4119', NULL, 'cash', '', '', '', '', '', '', '44.5000', NULL, 7, NULL, 'received', '', '44.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4457, '2023-01-01 19:26:06', 4099, NULL, NULL, 'IPAY2023/01/4120', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4458, '2023-01-01 19:28:35', 4100, NULL, NULL, 'IPAY2023/01/4121', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4459, '2023-01-01 19:38:08', 4101, NULL, NULL, 'IPAY2023/01/4122', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4460, '2023-01-01 20:02:46', 4102, NULL, NULL, 'IPAY2023/01/4123', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4461, '2023-01-01 20:11:13', 4103, NULL, NULL, 'IPAY2023/01/4124', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4462, '2023-01-02 07:21:03', 4104, NULL, NULL, 'IPAY2023/01/4125', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4463, '2023-01-02 07:21:51', 4105, NULL, NULL, 'IPAY2023/01/4126', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4464, '2023-01-02 07:32:58', 4106, NULL, NULL, 'IPAY2023/01/4127', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4465, '2023-01-02 07:33:46', 4107, NULL, NULL, 'IPAY2023/01/4128', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4466, '2023-01-02 07:34:39', 4108, NULL, NULL, 'IPAY2023/01/4129', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4467, '2023-01-02 07:35:34', 4109, NULL, NULL, 'IPAY2023/01/4130', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4468, '2023-01-02 07:37:51', 4110, NULL, NULL, 'IPAY2023/01/4131', NULL, 'cash', '', '', '', '', '', '', '117.0000', NULL, 7, NULL, 'received', '', '117.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4469, '2023-01-02 07:38:55', 4111, NULL, NULL, 'IPAY2023/01/4132', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4470, '2023-01-02 07:41:26', 4112, NULL, NULL, 'IPAY2023/01/4133', NULL, 'cash', '', '', '', '', '', '', '127.0000', NULL, 7, NULL, 'received', '', '127.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4471, '2023-01-02 07:45:33', 4113, NULL, NULL, 'IPAY2023/01/4134', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4472, '2023-01-02 07:47:32', 4114, NULL, NULL, 'IPAY2023/01/4135', NULL, 'cash', '', '', '', '', '', '', '104.5000', NULL, 7, NULL, 'received', '', '104.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4473, '2023-01-02 07:49:22', 4115, NULL, NULL, 'IPAY2023/01/4136', NULL, 'cash', '', '', '', '', '', '', '142.0000', NULL, 7, NULL, 'received', '', '142.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4474, '2023-01-02 07:51:19', 4116, NULL, NULL, 'IPAY2023/01/4137', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4475, '2023-01-02 07:57:51', 4117, NULL, NULL, 'IPAY2023/01/4138', NULL, 'cash', '', '', '', '', '', '', '430.0000', NULL, 7, NULL, 'received', '', '430.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4476, '2023-01-02 07:59:44', 4118, NULL, NULL, 'IPAY2023/01/4139', NULL, 'cash', '', '', '', '', '', '', '180.0000', NULL, 7, NULL, 'received', '', '180.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4477, '2023-01-02 08:03:51', 4119, NULL, NULL, 'IPAY2023/01/4140', NULL, 'cash', '', '', '', '', '', '', '666.5000', NULL, 7, NULL, 'received', '', '666.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4478, '2023-01-02 08:10:06', 4120, NULL, NULL, 'IPAY2023/01/4141', NULL, 'cash', '', '', '', '', '', '', '111.5000', NULL, 7, NULL, 'received', '', '111.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4479, '2023-01-02 08:10:55', 4121, NULL, NULL, 'IPAY2023/01/4142', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4480, '2023-01-02 08:12:09', 4122, NULL, NULL, 'IPAY2023/01/4143', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4481, '2023-01-02 08:13:57', 4123, NULL, NULL, 'IPAY2023/01/4144', NULL, 'cash', '', '', '', '', '', '', '77.0000', NULL, 7, NULL, 'received', '', '77.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4482, '2023-01-02 08:15:46', 4124, NULL, NULL, 'IPAY2023/01/4145', NULL, 'cash', '', '', '', '', '', '', '284.9998', NULL, 7, NULL, 'received', '', '284.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4483, '2023-01-02 08:17:23', 4125, NULL, NULL, 'IPAY2023/01/4146', NULL, 'cash', '', '', '', '', '', '', '143.0000', NULL, 7, NULL, 'received', '', '143.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4484, '2023-01-02 08:19:25', 4126, NULL, NULL, 'IPAY2023/01/4147', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4485, '2023-01-02 08:22:17', 4127, NULL, NULL, 'IPAY2023/01/4148', NULL, 'cash', '', '', '', '', '', '', '140.5000', NULL, 7, NULL, 'received', '', '140.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4486, '2023-01-02 08:23:57', 4128, NULL, NULL, 'IPAY2023/01/4149', NULL, 'cash', '', '', '', '', '', '', '71.0000', NULL, 7, NULL, 'received', '', '71.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4487, '2023-01-02 08:25:11', 4129, NULL, NULL, 'IPAY2023/01/4150', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4488, '2023-01-02 08:28:53', 4130, NULL, NULL, 'IPAY2023/01/4151', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4489, '2023-01-02 08:30:52', 4131, NULL, NULL, 'IPAY2023/01/4152', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4490, '2023-01-02 10:29:00', NULL, NULL, 406, 'POP2023/01/0362', NULL, 'cash', '', '', '', '', '', 'Visa', '330.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4491, '2023-01-05 09:38:00', NULL, NULL, 407, 'POP2023/01/0363', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4492, '2023-01-05 09:44:00', NULL, NULL, 408, 'POP2023/01/0364', NULL, 'cash', '', '', '', '', '', 'Visa', '232.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4493, '2023-01-05 09:47:00', NULL, NULL, 409, 'POP2023/01/0365', NULL, 'cash', '', '', '', '', '', 'Visa', '1485.9000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4494, '2023-01-05 10:54:40', 4132, NULL, NULL, 'IPAY2023/01/4153', NULL, 'cash', '', '', '', '', '', '', '142.5000', NULL, 7, NULL, 'received', '', '142.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4495, '2023-01-05 11:00:34', 4133, NULL, NULL, 'IPAY2023/01/4154', NULL, 'cash', '', '', '', '', '', '', '172.5000', NULL, 7, NULL, 'received', '', '172.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4496, '2023-01-05 11:04:00', 4134, NULL, NULL, 'IPAY2023/01/4155', NULL, 'cash', '', '', '', '', '', '', '71.0000', NULL, 7, NULL, 'received', '', '71.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4497, '2023-01-05 11:21:07', 4135, NULL, NULL, 'IPAY2023/01/4156', NULL, 'cash', '', '', '', '', '', '', '588.9999', NULL, 7, NULL, 'received', '', '588.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4498, '2023-01-05 11:26:36', 4136, NULL, NULL, 'IPAY2023/01/4157', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4499, '2023-01-05 12:34:39', 4137, NULL, NULL, 'IPAY2023/01/4158', NULL, 'cash', '', '', '', '', '', '', '177.9998', NULL, 7, NULL, 'received', '', '177.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4500, '2023-01-05 12:53:52', 4138, NULL, NULL, 'IPAY2023/01/4159', NULL, 'cash', '', '', '', '', '', '', '322.5000', NULL, 7, NULL, 'received', '', '322.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4501, '2023-01-05 13:21:46', 4139, NULL, NULL, 'IPAY2023/01/4160', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4502, '2023-01-05 13:55:20', 4140, NULL, NULL, 'IPAY2023/01/4161', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '100.0000', '83.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4503, '2023-01-05 14:04:00', 4141, NULL, NULL, 'IPAY2023/01/4162', NULL, 'cash', '', '', '', '', '', '', '205.0000', NULL, 7, NULL, 'received', '', '205.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4504, '2023-01-05 14:09:56', 4142, NULL, NULL, 'IPAY2023/01/4163', NULL, 'cash', '', '', '', '', '', '', '173.0000', NULL, 7, NULL, 'received', '', '173.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4505, '2023-01-05 14:15:26', 4143, NULL, NULL, 'IPAY2023/01/4164', NULL, 'cash', '', '', '', '', '', '', '113.9998', NULL, 7, NULL, 'received', '', '113.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4506, '2023-01-05 14:18:10', 4144, NULL, NULL, 'IPAY2023/01/4165', NULL, 'cash', '', '', '', '', '', '', '73.5000', NULL, 7, NULL, 'received', '', '73.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4507, '2023-01-05 14:31:11', 4145, NULL, NULL, 'IPAY2023/01/4166', NULL, 'cash', '', '', '', '', '', '', '160.8333', NULL, 7, NULL, 'received', '', '160.8333', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4508, '2023-01-05 14:35:51', 4146, NULL, NULL, 'IPAY2023/01/4167', NULL, 'cash', '', '', '', '', '', '', '326.9999', NULL, 7, NULL, 'received', '', '326.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4509, '2023-01-05 14:42:11', 4147, NULL, NULL, 'IPAY2023/01/4168', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4510, '2023-01-05 14:45:28', 4148, NULL, NULL, 'IPAY2023/01/4169', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4511, '2023-01-05 14:48:19', 4149, NULL, NULL, 'IPAY2023/01/4170', NULL, 'cash', '', '', '', '', '', '', '63.5000', NULL, 7, NULL, 'received', '', '63.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4512, '2023-01-05 14:51:11', 4150, NULL, NULL, 'IPAY2023/01/4171', NULL, 'cash', '', '', '', '', '', '', '166.5000', NULL, 7, NULL, 'received', '', '166.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4513, '2023-01-05 14:54:50', 4151, NULL, NULL, 'IPAY2023/01/4172', NULL, 'cash', '', '', '', '', '', '', '165.7500', NULL, 7, NULL, 'received', '', '165.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4514, '2023-01-05 15:03:10', 4152, NULL, NULL, 'IPAY2023/01/4173', NULL, 'cash', '', '', '', '', '', '', '39.5000', NULL, 7, NULL, 'received', '', '39.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4515, '2023-01-05 15:04:02', 4153, NULL, NULL, 'IPAY2023/01/4174', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4516, '2023-01-05 15:05:43', 4154, NULL, NULL, 'IPAY2023/01/4175', NULL, 'cash', '', '', '', '', '', '', '208.0000', NULL, 7, NULL, 'received', '', '208.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4517, '2023-01-05 15:07:04', 4155, NULL, NULL, 'IPAY2023/01/4176', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4518, '2023-01-05 15:09:45', 4156, NULL, NULL, 'IPAY2023/01/4177', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4519, '2023-01-05 15:11:53', 4157, NULL, NULL, 'IPAY2023/01/4178', NULL, 'cash', '', '', '', '', '', '', '28.9999', NULL, 7, NULL, 'received', '', '28.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4520, '2023-01-05 15:24:06', 4158, NULL, NULL, 'IPAY2023/01/4179', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4521, '2023-01-05 15:57:05', 4159, NULL, NULL, 'IPAY2023/01/4180', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4522, '2023-01-05 15:59:30', 4160, NULL, NULL, 'IPAY2023/01/4181', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4523, '2023-01-05 16:28:13', 4161, NULL, NULL, 'IPAY2023/01/4182', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '50.0000', '35.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4524, '2023-01-05 17:14:58', 4162, NULL, NULL, 'IPAY2023/01/4183', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4525, '2023-01-05 18:13:11', 4163, NULL, NULL, 'IPAY2023/01/4184', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4526, '2023-01-05 18:29:44', 4164, NULL, NULL, 'IPAY2023/01/4185', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4527, '2023-01-05 18:31:14', 4165, NULL, NULL, 'IPAY2023/01/4186', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4528, '2023-01-05 19:08:22', 4166, NULL, NULL, 'IPAY2023/01/4187', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4529, '2023-01-05 20:01:06', 4167, NULL, NULL, 'IPAY2023/01/4188', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4530, '2023-01-06 06:43:13', 4168, NULL, NULL, 'IPAY2023/01/4189', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4531, '2023-01-06 06:52:34', 4169, NULL, NULL, 'IPAY2023/01/4190', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4532, '2023-01-06 06:57:45', 4170, NULL, NULL, 'IPAY2023/01/4191', NULL, 'cash', '', '', '', '', '', '', '170.0000', NULL, 7, NULL, 'received', '', '170.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4533, '2023-01-06 07:06:51', 4171, NULL, NULL, 'IPAY2023/01/4192', NULL, 'cash', '', '', '', '', '', '', '126.5000', NULL, 7, NULL, 'received', '', '126.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4534, '2023-01-06 07:22:56', 4172, NULL, NULL, 'IPAY2023/01/4193', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4535, '2023-01-06 07:26:49', 4173, NULL, NULL, 'IPAY2023/01/4194', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4536, '2023-01-06 08:22:17', 4174, NULL, NULL, 'IPAY2023/01/4195', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4537, '2023-01-06 08:53:47', 4175, NULL, NULL, 'IPAY2023/01/4196', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4538, '2023-01-06 09:01:26', 4176, NULL, NULL, 'IPAY2023/01/4197', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4539, '2023-01-06 09:54:36', 4177, NULL, NULL, 'IPAY2023/01/4198', NULL, 'cash', '', '', '', '', '', '', '142.5000', NULL, 7, NULL, 'received', '', '200.0000', '57.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4540, '2023-01-06 09:56:41', 4178, NULL, NULL, 'IPAY2023/01/4199', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4541, '2023-01-06 10:11:56', 4179, NULL, NULL, 'IPAY2023/01/4200', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '100.0000', '84.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4542, '2023-01-06 10:16:22', 4180, NULL, NULL, 'IPAY2023/01/4201', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4543, '2023-01-06 10:29:14', 4181, NULL, NULL, 'IPAY2023/01/4202', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4544, '2023-01-06 10:50:54', 4182, NULL, NULL, 'IPAY2023/01/4203', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4545, '2023-01-06 10:53:34', 4183, NULL, NULL, 'IPAY2023/01/4204', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4546, '2023-01-06 11:41:08', 4184, NULL, NULL, 'IPAY2023/01/4205', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4547, '2023-01-06 11:44:18', 4185, NULL, NULL, 'IPAY2023/01/4206', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4548, '2023-01-06 12:01:55', 4186, NULL, NULL, 'IPAY2023/01/4207', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '100.0000', '79.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4549, '2023-01-06 12:20:39', 4187, NULL, NULL, 'IPAY2023/01/4208', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4550, '2023-01-06 13:25:43', 4188, NULL, NULL, 'IPAY2023/01/4209', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4551, '2023-01-06 13:48:30', 4189, NULL, NULL, 'IPAY2023/01/4210', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4552, '2023-01-06 13:55:29', 4190, NULL, NULL, 'IPAY2023/01/4211', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4553, '2023-01-06 14:05:06', 4191, NULL, NULL, 'IPAY2023/01/4212', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4554, '2023-01-06 14:16:31', 4192, NULL, NULL, 'IPAY2023/01/4213', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4555, '2023-01-06 14:23:25', 4193, NULL, NULL, 'IPAY2023/01/4214', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4556, '2023-01-06 14:36:40', 4194, NULL, NULL, 'IPAY2023/01/4215', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4557, '2023-01-06 14:56:06', 4195, NULL, NULL, 'IPAY2023/01/4216', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4558, '2023-01-06 14:59:44', 4196, NULL, NULL, 'IPAY2023/01/4217', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4559, '2023-01-06 15:07:41', 4197, NULL, NULL, 'IPAY2023/01/4218', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4560, '2023-01-06 15:50:00', NULL, NULL, 411, 'POP2023/01/0366', NULL, 'cash', '', '', '', '', '', 'Visa', '195.1200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4561, '2023-01-06 15:51:00', NULL, NULL, 412, 'POP2023/01/0367', NULL, 'cash', '', '', '', '', '', 'Visa', '348.0100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4562, '2023-01-06 15:55:07', 4198, NULL, NULL, 'IPAY2023/01/4219', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4563, '2023-01-06 16:02:25', 4199, NULL, NULL, 'IPAY2023/01/4220', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4564, '2023-01-06 16:34:00', 4200, NULL, NULL, 'IPAY2023/01/4221', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4565, '2023-01-06 16:36:38', 4201, NULL, NULL, 'IPAY2023/01/4222', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4566, '2023-01-06 16:38:09', 4202, NULL, NULL, 'IPAY2023/01/4223', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4567, '2023-01-06 16:39:33', 4203, NULL, NULL, 'IPAY2023/01/4224', NULL, 'cash', '', '', '', '', '', '', '275.0000', NULL, 7, NULL, 'received', '', '275.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4568, '2023-01-06 16:41:23', 4204, NULL, NULL, 'IPAY2023/01/4225', NULL, 'cash', '', '', '', '', '', '', '46.5000', NULL, 7, NULL, 'received', '', '46.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4569, '2023-01-06 16:44:45', 4205, NULL, NULL, 'IPAY2023/01/4226', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4570, '2023-01-06 16:47:58', 4206, NULL, NULL, 'IPAY2023/01/4227', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4571, '2023-01-06 16:52:29', 4207, NULL, NULL, 'IPAY2023/01/4228', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4572, '2023-01-06 17:46:25', 4208, NULL, NULL, 'IPAY2023/01/4229', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4573, '2023-01-06 18:04:40', 4209, NULL, NULL, 'IPAY2023/01/4230', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4574, '2023-01-07 06:06:30', 4210, NULL, NULL, 'IPAY2023/01/4231', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4575, '2023-01-07 06:32:51', 4211, NULL, NULL, 'IPAY2023/01/4232', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4576, '2023-01-07 07:37:49', 4212, NULL, NULL, 'IPAY2023/01/4233', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4577, '2023-01-07 07:58:16', 4213, NULL, NULL, 'IPAY2023/01/4234', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4578, '2023-01-07 08:20:19', 4214, NULL, NULL, 'IPAY2023/01/4235', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '100.0000', '48.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4579, '2023-01-07 08:43:46', 4215, NULL, NULL, 'IPAY2023/01/4236', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '100.0000', '68.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4580, '2023-01-07 08:59:45', 4216, NULL, NULL, 'IPAY2023/01/4237', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4581, '2023-01-07 09:41:19', 4217, NULL, NULL, 'IPAY2023/01/4238', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4582, '2023-01-07 10:15:20', 4218, NULL, NULL, 'IPAY2023/01/4239', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4583, '2023-01-07 10:32:03', 4219, NULL, NULL, 'IPAY2023/01/4240', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4584, '2023-01-07 10:49:44', 4220, NULL, NULL, 'IPAY2023/01/4241', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4585, '2023-01-07 10:53:37', 4221, NULL, NULL, 'IPAY2023/01/4242', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '50.0000', '42.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4586, '2023-01-07 11:08:15', 4222, NULL, NULL, 'IPAY2023/01/4243', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '100.0000', '57.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4587, '2023-01-07 11:27:30', 4223, NULL, NULL, 'IPAY2023/01/4244', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4588, '2023-01-07 12:08:23', 4224, NULL, NULL, 'IPAY2023/01/4245', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4589, '2023-01-07 12:45:26', 4225, NULL, NULL, 'IPAY2023/01/4246', NULL, 'cash', '', '', '', '', '', '', '39.5000', NULL, 7, NULL, 'received', '', '39.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4590, '2023-01-07 12:47:09', 4226, NULL, NULL, 'IPAY2023/01/4247', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4591, '2023-01-07 15:05:04', 4227, NULL, NULL, 'IPAY2023/01/4248', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4592, '2023-01-07 15:11:40', 4228, NULL, NULL, 'IPAY2023/01/4249', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4593, '2023-01-07 15:20:03', 4229, NULL, NULL, 'IPAY2023/01/4250', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4594, '2023-01-07 15:45:29', 4230, NULL, NULL, 'IPAY2023/01/4251', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4595, '2023-01-07 16:06:41', 4231, NULL, NULL, 'IPAY2023/01/4252', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4596, '2023-01-07 16:10:17', 4232, NULL, NULL, 'IPAY2023/01/4253', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4597, '2023-01-07 16:28:31', 4233, NULL, NULL, 'IPAY2023/01/4254', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4598, '2023-01-07 17:06:32', 4234, NULL, NULL, 'IPAY2023/01/4255', NULL, 'cash', '', '', '', '', '', '', '45.5000', NULL, 7, NULL, 'received', '', '100.0000', '54.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4599, '2023-01-07 17:19:07', 4235, NULL, NULL, 'IPAY2023/01/4256', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4600, '2023-01-07 17:20:10', 4236, NULL, NULL, 'IPAY2023/01/4257', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4601, '2023-01-07 17:25:53', 4237, NULL, NULL, 'IPAY2023/01/4258', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4602, '2023-01-07 17:45:50', 4238, NULL, NULL, 'IPAY2023/01/4259', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4603, '2023-01-07 17:50:29', 4239, NULL, NULL, 'IPAY2023/01/4260', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4604, '2023-01-07 18:02:57', 4240, NULL, NULL, 'IPAY2023/01/4261', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '100.0000', '52.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4605, '2023-01-07 18:27:25', 4241, NULL, NULL, 'IPAY2023/01/4262', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '100.0000', '59.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4606, '2023-01-07 18:27:57', 4242, NULL, NULL, 'IPAY2023/01/4263', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4607, '2023-01-07 18:47:50', 4243, NULL, NULL, 'IPAY2023/01/4264', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4608, '2023-01-07 18:53:38', 4244, NULL, NULL, 'IPAY2023/01/4265', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4609, '2023-01-07 18:57:55', 4245, NULL, NULL, 'IPAY2023/01/4266', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4610, '2023-01-07 19:11:11', 4246, NULL, NULL, 'IPAY2023/01/4267', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4611, '2023-01-07 19:17:19', 4247, NULL, NULL, 'IPAY2023/01/4268', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4612, '2023-01-07 19:44:50', 4248, NULL, NULL, 'IPAY2023/01/4269', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4613, '2023-01-07 19:47:41', 4249, NULL, NULL, 'IPAY2023/01/4270', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4614, '2023-01-07 19:48:57', 4250, NULL, NULL, 'IPAY2023/01/4271', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4615, '2023-01-08 05:27:59', 4251, NULL, NULL, 'IPAY2023/01/4272', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4616, '2023-01-08 09:23:22', 4252, NULL, NULL, 'IPAY2023/01/4273', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4617, '2023-01-08 09:53:12', 4253, NULL, NULL, 'IPAY2023/01/4274', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4618, '2023-01-08 10:24:00', 4254, NULL, NULL, 'IPAY2023/01/4275', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4619, '2023-01-08 11:27:37', 4255, NULL, NULL, 'IPAY2023/01/4276', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4620, '2023-01-08 12:06:35', 4256, NULL, NULL, 'IPAY2023/01/4277', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4621, '2023-01-08 12:09:33', 4257, NULL, NULL, 'IPAY2023/01/4278', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4622, '2023-01-08 12:10:42', 4258, NULL, NULL, 'IPAY2023/01/4279', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4623, '2023-01-08 12:21:15', 4259, NULL, NULL, 'IPAY2023/01/4280', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4624, '2023-01-08 13:27:34', 4260, NULL, NULL, 'IPAY2023/01/4281', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4625, '2023-01-08 13:34:19', 4261, NULL, NULL, 'IPAY2023/01/4282', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4626, '2023-01-08 13:42:52', 4262, NULL, NULL, 'IPAY2023/01/4283', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4627, '2023-01-08 14:14:37', 4263, NULL, NULL, 'IPAY2023/01/4284', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4628, '2023-01-08 14:24:20', 4264, NULL, NULL, 'IPAY2023/01/4285', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4629, '2023-01-08 14:41:17', 4265, NULL, NULL, 'IPAY2023/01/4286', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4630, '2023-01-08 14:41:42', 4266, NULL, NULL, 'IPAY2023/01/4287', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4631, '2023-01-08 15:29:04', 4267, NULL, NULL, 'IPAY2023/01/4288', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4632, '2023-01-08 15:43:31', 4268, NULL, NULL, 'IPAY2023/01/4289', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '40.0000', '13.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4633, '2023-01-08 16:21:13', 4269, NULL, NULL, 'IPAY2023/01/4290', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4634, '2023-01-08 17:29:47', 4270, NULL, NULL, 'IPAY2023/01/4291', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4635, '2023-01-08 17:31:23', 4271, NULL, NULL, 'IPAY2023/01/4292', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4636, '2023-01-08 17:46:32', 4272, NULL, NULL, 'IPAY2023/01/4293', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4637, '2023-01-08 17:49:44', 4273, NULL, NULL, 'IPAY2023/01/4294', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4638, '2023-01-08 18:05:15', 4274, NULL, NULL, 'IPAY2023/01/4295', NULL, 'cash', '', '', '', '', '', '', '95.0000', NULL, 7, NULL, 'received', '', '95.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4639, '2023-01-08 18:39:57', 4275, NULL, NULL, 'IPAY2023/01/4296', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4640, '2023-01-08 18:47:29', 4276, NULL, NULL, 'IPAY2023/01/4297', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4641, '2023-01-09 05:37:49', 4277, NULL, NULL, 'IPAY2023/01/4298', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4642, '2023-01-09 06:41:17', 4278, NULL, NULL, 'IPAY2023/01/4299', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4643, '2023-01-09 06:44:17', 4279, NULL, NULL, 'IPAY2023/01/4300', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4644, '2023-01-09 06:59:34', 4280, NULL, NULL, 'IPAY2023/01/4301', NULL, 'cash', '', '', '', '', '', '', '26.9998', NULL, 7, NULL, 'received', '', '26.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4645, '2023-01-09 07:12:58', 4281, NULL, NULL, 'IPAY2023/01/4302', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4646, '2023-01-09 07:27:47', 4282, NULL, NULL, 'IPAY2023/01/4303', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4647, '2023-01-09 08:11:42', 4283, NULL, NULL, 'IPAY2023/01/4304', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4648, '2023-01-09 08:15:56', 4284, NULL, NULL, 'IPAY2023/01/4305', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4649, '2023-01-09 08:25:31', 4285, NULL, NULL, 'IPAY2023/01/4306', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4650, '2023-01-09 08:54:25', 4286, NULL, NULL, 'IPAY2023/01/4307', NULL, 'cash', '', '', '', '', '', '', '1.9999', NULL, 7, NULL, 'received', '', '1.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4651, '2023-01-09 09:43:35', 4287, NULL, NULL, 'IPAY2023/01/4308', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '20.0000', '9.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4652, '2023-01-09 10:06:24', 4288, NULL, NULL, 'IPAY2023/01/4309', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4653, '2023-01-09 10:21:02', 4289, NULL, NULL, 'IPAY2023/01/4310', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4654, '2023-01-09 10:22:04', 4290, NULL, NULL, 'IPAY2023/01/4311', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4655, '2023-01-09 10:29:00', NULL, NULL, 413, 'POP2023/01/0368', NULL, 'cash', '', '', '', '', '', 'Visa', '572.1000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4656, '2023-01-09 10:31:00', NULL, NULL, 414, 'POP2023/01/0369', NULL, 'cash', '', '', '', '', '', 'Visa', '1629.7400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4657, '2023-01-09 10:38:18', 4291, NULL, NULL, 'IPAY2023/01/4312', NULL, 'cash', '', '', '', '', '', '', '92.0000', NULL, 7, NULL, 'received', '', '92.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4658, '2023-01-09 11:22:49', 4292, NULL, NULL, 'IPAY2023/01/4313', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4659, '2023-01-09 11:23:45', 4293, NULL, NULL, 'IPAY2023/01/4314', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4660, '2023-01-09 11:36:51', 4294, NULL, NULL, 'IPAY2023/01/4315', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4661, '2023-01-09 12:36:49', 4295, NULL, NULL, 'IPAY2023/01/4316', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4662, '2023-01-09 12:50:16', 4296, NULL, NULL, 'IPAY2023/01/4317', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4663, '2023-01-09 12:56:00', 4297, NULL, NULL, 'IPAY2023/01/4318', NULL, 'cash', '', '', '', '', '', 'Visa', '24.0000', NULL, 8, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4664, '2023-01-09 14:25:13', 4298, NULL, NULL, 'IPAY2023/01/4319', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4665, '2023-01-09 14:33:25', 4299, NULL, NULL, 'IPAY2023/01/4320', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4666, '2023-01-09 14:37:12', 4300, NULL, NULL, 'IPAY2023/01/4321', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4667, '2023-01-09 14:54:38', 4301, NULL, NULL, 'IPAY2023/01/4322', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4668, '2023-01-09 14:58:30', 4302, NULL, NULL, 'IPAY2023/01/4323', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4669, '2023-01-09 15:22:12', 4303, NULL, NULL, 'IPAY2023/01/4324', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4670, '2023-01-09 15:23:32', 4304, NULL, NULL, 'IPAY2023/01/4325', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4671, '2023-01-09 15:27:53', 4305, NULL, NULL, 'IPAY2023/01/4326', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4672, '2023-01-09 15:52:25', 4306, NULL, NULL, 'IPAY2023/01/4327', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4673, '2023-01-09 15:55:08', 4307, NULL, NULL, 'IPAY2023/01/4328', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4674, '2023-01-09 16:03:34', 4308, NULL, NULL, 'IPAY2023/01/4329', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4675, '2023-01-09 16:10:34', 4309, NULL, NULL, 'IPAY2023/01/4330', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4676, '2023-01-09 16:21:54', 4310, NULL, NULL, 'IPAY2023/01/4331', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '100.0000', '62.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4677, '2023-01-09 16:22:29', 4311, NULL, NULL, 'IPAY2023/01/4332', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4678, '2023-01-09 16:41:59', 4312, NULL, NULL, 'IPAY2023/01/4333', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4679, '2023-01-09 17:27:00', 4313, NULL, NULL, 'IPAY2023/01/4334', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '67.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4680, '2023-01-09 17:30:46', 4314, NULL, NULL, 'IPAY2023/01/4335', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '100.0000', '77.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4681, '2023-01-09 17:36:39', 4315, NULL, NULL, 'IPAY2023/01/4336', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4682, '2023-01-09 17:40:07', 4316, NULL, NULL, 'IPAY2023/01/4337', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4683, '2023-01-09 18:35:52', 4317, NULL, NULL, 'IPAY2023/01/4338', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4684, '2023-01-09 18:37:40', 4318, NULL, NULL, 'IPAY2023/01/4339', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4685, '2023-01-09 18:54:07', 4319, NULL, NULL, 'IPAY2023/01/4340', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4686, '2023-01-09 18:56:32', 4320, NULL, NULL, 'IPAY2023/01/4341', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4687, '2023-01-09 19:11:51', 4321, NULL, NULL, 'IPAY2023/01/4342', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4688, '2023-01-09 19:24:13', 4322, NULL, NULL, 'IPAY2023/01/4343', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4689, '2023-01-09 19:27:57', 4323, NULL, NULL, 'IPAY2023/01/4344', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4690, '2023-01-10 06:12:08', 4324, NULL, NULL, 'IPAY2023/01/4345', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4691, '2023-01-10 06:16:04', 4325, NULL, NULL, 'IPAY2023/01/4346', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4692, '2023-01-10 06:26:22', 4326, NULL, NULL, 'IPAY2023/01/4347', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4693, '2023-01-10 06:27:02', 4327, NULL, NULL, 'IPAY2023/01/4348', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4694, '2023-01-10 06:27:29', 4328, NULL, NULL, 'IPAY2023/01/4349', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4695, '2023-01-10 06:28:11', 4329, NULL, NULL, 'IPAY2023/01/4350', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4696, '2023-01-10 07:18:34', 4330, NULL, NULL, 'IPAY2023/01/4351', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4697, '2023-01-10 07:52:29', 4331, NULL, NULL, 'IPAY2023/01/4352', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4698, '2023-01-10 08:34:01', 4332, NULL, NULL, 'IPAY2023/01/4353', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '37.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4699, '2023-01-10 08:51:25', 4333, NULL, NULL, 'IPAY2023/01/4354', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4700, '2023-01-10 10:43:50', 4334, NULL, NULL, 'IPAY2023/01/4355', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4701, '2023-01-10 10:46:39', 4335, NULL, NULL, 'IPAY2023/01/4356', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4702, '2023-01-10 11:33:13', 4336, NULL, NULL, 'IPAY2023/01/4357', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '100.0000', '84.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4703, '2023-01-10 11:42:39', 4337, NULL, NULL, 'IPAY2023/01/4358', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4704, '2023-01-10 12:04:59', 4338, NULL, NULL, 'IPAY2023/01/4359', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4705, '2023-01-10 12:18:07', 4339, NULL, NULL, 'IPAY2023/01/4360', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4706, '2023-01-10 12:42:08', 4340, NULL, NULL, 'IPAY2023/01/4361', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4707, '2023-01-10 13:37:12', 4341, NULL, NULL, 'IPAY2023/01/4362', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4708, '2023-01-10 14:07:41', 4342, NULL, NULL, 'IPAY2023/01/4363', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4709, '2023-01-10 14:54:09', 4343, NULL, NULL, 'IPAY2023/01/4364', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4710, '2023-01-10 15:22:43', 4344, NULL, NULL, 'IPAY2023/01/4365', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4711, '2023-01-10 15:27:03', 4345, NULL, NULL, 'IPAY2023/01/4366', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4712, '2023-01-10 15:32:13', 4346, NULL, NULL, 'IPAY2023/01/4367', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4713, '2023-01-10 16:29:41', 4347, NULL, NULL, 'IPAY2023/01/4368', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4714, '2023-01-10 16:50:19', 4348, NULL, NULL, 'IPAY2023/01/4369', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4715, '2023-01-10 17:19:14', 4349, NULL, NULL, 'IPAY2023/01/4370', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '50.0000', '32.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4716, '2023-01-10 17:36:22', 4350, NULL, NULL, 'IPAY2023/01/4371', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4717, '2023-01-10 18:02:22', 4351, NULL, NULL, 'IPAY2023/01/4372', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4718, '2023-01-10 18:32:07', 4352, NULL, NULL, 'IPAY2023/01/4373', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4719, '2023-01-11 05:25:17', 4353, NULL, NULL, 'IPAY2023/01/4374', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4720, '2023-01-11 05:38:05', 4354, NULL, NULL, 'IPAY2023/01/4375', NULL, 'cash', '', '', '', '', '', '', '104.0000', NULL, 7, NULL, 'received', '', '104.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4721, '2023-01-11 06:16:34', 4355, NULL, NULL, 'IPAY2023/01/4376', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4722, '2023-01-11 06:35:33', 4356, NULL, NULL, 'IPAY2023/01/4377', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4723, '2023-01-11 06:36:36', 4357, NULL, NULL, 'IPAY2023/01/4378', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4724, '2023-01-11 06:38:16', 4358, NULL, NULL, 'IPAY2023/01/4379', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4725, '2023-01-11 06:39:24', 4359, NULL, NULL, 'IPAY2023/01/4380', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4726, '2023-01-11 06:42:22', 4360, NULL, NULL, 'IPAY2023/01/4381', NULL, 'cash', '', '', '', '', '', '', '388.0000', NULL, 7, NULL, 'received', '', '388.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4727, '2023-01-11 06:43:06', 4361, NULL, NULL, 'IPAY2023/01/4382', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4728, '2023-01-11 08:43:56', 4362, NULL, NULL, 'IPAY2023/01/4383', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '50.0000', '26.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4729, '2023-01-11 09:19:21', 4363, NULL, NULL, 'IPAY2023/01/4384', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4730, '2023-01-11 09:25:05', 4364, NULL, NULL, 'IPAY2023/01/4385', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4731, '2023-01-11 09:34:56', 4365, NULL, NULL, 'IPAY2023/01/4386', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4732, '2023-01-11 09:42:00', NULL, NULL, 415, 'POP2023/01/0370', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4733, '2023-01-11 09:52:00', NULL, NULL, 416, 'POP2023/01/0371', NULL, 'cash', '', '', '', '', '', 'Visa', '315.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4734, '2023-01-11 09:53:00', NULL, NULL, 417, 'POP2023/01/0372', NULL, 'cash', '', '', '', '', '', 'Visa', '486.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4735, '2023-01-11 09:57:00', NULL, NULL, 418, 'POP2023/01/0373', NULL, 'cash', '', '', '', '', '', 'Visa', '128.7693', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4736, '2023-01-11 09:59:00', NULL, NULL, 419, 'POP2023/01/0374', NULL, 'cash', '', '', '', '', '', 'Visa', '128.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4737, '2023-01-11 10:02:00', NULL, NULL, 420, 'POP2023/01/0375', NULL, 'cash', '', '', '', '', '', 'Visa', '627.9700', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4738, '2023-01-11 10:08:07', 4366, NULL, NULL, 'IPAY2023/01/4387', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4739, '2023-01-11 10:16:55', 4367, NULL, NULL, 'IPAY2023/01/4388', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4740, '2023-01-11 10:43:50', 4368, NULL, NULL, 'IPAY2023/01/4389', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4741, '2023-01-11 10:57:01', 4369, NULL, NULL, 'IPAY2023/01/4390', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4742, '2023-01-11 11:08:16', 4370, NULL, NULL, 'IPAY2023/01/4391', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4743, '2023-01-11 11:11:43', 4371, NULL, NULL, 'IPAY2023/01/4392', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4744, '2023-01-11 11:13:41', 4372, NULL, NULL, 'IPAY2023/01/4393', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4745, '2023-01-11 11:40:00', 4373, NULL, NULL, 'IPAY2023/01/4394', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4746, '2023-01-11 12:06:53', 4374, NULL, NULL, 'IPAY2023/01/4395', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4747, '2023-01-11 12:15:25', 4375, NULL, NULL, 'IPAY2023/01/4396', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4748, '2023-01-11 12:49:54', 4376, NULL, NULL, 'IPAY2023/01/4397', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4749, '2023-01-11 13:10:32', 4377, NULL, NULL, 'IPAY2023/01/4398', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '100.0000', '89.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4750, '2023-01-11 13:11:14', 4378, NULL, NULL, 'IPAY2023/01/4399', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4751, '2023-01-11 13:22:57', 4379, NULL, NULL, 'IPAY2023/01/4400', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4752, '2023-01-11 13:34:10', 4380, NULL, NULL, 'IPAY2023/01/4401', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4753, '2023-01-11 13:35:27', 4381, NULL, NULL, 'IPAY2023/01/4402', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4754, '2023-01-11 13:38:35', 4382, NULL, NULL, 'IPAY2023/01/4403', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4755, '2023-01-11 14:14:46', 4383, NULL, NULL, 'IPAY2023/01/4404', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4756, '2023-01-11 14:34:00', 4384, NULL, NULL, 'IPAY2023/01/4405', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '100.0000', '36.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4757, '2023-01-11 14:37:08', 4385, NULL, NULL, 'IPAY2023/01/4406', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4758, '2023-01-11 14:49:57', 4386, NULL, NULL, 'IPAY2023/01/4407', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4759, '2023-01-11 15:19:23', 4387, NULL, NULL, 'IPAY2023/01/4408', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '100.0000', '95.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4760, '2023-01-11 15:37:50', 4388, NULL, NULL, 'IPAY2023/01/4409', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4761, '2023-01-11 15:43:31', 4389, NULL, NULL, 'IPAY2023/01/4410', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4762, '2023-01-11 15:45:13', 4390, NULL, NULL, 'IPAY2023/01/4411', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4763, '2023-01-11 16:00:13', 4391, NULL, NULL, 'IPAY2023/01/4412', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4764, '2023-01-11 16:03:46', 4392, NULL, NULL, 'IPAY2023/01/4413', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4765, '2023-01-11 16:20:26', 4393, NULL, NULL, 'IPAY2023/01/4414', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4766, '2023-01-11 16:33:52', 4394, NULL, NULL, 'IPAY2023/01/4415', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4767, '2023-01-11 17:14:10', 4395, NULL, NULL, 'IPAY2023/01/4416', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4768, '2023-01-11 17:25:10', 4396, NULL, NULL, 'IPAY2023/01/4417', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4769, '2023-01-11 17:26:25', 4397, NULL, NULL, 'IPAY2023/01/4418', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4770, '2023-01-11 17:26:58', 4398, NULL, NULL, 'IPAY2023/01/4419', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4771, '2023-01-11 17:37:44', 4399, NULL, NULL, 'IPAY2023/01/4420', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4772, '2023-01-11 18:04:13', 4400, NULL, NULL, 'IPAY2023/01/4421', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4773, '2023-01-11 18:20:17', 4401, NULL, NULL, 'IPAY2023/01/4422', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4774, '2023-01-11 18:52:43', 4402, NULL, NULL, 'IPAY2023/01/4423', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4775, '2023-01-11 18:54:39', 4403, NULL, NULL, 'IPAY2023/01/4424', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4776, '2023-01-11 19:30:01', 4404, NULL, NULL, 'IPAY2023/01/4425', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4777, '2023-01-12 05:35:27', 4405, NULL, NULL, 'IPAY2023/01/4426', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4778, '2023-01-12 06:22:26', 4406, NULL, NULL, 'IPAY2023/01/4427', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4779, '2023-01-12 06:23:34', 4407, NULL, NULL, 'IPAY2023/01/4428', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4780, '2023-01-12 06:24:14', 4408, NULL, NULL, 'IPAY2023/01/4429', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4781, '2023-01-12 06:39:51', 4409, NULL, NULL, 'IPAY2023/01/4430', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4782, '2023-01-12 06:53:28', 4410, NULL, NULL, 'IPAY2023/01/4431', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4783, '2023-01-12 07:16:48', 4411, NULL, NULL, 'IPAY2023/01/4432', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4784, '2023-01-12 07:18:15', 4412, NULL, NULL, 'IPAY2023/01/4433', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4785, '2023-01-12 08:38:53', 4413, NULL, NULL, 'IPAY2023/01/4434', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4786, '2023-01-12 08:49:19', 4414, NULL, NULL, 'IPAY2023/01/4435', NULL, 'cash', '', '', '', '', '', '', '206.0000', NULL, 7, NULL, 'received', '', '206.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4787, '2023-01-12 08:52:01', 4415, NULL, NULL, 'IPAY2023/01/4436', NULL, 'cash', '', '', '', '', '', '', '138.0000', NULL, 7, NULL, 'received', '', '138.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4788, '2023-01-12 09:11:08', 4416, NULL, NULL, 'IPAY2023/01/4437', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4789, '2023-01-12 09:26:25', 4417, NULL, NULL, 'IPAY2023/01/4438', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4790, '2023-01-12 09:28:07', 4418, NULL, NULL, 'IPAY2023/01/4439', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4791, '2023-01-12 09:30:36', 4419, NULL, NULL, 'IPAY2023/01/4440', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4792, '2023-01-12 11:14:59', 4420, NULL, NULL, 'IPAY2023/01/4441', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4793, '2023-01-12 11:43:58', 4421, NULL, NULL, 'IPAY2023/01/4442', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4794, '2023-01-12 11:58:46', 4422, NULL, NULL, 'IPAY2023/01/4443', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4795, '2023-01-12 12:20:52', 4423, NULL, NULL, 'IPAY2023/01/4444', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4796, '2023-01-12 12:36:41', 4424, NULL, NULL, 'IPAY2023/01/4445', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4797, '2023-01-12 13:05:23', 4425, NULL, NULL, 'IPAY2023/01/4446', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '100.0000', '89.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4798, '2023-01-12 13:27:37', 4426, NULL, NULL, 'IPAY2023/01/4447', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4799, '2023-01-12 14:03:45', 4427, NULL, NULL, 'IPAY2023/01/4448', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4800, '2023-01-12 14:28:53', 4428, NULL, NULL, 'IPAY2023/01/4449', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4801, '2023-01-12 14:51:46', 4429, NULL, NULL, 'IPAY2023/01/4450', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4802, '2023-01-12 15:19:53', 4430, NULL, NULL, 'IPAY2023/01/4451', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '50.0000', '40.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4803, '2023-01-12 15:27:35', 4431, NULL, NULL, 'IPAY2023/01/4452', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4804, '2023-01-12 15:29:19', 4432, NULL, NULL, 'IPAY2023/01/4453', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4805, '2023-01-12 15:30:29', 4433, NULL, NULL, 'IPAY2023/01/4454', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4806, '2023-01-12 15:43:45', 4434, NULL, NULL, 'IPAY2023/01/4455', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4807, '2023-01-12 16:53:28', 4435, NULL, NULL, 'IPAY2023/01/4456', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4808, '2023-01-12 17:08:26', 4436, NULL, NULL, 'IPAY2023/01/4457', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4809, '2023-01-12 17:28:46', 4437, NULL, NULL, 'IPAY2023/01/4458', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '100.0000', '47.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4810, '2023-01-12 17:29:16', 4438, NULL, NULL, 'IPAY2023/01/4459', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4811, '2023-01-12 17:40:30', 4439, NULL, NULL, 'IPAY2023/01/4460', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4812, '2023-01-12 17:59:46', 4440, NULL, NULL, 'IPAY2023/01/4461', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4813, '2023-01-12 18:14:58', 4441, NULL, NULL, 'IPAY2023/01/4462', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4814, '2023-01-12 18:46:28', 4442, NULL, NULL, 'IPAY2023/01/4463', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4815, '2023-01-12 19:08:48', 4443, NULL, NULL, 'IPAY2023/01/4464', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4816, '2023-01-12 19:11:45', 4444, NULL, NULL, 'IPAY2023/01/4465', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4817, '2023-01-13 05:51:35', 4445, NULL, NULL, 'IPAY2023/01/4466', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4818, '2023-01-13 05:52:42', 4446, NULL, NULL, 'IPAY2023/01/4467', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4819, '2023-01-13 05:54:36', 4447, NULL, NULL, 'IPAY2023/01/4468', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4820, '2023-01-13 06:36:36', 4448, NULL, NULL, 'IPAY2023/01/4469', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4821, '2023-01-13 06:46:06', 4449, NULL, NULL, 'IPAY2023/01/4470', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4822, '2023-01-13 06:47:22', 4450, NULL, NULL, 'IPAY2023/01/4471', NULL, 'cash', '', '', '', '', '', '', '0.9999', NULL, 7, NULL, 'received', '', '0.9999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4823, '2023-01-13 06:56:42', 4451, NULL, NULL, 'IPAY2023/01/4472', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4824, '2023-01-13 09:52:33', 4452, NULL, NULL, 'IPAY2023/01/4473', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '100.0000', '79.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4825, '2023-01-13 09:54:00', 4453, NULL, NULL, 'IPAY2023/01/4474', NULL, 'cash', '', '', '', '', '', 'Visa', '30.0000', NULL, 8, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4826, '2023-01-13 10:18:53', 4454, NULL, NULL, 'IPAY2023/01/4475', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4827, '2023-01-13 10:52:38', 4455, NULL, NULL, 'IPAY2023/01/4476', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4828, '2023-01-13 11:38:05', 4456, NULL, NULL, 'IPAY2023/01/4477', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4829, '2023-01-13 11:41:35', 4457, NULL, NULL, 'IPAY2023/01/4478', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4830, '2023-01-13 11:47:14', 4458, NULL, NULL, 'IPAY2023/01/4479', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '100.0000', '81.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4831, '2023-01-13 11:48:05', 4459, NULL, NULL, 'IPAY2023/01/4480', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4832, '2023-01-13 11:50:14', 4460, NULL, NULL, 'IPAY2023/01/4481', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4833, '2023-01-13 11:52:44', 4461, NULL, NULL, 'IPAY2023/01/4482', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4834, '2023-01-13 11:54:03', 4462, NULL, NULL, 'IPAY2023/01/4483', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4835, '2023-01-13 12:32:53', 4463, NULL, NULL, 'IPAY2023/01/4484', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4836, '2023-01-13 12:44:13', 4464, NULL, NULL, 'IPAY2023/01/4485', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4837, '2023-01-13 13:08:32', 4465, NULL, NULL, 'IPAY2023/01/4486', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4838, '2023-01-13 14:31:30', 4466, NULL, NULL, 'IPAY2023/01/4487', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4839, '2023-01-13 14:38:00', NULL, NULL, 421, 'POP2023/01/0376', NULL, 'cash', '', '', '', '', '', 'Visa', '492.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4840, '2023-01-13 14:41:21', 4467, NULL, NULL, 'IPAY2023/01/4488', NULL, 'cash', '', '', '', '', '', '', '124.0000', NULL, 7, NULL, 'received', '', '200.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4841, '2023-01-13 14:50:21', 4468, NULL, NULL, 'IPAY2023/01/4489', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4842, '2023-01-13 16:07:06', 4469, NULL, NULL, 'IPAY2023/01/4490', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '100.0000', '58.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4843, '2023-01-13 16:45:08', 4470, NULL, NULL, 'IPAY2023/01/4491', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4844, '2023-01-13 16:48:48', 4471, NULL, NULL, 'IPAY2023/01/4492', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4845, '2023-01-13 16:58:00', NULL, NULL, 422, 'POP2023/01/0377', NULL, 'cash', '', '', '', '', '', 'Visa', '282.2400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4846, '2023-01-13 17:06:00', NULL, NULL, 423, 'POP2023/01/0378', NULL, 'cash', '', '', '', '', '', 'Visa', '217.5999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4847, '2023-01-13 17:08:00', NULL, NULL, 424, 'POP2023/01/0379', NULL, 'cash', '', '', '', '', '', 'Visa', '122.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4848, '2023-01-13 17:10:00', NULL, NULL, 425, 'POP2023/01/0380', NULL, 'cash', '', '', '', '', '', 'Visa', '384.7200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4849, '2023-01-13 17:22:31', 4472, NULL, NULL, 'IPAY2023/01/4493', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4850, '2023-01-13 17:30:29', 4473, NULL, NULL, 'IPAY2023/01/4494', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4851, '2023-01-13 18:20:09', 4474, NULL, NULL, 'IPAY2023/01/4495', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4852, '2023-01-13 18:38:55', 4475, NULL, NULL, 'IPAY2023/01/4496', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4853, '2023-01-13 18:40:15', 4476, NULL, NULL, 'IPAY2023/01/4497', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4854, '2023-01-13 18:46:09', 4477, NULL, NULL, 'IPAY2023/01/4498', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4855, '2023-01-13 18:51:07', 4478, NULL, NULL, 'IPAY2023/01/4499', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4856, '2023-01-13 18:56:44', 4479, NULL, NULL, 'IPAY2023/01/4500', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4857, '2023-01-13 19:17:04', 4480, NULL, NULL, 'IPAY2023/01/4501', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4858, '2023-01-13 19:39:45', 4481, NULL, NULL, 'IPAY2023/01/4502', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4859, '2023-01-13 19:59:11', 4482, NULL, NULL, 'IPAY2023/01/4503', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4860, '2023-01-13 20:00:09', 4483, NULL, NULL, 'IPAY2023/01/4504', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4861, '2023-01-14 06:16:40', 4484, NULL, NULL, 'IPAY2023/01/4505', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4862, '2023-01-14 07:55:30', 4485, NULL, NULL, 'IPAY2023/01/4506', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4863, '2023-01-14 08:43:18', 4486, NULL, NULL, 'IPAY2023/01/4507', NULL, 'cash', '', '', '', '', '', '', '108.0000', NULL, 7, NULL, 'received', '', '108.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4864, '2023-01-14 08:45:05', 4487, NULL, NULL, 'IPAY2023/01/4508', NULL, 'cash', '', '', '', '', '', '', '255.0000', NULL, 7, NULL, 'received', '', '255.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4865, '2023-01-14 08:46:25', 4488, NULL, NULL, 'IPAY2023/01/4509', NULL, 'cash', '', '', '', '', '', '', '170.5000', NULL, 7, NULL, 'received', '', '170.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4866, '2023-01-14 08:48:31', 4489, NULL, NULL, 'IPAY2023/01/4510', NULL, 'cash', '', '', '', '', '', '', '145.5000', NULL, 7, NULL, 'received', '', '145.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4867, '2023-01-14 09:28:58', 4490, NULL, NULL, 'IPAY2023/01/4511', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4868, '2023-01-14 09:35:03', 4491, NULL, NULL, 'IPAY2023/01/4512', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '40.0000', '18.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4869, '2023-01-14 10:01:45', 4492, NULL, NULL, 'IPAY2023/01/4513', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '50.0000', '46.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4870, '2023-01-14 10:03:59', 4493, NULL, NULL, 'IPAY2023/01/4514', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4871, '2023-01-14 10:08:10', 4494, NULL, NULL, 'IPAY2023/01/4515', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4872, '2023-01-14 10:27:36', 4495, NULL, NULL, 'IPAY2023/01/4516', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '40.0000', '2.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4873, '2023-01-14 10:46:40', 4496, NULL, NULL, 'IPAY2023/01/4517', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4874, '2023-01-14 11:51:06', 4497, NULL, NULL, 'IPAY2023/01/4518', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '100.0000', '52.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4875, '2023-01-14 11:58:00', 4498, NULL, NULL, 'IPAY2023/01/4519', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4876, '2023-01-14 12:05:12', 4499, NULL, NULL, 'IPAY2023/01/4520', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '100.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4877, '2023-01-14 12:57:39', 4500, NULL, NULL, 'IPAY2023/01/4521', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4878, '2023-01-14 13:34:39', 4501, NULL, NULL, 'IPAY2023/01/4522', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4879, '2023-01-14 13:58:43', 4502, NULL, NULL, 'IPAY2023/01/4523', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '100.0000', '46.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4880, '2023-01-14 14:20:05', 4503, NULL, NULL, 'IPAY2023/01/4524', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '100.0000', '74.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4881, '2023-01-14 14:34:00', 4504, NULL, NULL, 'IPAY2023/01/4525', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4882, '2023-01-14 15:44:15', 4505, NULL, NULL, 'IPAY2023/01/4526', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4883, '2023-01-14 16:05:16', 4506, NULL, NULL, 'IPAY2023/01/4527', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4884, '2023-01-14 16:21:18', 4507, NULL, NULL, 'IPAY2023/01/4528', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4885, '2023-01-14 16:27:43', 4508, NULL, NULL, 'IPAY2023/01/4529', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '50.0000', '42.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4886, '2023-01-14 16:38:42', 4509, NULL, NULL, 'IPAY2023/01/4530', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4887, '2023-01-14 16:45:01', 4510, NULL, NULL, 'IPAY2023/01/4531', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4888, '2023-01-14 16:50:09', 4511, NULL, NULL, 'IPAY2023/01/4532', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4889, '2023-01-14 16:55:25', 4512, NULL, NULL, 'IPAY2023/01/4533', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4890, '2023-01-14 17:12:08', 4513, NULL, NULL, 'IPAY2023/01/4534', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '100.0000', '85.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4891, '2023-01-14 17:12:37', 4514, NULL, NULL, 'IPAY2023/01/4535', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4892, '2023-01-14 17:17:06', 4515, NULL, NULL, 'IPAY2023/01/4536', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4893, '2023-01-14 17:20:58', 4516, NULL, NULL, 'IPAY2023/01/4537', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4894, '2023-01-14 17:23:31', 4517, NULL, NULL, 'IPAY2023/01/4538', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4895, '2023-01-14 17:29:08', 4518, NULL, NULL, 'IPAY2023/01/4539', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4896, '2023-01-14 17:33:02', 4519, NULL, NULL, 'IPAY2023/01/4540', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4897, '2023-01-14 17:38:48', 4520, NULL, NULL, 'IPAY2023/01/4541', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4898, '2023-01-14 17:45:33', 4521, NULL, NULL, 'IPAY2023/01/4542', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4899, '2023-01-14 17:53:39', 4522, NULL, NULL, 'IPAY2023/01/4543', NULL, 'cash', '', '', '', '', '', '', '55.5000', NULL, 7, NULL, 'received', '', '55.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4900, '2023-01-14 17:55:07', 4523, NULL, NULL, 'IPAY2023/01/4544', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4901, '2023-01-14 17:57:28', 4524, NULL, NULL, 'IPAY2023/01/4545', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4902, '2023-01-14 18:02:15', 4525, NULL, NULL, 'IPAY2023/01/4546', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4903, '2023-01-14 18:03:44', 4526, NULL, NULL, 'IPAY2023/01/4547', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4904, '2023-01-14 18:07:44', 4527, NULL, NULL, 'IPAY2023/01/4548', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4905, '2023-01-14 18:11:31', 4528, NULL, NULL, 'IPAY2023/01/4549', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4906, '2023-01-14 18:23:45', 4529, NULL, NULL, 'IPAY2023/01/4550', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4907, '2023-01-14 18:28:07', 4530, NULL, NULL, 'IPAY2023/01/4551', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4908, '2023-01-14 18:35:22', 4531, NULL, NULL, 'IPAY2023/01/4552', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4909, '2023-01-14 18:45:10', 4532, NULL, NULL, 'IPAY2023/01/4553', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4910, '2023-01-14 18:48:45', 4533, NULL, NULL, 'IPAY2023/01/4554', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4911, '2023-01-14 18:53:44', 4534, NULL, NULL, 'IPAY2023/01/4555', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4912, '2023-01-14 19:00:23', 4535, NULL, NULL, 'IPAY2023/01/4556', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4913, '2023-01-14 19:06:48', 4536, NULL, NULL, 'IPAY2023/01/4557', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '67.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4914, '2023-01-14 19:34:06', 4537, NULL, NULL, 'IPAY2023/01/4558', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4915, '2023-01-14 19:36:07', 4538, NULL, NULL, 'IPAY2023/01/4559', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4916, '2023-01-14 19:39:13', 4539, NULL, NULL, 'IPAY2023/01/4560', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4917, '2023-01-14 19:40:13', 4540, NULL, NULL, 'IPAY2023/01/4561', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4918, '2023-01-14 19:42:09', 4541, NULL, NULL, 'IPAY2023/01/4562', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4919, '2023-01-14 19:43:22', 4542, NULL, NULL, 'IPAY2023/01/4563', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4920, '2023-01-14 19:47:39', 4543, NULL, NULL, 'IPAY2023/01/4564', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4921, '2023-01-14 19:54:03', 4544, NULL, NULL, 'IPAY2023/01/4565', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4922, '2023-01-14 19:54:40', 4545, NULL, NULL, 'IPAY2023/01/4566', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4923, '2023-01-15 05:54:46', 4546, NULL, NULL, 'IPAY2023/01/4567', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4924, '2023-01-15 06:53:21', 4547, NULL, NULL, 'IPAY2023/01/4568', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4925, '2023-01-15 07:38:27', 4548, NULL, NULL, 'IPAY2023/01/4569', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4926, '2023-01-15 07:59:56', 4549, NULL, NULL, 'IPAY2023/01/4570', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4927, '2023-01-15 08:15:01', 4550, NULL, NULL, 'IPAY2023/01/4571', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4928, '2023-01-15 08:42:43', 4551, NULL, NULL, 'IPAY2023/01/4572', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4929, '2023-01-15 09:09:51', 4552, NULL, NULL, 'IPAY2023/01/4573', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4930, '2023-01-15 09:13:03', 4553, NULL, NULL, 'IPAY2023/01/4574', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4931, '2023-01-15 09:22:42', 4554, NULL, NULL, 'IPAY2023/01/4575', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4932, '2023-01-15 10:32:15', 4555, NULL, NULL, 'IPAY2023/01/4576', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4933, '2023-01-15 10:37:06', 4556, NULL, NULL, 'IPAY2023/01/4577', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4934, '2023-01-15 10:50:21', 4557, NULL, NULL, 'IPAY2023/01/4578', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4935, '2023-01-15 11:03:15', 4558, NULL, NULL, 'IPAY2023/01/4579', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4936, '2023-01-15 11:32:41', 4559, NULL, NULL, 'IPAY2023/01/4580', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4937, '2023-01-15 11:35:56', 4560, NULL, NULL, 'IPAY2023/01/4581', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4938, '2023-01-15 12:01:28', 4561, NULL, NULL, 'IPAY2023/01/4582', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4939, '2023-01-15 12:03:56', 4562, NULL, NULL, 'IPAY2023/01/4583', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4940, '2023-01-15 12:15:05', 4563, NULL, NULL, 'IPAY2023/01/4584', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4941, '2023-01-15 12:37:36', 4564, NULL, NULL, 'IPAY2023/01/4585', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '100.0000', '78.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4942, '2023-01-15 12:48:46', 4565, NULL, NULL, 'IPAY2023/01/4586', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4943, '2023-01-15 12:53:55', 4566, NULL, NULL, 'IPAY2023/01/4587', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4944, '2023-01-15 12:58:40', 4567, NULL, NULL, 'IPAY2023/01/4588', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4945, '2023-01-15 13:04:59', 4568, NULL, NULL, 'IPAY2023/01/4589', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4946, '2023-01-15 13:35:28', 4569, NULL, NULL, 'IPAY2023/01/4590', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4947, '2023-01-15 13:37:06', 4570, NULL, NULL, 'IPAY2023/01/4591', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '100.0000', '74.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4948, '2023-01-15 14:04:49', 4571, NULL, NULL, 'IPAY2023/01/4592', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4949, '2023-01-15 14:25:31', 4572, NULL, NULL, 'IPAY2023/01/4593', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4950, '2023-01-15 14:29:56', 4573, NULL, NULL, 'IPAY2023/01/4594', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4951, '2023-01-15 14:33:15', 4574, NULL, NULL, 'IPAY2023/01/4595', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4952, '2023-01-15 14:40:10', 4575, NULL, NULL, 'IPAY2023/01/4596', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4953, '2023-01-15 14:48:04', 4576, NULL, NULL, 'IPAY2023/01/4597', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4954, '2023-01-15 15:26:25', 4577, NULL, NULL, 'IPAY2023/01/4598', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4955, '2023-01-15 15:30:10', 4578, NULL, NULL, 'IPAY2023/01/4599', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4956, '2023-01-15 15:51:23', 4579, NULL, NULL, 'IPAY2023/01/4600', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4957, '2023-01-15 16:09:12', 4580, NULL, NULL, 'IPAY2023/01/4601', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4958, '2023-01-15 16:34:27', 4581, NULL, NULL, 'IPAY2023/01/4602', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4959, '2023-01-15 16:51:23', 4582, NULL, NULL, 'IPAY2023/01/4603', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4960, '2023-01-15 17:16:24', 4583, NULL, NULL, 'IPAY2023/01/4604', NULL, 'cash', '', '', '', '', '', '', '58.5000', NULL, 7, NULL, 'received', '', '58.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4961, '2023-01-15 17:37:21', 4584, NULL, NULL, 'IPAY2023/01/4605', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4962, '2023-01-15 17:53:29', 4585, NULL, NULL, 'IPAY2023/01/4606', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4963, '2023-01-15 18:16:38', 4586, NULL, NULL, 'IPAY2023/01/4607', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4964, '2023-01-15 18:21:35', 4587, NULL, NULL, 'IPAY2023/01/4608', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4965, '2023-01-15 18:24:39', 4588, NULL, NULL, 'IPAY2023/01/4609', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4966, '2023-01-15 18:25:47', 4589, NULL, NULL, 'IPAY2023/01/4610', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '100.0000', '94.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4967, '2023-01-15 18:29:13', 4590, NULL, NULL, 'IPAY2023/01/4611', NULL, 'cash', '', '', '', '', '', '', '62.5000', NULL, 7, NULL, 'received', '', '62.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4968, '2023-01-15 18:39:13', 4591, NULL, NULL, 'IPAY2023/01/4612', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4969, '2023-01-15 18:40:08', 4592, NULL, NULL, 'IPAY2023/01/4613', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '100.0000', '87.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4970, '2023-01-15 18:42:28', 4593, NULL, NULL, 'IPAY2023/01/4614', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4971, '2023-01-15 19:01:08', 4594, NULL, NULL, 'IPAY2023/01/4615', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4972, '2023-01-15 19:05:02', 4595, NULL, NULL, 'IPAY2023/01/4616', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4973, '2023-01-15 19:07:15', 4596, NULL, NULL, 'IPAY2023/01/4617', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4974, '2023-01-15 19:08:38', 4597, NULL, NULL, 'IPAY2023/01/4618', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4975, '2023-01-15 19:20:31', 4598, NULL, NULL, 'IPAY2023/01/4619', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4976, '2023-01-15 19:28:40', 4599, NULL, NULL, 'IPAY2023/01/4620', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4977, '2023-01-15 19:35:33', 4600, NULL, NULL, 'IPAY2023/01/4621', NULL, 'cash', '', '', '', '', '', '', '134.5000', NULL, 7, NULL, 'received', '', '134.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4978, '2023-01-15 19:37:25', 4601, NULL, NULL, 'IPAY2023/01/4622', NULL, 'cash', '', '', '', '', '', '', '65.5000', NULL, 7, NULL, 'received', '', '65.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4979, '2023-01-15 19:38:16', 4602, NULL, NULL, 'IPAY2023/01/4623', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4980, '2023-01-15 19:40:10', 4603, NULL, NULL, 'IPAY2023/01/4624', NULL, 'cash', '', '', '', '', '', '', '69.4999', NULL, 7, NULL, 'received', '', '69.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4981, '2023-01-15 19:45:05', 4604, NULL, NULL, 'IPAY2023/01/4625', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4982, '2023-01-15 19:47:07', 4605, NULL, NULL, 'IPAY2023/01/4626', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4983, '2023-01-16 05:59:04', 4606, NULL, NULL, 'IPAY2023/01/4627', NULL, 'cash', '', '', '', '', '', '', '30.9998', NULL, 7, NULL, 'received', '', '30.9998', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4984, '2023-01-16 05:59:51', 4607, NULL, NULL, 'IPAY2023/01/4628', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4985, '2023-01-16 06:01:07', 4608, NULL, NULL, 'IPAY2023/01/4629', NULL, 'cash', '', '', '', '', '', '', '29.4999', NULL, 7, NULL, 'received', '', '29.4999', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4986, '2023-01-16 06:02:54', 4609, NULL, NULL, 'IPAY2023/01/4630', NULL, 'cash', '', '', '', '', '', '', '51.5000', NULL, 7, NULL, 'received', '', '51.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4987, '2023-01-16 06:07:02', 4610, NULL, NULL, 'IPAY2023/01/4631', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4988, '2023-01-16 06:08:12', 4611, NULL, NULL, 'IPAY2023/01/4632', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4989, '2023-01-16 06:13:45', 4612, NULL, NULL, 'IPAY2023/01/4633', NULL, 'cash', '', '', '', '', '', '', '51.5000', NULL, 7, NULL, 'received', '', '51.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4990, '2023-01-16 06:14:51', 4613, NULL, NULL, 'IPAY2023/01/4634', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4991, '2023-01-16 06:16:15', 4614, NULL, NULL, 'IPAY2023/01/4635', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4992, '2023-01-16 06:18:25', 4615, NULL, NULL, 'IPAY2023/01/4636', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4993, '2023-01-16 06:20:03', 4616, NULL, NULL, 'IPAY2023/01/4637', NULL, 'cash', '', '', '', '', '', '', '45.5000', NULL, 7, NULL, 'received', '', '45.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4994, '2023-01-16 06:21:49', 4617, NULL, NULL, 'IPAY2023/01/4638', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4995, '2023-01-16 06:23:02', 4618, NULL, NULL, 'IPAY2023/01/4639', NULL, 'cash', '', '', '', '', '', '', '53.5000', NULL, 7, NULL, 'received', '', '53.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4996, '2023-01-16 06:24:09', 4619, NULL, NULL, 'IPAY2023/01/4640', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4997, '2023-01-16 06:25:35', 4620, NULL, NULL, 'IPAY2023/01/4641', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4998, '2023-01-16 06:26:29', 4621, NULL, NULL, 'IPAY2023/01/4642', NULL, 'cash', '', '', '', '', '', '', '11.3333', NULL, 7, NULL, 'received', '', '11.3333', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (4999, '2023-01-16 06:44:03', 4622, NULL, NULL, 'IPAY2023/01/4643', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5000, '2023-01-16 06:47:27', 4623, NULL, NULL, 'IPAY2023/01/4644', NULL, 'cash', '', '', '', '', '', '', '72.5000', NULL, 7, NULL, 'received', '', '72.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5001, '2023-01-16 06:49:06', 4624, NULL, NULL, 'IPAY2023/01/4645', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5002, '2023-01-16 06:50:52', 4625, NULL, NULL, 'IPAY2023/01/4646', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5003, '2023-01-16 06:52:12', 4626, NULL, NULL, 'IPAY2023/01/4647', NULL, 'cash', '', '', '', '', '', '', '68.5000', NULL, 7, NULL, 'received', '', '68.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5004, '2023-01-16 06:53:13', 4627, NULL, NULL, 'IPAY2023/01/4648', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5005, '2023-01-16 06:55:38', 4628, NULL, NULL, 'IPAY2023/01/4649', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5006, '2023-01-16 06:56:20', 4629, NULL, NULL, 'IPAY2023/01/4650', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5007, '2023-01-16 06:57:46', 4630, NULL, NULL, 'IPAY2023/01/4651', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5008, '2023-01-16 07:01:04', 4631, NULL, NULL, 'IPAY2023/01/4652', NULL, 'cash', '', '', '', '', '', '', '46.5000', NULL, 7, NULL, 'received', '', '46.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5009, '2023-01-16 07:15:30', 4632, NULL, NULL, 'IPAY2023/01/4653', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5010, '2023-01-16 07:24:00', 4633, NULL, NULL, 'IPAY2023/01/4654', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5011, '2023-01-16 07:47:33', 4634, NULL, NULL, 'IPAY2023/01/4655', NULL, 'cash', '', '', '', '', '', '', '62.7500', NULL, 7, NULL, 'received', '', '62.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5012, '2023-01-16 07:56:15', 4635, NULL, NULL, 'IPAY2023/01/4656', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5013, '2023-01-16 08:07:00', NULL, NULL, 426, 'POP2023/01/0381', NULL, 'cash', '', '', '', '', '', 'Visa', '142.8000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5014, '2023-01-16 08:11:00', NULL, NULL, 427, 'POP2023/01/0382', NULL, 'cash', '', '', '', '', '', 'Visa', '935.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5015, '2023-01-16 08:14:51', 4636, NULL, NULL, 'IPAY2023/01/4657', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5016, '2023-01-16 08:27:32', 4637, NULL, NULL, 'IPAY2023/01/4658', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5017, '2023-01-16 09:23:42', 4638, NULL, NULL, 'IPAY2023/01/4659', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5018, '2023-01-16 10:35:25', 4639, NULL, NULL, 'IPAY2023/01/4660', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5019, '2023-01-16 11:19:00', NULL, NULL, 428, 'POP2023/01/0383', NULL, 'cash', '', '', '', '', '', 'Visa', '195.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5020, '2023-01-18 15:04:00', NULL, NULL, 429, 'POP2023/01/0384', NULL, 'cash', '', '', '', '', '', 'Visa', '85.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5021, '2023-01-18 15:05:00', NULL, NULL, 430, 'POP2023/01/0385', NULL, 'cash', '', '', '', '', '', 'Visa', '410.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5022, '2023-01-18 15:27:13', 4640, NULL, NULL, 'IPAY2023/01/4661', NULL, 'cash', '', '', '', '', '', '', '158.5000', NULL, 7, NULL, 'received', '', '158.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5023, '2023-01-18 15:52:00', NULL, NULL, 431, 'POP2023/01/0386', NULL, 'cash', '', '', '', '', '', 'Visa', '1025.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5024, '2023-01-18 16:00:00', NULL, NULL, 432, 'POP2023/01/0387', NULL, 'cash', '', '', '', '', '', 'Visa', '126.4500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5025, '2023-01-18 16:06:00', NULL, NULL, 433, 'POP2023/01/0388', NULL, 'cash', '', '', '', '', '', 'Visa', '316.3000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5026, '2023-01-18 16:35:40', 4641, NULL, NULL, 'IPAY2023/01/4662', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5027, '2023-01-18 16:38:39', 4642, NULL, NULL, 'IPAY2023/01/4663', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5028, '2023-01-18 16:59:04', 4643, NULL, NULL, 'IPAY2023/01/4664', NULL, 'cash', '', '', '', '', '', '', '167.0000', NULL, 7, NULL, 'received', '', '167.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5029, '2023-01-18 17:03:04', 4644, NULL, NULL, 'IPAY2023/01/4665', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5030, '2023-01-18 17:05:33', 4645, NULL, NULL, 'IPAY2023/01/4666', NULL, 'cash', '', '', '', '', '', '', '228.0000', NULL, 7, NULL, 'received', '', '228.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5031, '2023-01-18 17:11:24', 4646, NULL, NULL, 'IPAY2023/01/4667', NULL, 'cash', '', '', '', '', '', '', '53.5000', NULL, 7, NULL, 'received', '', '53.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5032, '2023-01-18 17:25:31', 4647, NULL, NULL, 'IPAY2023/01/4668', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5033, '2023-01-18 17:28:24', 4648, NULL, NULL, 'IPAY2023/01/4669', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5034, '2023-01-18 17:30:03', 4649, NULL, NULL, 'IPAY2023/01/4670', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '36.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5035, '2023-01-18 17:32:04', 4650, NULL, NULL, 'IPAY2023/01/4671', NULL, 'cash', '', '', '', '', '', '', '40.5000', NULL, 7, NULL, 'received', '', '40.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5036, '2023-01-18 17:34:08', 4651, NULL, NULL, 'IPAY2023/01/4672', NULL, 'cash', '', '', '', '', '', '', '68.5000', NULL, 7, NULL, 'received', '', '68.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5037, '2023-01-18 17:36:28', 4652, NULL, NULL, 'IPAY2023/01/4673', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5038, '2023-01-18 17:39:20', 4653, NULL, NULL, 'IPAY2023/01/4674', NULL, 'cash', '', '', '', '', '', '', '92.0000', NULL, 7, NULL, 'received', '', '92.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5039, '2023-01-18 17:40:58', 4654, NULL, NULL, 'IPAY2023/01/4675', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5040, '2023-01-18 17:42:48', 4655, NULL, NULL, 'IPAY2023/01/4676', NULL, 'cash', '', '', '', '', '', '', '81.0000', NULL, 7, NULL, 'received', '', '81.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5041, '2023-01-18 17:45:15', 4656, NULL, NULL, 'IPAY2023/01/4677', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5042, '2023-01-18 17:47:13', 4657, NULL, NULL, 'IPAY2023/01/4678', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5043, '2023-01-18 17:50:46', 4658, NULL, NULL, 'IPAY2023/01/4679', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5044, '2023-01-18 17:52:50', 4659, NULL, NULL, 'IPAY2023/01/4680', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5045, '2023-01-18 17:56:26', 4660, NULL, NULL, 'IPAY2023/01/4681', NULL, 'cash', '', '', '', '', '', '', '128.5000', NULL, 7, NULL, 'received', '', '128.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5046, '2023-01-18 18:01:16', 4661, NULL, NULL, 'IPAY2023/01/4682', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5047, '2023-01-18 18:04:57', 4662, NULL, NULL, 'IPAY2023/01/4683', NULL, 'cash', '', '', '', '', '', '', '80.5000', NULL, 7, NULL, 'received', '', '80.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5048, '2023-01-18 18:08:04', 4663, NULL, NULL, 'IPAY2023/01/4684', NULL, 'cash', '', '', '', '', '', '', '156.0000', NULL, 7, NULL, 'received', '', '156.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5049, '2023-01-18 18:14:08', 4664, NULL, NULL, 'IPAY2023/01/4685', NULL, 'cash', '', '', '', '', '', '', '186.5000', NULL, 7, NULL, 'received', '', '186.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5050, '2023-01-18 18:18:07', 4665, NULL, NULL, 'IPAY2023/01/4686', NULL, 'cash', '', '', '', '', '', '', '97.0000', NULL, 7, NULL, 'received', '', '97.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5051, '2023-01-18 18:20:52', 4666, NULL, NULL, 'IPAY2023/01/4687', NULL, 'cash', '', '', '', '', '', '', '52.5000', NULL, 7, NULL, 'received', '', '52.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5052, '2023-01-18 18:22:50', 4667, NULL, NULL, 'IPAY2023/01/4688', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5053, '2023-01-18 18:26:54', 4668, NULL, NULL, 'IPAY2023/01/4689', NULL, 'cash', '', '', '', '', '', '', '180.5000', NULL, 7, NULL, 'received', '', '180.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5054, '2023-01-18 18:37:58', 4669, NULL, NULL, 'IPAY2023/01/4690', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5055, '2023-01-18 18:43:14', 4670, NULL, NULL, 'IPAY2023/01/4691', NULL, 'cash', '', '', '', '', '', '', '390.0000', NULL, 7, NULL, 'received', '', '390.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5056, '2023-01-18 18:49:28', 4671, NULL, NULL, 'IPAY2023/01/4692', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5057, '2023-01-18 18:50:19', 4672, NULL, NULL, 'IPAY2023/01/4693', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5058, '2023-01-18 19:14:15', 4673, NULL, NULL, 'IPAY2023/01/4694', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5059, '2023-01-18 19:15:38', 4674, NULL, NULL, 'IPAY2023/01/4695', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5060, '2023-01-18 19:18:42', 4675, NULL, NULL, 'IPAY2023/01/4696', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5061, '2023-01-18 19:22:25', 4676, NULL, NULL, 'IPAY2023/01/4697', NULL, 'cash', '', '', '', '', '', '', '60.2500', NULL, 7, NULL, 'received', '', '60.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5062, '2023-01-18 19:25:25', 4677, NULL, NULL, 'IPAY2023/01/4698', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5063, '2023-01-18 19:42:54', 4678, NULL, NULL, 'IPAY2023/01/4699', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5064, '2023-01-18 19:59:03', 4679, NULL, NULL, 'IPAY2023/01/4700', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5065, '2023-01-19 06:02:24', 4680, NULL, NULL, 'IPAY2023/01/4701', NULL, 'cash', '', '', '', '', '', '', '74.0000', NULL, 7, NULL, 'received', '', '74.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5066, '2023-01-19 06:03:47', 4681, NULL, NULL, 'IPAY2023/01/4702', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5067, '2023-01-19 06:29:48', 4682, NULL, NULL, 'IPAY2023/01/4703', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5068, '2023-01-19 06:41:43', 4683, NULL, NULL, 'IPAY2023/01/4704', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5069, '2023-01-19 06:42:01', 4684, NULL, NULL, 'IPAY2023/01/4705', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5070, '2023-01-19 06:43:43', 4685, NULL, NULL, 'IPAY2023/01/4706', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5071, '2023-01-19 06:48:09', 4686, NULL, NULL, 'IPAY2023/01/4707', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5072, '2023-01-19 06:49:07', 4687, NULL, NULL, 'IPAY2023/01/4708', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5073, '2023-01-19 06:51:22', 4688, NULL, NULL, 'IPAY2023/01/4709', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5074, '2023-01-19 06:57:54', 4689, NULL, NULL, 'IPAY2023/01/4710', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5075, '2023-01-19 07:01:25', 4690, NULL, NULL, 'IPAY2023/01/4711', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5076, '2023-01-19 07:05:57', 4691, NULL, NULL, 'IPAY2023/01/4712', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5077, '2023-01-19 07:09:58', 4692, NULL, NULL, 'IPAY2023/01/4713', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5078, '2023-01-19 07:11:17', 4693, NULL, NULL, 'IPAY2023/01/4714', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5079, '2023-01-19 07:22:45', 4694, NULL, NULL, 'IPAY2023/01/4715', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5080, '2023-01-19 07:25:26', 4695, NULL, NULL, 'IPAY2023/01/4716', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5081, '2023-01-19 07:28:13', 4696, NULL, NULL, 'IPAY2023/01/4717', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5082, '2023-01-19 07:51:46', 4697, NULL, NULL, 'IPAY2023/01/4718', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5083, '2023-01-19 07:53:49', 4698, NULL, NULL, 'IPAY2023/01/4719', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5084, '2023-01-19 08:04:28', 4699, NULL, NULL, 'IPAY2023/01/4720', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5085, '2023-01-19 08:14:25', 4700, NULL, NULL, 'IPAY2023/01/4721', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '20.0000', '16.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5086, '2023-01-19 08:17:11', 4701, NULL, NULL, 'IPAY2023/01/4722', NULL, 'cash', '', '', '', '', '', '', '140.0000', NULL, 7, NULL, 'received', '', '140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5087, '2023-01-19 08:22:21', 4702, NULL, NULL, 'IPAY2023/01/4723', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5088, '2023-01-19 08:42:11', 4703, NULL, NULL, 'IPAY2023/01/4724', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '50.0000', '47.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5089, '2023-01-19 09:39:59', 4704, NULL, NULL, 'IPAY2023/01/4725', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5090, '2023-01-19 09:48:23', 4705, NULL, NULL, 'IPAY2023/01/4726', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5091, '2023-01-19 10:14:24', 4706, NULL, NULL, 'IPAY2023/01/4727', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5092, '2023-01-19 12:01:02', 4707, NULL, NULL, 'IPAY2023/01/4728', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5093, '2023-01-19 12:02:37', 4708, NULL, NULL, 'IPAY2023/01/4729', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5094, '2023-01-19 12:04:11', 4709, NULL, NULL, 'IPAY2023/01/4730', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5095, '2023-01-19 12:09:12', 4710, NULL, NULL, 'IPAY2023/01/4731', NULL, 'cash', '', '', '', '', '', '', '40.5000', NULL, 7, NULL, 'received', '', '40.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5096, '2023-01-19 12:15:17', 4711, NULL, NULL, 'IPAY2023/01/4732', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5097, '2023-01-19 12:25:49', 4712, NULL, NULL, 'IPAY2023/01/4733', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5098, '2023-01-19 12:26:20', 4713, NULL, NULL, 'IPAY2023/01/4734', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5099, '2023-01-19 12:32:38', 4714, NULL, NULL, 'IPAY2023/01/4735', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5100, '2023-01-19 12:57:22', 4715, NULL, NULL, 'IPAY2023/01/4736', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5101, '2023-01-19 13:09:47', 4716, NULL, NULL, 'IPAY2023/01/4737', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5102, '2023-01-19 13:26:17', 4717, NULL, NULL, 'IPAY2023/01/4738', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5103, '2023-01-19 13:28:49', 4718, NULL, NULL, 'IPAY2023/01/4739', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5104, '2023-01-19 13:52:16', 4719, NULL, NULL, 'IPAY2023/01/4740', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5105, '2023-01-19 13:55:52', 4720, NULL, NULL, 'IPAY2023/01/4741', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5106, '2023-01-19 14:23:49', 4721, NULL, NULL, 'IPAY2023/01/4742', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '60.0000', '10.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5107, '2023-01-19 14:44:17', 4722, NULL, NULL, 'IPAY2023/01/4743', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5108, '2023-01-19 14:49:49', 4723, NULL, NULL, 'IPAY2023/01/4744', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5109, '2023-01-19 15:36:21', 4724, NULL, NULL, 'IPAY2023/01/4745', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '100.0000', '90.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5110, '2023-01-19 15:57:34', 4725, NULL, NULL, 'IPAY2023/01/4746', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5111, '2023-01-19 16:28:03', 4726, NULL, NULL, 'IPAY2023/01/4747', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '20.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5112, '2023-01-19 17:07:37', 4727, NULL, NULL, 'IPAY2023/01/4748', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5113, '2023-01-19 17:21:03', 4728, NULL, NULL, 'IPAY2023/01/4749', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5114, '2023-01-19 17:23:51', 4729, NULL, NULL, 'IPAY2023/01/4750', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5115, '2023-01-19 17:31:25', 4730, NULL, NULL, 'IPAY2023/01/4751', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5116, '2023-01-19 17:35:08', 4731, NULL, NULL, 'IPAY2023/01/4752', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5117, '2023-01-19 17:55:18', 4732, NULL, NULL, 'IPAY2023/01/4753', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '30.0000', '6.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5118, '2023-01-19 17:57:19', 4733, NULL, NULL, 'IPAY2023/01/4754', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5119, '2023-01-19 18:07:28', 4734, NULL, NULL, 'IPAY2023/01/4755', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5120, '2023-01-19 18:37:42', 4735, NULL, NULL, 'IPAY2023/01/4756', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5121, '2023-01-19 18:56:42', 4736, NULL, NULL, 'IPAY2023/01/4757', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '100.0000', '61.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5122, '2023-01-19 19:02:15', 4737, NULL, NULL, 'IPAY2023/01/4758', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5123, '2023-01-19 19:03:51', 4738, NULL, NULL, 'IPAY2023/01/4759', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5124, '2023-01-19 19:08:51', 4739, NULL, NULL, 'IPAY2023/01/4760', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5125, '2023-01-19 19:16:37', 4740, NULL, NULL, 'IPAY2023/01/4761', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5126, '2023-01-19 19:25:08', 4741, NULL, NULL, 'IPAY2023/01/4762', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '10.0000', '8.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5127, '2023-01-19 19:34:45', 4742, NULL, NULL, 'IPAY2023/01/4763', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '20.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5128, '2023-01-19 19:35:50', 4743, NULL, NULL, 'IPAY2023/01/4764', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5129, '2023-01-19 19:37:08', 4744, NULL, NULL, 'IPAY2023/01/4765', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5130, '2023-01-19 19:53:04', 4745, NULL, NULL, 'IPAY2023/01/4766', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5131, '2023-01-20 06:52:19', 4746, NULL, NULL, 'IPAY2023/01/4767', NULL, 'cash', '', '', '', '', '', '', '62.5000', NULL, 7, NULL, 'received', '', '62.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5132, '2023-01-20 06:55:31', 4747, NULL, NULL, 'IPAY2023/01/4768', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5133, '2023-01-20 07:36:51', 4748, NULL, NULL, 'IPAY2023/01/4769', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5134, '2023-01-20 08:03:20', 4749, NULL, NULL, 'IPAY2023/01/4770', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5135, '2023-01-20 08:09:23', 4750, NULL, NULL, 'IPAY2023/01/4771', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '25.0000', '1.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5136, '2023-01-20 08:12:29', 4751, NULL, NULL, 'IPAY2023/01/4772', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5137, '2023-01-20 08:16:15', 4752, NULL, NULL, 'IPAY2023/01/4773', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '100.0000', '42.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5138, '2023-01-20 08:42:22', 4753, NULL, NULL, 'IPAY2023/01/4774', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5139, '2023-01-20 09:05:14', 4754, NULL, NULL, 'IPAY2023/01/4775', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5140, '2023-01-20 09:57:37', 4755, NULL, NULL, 'IPAY2023/01/4776', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '2.0000', '0.7500', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5141, '2023-01-20 10:43:26', 4756, NULL, NULL, 'IPAY2023/01/4777', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '100.0000', '68.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5142, '2023-01-20 10:48:56', 4757, NULL, NULL, 'IPAY2023/01/4778', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5143, '2023-01-20 10:55:11', 4758, NULL, NULL, 'IPAY2023/01/4779', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5144, '2023-01-20 11:07:22', 4759, NULL, NULL, 'IPAY2023/01/4780', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5145, '2023-01-20 11:42:49', 4760, NULL, NULL, 'IPAY2023/01/4781', NULL, 'cash', '', '', '', '', '', '', '73.0000', NULL, 7, NULL, 'received', '', '100.0000', '27.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5146, '2023-01-20 11:59:09', 4761, NULL, NULL, 'IPAY2023/01/4782', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5147, '2023-01-20 12:23:03', 4762, NULL, NULL, 'IPAY2023/01/4783', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5148, '2023-01-20 12:53:25', 4763, NULL, NULL, 'IPAY2023/01/4784', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5149, '2023-01-20 13:14:04', 4764, NULL, NULL, 'IPAY2023/01/4785', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5150, '2023-01-20 13:15:57', 4765, NULL, NULL, 'IPAY2023/01/4786', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5151, '2023-01-20 13:38:56', 4766, NULL, NULL, 'IPAY2023/01/4787', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5152, '2023-01-20 14:03:33', 4767, NULL, NULL, 'IPAY2023/01/4788', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5153, '2023-01-20 14:04:02', 4768, NULL, NULL, 'IPAY2023/01/4789', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5154, '2023-01-20 14:10:44', 4769, NULL, NULL, 'IPAY2023/01/4790', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5155, '2023-01-20 14:32:18', 4770, NULL, NULL, 'IPAY2023/01/4791', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5156, '2023-01-20 14:32:45', 4771, NULL, NULL, 'IPAY2023/01/4792', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5157, '2023-01-20 14:54:20', 4772, NULL, NULL, 'IPAY2023/01/4793', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5158, '2023-01-20 15:37:58', 4773, NULL, NULL, 'IPAY2023/01/4794', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '20.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5159, '2023-01-20 15:40:32', 4774, NULL, NULL, 'IPAY2023/01/4795', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5160, '2023-01-20 16:15:17', 4775, NULL, NULL, 'IPAY2023/01/4796', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5161, '2023-01-20 16:27:19', 4776, NULL, NULL, 'IPAY2023/01/4797', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5162, '2023-01-20 17:17:08', 4777, NULL, NULL, 'IPAY2023/01/4798', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5163, '2023-01-20 17:20:09', 4778, NULL, NULL, 'IPAY2023/01/4799', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5164, '2023-01-20 17:21:09', 4779, NULL, NULL, 'IPAY2023/01/4800', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5165, '2023-01-20 17:24:01', 4780, NULL, NULL, 'IPAY2023/01/4801', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5166, '2023-01-20 17:27:30', 4781, NULL, NULL, 'IPAY2023/01/4802', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '20.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5167, '2023-01-20 17:28:18', 4782, NULL, NULL, 'IPAY2023/01/4803', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5168, '2023-01-20 17:29:53', 4783, NULL, NULL, 'IPAY2023/01/4804', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5169, '2023-01-20 17:30:36', 4784, NULL, NULL, 'IPAY2023/01/4805', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5170, '2023-01-20 18:00:48', 4785, NULL, NULL, 'IPAY2023/01/4806', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5171, '2023-01-20 18:58:01', 4786, NULL, NULL, 'IPAY2023/01/4807', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5172, '2023-01-20 19:29:54', 4787, NULL, NULL, 'IPAY2023/01/4808', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5173, '2023-01-20 19:46:25', 4788, NULL, NULL, 'IPAY2023/01/4809', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '100.0000', '61.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5174, '2023-01-20 19:49:17', 4789, NULL, NULL, 'IPAY2023/01/4810', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5175, '2023-01-21 05:48:20', 4790, NULL, NULL, 'IPAY2023/01/4811', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '50.0000', '42.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5176, '2023-01-21 06:34:20', 4791, NULL, NULL, 'IPAY2023/01/4812', NULL, 'cash', '', '', '', '', '', '', '282.0000', NULL, 7, NULL, 'received', '', '282.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5177, '2023-01-21 06:40:22', 4792, NULL, NULL, 'IPAY2023/01/4813', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5178, '2023-01-21 06:44:18', 4793, NULL, NULL, 'IPAY2023/01/4814', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5179, '2023-01-21 06:51:55', 4794, NULL, NULL, 'IPAY2023/01/4815', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5180, '2023-01-21 07:02:22', 4795, NULL, NULL, 'IPAY2023/01/4816', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5181, '2023-01-21 07:12:01', 4796, NULL, NULL, 'IPAY2023/01/4817', NULL, 'cash', '', '', '', '', '', '', '38.2500', NULL, 7, NULL, 'received', '', '38.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5182, '2023-01-21 07:15:33', 4797, NULL, NULL, 'IPAY2023/01/4818', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5183, '2023-01-21 07:28:17', 4798, NULL, NULL, 'IPAY2023/01/4819', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '10.0000', '4.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5184, '2023-01-21 07:42:27', 4799, NULL, NULL, 'IPAY2023/01/4820', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5185, '2023-01-21 07:45:35', 4800, NULL, NULL, 'IPAY2023/01/4821', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5186, '2023-01-21 07:57:13', 4801, NULL, NULL, 'IPAY2023/01/4822', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5187, '2023-01-21 07:59:00', 4802, NULL, NULL, 'IPAY2023/01/4823', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5188, '2023-01-21 09:45:11', 4803, NULL, NULL, 'IPAY2023/01/4824', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5189, '2023-01-21 09:48:38', 4804, NULL, NULL, 'IPAY2023/01/4825', NULL, 'cash', '', '', '', '', '', '', '180.0000', NULL, 7, NULL, 'received', '', '180.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5190, '2023-01-21 09:49:57', 4805, NULL, NULL, 'IPAY2023/01/4826', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5191, '2023-01-21 10:37:08', 4806, NULL, NULL, 'IPAY2023/01/4827', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '50.0000', '26.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5192, '2023-01-21 11:23:43', 4807, NULL, NULL, 'IPAY2023/01/4828', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '100.0000', '69.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5193, '2023-01-21 11:25:19', 4808, NULL, NULL, 'IPAY2023/01/4829', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5194, '2023-01-21 11:35:17', 4809, NULL, NULL, 'IPAY2023/01/4830', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '50.0000', '21.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5195, '2023-01-21 11:40:01', 4810, NULL, NULL, 'IPAY2023/01/4831', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5196, '2023-01-21 11:51:31', 4811, NULL, NULL, 'IPAY2023/01/4832', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5197, '2023-01-21 12:11:00', 4812, NULL, NULL, 'IPAY2023/01/4833', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5198, '2023-01-21 12:18:51', 4813, NULL, NULL, 'IPAY2023/01/4834', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5199, '2023-01-21 12:30:29', 4814, NULL, NULL, 'IPAY2023/01/4835', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5200, '2023-01-21 12:38:39', 4815, NULL, NULL, 'IPAY2023/01/4836', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5201, '2023-01-21 12:39:06', 4816, NULL, NULL, 'IPAY2023/01/4837', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5202, '2023-01-21 13:26:29', 4817, NULL, NULL, 'IPAY2023/01/4838', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5203, '2023-01-21 14:20:57', 4818, NULL, NULL, 'IPAY2023/01/4839', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5204, '2023-01-21 14:40:02', 4819, NULL, NULL, 'IPAY2023/01/4840', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '20.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5205, '2023-01-21 14:42:33', 4820, NULL, NULL, 'IPAY2023/01/4841', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5206, '2023-01-21 15:01:26', 4821, NULL, NULL, 'IPAY2023/01/4842', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5207, '2023-01-21 15:08:17', 4822, NULL, NULL, 'IPAY2023/01/4843', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5208, '2023-01-21 15:39:49', 4823, NULL, NULL, 'IPAY2023/01/4844', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '20.0000', '13.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5209, '2023-01-21 15:41:59', 4824, NULL, NULL, 'IPAY2023/01/4845', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5210, '2023-01-21 15:49:13', 4825, NULL, NULL, 'IPAY2023/01/4846', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5211, '2023-01-21 16:12:08', 4826, NULL, NULL, 'IPAY2023/01/4847', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '25.0000', '3.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5212, '2023-01-21 17:14:43', 4827, NULL, NULL, 'IPAY2023/01/4848', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '100.0000', '28.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5213, '2023-01-21 17:26:11', 4828, NULL, NULL, 'IPAY2023/01/4849', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '100.0000', '57.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5214, '2023-01-21 17:35:04', 4829, NULL, NULL, 'IPAY2023/01/4850', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5215, '2023-01-21 17:36:54', 4830, NULL, NULL, 'IPAY2023/01/4851', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5216, '2023-01-21 18:23:24', 4831, NULL, NULL, 'IPAY2023/01/4852', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '50.0000', '32.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5217, '2023-01-21 18:29:41', 4832, NULL, NULL, 'IPAY2023/01/4853', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5218, '2023-01-21 18:42:17', 4833, NULL, NULL, 'IPAY2023/01/4854', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5219, '2023-01-21 18:43:36', 4834, NULL, NULL, 'IPAY2023/01/4855', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5220, '2023-01-21 18:50:29', 4835, NULL, NULL, 'IPAY2023/01/4856', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5221, '2023-01-21 18:58:20', 4836, NULL, NULL, 'IPAY2023/01/4857', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5222, '2023-01-21 19:00:05', 4837, NULL, NULL, 'IPAY2023/01/4858', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '20.0000', '16.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5223, '2023-01-21 19:08:19', 4838, NULL, NULL, 'IPAY2023/01/4859', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5224, '2023-01-21 19:27:13', 4839, NULL, NULL, 'IPAY2023/01/4860', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5225, '2023-01-21 19:36:27', 4840, NULL, NULL, 'IPAY2023/01/4861', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5226, '2023-01-21 19:37:13', 4841, NULL, NULL, 'IPAY2023/01/4862', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5227, '2023-01-22 06:27:26', 4842, NULL, NULL, 'IPAY2023/01/4863', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5228, '2023-01-22 06:31:28', 4843, NULL, NULL, 'IPAY2023/01/4864', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5229, '2023-01-22 07:22:20', 4844, NULL, NULL, 'IPAY2023/01/4865', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '100.0000', '66.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5230, '2023-01-22 07:32:50', 4845, NULL, NULL, 'IPAY2023/01/4866', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '20.0000', '12.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5231, '2023-01-22 07:47:25', 4846, NULL, NULL, 'IPAY2023/01/4867', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '100.0000', '72.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5232, '2023-01-22 07:55:21', 4847, NULL, NULL, 'IPAY2023/01/4868', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5233, '2023-01-22 08:03:21', 4848, NULL, NULL, 'IPAY2023/01/4869', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '200.0000', '148.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5234, '2023-01-22 08:31:43', 4849, NULL, NULL, 'IPAY2023/01/4870', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5235, '2023-01-22 08:33:30', 4850, NULL, NULL, 'IPAY2023/01/4871', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5236, '2023-01-22 09:18:34', 4851, NULL, NULL, 'IPAY2023/01/4872', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5237, '2023-01-22 09:45:02', 4852, NULL, NULL, 'IPAY2023/01/4873', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5238, '2023-01-22 09:57:05', 4853, NULL, NULL, 'IPAY2023/01/4874', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5239, '2023-01-22 10:03:38', 4854, NULL, NULL, 'IPAY2023/01/4875', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '20.0000', '13.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5240, '2023-01-22 10:55:06', 4855, NULL, NULL, 'IPAY2023/01/4876', NULL, 'cash', '', '', '', '', '', '', '59.5000', NULL, 7, NULL, 'received', '', '100.0000', '40.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5241, '2023-01-22 11:01:16', 4856, NULL, NULL, 'IPAY2023/01/4877', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5242, '2023-01-22 11:04:05', 4857, NULL, NULL, 'IPAY2023/01/4878', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5243, '2023-01-22 11:21:55', 4858, NULL, NULL, 'IPAY2023/01/4879', NULL, 'cash', '', '', '', '', '', '', '46.5000', NULL, 7, NULL, 'received', '', '50.0000', '3.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5244, '2023-01-22 11:29:47', 4859, NULL, NULL, 'IPAY2023/01/4880', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5245, '2023-01-22 11:30:40', 4860, NULL, NULL, 'IPAY2023/01/4881', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5246, '2023-01-22 11:40:15', 4861, NULL, NULL, 'IPAY2023/01/4882', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5247, '2023-01-22 12:28:21', 4862, NULL, NULL, 'IPAY2023/01/4883', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5248, '2023-01-22 12:55:53', 4863, NULL, NULL, 'IPAY2023/01/4884', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '100.0000', '85.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5249, '2023-01-22 12:58:53', 4864, NULL, NULL, 'IPAY2023/01/4885', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '20.0000', '4.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5250, '2023-01-22 13:12:08', 4865, NULL, NULL, 'IPAY2023/01/4886', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5251, '2023-01-22 13:42:10', 4866, NULL, NULL, 'IPAY2023/01/4887', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5252, '2023-01-22 14:37:13', 4867, NULL, NULL, 'IPAY2023/01/4888', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5253, '2023-01-22 14:38:01', 4868, NULL, NULL, 'IPAY2023/01/4889', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5254, '2023-01-22 14:39:11', 4869, NULL, NULL, 'IPAY2023/01/4890', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5255, '2023-01-22 14:41:01', 4870, NULL, NULL, 'IPAY2023/01/4891', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5256, '2023-01-22 14:59:04', 4871, NULL, NULL, 'IPAY2023/01/4892', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5257, '2023-01-22 15:11:42', 4872, NULL, NULL, 'IPAY2023/01/4893', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '20.0000', '4.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5258, '2023-01-22 16:04:48', 4873, NULL, NULL, 'IPAY2023/01/4894', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '100.0000', '59.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5259, '2023-01-22 16:18:21', 4874, NULL, NULL, 'IPAY2023/01/4895', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5260, '2023-01-22 16:36:50', 4875, NULL, NULL, 'IPAY2023/01/4896', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5261, '2023-01-22 17:23:52', 4876, NULL, NULL, 'IPAY2023/01/4897', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5262, '2023-01-22 17:42:58', 4877, NULL, NULL, 'IPAY2023/01/4898', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5263, '2023-01-22 18:17:10', 4878, NULL, NULL, 'IPAY2023/01/4899', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '100.0000', '75.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5264, '2023-01-22 18:18:42', 4879, NULL, NULL, 'IPAY2023/01/4900', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5265, '2023-01-22 18:32:41', 4880, NULL, NULL, 'IPAY2023/01/4901', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5266, '2023-01-22 19:26:17', 4881, NULL, NULL, 'IPAY2023/01/4902', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5267, '2023-01-22 19:28:28', 4882, NULL, NULL, 'IPAY2023/01/4903', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5268, '2023-01-22 19:32:01', 4883, NULL, NULL, 'IPAY2023/01/4904', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5269, '2023-01-22 19:36:04', 4884, NULL, NULL, 'IPAY2023/01/4905', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '20.0000', '13.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5270, '2023-01-23 05:51:19', 4885, NULL, NULL, 'IPAY2023/01/4906', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5271, '2023-01-23 06:14:57', 4886, NULL, NULL, 'IPAY2023/01/4907', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5272, '2023-01-23 06:58:34', 4887, NULL, NULL, 'IPAY2023/01/4908', NULL, 'cash', '', '', '', '', '', '', '334.0000', NULL, 7, NULL, 'received', '', '334.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5273, '2023-01-23 07:07:03', 4888, NULL, NULL, 'IPAY2023/01/4909', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5274, '2023-01-23 07:12:33', 4889, NULL, NULL, 'IPAY2023/01/4910', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5275, '2023-01-23 07:13:08', 4890, NULL, NULL, 'IPAY2023/01/4911', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5276, '2023-01-23 07:15:41', 4891, NULL, NULL, 'IPAY2023/01/4912', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5277, '2023-01-23 07:19:02', 4892, NULL, NULL, 'IPAY2023/01/4913', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5278, '2023-01-23 07:19:39', 4893, NULL, NULL, 'IPAY2023/01/4914', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5279, '2023-01-23 07:52:25', 4894, NULL, NULL, 'IPAY2023/01/4915', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5280, '2023-01-23 08:09:19', 4895, NULL, NULL, 'IPAY2023/01/4916', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5281, '2023-01-23 08:10:24', 4896, NULL, NULL, 'IPAY2023/01/4917', NULL, 'cash', '', '', '', '', '', '', '41.7500', NULL, 7, NULL, 'received', '', '41.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5282, '2023-01-23 08:10:53', 4897, NULL, NULL, 'IPAY2023/01/4918', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5283, '2023-01-23 08:11:49', 4898, NULL, NULL, 'IPAY2023/01/4919', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5284, '2023-01-23 08:13:54', 4899, NULL, NULL, 'IPAY2023/01/4920', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5285, '2023-01-23 08:26:45', 4900, NULL, NULL, 'IPAY2023/01/4921', NULL, 'cash', '', '', '', '', '', '', '81.0000', NULL, 7, NULL, 'received', '', '81.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5286, '2023-01-23 08:43:57', 4901, NULL, NULL, 'IPAY2023/01/4922', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5287, '2023-01-23 09:01:03', 4902, NULL, NULL, 'IPAY2023/01/4923', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5288, '2023-01-23 09:34:00', NULL, NULL, 434, 'POP2023/01/0389', NULL, 'cash', '', '', '', '', '', 'Visa', '399.7000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5289, '2023-01-23 09:35:00', NULL, NULL, 440, 'POP2023/01/0390', NULL, 'cash', '', '', '', '', '', 'Visa', '338.2700', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5290, '2023-01-23 09:36:00', NULL, NULL, 436, 'POP2023/01/0391', NULL, 'cash', '', '', '', '', '', 'Visa', '1581.6900', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5291, '2023-01-23 09:37:00', NULL, NULL, 439, 'POP2023/01/0392', NULL, 'cash', '', '', '', '', '', 'Visa', '812.5100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5292, '2023-01-23 09:37:00', NULL, NULL, 438, 'POP2023/01/0393', NULL, 'cash', '', '', '', '', '', 'Visa', '268.8600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5293, '2023-01-23 09:38:00', NULL, NULL, 437, 'POP2023/01/0394', NULL, 'cash', '', '', '', '', '', 'Visa', '168.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5294, '2023-01-23 10:34:03', 4903, NULL, NULL, 'IPAY2023/01/4924', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5295, '2023-01-23 10:40:00', NULL, NULL, 435, 'POP2023/01/0395', NULL, 'cash', '', '', '', '', '', 'Visa', '355.0500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5296, '2023-01-23 11:17:31', 4904, NULL, NULL, 'IPAY2023/01/4925', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '20.0000', '10.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5297, '2023-01-23 12:53:40', 4905, NULL, NULL, 'IPAY2023/01/4926', NULL, 'cash', '', '', '', '', '', '', '256.0000', NULL, 7, NULL, 'received', '', '256.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5298, '2023-01-23 13:12:22', 4906, NULL, NULL, 'IPAY2023/01/4927', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5299, '2023-01-23 13:13:01', 4907, NULL, NULL, 'IPAY2023/01/4928', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5300, '2023-01-23 13:17:53', 4908, NULL, NULL, 'IPAY2023/01/4929', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5301, '2023-01-23 13:20:22', 4909, NULL, NULL, 'IPAY2023/01/4930', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5302, '2023-01-23 13:58:35', 4910, NULL, NULL, 'IPAY2023/01/4931', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5303, '2023-01-23 14:11:33', 4911, NULL, NULL, 'IPAY2023/01/4932', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5304, '2023-01-23 14:12:22', 4912, NULL, NULL, 'IPAY2023/01/4933', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5305, '2023-01-23 14:19:27', 4913, NULL, NULL, 'IPAY2023/01/4934', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '100.0000', '90.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5306, '2023-01-23 14:36:40', 4914, NULL, NULL, 'IPAY2023/01/4935', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5307, '2023-01-23 14:40:41', 4915, NULL, NULL, 'IPAY2023/01/4936', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5308, '2023-01-23 14:43:46', 4916, NULL, NULL, 'IPAY2023/01/4937', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5309, '2023-01-23 14:47:09', 4917, NULL, NULL, 'IPAY2023/01/4938', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5310, '2023-01-23 14:48:35', 4918, NULL, NULL, 'IPAY2023/01/4939', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5311, '2023-01-23 14:54:39', 4919, NULL, NULL, 'IPAY2023/01/4940', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5312, '2023-01-23 15:21:41', 4920, NULL, NULL, 'IPAY2023/01/4941', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5313, '2023-01-23 15:25:05', 4921, NULL, NULL, 'IPAY2023/01/4942', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5314, '2023-01-23 15:28:42', 4922, NULL, NULL, 'IPAY2023/01/4943', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5315, '2023-01-23 15:34:23', 4923, NULL, NULL, 'IPAY2023/01/4944', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5316, '2023-01-23 15:35:12', 4924, NULL, NULL, 'IPAY2023/01/4945', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5317, '2023-01-23 15:38:46', 4925, NULL, NULL, 'IPAY2023/01/4946', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5318, '2023-01-23 15:53:58', 4926, NULL, NULL, 'IPAY2023/01/4947', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5319, '2023-01-23 16:06:00', 4927, NULL, NULL, 'IPAY2023/01/4948', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5320, '2023-01-23 16:07:28', 4928, NULL, NULL, 'IPAY2023/01/4949', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5321, '2023-01-23 16:13:49', 4929, NULL, NULL, 'IPAY2023/01/4950', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '50.0000', '26.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5322, '2023-01-23 16:18:53', 4930, NULL, NULL, 'IPAY2023/01/4951', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '100.0000', '89.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5323, '2023-01-23 16:25:13', 4931, NULL, NULL, 'IPAY2023/01/4952', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5324, '2023-01-23 16:29:02', 4932, NULL, NULL, 'IPAY2023/01/4953', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '10.0000', '2.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5325, '2023-01-23 16:30:24', 4933, NULL, NULL, 'IPAY2023/01/4954', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '5.0000', '2.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5326, '2023-01-23 16:46:58', 4934, NULL, NULL, 'IPAY2023/01/4955', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5327, '2023-01-23 16:50:04', 4935, NULL, NULL, 'IPAY2023/01/4956', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5328, '2023-01-23 16:53:24', 4936, NULL, NULL, 'IPAY2023/01/4957', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5329, '2023-01-23 16:56:28', 4937, NULL, NULL, 'IPAY2023/01/4958', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '20.0000', '9.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5330, '2023-01-23 17:04:55', 4938, NULL, NULL, 'IPAY2023/01/4959', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5331, '2023-01-23 17:08:58', 4939, NULL, NULL, 'IPAY2023/01/4960', NULL, 'cash', '', '', '', '', '', '', '544.0000', NULL, 7, NULL, 'received', '', '544.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5332, '2023-01-23 17:10:59', 4940, NULL, NULL, 'IPAY2023/01/4961', NULL, 'cash', '', '', '', '', '', '', '105.5000', NULL, 7, NULL, 'received', '', '105.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5333, '2023-01-23 17:26:19', 4941, NULL, NULL, 'IPAY2023/01/4962', NULL, 'cash', '', '', '', '', '', '', '66.5000', NULL, 7, NULL, 'received', '', '66.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5334, '2023-01-23 17:31:08', 4942, NULL, NULL, 'IPAY2023/01/4963', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5335, '2023-01-23 17:33:33', 4943, NULL, NULL, 'IPAY2023/01/4964', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5336, '2023-01-23 17:36:27', 4944, NULL, NULL, 'IPAY2023/01/4965', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5337, '2023-01-23 17:42:11', 4945, NULL, NULL, 'IPAY2023/01/4966', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '20.0000', '12.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5338, '2023-01-23 17:44:31', 4946, NULL, NULL, 'IPAY2023/01/4967', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5339, '2023-01-23 17:46:10', 4947, NULL, NULL, 'IPAY2023/01/4968', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5340, '2023-01-23 17:47:10', 4948, NULL, NULL, 'IPAY2023/01/4969', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5341, '2023-01-23 17:53:01', 4949, NULL, NULL, 'IPAY2023/01/4970', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5342, '2023-01-23 18:02:39', 4950, NULL, NULL, 'IPAY2023/01/4971', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5343, '2023-01-23 18:03:17', 4951, NULL, NULL, 'IPAY2023/01/4972', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5344, '2023-01-23 18:18:24', 4952, NULL, NULL, 'IPAY2023/01/4973', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5345, '2023-01-23 18:29:26', 4953, NULL, NULL, 'IPAY2023/01/4974', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5346, '2023-01-23 18:34:24', 4954, NULL, NULL, 'IPAY2023/01/4975', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '50.0000', '38.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5347, '2023-01-23 18:37:37', 4955, NULL, NULL, 'IPAY2023/01/4976', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5348, '2023-01-23 18:41:18', 4956, NULL, NULL, 'IPAY2023/01/4977', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5349, '2023-01-23 18:41:41', 4957, NULL, NULL, 'IPAY2023/01/4978', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5350, '2023-01-23 18:49:19', 4958, NULL, NULL, 'IPAY2023/01/4979', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5351, '2023-01-23 19:00:06', 4959, NULL, NULL, 'IPAY2023/01/4980', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '40.0000', '16.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5352, '2023-01-23 19:03:59', 4960, NULL, NULL, 'IPAY2023/01/4981', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5353, '2023-01-23 19:04:20', 4961, NULL, NULL, 'IPAY2023/01/4982', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5354, '2023-01-23 19:07:24', 4962, NULL, NULL, 'IPAY2023/01/4983', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5355, '2023-01-23 19:14:45', 4963, NULL, NULL, 'IPAY2023/01/4984', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5356, '2023-01-23 19:16:31', 4964, NULL, NULL, 'IPAY2023/01/4985', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5357, '2023-01-23 19:21:29', 4965, NULL, NULL, 'IPAY2023/01/4986', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5358, '2023-01-23 19:22:59', 4966, NULL, NULL, 'IPAY2023/01/4987', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '20.0000', '4.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5359, '2023-01-23 19:30:08', 4967, NULL, NULL, 'IPAY2023/01/4988', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5360, '2023-01-23 19:38:35', 4968, NULL, NULL, 'IPAY2023/01/4989', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5361, '2023-01-23 19:42:31', 4969, NULL, NULL, 'IPAY2023/01/4990', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5362, '2023-01-23 19:45:47', 4970, NULL, NULL, 'IPAY2023/01/4991', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5363, '2023-01-23 19:53:35', 4971, NULL, NULL, 'IPAY2023/01/4992', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5364, '2023-01-23 19:55:48', 4972, NULL, NULL, 'IPAY2023/01/4993', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5365, '2023-01-23 19:56:57', 4973, NULL, NULL, 'IPAY2023/01/4994', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5366, '2023-01-24 06:08:12', 4974, NULL, NULL, 'IPAY2023/01/4995', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '38.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5367, '2023-01-24 07:21:47', 4975, NULL, NULL, 'IPAY2023/01/4996', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5368, '2023-01-24 07:28:38', 4976, NULL, NULL, 'IPAY2023/01/4997', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5369, '2023-01-24 07:30:06', 4977, NULL, NULL, 'IPAY2023/01/4998', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5370, '2023-01-24 07:39:13', 4978, NULL, NULL, 'IPAY2023/01/4999', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '20.0000', '7.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5371, '2023-01-24 08:13:02', 4979, NULL, NULL, 'IPAY2023/01/5000', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '100.0000', '89.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5372, '2023-01-24 08:13:38', 4980, NULL, NULL, 'IPAY2023/01/5001', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5373, '2023-01-24 08:17:41', 4981, NULL, NULL, 'IPAY2023/01/5002', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '20.0000', '6.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5374, '2023-01-24 08:35:57', 4982, NULL, NULL, 'IPAY2023/01/5003', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5375, '2023-01-24 08:52:43', 4983, NULL, NULL, 'IPAY2023/01/5004', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5376, '2023-01-24 09:22:00', NULL, NULL, 441, 'POP2023/01/0396', NULL, 'cash', '', '', '', '', '', 'Visa', '364.6500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5377, '2023-01-24 09:30:57', 4984, NULL, NULL, 'IPAY2023/01/5005', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '30.0000', '3.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5378, '2023-01-24 10:03:26', 4985, NULL, NULL, 'IPAY2023/01/5006', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5379, '2023-01-24 10:05:06', 4986, NULL, NULL, 'IPAY2023/01/5007', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5380, '2023-01-24 10:28:14', 4987, NULL, NULL, 'IPAY2023/01/5008', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5381, '2023-01-24 10:29:30', 4988, NULL, NULL, 'IPAY2023/01/5009', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5382, '2023-01-24 10:30:03', 4989, NULL, NULL, 'IPAY2023/01/5010', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5383, '2023-01-24 10:57:25', 4990, NULL, NULL, 'IPAY2023/01/5011', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5384, '2023-01-24 11:21:29', 4991, NULL, NULL, 'IPAY2023/01/5012', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '100.0000', '76.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5385, '2023-01-24 11:39:47', 4992, NULL, NULL, 'IPAY2023/01/5013', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '100.0000', '86.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5386, '2023-01-24 11:46:12', 4993, NULL, NULL, 'IPAY2023/01/5014', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '50.0000', '42.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5387, '2023-01-24 12:31:00', 4994, NULL, NULL, 'IPAY2023/01/5015', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5388, '2023-01-24 12:34:30', 4995, NULL, NULL, 'IPAY2023/01/5016', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5389, '2023-01-24 13:05:16', 4996, NULL, NULL, 'IPAY2023/01/5017', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5390, '2023-01-24 13:10:11', 4997, NULL, NULL, 'IPAY2023/01/5018', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5391, '2023-01-24 13:27:52', 4998, NULL, NULL, 'IPAY2023/01/5019', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5392, '2023-01-24 13:39:48', 4999, NULL, NULL, 'IPAY2023/01/5020', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5393, '2023-01-24 13:41:31', 5000, NULL, NULL, 'IPAY2023/01/5021', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5394, '2023-01-24 13:52:03', 5001, NULL, NULL, 'IPAY2023/01/5022', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5395, '2023-01-24 14:01:30', 5002, NULL, NULL, 'IPAY2023/01/5023', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5396, '2023-01-24 14:09:21', 5003, NULL, NULL, 'IPAY2023/01/5024', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5397, '2023-01-24 15:17:42', 5004, NULL, NULL, 'IPAY2023/01/5025', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5398, '2023-01-24 15:23:51', 5005, NULL, NULL, 'IPAY2023/01/5026', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5399, '2023-01-24 15:39:26', 5006, NULL, NULL, 'IPAY2023/01/5027', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5400, '2023-01-24 16:06:26', 5007, NULL, NULL, 'IPAY2023/01/5028', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5401, '2023-01-24 16:08:14', 5008, NULL, NULL, 'IPAY2023/01/5029', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5402, '2023-01-24 16:27:22', 5009, NULL, NULL, 'IPAY2023/01/5030', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '50.0000', '17.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5403, '2023-01-24 16:34:39', 5010, NULL, NULL, 'IPAY2023/01/5031', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '20.0000', '3.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5404, '2023-01-24 16:37:15', 5011, NULL, NULL, 'IPAY2023/01/5032', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5405, '2023-01-24 16:43:34', 5012, NULL, NULL, 'IPAY2023/01/5033', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5406, '2023-01-24 16:44:25', 5013, NULL, NULL, 'IPAY2023/01/5034', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5407, '2023-01-24 16:48:20', 5014, NULL, NULL, 'IPAY2023/01/5035', NULL, 'cash', '', '', '', '', '', '', '742.0000', NULL, 7, NULL, 'received', '', '742.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5408, '2023-01-24 16:50:21', 5015, NULL, NULL, 'IPAY2023/01/5036', NULL, 'cash', '', '', '', '', '', '', '101.5000', NULL, 7, NULL, 'received', '', '101.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5409, '2023-01-24 16:52:43', 5016, NULL, NULL, 'IPAY2023/01/5037', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '10.0000', '4.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5410, '2023-01-24 17:01:16', 5017, NULL, NULL, 'IPAY2023/01/5038', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '100.0000', '78.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5411, '2023-01-24 17:15:38', 5018, NULL, NULL, 'IPAY2023/01/5039', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5412, '2023-01-24 17:24:58', 5019, NULL, NULL, 'IPAY2023/01/5040', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5413, '2023-01-24 17:25:28', 5020, NULL, NULL, 'IPAY2023/01/5041', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5414, '2023-01-24 17:28:08', 5021, NULL, NULL, 'IPAY2023/01/5042', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '20.0000', '12.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5415, '2023-01-24 17:29:23', 5022, NULL, NULL, 'IPAY2023/01/5043', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5416, '2023-01-24 17:43:58', 5023, NULL, NULL, 'IPAY2023/01/5044', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5417, '2023-01-24 17:45:28', 5024, NULL, NULL, 'IPAY2023/01/5045', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '10.0000', '1.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5418, '2023-01-24 17:47:16', 5025, NULL, NULL, 'IPAY2023/01/5046', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '100.0000', '79.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5419, '2023-01-24 17:50:41', 5026, NULL, NULL, 'IPAY2023/01/5047', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5420, '2023-01-24 18:13:19', 5027, NULL, NULL, 'IPAY2023/01/5048', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5421, '2023-01-24 18:23:13', 5028, NULL, NULL, 'IPAY2023/01/5049', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5422, '2023-01-24 18:36:02', 5029, NULL, NULL, 'IPAY2023/01/5050', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '100.0000', '67.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5423, '2023-01-24 18:50:39', 5030, NULL, NULL, 'IPAY2023/01/5051', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5424, '2023-01-24 18:51:26', 5031, NULL, NULL, 'IPAY2023/01/5052', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5425, '2023-01-24 18:54:44', 5032, NULL, NULL, 'IPAY2023/01/5053', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5426, '2023-01-24 19:14:31', 5033, NULL, NULL, 'IPAY2023/01/5054', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '10.0000', '3.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5427, '2023-01-24 19:23:54', 5034, NULL, NULL, 'IPAY2023/01/5055', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5428, '2023-01-24 19:44:16', 5035, NULL, NULL, 'IPAY2023/01/5056', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5429, '2023-01-25 05:32:58', 5036, NULL, NULL, 'IPAY2023/01/5057', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5430, '2023-01-25 06:07:36', 5037, NULL, NULL, 'IPAY2023/01/5058', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '20.0000', '5.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5431, '2023-01-25 06:08:55', 5038, NULL, NULL, 'IPAY2023/01/5059', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '20.0000', '5.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5432, '2023-01-25 06:12:29', 5040, NULL, NULL, 'IPAY2023/01/5060', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5433, '2023-01-25 06:12:53', 5041, NULL, NULL, 'IPAY2023/01/5061', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5434, '2023-01-25 06:17:36', 5042, NULL, NULL, 'IPAY2023/01/5062', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5435, '2023-01-25 06:20:43', 5043, NULL, NULL, 'IPAY2023/01/5063', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5436, '2023-01-25 06:23:37', 5044, NULL, NULL, 'IPAY2023/01/5064', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5437, '2023-01-25 07:17:05', 5045, NULL, NULL, 'IPAY2023/01/5065', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5438, '2023-01-25 07:39:14', 5046, NULL, NULL, 'IPAY2023/01/5066', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5439, '2023-01-25 08:00:30', 5047, NULL, NULL, 'IPAY2023/01/5067', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5440, '2023-01-25 08:26:45', 5048, NULL, NULL, 'IPAY2023/01/5068', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5441, '2023-01-25 08:55:54', 5049, NULL, NULL, 'IPAY2023/01/5069', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5442, '2023-01-25 08:57:08', 5050, NULL, NULL, 'IPAY2023/01/5070', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '100.0000', '60.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5443, '2023-01-25 09:01:15', 5051, NULL, NULL, 'IPAY2023/01/5071', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5444, '2023-01-25 09:01:35', 5052, NULL, NULL, 'IPAY2023/01/5072', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5445, '2023-01-25 09:43:53', 5053, NULL, NULL, 'IPAY2023/01/5073', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5446, '2023-01-25 10:20:49', 5054, NULL, NULL, 'IPAY2023/01/5074', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5447, '2023-01-25 10:34:13', 5055, NULL, NULL, 'IPAY2023/01/5075', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5448, '2023-01-25 10:38:09', 5056, NULL, NULL, 'IPAY2023/01/5076', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '50.0000', '40.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5449, '2023-01-25 10:45:56', 5057, NULL, NULL, 'IPAY2023/01/5077', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '100.0000', '87.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5450, '2023-01-25 11:18:20', 5058, NULL, NULL, 'IPAY2023/01/5078', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '100.0000', '4.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5451, '2023-01-25 11:24:37', 5059, NULL, NULL, 'IPAY2023/01/5079', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5452, '2023-01-25 11:53:59', 5060, NULL, NULL, 'IPAY2023/01/5080', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5453, '2023-01-25 12:03:28', 5061, NULL, NULL, 'IPAY2023/01/5081', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5454, '2023-01-25 12:41:47', 5062, NULL, NULL, 'IPAY2023/01/5082', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '100.0000', '52.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5455, '2023-01-25 12:52:52', 5063, NULL, NULL, 'IPAY2023/01/5083', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5456, '2023-01-25 12:53:56', 5064, NULL, NULL, 'IPAY2023/01/5084', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5457, '2023-01-25 12:59:07', 5065, NULL, NULL, 'IPAY2023/01/5085', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5458, '2023-01-25 13:25:38', 5066, NULL, NULL, 'IPAY2023/01/5086', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5459, '2023-01-25 13:45:10', 5067, NULL, NULL, 'IPAY2023/01/5087', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5460, '2023-01-25 14:15:28', 5068, NULL, NULL, 'IPAY2023/01/5088', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '50.0000', '31.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5461, '2023-01-25 14:17:00', 5069, NULL, NULL, 'IPAY2023/01/5089', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5462, '2023-01-25 14:34:05', 5070, NULL, NULL, 'IPAY2023/01/5090', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '25.0000', '1.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5463, '2023-01-25 14:47:07', 5071, NULL, NULL, 'IPAY2023/01/5091', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5464, '2023-01-25 14:49:36', 5072, NULL, NULL, 'IPAY2023/01/5092', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5465, '2023-01-25 14:50:27', 5073, NULL, NULL, 'IPAY2023/01/5093', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5466, '2023-01-25 14:57:30', 5074, NULL, NULL, 'IPAY2023/01/5094', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5467, '2023-01-25 16:07:04', 5075, NULL, NULL, 'IPAY2023/01/5095', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5468, '2023-01-25 16:08:41', 5076, NULL, NULL, 'IPAY2023/01/5096', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5469, '2023-01-25 16:24:16', 5077, NULL, NULL, 'IPAY2023/01/5097', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5470, '2023-01-25 17:22:00', NULL, NULL, 445, 'POP2023/01/0397', NULL, 'cash', '', '', '', '', '', 'Visa', '896.6399', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5471, '2023-01-25 17:22:00', NULL, NULL, 444, 'POP2023/01/0398', NULL, 'cash', '', '', '', '', '', 'Visa', '206.1600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5472, '2023-01-25 17:23:00', NULL, NULL, 443, 'POP2023/01/0399', NULL, 'cash', '', '', '', '', '', 'Visa', '159.8438', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5473, '2023-01-25 17:23:00', NULL, NULL, 442, 'POP2023/01/0400', NULL, 'cash', '', '', '', '', '', 'Visa', '553.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5474, '2023-01-25 17:28:23', 5078, NULL, NULL, 'IPAY2023/01/5098', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '100.0000', '70.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5475, '2023-01-25 17:35:34', 5079, NULL, NULL, 'IPAY2023/01/5099', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5476, '2023-01-25 17:36:00', 5080, NULL, NULL, 'IPAY2023/01/5100', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5477, '2023-01-25 17:36:21', 5081, NULL, NULL, 'IPAY2023/01/5101', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5478, '2023-01-25 17:36:46', 5082, NULL, NULL, 'IPAY2023/01/5102', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5479, '2023-01-25 17:38:23', 5083, NULL, NULL, 'IPAY2023/01/5103', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5480, '2023-01-25 17:41:20', 5084, NULL, NULL, 'IPAY2023/01/5104', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5481, '2023-01-25 17:42:51', 5085, NULL, NULL, 'IPAY2023/01/5105', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '20.0000', '7.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5482, '2023-01-25 17:46:08', 5086, NULL, NULL, 'IPAY2023/01/5106', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5483, '2023-01-25 18:08:26', 5087, NULL, NULL, 'IPAY2023/01/5107', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5484, '2023-01-25 18:09:42', 5088, NULL, NULL, 'IPAY2023/01/5108', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5485, '2023-01-25 18:26:49', 5089, NULL, NULL, 'IPAY2023/01/5109', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '10.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5486, '2023-01-25 18:52:59', 5090, NULL, NULL, 'IPAY2023/01/5110', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5487, '2023-01-25 19:21:45', 5091, NULL, NULL, 'IPAY2023/01/5111', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5488, '2023-01-25 19:23:38', 5092, NULL, NULL, 'IPAY2023/01/5112', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5489, '2023-01-25 19:25:13', 5093, NULL, NULL, 'IPAY2023/01/5113', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5490, '2023-01-25 19:51:53', 5094, NULL, NULL, 'IPAY2023/01/5114', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5491, '2023-01-26 06:08:03', 5095, NULL, NULL, 'IPAY2023/01/5115', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5492, '2023-01-26 06:08:58', 5096, NULL, NULL, 'IPAY2023/01/5116', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5493, '2023-01-26 06:12:26', 5097, NULL, NULL, 'IPAY2023/01/5117', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5494, '2023-01-26 06:14:27', 5098, NULL, NULL, 'IPAY2023/01/5118', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5495, '2023-01-26 06:39:03', 5099, NULL, NULL, 'IPAY2023/01/5119', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5496, '2023-01-26 06:46:21', 5100, NULL, NULL, 'IPAY2023/01/5120', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5497, '2023-01-26 07:31:27', 5101, NULL, NULL, 'IPAY2023/01/5121', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5498, '2023-01-26 07:33:21', 5102, NULL, NULL, 'IPAY2023/01/5122', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5499, '2023-01-26 07:59:01', 5103, NULL, NULL, 'IPAY2023/01/5123', NULL, 'cash', '', '', '', '', '', '', '261.0000', NULL, 7, NULL, 'received', '', '261.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5500, '2023-01-26 08:02:38', 5104, NULL, NULL, 'IPAY2023/01/5124', NULL, 'cash', '', '', '', '', '', '', '125.0000', NULL, 7, NULL, 'received', '', '125.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5501, '2023-01-26 08:04:54', 5105, NULL, NULL, 'IPAY2023/01/5125', NULL, 'cash', '', '', '', '', '', '', '240.5000', NULL, 7, NULL, 'received', '', '240.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5502, '2023-01-26 08:08:05', 5106, NULL, NULL, 'IPAY2023/01/5126', NULL, 'cash', '', '', '', '', '', '', '849.0000', NULL, 7, NULL, 'received', '', '849.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5503, '2023-01-26 08:09:41', 5107, NULL, NULL, 'IPAY2023/01/5127', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5504, '2023-01-26 08:39:34', 5108, NULL, NULL, 'IPAY2023/01/5128', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5505, '2023-01-26 09:32:38', 5109, NULL, NULL, 'IPAY2023/01/5129', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '30.0000', '7.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5506, '2023-01-26 09:50:00', NULL, NULL, 446, 'POP2023/01/0401', NULL, 'cash', '', '', '', '', '', 'Visa', '464.3900', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5507, '2023-01-26 09:58:01', 5110, NULL, NULL, 'IPAY2023/01/5130', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5508, '2023-01-26 09:59:00', NULL, NULL, 447, 'POP2023/01/0402', NULL, 'cash', '', '', '', '', '', 'Visa', '5.1000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5509, '2023-01-26 09:59:00', NULL, NULL, 447, 'POP2023/01/0403', NULL, 'cash', '', '', '', '', '', 'Visa', '96.9000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5510, '2023-01-26 10:02:00', NULL, NULL, 448, 'POP2023/01/0404', NULL, 'cash', '', '', '', '', '', 'Visa', '604.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5511, '2023-01-26 10:09:02', 5111, NULL, NULL, 'IPAY2023/01/5131', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5512, '2023-01-26 10:24:43', 5112, NULL, NULL, 'IPAY2023/01/5132', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5513, '2023-01-26 11:29:22', 5113, NULL, NULL, 'IPAY2023/01/5133', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5514, '2023-01-26 11:45:58', 5114, NULL, NULL, 'IPAY2023/01/5134', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '50.0000', '34.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5515, '2023-01-26 12:01:03', 5115, NULL, NULL, 'IPAY2023/01/5135', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5516, '2023-01-26 12:08:50', 5116, NULL, NULL, 'IPAY2023/01/5136', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5517, '2023-01-26 12:10:51', 5117, NULL, NULL, 'IPAY2023/01/5137', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5518, '2023-01-26 12:21:48', 5118, NULL, NULL, 'IPAY2023/01/5138', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '60.0000', '12.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5519, '2023-01-26 12:53:52', 5119, NULL, NULL, 'IPAY2023/01/5139', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5520, '2023-01-26 13:13:42', 5120, NULL, NULL, 'IPAY2023/01/5140', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5521, '2023-01-26 13:16:23', 5121, NULL, NULL, 'IPAY2023/01/5141', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5522, '2023-01-26 13:18:30', 5122, NULL, NULL, 'IPAY2023/01/5142', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '100.0000', '78.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5523, '2023-01-26 13:19:51', 5123, NULL, NULL, 'IPAY2023/01/5143', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '20.0000', '6.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5524, '2023-01-26 13:22:04', 5124, NULL, NULL, 'IPAY2023/01/5144', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '50.0000', '2.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5525, '2023-01-26 14:05:07', 5125, NULL, NULL, 'IPAY2023/01/5145', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5526, '2023-01-26 14:18:37', 5126, NULL, NULL, 'IPAY2023/01/5146', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5527, '2023-01-26 14:35:50', 5127, NULL, NULL, 'IPAY2023/01/5147', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5528, '2023-01-26 14:54:00', NULL, NULL, 449, 'POP2023/01/0405', NULL, 'cash', '', '', '', '', '', 'Visa', '707.4600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5529, '2023-01-26 15:00:40', 5128, NULL, NULL, 'IPAY2023/01/5148', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '100.0000', '74.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5530, '2023-01-26 15:32:00', NULL, NULL, 450, 'POP2023/01/0406', NULL, 'cash', '', '', '', '', '', 'Visa', '1726.0300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5531, '2023-01-26 16:02:55', 5129, NULL, NULL, 'IPAY2023/01/5149', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5532, '2023-01-26 16:03:55', 5130, NULL, NULL, 'IPAY2023/01/5150', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5533, '2023-01-26 16:23:18', 5131, NULL, NULL, 'IPAY2023/01/5151', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '40.0000', '18.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5534, '2023-01-26 17:16:49', 5132, NULL, NULL, 'IPAY2023/01/5152', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5535, '2023-01-26 17:19:42', 5133, NULL, NULL, 'IPAY2023/01/5153', NULL, 'cash', '', '', '', '', '', '', '123.0000', NULL, 7, NULL, 'received', '', '123.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5536, '2023-01-26 17:35:26', 5134, NULL, NULL, 'IPAY2023/01/5154', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '50.0000', '3.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5537, '2023-01-26 17:41:36', 5135, NULL, NULL, 'IPAY2023/01/5155', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5538, '2023-01-26 17:53:44', 5136, NULL, NULL, 'IPAY2023/01/5156', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5539, '2023-01-26 17:59:17', 5137, NULL, NULL, 'IPAY2023/01/5157', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5540, '2023-01-26 18:03:50', 5138, NULL, NULL, 'IPAY2023/01/5158', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5541, '2023-01-26 18:31:29', 5139, NULL, NULL, 'IPAY2023/01/5159', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '20.0000', '3.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5542, '2023-01-26 18:53:15', 5140, NULL, NULL, 'IPAY2023/01/5160', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5543, '2023-01-26 19:07:34', 5141, NULL, NULL, 'IPAY2023/01/5161', NULL, 'cash', '', '', '', '', '', '', '1.7500', NULL, 7, NULL, 'received', '', '1.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5544, '2023-01-26 19:18:25', 5142, NULL, NULL, 'IPAY2023/01/5162', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5545, '2023-01-26 19:39:13', 5143, NULL, NULL, 'IPAY2023/01/5163', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '20.0000', '8.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5546, '2023-01-26 19:40:21', 5144, NULL, NULL, 'IPAY2023/01/5164', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5547, '2023-01-26 19:44:41', 5145, NULL, NULL, 'IPAY2023/01/5165', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5548, '2023-01-27 06:34:15', 5146, NULL, NULL, 'IPAY2023/01/5166', NULL, 'cash', '', '', '', '', '', '', '167.0000', NULL, 7, NULL, 'received', '', '167.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5549, '2023-01-27 06:58:46', 5147, NULL, NULL, 'IPAY2023/01/5167', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5550, '2023-01-27 07:14:24', 5148, NULL, NULL, 'IPAY2023/01/5168', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '40.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5551, '2023-01-27 07:35:22', 5149, NULL, NULL, 'IPAY2023/01/5169', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5552, '2023-01-27 07:38:57', 5150, NULL, NULL, 'IPAY2023/01/5170', NULL, 'cash', '', '', '', '', '', '', '56.5000', NULL, 7, NULL, 'received', '', '56.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5553, '2023-01-27 08:38:11', 5151, NULL, NULL, 'IPAY2023/01/5171', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5554, '2023-01-27 08:51:47', 5152, NULL, NULL, 'IPAY2023/01/5172', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '100.0000', '90.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5555, '2023-01-27 10:07:12', 5153, NULL, NULL, 'IPAY2023/01/5173', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5556, '2023-01-27 10:10:33', 5154, NULL, NULL, 'IPAY2023/01/5174', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5557, '2023-01-27 10:54:07', 5155, NULL, NULL, 'IPAY2023/01/5175', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5558, '2023-01-27 11:24:57', 5156, NULL, NULL, 'IPAY2023/01/5176', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '100.0000', '90.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5559, '2023-01-27 11:42:24', 5157, NULL, NULL, 'IPAY2023/01/5177', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5560, '2023-01-27 12:03:22', 5158, NULL, NULL, 'IPAY2023/01/5178', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5561, '2023-01-27 12:09:23', 5159, NULL, NULL, 'IPAY2023/01/5179', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5562, '2023-01-27 14:11:10', 5160, NULL, NULL, 'IPAY2023/01/5180', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5563, '2023-01-27 15:14:13', 5161, NULL, NULL, 'IPAY2023/01/5181', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5564, '2023-01-27 15:20:31', 5162, NULL, NULL, 'IPAY2023/01/5182', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '50.0000', '32.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5565, '2023-01-27 15:22:23', 5163, NULL, NULL, 'IPAY2023/01/5183', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5566, '2023-01-27 15:25:09', 5164, NULL, NULL, 'IPAY2023/01/5184', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5567, '2023-01-27 15:31:46', 5165, NULL, NULL, 'IPAY2023/01/5185', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '100.0000', '66.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5568, '2023-01-27 15:36:59', 5166, NULL, NULL, 'IPAY2023/01/5186', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5569, '2023-01-27 15:38:16', 5167, NULL, NULL, 'IPAY2023/01/5187', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '10.0000', '6.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5570, '2023-01-27 15:42:12', 5168, NULL, NULL, 'IPAY2023/01/5188', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5571, '2023-01-27 15:54:25', 5169, NULL, NULL, 'IPAY2023/01/5189', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5572, '2023-01-27 15:55:44', 5170, NULL, NULL, 'IPAY2023/01/5190', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5573, '2023-01-27 15:59:52', 5171, NULL, NULL, 'IPAY2023/01/5191', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '100.0000', '40.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5574, '2023-01-27 16:08:54', 5172, NULL, NULL, 'IPAY2023/01/5192', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5575, '2023-01-27 16:10:24', 5173, NULL, NULL, 'IPAY2023/01/5193', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5576, '2023-01-27 16:18:14', 5174, NULL, NULL, 'IPAY2023/01/5194', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5577, '2023-01-27 16:21:05', 5175, NULL, NULL, 'IPAY2023/01/5195', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5578, '2023-01-27 16:40:38', 5176, NULL, NULL, 'IPAY2023/01/5196', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '100.0000', '80.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5579, '2023-01-27 16:42:53', 5177, NULL, NULL, 'IPAY2023/01/5197', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5580, '2023-01-27 16:49:00', 5178, NULL, NULL, 'IPAY2023/01/5198', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '100.0000', '55.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5581, '2023-01-27 16:55:24', 5179, NULL, NULL, 'IPAY2023/01/5199', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5582, '2023-01-27 16:56:58', 5180, NULL, NULL, 'IPAY2023/01/5200', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5583, '2023-01-27 17:07:17', 5181, NULL, NULL, 'IPAY2023/01/5201', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '20.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5584, '2023-01-27 17:08:57', 5182, NULL, NULL, 'IPAY2023/01/5202', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5585, '2023-01-27 17:11:39', 5183, NULL, NULL, 'IPAY2023/01/5203', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5586, '2023-01-27 17:12:24', 5184, NULL, NULL, 'IPAY2023/01/5204', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '20.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5587, '2023-01-27 17:25:45', 5185, NULL, NULL, 'IPAY2023/01/5205', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5588, '2023-01-27 17:28:53', 5186, NULL, NULL, 'IPAY2023/01/5206', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '40.0000', '2.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5589, '2023-01-27 17:31:39', 5187, NULL, NULL, 'IPAY2023/01/5207', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '100.0000', '52.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5590, '2023-01-27 17:38:31', 5188, NULL, NULL, 'IPAY2023/01/5208', NULL, 'cash', '', '', '', '', '', '', '641.0000', NULL, 7, NULL, 'received', '', '641.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5591, '2023-01-27 17:44:15', 5189, NULL, NULL, 'IPAY2023/01/5209', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5592, '2023-01-27 17:47:48', 5190, NULL, NULL, 'IPAY2023/01/5210', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5593, '2023-01-27 18:01:09', 5191, NULL, NULL, 'IPAY2023/01/5211', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '20.0000', '16.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5594, '2023-01-27 18:01:41', 5192, NULL, NULL, 'IPAY2023/01/5212', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5595, '2023-01-27 18:04:06', 5193, NULL, NULL, 'IPAY2023/01/5213', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5596, '2023-01-27 18:12:34', 5194, NULL, NULL, 'IPAY2023/01/5214', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5597, '2023-01-27 18:22:52', 5195, NULL, NULL, 'IPAY2023/01/5215', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '10.0000', '5.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5598, '2023-01-27 18:23:21', 5196, NULL, NULL, 'IPAY2023/01/5216', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5599, '2023-01-27 18:27:31', 5197, NULL, NULL, 'IPAY2023/01/5217', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5600, '2023-01-27 18:30:09', 5198, NULL, NULL, 'IPAY2023/01/5218', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '20.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5601, '2023-01-27 18:31:43', 5199, NULL, NULL, 'IPAY2023/01/5219', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5602, '2023-01-27 18:32:51', 5200, NULL, NULL, 'IPAY2023/01/5220', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5603, '2023-01-27 18:35:09', 5201, NULL, NULL, 'IPAY2023/01/5221', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5604, '2023-01-27 18:37:23', 5202, NULL, NULL, 'IPAY2023/01/5222', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '60.0000', '5.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5605, '2023-01-27 18:40:55', 5203, NULL, NULL, 'IPAY2023/01/5223', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5606, '2023-01-27 18:46:02', 5204, NULL, NULL, 'IPAY2023/01/5224', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5607, '2023-01-27 18:58:19', 5205, NULL, NULL, 'IPAY2023/01/5225', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5608, '2023-01-27 19:14:03', 5206, NULL, NULL, 'IPAY2023/01/5226', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5609, '2023-01-27 19:20:04', 5207, NULL, NULL, 'IPAY2023/01/5227', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5610, '2023-01-27 19:57:04', 5208, NULL, NULL, 'IPAY2023/01/5228', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5611, '2023-01-28 06:27:34', 5209, NULL, NULL, 'IPAY2023/01/5229', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5612, '2023-01-28 07:45:27', 5210, NULL, NULL, 'IPAY2023/01/5230', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '20.0000', '12.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5613, '2023-01-28 08:44:39', 5211, NULL, NULL, 'IPAY2023/01/5231', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '100.0000', '55.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5614, '2023-01-28 08:52:22', 5212, NULL, NULL, 'IPAY2023/01/5232', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '100.0000', '60.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5615, '2023-01-28 08:54:05', 5213, NULL, NULL, 'IPAY2023/01/5233', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5616, '2023-01-28 08:54:23', 5214, NULL, NULL, 'IPAY2023/01/5234', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5617, '2023-01-28 10:52:19', 5215, NULL, NULL, 'IPAY2023/01/5235', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '100.0000', '56.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5618, '2023-01-28 11:04:13', 5216, NULL, NULL, 'IPAY2023/01/5236', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5619, '2023-01-28 11:08:23', 5217, NULL, NULL, 'IPAY2023/01/5237', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5620, '2023-01-28 11:27:29', 5218, NULL, NULL, 'IPAY2023/01/5238', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5621, '2023-01-28 11:33:55', 5219, NULL, NULL, 'IPAY2023/01/5239', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '100.0000', '40.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5622, '2023-01-28 11:53:44', 5220, NULL, NULL, 'IPAY2023/01/5240', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5623, '2023-01-28 12:01:44', 5221, NULL, NULL, 'IPAY2023/01/5241', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '20.0000', '2.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5624, '2023-01-28 12:03:06', 5222, NULL, NULL, 'IPAY2023/01/5242', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '100.0000', '61.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5625, '2023-01-28 12:03:40', 5223, NULL, NULL, 'IPAY2023/01/5243', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5626, '2023-01-28 12:27:16', 5224, NULL, NULL, 'IPAY2023/01/5244', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5627, '2023-01-28 12:44:38', 5225, NULL, NULL, 'IPAY2023/01/5245', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5628, '2023-01-28 12:54:58', 5226, NULL, NULL, 'IPAY2023/01/5246', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '30.0000', '2.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5629, '2023-01-28 13:23:31', 5227, NULL, NULL, 'IPAY2023/01/5247', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '30.0000', '7.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5630, '2023-01-28 13:33:59', 5228, NULL, NULL, 'IPAY2023/01/5248', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5631, '2023-01-28 13:43:24', 5229, NULL, NULL, 'IPAY2023/01/5249', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '50.0000', '17.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5632, '2023-01-28 14:21:28', 5230, NULL, NULL, 'IPAY2023/01/5250', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5633, '2023-01-28 14:28:51', 5231, NULL, NULL, 'IPAY2023/01/5251', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5634, '2023-01-28 15:35:00', 5232, NULL, NULL, 'IPAY2023/01/5252', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5635, '2023-01-28 15:45:06', 5233, NULL, NULL, 'IPAY2023/01/5253', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5636, '2023-01-28 15:50:31', 5234, NULL, NULL, 'IPAY2023/01/5254', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5637, '2023-01-28 16:10:34', 5235, NULL, NULL, 'IPAY2023/01/5255', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '40.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5638, '2023-01-28 16:15:53', 5236, NULL, NULL, 'IPAY2023/01/5256', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5639, '2023-01-28 16:30:51', 5237, NULL, NULL, 'IPAY2023/01/5257', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '10.0000', '6.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5640, '2023-01-28 16:40:11', 5238, NULL, NULL, 'IPAY2023/01/5258', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5641, '2023-01-28 16:44:49', 5239, NULL, NULL, 'IPAY2023/01/5259', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '10.0000', '8.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5642, '2023-01-28 16:47:23', 5240, NULL, NULL, 'IPAY2023/01/5260', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '20.0000', '0.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5643, '2023-01-28 16:49:37', 5241, NULL, NULL, 'IPAY2023/01/5261', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5644, '2023-01-28 16:52:13', 5242, NULL, NULL, 'IPAY2023/01/5262', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5645, '2023-01-28 17:10:18', 5243, NULL, NULL, 'IPAY2023/01/5263', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5646, '2023-01-28 17:11:10', 5244, NULL, NULL, 'IPAY2023/01/5264', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5647, '2023-01-28 17:12:11', 5245, NULL, NULL, 'IPAY2023/01/5265', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5648, '2023-01-28 17:43:46', 5246, NULL, NULL, 'IPAY2023/01/5266', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '100.0000', '83.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5649, '2023-01-28 17:45:16', 5247, NULL, NULL, 'IPAY2023/01/5267', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5650, '2023-01-28 17:49:50', 5248, NULL, NULL, 'IPAY2023/01/5268', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5651, '2023-01-28 18:01:16', 5249, NULL, NULL, 'IPAY2023/01/5269', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '20.0000', '0.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5652, '2023-01-28 18:01:38', 5250, NULL, NULL, 'IPAY2023/01/5270', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5653, '2023-01-28 18:32:02', 5251, NULL, NULL, 'IPAY2023/01/5271', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5654, '2023-01-28 18:35:11', 5252, NULL, NULL, 'IPAY2023/01/5272', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '10.0000', '1.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5655, '2023-01-28 18:42:23', 5253, NULL, NULL, 'IPAY2023/01/5273', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '50.0000', '40.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5656, '2023-01-28 18:46:42', 5254, NULL, NULL, 'IPAY2023/01/5274', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5657, '2023-01-28 18:50:42', 5255, NULL, NULL, 'IPAY2023/01/5275', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5658, '2023-01-28 18:56:00', 5256, NULL, NULL, 'IPAY2023/01/5276', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5659, '2023-01-28 19:17:49', 5257, NULL, NULL, 'IPAY2023/01/5277', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5660, '2023-01-28 19:29:24', 5258, NULL, NULL, 'IPAY2023/01/5278', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5661, '2023-01-28 19:50:41', 5259, NULL, NULL, 'IPAY2023/01/5279', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5662, '2023-01-29 07:27:15', 5260, NULL, NULL, 'IPAY2023/01/5280', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5663, '2023-01-29 07:40:29', 5261, NULL, NULL, 'IPAY2023/01/5281', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '20.0000', '9.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5664, '2023-01-29 08:09:37', 5262, NULL, NULL, 'IPAY2023/01/5282', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '20.0000', '12.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5665, '2023-01-29 08:11:47', 5263, NULL, NULL, 'IPAY2023/01/5283', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5666, '2023-01-29 08:27:34', 5264, NULL, NULL, 'IPAY2023/01/5284', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5667, '2023-01-29 09:41:07', 5265, NULL, NULL, 'IPAY2023/01/5285', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '100.0000', '66.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5668, '2023-01-29 10:11:02', 5266, NULL, NULL, 'IPAY2023/01/5286', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5669, '2023-01-29 10:19:04', 5267, NULL, NULL, 'IPAY2023/01/5287', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5670, '2023-01-29 10:21:30', 5268, NULL, NULL, 'IPAY2023/01/5288', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5671, '2023-01-29 10:31:57', 5269, NULL, NULL, 'IPAY2023/01/5289', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5672, '2023-01-29 10:53:49', 5270, NULL, NULL, 'IPAY2023/01/5290', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5673, '2023-01-29 11:05:17', 5271, NULL, NULL, 'IPAY2023/01/5291', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '100.0000', '77.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5674, '2023-01-29 11:07:36', 5272, NULL, NULL, 'IPAY2023/01/5292', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5675, '2023-01-29 11:09:15', 5273, NULL, NULL, 'IPAY2023/01/5293', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '50.0000', '42.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5676, '2023-01-29 11:43:14', 5274, NULL, NULL, 'IPAY2023/01/5294', NULL, 'cash', '', '', '', '', '', '', '89.0000', NULL, 7, NULL, 'received', '', '100.0000', '11.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5677, '2023-01-29 11:51:44', 5275, NULL, NULL, 'IPAY2023/01/5295', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5678, '2023-01-29 11:53:38', 5276, NULL, NULL, 'IPAY2023/01/5296', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5679, '2023-01-29 11:58:46', 5277, NULL, NULL, 'IPAY2023/01/5297', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5680, '2023-01-29 12:25:10', 5278, NULL, NULL, 'IPAY2023/01/5298', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5681, '2023-01-29 14:00:38', 5279, NULL, NULL, 'IPAY2023/01/5299', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5682, '2023-01-29 14:35:26', 5280, NULL, NULL, 'IPAY2023/01/5300', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '100.0000', '43.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5683, '2023-01-29 15:03:44', 5281, NULL, NULL, 'IPAY2023/01/5301', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5684, '2023-01-29 15:21:47', 5282, NULL, NULL, 'IPAY2023/01/5302', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '20.0000', '12.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5685, '2023-01-29 15:42:14', 5283, NULL, NULL, 'IPAY2023/01/5303', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5686, '2023-01-29 16:04:12', 5284, NULL, NULL, 'IPAY2023/01/5304', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5687, '2023-01-29 16:32:31', 5285, NULL, NULL, 'IPAY2023/01/5305', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5688, '2023-01-29 16:49:23', 5286, NULL, NULL, 'IPAY2023/01/5306', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5689, '2023-01-29 16:50:33', 5287, NULL, NULL, 'IPAY2023/01/5307', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5690, '2023-01-29 16:51:00', 5288, NULL, NULL, 'IPAY2023/01/5308', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5691, '2023-01-29 17:17:44', 5289, NULL, NULL, 'IPAY2023/01/5309', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5692, '2023-01-29 17:26:51', 5290, NULL, NULL, 'IPAY2023/01/5310', NULL, 'cash', '', '', '', '', '', '', '44.5000', NULL, 7, NULL, 'received', '', '45.0000', '0.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5693, '2023-01-29 17:41:33', 5291, NULL, NULL, 'IPAY2023/01/5311', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '20.0000', '9.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5694, '2023-01-29 17:44:52', 5292, NULL, NULL, 'IPAY2023/01/5312', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5695, '2023-01-29 17:57:28', 5293, NULL, NULL, 'IPAY2023/01/5313', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5696, '2023-01-29 18:01:57', 5294, NULL, NULL, 'IPAY2023/01/5314', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5697, '2023-01-29 18:24:58', 5295, NULL, NULL, 'IPAY2023/01/5315', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5698, '2023-01-29 18:33:33', 5296, NULL, NULL, 'IPAY2023/01/5316', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '20.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5699, '2023-01-29 18:34:21', 5297, NULL, NULL, 'IPAY2023/01/5317', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '100.0000', '4.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5700, '2023-01-29 18:39:01', 5298, NULL, NULL, 'IPAY2023/01/5318', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5701, '2023-01-29 18:41:35', 5299, NULL, NULL, 'IPAY2023/01/5319', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5702, '2023-01-29 18:50:22', 5300, NULL, NULL, 'IPAY2023/01/5320', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '100.0000', '90.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5703, '2023-01-29 18:52:17', 5301, NULL, NULL, 'IPAY2023/01/5321', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5704, '2023-01-29 18:53:10', 5302, NULL, NULL, 'IPAY2023/01/5322', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5705, '2023-01-29 18:54:05', 5303, NULL, NULL, 'IPAY2023/01/5323', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5706, '2023-01-29 18:55:00', 5304, NULL, NULL, 'IPAY2023/01/5324', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5707, '2023-01-29 19:00:33', 5305, NULL, NULL, 'IPAY2023/01/5325', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5708, '2023-01-29 19:27:58', 5306, NULL, NULL, 'IPAY2023/01/5326', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5709, '2023-01-29 19:29:29', 5307, NULL, NULL, 'IPAY2023/01/5327', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '100.0000', '83.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5710, '2023-01-29 19:35:23', 5308, NULL, NULL, 'IPAY2023/01/5328', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5711, '2023-01-29 19:36:48', 5309, NULL, NULL, 'IPAY2023/01/5329', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5712, '2023-01-29 19:51:28', 5310, NULL, NULL, 'IPAY2023/01/5330', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5713, '2023-01-30 05:57:38', 5311, NULL, NULL, 'IPAY2023/01/5331', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '20.0000', '6.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5714, '2023-01-30 05:58:08', 5312, NULL, NULL, 'IPAY2023/01/5332', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5715, '2023-01-30 06:33:38', 5313, NULL, NULL, 'IPAY2023/01/5333', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5716, '2023-01-30 07:09:34', 5314, NULL, NULL, 'IPAY2023/01/5334', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5717, '2023-01-30 08:07:48', 5315, NULL, NULL, 'IPAY2023/01/5335', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5718, '2023-01-30 08:20:52', 5316, NULL, NULL, 'IPAY2023/01/5336', NULL, 'cash', '', '', '', '', '', '', '120.5000', NULL, 7, NULL, 'received', '', '120.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5719, '2023-01-30 08:21:37', 5317, NULL, NULL, 'IPAY2023/01/5337', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5720, '2023-01-30 08:27:52', 5318, NULL, NULL, 'IPAY2023/01/5338', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5721, '2023-01-30 09:19:04', 5319, NULL, NULL, 'IPAY2023/01/5339', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5722, '2023-01-30 09:20:59', 5320, NULL, NULL, 'IPAY2023/01/5340', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5723, '2023-01-30 09:42:00', NULL, NULL, 451, 'POP2023/01/0407', NULL, 'cash', '', '', '', '', '', 'Visa', '159.7200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5724, '2023-01-30 09:45:00', NULL, NULL, 452, 'POP2023/01/0408', NULL, 'cash', '', '', '', '', '', 'Visa', '500.7000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5725, '2023-01-30 09:46:00', NULL, NULL, 453, 'POP2023/01/0409', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5726, '2023-01-30 09:49:00', NULL, NULL, 454, 'POP2023/01/0410', NULL, 'cash', '', '', '', '', '', 'Visa', '650.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5727, '2023-02-02 16:15:00', NULL, NULL, 455, 'POP2023/02/0411', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5728, '2023-02-02 16:16:00', NULL, NULL, 456, 'POP2023/02/0412', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5729, '2023-02-02 16:17:00', NULL, NULL, 457, 'POP2023/02/0413', NULL, 'cash', '', '', '', '', '', 'Visa', '140.4000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5730, '2023-02-02 16:23:00', NULL, NULL, 458, 'POP2023/02/0414', NULL, 'cash', '', '', '', '', '', 'Visa', '1221.0800', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5731, '2023-02-02 16:36:49', 5321, NULL, NULL, 'IPAY2023/02/5341', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5732, '2023-02-02 16:40:38', 5322, NULL, NULL, 'IPAY2023/02/5342', NULL, 'cash', '', '', '', '', '', '', '204.5000', NULL, 7, NULL, 'received', '', '204.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5733, '2023-02-02 16:44:15', 5323, NULL, NULL, 'IPAY2023/02/5343', NULL, 'cash', '', '', '', '', '', '', '134.5000', NULL, 7, NULL, 'received', '', '134.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5734, '2023-02-02 16:51:47', 5324, NULL, NULL, 'IPAY2023/02/5344', NULL, 'cash', '', '', '', '', '', '', '183.0000', NULL, 7, NULL, 'received', '', '183.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5735, '2023-02-02 16:54:07', 5325, NULL, NULL, 'IPAY2023/02/5345', NULL, 'cash', '', '', '', '', '', '', '88.0000', NULL, 7, NULL, 'received', '', '88.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5736, '2023-02-02 17:03:47', 5326, NULL, NULL, 'IPAY2023/02/5346', NULL, 'cash', '', '', '', '', '', '', '83.0000', NULL, 7, NULL, 'received', '', '83.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5737, '2023-02-02 17:08:10', 5327, NULL, NULL, 'IPAY2023/02/5347', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5738, '2023-02-02 17:13:08', 5328, NULL, NULL, 'IPAY2023/02/5348', NULL, 'cash', '', '', '', '', '', '', '185.5000', NULL, 7, NULL, 'received', '', '185.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5739, '2023-02-02 17:20:54', 5329, NULL, NULL, 'IPAY2023/02/5349', NULL, 'cash', '', '', '', '', '', '', '132.5000', NULL, 7, NULL, 'received', '', '132.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5740, '2023-02-02 17:39:09', 5330, NULL, NULL, 'IPAY2023/02/5350', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5741, '2023-02-02 17:44:13', 5331, NULL, NULL, 'IPAY2023/02/5351', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5742, '2023-02-02 17:49:59', 5332, NULL, NULL, 'IPAY2023/02/5352', NULL, 'cash', '', '', '', '', '', '', '110.7500', NULL, 7, NULL, 'received', '', '110.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5743, '2023-02-02 17:51:45', 5333, NULL, NULL, 'IPAY2023/02/5353', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5744, '2023-02-02 17:54:08', 5334, NULL, NULL, 'IPAY2023/02/5354', NULL, 'cash', '', '', '', '', '', '', '106.0000', NULL, 7, NULL, 'received', '', '106.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5745, '2023-02-02 17:58:48', 5335, NULL, NULL, 'IPAY2023/02/5355', NULL, 'cash', '', '', '', '', '', '', '92.0000', NULL, 7, NULL, 'received', '', '92.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5746, '2023-02-02 18:01:13', 5336, NULL, NULL, 'IPAY2023/02/5356', NULL, 'cash', '', '', '', '', '', '', '93.0000', NULL, 7, NULL, 'received', '', '93.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5747, '2023-02-02 18:02:40', 5337, NULL, NULL, 'IPAY2023/02/5357', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5748, '2023-02-02 18:07:47', 5338, NULL, NULL, 'IPAY2023/02/5358', NULL, 'cash', '', '', '', '', '', '', '130.5000', NULL, 7, NULL, 'received', '', '130.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5749, '2023-02-02 18:11:02', 5339, NULL, NULL, 'IPAY2023/02/5359', NULL, 'cash', '', '', '', '', '', '', '89.0000', NULL, 7, NULL, 'received', '', '89.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5750, '2023-02-02 18:14:05', 5340, NULL, NULL, 'IPAY2023/02/5360', NULL, 'cash', '', '', '', '', '', '', '114.0000', NULL, 7, NULL, 'received', '', '114.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5751, '2023-02-02 18:15:21', 5341, NULL, NULL, 'IPAY2023/02/5361', NULL, 'cash', '', '', '', '', '', '', '40.5000', NULL, 7, NULL, 'received', '', '40.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5752, '2023-02-02 18:18:48', 5342, NULL, NULL, 'IPAY2023/02/5362', NULL, 'cash', '', '', '', '', '', '', '149.5000', NULL, 7, NULL, 'received', '', '149.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5753, '2023-02-02 18:20:37', 5343, NULL, NULL, 'IPAY2023/02/5363', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5754, '2023-02-02 18:22:15', 5344, NULL, NULL, 'IPAY2023/02/5364', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5755, '2023-02-02 18:25:58', 5345, NULL, NULL, 'IPAY2023/02/5365', NULL, 'cash', '', '', '', '', '', '', '193.0000', NULL, 7, NULL, 'received', '', '193.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5756, '2023-02-02 18:29:49', 5346, NULL, NULL, 'IPAY2023/02/5366', NULL, 'cash', '', '', '', '', '', '', '190.0000', NULL, 7, NULL, 'received', '', '190.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5757, '2023-02-02 18:39:41', 5347, NULL, NULL, 'IPAY2023/02/5367', NULL, 'cash', '', '', '', '', '', '', '79.5000', NULL, 7, NULL, 'received', '', '79.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5758, '2023-02-02 18:40:59', 5348, NULL, NULL, 'IPAY2023/02/5368', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5759, '2023-02-02 18:41:27', 5349, NULL, NULL, 'IPAY2023/02/5369', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5760, '2023-02-02 18:41:53', 5350, NULL, NULL, 'IPAY2023/02/5370', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5761, '2023-02-02 18:42:16', 5351, NULL, NULL, 'IPAY2023/02/5371', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5762, '2023-02-02 18:52:36', 5352, NULL, NULL, 'IPAY2023/02/5372', NULL, 'cash', '', '', '', '', '', '', '103.0000', NULL, 7, NULL, 'received', '', '103.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5763, '2023-02-02 18:53:18', 5353, NULL, NULL, 'IPAY2023/02/5373', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '42.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5764, '2023-02-02 18:58:53', 5354, NULL, NULL, 'IPAY2023/02/5374', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5765, '2023-02-02 19:39:29', 5355, NULL, NULL, 'IPAY2023/02/5375', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5766, '2023-02-02 19:55:11', 5356, NULL, NULL, 'IPAY2023/02/5376', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5767, '2023-02-02 20:05:51', 5357, NULL, NULL, 'IPAY2023/02/5377', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5768, '2023-02-03 06:02:42', 5358, NULL, NULL, 'IPAY2023/02/5378', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5769, '2023-02-03 06:05:19', 5359, NULL, NULL, 'IPAY2023/02/5379', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5770, '2023-02-03 06:14:41', 5360, NULL, NULL, 'IPAY2023/02/5380', NULL, 'cash', '', '', '', '', '', '', '323.0000', NULL, 7, NULL, 'received', '', '323.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5772, '2023-02-03 06:23:33', 5362, NULL, NULL, 'IPAY2023/02/5382', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5773, '2023-02-03 06:36:22', 5363, NULL, NULL, 'IPAY2023/02/5383', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5774, '2023-02-03 07:27:19', 5364, NULL, NULL, 'IPAY2023/02/5384', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5775, '2023-02-03 07:37:09', 5365, NULL, NULL, 'IPAY2023/02/5385', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5776, '2023-02-03 07:55:31', 5366, NULL, NULL, 'IPAY2023/02/5386', NULL, 'cash', '', '', '', '', '', '', '15.7500', NULL, 7, NULL, 'received', '', '15.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5777, '2023-02-03 08:03:49', 5367, NULL, NULL, 'IPAY2023/02/5387', NULL, 'cash', '', '', '', '', '', '', '236.0000', NULL, 7, NULL, 'received', '', '236.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5778, '2023-02-03 08:10:11', 5368, NULL, NULL, 'IPAY2023/02/5388', NULL, 'cash', '', '', '', '', '', '', '59.5000', NULL, 7, NULL, 'received', '', '59.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5779, '2023-02-03 08:30:09', 5369, NULL, NULL, 'IPAY2023/02/5389', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5780, '2023-02-03 08:34:00', NULL, NULL, 459, 'POP2023/02/0415', NULL, 'cash', '', '', '', '', '', 'Visa', '276.6000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5781, '2023-02-03 08:43:00', NULL, NULL, 460, 'POP2023/02/0416', NULL, 'cash', '', '', '', '', '', 'Visa', '141.9500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5782, '2023-02-03 08:48:40', 5370, NULL, NULL, 'IPAY2023/02/5390', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5783, '2023-02-03 09:00:00', NULL, NULL, 461, 'POP2023/02/0417', NULL, 'cash', '', '', '', '', '', 'Visa', '64.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5784, '2023-02-03 09:04:14', 5371, NULL, NULL, 'IPAY2023/02/5391', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5785, '2023-02-03 09:12:20', 5372, NULL, NULL, 'IPAY2023/02/5392', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5786, '2023-02-03 09:29:25', 5373, NULL, NULL, 'IPAY2023/02/5393', NULL, 'cash', '', '', '', '', '', '', '87.5000', NULL, 7, NULL, 'received', '', '87.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5787, '2023-02-03 10:08:22', 5374, NULL, NULL, 'IPAY2023/02/5394', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5788, '2023-02-03 10:17:30', 5375, NULL, NULL, 'IPAY2023/02/5395', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5789, '2023-02-03 10:21:36', 5376, NULL, NULL, 'IPAY2023/02/5396', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5790, '2023-02-03 10:53:39', 5377, NULL, NULL, 'IPAY2023/02/5397', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5791, '2023-02-03 11:08:17', 5378, NULL, NULL, 'IPAY2023/02/5398', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5792, '2023-02-03 11:54:50', 5379, NULL, NULL, 'IPAY2023/02/5399', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5793, '2023-02-03 12:14:52', 5380, NULL, NULL, 'IPAY2023/02/5400', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5794, '2023-02-03 12:32:32', 5381, NULL, NULL, 'IPAY2023/02/5401', NULL, 'cash', '', '', '', '', '', '', '39.5000', NULL, 7, NULL, 'received', '', '39.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5795, '2023-02-03 12:34:19', 5382, NULL, NULL, 'IPAY2023/02/5402', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5796, '2023-02-03 13:08:16', 5383, NULL, NULL, 'IPAY2023/02/5403', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5797, '2023-02-03 13:10:49', 5384, NULL, NULL, 'IPAY2023/02/5404', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5798, '2023-02-03 13:18:35', 5385, NULL, NULL, 'IPAY2023/02/5405', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5799, '2023-02-03 14:02:32', 5386, NULL, NULL, 'IPAY2023/02/5406', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5800, '2023-02-03 14:45:10', 5387, NULL, NULL, 'IPAY2023/02/5407', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5801, '2023-02-03 15:28:32', 5388, NULL, NULL, 'IPAY2023/02/5408', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5802, '2023-02-03 15:43:57', 5389, NULL, NULL, 'IPAY2023/02/5409', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5803, '2023-02-03 16:16:01', 5390, NULL, NULL, 'IPAY2023/02/5410', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5804, '2023-02-03 16:25:16', 5391, NULL, NULL, 'IPAY2023/02/5411', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5805, '2023-02-03 16:42:00', NULL, NULL, 462, 'POP2023/02/0418', NULL, 'cash', '', '', '', '', '', 'Visa', '218.1000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5806, '2023-02-03 16:44:00', NULL, NULL, 463, 'POP2023/02/0419', NULL, 'cash', '', '', '', '', '', 'Visa', '294.2400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5807, '2023-02-03 16:52:36', 5392, NULL, NULL, 'IPAY2023/02/5412', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5808, '2023-02-03 16:54:00', NULL, NULL, 464, 'POP2023/02/0420', NULL, 'cash', '', '', '', '', '', 'Visa', '821.4500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5809, '2023-02-03 17:05:23', 5393, NULL, NULL, 'IPAY2023/02/5413', NULL, 'cash', '', '', '', '', '', '', '115.0000', NULL, 7, NULL, 'received', '', '115.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5810, '2023-02-03 17:05:00', NULL, NULL, 465, 'POP2023/02/0421', NULL, 'cash', '', '', '', '', '', 'Visa', '181.3500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5811, '2023-02-03 17:08:36', 5394, NULL, NULL, 'IPAY2023/02/5414', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5812, '2023-02-03 17:28:32', 5395, NULL, NULL, 'IPAY2023/02/5415', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5813, '2023-02-03 17:34:04', 5396, NULL, NULL, 'IPAY2023/02/5416', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5814, '2023-02-03 17:41:21', 5397, NULL, NULL, 'IPAY2023/02/5417', NULL, 'cash', '', '', '', '', '', '', '95.0000', NULL, 7, NULL, 'received', '', '95.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5815, '2023-02-03 17:44:25', 5398, NULL, NULL, 'IPAY2023/02/5418', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5816, '2023-02-03 17:46:07', 5399, NULL, NULL, 'IPAY2023/02/5419', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5817, '2023-02-03 17:58:03', 5400, NULL, NULL, 'IPAY2023/02/5420', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5818, '2023-02-03 18:11:27', 5401, NULL, NULL, 'IPAY2023/02/5421', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5819, '2023-02-03 18:16:40', 5402, NULL, NULL, 'IPAY2023/02/5422', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5820, '2023-02-03 18:28:23', 5403, NULL, NULL, 'IPAY2023/02/5423', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5821, '2023-02-03 18:52:06', 5404, NULL, NULL, 'IPAY2023/02/5424', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5822, '2023-02-03 19:00:18', 5405, NULL, NULL, 'IPAY2023/02/5425', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5823, '2023-02-03 19:07:03', 5406, NULL, NULL, 'IPAY2023/02/5426', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5824, '2023-02-03 19:11:11', 5407, NULL, NULL, 'IPAY2023/02/5427', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5825, '2023-02-03 19:13:27', 5408, NULL, NULL, 'IPAY2023/02/5428', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5826, '2023-02-03 19:18:34', 5409, NULL, NULL, 'IPAY2023/02/5429', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5827, '2023-02-03 19:30:57', 5410, NULL, NULL, 'IPAY2023/02/5430', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5828, '2023-02-03 19:36:05', 5411, NULL, NULL, 'IPAY2023/02/5431', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5829, '2023-02-03 19:44:35', 5412, NULL, NULL, 'IPAY2023/02/5432', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5830, '2023-02-04 06:56:22', 5413, NULL, NULL, 'IPAY2023/02/5433', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5831, '2023-02-04 07:18:56', 5414, NULL, NULL, 'IPAY2023/02/5434', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5832, '2023-02-04 07:48:48', 5415, NULL, NULL, 'IPAY2023/02/5435', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5833, '2023-02-04 08:40:41', 5416, NULL, NULL, 'IPAY2023/02/5436', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5834, '2023-02-04 09:31:12', 5417, NULL, NULL, 'IPAY2023/02/5437', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5835, '2023-02-04 11:03:50', 5418, NULL, NULL, 'IPAY2023/02/5438', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5836, '2023-02-04 12:22:57', 5419, NULL, NULL, 'IPAY2023/02/5439', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5837, '2023-02-04 12:26:31', 5420, NULL, NULL, 'IPAY2023/02/5440', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5838, '2023-02-04 12:39:30', 5421, NULL, NULL, 'IPAY2023/02/5441', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5839, '2023-02-04 12:58:22', 5422, NULL, NULL, 'IPAY2023/02/5442', NULL, 'cash', '', '', '', '', '', '', '58.5000', NULL, 7, NULL, 'received', '', '58.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5840, '2023-02-04 13:11:40', 5423, NULL, NULL, 'IPAY2023/02/5443', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5841, '2023-02-04 13:35:48', 5424, NULL, NULL, 'IPAY2023/02/5444', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5842, '2023-02-04 13:39:20', 5425, NULL, NULL, 'IPAY2023/02/5445', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5843, '2023-02-04 13:48:08', 5426, NULL, NULL, 'IPAY2023/02/5446', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5844, '2023-02-04 14:23:55', 5427, NULL, NULL, 'IPAY2023/02/5447', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5845, '2023-02-04 15:04:37', 5428, NULL, NULL, 'IPAY2023/02/5448', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5846, '2023-02-04 15:08:17', 5429, NULL, NULL, 'IPAY2023/02/5449', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5847, '2023-02-04 15:11:09', 5430, NULL, NULL, 'IPAY2023/02/5450', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5848, '2023-02-04 16:20:42', 5431, NULL, NULL, 'IPAY2023/02/5451', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5849, '2023-02-04 16:23:32', 5432, NULL, NULL, 'IPAY2023/02/5452', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5850, '2023-02-04 16:34:38', 5433, NULL, NULL, 'IPAY2023/02/5453', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5851, '2023-02-04 16:37:53', 5434, NULL, NULL, 'IPAY2023/02/5454', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5852, '2023-02-04 16:50:07', 5435, NULL, NULL, 'IPAY2023/02/5455', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5853, '2023-02-04 16:56:40', 5436, NULL, NULL, 'IPAY2023/02/5456', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5854, '2023-02-04 17:15:06', 5437, NULL, NULL, 'IPAY2023/02/5457', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5855, '2023-02-04 18:03:09', 5438, NULL, NULL, 'IPAY2023/02/5458', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5856, '2023-02-04 18:04:08', 5439, NULL, NULL, 'IPAY2023/02/5459', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5857, '2023-02-04 18:07:35', 5440, NULL, NULL, 'IPAY2023/02/5460', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5858, '2023-02-04 18:21:25', 5441, NULL, NULL, 'IPAY2023/02/5461', NULL, 'cash', '', '', '', '', '', '', '85.0000', NULL, 7, NULL, 'received', '', '85.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5859, '2023-02-04 18:42:33', 5442, NULL, NULL, 'IPAY2023/02/5462', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5860, '2023-02-04 18:43:34', 5443, NULL, NULL, 'IPAY2023/02/5463', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5861, '2023-02-04 19:28:19', 5444, NULL, NULL, 'IPAY2023/02/5464', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5862, '2023-02-04 19:35:47', 5445, NULL, NULL, 'IPAY2023/02/5465', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5863, '2023-02-04 19:37:45', 5446, NULL, NULL, 'IPAY2023/02/5466', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5864, '2023-02-04 19:41:36', 5447, NULL, NULL, 'IPAY2023/02/5467', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5865, '2023-02-04 19:53:45', 5448, NULL, NULL, 'IPAY2023/02/5468', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5866, '2023-02-04 19:55:54', 5449, NULL, NULL, 'IPAY2023/02/5469', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5867, '2023-02-05 06:08:52', 5450, NULL, NULL, 'IPAY2023/02/5470', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5868, '2023-02-05 06:57:05', 5451, NULL, NULL, 'IPAY2023/02/5471', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5869, '2023-02-05 07:21:36', 5452, NULL, NULL, 'IPAY2023/02/5472', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5870, '2023-02-05 07:36:09', 5453, NULL, NULL, 'IPAY2023/02/5473', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5871, '2023-02-05 08:03:28', 5454, NULL, NULL, 'IPAY2023/02/5474', NULL, 'cash', '', '', '', '', '', '', '82.5000', NULL, 7, NULL, 'received', '', '82.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5872, '2023-02-05 08:06:33', 5455, NULL, NULL, 'IPAY2023/02/5475', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5873, '2023-02-05 08:09:16', 5456, NULL, NULL, 'IPAY2023/02/5476', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '100.0000', '96.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5874, '2023-02-05 08:47:20', 5457, NULL, NULL, 'IPAY2023/02/5477', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5875, '2023-02-05 09:33:54', 5458, NULL, NULL, 'IPAY2023/02/5478', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5876, '2023-02-05 10:31:45', 5459, NULL, NULL, 'IPAY2023/02/5479', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '100.0000', '89.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5877, '2023-02-05 11:00:36', 5460, NULL, NULL, 'IPAY2023/02/5480', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5878, '2023-02-05 11:29:16', 5461, NULL, NULL, 'IPAY2023/02/5481', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5879, '2023-02-05 12:05:12', 5462, NULL, NULL, 'IPAY2023/02/5482', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5880, '2023-02-05 13:02:05', 5463, NULL, NULL, 'IPAY2023/02/5483', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5881, '2023-02-05 13:18:25', 5464, NULL, NULL, 'IPAY2023/02/5484', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5882, '2023-02-05 13:42:06', 5465, NULL, NULL, 'IPAY2023/02/5485', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5883, '2023-02-05 14:25:39', 5466, NULL, NULL, 'IPAY2023/02/5486', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5884, '2023-02-05 15:29:08', 5467, NULL, NULL, 'IPAY2023/02/5487', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5885, '2023-02-05 15:34:13', 5468, NULL, NULL, 'IPAY2023/02/5488', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5886, '2023-02-05 15:40:20', 5469, NULL, NULL, 'IPAY2023/02/5489', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5887, '2023-02-05 15:42:32', 5470, NULL, NULL, 'IPAY2023/02/5490', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5888, '2023-02-05 15:59:10', 5471, NULL, NULL, 'IPAY2023/02/5491', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5889, '2023-02-05 16:13:21', 5472, NULL, NULL, 'IPAY2023/02/5492', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5890, '2023-02-05 16:30:07', 5473, NULL, NULL, 'IPAY2023/02/5493', NULL, 'cash', '', '', '', '', '', '', '101.0000', NULL, 7, NULL, 'received', '', '101.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5891, '2023-02-05 16:51:22', 5474, NULL, NULL, 'IPAY2023/02/5494', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5892, '2023-02-05 17:05:04', 5475, NULL, NULL, 'IPAY2023/02/5495', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5893, '2023-02-05 17:06:34', 5476, NULL, NULL, 'IPAY2023/02/5496', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5894, '2023-02-05 17:13:43', 5477, NULL, NULL, 'IPAY2023/02/5497', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5895, '2023-02-05 17:15:09', 5478, NULL, NULL, 'IPAY2023/02/5498', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5896, '2023-02-05 17:24:54', 5479, NULL, NULL, 'IPAY2023/02/5499', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5897, '2023-02-05 17:38:39', 5480, NULL, NULL, 'IPAY2023/02/5500', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5898, '2023-02-05 18:01:25', 5481, NULL, NULL, 'IPAY2023/02/5501', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5899, '2023-02-05 18:06:48', 5482, NULL, NULL, 'IPAY2023/02/5502', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5900, '2023-02-05 18:38:23', 5483, NULL, NULL, 'IPAY2023/02/5503', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5901, '2023-02-05 18:38:43', 5484, NULL, NULL, 'IPAY2023/02/5504', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5902, '2023-02-05 18:40:15', 5485, NULL, NULL, 'IPAY2023/02/5505', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5903, '2023-02-05 18:57:21', 5486, NULL, NULL, 'IPAY2023/02/5506', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5904, '2023-02-05 18:58:46', 5487, NULL, NULL, 'IPAY2023/02/5507', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5905, '2023-02-05 19:03:10', 5488, NULL, NULL, 'IPAY2023/02/5508', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5906, '2023-02-05 19:19:11', 5489, NULL, NULL, 'IPAY2023/02/5509', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5907, '2023-02-05 19:24:58', 5490, NULL, NULL, 'IPAY2023/02/5510', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5908, '2023-02-05 19:33:40', 5491, NULL, NULL, 'IPAY2023/02/5511', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5909, '2023-02-05 19:34:43', 5492, NULL, NULL, 'IPAY2023/02/5512', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5910, '2023-02-05 19:37:25', 5493, NULL, NULL, 'IPAY2023/02/5513', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5911, '2023-02-05 19:50:12', 5494, NULL, NULL, 'IPAY2023/02/5514', NULL, 'cash', '', '', '', '', '', '', '35.7500', NULL, 7, NULL, 'received', '', '35.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5912, '2023-02-05 19:51:11', 5495, NULL, NULL, 'IPAY2023/02/5515', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5913, '2023-02-05 19:51:29', 5496, NULL, NULL, 'IPAY2023/02/5516', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5914, '2023-02-05 19:53:27', 5497, NULL, NULL, 'IPAY2023/02/5517', NULL, 'cash', '', '', '', '', '', '', '75.5000', NULL, 7, NULL, 'received', '', '75.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5915, '2023-02-05 19:55:03', 5498, NULL, NULL, 'IPAY2023/02/5518', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5916, '2023-02-05 19:56:49', 5499, NULL, NULL, 'IPAY2023/02/5519', NULL, 'cash', '', '', '', '', '', '', '102.0000', NULL, 7, NULL, 'received', '', '102.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5917, '2023-02-05 19:57:33', 5500, NULL, NULL, 'IPAY2023/02/5520', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5918, '2023-02-05 19:57:52', 5501, NULL, NULL, 'IPAY2023/02/5521', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5919, '2023-02-06 05:51:37', 5502, NULL, NULL, 'IPAY2023/02/5522', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5920, '2023-02-06 05:59:41', 5503, NULL, NULL, 'IPAY2023/02/5523', NULL, 'cash', '', '', '', '', '', '', '132.0000', NULL, 7, NULL, 'received', '', '132.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5921, '2023-02-06 06:05:13', 5504, NULL, NULL, 'IPAY2023/02/5524', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5922, '2023-02-06 06:10:15', 5505, NULL, NULL, 'IPAY2023/02/5525', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5923, '2023-02-06 06:51:34', 5506, NULL, NULL, 'IPAY2023/02/5526', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5924, '2023-02-06 07:57:17', 5507, NULL, NULL, 'IPAY2023/02/5527', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '100.0000', '59.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5925, '2023-02-06 08:23:21', 5508, NULL, NULL, 'IPAY2023/02/5528', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5926, '2023-02-06 08:32:00', NULL, NULL, 466, 'POP2023/02/0422', NULL, 'cash', '', '', '', '', '', 'Visa', '2637.4889', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5927, '2023-02-06 08:34:00', NULL, NULL, 467, 'POP2023/02/0423', NULL, 'cash', '', '', '', '', '', 'Visa', '336.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5928, '2023-02-06 08:34:47', 5509, NULL, NULL, 'IPAY2023/02/5529', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '100.0000', '83.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5929, '2023-02-06 08:35:31', 5510, NULL, NULL, 'IPAY2023/02/5530', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5930, '2023-02-06 08:37:00', NULL, NULL, 468, 'POP2023/02/0424', NULL, 'cash', '', '', '', '', '', 'Visa', '119.5300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5931, '2023-02-06 08:38:57', 5511, NULL, NULL, 'IPAY2023/02/5531', NULL, 'cash', '', '', '', '', '', '', '74.0000', NULL, 7, NULL, 'received', '', '74.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5932, '2023-02-06 09:00:21', 5512, NULL, NULL, 'IPAY2023/02/5532', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5933, '2023-02-06 09:12:00', 5513, NULL, NULL, 'IPAY2023/02/5533', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5934, '2023-02-06 09:22:19', 5514, NULL, NULL, 'IPAY2023/02/5534', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5935, '2023-02-06 09:40:16', 5515, NULL, NULL, 'IPAY2023/02/5535', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '100.0000', '86.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5936, '2023-02-06 10:07:13', 5516, NULL, NULL, 'IPAY2023/02/5536', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '100.0000', '87.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5937, '2023-02-06 10:24:54', 5517, NULL, NULL, 'IPAY2023/02/5537', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5938, '2023-02-06 10:26:40', 5518, NULL, NULL, 'IPAY2023/02/5538', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5939, '2023-02-06 11:05:32', 5519, NULL, NULL, 'IPAY2023/02/5539', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5940, '2023-02-06 11:20:36', 5520, NULL, NULL, 'IPAY2023/02/5540', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5941, '2023-02-06 12:29:10', 5521, NULL, NULL, 'IPAY2023/02/5541', NULL, 'cash', '', '', '', '', '', '', '81.5000', NULL, 7, NULL, 'received', '', '81.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5942, '2023-02-06 12:44:09', 5522, NULL, NULL, 'IPAY2023/02/5542', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5943, '2023-02-06 12:48:43', 5523, NULL, NULL, 'IPAY2023/02/5543', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5944, '2023-02-06 12:50:03', 5524, NULL, NULL, 'IPAY2023/02/5544', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5945, '2023-02-06 13:20:46', 5525, NULL, NULL, 'IPAY2023/02/5545', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5946, '2023-02-06 14:04:15', 5526, NULL, NULL, 'IPAY2023/02/5546', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5947, '2023-02-06 14:50:48', 5527, NULL, NULL, 'IPAY2023/02/5547', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5948, '2023-02-06 15:07:37', 5528, NULL, NULL, 'IPAY2023/02/5548', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5949, '2023-02-06 15:25:15', 5529, NULL, NULL, 'IPAY2023/02/5549', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5950, '2023-02-06 15:51:56', 5530, NULL, NULL, 'IPAY2023/02/5550', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5951, '2023-02-06 16:10:22', 5531, NULL, NULL, 'IPAY2023/02/5551', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5952, '2023-02-06 16:25:04', 5532, NULL, NULL, 'IPAY2023/02/5552', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5953, '2023-02-06 16:45:00', 5533, NULL, NULL, 'IPAY2023/02/5553', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5954, '2023-02-06 16:50:15', 5534, NULL, NULL, 'IPAY2023/02/5554', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5955, '2023-02-06 17:07:56', 5535, NULL, NULL, 'IPAY2023/02/5555', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5956, '2023-02-06 17:31:03', 5536, NULL, NULL, 'IPAY2023/02/5556', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '100.0000', '44.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5957, '2023-02-06 17:53:10', 5537, NULL, NULL, 'IPAY2023/02/5557', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5958, '2023-02-06 17:57:18', 5538, NULL, NULL, 'IPAY2023/02/5558', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5959, '2023-02-06 18:30:52', 5539, NULL, NULL, 'IPAY2023/02/5559', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5960, '2023-02-06 18:32:24', 5540, NULL, NULL, 'IPAY2023/02/5560', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5961, '2023-02-06 18:34:45', 5541, NULL, NULL, 'IPAY2023/02/5561', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5962, '2023-02-06 18:52:05', 5542, NULL, NULL, 'IPAY2023/02/5562', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5963, '2023-02-06 19:00:41', 5543, NULL, NULL, 'IPAY2023/02/5563', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5964, '2023-02-06 19:03:48', 5544, NULL, NULL, 'IPAY2023/02/5564', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5965, '2023-02-06 19:06:26', 5545, NULL, NULL, 'IPAY2023/02/5565', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5966, '2023-02-06 19:11:19', 5546, NULL, NULL, 'IPAY2023/02/5566', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5967, '2023-02-06 19:18:09', 5547, NULL, NULL, 'IPAY2023/02/5567', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5968, '2023-02-06 19:39:31', 5548, NULL, NULL, 'IPAY2023/02/5568', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5969, '2023-02-06 19:53:05', 5549, NULL, NULL, 'IPAY2023/02/5569', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5970, '2023-02-07 06:01:47', 5550, NULL, NULL, 'IPAY2023/02/5570', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5971, '2023-02-07 06:38:15', 5551, NULL, NULL, 'IPAY2023/02/5571', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5972, '2023-02-07 06:39:51', 5552, NULL, NULL, 'IPAY2023/02/5572', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5973, '2023-02-07 06:41:48', 5553, NULL, NULL, 'IPAY2023/02/5573', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5974, '2023-02-07 06:44:18', 5554, NULL, NULL, 'IPAY2023/02/5574', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5975, '2023-02-07 06:45:56', 5555, NULL, NULL, 'IPAY2023/02/5575', NULL, 'cash', '', '', '', '', '', '', '71.5000', NULL, 7, NULL, 'received', '', '71.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5976, '2023-02-07 06:47:11', 5556, NULL, NULL, 'IPAY2023/02/5576', NULL, 'cash', '', '', '', '', '', '', '77.5000', NULL, 7, NULL, 'received', '', '77.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5977, '2023-02-07 06:49:21', 5557, NULL, NULL, 'IPAY2023/02/5577', NULL, 'cash', '', '', '', '', '', '', '129.0000', NULL, 7, NULL, 'received', '', '129.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5978, '2023-02-07 06:53:26', 5558, NULL, NULL, 'IPAY2023/02/5578', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5979, '2023-02-07 06:55:32', 5559, NULL, NULL, 'IPAY2023/02/5579', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5980, '2023-02-07 06:58:20', 5560, NULL, NULL, 'IPAY2023/02/5580', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5981, '2023-02-07 07:01:07', 5561, NULL, NULL, 'IPAY2023/02/5581', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5982, '2023-02-07 07:05:27', 5562, NULL, NULL, 'IPAY2023/02/5582', NULL, 'cash', '', '', '', '', '', '', '66.5000', NULL, 7, NULL, 'received', '', '66.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5983, '2023-02-07 07:44:43', 5563, NULL, NULL, 'IPAY2023/02/5583', NULL, 'cash', '', '', '', '', '', '', '80.5000', NULL, 7, NULL, 'received', '', '80.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5984, '2023-02-07 08:05:27', 5564, NULL, NULL, 'IPAY2023/02/5584', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5985, '2023-02-07 08:14:08', 5565, NULL, NULL, 'IPAY2023/02/5585', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5986, '2023-02-07 08:16:32', 5566, NULL, NULL, 'IPAY2023/02/5586', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5987, '2023-02-07 08:26:53', 5567, NULL, NULL, 'IPAY2023/02/5587', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5988, '2023-02-07 09:59:31', 5568, NULL, NULL, 'IPAY2023/02/5588', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5989, '2023-02-07 10:04:31', 5569, NULL, NULL, 'IPAY2023/02/5589', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5990, '2023-02-07 10:27:35', 5570, NULL, NULL, 'IPAY2023/02/5590', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5991, '2023-02-07 11:00:14', 5571, NULL, NULL, 'IPAY2023/02/5591', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5992, '2023-02-07 11:33:21', 5572, NULL, NULL, 'IPAY2023/02/5592', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5993, '2023-02-07 12:28:30', 5573, NULL, NULL, 'IPAY2023/02/5593', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5994, '2023-02-07 14:14:16', 5574, NULL, NULL, 'IPAY2023/02/5594', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5995, '2023-02-07 14:30:25', 5575, NULL, NULL, 'IPAY2023/02/5595', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5996, '2023-02-07 15:03:50', 5576, NULL, NULL, 'IPAY2023/02/5596', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5997, '2023-02-07 15:18:27', 5577, NULL, NULL, 'IPAY2023/02/5597', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5998, '2023-02-07 15:29:33', 5578, NULL, NULL, 'IPAY2023/02/5598', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (5999, '2023-02-07 16:04:16', 5579, NULL, NULL, 'IPAY2023/02/5599', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6000, '2023-02-07 16:35:00', 5580, NULL, NULL, 'IPAY2023/02/5600', NULL, 'cash', '', '', '', '', '', 'Visa', '82.0000', NULL, 8, NULL, 'received', '', '93.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6001, '2023-02-07 16:42:07', 5581, NULL, NULL, 'IPAY2023/02/5601', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6002, '2023-02-07 16:44:02', 5582, NULL, NULL, 'IPAY2023/02/5602', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6003, '2023-02-07 16:45:55', 5583, NULL, NULL, 'IPAY2023/02/5603', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6004, '2023-02-07 16:51:00', NULL, NULL, 469, 'POP2023/02/0425', NULL, 'cash', '', '', '', '', '', 'Visa', '365.0400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6005, '2023-02-07 16:54:00', NULL, NULL, 470, 'POP2023/02/0426', NULL, 'cash', '', '', '', '', '', 'Visa', '460.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6006, '2023-02-07 17:06:22', 5584, NULL, NULL, 'IPAY2023/02/5604', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6007, '2023-02-07 17:20:37', 5585, NULL, NULL, 'IPAY2023/02/5605', NULL, 'cash', '', '', '', '', '', '', '57.5000', NULL, 7, NULL, 'received', '', '57.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6008, '2023-02-07 17:31:40', 5586, NULL, NULL, 'IPAY2023/02/5606', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6009, '2023-02-07 17:39:37', 5587, NULL, NULL, 'IPAY2023/02/5607', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6010, '2023-02-07 17:44:50', 5588, NULL, NULL, 'IPAY2023/02/5608', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '100.0000', '43.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6011, '2023-02-07 17:47:12', 5589, NULL, NULL, 'IPAY2023/02/5609', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6012, '2023-02-07 17:50:29', 5590, NULL, NULL, 'IPAY2023/02/5610', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6013, '2023-02-07 18:00:12', 5591, NULL, NULL, 'IPAY2023/02/5611', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6014, '2023-02-07 18:03:42', 5592, NULL, NULL, 'IPAY2023/02/5612', NULL, 'cash', '', '', '', '', '', '', '130.0000', NULL, 7, NULL, 'received', '', '200.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6015, '2023-02-07 18:04:54', 5593, NULL, NULL, 'IPAY2023/02/5613', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6016, '2023-02-07 18:09:21', 5594, NULL, NULL, 'IPAY2023/02/5614', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6017, '2023-02-07 18:14:55', 5595, NULL, NULL, 'IPAY2023/02/5615', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6018, '2023-02-07 18:17:53', 5596, NULL, NULL, 'IPAY2023/02/5616', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6019, '2023-02-07 18:21:29', 5597, NULL, NULL, 'IPAY2023/02/5617', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6020, '2023-02-07 18:29:54', 5598, NULL, NULL, 'IPAY2023/02/5618', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6021, '2023-02-07 18:32:33', 5599, NULL, NULL, 'IPAY2023/02/5619', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6022, '2023-02-07 19:32:40', 5600, NULL, NULL, 'IPAY2023/02/5620', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6023, '2023-02-08 05:57:02', 5601, NULL, NULL, 'IPAY2023/02/5621', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6024, '2023-02-08 06:08:12', 5602, NULL, NULL, 'IPAY2023/02/5622', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '38.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6025, '2023-02-08 06:10:10', 5603, NULL, NULL, 'IPAY2023/02/5623', NULL, 'cash', '', '', '', '', '', '', '97.0000', NULL, 7, NULL, 'received', '', '97.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6026, '2023-02-08 06:11:36', 5604, NULL, NULL, 'IPAY2023/02/5624', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6027, '2023-02-08 07:01:44', 5605, NULL, NULL, 'IPAY2023/02/5625', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6028, '2023-02-08 07:03:16', 5606, NULL, NULL, 'IPAY2023/02/5626', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6029, '2023-02-08 07:04:48', 5607, NULL, NULL, 'IPAY2023/02/5627', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6030, '2023-02-08 07:06:04', 5608, NULL, NULL, 'IPAY2023/02/5628', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6031, '2023-02-08 07:06:46', 5609, NULL, NULL, 'IPAY2023/02/5629', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6032, '2023-02-08 07:08:01', 5610, NULL, NULL, 'IPAY2023/02/5630', NULL, 'cash', '', '', '', '', '', '', '60.5000', NULL, 7, NULL, 'received', '', '60.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6033, '2023-02-08 08:02:43', 5611, NULL, NULL, 'IPAY2023/02/5631', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6034, '2023-02-08 10:14:51', 5612, NULL, NULL, 'IPAY2023/02/5632', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6035, '2023-02-08 10:16:27', 5613, NULL, NULL, 'IPAY2023/02/5633', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6036, '2023-02-08 10:27:41', 5614, NULL, NULL, 'IPAY2023/02/5634', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6037, '2023-02-08 10:47:06', 5615, NULL, NULL, 'IPAY2023/02/5635', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6038, '2023-02-08 11:00:45', 5616, NULL, NULL, 'IPAY2023/02/5636', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6039, '2023-02-08 11:20:55', 5617, NULL, NULL, 'IPAY2023/02/5637', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6040, '2023-02-08 11:32:31', 5618, NULL, NULL, 'IPAY2023/02/5638', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6041, '2023-02-08 12:20:36', 5619, NULL, NULL, 'IPAY2023/02/5639', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6042, '2023-02-08 12:21:10', 5620, NULL, NULL, 'IPAY2023/02/5640', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6043, '2023-02-08 12:26:41', 5621, NULL, NULL, 'IPAY2023/02/5641', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6044, '2023-02-08 12:47:14', 5622, NULL, NULL, 'IPAY2023/02/5642', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6045, '2023-02-08 13:19:42', 5623, NULL, NULL, 'IPAY2023/02/5643', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6046, '2023-02-08 13:21:00', 5624, NULL, NULL, 'IPAY2023/02/5644', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6047, '2023-02-08 13:50:54', 5625, NULL, NULL, 'IPAY2023/02/5645', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6048, '2023-02-08 13:52:30', 5626, NULL, NULL, 'IPAY2023/02/5646', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6049, '2023-02-08 14:17:00', NULL, NULL, 472, 'POP2023/02/0427', NULL, 'cash', '', '', '', '', '', 'Visa', '890.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6050, '2023-02-08 14:22:55', 5627, NULL, NULL, 'IPAY2023/02/5647', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6051, '2023-02-08 14:28:24', 5628, NULL, NULL, 'IPAY2023/02/5648', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6052, '2023-02-08 14:40:00', 5629, NULL, NULL, 'IPAY2023/02/5649', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6053, '2023-02-08 14:59:06', 5630, NULL, NULL, 'IPAY2023/02/5650', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6054, '2023-02-08 15:10:34', 5631, NULL, NULL, 'IPAY2023/02/5651', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6055, '2023-02-08 16:01:56', 5632, NULL, NULL, 'IPAY2023/02/5652', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6056, '2023-02-08 16:39:09', 5633, NULL, NULL, 'IPAY2023/02/5653', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6057, '2023-02-08 16:43:00', NULL, NULL, 471, 'POP2023/02/0428', NULL, 'cash', '', '', '', '', '', 'Visa', '16.9000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6058, '2023-02-08 16:43:00', NULL, NULL, 473, 'POP2023/02/0429', NULL, 'cash', '', '', '', '', '', 'Visa', '273.4000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6059, '2023-02-08 16:43:29', 5634, NULL, NULL, 'IPAY2023/02/5654', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6060, '2023-02-08 16:53:55', 5635, NULL, NULL, 'IPAY2023/02/5655', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '50.0000', '44.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6061, '2023-02-08 17:27:04', 5636, NULL, NULL, 'IPAY2023/02/5656', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6062, '2023-02-08 17:27:43', 5637, NULL, NULL, 'IPAY2023/02/5657', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6063, '2023-02-08 17:39:51', 5638, NULL, NULL, 'IPAY2023/02/5658', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '84.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6064, '2023-02-08 17:50:43', 5639, NULL, NULL, 'IPAY2023/02/5659', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6065, '2023-02-08 18:17:01', 5640, NULL, NULL, 'IPAY2023/02/5660', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6066, '2023-02-08 19:10:49', 5641, NULL, NULL, 'IPAY2023/02/5661', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6067, '2023-02-08 19:11:28', 5642, NULL, NULL, 'IPAY2023/02/5662', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6068, '2023-02-08 19:29:36', 5643, NULL, NULL, 'IPAY2023/02/5663', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6069, '2023-02-08 19:54:26', 5644, NULL, NULL, 'IPAY2023/02/5664', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6070, '2023-02-09 06:01:47', 5645, NULL, NULL, 'IPAY2023/02/5665', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6071, '2023-02-09 06:27:53', 5646, NULL, NULL, 'IPAY2023/02/5666', NULL, 'cash', '', '', '', '', '', '', '240.0000', NULL, 7, NULL, 'received', '', '240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6072, '2023-02-09 06:43:54', 5647, NULL, NULL, 'IPAY2023/02/5667', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6073, '2023-02-09 06:47:42', 5648, NULL, NULL, 'IPAY2023/02/5668', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6074, '2023-02-09 06:49:24', 5649, NULL, NULL, 'IPAY2023/02/5669', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6075, '2023-02-09 06:53:14', 5650, NULL, NULL, 'IPAY2023/02/5670', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6076, '2023-02-09 06:56:39', 5651, NULL, NULL, 'IPAY2023/02/5671', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6077, '2023-02-09 06:57:28', 5652, NULL, NULL, 'IPAY2023/02/5672', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6078, '2023-02-09 07:10:12', 5653, NULL, NULL, 'IPAY2023/02/5673', NULL, 'cash', '', '', '', '', '', '', '85.5000', NULL, 7, NULL, 'received', '', '85.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6079, '2023-02-09 07:10:53', 5654, NULL, NULL, 'IPAY2023/02/5674', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6080, '2023-02-09 07:14:31', 5655, NULL, NULL, 'IPAY2023/02/5675', NULL, 'cash', '', '', '', '', '', '', '272.0000', NULL, 7, NULL, 'received', '', '272.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6081, '2023-02-09 07:15:10', 5656, NULL, NULL, 'IPAY2023/02/5676', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6082, '2023-02-09 08:02:49', 5657, NULL, NULL, 'IPAY2023/02/5677', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6083, '2023-02-09 08:16:50', 5658, NULL, NULL, 'IPAY2023/02/5678', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6084, '2023-02-09 08:17:24', 5659, NULL, NULL, 'IPAY2023/02/5679', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6085, '2023-02-09 08:22:10', 5660, NULL, NULL, 'IPAY2023/02/5680', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6086, '2023-02-09 08:41:14', 5661, NULL, NULL, 'IPAY2023/02/5681', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6087, '2023-02-09 09:56:23', 5662, NULL, NULL, 'IPAY2023/02/5682', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6088, '2023-02-09 10:00:07', 5663, NULL, NULL, 'IPAY2023/02/5683', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '100.0000', '75.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6089, '2023-02-09 10:07:37', 5664, NULL, NULL, 'IPAY2023/02/5684', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6090, '2023-02-09 10:24:39', 5665, NULL, NULL, 'IPAY2023/02/5685', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6091, '2023-02-09 10:35:54', 5666, NULL, NULL, 'IPAY2023/02/5686', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '100.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6092, '2023-02-09 11:23:32', 5667, NULL, NULL, 'IPAY2023/02/5687', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6093, '2023-02-09 12:02:00', NULL, NULL, 471, 'POP2023/02/0430', NULL, 'cash', '', '', '', '', '', 'Visa', '31.5020', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6094, '2023-02-09 12:08:32', 5668, NULL, NULL, 'IPAY2023/02/5688', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6095, '2023-02-09 12:11:06', 5669, NULL, NULL, 'IPAY2023/02/5689', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6096, '2023-02-09 13:20:03', 5670, NULL, NULL, 'IPAY2023/02/5690', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6097, '2023-02-09 15:58:59', 5671, NULL, NULL, 'IPAY2023/02/5691', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6098, '2023-02-09 16:24:47', 5672, NULL, NULL, 'IPAY2023/02/5692', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6099, '2023-02-09 16:34:47', 5673, NULL, NULL, 'IPAY2023/02/5693', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6100, '2023-02-09 16:45:15', 5674, NULL, NULL, 'IPAY2023/02/5694', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6101, '2023-02-09 17:07:24', 5675, NULL, NULL, 'IPAY2023/02/5695', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6102, '2023-02-09 17:21:00', 5676, NULL, NULL, 'IPAY2023/02/5696', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6103, '2023-02-09 17:35:04', 5677, NULL, NULL, 'IPAY2023/02/5697', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6104, '2023-02-09 17:48:20', 5678, NULL, NULL, 'IPAY2023/02/5698', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6105, '2023-02-09 18:01:46', 5679, NULL, NULL, 'IPAY2023/02/5699', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6106, '2023-02-09 18:06:30', 5680, NULL, NULL, 'IPAY2023/02/5700', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6107, '2023-02-09 18:19:20', 5681, NULL, NULL, 'IPAY2023/02/5701', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6108, '2023-02-09 18:28:22', 5682, NULL, NULL, 'IPAY2023/02/5702', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6109, '2023-02-09 18:33:32', 5683, NULL, NULL, 'IPAY2023/02/5703', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6110, '2023-02-09 18:35:39', 5684, NULL, NULL, 'IPAY2023/02/5704', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6111, '2023-02-09 18:40:00', 5685, NULL, NULL, 'IPAY2023/02/5705', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6112, '2023-02-09 18:46:56', 5686, NULL, NULL, 'IPAY2023/02/5706', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6113, '2023-02-09 18:53:57', 5687, NULL, NULL, 'IPAY2023/02/5707', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6114, '2023-02-09 19:21:25', 5688, NULL, NULL, 'IPAY2023/02/5708', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6115, '2023-02-09 19:25:36', 5689, NULL, NULL, 'IPAY2023/02/5709', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6116, '2023-02-09 19:28:29', 5690, NULL, NULL, 'IPAY2023/02/5710', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6117, '2023-02-09 19:34:20', 5691, NULL, NULL, 'IPAY2023/02/5711', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6118, '2023-02-10 05:43:58', 5692, NULL, NULL, 'IPAY2023/02/5712', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6119, '2023-02-10 06:44:11', 5693, NULL, NULL, 'IPAY2023/02/5713', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6120, '2023-02-10 06:57:32', 5694, NULL, NULL, 'IPAY2023/02/5714', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6121, '2023-02-10 06:59:08', 5695, NULL, NULL, 'IPAY2023/02/5715', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6122, '2023-02-10 07:02:28', 5696, NULL, NULL, 'IPAY2023/02/5716', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6123, '2023-02-10 07:03:35', 5697, NULL, NULL, 'IPAY2023/02/5717', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6124, '2023-02-10 07:04:19', 5698, NULL, NULL, 'IPAY2023/02/5718', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6125, '2023-02-10 07:04:56', 5699, NULL, NULL, 'IPAY2023/02/5719', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6126, '2023-02-10 07:25:03', 5700, NULL, NULL, 'IPAY2023/02/5720', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6127, '2023-02-10 07:39:53', 5701, NULL, NULL, 'IPAY2023/02/5721', NULL, 'cash', '', '', '', '', '', '', '69.5000', NULL, 7, NULL, 'received', '', '69.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6128, '2023-02-10 08:08:43', 5702, NULL, NULL, 'IPAY2023/02/5722', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6129, '2023-02-10 08:52:07', 5703, NULL, NULL, 'IPAY2023/02/5723', NULL, 'cash', '', '', '', '', '', '', '165.0000', NULL, 7, NULL, 'received', '', '165.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6130, '2023-02-10 08:53:00', NULL, NULL, 474, 'POP2023/02/0431', NULL, 'cash', '', '', '', '', '', 'Visa', '2775.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6131, '2023-02-10 08:57:27', 5704, NULL, NULL, 'IPAY2023/02/5724', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6132, '2023-02-10 10:09:02', 5705, NULL, NULL, 'IPAY2023/02/5725', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '100.0000', '80.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6133, '2023-02-10 10:51:45', 5706, NULL, NULL, 'IPAY2023/02/5726', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6134, '2023-02-10 11:17:16', 5707, NULL, NULL, 'IPAY2023/02/5727', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6135, '2023-02-10 11:19:14', 5708, NULL, NULL, 'IPAY2023/02/5728', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6136, '2023-02-10 11:39:16', 5709, NULL, NULL, 'IPAY2023/02/5729', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6137, '2023-02-10 11:57:07', 5710, NULL, NULL, 'IPAY2023/02/5730', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6138, '2023-02-10 12:09:43', 5711, NULL, NULL, 'IPAY2023/02/5731', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6139, '2023-02-10 12:58:37', 5712, NULL, NULL, 'IPAY2023/02/5732', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6140, '2023-02-10 13:12:29', 5713, NULL, NULL, 'IPAY2023/02/5733', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6141, '2023-02-10 14:56:00', NULL, NULL, 475, 'POP2023/02/0432', NULL, 'cash', '', '', '', '', '', 'Visa', '337.4400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6142, '2023-02-10 14:58:00', NULL, NULL, 476, 'POP2023/02/0433', NULL, 'cash', '', '', '', '', '', 'Visa', '241.9200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6143, '2023-02-10 15:12:06', 5714, NULL, NULL, 'IPAY2023/02/5734', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6144, '2023-02-10 15:14:00', NULL, NULL, 477, 'POP2023/02/0434', NULL, 'cash', '', '', '', '', '', 'Visa', '150.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6145, '2023-02-10 15:22:00', NULL, NULL, 478, 'POP2023/02/0435', NULL, 'cash', '', '', '', '', '', 'Visa', '229.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6146, '2023-02-10 15:23:57', 5715, NULL, NULL, 'IPAY2023/02/5735', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6147, '2023-02-10 15:46:11', 5716, NULL, NULL, 'IPAY2023/02/5736', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6148, '2023-02-10 15:55:54', 5717, NULL, NULL, 'IPAY2023/02/5737', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6149, '2023-02-10 16:00:43', 5718, NULL, NULL, 'IPAY2023/02/5738', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6150, '2023-02-10 16:04:05', 5719, NULL, NULL, 'IPAY2023/02/5739', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6151, '2023-02-10 16:10:23', 5720, NULL, NULL, 'IPAY2023/02/5740', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6152, '2023-02-10 16:15:23', 5721, NULL, NULL, 'IPAY2023/02/5741', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6153, '2023-02-10 16:25:01', 5722, NULL, NULL, 'IPAY2023/02/5742', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6154, '2023-02-10 16:31:58', 5723, NULL, NULL, 'IPAY2023/02/5743', NULL, 'cash', '', '', '', '', '', '', '93.5000', NULL, 7, NULL, 'received', '', '93.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6155, '2023-02-10 16:50:26', 5724, NULL, NULL, 'IPAY2023/02/5744', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '100.0000', '83.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6156, '2023-02-10 16:50:49', 5725, NULL, NULL, 'IPAY2023/02/5745', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6157, '2023-02-10 17:14:21', 5726, NULL, NULL, 'IPAY2023/02/5746', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6158, '2023-02-10 17:20:01', 5727, NULL, NULL, 'IPAY2023/02/5747', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6159, '2023-02-10 17:27:46', 5728, NULL, NULL, 'IPAY2023/02/5748', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6160, '2023-02-10 17:50:51', 5729, NULL, NULL, 'IPAY2023/02/5749', NULL, 'cash', '', '', '', '', '', '', '144.0000', NULL, 7, NULL, 'received', '', '144.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6161, '2023-02-10 18:00:16', 5730, NULL, NULL, 'IPAY2023/02/5750', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6162, '2023-02-10 18:29:09', 5731, NULL, NULL, 'IPAY2023/02/5751', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6163, '2023-02-10 18:30:02', 5732, NULL, NULL, 'IPAY2023/02/5752', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6164, '2023-02-10 18:37:29', 5733, NULL, NULL, 'IPAY2023/02/5753', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6165, '2023-02-10 18:46:45', 5734, NULL, NULL, 'IPAY2023/02/5754', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6166, '2023-02-10 18:58:22', 5735, NULL, NULL, 'IPAY2023/02/5755', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6167, '2023-02-10 19:03:55', 5736, NULL, NULL, 'IPAY2023/02/5756', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6168, '2023-02-10 19:41:40', 5737, NULL, NULL, 'IPAY2023/02/5757', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6169, '2023-02-11 06:19:29', 5738, NULL, NULL, 'IPAY2023/02/5758', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6170, '2023-02-11 07:21:10', 5739, NULL, NULL, 'IPAY2023/02/5759', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6171, '2023-02-11 08:19:41', 5740, NULL, NULL, 'IPAY2023/02/5760', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6172, '2023-02-11 09:10:09', 5741, NULL, NULL, 'IPAY2023/02/5761', NULL, 'cash', '', '', '', '', '', '', '100.5000', NULL, 7, NULL, 'received', '', '100.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6173, '2023-02-11 09:40:32', 5742, NULL, NULL, 'IPAY2023/02/5762', NULL, 'cash', '', '', '', '', '', '', '293.0000', NULL, 7, NULL, 'received', '', '293.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6174, '2023-02-11 09:59:22', 5743, NULL, NULL, 'IPAY2023/02/5763', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6175, '2023-02-11 10:21:55', 5744, NULL, NULL, 'IPAY2023/02/5764', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6176, '2023-02-11 10:32:13', 5745, NULL, NULL, 'IPAY2023/02/5765', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6177, '2023-02-11 10:45:31', 5746, NULL, NULL, 'IPAY2023/02/5766', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6178, '2023-02-11 11:06:58', 5747, NULL, NULL, 'IPAY2023/02/5767', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6179, '2023-02-11 11:20:59', 5748, NULL, NULL, 'IPAY2023/02/5768', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6180, '2023-02-11 11:39:31', 5749, NULL, NULL, 'IPAY2023/02/5769', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6181, '2023-02-11 11:39:54', 5750, NULL, NULL, 'IPAY2023/02/5770', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6182, '2023-02-11 12:18:15', 5751, NULL, NULL, 'IPAY2023/02/5771', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6183, '2023-02-11 12:21:44', 5752, NULL, NULL, 'IPAY2023/02/5772', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6184, '2023-02-11 12:23:17', 5753, NULL, NULL, 'IPAY2023/02/5773', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6185, '2023-02-11 13:00:51', 5754, NULL, NULL, 'IPAY2023/02/5774', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6186, '2023-02-11 13:10:21', 5755, NULL, NULL, 'IPAY2023/02/5775', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6187, '2023-02-11 13:20:02', 5756, NULL, NULL, 'IPAY2023/02/5776', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6188, '2023-02-11 13:46:12', 5757, NULL, NULL, 'IPAY2023/02/5777', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6189, '2023-02-11 14:17:23', 5758, NULL, NULL, 'IPAY2023/02/5778', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6190, '2023-02-11 14:20:02', 5759, NULL, NULL, 'IPAY2023/02/5779', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6191, '2023-02-11 15:33:35', 5760, NULL, NULL, 'IPAY2023/02/5780', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6192, '2023-02-11 16:14:23', 5761, NULL, NULL, 'IPAY2023/02/5781', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '67.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6193, '2023-02-11 16:22:13', 5762, NULL, NULL, 'IPAY2023/02/5782', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '50.0000', '32.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6194, '2023-02-11 16:43:02', 5763, NULL, NULL, 'IPAY2023/02/5783', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6195, '2023-02-11 17:31:23', 5764, NULL, NULL, 'IPAY2023/02/5784', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6196, '2023-02-11 17:56:06', 5765, NULL, NULL, 'IPAY2023/02/5785', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '100.0000', '33.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6197, '2023-02-11 19:25:16', 5766, NULL, NULL, 'IPAY2023/02/5786', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6198, '2023-02-11 19:41:13', 5767, NULL, NULL, 'IPAY2023/02/5787', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6199, '2023-02-13 05:39:57', 5768, NULL, NULL, 'IPAY2023/02/5788', NULL, 'cash', '', '', '', '', '', '', '130.0000', NULL, 7, NULL, 'received', '', '130.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6200, '2023-02-13 05:45:36', 5769, NULL, NULL, 'IPAY2023/02/5789', NULL, 'cash', '', '', '', '', '', '', '102.0000', NULL, 7, NULL, 'received', '', '102.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6201, '2023-02-13 05:48:41', 5770, NULL, NULL, 'IPAY2023/02/5790', NULL, 'cash', '', '', '', '', '', '', '127.0000', NULL, 7, NULL, 'received', '', '127.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6202, '2023-02-13 06:07:44', 5771, NULL, NULL, 'IPAY2023/02/5791', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6203, '2023-02-13 06:49:20', 5772, NULL, NULL, 'IPAY2023/02/5792', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6204, '2023-02-13 06:52:44', 5773, NULL, NULL, 'IPAY2023/02/5793', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6205, '2023-02-13 06:54:24', 5774, NULL, NULL, 'IPAY2023/02/5794', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6206, '2023-02-13 06:55:57', 5775, NULL, NULL, 'IPAY2023/02/5795', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6207, '2023-02-13 06:58:23', 5776, NULL, NULL, 'IPAY2023/02/5796', NULL, 'cash', '', '', '', '', '', '', '43.5000', NULL, 7, NULL, 'received', '', '43.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6208, '2023-02-13 06:59:46', 5777, NULL, NULL, 'IPAY2023/02/5797', NULL, 'cash', '', '', '', '', '', '', '287.5000', NULL, 7, NULL, 'received', '', '287.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6209, '2023-02-13 07:00:53', 5778, NULL, NULL, 'IPAY2023/02/5798', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6210, '2023-02-13 07:02:39', 5779, NULL, NULL, 'IPAY2023/02/5799', NULL, 'cash', '', '', '', '', '', '', '66.5000', NULL, 7, NULL, 'received', '', '66.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6211, '2023-02-13 07:21:40', 5780, NULL, NULL, 'IPAY2023/02/5800', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6212, '2023-02-13 07:22:42', 5781, NULL, NULL, 'IPAY2023/02/5801', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6213, '2023-02-13 07:35:30', 5782, NULL, NULL, 'IPAY2023/02/5802', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6214, '2023-02-13 07:36:34', 5783, NULL, NULL, 'IPAY2023/02/5803', NULL, 'cash', '', '', '', '', '', '', '52.5000', NULL, 7, NULL, 'received', '', '52.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6215, '2023-02-13 07:37:12', 5784, NULL, NULL, 'IPAY2023/02/5804', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6216, '2023-02-13 07:37:44', 5785, NULL, NULL, 'IPAY2023/02/5805', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6217, '2023-02-13 07:38:27', 5786, NULL, NULL, 'IPAY2023/02/5806', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6218, '2023-02-13 08:09:12', 5787, NULL, NULL, 'IPAY2023/02/5807', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6219, '2023-02-13 08:27:00', NULL, NULL, 479, 'POP2023/02/0436', NULL, 'cash', '', '', '', '', '', 'Visa', '820.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6220, '2023-02-13 08:30:29', 5788, NULL, NULL, 'IPAY2023/02/5808', NULL, 'cash', '', '', '', '', '', '', '108.0000', NULL, 7, NULL, 'received', '', '108.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6221, '2023-02-13 09:03:42', 5789, NULL, NULL, 'IPAY2023/02/5809', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6222, '2023-02-15 16:24:00', NULL, NULL, 480, 'POP2023/02/0437', NULL, 'cash', '', '', '', '', '', 'Visa', '110.5000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6223, '2023-02-15 16:27:00', NULL, NULL, 481, 'POP2023/02/0438', NULL, 'cash', '', '', '', '', '', 'Visa', '137.7400', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6224, '2023-02-15 16:30:00', NULL, NULL, 482, 'POP2023/02/0439', NULL, 'cash', '', '', '', '', '', 'Visa', '320.2400', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6225, '2023-02-15 16:32:00', NULL, NULL, 483, 'POP2023/02/0440', NULL, 'cash', '', '', '', '', '', 'Visa', '180.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6226, '2023-02-15 16:42:00', NULL, NULL, 484, 'POP2023/02/0441', NULL, 'cash', '', '', '', '', '', 'Visa', '803.4700', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6227, '2023-02-15 16:49:00', NULL, NULL, 485, 'POP2023/02/0442', NULL, 'cash', '', '', '', '', '', 'Visa', '305.2500', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6228, '2023-02-15 16:55:00', NULL, NULL, 486, 'POP2023/02/0443', NULL, 'cash', '', '', '', '', '', 'Visa', '306.6500', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6229, '2023-02-15 16:57:00', NULL, NULL, 487, 'POP2023/02/0444', NULL, 'cash', '', '', '', '', '', 'Visa', '317.3400', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6230, '2023-02-15 17:06:28', 5790, NULL, NULL, 'IPAY2023/02/5810', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6231, '2023-02-15 17:10:10', 5791, NULL, NULL, 'IPAY2023/02/5811', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6232, '2023-02-15 17:13:30', 5792, NULL, NULL, 'IPAY2023/02/5812', NULL, 'cash', '', '', '', '', '', '', '113.0000', NULL, 7, NULL, 'received', '', '113.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6233, '2023-02-15 17:16:51', 5793, NULL, NULL, 'IPAY2023/02/5813', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6234, '2023-02-15 17:21:00', 5794, NULL, NULL, 'IPAY2023/02/5814', NULL, 'cash', '', '', '', '', '', '', '105.5000', NULL, 7, NULL, 'received', '', '105.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6235, '2023-02-15 17:24:14', 5795, NULL, NULL, 'IPAY2023/02/5815', NULL, 'cash', '', '', '', '', '', '', '151.0000', NULL, 7, NULL, 'received', '', '151.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6236, '2023-02-15 17:27:04', 5796, NULL, NULL, 'IPAY2023/02/5816', NULL, 'cash', '', '', '', '', '', '', '128.0000', NULL, 7, NULL, 'received', '', '128.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6237, '2023-02-15 17:42:19', 5797, NULL, NULL, 'IPAY2023/02/5817', NULL, 'cash', '', '', '', '', '', '', '79.0000', NULL, 7, NULL, 'received', '', '79.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6238, '2023-02-15 17:47:57', 5798, NULL, NULL, 'IPAY2023/02/5818', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6239, '2023-02-15 18:02:14', 5799, NULL, NULL, 'IPAY2023/02/5819', NULL, 'cash', '', '', '', '', '', '', '177.5000', NULL, 7, NULL, 'received', '', '177.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6240, '2023-02-15 18:07:05', 5800, NULL, NULL, 'IPAY2023/02/5820', NULL, 'cash', '', '', '', '', '', '', '87.0000', NULL, 7, NULL, 'received', '', '87.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6241, '2023-02-15 18:09:01', 5801, NULL, NULL, 'IPAY2023/02/5821', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6242, '2023-02-15 18:14:35', 5802, NULL, NULL, 'IPAY2023/02/5822', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6243, '2023-02-15 18:16:32', 5803, NULL, NULL, 'IPAY2023/02/5823', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6244, '2023-02-15 18:19:34', 5804, NULL, NULL, 'IPAY2023/02/5824', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6245, '2023-02-15 18:23:31', 5805, NULL, NULL, 'IPAY2023/02/5825', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6246, '2023-02-15 18:37:18', 5806, NULL, NULL, 'IPAY2023/02/5826', NULL, 'cash', '', '', '', '', '', '', '67.5000', NULL, 7, NULL, 'received', '', '67.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6247, '2023-02-15 18:40:38', 5807, NULL, NULL, 'IPAY2023/02/5827', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6248, '2023-02-15 18:43:38', 5808, NULL, NULL, 'IPAY2023/02/5828', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6249, '2023-02-15 18:47:30', 5809, NULL, NULL, 'IPAY2023/02/5829', NULL, 'cash', '', '', '', '', '', '', '96.5000', NULL, 7, NULL, 'received', '', '96.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6250, '2023-02-15 18:49:38', 5810, NULL, NULL, 'IPAY2023/02/5830', NULL, 'cash', '', '', '', '', '', '', '87.0000', NULL, 7, NULL, 'received', '', '87.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6251, '2023-02-15 18:54:39', 5811, NULL, NULL, 'IPAY2023/02/5831', NULL, 'cash', '', '', '', '', '', '', '200.5000', NULL, 7, NULL, 'received', '', '200.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6252, '2023-02-15 18:58:34', 5812, NULL, NULL, 'IPAY2023/02/5832', NULL, 'cash', '', '', '', '', '', '', '162.0000', NULL, 7, NULL, 'received', '', '162.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6253, '2023-02-15 19:01:33', 5813, NULL, NULL, 'IPAY2023/02/5833', NULL, 'cash', '', '', '', '', '', '', '123.0000', NULL, 7, NULL, 'received', '', '123.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6254, '2023-02-15 19:03:39', 5814, NULL, NULL, 'IPAY2023/02/5834', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6255, '2023-02-15 19:11:13', 5815, NULL, NULL, 'IPAY2023/02/5835', NULL, 'cash', '', '', '', '', '', '', '139.5000', NULL, 7, NULL, 'received', '', '139.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6256, '2023-02-15 19:19:26', 5816, NULL, NULL, 'IPAY2023/02/5836', NULL, 'cash', '', '', '', '', '', '', '263.0000', NULL, 7, NULL, 'received', '', '263.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6257, '2023-02-15 19:22:08', 5817, NULL, NULL, 'IPAY2023/02/5837', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6258, '2023-02-15 19:25:07', 5818, NULL, NULL, 'IPAY2023/02/5838', NULL, 'cash', '', '', '', '', '', '', '108.5000', NULL, 7, NULL, 'received', '', '108.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6259, '2023-02-15 19:27:08', 5819, NULL, NULL, 'IPAY2023/02/5839', NULL, 'cash', '', '', '', '', '', '', '112.0000', NULL, 7, NULL, 'received', '', '112.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6260, '2023-02-15 19:27:53', 5820, NULL, NULL, 'IPAY2023/02/5840', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6261, '2023-02-15 19:31:45', 5821, NULL, NULL, 'IPAY2023/02/5841', NULL, 'cash', '', '', '', '', '', '', '110.5000', NULL, 7, NULL, 'received', '', '110.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6262, '2023-02-15 19:35:10', 5822, NULL, NULL, 'IPAY2023/02/5842', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6263, '2023-02-16 06:00:49', 5823, NULL, NULL, 'IPAY2023/02/5843', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6264, '2023-02-16 06:45:56', 5824, NULL, NULL, 'IPAY2023/02/5844', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6265, '2023-02-16 06:47:37', 5825, NULL, NULL, 'IPAY2023/02/5845', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6266, '2023-02-16 06:48:14', 5826, NULL, NULL, 'IPAY2023/02/5846', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6267, '2023-02-16 06:49:35', 5827, NULL, NULL, 'IPAY2023/02/5847', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6269, '2023-02-16 06:55:11', 5829, NULL, NULL, 'IPAY2023/02/5849', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6270, '2023-02-16 06:56:14', 5830, NULL, NULL, 'IPAY2023/02/5850', NULL, 'cash', '', '', '', '', '', '', '83.0000', NULL, 7, NULL, 'received', '', '83.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6271, '2023-02-16 06:57:30', 5831, NULL, NULL, 'IPAY2023/02/5851', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6272, '2023-02-16 07:05:00', 5832, NULL, NULL, 'IPAY2023/02/5852', NULL, 'cash', '', '', '', '', '', '', '226.5000', NULL, 7, NULL, 'received', '', '226.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6273, '2023-02-16 07:09:19', 5833, NULL, NULL, 'IPAY2023/02/5853', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6274, '2023-02-16 07:13:05', 5834, NULL, NULL, 'IPAY2023/02/5854', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6275, '2023-02-16 07:15:20', 5835, NULL, NULL, 'IPAY2023/02/5855', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6276, '2023-02-16 07:26:52', 5836, NULL, NULL, 'IPAY2023/02/5856', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6277, '2023-02-16 07:30:19', 5837, NULL, NULL, 'IPAY2023/02/5857', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6278, '2023-02-16 09:03:19', 5838, NULL, NULL, 'IPAY2023/02/5858', NULL, 'cash', '', '', '', '', '', '', '241.0000', NULL, 7, NULL, 'received', '', '241.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6279, '2023-02-16 09:43:23', 5839, NULL, NULL, 'IPAY2023/02/5859', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6280, '2023-02-16 09:51:45', 5840, NULL, NULL, 'IPAY2023/02/5860', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6281, '2023-02-16 11:31:37', 5841, NULL, NULL, 'IPAY2023/02/5861', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6282, '2023-02-16 11:39:40', 5842, NULL, NULL, 'IPAY2023/02/5862', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6283, '2023-02-16 12:00:15', 5843, NULL, NULL, 'IPAY2023/02/5863', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6284, '2023-02-16 12:17:37', 5844, NULL, NULL, 'IPAY2023/02/5864', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6285, '2023-02-16 12:21:15', 5845, NULL, NULL, 'IPAY2023/02/5865', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6286, '2023-02-16 12:59:46', 5846, NULL, NULL, 'IPAY2023/02/5866', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '100.0000', '79.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6287, '2023-02-16 13:12:46', 5847, NULL, NULL, 'IPAY2023/02/5867', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6288, '2023-02-16 13:52:08', 5848, NULL, NULL, 'IPAY2023/02/5868', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6289, '2023-02-16 14:05:46', 5849, NULL, NULL, 'IPAY2023/02/5869', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6290, '2023-02-16 14:17:21', 5850, NULL, NULL, 'IPAY2023/02/5870', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6291, '2023-02-16 15:30:56', 5851, NULL, NULL, 'IPAY2023/02/5871', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6292, '2023-02-16 15:39:27', 5852, NULL, NULL, 'IPAY2023/02/5872', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6293, '2023-02-16 15:40:18', 5853, NULL, NULL, 'IPAY2023/02/5873', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6294, '2023-02-16 15:51:23', 5854, NULL, NULL, 'IPAY2023/02/5874', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '100.0000', '92.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6295, '2023-02-16 16:11:38', 5855, NULL, NULL, 'IPAY2023/02/5875', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6296, '2023-02-16 17:23:11', 5856, NULL, NULL, 'IPAY2023/02/5876', NULL, 'cash', '', '', '', '', '', '', '51.5000', NULL, 7, NULL, 'received', '', '51.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6297, '2023-02-16 17:35:13', 5857, NULL, NULL, 'IPAY2023/02/5877', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6298, '2023-02-16 17:37:32', 5858, NULL, NULL, 'IPAY2023/02/5878', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6299, '2023-02-16 17:52:29', 5859, NULL, NULL, 'IPAY2023/02/5879', NULL, 'cash', '', '', '', '', '', '', '520.0000', NULL, 7, NULL, 'received', '', '520.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6300, '2023-02-16 18:00:11', 5860, NULL, NULL, 'IPAY2023/02/5880', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6301, '2023-02-16 18:02:06', 5861, NULL, NULL, 'IPAY2023/02/5881', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6302, '2023-02-16 18:04:01', 5862, NULL, NULL, 'IPAY2023/02/5882', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6303, '2023-02-16 18:05:31', 5863, NULL, NULL, 'IPAY2023/02/5883', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6304, '2023-02-16 18:11:18', 5864, NULL, NULL, 'IPAY2023/02/5884', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6305, '2023-02-16 18:15:18', 5865, NULL, NULL, 'IPAY2023/02/5885', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6306, '2023-02-16 18:17:49', 5866, NULL, NULL, 'IPAY2023/02/5886', NULL, 'cash', '', '', '', '', '', '', '40.5000', NULL, 7, NULL, 'received', '', '40.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6307, '2023-02-16 18:19:21', 5867, NULL, NULL, 'IPAY2023/02/5887', NULL, 'cash', '', '', '', '', '', '', '61.5000', NULL, 7, NULL, 'received', '', '61.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6308, '2023-02-16 18:30:23', 5868, NULL, NULL, 'IPAY2023/02/5888', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '67.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6309, '2023-02-16 18:53:31', 5869, NULL, NULL, 'IPAY2023/02/5889', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6310, '2023-02-16 19:15:41', 5870, NULL, NULL, 'IPAY2023/02/5890', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6311, '2023-02-16 19:16:07', 5871, NULL, NULL, 'IPAY2023/02/5891', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6312, '2023-02-16 19:18:36', 5872, NULL, NULL, 'IPAY2023/02/5892', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6313, '2023-02-16 19:19:04', 5873, NULL, NULL, 'IPAY2023/02/5893', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6314, '2023-02-16 19:45:45', 5874, NULL, NULL, 'IPAY2023/02/5894', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6315, '2023-02-17 06:39:42', 5875, NULL, NULL, 'IPAY2023/02/5895', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6316, '2023-02-17 06:50:37', 5876, NULL, NULL, 'IPAY2023/02/5896', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6317, '2023-02-17 07:35:06', 5877, NULL, NULL, 'IPAY2023/02/5897', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6318, '2023-02-17 07:35:54', 5878, NULL, NULL, 'IPAY2023/02/5898', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6319, '2023-02-17 07:51:05', 5879, NULL, NULL, 'IPAY2023/02/5899', NULL, 'cash', '', '', '', '', '', '', '150.0000', NULL, 7, NULL, 'received', '', '150.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6320, '2023-02-17 08:01:39', 5880, NULL, NULL, 'IPAY2023/02/5900', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6321, '2023-02-17 08:11:10', 5881, NULL, NULL, 'IPAY2023/02/5901', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6322, '2023-02-17 08:20:32', 5882, NULL, NULL, 'IPAY2023/02/5902', NULL, 'cash', '', '', '', '', '', '', '354.0000', NULL, 7, NULL, 'received', '', '354.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6323, '2023-02-17 08:23:44', 5883, NULL, NULL, 'IPAY2023/02/5903', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '84.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6324, '2023-02-17 08:27:17', 5884, NULL, NULL, 'IPAY2023/02/5904', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6325, '2023-02-17 08:48:09', 5885, NULL, NULL, 'IPAY2023/02/5905', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6326, '2023-02-17 09:13:27', 5886, NULL, NULL, 'IPAY2023/02/5906', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6327, '2023-02-17 09:47:41', 5887, NULL, NULL, 'IPAY2023/02/5907', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6328, '2023-02-17 09:53:55', 5888, NULL, NULL, 'IPAY2023/02/5908', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6329, '2023-02-17 10:18:12', 5889, NULL, NULL, 'IPAY2023/02/5909', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6330, '2023-02-17 10:23:49', 5890, NULL, NULL, 'IPAY2023/02/5910', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6332, '2023-02-17 12:06:46', 5892, NULL, NULL, 'IPAY2023/02/5912', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6333, '2023-02-17 12:09:24', 5893, NULL, NULL, 'IPAY2023/02/5913', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6334, '2023-02-17 12:16:14', 5894, NULL, NULL, 'IPAY2023/02/5914', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '12.0000', '0.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6335, '2023-02-17 12:34:44', 5895, NULL, NULL, 'IPAY2023/02/5915', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6336, '2023-02-17 12:59:54', 5896, NULL, NULL, 'IPAY2023/02/5916', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6337, '2023-02-17 13:48:58', 5897, NULL, NULL, 'IPAY2023/02/5917', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6338, '2023-02-17 14:00:06', 5898, NULL, NULL, 'IPAY2023/02/5918', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6339, '2023-02-17 14:03:42', 5899, NULL, NULL, 'IPAY2023/02/5919', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6340, '2023-02-17 14:12:17', 5900, NULL, NULL, 'IPAY2023/02/5920', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6341, '2023-02-17 15:21:06', 5901, NULL, NULL, 'IPAY2023/02/5921', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6342, '2023-02-17 15:28:47', 5902, NULL, NULL, 'IPAY2023/02/5922', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6343, '2023-02-17 16:14:13', 5903, NULL, NULL, 'IPAY2023/02/5923', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6344, '2023-02-17 16:23:59', 5904, NULL, NULL, 'IPAY2023/02/5924', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6345, '2023-02-17 16:33:05', 5905, NULL, NULL, 'IPAY2023/02/5925', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6346, '2023-02-17 17:28:47', 5906, NULL, NULL, 'IPAY2023/02/5926', NULL, 'cash', '', '', '', '', '', '', '275.0000', NULL, 7, NULL, 'received', '', '275.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6347, '2023-02-17 19:51:10', 5907, NULL, NULL, 'IPAY2023/02/5927', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6348, '2023-02-17 19:52:39', 5908, NULL, NULL, 'IPAY2023/02/5928', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6349, '2023-02-17 20:05:27', 5909, NULL, NULL, 'IPAY2023/02/5929', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6350, '2023-02-18 06:05:38', 5910, NULL, NULL, 'IPAY2023/02/5930', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6351, '2023-02-18 07:50:33', 5911, NULL, NULL, 'IPAY2023/02/5931', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6352, '2023-02-18 08:00:22', 5912, NULL, NULL, 'IPAY2023/02/5932', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6353, '2023-02-18 08:06:32', 5913, NULL, NULL, 'IPAY2023/02/5933', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6354, '2023-02-18 08:49:07', 5914, NULL, NULL, 'IPAY2023/02/5934', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6355, '2023-02-18 08:55:01', 5915, NULL, NULL, 'IPAY2023/02/5935', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6356, '2023-02-18 09:33:36', 5916, NULL, NULL, 'IPAY2023/02/5936', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '50.0000', '29.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6357, '2023-02-18 09:36:32', 5917, NULL, NULL, 'IPAY2023/02/5937', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6358, '2023-02-18 09:38:58', 5918, NULL, NULL, 'IPAY2023/02/5938', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6359, '2023-02-18 09:59:34', 5919, NULL, NULL, 'IPAY2023/02/5939', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6360, '2023-02-18 10:00:51', 5920, NULL, NULL, 'IPAY2023/02/5940', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6361, '2023-02-18 10:18:13', 5921, NULL, NULL, 'IPAY2023/02/5941', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6362, '2023-02-18 11:21:57', 5922, NULL, NULL, 'IPAY2023/02/5942', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6363, '2023-02-18 11:32:20', 5923, NULL, NULL, 'IPAY2023/02/5943', NULL, 'cash', '', '', '', '', '', '', '55.5000', NULL, 7, NULL, 'received', '', '60.0000', '4.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6364, '2023-02-18 11:34:26', 5924, NULL, NULL, 'IPAY2023/02/5944', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6365, '2023-02-18 11:58:41', 5925, NULL, NULL, 'IPAY2023/02/5945', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6366, '2023-02-18 12:05:35', 5926, NULL, NULL, 'IPAY2023/02/5946', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6367, '2023-02-18 12:09:18', 5927, NULL, NULL, 'IPAY2023/02/5947', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6368, '2023-02-18 12:14:15', 5928, NULL, NULL, 'IPAY2023/02/5948', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6369, '2023-02-18 12:34:09', 5929, NULL, NULL, 'IPAY2023/02/5949', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6370, '2023-02-18 12:36:07', 5930, NULL, NULL, 'IPAY2023/02/5950', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6371, '2023-02-18 13:07:24', 5931, NULL, NULL, 'IPAY2023/02/5951', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6372, '2023-02-18 13:34:15', 5932, NULL, NULL, 'IPAY2023/02/5952', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6373, '2023-02-18 13:56:56', 5933, NULL, NULL, 'IPAY2023/02/5953', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '100.0000', '79.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6374, '2023-02-18 14:17:13', 5934, NULL, NULL, 'IPAY2023/02/5954', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6375, '2023-02-18 15:44:15', 5935, NULL, NULL, 'IPAY2023/02/5955', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6376, '2023-02-18 15:44:52', 5936, NULL, NULL, 'IPAY2023/02/5956', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6377, '2023-02-18 15:46:15', 5937, NULL, NULL, 'IPAY2023/02/5957', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6378, '2023-02-18 16:07:31', 5938, NULL, NULL, 'IPAY2023/02/5958', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6379, '2023-02-18 16:07:52', 5939, NULL, NULL, 'IPAY2023/02/5959', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6380, '2023-02-18 16:08:16', 5940, NULL, NULL, 'IPAY2023/02/5960', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6381, '2023-02-18 16:58:49', 5941, NULL, NULL, 'IPAY2023/02/5961', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6382, '2023-02-18 16:59:50', 5942, NULL, NULL, 'IPAY2023/02/5962', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '50.0000', '28.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6383, '2023-02-18 17:01:04', 5943, NULL, NULL, 'IPAY2023/02/5963', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6384, '2023-02-18 17:20:14', 5944, NULL, NULL, 'IPAY2023/02/5964', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6385, '2023-02-18 17:26:01', 5945, NULL, NULL, 'IPAY2023/02/5965', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6386, '2023-02-18 17:31:02', 5946, NULL, NULL, 'IPAY2023/02/5966', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6387, '2023-02-18 17:53:16', 5947, NULL, NULL, 'IPAY2023/02/5967', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6388, '2023-02-18 17:57:22', 5948, NULL, NULL, 'IPAY2023/02/5968', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6389, '2023-02-18 18:00:49', 5949, NULL, NULL, 'IPAY2023/02/5969', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6390, '2023-02-18 18:02:07', 5950, NULL, NULL, 'IPAY2023/02/5970', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6391, '2023-02-18 18:28:13', 5951, NULL, NULL, 'IPAY2023/02/5971', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '50.0000', '28.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6392, '2023-02-18 18:30:07', 5952, NULL, NULL, 'IPAY2023/02/5972', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '25.0000', '3.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6393, '2023-02-18 18:31:20', 5953, NULL, NULL, 'IPAY2023/02/5973', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '50.0000', '26.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6394, '2023-02-18 18:48:11', 5954, NULL, NULL, 'IPAY2023/02/5974', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '40.0000', '6.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6395, '2023-02-18 18:55:42', 5955, NULL, NULL, 'IPAY2023/02/5975', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '100.0000', '78.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6396, '2023-02-18 18:56:11', 5956, NULL, NULL, 'IPAY2023/02/5976', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6397, '2023-02-18 19:00:08', 5957, NULL, NULL, 'IPAY2023/02/5977', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6398, '2023-02-18 19:14:35', 5958, NULL, NULL, 'IPAY2023/02/5978', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6399, '2023-02-18 19:23:32', 5959, NULL, NULL, 'IPAY2023/02/5979', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6400, '2023-02-18 19:27:39', 5960, NULL, NULL, 'IPAY2023/02/5980', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6401, '2023-02-18 19:34:55', 5961, NULL, NULL, 'IPAY2023/02/5981', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6402, '2023-02-18 19:36:19', 5962, NULL, NULL, 'IPAY2023/02/5982', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6403, '2023-02-18 19:38:14', 5963, NULL, NULL, 'IPAY2023/02/5983', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6404, '2023-02-18 19:45:11', 5964, NULL, NULL, 'IPAY2023/02/5984', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6405, '2023-02-18 19:48:04', 5965, NULL, NULL, 'IPAY2023/02/5985', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6406, '2023-02-18 19:58:29', 5966, NULL, NULL, 'IPAY2023/02/5986', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6407, '2023-02-19 05:38:41', 5967, NULL, NULL, 'IPAY2023/02/5987', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6408, '2023-02-19 07:21:30', 5968, NULL, NULL, 'IPAY2023/02/5988', NULL, 'cash', '', '', '', '', '', '', '98.5000', NULL, 7, NULL, 'received', '', '98.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6409, '2023-02-19 07:32:27', 5969, NULL, NULL, 'IPAY2023/02/5989', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6410, '2023-02-19 07:36:45', 5970, NULL, NULL, 'IPAY2023/02/5990', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6411, '2023-02-19 07:41:01', 5971, NULL, NULL, 'IPAY2023/02/5991', NULL, 'cash', '', '', '', '', '', '', '55.5000', NULL, 7, NULL, 'received', '', '55.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6412, '2023-02-19 07:48:56', 5972, NULL, NULL, 'IPAY2023/02/5992', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6413, '2023-02-19 07:50:10', 5973, NULL, NULL, 'IPAY2023/02/5993', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6414, '2023-02-19 07:52:58', 5974, NULL, NULL, 'IPAY2023/02/5994', NULL, 'cash', '', '', '', '', '', '', '170.5000', NULL, 7, NULL, 'received', '', '170.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6415, '2023-02-19 07:59:47', 5975, NULL, NULL, 'IPAY2023/02/5995', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6416, '2023-02-19 08:00:32', 5976, NULL, NULL, 'IPAY2023/02/5996', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6417, '2023-02-19 08:05:07', 5977, NULL, NULL, 'IPAY2023/02/5997', NULL, 'cash', '', '', '', '', '', '', '74.0000', NULL, 7, NULL, 'received', '', '74.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6418, '2023-02-19 08:07:23', 5978, NULL, NULL, 'IPAY2023/02/5998', NULL, 'cash', '', '', '', '', '', '', '98.5000', NULL, 7, NULL, 'received', '', '98.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6419, '2023-02-19 08:10:25', 5979, NULL, NULL, 'IPAY2023/02/5999', NULL, 'cash', '', '', '', '', '', '', '55.5000', NULL, 7, NULL, 'received', '', '55.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6420, '2023-02-19 08:14:06', 5980, NULL, NULL, 'IPAY2023/02/6000', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6422, '2023-02-19 09:23:26', 5982, NULL, NULL, 'IPAY2023/02/6002', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6423, '2023-02-19 09:30:55', 5983, NULL, NULL, 'IPAY2023/02/6003', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6424, '2023-02-19 09:34:09', 5984, NULL, NULL, 'IPAY2023/02/6004', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '100.0000', '61.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6425, '2023-02-19 10:29:44', 5985, NULL, NULL, 'IPAY2023/02/6005', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6426, '2023-02-19 10:30:30', 5986, NULL, NULL, 'IPAY2023/02/6006', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6427, '2023-02-19 10:51:19', 5987, NULL, NULL, 'IPAY2023/02/6007', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6428, '2023-02-19 11:01:24', 5988, NULL, NULL, 'IPAY2023/02/6008', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '50.0000', '38.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6429, '2023-02-19 11:42:52', 5989, NULL, NULL, 'IPAY2023/02/6009', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '100.0000', '78.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6430, '2023-02-19 11:53:45', 5990, NULL, NULL, 'IPAY2023/02/6010', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6431, '2023-02-19 12:05:30', 5991, NULL, NULL, 'IPAY2023/02/6011', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6432, '2023-02-19 12:16:23', 5992, NULL, NULL, 'IPAY2023/02/6012', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '40.0000', '4.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6433, '2023-02-19 12:17:44', 5993, NULL, NULL, 'IPAY2023/02/6013', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6434, '2023-02-19 12:24:42', 5994, NULL, NULL, 'IPAY2023/02/6014', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6435, '2023-02-19 12:29:27', 5995, NULL, NULL, 'IPAY2023/02/6015', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6436, '2023-02-19 12:39:23', 5996, NULL, NULL, 'IPAY2023/02/6016', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6437, '2023-02-19 13:15:45', 5997, NULL, NULL, 'IPAY2023/02/6017', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6438, '2023-02-19 14:07:18', 5998, NULL, NULL, 'IPAY2023/02/6018', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '40.0000', '15.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6439, '2023-02-19 14:13:52', 5999, NULL, NULL, 'IPAY2023/02/6019', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '100.0000', '74.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6440, '2023-02-19 14:20:41', 6000, NULL, NULL, 'IPAY2023/02/6020', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6441, '2023-02-19 14:21:51', 6001, NULL, NULL, 'IPAY2023/02/6021', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6442, '2023-02-19 14:23:00', 6002, NULL, NULL, 'IPAY2023/02/6022', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6443, '2023-02-19 14:31:56', 6003, NULL, NULL, 'IPAY2023/02/6023', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6444, '2023-02-19 14:35:54', 6004, NULL, NULL, 'IPAY2023/02/6024', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6445, '2023-02-19 14:44:17', 6005, NULL, NULL, 'IPAY2023/02/6025', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '40.0000', '16.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6446, '2023-02-19 15:05:04', 6006, NULL, NULL, 'IPAY2023/02/6026', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6447, '2023-02-19 15:06:39', 6007, NULL, NULL, 'IPAY2023/02/6027', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '100.0000', '58.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6448, '2023-02-19 16:38:26', 6008, NULL, NULL, 'IPAY2023/02/6028', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6449, '2023-02-19 16:38:50', 6009, NULL, NULL, 'IPAY2023/02/6029', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6450, '2023-02-19 16:53:39', 6010, NULL, NULL, 'IPAY2023/02/6030', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6451, '2023-02-19 16:56:20', 6011, NULL, NULL, 'IPAY2023/02/6031', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6452, '2023-02-19 17:08:42', 6012, NULL, NULL, 'IPAY2023/02/6032', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6453, '2023-02-19 17:33:23', 6013, NULL, NULL, 'IPAY2023/02/6033', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6454, '2023-02-19 17:33:49', 6014, NULL, NULL, 'IPAY2023/02/6034', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6455, '2023-02-19 17:42:33', 6015, NULL, NULL, 'IPAY2023/02/6035', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6456, '2023-02-19 18:05:01', 6016, NULL, NULL, 'IPAY2023/02/6036', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6457, '2023-02-19 18:07:42', 6017, NULL, NULL, 'IPAY2023/02/6037', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6458, '2023-02-19 19:17:08', 6018, NULL, NULL, 'IPAY2023/02/6038', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6459, '2023-02-19 19:37:55', 6019, NULL, NULL, 'IPAY2023/02/6039', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6460, '2023-02-19 19:38:45', 6020, NULL, NULL, 'IPAY2023/02/6040', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6461, '2023-02-19 19:39:49', 6021, NULL, NULL, 'IPAY2023/02/6041', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6462, '2023-02-19 19:49:38', 6022, NULL, NULL, 'IPAY2023/02/6042', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6463, '2023-02-19 19:56:00', 6023, NULL, NULL, 'IPAY2023/02/6043', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6464, '2023-02-19 19:56:21', 6024, NULL, NULL, 'IPAY2023/02/6044', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6465, '2023-02-20 05:30:45', 6025, NULL, NULL, 'IPAY2023/02/6045', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6466, '2023-02-20 06:05:06', 6026, NULL, NULL, 'IPAY2023/02/6046', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6467, '2023-02-20 06:05:50', 6027, NULL, NULL, 'IPAY2023/02/6047', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6468, '2023-02-20 06:11:37', 6028, NULL, NULL, 'IPAY2023/02/6048', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6469, '2023-02-20 06:35:15', 6029, NULL, NULL, 'IPAY2023/02/6049', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6470, '2023-02-20 06:54:29', 6030, NULL, NULL, 'IPAY2023/02/6050', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6471, '2023-02-20 07:13:13', 6031, NULL, NULL, 'IPAY2023/02/6051', NULL, 'cash', '', '', '', '', '', '', '174.0000', NULL, 7, NULL, 'received', '', '174.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6472, '2023-02-20 07:14:12', 6032, NULL, NULL, 'IPAY2023/02/6052', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6473, '2023-02-20 07:29:27', 6033, NULL, NULL, 'IPAY2023/02/6053', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6474, '2023-02-20 08:04:16', 6034, NULL, NULL, 'IPAY2023/02/6054', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6475, '2023-02-20 08:13:15', 6035, NULL, NULL, 'IPAY2023/02/6055', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6476, '2023-02-20 08:25:07', 6036, NULL, NULL, 'IPAY2023/02/6056', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6477, '2023-02-20 08:26:00', NULL, NULL, 488, 'POP2023/02/0445', NULL, 'cash', '', '', '', '', '', 'Visa', '569.7200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6478, '2023-02-20 08:44:12', 6037, NULL, NULL, 'IPAY2023/02/6057', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6479, '2023-02-20 09:07:17', 6038, NULL, NULL, 'IPAY2023/02/6058', NULL, 'cash', '', '', '', '', '', '', '40.5000', NULL, 7, NULL, 'received', '', '40.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6480, '2023-02-20 09:11:33', 6039, NULL, NULL, 'IPAY2023/02/6059', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6481, '2023-02-20 09:15:48', 6040, NULL, NULL, 'IPAY2023/02/6060', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6482, '2023-02-20 09:24:21', 6041, NULL, NULL, 'IPAY2023/02/6061', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6483, '2023-02-20 09:26:30', 6042, NULL, NULL, 'IPAY2023/02/6062', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6484, '2023-02-20 09:27:29', 6043, NULL, NULL, 'IPAY2023/02/6063', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6485, '2023-02-20 09:42:15', 6044, NULL, NULL, 'IPAY2023/02/6064', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6486, '2023-02-20 09:56:09', 6045, NULL, NULL, 'IPAY2023/02/6065', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6487, '2023-02-20 11:06:00', NULL, NULL, 489, 'POP2023/02/0446', NULL, 'cash', '', '', '', '', '', 'Visa', '206.1600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6488, '2023-02-20 11:13:00', NULL, NULL, 490, 'POP2023/02/0447', NULL, 'cash', '', '', '', '', '', 'Visa', '247.0500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6489, '2023-02-20 11:15:12', 6046, NULL, NULL, 'IPAY2023/02/6066', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6490, '2023-02-20 11:19:27', 6047, NULL, NULL, 'IPAY2023/02/6067', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6491, '2023-02-20 11:42:04', 6048, NULL, NULL, 'IPAY2023/02/6068', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6492, '2023-02-20 11:44:31', 6049, NULL, NULL, 'IPAY2023/02/6069', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6493, '2023-02-20 11:51:37', 6050, NULL, NULL, 'IPAY2023/02/6070', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6494, '2023-02-20 12:09:45', 6051, NULL, NULL, 'IPAY2023/02/6071', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6495, '2023-02-20 12:18:11', 6052, NULL, NULL, 'IPAY2023/02/6072', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6496, '2023-02-20 12:21:13', 6053, NULL, NULL, 'IPAY2023/02/6073', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6497, '2023-02-20 13:28:24', 6054, NULL, NULL, 'IPAY2023/02/6074', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6498, '2023-02-20 13:47:22', 6055, NULL, NULL, 'IPAY2023/02/6075', NULL, 'cash', '', '', '', '', '', '', '128.0000', NULL, 7, NULL, 'received', '', '128.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6499, '2023-02-20 15:32:19', 6056, NULL, NULL, 'IPAY2023/02/6076', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6500, '2023-02-20 15:40:17', 6057, NULL, NULL, 'IPAY2023/02/6077', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6501, '2023-02-20 15:48:53', 6058, NULL, NULL, 'IPAY2023/02/6078', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6502, '2023-02-20 15:55:01', 6059, NULL, NULL, 'IPAY2023/02/6079', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '100.0000', '75.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6503, '2023-02-20 15:59:00', 6060, NULL, NULL, 'IPAY2023/02/6080', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6504, '2023-02-20 16:05:07', 6061, NULL, NULL, 'IPAY2023/02/6081', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6505, '2023-02-20 16:10:19', 6062, NULL, NULL, 'IPAY2023/02/6082', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '100.0000', '63.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6506, '2023-02-20 16:11:35', 6063, NULL, NULL, 'IPAY2023/02/6083', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6507, '2023-02-20 16:17:36', 6064, NULL, NULL, 'IPAY2023/02/6084', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6508, '2023-02-20 16:56:26', 6065, NULL, NULL, 'IPAY2023/02/6085', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6509, '2023-02-20 16:57:00', 6066, NULL, NULL, 'IPAY2023/02/6086', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6510, '2023-02-20 17:26:36', 6067, NULL, NULL, 'IPAY2023/02/6087', NULL, 'cash', '', '', '', '', '', '', '95.5000', NULL, 7, NULL, 'received', '', '95.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6511, '2023-02-20 17:33:42', 6068, NULL, NULL, 'IPAY2023/02/6088', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6512, '2023-02-20 17:54:04', 6069, NULL, NULL, 'IPAY2023/02/6089', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6513, '2023-02-20 18:18:18', 6070, NULL, NULL, 'IPAY2023/02/6090', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '100.0000', '65.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6514, '2023-02-20 18:30:15', 6071, NULL, NULL, 'IPAY2023/02/6091', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6515, '2023-02-20 18:42:52', 6072, NULL, NULL, 'IPAY2023/02/6092', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6516, '2023-02-21 06:06:09', 6073, NULL, NULL, 'IPAY2023/02/6093', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6517, '2023-02-21 06:47:52', 6074, NULL, NULL, 'IPAY2023/02/6094', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6518, '2023-02-21 06:58:32', 6075, NULL, NULL, 'IPAY2023/02/6095', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6519, '2023-02-21 06:59:13', 6076, NULL, NULL, 'IPAY2023/02/6096', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6520, '2023-02-21 07:16:03', 6077, NULL, NULL, 'IPAY2023/02/6097', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6521, '2023-02-21 07:28:39', 6078, NULL, NULL, 'IPAY2023/02/6098', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6522, '2023-02-21 07:33:20', 6079, NULL, NULL, 'IPAY2023/02/6099', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6523, '2023-02-21 07:35:04', 6080, NULL, NULL, 'IPAY2023/02/6100', NULL, 'cash', '', '', '', '', '', '', '57.5000', NULL, 7, NULL, 'received', '', '57.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6524, '2023-02-21 07:49:03', 6081, NULL, NULL, 'IPAY2023/02/6101', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6525, '2023-02-21 07:52:57', 6082, NULL, NULL, 'IPAY2023/02/6102', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6526, '2023-02-21 07:55:27', 6083, NULL, NULL, 'IPAY2023/02/6103', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6527, '2023-02-21 07:58:27', 6084, NULL, NULL, 'IPAY2023/02/6104', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6528, '2023-02-21 07:59:03', 6085, NULL, NULL, 'IPAY2023/02/6105', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6529, '2023-02-21 08:28:11', 6086, NULL, NULL, 'IPAY2023/02/6106', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6530, '2023-02-21 08:35:31', 6087, NULL, NULL, 'IPAY2023/02/6107', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6531, '2023-02-21 08:57:42', 6088, NULL, NULL, 'IPAY2023/02/6108', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6532, '2023-02-21 09:28:00', 6089, NULL, NULL, 'IPAY2023/02/6109', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6533, '2023-02-21 10:02:00', 6090, NULL, NULL, 'IPAY2023/02/6110', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6534, '2023-02-21 10:11:04', 6091, NULL, NULL, 'IPAY2023/02/6111', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6535, '2023-02-21 10:51:39', 6092, NULL, NULL, 'IPAY2023/02/6112', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '100.0000', '67.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6536, '2023-02-21 10:58:39', 6093, NULL, NULL, 'IPAY2023/02/6113', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6537, '2023-02-21 11:04:49', 6094, NULL, NULL, 'IPAY2023/02/6114', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6538, '2023-02-21 12:43:51', 6095, NULL, NULL, 'IPAY2023/02/6115', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6539, '2023-02-21 13:15:09', 6096, NULL, NULL, 'IPAY2023/02/6116', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6540, '2023-02-21 14:07:32', 6097, NULL, NULL, 'IPAY2023/02/6117', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6541, '2023-02-21 15:10:00', NULL, NULL, 491, 'POP2023/02/0448', NULL, 'cash', '', '', '', '', '', 'Visa', '327.2799', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6542, '2023-02-21 15:38:40', 6098, NULL, NULL, 'IPAY2023/02/6118', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6543, '2023-02-21 15:39:10', 6099, NULL, NULL, 'IPAY2023/02/6119', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6544, '2023-02-21 15:43:34', 6100, NULL, NULL, 'IPAY2023/02/6120', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6545, '2023-02-21 16:20:00', NULL, NULL, 492, 'POP2023/02/0449', NULL, 'cash', '', '', '', '', '', 'Visa', '1211.7600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6546, '2023-02-21 16:25:52', 6101, NULL, NULL, 'IPAY2023/02/6121', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6547, '2023-02-21 16:29:59', 6102, NULL, NULL, 'IPAY2023/02/6122', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6548, '2023-02-21 16:33:04', 6103, NULL, NULL, 'IPAY2023/02/6123', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '50.0000', '18.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6549, '2023-02-21 16:55:19', 6104, NULL, NULL, 'IPAY2023/02/6124', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6550, '2023-02-21 16:57:07', 6105, NULL, NULL, 'IPAY2023/02/6125', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6551, '2023-02-21 17:17:07', 6106, NULL, NULL, 'IPAY2023/02/6126', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6552, '2023-02-21 17:37:23', 6107, NULL, NULL, 'IPAY2023/02/6127', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6553, '2023-02-21 17:53:42', 6108, NULL, NULL, 'IPAY2023/02/6128', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6554, '2023-02-21 17:57:34', 6109, NULL, NULL, 'IPAY2023/02/6129', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6555, '2023-02-21 18:00:49', 6110, NULL, NULL, 'IPAY2023/02/6130', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6556, '2023-02-21 18:02:38', 6111, NULL, NULL, 'IPAY2023/02/6131', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6557, '2023-02-21 18:04:25', 6112, NULL, NULL, 'IPAY2023/02/6132', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6558, '2023-02-21 18:26:48', 6113, NULL, NULL, 'IPAY2023/02/6133', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6559, '2023-02-21 18:27:30', 6114, NULL, NULL, 'IPAY2023/02/6134', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6560, '2023-02-21 18:35:17', 6115, NULL, NULL, 'IPAY2023/02/6135', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6561, '2023-02-21 19:00:23', 6116, NULL, NULL, 'IPAY2023/02/6136', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6562, '2023-02-21 19:11:12', 6117, NULL, NULL, 'IPAY2023/02/6137', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6563, '2023-02-21 19:19:57', 6118, NULL, NULL, 'IPAY2023/02/6138', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6564, '2023-02-21 19:36:47', 6119, NULL, NULL, 'IPAY2023/02/6139', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6565, '2023-02-21 19:50:31', 6120, NULL, NULL, 'IPAY2023/02/6140', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6566, '2023-02-22 06:01:49', 6121, NULL, NULL, 'IPAY2023/02/6141', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '200.0000', '161.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6567, '2023-02-22 06:04:20', 6122, NULL, NULL, 'IPAY2023/02/6142', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6568, '2023-02-22 06:04:55', 6123, NULL, NULL, 'IPAY2023/02/6143', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6569, '2023-02-22 06:44:03', 6124, NULL, NULL, 'IPAY2023/02/6144', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6570, '2023-02-22 08:10:27', 6125, NULL, NULL, 'IPAY2023/02/6145', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6571, '2023-02-22 08:21:10', 6126, NULL, NULL, 'IPAY2023/02/6146', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6572, '2023-02-22 08:39:25', 6127, NULL, NULL, 'IPAY2023/02/6147', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6573, '2023-02-22 08:49:00', NULL, NULL, 493, 'POP2023/02/0450', NULL, 'cash', '', '', '', '', '', 'Visa', '131.2800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6574, '2023-02-22 09:11:39', 6128, NULL, NULL, 'IPAY2023/02/6148', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6575, '2023-02-22 09:18:21', 6129, NULL, NULL, 'IPAY2023/02/6149', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6576, '2023-02-22 09:54:16', 6130, NULL, NULL, 'IPAY2023/02/6150', NULL, 'cash', '', '', '', '', '', '', '330.0000', NULL, 7, NULL, 'received', '', '330.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6577, '2023-02-22 10:41:56', 6131, NULL, NULL, 'IPAY2023/02/6151', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6578, '2023-02-22 11:09:13', 6132, NULL, NULL, 'IPAY2023/02/6152', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6579, '2023-02-22 11:46:23', 6133, NULL, NULL, 'IPAY2023/02/6153', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6580, '2023-02-22 12:15:01', 6134, NULL, NULL, 'IPAY2023/02/6154', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6581, '2023-02-22 13:38:27', 6135, NULL, NULL, 'IPAY2023/02/6155', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '50.0000', '39.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6582, '2023-02-22 13:40:32', 6136, NULL, NULL, 'IPAY2023/02/6156', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6583, '2023-02-22 14:36:00', NULL, NULL, 494, 'POP2023/02/0451', NULL, 'cash', '', '', '', '', '', 'Visa', '103.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6584, '2023-02-22 15:22:59', 6137, NULL, NULL, 'IPAY2023/02/6157', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6585, '2023-02-22 16:15:32', 6138, NULL, NULL, 'IPAY2023/02/6158', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6586, '2023-02-22 16:18:27', 6139, NULL, NULL, 'IPAY2023/02/6159', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6587, '2023-02-22 16:21:27', 6140, NULL, NULL, 'IPAY2023/02/6160', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6588, '2023-02-22 16:22:11', 6141, NULL, NULL, 'IPAY2023/02/6161', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6589, '2023-02-22 16:28:02', 6142, NULL, NULL, 'IPAY2023/02/6162', NULL, 'cash', '', '', '', '', '', '', '89.0000', NULL, 7, NULL, 'received', '', '89.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6590, '2023-02-22 16:30:16', 6143, NULL, NULL, 'IPAY2023/02/6163', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6591, '2023-02-22 16:32:12', 6144, NULL, NULL, 'IPAY2023/02/6164', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6592, '2023-02-22 16:35:05', 6145, NULL, NULL, 'IPAY2023/02/6165', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6593, '2023-02-22 16:37:24', 6146, NULL, NULL, 'IPAY2023/02/6166', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6594, '2023-02-22 16:38:14', 6147, NULL, NULL, 'IPAY2023/02/6167', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6595, '2023-02-22 16:53:38', 6148, NULL, NULL, 'IPAY2023/02/6168', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '10.0000', '6.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6596, '2023-02-22 17:02:52', 6149, NULL, NULL, 'IPAY2023/02/6169', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6597, '2023-02-22 17:10:58', 6150, NULL, NULL, 'IPAY2023/02/6170', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '100.0000', '72.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6598, '2023-02-22 17:34:49', 6151, NULL, NULL, 'IPAY2023/02/6171', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6599, '2023-02-22 17:36:48', 6152, NULL, NULL, 'IPAY2023/02/6172', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '50.0000', '38.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6600, '2023-02-22 17:42:54', 6153, NULL, NULL, 'IPAY2023/02/6173', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6601, '2023-02-22 17:50:04', 6154, NULL, NULL, 'IPAY2023/02/6174', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6602, '2023-02-22 18:04:50', 6155, NULL, NULL, 'IPAY2023/02/6175', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6603, '2023-02-22 18:12:21', 6156, NULL, NULL, 'IPAY2023/02/6176', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6604, '2023-02-22 18:14:02', 6157, NULL, NULL, 'IPAY2023/02/6177', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6605, '2023-02-22 18:22:15', 6158, NULL, NULL, 'IPAY2023/02/6178', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6606, '2023-02-22 18:50:51', 6159, NULL, NULL, 'IPAY2023/02/6179', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6607, '2023-02-22 18:58:05', 6160, NULL, NULL, 'IPAY2023/02/6180', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6608, '2023-02-22 19:04:11', 6161, NULL, NULL, 'IPAY2023/02/6181', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6609, '2023-02-22 19:29:17', 6162, NULL, NULL, 'IPAY2023/02/6182', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6610, '2023-02-22 19:33:27', 6163, NULL, NULL, 'IPAY2023/02/6183', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6611, '2023-02-23 06:15:09', 6164, NULL, NULL, 'IPAY2023/02/6184', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6612, '2023-02-23 06:17:32', 6165, NULL, NULL, 'IPAY2023/02/6185', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6613, '2023-02-23 06:55:05', 6166, NULL, NULL, 'IPAY2023/02/6186', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6614, '2023-02-23 07:09:29', 6167, NULL, NULL, 'IPAY2023/02/6187', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6615, '2023-02-23 07:13:36', 6168, NULL, NULL, 'IPAY2023/02/6188', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6616, '2023-02-23 07:36:17', 6169, NULL, NULL, 'IPAY2023/02/6189', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6617, '2023-02-23 07:45:19', 6170, NULL, NULL, 'IPAY2023/02/6190', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6618, '2023-02-23 08:14:09', 6171, NULL, NULL, 'IPAY2023/02/6191', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6619, '2023-02-23 08:45:40', 6172, NULL, NULL, 'IPAY2023/02/6192', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6620, '2023-02-23 08:46:10', 6173, NULL, NULL, 'IPAY2023/02/6193', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6621, '2023-02-23 09:13:41', 6174, NULL, NULL, 'IPAY2023/02/6194', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6622, '2023-02-23 10:23:06', 6175, NULL, NULL, 'IPAY2023/02/6195', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6623, '2023-02-23 11:40:51', 6176, NULL, NULL, 'IPAY2023/02/6196', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6624, '2023-02-23 12:15:40', 6177, NULL, NULL, 'IPAY2023/02/6197', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6625, '2023-02-23 12:46:02', 6178, NULL, NULL, 'IPAY2023/02/6198', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '100.0000', '83.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6626, '2023-02-23 13:10:31', 6179, NULL, NULL, 'IPAY2023/02/6199', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6627, '2023-02-23 13:25:27', 6180, NULL, NULL, 'IPAY2023/02/6200', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6628, '2023-02-23 13:55:34', 6181, NULL, NULL, 'IPAY2023/02/6201', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6629, '2023-02-23 14:24:22', 6182, NULL, NULL, 'IPAY2023/02/6202', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6630, '2023-02-23 15:10:22', 6183, NULL, NULL, 'IPAY2023/02/6203', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6631, '2023-02-23 15:33:10', 6184, NULL, NULL, 'IPAY2023/02/6204', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6632, '2023-02-23 16:37:46', 6185, NULL, NULL, 'IPAY2023/02/6205', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6633, '2023-02-23 16:38:36', 6186, NULL, NULL, 'IPAY2023/02/6206', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6634, '2023-02-23 17:08:24', 6187, NULL, NULL, 'IPAY2023/02/6207', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6635, '2023-02-23 17:18:43', 6188, NULL, NULL, 'IPAY2023/02/6208', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6636, '2023-02-23 17:20:38', 6189, NULL, NULL, 'IPAY2023/02/6209', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6637, '2023-02-23 17:32:16', 6190, NULL, NULL, 'IPAY2023/02/6210', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '100.0000', '16.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6638, '2023-02-23 17:36:08', 6191, NULL, NULL, 'IPAY2023/02/6211', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6639, '2023-02-23 17:43:51', 6192, NULL, NULL, 'IPAY2023/02/6212', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6640, '2023-02-23 17:52:04', 6193, NULL, NULL, 'IPAY2023/02/6213', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6641, '2023-02-23 18:21:02', 6194, NULL, NULL, 'IPAY2023/02/6214', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6642, '2023-02-23 18:27:47', 6195, NULL, NULL, 'IPAY2023/02/6215', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6643, '2023-02-23 19:05:37', 6196, NULL, NULL, 'IPAY2023/02/6216', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6644, '2023-02-23 19:48:15', 6197, NULL, NULL, 'IPAY2023/02/6217', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6645, '2023-02-23 19:49:45', 6198, NULL, NULL, 'IPAY2023/02/6218', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6646, '2023-02-24 06:43:39', 6199, NULL, NULL, 'IPAY2023/02/6219', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6647, '2023-02-24 06:56:36', 6200, NULL, NULL, 'IPAY2023/02/6220', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6648, '2023-02-24 07:48:16', 6201, NULL, NULL, 'IPAY2023/02/6221', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '84.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6649, '2023-02-24 08:19:58', 6202, NULL, NULL, 'IPAY2023/02/6222', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6650, '2023-02-24 09:06:14', 6203, NULL, NULL, 'IPAY2023/02/6223', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6651, '2023-02-24 09:12:18', 6204, NULL, NULL, 'IPAY2023/02/6224', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6652, '2023-02-24 09:15:05', 6205, NULL, NULL, 'IPAY2023/02/6225', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6653, '2023-02-24 09:53:13', 6206, NULL, NULL, 'IPAY2023/02/6226', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6654, '2023-02-24 09:56:44', 6207, NULL, NULL, 'IPAY2023/02/6227', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6655, '2023-02-24 09:57:47', 6208, NULL, NULL, 'IPAY2023/02/6228', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '100.0000', '85.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6656, '2023-02-24 10:29:51', 6209, NULL, NULL, 'IPAY2023/02/6229', NULL, 'cash', '', '', '', '', '', '', '92.0000', NULL, 7, NULL, 'received', '', '92.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6657, '2023-02-24 10:35:47', 6210, NULL, NULL, 'IPAY2023/02/6230', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6658, '2023-02-24 10:53:18', 6211, NULL, NULL, 'IPAY2023/02/6231', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6659, '2023-02-24 10:53:36', 6212, NULL, NULL, 'IPAY2023/02/6232', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6660, '2023-02-24 11:02:17', 6213, NULL, NULL, 'IPAY2023/02/6233', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6661, '2023-02-24 11:14:00', NULL, NULL, 495, 'POP2023/02/0452', NULL, 'cash', '', '', '', '', '', 'Visa', '35.4000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6662, '2023-02-24 12:05:03', 6214, NULL, NULL, 'IPAY2023/02/6234', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '100.0000', '87.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6663, '2023-02-24 13:24:07', 6215, NULL, NULL, 'IPAY2023/02/6235', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6664, '2023-02-24 14:15:56', 6216, NULL, NULL, 'IPAY2023/02/6236', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6665, '2023-02-24 14:30:45', 6217, NULL, NULL, 'IPAY2023/02/6237', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6666, '2023-02-24 14:44:35', 6218, NULL, NULL, 'IPAY2023/02/6238', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6667, '2023-02-24 15:11:39', 6219, NULL, NULL, 'IPAY2023/02/6239', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6668, '2023-02-24 15:58:01', 6220, NULL, NULL, 'IPAY2023/02/6240', NULL, 'cash', '', '', '', '', '', '', '3.7500', NULL, 7, NULL, 'received', '', '10.0000', '6.2500', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6669, '2023-02-24 16:26:54', 6221, NULL, NULL, 'IPAY2023/02/6241', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6670, '2023-02-24 16:36:21', 6222, NULL, NULL, 'IPAY2023/02/6242', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6671, '2023-02-24 16:38:27', 6223, NULL, NULL, 'IPAY2023/02/6243', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6672, '2023-02-24 17:12:30', 6224, NULL, NULL, 'IPAY2023/02/6244', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6673, '2023-02-24 17:12:59', 6225, NULL, NULL, 'IPAY2023/02/6245', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6674, '2023-02-24 17:29:05', 6226, NULL, NULL, 'IPAY2023/02/6246', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6675, '2023-02-24 17:40:58', 6227, NULL, NULL, 'IPAY2023/02/6247', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6676, '2023-02-24 18:14:31', 6228, NULL, NULL, 'IPAY2023/02/6248', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6677, '2023-02-24 18:22:05', 6229, NULL, NULL, 'IPAY2023/02/6249', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6678, '2023-02-24 18:50:57', 6230, NULL, NULL, 'IPAY2023/02/6250', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6679, '2023-02-25 07:01:42', 6231, NULL, NULL, 'IPAY2023/02/6251', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6680, '2023-02-25 07:26:10', 6232, NULL, NULL, 'IPAY2023/02/6252', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '100.0000', '49.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6681, '2023-02-25 07:28:00', 6233, NULL, NULL, 'IPAY2023/02/6253', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6682, '2023-02-25 07:28:38', 6234, NULL, NULL, 'IPAY2023/02/6254', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6683, '2023-02-25 07:29:13', 6235, NULL, NULL, 'IPAY2023/02/6255', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6684, '2023-02-25 07:32:07', 6236, NULL, NULL, 'IPAY2023/02/6256', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6685, '2023-02-25 07:45:37', 6237, NULL, NULL, 'IPAY2023/02/6257', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6686, '2023-02-25 07:49:47', 6238, NULL, NULL, 'IPAY2023/02/6258', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6687, '2023-02-25 07:51:28', 6239, NULL, NULL, 'IPAY2023/02/6259', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6688, '2023-02-25 07:59:00', 6240, NULL, NULL, 'IPAY2023/02/6260', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6689, '2023-02-25 08:02:56', 6241, NULL, NULL, 'IPAY2023/02/6261', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6690, '2023-02-25 08:09:32', 6242, NULL, NULL, 'IPAY2023/02/6262', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6691, '2023-02-25 08:23:17', 6243, NULL, NULL, 'IPAY2023/02/6263', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6692, '2023-02-25 08:43:35', 6244, NULL, NULL, 'IPAY2023/02/6264', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6693, '2023-02-25 09:10:41', 6245, NULL, NULL, 'IPAY2023/02/6265', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '100.0000', '78.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6694, '2023-02-25 09:55:09', 6246, NULL, NULL, 'IPAY2023/02/6266', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6695, '2023-02-25 10:21:21', 6247, NULL, NULL, 'IPAY2023/02/6267', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6696, '2023-02-25 10:47:20', 6248, NULL, NULL, 'IPAY2023/02/6268', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '50.0000', '27.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6697, '2023-02-25 10:50:43', 6249, NULL, NULL, 'IPAY2023/02/6269', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6698, '2023-02-25 11:06:59', 6250, NULL, NULL, 'IPAY2023/02/6270', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6699, '2023-02-25 11:33:08', 6251, NULL, NULL, 'IPAY2023/02/6271', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6700, '2023-02-25 11:43:47', 6252, NULL, NULL, 'IPAY2023/02/6272', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6701, '2023-02-25 11:56:47', 6253, NULL, NULL, 'IPAY2023/02/6273', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6702, '2023-02-25 11:58:40', 6254, NULL, NULL, 'IPAY2023/02/6274', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6703, '2023-02-25 13:05:41', 6255, NULL, NULL, 'IPAY2023/02/6275', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6704, '2023-02-25 13:06:59', 6256, NULL, NULL, 'IPAY2023/02/6276', NULL, 'cash', '', '', '', '', '', '', '88.0000', NULL, 7, NULL, 'received', '', '88.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6705, '2023-02-25 13:07:36', 6257, NULL, NULL, 'IPAY2023/02/6277', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6706, '2023-02-25 13:25:25', 6258, NULL, NULL, 'IPAY2023/02/6278', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6707, '2023-02-25 13:30:01', 6259, NULL, NULL, 'IPAY2023/02/6279', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6708, '2023-02-25 14:13:39', 6260, NULL, NULL, 'IPAY2023/02/6280', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6709, '2023-02-25 14:23:09', 6261, NULL, NULL, 'IPAY2023/02/6281', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6710, '2023-02-25 14:36:03', 6262, NULL, NULL, 'IPAY2023/02/6282', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '100.0000', '68.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6711, '2023-02-25 14:52:54', 6263, NULL, NULL, 'IPAY2023/02/6283', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6712, '2023-02-25 15:53:23', 6264, NULL, NULL, 'IPAY2023/02/6284', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6713, '2023-02-25 16:19:58', 6265, NULL, NULL, 'IPAY2023/02/6285', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6714, '2023-02-25 16:37:31', 6266, NULL, NULL, 'IPAY2023/02/6286', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6715, '2023-02-25 16:46:18', 6267, NULL, NULL, 'IPAY2023/02/6287', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6716, '2023-02-25 16:47:58', 6268, NULL, NULL, 'IPAY2023/02/6288', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6717, '2023-02-25 16:56:15', 6269, NULL, NULL, 'IPAY2023/02/6289', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6718, '2023-02-25 16:58:21', 6270, NULL, NULL, 'IPAY2023/02/6290', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6719, '2023-02-25 17:04:49', 6271, NULL, NULL, 'IPAY2023/02/6291', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6720, '2023-02-25 17:06:27', 6272, NULL, NULL, 'IPAY2023/02/6292', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '30.0000', '9.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6721, '2023-02-25 17:08:27', 6273, NULL, NULL, 'IPAY2023/02/6293', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6722, '2023-02-25 17:08:47', 6274, NULL, NULL, 'IPAY2023/02/6294', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6723, '2023-02-25 17:12:06', 6275, NULL, NULL, 'IPAY2023/02/6295', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6724, '2023-02-25 17:47:51', 6276, NULL, NULL, 'IPAY2023/02/6296', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6725, '2023-02-25 18:15:12', 6277, NULL, NULL, 'IPAY2023/02/6297', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6726, '2023-02-25 18:31:05', 6278, NULL, NULL, 'IPAY2023/02/6298', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6727, '2023-02-25 18:49:36', 6279, NULL, NULL, 'IPAY2023/02/6299', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6728, '2023-02-25 18:54:04', 6280, NULL, NULL, 'IPAY2023/02/6300', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6729, '2023-02-25 18:59:38', 6281, NULL, NULL, 'IPAY2023/02/6301', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6730, '2023-02-25 19:18:11', 6282, NULL, NULL, 'IPAY2023/02/6302', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6731, '2023-02-26 06:46:19', 6283, NULL, NULL, 'IPAY2023/02/6303', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6732, '2023-02-26 07:35:26', 6284, NULL, NULL, 'IPAY2023/02/6304', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6733, '2023-02-26 07:36:57', 6285, NULL, NULL, 'IPAY2023/02/6305', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6734, '2023-02-26 07:44:07', 6286, NULL, NULL, 'IPAY2023/02/6306', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6735, '2023-02-26 07:48:27', 6287, NULL, NULL, 'IPAY2023/02/6307', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6736, '2023-02-26 09:26:03', 6288, NULL, NULL, 'IPAY2023/02/6308', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6737, '2023-02-26 09:51:03', 6289, NULL, NULL, 'IPAY2023/02/6309', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '100.0000', '75.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6738, '2023-02-26 10:22:03', 6290, NULL, NULL, 'IPAY2023/02/6310', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '100.0000', '94.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6739, '2023-02-26 10:41:45', 6291, NULL, NULL, 'IPAY2023/02/6311', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6740, '2023-02-26 11:42:15', 6292, NULL, NULL, 'IPAY2023/02/6312', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6741, '2023-02-26 12:20:19', 6293, NULL, NULL, 'IPAY2023/02/6313', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6742, '2023-02-26 12:28:22', 6294, NULL, NULL, 'IPAY2023/02/6314', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6743, '2023-02-26 12:30:21', 6295, NULL, NULL, 'IPAY2023/02/6315', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6744, '2023-02-26 12:41:33', 6296, NULL, NULL, 'IPAY2023/02/6316', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6745, '2023-02-26 12:46:13', 6297, NULL, NULL, 'IPAY2023/02/6317', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6746, '2023-02-26 13:05:09', 6298, NULL, NULL, 'IPAY2023/02/6318', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6747, '2023-02-26 13:18:10', 6299, NULL, NULL, 'IPAY2023/02/6319', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6748, '2023-02-26 13:31:35', 6300, NULL, NULL, 'IPAY2023/02/6320', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6749, '2023-02-26 13:53:00', 6301, NULL, NULL, 'IPAY2023/02/6321', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6750, '2023-02-26 14:33:38', 6302, NULL, NULL, 'IPAY2023/02/6322', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6751, '2023-02-26 15:39:02', 6303, NULL, NULL, 'IPAY2023/02/6323', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6752, '2023-02-26 15:39:32', 6304, NULL, NULL, 'IPAY2023/02/6324', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6753, '2023-02-26 15:48:51', 6305, NULL, NULL, 'IPAY2023/02/6325', NULL, 'cash', '', '', '', '', '', '', '76.5000', NULL, 7, NULL, 'received', '', '100.0000', '23.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6754, '2023-02-26 15:50:52', 6306, NULL, NULL, 'IPAY2023/02/6326', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '15.0000', '2.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6755, '2023-02-26 16:33:31', 6307, NULL, NULL, 'IPAY2023/02/6327', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6756, '2023-02-26 17:05:43', 6308, NULL, NULL, 'IPAY2023/02/6328', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6757, '2023-02-26 17:06:10', 6309, NULL, NULL, 'IPAY2023/02/6329', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6758, '2023-02-26 17:16:39', 6310, NULL, NULL, 'IPAY2023/02/6330', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '50.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6759, '2023-02-26 17:17:02', 6311, NULL, NULL, 'IPAY2023/02/6331', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6760, '2023-02-26 17:19:09', 6312, NULL, NULL, 'IPAY2023/02/6332', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6761, '2023-02-26 17:25:40', 6313, NULL, NULL, 'IPAY2023/02/6333', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6762, '2023-02-26 17:51:06', 6314, NULL, NULL, 'IPAY2023/02/6334', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6763, '2023-02-26 19:06:49', 6315, NULL, NULL, 'IPAY2023/02/6335', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '30.0000', '5.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6764, '2023-02-26 19:09:35', 6316, NULL, NULL, 'IPAY2023/02/6336', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6765, '2023-02-26 19:22:40', 6317, NULL, NULL, 'IPAY2023/02/6337', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6766, '2023-02-26 19:34:43', 6318, NULL, NULL, 'IPAY2023/02/6338', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6767, '2023-02-26 19:40:29', 6319, NULL, NULL, 'IPAY2023/02/6339', NULL, 'cash', '', '', '', '', '', '', '3.7500', NULL, 7, NULL, 'received', '', '5.0000', '1.2500', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6768, '2023-02-26 19:42:06', 6320, NULL, NULL, 'IPAY2023/02/6340', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6769, '2023-02-26 19:45:22', 6321, NULL, NULL, 'IPAY2023/02/6341', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '47.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6770, '2023-02-26 19:55:32', 6322, NULL, NULL, 'IPAY2023/02/6342', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '42.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6771, '2023-02-27 05:47:19', 6323, NULL, NULL, 'IPAY2023/02/6343', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6772, '2023-02-27 06:11:54', 6324, NULL, NULL, 'IPAY2023/02/6344', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6773, '2023-02-27 06:21:15', 6325, NULL, NULL, 'IPAY2023/02/6345', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6774, '2023-02-27 06:30:32', 6326, NULL, NULL, 'IPAY2023/02/6346', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6775, '2023-02-27 06:33:57', 6327, NULL, NULL, 'IPAY2023/02/6347', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6776, '2023-02-27 06:46:49', 6328, NULL, NULL, 'IPAY2023/02/6348', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6777, '2023-02-27 07:26:29', 6329, NULL, NULL, 'IPAY2023/02/6349', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6778, '2023-02-27 07:43:48', 6330, NULL, NULL, 'IPAY2023/02/6350', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6779, '2023-02-27 07:57:36', 6331, NULL, NULL, 'IPAY2023/02/6351', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6780, '2023-02-27 08:22:40', 6332, NULL, NULL, 'IPAY2023/02/6352', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6781, '2023-02-27 08:32:29', 6333, NULL, NULL, 'IPAY2023/02/6353', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6782, '2023-02-27 08:34:47', 6334, NULL, NULL, 'IPAY2023/02/6354', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6783, '2023-02-27 09:45:00', NULL, NULL, 497, 'POP2023/02/0453', NULL, 'cash', '', '', '', '', '', 'Visa', '167.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6784, '2023-02-27 09:45:00', NULL, NULL, 496, 'POP2023/02/0454', NULL, 'cash', '', '', '', '', '', 'Visa', '125.4500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6785, '2023-03-02 12:56:00', NULL, NULL, 499, 'POP2023/03/0455', NULL, 'cash', '', '', '', '', '', 'Visa', '78.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6786, '2023-03-02 12:57:00', NULL, NULL, 498, 'POP2023/03/0456', NULL, 'cash', '', '', '', '', '', 'Visa', '560.1000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6787, '2023-03-02 12:57:43', 6335, NULL, NULL, 'IPAY2023/03/6355', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6788, '2023-03-02 13:02:16', 6336, NULL, NULL, 'IPAY2023/03/6356', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6789, '2023-03-02 13:06:40', 6337, NULL, NULL, 'IPAY2023/03/6357', NULL, 'cash', '', '', '', '', '', '', '130.5000', NULL, 7, NULL, 'received', '', '130.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6790, '2023-03-02 13:12:25', 6338, NULL, NULL, 'IPAY2023/03/6358', NULL, 'cash', '', '', '', '', '', '', '137.0000', NULL, 7, NULL, 'received', '', '137.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6791, '2023-03-02 13:17:44', 6339, NULL, NULL, 'IPAY2023/03/6359', NULL, 'cash', '', '', '', '', '', '', '252.0000', NULL, 7, NULL, 'received', '', '252.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6792, '2023-03-02 13:21:13', 6340, NULL, NULL, 'IPAY2023/03/6360', NULL, 'cash', '', '', '', '', '', '', '211.0000', NULL, 7, NULL, 'received', '', '211.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6793, '2023-03-02 13:29:03', 6341, NULL, NULL, 'IPAY2023/03/6361', NULL, 'cash', '', '', '', '', '', '', '73.0000', NULL, 7, NULL, 'received', '', '73.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6794, '2023-03-02 13:35:26', 6342, NULL, NULL, 'IPAY2023/03/6362', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6795, '2023-03-02 14:13:07', 6343, NULL, NULL, 'IPAY2023/03/6363', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6796, '2023-03-02 14:14:33', 6344, NULL, NULL, 'IPAY2023/03/6364', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6797, '2023-03-02 14:16:20', 6345, NULL, NULL, 'IPAY2023/03/6365', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6798, '2023-03-02 14:19:59', 6346, NULL, NULL, 'IPAY2023/03/6366', NULL, 'cash', '', '', '', '', '', '', '177.0000', NULL, 7, NULL, 'received', '', '177.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6799, '2023-03-02 14:28:01', 6347, NULL, NULL, 'IPAY2023/03/6367', NULL, 'cash', '', '', '', '', '', '', '297.0000', NULL, 7, NULL, 'received', '', '297.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6800, '2023-03-02 14:29:46', 6348, NULL, NULL, 'IPAY2023/03/6368', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6801, '2023-03-02 14:35:29', 6349, NULL, NULL, 'IPAY2023/03/6369', NULL, 'cash', '', '', '', '', '', '', '256.7500', NULL, 7, NULL, 'received', '', '256.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6802, '2023-03-02 14:38:15', 6350, NULL, NULL, 'IPAY2023/03/6370', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6803, '2023-03-02 14:44:05', 6351, NULL, NULL, 'IPAY2023/03/6371', NULL, 'cash', '', '', '', '', '', '', '398.5000', NULL, 7, NULL, 'received', '', '398.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6804, '2023-03-02 14:45:54', 6352, NULL, NULL, 'IPAY2023/03/6372', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6805, '2023-03-02 14:50:01', 6353, NULL, NULL, 'IPAY2023/03/6373', NULL, 'cash', '', '', '', '', '', '', '294.5000', NULL, 7, NULL, 'received', '', '294.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6806, '2023-03-02 14:50:30', 6354, NULL, NULL, 'IPAY2023/03/6374', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6807, '2023-03-02 14:51:36', 6355, NULL, NULL, 'IPAY2023/03/6375', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6808, '2023-03-02 14:54:34', 6356, NULL, NULL, 'IPAY2023/03/6376', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6809, '2023-03-02 14:55:26', 6357, NULL, NULL, 'IPAY2023/03/6377', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6810, '2023-03-02 15:02:00', NULL, NULL, 500, 'POP2023/03/0457', NULL, 'cash', '', '', '', '', '', 'Visa', '184.7083', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6811, '2023-03-02 15:02:40', 6358, NULL, NULL, 'IPAY2023/03/6378', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6812, '2023-03-02 15:07:00', NULL, NULL, 501, 'POP2023/03/0458', NULL, 'cash', '', '', '', '', '', 'Visa', '2002.9200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6813, '2023-03-02 15:10:00', NULL, NULL, 502, 'POP2023/03/0459', NULL, 'cash', '', '', '', '', '', 'Visa', '540.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6814, '2023-03-02 15:12:25', 6359, NULL, NULL, 'IPAY2023/03/6379', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6815, '2023-03-02 15:19:17', 6360, NULL, NULL, 'IPAY2023/03/6380', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6816, '2023-03-02 15:20:59', 6361, NULL, NULL, 'IPAY2023/03/6381', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6817, '2023-03-02 15:23:30', 6362, NULL, NULL, 'IPAY2023/03/6382', NULL, 'cash', '', '', '', '', '', '', '135.5000', NULL, 7, NULL, 'received', '', '135.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6818, '2023-03-02 15:24:42', 6363, NULL, NULL, 'IPAY2023/03/6383', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6819, '2023-03-02 15:25:31', 6364, NULL, NULL, 'IPAY2023/03/6384', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6820, '2023-03-02 15:28:02', 6365, NULL, NULL, 'IPAY2023/03/6385', NULL, 'cash', '', '', '', '', '', '', '152.5000', NULL, 7, NULL, 'received', '', '152.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6821, '2023-03-02 15:30:01', 6366, NULL, NULL, 'IPAY2023/03/6386', NULL, 'cash', '', '', '', '', '', '', '103.0000', NULL, 7, NULL, 'received', '', '103.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6822, '2023-03-02 15:31:00', NULL, NULL, 503, 'POP2023/03/0460', NULL, 'cash', '', '', '', '', '', 'Visa', '397.4300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6823, '2023-03-02 15:33:00', NULL, NULL, 504, 'POP2023/03/0461', NULL, 'cash', '', '', '', '', '', 'Visa', '170.0400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6824, '2023-03-02 15:34:48', 6367, NULL, NULL, 'IPAY2023/03/6387', NULL, 'cash', '', '', '', '', '', '', '109.0000', NULL, 7, NULL, 'received', '', '109.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6825, '2023-03-02 15:39:13', 6368, NULL, NULL, 'IPAY2023/03/6388', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6826, '2023-03-02 15:43:04', 6369, NULL, NULL, 'IPAY2023/03/6389', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '100.0000', '87.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6827, '2023-03-02 16:14:00', NULL, NULL, 500, 'POP2023/03/0462', NULL, 'cash', '', '', '', '', '', 'Visa', '28.4162', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6828, '2023-03-02 16:22:00', 6370, NULL, NULL, 'IPAY2023/03/6390', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6829, '2023-03-02 16:58:26', 6371, NULL, NULL, 'IPAY2023/03/6391', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6830, '2023-03-02 17:06:34', 6372, NULL, NULL, 'IPAY2023/03/6392', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6831, '2023-03-02 17:08:08', 6373, NULL, NULL, 'IPAY2023/03/6393', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6832, '2023-03-02 17:45:34', 6374, NULL, NULL, 'IPAY2023/03/6394', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6833, '2023-03-02 18:07:34', 6375, NULL, NULL, 'IPAY2023/03/6395', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6834, '2023-03-02 18:51:07', 6376, NULL, NULL, 'IPAY2023/03/6396', NULL, 'cash', '', '', '', '', '', '', '113.0000', NULL, 7, NULL, 'received', '', '113.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6835, '2023-03-02 19:03:30', 6377, NULL, NULL, 'IPAY2023/03/6397', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6836, '2023-03-03 06:12:14', 6378, NULL, NULL, 'IPAY2023/03/6398', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6837, '2023-03-03 06:49:48', 6379, NULL, NULL, 'IPAY2023/03/6399', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6838, '2023-03-03 06:51:04', 6380, NULL, NULL, 'IPAY2023/03/6400', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6839, '2023-03-03 06:52:56', 6381, NULL, NULL, 'IPAY2023/03/6401', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6840, '2023-03-03 06:54:25', 6382, NULL, NULL, 'IPAY2023/03/6402', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6841, '2023-03-03 06:55:03', 6383, NULL, NULL, 'IPAY2023/03/6403', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6842, '2023-03-03 06:55:41', 6384, NULL, NULL, 'IPAY2023/03/6404', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6843, '2023-03-03 06:56:26', 6385, NULL, NULL, 'IPAY2023/03/6405', NULL, 'cash', '', '', '', '', '', '', '52.5000', NULL, 7, NULL, 'received', '', '52.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6844, '2023-03-03 06:56:58', 6386, NULL, NULL, 'IPAY2023/03/6406', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6845, '2023-03-03 08:06:55', 6387, NULL, NULL, 'IPAY2023/03/6407', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6846, '2023-03-03 08:09:27', 6388, NULL, NULL, 'IPAY2023/03/6408', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6847, '2023-03-03 08:14:02', 6389, NULL, NULL, 'IPAY2023/03/6409', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6848, '2023-03-03 08:26:00', NULL, NULL, 505, 'POP2023/03/0463', NULL, 'cash', '', '', '', '', '', 'Visa', '1218.0898', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6849, '2023-03-03 08:33:54', 6390, NULL, NULL, 'IPAY2023/03/6410', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6850, '2023-03-03 08:37:00', NULL, NULL, 506, 'POP2023/03/0464', NULL, 'cash', '', '', '', '', '', 'Visa', '522.2399', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6851, '2023-03-03 08:58:07', 6391, NULL, NULL, 'IPAY2023/03/6411', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6852, '2023-03-03 09:48:39', 6392, NULL, NULL, 'IPAY2023/03/6412', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6853, '2023-03-03 11:15:53', 6393, NULL, NULL, 'IPAY2023/03/6413', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6854, '2023-03-03 11:34:52', 6394, NULL, NULL, 'IPAY2023/03/6414', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6855, '2023-03-03 11:53:13', 6395, NULL, NULL, 'IPAY2023/03/6415', NULL, 'cash', '', '', '', '', '', '', '116.5000', NULL, 7, NULL, 'received', '', '116.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6856, '2023-03-03 12:57:24', 6396, NULL, NULL, 'IPAY2023/03/6416', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6857, '2023-03-03 13:20:17', 6397, NULL, NULL, 'IPAY2023/03/6417', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6858, '2023-03-03 14:41:27', 6398, NULL, NULL, 'IPAY2023/03/6418', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6859, '2023-03-03 15:17:13', 6399, NULL, NULL, 'IPAY2023/03/6419', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6860, '2023-03-03 16:27:30', 6400, NULL, NULL, 'IPAY2023/03/6420', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6861, '2023-03-03 16:36:00', 6401, NULL, NULL, 'IPAY2023/03/6421', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '38.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6862, '2023-03-03 16:39:58', 6402, NULL, NULL, 'IPAY2023/03/6422', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6863, '2023-03-03 16:51:15', 6403, NULL, NULL, 'IPAY2023/03/6423', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6864, '2023-03-03 16:58:32', 6404, NULL, NULL, 'IPAY2023/03/6424', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6865, '2023-03-03 17:19:44', 6405, NULL, NULL, 'IPAY2023/03/6425', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6866, '2023-03-03 17:28:40', 6406, NULL, NULL, 'IPAY2023/03/6426', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6867, '2023-03-03 17:37:33', 6407, NULL, NULL, 'IPAY2023/03/6427', NULL, 'cash', '', '', '', '', '', '', '56.5000', NULL, 7, NULL, 'received', '', '56.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6868, '2023-03-03 17:49:02', 6408, NULL, NULL, 'IPAY2023/03/6428', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6869, '2023-03-03 18:04:17', 6409, NULL, NULL, 'IPAY2023/03/6429', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6870, '2023-03-03 18:08:20', 6410, NULL, NULL, 'IPAY2023/03/6430', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6871, '2023-03-03 18:27:14', 6411, NULL, NULL, 'IPAY2023/03/6431', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6872, '2023-03-03 18:32:04', 6412, NULL, NULL, 'IPAY2023/03/6432', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6873, '2023-03-03 19:16:55', 6413, NULL, NULL, 'IPAY2023/03/6433', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6874, '2023-03-03 19:28:23', 6414, NULL, NULL, 'IPAY2023/03/6434', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6875, '2023-03-03 19:43:46', 6415, NULL, NULL, 'IPAY2023/03/6435', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6876, '2023-03-04 05:45:27', 6416, NULL, NULL, 'IPAY2023/03/6436', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6877, '2023-03-04 06:23:14', 6417, NULL, NULL, 'IPAY2023/03/6437', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6878, '2023-03-04 06:41:05', 6418, NULL, NULL, 'IPAY2023/03/6438', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6879, '2023-03-04 06:45:58', 6419, NULL, NULL, 'IPAY2023/03/6439', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6880, '2023-03-04 08:14:28', 6420, NULL, NULL, 'IPAY2023/03/6440', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6881, '2023-03-04 09:28:55', 6421, NULL, NULL, 'IPAY2023/03/6441', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6882, '2023-03-04 09:38:34', 6422, NULL, NULL, 'IPAY2023/03/6442', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6883, '2023-03-04 10:17:26', 6423, NULL, NULL, 'IPAY2023/03/6443', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6884, '2023-03-04 10:32:05', 6424, NULL, NULL, 'IPAY2023/03/6444', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6885, '2023-03-04 10:40:36', 6425, NULL, NULL, 'IPAY2023/03/6445', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6886, '2023-03-04 10:43:32', 6426, NULL, NULL, 'IPAY2023/03/6446', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6887, '2023-03-04 10:59:32', 6427, NULL, NULL, 'IPAY2023/03/6447', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6888, '2023-03-04 11:03:38', 6428, NULL, NULL, 'IPAY2023/03/6448', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6889, '2023-03-04 11:11:40', 6429, NULL, NULL, 'IPAY2023/03/6449', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6890, '2023-03-04 11:13:32', 6430, NULL, NULL, 'IPAY2023/03/6450', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6891, '2023-03-04 11:26:08', 6431, NULL, NULL, 'IPAY2023/03/6451', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6892, '2023-03-04 12:03:27', 6432, NULL, NULL, 'IPAY2023/03/6452', NULL, 'cash', '', '', '', '', '', '', '351.0000', NULL, 7, NULL, 'received', '', '351.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6893, '2023-03-04 12:05:41', 6433, NULL, NULL, 'IPAY2023/03/6453', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6894, '2023-03-04 12:38:43', 6434, NULL, NULL, 'IPAY2023/03/6454', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6895, '2023-03-04 13:39:43', 6435, NULL, NULL, 'IPAY2023/03/6455', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6896, '2023-03-04 13:45:20', 6436, NULL, NULL, 'IPAY2023/03/6456', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6897, '2023-03-04 14:14:23', 6437, NULL, NULL, 'IPAY2023/03/6457', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6898, '2023-03-04 14:52:58', 6438, NULL, NULL, 'IPAY2023/03/6458', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6899, '2023-03-04 14:54:11', 6439, NULL, NULL, 'IPAY2023/03/6459', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6900, '2023-03-04 14:55:17', 6440, NULL, NULL, 'IPAY2023/03/6460', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6901, '2023-03-04 14:56:52', 6441, NULL, NULL, 'IPAY2023/03/6461', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6902, '2023-03-04 15:03:23', 6442, NULL, NULL, 'IPAY2023/03/6462', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '200.0000', '188.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6903, '2023-03-04 15:04:00', 6443, NULL, NULL, 'IPAY2023/03/6463', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6904, '2023-03-04 15:08:38', 6444, NULL, NULL, 'IPAY2023/03/6464', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6905, '2023-03-04 15:44:00', 6445, NULL, NULL, 'IPAY2023/03/6465', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6906, '2023-03-04 15:44:42', 6446, NULL, NULL, 'IPAY2023/03/6466', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6907, '2023-03-04 15:48:53', 6447, NULL, NULL, 'IPAY2023/03/6467', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6908, '2023-03-04 16:07:55', 6448, NULL, NULL, 'IPAY2023/03/6468', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6909, '2023-03-04 16:41:46', 6449, NULL, NULL, 'IPAY2023/03/6469', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6910, '2023-03-04 17:07:46', 6450, NULL, NULL, 'IPAY2023/03/6470', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6911, '2023-03-04 17:11:46', 6451, NULL, NULL, 'IPAY2023/03/6471', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6912, '2023-03-04 17:14:37', 6452, NULL, NULL, 'IPAY2023/03/6472', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6913, '2023-03-04 17:31:46', 6453, NULL, NULL, 'IPAY2023/03/6473', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6914, '2023-03-04 18:03:02', 6454, NULL, NULL, 'IPAY2023/03/6474', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6915, '2023-03-04 18:09:21', 6455, NULL, NULL, 'IPAY2023/03/6475', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6916, '2023-03-04 18:17:53', 6456, NULL, NULL, 'IPAY2023/03/6476', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6917, '2023-03-04 18:23:35', 6457, NULL, NULL, 'IPAY2023/03/6477', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6918, '2023-03-04 18:47:58', 6458, NULL, NULL, 'IPAY2023/03/6478', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6919, '2023-03-04 19:27:49', 6459, NULL, NULL, 'IPAY2023/03/6479', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6920, '2023-03-05 06:26:36', 6460, NULL, NULL, 'IPAY2023/03/6480', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6921, '2023-03-05 06:40:01', 6461, NULL, NULL, 'IPAY2023/03/6481', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6922, '2023-03-05 06:49:29', 6462, NULL, NULL, 'IPAY2023/03/6482', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6923, '2023-03-05 08:18:30', 6463, NULL, NULL, 'IPAY2023/03/6483', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6924, '2023-03-05 08:49:08', 6464, NULL, NULL, 'IPAY2023/03/6484', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6925, '2023-03-05 08:58:25', 6465, NULL, NULL, 'IPAY2023/03/6485', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6926, '2023-03-05 09:06:05', 6466, NULL, NULL, 'IPAY2023/03/6486', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6927, '2023-03-05 09:18:11', 6467, NULL, NULL, 'IPAY2023/03/6487', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6928, '2023-03-05 09:56:12', 6468, NULL, NULL, 'IPAY2023/03/6488', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6929, '2023-03-05 10:45:25', 6469, NULL, NULL, 'IPAY2023/03/6489', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6930, '2023-03-05 11:02:38', 6470, NULL, NULL, 'IPAY2023/03/6490', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6931, '2023-03-05 11:11:59', 6471, NULL, NULL, 'IPAY2023/03/6491', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6932, '2023-03-05 12:48:40', 6472, NULL, NULL, 'IPAY2023/03/6492', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6933, '2023-03-05 13:11:23', 6473, NULL, NULL, 'IPAY2023/03/6493', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6934, '2023-03-05 13:21:59', 6474, NULL, NULL, 'IPAY2023/03/6494', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6935, '2023-03-05 13:23:15', 6475, NULL, NULL, 'IPAY2023/03/6495', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6936, '2023-03-05 13:51:00', 6476, NULL, NULL, 'IPAY2023/03/6496', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6937, '2023-03-05 15:01:42', 6477, NULL, NULL, 'IPAY2023/03/6497', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6938, '2023-03-05 15:17:12', 6478, NULL, NULL, 'IPAY2023/03/6498', NULL, 'cash', '', '', '', '', '', '', '61.0000', NULL, 7, NULL, 'received', '', '61.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6939, '2023-03-05 15:29:12', 6479, NULL, NULL, 'IPAY2023/03/6499', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6940, '2023-03-05 15:35:31', 6480, NULL, NULL, 'IPAY2023/03/6500', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6941, '2023-03-05 16:15:05', 6481, NULL, NULL, 'IPAY2023/03/6501', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6942, '2023-03-05 16:31:05', 6482, NULL, NULL, 'IPAY2023/03/6502', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6943, '2023-03-05 17:05:19', 6483, NULL, NULL, 'IPAY2023/03/6503', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6944, '2023-03-05 17:23:01', 6484, NULL, NULL, 'IPAY2023/03/6504', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6945, '2023-03-05 17:44:15', 6485, NULL, NULL, 'IPAY2023/03/6505', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6946, '2023-03-05 17:57:12', 6486, NULL, NULL, 'IPAY2023/03/6506', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6947, '2023-03-05 18:03:39', 6487, NULL, NULL, 'IPAY2023/03/6507', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6948, '2023-03-05 18:14:43', 6488, NULL, NULL, 'IPAY2023/03/6508', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6949, '2023-03-05 18:30:04', 6489, NULL, NULL, 'IPAY2023/03/6509', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6950, '2023-03-05 18:36:19', 6490, NULL, NULL, 'IPAY2023/03/6510', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6951, '2023-03-05 18:41:53', 6491, NULL, NULL, 'IPAY2023/03/6511', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6952, '2023-03-05 19:30:03', 6492, NULL, NULL, 'IPAY2023/03/6512', NULL, 'cash', '', '', '', '', '', '', '84.5000', NULL, 7, NULL, 'received', '', '84.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6953, '2023-03-06 05:54:00', 6493, NULL, NULL, 'IPAY2023/03/6513', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6954, '2023-03-06 05:54:28', 6494, NULL, NULL, 'IPAY2023/03/6514', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6955, '2023-03-06 06:20:05', 6495, NULL, NULL, 'IPAY2023/03/6515', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6956, '2023-03-06 06:37:10', 6496, NULL, NULL, 'IPAY2023/03/6516', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6957, '2023-03-06 06:52:13', 6497, NULL, NULL, 'IPAY2023/03/6517', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6958, '2023-03-06 06:57:09', 6498, NULL, NULL, 'IPAY2023/03/6518', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6959, '2023-03-06 07:01:56', 6499, NULL, NULL, 'IPAY2023/03/6519', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6960, '2023-03-06 07:02:30', 6500, NULL, NULL, 'IPAY2023/03/6520', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6961, '2023-03-06 07:04:23', 6501, NULL, NULL, 'IPAY2023/03/6521', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6962, '2023-03-06 07:09:47', 6502, NULL, NULL, 'IPAY2023/03/6522', NULL, 'cash', '', '', '', '', '', '', '55.5000', NULL, 7, NULL, 'received', '', '55.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6963, '2023-03-06 07:11:29', 6503, NULL, NULL, 'IPAY2023/03/6523', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6964, '2023-03-06 07:12:38', 6504, NULL, NULL, 'IPAY2023/03/6524', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6965, '2023-03-06 07:15:00', 6505, NULL, NULL, 'IPAY2023/03/6525', NULL, 'cash', '', '', '', '', '', '', '97.0000', NULL, 7, NULL, 'received', '', '97.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6966, '2023-03-06 07:16:06', 6506, NULL, NULL, 'IPAY2023/03/6526', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6967, '2023-03-06 07:17:38', 6507, NULL, NULL, 'IPAY2023/03/6527', NULL, 'cash', '', '', '', '', '', '', '490.5000', NULL, 7, NULL, 'received', '', '490.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6968, '2023-03-06 07:18:51', 6508, NULL, NULL, 'IPAY2023/03/6528', NULL, 'cash', '', '', '', '', '', '', '126.0000', NULL, 7, NULL, 'received', '', '126.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6969, '2023-03-06 07:57:52', 6509, NULL, NULL, 'IPAY2023/03/6529', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6970, '2023-03-06 08:20:37', 6510, NULL, NULL, 'IPAY2023/03/6530', NULL, 'cash', '', '', '', '', '', '', '175.0000', NULL, 7, NULL, 'received', '', '175.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6971, '2023-03-06 08:43:00', NULL, NULL, 508, 'POP2023/03/0465', NULL, 'cash', '', '', '', '', '', 'Visa', '549.3000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6972, '2023-03-06 08:43:00', NULL, NULL, 507, 'POP2023/03/0466', NULL, 'cash', '', '', '', '', '', 'Visa', '320.1400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6973, '2023-03-06 10:20:29', 6511, NULL, NULL, 'IPAY2023/03/6531', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6974, '2023-03-06 10:24:54', 6512, NULL, NULL, 'IPAY2023/03/6532', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6975, '2023-03-06 10:29:45', 6513, NULL, NULL, 'IPAY2023/03/6533', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6976, '2023-03-06 10:40:04', 6514, NULL, NULL, 'IPAY2023/03/6534', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6977, '2023-03-06 10:41:53', 6515, NULL, NULL, 'IPAY2023/03/6535', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6978, '2023-03-06 11:58:00', NULL, NULL, 509, 'POP2023/03/0467', NULL, 'cash', '', '', '', '', '', 'Visa', '41.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6979, '2023-03-06 12:09:54', 6516, NULL, NULL, 'IPAY2023/03/6536', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6980, '2023-03-06 12:34:44', 6517, NULL, NULL, 'IPAY2023/03/6537', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6981, '2023-03-06 13:44:59', 6518, NULL, NULL, 'IPAY2023/03/6538', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6982, '2023-03-06 13:54:13', 6519, NULL, NULL, 'IPAY2023/03/6539', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6983, '2023-03-06 14:37:30', 6520, NULL, NULL, 'IPAY2023/03/6540', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6984, '2023-03-06 14:44:02', 6521, NULL, NULL, 'IPAY2023/03/6541', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6985, '2023-03-06 15:10:29', 6522, NULL, NULL, 'IPAY2023/03/6542', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6986, '2023-03-06 15:14:48', 6523, NULL, NULL, 'IPAY2023/03/6543', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6987, '2023-03-06 15:51:48', 6524, NULL, NULL, 'IPAY2023/03/6544', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6988, '2023-03-06 15:53:38', 6525, NULL, NULL, 'IPAY2023/03/6545', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6989, '2023-03-06 16:09:51', 6526, NULL, NULL, 'IPAY2023/03/6546', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6990, '2023-03-06 16:27:34', 6527, NULL, NULL, 'IPAY2023/03/6547', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6991, '2023-03-06 16:58:33', 6528, NULL, NULL, 'IPAY2023/03/6548', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6992, '2023-03-06 17:25:22', 6529, NULL, NULL, 'IPAY2023/03/6549', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6993, '2023-03-06 17:26:04', 6530, NULL, NULL, 'IPAY2023/03/6550', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6994, '2023-03-06 17:34:50', 6531, NULL, NULL, 'IPAY2023/03/6551', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6995, '2023-03-06 17:44:51', 6532, NULL, NULL, 'IPAY2023/03/6552', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6996, '2023-03-06 17:49:37', 6533, NULL, NULL, 'IPAY2023/03/6553', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6997, '2023-03-06 18:07:33', 6534, NULL, NULL, 'IPAY2023/03/6554', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6998, '2023-03-06 18:23:56', 6535, NULL, NULL, 'IPAY2023/03/6555', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (6999, '2023-03-06 18:42:26', 6536, NULL, NULL, 'IPAY2023/03/6556', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7000, '2023-03-06 18:44:45', 6537, NULL, NULL, 'IPAY2023/03/6557', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7001, '2023-03-06 19:07:46', 6538, NULL, NULL, 'IPAY2023/03/6558', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7002, '2023-03-06 19:26:37', 6539, NULL, NULL, 'IPAY2023/03/6559', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7003, '2023-03-06 19:56:53', 6540, NULL, NULL, 'IPAY2023/03/6560', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7004, '2023-03-07 06:11:11', 6541, NULL, NULL, 'IPAY2023/03/6561', NULL, 'cash', '', '', '', '', '', '', '171.0000', NULL, 7, NULL, 'received', '', '171.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7005, '2023-03-07 06:13:18', 6542, NULL, NULL, 'IPAY2023/03/6562', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7006, '2023-03-07 06:18:10', 6543, NULL, NULL, 'IPAY2023/03/6563', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7007, '2023-03-07 06:44:55', 6544, NULL, NULL, 'IPAY2023/03/6564', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7008, '2023-03-07 07:06:44', 6545, NULL, NULL, 'IPAY2023/03/6565', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7009, '2023-03-07 07:07:10', 6546, NULL, NULL, 'IPAY2023/03/6566', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7010, '2023-03-07 07:08:37', 6547, NULL, NULL, 'IPAY2023/03/6567', NULL, 'cash', '', '', '', '', '', '', '45.5000', NULL, 7, NULL, 'received', '', '45.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7011, '2023-03-07 07:09:37', 6548, NULL, NULL, 'IPAY2023/03/6568', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7012, '2023-03-07 07:10:21', 6549, NULL, NULL, 'IPAY2023/03/6569', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7013, '2023-03-07 07:49:25', 6550, NULL, NULL, 'IPAY2023/03/6570', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7014, '2023-03-07 08:42:19', 6551, NULL, NULL, 'IPAY2023/03/6571', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7015, '2023-03-07 09:02:02', 6552, NULL, NULL, 'IPAY2023/03/6572', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7016, '2023-03-07 13:06:53', 6553, NULL, NULL, 'IPAY2023/03/6573', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7017, '2023-03-07 14:52:00', NULL, NULL, 510, 'POP2023/03/0468', NULL, 'cash', '', '', '', '', '', 'Visa', '128.6400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7018, '2023-03-07 14:54:00', NULL, NULL, 511, 'POP2023/03/0469', NULL, 'cash', '', '', '', '', '', 'Visa', '318.0200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7019, '2023-03-07 15:21:52', 6554, NULL, NULL, 'IPAY2023/03/6574', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7020, '2023-03-07 17:01:36', 6555, NULL, NULL, 'IPAY2023/03/6575', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7021, '2023-03-07 17:09:14', 6556, NULL, NULL, 'IPAY2023/03/6576', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7022, '2023-03-07 18:23:41', 6557, NULL, NULL, 'IPAY2023/03/6577', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7023, '2023-03-07 19:21:03', 6558, NULL, NULL, 'IPAY2023/03/6578', NULL, 'cash', '', '', '', '', '', '', '166.0000', NULL, 7, NULL, 'received', '', '166.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7024, '2023-03-08 05:55:00', 6559, NULL, NULL, 'IPAY2023/03/6579', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7025, '2023-03-08 07:02:36', 6560, NULL, NULL, 'IPAY2023/03/6580', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7026, '2023-03-08 07:03:07', 6561, NULL, NULL, 'IPAY2023/03/6581', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7027, '2023-03-08 07:03:37', 6562, NULL, NULL, 'IPAY2023/03/6582', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7028, '2023-03-08 07:03:58', 6563, NULL, NULL, 'IPAY2023/03/6583', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7029, '2023-03-08 08:07:56', 6564, NULL, NULL, 'IPAY2023/03/6584', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7030, '2023-03-08 08:20:00', NULL, NULL, 512, 'POP2023/03/0470', NULL, 'cash', '', '', '', '', '', 'Visa', '137.7400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7031, '2023-03-08 08:22:00', NULL, NULL, 513, 'POP2023/03/0471', NULL, 'cash', '', '', '', '', '', 'Visa', '340.0200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7032, '2023-03-08 08:24:00', NULL, NULL, 514, 'POP2023/03/0472', NULL, 'cash', '', '', '', '', '', 'Visa', '163.6500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7033, '2023-03-08 09:09:55', 6565, NULL, NULL, 'IPAY2023/03/6585', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7034, '2023-03-08 10:07:17', 6566, NULL, NULL, 'IPAY2023/03/6586', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7035, '2023-03-08 10:45:55', 6567, NULL, NULL, 'IPAY2023/03/6587', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7036, '2023-03-08 11:23:24', 6568, NULL, NULL, 'IPAY2023/03/6588', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7037, '2023-03-08 14:42:00', NULL, NULL, 515, 'POP2023/03/0473', NULL, 'cash', '', '', '', '', '', 'Visa', '140.8500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7038, '2023-03-08 15:19:59', 6569, NULL, NULL, 'IPAY2023/03/6589', NULL, 'cash', '', '', '', '', '', '', '88.0000', NULL, 7, NULL, 'received', '', '88.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7039, '2023-03-08 15:28:49', 6570, NULL, NULL, 'IPAY2023/03/6590', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7040, '2023-03-08 16:23:16', 6571, NULL, NULL, 'IPAY2023/03/6591', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7041, '2023-03-08 16:47:35', 6572, NULL, NULL, 'IPAY2023/03/6592', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '100.0000', '47.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7042, '2023-03-08 17:25:34', 6573, NULL, NULL, 'IPAY2023/03/6593', NULL, 'cash', '', '', '', '', '', '', '68.5000', NULL, 7, NULL, 'received', '', '68.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7043, '2023-03-08 17:30:54', 6574, NULL, NULL, 'IPAY2023/03/6594', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7044, '2023-03-08 17:32:32', 6575, NULL, NULL, 'IPAY2023/03/6595', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7045, '2023-03-08 17:33:10', 6576, NULL, NULL, 'IPAY2023/03/6596', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7046, '2023-03-08 19:45:14', 6577, NULL, NULL, 'IPAY2023/03/6597', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7047, '2023-03-08 19:50:08', 6578, NULL, NULL, 'IPAY2023/03/6598', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7048, '2023-03-09 07:04:04', 6579, NULL, NULL, 'IPAY2023/03/6599', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7049, '2023-03-09 07:09:34', 6580, NULL, NULL, 'IPAY2023/03/6600', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7050, '2023-03-09 07:12:41', 6581, NULL, NULL, 'IPAY2023/03/6601', NULL, 'cash', '', '', '', '', '', '', '116.0000', NULL, 7, NULL, 'received', '', '116.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7051, '2023-03-09 07:13:53', 6582, NULL, NULL, 'IPAY2023/03/6602', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7052, '2023-03-09 07:15:08', 6583, NULL, NULL, 'IPAY2023/03/6603', NULL, 'cash', '', '', '', '', '', '', '44.5000', NULL, 7, NULL, 'received', '', '44.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7053, '2023-03-09 07:16:30', 6584, NULL, NULL, 'IPAY2023/03/6604', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7054, '2023-03-09 07:17:43', 6585, NULL, NULL, 'IPAY2023/03/6605', NULL, 'cash', '', '', '', '', '', '', '232.0000', NULL, 7, NULL, 'received', '', '232.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7055, '2023-03-09 08:27:05', 6586, NULL, NULL, 'IPAY2023/03/6606', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7056, '2023-03-09 08:29:17', 6587, NULL, NULL, 'IPAY2023/03/6607', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7057, '2023-03-09 08:50:52', 6588, NULL, NULL, 'IPAY2023/03/6608', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7058, '2023-03-09 09:02:21', 6589, NULL, NULL, 'IPAY2023/03/6609', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7059, '2023-03-09 10:30:07', 6590, NULL, NULL, 'IPAY2023/03/6610', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7060, '2023-03-09 10:48:00', NULL, NULL, 516, 'POP2023/03/0474', NULL, 'cash', '', '', '', '', '', 'Visa', '459.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7061, '2023-03-09 11:31:22', 6591, NULL, NULL, 'IPAY2023/03/6611', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7062, '2023-03-09 12:09:23', 6592, NULL, NULL, 'IPAY2023/03/6612', NULL, 'cash', '', '', '', '', '', '', '65.5000', NULL, 7, NULL, 'received', '', '65.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7063, '2023-03-09 12:25:34', 6593, NULL, NULL, 'IPAY2023/03/6613', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7064, '2023-03-09 12:28:32', 6594, NULL, NULL, 'IPAY2023/03/6614', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7065, '2023-03-09 12:48:38', 6595, NULL, NULL, 'IPAY2023/03/6615', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7066, '2023-03-09 12:54:00', NULL, NULL, 517, 'POP2023/03/0475', NULL, 'cash', '', '', '', '', '', 'Visa', '2220.4998', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7067, '2023-03-09 14:08:26', 6596, NULL, NULL, 'IPAY2023/03/6616', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7068, '2023-03-09 14:29:34', 6597, NULL, NULL, 'IPAY2023/03/6617', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7069, '2023-03-09 16:18:17', 6598, NULL, NULL, 'IPAY2023/03/6618', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7070, '2023-03-09 16:39:59', 6599, NULL, NULL, 'IPAY2023/03/6619', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '100.0000', '66.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7071, '2023-03-09 16:44:29', 6600, NULL, NULL, 'IPAY2023/03/6620', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7072, '2023-03-09 16:48:34', 6601, NULL, NULL, 'IPAY2023/03/6621', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7073, '2023-03-09 16:53:09', 6602, NULL, NULL, 'IPAY2023/03/6622', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7074, '2023-03-09 16:59:49', 6603, NULL, NULL, 'IPAY2023/03/6623', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7075, '2023-03-09 17:05:06', 6604, NULL, NULL, 'IPAY2023/03/6624', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '100.0000', '74.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7076, '2023-03-09 17:10:32', 6605, NULL, NULL, 'IPAY2023/03/6625', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7077, '2023-03-09 17:15:30', 6606, NULL, NULL, 'IPAY2023/03/6626', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7078, '2023-03-09 17:48:38', 6607, NULL, NULL, 'IPAY2023/03/6627', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7079, '2023-03-09 17:54:17', 6608, NULL, NULL, 'IPAY2023/03/6628', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7080, '2023-03-09 18:02:19', 6609, NULL, NULL, 'IPAY2023/03/6629', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7081, '2023-03-09 18:07:40', 6610, NULL, NULL, 'IPAY2023/03/6630', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7082, '2023-03-09 18:16:06', 6611, NULL, NULL, 'IPAY2023/03/6631', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7083, '2023-03-09 18:41:31', 6612, NULL, NULL, 'IPAY2023/03/6632', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7084, '2023-03-09 18:51:16', 6613, NULL, NULL, 'IPAY2023/03/6633', NULL, 'cash', '', '', '', '', '', '', '148.0000', NULL, 7, NULL, 'received', '', '148.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7085, '2023-03-09 18:57:02', 6614, NULL, NULL, 'IPAY2023/03/6634', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7086, '2023-03-09 19:02:06', 6615, NULL, NULL, 'IPAY2023/03/6635', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7087, '2023-03-09 19:11:43', 6616, NULL, NULL, 'IPAY2023/03/6636', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7088, '2023-03-09 19:14:32', 6617, NULL, NULL, 'IPAY2023/03/6637', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7089, '2023-03-09 19:28:09', 6618, NULL, NULL, 'IPAY2023/03/6638', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7090, '2023-03-09 19:35:21', 6619, NULL, NULL, 'IPAY2023/03/6639', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7091, '2023-03-09 19:43:23', 6620, NULL, NULL, 'IPAY2023/03/6640', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7092, '2023-03-10 06:04:36', 6621, NULL, NULL, 'IPAY2023/03/6641', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7093, '2023-03-10 07:03:53', 6622, NULL, NULL, 'IPAY2023/03/6642', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7094, '2023-03-10 07:07:54', 6623, NULL, NULL, 'IPAY2023/03/6643', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7095, '2023-03-10 07:08:29', 6624, NULL, NULL, 'IPAY2023/03/6644', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7096, '2023-03-10 07:11:07', 6625, NULL, NULL, 'IPAY2023/03/6645', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7097, '2023-03-10 07:13:10', 6626, NULL, NULL, 'IPAY2023/03/6646', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7098, '2023-03-10 07:13:52', 6627, NULL, NULL, 'IPAY2023/03/6647', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7099, '2023-03-10 07:16:55', 6628, NULL, NULL, 'IPAY2023/03/6648', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7100, '2023-03-10 07:26:10', 6629, NULL, NULL, 'IPAY2023/03/6649', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7101, '2023-03-10 07:27:04', 6630, NULL, NULL, 'IPAY2023/03/6650', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7102, '2023-03-10 08:02:24', 6631, NULL, NULL, 'IPAY2023/03/6651', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7103, '2023-03-10 08:18:47', 6632, NULL, NULL, 'IPAY2023/03/6652', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7104, '2023-03-10 09:05:34', 6633, NULL, NULL, 'IPAY2023/03/6653', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7105, '2023-03-10 09:47:40', 6634, NULL, NULL, 'IPAY2023/03/6654', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7106, '2023-03-10 10:10:08', 6635, NULL, NULL, 'IPAY2023/03/6655', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7107, '2023-03-10 10:14:32', 6636, NULL, NULL, 'IPAY2023/03/6656', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7108, '2023-03-10 10:22:40', 6637, NULL, NULL, 'IPAY2023/03/6657', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '100.0000', '85.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7109, '2023-03-10 10:45:00', NULL, NULL, 518, 'POP2023/03/0476', NULL, 'cash', '', '', '', '', '', 'Visa', '131.7000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7110, '2023-03-10 11:23:01', 6638, NULL, NULL, 'IPAY2023/03/6658', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7111, '2023-03-10 11:27:40', 6639, NULL, NULL, 'IPAY2023/03/6659', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7112, '2023-03-10 11:35:56', 6640, NULL, NULL, 'IPAY2023/03/6660', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7113, '2023-03-10 11:36:26', 6641, NULL, NULL, 'IPAY2023/03/6661', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7114, '2023-03-10 11:59:44', 6642, NULL, NULL, 'IPAY2023/03/6662', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7115, '2023-03-10 12:05:59', 6643, NULL, NULL, 'IPAY2023/03/6663', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7116, '2023-03-10 12:07:51', 6644, NULL, NULL, 'IPAY2023/03/6664', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7117, '2023-03-10 12:33:08', 6645, NULL, NULL, 'IPAY2023/03/6665', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7118, '2023-03-10 12:38:13', 6646, NULL, NULL, 'IPAY2023/03/6666', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7119, '2023-03-10 13:40:18', 6647, NULL, NULL, 'IPAY2023/03/6667', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7120, '2023-03-10 13:57:30', 6648, NULL, NULL, 'IPAY2023/03/6668', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7121, '2023-03-10 14:41:58', 6649, NULL, NULL, 'IPAY2023/03/6669', NULL, 'cash', '', '', '', '', '', '', '5.2500', NULL, 7, NULL, 'received', '', '5.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7122, '2023-03-10 14:52:57', 6650, NULL, NULL, 'IPAY2023/03/6670', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7123, '2023-03-10 15:20:18', 6651, NULL, NULL, 'IPAY2023/03/6671', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7124, '2023-03-10 15:54:01', 6652, NULL, NULL, 'IPAY2023/03/6672', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7125, '2023-03-10 16:02:59', 6653, NULL, NULL, 'IPAY2023/03/6673', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '37.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7126, '2023-03-10 16:07:44', 6654, NULL, NULL, 'IPAY2023/03/6674', NULL, 'cash', '', '', '', '', '', '', '98.0000', NULL, 7, NULL, 'received', '', '98.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7127, '2023-03-10 16:22:50', 6655, NULL, NULL, 'IPAY2023/03/6675', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7128, '2023-03-10 16:38:00', NULL, NULL, 519, 'POP2023/03/0477', NULL, 'cash', '', '', '', '', '', 'Visa', '220.9999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7129, '2023-03-10 16:46:40', 6656, NULL, NULL, 'IPAY2023/03/6676', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '100.0000', '72.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7130, '2023-03-10 16:51:20', 6657, NULL, NULL, 'IPAY2023/03/6677', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7131, '2023-03-10 17:00:01', 6658, NULL, NULL, 'IPAY2023/03/6678', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7132, '2023-03-10 17:04:17', 6659, NULL, NULL, 'IPAY2023/03/6679', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7133, '2023-03-10 17:24:09', 6660, NULL, NULL, 'IPAY2023/03/6680', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7134, '2023-03-10 17:54:00', 6661, NULL, NULL, 'IPAY2023/03/6681', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7135, '2023-03-10 18:19:39', 6662, NULL, NULL, 'IPAY2023/03/6682', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7136, '2023-03-10 19:39:18', 6663, NULL, NULL, 'IPAY2023/03/6683', NULL, 'cash', '', '', '', '', '', '', '58.5000', NULL, 7, NULL, 'received', '', '58.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7137, '2023-03-10 19:43:17', 6664, NULL, NULL, 'IPAY2023/03/6684', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7138, '2023-03-11 07:42:48', 6665, NULL, NULL, 'IPAY2023/03/6685', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7139, '2023-03-11 08:45:28', 6666, NULL, NULL, 'IPAY2023/03/6686', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7140, '2023-03-11 08:50:42', 6667, NULL, NULL, 'IPAY2023/03/6687', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7141, '2023-03-11 09:26:21', 6668, NULL, NULL, 'IPAY2023/03/6688', NULL, 'cash', '', '', '', '', '', '', '116.0000', NULL, 7, NULL, 'received', '', '116.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7142, '2023-03-11 09:40:32', 6669, NULL, NULL, 'IPAY2023/03/6689', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7143, '2023-03-11 09:49:24', 6670, NULL, NULL, 'IPAY2023/03/6690', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7144, '2023-03-11 10:18:43', 6671, NULL, NULL, 'IPAY2023/03/6691', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7145, '2023-03-11 10:42:15', 6672, NULL, NULL, 'IPAY2023/03/6692', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7146, '2023-03-11 10:43:38', 6673, NULL, NULL, 'IPAY2023/03/6693', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7147, '2023-03-11 10:50:38', 6674, NULL, NULL, 'IPAY2023/03/6694', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7148, '2023-03-11 10:52:35', 6675, NULL, NULL, 'IPAY2023/03/6695', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7149, '2023-03-11 12:03:00', NULL, NULL, 520, 'POP2023/03/0478', NULL, 'cash', '', '', '', '', '', 'Visa', '397.9800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7150, '2023-03-11 12:06:00', NULL, NULL, 521, 'POP2023/03/0479', NULL, 'cash', '', '', '', '', '', 'Visa', '260.3000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7151, '2023-03-11 12:12:51', 6676, NULL, NULL, 'IPAY2023/03/6696', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7152, '2023-03-11 12:20:28', 6677, NULL, NULL, 'IPAY2023/03/6697', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7153, '2023-03-11 12:37:17', 6678, NULL, NULL, 'IPAY2023/03/6698', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7154, '2023-03-11 12:40:51', 6679, NULL, NULL, 'IPAY2023/03/6699', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7155, '2023-03-11 13:04:09', 6680, NULL, NULL, 'IPAY2023/03/6700', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7156, '2023-03-11 13:12:11', 6681, NULL, NULL, 'IPAY2023/03/6701', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7157, '2023-03-11 13:22:02', 6682, NULL, NULL, 'IPAY2023/03/6702', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7158, '2023-03-11 13:23:09', 6683, NULL, NULL, 'IPAY2023/03/6703', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7159, '2023-03-11 13:23:34', 6684, NULL, NULL, 'IPAY2023/03/6704', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7160, '2023-03-11 13:25:26', 6685, NULL, NULL, 'IPAY2023/03/6705', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7161, '2023-03-11 15:21:51', 6686, NULL, NULL, 'IPAY2023/03/6706', NULL, 'cash', '', '', '', '', '', '', '85.0000', NULL, 7, NULL, 'received', '', '85.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7162, '2023-03-11 15:36:07', 6687, NULL, NULL, 'IPAY2023/03/6707', NULL, 'cash', '', '', '', '', '', '', '127.0000', NULL, 7, NULL, 'received', '', '127.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7163, '2023-03-11 15:49:17', 6688, NULL, NULL, 'IPAY2023/03/6708', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7164, '2023-03-11 16:23:00', 6689, NULL, NULL, 'IPAY2023/03/6709', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7165, '2023-03-11 16:23:26', 6690, NULL, NULL, 'IPAY2023/03/6710', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7166, '2023-03-12 06:30:02', 6691, NULL, NULL, 'IPAY2023/03/6711', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7167, '2023-03-12 06:49:08', 6692, NULL, NULL, 'IPAY2023/03/6712', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7168, '2023-03-13 06:21:28', 6693, NULL, NULL, 'IPAY2023/03/6713', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7169, '2023-03-13 06:53:23', 6694, NULL, NULL, 'IPAY2023/03/6714', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7170, '2023-03-13 06:54:14', 6695, NULL, NULL, 'IPAY2023/03/6715', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7171, '2023-03-13 06:59:22', 6696, NULL, NULL, 'IPAY2023/03/6716', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7172, '2023-03-13 07:00:54', 6697, NULL, NULL, 'IPAY2023/03/6717', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7173, '2023-03-13 07:02:03', 6698, NULL, NULL, 'IPAY2023/03/6718', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7174, '2023-03-13 07:02:34', 6699, NULL, NULL, 'IPAY2023/03/6719', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7175, '2023-03-13 07:03:32', 6700, NULL, NULL, 'IPAY2023/03/6720', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7176, '2023-03-13 07:04:49', 6701, NULL, NULL, 'IPAY2023/03/6721', NULL, 'cash', '', '', '', '', '', '', '162.0000', NULL, 7, NULL, 'received', '', '162.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7177, '2023-03-13 07:11:39', 6702, NULL, NULL, 'IPAY2023/03/6722', NULL, 'cash', '', '', '', '', '', '', '13.7500', NULL, 7, NULL, 'received', '', '13.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7178, '2023-03-13 07:22:33', 6703, NULL, NULL, 'IPAY2023/03/6723', NULL, 'cash', '', '', '', '', '', '', '75.5000', NULL, 7, NULL, 'received', '', '75.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7179, '2023-03-13 07:24:48', 6704, NULL, NULL, 'IPAY2023/03/6724', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7180, '2023-03-13 07:27:03', 6705, NULL, NULL, 'IPAY2023/03/6725', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7181, '2023-03-13 07:32:38', 6706, NULL, NULL, 'IPAY2023/03/6726', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7182, '2023-03-13 07:47:44', 6707, NULL, NULL, 'IPAY2023/03/6727', NULL, 'cash', '', '', '', '', '', '', '270.0000', NULL, 7, NULL, 'received', '', '270.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7183, '2023-03-13 07:51:23', 6708, NULL, NULL, 'IPAY2023/03/6728', NULL, 'cash', '', '', '', '', '', '', '290.0000', NULL, 7, NULL, 'received', '', '290.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7184, '2023-03-13 07:54:25', 6709, NULL, NULL, 'IPAY2023/03/6729', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7185, '2023-03-13 08:28:00', NULL, NULL, 522, 'POP2023/03/0480', NULL, 'cash', '', '', '', '', '', 'Visa', '358.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7186, '2023-03-15 17:37:00', NULL, NULL, 523, 'POP2023/03/0481', NULL, 'cash', '', '', '', '', '', 'Visa', '91.5300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7187, '2023-03-15 17:39:00', NULL, NULL, 524, 'POP2023/03/0482', NULL, 'cash', '', '', '', '', '', 'Visa', '233.2800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7188, '2023-03-15 17:40:00', NULL, NULL, 525, 'POP2023/03/0483', NULL, 'cash', '', '', '', '', '', 'Visa', '60.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7189, '2023-03-15 18:18:27', 6710, NULL, NULL, 'IPAY2023/03/6730', NULL, 'cash', '', '', '', '', '', '', '225.5000', NULL, 7, NULL, 'received', '', '225.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7190, '2023-03-15 18:20:11', 6711, NULL, NULL, 'IPAY2023/03/6731', NULL, 'cash', '', '', '', '', '', '', '53.5000', NULL, 7, NULL, 'received', '', '53.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7191, '2023-03-15 18:27:02', 6712, NULL, NULL, 'IPAY2023/03/6732', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7192, '2023-03-15 18:32:33', 6713, NULL, NULL, 'IPAY2023/03/6733', NULL, 'cash', '', '', '', '', '', '', '102.0000', NULL, 7, NULL, 'received', '', '102.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7193, '2023-03-15 18:40:34', 6714, NULL, NULL, 'IPAY2023/03/6734', NULL, 'cash', '', '', '', '', '', '', '348.5000', NULL, 7, NULL, 'received', '', '348.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7194, '2023-03-15 18:47:28', 6715, NULL, NULL, 'IPAY2023/03/6735', NULL, 'cash', '', '', '', '', '', '', '202.0000', NULL, 7, NULL, 'received', '', '202.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7195, '2023-03-15 19:03:13', 6716, NULL, NULL, 'IPAY2023/03/6736', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7196, '2023-03-15 19:05:08', 6717, NULL, NULL, 'IPAY2023/03/6737', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7197, '2023-03-15 19:06:32', 6718, NULL, NULL, 'IPAY2023/03/6738', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7198, '2023-03-15 19:21:20', 6719, NULL, NULL, 'IPAY2023/03/6739', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7199, '2023-03-15 19:24:42', 6720, NULL, NULL, 'IPAY2023/03/6740', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7200, '2023-03-16 05:47:36', 6721, NULL, NULL, 'IPAY2023/03/6741', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7201, '2023-03-16 06:38:48', 6722, NULL, NULL, 'IPAY2023/03/6742', NULL, 'cash', '', '', '', '', '', '', '92.0000', NULL, 7, NULL, 'received', '', '92.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7202, '2023-03-16 06:42:50', 6723, NULL, NULL, 'IPAY2023/03/6743', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7203, '2023-03-16 06:46:12', 6724, NULL, NULL, 'IPAY2023/03/6744', NULL, 'cash', '', '', '', '', '', '', '162.5000', NULL, 7, NULL, 'received', '', '162.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7204, '2023-03-16 06:47:12', 6725, NULL, NULL, 'IPAY2023/03/6745', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7205, '2023-03-16 06:49:31', 6726, NULL, NULL, 'IPAY2023/03/6746', NULL, 'cash', '', '', '', '', '', '', '165.5000', NULL, 7, NULL, 'received', '', '165.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7206, '2023-03-16 06:52:27', 6727, NULL, NULL, 'IPAY2023/03/6747', NULL, 'cash', '', '', '', '', '', '', '189.5000', NULL, 7, NULL, 'received', '', '189.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7207, '2023-03-16 06:54:14', 6728, NULL, NULL, 'IPAY2023/03/6748', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7208, '2023-03-16 06:57:02', 6729, NULL, NULL, 'IPAY2023/03/6749', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7209, '2023-03-16 06:58:24', 6730, NULL, NULL, 'IPAY2023/03/6750', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7210, '2023-03-16 06:58:54', 6731, NULL, NULL, 'IPAY2023/03/6751', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7211, '2023-03-16 06:59:42', 6732, NULL, NULL, 'IPAY2023/03/6752', NULL, 'cash', '', '', '', '', '', '', '125.0000', NULL, 7, NULL, 'received', '', '125.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7212, '2023-03-16 07:01:28', 6733, NULL, NULL, 'IPAY2023/03/6753', NULL, 'cash', '', '', '', '', '', '', '179.0000', NULL, 7, NULL, 'received', '', '179.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7213, '2023-03-16 07:02:17', 6734, NULL, NULL, 'IPAY2023/03/6754', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7214, '2023-03-16 07:03:51', 6735, NULL, NULL, 'IPAY2023/03/6755', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7215, '2023-03-16 07:06:44', 6736, NULL, NULL, 'IPAY2023/03/6756', NULL, 'cash', '', '', '', '', '', '', '86.5000', NULL, 7, NULL, 'received', '', '86.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7216, '2023-03-16 07:07:06', 6737, NULL, NULL, 'IPAY2023/03/6757', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7217, '2023-03-16 07:08:16', 6738, NULL, NULL, 'IPAY2023/03/6758', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7218, '2023-03-16 07:11:30', 6739, NULL, NULL, 'IPAY2023/03/6759', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7219, '2023-03-16 07:12:49', 6740, NULL, NULL, 'IPAY2023/03/6760', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7220, '2023-03-16 07:13:17', 6741, NULL, NULL, 'IPAY2023/03/6761', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7221, '2023-03-16 07:13:41', 6742, NULL, NULL, 'IPAY2023/03/6762', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7222, '2023-03-16 07:14:00', 6743, NULL, NULL, 'IPAY2023/03/6763', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7223, '2023-03-16 07:15:54', 6744, NULL, NULL, 'IPAY2023/03/6764', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7224, '2023-03-16 07:16:48', 6745, NULL, NULL, 'IPAY2023/03/6765', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7225, '2023-03-16 07:23:50', 6746, NULL, NULL, 'IPAY2023/03/6766', NULL, 'cash', '', '', '', '', '', '', '39.5000', NULL, 7, NULL, 'received', '', '39.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7226, '2023-03-16 07:26:31', 6747, NULL, NULL, 'IPAY2023/03/6767', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7227, '2023-03-16 07:28:11', 6748, NULL, NULL, 'IPAY2023/03/6768', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7228, '2023-03-16 07:52:40', 6749, NULL, NULL, 'IPAY2023/03/6769', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7229, '2023-03-16 07:56:45', 6750, NULL, NULL, 'IPAY2023/03/6770', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7230, '2023-03-16 08:13:39', 6751, NULL, NULL, 'IPAY2023/03/6771', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7231, '2023-03-16 08:21:08', 6752, NULL, NULL, 'IPAY2023/03/6772', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7232, '2023-03-16 08:21:23', 6753, NULL, NULL, 'IPAY2023/03/6773', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7233, '2023-03-16 08:22:00', NULL, NULL, 526, 'POP2023/03/0484', NULL, 'cash', '', '', '', '', '', 'Visa', '270.1700', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7234, '2023-03-16 08:24:00', NULL, NULL, 527, 'POP2023/03/0485', NULL, 'cash', '', '', '', '', '', 'Visa', '142.8000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7235, '2023-03-16 08:36:15', 6754, NULL, NULL, 'IPAY2023/03/6774', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7236, '2023-03-16 08:54:06', 6755, NULL, NULL, 'IPAY2023/03/6775', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7237, '2023-03-16 08:57:00', 6756, NULL, NULL, 'IPAY2023/03/6776', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7238, '2023-03-16 08:57:35', 6757, NULL, NULL, 'IPAY2023/03/6777', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7239, '2023-03-16 09:05:41', 6758, NULL, NULL, 'IPAY2023/03/6778', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7240, '2023-03-16 09:25:08', 6759, NULL, NULL, 'IPAY2023/03/6779', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7241, '2023-03-16 09:27:56', 6760, NULL, NULL, 'IPAY2023/03/6780', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7242, '2023-03-16 09:30:03', 6761, NULL, NULL, 'IPAY2023/03/6781', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7243, '2023-03-16 09:47:45', 6762, NULL, NULL, 'IPAY2023/03/6782', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7244, '2023-03-16 10:53:16', 6763, NULL, NULL, 'IPAY2023/03/6783', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7245, '2023-03-16 11:11:28', 6764, NULL, NULL, 'IPAY2023/03/6784', NULL, 'cash', '', '', '', '', '', '', '61.0000', NULL, 7, NULL, 'received', '', '61.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7246, '2023-03-16 11:12:39', 6765, NULL, NULL, 'IPAY2023/03/6785', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7247, '2023-03-16 11:30:00', NULL, NULL, 528, 'POP2023/03/0486', NULL, 'cash', '', '', '', '', '', 'Visa', '266.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7248, '2023-03-16 11:31:09', 6766, NULL, NULL, 'IPAY2023/03/6786', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7249, '2023-03-16 11:31:00', NULL, NULL, 529, 'POP2023/03/0487', NULL, 'cash', '', '', '', '', '', 'Visa', '264.0345', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7250, '2023-03-16 11:45:02', 6767, NULL, NULL, 'IPAY2023/03/6787', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7251, '2023-03-16 12:15:42', 6768, NULL, NULL, 'IPAY2023/03/6788', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7252, '2023-03-16 12:35:53', 6769, NULL, NULL, 'IPAY2023/03/6789', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7253, '2023-03-16 13:22:38', 6770, NULL, NULL, 'IPAY2023/03/6790', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7254, '2023-03-16 13:24:13', 6771, NULL, NULL, 'IPAY2023/03/6791', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7255, '2023-03-16 13:54:02', 6772, NULL, NULL, 'IPAY2023/03/6792', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7256, '2023-03-16 14:31:03', 6773, NULL, NULL, 'IPAY2023/03/6793', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7257, '2023-03-16 14:51:11', 6774, NULL, NULL, 'IPAY2023/03/6794', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7258, '2023-03-16 15:53:01', 6775, NULL, NULL, 'IPAY2023/03/6795', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7259, '2023-03-16 17:20:14', 6776, NULL, NULL, 'IPAY2023/03/6796', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7260, '2023-03-16 17:54:40', 6777, NULL, NULL, 'IPAY2023/03/6797', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7261, '2023-03-16 18:46:14', 6778, NULL, NULL, 'IPAY2023/03/6798', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7262, '2023-03-16 19:04:34', 6779, NULL, NULL, 'IPAY2023/03/6799', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7263, '2023-03-16 19:33:16', 6780, NULL, NULL, 'IPAY2023/03/6800', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '38.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7264, '2023-03-16 19:41:52', 6781, NULL, NULL, 'IPAY2023/03/6801', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7265, '2023-03-17 06:25:22', 6782, NULL, NULL, 'IPAY2023/03/6802', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7266, '2023-03-17 06:28:20', 6783, NULL, NULL, 'IPAY2023/03/6803', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7267, '2023-03-17 06:29:41', 6784, NULL, NULL, 'IPAY2023/03/6804', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7268, '2023-03-17 06:31:06', 6785, NULL, NULL, 'IPAY2023/03/6805', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7269, '2023-03-17 06:34:08', 6786, NULL, NULL, 'IPAY2023/03/6806', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7270, '2023-03-17 06:34:55', 6787, NULL, NULL, 'IPAY2023/03/6807', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7271, '2023-03-17 06:39:06', 6788, NULL, NULL, 'IPAY2023/03/6808', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7272, '2023-03-17 06:47:11', 6789, NULL, NULL, 'IPAY2023/03/6809', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7273, '2023-03-17 06:48:22', 6790, NULL, NULL, 'IPAY2023/03/6810', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7274, '2023-03-17 07:14:15', 6791, NULL, NULL, 'IPAY2023/03/6811', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7275, '2023-03-17 07:16:34', 6792, NULL, NULL, 'IPAY2023/03/6812', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7276, '2023-03-17 07:17:34', 6793, NULL, NULL, 'IPAY2023/03/6813', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7277, '2023-03-17 07:37:42', 6794, NULL, NULL, 'IPAY2023/03/6814', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7278, '2023-03-17 09:19:49', 6795, NULL, NULL, 'IPAY2023/03/6815', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7279, '2023-03-17 09:30:58', 6796, NULL, NULL, 'IPAY2023/03/6816', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7280, '2023-03-17 09:40:44', 6797, NULL, NULL, 'IPAY2023/03/6817', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7281, '2023-03-17 09:45:06', 6798, NULL, NULL, 'IPAY2023/03/6818', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7282, '2023-03-17 09:45:39', 6799, NULL, NULL, 'IPAY2023/03/6819', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7283, '2023-03-17 09:53:59', 6800, NULL, NULL, 'IPAY2023/03/6820', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '100.0000', '83.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7284, '2023-03-17 10:16:25', 6801, NULL, NULL, 'IPAY2023/03/6821', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7285, '2023-03-17 11:20:09', 6802, NULL, NULL, 'IPAY2023/03/6822', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7286, '2023-03-17 11:27:46', 6803, NULL, NULL, 'IPAY2023/03/6823', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7287, '2023-03-17 11:28:49', 6804, NULL, NULL, 'IPAY2023/03/6824', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7288, '2023-03-17 11:29:53', 6805, NULL, NULL, 'IPAY2023/03/6825', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7289, '2023-03-17 13:21:57', 6806, NULL, NULL, 'IPAY2023/03/6826', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7290, '2023-03-17 13:24:41', 6807, NULL, NULL, 'IPAY2023/03/6827', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7291, '2023-03-17 13:42:36', 6808, NULL, NULL, 'IPAY2023/03/6828', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7292, '2023-03-17 13:47:25', 6809, NULL, NULL, 'IPAY2023/03/6829', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7293, '2023-03-17 13:48:54', 6810, NULL, NULL, 'IPAY2023/03/6830', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7294, '2023-03-17 14:03:29', 6811, NULL, NULL, 'IPAY2023/03/6831', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7295, '2023-03-17 14:24:41', 6812, NULL, NULL, 'IPAY2023/03/6832', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7296, '2023-03-17 14:56:54', 6813, NULL, NULL, 'IPAY2023/03/6833', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7297, '2023-03-17 14:57:22', 6814, NULL, NULL, 'IPAY2023/03/6834', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7298, '2023-03-17 15:09:09', 6815, NULL, NULL, 'IPAY2023/03/6835', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7299, '2023-03-17 16:07:24', 6816, NULL, NULL, 'IPAY2023/03/6836', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7300, '2023-03-17 16:09:10', 6817, NULL, NULL, 'IPAY2023/03/6837', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7301, '2023-03-17 16:22:58', 6818, NULL, NULL, 'IPAY2023/03/6838', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7302, '2023-03-17 16:26:08', 6819, NULL, NULL, 'IPAY2023/03/6839', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7303, '2023-03-17 16:28:12', 6820, NULL, NULL, 'IPAY2023/03/6840', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7304, '2023-03-17 16:30:10', 6821, NULL, NULL, 'IPAY2023/03/6841', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7305, '2023-03-17 17:09:08', 6822, NULL, NULL, 'IPAY2023/03/6842', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7306, '2023-03-17 17:16:20', 6823, NULL, NULL, 'IPAY2023/03/6843', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7307, '2023-03-17 17:33:29', 6824, NULL, NULL, 'IPAY2023/03/6844', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '86.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7308, '2023-03-17 17:46:42', 6825, NULL, NULL, 'IPAY2023/03/6845', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7309, '2023-03-17 18:04:29', 6826, NULL, NULL, 'IPAY2023/03/6846', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7310, '2023-03-17 19:01:25', 6827, NULL, NULL, 'IPAY2023/03/6847', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7311, '2023-03-17 19:02:44', 6828, NULL, NULL, 'IPAY2023/03/6848', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7312, '2023-03-17 19:22:13', 6829, NULL, NULL, 'IPAY2023/03/6849', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7313, '2023-03-17 19:44:00', 6830, NULL, NULL, 'IPAY2023/03/6850', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7314, '2023-03-17 19:47:32', 6831, NULL, NULL, 'IPAY2023/03/6851', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7315, '2023-03-18 06:34:40', 6832, NULL, NULL, 'IPAY2023/03/6852', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7316, '2023-03-18 06:36:24', 6833, NULL, NULL, 'IPAY2023/03/6853', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7317, '2023-03-18 06:38:11', 6834, NULL, NULL, 'IPAY2023/03/6854', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7318, '2023-03-18 06:39:03', 6835, NULL, NULL, 'IPAY2023/03/6855', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7319, '2023-03-18 06:51:37', 6836, NULL, NULL, 'IPAY2023/03/6856', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7320, '2023-03-18 06:51:58', 6837, NULL, NULL, 'IPAY2023/03/6857', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7321, '2023-03-18 08:00:44', 6838, NULL, NULL, 'IPAY2023/03/6858', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7322, '2023-03-18 08:18:41', 6839, NULL, NULL, 'IPAY2023/03/6859', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7323, '2023-03-18 08:22:44', 6840, NULL, NULL, 'IPAY2023/03/6860', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7324, '2023-03-18 08:39:19', 6841, NULL, NULL, 'IPAY2023/03/6861', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7325, '2023-03-18 09:07:20', 6842, NULL, NULL, 'IPAY2023/03/6862', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7326, '2023-03-18 09:10:29', 6843, NULL, NULL, 'IPAY2023/03/6863', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7327, '2023-03-18 09:15:10', 6844, NULL, NULL, 'IPAY2023/03/6864', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7328, '2023-03-18 10:16:57', 6845, NULL, NULL, 'IPAY2023/03/6865', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7329, '2023-03-18 10:27:56', 6846, NULL, NULL, 'IPAY2023/03/6866', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '50.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7330, '2023-03-18 10:42:38', 6847, NULL, NULL, 'IPAY2023/03/6867', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7331, '2023-03-18 10:46:43', 6848, NULL, NULL, 'IPAY2023/03/6868', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7332, '2023-03-18 10:57:21', 6849, NULL, NULL, 'IPAY2023/03/6869', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7333, '2023-03-18 11:15:04', 6850, NULL, NULL, 'IPAY2023/03/6870', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7334, '2023-03-18 11:15:20', 6851, NULL, NULL, 'IPAY2023/03/6871', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7335, '2023-03-18 11:25:37', 6852, NULL, NULL, 'IPAY2023/03/6872', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7336, '2023-03-18 11:28:02', 6853, NULL, NULL, 'IPAY2023/03/6873', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7337, '2023-03-18 11:32:35', 6854, NULL, NULL, 'IPAY2023/03/6874', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7338, '2023-03-18 11:46:19', 6855, NULL, NULL, 'IPAY2023/03/6875', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '100.0000', '52.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7339, '2023-03-18 12:02:43', 6856, NULL, NULL, 'IPAY2023/03/6876', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7340, '2023-03-18 12:31:00', 6857, NULL, NULL, 'IPAY2023/03/6877', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7341, '2023-03-18 12:59:50', 6858, NULL, NULL, 'IPAY2023/03/6878', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7342, '2023-03-18 13:55:10', 6859, NULL, NULL, 'IPAY2023/03/6879', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7343, '2023-03-18 13:58:21', 6860, NULL, NULL, 'IPAY2023/03/6880', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7344, '2023-03-18 14:32:58', 6861, NULL, NULL, 'IPAY2023/03/6881', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7345, '2023-03-18 15:12:06', 6862, NULL, NULL, 'IPAY2023/03/6882', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '50.0000', '44.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7346, '2023-03-18 15:13:38', 6863, NULL, NULL, 'IPAY2023/03/6883', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7347, '2023-03-18 15:24:46', 6864, NULL, NULL, 'IPAY2023/03/6884', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7348, '2023-03-18 15:25:08', 6865, NULL, NULL, 'IPAY2023/03/6885', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7349, '2023-03-18 15:28:34', 6866, NULL, NULL, 'IPAY2023/03/6886', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7350, '2023-03-18 15:36:39', 6867, NULL, NULL, 'IPAY2023/03/6887', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7351, '2023-03-18 15:38:11', 6868, NULL, NULL, 'IPAY2023/03/6888', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7352, '2023-03-18 15:43:22', 6869, NULL, NULL, 'IPAY2023/03/6889', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7353, '2023-03-18 16:23:33', 6870, NULL, NULL, 'IPAY2023/03/6890', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7354, '2023-03-18 16:30:57', 6871, NULL, NULL, 'IPAY2023/03/6891', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7355, '2023-03-18 17:03:46', 6872, NULL, NULL, 'IPAY2023/03/6892', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7356, '2023-03-18 17:10:44', 6873, NULL, NULL, 'IPAY2023/03/6893', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7357, '2023-03-18 17:14:01', 6874, NULL, NULL, 'IPAY2023/03/6894', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '100.0000', '92.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7358, '2023-03-18 17:16:07', 6875, NULL, NULL, 'IPAY2023/03/6895', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7359, '2023-03-18 17:19:16', 6876, NULL, NULL, 'IPAY2023/03/6896', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7360, '2023-03-18 17:34:12', 6877, NULL, NULL, 'IPAY2023/03/6897', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7361, '2023-03-18 17:56:15', 6878, NULL, NULL, 'IPAY2023/03/6898', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7362, '2023-03-18 18:21:51', 6879, NULL, NULL, 'IPAY2023/03/6899', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7363, '2023-03-18 18:22:24', 6880, NULL, NULL, 'IPAY2023/03/6900', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7364, '2023-03-18 18:24:31', 6881, NULL, NULL, 'IPAY2023/03/6901', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7365, '2023-03-18 18:25:58', 6882, NULL, NULL, 'IPAY2023/03/6902', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7366, '2023-03-18 18:35:49', 6883, NULL, NULL, 'IPAY2023/03/6903', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7367, '2023-03-18 19:23:52', 6884, NULL, NULL, 'IPAY2023/03/6904', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7368, '2023-03-18 19:34:26', 6885, NULL, NULL, 'IPAY2023/03/6905', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7369, '2023-03-18 19:49:15', 6886, NULL, NULL, 'IPAY2023/03/6906', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7370, '2023-03-19 05:49:21', 6887, NULL, NULL, 'IPAY2023/03/6907', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7371, '2023-03-19 06:08:58', 6888, NULL, NULL, 'IPAY2023/03/6908', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7372, '2023-03-19 06:09:31', 6889, NULL, NULL, 'IPAY2023/03/6909', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7373, '2023-03-19 07:00:32', 6890, NULL, NULL, 'IPAY2023/03/6910', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7374, '2023-03-19 07:30:11', 6891, NULL, NULL, 'IPAY2023/03/6911', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7375, '2023-03-19 07:44:29', 6892, NULL, NULL, 'IPAY2023/03/6912', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7376, '2023-03-19 07:51:15', 6893, NULL, NULL, 'IPAY2023/03/6913', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7377, '2023-03-19 09:41:02', 6894, NULL, NULL, 'IPAY2023/03/6914', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7378, '2023-03-19 10:21:32', 6895, NULL, NULL, 'IPAY2023/03/6915', NULL, 'cash', '', '', '', '', '', '', '351.0000', NULL, 7, NULL, 'received', '', '351.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7379, '2023-03-19 10:27:23', 6896, NULL, NULL, 'IPAY2023/03/6916', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7380, '2023-03-19 10:31:40', 6897, NULL, NULL, 'IPAY2023/03/6917', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7381, '2023-03-19 10:35:49', 6898, NULL, NULL, 'IPAY2023/03/6918', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7382, '2023-03-19 10:48:05', 6899, NULL, NULL, 'IPAY2023/03/6919', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7383, '2023-03-19 11:11:03', 6900, NULL, NULL, 'IPAY2023/03/6920', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7384, '2023-03-19 11:37:10', 6901, NULL, NULL, 'IPAY2023/03/6921', NULL, 'cash', '', '', '', '', '', '', '88.0000', NULL, 7, NULL, 'received', '', '88.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7385, '2023-03-19 12:05:39', 6902, NULL, NULL, 'IPAY2023/03/6922', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7386, '2023-03-19 12:11:04', 6903, NULL, NULL, 'IPAY2023/03/6923', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7387, '2023-03-19 12:51:05', 6904, NULL, NULL, 'IPAY2023/03/6924', NULL, 'cash', '', '', '', '', '', '', '203.0000', NULL, 7, NULL, 'received', '', '203.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7388, '2023-03-19 12:58:05', 6905, NULL, NULL, 'IPAY2023/03/6925', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7389, '2023-03-19 13:49:43', 6906, NULL, NULL, 'IPAY2023/03/6926', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7390, '2023-03-19 13:50:59', 6907, NULL, NULL, 'IPAY2023/03/6927', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7391, '2023-03-19 16:18:16', 6908, NULL, NULL, 'IPAY2023/03/6928', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7392, '2023-03-19 16:22:29', 6909, NULL, NULL, 'IPAY2023/03/6929', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7393, '2023-03-19 16:23:34', 6910, NULL, NULL, 'IPAY2023/03/6930', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7394, '2023-03-19 16:36:06', 6911, NULL, NULL, 'IPAY2023/03/6931', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7395, '2023-03-19 17:21:55', 6912, NULL, NULL, 'IPAY2023/03/6932', NULL, 'cash', '', '', '', '', '', '', '54.5000', NULL, 7, NULL, 'received', '', '54.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7396, '2023-03-19 17:31:14', 6913, NULL, NULL, 'IPAY2023/03/6933', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7397, '2023-03-19 17:44:49', 6914, NULL, NULL, 'IPAY2023/03/6934', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7398, '2023-03-19 18:24:20', 6915, NULL, NULL, 'IPAY2023/03/6935', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7399, '2023-03-19 18:34:14', 6916, NULL, NULL, 'IPAY2023/03/6936', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7400, '2023-03-19 18:49:15', 6917, NULL, NULL, 'IPAY2023/03/6937', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7401, '2023-03-19 19:11:31', 6918, NULL, NULL, 'IPAY2023/03/6938', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7402, '2023-03-19 19:15:14', 6919, NULL, NULL, 'IPAY2023/03/6939', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7403, '2023-03-19 19:51:47', 6920, NULL, NULL, 'IPAY2023/03/6940', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7404, '2023-03-20 06:55:18', 6921, NULL, NULL, 'IPAY2023/03/6941', NULL, 'cash', '', '', '', '', '', '', '69.5000', NULL, 7, NULL, 'received', '', '69.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7405, '2023-03-20 06:57:23', 6922, NULL, NULL, 'IPAY2023/03/6942', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7406, '2023-03-20 06:58:05', 6923, NULL, NULL, 'IPAY2023/03/6943', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7407, '2023-03-20 06:58:57', 6924, NULL, NULL, 'IPAY2023/03/6944', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7408, '2023-03-20 06:59:49', 6925, NULL, NULL, 'IPAY2023/03/6945', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7409, '2023-03-20 07:00:26', 6926, NULL, NULL, 'IPAY2023/03/6946', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7410, '2023-03-20 07:21:35', 6927, NULL, NULL, 'IPAY2023/03/6947', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7411, '2023-03-20 07:36:18', 6928, NULL, NULL, 'IPAY2023/03/6948', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7412, '2023-03-20 08:00:44', 6929, NULL, NULL, 'IPAY2023/03/6949', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7413, '2023-03-20 08:01:33', 6930, NULL, NULL, 'IPAY2023/03/6950', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7414, '2023-03-20 08:06:07', 6931, NULL, NULL, 'IPAY2023/03/6951', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7415, '2023-03-20 08:19:03', 6932, NULL, NULL, 'IPAY2023/03/6952', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7416, '2023-03-20 10:55:10', 6933, NULL, NULL, 'IPAY2023/03/6953', NULL, 'cash', '', '', '', '', '', '', '134.5000', NULL, 7, NULL, 'received', '', '134.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7417, '2023-03-20 10:57:00', NULL, NULL, 530, 'POP2023/03/0488', NULL, 'cash', '', '', '', '', '', 'Visa', '60.0100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7418, '2023-03-20 10:58:39', 6934, NULL, NULL, 'IPAY2023/03/6954', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7419, '2023-03-20 11:01:00', NULL, NULL, 531, 'POP2023/03/0489', NULL, 'cash', '', '', '', '', '', 'Visa', '85.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7420, '2023-03-20 11:04:00', NULL, NULL, 532, 'POP2023/03/0490', NULL, 'cash', '', '', '', '', '', 'Visa', '345.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7421, '2023-03-20 11:12:30', 6935, NULL, NULL, 'IPAY2023/03/6955', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7422, '2023-03-20 11:16:22', 6936, NULL, NULL, 'IPAY2023/03/6956', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7423, '2023-03-20 12:10:37', 6937, NULL, NULL, 'IPAY2023/03/6957', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7424, '2023-03-20 13:08:21', 6938, NULL, NULL, 'IPAY2023/03/6958', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7425, '2023-03-20 13:25:03', 6939, NULL, NULL, 'IPAY2023/03/6959', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7426, '2023-03-20 13:34:06', 6940, NULL, NULL, 'IPAY2023/03/6960', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7427, '2023-03-20 13:57:04', 6941, NULL, NULL, 'IPAY2023/03/6961', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '100.0000', '94.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7428, '2023-03-20 14:38:48', 6942, NULL, NULL, 'IPAY2023/03/6962', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7429, '2023-03-20 15:32:11', 6943, NULL, NULL, 'IPAY2023/03/6963', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7430, '2023-03-20 15:57:32', 6944, NULL, NULL, 'IPAY2023/03/6964', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7431, '2023-03-20 16:07:44', 6945, NULL, NULL, 'IPAY2023/03/6965', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7432, '2023-03-20 16:20:10', 6946, NULL, NULL, 'IPAY2023/03/6966', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7433, '2023-03-20 16:34:46', 6947, NULL, NULL, 'IPAY2023/03/6967', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '50.0000', '19.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7434, '2023-03-20 16:40:00', NULL, NULL, 533, 'POP2023/03/0491', NULL, 'cash', '', '', '', '', '', 'Visa', '2713.2600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7435, '2023-03-20 16:46:46', 6948, NULL, NULL, 'IPAY2023/03/6968', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7436, '2023-03-20 16:51:56', 6949, NULL, NULL, 'IPAY2023/03/6969', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7437, '2023-03-20 16:55:39', 6950, NULL, NULL, 'IPAY2023/03/6970', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7438, '2023-03-20 16:56:27', 6951, NULL, NULL, 'IPAY2023/03/6971', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7439, '2023-03-20 17:13:38', 6952, NULL, NULL, 'IPAY2023/03/6972', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7440, '2023-03-20 17:31:29', 6953, NULL, NULL, 'IPAY2023/03/6973', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7441, '2023-03-20 17:41:39', 6954, NULL, NULL, 'IPAY2023/03/6974', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7442, '2023-03-20 17:45:36', 6955, NULL, NULL, 'IPAY2023/03/6975', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7443, '2023-03-20 17:45:56', 6956, NULL, NULL, 'IPAY2023/03/6976', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7444, '2023-03-20 18:06:35', 6957, NULL, NULL, 'IPAY2023/03/6977', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7445, '2023-03-20 18:08:48', 6958, NULL, NULL, 'IPAY2023/03/6978', NULL, 'cash', '', '', '', '', '', '', '565.0000', NULL, 7, NULL, 'received', '', '565.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7446, '2023-03-20 18:49:41', 6959, NULL, NULL, 'IPAY2023/03/6979', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7447, '2023-03-20 19:18:18', 6960, NULL, NULL, 'IPAY2023/03/6980', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7448, '2023-03-20 19:34:28', 6961, NULL, NULL, 'IPAY2023/03/6981', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7449, '2023-03-20 19:37:26', 6962, NULL, NULL, 'IPAY2023/03/6982', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7450, '2023-03-21 06:12:13', 6963, NULL, NULL, 'IPAY2023/03/6983', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7451, '2023-03-21 06:28:47', 6964, NULL, NULL, 'IPAY2023/03/6984', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '100.0000', '87.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7452, '2023-03-21 06:30:06', 6965, NULL, NULL, 'IPAY2023/03/6985', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7453, '2023-03-21 06:30:59', 6966, NULL, NULL, 'IPAY2023/03/6986', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7454, '2023-03-21 06:32:48', 6967, NULL, NULL, 'IPAY2023/03/6987', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7455, '2023-03-21 06:45:45', 6968, NULL, NULL, 'IPAY2023/03/6988', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7456, '2023-03-21 06:46:08', 6969, NULL, NULL, 'IPAY2023/03/6989', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7457, '2023-03-21 06:48:52', 6970, NULL, NULL, 'IPAY2023/03/6990', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7458, '2023-03-21 06:49:33', 6971, NULL, NULL, 'IPAY2023/03/6991', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7459, '2023-03-21 07:13:40', 6972, NULL, NULL, 'IPAY2023/03/6992', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7460, '2023-03-21 07:15:18', 6973, NULL, NULL, 'IPAY2023/03/6993', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7461, '2023-03-21 12:15:40', 6974, NULL, NULL, 'IPAY2023/03/6994', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7462, '2023-03-21 12:18:38', 6975, NULL, NULL, 'IPAY2023/03/6995', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7463, '2023-03-21 12:26:45', 6976, NULL, NULL, 'IPAY2023/03/6996', NULL, 'cash', '', '', '', '', '', '', '114.7500', NULL, 7, NULL, 'received', '', '114.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7464, '2023-03-21 12:28:09', 6977, NULL, NULL, 'IPAY2023/03/6997', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7465, '2023-03-21 12:50:45', 6978, NULL, NULL, 'IPAY2023/03/6998', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7466, '2023-03-21 13:13:12', 6979, NULL, NULL, 'IPAY2023/03/6999', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7467, '2023-03-21 13:16:33', 6980, NULL, NULL, 'IPAY2023/03/7000', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7468, '2023-03-21 14:11:29', 6981, NULL, NULL, 'IPAY2023/03/7001', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7469, '2023-03-21 14:51:47', 6982, NULL, NULL, 'IPAY2023/03/7002', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7470, '2023-03-21 14:53:11', 6983, NULL, NULL, 'IPAY2023/03/7003', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7471, '2023-03-21 15:23:03', 6984, NULL, NULL, 'IPAY2023/03/7004', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7472, '2023-03-21 15:51:57', 6985, NULL, NULL, 'IPAY2023/03/7005', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7473, '2023-03-21 15:54:40', 6986, NULL, NULL, 'IPAY2023/03/7006', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7474, '2023-03-21 16:12:47', 6987, NULL, NULL, 'IPAY2023/03/7007', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7475, '2023-03-21 16:26:37', 6988, NULL, NULL, 'IPAY2023/03/7008', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7476, '2023-03-21 16:54:44', 6989, NULL, NULL, 'IPAY2023/03/7009', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7477, '2023-03-21 16:55:13', 6990, NULL, NULL, 'IPAY2023/03/7010', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7478, '2023-03-21 17:27:30', 6991, NULL, NULL, 'IPAY2023/03/7011', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7479, '2023-03-21 17:35:20', 6992, NULL, NULL, 'IPAY2023/03/7012', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7480, '2023-03-21 17:41:38', 6993, NULL, NULL, 'IPAY2023/03/7013', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7481, '2023-03-21 18:05:03', 6994, NULL, NULL, 'IPAY2023/03/7014', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7482, '2023-03-21 18:27:17', 6995, NULL, NULL, 'IPAY2023/03/7015', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7483, '2023-03-21 18:32:46', 6996, NULL, NULL, 'IPAY2023/03/7016', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7484, '2023-03-21 18:34:26', 6997, NULL, NULL, 'IPAY2023/03/7017', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7485, '2023-03-21 18:39:57', 6998, NULL, NULL, 'IPAY2023/03/7018', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '30.0000', '7.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7486, '2023-03-21 18:51:12', 6999, NULL, NULL, 'IPAY2023/03/7019', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7487, '2023-03-21 19:10:23', 7000, NULL, NULL, 'IPAY2023/03/7020', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7488, '2023-03-22 06:24:52', 7001, NULL, NULL, 'IPAY2023/03/7021', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7489, '2023-03-22 06:27:14', 7002, NULL, NULL, 'IPAY2023/03/7022', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7490, '2023-03-22 06:28:14', 7003, NULL, NULL, 'IPAY2023/03/7023', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7491, '2023-03-22 06:29:28', 7004, NULL, NULL, 'IPAY2023/03/7024', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7492, '2023-03-22 06:32:19', 7005, NULL, NULL, 'IPAY2023/03/7025', NULL, 'cash', '', '', '', '', '', '', '66.5000', NULL, 7, NULL, 'received', '', '66.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7493, '2023-03-22 06:39:48', 7006, NULL, NULL, 'IPAY2023/03/7026', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7494, '2023-03-22 06:40:20', 7007, NULL, NULL, 'IPAY2023/03/7027', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7495, '2023-03-22 06:40:44', 7008, NULL, NULL, 'IPAY2023/03/7028', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7496, '2023-03-22 06:42:43', 7009, NULL, NULL, 'IPAY2023/03/7029', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7497, '2023-03-22 07:00:22', 7010, NULL, NULL, 'IPAY2023/03/7030', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7498, '2023-03-22 08:43:54', 7011, NULL, NULL, 'IPAY2023/03/7031', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7499, '2023-03-22 08:49:07', 7012, NULL, NULL, 'IPAY2023/03/7032', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7500, '2023-03-22 09:36:39', 7013, NULL, NULL, 'IPAY2023/03/7033', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7501, '2023-03-22 09:55:30', 7014, NULL, NULL, 'IPAY2023/03/7034', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7502, '2023-03-22 10:39:56', 7015, NULL, NULL, 'IPAY2023/03/7035', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7503, '2023-03-22 11:01:08', 7016, NULL, NULL, 'IPAY2023/03/7036', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7504, '2023-03-22 11:01:56', 7017, NULL, NULL, 'IPAY2023/03/7037', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7505, '2023-03-22 11:45:47', 7018, NULL, NULL, 'IPAY2023/03/7038', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7506, '2023-03-22 12:26:34', 7019, NULL, NULL, 'IPAY2023/03/7039', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7507, '2023-03-22 13:22:25', 7020, NULL, NULL, 'IPAY2023/03/7040', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7508, '2023-03-22 14:40:12', 7021, NULL, NULL, 'IPAY2023/03/7041', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7509, '2023-03-22 15:30:28', 7022, NULL, NULL, 'IPAY2023/03/7042', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7510, '2023-03-22 15:37:30', 7023, NULL, NULL, 'IPAY2023/03/7043', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7511, '2023-03-22 15:49:33', 7024, NULL, NULL, 'IPAY2023/03/7044', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7512, '2023-03-22 16:17:13', 7025, NULL, NULL, 'IPAY2023/03/7045', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7513, '2023-03-22 17:02:18', 7026, NULL, NULL, 'IPAY2023/03/7046', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7514, '2023-03-22 17:03:35', 7027, NULL, NULL, 'IPAY2023/03/7047', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7515, '2023-03-22 17:10:37', 7028, NULL, NULL, 'IPAY2023/03/7048', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7516, '2023-03-22 17:12:31', 7029, NULL, NULL, 'IPAY2023/03/7049', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7517, '2023-03-22 17:28:03', 7030, NULL, NULL, 'IPAY2023/03/7050', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7518, '2023-03-22 17:42:59', 7031, NULL, NULL, 'IPAY2023/03/7051', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7519, '2023-03-22 17:58:05', 7032, NULL, NULL, 'IPAY2023/03/7052', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7520, '2023-03-22 18:19:26', 7033, NULL, NULL, 'IPAY2023/03/7053', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '50.0000', '28.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7521, '2023-03-22 18:52:11', 7034, NULL, NULL, 'IPAY2023/03/7054', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7522, '2023-03-22 19:25:06', 7035, NULL, NULL, 'IPAY2023/03/7055', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '50.0000', '30.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7523, '2023-03-23 06:31:25', 7036, NULL, NULL, 'IPAY2023/03/7056', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7524, '2023-03-23 06:42:41', 7037, NULL, NULL, 'IPAY2023/03/7057', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7525, '2023-03-23 06:48:52', 7038, NULL, NULL, 'IPAY2023/03/7058', NULL, 'cash', '', '', '', '', '', '', '54.5000', NULL, 7, NULL, 'received', '', '54.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7526, '2023-03-23 06:50:23', 7039, NULL, NULL, 'IPAY2023/03/7059', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7527, '2023-03-23 06:51:26', 7040, NULL, NULL, 'IPAY2023/03/7060', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '36.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7528, '2023-03-23 06:51:53', 7041, NULL, NULL, 'IPAY2023/03/7061', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7529, '2023-03-23 06:52:24', 7042, NULL, NULL, 'IPAY2023/03/7062', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7530, '2023-03-23 06:53:25', 7043, NULL, NULL, 'IPAY2023/03/7063', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7531, '2023-03-23 06:54:54', 7044, NULL, NULL, 'IPAY2023/03/7064', NULL, 'cash', '', '', '', '', '', '', '39.5000', NULL, 7, NULL, 'received', '', '39.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7532, '2023-03-23 07:14:22', 7045, NULL, NULL, 'IPAY2023/03/7065', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7533, '2023-03-23 08:22:00', NULL, NULL, 534, 'POP2023/03/0492', NULL, 'cash', '', '', '', '', '', 'Visa', '85.8600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7534, '2023-03-23 08:23:00', NULL, NULL, 535, 'POP2023/03/0493', NULL, 'cash', '', '', '', '', '', 'Visa', '113.6667', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7535, '2023-03-23 08:36:00', NULL, NULL, 536, 'POP2023/03/0494', NULL, 'cash', '', '', '', '', '', 'Visa', '1508.7499', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7536, '2023-03-23 08:37:16', 7046, NULL, NULL, 'IPAY2023/03/7066', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7537, '2023-03-23 08:38:00', NULL, NULL, 537, 'POP2023/03/0495', NULL, 'cash', '', '', '', '', '', 'Visa', '280.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7538, '2023-03-23 09:08:03', 7047, NULL, NULL, 'IPAY2023/03/7067', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7539, '2023-03-23 09:10:00', NULL, NULL, 538, 'POP2023/03/0496', NULL, 'cash', '', '', '', '', '', 'Visa', '592.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7540, '2023-03-23 09:20:00', NULL, NULL, 539, 'POP2023/03/0497', NULL, 'cash', '', '', '', '', '', 'Visa', '1120.1400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7541, '2023-03-23 09:55:31', 7048, NULL, NULL, 'IPAY2023/03/7068', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7542, '2023-03-23 10:03:56', 7049, NULL, NULL, 'IPAY2023/03/7069', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7543, '2023-03-23 10:33:03', 7050, NULL, NULL, 'IPAY2023/03/7070', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7544, '2023-03-23 11:06:38', 7051, NULL, NULL, 'IPAY2023/03/7071', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7545, '2023-03-23 11:46:15', 7052, NULL, NULL, 'IPAY2023/03/7072', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7546, '2023-03-23 11:47:13', 7053, NULL, NULL, 'IPAY2023/03/7073', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7547, '2023-03-23 11:47:38', 7054, NULL, NULL, 'IPAY2023/03/7074', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7548, '2023-03-23 11:47:59', 7055, NULL, NULL, 'IPAY2023/03/7075', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7549, '2023-03-23 12:05:51', 7056, NULL, NULL, 'IPAY2023/03/7076', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7550, '2023-03-23 12:12:28', 7057, NULL, NULL, 'IPAY2023/03/7077', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7551, '2023-03-23 12:21:56', 7058, NULL, NULL, 'IPAY2023/03/7078', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7552, '2023-03-23 12:26:52', 7059, NULL, NULL, 'IPAY2023/03/7079', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7553, '2023-03-23 12:36:05', 7060, NULL, NULL, 'IPAY2023/03/7080', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7554, '2023-03-23 12:42:14', 7061, NULL, NULL, 'IPAY2023/03/7081', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7555, '2023-03-23 12:53:04', 7062, NULL, NULL, 'IPAY2023/03/7082', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7556, '2023-03-23 12:57:27', 7063, NULL, NULL, 'IPAY2023/03/7083', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7557, '2023-03-23 13:56:22', 7064, NULL, NULL, 'IPAY2023/03/7084', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7558, '2023-03-23 14:17:06', 7065, NULL, NULL, 'IPAY2023/03/7085', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7559, '2023-03-23 14:42:01', 7066, NULL, NULL, 'IPAY2023/03/7086', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7560, '2023-03-23 15:03:38', 7067, NULL, NULL, 'IPAY2023/03/7087', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7561, '2023-03-23 15:35:43', 7068, NULL, NULL, 'IPAY2023/03/7088', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7562, '2023-03-23 15:37:48', 7069, NULL, NULL, 'IPAY2023/03/7089', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7563, '2023-03-23 15:47:46', 7070, NULL, NULL, 'IPAY2023/03/7090', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '40.0000', '16.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7564, '2023-03-23 15:50:44', 7071, NULL, NULL, 'IPAY2023/03/7091', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7565, '2023-03-23 16:09:19', 7072, NULL, NULL, 'IPAY2023/03/7092', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7566, '2023-03-23 16:32:16', 7073, NULL, NULL, 'IPAY2023/03/7093', NULL, 'cash', '', '', '', '', '', '', '305.0000', NULL, 7, NULL, 'received', '', '305.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7567, '2023-03-23 16:42:45', 7074, NULL, NULL, 'IPAY2023/03/7094', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7568, '2023-03-23 17:19:00', NULL, NULL, 540, 'POP2023/03/0498', NULL, 'cash', '', '', '', '', '', 'Visa', '1248.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7569, '2023-03-23 17:26:08', 7075, NULL, NULL, 'IPAY2023/03/7095', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7570, '2023-03-23 17:30:49', 7076, NULL, NULL, 'IPAY2023/03/7096', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7571, '2023-03-23 17:34:16', 7077, NULL, NULL, 'IPAY2023/03/7097', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7572, '2023-03-23 18:08:50', 7078, NULL, NULL, 'IPAY2023/03/7098', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7573, '2023-03-23 18:11:09', 7079, NULL, NULL, 'IPAY2023/03/7099', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '50.0000', '26.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7574, '2023-03-23 18:14:41', 7080, NULL, NULL, 'IPAY2023/03/7100', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7575, '2023-03-23 18:37:34', 7081, NULL, NULL, 'IPAY2023/03/7101', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7576, '2023-03-23 18:51:46', 7082, NULL, NULL, 'IPAY2023/03/7102', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7577, '2023-03-23 19:43:48', 7083, NULL, NULL, 'IPAY2023/03/7103', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7578, '2023-03-23 19:45:22', 7084, NULL, NULL, 'IPAY2023/03/7104', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7579, '2023-03-23 19:46:20', 7085, NULL, NULL, 'IPAY2023/03/7105', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7580, '2023-03-24 06:18:49', 7086, NULL, NULL, 'IPAY2023/03/7106', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7581, '2023-03-24 06:20:14', 7087, NULL, NULL, 'IPAY2023/03/7107', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7582, '2023-03-24 06:20:55', 7088, NULL, NULL, 'IPAY2023/03/7108', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7583, '2023-03-24 06:42:49', 7089, NULL, NULL, 'IPAY2023/03/7109', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7584, '2023-03-24 06:43:32', 7090, NULL, NULL, 'IPAY2023/03/7110', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7585, '2023-03-24 06:44:13', 7091, NULL, NULL, 'IPAY2023/03/7111', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7586, '2023-03-24 06:44:40', 7092, NULL, NULL, 'IPAY2023/03/7112', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7587, '2023-03-24 06:53:18', 7093, NULL, NULL, 'IPAY2023/03/7113', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7588, '2023-03-24 07:03:29', 7094, NULL, NULL, 'IPAY2023/03/7114', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7589, '2023-03-24 07:04:25', 7095, NULL, NULL, 'IPAY2023/03/7115', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7590, '2023-03-24 07:09:28', 7096, NULL, NULL, 'IPAY2023/03/7116', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7591, '2023-03-24 07:39:25', 7097, NULL, NULL, 'IPAY2023/03/7117', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7592, '2023-03-24 08:26:35', 7098, NULL, NULL, 'IPAY2023/03/7118', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7593, '2023-03-24 08:58:58', 7099, NULL, NULL, 'IPAY2023/03/7119', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7594, '2023-03-24 09:10:38', 7100, NULL, NULL, 'IPAY2023/03/7120', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7595, '2023-03-24 09:28:11', 7101, NULL, NULL, 'IPAY2023/03/7121', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7596, '2023-03-24 09:37:02', 7102, NULL, NULL, 'IPAY2023/03/7122', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7597, '2023-03-24 09:50:25', 7103, NULL, NULL, 'IPAY2023/03/7123', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7598, '2023-03-24 10:08:41', 7104, NULL, NULL, 'IPAY2023/03/7124', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7599, '2023-03-24 10:09:19', 7105, NULL, NULL, 'IPAY2023/03/7125', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7600, '2023-03-24 11:18:25', 7106, NULL, NULL, 'IPAY2023/03/7126', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7601, '2023-03-24 11:32:07', 7107, NULL, NULL, 'IPAY2023/03/7127', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7602, '2023-03-24 11:54:34', 7108, NULL, NULL, 'IPAY2023/03/7128', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7603, '2023-03-24 11:55:35', 7109, NULL, NULL, 'IPAY2023/03/7129', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7604, '2023-03-24 12:08:54', 7110, NULL, NULL, 'IPAY2023/03/7130', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7605, '2023-03-24 12:11:56', 7111, NULL, NULL, 'IPAY2023/03/7131', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7606, '2023-03-24 13:50:56', 7112, NULL, NULL, 'IPAY2023/03/7132', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7607, '2023-03-24 13:52:32', 7113, NULL, NULL, 'IPAY2023/03/7133', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7608, '2023-03-24 15:52:02', 7114, NULL, NULL, 'IPAY2023/03/7134', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7609, '2023-03-24 16:08:32', 7115, NULL, NULL, 'IPAY2023/03/7135', NULL, 'cash', '', '', '', '', '', '', '46.5000', NULL, 7, NULL, 'received', '', '46.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7610, '2023-03-24 16:10:04', 7116, NULL, NULL, 'IPAY2023/03/7136', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7611, '2023-03-24 16:12:58', 7117, NULL, NULL, 'IPAY2023/03/7137', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7612, '2023-03-24 16:22:46', 7118, NULL, NULL, 'IPAY2023/03/7138', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7613, '2023-03-24 16:32:29', 7119, NULL, NULL, 'IPAY2023/03/7139', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '100.0000', '78.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7614, '2023-03-24 16:36:43', 7120, NULL, NULL, 'IPAY2023/03/7140', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7615, '2023-03-24 16:38:07', 7121, NULL, NULL, 'IPAY2023/03/7141', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7616, '2023-03-24 16:41:46', 7122, NULL, NULL, 'IPAY2023/03/7142', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7617, '2023-03-24 16:45:16', 7123, NULL, NULL, 'IPAY2023/03/7143', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7618, '2023-03-24 16:53:59', 7124, NULL, NULL, 'IPAY2023/03/7144', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7619, '2023-03-24 17:36:58', 7125, NULL, NULL, 'IPAY2023/03/7145', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7620, '2023-03-24 17:39:08', 7126, NULL, NULL, 'IPAY2023/03/7146', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7621, '2023-03-24 17:57:02', 7127, NULL, NULL, 'IPAY2023/03/7147', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7622, '2023-03-24 18:13:15', 7128, NULL, NULL, 'IPAY2023/03/7148', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7623, '2023-03-24 18:13:35', 7129, NULL, NULL, 'IPAY2023/03/7149', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7624, '2023-03-24 18:19:20', 7130, NULL, NULL, 'IPAY2023/03/7150', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7625, '2023-03-24 18:36:20', 7131, NULL, NULL, 'IPAY2023/03/7151', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7626, '2023-03-24 18:39:04', 7132, NULL, NULL, 'IPAY2023/03/7152', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7627, '2023-03-24 18:53:30', 7133, NULL, NULL, 'IPAY2023/03/7153', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7628, '2023-03-24 18:54:00', 7134, NULL, NULL, 'IPAY2023/03/7154', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7629, '2023-03-24 19:45:57', 7135, NULL, NULL, 'IPAY2023/03/7155', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7630, '2023-03-24 19:48:36', 7136, NULL, NULL, 'IPAY2023/03/7156', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7631, '2023-03-24 19:55:22', 7137, NULL, NULL, 'IPAY2023/03/7157', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7632, '2023-03-24 19:57:02', 7138, NULL, NULL, 'IPAY2023/03/7158', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7633, '2023-03-25 07:01:26', 7139, NULL, NULL, 'IPAY2023/03/7159', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7634, '2023-03-25 07:16:41', 7140, NULL, NULL, 'IPAY2023/03/7160', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7635, '2023-03-25 07:23:00', 7141, NULL, NULL, 'IPAY2023/03/7161', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7636, '2023-03-25 07:35:42', 7142, NULL, NULL, 'IPAY2023/03/7162', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '2.0000', '0.7500', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7637, '2023-03-25 09:08:54', 7143, NULL, NULL, 'IPAY2023/03/7163', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7638, '2023-03-25 09:22:43', 7144, NULL, NULL, 'IPAY2023/03/7164', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7639, '2023-03-25 09:50:55', 7145, NULL, NULL, 'IPAY2023/03/7165', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7640, '2023-03-25 09:56:02', 7146, NULL, NULL, 'IPAY2023/03/7166', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7641, '2023-03-25 10:55:56', 7147, NULL, NULL, 'IPAY2023/03/7167', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7642, '2023-03-25 11:00:35', 7148, NULL, NULL, 'IPAY2023/03/7168', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7643, '2023-03-25 12:25:48', 7149, NULL, NULL, 'IPAY2023/03/7169', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7644, '2023-03-25 12:35:30', 7150, NULL, NULL, 'IPAY2023/03/7170', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7645, '2023-03-25 12:42:42', 7151, NULL, NULL, 'IPAY2023/03/7171', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7646, '2023-03-25 12:50:44', 7152, NULL, NULL, 'IPAY2023/03/7172', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7647, '2023-03-25 13:41:37', 7153, NULL, NULL, 'IPAY2023/03/7173', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7648, '2023-03-25 13:46:39', 7154, NULL, NULL, 'IPAY2023/03/7174', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '200.0000', '167.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7649, '2023-03-25 14:15:09', 7155, NULL, NULL, 'IPAY2023/03/7175', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7650, '2023-03-25 14:27:32', 7156, NULL, NULL, 'IPAY2023/03/7176', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7651, '2023-03-25 14:49:55', 7157, NULL, NULL, 'IPAY2023/03/7177', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7652, '2023-03-25 14:55:29', 7158, NULL, NULL, 'IPAY2023/03/7178', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7653, '2023-03-25 15:22:35', 7159, NULL, NULL, 'IPAY2023/03/7179', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7654, '2023-03-25 15:42:29', 7160, NULL, NULL, 'IPAY2023/03/7180', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7655, '2023-03-25 15:55:23', 7161, NULL, NULL, 'IPAY2023/03/7181', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7656, '2023-03-25 16:09:14', 7162, NULL, NULL, 'IPAY2023/03/7182', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7657, '2023-03-25 16:27:26', 7163, NULL, NULL, 'IPAY2023/03/7183', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7658, '2023-03-25 16:35:03', 7164, NULL, NULL, 'IPAY2023/03/7184', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7659, '2023-03-25 16:54:07', 7165, NULL, NULL, 'IPAY2023/03/7185', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7660, '2023-03-25 17:25:11', 7166, NULL, NULL, 'IPAY2023/03/7186', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7661, '2023-03-25 17:40:54', 7167, NULL, NULL, 'IPAY2023/03/7187', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7662, '2023-03-25 17:53:56', 7168, NULL, NULL, 'IPAY2023/03/7188', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7663, '2023-03-25 18:03:29', 7169, NULL, NULL, 'IPAY2023/03/7189', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7664, '2023-03-25 18:40:03', 7170, NULL, NULL, 'IPAY2023/03/7190', NULL, 'cash', '', '', '', '', '', '', '102.0000', NULL, 7, NULL, 'received', '', '102.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7665, '2023-03-25 19:01:44', 7171, NULL, NULL, 'IPAY2023/03/7191', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7666, '2023-03-25 19:06:00', 7172, NULL, NULL, 'IPAY2023/03/7192', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7667, '2023-03-25 19:43:44', 7173, NULL, NULL, 'IPAY2023/03/7193', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7668, '2023-03-26 06:50:14', 7174, NULL, NULL, 'IPAY2023/03/7194', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7669, '2023-03-26 06:53:24', 7175, NULL, NULL, 'IPAY2023/03/7195', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7670, '2023-03-26 07:33:37', 7176, NULL, NULL, 'IPAY2023/03/7196', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7671, '2023-03-26 07:41:24', 7177, NULL, NULL, 'IPAY2023/03/7197', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7672, '2023-03-26 09:25:32', 7178, NULL, NULL, 'IPAY2023/03/7198', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7673, '2023-03-26 10:08:26', 7179, NULL, NULL, 'IPAY2023/03/7199', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '37.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7674, '2023-03-26 10:09:35', 7180, NULL, NULL, 'IPAY2023/03/7200', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7675, '2023-03-26 10:36:15', 7181, NULL, NULL, 'IPAY2023/03/7201', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7676, '2023-03-26 10:56:44', 7182, NULL, NULL, 'IPAY2023/03/7202', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7677, '2023-03-26 10:59:21', 7183, NULL, NULL, 'IPAY2023/03/7203', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7678, '2023-03-26 11:22:26', 7184, NULL, NULL, 'IPAY2023/03/7204', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7679, '2023-03-26 11:43:25', 7185, NULL, NULL, 'IPAY2023/03/7205', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7680, '2023-03-26 12:06:09', 7186, NULL, NULL, 'IPAY2023/03/7206', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7681, '2023-03-26 12:11:25', 7187, NULL, NULL, 'IPAY2023/03/7207', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7682, '2023-03-26 12:46:20', 7188, NULL, NULL, 'IPAY2023/03/7208', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7683, '2023-03-26 13:41:49', 7189, NULL, NULL, 'IPAY2023/03/7209', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7684, '2023-03-26 13:56:26', 7190, NULL, NULL, 'IPAY2023/03/7210', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '100.0000', '28.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7685, '2023-03-26 14:15:11', 7191, NULL, NULL, 'IPAY2023/03/7211', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7686, '2023-03-26 14:40:17', 7192, NULL, NULL, 'IPAY2023/03/7212', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7687, '2023-03-26 15:26:26', 7193, NULL, NULL, 'IPAY2023/03/7213', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7688, '2023-03-26 15:56:10', 7194, NULL, NULL, 'IPAY2023/03/7214', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7689, '2023-03-26 15:57:01', 7195, NULL, NULL, 'IPAY2023/03/7215', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7690, '2023-03-26 15:57:30', 7196, NULL, NULL, 'IPAY2023/03/7216', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7691, '2023-03-26 15:58:52', 7197, NULL, NULL, 'IPAY2023/03/7217', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7692, '2023-03-26 16:06:07', 7198, NULL, NULL, 'IPAY2023/03/7218', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7693, '2023-03-26 16:06:54', 7199, NULL, NULL, 'IPAY2023/03/7219', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7694, '2023-03-26 16:08:01', 7200, NULL, NULL, 'IPAY2023/03/7220', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7695, '2023-03-26 16:09:00', 7201, NULL, NULL, 'IPAY2023/03/7221', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7696, '2023-03-26 16:10:02', 7202, NULL, NULL, 'IPAY2023/03/7222', NULL, 'cash', '', '', '', '', '', '', '50.5000', NULL, 7, NULL, 'received', '', '50.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7697, '2023-03-26 16:10:35', 7203, NULL, NULL, 'IPAY2023/03/7223', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7698, '2023-03-26 16:11:25', 7204, NULL, NULL, 'IPAY2023/03/7224', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7699, '2023-03-26 16:12:05', 7205, NULL, NULL, 'IPAY2023/03/7225', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7700, '2023-03-26 16:12:45', 7206, NULL, NULL, 'IPAY2023/03/7226', NULL, 'cash', '', '', '', '', '', '', '45.5000', NULL, 7, NULL, 'received', '', '45.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7701, '2023-03-26 16:18:56', 7207, NULL, NULL, 'IPAY2023/03/7227', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7702, '2023-03-26 16:39:04', 7208, NULL, NULL, 'IPAY2023/03/7228', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7703, '2023-03-26 16:40:10', 7209, NULL, NULL, 'IPAY2023/03/7229', NULL, 'cash', '', '', '', '', '', '', '80.2500', NULL, 7, NULL, 'received', '', '80.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7704, '2023-03-26 16:40:45', 7210, NULL, NULL, 'IPAY2023/03/7230', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7705, '2023-03-26 16:41:53', 7211, NULL, NULL, 'IPAY2023/03/7231', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7706, '2023-03-26 16:44:33', 7212, NULL, NULL, 'IPAY2023/03/7232', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7707, '2023-03-26 16:50:48', 7213, NULL, NULL, 'IPAY2023/03/7233', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7708, '2023-03-26 16:59:57', 7214, NULL, NULL, 'IPAY2023/03/7234', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '40.0000', '16.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7709, '2023-03-26 17:13:31', 7215, NULL, NULL, 'IPAY2023/03/7235', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7710, '2023-03-26 17:14:50', 7216, NULL, NULL, 'IPAY2023/03/7236', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7711, '2023-03-26 17:19:37', 7217, NULL, NULL, 'IPAY2023/03/7237', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7712, '2023-03-26 17:20:31', 7218, NULL, NULL, 'IPAY2023/03/7238', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7713, '2023-03-26 17:22:01', 7219, NULL, NULL, 'IPAY2023/03/7239', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7714, '2023-03-26 17:27:08', 7220, NULL, NULL, 'IPAY2023/03/7240', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7715, '2023-03-26 17:47:12', 7221, NULL, NULL, 'IPAY2023/03/7241', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7716, '2023-03-26 17:57:04', 7222, NULL, NULL, 'IPAY2023/03/7242', NULL, 'cash', '', '', '', '', '', '', '3.7500', NULL, 7, NULL, 'received', '', '10.0000', '6.2500', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7717, '2023-03-26 18:08:09', 7223, NULL, NULL, 'IPAY2023/03/7243', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7718, '2023-03-26 18:13:27', 7224, NULL, NULL, 'IPAY2023/03/7244', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7719, '2023-03-26 18:14:04', 7225, NULL, NULL, 'IPAY2023/03/7245', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7720, '2023-03-26 18:15:20', 7226, NULL, NULL, 'IPAY2023/03/7246', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7721, '2023-03-26 18:17:30', 7227, NULL, NULL, 'IPAY2023/03/7247', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7722, '2023-03-26 18:24:02', 7228, NULL, NULL, 'IPAY2023/03/7248', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7723, '2023-03-26 18:25:46', 7229, NULL, NULL, 'IPAY2023/03/7249', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7724, '2023-03-26 18:26:52', 7230, NULL, NULL, 'IPAY2023/03/7250', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7725, '2023-03-26 18:33:07', 7231, NULL, NULL, 'IPAY2023/03/7251', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7726, '2023-03-26 18:47:05', 7232, NULL, NULL, 'IPAY2023/03/7252', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7727, '2023-03-26 18:48:59', 7233, NULL, NULL, 'IPAY2023/03/7253', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7728, '2023-03-26 19:00:02', 7234, NULL, NULL, 'IPAY2023/03/7254', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7729, '2023-03-26 19:06:43', 7235, NULL, NULL, 'IPAY2023/03/7255', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7730, '2023-03-26 19:08:16', 7236, NULL, NULL, 'IPAY2023/03/7256', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7731, '2023-03-26 19:11:08', 7237, NULL, NULL, 'IPAY2023/03/7257', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7732, '2023-03-26 19:26:52', 7238, NULL, NULL, 'IPAY2023/03/7258', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7733, '2023-03-26 19:33:17', 7239, NULL, NULL, 'IPAY2023/03/7259', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7734, '2023-03-26 19:54:33', 7240, NULL, NULL, 'IPAY2023/03/7260', NULL, 'cash', '', '', '', '', '', '', '74.0000', NULL, 7, NULL, 'received', '', '74.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7735, '2023-03-26 19:55:46', 7241, NULL, NULL, 'IPAY2023/03/7261', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7736, '2023-03-27 06:25:39', 7242, NULL, NULL, 'IPAY2023/03/7262', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7737, '2023-03-27 06:26:08', 7243, NULL, NULL, 'IPAY2023/03/7263', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7738, '2023-03-27 06:29:34', 7244, NULL, NULL, 'IPAY2023/03/7264', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7739, '2023-03-27 06:36:59', 7245, NULL, NULL, 'IPAY2023/03/7265', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7740, '2023-03-27 06:37:17', 7246, NULL, NULL, 'IPAY2023/03/7266', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7741, '2023-03-27 06:37:45', 7247, NULL, NULL, 'IPAY2023/03/7267', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7742, '2023-03-27 06:38:51', 7248, NULL, NULL, 'IPAY2023/03/7268', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '67.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7743, '2023-03-27 06:40:08', 7249, NULL, NULL, 'IPAY2023/03/7269', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7744, '2023-03-27 06:40:37', 7250, NULL, NULL, 'IPAY2023/03/7270', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7745, '2023-03-27 06:41:29', 7251, NULL, NULL, 'IPAY2023/03/7271', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7746, '2023-03-27 06:52:00', 7252, NULL, NULL, 'IPAY2023/03/7272', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7747, '2023-03-27 07:20:41', 7253, NULL, NULL, 'IPAY2023/03/7273', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7748, '2023-03-27 07:38:54', 7254, NULL, NULL, 'IPAY2023/03/7274', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7749, '2023-03-27 07:48:51', 7255, NULL, NULL, 'IPAY2023/03/7275', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '36.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7750, '2023-03-27 08:02:41', 7256, NULL, NULL, 'IPAY2023/03/7276', NULL, 'cash', '', '', '', '', '', '', '60.5000', NULL, 7, NULL, 'received', '', '60.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7751, '2023-03-27 08:19:00', NULL, NULL, 541, 'POP2023/03/0499', NULL, 'cash', '', '', '', '', '', 'Visa', '201.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7752, '2023-03-27 08:21:00', NULL, NULL, 542, 'POP2023/03/0500', NULL, 'cash', '', '', '', '', '', 'Visa', '228.5400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7753, '2023-03-27 08:22:00', NULL, NULL, 543, 'POP2023/03/0501', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7754, '2023-03-27 08:22:50', 7257, NULL, NULL, 'IPAY2023/03/7277', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7755, '2023-03-27 08:24:26', 7258, NULL, NULL, 'IPAY2023/03/7278', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7756, '2023-03-27 08:27:10', 7259, NULL, NULL, 'IPAY2023/03/7279', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7757, '2023-03-30 09:18:00', NULL, NULL, 544, 'POP2023/03/0502', NULL, 'cash', '', '', '', '', '', 'Visa', '367.6500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7758, '2023-03-30 09:20:00', NULL, NULL, 545, 'POP2023/03/0503', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7759, '2023-03-30 09:21:00', NULL, NULL, 546, 'POP2023/03/0504', NULL, 'cash', '', '', '', '', '', 'Visa', '234.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7760, '2023-03-30 09:26:00', NULL, NULL, 547, 'POP2023/03/0505', NULL, 'cash', '', '', '', '', '', 'Visa', '555.3300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7761, '2023-03-30 09:35:32', 7260, NULL, NULL, 'IPAY2023/03/7280', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7762, '2023-03-30 09:38:00', NULL, NULL, 548, 'POP2023/03/0506', NULL, 'cash', '', '', '', '', '', 'Visa', '1228.5300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7763, '2023-03-30 09:55:06', 7261, NULL, NULL, 'IPAY2023/03/7281', NULL, 'cash', '', '', '', '', '', '', '133.0000', NULL, 7, NULL, 'received', '', '133.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7764, '2023-03-30 10:01:15', 7262, NULL, NULL, 'IPAY2023/03/7282', NULL, 'cash', '', '', '', '', '', '', '209.5000', NULL, 7, NULL, 'received', '', '209.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7765, '2023-03-30 10:06:19', 7263, NULL, NULL, 'IPAY2023/03/7283', NULL, 'cash', '', '', '', '', '', '', '164.5000', NULL, 7, NULL, 'received', '', '164.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7766, '2023-03-30 10:15:24', 7264, NULL, NULL, 'IPAY2023/03/7284', NULL, 'cash', '', '', '', '', '', '', '130.0000', NULL, 7, NULL, 'received', '', '130.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7767, '2023-03-30 10:17:44', 7265, NULL, NULL, 'IPAY2023/03/7285', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7768, '2023-03-30 10:19:17', 7266, NULL, NULL, 'IPAY2023/03/7286', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7769, '2023-03-30 10:26:51', 7267, NULL, NULL, 'IPAY2023/03/7287', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '200.0000', '157.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7770, '2023-03-30 10:29:23', 7268, NULL, NULL, 'IPAY2023/03/7288', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7771, '2023-03-30 10:38:31', 7269, NULL, NULL, 'IPAY2023/03/7289', NULL, 'cash', '', '', '', '', '', '', '246.0000', NULL, 7, NULL, 'received', '', '246.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7772, '2023-03-30 10:42:15', 7270, NULL, NULL, 'IPAY2023/03/7290', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7773, '2023-03-30 10:44:41', 7271, NULL, NULL, 'IPAY2023/03/7291', NULL, 'cash', '', '', '', '', '', '', '161.0000', NULL, 7, NULL, 'received', '', '161.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7774, '2023-03-30 10:50:53', 7272, NULL, NULL, 'IPAY2023/03/7292', NULL, 'cash', '', '', '', '', '', '', '50.5000', NULL, 7, NULL, 'received', '', '50.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7775, '2023-03-30 10:55:25', 7273, NULL, NULL, 'IPAY2023/03/7293', NULL, 'cash', '', '', '', '', '', '', '126.5000', NULL, 7, NULL, 'received', '', '126.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7776, '2023-03-30 11:00:05', 7274, NULL, NULL, 'IPAY2023/03/7294', NULL, 'cash', '', '', '', '', '', '', '46.7500', NULL, 7, NULL, 'received', '', '46.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7777, '2023-03-30 11:03:27', 7275, NULL, NULL, 'IPAY2023/03/7295', NULL, 'cash', '', '', '', '', '', '', '166.0000', NULL, 7, NULL, 'received', '', '166.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7778, '2023-03-30 11:04:46', 7276, NULL, NULL, 'IPAY2023/03/7296', NULL, 'cash', '', '', '', '', '', '', '86.5000', NULL, 7, NULL, 'received', '', '86.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7779, '2023-03-30 11:06:42', 7277, NULL, NULL, 'IPAY2023/03/7297', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7780, '2023-03-30 11:08:22', 7278, NULL, NULL, 'IPAY2023/03/7298', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7781, '2023-03-30 11:10:28', 7279, NULL, NULL, 'IPAY2023/03/7299', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7782, '2023-03-30 11:20:13', 7280, NULL, NULL, 'IPAY2023/03/7300', NULL, 'cash', '', '', '', '', '', '', '101.5000', NULL, 7, NULL, 'received', '', '101.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7783, '2023-03-30 11:24:18', 7281, NULL, NULL, 'IPAY2023/03/7301', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7784, '2023-03-30 11:35:57', 7282, NULL, NULL, 'IPAY2023/03/7302', NULL, 'cash', '', '', '', '', '', '', '79.0000', NULL, 7, NULL, 'received', '', '79.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7785, '2023-03-30 11:38:05', 7283, NULL, NULL, 'IPAY2023/03/7303', NULL, 'cash', '', '', '', '', '', '', '98.5000', NULL, 7, NULL, 'received', '', '98.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7786, '2023-03-30 11:42:31', 7284, NULL, NULL, 'IPAY2023/03/7304', NULL, 'cash', '', '', '', '', '', '', '175.0000', NULL, 7, NULL, 'received', '', '175.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7787, '2023-03-30 11:44:21', 7285, NULL, NULL, 'IPAY2023/03/7305', NULL, 'cash', '', '', '', '', '', '', '161.0000', NULL, 7, NULL, 'received', '', '161.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7788, '2023-03-30 11:47:23', 7286, NULL, NULL, 'IPAY2023/03/7306', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7789, '2023-03-30 11:47:55', 7287, NULL, NULL, 'IPAY2023/03/7307', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7790, '2023-03-30 11:48:43', 7288, NULL, NULL, 'IPAY2023/03/7308', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7791, '2023-03-30 11:51:25', 7289, NULL, NULL, 'IPAY2023/03/7309', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7792, '2023-03-30 11:51:40', 7290, NULL, NULL, 'IPAY2023/03/7310', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7793, '2023-03-30 11:53:23', 7291, NULL, NULL, 'IPAY2023/03/7311', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7794, '2023-03-30 11:54:20', 7292, NULL, NULL, 'IPAY2023/03/7312', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7795, '2023-03-30 11:56:04', 7293, NULL, NULL, 'IPAY2023/03/7313', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7796, '2023-03-30 12:00:44', 7294, NULL, NULL, 'IPAY2023/03/7314', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7797, '2023-03-30 12:01:32', 7295, NULL, NULL, 'IPAY2023/03/7315', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7798, '2023-03-30 12:02:00', 7296, NULL, NULL, 'IPAY2023/03/7316', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7799, '2023-03-30 12:03:09', 7297, NULL, NULL, 'IPAY2023/03/7317', NULL, 'cash', '', '', '', '', '', '', '122.0000', NULL, 7, NULL, 'received', '', '122.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7800, '2023-03-30 12:34:26', 7298, NULL, NULL, 'IPAY2023/03/7318', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7801, '2023-03-30 13:44:50', 7299, NULL, NULL, 'IPAY2023/03/7319', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7802, '2023-03-30 13:49:14', 7300, NULL, NULL, 'IPAY2023/03/7320', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7803, '2023-03-30 15:14:02', 7301, NULL, NULL, 'IPAY2023/03/7321', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7804, '2023-03-30 15:47:41', 7302, NULL, NULL, 'IPAY2023/03/7322', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7805, '2023-03-30 15:49:42', 7303, NULL, NULL, 'IPAY2023/03/7323', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7806, '2023-03-30 15:52:43', 7304, NULL, NULL, 'IPAY2023/03/7324', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7807, '2023-03-30 15:53:26', 7305, NULL, NULL, 'IPAY2023/03/7325', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7808, '2023-03-30 17:23:49', 7306, NULL, NULL, 'IPAY2023/03/7326', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7809, '2023-03-30 17:48:40', 7307, NULL, NULL, 'IPAY2023/03/7327', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7810, '2023-03-30 17:49:45', 7308, NULL, NULL, 'IPAY2023/03/7328', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7811, '2023-03-30 17:56:20', 7309, NULL, NULL, 'IPAY2023/03/7329', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7812, '2023-03-30 18:32:53', 7310, NULL, NULL, 'IPAY2023/03/7330', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7813, '2023-03-30 18:54:31', 7311, NULL, NULL, 'IPAY2023/03/7331', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '200.0000', '176.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7814, '2023-03-30 19:23:06', 7312, NULL, NULL, 'IPAY2023/03/7332', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7815, '2023-03-30 19:38:13', 7313, NULL, NULL, 'IPAY2023/03/7333', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7816, '2023-03-30 19:41:01', 7314, NULL, NULL, 'IPAY2023/03/7334', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7817, '2023-03-31 06:02:49', 7315, NULL, NULL, 'IPAY2023/03/7335', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7818, '2023-03-31 06:03:20', 7316, NULL, NULL, 'IPAY2023/03/7336', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7819, '2023-03-31 06:25:34', 7317, NULL, NULL, 'IPAY2023/03/7337', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7820, '2023-03-31 06:28:06', 7318, NULL, NULL, 'IPAY2023/03/7338', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7821, '2023-03-31 06:39:13', 7319, NULL, NULL, 'IPAY2023/03/7339', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7822, '2023-03-31 06:40:13', 7320, NULL, NULL, 'IPAY2023/03/7340', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7823, '2023-03-31 06:40:54', 7321, NULL, NULL, 'IPAY2023/03/7341', NULL, 'cash', '', '', '', '', '', '', '39.5000', NULL, 7, NULL, 'received', '', '39.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7824, '2023-03-31 06:44:14', 7322, NULL, NULL, 'IPAY2023/03/7342', NULL, 'cash', '', '', '', '', '', '', '71.5000', NULL, 7, NULL, 'received', '', '71.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7825, '2023-03-31 06:44:48', 7323, NULL, NULL, 'IPAY2023/03/7343', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7826, '2023-03-31 06:58:40', 7324, NULL, NULL, 'IPAY2023/03/7344', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7827, '2023-03-31 07:00:35', 7325, NULL, NULL, 'IPAY2023/03/7345', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7828, '2023-03-31 07:01:05', 7326, NULL, NULL, 'IPAY2023/03/7346', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7829, '2023-03-31 07:10:39', 7327, NULL, NULL, 'IPAY2023/03/7347', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7830, '2023-03-31 07:56:35', 7328, NULL, NULL, 'IPAY2023/03/7348', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7831, '2023-03-31 08:21:45', 7329, NULL, NULL, 'IPAY2023/03/7349', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7832, '2023-03-31 08:31:48', 7330, NULL, NULL, 'IPAY2023/03/7350', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7833, '2023-03-31 09:40:12', 7331, NULL, NULL, 'IPAY2023/03/7351', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7834, '2023-03-31 10:24:31', 7332, NULL, NULL, 'IPAY2023/03/7352', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7835, '2023-03-31 11:48:27', 7333, NULL, NULL, 'IPAY2023/03/7353', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7836, '2023-03-31 12:01:48', 7334, NULL, NULL, 'IPAY2023/03/7354', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7837, '2023-03-31 12:14:16', 7335, NULL, NULL, 'IPAY2023/03/7355', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7838, '2023-03-31 12:29:47', 7336, NULL, NULL, 'IPAY2023/03/7356', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7839, '2023-03-31 12:42:28', 7337, NULL, NULL, 'IPAY2023/03/7357', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7840, '2023-03-31 12:52:15', 7338, NULL, NULL, 'IPAY2023/03/7358', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7841, '2023-03-31 12:58:09', 7339, NULL, NULL, 'IPAY2023/03/7359', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7842, '2023-03-31 13:04:22', 7340, NULL, NULL, 'IPAY2023/03/7360', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7843, '2023-03-31 13:33:47', 7341, NULL, NULL, 'IPAY2023/03/7361', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7844, '2023-03-31 14:19:57', 7342, NULL, NULL, 'IPAY2023/03/7362', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7845, '2023-03-31 14:36:02', 7343, NULL, NULL, 'IPAY2023/03/7363', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7846, '2023-03-31 14:40:53', 7344, NULL, NULL, 'IPAY2023/03/7364', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7847, '2023-03-31 14:46:37', 7345, NULL, NULL, 'IPAY2023/03/7365', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7848, '2023-03-31 15:19:53', 7346, NULL, NULL, 'IPAY2023/03/7366', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7849, '2023-03-31 15:35:56', 7347, NULL, NULL, 'IPAY2023/03/7367', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7850, '2023-03-31 15:57:51', 7348, NULL, NULL, 'IPAY2023/03/7368', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7851, '2023-03-31 16:06:28', 7349, NULL, NULL, 'IPAY2023/03/7369', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7852, '2023-03-31 16:40:53', 7350, NULL, NULL, 'IPAY2023/03/7370', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7853, '2023-03-31 17:24:00', 7351, NULL, NULL, 'IPAY2023/03/7371', NULL, 'cash', '', '', '', '', '', '', '61.5000', NULL, 7, NULL, 'received', '', '61.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7854, '2023-03-31 17:26:44', 7352, NULL, NULL, 'IPAY2023/03/7372', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7855, '2023-03-31 17:28:00', 7353, NULL, NULL, 'IPAY2023/03/7373', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7856, '2023-03-31 17:31:48', 7354, NULL, NULL, 'IPAY2023/03/7374', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7857, '2023-03-31 17:34:36', 7355, NULL, NULL, 'IPAY2023/03/7375', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7858, '2023-03-31 17:36:07', 7356, NULL, NULL, 'IPAY2023/03/7376', NULL, 'cash', '', '', '', '', '', '', '73.5000', NULL, 7, NULL, 'received', '', '73.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7859, '2023-03-31 17:41:02', 7357, NULL, NULL, 'IPAY2023/03/7377', NULL, 'cash', '', '', '', '', '', '', '46.5000', NULL, 7, NULL, 'received', '', '46.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7860, '2023-03-31 17:45:49', 7358, NULL, NULL, 'IPAY2023/03/7378', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7861, '2023-03-31 17:52:09', 7359, NULL, NULL, 'IPAY2023/03/7379', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7862, '2023-03-31 17:57:33', 7360, NULL, NULL, 'IPAY2023/03/7380', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7863, '2023-03-31 18:03:18', 7361, NULL, NULL, 'IPAY2023/03/7381', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7864, '2023-03-31 18:04:33', 7362, NULL, NULL, 'IPAY2023/03/7382', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7865, '2023-03-31 18:17:05', 7363, NULL, NULL, 'IPAY2023/03/7383', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7866, '2023-03-31 18:24:38', 7364, NULL, NULL, 'IPAY2023/03/7384', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7867, '2023-03-31 18:28:55', 7365, NULL, NULL, 'IPAY2023/03/7385', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7868, '2023-03-31 18:54:43', 7366, NULL, NULL, 'IPAY2023/03/7386', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7869, '2023-03-31 19:43:48', 7367, NULL, NULL, 'IPAY2023/03/7387', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '84.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7870, '2023-03-31 19:51:38', 7368, NULL, NULL, 'IPAY2023/03/7388', NULL, 'cash', '', '', '', '', '', '', '64.5000', NULL, 7, NULL, 'received', '', '64.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7871, '2023-03-31 20:00:04', 7369, NULL, NULL, 'IPAY2023/03/7389', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7872, '2023-04-01 06:25:20', 7370, NULL, NULL, 'IPAY2023/04/7390', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7873, '2023-04-01 07:15:01', 7371, NULL, NULL, 'IPAY2023/04/7391', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7874, '2023-04-01 08:24:30', 7372, NULL, NULL, 'IPAY2023/04/7392', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7875, '2023-04-01 08:37:04', 7373, NULL, NULL, 'IPAY2023/04/7393', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '100.0000', '95.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7876, '2023-04-01 09:47:41', 7374, NULL, NULL, 'IPAY2023/04/7394', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7877, '2023-04-01 10:54:59', 7375, NULL, NULL, 'IPAY2023/04/7395', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7878, '2023-04-01 11:27:49', 7376, NULL, NULL, 'IPAY2023/04/7396', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7879, '2023-04-01 11:37:37', 7377, NULL, NULL, 'IPAY2023/04/7397', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7880, '2023-04-01 11:40:15', 7378, NULL, NULL, 'IPAY2023/04/7398', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7881, '2023-04-01 12:39:05', 7379, NULL, NULL, 'IPAY2023/04/7399', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7882, '2023-04-01 12:50:57', 7380, NULL, NULL, 'IPAY2023/04/7400', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7883, '2023-04-01 14:12:56', 7381, NULL, NULL, 'IPAY2023/04/7401', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7884, '2023-04-01 15:20:46', 7382, NULL, NULL, 'IPAY2023/04/7402', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7885, '2023-04-01 15:55:03', 7383, NULL, NULL, 'IPAY2023/04/7403', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7886, '2023-04-01 16:13:58', 7384, NULL, NULL, 'IPAY2023/04/7404', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7887, '2023-04-01 16:25:02', 7385, NULL, NULL, 'IPAY2023/04/7405', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7888, '2023-04-01 16:50:24', 7386, NULL, NULL, 'IPAY2023/04/7406', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7889, '2023-04-01 16:51:43', 7387, NULL, NULL, 'IPAY2023/04/7407', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7890, '2023-04-01 16:55:20', 7388, NULL, NULL, 'IPAY2023/04/7408', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7891, '2023-04-01 17:11:16', 7389, NULL, NULL, 'IPAY2023/04/7409', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7892, '2023-04-01 17:27:31', 7390, NULL, NULL, 'IPAY2023/04/7410', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7893, '2023-04-01 17:34:53', 7391, NULL, NULL, 'IPAY2023/04/7411', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7894, '2023-04-01 17:37:41', 7392, NULL, NULL, 'IPAY2023/04/7412', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7895, '2023-04-01 17:51:23', 7393, NULL, NULL, 'IPAY2023/04/7413', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '100.0000', '94.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7896, '2023-04-01 18:00:01', 7394, NULL, NULL, 'IPAY2023/04/7414', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7897, '2023-04-01 18:19:21', 7395, NULL, NULL, 'IPAY2023/04/7415', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7898, '2023-04-01 18:29:16', 7396, NULL, NULL, 'IPAY2023/04/7416', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7899, '2023-04-01 18:33:01', 7397, NULL, NULL, 'IPAY2023/04/7417', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7900, '2023-04-01 18:51:57', 7398, NULL, NULL, 'IPAY2023/04/7418', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '37.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7901, '2023-04-01 18:56:06', 7399, NULL, NULL, 'IPAY2023/04/7419', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7902, '2023-04-01 18:58:50', 7400, NULL, NULL, 'IPAY2023/04/7420', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7903, '2023-04-01 19:03:37', 7401, NULL, NULL, 'IPAY2023/04/7421', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7904, '2023-04-02 07:19:21', 7402, NULL, NULL, 'IPAY2023/04/7422', NULL, 'cash', '', '', '', '', '', '', '82.2500', NULL, 7, NULL, 'received', '', '82.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7905, '2023-04-02 07:55:48', 7403, NULL, NULL, 'IPAY2023/04/7423', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7906, '2023-04-02 08:17:15', 7404, NULL, NULL, 'IPAY2023/04/7424', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7907, '2023-04-02 08:21:47', 7405, NULL, NULL, 'IPAY2023/04/7425', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7908, '2023-04-02 08:26:13', 7406, NULL, NULL, 'IPAY2023/04/7426', NULL, 'cash', '', '', '', '', '', '', '58.5000', NULL, 7, NULL, 'received', '', '100.0000', '41.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7909, '2023-04-02 08:39:39', 7407, NULL, NULL, 'IPAY2023/04/7427', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7910, '2023-04-02 08:41:41', 7408, NULL, NULL, 'IPAY2023/04/7428', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7911, '2023-04-02 08:51:46', 7409, NULL, NULL, 'IPAY2023/04/7429', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7912, '2023-04-02 09:25:37', 7410, NULL, NULL, 'IPAY2023/04/7430', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7913, '2023-04-02 09:29:08', 7411, NULL, NULL, 'IPAY2023/04/7431', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7914, '2023-04-02 10:03:22', 7412, NULL, NULL, 'IPAY2023/04/7432', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7915, '2023-04-02 10:15:33', 7413, NULL, NULL, 'IPAY2023/04/7433', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7916, '2023-04-02 10:28:07', 7414, NULL, NULL, 'IPAY2023/04/7434', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7917, '2023-04-02 11:23:11', 7415, NULL, NULL, 'IPAY2023/04/7435', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7918, '2023-04-02 11:36:44', 7416, NULL, NULL, 'IPAY2023/04/7436', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7919, '2023-04-02 11:43:15', 7417, NULL, NULL, 'IPAY2023/04/7437', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7920, '2023-04-02 12:04:56', 7418, NULL, NULL, 'IPAY2023/04/7438', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7921, '2023-04-02 12:11:24', 7419, NULL, NULL, 'IPAY2023/04/7439', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7922, '2023-04-02 12:20:16', 7420, NULL, NULL, 'IPAY2023/04/7440', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7923, '2023-04-02 12:25:56', 7421, NULL, NULL, 'IPAY2023/04/7441', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7924, '2023-04-02 12:34:23', 7422, NULL, NULL, 'IPAY2023/04/7442', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7925, '2023-04-02 13:11:28', 7423, NULL, NULL, 'IPAY2023/04/7443', NULL, 'cash', '', '', '', '', '', '', '44.5000', NULL, 7, NULL, 'received', '', '44.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7926, '2023-04-02 14:55:50', 7424, NULL, NULL, 'IPAY2023/04/7444', NULL, 'cash', '', '', '', '', '', '', '104.0000', NULL, 7, NULL, 'received', '', '104.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7927, '2023-04-02 15:36:25', 7425, NULL, NULL, 'IPAY2023/04/7445', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7928, '2023-04-02 15:43:56', 7426, NULL, NULL, 'IPAY2023/04/7446', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7929, '2023-04-02 15:48:20', 7427, NULL, NULL, 'IPAY2023/04/7447', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7930, '2023-04-02 15:54:34', 7428, NULL, NULL, 'IPAY2023/04/7448', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7931, '2023-04-02 16:00:24', 7429, NULL, NULL, 'IPAY2023/04/7449', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '84.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7932, '2023-04-02 16:37:17', 7430, NULL, NULL, 'IPAY2023/04/7450', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7933, '2023-04-02 16:38:27', 7431, NULL, NULL, 'IPAY2023/04/7451', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7934, '2023-04-02 16:40:14', 7432, NULL, NULL, 'IPAY2023/04/7452', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7935, '2023-04-02 17:14:03', 7433, NULL, NULL, 'IPAY2023/04/7453', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7936, '2023-04-02 17:14:46', 7434, NULL, NULL, 'IPAY2023/04/7454', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7937, '2023-04-02 17:29:56', 7435, NULL, NULL, 'IPAY2023/04/7455', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7938, '2023-04-02 17:59:58', 7436, NULL, NULL, 'IPAY2023/04/7456', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7939, '2023-04-02 18:07:58', 7437, NULL, NULL, 'IPAY2023/04/7457', NULL, 'cash', '', '', '', '', '', '', '125.0000', NULL, 7, NULL, 'received', '', '125.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7940, '2023-04-02 18:19:12', 7438, NULL, NULL, 'IPAY2023/04/7458', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7941, '2023-04-02 18:36:01', 7439, NULL, NULL, 'IPAY2023/04/7459', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7942, '2023-04-02 18:41:50', 7440, NULL, NULL, 'IPAY2023/04/7460', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7943, '2023-04-02 19:15:12', 7441, NULL, NULL, 'IPAY2023/04/7461', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7944, '2023-04-02 19:24:15', 7442, NULL, NULL, 'IPAY2023/04/7462', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7945, '2023-04-02 19:28:04', 7443, NULL, NULL, 'IPAY2023/04/7463', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7946, '2023-04-02 19:40:06', 7444, NULL, NULL, 'IPAY2023/04/7464', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7947, '2023-04-02 19:46:12', 7445, NULL, NULL, 'IPAY2023/04/7465', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7948, '2023-04-02 19:49:52', 7446, NULL, NULL, 'IPAY2023/04/7466', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7949, '2023-04-03 06:40:26', 7447, NULL, NULL, 'IPAY2023/04/7467', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7950, '2023-04-03 06:46:13', 7448, NULL, NULL, 'IPAY2023/04/7468', NULL, 'cash', '', '', '', '', '', '', '178.5000', NULL, 7, NULL, 'received', '', '178.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7951, '2023-04-03 06:47:34', 7449, NULL, NULL, 'IPAY2023/04/7469', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7952, '2023-04-03 06:51:35', 7450, NULL, NULL, 'IPAY2023/04/7470', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7953, '2023-04-03 06:55:41', 7451, NULL, NULL, 'IPAY2023/04/7471', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7954, '2023-04-03 06:56:27', 7452, NULL, NULL, 'IPAY2023/04/7472', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7955, '2023-04-03 06:57:14', 7453, NULL, NULL, 'IPAY2023/04/7473', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7956, '2023-04-03 06:58:39', 7455, NULL, NULL, 'IPAY2023/04/7474', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7957, '2023-04-03 07:00:27', 7456, NULL, NULL, 'IPAY2023/04/7475', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7958, '2023-04-03 07:01:03', 7457, NULL, NULL, 'IPAY2023/04/7476', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7959, '2023-04-03 07:01:21', 7458, NULL, NULL, 'IPAY2023/04/7477', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7960, '2023-04-03 07:09:48', 7459, NULL, NULL, 'IPAY2023/04/7478', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7961, '2023-04-03 07:40:33', 7460, NULL, NULL, 'IPAY2023/04/7479', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7962, '2023-04-03 08:05:11', 7461, NULL, NULL, 'IPAY2023/04/7480', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7963, '2023-04-03 08:22:43', 7462, NULL, NULL, 'IPAY2023/04/7481', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7964, '2023-04-03 08:29:16', 7463, NULL, NULL, 'IPAY2023/04/7482', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7965, '2023-04-03 08:34:38', 7464, NULL, NULL, 'IPAY2023/04/7483', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7966, '2023-04-03 10:17:25', 7465, NULL, NULL, 'IPAY2023/04/7484', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7967, '2023-04-03 10:44:00', NULL, NULL, 549, 'POP2023/04/0507', NULL, 'cash', '', '', '', '', '', 'Visa', '1910.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7968, '2023-04-03 10:45:06', 7466, NULL, NULL, 'IPAY2023/04/7485', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7969, '2023-04-03 10:46:00', NULL, NULL, 550, 'POP2023/04/0508', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7970, '2023-04-03 10:59:00', NULL, NULL, 551, 'POP2023/04/0509', NULL, 'cash', '', '', '', '', '', 'Visa', '747.9000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7971, '2023-04-03 11:01:00', NULL, NULL, 552, 'POP2023/04/0510', NULL, 'cash', '', '', '', '', '', 'Visa', '120.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7972, '2023-04-03 11:02:16', 7467, NULL, NULL, 'IPAY2023/04/7486', NULL, 'cash', '', '', '', '', '', '', '172.0000', NULL, 7, NULL, 'received', '', '172.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7973, '2023-04-03 11:03:54', 7468, NULL, NULL, 'IPAY2023/04/7487', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7974, '2023-04-03 11:07:29', 7469, NULL, NULL, 'IPAY2023/04/7488', NULL, 'cash', '', '', '', '', '', '', '58.5000', NULL, 7, NULL, 'received', '', '58.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7975, '2023-04-03 11:06:00', NULL, NULL, 553, 'POP2023/04/0511', NULL, 'cash', '', '', '', '', '', 'Visa', '2693.8595', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7976, '2023-04-03 11:07:49', 7470, NULL, NULL, 'IPAY2023/04/7489', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7977, '2023-04-03 11:12:00', NULL, NULL, 554, 'POP2023/04/0512', NULL, 'cash', '', '', '', '', '', 'Visa', '604.6900', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7978, '2023-04-03 11:15:31', 7471, NULL, NULL, 'IPAY2023/04/7490', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7979, '2023-04-03 11:16:46', 7472, NULL, NULL, 'IPAY2023/04/7491', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7980, '2023-04-03 11:18:36', 7473, NULL, NULL, 'IPAY2023/04/7492', NULL, 'cash', '', '', '', '', '', '', '122.5000', NULL, 7, NULL, 'received', '', '122.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7981, '2023-04-03 11:23:00', NULL, NULL, 555, 'POP2023/04/0513', NULL, 'cash', '', '', '', '', '', 'Visa', '752.3200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7982, '2023-04-03 11:24:41', 7474, NULL, NULL, 'IPAY2023/04/7493', NULL, 'cash', '', '', '', '', '', '', '84.5000', NULL, 7, NULL, 'received', '', '84.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7983, '2023-04-03 11:26:00', NULL, NULL, 556, 'POP2023/04/0514', NULL, 'cash', '', '', '', '', '', 'Visa', '214.3500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7984, '2023-04-03 11:53:34', 7475, NULL, NULL, 'IPAY2023/04/7494', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7985, '2023-04-03 12:22:22', 7476, NULL, NULL, 'IPAY2023/04/7495', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7986, '2023-04-03 12:38:16', 7477, NULL, NULL, 'IPAY2023/04/7496', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7987, '2023-04-03 13:02:50', 7478, NULL, NULL, 'IPAY2023/04/7497', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7988, '2023-04-03 13:34:22', 7479, NULL, NULL, 'IPAY2023/04/7498', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7989, '2023-04-03 13:45:51', 7480, NULL, NULL, 'IPAY2023/04/7499', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7990, '2023-04-03 14:00:05', 7481, NULL, NULL, 'IPAY2023/04/7500', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7991, '2023-04-03 14:34:13', 7482, NULL, NULL, 'IPAY2023/04/7501', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7992, '2023-04-03 14:44:02', 7483, NULL, NULL, 'IPAY2023/04/7502', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7993, '2023-04-03 15:10:27', 7484, NULL, NULL, 'IPAY2023/04/7503', NULL, 'cash', '', '', '', '', '', '', '73.0000', NULL, 7, NULL, 'received', '', '100.0000', '27.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7994, '2023-04-03 15:22:02', 7485, NULL, NULL, 'IPAY2023/04/7504', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7995, '2023-04-03 15:50:41', 7486, NULL, NULL, 'IPAY2023/04/7505', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '36.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7996, '2023-04-03 15:52:19', 7487, NULL, NULL, 'IPAY2023/04/7506', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7997, '2023-04-03 16:08:52', 7488, NULL, NULL, 'IPAY2023/04/7507', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7998, '2023-04-03 16:17:10', 7489, NULL, NULL, 'IPAY2023/04/7508', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '100.0000', '40.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (7999, '2023-04-03 16:26:19', 7490, NULL, NULL, 'IPAY2023/04/7509', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8000, '2023-04-03 16:45:31', 7491, NULL, NULL, 'IPAY2023/04/7510', NULL, 'cash', '', '', '', '', '', '', '99.5000', NULL, 7, NULL, 'received', '', '99.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8001, '2023-04-03 17:08:57', 7492, NULL, NULL, 'IPAY2023/04/7511', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8002, '2023-04-03 17:16:21', 7493, NULL, NULL, 'IPAY2023/04/7512', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8003, '2023-04-03 17:17:52', 7494, NULL, NULL, 'IPAY2023/04/7513', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8004, '2023-04-03 17:42:22', 7495, NULL, NULL, 'IPAY2023/04/7514', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8005, '2023-04-03 17:54:42', 7496, NULL, NULL, 'IPAY2023/04/7515', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8006, '2023-04-03 18:20:54', 7497, NULL, NULL, 'IPAY2023/04/7516', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8007, '2023-04-04 05:50:14', 7498, NULL, NULL, 'IPAY2023/04/7517', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8008, '2023-04-04 06:21:27', 7499, NULL, NULL, 'IPAY2023/04/7518', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8009, '2023-04-04 06:30:06', 7500, NULL, NULL, 'IPAY2023/04/7519', NULL, 'cash', '', '', '', '', '', '', '141.0000', NULL, 7, NULL, 'received', '', '141.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8010, '2023-04-04 06:31:08', 7501, NULL, NULL, 'IPAY2023/04/7520', NULL, 'cash', '', '', '', '', '', '', '84.5000', NULL, 7, NULL, 'received', '', '84.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8011, '2023-04-04 06:36:41', 7502, NULL, NULL, 'IPAY2023/04/7521', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8012, '2023-04-04 06:42:41', 7503, NULL, NULL, 'IPAY2023/04/7522', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8013, '2023-04-04 06:43:37', 7504, NULL, NULL, 'IPAY2023/04/7523', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8014, '2023-04-04 06:43:54', 7505, NULL, NULL, 'IPAY2023/04/7524', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8015, '2023-04-04 06:44:13', 7506, NULL, NULL, 'IPAY2023/04/7525', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8016, '2023-04-04 06:44:28', 7507, NULL, NULL, 'IPAY2023/04/7526', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8017, '2023-04-04 07:10:13', 7508, NULL, NULL, 'IPAY2023/04/7527', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8018, '2023-04-04 08:09:53', 7509, NULL, NULL, 'IPAY2023/04/7528', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8019, '2023-04-04 08:21:00', NULL, NULL, 557, 'POP2023/04/0515', NULL, 'cash', '', '', '', '', '', 'Visa', '414.9231', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8020, '2023-04-04 08:21:52', 7510, NULL, NULL, 'IPAY2023/04/7529', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8021, '2023-04-04 08:25:49', 7511, NULL, NULL, 'IPAY2023/04/7530', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8022, '2023-04-04 09:11:04', 7512, NULL, NULL, 'IPAY2023/04/7531', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8023, '2023-04-04 09:59:42', 7513, NULL, NULL, 'IPAY2023/04/7532', NULL, 'cash', '', '', '', '', '', '', '70.5000', NULL, 7, NULL, 'received', '', '70.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8024, '2023-04-04 10:48:27', 7514, NULL, NULL, 'IPAY2023/04/7533', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8025, '2023-04-04 11:00:56', 7515, NULL, NULL, 'IPAY2023/04/7534', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8026, '2023-04-04 11:39:23', 7516, NULL, NULL, 'IPAY2023/04/7535', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8027, '2023-04-04 11:52:30', 7517, NULL, NULL, 'IPAY2023/04/7536', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8028, '2023-04-04 12:34:41', 7518, NULL, NULL, 'IPAY2023/04/7537', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '100.0000', '86.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8029, '2023-04-04 12:58:13', 7519, NULL, NULL, 'IPAY2023/04/7538', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '100.0000', '74.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8030, '2023-04-04 13:02:13', 7520, NULL, NULL, 'IPAY2023/04/7539', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8031, '2023-04-04 13:07:36', 7521, NULL, NULL, 'IPAY2023/04/7540', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8032, '2023-04-04 13:36:24', 7522, NULL, NULL, 'IPAY2023/04/7541', NULL, 'cash', '', '', '', '', '', '', '70.5000', NULL, 7, NULL, 'received', '', '70.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8033, '2023-04-04 13:41:59', 7523, NULL, NULL, 'IPAY2023/04/7542', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8034, '2023-04-04 13:51:08', 7524, NULL, NULL, 'IPAY2023/04/7543', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8035, '2023-04-04 13:52:54', 7525, NULL, NULL, 'IPAY2023/04/7544', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8036, '2023-04-04 14:14:27', 7526, NULL, NULL, 'IPAY2023/04/7545', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8037, '2023-04-04 14:27:55', 7527, NULL, NULL, 'IPAY2023/04/7546', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '50.0000', '32.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8038, '2023-04-04 15:15:40', 7528, NULL, NULL, 'IPAY2023/04/7547', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8039, '2023-04-04 15:17:36', 7529, NULL, NULL, 'IPAY2023/04/7548', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8040, '2023-04-04 15:37:28', 7530, NULL, NULL, 'IPAY2023/04/7549', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8041, '2023-04-04 15:59:47', 7531, NULL, NULL, 'IPAY2023/04/7550', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8042, '2023-04-04 16:10:46', 7532, NULL, NULL, 'IPAY2023/04/7551', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8043, '2023-04-04 16:49:04', 7533, NULL, NULL, 'IPAY2023/04/7552', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8044, '2023-04-04 16:57:26', 7534, NULL, NULL, 'IPAY2023/04/7553', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8045, '2023-04-04 17:04:32', 7535, NULL, NULL, 'IPAY2023/04/7554', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8046, '2023-04-04 17:19:00', NULL, NULL, 558, 'POP2023/04/0516', NULL, 'cash', '', '', '', '', '', 'Visa', '390.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8047, '2023-04-04 17:31:00', NULL, NULL, 559, 'POP2023/04/0517', NULL, 'cash', '', '', '', '', '', 'Visa', '822.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8048, '2023-04-04 17:33:43', 7536, NULL, NULL, 'IPAY2023/04/7555', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8049, '2023-04-04 17:35:24', 7537, NULL, NULL, 'IPAY2023/04/7556', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8050, '2023-04-04 17:36:09', 7538, NULL, NULL, 'IPAY2023/04/7557', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8051, '2023-04-04 17:41:07', 7539, NULL, NULL, 'IPAY2023/04/7558', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8052, '2023-04-04 17:41:23', 7540, NULL, NULL, 'IPAY2023/04/7559', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8053, '2023-04-04 17:43:56', 7541, NULL, NULL, 'IPAY2023/04/7560', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8054, '2023-04-04 17:49:24', 7542, NULL, NULL, 'IPAY2023/04/7561', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8055, '2023-04-04 17:51:09', 7543, NULL, NULL, 'IPAY2023/04/7562', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8056, '2023-04-04 17:59:42', 7544, NULL, NULL, 'IPAY2023/04/7563', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8057, '2023-04-04 18:02:48', 7545, NULL, NULL, 'IPAY2023/04/7564', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8058, '2023-04-04 18:04:17', 7546, NULL, NULL, 'IPAY2023/04/7565', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8059, '2023-04-04 18:18:24', 7547, NULL, NULL, 'IPAY2023/04/7566', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8060, '2023-04-04 18:31:46', 7548, NULL, NULL, 'IPAY2023/04/7567', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8061, '2023-04-04 18:48:25', 7549, NULL, NULL, 'IPAY2023/04/7568', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8062, '2023-04-04 18:56:06', 7550, NULL, NULL, 'IPAY2023/04/7569', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8063, '2023-04-04 19:05:13', 7551, NULL, NULL, 'IPAY2023/04/7570', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8064, '2023-04-04 19:20:32', 7552, NULL, NULL, 'IPAY2023/04/7571', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8065, '2023-04-04 19:42:51', 7553, NULL, NULL, 'IPAY2023/04/7572', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8066, '2023-04-05 05:53:52', 7554, NULL, NULL, 'IPAY2023/04/7573', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8067, '2023-04-05 06:27:44', 7555, NULL, NULL, 'IPAY2023/04/7574', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8068, '2023-04-05 06:30:42', 7556, NULL, NULL, 'IPAY2023/04/7575', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8069, '2023-04-05 06:41:30', 7557, NULL, NULL, 'IPAY2023/04/7576', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8070, '2023-04-05 06:43:05', 7558, NULL, NULL, 'IPAY2023/04/7577', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8071, '2023-04-05 06:46:36', 7559, NULL, NULL, 'IPAY2023/04/7578', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8072, '2023-04-05 06:48:09', 7560, NULL, NULL, 'IPAY2023/04/7579', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8073, '2023-04-05 06:49:04', 7561, NULL, NULL, 'IPAY2023/04/7580', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8074, '2023-04-05 06:52:56', 7562, NULL, NULL, 'IPAY2023/04/7581', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8075, '2023-04-05 07:39:00', 7563, NULL, NULL, 'IPAY2023/04/7582', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8076, '2023-04-05 07:49:45', 7564, NULL, NULL, 'IPAY2023/04/7583', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8077, '2023-04-05 08:24:20', 7565, NULL, NULL, 'IPAY2023/04/7584', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8078, '2023-04-05 08:38:52', 7566, NULL, NULL, 'IPAY2023/04/7585', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '100.0000', '85.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8079, '2023-04-05 08:41:37', 7567, NULL, NULL, 'IPAY2023/04/7586', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8080, '2023-04-05 08:52:25', 7568, NULL, NULL, 'IPAY2023/04/7587', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8081, '2023-04-05 09:05:23', 7569, NULL, NULL, 'IPAY2023/04/7588', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8082, '2023-04-05 09:19:10', 7570, NULL, NULL, 'IPAY2023/04/7589', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8083, '2023-04-05 09:35:47', 7571, NULL, NULL, 'IPAY2023/04/7590', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8084, '2023-04-05 10:01:13', 7572, NULL, NULL, 'IPAY2023/04/7591', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8085, '2023-04-05 10:03:14', 7573, NULL, NULL, 'IPAY2023/04/7592', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8086, '2023-04-05 10:19:56', 7574, NULL, NULL, 'IPAY2023/04/7593', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '100.0000', '93.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8087, '2023-04-05 11:16:25', 7575, NULL, NULL, 'IPAY2023/04/7594', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8088, '2023-04-05 11:35:38', 7576, NULL, NULL, 'IPAY2023/04/7595', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8089, '2023-04-05 11:40:11', 7577, NULL, NULL, 'IPAY2023/04/7596', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8090, '2023-04-05 11:43:51', 7578, NULL, NULL, 'IPAY2023/04/7597', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8091, '2023-04-05 12:29:15', 7579, NULL, NULL, 'IPAY2023/04/7598', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '50.0000', '33.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8092, '2023-04-05 13:05:36', 7580, NULL, NULL, 'IPAY2023/04/7599', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8093, '2023-04-05 13:12:07', 7581, NULL, NULL, 'IPAY2023/04/7600', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8094, '2023-04-05 13:17:56', 7582, NULL, NULL, 'IPAY2023/04/7601', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8095, '2023-04-05 13:25:41', 7583, NULL, NULL, 'IPAY2023/04/7602', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8096, '2023-04-05 14:14:58', 7584, NULL, NULL, 'IPAY2023/04/7603', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8097, '2023-04-05 14:15:19', 7585, NULL, NULL, 'IPAY2023/04/7604', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8098, '2023-04-05 14:48:24', 7586, NULL, NULL, 'IPAY2023/04/7605', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8099, '2023-04-05 14:52:08', 7587, NULL, NULL, 'IPAY2023/04/7606', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8100, '2023-04-05 15:15:00', 7588, NULL, NULL, 'IPAY2023/04/7607', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '37.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8101, '2023-04-05 15:43:10', 7589, NULL, NULL, 'IPAY2023/04/7608', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '100.0000', '74.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8102, '2023-04-05 15:45:03', 7590, NULL, NULL, 'IPAY2023/04/7609', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8103, '2023-04-05 15:52:20', 7591, NULL, NULL, 'IPAY2023/04/7610', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8104, '2023-04-05 16:14:27', 7592, NULL, NULL, 'IPAY2023/04/7611', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8105, '2023-04-05 16:16:39', 7593, NULL, NULL, 'IPAY2023/04/7612', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8106, '2023-04-05 16:45:14', 7594, NULL, NULL, 'IPAY2023/04/7613', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8107, '2023-04-05 16:49:37', 7595, NULL, NULL, 'IPAY2023/04/7614', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8108, '2023-04-05 16:50:31', 7596, NULL, NULL, 'IPAY2023/04/7615', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8109, '2023-04-05 17:00:08', 7597, NULL, NULL, 'IPAY2023/04/7616', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '50.0000', '23.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8110, '2023-04-05 17:13:01', 7598, NULL, NULL, 'IPAY2023/04/7617', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '100.0000', '59.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8111, '2023-04-05 17:33:14', 7599, NULL, NULL, 'IPAY2023/04/7618', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8112, '2023-04-05 17:55:01', 7600, NULL, NULL, 'IPAY2023/04/7619', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8113, '2023-04-05 18:02:54', 7601, NULL, NULL, 'IPAY2023/04/7620', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8114, '2023-04-05 18:06:48', 7602, NULL, NULL, 'IPAY2023/04/7621', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8115, '2023-04-05 18:10:23', 7603, NULL, NULL, 'IPAY2023/04/7622', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8116, '2023-04-05 18:11:23', 7604, NULL, NULL, 'IPAY2023/04/7623', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8117, '2023-04-05 18:28:15', 7605, NULL, NULL, 'IPAY2023/04/7624', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8118, '2023-04-05 18:29:32', 7606, NULL, NULL, 'IPAY2023/04/7625', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '100.0000', '57.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8119, '2023-04-05 18:54:57', 7607, NULL, NULL, 'IPAY2023/04/7626', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8120, '2023-04-05 18:56:04', 7608, NULL, NULL, 'IPAY2023/04/7627', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8121, '2023-04-05 19:05:12', 7609, NULL, NULL, 'IPAY2023/04/7628', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8122, '2023-04-05 19:12:52', 7610, NULL, NULL, 'IPAY2023/04/7629', NULL, 'cash', '', '', '', '', '', '', '85.0000', NULL, 7, NULL, 'received', '', '85.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8123, '2023-04-05 19:21:15', 7611, NULL, NULL, 'IPAY2023/04/7630', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8124, '2023-04-05 19:26:28', 7612, NULL, NULL, 'IPAY2023/04/7631', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8125, '2023-04-05 19:38:41', 7613, NULL, NULL, 'IPAY2023/04/7632', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8126, '2023-04-05 19:39:19', 7614, NULL, NULL, 'IPAY2023/04/7633', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8127, '2023-04-05 19:54:45', 7615, NULL, NULL, 'IPAY2023/04/7634', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8128, '2023-04-05 20:00:50', 7616, NULL, NULL, 'IPAY2023/04/7635', NULL, 'cash', '', '', '', '', '', '', '67.5000', NULL, 7, NULL, 'received', '', '67.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8129, '2023-04-06 05:32:06', 7617, NULL, NULL, 'IPAY2023/04/7636', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8130, '2023-04-06 06:20:37', 7618, NULL, NULL, 'IPAY2023/04/7637', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8131, '2023-04-06 07:20:51', 7619, NULL, NULL, 'IPAY2023/04/7638', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8132, '2023-04-06 08:00:51', 7620, NULL, NULL, 'IPAY2023/04/7639', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8133, '2023-04-06 08:15:05', 7621, NULL, NULL, 'IPAY2023/04/7640', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8134, '2023-04-06 08:37:22', 7622, NULL, NULL, 'IPAY2023/04/7641', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8135, '2023-04-06 08:39:30', 7623, NULL, NULL, 'IPAY2023/04/7642', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8136, '2023-04-06 08:45:21', 7624, NULL, NULL, 'IPAY2023/04/7643', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8137, '2023-04-06 09:00:43', 7625, NULL, NULL, 'IPAY2023/04/7644', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8138, '2023-04-06 09:27:38', 7626, NULL, NULL, 'IPAY2023/04/7645', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8139, '2023-04-06 10:24:03', 7627, NULL, NULL, 'IPAY2023/04/7646', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8140, '2023-04-06 10:43:22', 7628, NULL, NULL, 'IPAY2023/04/7647', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8141, '2023-04-06 10:59:14', 7629, NULL, NULL, 'IPAY2023/04/7648', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8142, '2023-04-06 11:01:47', 7630, NULL, NULL, 'IPAY2023/04/7649', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8143, '2023-04-06 11:12:28', 7631, NULL, NULL, 'IPAY2023/04/7650', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8144, '2023-04-06 11:25:01', 7632, NULL, NULL, 'IPAY2023/04/7651', NULL, 'cash', '', '', '', '', '', '', '71.0000', NULL, 7, NULL, 'received', '', '100.0000', '29.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8145, '2023-04-06 11:35:20', 7633, NULL, NULL, 'IPAY2023/04/7652', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8146, '2023-04-06 11:57:22', 7634, NULL, NULL, 'IPAY2023/04/7653', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8147, '2023-04-06 12:09:59', 7635, NULL, NULL, 'IPAY2023/04/7654', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8148, '2023-04-06 12:53:40', 7636, NULL, NULL, 'IPAY2023/04/7655', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8149, '2023-04-06 12:56:23', 7637, NULL, NULL, 'IPAY2023/04/7656', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8150, '2023-04-06 13:12:42', 7638, NULL, NULL, 'IPAY2023/04/7657', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8151, '2023-04-06 13:23:26', 7639, NULL, NULL, 'IPAY2023/04/7658', NULL, 'cash', '', '', '', '', '', '', '104.0000', NULL, 7, NULL, 'received', '', '104.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8152, '2023-04-06 13:29:08', 7640, NULL, NULL, 'IPAY2023/04/7659', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8153, '2023-04-06 13:39:38', 7641, NULL, NULL, 'IPAY2023/04/7660', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8154, '2023-04-06 14:24:48', 7642, NULL, NULL, 'IPAY2023/04/7661', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8155, '2023-04-06 14:37:58', 7643, NULL, NULL, 'IPAY2023/04/7662', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8156, '2023-04-06 14:51:34', 7644, NULL, NULL, 'IPAY2023/04/7663', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8157, '2023-04-06 15:11:57', 7645, NULL, NULL, 'IPAY2023/04/7664', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8158, '2023-04-06 15:24:53', 7646, NULL, NULL, 'IPAY2023/04/7665', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8159, '2023-04-06 15:29:20', 7647, NULL, NULL, 'IPAY2023/04/7666', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8160, '2023-04-06 15:42:26', 7648, NULL, NULL, 'IPAY2023/04/7667', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8161, '2023-04-06 15:46:54', 7649, NULL, NULL, 'IPAY2023/04/7668', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8162, '2023-04-06 15:51:44', 7650, NULL, NULL, 'IPAY2023/04/7669', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8163, '2023-04-06 16:04:54', 7651, NULL, NULL, 'IPAY2023/04/7670', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8164, '2023-04-06 17:15:58', 7652, NULL, NULL, 'IPAY2023/04/7671', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8165, '2023-04-06 17:20:23', 7653, NULL, NULL, 'IPAY2023/04/7672', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '100.0000', '89.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8166, '2023-04-06 17:49:56', 7654, NULL, NULL, 'IPAY2023/04/7673', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8167, '2023-04-06 17:58:41', 7655, NULL, NULL, 'IPAY2023/04/7674', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '100.0000', '71.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8168, '2023-04-06 17:59:14', 7656, NULL, NULL, 'IPAY2023/04/7675', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8169, '2023-04-06 18:00:54', 7657, NULL, NULL, 'IPAY2023/04/7676', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8170, '2023-04-06 18:06:27', 7658, NULL, NULL, 'IPAY2023/04/7677', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8171, '2023-04-06 18:22:43', 7659, NULL, NULL, 'IPAY2023/04/7678', NULL, 'cash', '', '', '', '', '', '', '39.5000', NULL, 7, NULL, 'received', '', '39.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8172, '2023-04-06 19:22:09', 7660, NULL, NULL, 'IPAY2023/04/7679', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8173, '2023-04-06 19:22:51', 7661, NULL, NULL, 'IPAY2023/04/7680', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8174, '2023-04-06 19:38:59', 7662, NULL, NULL, 'IPAY2023/04/7681', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8175, '2023-04-07 07:04:51', 7663, NULL, NULL, 'IPAY2023/04/7682', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8176, '2023-04-07 08:08:44', 7664, NULL, NULL, 'IPAY2023/04/7683', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8177, '2023-04-07 08:51:23', 7665, NULL, NULL, 'IPAY2023/04/7684', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8178, '2023-04-07 09:29:18', 7666, NULL, NULL, 'IPAY2023/04/7685', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8179, '2023-04-07 10:00:24', 7667, NULL, NULL, 'IPAY2023/04/7686', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8180, '2023-04-07 10:39:20', 7668, NULL, NULL, 'IPAY2023/04/7687', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8181, '2023-04-07 10:51:10', 7669, NULL, NULL, 'IPAY2023/04/7688', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8182, '2023-04-07 11:19:34', 7670, NULL, NULL, 'IPAY2023/04/7689', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8183, '2023-04-07 11:47:15', 7671, NULL, NULL, 'IPAY2023/04/7690', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8184, '2023-04-07 11:51:44', 7672, NULL, NULL, 'IPAY2023/04/7691', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8185, '2023-04-07 11:55:03', 7673, NULL, NULL, 'IPAY2023/04/7692', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8186, '2023-04-07 12:03:06', 7674, NULL, NULL, 'IPAY2023/04/7693', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8187, '2023-04-07 12:07:26', 7675, NULL, NULL, 'IPAY2023/04/7694', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8188, '2023-04-07 12:14:05', 7676, NULL, NULL, 'IPAY2023/04/7695', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '50.0000', '33.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8189, '2023-04-07 12:18:29', 7677, NULL, NULL, 'IPAY2023/04/7696', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8190, '2023-04-07 12:25:30', 7678, NULL, NULL, 'IPAY2023/04/7697', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8191, '2023-04-07 12:27:41', 7679, NULL, NULL, 'IPAY2023/04/7698', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8192, '2023-04-07 12:31:12', 7680, NULL, NULL, 'IPAY2023/04/7699', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8193, '2023-04-07 12:51:26', 7681, NULL, NULL, 'IPAY2023/04/7700', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8194, '2023-04-07 12:53:43', 7682, NULL, NULL, 'IPAY2023/04/7701', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8195, '2023-04-07 13:10:52', 7683, NULL, NULL, 'IPAY2023/04/7702', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8196, '2023-04-07 13:13:31', 7684, NULL, NULL, 'IPAY2023/04/7703', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8197, '2023-04-07 13:24:14', 7685, NULL, NULL, 'IPAY2023/04/7704', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8198, '2023-04-07 13:39:28', 7686, NULL, NULL, 'IPAY2023/04/7705', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8199, '2023-04-07 13:46:01', 7687, NULL, NULL, 'IPAY2023/04/7706', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8200, '2023-04-07 13:54:03', 7688, NULL, NULL, 'IPAY2023/04/7707', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8201, '2023-04-07 13:55:35', 7689, NULL, NULL, 'IPAY2023/04/7708', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '100.0000', '35.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8202, '2023-04-07 13:55:54', 7690, NULL, NULL, 'IPAY2023/04/7709', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8203, '2023-04-07 14:02:44', 7691, NULL, NULL, 'IPAY2023/04/7710', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8204, '2023-04-07 14:26:51', 7692, NULL, NULL, 'IPAY2023/04/7711', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8205, '2023-04-07 14:35:56', 7693, NULL, NULL, 'IPAY2023/04/7712', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8206, '2023-04-07 15:14:09', 7694, NULL, NULL, 'IPAY2023/04/7713', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8207, '2023-04-07 15:14:53', 7695, NULL, NULL, 'IPAY2023/04/7714', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8208, '2023-04-07 15:17:19', 7696, NULL, NULL, 'IPAY2023/04/7715', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8209, '2023-04-07 15:56:40', 7697, NULL, NULL, 'IPAY2023/04/7716', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8210, '2023-04-07 15:57:55', 7698, NULL, NULL, 'IPAY2023/04/7717', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8211, '2023-04-07 16:00:41', 7699, NULL, NULL, 'IPAY2023/04/7718', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8212, '2023-04-07 18:11:34', 7700, NULL, NULL, 'IPAY2023/04/7719', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '100.0000', '44.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8213, '2023-04-07 18:12:01', 7701, NULL, NULL, 'IPAY2023/04/7720', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8214, '2023-04-07 18:39:13', 7702, NULL, NULL, 'IPAY2023/04/7721', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8215, '2023-04-07 19:06:54', 7703, NULL, NULL, 'IPAY2023/04/7722', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '100.0000', '52.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8216, '2023-04-07 19:09:13', 7704, NULL, NULL, 'IPAY2023/04/7723', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8217, '2023-04-07 19:12:00', 7705, NULL, NULL, 'IPAY2023/04/7724', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8218, '2023-04-07 19:50:31', 7706, NULL, NULL, 'IPAY2023/04/7725', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8219, '2023-04-08 05:54:32', 7707, NULL, NULL, 'IPAY2023/04/7726', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8220, '2023-04-08 06:07:13', 7708, NULL, NULL, 'IPAY2023/04/7727', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8221, '2023-04-08 06:16:56', 7709, NULL, NULL, 'IPAY2023/04/7728', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8222, '2023-04-08 06:26:25', 7710, NULL, NULL, 'IPAY2023/04/7729', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8223, '2023-04-08 06:29:56', 7711, NULL, NULL, 'IPAY2023/04/7730', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8224, '2023-04-08 07:15:06', 7712, NULL, NULL, 'IPAY2023/04/7731', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8225, '2023-04-08 07:52:48', 7713, NULL, NULL, 'IPAY2023/04/7732', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8226, '2023-04-08 07:56:51', 7714, NULL, NULL, 'IPAY2023/04/7733', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8227, '2023-04-08 08:07:18', 7715, NULL, NULL, 'IPAY2023/04/7734', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8228, '2023-04-08 08:18:39', 7716, NULL, NULL, 'IPAY2023/04/7735', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8229, '2023-04-08 08:33:54', 7717, NULL, NULL, 'IPAY2023/04/7736', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8230, '2023-04-08 08:35:00', 7718, NULL, NULL, 'IPAY2023/04/7737', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8231, '2023-04-08 08:36:30', 7719, NULL, NULL, 'IPAY2023/04/7738', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8232, '2023-04-08 08:50:00', 7720, NULL, NULL, 'IPAY2023/04/7739', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8233, '2023-04-08 09:06:28', 7721, NULL, NULL, 'IPAY2023/04/7740', NULL, 'cash', '', '', '', '', '', '', '85.0000', NULL, 7, NULL, 'received', '', '100.0000', '15.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8234, '2023-04-08 09:10:46', 7722, NULL, NULL, 'IPAY2023/04/7741', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '40.0000', '8.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8235, '2023-04-08 10:40:26', 7723, NULL, NULL, 'IPAY2023/04/7742', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8236, '2023-04-08 10:51:18', 7724, NULL, NULL, 'IPAY2023/04/7743', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8237, '2023-04-08 11:04:30', 7725, NULL, NULL, 'IPAY2023/04/7744', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8238, '2023-04-08 11:10:44', 7726, NULL, NULL, 'IPAY2023/04/7745', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8239, '2023-04-08 11:16:01', 7727, NULL, NULL, 'IPAY2023/04/7746', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8240, '2023-04-08 11:33:23', 7728, NULL, NULL, 'IPAY2023/04/7747', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8241, '2023-04-08 11:36:16', 7729, NULL, NULL, 'IPAY2023/04/7748', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8242, '2023-04-08 11:40:10', 7730, NULL, NULL, 'IPAY2023/04/7749', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8243, '2023-04-08 11:47:51', 7731, NULL, NULL, 'IPAY2023/04/7750', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8244, '2023-04-08 11:48:39', 7732, NULL, NULL, 'IPAY2023/04/7751', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8245, '2023-04-08 11:56:58', 7733, NULL, NULL, 'IPAY2023/04/7752', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8246, '2023-04-08 12:24:24', 7734, NULL, NULL, 'IPAY2023/04/7753', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8247, '2023-04-08 12:40:04', 7735, NULL, NULL, 'IPAY2023/04/7754', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8248, '2023-04-08 12:43:03', 7736, NULL, NULL, 'IPAY2023/04/7755', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '100.0000', '91.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8249, '2023-04-08 13:27:52', 7738, NULL, NULL, 'IPAY2023/04/7756', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '200.0000', '164.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8250, '2023-04-08 13:58:23', 7739, NULL, NULL, 'IPAY2023/04/7757', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8251, '2023-04-08 15:58:29', 7740, NULL, NULL, 'IPAY2023/04/7758', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8252, '2023-04-08 16:05:07', 7741, NULL, NULL, 'IPAY2023/04/7759', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8253, '2023-04-08 16:09:35', 7742, NULL, NULL, 'IPAY2023/04/7760', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8255, '2023-04-08 17:33:17', 7744, NULL, NULL, 'IPAY2023/04/7762', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8256, '2023-04-08 17:47:16', 7745, NULL, NULL, 'IPAY2023/04/7763', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8257, '2023-04-08 17:48:53', 7746, NULL, NULL, 'IPAY2023/04/7764', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8258, '2023-04-08 18:03:53', 7747, NULL, NULL, 'IPAY2023/04/7765', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8259, '2023-04-08 18:04:41', 7748, NULL, NULL, 'IPAY2023/04/7766', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8260, '2023-04-08 18:07:04', 7749, NULL, NULL, 'IPAY2023/04/7767', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8261, '2023-04-08 19:54:07', 7750, NULL, NULL, 'IPAY2023/04/7768', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8262, '2023-04-09 06:22:55', 7751, NULL, NULL, 'IPAY2023/04/7769', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8263, '2023-04-09 06:24:47', 7752, NULL, NULL, 'IPAY2023/04/7770', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8264, '2023-04-09 06:31:40', 7753, NULL, NULL, 'IPAY2023/04/7771', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '100.0000', '71.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8265, '2023-04-09 08:10:03', 7754, NULL, NULL, 'IPAY2023/04/7772', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8266, '2023-04-09 08:43:20', 7755, NULL, NULL, 'IPAY2023/04/7773', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8267, '2023-04-09 10:57:31', 7756, NULL, NULL, 'IPAY2023/04/7774', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '50.0000', '32.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8268, '2023-04-09 11:06:54', 7757, NULL, NULL, 'IPAY2023/04/7775', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '100.0000', '52.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8269, '2023-04-09 11:17:25', 7758, NULL, NULL, 'IPAY2023/04/7776', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8270, '2023-04-09 11:26:28', 7759, NULL, NULL, 'IPAY2023/04/7777', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '100.0000', '92.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8271, '2023-04-09 11:27:18', 7760, NULL, NULL, 'IPAY2023/04/7778', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8272, '2023-04-09 11:31:15', 7761, NULL, NULL, 'IPAY2023/04/7779', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8273, '2023-04-09 11:35:58', 7762, NULL, NULL, 'IPAY2023/04/7780', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '100.0000', '85.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8274, '2023-04-09 11:36:48', 7763, NULL, NULL, 'IPAY2023/04/7781', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8275, '2023-04-09 11:39:51', 7764, NULL, NULL, 'IPAY2023/04/7782', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8276, '2023-04-09 11:41:51', 7765, NULL, NULL, 'IPAY2023/04/7783', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8277, '2023-04-09 11:56:30', 7766, NULL, NULL, 'IPAY2023/04/7784', NULL, 'cash', '', '', '', '', '', '', '208.0000', NULL, 7, NULL, 'received', '', '208.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8278, '2023-04-09 12:51:36', 7767, NULL, NULL, 'IPAY2023/04/7785', NULL, 'cash', '', '', '', '', '', '', '71.0000', NULL, 7, NULL, 'received', '', '71.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8279, '2023-04-09 13:14:06', 7768, NULL, NULL, 'IPAY2023/04/7786', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8280, '2023-04-09 13:22:50', 7769, NULL, NULL, 'IPAY2023/04/7787', NULL, 'cash', '', '', '', '', '', '', '101.0000', NULL, 7, NULL, 'received', '', '101.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8281, '2023-04-09 13:44:21', 7770, NULL, NULL, 'IPAY2023/04/7788', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8282, '2023-04-09 16:28:36', 7771, NULL, NULL, 'IPAY2023/04/7789', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '100.0000', '42.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8283, '2023-04-09 16:41:18', 7772, NULL, NULL, 'IPAY2023/04/7790', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8284, '2023-04-09 17:03:10', 7773, NULL, NULL, 'IPAY2023/04/7791', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8285, '2023-04-09 17:33:18', 7774, NULL, NULL, 'IPAY2023/04/7792', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '100.0000', '63.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8286, '2023-04-09 17:48:32', 7775, NULL, NULL, 'IPAY2023/04/7793', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8287, '2023-04-09 18:24:30', 7776, NULL, NULL, 'IPAY2023/04/7794', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8288, '2023-04-09 18:38:51', 7777, NULL, NULL, 'IPAY2023/04/7795', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8289, '2023-04-09 18:47:31', 7778, NULL, NULL, 'IPAY2023/04/7796', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8290, '2023-04-09 19:17:09', 7779, NULL, NULL, 'IPAY2023/04/7797', NULL, 'cash', '', '', '', '', '', '', '57.5000', NULL, 7, NULL, 'received', '', '57.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8291, '2023-04-09 19:31:11', 7780, NULL, NULL, 'IPAY2023/04/7798', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8292, '2023-04-09 19:33:08', 7781, NULL, NULL, 'IPAY2023/04/7799', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8293, '2023-04-09 19:35:21', 7782, NULL, NULL, 'IPAY2023/04/7800', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8294, '2023-04-09 19:49:36', 7783, NULL, NULL, 'IPAY2023/04/7801', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8295, '2023-04-10 06:41:12', 7784, NULL, NULL, 'IPAY2023/04/7802', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8296, '2023-04-10 06:45:00', 7785, NULL, NULL, 'IPAY2023/04/7803', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8297, '2023-04-10 06:48:33', 7786, NULL, NULL, 'IPAY2023/04/7804', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8298, '2023-04-10 06:49:27', 7787, NULL, NULL, 'IPAY2023/04/7805', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8299, '2023-04-10 06:50:41', 7788, NULL, NULL, 'IPAY2023/04/7806', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8300, '2023-04-10 06:51:23', 7789, NULL, NULL, 'IPAY2023/04/7807', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8301, '2023-04-10 06:53:07', 7790, NULL, NULL, 'IPAY2023/04/7808', NULL, 'cash', '', '', '', '', '', '', '80.5000', NULL, 7, NULL, 'received', '', '80.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8302, '2023-04-10 06:53:36', 7791, NULL, NULL, 'IPAY2023/04/7809', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8303, '2023-04-10 06:54:38', 7792, NULL, NULL, 'IPAY2023/04/7810', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8304, '2023-04-10 06:55:39', 7793, NULL, NULL, 'IPAY2023/04/7811', NULL, 'cash', '', '', '', '', '', '', '109.0000', NULL, 7, NULL, 'received', '', '109.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8305, '2023-04-10 06:57:45', 7794, NULL, NULL, 'IPAY2023/04/7812', NULL, 'cash', '', '', '', '', '', '', '40.5000', NULL, 7, NULL, 'received', '', '40.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8306, '2023-04-10 06:58:07', 7795, NULL, NULL, 'IPAY2023/04/7813', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8307, '2023-04-10 07:16:59', 7796, NULL, NULL, 'IPAY2023/04/7814', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8308, '2023-04-10 07:43:29', 7797, NULL, NULL, 'IPAY2023/04/7815', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8309, '2023-04-10 07:46:08', 7798, NULL, NULL, 'IPAY2023/04/7816', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8310, '2023-04-10 07:49:18', 7799, NULL, NULL, 'IPAY2023/04/7817', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8311, '2023-04-10 07:50:33', 7800, NULL, NULL, 'IPAY2023/04/7818', NULL, 'cash', '', '', '', '', '', '', '61.5000', NULL, 7, NULL, 'received', '', '61.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8312, '2023-04-10 07:51:06', 7801, NULL, NULL, 'IPAY2023/04/7819', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8313, '2023-04-10 07:52:54', 7802, NULL, NULL, 'IPAY2023/04/7820', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8315, '2023-04-10 08:14:19', 7804, NULL, NULL, 'IPAY2023/04/7822', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8316, '2023-04-10 08:22:00', NULL, NULL, 560, 'POP2023/04/0518', NULL, 'cash', '', '', '', '', '', 'Visa', '51.8800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8317, '2023-04-10 08:29:00', NULL, NULL, 561, 'POP2023/04/0519', NULL, 'cash', '', '', '', '', '', 'Visa', '2266.0997', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8318, '2023-04-10 08:59:46', 7805, NULL, NULL, 'IPAY2023/04/7823', NULL, 'cash', '', '', '', '', '', '', '211.5000', NULL, 7, NULL, 'received', '', '211.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8319, '2023-04-10 09:36:08', 7806, NULL, NULL, 'IPAY2023/04/7824', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8320, '2023-04-10 09:38:00', NULL, NULL, 564, 'POP2023/04/0520', NULL, 'cash', '', '', '', '', '', 'Visa', '360.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8321, '2023-04-10 09:38:00', NULL, NULL, 563, 'POP2023/04/0521', NULL, 'cash', '', '', '', '', '', 'Visa', '285.2400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8322, '2023-04-10 09:38:00', NULL, NULL, 562, 'POP2023/04/0522', NULL, 'cash', '', '', '', '', '', 'Visa', '334.4995', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8323, '2023-04-10 09:53:23', 7807, NULL, NULL, 'IPAY2023/04/7825', NULL, 'cash', '', '', '', '', '', '', '72.5000', NULL, 7, NULL, 'received', '', '72.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8324, '2023-04-10 09:56:14', 7808, NULL, NULL, 'IPAY2023/04/7826', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8325, '2023-04-10 10:08:43', 7809, NULL, NULL, 'IPAY2023/04/7827', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8326, '2023-04-10 10:17:00', 7810, NULL, NULL, 'IPAY2023/04/7828', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8327, '2023-04-10 10:25:04', 7811, NULL, NULL, 'IPAY2023/04/7829', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8328, '2023-04-10 11:22:01', 7812, NULL, NULL, 'IPAY2023/04/7830', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8329, '2023-04-10 11:58:03', 7813, NULL, NULL, 'IPAY2023/04/7831', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8330, '2023-04-10 12:00:38', 7814, NULL, NULL, 'IPAY2023/04/7832', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8331, '2023-04-10 12:26:11', 7815, NULL, NULL, 'IPAY2023/04/7833', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8332, '2023-04-10 12:28:40', 7816, NULL, NULL, 'IPAY2023/04/7834', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8333, '2023-04-10 12:29:45', 7817, NULL, NULL, 'IPAY2023/04/7835', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8334, '2023-04-10 12:31:47', 7818, NULL, NULL, 'IPAY2023/04/7836', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8335, '2023-04-10 12:42:57', 7819, NULL, NULL, 'IPAY2023/04/7837', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8336, '2023-04-10 12:51:16', 7820, NULL, NULL, 'IPAY2023/04/7838', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8337, '2023-04-10 13:09:08', 7821, NULL, NULL, 'IPAY2023/04/7839', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8338, '2023-04-10 13:45:05', 7822, NULL, NULL, 'IPAY2023/04/7840', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8339, '2023-04-10 13:50:51', 7823, NULL, NULL, 'IPAY2023/04/7841', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8340, '2023-04-10 14:17:50', 7824, NULL, NULL, 'IPAY2023/04/7842', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8341, '2023-04-10 14:46:38', 7825, NULL, NULL, 'IPAY2023/04/7843', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8342, '2023-04-10 14:55:03', 7826, NULL, NULL, 'IPAY2023/04/7844', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8343, '2023-04-10 15:05:41', 7827, NULL, NULL, 'IPAY2023/04/7845', NULL, 'cash', '', '', '', '', '', '', '97.5000', NULL, 7, NULL, 'received', '', '97.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8344, '2023-04-10 15:14:33', 7828, NULL, NULL, 'IPAY2023/04/7846', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8345, '2023-04-10 15:27:54', 7829, NULL, NULL, 'IPAY2023/04/7847', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8346, '2023-04-10 15:37:02', 7830, NULL, NULL, 'IPAY2023/04/7848', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '50.0000', '38.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8347, '2023-04-10 16:07:39', 7831, NULL, NULL, 'IPAY2023/04/7849', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8348, '2023-04-10 16:31:43', 7832, NULL, NULL, 'IPAY2023/04/7850', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8349, '2023-04-10 16:51:12', 7833, NULL, NULL, 'IPAY2023/04/7851', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8350, '2023-04-10 16:51:57', 7834, NULL, NULL, 'IPAY2023/04/7852', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8351, '2023-04-10 16:55:33', 7835, NULL, NULL, 'IPAY2023/04/7853', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8352, '2023-04-10 16:59:52', 7836, NULL, NULL, 'IPAY2023/04/7854', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8353, '2023-04-10 17:09:03', 7837, NULL, NULL, 'IPAY2023/04/7855', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8354, '2023-04-10 17:12:22', 7838, NULL, NULL, 'IPAY2023/04/7856', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8355, '2023-04-10 17:15:57', 7839, NULL, NULL, 'IPAY2023/04/7857', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8356, '2023-04-10 17:28:27', 7840, NULL, NULL, 'IPAY2023/04/7858', NULL, 'cash', '', '', '', '', '', '', '51.5000', NULL, 7, NULL, 'received', '', '51.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8357, '2023-04-10 17:34:29', 7841, NULL, NULL, 'IPAY2023/04/7859', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '100.0000', '67.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8358, '2023-04-10 17:41:05', 7842, NULL, NULL, 'IPAY2023/04/7860', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8359, '2023-04-10 17:46:15', 7843, NULL, NULL, 'IPAY2023/04/7861', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8360, '2023-04-10 17:46:33', 7844, NULL, NULL, 'IPAY2023/04/7862', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8361, '2023-04-10 17:54:15', 7845, NULL, NULL, 'IPAY2023/04/7863', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8362, '2023-04-10 18:03:33', 7846, NULL, NULL, 'IPAY2023/04/7864', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '50.0000', '43.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8363, '2023-04-10 18:13:32', 7847, NULL, NULL, 'IPAY2023/04/7865', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8364, '2023-04-10 18:16:47', 7848, NULL, NULL, 'IPAY2023/04/7866', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8365, '2023-04-10 18:26:32', 7849, NULL, NULL, 'IPAY2023/04/7867', NULL, 'cash', '', '', '', '', '', '', '79.0000', NULL, 7, NULL, 'received', '', '79.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8366, '2023-04-10 18:31:16', 7850, NULL, NULL, 'IPAY2023/04/7868', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8367, '2023-04-10 18:37:30', 7851, NULL, NULL, 'IPAY2023/04/7869', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8368, '2023-04-10 18:54:23', 7852, NULL, NULL, 'IPAY2023/04/7870', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '86.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8369, '2023-04-10 19:17:43', 7853, NULL, NULL, 'IPAY2023/04/7871', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8370, '2023-04-10 19:26:16', 7854, NULL, NULL, 'IPAY2023/04/7872', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8371, '2023-04-10 19:34:49', 7855, NULL, NULL, 'IPAY2023/04/7873', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8372, '2023-04-10 19:41:31', 7856, NULL, NULL, 'IPAY2023/04/7874', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '100.0000', '78.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8373, '2023-04-11 06:10:47', 7857, NULL, NULL, 'IPAY2023/04/7875', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8374, '2023-04-11 06:15:06', 7858, NULL, NULL, 'IPAY2023/04/7876', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8375, '2023-04-11 06:21:46', 7859, NULL, NULL, 'IPAY2023/04/7877', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8376, '2023-04-11 06:31:06', 7860, NULL, NULL, 'IPAY2023/04/7878', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8377, '2023-04-11 06:37:58', 7861, NULL, NULL, 'IPAY2023/04/7879', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8378, '2023-04-11 06:38:21', 7862, NULL, NULL, 'IPAY2023/04/7880', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8379, '2023-04-11 06:38:59', 7863, NULL, NULL, 'IPAY2023/04/7881', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8380, '2023-04-11 07:47:35', 7864, NULL, NULL, 'IPAY2023/04/7882', NULL, 'cash', '', '', '', '', '', '', '151.2500', NULL, 7, NULL, 'received', '', '151.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8381, '2023-04-11 07:53:36', 7865, NULL, NULL, 'IPAY2023/04/7883', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8382, '2023-04-11 08:17:44', 7866, NULL, NULL, 'IPAY2023/04/7884', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8383, '2023-04-11 08:34:27', 7867, NULL, NULL, 'IPAY2023/04/7885', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '100.0000', '87.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8384, '2023-04-11 08:56:54', 7868, NULL, NULL, 'IPAY2023/04/7886', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8385, '2023-04-11 09:35:39', 7869, NULL, NULL, 'IPAY2023/04/7887', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8386, '2023-04-11 09:54:08', 7870, NULL, NULL, 'IPAY2023/04/7888', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '100.0000', '89.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8387, '2023-04-11 10:01:05', 7871, NULL, NULL, 'IPAY2023/04/7889', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8388, '2023-04-11 10:15:08', 7872, NULL, NULL, 'IPAY2023/04/7890', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8389, '2023-04-11 10:28:14', 7873, NULL, NULL, 'IPAY2023/04/7891', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8390, '2023-04-11 10:43:02', 7874, NULL, NULL, 'IPAY2023/04/7892', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '100.0000', '61.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8391, '2023-04-11 11:41:57', 7875, NULL, NULL, 'IPAY2023/04/7893', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8392, '2023-04-11 12:06:12', 7876, NULL, NULL, 'IPAY2023/04/7894', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8393, '2023-04-11 12:22:23', 7877, NULL, NULL, 'IPAY2023/04/7895', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8394, '2023-04-11 12:26:13', 7878, NULL, NULL, 'IPAY2023/04/7896', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8395, '2023-04-11 14:51:18', 7879, NULL, NULL, 'IPAY2023/04/7897', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8396, '2023-04-11 14:59:42', 7880, NULL, NULL, 'IPAY2023/04/7898', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '50.0000', '38.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8397, '2023-04-11 15:30:00', 7881, NULL, NULL, 'IPAY2023/04/7899', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8398, '2023-04-11 15:47:43', 7882, NULL, NULL, 'IPAY2023/04/7900', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8399, '2023-04-11 16:00:29', 7883, NULL, NULL, 'IPAY2023/04/7901', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8400, '2023-04-11 16:43:28', 7884, NULL, NULL, 'IPAY2023/04/7902', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8401, '2023-04-11 16:48:39', 7885, NULL, NULL, 'IPAY2023/04/7903', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8402, '2023-04-11 16:52:54', 7886, NULL, NULL, 'IPAY2023/04/7904', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8403, '2023-04-11 17:09:42', 7887, NULL, NULL, 'IPAY2023/04/7905', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8404, '2023-04-11 17:19:17', 7888, NULL, NULL, 'IPAY2023/04/7906', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8405, '2023-04-11 17:30:08', 7889, NULL, NULL, 'IPAY2023/04/7907', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8406, '2023-04-11 17:43:25', 7890, NULL, NULL, 'IPAY2023/04/7908', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '50.0000', '44.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8407, '2023-04-11 17:58:34', 7891, NULL, NULL, 'IPAY2023/04/7909', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8408, '2023-04-11 18:07:34', 7892, NULL, NULL, 'IPAY2023/04/7910', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8409, '2023-04-11 18:11:56', 7893, NULL, NULL, 'IPAY2023/04/7911', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8410, '2023-04-11 18:16:38', 7894, NULL, NULL, 'IPAY2023/04/7912', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8411, '2023-04-11 18:19:53', 7895, NULL, NULL, 'IPAY2023/04/7913', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8412, '2023-04-11 18:23:13', 7896, NULL, NULL, 'IPAY2023/04/7914', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8413, '2023-04-11 19:44:54', 7897, NULL, NULL, 'IPAY2023/04/7915', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8414, '2023-04-12 06:02:55', 7898, NULL, NULL, 'IPAY2023/04/7916', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8415, '2023-04-12 06:22:49', 7899, NULL, NULL, 'IPAY2023/04/7917', NULL, 'cash', '', '', '', '', '', '', '130.0000', NULL, 7, NULL, 'received', '', '130.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8416, '2023-04-12 06:25:45', 7900, NULL, NULL, 'IPAY2023/04/7918', NULL, 'cash', '', '', '', '', '', '', '513.5000', NULL, 7, NULL, 'received', '', '513.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8417, '2023-04-12 06:37:18', 7901, NULL, NULL, 'IPAY2023/04/7919', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8418, '2023-04-12 06:41:18', 7902, NULL, NULL, 'IPAY2023/04/7920', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8419, '2023-04-12 06:42:59', 7903, NULL, NULL, 'IPAY2023/04/7921', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8420, '2023-04-12 06:47:10', 7904, NULL, NULL, 'IPAY2023/04/7922', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8421, '2023-04-12 06:48:42', 7905, NULL, NULL, 'IPAY2023/04/7923', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8422, '2023-04-12 06:49:50', 7906, NULL, NULL, 'IPAY2023/04/7924', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8423, '2023-04-12 07:01:45', 7907, NULL, NULL, 'IPAY2023/04/7925', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8424, '2023-04-12 07:25:36', 7908, NULL, NULL, 'IPAY2023/04/7926', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8425, '2023-04-12 08:20:00', NULL, NULL, 565, 'POP2023/04/0523', NULL, 'cash', '', '', '', '', '', 'Visa', '540.7400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8426, '2023-04-12 08:22:15', 7909, NULL, NULL, 'IPAY2023/04/7927', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8427, '2023-04-12 08:24:00', NULL, NULL, 566, 'POP2023/04/0524', NULL, 'cash', '', '', '', '', '', 'Visa', '356.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8428, '2023-04-12 08:28:35', 7910, NULL, NULL, 'IPAY2023/04/7928', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8429, '2023-04-12 08:55:52', 7911, NULL, NULL, 'IPAY2023/04/7929', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8430, '2023-04-12 09:49:27', 7912, NULL, NULL, 'IPAY2023/04/7930', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8431, '2023-04-12 10:18:06', 7913, NULL, NULL, 'IPAY2023/04/7931', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8432, '2023-04-12 10:18:44', 7914, NULL, NULL, 'IPAY2023/04/7932', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8433, '2023-04-12 10:47:00', NULL, NULL, 567, 'POP2023/04/0525', NULL, 'cash', '', '', '', '', '', 'Visa', '426.8300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8434, '2023-04-12 10:48:00', NULL, NULL, 568, 'POP2023/04/0526', NULL, 'cash', '', '', '', '', '', 'Visa', '68.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8435, '2023-04-12 10:49:00', NULL, NULL, 569, 'POP2023/04/0527', NULL, 'cash', '', '', '', '', '', 'Visa', '597.0200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8436, '2023-04-12 10:50:00', NULL, NULL, 570, 'POP2023/04/0528', NULL, 'cash', '', '', '', '', '', 'Visa', '210.0100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8437, '2023-04-12 11:05:20', 7915, NULL, NULL, 'IPAY2023/04/7933', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8438, '2023-04-12 11:18:39', 7916, NULL, NULL, 'IPAY2023/04/7934', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8439, '2023-04-12 11:31:13', 7917, NULL, NULL, 'IPAY2023/04/7935', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8440, '2023-04-12 11:42:27', 7918, NULL, NULL, 'IPAY2023/04/7936', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8441, '2023-04-12 11:58:46', 7919, NULL, NULL, 'IPAY2023/04/7937', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8442, '2023-04-12 12:05:26', 7920, NULL, NULL, 'IPAY2023/04/7938', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8443, '2023-04-12 12:35:12', 7921, NULL, NULL, 'IPAY2023/04/7939', NULL, 'cash', '', '', '', '', '', '', '104.0000', NULL, 7, NULL, 'received', '', '104.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8444, '2023-04-12 12:52:44', 7922, NULL, NULL, 'IPAY2023/04/7940', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8445, '2023-04-12 12:56:13', 7923, NULL, NULL, 'IPAY2023/04/7941', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8446, '2023-04-12 13:11:35', 7924, NULL, NULL, 'IPAY2023/04/7942', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8447, '2023-04-12 13:45:42', 7925, NULL, NULL, 'IPAY2023/04/7943', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8448, '2023-04-12 14:52:04', 7926, NULL, NULL, 'IPAY2023/04/7944', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8449, '2023-04-12 15:07:48', 7927, NULL, NULL, 'IPAY2023/04/7945', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8450, '2023-04-12 15:08:34', 7928, NULL, NULL, 'IPAY2023/04/7946', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8451, '2023-04-12 15:39:18', 7929, NULL, NULL, 'IPAY2023/04/7947', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8452, '2023-04-12 15:40:45', 7930, NULL, NULL, 'IPAY2023/04/7948', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8453, '2023-04-12 16:25:10', 7931, NULL, NULL, 'IPAY2023/04/7949', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8454, '2023-04-12 16:54:08', 7932, NULL, NULL, 'IPAY2023/04/7950', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8455, '2023-04-12 16:55:37', 7933, NULL, NULL, 'IPAY2023/04/7951', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8456, '2023-04-12 17:07:39', 7934, NULL, NULL, 'IPAY2023/04/7952', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8457, '2023-04-12 17:12:45', 7935, NULL, NULL, 'IPAY2023/04/7953', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8458, '2023-04-12 17:29:10', 7936, NULL, NULL, 'IPAY2023/04/7954', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '100.0000', '67.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8459, '2023-04-12 17:48:22', 7937, NULL, NULL, 'IPAY2023/04/7955', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8460, '2023-04-12 17:50:29', 7938, NULL, NULL, 'IPAY2023/04/7956', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8461, '2023-04-12 17:51:13', 7939, NULL, NULL, 'IPAY2023/04/7957', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8462, '2023-04-12 17:57:58', 7940, NULL, NULL, 'IPAY2023/04/7958', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8463, '2023-04-12 18:01:38', 7941, NULL, NULL, 'IPAY2023/04/7959', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8464, '2023-04-12 18:26:35', 7942, NULL, NULL, 'IPAY2023/04/7960', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8465, '2023-04-12 18:28:23', 7943, NULL, NULL, 'IPAY2023/04/7961', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '50.0000', '24.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8466, '2023-04-12 18:36:40', 7944, NULL, NULL, 'IPAY2023/04/7962', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8467, '2023-04-12 18:57:40', 7945, NULL, NULL, 'IPAY2023/04/7963', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8468, '2023-04-12 19:03:29', 7946, NULL, NULL, 'IPAY2023/04/7964', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8469, '2023-04-12 19:04:26', 7947, NULL, NULL, 'IPAY2023/04/7965', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8470, '2023-04-12 19:13:42', 7948, NULL, NULL, 'IPAY2023/04/7966', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8471, '2023-04-12 19:48:58', 7949, NULL, NULL, 'IPAY2023/04/7967', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8472, '2023-04-13 06:33:48', 7950, NULL, NULL, 'IPAY2023/04/7968', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8473, '2023-04-13 06:46:26', 7951, NULL, NULL, 'IPAY2023/04/7969', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8474, '2023-04-13 06:47:03', 7952, NULL, NULL, 'IPAY2023/04/7970', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8475, '2023-04-13 06:47:30', 7953, NULL, NULL, 'IPAY2023/04/7971', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8476, '2023-04-13 06:48:05', 7954, NULL, NULL, 'IPAY2023/04/7972', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8477, '2023-04-13 06:50:15', 7955, NULL, NULL, 'IPAY2023/04/7973', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8478, '2023-04-13 06:57:13', 7956, NULL, NULL, 'IPAY2023/04/7974', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8479, '2023-04-13 07:18:44', 7957, NULL, NULL, 'IPAY2023/04/7975', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8480, '2023-04-13 07:19:34', 7958, NULL, NULL, 'IPAY2023/04/7976', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8481, '2023-04-13 07:22:47', 7959, NULL, NULL, 'IPAY2023/04/7977', NULL, 'cash', '', '', '', '', '', '', '156.5000', NULL, 7, NULL, 'received', '', '156.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8482, '2023-04-13 07:24:26', 7960, NULL, NULL, 'IPAY2023/04/7978', NULL, 'cash', '', '', '', '', '', '', '242.0000', NULL, 7, NULL, 'received', '', '242.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8483, '2023-04-13 07:57:07', 7961, NULL, NULL, 'IPAY2023/04/7979', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8484, '2023-04-13 08:11:51', 7962, NULL, NULL, 'IPAY2023/04/7980', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8485, '2023-04-13 08:34:23', 7963, NULL, NULL, 'IPAY2023/04/7981', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8486, '2023-04-13 08:59:21', 7964, NULL, NULL, 'IPAY2023/04/7982', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8487, '2023-04-13 09:25:26', 7965, NULL, NULL, 'IPAY2023/04/7983', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8488, '2023-04-13 09:52:40', 7966, NULL, NULL, 'IPAY2023/04/7984', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8489, '2023-04-13 10:00:02', 7967, NULL, NULL, 'IPAY2023/04/7985', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8490, '2023-04-13 10:20:45', 7968, NULL, NULL, 'IPAY2023/04/7986', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8491, '2023-04-13 10:37:00', NULL, NULL, 572, 'POP2023/04/0529', NULL, 'cash', '', '', '', '', '', 'Visa', '933.7600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8492, '2023-04-13 10:37:00', NULL, NULL, 571, 'POP2023/04/0530', NULL, 'cash', '', '', '', '', '', 'Visa', '709.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8493, '2023-04-13 10:39:43', 7969, NULL, NULL, 'IPAY2023/04/7987', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8494, '2023-04-13 10:50:00', NULL, NULL, 573, 'POP2023/04/0531', NULL, 'cash', '', '', '', '', '', 'Visa', '357.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8495, '2023-04-13 10:58:35', 7970, NULL, NULL, 'IPAY2023/04/7988', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8496, '2023-04-13 11:06:31', 7971, NULL, NULL, 'IPAY2023/04/7989', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8497, '2023-04-13 11:14:26', 7972, NULL, NULL, 'IPAY2023/04/7990', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8498, '2023-04-13 11:15:45', 7973, NULL, NULL, 'IPAY2023/04/7991', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8499, '2023-04-13 11:42:47', 7974, NULL, NULL, 'IPAY2023/04/7992', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8500, '2023-04-13 11:46:04', 7975, NULL, NULL, 'IPAY2023/04/7993', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8501, '2023-04-13 11:46:27', 7976, NULL, NULL, 'IPAY2023/04/7994', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8502, '2023-04-13 11:53:31', 7977, NULL, NULL, 'IPAY2023/04/7995', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8503, '2023-04-13 11:59:52', 7978, NULL, NULL, 'IPAY2023/04/7996', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8504, '2023-04-13 12:17:22', 7979, NULL, NULL, 'IPAY2023/04/7997', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8505, '2023-04-13 12:24:46', 7980, NULL, NULL, 'IPAY2023/04/7998', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8506, '2023-04-13 12:39:33', 7981, NULL, NULL, 'IPAY2023/04/7999', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8507, '2023-04-13 12:43:59', 7982, NULL, NULL, 'IPAY2023/04/8000', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8508, '2023-04-13 12:44:40', 7983, NULL, NULL, 'IPAY2023/04/8001', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8509, '2023-04-13 12:47:20', 7984, NULL, NULL, 'IPAY2023/04/8002', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8510, '2023-04-13 12:51:14', 7985, NULL, NULL, 'IPAY2023/04/8003', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8511, '2023-04-13 12:57:56', 7986, NULL, NULL, 'IPAY2023/04/8004', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8512, '2023-04-13 13:36:55', 7987, NULL, NULL, 'IPAY2023/04/8005', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8513, '2023-04-13 13:37:14', 7988, NULL, NULL, 'IPAY2023/04/8006', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8514, '2023-04-13 13:47:18', 7989, NULL, NULL, 'IPAY2023/04/8007', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8515, '2023-04-13 14:08:32', 7990, NULL, NULL, 'IPAY2023/04/8008', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8516, '2023-04-13 14:10:49', 7991, NULL, NULL, 'IPAY2023/04/8009', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8517, '2023-04-13 14:27:36', 7992, NULL, NULL, 'IPAY2023/04/8010', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8518, '2023-04-13 14:44:25', 7993, NULL, NULL, 'IPAY2023/04/8011', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8519, '2023-04-13 14:52:49', 7994, NULL, NULL, 'IPAY2023/04/8012', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8520, '2023-04-13 15:00:24', 7995, NULL, NULL, 'IPAY2023/04/8013', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8521, '2023-04-13 15:02:24', 7996, NULL, NULL, 'IPAY2023/04/8014', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8522, '2023-04-13 15:30:11', 7997, NULL, NULL, 'IPAY2023/04/8015', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8523, '2023-04-13 16:16:31', 7998, NULL, NULL, 'IPAY2023/04/8016', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8524, '2023-04-13 16:25:14', 7999, NULL, NULL, 'IPAY2023/04/8017', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8525, '2023-04-13 16:41:11', 8000, NULL, NULL, 'IPAY2023/04/8018', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8526, '2023-04-13 16:52:33', 8001, NULL, NULL, 'IPAY2023/04/8019', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8527, '2023-04-13 17:04:59', 8002, NULL, NULL, 'IPAY2023/04/8020', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8528, '2023-04-13 17:08:02', 8003, NULL, NULL, 'IPAY2023/04/8021', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8529, '2023-04-13 17:14:08', 8004, NULL, NULL, 'IPAY2023/04/8022', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8530, '2023-04-13 17:32:34', 8005, NULL, NULL, 'IPAY2023/04/8023', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8531, '2023-04-13 17:38:52', 8006, NULL, NULL, 'IPAY2023/04/8024', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8532, '2023-04-13 17:44:24', 8007, NULL, NULL, 'IPAY2023/04/8025', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8533, '2023-04-13 18:10:15', 8008, NULL, NULL, 'IPAY2023/04/8026', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8534, '2023-04-13 18:17:33', 8009, NULL, NULL, 'IPAY2023/04/8027', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8535, '2023-04-13 18:31:38', 8010, NULL, NULL, 'IPAY2023/04/8028', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8536, '2023-04-13 19:11:45', 8011, NULL, NULL, 'IPAY2023/04/8029', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8537, '2023-04-13 19:17:31', 8012, NULL, NULL, 'IPAY2023/04/8030', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8538, '2023-04-13 19:23:04', 8013, NULL, NULL, 'IPAY2023/04/8031', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8539, '2023-04-13 19:46:34', 8014, NULL, NULL, 'IPAY2023/04/8032', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8540, '2023-04-14 07:16:46', 8015, NULL, NULL, 'IPAY2023/04/8033', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8541, '2023-04-14 07:18:07', 8016, NULL, NULL, 'IPAY2023/04/8034', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8542, '2023-04-14 07:18:22', 8017, NULL, NULL, 'IPAY2023/04/8035', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8543, '2023-04-14 07:19:13', 8018, NULL, NULL, 'IPAY2023/04/8036', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8544, '2023-04-14 07:21:25', 8019, NULL, NULL, 'IPAY2023/04/8037', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8545, '2023-04-14 07:41:14', 8020, NULL, NULL, 'IPAY2023/04/8038', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8546, '2023-04-14 07:41:30', 8021, NULL, NULL, 'IPAY2023/04/8039', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8547, '2023-04-14 07:41:45', 8022, NULL, NULL, 'IPAY2023/04/8040', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8548, '2023-04-14 07:43:26', 8023, NULL, NULL, 'IPAY2023/04/8041', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8549, '2023-04-14 07:59:23', 8024, NULL, NULL, 'IPAY2023/04/8042', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8550, '2023-04-14 09:02:06', 8025, NULL, NULL, 'IPAY2023/04/8043', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8551, '2023-04-14 09:21:00', 8026, NULL, NULL, 'IPAY2023/04/8044', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8552, '2023-04-14 09:38:36', 8027, NULL, NULL, 'IPAY2023/04/8045', NULL, 'cash', '', '', '', '', '', '', '136.0000', NULL, 7, NULL, 'received', '', '136.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8553, '2023-04-14 10:36:15', 8028, NULL, NULL, 'IPAY2023/04/8046', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8554, '2023-04-14 10:54:15', 8029, NULL, NULL, 'IPAY2023/04/8047', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '100.0000', '83.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8555, '2023-04-14 11:31:15', 8030, NULL, NULL, 'IPAY2023/04/8048', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '100.0000', '34.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8556, '2023-04-14 11:43:34', 8031, NULL, NULL, 'IPAY2023/04/8049', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8557, '2023-04-14 12:16:14', 8032, NULL, NULL, 'IPAY2023/04/8050', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8558, '2023-04-14 13:04:08', 8033, NULL, NULL, 'IPAY2023/04/8051', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8559, '2023-04-14 13:14:04', 8034, NULL, NULL, 'IPAY2023/04/8052', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8560, '2023-04-14 13:40:14', 8035, NULL, NULL, 'IPAY2023/04/8053', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8561, '2023-04-14 14:11:11', 8036, NULL, NULL, 'IPAY2023/04/8054', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8562, '2023-04-14 14:13:58', 8037, NULL, NULL, 'IPAY2023/04/8055', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8563, '2023-04-14 14:22:30', 8038, NULL, NULL, 'IPAY2023/04/8056', NULL, 'cash', '', '', '', '', '', '', '63.5000', NULL, 7, NULL, 'received', '', '63.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8564, '2023-04-14 14:23:17', 8039, NULL, NULL, 'IPAY2023/04/8057', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8565, '2023-04-14 14:31:06', 8040, NULL, NULL, 'IPAY2023/04/8058', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8566, '2023-04-14 15:38:24', 8041, NULL, NULL, 'IPAY2023/04/8059', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8567, '2023-04-14 15:51:39', 8042, NULL, NULL, 'IPAY2023/04/8060', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8568, '2023-04-14 16:10:17', 8043, NULL, NULL, 'IPAY2023/04/8061', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8569, '2023-04-14 16:30:50', 8044, NULL, NULL, 'IPAY2023/04/8062', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8570, '2023-04-14 16:36:00', NULL, NULL, 576, 'POP2023/04/0532', NULL, 'cash', '', '', '', '', '', 'Visa', '255.5600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8571, '2023-04-14 16:36:00', NULL, NULL, 575, 'POP2023/04/0533', NULL, 'cash', '', '', '', '', '', 'Visa', '500.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8572, '2023-04-14 16:36:00', NULL, NULL, 574, 'POP2023/04/0534', NULL, 'cash', '', '', '', '', '', 'Visa', '282.4400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8573, '2023-04-14 17:09:33', 8045, NULL, NULL, 'IPAY2023/04/8063', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8574, '2023-04-14 17:31:36', 8046, NULL, NULL, 'IPAY2023/04/8064', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '100.0000', '81.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8575, '2023-04-14 17:40:52', 8047, NULL, NULL, 'IPAY2023/04/8065', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8576, '2023-04-14 18:14:14', 8048, NULL, NULL, 'IPAY2023/04/8066', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8577, '2023-04-14 18:32:52', 8049, NULL, NULL, 'IPAY2023/04/8067', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8578, '2023-04-14 19:03:14', 8050, NULL, NULL, 'IPAY2023/04/8068', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '100.0000', '72.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8579, '2023-04-14 19:43:39', 8051, NULL, NULL, 'IPAY2023/04/8069', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8580, '2023-04-14 19:50:01', 8052, NULL, NULL, 'IPAY2023/04/8070', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8581, '2023-04-15 05:50:06', 8053, NULL, NULL, 'IPAY2023/04/8071', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8582, '2023-04-15 06:19:25', 8054, NULL, NULL, 'IPAY2023/04/8072', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8583, '2023-04-15 06:36:39', 8055, NULL, NULL, 'IPAY2023/04/8073', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8584, '2023-04-15 06:44:38', 8056, NULL, NULL, 'IPAY2023/04/8074', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '38.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8585, '2023-04-15 06:44:55', 8057, NULL, NULL, 'IPAY2023/04/8075', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8586, '2023-04-15 06:45:18', 8058, NULL, NULL, 'IPAY2023/04/8076', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8587, '2023-04-15 06:45:30', 8059, NULL, NULL, 'IPAY2023/04/8077', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8588, '2023-04-15 07:50:22', 8060, NULL, NULL, 'IPAY2023/04/8078', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8589, '2023-04-15 07:59:16', 8061, NULL, NULL, 'IPAY2023/04/8079', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8590, '2023-04-15 08:15:16', 8062, NULL, NULL, 'IPAY2023/04/8080', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8591, '2023-04-15 08:24:33', 8063, NULL, NULL, 'IPAY2023/04/8081', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8592, '2023-04-15 09:04:54', 8064, NULL, NULL, 'IPAY2023/04/8082', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8593, '2023-04-15 10:14:37', 8065, NULL, NULL, 'IPAY2023/04/8083', NULL, 'cash', '', '', '', '', '', '', '89.0000', NULL, 7, NULL, 'received', '', '89.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8594, '2023-04-15 10:19:40', 8066, NULL, NULL, 'IPAY2023/04/8084', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8595, '2023-04-15 10:27:52', 8067, NULL, NULL, 'IPAY2023/04/8085', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8596, '2023-04-15 11:36:12', 8068, NULL, NULL, 'IPAY2023/04/8086', NULL, 'cash', '', '', '', '', '', '', '129.0000', NULL, 7, NULL, 'received', '', '129.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8597, '2023-04-15 11:49:05', 8069, NULL, NULL, 'IPAY2023/04/8087', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8598, '2023-04-15 11:50:55', 8070, NULL, NULL, 'IPAY2023/04/8088', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8599, '2023-04-15 12:00:57', 8071, NULL, NULL, 'IPAY2023/04/8089', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8600, '2023-04-15 12:41:26', 8072, NULL, NULL, 'IPAY2023/04/8090', NULL, 'cash', '', '', '', '', '', '', '73.5000', NULL, 7, NULL, 'received', '', '73.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8601, '2023-04-15 12:52:37', 8073, NULL, NULL, 'IPAY2023/04/8091', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8602, '2023-04-15 13:05:22', 8074, NULL, NULL, 'IPAY2023/04/8092', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8603, '2023-04-15 14:10:41', 8075, NULL, NULL, 'IPAY2023/04/8093', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8604, '2023-04-15 14:27:47', 8076, NULL, NULL, 'IPAY2023/04/8094', NULL, 'cash', '', '', '', '', '', '', '170.0000', NULL, 7, NULL, 'received', '', '170.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8605, '2023-04-15 14:34:25', 8077, NULL, NULL, 'IPAY2023/04/8095', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '50.0000', '34.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8606, '2023-04-15 14:58:35', 8078, NULL, NULL, 'IPAY2023/04/8096', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8607, '2023-04-15 14:59:09', 8079, NULL, NULL, 'IPAY2023/04/8097', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8608, '2023-04-15 15:06:17', 8080, NULL, NULL, 'IPAY2023/04/8098', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8609, '2023-04-15 15:24:43', 8081, NULL, NULL, 'IPAY2023/04/8099', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8610, '2023-04-15 15:29:32', 8082, NULL, NULL, 'IPAY2023/04/8100', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8611, '2023-04-15 15:32:06', 8083, NULL, NULL, 'IPAY2023/04/8101', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8612, '2023-04-15 16:06:29', 8084, NULL, NULL, 'IPAY2023/04/8102', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8613, '2023-04-15 16:26:33', 8085, NULL, NULL, 'IPAY2023/04/8103', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8614, '2023-04-15 16:30:55', 8086, NULL, NULL, 'IPAY2023/04/8104', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8615, '2023-04-15 16:41:14', 8087, NULL, NULL, 'IPAY2023/04/8105', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8616, '2023-04-15 16:42:21', 8088, NULL, NULL, 'IPAY2023/04/8106', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8617, '2023-04-15 16:44:10', 8089, NULL, NULL, 'IPAY2023/04/8107', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8618, '2023-04-15 16:46:45', 8090, NULL, NULL, 'IPAY2023/04/8108', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8619, '2023-04-15 16:50:10', 8091, NULL, NULL, 'IPAY2023/04/8109', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8620, '2023-04-15 16:52:10', 8092, NULL, NULL, 'IPAY2023/04/8110', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8621, '2023-04-15 16:55:38', 8093, NULL, NULL, 'IPAY2023/04/8111', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8622, '2023-04-15 17:08:58', 8094, NULL, NULL, 'IPAY2023/04/8112', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8623, '2023-04-15 17:24:45', 8095, NULL, NULL, 'IPAY2023/04/8113', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '100.0000', '74.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8625, '2023-04-15 17:46:35', 8097, NULL, NULL, 'IPAY2023/04/8115', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8626, '2023-04-15 17:53:34', 8098, NULL, NULL, 'IPAY2023/04/8116', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8627, '2023-04-15 17:57:16', 8099, NULL, NULL, 'IPAY2023/04/8117', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8628, '2023-04-15 18:29:39', 8100, NULL, NULL, 'IPAY2023/04/8118', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8629, '2023-04-15 19:15:03', 8101, NULL, NULL, 'IPAY2023/04/8119', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8630, '2023-04-15 19:24:23', 8102, NULL, NULL, 'IPAY2023/04/8120', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8631, '2023-04-16 06:09:38', 8103, NULL, NULL, 'IPAY2023/04/8121', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8632, '2023-04-16 07:52:35', 8104, NULL, NULL, 'IPAY2023/04/8122', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8633, '2023-04-16 09:40:22', 8105, NULL, NULL, 'IPAY2023/04/8123', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8634, '2023-04-16 09:58:50', 8106, NULL, NULL, 'IPAY2023/04/8124', NULL, 'cash', '', '', '', '', '', '', '61.0000', NULL, 7, NULL, 'received', '', '61.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8635, '2023-04-16 10:09:32', 8107, NULL, NULL, 'IPAY2023/04/8125', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8636, '2023-04-16 10:14:03', 8108, NULL, NULL, 'IPAY2023/04/8126', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '100.0000', '72.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8637, '2023-04-16 10:24:23', 8109, NULL, NULL, 'IPAY2023/04/8127', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8638, '2023-04-16 10:30:46', 8110, NULL, NULL, 'IPAY2023/04/8128', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8639, '2023-04-16 10:45:57', 8111, NULL, NULL, 'IPAY2023/04/8129', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8640, '2023-04-16 11:00:23', 8112, NULL, NULL, 'IPAY2023/04/8130', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8641, '2023-04-16 11:06:34', 8113, NULL, NULL, 'IPAY2023/04/8131', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '50.0000', '24.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8642, '2023-04-16 12:10:22', 8114, NULL, NULL, 'IPAY2023/04/8132', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8643, '2023-04-16 12:17:10', 8115, NULL, NULL, 'IPAY2023/04/8133', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8644, '2023-04-16 12:18:38', 8116, NULL, NULL, 'IPAY2023/04/8134', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '100.0000', '88.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8645, '2023-04-16 12:23:43', 8117, NULL, NULL, 'IPAY2023/04/8135', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '100.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8646, '2023-04-16 12:32:54', 8118, NULL, NULL, 'IPAY2023/04/8136', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '100.0000', '52.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8647, '2023-04-16 12:55:43', 8119, NULL, NULL, 'IPAY2023/04/8137', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8648, '2023-04-16 13:05:49', 8120, NULL, NULL, 'IPAY2023/04/8138', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8649, '2023-04-16 14:02:26', 8121, NULL, NULL, 'IPAY2023/04/8139', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8650, '2023-04-17 05:40:31', 8122, NULL, NULL, 'IPAY2023/04/8140', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8651, '2023-04-17 05:52:42', 8123, NULL, NULL, 'IPAY2023/04/8141', NULL, 'cash', '', '', '', '', '', '', '181.0000', NULL, 7, NULL, 'received', '', '181.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8652, '2023-04-17 05:54:18', 8124, NULL, NULL, 'IPAY2023/04/8142', NULL, 'cash', '', '', '', '', '', '', '103.0000', NULL, 7, NULL, 'received', '', '103.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8653, '2023-04-17 05:58:04', 8125, NULL, NULL, 'IPAY2023/04/8143', NULL, 'cash', '', '', '', '', '', '', '61.0000', NULL, 7, NULL, 'received', '', '61.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8654, '2023-04-17 05:58:56', 8126, NULL, NULL, 'IPAY2023/04/8144', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8655, '2023-04-17 06:39:06', 8127, NULL, NULL, 'IPAY2023/04/8145', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8656, '2023-04-17 06:39:30', 8128, NULL, NULL, 'IPAY2023/04/8146', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8657, '2023-04-17 06:50:00', 8129, NULL, NULL, 'IPAY2023/04/8147', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8658, '2023-04-17 07:00:03', 8130, NULL, NULL, 'IPAY2023/04/8148', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8659, '2023-04-17 07:00:57', 8131, NULL, NULL, 'IPAY2023/04/8149', NULL, 'cash', '', '', '', '', '', '', '16.2500', NULL, 7, NULL, 'received', '', '16.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8660, '2023-04-17 07:01:27', 8132, NULL, NULL, 'IPAY2023/04/8150', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8661, '2023-04-17 07:01:58', 8133, NULL, NULL, 'IPAY2023/04/8151', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8662, '2023-04-17 07:02:24', 8134, NULL, NULL, 'IPAY2023/04/8152', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8663, '2023-04-17 07:13:09', 8135, NULL, NULL, 'IPAY2023/04/8153', NULL, 'cash', '', '', '', '', '', '', '122.2500', NULL, 7, NULL, 'received', '', '122.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8664, '2023-04-17 07:14:02', 8136, NULL, NULL, 'IPAY2023/04/8154', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8665, '2023-04-17 07:15:19', 8137, NULL, NULL, 'IPAY2023/04/8155', NULL, 'cash', '', '', '', '', '', '', '46.5000', NULL, 7, NULL, 'received', '', '46.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8666, '2023-04-17 07:16:37', 8138, NULL, NULL, 'IPAY2023/04/8156', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8667, '2023-04-17 07:17:24', 8139, NULL, NULL, 'IPAY2023/04/8157', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8668, '2023-04-17 07:19:41', 8140, NULL, NULL, 'IPAY2023/04/8158', NULL, 'cash', '', '', '', '', '', '', '261.2500', NULL, 7, NULL, 'received', '', '261.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8669, '2023-04-17 07:20:57', 8141, NULL, NULL, 'IPAY2023/04/8159', NULL, 'cash', '', '', '', '', '', '', '43.5000', NULL, 7, NULL, 'received', '', '43.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8670, '2023-04-17 07:22:55', 8142, NULL, NULL, 'IPAY2023/04/8160', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8671, '2023-04-17 08:04:41', 8143, NULL, NULL, 'IPAY2023/04/8161', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8672, '2023-04-17 08:14:00', NULL, NULL, 577, 'POP2023/04/0535', NULL, 'cash', '', '', '', '', '', 'Visa', '50.0050', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8673, '2023-04-17 08:22:30', 8144, NULL, NULL, 'IPAY2023/04/8162', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8674, '2023-04-17 08:30:15', 8145, NULL, NULL, 'IPAY2023/04/8163', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8675, '2023-04-17 08:41:22', 8146, NULL, NULL, 'IPAY2023/04/8164', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8676, '2023-04-17 09:09:14', 8147, NULL, NULL, 'IPAY2023/04/8165', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8677, '2023-04-18 16:28:00', NULL, NULL, 578, 'POP2023/04/0536', NULL, 'cash', '', '', '', '', '', 'Visa', '820.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8678, '2023-04-18 16:48:56', 8148, NULL, NULL, 'IPAY2023/04/8166', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8679, '2023-04-18 16:52:15', 8149, NULL, NULL, 'IPAY2023/04/8167', NULL, 'cash', '', '', '', '', '', '', '74.0000', NULL, 7, NULL, 'received', '', '74.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8680, '2023-04-18 16:55:14', 8150, NULL, NULL, 'IPAY2023/04/8168', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8681, '2023-04-18 16:57:34', 8151, NULL, NULL, 'IPAY2023/04/8169', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8682, '2023-04-18 16:59:36', 8152, NULL, NULL, 'IPAY2023/04/8170', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8683, '2023-04-18 17:05:39', 8153, NULL, NULL, 'IPAY2023/04/8171', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8684, '2023-04-18 17:07:45', 8154, NULL, NULL, 'IPAY2023/04/8172', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8685, '2023-04-18 17:09:31', 8155, NULL, NULL, 'IPAY2023/04/8173', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8686, '2023-04-18 17:12:25', 8156, NULL, NULL, 'IPAY2023/04/8174', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8687, '2023-04-18 17:14:30', 8157, NULL, NULL, 'IPAY2023/04/8175', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8688, '2023-04-18 17:16:39', 8158, NULL, NULL, 'IPAY2023/04/8176', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8689, '2023-04-18 17:18:29', 8159, NULL, NULL, 'IPAY2023/04/8177', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '86.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8690, '2023-04-18 17:19:56', 8160, NULL, NULL, 'IPAY2023/04/8178', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8691, '2023-04-18 17:26:28', 8161, NULL, NULL, 'IPAY2023/04/8179', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8692, '2023-04-18 17:30:05', 8162, NULL, NULL, 'IPAY2023/04/8180', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '47.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8693, '2023-04-18 17:38:30', 8163, NULL, NULL, 'IPAY2023/04/8181', NULL, 'cash', '', '', '', '', '', '', '54.5000', NULL, 7, NULL, 'received', '', '54.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8694, '2023-04-18 17:41:10', 8164, NULL, NULL, 'IPAY2023/04/8182', NULL, 'cash', '', '', '', '', '', '', '92.5000', NULL, 7, NULL, 'received', '', '92.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8695, '2023-04-18 17:42:51', 8165, NULL, NULL, 'IPAY2023/04/8183', NULL, 'cash', '', '', '', '', '', '', '46.5000', NULL, 7, NULL, 'received', '', '46.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8696, '2023-04-18 17:45:26', 8166, NULL, NULL, 'IPAY2023/04/8184', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8697, '2023-04-18 17:47:08', 8167, NULL, NULL, 'IPAY2023/04/8185', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8698, '2023-04-18 17:48:54', 8168, NULL, NULL, 'IPAY2023/04/8186', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8699, '2023-04-18 17:52:11', 8169, NULL, NULL, 'IPAY2023/04/8187', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8700, '2023-04-18 17:55:41', 8170, NULL, NULL, 'IPAY2023/04/8188', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8701, '2023-04-18 17:57:10', 8171, NULL, NULL, 'IPAY2023/04/8189', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8702, '2023-04-18 17:58:56', 8172, NULL, NULL, 'IPAY2023/04/8190', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8703, '2023-04-18 18:20:04', 8173, NULL, NULL, 'IPAY2023/04/8191', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8704, '2023-04-18 18:24:07', 8174, NULL, NULL, 'IPAY2023/04/8192', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8705, '2023-04-18 18:30:32', 8175, NULL, NULL, 'IPAY2023/04/8193', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8706, '2023-04-18 18:33:47', 8176, NULL, NULL, 'IPAY2023/04/8194', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8707, '2023-04-18 18:42:55', 8177, NULL, NULL, 'IPAY2023/04/8195', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8708, '2023-04-18 18:56:27', 8178, NULL, NULL, 'IPAY2023/04/8196', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8709, '2023-04-18 19:08:15', 8179, NULL, NULL, 'IPAY2023/04/8197', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8710, '2023-04-18 19:45:22', 8180, NULL, NULL, 'IPAY2023/04/8198', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8711, '2023-04-19 05:36:08', 8181, NULL, NULL, 'IPAY2023/04/8199', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8712, '2023-04-19 05:43:20', 8182, NULL, NULL, 'IPAY2023/04/8200', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8713, '2023-04-19 06:13:49', 8183, NULL, NULL, 'IPAY2023/04/8201', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8714, '2023-04-19 06:23:45', 8184, NULL, NULL, 'IPAY2023/04/8202', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8715, '2023-04-19 06:41:43', 8185, NULL, NULL, 'IPAY2023/04/8203', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8716, '2023-04-19 06:48:09', 8186, NULL, NULL, 'IPAY2023/04/8204', NULL, 'cash', '', '', '', '', '', '', '294.0000', NULL, 7, NULL, 'received', '', '294.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8717, '2023-04-19 06:52:22', 8187, NULL, NULL, 'IPAY2023/04/8205', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8718, '2023-04-19 06:56:15', 8188, NULL, NULL, 'IPAY2023/04/8206', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8719, '2023-04-19 06:57:17', 8189, NULL, NULL, 'IPAY2023/04/8207', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8720, '2023-04-19 07:00:14', 8190, NULL, NULL, 'IPAY2023/04/8208', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8721, '2023-04-19 07:08:37', 8191, NULL, NULL, 'IPAY2023/04/8209', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8722, '2023-04-19 07:11:25', 8192, NULL, NULL, 'IPAY2023/04/8210', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8723, '2023-04-19 07:12:17', 8193, NULL, NULL, 'IPAY2023/04/8211', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8724, '2023-04-19 07:13:23', 8194, NULL, NULL, 'IPAY2023/04/8212', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8725, '2023-04-19 07:14:28', 8195, NULL, NULL, 'IPAY2023/04/8213', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8726, '2023-04-19 07:15:02', 8196, NULL, NULL, 'IPAY2023/04/8214', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8727, '2023-04-19 07:15:43', 8197, NULL, NULL, 'IPAY2023/04/8215', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8728, '2023-04-19 07:17:23', 8198, NULL, NULL, 'IPAY2023/04/8216', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8729, '2023-04-19 07:18:58', 8199, NULL, NULL, 'IPAY2023/04/8217', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8730, '2023-04-19 07:20:57', 8200, NULL, NULL, 'IPAY2023/04/8218', NULL, 'cash', '', '', '', '', '', '', '52.5000', NULL, 7, NULL, 'received', '', '52.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8731, '2023-04-19 07:22:54', 8201, NULL, NULL, 'IPAY2023/04/8219', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8732, '2023-04-19 07:23:49', 8202, NULL, NULL, 'IPAY2023/04/8220', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8733, '2023-04-19 07:27:06', 8203, NULL, NULL, 'IPAY2023/04/8221', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8734, '2023-04-19 07:29:28', 8204, NULL, NULL, 'IPAY2023/04/8222', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8735, '2023-04-19 07:30:00', 8205, NULL, NULL, 'IPAY2023/04/8223', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8736, '2023-04-19 07:31:57', 8206, NULL, NULL, 'IPAY2023/04/8224', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8737, '2023-04-19 07:33:44', 8207, NULL, NULL, 'IPAY2023/04/8225', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8738, '2023-04-19 07:40:19', 8208, NULL, NULL, 'IPAY2023/04/8226', NULL, 'cash', '', '', '', '', '', '', '209.5000', NULL, 7, NULL, 'received', '', '209.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8739, '2023-04-19 07:50:07', 8209, NULL, NULL, 'IPAY2023/04/8227', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8740, '2023-04-19 08:06:28', 8210, NULL, NULL, 'IPAY2023/04/8228', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8741, '2023-04-19 08:24:14', 8211, NULL, NULL, 'IPAY2023/04/8229', NULL, 'cash', '', '', '', '', '', '', '285.0000', NULL, 7, NULL, 'received', '', '285.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8742, '2023-04-19 08:46:46', 8212, NULL, NULL, 'IPAY2023/04/8230', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8743, '2023-04-19 09:51:23', 8213, NULL, NULL, 'IPAY2023/04/8231', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8744, '2023-04-19 09:56:02', 8214, NULL, NULL, 'IPAY2023/04/8232', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8745, '2023-04-19 10:10:10', 8215, NULL, NULL, 'IPAY2023/04/8233', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8746, '2023-04-19 10:41:52', 8216, NULL, NULL, 'IPAY2023/04/8234', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8747, '2023-04-19 11:28:10', 8217, NULL, NULL, 'IPAY2023/04/8235', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8748, '2023-04-19 11:43:39', 8218, NULL, NULL, 'IPAY2023/04/8236', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8749, '2023-04-19 11:48:25', 8219, NULL, NULL, 'IPAY2023/04/8237', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8750, '2023-04-19 11:54:35', 8220, NULL, NULL, 'IPAY2023/04/8238', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8751, '2023-04-19 12:26:51', 8221, NULL, NULL, 'IPAY2023/04/8239', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8752, '2023-04-19 13:37:38', 8222, NULL, NULL, 'IPAY2023/04/8240', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8753, '2023-04-19 14:04:51', 8223, NULL, NULL, 'IPAY2023/04/8241', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8754, '2023-04-19 14:23:56', 8224, NULL, NULL, 'IPAY2023/04/8242', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8755, '2023-04-19 14:47:31', 8225, NULL, NULL, 'IPAY2023/04/8243', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8756, '2023-04-19 14:52:14', 8226, NULL, NULL, 'IPAY2023/04/8244', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8757, '2023-04-19 15:16:51', 8227, NULL, NULL, 'IPAY2023/04/8245', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8758, '2023-04-19 15:47:38', 8228, NULL, NULL, 'IPAY2023/04/8246', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8759, '2023-04-19 15:57:26', 8229, NULL, NULL, 'IPAY2023/04/8247', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8760, '2023-04-19 16:13:51', 8230, NULL, NULL, 'IPAY2023/04/8248', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8761, '2023-04-19 16:14:45', 8231, NULL, NULL, 'IPAY2023/04/8249', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8762, '2023-04-19 16:18:06', 8232, NULL, NULL, 'IPAY2023/04/8250', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8763, '2023-04-19 16:52:09', 8233, NULL, NULL, 'IPAY2023/04/8251', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8764, '2023-04-19 17:24:45', 8234, NULL, NULL, 'IPAY2023/04/8252', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8765, '2023-04-19 17:30:39', 8235, NULL, NULL, 'IPAY2023/04/8253', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8766, '2023-04-19 17:54:24', 8236, NULL, NULL, 'IPAY2023/04/8254', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8767, '2023-04-19 17:56:28', 8237, NULL, NULL, 'IPAY2023/04/8255', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8768, '2023-04-19 18:07:13', 8238, NULL, NULL, 'IPAY2023/04/8256', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8769, '2023-04-19 18:18:55', 8239, NULL, NULL, 'IPAY2023/04/8257', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8770, '2023-04-19 19:00:35', 8240, NULL, NULL, 'IPAY2023/04/8258', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '100.0000', '71.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8771, '2023-04-19 19:10:21', 8241, NULL, NULL, 'IPAY2023/04/8259', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8772, '2023-04-19 19:16:29', 8242, NULL, NULL, 'IPAY2023/04/8260', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8773, '2023-04-19 19:19:46', 8243, NULL, NULL, 'IPAY2023/04/8261', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8774, '2023-04-19 19:49:25', 8244, NULL, NULL, 'IPAY2023/04/8262', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8775, '2023-04-20 06:30:11', 8245, NULL, NULL, 'IPAY2023/04/8263', NULL, 'cash', '', '', '', '', '', '', '125.0000', NULL, 7, NULL, 'received', '', '125.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8776, '2023-04-20 06:35:39', 8246, NULL, NULL, 'IPAY2023/04/8264', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8777, '2023-04-20 06:44:38', 8247, NULL, NULL, 'IPAY2023/04/8265', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8778, '2023-04-20 06:53:36', 8248, NULL, NULL, 'IPAY2023/04/8266', NULL, 'cash', '', '', '', '', '', '', '45.5000', NULL, 7, NULL, 'received', '', '45.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8779, '2023-04-20 06:55:28', 8249, NULL, NULL, 'IPAY2023/04/8267', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8780, '2023-04-20 06:57:02', 8250, NULL, NULL, 'IPAY2023/04/8268', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8781, '2023-04-20 06:58:13', 8251, NULL, NULL, 'IPAY2023/04/8269', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8782, '2023-04-20 06:59:18', 8252, NULL, NULL, 'IPAY2023/04/8270', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8783, '2023-04-20 07:11:29', 8253, NULL, NULL, 'IPAY2023/04/8271', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8784, '2023-04-20 07:53:00', 8254, NULL, NULL, 'IPAY2023/04/8272', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8785, '2023-04-20 08:39:00', NULL, NULL, 579, 'POP2023/04/0537', NULL, 'cash', '', '', '', '', '', 'Visa', '316.3000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8786, '2023-04-20 09:41:56', 8255, NULL, NULL, 'IPAY2023/04/8273', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8787, '2023-04-20 09:43:13', 8256, NULL, NULL, 'IPAY2023/04/8274', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8788, '2023-04-20 09:52:25', 8257, NULL, NULL, 'IPAY2023/04/8275', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8789, '2023-04-20 10:12:00', 8258, NULL, NULL, 'IPAY2023/04/8276', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8790, '2023-04-20 10:38:13', 8259, NULL, NULL, 'IPAY2023/04/8277', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8791, '2023-04-20 10:39:05', 8260, NULL, NULL, 'IPAY2023/04/8278', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8792, '2023-04-20 10:41:39', 8261, NULL, NULL, 'IPAY2023/04/8279', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8793, '2023-04-20 12:07:38', 8262, NULL, NULL, 'IPAY2023/04/8280', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8794, '2023-04-20 12:34:23', 8263, NULL, NULL, 'IPAY2023/04/8281', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8795, '2023-04-20 12:35:22', 8264, NULL, NULL, 'IPAY2023/04/8282', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8796, '2023-04-20 12:55:11', 8265, NULL, NULL, 'IPAY2023/04/8283', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8797, '2023-04-20 12:56:27', 8266, NULL, NULL, 'IPAY2023/04/8284', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8798, '2023-04-20 13:20:58', 8267, NULL, NULL, 'IPAY2023/04/8285', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8799, '2023-04-20 13:49:08', 8268, NULL, NULL, 'IPAY2023/04/8286', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8800, '2023-04-20 13:56:37', 8269, NULL, NULL, 'IPAY2023/04/8287', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8801, '2023-04-20 14:14:20', 8270, NULL, NULL, 'IPAY2023/04/8288', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8802, '2023-04-20 14:29:01', 8271, NULL, NULL, 'IPAY2023/04/8289', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8803, '2023-04-20 14:31:48', 8272, NULL, NULL, 'IPAY2023/04/8290', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8804, '2023-04-20 15:11:03', 8273, NULL, NULL, 'IPAY2023/04/8291', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8805, '2023-04-20 16:00:31', 8274, NULL, NULL, 'IPAY2023/04/8292', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8806, '2023-04-20 16:40:56', 8275, NULL, NULL, 'IPAY2023/04/8293', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8807, '2023-04-20 17:11:17', 8276, NULL, NULL, 'IPAY2023/04/8294', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8808, '2023-04-20 17:13:45', 8277, NULL, NULL, 'IPAY2023/04/8295', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8809, '2023-04-20 17:33:07', 8278, NULL, NULL, 'IPAY2023/04/8296', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8810, '2023-04-20 17:45:16', 8279, NULL, NULL, 'IPAY2023/04/8297', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8811, '2023-04-20 17:46:33', 8280, NULL, NULL, 'IPAY2023/04/8298', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8812, '2023-04-20 18:54:26', 8281, NULL, NULL, 'IPAY2023/04/8299', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8813, '2023-04-20 19:09:59', 8282, NULL, NULL, 'IPAY2023/04/8300', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8814, '2023-04-20 19:24:20', 8283, NULL, NULL, 'IPAY2023/04/8301', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8815, '2023-04-21 05:27:45', 8284, NULL, NULL, 'IPAY2023/04/8302', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8816, '2023-04-21 05:50:48', 8285, NULL, NULL, 'IPAY2023/04/8303', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8817, '2023-04-21 07:03:24', 8286, NULL, NULL, 'IPAY2023/04/8304', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8818, '2023-04-21 07:06:16', 8287, NULL, NULL, 'IPAY2023/04/8305', NULL, 'cash', '', '', '', '', '', '', '77.5000', NULL, 7, NULL, 'received', '', '77.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8819, '2023-04-21 07:06:57', 8288, NULL, NULL, 'IPAY2023/04/8306', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8820, '2023-04-21 07:08:09', 8289, NULL, NULL, 'IPAY2023/04/8307', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8821, '2023-04-21 07:08:52', 8290, NULL, NULL, 'IPAY2023/04/8308', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8822, '2023-04-21 07:11:05', 8291, NULL, NULL, 'IPAY2023/04/8309', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8823, '2023-04-21 07:12:38', 8292, NULL, NULL, 'IPAY2023/04/8310', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8824, '2023-04-21 07:13:14', 8293, NULL, NULL, 'IPAY2023/04/8311', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8825, '2023-04-21 07:14:56', 8294, NULL, NULL, 'IPAY2023/04/8312', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8826, '2023-04-21 07:17:53', 8295, NULL, NULL, 'IPAY2023/04/8313', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8827, '2023-04-21 08:01:46', 8296, NULL, NULL, 'IPAY2023/04/8314', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8828, '2023-04-21 08:21:39', 8297, NULL, NULL, 'IPAY2023/04/8315', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8829, '2023-04-21 08:52:14', 8298, NULL, NULL, 'IPAY2023/04/8316', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8830, '2023-04-21 09:07:17', 8299, NULL, NULL, 'IPAY2023/04/8317', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8831, '2023-04-21 09:14:51', 8300, NULL, NULL, 'IPAY2023/04/8318', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8832, '2023-04-21 09:17:53', 8301, NULL, NULL, 'IPAY2023/04/8319', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8833, '2023-04-21 09:18:58', 8302, NULL, NULL, 'IPAY2023/04/8320', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8834, '2023-04-21 09:25:25', 8303, NULL, NULL, 'IPAY2023/04/8321', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8835, '2023-04-21 09:32:44', 8304, NULL, NULL, 'IPAY2023/04/8322', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8836, '2023-04-21 09:39:01', 8305, NULL, NULL, 'IPAY2023/04/8323', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8837, '2023-04-21 09:42:12', 8306, NULL, NULL, 'IPAY2023/04/8324', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8838, '2023-04-21 09:49:45', 8307, NULL, NULL, 'IPAY2023/04/8325', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8839, '2023-04-21 10:01:23', 8308, NULL, NULL, 'IPAY2023/04/8326', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8840, '2023-04-21 10:05:07', 8309, NULL, NULL, 'IPAY2023/04/8327', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8841, '2023-04-21 11:10:42', 8310, NULL, NULL, 'IPAY2023/04/8328', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8842, '2023-04-21 11:55:00', 8311, NULL, NULL, 'IPAY2023/04/8329', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8843, '2023-04-21 13:07:02', 8312, NULL, NULL, 'IPAY2023/04/8330', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8844, '2023-04-21 13:40:39', 8313, NULL, NULL, 'IPAY2023/04/8331', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8845, '2023-04-21 13:57:19', 8314, NULL, NULL, 'IPAY2023/04/8332', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8846, '2023-04-21 14:42:29', 8315, NULL, NULL, 'IPAY2023/04/8333', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8847, '2023-04-21 14:50:56', 8316, NULL, NULL, 'IPAY2023/04/8334', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8848, '2023-04-21 15:05:11', 8317, NULL, NULL, 'IPAY2023/04/8335', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8849, '2023-04-21 15:05:53', 8318, NULL, NULL, 'IPAY2023/04/8336', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8850, '2023-04-21 15:06:00', NULL, NULL, 580, 'POP2023/04/0538', NULL, 'cash', '', '', '', '', '', 'Visa', '454.5500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8851, '2023-04-21 15:08:36', 8319, NULL, NULL, 'IPAY2023/04/8337', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8852, '2023-04-21 15:24:24', 8320, NULL, NULL, 'IPAY2023/04/8338', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8853, '2023-04-21 15:43:21', 8321, NULL, NULL, 'IPAY2023/04/8339', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8854, '2023-04-21 16:42:53', 8322, NULL, NULL, 'IPAY2023/04/8340', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8855, '2023-04-21 16:52:07', 8323, NULL, NULL, 'IPAY2023/04/8341', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8856, '2023-04-21 17:12:59', 8324, NULL, NULL, 'IPAY2023/04/8342', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8857, '2023-04-21 17:41:51', 8325, NULL, NULL, 'IPAY2023/04/8343', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8858, '2023-04-21 17:50:06', 8326, NULL, NULL, 'IPAY2023/04/8344', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8859, '2023-04-21 18:14:02', 8327, NULL, NULL, 'IPAY2023/04/8345', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8860, '2023-04-21 18:17:09', 8328, NULL, NULL, 'IPAY2023/04/8346', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8861, '2023-04-21 19:19:20', 8329, NULL, NULL, 'IPAY2023/04/8347', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8862, '2023-04-21 19:34:26', 8330, NULL, NULL, 'IPAY2023/04/8348', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8863, '2023-04-21 19:43:01', 8331, NULL, NULL, 'IPAY2023/04/8349', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8864, '2023-04-21 19:44:56', 8332, NULL, NULL, 'IPAY2023/04/8350', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8865, '2023-04-21 19:48:53', 8333, NULL, NULL, 'IPAY2023/04/8351', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8866, '2023-04-21 19:53:31', 8334, NULL, NULL, 'IPAY2023/04/8352', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8867, '2023-04-22 07:41:12', 8335, NULL, NULL, 'IPAY2023/04/8353', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8868, '2023-04-22 09:59:55', 8336, NULL, NULL, 'IPAY2023/04/8354', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8869, '2023-04-22 10:13:58', 8337, NULL, NULL, 'IPAY2023/04/8355', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8870, '2023-04-22 10:36:16', 8338, NULL, NULL, 'IPAY2023/04/8356', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8871, '2023-04-22 10:44:35', 8339, NULL, NULL, 'IPAY2023/04/8357', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8872, '2023-04-22 10:54:25', 8340, NULL, NULL, 'IPAY2023/04/8358', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8873, '2023-04-22 10:58:02', 8341, NULL, NULL, 'IPAY2023/04/8359', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8874, '2023-04-22 11:29:00', 8342, NULL, NULL, 'IPAY2023/04/8360', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8875, '2023-04-22 11:39:52', 8343, NULL, NULL, 'IPAY2023/04/8361', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8876, '2023-04-22 11:41:22', 8344, NULL, NULL, 'IPAY2023/04/8362', NULL, 'cash', '', '', '', '', '', '', '188.0000', NULL, 7, NULL, 'received', '', '188.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8877, '2023-04-22 11:42:46', 8345, NULL, NULL, 'IPAY2023/04/8363', NULL, 'cash', '', '', '', '', '', '', '44.5000', NULL, 7, NULL, 'received', '', '44.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8878, '2023-04-22 11:43:50', 8346, NULL, NULL, 'IPAY2023/04/8364', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8879, '2023-04-22 11:51:07', 8347, NULL, NULL, 'IPAY2023/04/8365', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8880, '2023-04-22 11:59:31', 8348, NULL, NULL, 'IPAY2023/04/8366', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8881, '2023-04-22 12:03:29', 8349, NULL, NULL, 'IPAY2023/04/8367', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8882, '2023-04-22 12:24:42', 8350, NULL, NULL, 'IPAY2023/04/8368', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8883, '2023-04-22 12:34:50', 8351, NULL, NULL, 'IPAY2023/04/8369', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8884, '2023-04-22 12:35:56', 8352, NULL, NULL, 'IPAY2023/04/8370', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8885, '2023-04-22 12:37:43', 8353, NULL, NULL, 'IPAY2023/04/8371', NULL, 'cash', '', '', '', '', '', '', '62.5000', NULL, 7, NULL, 'received', '', '62.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8886, '2023-04-22 12:38:13', 8354, NULL, NULL, 'IPAY2023/04/8372', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8887, '2023-04-22 12:41:30', 8355, NULL, NULL, 'IPAY2023/04/8373', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8888, '2023-04-22 12:42:08', 8356, NULL, NULL, 'IPAY2023/04/8374', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8889, '2023-04-22 13:19:08', 8357, NULL, NULL, 'IPAY2023/04/8375', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8890, '2023-04-22 13:54:43', 8358, NULL, NULL, 'IPAY2023/04/8376', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8891, '2023-04-22 14:20:58', 8359, NULL, NULL, 'IPAY2023/04/8377', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8892, '2023-04-22 15:03:55', 8360, NULL, NULL, 'IPAY2023/04/8378', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8893, '2023-04-22 15:19:10', 8361, NULL, NULL, 'IPAY2023/04/8379', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8894, '2023-04-22 15:47:33', 8362, NULL, NULL, 'IPAY2023/04/8380', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8895, '2023-04-22 16:18:14', 8363, NULL, NULL, 'IPAY2023/04/8381', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8896, '2023-04-22 16:36:45', 8364, NULL, NULL, 'IPAY2023/04/8382', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8897, '2023-04-22 16:53:51', 8365, NULL, NULL, 'IPAY2023/04/8383', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8898, '2023-04-22 16:56:27', 8366, NULL, NULL, 'IPAY2023/04/8384', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8899, '2023-04-22 16:57:29', 8367, NULL, NULL, 'IPAY2023/04/8385', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8900, '2023-04-22 18:07:59', 8368, NULL, NULL, 'IPAY2023/04/8386', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8901, '2023-04-22 18:17:02', 8369, NULL, NULL, 'IPAY2023/04/8387', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8902, '2023-04-22 19:05:47', 8370, NULL, NULL, 'IPAY2023/04/8388', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8903, '2023-04-22 19:17:48', 8371, NULL, NULL, 'IPAY2023/04/8389', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8904, '2023-04-22 19:58:44', 8372, NULL, NULL, 'IPAY2023/04/8390', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8905, '2023-04-23 06:13:45', 8373, NULL, NULL, 'IPAY2023/04/8391', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8906, '2023-04-23 06:53:57', 8374, NULL, NULL, 'IPAY2023/04/8392', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8907, '2023-04-23 07:04:20', 8375, NULL, NULL, 'IPAY2023/04/8393', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8908, '2023-04-23 08:26:48', 8376, NULL, NULL, 'IPAY2023/04/8394', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8909, '2023-04-23 08:56:29', 8377, NULL, NULL, 'IPAY2023/04/8395', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8910, '2023-04-23 10:19:27', 8378, NULL, NULL, 'IPAY2023/04/8396', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8911, '2023-04-23 10:52:27', 8379, NULL, NULL, 'IPAY2023/04/8397', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8912, '2023-04-23 10:57:34', 8380, NULL, NULL, 'IPAY2023/04/8398', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8913, '2023-04-23 11:17:05', 8381, NULL, NULL, 'IPAY2023/04/8399', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8914, '2023-04-23 11:21:16', 8382, NULL, NULL, 'IPAY2023/04/8400', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8915, '2023-04-23 12:24:23', 8383, NULL, NULL, 'IPAY2023/04/8401', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8916, '2023-04-23 13:01:35', 8384, NULL, NULL, 'IPAY2023/04/8402', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8917, '2023-04-23 13:43:56', 8385, NULL, NULL, 'IPAY2023/04/8403', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8918, '2023-04-23 15:00:22', 8386, NULL, NULL, 'IPAY2023/04/8404', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8919, '2023-04-23 15:29:59', 8387, NULL, NULL, 'IPAY2023/04/8405', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8920, '2023-04-23 15:57:59', 8388, NULL, NULL, 'IPAY2023/04/8406', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8921, '2023-04-23 16:02:15', 8389, NULL, NULL, 'IPAY2023/04/8407', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8922, '2023-04-23 16:46:55', 8390, NULL, NULL, 'IPAY2023/04/8408', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8923, '2023-04-23 16:52:57', 8391, NULL, NULL, 'IPAY2023/04/8409', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8924, '2023-04-23 17:19:30', 8392, NULL, NULL, 'IPAY2023/04/8410', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8925, '2023-04-23 17:20:33', 8393, NULL, NULL, 'IPAY2023/04/8411', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8926, '2023-04-23 17:58:13', 8394, NULL, NULL, 'IPAY2023/04/8412', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8927, '2023-04-23 18:14:17', 8395, NULL, NULL, 'IPAY2023/04/8413', NULL, 'cash', '', '', '', '', '', '', '99.0000', NULL, 7, NULL, 'received', '', '99.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8928, '2023-04-23 18:14:31', 8396, NULL, NULL, 'IPAY2023/04/8414', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8929, '2023-04-23 19:00:41', 8397, NULL, NULL, 'IPAY2023/04/8415', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8930, '2023-04-23 19:26:33', 8398, NULL, NULL, 'IPAY2023/04/8416', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8931, '2023-04-23 19:29:18', 8399, NULL, NULL, 'IPAY2023/04/8417', NULL, 'cash', '', '', '', '', '', '', '375.0000', NULL, 7, NULL, 'received', '', '375.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8932, '2023-04-23 19:36:18', 8400, NULL, NULL, 'IPAY2023/04/8418', NULL, 'cash', '', '', '', '', '', '', '176.0000', NULL, 7, NULL, 'received', '', '176.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8933, '2023-04-23 19:40:51', 8401, NULL, NULL, 'IPAY2023/04/8419', NULL, 'cash', '', '', '', '', '', '', '122.5000', NULL, 7, NULL, 'received', '', '122.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8934, '2023-04-23 19:42:17', 8402, NULL, NULL, 'IPAY2023/04/8420', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8935, '2023-04-24 06:35:51', 8403, NULL, NULL, 'IPAY2023/04/8421', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8936, '2023-04-24 07:00:25', 8404, NULL, NULL, 'IPAY2023/04/8422', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8937, '2023-04-24 07:01:31', 8405, NULL, NULL, 'IPAY2023/04/8423', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8938, '2023-04-24 07:03:57', 8406, NULL, NULL, 'IPAY2023/04/8424', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8939, '2023-04-24 07:07:36', 8407, NULL, NULL, 'IPAY2023/04/8425', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8940, '2023-04-24 07:08:57', 8408, NULL, NULL, 'IPAY2023/04/8426', NULL, 'cash', '', '', '', '', '', '', '71.0000', NULL, 7, NULL, 'received', '', '71.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8941, '2023-04-24 07:11:03', 8409, NULL, NULL, 'IPAY2023/04/8427', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8942, '2023-04-24 07:12:43', 8410, NULL, NULL, 'IPAY2023/04/8428', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8943, '2023-04-24 07:15:46', 8411, NULL, NULL, 'IPAY2023/04/8429', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8944, '2023-04-24 07:22:33', 8412, NULL, NULL, 'IPAY2023/04/8430', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8945, '2023-04-24 07:29:27', 8413, NULL, NULL, 'IPAY2023/04/8431', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8946, '2023-04-24 07:31:15', 8414, NULL, NULL, 'IPAY2023/04/8432', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8947, '2023-04-24 07:51:53', 8415, NULL, NULL, 'IPAY2023/04/8433', NULL, 'cash', '', '', '', '', '', '', '224.0000', NULL, 7, NULL, 'received', '', '224.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8948, '2023-04-24 08:32:55', 8416, NULL, NULL, 'IPAY2023/04/8434', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8949, '2023-04-24 08:33:47', 8417, NULL, NULL, 'IPAY2023/04/8435', NULL, 'cash', '', '', '', '', '', '', '195.0000', NULL, 7, NULL, 'received', '', '195.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8950, '2023-04-24 08:38:58', 8418, NULL, NULL, 'IPAY2023/04/8436', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8951, '2023-04-24 09:05:14', 8419, NULL, NULL, 'IPAY2023/04/8437', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8952, '2023-04-24 09:18:44', 8420, NULL, NULL, 'IPAY2023/04/8438', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8953, '2023-04-24 09:20:07', 8421, NULL, NULL, 'IPAY2023/04/8439', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8954, '2023-04-24 09:38:00', NULL, NULL, 582, 'POP2023/04/0539', NULL, 'cash', '', '', '', '', '', 'Visa', '2601.6312', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8955, '2023-04-24 09:38:00', NULL, NULL, 581, 'POP2023/04/0540', NULL, 'cash', '', '', '', '', '', 'Visa', '368.0999', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8956, '2023-04-24 09:41:27', 8422, NULL, NULL, 'IPAY2023/04/8440', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8957, '2023-04-24 09:49:06', 8423, NULL, NULL, 'IPAY2023/04/8441', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8958, '2023-04-24 10:03:00', NULL, NULL, 583, 'POP2023/04/0541', NULL, 'cash', '', '', '', '', '', 'Visa', '123.1000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8959, '2023-04-24 10:03:50', 8424, NULL, NULL, 'IPAY2023/04/8442', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8960, '2023-04-24 10:27:10', 8425, NULL, NULL, 'IPAY2023/04/8443', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8961, '2023-04-24 10:30:58', 8426, NULL, NULL, 'IPAY2023/04/8444', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8962, '2023-04-24 10:50:47', 8427, NULL, NULL, 'IPAY2023/04/8445', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8963, '2023-04-24 11:08:45', 8428, NULL, NULL, 'IPAY2023/04/8446', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8964, '2023-04-24 11:37:38', 8429, NULL, NULL, 'IPAY2023/04/8447', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8965, '2023-04-24 11:49:00', 8430, NULL, NULL, 'IPAY2023/04/8448', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8966, '2023-04-24 11:49:47', 8431, NULL, NULL, 'IPAY2023/04/8449', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8967, '2023-04-24 12:06:01', 8432, NULL, NULL, 'IPAY2023/04/8450', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8968, '2023-04-24 12:26:38', 8433, NULL, NULL, 'IPAY2023/04/8451', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8969, '2023-04-24 13:14:29', 8434, NULL, NULL, 'IPAY2023/04/8452', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8970, '2023-04-24 15:03:58', 8435, NULL, NULL, 'IPAY2023/04/8453', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8971, '2023-04-24 15:12:54', 8436, NULL, NULL, 'IPAY2023/04/8454', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8972, '2023-04-24 15:18:47', 8437, NULL, NULL, 'IPAY2023/04/8455', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8973, '2023-04-24 15:22:10', 8438, NULL, NULL, 'IPAY2023/04/8456', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8974, '2023-04-24 16:10:05', 8439, NULL, NULL, 'IPAY2023/04/8457', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8975, '2023-04-24 16:13:58', 8440, NULL, NULL, 'IPAY2023/04/8458', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8976, '2023-04-24 16:14:20', 8441, NULL, NULL, 'IPAY2023/04/8459', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8977, '2023-04-24 16:15:37', 8442, NULL, NULL, 'IPAY2023/04/8460', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8978, '2023-04-24 16:18:55', 8443, NULL, NULL, 'IPAY2023/04/8461', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8979, '2023-04-24 16:28:54', 8444, NULL, NULL, 'IPAY2023/04/8462', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8980, '2023-04-24 16:30:09', 8445, NULL, NULL, 'IPAY2023/04/8463', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8981, '2023-04-24 16:49:34', 8446, NULL, NULL, 'IPAY2023/04/8464', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8982, '2023-04-24 17:12:47', 8447, NULL, NULL, 'IPAY2023/04/8465', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8983, '2023-04-24 17:13:53', 8448, NULL, NULL, 'IPAY2023/04/8466', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8984, '2023-04-24 17:23:52', 8449, NULL, NULL, 'IPAY2023/04/8467', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8985, '2023-04-24 17:26:41', 8450, NULL, NULL, 'IPAY2023/04/8468', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8986, '2023-04-24 17:42:45', 8451, NULL, NULL, 'IPAY2023/04/8469', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8987, '2023-04-24 17:44:40', 8452, NULL, NULL, 'IPAY2023/04/8470', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8988, '2023-04-24 17:47:20', 8453, NULL, NULL, 'IPAY2023/04/8471', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8989, '2023-04-24 17:53:16', 8454, NULL, NULL, 'IPAY2023/04/8472', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8990, '2023-04-24 17:53:46', 8455, NULL, NULL, 'IPAY2023/04/8473', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8991, '2023-04-24 17:54:16', 8456, NULL, NULL, 'IPAY2023/04/8474', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8992, '2023-04-24 17:55:40', 8457, NULL, NULL, 'IPAY2023/04/8475', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8993, '2023-04-24 17:57:52', 8458, NULL, NULL, 'IPAY2023/04/8476', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8994, '2023-04-24 17:59:58', 8459, NULL, NULL, 'IPAY2023/04/8477', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8995, '2023-04-24 18:04:15', 8460, NULL, NULL, 'IPAY2023/04/8478', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8996, '2023-04-24 18:09:50', 8461, NULL, NULL, 'IPAY2023/04/8479', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8997, '2023-04-24 18:10:12', 8462, NULL, NULL, 'IPAY2023/04/8480', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8998, '2023-04-24 18:10:29', 8463, NULL, NULL, 'IPAY2023/04/8481', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (8999, '2023-04-24 18:11:33', 8464, NULL, NULL, 'IPAY2023/04/8482', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9000, '2023-04-24 18:21:10', 8465, NULL, NULL, 'IPAY2023/04/8483', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9001, '2023-04-24 18:22:46', 8466, NULL, NULL, 'IPAY2023/04/8484', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9002, '2023-04-24 18:30:21', 8467, NULL, NULL, 'IPAY2023/04/8485', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9003, '2023-04-24 18:32:16', 8468, NULL, NULL, 'IPAY2023/04/8486', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9004, '2023-04-24 18:35:10', 8469, NULL, NULL, 'IPAY2023/04/8487', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9005, '2023-04-24 18:35:27', 8470, NULL, NULL, 'IPAY2023/04/8488', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9006, '2023-04-24 18:53:55', 8471, NULL, NULL, 'IPAY2023/04/8489', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9007, '2023-04-24 19:09:22', 8472, NULL, NULL, 'IPAY2023/04/8490', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9008, '2023-04-24 19:11:38', 8473, NULL, NULL, 'IPAY2023/04/8491', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9009, '2023-04-24 19:13:12', 8474, NULL, NULL, 'IPAY2023/04/8492', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9010, '2023-04-24 19:54:34', 8475, NULL, NULL, 'IPAY2023/04/8493', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9011, '2023-04-24 20:10:39', 8476, NULL, NULL, 'IPAY2023/04/8494', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9012, '2023-04-25 06:57:08', 8477, NULL, NULL, 'IPAY2023/04/8495', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9013, '2023-04-25 07:05:58', 8478, NULL, NULL, 'IPAY2023/04/8496', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9014, '2023-04-25 07:09:22', 8479, NULL, NULL, 'IPAY2023/04/8497', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9015, '2023-04-25 07:09:43', 8480, NULL, NULL, 'IPAY2023/04/8498', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9016, '2023-04-25 07:10:05', 8481, NULL, NULL, 'IPAY2023/04/8499', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9017, '2023-04-25 07:12:24', 8482, NULL, NULL, 'IPAY2023/04/8500', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9018, '2023-04-25 07:51:00', 8483, NULL, NULL, 'IPAY2023/04/8501', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9019, '2023-04-25 08:46:55', 8484, NULL, NULL, 'IPAY2023/04/8502', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9020, '2023-04-25 09:04:46', 8485, NULL, NULL, 'IPAY2023/04/8503', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9021, '2023-04-25 09:05:51', 8486, NULL, NULL, 'IPAY2023/04/8504', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9022, '2023-04-25 09:15:59', 8487, NULL, NULL, 'IPAY2023/04/8505', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9023, '2023-04-25 09:43:46', 8488, NULL, NULL, 'IPAY2023/04/8506', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9024, '2023-04-25 09:54:45', 8489, NULL, NULL, 'IPAY2023/04/8507', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9025, '2023-04-25 11:43:47', 8490, NULL, NULL, 'IPAY2023/04/8508', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9026, '2023-04-25 12:12:21', 8491, NULL, NULL, 'IPAY2023/04/8509', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9027, '2023-04-25 12:37:41', 8492, NULL, NULL, 'IPAY2023/04/8510', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9028, '2023-04-25 13:35:02', 8493, NULL, NULL, 'IPAY2023/04/8511', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9029, '2023-04-25 13:39:19', 8494, NULL, NULL, 'IPAY2023/04/8512', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9030, '2023-04-25 14:31:33', 8495, NULL, NULL, 'IPAY2023/04/8513', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9031, '2023-04-25 14:37:04', 8496, NULL, NULL, 'IPAY2023/04/8514', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9032, '2023-04-25 15:07:48', 8497, NULL, NULL, 'IPAY2023/04/8515', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9033, '2023-04-25 15:24:39', 8498, NULL, NULL, 'IPAY2023/04/8516', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9034, '2023-04-25 15:29:08', 8499, NULL, NULL, 'IPAY2023/04/8517', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9035, '2023-04-25 15:33:45', 8500, NULL, NULL, 'IPAY2023/04/8518', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9036, '2023-04-25 15:37:03', 8501, NULL, NULL, 'IPAY2023/04/8519', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9037, '2023-04-25 15:37:21', 8502, NULL, NULL, 'IPAY2023/04/8520', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9038, '2023-04-25 15:48:38', 8503, NULL, NULL, 'IPAY2023/04/8521', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9039, '2023-04-25 15:50:48', 8504, NULL, NULL, 'IPAY2023/04/8522', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9040, '2023-04-25 15:53:03', 8505, NULL, NULL, 'IPAY2023/04/8523', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9041, '2023-04-25 15:58:39', 8506, NULL, NULL, 'IPAY2023/04/8524', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9042, '2023-04-25 16:16:19', 8507, NULL, NULL, 'IPAY2023/04/8525', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9043, '2023-04-25 16:18:52', 8508, NULL, NULL, 'IPAY2023/04/8526', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9044, '2023-04-25 16:42:13', 8509, NULL, NULL, 'IPAY2023/04/8527', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9045, '2023-04-25 16:58:44', 8510, NULL, NULL, 'IPAY2023/04/8528', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9046, '2023-04-25 16:59:14', 8511, NULL, NULL, 'IPAY2023/04/8529', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9047, '2023-04-25 17:01:31', 8512, NULL, NULL, 'IPAY2023/04/8530', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9048, '2023-04-25 17:02:30', 8513, NULL, NULL, 'IPAY2023/04/8531', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9049, '2023-04-25 17:05:47', 8514, NULL, NULL, 'IPAY2023/04/8532', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9050, '2023-04-25 17:38:31', 8515, NULL, NULL, 'IPAY2023/04/8533', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '50.0000', '31.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9051, '2023-04-25 18:00:52', 8516, NULL, NULL, 'IPAY2023/04/8534', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9052, '2023-04-25 18:06:43', 8517, NULL, NULL, 'IPAY2023/04/8535', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9053, '2023-04-25 18:45:11', 8518, NULL, NULL, 'IPAY2023/04/8536', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9054, '2023-04-25 19:39:28', 8519, NULL, NULL, 'IPAY2023/04/8537', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '86.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9055, '2023-04-25 19:44:04', 8520, NULL, NULL, 'IPAY2023/04/8538', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9056, '2023-04-26 07:13:25', 8521, NULL, NULL, 'IPAY2023/04/8539', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9057, '2023-04-26 07:17:12', 8522, NULL, NULL, 'IPAY2023/04/8540', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '47.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9058, '2023-04-26 07:21:45', 8523, NULL, NULL, 'IPAY2023/04/8541', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9059, '2023-04-26 07:23:58', 8524, NULL, NULL, 'IPAY2023/04/8542', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9060, '2023-04-26 07:25:04', 8525, NULL, NULL, 'IPAY2023/04/8543', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9061, '2023-04-26 07:28:12', 8526, NULL, NULL, 'IPAY2023/04/8544', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9062, '2023-04-26 07:35:23', 8527, NULL, NULL, 'IPAY2023/04/8545', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9063, '2023-04-26 07:45:11', 8528, NULL, NULL, 'IPAY2023/04/8546', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9064, '2023-04-26 08:13:44', 8529, NULL, NULL, 'IPAY2023/04/8547', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9065, '2023-04-26 08:23:56', 8530, NULL, NULL, 'IPAY2023/04/8548', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9066, '2023-04-26 08:36:00', NULL, NULL, 586, 'POP2023/04/0542', NULL, 'cash', '', '', '', '', '', 'Visa', '743.9399', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9067, '2023-04-26 08:36:00', NULL, NULL, 585, 'POP2023/04/0543', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9068, '2023-04-26 08:36:00', NULL, NULL, 584, 'POP2023/04/0544', NULL, 'cash', '', '', '', '', '', 'Visa', '308.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9069, '2023-04-26 08:41:01', 8531, NULL, NULL, 'IPAY2023/04/8549', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9070, '2023-04-26 09:18:01', 8532, NULL, NULL, 'IPAY2023/04/8550', NULL, 'cash', '', '', '', '', '', '', '495.0000', NULL, 7, NULL, 'received', '', '495.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9071, '2023-04-26 09:47:00', NULL, NULL, 589, 'POP2023/04/0545', NULL, 'cash', '', '', '', '', '', 'Visa', '156.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9072, '2023-04-26 09:48:00', NULL, NULL, 588, 'POP2023/04/0546', NULL, 'cash', '', '', '', '', '', 'Visa', '706.3200', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9073, '2023-04-26 10:27:59', 8533, NULL, NULL, 'IPAY2023/04/8551', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9074, '2023-04-26 10:31:53', 8534, NULL, NULL, 'IPAY2023/04/8552', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9075, '2023-04-26 10:32:00', NULL, NULL, 587, 'POP2023/04/0547', NULL, 'cash', '', '', '', '', '', 'Visa', '257.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9076, '2023-04-26 10:40:56', 8535, NULL, NULL, 'IPAY2023/04/8553', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9077, '2023-04-26 10:42:00', 8536, NULL, NULL, 'IPAY2023/04/8554', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9078, '2023-04-26 10:42:32', 8537, NULL, NULL, 'IPAY2023/04/8555', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9079, '2023-04-26 10:56:34', 8538, NULL, NULL, 'IPAY2023/04/8556', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '100.0000', '55.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9080, '2023-04-26 11:21:27', 8539, NULL, NULL, 'IPAY2023/04/8557', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9081, '2023-04-26 11:25:08', 8540, NULL, NULL, 'IPAY2023/04/8558', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9082, '2023-04-26 11:30:25', 8541, NULL, NULL, 'IPAY2023/04/8559', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9083, '2023-04-26 11:42:24', 8542, NULL, NULL, 'IPAY2023/04/8560', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9084, '2023-04-26 12:02:00', 8543, NULL, NULL, 'IPAY2023/04/8561', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9085, '2023-04-26 12:22:13', 8544, NULL, NULL, 'IPAY2023/04/8562', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9086, '2023-04-26 12:22:57', 8545, NULL, NULL, 'IPAY2023/04/8563', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9087, '2023-04-26 12:37:48', 8546, NULL, NULL, 'IPAY2023/04/8564', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9088, '2023-04-26 13:06:00', 8547, NULL, NULL, 'IPAY2023/04/8565', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9089, '2023-04-26 13:06:19', 8548, NULL, NULL, 'IPAY2023/04/8566', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9090, '2023-04-26 13:21:04', 8549, NULL, NULL, 'IPAY2023/04/8567', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9091, '2023-04-26 13:34:24', 8550, NULL, NULL, 'IPAY2023/04/8568', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9092, '2023-04-26 13:43:02', 8551, NULL, NULL, 'IPAY2023/04/8569', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9093, '2023-04-26 13:48:20', 8552, NULL, NULL, 'IPAY2023/04/8570', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9094, '2023-04-26 13:58:35', 8553, NULL, NULL, 'IPAY2023/04/8571', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9095, '2023-04-26 14:06:49', 8554, NULL, NULL, 'IPAY2023/04/8572', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9096, '2023-04-26 14:10:55', 8555, NULL, NULL, 'IPAY2023/04/8573', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9097, '2023-04-26 14:18:14', 8556, NULL, NULL, 'IPAY2023/04/8574', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9098, '2023-04-26 14:45:39', 8557, NULL, NULL, 'IPAY2023/04/8575', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9099, '2023-04-26 15:01:48', 8558, NULL, NULL, 'IPAY2023/04/8576', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9100, '2023-04-26 15:39:45', 8559, NULL, NULL, 'IPAY2023/04/8577', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9101, '2023-04-26 15:49:11', 8560, NULL, NULL, 'IPAY2023/04/8578', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9102, '2023-04-26 15:59:52', 8561, NULL, NULL, 'IPAY2023/04/8579', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9103, '2023-04-26 16:11:21', 8562, NULL, NULL, 'IPAY2023/04/8580', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9104, '2023-04-26 16:11:35', 8563, NULL, NULL, 'IPAY2023/04/8581', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9105, '2023-04-26 17:22:42', 8564, NULL, NULL, 'IPAY2023/04/8582', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9106, '2023-04-26 17:28:32', 8565, NULL, NULL, 'IPAY2023/04/8583', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9107, '2023-04-26 17:31:58', 8566, NULL, NULL, 'IPAY2023/04/8584', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '50.0000', '35.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9108, '2023-04-26 18:04:16', 8567, NULL, NULL, 'IPAY2023/04/8585', NULL, 'cash', '', '', '', '', '', '', '68.5000', NULL, 7, NULL, 'received', '', '68.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9109, '2023-04-26 18:17:41', 8568, NULL, NULL, 'IPAY2023/04/8586', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9110, '2023-04-26 18:18:00', 8569, NULL, NULL, 'IPAY2023/04/8587', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9111, '2023-04-26 18:19:12', 8570, NULL, NULL, 'IPAY2023/04/8588', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9112, '2023-04-26 18:22:25', 8571, NULL, NULL, 'IPAY2023/04/8589', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9113, '2023-04-26 18:22:55', 8572, NULL, NULL, 'IPAY2023/04/8590', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9114, '2023-04-26 18:23:47', 8573, NULL, NULL, 'IPAY2023/04/8591', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9115, '2023-04-26 18:35:59', 8574, NULL, NULL, 'IPAY2023/04/8592', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9116, '2023-04-26 18:36:18', 8575, NULL, NULL, 'IPAY2023/04/8593', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9117, '2023-04-26 19:07:28', 8576, NULL, NULL, 'IPAY2023/04/8594', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9118, '2023-04-26 19:31:40', 8577, NULL, NULL, 'IPAY2023/04/8595', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '50.0000', '23.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9119, '2023-04-26 20:07:40', 8578, NULL, NULL, 'IPAY2023/04/8596', NULL, 'cash', '', '', '', '', '', '', '99.5000', NULL, 7, NULL, 'received', '', '99.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9120, '2023-04-27 05:26:18', 8579, NULL, NULL, 'IPAY2023/04/8597', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9121, '2023-04-27 07:02:09', 8580, NULL, NULL, 'IPAY2023/04/8598', NULL, 'cash', '', '', '', '', '', '', '54.5000', NULL, 7, NULL, 'received', '', '100.0000', '45.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9122, '2023-04-27 07:12:26', 8581, NULL, NULL, 'IPAY2023/04/8599', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9123, '2023-04-27 07:14:25', 8582, NULL, NULL, 'IPAY2023/04/8600', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '38.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9124, '2023-04-27 07:15:31', 8583, NULL, NULL, 'IPAY2023/04/8601', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9125, '2023-04-27 07:15:54', 8584, NULL, NULL, 'IPAY2023/04/8602', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9126, '2023-04-27 07:16:54', 8585, NULL, NULL, 'IPAY2023/04/8603', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9127, '2023-04-27 07:17:31', 8586, NULL, NULL, 'IPAY2023/04/8604', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9128, '2023-04-27 07:24:11', 8587, NULL, NULL, 'IPAY2023/04/8605', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9129, '2023-04-27 07:26:10', 8588, NULL, NULL, 'IPAY2023/04/8606', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9130, '2023-04-27 07:26:58', 8589, NULL, NULL, 'IPAY2023/04/8607', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '20.0000', '16.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9131, '2023-04-27 07:32:12', 8590, NULL, NULL, 'IPAY2023/04/8608', NULL, 'cash', '', '', '', '', '', '', '119.0000', NULL, 7, NULL, 'received', '', '119.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9132, '2023-04-27 07:50:50', 8591, NULL, NULL, 'IPAY2023/04/8609', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9133, '2023-04-27 07:52:00', 8592, NULL, NULL, 'IPAY2023/04/8610', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9134, '2023-04-27 07:57:41', 8593, NULL, NULL, 'IPAY2023/04/8611', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9135, '2023-04-27 08:09:56', 8594, NULL, NULL, 'IPAY2023/04/8612', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9136, '2023-04-27 08:20:15', 8595, NULL, NULL, 'IPAY2023/04/8613', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9137, '2023-04-27 08:22:20', 8596, NULL, NULL, 'IPAY2023/04/8614', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9138, '2023-04-27 09:10:33', 8597, NULL, NULL, 'IPAY2023/04/8615', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9139, '2023-04-27 09:11:10', 8598, NULL, NULL, 'IPAY2023/04/8616', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9140, '2023-04-27 09:19:34', 8599, NULL, NULL, 'IPAY2023/04/8617', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9141, '2023-04-27 09:38:02', 8600, NULL, NULL, 'IPAY2023/04/8618', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '100.0000', '34.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9142, '2023-04-27 09:41:30', 8601, NULL, NULL, 'IPAY2023/04/8619', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9143, '2023-04-27 09:48:44', 8602, NULL, NULL, 'IPAY2023/04/8620', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9144, '2023-04-27 10:03:49', 8603, NULL, NULL, 'IPAY2023/04/8621', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9145, '2023-04-27 10:06:19', 8604, NULL, NULL, 'IPAY2023/04/8622', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9146, '2023-04-27 10:29:59', 8605, NULL, NULL, 'IPAY2023/04/8623', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9147, '2023-04-27 10:31:04', 8606, NULL, NULL, 'IPAY2023/04/8624', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9148, '2023-04-27 11:00:50', 8607, NULL, NULL, 'IPAY2023/04/8625', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9149, '2023-04-27 11:47:43', 8608, NULL, NULL, 'IPAY2023/04/8626', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9150, '2023-04-27 11:49:42', 8609, NULL, NULL, 'IPAY2023/04/8627', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9151, '2023-04-27 11:49:58', 8610, NULL, NULL, 'IPAY2023/04/8628', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9152, '2023-04-27 11:50:25', 8611, NULL, NULL, 'IPAY2023/04/8629', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9153, '2023-04-27 11:50:51', 8612, NULL, NULL, 'IPAY2023/04/8630', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9154, '2023-04-27 11:51:11', 8613, NULL, NULL, 'IPAY2023/04/8631', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9155, '2023-04-27 11:51:58', 8614, NULL, NULL, 'IPAY2023/04/8632', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9156, '2023-04-27 11:52:39', 8615, NULL, NULL, 'IPAY2023/04/8633', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9157, '2023-04-27 11:53:03', 8616, NULL, NULL, 'IPAY2023/04/8634', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9158, '2023-04-27 11:58:12', 8617, NULL, NULL, 'IPAY2023/04/8635', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9159, '2023-04-27 12:06:46', 8618, NULL, NULL, 'IPAY2023/04/8636', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9160, '2023-04-27 12:47:31', 8619, NULL, NULL, 'IPAY2023/04/8637', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9161, '2023-04-27 13:00:48', 8620, NULL, NULL, 'IPAY2023/04/8638', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9162, '2023-04-27 13:13:19', 8621, NULL, NULL, 'IPAY2023/04/8639', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9163, '2023-04-27 13:50:44', 8622, NULL, NULL, 'IPAY2023/04/8640', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9164, '2023-04-27 14:05:14', 8623, NULL, NULL, 'IPAY2023/04/8641', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9165, '2023-04-27 14:15:15', 8624, NULL, NULL, 'IPAY2023/04/8642', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9166, '2023-04-27 14:35:04', 8625, NULL, NULL, 'IPAY2023/04/8643', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9167, '2023-04-27 15:04:57', 8626, NULL, NULL, 'IPAY2023/04/8644', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9168, '2023-04-27 15:10:53', 8627, NULL, NULL, 'IPAY2023/04/8645', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9169, '2023-04-27 15:36:24', 8628, NULL, NULL, 'IPAY2023/04/8646', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9170, '2023-04-27 15:40:22', 8629, NULL, NULL, 'IPAY2023/04/8647', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9171, '2023-04-27 16:08:56', 8630, NULL, NULL, 'IPAY2023/04/8648', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9172, '2023-04-27 16:31:46', 8631, NULL, NULL, 'IPAY2023/04/8649', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9173, '2023-04-27 17:01:14', 8632, NULL, NULL, 'IPAY2023/04/8650', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9174, '2023-04-27 17:03:45', 8633, NULL, NULL, 'IPAY2023/04/8651', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9175, '2023-04-27 17:09:40', 8634, NULL, NULL, 'IPAY2023/04/8652', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9176, '2023-04-27 17:13:54', 8635, NULL, NULL, 'IPAY2023/04/8653', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9177, '2023-04-27 17:36:38', 8636, NULL, NULL, 'IPAY2023/04/8654', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9178, '2023-04-27 18:24:56', 8637, NULL, NULL, 'IPAY2023/04/8655', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9179, '2023-04-27 18:41:45', 8638, NULL, NULL, 'IPAY2023/04/8656', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9180, '2023-04-27 18:52:20', 8639, NULL, NULL, 'IPAY2023/04/8657', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9181, '2023-04-27 19:13:29', 8640, NULL, NULL, 'IPAY2023/04/8658', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9182, '2023-04-27 19:31:07', 8641, NULL, NULL, 'IPAY2023/04/8659', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9183, '2023-04-27 19:31:25', 8642, NULL, NULL, 'IPAY2023/04/8660', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9184, '2023-04-27 19:47:12', 8643, NULL, NULL, 'IPAY2023/04/8661', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9185, '2023-04-27 19:52:56', 8644, NULL, NULL, 'IPAY2023/04/8662', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9186, '2023-04-27 19:54:40', 8645, NULL, NULL, 'IPAY2023/04/8663', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9187, '2023-04-27 19:56:53', 8646, NULL, NULL, 'IPAY2023/04/8664', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9188, '2023-04-28 06:42:01', 8647, NULL, NULL, 'IPAY2023/04/8665', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9189, '2023-04-28 06:42:54', 8648, NULL, NULL, 'IPAY2023/04/8666', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9190, '2023-04-28 06:56:45', 8649, NULL, NULL, 'IPAY2023/04/8667', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9191, '2023-04-28 06:59:46', 8650, NULL, NULL, 'IPAY2023/04/8668', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9192, '2023-04-28 07:01:04', 8651, NULL, NULL, 'IPAY2023/04/8669', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9193, '2023-04-28 07:02:59', 8652, NULL, NULL, 'IPAY2023/04/8670', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9194, '2023-04-28 07:08:16', 8653, NULL, NULL, 'IPAY2023/04/8671', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9195, '2023-04-28 07:11:43', 8654, NULL, NULL, 'IPAY2023/04/8672', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9196, '2023-04-28 07:17:00', 8655, NULL, NULL, 'IPAY2023/04/8673', NULL, 'cash', '', '', '', '', '', '', '289.0000', NULL, 7, NULL, 'received', '', '289.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9197, '2023-04-28 07:23:21', 8656, NULL, NULL, 'IPAY2023/04/8674', NULL, 'cash', '', '', '', '', '', '', '118.5000', NULL, 7, NULL, 'received', '', '118.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9198, '2023-04-28 07:26:00', 8657, NULL, NULL, 'IPAY2023/04/8675', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9199, '2023-04-28 07:54:18', 8658, NULL, NULL, 'IPAY2023/04/8676', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9200, '2023-04-28 09:02:45', 8659, NULL, NULL, 'IPAY2023/04/8677', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9201, '2023-04-28 09:04:09', 8660, NULL, NULL, 'IPAY2023/04/8678', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9202, '2023-04-28 09:33:05', 8661, NULL, NULL, 'IPAY2023/04/8679', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9203, '2023-04-28 09:54:11', 8662, NULL, NULL, 'IPAY2023/04/8680', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '60.0000', '18.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9204, '2023-04-28 10:12:28', 8663, NULL, NULL, 'IPAY2023/04/8681', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '100.0000', '63.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9205, '2023-04-28 10:14:10', 8664, NULL, NULL, 'IPAY2023/04/8682', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9206, '2023-04-28 10:19:39', 8665, NULL, NULL, 'IPAY2023/04/8683', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9207, '2023-04-28 10:32:12', 8666, NULL, NULL, 'IPAY2023/04/8684', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9208, '2023-04-28 11:05:03', 8667, NULL, NULL, 'IPAY2023/04/8685', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9209, '2023-04-28 11:19:26', 8668, NULL, NULL, 'IPAY2023/04/8686', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '50.0000', '43.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9210, '2023-04-28 11:21:05', 8669, NULL, NULL, 'IPAY2023/04/8687', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9211, '2023-04-28 11:39:00', 8670, NULL, NULL, 'IPAY2023/04/8688', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9212, '2023-04-28 11:39:16', 8671, NULL, NULL, 'IPAY2023/04/8689', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9213, '2023-04-28 11:52:43', 8672, NULL, NULL, 'IPAY2023/04/8690', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9214, '2023-04-28 12:13:24', 8673, NULL, NULL, 'IPAY2023/04/8691', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9215, '2023-04-28 12:15:14', 8674, NULL, NULL, 'IPAY2023/04/8692', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9216, '2023-04-28 12:20:00', NULL, NULL, 590, 'POP2023/04/0548', NULL, 'cash', '', '', '', '', '', 'Visa', '918.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9217, '2023-04-28 12:23:00', NULL, NULL, 591, 'POP2023/04/0549', NULL, 'cash', '', '', '', '', '', 'Visa', '436.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9218, '2023-04-28 12:34:24', 8675, NULL, NULL, 'IPAY2023/04/8693', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9219, '2023-04-28 12:42:00', NULL, NULL, 592, 'POP2023/04/0550', NULL, 'cash', '', '', '', '', '', 'Visa', '869.7400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9220, '2023-04-28 12:54:15', 8676, NULL, NULL, 'IPAY2023/04/8694', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9221, '2023-04-28 13:38:50', 8677, NULL, NULL, 'IPAY2023/04/8695', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9222, '2023-04-28 14:06:15', 8678, NULL, NULL, 'IPAY2023/04/8696', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9223, '2023-04-28 14:20:28', 8679, NULL, NULL, 'IPAY2023/04/8697', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9224, '2023-04-28 14:34:16', 8680, NULL, NULL, 'IPAY2023/04/8698', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9225, '2023-04-28 14:34:44', 8681, NULL, NULL, 'IPAY2023/04/8699', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9226, '2023-04-28 14:45:29', 8682, NULL, NULL, 'IPAY2023/04/8700', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '20.0000', '12.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9227, '2023-04-28 15:09:26', 8683, NULL, NULL, 'IPAY2023/04/8701', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '100.0000', '72.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9228, '2023-04-28 15:09:44', 8684, NULL, NULL, 'IPAY2023/04/8702', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9229, '2023-04-28 15:13:54', 8685, NULL, NULL, 'IPAY2023/04/8703', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9230, '2023-04-28 15:22:28', 8686, NULL, NULL, 'IPAY2023/04/8704', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9231, '2023-04-28 15:32:00', NULL, NULL, 593, 'POP2023/04/0551', NULL, 'cash', '', '', '', '', '', 'Visa', '456.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9232, '2023-04-28 15:42:54', 8687, NULL, NULL, 'IPAY2023/04/8705', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '40.0000', '12.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9233, '2023-04-28 15:56:29', 8688, NULL, NULL, 'IPAY2023/04/8706', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9234, '2023-04-28 17:30:38', 8689, NULL, NULL, 'IPAY2023/04/8707', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9235, '2023-04-28 17:33:48', 8690, NULL, NULL, 'IPAY2023/04/8708', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9236, '2023-04-28 17:41:31', 8691, NULL, NULL, 'IPAY2023/04/8709', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '50.0000', '32.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9237, '2023-04-28 17:44:00', NULL, NULL, 594, 'POP2023/04/0552', NULL, 'cash', '', '', '', '', '', 'Visa', '852.9000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9238, '2023-04-28 17:45:05', 8692, NULL, NULL, 'IPAY2023/04/8710', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9239, '2023-04-28 17:45:00', NULL, NULL, 595, 'POP2023/04/0553', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9240, '2023-04-28 17:54:00', NULL, NULL, 596, 'POP2023/04/0554', NULL, 'cash', '', '', '', '', '', 'Visa', '847.9800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9241, '2023-04-28 17:57:41', 8693, NULL, NULL, 'IPAY2023/04/8711', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9242, '2023-04-28 18:42:14', 8694, NULL, NULL, 'IPAY2023/04/8712', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9243, '2023-04-28 18:45:39', 8695, NULL, NULL, 'IPAY2023/04/8713', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9244, '2023-04-28 19:27:22', 8696, NULL, NULL, 'IPAY2023/04/8714', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9245, '2023-04-28 19:27:34', 8697, NULL, NULL, 'IPAY2023/04/8715', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9246, '2023-04-28 19:48:31', 8698, NULL, NULL, 'IPAY2023/04/8716', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9247, '2023-04-28 19:49:12', 8699, NULL, NULL, 'IPAY2023/04/8717', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9248, '2023-04-28 19:58:42', 8700, NULL, NULL, 'IPAY2023/04/8718', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9249, '2023-04-28 20:03:22', 8701, NULL, NULL, 'IPAY2023/04/8719', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9250, '2023-04-29 05:59:52', 8702, NULL, NULL, 'IPAY2023/04/8720', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9251, '2023-04-29 07:02:21', 8703, NULL, NULL, 'IPAY2023/04/8721', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9252, '2023-04-29 07:17:16', 8704, NULL, NULL, 'IPAY2023/04/8722', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9253, '2023-04-29 07:32:26', 8705, NULL, NULL, 'IPAY2023/04/8723', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9254, '2023-04-29 09:25:39', 8706, NULL, NULL, 'IPAY2023/04/8724', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9255, '2023-04-29 09:27:26', 8707, NULL, NULL, 'IPAY2023/04/8725', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9256, '2023-04-29 09:50:11', 8708, NULL, NULL, 'IPAY2023/04/8726', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9257, '2023-04-29 09:56:52', 8709, NULL, NULL, 'IPAY2023/04/8727', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9258, '2023-04-29 10:24:13', 8710, NULL, NULL, 'IPAY2023/04/8728', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9259, '2023-04-29 11:09:23', 8711, NULL, NULL, 'IPAY2023/04/8729', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9260, '2023-04-29 12:04:28', 8712, NULL, NULL, 'IPAY2023/04/8730', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '50.0000', '32.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9261, '2023-04-29 12:43:00', 8713, NULL, NULL, 'IPAY2023/04/8731', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '50.0000', '32.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9262, '2023-04-29 12:56:24', 8714, NULL, NULL, 'IPAY2023/04/8732', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9263, '2023-04-29 13:13:06', 8715, NULL, NULL, 'IPAY2023/04/8733', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '100.0000', '65.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9264, '2023-04-29 13:14:13', 8716, NULL, NULL, 'IPAY2023/04/8734', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9265, '2023-04-29 13:16:48', 8717, NULL, NULL, 'IPAY2023/04/8735', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '50.0000', '14.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9266, '2023-04-29 13:25:45', 8718, NULL, NULL, 'IPAY2023/04/8736', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9267, '2023-04-29 13:38:07', 8719, NULL, NULL, 'IPAY2023/04/8737', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9268, '2023-04-29 13:38:26', 8720, NULL, NULL, 'IPAY2023/04/8738', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9269, '2023-04-29 13:55:52', 8721, NULL, NULL, 'IPAY2023/04/8739', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9270, '2023-04-29 13:58:44', 8722, NULL, NULL, 'IPAY2023/04/8740', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9271, '2023-04-29 14:27:10', 8723, NULL, NULL, 'IPAY2023/04/8741', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9272, '2023-04-29 14:59:45', 8724, NULL, NULL, 'IPAY2023/04/8742', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9273, '2023-04-29 15:02:31', 8725, NULL, NULL, 'IPAY2023/04/8743', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9274, '2023-04-29 15:05:35', 8726, NULL, NULL, 'IPAY2023/04/8744', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9275, '2023-04-29 15:35:41', 8727, NULL, NULL, 'IPAY2023/04/8745', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9276, '2023-04-29 16:08:46', 8728, NULL, NULL, 'IPAY2023/04/8746', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9277, '2023-04-29 16:14:09', 8729, NULL, NULL, 'IPAY2023/04/8747', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9278, '2023-04-29 16:26:43', 8730, NULL, NULL, 'IPAY2023/04/8748', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9279, '2023-04-29 16:28:37', 8731, NULL, NULL, 'IPAY2023/04/8749', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9280, '2023-04-29 16:35:15', 8732, NULL, NULL, 'IPAY2023/04/8750', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9281, '2023-04-29 16:36:11', 8733, NULL, NULL, 'IPAY2023/04/8751', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9282, '2023-04-29 16:51:09', 8734, NULL, NULL, 'IPAY2023/04/8752', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9283, '2023-04-29 16:57:58', 8735, NULL, NULL, 'IPAY2023/04/8753', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9284, '2023-04-29 17:03:39', 8736, NULL, NULL, 'IPAY2023/04/8754', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9285, '2023-04-29 17:28:10', 8737, NULL, NULL, 'IPAY2023/04/8755', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '20.0000', '11.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9286, '2023-04-29 17:31:55', 8738, NULL, NULL, 'IPAY2023/04/8756', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9287, '2023-04-29 17:41:58', 8739, NULL, NULL, 'IPAY2023/04/8757', NULL, 'cash', '', '', '', '', '', '', '65.5000', NULL, 7, NULL, 'received', '', '65.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9288, '2023-04-29 17:43:44', 8740, NULL, NULL, 'IPAY2023/04/8758', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9289, '2023-04-29 18:09:12', 8741, NULL, NULL, 'IPAY2023/04/8759', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9290, '2023-04-29 18:23:22', 8742, NULL, NULL, 'IPAY2023/04/8760', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9291, '2023-04-29 18:32:19', 8743, NULL, NULL, 'IPAY2023/04/8761', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9292, '2023-04-29 18:41:22', 8744, NULL, NULL, 'IPAY2023/04/8762', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9293, '2023-04-29 18:55:09', 8745, NULL, NULL, 'IPAY2023/04/8763', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9294, '2023-04-29 18:55:50', 8746, NULL, NULL, 'IPAY2023/04/8764', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9295, '2023-04-29 19:21:15', 8747, NULL, NULL, 'IPAY2023/04/8765', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9296, '2023-04-29 19:46:05', 8748, NULL, NULL, 'IPAY2023/04/8766', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9297, '2023-04-30 06:05:10', 8749, NULL, NULL, 'IPAY2023/04/8767', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9298, '2023-04-30 06:43:34', 8750, NULL, NULL, 'IPAY2023/04/8768', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9299, '2023-04-30 07:42:29', 8751, NULL, NULL, 'IPAY2023/04/8769', NULL, 'cash', '', '', '', '', '', '', '175.0000', NULL, 7, NULL, 'received', '', '175.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9300, '2023-04-30 07:51:49', 8752, NULL, NULL, 'IPAY2023/04/8770', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9301, '2023-04-30 08:52:54', 8753, NULL, NULL, 'IPAY2023/04/8771', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9302, '2023-04-30 09:08:48', 8754, NULL, NULL, 'IPAY2023/04/8772', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '100.0000', '40.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9303, '2023-04-30 09:24:59', 8755, NULL, NULL, 'IPAY2023/04/8773', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9304, '2023-04-30 09:25:19', 8756, NULL, NULL, 'IPAY2023/04/8774', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9305, '2023-04-30 09:33:22', 8757, NULL, NULL, 'IPAY2023/04/8775', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9306, '2023-04-30 09:43:25', 8758, NULL, NULL, 'IPAY2023/04/8776', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9307, '2023-04-30 11:03:45', 8759, NULL, NULL, 'IPAY2023/04/8777', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9308, '2023-04-30 11:35:05', 8760, NULL, NULL, 'IPAY2023/04/8778', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9309, '2023-04-30 11:55:24', 8761, NULL, NULL, 'IPAY2023/04/8779', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9310, '2023-04-30 11:57:00', 8762, NULL, NULL, 'IPAY2023/04/8780', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9311, '2023-04-30 11:57:44', 8763, NULL, NULL, 'IPAY2023/04/8781', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9312, '2023-04-30 11:58:39', 8764, NULL, NULL, 'IPAY2023/04/8782', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9313, '2023-04-30 12:00:10', 8765, NULL, NULL, 'IPAY2023/04/8783', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9314, '2023-04-30 12:00:34', 8766, NULL, NULL, 'IPAY2023/04/8784', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9315, '2023-04-30 12:01:15', 8767, NULL, NULL, 'IPAY2023/04/8785', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9316, '2023-04-30 12:01:55', 8768, NULL, NULL, 'IPAY2023/04/8786', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9317, '2023-04-30 12:12:24', 8769, NULL, NULL, 'IPAY2023/04/8787', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9318, '2023-04-30 12:13:52', 8770, NULL, NULL, 'IPAY2023/04/8788', NULL, 'cash', '', '', '', '', '', '', '133.5000', NULL, 7, NULL, 'received', '', '133.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9319, '2023-04-30 12:16:39', 8771, NULL, NULL, 'IPAY2023/04/8789', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9320, '2023-04-30 12:17:39', 8772, NULL, NULL, 'IPAY2023/04/8790', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9321, '2023-04-30 12:20:34', 8773, NULL, NULL, 'IPAY2023/04/8791', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9322, '2023-04-30 12:35:18', 8774, NULL, NULL, 'IPAY2023/04/8792', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9323, '2023-04-30 13:13:27', 8775, NULL, NULL, 'IPAY2023/04/8793', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9324, '2023-04-30 14:28:40', 8776, NULL, NULL, 'IPAY2023/04/8794', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9325, '2023-04-30 14:45:47', 8777, NULL, NULL, 'IPAY2023/04/8795', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9326, '2023-04-30 14:52:06', 8778, NULL, NULL, 'IPAY2023/04/8796', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9327, '2023-04-30 14:54:07', 8779, NULL, NULL, 'IPAY2023/04/8797', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9328, '2023-04-30 15:09:07', 8780, NULL, NULL, 'IPAY2023/04/8798', NULL, 'cash', '', '', '', '', '', '', '85.0000', NULL, 7, NULL, 'received', '', '85.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9329, '2023-04-30 15:28:00', 8781, NULL, NULL, 'IPAY2023/04/8799', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9330, '2023-04-30 15:42:04', 8782, NULL, NULL, 'IPAY2023/04/8800', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9331, '2023-04-30 16:06:13', 8783, NULL, NULL, 'IPAY2023/04/8801', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9332, '2023-04-30 16:22:32', 8784, NULL, NULL, 'IPAY2023/04/8802', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9333, '2023-04-30 16:30:58', 8785, NULL, NULL, 'IPAY2023/04/8803', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9334, '2023-04-30 16:52:46', 8786, NULL, NULL, 'IPAY2023/04/8804', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9335, '2023-04-30 17:02:51', 8787, NULL, NULL, 'IPAY2023/04/8805', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9336, '2023-04-30 17:13:02', 8788, NULL, NULL, 'IPAY2023/04/8806', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9337, '2023-04-30 17:14:50', 8789, NULL, NULL, 'IPAY2023/04/8807', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9338, '2023-04-30 17:20:34', 8790, NULL, NULL, 'IPAY2023/04/8808', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9339, '2023-04-30 17:38:49', 8791, NULL, NULL, 'IPAY2023/04/8809', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9340, '2023-04-30 17:53:56', 8792, NULL, NULL, 'IPAY2023/04/8810', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9341, '2023-04-30 17:54:15', 8793, NULL, NULL, 'IPAY2023/04/8811', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9342, '2023-04-30 18:04:50', 8794, NULL, NULL, 'IPAY2023/04/8812', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9343, '2023-04-30 18:08:45', 8795, NULL, NULL, 'IPAY2023/04/8813', NULL, 'cash', '', '', '', '', '', '', '102.0000', NULL, 7, NULL, 'received', '', '102.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9344, '2023-04-30 18:10:42', 8796, NULL, NULL, 'IPAY2023/04/8814', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9345, '2023-04-30 18:24:08', 8797, NULL, NULL, 'IPAY2023/04/8815', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9346, '2023-04-30 18:29:07', 8798, NULL, NULL, 'IPAY2023/04/8816', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9347, '2023-04-30 18:31:35', 8799, NULL, NULL, 'IPAY2023/04/8817', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9348, '2023-04-30 18:58:02', 8800, NULL, NULL, 'IPAY2023/04/8818', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9349, '2023-04-30 18:59:40', 8801, NULL, NULL, 'IPAY2023/04/8819', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9350, '2023-04-30 19:01:38', 8802, NULL, NULL, 'IPAY2023/04/8820', NULL, 'cash', '', '', '', '', '', '', '43.5000', NULL, 7, NULL, 'received', '', '43.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9351, '2023-04-30 19:03:23', 8803, NULL, NULL, 'IPAY2023/04/8821', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9352, '2023-04-30 19:05:38', 8804, NULL, NULL, 'IPAY2023/04/8822', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9353, '2023-04-30 19:10:16', 8805, NULL, NULL, 'IPAY2023/04/8823', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9354, '2023-04-30 19:13:37', 8806, NULL, NULL, 'IPAY2023/04/8824', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9355, '2023-04-30 19:15:38', 8807, NULL, NULL, 'IPAY2023/04/8825', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9356, '2023-04-30 19:16:55', 8808, NULL, NULL, 'IPAY2023/04/8826', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9357, '2023-04-30 19:33:18', 8809, NULL, NULL, 'IPAY2023/04/8827', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9358, '2023-04-30 19:45:16', 8810, NULL, NULL, 'IPAY2023/04/8828', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9359, '2023-04-30 19:47:49', 8811, NULL, NULL, 'IPAY2023/04/8829', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9360, '2023-04-30 19:56:19', 8812, NULL, NULL, 'IPAY2023/04/8830', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9361, '2023-05-01 06:05:23', 8813, NULL, NULL, 'IPAY2023/05/8831', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9362, '2023-05-01 06:48:44', 8814, NULL, NULL, 'IPAY2023/05/8832', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9363, '2023-05-01 07:29:15', 8815, NULL, NULL, 'IPAY2023/05/8833', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9364, '2023-05-01 07:37:47', 8816, NULL, NULL, 'IPAY2023/05/8834', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9365, '2023-05-01 07:38:18', 8817, NULL, NULL, 'IPAY2023/05/8835', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9366, '2023-05-01 07:39:30', 8818, NULL, NULL, 'IPAY2023/05/8836', NULL, 'cash', '', '', '', '', '', '', '46.5000', NULL, 7, NULL, 'received', '', '46.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9367, '2023-05-01 07:40:07', 8819, NULL, NULL, 'IPAY2023/05/8837', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9368, '2023-05-01 07:42:44', 8820, NULL, NULL, 'IPAY2023/05/8838', NULL, 'cash', '', '', '', '', '', '', '95.0000', NULL, 7, NULL, 'received', '', '95.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9369, '2023-05-01 07:43:32', 8821, NULL, NULL, 'IPAY2023/05/8839', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9370, '2023-05-01 07:43:57', 8822, NULL, NULL, 'IPAY2023/05/8840', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9371, '2023-05-01 07:46:51', 8823, NULL, NULL, 'IPAY2023/05/8841', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '47.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9372, '2023-05-01 07:49:07', 8824, NULL, NULL, 'IPAY2023/05/8842', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9373, '2023-05-01 07:56:46', 8825, NULL, NULL, 'IPAY2023/05/8843', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9374, '2023-05-01 07:57:01', 8826, NULL, NULL, 'IPAY2023/05/8844', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9375, '2023-05-03 11:24:00', NULL, NULL, 597, 'POP2023/05/0555', NULL, 'cash', '', '', '', '', '', 'Visa', '810.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9376, '2023-05-03 15:34:00', NULL, NULL, 598, 'POP2023/05/0556', NULL, 'cash', '', '', '', '', '', 'Visa', '960.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9377, '2023-05-03 15:36:00', NULL, NULL, 599, 'POP2023/05/0557', NULL, 'cash', '', '', '', '', '', 'Visa', '108.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9378, '2023-05-03 15:41:00', NULL, NULL, 600, 'POP2023/05/0558', NULL, 'cash', '', '', '', '', '', 'Visa', '636.8499', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9379, '2023-05-03 16:46:31', 8827, NULL, NULL, 'IPAY2023/05/8845', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9380, '2023-05-03 16:46:00', NULL, NULL, 601, 'POP2023/05/0559', NULL, 'cash', '', '', '', '', '', 'Visa', '190.8947', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9381, '2023-05-03 17:08:25', 8828, NULL, NULL, 'IPAY2023/05/8846', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '100.0000', '66.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9382, '2023-05-03 17:16:28', 8829, NULL, NULL, 'IPAY2023/05/8847', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9383, '2023-05-03 17:28:48', 8830, NULL, NULL, 'IPAY2023/05/8848', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '100.0000', '87.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9384, '2023-05-03 17:31:34', 8831, NULL, NULL, 'IPAY2023/05/8849', NULL, 'cash', '', '', '', '', '', '', '71.5000', NULL, 7, NULL, 'received', '', '71.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9385, '2023-05-03 17:34:59', 8832, NULL, NULL, 'IPAY2023/05/8850', NULL, 'cash', '', '', '', '', '', '', '106.0000', NULL, 7, NULL, 'received', '', '106.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9386, '2023-05-03 17:54:41', 8833, NULL, NULL, 'IPAY2023/05/8851', NULL, 'cash', '', '', '', '', '', '', '224.7500', NULL, 7, NULL, 'received', '', '224.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9387, '2023-05-03 18:05:13', 8834, NULL, NULL, 'IPAY2023/05/8852', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9388, '2023-05-03 18:12:36', 8835, NULL, NULL, 'IPAY2023/05/8853', NULL, 'cash', '', '', '', '', '', '', '164.0000', NULL, 7, NULL, 'received', '', '164.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9389, '2023-05-03 18:25:38', 8836, NULL, NULL, 'IPAY2023/05/8854', NULL, 'cash', '', '', '', '', '', '', '252.5000', NULL, 7, NULL, 'received', '', '252.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9390, '2023-05-03 18:35:40', 8837, NULL, NULL, 'IPAY2023/05/8855', NULL, 'cash', '', '', '', '', '', '', '110.5000', NULL, 7, NULL, 'received', '', '110.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9391, '2023-05-03 18:39:44', 8838, NULL, NULL, 'IPAY2023/05/8856', NULL, 'cash', '', '', '', '', '', '', '285.0000', NULL, 7, NULL, 'received', '', '285.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9392, '2023-05-03 18:41:05', 8839, NULL, NULL, 'IPAY2023/05/8857', NULL, 'cash', '', '', '', '', '', '', '63.5000', NULL, 7, NULL, 'received', '', '63.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9393, '2023-05-03 18:43:59', 8840, NULL, NULL, 'IPAY2023/05/8858', NULL, 'cash', '', '', '', '', '', '', '182.0000', NULL, 7, NULL, 'received', '', '182.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9394, '2023-05-03 18:47:57', 8841, NULL, NULL, 'IPAY2023/05/8859', NULL, 'cash', '', '', '', '', '', '', '178.0000', NULL, 7, NULL, 'received', '', '178.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9395, '2023-05-03 18:53:17', 8842, NULL, NULL, 'IPAY2023/05/8860', NULL, 'cash', '', '', '', '', '', '', '98.0000', NULL, 7, NULL, 'received', '', '98.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9396, '2023-05-03 18:54:24', 8843, NULL, NULL, 'IPAY2023/05/8861', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9397, '2023-05-03 19:01:57', 8844, NULL, NULL, 'IPAY2023/05/8862', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9398, '2023-05-03 19:03:03', 8845, NULL, NULL, 'IPAY2023/05/8863', NULL, 'cash', '', '', '', '', '', '', '154.0000', NULL, 7, NULL, 'received', '', '154.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9399, '2023-05-03 19:06:16', 8846, NULL, NULL, 'IPAY2023/05/8864', NULL, 'cash', '', '', '', '', '', '', '134.0000', NULL, 7, NULL, 'received', '', '134.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9400, '2023-05-03 19:07:29', 8847, NULL, NULL, 'IPAY2023/05/8865', NULL, 'cash', '', '', '', '', '', '', '81.0000', NULL, 7, NULL, 'received', '', '81.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9401, '2023-05-03 19:08:35', 8848, NULL, NULL, 'IPAY2023/05/8866', NULL, 'cash', '', '', '', '', '', '', '77.0000', NULL, 7, NULL, 'received', '', '77.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9402, '2023-05-03 19:11:13', 8849, NULL, NULL, 'IPAY2023/05/8867', NULL, 'cash', '', '', '', '', '', '', '128.2500', NULL, 7, NULL, 'received', '', '128.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9403, '2023-05-03 19:13:00', 8850, NULL, NULL, 'IPAY2023/05/8868', NULL, 'cash', '', '', '', '', '', '', '85.0000', NULL, 7, NULL, 'received', '', '85.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9404, '2023-05-03 19:15:32', 8851, NULL, NULL, 'IPAY2023/05/8869', NULL, 'cash', '', '', '', '', '', '', '124.5000', NULL, 7, NULL, 'received', '', '124.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9405, '2023-05-03 19:16:46', 8852, NULL, NULL, 'IPAY2023/05/8870', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9406, '2023-05-03 19:19:06', 8853, NULL, NULL, 'IPAY2023/05/8871', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9407, '2023-05-03 19:19:32', 8854, NULL, NULL, 'IPAY2023/05/8872', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9408, '2023-05-03 19:20:24', 8855, NULL, NULL, 'IPAY2023/05/8873', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9409, '2023-05-03 19:20:48', 8856, NULL, NULL, 'IPAY2023/05/8874', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9410, '2023-05-03 19:22:12', 8857, NULL, NULL, 'IPAY2023/05/8875', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9411, '2023-05-03 19:23:24', 8858, NULL, NULL, 'IPAY2023/05/8876', NULL, 'cash', '', '', '', '', '', '', '255.0000', NULL, 7, NULL, 'received', '', '255.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9412, '2023-05-03 19:25:38', 8859, NULL, NULL, 'IPAY2023/05/8877', NULL, 'cash', '', '', '', '', '', '', '364.5000', NULL, 7, NULL, 'received', '', '364.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9413, '2023-05-03 19:27:00', 8860, NULL, NULL, 'IPAY2023/05/8878', NULL, 'cash', '', '', '', '', '', '', '142.0000', NULL, 7, NULL, 'received', '', '142.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9414, '2023-05-03 19:28:40', 8861, NULL, NULL, 'IPAY2023/05/8879', NULL, 'cash', '', '', '', '', '', '', '252.0000', NULL, 7, NULL, 'received', '', '252.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9415, '2023-05-03 19:29:12', 8862, NULL, NULL, 'IPAY2023/05/8880', NULL, 'cash', '', '', '', '', '', '', '278.0000', NULL, 7, NULL, 'received', '', '278.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9416, '2023-05-03 19:32:01', 8863, NULL, NULL, 'IPAY2023/05/8881', NULL, 'cash', '', '', '', '', '', '', '105.5000', NULL, 7, NULL, 'received', '', '105.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9417, '2023-05-03 19:33:04', 8864, NULL, NULL, 'IPAY2023/05/8882', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9418, '2023-05-03 19:35:01', 8865, NULL, NULL, 'IPAY2023/05/8883', NULL, 'cash', '', '', '', '', '', '', '162.5000', NULL, 7, NULL, 'received', '', '162.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9419, '2023-05-03 19:36:21', 8866, NULL, NULL, 'IPAY2023/05/8884', NULL, 'cash', '', '', '', '', '', '', '106.0000', NULL, 7, NULL, 'received', '', '106.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9420, '2023-05-04 07:00:48', 8867, NULL, NULL, 'IPAY2023/05/8885', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9421, '2023-05-04 07:04:28', 8868, NULL, NULL, 'IPAY2023/05/8886', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9422, '2023-05-04 07:04:54', 8869, NULL, NULL, 'IPAY2023/05/8887', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9423, '2023-05-04 07:05:24', 8870, NULL, NULL, 'IPAY2023/05/8888', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9424, '2023-05-04 07:07:03', 8871, NULL, NULL, 'IPAY2023/05/8889', NULL, 'cash', '', '', '', '', '', '', '53.5000', NULL, 7, NULL, 'received', '', '53.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9425, '2023-05-04 07:07:50', 8872, NULL, NULL, 'IPAY2023/05/8890', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9426, '2023-05-04 07:08:22', 8873, NULL, NULL, 'IPAY2023/05/8891', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9427, '2023-05-04 07:09:50', 8874, NULL, NULL, 'IPAY2023/05/8892', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9428, '2023-05-04 07:10:50', 8875, NULL, NULL, 'IPAY2023/05/8893', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9429, '2023-05-04 07:12:11', 8876, NULL, NULL, 'IPAY2023/05/8894', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9430, '2023-05-04 07:14:12', 8877, NULL, NULL, 'IPAY2023/05/8895', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9431, '2023-05-04 07:15:08', 8878, NULL, NULL, 'IPAY2023/05/8896', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9432, '2023-05-04 07:15:56', 8879, NULL, NULL, 'IPAY2023/05/8897', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9433, '2023-05-04 07:16:46', 8880, NULL, NULL, 'IPAY2023/05/8898', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9434, '2023-05-04 07:17:13', 8881, NULL, NULL, 'IPAY2023/05/8899', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9435, '2023-05-04 07:18:47', 8882, NULL, NULL, 'IPAY2023/05/8900', NULL, 'cash', '', '', '', '', '', '', '111.0000', NULL, 7, NULL, 'received', '', '111.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9436, '2023-05-04 07:43:35', 8883, NULL, NULL, 'IPAY2023/05/8901', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9437, '2023-05-04 08:17:24', 8884, NULL, NULL, 'IPAY2023/05/8902', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9438, '2023-05-04 09:13:25', 8885, NULL, NULL, 'IPAY2023/05/8903', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9439, '2023-05-04 09:53:13', 8886, NULL, NULL, 'IPAY2023/05/8904', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9440, '2023-05-04 09:59:46', 8887, NULL, NULL, 'IPAY2023/05/8905', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9441, '2023-05-04 10:15:00', 8888, NULL, NULL, 'IPAY2023/05/8906', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9442, '2023-05-04 11:17:33', 8889, NULL, NULL, 'IPAY2023/05/8907', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9443, '2023-05-04 12:19:24', 8890, NULL, NULL, 'IPAY2023/05/8908', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '100.0000', '89.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9444, '2023-05-04 12:19:39', 8891, NULL, NULL, 'IPAY2023/05/8909', NULL, 'cash', '', '', '', '', '', '', '2.2500', NULL, 7, NULL, 'received', '', '2.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9445, '2023-05-04 12:22:04', 8892, NULL, NULL, 'IPAY2023/05/8910', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '100.0000', '44.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9446, '2023-05-04 12:24:04', 8893, NULL, NULL, 'IPAY2023/05/8911', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9447, '2023-05-04 12:32:16', 8894, NULL, NULL, 'IPAY2023/05/8912', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9448, '2023-05-04 12:56:13', 8895, NULL, NULL, 'IPAY2023/05/8913', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9449, '2023-05-04 13:25:08', 8896, NULL, NULL, 'IPAY2023/05/8914', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9450, '2023-05-04 15:18:17', 8897, NULL, NULL, 'IPAY2023/05/8915', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '100.0000', '94.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9451, '2023-05-04 15:24:21', 8898, NULL, NULL, 'IPAY2023/05/8916', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9452, '2023-05-04 15:52:37', 8899, NULL, NULL, 'IPAY2023/05/8917', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9453, '2023-05-04 16:23:11', 8900, NULL, NULL, 'IPAY2023/05/8918', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9454, '2023-05-04 16:24:02', 8901, NULL, NULL, 'IPAY2023/05/8919', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '100.0000', '65.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9455, '2023-05-04 16:28:56', 8902, NULL, NULL, 'IPAY2023/05/8920', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9456, '2023-05-04 16:29:34', 8903, NULL, NULL, 'IPAY2023/05/8921', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9457, '2023-05-04 17:41:51', 8904, NULL, NULL, 'IPAY2023/05/8922', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9458, '2023-05-04 17:46:46', 8905, NULL, NULL, 'IPAY2023/05/8923', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9459, '2023-05-04 17:48:05', 8906, NULL, NULL, 'IPAY2023/05/8924', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9460, '2023-05-04 18:05:43', 8907, NULL, NULL, 'IPAY2023/05/8925', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9461, '2023-05-04 19:49:20', 8908, NULL, NULL, 'IPAY2023/05/8926', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9462, '2023-05-04 19:51:55', 8909, NULL, NULL, 'IPAY2023/05/8927', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9463, '2023-05-05 06:52:16', 8910, NULL, NULL, 'IPAY2023/05/8928', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9464, '2023-05-05 06:53:37', 8911, NULL, NULL, 'IPAY2023/05/8929', NULL, 'cash', '', '', '', '', '', '', '53.5000', NULL, 7, NULL, 'received', '', '53.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9465, '2023-05-05 06:53:52', 8912, NULL, NULL, 'IPAY2023/05/8930', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9466, '2023-05-05 06:54:33', 8913, NULL, NULL, 'IPAY2023/05/8931', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9467, '2023-05-05 06:58:21', 8914, NULL, NULL, 'IPAY2023/05/8932', NULL, 'cash', '', '', '', '', '', '', '121.0000', NULL, 7, NULL, 'received', '', '121.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9468, '2023-05-05 07:09:10', 8915, NULL, NULL, 'IPAY2023/05/8933', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9469, '2023-05-05 07:20:47', 8916, NULL, NULL, 'IPAY2023/05/8934', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9470, '2023-05-05 07:25:05', 8917, NULL, NULL, 'IPAY2023/05/8935', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9471, '2023-05-05 07:33:56', 8918, NULL, NULL, 'IPAY2023/05/8936', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9472, '2023-05-05 07:59:02', 8919, NULL, NULL, 'IPAY2023/05/8937', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9473, '2023-05-05 08:07:44', 8920, NULL, NULL, 'IPAY2023/05/8938', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9474, '2023-05-05 09:03:48', 8921, NULL, NULL, 'IPAY2023/05/8939', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9475, '2023-05-05 09:50:40', 8922, NULL, NULL, 'IPAY2023/05/8940', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9476, '2023-05-05 10:11:08', 8923, NULL, NULL, 'IPAY2023/05/8941', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9477, '2023-05-05 10:33:18', 8924, NULL, NULL, 'IPAY2023/05/8942', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '50.0000', '34.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9478, '2023-05-05 10:37:44', 8925, NULL, NULL, 'IPAY2023/05/8943', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9479, '2023-05-05 10:40:58', 8926, NULL, NULL, 'IPAY2023/05/8944', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9480, '2023-05-05 10:41:25', 8927, NULL, NULL, 'IPAY2023/05/8945', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9481, '2023-05-05 10:57:54', 8928, NULL, NULL, 'IPAY2023/05/8946', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9482, '2023-05-05 11:10:48', 8929, NULL, NULL, 'IPAY2023/05/8947', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9483, '2023-05-05 11:12:05', 8930, NULL, NULL, 'IPAY2023/05/8948', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9484, '2023-05-05 11:29:52', 8931, NULL, NULL, 'IPAY2023/05/8949', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9485, '2023-05-05 12:15:49', 8932, NULL, NULL, 'IPAY2023/05/8950', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9486, '2023-05-05 12:28:42', 8933, NULL, NULL, 'IPAY2023/05/8951', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9487, '2023-05-05 12:41:15', 8934, NULL, NULL, 'IPAY2023/05/8952', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9488, '2023-05-05 14:36:08', 8935, NULL, NULL, 'IPAY2023/05/8953', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9489, '2023-05-05 14:45:58', 8936, NULL, NULL, 'IPAY2023/05/8954', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9490, '2023-05-05 15:12:14', 8937, NULL, NULL, 'IPAY2023/05/8955', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9491, '2023-05-05 15:18:53', 8938, NULL, NULL, 'IPAY2023/05/8956', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '50.0000', '19.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9492, '2023-05-05 15:36:13', 8939, NULL, NULL, 'IPAY2023/05/8957', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9493, '2023-05-05 15:46:58', 8940, NULL, NULL, 'IPAY2023/05/8958', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9494, '2023-05-05 16:12:32', 8941, NULL, NULL, 'IPAY2023/05/8959', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9495, '2023-05-05 16:21:38', 8942, NULL, NULL, 'IPAY2023/05/8960', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9496, '2023-05-05 16:23:39', 8943, NULL, NULL, 'IPAY2023/05/8961', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9497, '2023-05-05 16:28:11', 8944, NULL, NULL, 'IPAY2023/05/8962', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9498, '2023-05-05 16:35:08', 8945, NULL, NULL, 'IPAY2023/05/8963', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9499, '2023-05-05 16:37:44', 8946, NULL, NULL, 'IPAY2023/05/8964', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9500, '2023-05-05 16:54:05', 8947, NULL, NULL, 'IPAY2023/05/8965', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9501, '2023-05-05 16:57:19', 8948, NULL, NULL, 'IPAY2023/05/8966', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9502, '2023-05-05 17:05:58', 8949, NULL, NULL, 'IPAY2023/05/8967', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9503, '2023-05-05 17:29:45', 8950, NULL, NULL, 'IPAY2023/05/8968', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9504, '2023-05-05 17:35:09', 8951, NULL, NULL, 'IPAY2023/05/8969', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9505, '2023-05-05 17:55:19', 8952, NULL, NULL, 'IPAY2023/05/8970', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9506, '2023-05-05 18:01:05', 8953, NULL, NULL, 'IPAY2023/05/8971', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9507, '2023-05-05 18:05:56', 8954, NULL, NULL, 'IPAY2023/05/8972', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9508, '2023-05-05 18:51:22', 8955, NULL, NULL, 'IPAY2023/05/8973', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9509, '2023-05-05 19:01:21', 8956, NULL, NULL, 'IPAY2023/05/8974', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9510, '2023-05-05 19:04:31', 8957, NULL, NULL, 'IPAY2023/05/8975', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9511, '2023-05-05 19:05:21', 8958, NULL, NULL, 'IPAY2023/05/8976', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9512, '2023-05-05 19:17:40', 8959, NULL, NULL, 'IPAY2023/05/8977', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9513, '2023-05-05 19:48:45', 8960, NULL, NULL, 'IPAY2023/05/8978', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9514, '2023-05-06 05:32:40', 8961, NULL, NULL, 'IPAY2023/05/8979', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9515, '2023-05-06 06:26:33', 8962, NULL, NULL, 'IPAY2023/05/8980', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9516, '2023-05-06 07:30:54', 8963, NULL, NULL, 'IPAY2023/05/8981', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9517, '2023-05-06 07:55:52', 8964, NULL, NULL, 'IPAY2023/05/8982', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9518, '2023-05-06 08:52:06', 8965, NULL, NULL, 'IPAY2023/05/8983', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9519, '2023-05-06 09:01:12', 8966, NULL, NULL, 'IPAY2023/05/8984', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9520, '2023-05-06 09:44:19', 8967, NULL, NULL, 'IPAY2023/05/8985', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9521, '2023-05-06 10:20:48', 8968, NULL, NULL, 'IPAY2023/05/8986', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9522, '2023-05-06 10:25:20', 8969, NULL, NULL, 'IPAY2023/05/8987', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9523, '2023-05-06 10:34:07', 8970, NULL, NULL, 'IPAY2023/05/8988', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9524, '2023-05-06 10:53:43', 8971, NULL, NULL, 'IPAY2023/05/8989', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9525, '2023-05-06 11:15:40', 8972, NULL, NULL, 'IPAY2023/05/8990', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9526, '2023-05-06 11:18:25', 8973, NULL, NULL, 'IPAY2023/05/8991', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9527, '2023-05-06 11:35:39', 8974, NULL, NULL, 'IPAY2023/05/8992', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '100.0000', '80.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9528, '2023-05-06 12:24:50', 8975, NULL, NULL, 'IPAY2023/05/8993', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '100.0000', '69.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9529, '2023-05-06 13:00:45', 8976, NULL, NULL, 'IPAY2023/05/8994', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9530, '2023-05-06 13:03:56', 8977, NULL, NULL, 'IPAY2023/05/8995', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '50.0000', '26.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9531, '2023-05-06 13:59:58', 8978, NULL, NULL, 'IPAY2023/05/8996', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9532, '2023-05-06 14:09:08', 8979, NULL, NULL, 'IPAY2023/05/8997', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9533, '2023-05-06 14:11:48', 8980, NULL, NULL, 'IPAY2023/05/8998', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9534, '2023-05-06 14:28:38', 8981, NULL, NULL, 'IPAY2023/05/8999', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9535, '2023-05-06 14:34:13', 8982, NULL, NULL, 'IPAY2023/05/9000', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9536, '2023-05-06 14:36:52', 8983, NULL, NULL, 'IPAY2023/05/9001', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9537, '2023-05-06 14:43:18', 8984, NULL, NULL, 'IPAY2023/05/9002', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9538, '2023-05-06 15:07:31', 8985, NULL, NULL, 'IPAY2023/05/9003', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9539, '2023-05-06 15:49:16', 8986, NULL, NULL, 'IPAY2023/05/9004', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9540, '2023-05-06 16:12:19', 8987, NULL, NULL, 'IPAY2023/05/9005', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9541, '2023-05-06 16:43:26', 8988, NULL, NULL, 'IPAY2023/05/9006', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9542, '2023-05-06 16:44:43', 8989, NULL, NULL, 'IPAY2023/05/9007', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9543, '2023-05-06 17:00:08', 8990, NULL, NULL, 'IPAY2023/05/9008', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9544, '2023-05-06 17:34:01', 8991, NULL, NULL, 'IPAY2023/05/9009', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9545, '2023-05-06 17:48:49', 8992, NULL, NULL, 'IPAY2023/05/9010', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9546, '2023-05-06 17:54:11', 8993, NULL, NULL, 'IPAY2023/05/9011', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9547, '2023-05-06 18:02:57', 8994, NULL, NULL, 'IPAY2023/05/9012', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9548, '2023-05-06 18:25:53', 8995, NULL, NULL, 'IPAY2023/05/9013', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9549, '2023-05-06 18:28:49', 8996, NULL, NULL, 'IPAY2023/05/9014', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9550, '2023-05-06 18:29:08', 8997, NULL, NULL, 'IPAY2023/05/9015', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9551, '2023-05-06 18:49:46', 8998, NULL, NULL, 'IPAY2023/05/9016', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9552, '2023-05-06 19:08:04', 8999, NULL, NULL, 'IPAY2023/05/9017', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9553, '2023-05-06 19:18:45', 9000, NULL, NULL, 'IPAY2023/05/9018', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9554, '2023-05-06 19:47:29', 9001, NULL, NULL, 'IPAY2023/05/9019', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9555, '2023-05-07 06:56:51', 9002, NULL, NULL, 'IPAY2023/05/9020', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9556, '2023-05-07 07:03:12', 9003, NULL, NULL, 'IPAY2023/05/9021', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9557, '2023-05-07 07:25:55', 9004, NULL, NULL, 'IPAY2023/05/9022', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9558, '2023-05-07 07:51:17', 9005, NULL, NULL, 'IPAY2023/05/9023', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9559, '2023-05-07 08:03:46', 9006, NULL, NULL, 'IPAY2023/05/9024', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9560, '2023-05-07 08:41:55', 9007, NULL, NULL, 'IPAY2023/05/9025', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9561, '2023-05-07 09:04:53', 9008, NULL, NULL, 'IPAY2023/05/9026', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9562, '2023-05-07 09:39:42', 9009, NULL, NULL, 'IPAY2023/05/9027', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9563, '2023-05-07 09:43:34', 9010, NULL, NULL, 'IPAY2023/05/9028', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9564, '2023-05-07 10:02:24', 9011, NULL, NULL, 'IPAY2023/05/9029', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9565, '2023-05-07 10:19:09', 9012, NULL, NULL, 'IPAY2023/05/9030', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '100.0000', '89.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9566, '2023-05-07 10:25:04', 9013, NULL, NULL, 'IPAY2023/05/9031', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9567, '2023-05-07 10:37:21', 9014, NULL, NULL, 'IPAY2023/05/9032', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '100.0000', '34.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9568, '2023-05-07 10:38:57', 9015, NULL, NULL, 'IPAY2023/05/9033', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9569, '2023-05-07 11:40:48', 9016, NULL, NULL, 'IPAY2023/05/9034', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9570, '2023-05-07 11:49:44', 9017, NULL, NULL, 'IPAY2023/05/9035', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9571, '2023-05-07 11:57:16', 9018, NULL, NULL, 'IPAY2023/05/9036', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9572, '2023-05-07 12:18:17', 9019, NULL, NULL, 'IPAY2023/05/9037', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9573, '2023-05-07 12:24:14', 9020, NULL, NULL, 'IPAY2023/05/9038', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9574, '2023-05-07 12:26:25', 9021, NULL, NULL, 'IPAY2023/05/9039', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9575, '2023-05-07 13:04:10', 9022, NULL, NULL, 'IPAY2023/05/9040', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9576, '2023-05-07 13:39:10', 9023, NULL, NULL, 'IPAY2023/05/9041', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9577, '2023-05-07 13:58:59', 9024, NULL, NULL, 'IPAY2023/05/9042', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9578, '2023-05-07 13:59:41', 9025, NULL, NULL, 'IPAY2023/05/9043', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9579, '2023-05-07 15:06:24', 9026, NULL, NULL, 'IPAY2023/05/9044', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9580, '2023-05-07 15:08:03', 9027, NULL, NULL, 'IPAY2023/05/9045', NULL, 'cash', '', '', '', '', '', '', '41.5000', NULL, 7, NULL, 'received', '', '41.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9581, '2023-05-07 15:18:17', 9028, NULL, NULL, 'IPAY2023/05/9046', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9582, '2023-05-07 15:19:10', 9029, NULL, NULL, 'IPAY2023/05/9047', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9583, '2023-05-07 16:36:32', 9030, NULL, NULL, 'IPAY2023/05/9048', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9584, '2023-05-07 16:43:38', 9031, NULL, NULL, 'IPAY2023/05/9049', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9585, '2023-05-07 17:22:09', 9032, NULL, NULL, 'IPAY2023/05/9050', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9586, '2023-05-07 17:35:24', 9033, NULL, NULL, 'IPAY2023/05/9051', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9587, '2023-05-07 17:39:03', 9034, NULL, NULL, 'IPAY2023/05/9052', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9588, '2023-05-07 17:49:36', 9035, NULL, NULL, 'IPAY2023/05/9053', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9589, '2023-05-07 17:57:19', 9036, NULL, NULL, 'IPAY2023/05/9054', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9590, '2023-05-07 17:58:38', 9037, NULL, NULL, 'IPAY2023/05/9055', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9591, '2023-05-07 18:03:33', 9038, NULL, NULL, 'IPAY2023/05/9056', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9592, '2023-05-07 18:16:28', 9039, NULL, NULL, 'IPAY2023/05/9057', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9593, '2023-05-07 18:21:09', 9040, NULL, NULL, 'IPAY2023/05/9058', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9594, '2023-05-07 18:29:02', 9041, NULL, NULL, 'IPAY2023/05/9059', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9595, '2023-05-07 18:35:55', 9042, NULL, NULL, 'IPAY2023/05/9060', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9596, '2023-05-07 18:46:17', 9043, NULL, NULL, 'IPAY2023/05/9061', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9597, '2023-05-08 05:50:11', 9044, NULL, NULL, 'IPAY2023/05/9062', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9598, '2023-05-08 05:50:32', 9045, NULL, NULL, 'IPAY2023/05/9063', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9599, '2023-05-08 06:05:57', 9046, NULL, NULL, 'IPAY2023/05/9064', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9600, '2023-05-08 06:48:06', 9047, NULL, NULL, 'IPAY2023/05/9065', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9601, '2023-05-08 06:50:56', 9048, NULL, NULL, 'IPAY2023/05/9066', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '84.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9602, '2023-05-08 07:03:30', 9049, NULL, NULL, 'IPAY2023/05/9067', NULL, 'cash', '', '', '', '', '', '', '73.0000', NULL, 7, NULL, 'received', '', '73.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9603, '2023-05-08 07:08:08', 9050, NULL, NULL, 'IPAY2023/05/9068', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9604, '2023-05-08 07:08:52', 9051, NULL, NULL, 'IPAY2023/05/9069', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9605, '2023-05-08 07:09:37', 9052, NULL, NULL, 'IPAY2023/05/9070', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9606, '2023-05-08 07:10:55', 9053, NULL, NULL, 'IPAY2023/05/9071', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9607, '2023-05-08 07:13:22', 9054, NULL, NULL, 'IPAY2023/05/9072', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9608, '2023-05-08 07:13:46', 9055, NULL, NULL, 'IPAY2023/05/9073', NULL, 'cash', '', '', '', '', '', '', '20.2500', NULL, 7, NULL, 'received', '', '20.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9609, '2023-05-08 07:21:14', 9056, NULL, NULL, 'IPAY2023/05/9074', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9610, '2023-05-08 07:23:39', 9057, NULL, NULL, 'IPAY2023/05/9075', NULL, 'cash', '', '', '', '', '', '', '313.0000', NULL, 7, NULL, 'received', '', '313.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9611, '2023-05-08 07:44:11', 9058, NULL, NULL, 'IPAY2023/05/9076', NULL, 'cash', '', '', '', '', '', '', '100.5000', NULL, 7, NULL, 'received', '', '100.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9612, '2023-05-08 07:47:49', 9059, NULL, NULL, 'IPAY2023/05/9077', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9613, '2023-05-08 07:51:24', 9060, NULL, NULL, 'IPAY2023/05/9078', NULL, 'cash', '', '', '', '', '', '', '45.5000', NULL, 7, NULL, 'received', '', '45.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9614, '2023-05-08 08:12:59', 9061, NULL, NULL, 'IPAY2023/05/9079', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9615, '2023-05-08 08:31:00', NULL, NULL, 606, 'POP2023/05/0560', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9616, '2023-05-08 08:31:00', NULL, NULL, 605, 'POP2023/05/0561', NULL, 'cash', '', '', '', '', '', 'Visa', '611.8000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9617, '2023-05-08 08:31:00', NULL, NULL, 604, 'POP2023/05/0562', NULL, 'cash', '', '', '', '', '', 'Visa', '955.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9618, '2023-05-08 08:31:00', NULL, NULL, 603, 'POP2023/05/0563', NULL, 'cash', '', '', '', '', '', 'Visa', '270.3000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9619, '2023-05-08 08:31:00', NULL, NULL, 602, 'POP2023/05/0564', NULL, 'cash', '', '', '', '', '', 'Visa', '236.7600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9620, '2023-05-08 08:46:04', 9062, NULL, NULL, 'IPAY2023/05/9080', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9621, '2023-05-08 09:11:18', 9063, NULL, NULL, 'IPAY2023/05/9081', NULL, 'cash', '', '', '', '', '', '', '191.0000', NULL, 7, NULL, 'received', '', '191.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9622, '2023-05-08 09:21:39', 9064, NULL, NULL, 'IPAY2023/05/9082', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9623, '2023-05-08 10:01:01', 9065, NULL, NULL, 'IPAY2023/05/9083', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9624, '2023-05-08 10:22:45', 9066, NULL, NULL, 'IPAY2023/05/9084', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9625, '2023-05-08 10:52:11', 9067, NULL, NULL, 'IPAY2023/05/9085', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9626, '2023-05-08 11:39:44', 9068, NULL, NULL, 'IPAY2023/05/9086', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '100.0000', '60.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9627, '2023-05-08 11:51:05', 9069, NULL, NULL, 'IPAY2023/05/9087', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9628, '2023-05-08 11:53:19', 9070, NULL, NULL, 'IPAY2023/05/9088', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9629, '2023-05-08 11:54:20', 9071, NULL, NULL, 'IPAY2023/05/9089', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9630, '2023-05-08 12:29:29', 9072, NULL, NULL, 'IPAY2023/05/9090', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9631, '2023-05-08 12:31:24', 9073, NULL, NULL, 'IPAY2023/05/9091', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9632, '2023-05-08 13:42:08', 9074, NULL, NULL, 'IPAY2023/05/9092', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9633, '2023-05-08 13:52:10', 9075, NULL, NULL, 'IPAY2023/05/9093', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9634, '2023-05-08 13:56:39', 9076, NULL, NULL, 'IPAY2023/05/9094', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9635, '2023-05-08 14:24:08', 9077, NULL, NULL, 'IPAY2023/05/9095', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9636, '2023-05-08 14:52:42', 9078, NULL, NULL, 'IPAY2023/05/9096', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9637, '2023-05-08 15:00:14', 9079, NULL, NULL, 'IPAY2023/05/9097', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9638, '2023-05-08 15:19:44', 9080, NULL, NULL, 'IPAY2023/05/9098', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9639, '2023-05-08 15:53:09', 9081, NULL, NULL, 'IPAY2023/05/9099', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9640, '2023-05-08 15:58:55', 9082, NULL, NULL, 'IPAY2023/05/9100', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9641, '2023-05-08 16:11:31', 9083, NULL, NULL, 'IPAY2023/05/9101', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9642, '2023-05-08 16:15:17', 9084, NULL, NULL, 'IPAY2023/05/9102', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9643, '2023-05-08 16:56:00', NULL, NULL, 607, 'POP2023/05/0565', NULL, 'cash', '', '', '', '', '', 'Visa', '685.3000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9644, '2023-05-08 16:57:01', 9085, NULL, NULL, 'IPAY2023/05/9103', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9645, '2023-05-08 16:57:00', NULL, NULL, 608, 'POP2023/05/0566', NULL, 'cash', '', '', '', '', '', 'Visa', '95.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9646, '2023-05-08 16:58:53', 9086, NULL, NULL, 'IPAY2023/05/9104', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9647, '2023-05-08 17:04:00', NULL, NULL, 609, 'POP2023/05/0567', NULL, 'cash', '', '', '', '', '', 'Visa', '562.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9648, '2023-05-08 17:10:48', 9087, NULL, NULL, 'IPAY2023/05/9105', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9649, '2023-05-08 17:18:15', 9089, NULL, NULL, 'IPAY2023/05/9106', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9650, '2023-05-08 17:23:54', 9090, NULL, NULL, 'IPAY2023/05/9107', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9651, '2023-05-08 17:29:42', 9091, NULL, NULL, 'IPAY2023/05/9108', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9652, '2023-05-08 17:34:25', 9092, NULL, NULL, 'IPAY2023/05/9109', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9653, '2023-05-08 17:54:21', 9093, NULL, NULL, 'IPAY2023/05/9110', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9654, '2023-05-08 17:58:33', 9094, NULL, NULL, 'IPAY2023/05/9111', NULL, 'cash', '', '', '', '', '', '', '51.5000', NULL, 7, NULL, 'received', '', '51.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9655, '2023-05-08 18:00:51', 9095, NULL, NULL, 'IPAY2023/05/9112', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9656, '2023-05-08 18:09:07', 9096, NULL, NULL, 'IPAY2023/05/9113', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9657, '2023-05-08 18:15:44', 9097, NULL, NULL, 'IPAY2023/05/9114', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9658, '2023-05-08 18:36:05', 9098, NULL, NULL, 'IPAY2023/05/9115', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9659, '2023-05-08 18:52:05', 9099, NULL, NULL, 'IPAY2023/05/9116', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9660, '2023-05-08 19:05:54', 9100, NULL, NULL, 'IPAY2023/05/9117', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9661, '2023-05-08 19:07:38', 9101, NULL, NULL, 'IPAY2023/05/9118', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9662, '2023-05-08 19:24:27', 9102, NULL, NULL, 'IPAY2023/05/9119', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9663, '2023-05-08 19:49:05', 9103, NULL, NULL, 'IPAY2023/05/9120', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9664, '2023-05-09 06:20:17', 9104, NULL, NULL, 'IPAY2023/05/9121', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9665, '2023-05-09 06:42:13', 9105, NULL, NULL, 'IPAY2023/05/9122', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9666, '2023-05-09 06:43:25', 9106, NULL, NULL, 'IPAY2023/05/9123', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9667, '2023-05-09 06:44:03', 9107, NULL, NULL, 'IPAY2023/05/9124', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9668, '2023-05-09 06:45:26', 9108, NULL, NULL, 'IPAY2023/05/9125', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9669, '2023-05-09 06:46:02', 9109, NULL, NULL, 'IPAY2023/05/9126', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9670, '2023-05-09 07:29:31', 9110, NULL, NULL, 'IPAY2023/05/9127', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9671, '2023-05-09 07:40:42', 9111, NULL, NULL, 'IPAY2023/05/9128', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9672, '2023-05-09 07:42:45', 9112, NULL, NULL, 'IPAY2023/05/9129', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9673, '2023-05-09 07:44:31', 9113, NULL, NULL, 'IPAY2023/05/9130', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9674, '2023-05-09 07:46:08', 9114, NULL, NULL, 'IPAY2023/05/9131', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9675, '2023-05-09 07:47:20', 9115, NULL, NULL, 'IPAY2023/05/9132', NULL, 'cash', '', '', '', '', '', '', '61.5000', NULL, 7, NULL, 'received', '', '61.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9676, '2023-05-09 07:54:23', 9116, NULL, NULL, 'IPAY2023/05/9133', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9677, '2023-05-09 08:17:40', 9117, NULL, NULL, 'IPAY2023/05/9134', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9678, '2023-05-09 09:19:56', 9118, NULL, NULL, 'IPAY2023/05/9135', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9679, '2023-05-09 09:29:39', 9119, NULL, NULL, 'IPAY2023/05/9136', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '100.0000', '22.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9680, '2023-05-09 10:02:39', 9120, NULL, NULL, 'IPAY2023/05/9137', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9681, '2023-05-09 10:31:00', 9122, NULL, NULL, 'IPAY2023/05/9138', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '100.0000', '96.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9682, '2023-05-09 10:37:36', 9123, NULL, NULL, 'IPAY2023/05/9139', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9683, '2023-05-09 11:10:00', NULL, NULL, 610, 'POP2023/05/0568', NULL, 'cash', '', '', '', '', '', 'Visa', '668.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9684, '2023-05-09 11:46:16', 9124, NULL, NULL, 'IPAY2023/05/9140', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9685, '2023-05-09 11:57:58', 9125, NULL, NULL, 'IPAY2023/05/9141', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9686, '2023-05-09 12:01:04', 9126, NULL, NULL, 'IPAY2023/05/9142', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9687, '2023-05-09 13:41:58', 9127, NULL, NULL, 'IPAY2023/05/9143', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9688, '2023-05-09 14:08:59', 9128, NULL, NULL, 'IPAY2023/05/9144', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9689, '2023-05-09 14:51:00', NULL, NULL, 611, 'POP2023/05/0569', NULL, 'cash', '', '', '', '', '', 'Visa', '282.4800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9690, '2023-05-09 15:56:59', 9129, NULL, NULL, 'IPAY2023/05/9145', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9691, '2023-05-09 16:56:49', 9130, NULL, NULL, 'IPAY2023/05/9146', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9692, '2023-05-09 16:57:31', 9131, NULL, NULL, 'IPAY2023/05/9147', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9693, '2023-05-09 17:07:31', 9132, NULL, NULL, 'IPAY2023/05/9148', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9694, '2023-05-09 17:13:32', 9133, NULL, NULL, 'IPAY2023/05/9149', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9695, '2023-05-09 17:15:28', 9134, NULL, NULL, 'IPAY2023/05/9150', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9696, '2023-05-09 17:35:00', 9135, NULL, NULL, 'IPAY2023/05/9151', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9697, '2023-05-09 18:26:55', 9136, NULL, NULL, 'IPAY2023/05/9152', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9698, '2023-05-09 18:35:42', 9137, NULL, NULL, 'IPAY2023/05/9153', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9699, '2023-05-09 18:38:11', 9138, NULL, NULL, 'IPAY2023/05/9154', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9700, '2023-05-09 19:03:38', 9139, NULL, NULL, 'IPAY2023/05/9155', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9701, '2023-05-09 19:47:38', 9140, NULL, NULL, 'IPAY2023/05/9156', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9702, '2023-05-10 06:10:39', 9141, NULL, NULL, 'IPAY2023/05/9157', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9703, '2023-05-10 06:11:18', 9142, NULL, NULL, 'IPAY2023/05/9158', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9704, '2023-05-10 06:16:48', 9143, NULL, NULL, 'IPAY2023/05/9159', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9705, '2023-05-10 06:21:40', 9145, NULL, NULL, 'IPAY2023/05/9160', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9706, '2023-05-10 06:44:14', 9146, NULL, NULL, 'IPAY2023/05/9161', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9707, '2023-05-10 06:46:59', 9147, NULL, NULL, 'IPAY2023/05/9162', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9708, '2023-05-10 06:51:28', 9148, NULL, NULL, 'IPAY2023/05/9163', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9709, '2023-05-10 06:53:19', 9150, NULL, NULL, 'IPAY2023/05/9164', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '50.0000', '34.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9710, '2023-05-10 06:55:44', 9151, NULL, NULL, 'IPAY2023/05/9165', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9711, '2023-05-10 06:56:32', 9152, NULL, NULL, 'IPAY2023/05/9166', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9712, '2023-05-10 06:57:02', 9153, NULL, NULL, 'IPAY2023/05/9167', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9713, '2023-05-10 07:00:13', 9154, NULL, NULL, 'IPAY2023/05/9168', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9714, '2023-05-10 07:03:15', 9155, NULL, NULL, 'IPAY2023/05/9169', NULL, 'cash', '', '', '', '', '', '', '375.0000', NULL, 7, NULL, 'received', '', '375.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9715, '2023-05-10 07:20:54', 9156, NULL, NULL, 'IPAY2023/05/9170', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '375.0000', '364.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9716, '2023-05-10 07:41:59', 9157, NULL, NULL, 'IPAY2023/05/9171', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9717, '2023-05-10 08:19:37', 9158, NULL, NULL, 'IPAY2023/05/9172', NULL, 'cash', '', '', '', '', '', '', '73.0000', NULL, 7, NULL, 'received', '', '100.0000', '27.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9718, '2023-05-10 08:25:43', 9159, NULL, NULL, 'IPAY2023/05/9173', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9719, '2023-05-10 08:44:23', 9160, NULL, NULL, 'IPAY2023/05/9174', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '100.0000', '87.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9720, '2023-05-10 09:01:58', 9161, NULL, NULL, 'IPAY2023/05/9175', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9721, '2023-05-10 09:16:04', 9162, NULL, NULL, 'IPAY2023/05/9176', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '-3.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9722, '2023-05-10 09:43:37', 9163, NULL, NULL, 'IPAY2023/05/9177', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9723, '2023-05-10 09:54:51', 9164, NULL, NULL, 'IPAY2023/05/9178', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9724, '2023-05-10 10:33:53', 9165, NULL, NULL, 'IPAY2023/05/9179', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '100.0000', '76.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9725, '2023-05-10 11:28:11', 9166, NULL, NULL, 'IPAY2023/05/9180', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9726, '2023-05-10 11:31:10', 9167, NULL, NULL, 'IPAY2023/05/9181', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9727, '2023-05-10 12:01:57', 9168, NULL, NULL, 'IPAY2023/05/9182', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9728, '2023-05-10 12:18:44', 9169, NULL, NULL, 'IPAY2023/05/9183', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9729, '2023-05-10 12:26:58', 9170, NULL, NULL, 'IPAY2023/05/9184', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9730, '2023-05-10 12:57:06', 9171, NULL, NULL, 'IPAY2023/05/9185', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9731, '2023-05-10 12:59:11', 9172, NULL, NULL, 'IPAY2023/05/9186', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9732, '2023-05-10 13:08:40', 9173, NULL, NULL, 'IPAY2023/05/9187', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9733, '2023-05-10 13:51:38', 9174, NULL, NULL, 'IPAY2023/05/9188', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9734, '2023-05-10 14:24:22', 9175, NULL, NULL, 'IPAY2023/05/9189', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '100.0000', '68.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9735, '2023-05-10 14:49:23', 9176, NULL, NULL, 'IPAY2023/05/9190', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9736, '2023-05-10 15:26:27', 9177, NULL, NULL, 'IPAY2023/05/9191', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9737, '2023-05-10 15:32:33', 9178, NULL, NULL, 'IPAY2023/05/9192', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9738, '2023-05-10 15:34:08', 9179, NULL, NULL, 'IPAY2023/05/9193', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9739, '2023-05-10 15:41:25', 9180, NULL, NULL, 'IPAY2023/05/9194', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9740, '2023-05-10 15:47:46', 9181, NULL, NULL, 'IPAY2023/05/9195', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9741, '2023-05-10 15:59:42', 9182, NULL, NULL, 'IPAY2023/05/9196', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9742, '2023-05-10 16:09:18', 9183, NULL, NULL, 'IPAY2023/05/9197', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9743, '2023-05-10 16:22:09', 9184, NULL, NULL, 'IPAY2023/05/9198', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9744, '2023-05-10 16:23:47', 9185, NULL, NULL, 'IPAY2023/05/9199', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9745, '2023-05-10 16:43:22', 9186, NULL, NULL, 'IPAY2023/05/9200', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9746, '2023-05-10 17:03:41', 9187, NULL, NULL, 'IPAY2023/05/9201', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '100.0000', '83.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9747, '2023-05-10 17:07:44', 9188, NULL, NULL, 'IPAY2023/05/9202', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9748, '2023-05-10 17:12:31', 9189, NULL, NULL, 'IPAY2023/05/9203', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9749, '2023-05-10 17:38:10', 9190, NULL, NULL, 'IPAY2023/05/9204', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9750, '2023-05-11 06:48:49', 9191, NULL, NULL, 'IPAY2023/05/9205', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9751, '2023-05-11 06:50:34', 9193, NULL, NULL, 'IPAY2023/05/9206', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '37.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9752, '2023-05-11 07:44:26', 9194, NULL, NULL, 'IPAY2023/05/9207', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9753, '2023-05-11 09:08:20', 9195, NULL, NULL, 'IPAY2023/05/9208', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9754, '2023-05-11 09:23:05', 9196, NULL, NULL, 'IPAY2023/05/9209', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '100.0000', '82.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9755, '2023-05-11 09:42:19', 9197, NULL, NULL, 'IPAY2023/05/9210', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9756, '2023-05-11 10:02:00', 9198, NULL, NULL, 'IPAY2023/05/9211', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9757, '2023-05-11 10:47:42', 9199, NULL, NULL, 'IPAY2023/05/9212', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9758, '2023-05-11 11:27:39', 9200, NULL, NULL, 'IPAY2023/05/9213', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9759, '2023-05-11 11:33:59', 9201, NULL, NULL, 'IPAY2023/05/9214', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '42.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9760, '2023-05-11 11:44:28', 9202, NULL, NULL, 'IPAY2023/05/9215', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9761, '2023-05-11 11:51:46', 9203, NULL, NULL, 'IPAY2023/05/9216', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9762, '2023-05-11 12:12:17', 9204, NULL, NULL, 'IPAY2023/05/9217', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9763, '2023-05-11 12:18:28', 9205, NULL, NULL, 'IPAY2023/05/9218', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9764, '2023-05-11 12:31:22', 9206, NULL, NULL, 'IPAY2023/05/9219', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9765, '2023-05-11 12:58:44', 9208, NULL, NULL, 'IPAY2023/05/9220', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9766, '2023-05-11 13:00:26', 9209, NULL, NULL, 'IPAY2023/05/9221', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9767, '2023-05-11 13:04:49', 9210, NULL, NULL, 'IPAY2023/05/9222', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9768, '2023-05-11 14:24:02', 9211, NULL, NULL, 'IPAY2023/05/9223', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9769, '2023-05-11 15:31:16', 9212, NULL, NULL, 'IPAY2023/05/9224', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9770, '2023-05-11 15:53:11', 9213, NULL, NULL, 'IPAY2023/05/9225', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9771, '2023-05-11 16:36:07', 9214, NULL, NULL, 'IPAY2023/05/9226', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9772, '2023-05-11 17:25:36', 9215, NULL, NULL, 'IPAY2023/05/9227', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '42.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9773, '2023-05-11 17:58:14', 9216, NULL, NULL, 'IPAY2023/05/9228', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9774, '2023-05-11 18:16:34', 9217, NULL, NULL, 'IPAY2023/05/9229', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9775, '2023-05-11 18:32:45', 9218, NULL, NULL, 'IPAY2023/05/9230', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '50.0000', '31.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9776, '2023-05-11 18:36:37', 9219, NULL, NULL, 'IPAY2023/05/9231', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9777, '2023-05-11 18:37:49', 9220, NULL, NULL, 'IPAY2023/05/9232', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9778, '2023-05-11 18:46:13', 9221, NULL, NULL, 'IPAY2023/05/9233', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9779, '2023-05-11 19:49:23', 9222, NULL, NULL, 'IPAY2023/05/9234', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9780, '2023-05-12 06:01:38', 9223, NULL, NULL, 'IPAY2023/05/9235', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9781, '2023-05-12 06:14:47', 9224, NULL, NULL, 'IPAY2023/05/9236', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9782, '2023-05-12 06:15:47', 9226, NULL, NULL, 'IPAY2023/05/9237', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9783, '2023-05-12 06:16:09', 9227, NULL, NULL, 'IPAY2023/05/9238', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9784, '2023-05-12 06:17:37', 9228, NULL, NULL, 'IPAY2023/05/9239', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9785, '2023-05-12 06:18:12', 9229, NULL, NULL, 'IPAY2023/05/9240', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9786, '2023-05-12 06:27:46', 9230, NULL, NULL, 'IPAY2023/05/9241', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9787, '2023-05-12 06:47:45', 9231, NULL, NULL, 'IPAY2023/05/9242', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9788, '2023-05-12 06:48:50', 9232, NULL, NULL, 'IPAY2023/05/9243', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9789, '2023-05-12 06:50:15', 9234, NULL, NULL, 'IPAY2023/05/9244', NULL, 'cash', '', '', '', '', '', '', '117.0000', NULL, 7, NULL, 'received', '', '117.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9790, '2023-05-12 07:08:09', 9235, NULL, NULL, 'IPAY2023/05/9245', NULL, 'cash', '', '', '', '', '', '', '24.5000', NULL, 7, NULL, 'received', '', '24.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9791, '2023-05-12 08:05:52', 9236, NULL, NULL, 'IPAY2023/05/9246', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9792, '2023-05-12 08:41:00', NULL, NULL, 612, 'POP2023/05/0570', NULL, 'cash', '', '', '', '', '', 'Visa', '535.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9793, '2023-05-12 09:07:00', 9233, NULL, NULL, 'IPAY2023/05/9247', NULL, 'cash', '', '', '', '', '', 'Visa', '44.0000', NULL, 8, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9794, '2023-05-12 09:19:35', 9237, NULL, NULL, 'IPAY2023/05/9247', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9795, '2023-05-12 09:34:34', 9238, NULL, NULL, 'IPAY2023/05/9248', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9796, '2023-05-12 10:25:30', 9239, NULL, NULL, 'IPAY2023/05/9249', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9797, '2023-05-12 11:35:10', 9241, NULL, NULL, 'IPAY2023/05/9250', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9798, '2023-05-12 11:51:48', 9243, NULL, NULL, 'IPAY2023/05/9251', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9799, '2023-05-12 12:00:03', 9244, NULL, NULL, 'IPAY2023/05/9252', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9800, '2023-05-12 12:11:34', 9245, NULL, NULL, 'IPAY2023/05/9253', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9801, '2023-05-12 12:13:22', 9246, NULL, NULL, 'IPAY2023/05/9254', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9802, '2023-05-12 12:18:09', 9247, NULL, NULL, 'IPAY2023/05/9255', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9803, '2023-05-12 12:33:58', 9248, NULL, NULL, 'IPAY2023/05/9256', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9804, '2023-05-12 12:53:26', 9249, NULL, NULL, 'IPAY2023/05/9257', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9805, '2023-05-12 13:02:34', 9250, NULL, NULL, 'IPAY2023/05/9258', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9806, '2023-05-12 13:20:21', 9251, NULL, NULL, 'IPAY2023/05/9259', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9807, '2023-05-12 13:53:23', 9252, NULL, NULL, 'IPAY2023/05/9260', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9808, '2023-05-12 14:03:32', 9253, NULL, NULL, 'IPAY2023/05/9261', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9809, '2023-05-12 14:51:33', 9254, NULL, NULL, 'IPAY2023/05/9262', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9810, '2023-05-12 15:29:00', NULL, NULL, 613, 'POP2023/05/0571', NULL, 'cash', '', '', '', '', '', 'Visa', '90.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9811, '2023-05-12 15:35:00', NULL, NULL, 614, 'POP2023/05/0572', NULL, 'cash', '', '', '', '', '', 'Visa', '85.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9812, '2023-05-12 15:36:00', NULL, NULL, 615, 'POP2023/05/0573', NULL, 'cash', '', '', '', '', '', 'Visa', '51.8800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9813, '2023-05-12 15:42:00', NULL, NULL, 616, 'POP2023/05/0574', NULL, 'cash', '', '', '', '', '', 'Visa', '263.2800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9814, '2023-05-12 15:46:00', NULL, NULL, 617, 'POP2023/05/0575', NULL, 'cash', '', '', '', '', '', 'Visa', '403.9500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9815, '2023-05-12 15:48:13', 9256, NULL, NULL, 'IPAY2023/05/9263', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9816, '2023-05-12 15:54:00', 9257, NULL, NULL, 'IPAY2023/05/9264', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9817, '2023-05-12 16:33:53', 9258, NULL, NULL, 'IPAY2023/05/9265', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9818, '2023-05-12 16:37:05', 9259, NULL, NULL, 'IPAY2023/05/9266', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9819, '2023-05-12 16:41:39', 9260, NULL, NULL, 'IPAY2023/05/9267', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9820, '2023-05-12 16:56:57', 9261, NULL, NULL, 'IPAY2023/05/9268', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '100.0000', '78.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9821, '2023-05-12 17:09:38', 9262, NULL, NULL, 'IPAY2023/05/9269', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9822, '2023-05-12 17:34:00', NULL, NULL, 618, 'POP2023/05/0576', NULL, 'cash', '', '', '', '', '', 'Visa', '758.8500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9823, '2023-05-12 17:50:48', 9263, NULL, NULL, 'IPAY2023/05/9270', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9824, '2023-05-12 17:51:43', 9264, NULL, NULL, 'IPAY2023/05/9271', NULL, 'cash', '', '', '', '', '', '', '103.5000', NULL, 7, NULL, 'received', '', '103.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9825, '2023-05-12 18:02:35', 9265, NULL, NULL, 'IPAY2023/05/9272', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9826, '2023-05-12 18:13:04', 9266, NULL, NULL, 'IPAY2023/05/9273', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9827, '2023-05-12 18:44:11', 9267, NULL, NULL, 'IPAY2023/05/9274', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9828, '2023-05-12 19:19:56', 9268, NULL, NULL, 'IPAY2023/05/9275', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9829, '2023-05-12 20:04:13', 9269, NULL, NULL, 'IPAY2023/05/9276', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9830, '2023-05-13 06:18:40', 9270, NULL, NULL, 'IPAY2023/05/9277', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9831, '2023-05-13 08:25:16', 9271, NULL, NULL, 'IPAY2023/05/9278', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9832, '2023-05-13 08:36:47', 9272, NULL, NULL, 'IPAY2023/05/9279', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9833, '2023-05-13 08:39:42', 9273, NULL, NULL, 'IPAY2023/05/9280', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9834, '2023-05-13 09:01:26', 9274, NULL, NULL, 'IPAY2023/05/9281', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9835, '2023-05-13 09:01:50', 9275, NULL, NULL, 'IPAY2023/05/9282', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9836, '2023-05-13 09:04:05', 9276, NULL, NULL, 'IPAY2023/05/9283', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9837, '2023-05-13 09:15:28', 9277, NULL, NULL, 'IPAY2023/05/9284', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9838, '2023-05-13 09:27:00', 9278, NULL, NULL, 'IPAY2023/05/9285', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9839, '2023-05-13 09:33:22', 9279, NULL, NULL, 'IPAY2023/05/9286', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9840, '2023-05-13 09:59:25', 9280, NULL, NULL, 'IPAY2023/05/9287', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9841, '2023-05-13 10:23:36', 9281, NULL, NULL, 'IPAY2023/05/9288', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9842, '2023-05-13 11:03:01', 9282, NULL, NULL, 'IPAY2023/05/9289', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9843, '2023-05-13 11:17:15', 9283, NULL, NULL, 'IPAY2023/05/9290', NULL, 'cash', '', '', '', '', '', '', '50.5000', NULL, 7, NULL, 'received', '', '50.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9844, '2023-05-13 11:28:36', 9284, NULL, NULL, 'IPAY2023/05/9291', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9845, '2023-05-13 11:37:37', 9285, NULL, NULL, 'IPAY2023/05/9292', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9846, '2023-05-13 12:41:25', 9287, NULL, NULL, 'IPAY2023/05/9293', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9847, '2023-05-13 12:56:18', 9288, NULL, NULL, 'IPAY2023/05/9294', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9848, '2023-05-13 13:13:46', 9290, NULL, NULL, 'IPAY2023/05/9295', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9849, '2023-05-13 14:02:43', 9291, NULL, NULL, 'IPAY2023/05/9296', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '100.0000', '87.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9850, '2023-05-13 14:15:27', 9293, NULL, NULL, 'IPAY2023/05/9297', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9851, '2023-05-13 14:18:28', 9294, NULL, NULL, 'IPAY2023/05/9298', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9852, '2023-05-13 14:53:09', 9295, NULL, NULL, 'IPAY2023/05/9299', NULL, 'cash', '', '', '', '', '', '', '82.0000', NULL, 7, NULL, 'received', '', '82.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9853, '2023-05-13 15:04:16', 9296, NULL, NULL, 'IPAY2023/05/9300', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9854, '2023-05-13 15:07:10', 9297, NULL, NULL, 'IPAY2023/05/9301', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9855, '2023-05-13 15:08:55', 9298, NULL, NULL, 'IPAY2023/05/9302', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9856, '2023-05-13 15:14:21', 9299, NULL, NULL, 'IPAY2023/05/9303', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9857, '2023-05-13 15:16:12', 9300, NULL, NULL, 'IPAY2023/05/9304', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9858, '2023-05-13 15:46:53', 9301, NULL, NULL, 'IPAY2023/05/9305', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9859, '2023-05-13 15:58:31', 9302, NULL, NULL, 'IPAY2023/05/9306', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9860, '2023-05-13 15:59:20', 9303, NULL, NULL, 'IPAY2023/05/9307', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9861, '2023-05-13 16:08:56', 9304, NULL, NULL, 'IPAY2023/05/9308', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '100.0000', '79.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9862, '2023-05-13 16:10:20', 9305, NULL, NULL, 'IPAY2023/05/9309', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '100.0000', '93.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9863, '2023-05-13 16:55:13', 9307, NULL, NULL, 'IPAY2023/05/9310', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '100.0000', '69.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9864, '2023-05-13 17:30:20', 9308, NULL, NULL, 'IPAY2023/05/9311', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9865, '2023-05-13 18:09:21', 9309, NULL, NULL, 'IPAY2023/05/9312', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9866, '2023-05-13 18:57:40', 9310, NULL, NULL, 'IPAY2023/05/9313', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9867, '2023-05-13 19:18:10', 9311, NULL, NULL, 'IPAY2023/05/9314', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9868, '2023-05-14 06:00:05', 9312, NULL, NULL, 'IPAY2023/05/9315', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9869, '2023-05-14 06:23:02', 9313, NULL, NULL, 'IPAY2023/05/9316', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9870, '2023-05-14 06:33:39', 9314, NULL, NULL, 'IPAY2023/05/9317', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9871, '2023-05-14 08:53:57', 9316, NULL, NULL, 'IPAY2023/05/9318', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9872, '2023-05-14 09:49:10', 9317, NULL, NULL, 'IPAY2023/05/9319', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9873, '2023-05-14 10:02:31', 9318, NULL, NULL, 'IPAY2023/05/9320', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9874, '2023-05-14 10:03:44', 9319, NULL, NULL, 'IPAY2023/05/9321', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '100.0000', '86.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9875, '2023-05-14 10:47:43', 9320, NULL, NULL, 'IPAY2023/05/9322', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9876, '2023-05-14 10:55:23', 9321, NULL, NULL, 'IPAY2023/05/9323', NULL, 'cash', '', '', '', '', '', '', '281.0000', NULL, 7, NULL, 'received', '', '281.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9877, '2023-05-14 10:58:15', 9322, NULL, NULL, 'IPAY2023/05/9324', NULL, 'cash', '', '', '', '', '', '', '310.0000', NULL, 7, NULL, 'received', '', '310.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9878, '2023-05-14 10:59:48', 9323, NULL, NULL, 'IPAY2023/05/9325', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9879, '2023-05-14 11:00:08', 9324, NULL, NULL, 'IPAY2023/05/9326', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9880, '2023-05-14 11:09:00', 9325, NULL, NULL, 'IPAY2023/05/9327', NULL, 'cash', '', '', '', '', '', '', '3.2500', NULL, 7, NULL, 'received', '', '3.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9881, '2023-05-14 11:15:12', 9326, NULL, NULL, 'IPAY2023/05/9328', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9882, '2023-05-14 11:15:37', 9327, NULL, NULL, 'IPAY2023/05/9329', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9883, '2023-05-14 11:20:28', 9328, NULL, NULL, 'IPAY2023/05/9330', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9884, '2023-05-14 12:09:37', 9330, NULL, NULL, 'IPAY2023/05/9331', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9885, '2023-05-14 12:29:19', 9331, NULL, NULL, 'IPAY2023/05/9332', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9886, '2023-05-14 12:34:32', 9332, NULL, NULL, 'IPAY2023/05/9333', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9887, '2023-05-14 12:44:00', 9333, NULL, NULL, 'IPAY2023/05/9334', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9888, '2023-05-14 12:57:08', 9334, NULL, NULL, 'IPAY2023/05/9335', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9889, '2023-05-14 13:04:44', 9335, NULL, NULL, 'IPAY2023/05/9336', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '100.0000', '62.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9890, '2023-05-14 14:18:08', 9337, NULL, NULL, 'IPAY2023/05/9337', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9891, '2023-05-14 15:47:36', 9338, NULL, NULL, 'IPAY2023/05/9338', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9892, '2023-05-14 15:48:16', 9339, NULL, NULL, 'IPAY2023/05/9339', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9893, '2023-05-14 16:02:26', 9340, NULL, NULL, 'IPAY2023/05/9340', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '100.0000', '64.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9894, '2023-05-14 16:05:16', 9341, NULL, NULL, 'IPAY2023/05/9341', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9895, '2023-05-14 16:22:47', 9343, NULL, NULL, 'IPAY2023/05/9342', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9896, '2023-05-14 16:28:04', 9344, NULL, NULL, 'IPAY2023/05/9343', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9897, '2023-05-14 16:39:25', 9345, NULL, NULL, 'IPAY2023/05/9344', NULL, 'cash', '', '', '', '', '', '', '86.0000', NULL, 7, NULL, 'received', '', '86.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9898, '2023-05-14 16:46:09', 9346, NULL, NULL, 'IPAY2023/05/9345', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9899, '2023-05-14 16:56:18', 9347, NULL, NULL, 'IPAY2023/05/9346', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9900, '2023-05-14 17:01:21', 9348, NULL, NULL, 'IPAY2023/05/9347', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9901, '2023-05-14 17:11:53', 9349, NULL, NULL, 'IPAY2023/05/9348', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9902, '2023-05-14 17:16:58', 9350, NULL, NULL, 'IPAY2023/05/9349', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9903, '2023-05-14 17:46:33', 9351, NULL, NULL, 'IPAY2023/05/9350', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9904, '2023-05-14 18:11:13', 9353, NULL, NULL, 'IPAY2023/05/9351', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9905, '2023-05-14 18:26:10', 9354, NULL, NULL, 'IPAY2023/05/9352', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '100.0000', '94.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9906, '2023-05-14 18:33:10', 9355, NULL, NULL, 'IPAY2023/05/9353', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9907, '2023-05-14 18:43:53', 9356, NULL, NULL, 'IPAY2023/05/9354', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9908, '2023-05-14 18:50:11', 9357, NULL, NULL, 'IPAY2023/05/9355', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9909, '2023-05-15 06:07:25', 9359, NULL, NULL, 'IPAY2023/05/9356', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9910, '2023-05-15 06:20:54', 9360, NULL, NULL, 'IPAY2023/05/9357', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9911, '2023-05-15 06:35:03', 9361, NULL, NULL, 'IPAY2023/05/9358', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9912, '2023-05-15 06:43:56', 9363, NULL, NULL, 'IPAY2023/05/9359', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9913, '2023-05-15 07:00:02', 9366, NULL, NULL, 'IPAY2023/05/9360', NULL, 'cash', '', '', '', '', '', '', '122.5000', NULL, 7, NULL, 'received', '', '122.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9914, '2023-05-15 07:04:47', 9368, NULL, NULL, 'IPAY2023/05/9361', NULL, 'cash', '', '', '', '', '', '', '136.0000', NULL, 7, NULL, 'received', '', '136.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9915, '2023-05-15 07:19:21', 9370, NULL, NULL, 'IPAY2023/05/9362', NULL, 'cash', '', '', '', '', '', '', '78.5000', NULL, 7, NULL, 'received', '', '78.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9916, '2023-05-15 07:31:06', 9374, NULL, NULL, 'IPAY2023/05/9363', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9917, '2023-05-15 07:31:35', 9375, NULL, NULL, 'IPAY2023/05/9364', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9918, '2023-05-15 07:33:26', 9377, NULL, NULL, 'IPAY2023/05/9365', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9919, '2023-05-15 07:34:31', 9378, NULL, NULL, 'IPAY2023/05/9366', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9920, '2023-05-15 08:15:00', NULL, NULL, 619, 'POP2023/05/0577', NULL, 'cash', '', '', '', '', '', 'Visa', '410.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9921, '2023-05-15 08:15:00', NULL, NULL, 620, 'POP2023/05/0578', NULL, 'cash', '', '', '', '', '', 'Visa', '196.9996', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9922, '2023-05-15 08:22:18', 9379, NULL, NULL, 'IPAY2023/05/9367', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9923, '2023-05-15 08:23:00', NULL, NULL, 621, 'POP2023/05/0579', NULL, 'cash', '', '', '', '', '', 'Visa', '2361.2398', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9924, '2023-05-15 08:27:00', NULL, NULL, 622, 'POP2023/05/0580', NULL, 'cash', '', '', '', '', '', 'Visa', '893.1000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9925, '2023-05-15 08:31:58', 9380, NULL, NULL, 'IPAY2023/05/9368', NULL, 'cash', '', '', '', '', '', '', '360.0000', NULL, 7, NULL, 'received', '', '360.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9926, '2023-05-15 08:32:54', 9381, NULL, NULL, 'IPAY2023/05/9369', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9927, '2023-05-15 08:37:00', NULL, NULL, 623, 'POP2023/05/0581', NULL, 'cash', '', '', '', '', '', 'Visa', '135.5900', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9928, '2023-05-15 08:43:00', 9376, NULL, NULL, 'IPAY2023/05/9370', NULL, 'cash', '', '', '', '', '', 'Visa', '9.0000', NULL, 8, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9929, '2023-05-15 08:43:00', 9373, NULL, NULL, 'IPAY2023/05/9370', NULL, 'cash', '', '', '', '', '', 'Visa', '17.5000', NULL, 8, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9930, '2023-05-15 08:44:00', 9372, NULL, NULL, 'IPAY2023/05/9370', NULL, 'cash', '', '', '', '', '', 'Visa', '49.5000', NULL, 8, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9931, '2023-05-15 08:50:55', 9382, NULL, NULL, 'IPAY2023/05/9370', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9932, '2023-05-15 08:53:00', 9371, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '63.0000', NULL, 8, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9933, '2023-05-15 08:53:00', 9369, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '37.0000', NULL, 8, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9934, '2023-05-15 08:53:00', 9367, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '33.5000', NULL, 8, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9935, '2023-05-15 08:53:00', 9365, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '6.5000', NULL, 8, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9936, '2023-05-15 08:53:00', 9364, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '20.0000', NULL, 8, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9937, '2023-05-15 08:54:00', 9362, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '11.5000', NULL, 8, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9938, '2023-05-15 08:54:00', 9358, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '5.0000', NULL, 8, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9939, '2023-05-15 08:54:00', 9352, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '9.0000', NULL, 8, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9940, '2023-05-15 08:54:00', 9342, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '8.0000', NULL, 8, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9941, '2023-05-15 08:54:00', 9336, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '15.5000', NULL, 8, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9942, '2023-05-15 08:55:00', 9329, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '21.0000', NULL, 8, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9943, '2023-05-15 08:55:00', 9315, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '9.0000', NULL, 8, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9944, '2023-05-15 08:55:00', 9306, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '2.0000', NULL, 8, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9945, '2023-05-15 08:56:00', 9292, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '1.0000', NULL, 8, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9946, '2023-05-15 08:56:00', 9289, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '3.0000', NULL, 8, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9947, '2023-05-15 08:57:00', 9286, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '8.0000', NULL, 8, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9948, '2023-05-15 08:57:00', 9255, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '2.5000', NULL, 8, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9949, '2023-05-15 08:57:00', 9242, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '6.0000', NULL, 8, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9950, '2023-05-15 08:58:00', 9240, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', 'Visa', '16.0000', NULL, 8, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9951, '2023-05-15 16:55:00', NULL, NULL, 624, 'POP2023/05/0582', NULL, 'cash', '', '', '', '', '', 'Visa', '426.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9952, '2023-05-19 14:42:00', NULL, NULL, 625, 'POP2023/05/0583', NULL, 'cash', '', '', '', '', '', 'Visa', '325.2200', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9953, '2023-05-19 14:44:00', NULL, NULL, 626, 'POP2023/05/0584', NULL, 'cash', '', '', '', '', '', 'Visa', '200.1000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9954, '2023-05-19 14:49:00', NULL, NULL, 627, 'POP2023/05/0585', NULL, 'cash', '', '', '', '', '', 'Visa', '505.8800', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9955, '2023-05-19 14:49:00', NULL, NULL, 628, 'POP2023/05/0586', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9956, '2023-05-19 14:54:00', NULL, NULL, 629, 'POP2023/05/0587', NULL, 'cash', '', '', '', '', '', 'Visa', '256.6000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9957, '2023-05-19 15:07:18', 9383, NULL, NULL, 'IPAY2023/05/9371', NULL, 'cash', '', '', '', '', '', '', '89.0000', NULL, 7, NULL, 'received', '', '89.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9958, '2023-05-19 15:14:50', 9384, NULL, NULL, 'IPAY2023/05/9372', NULL, 'cash', '', '', '', '', '', '', '168.5000', NULL, 7, NULL, 'received', '', '168.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9959, '2023-05-19 15:32:25', 9385, NULL, NULL, 'IPAY2023/05/9373', NULL, 'cash', '', '', '', '', '', '', '136.0000', NULL, 7, NULL, 'received', '', '136.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9960, '2023-05-19 15:45:00', 9386, NULL, NULL, 'IPAY2023/05/9374', NULL, 'cash', '', '', '', '', '', '', '231.0000', NULL, 7, NULL, 'received', '', '231.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9961, '2023-05-19 15:58:33', 9387, NULL, NULL, 'IPAY2023/05/9375', NULL, 'cash', '', '', '', '', '', '', '176.5000', NULL, 7, NULL, 'received', '', '176.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9962, '2023-05-19 16:07:07', 9388, NULL, NULL, 'IPAY2023/05/9376', NULL, 'cash', '', '', '', '', '', '', '165.0000', NULL, 7, NULL, 'received', '', '165.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9963, '2023-05-19 16:20:51', 9389, NULL, NULL, 'IPAY2023/05/9377', NULL, 'cash', '', '', '', '', '', '', '249.0000', NULL, 7, NULL, 'received', '', '249.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9964, '2023-05-19 17:57:49', 9390, NULL, NULL, 'IPAY2023/05/9378', NULL, 'cash', '', '', '', '', '', '', '199.5000', NULL, 7, NULL, 'received', '', '199.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9965, '2023-05-19 18:04:25', 9391, NULL, NULL, 'IPAY2023/05/9379', NULL, 'cash', '', '', '', '', '', '', '159.0000', NULL, 7, NULL, 'received', '', '159.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9966, '2023-05-19 18:12:08', 9392, NULL, NULL, 'IPAY2023/05/9380', NULL, 'cash', '', '', '', '', '', '', '224.0000', NULL, 7, NULL, 'received', '', '224.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9967, '2023-05-19 18:19:38', 9393, NULL, NULL, 'IPAY2023/05/9381', NULL, 'cash', '', '', '', '', '', '', '214.0000', NULL, 7, NULL, 'received', '', '214.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9968, '2023-05-19 18:43:55', 9394, NULL, NULL, 'IPAY2023/05/9382', NULL, 'cash', '', '', '', '', '', '', '292.0000', NULL, 7, NULL, 'received', '', '292.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9969, '2023-05-19 18:54:09', 9395, NULL, NULL, 'IPAY2023/05/9383', NULL, 'cash', '', '', '', '', '', '', '177.0000', NULL, 7, NULL, 'received', '', '177.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9970, '2023-05-19 19:27:26', 9396, NULL, NULL, 'IPAY2023/05/9384', NULL, 'cash', '', '', '', '', '', '', '190.5000', NULL, 7, NULL, 'received', '', '190.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9971, '2023-05-19 19:33:03', 9397, NULL, NULL, 'IPAY2023/05/9385', NULL, 'cash', '', '', '', '', '', '', '204.0000', NULL, 7, NULL, 'received', '', '204.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9972, '2023-05-19 19:54:46', 9398, NULL, NULL, 'IPAY2023/05/9386', NULL, 'cash', '', '', '', '', '', '', '219.2500', NULL, 7, NULL, 'received', '', '219.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9973, '2023-05-20 07:21:19', 9399, NULL, NULL, 'IPAY2023/05/9387', NULL, 'cash', '', '', '', '', '', '', '173.0000', NULL, 7, NULL, 'received', '', '173.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9974, '2023-05-20 07:29:44', 9400, NULL, NULL, 'IPAY2023/05/9388', NULL, 'cash', '', '', '', '', '', '', '323.0000', NULL, 7, NULL, 'received', '', '323.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9975, '2023-05-20 07:40:39', 9401, NULL, NULL, 'IPAY2023/05/9389', NULL, 'cash', '', '', '', '', '', '', '237.0000', NULL, 7, NULL, 'received', '', '237.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9976, '2023-05-20 09:34:31', 9402, NULL, NULL, 'IPAY2023/05/9390', NULL, 'cash', '', '', '', '', '', '', '178.2500', NULL, 7, NULL, 'received', '', '178.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9977, '2023-05-20 10:55:47', 9403, NULL, NULL, 'IPAY2023/05/9391', NULL, 'cash', '', '', '', '', '', '', '36.5000', NULL, 7, NULL, 'received', '', '36.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9978, '2023-05-20 11:14:29', 9404, NULL, NULL, 'IPAY2023/05/9392', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9979, '2023-05-20 11:53:05', 9405, NULL, NULL, 'IPAY2023/05/9393', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9980, '2023-05-20 12:17:23', 9406, NULL, NULL, 'IPAY2023/05/9394', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9981, '2023-05-20 12:28:09', 9407, NULL, NULL, 'IPAY2023/05/9395', NULL, 'cash', '', '', '', '', '', '', '70.0000', NULL, 7, NULL, 'received', '', '70.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9982, '2023-05-20 12:37:11', 9408, NULL, NULL, 'IPAY2023/05/9396', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9983, '2023-05-20 13:31:47', 9409, NULL, NULL, 'IPAY2023/05/9397', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9984, '2023-05-20 14:15:08', 9410, NULL, NULL, 'IPAY2023/05/9398', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9985, '2023-05-20 14:16:52', 9411, NULL, NULL, 'IPAY2023/05/9399', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9986, '2023-05-20 14:22:19', 9412, NULL, NULL, 'IPAY2023/05/9400', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9987, '2023-05-20 14:37:40', 9413, NULL, NULL, 'IPAY2023/05/9401', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '38.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9988, '2023-05-20 14:39:58', 9414, NULL, NULL, 'IPAY2023/05/9402', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9989, '2023-05-20 15:02:55', 9415, NULL, NULL, 'IPAY2023/05/9403', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9990, '2023-05-20 15:59:14', 9416, NULL, NULL, 'IPAY2023/05/9404', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9991, '2023-05-20 16:44:45', 9417, NULL, NULL, 'IPAY2023/05/9405', NULL, 'cash', '', '', '', '', '', '', '55.5000', NULL, 7, NULL, 'received', '', '55.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9992, '2023-05-20 16:54:07', 9418, NULL, NULL, 'IPAY2023/05/9406', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9993, '2023-05-20 17:20:04', 9419, NULL, NULL, 'IPAY2023/05/9407', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9994, '2023-05-20 17:31:01', 9420, NULL, NULL, 'IPAY2023/05/9408', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9995, '2023-05-20 17:59:14', 9421, NULL, NULL, 'IPAY2023/05/9409', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9996, '2023-05-20 18:07:36', 9422, NULL, NULL, 'IPAY2023/05/9410', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9997, '2023-05-20 18:14:37', 9423, NULL, NULL, 'IPAY2023/05/9411', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9998, '2023-05-20 18:23:34', 9424, NULL, NULL, 'IPAY2023/05/9412', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (9999, '2023-05-20 19:09:37', 9425, NULL, NULL, 'IPAY2023/05/9413', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10000, '2023-05-20 19:12:23', 9426, NULL, NULL, 'IPAY2023/05/9414', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10001, '2023-05-20 19:16:46', 9427, NULL, NULL, 'IPAY2023/05/9415', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10002, '2023-05-20 19:20:20', 9428, NULL, NULL, 'IPAY2023/05/9416', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10003, '2023-05-20 19:51:13', 9429, NULL, NULL, 'IPAY2023/05/9417', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10004, '2023-05-20 20:00:53', 9430, NULL, NULL, 'IPAY2023/05/9418', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10005, '2023-05-21 05:49:34', 9431, NULL, NULL, 'IPAY2023/05/9419', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10006, '2023-05-21 07:16:47', 9432, NULL, NULL, 'IPAY2023/05/9420', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10007, '2023-05-21 07:26:26', 9433, NULL, NULL, 'IPAY2023/05/9421', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10008, '2023-05-21 08:07:39', 9434, NULL, NULL, 'IPAY2023/05/9422', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10009, '2023-05-21 09:31:27', 9435, NULL, NULL, 'IPAY2023/05/9423', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10010, '2023-05-21 09:35:55', 9436, NULL, NULL, 'IPAY2023/05/9424', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10011, '2023-05-21 10:29:08', 9437, NULL, NULL, 'IPAY2023/05/9425', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10012, '2023-05-21 11:02:45', 9438, NULL, NULL, 'IPAY2023/05/9426', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10013, '2023-05-21 11:13:53', 9439, NULL, NULL, 'IPAY2023/05/9427', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10014, '2023-05-21 11:36:39', 9440, NULL, NULL, 'IPAY2023/05/9428', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10015, '2023-05-21 11:55:51', 9441, NULL, NULL, 'IPAY2023/05/9429', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10016, '2023-05-21 12:13:09', 9442, NULL, NULL, 'IPAY2023/05/9430', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10017, '2023-05-21 12:16:11', 9443, NULL, NULL, 'IPAY2023/05/9431', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10018, '2023-05-21 12:43:28', 9444, NULL, NULL, 'IPAY2023/05/9432', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10019, '2023-05-21 13:03:09', 9445, NULL, NULL, 'IPAY2023/05/9433', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10020, '2023-05-21 13:18:09', 9446, NULL, NULL, 'IPAY2023/05/9434', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10021, '2023-05-21 13:42:50', 9447, NULL, NULL, 'IPAY2023/05/9435', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10022, '2023-05-21 13:55:15', 9448, NULL, NULL, 'IPAY2023/05/9436', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10023, '2023-05-21 14:10:26', 9449, NULL, NULL, 'IPAY2023/05/9437', NULL, 'cash', '', '', '', '', '', '', '45.5000', NULL, 7, NULL, 'received', '', '45.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10024, '2023-05-21 14:10:41', 9450, NULL, NULL, 'IPAY2023/05/9438', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10025, '2023-05-21 14:39:36', 9451, NULL, NULL, 'IPAY2023/05/9439', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10026, '2023-05-21 14:40:03', 9452, NULL, NULL, 'IPAY2023/05/9440', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10027, '2023-05-21 14:49:40', 9453, NULL, NULL, 'IPAY2023/05/9441', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10028, '2023-05-21 15:02:52', 9454, NULL, NULL, 'IPAY2023/05/9442', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10029, '2023-05-21 15:03:50', 9455, NULL, NULL, 'IPAY2023/05/9443', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10030, '2023-05-21 15:06:23', 9456, NULL, NULL, 'IPAY2023/05/9444', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10031, '2023-05-21 15:11:59', 9457, NULL, NULL, 'IPAY2023/05/9445', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10032, '2023-05-21 15:16:50', 9458, NULL, NULL, 'IPAY2023/05/9446', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10033, '2023-05-21 15:18:37', 9459, NULL, NULL, 'IPAY2023/05/9447', NULL, 'cash', '', '', '', '', '', '', '82.5000', NULL, 7, NULL, 'received', '', '82.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10034, '2023-05-21 15:19:39', 9460, NULL, NULL, 'IPAY2023/05/9448', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10035, '2023-05-21 15:21:17', 9461, NULL, NULL, 'IPAY2023/05/9449', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10036, '2023-05-21 15:22:28', 9462, NULL, NULL, 'IPAY2023/05/9450', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10037, '2023-05-21 15:24:21', 9463, NULL, NULL, 'IPAY2023/05/9451', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10038, '2023-05-21 15:25:47', 9464, NULL, NULL, 'IPAY2023/05/9452', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10039, '2023-05-21 15:48:17', 9465, NULL, NULL, 'IPAY2023/05/9453', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10040, '2023-05-21 15:50:01', 9466, NULL, NULL, 'IPAY2023/05/9454', NULL, 'cash', '', '', '', '', '', '', '53.5000', NULL, 7, NULL, 'received', '', '53.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10041, '2023-05-21 15:51:06', 9467, NULL, NULL, 'IPAY2023/05/9455', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10042, '2023-05-21 15:51:48', 9468, NULL, NULL, 'IPAY2023/05/9456', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10043, '2023-05-21 15:57:33', 9469, NULL, NULL, 'IPAY2023/05/9457', NULL, 'cash', '', '', '', '', '', '', '172.0000', NULL, 7, NULL, 'received', '', '172.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10044, '2023-05-21 15:59:27', 9470, NULL, NULL, 'IPAY2023/05/9458', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10045, '2023-05-21 16:01:41', 9471, NULL, NULL, 'IPAY2023/05/9459', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10046, '2023-05-21 16:03:00', 9472, NULL, NULL, 'IPAY2023/05/9460', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10047, '2023-05-21 16:04:45', 9473, NULL, NULL, 'IPAY2023/05/9461', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10048, '2023-05-21 16:06:33', 9474, NULL, NULL, 'IPAY2023/05/9462', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10049, '2023-05-21 16:27:47', 9475, NULL, NULL, 'IPAY2023/05/9463', NULL, 'cash', '', '', '', '', '', '', '280.5000', NULL, 7, NULL, 'received', '', '280.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10050, '2023-05-21 16:28:32', 9476, NULL, NULL, 'IPAY2023/05/9464', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10051, '2023-05-21 16:35:29', 9477, NULL, NULL, 'IPAY2023/05/9465', NULL, 'cash', '', '', '', '', '', '', '82.0000', NULL, 7, NULL, 'received', '', '82.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10052, '2023-05-21 16:37:39', 9478, NULL, NULL, 'IPAY2023/05/9466', NULL, 'cash', '', '', '', '', '', '', '89.0000', NULL, 7, NULL, 'received', '', '89.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10053, '2023-05-21 16:43:02', 9479, NULL, NULL, 'IPAY2023/05/9467', NULL, 'cash', '', '', '', '', '', '', '82.5000', NULL, 7, NULL, 'received', '', '82.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10054, '2023-05-21 17:31:33', 9480, NULL, NULL, 'IPAY2023/05/9468', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10055, '2023-05-21 17:38:19', 9481, NULL, NULL, 'IPAY2023/05/9469', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10056, '2023-05-21 17:39:30', 9482, NULL, NULL, 'IPAY2023/05/9470', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10057, '2023-05-21 17:44:39', 9483, NULL, NULL, 'IPAY2023/05/9471', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10058, '2023-05-21 17:52:30', 9484, NULL, NULL, 'IPAY2023/05/9472', NULL, 'cash', '', '', '', '', '', '', '53.5000', NULL, 7, NULL, 'received', '', '53.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10059, '2023-05-21 17:54:19', 9485, NULL, NULL, 'IPAY2023/05/9473', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10060, '2023-05-21 17:55:23', 9486, NULL, NULL, 'IPAY2023/05/9474', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10061, '2023-05-21 17:56:14', 9487, NULL, NULL, 'IPAY2023/05/9475', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10062, '2023-05-21 17:57:19', 9488, NULL, NULL, 'IPAY2023/05/9476', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10063, '2023-05-21 17:58:46', 9489, NULL, NULL, 'IPAY2023/05/9477', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10064, '2023-05-21 18:05:01', 9490, NULL, NULL, 'IPAY2023/05/9478', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10065, '2023-05-21 18:07:09', 9491, NULL, NULL, 'IPAY2023/05/9479', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10066, '2023-05-21 18:21:23', 9492, NULL, NULL, 'IPAY2023/05/9480', NULL, 'cash', '', '', '', '', '', '', '426.7500', NULL, 7, NULL, 'received', '', '426.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10067, '2023-05-21 18:28:01', 9493, NULL, NULL, 'IPAY2023/05/9481', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10068, '2023-05-21 18:31:58', 9494, NULL, NULL, 'IPAY2023/05/9482', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10069, '2023-05-21 18:44:32', 9495, NULL, NULL, 'IPAY2023/05/9483', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10070, '2023-05-21 19:30:11', 9496, NULL, NULL, 'IPAY2023/05/9484', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10071, '2023-05-22 06:28:10', 9497, NULL, NULL, 'IPAY2023/05/9485', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10072, '2023-05-22 06:58:54', 9498, NULL, NULL, 'IPAY2023/05/9486', NULL, 'cash', '', '', '', '', '', '', '92.5000', NULL, 7, NULL, 'received', '', '92.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10073, '2023-05-22 07:04:59', 9499, NULL, NULL, 'IPAY2023/05/9487', NULL, 'cash', '', '', '', '', '', '', '156.0000', NULL, 7, NULL, 'received', '', '156.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10074, '2023-05-22 07:07:15', 9500, NULL, NULL, 'IPAY2023/05/9488', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10075, '2023-05-22 07:09:00', 9501, NULL, NULL, 'IPAY2023/05/9489', NULL, 'cash', '', '', '', '', '', '', '124.5000', NULL, 7, NULL, 'received', '', '124.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10076, '2023-05-22 07:10:17', 9502, NULL, NULL, 'IPAY2023/05/9490', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10077, '2023-05-22 07:11:52', 9503, NULL, NULL, 'IPAY2023/05/9491', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '37.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10078, '2023-05-22 07:15:16', 9504, NULL, NULL, 'IPAY2023/05/9492', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10079, '2023-05-22 07:27:32', 9505, NULL, NULL, 'IPAY2023/05/9493', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10080, '2023-05-22 07:38:35', 9506, NULL, NULL, 'IPAY2023/05/9494', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '100.0000', '94.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10081, '2023-05-22 07:46:32', 9507, NULL, NULL, 'IPAY2023/05/9495', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10082, '2023-05-22 07:52:18', 9508, NULL, NULL, 'IPAY2023/05/9496', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10083, '2023-05-22 08:00:47', 9509, NULL, NULL, 'IPAY2023/05/9497', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10084, '2023-05-22 08:05:25', 9510, NULL, NULL, 'IPAY2023/05/9498', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '20.0000', '8.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10085, '2023-05-22 08:24:59', 9511, NULL, NULL, 'IPAY2023/05/9499', NULL, 'cash', '', '', '', '', '', '', '105.0000', NULL, 7, NULL, 'received', '', '105.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10086, '2023-05-22 08:27:34', 9512, NULL, NULL, 'IPAY2023/05/9500', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10087, '2023-05-22 08:29:06', 9513, NULL, NULL, 'IPAY2023/05/9501', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10088, '2023-05-22 08:29:41', 9514, NULL, NULL, 'IPAY2023/05/9502', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10089, '2023-05-22 08:31:24', 9515, NULL, NULL, 'IPAY2023/05/9503', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10090, '2023-05-22 08:34:08', 9516, NULL, NULL, 'IPAY2023/05/9504', NULL, 'cash', '', '', '', '', '', '', '150.0000', NULL, 7, NULL, 'received', '', '150.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10091, '2023-05-22 10:14:46', 9517, NULL, NULL, 'IPAY2023/05/9505', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10092, '2023-05-22 10:18:40', 9518, NULL, NULL, 'IPAY2023/05/9506', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10093, '2023-05-22 10:41:38', 9519, NULL, NULL, 'IPAY2023/05/9507', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10094, '2023-05-22 11:13:30', 9520, NULL, NULL, 'IPAY2023/05/9508', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10095, '2023-05-22 11:15:00', NULL, NULL, 632, 'POP2023/05/0588', NULL, 'cash', '', '', '', '', '', 'Visa', '365.2188', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10096, '2023-05-22 11:16:00', NULL, NULL, 631, 'POP2023/05/0589', NULL, 'cash', '', '', '', '', '', 'Visa', '1310.1600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10097, '2023-05-22 11:16:00', NULL, NULL, 630, 'POP2023/05/0590', NULL, 'cash', '', '', '', '', '', 'Visa', '555.4000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10098, '2023-05-22 11:24:50', 9521, NULL, NULL, 'IPAY2023/05/9509', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10099, '2023-05-22 11:53:00', 9522, NULL, NULL, 'IPAY2023/05/9510', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10100, '2023-05-22 12:13:28', 9523, NULL, NULL, 'IPAY2023/05/9511', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10101, '2023-05-22 12:22:55', 9524, NULL, NULL, 'IPAY2023/05/9512', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10102, '2023-05-22 12:23:36', 9525, NULL, NULL, 'IPAY2023/05/9513', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10103, '2023-05-22 12:33:54', 9526, NULL, NULL, 'IPAY2023/05/9514', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10104, '2023-05-22 12:49:41', 9527, NULL, NULL, 'IPAY2023/05/9515', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10105, '2023-05-22 13:11:53', 9528, NULL, NULL, 'IPAY2023/05/9516', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10106, '2023-05-22 13:36:24', 9529, NULL, NULL, 'IPAY2023/05/9517', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10107, '2023-05-22 14:29:00', 9530, NULL, NULL, 'IPAY2023/05/9518', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10108, '2023-05-22 14:29:23', 9531, NULL, NULL, 'IPAY2023/05/9519', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10109, '2023-05-22 14:49:13', 9532, NULL, NULL, 'IPAY2023/05/9520', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10110, '2023-05-22 14:54:58', 9533, NULL, NULL, 'IPAY2023/05/9521', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10111, '2023-05-22 14:55:00', NULL, NULL, 633, 'POP2023/05/0591', NULL, 'cash', '', '', '', '', '', 'Visa', '2483.8300', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10112, '2023-05-22 15:29:10', 9534, NULL, NULL, 'IPAY2023/05/9522', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10113, '2023-05-22 16:31:40', 9535, NULL, NULL, 'IPAY2023/05/9523', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10114, '2023-05-22 17:15:52', 9536, NULL, NULL, 'IPAY2023/05/9524', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10115, '2023-05-22 17:40:47', 9537, NULL, NULL, 'IPAY2023/05/9525', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10116, '2023-05-22 17:47:53', 9538, NULL, NULL, 'IPAY2023/05/9526', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10117, '2023-05-22 17:54:21', 9539, NULL, NULL, 'IPAY2023/05/9527', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10118, '2023-05-22 18:04:33', 9540, NULL, NULL, 'IPAY2023/05/9528', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10119, '2023-05-22 19:54:30', 9541, NULL, NULL, 'IPAY2023/05/9529', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10120, '2023-05-23 06:22:10', 9542, NULL, NULL, 'IPAY2023/05/9530', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10121, '2023-05-23 06:36:35', 9543, NULL, NULL, 'IPAY2023/05/9531', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10122, '2023-05-23 06:52:24', 9544, NULL, NULL, 'IPAY2023/05/9532', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10123, '2023-05-23 06:58:22', 9545, NULL, NULL, 'IPAY2023/05/9533', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10124, '2023-05-23 07:12:08', 9546, NULL, NULL, 'IPAY2023/05/9534', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10125, '2023-05-23 07:16:19', 9547, NULL, NULL, 'IPAY2023/05/9535', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10126, '2023-05-23 07:17:48', 9548, NULL, NULL, 'IPAY2023/05/9536', NULL, 'cash', '', '', '', '', '', '', '64.5000', NULL, 7, NULL, 'received', '', '64.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10127, '2023-05-23 07:19:31', 9549, NULL, NULL, 'IPAY2023/05/9537', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10128, '2023-05-23 07:20:23', 9550, NULL, NULL, 'IPAY2023/05/9538', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10129, '2023-05-23 07:21:48', 9551, NULL, NULL, 'IPAY2023/05/9539', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10130, '2023-05-23 07:23:34', 9552, NULL, NULL, 'IPAY2023/05/9540', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10131, '2023-05-23 07:37:22', 9553, NULL, NULL, 'IPAY2023/05/9541', NULL, 'cash', '', '', '', '', '', '', '79.0000', NULL, 7, NULL, 'received', '', '79.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10132, '2023-05-23 07:52:52', 9554, NULL, NULL, 'IPAY2023/05/9542', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10133, '2023-05-23 09:19:05', 9555, NULL, NULL, 'IPAY2023/05/9543', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10134, '2023-05-23 09:29:43', 9556, NULL, NULL, 'IPAY2023/05/9544', NULL, 'cash', '', '', '', '', '', '', '93.0000', NULL, 7, NULL, 'received', '', '93.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10135, '2023-05-23 09:33:50', 9557, NULL, NULL, 'IPAY2023/05/9545', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10136, '2023-05-23 10:01:08', 9558, NULL, NULL, 'IPAY2023/05/9546', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10137, '2023-05-23 10:12:08', 9559, NULL, NULL, 'IPAY2023/05/9547', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10138, '2023-05-23 10:38:36', 9560, NULL, NULL, 'IPAY2023/05/9548', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10139, '2023-05-23 10:53:00', NULL, NULL, 634, 'POP2023/05/0592', NULL, 'cash', '', '', '', '', '', 'Visa', '613.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10140, '2023-05-23 11:38:17', 9561, NULL, NULL, 'IPAY2023/05/9549', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10141, '2023-05-23 11:49:22', 9562, NULL, NULL, 'IPAY2023/05/9550', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10142, '2023-05-23 13:24:53', 9563, NULL, NULL, 'IPAY2023/05/9551', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10143, '2023-05-23 14:52:34', 9564, NULL, NULL, 'IPAY2023/05/9552', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10144, '2023-05-23 16:32:13', 9565, NULL, NULL, 'IPAY2023/05/9553', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10145, '2023-05-23 17:28:35', 9566, NULL, NULL, 'IPAY2023/05/9554', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10146, '2023-05-23 17:50:06', 9567, NULL, NULL, 'IPAY2023/05/9555', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10147, '2023-05-23 17:56:29', 9568, NULL, NULL, 'IPAY2023/05/9556', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10148, '2023-05-23 18:15:10', 9569, NULL, NULL, 'IPAY2023/05/9557', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10149, '2023-05-23 18:45:05', 9570, NULL, NULL, 'IPAY2023/05/9558', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10150, '2023-05-23 18:46:46', 9571, NULL, NULL, 'IPAY2023/05/9559', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10151, '2023-05-23 19:13:10', 9572, NULL, NULL, 'IPAY2023/05/9560', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10152, '2023-05-23 19:43:36', 9573, NULL, NULL, 'IPAY2023/05/9561', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10153, '2023-05-24 05:33:17', 9574, NULL, NULL, 'IPAY2023/05/9562', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10154, '2023-05-24 06:32:28', 9575, NULL, NULL, 'IPAY2023/05/9563', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10155, '2023-05-24 06:38:14', 9576, NULL, NULL, 'IPAY2023/05/9564', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10156, '2023-05-24 07:02:03', 9577, NULL, NULL, 'IPAY2023/05/9565', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10157, '2023-05-24 07:06:14', 9578, NULL, NULL, 'IPAY2023/05/9566', NULL, 'cash', '', '', '', '', '', '', '436.0000', NULL, 7, NULL, 'received', '', '436.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10158, '2023-05-24 07:09:30', 9579, NULL, NULL, 'IPAY2023/05/9567', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10159, '2023-05-24 07:13:14', 9580, NULL, NULL, 'IPAY2023/05/9568', NULL, 'cash', '', '', '', '', '', '', '49.2500', NULL, 7, NULL, 'received', '', '49.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10160, '2023-05-24 07:13:51', 9581, NULL, NULL, 'IPAY2023/05/9569', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10161, '2023-05-24 07:14:40', 9582, NULL, NULL, 'IPAY2023/05/9570', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10162, '2023-05-24 07:16:27', 9583, NULL, NULL, 'IPAY2023/05/9571', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10163, '2023-05-24 07:53:53', 9584, NULL, NULL, 'IPAY2023/05/9572', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10164, '2023-05-24 07:59:16', 9585, NULL, NULL, 'IPAY2023/05/9573', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10165, '2023-05-24 08:15:11', 9586, NULL, NULL, 'IPAY2023/05/9574', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10166, '2023-05-24 09:01:10', 9587, NULL, NULL, 'IPAY2023/05/9575', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10167, '2023-05-24 09:16:09', 9588, NULL, NULL, 'IPAY2023/05/9576', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10168, '2023-05-24 09:16:21', 9589, NULL, NULL, 'IPAY2023/05/9577', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10169, '2023-05-24 10:03:50', 9590, NULL, NULL, 'IPAY2023/05/9578', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10170, '2023-05-24 10:22:29', 9591, NULL, NULL, 'IPAY2023/05/9579', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10171, '2023-05-24 10:36:51', 9592, NULL, NULL, 'IPAY2023/05/9580', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10172, '2023-05-24 10:57:10', 9593, NULL, NULL, 'IPAY2023/05/9581', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10173, '2023-05-24 12:05:30', 9594, NULL, NULL, 'IPAY2023/05/9582', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10174, '2023-05-24 12:31:58', 9595, NULL, NULL, 'IPAY2023/05/9583', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10175, '2023-05-24 12:53:49', 9596, NULL, NULL, 'IPAY2023/05/9584', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10176, '2023-05-24 14:22:49', 9597, NULL, NULL, 'IPAY2023/05/9585', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10177, '2023-05-24 14:30:11', 9598, NULL, NULL, 'IPAY2023/05/9586', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10178, '2023-05-24 14:36:10', 9599, NULL, NULL, 'IPAY2023/05/9587', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10179, '2023-05-24 14:38:24', 9600, NULL, NULL, 'IPAY2023/05/9588', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10180, '2023-05-24 14:44:39', 9601, NULL, NULL, 'IPAY2023/05/9589', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10181, '2023-05-24 14:50:40', 9602, NULL, NULL, 'IPAY2023/05/9590', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10182, '2023-05-24 15:06:55', 9603, NULL, NULL, 'IPAY2023/05/9591', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10183, '2023-05-24 15:22:05', 9604, NULL, NULL, 'IPAY2023/05/9592', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10184, '2023-05-24 15:34:18', 9605, NULL, NULL, 'IPAY2023/05/9593', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10185, '2023-05-24 15:37:06', 9606, NULL, NULL, 'IPAY2023/05/9594', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10186, '2023-05-24 16:25:42', 9607, NULL, NULL, 'IPAY2023/05/9595', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10187, '2023-05-24 16:39:10', 9608, NULL, NULL, 'IPAY2023/05/9596', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10188, '2023-05-24 16:52:28', 9609, NULL, NULL, 'IPAY2023/05/9597', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10189, '2023-05-24 16:52:44', 9610, NULL, NULL, 'IPAY2023/05/9598', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10190, '2023-05-24 17:10:46', 9611, NULL, NULL, 'IPAY2023/05/9599', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10191, '2023-05-24 17:17:38', 9612, NULL, NULL, 'IPAY2023/05/9600', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10192, '2023-05-24 17:21:07', 9613, NULL, NULL, 'IPAY2023/05/9601', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10193, '2023-05-24 17:32:47', 9614, NULL, NULL, 'IPAY2023/05/9602', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10194, '2023-05-24 17:36:26', 9615, NULL, NULL, 'IPAY2023/05/9603', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10195, '2023-05-24 17:38:36', 9616, NULL, NULL, 'IPAY2023/05/9604', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10196, '2023-05-24 17:50:10', 9617, NULL, NULL, 'IPAY2023/05/9605', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10197, '2023-05-24 17:50:30', 9618, NULL, NULL, 'IPAY2023/05/9606', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10198, '2023-05-24 17:50:48', 9619, NULL, NULL, 'IPAY2023/05/9607', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10199, '2023-05-24 17:53:14', 9620, NULL, NULL, 'IPAY2023/05/9608', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10200, '2023-05-24 18:05:09', 9621, NULL, NULL, 'IPAY2023/05/9609', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10201, '2023-05-24 18:10:13', 9622, NULL, NULL, 'IPAY2023/05/9610', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10202, '2023-05-24 18:25:07', 9623, NULL, NULL, 'IPAY2023/05/9611', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10203, '2023-05-24 18:25:56', 9624, NULL, NULL, 'IPAY2023/05/9612', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10204, '2023-05-24 18:28:22', 9625, NULL, NULL, 'IPAY2023/05/9613', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10205, '2023-05-24 18:36:38', 9626, NULL, NULL, 'IPAY2023/05/9614', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10206, '2023-05-24 18:53:29', 9627, NULL, NULL, 'IPAY2023/05/9615', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10207, '2023-05-24 18:57:10', 9628, NULL, NULL, 'IPAY2023/05/9616', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10208, '2023-05-24 19:04:09', 9629, NULL, NULL, 'IPAY2023/05/9617', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10209, '2023-05-24 19:14:35', 9630, NULL, NULL, 'IPAY2023/05/9618', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10210, '2023-05-24 19:54:03', 9631, NULL, NULL, 'IPAY2023/05/9619', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10211, '2023-05-25 06:19:18', 9632, NULL, NULL, 'IPAY2023/05/9620', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10212, '2023-05-25 06:34:33', 9633, NULL, NULL, 'IPAY2023/05/9621', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10213, '2023-05-25 06:34:50', 9634, NULL, NULL, 'IPAY2023/05/9622', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10214, '2023-05-25 06:37:45', 9635, NULL, NULL, 'IPAY2023/05/9623', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10215, '2023-05-25 06:49:34', 9636, NULL, NULL, 'IPAY2023/05/9624', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10216, '2023-05-25 07:30:14', 9637, NULL, NULL, 'IPAY2023/05/9625', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10217, '2023-05-25 07:31:07', 9638, NULL, NULL, 'IPAY2023/05/9626', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10218, '2023-05-25 07:37:30', 9639, NULL, NULL, 'IPAY2023/05/9627', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10219, '2023-05-25 08:15:43', 9640, NULL, NULL, 'IPAY2023/05/9628', NULL, 'cash', '', '', '', '', '', '', '116.5000', NULL, 7, NULL, 'received', '', '116.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10220, '2023-05-25 08:16:52', 9641, NULL, NULL, 'IPAY2023/05/9629', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10221, '2023-05-25 08:20:00', 9642, NULL, NULL, 'IPAY2023/05/9630', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10222, '2023-05-25 08:56:32', 9643, NULL, NULL, 'IPAY2023/05/9631', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10223, '2023-05-25 10:00:28', 9644, NULL, NULL, 'IPAY2023/05/9632', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10224, '2023-05-25 10:02:08', 9645, NULL, NULL, 'IPAY2023/05/9633', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10225, '2023-05-25 10:57:37', 9646, NULL, NULL, 'IPAY2023/05/9634', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10226, '2023-05-25 11:08:17', 9647, NULL, NULL, 'IPAY2023/05/9635', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10227, '2023-05-25 11:13:00', 9648, NULL, NULL, 'IPAY2023/05/9636', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10228, '2023-05-25 11:37:16', 9649, NULL, NULL, 'IPAY2023/05/9637', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10229, '2023-05-25 13:06:15', 9650, NULL, NULL, 'IPAY2023/05/9638', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10230, '2023-05-25 13:54:36', 9651, NULL, NULL, 'IPAY2023/05/9639', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10231, '2023-05-25 14:10:04', 9652, NULL, NULL, 'IPAY2023/05/9640', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10232, '2023-05-25 15:24:44', 9653, NULL, NULL, 'IPAY2023/05/9641', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10233, '2023-05-25 15:41:39', 9654, NULL, NULL, 'IPAY2023/05/9642', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10234, '2023-05-25 16:10:31', 9655, NULL, NULL, 'IPAY2023/05/9643', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10235, '2023-05-25 16:34:42', 9656, NULL, NULL, 'IPAY2023/05/9644', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10236, '2023-05-25 16:54:00', NULL, NULL, 635, 'POP2023/05/0593', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10237, '2023-05-25 17:41:51', 9657, NULL, NULL, 'IPAY2023/05/9645', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10238, '2023-05-25 18:02:14', 9658, NULL, NULL, 'IPAY2023/05/9646', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10239, '2023-05-25 18:18:15', 9659, NULL, NULL, 'IPAY2023/05/9647', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10240, '2023-05-25 18:26:49', 9660, NULL, NULL, 'IPAY2023/05/9648', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10241, '2023-05-25 18:27:28', 9661, NULL, NULL, 'IPAY2023/05/9649', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10242, '2023-05-25 18:39:33', 9662, NULL, NULL, 'IPAY2023/05/9650', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10243, '2023-05-26 06:00:51', 9663, NULL, NULL, 'IPAY2023/05/9651', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10244, '2023-05-26 07:06:16', 9664, NULL, NULL, 'IPAY2023/05/9652', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10245, '2023-05-26 07:45:45', 9665, NULL, NULL, 'IPAY2023/05/9653', NULL, 'cash', '', '', '', '', '', '', '39.7500', NULL, 7, NULL, 'received', '', '39.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10246, '2023-05-26 07:52:26', 9666, NULL, NULL, 'IPAY2023/05/9654', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10247, '2023-05-26 07:54:09', 9667, NULL, NULL, 'IPAY2023/05/9655', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10248, '2023-05-26 08:00:20', 9668, NULL, NULL, 'IPAY2023/05/9656', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10249, '2023-05-26 08:01:09', 9669, NULL, NULL, 'IPAY2023/05/9657', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10250, '2023-05-26 08:03:14', 9670, NULL, NULL, 'IPAY2023/05/9658', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10251, '2023-05-26 08:04:50', 9671, NULL, NULL, 'IPAY2023/05/9659', NULL, 'cash', '', '', '', '', '', '', '170.0000', NULL, 7, NULL, 'received', '', '170.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10252, '2023-05-26 08:07:32', 9672, NULL, NULL, 'IPAY2023/05/9660', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10253, '2023-05-26 08:30:54', 9673, NULL, NULL, 'IPAY2023/05/9661', NULL, 'cash', '', '', '', '', '', '', '2.4000', NULL, 7, NULL, 'received', '', '2.4000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10254, '2023-05-26 08:31:51', 9674, NULL, NULL, 'IPAY2023/05/9662', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10255, '2023-05-26 08:43:36', 9675, NULL, NULL, 'IPAY2023/05/9663', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10256, '2023-05-26 09:49:13', 9676, NULL, NULL, 'IPAY2023/05/9664', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10257, '2023-05-26 10:12:25', 9677, NULL, NULL, 'IPAY2023/05/9665', NULL, 'cash', '', '', '', '', '', '', '108.5000', NULL, 7, NULL, 'received', '', '108.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10258, '2023-05-26 10:17:30', 9678, NULL, NULL, 'IPAY2023/05/9666', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10259, '2023-05-26 10:19:33', 9679, NULL, NULL, 'IPAY2023/05/9667', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10260, '2023-05-26 11:31:02', 9680, NULL, NULL, 'IPAY2023/05/9668', NULL, 'cash', '', '', '', '', '', '', '149.5000', NULL, 7, NULL, 'received', '', '149.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10261, '2023-05-26 11:45:56', 9681, NULL, NULL, 'IPAY2023/05/9669', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10262, '2023-05-26 11:46:18', 9682, NULL, NULL, 'IPAY2023/05/9670', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10263, '2023-05-26 12:14:04', 9683, NULL, NULL, 'IPAY2023/05/9671', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10264, '2023-05-26 12:21:43', 9684, NULL, NULL, 'IPAY2023/05/9672', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10265, '2023-05-26 13:20:00', 9685, NULL, NULL, 'IPAY2023/05/9673', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10266, '2023-05-26 13:41:25', 9686, NULL, NULL, 'IPAY2023/05/9674', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10267, '2023-05-26 13:57:03', 9687, NULL, NULL, 'IPAY2023/05/9675', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10268, '2023-05-26 14:14:31', 9688, NULL, NULL, 'IPAY2023/05/9676', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10269, '2023-05-26 15:21:14', 9689, NULL, NULL, 'IPAY2023/05/9677', NULL, 'cash', '', '', '', '', '', '', '143.5000', NULL, 7, NULL, 'received', '', '143.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10270, '2023-05-26 15:23:55', 9690, NULL, NULL, 'IPAY2023/05/9678', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10271, '2023-05-26 15:31:38', 9691, NULL, NULL, 'IPAY2023/05/9679', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10272, '2023-05-26 15:33:54', 9692, NULL, NULL, 'IPAY2023/05/9680', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10273, '2023-05-26 15:38:38', 9693, NULL, NULL, 'IPAY2023/05/9681', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10274, '2023-05-26 16:07:45', 9694, NULL, NULL, 'IPAY2023/05/9682', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '50.0000', '26.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10275, '2023-05-26 16:53:35', 9695, NULL, NULL, 'IPAY2023/05/9683', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10276, '2023-05-26 17:09:51', 9696, NULL, NULL, 'IPAY2023/05/9684', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10277, '2023-05-26 17:17:06', 9697, NULL, NULL, 'IPAY2023/05/9685', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10278, '2023-05-26 17:28:09', 9698, NULL, NULL, 'IPAY2023/05/9686', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10279, '2023-05-26 18:02:26', 9699, NULL, NULL, 'IPAY2023/05/9687', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10280, '2023-05-26 18:14:08', 9700, NULL, NULL, 'IPAY2023/05/9688', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10281, '2023-05-26 18:27:59', 9701, NULL, NULL, 'IPAY2023/05/9689', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10282, '2023-05-26 18:29:49', 9702, NULL, NULL, 'IPAY2023/05/9690', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '50.0000', '32.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10283, '2023-05-26 19:13:57', 9703, NULL, NULL, 'IPAY2023/05/9691', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10284, '2023-05-26 19:30:21', 9704, NULL, NULL, 'IPAY2023/05/9692', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10285, '2023-05-26 19:39:31', 9705, NULL, NULL, 'IPAY2023/05/9693', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10286, '2023-05-26 19:39:56', 9706, NULL, NULL, 'IPAY2023/05/9694', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10287, '2023-05-27 07:07:25', 9707, NULL, NULL, 'IPAY2023/05/9695', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10288, '2023-05-27 08:18:41', 9708, NULL, NULL, 'IPAY2023/05/9696', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10289, '2023-05-27 08:49:04', 9709, NULL, NULL, 'IPAY2023/05/9697', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10290, '2023-05-27 09:46:43', 9710, NULL, NULL, 'IPAY2023/05/9698', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10291, '2023-05-27 10:02:07', 9711, NULL, NULL, 'IPAY2023/05/9699', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10292, '2023-05-27 10:50:45', 9712, NULL, NULL, 'IPAY2023/05/9700', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10293, '2023-05-27 11:37:01', 9713, NULL, NULL, 'IPAY2023/05/9701', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '100.0000', '46.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10294, '2023-05-27 11:55:37', 9714, NULL, NULL, 'IPAY2023/05/9702', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10295, '2023-05-27 12:02:11', 9715, NULL, NULL, 'IPAY2023/05/9703', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10296, '2023-05-27 14:57:09', 9716, NULL, NULL, 'IPAY2023/05/9704', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10297, '2023-05-27 15:07:53', 9717, NULL, NULL, 'IPAY2023/05/9705', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10298, '2023-05-27 15:45:59', 9718, NULL, NULL, 'IPAY2023/05/9706', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10299, '2023-05-27 15:57:27', 9719, NULL, NULL, 'IPAY2023/05/9707', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10300, '2023-05-27 16:07:50', 9720, NULL, NULL, 'IPAY2023/05/9708', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10301, '2023-05-27 16:11:11', 9721, NULL, NULL, 'IPAY2023/05/9709', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10302, '2023-05-27 16:28:16', 9722, NULL, NULL, 'IPAY2023/05/9710', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10303, '2023-05-27 16:48:18', 9723, NULL, NULL, 'IPAY2023/05/9711', NULL, 'cash', '', '', '', '', '', '', '29.5000', NULL, 7, NULL, 'received', '', '29.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10304, '2023-05-27 17:04:52', 9724, NULL, NULL, 'IPAY2023/05/9712', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10305, '2023-05-27 17:15:07', 9725, NULL, NULL, 'IPAY2023/05/9713', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '100.0000', '55.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10306, '2023-05-27 17:17:07', 9726, NULL, NULL, 'IPAY2023/05/9714', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10307, '2023-05-27 17:17:26', 9727, NULL, NULL, 'IPAY2023/05/9715', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10308, '2023-05-27 17:23:54', 9728, NULL, NULL, 'IPAY2023/05/9716', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10309, '2023-05-27 17:59:20', 9729, NULL, NULL, 'IPAY2023/05/9717', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10310, '2023-05-27 18:01:43', 9730, NULL, NULL, 'IPAY2023/05/9718', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10311, '2023-05-27 18:29:25', 9731, NULL, NULL, 'IPAY2023/05/9719', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10312, '2023-05-27 18:29:39', 9732, NULL, NULL, 'IPAY2023/05/9720', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10313, '2023-05-27 18:50:57', 9733, NULL, NULL, 'IPAY2023/05/9721', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10314, '2023-05-27 19:03:08', 9734, NULL, NULL, 'IPAY2023/05/9722', NULL, 'cash', '', '', '', '', '', '', '84.0000', NULL, 7, NULL, 'received', '', '84.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10315, '2023-05-27 19:03:45', 9735, NULL, NULL, 'IPAY2023/05/9723', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10316, '2023-05-27 19:10:33', 9736, NULL, NULL, 'IPAY2023/05/9724', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10317, '2023-05-27 19:11:05', 9737, NULL, NULL, 'IPAY2023/05/9725', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '50.0000', '35.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10318, '2023-05-27 19:12:52', 9738, NULL, NULL, 'IPAY2023/05/9726', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10319, '2023-05-27 19:15:47', 9739, NULL, NULL, 'IPAY2023/05/9727', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10320, '2023-05-27 19:30:04', 9740, NULL, NULL, 'IPAY2023/05/9728', NULL, 'cash', '', '', '', '', '', '', '108.0000', NULL, 7, NULL, 'received', '', '108.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10321, '2023-05-27 19:30:31', 9741, NULL, NULL, 'IPAY2023/05/9729', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10322, '2023-05-27 19:31:36', 9742, NULL, NULL, 'IPAY2023/05/9730', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10323, '2023-05-27 19:37:52', 9743, NULL, NULL, 'IPAY2023/05/9731', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10324, '2023-05-27 19:39:40', 9744, NULL, NULL, 'IPAY2023/05/9732', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10325, '2023-05-27 19:41:33', 9745, NULL, NULL, 'IPAY2023/05/9733', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10326, '2023-05-27 19:45:31', 9746, NULL, NULL, 'IPAY2023/05/9734', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10327, '2023-05-27 19:45:48', 9747, NULL, NULL, 'IPAY2023/05/9735', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10328, '2023-05-27 19:49:55', 9748, NULL, NULL, 'IPAY2023/05/9736', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10329, '2023-05-27 19:55:13', 9749, NULL, NULL, 'IPAY2023/05/9737', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10330, '2023-05-27 20:00:59', 9750, NULL, NULL, 'IPAY2023/05/9738', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10331, '2023-05-27 20:01:17', 9751, NULL, NULL, 'IPAY2023/05/9739', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10332, '2023-05-27 20:01:55', 9752, NULL, NULL, 'IPAY2023/05/9740', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10333, '2023-05-27 20:05:54', 9753, NULL, NULL, 'IPAY2023/05/9741', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10334, '2023-05-27 20:15:00', 9754, NULL, NULL, 'IPAY2023/05/9742', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10335, '2023-05-27 20:15:37', 9755, NULL, NULL, 'IPAY2023/05/9743', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10336, '2023-05-27 20:18:49', 9756, NULL, NULL, 'IPAY2023/05/9744', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10337, '2023-05-28 06:40:39', 9757, NULL, NULL, 'IPAY2023/05/9745', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10338, '2023-05-28 06:42:47', 9758, NULL, NULL, 'IPAY2023/05/9746', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10339, '2023-05-28 06:43:01', 9759, NULL, NULL, 'IPAY2023/05/9747', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10340, '2023-05-28 07:05:21', 9760, NULL, NULL, 'IPAY2023/05/9748', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10341, '2023-05-28 07:55:54', 9761, NULL, NULL, 'IPAY2023/05/9749', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10342, '2023-05-28 08:06:04', 9762, NULL, NULL, 'IPAY2023/05/9750', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10343, '2023-05-28 08:22:12', 9763, NULL, NULL, 'IPAY2023/05/9751', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10344, '2023-05-28 08:29:10', 9764, NULL, NULL, 'IPAY2023/05/9752', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10345, '2023-05-28 08:36:05', 9765, NULL, NULL, 'IPAY2023/05/9753', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10346, '2023-05-28 09:13:37', 9766, NULL, NULL, 'IPAY2023/05/9754', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10347, '2023-05-28 09:13:53', 9767, NULL, NULL, 'IPAY2023/05/9755', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10348, '2023-05-28 09:34:23', 9768, NULL, NULL, 'IPAY2023/05/9756', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10349, '2023-05-28 09:53:20', 9769, NULL, NULL, 'IPAY2023/05/9757', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10350, '2023-05-28 10:35:35', 9770, NULL, NULL, 'IPAY2023/05/9758', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10351, '2023-05-28 10:35:52', 9771, NULL, NULL, 'IPAY2023/05/9759', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10352, '2023-05-28 11:18:40', 9772, NULL, NULL, 'IPAY2023/05/9760', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10353, '2023-05-28 11:53:53', 9773, NULL, NULL, 'IPAY2023/05/9761', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10354, '2023-05-28 11:57:40', 9774, NULL, NULL, 'IPAY2023/05/9762', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10355, '2023-05-28 12:23:23', 9775, NULL, NULL, 'IPAY2023/05/9763', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10356, '2023-05-28 12:57:46', 9776, NULL, NULL, 'IPAY2023/05/9764', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '100.0000', '74.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10357, '2023-05-28 13:41:42', 9777, NULL, NULL, 'IPAY2023/05/9765', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '50.0000', '32.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10358, '2023-05-28 15:44:14', 9778, NULL, NULL, 'IPAY2023/05/9766', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10359, '2023-05-28 16:02:35', 9779, NULL, NULL, 'IPAY2023/05/9767', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10360, '2023-05-28 16:03:25', 9780, NULL, NULL, 'IPAY2023/05/9768', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10361, '2023-05-28 16:15:16', 9781, NULL, NULL, 'IPAY2023/05/9769', NULL, 'cash', '', '', '', '', '', '', '158.5000', NULL, 7, NULL, 'received', '', '158.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10362, '2023-05-28 16:21:21', 9782, NULL, NULL, 'IPAY2023/05/9770', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10363, '2023-05-28 16:38:51', 9783, NULL, NULL, 'IPAY2023/05/9771', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10364, '2023-05-28 16:39:44', 9784, NULL, NULL, 'IPAY2023/05/9772', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10365, '2023-05-28 16:43:29', 9785, NULL, NULL, 'IPAY2023/05/9773', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10366, '2023-05-28 16:44:34', 9786, NULL, NULL, 'IPAY2023/05/9774', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10367, '2023-05-28 17:06:41', 9787, NULL, NULL, 'IPAY2023/05/9775', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10368, '2023-05-28 17:14:41', 9788, NULL, NULL, 'IPAY2023/05/9776', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10369, '2023-05-28 17:28:12', 9789, NULL, NULL, 'IPAY2023/05/9777', NULL, 'cash', '', '', '', '', '', '', '225.0000', NULL, 7, NULL, 'received', '', '225.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10370, '2023-05-28 17:29:33', 9790, NULL, NULL, 'IPAY2023/05/9778', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10371, '2023-05-28 17:31:30', 9791, NULL, NULL, 'IPAY2023/05/9779', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10372, '2023-05-28 17:32:16', 9792, NULL, NULL, 'IPAY2023/05/9780', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10373, '2023-05-28 17:32:57', 9793, NULL, NULL, 'IPAY2023/05/9781', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10374, '2023-05-28 17:34:20', 9794, NULL, NULL, 'IPAY2023/05/9782', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10375, '2023-05-28 17:35:08', 9795, NULL, NULL, 'IPAY2023/05/9783', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10376, '2023-05-28 18:28:48', 9796, NULL, NULL, 'IPAY2023/05/9784', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10377, '2023-05-28 18:29:44', 9797, NULL, NULL, 'IPAY2023/05/9785', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10378, '2023-05-28 18:34:39', 9798, NULL, NULL, 'IPAY2023/05/9786', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10379, '2023-05-28 18:37:02', 9799, NULL, NULL, 'IPAY2023/05/9787', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10380, '2023-05-28 20:02:59', 9800, NULL, NULL, 'IPAY2023/05/9788', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10381, '2023-05-29 07:04:20', 9801, NULL, NULL, 'IPAY2023/05/9789', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10382, '2023-05-29 07:11:41', 9802, NULL, NULL, 'IPAY2023/05/9790', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10383, '2023-05-29 07:14:43', 9803, NULL, NULL, 'IPAY2023/05/9791', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10384, '2023-05-29 07:15:59', 9804, NULL, NULL, 'IPAY2023/05/9792', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10385, '2023-05-29 07:24:07', 9805, NULL, NULL, 'IPAY2023/05/9793', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10386, '2023-05-29 07:31:36', 9806, NULL, NULL, 'IPAY2023/05/9794', NULL, 'cash', '', '', '', '', '', '', '585.0000', NULL, 7, NULL, 'received', '', '585.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10387, '2023-05-29 07:35:48', 9807, NULL, NULL, 'IPAY2023/05/9795', NULL, 'cash', '', '', '', '', '', '', '169.0000', NULL, 7, NULL, 'received', '', '169.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10388, '2023-05-29 07:38:44', 9808, NULL, NULL, 'IPAY2023/05/9796', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10389, '2023-05-29 07:51:30', 9809, NULL, NULL, 'IPAY2023/05/9797', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10390, '2023-05-29 08:09:00', NULL, NULL, 636, 'POP2023/05/0594', NULL, 'cash', '', '', '', '', '', 'Visa', '219.2400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10391, '2023-05-29 08:14:00', NULL, NULL, 637, 'POP2023/05/0595', NULL, 'cash', '', '', '', '', '', 'Visa', '1347.2498', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10392, '2023-05-29 08:15:46', 9810, NULL, NULL, 'IPAY2023/05/9798', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10393, '2023-05-29 08:17:00', NULL, NULL, 638, 'POP2023/05/0596', NULL, 'cash', '', '', '', '', '', 'Visa', '765.4000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10394, '2023-05-29 08:27:11', 9811, NULL, NULL, 'IPAY2023/05/9799', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10395, '2023-05-29 08:28:15', 9812, NULL, NULL, 'IPAY2023/05/9800', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10396, '2023-05-29 10:16:06', 9813, NULL, NULL, 'IPAY2023/05/9801', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10397, '2023-05-29 10:26:24', 9814, NULL, NULL, 'IPAY2023/05/9802', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10398, '2023-05-29 10:34:12', 9815, NULL, NULL, 'IPAY2023/05/9803', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10399, '2023-05-29 10:35:44', 9816, NULL, NULL, 'IPAY2023/05/9804', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10400, '2023-05-29 11:09:49', 9817, NULL, NULL, 'IPAY2023/05/9805', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10401, '2023-05-29 11:44:59', 9818, NULL, NULL, 'IPAY2023/05/9806', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10402, '2023-05-29 11:46:29', 9819, NULL, NULL, 'IPAY2023/05/9807', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10403, '2023-05-29 12:02:24', 9820, NULL, NULL, 'IPAY2023/05/9808', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10404, '2023-05-29 12:30:22', 9821, NULL, NULL, 'IPAY2023/05/9809', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10405, '2023-05-29 12:30:48', 9822, NULL, NULL, 'IPAY2023/05/9810', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10406, '2023-05-29 13:37:44', 9823, NULL, NULL, 'IPAY2023/05/9811', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10407, '2023-05-29 13:41:24', 9824, NULL, NULL, 'IPAY2023/05/9812', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10408, '2023-05-29 14:23:42', 9825, NULL, NULL, 'IPAY2023/05/9813', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10409, '2023-05-29 15:02:53', 9826, NULL, NULL, 'IPAY2023/05/9814', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10410, '2023-05-29 15:24:09', 9827, NULL, NULL, 'IPAY2023/05/9815', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10411, '2023-05-29 15:35:53', 9828, NULL, NULL, 'IPAY2023/05/9816', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10412, '2023-05-29 15:36:11', 9829, NULL, NULL, 'IPAY2023/05/9817', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10413, '2023-05-29 15:38:27', 9830, NULL, NULL, 'IPAY2023/05/9818', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10414, '2023-05-29 16:02:19', 9831, NULL, NULL, 'IPAY2023/05/9819', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10415, '2023-05-29 16:30:22', 9832, NULL, NULL, 'IPAY2023/05/9820', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10416, '2023-05-29 16:49:40', 9833, NULL, NULL, 'IPAY2023/05/9821', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10417, '2023-05-29 17:04:00', NULL, NULL, 639, 'POP2023/05/0597', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10418, '2023-05-29 17:08:35', 9834, NULL, NULL, 'IPAY2023/05/9822', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10419, '2023-05-29 17:30:40', 9835, NULL, NULL, 'IPAY2023/05/9823', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10420, '2023-05-29 17:59:12', 9836, NULL, NULL, 'IPAY2023/05/9824', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10421, '2023-05-29 18:05:16', 9837, NULL, NULL, 'IPAY2023/05/9825', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10422, '2023-05-29 18:33:03', 9838, NULL, NULL, 'IPAY2023/05/9826', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10423, '2023-05-29 19:01:19', 9839, NULL, NULL, 'IPAY2023/05/9827', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10424, '2023-05-29 19:23:53', 9840, NULL, NULL, 'IPAY2023/05/9828', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10425, '2023-05-29 19:36:19', 9841, NULL, NULL, 'IPAY2023/05/9829', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10426, '2023-05-29 19:42:30', 9842, NULL, NULL, 'IPAY2023/05/9830', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10427, '2023-05-29 19:53:53', 9843, NULL, NULL, 'IPAY2023/05/9831', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10428, '2023-05-30 06:37:27', 9844, NULL, NULL, 'IPAY2023/05/9832', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10429, '2023-05-30 06:52:41', 9845, NULL, NULL, 'IPAY2023/05/9833', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10430, '2023-05-30 07:03:51', 9846, NULL, NULL, 'IPAY2023/05/9834', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10431, '2023-05-30 07:07:19', 9847, NULL, NULL, 'IPAY2023/05/9835', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10432, '2023-05-30 07:16:17', 9848, NULL, NULL, 'IPAY2023/05/9836', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10433, '2023-05-30 07:19:28', 9849, NULL, NULL, 'IPAY2023/05/9837', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10434, '2023-05-30 07:20:12', 9850, NULL, NULL, 'IPAY2023/05/9838', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10435, '2023-05-30 07:21:23', 9851, NULL, NULL, 'IPAY2023/05/9839', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10436, '2023-05-30 07:26:12', 9852, NULL, NULL, 'IPAY2023/05/9840', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10437, '2023-05-30 07:40:06', 9853, NULL, NULL, 'IPAY2023/05/9841', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10438, '2023-05-30 07:42:54', 9854, NULL, NULL, 'IPAY2023/05/9842', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10439, '2023-05-30 07:47:24', 9855, NULL, NULL, 'IPAY2023/05/9843', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10440, '2023-05-30 07:47:53', 9856, NULL, NULL, 'IPAY2023/05/9844', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10441, '2023-05-30 08:04:20', 9857, NULL, NULL, 'IPAY2023/05/9845', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10442, '2023-05-30 08:39:00', 9858, NULL, NULL, 'IPAY2023/05/9846', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10443, '2023-05-30 09:08:46', 9859, NULL, NULL, 'IPAY2023/05/9847', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10444, '2023-05-30 09:31:30', 9860, NULL, NULL, 'IPAY2023/05/9848', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10445, '2023-05-30 09:38:36', 9861, NULL, NULL, 'IPAY2023/05/9849', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10446, '2023-05-30 09:55:13', 9862, NULL, NULL, 'IPAY2023/05/9850', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10447, '2023-05-30 10:31:25', 9863, NULL, NULL, 'IPAY2023/05/9851', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10448, '2023-05-30 10:46:14', 9864, NULL, NULL, 'IPAY2023/05/9852', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10449, '2023-05-30 11:56:36', 9865, NULL, NULL, 'IPAY2023/05/9853', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10450, '2023-05-30 12:12:57', 9866, NULL, NULL, 'IPAY2023/05/9854', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10451, '2023-05-30 12:47:19', 9867, NULL, NULL, 'IPAY2023/05/9855', NULL, 'cash', '', '', '', '', '', '', '42.5000', NULL, 7, NULL, 'received', '', '42.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10452, '2023-05-30 13:37:27', 9868, NULL, NULL, 'IPAY2023/05/9856', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10453, '2023-05-30 13:41:12', 9869, NULL, NULL, 'IPAY2023/05/9857', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10454, '2023-05-30 14:11:05', 9870, NULL, NULL, 'IPAY2023/05/9858', NULL, 'cash', '', '', '', '', '', '', '116.0000', NULL, 7, NULL, 'received', '', '116.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10455, '2023-05-30 14:17:16', 9871, NULL, NULL, 'IPAY2023/05/9859', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10456, '2023-05-30 14:22:57', 9872, NULL, NULL, 'IPAY2023/05/9860', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10457, '2023-05-30 14:52:47', 9873, NULL, NULL, 'IPAY2023/05/9861', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10458, '2023-05-30 14:53:37', 9874, NULL, NULL, 'IPAY2023/05/9862', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10459, '2023-05-30 16:47:57', 9875, NULL, NULL, 'IPAY2023/05/9863', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10460, '2023-05-30 17:36:54', 9876, NULL, NULL, 'IPAY2023/05/9864', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10461, '2023-05-30 17:52:10', 9877, NULL, NULL, 'IPAY2023/05/9865', NULL, 'cash', '', '', '', '', '', '', '50.5000', NULL, 7, NULL, 'received', '', '50.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10462, '2023-05-30 17:56:58', 9878, NULL, NULL, 'IPAY2023/05/9866', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10463, '2023-05-30 18:31:32', 9879, NULL, NULL, 'IPAY2023/05/9867', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10464, '2023-05-30 18:31:53', 9880, NULL, NULL, 'IPAY2023/05/9868', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10465, '2023-05-30 18:33:38', 9881, NULL, NULL, 'IPAY2023/05/9869', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10466, '2023-05-30 18:34:34', 9882, NULL, NULL, 'IPAY2023/05/9870', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10467, '2023-05-30 18:35:45', 9883, NULL, NULL, 'IPAY2023/05/9871', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10468, '2023-05-30 18:43:08', 9884, NULL, NULL, 'IPAY2023/05/9872', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10469, '2023-05-30 19:05:22', 9885, NULL, NULL, 'IPAY2023/05/9873', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10470, '2023-05-30 19:15:02', 9886, NULL, NULL, 'IPAY2023/05/9874', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10471, '2023-05-30 19:35:15', 9887, NULL, NULL, 'IPAY2023/05/9875', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10472, '2023-05-31 05:39:58', 9888, NULL, NULL, 'IPAY2023/05/9876', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10473, '2023-05-31 05:45:57', 9889, NULL, NULL, 'IPAY2023/05/9877', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10474, '2023-05-31 06:46:26', 9890, NULL, NULL, 'IPAY2023/05/9878', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10475, '2023-05-31 07:12:05', 9891, NULL, NULL, 'IPAY2023/05/9879', NULL, 'cash', '', '', '', '', '', '', '86.5000', NULL, 7, NULL, 'received', '', '86.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10476, '2023-05-31 07:13:43', 9892, NULL, NULL, 'IPAY2023/05/9880', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10477, '2023-05-31 07:15:19', 9893, NULL, NULL, 'IPAY2023/05/9881', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10478, '2023-05-31 07:15:54', 9894, NULL, NULL, 'IPAY2023/05/9882', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10479, '2023-05-31 07:17:00', 9895, NULL, NULL, 'IPAY2023/05/9883', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10480, '2023-05-31 07:34:40', 9896, NULL, NULL, 'IPAY2023/05/9884', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10481, '2023-05-31 07:37:45', 9897, NULL, NULL, 'IPAY2023/05/9885', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10482, '2023-05-31 07:38:24', 9898, NULL, NULL, 'IPAY2023/05/9886', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10483, '2023-05-31 08:11:49', 9899, NULL, NULL, 'IPAY2023/05/9887', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10484, '2023-05-31 08:18:00', NULL, NULL, 640, 'POP2023/05/0598', NULL, 'cash', '', '', '', '', '', 'Visa', '438.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10485, '2023-06-01 16:56:00', NULL, NULL, 641, 'POP2023/06/0599', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10486, '2023-06-01 17:03:00', NULL, NULL, 642, 'POP2023/06/0600', NULL, 'cash', '', '', '', '', '', 'Visa', '359.6400', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10487, '2023-06-01 17:06:52', 9900, NULL, NULL, 'IPAY2023/06/9888', NULL, 'cash', '', '', '', '', '', '', '163.5000', NULL, 7, NULL, 'received', '', '163.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10488, '2023-06-01 17:12:16', 9901, NULL, NULL, 'IPAY2023/06/9889', NULL, 'cash', '', '', '', '', '', '', '324.5000', NULL, 7, NULL, 'received', '', '324.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10489, '2023-06-01 17:19:09', 9902, NULL, NULL, 'IPAY2023/06/9890', NULL, 'cash', '', '', '', '', '', '', '261.5000', NULL, 7, NULL, 'received', '', '261.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10490, '2023-06-01 17:38:59', 9903, NULL, NULL, 'IPAY2023/06/9891', NULL, 'cash', '', '', '', '', '', '', '402.2500', NULL, 7, NULL, 'received', '', '402.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10491, '2023-06-01 17:47:52', 9904, NULL, NULL, 'IPAY2023/06/9892', NULL, 'cash', '', '', '', '', '', '', '107.0000', NULL, 7, NULL, 'received', '', '107.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10492, '2023-06-01 18:07:01', 9905, NULL, NULL, 'IPAY2023/06/9893', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10493, '2023-06-01 18:17:32', 9906, NULL, NULL, 'IPAY2023/06/9894', NULL, 'cash', '', '', '', '', '', '', '139.5000', NULL, 7, NULL, 'received', '', '139.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10494, '2023-06-01 18:19:59', 9907, NULL, NULL, 'IPAY2023/06/9895', NULL, 'cash', '', '', '', '', '', '', '63.5000', NULL, 7, NULL, 'received', '', '63.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10495, '2023-06-01 18:22:57', 9908, NULL, NULL, 'IPAY2023/06/9896', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10496, '2023-06-01 18:26:31', 9909, NULL, NULL, 'IPAY2023/06/9897', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10497, '2023-06-01 18:36:59', 9910, NULL, NULL, 'IPAY2023/06/9898', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10498, '2023-06-01 18:47:58', 9911, NULL, NULL, 'IPAY2023/06/9899', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10499, '2023-06-01 19:07:25', 9912, NULL, NULL, 'IPAY2023/06/9900', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10500, '2023-06-01 19:43:48', 9913, NULL, NULL, 'IPAY2023/06/9901', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10501, '2023-06-01 20:02:12', 9914, NULL, NULL, 'IPAY2023/06/9902', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10502, '2023-06-02 05:40:43', 9915, NULL, NULL, 'IPAY2023/06/9903', NULL, 'cash', '', '', '', '', '', '', '235.0000', NULL, 7, NULL, 'received', '', '235.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10503, '2023-06-02 05:42:46', 9916, NULL, NULL, 'IPAY2023/06/9904', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10504, '2023-06-02 05:43:57', 9917, NULL, NULL, 'IPAY2023/06/9905', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10505, '2023-06-02 05:44:58', 9918, NULL, NULL, 'IPAY2023/06/9906', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10506, '2023-06-02 05:46:31', 9919, NULL, NULL, 'IPAY2023/06/9907', NULL, 'cash', '', '', '', '', '', '', '71.5000', NULL, 7, NULL, 'received', '', '71.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10507, '2023-06-02 05:47:12', 9920, NULL, NULL, 'IPAY2023/06/9908', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10508, '2023-06-02 05:47:47', 9921, NULL, NULL, 'IPAY2023/06/9909', NULL, 'cash', '', '', '', '', '', '', '37.5000', NULL, 7, NULL, 'received', '', '37.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10509, '2023-06-02 05:48:31', 9922, NULL, NULL, 'IPAY2023/06/9910', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10510, '2023-06-02 05:54:16', 9923, NULL, NULL, 'IPAY2023/06/9911', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10511, '2023-06-02 05:57:55', 9924, NULL, NULL, 'IPAY2023/06/9912', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10512, '2023-06-02 06:09:29', 9925, NULL, NULL, 'IPAY2023/06/9913', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10513, '2023-06-02 06:10:56', 9926, NULL, NULL, 'IPAY2023/06/9914', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10514, '2023-06-02 06:11:50', 9927, NULL, NULL, 'IPAY2023/06/9915', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10515, '2023-06-02 06:30:34', 9928, NULL, NULL, 'IPAY2023/06/9916', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10516, '2023-06-02 06:34:18', 9929, NULL, NULL, 'IPAY2023/06/9917', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10517, '2023-06-02 06:38:49', 9930, NULL, NULL, 'IPAY2023/06/9918', NULL, 'cash', '', '', '', '', '', '', '73.5000', NULL, 7, NULL, 'received', '', '73.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10518, '2023-06-02 06:41:26', 9931, NULL, NULL, 'IPAY2023/06/9919', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10519, '2023-06-02 06:51:35', 9932, NULL, NULL, 'IPAY2023/06/9920', NULL, 'cash', '', '', '', '', '', '', '173.5000', NULL, 7, NULL, 'received', '', '173.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10520, '2023-06-02 06:55:50', 9933, NULL, NULL, 'IPAY2023/06/9921', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10521, '2023-06-02 07:18:19', 9934, NULL, NULL, 'IPAY2023/06/9922', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10522, '2023-06-02 08:28:39', 9935, NULL, NULL, 'IPAY2023/06/9923', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10523, '2023-06-02 08:32:01', 9936, NULL, NULL, 'IPAY2023/06/9924', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10524, '2023-06-02 08:51:10', 9937, NULL, NULL, 'IPAY2023/06/9925', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10525, '2023-06-02 09:04:19', 9938, NULL, NULL, 'IPAY2023/06/9926', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10526, '2023-06-02 09:32:18', 9939, NULL, NULL, 'IPAY2023/06/9927', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10527, '2023-06-02 09:36:09', 9940, NULL, NULL, 'IPAY2023/06/9928', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10528, '2023-06-02 10:09:32', 9941, NULL, NULL, 'IPAY2023/06/9929', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10529, '2023-06-02 10:11:10', 9942, NULL, NULL, 'IPAY2023/06/9930', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10530, '2023-06-02 10:11:52', 9943, NULL, NULL, 'IPAY2023/06/9931', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10531, '2023-06-02 10:26:07', 9944, NULL, NULL, 'IPAY2023/06/9932', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10532, '2023-06-02 10:41:21', 9945, NULL, NULL, 'IPAY2023/06/9933', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10533, '2023-06-02 11:36:06', 9946, NULL, NULL, 'IPAY2023/06/9934', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10534, '2023-06-02 11:37:26', 9947, NULL, NULL, 'IPAY2023/06/9935', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10535, '2023-06-02 11:38:46', 9948, NULL, NULL, 'IPAY2023/06/9936', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10536, '2023-06-02 12:12:01', 9949, NULL, NULL, 'IPAY2023/06/9937', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10537, '2023-06-02 12:13:22', 9950, NULL, NULL, 'IPAY2023/06/9938', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10538, '2023-06-02 12:15:19', 9951, NULL, NULL, 'IPAY2023/06/9939', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10539, '2023-06-02 12:35:35', 9952, NULL, NULL, 'IPAY2023/06/9940', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10540, '2023-06-02 13:09:20', 9953, NULL, NULL, 'IPAY2023/06/9941', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10541, '2023-06-02 13:30:59', 9954, NULL, NULL, 'IPAY2023/06/9942', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10542, '2023-06-02 13:41:24', 9955, NULL, NULL, 'IPAY2023/06/9943', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10543, '2023-06-02 14:24:47', 9956, NULL, NULL, 'IPAY2023/06/9944', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10544, '2023-06-02 14:33:10', 9957, NULL, NULL, 'IPAY2023/06/9945', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10545, '2023-06-02 14:35:32', 9958, NULL, NULL, 'IPAY2023/06/9946', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10546, '2023-06-02 15:03:24', 9959, NULL, NULL, 'IPAY2023/06/9947', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10547, '2023-06-02 15:22:12', 9960, NULL, NULL, 'IPAY2023/06/9948', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10548, '2023-06-02 16:14:00', NULL, NULL, 643, 'POP2023/06/0601', NULL, 'cash', '', '', '', '', '', 'Visa', '302.0100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10549, '2023-06-02 16:17:55', 9961, NULL, NULL, 'IPAY2023/06/9949', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10550, '2023-06-02 16:29:00', NULL, NULL, 644, 'POP2023/06/0602', NULL, 'cash', '', '', '', '', '', 'Visa', '323.4000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10551, '2023-06-02 16:32:51', 9962, NULL, NULL, 'IPAY2023/06/9950', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10552, '2023-06-02 17:03:55', 9963, NULL, NULL, 'IPAY2023/06/9951', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10553, '2023-06-02 17:56:43', 9964, NULL, NULL, 'IPAY2023/06/9952', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10554, '2023-06-02 18:09:31', 9965, NULL, NULL, 'IPAY2023/06/9953', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10555, '2023-06-02 18:16:24', 9966, NULL, NULL, 'IPAY2023/06/9954', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10556, '2023-06-02 18:39:46', 9967, NULL, NULL, 'IPAY2023/06/9955', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10557, '2023-06-02 18:43:15', 9968, NULL, NULL, 'IPAY2023/06/9956', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10558, '2023-06-02 18:45:16', 9969, NULL, NULL, 'IPAY2023/06/9957', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10559, '2023-06-02 18:46:29', 9970, NULL, NULL, 'IPAY2023/06/9958', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10560, '2023-06-02 18:49:56', 9971, NULL, NULL, 'IPAY2023/06/9959', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10561, '2023-06-02 19:01:24', 9972, NULL, NULL, 'IPAY2023/06/9960', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10562, '2023-06-02 19:06:30', 9973, NULL, NULL, 'IPAY2023/06/9961', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10563, '2023-06-02 19:21:05', 9974, NULL, NULL, 'IPAY2023/06/9962', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10564, '2023-06-02 19:22:24', 9975, NULL, NULL, 'IPAY2023/06/9963', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10565, '2023-06-02 19:56:10', 9976, NULL, NULL, 'IPAY2023/06/9964', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10566, '2023-06-02 19:57:14', 9977, NULL, NULL, 'IPAY2023/06/9965', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10567, '2023-06-02 20:00:59', 9978, NULL, NULL, 'IPAY2023/06/9966', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10568, '2023-06-03 06:46:02', 9979, NULL, NULL, 'IPAY2023/06/9967', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10569, '2023-06-03 06:47:52', 9980, NULL, NULL, 'IPAY2023/06/9968', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10570, '2023-06-03 06:53:37', 9981, NULL, NULL, 'IPAY2023/06/9969', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10571, '2023-06-03 06:54:45', 9982, NULL, NULL, 'IPAY2023/06/9970', NULL, 'cash', '', '', '', '', '', '', '48.5000', NULL, 7, NULL, 'received', '', '48.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10572, '2023-06-03 07:06:44', 9983, NULL, NULL, 'IPAY2023/06/9971', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10573, '2023-06-03 07:16:12', 9984, NULL, NULL, 'IPAY2023/06/9972', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10574, '2023-06-03 07:28:04', 9985, NULL, NULL, 'IPAY2023/06/9973', NULL, 'cash', '', '', '', '', '', '', '171.0000', NULL, 7, NULL, 'received', '', '171.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10575, '2023-06-03 07:29:59', 9986, NULL, NULL, 'IPAY2023/06/9974', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10576, '2023-06-03 07:32:06', 9987, NULL, NULL, 'IPAY2023/06/9975', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10577, '2023-06-03 07:32:34', 9988, NULL, NULL, 'IPAY2023/06/9976', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10578, '2023-06-03 07:35:03', 9989, NULL, NULL, 'IPAY2023/06/9977', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10579, '2023-06-03 08:15:02', 9990, NULL, NULL, 'IPAY2023/06/9978', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10580, '2023-06-03 08:24:43', 9991, NULL, NULL, 'IPAY2023/06/9979', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10581, '2023-06-03 08:43:30', 9992, NULL, NULL, 'IPAY2023/06/9980', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10582, '2023-06-03 09:07:24', 9993, NULL, NULL, 'IPAY2023/06/9981', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10583, '2023-06-03 09:23:18', 9994, NULL, NULL, 'IPAY2023/06/9982', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10584, '2023-06-03 09:40:25', 9995, NULL, NULL, 'IPAY2023/06/9983', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10585, '2023-06-03 09:57:12', 9996, NULL, NULL, 'IPAY2023/06/9984', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10586, '2023-06-03 10:03:29', 9997, NULL, NULL, 'IPAY2023/06/9985', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10587, '2023-06-03 10:04:45', 9998, NULL, NULL, 'IPAY2023/06/9986', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10588, '2023-06-03 10:27:38', 9999, NULL, NULL, 'IPAY2023/06/9987', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10589, '2023-06-03 10:42:29', 10000, NULL, NULL, 'IPAY2023/06/9988', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10590, '2023-06-03 11:03:10', 10001, NULL, NULL, 'IPAY2023/06/9989', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10591, '2023-06-03 11:13:46', 10002, NULL, NULL, 'IPAY2023/06/9990', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10592, '2023-06-03 11:27:49', 10003, NULL, NULL, 'IPAY2023/06/9991', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10593, '2023-06-03 11:37:56', 10004, NULL, NULL, 'IPAY2023/06/9992', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10594, '2023-06-03 12:00:14', 10005, NULL, NULL, 'IPAY2023/06/9993', NULL, 'cash', '', '', '', '', '', '', '110.0000', NULL, 7, NULL, 'received', '', '110.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10595, '2023-06-03 12:08:43', 10006, NULL, NULL, 'IPAY2023/06/9994', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10596, '2023-06-03 13:01:45', 10007, NULL, NULL, 'IPAY2023/06/9995', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10597, '2023-06-03 13:42:50', 10008, NULL, NULL, 'IPAY2023/06/9996', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10598, '2023-06-03 14:02:30', 10009, NULL, NULL, 'IPAY2023/06/9997', NULL, 'cash', '', '', '', '', '', '', '63.0000', NULL, 7, NULL, 'received', '', '63.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10599, '2023-06-03 14:15:46', 10010, NULL, NULL, 'IPAY2023/06/9998', NULL, 'cash', '', '', '', '', '', '', '51.0000', NULL, 7, NULL, 'received', '', '51.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10600, '2023-06-03 14:44:10', 10011, NULL, NULL, 'IPAY2023/06/9999', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10601, '2023-06-03 14:58:46', 10012, NULL, NULL, 'IPAY2023/06/10000', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10602, '2023-06-03 15:12:01', 10013, NULL, NULL, 'IPAY2023/06/10001', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10603, '2023-06-03 15:15:30', 10014, NULL, NULL, 'IPAY2023/06/10002', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10604, '2023-06-03 15:27:02', 10015, NULL, NULL, 'IPAY2023/06/10003', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10605, '2023-06-03 15:47:37', 10016, NULL, NULL, 'IPAY2023/06/10004', NULL, 'cash', '', '', '', '', '', '', '34.0000', NULL, 7, NULL, 'received', '', '34.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10606, '2023-06-03 15:53:33', 10017, NULL, NULL, 'IPAY2023/06/10005', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10607, '2023-06-03 15:54:30', 10018, NULL, NULL, 'IPAY2023/06/10006', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10608, '2023-06-03 16:03:59', 10019, NULL, NULL, 'IPAY2023/06/10007', NULL, 'cash', '', '', '', '', '', '', '60.5000', NULL, 7, NULL, 'received', '', '60.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10609, '2023-06-03 16:10:35', 10020, NULL, NULL, 'IPAY2023/06/10008', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10610, '2023-06-03 16:21:03', 10021, NULL, NULL, 'IPAY2023/06/10009', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10611, '2023-06-03 16:27:35', 10022, NULL, NULL, 'IPAY2023/06/10010', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10612, '2023-06-03 16:39:04', 10023, NULL, NULL, 'IPAY2023/06/10011', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10613, '2023-06-03 17:01:58', 10024, NULL, NULL, 'IPAY2023/06/10012', NULL, 'cash', '', '', '', '', '', '', '152.0000', NULL, 7, NULL, 'received', '', '152.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10614, '2023-06-03 17:13:42', 10025, NULL, NULL, 'IPAY2023/06/10013', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10615, '2023-06-03 17:20:57', 10026, NULL, NULL, 'IPAY2023/06/10014', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10616, '2023-06-03 17:34:12', 10027, NULL, NULL, 'IPAY2023/06/10015', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10617, '2023-06-03 18:02:24', 10028, NULL, NULL, 'IPAY2023/06/10016', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10618, '2023-06-03 18:20:46', 10029, NULL, NULL, 'IPAY2023/06/10017', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10619, '2023-06-03 18:28:59', 10030, NULL, NULL, 'IPAY2023/06/10018', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10620, '2023-06-03 18:56:02', 10031, NULL, NULL, 'IPAY2023/06/10019', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10621, '2023-06-03 19:52:03', 10032, NULL, NULL, 'IPAY2023/06/10020', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10622, '2023-06-03 19:57:15', 10033, NULL, NULL, 'IPAY2023/06/10021', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10623, '2023-06-04 06:03:38', 10034, NULL, NULL, 'IPAY2023/06/10022', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10624, '2023-06-04 06:26:20', 10035, NULL, NULL, 'IPAY2023/06/10023', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10625, '2023-06-04 07:05:24', 10036, NULL, NULL, 'IPAY2023/06/10024', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10626, '2023-06-04 07:07:18', 10037, NULL, NULL, 'IPAY2023/06/10025', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10627, '2023-06-04 07:11:53', 10038, NULL, NULL, 'IPAY2023/06/10026', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10628, '2023-06-04 07:25:00', 10039, NULL, NULL, 'IPAY2023/06/10027', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10629, '2023-06-04 07:48:10', 10040, NULL, NULL, 'IPAY2023/06/10028', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10630, '2023-06-04 08:07:36', 10041, NULL, NULL, 'IPAY2023/06/10029', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10631, '2023-06-04 08:15:57', 10042, NULL, NULL, 'IPAY2023/06/10030', NULL, 'cash', '', '', '', '', '', '', '93.0000', NULL, 7, NULL, 'received', '', '93.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10632, '2023-06-04 08:44:38', 10043, NULL, NULL, 'IPAY2023/06/10031', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10633, '2023-06-04 09:03:39', 10044, NULL, NULL, 'IPAY2023/06/10032', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10634, '2023-06-04 09:29:24', 10045, NULL, NULL, 'IPAY2023/06/10033', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10635, '2023-06-04 09:37:55', 10046, NULL, NULL, 'IPAY2023/06/10034', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10636, '2023-06-04 09:39:24', 10047, NULL, NULL, 'IPAY2023/06/10035', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10637, '2023-06-04 09:40:19', 10048, NULL, NULL, 'IPAY2023/06/10036', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10638, '2023-06-04 09:49:31', 10049, NULL, NULL, 'IPAY2023/06/10037', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10639, '2023-06-04 09:51:09', 10050, NULL, NULL, 'IPAY2023/06/10038', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10640, '2023-06-04 09:54:56', 10051, NULL, NULL, 'IPAY2023/06/10039', NULL, 'cash', '', '', '', '', '', '', '62.0000', NULL, 7, NULL, 'received', '', '62.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10641, '2023-06-04 10:41:01', 10052, NULL, NULL, 'IPAY2023/06/10040', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10642, '2023-06-04 10:43:58', 10053, NULL, NULL, 'IPAY2023/06/10041', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10643, '2023-06-04 10:52:21', 10054, NULL, NULL, 'IPAY2023/06/10042', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10644, '2023-06-04 10:54:02', 10055, NULL, NULL, 'IPAY2023/06/10043', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10645, '2023-06-04 10:55:53', 10056, NULL, NULL, 'IPAY2023/06/10044', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10646, '2023-06-04 11:18:20', 10057, NULL, NULL, 'IPAY2023/06/10045', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10647, '2023-06-04 11:19:16', 10058, NULL, NULL, 'IPAY2023/06/10046', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10648, '2023-06-04 11:20:34', 10059, NULL, NULL, 'IPAY2023/06/10047', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10649, '2023-06-04 11:21:00', 10060, NULL, NULL, 'IPAY2023/06/10048', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10650, '2023-06-04 11:21:36', 10061, NULL, NULL, 'IPAY2023/06/10049', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10651, '2023-06-04 11:22:03', 10062, NULL, NULL, 'IPAY2023/06/10050', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10652, '2023-06-04 11:47:47', 10063, NULL, NULL, 'IPAY2023/06/10051', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10653, '2023-06-04 12:15:54', 10064, NULL, NULL, 'IPAY2023/06/10052', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10654, '2023-06-04 12:17:23', 10065, NULL, NULL, 'IPAY2023/06/10053', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10655, '2023-06-04 12:22:16', 10066, NULL, NULL, 'IPAY2023/06/10054', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10656, '2023-06-04 12:27:32', 10067, NULL, NULL, 'IPAY2023/06/10055', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10657, '2023-06-04 12:40:22', 10068, NULL, NULL, 'IPAY2023/06/10056', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10658, '2023-06-04 12:46:16', 10069, NULL, NULL, 'IPAY2023/06/10057', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10659, '2023-06-04 13:10:37', 10070, NULL, NULL, 'IPAY2023/06/10058', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10660, '2023-06-04 13:12:15', 10071, NULL, NULL, 'IPAY2023/06/10059', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10661, '2023-06-04 13:31:00', 10072, NULL, NULL, 'IPAY2023/06/10060', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10662, '2023-06-04 13:41:42', 10073, NULL, NULL, 'IPAY2023/06/10061', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10663, '2023-06-04 14:08:36', 10074, NULL, NULL, 'IPAY2023/06/10062', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10664, '2023-06-04 14:14:38', 10075, NULL, NULL, 'IPAY2023/06/10063', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10665, '2023-06-04 14:31:30', 10076, NULL, NULL, 'IPAY2023/06/10064', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10666, '2023-06-04 14:32:25', 10077, NULL, NULL, 'IPAY2023/06/10065', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10667, '2023-06-04 15:08:58', 10078, NULL, NULL, 'IPAY2023/06/10066', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10668, '2023-06-04 15:29:02', 10079, NULL, NULL, 'IPAY2023/06/10067', NULL, 'cash', '', '', '', '', '', '', '49.5000', NULL, 7, NULL, 'received', '', '49.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10669, '2023-06-04 15:40:45', 10080, NULL, NULL, 'IPAY2023/06/10068', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10670, '2023-06-04 15:42:56', 10081, NULL, NULL, 'IPAY2023/06/10069', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10671, '2023-06-04 15:44:47', 10082, NULL, NULL, 'IPAY2023/06/10070', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10672, '2023-06-04 15:53:22', 10083, NULL, NULL, 'IPAY2023/06/10071', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10673, '2023-06-04 16:23:24', 10084, NULL, NULL, 'IPAY2023/06/10072', NULL, 'cash', '', '', '', '', '', '', '43.0000', NULL, 7, NULL, 'received', '', '43.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10674, '2023-06-04 16:26:53', 10085, NULL, NULL, 'IPAY2023/06/10073', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10675, '2023-06-04 16:27:20', 10086, NULL, NULL, 'IPAY2023/06/10074', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10676, '2023-06-04 16:27:37', 10087, NULL, NULL, 'IPAY2023/06/10075', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10677, '2023-06-04 17:02:50', 10088, NULL, NULL, 'IPAY2023/06/10076', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10678, '2023-06-04 17:03:35', 10089, NULL, NULL, 'IPAY2023/06/10077', NULL, 'cash', '', '', '', '', '', '', '111.0000', NULL, 7, NULL, 'received', '', '111.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10679, '2023-06-04 17:06:46', 10090, NULL, NULL, 'IPAY2023/06/10078', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10680, '2023-06-04 17:23:03', 10091, NULL, NULL, 'IPAY2023/06/10079', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10681, '2023-06-04 17:28:08', 10092, NULL, NULL, 'IPAY2023/06/10080', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10682, '2023-06-04 17:31:32', 10093, NULL, NULL, 'IPAY2023/06/10081', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10683, '2023-06-04 18:04:44', 10094, NULL, NULL, 'IPAY2023/06/10082', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10684, '2023-06-04 18:07:52', 10095, NULL, NULL, 'IPAY2023/06/10083', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10685, '2023-06-04 18:12:15', 10096, NULL, NULL, 'IPAY2023/06/10084', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10686, '2023-06-04 18:19:58', 10097, NULL, NULL, 'IPAY2023/06/10085', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10687, '2023-06-04 18:24:39', 10098, NULL, NULL, 'IPAY2023/06/10086', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10688, '2023-06-04 18:30:31', 10099, NULL, NULL, 'IPAY2023/06/10087', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10689, '2023-06-04 18:33:02', 10100, NULL, NULL, 'IPAY2023/06/10088', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10690, '2023-06-04 18:34:29', 10101, NULL, NULL, 'IPAY2023/06/10089', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10691, '2023-06-04 18:50:20', 10102, NULL, NULL, 'IPAY2023/06/10090', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10692, '2023-06-04 18:51:40', 10103, NULL, NULL, 'IPAY2023/06/10091', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10693, '2023-06-04 18:54:47', 10104, NULL, NULL, 'IPAY2023/06/10092', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10694, '2023-06-04 18:55:05', 10105, NULL, NULL, 'IPAY2023/06/10093', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10695, '2023-06-04 19:03:46', 10106, NULL, NULL, 'IPAY2023/06/10094', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10696, '2023-06-04 19:19:00', 10107, NULL, NULL, 'IPAY2023/06/10095', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10697, '2023-06-04 19:25:48', 10108, NULL, NULL, 'IPAY2023/06/10096', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10698, '2023-06-04 19:27:55', 10109, NULL, NULL, 'IPAY2023/06/10097', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10699, '2023-06-04 19:28:16', 10110, NULL, NULL, 'IPAY2023/06/10098', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10700, '2023-06-05 05:27:05', 10111, NULL, NULL, 'IPAY2023/06/10099', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10701, '2023-06-05 05:28:44', 10112, NULL, NULL, 'IPAY2023/06/10100', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10702, '2023-06-05 06:09:05', 10113, NULL, NULL, 'IPAY2023/06/10101', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10703, '2023-06-05 06:37:36', 10114, NULL, NULL, 'IPAY2023/06/10102', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10704, '2023-06-05 06:38:59', 10115, NULL, NULL, 'IPAY2023/06/10103', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10705, '2023-06-05 06:42:01', 10116, NULL, NULL, 'IPAY2023/06/10104', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10706, '2023-06-05 06:45:45', 10117, NULL, NULL, 'IPAY2023/06/10105', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10707, '2023-06-05 06:50:53', 10118, NULL, NULL, 'IPAY2023/06/10106', NULL, 'cash', '', '', '', '', '', '', '76.0000', NULL, 7, NULL, 'received', '', '76.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10708, '2023-06-05 07:22:46', 10119, NULL, NULL, 'IPAY2023/06/10107', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10709, '2023-06-05 07:23:21', 10120, NULL, NULL, 'IPAY2023/06/10108', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10710, '2023-06-05 07:25:08', 10121, NULL, NULL, 'IPAY2023/06/10109', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10711, '2023-06-05 07:31:03', 10122, NULL, NULL, 'IPAY2023/06/10110', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10712, '2023-06-05 07:34:10', 10123, NULL, NULL, 'IPAY2023/06/10111', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10713, '2023-06-05 07:46:31', 10124, NULL, NULL, 'IPAY2023/06/10112', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10714, '2023-06-05 07:57:30', 10125, NULL, NULL, 'IPAY2023/06/10113', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10715, '2023-06-05 08:04:54', 10126, NULL, NULL, 'IPAY2023/06/10114', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10716, '2023-06-05 08:30:08', 10127, NULL, NULL, 'IPAY2023/06/10115', NULL, 'cash', '', '', '', '', '', '', '108.0000', NULL, 7, NULL, 'received', '', '108.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10717, '2023-06-05 08:31:35', 10128, NULL, NULL, 'IPAY2023/06/10116', NULL, 'cash', '', '', '', '', '', '', '126.0000', NULL, 7, NULL, 'received', '', '126.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10718, '2023-06-05 09:07:57', 10129, NULL, NULL, 'IPAY2023/06/10117', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10719, '2023-06-05 09:09:34', 10130, NULL, NULL, 'IPAY2023/06/10118', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10720, '2023-06-05 09:09:53', 10131, NULL, NULL, 'IPAY2023/06/10119', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10721, '2023-06-05 09:10:15', 10132, NULL, NULL, 'IPAY2023/06/10120', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10722, '2023-06-05 09:28:40', 10133, NULL, NULL, 'IPAY2023/06/10121', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10723, '2023-06-05 09:40:24', 10134, NULL, NULL, 'IPAY2023/06/10122', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10724, '2023-06-05 09:49:47', 10135, NULL, NULL, 'IPAY2023/06/10123', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10725, '2023-06-05 09:54:36', 10136, NULL, NULL, 'IPAY2023/06/10124', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10726, '2023-06-05 09:58:48', 10137, NULL, NULL, 'IPAY2023/06/10125', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10727, '2023-06-05 09:59:50', 10138, NULL, NULL, 'IPAY2023/06/10126', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10728, '2023-06-05 10:06:42', 10139, NULL, NULL, 'IPAY2023/06/10127', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10729, '2023-06-05 10:21:50', 10140, NULL, NULL, 'IPAY2023/06/10128', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10730, '2023-06-05 10:23:44', 10141, NULL, NULL, 'IPAY2023/06/10129', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '47.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10731, '2023-06-05 10:35:00', 10142, NULL, NULL, 'IPAY2023/06/10130', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10732, '2023-06-05 10:35:20', 10143, NULL, NULL, 'IPAY2023/06/10131', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10733, '2023-06-05 10:42:38', 10144, NULL, NULL, 'IPAY2023/06/10132', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10734, '2023-06-05 10:50:14', 10145, NULL, NULL, 'IPAY2023/06/10133', NULL, 'cash', '', '', '', '', '', '', '38.5000', NULL, 7, NULL, 'received', '', '38.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10735, '2023-06-05 11:04:43', 10146, NULL, NULL, 'IPAY2023/06/10134', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10736, '2023-06-05 11:06:52', 10147, NULL, NULL, 'IPAY2023/06/10135', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10737, '2023-06-05 11:15:14', 10148, NULL, NULL, 'IPAY2023/06/10136', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10738, '2023-06-05 11:30:04', 10149, NULL, NULL, 'IPAY2023/06/10137', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10739, '2023-06-05 11:51:36', 10150, NULL, NULL, 'IPAY2023/06/10138', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10740, '2023-06-05 11:56:28', 10151, NULL, NULL, 'IPAY2023/06/10139', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10741, '2023-06-05 11:59:18', 10152, NULL, NULL, 'IPAY2023/06/10140', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10742, '2023-06-05 12:25:39', 10153, NULL, NULL, 'IPAY2023/06/10141', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10743, '2023-06-05 12:26:51', 10154, NULL, NULL, 'IPAY2023/06/10142', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10744, '2023-06-05 12:59:59', 10155, NULL, NULL, 'IPAY2023/06/10143', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10745, '2023-06-05 13:43:00', 10156, NULL, NULL, 'IPAY2023/06/10144', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10746, '2023-06-05 13:44:34', 10157, NULL, NULL, 'IPAY2023/06/10145', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10747, '2023-06-05 14:09:03', 10158, NULL, NULL, 'IPAY2023/06/10146', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10748, '2023-06-05 14:38:48', 10159, NULL, NULL, 'IPAY2023/06/10147', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10749, '2023-06-05 15:08:41', 10160, NULL, NULL, 'IPAY2023/06/10148', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10750, '2023-06-05 15:10:37', 10161, NULL, NULL, 'IPAY2023/06/10149', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10751, '2023-06-05 15:16:00', NULL, NULL, 647, 'POP2023/06/0603', NULL, 'cash', '', '', '', '', '', 'Visa', '527.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10752, '2023-06-05 15:16:00', NULL, NULL, 646, 'POP2023/06/0604', NULL, 'cash', '', '', '', '', '', 'Visa', '1704.7400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10753, '2023-06-05 15:16:00', NULL, NULL, 645, 'POP2023/06/0605', NULL, 'cash', '', '', '', '', '', 'Visa', '184.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10754, '2023-06-05 15:21:34', 10162, NULL, NULL, 'IPAY2023/06/10150', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10755, '2023-06-05 15:38:04', 10163, NULL, NULL, 'IPAY2023/06/10151', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10756, '2023-06-05 16:14:29', 10164, NULL, NULL, 'IPAY2023/06/10152', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10757, '2023-06-05 16:17:21', 10165, NULL, NULL, 'IPAY2023/06/10153', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10758, '2023-06-05 16:21:04', 10166, NULL, NULL, 'IPAY2023/06/10154', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10759, '2023-06-05 16:55:52', 10167, NULL, NULL, 'IPAY2023/06/10155', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10760, '2023-06-05 16:59:25', 10168, NULL, NULL, 'IPAY2023/06/10156', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10761, '2023-06-05 17:01:15', 10169, NULL, NULL, 'IPAY2023/06/10157', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10762, '2023-06-05 17:18:07', 10170, NULL, NULL, 'IPAY2023/06/10158', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10763, '2023-06-05 18:38:07', 10171, NULL, NULL, 'IPAY2023/06/10159', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10764, '2023-06-05 18:47:16', 10172, NULL, NULL, 'IPAY2023/06/10160', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10765, '2023-06-05 19:39:29', 10173, NULL, NULL, 'IPAY2023/06/10161', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10766, '2023-06-05 19:56:32', 10174, NULL, NULL, 'IPAY2023/06/10162', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10767, '2023-06-06 05:34:33', 10175, NULL, NULL, 'IPAY2023/06/10163', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10768, '2023-06-06 06:11:17', 10176, NULL, NULL, 'IPAY2023/06/10164', NULL, 'cash', '', '', '', '', '', '', '64.0000', NULL, 7, NULL, 'received', '', '64.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10769, '2023-06-06 06:19:11', 10177, NULL, NULL, 'IPAY2023/06/10165', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10770, '2023-06-06 06:40:12', 10178, NULL, NULL, 'IPAY2023/06/10166', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10771, '2023-06-06 06:40:55', 10179, NULL, NULL, 'IPAY2023/06/10167', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10772, '2023-06-06 06:48:13', 10180, NULL, NULL, 'IPAY2023/06/10168', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10773, '2023-06-06 07:17:13', 10181, NULL, NULL, 'IPAY2023/06/10169', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10774, '2023-06-06 07:18:30', 10182, NULL, NULL, 'IPAY2023/06/10170', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10775, '2023-06-06 07:19:12', 10183, NULL, NULL, 'IPAY2023/06/10171', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10776, '2023-06-06 07:47:25', 10184, NULL, NULL, 'IPAY2023/06/10172', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10777, '2023-06-06 07:51:49', 10185, NULL, NULL, 'IPAY2023/06/10173', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10778, '2023-06-06 07:52:34', 10186, NULL, NULL, 'IPAY2023/06/10174', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10779, '2023-06-06 08:26:55', 10187, NULL, NULL, 'IPAY2023/06/10175', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10780, '2023-06-06 08:42:11', 10188, NULL, NULL, 'IPAY2023/06/10176', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10781, '2023-06-06 08:46:37', 10189, NULL, NULL, 'IPAY2023/06/10177', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10782, '2023-06-06 10:57:44', 10190, NULL, NULL, 'IPAY2023/06/10178', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10783, '2023-06-06 11:02:25', 10191, NULL, NULL, 'IPAY2023/06/10179', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10784, '2023-06-06 11:06:40', 10192, NULL, NULL, 'IPAY2023/06/10180', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10785, '2023-06-06 11:08:03', 10193, NULL, NULL, 'IPAY2023/06/10181', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10786, '2023-06-06 11:21:29', 10194, NULL, NULL, 'IPAY2023/06/10182', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10787, '2023-06-06 11:34:05', 10195, NULL, NULL, 'IPAY2023/06/10183', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10788, '2023-06-06 11:34:41', 10196, NULL, NULL, 'IPAY2023/06/10184', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10789, '2023-06-06 11:41:18', 10197, NULL, NULL, 'IPAY2023/06/10185', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10790, '2023-06-06 11:48:19', 10198, NULL, NULL, 'IPAY2023/06/10186', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10791, '2023-06-06 11:49:47', 10199, NULL, NULL, 'IPAY2023/06/10187', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10792, '2023-06-06 12:30:54', 10200, NULL, NULL, 'IPAY2023/06/10188', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10793, '2023-06-06 12:44:33', 10201, NULL, NULL, 'IPAY2023/06/10189', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10794, '2023-06-06 13:10:19', 10202, NULL, NULL, 'IPAY2023/06/10190', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10795, '2023-06-06 14:12:49', 10203, NULL, NULL, 'IPAY2023/06/10191', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10796, '2023-06-06 14:32:49', 10204, NULL, NULL, 'IPAY2023/06/10192', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10797, '2023-06-06 14:42:08', 10205, NULL, NULL, 'IPAY2023/06/10193', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10798, '2023-06-06 14:51:48', 10206, NULL, NULL, 'IPAY2023/06/10194', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10799, '2023-06-06 14:57:41', 10207, NULL, NULL, 'IPAY2023/06/10195', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10800, '2023-06-06 15:11:46', 10208, NULL, NULL, 'IPAY2023/06/10196', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10801, '2023-06-06 15:25:41', 10209, NULL, NULL, 'IPAY2023/06/10197', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10802, '2023-06-06 16:06:10', 10210, NULL, NULL, 'IPAY2023/06/10198', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10803, '2023-06-06 16:08:00', 10211, NULL, NULL, 'IPAY2023/06/10199', NULL, 'cash', '', '', '', '', '', 'Visa', '15.0000', NULL, 8, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10804, '2023-06-06 16:14:44', 10212, NULL, NULL, 'IPAY2023/06/10200', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10805, '2023-06-06 16:17:38', 10213, NULL, NULL, 'IPAY2023/06/10201', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10806, '2023-06-06 16:19:37', 10214, NULL, NULL, 'IPAY2023/06/10202', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10807, '2023-06-06 17:02:36', 10215, NULL, NULL, 'IPAY2023/06/10203', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10808, '2023-06-06 17:05:20', 10216, NULL, NULL, 'IPAY2023/06/10204', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10809, '2023-06-06 17:06:50', 10217, NULL, NULL, 'IPAY2023/06/10205', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10810, '2023-06-06 17:33:39', 10218, NULL, NULL, 'IPAY2023/06/10206', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10811, '2023-06-06 17:35:47', 10219, NULL, NULL, 'IPAY2023/06/10207', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10812, '2023-06-06 17:38:34', 10220, NULL, NULL, 'IPAY2023/06/10208', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10813, '2023-06-06 18:01:19', 10221, NULL, NULL, 'IPAY2023/06/10209', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10814, '2023-06-06 18:19:35', 10222, NULL, NULL, 'IPAY2023/06/10210', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10815, '2023-06-06 18:42:05', 10223, NULL, NULL, 'IPAY2023/06/10211', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10816, '2023-06-06 18:45:55', 10224, NULL, NULL, 'IPAY2023/06/10212', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10817, '2023-06-06 18:49:11', 10225, NULL, NULL, 'IPAY2023/06/10213', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10818, '2023-06-06 19:14:54', 10226, NULL, NULL, 'IPAY2023/06/10214', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10819, '2023-06-06 19:20:37', 10227, NULL, NULL, 'IPAY2023/06/10215', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10820, '2023-06-06 19:47:12', 10228, NULL, NULL, 'IPAY2023/06/10216', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10821, '2023-06-06 19:59:56', 10229, NULL, NULL, 'IPAY2023/06/10217', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10822, '2023-06-06 20:00:57', 10230, NULL, NULL, 'IPAY2023/06/10218', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10823, '2023-06-07 06:08:06', 10231, NULL, NULL, 'IPAY2023/06/10219', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10824, '2023-06-07 06:10:39', 10232, NULL, NULL, 'IPAY2023/06/10220', NULL, 'cash', '', '', '', '', '', '', '295.0000', NULL, 7, NULL, 'received', '', '295.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10825, '2023-06-07 06:12:01', 10233, NULL, NULL, 'IPAY2023/06/10221', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10826, '2023-06-07 06:12:25', 10234, NULL, NULL, 'IPAY2023/06/10222', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10827, '2023-06-07 06:12:47', 10235, NULL, NULL, 'IPAY2023/06/10223', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10828, '2023-06-07 06:13:57', 10236, NULL, NULL, 'IPAY2023/06/10224', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10829, '2023-06-07 06:14:45', 10237, NULL, NULL, 'IPAY2023/06/10225', NULL, 'cash', '', '', '', '', '', '', '17.5000', NULL, 7, NULL, 'received', '', '17.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10830, '2023-06-07 06:16:03', 10238, NULL, NULL, 'IPAY2023/06/10226', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10831, '2023-06-07 06:17:14', 10239, NULL, NULL, 'IPAY2023/06/10227', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10832, '2023-06-07 06:26:05', 10240, NULL, NULL, 'IPAY2023/06/10228', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10833, '2023-06-07 07:37:57', 10241, NULL, NULL, 'IPAY2023/06/10229', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10834, '2023-06-07 08:06:33', 10242, NULL, NULL, 'IPAY2023/06/10230', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10835, '2023-06-07 08:09:02', 10243, NULL, NULL, 'IPAY2023/06/10231', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10836, '2023-06-07 08:20:30', 10244, NULL, NULL, 'IPAY2023/06/10232', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10837, '2023-06-07 08:26:00', 10211, NULL, NULL, 'IPAY2023/06/10233', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0000', NULL, 8, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10838, '2023-06-07 08:37:19', 10245, NULL, NULL, 'IPAY2023/06/10233', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10839, '2023-06-07 08:38:03', 10246, NULL, NULL, 'IPAY2023/06/10234', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10840, '2023-06-07 09:12:32', 10247, NULL, NULL, 'IPAY2023/06/10235', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10841, '2023-06-07 09:14:25', 10248, NULL, NULL, 'IPAY2023/06/10236', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10842, '2023-06-07 09:14:50', 10249, NULL, NULL, 'IPAY2023/06/10237', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10843, '2023-06-07 10:39:25', 10250, NULL, NULL, 'IPAY2023/06/10238', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10844, '2023-06-07 11:41:47', 10251, NULL, NULL, 'IPAY2023/06/10239', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10845, '2023-06-07 12:21:11', 10252, NULL, NULL, 'IPAY2023/06/10240', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10846, '2023-06-07 14:23:23', 10253, NULL, NULL, 'IPAY2023/06/10241', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10847, '2023-06-07 15:59:27', 10254, NULL, NULL, 'IPAY2023/06/10242', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10848, '2023-06-07 16:07:29', 10255, NULL, NULL, 'IPAY2023/06/10243', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10849, '2023-06-07 16:25:00', 10256, NULL, NULL, 'IPAY2023/06/10244', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10850, '2023-06-07 16:37:38', 10257, NULL, NULL, 'IPAY2023/06/10245', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10851, '2023-06-07 16:40:05', 10258, NULL, NULL, 'IPAY2023/06/10246', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10852, '2023-06-07 16:41:24', 10259, NULL, NULL, 'IPAY2023/06/10247', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10853, '2023-06-07 16:44:11', 10260, NULL, NULL, 'IPAY2023/06/10248', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10854, '2023-06-07 16:47:05', 10261, NULL, NULL, 'IPAY2023/06/10249', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10855, '2023-06-07 16:48:45', 10262, NULL, NULL, 'IPAY2023/06/10250', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10856, '2023-06-07 16:49:12', 10263, NULL, NULL, 'IPAY2023/06/10251', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10857, '2023-06-07 17:10:45', 10264, NULL, NULL, 'IPAY2023/06/10252', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10858, '2023-06-07 17:12:19', 10265, NULL, NULL, 'IPAY2023/06/10253', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10859, '2023-06-07 17:36:19', 10266, NULL, NULL, 'IPAY2023/06/10254', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10860, '2023-06-07 17:37:06', 10267, NULL, NULL, 'IPAY2023/06/10255', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10861, '2023-06-07 17:40:22', 10268, NULL, NULL, 'IPAY2023/06/10256', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10862, '2023-06-07 18:15:15', 10269, NULL, NULL, 'IPAY2023/06/10257', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10863, '2023-06-07 18:42:22', 10270, NULL, NULL, 'IPAY2023/06/10258', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10864, '2023-06-07 18:49:28', 10271, NULL, NULL, 'IPAY2023/06/10259', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10865, '2023-06-07 18:55:26', 10272, NULL, NULL, 'IPAY2023/06/10260', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10866, '2023-06-07 18:58:58', 10273, NULL, NULL, 'IPAY2023/06/10261', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10867, '2023-06-07 19:09:27', 10274, NULL, NULL, 'IPAY2023/06/10262', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10868, '2023-06-07 19:22:06', 10275, NULL, NULL, 'IPAY2023/06/10263', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10869, '2023-06-07 19:57:13', 10276, NULL, NULL, 'IPAY2023/06/10264', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10870, '2023-06-07 20:03:04', 10277, NULL, NULL, 'IPAY2023/06/10265', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10871, '2023-06-08 05:49:07', 10278, NULL, NULL, 'IPAY2023/06/10266', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10872, '2023-06-08 05:54:17', 10279, NULL, NULL, 'IPAY2023/06/10267', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10873, '2023-06-08 06:44:20', 10280, NULL, NULL, 'IPAY2023/06/10268', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10874, '2023-06-08 06:44:56', 10281, NULL, NULL, 'IPAY2023/06/10269', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10875, '2023-06-08 06:46:11', 10282, NULL, NULL, 'IPAY2023/06/10270', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '47.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10876, '2023-06-08 06:53:10', 10283, NULL, NULL, 'IPAY2023/06/10271', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10877, '2023-06-08 07:17:58', 10284, NULL, NULL, 'IPAY2023/06/10272', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10878, '2023-06-08 07:20:16', 10285, NULL, NULL, 'IPAY2023/06/10273', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10879, '2023-06-08 07:30:57', 10286, NULL, NULL, 'IPAY2023/06/10274', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10880, '2023-06-08 07:44:01', 10287, NULL, NULL, 'IPAY2023/06/10275', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10881, '2023-06-08 08:14:54', 10288, NULL, NULL, 'IPAY2023/06/10276', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10882, '2023-06-08 08:22:18', 10289, NULL, NULL, 'IPAY2023/06/10277', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10883, '2023-06-08 08:33:00', NULL, NULL, 651, 'POP2023/06/0606', NULL, 'cash', '', '', '', '', '', 'Visa', '262.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10884, '2023-06-08 08:34:00', NULL, NULL, 650, 'POP2023/06/0607', NULL, 'cash', '', '', '', '', '', 'Visa', '250.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10885, '2023-06-08 09:06:54', 10290, NULL, NULL, 'IPAY2023/06/10278', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10886, '2023-06-08 09:14:00', 10291, NULL, NULL, 'IPAY2023/06/10279', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10887, '2023-06-08 09:20:53', 10292, NULL, NULL, 'IPAY2023/06/10280', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10888, '2023-06-08 09:31:57', 10293, NULL, NULL, 'IPAY2023/06/10281', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10889, '2023-06-08 09:48:30', 10294, NULL, NULL, 'IPAY2023/06/10282', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10890, '2023-06-08 10:00:00', NULL, NULL, 649, 'POP2023/06/0608', NULL, 'cash', '', '', '', '', '', 'Visa', '448.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10891, '2023-06-08 10:01:00', NULL, NULL, 648, 'POP2023/06/0609', NULL, 'cash', '', '', '', '', '', 'Visa', '80.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10892, '2023-06-08 10:01:00', NULL, NULL, 653, 'POP2023/06/0610', NULL, 'cash', '', '', '', '', '', 'Visa', '454.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10893, '2023-06-08 10:01:00', NULL, NULL, 652, 'POP2023/06/0611', NULL, 'cash', '', '', '', '', '', 'Visa', '147.8100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10894, '2023-06-08 10:01:52', 10295, NULL, NULL, 'IPAY2023/06/10283', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10895, '2023-06-08 10:04:22', 10296, NULL, NULL, 'IPAY2023/06/10284', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10896, '2023-06-08 10:08:00', NULL, NULL, 654, 'POP2023/06/0612', NULL, 'cash', '', '', '', '', '', 'Visa', '11.7500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10897, '2023-06-08 10:17:14', 10297, NULL, NULL, 'IPAY2023/06/10285', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10898, '2023-06-08 10:24:38', 10298, NULL, NULL, 'IPAY2023/06/10286', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10899, '2023-06-08 10:26:28', 10299, NULL, NULL, 'IPAY2023/06/10287', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10900, '2023-06-08 10:27:50', 10300, NULL, NULL, 'IPAY2023/06/10288', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10901, '2023-06-08 10:39:50', 10301, NULL, NULL, 'IPAY2023/06/10289', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10902, '2023-06-08 10:54:38', 10302, NULL, NULL, 'IPAY2023/06/10290', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10903, '2023-06-08 10:57:50', 10303, NULL, NULL, 'IPAY2023/06/10291', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10904, '2023-06-08 11:11:44', 10304, NULL, NULL, 'IPAY2023/06/10292', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10905, '2023-06-08 11:19:15', 10305, NULL, NULL, 'IPAY2023/06/10293', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10906, '2023-06-08 11:36:57', 10306, NULL, NULL, 'IPAY2023/06/10294', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10907, '2023-06-08 12:19:21', 10307, NULL, NULL, 'IPAY2023/06/10295', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10908, '2023-06-08 12:22:28', 10308, NULL, NULL, 'IPAY2023/06/10296', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10909, '2023-06-08 12:35:03', 10309, NULL, NULL, 'IPAY2023/06/10297', NULL, 'cash', '', '', '', '', '', '', '47.5000', NULL, 7, NULL, 'received', '', '47.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10910, '2023-06-08 12:44:05', 10310, NULL, NULL, 'IPAY2023/06/10298', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10911, '2023-06-08 12:46:19', 10311, NULL, NULL, 'IPAY2023/06/10299', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10912, '2023-06-08 12:51:28', 10312, NULL, NULL, 'IPAY2023/06/10300', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10913, '2023-06-08 13:05:57', 10313, NULL, NULL, 'IPAY2023/06/10301', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10914, '2023-06-08 13:26:16', 10314, NULL, NULL, 'IPAY2023/06/10302', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10915, '2023-06-08 14:12:51', 10315, NULL, NULL, 'IPAY2023/06/10303', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10916, '2023-06-08 14:34:05', 10316, NULL, NULL, 'IPAY2023/06/10304', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10917, '2023-06-08 14:39:00', NULL, NULL, 655, 'POP2023/06/0613', NULL, 'cash', '', '', '', '', '', 'Visa', '422.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10918, '2023-06-08 14:51:40', 10317, NULL, NULL, 'IPAY2023/06/10305', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10919, '2023-06-08 14:52:58', 10318, NULL, NULL, 'IPAY2023/06/10306', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10920, '2023-06-08 14:53:57', 10319, NULL, NULL, 'IPAY2023/06/10307', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10921, '2023-06-08 15:07:38', 10320, NULL, NULL, 'IPAY2023/06/10308', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10922, '2023-06-08 15:34:35', 10321, NULL, NULL, 'IPAY2023/06/10309', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10923, '2023-06-08 15:57:53', 10322, NULL, NULL, 'IPAY2023/06/10310', NULL, 'cash', '', '', '', '', '', '', '1.4900', NULL, 7, NULL, 'received', '', '1.4900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10924, '2023-06-08 17:32:05', 10323, NULL, NULL, 'IPAY2023/06/10311', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10925, '2023-06-08 17:34:43', 10324, NULL, NULL, 'IPAY2023/06/10312', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10926, '2023-06-08 17:53:24', 10325, NULL, NULL, 'IPAY2023/06/10313', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10927, '2023-06-08 17:54:05', 10326, NULL, NULL, 'IPAY2023/06/10314', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10928, '2023-06-08 18:01:15', 10327, NULL, NULL, 'IPAY2023/06/10315', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10929, '2023-06-08 18:08:34', 10328, NULL, NULL, 'IPAY2023/06/10316', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10930, '2023-06-08 18:17:57', 10329, NULL, NULL, 'IPAY2023/06/10317', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10931, '2023-06-08 18:22:13', 10330, NULL, NULL, 'IPAY2023/06/10318', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10932, '2023-06-08 18:26:07', 10331, NULL, NULL, 'IPAY2023/06/10319', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10933, '2023-06-08 18:29:54', 10332, NULL, NULL, 'IPAY2023/06/10320', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10934, '2023-06-08 18:51:25', 10333, NULL, NULL, 'IPAY2023/06/10321', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10935, '2023-06-08 18:52:56', 10334, NULL, NULL, 'IPAY2023/06/10322', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10936, '2023-06-08 19:11:49', 10335, NULL, NULL, 'IPAY2023/06/10323', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10937, '2023-06-08 19:16:08', 10336, NULL, NULL, 'IPAY2023/06/10324', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10938, '2023-06-08 19:38:23', 10337, NULL, NULL, 'IPAY2023/06/10325', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10939, '2023-06-08 19:43:20', 10338, NULL, NULL, 'IPAY2023/06/10326', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10940, '2023-06-08 19:44:18', 10339, NULL, NULL, 'IPAY2023/06/10327', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10941, '2023-06-08 19:51:48', 10340, NULL, NULL, 'IPAY2023/06/10328', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10942, '2023-06-08 20:00:54', 10341, NULL, NULL, 'IPAY2023/06/10329', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10943, '2023-06-08 20:03:23', 10342, NULL, NULL, 'IPAY2023/06/10330', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10944, '2023-06-08 20:05:06', 10343, NULL, NULL, 'IPAY2023/06/10331', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10945, '2023-06-09 05:29:32', 10344, NULL, NULL, 'IPAY2023/06/10332', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10946, '2023-06-09 06:33:10', 10345, NULL, NULL, 'IPAY2023/06/10333', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10947, '2023-06-09 06:34:01', 10346, NULL, NULL, 'IPAY2023/06/10334', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10948, '2023-06-09 06:36:33', 10347, NULL, NULL, 'IPAY2023/06/10335', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10949, '2023-06-09 06:37:29', 10348, NULL, NULL, 'IPAY2023/06/10336', NULL, 'cash', '', '', '', '', '', '', '69.5000', NULL, 7, NULL, 'received', '', '69.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10950, '2023-06-09 06:48:08', 10349, NULL, NULL, 'IPAY2023/06/10337', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10951, '2023-06-09 06:50:45', 10350, NULL, NULL, 'IPAY2023/06/10338', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10952, '2023-06-09 06:55:19', 10351, NULL, NULL, 'IPAY2023/06/10339', NULL, 'cash', '', '', '', '', '', '', '170.5000', NULL, 7, NULL, 'received', '', '170.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10953, '2023-06-09 07:13:43', 10352, NULL, NULL, 'IPAY2023/06/10340', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10954, '2023-06-09 07:17:51', 10353, NULL, NULL, 'IPAY2023/06/10341', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10955, '2023-06-09 07:43:56', 10354, NULL, NULL, 'IPAY2023/06/10342', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10956, '2023-06-09 07:55:33', 10355, NULL, NULL, 'IPAY2023/06/10343', NULL, 'cash', '', '', '', '', '', '', '82.5000', NULL, 7, NULL, 'received', '', '82.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10957, '2023-06-09 08:23:26', 10356, NULL, NULL, 'IPAY2023/06/10344', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10958, '2023-06-09 08:33:56', 10357, NULL, NULL, 'IPAY2023/06/10345', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10959, '2023-06-09 08:36:24', 10358, NULL, NULL, 'IPAY2023/06/10346', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10960, '2023-06-09 09:12:48', 10359, NULL, NULL, 'IPAY2023/06/10347', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10961, '2023-06-09 09:17:59', 10360, NULL, NULL, 'IPAY2023/06/10348', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10962, '2023-06-09 09:28:40', 10361, NULL, NULL, 'IPAY2023/06/10349', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10963, '2023-06-09 09:28:53', 10362, NULL, NULL, 'IPAY2023/06/10350', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10964, '2023-06-09 09:42:20', 10363, NULL, NULL, 'IPAY2023/06/10351', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10965, '2023-06-09 09:46:35', 10364, NULL, NULL, 'IPAY2023/06/10352', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10966, '2023-06-09 10:21:28', 10365, NULL, NULL, 'IPAY2023/06/10353', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10967, '2023-06-09 10:25:24', 10366, NULL, NULL, 'IPAY2023/06/10354', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10968, '2023-06-09 10:32:30', 10367, NULL, NULL, 'IPAY2023/06/10355', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10969, '2023-06-09 10:38:42', 10368, NULL, NULL, 'IPAY2023/06/10356', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10970, '2023-06-09 11:01:25', 10369, NULL, NULL, 'IPAY2023/06/10357', NULL, 'cash', '', '', '', '', '', '', '126.0000', NULL, 7, NULL, 'received', '', '126.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10971, '2023-06-09 11:20:28', 10370, NULL, NULL, 'IPAY2023/06/10358', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10972, '2023-06-09 11:32:00', NULL, NULL, 656, 'POP2023/06/0614', NULL, 'cash', '', '', '', '', '', 'Visa', '236.2000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10973, '2023-06-09 11:37:00', NULL, NULL, 657, 'POP2023/06/0615', NULL, 'cash', '', '', '', '', '', 'Visa', '443.4700', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10974, '2023-06-09 11:38:34', 10371, NULL, NULL, 'IPAY2023/06/10359', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10975, '2023-06-09 11:39:15', 10372, NULL, NULL, 'IPAY2023/06/10360', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10976, '2023-06-09 11:40:58', 10373, NULL, NULL, 'IPAY2023/06/10361', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10977, '2023-06-09 11:43:03', 10374, NULL, NULL, 'IPAY2023/06/10362', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10978, '2023-06-09 12:10:03', 10375, NULL, NULL, 'IPAY2023/06/10363', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10979, '2023-06-09 12:29:57', 10376, NULL, NULL, 'IPAY2023/06/10364', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10980, '2023-06-09 12:35:13', 10377, NULL, NULL, 'IPAY2023/06/10365', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10981, '2023-06-09 12:46:28', 10378, NULL, NULL, 'IPAY2023/06/10366', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10982, '2023-06-09 12:58:09', 10379, NULL, NULL, 'IPAY2023/06/10367', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10983, '2023-06-09 13:25:43', 10380, NULL, NULL, 'IPAY2023/06/10368', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10984, '2023-06-09 13:56:14', 10381, NULL, NULL, 'IPAY2023/06/10369', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10985, '2023-06-09 14:31:33', 10382, NULL, NULL, 'IPAY2023/06/10370', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10986, '2023-06-09 14:35:44', 10383, NULL, NULL, 'IPAY2023/06/10371', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10987, '2023-06-09 14:43:05', 10384, NULL, NULL, 'IPAY2023/06/10372', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10988, '2023-06-09 15:00:46', 10385, NULL, NULL, 'IPAY2023/06/10373', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10989, '2023-06-09 15:30:08', 10386, NULL, NULL, 'IPAY2023/06/10374', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10990, '2023-06-09 15:30:25', 10387, NULL, NULL, 'IPAY2023/06/10375', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10991, '2023-06-09 15:42:05', 10388, NULL, NULL, 'IPAY2023/06/10376', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10992, '2023-06-09 15:56:37', 10389, NULL, NULL, 'IPAY2023/06/10377', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10993, '2023-06-09 16:00:43', 10390, NULL, NULL, 'IPAY2023/06/10378', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10994, '2023-06-09 16:01:22', 10391, NULL, NULL, 'IPAY2023/06/10379', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10995, '2023-06-09 16:06:28', 10392, NULL, NULL, 'IPAY2023/06/10380', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10996, '2023-06-09 16:40:00', NULL, NULL, 658, 'POP2023/06/0616', NULL, 'cash', '', '', '', '', '', 'Visa', '314.5800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10997, '2023-06-09 16:46:19', 10393, NULL, NULL, 'IPAY2023/06/10381', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10998, '2023-06-09 16:52:57', 10394, NULL, NULL, 'IPAY2023/06/10382', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (10999, '2023-06-09 16:55:08', 10395, NULL, NULL, 'IPAY2023/06/10383', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11000, '2023-06-09 17:38:35', 10396, NULL, NULL, 'IPAY2023/06/10384', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11001, '2023-06-09 17:49:54', 10397, NULL, NULL, 'IPAY2023/06/10385', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11002, '2023-06-09 17:52:32', 10398, NULL, NULL, 'IPAY2023/06/10386', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11003, '2023-06-09 17:54:34', 10399, NULL, NULL, 'IPAY2023/06/10387', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11004, '2023-06-09 18:21:14', 10400, NULL, NULL, 'IPAY2023/06/10388', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11005, '2023-06-09 18:28:04', 10401, NULL, NULL, 'IPAY2023/06/10389', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11006, '2023-06-09 18:35:36', 10402, NULL, NULL, 'IPAY2023/06/10390', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11007, '2023-06-09 18:36:03', 10403, NULL, NULL, 'IPAY2023/06/10391', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11008, '2023-06-09 18:36:26', 10404, NULL, NULL, 'IPAY2023/06/10392', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11009, '2023-06-09 19:02:05', 10405, NULL, NULL, 'IPAY2023/06/10393', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11010, '2023-06-09 19:30:22', 10406, NULL, NULL, 'IPAY2023/06/10394', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11011, '2023-06-09 19:56:57', 10407, NULL, NULL, 'IPAY2023/06/10395', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11012, '2023-06-10 05:39:40', 10408, NULL, NULL, 'IPAY2023/06/10396', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11013, '2023-06-10 06:15:32', 10409, NULL, NULL, 'IPAY2023/06/10397', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11014, '2023-06-10 06:57:44', 10410, NULL, NULL, 'IPAY2023/06/10398', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11015, '2023-06-10 06:59:42', 10411, NULL, NULL, 'IPAY2023/06/10399', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11016, '2023-06-10 07:00:55', 10412, NULL, NULL, 'IPAY2023/06/10400', NULL, 'cash', '', '', '', '', '', '', '40.5000', NULL, 7, NULL, 'received', '', '40.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11017, '2023-06-10 07:03:25', 10413, NULL, NULL, 'IPAY2023/06/10401', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11018, '2023-06-10 07:06:29', 10414, NULL, NULL, 'IPAY2023/06/10402', NULL, 'cash', '', '', '', '', '', '', '44.0000', NULL, 7, NULL, 'received', '', '44.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11019, '2023-06-10 08:01:45', 10415, NULL, NULL, 'IPAY2023/06/10403', NULL, 'cash', '', '', '', '', '', '', '125.0000', NULL, 7, NULL, 'received', '', '125.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11020, '2023-06-10 08:09:08', 10416, NULL, NULL, 'IPAY2023/06/10404', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11021, '2023-06-10 08:34:29', 10417, NULL, NULL, 'IPAY2023/06/10405', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11022, '2023-06-10 08:47:27', 10418, NULL, NULL, 'IPAY2023/06/10406', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11023, '2023-06-10 08:47:50', 10419, NULL, NULL, 'IPAY2023/06/10407', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11024, '2023-06-10 10:07:19', 10420, NULL, NULL, 'IPAY2023/06/10408', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11025, '2023-06-10 10:27:48', 10421, NULL, NULL, 'IPAY2023/06/10409', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11026, '2023-06-10 10:28:16', 10422, NULL, NULL, 'IPAY2023/06/10410', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11027, '2023-06-10 10:29:13', 10423, NULL, NULL, 'IPAY2023/06/10411', NULL, 'cash', '', '', '', '', '', '', '28.9900', NULL, 7, NULL, 'received', '', '28.9900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11028, '2023-06-10 10:29:54', 10424, NULL, NULL, 'IPAY2023/06/10412', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11029, '2023-06-10 10:50:49', 10425, NULL, NULL, 'IPAY2023/06/10413', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11030, '2023-06-10 11:18:36', 10426, NULL, NULL, 'IPAY2023/06/10414', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11031, '2023-06-10 11:26:05', 10427, NULL, NULL, 'IPAY2023/06/10415', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11032, '2023-06-10 11:27:22', 10428, NULL, NULL, 'IPAY2023/06/10416', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11033, '2023-06-10 11:43:45', 10429, NULL, NULL, 'IPAY2023/06/10417', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11034, '2023-06-10 12:23:29', 10430, NULL, NULL, 'IPAY2023/06/10418', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11035, '2023-06-10 12:43:55', 10431, NULL, NULL, 'IPAY2023/06/10419', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11036, '2023-06-10 12:54:28', 10432, NULL, NULL, 'IPAY2023/06/10420', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11037, '2023-06-10 13:12:28', 10433, NULL, NULL, 'IPAY2023/06/10421', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11038, '2023-06-10 13:31:35', 10434, NULL, NULL, 'IPAY2023/06/10422', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11039, '2023-06-10 14:07:28', 10435, NULL, NULL, 'IPAY2023/06/10423', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11040, '2023-06-10 14:09:15', 10436, NULL, NULL, 'IPAY2023/06/10424', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11041, '2023-06-10 14:36:46', 10437, NULL, NULL, 'IPAY2023/06/10425', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11042, '2023-06-10 15:23:26', 10438, NULL, NULL, 'IPAY2023/06/10426', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11043, '2023-06-10 15:35:52', 10439, NULL, NULL, 'IPAY2023/06/10427', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11044, '2023-06-10 16:13:06', 10440, NULL, NULL, 'IPAY2023/06/10428', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11045, '2023-06-10 16:23:09', 10441, NULL, NULL, 'IPAY2023/06/10429', NULL, 'cash', '', '', '', '', '', '', '265.0000', NULL, 7, NULL, 'received', '', '265.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11046, '2023-06-10 16:26:52', 10442, NULL, NULL, 'IPAY2023/06/10430', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11047, '2023-06-10 16:55:36', 10443, NULL, NULL, 'IPAY2023/06/10431', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11048, '2023-06-10 16:57:08', 10444, NULL, NULL, 'IPAY2023/06/10432', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11049, '2023-06-10 16:58:53', 10445, NULL, NULL, 'IPAY2023/06/10433', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11050, '2023-06-10 16:59:24', 10446, NULL, NULL, 'IPAY2023/06/10434', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11051, '2023-06-10 17:40:43', 10447, NULL, NULL, 'IPAY2023/06/10435', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11052, '2023-06-10 18:02:31', 10448, NULL, NULL, 'IPAY2023/06/10436', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11053, '2023-06-10 18:24:05', 10449, NULL, NULL, 'IPAY2023/06/10437', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11054, '2023-06-10 18:24:21', 10450, NULL, NULL, 'IPAY2023/06/10438', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11055, '2023-06-10 18:33:12', 10451, NULL, NULL, 'IPAY2023/06/10439', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11056, '2023-06-10 18:35:00', 10452, NULL, NULL, 'IPAY2023/06/10440', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11057, '2023-06-10 18:38:09', 10453, NULL, NULL, 'IPAY2023/06/10441', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11058, '2023-06-10 18:48:32', 10454, NULL, NULL, 'IPAY2023/06/10442', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11059, '2023-06-10 18:50:04', 10455, NULL, NULL, 'IPAY2023/06/10443', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11060, '2023-06-10 18:53:39', 10456, NULL, NULL, 'IPAY2023/06/10444', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11061, '2023-06-10 19:17:10', 10457, NULL, NULL, 'IPAY2023/06/10445', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11062, '2023-06-10 19:18:50', 10458, NULL, NULL, 'IPAY2023/06/10446', NULL, 'cash', '', '', '', '', '', '', '1.9800', NULL, 7, NULL, 'received', '', '1.9800', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11063, '2023-06-10 19:21:28', 10459, NULL, NULL, 'IPAY2023/06/10447', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11064, '2023-06-10 19:35:56', 10460, NULL, NULL, 'IPAY2023/06/10448', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11065, '2023-06-10 19:46:46', 10461, NULL, NULL, 'IPAY2023/06/10449', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11066, '2023-06-10 19:48:15', 10462, NULL, NULL, 'IPAY2023/06/10450', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11067, '2023-06-10 20:00:59', 10463, NULL, NULL, 'IPAY2023/06/10451', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11068, '2023-06-10 20:02:45', 10464, NULL, NULL, 'IPAY2023/06/10452', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11069, '2023-06-11 05:30:49', 10465, NULL, NULL, 'IPAY2023/06/10453', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11070, '2023-06-11 05:53:42', 10466, NULL, NULL, 'IPAY2023/06/10454', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11071, '2023-06-11 06:31:59', 10467, NULL, NULL, 'IPAY2023/06/10455', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11072, '2023-06-11 06:58:23', 10468, NULL, NULL, 'IPAY2023/06/10456', NULL, 'cash', '', '', '', '', '', '', '10.9900', NULL, 7, NULL, 'received', '', '10.9900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11073, '2023-06-11 07:22:40', 10469, NULL, NULL, 'IPAY2023/06/10457', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11074, '2023-06-11 07:23:53', 10470, NULL, NULL, 'IPAY2023/06/10458', NULL, 'cash', '', '', '', '', '', '', '10.9900', NULL, 7, NULL, 'received', '', '10.9900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11075, '2023-06-11 07:38:40', 10471, NULL, NULL, 'IPAY2023/06/10459', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11076, '2023-06-11 08:16:37', 10472, NULL, NULL, 'IPAY2023/06/10460', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11077, '2023-06-11 09:52:05', 10473, NULL, NULL, 'IPAY2023/06/10461', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11078, '2023-06-11 10:01:24', 10474, NULL, NULL, 'IPAY2023/06/10462', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11079, '2023-06-11 10:01:39', 10475, NULL, NULL, 'IPAY2023/06/10463', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11080, '2023-06-11 10:03:33', 10476, NULL, NULL, 'IPAY2023/06/10464', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11081, '2023-06-11 10:28:20', 10477, NULL, NULL, 'IPAY2023/06/10465', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11082, '2023-06-11 10:35:52', 10478, NULL, NULL, 'IPAY2023/06/10466', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11083, '2023-06-11 10:36:59', 10479, NULL, NULL, 'IPAY2023/06/10467', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11084, '2023-06-11 11:23:31', 10480, NULL, NULL, 'IPAY2023/06/10468', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11085, '2023-06-11 13:03:09', 10481, NULL, NULL, 'IPAY2023/06/10469', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11086, '2023-06-11 13:03:30', 10482, NULL, NULL, 'IPAY2023/06/10470', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11087, '2023-06-11 13:06:12', 10483, NULL, NULL, 'IPAY2023/06/10471', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11088, '2023-06-11 13:18:20', 10484, NULL, NULL, 'IPAY2023/06/10472', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11089, '2023-06-11 13:30:45', 10485, NULL, NULL, 'IPAY2023/06/10473', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11090, '2023-06-11 13:34:02', 10486, NULL, NULL, 'IPAY2023/06/10474', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11091, '2023-06-11 14:08:13', 10487, NULL, NULL, 'IPAY2023/06/10475', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11092, '2023-06-11 14:33:46', 10488, NULL, NULL, 'IPAY2023/06/10476', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11093, '2023-06-11 14:40:52', 10489, NULL, NULL, 'IPAY2023/06/10477', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11094, '2023-06-11 15:39:09', 10490, NULL, NULL, 'IPAY2023/06/10478', NULL, 'cash', '', '', '', '', '', '', '64.5000', NULL, 7, NULL, 'received', '', '64.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11095, '2023-06-11 15:53:33', 10491, NULL, NULL, 'IPAY2023/06/10479', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11096, '2023-06-11 16:12:16', 10492, NULL, NULL, 'IPAY2023/06/10480', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11097, '2023-06-11 17:00:04', 10493, NULL, NULL, 'IPAY2023/06/10481', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11098, '2023-06-11 17:25:14', 10494, NULL, NULL, 'IPAY2023/06/10482', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11099, '2023-06-11 18:11:14', 10495, NULL, NULL, 'IPAY2023/06/10483', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11100, '2023-06-11 18:14:52', 10496, NULL, NULL, 'IPAY2023/06/10484', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11101, '2023-06-11 18:39:05', 10497, NULL, NULL, 'IPAY2023/06/10485', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11102, '2023-06-11 19:07:21', 10498, NULL, NULL, 'IPAY2023/06/10486', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11103, '2023-06-11 19:22:18', 10499, NULL, NULL, 'IPAY2023/06/10487', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11104, '2023-06-11 19:43:47', 10500, NULL, NULL, 'IPAY2023/06/10488', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11105, '2023-06-11 19:45:48', 10501, NULL, NULL, 'IPAY2023/06/10489', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11106, '2023-06-11 20:05:54', 10502, NULL, NULL, 'IPAY2023/06/10490', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11107, '2023-06-12 05:57:15', 10503, NULL, NULL, 'IPAY2023/06/10491', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11108, '2023-06-12 06:00:28', 10504, NULL, NULL, 'IPAY2023/06/10492', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11109, '2023-06-12 06:17:02', 10505, NULL, NULL, 'IPAY2023/06/10493', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11110, '2023-06-12 06:19:58', 10506, NULL, NULL, 'IPAY2023/06/10494', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11111, '2023-06-12 06:34:04', 10507, NULL, NULL, 'IPAY2023/06/10495', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11112, '2023-06-12 06:35:15', 10508, NULL, NULL, 'IPAY2023/06/10496', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11113, '2023-06-12 06:53:31', 10509, NULL, NULL, 'IPAY2023/06/10497', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11114, '2023-06-12 06:55:05', 10510, NULL, NULL, 'IPAY2023/06/10498', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11115, '2023-06-12 06:55:47', 10511, NULL, NULL, 'IPAY2023/06/10499', NULL, 'cash', '', '', '', '', '', '', '52.5000', NULL, 7, NULL, 'received', '', '52.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11116, '2023-06-12 06:56:32', 10512, NULL, NULL, 'IPAY2023/06/10500', NULL, 'cash', '', '', '', '', '', '', '18.5000', NULL, 7, NULL, 'received', '', '18.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11117, '2023-06-12 07:14:07', 10513, NULL, NULL, 'IPAY2023/06/10501', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11118, '2023-06-12 07:17:21', 10514, NULL, NULL, 'IPAY2023/06/10502', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11119, '2023-06-12 07:24:16', 10515, NULL, NULL, 'IPAY2023/06/10503', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11120, '2023-06-12 08:09:28', 10516, NULL, NULL, 'IPAY2023/06/10504', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11121, '2023-06-12 08:20:22', 10517, NULL, NULL, 'IPAY2023/06/10505', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11122, '2023-06-12 08:23:47', 10518, NULL, NULL, 'IPAY2023/06/10506', NULL, 'cash', '', '', '', '', '', '', '75.0000', NULL, 7, NULL, 'received', '', '75.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11123, '2023-06-12 08:24:18', 10519, NULL, NULL, 'IPAY2023/06/10507', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11124, '2023-06-12 08:24:43', 10520, NULL, NULL, 'IPAY2023/06/10508', NULL, 'cash', '', '', '', '', '', '', '144.0000', NULL, 7, NULL, 'received', '', '144.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11125, '2023-06-12 08:25:15', 10521, NULL, NULL, 'IPAY2023/06/10509', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11126, '2023-06-12 08:25:52', 10522, NULL, NULL, 'IPAY2023/06/10510', NULL, 'cash', '', '', '', '', '', '', '120.0000', NULL, 7, NULL, 'received', '', '120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11127, '2023-06-12 08:26:35', 10523, NULL, NULL, 'IPAY2023/06/10511', NULL, 'cash', '', '', '', '', '', '', '79.0000', NULL, 7, NULL, 'received', '', '79.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11129, '2023-06-12 08:36:00', 10525, NULL, NULL, 'IPAY2023/06/10513', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11130, '2023-06-12 08:36:19', 10526, NULL, NULL, 'IPAY2023/06/10514', NULL, 'cash', '', '', '', '', '', '', '9.2500', NULL, 7, NULL, 'received', '', '9.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11131, '2023-06-12 09:06:00', NULL, NULL, 661, 'POP2023/06/0617', NULL, 'cash', '', '', '', '', '', 'Visa', '87.9600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11132, '2023-06-12 09:06:00', NULL, NULL, 660, 'POP2023/06/0618', NULL, 'cash', '', '', '', '', '', 'Visa', '777.4400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11133, '2023-06-12 09:06:00', NULL, NULL, 659, 'POP2023/06/0619', NULL, 'cash', '', '', '', '', '', 'Visa', '2799.3798', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11134, '2023-06-12 09:22:00', NULL, NULL, 662, 'POP2023/06/0620', NULL, 'cash', '', '', '', '', '', 'Visa', '223.5100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11135, '2023-06-12 10:32:28', 10527, NULL, NULL, 'IPAY2023/06/10515', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11136, '2023-06-14 16:40:00', NULL, NULL, 665, 'POP2023/06/0621', NULL, 'cash', '', '', '', '', '', 'Visa', '247.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11137, '2023-06-14 16:40:00', NULL, NULL, 664, 'POP2023/06/0622', NULL, 'cash', '', '', '', '', '', 'Visa', '194.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11138, '2023-06-14 16:40:00', NULL, NULL, 663, 'POP2023/06/0623', NULL, 'cash', '', '', '', '', '', 'Visa', '56.8333', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11139, '2023-06-14 16:42:57', 10528, NULL, NULL, 'IPAY2023/06/10516', NULL, 'cash', '', '', '', '', '', '', '141.0000', NULL, 7, NULL, 'received', '', '141.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11140, '2023-06-14 16:51:18', 10529, NULL, NULL, 'IPAY2023/06/10517', NULL, 'cash', '', '', '', '', '', '', '131.0000', NULL, 7, NULL, 'received', '', '131.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11141, '2023-06-14 16:58:55', 10530, NULL, NULL, 'IPAY2023/06/10518', NULL, 'cash', '', '', '', '', '', '', '241.0000', NULL, 7, NULL, 'received', '', '241.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11142, '2023-06-14 17:05:00', 10531, NULL, NULL, 'IPAY2023/06/10519', NULL, 'cash', '', '', '', '', '', '', '270.9800', NULL, 7, NULL, 'received', '', '270.9800', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11143, '2023-06-14 17:15:32', 10532, NULL, NULL, 'IPAY2023/06/10520', NULL, 'cash', '', '', '', '', '', '', '141.5000', NULL, 7, NULL, 'received', '', '141.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11144, '2023-06-14 17:18:59', 10533, NULL, NULL, 'IPAY2023/06/10521', NULL, 'cash', '', '', '', '', '', '', '133.5000', NULL, 7, NULL, 'received', '', '133.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11145, '2023-06-14 17:31:20', 10534, NULL, NULL, 'IPAY2023/06/10522', NULL, 'cash', '', '', '', '', '', '', '226.0000', NULL, 7, NULL, 'received', '', '226.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11146, '2023-06-14 17:36:23', 10535, NULL, NULL, 'IPAY2023/06/10523', NULL, 'cash', '', '', '', '', '', '', '184.0000', NULL, 7, NULL, 'received', '', '184.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11147, '2023-06-14 17:43:48', 10536, NULL, NULL, 'IPAY2023/06/10524', NULL, 'cash', '', '', '', '', '', '', '188.0000', NULL, 7, NULL, 'received', '', '188.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11148, '2023-06-14 17:54:46', 10537, NULL, NULL, 'IPAY2023/06/10525', NULL, 'cash', '', '', '', '', '', '', '284.0000', NULL, 7, NULL, 'received', '', '284.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11149, '2023-06-14 18:00:08', 10538, NULL, NULL, 'IPAY2023/06/10526', NULL, 'cash', '', '', '', '', '', '', '96.5000', NULL, 7, NULL, 'received', '', '96.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11150, '2023-06-14 18:20:04', 10539, NULL, NULL, 'IPAY2023/06/10527', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11151, '2023-06-14 18:20:39', 10540, NULL, NULL, 'IPAY2023/06/10528', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11152, '2023-06-14 18:23:09', 10541, NULL, NULL, 'IPAY2023/06/10529', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11153, '2023-06-14 18:24:05', 10542, NULL, NULL, 'IPAY2023/06/10530', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11154, '2023-06-14 19:06:46', 10543, NULL, NULL, 'IPAY2023/06/10531', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11155, '2023-06-14 19:15:49', 10544, NULL, NULL, 'IPAY2023/06/10532', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11156, '2023-06-14 19:16:45', 10545, NULL, NULL, 'IPAY2023/06/10533', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11157, '2023-06-14 19:18:12', 10546, NULL, NULL, 'IPAY2023/06/10534', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11158, '2023-06-14 19:19:09', 10547, NULL, NULL, 'IPAY2023/06/10535', NULL, 'cash', '', '', '', '', '', '', '41.0000', NULL, 7, NULL, 'received', '', '41.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11159, '2023-06-14 19:19:27', 10548, NULL, NULL, 'IPAY2023/06/10536', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11160, '2023-06-14 19:21:47', 10549, NULL, NULL, 'IPAY2023/06/10537', NULL, 'cash', '', '', '', '', '', '', '68.2500', NULL, 7, NULL, 'received', '', '68.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11161, '2023-06-14 19:23:11', 10550, NULL, NULL, 'IPAY2023/06/10538', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11162, '2023-06-14 19:25:42', 10551, NULL, NULL, 'IPAY2023/06/10539', NULL, 'cash', '', '', '', '', '', '', '248.0000', NULL, 7, NULL, 'received', '', '248.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11163, '2023-06-14 19:27:08', 10552, NULL, NULL, 'IPAY2023/06/10540', NULL, 'cash', '', '', '', '', '', '', '133.0000', NULL, 7, NULL, 'received', '', '133.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11164, '2023-06-14 19:29:02', 10553, NULL, NULL, 'IPAY2023/06/10541', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11165, '2023-06-14 19:30:08', 10554, NULL, NULL, 'IPAY2023/06/10542', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11166, '2023-06-14 19:30:55', 10555, NULL, NULL, 'IPAY2023/06/10543', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11167, '2023-06-14 19:32:25', 10556, NULL, NULL, 'IPAY2023/06/10544', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11168, '2023-06-14 19:47:56', 10557, NULL, NULL, 'IPAY2023/06/10545', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11169, '2023-06-15 06:52:02', 10558, NULL, NULL, 'IPAY2023/06/10546', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11170, '2023-06-15 07:03:35', 10559, NULL, NULL, 'IPAY2023/06/10547', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11171, '2023-06-15 07:04:25', 10560, NULL, NULL, 'IPAY2023/06/10548', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11172, '2023-06-15 07:04:49', 10561, NULL, NULL, 'IPAY2023/06/10549', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11173, '2023-06-15 07:13:47', 10562, NULL, NULL, 'IPAY2023/06/10550', NULL, 'cash', '', '', '', '', '', '', '24.9800', NULL, 7, NULL, 'received', '', '24.9800', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11174, '2023-06-15 07:14:10', 10563, NULL, NULL, 'IPAY2023/06/10551', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11175, '2023-06-15 07:44:30', 10564, NULL, NULL, 'IPAY2023/06/10552', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11176, '2023-06-15 07:45:51', 10565, NULL, NULL, 'IPAY2023/06/10553', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11177, '2023-06-15 08:20:58', 10566, NULL, NULL, 'IPAY2023/06/10554', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11178, '2023-06-15 09:03:48', 10567, NULL, NULL, 'IPAY2023/06/10555', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11179, '2023-06-15 09:11:08', 10568, NULL, NULL, 'IPAY2023/06/10556', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11180, '2023-06-15 09:32:26', 10569, NULL, NULL, 'IPAY2023/06/10557', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11181, '2023-06-15 10:17:37', 10570, NULL, NULL, 'IPAY2023/06/10558', NULL, 'cash', '', '', '', '', '', '', '107.5000', NULL, 7, NULL, 'received', '', '107.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11182, '2023-06-15 10:24:31', 10571, NULL, NULL, 'IPAY2023/06/10559', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11183, '2023-06-15 10:38:05', 10572, NULL, NULL, 'IPAY2023/06/10560', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11184, '2023-06-15 11:08:24', 10573, NULL, NULL, 'IPAY2023/06/10561', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11185, '2023-06-15 11:41:15', 10574, NULL, NULL, 'IPAY2023/06/10562', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11186, '2023-06-15 12:02:53', 10575, NULL, NULL, 'IPAY2023/06/10563', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11187, '2023-06-15 12:24:36', 10576, NULL, NULL, 'IPAY2023/06/10564', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11188, '2023-06-15 12:49:03', 10577, NULL, NULL, 'IPAY2023/06/10565', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '100.0000', '84.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11189, '2023-06-15 14:10:32', 10578, NULL, NULL, 'IPAY2023/06/10566', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11190, '2023-06-15 14:37:42', 10579, NULL, NULL, 'IPAY2023/06/10567', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11191, '2023-06-15 14:49:56', 10580, NULL, NULL, 'IPAY2023/06/10568', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11192, '2023-06-15 15:03:39', 10581, NULL, NULL, 'IPAY2023/06/10569', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11193, '2023-06-15 15:12:00', NULL, NULL, 666, 'POP2023/06/0624', NULL, 'cash', '', '', '', '', '', 'Visa', '410.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11194, '2023-06-15 15:14:15', 10582, NULL, NULL, 'IPAY2023/06/10570', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11195, '2023-06-15 15:14:47', 10583, NULL, NULL, 'IPAY2023/06/10571', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11196, '2023-06-15 15:23:43', 10584, NULL, NULL, 'IPAY2023/06/10572', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11197, '2023-06-15 15:23:56', 10585, NULL, NULL, 'IPAY2023/06/10573', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11198, '2023-06-15 15:29:19', 10586, NULL, NULL, 'IPAY2023/06/10574', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11199, '2023-06-15 15:34:01', 10587, NULL, NULL, 'IPAY2023/06/10575', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11200, '2023-06-15 15:48:57', 10588, NULL, NULL, 'IPAY2023/06/10576', NULL, 'cash', '', '', '', '', '', '', '154.0000', NULL, 7, NULL, 'received', '', '154.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11201, '2023-06-15 15:49:46', 10589, NULL, NULL, 'IPAY2023/06/10577', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11202, '2023-06-15 16:01:26', 10590, NULL, NULL, 'IPAY2023/06/10578', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11203, '2023-06-15 17:10:31', 10591, NULL, NULL, 'IPAY2023/06/10579', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11204, '2023-06-15 17:21:26', 10592, NULL, NULL, 'IPAY2023/06/10580', NULL, 'cash', '', '', '', '', '', '', '46.0000', NULL, 7, NULL, 'received', '', '46.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11205, '2023-06-15 17:22:12', 10593, NULL, NULL, 'IPAY2023/06/10581', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11206, '2023-06-15 17:23:31', 10594, NULL, NULL, 'IPAY2023/06/10582', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11207, '2023-06-15 17:39:33', 10595, NULL, NULL, 'IPAY2023/06/10583', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11208, '2023-06-15 17:43:00', 10596, NULL, NULL, 'IPAY2023/06/10584', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11209, '2023-06-15 18:21:10', 10597, NULL, NULL, 'IPAY2023/06/10585', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11210, '2023-06-15 18:50:30', 10598, NULL, NULL, 'IPAY2023/06/10586', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11211, '2023-06-15 19:39:23', 10599, NULL, NULL, 'IPAY2023/06/10587', NULL, 'cash', '', '', '', '', '', '', '31.5000', NULL, 7, NULL, 'received', '', '31.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11212, '2023-06-16 06:01:31', 10600, NULL, NULL, 'IPAY2023/06/10588', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11213, '2023-06-16 06:02:39', 10601, NULL, NULL, 'IPAY2023/06/10589', NULL, 'cash', '', '', '', '', '', '', '0.9900', NULL, 7, NULL, 'received', '', '0.9900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11214, '2023-06-16 07:10:09', 10602, NULL, NULL, 'IPAY2023/06/10590', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11215, '2023-06-16 07:18:14', 10603, NULL, NULL, 'IPAY2023/06/10591', NULL, 'cash', '', '', '', '', '', '', '70.5000', NULL, 7, NULL, 'received', '', '70.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11216, '2023-06-16 07:19:58', 10604, NULL, NULL, 'IPAY2023/06/10592', NULL, 'cash', '', '', '', '', '', '', '67.0000', NULL, 7, NULL, 'received', '', '67.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11217, '2023-06-16 07:25:07', 10605, NULL, NULL, 'IPAY2023/06/10593', NULL, 'cash', '', '', '', '', '', '', '340.0000', NULL, 7, NULL, 'received', '', '340.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11218, '2023-06-16 07:26:18', 10606, NULL, NULL, 'IPAY2023/06/10594', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11219, '2023-06-16 07:27:43', 10607, NULL, NULL, 'IPAY2023/06/10595', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11220, '2023-06-16 07:29:57', 10608, NULL, NULL, 'IPAY2023/06/10596', NULL, 'cash', '', '', '', '', '', '', '28.7500', NULL, 7, NULL, 'received', '', '28.7500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11221, '2023-06-16 07:30:48', 10609, NULL, NULL, 'IPAY2023/06/10597', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11222, '2023-06-16 09:41:51', 10610, NULL, NULL, 'IPAY2023/06/10598', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11223, '2023-06-16 10:04:38', 10611, NULL, NULL, 'IPAY2023/06/10599', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11224, '2023-06-16 10:27:38', 10612, NULL, NULL, 'IPAY2023/06/10600', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11225, '2023-06-16 10:48:56', 10613, NULL, NULL, 'IPAY2023/06/10601', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11226, '2023-06-16 10:50:47', 10614, NULL, NULL, 'IPAY2023/06/10602', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11227, '2023-06-16 12:57:23', 10615, NULL, NULL, 'IPAY2023/06/10603', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11228, '2023-06-16 13:07:49', 10616, NULL, NULL, 'IPAY2023/06/10604', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11229, '2023-06-16 13:36:16', 10617, NULL, NULL, 'IPAY2023/06/10605', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11230, '2023-06-16 13:36:46', 10618, NULL, NULL, 'IPAY2023/06/10606', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11231, '2023-06-16 14:09:00', 10619, NULL, NULL, 'IPAY2023/06/10607', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11232, '2023-06-16 14:48:54', 10620, NULL, NULL, 'IPAY2023/06/10608', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11233, '2023-06-16 15:08:40', 10621, NULL, NULL, 'IPAY2023/06/10609', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11234, '2023-06-16 15:09:58', 10622, NULL, NULL, 'IPAY2023/06/10610', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11235, '2023-06-16 15:32:28', 10623, NULL, NULL, 'IPAY2023/06/10611', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11236, '2023-06-16 15:50:44', 10624, NULL, NULL, 'IPAY2023/06/10612', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11237, '2023-06-16 16:01:24', 10625, NULL, NULL, 'IPAY2023/06/10613', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11238, '2023-06-16 16:18:15', 10626, NULL, NULL, 'IPAY2023/06/10614', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11239, '2023-06-16 16:31:37', 10627, NULL, NULL, 'IPAY2023/06/10615', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11240, '2023-06-16 16:32:29', 10628, NULL, NULL, 'IPAY2023/06/10616', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11241, '2023-06-16 16:35:26', 10629, NULL, NULL, 'IPAY2023/06/10617', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11242, '2023-06-16 16:36:33', 10630, NULL, NULL, 'IPAY2023/06/10618', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11243, '2023-06-16 16:39:21', 10631, NULL, NULL, 'IPAY2023/06/10619', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11244, '2023-06-16 16:50:00', NULL, NULL, 667, 'POP2023/06/0625', NULL, 'cash', '', '', '', '', '', 'Visa', '673.4700', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11245, '2023-06-16 17:05:16', 10632, NULL, NULL, 'IPAY2023/06/10620', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11246, '2023-06-16 17:06:07', 10633, NULL, NULL, 'IPAY2023/06/10621', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11247, '2023-06-16 17:15:27', 10634, NULL, NULL, 'IPAY2023/06/10622', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11248, '2023-06-16 17:19:05', 10635, NULL, NULL, 'IPAY2023/06/10623', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11249, '2023-06-16 17:22:22', 10636, NULL, NULL, 'IPAY2023/06/10624', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11250, '2023-06-16 17:24:07', 10637, NULL, NULL, 'IPAY2023/06/10625', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11251, '2023-06-16 19:41:33', 10638, NULL, NULL, 'IPAY2023/06/10626', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11252, '2023-06-16 19:42:38', 10639, NULL, NULL, 'IPAY2023/06/10627', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11253, '2023-06-17 07:16:12', 10640, NULL, NULL, 'IPAY2023/06/10628', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '100.0000', '92.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11254, '2023-06-17 08:02:12', 10641, NULL, NULL, 'IPAY2023/06/10629', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11255, '2023-06-17 08:11:34', 10642, NULL, NULL, 'IPAY2023/06/10630', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11256, '2023-06-17 08:12:38', 10643, NULL, NULL, 'IPAY2023/06/10631', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11257, '2023-06-17 08:19:18', 10644, NULL, NULL, 'IPAY2023/06/10632', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11258, '2023-06-17 08:20:53', 10645, NULL, NULL, 'IPAY2023/06/10633', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '100.0000', '88.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11259, '2023-06-17 08:32:31', 10646, NULL, NULL, 'IPAY2023/06/10634', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11260, '2023-06-17 09:25:40', 10647, NULL, NULL, 'IPAY2023/06/10635', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11261, '2023-06-17 09:29:54', 10648, NULL, NULL, 'IPAY2023/06/10636', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11262, '2023-06-17 09:32:43', 10649, NULL, NULL, 'IPAY2023/06/10637', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11263, '2023-06-17 09:47:28', 10650, NULL, NULL, 'IPAY2023/06/10638', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11264, '2023-06-17 09:56:35', 10651, NULL, NULL, 'IPAY2023/06/10639', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11265, '2023-06-17 10:20:37', 10652, NULL, NULL, 'IPAY2023/06/10640', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11266, '2023-06-17 11:13:00', 10653, NULL, NULL, 'IPAY2023/06/10641', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11267, '2023-06-17 11:42:12', 10654, NULL, NULL, 'IPAY2023/06/10642', NULL, 'cash', '', '', '', '', '', '', '203.0000', NULL, 7, NULL, 'received', '', '203.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11268, '2023-06-17 11:44:58', 10655, NULL, NULL, 'IPAY2023/06/10643', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11269, '2023-06-17 11:59:27', 10656, NULL, NULL, 'IPAY2023/06/10644', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11270, '2023-06-17 12:24:38', 10657, NULL, NULL, 'IPAY2023/06/10645', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11271, '2023-06-17 13:05:21', 10658, NULL, NULL, 'IPAY2023/06/10646', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11272, '2023-06-17 13:06:44', 10659, NULL, NULL, 'IPAY2023/06/10647', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11273, '2023-06-17 13:15:17', 10660, NULL, NULL, 'IPAY2023/06/10648', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11274, '2023-06-17 13:34:42', 10661, NULL, NULL, 'IPAY2023/06/10649', NULL, 'cash', '', '', '', '', '', '', '56.0000', NULL, 7, NULL, 'received', '', '56.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11275, '2023-06-17 13:35:44', 10662, NULL, NULL, 'IPAY2023/06/10650', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11276, '2023-06-17 14:00:38', 10663, NULL, NULL, 'IPAY2023/06/10651', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11277, '2023-06-17 14:09:13', 10664, NULL, NULL, 'IPAY2023/06/10652', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11278, '2023-06-17 14:22:32', 10665, NULL, NULL, 'IPAY2023/06/10653', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11279, '2023-06-17 14:22:59', 10666, NULL, NULL, 'IPAY2023/06/10654', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11280, '2023-06-17 14:29:28', 10667, NULL, NULL, 'IPAY2023/06/10655', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11281, '2023-06-17 14:31:01', 10668, NULL, NULL, 'IPAY2023/06/10656', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11282, '2023-06-17 14:57:17', 10669, NULL, NULL, 'IPAY2023/06/10657', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11283, '2023-06-17 14:59:51', 10670, NULL, NULL, 'IPAY2023/06/10658', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11284, '2023-06-17 15:03:04', 10671, NULL, NULL, 'IPAY2023/06/10659', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11285, '2023-06-17 15:12:00', 10672, NULL, NULL, 'IPAY2023/06/10660', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11286, '2023-06-17 15:19:39', 10673, NULL, NULL, 'IPAY2023/06/10661', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11287, '2023-06-17 15:34:26', 10674, NULL, NULL, 'IPAY2023/06/10662', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11288, '2023-06-17 16:13:42', 10675, NULL, NULL, 'IPAY2023/06/10663', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11289, '2023-06-17 16:16:15', 10676, NULL, NULL, 'IPAY2023/06/10664', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11290, '2023-06-17 16:19:44', 10677, NULL, NULL, 'IPAY2023/06/10665', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11291, '2023-06-17 16:24:47', 10678, NULL, NULL, 'IPAY2023/06/10666', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11292, '2023-06-17 16:38:35', 10679, NULL, NULL, 'IPAY2023/06/10667', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11293, '2023-06-17 16:48:01', 10680, NULL, NULL, 'IPAY2023/06/10668', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11294, '2023-06-17 16:59:08', 10681, NULL, NULL, 'IPAY2023/06/10669', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11295, '2023-06-17 16:59:19', 10682, NULL, NULL, 'IPAY2023/06/10670', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11296, '2023-06-17 17:11:05', 10683, NULL, NULL, 'IPAY2023/06/10671', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '100.0000', '68.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11297, '2023-06-17 17:21:14', 10684, NULL, NULL, 'IPAY2023/06/10672', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '100.0000', '79.5000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11298, '2023-06-17 18:07:35', 10685, NULL, NULL, 'IPAY2023/06/10673', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11299, '2023-06-17 18:08:35', 10686, NULL, NULL, 'IPAY2023/06/10674', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11300, '2023-06-17 18:21:26', 10687, NULL, NULL, 'IPAY2023/06/10675', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11301, '2023-06-17 18:26:55', 10688, NULL, NULL, 'IPAY2023/06/10676', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11302, '2023-06-17 19:11:48', 10689, NULL, NULL, 'IPAY2023/06/10677', NULL, 'cash', '', '', '', '', '', '', '81.0000', NULL, 7, NULL, 'received', '', '81.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11303, '2023-06-17 19:36:30', 10690, NULL, NULL, 'IPAY2023/06/10678', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11304, '2023-06-17 19:43:14', 10691, NULL, NULL, 'IPAY2023/06/10679', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11305, '2023-06-18 05:56:22', 10692, NULL, NULL, 'IPAY2023/06/10680', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11306, '2023-06-18 05:57:39', 10693, NULL, NULL, 'IPAY2023/06/10681', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11307, '2023-06-18 05:59:54', 10694, NULL, NULL, 'IPAY2023/06/10682', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11308, '2023-06-18 06:07:52', 10695, NULL, NULL, 'IPAY2023/06/10683', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11309, '2023-06-18 06:20:36', 10696, NULL, NULL, 'IPAY2023/06/10684', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11310, '2023-06-18 06:34:18', 10697, NULL, NULL, 'IPAY2023/06/10685', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11311, '2023-06-18 06:36:50', 10698, NULL, NULL, 'IPAY2023/06/10686', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11312, '2023-06-18 06:40:16', 10699, NULL, NULL, 'IPAY2023/06/10687', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11313, '2023-06-18 07:12:30', 10700, NULL, NULL, 'IPAY2023/06/10688', NULL, 'cash', '', '', '', '', '', '', '2.9900', NULL, 7, NULL, 'received', '', '2.9900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11314, '2023-06-18 07:38:22', 10701, NULL, NULL, 'IPAY2023/06/10689', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11315, '2023-06-18 07:40:33', 10702, NULL, NULL, 'IPAY2023/06/10690', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11316, '2023-06-18 07:48:07', 10703, NULL, NULL, 'IPAY2023/06/10691', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11317, '2023-06-18 08:27:30', 10704, NULL, NULL, 'IPAY2023/06/10692', NULL, 'cash', '', '', '', '', '', '', '96.0000', NULL, 7, NULL, 'received', '', '96.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11318, '2023-06-18 08:46:29', 10705, NULL, NULL, 'IPAY2023/06/10693', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11319, '2023-06-18 08:49:28', 10706, NULL, NULL, 'IPAY2023/06/10694', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11320, '2023-06-18 08:51:26', 10707, NULL, NULL, 'IPAY2023/06/10695', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '100.0000', '83.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11321, '2023-06-18 08:56:46', 10708, NULL, NULL, 'IPAY2023/06/10696', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11322, '2023-06-18 08:58:15', 10709, NULL, NULL, 'IPAY2023/06/10697', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11323, '2023-06-18 09:21:59', 10710, NULL, NULL, 'IPAY2023/06/10698', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11324, '2023-06-18 09:25:04', 10711, NULL, NULL, 'IPAY2023/06/10699', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11325, '2023-06-18 09:36:00', 10712, NULL, NULL, 'IPAY2023/06/10700', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11326, '2023-06-18 09:37:27', 10713, NULL, NULL, 'IPAY2023/06/10701', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11327, '2023-06-18 09:47:36', 10714, NULL, NULL, 'IPAY2023/06/10702', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11328, '2023-06-18 10:35:26', 10715, NULL, NULL, 'IPAY2023/06/10703', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11329, '2023-06-18 10:39:28', 10716, NULL, NULL, 'IPAY2023/06/10704', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11330, '2023-06-18 10:44:49', 10717, NULL, NULL, 'IPAY2023/06/10705', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11331, '2023-06-18 10:45:21', 10718, NULL, NULL, 'IPAY2023/06/10706', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11332, '2023-06-18 10:57:13', 10719, NULL, NULL, 'IPAY2023/06/10707', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11333, '2023-06-18 11:03:43', 10720, NULL, NULL, 'IPAY2023/06/10708', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11334, '2023-06-18 11:06:07', 10721, NULL, NULL, 'IPAY2023/06/10709', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11335, '2023-06-18 11:26:49', 10722, NULL, NULL, 'IPAY2023/06/10710', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11336, '2023-06-18 11:27:25', 10723, NULL, NULL, 'IPAY2023/06/10711', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11337, '2023-06-18 11:54:32', 10724, NULL, NULL, 'IPAY2023/06/10712', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11338, '2023-06-18 12:03:03', 10725, NULL, NULL, 'IPAY2023/06/10713', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11339, '2023-06-18 12:52:46', 10726, NULL, NULL, 'IPAY2023/06/10714', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11340, '2023-06-18 13:16:50', 10727, NULL, NULL, 'IPAY2023/06/10715', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11341, '2023-06-18 14:20:35', 10728, NULL, NULL, 'IPAY2023/06/10716', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11342, '2023-06-18 14:54:50', 10729, NULL, NULL, 'IPAY2023/06/10717', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11343, '2023-06-18 15:49:35', 10730, NULL, NULL, 'IPAY2023/06/10718', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11344, '2023-06-18 15:51:53', 10731, NULL, NULL, 'IPAY2023/06/10719', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11345, '2023-06-18 15:52:37', 10732, NULL, NULL, 'IPAY2023/06/10720', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11346, '2023-06-18 16:17:09', 10733, NULL, NULL, 'IPAY2023/06/10721', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11347, '2023-06-18 16:19:05', 10734, NULL, NULL, 'IPAY2023/06/10722', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11348, '2023-06-18 16:48:12', 10735, NULL, NULL, 'IPAY2023/06/10723', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11349, '2023-06-18 16:51:12', 10736, NULL, NULL, 'IPAY2023/06/10724', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11350, '2023-06-18 17:12:33', 10737, NULL, NULL, 'IPAY2023/06/10725', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11351, '2023-06-18 17:13:19', 10738, NULL, NULL, 'IPAY2023/06/10726', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11352, '2023-06-18 18:01:18', 10739, NULL, NULL, 'IPAY2023/06/10727', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11353, '2023-06-18 18:13:22', 10740, NULL, NULL, 'IPAY2023/06/10728', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11354, '2023-06-18 19:14:33', 10741, NULL, NULL, 'IPAY2023/06/10729', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11355, '2023-06-18 19:16:16', 10742, NULL, NULL, 'IPAY2023/06/10730', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11356, '2023-06-18 19:28:14', 10743, NULL, NULL, 'IPAY2023/06/10731', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11357, '2023-06-18 19:39:59', 10744, NULL, NULL, 'IPAY2023/06/10732', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11358, '2023-06-18 19:55:23', 10745, NULL, NULL, 'IPAY2023/06/10733', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11359, '2023-06-18 19:55:56', 10746, NULL, NULL, 'IPAY2023/06/10734', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11360, '2023-06-18 20:05:52', 10747, NULL, NULL, 'IPAY2023/06/10735', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11361, '2023-06-18 20:08:57', 10748, NULL, NULL, 'IPAY2023/06/10736', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11362, '2023-06-18 20:09:47', 10749, NULL, NULL, 'IPAY2023/06/10737', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11363, '2023-06-18 20:12:48', 10750, NULL, NULL, 'IPAY2023/06/10738', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11364, '2023-06-19 06:04:27', 10751, NULL, NULL, 'IPAY2023/06/10739', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11365, '2023-06-19 06:23:10', 10752, NULL, NULL, 'IPAY2023/06/10740', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11366, '2023-06-19 06:23:55', 10753, NULL, NULL, 'IPAY2023/06/10741', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11367, '2023-06-19 06:25:32', 10754, NULL, NULL, 'IPAY2023/06/10742', NULL, 'cash', '', '', '', '', '', '', '86.5000', NULL, 7, NULL, 'received', '', '86.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11368, '2023-06-19 06:32:35', 10755, NULL, NULL, 'IPAY2023/06/10743', NULL, 'cash', '', '', '', '', '', '', '55.5000', NULL, 7, NULL, 'received', '', '55.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11369, '2023-06-19 06:33:23', 10756, NULL, NULL, 'IPAY2023/06/10744', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11370, '2023-06-19 06:46:13', 10757, NULL, NULL, 'IPAY2023/06/10745', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11371, '2023-06-19 06:48:51', 10758, NULL, NULL, 'IPAY2023/06/10746', NULL, 'cash', '', '', '', '', '', '', '66.0000', NULL, 7, NULL, 'received', '', '66.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11372, '2023-06-19 06:56:32', 10759, NULL, NULL, 'IPAY2023/06/10747', NULL, 'cash', '', '', '', '', '', '', '57.0000', NULL, 7, NULL, 'received', '', '57.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11373, '2023-06-19 07:25:36', 10760, NULL, NULL, 'IPAY2023/06/10748', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11374, '2023-06-19 07:53:08', 10761, NULL, NULL, 'IPAY2023/06/10749', NULL, 'cash', '', '', '', '', '', '', '68.0000', NULL, 7, NULL, 'received', '', '68.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11375, '2023-06-19 07:59:45', 10762, NULL, NULL, 'IPAY2023/06/10750', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11376, '2023-06-19 08:28:29', 10763, NULL, NULL, 'IPAY2023/06/10751', NULL, 'cash', '', '', '', '', '', '', '29.0000', NULL, 7, NULL, 'received', '', '29.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11377, '2023-06-19 08:46:00', NULL, NULL, 668, 'POP2023/06/0626', NULL, 'cash', '', '', '', '', '', 'Visa', '1707.0600', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11378, '2023-06-19 08:55:00', NULL, NULL, 669, 'POP2023/06/0627', NULL, 'cash', '', '', '', '', '', 'Visa', '750.4000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11379, '2023-06-19 08:59:53', 10764, NULL, NULL, 'IPAY2023/06/10752', NULL, 'cash', '', '', '', '', '', '', '68.5000', NULL, 7, NULL, 'received', '', '68.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11380, '2023-06-19 09:04:36', 10765, NULL, NULL, 'IPAY2023/06/10753', NULL, 'cash', '', '', '', '', '', '', '59.5000', NULL, 7, NULL, 'received', '', '59.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11381, '2023-06-19 09:05:48', 10766, NULL, NULL, 'IPAY2023/06/10754', NULL, 'cash', '', '', '', '', '', '', '94.0000', NULL, 7, NULL, 'received', '', '94.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11382, '2023-06-19 09:06:42', 10767, NULL, NULL, 'IPAY2023/06/10755', NULL, 'cash', '', '', '', '', '', '', '69.0000', NULL, 7, NULL, 'received', '', '69.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11383, '2023-06-19 09:07:47', 10768, NULL, NULL, 'IPAY2023/06/10756', NULL, 'cash', '', '', '', '', '', '', '52.5000', NULL, 7, NULL, 'received', '', '52.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11384, '2023-06-19 09:10:37', 10769, NULL, NULL, 'IPAY2023/06/10757', NULL, 'cash', '', '', '', '', '', '', '324.0000', NULL, 7, NULL, 'received', '', '324.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11385, '2023-06-19 09:11:01', 10770, NULL, NULL, 'IPAY2023/06/10758', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11386, '2023-06-19 10:22:26', 10771, NULL, NULL, 'IPAY2023/06/10759', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11387, '2023-06-19 10:44:18', 10772, NULL, NULL, 'IPAY2023/06/10760', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11388, '2023-06-19 11:02:00', 10773, NULL, NULL, 'IPAY2023/06/10761', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11389, '2023-06-19 11:38:24', 10774, NULL, NULL, 'IPAY2023/06/10762', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11390, '2023-06-19 12:11:52', 10775, NULL, NULL, 'IPAY2023/06/10763', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11391, '2023-06-19 12:12:56', 10776, NULL, NULL, 'IPAY2023/06/10764', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11392, '2023-06-19 12:27:54', 10777, NULL, NULL, 'IPAY2023/06/10765', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11393, '2023-06-19 12:50:03', 10778, NULL, NULL, 'IPAY2023/06/10766', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11394, '2023-06-19 13:28:39', 10779, NULL, NULL, 'IPAY2023/06/10767', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11395, '2023-06-19 13:52:03', 10780, NULL, NULL, 'IPAY2023/06/10768', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11396, '2023-06-19 14:12:56', 10781, NULL, NULL, 'IPAY2023/06/10769', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11397, '2023-06-19 14:41:36', 10782, NULL, NULL, 'IPAY2023/06/10770', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11398, '2023-06-19 15:42:00', 10783, NULL, NULL, 'IPAY2023/06/10771', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11399, '2023-06-19 15:51:57', 10784, NULL, NULL, 'IPAY2023/06/10772', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11400, '2023-06-19 16:26:02', 10785, NULL, NULL, 'IPAY2023/06/10773', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11401, '2023-06-19 17:00:17', 10786, NULL, NULL, 'IPAY2023/06/10774', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11402, '2023-06-19 17:03:13', 10787, NULL, NULL, 'IPAY2023/06/10775', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11403, '2023-06-19 17:06:17', 10788, NULL, NULL, 'IPAY2023/06/10776', NULL, 'cash', '', '', '', '', '', '', '56.5000', NULL, 7, NULL, 'received', '', '56.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11404, '2023-06-19 17:15:52', 10789, NULL, NULL, 'IPAY2023/06/10777', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11405, '2023-06-19 17:26:46', 10790, NULL, NULL, 'IPAY2023/06/10778', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11406, '2023-06-19 17:28:35', 10791, NULL, NULL, 'IPAY2023/06/10779', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11407, '2023-06-19 17:50:34', 10792, NULL, NULL, 'IPAY2023/06/10780', NULL, 'cash', '', '', '', '', '', '', '32.5000', NULL, 7, NULL, 'received', '', '32.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11408, '2023-06-19 18:04:00', 10793, NULL, NULL, 'IPAY2023/06/10781', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11409, '2023-06-19 18:28:24', 10794, NULL, NULL, 'IPAY2023/06/10782', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11410, '2023-06-19 19:08:59', 10795, NULL, NULL, 'IPAY2023/06/10783', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11411, '2023-06-19 19:25:22', 10796, NULL, NULL, 'IPAY2023/06/10784', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11412, '2023-06-19 19:40:25', 10797, NULL, NULL, 'IPAY2023/06/10785', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11413, '2023-06-19 19:55:27', 10798, NULL, NULL, 'IPAY2023/06/10786', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11414, '2023-06-20 05:46:12', 10799, NULL, NULL, 'IPAY2023/06/10787', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11415, '2023-06-20 07:09:32', 10800, NULL, NULL, 'IPAY2023/06/10788', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11416, '2023-06-20 07:13:32', 10801, NULL, NULL, 'IPAY2023/06/10789', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11417, '2023-06-20 07:14:39', 10802, NULL, NULL, 'IPAY2023/06/10790', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11418, '2023-06-20 07:15:31', 10803, NULL, NULL, 'IPAY2023/06/10791', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11419, '2023-06-20 07:16:24', 10804, NULL, NULL, 'IPAY2023/06/10792', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11420, '2023-06-20 07:17:21', 10805, NULL, NULL, 'IPAY2023/06/10793', NULL, 'cash', '', '', '', '', '', '', '13.4900', NULL, 7, NULL, 'received', '', '13.4900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11421, '2023-06-20 07:18:52', 10806, NULL, NULL, 'IPAY2023/06/10794', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11422, '2023-06-20 07:26:58', 10807, NULL, NULL, 'IPAY2023/06/10795', NULL, 'cash', '', '', '', '', '', '', '390.0000', NULL, 7, NULL, 'received', '', '390.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11423, '2023-06-20 07:59:32', 10808, NULL, NULL, 'IPAY2023/06/10796', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11424, '2023-06-20 08:19:12', 10809, NULL, NULL, 'IPAY2023/06/10797', NULL, 'cash', '', '', '', '', '', '', '13.5000', NULL, 7, NULL, 'received', '', '13.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11425, '2023-06-20 09:38:06', 10810, NULL, NULL, 'IPAY2023/06/10798', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11426, '2023-06-20 10:03:53', 10811, NULL, NULL, 'IPAY2023/06/10799', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11427, '2023-06-20 10:43:46', 10812, NULL, NULL, 'IPAY2023/06/10800', NULL, 'cash', '', '', '', '', '', '', '23.5000', NULL, 7, NULL, 'received', '', '23.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11428, '2023-06-20 11:19:08', 10813, NULL, NULL, 'IPAY2023/06/10801', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11429, '2023-06-20 11:39:08', 10814, NULL, NULL, 'IPAY2023/06/10802', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11430, '2023-06-20 12:48:40', 10815, NULL, NULL, 'IPAY2023/06/10803', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11431, '2023-06-20 13:13:31', 10816, NULL, NULL, 'IPAY2023/06/10804', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11432, '2023-06-20 13:45:43', 10817, NULL, NULL, 'IPAY2023/06/10805', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11433, '2023-06-20 14:02:23', 10818, NULL, NULL, 'IPAY2023/06/10806', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11434, '2023-06-20 14:31:14', 10819, NULL, NULL, 'IPAY2023/06/10807', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11435, '2023-06-20 15:13:55', 10820, NULL, NULL, 'IPAY2023/06/10808', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11436, '2023-06-20 15:51:16', 10821, NULL, NULL, 'IPAY2023/06/10809', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11437, '2023-06-20 15:57:08', 10822, NULL, NULL, 'IPAY2023/06/10810', NULL, 'cash', '', '', '', '', '', '', '72.0000', NULL, 7, NULL, 'received', '', '72.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11438, '2023-06-20 15:59:44', 10823, NULL, NULL, 'IPAY2023/06/10811', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11439, '2023-06-20 16:02:37', 10824, NULL, NULL, 'IPAY2023/06/10812', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11440, '2023-06-20 16:28:44', 10825, NULL, NULL, 'IPAY2023/06/10813', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11441, '2023-06-20 16:31:00', NULL, NULL, 670, 'POP2023/06/0628', NULL, 'cash', '', '', '', '', '', 'Visa', '116.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11442, '2023-06-20 16:32:03', 10826, NULL, NULL, 'IPAY2023/06/10814', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11443, '2023-06-20 16:35:00', NULL, NULL, 671, 'POP2023/06/0629', NULL, 'cash', '', '', '', '', '', 'Visa', '1601.9700', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11444, '2023-06-20 16:58:11', 10827, NULL, NULL, 'IPAY2023/06/10815', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11445, '2023-06-20 17:38:02', 10828, NULL, NULL, 'IPAY2023/06/10816', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11446, '2023-06-20 17:38:46', 10829, NULL, NULL, 'IPAY2023/06/10817', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11447, '2023-06-20 17:41:54', 10830, NULL, NULL, 'IPAY2023/06/10818', NULL, 'cash', '', '', '', '', '', '', '156.0000', NULL, 7, NULL, 'received', '', '156.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11448, '2023-06-20 17:53:06', 10831, NULL, NULL, 'IPAY2023/06/10819', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11449, '2023-06-20 17:59:59', 10832, NULL, NULL, 'IPAY2023/06/10820', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11450, '2023-06-20 18:01:43', 10833, NULL, NULL, 'IPAY2023/06/10821', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11451, '2023-06-20 18:07:02', 10834, NULL, NULL, 'IPAY2023/06/10822', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11452, '2023-06-20 18:29:02', 10835, NULL, NULL, 'IPAY2023/06/10823', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11453, '2023-06-20 18:29:18', 10836, NULL, NULL, 'IPAY2023/06/10824', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11454, '2023-06-20 18:30:44', 10837, NULL, NULL, 'IPAY2023/06/10825', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11455, '2023-06-20 18:31:16', 10838, NULL, NULL, 'IPAY2023/06/10826', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11456, '2023-06-20 18:45:34', 10839, NULL, NULL, 'IPAY2023/06/10827', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11457, '2023-06-20 19:03:16', 10840, NULL, NULL, 'IPAY2023/06/10828', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11458, '2023-06-20 19:16:16', 10841, NULL, NULL, 'IPAY2023/06/10829', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11459, '2023-06-20 19:40:28', 10842, NULL, NULL, 'IPAY2023/06/10830', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11460, '2023-06-21 07:16:12', 10843, NULL, NULL, 'IPAY2023/06/10831', NULL, 'cash', '', '', '', '', '', '', '90.5000', NULL, 7, NULL, 'received', '', '90.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11461, '2023-06-21 07:21:04', 10844, NULL, NULL, 'IPAY2023/06/10832', NULL, 'cash', '', '', '', '', '', '', '9.5000', NULL, 7, NULL, 'received', '', '9.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11462, '2023-06-21 07:24:40', 10845, NULL, NULL, 'IPAY2023/06/10833', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11463, '2023-06-21 07:25:04', 10846, NULL, NULL, 'IPAY2023/06/10834', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11464, '2023-06-21 07:32:29', 10847, NULL, NULL, 'IPAY2023/06/10835', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11465, '2023-06-21 07:54:52', 10848, NULL, NULL, 'IPAY2023/06/10836', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11466, '2023-06-21 07:56:16', 10849, NULL, NULL, 'IPAY2023/06/10837', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11467, '2023-06-21 10:09:28', 10850, NULL, NULL, 'IPAY2023/06/10838', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11468, '2023-06-21 10:10:02', 10851, NULL, NULL, 'IPAY2023/06/10839', NULL, 'cash', '', '', '', '', '', '', '0.5000', NULL, 7, NULL, 'received', '', '0.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11469, '2023-06-21 10:34:09', 10852, NULL, NULL, 'IPAY2023/06/10840', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11470, '2023-06-21 10:35:26', 10853, NULL, NULL, 'IPAY2023/06/10841', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11471, '2023-06-21 10:46:55', 10854, NULL, NULL, 'IPAY2023/06/10842', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11472, '2023-06-21 12:35:13', 10855, NULL, NULL, 'IPAY2023/06/10843', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11473, '2023-06-21 13:33:44', 10856, NULL, NULL, 'IPAY2023/06/10844', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11474, '2023-06-21 14:33:08', 10857, NULL, NULL, 'IPAY2023/06/10845', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11475, '2023-06-21 14:45:16', 10858, NULL, NULL, 'IPAY2023/06/10846', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11476, '2023-06-21 15:02:09', 10859, NULL, NULL, 'IPAY2023/06/10847', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11477, '2023-06-21 16:40:24', 10860, NULL, NULL, 'IPAY2023/06/10848', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11478, '2023-06-21 16:53:14', 10861, NULL, NULL, 'IPAY2023/06/10849', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11479, '2023-06-21 16:57:23', 10862, NULL, NULL, 'IPAY2023/06/10850', NULL, 'cash', '', '', '', '', '', '', '69.5000', NULL, 7, NULL, 'received', '', '69.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11480, '2023-06-21 16:59:08', 10863, NULL, NULL, 'IPAY2023/06/10851', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11481, '2023-06-21 17:14:18', 10864, NULL, NULL, 'IPAY2023/06/10852', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11482, '2023-06-21 17:14:50', 10865, NULL, NULL, 'IPAY2023/06/10853', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11483, '2023-06-21 17:23:05', 10866, NULL, NULL, 'IPAY2023/06/10854', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11484, '2023-06-21 17:55:19', 10867, NULL, NULL, 'IPAY2023/06/10855', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11485, '2023-06-21 17:58:43', 10868, NULL, NULL, 'IPAY2023/06/10856', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11486, '2023-06-21 18:28:21', 10869, NULL, NULL, 'IPAY2023/06/10857', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11487, '2023-06-21 19:00:50', 10870, NULL, NULL, 'IPAY2023/06/10858', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11488, '2023-06-21 19:01:17', 10871, NULL, NULL, 'IPAY2023/06/10859', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11489, '2023-06-21 19:32:13', 10872, NULL, NULL, 'IPAY2023/06/10860', NULL, 'cash', '', '', '', '', '', '', '22.0000', NULL, 7, NULL, 'received', '', '22.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11490, '2023-06-22 05:50:44', 10873, NULL, NULL, 'IPAY2023/06/10861', NULL, 'cash', '', '', '', '', '', '', '102.0000', NULL, 7, NULL, 'received', '', '102.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11491, '2023-06-22 06:27:08', 10874, NULL, NULL, 'IPAY2023/06/10862', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11492, '2023-06-22 06:51:20', 10875, NULL, NULL, 'IPAY2023/06/10863', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11493, '2023-06-22 06:58:44', 10876, NULL, NULL, 'IPAY2023/06/10864', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11494, '2023-06-22 06:59:55', 10877, NULL, NULL, 'IPAY2023/06/10865', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11495, '2023-06-22 07:02:59', 10878, NULL, NULL, 'IPAY2023/06/10866', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11496, '2023-06-22 07:03:58', 10879, NULL, NULL, 'IPAY2023/06/10867', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11497, '2023-06-22 07:05:23', 10880, NULL, NULL, 'IPAY2023/06/10868', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11498, '2023-06-22 07:28:50', 10881, NULL, NULL, 'IPAY2023/06/10869', NULL, 'cash', '', '', '', '', '', '', '1.2500', NULL, 7, NULL, 'received', '', '1.2500', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11499, '2023-06-22 07:49:46', 10882, NULL, NULL, 'IPAY2023/06/10870', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11500, '2023-06-22 08:01:37', 10883, NULL, NULL, 'IPAY2023/06/10871', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11501, '2023-06-22 09:03:05', 10884, NULL, NULL, 'IPAY2023/06/10872', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11502, '2023-06-22 09:44:05', 10885, NULL, NULL, 'IPAY2023/06/10873', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11503, '2023-06-22 10:02:18', 10886, NULL, NULL, 'IPAY2023/06/10874', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11504, '2023-06-22 11:05:07', 10887, NULL, NULL, 'IPAY2023/06/10875', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11505, '2023-06-22 11:07:10', 10888, NULL, NULL, 'IPAY2023/06/10876', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11506, '2023-06-22 11:10:26', 10889, NULL, NULL, 'IPAY2023/06/10877', NULL, 'cash', '', '', '', '', '', '', '14.5000', NULL, 7, NULL, 'received', '', '14.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11507, '2023-06-22 11:38:52', 10890, NULL, NULL, 'IPAY2023/06/10878', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11508, '2023-06-22 12:24:34', 10891, NULL, NULL, 'IPAY2023/06/10879', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11509, '2023-06-22 12:30:26', 10892, NULL, NULL, 'IPAY2023/06/10880', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11510, '2023-06-22 12:36:46', 10893, NULL, NULL, 'IPAY2023/06/10881', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11511, '2023-06-22 12:48:06', 10894, NULL, NULL, 'IPAY2023/06/10882', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11512, '2023-06-22 13:37:57', 10895, NULL, NULL, 'IPAY2023/06/10883', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11513, '2023-06-22 13:49:18', 10896, NULL, NULL, 'IPAY2023/06/10884', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11514, '2023-06-22 14:02:29', 10897, NULL, NULL, 'IPAY2023/06/10885', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11515, '2023-06-22 14:21:52', 10898, NULL, NULL, 'IPAY2023/06/10886', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11516, '2023-06-22 15:02:07', 10899, NULL, NULL, 'IPAY2023/06/10887', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11517, '2023-06-22 15:03:37', 10900, NULL, NULL, 'IPAY2023/06/10888', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11518, '2023-06-22 16:40:08', 10901, NULL, NULL, 'IPAY2023/06/10889', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11519, '2023-06-22 16:42:22', 10902, NULL, NULL, 'IPAY2023/06/10890', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11520, '2023-06-22 17:06:30', 10903, NULL, NULL, 'IPAY2023/06/10891', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11521, '2023-06-22 17:14:40', 10904, NULL, NULL, 'IPAY2023/06/10892', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11522, '2023-06-22 17:23:18', 10905, NULL, NULL, 'IPAY2023/06/10893', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11523, '2023-06-22 17:35:13', 10906, NULL, NULL, 'IPAY2023/06/10894', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11524, '2023-06-22 18:09:58', 10907, NULL, NULL, 'IPAY2023/06/10895', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11525, '2023-06-22 18:12:02', 10908, NULL, NULL, 'IPAY2023/06/10896', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11526, '2023-06-22 18:18:51', 10909, NULL, NULL, 'IPAY2023/06/10897', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11527, '2023-06-22 18:26:28', 10910, NULL, NULL, 'IPAY2023/06/10898', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11528, '2023-06-22 18:33:43', 10911, NULL, NULL, 'IPAY2023/06/10899', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11529, '2023-06-22 18:35:05', 10912, NULL, NULL, 'IPAY2023/06/10900', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11530, '2023-06-22 18:46:12', 10913, NULL, NULL, 'IPAY2023/06/10901', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11531, '2023-06-22 18:48:15', 10914, NULL, NULL, 'IPAY2023/06/10902', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11532, '2023-06-22 19:15:04', 10915, NULL, NULL, 'IPAY2023/06/10903', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11533, '2023-06-22 19:15:30', 10916, NULL, NULL, 'IPAY2023/06/10904', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11534, '2023-06-22 19:38:06', 10917, NULL, NULL, 'IPAY2023/06/10905', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11535, '2023-06-22 19:56:17', 10918, NULL, NULL, 'IPAY2023/06/10906', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11536, '2023-06-23 07:23:02', 10919, NULL, NULL, 'IPAY2023/06/10907', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11537, '2023-06-23 07:38:29', 10920, NULL, NULL, 'IPAY2023/06/10908', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11538, '2023-06-23 07:50:52', 10921, NULL, NULL, 'IPAY2023/06/10909', NULL, 'cash', '', '', '', '', '', '', '287.0000', NULL, 7, NULL, 'received', '', '287.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11539, '2023-06-23 07:52:21', 10922, NULL, NULL, 'IPAY2023/06/10910', NULL, 'cash', '', '', '', '', '', '', '16.5000', NULL, 7, NULL, 'received', '', '16.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11540, '2023-06-23 07:53:54', 10923, NULL, NULL, 'IPAY2023/06/10911', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11541, '2023-06-23 07:54:32', 10924, NULL, NULL, 'IPAY2023/06/10912', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11542, '2023-06-23 07:55:13', 10925, NULL, NULL, 'IPAY2023/06/10913', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11543, '2023-06-23 08:12:47', 10926, NULL, NULL, 'IPAY2023/06/10914', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11544, '2023-06-23 09:37:10', 10927, NULL, NULL, 'IPAY2023/06/10915', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11545, '2023-06-23 09:41:49', 10928, NULL, NULL, 'IPAY2023/06/10916', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11546, '2023-06-23 10:03:10', 10929, NULL, NULL, 'IPAY2023/06/10917', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11547, '2023-06-23 10:15:46', 10930, NULL, NULL, 'IPAY2023/06/10918', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11548, '2023-06-23 10:16:00', 10931, NULL, NULL, 'IPAY2023/06/10919', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11549, '2023-06-23 10:18:33', 10932, NULL, NULL, 'IPAY2023/06/10920', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11550, '2023-06-23 10:43:10', 10933, NULL, NULL, 'IPAY2023/06/10921', NULL, 'cash', '', '', '', '', '', '', '38.0000', NULL, 7, NULL, 'received', '', '38.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11551, '2023-06-23 10:44:17', 10934, NULL, NULL, 'IPAY2023/06/10922', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11552, '2023-06-23 11:18:14', 10935, NULL, NULL, 'IPAY2023/06/10923', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11553, '2023-06-23 11:21:38', 10936, NULL, NULL, 'IPAY2023/06/10924', NULL, 'cash', '', '', '', '', '', '', '78.0000', NULL, 7, NULL, 'received', '', '78.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11554, '2023-06-23 11:24:50', 10937, NULL, NULL, 'IPAY2023/06/10925', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11555, '2023-06-23 12:05:19', 10938, NULL, NULL, 'IPAY2023/06/10926', NULL, 'cash', '', '', '', '', '', '', '25.0000', NULL, 7, NULL, 'received', '', '25.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11556, '2023-06-23 13:00:30', 10939, NULL, NULL, 'IPAY2023/06/10927', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11557, '2023-06-23 14:25:24', 10940, NULL, NULL, 'IPAY2023/06/10928', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11558, '2023-06-23 14:29:17', 10941, NULL, NULL, 'IPAY2023/06/10929', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11559, '2023-06-23 14:40:27', 10942, NULL, NULL, 'IPAY2023/06/10930', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11560, '2023-06-23 14:41:23', 10943, NULL, NULL, 'IPAY2023/06/10931', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11561, '2023-06-23 14:50:44', 10944, NULL, NULL, 'IPAY2023/06/10932', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11562, '2023-06-23 14:57:00', 10945, NULL, NULL, 'IPAY2023/06/10933', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11563, '2023-06-23 15:57:00', NULL, NULL, 672, 'POP2023/06/0630', NULL, 'cash', '', '', '', '', '', 'Visa', '354.0900', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11564, '2023-06-23 16:00:00', NULL, NULL, 673, 'POP2023/06/0631', NULL, 'cash', '', '', '', '', '', 'Visa', '157.5000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11565, '2023-06-23 16:16:00', NULL, NULL, 674, 'POP2023/06/0632', NULL, 'cash', '', '', '', '', '', 'Visa', '130.7400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11566, '2023-06-23 16:17:00', NULL, NULL, 675, 'POP2023/06/0633', NULL, 'cash', '', '', '', '', '', 'Visa', '764.5400', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11567, '2023-06-23 16:34:57', 10946, NULL, NULL, 'IPAY2023/06/10934', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11568, '2023-06-23 17:06:59', 10947, NULL, NULL, 'IPAY2023/06/10935', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11569, '2023-06-23 17:19:18', 10948, NULL, NULL, 'IPAY2023/06/10936', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11570, '2023-06-23 17:37:55', 10949, NULL, NULL, 'IPAY2023/06/10937', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11571, '2023-06-23 17:47:07', 10950, NULL, NULL, 'IPAY2023/06/10938', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11572, '2023-06-23 17:48:09', 10951, NULL, NULL, 'IPAY2023/06/10939', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11573, '2023-06-23 17:53:45', 10952, NULL, NULL, 'IPAY2023/06/10940', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11574, '2023-06-23 17:59:07', 10953, NULL, NULL, 'IPAY2023/06/10941', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11575, '2023-06-23 17:59:33', 10954, NULL, NULL, 'IPAY2023/06/10942', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11576, '2023-06-23 18:19:36', 10955, NULL, NULL, 'IPAY2023/06/10943', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11577, '2023-06-23 18:29:01', 10956, NULL, NULL, 'IPAY2023/06/10944', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11578, '2023-06-23 18:36:58', 10957, NULL, NULL, 'IPAY2023/06/10945', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11579, '2023-06-23 18:58:52', 10958, NULL, NULL, 'IPAY2023/06/10946', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '100.0000', '48.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11580, '2023-06-23 19:18:56', 10959, NULL, NULL, 'IPAY2023/06/10947', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11581, '2023-06-23 19:49:19', 10960, NULL, NULL, 'IPAY2023/06/10948', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11582, '2023-06-24 06:01:30', 10961, NULL, NULL, 'IPAY2023/06/10949', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11583, '2023-06-24 06:39:46', 10962, NULL, NULL, 'IPAY2023/06/10950', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11584, '2023-06-24 06:58:32', 10963, NULL, NULL, 'IPAY2023/06/10951', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11585, '2023-06-24 08:59:08', 10964, NULL, NULL, 'IPAY2023/06/10952', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11586, '2023-06-24 09:22:46', 10965, NULL, NULL, 'IPAY2023/06/10953', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11587, '2023-06-24 10:01:47', 10966, NULL, NULL, 'IPAY2023/06/10954', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11588, '2023-06-24 10:13:03', 10967, NULL, NULL, 'IPAY2023/06/10955', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11589, '2023-06-24 10:45:17', 10968, NULL, NULL, 'IPAY2023/06/10956', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11590, '2023-06-24 11:00:46', 10969, NULL, NULL, 'IPAY2023/06/10957', NULL, 'cash', '', '', '', '', '', '', '30.5000', NULL, 7, NULL, 'received', '', '30.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11591, '2023-06-24 11:03:12', 10970, NULL, NULL, 'IPAY2023/06/10958', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11592, '2023-06-24 11:27:21', 10971, NULL, NULL, 'IPAY2023/06/10959', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11593, '2023-06-24 11:33:26', 10972, NULL, NULL, 'IPAY2023/06/10960', NULL, 'cash', '', '', '', '', '', '', '28.5000', NULL, 7, NULL, 'received', '', '28.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11594, '2023-06-24 11:35:07', 10973, NULL, NULL, 'IPAY2023/06/10961', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11595, '2023-06-24 11:50:22', 10974, NULL, NULL, 'IPAY2023/06/10962', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11596, '2023-06-24 12:36:44', 10975, NULL, NULL, 'IPAY2023/06/10963', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11597, '2023-06-24 13:47:55', 10976, NULL, NULL, 'IPAY2023/06/10964', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11598, '2023-06-24 13:55:45', 10977, NULL, NULL, 'IPAY2023/06/10965', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11599, '2023-06-24 13:56:53', 10978, NULL, NULL, 'IPAY2023/06/10966', NULL, 'cash', '', '', '', '', '', '', '21.0000', NULL, 7, NULL, 'received', '', '21.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11600, '2023-06-24 13:59:45', 10979, NULL, NULL, 'IPAY2023/06/10967', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11601, '2023-06-24 14:10:58', 10980, NULL, NULL, 'IPAY2023/06/10968', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11602, '2023-06-24 14:16:42', 10981, NULL, NULL, 'IPAY2023/06/10969', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11603, '2023-06-24 15:39:13', 10982, NULL, NULL, 'IPAY2023/06/10970', NULL, 'cash', '', '', '', '', '', '', '60.5000', NULL, 7, NULL, 'received', '', '60.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11604, '2023-06-24 16:00:31', 10983, NULL, NULL, 'IPAY2023/06/10971', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11605, '2023-06-24 16:00:50', 10984, NULL, NULL, 'IPAY2023/06/10972', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11606, '2023-06-24 16:12:17', 10985, NULL, NULL, 'IPAY2023/06/10973', NULL, 'cash', '', '', '', '', '', '', '15.5000', NULL, 7, NULL, 'received', '', '15.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11607, '2023-06-24 16:19:12', 10986, NULL, NULL, 'IPAY2023/06/10974', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11608, '2023-06-24 16:30:49', 10987, NULL, NULL, 'IPAY2023/06/10975', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11609, '2023-06-24 16:57:27', 10988, NULL, NULL, 'IPAY2023/06/10976', NULL, 'cash', '', '', '', '', '', '', '19.5000', NULL, 7, NULL, 'received', '', '19.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11610, '2023-06-24 17:15:20', 10989, NULL, NULL, 'IPAY2023/06/10977', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11611, '2023-06-24 17:30:55', 10990, NULL, NULL, 'IPAY2023/06/10978', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11612, '2023-06-24 17:45:39', 10991, NULL, NULL, 'IPAY2023/06/10979', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11613, '2023-06-24 18:02:49', 10992, NULL, NULL, 'IPAY2023/06/10980', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11614, '2023-06-24 18:11:30', 10993, NULL, NULL, 'IPAY2023/06/10981', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11615, '2023-06-24 18:13:16', 10994, NULL, NULL, 'IPAY2023/06/10982', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11616, '2023-06-24 18:18:00', 10995, NULL, NULL, 'IPAY2023/06/10983', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11617, '2023-06-24 18:25:19', 10996, NULL, NULL, 'IPAY2023/06/10984', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11618, '2023-06-24 18:34:41', 10997, NULL, NULL, 'IPAY2023/06/10985', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11619, '2023-06-24 18:37:50', 10998, NULL, NULL, 'IPAY2023/06/10986', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11620, '2023-06-24 18:47:10', 10999, NULL, NULL, 'IPAY2023/06/10987', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11621, '2023-06-24 18:51:29', 11000, NULL, NULL, 'IPAY2023/06/10988', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11622, '2023-06-24 19:14:18', 11001, NULL, NULL, 'IPAY2023/06/10989', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11623, '2023-06-24 19:20:43', 11002, NULL, NULL, 'IPAY2023/06/10990', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11624, '2023-06-25 06:41:30', 11003, NULL, NULL, 'IPAY2023/06/10991', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11625, '2023-06-25 07:15:49', 11004, NULL, NULL, 'IPAY2023/06/10992', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11626, '2023-06-25 08:19:51', 11005, NULL, NULL, 'IPAY2023/06/10993', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11627, '2023-06-25 08:21:54', 11006, NULL, NULL, 'IPAY2023/06/10994', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11628, '2023-06-25 08:35:08', 11007, NULL, NULL, 'IPAY2023/06/10995', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11629, '2023-06-25 09:21:39', 11008, NULL, NULL, 'IPAY2023/06/10996', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11630, '2023-06-25 09:54:19', 11009, NULL, NULL, 'IPAY2023/06/10997', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11631, '2023-06-25 10:42:34', 11010, NULL, NULL, 'IPAY2023/06/10998', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11632, '2023-06-25 11:43:10', 11011, NULL, NULL, 'IPAY2023/06/10999', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11633, '2023-06-25 11:47:23', 11012, NULL, NULL, 'IPAY2023/06/11000', NULL, 'cash', '', '', '', '', '', '', '34.5000', NULL, 7, NULL, 'received', '', '34.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11634, '2023-06-25 11:50:24', 11013, NULL, NULL, 'IPAY2023/06/11001', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11635, '2023-06-25 12:15:06', 11014, NULL, NULL, 'IPAY2023/06/11002', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11636, '2023-06-25 12:22:02', 11015, NULL, NULL, 'IPAY2023/06/11003', NULL, 'cash', '', '', '', '', '', '', '40.0000', NULL, 7, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11637, '2023-06-25 12:57:13', 11016, NULL, NULL, 'IPAY2023/06/11004', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11638, '2023-06-25 13:17:35', 11017, NULL, NULL, 'IPAY2023/06/11005', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11639, '2023-06-25 14:28:01', 11018, NULL, NULL, 'IPAY2023/06/11006', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11640, '2023-06-25 14:38:48', 11019, NULL, NULL, 'IPAY2023/06/11007', NULL, 'cash', '', '', '', '', '', '', '50.5000', NULL, 7, NULL, 'received', '', '50.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11641, '2023-06-25 15:05:45', 11020, NULL, NULL, 'IPAY2023/06/11008', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11642, '2023-06-25 15:35:26', 11021, NULL, NULL, 'IPAY2023/06/11009', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11643, '2023-06-25 15:42:43', 11022, NULL, NULL, 'IPAY2023/06/11010', NULL, 'cash', '', '', '', '', '', '', '19.0000', NULL, 7, NULL, 'received', '', '19.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11644, '2023-06-25 16:58:45', 11023, NULL, NULL, 'IPAY2023/06/11011', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11645, '2023-06-25 17:29:22', 11024, NULL, NULL, 'IPAY2023/06/11012', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11646, '2023-06-25 18:31:35', 11025, NULL, NULL, 'IPAY2023/06/11013', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11647, '2023-06-25 18:57:45', 11026, NULL, NULL, 'IPAY2023/06/11014', NULL, 'cash', '', '', '', '', '', '', '22.5000', NULL, 7, NULL, 'received', '', '22.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11648, '2023-06-25 19:17:15', 11027, NULL, NULL, 'IPAY2023/06/11015', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11649, '2023-06-25 19:25:36', 11028, NULL, NULL, 'IPAY2023/06/11016', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11650, '2023-06-26 06:50:56', 11029, NULL, NULL, 'IPAY2023/06/11017', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11651, '2023-06-26 06:52:22', 11030, NULL, NULL, 'IPAY2023/06/11018', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11652, '2023-06-26 06:54:52', 11031, NULL, NULL, 'IPAY2023/06/11019', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11653, '2023-06-26 06:55:40', 11032, NULL, NULL, 'IPAY2023/06/11020', NULL, 'cash', '', '', '', '', '', '', '23.0000', NULL, 7, NULL, 'received', '', '23.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11654, '2023-06-26 06:56:13', 11033, NULL, NULL, 'IPAY2023/06/11021', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11655, '2023-06-26 06:58:09', 11034, NULL, NULL, 'IPAY2023/06/11022', NULL, 'cash', '', '', '', '', '', '', '26.5000', NULL, 7, NULL, 'received', '', '26.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11656, '2023-06-26 06:58:47', 11035, NULL, NULL, 'IPAY2023/06/11023', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11657, '2023-06-26 07:03:47', 11036, NULL, NULL, 'IPAY2023/06/11024', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11658, '2023-06-26 07:06:40', 11037, NULL, NULL, 'IPAY2023/06/11025', NULL, 'cash', '', '', '', '', '', '', '40.9900', NULL, 7, NULL, 'received', '', '40.9900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11659, '2023-06-26 07:07:25', 11038, NULL, NULL, 'IPAY2023/06/11026', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11660, '2023-06-26 07:08:46', 11039, NULL, NULL, 'IPAY2023/06/11027', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11661, '2023-06-26 07:09:17', 11040, NULL, NULL, 'IPAY2023/06/11028', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11662, '2023-06-26 08:09:56', 11041, NULL, NULL, 'IPAY2023/06/11029', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11663, '2023-06-26 08:27:39', 11042, NULL, NULL, 'IPAY2023/06/11030', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11664, '2023-06-26 09:01:23', 11043, NULL, NULL, 'IPAY2023/06/11031', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11665, '2023-06-26 09:11:00', NULL, NULL, 677, 'POP2023/06/0634', NULL, 'cash', '', '', '', '', '', 'Visa', '92.2500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11666, '2023-06-26 09:11:00', NULL, NULL, 676, 'POP2023/06/0635', NULL, 'cash', '', '', '', '', '', 'Visa', '911.2800', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11667, '2023-06-26 09:36:48', 11044, NULL, NULL, 'IPAY2023/06/11032', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11668, '2023-06-26 10:15:59', 11045, NULL, NULL, 'IPAY2023/06/11033', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11669, '2023-06-26 10:41:15', 11046, NULL, NULL, 'IPAY2023/06/11034', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11670, '2023-06-26 10:45:19', 11047, NULL, NULL, 'IPAY2023/06/11035', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11671, '2023-06-26 11:35:42', 11048, NULL, NULL, 'IPAY2023/06/11036', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11672, '2023-06-26 11:59:00', 11049, NULL, NULL, 'IPAY2023/06/11037', NULL, 'cash', '', '', '', '', '', '', '44.5000', NULL, 7, NULL, 'received', '', '44.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11673, '2023-06-26 12:00:17', 11050, NULL, NULL, 'IPAY2023/06/11038', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11674, '2023-06-26 12:04:17', 11051, NULL, NULL, 'IPAY2023/06/11039', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11675, '2023-06-26 12:06:23', 11052, NULL, NULL, 'IPAY2023/06/11040', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11676, '2023-06-26 12:19:20', 11053, NULL, NULL, 'IPAY2023/06/11041', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11677, '2023-06-26 12:19:52', 11054, NULL, NULL, 'IPAY2023/06/11042', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11678, '2023-06-26 13:34:30', 11055, NULL, NULL, 'IPAY2023/06/11043', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11679, '2023-06-26 13:39:11', 11056, NULL, NULL, 'IPAY2023/06/11044', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11680, '2023-06-26 13:41:19', 11057, NULL, NULL, 'IPAY2023/06/11045', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11681, '2023-06-26 13:41:32', 11058, NULL, NULL, 'IPAY2023/06/11046', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11682, '2023-06-26 13:51:02', 11059, NULL, NULL, 'IPAY2023/06/11047', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11683, '2023-06-26 13:59:23', 11060, NULL, NULL, 'IPAY2023/06/11048', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11684, '2023-06-26 14:11:03', 11061, NULL, NULL, 'IPAY2023/06/11049', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11685, '2023-06-26 14:45:36', 11062, NULL, NULL, 'IPAY2023/06/11050', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11686, '2023-06-26 14:53:01', 11063, NULL, NULL, 'IPAY2023/06/11051', NULL, 'cash', '', '', '', '', '', '', '110.0000', NULL, 7, NULL, 'received', '', '110.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11687, '2023-06-26 14:58:38', 11064, NULL, NULL, 'IPAY2023/06/11052', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11688, '2023-06-26 15:17:14', 11065, NULL, NULL, 'IPAY2023/06/11053', NULL, 'cash', '', '', '', '', '', '', '12.5000', NULL, 7, NULL, 'received', '', '12.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11689, '2023-06-26 15:36:48', 11066, NULL, NULL, 'IPAY2023/06/11054', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11690, '2023-06-26 15:39:00', 11067, NULL, NULL, 'IPAY2023/06/11055', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11691, '2023-06-26 15:40:37', 11068, NULL, NULL, 'IPAY2023/06/11056', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11692, '2023-06-26 15:42:04', 11069, NULL, NULL, 'IPAY2023/06/11057', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11693, '2023-06-26 15:49:46', 11070, NULL, NULL, 'IPAY2023/06/11058', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11694, '2023-06-26 16:30:14', 11071, NULL, NULL, 'IPAY2023/06/11059', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11695, '2023-06-26 17:08:00', NULL, NULL, 678, 'POP2023/06/0636', NULL, 'cash', '', '', '', '', '', 'Visa', '135.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11696, '2023-06-26 17:11:20', 11072, NULL, NULL, 'IPAY2023/06/11060', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11697, '2023-06-26 17:18:29', 11073, NULL, NULL, 'IPAY2023/06/11061', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '100.0000', '64.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11698, '2023-06-26 17:27:01', 11074, NULL, NULL, 'IPAY2023/06/11062', NULL, 'cash', '', '', '', '', '', '', '14.0000', NULL, 7, NULL, 'received', '', '14.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11699, '2023-06-26 17:38:43', 11075, NULL, NULL, 'IPAY2023/06/11063', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11700, '2023-06-26 17:41:55', 11076, NULL, NULL, 'IPAY2023/06/11064', NULL, 'cash', '', '', '', '', '', '', '55.0000', NULL, 7, NULL, 'received', '', '55.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11701, '2023-06-26 17:43:46', 11077, NULL, NULL, 'IPAY2023/06/11065', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11702, '2023-06-26 17:51:35', 11078, NULL, NULL, 'IPAY2023/06/11066', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11703, '2023-06-26 18:17:48', 11079, NULL, NULL, 'IPAY2023/06/11067', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11704, '2023-06-26 18:18:08', 11080, NULL, NULL, 'IPAY2023/06/11068', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11705, '2023-06-26 18:18:21', 11081, NULL, NULL, 'IPAY2023/06/11069', NULL, 'cash', '', '', '', '', '', '', '2.5000', NULL, 7, NULL, 'received', '', '2.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11706, '2023-06-26 18:26:24', 11082, NULL, NULL, 'IPAY2023/06/11070', NULL, 'cash', '', '', '', '', '', '', '54.0000', NULL, 7, NULL, 'received', '', '54.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11707, '2023-06-26 18:27:53', 11083, NULL, NULL, 'IPAY2023/06/11071', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11708, '2023-06-26 18:45:58', 11084, NULL, NULL, 'IPAY2023/06/11072', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11709, '2023-06-26 18:47:35', 11085, NULL, NULL, 'IPAY2023/06/11073', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11710, '2023-06-26 18:59:08', 11086, NULL, NULL, 'IPAY2023/06/11074', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11711, '2023-06-26 19:01:43', 11087, NULL, NULL, 'IPAY2023/06/11075', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11712, '2023-06-26 19:27:02', 11088, NULL, NULL, 'IPAY2023/06/11076', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11713, '2023-06-26 19:50:03', 11089, NULL, NULL, 'IPAY2023/06/11077', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11714, '2023-06-26 19:59:23', 11090, NULL, NULL, 'IPAY2023/06/11078', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11715, '2023-06-26 20:02:31', 11091, NULL, NULL, 'IPAY2023/06/11079', NULL, 'cash', '', '', '', '', '', '', '8.5000', NULL, 7, NULL, 'received', '', '8.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11716, '2023-06-26 20:03:22', 11092, NULL, NULL, 'IPAY2023/06/11080', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11717, '2023-06-26 20:03:52', 11093, NULL, NULL, 'IPAY2023/06/11081', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11718, '2023-06-27 07:25:37', 11094, NULL, NULL, 'IPAY2023/06/11082', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11719, '2023-06-27 07:32:11', 11095, NULL, NULL, 'IPAY2023/06/11083', NULL, 'cash', '', '', '', '', '', '', '10.5000', NULL, 7, NULL, 'received', '', '10.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11720, '2023-06-27 07:32:49', 11096, NULL, NULL, 'IPAY2023/06/11084', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11721, '2023-06-27 07:34:49', 11097, NULL, NULL, 'IPAY2023/06/11085', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11722, '2023-06-27 07:53:05', 11098, NULL, NULL, 'IPAY2023/06/11086', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11723, '2023-06-27 07:55:32', 11099, NULL, NULL, 'IPAY2023/06/11087', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11724, '2023-06-27 08:11:35', 11100, NULL, NULL, 'IPAY2023/06/11088', NULL, 'cash', '', '', '', '', '', '', '6.5000', NULL, 7, NULL, 'received', '', '6.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11725, '2023-06-27 09:01:17', 11101, NULL, NULL, 'IPAY2023/06/11089', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11726, '2023-06-27 10:02:39', 11102, NULL, NULL, 'IPAY2023/06/11090', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11727, '2023-06-27 10:21:57', 11103, NULL, NULL, 'IPAY2023/06/11091', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11728, '2023-06-27 10:27:22', 11104, NULL, NULL, 'IPAY2023/06/11092', NULL, 'cash', '', '', '', '', '', '', '48.0000', NULL, 7, NULL, 'received', '', '48.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11729, '2023-06-27 10:28:13', 11105, NULL, NULL, 'IPAY2023/06/11093', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11730, '2023-06-27 10:32:44', 11106, NULL, NULL, 'IPAY2023/06/11094', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11731, '2023-06-27 10:50:24', 11107, NULL, NULL, 'IPAY2023/06/11095', NULL, 'cash', '', '', '', '', '', '', '17.0000', NULL, 7, NULL, 'received', '', '17.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11732, '2023-06-27 11:13:08', 11108, NULL, NULL, 'IPAY2023/06/11096', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11733, '2023-06-27 11:18:07', 11109, NULL, NULL, 'IPAY2023/06/11097', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11734, '2023-06-27 11:31:20', 11110, NULL, NULL, 'IPAY2023/06/11098', NULL, 'cash', '', '', '', '', '', '', '11.0000', NULL, 7, NULL, 'received', '', '11.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11735, '2023-06-27 11:41:28', 11111, NULL, NULL, 'IPAY2023/06/11099', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11736, '2023-06-27 12:03:41', 11112, NULL, NULL, 'IPAY2023/06/11100', NULL, 'cash', '', '', '', '', '', '', '130.0000', NULL, 7, NULL, 'received', '', '130.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11737, '2023-06-27 12:03:57', 11113, NULL, NULL, 'IPAY2023/06/11101', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11738, '2023-06-27 12:07:50', 11114, NULL, NULL, 'IPAY2023/06/11102', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11739, '2023-06-27 13:56:04', 11115, NULL, NULL, 'IPAY2023/06/11103', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11740, '2023-06-27 14:00:26', 11116, NULL, NULL, 'IPAY2023/06/11104', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '100.0000', '70.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11741, '2023-06-27 14:33:21', 11117, NULL, NULL, 'IPAY2023/06/11105', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11742, '2023-06-27 15:30:42', 11118, NULL, NULL, 'IPAY2023/06/11106', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11743, '2023-06-27 15:47:33', 11119, NULL, NULL, 'IPAY2023/06/11107', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11744, '2023-06-27 15:48:16', 11120, NULL, NULL, 'IPAY2023/06/11108', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11745, '2023-06-27 15:59:42', 11121, NULL, NULL, 'IPAY2023/06/11109', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11746, '2023-06-27 16:22:15', 11122, NULL, NULL, 'IPAY2023/06/11110', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11747, '2023-06-27 16:46:13', 11123, NULL, NULL, 'IPAY2023/06/11111', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11748, '2023-06-27 17:01:35', 11124, NULL, NULL, 'IPAY2023/06/11112', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11749, '2023-06-27 17:03:11', 11125, NULL, NULL, 'IPAY2023/06/11113', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11750, '2023-06-27 17:05:17', 11126, NULL, NULL, 'IPAY2023/06/11114', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11751, '2023-06-27 17:21:02', 11127, NULL, NULL, 'IPAY2023/06/11115', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11752, '2023-06-27 17:22:26', 11128, NULL, NULL, 'IPAY2023/06/11116', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11753, '2023-06-27 17:22:52', 11129, NULL, NULL, 'IPAY2023/06/11117', NULL, 'cash', '', '', '', '', '', '', '60.0000', NULL, 7, NULL, 'received', '', '60.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11754, '2023-06-27 17:33:45', 11130, NULL, NULL, 'IPAY2023/06/11118', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11755, '2023-06-27 17:56:08', 11131, NULL, NULL, 'IPAY2023/06/11119', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11756, '2023-06-27 18:02:40', 11132, NULL, NULL, 'IPAY2023/06/11120', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11757, '2023-06-27 18:09:35', 11133, NULL, NULL, 'IPAY2023/06/11121', NULL, 'cash', '', '', '', '', '', '', '52.0000', NULL, 7, NULL, 'received', '', '52.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11758, '2023-06-27 18:44:20', 11134, NULL, NULL, 'IPAY2023/06/11122', NULL, 'cash', '', '', '', '', '', '', '39.5000', NULL, 7, NULL, 'received', '', '39.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11759, '2023-06-27 19:51:08', 11135, NULL, NULL, 'IPAY2023/06/11123', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11760, '2023-06-27 19:55:10', 11136, NULL, NULL, 'IPAY2023/06/11124', NULL, 'cash', '', '', '', '', '', '', '4.5000', NULL, 7, NULL, 'received', '', '4.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11761, '2023-06-28 06:06:55', 11137, NULL, NULL, 'IPAY2023/06/11125', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11762, '2023-06-28 06:30:16', 11138, NULL, NULL, 'IPAY2023/06/11126', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11763, '2023-06-28 07:41:17', 11139, NULL, NULL, 'IPAY2023/06/11127', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11764, '2023-06-28 07:46:31', 11140, NULL, NULL, 'IPAY2023/06/11128', NULL, 'cash', '', '', '', '', '', '', '21.5000', NULL, 7, NULL, 'received', '', '21.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11765, '2023-06-28 07:47:16', 11141, NULL, NULL, 'IPAY2023/06/11129', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11766, '2023-06-28 07:49:27', 11142, NULL, NULL, 'IPAY2023/06/11130', NULL, 'cash', '', '', '', '', '', '', '17.4900', NULL, 7, NULL, 'received', '', '17.4900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11767, '2023-06-28 08:21:02', 11143, NULL, NULL, 'IPAY2023/06/11131', NULL, 'cash', '', '', '', '', '', '', '39.0000', NULL, 7, NULL, 'received', '', '39.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11768, '2023-06-28 09:04:31', 11144, NULL, NULL, 'IPAY2023/06/11132', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11769, '2023-06-28 09:09:40', 11145, NULL, NULL, 'IPAY2023/06/11133', NULL, 'cash', '', '', '', '', '', '', '20.0000', NULL, 7, NULL, 'received', '', '20.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11770, '2023-06-28 09:11:37', 11146, NULL, NULL, 'IPAY2023/06/11134', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11771, '2023-06-28 09:21:29', 11147, NULL, NULL, 'IPAY2023/06/11135', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11772, '2023-06-28 09:22:38', 11148, NULL, NULL, 'IPAY2023/06/11136', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11773, '2023-06-28 10:18:32', 11149, NULL, NULL, 'IPAY2023/06/11137', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '100.0000', '63.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11774, '2023-06-28 10:24:05', 11150, NULL, NULL, 'IPAY2023/06/11138', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11775, '2023-06-28 10:28:33', 11151, NULL, NULL, 'IPAY2023/06/11139', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '100.0000', '47.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11776, '2023-06-28 10:29:27', 11152, NULL, NULL, 'IPAY2023/06/11140', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11777, '2023-06-28 11:28:45', 11153, NULL, NULL, 'IPAY2023/06/11141', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11778, '2023-06-28 11:31:07', 11154, NULL, NULL, 'IPAY2023/06/11142', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11779, '2023-06-28 11:37:18', 11155, NULL, NULL, 'IPAY2023/06/11143', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11780, '2023-06-28 11:46:16', 11156, NULL, NULL, 'IPAY2023/06/11144', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11781, '2023-06-28 12:17:04', 11157, NULL, NULL, 'IPAY2023/06/11145', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11782, '2023-06-28 12:18:08', 11158, NULL, NULL, 'IPAY2023/06/11146', NULL, 'cash', '', '', '', '', '', '', '45.0000', NULL, 7, NULL, 'received', '', '45.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11783, '2023-06-28 12:22:47', 11159, NULL, NULL, 'IPAY2023/06/11147', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11784, '2023-06-28 12:33:06', 11160, NULL, NULL, 'IPAY2023/06/11148', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11785, '2023-06-28 12:46:38', 11161, NULL, NULL, 'IPAY2023/06/11149', NULL, 'cash', '', '', '', '', '', '', '27.5000', NULL, 7, NULL, 'received', '', '27.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11786, '2023-06-28 12:49:06', 11162, NULL, NULL, 'IPAY2023/06/11150', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11787, '2023-06-28 12:52:36', 11163, NULL, NULL, 'IPAY2023/06/11151', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11788, '2023-06-28 12:56:04', 11164, NULL, NULL, 'IPAY2023/06/11152', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11789, '2023-06-28 12:57:43', 11165, NULL, NULL, 'IPAY2023/06/11153', NULL, 'cash', '', '', '', '', '', '', '7.5000', NULL, 7, NULL, 'received', '', '7.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11790, '2023-06-28 13:59:42', 11166, NULL, NULL, 'IPAY2023/06/11154', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11791, '2023-06-28 14:37:50', 11167, NULL, NULL, 'IPAY2023/06/11155', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11792, '2023-06-28 14:57:06', 11168, NULL, NULL, 'IPAY2023/06/11156', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11793, '2023-06-28 15:07:50', 11169, NULL, NULL, 'IPAY2023/06/11157', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11794, '2023-06-28 15:29:46', 11170, NULL, NULL, 'IPAY2023/06/11158', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11795, '2023-06-28 15:49:07', 11171, NULL, NULL, 'IPAY2023/06/11159', NULL, 'cash', '', '', '', '', '', '', '7.0000', NULL, 7, NULL, 'received', '', '7.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11796, '2023-06-28 15:49:18', 11172, NULL, NULL, 'IPAY2023/06/11160', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11797, '2023-06-28 16:38:39', 11173, NULL, NULL, 'IPAY2023/06/11161', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11798, '2023-06-28 17:57:06', 11174, NULL, NULL, 'IPAY2023/06/11162', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11799, '2023-06-28 18:01:29', 11175, NULL, NULL, 'IPAY2023/06/11163', NULL, 'cash', '', '', '', '', '', '', '6.0000', NULL, 7, NULL, 'received', '', '6.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11800, '2023-06-28 18:34:12', 11176, NULL, NULL, 'IPAY2023/06/11164', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11801, '2023-06-28 18:55:06', 11177, NULL, NULL, 'IPAY2023/06/11165', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11802, '2023-06-28 19:42:34', 11178, NULL, NULL, 'IPAY2023/06/11166', NULL, 'cash', '', '', '', '', '', '', '15.0000', NULL, 7, NULL, 'received', '', '15.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11803, '2023-06-28 20:00:21', 11179, NULL, NULL, 'IPAY2023/06/11167', NULL, 'cash', '', '', '', '', '', '', '13.0000', NULL, 7, NULL, 'received', '', '13.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11804, '2023-06-29 05:41:38', 11180, NULL, NULL, 'IPAY2023/06/11168', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11805, '2023-06-29 06:10:53', 11181, NULL, NULL, 'IPAY2023/06/11169', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11806, '2023-06-29 07:04:42', 11182, NULL, NULL, 'IPAY2023/06/11170', NULL, 'cash', '', '', '', '', '', '', '31.0000', NULL, 7, NULL, 'received', '', '31.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11807, '2023-06-29 07:49:48', 11183, NULL, NULL, 'IPAY2023/06/11171', NULL, 'cash', '', '', '', '', '', '', '286.0000', NULL, 7, NULL, 'received', '', '286.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11808, '2023-06-29 07:51:32', 11184, NULL, NULL, 'IPAY2023/06/11172', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11809, '2023-06-29 07:53:02', 11185, NULL, NULL, 'IPAY2023/06/11173', NULL, 'cash', '', '', '', '', '', '', '94.0000', NULL, 7, NULL, 'received', '', '94.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11810, '2023-06-29 07:53:34', 11186, NULL, NULL, 'IPAY2023/06/11174', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11811, '2023-06-29 07:56:00', NULL, NULL, 679, 'POP2023/06/0637', NULL, 'cash', '', '', '', '', '', 'Visa', '120.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11812, '2023-06-29 07:57:24', 11187, NULL, NULL, 'IPAY2023/06/11175', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11813, '2023-06-29 07:59:00', NULL, NULL, 680, 'POP2023/06/0638', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11814, '2023-06-29 08:02:18', 11188, NULL, NULL, 'IPAY2023/06/11176', NULL, 'cash', '', '', '', '', '', '', '137.0000', NULL, 7, NULL, 'received', '', '137.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11815, '2023-06-29 08:04:28', 11189, NULL, NULL, 'IPAY2023/06/11177', NULL, 'cash', '', '', '', '', '', '', '123.5000', NULL, 7, NULL, 'received', '', '123.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11816, '2023-06-29 08:05:16', 11190, NULL, NULL, 'IPAY2023/06/11178', NULL, 'cash', '', '', '', '', '', '', '115.0000', NULL, 7, NULL, 'received', '', '115.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11817, '2023-06-29 08:22:00', NULL, NULL, 681, 'POP2023/06/0639', NULL, 'cash', '', '', '', '', '', 'Visa', '85.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11818, '2023-07-03 11:20:46', 11191, NULL, NULL, 'IPAY2023/07/11179', NULL, 'cash', '', '', '', '', '', '', '91.0000', NULL, 7, NULL, 'received', '', '91.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11819, '2023-07-03 11:27:07', 11192, NULL, NULL, 'IPAY2023/07/11180', NULL, 'cash', '', '', '', '', '', '', '159.9900', NULL, 7, NULL, 'received', '', '159.9900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11820, '2023-07-03 11:29:13', 11193, NULL, NULL, 'IPAY2023/07/11181', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11821, '2023-07-03 12:24:59', 11194, NULL, NULL, 'IPAY2023/07/11182', NULL, 'cash', '', '', '', '', '', '', '67.5000', NULL, 7, NULL, 'received', '', '67.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11822, '2023-07-03 12:34:55', 11195, NULL, NULL, 'IPAY2023/07/11183', NULL, 'cash', '', '', '', '', '', '', '253.4900', NULL, 7, NULL, 'received', '', '253.4900', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11823, '2023-07-03 12:52:15', 11196, NULL, NULL, 'IPAY2023/07/11184', NULL, 'cash', '', '', '', '', '', '', '275.5000', NULL, 7, NULL, 'received', '', '275.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11824, '2023-07-03 13:01:59', 11197, NULL, NULL, 'IPAY2023/07/11185', NULL, 'cash', '', '', '', '', '', '', '374.0000', NULL, 7, NULL, 'received', '', '374.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11825, '2023-07-03 13:17:40', 11198, NULL, NULL, 'IPAY2023/07/11186', NULL, 'cash', '', '', '', '', '', '', '209.0000', NULL, 7, NULL, 'received', '', '209.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11826, '2023-07-03 13:31:25', 11199, NULL, NULL, 'IPAY2023/07/11187', NULL, 'cash', '', '', '', '', '', '', '225.5000', NULL, 7, NULL, 'received', '', '225.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11827, '2023-07-03 14:21:35', 11200, NULL, NULL, 'IPAY2023/07/11188', NULL, 'cash', '', '', '', '', '', '', '303.0000', NULL, 7, NULL, 'received', '', '303.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11828, '2023-07-03 14:33:34', 11201, NULL, NULL, 'IPAY2023/07/11189', NULL, 'cash', '', '', '', '', '', '', '540.5000', NULL, 7, NULL, 'received', '', '540.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11829, '2023-07-03 14:48:00', NULL, NULL, 686, 'POP2023/07/0640', NULL, 'cash', '', '', '', '', '', 'Visa', '695.6100', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11830, '2023-07-03 14:49:00', NULL, NULL, 685, 'POP2023/07/0641', NULL, 'cash', '', '', '', '', '', 'Visa', '183.7500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11831, '2023-07-03 14:50:00', NULL, NULL, 684, 'POP2023/07/0642', NULL, 'cash', '', '', '', '', '', 'Visa', '629.7500', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11832, '2023-07-03 14:50:00', NULL, NULL, 683, 'POP2023/07/0643', NULL, 'cash', '', '', '', '', '', 'Visa', '615.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11833, '2023-07-03 14:51:00', NULL, NULL, 682, 'POP2023/07/0644', NULL, 'cash', '', '', '', '', '', 'Visa', '474.9643', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11834, '2023-07-03 14:53:57', 11202, NULL, NULL, 'IPAY2023/07/11190', NULL, 'cash', '', '', '', '', '', '', '85.5000', NULL, 7, NULL, 'received', '', '85.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11835, '2023-07-03 14:55:40', 11203, NULL, NULL, 'IPAY2023/07/11191', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11836, '2023-07-03 14:58:16', 11204, NULL, NULL, 'IPAY2023/07/11192', NULL, 'cash', '', '', '', '', '', '', '102.0000', NULL, 7, NULL, 'received', '', '102.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11837, '2023-07-03 15:23:32', 11205, NULL, NULL, 'IPAY2023/07/11193', NULL, 'cash', '', '', '', '', '', '', '269.5000', NULL, 7, NULL, 'received', '', '269.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11838, '2023-07-03 15:31:57', 11206, NULL, NULL, 'IPAY2023/07/11194', NULL, 'cash', '', '', '', '', '', '', '42.0000', NULL, 7, NULL, 'received', '', '42.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11839, '2023-07-03 15:38:09', 11207, NULL, NULL, 'IPAY2023/07/11195', NULL, 'cash', '', '', '', '', '', '', '11.5000', NULL, 7, NULL, 'received', '', '11.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11840, '2023-07-03 15:39:06', 11208, NULL, NULL, 'IPAY2023/07/11196', NULL, 'cash', '', '', '', '', '', '', '5.5000', NULL, 7, NULL, 'received', '', '5.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11841, '2023-07-03 15:39:44', 11209, NULL, NULL, 'IPAY2023/07/11197', NULL, 'cash', '', '', '', '', '', '', '32.0000', NULL, 7, NULL, 'received', '', '32.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11842, '2023-07-03 15:40:18', 11210, NULL, NULL, 'IPAY2023/07/11198', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11843, '2023-07-03 15:41:04', 11211, NULL, NULL, 'IPAY2023/07/11199', NULL, 'cash', '', '', '', '', '', '', '20.5000', NULL, 7, NULL, 'received', '', '20.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11844, '2023-07-03 15:43:07', 11212, NULL, NULL, 'IPAY2023/07/11200', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11845, '2023-07-03 15:44:59', 11213, NULL, NULL, 'IPAY2023/07/11201', NULL, 'cash', '', '', '', '', '', '', '49.0000', NULL, 7, NULL, 'received', '', '49.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11846, '2023-07-03 15:46:21', 11214, NULL, NULL, 'IPAY2023/07/11202', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11847, '2023-07-03 15:49:30', 11215, NULL, NULL, 'IPAY2023/07/11203', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11848, '2023-07-03 15:50:43', 11216, NULL, NULL, 'IPAY2023/07/11204', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11849, '2023-07-03 15:52:19', 11217, NULL, NULL, 'IPAY2023/07/11205', NULL, 'cash', '', '', '', '', '', '', '53.0000', NULL, 7, NULL, 'received', '', '53.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11850, '2023-07-03 15:57:14', 11218, NULL, NULL, 'IPAY2023/07/11206', NULL, 'cash', '', '', '', '', '', '', '59.0000', NULL, 7, NULL, 'received', '', '59.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11851, '2023-07-03 16:00:13', 11219, NULL, NULL, 'IPAY2023/07/11207', NULL, 'cash', '', '', '', '', '', '', '9.0000', NULL, 7, NULL, 'received', '', '9.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11852, '2023-07-03 16:34:59', 11220, NULL, NULL, 'IPAY2023/07/11208', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11853, '2023-07-03 16:41:05', 11221, NULL, NULL, 'IPAY2023/07/11209', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11854, '2023-07-03 16:56:18', 11222, NULL, NULL, 'IPAY2023/07/11210', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11855, '2023-07-03 17:00:50', 11223, NULL, NULL, 'IPAY2023/07/11211', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11856, '2023-07-03 17:03:04', 11224, NULL, NULL, 'IPAY2023/07/11212', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11857, '2023-07-03 17:13:36', 11225, NULL, NULL, 'IPAY2023/07/11213', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11858, '2023-07-03 17:19:08', 11226, NULL, NULL, 'IPAY2023/07/11214', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11859, '2023-07-03 17:46:41', 11227, NULL, NULL, 'IPAY2023/07/11215', NULL, 'cash', '', '', '', '', '', '', '26.0000', NULL, 7, NULL, 'received', '', '26.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11860, '2023-07-03 18:12:55', 11228, NULL, NULL, 'IPAY2023/07/11216', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11861, '2023-07-03 18:18:41', 11229, NULL, NULL, 'IPAY2023/07/11217', NULL, 'cash', '', '', '', '', '', '', '10.0000', NULL, 7, NULL, 'received', '', '10.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11862, '2023-07-03 18:23:14', 11230, NULL, NULL, 'IPAY2023/07/11218', NULL, 'cash', '', '', '', '', '', '', '65.0000', NULL, 7, NULL, 'received', '', '65.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11863, '2023-07-03 18:30:19', 11231, NULL, NULL, 'IPAY2023/07/11219', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11864, '2023-07-03 19:01:34', 11232, NULL, NULL, 'IPAY2023/07/11220', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11865, '2023-07-03 19:33:30', 11233, NULL, NULL, 'IPAY2023/07/11221', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11866, '2023-07-04 09:36:28', 11234, NULL, NULL, 'IPAY2023/07/11222', NULL, 'cash', '', '', '', '', '', '', '87.5000', NULL, 7, NULL, 'received', '', '87.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11867, '2023-07-04 09:39:55', 11235, NULL, NULL, 'IPAY2023/07/11223', NULL, 'cash', '', '', '', '', '', '', '35.5000', NULL, 7, NULL, 'received', '', '35.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11868, '2023-07-04 09:40:53', 11236, NULL, NULL, 'IPAY2023/07/11224', NULL, 'cash', '', '', '', '', '', '', '58.0000', NULL, 7, NULL, 'received', '', '58.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11869, '2023-07-04 09:42:08', 11237, NULL, NULL, 'IPAY2023/07/11225', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11870, '2023-07-04 09:48:24', 11238, NULL, NULL, 'IPAY2023/07/11226', NULL, 'cash', '', '', '', '', '', '', '33.5000', NULL, 7, NULL, 'received', '', '33.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11871, '2023-07-04 09:54:58', 11239, NULL, NULL, 'IPAY2023/07/11227', NULL, 'cash', '', '', '', '', '', '', '35.0000', NULL, 7, NULL, 'received', '', '35.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11872, '2023-07-04 10:04:12', 11240, NULL, NULL, 'IPAY2023/07/11228', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11873, '2023-07-04 10:21:29', 11241, NULL, NULL, 'IPAY2023/07/11229', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11874, '2023-07-04 11:28:18', 11242, NULL, NULL, 'IPAY2023/07/11230', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11875, '2023-07-04 11:46:00', 11243, NULL, NULL, 'IPAY2023/07/11231', NULL, 'cash', '', '', '', '', '', '', '28.0000', NULL, 7, NULL, 'received', '', '28.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11876, '2023-07-04 11:46:25', 11244, NULL, NULL, 'IPAY2023/07/11232', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11877, '2023-07-04 11:50:43', 11245, NULL, NULL, 'IPAY2023/07/11233', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11878, '2023-07-04 11:58:50', 11246, NULL, NULL, 'IPAY2023/07/11234', NULL, 'cash', '', '', '', '', '', '', '3.5000', NULL, 7, NULL, 'received', '', '3.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11879, '2023-07-04 12:32:16', 11247, NULL, NULL, 'IPAY2023/07/11235', NULL, 'cash', '', '', '', '', '', '', '50.0000', NULL, 7, NULL, 'received', '', '50.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11880, '2023-07-04 12:36:44', 11248, NULL, NULL, 'IPAY2023/07/11236', NULL, 'cash', '', '', '', '', '', '', '16.0000', NULL, 7, NULL, 'received', '', '16.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11881, '2023-07-04 13:23:08', 11249, NULL, NULL, 'IPAY2023/07/11237', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11882, '2023-07-04 14:48:35', 11250, NULL, NULL, 'IPAY2023/07/11238', NULL, 'cash', '', '', '', '', '', '', '8.0000', NULL, 7, NULL, 'received', '', '8.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11883, '2023-07-04 14:57:34', 11251, NULL, NULL, 'IPAY2023/07/11239', NULL, 'cash', '', '', '', '', '', '', '37.0000', NULL, 7, NULL, 'received', '', '37.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11884, '2023-07-04 15:04:35', 11252, NULL, NULL, 'IPAY2023/07/11240', NULL, 'cash', '', '', '', '', '', '', '1.0000', NULL, 7, NULL, 'received', '', '1.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11885, '2023-07-04 15:40:06', 11253, NULL, NULL, 'IPAY2023/07/11241', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11886, '2023-07-04 15:54:34', 11254, NULL, NULL, 'IPAY2023/07/11242', NULL, 'cash', '', '', '', '', '', '', '2.0000', NULL, 7, NULL, 'received', '', '2.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11887, '2023-07-04 16:47:36', 11255, NULL, NULL, 'IPAY2023/07/11243', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11888, '2023-07-04 17:10:22', 11256, NULL, NULL, 'IPAY2023/07/11244', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11889, '2023-07-04 17:28:55', 11257, NULL, NULL, 'IPAY2023/07/11245', NULL, 'cash', '', '', '', '', '', '', '30.0000', NULL, 7, NULL, 'received', '', '30.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11890, '2023-07-04 17:58:24', 11258, NULL, NULL, 'IPAY2023/07/11246', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11891, '2023-07-04 18:01:40', 11259, NULL, NULL, 'IPAY2023/07/11247', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11892, '2023-07-04 18:02:05', 11260, NULL, NULL, 'IPAY2023/07/11248', NULL, 'cash', '', '', '', '', '', '', '3.0000', NULL, 7, NULL, 'received', '', '3.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11893, '2023-07-04 18:04:27', 11261, NULL, NULL, 'IPAY2023/07/11249', NULL, 'cash', '', '', '', '', '', '', '47.0000', NULL, 7, NULL, 'received', '', '47.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11894, '2023-07-04 18:13:52', 11262, NULL, NULL, 'IPAY2023/07/11250', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11895, '2023-07-04 18:16:42', 11263, NULL, NULL, 'IPAY2023/07/11251', NULL, 'cash', '', '', '', '', '', '', '27.0000', NULL, 7, NULL, 'received', '', '27.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11896, '2023-07-04 18:16:57', 11264, NULL, NULL, 'IPAY2023/07/11252', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11897, '2023-07-04 18:24:12', 11265, NULL, NULL, 'IPAY2023/07/11253', NULL, 'cash', '', '', '', '', '', '', '1.5000', NULL, 7, NULL, 'received', '', '1.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11898, '2023-07-04 18:32:22', 11266, NULL, NULL, 'IPAY2023/07/11254', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11899, '2023-07-04 18:34:39', 11267, NULL, NULL, 'IPAY2023/07/11255', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11900, '2023-07-04 18:41:33', 11268, NULL, NULL, 'IPAY2023/07/11256', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11901, '2023-07-04 18:47:36', 11269, NULL, NULL, 'IPAY2023/07/11257', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11902, '2023-07-04 18:55:10', 11270, NULL, NULL, 'IPAY2023/07/11258', NULL, 'cash', '', '', '', '', '', '', '24.0000', NULL, 7, NULL, 'received', '', '24.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11903, '2023-07-04 18:59:24', 11271, NULL, NULL, 'IPAY2023/07/11259', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11904, '2023-07-04 19:01:51', 11272, NULL, NULL, 'IPAY2023/07/11260', NULL, 'cash', '', '', '', '', '', '', '5.0000', NULL, 7, NULL, 'received', '', '5.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11905, '2023-07-04 19:06:50', 11273, NULL, NULL, 'IPAY2023/07/11261', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11906, '2023-07-04 19:09:33', 11274, NULL, NULL, 'IPAY2023/07/11262', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11907, '2023-07-04 19:12:12', 11275, NULL, NULL, 'IPAY2023/07/11263', NULL, 'cash', '', '', '', '', '', '', '4.0000', NULL, 7, NULL, 'received', '', '4.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11908, '2023-07-04 19:25:51', 11276, NULL, NULL, 'IPAY2023/07/11264', NULL, 'cash', '', '', '', '', '', '', '18.0000', NULL, 7, NULL, 'received', '', '18.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11909, '2023-07-04 19:36:45', 11277, NULL, NULL, 'IPAY2023/07/11265', NULL, 'cash', '', '', '', '', '', '', '33.0000', NULL, 7, NULL, 'received', '', '33.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11910, '2023-07-04 19:39:24', 11278, NULL, NULL, 'IPAY2023/07/11266', NULL, 'cash', '', '', '', '', '', '', '25.5000', NULL, 7, NULL, 'received', '', '25.5000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11911, '2023-07-04 19:53:38', 11279, NULL, NULL, 'IPAY2023/07/11267', NULL, 'cash', '', '', '', '', '', '', '36.0000', NULL, 7, NULL, 'received', '', '36.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11912, '2023-07-04 19:58:08', 11280, NULL, NULL, 'IPAY2023/07/11268', NULL, 'cash', '', '', '', '', '', '', '80.0000', NULL, 7, NULL, 'received', '', '80.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11913, '2023-07-05 10:34:02', 11281, NULL, NULL, 'IPAY2023/07/11269', NULL, 'cash', '', '', '', '', '', '', '12.0000', NULL, 7, NULL, 'received', '', '12.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (11914, '2023-07-05 10:38:14', 11282, NULL, NULL, 'IPAY2023/07/11270', NULL, 'cash', '', '', '', '', '', '', '81.5000', NULL, 7, NULL, 'received', '', '81.5000', '0.0000', NULL);


#
# TABLE STRUCTURE FOR: sma_paypal
#

DROP TABLE IF EXISTS `sma_paypal`;

CREATE TABLE `sma_paypal` (
  `id` int(11) NOT NULL,
  `active` tinyint(4) NOT NULL,
  `account_email` varchar(255) NOT NULL,
  `paypal_currency` varchar(3) NOT NULL DEFAULT 'USD',
  `fixed_charges` decimal(25,4) NOT NULL DEFAULT '2.0000',
  `extra_charges_my` decimal(25,4) NOT NULL DEFAULT '3.9000',
  `extra_charges_other` decimal(25,4) NOT NULL DEFAULT '4.4000',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `sma_paypal` (`id`, `active`, `account_email`, `paypal_currency`, `fixed_charges`, `extra_charges_my`, `extra_charges_other`) VALUES (1, 1, 'mypaypal@paypal.com', 'USD', '0.0000', '0.0000', '0.0000');


#
# TABLE STRUCTURE FOR: sma_permissions
#

DROP TABLE IF EXISTS `sma_permissions`;

CREATE TABLE `sma_permissions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group_id` int(11) NOT NULL,
  `products-index` tinyint(1) DEFAULT '0',
  `products-add` tinyint(1) DEFAULT '0',
  `products-edit` tinyint(1) DEFAULT '0',
  `products-delete` tinyint(1) DEFAULT '0',
  `products-cost` tinyint(1) DEFAULT '0',
  `products-price` tinyint(1) DEFAULT '0',
  `quotes-index` tinyint(1) DEFAULT '0',
  `quotes-add` tinyint(1) DEFAULT '0',
  `quotes-edit` tinyint(1) DEFAULT '0',
  `quotes-pdf` tinyint(1) DEFAULT '0',
  `quotes-email` tinyint(1) DEFAULT '0',
  `quotes-delete` tinyint(1) DEFAULT '0',
  `sales-index` tinyint(1) DEFAULT '0',
  `sales-add` tinyint(1) DEFAULT '0',
  `sales-edit` tinyint(1) DEFAULT '0',
  `sales-pdf` tinyint(1) DEFAULT '0',
  `sales-email` tinyint(1) DEFAULT '0',
  `sales-delete` tinyint(1) DEFAULT '0',
  `purchases-index` tinyint(1) DEFAULT '0',
  `purchases-add` tinyint(1) DEFAULT '0',
  `purchases-edit` tinyint(1) DEFAULT '0',
  `purchases-pdf` tinyint(1) DEFAULT '0',
  `purchases-email` tinyint(1) DEFAULT '0',
  `purchases-delete` tinyint(1) DEFAULT '0',
  `transfers-index` tinyint(1) DEFAULT '0',
  `transfers-add` tinyint(1) DEFAULT '0',
  `transfers-edit` tinyint(1) DEFAULT '0',
  `transfers-pdf` tinyint(1) DEFAULT '0',
  `transfers-email` tinyint(1) DEFAULT '0',
  `transfers-delete` tinyint(1) DEFAULT '0',
  `customers-index` tinyint(1) DEFAULT '0',
  `customers-add` tinyint(1) DEFAULT '0',
  `customers-edit` tinyint(1) DEFAULT '0',
  `customers-delete` tinyint(1) DEFAULT '0',
  `suppliers-index` tinyint(1) DEFAULT '0',
  `suppliers-add` tinyint(1) DEFAULT '0',
  `suppliers-edit` tinyint(1) DEFAULT '0',
  `suppliers-delete` tinyint(1) DEFAULT '0',
  `sales-deliveries` tinyint(1) DEFAULT '0',
  `sales-add_delivery` tinyint(1) DEFAULT '0',
  `sales-edit_delivery` tinyint(1) DEFAULT '0',
  `sales-delete_delivery` tinyint(1) DEFAULT '0',
  `sales-email_delivery` tinyint(1) DEFAULT '0',
  `sales-pdf_delivery` tinyint(1) DEFAULT '0',
  `sales-gift_cards` tinyint(1) DEFAULT '0',
  `sales-add_gift_card` tinyint(1) DEFAULT '0',
  `sales-edit_gift_card` tinyint(1) DEFAULT '0',
  `sales-delete_gift_card` tinyint(1) DEFAULT '0',
  `pos-index` tinyint(1) DEFAULT '0',
  `sales-return_sales` tinyint(1) DEFAULT '0',
  `reports-index` tinyint(1) DEFAULT '0',
  `reports-warehouse_stock` tinyint(1) DEFAULT '0',
  `reports-quantity_alerts` tinyint(1) DEFAULT '0',
  `reports-expiry_alerts` tinyint(1) DEFAULT '0',
  `reports-products` tinyint(1) DEFAULT '0',
  `reports-daily_sales` tinyint(1) DEFAULT '0',
  `reports-monthly_sales` tinyint(1) DEFAULT '0',
  `reports-sales` tinyint(1) DEFAULT '0',
  `reports-payments` tinyint(1) DEFAULT '0',
  `reports-purchases` tinyint(1) DEFAULT '0',
  `reports-profit_loss` tinyint(1) DEFAULT '0',
  `reports-customers` tinyint(1) DEFAULT '0',
  `reports-suppliers` tinyint(1) DEFAULT '0',
  `reports-staff` tinyint(1) DEFAULT '0',
  `reports-register` tinyint(1) DEFAULT '0',
  `sales-payments` tinyint(1) DEFAULT '0',
  `purchases-payments` tinyint(1) DEFAULT '0',
  `purchases-expenses` tinyint(1) DEFAULT '0',
  `products-adjustments` tinyint(1) NOT NULL DEFAULT '0',
  `bulk_actions` tinyint(1) NOT NULL DEFAULT '0',
  `customers-deposits` tinyint(1) NOT NULL DEFAULT '0',
  `customers-delete_deposit` tinyint(1) NOT NULL DEFAULT '0',
  `products-barcode` tinyint(1) NOT NULL DEFAULT '0',
  `purchases-return_purchases` tinyint(1) NOT NULL DEFAULT '0',
  `reports-expenses` tinyint(1) NOT NULL DEFAULT '0',
  `reports-daily_purchases` tinyint(1) DEFAULT '0',
  `reports-monthly_purchases` tinyint(1) DEFAULT '0',
  `products-stock_count` tinyint(1) DEFAULT '0',
  `edit_price` tinyint(1) DEFAULT '0',
  `returns-index` tinyint(1) DEFAULT '0',
  `returns-add` tinyint(1) DEFAULT '0',
  `returns-edit` tinyint(1) DEFAULT '0',
  `returns-delete` tinyint(1) DEFAULT '0',
  `returns-email` tinyint(1) DEFAULT '0',
  `returns-pdf` tinyint(1) DEFAULT '0',
  `reports-tax` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;

INSERT INTO `sma_permissions` (`id`, `group_id`, `products-index`, `products-add`, `products-edit`, `products-delete`, `products-cost`, `products-price`, `quotes-index`, `quotes-add`, `quotes-edit`, `quotes-pdf`, `quotes-email`, `quotes-delete`, `sales-index`, `sales-add`, `sales-edit`, `sales-pdf`, `sales-email`, `sales-delete`, `purchases-index`, `purchases-add`, `purchases-edit`, `purchases-pdf`, `purchases-email`, `purchases-delete`, `transfers-index`, `transfers-add`, `transfers-edit`, `transfers-pdf`, `transfers-email`, `transfers-delete`, `customers-index`, `customers-add`, `customers-edit`, `customers-delete`, `suppliers-index`, `suppliers-add`, `suppliers-edit`, `suppliers-delete`, `sales-deliveries`, `sales-add_delivery`, `sales-edit_delivery`, `sales-delete_delivery`, `sales-email_delivery`, `sales-pdf_delivery`, `sales-gift_cards`, `sales-add_gift_card`, `sales-edit_gift_card`, `sales-delete_gift_card`, `pos-index`, `sales-return_sales`, `reports-index`, `reports-warehouse_stock`, `reports-quantity_alerts`, `reports-expiry_alerts`, `reports-products`, `reports-daily_sales`, `reports-monthly_sales`, `reports-sales`, `reports-payments`, `reports-purchases`, `reports-profit_loss`, `reports-customers`, `reports-suppliers`, `reports-staff`, `reports-register`, `sales-payments`, `purchases-payments`, `purchases-expenses`, `products-adjustments`, `bulk_actions`, `customers-deposits`, `customers-delete_deposit`, `products-barcode`, `purchases-return_purchases`, `reports-expenses`, `reports-daily_purchases`, `reports-monthly_purchases`, `products-stock_count`, `edit_price`, `returns-index`, `returns-add`, `returns-edit`, `returns-delete`, `returns-email`, `returns-pdf`, `reports-tax`) VALUES (1, 5, 1, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_permissions` (`id`, `group_id`, `products-index`, `products-add`, `products-edit`, `products-delete`, `products-cost`, `products-price`, `quotes-index`, `quotes-add`, `quotes-edit`, `quotes-pdf`, `quotes-email`, `quotes-delete`, `sales-index`, `sales-add`, `sales-edit`, `sales-pdf`, `sales-email`, `sales-delete`, `purchases-index`, `purchases-add`, `purchases-edit`, `purchases-pdf`, `purchases-email`, `purchases-delete`, `transfers-index`, `transfers-add`, `transfers-edit`, `transfers-pdf`, `transfers-email`, `transfers-delete`, `customers-index`, `customers-add`, `customers-edit`, `customers-delete`, `suppliers-index`, `suppliers-add`, `suppliers-edit`, `suppliers-delete`, `sales-deliveries`, `sales-add_delivery`, `sales-edit_delivery`, `sales-delete_delivery`, `sales-email_delivery`, `sales-pdf_delivery`, `sales-gift_cards`, `sales-add_gift_card`, `sales-edit_gift_card`, `sales-delete_gift_card`, `pos-index`, `sales-return_sales`, `reports-index`, `reports-warehouse_stock`, `reports-quantity_alerts`, `reports-expiry_alerts`, `reports-products`, `reports-daily_sales`, `reports-monthly_sales`, `reports-sales`, `reports-payments`, `reports-purchases`, `reports-profit_loss`, `reports-customers`, `reports-suppliers`, `reports-staff`, `reports-register`, `sales-payments`, `purchases-payments`, `purchases-expenses`, `products-adjustments`, `bulk_actions`, `customers-deposits`, `customers-delete_deposit`, `products-barcode`, `purchases-return_purchases`, `reports-expenses`, `reports-daily_purchases`, `reports-monthly_purchases`, `products-stock_count`, `edit_price`, `returns-index`, `returns-add`, `returns-edit`, `returns-delete`, `returns-email`, `returns-pdf`, `reports-tax`) VALUES (2, 6, 1, 1, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_permissions` (`id`, `group_id`, `products-index`, `products-add`, `products-edit`, `products-delete`, `products-cost`, `products-price`, `quotes-index`, `quotes-add`, `quotes-edit`, `quotes-pdf`, `quotes-email`, `quotes-delete`, `sales-index`, `sales-add`, `sales-edit`, `sales-pdf`, `sales-email`, `sales-delete`, `purchases-index`, `purchases-add`, `purchases-edit`, `purchases-pdf`, `purchases-email`, `purchases-delete`, `transfers-index`, `transfers-add`, `transfers-edit`, `transfers-pdf`, `transfers-email`, `transfers-delete`, `customers-index`, `customers-add`, `customers-edit`, `customers-delete`, `suppliers-index`, `suppliers-add`, `suppliers-edit`, `suppliers-delete`, `sales-deliveries`, `sales-add_delivery`, `sales-edit_delivery`, `sales-delete_delivery`, `sales-email_delivery`, `sales-pdf_delivery`, `sales-gift_cards`, `sales-add_gift_card`, `sales-edit_gift_card`, `sales-delete_gift_card`, `pos-index`, `sales-return_sales`, `reports-index`, `reports-warehouse_stock`, `reports-quantity_alerts`, `reports-expiry_alerts`, `reports-products`, `reports-daily_sales`, `reports-monthly_sales`, `reports-sales`, `reports-payments`, `reports-purchases`, `reports-profit_loss`, `reports-customers`, `reports-suppliers`, `reports-staff`, `reports-register`, `sales-payments`, `purchases-payments`, `purchases-expenses`, `products-adjustments`, `bulk_actions`, `customers-deposits`, `customers-delete_deposit`, `products-barcode`, `purchases-return_purchases`, `reports-expenses`, `reports-daily_purchases`, `reports-monthly_purchases`, `products-stock_count`, `edit_price`, `returns-index`, `returns-add`, `returns-edit`, `returns-delete`, `returns-email`, `returns-pdf`, `reports-tax`) VALUES (3, 6, 1, 1, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_permissions` (`id`, `group_id`, `products-index`, `products-add`, `products-edit`, `products-delete`, `products-cost`, `products-price`, `quotes-index`, `quotes-add`, `quotes-edit`, `quotes-pdf`, `quotes-email`, `quotes-delete`, `sales-index`, `sales-add`, `sales-edit`, `sales-pdf`, `sales-email`, `sales-delete`, `purchases-index`, `purchases-add`, `purchases-edit`, `purchases-pdf`, `purchases-email`, `purchases-delete`, `transfers-index`, `transfers-add`, `transfers-edit`, `transfers-pdf`, `transfers-email`, `transfers-delete`, `customers-index`, `customers-add`, `customers-edit`, `customers-delete`, `suppliers-index`, `suppliers-add`, `suppliers-edit`, `suppliers-delete`, `sales-deliveries`, `sales-add_delivery`, `sales-edit_delivery`, `sales-delete_delivery`, `sales-email_delivery`, `sales-pdf_delivery`, `sales-gift_cards`, `sales-add_gift_card`, `sales-edit_gift_card`, `sales-delete_gift_card`, `pos-index`, `sales-return_sales`, `reports-index`, `reports-warehouse_stock`, `reports-quantity_alerts`, `reports-expiry_alerts`, `reports-products`, `reports-daily_sales`, `reports-monthly_sales`, `reports-sales`, `reports-payments`, `reports-purchases`, `reports-profit_loss`, `reports-customers`, `reports-suppliers`, `reports-staff`, `reports-register`, `sales-payments`, `purchases-payments`, `purchases-expenses`, `products-adjustments`, `bulk_actions`, `customers-deposits`, `customers-delete_deposit`, `products-barcode`, `purchases-return_purchases`, `reports-expenses`, `reports-daily_purchases`, `reports-monthly_purchases`, `products-stock_count`, `edit_price`, `returns-index`, `returns-add`, `returns-edit`, `returns-delete`, `returns-email`, `returns-pdf`, `reports-tax`) VALUES (4, 7, 1, 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, NULL, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, 1, 0, 0, 0, 0, 1, 0, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_pos_register
#

DROP TABLE IF EXISTS `sma_pos_register`;

CREATE TABLE `sma_pos_register` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `user_id` int(11) NOT NULL,
  `cash_in_hand` decimal(25,4) NOT NULL,
  `status` varchar(10) NOT NULL,
  `total_cash` decimal(25,4) DEFAULT NULL,
  `total_cheques` int(11) DEFAULT NULL,
  `total_cc_slips` int(11) DEFAULT NULL,
  `total_cash_submitted` decimal(25,4) DEFAULT NULL,
  `total_cheques_submitted` int(11) DEFAULT NULL,
  `total_cc_slips_submitted` int(11) DEFAULT NULL,
  `note` text,
  `closed_at` timestamp NULL DEFAULT NULL,
  `transfer_opened_bills` varchar(50) DEFAULT NULL,
  `closed_by` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=276 DEFAULT CHARSET=utf8;

INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (1, '2022-04-25 08:49:09', 7, '0.0000', 'close', '0.0000', 0, 0, '0.0000', 0, 0, '', '2022-05-04 17:01:41', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (2, '2022-04-25 09:06:31', 6, '0.0000', 'close', '440.0000', 0, 0, '440.0000', 0, 0, '', '2022-05-06 15:10:17', NULL, 6);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (3, '2022-04-25 10:10:52', 8, '0.0000', 'close', '0.0000', 0, 0, '0.0000', 0, 0, '', '2022-05-17 11:15:37', NULL, 8);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (4, '2022-05-04 17:01:50', 7, '0.0000', 'close', '18.0000', 0, 0, '18.0000', 0, 0, '', '2022-05-16 12:34:40', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (5, '2022-05-09 12:06:31', 6, '0.0000', 'close', '1280.5000', 0, 0, '1280.5000', 0, 0, '', '2022-09-10 09:43:55', NULL, 6);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (6, '2022-05-16 12:35:44', 7, '200.0000', 'close', '18049.4000', 0, 0, '18049.4000', 0, 0, '', '2022-05-20 16:21:04', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (7, '2022-05-17 11:16:03', 8, '0.0000', 'close', '6678.0000', 0, 0, '6678.0000', 0, 0, '', '2022-06-01 08:47:14', NULL, 8);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (8, '2022-05-20 19:12:30', 7, '200.0000', 'close', '6437.0000', 0, 0, '6437.0000', 0, 0, '', '2022-05-23 10:15:38', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (9, '2022-05-23 12:00:20', 7, '200.0000', 'close', '401.0000', 0, 0, '401.0000', 0, 0, '', '2022-05-24 10:18:18', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (10, '2022-05-24 10:18:29', 7, '200.0000', 'close', '671.9700', 0, 0, '671.9700', 0, 0, '', '2022-05-25 08:49:46', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (11, '2022-05-25 08:58:37', 7, '200.0000', 'close', '922.7000', 0, 0, '922.7000', 0, 0, '', '2022-05-26 09:06:42', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (12, '2022-05-26 10:05:16', 7, '200.0000', 'close', '1078.0000', 0, 0, '1078.0000', 0, 0, '', '2022-05-27 08:04:48', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (13, '2022-05-27 08:21:53', 7, '200.0000', 'close', '2191.2000', 0, 0, '2191.2000', 0, 0, '', '2022-05-31 07:52:47', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (14, '2022-05-31 07:57:20', 7, '200.0000', 'close', '644.6200', 0, 0, '644.6200', 0, 0, '', '2022-06-01 08:19:11', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (15, '2022-06-01 08:47:35', 8, '0.0000', 'close', '570.5000', 0, 0, '570.5000', 0, 0, '', '2023-06-12 09:03:31', NULL, 8);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (16, '2022-06-01 09:01:19', 7, '200.0000', 'close', '1327.7500', 0, 0, '1327.7500', 0, 0, '', '2022-06-02 08:17:30', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (17, '2022-06-02 11:38:51', 7, '200.0000', 'close', '3002.5000', 0, 0, '3002.5000', 0, 0, '', '2022-06-03 08:45:55', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (18, '2022-06-03 10:13:56', 7, '200.0000', 'close', '1904.2400', 0, 0, '1904.2400', 0, 0, '', '2022-06-06 08:28:40', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (19, '2022-06-06 10:12:10', 7, '200.0000', 'close', '691.0000', 0, 0, '691.0000', 0, 0, '', '2022-06-07 07:09:50', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (20, '2022-06-07 08:59:05', 7, '200.0000', 'close', '1921.0000', 0, 0, '1921.0000', 0, 0, '', '2022-06-07 10:16:58', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (21, '2022-06-08 06:52:51', 7, '200.0000', 'close', '1774.5000', 0, 0, '1774.5000', 0, 0, '', '2022-06-10 08:23:50', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (22, '2022-06-10 12:50:23', 7, '200.0000', 'close', '1196.5900', 0, 0, '1196.5900', 0, 0, '', '2022-06-13 15:31:32', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (23, '2022-06-13 15:55:18', 7, '200.0000', 'close', '705.5000', 0, 0, '705.5000', 0, 0, '', '2022-06-14 08:28:42', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (24, '2022-06-14 08:44:13', 7, '200.0000', 'close', '974.4000', 0, 0, '974.4000', 0, 0, '', '2022-06-15 08:25:39', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (25, '2022-06-15 08:31:15', 7, '200.0000', 'close', '2165.5000', 0, 0, '2165.5000', 0, 0, '', '2022-06-16 08:30:27', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (26, '2022-06-16 08:47:04', 7, '200.0000', 'close', '1318.1300', 0, 0, '1318.1300', 0, 0, '', '2022-06-17 11:17:24', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (27, '2022-06-17 12:00:36', 7, '200.0000', 'close', '1365.9600', 0, 0, '1365.9600', 0, 0, '', '2022-06-20 10:17:36', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (28, '2022-06-20 10:25:06', 7, '200.0000', 'close', '2896.5000', 0, 0, '2896.5000', 0, 0, '', '2022-06-21 08:26:04', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (29, '2022-06-21 10:52:39', 7, '200.0000', 'close', '649.7200', 0, 0, '649.7200', 0, 0, '', '2022-06-22 09:07:21', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (30, '2022-06-22 09:50:07', 7, '200.0000', 'close', '1038.5000', 0, 0, '1038.5000', 0, 0, '', '2022-06-23 08:21:01', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (31, '2022-06-23 08:29:10', 7, '200.0000', 'close', '1501.0000', 0, 0, '1501.0000', 0, 0, '', '2022-06-24 08:14:24', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (32, '2022-06-24 10:24:39', 7, '200.0000', 'close', '1234.2200', 0, 0, '1234.2200', 0, 0, '', '2022-06-27 08:59:57', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (33, '2022-06-27 09:12:39', 7, '200.0000', 'close', '1388.5000', 0, 0, '1388.5000', 0, 0, '', '2022-06-28 08:25:55', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (34, '2022-06-28 08:33:04', 7, '200.0000', 'close', '1052.5000', 0, 0, '1052.5000', 0, 0, '', '2022-06-29 08:24:43', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (35, '2022-06-29 08:51:04', 7, '200.0000', 'close', '2352.2300', 0, 0, '2352.2300', 0, 0, '', '2022-07-01 08:22:01', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (36, '2022-07-01 09:26:43', 7, '200.0000', 'close', '3619.0000', 0, 0, '3619.0000', 0, 0, '', '2022-07-04 08:29:20', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (37, '2022-07-04 09:44:31', 7, '200.0000', 'close', '1604.0000', 0, 0, '1604.0000', 0, 0, '', '2022-07-05 08:17:08', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (38, '2022-07-05 08:17:17', 7, '200.0000', 'close', '1945.0000', 0, 0, '1945.0000', 0, 0, '', '2022-07-07 08:25:15', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (39, '2022-07-07 09:23:20', 7, '200.0000', 'close', '1743.0000', 0, 0, '1743.0000', 0, 0, '', '2022-07-08 08:14:10', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (40, '2022-07-08 09:00:04', 7, '200.0000', 'close', '3385.0000', 0, 0, '3385.0000', 0, 0, '', '2022-07-11 08:32:34', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (41, '2022-07-11 11:06:14', 7, '200.0000', 'close', '1278.0000', 0, 0, '1278.0000', 0, 0, '', '2022-07-12 08:28:08', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (42, '2022-07-12 08:51:10', 7, '200.0000', 'close', '1192.2000', 0, 0, '1192.2000', 0, 0, '', '2022-07-13 08:24:37', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (43, '2022-07-13 08:55:11', 7, '200.0000', 'close', '1452.0000', 0, 0, '1452.0000', 0, 0, '', '2022-07-14 08:36:40', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (44, '2022-07-14 19:41:57', 7, '200.0000', 'close', '1354.0000', 0, 0, '1354.0000', 0, 0, '', '2022-07-15 08:27:59', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (45, '2022-07-15 08:33:59', 7, '200.0000', 'close', '2123.0000', 0, 0, '2123.0000', 0, 0, '', '2022-07-18 08:26:31', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (46, '2022-07-18 08:29:03', 7, '200.0000', 'close', '232.5000', 0, 0, '232.5000', 0, 0, '', '2022-07-18 08:29:38', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (47, '2022-07-18 08:29:49', 7, '200.0000', 'close', '2280.0000', 0, 0, '2280.0000', 0, 0, '', '2022-07-19 08:48:55', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (48, '2022-07-19 10:42:46', 7, '200.0000', 'close', '887.2000', 0, 0, '887.2000', 0, 0, '', '2022-07-20 08:23:18', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (49, '2022-07-20 19:12:23', 7, '200.0000', 'close', '1732.5000', 0, 0, '1732.5000', 0, 0, '', '2022-07-22 08:33:22', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (50, '2022-07-22 11:54:42', 7, '200.0000', 'close', '2859.0000', 0, 0, '2859.0000', 0, 0, '', '2022-07-25 08:15:58', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (51, '2022-07-25 08:16:42', 7, '200.0000', 'close', '358.5000', 0, 0, '358.5000', 0, 0, '', '2022-07-25 08:17:59', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (52, '2022-07-25 08:18:07', 7, '200.0000', 'close', '1671.0000', 0, 0, '1671.0000', 0, 0, '', '2022-07-26 08:14:43', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (53, '2022-07-26 08:15:45', 7, '200.0000', 'close', '263.5000', 0, 0, '263.5000', 0, 0, '', '2022-07-26 08:16:25', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (54, '2022-07-26 08:16:33', 7, '200.0000', 'close', '1316.0000', 0, 0, '1316.0000', 0, 0, '', '2022-07-27 08:25:02', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (55, '2022-07-27 08:35:30', 7, '200.0000', 'close', '1208.0000', 0, 0, '1208.0000', 0, 0, '', '2022-07-28 08:24:30', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (56, '2022-07-28 09:25:50', 7, '200.0000', 'close', '1011.5000', 0, 0, '1011.5000', 0, 0, '', '2022-07-29 07:16:13', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (57, '2022-07-29 15:37:28', 7, '200.0000', 'close', '2432.0000', 0, 0, '2432.0000', 0, 0, '', '2022-08-01 07:25:11', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (58, '2022-08-01 07:29:49', 7, '200.0000', 'close', '400.0000', 0, 0, '400.0000', 0, 0, '', '2022-08-01 07:31:06', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (59, '2022-08-01 07:31:14', 7, '200.0000', 'close', '1193.0000', 0, 0, '1193.0000', 0, 0, '', '2022-08-02 07:16:44', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (60, '2022-08-02 07:27:36', 7, '200.0000', 'close', '474.0000', 0, 0, '474.0000', 0, 0, '', '2022-08-02 07:28:41', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (61, '2022-08-02 07:36:41', 7, '200.0000', 'close', '1105.0000', 0, 0, '1105.0000', 0, 0, '', '2022-08-03 07:40:21', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (62, '2022-08-03 07:57:55', 7, '200.0000', 'close', '1064.5000', 0, 0, '1064.5000', 0, 0, '', '2022-08-03 10:53:01', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (63, '2022-08-03 10:54:32', 7, '200.0000', 'close', '305.0000', 0, 0, '305.0000', 0, 0, '', '2022-08-03 10:54:58', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (64, '2022-08-03 10:56:39', 7, '200.0000', 'close', '5319.5000', 0, 0, '5319.5000', 0, 0, '', '2022-08-10 11:19:16', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (65, '2022-08-10 11:20:47', 7, '200.0000', 'close', '349.0000', 0, 0, '349.0000', 0, 0, '', '2022-08-10 11:21:29', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (66, '2022-08-10 11:21:36', 7, '200.0000', 'close', '1749.0000', 0, 0, '1749.0000', 0, 0, '', '2022-08-11 08:18:16', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (67, '2022-08-12 05:47:51', 7, '200.0000', 'close', '1464.5000', 0, 0, '1464.5000', 0, 0, '', '2022-08-12 08:00:11', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (68, '2022-08-12 08:01:32', 7, '200.0000', 'close', '450.0000', 0, 0, '450.0000', 0, 0, '', '2022-08-12 08:02:21', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (69, '2022-08-12 08:02:30', 7, '200.0000', 'close', '1887.0000', 0, 0, '1887.0000', 0, 0, '', '2022-08-15 08:52:05', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (70, '2022-08-15 08:55:05', 7, '200.0000', 'close', '488.0000', 0, 0, '488.0000', 0, 0, '', '2022-08-15 08:56:57', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (71, '2022-08-15 08:57:04', 7, '200.0000', 'close', '2026.5000', 0, 0, '2026.5000', 0, 0, '', '2022-08-16 08:26:31', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (72, '2022-08-16 08:30:30', 7, '200.0000', 'close', '1849.5000', 0, 0, '1849.5000', 0, 0, '', '2022-08-17 09:04:59', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (73, '2022-08-17 09:05:47', 7, '200.0000', 'close', '644.5000', 0, 0, '644.5000', 0, 0, '', '2022-08-17 09:06:40', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (74, '2022-08-17 09:06:45', 7, '200.0000', 'close', '3302.0000', 0, 0, '3302.0000', 0, 0, '', '2022-08-18 08:07:05', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (75, '2022-08-18 08:07:30', 7, '200.0000', 'close', '609.0000', 0, 0, '609.0000', 0, 0, '', '2022-08-18 08:08:55', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (76, '2022-08-18 08:09:02', 7, '200.0000', 'close', '1379.0000', 0, 0, '1379.0000', 0, 0, '', '2022-08-19 08:12:15', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (77, '2022-08-19 08:18:19', 7, '200.0000', 'close', '727.5000', 0, 0, '727.5000', 0, 0, '', '2022-08-19 08:20:51', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (78, '2022-08-19 08:20:59', 7, '200.0000', 'close', '2704.0000', 0, 0, '2704.0000', 0, 0, '', '2022-08-22 08:45:20', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (79, '2022-08-22 08:46:30', 7, '200.0000', 'close', '772.5000', 0, 0, '772.5000', 0, 0, '', '2022-08-22 08:49:02', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (80, '2022-08-22 08:49:08', 7, '200.0000', 'close', '1139.0000', 0, 0, '1139.0000', 0, 0, '', '2022-08-23 12:35:17', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (81, '2022-08-23 12:42:35', 7, '200.0000', 'close', '744.0000', 0, 0, '744.0000', 0, 0, '', '2022-08-23 13:32:51', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (82, '2022-08-23 13:32:59', 7, '200.0000', 'close', '1086.5000', 0, 0, '1086.5000', 0, 0, '', '2022-08-24 09:40:28', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (83, '2022-08-24 10:23:38', 7, '200.0000', 'close', '1703.0000', 0, 0, '1703.0000', 0, 0, '', '2022-08-25 09:57:15', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (84, '2022-08-25 10:01:30', 7, '200.0000', 'close', '841.0000', 0, 0, '841.0000', 0, 0, '', '2022-08-25 10:03:38', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (85, '2022-08-25 10:03:44', 7, '200.0000', 'close', '750.5000', 0, 0, '750.5000', 0, 0, '', '2022-08-26 08:39:07', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (86, '2022-08-26 10:10:14', 7, '200.0000', 'close', '1175.5000', 0, 0, '1175.5000', 0, 0, '', '2022-08-26 10:27:16', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (87, '2022-08-26 10:27:26', 7, '200.0000', 'close', '3680.0000', 0, 0, '3680.0000', 0, 0, '', '2022-08-30 08:22:08', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (88, '2022-08-30 08:23:41', 7, '200.0000', 'close', '2430.7500', 0, 0, '2430.7500', 0, 0, '', '2022-08-30 08:40:11', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (89, '2022-08-30 08:40:19', 7, '200.0000', 'close', '645.0000', 0, 0, '645.0000', 0, 0, '', '2022-08-30 11:32:54', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (90, '2022-08-30 11:33:02', 7, '200.0000', 'close', '709.0000', 0, 0, '709.0000', 0, 0, '', '2022-08-30 17:05:32', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (91, '2022-08-30 17:05:41', 7, '200.0000', 'close', '1316.5000', 0, 0, '1316.5000', 0, 0, '', '2022-08-31 18:14:39', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (92, '2022-08-31 18:14:49', 7, '200.0000', 'close', '2023.0000', 0, 0, '2023.0000', 0, 0, '', '2022-09-01 12:51:05', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (93, '2022-09-01 18:37:00', 7, '200.0000', 'close', '1534.5000', 0, 0, '1534.5000', 0, 0, '', '2022-09-01 18:43:38', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (94, '2022-09-01 18:43:46', 7, '200.0000', 'close', '2414.0000', 0, 0, '2414.0000', 0, 0, '', '2022-09-05 08:26:54', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (95, '2022-09-05 09:02:59', 7, '200.0000', 'close', '992.0000', 0, 0, '992.0000', 0, 0, '', '2022-09-05 15:58:04', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (96, '2022-09-05 15:58:10', 7, '200.0000', 'close', '2027.0000', 0, 0, '2027.0000', 0, 0, '', '2022-09-06 08:34:24', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (97, '2022-09-06 08:47:33', 7, '200.0000', 'close', '946.0000', 0, 0, '946.0000', 0, 0, '', '2022-09-07 08:11:27', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (98, '2022-09-07 08:12:03', 7, '200.0000', 'close', '650.0000', 0, 0, '650.0000', 0, 0, '', '2022-09-08 08:19:40', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (99, '2022-09-08 08:25:54', 7, '200.0000', 'close', '1175.0000', 0, 0, '1175.0000', 0, 0, '', '2022-09-09 08:23:53', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (100, '2022-09-09 08:41:50', 7, '200.0000', 'close', '344.0000', 0, 0, '344.0000', 0, 0, '', '2022-09-09 08:42:51', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (101, '2022-09-09 08:43:21', 7, '200.0000', 'close', '529.0000', 0, 0, '529.0000', 0, 0, '', '2022-09-09 16:35:50', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (102, '2022-09-09 16:35:56', 7, '200.0000', 'close', '1612.5000', 0, 0, '1612.5000', 0, 0, '', '2022-09-12 10:09:42', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (103, '2022-09-12 12:46:53', 7, '200.0000', 'close', '1319.5000', 0, 0, '1319.5000', 0, 0, '', '2022-09-13 08:16:36', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (104, '2022-09-13 08:33:06', 7, '200.0000', 'close', '1093.0000', 0, 0, '1093.0000', 0, 0, '', '2022-09-14 09:03:44', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (105, '2022-09-14 09:30:55', 7, '200.0000', 'close', '921.0000', 0, 0, '921.0000', 0, 0, '', '2022-09-15 08:18:59', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (106, '2022-09-15 08:21:24', 7, '200.0000', 'close', '994.5000', 0, 0, '994.5000', 0, 0, '', '2022-09-16 08:26:55', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (107, '2022-09-16 08:28:12', 7, '200.0000', 'close', '1432.0000', 0, 0, '1432.0000', 0, 0, '', '2022-09-16 08:32:15', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (108, '2022-09-16 08:32:37', 7, '200.0000', 'close', '2137.5000', 0, 0, '2137.5000', 0, 0, '', '2022-09-21 14:51:03', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (109, '2022-09-21 15:14:16', 7, '200.0000', 'close', '1224.0000', 0, 0, '1224.0000', 0, 0, '', '2022-09-22 09:42:30', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (110, '2022-09-22 09:56:51', 7, '200.0000', 'close', '629.0000', 0, 0, '629.0000', 0, 0, '', '2022-09-23 09:29:12', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (111, '2022-09-23 09:29:21', 7, '200.0000', 'close', '2929.5000', 0, 0, '2929.5000', 0, 0, '', '2022-09-27 14:39:41', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (112, '2022-09-27 14:39:50', 7, '200.0000', 'close', '831.5000', 0, 0, '831.5000', 0, 0, '', '2022-09-28 08:23:54', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (113, '2022-09-28 08:24:01', 7, '200.0000', 'close', '804.5000', 0, 0, '804.5000', 0, 0, '', '2022-09-29 08:35:14', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (114, '2022-09-29 08:35:27', 7, '200.0000', 'close', '4119.5000', 0, 0, '4119.5000', 0, 0, '', '2022-10-03 10:53:40', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (115, '2022-10-01 06:48:56', 6, '1.0000', 'close', '1.0000', 0, 0, '1.0000', 0, 0, '', '2022-11-11 11:55:21', NULL, 6);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (116, '2022-10-03 10:53:52', 7, '200.0000', 'close', '836.5000', 0, 0, '836.5000', 0, 0, '', '2022-10-04 08:35:28', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (117, '2022-10-04 08:35:35', 7, '200.0000', 'close', '961.0000', 0, 0, '961.0000', 0, 0, '', '2022-10-05 08:42:22', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (118, '2022-10-05 08:42:33', 7, '200.0000', 'close', '756.0000', 0, 0, '756.0000', 0, 0, '', '2022-10-06 08:34:27', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (119, '2022-10-06 08:34:40', 7, '200.0000', 'close', '268.0000', 0, 0, '268.0000', 0, 0, '', '2022-10-06 12:07:31', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (120, '2022-10-06 12:07:42', 7, '200.0000', 'close', '1217.5000', 0, 0, '1217.5000', 0, 0, '', '2022-10-07 09:24:24', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (121, '2022-10-07 09:24:32', 7, '200.0000', 'close', '3455.7494', 0, 0, '3455.7494', 0, 0, '', '2022-10-10 11:09:24', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (122, '2022-10-10 11:09:35', 7, '200.0000', 'close', '581.0000', 0, 0, '581.0000', 0, 0, '', '2022-10-11 08:27:34', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (123, '2022-10-11 08:27:42', 7, '200.0000', 'close', '1096.2498', 0, 0, '1096.2498', 0, 0, '', '2022-10-12 08:29:57', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (124, '2022-10-12 08:30:05', 7, '200.0000', 'close', '741.2500', 0, 0, '741.2500', 0, 0, '', '2022-10-13 08:30:23', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (125, '2022-10-13 08:31:27', 7, '200.0000', 'close', '1192.5000', 0, 0, '1192.5000', 0, 0, '', '2022-10-14 08:30:01', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (126, '2022-10-14 08:30:11', 7, '200.0000', 'close', '4037.9998', 0, 0, '4037.9998', 0, 0, '', '2022-10-17 08:26:46', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (127, '2022-10-17 08:26:55', 7, '200.0000', 'close', '795.0000', 0, 0, '795.0000', 0, 0, '', '2022-10-18 08:14:44', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (128, '2022-10-18 08:14:52', 7, '200.0000', 'close', '1654.4997', 0, 0, '1654.4997', 0, 0, '', '2022-10-19 08:41:12', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (129, '2022-10-19 08:41:34', 7, '200.0000', 'close', '619.8000', 0, 0, '619.8000', 0, 0, '', '2022-10-20 08:39:53', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (130, '2022-10-20 08:40:00', 7, '200.0000', 'close', '1397.9999', 0, 0, '1397.9999', 0, 0, '', '2022-10-21 07:57:47', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (131, '2022-10-21 07:58:10', 7, '200.0000', 'close', '6419.3990', 0, 0, '6419.3990', 0, 0, '', '2022-10-25 11:14:40', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (132, '2022-10-25 11:14:48', 7, '200.0000', 'close', '1366.4999', 0, 0, '1366.4999', 0, 0, '', '2022-10-26 09:06:08', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (133, '2022-10-26 09:06:14', 7, '200.0000', 'close', '1925.0000', 0, 0, '1925.0000', 0, 0, '', '2022-10-27 08:38:26', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (134, '2022-10-27 08:38:35', 7, '200.0000', 'close', '2829.9997', 0, 0, '2829.9997', 0, 0, '', '2022-10-28 08:22:44', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (135, '2022-10-28 08:23:13', 7, '200.0000', 'close', '4667.7498', 0, 0, '4667.7498', 0, 0, '', '2022-10-31 09:29:04', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (136, '2022-10-31 09:29:12', 7, '200.0000', 'close', '2616.7500', 0, 0, '2616.7500', 0, 0, '', '2022-11-02 08:27:04', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (137, '2022-10-31 12:21:19', 11, '1.0000', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (138, '2022-11-02 08:27:15', 7, '200.0000', 'close', '1201.3331', 0, 0, '1201.3331', 0, 0, '', '2022-11-03 08:28:40', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (139, '2022-11-03 08:28:49', 7, '200.0000', 'close', '1007.9999', 0, 0, '1007.9999', 0, 0, '', '2022-11-04 08:51:18', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (140, '2022-11-04 08:51:27', 7, '200.0000', 'close', '3383.4163', 0, 0, '3383.4163', 0, 0, '', '2022-11-07 09:30:22', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (141, '2022-11-07 09:30:32', 7, '200.0000', 'close', '3804.5000', 0, 0, '3804.5000', 0, 0, '', '2022-11-11 10:02:46', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (142, '2022-11-11 10:03:17', 7, '200.0000', 'close', '3261.4998', 0, 0, '3261.4998', 0, 0, '', '2022-11-14 08:31:32', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (143, '2022-11-11 11:55:57', 6, '0.0000', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (144, '2022-11-11 11:57:01', 9, '0.0000', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (145, '2022-11-14 08:31:45', 7, '200.0000', 'close', '1057.0000', 0, 0, '1057.0000', 0, 0, '', '2022-11-15 08:35:57', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (146, '2022-11-15 08:36:05', 7, '200.0000', 'close', '1363.5000', 0, 0, '1363.5000', 0, 0, '', '2022-11-16 08:29:08', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (147, '2022-11-16 08:29:17', 7, '200.0000', 'close', '1230.9997', 0, 0, '1230.9997', 0, 0, '', '2022-11-17 08:26:28', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (148, '2022-11-17 08:26:38', 7, '200.0000', 'close', '1244.7496', 0, 0, '1244.7496', 0, 0, '', '2022-11-18 08:29:01', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (149, '2022-11-18 08:29:09', 7, '200.0000', 'close', '4420.4998', 0, 0, '4420.4998', 0, 0, '', '2022-11-21 10:05:41', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (150, '2022-11-21 10:05:55', 7, '200.0000', 'close', '2403.4996', 0, 0, '2403.4996', 0, 0, '', '2022-11-24 08:45:17', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (151, '2022-11-24 08:45:36', 7, '200.0000', 'close', '1813.5000', 0, 0, '1813.5000', 0, 0, '', '2022-11-25 09:21:31', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (152, '2022-11-25 09:21:38', 7, '200.0000', 'close', '3446.4999', 0, 0, '3446.4999', 0, 0, '', '2022-11-28 10:11:49', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (153, '2022-11-28 10:11:55', 7, '200.0000', 'close', '1201.4998', 0, 0, '1201.4998', 0, 0, '', '2022-11-29 11:27:52', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (154, '2022-11-29 11:28:09', 7, '200.0000', 'close', '738.5000', 0, 0, '738.5000', 0, 0, '', '2022-11-30 08:03:54', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (155, '2022-11-30 08:08:51', 7, '200.0000', 'close', '1518.0000', 0, 0, '1518.0000', 0, 0, '', '2022-12-01 08:33:53', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (156, '2022-12-01 08:34:02', 7, '200.0000', 'close', '990.4996', 0, 0, '990.4996', 0, 0, '', '2022-12-02 10:42:34', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (157, '2022-12-02 10:47:42', 7, '200.0000', 'close', '4164.2496', 0, 0, '4164.2496', 0, 0, '', '2022-12-05 09:38:47', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (158, '2022-12-05 09:40:38', 7, '200.0000', 'close', '2797.9993', 0, 0, '2797.9993', 0, 0, '', '2022-12-08 14:47:40', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (159, '2022-12-08 14:54:00', 7, '200.0000', 'close', '634.4998', 0, 0, '634.4998', 0, 0, '', '2022-12-09 08:45:02', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (160, '2022-12-09 08:49:44', 7, '200.0000', 'close', '3515.9993', 0, 0, '3515.9993', 0, 0, '', '2022-12-12 08:30:26', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (161, '2022-12-12 08:30:32', 7, '200.0000', 'close', '1836.9997', 0, 0, '1836.9997', 0, 0, '', '2022-12-13 08:27:02', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (162, '2022-12-13 08:27:09', 7, '200.0000', 'close', '695.9999', 0, 0, '695.9999', 0, 0, '', '2022-12-14 08:25:48', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (163, '2022-12-14 08:25:56', 7, '200.0000', 'close', '1555.4992', 0, 0, '1555.4992', 0, 0, '', '2022-12-15 08:42:01', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (164, '2022-12-15 08:42:13', 7, '200.0000', 'close', '1355.2499', 0, 0, '1355.2499', 0, 0, '', '2022-12-16 08:36:02', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (165, '2022-12-16 08:36:10', 7, '200.0000', 'close', '4678.7495', 0, 0, '4678.7495', 0, 0, '', '2022-12-19 09:15:59', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (166, '2022-12-19 09:16:16', 7, '200.0000', 'close', '4061.4159', 0, 0, '4061.4159', 0, 0, '', '2022-12-22 08:55:23', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (167, '2022-12-22 09:09:16', 7, '200.0000', 'close', '1127.4999', 0, 0, '1127.4999', 0, 0, '', '2022-12-23 11:55:50', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (168, '2022-12-23 11:56:14', 7, '200.0000', 'close', '4584.8327', 0, 0, '4584.8327', 0, 0, '', '2022-12-26 12:10:30', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (169, '2022-12-26 12:10:42', 7, '200.0000', 'close', '754.2500', 0, 0, '754.2500', 0, 0, '', '2022-12-27 09:21:20', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (170, '2022-12-27 09:21:27', 7, '200.0000', 'close', '1003.7498', 0, 0, '1003.7498', 0, 0, '', '2022-12-28 08:28:02', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (171, '2022-12-28 08:29:02', 7, '200.0000', 'close', '1538.4998', 0, 0, '1538.4998', 0, 0, '', '2022-12-29 08:14:21', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (172, '2022-12-29 08:14:30', 7, '200.0000', 'close', '1223.0000', 0, 0, '1223.0000', 0, 0, '', '2022-12-30 08:18:40', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (173, '2022-12-30 08:18:51', 7, '200.0000', 'close', '7516.2496', 0, 0, '7516.2496', 0, 0, '', '2023-01-02 08:38:33', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (174, '2023-01-02 08:38:42', 7, '200.0000', 'close', '4220.0825', 0, 0, '4220.0825', 0, 0, '', '2023-01-06 09:15:24', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (175, '2023-01-06 09:15:34', 7, '200.0000', 'close', '2750.2497', 0, 0, '2750.2497', 0, 0, '', '2023-01-09 11:38:22', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (176, '2023-01-09 11:38:29', 7, '200.0000', 'close', '880.0000', 0, 0, '880.0000', 0, 0, '', '2023-01-10 08:21:46', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (177, '2023-01-10 08:21:54', 7, '200.0000', 'close', '1159.0000', 0, 0, '1159.0000', 0, 0, '', '2023-01-11 08:59:37', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (178, '2023-01-11 08:59:49', 7, '200.0000', 'close', '1374.0000', 0, 0, '1374.0000', 0, 0, '', '2023-01-12 11:01:45', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (179, '2023-01-12 11:01:53', 7, '200.0000', 'close', '728.4998', 0, 0, '728.4998', 0, 0, '', '2023-01-13 08:24:09', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (180, '2023-01-13 08:24:20', 7, '200.0000', 'close', '5418.8329', 0, 0, '5418.8329', 0, 0, '', '2023-01-16 11:09:35', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (181, '2023-01-16 11:30:34', 7, '200.0000', 'close', '4119.2500', 0, 0, '4119.2500', 0, 0, '', '2023-01-19 14:40:17', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (182, '2023-01-19 14:40:24', 7, '200.0000', 'close', '986.2500', 0, 0, '986.2500', 0, 0, '', '2023-01-20 14:39:29', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (183, '2023-01-20 14:39:37', 7, '200.0000', 'close', '3212.2500', 0, 0, '3212.2500', 0, 0, '', '2023-01-23 08:38:41', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (184, '2023-01-23 08:38:49', 7, '200.0000', 'close', '2530.5000', 0, 0, '2530.5000', 0, 0, '', '2023-01-24 08:46:17', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (185, '2023-01-24 08:46:23', 7, '200.0000', 'close', '2124.5000', 0, 0, '2124.5000', 0, 0, '', '2023-01-25 09:26:39', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (186, '2023-01-25 09:26:47', 7, '200.0000', 'close', '2682.5000', 0, 0, '2682.5000', 0, 0, '', '2023-01-26 08:29:35', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (187, '2023-01-26 08:29:42', 7, '200.0000', 'close', '1201.2500', 0, 0, '1201.2500', 0, 0, '', '2023-01-27 08:28:45', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (188, '2023-01-27 08:29:00', 7, '200.0000', 'close', '4112.5000', 0, 0, '4112.5000', 0, 0, '', '2023-01-30 09:34:18', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (189, '2023-01-30 09:34:26', 7, '200.0000', 'close', '4308.2500', 0, 0, '4308.2500', 0, 0, '', '2023-02-03 09:48:12', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (190, '2023-02-03 09:48:20', 7, '200.0000', 'close', '3389.7500', 0, 0, '3389.7500', 0, 0, '', '2023-02-06 08:54:46', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (191, '2023-02-06 08:54:54', 7, '200.0000', 'close', '1760.0000', 0, 0, '1760.0000', 0, 0, '', '2023-02-07 08:40:15', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (192, '2023-02-07 08:40:23', 7, '200.0000', 'close', '1261.7500', 0, 0, '1261.7500', 0, 0, '', '2023-02-08 08:30:19', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (193, '2023-02-08 08:30:31', 7, '200.0000', 'close', '1582.0000', 0, 0, '1582.0000', 0, 0, '', '2023-02-09 08:35:09', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (194, '2023-02-09 08:35:18', 7, '200.0000', 'close', '1292.0000', 0, 0, '1292.0000', 0, 0, '', '2023-02-10 09:06:46', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (195, '2023-02-10 09:07:04', 7, '200.0000', 'close', '3071.5000', 0, 0, '3071.5000', 0, 0, '', '2023-02-13 08:46:10', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (196, '2023-02-13 08:46:20', 7, '200.0000', 'close', '3879.0000', 0, 0, '3879.0000', 0, 0, '', '2023-02-16 09:15:08', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (197, '2023-02-16 09:15:19', 7, '200.0000', 'close', '2327.5000', 0, 0, '2327.5000', 0, 0, '', '2023-02-17 08:35:10', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (198, '2023-02-17 08:35:18', 7, '200.0000', 'close', '4048.5000', 0, 0, '4048.5000', 0, 0, '', '2023-02-20 08:59:37', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (199, '2023-02-20 08:59:47', 7, '200.0000', 'close', '1334.0000', 0, 0, '1334.0000', 0, 0, '', '2023-02-21 08:19:52', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (200, '2023-02-21 08:20:01', 7, '200.0000', 'close', '908.0000', 0, 0, '908.0000', 0, 0, '', '2023-02-22 08:30:25', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (201, '2023-02-22 08:30:36', 7, '200.0000', 'close', '1212.0000', 0, 0, '1212.0000', 0, 0, '', '2023-02-23 08:36:05', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (202, '2023-02-23 08:36:18', 7, '200.0000', 'close', '975.0000', 0, 0, '975.0000', 0, 0, '', '2023-02-24 08:18:00', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (203, '2023-02-24 08:18:08', 7, '200.0000', 'close', '2918.5000', 0, 0, '2918.5000', 0, 0, '', '2023-02-27 09:42:36', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (204, '2023-02-27 09:42:47', 7, '200.0000', 'close', '3836.7500', 0, 0, '3836.7500', 0, 0, '', '2023-03-02 16:02:53', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (205, '2023-03-02 16:03:02', 7, '200.0000', 'close', '799.5000', 0, 0, '799.5000', 0, 0, '', '2023-03-03 08:56:45', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (206, '2023-03-03 08:57:02', 7, '88.5000', 'close', '4050.7500', 0, 0, '4050.7500', 0, 0, '', '2023-03-06 08:36:04', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (207, '2023-03-06 08:36:11', 7, '200.0000', 'close', '1063.5000', 0, 0, '1063.5000', 0, 0, '', '2023-03-07 08:20:42', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (208, '2023-03-07 08:20:49', 7, '200.0000', 'close', '546.5000', 0, 0, '546.5000', 0, 0, '', '2023-03-08 08:37:44', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (209, '2023-03-08 08:37:59', 7, '128.7500', 'close', '1111.7500', 0, 0, '1111.7500', 0, 0, '', '2023-03-09 08:18:27', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (210, '2023-03-09 08:18:35', 7, '200.0000', 'close', '1301.0000', 0, 0, '1301.0000', 0, 0, '', '2023-03-10 08:41:32', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (211, '2023-03-10 09:05:11', 7, '200.0000', 'close', '2959.0000', 0, 0, '2959.0000', 0, 0, '', '2023-03-13 08:21:01', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (212, '2023-03-13 08:21:10', 7, '200.0000', 'close', '3002.5000', 0, 0, '3002.5000', 0, 0, '', '2023-03-16 08:51:21', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (213, '2023-03-16 08:51:29', 7, '200.0000', 'close', '962.5000', 0, 0, '962.5000', 0, 0, '', '2023-03-17 09:28:11', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (214, '2023-03-17 09:28:28', 7, '200.0000', 'close', '3573.5000', 0, 0, '3573.5000', 0, 0, '', '2023-03-20 10:40:52', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (215, '2023-03-20 10:41:03', 7, '200.0000', 'close', '1702.2500', 0, 0, '1702.2500', 0, 0, '', '2023-03-21 12:37:57', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (216, '2023-03-21 12:38:05', 7, '200.0000', 'close', '948.5000', 0, 0, '948.5000', 0, 0, '', '2023-03-22 08:23:26', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (217, '2023-03-22 08:23:36', 7, '200.0000', 'close', '871.5000', 0, 0, '871.5000', 0, 0, '', '2023-03-23 08:17:13', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (218, '2023-03-23 08:17:20', 7, '200.0000', 'close', '1329.5000', 0, 0, '1329.5000', 0, 0, '', '2023-03-24 08:25:07', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (219, '2023-03-24 08:25:14', 7, '200.0000', 'close', '3996.2500', 0, 0, '3996.2500', 0, 0, '', '2023-03-27 08:44:51', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (220, '2023-03-27 08:45:01', 7, '200.0000', 'close', '3178.2500', 0, 0, '3178.2500', 0, 0, '', '2023-03-30 12:25:00', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (221, '2023-03-30 12:25:08', 7, '200.0000', 'close', '752.5000', 0, 0, '752.5000', 0, 0, '', '2023-03-31 09:11:32', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (222, '2023-03-31 09:11:42', 7, '200.0000', 'close', '4289.2500', 0, 0, '4289.2500', 0, 0, '', '2023-04-03 11:51:11', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (223, '2023-04-03 11:51:21', 7, '200.0000', 'close', '1284.5000', 0, 0, '1284.5000', 0, 0, '', '2023-04-04 08:38:05', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (224, '2023-04-04 08:38:13', 7, '200.0000', 'close', '7845.0000', 0, 0, '7845.0000', 0, 0, '', '2023-04-10 09:19:16', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (225, '2023-04-10 09:19:23', 7, '200.0000', 'close', '2091.7500', 0, 0, '2091.7500', 0, 0, '', '2023-04-11 09:32:55', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (226, '2023-04-11 09:33:04', 7, '200.0000', 'close', '1638.5000', 0, 0, '1638.5000', 0, 0, '', '2023-04-12 09:48:44', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (227, '2023-04-12 09:48:56', 7, '200.0000', 'close', '1514.5000', 0, 0, '1514.5000', 0, 0, '', '2023-04-13 09:18:28', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (228, '2023-04-13 09:18:35', 7, '200.0000', 'close', '974.5000', 0, 0, '974.5000', 0, 0, '', '2023-04-14 08:29:44', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (229, '2023-04-14 08:29:53', 7, '200.0000', 'close', '3927.7500', 0, 0, '3927.7500', 0, 0, '', '2023-04-17 09:11:00', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (230, '2023-04-17 09:11:08', 7, '200.0000', 'close', '2749.0000', 0, 0, '2749.0000', 0, 0, '', '2023-04-19 08:43:04', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (231, '2023-04-19 08:43:12', 7, '200.0000', 'close', '1043.7500', 0, 0, '1043.7500', 0, 0, '', '2023-04-20 08:54:27', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (232, '2023-04-20 08:54:35', 7, '200.0000', 'close', '925.5000', 0, 0, '925.5000', 0, 0, '', '2023-04-21 08:18:36', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (233, '2023-04-21 08:18:43', 7, '200.0000', 'close', '3764.5000', 0, 0, '3764.5000', 0, 0, '', '2023-04-24 09:04:47', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (234, '2023-04-24 09:04:54', 7, '200.0000', 'close', '1460.5000', 0, 0, '1460.5000', 0, 0, '', '2023-04-25 09:03:42', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (235, '2023-04-25 09:03:49', 7, '200.0000', 'close', '1470.7500', 0, 0, '1470.7500', 0, 0, '', '2023-04-26 10:23:12', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (236, '2023-04-26 10:23:19', 7, '200.0000', 'close', '2094.0000', 0, 0, '2094.0000', 0, 0, '', '2023-04-27 09:03:52', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (237, '2023-04-27 09:03:58', 7, '200.0000', 'close', '1839.5000', 0, 0, '1839.5000', 0, 0, '', '2023-04-28 08:18:02', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (238, '2023-04-28 08:18:09', 7, '200.0000', 'close', '4303.5000', 0, 0, '4303.5000', 0, 0, '', '2023-05-01 08:24:24', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (239, '2023-05-01 08:24:32', 7, '200.0000', 'close', '5251.0000', 0, 0, '5251.0000', 0, 0, '', '2023-05-04 09:12:37', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (240, '2023-05-04 09:12:43', 7, '200.0000', 'close', '962.2500', 0, 0, '962.2500', 0, 0, '', '2023-05-05 08:22:56', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (241, '2023-05-05 08:23:04', 7, '200.0000', 'close', '3293.2500', 0, 0, '3293.2500', 0, 0, '', '2023-05-08 09:09:17', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (242, '2023-05-08 09:09:25', 7, '200.0000', 'close', '1391.0000', 0, 0, '1391.0000', 0, 0, '', '2023-05-09 08:33:09', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (243, '2023-05-09 08:33:15', 7, '200.0000', 'close', '1311.5000', 0, 0, '1311.5000', 0, 0, '', '2023-05-10 08:17:34', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (244, '2023-05-10 08:17:40', 7, '200.0000', 'close', '958.5000', 0, 0, '958.5000', 0, 0, '', '2023-05-11 08:28:06', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (245, '2023-05-11 08:28:18', 7, '200.0000', 'close', '1019.0000', 0, 0, '1019.0000', 0, 0, '', '2023-05-12 09:18:39', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (246, '2023-05-12 09:18:45', 7, '200.0000', 'close', '4192.7500', 0, 0, '4192.7500', 0, 0, '', '2023-05-15 09:19:23', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (247, '2023-05-15 09:19:32', 7, '200.0000', 'close', '8562.2500', 0, 0, '8562.2500', 0, 0, '', '2023-05-22 10:06:32', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (248, '2023-05-22 10:06:38', 7, '200.0000', 'close', '954.5000', 0, 0, '954.5000', 0, 0, '', '2023-05-23 09:14:26', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (249, '2023-05-23 09:14:32', 7, '200.0000', 'close', '1282.7500', 0, 0, '1282.7500', 0, 0, '', '2023-05-24 08:35:42', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (250, '2023-05-24 08:35:49', 7, '200.0000', 'close', '1220.5000', 0, 0, '1220.5000', 0, 0, '', '2023-05-25 08:29:45', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (251, '2023-05-25 08:29:52', 7, '200.0000', 'close', '791.2500', 0, 0, '791.2500', 0, 0, '', '2023-05-26 08:23:59', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (252, '2023-05-26 08:24:05', 7, '200.0000', 'close', '4546.1500', 0, 0, '4546.1500', 0, 0, '', '2023-05-29 08:54:28', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (253, '2023-05-29 08:54:36', 7, '200.0000', 'close', '1003.2500', 0, 0, '1003.2500', 0, 0, '', '2023-05-30 08:20:04', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (254, '2023-05-30 08:20:11', 7, '200.0000', 'close', '1062.0000', 0, 0, '1062.0000', 0, 0, '', '2023-05-31 08:29:54', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (255, '2023-05-31 08:30:04', 7, '200.0000', 'close', '2741.7500', 0, 0, '2741.7500', 0, 0, '', '2023-06-02 08:25:14', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (256, '2023-06-02 08:25:26', 7, '200.0000', 'close', '4455.0000', 0, 0, '4455.0000', 0, 0, '', '2023-06-05 08:58:28', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (257, '2023-06-05 08:58:35', 7, '200.0000', 'close', '1264.0000', 0, 0, '1264.0000', 0, 0, '', '2023-06-06 08:41:46', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (258, '2023-06-06 08:41:54', 7, '200.0000', 'close', '1317.0000', 0, 0, '1317.0000', 0, 0, '', '2023-06-07 08:58:26', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (259, '2023-06-07 08:58:31', 7, '200.0000', 'close', '992.5000', 0, 0, '992.5000', 0, 0, '', '2023-06-08 09:56:26', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (260, '2023-06-08 09:56:33', 7, '165.0000', 'close', '1245.4900', 0, 0, '1245.4900', 0, 0, '', '2023-06-09 08:19:25', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (261, '2023-06-09 08:19:31', 7, '200.0000', 'close', '3987.2000', 0, 0, '3987.2000', 0, 0, '', '2023-06-12 08:57:27', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (262, '2023-06-12 08:57:35', 7, '200.0000', 'close', '3100.2100', 0, 0, '3100.2100', 0, 0, '', '2023-06-15 08:58:45', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (263, '2023-06-15 08:58:55', 7, '200.0000', 'close', '1634.2400', 0, 0, '1634.2400', 0, 0, '', '2023-06-16 08:13:27', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (264, '2023-06-16 08:13:34', 7, '200.0000', 'close', '4153.9900', 0, 0, '4153.9900', 0, 0, '', '2023-06-19 09:37:21', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (265, '2023-06-19 09:38:00', 7, '200.0000', 'close', '1355.9900', 0, 0, '1355.9900', 0, 0, '', '2023-06-20 08:37:47', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (266, '2023-06-20 08:37:53', 7, '200.0000', 'close', '1158.7500', 0, 0, '1158.7500', 0, 0, '', '2023-06-21 08:23:31', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (267, '2023-06-21 08:23:39', 7, '200.0000', 'close', '925.7500', 0, 0, '925.7500', 0, 0, '', '2023-06-22 09:16:07', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (268, '2023-06-22 09:16:19', 7, '200.0000', 'close', '1239.5000', 0, 0, '1239.5000', 0, 0, '', '2023-06-23 09:03:38', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (269, '2023-06-23 09:03:45', 7, '200.0000', 'close', '2470.4900', 0, 0, '2470.4900', 0, 0, '', '2023-06-26 08:56:15', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (270, '2023-06-26 08:56:21', 7, '200.0000', 'close', '1267.0000', 0, 0, '1267.0000', 0, 0, '', '2023-06-27 08:56:51', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (271, '2023-06-27 08:56:57', 7, '200.0000', 'close', '1007.4900', 0, 0, '1007.4900', 0, 0, '', '2023-06-28 08:10:53', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (272, '2023-06-28 08:11:06', 7, '200.0000', 'close', '1638.5000', 0, 0, '1638.5000', 0, 0, '', '2023-06-29 08:14:23', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (273, '2023-06-29 08:14:32', 7, '200.0000', 'close', '4314.4800', 0, 0, '4314.4800', 0, 0, '', '2023-07-04 10:44:50', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (274, '2023-07-04 10:44:57', 7, '200.0000', 'close', '1058.0000', 0, 0, '1058.0000', 0, 0, '', '2023-07-05 10:48:24', NULL, 7);
INSERT INTO `sma_pos_register` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`) VALUES (275, '2023-07-05 10:58:15', 7, '200.0000', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_pos_settings
#

DROP TABLE IF EXISTS `sma_pos_settings`;

CREATE TABLE `sma_pos_settings` (
  `pos_id` int(1) NOT NULL,
  `cat_limit` int(11) NOT NULL,
  `pro_limit` int(11) NOT NULL,
  `default_category` int(11) NOT NULL,
  `default_customer` int(11) NOT NULL,
  `default_biller` int(11) NOT NULL,
  `display_time` varchar(3) NOT NULL DEFAULT 'yes',
  `cf_title1` varchar(255) DEFAULT NULL,
  `cf_title2` varchar(255) DEFAULT NULL,
  `cf_value1` varchar(255) DEFAULT NULL,
  `cf_value2` varchar(255) DEFAULT NULL,
  `receipt_printer` varchar(55) DEFAULT NULL,
  `cash_drawer_codes` varchar(55) DEFAULT NULL,
  `focus_add_item` varchar(55) DEFAULT NULL,
  `add_manual_product` varchar(55) DEFAULT NULL,
  `customer_selection` varchar(55) DEFAULT NULL,
  `add_customer` varchar(55) DEFAULT NULL,
  `toggle_category_slider` varchar(55) DEFAULT NULL,
  `toggle_subcategory_slider` varchar(55) DEFAULT NULL,
  `cancel_sale` varchar(55) DEFAULT NULL,
  `suspend_sale` varchar(55) DEFAULT NULL,
  `print_items_list` varchar(55) DEFAULT NULL,
  `finalize_sale` varchar(55) DEFAULT NULL,
  `today_sale` varchar(55) DEFAULT NULL,
  `open_hold_bills` varchar(55) DEFAULT NULL,
  `close_register` varchar(55) DEFAULT NULL,
  `keyboard` tinyint(1) NOT NULL,
  `pos_printers` varchar(255) DEFAULT NULL,
  `java_applet` tinyint(1) NOT NULL,
  `product_button_color` varchar(20) NOT NULL DEFAULT 'default',
  `tooltips` tinyint(1) DEFAULT '1',
  `paypal_pro` tinyint(1) DEFAULT '0',
  `stripe` tinyint(1) DEFAULT '0',
  `rounding` tinyint(1) DEFAULT '0',
  `char_per_line` tinyint(4) DEFAULT '42',
  `pin_code` varchar(20) DEFAULT NULL,
  `purchase_code` varchar(100) DEFAULT 'purchase_code',
  `envato_username` varchar(50) DEFAULT 'envato_username',
  `version` varchar(10) DEFAULT '3.4.47',
  `after_sale_page` tinyint(1) DEFAULT '0',
  `item_order` tinyint(1) DEFAULT '0',
  `authorize` tinyint(1) DEFAULT '0',
  `toggle_brands_slider` varchar(55) DEFAULT NULL,
  `remote_printing` tinyint(1) DEFAULT '1',
  `printer` int(11) DEFAULT NULL,
  `order_printers` varchar(55) DEFAULT NULL,
  `auto_print` tinyint(1) DEFAULT '0',
  `customer_details` tinyint(1) DEFAULT NULL,
  `local_printers` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`pos_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `sma_pos_settings` (`pos_id`, `cat_limit`, `pro_limit`, `default_category`, `default_customer`, `default_biller`, `display_time`, `cf_title1`, `cf_title2`, `cf_value1`, `cf_value2`, `receipt_printer`, `cash_drawer_codes`, `focus_add_item`, `add_manual_product`, `customer_selection`, `add_customer`, `toggle_category_slider`, `toggle_subcategory_slider`, `cancel_sale`, `suspend_sale`, `print_items_list`, `finalize_sale`, `today_sale`, `open_hold_bills`, `close_register`, `keyboard`, `pos_printers`, `java_applet`, `product_button_color`, `tooltips`, `paypal_pro`, `stripe`, `rounding`, `char_per_line`, `pin_code`, `purchase_code`, `envato_username`, `version`, `after_sale_page`, `item_order`, `authorize`, `toggle_brands_slider`, `remote_printing`, `printer`, `order_printers`, `auto_print`, `customer_details`, `local_printers`) VALUES (1, 22, 20, 1, 1, 3, '1', 'GST Reg', 'VAT Reg', '123456789', '987654321', NULL, 'x1C', 'Ctrl+F3', 'Ctrl+Shift+M', 'Ctrl+Shift+C', 'Ctrl+Shift+A', 'Ctrl+F11', 'Ctrl+F12', 'F4', 'F7', 'F9', 'F8', 'Ctrl+F1', 'Ctrl+F2', 'Ctrl+F10', 0, NULL, 0, 'default', 0, 0, 0, 0, 42, NULL, 'purchase_code', 'envato_username', '3.4.47', 0, 0, 0, '', 1, NULL, 'null', 0, 0, 1);


#
# TABLE STRUCTURE FOR: sma_price_groups
#

DROP TABLE IF EXISTS `sma_price_groups`;

CREATE TABLE `sma_price_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

INSERT INTO `sma_price_groups` (`id`, `name`) VALUES (1, 'Default');


#
# TABLE STRUCTURE FOR: sma_printers
#

DROP TABLE IF EXISTS `sma_printers`;

CREATE TABLE `sma_printers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(55) NOT NULL,
  `type` varchar(25) NOT NULL,
  `profile` varchar(25) NOT NULL,
  `char_per_line` tinyint(3) unsigned DEFAULT NULL,
  `path` varchar(255) DEFAULT NULL,
  `ip_address` varbinary(45) DEFAULT NULL,
  `port` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_product_photos
#

DROP TABLE IF EXISTS `sma_product_photos`;

CREATE TABLE `sma_product_photos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `photo` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_product_prices
#

DROP TABLE IF EXISTS `sma_product_prices`;

CREATE TABLE `sma_product_prices` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `price_group_id` int(11) NOT NULL,
  `price` decimal(25,4) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `product_id` (`product_id`),
  KEY `price_group_id` (`price_group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_product_variants
#

DROP TABLE IF EXISTS `sma_product_variants`;

CREATE TABLE `sma_product_variants` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `name` varchar(55) NOT NULL,
  `cost` decimal(25,4) DEFAULT NULL,
  `price` decimal(25,4) DEFAULT NULL,
  `quantity` decimal(15,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `unique_product_id_name` (`product_id`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_products
#

DROP TABLE IF EXISTS `sma_products`;

CREATE TABLE `sma_products` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(50) NOT NULL,
  `name` varchar(255) NOT NULL,
  `unit` int(11) DEFAULT NULL,
  `cost` decimal(25,20) DEFAULT NULL,
  `price` decimal(25,20) NOT NULL,
  `alert_quantity` decimal(15,4) DEFAULT '20.0000',
  `image` varchar(255) DEFAULT 'no_image.png',
  `category_id` int(11) NOT NULL,
  `subcategory_id` int(11) DEFAULT NULL,
  `cf1` varchar(255) DEFAULT NULL,
  `cf2` varchar(255) DEFAULT NULL,
  `cf3` varchar(255) DEFAULT NULL,
  `cf4` varchar(255) DEFAULT NULL,
  `cf5` varchar(255) DEFAULT NULL,
  `cf6` varchar(255) DEFAULT NULL,
  `quantity` decimal(15,4) DEFAULT '0.0000',
  `tax_rate` int(11) DEFAULT NULL,
  `track_quantity` tinyint(1) DEFAULT '1',
  `details` varchar(1000) DEFAULT NULL,
  `warehouse` int(11) DEFAULT NULL,
  `barcode_symbology` varchar(55) NOT NULL DEFAULT 'code128',
  `file` varchar(100) DEFAULT NULL,
  `product_details` text,
  `tax_method` tinyint(1) DEFAULT '0',
  `type` varchar(55) NOT NULL DEFAULT 'standard',
  `supplier1` int(11) DEFAULT NULL,
  `supplier1price` decimal(25,4) DEFAULT NULL,
  `supplier2` int(11) DEFAULT NULL,
  `supplier2price` decimal(25,4) DEFAULT NULL,
  `supplier3` int(11) DEFAULT NULL,
  `supplier3price` decimal(25,4) DEFAULT NULL,
  `supplier4` int(11) DEFAULT NULL,
  `supplier4price` decimal(25,4) DEFAULT NULL,
  `supplier5` int(11) DEFAULT NULL,
  `supplier5price` decimal(25,4) DEFAULT NULL,
  `promotion` tinyint(1) DEFAULT '0',
  `promo_price` decimal(25,4) DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `supplier1_part_no` varchar(50) DEFAULT NULL,
  `supplier2_part_no` varchar(50) DEFAULT NULL,
  `supplier3_part_no` varchar(50) DEFAULT NULL,
  `supplier4_part_no` varchar(50) DEFAULT NULL,
  `supplier5_part_no` varchar(50) DEFAULT NULL,
  `sale_unit` int(11) DEFAULT NULL,
  `purchase_unit` int(11) DEFAULT NULL,
  `brand` int(11) DEFAULT NULL,
  `slug` varchar(55) DEFAULT NULL,
  `featured` tinyint(1) DEFAULT NULL,
  `weight` decimal(10,4) DEFAULT NULL,
  `hsn_code` int(11) DEFAULT NULL,
  `views` int(11) NOT NULL DEFAULT '0',
  `hide` tinyint(1) NOT NULL DEFAULT '0',
  `second_name` varchar(255) DEFAULT NULL,
  `hide_pos` tinyint(1) NOT NULL DEFAULT '0',
  `i` int(11) NOT NULL DEFAULT '0',
  `f` int(1) NOT NULL DEFAULT '0',
  `n` decimal(10,2) NOT NULL DEFAULT '0.00',
  `i1` int(11) NOT NULL DEFAULT '0',
  `f1` int(1) NOT NULL DEFAULT '0',
  `n1` decimal(10,2) NOT NULL DEFAULT '0.00',
  `i2` int(11) NOT NULL DEFAULT '0',
  `f2` int(1) NOT NULL DEFAULT '0',
  `n2` decimal(10,2) NOT NULL DEFAULT '0.00',
  `i3` int(11) NOT NULL DEFAULT '0',
  `f3` int(1) NOT NULL DEFAULT '0',
  `n3` decimal(10,2) NOT NULL DEFAULT '0.00',
  `i4` int(11) NOT NULL DEFAULT '0',
  `f4` int(1) NOT NULL DEFAULT '0',
  `n4` decimal(10,2) NOT NULL DEFAULT '0.00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `category_id` (`category_id`),
  KEY `id` (`id`),
  KEY `id_2` (`id`),
  KEY `category_id_2` (`category_id`),
  KEY `unit` (`unit`),
  KEY `brand` (`brand`)
) ENGINE=InnoDB AUTO_INCREMENT=3935 DEFAULT CHARSET=utf8;

INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', 1, '700.00000000000000000000', '850.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'caja-d-cable-thhn-12awg-negro', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', 1, '1.94000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '50.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'ducto-conector-tubo-34-9570105', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2455, 'THQC1130', 'FLIPON # 30 THQC1130', 1, '71.00000000000000000000', '95.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'flipon-30-thqc1130', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', 1, '51.50000000000000000000', '70.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'mini-almadana-tolsen-3-libras', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', 1, '0.17000000000000000000', '0.35000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cincho-plastico-250mm-negro-volteck', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', 1, '10.28999999999999914735', '15.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'placa-para-timbre-voltech', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', 1, '20.16000000000000014211', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '7disco-dewalt-carbon-p-cortarconcret-9', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', 1, '5.29000000000000000000', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cuchilla-6-pretul', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', 1, '18.71999999999999886313', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '9disco-de-diamante-de-4-12-pretul', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', 1, '1.22999999999999998224', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-precion-hangler-1-14', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', 1, '5.38999999999999968026', '8.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-34-bolsita-voltech', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2464, '53', 'ABRAZADERA 3/4\" METAL', 1, '2.50000000000000000000', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '35.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'abrazadera-34-metal', NULL, NULL, 0, 49, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', 1, '2.47000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'abrazadera-32-51mm-1-14-2-fiero', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', 1, '3.29000000000000000000', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'abrazadera-57-76-mm-2-14-3-fiero', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', 1, '3.58999999999999985789', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-cincho-78-101mm-3-116-4-fier', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', 1, '7.38999999999999968026', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-d-1-voltech-bolsita-10-unid', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', 1, '3.87999999999999989342', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-d-3-unidad-voltech', NULL, '0.0000', NULL, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', 1, '21.00000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-d-4-bolsita-5-unidad', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', 1, '4.20000000000000017764', '7.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-d-4-unidades-voltech', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2472, 'A111', 'ABRAZADERA DE 2\"', 1, '4.17000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'abrazadera-de-2', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', 1, '1.70000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '26.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'abrazadera-para-cielo-hanger-12', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', 1, '15.00000000000000000000', '21.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-plastic-10-negro-50-uni-viki', NULL, '0.0000', NULL, 38, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', 1, '13.00000000000000000000', '17.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-plastica-de-6-negro-100-uni', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', 1, '3.00000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '30.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'abrazadera-tw-1-de-presion', NULL, NULL, 0, 47, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', 1, '2.00000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '21.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'abrazadera-tw-12-de-presion', NULL, NULL, 0, 46, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', 1, '0.73999999999999999112', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '25.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-volchet-unidad-d-1', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', 1, '4.58999999999999985789', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-voltech-d-12-bolsita-10-uni', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', 1, '19.39999999999999857891', '26.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazareda-d-3-voltech-bolsita-5-unid', NULL, '0.0000', NULL, 56, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', 1, '35.10000000000000142109', '43.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'accesorio-de-entrada-114-calabera', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', 1, '32.00000000000000000000', '40.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'accesorio-ptanque-sanitario-fama', NULL, NULL, 0, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 1, '20.06250000000000000000', '26.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'aceite-2-tiempos-super-s-econ-litro', NULL, NULL, 0, 49, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', 1, '25.50000000000000000000', '33.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'aceite-25w50-4t-mototaxi-litro', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 1, '19.99916666666667097729', '29.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'litro-de-aceite-sae-40-american', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', 1, '0.60000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'acetaminofen-caplin-point', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 1, '0.56000000000000005329', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'acetaminofen-mk-500-mg', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', 1, '20.00000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'achuela-aldosa-2', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', 1, '5.70000000000000000000', '7.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'activador-electrolitico-para-bateria', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 1, '0.51000000000000000888', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '72.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'adaptador-macho-pvc-12', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2492, 'PVC00007', 'ADAPTADOR 2', 1, '2.64000000000000012434', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'adaptador-2', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', 1, '4.50000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'adaptador-d-copa-p-taladro-51614', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2494, 'PVC00003', 'ADAPTADOR M 1', 1, '1.41000000000000000000', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '60.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'adaptador-m-1', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2495, 'PVC00004', 'ADAPTADOR M 1 1/2', 1, '1.61000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'adaptador-m-1-12', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2496, 'PVC00005', 'ADAPTADOR M 1 1/4', 1, '3.53000000000000000000', '4.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'adaptador-m-1-14', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2497, 'PVC00010', 'ADAPTADOR M 3/4', 1, '0.96999999999999997335', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '117.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'adaptador-m-34', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', 1, '4.50000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'adaptador-pcopa-taldro-vikingo-38', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2499, '7401005983696', 'ADRENALINA PEQ.  .', 1, '8.53999999999999914735', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'adrenalina-peq', NULL, NULL, 0, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2500, '7401005988561', 'ADRENALINE 16OZ  .', 1, '11.66999999999999992895', '13.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'adrenaline-16oz', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2501, '7506240653271', 'AFLOJA TODO 110ML', 1, '7.26000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'afloja-todo-110ml', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2502, '7401005988592', 'AGUA AQUA  .', 1, '2.08333333333333303727', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'agua-aqua', NULL, NULL, 0, 44, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2503, '760896120212', 'AGUA DESTILADA PRODIN', 1, '14.00000000000000000000', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'agua-destiulada-prodin', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 1, '2.50000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '56.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'agua-salvavida-botella', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 1, '3.16666666666666696273', '5.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'agua-salvavida-litro', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', 1, '1.42000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'agua-salvavida-pachon', NULL, NULL, 0, 60, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 1, '4.83333000000000012619', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'agua-salvavidas-2-litros', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 1, '8.50000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'agua-salvavidas-galon', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', 1, '13.00000000000000000000', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'alcohol-gel-tipo-llavero-50-ml', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2510, '6942713105570', 'ALICATE 8 ALDOSA', 1, '21.00000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'alicate-8-aldosa', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', 1, '42.19000000000000000000', '50.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'alicate-electricista-8-stanley', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2513, '11418240780', 'ALKA AD  .', 1, '0.91666000000000003034', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '55.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'alka-ad', NULL, NULL, 0, 44, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2514, '011418386891', 'ALKA SELTZER .', 1, '0.45833000000000001517', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '80.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'alka-seltzer', NULL, '0.0000', NULL, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', 1, '52.75999999999999801048', '70.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'almadana-de-4-lbs-c-cabo-azteca', NULL, '0.0000', NULL, 63, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', 1, '110.75000000000000000000', '150.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'almadana-tolsen-6-lbs', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 1, '10.38181818181817916980', '13.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'aloe-vera-del-monte-500-ml', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', 1, '8.50000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'apagador-y-tomacorriente-argos-combinado', NULL, NULL, 0, 26, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', 1, '31.55000000000000000000', '42.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'arco-psierra-12-stanley', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', 1, '26.05000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'arco-psierra-12-vonder', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', 1, '16.13000000000000000000', '22.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'arco-psierra-alsosa-12', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', 1, '0.18000000000000000000', '0.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'armella-cerrada-19x60-fiero', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2524, '011418699182', 'ASPIRINA FORTE', 1, '0.75500000000000000444', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '94.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'aspirina-forte', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', 1, '405.00000000000000000000', '540.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'atornillador-inalambrico-14-dc12v-79212', NULL, NULL, 0, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', 1, '81.52000000000000000000', '110.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'azadon-truper-no-318-lbs-cmango', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', 1, '18.00000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bandeja-crodillo-sprofe-aldosa', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', 1, '4.59000000000000000000', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bateria-rayovac-grande-unidad', NULL, NULL, 0, 22, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', 1, '13.00000000000000000000', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'baygon-ultra-verde-285-ml', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2534, '7401005988981', 'BEBIDA AMP     .', 1, '4.29000000000000003553', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bebida-amp', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', 1, '3.39000000000000012434', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bisagra-2x-1-12-acero-pulido-hermex', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', 1, '4.30999999999999960920', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bisagra-3x-11516-acer-pul-hermex', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', 1, '6.79000000000000003553', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bisagra-4x2-34-acer-puli-hermex', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', 1, '6.00000000000000000000', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bisagra-cartucho-12-mh', NULL, NULL, 0, 25, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', 1, '4.00000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bisagra-cartucho-38-mh', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', 1, '6.00000000000000000000', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bisagra-cartucho-bandera-12', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', 1, '625.00000000000000000000', '850.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'bomba-periferica-1-hp-gladiador', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', 1, '675.00000000000000000000', '900.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bomba-sumergible-de-agua-79849', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', 1, '38.35000000000000142109', '50.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'bombilla-espiral-45w-luxlite', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 1, '18.00000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bombilla-led-clasica-12w-luxlite', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', 1, '10.66000000000000000000', '14.25000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bombilla-new-led-13w-9710045', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', 1, '36.99000000000000000000', '50.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bombilla-new-led-30w-9710022', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', 1, '20.35000000000000000000', '27.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bombilla-new-led-6w-9710049', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', 1, '18.52000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bombilla-new-led-8w-9710054', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', 1, '32.00000000000000000000', '43.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bombilla-new-led-9w-9710049', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', 1, '6.50000000000000000000', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bombilla-new-led-w5-9710032', NULL, NULL, 0, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2552, '7406234001838', 'BON BON COLOMBINA', 1, '0.41666666666666668517', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '37.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bon-bon-colombina', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2553, '4711678072546', 'BORRADOR CANDY', 1, '2.10000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'borrador-candy', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', 1, '43.77000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'botas-jardineras-truper', NULL, NULL, 0, 49, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', 1, '15.00000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-de-paleta-vikingo-78', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', 1, '7.17000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-p-concreto-14-4-truper', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', 1, '6.38000000000000000000', '8.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-p-concreto-14x-6-truper', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', 1, '6.27000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-p-concreto-316-4-truper', NULL, NULL, 0, 30, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', 1, '8.52000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-p-concreto-516-4-truper', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', 1, '10.29000000000000000000', '13.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-pconcreto-38-x-6-truper', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', 1, '5.19000000000000000000', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-pconcreto-14-4-truper', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', 1, '8.54000000000000000000', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-pconcreto-516-x-6-truper', NULL, NULL, 0, 56, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', 1, '19.82000000000000000000', '26.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-pconcreto-truper-516-6-15', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', 1, '16.97000000000000000000', '23.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-pconcreto126-truper-112', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER (11126)', 1, '6.40000000000000035527', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '29.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'broca-para-metal-316-truper-11126', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32 TRUPER (11122)', 1, '6.11000000000000031974', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '24.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'broca-pmetal-cobalto-532', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32 TRUPER', 1, '8.44999999999999928946', '14.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'broca-pmetal-cobalto-732', NULL, '0.0000', NULL, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', 1, '10.55000000000000071054', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '18.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'broca-de-14-truper-metalmaderaplastico-11134', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', 1, '32.52000000000000000000', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-pmetal-truper-12-acero-m2', NULL, NULL, 0, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', 1, '2.46000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-pmetal-cobalto-332', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', 1, '4.33000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-paleta-aldosa-38-pmadera-y-lamin', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', 1, '34.30000000000000000000', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'broca-para-concreto-12-x4-x6-milwaukee', NULL, NULL, 0, 23, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', 1, '49.90000000000000000000', '66.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocas-de-oxido-negro-12-milwauke', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2576, '769409173936', 'BROCHA 1\" EXPERT', 1, '3.50000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-1-expert', NULL, NULL, 0, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2578, '769409173950', 'BROCHA 2\" EXPERT', 1, '5.00000000000000000000', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-2-expert', NULL, NULL, 0, 22, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', 1, '3.29000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-de-1-mango-de-plastico-truper', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', 1, '8.31000000000000000000', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-de-3-truper-mgo-de-plastico', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', 1, '7.53000000000000024869', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-de-4-pretul-mgo-de-plastico', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', 1, '14.38000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-de-4-truper-mgo-de-plastico', NULL, NULL, 0, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', 1, '4.32000000000000000000', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-economica-3-pretul', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', 1, '2.67000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-economica-de-2-pretul', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2586, '7503005496227', 'BROCHA LA BUENA 1/2', 1, '1.70000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-la-buena-12', NULL, NULL, 0, 53, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2587, '7503005496234', 'BROCHA LA BUENA 1?', 1, '2.62000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-la-buena-1', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2588, '7503005496258', 'BROCHA LA BUENA 2\"', 1, '3.91000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-la-buena-2', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', 1, '11.39250000000000007105', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'brocha-la-buena-4', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2590, '7503005496296', 'BROCHA LA BUENA DE 5??', 1, '13.41000000000000000000', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-la-buena-de-5', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', 1, '5.17000000000000000000', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'brocha-pretul-3-mgo-plastico', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2592, '75019815', 'BUBALOO       .', 1, '0.33000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bubaloo', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', 1, '1.12000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'bujia-candela-para-moto', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', 1, '9.54000000000000000000', '12.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cable-paralelo-2-12-m', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', 1, '6.21000000000000000000', '8.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '62.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cable-paralelo-2-14-mt', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', 1, '7.00000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cable-thhn-12-awg-rojo-x-metro', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2597, '21', 'CABLE THHN N0 8 NEGRO', 1, '6.10000000000000000000', '8.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '48.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cable-thhn-n0-8-negro', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2598, '6', 'CABLE THHN No.10 NEGRO', 1, '3.62999999999999989342', '8.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.5000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cable-thhn-no10-negro', NULL, '0.0000', NULL, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2599, '3', 'CABLE THHN No.8 ROJO', 1, '2.10000000000000008882', '8.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '39.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cable-thhn-no8-rojo', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2600, '4', 'CABLE THHN No.8 VERDE', 1, '2.10000000000000008882', '8.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '47.5000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cable-thhn-no8-verde', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', 1, '82.10000000000000000000', '110.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'caiman-cortapernos-pretul-18-mgos-tu', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', 1, '162.11000000000000000000', '230.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'caiman-cortapernos-pretul-30-mgos-tub', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', 1, '207.63999999999998635758', '270.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'caiman-cortapernos-pretul-36-mgos-tu', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 1, '35.00000000000000000000', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'caja-clavo-concreto-2-12', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 1, '30.00000000000000000000', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'caja-clavo-concreto-2-vikingo', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 1, '35.00000000000000000000', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'caja-clavo-concreto-3-vikingo', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2609, 'ELE00081', 'CAJA OCTAGONAL METAL', 1, '2.87000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'caja-octagonal-metal', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', 1, '5.00000000000000000000', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '34.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'caja-octagonal-plas', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', 1, '7.84000000000000000000', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'caja-octagonal-plastica-412-34-g', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 1, '4.50000000000000000000', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '82.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'caja-octagonal-plastica-durman', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', 1, '28.00000000000000000000', '38.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'caja-para-flipon-40-amps-cente', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 1, '4.50000000000000000000', '7.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '90.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'caja-rectangular-plastica-durman', NULL, NULL, 0, 22, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', 1, '185.50000000000000000000', '247.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cajap-herramienta-industrial-met-80211', NULL, NULL, 0, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2619, '7501206663141', 'CANDADO 30MM HERMIX', 1, '9.08000000000000000000', '13.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'candado-30mm-hermix', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', 1, '11.00000000000000000000', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'candado-40mm-dorado-whale', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2621, '7501206663103', 'CANDADO 40MM HERMEX', 1, '11.98000000000000000000', '17.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'candado-40mm-hermex', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2622, '751206663110', 'CANDADO 50MM HERMEX', 1, '16.96000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'candado-50mm-hermex', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', 1, '19.50000000000000000000', '26.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'candado-profecional-bronce-30mm', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', 1, '28.50000000000000000000', '38.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'candado-profecional-bronce-40mm-vikingo', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', 1, '20.80999999999999872102', '28.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'candado-whale-dorado-50-mm', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2627, '8012232100412', 'CANDADO YALE 40 MM', 1, '60.00000000000000000000', '80.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'candado-yale-40-mm', NULL, NULL, 0, 24, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2628, '8012232100443', 'CANDADO YALE 50 MM', 1, '90.00000000000000000000', '120.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'candado-yale-50-mm', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2629, '8012232109439', 'CANDADO YALE 60 MM', 1, '115.00000000000000000000', '153.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'candado-yale-60-mm', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', 1, '46.25000000000000000000', '62.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cangrejo-industrial-10-pulgadas-tolsen', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2631, '747752874328', 'CANGREJO STANLEY 8\"', 1, '43.50000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cangrejo-stanley-8', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', 1, '385.00000000000000000000', '482.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'careta-neo-fotosensible', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2633, '7605730955', 'CASHITA MANI JAPONESA', 1, '0.78000000000000000000', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cashita-mani-japonesa', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 1, '2.95833333333333303727', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cashitas', NULL, '0.0000', NULL, 30, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', 1, '11.94999999999999928946', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cepillo-de-alambre-pretul', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', 1, '9.41000000000000014211', '14.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cepillo-de-alambre-5-filas-ald-man-plas', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', 1, '7.52000000000000000000', '14.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cepillo-de-alambre-5-filas-aldosa', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', 1, '7.99000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cepillo-de-alambre-cuadrado-aldosa', NULL, NULL, 0, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', 1, '1.33333300000000010144', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cepillo-de-dientes-k-dent', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', 1, '76.35000000000000000000', '100.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cera-cintetica-protectora473-ml', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', 1, '12.08000000000000000000', '17.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-corona-botella-710-ml', NULL, NULL, 0, 23, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2642, '75032715', 'CERVEZA CORONA BOTELLA.', 1, '7.53125000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-corona-botella', NULL, NULL, 0, 25, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 1, '6.54666666666666685614', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '16.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-dorada-draft-botella', NULL, NULL, 0, 33, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 1, '3.42291666666666705154', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '86.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-dorada-ice-lata', NULL, NULL, 0, 39, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 1, '8.54166666666666785090', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cerveza-gallo-16-onz', NULL, '0.0000', NULL, 65, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 1, '11.75000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-gallo-24-onz', NULL, NULL, 0, 83, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2647, '7401000702414', 'CERVEZA GALLO LATA .', 1, '7.75166666666666692720', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-gallo-lata', NULL, NULL, 0, 50, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 1, '7.57833333333333314386', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '38.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-gallo-vidrio', NULL, NULL, 0, 37, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 1, '5.41666660000000010911', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-modelo-lata-16onz', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2650, '7501064112546', 'CERVEZA MODELO LATA.', 1, '4.58333000000000012619', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '12.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-modelo-lata', NULL, NULL, 0, 35, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2651, '75027278', 'CERVEZA MODELO VIDRIO .', 1, '7.50000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-modelo-vidrio', NULL, NULL, 0, 21, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 1, '9.91666666666666785090', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-monte-carlo-premiun', NULL, NULL, 0, 35, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2653, '75002459', 'CERVEZA TECATE', 1, '4.40916666666666667851', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '212.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cerveza-tecate', NULL, NULL, 0, 57, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', 1, '64.00000000000000000000', '85.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chapa-derecha-vikingo', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', 1, '64.00000000000000000000', '85.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chapa-izquierda-vikingo', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', 1, '24.79000000000000000000', '33.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cheque-horizontal-asiento-hule-de-12', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', 1, '38.89000000000000000000', '52.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cheque-vertical-1-foset', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', 1, '48.00000000000000000000', '52.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cheque-vertical-con-pichacha-de-1', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2659, '721282301295', 'CHETOS 190G  .', 1, '10.30000000000000071054', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chetos-190g', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 1, '3.56999999999999984013', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '22.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chicharron-criollo-peq', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2661, '340', 'CHICLES.', 1, '0.28333333333333332593', '0.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '121.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chicles', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', 1, '5.45500000000000007105', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'bote-de-chile-jalapeno', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2663, '738777170038', 'CHILE PICAMAS 100G', 1, '3.40499999999999980460', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'chile-picamas-100g', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', 1, '24.90000000000000000000', '33.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chorro-12-bronce-suval-seria-liviana', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', 1, '15.75000000000000000000', '21.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'chorro-bola-zinc-c-palanca-12', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', 1, '21.00000000000000000000', '27.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chorro-con-piton-de-12-hercasa', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', 1, '27.00000000000000000000', '38.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chorro-con-piton-de-34-bossi', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', 1, '38.00000000000000000000', '47.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chorro-de-bronce-12-suval-serie-pesada', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', 1, '14.13000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chorro-dorado-aldosa-12', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', 1, '15.75000000000000000000', '21.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'chorro-mariposa-d-12-bossi', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', 1, '20.01000000000000156319', '27.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'llave-de-jardin-chorro-le-laton-pretul-12-22146', NULL, '0.0000', NULL, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', 1, '15.00000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cincel-para-concreto-vikingo-34-x-10', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', 1, '0.57000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cincho-amarre-negro-15', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', 1, '52.92000000000000000000', '70.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cincho-p-seguridadcarga-2-pzs-62252', NULL, NULL, 0, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', 1, '2.69000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-aislar-negra-pretul-19mm-x-9m', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', 1, '34.53000000000000113687', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cinta-aislar-super-33-19mm201m', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 1, '10.59999999999999964473', '14.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '18.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cinta-aislar-temflex-grande', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 1, '6.54999999999999982236', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cinta-de-aislar-temflex-pequeo', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', 1, '32.92000000000000000000', '40.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-doble-cara-19mm-x-5-m', NULL, NULL, 0, 71, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', 1, '16.03999999999999914735', '21.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cinta-ducto-de-25m-50291', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', 1, '6.79000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-empaque-pducto-10m-pretul', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', 1, '4.66000000000000014211', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cinta-masking-tape-de-12-truper', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', 1, '16.96000000000000000000', '22.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-masking-tape-truper-1', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', 1, '65.90000000000000568434', '85.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cinta-metrica-50-mts-aldosa', NULL, '0.0000', NULL, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', 1, '9.80000000000000000000', '13.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-metrica-aldosa-prot-hule-5mt', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', 1, '6.30000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-metrica-aldosa-prothule-3mt', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2687, '3253562306081', 'CINTA METRICA STANLEY 3M', 1, '22.90000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-metrica-stanley-3m', NULL, NULL, 0, 21, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', 1, '4.42000000000000000000', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-pempaque-transparente-pretul', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', 1, '23.24000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-reflectiva-rollo-3m', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', 1, '42.89999999999999857891', '57.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cinta-scotch-super-33-34x66-grande-3m', NULL, '0.0000', NULL, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 1, '5.34000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-tapagotera-pie', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', 1, '6.55000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cinta-teflon-1-ez-flo', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', 1, '0.03000000000000000000', '0.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '423.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavillo-niquelado-17-mm', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2695, 'FER00436', 'CLAVO 1 1/2 LB', 1, '5.94000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-1-12-lb', NULL, NULL, 0, 47, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', 1, '7.55000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-1-12-15-en-bolsa', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2697, 'FER00438', 'CLAVO 2 1/2 LB.', 1, '5.00000000000000000000', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '35.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-2-12-lb', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2698, 'FER00439', 'CLAVO 2 LB', 1, '5.25000000000000000000', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '41.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-2-lb', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2699, 'FER00440', 'CLAVO 3 LB', 1, '5.25000000000000000000', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-3-lb', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2700, 'FER00441', 'CLAVO 4 LB', 1, '6.45000000000000017764', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'clavo-4-lb', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', 1, '0.07000000000000000000', '0.25000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '120.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-concreto-1-12-unidad', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', 1, '0.09000000000000000000', '0.25000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '348.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-concreto-1-unidad', NULL, NULL, 0, 21, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', 1, '0.16000000000000000000', '0.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-concreto-2-12', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 1, '0.10000000000000000555', '0.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '40.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'clavo-concreto-3-unidad', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', 1, '0.33000000000000000000', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-concreto-4-unidad', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', 1, '31.50000000000000000000', '40.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-concreto-bronco-4', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 1, '8.00000000000000000000', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '64.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'clavo-para-cerca-laa-1-14-lb', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2710, '7401006400482', 'COCACOLA 20 ONZAS', 1, '6.09583333333333321491', '7.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '24.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'coca-20-onzas', NULL, '0.0000', NULL, 29, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2711, '7411001800231', 'COCACOLA LATA', 1, '4.25000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '45.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'coca-cola-lata', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 1, '15.37500000000000000000', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'coca-desechable-25', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 1, '5.95000000000000017764', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '42.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'coca-vidrio-litro', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2714, '102330', 'CODO DR 3\\\" 45 GR ', 1, '12.75000000000000000000', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '19.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-45-gr-dr-3', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2715, '102106', 'CODO DR 4\\\"  45 GR', 1, '8.24000000000000021316', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-45-gr-dr-4-p', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2716, 'PVC00033', 'CODO LISO PVC 1 90 GR', 1, '3.50000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '73.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-90-gr-1', NULL, '0.0000', NULL, 48, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2717, 'PVC00094', 'CODO LISO PVC 1 1/2 90 GR', 1, '8.00000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '25.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-90-gr-1-12', NULL, '0.0000', NULL, 26, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2718, 'PVC00035', 'CODO 90 GR 1 1/4', 1, '3.97000000000000019540', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'codo-90-gr-1-14', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2719, 'PVC00036', 'CODO LISO PVC 1/2  90 GR ', 1, '1.50000000000000000000', '3.00000000000000000000', '2.5000', '', 4, NULL, '', '', '', '', '', '', '62.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-liso-pvc-12-90-gr', NULL, '0.0000', NULL, 34, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2720, 'PVC00037', 'CODO 90 GR PVC 2', 1, '5.34999999999999964473', '19.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-90-gr-2', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2721, 'PVC00038', 'CODO 90 GR 2 1/2', 1, '16.21000000000000000000', '22.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'codo-90-gr-2-12', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2722, 'PVC00039', 'CODO 90 GR 3', 1, '21.01000000000000000000', '42.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'codo-90-gr-3', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2723, 'PVC00040', 'CODO 90 GR 3/4', 1, '1.49000000000000000000', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'codo-90-gr-34', NULL, NULL, 0, 55, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2724, 'PVC00045', 'CODO 90 GR C/R 1/2', 1, '1.18999999999999994671', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '33.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-90-gr-cr-12', NULL, '0.0000', NULL, 27, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2725, 'PVC00051', 'CODO 90 GR DR 2', 1, '3.86666666666666714036', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '135.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'codo-90-gr-dr-2', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2726, 'PVC00052', 'CODO 90 GR DR 3', 1, '10.58999999999999985789', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '22.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'codo-90-gr-dr-3', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2727, 'PVC00053', 'CODO 90 GR DR 4', 1, '25.00000000000000000000', '40.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '24.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'codo-90-gr-dr-4', NULL, NULL, 0, 23, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2728, 'PVC00054', 'CODO 90 GR DR 6', 1, '50.57000000000000000000', '75.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'codo-90-gr-dr-6', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2729, '102247', 'CODO C/R PVC  1\\\"', 1, '3.50000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '25.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-cr-1', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2730, '102246', 'CODO C/R PVC 3/4', 1, '2.50000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '56.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-cr-pvc-34', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2731, 'FER31106-2', 'CODO LISO PVC LISO 3/4\\\" 45 GRADOS', 1, '1.50000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-liso-pvc-liso-34-45-grados', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2732, '102328', 'CODO LISO PVC 4\\\'\\\'', 1, '28.48999999999999843681', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'codo-pvc-4', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', 1, '2.33000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '40.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'codo-pvc-liso-45-gr-12', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 1, '10.25000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'pasta-colgate-triple-accion-con-cepillo', NULL, '0.0000', NULL, 57, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', 1, '3.25000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'compas-de-metal-economico', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', 1, '2.75000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'compas-economico-de-plastico', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', 1, '5.31250000000000000000', '9.00000000000000000000', '5.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'preservativos-vive-3-unid', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', 1, '10.29000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'conector-hermetico-1-voltech', NULL, NULL, 0, 32, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', 1, '6.65000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'conector-hermetico-12-voltech', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', 1, '14.00000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'contra-llave-12-x-12-a-la-pared-viking', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', 1, '9.69000000000000000000', '13.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'contrallave-12-x-12-aldosa-ppared', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', 1, '9.94999999999999928946', '13.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'contrallave-12-x-12-aldosa-ppiso', NULL, '0.0000', NULL, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', 1, '12.00000000000000000000', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'contrallave-38-x-12-aldosa-ppiso', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', 1, '26.50000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'contrallave-crom-al-piso-12-x-12-boss', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', 1, '24.69999999999999928946', '34.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'contrallave-crom-pared-12-x-12-bossi', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2746, 'PVC00068', 'COPLA 1', 1, '1.29000000000000003553', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-1', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2747, 'PVC00069', 'COPLA 1 1/2', 1, '2.29000000000000000000', '4.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '42.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-1-12', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', 1, '0.87000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '20.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-1-12-con-rosca', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2749, 'PVC00071', 'COPLA 1/2', 1, '0.57999999999999996003', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '88.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-12', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2750, 'PVC00072', 'COPLA 2', 1, '2.62000000000000000000', '5.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-2', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2751, 'PVC00260', 'COPLA 2 1/2', 1, '17.91000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '25.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-2-12', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2752, 'PVC00073', 'COPLA 3/4', 1, '0.84999999999999997780', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '129.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-34', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2753, 'FER001217', 'COPLA 3/4 CON ROSCA', 1, '0.50000000000000000000', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '91.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-34-con-rosca', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2754, 'PVC0001', 'COPLA C/R 1', 1, '1.84000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '35.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-cr-1', NULL, NULL, 0, 47, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2755, 'PVC00076', 'COPLA C/R 1 1/4', 1, '3.40000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '61.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-cr-1-14', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2756, 'PVC00077', 'COPLA C/R 1/2', 1, '0.89000000000000000000', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '73.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-cr-12', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2757, '102250', 'COPLA C/R 2\"', 1, '3.03000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-cr-2', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2758, 'PVC00090', 'COPLA DR 2', 1, '3.85000000000000000000', '7.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '35.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-dr-2', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2759, 'PVC00091', 'COPLA DR 3', 1, '8.51999999999999957367', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-dr-3', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2760, 'PVC00092', 'COPLA DR 4', 1, '11.57000000000000000000', '23.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-dr-4', NULL, NULL, 0, 56, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', 1, '0.60000000000000000000', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '30.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'copla-ptubo-ductuvinil-34', NULL, NULL, 0, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', 1, '7.61000000000000000000', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cordel-aldosa-100-mts-070-mm', NULL, NULL, 0, 48, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', 1, '11.49000000000000000000', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cordel-aldosa-100-mts-090-mm', NULL, NULL, 0, 43, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', 1, '13.00000000000000000000', '19.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cordel-aldosa-100-mts-100-mm', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', 1, '9.65000000000000000000', '13.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cordel-aldosa-100-tms-080-mm', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 1, '1.30000000000000000000', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '208.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'crayon-2-colores-grueso', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', 1, '8.96000000000000085265', '13.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'crucetas-p-azulejos-de-2-aldosa', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', 1, '15.25000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'crucetas-pazulejo-de-6mm', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', 1, '7.01000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'crucetas-truper-de-3mm', NULL, NULL, 0, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2774, '6942713105761', 'CUCHARA # 6 ALDOSA', 1, '8.10000000000000000000', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cuchara-6-aldosa', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2775, '6942713105778', 'CUCHARA # 7 ALDOSA', 1, '11.17000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cuchara-7-aldosa', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2776, '6942713105785', 'CUCHARA # 8 ALDOSA', 1, '10.70000000000000000000', '14.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'cuchara-8-aldosa', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', 1, '5.00000000000000000000', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '20.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'curva-conduit-12-gris', NULL, '0.0000', NULL, 45, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', 1, '0.91000000000000000000', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '59.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'curva-conduit-12-naranja', NULL, NULL, 0, 40, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', 1, '2.50000000000000000000', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '65.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'curva-conduit-34-naranja', NULL, '0.0000', NULL, 40, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 1, '10.15000000000000035527', '11.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'de-la-granja-1-litro', NULL, NULL, 0, 28, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 1, '5.80999999999999960920', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'de-la-granja-12-litro', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2791, '7401000707303', 'DE LA GRANJA VASO.  .', 1, '2.93538461538461481481', '4.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'de-la-granja-vaso', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', 1, '75.31000000000000000000', '100.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'desaramdor-con-puntas-y-copas-inter20041', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', 1, '8.28000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'desarmador-pretul-phillips-6', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', 1, '7.76000000000000000000', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'desarmador-plano-pretul-14-x-4', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', 1, '8.28000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'desarmador-plano-pretul-14-x-6', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', 1, '7.76000000000000000000', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'desarmador-pretul-phillips-4', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', 1, '0.01000000000000000000', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'detergente-lavatrastos-orix-90-gr', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2798, '748928004839', 'DETERGENTE XEDEX 125 GR', 1, '1.57000000000000006217', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'detergente-orix-125-gr', NULL, '0.0000', NULL, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', 1, '4.64666699999999988080', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'detergente-orix-450-gr', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2800, '748928006512', 'DETERGENTE XEDEX 900 GR', 1, '8.08000000000000007105', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'detergente-orix-900-gr', NULL, '0.0000', NULL, 32, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 1, '9.59999999999999964473', '13.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'detergente-xedex-1kg', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', 1, '17.88000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '21.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'discco-pcmetal-7-dewalt', NULL, NULL, 0, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', 1, '4.42000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-cmetal-4-12-truper', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', 1, '6.59000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-corte-fino-7-pretul-22346', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', 1, '21.37000000000000099476', '28.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'disco-de-diamante-pconcreto-4-12-pretul-21009', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', 1, '44.29000000000000000000', '60.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-de-diamante-segmentado-4-12-trupe', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', 1, '45.00000000000000000000', '66.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-diasegmen-p-concreto-7-gladiado', NULL, NULL, 0, 24, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', 1, '41.41000000000000000000', '60.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-diamantado-continuo-7-pretul', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', 1, '59.00000000000000000000', '95.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-diamantado-continuo-9-vikingo', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', 1, '44.77000000000000312639', '60.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-diamante-rin-continuo-4-12-truper', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', 1, '11.72000000000000000000', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-laminado-pretul-4-12-grano-60', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', 1, '11.72000000000000000000', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-laminado-pretul-4-12-grano-40', NULL, NULL, 0, 21, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', 1, '11.94000000000000000000', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-laminado-pretul-4-12-grano-80', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', 1, '7.03000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-oxido-grano-60-77212', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', 1, '20.89000000000000000000', '29.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-pcmetal-9-dewalt', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 1, '10.04000000000000000000', '14.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-pcmetal-dewalt-4-12', NULL, NULL, 0, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', 1, '9.00000000000000000000', '14.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '20.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-pmetal-de-7gladiator', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', 1, '11.25000000000000000000', '17.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-ppulir-4-12-truper', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', 1, '25.73999999999999843681', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'disco-rec-de-diamante-4-12-pretu-27032', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 1, '4.66666000000000025238', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'dorada-ice-lata-16-oz', NULL, '0.0000', NULL, 31, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2823, '721282300397', 'DORITOS FAMILIAR   .', 1, '10.72000000000000063949', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'doritos-familiar', NULL, NULL, 0, 33, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', 1, '53.68000000000000000000', '71.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'ducha-octagonal-cromada-cbrazo-y-chapet', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', 1, '25.00000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'ducha-redonda-cbrazo-y-chapeta-vikingo', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2827, 'UP0000793', 'DULCES COLOMBINA', 1, '0.11749999999999999334', '0.33329999999999998517', '2.0000', '', 4, NULL, '', '', '', '', '', '', '49.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'dulces-colombina', NULL, '0.0000', NULL, 29, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2828, '341', 'DULCES HALLS      .', 1, '0.24510000000000001230', '0.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'dulces-halls', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', 1, '34.00000000000000000000', '45.30000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'duracel-alcalina-d-4-unidades', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 1, '4.15000000000000035527', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'duracel-regular-aa-1-unidad', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', 1, '4.14829999999999987637', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'duracell-regular-aaa-1uidad', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', 1, '3.75000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'empaque-esponjoso-p-tanque-sanitario', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', 1, '27.22000000000000000000', '38.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'escoba-metalica-truper-22-dientes-cmang', NULL, NULL, 0, 42, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2835, 'D87', 'ESCOBAS', 1, '14.50000000000000000000', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'escobas', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', 1, '11.91999999999999992895', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'escuadra-para-carpintero-10-35080', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', 1, '556.51000000000000000000', '696.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'esmeril-de-banco-8-34-hp-550w', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', 1, '530.00000000000000000000', '706.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'esmeriladora-angular-d-4-12-milwakee', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', 1, '178.59999999999999431566', '255.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'esmeriladora-angular-prof-truper-4-12', NULL, '0.0000', NULL, 32, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', 1, '800.00000000000000000000', '1065.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'esmeriladora-industrial-de-9-79725', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', 1, '15.31000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'espatula-3-flexible-inoxidabletruper', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', 1, '28.00000000000000000000', '37.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'espatula-flexible-truper-10', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', 1, '8.50000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'espiga-de-hule-eagle-sin-ctiera', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 1, '5.88000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '27.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'esponja-grande-para-repello', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', 1, '30.28000000000000000000', '40.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'esponja-multiusos-scotch', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', 1, '2.77999999999999980460', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '40.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'esponja-pequena-para-repello', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', 1, '7.34000000000000000000', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'esponja-scotch-brite-marron', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2855, '769409200380', 'EXTENCION EXPERT 2.4M', 1, '70.00000000000000000000', '95.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'extencion-expert-24m', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', 1, '16.00000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'extension-216-rotter-blanca', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', 1, '6.09999999999999964473', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '12.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'felpa-artisan-12-acrilica', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', 1, '6.37999999999999989342', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'felpa-artisan-34', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', 1, '6.32000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'felpa-de-12-9-plg-farbe', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', 1, '5.40000000000000035527', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'felpa-expert-standar-38', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', 1, '6.10000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'felpa-profecional-vinta-9-38', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2862, '769409001031', 'FELPA STANDAR 1 1/4*9', 1, '8.09999999999999964473', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'felpa-standar-1-149', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2863, '721282300793', 'FIESTA SNAX FAMILIAR.', 1, '9.75000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'fiesta-snax-familiar', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2864, '721282202745', 'FIESTA SNAX PEQUE', 1, '4.45000000000000017764', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, '', NULL, NULL, 0, 0, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', 1, '1.12000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'filtro-paceite-universal-uj-3780', NULL, NULL, 0, 46, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2866, 'THQC1120', 'FLIPON # 20 THQC1120', 1, '71.00000000000000000000', '95.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '16.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'flipon-20-thqc1120', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', 1, '37.29000000000000000000', '50.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'flipon-120-amperiosthql-1120', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', 1, '37.59000000000000000000', '50.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'flipon-130-amperios-thql-1130', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', 1, '41.65000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'flipon-140-amperios-thql-1140', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', 1, '41.64000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'flipon-150-amperios-thql-1150', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', 1, '3.25000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'flote-p-tanque-sanitario-plast', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', 1, '7.00000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'frijol-del-monte-15-oz', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 1, '3.41999999999999992895', '4.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'frijol-del-monte-55', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', 1, '2.26000000000000000000', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'frijol-negro-volteado-del-monte-4-onz', NULL, NULL, 0, 23, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 1, '3.54999999999999982236', '4.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'frijol-volteado-ducal-55-onz', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 1, '7.09999999999999964473', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'frijol-volteado-ducal-105-onz', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2877, '24474002124', 'FRUTA FRESCA  PETIT', 1, '2.58000000000000007105', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'fruta-fresca-petit', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', 1, '60.00000000000000000000', '80.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'full-crete-1-cuarto-galon', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2879, '7501000635726', 'GALLETA ARCOIRIS   .', 1, '5.51999999999999957367', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'galleta-arcoiris', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', 1, '5.09999999999999964473', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-arcoiris-frutis', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2881, '7406234005720', 'GALLETA BRIDGE', 1, '1.00000000000000000000', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-bridge', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2882, '753079005017', 'GALLETA CAN CAN', 1, '0.91666666666666674068', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-can-can', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2883, '7441163411570', 'GALLETA CHIKY CHIPS', 1, '1.58000000000000000000', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-chiky-chips', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', 1, '3.28000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-chips-ahoy-57-gramos', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2885, '7501756900024', 'GALLETA CHOCOVIC', 1, '0.40000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-chocovic', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2886, '7501000635306', 'GALLETA CHOKIS      .', 1, '5.51999999999999957367', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'galleta-chokis', NULL, '0.0000', NULL, 86, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2887, '86581012502', 'GALLETA CLUB EXTRA..', 1, '1.05000000000000004441', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-club-extra', NULL, NULL, 0, 34, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2888, '86581015121', 'GALLETA CREMAS GDE .', 1, '0.85416000000000003034', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-cremas-gde', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2889, '7501000614530', 'GALLETA CREMAX    .', 1, '5.51999999999999957367', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'galleta-cremax', NULL, '0.0000', NULL, 27, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2890, '7501000635658', 'GALLETA EMPERADOR .', 1, '5.51999999999999957367', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'galleta-emperador', NULL, '0.0000', NULL, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2891, '7501000655700', 'GALLETA FLORENTINA.', 1, '5.51999999999999957367', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'galleta-florentina', NULL, '0.0000', NULL, 32, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2892, '7501000658923', 'GALLETA MARIAS GAMESA', 1, '2.75000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-marias-gamesa', NULL, NULL, 0, 71, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2893, '7590011151110', 'GALLETA OREO', 1, '1.75000000000000000000', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-oreo', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2894, '751000645756', 'GALLETA PAN CREMA .', 1, '5.51999999999999957367', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'galleta-pan-crema', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2895, '86581001070', 'GALLETA SODA POZUELO', 1, '0.34000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-soda-pozuelo', NULL, NULL, 0, 43, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2896, '86581017699', 'GALLETA TIPO.               .', 1, '0.85000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galleta-tipo', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', 1, '159.46666666666669698316', '240.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'galon-aceite-havoline-sae-20w-50', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', 1, '200.22333333333330074311', '265.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'galon-aceite-ursa-super-td-sae-15w-40', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2900, '9121217379626', 'GALON FULL CRETE', 1, '166.00000000000000000000', '180.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'galon-full-crete', NULL, NULL, 0, 58, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 1, '14.39285714285714057326', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '34.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'garrafon-de-agua-pura', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2902, '7', 'GATORADE', 1, '6.76999999999999957367', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'gatorade', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2903, '7506192505413', 'GEL EGO POWER', 1, '0.83566666666666666874', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'gel-ego-power', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2904, '7506192505406', 'GEL EGO POWER 200 ML', 1, '7.00000000000000000000', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'gel-ego-power-200-ml', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', 1, '4.24000000000000021316', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'gel-ego-attraccion-110ml', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', 1, '1.60000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'goma-blanca-fast-105-onz', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', 1, '2.16000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'goma-blanca-fast-210-onz', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', 1, '6.55999999999999960920', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'grapa-pcable-aislar-cpvc-de-12-caja', NULL, '0.0000', NULL, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', 1, '8.25000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'grapa-pcable-aislar-cpvc-de-34-caja', NULL, NULL, 0, 30, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', 1, '3.49000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'grapas-para-cable-coaxial-10mm', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', 1, '3.08000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'grapas-para-cable-coaxial-8mm', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', 1, '70.00000000000000000000', '93.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'grifa-12-38', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', 1, '35.00000000000000000000', '47.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'grifa-14-316', NULL, NULL, 0, 37, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', 1, '31.00000000000000000000', '40.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'hacha-1-12-lbs-peque-aldosa', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', 1, '38.75000000000000000000', '53.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'hachuela-mango-de-madera-21oz', NULL, NULL, 0, 39, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 1, '41.02307692307692121858', '52.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'havolinesae-20w-50-api-sp', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 1, '10.29166666666666962726', '14.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '21.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'heineken-vidrio', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2918, '7401090800083', 'HELADO BARRITAS..', 1, '1.87519999999999997797', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '34.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-barritas', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2919, '7401090802001', 'HELADO CINTA CRISPY..', 1, '6.00000000000000000000', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-cinta-crispy', NULL, NULL, 0, 27, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 1, '4.50000000000000000000', '5.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '22.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'helado-cinta-negra', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2921, '7401090800069', 'HELADO CONOS.   .', 1, '4.50000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '26.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-conos', NULL, NULL, 0, 29, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2922, '7401090800359', 'HELADO COPAS SABORES..', 1, '7.50000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-copas-sabores', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 1, '3.00000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-cremosa-naranja', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2924, '7401090800014', 'HELADO GIGA     .', 1, '7.50000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-giga', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 1, '3.75000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-paleta-indi-manzana-verde', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2927, '7401090800274', 'HELADO PALITOS  .', 1, '1.87500000000000000000', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '30.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'helado-palitos', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2928, '7401090803534', 'HELADO PELOTA', 1, '3.75000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-pelota', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2930, '7401090800038', 'HELADO SANGUICHITO.  .', 1, '4.50000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '29.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'helado-sanguichito', NULL, '0.0000', NULL, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', 1, '15.00000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'helado-sarita-12-litro', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2932, '7401090805538', 'HELADO SARITA CLUB', 1, '11.25000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-sarita-club', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2933, '7401090800625', 'HELADO SORBY .', 1, '0.75000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-sorby', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2934, '7401090802537', 'HELADO TIPO CASERO', 1, '3.75000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-tipo-casero', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2935, '7401090800113', 'HELADO TOPOLINO.  .', 1, '0.75000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '27.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-topolino', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2936, '7401090800045', 'HELADO VASITOS.   .', 1, '3.75000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'helado-vasitos', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', 1, '906.51000000000000000000', '1134.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'hidrolavadora-1800w-2003psi', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2939, '9917692238', 'JABON PROTEX .', 1, '5.42000000000000000000', '7.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'jabon-protex', NULL, NULL, 0, 26, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', 1, '4.80000000000000000000', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'jabon-rexona-antibacterial-unidad', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2941, '6424497200905', 'JABONERA CROMADA FOREVER', 1, '50.00000000000000000000', '75.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'jabonera-cromada-forever', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', 1, '21.75000000000000000000', '29.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'johnson-baby-shampu-original', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', 1, '59.69000000000000000000', '80.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'juego-de-8-dados-pretul-12', NULL, NULL, 0, 52, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', 1, '83.57000000000000000000', '110.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'juego-de-ratchet14-14-pzs-15150', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', 1, '217.85000000000000000000', '290.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'juego-llaves-cola-corona-flex-15259', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', 1, '153.40000000000000000000', '205.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'juego-ratchet-12-12-pzs-15152', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', 1, '113.50000000000000000000', '150.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'juego-ratcht38-12-pzs-15151', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2948, '24474381014', 'JUGO PETIT LATA 330 ML', 1, '2.38000000000000000000', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'jugo-petit-lata-330-ml', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2949, '345', 'JUGOS CALIFORNIA.', 1, '6.69000000000000039080', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'jugos-california', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2950, '7401005915017', 'JUMBO PEPSI.   .', 1, '12.95833333333333037274', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'jumbo-pepsi', NULL, NULL, 0, 25, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2951, '88313318739', 'KERNS CAJITA', 1, '2.54999999999999982236', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'kerns-cajita', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2952, '5', 'KERNS LATA.      .', 1, '3.25000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'kerns-lata', NULL, NULL, 0, 87, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2953, '99176480518', 'KIT DE CEPILLADO  .', 1, '4.54079999999999994742', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'kit-de-cepillado', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', 1, '262.00000000000000000000', '329.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'kit-de-moto-tools-gladiador', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', 1, '40.00000000000000000000', '52.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'kit-para-instalacion-de-gas-2-clip', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', 1, '6.65000000000000035527', '8.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'la-sirena-pica-pica-peq', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2957, '6946723402988', 'LAMPARA TIGER WORLD', 1, '7.00000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lampara-tiger-world', NULL, NULL, 0, 47, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', 1, '0.01000000000000000021', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lavaplatos-orix-250-gr', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2959, '721282300526', 'LAYS FAMILIAR.', 1, '9.34999999999999964473', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'lays-familiar', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2960, '102', 'LB CLAVO PARA LAMINA', 1, '8.50000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '14.5000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lb-clavo-para-lamina', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2961, 'FER00017', 'LB ELECTRODO 3/32', 1, '14.90000000000000035527', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'lb-electrodo-332', NULL, '0.0000', NULL, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2962, 'FER000150', 'LB. CLAVO 1\" ASSA', 1, '7.90000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lb-clavo-1-assa', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2963, '757575', 'LIBRA DE PITA', 1, '2.91666666666666696273', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'libra-de-pita', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2964, '102375', 'LIBRA DE PITA COMPLETA', 1, '10.83333333333333037274', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'libra-de-pita-completa', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2965, '7750057005260', 'LIJA DE AGUA 120 3M', 1, '2.80000000000000000000', '4.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '28.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lija-de-agua-120-3m', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2966, '7750057005291', 'LIJA DE AGUA 220 3M', 1, '2.45000000000000000000', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lija-de-agua-220-3m', NULL, NULL, 0, 47, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2967, '7750057005345', 'LIJA DE AGUA 400 3M', 1, '2.45000000000000000000', '4.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lija-de-agua-400-3m', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2968, '7750057005239', 'LIJA DE AGUA 60 3M', 1, '2.80000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lija-de-agua-60-3m', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2969, '7750057006533', 'LIJA DE LONA 3M 150', 1, '4.50000000000000000000', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lija-de-lona-3m-150', NULL, NULL, 0, 50, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2970, '7750057006502', 'LIJA DE LONA 3M 80', 1, '2.80000000000000000000', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lija-de-lona-3m-80', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2971, '7750057006519', 'LIJA MULTIUSOS 3M', 1, '5.25000000000000000000', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lija-multiusos-3m', NULL, NULL, 0, 52, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', 1, '288.39000000000000000000', '385.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lijadora-orbital-base-5-79761', NULL, NULL, 0, 69, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 1, '7.00000000000000000000', '11.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lima-triangular-bellota', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', 1, '7.30000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'lima-motosierra-732-x-8-pferd', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', 1, '7.24000000000000021316', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'lima-triangular-pesado-6-cmango-truper', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', 1, '13.40499999999999936051', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'linterna-plastica-rayovac', NULL, '0.0000', NULL, 51, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 1, '11.74830000000000040927', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'liquido-de-frenos-dot-3', NULL, '0.0000', NULL, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', 1, '17.53000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'liquido-de-frenos-wagner-metal', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 1, '45.54999999999999715783', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'litro-aceite-havoline-atf-md-3', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 1, '39.00000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '12.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'litro-aceite-havoline-sae-api-s-20w-50', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2982, '512', 'LITRO PEPSI.     .', 1, '5.20999999999999996447', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'litro-pepsi', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', 1, '22.42000000000000170530', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'llave-colacorona-16-stanley', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', 1, '27.00000000000000000000', '34.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-colacorona-18-stanley', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', 1, '28.43000000000000000000', '38.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-colacorona-19-stanley', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', 1, '30.00000000000000000000', '38.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-colacorona-20-stanley', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', 1, '44.50000000000000000000', '60.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-compuerta-34-ez-flo', NULL, NULL, 0, 34, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', 1, '35.00000000000000000000', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-comuerta-redwhite-12', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', 1, '10.00000000000000000000', '14.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-de-bola-bossi-italy-12', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', 1, '25.03000000000000000000', '33.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-de-bola-bossini-itali-1', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', 1, '94.85000000000000000000', '126.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-de-bola-de-1-eastman-ez-flo', NULL, NULL, 0, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', 1, '47.22000000000000000000', '62.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-de-compuerta-redwhite-usa-1', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', 1, '34.49000000000000000000', '46.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-de-cruz-de-14', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', 1, '22.00000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-de-globo-12-bronco', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 1, '5.00000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-de-paso-de-pvc-de-12', NULL, NULL, 0, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', 1, '60.00000000000000000000', '85.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-de-paso-pvc-2-suval', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', 1, '85.75000000000000000000', '122.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-de-paso-zinc-de-2-suval', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', 1, '21.00000000000000000000', '28.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-de-pila-12-aldosa', NULL, NULL, 0, 34, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3000, '411653', 'LLAVE DUCHA BOSSI', 1, '59.00000000000000000000', '80.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'llave-ducha-qualita', NULL, '0.0000', NULL, 46, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', 1, '85.00000000000000000000', '113.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-pducha-acrilica-12br-cuello-larg', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', 1, '104.79000000000000000000', '140.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-palanca-italiana-1', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', 1, '7.18000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-para-jardin-12-plastica-pretul', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', 1, '24.00000000000000000000', '32.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-para-lavamanos-aldosa', NULL, NULL, 0, 36, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', 1, '65.00000000000000000000', '95.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-para-regadera-ducha-gerfor', NULL, NULL, 0, 24, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', 1, '23.94000000000000000000', '34.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'llave-paso-12-val-de-esfera-foset-pala', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', 1, '24.00000000000000000000', '27.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'machete-24-garizama-gavilan', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3008, '769409200113', 'MANERAL EXPERT STANDAR', 1, '11.15000000000000000000', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'maneral-expert-standar', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', 1, '8.00000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'maneral-para-rodillo-aldosa-5-alambres', NULL, NULL, 0, 36, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', 1, '90.79000000000000625278', '120.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'manguera-3-capas-preutul-20mts', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', 1, '23.75000000000000000000', '32.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'manguera-bello-jardin-25-ps', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3012, '7506487804726', 'MANGUERA PARA JARDIN 100', 1, '157.14000000000000000000', '210.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, '', NULL, NULL, 0, 0, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3013, '7506487804702', 'MANGUERA PARA JARDIN 50', 1, '95.71000000000000000000', '127.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, '', NULL, NULL, 0, 0, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 1, '0.85833333000000000546', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'manias-pro-variedad-18-gramos', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3016, '721282403920', 'MANIAX FRITO LAY', 1, '0.90000000000000000000', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'maniax-frito-lay', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3017, '81537200811', 'MARINEROS.             .', 1, '4.75000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'marineros', NULL, NULL, 0, 51, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', 1, '36.00000000000000000000', '48.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'marro-2-libras-vikingo', NULL, NULL, 0, 43, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', 1, '189.19000000000000000000', '250.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'marro-de-12-libras-almagana', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', 1, '171.44999999999998863132', '220.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'marro-octagonal-10-lbs-truper', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', 1, '43.00999999999999801048', '57.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'marro-octagonal-de-2-lbs-truper', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', 1, '56.63000000000000255795', '82.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'marro-octagonal-de-3lbs-truper', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3023, '102301', 'MARTILLO ALDOSA 25 MM', 1, '21.95000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'martillo-aldosa-25-mm', NULL, NULL, 0, 30, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', 1, '17.50000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'martillo-mango-de-madera-23-mm', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', 1, '34.17000000000000000000', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'martillo-tubular-truper-16onz', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 5, '7.87999999999999989342', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'masking-tape-1-3m', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', 1, '10.00000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'masking-tape-1-pulg-tesa', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', 1, '6.41000000000000014211', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'masking-tape-34-3m', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', 1, '10.29000000000000000000', '17.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'mazo-de-hule-16-oz-pretul', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3031, '750624062419', 'MAZO DE HULE 24 ONZ', 1, '17.50000000000000000000', '24.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'mazo-de-hule-24-onz', NULL, NULL, 0, 26, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', 1, '1.15000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'mentas-xtime-krash-unidaded', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3033, '45242502646', 'METRO 5 M MILWAUKEE', 1, '40.00000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'metro-5-m-milwaukee', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3034, '045242502653', 'METRO 8 METROS MILWAUKEE', 1, '50.80000000000000000000', '70.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'metro-8-metros-milwaukee', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', 1, '12.16000000000000000000', '17.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'metro-contra-impac-3-mts-truper', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', 1, '19.32999999999999829470', '26.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'metro-contra-impac-5mts-truper', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', 1, '32.89999999999999857891', '47.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'metro-contra-impac-8-mts-truper', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', 1, '15.00000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'metro-contra-impacto-75-mts-aldosa', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3039, '7982841860007', 'METRO LASER DE 20M', 1, '192.50999999999999090505', '241.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'metro-laser-de-20m', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3040, '7990460112407', 'METRO LASER GLP 40M', 1, '276.50999999999999090505', '346.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'metro-laser-glp-40m', NULL, '0.0000', NULL, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', 1, '34.09000000000000000000', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'mini-cangrejo-65-15280', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 1, '2.45000000000000017764', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'takis', NULL, '0.0000', NULL, 39, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 1, '13.11666666666667069308', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'monster-energy-mango-loco', NULL, NULL, 0, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', 1, '10.85999999999999943157', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'mordaza-de-cobre-de-588', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', 1, '50.00000000000000000000', '70.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'nabaja-plegable-milwaukee', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3047, '748757000330', 'NACHO Y JALAPE', 1, '1.66999999999999992895', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, '', NULL, NULL, 0, 0, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3048, '151', 'NACHOS DIANA', 1, '0.83333333333333325932', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '187.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'nachos-diana', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', 1, '84.00000000000000000000', '105.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'nivel-aluminio-stanley-36', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', 1, '10.51999999999999957367', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'nivel-especial-truper-para-hilo-3-blister', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3051, 'ALF0019', 'NIVEL DE RESINA 12\"', 1, '12.90000000000000000000', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'nivel-de-resina-12', NULL, NULL, 0, 56, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', 1, '19.15000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'nivel-de-resina-24-aldosa', NULL, NULL, 0, 28, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', 1, '80.75000000000000000000', '107.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'nivel-industrila-magnetico-32-35113-tolsen', NULL, '0.0000', NULL, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', 1, '61.50000000000000000000', '82.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'nivel-indutrial-magnetico-16-35111-tolsen', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', 1, '22.13000000000000000000', '27.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'nivel-torpedo-magnetico-de-9-truper', NULL, NULL, 0, 31, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', 1, '71.69000000000000000000', '95.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'nivel-truper-2-gotas-24-aluminio', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', 1, '94.68000000000000682121', '125.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'nivel-truper-36-cuerpo-de-aluminio', NULL, '0.0000', NULL, 46, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', 1, '109.89000000000000056843', '145.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'nivel-truper-48-cuerpo-de-aluminio', NULL, '0.0000', NULL, 21, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3059, '60', 'NYLON UNIDAD', 1, '1.25000000000000000000', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'nylon-unidad', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3060, '56', 'OCTAVO SABORES.', 1, '6.26666666666666660745', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'octavo-sabores', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3061, '111', 'ORANGE DESECHABLE.         .', 1, '2.82083333333333285964', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'orange-desechable', NULL, NULL, 0, 24, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3062, '109', 'ORANGE JUMBO.   .', 1, '14.16666666666666962726', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'orange-jumbo', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3063, '104', 'ORANGE LATA. .', 1, '3.12500000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '94.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'orange-lata', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3064, '721282202394', 'PAKE TAXO MIX', 1, '4.45000000000000017764', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pake-taxo-mix', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', 1, '36.00000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pala-cuadrada-mango-largo-pretul', NULL, NULL, 0, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', 1, '38.00000000000000000000', '50.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pala-punta-cuadrada-square', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', 1, '41.25000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pala-redonda-mango-largo-pretul', NULL, NULL, 0, 27, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', 1, '26.30000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pala-scabo-cuadrada-aldosa', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', 1, '26.30000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pala-scabo-redonda-aldosa', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', 1, '11.50000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'papas-kryspo-varios-sabores', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3074, '7441008126751', 'PAPEL SCOTT PLUS.', 1, '2.16166700000000000514', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'papel-scott-plus', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3076, 'T1101-047', 'PASADOR ALEMAN 3\"', 1, '3.35000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pasador-aleman-3', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', 1, '4.90000000000000000000', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pasador-dorado-vikingo-tmariposa-2', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3079, '99176129745', 'PASTA COLGATE', 1, '9.00000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pasta-colgate', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 1, '10.84999999999999964473', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pega-pvc-025-ml-tangit', NULL, NULL, 0, 54, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 1, '19.69999999999999928946', '28.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '37.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pega-pvc-050-ml-tangit', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 1, '24.50000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pegamento-tangit-100-ml', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3083, '7401005903014', 'PEPSI 2 LITROS', 1, '9.38000000000000078160', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pepsi-2-litros', NULL, NULL, 0, 22, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 1, '5.01499999999999968026', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pepsi-desechable-y-sabores', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3085, '15', 'PEPSI LATA  .', 1, '4.26999999999999957367', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pepsi-lata', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3086, '15199', 'PEPSI VIDRIO', 1, '2.83625000000000015987', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '21.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pepsi-vidrio', NULL, NULL, 0, 41, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', 1, '20.55000000000000000000', '28.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pintura-aerosol-metalico-pretul', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', 1, '11.90000000000000000000', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pintura-en-spray-negro-metalico-vikingo', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3089, '76174841015', 'PINZA STANLEY 6\"', 1, '42.75000000000000000000', '54.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pinza-stanley-6', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3090, '76174841022', 'PINZA STANLEY 8\"', 1, '46.50000000000000000000', '59.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pinza-stanley-8', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', 1, '48.00000000000000000000', '65.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'piocha-china-4-12-lbs', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', 1, '65.00000000000000000000', '85.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'piocha-imacasa-con-mango', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', 1, '41.65000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pistola-aplicador-de-silicon-vonder', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', 1, '14.00000000000000000000', '29.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'placa-combinada-switch-y-tomac-g-indust', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', 1, '24.33000000000000000000', '31.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'placa-doble-switch-bticino-ap5200', NULL, NULL, 0, 70, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', 1, '23.00000000000000000000', '27.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'placa-pulsador-de-timbre', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', 1, '24.76000000000000000000', '33.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'placa-tomacorriente-bticino-doble-ap1228', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', 1, '16.00000000000000000000', '28.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'placa-triple-swich-domino-p-1330-g-indu', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3100, '8012199674407', 'PLACA TV BTICINO', 1, '4.13000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'placa-tv-bticino', NULL, NULL, 0, 99, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 1, '6.87000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'plafonera-aegle-1175-w-blanco', NULL, NULL, 0, 28, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3102, '7506181323134', 'PLAFONERA BTICINO', 1, '13.73000000000000042633', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'plafonera-bticino', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', 1, '98.16000000000000000000', '130.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'plamado-de-laton-truper-24onz', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', 1, '30.02000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'plancha-de-esponja-pretul-912-34', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', 1, '15.75000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'plancha-de-esponja-pretul-912-716', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', 1, '19.85000000000000142109', '26.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'plancha-para-albail-dentada-511', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', 1, '75.10000000000000000000', '100.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'plomada-cyeso-stanley-47-464', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', 1, '55.60000000000000000000', '75.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'plomada-yeso-stanley-47-400', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', 1, '64.05000000000000000000', '85.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'plomada-yeso-stanley-47-460', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', 1, '91.76000000000000000000', '126.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'plomado-de-laton-de-16-onz-truper', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', 1, '84.70000000000000000000', '115.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'polea-guia-inferior-v-comunello', NULL, NULL, 0, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3114, '7441003581487', 'POWER HIDRATANTE', 1, '5.00000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '16.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'power-hidratante', NULL, NULL, 0, 27, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', 1, '22.00000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'poxipol-soldadura-plastica', NULL, NULL, 0, 37, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3116, 'AA823/120', 'PULIDORA GLP 9 2300W', 1, '556.50000000000000000000', '700.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'pulidora-glp-9-2300w', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3117, '15155', 'PUNTA P/ CONCRETO DE \"', 1, '8.46000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'punta-p-concreto-de', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', 1, '17.21999999999999886313', '24.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'punta-para-concreto-34-x-30cm-truper', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3119, '7401005009129', 'QUETZALTECA LITRO.', 1, '36.29999999999999715783', '60.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'quetzalteca-litro', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3120, '7401000707723', 'RAPTOR', 1, '5.82000000000000028422', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'raptor', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3121, '7406189005998', 'RAPTOR 300ML', 1, '3.02999999999999980460', '4.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'raptor-300ml', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3122, '7406189007732', 'RAPTOR DE 500 ML', 1, '4.05000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'raptor-de-500-ml', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3123, '7406189003741', 'RAPTOR LATA     .', 1, '4.94399999999999995026', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'raptor-lata', NULL, NULL, 0, 50, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3124, '70330000328', 'RASURADORA BIC 1 HOJA', 1, '1.73000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'rasuradora-bic-1-hoja', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3125, '7501206634776', 'RAYADOR DE ALUMINIO', 1, '25.00000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'rayador-de-aluminio', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3126, '9002490204006', 'RED BULL     .', 1, '10.73249999999999992895', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'red-bull', NULL, NULL, 0, 74, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', 1, '4.20000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '16.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-1-12-1-14', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', 1, '6.00000000000000000000', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'reducidor-1-12-34', NULL, '0.0000', NULL, 21, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', 1, '6.00000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-1-12-1', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', 1, '3.13000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-1-14-1', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', 1, '5.00000000000000000000', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'reducidor-1-14-12', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 1, '1.33000000000000007105', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '46.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'reducidor-1-34', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3133, 'PVC00130', 'REDUCIDOR 1-1/2', 1, '1.57000000000000006217', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '24.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-1-12', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', 1, '3.95000000000000000000', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-2-34', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', 1, '15.00000000000000000000', '22.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-2-12-34', NULL, NULL, 0, 43, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', 1, '12.48000000000000000000', '29.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-2-12-1', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3137, 'PVC00137', 'REDUCIDOR PVC 2 - 1', 1, '8.00000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'reducidor-pvc-2-1', NULL, '0.0000', NULL, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', 1, '3.31999999999999984013', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '18.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'reducidor-2-12-pvc', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', 1, '32.00000000000000000000', '37.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-3-1-12', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3140, 'PVC144', 'REDUCIDOR 3-1/2', 1, '20.65000000000000000000', '37.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-3-12', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', 1, '0.82999999999999996003', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '40.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-34-12', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 1, '8.47000000000000063949', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-4-3-dr-blanco', NULL, NULL, 0, 65, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', 1, '14.96000000000000000000', '23.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-de-3-2-pvc', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3146, '102111', 'REDUCIDOR DE 3-1', 1, '30.00000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-de-3-1', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3147, 'PVC00152', 'REDUCIDOR DR 3-2', 1, '3.97000000000000019540', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor-dr-3-2', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', 1, '5.00000000000000000000', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reducidor1-14-34', NULL, NULL, 0, 24, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', 1, '42.07000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'regadera-aldosa-redonda-cbrazo', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', 1, '4.40000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'regadera-plastica-blanca', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', 1, '25.25000000000000000000', '33.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'regulador-para-gas-1-clip', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', 1, '28.36000000000000000000', '38.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'remachadora-profecional-de-10-43001', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', 1, '3.31000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'remache-pop-50-pzs-246mm-43005', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', 1, '40.83000000000000000000', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'removedor-de-pintura-truper-15824', NULL, NULL, 0, 53, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', 1, '44.67000000000000000000', '60.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'removedor-pmortero-truper-11975', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3157, '10299', 'REPOSADERA 2 P ALUMINIO', 1, '15.00000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reposadera-2-p-aluminio', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', 1, '13.67000000000000000000', '22.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reposadera-3-aluminio', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3159, '102146', 'REPOSADERA 4*4? ALUMINIO', 1, '18.00000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'reposadera-44-aluminio', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3160, 'FER000012', 'REPOSADERA BRONCE 3*3', 1, '65.00000000000000000000', '95.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'reposadera-bronce-33', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', 1, '10.65000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'repuesto-rodillo-felpa-9-truper-micro', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', 1, '31.46000000000000000000', '42.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'resumidero-cuadrado-foset-44', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3163, '81537201405', 'REVIVE 600 ML', 1, '5.00000000000000000000', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'revive-600-ml', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3164, '7406189008128', 'REVIVE FRUTIPONCH', 1, '1.55519999999999991580', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'revive-frutiponch', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 1, '39.00000000000000000000', '50.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'ron-botran-xl-botella', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 1, '22.25000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'ron-botran-xl-media-botella', NULL, NULL, 0, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3167, '7401005008597', 'RON ZACAPA CENTENARIO', 1, '261.25000000000000000000', '330.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'ron-zacapa-centenario', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', 1, '145.00000000000000000000', '195.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'ron-zacapa-centenario-350ml', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', 1, '214.22999999999998976818', '290.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'rotomartillo-12-prof-truper', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', 1, '750.00000000000000000000', '1000.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'rotomartillo-inalambrico-38-792152', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3171, 'pvc00124', 'REDUCIDOR 1 1/2-1/2', 1, '2.75000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '32.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'ruducidor-1-12-12', NULL, '0.0000', NULL, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3172, '98', 'SABRITAS.           .', 1, '3.51818181818181807685', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '89.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sabritas', NULL, NULL, 0, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', 1, '0.54000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '18.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sacapuntas-plast-thumb-y-plus', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3174, '7794640172892', 'SAL ANDREWS', 1, '1.10000000000000008882', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '26.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'sal-andrews', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', 1, '6.40000000000000000000', '9.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sapito-ptanque-sanitario-varios-colores', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', 1, '0.67000000000000000000', '2.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'scotch-brite-esponja-doble-uso-2080', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', 1, '1.64999999999999991118', '2.25000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'scotch-brite-fibra-verde-economica', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 1, '5.72000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'segueta-bimetal-sierra-fina-12-truper', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', 1, '9.90000000000000000000', '14.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'segueta-bimetalfexible-vk0785', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', 1, '3.79999999999999982236', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'segueta-fina-de-metal-pcaladora-50-mm-x-unidad', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', 1, '16.98000000000000000000', '28.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sellador-silicone-blanco-ugraltruper', NULL, NULL, 0, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3182, '7441005702200', 'SEMILLAS MIXTAS PRO 80G', 1, '9.90000000000000035527', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'semillas-mixtas-pro-80g', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', 1, '6.75999999999999978684', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'separador-de-loseta-de-20-mm-truper', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', 1, '23.70000000000000000000', '32.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'serrucho-mango-de-madera-20-p-aldosa', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', 1, '45.00000000000000000000', '64.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'serrucho-stanley-profesional-22', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3187, '7501056336578', 'SHAMPO SOBRE  .', 1, '0.71428571428569997970', '1.25000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'shampo-sobre', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', 1, '402.50000000000000000000', '504.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sierra-circular-energy-7-14-1400w', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', 1, '455.00000000000000000000', '600.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sierra-circular-industrial-tolsen-1300w', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 1, '7.75000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '63.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sierra-fina-sandflex-1224', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', 1, '37.31000000000000227374', '50.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sierra-pmadera-24-dientes-truper-7-14', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', 1, '44.47999999999999687361', '60.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'sierra-pmadera-40-dientes-truper-7-14', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', 1, '619.50000000000000000000', '775.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'sierra-tronzadora-14-2000w-energy-cos141120', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', 1, '850.50000000000000000000', '1064.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sierra-trozadora-14-2400w', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', 1, '25.50000000000000000000', '34.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sifon-flexible-lavamanos-1-14-fama', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', 1, '19.00000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sifon-para-lavamanos-qualita', NULL, NULL, 0, 21, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', 1, '43.39999999999999857891', '55.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'sika-latex-n-12-lt', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', 1, '117.80000000000000000000', '155.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sika-latex-n-remojador-de-adh-1-galon', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', 1, '43.22999999999999687361', '58.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'sikaflex-pro-construccion-varios', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3200, '7756962003636', 'SIKASIL E VARIOS 280ML', 1, '29.12000000000000099476', '38.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'sikasil-e-varios-280ml', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3201, '7406027034937', 'SILICON LIQUIDO 100 ML', 1, '4.25000000000000000000', '5.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'silicon-liquido-100-ml', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3202, '7406027034913', 'SILICON LIQUIDO 30 ML', 1, '2.00000000000000000000', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'silicon-liquido-30-ml', NULL, NULL, 0, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', 1, '3.00000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '7.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'silicon-liquido-60-ml-fast', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', 1, '16.50000000000000000000', '17.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'silicon-loctite-negro-rtv-70ml', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', 1, '16.50000000000000000000', '17.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'silicon-loctite-rojo-rtv-70ml', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', 1, '16.50000000000000000000', '17.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'silicon-loctite-transparente-rtv-70ml', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', 1, '25.82000000000000000000', '34.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'silicon-nais-roceador-azul-236-ml', NULL, NULL, 0, 27, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', 5, '25.60000000000000142109', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'silicon-sista-multiusos-transparente', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', 1, '30.35000000000000142109', '40.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'sista-tapagoteras-116-galon', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3210, '7450007492101', 'SOBRE DE BRILLANTINA', 1, '0.55000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '16.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sobre-de-brillantina', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', 1, '5.00000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'socket-de-interperie-eagle-no-1045', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3212, '52', 'SOPAS INSTANTANEAS .', 1, '3.75000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '41.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'sopas-instantaneas', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', 1, '3.90000000000000000000', '7.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'spliter-2-salidas-pcable-coaxial', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', 1, '12.32000000000000028422', '18.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'spray-corona-variedad-colores', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3215, '7501033920110', 'SUERO PEDIALITE', 1, '9.27000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'suero-pedialite', NULL, NULL, 0, 29, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', 1, '17.90000000000000000000', '24.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'super-77-adeshive-44-onz-3m', NULL, NULL, 0, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', 1, '57.50000000000000000000', '75.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'super-77-spray-adhesive-1675-onz-3m', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', 1, '2.00000000000000000000', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'super-bonder-mini-duo-1g-cu-loctite', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', 1, '11.50000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'super-bonder-original-3-grs-loctite', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3220, '85051000421', 'SUPER ECONOMY TYPE A', 1, '17.50000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'super-economy-type-a', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', 1, '28.07000000000000028422', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'placa-switch-sencillo-bticino', NULL, '0.0000', NULL, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', 1, '9.90000000000000035527', '13.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'switch-sobreponer-sencillo-p52-bticino', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3223, '011418221017', 'TABCIN NIÑOS', 5, '1.41666000000000003034', '2.00000000000000000000', '2.0000', '', 4, NULL, '5', '', '', '', '', '', '44.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tabcin-ninos', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', 1, '170.15000000000000568434', '285.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tablero-mono-fasico-general-4-circuitos-125-amp', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', 1, '696.00000000000000000000', '870.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'taladro-percusin-dw-12-800w', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', 1, '455.00000000000000000000', '570.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'taladro-percusion-glp-12-900w', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', 1, '416.50000000000000000000', '521.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'taladro-percusion-neo-12-850w', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', 1, '650.30000000000000000000', '867.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'taladro-percutor-3100rpm-12-milwaukee', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 1, '2.77000000000000001776', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '34.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tampico-12-litro', NULL, NULL, 0, 27, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3231, '7401000705019', 'TAMPICO VASO.    .', 1, '1.83000000000000007105', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tampico-vaso', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3233, '7501199465104', 'TANGIT 125 ML', 1, '25.50000000000000000000', '40.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tangit-125-ml', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3234, '7501199465418', 'TANGIT 240 ML', 1, '49.50000000000000000000', '65.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tangit-240-ml', NULL, NULL, 0, 51, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3235, '7501199465128', 'TANGIT 475 ML', 1, '88.25000000000000000000', '105.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tangit-475-ml', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3236, '7501199465555', 'TANGIT 950 ML', 1, '136.50000000000000000000', '175.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tangit-950-ml', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', 1, '40.00000000000000000000', '53.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapadera-de-sanitario-aldosa', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3238, 'PVC00161', 'TAPON 1 1/4', 1, '3.25000000000000000000', '4.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapon-1-14', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3239, 'PVC00164', 'TAPON 1/2', 1, '0.59999999999999997780', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '29.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapon-12', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3240, '102290', 'TAPON 1/2 CON ROSCA', 1, '0.77000000000000001776', '2.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '52.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapon-12-con-rosca', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3241, 'PVC00168', 'TAPON 2', 1, '3.99000000000000000000', '8.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapon-2', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3242, '102252', 'TAPON 4\"', 1, '4.89000000000000000000', '15.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapon-4', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3243, 'PVC00158', 'TAPON H 1', 1, '0.99000000000000000000', '3.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapon-h-1', NULL, NULL, 0, 40, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3244, 'PVC00159', 'TAPON H 1 1/2', 1, '4.00000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapon-h-1-12', NULL, NULL, 0, 46, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3245, 'PVC00171', 'TAPON H 3/4', 1, '1.46000000000000000000', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '22.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapon-h-34', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3246, '10205', 'TAPON H DR 3', 1, '2.79000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapon-h-dr-3', NULL, NULL, 0, 70, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3247, '102347', 'TAPON HEMBRA 3 PSI', 1, '28.47000000000000000000', '38.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '33.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tapon-hembra-3-psi', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', 1, '8.31000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tarugo-plastico-516-fiero-cafe', NULL, NULL, 0, 33, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', 1, '15.00000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tarugo-plastico-316-vikingo-100-unid', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', 1, '12.47000000000000000000', '19.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tarugo-plastico-azul-38-fiero', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', 1, '5.42999999999999971578', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tarugo-plastico-de-14-vikingo-100-uni', NULL, '0.0000', NULL, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', 1, '5.70999999999999996447', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tarugo-platico-fiero-14-rojo', NULL, '0.0000', NULL, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', 1, '0.34999999999999997780', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tarugos-plasticos-azuales-382-x-unidad', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 1, '0.14000000000000001332', '0.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '139.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tarugos-plasticos-verde-14-por-unidad', NULL, '0.0000', NULL, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', 1, '3.77000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'te-blanco-jugo-melocoton-del-frutal', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 1, '4.79083333333333261095', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'te-frio-lipton-500-ml', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3257, 'PVC00186', 'TEE 1', 1, '2.83000000000000007105', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '71.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-1', NULL, NULL, 0, 68, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3258, 'PVC00187', 'TEE 1 1/2', 1, '6.63000000000000000000', '11.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-1-12', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3259, 'PVC00189', 'TEE 1 1/4', 1, '4.95000000000000000000', '6.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-1-14', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3260, 'PVC00192', 'TEE 1/2', 1, '1.20999999999999996447', '3.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '77.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-12', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3261, '102149', 'TEE 2 1/2 PVC', 1, '19.94000000000000000000', '31.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-2-12-pvc', NULL, NULL, 0, 30, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3262, 'PVC00199', 'TEE 2 DR', 1, '4.87000000000000010658', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '18.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-2-dr', NULL, NULL, 0, 36, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3263, '102148', 'TEE 2\" PVC', 1, '6.10000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-2-pvc', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3264, 'PVC00201', 'TEE 3 DR', 1, '13.02999999999999936051', '23.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '37.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-3-dr', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3265, '102147', 'TEE 3\" PVC', 1, '26.75000000000000000000', '36.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-3-pvc', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3266, 'PVC00202', 'TEE 3/4 PVC LISO', 1, '1.86000000000000009770', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '104.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tee-34-pvc-liso', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3267, 'PVC00207', 'TEE 4 DR', 1, '33.09000000000000341061', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tee-4-dr', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3268, '102249', 'TEE C/R 1\"', 1, '4.50000000000000000000', '6.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '18.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-cr-1', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3269, '102248', 'TEE C/R 3/4', 1, '3.50000000000000000000', '5.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '18.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-cr-34', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3270, 'PVC00208', 'TEE PVC DE 4\"', 1, '43.99000000000000000000', '65.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tee-pvc-de-4', NULL, NULL, 0, 32, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3278, '6933528710806', 'TENACIN INDUSTRIAL DE 8 TOLSEN 10039', 1, '26.50000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tenacion-industrial-de-8-10039', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3279, '102305', 'TENAZA DE 10\'\' ALDOSA', 1, '15.50000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tenaza-de-10-aldosa', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3280, '102306', 'TENAZA DE 9\" ALDOSA', 1, '15.21000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tenaza-de-9-aldosa', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', 1, '16.90000000000000000000', '22.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tenazin-de-9-vikingo', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', 1, '90.00000000000000000000', '145.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tequila-sauza-silver-750-ml', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3283, '7501206626115', 'TIJERA DE AVIACION  18531', 1, '93.40000000000000000000', '125.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tijera-de-aviacion-18531', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', 1, '124.84000000000000000000', '165.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tijera-forjada-truper-18523', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', 1, '39.60000000000000000000', '53.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tijera-para-lamina-de-10-30036', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', 1, '49.25000000000000000000', '65.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tijera-para-lamina-de-12-30037', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3287, '7501892872001', 'TOMACORRIENTE FULGORE', 1, '6.99000000000000000000', '10.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tomacorriente-fulgore', NULL, NULL, 0, 28, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 1, '16.52000000000000000000', '22.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tomacorriente-sobre-poner-bticino-p38', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3289, '102310', 'TORNILLO 2P BUSCA ROSCA', 1, '0.25000000000000000000', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-2p-busca-rosca', NULL, '0.0000', NULL, 77, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', 1, '0.08999999999999999667', '0.25000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '600.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-busca-rosca-18', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', 1, '0.25000000000000000000', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tornillo-busca-rosca-2-normal', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', 1, '0.14000000000000001332', '0.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '311.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-negro-2-12-busca-rosca', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', 1, '0.11000000000000000056', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '391.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-negro-de-2-busca-rosca', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', 1, '0.45000000000000000000', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '975.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tornillo-negro-para-tyeso-3-pulg', NULL, NULL, 0, 55, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', 1, '0.14999999999999999445', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-negro-para-tabla-yeso-1-12', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', 1, '0.11999999999999999556', '0.25000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '666.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-normal-1-12', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', 1, '3.30000000000000000000', '4.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tornillo-plastico-para-tanque-sanitario', NULL, NULL, 0, 21, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', 1, '0.23000000000000000000', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2220.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tornillo-pulser-1-12-punta-de-broca', NULL, NULL, 0, 24, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', 1, '0.17999999999999999334', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1902.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-pulser-1-12-14', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', 1, '0.40000000000000002220', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '966.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-pulser-1-pul-busca-rosca', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', 1, '0.16000000000000000000', '0.40000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2160.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tornillo-pulser-1-pulgada-punta-de-broca', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', 1, '0.25000000000000000000', '0.75000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '12.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-pulser-14-x-2-p-busca-rosca', NULL, '0.0000', NULL, 21, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', 1, '0.39000000000000001332', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-pulser-14-x-2p-punta-de-broca', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 1, '0.60999999999999998668', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-pulser-2-12-pbroca', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 1, '0.51000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '38.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tornillo-pulser-2-12-busca-rosca', NULL, NULL, 0, 51, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', 1, '0.15000000000000000000', '0.30000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2453.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tornillo-pulser-34-busca-rosca', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', 1, '0.14999999999999999445', '0.29999999999999998890', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2610.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tornillo-pulser-pbroca-14x34-ce', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', 1, '0.07000000000000000000', '0.25000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '677.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tornillos-normal-34-fiero', NULL, NULL, 0, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3310, '721282300083', 'TORTRIX FAMILIAR  .', 1, '7.38000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tortrix-familiar', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3311, '95', 'TORTRIX PEQUE?O      .', 1, '0.86999999999999999556', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '43.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tortrix-pequeo', NULL, NULL, 0, 31, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3312, '13', 'TORTRIX TACO..', 1, '1.31000000000000000000', '2.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tortrix-taco', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', 1, '109.79000000000000000000', '146.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tricket-de-botella-industri-4t-85404', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3314, '342', 'TRIDENT 4S             .', 1, '0.58194999999999996732', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'trident-4s', NULL, NULL, 0, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', 1, '85.70000000000000284217', '115.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tubo-conduit-galvanizado-1-14-x-3mt', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', 1, '19.00000000000000000000', '26.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tubo-de-abasto-12-x-78-qualita', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', 1, '10.00000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '11.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'tubo-de-abasto-premiun-121216-acero', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', 1, '10.00000000000000000000', '16.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tubo-de-abasto-premiun-381219-acero', NULL, '0.0000', NULL, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', 1, '165.13999999999998635758', '220.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tubo-niple-conduit-galv-1-14-x-3mt', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', 1, '0.33000000000000000000', '1.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'unidad-electrodo-e-6013', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3321, '53010', 'UNION CONDUIT 1 NARANJA', 1, '0.83000000000000000000', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '48.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'union-conduit-1-naranja', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', 1, '0.36000000000000000000', '1.50000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '42.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'union-conduit-12-naranja', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', 1, '15.50000000000000000000', '20.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'union-para-manguera-tw-dorada', NULL, NULL, 0, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', 1, '74.35999999999999943157', '100.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'vainer-de-6-35049', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', 1, '25.27000000000000000000', '34.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'valvula-bola-zinc-1-bossi', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', 1, '22.73000000000000042633', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'valvula-bola-34-bossi', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', 1, '15.88000000000000078160', '22.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'valvula-bola-de-zinc-12-bossi', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', 1, '8.00000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'valvula-bola-lisa-pvc-34', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', 1, '7.65000000000000035527', '16.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'valvula-bola-pvc-1-azteca-f-5104b', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', 1, '34.00000000000000000000', '45.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'valvula-compuerta-12-200-psi-aqua', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', 1, '54.01000000000000000000', '72.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'valvula-compuerta-br-1', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', 1, '35.88000000000000000000', '49.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'valvula-compuerta-br-34-liviano', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', 1, '28.00000000000000000000', '37.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'valvula-d-bola-cpal-dlaton-12-usa-k', NULL, NULL, 0, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3334, '102145', 'VALVULA DE ALUMINIO DE 3?', 1, '20.00000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'valvula-de-aluminio-de-3', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', 1, '20.00000000000000000000', '35.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'valvula-de-compuerta-azul-1-truper', NULL, NULL, 0, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', 1, '42.00000000000000000000', '56.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'valvula-de-compuerta-de-laton-12-usa-k', NULL, NULL, 0, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', 1, '13.00000000000000000000', '24.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'valvula-para-pila-de-2-p-de-aluminio', NULL, NULL, 0, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', 1, '48.89999999999999857891', '75.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'valvula-pila-2-bronce-globo', NULL, '0.0000', NULL, 61, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3340, '102109', 'VALVULA PILA 3 BRONCE', 1, '68.00000000000000000000', '95.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'valvula-pila-3-bronce', NULL, NULL, 0, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 1, '22.25000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'venado-especial-12-botella', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 1, '39.00000000000000000000', '50.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', NULL, '', NULL, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'venado-especial-botella', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 1, '39.00000000000000000000', '50.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'venado-light-botella', NULL, NULL, 0, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 1, '22.25000000000000000000', '30.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'venado-light-media-botella', NULL, NULL, 0, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3345, '675873001579', 'VITAFLENACO UNIDAD', 1, '1.11000000000000000000', '2.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'vitaflenaco-unidad', NULL, NULL, 0, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3346, 'PVC00255', 'YEE DR 2', 1, '3.98000000000000000000', '12.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'yee-dr-2', NULL, NULL, 0, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3347, 'PVC00254', 'YEE DR 3', 1, '9.76000000000000000000', '25.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'yee-dr-3', NULL, NULL, 0, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3348, 'PVC00256', 'YEE DR 4', 1, '19.15000000000000000000', '28.00000000000000000000', '2.0000', '', 4, NULL, '', '', '', '', '', '', '16.0000', NULL, 1, NULL, NULL, 'code128', NULL, NULL, 0, 'standard', 6, '0.0000', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, NULL, 'yee-dr-4', NULL, NULL, 0, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3350, '83595265', 'CEMENTO REGIONAL', 5, '0.01000000000000000021', '0.02000000000000000042', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '83595265', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3351, '00997023', 'TUBO DE 4X4 GALV.', 5, '0.01000000000000000021', '490.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '00997023', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3353, '94541721', 'TUBO DE 3X3 CHAPA 14', 5, '0.01000000000000000021', '380.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '94541721', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3354, '16434693', 'ANGULAR DE 3/4 X 1/8 LEG', 5, '59.67999999999999971578', '70.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'angular-de-34-x-18-leg', NULL, '0.0000', NULL, 30, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3355, '47909986', 'COSTANERA DE 3X2 GALVANIZADA CHAPA 14', 5, '183.62000000000000454747', '201.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'costanera-de-3x2-galvanizada-chapa-14', NULL, '0.0000', NULL, 28, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3356, '55242999', 'TUBO DE 4X2 GALVANIZADO.', 5, '0.01000000000000000021', '280.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '55242999', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3357, '90120352', 'TUBO DE 1 1/2 C/ROSCA GALV.', 5, '0.01000000000000000021', '365.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '90120352', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3358, '11824875', 'TUBO NEGRO DE 2X1 LEGITIMO.', 5, '0.01000000000000000021', '160.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '11824875', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3359, '22906686', 'TUBO DE 3  C/ROSCA GALV.', 5, '0.01000000000000000021', '825.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '22906686', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3360, '70473170', 'TUBO NEGRO DE 1X1 CHAPA 18.', 5, '0.01000000000000000021', '90.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '70473170', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3361, '28653110', 'TUBO DE 1 1/2 S/ROSCA GALV.', 5, '0.01000000000000000021', '150.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '28653110', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3362, '96004286', 'TUBO DE 2 1/2 S/ ROSCA GALV.', 5, '0.01000000000000000021', '235.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '96004286', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3363, '79892005', 'ANGULAR DE 2X1/8 COMERCIAL.', 5, '0.01000000000000000021', '150.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '79892005', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3364, '25054539', 'TUBO NEGRO DE 1/2 LEGITIMO.', 5, '0.01000000000000000021', '90.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '25054539', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3365, '67180682', 'LLANTIA DE 1X1/8', 5, '47.00000000000000000000', '50.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '67180682', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3366, '77562920', 'VARILLA DE 1/2X1/2 LEGITIMO.', 5, '0.01000000000000000021', '95.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '77562920', NULL, '0.0000', NULL, 47, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3367, '57531715', 'ANGULAR DE 3/4', 5, '0.01000000000000000021', '60.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '57531715', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3368, '14440490', 'VARILLA DE 3/8 LISA', 5, '41.21000000000000085265', '45.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '14440490', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3369, '50344385', 'LLANTIA DE 1 1/4X1/8 ', 5, '91.12999999999999545253', '105.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '50344385', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3370, '47879209', 'TUBO NEGRO DE 4X2 CHAPA 18.', 5, '180.00000000000000000000', '210.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '47879209', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3371, '99397921', 'LLANTIA DE 1X1/4', 5, '0.01000000000000000021', '105.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '99397921', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3372, '25838052', 'TUBO DE 3X2 GALV. CHAPA 16.', 5, '0.01000000000000000021', '230.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tubo-de-3x2-galv-chapa-16', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3373, '02114998', 'TUBO NEGRO 2X2.', 5, '0.01000000000000000021', '190.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '02114998', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3374, '34680567', 'LLANTIA DE 1 1/2.', 5, '0.01000000000000000021', '90.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '34680567', NULL, '0.0000', NULL, 74, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3375, '40272493', 'VARILLA ENTORCHADA 5/8.', 5, '0.01000000000000000021', '75.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '40272493', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3376, '38918209', 'VARILLA DE 1/2X1/2 COMERCIAL.', 5, '0.01000000000000000021', '85.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '38918209', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3377, '68981570', 'LLANTIA DE 1/2X3/16', 5, '0.01000000000000000021', '40.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '68981570', NULL, '0.0000', NULL, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3378, '96584057', 'COSTANERA NEGRO DE 4X2 CHAPA 14.', 5, '175.50000000000000000000', '195.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '96584057', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3380, '59935941', 'TUBO DE 1 1/4X1 1/4 GALV.', 5, '0.01000000000000000021', '150.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '59935941', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3381, '69770322', 'TUBO GALVANIZADO CUADRADO DE 1 1/2X 1 1/2 ', 5, '0.01000000000000000021', '180.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '69770322', NULL, '0.0000', NULL, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3382, '67308696', 'TUBO NEGRO DE 1X1 1/2.', 5, '108.00000000000000000000', '120.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '67308696', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3383, '06441491', 'COSTANERA 4X2 GALV. CHAPA 14.', 5, '225.00000000000000000000', '250.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '06441491', NULL, '0.0000', NULL, 34, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3384, '35537447', 'VARILLA DE 1/2 LISA.', 5, '0.01000000000000000021', '75.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '35537447', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3385, '38049261', 'VARILLA DE 5/8 LISA.', 5, '0.01000000000000000021', '115.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '38049261', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3386, '42268262', 'ANGULAR DE 3/4X1/8 LEGITIMO.', 5, '0.01000000000000000021', '70.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'angular-de-34x18-legitimo', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3387, '61522920', 'COSTANERA DE 3X2 CHAPA 20', 5, '0.01000000000000000021', '180.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '61522920', NULL, '0.0000', NULL, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3388, '41424712', 'TUBO NEGRO DE 1/2X1/2.', 5, '38.39999999999999857891', '40.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '41424712', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3389, '58379389', 'TUBO ABIERTO DE 5/8.', 5, '0.01000000000000000021', '35.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '58379389', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3390, '72509586', 'ANGULAR DE 1 1/4 COMERCIAL.', 5, '105.50000000000000000000', '115.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '72509586', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3391, '77812583', 'ANGULAR DE 1 1/2X1/8 COMERCIAL.', 5, '0.01000000000000000021', '105.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '77812583', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3392, '39079726', 'ANGULAR DE 1X1/8 COMERCIAL.', 5, '73.46999999999999886313', '80.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '39079726', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3393, '38729185', 'ANGULAR DE 1X1/8 LEGITIMO.', 5, '0.01000000000000000021', '90.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '38729185', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3394, '52432042', 'ANGULAR DE 2X1/8 LEG.', 5, '172.21000000000000795808', '190.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'angular-de-2x18-leg', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3395, '77240555', 'ANGULAR DE 2X3/16', 5, '0.01000000000000000021', '250.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '77240555', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3398, '17882855', 'TUBO DE 1 1/4 C/ROSCA Y COPLA.', 5, '0.01000000000000000021', '295.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '17882855', NULL, '0.0000', NULL, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3401, '59488652', 'TUBO DE 1/2 PARA CERCA S/ROSCA.', 5, '0.01000000000000000021', '65.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '59488652', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3402, '39712092', 'TUBO DE 1´ PARA CERCA S/ROSCA.', 5, '0.01000000000000000021', '110.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '39712092', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3403, '41437989', 'TUBO DE 1X1 CHAPA 20.', 5, '0.01000000000000000021', '70.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '41437989', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3404, '41386912', 'LLANTIA DE 1/2X1/8', 5, '23.92000000000000170530', '25.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '41386912', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3405, '66359912', 'LLANTIA DE 3/4X 1/8 LEG', 5, '49.00000000000000000000', '55.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '66359912', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3406, '69395869', 'LLANTIA DE 1¨ ', 5, '0.01000000000000000021', '50.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'llantia-de-1', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3407, '24214061', 'VARILLA HIERRO 1/4 COMERCIAL', 5, '12.97000000000000063949', '15.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'varilla-hierro-14-comercial', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3408, '67870951', 'VARILLA HIERRO 1/4 G40', 5, '15.09999999999999964473', '16.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'varilla-hierro-14-g40', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3409, '23164244', 'VARILLA HIERRO 3/8 G40', 5, '32.92999999999999971578', '36.92000000000000170530', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'varilla-hierro-38-grado-40', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3410, '90045552', 'VARILLA HIERRO DE 3/8 COMERCIAL.', 5, '28.10000000000000142109', '30.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'varilla-de-38-comercial', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3412, '56739529', 'VARILLA HIERRO 1/2 G40', 5, '58.52000000000000312639', '65.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'varilla-hierro-12-g40', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3413, '17823698', 'VARILLA HIERRO 1/2 COMERCIAL', 5, '45.00000000000000000000', '50.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'varilla-hierro-12-comercial', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3414, '09969359', 'VARILLA DE 5/8 GRADO 40.', 5, '112.50000000000000000000', '125.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '09969359', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3415, '71641610', 'ROLLO POLIDUCTO DE 1/2.', 5, '40.00000000000000000000', '45.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '71641610', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3416, '33797130', 'ROLLO POLIDUCTO DE 3/4.', 5, '45.00000000000000000000', '50.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'rollo-poliducto-de-34', NULL, '0.0000', NULL, 40, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3417, '35427459', 'ROLLO POLIDUCTO DE 1¨', 5, '0.01000000000000000021', '90.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '35427459', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3418, '27737825', 'CAPOTE PARA LAMINA TROQUELADA CALIBRE 26.', 5, '72.00000000000000000000', '80.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'capote-para-lamina-troquelada-calibre-26', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3429, '34071759', 'BLOCK DE 15 DE POMA', 5, '3.14999999999999991118', '3.79999999999999982236', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'block-15-de-poma', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3430, '63359973', 'MONO CAPA EXTRA FINO.', 5, '0.01000000000000000021', '80.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '63359973', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3431, '47902122', 'BLOCK DE 14 MACORA', 5, '3.14999999999999991118', '4.15000000000000035527', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '47902122', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3432, '41048684', 'BLOCK DE 15 MACORA', 5, '3.45000000000000017764', '4.25000000000000000000', '200.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'block-de-15-macora', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3433, '00637449', 'SOLERA DE 14 MACORA', 5, '3.79999999999999982236', '4.15000000000000035527', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'solera-de-14-macora', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3434, '22837205', 'SOLERA DE 15 MACORA', 5, '3.95000000000000017764', '4.50000000000000000000', '100.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'solera-de-15-macora', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3435, '32243616', 'TABIQUE', 5, '0.01000000000000000021', '3.89999999999999991118', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '32243616', NULL, '0.0000', NULL, 53, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3436, '54883671', 'BLOCONES', 5, '0.01000000000000000021', '6.70000000000000017764', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '54883671', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3437, '19119818', 'SELOSIA.', 5, '0.01000000000000000021', '10.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '19119818', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3438, '33099033', 'ADOQUIN.', 5, '0.01000000000000000021', '4.50000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'adoquin', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3439, '29652683', 'LIBRA DE ALAMBRE DE AMARRE.', 5, '6.73000000000000042633', '8.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'libra-de-alambre-de-amarre', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3440, '49527374', 'PEGAMIX.', 5, '22.00000000000000000000', '25.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '49527374', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3441, '38292314', 'CEMENTO PROGRESO', 5, '75.00000000000000000000', '77.00000000000000000000', '20.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '38292314', NULL, '0.0000', NULL, 56, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3442, '75721783', 'CRESTUCO ALISADO EXTAFINO', 5, '79.00000000000000000000', '85.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'crestuco-alisado-extafino', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3443, '64504663', 'CAL LA ESTRELLA', 5, '14.50000000000000000000', '17.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '64504663', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3444, '41637020', 'CAL HORCALSA 20 KG', 5, '30.50000000000000000000', '33.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '41637020', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3445, '61991811', 'MONOCAPA  LISO BLANCO ANTIGUO', 5, '67.50000000000000000000', '70.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '61991811', NULL, '0.0000', NULL, 47, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3446, '17604177', 'CRESTUCO ALISADO FINO', 5, '76.00000000000000000000', '80.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '17604177', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3447, '88756955', 'BLOCK DE 15 FACSA', 5, '4.20999999999999996447', '0.01000000000000000021', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '88756955', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3448, '09972838', 'SOLERA DE 15 DE POMA', 5, '3.45000000000000017764', '0.02000000000000000042', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '09972838', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3449, '94479132', 'BLOCK DE 15 EL CHIKAL', 5, '3.75000000000000000000', '4.25000000000000000000', '100.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '94479132', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3450, '25746841', 'BLOCK DE 20 X 20 MACORA', 5, '5.78000000000000024869', '0.20000000000000001110', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '25746841', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3451, '67203861', 'SOLERA DE 15 EL CHIKAL', 5, '3.85000000000000008882', '0.02000000000000000042', '100.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '67203861', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3452, '66034366', 'BLOCK DE 2DA. 15 MACORA', 5, '1.00000000000000000000', '2.00000000000000000000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '66034366', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3453, '35262262', 'CELOSIA MACORA', 5, '7.59999999999999964473', '9.00000000000000000000', '25.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '35262262', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3454, '25319681', 'BLOCK DE 10 MACORA (TABIQUES)', 5, '3.29999999999999982236', '3.89999999999999991118', '50.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '25319681', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3455, '72655344', 'LAMINA ACANALADA CAL. 26 LEG. 8 PIES, METALCO', 5, '91.20000000000000284217', '112.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'lamina-acanalada-cal-26-leg-8-pies-metalco', NULL, '0.0000', NULL, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3456, '97595833', 'LAMINA ACANALADA CAL. 26 LEG. 10 PIES, METALCO', 5, '114.00000000000000000000', '140.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '97595833', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3457, '35224405', 'LAMINA ACANALADA CAL. 26 LEG. 12 PIES, METALCO', 5, '136.80000000000001136868', '168.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '35224405', NULL, '0.0000', NULL, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3458, '84684744', 'LAMINA ACANALADA CAL. 26 LEG. 14 PIES, METALCO', 5, '159.59999999999999431566', '196.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '84684744', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3459, '89754256', 'LAMINA ACANALADA CAL. 28 COM. 12 PIES, METALCO', 5, '115.20000000000000284217', '156.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '89754256', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3460, '46017984', 'LAMINA ACANALADA CAL. 28 COM. 6 PIES, METALCO', 5, '57.60000000000000142109', '78.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '46017984', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3461, '42372086', 'LAMINA ACANALADA CAL. 28  LEG. 10 PIES, METALCO', 5, '96.00000000000000000000', '130.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'lamina-acanalada-cal-28-leg-10-pies-metalco', NULL, '0.0000', NULL, 27, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3462, '53401100', 'LAMINA ACANALADA CAL. 28 COM. 14 PIES, METALCO', 5, '164.00000000000000000000', '182.00000000000000000000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'lamina-acanalada-cal-28-com-14-pies-metalco', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3463, '83859563', 'LAMINA ACANALADA CAL. 28 MILIMETRICO. 10 PIES, METALCO', 5, '84.00000000000000000000', '110.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '83859563', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3464, '95500611', 'TUBO DRENAJE 4  NARANJA', 5, '116.00000000000000000000', '130.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '95500611', NULL, '0.0000', NULL, 29, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3465, '35344362', 'TUBO DRENAJE 3  NARANJA', 5, '76.18999999999999772626', '85.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '35344362', NULL, '0.0000', NULL, 21, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3466, '50793332', 'TUBO DRENAJE 2 NARANJA', 5, '47.49000000000000198952', '60.00000000000000000000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '50793332', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3467, '55299568', 'TUBO DUCTO ELECTRICO 3/4 ', 5, '13.22000000000000063949', '15.00000000000000000000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '55299568', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3468, '87466233', 'TUBO DUCTO ELECTRICO 1/2', 5, '10.02999999999999936051', '12.00000000000000000000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '87466233', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3469, '31087045', 'TUBO DRENAJE 6  BLANCO', 5, '295.00000000000000000000', '395.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '31087045', NULL, '0.0000', NULL, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3470, '01102478', 'TUBO PVC 3  125 PSI ', 5, '175.03000000000000113687', '190.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tubo-pvc-3-125-psi', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3471, '57353314', 'TUBO PVC 2 100 PSI ', 5, '66.53000000000000113687', '85.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '57353314', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3472, '29753206', 'TUBO PVC 1 160 PSI', 5, '33.93999999999999772626', '50.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '29753206', NULL, '0.0000', NULL, 23, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3473, '18399968', 'TUBO PVC 1/2 ', 5, '20.01999999999999957367', '30.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '18399968', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3474, '52063146', 'TUBO PVC 3/4  250 PSI', 5, '26.62999999999999900524', '45.00000000000000000000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '52063146', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3475, '79192059', 'TUBO PVC 1 1/4  160 PSI  ', 5, '45.93999999999999772626', '65.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '79192059', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3476, '67484909', 'PUBO PVC 2 1/2  160 PSI', 5, '112.53000000000000113687', '135.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '67484909', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3477, '89333879', 'TUBO PVC 1 1/2  160 PSI', 5, '59.96000000000000085265', '80.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '89333879', NULL, '0.0000', NULL, 25, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3478, '97539951', 'TUBO PVC 2 1/2  160 PSI', 5, '112.53000000000000113687', '135.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '97539951', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3479, '7401090802476', 'HELADO PALETA CORAZON', 5, '4.50000000000000000000', '7.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'paleta-de-helado-de-yogurt-80-grs', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', 5, '5.62999999999999989342', '10.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cerveza-corona-lata-12-onz', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3482, '7406007091721', 'RUFITAS SEÑORIAL', 5, '1.25000000000000000000', '2.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'rufitas-senorial', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3483, '081537305226', 'SEÑORIAL PEQUEÑO', 5, '0.85833333333333328152', '1.50000000000000000000', '10.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '50.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'senorial-pequeno', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3484, '721282302926', 'PIKARONES FAMILIAR', 5, '9.08000000000000007105', '15.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'pikarones-familiar', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', 5, '6.25000000000000000000', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'sabritas-bolsaza-80-gr', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3486, '43343906', 'LAYS ORIGINAL PROMO', 5, '13.61999999999999921840', '18.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '<p xss=removed>1</p>', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '43343906', NULL, '0.0000', NULL, 25, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', 5, '4.87999999999999989342', '8.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'broca-de-paleta-12-aldosa', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', 5, '44.59000000000000341061', '60.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cinta-metrica-30-mts-aldosa', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', 5, '97.50000000000000000000', '125.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '99179280', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3490, '04206993', 'HONORARIOS CONTABLES', NULL, NULL, '0.00000000000000000000', '0.0000', 'no_image.png', 5, NULL, '', '', '', '', '', '', '0.0000', NULL, 0, '', NULL, 'code128', '', '', NULL, 'service', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, 'honorarios-contables', NULL, '0.0000', NULL, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3491, '75549702', 'FINANCIAMIENTOS BANCARIOS', NULL, NULL, '0.00000000000000000000', '0.0000', 'no_image.png', 5, NULL, '', '', '', '', '', '', '0.0000', NULL, 0, '', NULL, 'code128', '', '', NULL, 'service', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, '75549702', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3492, '83034932', 'ASESORIA EMPRESARIAL', NULL, NULL, '0.00000000000000000000', '0.0000', 'no_image.png', 5, NULL, '', '', '', '', '', '', '0.0000', NULL, 0, '', NULL, 'code128', '', '', NULL, 'service', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, '83034932', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3493, '48587764', 'CERTIFICACIONES CONTABLES', NULL, NULL, '0.00000000000000000000', '0.0000', 'no_image.png', 5, NULL, '', '', '', '', '', '', '0.0000', NULL, 0, '', NULL, 'code128', '', '', NULL, 'service', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, '48587764', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3494, '42412991', 'SERVICIOS VARIOS', NULL, NULL, '0.00000000000000000000', '0.0000', 'no_image.png', 5, NULL, '', '', '', '', '', '', '0.0000', NULL, 0, '', NULL, 'code128', '', '', NULL, 'service', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, '42412991', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3495, '41026932', 'INSRIPCION SAT Y REGISTO MERCANTIL', NULL, NULL, '0.00000000000000000000', '0.0000', 'no_image.png', 5, NULL, '', '', '', '', '', '', '0.0000', NULL, 0, '', NULL, 'code128', '', '', NULL, 'service', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, '41026932', NULL, '0.0000', NULL, 57, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3496, '7791293025803', 'DESORORANTE AXE 978 GR', 5, '21.39000000000000056843', '28.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'desororante-axe-978-gr', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', 5, '70.00000000000000000000', '95.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'juego-de-llaves-hexagonales-y-llavez-torx-18-piezas', NULL, '0.0000', NULL, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', 5, '27.00000000000000000000', '36.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'serrucho-20-total', NULL, '0.0000', NULL, 36, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', 5, '29.00000000000000000000', '40.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'serrucho-22-total', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', 5, '100.00000000000000000000', '135.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'triquet-hidraulico-2-ton-total', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', 5, '25.00000000000000000000', '35.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'juego-punta-de-impacto-ph2-destornillador-total-50mm', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', 5, '58.00000000000000000000', '78.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'barra-de-una-24-total', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', 5, '50.00000000000000000000', '67.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'remachadora-de-mano-105-total', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', 5, '37.39999999999999857891', '50.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cinta-metrica-8-mt-pro-total', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', 5, '27.00000000000000000000', '36.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cinta-metrica-5-mt-x-25mm-pro-total', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', 5, '51.50000000000000000000', '70.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'disco-sierra-circular-de-diamante-7-14-total', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', 5, '7.99000000000000021316', '11.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'adaptador-magnetico-38-total-unidad', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', 5, '8.50000000000000000000', '12.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'llave-mandril-12-total', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', 5, '35.50000000000000000000', '48.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'vize-grip-recto-10-total', NULL, '0.0000', NULL, 41, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', 5, '37.00000000000000000000', '50.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'vize-grip-curvo-10-total', NULL, '0.0000', NULL, 25, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', 5, '32.00000000000000000000', '43.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'alicate-vize-grip-curvo-7-total', NULL, '0.0000', NULL, 54, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', 5, '95.00000000000000000000', '127.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cortapernos-18-total', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', 5, '134.19999999999998863132', '180.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cortapernos-24-total', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', 5, '172.00000000000000000000', '230.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cortapernos-30-total', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', 5, '75.00000000000000000000', '100.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'juego-de-llaves-combinadas-8-pzas-6-19mm-total', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', 5, '23.50000000000000000000', '32.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tenaza-de-armador-de-9-total', NULL, '0.0000', NULL, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', 5, '15.00000000000000000000', '20.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'set-de-conectores-para-manguera-3-pzs-total', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', 5, '24.00000000000000000000', '32.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tenazin-industrial-de-8-total', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', 5, '25.50000000000000000000', '34.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tenaza-de-armador-de-10-total', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', 5, '40.00000000000000000000', '54.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'sierra-plegable-7-total', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', 5, '35.00000000000000000000', '47.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tijera-para-cortar-lamina-10-total', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', 5, '14.00000000000000000000', '19.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'chchara-para-albanil-8-total', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', 5, '179.00000000000000000000', '240.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'set-de-llaves-combinada-con-ratchet-8-19mm-total', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', 5, '40.50000000000000000000', '54.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'alicate-pico-de-loro-10-total', NULL, '0.0000', NULL, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', 5, '20.00000000000000000000', '27.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, '61808554', NULL, '0.0000', NULL, 38, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', 5, '45.00000000000000000000', '60.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'alicate-presion-psoldar-10-total', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', 5, '16.00000000000000000000', '22.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'disco-de-diamante-continuo-4-12-total', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', 5, '16.00000000000000000000', '22.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'disco-de-diamante-segmentado-4-12-total', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', 5, '32.00000000000000000000', '43.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'plancha-cesponja-aspera-mango-plastico-total', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', 5, '38.00000000000000000000', '51.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'portaelectrodo-500a-total', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', 5, '41.00000000000000000000', '55.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'portaelectrodo-800a-total', NULL, '0.0000', NULL, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', 5, '245.00000000000000000000', '327.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bomba-periferica-05-hp-total', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', 5, '62.22999999999999687361', '83.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'juego-de-llaves-cola-y-corona-5-pzas-tolsen', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', 5, '171.00000000000000000000', '228.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'juego-de-llaves-cola-y-corona-8-pzs-516-34-tolsen', NULL, '0.0000', NULL, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', 5, '66.98000000000000397904', '90.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'nivel-industrial-magnetico-24-35112-tolsen', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', 5, '13.53749999999999964473', '20.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cuchara-mango-de-madera-7-tolsen', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', 5, '14.72499999999999964473', '22.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cuchara-mango-de-madera-8-tolsen', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 5, '7.75000000000000000000', '10.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'guantes-de-nitrilo-tolsen', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', 5, '13.53659999999999996589', '18.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'lentes-de-seguridad-ajustables-tolsen', NULL, '0.0000', NULL, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', 5, '8.55000000000000071054', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'mensula-blanca-de-10-x12-tolsen', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', 5, '57.00000000000000000000', '76.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'pala-cuadrada-mango-largo-tolsen', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', 5, '45.60000000000000142109', '61.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'broca-de-cobalto-de-12-tolsen', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', 5, '4.98833000000000037488', '8.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'broca-de-paleta-de-12-tolsen', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', 5, '33.48660000000000280806', '45.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'disco-de-sierra-7-14-x-24t', NULL, '0.0000', NULL, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', 5, '38.71329999999999671445', '52.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'disco-de-sierra-7-14-x-40t', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3546, '748757000224', 'DIANA FAMILIAR', 5, '6.17199999999999970868', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'diana-familiar', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 5, '0.43895000000000000684', '1.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'galleta-pic-nic-vainilla', NULL, '0.0000', NULL, 57, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', 5, '7.66999999999999992895', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'abrazadera-tubo-tipo-amega-1-12-volteck', NULL, '0.0000', NULL, 26, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', 5, '17.71000000000000085265', '25.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'foco-ahorrador-28w-espiral-volteck', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', 5, '5.44000000000000039080', '8.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'abrazadera-de-tubo-tipo-una-34-volteck', NULL, '0.0000', NULL, 46, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3551, '02579618', 'CABO PARA PIOCHA', 5, '25.00000000000000000000', '35.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '02579618', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', 5, '30.00000000000000000000', '40.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'llave-para-lavamanos-astra', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3553, '88354411', 'DETERGENTE XEDEX 250 GR', 5, '2.82741935483870987511', '5.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '88354411', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', 5, '2.50000000000000000000', '4.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '16783852', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3555, '13409883', 'CARRETA C/LLANTA REFORZADA TRUPER', 5, '426.82999999999998408384', '450.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'carreta-cllanta-reforzada-truper', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', 5, '7.37000000000000010658', '11.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '25.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '14725174', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', 5, '80.00000000000000000000', '90.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'llave-para-ducha-vikingo-pomo-en-cruz', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 5, '58.74249999999999971578', '65.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'litro-aceite-chv-ursa-plus-15w40', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3559, '7501575504441', 'TRONKIS ', 5, '2.75000000000000000000', '5.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tronkis', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3560, '7441029501339', 'PASTELITO WINI MARINELA', 5, '1.50000000000000000000', '2.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '56.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '80790833', NULL, '0.0000', NULL, 29, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 5, '4.66659999999999985931', '8.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'agua-salvavidas-33-litros', NULL, '0.0000', NULL, 38, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', 5, '430.50000000000000000000', '540.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '17547914', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', 5, '28.00000000000000000000', '40.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'foco-led-t-emerrgencia-20-w-fg-lighting', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', 5, '21.60000000000000142109', '32.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'foco-led-t-emerrgencia-15-w-fg-lighting', NULL, '0.0000', NULL, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', 5, '9.50000000000000000000', '15.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'pro-foco-led-espiral-18-w-fg-lighting', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', 5, '7.50000000000000000000', '12.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'lampara-matamosquito-2w-con-orejitas-clm001', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', 5, '5.50000000000000000000', '10.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'lampara-matamosquito-2w-clm002', NULL, '0.0000', NULL, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', 5, '32.00000000000000000000', '45.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '09765753', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', 5, '16.00000000000000000000', '22.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '88643839', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', 5, '42.07000000000000028422', '55.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'regadera-antisarro-cromada-aldosa', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', 5, '42.07000000000000028422', '55.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'regadera-tipo-amer-cbrazo-y-chapeta-cromada-aldosa', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', 5, '145.00000000000000000000', '195.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'chapa-yale-italiana-derecha-61000601', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', 5, '145.00000000000000000000', '195.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'chapa-yale-italiana-izquierda-61000602', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', 5, '38.00000000000000000000', '50.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '43373526', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', 5, '2.35999999999999987566', '3.50000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'incaparina-en-cajita-200-ml', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3576, '7506192509152', 'SAVILOE 500 ML', 5, '4.61538000000000003809', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'saviloe-500-ml', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', 5, '26.33999999999999985789', '35.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'aloe-vera-del-monte-1500-ml', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3578, '099176133421', 'FABULOSO LAVANDA MORADO ', 5, '1.79166666666666696273', '2.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'fabuloso-lavanda-morado', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', 5, '18.34166666666666856145', '25.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'baygon-casa-y-jardin-400-ml', NULL, '0.0000', NULL, 64, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3580, '7411204806085', 'JUGO ARTESANO 550 ML', 5, '4.16999999999999992895', '6.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'jugo-artesano-550-ml', NULL, '0.0000', NULL, 50, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', 5, '26.00000000000000000000', '35.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cincel-profesional-tolsen-12-tolsen-25089', NULL, '0.0000', NULL, 32, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', 5, '10.75000000000000000000', '15.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cepillo-mgo-madera-5-filas-tolsen-32063', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 5, '2.50000000000000000000', '3.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'rollo-de-teflon-de-12-tolsen-33013', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', 5, '29.00000000000000000000', '39.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'metro-industrial-5-mts-tolsen-36004', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', 5, '39.75000000000000000000', '53.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'metro-industrial-8-mts-tolsen-36005', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', 5, '12.25000000000000000000', '17.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'maneral-para-rodillo-de-9-tolsen-40059', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', 5, '30.50000000000000000000', '41.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'set-de-bandeja-con-rodillo-tolsen-40097', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', 5, '34.25000000000000000000', '50.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '12.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'plomada-cyeso-polvo-azul-115g-tolsen-42013', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', 5, '9.00000000000000000000', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tape-transparente-188-x-50-mts-tolsen-50202', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', 5, '6.00000000000000000000', '9.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'masking-tape-blanco-1-pulg-x-30-mt-tolsen-50245', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', 5, '6.25000000000000000000', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'broca-para-concreto-38-tolsen-75465', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3592, '7401090806269', 'HELADO CREMOLINO', 5, '2.25000000000000000000', '3.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '16.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'helado-cremolino', NULL, '0.0000', NULL, 15, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 5, '6.66666600000000020287', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '97076721', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', 5, '0.72499999999999997780', '1.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'galleta-crakenas-salada', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', 5, '3.60000000000000008882', '7.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'broca-de-18-truper-metalmaderaplastico-11118', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', 5, '20.23999999999999843681', '29.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '20.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'broca-de-516-8mm-truper-metalmaderaplastico-11142', NULL, '0.0000', NULL, 14, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', 5, '9.33999999999999985789', '14.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'disco-abrasivo-de-9-pretul-corte-extra-fino-de-metal-22', NULL, '0.0000', NULL, 53, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', 5, '3.04000000000000003553', '6.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'disco-abrasivo-de-4-12-pretul-corte-extra-fino-metal-22', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3599, '8693029703483', 'GUSTO OSO ', 5, '2.29165999999999980830', '3.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'gusto-oso', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3600, '8693029606708', 'GUSTO DONUT', 5, '2.29165999999999980830', '3.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'gusto-donut', NULL, '0.0000', NULL, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3601, '6923634953150', 'CHICLE LATA 12GRS.', 5, '1.58333300000000010144', '2.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'chicle-lata-12grs', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3602, '6954302925131', 'CHICLE  X-DENT', 5, '1.16666000000000003034', '1.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'chicle-x-dent', NULL, '0.0000', NULL, 49, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', 5, '2.25000000000000000000', '3.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'quesadilla-grande-528-grs', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', 5, '1.50000000000000000000', '2.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'quesadilla-pequena-288gr', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3605, '7413402812486', 'PAN BLANCO SANDWICH', 5, '12.00000000000000000000', '16.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'pan-blanco-sandwich', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 5, '0.94999999999999995559', '1.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'margaritas-sinai-32-grs', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3607, '6923634959510', 'BOMBON DIAMOND LIGHT', 5, '1.66666000000000003034', '2.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bombon-diamond-light', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3608, '75024697', 'NUCITA TRISABOR 8GR', 5, '0.50000000000000000000', '1.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '24.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'nucita-trisabor-8gr', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3609, '8699873000471', 'CHOCOLATE FLASH', 5, '0.38708999999999998964', '1.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'chocolate-flash', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3610, '7441029555943', 'GALLETA SPONCH MARINELA', 5, '2.50000000000000000000', '3.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'galleta-sponch-marinela', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3611, '7441163701626', 'GELATINAS FRUTY JELLY', 5, '0.81818100000000004712', '1.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'gelatinas-fruty-jelly', NULL, '0.0000', NULL, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3612, '6954302981298', 'FRUTY SPRAY PENCIL', 5, '1.04160000000000008136', '1.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'fruty-spray-pencil', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', 5, '2.50000000000000000000', '3.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'panuelo-pan-sinai-42-grs', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 5, '2.88459999999999983089', '4.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'panadol-multisintomas', NULL, '0.0000', NULL, 23, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3615, '764600242207', 'UNI-PULMIN', 5, '2.41665999999999980830', '3.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'uni-pulmin', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3616, '769041002991', 'YODOCLORINA CAPSULAS', 5, '0.75000000000000000000', '1.50000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '50.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'yodoclorina-capsulas', NULL, '0.0000', NULL, 18, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3617, '769041010170', 'YODOCLORINA TABLETAS', 5, '0.69999999999999995559', '1.50000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '34.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'yodoclorina-tabletas', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', 5, '3.39999999999999991118', '7.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'ibuprofeno-mk-liqui-gels', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3619, '011418205116', 'DORIVAL ', 5, '1.91666000000000003034', '3.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'dorival', NULL, '0.0000', NULL, 90, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3620, '011415218604', 'TABCIN GRIPE Y TOS', 5, '1.41660000000000008136', '2.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tabcin-gripe-y-tos', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 5, '0.58330000000000004068', '3.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '31.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'neurobion-b1-b6-b12', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3622, '7415100205379', 'VIRO-GRIP DIA', 5, '4.66666666666666696273', '6.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '43.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'viro-grip-dia', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3623, '74105403', 'VIRO-GRIP NOCHE', 5, '4.66666666666666696273', '6.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '44.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'viro-grip-noche', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3624, '7451079003431', 'PANADOL ULTRA', 5, '1.82689999999999996838', '2.50000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '21.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'panadol-ultra', NULL, '0.0000', NULL, 59, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3625, '75657780', 'IBUPROFENO FORTE 800 MG', 5, '0.94999999999999995559', '3.50000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '75657780', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3626, '59496687', 'IBUWIN 600 MG', 5, '1.14999999999999991118', '2.50000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '59496687', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 5, '0.59999999999999997780', '2.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '28.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'diclofenaco-azul-gel-50-mg', NULL, '0.0000', NULL, 52, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', 5, '1.03770000000000006679', '2.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '45.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'suero-oral-sobre-alcalmo-vitaminado', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 5, '0.20000000000000001110', '1.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '68.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'acetaminofen-500-mg-paracetamol', NULL, '0.0000', NULL, 79, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3630, '7501019030178', 'SABA BUENAS NOCHES', 5, '1.12500000000000000000', '2.50000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'saba-buenas-noches', NULL, '0.0000', NULL, 20, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3631, '4719867213084', 'SUPER GLUE', 5, '0.80415999999999998593', '2.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, 'super-glue', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3632, '00067547', 'GLOBOS PAYASO UNIDAD', 5, '0.17660000000000000697', '0.50000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '34.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '00067547', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3633, '750894620845', 'ACEITE MAZOLA 700 ML', 5, '16.01000000000000156319', '21.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'aceite-mazola-700-ml', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3634, '750894620821', 'ACEITE MAZOLA 400 ML', 5, '10.15000000000000035527', '14.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'aceite-mazola-400-ml', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 5, '0.90015999999999996017', '2.00000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '18.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'jugos-ya-sabores-sobre', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', 5, '3.62999999999999989342', '4.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'arroz-blanco-estrella-350-gr', NULL, '0.0000', NULL, 43, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', 5, '6.00000000000000000000', '7.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'arroz-prec-gallo-dorado-400-gr', NULL, '0.0000', NULL, 38, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', 5, '9.28999999999999914735', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'harina-oro-maya-176-lb-maseca', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3639, '80307360', 'CAJA RECTANGULAR ARGOS ', 5, '3.50000000000000000000', '5.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '80307360', NULL, '0.0000', NULL, 23, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', 5, '5.95000000000000017764', '8.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'frijol-del-monte-105-onz', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3641, '721282407690', 'TORTRIX MEDIANO', 5, '1.75000000000000000000', '2.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tortrix-mediano', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', 5, '19.91000000000000014211', '28.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'nivel-de-aluminio-de-14-pretul22456', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3643, '7406189005202', 'RAPTOR 1.5 LITROS', 5, '11.47000000000000063949', '15.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'raptor-15-litros', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 5, '0.81250000000000000000', '1.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '31.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'rasurdora-dorco-unidad', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', 5, '19.10999999999999943157', '25.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'quetzalteca-12-litro', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3646, '31478428', 'CIGARROS POR UNIDAD', 5, '1.12332999999999993967', '1.50000000000000000000', '20.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '31478428', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', 5, '19.39999999999999857891', '25.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '21321810', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', 5, '24.00000000000000000000', '30.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '98215882', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', 5, '24.00000000000000000000', '30.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cajetilla-de-cigarro-marlboro-blue-ice', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3650, '7401006400222', 'COCACOLA 355 ML PET.', 5, '3.48333400000000015240', '5.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cocacola-355-ml-pet', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3651, '88522238', 'NYLON X YARDA', 5, '10.80000000000000071054', '12.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '88522238', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3652, '84304927', 'MEDIA PILA  IZQUIERDA ROTOTEC', 5, '885.61000000000001364242', '985.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '84304927', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3653, '71066425', 'LADRIO TAYUYO', 5, '2.08999999999999985789', '4.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '71066425', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3654, '93244673', 'TUBO PVC DE 4¨ 160 PSI', 5, '200.00000000000000000000', '315.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '93244673', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3655, '01847314', 'TUBO PVC DE 3¨ 160 PSI', 5, '202.50000000000000000000', '225.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '01847314', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3656, '28115474', 'TUBO PVC 3¨ 80 PSI', 5, '130.50000000000000000000', '145.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '28115474', NULL, '0.0000', NULL, 25, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3657, '98473903', 'LAMINA ACANALADA DE POLICARBONATO 12 PIES', 5, '146.00000000000000000000', '160.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '98473903', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3658, '85537407', 'LAMINA ACANALADA 8 PIES CAL 28', 5, '76.79999999999999715783', '104.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '85537407', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3659, '71061288', 'CANAL CUADRADO TOPE Y BAJADA', 5, '60.00000000000000000000', '75.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '71061288', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3660, '37776220', 'CANAL CUADRADO SIMPLE', 5, '55.00000000000000000000', '60.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '37776220', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3661, '18022197', 'CANAL CUADRADO CON TOPE', 5, '60.00000000000000000000', '75.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '18022197', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3662, '42524769', 'CANAL REDONDO', 5, '18.00000000000000000000', '20.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '42524769', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3663, '85590577', 'VARILLA HIERRO 3/8 MILIMETRICO', 5, '20.07000000000000028422', '22.30000000000000071054', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '85590577', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3664, '91913455', 'VARILLA DE HIERRO 3/8 GRADO 40 A.G', 5, '33.95000000000000284217', '37.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '91913455', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3665, '06229135', 'TUBO GALVANIZADO 1¨ LISO P CERCA', 5, '80.68999999999999772626', '95.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '06229135', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3666, '57825745', 'TUBO GALVANIZADO 1/2¨ LISO P CERCA', 5, '58.50000000000000000000', '65.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '57825745', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3667, '41204415', 'TUBO GALVANIZADO 3/4 C/ ROSCA', 5, '157.50000000000000000000', '175.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '41204415', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3668, '79611656', 'TUBO GALVANIZADO 1¨ C/ROSCA', 5, '216.00000000000000000000', '240.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '79611656', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3669, '93744243', 'TUBO GALVANIZADO 1/2¨ C/ROSCA', 5, '107.01999999999999602096', '120.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '93744243', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3670, '03234328', 'TUBO GALVANIZADO 1 1/4¨ C/ROSCA', 5, '265.50000000000000000000', '295.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '03234328', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3671, '99221530', 'TUBO CUADRADO GALVANIZADO 2*2 CHAPA 14', 5, '200.65000000000000568434', '225.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '99221530', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3672, '39308369', 'TUBO CUADRADO NEGRO 1*1¨ CHAPA 18', 5, '74.04999999999999715783', '85.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '39308369', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3673, '07354029', 'TUBO GALVANIZADO LISO 11/ 4¨ P/CERCA ', 5, '104.40999999999999658939', '135.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '07354029', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3674, '29234977', 'TUBO GALVANIZADO 1 1/2¨ LISO P/CERCA', 5, '125.06000000000000227374', '135.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '29234977', NULL, '0.0000', NULL, 27, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3675, '47850670', 'LAMINA NEGRA LISA FRIA 4*8 PIES * 3/64', 5, '342.00000000000000000000', '380.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '47850670', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3676, '21755265', 'LAMINA NEGRA LISA 4*8 PIES * 1/16', 5, '420.00000000000000000000', '450.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '21755265', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3677, '50444991', 'LAMINA NEGRA LISA 3*7 PIES 1/16', 5, '292.00000000000000000000', '325.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '50444991', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3678, '49966307', 'LAMINA NEGRA LISA 3*6 PIES * 1/16 ', 5, '228.00000000000000000000', '290.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '49966307', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3679, '02020596', 'CEMENTO NACIONAL', 5, '60.00000000000000000000', '66.00000000000000000000', '10.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '02020596', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3680, '66024760', 'METRO DE POLIDUCTO 3/4', 5, '1.80000000000000004441', '2.50000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '66024760', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3681, '05644001', 'ROLLO DE MALLA  1*1¨*1MT DE ALTURA', 5, '1237.50000000000000000000', '1375.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '05644001', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3682, '61251339', 'METRO DE MALLA 2*2¨*1MT DE ALTURA', 6, '43.00000000000000000000', '47.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '61251339', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3683, '06741541', ' METRO DE MALLA DE 2 3/4*2 3/4¨*1MT DE ALTURA', 6, '27.00000000000000000000', '30.00000000000000000000', '3.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '06741541', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3684, '98491942', 'ROLLO MALLA 2 3/4*2 3/4¨*1 MT ALTURA', 5, '390.00000000000000000000', '500.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '98491942', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3685, '70063057', 'METRO DE POLIDUCTO DE 1/2', 6, '1.80000000000000004441', '2.50000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '70063057', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3686, '44356211', 'ROLLO DE POLIDUCTO 3/4 REFORZADO', 5, '65.00000000000000000000', '90.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '44356211', NULL, '0.0000', NULL, 23, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3687, '81216142', 'METRO DE MALLA PARA CERNIR ARENA', 6, '7.00000000000000000000', '10.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '81216142', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3688, '76155937', 'ROLLO MALLA TELA DE ARNERO/PARA CERNIR', 5, '500.00000000000000000000', '700.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '76155937', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3689, '09526476', 'CAPOTE DE CONCRETO', 5, '13.00000000000000000000', '20.00000000000000000000', '3.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '09526476', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3690, '23936320', 'LIBRA DE ALAMBRE GALVANIZADO GRUESO', 5, '8.00000000000000000000', '15.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'libra-de-alambre-galvanizado-grueso', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3691, '14269625', 'LIBRA DE ALAMBRE GALVANIZADO DELGADO', 5, '7.00000000000000000000', '12.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '14269625', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3692, '69712786', 'ROLLO DE ALAMBRE ESPIGADO PARA CERCO AG', 5, '325.00000000000000000000', '350.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '69712786', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3693, '50189647', 'BOQUILEX PLUS ', 5, '17.00000000000000000000', '20.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '50189647', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3694, '55470593', 'CREST PORCELANATO', 5, '45.00000000000000000000', '50.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '55470593', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3695, '60886125', 'GALON DE TINER', 4, '45.10000000000000142109', '60.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, '60886125', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3696, '35374128', 'TUBO CONDWIT/ TUBO PARA LUZ', 5, '6.00000000000000000000', '10.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '35374128', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3697, '24525640', 'TUBO PVC DE 2 1/2 ', 5, '121.50000000000000000000', '135.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '24525640', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3698, '92214542', 'CARRETA PRETUL', 5, '245.00000000000000000000', '265.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '92214542', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3699, '34890683', 'PILA PLASTICA 2 LAVADEROS ROTOTEC', 5, '1070.88000000000010913936', '1275.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '34890683', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3700, '76163022', 'YARDA DE MALLA PARA GAINERO * 2MT', 5, '10.00000000000000000000', '12.00000000000000000000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'yarda-de-malla-para-gainero-2mt', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3701, '23869801', 'ANGULAR 1 1/2 * 1/8 LEG', 5, '127.93999999999999772626', '140.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '23869801', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3702, '87234603', 'LLANTIA 1 1/4 *1/16', 5, '67.29999999999999715783', '75.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '87234603', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3703, '36939890', 'VARILLA DE HIERRO 1¨', 5, '180.00000000000000000000', '200.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '36939890', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3704, '38888754', 'ANGULAR DE 2¨* 1/16', 5, '220.00000000000000000000', '250.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '38888754', NULL, '0.0000', NULL, 40, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3705, '98870821', 'TUBO NEGRO CUADRADO 3/4 * 3/4 CHAPA 16', 5, '48.00000000000000000000', '52.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '98870821', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3706, '12132454', 'TUBO GALVANIZADO 2 1/2 LISO PARA CERCA', 5, '212.00000000000000000000', '235.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '12132454', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3707, '64758618', 'TUBO GALVANIZADO CUADRADO 1/2*1/2 ', 5, '88.50000000000000000000', '97.50000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '64758618', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3708, '12839535', 'TUBO GALVANIZADO CUADRADO 2*2¨ CHAPA 18', 5, '161.03000000000000113687', '175.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '12839535', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3709, '90851558', 'COSTANERA GALVANIZADA 4*2¨CHAPA 18', 5, '225.00000000000000000000', '230.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '90851558', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3710, '16312465', 'TUBO NEGRO 1*1¨ CHAPA 20', 5, '55.78999999999999914735', '61.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '16312465', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3711, '27103356', 'TUBO NEGRO 2*1 CHAPA 18', 5, '111.00000000000000000000', '123.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '27103356', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3712, '44705250', 'TUBO NEGRO  RECTANGULAR 2*1¨ CHAPA 20', 5, '75.68999999999999772626', '85.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '44705250', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3713, '59413141', 'ANGULAR 1 1/4 * 1/16 ', 5, '154.00000000000000000000', '169.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '59413141', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3714, '10777126', 'TUBO GALVANIZADO 2¨ C/ROSCA', 5, '414.00000000000000000000', '450.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '10777126', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3715, '55988041', 'ANGULAR 1 1/2¨ COMERCIAL', 5, '105.00000000000000000000', '116.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '55988041', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3716, '07583000', 'TUBO NEGRO 4*2¨ CHAPA 14', 5, '310.00000000000000000000', '341.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '07583000', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3717, '59182149', 'TUBO GALVANIZADO 3*2¨ CHAPA 14', 5, '212.00000000000000000000', '250.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tubo-galvanizado-32-chapa-18', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3718, '92743739', 'TUBO GALVANIZADO 2¨ LISO P/CERCA', 5, '150.00000000000000000000', '165.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '92743739', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3719, '03562460', 'TUBO GALVANIZADO 4*2¨ CHAPA 14', 5, '315.00000000000000000000', '340.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '03562460', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3720, '02233110', 'TUBO GALVANIZADO 3*3¨ CHAPA 18', 5, '397.00000000000000000000', '315.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '02233110', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3721, '64723744', 'TUBO GALVANIZADO 1 1/2¨ C/ROSCA', 5, '328.00000000000000000000', '365.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '64723744', NULL, '0.0000', NULL, 62, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3722, '52382936', 'ADORNOS DE HIERRO FORJASO', 5, '6.00000000000000000000', '8.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '52382936', NULL, '0.0000', NULL, 24, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3723, '62839965', 'PINTURA  EN POLVO P/PISO 1 LB COLORES COLOR/DUST', 5, '22.00000000000000000000', '25.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '62839965', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3724, '98409806', 'PINTURA CORONA GALON ACEITE CORONA DURA ', 4, '86.93999999999999772626', '100.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, '98409806', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3725, '24485829', 'PINTURA CORONA GALON ACEITE CLASICA FAST DRY', 4, '121.12999999999999545253', '135.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, '24485829', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3726, '85613470', 'PINTURA SPRAY COLORES FAST DRY CORONA', 5, '12.63000000000000078160', '20.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '85613470', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3727, '48665044', 'PINTURA SPRAY CROMO BRILLANTE CORONA', 5, '17.96999999999999886313', '25.00000000000000000000', '3.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '48665044', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3728, '91368616', 'PINTURA 1/48 DE GALON 1/2 OCTAVO DORADO', 5, '8.00000000000000000000', '10.00000000000000000000', '3.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '91368616', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3729, '60158308', 'PINTURA COLORMIX GALON AGUA COLORES', 4, '35.00000000000000000000', '40.00000000000000000000', '3.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, '60158308', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3730, '06193077', 'LIBRA DE PORCELANA', 5, '3.00000000000000000000', '5.00000000000000000000', '3.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '06193077', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3731, '67768760', 'PINTURA CORONA CUBETA DURA AGUA', 5, '335.00000000000000000000', '376.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '67768760', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3732, '22446881', 'PINTURA CORONA CUBETA CLASICA AGUA', 5, '335.00000000000000000000', '376.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '22446881', NULL, '0.0000', NULL, 32, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3733, '48610094', 'PINTURA COLORMIX CUBETA AGUA', 5, '145.00000000000000000000', '160.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '48610094', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3734, '11726258', 'PINTURA CORONA 1/4 ACEITE DURA', 5, '54.00000000000000000000', '60.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '11726258', NULL, '0.0000', NULL, 34, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3735, '49873993', 'PINTURA CORONA GALON AGUA', 5, '72.00000000000000000000', '80.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '49873993', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3736, '79995088', 'PINTURA CORONA CUBETA ACEITE ', 5, '360.00000000000000000000', '400.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '79995088', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3737, '86969222', 'TONEL AZUL 55 GAL', 5, '225.00000000000000000000', '250.00000000000000000000', '3.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '86969222', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3738, '41844214', 'TONEL BLANCO 30 GLS', 5, '120.00000000000000000000', '150.00000000000000000000', '3.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '41844214', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3739, '72930145', 'CUBETA 5GLS', 5, '16.00000000000000000000', '25.00000000000000000000', '3.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '72930145', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3740, '22794656', 'TOTE DE 1000LTS', 5, '650.00000000000000000000', '800.00000000000000000000', '3.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '22794656', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3741, '27341630', 'PINTURA EN SPRAY CORONA (MAT)', 5, '12.32000000000000028422', '20.00000000000000000000', '2.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '27341630', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3742, '045731131470', 'GRAPADORA STANLEY TR45', 1, '84.00000000000000000000', '105.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'grapadora-stanley-tr45', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 5, '2.58000000000000007105', '3.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'naanjada-con-soda-petit-650-ml', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3744, '7401005988745', 'ZQUIZ JUMBO', 5, '9.33000000000000007105', '13.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'zquiz-jumbo', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', 5, '4.00000000000000000000', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '12.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cerveza-dorada-premiun-lager', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 5, '7.50000000000000000000', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bebiba-colors-35-alcohol', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', 5, '7.75000000000000000000', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '63073897', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', 5, '7.75000000000000000000', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '96669753', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', 5, '7.75000000000000000000', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '37201408', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3751, '22418243', 'CODO PVC LISO 2\\\" 45 GR', 5, '13.75000000000000000000', '19.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '22418243', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3752, '70029044', 'COPLA PVC 1 1/4 ', 5, '2.29000000000000003553', '4.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '38.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '70029044', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3753, '45185105', 'TEE PVC 1/2 C/R', 5, '1.20999999999999996447', '3.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '35.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '45185105', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3754, '51924958', 'TUBO NEGRO CUADRADO 3/4*3/4 CHAPA 20', 5, '40.00000000000000000000', '45.00000000000000000000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '51924958', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3756, '72839641', 'METRO DE ARENA', 6, '87.50000000000000000000', '115.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '72839641', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3757, '29125974', 'METRO DE PIEDRIN 3/4', 6, '115.00000000000000000000', '180.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '29125974', NULL, '0.0000', NULL, 62, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3758, '69689960', 'METRO DE PIEDRIN 1/2', 6, '125.00000000000000000000', '225.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '69689960', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3759, '07230149', 'METRO DE PIEDRIN 3/8', 6, '125.00000000000000000000', '225.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '07230149', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3760, '63339241', 'METRO DE PIEDRA', 6, '75.00000000000000000000', '115.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '63339241', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3761, '70029713', 'METRO DE SELECTO', 6, '45.00000000000000000000', '115.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '70029713', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3762, '90996095', 'BOLSA DE AGUA PURA', 5, '0.16000000000000000333', '1.00000000000000000000', '10.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '90996095', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', 5, '7.00000000000000000000', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '82852020', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3764, '54862089', 'TUBO PVC 2¨ 80 PSI SDR51', 5, '75.00000000000000000000', '75.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '54862089', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3765, '71649902', 'METRO DE ARENA AZUL (TRITURADA)', 6, '60.00000000000000000000', '115.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '71649902', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3766, '89298176', '1/2 METRO DE ARENA', 6, '40.00000000000000000000', '60.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '89298176', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3767, '88214145', '1/2 METRO DE PIEDRIN 3/4', 6, '60.00000000000000000000', '90.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '88214145', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3768, '04134629', '1/2 METRO DE PIEDRIN 1/2 ', 6, '65.00000000000000000000', '115.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '04134629', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3769, '29183922', '1/2 METRO DE PIEDRIN 3/8', 6, '65.00000000000000000000', '115.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '29183922', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3770, '14184826', '1/2 METRO DE PIEDRA', 5, '37.00000000000000000000', '60.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '14184826', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3771, '52237246', '1/2 METRO DE SELECTO', 6, '23.00000000000000000000', '60.00000000000000000000', '1.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '52237246', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3772, '756956004202', 'GALLETA BEST 20 GR', 5, '0.84583333333333332593', '1.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '136.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'galleta-best-20-gr', NULL, '0.0000', NULL, 16, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3773, '7502273850366', 'ENCENDEDOR CLIPPER', 5, '2.77000000000000001776', '4.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, 'encendedor-clipper', NULL, '0.0000', NULL, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', 5, '9.00000000000000000000', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'brocha-de-3-glanz-amarilla', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', 5, '7.12999999999999989342', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '60018079', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', 5, '16.48000000000000042633', '22.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'masking-tape-2-3m', NULL, '0.0000', NULL, 43, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', 5, '0.23999999999999999112', '0.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '43.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '27006828', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3778, '7702993031865', 'DULCE BARRILETE', 5, '0.29999999999999998890', '1.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'dulce-barrilete', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', 5, '13.34999999999999964473', '20.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'frijol-ducal-29-onz', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3780, '750894612697', 'YUMMIES PEQUEÑO', 5, '0.79166666666666674068', '1.50000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'yummies-pequeno', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3781, '750894601246', 'TAQUERITOS 36 GR', 5, '1.66666666666666696273', '2.50000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'taqueritos-36-gr', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3782, '7401007608788', 'BORRADOR TUCAN ', 5, '0.50000000000000000000', '1.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '15.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'borrador-tucan', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3783, '69668397', 'REMACHE POR UNIDAD', 5, '0.25000000000000000000', '0.50000000000000000000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '69668397', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3784, '756956004752', 'BOTONETAS', 5, '0.41666666666666668517', '1.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '54.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'botonetas', NULL, '0.0000', NULL, 39, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', 5, '15.00000000000000000000', '20.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'broca-para-madera-tipo-paleta-78-toolcraft', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 5, '2.12999999999999989342', '3.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'jugo-petit-en-cajita-200-ml', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', 5, '0.18421052631578949121', '0.50000000000000000000', '10.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '121.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '42570375', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', 5, '2.50000000000000000000', '4.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '18.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '98082607', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3789, '35648398', 'LIJA PARA MADERA TRUPER 120', 5, '3.00000000000000000000', '4.50000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '35648398', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3790, '60682244', 'COPLA PVC DE 3\\\"', 5, '28.00000000000000000000', '35.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '13.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '60682244', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3791, '31559404', 'COPLA PVC DE 4\\\"', 5, '38.00000000000000000000', '45.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '31559404', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', 5, '20.00000000000000000000', '25.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'reducidor-de-pvc-2-12-1-12', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', 4, '217.50000000000000000000', '290.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'masilla-galon-nitro-gris-claro-10030-0001-01', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', 5, '34.00000000000000000000', '60.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'masilla-14-galon-nova-sintetico-verde-10030-0006-04', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', 5, '34.17000000000000170530', '45.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'martillo-tubular-pretul-de-16-onz', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', 5, '5.00000000000000000000', '7.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '85495929', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', 5, '128.00000000000000000000', '160.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '37007589', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', 5, '88.00000000000000000000', '110.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '78418346', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', 5, '1.50000000000000000000', '2.50000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '05494687', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', 5, '9.00000000000000000000', '12.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '81332743', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', 5, '0.00000000000000000000', '1.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '88251530', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', 5, '58.00000000000000000000', '75.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '84215013', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', 1, '95.00000000000000000000', '135.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '93360019', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', 5, '20.00000000000000000000', '25.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'placa-bticino-switch-y-tomacorriente', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3805, '92935690', 'CLAVO 5 LB', 5, '6.50000000000000000000', '8.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '28.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '92935690', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3806, '740100421081', 'SALSA RANCHERA REGIA', 5, '2.50000000000000000000', '3.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'salsa-ranchera-regia', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3807, '747752843683', 'VIZE GRIP STANLEY DE 7', 1, '45.00000000000000000000', '55.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'vize-grip-stanley-de-7', NULL, '0.0000', NULL, 40, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', 1, '42.00000000000000000000', '50.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '87451963', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', 1, '30.00000000000000000000', '40.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '82838891', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', 1, '4.00000000000000000000', '7.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '7501206677698', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3811, '89177021', 'TENAZA TOLSEN', 1, '30.00000000000000000000', '40.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '89177021', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', 5, '325.00000000000000000000', '425.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bomba-periferica-12-hp-gladiador', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', 5, '40.00000000000000000000', '55.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '26103784', NULL, '0.0000', NULL, 25, 0, '7702048694441', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', 1, '10.00000000000000000000', '15.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '25794174', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', 1, '20.00000000000000000000', '28.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'bombilla-led-luxlite-15w', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', 1, '209.75000000000000000000', '280.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'control-automaticobomba-16-hp-total-145-psimax', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', 5, '32.00000000000000000000', '40.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cinta-scotch-blue-18mm', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3818, '012800198443', 'BATERIA RAYOVAC AAA', 5, '3.54289999999999993818', '6.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bateria-rayovac-aaa', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3819, '012800180936', 'BATERIA RAYOVAC AA', 5, '3.54289999999999993818', '6.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bateria-rayovac-aa', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', 5, '2.50000000000000000000', '4.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '34.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '31012708', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3821, '40117800525', 'SERVILLETA BLUE SKY', 5, '3.62500000000000000000', '5.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'servilleta-blue-sky', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', 5, '4.16666666666666696273', '6.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '16.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bateria-panasonic-grade-x-unidad', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', 5, '6.40000000000000035527', '8.50000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bote-de-chile-jalapeno-clemente-jacques', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', 5, '0.84583333333333332593', '1.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'chashitas-de-limon-y-sal', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3825, '7401145500357', 'ENCENDEDOR FRAGATA', 5, '1.32000000000000006217', '2.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'encendedor-fragata', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3826, '75089464235', 'JABON AVENA VENZA', 5, '4.62500000000000000000', '6.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'jabon-avena-venza', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 5, '2.52000000000000001776', '4.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bonie-vainilla-leche-y-vainilla', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', 5, '8.98000000000000042633', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'broca-pconcreto-516-x-4-truper', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', 1, '2.95000000000000017764', '4.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'teflon-truper-1-cinta-sella-roscas', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', 1, '223.50999999999999090505', '295.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'esmeriladora-angular-prof-truper-4-12-800-w', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 1, '1.20999999999999996447', '3.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'teflon-pretul-de-12-cinta-sella-roscas', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', 1, '1.82000000000000006217', '4.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'teflon-pretul-de-34-cinta-sella-roscas', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', 5, '20.39000000000000056843', '28.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'valvula-de-esfera-de-pvc-de-1-foset', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3834, '66774996', 'CODO DR 2\\\"  45 GR', 5, '2.02000000000000001776', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '32.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '66774996', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', 5, '0.17499999999999998890', '0.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '116.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '11416739', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', 5, '0.29999999999999998890', '1.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '05144830', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3837, '71633725', 'CAJA DE MARCADOR FAST', 5, '6.00000000000000000000', '10.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '71633725', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', 5, '0.75000000000000000000', '1.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '17.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'lapicero-paper-mate-x-unidad', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3839, '95851103', 'MOUNTING TAPE', 5, '6.00000000000000000000', '9.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '95851103', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3840, '7502247330931', 'ROLLO PAPEL PREMIER', 5, '2.54166666666666696273', '3.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'rollo-papel-premier', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3841, '7506240645528', 'FOCO LED 9W VOLTECK', 5, '8.12500000000000000000', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'foco-led-9w-volteck', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', 5, '25.00000000000000000000', '30.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tratamiento-de-gasolina-uno', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3843, '803275305012', 'AVENA QUAKER 360 GR.', 5, '9.71000000000000085265', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'avena-quaker-360-gr', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', 5, '153.00999999999999090505', '205.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'caiman-tolsen-de-30', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', 5, '164.50000000000000000000', '220.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'caiman-tolsen-de-36', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', 5, '21.00000000000000000000', '28.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'lima-redonda-para-metal-de-8-tolsen', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 5, '2.39800000000000013145', '4.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'detergente-xedex-115-gr', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3848, '43068893', 'FOTOCELDA', 1, '61.64999999999999857891', '80.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '43068893', NULL, '0.0000', NULL, 17, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', 1, '235.00000000000000000000', '265.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tablero-mono-fasico-electrix-4-circuitos-125-amp', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3850, '29294449', 'CABLE DUPLEX', 6, '5.90000000000000035527', '8.50000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '39.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 6, 6, 0, '29294449', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', 1, '97.00000000000000000000', '135.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'cerradura-para-porton-corredizo-vikingo', NULL, '0.0000', NULL, 11, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3852, '038629002716', 'GALLETAS MARIANITAS', 5, '4.79999999999999982236', '6.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '18.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'galletas-marianitas', NULL, '0.0000', NULL, 60, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', 5, '0.72499999999999997780', '1.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'refresco-de-fruta-yayo', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', 5, '37.29999999999999715783', '50.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '32641738', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', 5, '5.40000000000000035527', '8.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'disco-de-corte-de-4-12-3m', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3856, '7441012220117', 'EPOXIMIL 98 GR.', 5, '17.89999999999999857891', '23.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'epoximil-98-gr', NULL, '0.0000', NULL, 19, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3857, '87565541', 'FLIPON 1X20A BH', 5, '14.44999999999999928946', '20.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '87565541', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3858, '73058655', 'FLIPON 1X30A BH', 5, '13.75000000000000000000', '20.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '73058655', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', 5, '43.56000000000000227374', '58.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bombilla-led-30w-american-ecolight', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', 5, '49.89999999999999857891', '65.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bombilla-led-40w-american-ecolight', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', 5, '15.32000000000000028422', '20.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'placa-doble-switch-eagle', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', 5, '23.66000000000000014211', '30.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'placa-switch-bombiando-eagle', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', 5, '124.90000000000000568434', '150.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'lampara-para-2-reflectores-con-sensor-de-movimiento-lux', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', 5, '39.39999999999999857891', '50.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bombilla-led-tipo-reflector-12w-light-tec', NULL, '0.0000', NULL, 24, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', 5, '10.90000000000000035527', '15.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'espiga-de-hule-eagle-con-conecciontierra', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', 5, '11.01999999999999957367', '15.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'tomacorriente-doble-sobreponer-eagle', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3867, '78082208', 'CAJA PARA FLIPON TIPO BH', 5, '12.50000000000000000000', '15.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '78082208', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 5, '0.75000000000000000000', '1.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '86006133', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3869, '31157314', 'LLAVE DE PASO DE PVC 2', 5, '56.00000000000000000000', '70.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '31157314', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3870, '7401006417534', 'POWERADE 1 LITRO', 5, '6.65000000000000035527', '9.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'powerade-1-litro', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', 5, '0.83333332999999998325', '1.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'galleta-twister-gran-dia', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', 5, '16.50000000000000000000', '22.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'brocha-de-4-total', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', 5, '6.50000000000000000000', '9.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '20.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'masking-tape-364-x-25-yds-hy-stik', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', 5, '11.33333333333333037274', '14.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cocacola-desechable-15-lts', NULL, '0.0000', NULL, 9, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 5, '18.75000000000000000000', '21.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '8.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cocacola-desechable-3-litros', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 5, '17.98208333333332831216', '24.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '23.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'liquido-de-frenos-havoline', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', 4, '141.61666666666670266750', '185.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'galon-aceite-super-15w-40-fg-2000', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', 4, '222.69999999999998863132', '278.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'galon-de-aceite-ursa-15w-40-premiun-tdx-plus', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', 4, '151.49333333333331097492', '200.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'galon-aceite-havoline-sae-20w-50-api-sp', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', 1, '40.06000000000000227374', '54.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '07603014', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3881, '90810885', 'MANGUERA VERDE DE 50 PIES PARA JARDIN \\\"MULTITUBO\\\"', 1, '63.57999999999999829470', '85.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'manguera-verde-de-50-pies-para-jardin-multitubo', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3882, '79050633', 'MANGUERA AZUL DE 75 PIES PARA JARDIN \\\"MULTITUBO\\\"', 1, '90.65000000000000568434', '120.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '79050633', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', 1, '108.03000000000000113687', '145.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '94427574', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3884, '29870647', 'REDUCIDOR PVC 2 1/2 - 1/2', 5, '15.00000000000000000000', '22.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '29870647', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 5, '4.50000000000000000000', '6.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '30.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'helado-paleta-de-fruta-mango-con-chamoy', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 5, '9.46833333333333371229', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'cerveza-cabro-reserva', NULL, '0.0000', NULL, 12, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3887, '7501206681978', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4', 1, '7.66999999999999992895', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'abrazadera-volteck-tipo-omega-1-14', NULL, '0.0000', NULL, 10, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3888, '82583454', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4 X UNIDAD', 5, '1.53400000000000003020', '3.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, '82583454', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 5, '4.25000000000000000000', '5.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'jugo-del-valle-330-ml', NULL, '0.0000', NULL, 13, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', 1, '30.25000000000000000000', '40.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tenacin-industrial-de-9-tolsen-10040', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3891, '6933528740599', 'BROCHA MANGO DE MADERA DE 1 TOLSEN 40121', 1, '3.50000000000000000000', '5.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'brocha-mango-de-madera-de-1-tolsen-40121', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', 1, '5.50000000000000000000', '8.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'brocha-mango-de-madera-de-2-tolsen-40123', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', 1, '8.75000000000000000000', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'brocha-mango-de-madera-de-3-tolsen-40125', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', 1, '7.50000000000000000000', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'broca-de-cobalto-18-tolsen-75204', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3895, '6933528787365', 'BROCA DE COBALTO 5/32\\\" TOLSEN 75206', 1, '5.75000000000000000000', '8.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'broca-de-cobalto-532-tolsen-75206', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3896, '6933528787402', 'BROCA DE COBALTO 7/32\\\" TOLSEN 75210', 1, '9.25000000000000000000', '12.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'broca-de-cobalto-732-tolsen-75210', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3897, '6933528787426', 'BROCA DE COBALTO 1/4\\\" TOLSEN 75212', 1, '11.50000000000000000000', '15.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'broca-de-cobalto-14-tolsen-75212', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3898, '6933528787501', 'BROCA DE COBALTO 3/8\\\" TOLSEN 75220', 1, '25.50000000000000000000', '34.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'broca-de-cobalto-38-tolsen-75220', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3899, '100054000022', 'CRUCETAS PARA CERAMICA DE 3 MM VIKINGO', 1, '7.50000000000000000000', '12.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'crucetas-para-ceramica-de-3-mm-vikingo', NULL, '0.0000', NULL, 8, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', 5, '6.00000000000000000000', '7.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'helado-paleta-crunchy-pop-fresa-sarita', NULL, '0.0000', NULL, 7, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3901, '49175411', 'TRIDENT 1S (SOBRE)', 5, '0.37500000000000000000', '0.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '0.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, '49175411', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3902, '7401000710969', 'MICHELADA LATA 472 ML', 5, '12.94999999999999928946', '16.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'michelada-lata-472-ml', NULL, '0.0000', NULL, 5, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3903, '7401165907730', 'PLAFONERA ON POWER TECH', 1, '6.00000000000000000000', '9.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'plafonera-on-power-tech', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3904, '7702089162220', 'PLACA COMB. APAGADOR Y TOM. BTICINO AP5231', 1, '27.05000000000000071054', '36.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'placa-comb-apagador-y-tom-bticino-ap5231', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', 1, '15.75000000000000000000', '21.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'chorro-liviano-de-12', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3906, '6925582164138', 'TENAZA ARMADOR DE 8\\\" TOTAL', 1, '21.19999999999999928946', '28.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'tenaza-armador-de-8-total', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3907, '7702089162305', 'INTERRUPTOR TRIPLE BTICINO AP5330', 1, '31.14999999999999857891', '40.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'interruptor-triple-bticino-ap5330', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3908, '53761781', 'LAVAMANOS AQUALYN 4\\\" INCESA VERDE', 1, '210.00000000000000000000', '260.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '53761781', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3909, '18044149', 'CAPA PONCHO AZUL/NEGRO', 1, '65.00000000000000000000', '80.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '18044149', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3910, '42460381', 'BOTAS DE HULE HERCULES ', 1, '68.00000000000000000000', '85.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '3.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, '42460381', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3911, '7501206658208', 'PORTALAMPARA PVC VOLTECK', 1, '7.00000000000000000000', '10.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'portalampara-pvc-volteck', NULL, '0.0000', NULL, 6, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 5, '0.00000000000000000000', '4.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '16.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'botella-de-agua-pura-dasani', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3913, '7401090806252', 'HELADO BLOCK', 5, '4.50000000000000000000', '6.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '14.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'helado-block', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3914, '7441005013313', 'BATERIA PANASONIC DOBLE A', 5, '2.08333333333333303727', '3.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bateria-panasonic-doble-a', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3915, '7441005014419', 'BATERIA PANASONIC TRIPLE A', 5, '2.00000000000000000000', '3.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '10.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bateria-panasonic-triple-a', NULL, '0.0000', NULL, 3, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3916, '7441002642530', 'SARDINA GAVIOTA 5.5 ONZ', 5, '7.50000000000000000000', '9.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'sardina-gaviota-55-onz', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3917, '750894609505', 'TAQUERITOS 180 GR', 5, '7.50000000000000000000', '10.00000000000000000000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'taqueritos-180-gr', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', 5, '9.65000000000000035527', '12.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '4.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'yummies-zambos-140-gr', NULL, '0.0000', NULL, 4, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3919, '7500435144759', 'CREMA PARA PEINAR HEAD & SHOULDERS', 5, '1.00000000000000000000', '2.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'crema-para-peinar-head-shoulders', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3920, '660756015156', 'BOCADELI MEDIANO ', 5, '1.66666666666000007346', '2.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'bocadeli-mediano', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3921, '7441005713350', 'SEMILLAS NUTRI MIX PRO 80 GR', 5, '9.90000000000000035527', '12.00000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '2.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'semillas-nutri-mix-pro-80-gr', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 5, '5.09999999999999964473', '7.50000000000000000000', '2.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '9.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'mani-pro-variedad-80-gr', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3923, '7313468613006', 'CAJA DE GRAPAS STANDARD 6MM', 5, '1.00000000000000000000', '2.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'caja-de-grapas-standard-6mm', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3924, '7401007600393', 'GOMA/RESISTOL ESCOLAR 1 ONZA TUCAN', 5, '1.00000000000000000000', '2.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'gomaresistol-escolar-1-onza-tucan', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3925, '7501137380019', 'RESISTOL PEGA FAST 1.05 ONZ', 5, '1.00000000000000000000', '2.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', NULL, NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'resistol-pega-fast-105-onz', NULL, '0.0000', NULL, 0, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3927, '4997148010267', 'GRAPA P/CABLE AISLAR DE 1', 5, '9.00000000000000000000', '14.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '6.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 5, 5, 0, 'grapa-pcable-aislar-de-1', NULL, '0.0000', NULL, 2, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3928, '7501206631669', 'BARRETA DE UÑA 3/4 X 45 CM TRUPER (10853)', 1, '43.34000000000000341061', '58.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'barreta-de-una-34-x-45-cm-truper-10853', NULL, '0.0000', NULL, 0, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3929, '7501206631621', 'BARRETA DE UÑA 3/4 X 60 CM TRUPER (10856)', 1, '51.21999999999999886313', '68.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'barreta-de-una-34-x-60-cm-truper-10856', NULL, '0.0000', NULL, 0, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3930, '7501206631676', 'BARRETA DE UÑA 3/4 X 75 CM TRUPER (10859)', 1, '59.10000000000000142109', '78.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'barreta-de-una-34-x-75-cm-truper-10859', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3931, '7501206646069', 'BROCA DE 3/8 TRUGOLD TRUPER, METAL/MADERA/PLASTICO (11150)', 1, '24.62000000000000099476', '35.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'broca-de-38-trugold-truper-metalmaderaplastico-11150', NULL, '0.0000', NULL, 0, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3932, '7201206685212', 'BOLSA 100 TORNILLOS 1/2 PLG.  MULTIUSOS FIERO (44335)', 1, '4.25000000000000000000', '8.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'bolsa-100-tornillos-12-plg-nultiusos-fiero-44335', NULL, '0.0000', NULL, 0, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3933, '7501206685198', 'BOLSA 100 TORNILLOS 1 PLG.  MULTIUSOS FIERO (44343)', 1, '6.95000000000000017764', '12.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'bolsa-100-tornillos-1-plg-nultiusos-fiero-44343', NULL, '0.0000', NULL, 0, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`, `i`, `f`, `n`, `i1`, `f1`, `n1`, `i2`, `f2`, `n2`, `i3`, `f3`, `n3`, `i4`, `f4`, `n4`) VALUES (3934, '7501206685303', 'BOLSA 100 TORNILLOS 1 1/2 PLG.  MULTIUSOS FIERO (44345)', 1, '9.44999999999999928946', '14.00000000000000000000', '1.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', NULL, 1, '', NULL, 'code128', '', '', NULL, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 1, 1, 0, 'bolsa-100-tornillos-1-12-plg-multiusos-fiero-44345', NULL, '0.0000', NULL, 1, 0, '', 0, 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00', 0, 0, '0.00');


#
# TABLE STRUCTURE FOR: sma_promos
#

DROP TABLE IF EXISTS `sma_promos`;

CREATE TABLE `sma_promos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `product2buy` int(11) NOT NULL,
  `product2get` int(11) NOT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `description` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_purchase_items
#

DROP TABLE IF EXISTS `sma_purchase_items`;

CREATE TABLE `sma_purchase_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `purchase_id` int(11) DEFAULT NULL,
  `transfer_id` int(11) DEFAULT NULL,
  `product_id` int(11) NOT NULL,
  `product_code` varchar(50) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `option_id` int(11) DEFAULT NULL,
  `net_unit_cost` decimal(25,4) NOT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `item_tax` decimal(25,4) DEFAULT NULL,
  `tax_rate_id` int(11) DEFAULT NULL,
  `tax` varchar(20) DEFAULT NULL,
  `discount` varchar(20) DEFAULT NULL,
  `item_discount` decimal(25,4) DEFAULT NULL,
  `expiry` date DEFAULT NULL,
  `subtotal` decimal(25,4) NOT NULL,
  `quantity_balance` decimal(15,4) DEFAULT '0.0000',
  `date` date NOT NULL,
  `status` varchar(50) NOT NULL,
  `unit_cost` decimal(25,4) DEFAULT NULL,
  `real_unit_cost` decimal(25,4) DEFAULT NULL,
  `quantity_received` decimal(15,4) DEFAULT NULL,
  `supplier_part_no` varchar(50) DEFAULT NULL,
  `purchase_item_id` int(11) DEFAULT NULL,
  `product_unit_id` int(11) DEFAULT NULL,
  `product_unit_code` varchar(10) DEFAULT NULL,
  `unit_quantity` decimal(15,4) NOT NULL,
  `gst` varchar(20) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  `base_unit_cost` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `purchase_id` (`purchase_id`),
  KEY `product_id` (`product_id`)
) ENGINE=InnoDB AUTO_INCREMENT=40784 DEFAULT CHARSET=utf8;

INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19, NULL, NULL, 1, '28903682', 'Producto Uno', NULL, '3.6667', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.6667', '10.0000', '2022-03-18', 'received', '3.6667', '3.6667', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20, NULL, NULL, 6, '18521548', 'AGUA FRIJOL CHULA BOLSA GRANDE', NULL, '6.5000', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.5000', '14.0000', '2022-03-24', 'received', '6.5000', '6.5000', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23, 7, NULL, 20, 'SUP01', 'GASOLINA SUPER', NULL, '35.9000', '743.3100', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26684.8290', '743.3100', '2022-04-25', 'received', '35.9000', '35.9000', '743.3100', NULL, NULL, 4, 'GALON', '743.3100', NULL, NULL, NULL, NULL, '35.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24, 7, NULL, 21, 'REG01', 'GASOLINA REGULAR', NULL, '32.7500', '1139.4800', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '37317.9700', '1139.4800', '2022-04-25', 'received', '32.7500', '32.7500', '1139.4800', NULL, NULL, 4, 'GALON', '1139.4800', NULL, NULL, NULL, NULL, '32.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25, 7, NULL, 22, 'DIESEL01', 'DIÉSEL', NULL, '30.2500', '79.9100', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2417.2775', '79.9100', '2022-04-25', 'received', '30.2500', '30.2500', '79.9100', NULL, NULL, 4, 'GALON', '79.9100', NULL, NULL, NULL, NULL, '30.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3747, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '152.4000', '0.0000', '2022-04-29', 'received', '50.8000', '50.8000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3748, 18, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '700.0000', '1.0000', '2022-04-29', 'received', '700.0000', '700.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '700.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3749, 18, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '47.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '91.1800', '46.0000', '2022-04-29', 'received', '1.9400', '1.9400', NULL, NULL, NULL, 1, 'PZA', '47.0000', NULL, NULL, NULL, NULL, '1.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3750, 18, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '426.0000', '4.0000', '2022-04-29', 'received', '71.0000', '71.0000', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '71.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3751, 18, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '51.5000', '1.0000', '2022-04-29', 'received', '51.5000', '51.5000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '51.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3752, 18, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.1700', '0.1700', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3753, 18, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '61.7400', '6.0000', '2022-04-29', 'received', '10.2900', '10.2900', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3754, 18, NULL, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', NULL, '20.1600', '49.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '987.8400', '-1.0000', '2022-04-29', 'received', '20.1600', '20.1600', NULL, NULL, NULL, 1, 'PZA', '49.0000', NULL, NULL, NULL, NULL, '20.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3755, 18, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '10.5800', '1.0000', '2022-04-29', 'received', '5.2900', '5.2900', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '5.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3756, 18, NULL, 2461, 'FER- 7506240656', '9DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '18.7200', '18.7200', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '18.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3757, 18, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '1.2300', '1.2300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '1.2300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3758, 18, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '32.3400', '2.0000', '2022-04-29', 'received', '5.3900', '5.3900', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3759, 18, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '44.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '110.0000', '22.0000', '2022-04-29', 'received', '2.5000', '2.5000', NULL, NULL, NULL, 1, 'PZA', '44.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3760, 18, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '32.1100', '11.0000', '2022-04-29', 'received', '2.4700', '2.4700', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '2.4700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3761, 18, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '18.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '59.2200', '9.0000', '2022-04-29', 'received', '3.2900', '3.2900', NULL, NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3762, 18, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.5900', '3.5900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3763, 18, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '7.3900', '1.0000', '2022-04-29', 'received', '7.3900', '7.3900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '7.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3764, 18, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '50.4400', '13.0000', '2022-04-29', 'received', '3.8800', '3.8800', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '3.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3765, 18, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '105.0000', '5.0000', '2022-04-29', 'received', '21.0000', '21.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '21.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3766, 18, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '63.0000', '5.0000', '2022-04-29', 'received', '4.2000', '4.2000', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '4.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3767, 18, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '20.8500', '0.0000', '2022-04-29', 'received', '4.1700', '4.1700', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3768, 18, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '46.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '78.2000', '37.0000', '2022-04-29', 'received', '1.7000', '1.7000', NULL, NULL, NULL, 1, 'PZA', '46.0000', NULL, NULL, NULL, NULL, '1.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3769, 18, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '90.0000', '0.0000', '2022-04-29', 'received', '15.0000', '15.0000', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3770, 18, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '52.0000', '0.0000', '2022-04-29', 'received', '13.0000', '13.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '13.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3771, 18, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '50.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '150.0000', '39.0000', '2022-04-29', 'received', '3.0000', '3.0000', NULL, NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3772, 18, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '46.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '92.0000', '18.0000', '2022-04-29', 'received', '2.0000', '2.0000', NULL, NULL, NULL, 1, 'PZA', '46.0000', NULL, NULL, NULL, NULL, '2.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3773, 18, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '26.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.2400', '26.0000', '2022-04-29', 'received', '0.7400', '0.7400', NULL, NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '0.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3774, 18, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '41.3100', '7.0000', '2022-04-29', 'received', '4.5900', '4.5900', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '4.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3775, 18, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '135.8000', '7.0000', '2022-04-29', 'received', '19.4000', '19.4000', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '19.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3776, 18, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '134.8900', '0.0000', '2022-04-29', 'received', '19.2700', '19.2700', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '19.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3777, 18, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '31.3000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.3000', '1.0000', '2022-04-29', 'received', '31.3000', '31.3000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '31.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3778, 18, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '117.8400', '0.0000', '2022-04-29', 'received', '19.6400', '19.6400', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '19.6400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3779, 18, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '102.0000', '0.0000', '2022-04-29', 'received', '25.5000', '25.5000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '25.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3780, 18, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '20.4700', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '40.9400', '0.0000', '2022-04-29', 'received', '20.4700', '20.4700', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '20.4700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3781, 18, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '94.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '56.4000', '6.0000', '2022-04-29', 'received', '0.6000', '0.6000', NULL, NULL, NULL, 1, 'PZA', '94.0000', NULL, NULL, NULL, NULL, '0.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3782, 18, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK (UNIDAD)', NULL, '0.6000', '21.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '12.6000', '0.0000', '2022-04-29', 'received', '0.6000', '0.6000', NULL, NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '0.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3783, 18, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '100.0000', '5.0000', '2022-04-29', 'received', '20.0000', '20.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '20.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3784, 18, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '5.7000', '0.0000', '2022-04-29', 'received', '5.7000', '5.7000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '5.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3785, 18, NULL, 2490, 'PVC00006', 'ADAOTADOR  1/2', NULL, '0.6900', '55.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '37.9500', '0.0000', '2022-04-29', 'received', '0.6900', '0.6900', NULL, NULL, NULL, 1, 'PZA', '55.0000', NULL, NULL, NULL, NULL, '0.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3786, 18, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.7900', '94.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '74.2600', '51.0000', '2022-04-29', 'received', '0.7900', '0.7900', NULL, NULL, NULL, 1, 'PZA', '94.0000', NULL, NULL, NULL, NULL, '0.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3787, 18, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '28.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '73.9200', '13.0000', '2022-04-29', 'received', '2.6400', '2.6400', NULL, NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '2.6400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3788, 18, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '20.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '90.0000', '15.0000', '2022-04-29', 'received', '4.5000', '4.5000', NULL, NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3789, 18, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '86.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '121.2600', '63.0000', '2022-04-29', 'received', '1.4100', '1.4100', NULL, NULL, NULL, 1, 'PZA', '86.0000', NULL, NULL, NULL, NULL, '1.4100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3790, 18, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '21.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '33.8100', '18.0000', '2022-04-29', 'received', '1.6100', '1.6100', NULL, NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '1.6100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3791, 18, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.7700', '9.0000', '2022-04-29', 'received', '3.5300', '3.5300', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '3.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3792, 18, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '48.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '33.1200', '17.0000', '2022-04-29', 'received', '0.6900', '0.6900', NULL, NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3793, 18, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '18.0000', '3.0000', '2022-04-29', 'received', '4.5000', '4.5000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3794, 18, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '127.8000', '0.0000', '2022-04-29', 'received', '8.5200', '8.5200', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3795, 18, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.0000', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '130.0000', '0.0000', '2022-04-29', 'received', '10.0000', '10.0000', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '10.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3796, 18, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '7.2600', '7.2600', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '7.2600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3797, 18, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '24.9600', '0.0000', '2022-04-29', 'received', '2.0800', '2.0800', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3798, 18, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '28.0000', '0.0000', '2022-04-29', 'received', '14.0000', '14.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '14.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3799, 18, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0800', '24.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '49.9200', '0.0000', '2022-04-29', 'received', '2.0800', '2.0800', NULL, NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3800, 18, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8300', '24.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '67.9200', '0.0000', '2022-04-29', 'received', '2.8300', '2.8300', NULL, NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3801, 18, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '7.1000', '5.0000', '2022-04-29', 'received', '1.4200', '1.4200', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '1.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3802, 18, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8300', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '14.4900', '0.0000', '2022-04-29', 'received', '4.8300', '4.8300', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '4.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3803, 18, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '42.5000', '0.0000', '2022-04-29', 'received', '8.5000', '8.5000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3804, 18, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '91.0000', '7.0000', '2022-04-29', 'received', '13.0000', '13.0000', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '13.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3805, 18, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '105.0000', '4.0000', '2022-04-29', 'received', '21.0000', '21.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '21.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3806, 18, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '42.1900', '1.0000', '2022-04-29', 'received', '42.1900', '42.1900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '42.1900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3807, 18, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '55.5200', '55.5200', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '55.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3808, 18, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '1.4200', '29.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '41.1800', '2.0000', '2022-04-29', 'received', '1.4200', '1.4200', NULL, NULL, NULL, 1, 'PZA', '29.0000', NULL, NULL, NULL, NULL, '1.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3809, 18, NULL, 2514, '11418040168', 'ALKA SELTZER .', NULL, '1.0000', '43.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '43.0000', '0.0000', '2022-04-29', 'received', '1.0000', '1.0000', NULL, NULL, NULL, 1, 'PZA', '43.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3810, 18, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '105.5200', '1.0000', '2022-04-29', 'received', '52.7600', '52.7600', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '52.7600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3811, 18, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '110.7500', '110.7500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '110.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3812, 18, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.2000', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '112.0000', '0.0000', '2022-04-29', 'received', '11.2000', '11.2000', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '11.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3813, 18, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '59.5000', '5.0000', '2022-04-29', 'received', '8.5000', '8.5000', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3814, 18, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '126.2000', '1.0000', '2022-04-29', 'received', '31.5500', '31.5500', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '31.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3815, 18, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '78.1500', '1.0000', '2022-04-29', 'received', '26.0500', '26.0500', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '26.0500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3816, 18, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '16.1300', '16.1300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '16.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3817, 18, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '51.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '9.1800', '26.0000', '2022-04-29', 'received', '0.1800', '0.1800', NULL, NULL, NULL, 1, 'PZA', '51.0000', NULL, NULL, NULL, NULL, '0.1800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3818, 18, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '56.0000', '3.0000', '2022-04-29', 'received', '14.0000', '14.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '14.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3819, 18, NULL, 2524, '11418696839', 'ASPIRINA FORTE', NULL, '0.7800', '45.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '35.1000', '0.0000', '2022-04-29', 'received', '0.7800', '0.7800', NULL, NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, '0.7800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3820, 18, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '405.0000', '1.0000', '2022-04-29', 'received', '405.0000', '405.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '405.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3821, 18, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '81.5200', '0.0000', '2022-04-29', 'received', '81.5200', '81.5200', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '81.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3822, 18, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '90.0000', '2.0000', '2022-04-29', 'received', '18.0000', '18.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '18.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3823, 18, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '140.0000', '1.0000', '2022-04-29', 'received', '140.0000', '140.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '140.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3824, 18, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '700.0000', '2.0000', '2022-04-29', 'received', '350.0000', '350.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '350.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3825, 18, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '555.0000', '1.0000', '2022-04-29', 'received', '555.0000', '555.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '555.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3826, 18, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '525.0000', '1.0000', '2022-04-29', 'received', '525.0000', '525.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '525.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3827, 18, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '24.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '110.1600', '11.0000', '2022-04-29', 'received', '4.5900', '4.5900', NULL, NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3828, 18, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.0000', '1.0000', '2022-04-29', 'received', '13.0000', '13.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '13.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3829, 18, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '3.9200', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.9200', '3.9200', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3830, 18, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.2900', '25.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '82.2500', '10.0000', '2022-04-29', 'received', '3.2900', '3.2900', NULL, NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '3.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3831, 18, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.1800', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '41.8000', '0.0000', '2022-04-29', 'received', '4.1800', '4.1800', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '4.1800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3832, 18, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.5900', '14.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '92.2600', '0.0000', '2022-04-29', 'received', '6.5900', '6.5900', NULL, NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '6.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3833, 18, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '90.0000', '11.0000', '2022-04-29', 'received', '6.0000', '6.0000', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3834, 18, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '4.0000', '4.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3835, 18, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '37.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '222.0000', '35.0000', '2022-04-29', 'received', '6.0000', '6.0000', NULL, NULL, NULL, 1, 'PZA', '37.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3836, 18, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.4200', '0.4200', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3837, 18, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '525.0000', '0.0000', '2022-04-29', 'received', '525.0000', '525.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '525.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3838, 18, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '675.0000', '1.0000', '2022-04-29', 'received', '675.0000', '675.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '675.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3839, 18, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '319.4800', '1.0000', '2022-04-29', 'received', '45.6400', '45.6400', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '45.6400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3840, 18, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '37.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '666.0000', '3.0000', '2022-04-29', 'received', '18.0000', '18.0000', NULL, NULL, NULL, 1, 'PZA', '37.0000', NULL, NULL, NULL, NULL, '18.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3841, 18, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '21.3200', '0.0000', '2022-04-29', 'received', '10.6600', '10.6600', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.6600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3842, 18, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '36.9900', '0.0000', '2022-04-29', 'received', '36.9900', '36.9900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '36.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3843, 18, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '122.1000', '6.0000', '2022-04-29', 'received', '20.3500', '20.3500', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '20.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3844, 18, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '92.6000', '5.0000', '2022-04-29', 'received', '18.5200', '18.5200', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '18.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3845, 18, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '96.0000', '2.0000', '2022-04-29', 'received', '32.0000', '32.0000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '32.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3846, 18, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.5000', '0.0000', '2022-04-29', 'received', '6.5000', '6.5000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '6.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3847, 18, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4000', '22.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '8.8000', '0.0000', '2022-04-29', 'received', '0.4000', '0.4000', NULL, NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, '0.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3848, 18, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '21.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '44.1000', '38.0000', '2022-04-29', 'received', '2.1000', '2.1000', NULL, NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '2.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3849, 18, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '43.7700', '43.7700', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '43.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3850, 18, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.4500', '0.4500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3851, 18, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.4500', '0.4500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3852, 18, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '15.0000', '15.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3853, 18, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '21.5100', '2.0000', '2022-04-29', 'received', '7.1700', '7.1700', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '7.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3854, 18, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '25.5200', '3.0000', '2022-04-29', 'received', '6.3800', '6.3800', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '6.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3855, 18, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.3500', '1.0000', '2022-04-29', 'received', '6.2700', '6.2700', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '6.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3856, 18, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '42.6000', '8.0000', '2022-04-29', 'received', '8.5200', '8.5200', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3857, 18, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '20.5800', '0.0000', '2022-04-29', 'received', '10.2900', '10.2900', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3858, 18, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '5.1900', '5.1900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '5.1900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3859, 18, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '17.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '145.1800', '17.0000', '2022-04-29', 'received', '8.5400', '8.5400', NULL, NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, '8.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3860, 18, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '178.3800', '8.0000', '2022-04-29', 'received', '19.8200', '19.8200', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '19.8200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3861, 18, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '135.7600', '7.0000', '2022-04-29', 'received', '16.9700', '16.9700', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '16.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3862, 18, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '63.7000', '7.0000', '2022-04-29', 'received', '6.3700', '6.3700', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '6.3700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3863, 18, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '21.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '90.9300', '16.0000', '2022-04-29', 'received', '4.3300', '4.3300', NULL, NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '4.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3864, 18, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '135.2000', '15.0000', '2022-04-29', 'received', '8.4500', '8.4500', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '8.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3865, 18, NULL, 2570, '7501206646038', 'BROCA P/METAL 1/4??', NULL, '11.8900', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '23.7800', '0.0000', '2022-04-29', 'received', '11.8900', '11.8900', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '11.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3866, 18, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '32.5200', '32.5200', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '32.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3867, 18, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '24.6000', '10.0000', '2022-04-29', 'received', '2.4600', '2.4600', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '2.4600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3868, 18, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '17.3200', '3.0000', '2022-04-29', 'received', '4.3300', '4.3300', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '4.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3869, 18, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '308.7000', '8.0000', '2022-04-29', 'received', '34.3000', '34.3000', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '34.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3870, 18, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '299.4000', '4.0000', '2022-04-29', 'received', '49.9000', '49.9000', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '49.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3871, 18, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '38.5000', '11.0000', '2022-04-29', 'received', '3.5000', '3.5000', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '3.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3872, 18, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.7300', '3.7300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3873, 18, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '10.0000', '2.0000', '2022-04-29', 'received', '5.0000', '5.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3874, 18, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '26.4800', '0.0000', '2022-04-29', 'received', '3.3100', '3.3100', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '3.3100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3875, 18, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '3.2900', '1.0000', '2022-04-29', 'received', '3.2900', '3.2900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '3.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3876, 18, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '8.3100', '8.3100', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '8.3100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3877, 18, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.8800', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '15.7600', '0.0000', '2022-04-29', 'received', '7.8800', '7.8800', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '7.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3878, 18, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '115.0400', '4.0000', '2022-04-29', 'received', '14.3800', '14.3800', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '14.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3879, 18, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '4.3200', '4.3200', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '4.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3880, 18, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '2.6700', '2.6700', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '2.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3881, 18, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '5.1000', '1.0000', '2022-04-29', 'received', '1.7000', '1.7000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '1.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3882, 18, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.4400', '3.0000', '2022-04-29', 'received', '2.6200', '2.6200', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3883, 18, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.9100', '3.9100', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.9100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3884, 18, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\"', NULL, '10.3300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '10.3300', '10.3300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '10.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3885, 18, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.4100', '0.0000', '2022-04-29', 'received', '13.4100', '13.4100', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '13.4100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3886, 18, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '23.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '118.9100', '11.0000', '2022-04-29', 'received', '5.1700', '5.1700', NULL, NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, '5.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3887, 18, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.3300', '0.3300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3888, 18, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.4400', '11.0000', '2022-04-29', 'received', '1.1200', '1.1200', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.1200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3889, 18, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '89.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '849.0600', '9.0000', '2022-04-29', 'received', '9.5400', '9.5400', NULL, NULL, NULL, 1, 'PZA', '89.0000', NULL, NULL, NULL, NULL, '9.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3890, 18, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '157.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '974.9700', '95.0000', '2022-04-29', 'received', '6.2100', '6.2100', NULL, NULL, NULL, 1, 'PZA', '157.0000', NULL, NULL, NULL, NULL, '6.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3891, 18, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '79.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '553.0000', '0.0000', '2022-04-29', 'received', '7.0000', '7.0000', NULL, NULL, NULL, 1, 'PZA', '79.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3892, 18, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '77.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '469.7000', '43.0000', '2022-04-29', 'received', '6.1000', '6.1000', NULL, NULL, NULL, 1, 'PZA', '77.0000', NULL, NULL, NULL, NULL, '6.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3893, 18, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '32.6700', '5.0000', '2022-04-29', 'received', '3.6300', '3.6300', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '3.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3894, 18, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '62.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '130.2000', '39.0000', '2022-04-29', 'received', '2.1000', '2.1000', NULL, NULL, NULL, 1, 'PZA', '62.0000', NULL, NULL, NULL, NULL, '2.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3895, 18, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '76.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '159.6000', '51.0000', '2022-04-29', 'received', '2.1000', '2.1000', NULL, NULL, NULL, 1, 'PZA', '76.0000', NULL, NULL, NULL, NULL, '2.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3896, 18, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '164.2000', '2.0000', '2022-04-29', 'received', '82.1000', '82.1000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '82.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3897, 18, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '162.1100', '0.0000', '2022-04-29', 'received', '162.1100', '162.1100', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '162.1100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3898, 18, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '201.5900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '201.5900', '0.0000', '2022-04-29', 'received', '201.5900', '201.5900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '201.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3899, 18, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '124.0000', '124.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '124.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3900, 18, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '142.0000', '142.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '142.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3901, 18, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '30.9400', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '340.3400', '0.0000', '2022-04-29', 'received', '30.9400', '30.9400', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '30.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3902, 18, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', NULL, '30.9400', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '247.5200', '0.0000', '2022-04-29', 'received', '30.9400', '30.9400', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '30.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3903, 18, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '30.5900', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '275.3100', '0.0000', '2022-04-29', 'received', '30.5900', '30.5900', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '30.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3904, 18, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '43.0500', '14.0000', '2022-04-29', 'received', '2.8700', '2.8700', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '2.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3905, 18, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '69.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '345.0000', '39.0000', '2022-04-29', 'received', '5.0000', '5.0000', NULL, NULL, NULL, 1, 'PZA', '69.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3906, 18, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.3600', '4.0000', '2022-04-29', 'received', '7.8400', '7.8400', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '7.8400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3907, 18, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '6.4400', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '12.8800', '0.0000', '2022-04-29', 'received', '6.4400', '6.4400', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '6.4400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3908, 18, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '17.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '476.0000', '11.0000', '2022-04-29', 'received', '28.0000', '28.0000', NULL, NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, '28.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3909, 18, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.8800', '3.8800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3910, 18, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '2.3500', '2.3500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '2.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3911, 18, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '1.8000', '1.8000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '1.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3912, 18, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '6.0000', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '54.0000', '0.0000', '2022-04-29', 'received', '6.0000', '6.0000', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3913, 18, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '185.5000', '0.0000', '2022-04-29', 'received', '185.5000', '185.5000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '185.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3914, 18, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '9.0800', '9.0800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3915, 18, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '66.0000', '3.0000', '2022-04-29', 'received', '11.0000', '11.0000', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '11.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3916, 18, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '11.9800', '1.0000', '2022-04-29', 'received', '11.9800', '11.9800', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '11.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3917, 18, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '16.9600', '16.9600', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '16.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3918, 18, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '12.0000', '2.0000', '2022-04-29', 'received', '6.0000', '6.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3919, 18, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.5000', '1.0000', '2022-04-29', 'received', '19.5000', '19.5000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '19.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3920, 18, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '28.5000', '28.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '28.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3921, 18, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '19.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '19.0000', '19.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '19.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3922, 18, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '60.0000', '0.0000', '2022-04-29', 'received', '60.0000', '60.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '60.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3923, 18, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '270.0000', '1.0000', '2022-04-29', 'received', '90.0000', '90.0000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '90.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3924, 18, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '345.0000', '1.0000', '2022-04-29', 'received', '115.0000', '115.0000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '115.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3925, 18, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '46.2500', '1.0000', '2022-04-29', 'received', '46.2500', '46.2500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '46.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3926, 18, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '43.5000', '43.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '43.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3927, 18, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '770.0000', '0.0000', '2022-04-29', 'received', '385.0000', '385.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '385.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3928, 18, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.7800', '0.7800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.7800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3929, 18, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9200', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '23.3600', '0.0000', '2022-04-29', 'received', '2.9200', '2.9200', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '2.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3930, 18, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '59.7500', '1.0000', '2022-04-29', 'received', '11.9500', '11.9500', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '11.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3931, 18, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '122.3300', '9.0000', '2022-04-29', 'received', '9.4100', '9.4100', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '9.4100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3932, 18, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '60.1600', '7.0000', '2022-04-29', 'received', '7.5200', '7.5200', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '7.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3933, 18, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '23.9700', '1.0000', '2022-04-29', 'received', '7.9900', '7.9900', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '7.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3934, 18, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '9.3600', '0.0000', '2022-04-29', 'received', '1.1700', '1.1700', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '1.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3935, 18, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '76.3500', '0.0000', '2022-04-29', 'received', '76.3500', '76.3500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '76.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3936, 18, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '12.0800', '12.0800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '12.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3937, 18, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.8300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '5.8300', '5.8300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '5.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3938, 18, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.1300', '30.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '183.9000', '0.0000', '2022-04-29', 'received', '6.1300', '6.1300', NULL, NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '6.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3939, 18, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4200', '68.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '232.5600', '0.0000', '2022-04-29', 'received', '3.4200', '3.4200', NULL, NULL, NULL, 1, 'PZA', '68.0000', NULL, NULL, NULL, NULL, '3.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3940, 18, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.0000', '46.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '368.0000', '0.0000', '2022-04-29', 'received', '8.0000', '8.0000', NULL, NULL, NULL, 1, 'PZA', '46.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3941, 18, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4400', '49.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '560.5600', '0.0000', '2022-04-29', 'received', '11.4400', '11.4400', NULL, NULL, NULL, 1, 'PZA', '49.0000', NULL, NULL, NULL, NULL, '11.4400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3942, 18, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.5000', '36.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '270.0000', '0.0000', '2022-04-29', 'received', '7.5000', '7.5000', NULL, NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3943, 18, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.1200', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '7.1200', '7.1200', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '7.1200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3944, 18, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '6.2500', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.2500', '0.0000', '2022-04-29', 'received', '6.2500', '6.2500', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3945, 18, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5800', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '18.3200', '0.0000', '2022-04-29', 'received', '4.5800', '4.5800', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '4.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3946, 18, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8300', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '69.9600', '0.0000', '2022-04-29', 'received', '5.8300', '5.8300', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3947, 18, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.0100', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '144.1600', '0.0000', '2022-04-29', 'received', '9.0100', '9.0100', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '9.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3948, 18, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4200', '164.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '724.8800', '0.0000', '2022-04-29', 'received', '4.4200', '4.4200', NULL, NULL, NULL, 1, 'PZA', '164.0000', NULL, NULL, NULL, NULL, '4.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3949, 18, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '128.0000', '1.0000', '2022-04-29', 'received', '64.0000', '64.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '64.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3950, 18, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '320.0000', '4.0000', '2022-04-29', 'received', '64.0000', '64.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '64.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3951, 18, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '49.5800', '1.0000', '2022-04-29', 'received', '24.7900', '24.7900', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '24.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3952, 18, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '38.8900', '38.8900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '38.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3953, 18, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '38.8900', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '77.7800', '0.0000', '2022-04-29', 'received', '38.8900', '38.8900', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '38.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3954, 18, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '20.6000', '0.0000', '2022-04-29', 'received', '10.3000', '10.3000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3955, 18, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '28.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '99.9600', '0.0000', '2022-04-29', 'received', '3.5700', '3.5700', NULL, NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3956, 18, NULL, 2661, '340', 'CHICLES.', NULL, '0.2400', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '2.6400', '0.0000', '2022-04-29', 'received', '0.2400', '0.2400', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '0.2400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3957, 18, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.0700', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '5.0700', '5.0700', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '5.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3958, 18, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.0400', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.0400', '3.0400', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.0400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3959, 18, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '99.6000', '2.0000', '2022-04-29', 'received', '24.9000', '24.9000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '24.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3960, 18, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '47.2500', '2.0000', '2022-04-29', 'received', '15.7500', '15.7500', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '15.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3961, 18, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '168.0000', '3.0000', '2022-04-29', 'received', '21.0000', '21.0000', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '21.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3962, 18, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '27.0000', '0.0000', '2022-04-29', 'received', '27.0000', '27.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '27.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3963, 18, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '380.0000', '4.0000', '2022-04-29', 'received', '38.0000', '38.0000', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3964, 18, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '70.6500', '0.0000', '2022-04-29', 'received', '14.1300', '14.1300', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '14.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3965, 18, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '78.7500', '5.0000', '2022-04-29', 'received', '15.7500', '15.7500', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '15.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3966, 18, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '135.7600', '0.0000', '2022-04-29', 'received', '16.9700', '16.9700', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '16.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3967, 18, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '30.0000', '1.0000', '2022-04-29', 'received', '15.0000', '15.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3968, 18, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.5700', '0.5700', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3969, 18, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '52.9200', '0.0000', '2022-04-29', 'received', '52.9200', '52.9200', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '52.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3970, 18, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '2.6900', '2.6900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '2.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3971, 18, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '34.5300', '34.5300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '34.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3972, 18, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '22.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '233.6400', '0.0000', '2022-04-29', 'received', '10.6200', '10.6200', NULL, NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, '10.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3973, 18, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '79.7500', '0.0000', '2022-04-29', 'received', '7.2500', '7.2500', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '7.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3974, 18, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '32.9200', '1.0000', '2022-04-29', 'received', '32.9200', '32.9200', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '32.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3975, 18, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '64.1600', '3.0000', '2022-04-29', 'received', '16.0400', '16.0400', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '16.0400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3976, 18, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '20.3700', '0.0000', '2022-04-29', 'received', '6.7900', '6.7900', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '6.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3977, 18, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.3400', '0.0000', '2022-04-29', 'received', '9.6700', '9.6700', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '9.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3978, 18, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '16.9600', '16.9600', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '16.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3979, 18, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '48.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '48.0000', '1.0000', '2022-04-29', 'received', '48.0000', '48.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '48.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3980, 18, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '9.8000', '1.0000', '2022-04-29', 'received', '9.8000', '9.8000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '9.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3981, 18, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '50.4000', '7.0000', '2022-04-29', 'received', '6.3000', '6.3000', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '6.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3982, 18, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '45.8000', '0.0000', '2022-04-29', 'received', '22.9000', '22.9000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '22.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3983, 18, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '4.4200', '4.4200', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '4.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3984, 18, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '69.7200', '3.0000', '2022-04-29', 'received', '23.2400', '23.2400', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '23.2400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3985, 18, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '429.0000', '0.0000', '2022-04-29', 'received', '42.9000', '42.9000', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '42.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3986, 18, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '54.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '288.3600', '14.5000', '2022-04-29', 'received', '5.3400', '5.3400', NULL, NULL, NULL, 1, 'PZA', '54.0000', NULL, NULL, NULL, NULL, '5.3400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3987, 18, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '6.5500', '1.0000', '2022-04-29', 'received', '6.5500', '6.5500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '6.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3988, 18, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '37.5500', '3.0000', '2022-04-29', 'received', '7.5100', '7.5100', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '7.5100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3989, 18, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '462.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.8600', '442.0000', '2022-04-29', 'received', '0.0300', '0.0300', NULL, NULL, NULL, 1, 'PZA', '462.0000', NULL, NULL, NULL, NULL, '0.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3990, 18, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '89.1000', '14.0000', '2022-04-29', 'received', '5.9400', '5.9400', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '5.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3991, 18, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '120.8000', '13.0000', '2022-04-29', 'received', '7.5500', '7.5500', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '7.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3992, 18, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '69.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '445.0500', '0.0000', '2022-04-29', 'received', '6.4500', '6.4500', NULL, NULL, NULL, 1, 'PZA', '69.0000', NULL, NULL, NULL, NULL, '6.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3993, 18, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.4500', '67.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '432.1500', '0.0000', '2022-04-29', 'received', '6.4500', '6.4500', NULL, NULL, NULL, 1, 'PZA', '67.0000', NULL, NULL, NULL, NULL, '6.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3994, 18, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.4500', '120.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '774.0000', '0.0000', '2022-04-29', 'received', '6.4500', '6.4500', NULL, NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '6.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3995, 18, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '77.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '496.6500', '43.0000', '2022-04-29', 'received', '6.4500', '6.4500', NULL, NULL, NULL, 1, 'PZA', '77.0000', NULL, NULL, NULL, NULL, '6.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3996, 18, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '145.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '10.1500', '120.0000', '2022-04-29', 'received', '0.0700', '0.0700', NULL, NULL, NULL, 1, 'PZA', '145.0000', NULL, NULL, NULL, NULL, '0.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3997, 18, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '442.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '39.7800', '342.0000', '2022-04-29', 'received', '0.0900', '0.0900', NULL, NULL, NULL, 1, 'PZA', '442.0000', NULL, NULL, NULL, NULL, '0.0900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3998, 18, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.1600', '0.1600', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (3999, 18, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.5000', '0.0000', '2022-04-29', 'received', '0.1000', '0.1000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '0.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4000, 18, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '357.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '39.2700', '317.0000', '2022-04-29', 'received', '0.1100', '0.1100', NULL, NULL, NULL, 1, 'PZA', '357.0000', NULL, NULL, NULL, NULL, '0.1100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4001, 18, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.3300', '0.3300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4002, 18, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '126.0000', '2.0000', '2022-04-29', 'received', '31.5000', '31.5000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '31.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4003, 18, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '40.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '320.0000', '0.0000', '2022-04-29', 'received', '8.0000', '8.0000', NULL, NULL, NULL, 1, 'PZA', '40.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4004, 18, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '20.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.2000', '20.0000', '2022-04-29', 'received', '0.6600', '0.6600', NULL, NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '0.6600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4005, 18, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9600', '38.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '226.4800', '0.0000', '2022-04-29', 'received', '5.9600', '5.9600', NULL, NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, '5.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4006, 18, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2300', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '21.1500', '0.0000', '2022-04-29', 'received', '4.2300', '4.2300', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '4.2300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4007, 18, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3800', '14.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '215.3200', '0.0000', '2022-04-29', 'received', '15.3800', '15.3800', NULL, NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '15.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4008, 18, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '22.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '130.9000', '0.0000', '2022-04-29', 'received', '5.9500', '5.9500', NULL, NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4009, 18, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '9.4600', '0.0000', '2022-04-29', 'received', '4.7300', '4.7300', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '4.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4010, 18, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '131.8400', '5.0000', '2022-04-29', 'received', '8.2400', '8.2400', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '8.2400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4011, 18, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '3.3500', '27.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '90.4500', '0.0000', '2022-04-29', 'received', '3.3500', '3.3500', NULL, NULL, NULL, 1, 'PZA', '27.0000', NULL, NULL, NULL, NULL, '3.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4012, 18, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '19.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '75.8100', '1.0000', '2022-04-29', 'received', '3.9900', '3.9900', NULL, NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, '3.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4013, 18, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '2.7100', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '27.1000', '0.0000', '2022-04-29', 'received', '2.7100', '2.7100', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '2.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4014, 18, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.9900', '134.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '132.6600', '0.0000', '2022-04-29', 'received', '0.9900', '0.9900', NULL, NULL, NULL, 1, 'PZA', '134.0000', NULL, NULL, NULL, NULL, '0.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4015, 18, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '23.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '315.1000', '0.0000', '2022-04-29', 'received', '13.7000', '13.7000', NULL, NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, '13.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4016, 18, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '129.6800', '8.0000', '2022-04-29', 'received', '16.2100', '16.2100', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '16.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4017, 18, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '315.1500', '0.0000', '2022-04-29', 'received', '21.0100', '21.0100', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '21.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4018, 18, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '35.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '52.1500', '8.0000', '2022-04-29', 'received', '1.4900', '1.4900', NULL, NULL, NULL, 1, 'PZA', '35.0000', NULL, NULL, NULL, NULL, '1.4900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4019, 18, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '48.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '57.1200', '27.0000', '2022-04-29', 'received', '1.1900', '1.1900', NULL, NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.1900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4020, 18, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '4.5900', '22.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '100.9800', '0.0000', '2022-04-29', 'received', '4.5900', '4.5900', NULL, NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, '4.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4021, 18, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '15.1900', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '75.9500', '0.0000', '2022-04-29', 'received', '15.1900', '15.1900', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '15.1900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4022, 18, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '27.9900', '17.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '475.8300', '0.0000', '2022-04-29', 'received', '27.9900', '27.9900', NULL, NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, '27.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4023, 18, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '353.9900', '7.0000', '2022-04-29', 'received', '50.5700', '50.5700', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '50.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4024, 18, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '23.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '80.5000', '17.0000', '2022-04-29', 'received', '3.5000', '3.5000', NULL, NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, '3.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4025, 18, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '60.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '150.0000', '60.0000', '2022-04-29', 'received', '2.5000', '2.5000', NULL, NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4026, 18, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '4.5000', '3.0000', '2022-04-29', 'received', '1.5000', '1.5000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4027, 18, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '28.4900', '28.4900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '28.4900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4028, 18, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '49.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '114.1700', '47.0000', '2022-04-29', 'received', '2.3300', '2.3300', NULL, NULL, NULL, 1, 'PZA', '49.0000', NULL, NULL, NULL, NULL, '2.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4029, 18, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '43.7500', '0.0000', '2022-04-29', 'received', '8.7500', '8.7500', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '8.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4030, 18, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.0000', '4.0000', '2022-04-29', 'received', '3.2500', '3.2500', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '3.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4031, 18, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '11.0000', '4.0000', '2022-04-29', 'received', '2.7500', '2.7500', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '2.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4032, 18, NULL, 2737, '7404001753652', 'CONDONES VIVE DE 3 UNIDADES', NULL, '5.2500', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '26.2500', '0.0000', '2022-04-29', 'received', '5.2500', '5.2500', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '5.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4033, 18, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '102.9000', '10.0000', '2022-04-29', 'received', '10.2900', '10.2900', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '10.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4034, 18, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '66.5000', '10.0000', '2022-04-29', 'received', '6.6500', '6.6500', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '6.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4035, 18, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '14.0000', '14.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '14.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4036, 18, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '9.6900', '1.0000', '2022-04-29', 'received', '9.6900', '9.6900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '9.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4037, 18, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '29.8500', '1.0000', '2022-04-29', 'received', '9.9500', '9.9500', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '9.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4038, 18, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '12.0000', '12.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '12.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4039, 18, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '238.5000', '8.0000', '2022-04-29', 'received', '26.5000', '26.5000', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '26.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4040, 18, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '222.3000', '4.0000', '2022-04-29', 'received', '24.7000', '24.7000', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '24.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4041, 18, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '22.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '28.3800', '0.0000', '2022-04-29', 'received', '1.2900', '1.2900', NULL, NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, '1.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4042, 18, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '47.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '107.6300', '40.0000', '2022-04-29', 'received', '2.2900', '2.2900', NULL, NULL, NULL, 1, 'PZA', '47.0000', NULL, NULL, NULL, NULL, '2.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4043, 18, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '20.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '17.4000', '17.0000', '2022-04-29', 'received', '0.8700', '0.8700', NULL, NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4044, 18, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '107.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '73.8300', '0.0000', '2022-04-29', 'received', '0.6900', '0.6900', NULL, NULL, NULL, 1, 'PZA', '107.0000', NULL, NULL, NULL, NULL, '0.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4045, 18, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '2.6200', '0.0000', '2022-04-29', 'received', '2.6200', '2.6200', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '2.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4046, 18, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '23.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '411.9300', '23.0000', '2022-04-29', 'received', '17.9100', '17.9100', NULL, NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, '17.9100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4047, 18, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '43.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '46.8700', '34.0000', '2022-04-29', 'received', '1.0900', '1.0900', NULL, NULL, NULL, 1, 'PZA', '43.0000', NULL, NULL, NULL, NULL, '1.0900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4048, 18, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '90.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '45.0000', '87.0000', '2022-04-29', 'received', '0.5000', '0.5000', NULL, NULL, NULL, 1, 'PZA', '90.0000', NULL, NULL, NULL, NULL, '0.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4049, 18, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '39.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '71.7600', '37.0000', '2022-04-29', 'received', '1.8400', '1.8400', NULL, NULL, NULL, 1, 'PZA', '39.0000', NULL, NULL, NULL, NULL, '1.8400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4050, 18, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '54.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '183.6000', '48.0000', '2022-04-29', 'received', '3.4000', '3.4000', NULL, NULL, NULL, 1, 'PZA', '54.0000', NULL, NULL, NULL, NULL, '3.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4051, 18, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.8900', '0.8900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4052, 18, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.0300', '3.0300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4053, 18, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '45.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '173.2500', '40.0000', '2022-04-29', 'received', '3.8500', '3.8500', NULL, NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, '3.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4054, 18, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '6.3800', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '25.5200', '0.0000', '2022-04-29', 'received', '6.3800', '6.3800', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '6.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4055, 18, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '14.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '161.9800', '10.0000', '2022-04-29', 'received', '11.5700', '11.5700', NULL, NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '11.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4056, 18, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '73.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '43.8000', '73.0000', '2022-04-29', 'received', '0.6000', '0.6000', NULL, NULL, NULL, 1, 'PZA', '73.0000', NULL, NULL, NULL, NULL, '0.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4057, 18, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '45.6600', '4.0000', '2022-04-29', 'received', '7.6100', '7.6100', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '7.6100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4058, 18, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '45.9600', '2.0000', '2022-04-29', 'received', '11.4900', '11.4900', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '11.4900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4059, 18, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '52.0000', '3.0000', '2022-04-29', 'received', '13.0000', '13.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '13.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4060, 18, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.3000', '2.0000', '2022-04-29', 'received', '9.6500', '9.6500', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '9.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4061, 18, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '289.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '375.7000', '218.0000', '2022-04-29', 'received', '1.3000', '1.3000', NULL, NULL, NULL, 1, 'PZA', '289.0000', NULL, NULL, NULL, NULL, '1.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4062, 18, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '12.7500', '12.7500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '12.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4063, 18, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '10.2600', '1.0000', '2022-04-29', 'received', '10.2600', '10.2600', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '10.2600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4064, 18, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '9.1800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '9.1800', '9.1800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '9.1800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4065, 18, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '106.7500', '4.0000', '2022-04-29', 'received', '15.2500', '15.2500', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '15.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4066, 18, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '77.1100', '2.0000', '2022-04-29', 'received', '7.0100', '7.0100', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '7.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4067, 18, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '11.9400', '3.0000', '2022-04-29', 'received', '3.9800', '3.9800', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '3.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4068, 18, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '8.0000', '2.0000', '2022-04-29', 'received', '4.0000', '4.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4069, 18, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '23.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '186.3000', '22.0000', '2022-04-29', 'received', '8.1000', '8.1000', NULL, NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, '8.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4070, 18, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '44.6800', '0.0000', '2022-04-29', 'received', '11.1700', '11.1700', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '11.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4071, 18, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '10.7000', '10.7000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '10.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4072, 18, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '5.0000', '5.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4073, 18, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '60.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '54.6000', '60.0000', '2022-04-29', 'received', '0.9100', '0.9100', NULL, NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.9100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4074, 18, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '41.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '102.5000', '0.0000', '2022-04-29', 'received', '2.5000', '2.5000', NULL, NULL, NULL, 1, 'PZA', '41.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4075, 18, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '7.0000', '7.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4076, 18, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '7.0000', '7.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4077, 18, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '6.5000', '1.0000', '2022-04-29', 'received', '6.5000', '6.5000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '6.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4078, 18, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '5.5000', '5.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '5.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4079, 18, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '5.5000', '5.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '5.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4080, 18, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '8.0000', '8.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4081, 18, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '8.0000', '8.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4082, 18, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '7.0000', '7.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4083, 18, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '6.5000', '6.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '6.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4084, 18, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '8.4200', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '42.1000', '0.0000', '2022-04-29', 'received', '8.4200', '8.4200', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '8.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4085, 18, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.0100', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '30.0600', '0.0000', '2022-04-29', 'received', '5.0100', '5.0100', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4086, 18, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9100', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '17.4600', '0.0000', '2022-04-29', 'received', '2.9100', '2.9100', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '2.9100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4087, 18, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '75.3100', '0.0000', '2022-04-29', 'received', '75.3100', '75.3100', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '75.3100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4088, 18, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '41.4000', '2.0000', '2022-04-29', 'received', '8.2800', '8.2800', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '8.2800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4089, 18, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '38.8000', '4.0000', '2022-04-29', 'received', '7.7600', '7.7600', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '7.7600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4090, 18, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '41.4000', '4.0000', '2022-04-29', 'received', '8.2800', '8.2800', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '8.2800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4091, 18, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.0400', '3.0000', '2022-04-29', 'received', '7.7600', '7.7600', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '7.7600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4092, 18, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0800', '7.0000', '2022-04-29', 'received', '0.0100', '0.0100', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '0.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4093, 18, NULL, 2798, '748928004839', 'DETERGENTE ORIX 125 GR', NULL, '1.5700', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '18.8400', '12.0000', '2022-04-29', 'received', '1.5700', '1.5700', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4094, 18, NULL, 2799, '748928006505', 'DETERGENTE ORIX 450 GR', NULL, '4.0000', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '28.0000', '0.0000', '2022-04-29', 'received', '4.0000', '4.0000', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4095, 18, NULL, 2800, '748928006512', 'DETERGENTE ORIX 900 GR', NULL, '9.8500', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '59.1000', '0.0000', '2022-04-29', 'received', '9.8500', '9.8500', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4096, 18, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '9.0000', '0.0000', '2022-04-29', 'received', '9.0000', '9.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4097, 18, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '38.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '679.4400', '30.0000', '2022-04-29', 'received', '17.8800', '17.8800', NULL, NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, '17.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4098, 18, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '31.5000', '31.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '31.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4099, 18, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '62.0000', '62.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '62.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4100, 18, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.2600', '3.0000', '2022-04-29', 'received', '4.4200', '4.4200', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '4.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4101, 18, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '65.9000', '6.0000', '2022-04-29', 'received', '6.5900', '6.5900', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '6.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4102, 18, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.1400', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '181.2600', '0.0000', '2022-04-29', 'received', '20.1400', '20.1400', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '20.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4103, 18, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '44.2900', '44.2900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '44.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4104, 18, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '180.0000', '2.0000', '2022-04-29', 'received', '45.0000', '45.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '45.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4105, 18, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '165.6400', '2.0000', '2022-04-29', 'received', '41.4100', '41.4100', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '41.4100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4106, 18, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '59.0000', '59.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '59.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4107, 18, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '89.5400', '0.0000', '2022-04-29', 'received', '44.7700', '44.7700', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '44.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4108, 18, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '46.8800', '2.0000', '2022-04-29', 'received', '11.7200', '11.7200', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '11.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4109, 18, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '35.1600', '1.0000', '2022-04-29', 'received', '11.7200', '11.7200', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '11.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4110, 18, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '71.6400', '1.0000', '2022-04-29', 'received', '11.9400', '11.9400', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '11.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4111, 18, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '7.0300', '7.0300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '7.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4112, 18, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '250.6800', '2.0000', '2022-04-29', 'received', '20.8900', '20.8900', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '20.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4113, 18, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '20.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '200.8000', '7.0000', '2022-04-29', 'received', '10.0400', '10.0400', NULL, NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '10.0400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4114, 18, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '20.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '180.0000', '20.0000', '2022-04-29', 'received', '9.0000', '9.0000', NULL, NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4115, 18, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '22.5000', '0.0000', '2022-04-29', 'received', '11.2500', '11.2500', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '11.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4116, 18, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '24.9700', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '224.7300', '0.0000', '2022-04-29', 'received', '24.9700', '24.9700', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '24.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4117, 18, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6700', '119.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '555.7300', '0.0000', '2022-04-29', 'received', '4.6700', '4.6700', NULL, NULL, NULL, 1, 'PZA', '119.0000', NULL, NULL, NULL, NULL, '4.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4118, 18, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '32.1600', '0.0000', '2022-04-29', 'received', '10.7200', '10.7200', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '10.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4119, 18, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '100.0000', '2.0000', '2022-04-29', 'received', '50.0000', '50.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '50.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4120, 18, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '53.6800', '53.6800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '53.6800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4121, 18, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '25.0000', '0.0000', '2022-04-29', 'received', '25.0000', '25.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '25.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4122, 18, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1600', '188.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '30.0800', '0.0000', '2022-04-29', 'received', '0.1600', '0.1600', NULL, NULL, NULL, 1, 'PZA', '188.0000', NULL, NULL, NULL, NULL, '0.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4123, 18, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2300', '120.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '27.6000', '118.0000', '2022-04-29', 'received', '0.2300', '0.2300', NULL, NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '0.2300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4124, 18, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '34.0000', '1.0000', '2022-04-29', 'received', '34.0000', '34.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '34.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4125, 18, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.0000', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '44.0000', '0.0000', '2022-04-29', 'received', '4.0000', '4.0000', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4126, 18, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '5.3000', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.8000', '0.0000', '2022-04-29', 'received', '5.3000', '5.3000', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4127, 18, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '15.0000', '3.0000', '2022-04-29', 'received', '3.7500', '3.7500', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4128, 18, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '54.4400', '1.0000', '2022-04-29', 'received', '27.2200', '27.2200', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '27.2200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4129, 18, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '37.5100', '37.5100', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '37.5100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4130, 18, NULL, 2835, 'D87', 'ESCOBAS', NULL, '10.6700', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '32.0100', '0.0000', '2022-04-29', 'received', '10.6700', '10.6700', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '10.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4131, 18, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '11.9200', '0.0000', '2022-04-29', 'received', '11.9200', '11.9200', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '11.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4132, 18, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '1.0000', '4.0000', '2022-04-29', 'received', '0.2500', '0.2500', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '0.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4133, 18, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '24.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '45.6000', '24.0000', '2022-04-29', 'received', '1.9000', '1.9000', NULL, NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '1.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4134, 18, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '5.2200', '9.0000', '2022-04-29', 'received', '0.5800', '0.5800', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '0.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4135, 18, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '8.9200', '4.0000', '2022-04-29', 'received', '2.2300', '2.2300', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '2.2300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4136, 18, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '7.1100', '9.0000', '2022-04-29', 'received', '0.7900', '0.7900', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '0.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4137, 18, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '11.4300', '9.0000', '2022-04-29', 'received', '1.2700', '1.2700', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '1.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4138, 18, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '14.3100', '9.0000', '2022-04-29', 'received', '1.5900', '1.5900', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '1.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4139, 18, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '556.5100', '1.0000', '2022-04-29', 'received', '556.5100', '556.5100', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '556.5100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4140, 18, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '530.0000', '530.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '530.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4141, 18, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '230.7200', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '230.7200', '0.0000', '2022-04-29', 'received', '230.7200', '230.7200', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '230.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4142, 18, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '800.0000', '1.0000', '2022-04-29', 'received', '800.0000', '800.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '800.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4143, 18, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '76.5500', '0.0000', '2022-04-29', 'received', '15.3100', '15.3100', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '15.3100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4144, 18, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '308.0000', '11.0000', '2022-04-29', 'received', '28.0000', '28.0000', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '28.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4145, 18, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '130.6800', '0.0000', '2022-04-29', 'received', '10.8900', '10.8900', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '10.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4146, 18, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '48.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '282.2400', '31.0000', '2022-04-29', 'received', '5.8800', '5.8800', NULL, NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4147, 18, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '151.4000', '5.0000', '2022-04-29', 'received', '30.2800', '30.2800', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '30.2800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4148, 18, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '54.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '150.1200', '42.0000', '2022-04-29', 'received', '2.7800', '2.7800', NULL, NULL, NULL, 1, 'PZA', '54.0000', NULL, NULL, NULL, NULL, '2.7800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4149, 18, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '29.3600', '4.0000', '2022-04-29', 'received', '7.3400', '7.3400', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '7.3400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4150, 18, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '70.0000', '1.0000', '2022-04-29', 'received', '70.0000', '70.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '70.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4151, 18, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '16.0000', '16.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '16.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4152, 18, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '73.2000', '12.0000', '2022-04-29', 'received', '6.1000', '6.1000', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '6.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4153, 18, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '57.4200', '5.0000', '2022-04-29', 'received', '6.3800', '6.3800', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '6.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4154, 18, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '75.8400', '6.0000', '2022-04-29', 'received', '6.3200', '6.3200', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '6.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4155, 18, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '64.8000', '10.0000', '2022-04-29', 'received', '5.4000', '5.4000', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4156, 18, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '79.3000', '13.0000', '2022-04-29', 'received', '6.1000', '6.1000', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '6.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4157, 18, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '89.1000', '10.0000', '2022-04-29', 'received', '8.1000', '8.1000', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '8.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4158, 18, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.5000', '1.0000', '2022-04-29', 'received', '9.7500', '9.7500', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '9.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4159, 18, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '44.5000', '0.0000', '2022-04-29', 'received', '4.4500', '4.4500', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4160, 18, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '6.7200', '6.0000', '2022-04-29', 'received', '1.1200', '1.1200', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '1.1200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4161, 18, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '19.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '1349.0000', '17.0000', '2022-04-29', 'received', '71.0000', '71.0000', NULL, NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, '71.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4162, 18, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '410.1900', '7.0000', '2022-04-29', 'received', '37.2900', '37.2900', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '37.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4163, 18, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '488.6700', '8.0000', '2022-04-29', 'received', '37.5900', '37.5900', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '37.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4164, 18, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '374.8500', '6.0000', '2022-04-29', 'received', '41.6500', '41.6500', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '41.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4165, 18, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '333.1200', '5.0000', '2022-04-29', 'received', '41.6400', '41.6400', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '41.6400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4166, 18, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.0000', '4.0000', '2022-04-29', 'received', '3.2500', '3.2500', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '3.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4167, 18, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '7.0000', '7.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4168, 18, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.5000', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '27.5000', '0.0000', '2022-04-29', 'received', '2.5000', '2.5000', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4169, 18, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.5600', '6.0000', '2022-04-29', 'received', '2.2600', '2.2600', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '2.2600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4170, 18, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '2.9800', '2.9800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '2.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4171, 18, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '6.0800', '6.0800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '6.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4172, 18, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5400', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '27.9400', '0.0000', '2022-04-29', 'received', '2.5400', '2.5400', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '2.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4173, 18, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '50.0000', '0.0000', '2022-04-29', 'received', '50.0000', '50.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '50.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4174, 18, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '40.8000', '0.0000', '2022-04-29', 'received', '5.1000', '5.1000', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4175, 18, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '5.1000', '5.1000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4176, 18, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '0.8200', '18.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '14.7600', '0.0000', '2022-04-29', 'received', '0.8200', '0.8200', NULL, NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '0.8200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4177, 18, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.8300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.8300', '0.8300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4178, 18, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '38.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '60.0400', '33.0000', '2022-04-29', 'received', '1.5800', '1.5800', NULL, NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, '1.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4179, 18, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.6800', '6.0000', '2022-04-29', 'received', '3.2800', '3.2800', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.2800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4180, 18, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.4000', '0.4000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4181, 18, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '40.8000', '0.0000', '2022-04-29', 'received', '5.1000', '5.1000', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4182, 18, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '0.8300', '34.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '28.2200', '0.0000', '2022-04-29', 'received', '0.8300', '0.8300', NULL, NULL, NULL, 1, 'PZA', '34.0000', NULL, NULL, NULL, NULL, '0.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4183, 18, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8500', '44.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '37.4000', '0.0000', '2022-04-29', 'received', '0.8500', '0.8500', NULL, NULL, NULL, 1, 'PZA', '44.0000', NULL, NULL, NULL, NULL, '0.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4184, 18, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '29.8200', '0.0000', '2022-04-29', 'received', '4.2600', '4.2600', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '4.2600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4185, 18, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '4.2500', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '34.0000', '0.0000', '2022-04-29', 'received', '4.2500', '4.2500', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4186, 18, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '26.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '132.6000', '0.0000', '2022-04-29', 'received', '5.1000', '5.1000', NULL, NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4187, 18, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '2.7500', '2.7500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '2.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4188, 18, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.0800', '36.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '38.8800', '0.0000', '2022-04-29', 'received', '1.0800', '1.0800', NULL, NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '1.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4189, 18, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '81.6000', '0.0000', '2022-04-29', 'received', '5.1000', '5.1000', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4190, 18, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '5.4400', '16.0000', '2022-04-29', 'received', '0.3400', '0.3400', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '0.3400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4191, 18, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '23.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.5500', '23.0000', '2022-04-29', 'received', '0.8500', '0.8500', NULL, NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, '0.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4192, 18, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '132.7200', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '265.4400', '0.0000', '2022-04-29', 'received', '132.7200', '132.7200', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '132.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4193, 18, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '193.4200', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '193.4200', '193.4200', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '193.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4194, 18, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '465.0000', '3.0000', '2022-04-29', 'received', '155.0000', '155.0000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '155.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4195, 18, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '150.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '150.0000', '0.0000', '2022-04-29', 'received', '150.0000', '150.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '150.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4196, 18, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.0900', '38.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '535.4200', '0.0000', '2022-04-29', 'received', '14.0900', '14.0900', NULL, NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, '14.0900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4197, 19, NULL, 2902, '7', 'GATORADE', NULL, '6.5800', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '78.9600', '0.0000', '2022-04-29', 'received', '6.5800', '6.5800', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '6.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4198, 19, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.7400', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.7400', '0.7400', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4199, 19, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '7.0000', '7.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4200, 19, NULL, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', NULL, '4.1600', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '24.9600', '0.0000', '2022-04-29', 'received', '4.1600', '4.1600', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4201, 19, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.2000', '10.0000', '2022-04-29', 'received', '1.6000', '1.6000', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4202, 19, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.4400', '8.0000', '2022-04-29', 'received', '2.1600', '2.1600', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '2.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4203, 19, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '85.2800', '3.0000', '2022-04-29', 'received', '6.5600', '6.5600', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '6.5600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4204, 19, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '8.2500', '8.2500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '8.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4205, 19, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '41.8800', '6.0000', '2022-04-29', 'received', '3.4900', '3.4900', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.4900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4206, 19, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.0800', '3.0800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4207, 19, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '140.0000', '0.0000', '2022-04-29', 'received', '70.0000', '70.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '70.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4208, 19, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '35.0000', '1.0000', '2022-04-29', 'received', '35.0000', '35.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4209, 19, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '124.0000', '3.0000', '2022-04-29', 'received', '31.0000', '31.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '31.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4210, 19, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '38.7500', '38.7500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '38.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4211, 19, NULL, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', NULL, '34.1000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '102.3000', '0.0000', '2022-04-29', 'received', '34.1000', '34.1000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '34.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4212, 19, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.3800', '45.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '422.1000', '0.0000', '2022-04-29', 'received', '9.3800', '9.3800', NULL, NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, '9.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4213, 19, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8800', '26.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '48.8800', '0.0000', '2022-04-29', 'received', '1.8800', '1.8800', NULL, NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '1.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4214, 19, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '96.0000', '0.0000', '2022-04-29', 'received', '6.0000', '6.0000', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4215, 19, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.7500', '3.7500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4216, 19, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '64.0000', '0.0000', '2022-04-29', 'received', '4.0000', '4.0000', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4217, 19, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '52.5000', '0.0000', '2022-04-29', 'received', '7.5000', '7.5000', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4218, 19, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '27.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '81.0000', '0.0000', '2022-04-29', 'received', '3.0000', '3.0000', NULL, NULL, NULL, 1, 'PZA', '27.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4219, 19, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '60.0000', '0.0000', '2022-04-29', 'received', '7.5000', '7.5000', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4220, 19, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '21.0000', '21.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '21.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4221, 19, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '35.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '131.2500', '0.0000', '2022-04-29', 'received', '3.7500', '3.7500', NULL, NULL, NULL, 1, 'PZA', '35.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4222, 19, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '87.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '130.5000', '0.0000', '2022-04-29', 'received', '1.5000', '1.5000', NULL, NULL, NULL, 1, 'PZA', '87.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4223, 19, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.7500', '3.7500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4224, 19, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '3.7500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.7500', '3.7500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4225, 19, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '17.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '76.5000', '0.0000', '2022-04-29', 'received', '4.5000', '4.5000', NULL, NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4226, 19, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '12.0000', '12.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '12.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4227, 19, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '11.2500', '0.0000', '2022-04-29', 'received', '11.2500', '11.2500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '11.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4228, 19, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '109.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '81.7500', '0.0000', '2022-04-29', 'received', '0.7500', '0.7500', NULL, NULL, NULL, 1, 'PZA', '109.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4229, 19, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '40.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '150.0000', '0.0000', '2022-04-29', 'received', '3.7500', '3.7500', NULL, NULL, NULL, 1, 'PZA', '40.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4230, 19, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '5.2500', '0.0000', '2022-04-29', 'received', '0.7500', '0.7500', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4231, 19, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.7500', '3.7500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4232, 19, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '906.5100', '1.0000', '2022-04-29', 'received', '906.5100', '906.5100', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '906.5100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4233, 19, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '38.0000', '1.0000', '2022-04-29', 'received', '38.0000', '38.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4234, 19, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '10.8400', '0.0000', '2022-04-29', 'received', '5.4200', '5.4200', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '5.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4235, 19, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '38.4000', '7.0000', '2022-04-29', 'received', '4.8000', '4.8000', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '4.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4236, 19, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '50.0000', '1.0000', '2022-04-29', 'received', '50.0000', '50.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '50.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4237, 19, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '43.5000', '2.0000', '2022-04-29', 'received', '21.7500', '21.7500', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '21.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4238, 19, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '238.7600', '3.0000', '2022-04-29', 'received', '59.6900', '59.6900', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '59.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4239, 19, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '83.5700', '83.5700', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '83.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4240, 19, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '217.8500', '217.8500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '217.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4241, 19, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '153.4000', '153.4000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '153.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4242, 19, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '113.5000', '0.0000', '2022-04-29', 'received', '113.5000', '113.5000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '113.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4243, 19, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '4.7600', '2.0000', '2022-04-29', 'received', '2.3800', '2.3800', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '2.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4244, 19, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '5.9200', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '53.2800', '0.0000', '2022-04-29', 'received', '5.9200', '5.9200', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '5.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4245, 19, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.6700', '24.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '304.0800', '0.0000', '2022-04-29', 'received', '12.6700', '12.6700', NULL, NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '12.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4246, 19, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.0000', '29.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '58.0000', '0.0000', '2022-04-29', 'received', '2.0000', '2.0000', NULL, NULL, NULL, 1, 'PZA', '29.0000', NULL, NULL, NULL, NULL, '2.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4247, 19, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '2.8600', '93.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '265.9800', '0.0000', '2022-04-29', 'received', '2.8600', '2.8600', NULL, NULL, NULL, 1, 'PZA', '93.0000', NULL, NULL, NULL, NULL, '2.8600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4248, 19, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '3.7500', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '22.5000', '0.0000', '2022-04-29', 'received', '3.7500', '3.7500', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4249, 19, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '262.0000', '1.0000', '2022-04-29', 'received', '262.0000', '262.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '262.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4250, 19, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '120.0000', '1.0000', '2022-04-29', 'received', '40.0000', '40.0000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '40.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4251, 19, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '7.0000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '21.0000', '0.0000', '2022-04-29', 'received', '7.0000', '7.0000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4252, 19, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '35.0000', '2.0000', '2022-04-29', 'received', '7.0000', '7.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4253, 19, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0200', '0.0000', '2022-04-29', 'received', '0.0100', '0.0100', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '0.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4254, 19, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '13.6200', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '54.4800', '3.0000', '2022-04-29', 'received', '13.6200', '13.6200', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '13.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4255, 19, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '73.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '693.5000', '0.0000', '2022-04-29', 'received', '9.5000', '9.5000', NULL, NULL, NULL, 1, 'PZA', '73.0000', NULL, NULL, NULL, NULL, '9.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4256, 19, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '12.0000', '34.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '408.0000', '0.0000', '2022-04-29', 'received', '12.0000', '12.0000', NULL, NULL, NULL, 1, 'PZA', '34.0000', NULL, NULL, NULL, NULL, '12.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4257, 19, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '21.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '165.9000', '11.0000', '2022-04-29', 'received', '7.9000', '7.9000', NULL, NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '7.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4258, 19, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9200', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '5.8400', '0.0000', '2022-04-29', 'received', '2.9200', '2.9200', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '2.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4259, 19, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '17.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '184.1100', '10.0000', '2022-04-29', 'received', '10.8300', '10.8300', NULL, NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4260, 19, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '49.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '137.2000', '26.0000', '2022-04-29', 'received', '2.8000', '2.8000', NULL, NULL, NULL, 1, 'PZA', '49.0000', NULL, NULL, NULL, NULL, '2.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4261, 19, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '34.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '83.3000', '18.0000', '2022-04-29', 'received', '2.4500', '2.4500', NULL, NULL, NULL, 1, 'PZA', '34.0000', NULL, NULL, NULL, NULL, '2.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4262, 19, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '49.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '120.0500', '18.0000', '2022-04-29', 'received', '2.4500', '2.4500', NULL, NULL, NULL, 1, 'PZA', '49.0000', NULL, NULL, NULL, NULL, '2.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4263, 19, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '49.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '137.2000', '16.0000', '2022-04-29', 'received', '2.8000', '2.8000', NULL, NULL, NULL, 1, 'PZA', '49.0000', NULL, NULL, NULL, NULL, '2.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4264, 19, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '108.0000', '13.0000', '2022-04-29', 'received', '4.5000', '4.5000', NULL, NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4265, 19, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '45.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '126.0000', '20.0000', '2022-04-29', 'received', '2.8000', '2.8000', NULL, NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, '2.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4266, 19, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '21.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '110.2500', '16.0000', '2022-04-29', 'received', '5.2500', '5.2500', NULL, NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '5.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4267, 19, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '288.3900', '0.0000', '2022-04-29', 'received', '288.3900', '288.3900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '288.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4268, 19, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '8.1700', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '40.8500', '0.0000', '2022-04-29', 'received', '8.1700', '8.1700', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '8.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4269, 19, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '36.5000', '5.0000', '2022-04-29', 'received', '7.3000', '7.3000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '7.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4270, 19, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.3400', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '6.3400', '6.3400', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '6.3400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4271, 19, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '11.5000', '11.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '11.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4272, 19, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.0800', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '144.0400', '0.0000', '2022-04-29', 'received', '11.0800', '11.0800', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '11.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4273, 19, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '17.5300', '17.5300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '17.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4274, 19, NULL, 2979, '7702031642725', 'LISTERINE COOL MINT', NULL, '29.7000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '89.1000', '3.0000', '2022-04-29', 'received', '29.7000', '29.7000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '29.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4275, 19, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '212.8200', '0.0000', '2022-04-29', 'received', '35.4700', '35.4700', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '35.4700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4276, 19, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '44.3200', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '132.9600', '0.0000', '2022-04-29', 'received', '44.3200', '44.3200', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '44.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4277, 19, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '67.0800', '0.0000', '2022-04-29', 'received', '5.1600', '5.1600', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4278, 19, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '22.4200', '1.0000', '2022-04-29', 'received', '22.4200', '22.4200', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '22.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4279, 19, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '54.0000', '2.0000', '2022-04-29', 'received', '27.0000', '27.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '27.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4280, 19, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '28.4300', '1.0000', '2022-04-29', 'received', '28.4300', '28.4300', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '28.4300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4281, 19, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '60.0000', '2.0000', '2022-04-29', 'received', '30.0000', '30.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '30.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4282, 19, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '178.0000', '2.0000', '2022-04-29', 'received', '44.5000', '44.5000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '44.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4283, 19, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '140.0000', '1.0000', '2022-04-29', 'received', '35.0000', '35.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4284, 19, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '15.9500', '15.9500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '15.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4285, 19, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '10.0000', '10.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '10.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4286, 19, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '25.0300', '0.0000', '2022-04-29', 'received', '25.0300', '25.0300', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '25.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4287, 19, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '189.7000', '1.0000', '2022-04-29', 'received', '94.8500', '94.8500', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '94.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4288, 19, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '141.6600', '3.0000', '2022-04-29', 'received', '47.2200', '47.2200', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '47.2200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4289, 19, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '34.4900', '34.4900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '34.4900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4290, 19, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '22.0000', '22.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '22.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4291, 19, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '7.8500', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '94.2000', '0.0000', '2022-04-29', 'received', '7.8500', '7.8500', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4292, 19, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '60.0000', '0.0000', '2022-04-29', 'received', '60.0000', '60.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '60.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4293, 19, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '85.7500', '85.7500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '85.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4294, 19, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '63.0000', '3.0000', '2022-04-29', 'received', '21.0000', '21.0000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '21.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4295, 19, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '59.0000', '0.0000', '2022-04-29', 'received', '59.0000', '59.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '59.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4296, 19, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '85.0000', '85.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '85.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4297, 19, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '104.7900', '1.0000', '2022-04-29', 'received', '104.7900', '104.7900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '104.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4298, 19, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '43.0800', '0.0000', '2022-04-29', 'received', '7.1800', '7.1800', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '7.1800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4299, 19, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '96.0000', '1.0000', '2022-04-29', 'received', '24.0000', '24.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '24.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4300, 19, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '65.0000', '1.0000', '2022-04-29', 'received', '65.0000', '65.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '65.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4301, 19, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '143.6400', '4.0000', '2022-04-29', 'received', '23.9400', '23.9400', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '23.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4302, 19, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '24.0000', '0.0000', '2022-04-29', 'received', '24.0000', '24.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '24.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4303, 19, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '11.1500', '11.1500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '11.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4304, 19, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '24.0000', '0.0000', '2022-04-29', 'received', '8.0000', '8.0000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4305, 19, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '181.5800', '0.0000', '2022-04-29', 'received', '90.7900', '90.7900', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '90.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4306, 19, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '23.7500', '23.7500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '23.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4307, 19, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '157.1400', '157.1400', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '157.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4308, 19, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '95.7100', '95.7100', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '95.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4309, 19, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.1300', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '51.3000', '0.0000', '2022-04-29', 'received', '5.1300', '5.1300', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '5.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4310, 19, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.8300', '0.8300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4311, 19, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.9000', '0.9000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4312, 19, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.1700', '29.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '120.9300', '0.0000', '2022-04-29', 'received', '4.1700', '4.1700', NULL, NULL, NULL, 1, 'PZA', '29.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4313, 19, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '108.0000', '0.0000', '2022-04-29', 'received', '36.0000', '36.0000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '36.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4314, 19, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '189.1900', '0.0000', '2022-04-29', 'received', '189.1900', '189.1900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '189.1900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4315, 19, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '342.9000', '0.0000', '2022-04-29', 'received', '171.4500', '171.4500', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '171.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4316, 19, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '32.9500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '32.9500', '0.0000', '2022-04-29', 'received', '32.9500', '32.9500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '32.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4317, 19, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '62.0600', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '124.1200', '0.0000', '2022-04-29', 'received', '62.0600', '62.0600', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '62.0600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4318, 19, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '241.4500', '11.0000', '2022-04-29', 'received', '21.9500', '21.9500', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '21.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4319, 19, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '262.5000', '15.0000', '2022-04-29', 'received', '17.5000', '17.5000', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '17.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4320, 19, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '205.0200', '4.0000', '2022-04-29', 'received', '34.1700', '34.1700', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '34.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4321, 19, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4800', '48.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '119.0400', '40.0000', '2022-04-29', 'received', '2.4800', '2.4800', NULL, NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.4800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4322, 19, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '15.4000', '0.0000', '2022-04-29', 'received', '7.7000', '7.7000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '7.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4323, 19, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '60.0000', '2.0000', '2022-04-29', 'received', '10.0000', '10.0000', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4324, 19, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '47.6000', '0.0000', '2022-04-29', 'received', '5.9500', '5.9500', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4325, 19, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '113.1900', '11.0000', '2022-04-29', 'received', '10.2900', '10.2900', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '10.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4326, 19, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '87.5000', '5.0000', '2022-04-29', 'received', '17.5000', '17.5000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '17.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4327, 19, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '1.1500', '1.1500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '1.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4328, 19, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '160.0000', '1.0000', '2022-04-29', 'received', '40.0000', '40.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '40.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4329, 19, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '152.4000', '3.0000', '2022-04-29', 'received', '50.8000', '50.8000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '50.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4330, 19, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '48.6400', '4.0000', '2022-04-29', 'received', '12.1600', '12.1600', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '12.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4331, 19, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '21.6300', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '86.5200', '0.0000', '2022-04-29', 'received', '21.6300', '21.6300', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '21.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4332, 19, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '81.3200', '0.0000', '2022-04-29', 'received', '40.6600', '40.6600', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '40.6600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4333, 19, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '15.0000', '15.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4334, 19, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '192.5100', '1.0000', '2022-04-29', 'received', '192.5100', '192.5100', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '192.5100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4335, 19, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '276.5100', '276.5100', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '276.5100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4336, 19, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '34.0900', '34.0900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '34.0900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4337, 19, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '6.6400', '8.0000', '2022-04-29', 'received', '0.8300', '0.8300', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '0.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4338, 19, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '1.8800', '1.8800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '1.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4339, 19, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.0000', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '96.0000', '0.0000', '2022-04-29', 'received', '12.0000', '12.0000', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '12.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4340, 19, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '96.0000', '0.0000', '2022-04-29', 'received', '8.0000', '8.0000', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4341, 19, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '50.0000', '50.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '50.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4342, 19, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '63.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '105.2100', '0.0000', '2022-04-29', 'received', '1.6700', '1.6700', NULL, NULL, NULL, 1, 'PZA', '63.0000', NULL, NULL, NULL, NULL, '1.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4343, 19, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8300', '158.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '131.1400', '0.0000', '2022-04-29', 'received', '0.8300', '0.8300', NULL, NULL, NULL, 1, 'PZA', '158.0000', NULL, NULL, NULL, NULL, '0.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4344, 19, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '84.0000', '1.0000', '2022-04-29', 'received', '84.0000', '84.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '84.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4345, 19, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '28.5000', '0.0000', '2022-04-29', 'received', '9.5000', '9.5000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '9.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4346, 19, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '12.9000', '12.9000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '12.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4347, 19, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.1500', '1.0000', '2022-04-29', 'received', '19.1500', '19.1500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '19.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4348, 19, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\" 35113', NULL, '65.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '65.5000', '65.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '65.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4349, 19, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\" 35111', NULL, '49.8500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '49.8500', '49.8500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '49.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4350, 19, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '66.3900', '0.0000', '2022-04-29', 'received', '22.1300', '22.1300', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '22.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4351, 19, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '71.6900', '0.0000', '2022-04-29', 'received', '71.6900', '71.6900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '71.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4352, 19, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '92.6200', '0.0000', '2022-04-29', 'received', '92.6200', '92.6200', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '92.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4353, 19, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '107.9100', '0.0000', '2022-04-29', 'received', '107.9100', '107.9100', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '107.9100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4354, 19, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '1.0000', '1.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4355, 19, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.5000', '52.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '338.0000', '0.0000', '2022-04-29', 'received', '6.5000', '6.5000', NULL, NULL, NULL, 1, 'PZA', '52.0000', NULL, NULL, NULL, NULL, '6.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4356, 19, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.1700', '45.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '187.6500', '0.0000', '2022-04-29', 'received', '4.1700', '4.1700', NULL, NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4357, 19, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0800', '31.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '405.4800', '0.0000', '2022-04-29', 'received', '13.0800', '13.0800', NULL, NULL, NULL, 1, 'PZA', '31.0000', NULL, NULL, NULL, NULL, '13.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4358, 19, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.6300', '48.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '126.2400', '0.0000', '2022-04-29', 'received', '2.6300', '2.6300', NULL, NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4359, 19, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '17.8000', '0.0000', '2022-04-29', 'received', '4.4500', '4.4500', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4360, 19, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '72.0000', '1.0000', '2022-04-29', 'received', '36.0000', '36.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '36.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4361, 19, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '38.0000', '38.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4362, 19, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '123.7500', '2.0000', '2022-04-29', 'received', '41.2500', '41.2500', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '41.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4363, 19, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '52.6000', '2.0000', '2022-04-29', 'received', '26.3000', '26.3000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '26.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4364, 19, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '26.3000', '0.0000', '2022-04-29', 'received', '26.3000', '26.3000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '26.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4365, 19, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '115.0000', '4.0000', '2022-04-29', 'received', '11.5000', '11.5000', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '11.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4366, 19, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.1500', '1.0000', '2022-04-29', 'received', '0.1500', '0.1500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '0.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4367, 19, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '1.5000', '3.0000', '2022-04-29', 'received', '0.5000', '0.5000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '0.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4368, 19, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '1.5400', '1.5400', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '1.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4369, 19, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.8600', '59.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '109.7400', '0.0000', '2022-04-29', 'received', '1.8600', '1.8600', NULL, NULL, NULL, 1, 'PZA', '59.0000', NULL, NULL, NULL, NULL, '1.8600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4370, 19, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '1.1700', '1.1700', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '1.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4371, 19, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '20.1000', '1.0000', '2022-04-29', 'received', '3.3500', '3.3500', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4372, 19, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '7.0000', '7.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4373, 19, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '4.9000', '1.0000', '2022-04-29', 'received', '4.9000', '4.9000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '4.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4374, 19, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '27.0000', '3.0000', '2022-04-29', 'received', '9.0000', '9.0000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4375, 19, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '75.9000', '0.0000', '2022-04-29', 'received', '12.6500', '12.6500', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4376, 19, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '203.5000', '0.0000', '2022-04-29', 'received', '20.3500', '20.3500', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '20.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4377, 19, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '14.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '361.2000', '0.0000', '2022-04-29', 'received', '25.8000', '25.8000', NULL, NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '25.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4378, 19, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '9.3800', '9.3800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '9.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4379, 19, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '4.2100', '42.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '176.8200', '0.0000', '2022-04-29', 'received', '4.2100', '4.2100', NULL, NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, '4.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4380, 19, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.0000', '26.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '104.0000', '0.0000', '2022-04-29', 'received', '4.0000', '4.0000', NULL, NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4381, 19, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.5800', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '33.5400', '0.0000', '2022-04-29', 'received', '2.5800', '2.5800', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4382, 19, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '164.4000', '7.0000', '2022-04-29', 'received', '20.5500', '20.5500', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '20.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4383, 19, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '11.9000', '11.9000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '11.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4384, 19, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '42.7500', '1.0000', '2022-04-29', 'received', '42.7500', '42.7500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '42.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4385, 19, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '46.5000', '1.0000', '2022-04-29', 'received', '46.5000', '46.5000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '46.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4386, 19, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '96.0000', '1.0000', '2022-04-29', 'received', '48.0000', '48.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '48.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4387, 19, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '65.0000', '65.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '65.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4388, 19, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '83.3000', '1.0000', '2022-04-29', 'received', '41.6500', '41.6500', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '41.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4389, 19, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '15.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '15.5000', '15.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '15.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4390, 19, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '70.0000', '4.0000', '2022-04-29', 'received', '14.0000', '14.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '14.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4391, 19, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '21.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '510.9300', '17.0000', '2022-04-29', 'received', '24.3300', '24.3300', NULL, NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '24.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4392, 19, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '23.0000', '1.0000', '2022-04-29', 'received', '23.0000', '23.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '23.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4393, 19, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '321.8800', '3.0000', '2022-04-29', 'received', '24.7600', '24.7600', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '24.7600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4394, 19, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '32.0000', '2.0000', '2022-04-29', 'received', '16.0000', '16.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '16.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4395, 19, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '12.3900', '2.0000', '2022-04-29', 'received', '4.1300', '4.1300', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '4.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4396, 19, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '26.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '178.6200', '8.0000', '2022-04-29', 'received', '6.8700', '6.8700', NULL, NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '6.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4397, 19, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '21.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '288.3300', '6.0000', '2022-04-29', 'received', '13.7300', '13.7300', NULL, NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '13.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4398, 19, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '98.1600', '1.0000', '2022-04-29', 'received', '98.1600', '98.1600', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '98.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4399, 19, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '72.3600', '2.0000', '2022-04-29', 'received', '36.1800', '36.1800', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '36.1800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4400, 19, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '30.0200', '0.0000', '2022-04-29', 'received', '30.0200', '30.0200', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '30.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4401, 19, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '78.7500', '4.0000', '2022-04-29', 'received', '15.7500', '15.7500', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '15.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4402, 19, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.8500', '0.0000', '2022-04-29', 'received', '19.8500', '19.8500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '19.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4403, 19, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '36.0000', '2.0000', '2022-04-29', 'received', '18.0000', '18.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '18.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4404, 19, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '150.2000', '0.0000', '2022-04-29', 'received', '75.1000', '75.1000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '75.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4405, 19, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '55.6000', '1.0000', '2022-04-29', 'received', '55.6000', '55.6000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '55.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4406, 19, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '64.0500', '1.0000', '2022-04-29', 'received', '64.0500', '64.0500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '64.0500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4407, 19, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '91.7600', '91.7600', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '91.7600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4408, 19, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '508.2000', '6.0000', '2022-04-29', 'received', '84.7000', '84.7000', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '84.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4409, 19, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '17.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '72.2500', '0.0000', '2022-04-29', 'received', '4.2500', '4.2500', NULL, NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4410, 19, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '22.0000', '22.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '22.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4411, 19, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '556.5000', '0.0000', '2022-04-29', 'received', '556.5000', '556.5000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '556.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4412, 19, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '42.3000', '2.0000', '2022-04-29', 'received', '8.4600', '8.4600', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '8.4600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4413, 19, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '54.2100', '0.0000', '2022-04-29', 'received', '18.0700', '18.0700', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '18.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4414, 19, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '72.6000', '0.0000', '2022-04-29', 'received', '36.3000', '36.3000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '36.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4415, 19, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.1700', '43.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '222.3100', '0.0000', '2022-04-29', 'received', '5.1700', '5.1700', NULL, NULL, NULL, 1, 'PZA', '43.0000', NULL, NULL, NULL, NULL, '5.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4416, 19, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.4600', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '12.3000', '0.0000', '2022-04-29', 'received', '2.4600', '2.4600', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '2.4600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4417, 19, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '4.0500', '4.0500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '4.0500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4418, 19, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.5700', '19.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '86.8300', '0.0000', '2022-04-29', 'received', '4.5700', '4.5700', NULL, NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, '4.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4419, 19, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '25.9500', '15.0000', '2022-04-29', 'received', '1.7300', '1.7300', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '1.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4420, 19, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '25.0000', '1.0000', '2022-04-29', 'received', '25.0000', '25.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '25.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4421, 19, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '9.8500', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '78.8000', '0.0000', '2022-04-29', 'received', '9.8500', '9.8500', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '9.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4422, 19, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '20.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '84.0000', '16.0000', '2022-04-29', 'received', '4.2000', '4.2000', NULL, NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '4.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4423, 19, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '54.0000', '8.0000', '2022-04-29', 'received', '6.0000', '6.0000', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4424, 19, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '18.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '108.0000', '15.0000', '2022-04-29', 'received', '6.0000', '6.0000', NULL, NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4425, 19, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '6.2600', '0.0000', '2022-04-29', 'received', '3.1300', '3.1300', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '3.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4426, 19, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '25.0000', '3.0000', '2022-04-29', 'received', '5.0000', '5.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4427, 19, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.5300', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '22.9500', '1.0000', '2022-04-29', 'received', '1.5300', '1.5300', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '1.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4428, 19, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '2.2400', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '35.8400', '2.0000', '2022-04-29', 'received', '2.2400', '2.2400', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '2.2400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4429, 19, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '14.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '55.3000', '13.0000', '2022-04-29', 'received', '3.9500', '3.9500', NULL, NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '3.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4430, 19, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '195.0000', '13.0000', '2022-04-29', 'received', '15.0000', '15.0000', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4431, 19, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '124.8000', '10.0000', '2022-04-29', 'received', '12.4800', '12.4800', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '12.4800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4432, 19, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '39.6500', '3.0000', '2022-04-29', 'received', '3.0500', '3.0500', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '3.0500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4433, 19, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '18.9700', '0.0000', '2022-04-29', 'received', '2.7100', '2.7100', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '2.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4434, 19, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '32.0000', '32.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '32.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4435, 19, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '20.6500', '20.6500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '20.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4436, 19, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '28.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '24.9200', '23.0000', '2022-04-29', 'received', '0.8900', '0.8900', NULL, NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '0.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4437, 19, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.3900', '18.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '151.0200', '0.0000', '2022-04-29', 'received', '8.3900', '8.3900', NULL, NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '8.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4438, 19, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '12.0000', '12.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '12.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4439, 19, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '70.5000', '6.0000', '2022-04-29', 'received', '7.0500', '7.0500', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '7.0500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4440, 19, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '14.9600', '14.9600', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '14.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4441, 19, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '180.0000', '6.0000', '2022-04-29', 'received', '30.0000', '30.0000', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '30.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4442, 19, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '4.3900', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '43.9000', '0.0000', '2022-04-29', 'received', '4.3900', '4.3900', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '4.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4443, 19, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '21.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '117.6000', '0.0000', '2022-04-29', 'received', '5.6000', '5.6000', NULL, NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '5.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4444, 19, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '35.0000', '7.0000', '2022-04-29', 'received', '5.0000', '5.0000', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4445, 19, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '378.6300', '7.0000', '2022-04-29', 'received', '42.0700', '42.0700', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '42.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4446, 19, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '14.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '61.6000', '13.0000', '2022-04-29', 'received', '4.4000', '4.4000', NULL, NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '4.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4447, 19, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '75.7500', '1.0000', '2022-04-29', 'received', '25.2500', '25.2500', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '25.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4448, 19, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '28.3600', '28.3600', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '28.3600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4449, 19, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '6.6200', '2.0000', '2022-04-29', 'received', '3.3100', '3.3100', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '3.3100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4450, 19, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '204.1500', '5.0000', '2022-04-29', 'received', '40.8300', '40.8300', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '40.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4451, 19, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '402.0300', '9.0000', '2022-04-29', 'received', '44.6700', '44.6700', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '44.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4452, 19, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '30.0000', '0.0000', '2022-04-29', 'received', '15.0000', '15.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4453, 19, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '136.7000', '9.0000', '2022-04-29', 'received', '13.6700', '13.6700', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '13.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4454, 19, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '144.0000', '6.0000', '2022-04-29', 'received', '18.0000', '18.0000', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '18.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4455, 19, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '65.0000', '1.0000', '2022-04-29', 'received', '65.0000', '65.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '65.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4456, 19, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '74.5500', '1.0000', '2022-04-29', 'received', '10.6500', '10.6500', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '10.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4457, 19, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '62.9200', '2.0000', '2022-04-29', 'received', '31.4600', '31.4600', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '31.4600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4458, 19, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.8600', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '77.7600', '0.0000', '2022-04-29', 'received', '4.8600', '4.8600', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '4.8600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4459, 19, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5100', '32.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '48.3200', '0.0000', '2022-04-29', 'received', '1.5100', '1.5100', NULL, NULL, NULL, 1, 'PZA', '32.0000', NULL, NULL, NULL, NULL, '1.5100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4460, 19, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '156.0000', '0.0000', '2022-04-29', 'received', '39.0000', '39.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4461, 19, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '66.7500', '0.0000', '2022-04-29', 'received', '22.2500', '22.2500', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4462, 19, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '261.2500', '0.0000', '2022-04-29', 'received', '261.2500', '261.2500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '261.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4463, 19, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '145.0000', '145.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '145.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4464, 19, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '208.1900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '208.1900', '0.0000', '2022-04-29', 'received', '208.1900', '208.1900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '208.1900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4465, 19, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '750.0000', '750.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '750.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4466, 19, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '27.5000', '7.0000', '2022-04-29', 'received', '2.7500', '2.7500', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '2.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4467, 19, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5300', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.7700', '0.0000', '2022-04-29', 'received', '3.5300', '3.5300', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '3.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4468, 19, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '2.1600', '3.0000', '2022-04-29', 'received', '0.5400', '0.5400', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '0.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4469, 19, NULL, 3174, '74410187', 'SAL ANDREWS', NULL, '1.0900', '19.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '20.7100', '0.0000', '2022-04-29', 'received', '1.0900', '1.0900', NULL, NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, '1.0900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4470, 19, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '64.0000', '6.0000', '2022-04-29', 'received', '6.4000', '6.4000', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '6.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4471, 19, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '6.7000', '6.0000', '2022-04-29', 'received', '0.6700', '0.6700', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '0.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4472, 19, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '1.5800', '1.5800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '1.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4473, 19, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '35.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '200.2000', '24.0000', '2022-04-29', 'received', '5.7200', '5.7200', NULL, NULL, NULL, 1, 'PZA', '35.0000', NULL, NULL, NULL, NULL, '5.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4474, 19, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '99.0000', '4.0000', '2022-04-29', 'received', '9.9000', '9.9000', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '9.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4475, 19, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '28.9600', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '289.6000', '10.0000', '2022-04-29', 'received', '28.9600', '28.9600', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '28.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4476, 19, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '16.9800', '16.9800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '16.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4477, 19, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.1300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '7.1300', '7.1300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '7.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4478, 19, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.5600', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '39.3600', '0.0000', '2022-04-29', 'received', '6.5600', '6.5600', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '6.5600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4479, 19, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '23.7000', '0.0000', '2022-04-29', 'received', '23.7000', '23.7000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '23.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4480, 19, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '45.0000', '1.0000', '2022-04-29', 'received', '45.0000', '45.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '45.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4481, 19, NULL, 3186, '81537305226', 'SE', NULL, '0.8600', '120.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '103.2000', '120.0000', '2022-04-29', 'received', '0.8600', '0.8600', NULL, NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '0.8600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4482, 19, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '29.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.2900', '0.0000', '2022-04-29', 'received', '0.0100', '0.0100', NULL, NULL, NULL, 1, 'PZA', '29.0000', NULL, NULL, NULL, NULL, '0.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4483, 19, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '402.5000', '402.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '402.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4484, 19, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '455.0000', '455.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '455.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4485, 19, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '97.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '751.7500', '69.0000', '2022-04-29', 'received', '7.7500', '7.7500', NULL, NULL, NULL, 1, 'PZA', '97.0000', NULL, NULL, NULL, NULL, '7.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4486, 19, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '34.4600', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '34.4600', '34.4600', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '34.4600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4487, 19, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '39.0900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '39.0900', '39.0900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '39.0900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4488, 19, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '619.5000', '1.0000', '2022-04-29', 'received', '619.5000', '619.5000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '619.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4489, 19, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '850.5000', '850.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '850.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4490, 19, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '51.0000', '2.0000', '2022-04-29', 'received', '25.5000', '25.5000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '25.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4491, 19, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '95.0000', '2.0000', '2022-04-29', 'received', '19.0000', '19.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '19.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4492, 19, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '119.9100', '2.0000', '2022-04-29', 'received', '39.9700', '39.9700', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '39.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4493, 19, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '353.4000', '0.0000', '2022-04-29', 'received', '117.8000', '117.8000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '117.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4494, 19, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '518.7600', '6.0000', '2022-04-29', 'received', '43.2300', '43.2300', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '43.2300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4495, 19, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '17.0000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '34.0000', '0.0000', '2022-04-29', 'received', '17.0000', '17.0000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '17.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4496, 19, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '4.2500', '1.0000', '2022-04-29', 'received', '4.2500', '4.2500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4497, 19, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '30.0000', '13.0000', '2022-04-29', 'received', '2.0000', '2.0000', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '2.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4498, 19, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '33.0000', '9.0000', '2022-04-29', 'received', '3.0000', '3.0000', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4499, 19, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '66.0000', '1.0000', '2022-04-29', 'received', '16.5000', '16.5000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '16.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4500, 19, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '66.0000', '4.0000', '2022-04-29', 'received', '16.5000', '16.5000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '16.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4501, 19, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '66.0000', '3.0000', '2022-04-29', 'received', '16.5000', '16.5000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '16.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4502, 19, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '25.8200', '25.8200', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '25.8200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4503, 19, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '99.4000', '0.0000', '2022-04-29', 'received', '24.8500', '24.8500', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '24.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4504, 19, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '22.7000', '22.7000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '22.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4505, 19, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '8.8000', '16.0000', '2022-04-29', 'received', '0.5500', '0.5500', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '0.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4506, 19, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '50.0000', '6.0000', '2022-04-29', 'received', '5.0000', '5.0000', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4507, 19, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3300', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '3.3300', '3.3300', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '3.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4508, 19, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.2000', '0.0000', '2022-04-29', 'received', '3.9000', '3.9000', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '3.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4509, 19, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '197.1200', '9.0000', '2022-04-29', 'received', '12.3200', '12.3200', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '12.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4510, 19, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '9.2700', '9.2700', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '9.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4511, 19, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '17.9000', '17.9000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '17.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4512, 19, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '55.9000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '55.9000', '55.9000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '55.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4513, 19, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '2.0000', '2.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '2.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4514, 19, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '103.5000', '6.0000', '2022-04-29', 'received', '11.5000', '11.5000', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '11.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4515, 19, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '11.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '192.5000', '6.0000', '2022-04-29', 'received', '17.5000', '17.5000', NULL, NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '17.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4516, 19, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '227.1600', '1.0000', '2022-04-29', 'received', '25.2400', '25.2400', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '25.2400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4517, 19, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '36.2500', '0.0000', '2022-04-29', 'received', '7.2500', '7.2500', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '7.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4518, 19, NULL, 3223, '1', 'TABCIN.', NULL, '1.4200', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '9.9400', '0.0000', '2022-04-29', 'received', '1.4200', '1.4200', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '1.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4519, 19, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '170.1500', '0.0000', '2022-04-29', 'received', '170.1500', '170.1500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '170.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4520, 19, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '36.1400', '36.1400', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '36.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4521, 19, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '696.0000', '0.0000', '2022-04-29', 'received', '696.0000', '696.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '696.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4522, 19, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '455.0000', '455.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '455.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4523, 19, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '416.5000', '416.5000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '416.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4524, 19, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '650.3000', '650.3000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '650.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4525, 19, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.4400', '33.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '80.5200', '0.0000', '2022-04-29', 'received', '2.4400', '2.4400', NULL, NULL, NULL, 1, 'PZA', '33.0000', NULL, NULL, NULL, NULL, '2.4400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4526, 19, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.5800', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '1.5800', '1.5800', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '1.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4527, 19, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '14.4000', '6.0000', '2022-04-29', 'received', '1.2000', '1.2000', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4528, 19, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '29.9000', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '358.8000', '0.0000', '2022-04-29', 'received', '29.9000', '29.9000', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '29.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4529, 19, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '269.0000', '0.0000', '2022-04-29', 'received', '53.8000', '53.8000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '53.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4530, 19, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '91.8500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '91.8500', '91.8500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '91.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4531, 19, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '297.8000', '0.0000', '2022-04-29', 'received', '148.9000', '148.9000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '148.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4532, 19, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '40.0000', '1.0000', '2022-04-29', 'received', '40.0000', '40.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '40.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4533, 19, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '26.0000', '7.0000', '2022-04-29', 'received', '3.2500', '3.2500', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '3.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4534, 19, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.7900', '30.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '23.7000', '0.0000', '2022-04-29', 'received', '0.7900', '0.7900', NULL, NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '0.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4535, 19, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '26.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '52.0000', '25.0000', '2022-04-29', 'received', '2.0000', '2.0000', NULL, NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '2.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4536, 19, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '26.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '103.7400', '16.0000', '2022-04-29', 'received', '3.9900', '3.9900', NULL, NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '3.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4537, 19, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '27.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '132.0300', '9.0000', '2022-04-29', 'received', '4.8900', '4.8900', NULL, NULL, NULL, 1, 'PZA', '27.0000', NULL, NULL, NULL, NULL, '4.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4538, 19, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '2.9700', '0.0000', '2022-04-29', 'received', '0.9900', '0.9900', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '0.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4539, 19, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '60.0000', '13.0000', '2022-04-29', 'received', '4.0000', '4.0000', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4540, 19, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '33.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '48.1800', '28.0000', '2022-04-29', 'received', '1.4600', '1.4600', NULL, NULL, NULL, 1, 'PZA', '33.0000', NULL, NULL, NULL, NULL, '1.4600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4541, 19, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '30.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '83.7000', '16.0000', '2022-04-29', 'received', '2.7900', '2.7900', NULL, NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '2.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4542, 19, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '31.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '882.5700', '31.0000', '2022-04-29', 'received', '28.4700', '28.4700', NULL, NULL, NULL, 1, 'PZA', '31.0000', NULL, NULL, NULL, NULL, '28.4700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4543, 19, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '33.2400', '3.0000', '2022-04-29', 'received', '8.3100', '8.3100', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '8.3100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4544, 19, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\"  VIKINGO 100 UNID', NULL, '15.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '75.0000', '0.0000', '2022-04-29', 'received', '15.0000', '15.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4545, 19, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '37.4100', '1.0000', '2022-04-29', 'received', '12.4700', '12.4700', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '12.4700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4546, 19, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '21.7200', '0.0000', '2022-04-29', 'received', '5.4300', '5.4300', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '5.4300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4547, 19, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '34.2600', '6.0000', '2022-04-29', 'received', '5.7100', '5.7100', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4548, 19, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '118.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '41.3000', '80.0000', '2022-04-29', 'received', '0.3500', '0.3500', NULL, NULL, NULL, 1, 'PZA', '118.0000', NULL, NULL, NULL, NULL, '0.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4549, 19, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '387.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '30.9600', '92.0000', '2022-04-29', 'received', '0.0800', '0.0800', NULL, NULL, NULL, 1, 'PZA', '387.0000', NULL, NULL, NULL, NULL, '0.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4550, 19, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '13.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '49.0100', '11.0000', '2022-04-29', 'received', '3.7700', '3.7700', NULL, NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '3.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4551, 19, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.1700', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '29.1900', '0.0000', '2022-04-29', 'received', '4.1700', '4.1700', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4552, 19, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.4900', '24.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '59.7600', '0.0000', '2022-04-29', 'received', '2.4900', '2.4900', NULL, NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.4900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4553, 19, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '15.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '99.4500', '11.0000', '2022-04-29', 'received', '6.6300', '6.6300', NULL, NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '6.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4554, 19, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '16.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '79.2000', '16.0000', '2022-04-29', 'received', '4.9500', '4.9500', NULL, NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '4.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4555, 19, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.6000', '74.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '118.4000', '0.0000', '2022-04-29', 'received', '1.6000', '1.6000', NULL, NULL, NULL, 1, 'PZA', '74.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4556, 19, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '159.5200', '8.0000', '2022-04-29', 'received', '19.9400', '19.9400', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '19.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4557, 19, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '6.1300', '37.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '226.8100', '0.0000', '2022-04-29', 'received', '6.1300', '6.1300', NULL, NULL, NULL, 1, 'PZA', '37.0000', NULL, NULL, NULL, NULL, '6.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4558, 19, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '30.5000', '1.0000', '2022-04-29', 'received', '6.1000', '6.1000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '6.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4559, 19, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '11.7900', '14.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '165.0600', '0.0000', '2022-04-29', 'received', '11.7900', '11.7900', NULL, NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '11.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4560, 19, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '53.5000', '1.0000', '2022-04-29', 'received', '26.7500', '26.7500', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '26.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4561, 19, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '36.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '36.3600', '26.0000', '2022-04-29', 'received', '1.0100', '1.0100', NULL, NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '1.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4562, 19, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '25.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '827.2500', '1.0000', '2022-04-29', 'received', '33.0900', '33.0900', NULL, NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '33.0900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4563, 19, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '18.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '81.0000', '17.0000', '2022-04-29', 'received', '4.5000', '4.5000', NULL, NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4564, 19, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '20.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '70.0000', '18.0000', '2022-04-29', 'received', '3.5000', '3.5000', NULL, NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '3.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4565, 19, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '14.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '615.8600', '8.0000', '2022-04-29', 'received', '43.9900', '43.9900', NULL, NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '43.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4566, 19, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '26.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '46.5400', '12.0000', '2022-04-29', 'received', '1.7900', '1.7900', NULL, NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '1.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4567, 19, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '4.5600', '1.0000', '2022-04-29', 'received', '2.2800', '2.2800', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '2.2800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4568, 19, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '6.8600', '5.0000', '2022-04-29', 'received', '0.9800', '0.9800', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '0.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4569, 19, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '10.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '14.8000', '10.0000', '2022-04-29', 'received', '1.4800', '1.4800', NULL, NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '1.4800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4570, 19, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '6.0600', '3.0000', '2022-04-29', 'received', '2.0200', '2.0200', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '2.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4571, 19, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '2.0000', '2.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '2.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4572, 19, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '26.7900', '26.7900', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '26.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4573, 19, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '23.5500', '23.5500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '23.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4574, 19, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '62.0000', '3.0000', '2022-04-29', 'received', '15.5000', '15.5000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '15.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4575, 19, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '15.2100', '15.2100', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '15.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4576, 19, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '16.9000', '16.9000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '16.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4577, 19, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '90.0000', '0.0000', '2022-04-29', 'received', '90.0000', '90.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '90.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4578, 19, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '93.4000', '1.0000', '2022-04-29', 'received', '93.4000', '93.4000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '93.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4579, 19, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '124.8400', '0.0000', '2022-04-29', 'received', '124.8400', '124.8400', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '124.8400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4580, 19, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '39.6000', '39.6000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '39.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4581, 19, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '49.2500', '0.0000', '2022-04-29', 'received', '49.2500', '49.2500', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '49.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4582, 19, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.9800', '2.0000', '2022-04-29', 'received', '6.9900', '6.9900', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '6.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4583, 19, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '41.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '677.3200', '20.0000', '2022-04-29', 'received', '16.5200', '16.5200', NULL, NULL, NULL, 1, 'PZA', '41.0000', NULL, NULL, NULL, NULL, '16.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4584, 19, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.2500', '0.2500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4585, 19, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '729.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '65.6100', '703.0000', '2022-04-29', 'received', '0.0900', '0.0900', NULL, NULL, NULL, 1, 'PZA', '729.0000', NULL, NULL, NULL, NULL, '0.0900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4586, 19, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '55.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '13.7500', '26.0000', '2022-04-29', 'received', '0.2500', '0.2500', NULL, NULL, NULL, 1, 'PZA', '55.0000', NULL, NULL, NULL, NULL, '0.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4587, 19, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.1000', '0.1000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4588, 19, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '588.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '82.3200', '490.0000', '2022-04-29', 'received', '0.1400', '0.1400', NULL, NULL, NULL, 1, 'PZA', '588.0000', NULL, NULL, NULL, NULL, '0.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4589, 19, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\" BUSCA ROSCA', NULL, '0.1100', '500.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '55.0000', '340.0000', '2022-04-29', 'received', '0.1100', '0.1100', NULL, NULL, NULL, 1, 'PZA', '500.0000', NULL, NULL, NULL, NULL, '0.1100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4590, 19, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '1064.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '478.8000', '1026.0000', '2022-04-29', 'received', '0.4500', '0.4500', NULL, NULL, NULL, 1, 'PZA', '1064.0000', NULL, NULL, NULL, NULL, '0.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4591, 19, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '0.1500', '0.1500', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '0.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4592, 19, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '760.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '91.2000', '685.0000', '2022-04-29', 'received', '0.1200', '0.1200', NULL, NULL, NULL, 1, 'PZA', '760.0000', NULL, NULL, NULL, NULL, '0.1200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4593, 19, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '6.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '19.8000', '6.0000', '2022-04-29', 'received', '3.3000', '3.3000', NULL, NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4594, 19, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '2203.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '506.6900', '2068.0000', '2022-04-29', 'received', '0.2300', '0.2300', NULL, NULL, NULL, 1, 'PZA', '2203.0000', NULL, NULL, NULL, NULL, '0.2300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4595, 19, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '2122.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '381.9600', '2054.0000', '2022-04-29', 'received', '0.1800', '0.1800', NULL, NULL, NULL, 1, 'PZA', '2122.0000', NULL, NULL, NULL, NULL, '0.1800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4596, 19, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '1120.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '448.0000', '1102.0000', '2022-04-29', 'received', '0.4000', '0.4000', NULL, NULL, NULL, 1, 'PZA', '1120.0000', NULL, NULL, NULL, NULL, '0.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4597, 19, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '2149.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '343.8400', '2108.0000', '2022-04-29', 'received', '0.1600', '0.1600', NULL, NULL, NULL, 1, 'PZA', '2149.0000', NULL, NULL, NULL, NULL, '0.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4598, 19, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '509.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '127.2500', '38.0000', '2022-04-29', 'received', '0.2500', '0.2500', NULL, NULL, NULL, 1, 'PZA', '509.0000', NULL, NULL, NULL, NULL, '0.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4599, 19, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '1161.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '452.7900', '130.0000', '2022-04-29', 'received', '0.3900', '0.3900', NULL, NULL, NULL, 1, 'PZA', '1161.0000', NULL, NULL, NULL, NULL, '0.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4600, 19, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '606.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '369.6600', '60.0000', '2022-04-29', 'received', '0.6100', '0.6100', NULL, NULL, NULL, 1, 'PZA', '606.0000', NULL, NULL, NULL, NULL, '0.6100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4601, 19, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '500.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '255.0000', '140.0000', '2022-04-29', 'received', '0.5100', '0.5100', NULL, NULL, NULL, 1, 'PZA', '500.0000', NULL, NULL, NULL, NULL, '0.5100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4602, 19, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '1936.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '290.4000', '1933.0000', '2022-04-29', 'received', '0.1500', '0.1500', NULL, NULL, NULL, 1, 'PZA', '1936.0000', NULL, NULL, NULL, NULL, '0.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4603, 19, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '2441.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '366.1500', '2441.0000', '2022-04-29', 'received', '0.1500', '0.1500', NULL, NULL, NULL, 1, 'PZA', '2441.0000', NULL, NULL, NULL, NULL, '0.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4604, 19, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '800.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '56.0000', '722.0000', '2022-04-29', 'received', '0.0700', '0.0700', NULL, NULL, NULL, 1, 'PZA', '800.0000', NULL, NULL, NULL, NULL, '0.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4605, 19, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '7.3800', '1.0000', '2022-04-29', 'received', '7.3800', '7.3800', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '7.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4606, 19, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '6.0900', '0.0000', '2022-04-29', 'received', '0.8700', '0.8700', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4607, 19, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '1.3100', '1.3100', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '1.3100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4608, 19, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '109.7900', '0.0000', '2022-04-29', 'received', '109.7900', '109.7900', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '109.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4609, 19, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5400', '147.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '79.3800', '0.0000', '2022-04-29', 'received', '0.5400', '0.5400', NULL, NULL, NULL, 1, 'PZA', '147.0000', NULL, NULL, NULL, NULL, '0.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4610, 19, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\" X 3MT', NULL, '165.1400', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '495.4200', '0.0000', '2022-04-29', 'received', '165.1400', '165.1400', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '165.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4611, 19, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '95.0000', '4.0000', '2022-04-29', 'received', '19.0000', '19.0000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '19.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4612, 19, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '21.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '210.0000', '16.0000', '2022-04-29', 'received', '10.0000', '10.0000', NULL, NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '10.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4613, 19, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '23.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '230.0000', '5.0000', '2022-04-29', 'received', '10.0000', '10.0000', NULL, NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, '10.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4614, 19, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\" X 3MT', NULL, '85.7000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '171.4000', '0.0000', '2022-04-29', 'received', '85.7000', '85.7000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '85.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4615, 19, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '113.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '37.2900', '42.0000', '2022-04-29', 'received', '0.3300', '0.3300', NULL, NULL, NULL, 1, 'PZA', '113.0000', NULL, NULL, NULL, NULL, '0.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4616, 19, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '48.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '39.8400', '47.0000', '2022-04-29', 'received', '0.8300', '0.8300', NULL, NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4617, 19, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '52.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '18.7200', '44.0000', '2022-04-29', 'received', '0.3600', '0.3600', NULL, NULL, NULL, 1, 'PZA', '52.0000', NULL, NULL, NULL, NULL, '0.3600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4618, 19, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '31.0000', '1.0000', '2022-04-29', 'received', '15.5000', '15.5000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '15.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4619, 19, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '1.0000', '2022-04-29', 'received', '74.3600', '74.3600', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '74.3600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4620, 19, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '25.2700', '25.2700', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '25.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4621, 19, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '9.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '204.5700', '0.0000', '2022-04-29', 'received', '22.7300', '22.7300', NULL, NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '22.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4622, 19, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '8.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '127.0400', '0.0000', '2022-04-29', 'received', '15.8800', '15.8800', NULL, NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '15.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4623, 19, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '7.2000', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '21.6000', '0.0000', '2022-04-29', 'received', '7.2000', '7.2000', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '7.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4624, 19, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '12.0100', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '12.0100', '1.0000', '2022-04-29', 'received', '12.0100', '12.0100', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '12.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4625, 19, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '7.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '238.0000', '4.0000', '2022-04-29', 'received', '34.0000', '34.0000', NULL, NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '34.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4626, 19, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '270.0500', '3.0000', '2022-04-29', 'received', '54.0100', '54.0100', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '54.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4627, 19, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '3.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '107.6400', '3.0000', '2022-04-29', 'received', '35.8800', '35.8800', NULL, NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '35.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4628, 19, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '28.0000', '28.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '28.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4629, 19, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '1.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '20.0000', '0.0000', '2022-04-29', 'received', '20.0000', '20.0000', NULL, NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '20.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4630, 19, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '20.0000', '20.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '20.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4631, 19, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '42.0000', '42.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '42.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4632, 19, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '52.0000', '4.0000', '2022-04-29', 'received', '13.0000', '13.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '13.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4633, 19, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '5.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '244.5000', '0.0000', '2022-04-29', 'received', '48.9000', '48.9000', NULL, NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '48.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4634, 19, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '0.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '0.0000', '0.0000', '2022-04-29', 'received', '15.0000', '15.0000', NULL, NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4635, 19, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '272.0000', '1.0000', '2022-04-29', 'received', '68.0000', '68.0000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '68.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4636, 19, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '43.0000', '0.0000', '2022-04-29', 'received', '21.5000', '21.5000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4637, 19, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '38.1100', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '76.2200', '0.0000', '2022-04-29', 'received', '38.1100', '38.1100', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '38.1100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4638, 19, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '2.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '75.0000', '0.0000', '2022-04-29', 'received', '37.5000', '37.5000', NULL, NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4639, 19, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '4.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '86.0000', '0.0000', '2022-04-29', 'received', '21.5000', '21.5000', NULL, NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4640, 19, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '20.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '22.2000', '19.0000', '2022-04-29', 'received', '1.1100', '1.1100', NULL, NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '1.1100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4641, 19, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '19.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '75.6200', '17.0000', '2022-04-29', 'received', '3.9800', '3.9800', NULL, NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, '3.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4642, 19, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '12.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '117.1200', '9.0000', '2022-04-29', 'received', '9.7600', '9.7600', NULL, NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '9.7600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4643, 19, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '17.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '325.5500', '12.0000', '2022-04-29', 'received', '19.1500', '19.1500', NULL, NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, '19.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4644, 19, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '42.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '123.9000', '6.0000', '2022-04-29', 'received', '2.9500', '2.9500', NULL, NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4645, 19, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.0900', '38.0000', 1, '0.0000', NULL, '', '', '0.0000', '0000-00-00', '535.4200', '0.0000', '2022-04-29', 'received', '14.0900', '14.0900', NULL, NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, '14.0900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4652, 20, NULL, 3441, '38292314', 'CEMENTO PROGRESO', NULL, '76.5000', '31.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2371.5000', '0.0000', '2022-05-09', 'received', '76.5000', '76.5000', '31.0000', NULL, NULL, 5, 'UNIDAD', '31.0000', NULL, NULL, NULL, NULL, '76.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4653, 20, NULL, 3442, '75721783', 'CRESTUCO ALISADO EXTAFINO', NULL, '79.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1975.0000', '25.0000', '2022-05-09', 'received', '79.0000', '79.0000', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '79.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4654, 20, NULL, 3443, '64504663', 'CAL LA ESTRELLA', NULL, '16.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '288.0000', '18.0000', '2022-05-09', 'received', '16.0000', '16.0000', '18.0000', NULL, NULL, 5, 'UNIDAD', '18.0000', NULL, NULL, NULL, NULL, '16.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4655, 20, NULL, 3444, '41637020', 'CAL HORCALSA 20 KG', NULL, '32.0000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '704.0000', '16.0000', '2022-05-09', 'received', '32.0000', '32.0000', '22.0000', NULL, NULL, 5, 'UNIDAD', '22.0000', NULL, NULL, NULL, NULL, '32.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4656, 20, NULL, 3445, '61991811', 'MONOCAPA  LISO BLANCO ANTIGUO', NULL, '67.5000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '877.5000', '13.0000', '2022-05-09', 'received', '67.5000', '67.5000', '13.0000', NULL, NULL, 5, 'UNIDAD', '13.0000', NULL, NULL, NULL, NULL, '67.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4657, 20, NULL, 3446, '17604177', 'CRESTUCO ALISADO FINO', NULL, '76.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '304.0000', '4.0000', '2022-05-09', 'received', '76.0000', '76.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '76.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4658, 20, NULL, 3440, '49527374', 'PEGAMIX.', NULL, '24.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '312.0000', '12.0000', '2022-05-09', 'received', '24.0000', '24.0000', '13.0000', NULL, NULL, 5, 'UNIDAD', '13.0000', NULL, NULL, NULL, NULL, '24.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4659, 21, NULL, 3432, '41048684', 'BLOCK DE 15 MACORA', NULL, '3.4500', '65.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '224.2500', '0.0000', '2022-05-09', 'received', '3.4500', '3.4500', '65.0000', NULL, NULL, 5, 'UNIDAD', '65.0000', NULL, NULL, NULL, NULL, '3.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4660, 21, NULL, 3434, '22837205', 'SOLERA DE 15 MACORA', NULL, '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4.0000', '0.0000', '2022-05-09', 'received', '4.0000', '4.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4661, 21, NULL, 3448, '09972838', 'SOLERA DE 15 DE POMA', NULL, '3.4500', '51.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '175.9500', '51.0000', '2022-05-09', 'received', '3.4500', '3.4500', '51.0000', NULL, NULL, 5, 'UNIDAD', '51.0000', NULL, NULL, NULL, NULL, '3.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4662, 21, NULL, 3449, '94479132', 'BLOCK DE 15 EL CHIKAL', NULL, '3.7500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '187.5000', '50.0000', '2022-05-09', 'received', '3.7500', '3.7500', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4663, 21, NULL, 3431, '47902122', 'BLOCK DE 14 MACORA', NULL, '3.1500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3.1500', '1.0000', '2022-05-09', 'received', '3.1500', '3.1500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '3.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4664, 21, NULL, 3450, '25746841', 'BLOCK DE 20 X 20 MACORA', NULL, '5.7800', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.4600', '7.0000', '2022-05-09', 'received', '5.7800', '5.7800', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, '5.7800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4665, 22, NULL, 3453, '35262262', 'CELOSIA MACORA', NULL, '7.5500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.4000', '8.0000', '2022-05-09', 'received', '7.5500', '7.5500', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '7.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4666, 22, NULL, 3433, '00637449', 'SOLERA DE 14 MACORA', NULL, '3.4500', '101.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '348.4500', '0.0000', '2022-05-09', 'received', '3.4500', '3.4500', '101.0000', NULL, NULL, 5, 'UNIDAD', '101.0000', NULL, NULL, NULL, NULL, '3.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4667, 22, NULL, 3448, '09972838', 'SOLERA DE 15 DE POMA', NULL, '3.4500', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.7500', '15.0000', '2022-05-09', 'received', '3.4500', '3.4500', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '3.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4668, 22, NULL, 3454, '25319681', 'BLOCK DE 10 MACORA (TABIQUES)', NULL, '3.1000', '67.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '207.7000', '0.0000', '2022-05-09', 'received', '3.1000', '3.1000', '67.0000', NULL, NULL, 5, 'UNIDAD', '67.0000', NULL, NULL, NULL, NULL, '3.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4669, 22, NULL, 3452, '66034366', 'BLOCK DE 2DA. 15 MACORA', NULL, '1.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '30.0000', '2022-05-09', 'received', '1.0000', '1.0000', '30.0000', NULL, NULL, 5, 'UNIDAD', '30.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4670, 23, NULL, 3412, '56739529', 'VARILLA HIERRO 1/2 G40', NULL, '52.0700', '134.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '6977.3800', '0.0000', '2022-05-10', 'received', '52.0700', '52.0700', '134.0000', NULL, NULL, 5, 'UNIDAD', '134.0000', NULL, NULL, NULL, NULL, '52.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4671, 23, NULL, 3409, '23164244', 'VARILLA HIERRO 3/8 G40', NULL, '30.7100', '170.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '5220.7000', '0.0000', '2022-05-10', 'received', '30.7100', '30.7100', '170.0000', NULL, NULL, 5, 'UNIDAD', '170.0000', NULL, NULL, NULL, NULL, '30.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4672, 23, NULL, 3410, '90045552', 'VARILLA HIERRO DE 3/8 COMERCIAL.', NULL, '23.3200', '1260.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29383.2000', '1247.0000', '2022-05-10', 'received', '23.3200', '23.3200', '1260.0000', NULL, NULL, 5, 'UNIDAD', '1260.0000', NULL, NULL, NULL, NULL, '23.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4673, 23, NULL, 3413, '17823698', 'VARILLA HIERRO 1/2 COMERCIAL', NULL, '39.3600', '194.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '7635.8400', '194.0000', '2022-05-10', 'received', '39.3600', '39.3600', '194.0000', NULL, NULL, 5, 'UNIDAD', '194.0000', NULL, NULL, NULL, NULL, '39.3600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4674, 23, NULL, 3408, '67870951', 'VARILLA HIERRO 1/4 G40', NULL, '15.1000', '1500.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '22650.0000', '1500.0000', '2022-05-10', 'received', '15.1000', '15.1000', '1500.0000', NULL, NULL, 5, 'UNIDAD', '1500.0000', NULL, NULL, NULL, NULL, '15.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4675, 23, NULL, 3407, '24214061', 'VARILLA HIERRO 1/4 COMERCIAL', NULL, '12.9700', '1500.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19455.0000', '1496.0000', '2022-05-10', 'received', '12.9700', '12.9700', '1500.0000', NULL, NULL, 5, 'UNIDAD', '1500.0000', NULL, NULL, NULL, NULL, '12.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4676, 24, NULL, 3455, '72655344', 'LAMINA ACANALADA CAL. 26 LEG. 8 PIES, METALCO', NULL, '91.2000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '456.0000', '5.0000', '2022-05-11', 'received', '91.2000', '91.2000', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '91.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4677, 24, NULL, 3456, '97595833', 'LAMINA ACANALADA CAL. 26 LEG. 10 PIES, METALCO', NULL, '114.0000', '39.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4446.0000', '39.0000', '2022-05-11', 'received', '114.0000', '114.0000', '39.0000', NULL, NULL, 5, 'UNIDAD', '39.0000', NULL, NULL, NULL, NULL, '114.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4678, 24, NULL, 3458, '84684744', 'LAMINA ACANALADA CAL. 26 LEG. 14 PIES, METALCO', NULL, '159.6000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3990.0000', '25.0000', '2022-05-11', 'received', '159.6000', '159.6000', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '159.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4679, 24, NULL, 3459, '89754256', 'LAMINA ACANALADA CAL. 28 COM. 12 PIES, METALCO', NULL, '102.0000', '23.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2346.0000', '23.0000', '2022-05-11', 'received', '102.0000', '102.0000', '23.0000', NULL, NULL, 5, 'UNIDAD', '23.0000', NULL, NULL, NULL, NULL, '102.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4680, 24, NULL, 3460, '46017984', 'LAMINA ACANALADA CAL. 28 COM. 6 PIES, METALCO', NULL, '57.6000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.6000', '1.0000', '2022-05-11', 'received', '57.6000', '57.6000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '57.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4681, 24, NULL, 3461, '42372086', 'LAMINA ACANALADA CAL. 28  LEG. 10 PIES, METALCO', NULL, '96.0000', '49.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4704.0000', '49.0000', '2022-05-11', 'received', '96.0000', '96.0000', '49.0000', NULL, NULL, 5, 'UNIDAD', '49.0000', NULL, NULL, NULL, NULL, '96.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4682, 24, NULL, 3462, '53401100', 'LAMINA ACANALADA CAL. 28 COM. 14 PIES, METALCO', NULL, '119.0000', '46.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '5474.0000', '46.0000', '2022-05-11', 'received', '119.0000', '119.0000', '46.0000', NULL, NULL, 5, 'UNIDAD', '46.0000', NULL, NULL, NULL, NULL, '119.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4683, 24, NULL, 3463, '83859563', 'LAMINA ACANALADA CAL. 28 MILIMETRICO. 10 PIES, METALCO', NULL, '84.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1764.0000', '21.0000', '2022-05-11', 'received', '84.0000', '84.0000', '21.0000', NULL, NULL, 5, 'UNIDAD', '21.0000', NULL, NULL, NULL, NULL, '84.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4684, 25, NULL, 3467, '55299568', 'TUBO DUCTO ELECTRICO 3/4 ', NULL, '13.2200', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '13.2200', '1.0000', '2022-05-12', 'received', '13.2200', '13.2200', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '13.2200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4685, 25, NULL, 3468, '87466233', 'TUBO DUCTO ELECTRICO 1/2', NULL, '10.0300', '33.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '330.9900', '33.0000', '2022-05-12', 'received', '10.0300', '10.0300', '33.0000', NULL, NULL, 5, 'UNIDAD', '33.0000', NULL, NULL, NULL, NULL, '10.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4686, 25, NULL, 3464, '95500611', 'TUBO DRENAJE 4  NARANJA', NULL, '115.8900', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2317.8000', '20.0000', '2022-05-12', 'received', '115.8900', '115.8900', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '115.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4687, 25, NULL, 3465, '35344362', 'TUBO DRENAJE 3  NARANJA', NULL, '75.8900', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1441.9100', '19.0000', '2022-05-12', 'received', '75.8900', '75.8900', '19.0000', NULL, NULL, 5, 'UNIDAD', '19.0000', NULL, NULL, NULL, NULL, '75.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4688, 25, NULL, 3466, '50793332', 'TUBO DRENAJE 2 NARANJA', NULL, '44.8900', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '269.3400', '4.0000', '2022-05-12', 'received', '44.8900', '44.8900', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '44.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4689, 25, NULL, 3469, '31087045', 'TUBO DRENAJE 6  BLANCO', NULL, '246.3900', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '739.1700', '3.0000', '2022-05-12', 'received', '246.3900', '246.3900', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '246.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4690, 25, NULL, 3470, '01102478', 'TUBO PVC 3  125 PSI ', NULL, '175.0300', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '350.0600', '2.0000', '2022-05-12', 'received', '175.0300', '175.0300', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '175.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4691, 25, NULL, 3471, '57353314', 'TUBO PVC 2 100 PSI ', NULL, '66.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '399.1800', '6.0000', '2022-05-12', 'received', '66.5300', '66.5300', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '66.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4692, 25, NULL, 3473, '18399968', 'TUBO PVC 1/2 ', NULL, '21.4900', '54.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1160.4600', '51.0000', '2022-05-12', 'received', '21.4900', '21.4900', '54.0000', NULL, NULL, 5, 'UNIDAD', '54.0000', NULL, NULL, NULL, NULL, '21.4900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4693, 25, NULL, 3474, '52063146', 'TUBO PVC 3/4  250 PSI', NULL, '28.7900', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '172.7400', '6.0000', '2022-05-12', 'received', '28.7900', '28.7900', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '28.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4694, 25, NULL, 3475, '79192059', 'TUBO PVC 1 1/4  160 PSI  ', NULL, '50.3900', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '604.6800', '12.0000', '2022-05-12', 'received', '50.3900', '50.3900', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '50.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4695, 25, NULL, 3478, '97539951', 'TUBO PVC 2 1/2  160 PSI', NULL, '112.5300', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1575.4200', '14.0000', '2022-05-12', 'received', '112.5300', '112.5300', '14.0000', NULL, NULL, 5, 'UNIDAD', '14.0000', NULL, NULL, NULL, NULL, '112.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4696, 25, NULL, 3477, '89333879', 'TUBO PVC 1 1/2  160 PSI', NULL, '64.6900', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '258.7600', '4.0000', '2022-05-12', 'received', '64.6900', '64.6900', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '64.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4697, 26, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.4667', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '101.2666', '0.0000', '2022-05-03', 'received', '14.4667', '14.4667', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '14.4667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4698, 27, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '79.9999', '0.0000', '2022-05-02', 'received', '3.3333', '3.3333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.3333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4699, 28, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '156.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '129.9999', '0.0000', '2022-05-17', 'received', '0.8333', '0.8333', '156.0000', NULL, NULL, 1, 'PZA', '156.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4700, 29, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.0000', '0.0000', '2022-05-10', 'received', '2.9167', '2.9167', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4701, 29, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.3150', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.7800', '0.0000', '2022-05-10', 'received', '3.3150', '3.3150', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.3150');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4702, 29, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '32.7300', '0.0000', '2022-05-10', 'received', '5.4550', '5.4550', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.4550');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4703, 30, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9100', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '176.7600', '0.0000', '2022-05-17', 'received', '4.9100', '4.9100', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '4.9100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4704, 30, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '8.4200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '101.0400', '0.0000', '2022-05-17', 'received', '8.4200', '8.4200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4705, 30, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.6300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.7800', '0.0000', '2022-05-17', 'received', '2.6300', '2.6300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '2.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4706, 30, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.4600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.5200', '0.0000', '2022-05-17', 'received', '2.4600', '2.4600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.4600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4707, 30, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.2700', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '379.4400', '0.0000', '2022-05-17', 'received', '5.2700', '5.2700', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '5.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4708, 30, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.6400', '0.0000', '2022-05-17', 'received', '2.9700', '2.9700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4709, 30, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.1700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0400', '0.0000', '2022-05-17', 'received', '4.1700', '4.1700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4710, 30, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5360', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '76.8000', '0.0000', '2022-05-17', 'received', '1.5360', '1.5360', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.5360');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4711, 30, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.1100', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.3200', '0.0000', '2022-05-17', 'received', '5.1100', '5.1100', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4712, 31, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '408.0000', '0.0000', '2022-05-17', 'received', '4.2500', '4.2500', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4713, 31, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '0.0000', '2022-05-17', 'received', '12.0000', '12.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4714, 31, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.5000', '0.0000', '2022-05-17', 'received', '5.9583', '5.9583', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4715, 31, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '204.0000', '0.0000', '2022-05-17', 'received', '4.2500', '4.2500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4716, 31, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '571.2000', '0.0000', '2022-05-17', 'received', '5.9500', '5.9500', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4717, 31, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '42.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '645.7500', '0.0000', '2022-05-17', 'received', '15.3750', '15.3750', '42.0000', NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4718, 32, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '0.0000', '2022-05-17', 'received', '0.7500', '0.7500', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4719, 32, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-05-17', 'received', '3.7500', '3.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4720, 32, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2022-05-17', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4721, 32, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '45.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-05-17', 'received', '4.0000', '4.0000', '45.0000', NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4722, 32, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-05-17', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4723, 32, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2022-05-17', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4724, 32, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-05-17', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4725, 32, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '54.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '202.5000', '0.0000', '2022-05-17', 'received', '3.7500', '3.7500', '54.0000', NULL, NULL, 1, 'PZA', '54.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4726, 32, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-05-17', 'received', '3.0000', '3.0000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4727, 32, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '0.0000', '2022-05-17', 'received', '1.5000', '1.5000', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4728, 32, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '56.2500', '0.0000', '2022-05-17', 'received', '3.7500', '3.7500', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4729, 32, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.5000', '0.0000', '2022-05-17', 'received', '7.5000', '7.5000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4730, 32, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.7500', '0.0000', '2022-05-17', 'received', '1.8750', '1.8750', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4731, 32, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2022-05-17', 'received', '4.5000', '4.5000', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4732, 32, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.5000', '0.0000', '2022-05-17', 'received', '3.7500', '3.7500', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4733, 33, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.2737', '144.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1191.4200', '0.0000', '2022-05-17', 'received', '8.2737', '8.2737', '144.0000', NULL, NULL, 1, 'PZA', '144.0000', NULL, NULL, NULL, NULL, '8.2737');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4734, 33, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '6.7550', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '324.2400', '0.0000', '2022-05-17', 'received', '6.7550', '6.7550', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '6.7550');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4735, 33, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '423.2800', '0.0000', '2022-05-17', 'received', '4.4092', '4.4092', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4736, 33, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '131.0000', '0.0000', '2022-05-17', 'received', '2.7292', '2.7292', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.7292');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4737, 33, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.3427', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '208.4496', '0.0000', '2022-05-17', 'received', '4.3427', '4.3427', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.3427');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4738, 33, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '0.0000', '2022-05-17', 'received', '4.8333', '4.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4739, 33, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-05-17', 'received', '8.5000', '8.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4740, 33, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4154', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '225.9700', '0.0000', '2022-05-17', 'received', '9.4154', '9.4154', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.4154');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4741, 33, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5425', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.0200', '0.0000', '2022-05-17', 'received', '7.5425', '7.5425', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5425');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4742, 33, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.1500', '0.0000', '2022-05-17', 'received', '3.4229', '3.4229', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4743, 33, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0000', '0.0000', '2022-05-17', 'received', '2.0833', '2.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4744, 34, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.0700', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '146.5200', '0.0000', '2022-05-17', 'received', '4.0700', '4.0700', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '4.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4745, 34, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '5.9200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.0400', '0.0000', '2022-05-17', 'received', '5.9200', '5.9200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4746, 34, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9600', '0.0000', '2022-05-17', 'received', '2.0800', '2.0800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4747, 34, NULL, 2902, '7', 'GATORADE', NULL, '6.7300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.3800', '0.0000', '2022-05-17', 'received', '6.7300', '6.7300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '6.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4748, 34, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2206', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '151.9398', '0.0000', '2022-05-17', 'received', '4.2206', '4.2206', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '4.2206');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4749, 34, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9200', '0.0000', '2022-05-17', 'received', '5.1600', '5.1600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4750, 34, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2022-05-17', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4751, 34, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '0.0000', '2022-05-17', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4752, 34, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '6.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2022-05-17', 'received', '6.2500', '6.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4753, 35, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.8333', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '280.0000', '0.0000', '2022-05-17', 'received', '5.8333', '5.8333', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4754, 35, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5600', '0.0000', '2022-05-17', 'received', '5.6300', '5.6300', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '5.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4755, 35, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4200', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0800', '0.0000', '2022-05-17', 'received', '5.4200', '5.4200', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4756, 35, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.8400', '0.0000', '2022-05-17', 'received', '5.1600', '5.1600', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4757, 36, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '48.0000', '0.0000', '2022-05-17', 'received', '4.0000', '4.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4758, 36, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2022-05-17', 'received', '10.0000', '10.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '10.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4759, 36, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2206', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '253.2330', '0.0000', '2022-05-17', 'received', '4.2206', '4.2206', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '4.2206');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4760, 36, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '0.0000', '2022-05-17', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4761, 36, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.5800', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9200', '0.0000', '2022-05-17', 'received', '2.5800', '2.5800', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4762, 36, NULL, 2902, '7', 'GATORADE', NULL, '6.7300', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '242.2800', '0.0000', '2022-05-17', 'received', '6.7300', '6.7300', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '6.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4763, 36, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.9200', '0.0000', '2022-05-17', 'received', '2.0800', '2.0800', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4764, 36, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.9600', '0.0000', '2022-05-17', 'received', '2.5800', '2.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4765, 36, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '13.6650', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '163.9800', '0.0000', '2022-05-17', 'received', '13.6650', '13.6650', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '13.6650');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4766, 36, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '5.9200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.0400', '0.0000', '2022-05-17', 'received', '5.9200', '5.9200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4767, 37, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.7925', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '187.0200', '0.0000', '2022-05-17', 'received', '7.7925', '7.7925', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.7925');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4768, 37, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '288.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '247.1999', '0.0000', '2022-05-17', 'received', '0.8583', '0.8583', '288.0000', NULL, NULL, 1, 'PZA', '288.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4769, 37, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2022-05-17', 'received', '1.2500', '1.2500', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '1.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4770, 37, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '80.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.3000', '24.0000', '2022-05-17', 'received', '0.4163', '0.4163', '80.0000', NULL, NULL, 5, 'UNIDAD', '80.0000', NULL, NULL, NULL, NULL, '0.4163');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4771, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '120.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '102.9996', '0.0000', '2022-05-17', 'received', '0.8583', '0.8583', '120.0000', NULL, NULL, 5, 'UNIDAD', '120.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4772, 38, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.4400', '0.0000', '2022-05-17', 'received', '10.7200', '10.7200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4773, 38, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.0800', '0.0000', '2022-05-17', 'received', '9.0800', '9.0800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4774, 38, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '122.4000', '0.0000', '2022-05-17', 'received', '5.1000', '5.1000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4775, 38, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-05-17', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4776, 38, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5094', '127.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '445.6989', '0.0000', '2022-05-17', 'received', '3.5094', '3.5094', '127.0000', NULL, NULL, 1, 'PZA', '127.0000', NULL, NULL, NULL, NULL, '3.5094');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4777, 38, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-05-17', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4778, 38, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.2000', '0.0000', '2022-05-17', 'received', '5.1000', '5.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4779, 38, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '90.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.3000', '0.0000', '2022-05-17', 'received', '0.8700', '0.8700', '90.0000', NULL, NULL, 1, 'PZA', '90.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4780, 38, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '8.9000', '0.0000', '2022-05-17', 'received', '4.4500', '4.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4781, 38, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.8500', '0.0000', '2022-05-17', 'received', '4.4500', '4.4500', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4782, 38, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-05-17', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4783, 38, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.6000', '0.0000', '2022-05-17', 'received', '10.3000', '10.3000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4784, 38, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0000', '3.0000', '2022-05-17', 'received', '6.2500', '6.2500', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4785, 38, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.9000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.9000', '1.0000', '2022-05-17', 'received', '9.9000', '9.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '9.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4786, 38, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '13.6200', '0.0000', '2022-05-17', 'received', '13.6200', '13.6200', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '13.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4787, 39, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '225.0000', '0.0000', '2022-05-12', 'received', '4.5000', '4.5000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4788, 40, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '35.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '175.0000', '0.0000', '2022-05-13', 'received', '35.0000', '35.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4789, 40, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '7.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '350.0000', '0.0000', '2022-05-13', 'received', '7.0000', '7.0000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4790, 41, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4809', '47.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '163.6000', '0.0000', '2022-05-18', 'received', '3.4809', '3.4809', '47.0000', NULL, NULL, 1, 'PZA', '47.0000', NULL, NULL, NULL, NULL, '3.4809');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4791, 41, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.6000', '0.0000', '2022-05-18', 'received', '10.3000', '10.3000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4792, 41, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '31.3200', '0.0000', '2022-05-18', 'received', '0.8700', '0.8700', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4793, 42, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.0000', '0.0000', '2022-05-18', 'received', '21.5000', '21.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4794, 42, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-05-18', 'received', '37.5000', '37.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4795, 42, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.0000', '0.0000', '2022-05-18', 'received', '39.0000', '39.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4796, 42, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.6000', '0.0000', '2022-05-18', 'received', '36.3000', '36.3000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '36.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4797, 42, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.9827', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '287.1696', '0.0000', '2022-05-18', 'received', '5.9827', '5.9827', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.9827');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4798, 43, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.7250', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '191.4250', '0.0000', '2022-05-17', 'received', '14.7250', '14.7250', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '14.7250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4799, 44, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '50.8700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '610.4400', '0.0000', '2022-04-21', 'received', '50.8700', '50.8700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '50.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4800, 44, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '20.4700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '245.6400', '0.0000', '2022-04-21', 'received', '20.4700', '20.4700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '20.4700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4801, 45, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '235.6800', '0.0000', '2022-05-05', 'received', '19.6400', '19.6400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '19.6400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4802, 45, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '50.8700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '610.4400', '0.0000', '2022-05-05', 'received', '50.8700', '50.8700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '50.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4803, 45, NULL, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', NULL, '34.1000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '409.2000', '0.0000', '2022-05-05', 'received', '34.1000', '34.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '34.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4804, 46, NULL, 2799, '748928006505', 'DETERGENTE ORIX 450 GR', NULL, '4.3500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.2000', '0.0000', '2022-04-22', 'received', '4.3500', '4.3500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4805, 46, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2022-04-22', 'received', '9.0000', '9.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4806, 46, NULL, 2661, '340', 'CHICLES.', NULL, '0.2400', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.0000', '0.0000', '2022-04-22', 'received', '0.2400', '0.2400', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.2400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4807, 46, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5400', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '13.5000', '0.0000', '2022-04-22', 'received', '0.5400', '0.5400', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '0.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4808, 46, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.3150', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '13.2600', '0.0000', '2022-04-22', 'received', '3.3150', '3.3150', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '3.3150');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4809, 47, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '432.0000', '0.0000', '2022-05-06', 'received', '9.0000', '9.0000', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4810, 47, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.8600', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1.8600', '0.0000', '2022-05-06', 'received', '1.8600', '1.8600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '1.8600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4820, 48, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '192.0000', '1.0000', '2022-04-07', 'received', '32.0000', '32.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '32.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4821, 48, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\"', NULL, '11.3925', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '136.7100', '6.0000', '2022-04-07', 'received', '11.3925', '11.3925', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '11.3925');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4822, 48, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '124.8600', '6.0000', '2022-04-07', 'received', '20.8100', '20.8100', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '20.8100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4823, 48, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.9000', '1.0000', '2022-04-07', 'received', '65.9000', '65.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '65.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4824, 48, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.7600', '1.0000', '2022-04-07', 'received', '8.9600', '8.9600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4825, 48, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '4.4100', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.4600', '0.0000', '2022-04-07', 'received', '4.4100', '4.4100', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4826, 48, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '7.6500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '91.8000', '17.0000', '2022-04-07', 'received', '7.6500', '7.6500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4827, 48, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.2800', '5.0000', '2022-04-07', 'received', '4.8800', '4.8800', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '4.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4828, 48, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '44.5900', '1.0000', '2022-04-07', 'received', '44.5900', '44.5900', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '44.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4829, 49, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '11.0000', '2022-05-19', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4830, 49, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '80.0000', '0.0000', '2022-05-19', 'received', '8.0000', '8.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4831, 49, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '213.0000', '9.0000', '2022-05-19', 'received', '8.5200', '8.5200', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4832, 49, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.3900', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.0000', '0.0000', '2022-05-19', 'received', '1.3900', '1.3900', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '1.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4833, 49, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '192.0000', '3.0000', '2022-05-19', 'received', '48.0000', '48.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '48.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4834, 49, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '292.5000', '2.0000', '2022-05-19', 'received', '97.5000', '97.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '97.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4835, 50, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4154', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '225.9700', '0.0000', '2022-05-20', 'received', '9.4154', '9.4154', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.4154');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4836, 50, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.8741', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '569.9568', '0.0000', '2022-05-20', 'received', '11.8741', '11.8741', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.8741');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4837, 50, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '423.2800', '0.0000', '2022-05-20', 'received', '4.4092', '4.4092', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4838, 50, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '116.4000', '0.0000', '2022-05-20', 'received', '4.8500', '4.8500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4839, 50, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.0000', '0.0000', '2022-05-20', 'received', '4.8333', '4.8333', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4840, 50, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-05-20', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4841, 51, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2496', '0.0000', '2022-05-20', 'received', '0.8542', '0.8542', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.8542');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4842, 51, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1242', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.9798', '0.0000', '2022-05-20', 'received', '1.1242', '1.1242', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '1.1242');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4843, 51, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '34.5000', '5.0000', '2022-05-20', 'received', '5.7500', '5.7500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4844, 52, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2819', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '301.5300', '0.0000', '2022-05-20', 'received', '6.2819', '6.2819', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '6.2819');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4845, 52, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.7500', '0.0000', '2022-05-20', 'received', '22.2500', '22.2500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4846, 52, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.5000', '0.0000', '2022-05-20', 'received', '21.5000', '21.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4847, 53, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.5000', '0.0000', '2022-05-20', 'received', '10.5900', '10.5900', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '10.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4848, 53, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.5000', '34.0000', '2022-05-20', 'received', '1.2900', '1.2900', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4849, 53, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '34.5000', '7.0000', '2022-05-20', 'received', '0.6900', '0.6900', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '0.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4850, 53, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.9900', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '99.0000', '0.0000', '2022-05-20', 'received', '0.9900', '0.9900', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4856, 54, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.4996', '0.0000', '2022-05-21', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4857, 54, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2022-05-21', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4858, 54, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-05-21', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4859, 54, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '73.7502', '0.0000', '2022-05-21', 'received', '12.2917', '12.2917', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.2917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4860, 54, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-05-21', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4861, 55, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-05-20', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4862, 55, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2022-05-20', 'received', '3.0000', '3.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4863, 55, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '0.0000', '2022-05-20', 'received', '1.5000', '1.5000', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4864, 55, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2022-05-20', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4865, 55, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-05-20', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4871, 56, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '0.0000', '2022-05-21', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4872, 56, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-05-21', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4873, 56, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.0400', '0.0000', '2022-05-21', 'received', '5.4200', '5.4200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4874, 56, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '5.9200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.0400', '0.0000', '2022-05-21', 'received', '5.9200', '5.9200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4875, 56, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9200', '0.0000', '2022-05-21', 'received', '5.1600', '5.1600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4876, 57, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '2.9583', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.0000', '0.0000', '2022-05-23', 'received', '2.9583', '2.9583', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4877, 58, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.9996', '0.0000', '2022-05-20', 'received', '0.8583', '0.8583', '120.0000', NULL, NULL, 5, 'UNIDAD', '120.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4878, 58, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2022-05-20', 'received', '1.2500', '1.2500', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '1.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4891, 59, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.4992', '0.0000', '2022-05-21', 'received', '0.3958', '0.3958', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '0.3958');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4892, 59, NULL, 2661, '340', 'CHICLES.', NULL, '0.2406', '160.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '38.4960', '0.0000', '2022-05-21', 'received', '0.2406', '0.2406', '160.0000', NULL, NULL, 1, 'PZA', '160.0000', NULL, NULL, NULL, NULL, '0.2406');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4893, 59, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '1.0000', '2022-05-21', 'received', '9.0000', '9.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4894, 59, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1600', '200.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '32.0000', '0.0000', '2022-05-21', 'received', '0.1600', '0.1600', '200.0000', NULL, NULL, 1, 'PZA', '200.0000', NULL, NULL, NULL, NULL, '0.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4895, 59, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '0.0000', '2022-05-21', 'received', '1.0000', '1.0000', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4896, 59, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.0500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.0000', '0.0000', '2022-05-21', 'received', '1.0500', '1.0500', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '1.0500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4897, 59, NULL, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', NULL, '4.2400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.4400', '1.0000', '2022-05-21', 'received', '4.2400', '4.2400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.2400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4898, 59, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.5000', '20.0000', '2022-05-21', 'received', '2.4750', '2.4750', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '2.4750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4899, 59, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-05-21', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4900, 59, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '28.5000', '0.0000', '2022-05-21', 'received', '4.7500', '4.7500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4901, 59, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6793', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.0204', '0.0000', '2022-05-21', 'received', '0.6793', '0.6793', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '0.6793');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4902, 59, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.1700', '2.0000', '2022-05-21', 'received', '21.3900', '21.3900', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '21.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4903, 60, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.0000', '0.0000', '2022-05-11', 'received', '70.0000', '70.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '70.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4904, 60, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '2.0000', '2022-05-11', 'received', '27.0000', '27.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '27.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4905, 60, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '1.0000', '2022-05-11', 'received', '29.0000', '29.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '29.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4906, 60, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.0000', '1.0000', '2022-05-11', 'received', '100.0000', '100.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '100.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4907, 60, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.0000', '1.0000', '2022-05-11', 'received', '25.0000', '25.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '25.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4908, 60, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '1.0000', '2022-05-11', 'received', '58.0000', '58.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '58.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4909, 60, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0000', '0.0000', '2022-05-11', 'received', '50.0000', '50.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '50.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4910, 60, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '112.2000', '3.0000', '2022-05-11', 'received', '37.4000', '37.4000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '37.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4911, 60, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '81.0000', '2.0000', '2022-05-11', 'received', '27.0000', '27.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '27.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4912, 60, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '103.0000', '2.0000', '2022-05-11', 'received', '51.5000', '51.5000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '51.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4913, 60, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '47.9400', '1.0000', '2022-05-11', 'received', '7.9900', '7.9900', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '7.9900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4914, 60, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.5000', '0.0000', '2022-05-11', 'received', '8.5000', '8.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4915, 60, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.5000', '0.0000', '2022-05-11', 'received', '35.5000', '35.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '35.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4916, 60, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '134.2000', '1.0000', '2022-05-11', 'received', '134.2000', '134.2000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '134.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4917, 60, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '37.0000', '1.0000', '2022-05-11', 'received', '37.0000', '37.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '37.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4918, 60, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '95.0000', '1.0000', '2022-05-11', 'received', '95.0000', '95.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '95.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4919, 60, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '172.0000', '1.0000', '2022-05-11', 'received', '172.0000', '172.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '172.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4920, 60, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '32.0000', '1.0000', '2022-05-11', 'received', '32.0000', '32.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '32.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4921, 60, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-05-11', 'received', '75.0000', '75.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '75.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4922, 60, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.5000', '0.0000', '2022-05-11', 'received', '23.5000', '23.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '23.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4923, 60, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '1.0000', '2022-05-11', 'received', '15.0000', '15.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4924, 60, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '0.0000', '2022-05-11', 'received', '24.0000', '24.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '24.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4925, 60, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '76.5000', '0.0000', '2022-05-11', 'received', '25.5000', '25.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '25.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4926, 60, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.0000', '1.0000', '2022-05-11', 'received', '40.0000', '40.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '40.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4927, 60, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.0000', '1.0000', '2022-05-11', 'received', '35.0000', '35.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4928, 60, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '84.0000', '0.0000', '2022-05-11', 'received', '14.0000', '14.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '14.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4929, 60, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '179.0000', '0.0000', '2022-05-11', 'received', '179.0000', '179.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '179.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4930, 60, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '81.0000', '2.0000', '2022-05-11', 'received', '40.5000', '40.5000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '40.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4931, 60, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '1.0000', '2022-05-11', 'received', '20.0000', '20.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '20.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4932, 60, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '1.0000', '2022-05-11', 'received', '45.0000', '45.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '45.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4933, 60, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '96.0000', '0.0000', '2022-05-11', 'received', '16.0000', '16.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '16.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4934, 60, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '96.0000', '1.0000', '2022-05-11', 'received', '16.0000', '16.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '16.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4935, 60, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '96.0000', '1.0000', '2022-05-11', 'received', '32.0000', '32.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '32.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4936, 60, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '38.0000', '1.0000', '2022-05-11', 'received', '38.0000', '38.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4937, 60, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '41.0000', '1.0000', '2022-05-11', 'received', '41.0000', '41.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '41.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4938, 60, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '245.0000', '0.0000', '2022-05-11', 'received', '245.0000', '245.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '245.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4939, 61, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3076', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '114.4608', '0.0000', '2022-05-24', 'received', '14.3076', '14.3076', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '14.3076');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4940, 62, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.8592', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '89.2400', '0.0000', '2022-05-26', 'received', '1.8592', '1.8592', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.8592');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4941, 62, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0400', '0.0000', '2022-05-26', 'received', '0.0100', '0.0100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '0.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4942, 63, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '124.4600', '1.0000', '2022-05-26', 'received', '62.2300', '62.2300', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '62.2300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4943, 63, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '342.0000', '2.0000', '2022-05-26', 'received', '171.0000', '171.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '171.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4944, 63, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '58.4200', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.4200', '1.0000', '2022-05-26', 'received', '58.4200', '58.4200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '58.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4945, 63, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9800', '0.0000', '2022-05-26', 'received', '66.9800', '66.9800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '66.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4946, 63, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '76.7100', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '76.7100', '0.0000', '2022-05-26', 'received', '76.7100', '76.7100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '76.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4947, 63, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.1500', '1.0000', '2022-05-26', 'received', '13.5375', '13.5375', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '13.5375');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4948, 63, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.9000', '0.0000', '2022-05-26', 'received', '14.7250', '14.7250', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '14.7250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4949, 63, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.3626', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.0650', '0.0000', '2022-05-26', 'received', '7.3626', '7.3626', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '7.3626');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4950, 63, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.6098', '0.0000', '2022-05-26', 'received', '13.5366', '13.5366', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '13.5366');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4951, 63, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '34.2000', '0.0000', '2022-05-26', 'received', '8.5500', '8.5500', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '8.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4952, 63, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '342.0000', '0.0000', '2022-05-26', 'received', '57.0000', '57.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '57.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4953, 63, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '273.6000', '4.0000', '2022-05-26', 'received', '45.6000', '45.6000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '45.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4954, 63, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.9300', '5.0000', '2022-05-26', 'received', '4.9883', '4.9883', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '4.9883');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4955, 63, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.4598', '3.0000', '2022-05-26', 'received', '33.4866', '33.4866', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '33.4866');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4956, 63, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '116.1399', '2.0000', '2022-05-26', 'received', '38.7133', '38.7133', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '38.7133');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4957, 64, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.6300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.7800', '0.0000', '2022-05-20', 'received', '2.6300', '2.6300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '2.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4958, 64, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.4600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.5200', '0.0000', '2022-05-20', 'received', '2.4600', '2.4600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.4600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4959, 64, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.1100', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.3200', '0.0000', '2022-05-20', 'received', '5.1100', '5.1100', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4960, 64, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.2700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '63.2400', '0.0000', '2022-05-20', 'received', '5.2700', '5.2700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4970, 65, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-05-27', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4971, 65, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.1496', '0.0000', '2022-05-27', 'received', '3.4229', '3.4229', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4972, 65, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.2737', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '397.1376', '0.0000', '2022-05-27', 'received', '8.2737', '8.2737', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.2737');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4973, 65, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.8741', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '569.9568', '0.0000', '2022-05-27', 'received', '11.8741', '11.8741', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.8741');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4974, 65, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '6.7550', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '162.1200', '0.0000', '2022-05-27', 'received', '6.7550', '6.7550', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.7550');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4975, 65, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '317.4624', '0.0000', '2022-05-27', 'received', '4.4092', '4.4092', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4976, 65, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '221.0304', '0.0000', '2022-05-27', 'received', '9.2096', '9.2096', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.2096');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4977, 65, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.6500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '227.7000', '0.0000', '2022-05-27', 'received', '12.6500', '12.6500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '12.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4978, 65, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '131.0016', '0.0000', '2022-05-27', 'received', '2.7292', '2.7292', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.7292');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4983, 67, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.5000', '0.0000', '2022-05-28', 'received', '1.1250', '1.1250', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '1.1250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4984, 67, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2520', '0.0000', '2022-05-28', 'received', '0.8542', '0.8542', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.8542');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4988, 66, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '285.6000', '0.0000', '2022-05-28', 'received', '5.9500', '5.9500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4989, 66, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-05-28', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4990, 68, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0008', '0.0000', '2022-05-28', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4991, 68, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.7500', '0.0000', '2022-05-28', 'received', '6.7500', '6.7500', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '6.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4992, 68, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '96.0000', '0.0000', '2022-05-28', 'received', '4.0000', '4.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4995, 69, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '312.0000', '0.0000', '2022-05-27', 'received', '13.0000', '13.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '13.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4996, 69, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.9996', '0.0000', '2022-05-27', 'received', '3.3333', '3.3333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.3333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4997, 70, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.5000', '0.0000', '2022-05-27', 'received', '5.1000', '5.1000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4998, 70, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-05-27', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (4999, 70, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-05-27', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5000, 70, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4875', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '83.7000', '0.0000', '2022-05-27', 'received', '3.4875', '3.4875', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4875');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5001, 70, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '8.9000', '0.0000', '2022-05-27', 'received', '4.4500', '4.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5002, 70, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-05-27', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5003, 70, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '108.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.9600', '0.0000', '2022-05-27', 'received', '0.8700', '0.8700', '108.0000', NULL, NULL, 1, 'PZA', '108.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5004, 71, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.5800', '4.0000', '2022-05-31', 'received', '6.1720', '6.1720', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '6.1720');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5005, 71, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.2000', '0.0000', '2022-05-31', 'received', '1.6700', '1.6700', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '1.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5006, 71, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.0000', '0.0000', '2022-05-31', 'received', '0.8333', '0.8333', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5007, 71, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4292', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.5997', '0.0000', '2022-05-31', 'received', '0.4292', '0.4292', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '0.4292');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5008, 72, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.5600', '5.0000', '2022-06-02', 'received', '6.7600', '6.7600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '6.7600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5009, 72, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.1300', '0.0000', '2022-06-02', 'received', '22.7100', '22.7100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '22.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5010, 72, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '121.9800', '1.0000', '2022-06-02', 'received', '40.6600', '40.6600', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '40.6600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5011, 72, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '149.2400', '0.0000', '2022-06-02', 'received', '37.3100', '37.3100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '37.3100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5012, 72, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '177.9200', '2.0000', '2022-06-02', 'received', '44.4800', '44.4800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '44.4800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5013, 72, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '81.9600', '0.0000', '2022-06-02', 'received', '6.8300', '6.8300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '6.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5014, 72, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.1800', '3.0000', '2022-06-02', 'received', '7.5300', '7.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '7.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5015, 72, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '154.4400', '6.0000', '2022-06-02', 'received', '25.7400', '25.7400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '25.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5016, 72, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '30.9400', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '309.4000', '0.0000', '2022-06-02', 'received', '30.9400', '30.9400', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '30.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5017, 72, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '31.5400', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '315.4000', '0.0000', '2022-06-02', 'received', '31.5400', '31.5400', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '31.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5018, 72, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '46.0200', '6.0000', '2022-06-02', 'received', '7.6700', '7.6700', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '7.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5019, 72, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '212.5200', '3.0000', '2022-06-02', 'received', '17.7100', '17.7100', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '17.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5020, 72, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '32.6400', '0.0000', '2022-06-02', 'received', '5.4400', '5.4400', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '5.4400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5022, 73, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.7600', '0.0000', '2022-06-03', 'received', '1.5552', '1.5552', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.5552');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5023, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5024, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0300', '1.0000', '2022-06-09', 'received', '25.0300', '25.0300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5025, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '152.4000', '3.0000', '2022-06-09', 'received', '50.8000', '50.8000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5026, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '105.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.1247', '0.0000', '2022-06-09', 'received', '0.8583', '0.8583', '105.0000', NULL, NULL, 5, 'UNIDAD', '105.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5027, NULL, NULL, 3223, '1', 'TABCIN.', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5028, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3076', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.5380', '0.0000', '2022-06-09', 'received', '14.3076', '14.3076', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5029, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '2.0000', '2022-06-09', 'received', '15.0000', '15.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5030, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.0000', '1.0000', '2022-06-09', 'received', '50.0000', '50.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5031, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.9000', '1.0000', '2022-06-09', 'received', '4.9000', '4.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5032, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5033, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5034, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', NULL, '30.9400', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '433.1600', '1.0000', '2022-06-09', 'received', '30.9400', '30.9400', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5035, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '31.5400', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '410.0200', '0.0000', '2022-06-09', 'received', '31.5400', '31.5400', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5036, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.5000', '17.0000', '2022-06-09', 'received', '4.5000', '4.5000', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5037, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5038, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5039, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '299.4000', '6.0000', '2022-06-09', 'received', '49.9000', '49.9000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5040, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '55.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '522.5000', '0.0000', '2022-06-09', 'received', '9.5000', '9.5000', '55.0000', NULL, NULL, 1, 'PZA', '55.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5041, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '1000.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '390.0000', '1000.0000', '2022-06-09', 'received', '0.3900', '0.3900', '1000.0000', NULL, NULL, 1, 'PZA', '1000.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5042, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '230.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '57.5000', '230.0000', '2022-06-09', 'received', '0.2500', '0.2500', '230.0000', NULL, NULL, 1, 'PZA', '230.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5043, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '72.5400', '26.0000', '2022-06-09', 'received', '2.7900', '2.7900', '26.0000', NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5044, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '189.5200', '23.0000', '2022-06-09', 'received', '8.2400', '8.2400', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5045, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '4.0000', '2022-06-09', 'received', '15.0000', '15.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5046, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '136.0000', '2.0000', '2022-06-09', 'received', '68.0000', '68.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5047, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '330.0000', '11.0000', '2022-06-09', 'received', '30.0000', '30.0000', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5048, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0000', '1.0000', '2022-06-09', 'received', '20.0000', '20.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5049, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '126.0000', '7.0000', '2022-06-09', 'received', '18.0000', '18.0000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5050, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '80.2500', '3.0000', '2022-06-09', 'received', '26.7500', '26.7500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5051, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.6000', '6.0000', '2022-06-09', 'received', '6.1000', '6.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5052, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '159.5200', '8.0000', '2022-06-09', 'received', '19.9400', '19.9400', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5053, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.7500', '0.0000', '2022-06-09', 'received', '7.2500', '7.2500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5054, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '59.8400', '0.0000', '2022-06-09', 'received', '14.9600', '14.9600', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5055, NULL, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '20.4700', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '143.2900', '0.0000', '2022-06-09', 'received', '20.4700', '20.4700', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5056, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5057, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '323.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '164.7300', '323.0000', '2022-06-09', 'received', '0.5100', '0.5100', '323.0000', NULL, NULL, 1, 'PZA', '323.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5058, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '576.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '351.3600', '576.0000', '2022-06-09', 'received', '0.6100', '0.6100', '576.0000', NULL, NULL, 1, 'PZA', '576.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5059, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5060, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1500', '1.0000', '2022-06-09', 'received', '0.1500', '0.1500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5061, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.0000', '4.0000', '2022-06-09', 'received', '2.7500', '2.7500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5062, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0000', '4.0000', '2022-06-09', 'received', '0.2500', '0.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5063, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.6000', '24.0000', '2022-06-09', 'received', '1.9000', '1.9000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5064, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.2200', '9.0000', '2022-06-09', 'received', '0.5800', '0.5800', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5065, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1100', '9.0000', '2022-06-09', 'received', '0.7900', '0.7900', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5066, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.4300', '9.0000', '2022-06-09', 'received', '1.2700', '1.2700', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5067, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.3100', '9.0000', '2022-06-09', 'received', '1.5900', '1.5900', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5068, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.9200', '4.0000', '2022-06-09', 'received', '2.2300', '2.2300', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5069, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '54.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '135.0000', '54.0000', '2022-06-09', 'received', '2.5000', '2.5000', '54.0000', NULL, NULL, 1, 'PZA', '54.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5070, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '98.0000', '28.0000', '2022-06-09', 'received', '3.5000', '3.5000', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5071, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '66.5000', '19.0000', '2022-06-09', 'received', '3.5000', '3.5000', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5072, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.0000', '18.0000', '2022-06-09', 'received', '4.5000', '4.5000', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5073, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '51.5100', '15.0000', '2022-06-09', 'received', '3.0300', '3.0300', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5074, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '112.4700', '23.0000', '2022-06-09', 'received', '4.8900', '4.8900', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5075, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\" BUSCA ROSCA', NULL, '0.1100', '500.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '55.0000', '500.0000', '2022-06-09', 'received', '0.1100', '0.1100', '500.0000', NULL, NULL, 1, 'PZA', '500.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5076, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '530.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '74.2000', '530.0000', '2022-06-09', 'received', '0.1400', '0.1400', '530.0000', NULL, NULL, 1, 'PZA', '530.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5077, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5078, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '120.0000', '24.0000', '2022-06-09', 'received', '5.0000', '5.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5079, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '46.0000', '23.0000', '2022-06-09', 'received', '2.0000', '2.0000', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5080, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '1103.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '441.2000', '1103.0000', '2022-06-09', 'received', '0.4000', '0.4000', '1103.0000', NULL, NULL, 1, 'PZA', '1103.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5081, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '1050.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '472.5000', '1050.0000', '2022-06-09', 'received', '0.4500', '0.4500', '1050.0000', NULL, NULL, 1, 'PZA', '1050.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5082, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '241.4500', '11.0000', '2022-06-09', 'received', '21.9500', '21.9500', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5083, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '72.0000', '4.0000', '2022-06-09', 'received', '18.0000', '18.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5084, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5085, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.5000', '1.0000', '2022-06-09', 'received', '15.5000', '15.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5086, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5087, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.2400', '12.0000', '2022-06-09', 'received', '7.5200', '7.5200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5088, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5089, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5090, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5091, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '4.0000', '2022-06-09', 'received', '3.7500', '3.7500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5092, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.7500', '3.0000', '2022-06-09', 'received', '3.2500', '3.2500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5093, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.2000', '4.0000', '2022-06-09', 'received', '3.3000', '3.3000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5094, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5095, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.1500', '1.0000', '2022-06-09', 'received', '19.1500', '19.1500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5096, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '262.5000', '15.0000', '2022-06-09', 'received', '17.5000', '17.5000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5097, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '94.1000', '10.0000', '2022-06-09', 'received', '9.4100', '9.4100', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5098, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0400', '4.0000', '2022-06-09', 'received', '7.5100', '7.5100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5099, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.4900', '1.0000', '2022-06-09', 'received', '28.4900', '28.4900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5100, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '141.9000', '18.0000', '2022-06-09', 'received', '4.7300', '4.7300', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5101, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '911.0400', '32.0000', '2022-06-09', 'received', '28.4700', '28.4700', '32.0000', NULL, NULL, 1, 'PZA', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5102, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.3900', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.3400', '0.0000', '2022-06-09', 'received', '8.3900', '8.3900', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5103, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5104, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5105, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '39.7000', '1.0000', '2022-06-09', 'received', '19.8500', '19.8500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5106, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.9800', '6.0000', '2022-06-09', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5107, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '124.0000', '4.0000', '2022-06-09', 'received', '31.0000', '31.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5108, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '1882.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '432.8600', '1882.0000', '2022-06-09', 'received', '0.2300', '0.2300', '1882.0000', NULL, NULL, 1, 'PZA', '1882.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5109, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5110, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5111, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5112, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '39.0000', '3.0000', '2022-06-09', 'received', '13.0000', '13.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5113, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.0000', '3.0000', '2022-06-09', 'received', '15.0000', '15.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5114, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '36.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '98.2500', '0.0000', '2022-06-09', 'received', '2.7292', '2.7292', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5115, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.6500', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '189.7500', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5116, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '82.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.2000', '82.0000', '2022-06-09', 'received', '0.6000', '0.6000', '82.0000', NULL, NULL, 1, 'PZA', '82.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5117, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '72.0000', '2.0000', '2022-06-09', 'received', '36.0000', '36.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5118, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '76.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '368.6000', '0.0000', '2022-06-09', 'received', '4.8500', '4.8500', '76.0000', NULL, NULL, 1, 'PZA', '76.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5119, NULL, NULL, 2514, '11418040168', 'ALKA SELTZER .', NULL, '1.0000', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5120, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '1.4200', '32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.4400', '32.0000', '2022-06-09', 'received', '1.4200', '1.4200', '32.0000', NULL, NULL, 1, 'PZA', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5121, NULL, NULL, 2524, '11418696839', 'ASPIRINA FORTE', NULL, '0.7800', '28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.8400', '0.0000', '2022-06-09', 'received', '0.7800', '0.7800', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5122, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '274.6000', '20.0000', '2022-06-09', 'received', '13.7300', '13.7300', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5123, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '120.0000', '3.0000', '2022-06-09', 'received', '40.0000', '40.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5124, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5125, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5126, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.0000', '65.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '260.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '65.0000', NULL, NULL, 1, 'PZA', '65.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5127, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5128, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '126.0000', '6.0000', '2022-06-09', 'received', '21.0000', '21.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5129, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '171.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '142.4999', '0.0000', '2022-06-09', 'received', '0.8333', '0.8333', '171.0000', NULL, NULL, 1, 'PZA', '171.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5130, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.3000', '5.0000', '2022-06-09', 'received', '8.4600', '8.4600', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5131, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.5800', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.4800', '0.0000', '2022-06-09', 'received', '2.5800', '2.5800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5132, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '46.2500', '1.0000', '2022-06-09', 'received', '46.2500', '46.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5133, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.4400', '13.0000', '2022-06-09', 'received', '3.8800', '3.8800', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5134, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '58.8000', '14.0000', '2022-06-09', 'received', '4.2000', '4.2000', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5135, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '198.2000', '10.0000', '2022-06-09', 'received', '19.8200', '19.8200', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5136, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5137, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '141.6600', '3.0000', '2022-06-09', 'received', '47.2200', '47.2200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5138, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '410.1900', '11.0000', '2022-06-09', 'received', '37.2900', '37.2900', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5139, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '413.4900', '11.0000', '2022-06-09', 'received', '37.5900', '37.5900', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5140, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '374.8500', '9.0000', '2022-06-09', 'received', '41.6500', '41.6500', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5141, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '291.4800', '7.0000', '2022-06-09', 'received', '41.6400', '41.6400', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5142, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '75.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '457.5000', '75.0000', '2022-06-09', 'received', '6.1000', '6.1000', '75.0000', NULL, NULL, 1, 'PZA', '75.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5143, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '55.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.9000', '55.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5144, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '181.6800', '6.0000', '2022-06-09', 'received', '30.2800', '30.2800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5145, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5146, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.2000', '11.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5147, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.4800', '0.0000', '2022-06-09', 'received', '2.5800', '2.5800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5148, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5149, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5150, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '170.6800', '17.0000', '2022-06-09', 'received', '10.0400', '10.0400', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5151, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '536.4000', '30.0000', '2022-06-09', 'received', '17.8800', '17.8800', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5152, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '56.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '117.6000', '56.0000', '2022-06-09', 'received', '2.1000', '2.1000', '56.0000', NULL, NULL, 1, 'PZA', '56.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5153, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '508.2000', '6.0000', '2022-06-09', 'received', '84.7000', '84.7000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5154, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.8000', '2.0000', '2022-06-09', 'received', '22.9000', '22.9000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5155, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.4200', '1.0000', '2022-06-09', 'received', '22.4200', '22.4200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5156, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '54.0000', '2.0000', '2022-06-09', 'received', '27.0000', '27.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5157, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.4300', '1.0000', '2022-06-09', 'received', '28.4300', '28.4300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5158, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '2.0000', '2022-06-09', 'received', '30.0000', '30.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5159, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '345.8400', '8.0000', '2022-06-09', 'received', '43.2300', '43.2300', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5160, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2406', '46.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.0658', '0.0000', '2022-06-09', 'received', '0.2406', '0.2406', '46.0000', NULL, NULL, 1, 'PZA', '46.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5161, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2300', '53.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.1900', '53.0000', '2022-06-09', 'received', '0.2300', '0.2300', '53.0000', NULL, NULL, 1, 'PZA', '53.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5162, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5400', '31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.7400', '0.0000', '2022-06-09', 'received', '0.5400', '0.5400', '31.0000', NULL, NULL, 1, 'PZA', '31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5163, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '5.9200', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '82.8800', '0.0000', '2022-06-09', 'received', '5.9200', '5.9200', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5164, NULL, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.0800', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '55.4000', '0.0000', '2022-06-09', 'received', '11.0800', '11.0800', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5165, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '79.2000', '32.0000', '2022-06-09', 'received', '2.4750', '2.4750', '32.0000', NULL, NULL, 1, 'PZA', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5166, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '64.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '135.4500', '64.5000', '2022-06-09', 'received', '2.1000', '2.1000', '64.5000', NULL, NULL, 1, 'PZA', '64.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5167, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5168, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5169, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.0000', '4.0000', '2022-06-09', 'received', '19.0000', '19.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5170, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '95.0000', '5.0000', '2022-06-09', 'received', '19.0000', '19.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5171, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5172, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.0000', '1.0000', '2022-06-09', 'received', '34.0000', '34.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5173, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '5.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.3000', '0.0000', '2022-06-09', 'received', '5.3000', '5.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5174, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '177.3500', '0.0000', '2022-06-09', 'received', '35.4700', '35.4700', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5175, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5176, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '160.0000', '4.0000', '2022-06-09', 'received', '40.0000', '40.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5177, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5178, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0000', '4.0000', '2022-06-09', 'received', '3.2500', '3.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5179, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.1600', '4.0000', '2022-06-09', 'received', '0.5400', '0.5400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5180, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.1000', '21.0000', '2022-06-09', 'received', '2.1000', '2.1000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5181, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '188.7600', '33.0000', '2022-06-09', 'received', '5.7200', '5.7200', '33.0000', NULL, NULL, 1, 'PZA', '33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5182, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '205.8000', '6.0000', '2022-06-09', 'received', '34.3000', '34.3000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5183, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '78.7200', '12.0000', '2022-06-09', 'received', '6.5600', '6.5600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5184, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5185, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '2.9583', '74.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '218.9166', '0.0000', '2022-06-09', 'received', '2.9583', '2.9583', '74.0000', NULL, NULL, 1, 'PZA', '74.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5186, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.0000', '0.0000', '2022-06-09', 'received', '22.0000', '22.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5187, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5188, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.3500', '1.0000', '2022-06-09', 'received', '76.3500', '76.3500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5189, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '77.4000', '0.0000', '2022-06-09', 'received', '5.1600', '5.1600', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5190, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '73.3333', '0.0000', '2022-06-09', 'received', '3.3333', '3.3333', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5191, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '45.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '112.5000', '45.0000', '2022-06-09', 'received', '2.5000', '2.5000', '45.0000', NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5192, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.7500', '25.0000', '2022-06-09', 'received', '0.8300', '0.8300', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5193, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '675.0000', '1.0000', '2022-06-09', 'received', '675.0000', '675.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5194, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5195, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5196, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.8500', '7.0000', '2022-06-09', 'received', '7.5500', '7.5500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5197, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2819', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '144.4831', '0.0000', '2022-06-09', 'received', '6.2819', '6.2819', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5198, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.9200', '1.0000', '2022-06-09', 'received', '52.9200', '52.9200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5199, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5200, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5201, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '192.0000', '3.0000', '2022-06-09', 'received', '64.0000', '64.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5202, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '256.0000', '4.0000', '2022-06-09', 'received', '64.0000', '64.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5203, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5204, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.0000', '2.0000', '2022-06-09', 'received', '20.0000', '20.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5205, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '429.0000', '9.0000', '2022-06-09', 'received', '42.9000', '42.9000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5206, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.0000', '1.0000', '2022-06-09', 'received', '50.0000', '50.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5207, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '4.2100', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '105.2500', '0.0000', '2022-06-09', 'received', '4.2100', '4.2100', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5208, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.3300', '3.0000', '2022-06-09', 'received', '1.1100', '1.1100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5209, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.0000', '6.0000', '2022-06-09', 'received', '16.0000', '16.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5210, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.0000', '6.0000', '2022-06-09', 'received', '16.0000', '16.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5211, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '72.0000', '3.0000', '2022-06-09', 'received', '24.0000', '24.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5212, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '103.0000', '2.0000', '2022-06-09', 'received', '51.5000', '51.5000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5213, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.5000', '3.0000', '2022-06-09', 'received', '23.5000', '23.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5214, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.5000', '3.0000', '2022-06-09', 'received', '25.5000', '25.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5215, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.0000', '1.0000', '2022-06-09', 'received', '35.0000', '35.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5216, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5000', '2.0000', '2022-06-09', 'received', '8.5000', '8.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5217, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.5000', '1.0000', '2022-06-09', 'received', '35.5000', '35.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5218, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '39.9500', '5.0000', '2022-06-09', 'received', '7.9900', '7.9900', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5219, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.0000', '1.0000', '2022-06-09', 'received', '50.0000', '50.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5220, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.0000', '2.0000', '2022-06-09', 'received', '40.5000', '40.5000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5221, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '100.0000', '1.0000', '2022-06-09', 'received', '100.0000', '100.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5222, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0000', '1.0000', '2022-06-09', 'received', '25.0000', '25.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5223, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '112.2000', '3.0000', '2022-06-09', 'received', '37.4000', '37.4000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5224, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '58.0000', '1.0000', '2022-06-09', 'received', '58.0000', '58.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5225, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.0000', '3.0000', '2022-06-09', 'received', '27.0000', '27.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5226, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '75.0000', '1.0000', '2022-06-09', 'received', '75.0000', '75.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5227, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '134.2000', '1.0000', '2022-06-09', 'received', '134.2000', '134.2000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5228, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '95.0000', '1.0000', '2022-06-09', 'received', '95.0000', '95.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5229, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '172.0000', '1.0000', '2022-06-09', 'received', '172.0000', '172.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5230, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '2.0000', '2022-06-09', 'received', '15.0000', '15.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5231, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '84.0000', '6.0000', '2022-06-09', 'received', '14.0000', '14.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5232, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '54.0000', '2.0000', '2022-06-09', 'received', '27.0000', '27.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5233, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '58.0000', '2.0000', '2022-06-09', 'received', '29.0000', '29.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5234, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '179.0000', '1.0000', '2022-06-09', 'received', '179.0000', '179.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5235, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.0000', '1.0000', '2022-06-09', 'received', '38.0000', '38.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5236, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.0000', '1.0000', '2022-06-09', 'received', '70.0000', '70.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5237, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.0000', '1.0000', '2022-06-09', 'received', '41.0000', '41.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5238, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.0000', '1.0000', '2022-06-09', 'received', '40.0000', '40.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5239, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.0000', '1.0000', '2022-06-09', 'received', '37.0000', '37.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5240, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '1.0000', '2022-06-09', 'received', '32.0000', '32.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5241, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '245.0000', '1.0000', '2022-06-09', 'received', '245.0000', '245.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5242, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.0000', '1.0000', '2022-06-09', 'received', '45.0000', '45.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5243, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.0000', '3.0000', '2022-06-09', 'received', '32.0000', '32.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5244, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.7200', '6.0000', '2022-06-09', 'received', '1.1200', '1.1200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5245, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5246, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '342.0000', '2.0000', '2022-06-09', 'received', '171.0000', '171.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5247, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5248, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5249, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '124.4600', '2.0000', '2022-06-09', 'received', '62.2300', '62.2300', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5250, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5251, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '113.5000', '1.0000', '2022-06-09', 'received', '113.5000', '113.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5252, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5253, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5254, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '75.3100', '1.0000', '2022-06-09', 'received', '75.3100', '75.3100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5255, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '51.5000', '1.0000', '2022-06-09', 'received', '51.5000', '51.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5256, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5257, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5258, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5259, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5260, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.2500', '1.0000', '2022-06-09', 'received', '49.2500', '49.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5261, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5262, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '58.4200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '58.4200', '1.0000', '2022-06-09', 'received', '58.4200', '58.4200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5263, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '66.9800', '1.0000', '2022-06-09', 'received', '66.9800', '66.9800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5264, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '76.7100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.7100', '1.0000', '2022-06-09', 'received', '76.7100', '76.7100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5265, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5266, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.6125', '3.0000', '2022-06-09', 'received', '13.5375', '13.5375', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5267, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.1750', '3.0000', '2022-06-09', 'received', '14.7250', '14.7250', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5268, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5269, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6200', '2.0000', '2022-06-09', 'received', '3.3100', '3.3100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5270, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.3626', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '184.0650', '0.0000', '2022-06-09', 'received', '7.3626', '7.3626', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5271, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.6098', '3.0000', '2022-06-09', 'received', '13.5366', '13.5366', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5272, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.1600', '4.0000', '2022-06-09', 'received', '16.0400', '16.0400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5273, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.2000', '4.0000', '2022-06-09', 'received', '8.5500', '8.5500', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5274, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '342.0000', '6.0000', '2022-06-09', 'received', '57.0000', '57.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5275, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '109.7900', '1.0000', '2022-06-09', 'received', '109.7900', '109.7900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5276, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.9300', '6.0000', '2022-06-09', 'received', '4.9883', '4.9883', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5277, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '100.4598', '3.0000', '2022-06-09', 'received', '33.4866', '33.4866', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5278, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '116.1399', '3.0000', '2022-06-09', 'received', '38.7133', '38.7133', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5279, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '185.5000', '1.0000', '2022-06-09', 'received', '185.5000', '185.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5280, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5281, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '273.6000', '6.0000', '2022-06-09', 'received', '45.6000', '45.6000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5282, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '405.0000', '1.0000', '2022-06-09', 'received', '405.0000', '405.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5283, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5284, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '800.0000', '1.0000', '2022-06-09', 'received', '800.0000', '800.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5285, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5286, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '288.3900', '1.0000', '2022-06-09', 'received', '288.3900', '288.3900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5287, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5288, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '228.0000', '6.0000', '2022-06-09', 'received', '38.0000', '38.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5289, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '99.6000', '4.0000', '2022-06-09', 'received', '24.9000', '24.9000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5290, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '378.6300', '9.0000', '2022-06-09', 'received', '42.0700', '42.0700', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5291, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '84.0000', '4.0000', '2022-06-09', 'received', '21.0000', '21.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5292, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.1000', '7.0000', '2022-06-09', 'received', '6.3000', '6.3000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5293, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.8000', '1.0000', '2022-06-09', 'received', '9.8000', '9.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5294, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5295, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5296, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.9000', '2.0000', '2022-06-09', 'received', '9.9500', '9.9500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5297, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5298, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '105.3000', '13.0000', '2022-06-09', 'received', '8.1000', '8.1000', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5299, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '156.3800', '12.0000', '2022-06-09', 'received', '11.1700', '11.1700', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5300, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5301, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5302, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '84.7800', '4.0000', '2022-06-09', 'received', '14.1300', '14.1300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5303, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '75.7500', '3.0000', '2022-06-09', 'received', '25.2500', '25.2500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5304, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.5900', '1.0000', '2022-06-09', 'received', '44.5900', '44.5900', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5305, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '65.9000', '1.0000', '2022-06-09', 'received', '65.9000', '65.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5306, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.9200', '2.0000', '2022-06-09', 'received', '8.9600', '8.9600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5307, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5308, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5309, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.3000', '1.0000', '2022-06-09', 'received', '26.3000', '26.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5310, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.3000', '1.0000', '2022-06-09', 'received', '26.3000', '26.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5311, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '106.7500', '7.0000', '2022-06-09', 'received', '15.2500', '15.2500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5312, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.0000', '3.0000', '2022-06-09', 'received', '8.0000', '8.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5313, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.2200', '2.0000', '2022-06-09', 'received', '7.6100', '7.6100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5314, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5315, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.9800', '2.0000', '2022-06-09', 'received', '11.4900', '11.4900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5316, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5317, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.2800', '6.0000', '2022-06-09', 'received', '4.8800', '4.8800', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5318, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.9900', '3.0000', '2022-06-09', 'received', '4.3300', '4.3300', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5319, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5320, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.0000', '4.0000', '2022-06-09', 'received', '7.0000', '7.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5321, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '72.0000', '3.0000', '2022-06-09', 'received', '24.0000', '24.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5322, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.0000', '0.0000', '2022-06-09', 'received', '6.7500', '6.7500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5323, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5324, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.1667', '0.0000', '2022-06-09', 'received', '12.2917', '12.2917', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5325, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '92.8200', '0.0000', '2022-06-09', 'received', '3.5700', '3.5700', '26.0000', NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5326, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.3500', '0.0000', '2022-06-09', 'received', '4.4500', '4.4500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5327, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.9000', '0.0000', '2022-06-09', 'received', '4.4500', '4.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5328, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5329, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.7200', '0.0000', '2022-06-09', 'received', '10.7200', '10.7200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5330, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.9000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.8000', '2.0000', '2022-06-09', 'received', '9.9000', '9.9000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5331, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5332, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5333, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5334, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5335, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.2500', '1.0000', '2022-06-09', 'received', '6.2500', '6.2500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5336, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.2750', '4.0000', '2022-06-09', 'received', '5.4550', '5.4550', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5337, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.3150', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.1500', '0.0000', '2022-06-09', 'received', '3.3150', '3.3150', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5338, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.1300', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '73.5600', '0.0000', '2022-06-09', 'received', '6.1300', '6.1300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5339, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4154', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '150.6467', '0.0000', '2022-06-09', 'received', '9.4154', '9.4154', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5340, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8458', '0.0000', '2022-06-09', 'received', '3.4229', '3.4229', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5341, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5425', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5425', '7.5425', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5342, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '6.7550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.7550', '6.7550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5343, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.2737', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.2737', '8.2737', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5344, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.3400', '0.0000', '2022-06-09', 'received', '4.6700', '4.6700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5345, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.8741', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.8741', '11.8741', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5346, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5347, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.4400', '2.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5348, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6300', '2.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5349, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9400', '0.0000', '2022-06-09', 'received', '2.9700', '2.9700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5350, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.1100', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '56.2100', '0.0000', '2022-06-09', 'received', '5.1100', '5.1100', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5351, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '8.4200', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '67.3600', '0.0000', '2022-06-09', 'received', '8.4200', '8.4200', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5352, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.2700', '5.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5353, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5354, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5355, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5356, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5357, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5358, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.5000', '0.0000', '2022-06-09', 'received', '2.0833', '2.0833', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5359, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5360, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '38.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.1100', '38.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5361, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5362, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5363, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5364, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5365, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '261.2500', '1.0000', '2022-06-09', 'received', '261.2500', '261.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5366, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5367, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5368, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5369, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5370, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5371, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '13.6650', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '136.6500', '0.0000', '2022-06-09', 'received', '13.6650', '13.6650', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5372, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '68.1600', '0.0000', '2022-06-09', 'received', '8.5200', '8.5200', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5373, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5374, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.2400', '0.0000', '2022-06-09', 'received', '2.0800', '2.0800', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5375, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5376, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '37.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '220.4583', '0.0000', '2022-06-09', 'received', '5.9583', '5.9583', '37.0000', NULL, NULL, 1, 'PZA', '37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5377, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.8750', '0.0000', '2022-06-09', 'received', '15.3750', '15.3750', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5378, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5379, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '44.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '234.9600', '44.0000', '2022-06-09', 'received', '5.3400', '5.3400', '44.0000', NULL, NULL, 1, 'PZA', '44.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5380, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.5000', '0.0000', '2022-06-09', 'received', '7.5000', '7.5000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5381, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5382, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.5000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5383, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5384, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '65.6250', '0.0000', '2022-06-09', 'received', '1.8750', '1.8750', '35.0000', NULL, NULL, 1, 'PZA', '35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5385, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.7500', '0.0000', '2022-06-09', 'received', '0.7500', '0.7500', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5386, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '0.0000', '2022-06-09', 'received', '3.0000', '3.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5387, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.2500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5388, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.0000', '0.0000', '2022-06-09', 'received', '1.5000', '1.5000', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5389, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '0.0000', '2022-06-09', 'received', '7.5000', '7.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5390, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '46.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.5000', '0.0000', '2022-06-09', 'received', '0.7500', '0.7500', '46.0000', NULL, NULL, 1, 'PZA', '46.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5391, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5392, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5393, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5394, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5395, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.5000', '5.0000', '2022-06-09', 'received', '4.5000', '4.5000', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5396, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '56.2500', '13.0000', '2022-06-09', 'received', '3.7500', '3.7500', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5397, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5398, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '78.7500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5399, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5400, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '273.8400', '6.0000', '2022-06-09', 'received', '45.6400', '45.6400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5401, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '414.0000', '23.0000', '2022-06-09', 'received', '18.0000', '18.0000', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5402, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5403, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.6600', '0.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5404, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '30.9400', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '309.4000', '0.0000', '2022-06-09', 'received', '30.9400', '30.9400', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5405, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.0000', '2.0000', '2022-06-09', 'received', '15.5000', '15.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5406, NULL, NULL, 2737, '7404001753652', 'CONDONES VIVE DE 3 UNIDADES', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5407, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5408, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5409, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5410, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5411, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5412, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5413, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5414, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5415, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5416, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5417, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '59.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.5588', '59.0000', '2022-06-09', 'received', '0.4163', '0.4163', '59.0000', NULL, NULL, 5, 'UNIDAD', '59.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5418, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '0.0000', '2022-06-09', 'received', '1.2500', '1.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5419, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '15.0000', '2022-06-09', 'received', '2.0000', '2.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5420, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.0000', '11.0000', '2022-06-09', 'received', '3.0000', '3.0000', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5421, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2500', '1.0000', '2022-06-09', 'received', '4.2500', '4.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5422, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '353.4000', '3.0000', '2022-06-09', 'received', '117.8000', '117.8000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5423, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.7500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.2500', '0.0000', '2022-06-09', 'received', '4.7500', '4.7500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5424, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5425, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.4600', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.6800', '0.0000', '2022-06-09', 'received', '2.4600', '2.4600', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5426, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5427, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5428, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '65.3184', '0.0000', '2022-06-09', 'received', '1.5552', '1.5552', '42.0000', NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5429, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.7700', '1.0000', '2022-06-09', 'received', '3.7700', '3.7700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5430, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.1458', '0.0000', '2022-06-09', 'received', '0.3958', '0.3958', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5431, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5432, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.5000', '3.0000', '2022-06-09', 'received', '6.5000', '6.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5433, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5434, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0000', '2.0000', '2022-06-09', 'received', '32.0000', '32.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5435, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.9800', '3.0000', '2022-06-09', 'received', '10.6600', '10.6600', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5436, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.4000', '4.0000', '2022-06-09', 'received', '20.3500', '20.3500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5437, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '92.6000', '5.0000', '2022-06-09', 'received', '18.5200', '18.5200', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5438, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5439, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5440, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK (UNIDAD)', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5441, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.0000', '4.0000', '2022-06-09', 'received', '9.0000', '9.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5442, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '89.2500', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5443, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5444, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5445, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '180.5400', '3.0000', '2022-06-09', 'received', '10.6200', '10.6200', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5446, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5447, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.3600', '4.0000', '2022-06-09', 'received', '7.3400', '7.3400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5448, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0100', '3.0000', '2022-06-09', 'received', '0.6700', '0.6700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5449, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '92.9600', '4.0000', '2022-06-09', 'received', '23.2400', '23.2400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5450, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '190.4000', '0.0000', '2022-06-09', 'received', '5.9500', '5.9500', '32.0000', NULL, NULL, 1, 'PZA', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5451, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '127.5000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5452, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.7925', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '77.9250', '0.0000', '2022-06-09', 'received', '7.7925', '7.7925', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5453, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '153.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '131.3249', '0.0000', '2022-06-09', 'received', '0.8583', '0.8583', '153.0000', NULL, NULL, 1, 'PZA', '153.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5454, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.8592', '44.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.8033', '0.0000', '2022-06-09', 'received', '1.8592', '1.8592', '44.0000', NULL, NULL, 1, 'PZA', '44.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5455, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5456, NULL, NULL, 3174, '74410187', 'SAL ANDREWS', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5457, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5458, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '6.4400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.8800', '0.0000', '2022-06-09', 'received', '6.4400', '6.4400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5459, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5460, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5461, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.0000', '9.0000', '2022-06-09', 'received', '5.0000', '5.0000', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5462, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '144.2700', '21.0000', '2022-06-09', 'received', '6.8700', '6.8700', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5463, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '54.4500', '0.0000', '2022-06-09', 'received', '10.8900', '10.8900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5464, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.3200', '4.0000', '2022-06-09', 'received', '1.5800', '1.5800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5465, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '112.0000', '18.0000', '2022-06-09', 'received', '5.6000', '5.6000', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5466, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.8000', '16.0000', '2022-06-09', 'received', '0.5500', '0.5500', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5467, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.0000', '1.0000', '2022-06-09', 'received', '45.0000', '45.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5468, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '126.2000', '4.0000', '2022-06-09', 'received', '31.5500', '31.5500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5469, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5470, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '80.2360', '13.0000', '2022-06-09', 'received', '6.1720', '6.1720', '13.0000', NULL, NULL, 5, 'UNIDAD', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5471, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '75.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '125.2500', '0.0000', '2022-06-09', 'received', '1.6700', '1.6700', '75.0000', NULL, NULL, 1, 'PZA', '75.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5472, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4292', '30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.8748', '0.0000', '2022-06-09', 'received', '0.4292', '0.4292', '30.0000', NULL, NULL, 5, 'UNIDAD', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5473, NULL, NULL, 2798, '748928004839', 'DETERGENTE ORIX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5474, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5475, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5476, NULL, NULL, 2799, '748928006505', 'DETERGENTE ORIX 450 GR', NULL, '4.3500', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.1000', '6.0000', '2022-06-09', 'received', '4.3500', '4.3500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5477, NULL, NULL, 2800, '748928006512', 'DETERGENTE ORIX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5478, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.4550', '0.0000', '2022-06-09', 'received', '4.4092', '4.4092', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5479, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '204.4800', '0.0000', '2022-06-09', 'received', '4.2600', '4.2600', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5480, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.9000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5481, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.9000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5482, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5483, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.1000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5484, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5485, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5486, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8800', '1.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5487, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5488, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5489, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0900', '0.0000', '2022-06-09', 'received', '0.0100', '0.0100', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5490, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5491, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5492, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '56.3000', '10.0000', '2022-06-09', 'received', '5.6300', '5.6300', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5493, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5494, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.2000', '12.0000', '2022-06-09', 'received', '1.6000', '1.6000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5495, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.4400', '9.0000', '2022-06-09', 'received', '2.1600', '2.1600', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5496, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5497, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '29.9000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '209.3000', '0.0000', '2022-06-09', 'received', '29.9000', '29.9000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5498, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '91.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '91.8500', '91.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5499, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '107.6000', '0.0000', '2022-06-09', 'received', '53.8000', '53.8000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5500, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '148.9000', '0.0000', '2022-06-09', 'received', '148.9000', '148.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5501, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '232.2000', '0.0000', '2022-06-09', 'received', '25.8000', '25.8000', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5502, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5503, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5504, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.2500', '1.0000', '2022-06-09', 'received', '41.2500', '41.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5505, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '149.2400', '4.0000', '2022-06-09', 'received', '37.3100', '37.3100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5506, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '177.9200', '4.0000', '2022-06-09', 'received', '44.4800', '44.4800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5507, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.5000', '2.0000', '2022-06-09', 'received', '11.2500', '11.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5508, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '205.0200', '6.0000', '2022-06-09', 'received', '34.1700', '34.1700', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5509, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.9600', '6.0000', '2022-06-09', 'received', '6.8300', '6.8300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5510, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5511, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5512, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.8400', '9.0000', '2022-06-09', 'received', '6.7600', '6.7600', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5513, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '63.0900', '9.0000', '2022-06-09', 'received', '7.0100', '7.0100', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5514, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0200', '1.0000', '2022-06-09', 'received', '30.0200', '30.0200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5515, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '32.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.9500', '32.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5516, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '62.0600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '124.1200', '2.0000', '2022-06-09', 'received', '62.0600', '62.0600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5517, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '342.9000', '2.0000', '2022-06-09', 'received', '171.4500', '171.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5518, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '189.1900', '0.0000', '2022-06-09', 'received', '189.1900', '189.1900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5519, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.6900', '1.0000', '2022-06-09', 'received', '71.6900', '71.6900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5520, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.5000', '3.0000', '2022-06-09', 'received', '9.5000', '9.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5521, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '54.2100', '1.0000', '2022-06-09', 'received', '18.0700', '18.0700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5522, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5523, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5524, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5200', '4.0000', '2022-06-09', 'received', '6.3800', '6.3800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5525, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '145.1800', '17.0000', '2022-06-09', 'received', '8.5400', '8.5400', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5526, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5527, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '135.7600', '8.0000', '2022-06-09', 'received', '16.9700', '16.9700', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5528, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0000', '1.0000', '2022-06-09', 'received', '25.0000', '25.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5529, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '92.6200', '1.0000', '2022-06-09', 'received', '92.6200', '92.6200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5530, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '107.9100', '1.0000', '2022-06-09', 'received', '107.9100', '107.9100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5531, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '238.7600', '4.0000', '2022-06-09', 'received', '59.6900', '59.6900', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5532, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.1400', '9.0000', '2022-06-09', 'received', '2.4600', '2.4600', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5533, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '82.2700', '19.0000', '2022-06-09', 'received', '4.3300', '4.3300', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5534, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '82.8100', '13.0000', '2022-06-09', 'received', '6.3700', '6.3700', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5535, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '135.2000', '16.0000', '2022-06-09', 'received', '8.4500', '8.4500', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5536, NULL, NULL, 2570, '7501206646038', 'BROCA P/METAL 1/4??', NULL, '11.8900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.8900', '1.0000', '2022-06-09', 'received', '11.8900', '11.8900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5537, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.2200', '1.0000', '2022-06-09', 'received', '27.2200', '27.2200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5538, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '89.5400', '1.0000', '2022-06-09', 'received', '44.7700', '44.7700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5539, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.7900', '1.0000', '2022-06-09', 'received', '90.7900', '90.7900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5540, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '165.6400', '4.0000', '2022-06-09', 'received', '41.4100', '41.4100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5541, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5542, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.6400', '5.0000', '2022-06-09', 'received', '5.4400', '5.4400', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5543, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.3100', '9.0000', '2022-06-09', 'received', '4.5900', '4.5900', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5544, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.1700', '3.0000', '2022-06-09', 'received', '5.3900', '5.3900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5545, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.3900', '1.0000', '2022-06-09', 'received', '7.3900', '7.3900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5546, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '66.5000', '10.0000', '2022-06-09', 'received', '6.6500', '6.6500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5547, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '102.9000', '10.0000', '2022-06-09', 'received', '10.2900', '10.2900', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5548, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5549, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '124.8400', '1.0000', '2022-06-09', 'received', '124.8400', '124.8400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5550, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5551, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5552, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.8000', '5.0000', '2022-06-09', 'received', '7.7600', '7.7600', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5553, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.4000', '5.0000', '2022-06-09', 'received', '8.2800', '8.2800', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5554, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.5200', '2.0000', '2022-06-09', 'received', '7.7600', '7.7600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5555, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.1200', '4.0000', '2022-06-09', 'received', '8.2800', '8.2800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5556, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.2900', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.3200', '8.0000', '2022-06-09', 'received', '3.2900', '3.2900', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5557, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.1800', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.5400', '0.0000', '2022-06-09', 'received', '4.1800', '4.1800', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5558, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.5900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.5900', '0.0000', '2022-06-09', 'received', '6.5900', '6.5900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5559, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.4800', '3.0000', '2022-06-09', 'received', '12.1600', '12.1600', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5560, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.8400', '3.0000', '2022-06-09', 'received', '22.7100', '22.7100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5561, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '121.9800', '3.0000', '2022-06-09', 'received', '40.6600', '40.6600', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5562, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.2600', '6.0000', '2022-06-09', 'received', '5.7100', '5.7100', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5563, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.2400', '4.0000', '2022-06-09', 'received', '8.3100', '8.3100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5564, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.4100', '3.0000', '2022-06-09', 'received', '12.4700', '12.4700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5565, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '87.8900', '17.0000', '2022-06-09', 'received', '5.1700', '5.1700', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5566, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.1800', '6.0000', '2022-06-09', 'received', '7.5300', '7.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5567, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.3400', '2.0000', '2022-06-09', 'received', '9.6700', '9.6700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5568, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '46.0200', '6.0000', '2022-06-09', 'received', '7.6700', '7.6700', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5569, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.4200', '1.0000', '2022-06-09', 'received', '4.4200', '4.4200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5570, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5571, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9400', '33.0000', '2022-06-09', 'received', '0.1800', '0.1800', '33.0000', NULL, NULL, 1, 'PZA', '33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5572, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5573, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '763.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '53.4100', '763.0000', '2022-06-09', 'received', '0.0700', '0.0700', '763.0000', NULL, NULL, 1, 'PZA', '763.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5574, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '736.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '88.3200', '736.0000', '2022-06-09', 'received', '0.1200', '0.1200', '736.0000', NULL, NULL, 1, 'PZA', '736.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5575, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '164.2000', '2.0000', '2022-06-09', 'received', '82.1000', '82.1000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5576, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '162.1100', '1.0000', '2022-06-09', 'received', '162.1100', '162.1100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5577, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '201.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '201.5900', '201.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5578, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5579, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '119.7000', '5.0000', '2022-06-09', 'received', '23.9400', '23.9400', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5580, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5581, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5582, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.2300', '9.0000', '2022-06-09', 'received', '2.4700', '2.4700', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5583, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.3500', '15.0000', '2022-06-09', 'received', '3.2900', '3.2900', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5584, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5585, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5586, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.8800', '12.0000', '2022-06-09', 'received', '3.4900', '3.4900', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5587, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '62.9200', '2.0000', '2022-06-09', 'received', '31.4600', '31.4600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5588, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '212.5200', '12.0000', '2022-06-09', 'received', '17.7100', '17.7100', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5589, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '28.9600', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '289.6000', '10.0000', '2022-06-09', 'received', '28.9600', '28.9600', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5590, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '192.0000', '6.0000', '2022-06-09', 'received', '32.0000', '32.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5591, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '57.6000', '9.0000', '2022-06-09', 'received', '6.4000', '6.4000', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5592, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5000', '1.0000', '2022-06-09', 'received', '25.5000', '25.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5593, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5594, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '50.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '97.0000', '50.0000', '2022-06-09', 'received', '1.9400', '1.9400', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5595, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '59.5000', '7.0000', '2022-06-09', 'received', '8.5000', '8.5000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5596, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '525.0000', '1.0000', '2022-06-09', 'received', '525.0000', '525.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5597, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5598, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5599, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.0000', '1.0000', '2022-06-09', 'received', '16.0000', '16.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5600, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5601, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5602, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '73.2000', '12.0000', '2022-06-09', 'received', '6.1000', '6.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5603, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.8300', '5.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5604, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4000', '2.0000', '2022-06-09', 'received', '1.7000', '1.7000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5605, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.8200', '11.0000', '2022-06-09', 'received', '2.6200', '2.6200', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5606, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5607, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '113.9250', '10.0000', '2022-06-09', 'received', '11.3925', '11.3925', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5608, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.4100', '1.0000', '2022-06-09', 'received', '13.4100', '13.4100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5609, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.4167', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.3333', '0.0000', '2022-06-09', 'received', '5.4167', '5.4167', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5610, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5611, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5612, NULL, NULL, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', NULL, '4.2400', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.2000', '5.0000', '2022-06-09', 'received', '4.2400', '4.2400', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5613, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5614, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '135.7600', '8.0000', '2022-06-09', 'received', '16.9700', '16.9700', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5615, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.7500', '1.0000', '2022-06-09', 'received', '15.7500', '15.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5616, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0800', '4.0000', '2022-06-09', 'received', '6.2700', '6.2700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5617, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.3400', '2.0000', '2022-06-09', 'received', '7.1700', '7.1700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5618, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '51.1200', '6.0000', '2022-06-09', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5619, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5620, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5800', '2.0000', '2022-06-09', 'received', '6.7900', '6.7900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5621, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5622, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5623, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '163.3200', '4.0000', '2022-06-09', 'received', '40.8300', '40.8300', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5624, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '462.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.8600', '462.0000', '2022-06-09', 'received', '0.0300', '0.0300', '462.0000', NULL, NULL, 1, 'PZA', '462.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5625, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '123.4800', '12.0000', '2022-06-09', 'received', '10.2900', '10.2900', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5626, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '135.8000', '7.0000', '2022-06-09', 'received', '19.4000', '19.4000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5627, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '105.0000', '5.0000', '2022-06-09', 'received', '21.0000', '21.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5628, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.5500', '5.0000', '2022-06-09', 'received', '15.3100', '15.3100', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5629, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.5000', '3.0000', '2022-06-09', 'received', '17.5000', '17.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5630, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '65.9000', '10.0000', '2022-06-09', 'received', '6.5900', '6.5900', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5631, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '97.3500', '33.0000', '2022-06-09', 'received', '2.9500', '2.9500', '33.0000', NULL, NULL, 1, 'PZA', '33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5632, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.2600', '5.0000', '2022-06-09', 'received', '7.1800', '7.1800', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5633, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '164.4000', '8.0000', '2022-06-09', 'received', '20.5500', '20.5500', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5634, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.1600', '3.0000', '2022-06-09', 'received', '11.7200', '11.7200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5635, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.8800', '2.0000', '2022-06-09', 'received', '11.9400', '11.9400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5636, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.7200', '1.0000', '2022-06-09', 'received', '11.7200', '11.7200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5637, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '208.1900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '208.1900', '0.0000', '2022-06-09', 'received', '208.1900', '208.1900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5638, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.8500', '3.0000', '2022-06-09', 'received', '11.9500', '11.9500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5639, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '74.5500', '7.0000', '2022-06-09', 'received', '10.6500', '10.6500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5640, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5641, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '230.7200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '230.7200', '0.0000', '2022-06-09', 'received', '230.7200', '230.7200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5642, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.1400', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '140.9800', '0.0000', '2022-06-09', 'received', '20.1400', '20.1400', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5643, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '66.3900', '3.0000', '2022-06-09', 'received', '22.1300', '22.1300', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5644, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5645, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5646, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.7600', '2.0000', '2022-06-09', 'received', '14.3800', '14.3800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5647, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '205.9200', '8.0000', '2022-06-09', 'received', '25.7400', '25.7400', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5648, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '223.3500', '5.0000', '2022-06-09', 'received', '44.6700', '44.6700', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5649, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '196.0000', '7.0000', '2022-06-09', 'received', '28.0000', '28.0000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5650, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5651, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5652, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5653, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5654, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.1000', '7.0000', '2022-06-09', 'received', '3.3100', '3.3100', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5655, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5656, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5657, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.7500', '0.0000', '2022-06-09', 'received', '8.7500', '8.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5658, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.3000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5659, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5660, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5661, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5662, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5663, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '39.9996', '2.0000', '2022-06-09', 'received', '3.3333', '3.3333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5664, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.0500', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.8500', '0.0000', '2022-06-09', 'received', '1.0500', '1.0500', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5665, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.7500', '0.0000', '2022-06-09', 'received', '2.9167', '2.9167', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5666, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5667, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.0000', '2.0000', '2022-06-09', 'received', '14.0000', '14.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5668, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.7000', '1.0000', '2022-06-09', 'received', '5.7000', '5.7000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5669, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '84.0000', '1.0000', '2022-06-09', 'received', '84.0000', '84.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5670, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '55.6000', '1.0000', '2022-06-09', 'received', '55.6000', '55.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5671, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0500', '1.0000', '2022-06-09', 'received', '64.0500', '64.0500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5672, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '150.2000', '2.0000', '2022-06-09', 'received', '75.1000', '75.1000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5673, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.1900', '1.0000', '2022-06-09', 'received', '42.1900', '42.1900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5674, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.7500', '1.0000', '2022-06-09', 'received', '42.7500', '42.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5675, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5676, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.4000', '12.0000', '2022-06-09', 'received', '1.2000', '1.2000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5677, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5678, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '101.3054', '0.0000', '2022-06-09', 'received', '9.2096', '9.2096', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5679, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '700.0000', '1.0000', '2022-06-09', 'received', '700.0000', '700.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5680, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.0000', '10.0000', '2022-06-09', 'received', '8.1000', '8.1000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5681, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.2000', '13.0000', '2022-06-09', 'received', '5.4000', '5.4000', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5682, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '123.2000', '10.0000', '2022-06-09', 'received', '12.3200', '12.3200', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5683, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.5000', '7.0000', '2022-06-09', 'received', '3.5000', '3.5000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5684, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5685, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.1800', '11.0000', '2022-06-09', 'received', '6.3800', '6.3800', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5686, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '75.8400', '12.0000', '2022-06-09', 'received', '6.3200', '6.3200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5687, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '54.9000', '9.0000', '2022-06-09', 'received', '6.1000', '6.1000', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5688, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5689, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.0000', '1.0000', '2022-06-09', 'received', '70.0000', '70.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5690, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.0000', '5.0000', '2022-06-09', 'received', '4.8000', '4.8000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5691, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '86.2500', '15.0000', '2022-06-09', 'received', '5.7500', '5.7500', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5692, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.5000', '2.0000', '2022-06-09', 'received', '21.7500', '21.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5693, NULL, NULL, 2979, '7702031642725', 'LISTERINE COOL MINT', NULL, '29.7000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '59.4000', '2.0000', '2022-06-09', 'received', '29.7000', '29.7000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5694, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.0000', '2.0000', '2022-06-09', 'received', '16.5000', '16.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5695, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.0000', '2.0000', '2022-06-09', 'received', '16.5000', '16.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5696, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.5000', '3.0000', '2022-06-09', 'received', '16.5000', '16.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5697, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '297.1200', '12.0000', '2022-06-09', 'received', '24.7600', '24.7600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5698, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '75.7200', '3.0000', '2022-06-09', 'received', '25.2400', '25.2400', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5699, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '462.2700', '19.0000', '2022-06-09', 'received', '24.3300', '24.3300', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5700, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5701, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '6.0000', '2022-06-09', 'received', '10.0000', '10.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5702, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5703, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.7000', '2.0000', '2022-06-09', 'received', '24.8500', '24.8500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5704, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '117.6000', '42.0000', '2022-06-09', 'received', '2.8000', '2.8000', '42.0000', NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5705, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '134.4000', '48.0000', '2022-06-09', 'received', '2.8000', '2.8000', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5706, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '68.6000', '28.0000', '2022-06-09', 'received', '2.4500', '2.4500', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5707, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '47.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '115.1500', '47.0000', '2022-06-09', 'received', '2.4500', '2.4500', '47.0000', NULL, NULL, 1, 'PZA', '47.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5708, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '92.4000', '33.0000', '2022-06-09', 'received', '2.8000', '2.8000', '33.0000', NULL, NULL, 1, 'PZA', '33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5709, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '57.7500', '11.0000', '2022-06-09', 'received', '5.2500', '5.2500', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5710, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '121.5000', '27.0000', '2022-06-09', 'received', '4.5000', '4.5000', '27.0000', NULL, NULL, 1, 'PZA', '27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5711, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.8500', '0.0000', '2022-06-09', 'received', '5.9500', '5.9500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5712, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '17.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.0000', '17.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5713, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.7800', '2.0000', '2022-06-09', 'received', '21.3900', '21.3900', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5714, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '180.0000', '4.0000', '2022-06-09', 'received', '45.0000', '45.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5715, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '180.0000', '20.0000', '2022-06-09', 'received', '9.0000', '9.0000', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5716, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '262.0000', '1.0000', '2022-06-09', 'received', '262.0000', '262.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5717, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '69.0000', '6.0000', '2022-06-09', 'received', '11.5000', '11.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5718, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.3600', '4.0000', '2022-06-09', 'received', '4.5900', '4.5900', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5719, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5720, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '170.1500', '0.0000', '2022-06-09', 'received', '170.1500', '170.1500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5721, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '476.0000', '17.0000', '2022-06-09', 'received', '28.0000', '28.0000', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5722, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '60.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '420.0000', '44.0000', '2022-06-09', 'received', '7.0000', '7.0000', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5723, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.9200', '1.0000', '2022-06-09', 'received', '32.9200', '32.9200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5724, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5725, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '83.3000', '2.0000', '2022-06-09', 'received', '41.6500', '41.6500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5726, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.1000', '2.0000', '2022-06-09', 'received', '26.0500', '26.0500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5727, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '55.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.7500', '35.0000', '2022-06-09', 'received', '0.2500', '0.2500', '55.0000', NULL, NULL, 1, 'PZA', '55.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5728, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.2500', '0.0000', '2022-06-09', 'received', '7.2500', '7.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5729, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '627.7600', '38.0000', '2022-06-09', 'received', '16.5200', '16.5200', '38.0000', NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5730, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.0000', '1.0000', '2022-06-09', 'received', '23.0000', '23.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5731, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.0000', '1.0000', '2022-06-09', 'received', '16.0000', '16.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5732, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '84.0000', '6.0000', '2022-06-09', 'received', '14.0000', '14.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5733, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.3900', '3.0000', '2022-06-09', 'received', '4.1300', '4.1300', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5734, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '1.0000', '2022-06-09', 'received', '60.0000', '60.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5735, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '270.0000', '3.0000', '2022-06-09', 'received', '90.0000', '90.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5736, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '230.0000', '2.0000', '2022-06-09', 'received', '115.0000', '115.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5737, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5738, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.0000', '1.0000', '2022-06-09', 'received', '90.0000', '90.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5739, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.1700', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '91.7400', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5740, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9100', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '68.7400', '7.0000', '2022-06-09', 'received', '4.9100', '4.9100', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5741, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '193.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '193.4200', '193.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5742, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '50.8700', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '763.0500', '0.0000', '2022-06-09', 'received', '50.8700', '50.8700', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5743, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '132.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '132.7200', '132.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5744, NULL, NULL, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', NULL, '34.1000', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '341.0000', '0.0000', '2022-06-09', 'received', '34.1000', '34.1000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5745, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '153.0000', '6.0000', '2022-06-09', 'received', '25.5000', '25.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5746, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '192.5000', '11.0000', '2022-06-09', 'received', '17.5000', '17.5000', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5747, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '274.9600', '0.0000', '2022-06-09', 'received', '19.6400', '19.6400', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5748, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5749, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3400', '1.0000', '2022-06-09', 'received', '0.3400', '0.3400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5750, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.5000', '0.0000', '2022-06-09', 'received', '1.1250', '1.1250', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5751, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.9997', '0.0000', '2022-06-09', 'received', '0.8542', '0.8542', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5752, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5753, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.4400', '12.0000', '2022-06-09', 'received', '1.1200', '1.1200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5754, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.9800', '2.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5755, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.0800', '6.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5756, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.0000', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5757, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '208.9000', '10.0000', '2022-06-09', 'received', '20.8900', '20.8900', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5758, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5759, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '60.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '54.6000', '60.0000', '2022-06-09', 'received', '0.9100', '0.9100', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5760, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '120.0000', '17.0000', '2022-06-09', 'received', '2.5000', '2.5000', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5761, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '51.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.3600', '51.0000', '2022-06-09', 'received', '0.3600', '0.3600', '51.0000', NULL, NULL, 1, 'PZA', '51.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5762, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5763, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '150.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '150.0000', '150.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5764, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '178.0000', '4.0000', '2022-06-09', 'received', '44.5000', '44.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5765, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '189.7000', '2.0000', '2022-06-09', 'received', '94.8500', '94.8500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5766, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.5500', '1.0000', '2022-06-09', 'received', '6.5500', '6.5500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5767, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '67.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '58.2900', '0.0000', '2022-06-09', 'received', '0.8700', '0.8700', '67.0000', NULL, NULL, 1, 'PZA', '67.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5768, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.2400', '26.0000', '2022-06-09', 'received', '0.7400', '0.7400', '26.0000', NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5769, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.2000', '4.0000', '2022-06-09', 'received', '7.3000', '7.3000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5770, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4875', '52.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '181.3500', '0.0000', '2022-06-09', 'received', '3.4875', '3.4875', '52.0000', NULL, NULL, 1, 'PZA', '52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5771, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5772, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '3.7500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.2500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5773, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.2600', '3.0000', '2022-06-09', 'received', '5.4200', '5.4200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5774, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '292.5000', '3.0000', '2022-06-09', 'received', '97.5000', '97.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5775, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.8500', '5.0000', '2022-06-09', 'received', '4.1700', '4.1700', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5776, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '556.5000', '1.0000', '2022-06-09', 'received', '556.5000', '556.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5777, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '556.5100', '1.0000', '2022-06-09', 'received', '556.5100', '556.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5778, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '80.0000', '40.0000', '2022-06-09', 'received', '2.0000', '2.0000', '40.0000', NULL, NULL, 1, 'PZA', '40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5779, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '44.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '132.0000', '44.0000', '2022-06-09', 'received', '3.0000', '3.0000', '44.0000', NULL, NULL, 1, 'PZA', '44.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5780, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '115.6200', '3.0000', '2022-06-09', 'received', '19.2700', '19.2700', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5781, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '80.0000', '4.0000', '2022-06-09', 'received', '20.0000', '20.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5782, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5783, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.9700', '3.0000', '2022-06-09', 'received', '7.9900', '7.9900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5784, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '41.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '69.7000', '41.0000', '2022-06-09', 'received', '1.7000', '1.7000', '41.0000', NULL, NULL, 1, 'PZA', '41.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5785, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '105.5200', '2.0000', '2022-06-09', 'received', '52.7600', '52.7600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5786, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '54.0000', '2.0000', '2022-06-09', 'received', '27.0000', '27.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5787, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '63.0000', '2.0000', '2022-06-09', 'received', '31.5000', '31.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5788, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '240.0000', '5.0000', '2022-06-09', 'received', '48.0000', '48.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5789, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.5800', '2.0000', '2022-06-09', 'received', '24.7900', '24.7900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5790, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '619.5000', '1.0000', '2022-06-09', 'received', '619.5000', '619.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5791, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '850.5000', '0.0000', '2022-06-09', 'received', '850.5000', '850.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5792, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.6800', '0.0000', '2022-06-09', 'received', '1.1700', '1.1700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5793, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '78.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5794, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '696.0000', '1.0000', '2022-06-09', 'received', '696.0000', '696.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5795, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '79.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '758.4300', '79.5000', '2022-06-09', 'received', '9.5400', '9.5400', '79.5000', NULL, NULL, 1, 'PZA', '79.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5796, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '127.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '788.6700', '127.0000', '2022-06-09', 'received', '6.2100', '6.2100', '127.0000', NULL, NULL, 1, 'PZA', '127.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5797, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '48.7900', '17.0000', '2022-06-09', 'received', '2.8700', '2.8700', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5798, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '57.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '285.0000', '57.0000', '2022-06-09', 'received', '5.0000', '5.0000', '57.0000', NULL, NULL, 1, 'PZA', '57.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5799, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5800, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '87.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '339.3000', '87.0000', '2022-06-09', 'received', '3.9000', '3.9000', '87.0000', NULL, NULL, 1, 'PZA', '87.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5801, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0000', '7.0000', '2022-06-09', 'received', '8.0000', '8.0000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5802, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '43.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.8000', '43.0000', '2022-06-09', 'received', '0.6000', '0.6000', '43.0000', NULL, NULL, 1, 'PZA', '43.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5803, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5804, NULL, NULL, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', NULL, '20.1600', '49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '987.8400', '49.0000', '2022-06-09', 'received', '20.1600', '20.1600', '49.0000', NULL, NULL, 1, 'PZA', '49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5805, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.5800', '2.0000', '2022-06-09', 'received', '5.2900', '5.2900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5806, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5807, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '61.7400', '6.0000', '2022-06-09', 'received', '10.2900', '10.2900', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5808, NULL, NULL, 2461, 'FER- 7506240656', '9DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5809, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '75.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.7500', '75.0000', '2022-06-09', 'received', '0.3300', '0.3300', '75.0000', NULL, NULL, 1, 'PZA', '75.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5810, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '2566.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '384.9000', '2566.0000', '2022-06-09', 'received', '0.1500', '0.1500', '2566.0000', NULL, NULL, 1, 'PZA', '2566.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5811, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '1936.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '290.4000', '1936.0000', '2022-06-09', 'received', '0.1500', '0.1500', '1936.0000', NULL, NULL, 1, 'PZA', '1936.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5812, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '65.0000', '1.0000', '2022-06-09', 'received', '65.0000', '65.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5813, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '104.7900', '1.0000', '2022-06-09', 'received', '104.7900', '104.7900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5814, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.0000', '2.0000', '2022-06-09', 'received', '48.0000', '48.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5815, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '150.1000', '19.0000', '2022-06-09', 'received', '7.9000', '7.9000', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5816, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '50.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '139.0000', '50.0000', '2022-06-09', 'received', '2.7800', '2.7800', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5817, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '204.0000', '6.0000', '2022-06-09', 'received', '34.0000', '34.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5818, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '12.0000', '31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '372.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '31.0000', NULL, NULL, 1, 'PZA', '31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5819, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5820, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '140.0000', '1.0000', '2022-06-09', 'received', '140.0000', '140.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5821, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '78.0000', '13.0000', '2022-06-09', 'received', '6.0000', '6.0000', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5822, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5823, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '132.0000', '22.0000', '2022-06-09', 'received', '6.0000', '6.0000', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5824, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.5300', '19.0000', '2022-06-09', 'received', '0.8700', '0.8700', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5825, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '98.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.0000', '98.0000', '2022-06-09', 'received', '0.5000', '0.5000', '98.0000', NULL, NULL, 1, 'PZA', '98.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5826, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '2140.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '342.4000', '2140.0000', '2022-06-09', 'received', '0.1600', '0.1600', '2140.0000', NULL, NULL, 1, 'PZA', '2140.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5827, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.0000', '1.0000', '2022-06-09', 'received', '40.0000', '40.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5828, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '45.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '264.6000', '45.0000', '2022-06-09', 'received', '5.8800', '5.8800', '45.0000', NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5829, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.6400', '6.0000', '2022-06-09', 'received', '5.9400', '5.9400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5830, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '43.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '277.3500', '4.0000', '2022-06-09', 'received', '6.4500', '6.4500', '43.0000', NULL, NULL, 1, 'PZA', '43.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5831, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.4500', '39.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '251.5500', '0.0000', '2022-06-09', 'received', '6.4500', '6.4500', '39.0000', NULL, NULL, 1, 'PZA', '39.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5832, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5833, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '55.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '354.7500', '55.0000', '2022-06-09', 'received', '6.4500', '6.4500', '55.0000', NULL, NULL, 1, 'PZA', '55.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5834, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '430.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.7000', '430.0000', '2022-06-09', 'received', '0.0900', '0.0900', '430.0000', NULL, NULL, 1, 'PZA', '430.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5835, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5836, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5837, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5838, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5839, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5900', '23.0000', '2022-06-09', 'received', '0.3300', '0.3300', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5840, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '232.0000', '27.5000', '2022-06-09', 'received', '8.0000', '8.0000', '29.0000', NULL, NULL, 1, 'PZA', '29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5841, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '8.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.1700', '8.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5842, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.7000', '7.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5843, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '97.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '751.7500', '97.0000', '2022-06-09', 'received', '7.7500', '7.7500', '97.0000', NULL, NULL, 1, 'PZA', '97.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5844, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '297.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '386.1000', '297.0000', '2022-06-09', 'received', '1.3000', '1.3000', '297.0000', NULL, NULL, 1, 'PZA', '297.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5845, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5846, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5847, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5848, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.0000', '4.0000', '2022-06-09', 'received', '11.0000', '11.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5849, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.6200', '2.0000', '2022-06-09', 'received', '20.8100', '20.8100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5850, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '647.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '58.2300', '647.0000', '2022-06-09', 'received', '0.0900', '0.0900', '647.0000', NULL, NULL, 1, 'PZA', '647.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5851, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '108.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.8000', '108.0000', '2022-06-09', 'received', '0.3500', '0.3500', '108.0000', NULL, NULL, 1, 'PZA', '108.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5852, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '2160.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '388.8000', '2160.0000', '2022-06-09', 'received', '0.1800', '0.1800', '2160.0000', NULL, NULL, 1, 'PZA', '2160.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5853, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '311.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.8800', '311.0000', '2022-06-09', 'received', '0.0800', '0.0800', '311.0000', NULL, NULL, 1, 'PZA', '311.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5854, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '2.0000', '2022-06-09', 'received', '1.5000', '1.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5855, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '210.0000', '6.0000', '2022-06-09', 'received', '35.0000', '35.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5856, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '61.6000', '14.0000', '2022-06-09', 'received', '4.4000', '4.4000', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5857, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '465.0000', '3.0000', '2022-06-09', 'received', '155.0000', '155.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5858, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.0000', '1.0000', '2022-06-09', 'received', '38.0000', '38.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5859, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '91.0000', '7.0000', '2022-06-09', 'received', '13.0000', '13.0000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5860, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '136.7000', '10.0000', '2022-06-09', 'received', '13.6700', '13.6700', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5861, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.6400', '16.0000', '2022-06-09', 'received', '1.7900', '1.7900', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5862, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5863, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5864, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '238.5000', '9.0000', '2022-06-09', 'received', '26.5000', '26.5000', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5865, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '172.9000', '7.0000', '2022-06-09', 'received', '24.7000', '24.7000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5866, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.0000', '1.0000', '2022-06-09', 'received', '70.0000', '70.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5867, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5868, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5869, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.5000', '2.0000', '2022-06-09', 'received', '15.7500', '15.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5870, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '110.2500', '7.0000', '2022-06-09', 'received', '15.7500', '15.7500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5871, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5872, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '192.5100', '1.0000', '2022-06-09', 'received', '192.5100', '192.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5873, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '276.5100', '1.0000', '2022-06-09', 'received', '276.5100', '276.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5874, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '770.0000', '2.0000', '2022-06-09', 'received', '385.0000', '385.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5875, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\" X 3MT', NULL, '85.7000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '85.7000', '1.0000', '2022-06-09', 'received', '85.7000', '85.7000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5876, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '555.0000', '555.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5877, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '350.0000', '350.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5878, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '114.1700', '49.0000', '2022-06-09', 'received', '2.3300', '2.3300', '49.0000', NULL, NULL, 1, 'PZA', '49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5879, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5880, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '80.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '112.8000', '80.0000', '2022-06-09', 'received', '1.4100', '1.4100', '80.0000', NULL, NULL, 1, 'PZA', '80.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5881, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.2000', '20.0000', '2022-06-09', 'received', '1.6100', '1.6100', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5882, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.1200', '4.0000', '2022-06-09', 'received', '3.5300', '3.5300', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5883, NULL, NULL, 2490, 'PVC00006', 'ADAOTADOR  1/2', NULL, '0.6900', '63.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.4700', '0.0000', '2022-06-09', 'received', '0.6900', '0.6900', '63.0000', NULL, NULL, 1, 'PZA', '63.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5884, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '66.0000', '25.0000', '2022-06-09', 'received', '2.6400', '2.6400', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5885, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '43.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '79.1200', '43.0000', '2022-06-09', 'received', '1.8400', '1.8400', '43.0000', NULL, NULL, 1, 'PZA', '43.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5886, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.9800', '42.0000', '2022-06-09', 'received', '0.6900', '0.6900', '42.0000', NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5887, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '3.3500', '73.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '244.5500', '1.0000', '2022-06-09', 'received', '3.3500', '3.3500', '73.0000', NULL, NULL, 1, 'PZA', '73.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5888, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5889, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.9900', '190.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '188.1000', '0.0000', '2022-06-09', 'received', '0.9900', '0.9900', '190.0000', NULL, NULL, 1, 'PZA', '190.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5890, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '287.7000', '-8.0000', '2022-06-09', 'received', '13.7000', '13.7000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5891, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '145.8900', '9.0000', '2022-06-09', 'received', '16.2100', '16.2100', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5892, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '294.1400', '14.0000', '2022-06-09', 'received', '21.0100', '21.0100', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5893, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '59.6000', '40.0000', '2022-06-09', 'received', '1.4900', '1.4900', '40.0000', NULL, NULL, 1, 'PZA', '40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5894, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.9800', '42.0000', '2022-06-09', 'received', '1.1900', '1.1900', '42.0000', NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5895, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '4.5900', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.3900', '0.0000', '2022-06-09', 'received', '4.5900', '4.5900', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5896, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '317.7000', '0.0000', '2022-06-09', 'received', '10.5900', '10.5900', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5897, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '27.9900', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '419.8500', '0.0000', '2022-06-09', 'received', '27.9900', '27.9900', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5898, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '353.9900', '7.0000', '2022-06-09', 'received', '50.5700', '50.5700', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5899, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '65.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '83.8500', '65.0000', '2022-06-09', 'received', '1.2900', '1.2900', '65.0000', NULL, NULL, 1, 'PZA', '65.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5900, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '109.9200', '48.0000', '2022-06-09', 'received', '2.2900', '2.2900', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5901, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '128.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '88.3200', '128.0000', '2022-06-09', 'received', '0.6900', '0.6900', '128.0000', NULL, NULL, 1, 'PZA', '128.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5902, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5903, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.6000', '40.0000', '2022-06-09', 'received', '1.0900', '1.0900', '40.0000', NULL, NULL, 1, 'PZA', '40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5904, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '56.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '190.4000', '56.0000', '2022-06-09', 'received', '3.4000', '3.4000', '56.0000', NULL, NULL, 1, 'PZA', '56.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5905, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.5800', '0.0000', '2022-06-09', 'received', '0.8900', '0.8900', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5906, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '161.7000', '42.0000', '2022-06-09', 'received', '3.8500', '3.8500', '42.0000', NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5907, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '264.1200', '31.0000', '2022-06-09', 'received', '8.5200', '8.5200', '31.0000', NULL, NULL, 1, 'PZA', '31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5908, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '127.2700', '11.0000', '2022-06-09', 'received', '11.5700', '11.5700', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5909, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.8200', '18.0000', '2022-06-09', 'received', '3.9900', '3.9900', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5910, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.0000', '15.0000', '2022-06-09', 'received', '6.0000', '6.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5911, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '84.0000', '20.0000', '2022-06-09', 'received', '4.2000', '4.2000', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5912, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '63.2500', '23.0000', '2022-06-09', 'received', '2.7500', '2.7500', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5913, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '66.0000', '11.0000', '2022-06-09', 'received', '6.0000', '6.0000', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5914, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.7800', '6.0000', '2022-06-09', 'received', '3.1300', '3.1300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5915, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0000', '5.0000', '2022-06-09', 'received', '5.0000', '5.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5916, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.0000', '7.0000', '2022-06-09', 'received', '5.0000', '5.0000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5917, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '2.2400', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.6400', '11.0000', '2022-06-09', 'received', '2.2400', '2.2400', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5918, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.5300', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.8300', '11.0000', '2022-06-09', 'received', '1.5300', '1.5300', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5919, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '74.8800', '6.0000', '2022-06-09', 'received', '12.4800', '12.4800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5920, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '150.0000', '10.0000', '2022-06-09', 'received', '15.0000', '15.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5921, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.5000', '10.0000', '2022-06-09', 'received', '3.0500', '3.0500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5922, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5500', '2.0000', '2022-06-09', 'received', '2.7100', '2.7100', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5923, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '55.3000', '14.0000', '2022-06-09', 'received', '3.9500', '3.9500', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5924, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.3600', '24.0000', '2022-06-09', 'received', '0.8900', '0.8900', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5925, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '4.3900', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.1200', '0.0000', '2022-06-09', 'received', '4.3900', '4.3900', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5926, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.2000', '4.0000', '2022-06-09', 'received', '7.0500', '7.0500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5927, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5928, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.9500', '5.0000', '2022-06-09', 'received', '0.9900', '0.9900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5929, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0000', '16.0000', '2022-06-09', 'received', '4.0000', '4.0000', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5930, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.5000', '6.0000', '2022-06-09', 'received', '3.2500', '3.2500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5931, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7900', '0.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5932, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '107.7300', '27.0000', '2022-06-09', 'received', '3.9900', '3.9900', '27.0000', NULL, NULL, 1, 'PZA', '27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5933, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.8000', '30.0000', '2022-06-09', 'received', '1.4600', '1.4600', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5934, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.4900', '49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '122.0100', '49.0000', '2022-06-09', 'received', '2.4900', '2.4900', '49.0000', NULL, NULL, 1, 'PZA', '49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5935, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '92.8200', '14.0000', '2022-06-09', 'received', '6.6300', '6.6300', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5936, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '74.2500', '15.0000', '2022-06-09', 'received', '4.9500', '4.9500', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5937, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.3900', '162.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '225.1800', '2.0000', '2022-06-09', 'received', '1.3900', '1.3900', '162.0000', NULL, NULL, 1, 'PZA', '162.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5938, NULL, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7900', '0.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5939, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '6.1300', '27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '165.5100', '0.0000', '2022-06-09', 'received', '6.1300', '6.1300', '27.0000', NULL, NULL, 1, 'PZA', '27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5940, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '11.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.7900', '11.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5941, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.1600', '16.0000', '2022-06-09', 'received', '1.0100', '1.0100', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5942, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '727.9800', '22.0000', '2022-06-09', 'received', '33.0900', '33.0900', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5943, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '615.8600', '14.0000', '2022-06-09', 'received', '43.9900', '43.9900', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5944, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5945, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '126.8800', '13.0000', '2022-06-09', 'received', '9.7600', '9.7600', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5946, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.6400', '18.0000', '2022-06-09', 'received', '3.9800', '3.9800', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5947, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '402.1500', '21.0000', '2022-06-09', 'received', '19.1500', '19.1500', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5948, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '429.8400', '24.0000', '2022-06-09', 'received', '17.9100', '17.9100', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5949, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5950, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.0000', '3.0000', '2022-06-09', 'received', '32.0000', '32.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5951, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '61.9500', '3.0000', '2022-06-09', 'received', '20.6500', '20.6500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5952, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '142.4500', '0.0000', '2022-06-09', 'received', '20.3500', '20.3500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5953, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '1.0000', '2022-06-09', 'received', '60.0000', '60.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5954, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.1000', '6.0000', '2022-06-09', 'received', '3.3500', '3.3500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5955, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5956, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '170.0000', '17.0000', '2022-06-09', 'received', '10.0000', '10.0000', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5957, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '180.0000', '18.0000', '2022-06-09', 'received', '10.0000', '10.0000', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5958, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1349.0000', '19.0000', '2022-06-09', 'received', '71.0000', '71.0000', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5959, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '426.0000', '6.0000', '2022-06-09', 'received', '71.0000', '71.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5960, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5961, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5962, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\" X 3MT', NULL, '165.1400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '165.1400', '0.0000', '2022-06-09', 'received', '165.1400', '165.1400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5963, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1600', '127.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.3200', '0.0000', '2022-06-09', 'received', '0.1600', '0.1600', '127.0000', NULL, NULL, 1, 'PZA', '127.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5964, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '195.6000', '2.0000', '2022-06-09', 'received', '48.9000', '48.9000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5965, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.0000', '5.0000', '2022-06-09', 'received', '8.0000', '8.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5966, NULL, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5967, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '111.1600', '0.0000', '2022-06-09', 'received', '15.8800', '15.8800', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5968, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '204.5700', '0.0000', '2022-06-09', 'received', '22.7300', '22.7300', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5969, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5970, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.8800', '1.0000', '2022-06-09', 'received', '35.8800', '35.8800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5971, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '162.0300', '3.0000', '2022-06-09', 'received', '54.0100', '54.0100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5972, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5973, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.1800', '36.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5974, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '99.0000', '10.0000', '2022-06-09', 'received', '9.9000', '9.9000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5975, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0000', '1.0000', '2022-06-09', 'received', '25.0000', '25.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5976, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.1500', '5.0000', '2022-06-09', 'received', '5.4300', '5.4300', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5977, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\"  VIKINGO 100 UNID', NULL, '15.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '75.0000', '5.0000', '2022-06-09', 'received', '15.0000', '15.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5978, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5979, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '75.0000', '2.0000', '2022-06-09', 'received', '15.0000', '15.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5980, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5981, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5982, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.0000', '4.0000', '2022-06-09', 'received', '13.0000', '13.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5983, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5984, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5985, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0300', '-1.0000', '2022-06-09', 'received', '25.0300', '25.0300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5986, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-152.4000', '-3.0000', '2022-06-09', 'received', '50.8000', '50.8000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5987, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-105.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.1247', '0.0000', '2022-06-09', 'received', '0.8583', '0.8583', '-105.0000', NULL, NULL, 5, 'UNIDAD', '-105.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5988, NULL, NULL, 3223, '1', 'TABCIN.', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5989, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3076', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.5380', '0.0000', '2022-06-09', 'received', '14.3076', '14.3076', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5990, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-2.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5991, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.0000', '-1.0000', '2022-06-09', 'received', '50.0000', '50.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5992, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9000', '-1.0000', '2022-06-09', 'received', '4.9000', '4.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5993, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5994, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5995, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', NULL, '30.9400', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-433.1600', '-14.0000', '2022-06-09', 'received', '30.9400', '30.9400', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5996, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '31.5400', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-410.0200', '0.0000', '2022-06-09', 'received', '31.5400', '31.5400', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5997, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.5000', '-17.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5998, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5999, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6000, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-299.4000', '-6.0000', '2022-06-09', 'received', '49.9000', '49.9000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6001, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '-55.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-522.5000', '0.0000', '2022-06-09', 'received', '9.5000', '9.5000', '-55.0000', NULL, NULL, 1, 'PZA', '-55.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6002, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '-1000.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-390.0000', '-1000.0000', '2022-06-09', 'received', '0.3900', '0.3900', '-1000.0000', NULL, NULL, 1, 'PZA', '-1000.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6003, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '-230.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-57.5000', '-230.0000', '2022-06-09', 'received', '0.2500', '0.2500', '-230.0000', NULL, NULL, 1, 'PZA', '-230.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6004, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '-26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-72.5400', '-26.0000', '2022-06-09', 'received', '2.7900', '2.7900', '-26.0000', NULL, NULL, 1, 'PZA', '-26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6005, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-189.5200', '-23.0000', '2022-06-09', 'received', '8.2400', '8.2400', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6006, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '-4.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6007, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-136.0000', '-2.0000', '2022-06-09', 'received', '68.0000', '68.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6008, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-330.0000', '-11.0000', '2022-06-09', 'received', '30.0000', '30.0000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6009, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-1.0000', '2022-06-09', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6010, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-126.0000', '-7.0000', '2022-06-09', 'received', '18.0000', '18.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6011, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-80.2500', '-3.0000', '2022-06-09', 'received', '26.7500', '26.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6012, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.6000', '-6.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6013, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-159.5200', '-8.0000', '2022-06-09', 'received', '19.9400', '19.9400', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6014, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.7500', '0.0000', '2022-06-09', 'received', '7.2500', '7.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6015, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-59.8400', '0.0000', '2022-06-09', 'received', '14.9600', '14.9600', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6016, NULL, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '20.4700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-143.2900', '0.0000', '2022-06-09', 'received', '20.4700', '20.4700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6017, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6018, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '-323.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-164.7300', '-323.0000', '2022-06-09', 'received', '0.5100', '0.5100', '-323.0000', NULL, NULL, 1, 'PZA', '-323.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6019, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '-576.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-351.3600', '-576.0000', '2022-06-09', 'received', '0.6100', '0.6100', '-576.0000', NULL, NULL, 1, 'PZA', '-576.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6020, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6021, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1500', '-1.0000', '2022-06-09', 'received', '0.1500', '0.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6022, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.0000', '-4.0000', '2022-06-09', 'received', '2.7500', '2.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6023, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0000', '-4.0000', '2022-06-09', 'received', '0.2500', '0.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6024, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.6000', '-24.0000', '2022-06-09', 'received', '1.9000', '1.9000', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6025, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2200', '-9.0000', '2022-06-09', 'received', '0.5800', '0.5800', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6026, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1100', '-9.0000', '2022-06-09', 'received', '0.7900', '0.7900', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6027, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4300', '-9.0000', '2022-06-09', 'received', '1.2700', '1.2700', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6028, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.3100', '-9.0000', '2022-06-09', 'received', '1.5900', '1.5900', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6029, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9200', '-4.0000', '2022-06-09', 'received', '2.2300', '2.2300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6030, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '-54.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.0000', '-54.0000', '2022-06-09', 'received', '2.5000', '2.5000', '-54.0000', NULL, NULL, 1, 'PZA', '-54.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6031, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '-28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-98.0000', '-28.0000', '2022-06-09', 'received', '3.5000', '3.5000', '-28.0000', NULL, NULL, 1, 'PZA', '-28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6032, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.5000', '-19.0000', '2022-06-09', 'received', '3.5000', '3.5000', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6033, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.0000', '-18.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6034, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-51.5100', '-17.0000', '2022-06-09', 'received', '3.0300', '3.0300', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6035, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-112.4700', '-23.0000', '2022-06-09', 'received', '4.8900', '4.8900', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6036, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\" BUSCA ROSCA', NULL, '0.1100', '-500.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-55.0000', '-500.0000', '2022-06-09', 'received', '0.1100', '0.1100', '-500.0000', NULL, NULL, 1, 'PZA', '-500.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6037, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '-530.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-74.2000', '-530.0000', '2022-06-09', 'received', '0.1400', '0.1400', '-530.0000', NULL, NULL, 1, 'PZA', '-530.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6038, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6039, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-120.0000', '-24.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6040, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.0000', '-23.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6041, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '-1103.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-441.2000', '-1103.0000', '2022-06-09', 'received', '0.4000', '0.4000', '-1103.0000', NULL, NULL, 1, 'PZA', '-1103.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6042, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '-1050.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-472.5000', '-1050.0000', '2022-06-09', 'received', '0.4500', '0.4500', '-1050.0000', NULL, NULL, 1, 'PZA', '-1050.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6043, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-241.4500', '-11.0000', '2022-06-09', 'received', '21.9500', '21.9500', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6044, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-72.0000', '-4.0000', '2022-06-09', 'received', '18.0000', '18.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6045, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6046, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5000', '-1.0000', '2022-06-09', 'received', '15.5000', '15.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6047, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6048, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.2400', '-12.0000', '2022-06-09', 'received', '7.5200', '7.5200', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6049, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6050, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6051, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6052, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-4.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6053, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7500', '-3.0000', '2022-06-09', 'received', '3.2500', '3.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6054, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.2000', '-4.0000', '2022-06-09', 'received', '3.3000', '3.3000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6055, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6056, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.1500', '-1.0000', '2022-06-09', 'received', '19.1500', '19.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6057, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-262.5000', '-15.0000', '2022-06-09', 'received', '17.5000', '17.5000', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6058, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-94.1000', '-10.0000', '2022-06-09', 'received', '9.4100', '9.4100', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6059, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0400', '-4.0000', '2022-06-09', 'received', '7.5100', '7.5100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6060, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.4900', '-1.0000', '2022-06-09', 'received', '28.4900', '28.4900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6061, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-141.9000', '-30.0000', '2022-06-09', 'received', '4.7300', '4.7300', '-30.0000', NULL, NULL, 1, 'PZA', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6062, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '-32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-911.0400', '-32.0000', '2022-06-09', 'received', '28.4700', '28.4700', '-32.0000', NULL, NULL, 1, 'PZA', '-32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6063, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.3900', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.3400', '0.0000', '2022-06-09', 'received', '8.3900', '8.3900', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6064, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6065, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6066, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.7000', '-2.0000', '2022-06-09', 'received', '19.8500', '19.8500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6067, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.9800', '-6.0000', '2022-06-09', 'received', '10.8300', '10.8300', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6068, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-124.0000', '-4.0000', '2022-06-09', 'received', '31.0000', '31.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6069, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-1882.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-432.8600', '-1882.0000', '2022-06-09', 'received', '0.2300', '0.2300', '-1882.0000', NULL, NULL, 1, 'PZA', '-1882.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6070, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6071, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6072, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6073, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.0000', '-3.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6074, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '-3.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6075, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '-36.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-98.2500', '0.0000', '2022-06-09', 'received', '2.7292', '2.7292', '-36.0000', NULL, NULL, 1, 'PZA', '-36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6076, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.6500', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-189.7500', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6077, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '-82.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.2000', '-82.0000', '2022-06-09', 'received', '0.6000', '0.6000', '-82.0000', NULL, NULL, 1, 'PZA', '-82.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6078, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-72.0000', '-2.0000', '2022-06-09', 'received', '36.0000', '36.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6079, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '-76.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-368.6000', '0.0000', '2022-06-09', 'received', '4.8500', '4.8500', '-76.0000', NULL, NULL, 1, 'PZA', '-76.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6080, NULL, NULL, 2514, '11418040168', 'ALKA SELTZER .', NULL, '1.0000', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6081, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '1.4200', '-32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.4400', '-32.0000', '2022-06-09', 'received', '1.4200', '1.4200', '-32.0000', NULL, NULL, 1, 'PZA', '-32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6082, NULL, NULL, 2524, '11418696839', 'ASPIRINA FORTE', NULL, '0.7800', '-28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.8400', '0.0000', '2022-06-09', 'received', '0.7800', '0.7800', '-28.0000', NULL, NULL, 1, 'PZA', '-28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6083, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-274.6000', '-20.0000', '2022-06-09', 'received', '13.7300', '13.7300', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6084, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-120.0000', '-3.0000', '2022-06-09', 'received', '40.0000', '40.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6085, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0000', '-1.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6086, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6087, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.0000', '-65.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-260.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-65.0000', NULL, NULL, 1, 'PZA', '-65.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6088, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6089, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-126.0000', '-6.0000', '2022-06-09', 'received', '21.0000', '21.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6090, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-171.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-142.4999', '0.0000', '2022-06-09', 'received', '0.8333', '0.8333', '-171.0000', NULL, NULL, 1, 'PZA', '-171.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6091, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.3000', '-5.0000', '2022-06-09', 'received', '8.4600', '8.4600', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6092, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.5800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.4800', '0.0000', '2022-06-09', 'received', '2.5800', '2.5800', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6093, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.2500', '-1.0000', '2022-06-09', 'received', '46.2500', '46.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6094, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.4400', '-13.0000', '2022-06-09', 'received', '3.8800', '3.8800', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6095, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.8000', '-14.0000', '2022-06-09', 'received', '4.2000', '4.2000', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6096, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-198.2000', '-10.0000', '2022-06-09', 'received', '19.8200', '19.8200', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6097, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6098, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-141.6600', '-3.0000', '2022-06-09', 'received', '47.2200', '47.2200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6099, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-410.1900', '-11.0000', '2022-06-09', 'received', '37.2900', '37.2900', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6100, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-413.4900', '-11.0000', '2022-06-09', 'received', '37.5900', '37.5900', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6101, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-374.8500', '-9.0000', '2022-06-09', 'received', '41.6500', '41.6500', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6102, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-291.4800', '-7.0000', '2022-06-09', 'received', '41.6400', '41.6400', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6103, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '-75.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-457.5000', '-75.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-75.0000', NULL, NULL, 1, 'PZA', '-75.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6104, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '55.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.9000', '55.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6105, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-181.6800', '-6.0000', '2022-06-09', 'received', '30.2800', '30.2800', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6106, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6107, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.2000', '11.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6108, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.4800', '0.0000', '2022-06-09', 'received', '2.5800', '2.5800', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6109, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6110, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6111, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-170.6800', '-17.0000', '2022-06-09', 'received', '10.0400', '10.0400', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6112, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-536.4000', '-30.0000', '2022-06-09', 'received', '17.8800', '17.8800', '-30.0000', NULL, NULL, 1, 'PZA', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6113, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '-56.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-117.6000', '-56.0000', '2022-06-09', 'received', '2.1000', '2.1000', '-56.0000', NULL, NULL, 1, 'PZA', '-56.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6114, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-508.2000', '-6.0000', '2022-06-09', 'received', '84.7000', '84.7000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6115, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.8000', '-2.0000', '2022-06-09', 'received', '22.9000', '22.9000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6116, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.4200', '-1.0000', '2022-06-09', 'received', '22.4200', '22.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6117, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.0000', '-2.0000', '2022-06-09', 'received', '27.0000', '27.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6118, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.4300', '-1.0000', '2022-06-09', 'received', '28.4300', '28.4300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6119, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '-2.0000', '2022-06-09', 'received', '30.0000', '30.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6120, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-345.8400', '-8.0000', '2022-06-09', 'received', '43.2300', '43.2300', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6121, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2406', '-46.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.0658', '0.0000', '2022-06-09', 'received', '0.2406', '0.2406', '-46.0000', NULL, NULL, 1, 'PZA', '-46.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6122, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2300', '-53.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.1900', '-53.0000', '2022-06-09', 'received', '0.2300', '0.2300', '-53.0000', NULL, NULL, 1, 'PZA', '-53.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6123, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5400', '-31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.7400', '0.0000', '2022-06-09', 'received', '0.5400', '0.5400', '-31.0000', NULL, NULL, 1, 'PZA', '-31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6124, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '5.9200', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-82.8800', '0.0000', '2022-06-09', 'received', '5.9200', '5.9200', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6125, NULL, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.0800', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-55.4000', '0.0000', '2022-06-09', 'received', '11.0800', '11.0800', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6126, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '-32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-79.2000', '-32.0000', '2022-06-09', 'received', '2.4750', '2.4750', '-32.0000', NULL, NULL, 1, 'PZA', '-32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6127, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '-64.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.4500', '-64.5000', '2022-06-09', 'received', '2.1000', '2.1000', '-64.5000', NULL, NULL, 1, 'PZA', '-64.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6128, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6129, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6130, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.0000', '-4.0000', '2022-06-09', 'received', '19.0000', '19.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6131, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-95.0000', '-5.0000', '2022-06-09', 'received', '19.0000', '19.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6132, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6133, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0000', '-1.0000', '2022-06-09', 'received', '34.0000', '34.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6134, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '5.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.3000', '0.0000', '2022-06-09', 'received', '5.3000', '5.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6135, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-177.3500', '0.0000', '2022-06-09', 'received', '35.4700', '35.4700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6136, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6137, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-160.0000', '-4.0000', '2022-06-09', 'received', '40.0000', '40.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6138, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6139, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0000', '-4.0000', '2022-06-09', 'received', '3.2500', '3.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6140, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1600', '-4.0000', '2022-06-09', 'received', '0.5400', '0.5400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6141, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.1000', '-21.0000', '2022-06-09', 'received', '2.1000', '2.1000', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6142, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-188.7600', '-33.0000', '2022-06-09', 'received', '5.7200', '5.7200', '-33.0000', NULL, NULL, 1, 'PZA', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6143, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-205.8000', '-6.0000', '2022-06-09', 'received', '34.3000', '34.3000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6144, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-78.7200', '-9.0000', '2022-06-09', 'received', '6.5600', '6.5600', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6145, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6146, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '2.9583', '-74.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-218.9166', '0.0000', '2022-06-09', 'received', '2.9583', '2.9583', '-74.0000', NULL, NULL, 1, 'PZA', '-74.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6147, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.0000', '-2.0000', '2022-06-09', 'received', '22.0000', '22.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6148, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6149, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.3500', '-1.0000', '2022-06-09', 'received', '76.3500', '76.3500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6150, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-77.4000', '0.0000', '2022-06-09', 'received', '5.1600', '5.1600', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6151, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-73.3333', '0.0000', '2022-06-09', 'received', '3.3333', '3.3333', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6152, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '-45.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-112.5000', '-45.0000', '2022-06-09', 'received', '2.5000', '2.5000', '-45.0000', NULL, NULL, 1, 'PZA', '-45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6153, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.7500', '-25.0000', '2022-06-09', 'received', '0.8300', '0.8300', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6154, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-675.0000', '-1.0000', '2022-06-09', 'received', '675.0000', '675.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6155, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6156, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6157, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.8500', '-7.0000', '2022-06-09', 'received', '7.5500', '7.5500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6158, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2819', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-144.4831', '0.0000', '2022-06-09', 'received', '6.2819', '6.2819', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6159, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.9200', '-1.0000', '2022-06-09', 'received', '52.9200', '52.9200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6160, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6161, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6162, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-192.0000', '-3.0000', '2022-06-09', 'received', '64.0000', '64.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6163, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-256.0000', '-4.0000', '2022-06-09', 'received', '64.0000', '64.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6164, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6165, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.0000', '-2.0000', '2022-06-09', 'received', '20.0000', '20.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6166, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-429.0000', '-6.0000', '2022-06-09', 'received', '42.9000', '42.9000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6167, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.0000', '-1.0000', '2022-06-09', 'received', '50.0000', '50.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6168, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '4.2100', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-105.2500', '0.0000', '2022-06-09', 'received', '4.2100', '4.2100', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6169, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3300', '-3.0000', '2022-06-09', 'received', '1.1100', '1.1100', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6170, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.0000', '-6.0000', '2022-06-09', 'received', '16.0000', '16.0000', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6171, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.0000', '-6.0000', '2022-06-09', 'received', '16.0000', '16.0000', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6172, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-72.0000', '-3.0000', '2022-06-09', 'received', '24.0000', '24.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6173, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-103.0000', '-2.0000', '2022-06-09', 'received', '51.5000', '51.5000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6174, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.5000', '-3.0000', '2022-06-09', 'received', '23.5000', '23.5000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6175, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.5000', '-3.0000', '2022-06-09', 'received', '25.5000', '25.5000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6176, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '-1.0000', '2022-06-09', 'received', '35.0000', '35.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6177, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6178, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.5000', '-1.0000', '2022-06-09', 'received', '35.5000', '35.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6179, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.9500', '-5.0000', '2022-06-09', 'received', '7.9900', '7.9900', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6180, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.0000', '-1.0000', '2022-06-09', 'received', '50.0000', '50.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6181, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.0000', '-2.0000', '2022-06-09', 'received', '40.5000', '40.5000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6182, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-100.0000', '-1.0000', '2022-06-09', 'received', '100.0000', '100.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6183, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '-1.0000', '2022-06-09', 'received', '25.0000', '25.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6184, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-112.2000', '-3.0000', '2022-06-09', 'received', '37.4000', '37.4000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6185, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.0000', '-1.0000', '2022-06-09', 'received', '58.0000', '58.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6186, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.0000', '-3.0000', '2022-06-09', 'received', '27.0000', '27.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6187, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.0000', '-1.0000', '2022-06-09', 'received', '75.0000', '75.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6188, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-134.2000', '-1.0000', '2022-06-09', 'received', '134.2000', '134.2000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6189, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-95.0000', '-1.0000', '2022-06-09', 'received', '95.0000', '95.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6190, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-172.0000', '-1.0000', '2022-06-09', 'received', '172.0000', '172.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6191, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-2.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6192, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-84.0000', '-6.0000', '2022-06-09', 'received', '14.0000', '14.0000', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6193, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.0000', '-2.0000', '2022-06-09', 'received', '27.0000', '27.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6194, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.0000', '-2.0000', '2022-06-09', 'received', '29.0000', '29.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6195, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-179.0000', '-1.0000', '2022-06-09', 'received', '179.0000', '179.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6196, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.0000', '-1.0000', '2022-06-09', 'received', '38.0000', '38.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6197, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.0000', '-1.0000', '2022-06-09', 'received', '70.0000', '70.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6198, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.0000', '-1.0000', '2022-06-09', 'received', '41.0000', '41.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6199, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.0000', '-1.0000', '2022-06-09', 'received', '40.0000', '40.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6200, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.0000', '-1.0000', '2022-06-09', 'received', '37.0000', '37.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6201, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2022-06-09', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6202, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-245.0000', '-1.0000', '2022-06-09', 'received', '245.0000', '245.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6203, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '-1.0000', '2022-06-09', 'received', '45.0000', '45.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6204, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.0000', '-3.0000', '2022-06-09', 'received', '32.0000', '32.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6205, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7200', '-6.0000', '2022-06-09', 'received', '1.1200', '1.1200', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6206, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6207, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-342.0000', '-2.0000', '2022-06-09', 'received', '171.0000', '171.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6208, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6209, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6210, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-124.4600', '-2.0000', '2022-06-09', 'received', '62.2300', '62.2300', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6211, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6212, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-113.5000', '-1.0000', '2022-06-09', 'received', '113.5000', '113.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6213, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6214, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6215, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.3100', '-1.0000', '2022-06-09', 'received', '75.3100', '75.3100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6216, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-51.5000', '-1.0000', '2022-06-09', 'received', '51.5000', '51.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6217, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6218, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6219, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6220, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6221, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.2500', '-1.0000', '2022-06-09', 'received', '49.2500', '49.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6222, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6223, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '58.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.4200', '-1.0000', '2022-06-09', 'received', '58.4200', '58.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6224, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.9800', '-1.0000', '2022-06-09', 'received', '66.9800', '66.9800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6225, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '76.7100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.7100', '-1.0000', '2022-06-09', 'received', '76.7100', '76.7100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6226, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6227, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.6125', '-3.0000', '2022-06-09', 'received', '13.5375', '13.5375', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6228, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.1750', '-3.0000', '2022-06-09', 'received', '14.7250', '14.7250', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6229, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6230, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6200', '-2.0000', '2022-06-09', 'received', '3.3100', '3.3100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6231, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.3626', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-184.0650', '0.0000', '2022-06-09', 'received', '7.3626', '7.3626', '-25.0000', NULL, NULL, 5, 'UNIDAD', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6232, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.6098', '-3.0000', '2022-06-09', 'received', '13.5366', '13.5366', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6233, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.1600', '-4.0000', '2022-06-09', 'received', '16.0400', '16.0400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6234, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.2000', '-4.0000', '2022-06-09', 'received', '8.5500', '8.5500', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6235, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-342.0000', '-6.0000', '2022-06-09', 'received', '57.0000', '57.0000', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6236, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-109.7900', '-1.0000', '2022-06-09', 'received', '109.7900', '109.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6237, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.9300', '-6.0000', '2022-06-09', 'received', '4.9883', '4.9883', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6238, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-100.4598', '-3.0000', '2022-06-09', 'received', '33.4866', '33.4866', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6239, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-116.1399', '-3.0000', '2022-06-09', 'received', '38.7133', '38.7133', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6240, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-185.5000', '-1.0000', '2022-06-09', 'received', '185.5000', '185.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6241, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6242, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-273.6000', '-6.0000', '2022-06-09', 'received', '45.6000', '45.6000', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6243, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-405.0000', '-1.0000', '2022-06-09', 'received', '405.0000', '405.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6244, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6245, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-800.0000', '-1.0000', '2022-06-09', 'received', '800.0000', '800.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6246, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6247, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-288.3900', '-1.0000', '2022-06-09', 'received', '288.3900', '288.3900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6248, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6249, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-228.0000', '-6.0000', '2022-06-09', 'received', '38.0000', '38.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6250, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-99.6000', '-4.0000', '2022-06-09', 'received', '24.9000', '24.9000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6251, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-378.6300', '-9.0000', '2022-06-09', 'received', '42.0700', '42.0700', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6252, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-84.0000', '-4.0000', '2022-06-09', 'received', '21.0000', '21.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6253, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.1000', '-7.0000', '2022-06-09', 'received', '6.3000', '6.3000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6254, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.8000', '-1.0000', '2022-06-09', 'received', '9.8000', '9.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6255, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6256, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6257, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.9000', '-2.0000', '2022-06-09', 'received', '9.9500', '9.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6258, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6259, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-105.3000', '-13.0000', '2022-06-09', 'received', '8.1000', '8.1000', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6260, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-156.3800', '-14.0000', '2022-06-09', 'received', '11.1700', '11.1700', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6261, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6262, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6263, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-84.7800', '-6.0000', '2022-06-09', 'received', '14.1300', '14.1300', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6264, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.7500', '-3.0000', '2022-06-09', 'received', '25.2500', '25.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6265, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.5900', '-1.0000', '2022-06-09', 'received', '44.5900', '44.5900', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6266, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.9000', '-1.0000', '2022-06-09', 'received', '65.9000', '65.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6267, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.9200', '-2.0000', '2022-06-09', 'received', '8.9600', '8.9600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6268, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6269, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6270, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.3000', '-1.0000', '2022-06-09', 'received', '26.3000', '26.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6271, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.3000', '-1.0000', '2022-06-09', 'received', '26.3000', '26.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6272, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-106.7500', '-7.0000', '2022-06-09', 'received', '15.2500', '15.2500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6273, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '-3.0000', '2022-06-09', 'received', '8.0000', '8.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6274, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.2200', '-2.0000', '2022-06-09', 'received', '7.6100', '7.6100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6275, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6276, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.9800', '-2.0000', '2022-06-09', 'received', '11.4900', '11.4900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6277, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6278, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.2800', '-6.0000', '2022-06-09', 'received', '4.8800', '4.8800', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6279, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.9900', '-3.0000', '2022-06-09', 'received', '4.3300', '4.3300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6280, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6281, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.0000', '-4.0000', '2022-06-09', 'received', '7.0000', '7.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6282, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-72.0000', '-3.0000', '2022-06-09', 'received', '24.0000', '24.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6283, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.0000', '0.0000', '2022-06-09', 'received', '6.7500', '6.7500', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6284, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6285, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.1667', '0.0000', '2022-06-09', 'received', '12.2917', '12.2917', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6286, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-92.8200', '0.0000', '2022-06-09', 'received', '3.5700', '3.5700', '-26.0000', NULL, NULL, 1, 'PZA', '-26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6287, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.3500', '0.0000', '2022-06-09', 'received', '4.4500', '4.4500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6288, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9000', '0.0000', '2022-06-09', 'received', '4.4500', '4.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6289, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6290, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.7200', '-1.0000', '2022-06-09', 'received', '10.7200', '10.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6291, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.9000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.8000', '-2.0000', '2022-06-09', 'received', '9.9000', '9.9000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6292, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6293, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6294, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6295, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6296, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2500', '-1.0000', '2022-06-09', 'received', '6.2500', '6.2500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6297, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.2750', '-5.0000', '2022-06-09', 'received', '5.4550', '5.4550', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6298, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.3150', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.1500', '0.0000', '2022-06-09', 'received', '3.3150', '3.3150', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6299, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.1300', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-73.5600', '0.0000', '2022-06-09', 'received', '6.1300', '6.1300', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6300, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4154', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-150.6467', '0.0000', '2022-06-09', 'received', '9.4154', '9.4154', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6301, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8458', '0.0000', '2022-06-09', 'received', '3.4229', '3.4229', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6302, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5425', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5425', '7.5425', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6303, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '6.7550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.7550', '6.7550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6304, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.2737', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.2737', '8.2737', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6305, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3400', '0.0000', '2022-06-09', 'received', '4.6700', '4.6700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6306, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.8741', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.8741', '11.8741', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6307, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6308, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.4400', '2.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6309, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6300', '2.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6310, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9400', '0.0000', '2022-06-09', 'received', '2.9700', '2.9700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6311, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.1100', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.2100', '0.0000', '2022-06-09', 'received', '5.1100', '5.1100', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6312, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '8.4200', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-67.3600', '0.0000', '2022-06-09', 'received', '8.4200', '8.4200', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6313, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.2700', '5.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6314, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6315, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6316, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6317, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6318, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6319, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5000', '0.0000', '2022-06-09', 'received', '2.0833', '2.0833', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6320, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6321, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '38.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.1100', '38.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6322, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6323, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6324, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6325, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6326, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-261.2500', '-1.0000', '2022-06-09', 'received', '261.2500', '261.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6327, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6328, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6329, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6330, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6331, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6332, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '13.6650', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-136.6500', '0.0000', '2022-06-09', 'received', '13.6650', '13.6650', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6333, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-68.1600', '0.0000', '2022-06-09', 'received', '8.5200', '8.5200', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6334, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6335, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2400', '0.0000', '2022-06-09', 'received', '2.0800', '2.0800', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6336, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6337, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '-37.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-220.4583', '0.0000', '2022-06-09', 'received', '5.9583', '5.9583', '-37.0000', NULL, NULL, 1, 'PZA', '-37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6338, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.8750', '0.0000', '2022-06-09', 'received', '15.3750', '15.3750', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6339, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6340, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '-44.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-234.9600', '-44.0000', '2022-06-09', 'received', '5.3400', '5.3400', '-44.0000', NULL, NULL, 1, 'PZA', '-44.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6341, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.5000', '0.0000', '2022-06-09', 'received', '7.5000', '7.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6342, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6343, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6344, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6345, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.6250', '0.0000', '2022-06-09', 'received', '1.8750', '1.8750', '-35.0000', NULL, NULL, 1, 'PZA', '-35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6346, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.7500', '0.0000', '2022-06-09', 'received', '0.7500', '0.7500', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6347, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '0.0000', '2022-06-09', 'received', '3.0000', '3.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6348, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.2500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6349, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '0.0000', '2022-06-09', 'received', '1.5000', '1.5000', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6350, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '0.0000', '2022-06-09', 'received', '7.5000', '7.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6351, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '-46.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.5000', '0.0000', '2022-06-09', 'received', '0.7500', '0.7500', '-46.0000', NULL, NULL, 1, 'PZA', '-46.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6352, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6353, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6354, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6355, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6356, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.5000', '-9.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-9.0000', NULL, NULL, 5, 'UNIDAD', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6357, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.2500', '-15.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6358, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6359, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-78.7500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6360, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6361, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-273.8400', '-6.0000', '2022-06-09', 'received', '45.6400', '45.6400', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6362, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-414.0000', '-23.0000', '2022-06-09', 'received', '18.0000', '18.0000', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6363, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6364, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.6600', '0.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6365, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '30.9400', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-309.4000', '0.0000', '2022-06-09', 'received', '30.9400', '30.9400', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6366, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.0000', '-2.0000', '2022-06-09', 'received', '15.5000', '15.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6367, NULL, NULL, 2737, '7404001753652', 'CONDONES VIVE DE 3 UNIDADES', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6368, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6369, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6370, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6371, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6372, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6373, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6374, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6375, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6376, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6377, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6378, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '-59.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.5588', '-59.0000', '2022-06-09', 'received', '0.4163', '0.4163', '-59.0000', NULL, NULL, 5, 'UNIDAD', '-59.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6379, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2022-06-09', 'received', '1.2500', '1.2500', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6380, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-15.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6381, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.0000', '-11.0000', '2022-06-09', 'received', '3.0000', '3.0000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6382, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '-1.0000', '2022-06-09', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6383, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-353.4000', '-3.0000', '2022-06-09', 'received', '117.8000', '117.8000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6384, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.2500', '0.0000', '2022-06-09', 'received', '4.7500', '4.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6385, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6386, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.4600', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.6800', '0.0000', '2022-06-09', 'received', '2.4600', '2.4600', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6387, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6388, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6389, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '-42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.3184', '0.0000', '2022-06-09', 'received', '1.5552', '1.5552', '-42.0000', NULL, NULL, 1, 'PZA', '-42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6390, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7700', '-1.0000', '2022-06-09', 'received', '3.7700', '3.7700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6391, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1458', '0.0000', '2022-06-09', 'received', '0.3958', '0.3958', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6392, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6393, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.5000', '-3.0000', '2022-06-09', 'received', '6.5000', '6.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6394, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6395, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0000', '-2.0000', '2022-06-09', 'received', '32.0000', '32.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6396, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.9800', '-3.0000', '2022-06-09', 'received', '10.6600', '10.6600', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6397, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.4000', '-4.0000', '2022-06-09', 'received', '20.3500', '20.3500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6398, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-92.6000', '-5.0000', '2022-06-09', 'received', '18.5200', '18.5200', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6399, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6400, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6401, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK (UNIDAD)', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6402, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '0.0000', '2022-06-09', 'received', '9.0000', '9.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6403, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-89.2500', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6404, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6405, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6406, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-180.5400', '0.0000', '2022-06-09', 'received', '10.6200', '10.6200', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6407, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6408, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.3600', '-4.0000', '2022-06-09', 'received', '7.3400', '7.3400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6409, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0100', '-3.0000', '2022-06-09', 'received', '0.6700', '0.6700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6410, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-92.9600', '-4.0000', '2022-06-09', 'received', '23.2400', '23.2400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6411, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '-32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-190.4000', '0.0000', '2022-06-09', 'received', '5.9500', '5.9500', '-32.0000', NULL, NULL, 1, 'PZA', '-32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6412, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-127.5000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '-30.0000', NULL, NULL, 1, 'PZA', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6413, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.7925', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-77.9250', '0.0000', '2022-06-09', 'received', '7.7925', '7.7925', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6414, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '-153.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-131.3249', '0.0000', '2022-06-09', 'received', '0.8583', '0.8583', '-153.0000', NULL, NULL, 1, 'PZA', '-153.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6415, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.8592', '-44.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.8033', '0.0000', '2022-06-09', 'received', '1.8592', '1.8592', '-44.0000', NULL, NULL, 1, 'PZA', '-44.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6416, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6417, NULL, NULL, 3174, '74410187', 'SAL ANDREWS', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6418, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6419, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '6.4400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.8800', '0.0000', '2022-06-09', 'received', '6.4400', '6.4400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6420, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6421, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6422, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '-9.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6423, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-144.2700', '-21.0000', '2022-06-09', 'received', '6.8700', '6.8700', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6424, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.4500', '-5.0000', '2022-06-09', 'received', '10.8900', '10.8900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6425, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3200', '-4.0000', '2022-06-09', 'received', '1.5800', '1.5800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6426, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-112.0000', '0.0000', '2022-06-09', 'received', '5.6000', '5.6000', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6427, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.8000', '-16.0000', '2022-06-09', 'received', '0.5500', '0.5500', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6428, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '-1.0000', '2022-06-09', 'received', '45.0000', '45.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6429, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-126.2000', '-4.0000', '2022-06-09', 'received', '31.5500', '31.5500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6430, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6431, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-80.2360', '-13.0000', '2022-06-09', 'received', '6.1720', '6.1720', '-13.0000', NULL, NULL, 5, 'UNIDAD', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6432, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '-75.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-125.2500', '0.0000', '2022-06-09', 'received', '1.6700', '1.6700', '-75.0000', NULL, NULL, 1, 'PZA', '-75.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6433, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4292', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.8748', '0.0000', '2022-06-09', 'received', '0.4292', '0.4292', '-30.0000', NULL, NULL, 5, 'UNIDAD', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6434, NULL, NULL, 2798, '748928004839', 'DETERGENTE ORIX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6435, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6436, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6437, NULL, NULL, 2799, '748928006505', 'DETERGENTE ORIX 450 GR', NULL, '4.3500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.1000', '0.0000', '2022-06-09', 'received', '4.3500', '4.3500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6438, NULL, NULL, 2800, '748928006512', 'DETERGENTE ORIX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6439, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.4550', '0.0000', '2022-06-09', 'received', '4.4092', '4.4092', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6440, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '-48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-204.4800', '0.0000', '2022-06-09', 'received', '4.2600', '4.2600', '-48.0000', NULL, NULL, 1, 'PZA', '-48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6441, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.9000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6442, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.9000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6443, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6444, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6445, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6446, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6447, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8800', '1.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6448, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6449, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6450, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0900', '0.0000', '2022-06-09', 'received', '0.0100', '0.0100', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6451, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6452, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6453, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.3000', '-10.0000', '2022-06-09', 'received', '5.6300', '5.6300', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6454, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6455, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.2000', '-12.0000', '2022-06-09', 'received', '1.6000', '1.6000', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6456, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.4400', '-9.0000', '2022-06-09', 'received', '2.1600', '2.1600', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6457, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6458, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '29.9000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-209.3000', '0.0000', '2022-06-09', 'received', '29.9000', '29.9000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6459, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '91.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '91.8500', '91.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6460, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-107.6000', '0.0000', '2022-06-09', 'received', '53.8000', '53.8000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6461, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-148.9000', '0.0000', '2022-06-09', 'received', '148.9000', '148.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6462, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-232.2000', '0.0000', '2022-06-09', 'received', '25.8000', '25.8000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6463, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6464, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6465, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.2500', '-1.0000', '2022-06-09', 'received', '41.2500', '41.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6466, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-149.2400', '-4.0000', '2022-06-09', 'received', '37.3100', '37.3100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6467, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-177.9200', '-4.0000', '2022-06-09', 'received', '44.4800', '44.4800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6468, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '-2.0000', '2022-06-09', 'received', '11.2500', '11.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6469, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-205.0200', '-6.0000', '2022-06-09', 'received', '34.1700', '34.1700', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6470, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.9600', '-12.0000', '2022-06-09', 'received', '6.8300', '6.8300', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6471, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6472, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6473, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.8400', '-9.0000', '2022-06-09', 'received', '6.7600', '6.7600', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6474, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.0900', '-9.0000', '2022-06-09', 'received', '7.0100', '7.0100', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6475, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0200', '-1.0000', '2022-06-09', 'received', '30.0200', '30.0200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6476, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '32.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.9500', '32.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6477, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '62.0600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-124.1200', '-2.0000', '2022-06-09', 'received', '62.0600', '62.0600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6478, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-342.9000', '-2.0000', '2022-06-09', 'received', '171.4500', '171.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6479, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-189.1900', '-1.0000', '2022-06-09', 'received', '189.1900', '189.1900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6480, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.6900', '-1.0000', '2022-06-09', 'received', '71.6900', '71.6900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6481, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.5000', '-3.0000', '2022-06-09', 'received', '9.5000', '9.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6482, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.2100', '-3.0000', '2022-06-09', 'received', '18.0700', '18.0700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6483, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6484, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6485, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5200', '-4.0000', '2022-06-09', 'received', '6.3800', '6.3800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6486, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-145.1800', '-17.0000', '2022-06-09', 'received', '8.5400', '8.5400', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6487, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6488, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.7600', '-8.0000', '2022-06-09', 'received', '16.9700', '16.9700', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6489, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '-1.0000', '2022-06-09', 'received', '25.0000', '25.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6490, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-92.6200', '-1.0000', '2022-06-09', 'received', '92.6200', '92.6200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6491, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-107.9100', '-1.0000', '2022-06-09', 'received', '107.9100', '107.9100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6492, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-238.7600', '-4.0000', '2022-06-09', 'received', '59.6900', '59.6900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6493, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.1400', '-9.0000', '2022-06-09', 'received', '2.4600', '2.4600', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6494, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-82.2700', '-19.0000', '2022-06-09', 'received', '4.3300', '4.3300', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6495, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-82.8100', '-13.0000', '2022-06-09', 'received', '6.3700', '6.3700', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6496, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.2000', '-16.0000', '2022-06-09', 'received', '8.4500', '8.4500', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6497, NULL, NULL, 2570, '7501206646038', 'BROCA P/METAL 1/4??', NULL, '11.8900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.8900', '-1.0000', '2022-06-09', 'received', '11.8900', '11.8900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6498, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.2200', '-1.0000', '2022-06-09', 'received', '27.2200', '27.2200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6499, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-89.5400', '-2.0000', '2022-06-09', 'received', '44.7700', '44.7700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6500, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.7900', '-1.0000', '2022-06-09', 'received', '90.7900', '90.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6501, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-165.6400', '-4.0000', '2022-06-09', 'received', '41.4100', '41.4100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6502, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6503, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.6400', '-6.0000', '2022-06-09', 'received', '5.4400', '5.4400', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6504, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.3100', '-9.0000', '2022-06-09', 'received', '4.5900', '4.5900', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6505, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.1700', '-3.0000', '2022-06-09', 'received', '5.3900', '5.3900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6506, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3900', '-1.0000', '2022-06-09', 'received', '7.3900', '7.3900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6507, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.5000', '-10.0000', '2022-06-09', 'received', '6.6500', '6.6500', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6508, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-102.9000', '-10.0000', '2022-06-09', 'received', '10.2900', '10.2900', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6509, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6510, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-124.8400', '-1.0000', '2022-06-09', 'received', '124.8400', '124.8400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6511, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6512, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6513, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.8000', '-5.0000', '2022-06-09', 'received', '7.7600', '7.7600', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6514, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.4000', '-5.0000', '2022-06-09', 'received', '8.2800', '8.2800', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6515, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5200', '-2.0000', '2022-06-09', 'received', '7.7600', '7.7600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6516, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.1200', '-4.0000', '2022-06-09', 'received', '8.2800', '8.2800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6517, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.2900', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.3200', '-8.0000', '2022-06-09', 'received', '3.2900', '3.2900', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6518, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.1800', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.5400', '0.0000', '2022-06-09', 'received', '4.1800', '4.1800', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6519, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.5900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5900', '0.0000', '2022-06-09', 'received', '6.5900', '6.5900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6520, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.4800', '-3.0000', '2022-06-09', 'received', '12.1600', '12.1600', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6521, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.8400', '-4.0000', '2022-06-09', 'received', '22.7100', '22.7100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6522, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-121.9800', '-3.0000', '2022-06-09', 'received', '40.6600', '40.6600', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6523, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.2600', '-6.0000', '2022-06-09', 'received', '5.7100', '5.7100', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6524, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.2400', '-4.0000', '2022-06-09', 'received', '8.3100', '8.3100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6525, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.4100', '-3.0000', '2022-06-09', 'received', '12.4700', '12.4700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6526, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-87.8900', '-17.0000', '2022-06-09', 'received', '5.1700', '5.1700', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6527, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.1800', '-6.0000', '2022-06-09', 'received', '7.5300', '7.5300', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6528, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.3400', '-2.0000', '2022-06-09', 'received', '9.6700', '9.6700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6529, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.0200', '-6.0000', '2022-06-09', 'received', '7.6700', '7.6700', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6530, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.4200', '-1.0000', '2022-06-09', 'received', '4.4200', '4.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6531, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6532, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9400', '-33.0000', '2022-06-09', 'received', '0.1800', '0.1800', '-33.0000', NULL, NULL, 1, 'PZA', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6533, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6534, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '-763.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-53.4100', '-763.0000', '2022-06-09', 'received', '0.0700', '0.0700', '-763.0000', NULL, NULL, 1, 'PZA', '-763.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6535, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '-736.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-88.3200', '-736.0000', '2022-06-09', 'received', '0.1200', '0.1200', '-736.0000', NULL, NULL, 1, 'PZA', '-736.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6536, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-164.2000', '-2.0000', '2022-06-09', 'received', '82.1000', '82.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6537, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-162.1100', '-1.0000', '2022-06-09', 'received', '162.1100', '162.1100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6538, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '201.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '201.5900', '201.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6539, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6540, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-119.7000', '-5.0000', '2022-06-09', 'received', '23.9400', '23.9400', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6541, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6542, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6543, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.2300', '-9.0000', '2022-06-09', 'received', '2.4700', '2.4700', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6544, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.3500', '-15.0000', '2022-06-09', 'received', '3.2900', '3.2900', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6545, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6546, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6547, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.8800', '-12.0000', '2022-06-09', 'received', '3.4900', '3.4900', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6548, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-62.9200', '-2.0000', '2022-06-09', 'received', '31.4600', '31.4600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6549, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-212.5200', '-12.0000', '2022-06-09', 'received', '17.7100', '17.7100', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6550, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '28.9600', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-289.6000', '-10.0000', '2022-06-09', 'received', '28.9600', '28.9600', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6551, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-192.0000', '-6.0000', '2022-06-09', 'received', '32.0000', '32.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6552, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-57.6000', '-9.0000', '2022-06-09', 'received', '6.4000', '6.4000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6553, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '-1.0000', '2022-06-09', 'received', '25.5000', '25.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6554, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6555, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '-50.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-97.0000', '-50.0000', '2022-06-09', 'received', '1.9400', '1.9400', '-50.0000', NULL, NULL, 1, 'PZA', '-50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6556, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-59.5000', '-7.0000', '2022-06-09', 'received', '8.5000', '8.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6557, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-525.0000', '-1.0000', '2022-06-09', 'received', '525.0000', '525.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6558, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6559, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6560, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.0000', '-1.0000', '2022-06-09', 'received', '16.0000', '16.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6561, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6562, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6563, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-73.2000', '-12.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6564, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.8300', '5.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6565, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4000', '-2.0000', '2022-06-09', 'received', '1.7000', '1.7000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6566, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.8200', '-11.0000', '2022-06-09', 'received', '2.6200', '2.6200', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6567, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6568, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-113.9250', '-10.0000', '2022-06-09', 'received', '11.3925', '11.3925', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6569, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.4100', '-1.0000', '2022-06-09', 'received', '13.4100', '13.4100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6570, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.4167', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.3333', '0.0000', '2022-06-09', 'received', '5.4167', '5.4167', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6571, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6572, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6573, NULL, NULL, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', NULL, '4.2400', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.2000', '-5.0000', '2022-06-09', 'received', '4.2400', '4.2400', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6574, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6575, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.7600', '-8.0000', '2022-06-09', 'received', '16.9700', '16.9700', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6576, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.7500', '-1.0000', '2022-06-09', 'received', '15.7500', '15.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6577, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0800', '-4.0000', '2022-06-09', 'received', '6.2700', '6.2700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6578, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.3400', '-2.0000', '2022-06-09', 'received', '7.1700', '7.1700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6579, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-51.1200', '-6.0000', '2022-06-09', 'received', '8.5200', '8.5200', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6580, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6581, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5800', '-2.0000', '2022-06-09', 'received', '6.7900', '6.7900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6582, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6583, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6584, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-163.3200', '-4.0000', '2022-06-09', 'received', '40.8300', '40.8300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6585, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '-462.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.8600', '-462.0000', '2022-06-09', 'received', '0.0300', '0.0300', '-462.0000', NULL, NULL, 1, 'PZA', '-462.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6586, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-123.4800', '-12.0000', '2022-06-09', 'received', '10.2900', '10.2900', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6587, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.8000', '-7.0000', '2022-06-09', 'received', '19.4000', '19.4000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6588, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-105.0000', '-5.0000', '2022-06-09', 'received', '21.0000', '21.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6589, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.5500', '-5.0000', '2022-06-09', 'received', '15.3100', '15.3100', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6590, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.5000', '-3.0000', '2022-06-09', 'received', '17.5000', '17.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6591, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.9000', '-10.0000', '2022-06-09', 'received', '6.5900', '6.5900', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6592, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-97.3500', '-33.0000', '2022-06-09', 'received', '2.9500', '2.9500', '-33.0000', NULL, NULL, 1, 'PZA', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6593, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.2600', '-7.0000', '2022-06-09', 'received', '7.1800', '7.1800', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6594, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-164.4000', '-8.0000', '2022-06-09', 'received', '20.5500', '20.5500', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6595, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.1600', '-3.0000', '2022-06-09', 'received', '11.7200', '11.7200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6596, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.8800', '-2.0000', '2022-06-09', 'received', '11.9400', '11.9400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6597, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.7200', '-1.0000', '2022-06-09', 'received', '11.7200', '11.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6598, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '208.1900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-208.1900', '0.0000', '2022-06-09', 'received', '208.1900', '208.1900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6599, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.8500', '-3.0000', '2022-06-09', 'received', '11.9500', '11.9500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6600, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-74.5500', '-7.0000', '2022-06-09', 'received', '10.6500', '10.6500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6601, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6602, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '230.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-230.7200', '0.0000', '2022-06-09', 'received', '230.7200', '230.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6603, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.1400', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-140.9800', '-7.0000', '2022-06-09', 'received', '20.1400', '20.1400', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6604, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.3900', '-3.0000', '2022-06-09', 'received', '22.1300', '22.1300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6605, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6606, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6607, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.7600', '-2.0000', '2022-06-09', 'received', '14.3800', '14.3800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6608, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-205.9200', '-8.0000', '2022-06-09', 'received', '25.7400', '25.7400', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6609, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-223.3500', '-5.0000', '2022-06-09', 'received', '44.6700', '44.6700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6610, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-196.0000', '-7.0000', '2022-06-09', 'received', '28.0000', '28.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6611, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6612, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6613, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6614, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6615, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.1000', '-10.0000', '2022-06-09', 'received', '3.3100', '3.3100', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6616, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6617, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6618, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.7500', '0.0000', '2022-06-09', 'received', '8.7500', '8.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6619, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.3000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6620, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6621, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6622, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6623, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6624, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.9996', '-12.0000', '2022-06-09', 'received', '3.3333', '3.3333', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6625, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.0500', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.8500', '0.0000', '2022-06-09', 'received', '1.0500', '1.0500', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6626, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.7500', '0.0000', '2022-06-09', 'received', '2.9167', '2.9167', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6627, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6628, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.0000', '-2.0000', '2022-06-09', 'received', '14.0000', '14.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6629, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7000', '-1.0000', '2022-06-09', 'received', '5.7000', '5.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6630, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-84.0000', '-1.0000', '2022-06-09', 'received', '84.0000', '84.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6631, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-55.6000', '-1.0000', '2022-06-09', 'received', '55.6000', '55.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6632, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0500', '-1.0000', '2022-06-09', 'received', '64.0500', '64.0500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6633, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-150.2000', '-2.0000', '2022-06-09', 'received', '75.1000', '75.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6634, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.1900', '-1.0000', '2022-06-09', 'received', '42.1900', '42.1900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6635, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.7500', '-1.0000', '2022-06-09', 'received', '42.7500', '42.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6636, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6637, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.4000', '-12.0000', '2022-06-09', 'received', '1.2000', '1.2000', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6638, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6639, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-101.3054', '0.0000', '2022-06-09', 'received', '9.2096', '9.2096', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6640, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-700.0000', '-1.0000', '2022-06-09', 'received', '700.0000', '700.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6641, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.0000', '-10.0000', '2022-06-09', 'received', '8.1000', '8.1000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6642, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.2000', '-13.0000', '2022-06-09', 'received', '5.4000', '5.4000', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6643, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-123.2000', '-10.0000', '2022-06-09', 'received', '12.3200', '12.3200', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6644, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.5000', '-7.0000', '2022-06-09', 'received', '3.5000', '3.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6645, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6646, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.1800', '-11.0000', '2022-06-09', 'received', '6.3800', '6.3800', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6647, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.8400', '-12.0000', '2022-06-09', 'received', '6.3200', '6.3200', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6648, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.9000', '-9.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6649, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6650, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.0000', '-1.0000', '2022-06-09', 'received', '70.0000', '70.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6651, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '-5.0000', '2022-06-09', 'received', '4.8000', '4.8000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6652, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-86.2500', '-15.0000', '2022-06-09', 'received', '5.7500', '5.7500', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6653, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.5000', '-2.0000', '2022-06-09', 'received', '21.7500', '21.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6654, NULL, NULL, 2979, '7702031642725', 'LISTERINE COOL MINT', NULL, '29.7000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-59.4000', '-2.0000', '2022-06-09', 'received', '29.7000', '29.7000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6655, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.0000', '-2.0000', '2022-06-09', 'received', '16.5000', '16.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6656, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.0000', '-2.0000', '2022-06-09', 'received', '16.5000', '16.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6657, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.5000', '-3.0000', '2022-06-09', 'received', '16.5000', '16.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6658, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-297.1200', '-12.0000', '2022-06-09', 'received', '24.7600', '24.7600', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6659, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.7200', '0.0000', '2022-06-09', 'received', '25.2400', '25.2400', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6660, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-462.2700', '-19.0000', '2022-06-09', 'received', '24.3300', '24.3300', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6661, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6662, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '-6.0000', '2022-06-09', 'received', '10.0000', '10.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6663, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6664, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.7000', '0.0000', '2022-06-09', 'received', '24.8500', '24.8500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6665, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '-42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-117.6000', '-42.0000', '2022-06-09', 'received', '2.8000', '2.8000', '-42.0000', NULL, NULL, 1, 'PZA', '-42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6666, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '-48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-134.4000', '-48.0000', '2022-06-09', 'received', '2.8000', '2.8000', '-48.0000', NULL, NULL, 1, 'PZA', '-48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6667, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '-28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-68.6000', '-28.0000', '2022-06-09', 'received', '2.4500', '2.4500', '-28.0000', NULL, NULL, 1, 'PZA', '-28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6668, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '-47.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-115.1500', '-47.0000', '2022-06-09', 'received', '2.4500', '2.4500', '-47.0000', NULL, NULL, 1, 'PZA', '-47.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6669, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-92.4000', '-33.0000', '2022-06-09', 'received', '2.8000', '2.8000', '-33.0000', NULL, NULL, 1, 'PZA', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6670, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-57.7500', '-11.0000', '2022-06-09', 'received', '5.2500', '5.2500', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6671, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-121.5000', '-27.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-27.0000', NULL, NULL, 1, 'PZA', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6672, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.8500', '0.0000', '2022-06-09', 'received', '5.9500', '5.9500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6673, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '17.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.0000', '17.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6674, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.7800', '-2.0000', '2022-06-09', 'received', '21.3900', '21.3900', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6675, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-180.0000', '-4.0000', '2022-06-09', 'received', '45.0000', '45.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6676, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-180.0000', '-20.0000', '2022-06-09', 'received', '9.0000', '9.0000', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6677, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-262.0000', '-1.0000', '2022-06-09', 'received', '262.0000', '262.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6678, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-69.0000', '-6.0000', '2022-06-09', 'received', '11.5000', '11.5000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6679, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.3600', '-4.0000', '2022-06-09', 'received', '4.5900', '4.5900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6680, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6681, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-170.1500', '0.0000', '2022-06-09', 'received', '170.1500', '170.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6682, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-476.0000', '-17.0000', '2022-06-09', 'received', '28.0000', '28.0000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6683, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '-60.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-420.0000', '-54.0000', '2022-06-09', 'received', '7.0000', '7.0000', '-60.0000', NULL, NULL, 1, 'PZA', '-60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6684, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.9200', '-1.0000', '2022-06-09', 'received', '32.9200', '32.9200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6685, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6686, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-83.3000', '-2.0000', '2022-06-09', 'received', '41.6500', '41.6500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6687, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.1000', '-2.0000', '2022-06-09', 'received', '26.0500', '26.0500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6688, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '-55.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.7500', '-55.0000', '2022-06-09', 'received', '0.2500', '0.2500', '-55.0000', NULL, NULL, 1, 'PZA', '-55.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6689, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.2500', '0.0000', '2022-06-09', 'received', '7.2500', '7.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6690, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '-38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-627.7600', '-38.0000', '2022-06-09', 'received', '16.5200', '16.5200', '-38.0000', NULL, NULL, 1, 'PZA', '-38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6691, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.0000', '-1.0000', '2022-06-09', 'received', '23.0000', '23.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6692, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.0000', '-1.0000', '2022-06-09', 'received', '16.0000', '16.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6693, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-84.0000', '-6.0000', '2022-06-09', 'received', '14.0000', '14.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6694, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.3900', '-3.0000', '2022-06-09', 'received', '4.1300', '4.1300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6695, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '-1.0000', '2022-06-09', 'received', '60.0000', '60.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6696, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-270.0000', '-3.0000', '2022-06-09', 'received', '90.0000', '90.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6697, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-230.0000', '-2.0000', '2022-06-09', 'received', '115.0000', '115.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6698, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6699, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.0000', '-1.0000', '2022-06-09', 'received', '90.0000', '90.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6700, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.1700', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-91.7400', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6701, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9100', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-68.7400', '0.0000', '2022-06-09', 'received', '4.9100', '4.9100', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6702, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '193.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '193.4200', '193.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6703, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '50.8700', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-763.0500', '0.0000', '2022-06-09', 'received', '50.8700', '50.8700', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6704, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '132.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '132.7200', '132.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6705, NULL, NULL, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', NULL, '34.1000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-341.0000', '0.0000', '2022-06-09', 'received', '34.1000', '34.1000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6706, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-153.0000', '-3.0000', '2022-06-09', 'received', '25.5000', '25.5000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6707, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-192.5000', '-11.0000', '2022-06-09', 'received', '17.5000', '17.5000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6708, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-274.9600', '0.0000', '2022-06-09', 'received', '19.6400', '19.6400', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6709, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6710, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3400', '-1.0000', '2022-06-09', 'received', '0.3400', '0.3400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6711, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '-28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.5000', '0.0000', '2022-06-09', 'received', '1.1250', '1.1250', '-28.0000', NULL, NULL, 1, 'PZA', '-28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6712, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '-48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.9997', '0.0000', '2022-06-09', 'received', '0.8542', '0.8542', '-48.0000', NULL, NULL, 1, 'PZA', '-48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6713, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6714, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.4400', '-12.0000', '2022-06-09', 'received', '1.1200', '1.1200', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6715, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.9800', '2.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6716, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.0800', '6.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6717, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.0000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6718, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-208.9000', '-10.0000', '2022-06-09', 'received', '20.8900', '20.8900', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6719, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6720, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '-60.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.6000', '-60.0000', '2022-06-09', 'received', '0.9100', '0.9100', '-60.0000', NULL, NULL, 1, 'PZA', '-60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6721, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '-48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-120.0000', '-48.0000', '2022-06-09', 'received', '2.5000', '2.5000', '-48.0000', NULL, NULL, 1, 'PZA', '-48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6722, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '-51.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.3600', '-51.0000', '2022-06-09', 'received', '0.3600', '0.3600', '-51.0000', NULL, NULL, 1, 'PZA', '-51.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6723, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6724, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '150.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '150.0000', '150.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6725, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-178.0000', '-4.0000', '2022-06-09', 'received', '44.5000', '44.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6726, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-189.7000', '-2.0000', '2022-06-09', 'received', '94.8500', '94.8500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6727, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5500', '-1.0000', '2022-06-09', 'received', '6.5500', '6.5500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6728, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-67.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.2900', '0.0000', '2022-06-09', 'received', '0.8700', '0.8700', '-67.0000', NULL, NULL, 1, 'PZA', '-67.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6729, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '-26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.2400', '-26.0000', '2022-06-09', 'received', '0.7400', '0.7400', '-26.0000', NULL, NULL, 1, 'PZA', '-26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6730, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.2000', '-4.0000', '2022-06-09', 'received', '7.3000', '7.3000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6731, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4875', '-52.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-181.3500', '0.0000', '2022-06-09', 'received', '3.4875', '3.4875', '-52.0000', NULL, NULL, 1, 'PZA', '-52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6732, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6733, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '3.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.2500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6734, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.2600', '-3.0000', '2022-06-09', 'received', '5.4200', '5.4200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6735, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-292.5000', '-3.0000', '2022-06-09', 'received', '97.5000', '97.5000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6736, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.8500', '-5.0000', '2022-06-09', 'received', '4.1700', '4.1700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6737, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-556.5000', '-1.0000', '2022-06-09', 'received', '556.5000', '556.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6738, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-556.5100', '-1.0000', '2022-06-09', 'received', '556.5100', '556.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6739, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '-40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-80.0000', '-40.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-40.0000', NULL, NULL, 1, 'PZA', '-40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6740, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '-44.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-132.0000', '-44.0000', '2022-06-09', 'received', '3.0000', '3.0000', '-44.0000', NULL, NULL, 1, 'PZA', '-44.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6741, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-115.6200', '-6.0000', '2022-06-09', 'received', '19.2700', '19.2700', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6742, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-80.0000', '-4.0000', '2022-06-09', 'received', '20.0000', '20.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6743, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6744, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.9700', '-3.0000', '2022-06-09', 'received', '7.9900', '7.9900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6745, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '-41.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-69.7000', '-41.0000', '2022-06-09', 'received', '1.7000', '1.7000', '-41.0000', NULL, NULL, 1, 'PZA', '-41.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6746, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-105.5200', '-2.0000', '2022-06-09', 'received', '52.7600', '52.7600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6747, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.0000', '-2.0000', '2022-06-09', 'received', '27.0000', '27.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6748, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.0000', '-2.0000', '2022-06-09', 'received', '31.5000', '31.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6749, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-240.0000', '-5.0000', '2022-06-09', 'received', '48.0000', '48.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6750, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.5800', '-2.0000', '2022-06-09', 'received', '24.7900', '24.7900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6751, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-619.5000', '-1.0000', '2022-06-09', 'received', '619.5000', '619.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6752, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-850.5000', '-1.0000', '2022-06-09', 'received', '850.5000', '850.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6753, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6800', '-4.0000', '2022-06-09', 'received', '1.1700', '1.1700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6754, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-78.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6755, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-696.0000', '-1.0000', '2022-06-09', 'received', '696.0000', '696.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6756, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '-79.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-758.4300', '-79.5000', '2022-06-09', 'received', '9.5400', '9.5400', '-79.5000', NULL, NULL, 1, 'PZA', '-79.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6757, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '-127.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-788.6700', '-127.0000', '2022-06-09', 'received', '6.2100', '6.2100', '-127.0000', NULL, NULL, 1, 'PZA', '-127.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6758, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.7900', '-17.0000', '2022-06-09', 'received', '2.8700', '2.8700', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6759, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '-57.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-285.0000', '-57.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-57.0000', NULL, NULL, 1, 'PZA', '-57.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6760, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6761, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '-87.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-339.3000', '-87.0000', '2022-06-09', 'received', '3.9000', '3.9000', '-87.0000', NULL, NULL, 1, 'PZA', '-87.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6762, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0000', '-8.0000', '2022-06-09', 'received', '8.0000', '8.0000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6763, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '-43.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.8000', '-43.0000', '2022-06-09', 'received', '0.6000', '0.6000', '-43.0000', NULL, NULL, 1, 'PZA', '-43.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6764, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6765, NULL, NULL, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', NULL, '20.1600', '-49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-987.8400', '-49.0000', '2022-06-09', 'received', '20.1600', '20.1600', '-49.0000', NULL, NULL, 1, 'PZA', '-49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6766, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.5800', '-2.0000', '2022-06-09', 'received', '5.2900', '5.2900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6767, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6768, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.7400', '-6.0000', '2022-06-09', 'received', '10.2900', '10.2900', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6769, NULL, NULL, 2461, 'FER- 7506240656', '9DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6770, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '-75.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.7500', '-75.0000', '2022-06-09', 'received', '0.3300', '0.3300', '-75.0000', NULL, NULL, 1, 'PZA', '-75.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6771, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '-2566.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-384.9000', '-2566.0000', '2022-06-09', 'received', '0.1500', '0.1500', '-2566.0000', NULL, NULL, 1, 'PZA', '-2566.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6772, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '-1936.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-290.4000', '-1936.0000', '2022-06-09', 'received', '0.1500', '0.1500', '-1936.0000', NULL, NULL, 1, 'PZA', '-1936.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6773, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.0000', '-1.0000', '2022-06-09', 'received', '65.0000', '65.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6774, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-104.7900', '-1.0000', '2022-06-09', 'received', '104.7900', '104.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6775, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.0000', '-2.0000', '2022-06-09', 'received', '48.0000', '48.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6776, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-150.1000', '-19.0000', '2022-06-09', 'received', '7.9000', '7.9000', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6777, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '-50.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-139.0000', '-50.0000', '2022-06-09', 'received', '2.7800', '2.7800', '-50.0000', NULL, NULL, 1, 'PZA', '-50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6778, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-204.0000', '-6.0000', '2022-06-09', 'received', '34.0000', '34.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6779, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '12.0000', '-31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-372.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '-31.0000', NULL, NULL, 1, 'PZA', '-31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6780, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6781, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-140.0000', '-1.0000', '2022-06-09', 'received', '140.0000', '140.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6782, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-78.0000', '-13.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6783, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6784, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-132.0000', '-22.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6785, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5300', '-19.0000', '2022-06-09', 'received', '0.8700', '0.8700', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6786, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '-98.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.0000', '-98.0000', '2022-06-09', 'received', '0.5000', '0.5000', '-98.0000', NULL, NULL, 1, 'PZA', '-98.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6787, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '-2140.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-342.4000', '-2140.0000', '2022-06-09', 'received', '0.1600', '0.1600', '-2140.0000', NULL, NULL, 1, 'PZA', '-2140.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6788, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.0000', '-1.0000', '2022-06-09', 'received', '40.0000', '40.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6789, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '-45.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-264.6000', '-45.0000', '2022-06-09', 'received', '5.8800', '5.8800', '-45.0000', NULL, NULL, 1, 'PZA', '-45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6790, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.6400', '-6.0000', '2022-06-09', 'received', '5.9400', '5.9400', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6791, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '-43.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-277.3500', '-43.0000', '2022-06-09', 'received', '6.4500', '6.4500', '-43.0000', NULL, NULL, 1, 'PZA', '-43.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6792, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.4500', '-39.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-251.5500', '0.0000', '2022-06-09', 'received', '6.4500', '6.4500', '-39.0000', NULL, NULL, 1, 'PZA', '-39.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6793, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6794, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '-55.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-354.7500', '-55.0000', '2022-06-09', 'received', '6.4500', '6.4500', '-55.0000', NULL, NULL, 1, 'PZA', '-55.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6795, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '-430.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.7000', '-430.0000', '2022-06-09', 'received', '0.0900', '0.0900', '-430.0000', NULL, NULL, 1, 'PZA', '-430.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6796, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6797, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6798, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6799, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6800, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5900', '-23.0000', '2022-06-09', 'received', '0.3300', '0.3300', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6801, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '-29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-232.0000', '-29.0000', '2022-06-09', 'received', '8.0000', '8.0000', '-29.0000', NULL, NULL, 1, 'PZA', '-29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6802, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '8.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.1700', '8.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6803, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.7000', '7.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6804, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '-97.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-751.7500', '-97.0000', '2022-06-09', 'received', '7.7500', '7.7500', '-97.0000', NULL, NULL, 1, 'PZA', '-97.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6805, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '-297.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-386.1000', '-297.0000', '2022-06-09', 'received', '1.3000', '1.3000', '-297.0000', NULL, NULL, 1, 'PZA', '-297.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6806, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6807, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6808, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6809, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.0000', '-4.0000', '2022-06-09', 'received', '11.0000', '11.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6810, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.6200', '-2.0000', '2022-06-09', 'received', '20.8100', '20.8100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6811, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '-647.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.2300', '-647.0000', '2022-06-09', 'received', '0.0900', '0.0900', '-647.0000', NULL, NULL, 1, 'PZA', '-647.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6812, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '-108.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.8000', '-108.0000', '2022-06-09', 'received', '0.3500', '0.3500', '-108.0000', NULL, NULL, 1, 'PZA', '-108.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6813, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '-2160.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-388.8000', '-2160.0000', '2022-06-09', 'received', '0.1800', '0.1800', '-2160.0000', NULL, NULL, 1, 'PZA', '-2160.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6814, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '-311.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.8800', '-311.0000', '2022-06-09', 'received', '0.0800', '0.0800', '-311.0000', NULL, NULL, 1, 'PZA', '-311.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6815, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '-2.0000', '2022-06-09', 'received', '1.5000', '1.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6816, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-210.0000', '-6.0000', '2022-06-09', 'received', '35.0000', '35.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6817, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.6000', '-14.0000', '2022-06-09', 'received', '4.4000', '4.4000', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6818, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-465.0000', '-3.0000', '2022-06-09', 'received', '155.0000', '155.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6819, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.0000', '-1.0000', '2022-06-09', 'received', '38.0000', '38.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6820, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-91.0000', '-7.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6821, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-136.7000', '-10.0000', '2022-06-09', 'received', '13.6700', '13.6700', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6822, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.6400', '-16.0000', '2022-06-09', 'received', '1.7900', '1.7900', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6823, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6824, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6825, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-238.5000', '-9.0000', '2022-06-09', 'received', '26.5000', '26.5000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6826, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-172.9000', '-7.0000', '2022-06-09', 'received', '24.7000', '24.7000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6827, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.0000', '-1.0000', '2022-06-09', 'received', '70.0000', '70.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6828, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6829, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6830, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.5000', '-2.0000', '2022-06-09', 'received', '15.7500', '15.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6831, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-110.2500', '-7.0000', '2022-06-09', 'received', '15.7500', '15.7500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6832, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6833, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-192.5100', '-1.0000', '2022-06-09', 'received', '192.5100', '192.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6834, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-276.5100', '-1.0000', '2022-06-09', 'received', '276.5100', '276.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6835, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-770.0000', '-2.0000', '2022-06-09', 'received', '385.0000', '385.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6836, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\" X 3MT', NULL, '85.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.7000', '-1.0000', '2022-06-09', 'received', '85.7000', '85.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6837, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '555.0000', '555.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6838, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '350.0000', '350.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6839, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '-49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-114.1700', '-49.0000', '2022-06-09', 'received', '2.3300', '2.3300', '-49.0000', NULL, NULL, 1, 'PZA', '-49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6840, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6841, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '-80.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-112.8000', '-80.0000', '2022-06-09', 'received', '1.4100', '1.4100', '-80.0000', NULL, NULL, 1, 'PZA', '-80.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6842, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.2000', '-20.0000', '2022-06-09', 'received', '1.6100', '1.6100', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6843, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.1200', '-4.0000', '2022-06-09', 'received', '3.5300', '3.5300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6844, NULL, NULL, 2490, 'PVC00006', 'ADAOTADOR  1/2', NULL, '0.6900', '-63.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.4700', '0.0000', '2022-06-09', 'received', '0.6900', '0.6900', '-63.0000', NULL, NULL, 1, 'PZA', '-63.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6845, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.0000', '-25.0000', '2022-06-09', 'received', '2.6400', '2.6400', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6846, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-43.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-79.1200', '-43.0000', '2022-06-09', 'received', '1.8400', '1.8400', '-43.0000', NULL, NULL, 1, 'PZA', '-43.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6847, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '-42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.9800', '-42.0000', '2022-06-09', 'received', '0.6900', '0.6900', '-42.0000', NULL, NULL, 1, 'PZA', '-42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6848, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '3.3500', '-73.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-244.5500', '0.0000', '2022-06-09', 'received', '3.3500', '3.3500', '-73.0000', NULL, NULL, 1, 'PZA', '-73.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6849, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6850, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.9900', '-190.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-188.1000', '0.0000', '2022-06-09', 'received', '0.9900', '0.9900', '-190.0000', NULL, NULL, 1, 'PZA', '-190.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6851, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-287.7000', '0.0000', '2022-06-09', 'received', '13.7000', '13.7000', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6852, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-145.8900', '-9.0000', '2022-06-09', 'received', '16.2100', '16.2100', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6853, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-294.1400', '-14.0000', '2022-06-09', 'received', '21.0100', '21.0100', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6854, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '-40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-59.6000', '-40.0000', '2022-06-09', 'received', '1.4900', '1.4900', '-40.0000', NULL, NULL, 1, 'PZA', '-40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6855, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '-42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.9800', '-42.0000', '2022-06-09', 'received', '1.1900', '1.1900', '-42.0000', NULL, NULL, 1, 'PZA', '-42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6856, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '4.5900', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.3900', '0.0000', '2022-06-09', 'received', '4.5900', '4.5900', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6857, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-317.7000', '0.0000', '2022-06-09', 'received', '10.5900', '10.5900', '-30.0000', NULL, NULL, 1, 'PZA', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6858, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '27.9900', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-419.8500', '0.0000', '2022-06-09', 'received', '27.9900', '27.9900', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6859, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-353.9900', '-7.0000', '2022-06-09', 'received', '50.5700', '50.5700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6860, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '-65.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-83.8500', '-65.0000', '2022-06-09', 'received', '1.2900', '1.2900', '-65.0000', NULL, NULL, 1, 'PZA', '-65.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6861, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '-48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-109.9200', '-48.0000', '2022-06-09', 'received', '2.2900', '2.2900', '-48.0000', NULL, NULL, 1, 'PZA', '-48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6862, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '-128.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-88.3200', '-128.0000', '2022-06-09', 'received', '0.6900', '0.6900', '-128.0000', NULL, NULL, 1, 'PZA', '-128.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6863, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6864, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '-40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.6000', '-40.0000', '2022-06-09', 'received', '1.0900', '1.0900', '-40.0000', NULL, NULL, 1, 'PZA', '-40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6865, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '-56.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-190.4000', '-56.0000', '2022-06-09', 'received', '3.4000', '3.4000', '-56.0000', NULL, NULL, 1, 'PZA', '-56.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6866, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.5800', '0.0000', '2022-06-09', 'received', '0.8900', '0.8900', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6867, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '-42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-161.7000', '-42.0000', '2022-06-09', 'received', '3.8500', '3.8500', '-42.0000', NULL, NULL, 1, 'PZA', '-42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6868, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '-31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-264.1200', '-31.0000', '2022-06-09', 'received', '8.5200', '8.5200', '-31.0000', NULL, NULL, 1, 'PZA', '-31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6869, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-127.2700', '-11.0000', '2022-06-09', 'received', '11.5700', '11.5700', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6870, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.8200', '-18.0000', '2022-06-09', 'received', '3.9900', '3.9900', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6871, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.0000', '-15.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6872, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-84.0000', '-20.0000', '2022-06-09', 'received', '4.2000', '4.2000', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6873, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.2500', '-23.0000', '2022-06-09', 'received', '2.7500', '2.7500', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6874, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.0000', '-11.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6875, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.7800', '-6.0000', '2022-06-09', 'received', '3.1300', '3.1300', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6876, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '-5.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6877, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '-7.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6878, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '2.2400', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.6400', '-11.0000', '2022-06-09', 'received', '2.2400', '2.2400', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6879, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.5300', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.8300', '-11.0000', '2022-06-09', 'received', '1.5300', '1.5300', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6880, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-74.8800', '-6.0000', '2022-06-09', 'received', '12.4800', '12.4800', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6881, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-150.0000', '-10.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6882, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.5000', '-10.0000', '2022-06-09', 'received', '3.0500', '3.0500', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6883, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5500', '-5.0000', '2022-06-09', 'received', '2.7100', '2.7100', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6884, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-55.3000', '-14.0000', '2022-06-09', 'received', '3.9500', '3.9500', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6885, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.3600', '-24.0000', '2022-06-09', 'received', '0.8900', '0.8900', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6886, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '4.3900', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.1200', '0.0000', '2022-06-09', 'received', '4.3900', '4.3900', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6887, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.2000', '-4.0000', '2022-06-09', 'received', '7.0500', '7.0500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6888, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6889, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9500', '-5.0000', '2022-06-09', 'received', '0.9900', '0.9900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6890, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0000', '-16.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6891, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.5000', '-6.0000', '2022-06-09', 'received', '3.2500', '3.2500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6892, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7900', '0.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6893, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-107.7300', '-27.0000', '2022-06-09', 'received', '3.9900', '3.9900', '-27.0000', NULL, NULL, 1, 'PZA', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6894, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.8000', '-30.0000', '2022-06-09', 'received', '1.4600', '1.4600', '-30.0000', NULL, NULL, 1, 'PZA', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6895, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.4900', '-49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-122.0100', '-49.0000', '2022-06-09', 'received', '2.4900', '2.4900', '-49.0000', NULL, NULL, 1, 'PZA', '-49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6896, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-92.8200', '-14.0000', '2022-06-09', 'received', '6.6300', '6.6300', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6897, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-74.2500', '-15.0000', '2022-06-09', 'received', '4.9500', '4.9500', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6898, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.3900', '-162.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-225.1800', '0.0000', '2022-06-09', 'received', '1.3900', '1.3900', '-162.0000', NULL, NULL, 1, 'PZA', '-162.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6899, NULL, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7900', '0.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6900, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '6.1300', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-165.5100', '0.0000', '2022-06-09', 'received', '6.1300', '6.1300', '-27.0000', NULL, NULL, 1, 'PZA', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6901, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '11.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.7900', '11.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6902, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.1600', '-16.0000', '2022-06-09', 'received', '1.0100', '1.0100', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6903, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-727.9800', '-22.0000', '2022-06-09', 'received', '33.0900', '33.0900', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6904, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-615.8600', '-14.0000', '2022-06-09', 'received', '43.9900', '43.9900', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6905, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6906, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-126.8800', '-13.0000', '2022-06-09', 'received', '9.7600', '9.7600', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6907, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.6400', '-18.0000', '2022-06-09', 'received', '3.9800', '3.9800', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6908, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-402.1500', '-21.0000', '2022-06-09', 'received', '19.1500', '19.1500', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6909, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-429.8400', '-24.0000', '2022-06-09', 'received', '17.9100', '17.9100', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6910, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6911, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.0000', '-3.0000', '2022-06-09', 'received', '32.0000', '32.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6912, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.9500', '-3.0000', '2022-06-09', 'received', '20.6500', '20.6500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6913, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-142.4500', '0.0000', '2022-06-09', 'received', '20.3500', '20.3500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6914, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '-1.0000', '2022-06-09', 'received', '60.0000', '60.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6915, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.1000', '-6.0000', '2022-06-09', 'received', '3.3500', '3.3500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6916, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6917, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-170.0000', '-17.0000', '2022-06-09', 'received', '10.0000', '10.0000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6918, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-180.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6919, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1349.0000', '-19.0000', '2022-06-09', 'received', '71.0000', '71.0000', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6920, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-426.0000', '-6.0000', '2022-06-09', 'received', '71.0000', '71.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6921, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6922, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6923, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\" X 3MT', NULL, '165.1400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-165.1400', '0.0000', '2022-06-09', 'received', '165.1400', '165.1400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6924, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1600', '-127.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.3200', '0.0000', '2022-06-09', 'received', '0.1600', '0.1600', '-127.0000', NULL, NULL, 1, 'PZA', '-127.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6925, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-195.6000', '-2.0000', '2022-06-09', 'received', '48.9000', '48.9000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6926, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6927, NULL, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6928, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-111.1600', '0.0000', '2022-06-09', 'received', '15.8800', '15.8800', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6929, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-204.5700', '0.0000', '2022-06-09', 'received', '22.7300', '22.7300', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6930, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6931, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.8800', '-1.0000', '2022-06-09', 'received', '35.8800', '35.8800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6932, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-162.0300', '-3.0000', '2022-06-09', 'received', '54.0100', '54.0100', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6933, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6934, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.1800', '36.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6935, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-99.0000', '-10.0000', '2022-06-09', 'received', '9.9000', '9.9000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6936, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '0.0000', '2022-06-09', 'received', '25.0000', '25.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6937, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.1500', '-1.0000', '2022-06-09', 'received', '5.4300', '5.4300', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6938, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\"  VIKINGO 100 UNID', NULL, '15.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6939, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6940, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6941, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6942, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6943, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6944, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6945, NULL, NULL, 3433, '00637449', 'SOLERA DE 14 MACORA', NULL, '3.4500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.5000', '0.0000', '2022-06-09', 'received', '3.4500', '3.4500', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6946, NULL, NULL, 3433, '00637449', 'SOLERA DE 14 MACORA', NULL, '3.4500', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.5000', '0.0000', '2022-06-09', 'received', '3.4500', '3.4500', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6947, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6948, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6949, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-152.4000', '-3.0000', '2022-06-09', 'received', '50.8000', '50.8000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6950, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.8750', '0.0000', '2022-06-09', 'received', '0.8583', '0.8583', '-15.0000', NULL, NULL, 5, 'UNIDAD', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6951, NULL, NULL, 3223, '1', 'TABCIN.', NULL, '1.4200', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.9400', '0.0000', '2022-06-09', 'received', '1.4200', '1.4200', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6952, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3076', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.6152', '0.0000', '2022-06-09', 'received', '14.3076', '14.3076', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6953, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6954, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.0000', '-1.0000', '2022-06-09', 'received', '50.0000', '50.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6955, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6956, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6957, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6958, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', NULL, '30.9400', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '216.5800', '7.0000', '2022-06-09', 'received', '30.9400', '30.9400', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6959, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '31.5400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '63.0800', '0.0000', '2022-06-09', 'received', '31.5400', '31.5400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6960, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5000', '-3.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6961, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5000', '-3.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6962, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6963, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6964, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6965, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '-96.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.4400', '0.0000', '2022-06-09', 'received', '0.3900', '0.3900', '-96.0000', NULL, NULL, 1, 'PZA', '-96.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6966, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '-179.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.7500', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '-179.0000', NULL, NULL, 1, 'PZA', '-179.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6967, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3700', '-3.0000', '2022-06-09', 'received', '2.7900', '2.7900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6968, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '57.6800', '7.0000', '2022-06-09', 'received', '8.2400', '8.2400', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6969, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '4.0000', '2022-06-09', 'received', '15.0000', '15.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6970, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-68.0000', '-1.0000', '2022-06-09', 'received', '68.0000', '68.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6971, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '150.0000', '5.0000', '2022-06-09', 'received', '30.0000', '30.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6972, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6973, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-1.0000', '2022-06-09', 'received', '18.0000', '18.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6974, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.7500', '1.0000', '2022-06-09', 'received', '26.7500', '26.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6975, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.1000', '1.0000', '2022-06-09', 'received', '6.1000', '6.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6976, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6977, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.7500', '0.0000', '2022-06-09', 'received', '7.2500', '7.2500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6978, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '59.8400', '0.0000', '2022-06-09', 'received', '14.9600', '14.9600', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6979, NULL, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '20.4700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.4700', '0.0000', '2022-06-09', 'received', '20.4700', '20.4700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6980, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6981, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5300', '3.0000', '2022-06-09', 'received', '0.5100', '0.5100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6982, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6983, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '-3.0000', '2022-06-09', 'received', '0.5000', '0.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6984, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6985, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6986, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6987, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.9000', '1.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6988, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5800', '0.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6989, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7900', '0.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6990, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2700', '1.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6991, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5900', '1.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6992, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.2300', '2.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6993, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-6.0000', '2022-06-09', 'received', '2.5000', '2.5000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6994, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '5.0000', '2022-06-09', 'received', '3.5000', '3.5000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6995, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5000', '-1.0000', '2022-06-09', 'received', '3.5000', '3.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6996, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6997, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '51.5100', '17.0000', '2022-06-09', 'received', '3.0300', '3.0300', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6998, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.6700', '-3.0000', '2022-06-09', 'received', '4.8900', '4.8900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (6999, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7000, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '-58.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.1200', '-58.0000', '2022-06-09', 'received', '0.1400', '0.1400', '-58.0000', NULL, NULL, 1, 'PZA', '-58.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7001, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6400', '-8.0000', '2022-06-09', 'received', '0.8300', '0.8300', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7002, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-6.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7003, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-3.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7004, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8000', '-17.0000', '2022-06-09', 'received', '0.4000', '0.4000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7005, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3000', '-14.0000', '2022-06-09', 'received', '0.4500', '0.4500', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7006, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7007, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '1.0000', '2022-06-09', 'received', '18.0000', '18.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7008, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7009, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.5000', '-3.0000', '2022-06-09', 'received', '15.5000', '15.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7010, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7011, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0800', '4.0000', '2022-06-09', 'received', '7.5200', '7.5200', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7012, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.8000', '-10.0000', '2022-06-09', 'received', '1.4800', '1.4800', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7013, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2800', '-1.0000', '2022-06-09', 'received', '2.2800', '2.2800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7014, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7015, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7016, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2500', '-1.0000', '2022-06-09', 'received', '3.2500', '3.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7017, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6000', '-2.0000', '2022-06-09', 'received', '3.3000', '3.3000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7018, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-2.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7019, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7020, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7021, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.2300', '-3.0000', '2022-06-09', 'received', '9.4100', '9.4100', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7022, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5100', '-1.0000', '2022-06-09', 'received', '7.5100', '7.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7023, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.4900', '1.0000', '2022-06-09', 'received', '28.4900', '28.4900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7024, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '137.1700', '29.0000', '2022-06-09', 'received', '4.7300', '4.7300', '29.0000', NULL, NULL, 1, 'PZA', '29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7025, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.4700', '1.0000', '2022-06-09', 'received', '28.4700', '28.4700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7026, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.3900', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-92.2900', '0.0000', '2022-06-09', 'received', '8.3900', '8.3900', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7027, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7028, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7029, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.8500', '1.0000', '2022-06-09', 'received', '19.8500', '19.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7030, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-97.4700', '-9.0000', '2022-06-09', 'received', '10.8300', '10.8300', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7031, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7032, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-291.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.9300', '-291.0000', '2022-06-09', 'received', '0.2300', '0.2300', '-291.0000', NULL, NULL, 1, 'PZA', '-291.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7033, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7034, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '-2.0000', '2022-06-09', 'received', '18.0000', '18.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7035, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.0000', '-1.0000', '2022-06-09', 'received', '65.0000', '65.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7036, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0000', '-1.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7037, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '1.0000', '2022-06-09', 'received', '15.0000', '15.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7038, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '-66.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-180.1250', '0.0000', '2022-06-09', 'received', '2.7292', '2.7292', '-66.0000', NULL, NULL, 1, 'PZA', '-66.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7039, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.6500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.9500', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7040, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8000', '-8.0000', '2022-06-09', 'received', '0.6000', '0.6000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7041, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7042, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.9500', '0.0000', '2022-06-09', 'received', '4.8500', '4.8500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7043, NULL, NULL, 2514, '11418040168', 'ALKA SELTZER .', NULL, '1.0000', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7044, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '1.4200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2600', '3.0000', '2022-06-09', 'received', '1.4200', '1.4200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7045, NULL, NULL, 2524, '11418696839', 'ASPIRINA FORTE', NULL, '0.7800', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.2600', '0.0000', '2022-06-09', 'received', '0.7800', '0.7800', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7046, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.7300', '-1.0000', '2022-06-09', 'received', '13.7300', '13.7300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7047, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7048, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0000', '1.0000', '2022-06-09', 'received', '2.0000', '2.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7049, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7050, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.0000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7051, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7052, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.0000', '-2.0000', '2022-06-09', 'received', '21.0000', '21.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7053, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-80.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.6666', '0.0000', '2022-06-09', 'received', '0.8333', '0.8333', '-80.0000', NULL, NULL, 1, 'PZA', '-80.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7054, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7055, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.5800', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.6400', '0.0000', '2022-06-09', 'received', '2.5800', '2.5800', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7056, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7057, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7058, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2000', '-1.0000', '2022-06-09', 'received', '4.2000', '4.2000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7059, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.8200', '1.0000', '2022-06-09', 'received', '19.8200', '19.8200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7060, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7061, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7062, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7063, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.1800', '-2.0000', '2022-06-09', 'received', '37.5900', '37.5900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7064, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7065, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.6400', '-1.0000', '2022-06-09', 'received', '41.6400', '41.6400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7066, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.2000', '-2.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7067, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '55.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.9000', '55.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7068, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.2800', '1.0000', '2022-06-09', 'received', '30.2800', '30.2800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7069, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7070, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.2000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.0000', '0.0000', '2022-06-09', 'received', '11.2000', '11.2000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7071, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.3800', '0.0000', '2022-06-09', 'received', '2.5800', '2.5800', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7072, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7600', '-2.0000', '2022-06-09', 'received', '2.3800', '2.3800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7073, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '7.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7074, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0800', '-2.0000', '2022-06-09', 'received', '10.0400', '10.0400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7075, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-143.0400', '-8.0000', '2022-06-09', 'received', '17.8800', '17.8800', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7076, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.6000', '-6.0000', '2022-06-09', 'received', '2.1000', '2.1000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7077, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7078, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7079, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7080, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7081, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7082, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7083, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-172.9200', '-4.0000', '2022-06-09', 'received', '43.2300', '43.2300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7084, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2406', '-189.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.4658', '0.0000', '2022-06-09', 'received', '0.2406', '0.2406', '-189.0000', NULL, NULL, 1, 'PZA', '-189.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7085, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2300', '-66.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.1800', '-66.0000', '2022-06-09', 'received', '0.2300', '0.2300', '-66.0000', NULL, NULL, 1, 'PZA', '-66.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7086, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5400', '-141.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.1400', '0.0000', '2022-06-09', 'received', '0.5400', '0.5400', '-141.0000', NULL, NULL, 1, 'PZA', '-141.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7087, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '5.9200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.8400', '0.0000', '2022-06-09', 'received', '5.9200', '5.9200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7088, NULL, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.0800', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-77.5600', '0.0000', '2022-06-09', 'received', '11.0800', '11.0800', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7089, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.6750', '-33.0000', '2022-06-09', 'received', '2.4750', '2.4750', '-33.0000', NULL, NULL, 1, 'PZA', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7090, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '-11.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.1500', '-11.5000', '2022-06-09', 'received', '2.1000', '2.1000', '-11.5000', NULL, NULL, 1, 'PZA', '-11.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7091, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7092, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7093, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.0000', '-1.0000', '2022-06-09', 'received', '19.0000', '19.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7094, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.0000', '1.0000', '2022-06-09', 'received', '19.0000', '19.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7095, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7096, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7097, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '5.3000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.5000', '0.0000', '2022-06-09', 'received', '5.3000', '5.3000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7098, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.9400', '0.0000', '2022-06-09', 'received', '35.4700', '35.4700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7099, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6200', '-1.0000', '2022-06-09', 'received', '13.6200', '13.6200', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7100, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7101, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7102, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7103, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7104, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7105, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4400', '-2.0000', '2022-06-09', 'received', '5.7200', '5.7200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7106, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-102.9000', '-3.0000', '2022-06-09', 'received', '34.3000', '34.3000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7107, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7108, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7109, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '2.9583', '38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '112.4167', '0.0000', '2022-06-09', 'received', '2.9583', '2.9583', '38.0000', NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7110, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.0000', '2.0000', '2022-06-09', 'received', '22.0000', '22.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7111, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7112, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7113, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.8000', '0.0000', '2022-06-09', 'received', '5.1600', '5.1600', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7114, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '73.3333', '0.0000', '2022-06-09', 'received', '3.3333', '3.3333', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7115, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.5000', '21.0000', '2022-06-09', 'received', '2.5000', '2.5000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7116, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.0900', '-23.0000', '2022-06-09', 'received', '0.8300', '0.8300', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7117, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7118, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7119, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7120, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.8500', '-7.0000', '2022-06-09', 'received', '7.5500', '7.5500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7121, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2819', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-125.6375', '0.0000', '2022-06-09', 'received', '6.2819', '6.2819', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7122, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7123, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.6700', '-9.0000', '2022-06-09', 'received', '3.6300', '3.6300', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7124, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7125, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0000', '1.0000', '2022-06-09', 'received', '64.0000', '64.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7126, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0000', '-1.0000', '2022-06-09', 'received', '64.0000', '64.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7127, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7128, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-1.0000', '2022-06-09', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7129, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7130, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7131, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '4.2100', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.5200', '0.0000', '2022-06-09', 'received', '4.2100', '4.2100', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7132, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.8700', '-17.0000', '2022-06-09', 'received', '1.1100', '1.1100', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7133, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7134, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7135, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7136, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7137, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7138, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7139, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7140, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7141, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7142, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7143, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7144, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7145, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7146, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7147, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7148, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7149, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7150, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7151, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7152, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7153, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7154, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7155, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7156, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7157, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7158, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7159, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7160, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7161, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7162, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7163, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7164, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7165, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7166, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7167, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7168, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7169, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7170, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7171, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7172, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7173, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7174, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7175, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7176, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7177, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7178, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7179, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7180, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7181, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7182, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7183, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7184, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7185, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9200', '0.0000', '2022-06-09', 'received', '11.9200', '11.9200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7186, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '58.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '58.4200', '58.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7187, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7188, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '76.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '76.7100', '76.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7189, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7190, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5375', '-1.0000', '2022-06-09', 'received', '13.5375', '13.5375', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7191, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7192, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7193, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7194, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.3626', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3626', '7.3626', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7195, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7196, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7197, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7198, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7199, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7200, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7201, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7202, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7203, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7204, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7205, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7206, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7207, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7208, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7209, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7210, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7211, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7212, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-114.0000', '-3.0000', '2022-06-09', 'received', '38.0000', '38.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7213, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7214, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7215, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0000', '-1.0000', '2022-06-09', 'received', '21.0000', '21.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7216, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3000', '-1.0000', '2022-06-09', 'received', '6.3000', '6.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7217, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7218, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7219, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7220, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.9500', '0.0000', '2022-06-09', 'received', '9.9500', '9.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7221, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6900', '-1.0000', '2022-06-09', 'received', '9.6900', '9.6900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7222, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.0000', '-10.0000', '2022-06-09', 'received', '8.1000', '8.1000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7223, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '111.7000', '10.0000', '2022-06-09', 'received', '11.1700', '11.1700', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7224, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7225, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.0000', '-3.0000', '2022-06-09', 'received', '21.0000', '21.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7226, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.2600', '2.0000', '2022-06-09', 'received', '14.1300', '14.1300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7227, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7228, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7229, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.9000', '-1.0000', '2022-06-09', 'received', '65.9000', '65.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7230, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7231, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7232, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2600', '-1.0000', '2022-06-09', 'received', '10.2600', '10.2600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7233, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7234, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.3000', '-1.0000', '2022-06-09', 'received', '26.3000', '26.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7235, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7236, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7237, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.4400', '-4.0000', '2022-06-09', 'received', '7.6100', '7.6100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7238, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.3000', '-2.0000', '2022-06-09', 'received', '9.6500', '9.6500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7239, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.9800', '-2.0000', '2022-06-09', 'received', '11.4900', '11.4900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7240, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.0000', '-3.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7241, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7242, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3300', '-1.0000', '2022-06-09', 'received', '4.3300', '4.3300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7243, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7244, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7245, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7246, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7500', '0.0000', '2022-06-09', 'received', '6.7500', '6.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7247, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.9500', '-15.0000', '2022-06-09', 'received', '1.7300', '1.7300', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7248, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.1667', '0.0000', '2022-06-09', 'received', '12.2917', '12.2917', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7249, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-67.8300', '0.0000', '2022-06-09', 'received', '3.5700', '3.5700', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7250, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.2500', '0.0000', '2022-06-09', 'received', '4.4500', '4.4500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7251, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.9500', '0.0000', '2022-06-09', 'received', '4.4500', '4.4500', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7252, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3800', '-1.0000', '2022-06-09', 'received', '7.3800', '7.3800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7253, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.8800', '-4.0000', '2022-06-09', 'received', '10.7200', '10.7200', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7254, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.9000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7000', '-3.0000', '2022-06-09', 'received', '9.9000', '9.9000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7255, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7500', '-1.0000', '2022-06-09', 'received', '9.7500', '9.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7256, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-51.5000', '0.0000', '2022-06-09', 'received', '10.3000', '10.3000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7257, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0800', '0.0000', '2022-06-09', 'received', '9.0800', '9.0800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7258, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7259, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.7500', '-3.0000', '2022-06-09', 'received', '6.2500', '6.2500', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7260, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4550', '-1.0000', '2022-06-09', 'received', '5.4550', '5.4550', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7261, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.3150', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6300', '0.0000', '2022-06-09', 'received', '3.3150', '3.3150', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7262, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.1300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1300', '0.0000', '2022-06-09', 'received', '6.1300', '6.1300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7263, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4154', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.6617', '0.0000', '2022-06-09', 'received', '9.4154', '9.4154', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7264, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.8062', '0.0000', '2022-06-09', 'received', '3.4229', '3.4229', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7265, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5425', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5425', '7.5425', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7266, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '6.7550', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-94.5700', '0.0000', '2022-06-09', 'received', '6.7550', '6.7550', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7267, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.2737', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-173.7488', '0.0000', '2022-06-09', 'received', '8.2737', '8.2737', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7268, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6700', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.7100', '0.0000', '2022-06-09', 'received', '4.6700', '4.6700', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7269, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.8741', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-106.8669', '0.0000', '2022-06-09', 'received', '11.8741', '11.8741', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7270, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7271, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.4400', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.2000', '0.0000', '2022-06-09', 'received', '2.4400', '2.4400', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7272, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.6300', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.7800', '0.0000', '2022-06-09', 'received', '2.6300', '2.6300', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7273, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.8500', '0.0000', '2022-06-09', 'received', '2.9700', '2.9700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7274, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.1100', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.6600', '0.0000', '2022-06-09', 'received', '5.1100', '5.1100', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7275, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '8.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.4200', '8.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7276, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.2700', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.7000', '0.0000', '2022-06-09', 'received', '5.2700', '5.2700', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7277, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9400', '-3.0000', '2022-06-09', 'received', '3.9800', '3.9800', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7278, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7279, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8300', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.9600', '0.0000', '2022-06-09', 'received', '2.8300', '2.8300', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7280, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.0000', '0.0000', '2022-06-09', 'received', '4.8333', '4.8333', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7281, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1000', '-5.0000', '2022-06-09', 'received', '1.4200', '1.4200', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7282, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.1667', '0.0000', '2022-06-09', 'received', '2.0833', '2.0833', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7283, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7284, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '38.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.1100', '38.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7285, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7286, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7287, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7288, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7289, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7290, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.3000', '0.0000', '2022-06-09', 'received', '36.3000', '36.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7291, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7292, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0000', '-2.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7293, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7294, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.1700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.1900', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7295, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '13.6650', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.6650', '0.0000', '2022-06-09', 'received', '13.6650', '13.6650', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7296, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.2000', '0.0000', '2022-06-09', 'received', '8.5200', '8.5200', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7297, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7298, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.6800', '0.0000', '2022-06-09', 'received', '2.0800', '2.0800', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7299, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7300, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-89.3750', '0.0000', '2022-06-09', 'received', '5.9583', '5.9583', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7301, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.8750', '0.0000', '2022-06-09', 'received', '15.3750', '15.3750', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7302, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7303, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.0600', '-9.0000', '2022-06-09', 'received', '5.3400', '5.3400', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7304, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '0.0000', '2022-06-09', 'received', '7.5000', '7.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7305, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7306, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.7500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7307, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7308, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.6250', '0.0000', '2022-06-09', 'received', '1.8750', '1.8750', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7309, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '0.0000', '2022-06-09', 'received', '0.7500', '0.7500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7310, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2022-06-09', 'received', '3.0000', '3.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7311, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-86.2500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7312, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '-59.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-88.5000', '0.0000', '2022-06-09', 'received', '1.5000', '1.5000', '-59.0000', NULL, NULL, 1, 'PZA', '-59.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7313, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7314, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2022-06-09', 'received', '0.7500', '0.7500', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7315, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7316, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7317, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-150.0000', '0.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7318, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7319, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-2.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7320, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7321, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7322, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7323, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7324, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.6400', '-1.0000', '2022-06-09', 'received', '45.6400', '45.6400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7325, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.0000', '-3.0000', '2022-06-09', 'received', '18.0000', '18.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7326, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7327, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.2000', '-20.0000', '2022-06-09', 'received', '0.6600', '0.6600', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7328, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '30.9400', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-216.5800', '0.0000', '2022-06-09', 'received', '30.9400', '30.9400', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7329, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7330, NULL, NULL, 2737, '7404001753652', 'CONDONES VIVE DE 3 UNIDADES', NULL, '5.2500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.2500', '0.0000', '2022-06-09', 'received', '5.2500', '5.2500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7331, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7332, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7333, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5000', '-1.0000', '2022-06-09', 'received', '6.5000', '6.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7334, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7335, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7336, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7337, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7338, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7339, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7340, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7341, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8275', '-14.0000', '2022-06-09', 'received', '0.4163', '0.4163', '-14.0000', NULL, NULL, 5, 'UNIDAD', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7342, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.2500', '0.0000', '2022-06-09', 'received', '1.2500', '1.2500', '-21.0000', NULL, NULL, 5, 'UNIDAD', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7343, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7344, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7345, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7346, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7347, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.7500', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.2500', '0.0000', '2022-06-09', 'received', '4.7500', '4.7500', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7348, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5600', '-6.0000', '2022-06-09', 'received', '2.2600', '2.2600', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7349, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.4600', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.4400', '0.0000', '2022-06-09', 'received', '2.4600', '2.4600', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7350, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7351, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7352, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5520', '0.0000', '2022-06-09', 'received', '1.5552', '1.5552', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7353, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.7000', '-10.0000', '2022-06-09', 'received', '3.7700', '3.7700', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7354, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5000', '0.0000', '2022-06-09', 'received', '0.3958', '0.3958', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7355, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7356, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7357, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7358, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2022-06-09', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7359, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.6600', '1.0000', '2022-06-09', 'received', '10.6600', '10.6600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7360, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.7000', '-2.0000', '2022-06-09', 'received', '20.3500', '20.3500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7361, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7362, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7363, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7364, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK (UNIDAD)', NULL, '0.6000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.6000', '0.0000', '2022-06-09', 'received', '0.6000', '0.6000', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7365, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '-5.0000', '2022-06-09', 'received', '9.0000', '9.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7366, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7367, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7368, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7369, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.2400', '-2.0000', '2022-06-09', 'received', '10.6200', '10.6200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7370, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7371, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7372, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6900', '-7.0000', '2022-06-09', 'received', '0.6700', '0.6700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7373, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.2400', '1.0000', '2022-06-09', 'received', '23.2400', '23.2400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7374, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7500', '0.0000', '2022-06-09', 'received', '5.9500', '5.9500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7375, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7376, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.7925', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.1325', '0.0000', '2022-06-09', 'received', '7.7925', '7.7925', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7377, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '-133.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-114.1583', '0.0000', '2022-06-09', 'received', '0.8583', '0.8583', '-133.0000', NULL, NULL, 1, 'PZA', '-133.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7378, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.8592', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8592', '1.8592', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7379, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7380, NULL, NULL, 3174, '74410187', 'SAL ANDREWS', NULL, '1.0900', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.7100', '0.0000', '2022-06-09', 'received', '1.0900', '1.0900', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7381, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7382, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '6.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.4400', '6.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7383, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.3600', '-4.0000', '2022-06-09', 'received', '7.8400', '7.8400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7384, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7385, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-1.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7386, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.6100', '-3.0000', '2022-06-09', 'received', '6.8700', '6.8700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7387, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.5600', '0.0000', '2022-06-09', 'received', '10.8900', '10.8900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7388, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '-29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.8200', '-29.0000', '2022-06-09', 'received', '1.5800', '1.5800', '-29.0000', NULL, NULL, 1, 'PZA', '-29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7389, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6000', '-1.0000', '2022-06-09', 'received', '5.6000', '5.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7390, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7391, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7392, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7393, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7394, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7395, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.6900', '0.0000', '2022-06-09', 'received', '1.6700', '1.6700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7396, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4292', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0041', '0.0000', '2022-06-09', 'received', '0.4292', '0.4292', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7397, NULL, NULL, 2798, '748928004839', 'DETERGENTE ORIX 125 GR', NULL, '1.5700', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.8400', '-12.0000', '2022-06-09', 'received', '1.5700', '1.5700', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7398, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0200', '-2.0000', '2022-06-09', 'received', '0.0100', '0.0100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7399, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0700', '-7.0000', '2022-06-09', 'received', '0.0100', '0.0100', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7400, NULL, NULL, 2799, '748928006505', 'DETERGENTE ORIX 450 GR', NULL, '4.3500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.7500', '-5.0000', '2022-06-09', 'received', '4.3500', '4.3500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7401, NULL, NULL, 2800, '748928006512', 'DETERGENTE ORIX 900 GR', NULL, '9.8500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.2500', '0.0000', '2022-06-09', 'received', '9.8500', '9.8500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7402, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.5008', '0.0000', '2022-06-09', 'received', '4.4092', '4.4092', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7403, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '178.9200', '32.0000', '2022-06-09', 'received', '4.2600', '4.2600', '42.0000', NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7404, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.6000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7405, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-51.0000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7406, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.6000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7407, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-137.7000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-27.0000', NULL, NULL, 1, 'PZA', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7408, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7409, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7410, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8800', '1.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7411, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0000', '-1.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7412, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7413, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0800', '0.0000', '2022-06-09', 'received', '0.0100', '0.0100', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7414, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.7500', '0.0000', '2022-06-09', 'received', '4.5833', '4.5833', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7415, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4200', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.9400', '0.0000', '2022-06-09', 'received', '5.4200', '5.4200', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7416, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.2600', '-2.0000', '2022-06-09', 'received', '5.6300', '5.6300', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7417, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.0000', '-3.0000', '2022-06-09', 'received', '14.0000', '14.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7418, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7419, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7420, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7421, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '29.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '29.9000', '29.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7422, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '91.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '91.8500', '91.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7423, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '53.8000', '53.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7424, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '148.9000', '148.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7425, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-129.0000', '0.0000', '2022-06-09', 'received', '25.8000', '25.8000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7426, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7427, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7428, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-82.5000', '-2.0000', '2022-06-09', 'received', '41.2500', '41.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7429, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7430, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7431, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7432, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7433, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7434, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-93.4000', '-1.0000', '2022-06-09', 'received', '93.4000', '93.4000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7435, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7436, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7437, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.0100', '-1.0000', '2022-06-09', 'received', '7.0100', '7.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7438, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7439, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '32.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.9500', '0.0000', '2022-06-09', 'received', '32.9500', '32.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7440, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '62.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.0600', '62.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7441, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7442, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '189.1900', '1.0000', '2022-06-09', 'received', '189.1900', '189.1900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7443, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7444, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7445, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7446, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '-1.0000', '2022-06-09', 'received', '36.0000', '36.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7447, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7448, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7449, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7450, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7451, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7452, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7453, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7454, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7455, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7456, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4600', '-1.0000', '2022-06-09', 'received', '2.4600', '2.4600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7457, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.6600', '0.0000', '2022-06-09', 'received', '4.3300', '4.3300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7458, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.1100', '3.0000', '2022-06-09', 'received', '6.3700', '6.3700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7459, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7460, NULL, NULL, 2570, '7501206646038', 'BROCA P/METAL 1/4??', NULL, '11.8900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.8900', '0.0000', '2022-06-09', 'received', '11.8900', '11.8900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7461, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7462, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7463, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.7900', '0.0000', '2022-06-09', 'received', '90.7900', '90.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7464, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7465, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7466, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7467, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7468, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7469, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7470, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7471, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7472, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7473, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7474, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9800', '-1.0000', '2022-06-09', 'received', '11.9800', '11.9800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7475, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7476, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7477, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7478, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5200', '-2.0000', '2022-06-09', 'received', '7.7600', '7.7600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7479, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2800', '-1.0000', '2022-06-09', 'received', '8.2800', '8.2800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7480, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2900', '1.0000', '2022-06-09', 'received', '3.2900', '3.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7481, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.1800', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.2600', '0.0000', '2022-06-09', 'received', '4.1800', '4.1800', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7482, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.5900', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.6700', '0.0000', '2022-06-09', 'received', '6.5900', '6.5900', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7483, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.1600', '-1.0000', '2022-06-09', 'received', '12.1600', '12.1600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7484, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-68.1300', '0.0000', '2022-06-09', 'received', '22.7100', '22.7100', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7485, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.3200', '0.0000', '2022-06-09', 'received', '40.6600', '40.6600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7486, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7487, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7488, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7489, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.6800', '-4.0000', '2022-06-09', 'received', '5.1700', '5.1700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7490, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7491, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7492, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7493, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.8400', '-2.0000', '2022-06-09', 'received', '4.4200', '4.4200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7494, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7495, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2400', '-18.0000', '2022-06-09', 'received', '0.1800', '0.1800', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7496, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7497, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '-37.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5900', '-37.0000', '2022-06-09', 'received', '0.0700', '0.0700', '-37.0000', NULL, NULL, 1, 'PZA', '-37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7498, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6000', '5.0000', '2022-06-09', 'received', '0.1200', '0.1200', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7499, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7500, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7501, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '201.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '201.5900', '201.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7502, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7503, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.9400', '-1.0000', '2022-06-09', 'received', '23.9400', '23.9400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7504, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7505, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7506, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.8800', '-4.0000', '2022-06-09', 'received', '2.4700', '2.4700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7507, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.8700', '-3.0000', '2022-06-09', 'received', '3.2900', '3.2900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7508, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7509, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7510, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7511, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7512, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7513, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '28.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.9600', '28.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7514, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2022-06-09', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7515, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4000', '-1.0000', '2022-06-09', 'received', '6.4000', '6.4000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7516, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '-1.0000', '2022-06-09', 'received', '25.5000', '25.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7517, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7518, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.8200', '3.0000', '2022-06-09', 'received', '1.9400', '1.9400', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7519, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7520, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7521, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7522, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.9800', '-2.0000', '2022-06-09', 'received', '6.9900', '6.9900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7523, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.0000', '1.0000', '2022-06-09', 'received', '16.0000', '16.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7524, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-119.9100', '-3.0000', '2022-06-09', 'received', '39.9700', '39.9700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7525, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7526, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1000', '-1.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7527, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8300', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.6400', '0.0000', '2022-06-09', 'received', '5.8300', '5.8300', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7528, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7000', '-1.0000', '2022-06-09', 'received', '1.7000', '1.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7529, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6200', '-1.0000', '2022-06-09', 'received', '2.6200', '2.6200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7530, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7531, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.7850', '-2.0000', '2022-06-09', 'received', '11.3925', '11.3925', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7532, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7533, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.4167', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.7500', '0.0000', '2022-06-09', 'received', '5.4167', '5.4167', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7534, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7535, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7536, NULL, NULL, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', NULL, '4.2400', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.2000', '5.0000', '2022-06-09', 'received', '4.2400', '4.2400', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7537, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7538, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7539, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.0000', '-4.0000', '2022-06-09', 'received', '15.7500', '15.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7540, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2700', '-1.0000', '2022-06-09', 'received', '6.2700', '6.2700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7541, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7542, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5200', '1.0000', '2022-06-09', 'received', '8.5200', '8.5200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7543, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7544, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7900', '-1.0000', '2022-06-09', 'received', '6.7900', '6.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7545, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7546, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7547, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.8300', '-1.0000', '2022-06-09', 'received', '40.8300', '40.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7548, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '50.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5000', '50.0000', '2022-06-09', 'received', '0.0300', '0.0300', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7549, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.2900', '1.0000', '2022-06-09', 'received', '10.2900', '10.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7550, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7551, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7552, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7553, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '-2.0000', '2022-06-09', 'received', '17.5000', '17.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7554, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7555, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7556, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1800', '1.0000', '2022-06-09', 'received', '7.1800', '7.1800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7557, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7558, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7559, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.8800', '-2.0000', '2022-06-09', 'received', '11.9400', '11.9400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7560, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.1600', '-3.0000', '2022-06-09', 'received', '11.7200', '11.7200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7561, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '208.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '208.1900', '208.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7562, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.9000', '-2.0000', '2022-06-09', 'received', '11.9500', '11.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7563, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7564, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7565, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '230.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '230.7200', '230.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7566, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.1400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.1400', '-1.0000', '2022-06-09', 'received', '20.1400', '20.1400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7567, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7568, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2900', '-1.0000', '2022-06-09', 'received', '3.2900', '3.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7569, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7570, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.1400', '-3.0000', '2022-06-09', 'received', '14.3800', '14.3800', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7571, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-102.9600', '-4.0000', '2022-06-09', 'received', '25.7400', '25.7400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7572, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-178.6800', '-4.0000', '2022-06-09', 'received', '44.6700', '44.6700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7573, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-112.0000', '-4.0000', '2022-06-09', 'received', '28.0000', '28.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7574, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7575, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7576, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7577, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-98.1600', '-1.0000', '2022-06-09', 'received', '98.1600', '98.1600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7578, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6200', '2.0000', '2022-06-09', 'received', '3.3100', '3.3100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7579, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7580, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7581, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '0.0000', '2022-06-09', 'received', '8.7500', '8.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7582, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.6000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7583, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7584, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7585, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7586, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7587, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7588, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.0500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3500', '0.0000', '2022-06-09', 'received', '1.0500', '1.0500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7589, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0833', '0.0000', '2022-06-09', 'received', '2.9167', '2.9167', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7590, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7591, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7592, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7593, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7594, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7595, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7596, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7597, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7598, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7599, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.5000', '-1.0000', '2022-06-09', 'received', '46.5000', '46.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7600, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2000', '1.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7601, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.6800', '-6.0000', '2022-06-09', 'received', '3.2800', '3.2800', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7602, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.2096', '0.0000', '2022-06-09', 'received', '9.2096', '9.2096', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7603, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7604, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.1000', '-1.0000', '2022-06-09', 'received', '8.1000', '8.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7605, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4000', '1.0000', '2022-06-09', 'received', '5.4000', '5.4000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7606, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-73.9200', '-6.0000', '2022-06-09', 'received', '12.3200', '12.3200', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7607, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0000', '-4.0000', '2022-06-09', 'received', '3.5000', '3.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7608, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '-2.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7609, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.7600', '2.0000', '2022-06-09', 'received', '6.3800', '6.3800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7610, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7611, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.3000', '-3.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7612, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7613, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7614, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.4000', '-3.0000', '2022-06-09', 'received', '4.8000', '4.8000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7615, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.7500', '5.0000', '2022-06-09', 'received', '5.7500', '5.7500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7616, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7617, NULL, NULL, 2979, '7702031642725', 'LISTERINE COOL MINT', NULL, '29.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7000', '-1.0000', '2022-06-09', 'received', '29.7000', '29.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7618, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5000', '-1.0000', '2022-06-09', 'received', '16.5000', '16.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7619, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5000', '-1.0000', '2022-06-09', 'received', '16.5000', '16.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7620, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5000', '-1.0000', '2022-06-09', 'received', '16.5000', '16.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7621, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.7600', '1.0000', '2022-06-09', 'received', '24.7600', '24.7600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7622, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-100.9600', '-4.0000', '2022-06-09', 'received', '25.2400', '25.2400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7623, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.6600', '-2.0000', '2022-06-09', 'received', '24.3300', '24.3300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7624, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7625, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7626, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7627, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.8500', '-1.0000', '2022-06-09', 'received', '24.8500', '24.8500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7628, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.4000', '3.0000', '2022-06-09', 'received', '2.8000', '2.8000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7629, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.6000', '7.0000', '2022-06-09', 'received', '2.8000', '2.8000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7630, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.7000', '-6.0000', '2022-06-09', 'received', '2.4500', '2.4500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7631, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9000', '-2.0000', '2022-06-09', 'received', '2.4500', '2.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7632, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0000', '-5.0000', '2022-06-09', 'received', '2.8000', '2.8000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7633, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.2500', '-5.0000', '2022-06-09', 'received', '5.2500', '5.2500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7634, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5000', '3.0000', '2022-06-09', 'received', '4.5000', '4.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7635, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7500', '0.0000', '2022-06-09', 'received', '5.9500', '5.9500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7636, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '17.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0000', '-2.0000', '2022-06-09', 'received', '17.0000', '17.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7637, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7638, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7639, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7640, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7641, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.0000', '-4.0000', '2022-06-09', 'received', '11.5000', '11.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7642, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-73.4400', '-16.0000', '2022-06-09', 'received', '4.5900', '4.5900', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7643, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7644, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7645, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7646, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '105.0000', '15.0000', '2022-06-09', 'received', '7.0000', '7.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7647, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7648, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-69.0000', '-6.0000', '2022-06-09', 'received', '11.5000', '11.5000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7649, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7650, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7651, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7652, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.5000', '0.0000', '2022-06-09', 'received', '7.2500', '7.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7653, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.5600', '-3.0000', '2022-06-09', 'received', '16.5200', '16.5200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7654, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7655, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.0000', '-1.0000', '2022-06-09', 'received', '16.0000', '16.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7656, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.0000', '2.0000', '2022-06-09', 'received', '14.0000', '14.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7657, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7658, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7659, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7660, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-115.0000', '-1.0000', '2022-06-09', 'received', '115.0000', '115.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7661, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7662, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7663, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.1700', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.8700', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7664, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9100', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-98.2000', '-20.0000', '2022-06-09', 'received', '4.9100', '4.9100', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7665, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '193.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '193.4200', '193.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7666, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '50.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.8700', '0.0000', '2022-06-09', 'received', '50.8700', '50.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7667, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '132.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '132.7200', '132.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7668, NULL, NULL, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', NULL, '34.1000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-170.5000', '0.0000', '2022-06-09', 'received', '34.1000', '34.1000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7669, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.5000', '3.0000', '2022-06-09', 'received', '25.5000', '25.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7670, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7671, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.6400', '0.0000', '2022-06-09', 'received', '19.6400', '19.6400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7672, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7673, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1000', '-15.0000', '2022-06-09', 'received', '0.3400', '0.3400', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7674, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '-40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '0.0000', '2022-06-09', 'received', '1.1250', '1.1250', '-40.0000', NULL, NULL, 1, 'PZA', '-40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7675, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '-35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.8956', '0.0000', '2022-06-09', 'received', '0.8542', '0.8542', '-35.0000', NULL, NULL, 1, 'PZA', '-35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7676, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.5500', '-23.0000', '2022-06-09', 'received', '0.8500', '0.8500', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7677, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7678, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.9800', '2.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7679, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.0800', '6.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7680, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.0000', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7681, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.7800', '-2.0000', '2022-06-09', 'received', '20.8900', '20.8900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7682, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7683, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.1900', '9.0000', '2022-06-09', 'received', '0.9100', '0.9100', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7684, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '7.0000', '2022-06-09', 'received', '2.5000', '2.5000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7685, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3600', '-1.0000', '2022-06-09', 'received', '0.3600', '0.3600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7686, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7687, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '150.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '150.0000', '150.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7688, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7689, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7690, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7691, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.8800', '0.0000', '2022-06-09', 'received', '0.8700', '0.8700', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7692, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7693, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3000', '-1.0000', '2022-06-09', 'received', '7.3000', '7.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7694, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4875', '-35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-122.0625', '0.0000', '2022-06-09', 'received', '3.4875', '3.4875', '-35.0000', NULL, NULL, 1, 'PZA', '-35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7695, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.0000', '-3.0000', '2022-06-09', 'received', '9.0000', '9.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7696, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7697, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4200', '1.0000', '2022-06-09', 'received', '5.4200', '5.4200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7698, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7699, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7700, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7701, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7702, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-6.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7703, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-6.0000', '2022-06-09', 'received', '3.0000', '3.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7704, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.2700', '0.0000', '2022-06-09', 'received', '19.2700', '19.2700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7705, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-1.0000', '2022-06-09', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7706, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7707, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7708, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '-5.0000', '2022-06-09', 'received', '1.7000', '1.7000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7709, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7710, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.0000', '1.0000', '2022-06-09', 'received', '27.0000', '27.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7711, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.0000', '-2.0000', '2022-06-09', 'received', '31.5000', '31.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7712, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7713, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7714, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7715, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7716, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1700', '0.0000', '2022-06-09', 'received', '1.1700', '1.1700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7717, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-221.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7718, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7719, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '-9.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.6300', '-9.5000', '2022-06-09', 'received', '9.5400', '9.5400', '-9.5000', NULL, NULL, 1, 'PZA', '-9.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7720, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.6800', '-8.0000', '2022-06-09', 'received', '6.2100', '6.2100', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7721, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.7400', '2.0000', '2022-06-09', 'received', '2.8700', '2.8700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7722, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0000', '4.0000', '2022-06-09', 'received', '5.0000', '5.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7723, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7724, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '79.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '308.1000', '79.0000', '2022-06-09', 'received', '3.9000', '3.9000', '79.0000', NULL, NULL, 1, 'PZA', '79.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7725, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7726, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-30.0000', '2022-06-09', 'received', '0.6000', '0.6000', '-30.0000', NULL, NULL, 1, 'PZA', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7727, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7728, NULL, NULL, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', NULL, '20.1600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.1600', '1.0000', '2022-06-09', 'received', '20.1600', '20.1600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7729, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7730, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7731, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7732, NULL, NULL, 2461, 'FER- 7506240656', '9DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7733, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '-38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.5400', '-38.0000', '2022-06-09', 'received', '0.3300', '0.3300', '-38.0000', NULL, NULL, 1, 'PZA', '-38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7734, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '176.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.4000', '176.0000', '2022-06-09', 'received', '0.1500', '0.1500', '176.0000', NULL, NULL, 1, 'PZA', '176.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7735, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7736, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7737, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7738, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7739, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8000', '-2.0000', '2022-06-09', 'received', '7.9000', '7.9000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7740, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.1200', '0.0000', '2022-06-09', 'received', '2.7800', '2.7800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7741, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0000', '-1.0000', '2022-06-09', 'received', '34.0000', '34.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7742, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '12.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7743, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7744, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7745, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-2.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7746, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7747, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.0000', '-15.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7748, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8700', '-1.0000', '2022-06-09', 'received', '0.8700', '0.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7749, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.0000', '8.0000', '2022-06-09', 'received', '0.5000', '0.5000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7750, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4400', '-9.0000', '2022-06-09', 'received', '0.1600', '0.1600', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7751, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7752, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.6400', '-3.0000', '2022-06-09', 'received', '5.8800', '5.8800', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7753, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-47.5200', '-8.0000', '2022-06-09', 'received', '5.9400', '5.9400', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7754, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.9500', '-11.0000', '2022-06-09', 'received', '6.4500', '6.4500', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7755, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.4500', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-109.6500', '0.0000', '2022-06-09', 'received', '6.4500', '6.4500', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7756, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7757, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.4500', '-21.0000', '2022-06-09', 'received', '6.4500', '6.4500', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7758, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '176.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.8400', '176.0000', '2022-06-09', 'received', '0.0900', '0.0900', '176.0000', NULL, NULL, 1, 'PZA', '176.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7759, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '-145.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.1500', '-145.0000', '2022-06-09', 'received', '0.0700', '0.0700', '-145.0000', NULL, NULL, 1, 'PZA', '-145.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7760, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7761, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7762, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7763, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5900', '23.0000', '2022-06-09', 'received', '0.3300', '0.3300', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7764, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-88.0000', '-11.0000', '2022-06-09', 'received', '8.0000', '8.0000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7765, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '8.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.1700', '8.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7766, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.4000', '0.0000', '2022-06-09', 'received', '7.7000', '7.7000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7767, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7500', '1.0000', '2022-06-09', 'received', '7.7500', '7.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7768, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.4000', '8.0000', '2022-06-09', 'received', '1.3000', '1.3000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7769, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7770, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7771, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7772, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.0000', '-1.0000', '2022-06-09', 'received', '11.0000', '11.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7773, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-83.2400', '-4.0000', '2022-06-09', 'received', '20.8100', '20.8100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7774, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '-67.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0300', '-67.0000', '2022-06-09', 'received', '0.0900', '0.0900', '-67.0000', NULL, NULL, 1, 'PZA', '-67.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7775, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5000', '-10.0000', '2022-06-09', 'received', '0.3500', '0.3500', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7776, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8400', '38.0000', '2022-06-09', 'received', '0.1800', '0.1800', '38.0000', NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7777, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6400', '-33.0000', '2022-06-09', 'received', '0.0800', '0.0800', '-33.0000', NULL, NULL, 1, 'PZA', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7778, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '-1.0000', '2022-06-09', 'received', '1.5000', '1.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7779, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.0000', '2.0000', '2022-06-09', 'received', '35.0000', '35.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7780, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7781, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '155.0000', '155.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7782, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7783, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7784, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.6700', '1.0000', '2022-06-09', 'received', '13.6700', '13.6700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7785, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.3700', '-3.0000', '2022-06-09', 'received', '1.7900', '1.7900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7786, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9000', '-5.0000', '2022-06-09', 'received', '0.9800', '0.9800', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7787, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0600', '-3.0000', '2022-06-09', 'received', '2.0200', '2.0200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7788, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7789, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7790, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7791, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '-1.0000', '2022-06-09', 'received', '35.0000', '35.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7792, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-906.5100', '-1.0000', '2022-06-09', 'received', '906.5100', '906.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7793, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.7500', '-1.0000', '2022-06-09', 'received', '15.7500', '15.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7794, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.5000', '2.0000', '2022-06-09', 'received', '15.7500', '15.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7795, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7796, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7797, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '276.5100', '1.0000', '2022-06-09', 'received', '276.5100', '276.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7798, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7799, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7800, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-555.0000', '-1.0000', '2022-06-09', 'received', '555.0000', '555.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7801, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-700.0000', '-2.0000', '2022-06-09', 'received', '350.0000', '350.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7802, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7803, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-525.0000', '-1.0000', '2022-06-09', 'received', '525.0000', '525.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7804, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.0500', '-5.0000', '2022-06-09', 'received', '1.4100', '1.4100', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7805, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6100', '-1.0000', '2022-06-09', 'received', '1.6100', '1.6100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7806, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.6500', '-5.0000', '2022-06-09', 'received', '3.5300', '3.5300', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7807, NULL, NULL, 2490, 'PVC00006', 'ADAOTADOR  1/2', NULL, '0.6900', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.5200', '0.0000', '2022-06-09', 'received', '0.6900', '0.6900', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7808, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2800', '-2.0000', '2022-06-09', 'received', '2.6400', '2.6400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7809, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.3600', '4.0000', '2022-06-09', 'received', '1.8400', '1.8400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7810, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4500', '-5.0000', '2022-06-09', 'received', '0.6900', '0.6900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7811, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '3.3500', '54.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '180.9000', '0.0000', '2022-06-09', 'received', '3.3500', '3.3500', '54.0000', NULL, NULL, 1, 'PZA', '54.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7812, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '2.7100', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.1000', '-10.0000', '2022-06-09', 'received', '2.7100', '2.7100', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7813, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.9900', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.8500', '0.0000', '2022-06-09', 'received', '0.9900', '0.9900', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7814, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.4000', '0.0000', '2022-06-09', 'received', '13.7000', '13.7000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7815, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.2100', '1.0000', '2022-06-09', 'received', '16.2100', '16.2100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7816, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0100', '-1.0000', '2022-06-09', 'received', '21.0100', '21.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7817, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.9400', '6.0000', '2022-06-09', 'received', '1.4900', '1.4900', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7818, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1400', '-6.0000', '2022-06-09', 'received', '1.1900', '1.1900', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7819, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '4.5900', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.3900', '0.0000', '2022-06-09', 'received', '4.5900', '4.5900', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7820, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7821, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '27.9900', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '419.8500', '0.0000', '2022-06-09', 'received', '27.9900', '27.9900', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7822, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7823, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0300', '-7.0000', '2022-06-09', 'received', '1.2900', '1.2900', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7824, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2900', '1.0000', '2022-06-09', 'received', '2.2900', '2.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7825, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7600', '-4.0000', '2022-06-09', 'received', '0.6900', '0.6900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7826, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7827, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2700', '-3.0000', '2022-06-09', 'received', '1.0900', '1.0900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7828, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8000', '2.0000', '2022-06-09', 'received', '3.4000', '3.4000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7829, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.5800', '0.0000', '2022-06-09', 'received', '0.8900', '0.8900', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7830, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.5500', '-3.0000', '2022-06-09', 'received', '3.8500', '3.8500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7831, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.0400', '2.0000', '2022-06-09', 'received', '8.5200', '8.5200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7832, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.7100', '-3.0000', '2022-06-09', 'received', '11.5700', '11.5700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7833, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9900', '-1.0000', '2022-06-09', 'received', '3.9900', '3.9900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7834, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-3.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7835, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7836, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.7500', '13.0000', '2022-06-09', 'received', '2.7500', '2.7500', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7837, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0000', '2.0000', '2022-06-09', 'received', '6.0000', '6.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7838, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.5200', '4.0000', '2022-06-09', 'received', '3.1300', '3.1300', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7839, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7840, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7841, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '2.2400', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7200', '-3.0000', '2022-06-09', 'received', '2.2400', '2.2400', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7842, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.5300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5900', '-3.0000', '2022-06-09', 'received', '1.5300', '1.5300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7843, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.9200', '-4.0000', '2022-06-09', 'received', '12.4800', '12.4800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7844, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '-3.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7845, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7846, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7847, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7848, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5600', '-4.0000', '2022-06-09', 'received', '0.8900', '0.8900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7849, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '4.3900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.7800', '0.0000', '2022-06-09', 'received', '4.3900', '4.3900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7850, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.1000', '-2.0000', '2022-06-09', 'received', '7.0500', '7.0500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7851, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7852, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.9800', '2.0000', '2022-06-09', 'received', '0.9900', '0.9900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7853, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.0000', '1.0000', '2022-06-09', 'received', '4.0000', '4.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7854, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5000', '-2.0000', '2022-06-09', 'received', '3.2500', '3.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7855, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.7900', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0100', '0.0000', '2022-06-09', 'received', '0.7900', '0.7900', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7856, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.9900', '1.0000', '2022-06-09', 'received', '3.9900', '3.9900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7857, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3800', '-3.0000', '2022-06-09', 'received', '1.4600', '1.4600', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7858, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.4900', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '62.2500', '25.0000', '2022-06-09', 'received', '2.4900', '2.4900', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7859, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6300', '1.0000', '2022-06-09', 'received', '6.6300', '6.6300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7860, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9500', '-1.0000', '2022-06-09', 'received', '4.9500', '4.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7861, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.3900', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0700', '0.0000', '2022-06-09', 'received', '1.3900', '1.3900', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7862, NULL, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.7900', '-70.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-55.3000', '-70.0000', '2022-06-09', 'received', '0.7900', '0.7900', '-70.0000', NULL, NULL, 1, 'PZA', '-70.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7863, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '6.1300', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '116.4700', '0.0000', '2022-06-09', 'received', '6.1300', '6.1300', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7864, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '11.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.7900', '11.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7865, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.2000', '-20.0000', '2022-06-09', 'received', '1.0100', '1.0100', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7866, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.1800', '-2.0000', '2022-06-09', 'received', '33.0900', '33.0900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7867, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7868, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7869, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.7600', '1.0000', '2022-06-09', 'received', '9.7600', '9.7600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7870, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9800', '-1.0000', '2022-06-09', 'received', '3.9800', '3.9800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7871, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.6000', '4.0000', '2022-06-09', 'received', '19.1500', '19.1500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7872, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.9100', '1.0000', '2022-06-09', 'received', '17.9100', '17.9100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7873, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7874, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.0000', '3.0000', '2022-06-09', 'received', '32.0000', '32.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7875, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '61.9500', '3.0000', '2022-06-09', 'received', '20.6500', '20.6500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7876, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.3500', '0.0000', '2022-06-09', 'received', '20.3500', '20.3500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7877, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7878, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7879, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7880, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-3.0000', '2022-06-09', 'received', '10.0000', '10.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7881, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.0000', '-5.0000', '2022-06-09', 'received', '10.0000', '10.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7882, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.0000', '1.0000', '2022-06-09', 'received', '71.0000', '71.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7883, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7884, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7885, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7886, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7887, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1600', '-207.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.1200', '0.0000', '2022-06-09', 'received', '0.1600', '0.1600', '-207.0000', NULL, NULL, 1, 'PZA', '-207.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7888, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '48.9000', '1.0000', '2022-06-09', 'received', '48.9000', '48.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7889, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0000', '-1.0000', '2022-06-09', 'received', '8.0000', '8.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7890, NULL, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '7.6500', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-99.4500', '-13.0000', '2022-06-09', 'received', '7.6500', '7.6500', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7891, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8800', '0.0000', '2022-06-09', 'received', '15.8800', '15.8800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7892, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7893, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7894, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.7600', '-2.0000', '2022-06-09', 'received', '35.8800', '35.8800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7895, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-108.0200', '-2.0000', '2022-06-09', 'received', '54.0100', '54.0100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7896, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7897, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-72.3600', '-2.0000', '2022-06-09', 'received', '36.1800', '36.1800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7898, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7899, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7900, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4300', '1.0000', '2022-06-09', 'received', '5.4300', '5.4300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7901, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7902, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.5000', '-1.0000', '2022-06-09', 'received', '19.5000', '19.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7903, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7904, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7905, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7906, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7907, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7908, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7909, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7910, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '152.4000', '3.0000', '2022-06-09', 'received', '50.8000', '50.8000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7911, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.8750', '0.0000', '2022-06-09', 'received', '0.8583', '0.8583', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7912, NULL, NULL, 3223, '1', 'TABCIN.', NULL, '1.4200', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.9400', '0.0000', '2022-06-09', 'received', '1.4200', '1.4200', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7913, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3076', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.6152', '0.0000', '2022-06-09', 'received', '14.3076', '14.3076', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7914, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7915, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.0000', '1.0000', '2022-06-09', 'received', '50.0000', '50.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7916, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7917, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7918, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7919, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', NULL, '30.9400', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-216.5800', '-7.0000', '2022-06-09', 'received', '30.9400', '30.9400', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7920, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '31.5400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.0800', '0.0000', '2022-06-09', 'received', '31.5400', '31.5400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7921, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5000', '3.0000', '2022-06-09', 'received', '4.5000', '4.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7922, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5000', '3.0000', '2022-06-09', 'received', '4.5000', '4.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7923, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7924, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7925, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7926, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '96.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.4400', '96.0000', '2022-06-09', 'received', '0.3900', '0.3900', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7927, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '179.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.7500', '179.0000', '2022-06-09', 'received', '0.2500', '0.2500', '179.0000', NULL, NULL, 1, 'PZA', '179.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7928, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.3700', '3.0000', '2022-06-09', 'received', '2.7900', '2.7900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7929, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-57.6800', '-7.0000', '2022-06-09', 'received', '8.2400', '8.2400', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7930, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '-4.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7931, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '68.0000', '1.0000', '2022-06-09', 'received', '68.0000', '68.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7932, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-150.0000', '-5.0000', '2022-06-09', 'received', '30.0000', '30.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7933, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7934, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '1.0000', '2022-06-09', 'received', '18.0000', '18.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7935, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.7500', '-1.0000', '2022-06-09', 'received', '26.7500', '26.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7936, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1000', '-1.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7937, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7938, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.7500', '0.0000', '2022-06-09', 'received', '7.2500', '7.2500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7939, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-59.8400', '0.0000', '2022-06-09', 'received', '14.9600', '14.9600', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7940, NULL, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '20.4700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.4700', '0.0000', '2022-06-09', 'received', '20.4700', '20.4700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7941, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7942, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5300', '-3.0000', '2022-06-09', 'received', '0.5100', '0.5100', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7943, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7944, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5000', '3.0000', '2022-06-09', 'received', '0.5000', '0.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7945, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7946, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7947, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7948, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.9000', '1.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7949, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5800', '0.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7950, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7900', '0.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7951, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2700', '1.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7952, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5900', '1.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7953, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.2300', '2.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7954, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '6.0000', '2022-06-09', 'received', '2.5000', '2.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7955, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5000', '0.0000', '2022-06-09', 'received', '3.5000', '3.5000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7956, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5000', '1.0000', '2022-06-09', 'received', '3.5000', '3.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7957, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7958, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-51.5100', '-17.0000', '2022-06-09', 'received', '3.0300', '3.0300', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7959, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.6700', '3.0000', '2022-06-09', 'received', '4.8900', '4.8900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7960, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7961, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '58.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.1200', '58.0000', '2022-06-09', 'received', '0.1400', '0.1400', '58.0000', NULL, NULL, 1, 'PZA', '58.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7962, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6400', '8.0000', '2022-06-09', 'received', '0.8300', '0.8300', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7963, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '6.0000', '2022-06-09', 'received', '5.0000', '5.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7964, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '3.0000', '2022-06-09', 'received', '2.0000', '2.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7965, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8000', '17.0000', '2022-06-09', 'received', '0.4000', '0.4000', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7966, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.3000', '14.0000', '2022-06-09', 'received', '0.4500', '0.4500', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7967, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7968, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-1.0000', '2022-06-09', 'received', '18.0000', '18.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7969, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7970, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '46.5000', '3.0000', '2022-06-09', 'received', '15.5000', '15.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7971, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7972, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0800', '-4.0000', '2022-06-09', 'received', '7.5200', '7.5200', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7973, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.8000', '10.0000', '2022-06-09', 'received', '1.4800', '1.4800', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7974, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2800', '1.0000', '2022-06-09', 'received', '2.2800', '2.2800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7975, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7976, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7977, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2500', '1.0000', '2022-06-09', 'received', '3.2500', '3.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7978, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6000', '2.0000', '2022-06-09', 'received', '3.3000', '3.3000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7979, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0000', '2.0000', '2022-06-09', 'received', '6.0000', '6.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7980, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7981, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7982, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.2300', '3.0000', '2022-06-09', 'received', '9.4100', '9.4100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7983, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5100', '1.0000', '2022-06-09', 'received', '7.5100', '7.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7984, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.4900', '-1.0000', '2022-06-09', 'received', '28.4900', '28.4900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7985, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '-29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-137.1700', '0.0000', '2022-06-09', 'received', '4.7300', '4.7300', '-29.0000', NULL, NULL, 1, 'PZA', '-29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7986, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.4700', '-1.0000', '2022-06-09', 'received', '28.4700', '28.4700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7987, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.3900', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '92.2900', '0.0000', '2022-06-09', 'received', '8.3900', '8.3900', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7988, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7989, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7990, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.8500', '-1.0000', '2022-06-09', 'received', '19.8500', '19.8500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7991, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '97.4700', '9.0000', '2022-06-09', 'received', '10.8300', '10.8300', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7992, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7993, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '291.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '66.9300', '291.0000', '2022-06-09', 'received', '0.2300', '0.2300', '291.0000', NULL, NULL, 1, 'PZA', '291.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7994, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7995, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.0000', '2.0000', '2022-06-09', 'received', '18.0000', '18.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7996, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '65.0000', '1.0000', '2022-06-09', 'received', '65.0000', '65.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7997, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0000', '1.0000', '2022-06-09', 'received', '13.0000', '13.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7998, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (7999, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '66.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '180.1250', '0.0000', '2022-06-09', 'received', '2.7292', '2.7292', '66.0000', NULL, NULL, 1, 'PZA', '66.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8000, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.6500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.9500', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8001, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.8000', '8.0000', '2022-06-09', 'received', '0.6000', '0.6000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8002, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8003, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.9500', '0.0000', '2022-06-09', 'received', '4.8500', '4.8500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8004, NULL, NULL, 2514, '11418040168', 'ALKA SELTZER .', NULL, '1.0000', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8005, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '1.4200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2600', '-3.0000', '2022-06-09', 'received', '1.4200', '1.4200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8006, NULL, NULL, 2524, '11418696839', 'ASPIRINA FORTE', NULL, '0.7800', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.2600', '0.0000', '2022-06-09', 'received', '0.7800', '0.7800', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8007, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.7300', '1.0000', '2022-06-09', 'received', '13.7300', '13.7300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8008, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8009, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0000', '-1.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8010, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8011, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.0000', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8012, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8013, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.0000', '2.0000', '2022-06-09', 'received', '21.0000', '21.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8014, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '80.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '66.6666', '0.0000', '2022-06-09', 'received', '0.8333', '0.8333', '80.0000', NULL, NULL, 1, 'PZA', '80.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8015, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8016, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.5800', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.6400', '0.0000', '2022-06-09', 'received', '2.5800', '2.5800', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8017, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8018, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8019, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2000', '1.0000', '2022-06-09', 'received', '4.2000', '4.2000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8020, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.8200', '-1.0000', '2022-06-09', 'received', '19.8200', '19.8200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8021, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8022, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8023, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8024, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '75.1800', '2.0000', '2022-06-09', 'received', '37.5900', '37.5900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8025, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8026, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.6400', '1.0000', '2022-06-09', 'received', '41.6400', '41.6400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8027, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.2000', '2.0000', '2022-06-09', 'received', '6.1000', '6.1000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8028, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '55.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.9000', '55.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8029, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.2800', '-1.0000', '2022-06-09', 'received', '30.2800', '30.2800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8030, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8031, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.2000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '56.0000', '0.0000', '2022-06-09', 'received', '11.2000', '11.2000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8032, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.3800', '0.0000', '2022-06-09', 'received', '2.5800', '2.5800', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8033, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.7600', '2.0000', '2022-06-09', 'received', '2.3800', '2.3800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8034, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '7.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8035, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0800', '2.0000', '2022-06-09', 'received', '10.0400', '10.0400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8036, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '143.0400', '8.0000', '2022-06-09', 'received', '17.8800', '17.8800', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8037, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.6000', '6.0000', '2022-06-09', 'received', '2.1000', '2.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8038, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8039, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8040, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8041, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8042, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8043, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8044, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '172.9200', '4.0000', '2022-06-09', 'received', '43.2300', '43.2300', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8045, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2406', '189.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.4658', '0.0000', '2022-06-09', 'received', '0.2406', '0.2406', '189.0000', NULL, NULL, 1, 'PZA', '189.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8046, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2300', '66.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.1800', '66.0000', '2022-06-09', 'received', '0.2300', '0.2300', '66.0000', NULL, NULL, 1, 'PZA', '66.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8047, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5400', '141.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.1400', '0.0000', '2022-06-09', 'received', '0.5400', '0.5400', '141.0000', NULL, NULL, 1, 'PZA', '141.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8048, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '5.9200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.8400', '0.0000', '2022-06-09', 'received', '5.9200', '5.9200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8049, NULL, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.0800', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '77.5600', '0.0000', '2022-06-09', 'received', '11.0800', '11.0800', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8050, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.6750', '33.0000', '2022-06-09', 'received', '2.4750', '2.4750', '33.0000', NULL, NULL, 1, 'PZA', '33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8051, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '11.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.1500', '11.5000', '2022-06-09', 'received', '2.1000', '2.1000', '11.5000', NULL, NULL, 1, 'PZA', '11.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8052, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8053, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8054, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.0000', '1.0000', '2022-06-09', 'received', '19.0000', '19.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8055, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.0000', '-1.0000', '2022-06-09', 'received', '19.0000', '19.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8056, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8057, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8058, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '5.3000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.5000', '0.0000', '2022-06-09', 'received', '5.3000', '5.3000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8059, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.9400', '0.0000', '2022-06-09', 'received', '35.4700', '35.4700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8060, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.6200', '1.0000', '2022-06-09', 'received', '13.6200', '13.6200', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8061, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8062, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8063, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8064, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8065, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8066, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.4400', '2.0000', '2022-06-09', 'received', '5.7200', '5.7200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8067, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '102.9000', '3.0000', '2022-06-09', 'received', '34.3000', '34.3000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8068, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8069, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8070, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '2.9583', '-38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-112.4167', '0.0000', '2022-06-09', 'received', '2.9583', '2.9583', '-38.0000', NULL, NULL, 1, 'PZA', '-38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8071, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.0000', '-2.0000', '2022-06-09', 'received', '22.0000', '22.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8072, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8073, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8074, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.8000', '0.0000', '2022-06-09', 'received', '5.1600', '5.1600', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8075, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-73.3333', '0.0000', '2022-06-09', 'received', '3.3333', '3.3333', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8076, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.5000', '-21.0000', '2022-06-09', 'received', '2.5000', '2.5000', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8077, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.0900', '23.0000', '2022-06-09', 'received', '0.8300', '0.8300', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8078, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8079, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8080, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8081, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.8500', '7.0000', '2022-06-09', 'received', '7.5500', '7.5500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8082, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2819', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '125.6375', '0.0000', '2022-06-09', 'received', '6.2819', '6.2819', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8083, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8084, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.6700', '9.0000', '2022-06-09', 'received', '3.6300', '3.6300', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8085, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8086, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0000', '-1.0000', '2022-06-09', 'received', '64.0000', '64.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8087, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0000', '1.0000', '2022-06-09', 'received', '64.0000', '64.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8088, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8089, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0000', '1.0000', '2022-06-09', 'received', '20.0000', '20.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8090, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8091, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8092, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '4.2100', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.5200', '0.0000', '2022-06-09', 'received', '4.2100', '4.2100', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8093, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.8700', '17.0000', '2022-06-09', 'received', '1.1100', '1.1100', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8094, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8095, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8096, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8097, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8098, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8099, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8100, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8101, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8102, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8103, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8104, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8105, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8106, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8107, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8108, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8109, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8110, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8111, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8112, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8113, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8114, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8115, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8116, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8117, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8118, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8119, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8120, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8121, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8122, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8123, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8124, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8125, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8126, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8127, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8128, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8129, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8130, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8131, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8132, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8133, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8134, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8135, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8136, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8137, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8138, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8139, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8140, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8141, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8142, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8143, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8144, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8145, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8146, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9200', '1.0000', '2022-06-09', 'received', '11.9200', '11.9200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8147, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '58.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '58.4200', '58.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8148, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8149, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '76.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '76.7100', '76.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8150, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8151, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5375', '1.0000', '2022-06-09', 'received', '13.5375', '13.5375', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8152, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8153, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8154, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8155, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.3626', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3626', '7.3626', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8156, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8157, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8158, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8159, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8160, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8161, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8162, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8163, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8164, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8165, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8166, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8167, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8168, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8169, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8170, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8171, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8172, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8173, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '114.0000', '3.0000', '2022-06-09', 'received', '38.0000', '38.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8174, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8175, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8176, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.0000', '1.0000', '2022-06-09', 'received', '21.0000', '21.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8177, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.3000', '1.0000', '2022-06-09', 'received', '6.3000', '6.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8178, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8179, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8180, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8181, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.9500', '1.0000', '2022-06-09', 'received', '9.9500', '9.9500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8182, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.6900', '1.0000', '2022-06-09', 'received', '9.6900', '9.6900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8183, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.0000', '10.0000', '2022-06-09', 'received', '8.1000', '8.1000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8184, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-111.7000', '-10.0000', '2022-06-09', 'received', '11.1700', '11.1700', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8185, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8186, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '63.0000', '3.0000', '2022-06-09', 'received', '21.0000', '21.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8187, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.2600', '-2.0000', '2022-06-09', 'received', '14.1300', '14.1300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8188, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8189, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8190, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '65.9000', '1.0000', '2022-06-09', 'received', '65.9000', '65.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8191, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8192, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8193, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.2600', '1.0000', '2022-06-09', 'received', '10.2600', '10.2600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8194, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8195, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.3000', '1.0000', '2022-06-09', 'received', '26.3000', '26.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8196, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8197, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8198, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.4400', '4.0000', '2022-06-09', 'received', '7.6100', '7.6100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8199, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.3000', '2.0000', '2022-06-09', 'received', '9.6500', '9.6500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8200, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.9800', '2.0000', '2022-06-09', 'received', '11.4900', '11.4900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8201, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '39.0000', '3.0000', '2022-06-09', 'received', '13.0000', '13.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8202, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8203, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.3300', '1.0000', '2022-06-09', 'received', '4.3300', '4.3300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8204, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8205, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8206, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8207, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.7500', '0.0000', '2022-06-09', 'received', '6.7500', '6.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8208, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.9500', '15.0000', '2022-06-09', 'received', '1.7300', '1.7300', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8209, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.1667', '0.0000', '2022-06-09', 'received', '12.2917', '12.2917', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8210, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '67.8300', '0.0000', '2022-06-09', 'received', '3.5700', '3.5700', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8211, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.2500', '0.0000', '2022-06-09', 'received', '4.4500', '4.4500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8212, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '48.9500', '0.0000', '2022-06-09', 'received', '4.4500', '4.4500', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8213, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.3800', '1.0000', '2022-06-09', 'received', '7.3800', '7.3800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8214, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.8800', '4.0000', '2022-06-09', 'received', '10.7200', '10.7200', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8215, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.9000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.7000', '3.0000', '2022-06-09', 'received', '9.9000', '9.9000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8216, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.7500', '1.0000', '2022-06-09', 'received', '9.7500', '9.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8217, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '51.5000', '0.0000', '2022-06-09', 'received', '10.3000', '10.3000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8218, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0800', '0.0000', '2022-06-09', 'received', '9.0800', '9.0800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8219, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8220, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.7500', '3.0000', '2022-06-09', 'received', '6.2500', '6.2500', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8221, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4550', '1.0000', '2022-06-09', 'received', '5.4550', '5.4550', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8222, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.3150', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6300', '0.0000', '2022-06-09', 'received', '3.3150', '3.3150', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8223, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.1300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.1300', '0.0000', '2022-06-09', 'received', '6.1300', '6.1300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8224, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4154', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.6617', '0.0000', '2022-06-09', 'received', '9.4154', '9.4154', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8225, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.8062', '0.0000', '2022-06-09', 'received', '3.4229', '3.4229', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8226, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5425', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5425', '7.5425', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8227, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '6.7550', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '94.5700', '0.0000', '2022-06-09', 'received', '6.7550', '6.7550', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8228, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.2737', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '173.7488', '0.0000', '2022-06-09', 'received', '8.2737', '8.2737', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8229, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6700', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.7100', '0.0000', '2022-06-09', 'received', '4.6700', '4.6700', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8230, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.8741', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '106.8669', '0.0000', '2022-06-09', 'received', '11.8741', '11.8741', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8231, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8232, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.4400', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.2000', '0.0000', '2022-06-09', 'received', '2.4400', '2.4400', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8233, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.6300', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.7800', '0.0000', '2022-06-09', 'received', '2.6300', '2.6300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8234, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.8500', '0.0000', '2022-06-09', 'received', '2.9700', '2.9700', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8235, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.1100', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.6600', '0.0000', '2022-06-09', 'received', '5.1100', '5.1100', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8236, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '8.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.4200', '8.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8237, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.2700', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.7000', '0.0000', '2022-06-09', 'received', '5.2700', '5.2700', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8238, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9400', '3.0000', '2022-06-09', 'received', '3.9800', '3.9800', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8239, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.0000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8240, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8300', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.9600', '0.0000', '2022-06-09', 'received', '2.8300', '2.8300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8241, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '58.0000', '0.0000', '2022-06-09', 'received', '4.8333', '4.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8242, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1000', '5.0000', '2022-06-09', 'received', '1.4200', '1.4200', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8243, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.1667', '0.0000', '2022-06-09', 'received', '2.0833', '2.0833', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8244, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8245, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '38.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.1100', '38.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8246, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8247, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8248, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8249, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8250, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8251, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.3000', '0.0000', '2022-06-09', 'received', '36.3000', '36.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8252, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8253, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.0000', '2.0000', '2022-06-09', 'received', '4.0000', '4.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8254, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8255, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.1700', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.1900', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8256, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '13.6650', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6650', '0.0000', '2022-06-09', 'received', '13.6650', '13.6650', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8257, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '85.2000', '0.0000', '2022-06-09', 'received', '8.5200', '8.5200', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8258, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8259, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.6800', '0.0000', '2022-06-09', 'received', '2.0800', '2.0800', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8260, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8261, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '89.3750', '0.0000', '2022-06-09', 'received', '5.9583', '5.9583', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8262, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.8750', '0.0000', '2022-06-09', 'received', '15.3750', '15.3750', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8263, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8264, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '48.0600', '9.0000', '2022-06-09', 'received', '5.3400', '5.3400', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8265, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.5000', '0.0000', '2022-06-09', 'received', '7.5000', '7.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8266, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8267, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8268, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8269, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.6250', '0.0000', '2022-06-09', 'received', '1.8750', '1.8750', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8270, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '0.0000', '2022-06-09', 'received', '0.7500', '0.7500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8271, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '0.0000', '2022-06-09', 'received', '3.0000', '3.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8272, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '86.2500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8273, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '59.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '88.5000', '0.0000', '2022-06-09', 'received', '1.5000', '1.5000', '59.0000', NULL, NULL, 1, 'PZA', '59.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8274, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8275, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '0.0000', '2022-06-09', 'received', '0.7500', '0.7500', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8276, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8277, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8278, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '150.0000', '0.0000', '2022-06-09', 'received', '6.0000', '6.0000', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8279, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '4.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8280, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '2.0000', '2022-06-09', 'received', '4.5000', '4.5000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8281, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8282, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8283, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8284, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8285, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.6400', '1.0000', '2022-06-09', 'received', '45.6400', '45.6400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8286, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '54.0000', '3.0000', '2022-06-09', 'received', '18.0000', '18.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8287, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8288, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.2000', '20.0000', '2022-06-09', 'received', '0.6600', '0.6600', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8289, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '30.9400', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '216.5800', '0.0000', '2022-06-09', 'received', '30.9400', '30.9400', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8290, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8291, NULL, NULL, 2737, '7404001753652', 'CONDONES VIVE DE 3 UNIDADES', NULL, '5.2500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.2500', '0.0000', '2022-06-09', 'received', '5.2500', '5.2500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8292, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8293, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8294, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.5000', '1.0000', '2022-06-09', 'received', '6.5000', '6.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8295, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8296, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8297, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8298, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8299, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8300, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8301, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8302, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.8275', '14.0000', '2022-06-09', 'received', '0.4163', '0.4163', '14.0000', NULL, NULL, 5, 'UNIDAD', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8303, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.2500', '0.0000', '2022-06-09', 'received', '1.2500', '1.2500', '21.0000', NULL, NULL, 5, 'UNIDAD', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8304, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8305, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8306, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8307, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8308, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.7500', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.2500', '0.0000', '2022-06-09', 'received', '4.7500', '4.7500', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8309, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5600', '6.0000', '2022-06-09', 'received', '2.2600', '2.2600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8310, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.4600', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.4400', '0.0000', '2022-06-09', 'received', '2.4600', '2.4600', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8311, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8312, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8313, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.5520', '0.0000', '2022-06-09', 'received', '1.5552', '1.5552', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8314, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.7000', '10.0000', '2022-06-09', 'received', '3.7700', '3.7700', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8315, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.5000', '0.0000', '2022-06-09', 'received', '0.3958', '0.3958', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8316, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8317, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8318, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8319, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '1.0000', '2022-06-09', 'received', '32.0000', '32.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8320, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.6600', '-1.0000', '2022-06-09', 'received', '10.6600', '10.6600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8321, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.7000', '2.0000', '2022-06-09', 'received', '20.3500', '20.3500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8322, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8323, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8324, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8325, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK (UNIDAD)', NULL, '0.6000', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.6000', '0.0000', '2022-06-09', 'received', '0.6000', '0.6000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8326, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.0000', '5.0000', '2022-06-09', 'received', '9.0000', '9.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8327, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2500', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8328, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8329, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8330, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.2400', '2.0000', '2022-06-09', 'received', '10.6200', '10.6200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8331, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8332, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8333, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.6900', '7.0000', '2022-06-09', 'received', '0.6700', '0.6700', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8334, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.2400', '-1.0000', '2022-06-09', 'received', '23.2400', '23.2400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8335, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.7500', '0.0000', '2022-06-09', 'received', '5.9500', '5.9500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8336, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8337, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.7925', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.1325', '0.0000', '2022-06-09', 'received', '7.7925', '7.7925', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8338, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '133.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '114.1583', '0.0000', '2022-06-09', 'received', '0.8583', '0.8583', '133.0000', NULL, NULL, 1, 'PZA', '133.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8339, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.8592', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8592', '1.8592', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8340, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8341, NULL, NULL, 3174, '74410187', 'SAL ANDREWS', NULL, '1.0900', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.7100', '0.0000', '2022-06-09', 'received', '1.0900', '1.0900', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8342, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8343, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '6.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.4400', '6.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8344, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.3600', '4.0000', '2022-06-09', 'received', '7.8400', '7.8400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8345, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8346, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0000', '1.0000', '2022-06-09', 'received', '5.0000', '5.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8347, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.6100', '3.0000', '2022-06-09', 'received', '6.8700', '6.8700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8348, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.5600', '0.0000', '2022-06-09', 'received', '10.8900', '10.8900', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8349, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.8200', '29.0000', '2022-06-09', 'received', '1.5800', '1.5800', '29.0000', NULL, NULL, 1, 'PZA', '29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8350, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.6000', '1.0000', '2022-06-09', 'received', '5.6000', '5.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8351, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8352, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8353, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8354, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8355, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8356, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.6900', '0.0000', '2022-06-09', 'received', '1.6700', '1.6700', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8357, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4292', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0041', '0.0000', '2022-06-09', 'received', '0.4292', '0.4292', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8358, NULL, NULL, 2798, '748928004839', 'DETERGENTE ORIX 125 GR', NULL, '1.5700', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.8400', '12.0000', '2022-06-09', 'received', '1.5700', '1.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8359, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0200', '2.0000', '2022-06-09', 'received', '0.0100', '0.0100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8360, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0700', '7.0000', '2022-06-09', 'received', '0.0100', '0.0100', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8361, NULL, NULL, 2799, '748928006505', 'DETERGENTE ORIX 450 GR', NULL, '4.3500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.7500', '5.0000', '2022-06-09', 'received', '4.3500', '4.3500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8362, NULL, NULL, 2800, '748928006512', 'DETERGENTE ORIX 900 GR', NULL, '9.8500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.2500', '0.0000', '2022-06-09', 'received', '9.8500', '9.8500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8363, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '48.5008', '0.0000', '2022-06-09', 'received', '4.4092', '4.4092', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8364, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '-42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-178.9200', '-42.0000', '2022-06-09', 'received', '4.2600', '4.2600', '-42.0000', NULL, NULL, 1, 'PZA', '-42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8365, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.6000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8366, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '51.0000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8367, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.6000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8368, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '137.7000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '27.0000', NULL, NULL, 1, 'PZA', '27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8369, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8370, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8371, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8800', '1.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8372, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0000', '1.0000', '2022-06-09', 'received', '13.0000', '13.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8373, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8374, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0800', '0.0000', '2022-06-09', 'received', '0.0100', '0.0100', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8375, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.7500', '0.0000', '2022-06-09', 'received', '4.5833', '4.5833', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8376, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4200', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.9400', '0.0000', '2022-06-09', 'received', '5.4200', '5.4200', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8377, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.2600', '2.0000', '2022-06-09', 'received', '5.6300', '5.6300', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8378, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.0000', '3.0000', '2022-06-09', 'received', '14.0000', '14.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8379, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8380, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8381, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8382, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '29.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '29.9000', '29.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8383, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '91.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '91.8500', '91.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8384, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '53.8000', '53.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8385, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '148.9000', '148.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8386, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '129.0000', '0.0000', '2022-06-09', 'received', '25.8000', '25.8000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8387, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8388, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8389, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '82.5000', '2.0000', '2022-06-09', 'received', '41.2500', '41.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8390, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8391, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8392, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8393, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8394, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8395, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '93.4000', '1.0000', '2022-06-09', 'received', '93.4000', '93.4000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8396, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8397, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8398, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.0100', '1.0000', '2022-06-09', 'received', '7.0100', '7.0100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8399, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8400, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '32.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.9500', '0.0000', '2022-06-09', 'received', '32.9500', '32.9500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8401, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '62.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.0600', '62.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8402, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8403, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-189.1900', '-1.0000', '2022-06-09', 'received', '189.1900', '189.1900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8404, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8405, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8406, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8407, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.0000', '1.0000', '2022-06-09', 'received', '36.0000', '36.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8408, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8409, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8410, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8411, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8412, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8413, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8414, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8415, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8416, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8417, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.4600', '1.0000', '2022-06-09', 'received', '2.4600', '2.4600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8418, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.6600', '2.0000', '2022-06-09', 'received', '4.3300', '4.3300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8419, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.1100', '-3.0000', '2022-06-09', 'received', '6.3700', '6.3700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8420, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8421, NULL, NULL, 2570, '7501206646038', 'BROCA P/METAL 1/4??', NULL, '11.8900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.8900', '1.0000', '2022-06-09', 'received', '11.8900', '11.8900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8422, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8423, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8424, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.7900', '1.0000', '2022-06-09', 'received', '90.7900', '90.7900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8425, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8426, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8427, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8428, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8429, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8430, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8431, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8432, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8433, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8434, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8435, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9800', '1.0000', '2022-06-09', 'received', '11.9800', '11.9800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8436, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8437, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8438, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8439, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.5200', '2.0000', '2022-06-09', 'received', '7.7600', '7.7600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8440, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2800', '1.0000', '2022-06-09', 'received', '8.2800', '8.2800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8441, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2900', '-1.0000', '2022-06-09', 'received', '3.2900', '3.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8442, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.1800', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.2600', '1.0000', '2022-06-09', 'received', '4.1800', '4.1800', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8443, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.5900', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '85.6700', '7.0000', '2022-06-09', 'received', '6.5900', '6.5900', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8444, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.1600', '1.0000', '2022-06-09', 'received', '12.1600', '12.1600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8445, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '68.1300', '3.0000', '2022-06-09', 'received', '22.7100', '22.7100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8446, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.3200', '2.0000', '2022-06-09', 'received', '40.6600', '40.6600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8447, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8448, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8449, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8450, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.6800', '4.0000', '2022-06-09', 'received', '5.1700', '5.1700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8451, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8452, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8453, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8454, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.8400', '2.0000', '2022-06-09', 'received', '4.4200', '4.4200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8455, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8456, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2400', '18.0000', '2022-06-09', 'received', '0.1800', '0.1800', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8457, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8458, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '37.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5900', '37.0000', '2022-06-09', 'received', '0.0700', '0.0700', '37.0000', NULL, NULL, 1, 'PZA', '37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8459, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '0.0000', '2022-06-09', 'received', '0.1200', '0.1200', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8460, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8461, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8462, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '201.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '201.5900', '201.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8463, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8464, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.9400', '1.0000', '2022-06-09', 'received', '23.9400', '23.9400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8465, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8466, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8467, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.8800', '4.0000', '2022-06-09', 'received', '2.4700', '2.4700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8468, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.8700', '3.0000', '2022-06-09', 'received', '3.2900', '3.2900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8469, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8470, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8471, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8472, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8473, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8474, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '28.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.9600', '28.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8475, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '1.0000', '2022-06-09', 'received', '32.0000', '32.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8476, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.4000', '1.0000', '2022-06-09', 'received', '6.4000', '6.4000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8477, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5000', '1.0000', '2022-06-09', 'received', '25.5000', '25.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8478, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8479, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8200', '-3.0000', '2022-06-09', 'received', '1.9400', '1.9400', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8480, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8481, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8482, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8483, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.9800', '2.0000', '2022-06-09', 'received', '6.9900', '6.9900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8484, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.0000', '-1.0000', '2022-06-09', 'received', '16.0000', '16.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8485, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '119.9100', '3.0000', '2022-06-09', 'received', '39.9700', '39.9700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8486, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8487, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.1000', '1.0000', '2022-06-09', 'received', '6.1000', '6.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8488, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8300', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '46.6400', '0.0000', '2022-06-09', 'received', '5.8300', '5.8300', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8489, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7000', '1.0000', '2022-06-09', 'received', '1.7000', '1.7000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8490, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.6200', '1.0000', '2022-06-09', 'received', '2.6200', '2.6200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8491, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8492, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.7850', '2.0000', '2022-06-09', 'received', '11.3925', '11.3925', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8493, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8494, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.4167', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '48.7500', '0.0000', '2022-06-09', 'received', '5.4167', '5.4167', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8495, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8496, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8497, NULL, NULL, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', NULL, '4.2400', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.2000', '0.0000', '2022-06-09', 'received', '4.2400', '4.2400', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8498, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8499, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8500, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '63.0000', '4.0000', '2022-06-09', 'received', '15.7500', '15.7500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8501, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.2700', '1.0000', '2022-06-09', 'received', '6.2700', '6.2700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8502, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8503, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5200', '-1.0000', '2022-06-09', 'received', '8.5200', '8.5200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8504, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8505, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.7900', '1.0000', '2022-06-09', 'received', '6.7900', '6.7900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8506, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8507, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8508, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.8300', '1.0000', '2022-06-09', 'received', '40.8300', '40.8300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8509, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '-50.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '-50.0000', '2022-06-09', 'received', '0.0300', '0.0300', '-50.0000', NULL, NULL, 1, 'PZA', '-50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8510, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2900', '-1.0000', '2022-06-09', 'received', '10.2900', '10.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8511, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8512, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8513, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8514, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.0000', '2.0000', '2022-06-09', 'received', '17.5000', '17.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8515, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8516, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8517, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1800', '-1.0000', '2022-06-09', 'received', '7.1800', '7.1800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8518, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8519, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8520, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.8800', '2.0000', '2022-06-09', 'received', '11.9400', '11.9400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8521, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.1600', '3.0000', '2022-06-09', 'received', '11.7200', '11.7200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8522, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '208.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '208.1900', '208.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8523, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.9000', '2.0000', '2022-06-09', 'received', '11.9500', '11.9500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8524, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8525, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8526, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '230.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '230.7200', '230.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8527, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.1400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.1400', '1.0000', '2022-06-09', 'received', '20.1400', '20.1400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8528, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8529, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2900', '1.0000', '2022-06-09', 'received', '3.2900', '3.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8530, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8531, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.1400', '3.0000', '2022-06-09', 'received', '14.3800', '14.3800', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8532, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '102.9600', '4.0000', '2022-06-09', 'received', '25.7400', '25.7400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8533, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '178.6800', '4.0000', '2022-06-09', 'received', '44.6700', '44.6700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8534, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '112.0000', '4.0000', '2022-06-09', 'received', '28.0000', '28.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8535, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8536, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8537, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8538, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '98.1600', '1.0000', '2022-06-09', 'received', '98.1600', '98.1600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8539, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6200', '-2.0000', '2022-06-09', 'received', '3.3100', '3.3100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8540, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8541, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8542, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.0000', '0.0000', '2022-06-09', 'received', '8.7500', '8.7500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8543, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '81.6000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8544, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8545, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8546, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8547, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8548, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8549, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.0500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.3500', '0.0000', '2022-06-09', 'received', '1.0500', '1.0500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8550, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0833', '0.0000', '2022-06-09', 'received', '2.9167', '2.9167', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8551, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8552, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8553, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8554, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8555, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8556, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8557, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8558, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8559, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8560, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '46.5000', '1.0000', '2022-06-09', 'received', '46.5000', '46.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8561, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2000', '1.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8562, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.6800', '6.0000', '2022-06-09', 'received', '3.2800', '3.2800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8563, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.2096', '0.0000', '2022-06-09', 'received', '9.2096', '9.2096', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8564, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8565, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.1000', '1.0000', '2022-06-09', 'received', '8.1000', '8.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8566, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4000', '-1.0000', '2022-06-09', 'received', '5.4000', '5.4000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8567, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '73.9200', '6.0000', '2022-06-09', 'received', '12.3200', '12.3200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8568, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.0000', '4.0000', '2022-06-09', 'received', '3.5000', '3.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8569, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '2.0000', '2022-06-09', 'received', '5.0000', '5.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8570, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.7600', '-2.0000', '2022-06-09', 'received', '6.3800', '6.3800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8571, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8572, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.3000', '3.0000', '2022-06-09', 'received', '6.1000', '6.1000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8573, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8574, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8575, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.4000', '3.0000', '2022-06-09', 'received', '4.8000', '4.8000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8576, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.7500', '-5.0000', '2022-06-09', 'received', '5.7500', '5.7500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8577, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8578, NULL, NULL, 2979, '7702031642725', 'LISTERINE COOL MINT', NULL, '29.7000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.7000', '1.0000', '2022-06-09', 'received', '29.7000', '29.7000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8579, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.5000', '1.0000', '2022-06-09', 'received', '16.5000', '16.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8580, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.5000', '1.0000', '2022-06-09', 'received', '16.5000', '16.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8581, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.5000', '1.0000', '2022-06-09', 'received', '16.5000', '16.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8582, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.7600', '-1.0000', '2022-06-09', 'received', '24.7600', '24.7600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8583, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '100.9600', '4.0000', '2022-06-09', 'received', '25.2400', '25.2400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8584, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '48.6600', '2.0000', '2022-06-09', 'received', '24.3300', '24.3300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8585, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8586, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8587, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8588, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.8500', '1.0000', '2022-06-09', 'received', '24.8500', '24.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8589, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.4000', '-3.0000', '2022-06-09', 'received', '2.8000', '2.8000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8590, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.6000', '-7.0000', '2022-06-09', 'received', '2.8000', '2.8000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8591, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.7000', '6.0000', '2022-06-09', 'received', '2.4500', '2.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8592, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.9000', '2.0000', '2022-06-09', 'received', '2.4500', '2.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8593, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.0000', '5.0000', '2022-06-09', 'received', '2.8000', '2.8000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8594, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.2500', '5.0000', '2022-06-09', 'received', '5.2500', '5.2500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8595, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5000', '-3.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8596, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.7500', '0.0000', '2022-06-09', 'received', '5.9500', '5.9500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8597, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '17.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.0000', '2.0000', '2022-06-09', 'received', '17.0000', '17.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8598, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8599, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8600, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8601, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8602, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '46.0000', '4.0000', '2022-06-09', 'received', '11.5000', '11.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8603, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '73.4400', '16.0000', '2022-06-09', 'received', '4.5900', '4.5900', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8604, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8605, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8606, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8607, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-105.0000', '-15.0000', '2022-06-09', 'received', '7.0000', '7.0000', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8608, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8609, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '69.0000', '6.0000', '2022-06-09', 'received', '11.5000', '11.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8610, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8611, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8612, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8613, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.5000', '0.0000', '2022-06-09', 'received', '7.2500', '7.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8614, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.5600', '3.0000', '2022-06-09', 'received', '16.5200', '16.5200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8615, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8616, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.0000', '1.0000', '2022-06-09', 'received', '16.0000', '16.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8617, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.0000', '-2.0000', '2022-06-09', 'received', '14.0000', '14.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8618, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8619, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8620, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8621, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '115.0000', '1.0000', '2022-06-09', 'received', '115.0000', '115.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8622, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8623, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8624, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.1700', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.8700', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8625, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9100', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '98.2000', '20.0000', '2022-06-09', 'received', '4.9100', '4.9100', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8626, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '193.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '193.4200', '193.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8627, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '50.8700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.8700', '0.0000', '2022-06-09', 'received', '50.8700', '50.8700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8628, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '132.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '132.7200', '132.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8629, NULL, NULL, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', NULL, '34.1000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '170.5000', '0.0000', '2022-06-09', 'received', '34.1000', '34.1000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8630, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.5000', '-3.0000', '2022-06-09', 'received', '25.5000', '25.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8631, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8632, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.6400', '0.0000', '2022-06-09', 'received', '19.6400', '19.6400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8633, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8634, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.1000', '15.0000', '2022-06-09', 'received', '0.3400', '0.3400', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8635, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.0000', '0.0000', '2022-06-09', 'received', '1.1250', '1.1250', '40.0000', NULL, NULL, 1, 'PZA', '40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8636, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.8956', '0.0000', '2022-06-09', 'received', '0.8542', '0.8542', '35.0000', NULL, NULL, 1, 'PZA', '35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8637, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.5500', '23.0000', '2022-06-09', 'received', '0.8500', '0.8500', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8638, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8639, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.9800', '2.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8640, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.0800', '6.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8641, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.0000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8642, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.7800', '2.0000', '2022-06-09', 'received', '20.8900', '20.8900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8643, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8644, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.1900', '-9.0000', '2022-06-09', 'received', '0.9100', '0.9100', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8645, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5000', '-7.0000', '2022-06-09', 'received', '2.5000', '2.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8646, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3600', '1.0000', '2022-06-09', 'received', '0.3600', '0.3600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8647, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8648, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '150.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '150.0000', '150.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8649, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8650, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8651, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8652, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.8800', '0.0000', '2022-06-09', 'received', '0.8700', '0.8700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8653, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8654, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.3000', '1.0000', '2022-06-09', 'received', '7.3000', '7.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8655, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4875', '35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '122.0625', '0.0000', '2022-06-09', 'received', '3.4875', '3.4875', '35.0000', NULL, NULL, 1, 'PZA', '35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8656, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.0000', '3.0000', '2022-06-09', 'received', '9.0000', '9.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8657, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '3.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.7500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8658, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4200', '-1.0000', '2022-06-09', 'received', '5.4200', '5.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8659, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8660, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8661, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8662, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8663, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0000', '6.0000', '2022-06-09', 'received', '2.0000', '2.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8664, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '6.0000', '2022-06-09', 'received', '3.0000', '3.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8665, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.2700', '1.0000', '2022-06-09', 'received', '19.2700', '19.2700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8666, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0000', '1.0000', '2022-06-09', 'received', '20.0000', '20.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8667, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8668, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8669, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5000', '5.0000', '2022-06-09', 'received', '1.7000', '1.7000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8670, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8671, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.0000', '-1.0000', '2022-06-09', 'received', '27.0000', '27.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8672, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '63.0000', '2.0000', '2022-06-09', 'received', '31.5000', '31.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8673, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8674, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8675, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8676, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8677, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.1700', '1.0000', '2022-06-09', 'received', '1.1700', '1.1700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8678, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '221.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8679, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8680, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '9.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.6300', '9.5000', '2022-06-09', 'received', '9.5400', '9.5400', '9.5000', NULL, NULL, 1, 'PZA', '9.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8681, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.6800', '8.0000', '2022-06-09', 'received', '6.2100', '6.2100', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8682, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7400', '-2.0000', '2022-06-09', 'received', '2.8700', '2.8700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8683, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-4.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8684, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8685, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '-79.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-308.1000', '-79.0000', '2022-06-09', 'received', '3.9000', '3.9000', '-79.0000', NULL, NULL, 1, 'PZA', '-79.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8686, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '4.0000', '2022-06-09', 'received', '8.0000', '8.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8687, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '30.0000', '2022-06-09', 'received', '0.6000', '0.6000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8688, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8689, NULL, NULL, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', NULL, '20.1600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.1600', '-1.0000', '2022-06-09', 'received', '20.1600', '20.1600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8690, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8691, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8692, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8693, NULL, NULL, 2461, 'FER- 7506240656', '9DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8694, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.5400', '38.0000', '2022-06-09', 'received', '0.3300', '0.3300', '38.0000', NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8695, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '-176.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.4000', '-176.0000', '2022-06-09', 'received', '0.1500', '0.1500', '-176.0000', NULL, NULL, 1, 'PZA', '-176.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8696, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8697, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8698, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8699, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8700, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.8000', '2.0000', '2022-06-09', 'received', '7.9000', '7.9000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8701, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.1200', '4.0000', '2022-06-09', 'received', '2.7800', '2.7800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8702, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.0000', '1.0000', '2022-06-09', 'received', '34.0000', '34.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8703, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '12.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8704, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8705, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8706, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0000', '2.0000', '2022-06-09', 'received', '6.0000', '6.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8707, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8708, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.0000', '15.0000', '2022-06-09', 'received', '6.0000', '6.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8709, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8700', '1.0000', '2022-06-09', 'received', '0.8700', '0.8700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8710, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.0000', '-8.0000', '2022-06-09', 'received', '0.5000', '0.5000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8711, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.4400', '9.0000', '2022-06-09', 'received', '0.1600', '0.1600', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8712, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8713, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.6400', '3.0000', '2022-06-09', 'received', '5.8800', '5.8800', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8714, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '47.5200', '8.0000', '2022-06-09', 'received', '5.9400', '5.9400', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8715, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.9500', '12.0000', '2022-06-09', 'received', '6.4500', '6.4500', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8716, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.4500', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '109.6500', '0.0000', '2022-06-09', 'received', '6.4500', '6.4500', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8717, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8718, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '135.4500', '21.0000', '2022-06-09', 'received', '6.4500', '6.4500', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8719, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '-176.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8400', '-176.0000', '2022-06-09', 'received', '0.0900', '0.0900', '-176.0000', NULL, NULL, 1, 'PZA', '-176.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8720, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '145.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.1500', '145.0000', '2022-06-09', 'received', '0.0700', '0.0700', '145.0000', NULL, NULL, 1, 'PZA', '145.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8721, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8722, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '10.0000', '2022-06-09', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8723, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8724, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5900', '-23.0000', '2022-06-09', 'received', '0.3300', '0.3300', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8725, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '88.0000', '11.0000', '2022-06-09', 'received', '8.0000', '8.0000', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8726, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '8.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.1700', '8.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8727, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.4000', '0.0000', '2022-06-09', 'received', '7.7000', '7.7000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8728, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7500', '-1.0000', '2022-06-09', 'received', '7.7500', '7.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8729, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.4000', '-8.0000', '2022-06-09', 'received', '1.3000', '1.3000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8730, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8731, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8732, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8733, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.0000', '1.0000', '2022-06-09', 'received', '11.0000', '11.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8734, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '83.2400', '4.0000', '2022-06-09', 'received', '20.8100', '20.8100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8735, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '67.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0300', '67.0000', '2022-06-09', 'received', '0.0900', '0.0900', '67.0000', NULL, NULL, 1, 'PZA', '67.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8736, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5000', '10.0000', '2022-06-09', 'received', '0.3500', '0.3500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8737, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '-38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8400', '0.0000', '2022-06-09', 'received', '0.1800', '0.1800', '-38.0000', NULL, NULL, 1, 'PZA', '-38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8738, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.6400', '33.0000', '2022-06-09', 'received', '0.0800', '0.0800', '33.0000', NULL, NULL, 1, 'PZA', '33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8739, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5000', '1.0000', '2022-06-09', 'received', '1.5000', '1.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8740, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.0000', '-2.0000', '2022-06-09', 'received', '35.0000', '35.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8741, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8742, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '155.0000', '155.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8743, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8744, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8745, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6700', '-1.0000', '2022-06-09', 'received', '13.6700', '13.6700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8746, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.3700', '3.0000', '2022-06-09', 'received', '1.7900', '1.7900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8747, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.9000', '5.0000', '2022-06-09', 'received', '0.9800', '0.9800', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8748, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0600', '3.0000', '2022-06-09', 'received', '2.0200', '2.0200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8749, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8750, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8751, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8752, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.0000', '1.0000', '2022-06-09', 'received', '35.0000', '35.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8753, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '906.5100', '1.0000', '2022-06-09', 'received', '906.5100', '906.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8754, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.7500', '1.0000', '2022-06-09', 'received', '15.7500', '15.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8755, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.5000', '-2.0000', '2022-06-09', 'received', '15.7500', '15.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8756, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8757, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8758, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-276.5100', '-1.0000', '2022-06-09', 'received', '276.5100', '276.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8759, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8760, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8761, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '555.0000', '1.0000', '2022-06-09', 'received', '555.0000', '555.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8762, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '700.0000', '2.0000', '2022-06-09', 'received', '350.0000', '350.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8763, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8764, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '525.0000', '1.0000', '2022-06-09', 'received', '525.0000', '525.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8765, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.0500', '5.0000', '2022-06-09', 'received', '1.4100', '1.4100', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8766, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.6100', '1.0000', '2022-06-09', 'received', '1.6100', '1.6100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8767, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.6500', '5.0000', '2022-06-09', 'received', '3.5300', '3.5300', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8768, NULL, NULL, 2490, 'PVC00006', 'ADAOTADOR  1/2', NULL, '0.6900', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5200', '0.0000', '2022-06-09', 'received', '0.6900', '0.6900', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8769, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.2800', '2.0000', '2022-06-09', 'received', '2.6400', '2.6400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8770, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3600', '-4.0000', '2022-06-09', 'received', '1.8400', '1.8400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8771, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4500', '5.0000', '2022-06-09', 'received', '0.6900', '0.6900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8772, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '3.3500', '-54.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-180.9000', '0.0000', '2022-06-09', 'received', '3.3500', '3.3500', '-54.0000', NULL, NULL, 1, 'PZA', '-54.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8773, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '2.7100', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.1000', '10.0000', '2022-06-09', 'received', '2.7100', '2.7100', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8774, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.9900', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.8500', '0.0000', '2022-06-09', 'received', '0.9900', '0.9900', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8775, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.4000', '0.0000', '2022-06-09', 'received', '13.7000', '13.7000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8776, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.2100', '-1.0000', '2022-06-09', 'received', '16.2100', '16.2100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8777, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.0100', '1.0000', '2022-06-09', 'received', '21.0100', '21.0100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8778, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9400', '-6.0000', '2022-06-09', 'received', '1.4900', '1.4900', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8779, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1400', '6.0000', '2022-06-09', 'received', '1.1900', '1.1900', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8780, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '4.5900', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.3900', '0.0000', '2022-06-09', 'received', '4.5900', '4.5900', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8781, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8782, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '27.9900', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-419.8500', '0.0000', '2022-06-09', 'received', '27.9900', '27.9900', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8783, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8784, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0300', '7.0000', '2022-06-09', 'received', '1.2900', '1.2900', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8785, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2900', '-1.0000', '2022-06-09', 'received', '2.2900', '2.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8786, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.7600', '4.0000', '2022-06-09', 'received', '0.6900', '0.6900', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8787, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8788, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2700', '3.0000', '2022-06-09', 'received', '1.0900', '1.0900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8789, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8000', '-2.0000', '2022-06-09', 'received', '3.4000', '3.4000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8790, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.5800', '0.0000', '2022-06-09', 'received', '0.8900', '0.8900', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8791, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.5500', '3.0000', '2022-06-09', 'received', '3.8500', '3.8500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8792, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0400', '-2.0000', '2022-06-09', 'received', '8.5200', '8.5200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8793, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.7100', '3.0000', '2022-06-09', 'received', '11.5700', '11.5700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8794, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.9900', '1.0000', '2022-06-09', 'received', '3.9900', '3.9900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8795, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '3.0000', '2022-06-09', 'received', '6.0000', '6.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8796, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8797, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.7500', '-13.0000', '2022-06-09', 'received', '2.7500', '2.7500', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8798, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-2.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8799, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.5200', '-4.0000', '2022-06-09', 'received', '3.1300', '3.1300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8800, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8801, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8802, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '2.2400', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.7200', '3.0000', '2022-06-09', 'received', '2.2400', '2.2400', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8803, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.5300', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5900', '3.0000', '2022-06-09', 'received', '1.5300', '1.5300', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8804, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.9200', '4.0000', '2022-06-09', 'received', '12.4800', '12.4800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8805, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.0000', '3.0000', '2022-06-09', 'received', '15.0000', '15.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8806, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8807, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8808, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8809, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5600', '4.0000', '2022-06-09', 'received', '0.8900', '0.8900', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8810, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '4.3900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.7800', '0.0000', '2022-06-09', 'received', '4.3900', '4.3900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8811, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.1000', '2.0000', '2022-06-09', 'received', '7.0500', '7.0500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8812, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8813, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.9800', '-2.0000', '2022-06-09', 'received', '0.9900', '0.9900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8814, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.0000', '-1.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8815, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.5000', '2.0000', '2022-06-09', 'received', '3.2500', '3.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8816, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.7900', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0100', '0.0000', '2022-06-09', 'received', '0.7900', '0.7900', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8817, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9900', '-1.0000', '2022-06-09', 'received', '3.9900', '3.9900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8818, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.3800', '3.0000', '2022-06-09', 'received', '1.4600', '1.4600', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8819, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.4900', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-62.2500', '-25.0000', '2022-06-09', 'received', '2.4900', '2.4900', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8820, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6300', '-1.0000', '2022-06-09', 'received', '6.6300', '6.6300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8821, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.9500', '1.0000', '2022-06-09', 'received', '4.9500', '4.9500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8822, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.3900', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0700', '0.0000', '2022-06-09', 'received', '1.3900', '1.3900', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8823, NULL, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.7900', '70.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '55.3000', '70.0000', '2022-06-09', 'received', '0.7900', '0.7900', '70.0000', NULL, NULL, 1, 'PZA', '70.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8824, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '6.1300', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-116.4700', '0.0000', '2022-06-09', 'received', '6.1300', '6.1300', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8825, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '11.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.7900', '11.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8826, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.2000', '20.0000', '2022-06-09', 'received', '1.0100', '1.0100', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8827, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '66.1800', '2.0000', '2022-06-09', 'received', '33.0900', '33.0900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8828, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8829, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8830, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7600', '-1.0000', '2022-06-09', 'received', '9.7600', '9.7600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8831, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.9800', '1.0000', '2022-06-09', 'received', '3.9800', '3.9800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8832, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.6000', '-4.0000', '2022-06-09', 'received', '19.1500', '19.1500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8833, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.9100', '-1.0000', '2022-06-09', 'received', '17.9100', '17.9100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8834, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8835, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.0000', '-3.0000', '2022-06-09', 'received', '32.0000', '32.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8836, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.9500', '-3.0000', '2022-06-09', 'received', '20.6500', '20.6500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8837, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.3500', '0.0000', '2022-06-09', 'received', '20.3500', '20.3500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8838, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8839, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8840, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8841, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '3.0000', '2022-06-09', 'received', '10.0000', '10.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8842, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.0000', '5.0000', '2022-06-09', 'received', '10.0000', '10.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8843, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.0000', '-1.0000', '2022-06-09', 'received', '71.0000', '71.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8844, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8845, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8846, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8847, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8848, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1600', '207.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.1200', '0.0000', '2022-06-09', 'received', '0.1600', '0.1600', '207.0000', NULL, NULL, 1, 'PZA', '207.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8849, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.9000', '-1.0000', '2022-06-09', 'received', '48.9000', '48.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8850, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.0000', '1.0000', '2022-06-09', 'received', '8.0000', '8.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8851, NULL, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '7.6500', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '99.4500', '13.0000', '2022-06-09', 'received', '7.6500', '7.6500', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8852, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.8800', '0.0000', '2022-06-09', 'received', '15.8800', '15.8800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8853, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8854, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8855, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.7600', '2.0000', '2022-06-09', 'received', '35.8800', '35.8800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8856, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '108.0200', '2.0000', '2022-06-09', 'received', '54.0100', '54.0100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8857, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8858, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '72.3600', '2.0000', '2022-06-09', 'received', '36.1800', '36.1800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8859, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8860, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8861, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4300', '-1.0000', '2022-06-09', 'received', '5.4300', '5.4300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8862, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8863, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.5000', '1.0000', '2022-06-09', 'received', '19.5000', '19.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8864, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '1.0000', '2022-06-09', 'received', '15.0000', '15.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8865, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8866, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8867, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8868, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8869, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8870, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8871, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-152.4000', '-3.0000', '2022-06-09', 'received', '50.8000', '50.8000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8872, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.8750', '0.0000', '2022-06-09', 'received', '0.8583', '0.8583', '-15.0000', NULL, NULL, 5, 'UNIDAD', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8873, NULL, NULL, 3223, '1', 'TABCIN.', NULL, '1.4200', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.9400', '0.0000', '2022-06-09', 'received', '1.4200', '1.4200', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8874, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3076', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.6152', '0.0000', '2022-06-09', 'received', '14.3076', '14.3076', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8875, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8876, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.0000', '-1.0000', '2022-06-09', 'received', '50.0000', '50.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8877, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8878, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8879, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8880, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', NULL, '30.9400', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '216.5800', '7.0000', '2022-06-09', 'received', '30.9400', '30.9400', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8881, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '31.5400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '63.0800', '0.0000', '2022-06-09', 'received', '31.5400', '31.5400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8882, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5000', '-3.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8883, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5000', '-3.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8884, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8885, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8886, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8887, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '-96.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.4400', '-96.0000', '2022-06-09', 'received', '0.3900', '0.3900', '-96.0000', NULL, NULL, 1, 'PZA', '-96.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8888, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '-179.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.7500', '-179.0000', '2022-06-09', 'received', '0.2500', '0.2500', '-179.0000', NULL, NULL, 1, 'PZA', '-179.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8889, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3700', '-3.0000', '2022-06-09', 'received', '2.7900', '2.7900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8890, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '57.6800', '7.0000', '2022-06-09', 'received', '8.2400', '8.2400', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8891, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '4.0000', '2022-06-09', 'received', '15.0000', '15.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8892, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-68.0000', '-1.0000', '2022-06-09', 'received', '68.0000', '68.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8893, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '150.0000', '5.0000', '2022-06-09', 'received', '30.0000', '30.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8894, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8895, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-1.0000', '2022-06-09', 'received', '18.0000', '18.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8896, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.7500', '1.0000', '2022-06-09', 'received', '26.7500', '26.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8897, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.1000', '1.0000', '2022-06-09', 'received', '6.1000', '6.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8898, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8899, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.7500', '0.0000', '2022-06-09', 'received', '7.2500', '7.2500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8900, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '59.8400', '0.0000', '2022-06-09', 'received', '14.9600', '14.9600', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8901, NULL, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '20.4700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.4700', '0.0000', '2022-06-09', 'received', '20.4700', '20.4700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8902, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8903, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5300', '3.0000', '2022-06-09', 'received', '0.5100', '0.5100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8904, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8905, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '-3.0000', '2022-06-09', 'received', '0.5000', '0.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8906, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8907, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8908, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8909, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.9000', '1.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8910, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5800', '0.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8911, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7900', '0.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8912, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2700', '1.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8913, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5900', '1.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8914, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.2300', '2.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8915, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-6.0000', '2022-06-09', 'received', '2.5000', '2.5000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8916, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '5.0000', '2022-06-09', 'received', '3.5000', '3.5000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8917, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5000', '-1.0000', '2022-06-09', 'received', '3.5000', '3.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8918, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8919, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '51.5100', '17.0000', '2022-06-09', 'received', '3.0300', '3.0300', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8920, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.6700', '-3.0000', '2022-06-09', 'received', '4.8900', '4.8900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8921, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8922, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '-58.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.1200', '-58.0000', '2022-06-09', 'received', '0.1400', '0.1400', '-58.0000', NULL, NULL, 1, 'PZA', '-58.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8923, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6400', '-8.0000', '2022-06-09', 'received', '0.8300', '0.8300', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8924, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-6.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8925, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-3.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8926, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8000', '-17.0000', '2022-06-09', 'received', '0.4000', '0.4000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8927, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3000', '-14.0000', '2022-06-09', 'received', '0.4500', '0.4500', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8928, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8929, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '1.0000', '2022-06-09', 'received', '18.0000', '18.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8930, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8931, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.5000', '-3.0000', '2022-06-09', 'received', '15.5000', '15.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8932, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8933, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0800', '4.0000', '2022-06-09', 'received', '7.5200', '7.5200', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8934, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.8000', '-10.0000', '2022-06-09', 'received', '1.4800', '1.4800', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8935, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2800', '-1.0000', '2022-06-09', 'received', '2.2800', '2.2800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8936, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8937, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8938, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2500', '-1.0000', '2022-06-09', 'received', '3.2500', '3.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8939, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6000', '-2.0000', '2022-06-09', 'received', '3.3000', '3.3000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8940, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-2.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8941, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8942, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8943, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.2300', '-3.0000', '2022-06-09', 'received', '9.4100', '9.4100', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8944, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5100', '-1.0000', '2022-06-09', 'received', '7.5100', '7.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8945, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.4900', '1.0000', '2022-06-09', 'received', '28.4900', '28.4900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8946, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '137.1700', '29.0000', '2022-06-09', 'received', '4.7300', '4.7300', '29.0000', NULL, NULL, 1, 'PZA', '29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8947, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.4700', '1.0000', '2022-06-09', 'received', '28.4700', '28.4700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8948, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.3900', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-92.2900', '0.0000', '2022-06-09', 'received', '8.3900', '8.3900', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8949, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8950, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8951, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.8500', '1.0000', '2022-06-09', 'received', '19.8500', '19.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8952, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-97.4700', '-9.0000', '2022-06-09', 'received', '10.8300', '10.8300', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8953, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8954, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-291.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.9300', '-291.0000', '2022-06-09', 'received', '0.2300', '0.2300', '-291.0000', NULL, NULL, 1, 'PZA', '-291.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8955, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8956, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '-2.0000', '2022-06-09', 'received', '18.0000', '18.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8957, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.0000', '-1.0000', '2022-06-09', 'received', '65.0000', '65.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8958, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0000', '-1.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8959, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '1.0000', '2022-06-09', 'received', '15.0000', '15.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8960, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '-66.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-180.1250', '0.0000', '2022-06-09', 'received', '2.7292', '2.7292', '-66.0000', NULL, NULL, 1, 'PZA', '-66.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8961, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.6500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.9500', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8962, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8000', '-8.0000', '2022-06-09', 'received', '0.6000', '0.6000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8963, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8964, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.9500', '0.0000', '2022-06-09', 'received', '4.8500', '4.8500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8965, NULL, NULL, 2514, '11418040168', 'ALKA SELTZER .', NULL, '1.0000', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8966, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '1.4200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2600', '3.0000', '2022-06-09', 'received', '1.4200', '1.4200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8967, NULL, NULL, 2524, '11418696839', 'ASPIRINA FORTE', NULL, '0.7800', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.2600', '0.0000', '2022-06-09', 'received', '0.7800', '0.7800', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8968, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.7300', '-1.0000', '2022-06-09', 'received', '13.7300', '13.7300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8969, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8970, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0000', '1.0000', '2022-06-09', 'received', '2.0000', '2.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8971, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8972, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.0000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8973, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8974, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.0000', '-2.0000', '2022-06-09', 'received', '21.0000', '21.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8975, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-80.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.6666', '0.0000', '2022-06-09', 'received', '0.8333', '0.8333', '-80.0000', NULL, NULL, 1, 'PZA', '-80.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8976, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8977, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.5800', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.6400', '0.0000', '2022-06-09', 'received', '2.5800', '2.5800', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8978, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8979, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8980, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2000', '-1.0000', '2022-06-09', 'received', '4.2000', '4.2000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8981, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.8200', '1.0000', '2022-06-09', 'received', '19.8200', '19.8200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8982, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8983, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8984, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8985, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.1800', '-2.0000', '2022-06-09', 'received', '37.5900', '37.5900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8986, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8987, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.6400', '-1.0000', '2022-06-09', 'received', '41.6400', '41.6400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8988, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.2000', '-2.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8989, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '55.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.9000', '55.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8990, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.2800', '1.0000', '2022-06-09', 'received', '30.2800', '30.2800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8991, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8992, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.2000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.0000', '0.0000', '2022-06-09', 'received', '11.2000', '11.2000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8993, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.3800', '0.0000', '2022-06-09', 'received', '2.5800', '2.5800', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8994, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7600', '-2.0000', '2022-06-09', 'received', '2.3800', '2.3800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8995, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '7.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8996, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0800', '-2.0000', '2022-06-09', 'received', '10.0400', '10.0400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8997, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-143.0400', '-8.0000', '2022-06-09', 'received', '17.8800', '17.8800', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8998, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.6000', '-6.0000', '2022-06-09', 'received', '2.1000', '2.1000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (8999, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9000, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9001, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9002, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9003, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9004, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9005, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-172.9200', '-4.0000', '2022-06-09', 'received', '43.2300', '43.2300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9006, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2406', '-189.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.4658', '0.0000', '2022-06-09', 'received', '0.2406', '0.2406', '-189.0000', NULL, NULL, 1, 'PZA', '-189.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9007, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2300', '-66.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.1800', '-66.0000', '2022-06-09', 'received', '0.2300', '0.2300', '-66.0000', NULL, NULL, 1, 'PZA', '-66.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9008, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5400', '-141.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.1400', '0.0000', '2022-06-09', 'received', '0.5400', '0.5400', '-141.0000', NULL, NULL, 1, 'PZA', '-141.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9009, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '5.9200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.8400', '0.0000', '2022-06-09', 'received', '5.9200', '5.9200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9010, NULL, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.0800', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-77.5600', '0.0000', '2022-06-09', 'received', '11.0800', '11.0800', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9011, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.6750', '-33.0000', '2022-06-09', 'received', '2.4750', '2.4750', '-33.0000', NULL, NULL, 1, 'PZA', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9012, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '-11.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.1500', '-11.5000', '2022-06-09', 'received', '2.1000', '2.1000', '-11.5000', NULL, NULL, 1, 'PZA', '-11.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9013, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9014, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9015, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.0000', '-1.0000', '2022-06-09', 'received', '19.0000', '19.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9016, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.0000', '1.0000', '2022-06-09', 'received', '19.0000', '19.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9017, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9018, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9019, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '5.3000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.5000', '0.0000', '2022-06-09', 'received', '5.3000', '5.3000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9020, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.9400', '0.0000', '2022-06-09', 'received', '35.4700', '35.4700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9021, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6200', '-1.0000', '2022-06-09', 'received', '13.6200', '13.6200', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9022, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9023, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9024, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9025, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9026, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9027, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4400', '-2.0000', '2022-06-09', 'received', '5.7200', '5.7200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9028, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-102.9000', '-3.0000', '2022-06-09', 'received', '34.3000', '34.3000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9029, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9030, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9031, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '2.9583', '38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '112.4167', '0.0000', '2022-06-09', 'received', '2.9583', '2.9583', '38.0000', NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9032, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.0000', '2.0000', '2022-06-09', 'received', '22.0000', '22.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9033, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9034, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9035, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.8000', '0.0000', '2022-06-09', 'received', '5.1600', '5.1600', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9036, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '73.3333', '0.0000', '2022-06-09', 'received', '3.3333', '3.3333', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9037, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.5000', '21.0000', '2022-06-09', 'received', '2.5000', '2.5000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9038, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.0900', '-23.0000', '2022-06-09', 'received', '0.8300', '0.8300', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9039, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9040, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9041, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9042, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.8500', '-7.0000', '2022-06-09', 'received', '7.5500', '7.5500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9043, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2819', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-125.6375', '0.0000', '2022-06-09', 'received', '6.2819', '6.2819', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9044, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9045, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.6700', '-9.0000', '2022-06-09', 'received', '3.6300', '3.6300', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9046, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9047, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0000', '1.0000', '2022-06-09', 'received', '64.0000', '64.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9048, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0000', '-1.0000', '2022-06-09', 'received', '64.0000', '64.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9049, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9050, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-1.0000', '2022-06-09', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9051, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9052, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9053, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '4.2100', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.5200', '0.0000', '2022-06-09', 'received', '4.2100', '4.2100', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9054, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.8700', '-17.0000', '2022-06-09', 'received', '1.1100', '1.1100', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9055, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9056, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9057, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9058, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9059, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9060, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9061, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9062, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9063, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9064, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9065, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9066, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9067, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9068, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9069, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9070, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9071, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9072, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9073, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9074, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9075, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9076, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9077, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9078, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9079, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9080, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9081, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9082, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9083, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9084, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9085, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9086, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9087, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9088, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9089, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9090, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9091, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9092, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9093, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9094, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9095, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9096, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9097, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9098, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9099, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9100, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9101, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9102, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9103, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9104, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9105, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9106, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9107, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9200', '-1.0000', '2022-06-09', 'received', '11.9200', '11.9200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9108, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '58.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '58.4200', '58.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9109, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9110, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '76.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '76.7100', '76.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9111, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9112, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5375', '-1.0000', '2022-06-09', 'received', '13.5375', '13.5375', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9113, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9114, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9115, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9116, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.3626', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3626', '7.3626', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9117, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9118, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9119, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9120, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9121, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9122, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9123, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9124, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9125, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9126, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9127, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9128, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9129, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9130, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9131, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9132, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9133, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9134, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-114.0000', '-3.0000', '2022-06-09', 'received', '38.0000', '38.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9135, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9136, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9137, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0000', '-1.0000', '2022-06-09', 'received', '21.0000', '21.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9138, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3000', '-1.0000', '2022-06-09', 'received', '6.3000', '6.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9139, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9140, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9141, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9142, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.9500', '-1.0000', '2022-06-09', 'received', '9.9500', '9.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9143, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6900', '-1.0000', '2022-06-09', 'received', '9.6900', '9.6900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9144, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.0000', '-10.0000', '2022-06-09', 'received', '8.1000', '8.1000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9145, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '111.7000', '10.0000', '2022-06-09', 'received', '11.1700', '11.1700', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9146, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9147, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.0000', '-3.0000', '2022-06-09', 'received', '21.0000', '21.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9148, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.2600', '2.0000', '2022-06-09', 'received', '14.1300', '14.1300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9149, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9150, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9151, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.9000', '-1.0000', '2022-06-09', 'received', '65.9000', '65.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9152, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9153, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9154, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2600', '-1.0000', '2022-06-09', 'received', '10.2600', '10.2600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9155, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9156, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.3000', '-1.0000', '2022-06-09', 'received', '26.3000', '26.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9157, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9158, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9159, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.4400', '-4.0000', '2022-06-09', 'received', '7.6100', '7.6100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9160, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.3000', '-2.0000', '2022-06-09', 'received', '9.6500', '9.6500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9161, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.9800', '-2.0000', '2022-06-09', 'received', '11.4900', '11.4900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9162, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.0000', '-3.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9163, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9164, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3300', '-1.0000', '2022-06-09', 'received', '4.3300', '4.3300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9165, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9166, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9167, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9168, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7500', '0.0000', '2022-06-09', 'received', '6.7500', '6.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9169, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.9500', '-15.0000', '2022-06-09', 'received', '1.7300', '1.7300', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9170, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.1667', '0.0000', '2022-06-09', 'received', '12.2917', '12.2917', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9171, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-67.8300', '0.0000', '2022-06-09', 'received', '3.5700', '3.5700', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9172, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.2500', '0.0000', '2022-06-09', 'received', '4.4500', '4.4500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9173, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.9500', '0.0000', '2022-06-09', 'received', '4.4500', '4.4500', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9174, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3800', '-1.0000', '2022-06-09', 'received', '7.3800', '7.3800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9175, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.8800', '-4.0000', '2022-06-09', 'received', '10.7200', '10.7200', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9176, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.9000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7000', '-3.0000', '2022-06-09', 'received', '9.9000', '9.9000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9177, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7500', '-1.0000', '2022-06-09', 'received', '9.7500', '9.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9178, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-51.5000', '0.0000', '2022-06-09', 'received', '10.3000', '10.3000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9179, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0800', '0.0000', '2022-06-09', 'received', '9.0800', '9.0800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9180, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9181, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.7500', '-3.0000', '2022-06-09', 'received', '6.2500', '6.2500', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9182, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4550', '-1.0000', '2022-06-09', 'received', '5.4550', '5.4550', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9183, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.3150', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6300', '0.0000', '2022-06-09', 'received', '3.3150', '3.3150', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9184, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.1300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1300', '0.0000', '2022-06-09', 'received', '6.1300', '6.1300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9185, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4154', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-169.4775', '0.0000', '2022-06-09', 'received', '9.4154', '9.4154', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9186, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.8062', '0.0000', '2022-06-09', 'received', '3.4229', '3.4229', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9187, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5425', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5425', '7.5425', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9188, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '6.7550', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-94.5700', '0.0000', '2022-06-09', 'received', '6.7550', '6.7550', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9189, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.2737', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-173.7488', '0.0000', '2022-06-09', 'received', '8.2737', '8.2737', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9190, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6700', '-59.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-275.5300', '0.0000', '2022-06-09', 'received', '4.6700', '4.6700', '-59.0000', NULL, NULL, 1, 'PZA', '-59.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9191, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.8741', '-31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-368.0971', '0.0000', '2022-06-09', 'received', '11.8741', '11.8741', '-31.0000', NULL, NULL, 1, 'PZA', '-31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9192, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9193, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.4400', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.3600', '0.0000', '2022-06-09', 'received', '2.4400', '2.4400', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9194, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.6300', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.7100', '0.0000', '2022-06-09', 'received', '2.6300', '2.6300', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9195, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.8500', '0.0000', '2022-06-09', 'received', '2.9700', '2.9700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9196, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.1100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.3300', '0.0000', '2022-06-09', 'received', '5.1100', '5.1100', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9197, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '8.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.4200', '8.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9198, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.2700', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.7000', '0.0000', '2022-06-09', 'received', '5.2700', '5.2700', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9199, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9400', '-3.0000', '2022-06-09', 'received', '3.9800', '3.9800', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9200, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9201, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8300', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.9600', '0.0000', '2022-06-09', 'received', '2.8300', '2.8300', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9202, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.0000', '0.0000', '2022-06-09', 'received', '4.8333', '4.8333', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9203, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1000', '-5.0000', '2022-06-09', 'received', '1.4200', '1.4200', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9204, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.1667', '0.0000', '2022-06-09', 'received', '2.0833', '2.0833', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9205, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9206, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '38.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.1100', '38.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9207, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.5000', '0.0000', '2022-06-09', 'received', '22.2500', '22.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9208, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-117.0000', '0.0000', '2022-06-09', 'received', '39.0000', '39.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9209, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9210, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-112.5000', '0.0000', '2022-06-09', 'received', '37.5000', '37.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9211, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9212, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-72.6000', '0.0000', '2022-06-09', 'received', '36.3000', '36.3000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9213, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9214, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0000', '-2.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9215, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9216, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.1700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.1900', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9217, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '13.6650', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.6650', '0.0000', '2022-06-09', 'received', '13.6650', '13.6650', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9218, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.2000', '0.0000', '2022-06-09', 'received', '8.5200', '8.5200', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9219, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9220, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.6800', '0.0000', '2022-06-09', 'received', '2.0800', '2.0800', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9221, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9222, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-89.3750', '0.0000', '2022-06-09', 'received', '5.9583', '5.9583', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9223, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.8750', '0.0000', '2022-06-09', 'received', '15.3750', '15.3750', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9224, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9225, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.0600', '-9.0000', '2022-06-09', 'received', '5.3400', '5.3400', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9226, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '0.0000', '2022-06-09', 'received', '7.5000', '7.5000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9227, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9228, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-67.5000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9229, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '-31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-124.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '-31.0000', NULL, NULL, 1, 'PZA', '-31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9230, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.8750', '0.0000', '2022-06-09', 'received', '1.8750', '1.8750', '-33.0000', NULL, NULL, 1, 'PZA', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9231, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '0.0000', '2022-06-09', 'received', '0.7500', '0.7500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9232, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-47.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-141.0000', '0.0000', '2022-06-09', 'received', '3.0000', '3.0000', '-47.0000', NULL, NULL, 1, 'PZA', '-47.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9233, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-86.2500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9234, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '-90.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.0000', '0.0000', '2022-06-09', 'received', '1.5000', '1.5000', '-90.0000', NULL, NULL, 1, 'PZA', '-90.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9235, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9236, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '-48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '0.0000', '2022-06-09', 'received', '0.7500', '0.7500', '-48.0000', NULL, NULL, 1, 'PZA', '-48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9237, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9238, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9239, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-150.0000', '0.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9240, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9241, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-2.0000', '2022-06-09', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9242, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '-35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-131.2500', '-35.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-35.0000', NULL, NULL, 1, 'PZA', '-35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9243, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9244, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '-28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-105.0000', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-28.0000', NULL, NULL, 1, 'PZA', '-28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9245, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9246, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.6400', '-1.0000', '2022-06-09', 'received', '45.6400', '45.6400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9247, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.0000', '-3.0000', '2022-06-09', 'received', '18.0000', '18.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9248, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9249, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.2000', '-20.0000', '2022-06-09', 'received', '0.6600', '0.6600', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9250, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '30.9400', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-216.5800', '0.0000', '2022-06-09', 'received', '30.9400', '30.9400', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9251, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9252, NULL, NULL, 2737, '7404001753652', 'CONDONES VIVE DE 3 UNIDADES', NULL, '5.2500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.2500', '0.0000', '2022-06-09', 'received', '5.2500', '5.2500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9253, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9254, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9255, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5000', '-1.0000', '2022-06-09', 'received', '6.5000', '6.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9256, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9257, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9258, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9259, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9260, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9261, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9262, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9263, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8275', '-14.0000', '2022-06-09', 'received', '0.4163', '0.4163', '-14.0000', NULL, NULL, 5, 'UNIDAD', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9264, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.2500', '0.0000', '2022-06-09', 'received', '1.2500', '1.2500', '-21.0000', NULL, NULL, 5, 'UNIDAD', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9265, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9266, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9267, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9268, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9269, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.7500', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.2500', '0.0000', '2022-06-09', 'received', '4.7500', '4.7500', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9270, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5600', '-6.0000', '2022-06-09', 'received', '2.2600', '2.2600', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9271, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.4600', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.4400', '0.0000', '2022-06-09', 'received', '2.4600', '2.4600', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9272, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9273, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9274, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5520', '0.0000', '2022-06-09', 'received', '1.5552', '1.5552', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9275, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.7000', '-10.0000', '2022-06-09', 'received', '3.7700', '3.7700', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9276, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5000', '0.0000', '2022-06-09', 'received', '0.3958', '0.3958', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9277, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.0000', '0.0000', '2022-06-09', 'received', '1.0000', '1.0000', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9278, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9279, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9280, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2022-06-09', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9281, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.6600', '1.0000', '2022-06-09', 'received', '10.6600', '10.6600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9282, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.7000', '-2.0000', '2022-06-09', 'received', '20.3500', '20.3500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9283, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9284, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9285, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9286, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK (UNIDAD)', NULL, '0.6000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.6000', '0.0000', '2022-06-09', 'received', '0.6000', '0.6000', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9287, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '-45.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-405.0000', '-45.0000', '2022-06-09', 'received', '9.0000', '9.0000', '-45.0000', NULL, NULL, 1, 'PZA', '-45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9288, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9289, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9290, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9291, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.2400', '-2.0000', '2022-06-09', 'received', '10.6200', '10.6200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9292, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9293, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9294, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6900', '-7.0000', '2022-06-09', 'received', '0.6700', '0.6700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9295, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.2400', '1.0000', '2022-06-09', 'received', '23.2400', '23.2400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9296, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7500', '0.0000', '2022-06-09', 'received', '5.9500', '5.9500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9297, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0000', '0.0000', '2022-06-09', 'received', '4.2500', '4.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9298, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.7925', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.1325', '0.0000', '2022-06-09', 'received', '7.7925', '7.7925', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9299, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '-133.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-114.1583', '0.0000', '2022-06-09', 'received', '0.8583', '0.8583', '-133.0000', NULL, NULL, 1, 'PZA', '-133.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9300, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.8592', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8592', '1.8592', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9301, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9302, NULL, NULL, 3174, '74410187', 'SAL ANDREWS', NULL, '1.0900', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.7100', '0.0000', '2022-06-09', 'received', '1.0900', '1.0900', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9303, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9304, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '6.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.4400', '6.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9305, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.3600', '-4.0000', '2022-06-09', 'received', '7.8400', '7.8400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9306, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9307, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-1.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9308, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.6100', '-3.0000', '2022-06-09', 'received', '6.8700', '6.8700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9309, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.5600', '0.0000', '2022-06-09', 'received', '10.8900', '10.8900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9310, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '-29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.8200', '-29.0000', '2022-06-09', 'received', '1.5800', '1.5800', '-29.0000', NULL, NULL, 1, 'PZA', '-29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9311, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6000', '-1.0000', '2022-06-09', 'received', '5.6000', '5.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9312, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9313, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9314, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9315, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9316, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9317, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.6900', '0.0000', '2022-06-09', 'received', '1.6700', '1.6700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9318, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4292', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0041', '0.0000', '2022-06-09', 'received', '0.4292', '0.4292', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9319, NULL, NULL, 2798, '748928004839', 'DETERGENTE ORIX 125 GR', NULL, '1.5700', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.8400', '-12.0000', '2022-06-09', 'received', '1.5700', '1.5700', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9320, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0200', '-2.0000', '2022-06-09', 'received', '0.0100', '0.0100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9321, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0700', '-7.0000', '2022-06-09', 'received', '0.0100', '0.0100', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9322, NULL, NULL, 2799, '748928006505', 'DETERGENTE ORIX 450 GR', NULL, '4.3500', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.5500', '-13.0000', '2022-06-09', 'received', '4.3500', '4.3500', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9323, NULL, NULL, 2800, '748928006512', 'DETERGENTE ORIX 900 GR', NULL, '9.8500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.2500', '0.0000', '2022-06-09', 'received', '9.8500', '9.8500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9324, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.5008', '0.0000', '2022-06-09', 'received', '4.4092', '4.4092', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9325, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '178.9200', '42.0000', '2022-06-09', 'received', '4.2600', '4.2600', '42.0000', NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9326, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.6000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9327, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-51.0000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9328, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.6000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9329, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-137.7000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-27.0000', NULL, NULL, 1, 'PZA', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9330, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9331, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9332, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.8800', '1.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9333, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0000', '-1.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9334, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9335, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '-48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4800', '0.0000', '2022-06-09', 'received', '0.0100', '0.0100', '-48.0000', NULL, NULL, 1, 'PZA', '-48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9336, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.8333', '0.0000', '2022-06-09', 'received', '4.5833', '4.5833', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9337, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4200', '-29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-157.1800', '0.0000', '2022-06-09', 'received', '5.4200', '5.4200', '-29.0000', NULL, NULL, 1, 'PZA', '-29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9338, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.2600', '-2.0000', '2022-06-09', 'received', '5.6300', '5.6300', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9339, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.0000', '-3.0000', '2022-06-09', 'received', '14.0000', '14.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9340, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9341, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9342, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9343, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '29.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '29.9000', '29.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9344, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '91.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '91.8500', '91.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9345, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '53.8000', '53.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9346, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '148.9000', '148.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9347, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-129.0000', '0.0000', '2022-06-09', 'received', '25.8000', '25.8000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9348, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9349, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9350, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-82.5000', '-2.0000', '2022-06-09', 'received', '41.2500', '41.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9351, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9352, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9353, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9354, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9355, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9356, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-93.4000', '-1.0000', '2022-06-09', 'received', '93.4000', '93.4000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9357, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9358, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9359, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.0100', '-1.0000', '2022-06-09', 'received', '7.0100', '7.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9360, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9361, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '32.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.9500', '0.0000', '2022-06-09', 'received', '32.9500', '32.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9362, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '62.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.0600', '62.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9363, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9364, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '189.1900', '1.0000', '2022-06-09', 'received', '189.1900', '189.1900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9365, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9366, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9367, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9368, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '-1.0000', '2022-06-09', 'received', '36.0000', '36.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9369, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9370, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9371, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9372, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9373, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9374, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9375, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9376, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9377, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9378, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4600', '-1.0000', '2022-06-09', 'received', '2.4600', '2.4600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9379, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.6600', '-2.0000', '2022-06-09', 'received', '4.3300', '4.3300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9380, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.1100', '3.0000', '2022-06-09', 'received', '6.3700', '6.3700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9381, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9382, NULL, NULL, 2570, '7501206646038', 'BROCA P/METAL 1/4??', NULL, '11.8900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.8900', '-1.0000', '2022-06-09', 'received', '11.8900', '11.8900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9383, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9384, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9385, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.7900', '-1.0000', '2022-06-09', 'received', '90.7900', '90.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9386, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9387, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9388, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9389, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9390, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9391, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9392, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9393, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9394, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9395, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9396, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9800', '-1.0000', '2022-06-09', 'received', '11.9800', '11.9800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9397, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9398, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9399, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9400, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5200', '-2.0000', '2022-06-09', 'received', '7.7600', '7.7600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9401, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2800', '-1.0000', '2022-06-09', 'received', '8.2800', '8.2800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9402, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.2900', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-55.9300', '-17.0000', '2022-06-09', 'received', '3.2900', '3.2900', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9403, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.1800', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.2600', '-7.0000', '2022-06-09', 'received', '4.1800', '4.1800', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9404, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.5900', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.6700', '-13.0000', '2022-06-09', 'received', '6.5900', '6.5900', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9405, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.1600', '-1.0000', '2022-06-09', 'received', '12.1600', '12.1600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9406, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-68.1300', '-3.0000', '2022-06-09', 'received', '22.7100', '22.7100', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9407, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.3200', '-2.0000', '2022-06-09', 'received', '40.6600', '40.6600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9408, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9409, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9410, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9411, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.6800', '-4.0000', '2022-06-09', 'received', '5.1700', '5.1700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9412, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9413, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9414, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9415, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.8400', '-2.0000', '2022-06-09', 'received', '4.4200', '4.4200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9416, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9417, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2400', '-18.0000', '2022-06-09', 'received', '0.1800', '0.1800', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9418, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9419, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '-37.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5900', '-37.0000', '2022-06-09', 'received', '0.0700', '0.0700', '-37.0000', NULL, NULL, 1, 'PZA', '-37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9420, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6000', '5.0000', '2022-06-09', 'received', '0.1200', '0.1200', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9421, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9422, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9423, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '201.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '201.5900', '201.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9424, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9425, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.9400', '-1.0000', '2022-06-09', 'received', '23.9400', '23.9400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9426, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9427, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9428, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.8800', '-4.0000', '2022-06-09', 'received', '2.4700', '2.4700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9429, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.8700', '-3.0000', '2022-06-09', 'received', '3.2900', '3.2900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9430, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9431, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9432, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9433, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9434, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9435, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '28.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.9600', '28.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9436, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2022-06-09', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9437, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4000', '-1.0000', '2022-06-09', 'received', '6.4000', '6.4000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9438, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '-1.0000', '2022-06-09', 'received', '25.5000', '25.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9439, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9440, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.8200', '3.0000', '2022-06-09', 'received', '1.9400', '1.9400', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9441, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9442, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9443, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9444, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.9800', '-2.0000', '2022-06-09', 'received', '6.9900', '6.9900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9445, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.0000', '1.0000', '2022-06-09', 'received', '16.0000', '16.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9446, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-119.9100', '-3.0000', '2022-06-09', 'received', '39.9700', '39.9700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9447, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9448, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1000', '-1.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9449, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8300', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.6400', '0.0000', '2022-06-09', 'received', '5.8300', '5.8300', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9450, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7000', '-1.0000', '2022-06-09', 'received', '1.7000', '1.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9451, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6200', '-1.0000', '2022-06-09', 'received', '2.6200', '2.6200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9452, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9453, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.7850', '-2.0000', '2022-06-09', 'received', '11.3925', '11.3925', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9454, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9455, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.4167', '-40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-216.6666', '0.0000', '2022-06-09', 'received', '5.4167', '5.4167', '-40.0000', NULL, NULL, 1, 'PZA', '-40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9456, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9457, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9458, NULL, NULL, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', NULL, '4.2400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.9600', '-4.0000', '2022-06-09', 'received', '4.2400', '4.2400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9459, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9460, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9461, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.0000', '-4.0000', '2022-06-09', 'received', '15.7500', '15.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9462, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2700', '-1.0000', '2022-06-09', 'received', '6.2700', '6.2700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9463, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9464, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5200', '1.0000', '2022-06-09', 'received', '8.5200', '8.5200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9465, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9466, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7900', '-1.0000', '2022-06-09', 'received', '6.7900', '6.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9467, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9468, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9469, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.8300', '-1.0000', '2022-06-09', 'received', '40.8300', '40.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9470, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9471, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.2900', '1.0000', '2022-06-09', 'received', '10.2900', '10.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9472, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9473, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9474, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9475, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '-2.0000', '2022-06-09', 'received', '17.5000', '17.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9476, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9477, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9478, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1800', '1.0000', '2022-06-09', 'received', '7.1800', '7.1800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9479, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9480, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9481, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.8800', '-2.0000', '2022-06-09', 'received', '11.9400', '11.9400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9482, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.1600', '-3.0000', '2022-06-09', 'received', '11.7200', '11.7200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9483, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '208.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '208.1900', '208.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9484, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.9000', '-2.0000', '2022-06-09', 'received', '11.9500', '11.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9485, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9486, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9487, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '230.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '230.7200', '230.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9488, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.1400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.1400', '-1.0000', '2022-06-09', 'received', '20.1400', '20.1400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9489, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9490, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2900', '-1.0000', '2022-06-09', 'received', '3.2900', '3.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9491, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9492, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.1400', '-3.0000', '2022-06-09', 'received', '14.3800', '14.3800', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9493, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-102.9600', '-4.0000', '2022-06-09', 'received', '25.7400', '25.7400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9494, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-178.6800', '-4.0000', '2022-06-09', 'received', '44.6700', '44.6700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9495, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-112.0000', '-4.0000', '2022-06-09', 'received', '28.0000', '28.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9496, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9497, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9498, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9499, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-98.1600', '-1.0000', '2022-06-09', 'received', '98.1600', '98.1600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9500, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6200', '2.0000', '2022-06-09', 'received', '3.3100', '3.3100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9501, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9502, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9503, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '0.0000', '2022-06-09', 'received', '8.7500', '8.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9504, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.6000', '0.0000', '2022-06-09', 'received', '5.1000', '5.1000', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9505, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9506, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9507, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9508, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9509, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6666', '-2.0000', '2022-06-09', 'received', '3.3333', '3.3333', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9510, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.0500', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.1500', '0.0000', '2022-06-09', 'received', '1.0500', '1.0500', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9511, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0833', '0.0000', '2022-06-09', 'received', '2.9167', '2.9167', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9512, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9513, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9514, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9515, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9516, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9517, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9518, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9519, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9520, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9521, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.5000', '-1.0000', '2022-06-09', 'received', '46.5000', '46.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9522, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2000', '1.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9523, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.6800', '-6.0000', '2022-06-09', 'received', '3.2800', '3.2800', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9524, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-92.0958', '0.0000', '2022-06-09', 'received', '9.2096', '9.2096', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9525, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9526, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.1000', '-1.0000', '2022-06-09', 'received', '8.1000', '8.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9527, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4000', '1.0000', '2022-06-09', 'received', '5.4000', '5.4000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9528, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-73.9200', '-6.0000', '2022-06-09', 'received', '12.3200', '12.3200', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9529, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0000', '-4.0000', '2022-06-09', 'received', '3.5000', '3.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9530, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '-2.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9531, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.7600', '2.0000', '2022-06-09', 'received', '6.3800', '6.3800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9532, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9533, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.3000', '-3.0000', '2022-06-09', 'received', '6.1000', '6.1000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9534, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9535, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9536, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.4000', '-3.0000', '2022-06-09', 'received', '4.8000', '4.8000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9537, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.7500', '5.0000', '2022-06-09', 'received', '5.7500', '5.7500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9538, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9539, NULL, NULL, 2979, '7702031642725', 'LISTERINE COOL MINT', NULL, '29.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7000', '-1.0000', '2022-06-09', 'received', '29.7000', '29.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9540, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5000', '-1.0000', '2022-06-09', 'received', '16.5000', '16.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9541, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5000', '-1.0000', '2022-06-09', 'received', '16.5000', '16.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9542, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5000', '-1.0000', '2022-06-09', 'received', '16.5000', '16.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9543, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.7600', '1.0000', '2022-06-09', 'received', '24.7600', '24.7600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9544, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-100.9600', '-4.0000', '2022-06-09', 'received', '25.2400', '25.2400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9545, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.6600', '-2.0000', '2022-06-09', 'received', '24.3300', '24.3300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9546, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9547, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9548, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9549, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.8500', '-1.0000', '2022-06-09', 'received', '24.8500', '24.8500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9550, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.6000', '-7.0000', '2022-06-09', 'received', '2.8000', '2.8000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9551, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8000', '-1.0000', '2022-06-09', 'received', '2.8000', '2.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9552, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.7000', '-6.0000', '2022-06-09', 'received', '2.4500', '2.4500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9553, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9000', '-2.0000', '2022-06-09', 'received', '2.4500', '2.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9554, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.8000', '-11.0000', '2022-06-09', 'received', '2.8000', '2.8000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9555, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.2500', '-5.0000', '2022-06-09', 'received', '5.2500', '5.2500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9556, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5000', '3.0000', '2022-06-09', 'received', '4.5000', '4.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9557, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7500', '0.0000', '2022-06-09', 'received', '5.9500', '5.9500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9558, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '17.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0000', '-2.0000', '2022-06-09', 'received', '17.0000', '17.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9559, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9560, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9561, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9562, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9563, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.0000', '-4.0000', '2022-06-09', 'received', '11.5000', '11.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9564, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-91.8000', '-20.0000', '2022-06-09', 'received', '4.5900', '4.5900', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9565, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9566, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9567, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9568, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.0000', '-1.0000', '2022-06-09', 'received', '7.0000', '7.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9569, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9570, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-69.0000', '-6.0000', '2022-06-09', 'received', '11.5000', '11.5000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9571, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9572, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9573, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9574, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.5000', '0.0000', '2022-06-09', 'received', '7.2500', '7.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9575, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.5600', '-3.0000', '2022-06-09', 'received', '16.5200', '16.5200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9576, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9577, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.0000', '-1.0000', '2022-06-09', 'received', '16.0000', '16.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9578, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.0000', '2.0000', '2022-06-09', 'received', '14.0000', '14.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9579, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9580, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9581, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9582, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-115.0000', '-1.0000', '2022-06-09', 'received', '115.0000', '115.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9583, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9584, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9585, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.1700', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.8700', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9586, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9100', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-98.2000', '-20.0000', '2022-06-09', 'received', '4.9100', '4.9100', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9587, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '193.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '193.4200', '193.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9588, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '50.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.8700', '0.0000', '2022-06-09', 'received', '50.8700', '50.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9589, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '132.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '132.7200', '132.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9590, NULL, NULL, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', NULL, '34.1000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-170.5000', '0.0000', '2022-06-09', 'received', '34.1000', '34.1000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9591, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.5000', '3.0000', '2022-06-09', 'received', '25.5000', '25.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9592, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9593, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.6400', '0.0000', '2022-06-09', 'received', '19.6400', '19.6400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9594, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9595, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1000', '-15.0000', '2022-06-09', 'received', '0.3400', '0.3400', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9596, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '-40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '0.0000', '2022-06-09', 'received', '1.1250', '1.1250', '-40.0000', NULL, NULL, 1, 'PZA', '-40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9597, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '-35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.8956', '0.0000', '2022-06-09', 'received', '0.8542', '0.8542', '-35.0000', NULL, NULL, 1, 'PZA', '-35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9598, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.5500', '-23.0000', '2022-06-09', 'received', '0.8500', '0.8500', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9599, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9600, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.9800', '2.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9601, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.0800', '6.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9602, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.0000', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '0.0000', '2022-06-09', 'received', '2.0000', '2.0000', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9603, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.7800', '-2.0000', '2022-06-09', 'received', '20.8900', '20.8900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9604, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9605, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9606, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '7.0000', '2022-06-09', 'received', '2.5000', '2.5000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9607, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3600', '-1.0000', '2022-06-09', 'received', '0.3600', '0.3600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9608, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9609, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '150.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '150.0000', '150.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9610, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9611, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9612, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9613, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-76.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.1200', '0.0000', '2022-06-09', 'received', '0.8700', '0.8700', '-76.0000', NULL, NULL, 1, 'PZA', '-76.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9614, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9615, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3000', '-1.0000', '2022-06-09', 'received', '7.3000', '7.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9616, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4875', '-68.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-237.1500', '0.0000', '2022-06-09', 'received', '3.4875', '3.4875', '-68.0000', NULL, NULL, 1, 'PZA', '-68.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9617, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.0000', '-3.0000', '2022-06-09', 'received', '9.0000', '9.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9618, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2022-06-09', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9619, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4200', '1.0000', '2022-06-09', 'received', '5.4200', '5.4200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9620, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9621, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9622, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9623, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9624, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-6.0000', '2022-06-09', 'received', '2.0000', '2.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9625, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-6.0000', '2022-06-09', 'received', '3.0000', '3.0000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9626, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.2700', '-1.0000', '2022-06-09', 'received', '19.2700', '19.2700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9627, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-1.0000', '2022-06-09', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9628, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9629, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9630, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '-5.0000', '2022-06-09', 'received', '1.7000', '1.7000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9631, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9632, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.0000', '1.0000', '2022-06-09', 'received', '27.0000', '27.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9633, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.0000', '-2.0000', '2022-06-09', 'received', '31.5000', '31.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9634, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9635, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9636, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9637, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '850.5000', '1.0000', '2022-06-09', 'received', '850.5000', '850.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9638, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1700', '-1.0000', '2022-06-09', 'received', '1.1700', '1.1700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9639, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-221.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9640, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9641, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '-9.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.6300', '-9.5000', '2022-06-09', 'received', '9.5400', '9.5400', '-9.5000', NULL, NULL, 1, 'PZA', '-9.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9642, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-93.1500', '-15.0000', '2022-06-09', 'received', '6.2100', '6.2100', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9643, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.7400', '2.0000', '2022-06-09', 'received', '2.8700', '2.8700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9644, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '-7.0000', '2022-06-09', 'received', '5.0000', '5.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9645, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9646, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '79.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '308.1000', '79.0000', '2022-06-09', 'received', '3.9000', '3.9000', '79.0000', NULL, NULL, 1, 'PZA', '79.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9647, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-4.0000', '2022-06-09', 'received', '8.0000', '8.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9648, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-30.0000', '2022-06-09', 'received', '0.6000', '0.6000', '-30.0000', NULL, NULL, 1, 'PZA', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9649, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9650, NULL, NULL, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', NULL, '20.1600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.1600', '1.0000', '2022-06-09', 'received', '20.1600', '20.1600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9651, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9652, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9653, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9654, NULL, NULL, 2461, 'FER- 7506240656', '9DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9655, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '-38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.5400', '-38.0000', '2022-06-09', 'received', '0.3300', '0.3300', '-38.0000', NULL, NULL, 1, 'PZA', '-38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9656, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '125.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.7500', '125.0000', '2022-06-09', 'received', '0.1500', '0.1500', '125.0000', NULL, NULL, 1, 'PZA', '125.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9657, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9658, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9659, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9660, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9661, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8000', '-2.0000', '2022-06-09', 'received', '7.9000', '7.9000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9662, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.1200', '-4.0000', '2022-06-09', 'received', '2.7800', '2.7800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9663, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0000', '-1.0000', '2022-06-09', 'received', '34.0000', '34.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9664, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '12.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9665, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9666, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9667, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-2.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9668, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9669, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.0000', '-15.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9670, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8700', '-1.0000', '2022-06-09', 'received', '0.8700', '0.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9671, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.0000', '8.0000', '2022-06-09', 'received', '0.5000', '0.5000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9672, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4400', '-9.0000', '2022-06-09', 'received', '0.1600', '0.1600', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9673, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9674, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.6400', '-3.0000', '2022-06-09', 'received', '5.8800', '5.8800', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9675, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-47.5200', '-8.0000', '2022-06-09', 'received', '5.9400', '5.9400', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9676, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.9500', '-11.0000', '2022-06-09', 'received', '6.4500', '6.4500', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9677, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.4500', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-109.6500', '0.0000', '2022-06-09', 'received', '6.4500', '6.4500', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9678, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '7.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0000', '0.0000', '2022-06-09', 'received', '7.0000', '7.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9679, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.4500', '-21.0000', '2022-06-09', 'received', '6.4500', '6.4500', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9680, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0800', '-12.0000', '2022-06-09', 'received', '0.0900', '0.0900', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9681, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '-145.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.1500', '-145.0000', '2022-06-09', 'received', '0.0700', '0.0700', '-145.0000', NULL, NULL, 1, 'PZA', '-145.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9682, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '-317.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.8700', '-317.0000', '2022-06-09', 'received', '0.1100', '0.1100', '-317.0000', NULL, NULL, 1, 'PZA', '-317.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9683, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9684, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '0.0000', '2022-06-09', 'received', '0.1000', '0.1000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9685, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5900', '23.0000', '2022-06-09', 'received', '0.3300', '0.3300', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9686, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-88.0000', '-11.0000', '2022-06-09', 'received', '8.0000', '8.0000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9687, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '8.1700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.8500', '0.0000', '2022-06-09', 'received', '8.1700', '8.1700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9688, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.4000', '0.0000', '2022-06-09', 'received', '7.7000', '7.7000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9689, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7500', '1.0000', '2022-06-09', 'received', '7.7500', '7.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9690, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.4000', '8.0000', '2022-06-09', 'received', '1.3000', '1.3000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9691, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9692, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9693, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9694, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.0000', '-1.0000', '2022-06-09', 'received', '11.0000', '11.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9695, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-83.2400', '-4.0000', '2022-06-09', 'received', '20.8100', '20.8100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9696, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '-67.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0300', '-67.0000', '2022-06-09', 'received', '0.0900', '0.0900', '-67.0000', NULL, NULL, 1, 'PZA', '-67.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9697, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5000', '-10.0000', '2022-06-09', 'received', '0.3500', '0.3500', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9698, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8400', '38.0000', '2022-06-09', 'received', '0.1800', '0.1800', '38.0000', NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9699, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6400', '-33.0000', '2022-06-09', 'received', '0.0800', '0.0800', '-33.0000', NULL, NULL, 1, 'PZA', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9700, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '-1.0000', '2022-06-09', 'received', '1.5000', '1.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9701, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.0000', '2.0000', '2022-06-09', 'received', '35.0000', '35.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9702, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9703, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '155.0000', '155.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9704, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9705, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9706, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.6700', '1.0000', '2022-06-09', 'received', '13.6700', '13.6700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9707, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.3700', '-3.0000', '2022-06-09', 'received', '1.7900', '1.7900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9708, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9000', '-5.0000', '2022-06-09', 'received', '0.9800', '0.9800', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9709, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0600', '-3.0000', '2022-06-09', 'received', '2.0200', '2.0200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9710, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9711, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9712, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9713, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '-1.0000', '2022-06-09', 'received', '35.0000', '35.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9714, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-906.5100', '-1.0000', '2022-06-09', 'received', '906.5100', '906.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9715, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.7500', '-1.0000', '2022-06-09', 'received', '15.7500', '15.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9716, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.5000', '2.0000', '2022-06-09', 'received', '15.7500', '15.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9717, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9718, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9719, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '276.5100', '1.0000', '2022-06-09', 'received', '276.5100', '276.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9720, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9721, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9722, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-555.0000', '-1.0000', '2022-06-09', 'received', '555.0000', '555.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9723, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-700.0000', '-2.0000', '2022-06-09', 'received', '350.0000', '350.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9724, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9725, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-525.0000', '-1.0000', '2022-06-09', 'received', '525.0000', '525.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9726, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.0500', '-5.0000', '2022-06-09', 'received', '1.4100', '1.4100', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9727, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6100', '-1.0000', '2022-06-09', 'received', '1.6100', '1.6100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9728, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.6500', '-5.0000', '2022-06-09', 'received', '3.5300', '3.5300', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9729, NULL, NULL, 2490, 'PVC00006', 'ADAOTADOR  1/2', NULL, '0.6900', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.5200', '0.0000', '2022-06-09', 'received', '0.6900', '0.6900', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9730, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2800', '0.0000', '2022-06-09', 'received', '2.6400', '2.6400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9731, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.3600', '4.0000', '2022-06-09', 'received', '1.8400', '1.8400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9732, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4500', '0.0000', '2022-06-09', 'received', '0.6900', '0.6900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9733, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '3.3500', '54.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '180.9000', '0.0000', '2022-06-09', 'received', '3.3500', '3.3500', '54.0000', NULL, NULL, 1, 'PZA', '54.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9734, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '2.7100', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.1000', '-10.0000', '2022-06-09', 'received', '2.7100', '2.7100', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9735, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.9900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9900', '0.0000', '2022-06-09', 'received', '0.9900', '0.9900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9736, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.4000', '0.0000', '2022-06-09', 'received', '13.7000', '13.7000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9737, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.2100', '1.0000', '2022-06-09', 'received', '16.2100', '16.2100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9738, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0100', '-1.0000', '2022-06-09', 'received', '21.0100', '21.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9739, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.9400', '6.0000', '2022-06-09', 'received', '1.4900', '1.4900', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9740, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1400', '-6.0000', '2022-06-09', 'received', '1.1900', '1.1900', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9741, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '4.5900', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.3900', '0.0000', '2022-06-09', 'received', '4.5900', '4.5900', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9742, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9743, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '27.9900', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '419.8500', '0.0000', '2022-06-09', 'received', '27.9900', '27.9900', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9744, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9745, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0300', '-7.0000', '2022-06-09', 'received', '1.2900', '1.2900', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9746, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2900', '1.0000', '2022-06-09', 'received', '2.2900', '2.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9747, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.0400', '-16.0000', '2022-06-09', 'received', '0.6900', '0.6900', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9748, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9749, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2700', '-3.0000', '2022-06-09', 'received', '1.0900', '1.0900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9750, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8000', '2.0000', '2022-06-09', 'received', '3.4000', '3.4000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9751, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.5800', '0.0000', '2022-06-09', 'received', '0.8900', '0.8900', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9752, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.5500', '-3.0000', '2022-06-09', 'received', '3.8500', '3.8500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9753, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.0400', '2.0000', '2022-06-09', 'received', '8.5200', '8.5200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9754, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.7100', '-3.0000', '2022-06-09', 'received', '11.5700', '11.5700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9755, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9900', '-1.0000', '2022-06-09', 'received', '3.9900', '3.9900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9756, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-3.0000', '2022-06-09', 'received', '6.0000', '6.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9757, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9758, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.7500', '13.0000', '2022-06-09', 'received', '2.7500', '2.7500', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9759, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0000', '2.0000', '2022-06-09', 'received', '6.0000', '6.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9760, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.5200', '4.0000', '2022-06-09', 'received', '3.1300', '3.1300', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9761, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9762, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9763, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '2.2400', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7200', '-3.0000', '2022-06-09', 'received', '2.2400', '2.2400', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9764, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.5300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5900', '-3.0000', '2022-06-09', 'received', '1.5300', '1.5300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9765, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.9200', '-4.0000', '2022-06-09', 'received', '12.4800', '12.4800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9766, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '-3.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9767, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9768, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9769, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9770, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5600', '-4.0000', '2022-06-09', 'received', '0.8900', '0.8900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9771, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '4.3900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.7800', '0.0000', '2022-06-09', 'received', '4.3900', '4.3900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9772, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.1000', '-2.0000', '2022-06-09', 'received', '7.0500', '7.0500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9773, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9774, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.9800', '2.0000', '2022-06-09', 'received', '0.9900', '0.9900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9775, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.0000', '1.0000', '2022-06-09', 'received', '4.0000', '4.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9776, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5000', '-2.0000', '2022-06-09', 'received', '3.2500', '3.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9777, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.7900', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0100', '0.0000', '2022-06-09', 'received', '0.7900', '0.7900', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9778, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.9900', '1.0000', '2022-06-09', 'received', '3.9900', '3.9900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9779, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3800', '-3.0000', '2022-06-09', 'received', '1.4600', '1.4600', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9780, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.4900', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '62.2500', '25.0000', '2022-06-09', 'received', '2.4900', '2.4900', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9781, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6300', '1.0000', '2022-06-09', 'received', '6.6300', '6.6300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9782, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9500', '-1.0000', '2022-06-09', 'received', '4.9500', '4.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9783, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.3900', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0700', '0.0000', '2022-06-09', 'received', '1.3900', '1.3900', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9784, NULL, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.7900', '-70.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-55.3000', '-70.0000', '2022-06-09', 'received', '0.7900', '0.7900', '-70.0000', NULL, NULL, 1, 'PZA', '-70.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9785, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '6.1300', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '116.4700', '0.0000', '2022-06-09', 'received', '6.1300', '6.1300', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9786, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '11.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '11.7900', '11.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9787, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.2000', '-20.0000', '2022-06-09', 'received', '1.0100', '1.0100', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9788, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.1800', '-2.0000', '2022-06-09', 'received', '33.0900', '33.0900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9789, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9790, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9791, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.7600', '1.0000', '2022-06-09', 'received', '9.7600', '9.7600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9792, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9800', '-1.0000', '2022-06-09', 'received', '3.9800', '3.9800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9793, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.6000', '4.0000', '2022-06-09', 'received', '19.1500', '19.1500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9794, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.9100', '1.0000', '2022-06-09', 'received', '17.9100', '17.9100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9795, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9796, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '96.0000', '3.0000', '2022-06-09', 'received', '32.0000', '32.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9797, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '61.9500', '3.0000', '2022-06-09', 'received', '20.6500', '20.6500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9798, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.3500', '0.0000', '2022-06-09', 'received', '20.3500', '20.3500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9799, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9800, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9801, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9802, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-3.0000', '2022-06-09', 'received', '10.0000', '10.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9803, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.0000', '-5.0000', '2022-06-09', 'received', '10.0000', '10.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9804, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.0000', '1.0000', '2022-06-09', 'received', '71.0000', '71.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9805, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9806, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9807, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9808, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9809, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1600', '-207.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.1200', '0.0000', '2022-06-09', 'received', '0.1600', '0.1600', '-207.0000', NULL, NULL, 1, 'PZA', '-207.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9810, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '48.9000', '1.0000', '2022-06-09', 'received', '48.9000', '48.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9811, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0000', '-1.0000', '2022-06-09', 'received', '8.0000', '8.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9812, NULL, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '7.6500', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-99.4500', '-13.0000', '2022-06-09', 'received', '7.6500', '7.6500', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9813, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8800', '0.0000', '2022-06-09', 'received', '15.8800', '15.8800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9814, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9815, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9816, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.7600', '-2.0000', '2022-06-09', 'received', '35.8800', '35.8800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9817, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-108.0200', '-2.0000', '2022-06-09', 'received', '54.0100', '54.0100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9818, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9819, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-72.3600', '-2.0000', '2022-06-09', 'received', '36.1800', '36.1800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9820, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9821, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9822, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4300', '1.0000', '2022-06-09', 'received', '5.4300', '5.4300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9823, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9824, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.5000', '-1.0000', '2022-06-09', 'received', '19.5000', '19.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9825, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2022-06-09', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9826, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9827, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9828, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9829, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9830, 74, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2022-06-09', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9831, 74, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.0398', '0.0000', '2022-06-09', 'received', '7.7517', '7.7517', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9832, 74, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.8799', '0.0000', '2022-06-09', 'received', '7.5783', '7.5783', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9833, 74, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '430.0200', '0.0000', '2022-06-09', 'received', '11.9450', '11.9450', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9834, 74, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '423.2800', '0.0000', '2022-06-09', 'received', '4.4092', '4.4092', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9835, 74, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '246.4500', '0.0000', '2022-06-09', 'received', '3.4229', '3.4229', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9836, 74, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.6500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '227.7000', '0.0000', '2022-06-09', 'received', '12.6500', '12.6500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '12.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9837, 74, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '3.8354', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.0500', '0.0000', '2022-06-09', 'received', '3.8354', '3.8354', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.8354');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9838, 74, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.4229', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.1496', '0.0000', '2022-06-09', 'received', '2.4229', '2.4229', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9839, 75, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '8.8400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.0400', '0.0000', '2022-06-09', 'received', '8.8400', '8.8400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.8400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9840, 75, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.3300', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '127.9200', '0.0000', '2022-06-09', 'received', '5.3300', '5.3300', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9841, 76, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.2083', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '284.1666', '0.0000', '2022-06-09', 'received', '14.2083', '14.2083', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '14.2083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9842, 77, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.3587', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '128.6100', '0.0000', '2022-06-09', 'received', '5.3587', '5.3587', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.3587');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9843, 77, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.0000', '0.0000', '2022-06-09', 'received', '39.0000', '39.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9844, 77, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '44.5000', '0.0000', '2022-06-09', 'received', '22.2500', '22.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9845, 77, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-06-09', 'received', '37.5000', '37.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9846, 77, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.0000', '0.0000', '2022-06-09', 'received', '21.5000', '21.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9848, 78, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '30.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-06-09', 'received', '30.0000', '30.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '30.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9849, 79, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '160.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '160.0000', '0.0000', '2022-06-09', 'received', '160.0000', '160.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '160.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9850, 80, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.5000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '650.0000', '0.0000', '2022-06-09', 'received', '6.5000', '6.5000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '6.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9851, 81, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.4000', '0.0000', '2022-06-10', 'received', '5.1000', '5.1000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9852, 81, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.2000', '0.0000', '2022-06-10', 'received', '5.1000', '5.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9853, 81, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.2000', '0.0000', '2022-06-10', 'received', '5.1000', '5.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9854, 81, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4625', '80.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '277.0000', '0.0000', '2022-06-10', 'received', '3.4625', '3.4625', '80.0000', NULL, NULL, 1, 'PZA', '80.0000', NULL, NULL, NULL, NULL, '3.4625');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9855, 81, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '22.2500', '0.0000', '2022-06-10', 'received', '4.4500', '4.4500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9856, 81, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.6000', '0.0000', '2022-06-10', 'received', '10.3000', '10.3000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9857, 81, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '54.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '46.9800', '0.0000', '2022-06-10', 'received', '0.8700', '0.8700', '54.0000', NULL, NULL, 1, 'PZA', '54.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9858, 82, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2022-06-10', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9859, 82, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '56.2500', '0.0000', '2022-06-10', 'received', '3.7500', '3.7500', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9860, 82, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-06-10', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9861, 82, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '3.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-06-10', 'received', '3.7500', '3.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9862, 82, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2022-06-10', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9863, 82, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-06-10', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9864, 83, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-06-11', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9865, 83, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2022-06-11', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9866, 83, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-06-11', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9867, 83, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-06-11', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9868, 83, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-06-11', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9869, 84, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '0.0000', '2022-06-11', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9870, 84, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.1700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0400', '0.0000', '2022-06-11', 'received', '4.1700', '4.1700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9871, 84, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1575', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.8900', '0.0000', '2022-06-11', 'received', '5.1575', '5.1575', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1575');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9872, 84, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9600', '0.0000', '2022-06-11', 'received', '2.0800', '2.0800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9873, 84, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.2800', '0.0000', '2022-06-11', 'received', '2.9700', '2.9700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9874, 84, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2022-06-11', 'received', '5.0000', '5.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9875, 84, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-06-11', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9876, 84, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '3.3300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.9800', '0.0000', '2022-06-11', 'received', '3.3300', '3.3300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9877, 84, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '5.8400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.0400', '0.0000', '2022-06-11', 'received', '5.8400', '5.8400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.8400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9878, 85, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '252.0000', '0.0000', '2022-06-14', 'received', '7.0000', '7.0000', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9879, 86, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.2600', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '228.1600', '0.0000', '2022-06-14', 'received', '14.2600', '14.2600', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '14.2600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9880, 87, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.6000', '200.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '920.0000', '0.0000', '2022-06-16', 'received', '4.6000', '4.6000', '200.0000', NULL, NULL, 1, 'PZA', '200.0000', NULL, NULL, NULL, NULL, '4.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9881, 88, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2022-06-18', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9882, 88, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.0398', '0.0000', '2022-06-18', 'received', '7.7517', '7.7517', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9883, 88, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.8799', '0.0000', '2022-06-18', 'received', '7.5783', '7.5783', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9884, 88, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '430.0200', '0.0000', '2022-06-18', 'received', '11.9450', '11.9450', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9885, 88, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2022-06-18', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9886, 88, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.0000', '0.0000', '2022-06-18', 'received', '2.8333', '2.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9887, 88, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '0.0000', '2022-06-18', 'received', '4.8333', '4.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9888, 88, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0000', '0.0000', '2022-06-18', 'received', '2.0833', '2.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9889, 88, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-06-18', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9890, 89, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4200', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0800', '0.0000', '2022-06-18', 'received', '5.4200', '5.4200', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9891, 89, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-06-18', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9892, 89, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '5.9200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.5200', '0.0000', '2022-06-18', 'received', '5.9200', '5.9200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9893, 89, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.9800', '0.0000', '2022-06-18', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9894, 89, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9600', '0.0000', '2022-06-18', 'received', '2.0800', '2.0800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9895, 89, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-06-18', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9896, 89, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '3.3300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.9800', '0.0000', '2022-06-18', 'received', '3.3300', '3.3300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9897, 90, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '79.9999', '0.0000', '2022-06-20', 'received', '3.3333', '3.3333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.3333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9898, 91, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.9996', '0.0000', '2022-06-17', 'received', '0.8583', '0.8583', '120.0000', NULL, NULL, 5, 'UNIDAD', '120.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9899, 91, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '2.5750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.9000', '0.0000', '2022-06-17', 'received', '2.5750', '2.5750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.5750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9900, 92, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-06-18', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9901, 92, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2022-06-18', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9902, 92, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-06-18', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9903, 92, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-06-18', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9904, 92, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-06-18', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9905, 93, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.4500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '322.5000', '0.0000', '2022-06-20', 'received', '6.4500', '6.4500', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '6.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9906, 94, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.4500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '322.5000', '0.0000', '2022-06-17', 'received', '6.4500', '6.4500', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '6.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9907, 95, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0000', '1.0000', '2022-06-20', 'received', '25.0000', '25.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '25.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9908, 96, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '6.0000', '2022-06-23', 'received', '30.0000', '30.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '30.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9909, 97, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '92.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '414.0000', '10.0000', '2022-06-23', 'received', '4.5000', '4.5000', '92.0000', NULL, NULL, 1, 'PZA', '92.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9910, 98, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3518', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '258.3324', '0.0000', '2022-06-21', 'received', '14.3518', '14.3518', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '14.3518');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9911, 99, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '40.5550', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '567.7700', '0.0000', '2022-06-16', 'received', '40.5550', '40.5550', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '40.5550');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9912, 100, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.5200', '0.0000', '2022-06-21', 'received', '11.4200', '11.4200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '11.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9913, 100, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.7600', '0.0000', '2022-06-21', 'received', '1.5552', '1.5552', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.5552');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9914, 101, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-06-21', 'received', '0.8333', '0.8333', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9915, 102, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '26.4000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '633.6000', '0.0000', '2022-06-17', 'received', '26.4000', '26.4000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '26.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9916, 102, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '95.8500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '287.5500', '0.0000', '2022-06-17', 'received', '95.8500', '95.8500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '95.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9917, 102, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '269.0000', '0.0000', '2022-06-17', 'received', '53.8000', '53.8000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '53.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9918, 102, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.5000', '0.0000', '2022-06-17', 'received', '12.6500', '12.6500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '12.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9919, 102, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '119.9100', '3.0000', '2022-06-17', 'received', '39.9700', '39.9700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '39.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9920, 102, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '115.0000', '0.0000', '2022-06-17', 'received', '57.5000', '57.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '57.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9921, 103, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '601.1700', '0.0000', '2022-06-25', 'received', '8.3496', '8.3496', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9922, 103, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0797', '0.0000', '2022-06-25', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9923, 103, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-06-25', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9924, 103, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '335.9995', '0.0000', '2022-06-25', 'received', '4.6667', '4.6667', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9925, 103, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2022-06-25', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9926, 104, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.7500', '0.0000', '2022-06-24', 'received', '1.8750', '1.8750', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9927, 104, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-06-24', 'received', '3.7500', '3.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9928, 104, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '56.2500', '0.0000', '2022-06-24', 'received', '3.7500', '3.7500', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9929, 104, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2022-06-24', 'received', '3.0000', '3.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9930, 104, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '0.0000', '2022-06-24', 'received', '1.5000', '1.5000', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9931, 104, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '3.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2022-06-24', 'received', '3.7500', '3.7500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9932, 104, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2022-06-24', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9933, 104, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '37.5000', '0.0000', '2022-06-24', 'received', '0.7500', '0.7500', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9934, 104, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-06-24', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9935, 105, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-06-25', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9936, 105, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2022-06-25', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9937, 105, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-06-25', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9938, 105, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '73.7500', '0.0000', '2022-06-25', 'received', '12.2917', '12.2917', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.2917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9939, 105, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-06-25', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9946, 106, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-06-25', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9947, 106, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '162.0000', '0.0000', '2022-06-25', 'received', '6.7500', '6.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9948, 106, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '13.2750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '79.6500', '0.0000', '2022-06-25', 'received', '13.2750', '13.2750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '13.2750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9949, 107, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.4500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '645.0000', '0.0000', '2022-06-29', 'received', '6.4500', '6.4500', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '6.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9950, 107, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.4500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '322.5000', '0.0000', '2022-06-29', 'received', '6.4500', '6.4500', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '6.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9951, 108, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.3997', '0.0000', '2022-06-24', 'received', '0.8583', '0.8583', '96.0000', NULL, NULL, 5, 'UNIDAD', '96.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9967, 113, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.2083', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '213.1250', '0.0000', '2022-06-28', 'received', '14.2083', '14.2083', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '14.2083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9968, 109, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.4992', '0.0000', '2022-06-24', 'received', '0.3958', '0.3958', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '0.3958');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9969, 109, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '8.0000', '2022-06-24', 'received', '9.0000', '9.0000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9970, 109, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1600', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '16.0000', '0.0000', '2022-06-24', 'received', '0.1600', '0.1600', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9971, 109, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.0000', '0.0000', '2022-06-24', 'received', '1.0000', '1.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9972, 109, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.1667', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.0006', '0.0000', '2022-06-24', 'received', '1.1667', '1.1667', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '1.1667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9973, 109, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.0000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '44.0000', '0.0000', '2022-06-24', 'received', '2.0000', '2.0000', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, '2.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9974, 109, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6793', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.0204', '0.0000', '2022-06-24', 'received', '0.6793', '0.6793', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '0.6793');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9975, 109, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '0.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-06-24', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9976, 110, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.6400', '0.0000', '2022-06-28', 'received', '2.9700', '2.9700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9977, 110, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '16.9800', '0.0000', '2022-06-28', 'received', '2.8300', '2.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '2.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9978, 110, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-06-28', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9979, 112, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.0496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '98.3808', '0.0000', '2022-06-28', 'received', '2.0496', '2.0496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.0496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9980, 112, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.9502', '0.0000', '2022-06-28', 'received', '11.4917', '11.4917', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '11.4917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9981, 111, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2022-06-25', 'received', '1.1250', '1.1250', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '1.1250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9982, 111, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.5024', '0.0000', '2022-06-25', 'received', '0.8542', '0.8542', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '0.8542');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9985, 115, NULL, 2661, '340', 'CHICLES.', NULL, '0.2575', '200.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.5000', '0.0000', '2022-07-01', 'received', '0.2575', '0.2575', '200.0000', NULL, NULL, 1, 'PZA', '200.0000', NULL, NULL, NULL, NULL, '0.2575');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9986, 115, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '18.0000', '0.0000', '2022-07-01', 'received', '3.0000', '3.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9987, 115, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.0000', '0.0000', '2022-07-01', 'received', '2.9167', '2.9167', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9988, 115, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '7.0000', '2022-07-01', 'received', '2.5000', '2.5000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9994, 116, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '415.2800', '0.0000', '2022-06-29', 'received', '207.6400', '207.6400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '207.6400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9995, 116, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '31.8600', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '159.3000', '0.0000', '2022-06-29', 'received', '31.8600', '31.8600', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '31.8600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9996, 116, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '32.4800', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '324.8000', '0.0000', '2022-06-29', 'received', '32.4800', '32.4800', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '32.4800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9997, 116, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '453.2000', '0.0000', '2022-06-29', 'received', '226.6000', '226.6000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '226.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9998, 116, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.5000', '10.0000', '2022-06-29', 'received', '2.9500', '2.9500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (9999, 116, NULL, 3555, '13409883', 'CARRETILLA C/LLANTA REFORZADA TRUPER', NULL, '426.8300', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '853.6600', '1.0000', '2022-06-29', 'received', '426.8300', '426.8300', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '426.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10000, 117, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-07-02', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10001, 117, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2022-07-02', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10002, 117, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-07-02', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10003, 117, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-07-02', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10004, 118, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.7600', '0.0000', '2022-07-01', 'received', '1.5552', '1.5552', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.5552');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10005, 118, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.3300', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '127.9200', '0.0000', '2022-07-01', 'received', '5.3300', '5.3300', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10006, 119, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '144.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.5995', '0.0000', '2022-07-01', 'received', '0.8583', '0.8583', '144.0000', NULL, NULL, 5, 'UNIDAD', '144.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10007, 120, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.9600', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '96.0000', '100.0000', '2022-06-25', 'received', '0.9600', '0.9600', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10008, 120, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.2500', '25.0000', '2022-06-25', 'received', '1.5700', '1.5700', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '1.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10009, 120, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '28.2500', '25.0000', '2022-06-25', 'received', '1.1300', '1.1300', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '1.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10010, 120, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.0000', '0.0000', '2022-06-25', 'received', '0.8500', '0.8500', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10011, 120, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '113.5000', '50.0000', '2022-06-25', 'received', '2.2700', '2.2700', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '2.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10012, 120, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '59.5500', '15.0000', '2022-06-25', 'received', '3.9700', '3.9700', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10013, 120, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '121.0000', '100.0000', '2022-06-25', 'received', '1.2100', '1.2100', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '1.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10014, 120, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '141.5000', '50.0000', '2022-06-25', 'received', '2.8300', '2.8300', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '2.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10015, 120, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '119.1000', '22.0000', '2022-06-25', 'received', '3.9700', '3.9700', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10016, 120, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '221.1000', '21.0000', '2022-06-25', 'received', '7.3700', '7.3700', '30.0000', NULL, NULL, 5, 'UNIDAD', '30.0000', NULL, NULL, NULL, NULL, '7.3700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10017, 120, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '183.9000', '0.0000', '2022-06-25', 'received', '6.1300', '6.1300', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '6.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10018, 120, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '75.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '290.2500', '0.0000', '2022-06-25', 'received', '3.8700', '3.8700', '75.0000', NULL, NULL, 1, 'PZA', '75.0000', NULL, NULL, NULL, NULL, '3.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10019, 120, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '13.6700', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '683.5000', '0.0000', '2022-06-25', 'received', '13.6700', '13.6700', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '13.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10020, 120, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '292.2000', '20.0000', '2022-06-25', 'received', '4.8700', '4.8700', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '4.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10021, 120, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '90.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1172.7000', '40.0000', '2022-06-25', 'received', '13.0300', '13.0300', '90.0000', NULL, NULL, 1, 'PZA', '90.0000', NULL, NULL, NULL, NULL, '13.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10022, 120, NULL, 3465, '35344362', 'TUBO DRENAJE 3  NARANJA', NULL, '63.9200', '125.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '7990.0000', '125.0000', '2022-06-25', 'received', '63.9200', '63.9200', '125.0000', NULL, NULL, 5, 'UNIDAD', '125.0000', NULL, NULL, NULL, NULL, '63.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10023, 120, NULL, 3464, '95500611', 'TUBO DRENAJE 4  NARANJA', NULL, '101.7200', '125.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '12715.0000', '125.0000', '2022-06-25', 'received', '101.7200', '101.7200', '125.0000', NULL, NULL, 5, 'UNIDAD', '125.0000', NULL, NULL, NULL, NULL, '101.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10024, 120, NULL, 3469, '31087045', 'TUBO DRENAJE 6  BLANCO', NULL, '222.9200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1337.5200', '6.0000', '2022-06-25', 'received', '222.9200', '222.9200', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '222.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10025, 120, NULL, 3473, '18399968', 'TUBO PVC 1/2 ', NULL, '20.0200', '150.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3003.0000', '150.0000', '2022-06-25', 'received', '20.0200', '20.0200', '150.0000', NULL, NULL, 5, 'UNIDAD', '150.0000', NULL, NULL, NULL, NULL, '20.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10026, 120, NULL, 3474, '52063146', 'TUBO PVC 3/4  250 PSI', NULL, '26.6300', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '665.7500', '25.0000', '2022-06-25', 'received', '26.6300', '26.6300', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '26.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10027, 120, NULL, 3472, '29753206', 'TUBO PVC 1 160 PSI', NULL, '33.9400', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '339.4000', '10.0000', '2022-06-25', 'received', '33.9400', '33.9400', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '33.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10028, 120, NULL, 3475, '79192059', 'TUBO PVC 1 1/4  160 PSI  ', NULL, '45.9400', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '229.7000', '5.0000', '2022-06-25', 'received', '45.9400', '45.9400', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '45.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10029, 120, NULL, 3477, '89333879', 'TUBO PVC 1 1/2  160 PSI', NULL, '59.9600', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '299.8000', '5.0000', '2022-06-25', 'received', '59.9600', '59.9600', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '59.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10030, 120, NULL, 3470, '01102478', 'TUBO PVC 3  125 PSI ', NULL, '175.0300', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '175.0300', '1.0000', '2022-06-25', 'received', '175.0300', '175.0300', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '175.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10031, 121, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '40.0000', '2022-07-07', 'received', '0.6000', '0.6000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10032, 122, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '227.2399', '0.0000', '2022-07-05', 'received', '9.4683', '9.4683', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.4683');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10033, 122, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0797', '0.0000', '2022-07-05', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10034, 122, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '363.7598', '0.0000', '2022-07-05', 'received', '7.5783', '7.5783', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10035, 122, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-07-05', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10036, 122, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '223.9997', '0.0000', '2022-07-05', 'received', '4.6667', '4.6667', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10037, 122, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2022-07-05', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10038, 122, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.9997', '0.0000', '2022-07-05', 'received', '2.7292', '2.7292', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.7292');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10039, 122, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '116.4000', '0.0000', '2022-07-05', 'received', '4.8500', '4.8500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10040, 122, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-07-05', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10041, 114, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.2000', '0.0000', '2022-06-30', 'received', '1.6700', '1.6700', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '1.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10042, 114, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '144.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '119.9952', '0.0000', '2022-06-30', 'received', '0.8333', '0.8333', '144.0000', NULL, NULL, 1, 'PZA', '144.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10043, 123, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.9735', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '286.7300', '0.0000', '2022-07-05', 'received', '5.9735', '5.9735', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.9735');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10044, 123, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.6000', '0.0000', '2022-07-05', 'received', '36.3000', '36.3000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '36.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10045, 123, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '156.0000', '0.0000', '2022-07-05', 'received', '39.0000', '39.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10046, 123, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '89.0000', '0.0000', '2022-07-05', 'received', '22.2500', '22.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10047, 124, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.4200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.0400', '0.0000', '2022-07-05', 'received', '5.4200', '5.4200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10048, 124, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.3300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '63.9600', '0.0000', '2022-07-05', 'received', '5.3300', '5.3300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10049, 124, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '3.9800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '47.7600', '0.0000', '2022-07-05', 'received', '3.9800', '3.9800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10050, 124, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.7250', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '161.9750', '0.0000', '2022-07-05', 'received', '14.7250', '14.7250', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '14.7250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10051, 125, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.0000', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '288.0000', '0.0000', '2022-07-02', 'received', '3.0000', '3.0000', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10052, 125, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.3125', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.5000', '0.0000', '2022-07-02', 'received', '2.3125', '2.3125', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.3125');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10053, 126, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.1667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '99.9998', '0.0000', '2022-07-02', 'received', '4.1667', '4.1667', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.1667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10054, 126, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '5.4167', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '260.0000', '0.0000', '2022-07-02', 'received', '5.4167', '5.4167', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10055, 126, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8800', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2800', '0.0000', '2022-07-02', 'received', '12.8800', '12.8800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10056, 126, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-07-02', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10057, 127, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.4400', '2.0000', '2022-07-08', 'received', '10.7200', '10.7200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10058, 127, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '18.1600', '0.0000', '2022-07-08', 'received', '9.0800', '9.0800', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10059, 127, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.9000', '0.0000', '2022-07-08', 'received', '5.1000', '5.1000', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10060, 127, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '0.0000', '2022-07-08', 'received', '4.2600', '4.2600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10061, 127, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.2000', '0.0000', '2022-07-08', 'received', '5.1000', '5.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10062, 127, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5203', '116.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '408.3548', '0.0000', '2022-07-08', 'received', '3.5203', '3.5203', '116.0000', NULL, NULL, 1, 'PZA', '116.0000', NULL, NULL, NULL, NULL, '3.5203');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10063, 127, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.2000', '0.0000', '2022-07-08', 'received', '5.1000', '5.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10064, 127, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-07-08', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10065, 127, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '8.9000', '0.0000', '2022-07-08', 'received', '4.4500', '4.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10066, 127, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '0.0000', '2022-07-08', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10067, 127, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '108.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.9600', '0.0000', '2022-07-08', 'received', '0.8700', '0.8700', '108.0000', NULL, NULL, 1, 'PZA', '108.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10068, 127, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-07-08', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10069, 128, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '13.8390', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '262.9410', '0.0000', '2022-07-12', 'received', '13.8390', '13.8390', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, '13.8390');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10070, 129, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.0000', '0.0000', '2022-07-12', 'received', '21.5000', '21.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10071, 129, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-07-12', 'received', '37.5000', '37.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10072, 129, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.0621', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '121.4899', '0.0000', '2022-07-12', 'received', '5.0621', '5.0621', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0621');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10073, 130, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.5600', '0.0000', '2022-07-08', 'received', '4.3800', '4.3800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10074, 130, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.3300', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '127.9200', '0.0000', '2022-07-08', 'received', '5.3300', '5.3300', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10075, 131, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8775', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '154.5300', '0.0000', '2022-07-09', 'received', '12.8775', '12.8775', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '12.8775');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10076, 131, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-07-09', 'received', '6.7500', '6.7500', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '6.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10077, 131, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.9800', '0.0000', '2022-07-09', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10078, 131, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9600', '0.0000', '2022-07-09', 'received', '2.0800', '2.0800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10079, 131, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.2400', '0.0000', '2022-07-09', 'received', '8.5200', '8.5200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10080, 131, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-07-09', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10081, 131, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '0.0000', '2022-07-09', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10082, 132, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-07-09', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10083, 132, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2022-07-09', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10084, 132, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-07-09', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10085, 133, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.4896', '1.0000', '2022-07-04', 'received', '4.5408', '4.5408', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5408');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10086, 134, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-07-08', 'received', '3.7500', '3.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10087, 134, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2022-07-08', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10088, 134, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-07-08', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10089, 134, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-07-08', 'received', '3.0000', '3.0000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10090, 134, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.5000', '0.0000', '2022-07-08', 'received', '7.5000', '7.5000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10091, 134, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '3.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-07-08', 'received', '3.7500', '3.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10092, 134, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2022-07-08', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10093, 134, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-07-08', 'received', '3.7500', '3.7500', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10094, 135, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '7.0000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '700.0000', '0.0000', '2022-07-13', 'received', '7.0000', '7.0000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10095, 135, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', NULL, '38.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '380.0000', '0.0000', '2022-07-13', 'received', '38.0000', '38.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10096, 136, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '44.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '655.6000', '2.0000', '2022-07-08', 'received', '14.9000', '14.9000', '44.0000', NULL, NULL, 1, 'PZA', '44.0000', NULL, NULL, NULL, NULL, '14.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10097, 137, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '221.0299', '0.0000', '2022-07-14', 'received', '9.2096', '9.2096', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.2096');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10098, 137, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2022-07-14', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10099, 137, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0797', '0.0000', '2022-07-14', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10100, 137, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '716.7000', '0.0000', '2022-07-14', 'received', '11.9450', '11.9450', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10101, 137, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2022-07-14', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10102, 137, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '0.0000', '2022-07-14', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10103, 137, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.5000', '0.0000', '2022-07-14', 'received', '13.0833', '13.0833', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '13.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10104, 137, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '3.8354', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.0498', '0.0000', '2022-07-14', 'received', '3.8354', '3.8354', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.8354');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10105, 137, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0000', '0.0000', '2022-07-14', 'received', '2.0833', '2.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10108, 138, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '6.1500', '0.0000', '2022-07-18', 'received', '1.2300', '1.2300', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '1.2300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10109, 138, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.7000', '0.0000', '2022-07-18', 'received', '85.7000', '85.7000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '85.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10110, 139, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-07-16', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10111, 139, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2022-07-16', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10112, 139, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-07-16', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10113, 139, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-07-16', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10114, 140, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '6.0000', '2022-07-16', 'received', '9.0000', '9.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10115, 140, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '0.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-07-16', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10116, 140, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.5000', '0.0000', '2022-07-16', 'received', '0.3958', '0.3958', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '0.3958');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10117, 140, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '0.0000', '2022-07-16', 'received', '1.0000', '1.0000', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10118, 140, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1700', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '17.0000', '0.0000', '2022-07-16', 'received', '0.1700', '0.1700', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10119, 140, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9000', '0.0000', '2022-07-16', 'received', '4.1500', '4.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10120, 140, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.8898', '0.0000', '2022-07-16', 'received', '4.1483', '4.1483', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.1483');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10121, 140, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-07-16', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10122, 140, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6793', '56.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '38.0397', '0.0000', '2022-07-16', 'received', '0.6793', '0.6793', '56.0000', NULL, NULL, 1, 'PZA', '56.0000', NULL, NULL, NULL, NULL, '0.6793');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10123, 141, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.7483', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.9796', '0.0000', '2022-07-14', 'received', '11.7483', '11.7483', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '11.7483');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10124, 141, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '22.7742', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '273.2899', '0.0000', '2022-07-14', 'received', '22.7742', '22.7742', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '22.7742');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10125, 142, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.5600', '0.0000', '2022-07-15', 'received', '4.3800', '4.3800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10126, 142, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.8400', '0.0000', '2022-07-15', 'received', '5.1400', '5.1400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10127, 142, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.3800', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '14.2800', '0.0000', '2022-07-15', 'received', '2.3800', '2.3800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '2.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10128, 142, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.7600', '1.0000', '2022-07-15', 'received', '1.5552', '1.5552', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.5552');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10129, 142, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.4500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.8000', '0.0000', '2022-07-15', 'received', '5.4500', '5.4500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10130, 143, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8800', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2800', '0.0000', '2022-07-16', 'received', '12.8800', '12.8800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10131, 143, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.9600', '0.0000', '2022-07-16', 'received', '2.5800', '2.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10132, 143, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-07-16', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10133, 143, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '160.0800', '0.0000', '2022-07-16', 'received', '6.6700', '6.6700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10134, 144, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.1522', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '198.1304', '0.0000', '2022-07-19', 'received', '14.1522', '14.1522', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '14.1522');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10135, 145, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '80.0000', '0.0000', '2022-07-22', 'received', '80.0000', '80.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '80.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10136, 146, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '144.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2022-07-21', 'received', '0.8333', '0.8333', '144.0000', NULL, NULL, 1, 'PZA', '144.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10137, 146, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.2000', '0.0000', '2022-07-21', 'received', '1.6700', '1.6700', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '1.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10138, 147, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '227.2399', '0.0000', '2022-07-28', 'received', '9.4683', '9.4683', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.4683');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10139, 147, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.1184', '0.0000', '2022-07-28', 'received', '6.5466', '6.5466', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.5466');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10140, 147, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-07-28', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10141, 147, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '317.4600', '0.0000', '2022-07-28', 'received', '4.4092', '4.4092', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10142, 147, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '0.0000', '2022-07-28', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10143, 147, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.0000', '0.0000', '2022-07-28', 'received', '13.0833', '13.0833', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '13.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10144, 147, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.9997', '0.0000', '2022-07-28', 'received', '2.7292', '2.7292', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.7292');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10145, 148, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2022-07-23', 'received', '6.2500', '6.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10146, 148, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1575', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.8900', '0.0000', '2022-07-23', 'received', '5.1575', '5.1575', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1575');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10147, 148, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-07-23', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10148, 148, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-07-23', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10149, 148, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.6400', '0.0000', '2022-07-23', 'received', '2.9700', '2.9700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10150, 148, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-07-23', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10151, 149, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2022-07-23', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10152, 149, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2022-07-23', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10153, 149, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-07-23', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10154, 149, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-07-23', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10155, 150, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-07-22', 'received', '3.7500', '3.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10156, 150, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-07-22', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10157, 150, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '0.0000', '2022-07-22', 'received', '1.5000', '1.5000', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10158, 150, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2022-07-22', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10159, 150, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-07-22', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10160, 151, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.4200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.0400', '0.0000', '2022-07-22', 'received', '5.4200', '5.4200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10161, 151, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.4500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.8000', '0.0000', '2022-07-22', 'received', '5.4500', '5.4500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10162, 152, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.4500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '196.2000', '0.0000', '2022-07-26', 'received', '5.4500', '5.4500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10163, 153, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.0000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '144.0000', '0.0000', '2022-07-30', 'received', '3.0000', '3.0000', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10168, 154, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.4996', '0.0000', '2022-07-30', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10169, 154, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-07-30', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10170, 154, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2022-07-30', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10171, 154, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '153.0000', '0.0000', '2022-07-30', 'received', '4.2500', '4.2500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10172, 155, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '192.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.7999', '0.0000', '2022-07-29', 'received', '0.8583', '0.8583', '192.0000', NULL, NULL, 5, 'UNIDAD', '192.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10173, 155, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '2.5750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.9000', '0.0000', '2022-07-29', 'received', '2.5750', '2.5750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.5750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10175, 156, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.5880', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '116.7040', '0.0000', '2022-07-26', 'received', '14.5880', '14.5880', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '14.5880');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10176, 157, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.7200', '1.0000', '2022-07-22', 'received', '10.7200', '10.7200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '10.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10177, 157, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.0800', '0.0000', '2022-07-22', 'received', '9.0800', '9.0800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10178, 157, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.2000', '0.0000', '2022-07-22', 'received', '5.1000', '5.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10179, 157, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5018', '55.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '192.5990', '0.0000', '2022-07-22', 'received', '3.5018', '3.5018', '55.0000', NULL, NULL, 1, 'PZA', '55.0000', NULL, NULL, NULL, NULL, '3.5018');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10180, 157, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '0.0000', '2022-07-22', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10181, 157, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-07-22', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10182, 157, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.3000', '0.0000', '2022-07-22', 'received', '10.3000', '10.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10183, 157, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.6600', '0.0000', '2022-07-22', 'received', '0.8700', '0.8700', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10190, 158, NULL, 2661, '340', 'CHICLES.', NULL, '0.2547', '160.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.7520', '0.0000', '2022-07-22', 'received', '0.2547', '0.2547', '160.0000', NULL, NULL, 1, 'PZA', '160.0000', NULL, NULL, NULL, NULL, '0.2547');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10191, 158, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.1500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.5000', '0.0000', '2022-07-22', 'received', '2.1500', '2.1500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '2.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10192, 158, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '6.0000', '2022-07-22', 'received', '9.0000', '9.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10193, 158, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.5100', '100.0000', '2022-07-22', 'received', '0.2451', '0.2451', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.2451');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10194, 158, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '0.0000', '2.0000', 1, '0.0000', NULL, '', '1.1667', '2.3334', NULL, '0.0000', '0.0000', '2022-07-22', 'received', '0.0000', '1.1667', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '1.1667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10195, 158, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-07-22', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10196, 159, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.7250', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '147.2500', '0.0000', '2022-08-02', 'received', '14.7250', '14.7250', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '14.7250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10197, 160, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.6000', '0.0000', '2022-08-02', 'received', '9.1000', '9.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10198, 160, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '114.2000', '0.0000', '2022-08-02', 'received', '11.4200', '11.4200', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '11.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10199, 161, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2496', '6.0000', '2022-07-23', 'received', '0.8542', '0.8542', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.8542');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10200, 161, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.5000', '15.0000', '2022-07-23', 'received', '1.1250', '1.1250', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '1.1250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10201, 162, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.7500', '0.0000', '2022-08-02', 'received', '22.2500', '22.2500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10202, 162, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.0000', '0.0000', '2022-08-02', 'received', '21.5000', '21.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10203, 162, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.0000', '0.0000', '2022-08-02', 'received', '21.5000', '21.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10204, 162, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '47.3000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '47.3000', '0.0000', '2022-08-02', 'received', '47.3000', '47.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '47.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10205, 162, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.0030', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.0630', '0.0000', '2022-08-02', 'received', '5.0030', '5.0030', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '5.0030');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10206, 163, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '50.6150', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '607.3800', '0.0000', '2022-07-28', 'received', '50.6150', '50.6150', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '50.6150');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10207, 164, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.0000', '0.0000', '2022-07-29', 'received', '2.7500', '2.7500', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '2.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10208, 164, NULL, 3560, '80790833', 'PANITO WINI', NULL, '1.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-07-29', 'received', '1.5000', '1.5000', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10209, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10210, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10211, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10212, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10213, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-59.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.6416', '0.0000', '2022-08-09', 'received', '0.8583', '0.8583', '-59.0000', NULL, NULL, 5, 'UNIDAD', '-59.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10214, NULL, NULL, 3223, '1', 'TABCIN.', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10215, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.7250', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.9000', '0.0000', '2022-08-09', 'received', '14.7250', '14.7250', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10216, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10217, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10218, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10219, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10220, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10221, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', NULL, '30.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.9400', '30.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10222, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-190.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10223, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10224, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10225, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10226, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.9000', '-1.0000', '2022-08-09', 'received', '49.9000', '49.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10227, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.0000', '0.0000', '2022-08-09', 'received', '9.5000', '9.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10228, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10229, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '2.0000', '2022-08-09', 'received', '0.2500', '0.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10230, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7900', '-1.0000', '2022-08-09', 'received', '2.7900', '2.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10231, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10232, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10233, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10234, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10235, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10236, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10237, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10238, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10239, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10240, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10241, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10242, NULL, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '22.7742', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.7742', '0.0000', '2022-08-09', 'received', '22.7742', '22.7742', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10243, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10244, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0200', '2.0000', '2022-08-09', 'received', '0.5100', '0.5100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10245, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6100', '1.0000', '2022-08-09', 'received', '0.6100', '0.6100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10246, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10247, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1500', '-1.0000', '2022-08-09', 'received', '0.1500', '0.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10248, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.0000', '-4.0000', '2022-08-09', 'received', '2.7500', '2.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10249, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0000', '-4.0000', '2022-08-09', 'received', '0.2500', '0.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10250, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.6000', '-24.0000', '2022-08-09', 'received', '1.9000', '1.9000', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10251, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2200', '-9.0000', '2022-08-09', 'received', '0.5800', '0.5800', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10252, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1100', '-9.0000', '2022-08-09', 'received', '0.7900', '0.7900', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10253, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4300', '-9.0000', '2022-08-09', 'received', '1.2700', '1.2700', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10254, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.3100', '-9.0000', '2022-08-09', 'received', '1.5900', '1.5900', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10255, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9200', '-4.0000', '2022-08-09', 'received', '2.2300', '2.2300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10256, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10257, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5000', '1.0000', '2022-08-09', 'received', '3.5000', '3.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10258, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10259, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10260, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10261, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10262, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10263, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10264, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10265, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-1.0000', '2022-08-09', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10266, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0000', '1.0000', '2022-08-09', 'received', '2.0000', '2.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10267, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2000', '-3.0000', '2022-08-09', 'received', '0.4000', '0.4000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10268, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10269, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.9500', '1.0000', '2022-08-09', 'received', '21.9500', '21.9500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10270, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10271, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10272, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10273, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10274, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10275, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10276, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10277, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10278, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10279, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10280, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10281, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10282, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10283, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5000', '-1.0000', '2022-08-09', 'received', '17.5000', '17.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10284, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.8200', '2.0000', '2022-08-09', 'received', '9.4100', '9.4100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10285, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0200', '-2.0000', '2022-08-09', 'received', '7.5100', '7.5100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10286, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10287, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10288, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10289, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10290, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10291, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10292, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10293, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.8300', '-1.0000', '2022-08-09', 'received', '10.8300', '10.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10294, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10295, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3600', '-32.0000', '2022-08-09', 'received', '0.2300', '0.2300', '-32.0000', NULL, NULL, 1, 'PZA', '-32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10296, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10297, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10298, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10299, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10300, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10301, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.1041', '0.0000', '2022-08-09', 'received', '2.7292', '2.7292', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10302, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0833', '0.0000', '2022-08-09', 'received', '13.0833', '13.0833', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10303, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '5.0000', '2022-08-09', 'received', '0.6000', '0.6000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10304, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10305, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10306, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '3.8354', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.1771', '0.0000', '2022-08-09', 'received', '3.8354', '3.8354', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10307, NULL, NULL, 2514, '11418040168', 'ALKA SELTZER .', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10308, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '1.4200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8400', '-2.0000', '2022-08-09', 'received', '1.4200', '1.4200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10309, NULL, NULL, 2524, '11418696839', 'ASPIRINA FORTE', NULL, '0.7800', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2400', '0.0000', '2022-08-09', 'received', '0.7800', '0.7800', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10310, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10311, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10312, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10313, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10314, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10315, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10316, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10317, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10318, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.1667', '0.0000', '2022-08-09', 'received', '0.8333', '0.8333', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10319, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10320, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.8800', '0.0000', '2022-08-09', 'received', '2.9700', '2.9700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10321, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10322, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10323, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10324, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10325, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10326, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10327, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10328, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10329, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10330, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10331, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10332, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10333, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10334, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10335, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10336, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10337, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5800', '0.0000', '2022-08-09', 'received', '2.5800', '2.5800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10338, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10339, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10340, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0400', '-1.0000', '2022-08-09', 'received', '10.0400', '10.0400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10341, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.8800', '-1.0000', '2022-08-09', 'received', '17.8800', '17.8800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10342, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1000', '-1.0000', '2022-08-09', 'received', '2.1000', '2.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10343, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10344, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10345, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10346, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10347, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10348, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10349, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-86.4600', '-2.0000', '2022-08-09', 'received', '43.2300', '43.2300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10350, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2547', '-106.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.9961', '0.0000', '2022-08-09', 'received', '0.2547', '0.2547', '-106.0000', NULL, NULL, 1, 'PZA', '-106.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10351, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.6765', '-15.0000', '2022-08-09', 'received', '0.2451', '0.2451', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10352, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5400', '-28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.1200', '0.0000', '2022-08-09', 'received', '0.5400', '0.5400', '-28.0000', NULL, NULL, 1, 'PZA', '-28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10353, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10354, NULL, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10355, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.5000', '-20.0000', '2022-08-09', 'received', '2.4750', '2.4750', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10356, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '-0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0500', '-0.5000', '2022-08-09', 'received', '2.1000', '2.1000', '-0.5000', NULL, NULL, 1, 'PZA', '-0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10357, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10358, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10359, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10360, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10361, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10362, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10363, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10364, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10365, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10366, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10367, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10368, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0000', '-4.0000', '2022-08-09', 'received', '3.2500', '3.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10369, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1600', '-4.0000', '2022-08-09', 'received', '0.5400', '0.5400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10370, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.1000', '-21.0000', '2022-08-09', 'received', '2.1000', '2.1000', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10371, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.8800', '-4.0000', '2022-08-09', 'received', '5.7200', '5.7200', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10372, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.3000', '1.0000', '2022-08-09', 'received', '34.3000', '34.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10373, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10374, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10375, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10376, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10377, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10378, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10379, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1575', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.3150', '0.0000', '2022-08-09', 'received', '5.1575', '5.1575', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10380, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10381, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10382, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.0900', '23.0000', '2022-08-09', 'received', '0.8300', '0.8300', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10383, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-675.0000', '-1.0000', '2022-08-09', 'received', '675.0000', '675.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10384, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10385, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10386, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10387, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.0030', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0150', '0.0000', '2022-08-09', 'received', '5.0030', '5.0030', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10388, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10389, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10390, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10391, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0000', '-1.0000', '2022-08-09', 'received', '64.0000', '64.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10392, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0000', '1.0000', '2022-08-09', 'received', '64.0000', '64.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10393, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10394, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10395, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.9000', '1.0000', '2022-08-09', 'received', '42.9000', '42.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10396, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10397, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '3.3300', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-69.9300', '0.0000', '2022-08-09', 'received', '3.3300', '3.3300', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10398, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2200', '-2.0000', '2022-08-09', 'received', '1.1100', '1.1100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10399, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10400, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10401, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10402, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-103.0000', '-2.0000', '2022-08-09', 'received', '51.5000', '51.5000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10403, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10404, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10405, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10406, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10407, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10408, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10409, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10410, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10411, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10412, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10413, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10414, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10415, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.0000', '-2.0000', '2022-08-09', 'received', '27.0000', '27.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10416, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10417, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10418, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10419, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10420, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10421, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10422, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10423, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10424, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10425, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10426, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10427, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10428, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10429, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10430, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10431, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10432, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10433, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10434, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10435, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10436, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10437, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10438, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10439, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10440, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10441, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10442, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10443, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10444, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10445, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10446, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10447, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10448, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10449, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10450, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10451, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10452, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '58.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '58.4200', '58.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10453, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10454, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '76.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '76.7100', '76.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10455, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10456, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.6125', '3.0000', '2022-08-09', 'received', '13.5375', '13.5375', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10457, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.7250', '-1.0000', '2022-08-09', 'received', '14.7250', '14.7250', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10458, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10459, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3100', '-1.0000', '2022-08-09', 'received', '3.3100', '3.3100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10460, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.3626', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.7252', '0.0000', '2022-08-09', 'received', '7.3626', '7.3626', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10461, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10462, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10463, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10464, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10465, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10466, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10467, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10468, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10469, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10470, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10471, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10472, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10473, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10474, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10475, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10476, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10477, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10478, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10479, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.9000', '-1.0000', '2022-08-09', 'received', '24.9000', '24.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10480, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10481, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10482, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.3000', '1.0000', '2022-08-09', 'received', '6.3000', '6.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10483, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.8000', '-1.0000', '2022-08-09', 'received', '9.8000', '9.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10484, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10485, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10486, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10487, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10488, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10489, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10490, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10491, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10492, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10493, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10494, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10495, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10496, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10497, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10498, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10499, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10500, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10501, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10502, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10503, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.6100', '1.0000', '2022-08-09', 'received', '7.6100', '7.6100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10504, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10505, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10506, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10507, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10508, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10509, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10510, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10511, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '-1.0000', '2022-08-09', 'received', '24.0000', '24.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10512, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.2500', '0.0000', '2022-08-09', 'received', '6.7500', '6.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10513, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10514, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.8750', '0.0000', '2022-08-09', 'received', '12.2917', '12.2917', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10515, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.9900', '0.0000', '2022-08-09', 'received', '3.5700', '3.5700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10516, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.8000', '0.0000', '2022-08-09', 'received', '4.4500', '4.4500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10517, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.4500', '0.0000', '2022-08-09', 'received', '4.4500', '4.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10518, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10519, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.7200', '-1.0000', '2022-08-09', 'received', '10.7200', '10.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10520, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.9000', '-1.0000', '2022-08-09', 'received', '9.9000', '9.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10521, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10522, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.3000', '0.0000', '2022-08-09', 'received', '10.3000', '10.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10523, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0800', '0.0000', '2022-08-09', 'received', '9.0800', '9.0800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10524, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10525, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10526, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.9100', '2.0000', '2022-08-09', 'received', '5.4550', '5.4550', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10527, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.1500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4500', '0.0000', '2022-08-09', 'received', '2.1500', '2.1500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10528, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5466', '0.0000', '2022-08-09', 'received', '6.5466', '6.5466', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10529, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.2783', '0.0000', '2022-08-09', 'received', '9.4683', '9.4683', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10530, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8458', '0.0000', '2022-08-09', 'received', '3.4229', '3.4229', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10531, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10532, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7517', '0.0000', '2022-08-09', 'received', '7.7517', '7.7517', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10533, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.3496', '8.3496', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10534, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '116.6665', '0.0000', '2022-08-09', 'received', '4.6667', '4.6667', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10535, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9450', '11.9450', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10536, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10537, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4400', '2.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10538, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.3800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.2800', '0.0000', '2022-08-09', 'received', '2.3800', '2.3800', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10539, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.8800', '0.0000', '2022-08-09', 'received', '2.9700', '2.9700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10540, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4200', '0.0000', '2022-08-09', 'received', '5.4200', '5.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10541, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.1000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.3000', '0.0000', '2022-08-09', 'received', '9.1000', '9.1000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10542, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.9000', '0.0000', '2022-08-09', 'received', '5.4500', '5.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10543, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10544, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-59.5000', '0.0000', '2022-08-09', 'received', '8.5000', '8.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10545, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0000', '0.0000', '2022-08-09', 'received', '2.8333', '2.8333', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10546, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.3333', '0.0000', '2022-08-09', 'received', '4.8333', '4.8333', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10547, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10548, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.3333', '0.0000', '2022-08-09', 'received', '2.0833', '2.0833', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10549, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10550, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '38.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.1100', '38.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10551, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10552, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.0000', '0.0000', '2022-08-09', 'received', '39.0000', '39.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10553, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.0000', '0.0000', '2022-08-09', 'received', '21.5000', '21.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10554, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5000', '0.0000', '2022-08-09', 'received', '37.5000', '37.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10555, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10556, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '47.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-47.3000', '0.0000', '2022-08-09', 'received', '47.3000', '47.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10557, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10558, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10559, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10560, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10561, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.8800', '12.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10562, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10563, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.8300', '0.0000', '2022-08-09', 'received', '10.8300', '10.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10564, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0800', '2.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10565, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10566, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9583', '0.0000', '2022-08-09', 'received', '5.9583', '5.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10567, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10568, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10569, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.3400', '-1.0000', '2022-08-09', 'received', '5.3400', '5.3400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10570, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10571, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '3.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10572, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10573, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10574, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '0.0000', '2022-08-09', 'received', '1.8750', '1.8750', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10575, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2500', '0.0000', '2022-08-09', 'received', '0.7500', '0.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10576, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10577, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.7500', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10578, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-08-09', 'received', '1.5000', '1.5000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10579, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2022-08-09', 'received', '7.5000', '7.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10580, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5000', '0.0000', '2022-08-09', 'received', '0.7500', '0.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10581, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10582, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10583, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10584, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10585, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10586, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '-2.0000', '2022-08-09', 'received', '3.7500', '3.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10587, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10588, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10589, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10590, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10591, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10592, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10593, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6600', '0.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10594, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '31.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.8600', '31.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10595, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10596, NULL, NULL, 2737, '7404001753652', 'CONDONES VIVE DE 3 UNIDADES', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10597, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10598, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10599, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10600, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10601, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10602, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10603, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10604, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10605, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10606, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10607, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3300', '-8.0000', '2022-08-09', 'received', '0.4163', '0.4163', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10608, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10609, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10610, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10611, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10612, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10613, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1400', '0.0000', '2022-08-09', 'received', '5.1400', '5.1400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10614, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10615, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10616, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10617, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10618, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7760', '5.0000', '2022-08-09', 'received', '1.5552', '1.5552', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10619, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0800', '4.0000', '2022-08-09', 'received', '3.7700', '3.7700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10620, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3750', '0.0000', '2022-08-09', 'received', '0.3958', '0.3958', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10621, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10622, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10623, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10624, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10625, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10626, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10627, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10628, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10629, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10630, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK (UNIDAD)', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10631, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-1.0000', '2022-08-09', 'received', '9.0000', '9.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10632, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7500', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10633, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10634, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10635, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.6200', '10.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10636, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10637, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10638, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10639, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10640, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '53.5500', '0.0000', '2022-08-09', 'received', '5.9500', '5.9500', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10641, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10642, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.7925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.7925', '7.7925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10643, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1500', '0.0000', '2022-08-09', 'received', '0.8583', '0.8583', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10644, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.0496', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0496', '0.0000', '2022-08-09', 'received', '2.0496', '2.0496', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10645, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10646, NULL, NULL, 3174, '74410187', 'SAL ANDREWS', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10647, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10648, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10649, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10650, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10651, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10652, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10653, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10654, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10655, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10656, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10657, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10658, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10659, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10660, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10661, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3500', '0.0000', '2022-08-09', 'received', '1.6700', '1.6700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10662, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4292', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4292', '0.4292', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10663, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10664, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10665, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10666, NULL, NULL, 2799, '748928006505', 'DETERGENTE XEDEX 450 GR', NULL, '4.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3500', '4.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10667, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10668, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.0917', '0.0000', '2022-08-09', 'received', '4.4092', '4.4092', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10669, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '-49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-208.7400', '-49.0000', '2022-08-09', 'received', '4.2600', '4.2600', '-49.0000', NULL, NULL, 1, 'PZA', '-49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10670, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10671, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10672, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.4000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10673, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.3000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10674, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10675, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10676, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.8800', '1.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10677, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10678, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10679, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6793', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.3027', '0.0000', '2022-08-09', 'received', '0.6793', '0.6793', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10680, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.1667', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-62.4999', '0.0000', '2022-08-09', 'received', '4.1667', '4.1667', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10681, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.3333', '0.0000', '2022-08-09', 'received', '5.4167', '5.4167', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10682, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.7800', '6.0000', '2022-08-09', 'received', '5.6300', '5.6300', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10683, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10684, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10685, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10686, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10687, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '26.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.4000', '26.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10688, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '95.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '95.8500', '95.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10689, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '53.8000', '53.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10690, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '148.9000', '148.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10691, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.8000', '0.0000', '2022-08-09', 'received', '25.8000', '25.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10692, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10693, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10694, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10695, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10696, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10697, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10698, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10699, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10700, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10701, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10702, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10703, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10704, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10705, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '32.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.9500', '32.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10706, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '62.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '62.0600', '62.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10707, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10708, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10709, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10710, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10711, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10712, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10713, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10714, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10715, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10716, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10717, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10718, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10719, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10720, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10721, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10722, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10723, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10724, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10725, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10726, NULL, NULL, 2570, '7501206646038', 'BROCA P/METAL 1/4??', NULL, '11.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.8900', '11.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10727, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10728, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10729, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10730, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.4100', '-1.0000', '2022-08-09', 'received', '41.4100', '41.4100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10731, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10732, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10733, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10734, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10735, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10736, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10737, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10738, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10739, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10740, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10741, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10742, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10743, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10744, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7600', '-1.0000', '2022-08-09', 'received', '7.7600', '7.7600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10745, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2800', '1.0000', '2022-08-09', 'received', '8.2800', '8.2800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10746, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2900', '-1.0000', '2022-08-09', 'received', '3.2900', '3.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10747, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1800', '4.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10748, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10749, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10750, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10751, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.6600', '-1.0000', '2022-08-09', 'received', '40.6600', '40.6600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10752, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10753, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10754, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10755, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10756, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5300', '-1.0000', '2022-08-09', 'received', '7.5300', '7.5300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10757, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10758, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10759, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10760, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10761, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10762, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10763, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '-309.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.6300', '-309.0000', '2022-08-09', 'received', '0.0700', '0.0700', '-309.0000', NULL, NULL, 1, 'PZA', '-309.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10764, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10765, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10766, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10767, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10768, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10769, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10770, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10771, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10772, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10773, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10774, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10775, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10776, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10777, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10778, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10779, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10780, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.7500', '0.0000', '2022-08-09', 'received', '2.7500', '2.7500', '-13.0000', NULL, NULL, 5, 'UNIDAD', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10781, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10782, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10783, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10784, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10785, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10786, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10787, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10788, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10789, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10790, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10791, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10792, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10793, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10794, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.8300', '5.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10795, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10796, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10797, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10798, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.3925', '-1.0000', '2022-08-09', 'received', '11.3925', '11.3925', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10799, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10800, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.2500', '0.0000', '2022-08-09', 'received', '6.2500', '6.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10801, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10802, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10803, NULL, NULL, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', NULL, '4.2400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2400', '-1.0000', '2022-08-09', 'received', '4.2400', '4.2400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10804, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10805, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10806, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10807, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10808, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10809, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10810, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10811, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10812, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10813, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10814, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10815, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0600', '-2.0000', '2022-08-09', 'received', '0.0300', '0.0300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10816, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10817, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10818, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10819, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10820, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '1.0000', '2022-08-09', 'received', '17.5000', '17.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10821, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.5900', '1.0000', '2022-08-09', 'received', '6.5900', '6.5900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10822, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9500', '-1.0000', '2022-08-09', 'received', '2.9500', '2.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10823, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10824, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10825, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10826, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10827, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10828, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '208.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '208.1900', '208.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10829, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10830, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10831, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10832, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10833, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.1400', '20.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10834, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10835, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10836, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10837, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.3800', '-1.0000', '2022-08-09', 'received', '14.3800', '14.3800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10838, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10839, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10840, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10841, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10842, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10843, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10844, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10845, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.3100', '1.0000', '2022-08-09', 'received', '3.3100', '3.3100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10846, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10847, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10848, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10849, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.1000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10850, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10851, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10852, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10853, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10854, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10855, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.1667', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6668', '0.0000', '2022-08-09', 'received', '1.1667', '1.1667', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10856, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9167', '0.0000', '2022-08-09', 'received', '2.9167', '2.9167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10857, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10858, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10859, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10860, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10861, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10862, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10863, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10864, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10865, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10866, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10867, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.2000', '1.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10868, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10869, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.2096', '0.0000', '2022-08-09', 'received', '9.2096', '9.2096', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10870, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10871, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10872, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10873, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10874, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.5000', '-7.0000', '2022-08-09', 'received', '3.5000', '3.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10875, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10876, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10877, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10878, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10879, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10880, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10881, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10882, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-57.5000', '-10.0000', '2022-08-09', 'received', '5.7500', '5.7500', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10883, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10884, NULL, NULL, 2979, '7702031642725', 'LISTERINE COOL MINT', NULL, '29.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '29.7000', '29.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10885, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10886, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10887, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10888, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10889, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10890, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10891, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10892, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-2.0000', '2022-08-09', 'received', '10.0000', '10.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10893, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10894, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.8500', '24.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10895, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10896, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8000', '-1.0000', '2022-08-09', 'received', '2.8000', '2.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10897, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10898, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4500', '-1.0000', '2022-08-09', 'received', '2.4500', '2.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10899, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.6000', '2.0000', '2022-08-09', 'received', '2.8000', '2.8000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10900, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10901, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-1.0000', '2022-08-09', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10902, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9000', '0.0000', '2022-08-09', 'received', '5.9500', '5.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10903, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '17.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.0000', '17.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10904, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.7800', '-2.0000', '2022-08-09', 'received', '21.3900', '21.3900', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10905, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10906, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10907, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10908, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10909, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.5400', '6.0000', '2022-08-09', 'received', '4.5900', '4.5900', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10910, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10911, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10912, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10913, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10914, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10915, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10916, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10917, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10918, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10919, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '-2.0000', '2022-08-09', 'received', '0.2500', '0.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10920, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10921, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10922, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10923, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10924, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10925, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10926, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10927, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10928, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10929, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10930, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10931, NULL, NULL, 3560, '80790833', 'PANITO WINI', NULL, '1.5000', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '0.0000', '2022-08-09', 'received', '1.5000', '1.5000', '-24.0000', NULL, NULL, 5, 'UNIDAD', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10932, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5200', '0.0000', '2022-08-09', 'received', '4.3800', '4.3800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10933, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9100', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.5500', '-5.0000', '2022-08-09', 'received', '4.9100', '4.9100', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10934, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '50.6150', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.6150', '50.6150', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10935, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10936, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10937, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '132.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '132.7200', '132.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10938, NULL, NULL, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', NULL, '34.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.1000', '34.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10939, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10940, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10941, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.2800', '0.0000', '2022-08-09', 'received', '19.6400', '19.6400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10942, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10943, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3400', '-1.0000', '2022-08-09', 'received', '0.3400', '0.3400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10944, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.1250', '-9.0000', '2022-08-09', 'received', '1.1250', '1.1250', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10945, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1250', '-6.0000', '2022-08-09', 'received', '0.8542', '0.8542', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10946, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10947, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10948, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.9800', '2.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10949, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0800', '6.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10950, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.3125', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3125', '0.0000', '2022-08-09', 'received', '2.3125', '2.3125', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10951, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '0.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10952, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.8900', '1.0000', '2022-08-09', 'received', '20.8900', '20.8900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10953, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10954, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10955, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.5000', '-11.0000', '2022-08-09', 'received', '2.5000', '2.5000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10956, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10957, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10958, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '160.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '160.0000', '160.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10959, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10960, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10961, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10962, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5700', '0.0000', '2022-08-09', 'received', '0.8700', '0.8700', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10963, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10964, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10965, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5018', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.0144', '0.0000', '2022-08-09', 'received', '3.5018', '3.5018', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10966, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10967, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0816', '-2.0000', '2022-08-09', 'received', '4.5408', '4.5408', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10968, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10969, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10970, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10971, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10972, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10973, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10974, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10975, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10976, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10977, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10978, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10979, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10980, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10981, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10982, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10983, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10984, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10985, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10986, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10987, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10988, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10989, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10990, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '-0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7700', '-0.5000', '2022-08-09', 'received', '9.5400', '9.5400', '-0.5000', NULL, NULL, 1, 'PZA', '-0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10991, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '-1.4000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.6940', '-1.4000', '2022-08-09', 'received', '6.2100', '6.2100', '-1.4000', NULL, NULL, 1, 'PZA', '-1.4000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10992, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10993, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10994, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10995, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '-79.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-308.1000', '-79.0000', '2022-08-09', 'received', '3.9000', '3.9000', '-79.0000', NULL, NULL, 1, 'PZA', '-79.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10996, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.0000', '1.0000', '2022-08-09', 'received', '8.0000', '8.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10997, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10998, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10999, NULL, NULL, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11000, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11001, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11002, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11003, NULL, NULL, 2461, 'FER- 7506240656', '9DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11004, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3200', '-4.0000', '2022-08-09', 'received', '0.3300', '0.3300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11005, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11006, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11007, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11008, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11009, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11010, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11011, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0200', '-9.0000', '2022-08-09', 'received', '2.7800', '2.7800', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11012, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11013, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11014, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11015, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11016, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11017, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11018, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11019, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7400', '-2.0000', '2022-08-09', 'received', '0.8700', '0.8700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11020, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '1.0000', '2022-08-09', 'received', '0.5000', '0.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11021, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3200', '-2.0000', '2022-08-09', 'received', '0.1600', '0.1600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11022, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11023, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11024, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11025, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11026, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4500', '0.0000', '2022-08-09', 'received', '6.4500', '6.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11027, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11028, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11029, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0900', '1.0000', '2022-08-09', 'received', '0.0900', '0.0900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11030, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11031, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11032, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11033, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11034, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5900', '-23.0000', '2022-08-09', 'received', '0.3300', '0.3300', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11035, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11036, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11037, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.7000', '7.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11038, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5000', '-2.0000', '2022-08-09', 'received', '7.7500', '7.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11039, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.3000', '1.0000', '2022-08-09', 'received', '1.3000', '1.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11040, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11041, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11042, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11043, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11044, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11045, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11046, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11047, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1800', '-1.0000', '2022-08-09', 'received', '0.1800', '0.1800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11048, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11049, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11050, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11051, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11052, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-465.0000', '-3.0000', '2022-08-09', 'received', '155.0000', '155.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11053, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.0000', '-1.0000', '2022-08-09', 'received', '38.0000', '38.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11054, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-91.0000', '-7.0000', '2022-08-09', 'received', '13.0000', '13.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11055, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11056, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5800', '-2.0000', '2022-08-09', 'received', '1.7900', '1.7900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11057, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11058, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11059, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11060, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11061, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11062, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11063, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11064, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11065, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11066, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11067, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11068, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11069, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11070, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11071, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '555.0000', '555.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11072, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '350.0000', '350.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11073, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3300', '-1.0000', '2022-08-09', 'received', '2.3300', '2.3300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11074, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11075, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11076, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11077, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11078, NULL, NULL, 2490, 'PVC00006', 'ADAOTADOR  1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11079, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11080, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11081, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6900', '-1.0000', '2022-08-09', 'received', '0.6900', '0.6900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11082, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5400', '2.0000', '2022-08-09', 'received', '2.2700', '2.2700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11083, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.9400', '-2.0000', '2022-08-09', 'received', '3.9700', '3.9700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11084, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7000', '0.0000', '2022-08-09', 'received', '0.8500', '0.8500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11085, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.7000', '13.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11086, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11087, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11088, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11089, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3800', '2.0000', '2022-08-09', 'received', '1.1900', '1.1900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11090, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8700', '3.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11091, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '95.3100', '0.0000', '2022-08-09', 'received', '10.5900', '10.5900', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11092, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11093, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11094, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5800', '2.0000', '2022-08-09', 'received', '1.2900', '1.2900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11095, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11096, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4500', '-5.0000', '2022-08-09', 'received', '0.6900', '0.6900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11097, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11098, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.1800', '2.0000', '2022-08-09', 'received', '1.0900', '1.0900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11099, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8000', '-2.0000', '2022-08-09', 'received', '3.4000', '3.4000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11100, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11101, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11102, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11103, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11104, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11105, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11106, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11107, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11108, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11109, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11110, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11111, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11112, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11113, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2600', '-2.0000', '2022-08-09', 'received', '1.1300', '1.1300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11114, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11115, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11116, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11117, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11118, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11119, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7800', '-2.0000', '2022-08-09', 'received', '0.8900', '0.8900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11120, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11121, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0500', '7.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11122, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11123, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11124, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11125, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2500', '-1.0000', '2022-08-09', 'received', '3.2500', '3.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11126, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6000', '-16.0000', '2022-08-09', 'received', '0.6000', '0.6000', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11127, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11128, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9200', '-2.0000', '2022-08-09', 'received', '1.4600', '1.4600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11129, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6600', '-2.0000', '2022-08-09', 'received', '2.8300', '2.8300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11130, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11131, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11132, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2100', '1.0000', '2022-08-09', 'received', '1.2100', '1.2100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11133, NULL, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.9600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.9200', '-2.0000', '2022-08-09', 'received', '0.9600', '0.9600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11134, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11135, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0300', '1.0000', '2022-08-09', 'received', '13.0300', '13.0300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11136, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0100', '1.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11137, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11138, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11139, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.9500', '0.0000', '2022-08-09', 'received', '12.6500', '12.6500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11140, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11141, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11142, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.1500', '-1.0000', '2022-08-09', 'received', '19.1500', '19.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11143, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11144, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11145, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11146, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11147, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.3500', '0.0000', '2022-08-09', 'received', '20.3500', '20.3500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11148, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11149, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11150, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11151, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11152, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11153, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11154, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11155, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11156, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11157, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11158, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1700', '-78.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.2600', '0.0000', '2022-08-09', 'received', '0.1700', '0.1700', '-78.0000', NULL, NULL, 1, 'PZA', '-78.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11159, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11160, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.0000', '2.0000', '2022-08-09', 'received', '8.0000', '8.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11161, NULL, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11162, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11163, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11164, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11165, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11166, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11167, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11168, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.1800', '36.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11169, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11170, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11171, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11172, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11173, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11174, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11175, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11176, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11177, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11178, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11179, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11180, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11181, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11182, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11183, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '59.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.6416', '0.0000', '2022-08-09', 'received', '0.8583', '0.8583', '59.0000', NULL, NULL, 5, 'UNIDAD', '59.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11184, NULL, NULL, 3223, '1', 'TABCIN.', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11185, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.7250', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '58.9000', '0.0000', '2022-08-09', 'received', '14.7250', '14.7250', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11186, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11187, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11188, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11189, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11190, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11191, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', NULL, '30.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.9400', '30.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11192, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '190.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11193, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11194, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11195, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11196, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.9000', '1.0000', '2022-08-09', 'received', '49.9000', '49.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11197, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.0000', '0.0000', '2022-08-09', 'received', '9.5000', '9.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11198, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11199, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '-2.0000', '2022-08-09', 'received', '0.2500', '0.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11200, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.7900', '1.0000', '2022-08-09', 'received', '2.7900', '2.7900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11201, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11202, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11203, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11204, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11205, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11206, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11207, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11208, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11209, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11210, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11211, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11212, NULL, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '22.7742', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.7742', '0.0000', '2022-08-09', 'received', '22.7742', '22.7742', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11213, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11214, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0200', '-2.0000', '2022-08-09', 'received', '0.5100', '0.5100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11215, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6100', '-1.0000', '2022-08-09', 'received', '0.6100', '0.6100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11216, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11217, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1500', '1.0000', '2022-08-09', 'received', '0.1500', '0.1500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11218, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.0000', '4.0000', '2022-08-09', 'received', '2.7500', '2.7500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11219, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0000', '4.0000', '2022-08-09', 'received', '0.2500', '0.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11220, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.6000', '24.0000', '2022-08-09', 'received', '1.9000', '1.9000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11221, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.2200', '9.0000', '2022-08-09', 'received', '0.5800', '0.5800', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11222, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1100', '9.0000', '2022-08-09', 'received', '0.7900', '0.7900', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11223, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.4300', '9.0000', '2022-08-09', 'received', '1.2700', '1.2700', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11224, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.3100', '9.0000', '2022-08-09', 'received', '1.5900', '1.5900', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11225, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.9200', '4.0000', '2022-08-09', 'received', '2.2300', '2.2300', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11226, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11227, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5000', '-1.0000', '2022-08-09', 'received', '3.5000', '3.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11228, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11229, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11230, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11231, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11232, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11233, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11234, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11235, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0000', '1.0000', '2022-08-09', 'received', '5.0000', '5.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11236, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0000', '-1.0000', '2022-08-09', 'received', '2.0000', '2.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11237, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2000', '3.0000', '2022-08-09', 'received', '0.4000', '0.4000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11238, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11239, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.9500', '-1.0000', '2022-08-09', 'received', '21.9500', '21.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11240, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11241, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11242, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11243, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11244, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11245, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11246, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11247, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11248, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11249, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11250, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11251, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11252, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11253, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '1.0000', '2022-08-09', 'received', '17.5000', '17.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11254, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.8200', '-2.0000', '2022-08-09', 'received', '9.4100', '9.4100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11255, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0200', '2.0000', '2022-08-09', 'received', '7.5100', '7.5100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11256, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11257, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11258, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11259, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11260, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11261, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11262, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11263, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.8300', '1.0000', '2022-08-09', 'received', '10.8300', '10.8300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11264, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11265, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.3600', '32.0000', '2022-08-09', 'received', '0.2300', '0.2300', '32.0000', NULL, NULL, 1, 'PZA', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11266, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11267, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11268, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11269, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11270, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11271, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.1041', '0.0000', '2022-08-09', 'received', '2.7292', '2.7292', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11272, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0833', '0.0000', '2022-08-09', 'received', '13.0833', '13.0833', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11273, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '-5.0000', '2022-08-09', 'received', '0.6000', '0.6000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11274, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11275, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11276, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '3.8354', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.1771', '0.0000', '2022-08-09', 'received', '3.8354', '3.8354', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11277, NULL, NULL, 2514, '11418040168', 'ALKA SELTZER .', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11278, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '1.4200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8400', '2.0000', '2022-08-09', 'received', '1.4200', '1.4200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11279, NULL, NULL, 2524, '11418696839', 'ASPIRINA FORTE', NULL, '0.7800', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.2400', '0.0000', '2022-08-09', 'received', '0.7800', '0.7800', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11280, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11281, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11282, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11283, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11284, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11285, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11286, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11287, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11288, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.1667', '0.0000', '2022-08-09', 'received', '0.8333', '0.8333', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11289, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11290, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.8800', '0.0000', '2022-08-09', 'received', '2.9700', '2.9700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11291, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11292, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11293, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11294, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11295, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11296, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11297, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11298, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11299, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11300, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11301, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11302, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11303, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11304, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11305, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11306, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11307, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5800', '0.0000', '2022-08-09', 'received', '2.5800', '2.5800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11308, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11309, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11310, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0400', '1.0000', '2022-08-09', 'received', '10.0400', '10.0400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11311, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.8800', '1.0000', '2022-08-09', 'received', '17.8800', '17.8800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11312, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.1000', '1.0000', '2022-08-09', 'received', '2.1000', '2.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11313, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11314, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11315, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11316, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11317, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11318, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11319, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '86.4600', '2.0000', '2022-08-09', 'received', '43.2300', '43.2300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11320, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2547', '106.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.9961', '0.0000', '2022-08-09', 'received', '0.2547', '0.2547', '106.0000', NULL, NULL, 1, 'PZA', '106.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11321, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.6765', '15.0000', '2022-08-09', 'received', '0.2451', '0.2451', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11322, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5400', '28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.1200', '0.0000', '2022-08-09', 'received', '0.5400', '0.5400', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11323, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11324, NULL, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11325, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.5000', '20.0000', '2022-08-09', 'received', '2.4750', '2.4750', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11326, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0500', '0.5000', '2022-08-09', 'received', '2.1000', '2.1000', '0.5000', NULL, NULL, 1, 'PZA', '0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11327, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11328, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11329, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11330, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11331, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11332, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11333, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11334, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11335, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11336, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11337, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11338, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0000', '4.0000', '2022-08-09', 'received', '3.2500', '3.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11339, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.1600', '4.0000', '2022-08-09', 'received', '0.5400', '0.5400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11340, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.1000', '21.0000', '2022-08-09', 'received', '2.1000', '2.1000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11341, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.8800', '4.0000', '2022-08-09', 'received', '5.7200', '5.7200', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11342, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.3000', '-1.0000', '2022-08-09', 'received', '34.3000', '34.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11343, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11344, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11345, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11346, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11347, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11348, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11349, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1575', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.3150', '0.0000', '2022-08-09', 'received', '5.1575', '5.1575', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11350, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11351, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11352, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.0900', '-23.0000', '2022-08-09', 'received', '0.8300', '0.8300', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11353, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '675.0000', '1.0000', '2022-08-09', 'received', '675.0000', '675.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11354, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11355, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11356, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11357, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.0030', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0150', '0.0000', '2022-08-09', 'received', '5.0030', '5.0030', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11358, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11359, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11360, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11361, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0000', '1.0000', '2022-08-09', 'received', '64.0000', '64.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11362, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0000', '-1.0000', '2022-08-09', 'received', '64.0000', '64.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11363, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11364, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11365, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.9000', '-1.0000', '2022-08-09', 'received', '42.9000', '42.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11366, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11367, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '3.3300', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '69.9300', '0.0000', '2022-08-09', 'received', '3.3300', '3.3300', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11368, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2200', '2.0000', '2022-08-09', 'received', '1.1100', '1.1100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11369, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11370, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11371, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11372, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '103.0000', '2.0000', '2022-08-09', 'received', '51.5000', '51.5000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11373, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11374, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11375, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11376, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11377, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11378, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11379, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11380, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11381, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11382, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11383, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11384, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11385, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '54.0000', '2.0000', '2022-08-09', 'received', '27.0000', '27.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11386, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11387, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11388, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11389, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11390, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11391, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11392, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11393, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11394, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11395, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11396, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11397, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11398, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11399, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11400, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11401, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11402, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11403, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11404, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11405, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11406, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11407, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11408, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11409, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11410, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11411, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11412, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11413, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11414, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11415, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11416, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11417, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11418, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11419, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11420, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11421, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11422, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '58.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '58.4200', '58.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11423, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11424, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '76.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '76.7100', '76.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11425, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11426, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.6125', '-3.0000', '2022-08-09', 'received', '13.5375', '13.5375', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11427, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.7250', '1.0000', '2022-08-09', 'received', '14.7250', '14.7250', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11428, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11429, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.3100', '1.0000', '2022-08-09', 'received', '3.3100', '3.3100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11430, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.3626', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.7252', '0.0000', '2022-08-09', 'received', '7.3626', '7.3626', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11431, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11432, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11433, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11434, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11435, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11436, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11437, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11438, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11439, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11440, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11441, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11442, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11443, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11444, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11445, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11446, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11447, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11448, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11449, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.9000', '1.0000', '2022-08-09', 'received', '24.9000', '24.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11450, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11451, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11452, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3000', '-1.0000', '2022-08-09', 'received', '6.3000', '6.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11453, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.8000', '1.0000', '2022-08-09', 'received', '9.8000', '9.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11454, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11455, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11456, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11457, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11458, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11459, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11460, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11461, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11462, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11463, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11464, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11465, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11466, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11467, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11468, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11469, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11470, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11471, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11472, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11473, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.6100', '-1.0000', '2022-08-09', 'received', '7.6100', '7.6100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11474, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11475, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11476, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11477, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11478, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11479, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11480, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11481, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.0000', '1.0000', '2022-08-09', 'received', '24.0000', '24.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11482, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.2500', '0.0000', '2022-08-09', 'received', '6.7500', '6.7500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11483, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11484, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.8750', '0.0000', '2022-08-09', 'received', '12.2917', '12.2917', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11485, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.9900', '0.0000', '2022-08-09', 'received', '3.5700', '3.5700', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11486, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.8000', '0.0000', '2022-08-09', 'received', '4.4500', '4.4500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11487, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.4500', '0.0000', '2022-08-09', 'received', '4.4500', '4.4500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11488, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11489, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.7200', '1.0000', '2022-08-09', 'received', '10.7200', '10.7200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11490, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.9000', '1.0000', '2022-08-09', 'received', '9.9000', '9.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11491, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11492, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.3000', '0.0000', '2022-08-09', 'received', '10.3000', '10.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11493, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0800', '0.0000', '2022-08-09', 'received', '9.0800', '9.0800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11494, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11495, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11496, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.9100', '-2.0000', '2022-08-09', 'received', '5.4550', '5.4550', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11497, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.1500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.4500', '0.0000', '2022-08-09', 'received', '2.1500', '2.1500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11498, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.5466', '0.0000', '2022-08-09', 'received', '6.5466', '6.5466', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11499, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '66.2783', '0.0000', '2022-08-09', 'received', '9.4683', '9.4683', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11500, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8458', '0.0000', '2022-08-09', 'received', '3.4229', '3.4229', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11501, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11502, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7517', '0.0000', '2022-08-09', 'received', '7.7517', '7.7517', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11503, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.3496', '8.3496', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11504, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-116.6665', '0.0000', '2022-08-09', 'received', '4.6667', '4.6667', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11505, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9450', '11.9450', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11506, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11507, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4400', '2.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11508, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.3800', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.2800', '0.0000', '2022-08-09', 'received', '2.3800', '2.3800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11509, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.8800', '0.0000', '2022-08-09', 'received', '2.9700', '2.9700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11510, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.4200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4200', '0.0000', '2022-08-09', 'received', '5.4200', '5.4200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11511, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.1000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.3000', '0.0000', '2022-08-09', 'received', '9.1000', '9.1000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11512, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.4500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.9000', '0.0000', '2022-08-09', 'received', '5.4500', '5.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11513, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11514, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '59.5000', '0.0000', '2022-08-09', 'received', '8.5000', '8.5000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11515, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.0000', '0.0000', '2022-08-09', 'received', '2.8333', '2.8333', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11516, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.3333', '0.0000', '2022-08-09', 'received', '4.8333', '4.8333', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11517, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11518, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.3333', '0.0000', '2022-08-09', 'received', '2.0833', '2.0833', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11519, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11520, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '38.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.1100', '38.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11521, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11522, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '39.0000', '0.0000', '2022-08-09', 'received', '39.0000', '39.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11523, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.0000', '0.0000', '2022-08-09', 'received', '21.5000', '21.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11524, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.5000', '0.0000', '2022-08-09', 'received', '37.5000', '37.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11525, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11526, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '47.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '47.3000', '0.0000', '2022-08-09', 'received', '47.3000', '47.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11527, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11528, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11529, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11530, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11531, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.8800', '12.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11532, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11533, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.8300', '0.0000', '2022-08-09', 'received', '10.8300', '10.8300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11534, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0800', '2.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11535, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11536, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9583', '0.0000', '2022-08-09', 'received', '5.9583', '5.9583', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11537, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11538, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11539, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.3400', '1.0000', '2022-08-09', 'received', '5.3400', '5.3400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11540, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11541, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '3.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11542, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11543, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11544, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2022-08-09', 'received', '1.8750', '1.8750', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11545, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2500', '0.0000', '2022-08-09', 'received', '0.7500', '0.7500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11546, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11547, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.7500', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11548, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2022-08-09', 'received', '1.5000', '1.5000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11549, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-08-09', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11550, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '0.0000', '2022-08-09', 'received', '0.7500', '0.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11551, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11552, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11553, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11554, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11555, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11556, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '2.0000', '2022-08-09', 'received', '3.7500', '3.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11557, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11558, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11559, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11560, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11561, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11562, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11563, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6600', '0.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11564, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '31.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.8600', '31.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11565, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11566, NULL, NULL, 2737, '7404001753652', 'CONDONES VIVE DE 3 UNIDADES', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11567, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11568, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11569, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11570, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11571, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11572, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11573, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11574, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11575, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11576, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11577, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.3300', '8.0000', '2022-08-09', 'received', '0.4163', '0.4163', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11578, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11579, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11580, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11581, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11582, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11583, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.1400', '0.0000', '2022-08-09', 'received', '5.1400', '5.1400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11584, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11585, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11586, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11587, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11588, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7760', '-5.0000', '2022-08-09', 'received', '1.5552', '1.5552', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11589, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0800', '-4.0000', '2022-08-09', 'received', '3.7700', '3.7700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11590, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3750', '0.0000', '2022-08-09', 'received', '0.3958', '0.3958', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11591, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11592, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11593, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11594, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11595, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11596, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11597, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11598, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11599, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11600, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK (UNIDAD)', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11601, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '1.0000', '2022-08-09', 'received', '9.0000', '9.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11602, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.7500', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11603, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11604, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11605, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.6200', '10.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11606, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11607, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11608, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11609, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11610, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-53.5500', '0.0000', '2022-08-09', 'received', '5.9500', '5.9500', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11611, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11612, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.7925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.7925', '7.7925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11613, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.1500', '0.0000', '2022-08-09', 'received', '0.8583', '0.8583', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11614, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.0496', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0496', '0.0000', '2022-08-09', 'received', '2.0496', '2.0496', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11615, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11616, NULL, NULL, 3174, '74410187', 'SAL ANDREWS', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11617, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11618, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11619, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11620, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11621, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11622, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11623, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11624, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11625, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11626, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11627, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11628, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11629, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11630, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11631, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.3500', '0.0000', '2022-08-09', 'received', '1.6700', '1.6700', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11632, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4292', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4292', '0.4292', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11633, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11634, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11635, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11636, NULL, NULL, 2799, '748928006505', 'DETERGENTE XEDEX 450 GR', NULL, '4.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3500', '4.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11637, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11638, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.0917', '0.0000', '2022-08-09', 'received', '4.4092', '4.4092', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11639, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '208.7400', '49.0000', '2022-08-09', 'received', '4.2600', '4.2600', '49.0000', NULL, NULL, 1, 'PZA', '49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11640, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11641, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11642, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.4000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11643, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.3000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11644, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11645, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11646, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.8800', '1.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11647, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11648, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11649, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6793', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.3027', '0.0000', '2022-08-09', 'received', '0.6793', '0.6793', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11650, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.1667', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '62.4999', '0.0000', '2022-08-09', 'received', '4.1667', '4.1667', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11651, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.3333', '0.0000', '2022-08-09', 'received', '5.4167', '5.4167', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11652, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.7800', '-6.0000', '2022-08-09', 'received', '5.6300', '5.6300', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11653, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11654, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11655, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11656, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11657, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '26.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.4000', '26.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11658, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '95.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '95.8500', '95.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11659, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '53.8000', '53.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11660, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '148.9000', '148.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11661, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.8000', '0.0000', '2022-08-09', 'received', '25.8000', '25.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11662, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11663, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11664, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11665, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11666, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11667, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11668, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11669, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11670, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11671, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11672, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11673, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11674, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11675, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '32.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.9500', '32.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11676, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '62.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '62.0600', '62.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11677, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11678, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11679, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11680, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11681, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11682, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11683, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11684, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11685, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11686, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11687, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11688, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11689, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11690, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11691, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11692, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11693, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11694, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11695, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11696, NULL, NULL, 2570, '7501206646038', 'BROCA P/METAL 1/4??', NULL, '11.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.8900', '11.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11697, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11698, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11699, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11700, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.4100', '1.0000', '2022-08-09', 'received', '41.4100', '41.4100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11701, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11702, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11703, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11704, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11705, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11706, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11707, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11708, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11709, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11710, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11711, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11712, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11713, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11714, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7600', '1.0000', '2022-08-09', 'received', '7.7600', '7.7600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11715, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2800', '-1.0000', '2022-08-09', 'received', '8.2800', '8.2800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11716, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2900', '1.0000', '2022-08-09', 'received', '3.2900', '3.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11717, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1800', '4.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11718, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11719, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11720, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11721, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.6600', '1.0000', '2022-08-09', 'received', '40.6600', '40.6600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11722, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11723, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11724, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11725, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11726, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5300', '1.0000', '2022-08-09', 'received', '7.5300', '7.5300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11727, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11728, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11729, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11730, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11731, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11732, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11733, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '309.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.6300', '309.0000', '2022-08-09', 'received', '0.0700', '0.0700', '309.0000', NULL, NULL, 1, 'PZA', '309.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11734, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11735, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11736, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11737, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11738, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11739, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11740, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11741, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11742, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11743, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11744, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11745, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11746, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11747, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11748, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11749, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11750, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.7500', '12.0000', '2022-08-09', 'received', '2.7500', '2.7500', '13.0000', NULL, NULL, 5, 'UNIDAD', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11751, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11752, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11753, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11754, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11755, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11756, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11757, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11758, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11759, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11760, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11761, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11762, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11763, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11764, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.8300', '5.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11765, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11766, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11767, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11768, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.3925', '1.0000', '2022-08-09', 'received', '11.3925', '11.3925', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11769, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11770, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2500', '0.0000', '2022-08-09', 'received', '6.2500', '6.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11771, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11772, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11773, NULL, NULL, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', NULL, '4.2400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2400', '1.0000', '2022-08-09', 'received', '4.2400', '4.2400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11774, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11775, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11776, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11777, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11778, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11779, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11780, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11781, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11782, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11783, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11784, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11785, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0600', '2.0000', '2022-08-09', 'received', '0.0300', '0.0300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11786, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11787, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11788, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11789, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11790, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5000', '-1.0000', '2022-08-09', 'received', '17.5000', '17.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11791, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5900', '-1.0000', '2022-08-09', 'received', '6.5900', '6.5900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11792, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9500', '1.0000', '2022-08-09', 'received', '2.9500', '2.9500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11793, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11794, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11795, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11796, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11797, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11798, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '208.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '208.1900', '208.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11799, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11800, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11801, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11802, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11803, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.1400', '20.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11804, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11805, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11806, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11807, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.3800', '1.0000', '2022-08-09', 'received', '14.3800', '14.3800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11808, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11809, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11810, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11811, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11812, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11813, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11814, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11815, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3100', '-1.0000', '2022-08-09', 'received', '3.3100', '3.3100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11816, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11817, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11818, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11819, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '56.1000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11820, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11821, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11822, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11823, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11824, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11825, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.1667', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.6668', '0.0000', '2022-08-09', 'received', '1.1667', '1.1667', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11826, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9167', '0.0000', '2022-08-09', 'received', '2.9167', '2.9167', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11827, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11828, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11829, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11830, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11831, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11832, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11833, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11834, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11835, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11836, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11837, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.2000', '1.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11838, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11839, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.2096', '0.0000', '2022-08-09', 'received', '9.2096', '9.2096', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11840, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11841, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11842, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11843, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11844, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.5000', '7.0000', '2022-08-09', 'received', '3.5000', '3.5000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11845, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11846, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11847, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11848, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11849, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11850, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11851, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11852, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '57.5000', '10.0000', '2022-08-09', 'received', '5.7500', '5.7500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11853, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11854, NULL, NULL, 2979, '7702031642725', 'LISTERINE COOL MINT', NULL, '29.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '29.7000', '29.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11855, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11856, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11857, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11858, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11859, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11860, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11861, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11862, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0000', '2.0000', '2022-08-09', 'received', '10.0000', '10.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11863, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11864, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.8500', '24.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11865, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11866, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '1.0000', '2022-08-09', 'received', '2.8000', '2.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11867, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11868, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.4500', '1.0000', '2022-08-09', 'received', '2.4500', '2.4500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11869, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6000', '-2.0000', '2022-08-09', 'received', '2.8000', '2.8000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11870, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11871, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '1.0000', '2022-08-09', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11872, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9000', '0.0000', '2022-08-09', 'received', '5.9500', '5.9500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11873, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '17.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.0000', '17.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11874, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.7800', '2.0000', '2022-08-09', 'received', '21.3900', '21.3900', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11875, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11876, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11877, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11878, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11879, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.5400', '-6.0000', '2022-08-09', 'received', '4.5900', '4.5900', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11880, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11881, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11882, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11883, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11884, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11885, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11886, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11887, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11888, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11889, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '2.0000', '2022-08-09', 'received', '0.2500', '0.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11890, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11891, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11892, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11893, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11894, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11895, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11896, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11897, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11898, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11899, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11900, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11901, NULL, NULL, 3560, '80790833', 'PANITO WINI', NULL, '1.5000', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.0000', '0.0000', '2022-08-09', 'received', '1.5000', '1.5000', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11902, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5200', '0.0000', '2022-08-09', 'received', '4.3800', '4.3800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11903, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9100', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.5500', '5.0000', '2022-08-09', 'received', '4.9100', '4.9100', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11904, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '50.6150', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.6150', '50.6150', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11905, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11906, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11907, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '132.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '132.7200', '132.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11908, NULL, NULL, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', NULL, '34.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.1000', '34.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11909, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11910, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11911, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '39.2800', '0.0000', '2022-08-09', 'received', '19.6400', '19.6400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11912, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11913, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3400', '1.0000', '2022-08-09', 'received', '0.3400', '0.3400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11914, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.1250', '9.0000', '2022-08-09', 'received', '1.1250', '1.1250', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11915, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.1250', '6.0000', '2022-08-09', 'received', '0.8542', '0.8542', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11916, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11917, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11918, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.9800', '2.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11919, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0800', '6.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11920, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.3125', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3125', '0.0000', '2022-08-09', 'received', '2.3125', '2.3125', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11921, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '0.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11922, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.8900', '-1.0000', '2022-08-09', 'received', '20.8900', '20.8900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11923, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11924, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11925, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.5000', '11.0000', '2022-08-09', 'received', '2.5000', '2.5000', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11926, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11927, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11928, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '160.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '160.0000', '160.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11929, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11930, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11931, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11932, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.5700', '0.0000', '2022-08-09', 'received', '0.8700', '0.8700', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11933, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11934, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11935, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5018', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.0144', '0.0000', '2022-08-09', 'received', '3.5018', '3.5018', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11936, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11937, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0816', '2.0000', '2022-08-09', 'received', '4.5408', '4.5408', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11938, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11939, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11940, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11941, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11942, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11943, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11944, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11945, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11946, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11947, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11948, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11949, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11950, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11951, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11952, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11953, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11954, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11955, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11956, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11957, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11958, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11959, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11960, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.7700', '0.5000', '2022-08-09', 'received', '9.5400', '9.5400', '0.5000', NULL, NULL, 1, 'PZA', '0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11961, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '1.4000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.6940', '1.4000', '2022-08-09', 'received', '6.2100', '6.2100', '1.4000', NULL, NULL, 1, 'PZA', '1.4000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11962, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11963, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11964, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11965, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '79.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '308.1000', '79.0000', '2022-08-09', 'received', '3.9000', '3.9000', '79.0000', NULL, NULL, 1, 'PZA', '79.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11966, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0000', '-1.0000', '2022-08-09', 'received', '8.0000', '8.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11967, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11968, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11969, NULL, NULL, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11970, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11971, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11972, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11973, NULL, NULL, 2461, 'FER- 7506240656', '9DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11974, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.3200', '4.0000', '2022-08-09', 'received', '0.3300', '0.3300', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11975, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11976, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11977, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11978, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11979, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11980, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11981, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0200', '9.0000', '2022-08-09', 'received', '2.7800', '2.7800', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11982, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11983, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11984, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11985, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11986, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11987, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11988, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11989, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7400', '2.0000', '2022-08-09', 'received', '0.8700', '0.8700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11990, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '-1.0000', '2022-08-09', 'received', '0.5000', '0.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11991, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3200', '2.0000', '2022-08-09', 'received', '0.1600', '0.1600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11992, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11993, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11994, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11995, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11996, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.4500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.4500', '0.0000', '2022-08-09', 'received', '6.4500', '6.4500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11997, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11998, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11999, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0900', '-1.0000', '2022-08-09', 'received', '0.0900', '0.0900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12000, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12001, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12002, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12003, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12004, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5900', '23.0000', '2022-08-09', 'received', '0.3300', '0.3300', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12005, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12006, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12007, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.7000', '7.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12008, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.5000', '2.0000', '2022-08-09', 'received', '7.7500', '7.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12009, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3000', '-1.0000', '2022-08-09', 'received', '1.3000', '1.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12010, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12011, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12012, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12013, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12014, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12015, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12016, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12017, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1800', '1.0000', '2022-08-09', 'received', '0.1800', '0.1800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12018, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12019, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12020, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12021, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12022, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '465.0000', '3.0000', '2022-08-09', 'received', '155.0000', '155.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12023, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.0000', '1.0000', '2022-08-09', 'received', '38.0000', '38.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12024, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '91.0000', '7.0000', '2022-08-09', 'received', '13.0000', '13.0000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12025, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12026, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5800', '2.0000', '2022-08-09', 'received', '1.7900', '1.7900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12027, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12028, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12029, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12030, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12031, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12032, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12033, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12034, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12035, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12036, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12037, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12038, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12039, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12040, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12041, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '555.0000', '555.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12042, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '350.0000', '350.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12043, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3300', '1.0000', '2022-08-09', 'received', '2.3300', '2.3300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12044, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12045, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12046, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12047, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12048, NULL, NULL, 2490, 'PVC00006', 'ADAOTADOR  1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12049, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12050, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12051, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6900', '1.0000', '2022-08-09', 'received', '0.6900', '0.6900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12052, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5400', '-2.0000', '2022-08-09', 'received', '2.2700', '2.2700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12053, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.9400', '2.0000', '2022-08-09', 'received', '3.9700', '3.9700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12054, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7000', '0.0000', '2022-08-09', 'received', '0.8500', '0.8500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12055, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.7000', '13.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12056, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12057, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12058, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12059, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3800', '-2.0000', '2022-08-09', 'received', '1.1900', '1.1900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12060, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8700', '3.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12061, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-95.3100', '0.0000', '2022-08-09', 'received', '10.5900', '10.5900', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12062, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12063, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12064, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5800', '-2.0000', '2022-08-09', 'received', '1.2900', '1.2900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12065, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12066, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4500', '5.0000', '2022-08-09', 'received', '0.6900', '0.6900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12067, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12068, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1800', '-2.0000', '2022-08-09', 'received', '1.0900', '1.0900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12069, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8000', '2.0000', '2022-08-09', 'received', '3.4000', '3.4000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12070, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12071, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12072, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12073, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12074, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12075, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12076, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12077, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12078, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12079, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12080, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12081, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12082, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12083, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2600', '2.0000', '2022-08-09', 'received', '1.1300', '1.1300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12084, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12085, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12086, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12087, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12088, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12089, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7800', '2.0000', '2022-08-09', 'received', '0.8900', '0.8900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12090, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12091, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0500', '7.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12092, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12093, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12094, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12095, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2500', '1.0000', '2022-08-09', 'received', '3.2500', '3.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12096, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.6000', '16.0000', '2022-08-09', 'received', '0.6000', '0.6000', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12097, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12098, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9200', '2.0000', '2022-08-09', 'received', '1.4600', '1.4600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12099, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.6600', '2.0000', '2022-08-09', 'received', '2.8300', '2.8300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12100, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12101, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12102, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2100', '-1.0000', '2022-08-09', 'received', '1.2100', '1.2100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12103, NULL, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.9600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.9200', '2.0000', '2022-08-09', 'received', '0.9600', '0.9600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12104, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12105, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0300', '-1.0000', '2022-08-09', 'received', '13.0300', '13.0300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12106, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0100', '1.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12107, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12108, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12109, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.9500', '0.0000', '2022-08-09', 'received', '12.6500', '12.6500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12110, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12111, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12112, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.1500', '1.0000', '2022-08-09', 'received', '19.1500', '19.1500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12113, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12114, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12115, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12116, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12117, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.3500', '0.0000', '2022-08-09', 'received', '20.3500', '20.3500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12118, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12119, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12120, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12121, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12122, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12123, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12124, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12125, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12126, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12127, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12128, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1700', '78.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.2600', '0.0000', '2022-08-09', 'received', '0.1700', '0.1700', '78.0000', NULL, NULL, 1, 'PZA', '78.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12129, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12130, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.0000', '-2.0000', '2022-08-09', 'received', '8.0000', '8.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12131, NULL, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12132, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12133, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12134, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12135, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12136, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12137, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12138, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.1800', '36.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12139, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12140, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12141, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12142, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12143, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12144, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12145, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12146, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12147, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12148, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12149, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12150, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12151, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12152, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12153, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-59.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.6416', '0.0000', '2022-08-09', 'received', '0.8583', '0.8583', '-59.0000', NULL, NULL, 5, 'UNIDAD', '-59.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12154, NULL, NULL, 3223, '1', 'TABCIN.', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12155, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.7250', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.9000', '0.0000', '2022-08-09', 'received', '14.7250', '14.7250', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12156, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12157, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12158, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12159, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12160, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12161, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', NULL, '30.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.9400', '30.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12162, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-190.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12163, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12164, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12165, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12166, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.9000', '-1.0000', '2022-08-09', 'received', '49.9000', '49.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12167, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.0000', '0.0000', '2022-08-09', 'received', '9.5000', '9.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12168, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12169, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '2.0000', '2022-08-09', 'received', '0.2500', '0.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12170, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7900', '-1.0000', '2022-08-09', 'received', '2.7900', '2.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12171, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12172, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12173, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12174, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12175, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12176, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12177, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12178, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12179, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12180, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12181, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12182, NULL, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '22.7742', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.7742', '0.0000', '2022-08-09', 'received', '22.7742', '22.7742', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12183, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12184, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0200', '2.0000', '2022-08-09', 'received', '0.5100', '0.5100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12185, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6100', '1.0000', '2022-08-09', 'received', '0.6100', '0.6100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12186, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12187, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1500', '-1.0000', '2022-08-09', 'received', '0.1500', '0.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12188, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.0000', '-4.0000', '2022-08-09', 'received', '2.7500', '2.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12189, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0000', '-4.0000', '2022-08-09', 'received', '0.2500', '0.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12190, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.6000', '-24.0000', '2022-08-09', 'received', '1.9000', '1.9000', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12191, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2200', '-9.0000', '2022-08-09', 'received', '0.5800', '0.5800', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12192, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1100', '-9.0000', '2022-08-09', 'received', '0.7900', '0.7900', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12193, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4300', '-9.0000', '2022-08-09', 'received', '1.2700', '1.2700', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12194, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.3100', '-9.0000', '2022-08-09', 'received', '1.5900', '1.5900', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12195, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9200', '-4.0000', '2022-08-09', 'received', '2.2300', '2.2300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12196, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12197, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5000', '1.0000', '2022-08-09', 'received', '3.5000', '3.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12198, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12199, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12200, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12201, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12202, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12203, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12204, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12205, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-1.0000', '2022-08-09', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12206, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0000', '1.0000', '2022-08-09', 'received', '2.0000', '2.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12207, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2000', '-3.0000', '2022-08-09', 'received', '0.4000', '0.4000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12208, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12209, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.9500', '1.0000', '2022-08-09', 'received', '21.9500', '21.9500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12210, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12211, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12212, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12213, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12214, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12215, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12216, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12217, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12218, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12219, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12220, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12221, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12222, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12223, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5000', '-1.0000', '2022-08-09', 'received', '17.5000', '17.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12224, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.8200', '2.0000', '2022-08-09', 'received', '9.4100', '9.4100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12225, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0200', '-2.0000', '2022-08-09', 'received', '7.5100', '7.5100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12226, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12227, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12228, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12229, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12230, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12231, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12232, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12233, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.8300', '-1.0000', '2022-08-09', 'received', '10.8300', '10.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12234, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12235, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3600', '-32.0000', '2022-08-09', 'received', '0.2300', '0.2300', '-32.0000', NULL, NULL, 1, 'PZA', '-32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12236, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12237, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12238, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12239, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12240, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12241, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.1041', '0.0000', '2022-08-09', 'received', '2.7292', '2.7292', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12242, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0833', '0.0000', '2022-08-09', 'received', '13.0833', '13.0833', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12243, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '5.0000', '2022-08-09', 'received', '0.6000', '0.6000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12244, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12245, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12246, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '3.8354', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.1771', '0.0000', '2022-08-09', 'received', '3.8354', '3.8354', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12247, NULL, NULL, 2514, '11418040168', 'ALKA SELTZER .', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12248, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '1.4200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8400', '-2.0000', '2022-08-09', 'received', '1.4200', '1.4200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12249, NULL, NULL, 2524, '11418696839', 'ASPIRINA FORTE', NULL, '0.7800', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2400', '0.0000', '2022-08-09', 'received', '0.7800', '0.7800', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12250, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12251, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12252, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12253, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12254, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12255, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12256, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12257, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12258, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.1667', '0.0000', '2022-08-09', 'received', '0.8333', '0.8333', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12259, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12260, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.8800', '0.0000', '2022-08-09', 'received', '2.9700', '2.9700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12261, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12262, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12263, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12264, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12265, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12266, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12267, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12268, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12269, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12270, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12271, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12272, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12273, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12274, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12275, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12276, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12277, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5800', '0.0000', '2022-08-09', 'received', '2.5800', '2.5800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12278, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12279, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12280, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0400', '-1.0000', '2022-08-09', 'received', '10.0400', '10.0400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12281, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.8800', '-1.0000', '2022-08-09', 'received', '17.8800', '17.8800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12282, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1000', '-1.0000', '2022-08-09', 'received', '2.1000', '2.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12283, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12284, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12285, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12286, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12287, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12288, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12289, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-86.4600', '-2.0000', '2022-08-09', 'received', '43.2300', '43.2300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12290, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2547', '-106.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.9961', '0.0000', '2022-08-09', 'received', '0.2547', '0.2547', '-106.0000', NULL, NULL, 1, 'PZA', '-106.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12291, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.6765', '-15.0000', '2022-08-09', 'received', '0.2451', '0.2451', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12292, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5400', '-28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.1200', '0.0000', '2022-08-09', 'received', '0.5400', '0.5400', '-28.0000', NULL, NULL, 1, 'PZA', '-28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12293, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12294, NULL, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12295, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.5000', '-20.0000', '2022-08-09', 'received', '2.4750', '2.4750', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12296, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '-0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0500', '-0.5000', '2022-08-09', 'received', '2.1000', '2.1000', '-0.5000', NULL, NULL, 1, 'PZA', '-0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12297, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12298, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12299, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12300, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12301, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12302, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12303, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12304, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12305, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12306, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12307, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12308, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0000', '-4.0000', '2022-08-09', 'received', '3.2500', '3.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12309, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1600', '-4.0000', '2022-08-09', 'received', '0.5400', '0.5400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12310, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.1000', '-21.0000', '2022-08-09', 'received', '2.1000', '2.1000', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12311, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.8800', '-4.0000', '2022-08-09', 'received', '5.7200', '5.7200', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12312, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.3000', '1.0000', '2022-08-09', 'received', '34.3000', '34.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12313, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12314, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12315, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12316, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12317, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12318, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12319, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1575', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.3150', '0.0000', '2022-08-09', 'received', '5.1575', '5.1575', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12320, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12321, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12322, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.0900', '23.0000', '2022-08-09', 'received', '0.8300', '0.8300', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12323, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-675.0000', '-1.0000', '2022-08-09', 'received', '675.0000', '675.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12324, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12325, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12326, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12327, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.0030', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0150', '0.0000', '2022-08-09', 'received', '5.0030', '5.0030', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12328, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12329, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12330, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12331, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0000', '-1.0000', '2022-08-09', 'received', '64.0000', '64.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12332, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0000', '1.0000', '2022-08-09', 'received', '64.0000', '64.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12333, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12334, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12335, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.9000', '1.0000', '2022-08-09', 'received', '42.9000', '42.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12336, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12337, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '3.3300', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-69.9300', '0.0000', '2022-08-09', 'received', '3.3300', '3.3300', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12338, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2200', '-2.0000', '2022-08-09', 'received', '1.1100', '1.1100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12339, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12340, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12341, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12342, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-103.0000', '-2.0000', '2022-08-09', 'received', '51.5000', '51.5000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12343, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12344, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12345, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12346, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12347, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12348, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12349, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12350, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12351, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12352, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12353, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12354, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12355, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.0000', '-2.0000', '2022-08-09', 'received', '27.0000', '27.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12356, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12357, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12358, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12359, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12360, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12361, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12362, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12363, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12364, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12365, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12366, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12367, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12368, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12369, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12370, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12371, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12372, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12373, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12374, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12375, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12376, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12377, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12378, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12379, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12380, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12381, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12382, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12383, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12384, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12385, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12386, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12387, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12388, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12389, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12390, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12391, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12392, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '58.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '58.4200', '58.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12393, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12394, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '76.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '76.7100', '76.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12395, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12396, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12397, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.7250', '-1.0000', '2022-08-09', 'received', '14.7250', '14.7250', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12398, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12399, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3100', '-1.0000', '2022-08-09', 'received', '3.3100', '3.3100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12400, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.3626', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.7252', '0.0000', '2022-08-09', 'received', '7.3626', '7.3626', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12401, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12402, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12403, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12404, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12405, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12406, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12407, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12408, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12409, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12410, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12411, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12412, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12413, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12414, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12415, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12416, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12417, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12418, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12419, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.9000', '-1.0000', '2022-08-09', 'received', '24.9000', '24.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12420, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12421, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12422, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.3000', '1.0000', '2022-08-09', 'received', '6.3000', '6.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12423, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.8000', '-1.0000', '2022-08-09', 'received', '9.8000', '9.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12424, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12425, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12426, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12427, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12428, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12429, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12430, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12431, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12432, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12433, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12434, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12435, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12436, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12437, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12438, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12439, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12440, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12441, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12442, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12443, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.6100', '1.0000', '2022-08-09', 'received', '7.6100', '7.6100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12444, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12445, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12446, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12447, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12448, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12449, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12450, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12451, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '-1.0000', '2022-08-09', 'received', '24.0000', '24.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12452, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.2500', '0.0000', '2022-08-09', 'received', '6.7500', '6.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12453, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12454, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.8750', '0.0000', '2022-08-09', 'received', '12.2917', '12.2917', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12455, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.9900', '0.0000', '2022-08-09', 'received', '3.5700', '3.5700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12456, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.8000', '0.0000', '2022-08-09', 'received', '4.4500', '4.4500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12457, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.4500', '0.0000', '2022-08-09', 'received', '4.4500', '4.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12458, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12459, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.7200', '-1.0000', '2022-08-09', 'received', '10.7200', '10.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12460, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.9000', '-1.0000', '2022-08-09', 'received', '9.9000', '9.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12461, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12462, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.3000', '0.0000', '2022-08-09', 'received', '10.3000', '10.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12463, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0800', '0.0000', '2022-08-09', 'received', '9.0800', '9.0800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12464, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12465, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12466, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.9100', '2.0000', '2022-08-09', 'received', '5.4550', '5.4550', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12467, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.1500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4500', '0.0000', '2022-08-09', 'received', '2.1500', '2.1500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12468, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5466', '0.0000', '2022-08-09', 'received', '6.5466', '6.5466', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12469, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.2783', '0.0000', '2022-08-09', 'received', '9.4683', '9.4683', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12470, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8458', '0.0000', '2022-08-09', 'received', '3.4229', '3.4229', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12471, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12472, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.7517', '7.7517', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12473, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.3496', '8.3496', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12474, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '116.6665', '0.0000', '2022-08-09', 'received', '4.6667', '4.6667', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12475, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9450', '11.9450', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12476, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12477, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4400', '2.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12478, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '2.3800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.2800', '0.0000', '2022-08-09', 'received', '2.3800', '2.3800', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12479, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.8800', '0.0000', '2022-08-09', 'received', '2.9700', '2.9700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12480, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4200', '0.0000', '2022-08-09', 'received', '5.4200', '5.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12481, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.1000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.3000', '0.0000', '2022-08-09', 'received', '9.1000', '9.1000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12482, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.9000', '0.0000', '2022-08-09', 'received', '5.4500', '5.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12483, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12484, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-59.5000', '0.0000', '2022-08-09', 'received', '8.5000', '8.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12485, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0000', '0.0000', '2022-08-09', 'received', '2.8333', '2.8333', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12486, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.3333', '0.0000', '2022-08-09', 'received', '4.8333', '4.8333', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12487, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12488, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.3333', '0.0000', '2022-08-09', 'received', '2.0833', '2.0833', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12489, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12490, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '38.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.1100', '38.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12491, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12492, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.0000', '0.0000', '2022-08-09', 'received', '39.0000', '39.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12493, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.0000', '0.0000', '2022-08-09', 'received', '21.5000', '21.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12494, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5000', '0.0000', '2022-08-09', 'received', '37.5000', '37.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12495, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12496, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '47.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-47.3000', '0.0000', '2022-08-09', 'received', '47.3000', '47.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12497, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12498, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12499, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12500, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12501, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.8800', '12.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12502, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12503, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.8300', '0.0000', '2022-08-09', 'received', '10.8300', '10.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12504, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0800', '2.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12505, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12506, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9583', '0.0000', '2022-08-09', 'received', '5.9583', '5.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12507, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12508, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12509, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.3400', '-1.0000', '2022-08-09', 'received', '5.3400', '5.3400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12510, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12511, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '3.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12512, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12513, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12514, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '0.0000', '2022-08-09', 'received', '1.8750', '1.8750', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12515, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2500', '0.0000', '2022-08-09', 'received', '0.7500', '0.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12516, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12517, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.7500', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12518, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-08-09', 'received', '1.5000', '1.5000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12519, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2022-08-09', 'received', '7.5000', '7.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12520, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5000', '0.0000', '2022-08-09', 'received', '0.7500', '0.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12521, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12522, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12523, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12524, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12525, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12526, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '-2.0000', '2022-08-09', 'received', '3.7500', '3.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12527, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12528, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12529, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12530, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12531, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12532, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12533, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6600', '0.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12534, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '31.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.8600', '31.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12535, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12536, NULL, NULL, 2737, '7404001753652', 'CONDONES VIVE DE 3 UNIDADES', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12537, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12538, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12539, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12540, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12541, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12542, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12543, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12544, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12545, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12546, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12547, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3300', '-8.0000', '2022-08-09', 'received', '0.4163', '0.4163', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12548, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12549, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12550, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12551, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12552, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12553, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1400', '0.0000', '2022-08-09', 'received', '5.1400', '5.1400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12554, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12555, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12556, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12557, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12558, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7760', '5.0000', '2022-08-09', 'received', '1.5552', '1.5552', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12559, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0800', '4.0000', '2022-08-09', 'received', '3.7700', '3.7700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12560, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3750', '0.0000', '2022-08-09', 'received', '0.3958', '0.3958', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12561, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12562, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12563, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12564, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12565, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12566, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12567, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12568, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12569, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12570, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK (UNIDAD)', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12571, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-1.0000', '2022-08-09', 'received', '9.0000', '9.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12572, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7500', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12573, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12574, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12575, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.6200', '10.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12576, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12577, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12578, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12579, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12580, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '53.5500', '0.0000', '2022-08-09', 'received', '5.9500', '5.9500', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12581, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12582, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.7925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.7925', '7.7925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12583, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1500', '0.0000', '2022-08-09', 'received', '0.8583', '0.8583', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12584, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.0496', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0496', '0.0000', '2022-08-09', 'received', '2.0496', '2.0496', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12585, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12586, NULL, NULL, 3174, '74410187', 'SAL ANDREWS', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12587, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12588, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12589, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12590, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12591, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12592, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12593, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12594, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12595, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12596, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12597, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12598, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12599, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12600, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12601, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3500', '0.0000', '2022-08-09', 'received', '1.6700', '1.6700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12602, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4292', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4292', '0.4292', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12603, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12604, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12605, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12606, NULL, NULL, 2799, '748928006505', 'DETERGENTE XEDEX 450 GR', NULL, '4.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3500', '4.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12607, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12608, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.0917', '0.0000', '2022-08-09', 'received', '4.4092', '4.4092', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12609, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '-49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-208.7400', '-49.0000', '2022-08-09', 'received', '4.2600', '4.2600', '-49.0000', NULL, NULL, 1, 'PZA', '-49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12610, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12611, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12612, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.4000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12613, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.3000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12614, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12615, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12616, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.8800', '1.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12617, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12618, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12619, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6793', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.3027', '0.0000', '2022-08-09', 'received', '0.6793', '0.6793', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12620, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.1667', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-62.4999', '0.0000', '2022-08-09', 'received', '4.1667', '4.1667', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12621, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.3333', '0.0000', '2022-08-09', 'received', '5.4167', '5.4167', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12622, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.7800', '6.0000', '2022-08-09', 'received', '5.6300', '5.6300', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12623, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12624, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12625, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12626, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12627, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '26.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.4000', '26.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12628, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '95.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '95.8500', '95.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12629, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '53.8000', '53.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12630, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '148.9000', '148.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12631, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.8000', '0.0000', '2022-08-09', 'received', '25.8000', '25.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12632, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12633, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12634, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12635, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12636, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12637, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12638, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12639, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12640, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12641, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12642, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12643, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12644, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12645, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '32.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.9500', '32.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12646, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '62.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '62.0600', '62.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12647, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12648, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12649, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12650, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12651, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12652, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12653, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12654, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12655, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12656, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12657, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12658, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12659, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12660, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12661, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12662, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12663, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12664, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12665, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12666, NULL, NULL, 2570, '7501206646038', 'BROCA P/METAL 1/4??', NULL, '11.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.8900', '11.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12667, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12668, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12669, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12670, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.4100', '-1.0000', '2022-08-09', 'received', '41.4100', '41.4100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12671, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12672, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12673, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12674, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12675, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12676, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12677, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12678, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12679, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12680, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12681, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12682, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12683, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12684, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7600', '-1.0000', '2022-08-09', 'received', '7.7600', '7.7600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12685, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2800', '1.0000', '2022-08-09', 'received', '8.2800', '8.2800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12686, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2900', '-1.0000', '2022-08-09', 'received', '3.2900', '3.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12687, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1800', '4.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12688, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12689, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12690, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12691, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.6600', '-1.0000', '2022-08-09', 'received', '40.6600', '40.6600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12692, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12693, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12694, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12695, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12696, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5300', '-1.0000', '2022-08-09', 'received', '7.5300', '7.5300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12697, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12698, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12699, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12700, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12701, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12702, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12703, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '-309.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.6300', '-309.0000', '2022-08-09', 'received', '0.0700', '0.0700', '-309.0000', NULL, NULL, 1, 'PZA', '-309.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12704, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12705, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12706, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12707, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12708, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12709, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12710, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12711, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12712, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12713, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12714, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12715, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12716, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12717, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12718, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12719, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12720, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.7500', '-13.0000', '2022-08-09', 'received', '2.7500', '2.7500', '-13.0000', NULL, NULL, 5, 'UNIDAD', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12721, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12722, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12723, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12724, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12725, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12726, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12727, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12728, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12729, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12730, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12731, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12732, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12733, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12734, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.8300', '5.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12735, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12736, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12737, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12738, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.3925', '-1.0000', '2022-08-09', 'received', '11.3925', '11.3925', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12739, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12740, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.2500', '0.0000', '2022-08-09', 'received', '6.2500', '6.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12741, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12742, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12743, NULL, NULL, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', NULL, '4.2400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2400', '-1.0000', '2022-08-09', 'received', '4.2400', '4.2400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12744, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12745, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12746, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12747, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12748, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12749, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12750, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12751, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12752, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12753, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12754, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12755, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0600', '-2.0000', '2022-08-09', 'received', '0.0300', '0.0300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12756, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12757, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12758, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12759, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12760, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '1.0000', '2022-08-09', 'received', '17.5000', '17.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12761, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.5900', '1.0000', '2022-08-09', 'received', '6.5900', '6.5900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12762, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9500', '-1.0000', '2022-08-09', 'received', '2.9500', '2.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12763, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12764, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12765, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12766, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12767, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12768, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '208.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '208.1900', '208.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12769, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12770, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12771, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12772, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12773, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.1400', '20.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12774, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12775, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12776, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12777, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.3800', '-1.0000', '2022-08-09', 'received', '14.3800', '14.3800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12778, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12779, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12780, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12781, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12782, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12783, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12784, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12785, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.3100', '1.0000', '2022-08-09', 'received', '3.3100', '3.3100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12786, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12787, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12788, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12789, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.1000', '0.0000', '2022-08-09', 'received', '5.1000', '5.1000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12790, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12791, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12792, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12793, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12794, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12795, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.1667', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6668', '0.0000', '2022-08-09', 'received', '1.1667', '1.1667', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12796, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9167', '0.0000', '2022-08-09', 'received', '2.9167', '2.9167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12797, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12798, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12799, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12800, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12801, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12802, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12803, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12804, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12805, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12806, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12807, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.2000', '1.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12808, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12809, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.2096', '0.0000', '2022-08-09', 'received', '9.2096', '9.2096', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12810, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12811, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12812, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12813, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12814, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.5000', '-7.0000', '2022-08-09', 'received', '3.5000', '3.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12815, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12816, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12817, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12818, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12819, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12820, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12821, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12822, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-57.5000', '-10.0000', '2022-08-09', 'received', '5.7500', '5.7500', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12823, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12824, NULL, NULL, 2979, '7702031642725', 'LISTERINE COOL MINT', NULL, '29.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '29.7000', '29.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12825, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12826, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12827, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12828, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12829, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12830, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12831, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12832, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-2.0000', '2022-08-09', 'received', '10.0000', '10.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12833, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12834, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.8500', '24.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12835, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12836, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8000', '-1.0000', '2022-08-09', 'received', '2.8000', '2.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12837, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12838, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4500', '-1.0000', '2022-08-09', 'received', '2.4500', '2.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12839, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.6000', '2.0000', '2022-08-09', 'received', '2.8000', '2.8000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12840, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12841, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-1.0000', '2022-08-09', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12842, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9000', '0.0000', '2022-08-09', 'received', '5.9500', '5.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12843, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '17.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.0000', '17.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12844, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.7800', '-2.0000', '2022-08-09', 'received', '21.3900', '21.3900', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12845, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12846, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12847, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12848, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12849, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.5400', '6.0000', '2022-08-09', 'received', '4.5900', '4.5900', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12850, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12851, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12852, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12853, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12854, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12855, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12856, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12857, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12858, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12859, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '-2.0000', '2022-08-09', 'received', '0.2500', '0.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12860, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12861, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12862, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12863, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12864, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12865, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12866, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12867, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12868, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12869, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12870, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12871, NULL, NULL, 3560, '80790833', 'PANITO WINI', NULL, '1.5000', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '0.0000', '2022-08-09', 'received', '1.5000', '1.5000', '-24.0000', NULL, NULL, 5, 'UNIDAD', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12872, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5200', '0.0000', '2022-08-09', 'received', '4.3800', '4.3800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12873, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9100', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.5500', '-5.0000', '2022-08-09', 'received', '4.9100', '4.9100', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12874, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '50.6150', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.6150', '50.6150', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12875, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12876, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12877, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '132.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '132.7200', '132.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12878, NULL, NULL, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', NULL, '34.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.1000', '34.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12879, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12880, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12881, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.2800', '0.0000', '2022-08-09', 'received', '19.6400', '19.6400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12882, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12883, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3400', '-1.0000', '2022-08-09', 'received', '0.3400', '0.3400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12884, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.1250', '-9.0000', '2022-08-09', 'received', '1.1250', '1.1250', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12885, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1250', '-6.0000', '2022-08-09', 'received', '0.8542', '0.8542', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12886, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12887, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12888, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.9800', '2.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12889, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0800', '6.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12890, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.3125', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3125', '0.0000', '2022-08-09', 'received', '2.3125', '2.3125', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12891, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '0.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12892, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.8900', '1.0000', '2022-08-09', 'received', '20.8900', '20.8900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12893, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12894, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12895, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.5000', '-11.0000', '2022-08-09', 'received', '2.5000', '2.5000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12896, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12897, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12898, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '160.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '160.0000', '160.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12899, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12900, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12901, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12902, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5700', '0.0000', '2022-08-09', 'received', '0.8700', '0.8700', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12903, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12904, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12905, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5018', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.0144', '0.0000', '2022-08-09', 'received', '3.5018', '3.5018', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12906, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12907, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0816', '-2.0000', '2022-08-09', 'received', '4.5408', '4.5408', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12908, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12909, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12910, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12911, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12912, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12913, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12914, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12915, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12916, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12917, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12918, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12919, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12920, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12921, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12922, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12923, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12924, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12925, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12926, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12927, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12928, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12929, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12930, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '-0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7700', '-0.5000', '2022-08-09', 'received', '9.5400', '9.5400', '-0.5000', NULL, NULL, 1, 'PZA', '-0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12931, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '-1.4000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.6940', '-1.4000', '2022-08-09', 'received', '6.2100', '6.2100', '-1.4000', NULL, NULL, 1, 'PZA', '-1.4000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12932, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12933, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12934, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12935, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '-79.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-308.1000', '-79.0000', '2022-08-09', 'received', '3.9000', '3.9000', '-79.0000', NULL, NULL, 1, 'PZA', '-79.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12936, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.0000', '1.0000', '2022-08-09', 'received', '8.0000', '8.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12937, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12938, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12939, NULL, NULL, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12940, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12941, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12942, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12943, NULL, NULL, 2461, 'FER- 7506240656', '9DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12944, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3200', '-4.0000', '2022-08-09', 'received', '0.3300', '0.3300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12945, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12946, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12947, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12948, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12949, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12950, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12951, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0200', '-9.0000', '2022-08-09', 'received', '2.7800', '2.7800', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12952, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12953, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12954, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12955, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12956, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12957, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12958, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12959, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7400', '-2.0000', '2022-08-09', 'received', '0.8700', '0.8700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12960, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '1.0000', '2022-08-09', 'received', '0.5000', '0.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12961, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3200', '-2.0000', '2022-08-09', 'received', '0.1600', '0.1600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12962, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12963, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12964, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12965, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12966, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4500', '0.0000', '2022-08-09', 'received', '6.4500', '6.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12967, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12968, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12969, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0900', '1.0000', '2022-08-09', 'received', '0.0900', '0.0900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12970, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12971, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12972, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12973, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12974, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5900', '-23.0000', '2022-08-09', 'received', '0.3300', '0.3300', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12975, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12976, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12977, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.7000', '7.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12978, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5000', '-2.0000', '2022-08-09', 'received', '7.7500', '7.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12979, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.3000', '1.0000', '2022-08-09', 'received', '1.3000', '1.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12980, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12981, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12982, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12983, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12984, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12985, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12986, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12987, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1800', '-1.0000', '2022-08-09', 'received', '0.1800', '0.1800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12988, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12989, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12990, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12991, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12992, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-465.0000', '-3.0000', '2022-08-09', 'received', '155.0000', '155.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12993, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.0000', '-1.0000', '2022-08-09', 'received', '38.0000', '38.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12994, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-91.0000', '-7.0000', '2022-08-09', 'received', '13.0000', '13.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12995, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12996, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5800', '-2.0000', '2022-08-09', 'received', '1.7900', '1.7900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12997, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12998, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (12999, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13000, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13001, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13002, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13003, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13004, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13005, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13006, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13007, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13008, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13009, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13010, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13011, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '555.0000', '555.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13012, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '350.0000', '350.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13013, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3300', '-1.0000', '2022-08-09', 'received', '2.3300', '2.3300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13014, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13015, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13016, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13017, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13018, NULL, NULL, 2490, 'PVC00006', 'ADAOTADOR  1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13019, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13020, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13021, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6900', '-1.0000', '2022-08-09', 'received', '0.6900', '0.6900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13022, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5400', '2.0000', '2022-08-09', 'received', '2.2700', '2.2700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13023, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.9400', '-2.0000', '2022-08-09', 'received', '3.9700', '3.9700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13024, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7000', '0.0000', '2022-08-09', 'received', '0.8500', '0.8500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13025, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.7000', '13.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13026, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13027, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13028, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13029, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3800', '2.0000', '2022-08-09', 'received', '1.1900', '1.1900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13030, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8700', '3.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13031, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '95.3100', '0.0000', '2022-08-09', 'received', '10.5900', '10.5900', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13032, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13033, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13034, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5800', '2.0000', '2022-08-09', 'received', '1.2900', '1.2900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13035, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13036, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4500', '-5.0000', '2022-08-09', 'received', '0.6900', '0.6900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13037, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13038, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.1800', '2.0000', '2022-08-09', 'received', '1.0900', '1.0900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13039, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8000', '-2.0000', '2022-08-09', 'received', '3.4000', '3.4000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13040, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13041, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13042, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13043, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13044, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13045, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13046, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13047, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13048, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13049, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13050, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13051, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13052, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13053, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2600', '-2.0000', '2022-08-09', 'received', '1.1300', '1.1300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13054, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13055, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13056, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13057, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13058, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13059, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7800', '-2.0000', '2022-08-09', 'received', '0.8900', '0.8900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13060, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13061, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.0500', '7.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13062, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13063, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13064, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13065, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2500', '-1.0000', '2022-08-09', 'received', '3.2500', '3.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13066, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6000', '-16.0000', '2022-08-09', 'received', '0.6000', '0.6000', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13067, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13068, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9200', '-2.0000', '2022-08-09', 'received', '1.4600', '1.4600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13069, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6600', '-2.0000', '2022-08-09', 'received', '2.8300', '2.8300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13070, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13071, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13072, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2100', '1.0000', '2022-08-09', 'received', '1.2100', '1.2100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13073, NULL, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.9600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.9200', '-2.0000', '2022-08-09', 'received', '0.9600', '0.9600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13074, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13075, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0300', '1.0000', '2022-08-09', 'received', '13.0300', '13.0300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13076, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '1.0100', '1.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13077, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13078, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13079, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.9500', '0.0000', '2022-08-09', 'received', '12.6500', '12.6500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13080, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13081, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13082, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.1500', '-1.0000', '2022-08-09', 'received', '19.1500', '19.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13083, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13084, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13085, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13086, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13087, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.3500', '0.0000', '2022-08-09', 'received', '20.3500', '20.3500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13088, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13089, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13090, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13091, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13092, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13093, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13094, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13095, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13096, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13097, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13098, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1700', '-78.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.2600', '0.0000', '2022-08-09', 'received', '0.1700', '0.1700', '-78.0000', NULL, NULL, 1, 'PZA', '-78.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13099, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13100, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.0000', '2.0000', '2022-08-09', 'received', '8.0000', '8.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13101, NULL, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13102, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13103, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13104, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13105, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13106, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13107, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13108, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '36.1800', '36.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13109, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13110, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13111, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13112, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13113, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13114, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13115, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13116, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13117, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13118, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-09', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13129, 165, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9996', '0.0000', '2022-08-09', 'received', '2.0833', '2.0833', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13130, 165, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-08-09', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13131, 165, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.1184', '0.0000', '2022-08-09', 'received', '6.5466', '6.5466', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.5466');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13132, 165, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.1496', '0.0000', '2022-08-09', 'received', '3.4229', '3.4229', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13133, 165, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7808', '0.0000', '2022-08-09', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13134, 165, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-08-09', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13135, 165, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0816', '0.0000', '2022-08-09', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13136, 165, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.8208', '0.0000', '2022-08-09', 'received', '4.4092', '4.4092', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13137, 165, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '156.9996', '0.0000', '2022-08-09', 'received', '13.0833', '13.0833', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '13.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13138, 165, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.9996', '0.0000', '2022-08-09', 'received', '4.6666', '4.6666', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '4.6666');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13139, 166, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '409.9997', '0.0000', '2022-08-09', 'received', '8.5417', '8.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13140, 167, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.4000', '0.0000', '2022-08-09', 'received', '5.9500', '5.9500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13141, 167, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2022-08-09', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13142, 167, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-08-09', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13143, 168, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8775', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '154.5300', '0.0000', '2022-08-09', 'received', '12.8775', '12.8775', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '12.8775');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13144, 168, NULL, 2902, '7', 'GATORADE', NULL, '6.7350', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '161.6400', '0.0000', '2022-08-09', 'received', '6.7350', '6.7350', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.7350');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13145, 168, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9600', '0.0000', '2022-08-09', 'received', '2.0800', '2.0800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13146, 168, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-08-09', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13147, 168, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '0.0000', '2022-08-09', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13148, 168, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.6400', '0.0000', '2022-08-09', 'received', '2.9700', '2.9700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13149, 169, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.5600', '0.0000', '2022-08-10', 'received', '4.3800', '4.3800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13150, 169, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.6400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '31.6800', '0.0000', '2022-08-10', 'received', '2.6400', '2.6400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.6400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13151, 169, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.4500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.8000', '0.0000', '2022-08-10', 'received', '5.4500', '5.4500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13152, 170, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3077', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.2308', '0.0000', '2022-08-10', 'received', '14.3077', '14.3077', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '14.3077');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13153, 171, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '18.1600', '0.0000', '2022-08-10', 'received', '9.0800', '9.0800', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13154, 171, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-08-10', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13155, 171, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-08-10', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13156, 171, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5299', '77.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '271.8000', '0.0000', '2022-08-10', 'received', '3.5299', '3.5299', '77.0000', NULL, NULL, 1, 'PZA', '77.0000', NULL, NULL, NULL, NULL, '3.5299');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13157, 171, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '8.9000', '0.0000', '2022-08-10', 'received', '4.4500', '4.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13158, 171, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.4000', '0.0000', '2022-08-10', 'received', '4.4500', '4.4500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13159, 171, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-08-10', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13160, 171, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.2400', '2.0000', '2022-08-10', 'received', '13.6200', '13.6200', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '13.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13161, 171, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.6000', '0.0000', '2022-08-10', 'received', '10.3000', '10.3000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13162, 171, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '108.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.9600', '0.0000', '2022-08-10', 'received', '0.8700', '0.8700', '108.0000', NULL, NULL, 1, 'PZA', '108.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13163, 172, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '322.8000', '0.0000', '2022-08-10', 'received', '53.8000', '53.8000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '53.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13164, 172, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '101.7500', '0.0000', '2022-08-10', 'received', '20.3500', '20.3500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '20.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13165, 172, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.5000', '0.0000', '2022-08-10', 'received', '7.2500', '7.2500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '7.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13166, 172, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '87.3600', '3.0000', '2022-08-10', 'received', '29.1200', '29.1200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '29.1200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13167, 173, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '861.0000', '2.0000', '2022-08-10', 'received', '430.5000', '430.5000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '430.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13168, 174, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '168.0000', '2.0000', '2022-08-11', 'received', '28.0000', '28.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '28.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13169, 174, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '129.6000', '0.0000', '2022-08-11', 'received', '21.6000', '21.6000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '21.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13170, 174, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '114.0000', '4.0000', '2022-08-11', 'received', '9.5000', '9.5000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '9.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13171, 174, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '4.0000', '2022-08-11', 'received', '7.5000', '7.5000', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13172, 174, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.5000', '2.0000', '2022-08-11', 'received', '5.5000', '5.5000', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, '5.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13173, 174, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '96.0000', '0.0000', '2022-08-11', 'received', '32.0000', '32.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '32.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13174, 175, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '160.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '160.0000', '0.0000', '2022-08-11', 'received', '160.0000', '160.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '160.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13175, 176, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '210.3500', '4.0000', '2022-08-10', 'received', '42.0700', '42.0700', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '42.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13176, 176, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '210.3500', '4.0000', '2022-08-10', 'received', '42.0700', '42.0700', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '42.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13177, 176, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '112.0000', '4.0000', '2022-08-10', 'received', '28.0000', '28.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '28.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13178, 177, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '475.0000', '0.0000', '2022-08-11', 'received', '9.5000', '9.5000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '9.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13179, 177, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '96.0000', '3.0000', '2022-08-11', 'received', '16.0000', '16.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '16.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13180, 177, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '435.0000', '2.0000', '2022-08-11', 'received', '145.0000', '145.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '145.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13181, 177, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '435.0000', '2.0000', '2022-08-11', 'received', '145.0000', '145.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '145.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13182, 177, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '228.0000', '0.0000', '2022-08-11', 'received', '38.0000', '38.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13183, 178, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '134.3100', '3.0000', '2022-08-11', 'received', '44.7700', '44.7700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '44.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13184, 178, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '428.4600', '0.0000', '2022-08-11', 'received', '214.2300', '214.2300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '214.2300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13185, 178, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '124.5000', '6.0000', '2022-08-11', 'received', '20.7500', '20.7500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '20.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13186, 178, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.5000', '10.0000', '2022-08-11', 'received', '2.9500', '2.9500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13187, 178, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.9000', '10.0000', '2022-08-11', 'received', '3.3900', '3.3900', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '3.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13188, 178, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.1000', '10.0000', '2022-08-11', 'received', '4.3100', '4.3100', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '4.3100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13189, 178, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.9000', '10.0000', '2022-08-11', 'received', '6.7900', '6.7900', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '6.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13190, 179, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.9000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '690.0000', '0.0000', '2022-08-11', 'received', '6.9000', '6.9000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '6.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13191, 180, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.2096', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '221.0299', '0.0000', '2022-08-15', 'received', '9.2096', '9.2096', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.2096');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13192, 180, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7798', '0.0000', '2022-08-15', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13193, 180, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0797', '0.0000', '2022-08-15', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13194, 180, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-08-15', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13195, 180, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '335.9995', '0.0000', '2022-08-15', 'received', '4.6667', '4.6667', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13196, 180, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2022-08-15', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13197, 180, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '246.4500', '0.0000', '2022-08-15', 'received', '3.4229', '3.4229', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13198, 180, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.6500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '227.7000', '0.0000', '2022-08-15', 'received', '12.6500', '12.6500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '12.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13199, 180, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.0000', '0.0000', '2022-08-15', 'received', '4.8333', '4.8333', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13200, 180, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.0000', '0.0000', '2022-08-15', 'received', '2.0833', '2.0833', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13201, 181, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-08-15', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13202, 181, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '129.9600', '0.0000', '2022-08-15', 'received', '10.8300', '10.8300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13203, 181, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-08-15', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13204, 181, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.9600', '0.0000', '2022-08-15', 'received', '2.5800', '2.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13205, 181, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.2400', '0.0000', '2022-08-15', 'received', '8.5200', '8.5200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13206, 182, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9800', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.8800', '6.0000', '2022-08-15', 'received', '4.9800', '4.9800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13207, 182, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.4200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.0400', '0.0000', '2022-08-15', 'received', '5.4200', '5.4200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13208, 182, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.4500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.8000', '0.0000', '2022-08-15', 'received', '5.4500', '5.4500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13209, 183, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '28.3200', '6.0000', '2022-08-15', 'received', '2.3600', '2.3600', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '2.3600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13210, 183, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '8.8900', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '106.6800', '0.0000', '2022-08-15', 'received', '8.8900', '8.8900', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13211, 183, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.8000', '0.0000', '2022-08-15', 'received', '0.8583', '0.8583', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13212, 183, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.0000', '0.0000', '2022-08-15', 'received', '1.2500', '1.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '1.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13213, 184, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.7500', '0.0000', '2022-08-15', 'received', '1.8750', '1.8750', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13214, 184, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '3.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-08-15', 'received', '3.7500', '3.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13215, 184, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.5000', '14.0000', '2022-08-15', 'received', '3.7500', '3.7500', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13216, 184, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2022-08-15', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13217, 184, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2022-08-15', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13218, 185, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-08-15', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13219, 185, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2022-08-15', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13220, 185, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-08-15', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13221, 186, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '6.0000', '2022-08-15', 'received', '9.0000', '9.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13222, 186, NULL, 2661, '340', 'CHICLES.', NULL, '0.2547', '160.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.7500', '0.0000', '2022-08-15', 'received', '0.2547', '0.2547', '160.0000', NULL, NULL, 1, 'PZA', '160.0000', NULL, NULL, NULL, NULL, '0.2547');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13223, 186, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.3714', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.2000', '0.0000', '2022-08-15', 'received', '1.3714', '1.3714', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '1.3714');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13224, 186, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-08-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13225, 186, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '1.7917', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.7500', '0.0000', '2022-08-15', 'received', '1.7917', '1.7917', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '1.7917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13226, 186, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6925', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.7000', '0.0000', '2022-08-15', 'received', '0.6925', '0.6925', '40.0000', NULL, NULL, 1, 'PZA', '40.0000', NULL, NULL, NULL, NULL, '0.6925');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13227, 187, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.0000', '0.0000', '2022-08-16', 'received', '39.0000', '39.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13228, 187, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.7500', '0.0000', '2022-08-16', 'received', '22.2500', '22.2500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13229, 187, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-08-16', 'received', '37.5000', '37.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13230, 187, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.0000', '0.0000', '2022-08-16', 'received', '21.5000', '21.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13231, 187, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.3000', '0.0000', '2022-08-16', 'received', '36.3000', '36.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '36.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13232, 187, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.1458', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.4999', '0.0000', '2022-08-16', 'received', '5.1458', '5.1458', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.1458');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13233, 188, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.4896', '12.0000', '2022-08-19', 'received', '4.5408', '4.5408', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5408');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13234, 189, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3077', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.9231', '0.0000', '2022-08-19', 'received', '14.3077', '14.3077', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '14.3077');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13235, 190, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.9000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '690.0000', '0.0000', '2022-08-19', 'received', '6.9000', '6.9000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '6.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13236, 191, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '614.9995', '0.0000', '2022-08-19', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13237, 192, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '162.0000', '0.0000', '2022-08-19', 'received', '6.7500', '6.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13238, 192, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9600', '0.0000', '2022-08-19', 'received', '2.0800', '2.0800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13239, 192, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-08-19', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13240, 192, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2022-08-19', 'received', '6.2500', '6.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13241, 192, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '0.0000', '2022-08-19', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13242, 192, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1592', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9099', '0.0000', '2022-08-19', 'received', '5.1592', '5.1592', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1592');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13243, 193, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.0000', '20.0000', '2022-08-23', 'received', '2.7500', '2.7500', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '2.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13244, 193, NULL, 3560, '80790833', 'PANITO WINI', NULL, '1.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-08-23', 'received', '1.5000', '1.5000', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13245, 194, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.2000', '0.0000', '2022-08-23', 'received', '5.1000', '5.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13246, 194, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-08-23', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13247, 194, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-08-23', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13248, 194, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.6000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.8000', '0.0000', '2022-08-23', 'received', '3.6000', '3.6000', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13249, 195, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2022-08-23', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13250, 195, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2022-08-23', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13251, 195, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-08-23', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13252, 195, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-08-23', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13253, 196, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '6.0000', '2022-08-23', 'received', '9.0000', '9.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13254, 196, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '0.0000', '2022-08-23', 'received', '1.0000', '1.0000', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13255, 196, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1700', '200.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '34.0000', '0.0000', '2022-08-23', 'received', '0.1700', '0.1700', '200.0000', NULL, NULL, 1, 'PZA', '200.0000', NULL, NULL, NULL, NULL, '0.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13256, 196, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.4400', '6.0000', '2022-08-23', 'received', '4.2400', '4.2400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.2400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13257, 196, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '0.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-08-23', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13258, 196, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '17.9998', '0.0000', '2022-08-23', 'received', '0.6429', '0.6429', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '0.6429');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13259, 196, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '5.5533', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.6396', '0.0000', '2022-08-23', 'received', '5.5533', '5.5533', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '5.5533');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13260, 197, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3928', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.9640', '0.0000', '2022-08-24', 'received', '14.3928', '14.3928', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '14.3928');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13261, 198, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.5600', '0.0000', '2022-08-24', 'received', '4.3800', '4.3800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13262, 198, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '316.0800', '4.0000', '2022-08-24', 'received', '26.3400', '26.3400', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '26.3400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13263, 198, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.4500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.8000', '0.0000', '2022-08-24', 'received', '5.4500', '5.4500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13264, 199, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.2000', '0.0000', '2022-08-24', 'received', '1.6700', '1.6700', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '1.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13265, 199, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '80.0000', '0.0000', '2022-08-24', 'received', '0.8333', '0.8333', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13266, 199, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.0696', '8.0000', '2022-08-24', 'received', '0.4390', '0.4390', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '0.4390');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13267, 200, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '409.9997', '0.0000', '2022-08-24', 'received', '8.5417', '8.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13268, 201, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2022-09-01', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13269, 201, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0797', '0.0000', '2022-09-01', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13270, 201, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.8799', '0.0000', '2022-09-01', 'received', '7.5783', '7.5783', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13271, 201, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-09-01', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13272, 201, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.9998', '0.0000', '2022-09-01', 'received', '4.6667', '4.6667', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13273, 201, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2022-09-01', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13274, 201, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.1500', '0.0000', '2022-09-01', 'received', '3.4229', '3.4229', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13275, 201, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.5000', '0.0000', '2022-09-01', 'received', '13.0833', '13.0833', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '13.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13276, 201, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.9997', '0.0000', '2022-09-01', 'received', '2.7292', '2.7292', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.7292');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13277, 201, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.1736', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.2500', '0.0000', '2022-09-01', 'received', '4.1736', '4.1736', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '4.1736');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13278, 201, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '0.0000', '2022-09-01', 'received', '4.8333', '4.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13279, 201, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0000', '0.0000', '2022-09-01', 'received', '2.0833', '2.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13280, 201, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-09-01', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13281, 202, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-09-01', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13282, 202, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8775', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2650', '0.0000', '2022-09-01', 'received', '12.8775', '12.8775', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8775');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13283, 202, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9600', '0.0000', '2022-09-01', 'received', '2.0800', '2.0800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13284, 202, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-09-01', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13285, 202, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '0.0000', '2022-09-01', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13286, 202, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.2800', '0.0000', '2022-09-01', 'received', '2.9700', '2.9700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13287, 202, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '160.0800', '0.0000', '2022-09-01', 'received', '6.6700', '6.6700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13288, 203, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2022-09-05', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13289, 203, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '0.0000', '2022-09-05', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13290, 203, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-09-05', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13291, 203, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-09-05', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13292, 204, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.7500', '0.0000', '2022-09-05', 'received', '1.8750', '1.8750', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13293, 204, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-09-05', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13294, 204, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '112.5000', '0.0000', '2022-09-05', 'received', '3.7500', '3.7500', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13295, 204, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-09-05', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13296, 204, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2022-09-05', 'received', '3.0000', '3.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13297, 204, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.5000', '0.0000', '2022-09-05', 'received', '7.5000', '7.5000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13298, 204, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2022-09-05', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13299, 204, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2022-09-05', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13300, 204, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-09-05', 'received', '3.7500', '3.7500', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13301, 204, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '37.5000', '0.0000', '2022-09-05', 'received', '0.7500', '0.7500', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13302, 204, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-09-05', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13303, 205, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-09-06', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13304, 205, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.5600', '0.0000', '2022-09-06', 'received', '4.2600', '4.2600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.2600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13305, 205, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-09-06', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13306, 205, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.6000', '88.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '316.8000', '0.0000', '2022-09-06', 'received', '3.6000', '3.6000', '88.0000', NULL, NULL, 1, 'PZA', '88.0000', NULL, NULL, NULL, NULL, '3.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13307, 205, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-09-06', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13308, 205, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '8.9000', '0.0000', '2022-09-06', 'received', '4.4500', '4.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13309, 205, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '0.0000', '2022-09-06', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13310, 205, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-09-06', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13311, 205, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '62.6400', '0.0000', '2022-09-06', 'received', '0.8700', '0.8700', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13312, 206, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2000', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '230.4000', '0.0000', '2022-09-06', 'received', '3.2000', '3.2000', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '3.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13313, 206, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-09-06', 'received', '2.5000', '2.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13314, 207, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2022-09-06', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13315, 208, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '144.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.6000', '0.0000', '2022-09-06', 'received', '0.8583', '0.8583', '144.0000', NULL, NULL, 5, 'UNIDAD', '144.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13316, 208, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.0000', '0.0000', '2022-09-06', 'received', '1.2500', '1.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '1.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13317, 209, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.0000', '4.0000', '2022-09-06', 'received', '0.9167', '0.9167', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.9167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13318, 209, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.5000', '1.0000', '2022-09-06', 'received', '1.7917', '1.7917', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '1.7917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13319, 209, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '110.0500', '1.0000', '2022-09-06', 'received', '18.3417', '18.3417', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '18.3417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13320, 210, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-09-06', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13321, 210, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2022-09-06', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13322, 210, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-09-06', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13323, 210, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2022-09-06', 'received', '5.0000', '5.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13324, 211, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '22.7742', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '273.2899', '0.0000', '2022-09-06', 'received', '22.7742', '22.7742', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '22.7742');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13325, 211, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '39.4742', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '473.6900', '0.0000', '2022-09-06', 'received', '39.4742', '39.4742', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '39.4742');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13326, 212, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2022-09-06', 'received', '35.0000', '35.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13327, 212, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.0000', '0.0000', '2022-09-06', 'received', '35.0000', '35.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13328, 213, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2500', '0.0000', '2022-09-07', 'received', '12.8750', '12.8750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13329, 213, NULL, 2902, '7', 'GATORADE', NULL, '6.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '161.7600', '0.0000', '2022-09-07', 'received', '6.7400', '6.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13330, 213, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9000', '0.0000', '2022-09-07', 'received', '5.1583', '5.1583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13331, 213, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.0200', '-1.0000', '2022-09-07', 'received', '4.1700', '4.1700', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13332, 213, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-09-07', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13333, 214, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3518', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '258.3324', '0.0000', '2022-09-07', 'received', '14.3518', '14.3518', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '14.3518');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13334, 215, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '409.9997', '0.0000', '2022-09-08', 'received', '8.5417', '8.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13335, 216, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '332.0000', '0.0000', '2022-09-08', 'received', '166.0000', '166.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '166.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13336, 216, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '175.0000', '0.0000', '2022-09-08', 'received', '35.0000', '35.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13337, 217, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-09-08', 'received', '0.8333', '0.8333', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13338, 218, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '156.0000', '5.0000', '2022-09-12', 'received', '26.0000', '26.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '26.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13339, 218, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.5000', '0.0000', '2022-09-12', 'received', '10.7500', '10.7500', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '10.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13340, 218, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2022-09-12', 'received', '2.5000', '2.5000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13341, 218, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.0000', '2.0000', '2022-09-12', 'received', '61.5000', '61.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '61.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13342, 218, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '161.5000', '2.0000', '2022-09-12', 'received', '80.7500', '80.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '80.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13343, 218, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '174.0000', '4.0000', '2022-09-12', 'received', '29.0000', '29.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '29.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13344, 218, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '238.5000', '3.0000', '2022-09-12', 'received', '39.7500', '39.7500', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '39.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13345, 218, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '73.5000', '0.0000', '2022-09-12', 'received', '12.2500', '12.2500', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '12.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13346, 218, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '91.5000', '0.0000', '2022-09-12', 'received', '30.5000', '30.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '30.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13347, 218, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '205.5000', '6.0000', '2022-09-12', 'received', '34.2500', '34.2500', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '34.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13348, 218, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '116.2500', '0.0000', '2022-09-12', 'received', '7.7500', '7.7500', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '7.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13349, 218, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-09-12', 'received', '9.0000', '9.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13350, 218, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '3.0000', '2022-09-12', 'received', '6.0000', '6.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13351, 218, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '62.5000', '9.0000', '2022-09-12', 'received', '6.2500', '6.2500', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13352, 219, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.3600', '0.0000', '2022-09-12', 'received', '9.5600', '9.5600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.5600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13353, 219, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.0200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '18.1200', '0.0000', '2022-09-12', 'received', '3.0200', '3.0200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13354, 219, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2022-09-12', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13358, 221, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-09-12', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13359, 221, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2022-09-12', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13360, 221, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2022-09-12', 'received', '5.0000', '5.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13361, 222, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '6.0000', '2022-09-12', 'received', '9.0000', '9.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13362, 222, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '0.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-09-12', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13363, 222, NULL, 2661, '340', 'CHICLES.', NULL, '0.2547', '160.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.7500', '0.0000', '2022-09-12', 'received', '0.2547', '0.2547', '160.0000', NULL, NULL, 1, 'PZA', '160.0000', NULL, NULL, NULL, NULL, '0.2547');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13364, 222, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.2000', '0.0000', '2022-09-12', 'received', '1.6000', '1.6000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13365, 222, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.9000', '2.0000', '2022-09-12', 'received', '6.6500', '6.6500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '6.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13366, 222, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-09-12', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13367, 222, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '1.7917', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.4999', '3.0000', '2022-09-12', 'received', '1.7917', '1.7917', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.7917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13368, 223, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '25.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '255.0000', '0.0000', '2022-09-12', 'received', '25.5000', '25.5000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '25.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13369, 223, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '36.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-09-12', 'received', '36.0000', '36.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '36.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13370, 224, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0024', '0.0000', '2022-09-12', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13371, 225, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '660.0000', '0.0000', '2022-09-13', 'received', '6.6000', '6.6000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '6.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13372, 225, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '330.0000', '0.0000', '2022-09-13', 'received', '6.6000', '6.6000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '6.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13373, 226, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0300', '0.0000', '2022-09-13', 'received', '10.5900', '10.5900', '17.0000', NULL, NULL, 1, 'PZA', '17.0000', NULL, NULL, NULL, NULL, '10.5900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13374, 227, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.5880', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '131.2920', '0.0000', '2022-09-14', 'received', '14.5880', '14.5880', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '14.5880');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13375, 228, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '234.0000', '0.0000', '2022-09-14', 'received', '9.7500', '9.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13376, 228, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0797', '0.0000', '2022-09-14', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13377, 228, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.1184', '0.0000', '2022-09-14', 'received', '6.5466', '6.5466', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.5466');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13378, 228, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-09-14', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13379, 228, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '223.9997', '0.0000', '2022-09-14', 'received', '4.6667', '4.6667', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13380, 228, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '144.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '634.9200', '0.0000', '2022-09-14', 'received', '4.4092', '4.4092', '144.0000', NULL, NULL, 1, 'PZA', '144.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13381, 228, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.1500', '0.0000', '2022-09-14', 'received', '3.4229', '3.4229', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13382, 228, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.9997', '0.0000', '2022-09-14', 'received', '2.7292', '2.7292', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.7292');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13383, 228, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '3.8354', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.0500', '0.0000', '2022-09-14', 'received', '3.8354', '3.8354', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.8354');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13384, 228, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '0.0000', '2022-09-14', 'received', '4.8333', '4.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13385, 228, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-09-14', 'received', '2.0833', '2.0833', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13386, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13387, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13388, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13389, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13390, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13391, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-72.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.8000', '0.0000', '2022-09-21', 'received', '0.8583', '0.8583', '-72.0000', NULL, NULL, 5, 'UNIDAD', '-72.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13392, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13393, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13394, NULL, NULL, 3223, '1', 'TABCIN.', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13395, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.5880', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '14.5880', '14.5880', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13396, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2022-09-21', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13397, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13398, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13399, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13400, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13401, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '30.9400', '30.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13402, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13403, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '1.0000', '2022-09-21', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13404, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13405, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13406, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.9000', '1.0000', '2022-09-21', 'received', '49.9000', '49.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13407, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.0000', '0.0000', '2022-09-21', 'received', '9.5000', '9.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13408, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.6800', '12.0000', '2022-09-21', 'received', '0.3900', '0.3900', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13409, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13410, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13411, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13412, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13413, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13414, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13415, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13416, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13417, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13418, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13419, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13420, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.0000', '0.0000', '2022-09-21', 'received', '7.2500', '7.2500', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13421, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13422, NULL, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '22.7742', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '22.7742', '22.7742', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13423, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13424, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5100', '1.0000', '2022-09-21', 'received', '0.5100', '0.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13425, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0500', '5.0000', '2022-09-21', 'received', '0.6100', '0.6100', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13426, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13427, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13428, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13429, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13430, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.9000', '1.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13431, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.5800', '0.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13432, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.7900', '0.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13433, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.2700', '1.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13434, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.5900', '1.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13435, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.2300', '2.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13436, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2022-09-21', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13437, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13438, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13439, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13440, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13441, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13442, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13443, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8400', '6.0000', '2022-09-21', 'received', '0.1400', '0.1400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13444, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13445, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13446, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13447, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6000', '-24.0000', '2022-09-21', 'received', '0.4000', '0.4000', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13448, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13449, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13450, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '-2.0000', '2022-09-21', 'received', '18.0000', '18.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13451, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13452, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13453, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13454, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13455, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13456, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13457, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13458, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13459, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13460, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13461, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13462, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13463, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13464, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.4100', '-1.0000', '2022-09-21', 'received', '9.4100', '9.4100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13465, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.5100', '7.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13466, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13467, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13468, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13469, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13470, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13471, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13472, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13473, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.6600', '-2.0000', '2022-09-21', 'received', '10.8300', '10.8300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13474, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13475, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6700', '-29.0000', '2022-09-21', 'received', '0.2300', '0.2300', '-29.0000', NULL, NULL, 1, 'PZA', '-29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13476, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13477, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13478, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13479, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13480, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13481, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.1875', '0.0000', '2022-09-21', 'received', '2.7292', '2.7292', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13482, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0833', '0.0000', '2022-09-21', 'received', '13.0833', '13.0833', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13483, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4000', '-4.0000', '2022-09-21', 'received', '0.6000', '0.6000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13484, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13485, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13486, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '3.8354', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.8354', '3.8354', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13487, NULL, NULL, 2514, '11418040168', 'ALKA SELTZER .', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13488, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '1.4200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1000', '-5.0000', '2022-09-21', 'received', '1.4200', '1.4200', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13489, NULL, NULL, 2524, '11418696839', 'ASPIRINA FORTE', NULL, '0.7800', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.1400', '0.0000', '2022-09-21', 'received', '0.7800', '0.7800', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13490, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13491, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13492, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13493, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13494, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13495, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.7500', '0.0000', '2022-09-21', 'received', '4.2500', '4.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13496, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13497, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13498, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8333', '0.0000', '2022-09-21', 'received', '0.8333', '0.8333', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13499, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13500, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13501, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13502, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13503, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.4000', '2.0000', '2022-09-21', 'received', '4.2000', '4.2000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13504, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2022-09-21', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13505, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13506, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13507, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13508, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13509, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13510, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13511, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13512, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13513, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.2000', '2.0000', '2022-09-21', 'received', '6.1000', '6.1000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13514, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13515, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13516, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13517, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13518, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.9000', '0.0000', '2022-09-21', 'received', '2.5800', '2.5800', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13519, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13520, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13521, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13522, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13523, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.8000', '8.0000', '2022-09-21', 'received', '2.1000', '2.1000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13524, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13525, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13526, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13527, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13528, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13529, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13530, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13531, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2547', '-49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.4797', '0.0000', '2022-09-21', 'received', '0.2547', '0.2547', '-49.0000', NULL, NULL, 1, 'PZA', '-49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13532, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '-137.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.5787', '-137.0000', '2022-09-21', 'received', '0.2451', '0.2451', '-137.0000', NULL, NULL, 1, 'PZA', '-137.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13533, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6925', '-34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.5450', '0.0000', '2022-09-21', 'received', '0.6925', '0.6925', '-34.0000', NULL, NULL, 1, 'PZA', '-34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13534, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.3400', '0.0000', '2022-09-21', 'received', '6.6700', '6.6700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13535, NULL, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13536, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.3250', '-7.0000', '2022-09-21', 'received', '2.4750', '2.4750', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13537, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '8.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.8500', '8.5000', '2022-09-21', 'received', '2.1000', '2.1000', '8.5000', NULL, NULL, 1, 'PZA', '8.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13538, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13539, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13540, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13541, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13542, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13543, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13544, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13545, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13546, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.2400', '-2.0000', '2022-09-21', 'received', '13.6200', '13.6200', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13547, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13548, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13549, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13550, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13551, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13552, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13553, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13554, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13555, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13556, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13557, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2000', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.0000', '0.0000', '2022-09-21', 'received', '3.2000', '3.2000', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13558, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13559, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13560, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13561, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1583', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.2666', '0.0000', '2022-09-21', 'received', '5.1583', '5.1583', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13562, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13563, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13564, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13565, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13566, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13567, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13568, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13569, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.1458', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.6041', '0.0000', '2022-09-21', 'received', '5.1458', '5.1458', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13570, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13571, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '7.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.2250', '7.5000', '2022-09-21', 'received', '3.6300', '3.6300', '7.5000', NULL, NULL, 1, 'PZA', '7.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13572, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13573, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13574, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13575, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13576, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13577, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13578, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13579, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '3.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.3300', '3.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13580, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13581, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13582, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13583, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13584, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13585, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13586, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13587, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13588, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13589, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13590, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13591, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13592, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13593, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13594, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13595, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13596, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13597, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13598, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13599, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13600, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13601, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13602, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2022-09-21', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13603, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13604, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13605, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13606, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13607, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13608, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13609, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13610, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13611, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13612, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13613, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13614, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13615, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13616, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13617, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13618, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13619, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13620, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13621, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13622, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13623, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13624, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13625, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13626, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13627, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13628, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13629, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13630, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13631, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13632, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13633, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13634, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13635, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13636, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13637, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13638, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13639, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13640, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13641, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13642, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13643, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13644, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13645, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13646, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.7250', '1.0000', '2022-09-21', 'received', '14.7250', '14.7250', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13647, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13648, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13649, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3100', '-1.0000', '2022-09-21', 'received', '3.3100', '3.3100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13650, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.2500', '0.0000', '2022-09-21', 'received', '7.7500', '7.7500', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13651, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13652, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13653, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-2.0000', '2022-09-21', 'received', '6.0000', '6.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13654, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13655, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13656, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13657, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13658, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13659, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13660, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13661, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13662, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13663, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13664, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13665, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13666, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13667, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13668, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13669, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13670, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13671, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13672, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13673, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13674, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '84.1400', '2.0000', '2022-09-21', 'received', '42.0700', '42.0700', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13675, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13676, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0000', '-1.0000', '2022-09-21', 'received', '21.0000', '21.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13677, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3000', '-1.0000', '2022-09-21', 'received', '6.3000', '6.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13678, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13679, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13680, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13681, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13682, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13683, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13684, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13685, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13686, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13687, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13688, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13689, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13690, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13691, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13692, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13693, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13694, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13695, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13696, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13697, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13698, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.6100', '-1.0000', '2022-09-21', 'received', '7.6100', '7.6100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13699, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13700, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13701, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13702, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13703, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13704, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13705, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13706, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13707, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7400', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.4400', '0.0000', '2022-09-21', 'received', '6.7400', '6.7400', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13708, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13709, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.5833', '0.0000', '2022-09-21', 'received', '12.2917', '12.2917', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13710, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.4200', '0.0000', '2022-09-21', 'received', '3.5700', '3.5700', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13711, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9000', '0.0000', '2022-09-21', 'received', '4.4500', '4.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13712, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.9500', '0.0000', '2022-09-21', 'received', '4.4500', '4.4500', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13713, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13714, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13715, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13716, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13717, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.3000', '0.0000', '2022-09-21', 'received', '10.3000', '10.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13718, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0800', '0.0000', '2022-09-21', 'received', '9.0800', '9.0800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13719, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13720, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13721, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13722, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '1.7917', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.7083', '-11.0000', '2022-09-21', 'received', '1.7917', '1.7917', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13723, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.5466', '6.5466', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13724, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.4683', '0.0000', '2022-09-21', 'received', '9.4683', '9.4683', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13725, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.8062', '0.0000', '2022-09-21', 'received', '3.4229', '3.4229', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13726, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.7350', '0.0000', '2022-09-21', 'received', '7.5783', '7.5783', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13727, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7517', '0.0000', '2022-09-21', 'received', '7.7517', '7.7517', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13728, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5417', '0.0000', '2022-09-21', 'received', '8.5417', '8.5417', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13729, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '51.3333', '0.0000', '2022-09-21', 'received', '4.6667', '4.6667', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13730, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.8350', '0.0000', '2022-09-21', 'received', '11.9450', '11.9450', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13731, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13732, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.6400', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.0400', '0.0000', '2022-09-21', 'received', '2.6400', '2.6400', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13733, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.0200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0400', '0.0000', '2022-09-21', 'received', '3.0200', '3.0200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13734, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13735, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13736, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5600', '0.0000', '2022-09-21', 'received', '9.5600', '9.5600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13737, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.1800', '0.0000', '2022-09-21', 'received', '5.7400', '5.7400', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13738, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13739, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3332', '0.0000', '2022-09-21', 'received', '4.6666', '4.6666', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13740, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13741, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13742, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.5000', '0.0000', '2022-09-21', 'received', '4.8333', '4.8333', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13743, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13744, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3333', '0.0000', '2022-09-21', 'received', '2.0833', '2.0833', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13745, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.0000', '0.0000', '2022-09-21', 'received', '21.5000', '21.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13746, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.0000', '0.0000', '2022-09-21', 'received', '37.5000', '37.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13747, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13748, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13749, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.0000', '0.0000', '2022-09-21', 'received', '21.5000', '21.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13750, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13751, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13752, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.3000', '0.0000', '2022-09-21', 'received', '36.3000', '36.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13753, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13754, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13755, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13756, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.0000', '0.0000', '2022-09-21', 'received', '5.0000', '5.0000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13757, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.8750', '12.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13758, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.6000', '0.0000', '2022-09-21', 'received', '8.5200', '8.5200', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13759, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.6600', '0.0000', '2022-09-21', 'received', '10.8300', '10.8300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13760, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.7200', '0.0000', '2022-09-21', 'received', '2.0800', '2.0800', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13761, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13762, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.7917', '0.0000', '2022-09-21', 'received', '5.9583', '5.9583', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13763, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.7500', '0.0000', '2022-09-21', 'received', '15.3750', '15.3750', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13764, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13765, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.3600', '-4.0000', '2022-09-21', 'received', '5.3400', '5.3400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13766, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '0.0000', '2022-09-21', 'received', '7.5000', '7.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13767, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13768, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2022-09-21', 'received', '3.7500', '3.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13769, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5000', '0.0000', '2022-09-21', 'received', '3.7500', '3.7500', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13770, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2022-09-21', 'received', '1.8750', '1.8750', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13771, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7500', '0.0000', '2022-09-21', 'received', '0.7500', '0.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13772, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '0.0000', '2022-09-21', 'received', '3.0000', '3.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13773, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '0.0000', '2022-09-21', 'received', '4.5000', '4.5000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13774, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '0.0000', '2022-09-21', 'received', '1.5000', '1.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13775, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '0.0000', '2022-09-21', 'received', '7.5000', '7.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13776, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '-51.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.2500', '0.0000', '2022-09-21', 'received', '0.7500', '0.7500', '-51.0000', NULL, NULL, 1, 'PZA', '-51.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13777, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13778, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13779, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13780, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13781, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13782, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13783, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13784, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2022-09-21', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13785, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13786, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13787, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13788, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13789, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.6600', '0.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13790, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13791, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13792, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13793, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5000', '-1.0000', '2022-09-21', 'received', '5.5000', '5.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13794, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13795, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13796, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13797, NULL, NULL, 2737, '7404001753652', 'CONDONES VIVE DE 3 UNIDADES', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13798, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13799, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13800, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13801, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13802, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13803, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13804, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13805, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13806, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13807, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13808, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8325', '-2.0000', '2022-09-21', 'received', '0.4163', '0.4163', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13809, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.5000', '0.0000', '2022-09-21', 'received', '1.2500', '1.2500', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13810, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13811, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13812, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13813, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13814, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.1600', '-6.0000', '2022-09-21', 'received', '2.3600', '2.3600', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13815, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.1400', '5.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13816, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13817, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13818, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13819, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13820, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3312', '-6.0000', '2022-09-21', 'received', '1.5552', '1.5552', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13821, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.8500', '-5.0000', '2022-09-21', 'received', '3.7700', '3.7700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13822, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.3958', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.9167', '0.0000', '2022-09-21', 'received', '0.3958', '0.3958', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13823, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0000', '0.0000', '2022-09-21', 'received', '1.0000', '1.0000', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13824, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13825, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13826, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13827, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13828, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13829, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13830, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13831, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13832, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK (UNIDAD)', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13833, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-216.0000', '-24.0000', '2022-09-21', 'received', '9.0000', '9.0000', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13834, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0000', '0.0000', '2022-09-21', 'received', '4.2500', '4.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13835, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.8500', '0.0000', '2022-09-21', 'received', '4.1700', '4.1700', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13836, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13837, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13838, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.6200', '10.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13839, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13840, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13841, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13842, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13843, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '47.6000', '0.0000', '2022-09-21', 'received', '5.9500', '5.9500', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13844, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.0000', '0.0000', '2022-09-21', 'received', '5.0000', '5.0000', '-27.0000', NULL, NULL, 1, 'PZA', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13845, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '8.8900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.6700', '0.0000', '2022-09-21', 'received', '8.8900', '8.8900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13846, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5750', '0.0000', '2022-09-21', 'received', '0.8583', '0.8583', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13847, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.0496', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.1983', '0.0000', '2022-09-21', 'received', '2.0496', '2.0496', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13848, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13849, NULL, NULL, 3174, '74410187', 'SAL ANDREWS', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13850, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13851, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13852, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13853, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13854, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13855, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13856, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13857, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3200', '-4.0000', '2022-09-21', 'received', '1.5800', '1.5800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13858, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13859, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13860, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13861, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13862, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13863, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.5160', '-3.0000', '2022-09-21', 'received', '6.1720', '6.1720', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13864, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.7400', '0.0000', '2022-09-21', 'received', '1.6700', '1.6700', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13865, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5116', '8.0000', '2022-09-21', 'received', '0.4390', '0.4390', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13866, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13867, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13868, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13869, NULL, NULL, 2799, '748928006505', 'DETERGENTE XEDEX 450 GR', NULL, '4.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.3500', '4.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13870, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13871, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.4092', '0.0000', '2022-09-21', 'received', '4.4092', '4.4092', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13872, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2600', '-1.0000', '2022-09-21', 'received', '4.2600', '4.2600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13873, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.4000', '0.0000', '2022-09-21', 'received', '5.1000', '5.1000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13874, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2000', '0.0000', '2022-09-21', 'received', '5.1000', '5.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13875, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1000', '0.0000', '2022-09-21', 'received', '5.1000', '5.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13876, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13877, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13878, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13879, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.8800', '1.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13880, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13881, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13882, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13883, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '-36.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.1426', '0.0000', '2022-09-21', 'received', '0.6429', '0.6429', '-36.0000', NULL, NULL, 1, 'PZA', '-36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13884, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5833', '0.0000', '2022-09-21', 'received', '4.5833', '4.5833', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13885, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-92.0833', '0.0000', '2022-09-21', 'received', '5.4167', '5.4167', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13886, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.8900', '-3.0000', '2022-09-21', 'received', '5.6300', '5.6300', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13887, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13888, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13889, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13890, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13891, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '26.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '26.4000', '26.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13892, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '95.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '95.8500', '95.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13893, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '53.8000', '53.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13894, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '148.9000', '148.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13895, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.8000', '25.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13896, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13897, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13898, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13899, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13900, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13901, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13902, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13903, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13904, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13905, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13906, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13907, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13908, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13909, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '32.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '32.9500', '32.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13910, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '62.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '62.0600', '62.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13911, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13912, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13913, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13914, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13915, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13916, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13917, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13918, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13919, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13920, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13921, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13922, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13923, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13924, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13925, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13926, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9200', '-2.0000', '2022-09-21', 'received', '2.4600', '2.4600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13927, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13928, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13929, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13930, NULL, NULL, 2570, '7501206646038', 'BROCA P/METAL 1/4??', NULL, '11.8900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.8900', '-1.0000', '2022-09-21', 'received', '11.8900', '11.8900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13931, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13932, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13933, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13934, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13935, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13936, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13937, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13938, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.7800', '2.0000', '2022-09-21', 'received', '5.3900', '5.3900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13939, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13940, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13941, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13942, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13943, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13944, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13945, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13946, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13947, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13948, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13949, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13950, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13951, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13952, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5800', '2.0000', '2022-09-21', 'received', '6.7900', '6.7900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13953, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13954, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13955, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '40.6600', '40.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13956, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13957, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13958, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13959, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5100', '-3.0000', '2022-09-21', 'received', '5.1700', '5.1700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13960, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13961, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13962, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13963, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13964, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13965, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13966, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13967, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '303.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.2100', '303.0000', '2022-09-21', 'received', '0.0700', '0.0700', '303.0000', NULL, NULL, 1, 'PZA', '303.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13968, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9600', '-33.0000', '2022-09-21', 'received', '0.1200', '0.1200', '-33.0000', NULL, NULL, 1, 'PZA', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13969, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13970, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13971, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13972, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13973, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13974, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13975, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13976, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13977, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13978, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13979, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13980, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13981, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13982, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13983, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13984, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.5000', '-18.0000', '2022-09-21', 'received', '2.7500', '2.7500', '-18.0000', NULL, NULL, 5, 'UNIDAD', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13985, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13986, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4000', '-1.0000', '2022-09-21', 'received', '6.4000', '6.4000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13987, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13988, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13989, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13990, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13991, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13992, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13993, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13994, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.0000', '-1.0000', '2022-09-21', 'received', '16.0000', '16.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13995, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.9700', '-1.0000', '2022-09-21', 'received', '39.9700', '39.9700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13996, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13997, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13998, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.8300', '5.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (13999, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14000, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6200', '-1.0000', '2022-09-21', 'received', '2.6200', '2.6200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14001, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14002, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.7850', '-2.0000', '2022-09-21', 'received', '11.3925', '11.3925', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14003, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14004, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2500', '0.0000', '2022-09-21', 'received', '6.2500', '6.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14005, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14006, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14007, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.2000', '-5.0000', '2022-09-21', 'received', '4.2400', '4.2400', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14008, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '5.5533', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.9797', '0.0000', '2022-09-21', 'received', '5.5533', '5.5533', '-9.0000', NULL, NULL, 5, 'UNIDAD', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14009, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14010, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14011, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14012, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.2700', '1.0000', '2022-09-21', 'received', '6.2700', '6.2700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14013, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14014, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14015, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14016, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14017, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14018, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14019, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14020, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5100', '-17.0000', '2022-09-21', 'received', '0.0300', '0.0300', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14021, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2900', '-1.0000', '2022-09-21', 'received', '10.2900', '10.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14022, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14023, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14024, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14025, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '1.0000', '2022-09-21', 'received', '17.5000', '17.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14026, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14027, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9000', '-2.0000', '2022-09-21', 'received', '2.9500', '2.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14028, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14029, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.5500', '-1.0000', '2022-09-21', 'received', '20.5500', '20.5500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14030, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14031, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14032, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14033, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14034, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9500', '-1.0000', '2022-09-21', 'received', '11.9500', '11.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14035, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14036, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14037, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14038, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '20.7500', '20.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14039, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14040, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14041, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14042, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14043, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.7400', '-1.0000', '2022-09-21', 'received', '25.7400', '25.7400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14044, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14045, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14046, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14047, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14048, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14049, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14050, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14051, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14052, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14053, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14054, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.6000', '0.0000', '2022-09-21', 'received', '5.1000', '5.1000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14055, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14056, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.6667', '-16.0000', '2022-09-21', 'received', '0.9167', '0.9167', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14057, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14058, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14059, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14060, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '0.0000', '2022-09-21', 'received', '1.6000', '1.6000', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14061, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.7500', '0.0000', '2022-09-21', 'received', '2.9167', '2.9167', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14062, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14063, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14064, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14065, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14066, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14067, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14068, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14069, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14070, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14071, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14072, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.2000', '1.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14073, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14074, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7500', '0.0000', '2022-09-21', 'received', '9.7500', '9.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14075, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14076, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14077, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14078, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.3200', '-1.0000', '2022-09-21', 'received', '12.3200', '12.3200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14079, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14080, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14081, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14082, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14083, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14084, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14085, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14086, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6000', '-2.0000', '2022-09-21', 'received', '4.8000', '4.8000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14087, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.7500', '5.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14088, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14089, NULL, NULL, 2979, '7702031642725', 'LISTERINE COOL MINT', NULL, '29.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '29.7000', '29.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14090, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14091, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14092, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5000', '-1.0000', '2022-09-21', 'received', '16.5000', '16.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14093, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14094, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.4800', '-2.0000', '2022-09-21', 'received', '25.2400', '25.2400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14095, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14096, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14097, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14098, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14099, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '24.8500', '24.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14100, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '1.0000', '2022-09-21', 'received', '2.8000', '2.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14101, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8000', '-1.0000', '2022-09-21', 'received', '2.8000', '2.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14102, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.4000', '-12.0000', '2022-09-21', 'received', '2.4500', '2.4500', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14103, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4500', '-1.0000', '2022-09-21', 'received', '2.4500', '2.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14104, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14105, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.5000', '-2.0000', '2022-09-21', 'received', '5.2500', '5.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14106, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14107, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14108, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.1200', '-1.0000', '2022-09-21', 'received', '29.1200', '29.1200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14109, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14110, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14111, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14112, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14113, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.5000', '-1.0000', '2022-09-21', 'received', '11.5000', '11.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14114, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.7700', '3.0000', '2022-09-21', 'received', '4.5900', '4.5900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14115, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14116, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14117, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14118, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '23.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '164.5000', '23.5000', '2022-09-21', 'received', '7.0000', '7.0000', '23.5000', NULL, NULL, 1, 'PZA', '23.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14119, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14120, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14121, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14122, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14123, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14124, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0000', '-4.0000', '2022-09-21', 'received', '0.2500', '0.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14125, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.2500', '0.0000', '2022-09-21', 'received', '7.2500', '7.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14126, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14127, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14128, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14129, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14130, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14131, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14132, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14133, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14134, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14135, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14136, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14137, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14138, NULL, NULL, 3560, '80790833', 'PANITO WINI', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14139, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.3800', '4.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14140, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.9800', '4.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14141, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '50.6150', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '50.6150', '50.6150', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14142, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14143, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14144, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '132.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '132.7200', '132.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14145, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '39.4742', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '39.4742', '39.4742', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14146, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14147, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14148, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '19.6400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.2800', '0.0000', '2022-09-21', 'received', '19.6400', '19.6400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14149, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14150, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14151, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2500', '-2.0000', '2022-09-21', 'received', '1.1250', '1.1250', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14152, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14153, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14154, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14155, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.9800', '2.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14156, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.0800', '6.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14157, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '0.0000', '2022-09-21', 'received', '2.5000', '2.5000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14158, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14159, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14160, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14161, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.4750', '0.0000', '2022-09-21', 'received', '11.4917', '11.4917', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14162, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14163, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14164, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0800', '3.0000', '2022-09-21', 'received', '0.3600', '0.3600', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14165, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14166, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14167, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14168, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14169, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5500', '-1.0000', '2022-09-21', 'received', '6.5500', '6.5500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14170, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-53.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.1100', '0.0000', '2022-09-21', 'received', '0.8700', '0.8700', '-53.0000', NULL, NULL, 1, 'PZA', '-53.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14171, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14172, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.3000', '1.0000', '2022-09-21', 'received', '7.3000', '7.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14173, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.6000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.4000', '0.0000', '2022-09-21', 'received', '3.6000', '3.6000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14174, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14175, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6224', '-3.0000', '2022-09-21', 'received', '4.5408', '4.5408', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14176, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14177, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14178, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14179, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14180, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14181, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14182, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14183, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14184, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14185, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14186, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14187, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14188, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14189, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14190, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14191, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14192, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14193, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14194, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14195, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5100', '-3.0000', '2022-09-21', 'received', '1.1700', '1.1700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14196, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0000', '0.0000', '2022-09-21', 'received', '13.0000', '13.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14197, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14198, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '-0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7700', '-0.5000', '2022-09-21', 'received', '9.5400', '9.5400', '-0.5000', NULL, NULL, 1, 'PZA', '-0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14199, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '-8.6000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-53.4060', '-8.6000', '2022-09-21', 'received', '6.2100', '6.2100', '-8.6000', NULL, NULL, 1, 'PZA', '-8.6000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14200, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14201, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14202, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14203, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14204, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14205, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-1.0000', '2022-09-21', 'received', '0.6000', '0.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14206, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14207, NULL, NULL, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14208, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2900', '-1.0000', '2022-09-21', 'received', '5.2900', '5.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14209, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14210, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14211, NULL, NULL, 2461, 'FER- 7506240656', '9DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14212, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14213, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '111.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.6500', '111.0000', '2022-09-21', 'received', '0.1500', '0.1500', '111.0000', NULL, NULL, 1, 'PZA', '111.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14214, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14215, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14216, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14217, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14218, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14219, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14220, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14221, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14222, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14223, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14224, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14225, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14226, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-1.0000', '2022-09-21', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14227, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14228, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14229, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4400', '-9.0000', '2022-09-21', 'received', '0.1600', '0.1600', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14230, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14231, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14232, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.6400', '-6.0000', '2022-09-21', 'received', '5.9400', '5.9400', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14233, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.4500', '1.0000', '2022-09-21', 'received', '6.4500', '6.4500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14234, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14235, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6000', '0.0000', '2022-09-21', 'received', '6.6000', '6.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14236, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4500', '-1.0000', '2022-09-21', 'received', '6.4500', '6.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14237, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14238, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14239, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14240, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14241, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14242, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14243, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14244, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14245, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.7000', '7.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14246, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14247, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.1000', '-17.0000', '2022-09-21', 'received', '1.3000', '1.3000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14248, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14249, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14250, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14251, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14252, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14253, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '-26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3400', '-26.0000', '2022-09-21', 'received', '0.0900', '0.0900', '-26.0000', NULL, NULL, 1, 'PZA', '-26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14254, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1000', '-6.0000', '2022-09-21', 'received', '0.3500', '0.3500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14255, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7200', '-4.0000', '2022-09-21', 'received', '0.1800', '0.1800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14256, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14257, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14258, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14259, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14260, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '155.0000', '155.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14261, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14262, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14263, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14264, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.5300', '-7.0000', '2022-09-21', 'received', '1.7900', '1.7900', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14265, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14266, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14267, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14268, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14269, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14270, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14271, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14272, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14273, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14274, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14275, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14276, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14277, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14278, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14279, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '555.0000', '555.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14280, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '350.0000', '350.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14281, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3300', '1.0000', '2022-09-21', 'received', '2.3300', '2.3300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14282, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14283, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14284, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2200', '-2.0000', '2022-09-21', 'received', '1.6100', '1.6100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14285, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14286, NULL, NULL, 2490, 'PVC00006', 'ADAOTADOR  1/2', NULL, '0.6900', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.1100', '0.0000', '2022-09-21', 'received', '0.6900', '0.6900', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14287, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6400', '-1.0000', '2022-09-21', 'received', '2.6400', '2.6400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14288, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14289, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.9000', '10.0000', '2022-09-21', 'received', '0.6900', '0.6900', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14290, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8100', '3.0000', '2022-09-21', 'received', '2.2700', '2.2700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14291, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14292, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.8500', '0.0000', '2022-09-21', 'received', '0.8500', '0.8500', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14293, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.7000', '0.0000', '2022-09-21', 'received', '13.7000', '13.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14294, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14295, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14296, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14297, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.1900', '1.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14298, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.8700', '0.0000', '2022-09-21', 'received', '3.8700', '3.8700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14299, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14300, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14301, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14302, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.1900', '-11.0000', '2022-09-21', 'received', '1.2900', '1.2900', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14303, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2900', '1.0000', '2022-09-21', 'received', '2.2900', '2.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14304, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0700', '3.0000', '2022-09-21', 'received', '0.6900', '0.6900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14305, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14306, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0900', '-1.0000', '2022-09-21', 'received', '1.0900', '1.0900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14307, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.2000', '8.0000', '2022-09-21', 'received', '3.4000', '3.4000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14308, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '38.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.8200', '26.0000', '2022-09-21', 'received', '0.8900', '0.8900', '38.0000', NULL, NULL, 1, 'PZA', '38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14309, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14310, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14311, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14312, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14313, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14314, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14315, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14316, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14317, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14318, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14319, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14320, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14321, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1300', '-1.0000', '2022-09-21', 'received', '1.1300', '1.1300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14322, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14323, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2022-09-21', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14324, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0500', '1.0000', '2022-09-21', 'received', '3.0500', '3.0500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14325, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14326, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14327, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8900', '1.0000', '2022-09-21', 'received', '0.8900', '0.8900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14328, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14329, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.0500', '7.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14330, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14331, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9900', '-1.0000', '2022-09-21', 'received', '0.9900', '0.9900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14332, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14333, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14334, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6000', '1.0000', '2022-09-21', 'received', '0.6000', '0.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14335, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14336, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14337, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8300', '1.0000', '2022-09-21', 'received', '2.8300', '2.8300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14338, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14339, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14340, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.1000', '-10.0000', '2022-09-21', 'received', '1.2100', '1.2100', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14341, NULL, NULL, 2491, 'PVC00193', 'ADAPTADOR 1/2', NULL, '0.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.9600', '0.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14342, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14343, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14344, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0200', '2.0000', '2022-09-21', 'received', '1.0100', '1.0100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14345, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14346, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14347, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '12.6500', '12.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14348, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14349, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.9800', '1.0000', '2022-09-21', 'received', '3.9800', '3.9800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14350, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14351, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14352, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14353, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14354, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14355, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '61.0500', '0.0000', '2022-09-21', 'received', '20.3500', '20.3500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14356, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14357, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14358, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14359, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14360, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14361, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14362, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14363, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14364, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14365, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14366, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1700', '-109.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.5300', '0.0000', '2022-09-21', 'received', '0.1700', '0.1700', '-109.0000', NULL, NULL, 1, 'PZA', '-109.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14367, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14368, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14369, NULL, NULL, 3329, 'VBLPVC05', 'VALVULA BOLA PVC 1\"', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14370, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14371, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14372, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14373, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14374, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14375, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14376, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '36.1800', '36.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14377, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14378, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14379, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14380, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14381, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14382, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14383, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14384, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14385, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14386, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-21', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14387, 229, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2022-09-21', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14388, 230, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-09-21', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14389, 230, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '0.0000', '2022-09-21', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14390, 230, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-09-21', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14391, 230, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.3428', '42.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.3997', '0.0000', '2022-09-21', 'received', '3.3428', '3.3428', '42.0000', NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, '3.3428');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14392, 230, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '31.3200', '0.0000', '2022-09-21', 'received', '0.8700', '0.8700', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14393, 231, NULL, 2902, '7', 'GATORADE', NULL, '6.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '161.7600', '0.0000', '2022-09-21', 'received', '6.7400', '6.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14394, 231, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9600', '0.0000', '2022-09-21', 'received', '2.0800', '2.0800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14395, 231, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-09-21', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14396, 231, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.2400', '0.0000', '2022-09-21', 'received', '8.5200', '8.5200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14397, 231, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9000', '0.0000', '2022-09-21', 'received', '5.1583', '5.1583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14398, 231, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2022-09-21', 'received', '6.2500', '6.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14399, 232, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1700', '300.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-09-21', 'received', '0.1700', '0.1700', '300.0000', NULL, NULL, 1, 'PZA', '300.0000', NULL, NULL, NULL, NULL, '0.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14400, 232, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-09-21', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14401, 232, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '59.9999', '2.0000', '2022-09-21', 'received', '4.6154', '4.6154', '13.0000', NULL, NULL, 5, 'UNIDAD', '13.0000', NULL, NULL, NULL, NULL, '4.6154');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14402, 233, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-09-21', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14403, 233, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '73.7500', '0.0000', '2022-09-21', 'received', '12.2917', '12.2917', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.2917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14404, 233, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-09-21', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14405, 233, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-09-21', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14406, 234, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.7250', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '161.9750', '0.0000', '2022-09-21', 'received', '14.7250', '14.7250', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '14.7250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14407, 235, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '205.0008', '0.0000', '2022-09-21', 'received', '8.5417', '8.5417', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14408, 236, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.0496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '98.3800', '0.0000', '2022-09-21', 'received', '2.0496', '2.0496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.0496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14409, 237, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '89.0000', '0.0000', '2022-09-21', 'received', '22.2500', '22.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14410, 237, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '156.0000', '0.0000', '2022-09-21', 'received', '39.0000', '39.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14411, 237, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '112.5000', '0.0000', '2022-09-21', 'received', '37.5000', '37.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14412, 237, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.0000', '0.0000', '2022-09-21', 'received', '21.5000', '21.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14413, 237, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '112.5000', '0.0000', '2022-09-21', 'received', '37.5000', '37.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14414, 237, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '300.0000', '0.0000', '2022-09-21', 'received', '6.2500', '6.2500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14415, 238, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-09-21', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14416, 238, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2022-09-21', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14417, 238, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2022-09-21', 'received', '2.2500', '2.2500', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '2.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14418, 238, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '0.0000', '2022-09-21', 'received', '1.5000', '1.5000', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14419, 238, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-09-21', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14420, 238, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2022-09-21', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14421, 239, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0024', '0.0000', '2022-09-27', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14422, 240, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '0.0000', '2022-09-27', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14423, 240, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2500', '0.0000', '2022-09-27', 'received', '12.8750', '12.8750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14424, 240, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '129.9600', '0.0000', '2022-09-27', 'received', '10.8300', '10.8300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14425, 240, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '0.0000', '2022-09-27', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14426, 240, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2022-09-27', 'received', '5.0000', '5.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14427, 240, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9000', '0.0000', '2022-09-27', 'received', '5.1583', '5.1583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14428, 241, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '80.0000', '1.0000', '2022-09-27', 'received', '6.6667', '6.6667', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '6.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14429, 241, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.0000', '6.0000', '2022-09-27', 'received', '1.2500', '1.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14430, 241, NULL, 2661, '340', 'CHICLES.', NULL, '0.2667', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '16.0000', '0.0000', '2022-09-27', 'received', '0.2667', '0.2667', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.2667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14431, 242, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '175.0000', '0.0000', '2022-09-27', 'received', '35.0000', '35.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14432, 242, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.0000', '0.0000', '2022-09-27', 'received', '35.0000', '35.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14433, 243, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2022-09-28', 'received', '6.2500', '6.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14434, 243, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-09-28', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14435, 243, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-09-28', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14436, 243, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2022-09-28', 'received', '10.0000', '10.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '10.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14437, 243, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9000', '0.0000', '2022-09-28', 'received', '5.1583', '5.1583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14438, 244, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '133.9200', '0.0000', '2022-09-28', 'received', '5.5800', '5.5800', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14439, 244, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.6400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '63.3600', '0.0000', '2022-09-28', 'received', '2.6400', '2.6400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.6400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14440, 244, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7600', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.8000', '0.0000', '2022-09-28', 'received', '1.7600', '1.7600', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '1.7600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14441, 244, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.3200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.8400', '0.0000', '2022-09-28', 'received', '4.3200', '4.3200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14442, 245, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-09-28', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14443, 245, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2022-09-28', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14444, 245, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-09-28', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14445, 245, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-09-28', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14446, 246, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '234.0000', '0.0000', '2022-10-03', 'received', '9.7500', '9.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14447, 246, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0797', '0.0000', '2022-10-03', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14448, 246, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-10-03', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14449, 246, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '317.4600', '0.0000', '2022-10-03', 'received', '4.4092', '4.4092', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14450, 246, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '116.4000', '0.0000', '2022-10-03', 'received', '4.8500', '4.8500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14451, 246, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '0.0000', '2022-10-03', 'received', '4.8333', '4.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14452, 246, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-10-03', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14453, 247, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2022-10-03', 'received', '4.5000', '4.5000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14454, 247, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-10-03', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14455, 247, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-10-03', 'received', '3.0000', '3.0000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14456, 247, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2022-10-03', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14457, 248, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '5.0000', '2022-10-03', 'received', '9.0000', '9.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14458, 248, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '34.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.5000', '0.0000', '2022-10-03', 'received', '2.4265', '2.4265', '34.0000', NULL, NULL, 5, 'UNIDAD', '34.0000', NULL, NULL, NULL, NULL, '2.4265');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14459, 248, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.0000', '0.0000', '2022-10-03', 'received', '1.0000', '1.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14460, 248, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '5.8000', '0.0000', '2022-10-03', 'received', '0.7250', '0.7250', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '0.7250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14461, 248, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.8000', '0.0000', '2022-10-03', 'received', '4.1500', '4.1500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14462, 248, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.2000', '0.0000', '2022-10-03', 'received', '1.6000', '1.6000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14463, 248, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.1400', '4.0000', '2022-10-03', 'received', '0.8357', '0.8357', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.8357');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14464, 248, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '69.0000', '0.0000', '2022-10-03', 'received', '5.7500', '5.7500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14465, 248, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-10-03', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14466, 248, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '17.9998', '0.0000', '2022-10-03', 'received', '0.6429', '0.6429', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '0.6429');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14467, 249, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.3000', '0.0000', '2022-10-03', 'received', '5.1000', '5.1000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14468, 249, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-10-03', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14469, 249, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '0.0000', '2022-10-03', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14470, 249, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.6000', '0.0000', '2022-10-03', 'received', '4.4500', '4.4500', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14471, 249, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.6000', '0.0000', '2022-10-03', 'received', '10.3000', '10.3000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14472, 249, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.6000', '52.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '187.2000', '0.0000', '2022-10-03', 'received', '3.6000', '3.6000', '52.0000', NULL, NULL, 1, 'PZA', '52.0000', NULL, NULL, NULL, NULL, '3.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14473, 250, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.1200', '0.0000', '2022-10-03', 'received', '4.3800', '4.3800', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14474, 250, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.3600', '0.0000', '2022-10-03', 'received', '5.1400', '5.1400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14475, 250, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.0400', '0.0000', '2022-10-03', 'received', '11.4200', '11.4200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '11.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14476, 250, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2022-10-03', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14477, 250, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.3600', '0.0000', '2022-10-03', 'received', '3.0300', '3.0300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14478, 251, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-10-03', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14479, 251, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2022-10-03', 'received', '5.0000', '5.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14480, 251, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '80.0400', '0.0000', '2022-10-03', 'received', '6.6700', '6.6700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '6.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14481, 251, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-10-03', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14482, 251, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.6667', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '152.0000', '0.0000', '2022-10-03', 'received', '12.6667', '12.6667', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '12.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14483, 252, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.9000', '0.0000', '2022-10-03', 'received', '4.3900', '4.3900', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '4.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14484, 252, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.6000', '10.0000', '2022-10-03', 'received', '14.0600', '14.0600', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '14.0600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14485, 252, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '21.4800', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '107.4000', '4.0000', '2022-10-03', 'received', '21.4800', '21.4800', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '21.4800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14486, 252, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2300', '1.0000', '2022-10-03', 'received', '214.2300', '214.2300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '214.2300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14487, 252, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '86.0200', '0.0000', '2022-10-03', 'received', '43.0100', '43.0100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '43.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14488, 252, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '113.2600', '2.0000', '2022-10-03', 'received', '56.6300', '56.6300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '56.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14489, 252, NULL, 3597, '17506240624612', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.4000', '10.0000', '2022-10-03', 'received', '9.3400', '9.3400', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '9.3400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14490, 252, NULL, 3598, '17506240624629', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '2.9500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.5000', '0.0000', '2022-10-03', 'received', '2.9500', '2.9500', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14491, 253, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.3519', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '258.3333', '0.0000', '2022-10-04', 'received', '14.3519', '14.3519', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '14.3519');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14492, 254, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '350.0000', '0.0000', '2022-10-06', 'received', '35.0000', '35.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14493, 255, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.9998', '0.0000', '2022-10-07', 'received', '2.2917', '2.2917', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '2.2917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14494, 255, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.9998', '0.0000', '2022-10-07', 'received', '2.2917', '2.2917', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '2.2917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14495, 255, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '144.0000', '56.0000', '2022-10-07', 'received', '1.5000', '1.5000', '96.0000', NULL, NULL, 5, 'UNIDAD', '96.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14496, 255, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '38.0000', '1.0000', '2022-10-07', 'received', '1.5833', '1.5833', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '1.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14497, 255, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.7000', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '84.0000', '0.0000', '2022-10-07', 'received', '0.7000', '0.7000', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '0.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14498, 255, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '90.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '104.9994', '10.0000', '2022-10-07', 'received', '1.1667', '1.1667', '90.0000', NULL, NULL, 5, 'UNIDAD', '90.0000', NULL, NULL, NULL, NULL, '1.1667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14499, 255, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.0000', '4.0000', '2022-10-07', 'received', '2.2500', '2.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '2.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14500, 255, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '13.5000', '3.0000', '2022-10-07', 'received', '1.5000', '1.5000', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14501, 255, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.0000', '0.0000', '2022-10-07', 'received', '12.0000', '12.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '12.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14502, 255, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '1.0000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.0000', '-35.0000', '2022-10-07', 'received', '1.0000', '1.0000', '100.0000', NULL, NULL, 5, 'UNIDAD', '100.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14503, 255, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.9998', '1.0000', '2022-10-07', 'received', '1.6667', '1.6667', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '1.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14504, 255, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '80.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.0000', '20.0000', '2022-10-07', 'received', '0.5000', '0.5000', '80.0000', NULL, NULL, 5, 'UNIDAD', '80.0000', NULL, NULL, NULL, NULL, '0.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14505, 255, NULL, 2661, '340', 'CHICLES.', NULL, '0.3000', '200.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-10-07', 'received', '0.3000', '0.3000', '200.0000', NULL, NULL, 1, 'PZA', '200.0000', NULL, NULL, NULL, NULL, '0.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14506, 255, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '155.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '59.9990', '11.0000', '2022-10-07', 'received', '0.3871', '0.3871', '155.0000', NULL, NULL, 5, 'UNIDAD', '155.0000', NULL, NULL, NULL, NULL, '0.3871');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14507, 255, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.0000', '1.0000', '2022-10-07', 'received', '2.5000', '2.5000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14508, 255, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.9968', '1.0000', '2022-10-07', 'received', '1.0416', '1.0416', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '1.0416');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14509, 255, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '55.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '7.0000', '2022-10-07', 'received', '0.8182', '0.8182', '55.0000', NULL, NULL, 5, 'UNIDAD', '55.0000', NULL, NULL, NULL, NULL, '0.8182');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14510, 255, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.0000', '1.0000', '2022-10-07', 'received', '2.5000', '2.5000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14511, 255, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1300', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '13.0000', '0.0000', '2022-10-07', 'received', '0.1300', '0.1300', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14512, 255, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-10-07', 'received', '0.0000', '0.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14513, 256, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.3600', '0.0000', '2022-10-07', 'received', '9.5600', '9.5600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.5600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14514, 256, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.8800', '0.0000', '2022-10-07', 'received', '5.7400', '5.7400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14515, 257, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-10-07', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14516, 257, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-10-07', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14517, 258, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-10-07', 'received', '1.2500', '1.2500', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '1.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14518, 258, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '300.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '257.4999', '0.0000', '2022-10-07', 'received', '0.8583', '0.8583', '300.0000', NULL, NULL, 5, 'UNIDAD', '300.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14519, 258, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '4.4400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.6400', '0.0000', '2022-10-07', 'received', '4.4400', '4.4400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14520, 259, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '7.8333', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '563.9998', '0.0000', '2022-10-10', 'received', '7.8333', '7.8333', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '7.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14521, 260, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '285.6000', '0.0000', '2022-10-10', 'received', '5.9500', '5.9500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14522, 260, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '0.0000', '2022-10-10', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14523, 260, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-10-10', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14524, 260, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-10-10', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14525, 260, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-10-10', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14526, 261, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '74.9996', '15.0000', '2022-10-10', 'received', '2.8846', '2.8846', '26.0000', NULL, NULL, 5, 'UNIDAD', '26.0000', NULL, NULL, NULL, NULL, '2.8846');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14527, 261, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '28.9999', '0.0000', '2022-10-10', 'received', '2.4167', '2.4167', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '2.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14528, 261, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.0000', '27.0000', '2022-10-10', 'received', '1.1000', '1.1000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14529, 261, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '37.5000', '50.0000', '2022-10-10', 'received', '0.7500', '0.7500', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14530, 261, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.0000', '34.0000', '2022-10-10', 'received', '0.7000', '0.7000', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, '0.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14531, 261, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.0000', '12.0000', '2022-10-10', 'received', '3.4000', '3.4000', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '3.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14532, 261, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.4998', '44.0000', '2022-10-10', 'received', '0.4583', '0.4583', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.4583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14533, 261, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.4998', '0.0000', '2022-10-10', 'received', '1.9167', '1.9167', '30.0000', NULL, NULL, 5, 'UNIDAD', '30.0000', NULL, NULL, NULL, NULL, '1.9167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14534, 261, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '84.9960', '7.0000', '2022-10-10', 'received', '1.4166', '1.4166', '60.0000', NULL, NULL, 5, 'UNIDAD', '60.0000', NULL, NULL, NULL, NULL, '1.4166');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14535, 261, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '84.9996', '44.0000', '2022-10-10', 'received', '1.4167', '1.4167', '60.0000', NULL, NULL, 5, 'UNIDAD', '60.0000', NULL, NULL, NULL, NULL, '1.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14536, 261, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-10-10', 'received', '0.7500', '0.7500', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14537, 261, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '34.9980', '29.0000', '2022-10-10', 'received', '0.5833', '0.5833', '60.0000', NULL, NULL, 5, 'UNIDAD', '60.0000', NULL, NULL, NULL, NULL, '0.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14538, 261, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.9996', '0.0000', '2022-10-10', 'received', '3.3333', '3.3333', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '3.3333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14539, 261, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.9996', '0.0000', '2022-10-10', 'received', '3.3333', '3.3333', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '3.3333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14540, 261, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.0000', '7.0000', '2022-10-10', 'received', '5.3125', '5.3125', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '5.3125');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14541, 261, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.9996', '60.0000', '2022-10-10', 'received', '0.9167', '0.9167', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.9167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14542, 261, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '47.4994', '21.0000', '2022-10-10', 'received', '1.8269', '1.8269', '26.0000', NULL, NULL, 5, 'UNIDAD', '26.0000', NULL, NULL, NULL, NULL, '1.8269');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14543, 261, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '47.5000', '1.0000', '2022-10-10', 'received', '0.9500', '0.9500', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, '0.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14544, 261, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.5000', '0.0000', '2022-10-10', 'received', '1.1500', '1.1500', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, '1.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14545, 261, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '30.0000', '2022-10-10', 'received', '0.6000', '0.6000', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, '0.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14546, 261, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '28.0000', '0.0000', '2022-10-10', 'received', '0.5600', '0.5600', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '0.5600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14547, 261, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '53.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.9981', '48.0000', '2022-10-10', 'received', '1.0377', '1.0377', '53.0000', NULL, NULL, 5, 'UNIDAD', '53.0000', NULL, NULL, NULL, NULL, '1.0377');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14548, 261, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '68.0000', '2022-10-10', 'received', '0.2000', '0.2000', '100.0000', NULL, NULL, 5, 'UNIDAD', '100.0000', NULL, NULL, NULL, NULL, '0.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14549, 262, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.0000', '0.0000', '2022-10-10', 'received', '0.8333', '0.8333', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14550, 262, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.2400', '0.0000', '2022-10-10', 'received', '1.6700', '1.6700', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '1.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14551, 263, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '574.9899', '0.0000', '2022-10-10', 'received', '191.6633', '191.6633', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '191.6633');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14552, 263, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '240.7500', '0.0000', '2022-10-10', 'received', '20.0625', '20.0625', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '20.0625');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14553, 263, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '40.6717', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '488.0599', '0.0000', '2022-10-10', 'received', '40.6717', '40.6717', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '40.6717');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14554, 264, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '18.0000', '2022-10-11', 'received', '1.1250', '1.1250', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '1.1250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14555, 264, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.6499', '0.0000', '2022-10-11', 'received', '0.8042', '0.8042', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '0.8042');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14556, 264, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '103.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '18.1898', '54.0000', '2022-10-11', 'received', '0.1766', '0.1766', '103.0000', NULL, NULL, 5, 'UNIDAD', '103.0000', NULL, NULL, NULL, NULL, '0.1766');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14557, 264, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '96.0600', '0.0000', '2022-10-11', 'received', '16.0100', '16.0100', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '16.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14558, 264, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '0.0000', '2022-10-11', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14559, 264, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0096', '25.0000', '2022-10-11', 'received', '0.9002', '0.9002', '60.0000', NULL, NULL, 5, 'UNIDAD', '60.0000', NULL, NULL, NULL, NULL, '0.9002');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14560, 264, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.7800', '0.0000', '2022-10-11', 'received', '3.6300', '3.6300', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '3.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14561, 264, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-10-11', 'received', '6.0000', '6.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14562, 264, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '83.6100', '0.0000', '2022-10-11', 'received', '9.2900', '9.2900', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, '9.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14563, 265, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.6842', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '161.5262', '0.0000', '2022-10-11', 'received', '14.6842', '14.6842', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '14.6842');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14564, 266, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2022-10-11', 'received', '6.2500', '6.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14565, 266, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '0.0000', '2022-10-11', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14566, 266, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-10-11', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14567, 267, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '660.0000', '0.0000', '2022-10-14', 'received', '6.6000', '6.6000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '6.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14568, 267, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.0000', '1.0000', '2022-10-14', 'received', '3.5000', '3.5000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '3.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14569, 268, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.0200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '18.1200', '0.0000', '2022-10-14', 'received', '3.0200', '3.0200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14570, 268, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2022-10-14', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14571, 268, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.7000', '1.0000', '2022-10-14', 'received', '5.9500', '5.9500', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14572, 269, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.0800', '0.0000', '2022-10-14', 'received', '9.0800', '9.0800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14573, 269, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.0800', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.0800', '1.0000', '2022-10-14', 'received', '9.0800', '9.0800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14574, 269, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-10-14', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14575, 269, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '12.7800', '0.0000', '2022-10-14', 'received', '4.2600', '4.2600', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '4.2600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14576, 269, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-10-14', 'received', '5.1000', '5.1000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14577, 269, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.6000', '0.0000', '2022-10-14', 'received', '4.4500', '4.4500', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14578, 269, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.3000', '0.0000', '2022-10-14', 'received', '10.3000', '10.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14579, 269, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '62.6400', '0.0000', '2022-10-14', 'received', '0.8700', '0.8700', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14580, 269, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.0000', '0.0000', '2022-10-14', 'received', '1.7500', '1.7500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14581, 269, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.6000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '28.8000', '0.0000', '2022-10-14', 'received', '3.6000', '3.6000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '3.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14582, 270, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '144.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2022-10-14', 'received', '0.8333', '0.8333', '144.0000', NULL, NULL, 1, 'PZA', '144.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14583, 271, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '5.0000', '2022-10-17', 'received', '9.0000', '9.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14584, 271, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '11.5000', '5.0000', '2022-10-17', 'received', '2.3000', '2.3000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '2.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14585, 272, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-10-17', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14586, 272, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2022-10-17', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14587, 272, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-10-17', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14588, 272, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-10-17', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14589, 273, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.7500', '0.0000', '2022-10-17', 'received', '1.8750', '1.8750', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14590, 273, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-10-17', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14591, 273, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2022-10-17', 'received', '3.0000', '3.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14592, 273, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.5000', '0.0000', '2022-10-17', 'received', '7.5000', '7.5000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14593, 273, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2022-10-17', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14594, 273, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2022-10-17', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14604, 274, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '28.9998', '0.0000', '2022-10-17', 'received', '4.8333', '4.8333', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14605, 274, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-10-17', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14606, 274, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7808', '0.0000', '2022-10-17', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14607, 274, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-10-17', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14608, 274, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.0408', '0.0000', '2022-10-17', 'received', '7.7517', '7.7517', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14609, 274, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '363.7584', '0.0000', '2022-10-17', 'received', '7.5783', '7.5783', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14610, 274, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1040', '0.0000', '2022-10-17', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14611, 274, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '2.8208', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.8496', '0.0000', '2022-10-17', 'received', '2.8208', '2.8208', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.8208');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14612, 274, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '131.0016', '0.0000', '2022-10-17', 'received', '2.7292', '2.7292', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.7292');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14613, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.9100', '0.0000', '2022-10-18', 'received', '19.9100', '19.9100', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14615, 275, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.6389', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '131.7501', '0.0000', '2022-10-19', 'received', '14.6389', '14.6389', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '14.6389');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14616, 276, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2022-10-19', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14617, 277, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '204.9998', '0.0000', '2022-10-21', 'received', '8.5417', '8.5417', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14618, 277, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-10-21', 'received', '15.0000', '15.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14619, 277, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.7917', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.9997', '0.0000', '2022-10-21', 'received', '3.7917', '3.7917', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.7917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14620, 278, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0200', '0.0000', '2022-10-21', 'received', '0.0100', '0.0100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '0.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14621, 278, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '103.7600', '0.0000', '2022-10-21', 'received', '2.1617', '2.1617', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.1617');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14622, 278, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.9500', '0.0000', '2022-10-21', 'received', '11.4917', '11.4917', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '11.4917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14623, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1766', '-1.0000', '2022-10-24', 'received', '0.1766', '0.1766', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14624, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14625, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14626, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14627, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.2499', '42.0000', '2022-10-24', 'received', '0.4583', '0.4583', '42.0000', NULL, NULL, 1, 'PZA', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14628, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '8.0000', '2022-10-24', 'received', '0.7500', '0.7500', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14629, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14630, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14631, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.6800', '-2.0000', '2022-10-24', 'received', '26.3400', '26.3400', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14632, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14633, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14634, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-82.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.3833', '0.0000', '2022-10-24', 'received', '0.8583', '0.8583', '-82.0000', NULL, NULL, 5, 'UNIDAD', '-82.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14635, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14636, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7917', '-1.0000', '2022-10-24', 'received', '1.7917', '1.7917', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14637, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.6389', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-146.3888', '0.0000', '2022-10-24', 'received', '14.6389', '14.6389', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14638, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14639, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14640, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14641, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14642, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14643, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.9400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.9400', '-1.0000', '2022-10-24', 'received', '30.9400', '30.9400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14644, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-315.0000', '0.0000', '2022-10-24', 'received', '35.0000', '35.0000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14645, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-2.0000', '2022-10-24', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14646, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14647, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14648, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14649, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-47.5000', '0.0000', '2022-10-24', 'received', '9.5000', '9.5000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14650, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '-139.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.2100', '-139.0000', '2022-10-24', 'received', '0.3900', '0.3900', '-139.0000', NULL, NULL, 1, 'PZA', '-139.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14651, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '-63.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.7500', '-63.0000', '2022-10-24', 'received', '0.2500', '0.2500', '-63.0000', NULL, NULL, 1, 'PZA', '-63.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14652, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.5800', '2.0000', '2022-10-24', 'received', '2.7900', '2.7900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14653, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14654, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14655, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '68.0000', '1.0000', '2022-10-24', 'received', '68.0000', '68.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14656, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-1.0000', '2022-10-24', 'received', '30.0000', '30.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14657, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14658, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14659, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14660, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.2000', '-2.0000', '2022-10-24', 'received', '6.1000', '6.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14661, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14662, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.2500', '0.0000', '2022-10-24', 'received', '7.2500', '7.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14663, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '74.8000', '2.0000', '2022-10-24', 'received', '14.9600', '14.9600', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14664, NULL, NULL, 2485, '102190', 'ACEITE SAE 40 AMERICAN', NULL, '22.7742', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.5483', '0.0000', '2022-10-24', 'received', '22.7742', '22.7742', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14665, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14666, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5100', '-1.0000', '2022-10-24', 'received', '0.5100', '0.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14667, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2700', '-7.0000', '2022-10-24', 'received', '0.6100', '0.6100', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14668, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14669, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14670, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14671, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14672, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.9000', '1.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14673, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.5800', '0.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14674, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.7900', '0.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14675, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.2700', '1.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14676, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.5900', '1.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14677, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.2300', '2.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14678, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '4.0000', '2022-10-24', 'received', '2.5000', '2.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14679, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.0000', '-2.0000', '2022-10-24', 'received', '3.5000', '3.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14680, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.0000', '2.0000', '2022-10-24', 'received', '3.5000', '3.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14681, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-1.0000', '2022-10-24', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14682, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0900', '-3.0000', '2022-10-24', 'received', '3.0300', '3.0300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14683, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8900', '-1.0000', '2022-10-24', 'received', '4.8900', '4.8900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14684, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14685, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '-133.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.6200', '-133.0000', '2022-10-24', 'received', '0.1400', '0.1400', '-133.0000', NULL, NULL, 1, 'PZA', '-133.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14686, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14687, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-1.0000', '2022-10-24', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14688, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0000', '-1.0000', '2022-10-24', 'received', '2.0000', '2.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14689, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '-76.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.4000', '-76.0000', '2022-10-24', 'received', '0.4000', '0.4000', '-76.0000', NULL, NULL, 1, 'PZA', '-76.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14690, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '-51.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.9500', '-51.0000', '2022-10-24', 'received', '0.4500', '0.4500', '-51.0000', NULL, NULL, 1, 'PZA', '-51.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14691, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.9500', '-1.0000', '2022-10-24', 'received', '21.9500', '21.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14692, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-1.0000', '2022-10-24', 'received', '18.0000', '18.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14693, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14694, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14695, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14696, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14697, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14698, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14699, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14700, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14701, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14702, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14703, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14704, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14705, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14706, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.6400', '-4.0000', '2022-10-24', 'received', '9.4100', '9.4100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14707, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.5100', '7.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14708, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14709, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.4600', '2.0000', '2022-10-24', 'received', '4.7300', '4.7300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14710, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '56.9400', '2.0000', '2022-10-24', 'received', '28.4700', '28.4700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14711, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14712, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14713, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14714, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14715, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.4900', '-3.0000', '2022-10-24', 'received', '10.8300', '10.8300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14716, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14717, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.3600', '32.0000', '2022-10-24', 'received', '0.2300', '0.2300', '32.0000', NULL, NULL, 1, 'PZA', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14718, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14719, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14720, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14721, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14722, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '45.0000', '3.0000', '2022-10-24', 'received', '15.0000', '15.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14723, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.3750', '0.0000', '2022-10-24', 'received', '2.7292', '2.7292', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14724, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.0833', '13.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14725, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-1.0000', '2022-10-24', 'received', '0.6000', '0.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14726, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14727, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14728, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '2.8208', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.4625', '0.0000', '2022-10-24', 'received', '2.8208', '2.8208', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14729, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8333', '-2.0000', '2022-10-24', 'received', '0.9167', '0.9167', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14730, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.7300', '-1.0000', '2022-10-24', 'received', '13.7300', '13.7300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14731, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14732, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14733, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14734, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.3700', '1.0000', '2022-10-24', 'received', '7.3700', '7.3700', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14735, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.2500', '0.0000', '2022-10-24', 'received', '4.2500', '4.2500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14736, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14737, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14738, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2022-10-24', 'received', '0.8333', '0.8333', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14739, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14740, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9400', '0.0000', '2022-10-24', 'received', '2.9700', '2.9700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14741, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.2500', '-1.0000', '2022-10-24', 'received', '46.2500', '46.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14742, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7600', '2.0000', '2022-10-24', 'received', '3.8800', '3.8800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14743, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.4000', '-2.0000', '2022-10-24', 'received', '4.2000', '4.2000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14744, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5000', '-7.0000', '2022-10-24', 'received', '2.5000', '2.5000', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14745, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.6400', '-2.0000', '2022-10-24', 'received', '19.8200', '19.8200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14746, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14747, NULL, NULL, 3597, '17506240624612', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14748, NULL, NULL, 3598, '17506240624629', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14749, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14750, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14751, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14752, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14753, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.5900', '1.0000', '2022-10-24', 'received', '37.5900', '37.5900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14754, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14755, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14756, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.5000', '5.0000', '2022-10-24', 'received', '6.1000', '6.1000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14757, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14758, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.2800', '-1.0000', '2022-10-24', 'received', '30.2800', '30.2800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14759, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14760, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14761, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1600', '0.0000', '2022-10-24', 'received', '2.5800', '2.5800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14762, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14763, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.3000', '-2.0000', '2022-10-24', 'received', '6.6500', '6.6500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14764, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.1200', '-3.0000', '2022-10-24', 'received', '10.0400', '10.0400', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14765, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14766, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1000', '-1.0000', '2022-10-24', 'received', '2.1000', '2.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14767, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14768, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14769, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14770, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14771, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14772, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-1.0000', '2022-10-24', 'received', '30.0000', '30.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14773, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14774, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.3000', '-54.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.2000', '0.0000', '2022-10-24', 'received', '0.3000', '0.3000', '-54.0000', NULL, NULL, 1, 'PZA', '-54.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14775, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14776, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.7000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2000', '0.0000', '2022-10-24', 'received', '0.7000', '0.7000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14777, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0300', '0.0000', '2022-10-24', 'received', '6.6700', '6.6700', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14778, NULL, NULL, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', NULL, '11.7483', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.4966', '0.0000', '2022-10-24', 'received', '11.7483', '11.7483', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14779, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.4750', '2.4750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14780, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14781, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14782, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14783, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14784, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.0000', '-1.0000', '2022-10-24', 'received', '19.0000', '19.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14785, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.9000', '0.0000', '2022-10-24', 'received', '4.1500', '4.1500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14786, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14787, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1483', '0.0000', '2022-10-24', 'received', '4.1483', '4.1483', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14788, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14789, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14790, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14791, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14792, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14793, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14794, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14795, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14796, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8042', '1.0000', '2022-10-24', 'received', '0.8042', '0.8042', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14797, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7200', '-1.0000', '2022-10-24', 'received', '5.7200', '5.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14798, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.3000', '-1.0000', '2022-10-24', 'received', '34.3000', '34.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14799, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.5600', '1.0000', '2022-10-24', 'received', '6.5600', '6.5600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14800, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14801, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2000', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.6000', '0.0000', '2022-10-24', 'received', '3.2000', '3.2000', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14802, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14803, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14804, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14805, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1583', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.2666', '0.0000', '2022-10-24', 'received', '5.1583', '5.1583', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14806, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.7917', '3.7917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14807, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-8.0000', '2022-10-24', 'received', '2.5000', '2.5000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14808, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14809, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14810, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14811, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14812, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.3000', '-6.0000', '2022-10-24', 'received', '7.5500', '7.5500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14813, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2500', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.2500', '0.0000', '2022-10-24', 'received', '6.2500', '6.2500', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14814, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14815, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1500', '0.0000', '2022-10-24', 'received', '1.1500', '1.1500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14816, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14817, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-2.0000', '2022-10-24', 'received', '1.2500', '1.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14818, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14819, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14820, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14821, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14822, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.8000', '-2.0000', '2022-10-24', 'received', '42.9000', '42.9000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14823, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14824, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0000', '0.0000', '2022-10-24', 'received', '5.0000', '5.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14825, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14826, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5833', '-1.0000', '2022-10-24', 'received', '1.5833', '1.5833', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14827, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6667', '-1.0000', '2022-10-24', 'received', '1.6667', '1.6667', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14828, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14829, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14830, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14831, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14832, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14833, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14834, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14835, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14836, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14837, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14838, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14839, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14840, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14841, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14842, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14843, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14844, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14845, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14846, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14847, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14848, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14849, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14850, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14851, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14852, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14853, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14854, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14855, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14856, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14857, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14858, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14859, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14860, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14861, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14862, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14863, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14864, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14865, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14866, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14867, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14868, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-62.2300', '-1.0000', '2022-10-24', 'received', '62.2300', '62.2300', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14869, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14870, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14871, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14872, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14873, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14874, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14875, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14876, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14877, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14878, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14879, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14880, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14881, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14882, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14883, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14884, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.5000', '-1.0000', '2022-10-24', 'received', '61.5000', '61.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14885, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14886, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14887, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14888, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14889, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14890, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14891, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14892, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14893, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14894, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14895, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14896, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14897, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.5000', '0.0000', '2022-10-24', 'received', '7.7500', '7.7500', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14898, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14899, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14900, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-1.0000', '2022-10-24', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14901, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14902, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14903, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14904, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14905, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2500', '-1.0000', '2022-10-24', 'received', '6.2500', '6.2500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14906, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14907, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14908, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14909, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14910, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14911, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14912, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14913, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14914, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14915, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14916, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14917, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14918, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.0000', '-1.0000', '2022-10-24', 'received', '38.0000', '38.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14919, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.9000', '-1.0000', '2022-10-24', 'received', '24.9000', '24.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14920, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-84.1400', '-2.0000', '2022-10-24', 'received', '42.0700', '42.0700', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14921, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.0700', '-1.0000', '2022-10-24', 'received', '42.0700', '42.0700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14922, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.0700', '1.0000', '2022-10-24', 'received', '42.0700', '42.0700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14923, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.0000', '-2.0000', '2022-10-24', 'received', '21.0000', '21.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14924, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14925, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14926, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14927, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14928, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.9000', '-2.0000', '2022-10-24', 'received', '9.9500', '9.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14929, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14930, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.1000', '1.0000', '2022-10-24', 'received', '8.1000', '8.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14931, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.1700', '-1.0000', '2022-10-24', 'received', '11.1700', '11.1700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14932, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14933, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14934, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14935, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14936, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14937, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14938, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14939, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14940, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14941, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14942, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.3000', '-1.0000', '2022-10-24', 'received', '26.3000', '26.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14943, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14944, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14945, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14946, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14947, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14948, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14949, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7600', '-2.0000', '2022-10-24', 'received', '4.8800', '4.8800', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14950, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14951, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14952, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0000', '-2.0000', '2022-10-24', 'received', '7.0000', '7.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14953, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.1667', '1.0000', '2022-10-24', 'received', '1.1667', '1.1667', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14954, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14955, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14956, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.6500', '1.0000', '2022-10-24', 'received', '7.6500', '7.6500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14957, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14958, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.9600', '0.0000', '2022-10-24', 'received', '6.7400', '6.7400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14959, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14960, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14961, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.4000', '0.0000', '2022-10-24', 'received', '3.5700', '3.5700', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14962, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.4500', '0.0000', '2022-10-24', 'received', '4.4500', '4.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14963, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.3500', '0.0000', '2022-10-24', 'received', '4.4500', '4.4500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14964, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14965, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14966, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14967, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14968, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14969, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14970, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14971, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14972, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14973, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14974, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.0000', '-10.0000', '2022-10-24', 'received', '2.3000', '2.3000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14975, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.8262', '0.0000', '2022-10-24', 'received', '6.5466', '6.5466', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14976, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.4050', '0.0000', '2022-10-24', 'received', '9.4683', '9.4683', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14977, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.8062', '0.0000', '2022-10-24', 'received', '3.4229', '3.4229', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14978, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.1567', '0.0000', '2022-10-24', 'received', '7.5783', '7.5783', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14979, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.0066', '0.0000', '2022-10-24', 'received', '7.7517', '7.7517', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14980, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-230.6248', '0.0000', '2022-10-24', 'received', '8.5417', '8.5417', '-27.0000', NULL, NULL, 1, 'PZA', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14981, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.6666', '0.0000', '2022-10-24', 'received', '4.6667', '4.6667', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14982, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-143.3400', '0.0000', '2022-10-24', 'received', '11.9450', '11.9450', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14983, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7600', '0.0000', '2022-10-24', 'received', '1.7600', '1.7600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14984, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.6400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2800', '0.0000', '2022-10-24', 'received', '2.6400', '2.6400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14985, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.0200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0400', '0.0000', '2022-10-24', 'received', '3.0200', '3.0200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14986, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.2400', '0.0000', '2022-10-24', 'received', '3.0300', '3.0300', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14987, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.5800', '0.0000', '2022-10-24', 'received', '5.5800', '5.5800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14988, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.6800', '0.0000', '2022-10-24', 'received', '9.5600', '9.5600', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14989, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-97.5800', '0.0000', '2022-10-24', 'received', '5.7400', '5.7400', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14990, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14991, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6666', '0.0000', '2022-10-24', 'received', '4.6666', '4.6666', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14992, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '0.0000', '2022-10-24', 'received', '8.5000', '8.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14993, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14994, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.8333', '0.0000', '2022-10-24', 'received', '4.8333', '4.8333', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14995, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14996, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0833', '0.0000', '2022-10-24', 'received', '2.0833', '2.0833', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14997, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14998, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (14999, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15000, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.0000', '0.0000', '2022-10-24', 'received', '21.5000', '21.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15001, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5000', '0.0000', '2022-10-24', 'received', '37.5000', '37.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15002, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15003, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15004, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15005, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5000', '0.0000', '2022-10-24', 'received', '37.5000', '37.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15006, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15007, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15008, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15009, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15010, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15011, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.3200', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.2000', '0.0000', '2022-10-24', 'received', '4.3200', '4.3200', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15012, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.6667', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.3333', '0.0000', '2022-10-24', 'received', '12.6667', '12.6667', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15013, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0400', '0.0000', '2022-10-24', 'received', '8.5200', '8.5200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15014, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.4900', '0.0000', '2022-10-24', 'received', '10.8300', '10.8300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15015, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.5600', '0.0000', '2022-10-24', 'received', '2.0800', '2.0800', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15016, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.7500', '0.0000', '2022-10-24', 'received', '4.2500', '4.2500', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15017, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-59.5833', '0.0000', '2022-10-24', 'received', '5.9583', '5.9583', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15018, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '0.0000', '2022-10-24', 'received', '15.0000', '15.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15019, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15020, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15021, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15022, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '0.0000', '2022-10-24', 'received', '7.5000', '7.5000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15023, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5000', '0.0000', '2022-10-24', 'received', '4.5000', '4.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15024, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-93.7500', '0.0000', '2022-10-24', 'received', '3.7500', '3.7500', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15025, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.0000', '0.0000', '2022-10-24', 'received', '4.5000', '4.5000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15026, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-110.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-206.2500', '0.0000', '2022-10-24', 'received', '1.8750', '1.8750', '-110.0000', NULL, NULL, 1, 'PZA', '-110.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15027, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2500', '0.0000', '2022-10-24', 'received', '0.7500', '0.7500', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15028, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '0.0000', '2022-10-24', 'received', '3.0000', '3.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15029, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '0.0000', '2022-10-24', 'received', '4.5000', '4.5000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15030, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.5000', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0000', '0.0000', '2022-10-24', 'received', '1.5000', '1.5000', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15031, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '0.0000', '2022-10-24', 'received', '7.5000', '7.5000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15032, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5000', '0.0000', '2022-10-24', 'received', '0.7500', '0.7500', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15033, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15034, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15035, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-102.0000', '0.0000', '2022-10-24', 'received', '6.0000', '6.0000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15036, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15037, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '-8.0000', '2022-10-24', 'received', '4.5000', '4.5000', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15038, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-82.5000', '-22.0000', '2022-10-24', 'received', '3.7500', '3.7500', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15039, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15040, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-101.2500', '0.0000', '2022-10-24', 'received', '3.7500', '3.7500', '-27.0000', NULL, NULL, 1, 'PZA', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15041, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15042, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '0.0000', '2022-10-24', 'received', '2.2500', '2.2500', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15043, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15044, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '1.0000', '2022-10-24', 'received', '18.0000', '18.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15045, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15046, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.6600', '0.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15047, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-105.0000', '0.0000', '2022-10-24', 'received', '35.0000', '35.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15048, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15049, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.0000', '-4.0000', '2022-10-24', 'received', '9.5000', '9.5000', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15050, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.5000', '3.0000', '2022-10-24', 'received', '5.5000', '5.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15051, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15052, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15053, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.0000', '-2.0000', '2022-10-24', 'received', '28.0000', '28.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15054, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15055, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15056, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15057, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15058, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15059, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15060, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15061, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15062, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15063, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15064, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15065, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.4163', '0.4163', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15066, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2500', '0.0000', '2022-10-24', 'received', '1.2500', '1.2500', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15067, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15068, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15069, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '-1.0000', '2022-10-24', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15070, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15071, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15072, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.4200', '0.0000', '2022-10-24', 'received', '5.1400', '5.1400', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15073, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15074, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.0000', '0.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15075, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15076, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15077, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15078, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15079, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.0000', '0.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15080, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15081, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.5000', '-3.0000', '2022-10-24', 'received', '6.5000', '6.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15082, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15083, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2022-10-24', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15084, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.6600', '-1.0000', '2022-10-24', 'received', '10.6600', '10.6600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15085, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15086, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15087, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15088, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15089, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15090, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15091, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15092, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.0000', '-3.0000', '2022-10-24', 'received', '9.0000', '9.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15093, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.7500', '0.0000', '2022-10-24', 'received', '4.2500', '4.2500', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15094, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15095, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-4.0000', '2022-10-24', 'received', '2.2500', '2.2500', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15096, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '1.0000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.0000', '0.0000', '2022-10-24', 'received', '1.0000', '1.0000', '-16.0000', NULL, NULL, 5, 'UNIDAD', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15097, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-3.0000', '2022-10-24', 'received', '1.5000', '1.5000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15098, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2022-10-24', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15099, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15100, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3333', '0.0000', '2022-10-24', 'received', '3.3333', '3.3333', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15101, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15102, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15103, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.7200', '-6.0000', '2022-10-24', 'received', '10.6200', '10.6200', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15104, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15105, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15106, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15107, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.2400', '-1.0000', '2022-10-24', 'received', '23.2400', '23.2400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15108, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-160.6500', '0.0000', '2022-10-24', 'received', '5.9500', '5.9500', '-27.0000', NULL, NULL, 1, 'PZA', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15109, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-95.0000', '0.0000', '2022-10-24', 'received', '5.0000', '5.0000', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15110, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '4.4400', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.6400', '0.0000', '2022-10-24', 'received', '4.4400', '4.4400', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15111, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8667', '0.0000', '2022-10-24', 'received', '0.8583', '0.8583', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15112, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.2333', '0.0000', '2022-10-24', 'received', '2.1617', '2.1617', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15113, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15114, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '-26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-117.0000', '-26.0000', '2022-10-24', 'received', '4.5000', '4.5000', '-26.0000', NULL, NULL, 1, 'PZA', '-26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15115, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.6000', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '46.0000', '0.0000', '2022-10-24', 'received', '4.6000', '4.6000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15116, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15117, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15118, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15119, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15120, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '-5.0000', '2022-10-24', 'received', '5.0000', '5.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15121, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.3500', '-5.0000', '2022-10-24', 'received', '6.8700', '6.8700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15122, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15123, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15124, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8182', '-1.0000', '2022-10-24', 'received', '0.8182', '0.8182', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15125, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.4000', '-4.0000', '2022-10-24', 'received', '5.6000', '5.6000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15126, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15127, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15128, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15129, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15130, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15131, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15132, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15133, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '-34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.7800', '0.0000', '2022-10-24', 'received', '1.6700', '1.6700', '-34.0000', NULL, NULL, 1, 'PZA', '-34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15134, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.0232', '-16.0000', '2022-10-24', 'received', '0.4390', '0.4390', '-16.0000', NULL, NULL, 5, 'UNIDAD', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15135, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15136, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15137, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15138, NULL, NULL, 2799, '748928006505', 'DETERGENTE XEDEX 450 GR', NULL, '4.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.3500', '4.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15139, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15140, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-88.1833', '0.0000', '2022-10-24', 'received', '4.4092', '4.4092', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15141, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.7800', '-3.0000', '2022-10-24', 'received', '4.2600', '4.2600', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15142, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2000', '0.0000', '2022-10-24', 'received', '5.1000', '5.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15143, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15144, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.6000', '0.0000', '2022-10-24', 'received', '5.1000', '5.1000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15145, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15146, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15147, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15148, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15149, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS', NULL, '1.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.8800', '1.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15150, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15151, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15152, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15153, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1800', '0.0000', '2022-10-24', 'received', '0.0100', '0.0100', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15154, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0833', '0.0000', '2022-10-24', 'received', '4.5833', '4.5833', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15155, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.9167', '0.0000', '2022-10-24', 'received', '5.4167', '5.4167', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15156, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5200', '-4.0000', '2022-10-24', 'received', '5.6300', '5.6300', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15157, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15158, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15159, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15160, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15161, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '26.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.4000', '0.0000', '2022-10-24', 'received', '26.4000', '26.4000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15162, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '95.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '95.8500', '95.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15163, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-53.8000', '0.0000', '2022-10-24', 'received', '53.8000', '53.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15164, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '148.9000', '148.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15165, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.8000', '0.0000', '2022-10-24', 'received', '25.8000', '25.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15166, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15167, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15168, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15169, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15170, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-88.9600', '-2.0000', '2022-10-24', 'received', '44.4800', '44.4800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15171, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15172, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-136.6800', '-4.0000', '2022-10-24', 'received', '34.1700', '34.1700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15173, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8300', '-1.0000', '2022-10-24', 'received', '6.8300', '6.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15174, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15175, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15176, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7600', '-1.0000', '2022-10-24', 'received', '6.7600', '6.7600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15177, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.0100', '-1.0000', '2022-10-24', 'received', '7.0100', '7.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15178, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15179, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15180, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15181, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15182, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15183, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15184, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5000', '-1.0000', '2022-10-24', 'received', '9.5000', '9.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15185, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15186, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15187, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15188, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15189, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5400', '-1.0000', '2022-10-24', 'received', '8.5400', '8.5400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15190, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15191, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15192, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '-1.0000', '2022-10-24', 'received', '25.0000', '25.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15193, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15194, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15195, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15196, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15197, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15198, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.6400', '-8.0000', '2022-10-24', 'received', '4.3300', '4.3300', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15199, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3700', '-1.0000', '2022-10-24', 'received', '6.3700', '6.3700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15200, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15201, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0600', '-1.0000', '2022-10-24', 'received', '14.0600', '14.0600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15202, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '21.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '21.4800', '21.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15203, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.2200', '-1.0000', '2022-10-24', 'received', '27.2200', '27.2200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15204, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15205, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15206, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.4100', '-1.0000', '2022-10-24', 'received', '41.4100', '41.4100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15207, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15208, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15209, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.1800', '-2.0000', '2022-10-24', 'received', '4.5900', '4.5900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15210, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15211, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15212, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15213, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15214, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15215, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15216, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15217, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15218, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5200', '-2.0000', '2022-10-24', 'received', '7.7600', '7.7600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15219, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2800', '1.0000', '2022-10-24', 'received', '8.2800', '8.2800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15220, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15221, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5600', '-2.0000', '2022-10-24', 'received', '8.2800', '8.2800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15222, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15223, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.1700', '3.0000', '2022-10-24', 'received', '3.3900', '3.3900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15224, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.5500', '-5.0000', '2022-10-24', 'received', '4.3100', '4.3100', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15225, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7900', '-1.0000', '2022-10-24', 'received', '6.7900', '6.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15226, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15227, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.4200', '-2.0000', '2022-10-24', 'received', '22.7100', '22.7100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15228, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '40.6600', '40.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15229, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.7100', '1.0000', '2022-10-24', 'received', '5.7100', '5.7100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15230, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15231, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15232, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.6800', '-4.0000', '2022-10-24', 'received', '5.1700', '5.1700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15233, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0600', '-2.0000', '2022-10-24', 'received', '7.5300', '7.5300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15234, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15235, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.6700', '-1.0000', '2022-10-24', 'received', '7.6700', '7.6700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15236, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.4200', '-1.0000', '2022-10-24', 'received', '4.4200', '4.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15237, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15238, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7200', '-4.0000', '2022-10-24', 'received', '0.1800', '0.1800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15239, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15240, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.9800', '14.0000', '2022-10-24', 'received', '0.0700', '0.0700', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15241, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2400', '-2.0000', '2022-10-24', 'received', '0.1200', '0.1200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15242, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15243, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15244, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15245, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15246, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.9400', '-1.0000', '2022-10-24', 'received', '23.9400', '23.9400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15247, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15248, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15249, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9400', '-2.0000', '2022-10-24', 'received', '2.4700', '2.4700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15250, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15251, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15252, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15253, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15254, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15255, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-53.1300', '-3.0000', '2022-10-24', 'received', '17.7100', '17.7100', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15256, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15257, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15258, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7500', '-1.0000', '2022-10-24', 'received', '2.7500', '2.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15259, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15260, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15261, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15262, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15263, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15264, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '-1.0000', '2022-10-24', 'received', '8.5000', '8.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15265, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15266, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15267, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15268, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15269, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.9700', '-1.0000', '2022-10-24', 'received', '39.9700', '39.9700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15270, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15271, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.1000', '1.0000', '2022-10-24', 'received', '6.1000', '6.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15272, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5000', '3.0000', '2022-10-24', 'received', '0.5000', '0.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15273, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15274, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15275, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15276, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15277, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15278, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15279, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.2500', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-87.5000', '0.0000', '2022-10-24', 'received', '6.2500', '6.2500', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15280, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15281, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15282, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.4800', '-2.0000', '2022-10-24', 'received', '4.2400', '4.2400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15283, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.2308', '-2.0000', '2022-10-24', 'received', '4.6154', '4.6154', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15284, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15285, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.9100', '-3.0000', '2022-10-24', 'received', '16.9700', '16.9700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15286, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15287, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.2700', '1.0000', '2022-10-24', 'received', '6.2700', '6.2700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15288, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.3400', '-2.0000', '2022-10-24', 'received', '7.1700', '7.1700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15289, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0800', '-4.0000', '2022-10-24', 'received', '8.5200', '8.5200', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15290, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15291, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15292, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15293, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15294, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.8300', '1.0000', '2022-10-24', 'received', '40.8300', '40.8300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15295, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15296, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15297, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15298, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15299, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15300, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15301, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.1800', '-2.0000', '2022-10-24', 'received', '6.5900', '6.5900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15302, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15303, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15304, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.6500', '-3.0000', '2022-10-24', 'received', '20.5500', '20.5500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15305, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.7200', '-1.0000', '2022-10-24', 'received', '11.7200', '11.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15306, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9400', '1.0000', '2022-10-24', 'received', '11.9400', '11.9400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15307, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.7200', '1.0000', '2022-10-24', 'received', '11.7200', '11.7200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15308, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-214.2300', '-1.0000', '2022-10-24', 'received', '214.2300', '214.2300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15309, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9500', '-1.0000', '2022-10-24', 'received', '11.9500', '11.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15310, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15311, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15312, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15313, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-62.2500', '-3.0000', '2022-10-24', 'received', '20.7500', '20.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15314, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15315, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15316, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15317, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15318, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.7400', '-1.0000', '2022-10-24', 'received', '25.7400', '25.7400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15319, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '89.3400', '2.0000', '2022-10-24', 'received', '44.6700', '44.6700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15320, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15321, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15322, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15323, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15324, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15325, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15326, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15327, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15328, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15329, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15330, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15331, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '0.0000', '2022-10-24', 'received', '5.1000', '5.1000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15332, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15333, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15334, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15335, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15336, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15337, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3333', '-1.0000', '2022-10-24', 'received', '3.3333', '3.3333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15338, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.8000', '0.0000', '2022-10-24', 'received', '1.6000', '1.6000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15339, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.6667', '0.0000', '2022-10-24', 'received', '2.9167', '2.9167', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15340, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15341, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15342, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15343, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15344, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15345, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15346, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15347, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15348, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15349, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15350, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.2000', '1.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15351, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15352, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.7500', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-234.0000', '0.0000', '2022-10-24', 'received', '9.7500', '9.7500', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15353, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15354, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '-40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.5080', '-40.0000', '2022-10-24', 'received', '1.0377', '1.0377', '-40.0000', NULL, NULL, 5, 'UNIDAD', '-40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15355, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15356, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15357, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15358, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15359, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15360, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15361, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15362, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15363, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15364, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15365, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15366, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15367, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.0000', '-1.0000', '2022-10-24', 'received', '70.0000', '70.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15368, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6000', '-2.0000', '2022-10-24', 'received', '4.8000', '4.8000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15369, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.7500', '5.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15370, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15371, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15372, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15373, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.0000', '-2.0000', '2022-10-24', 'received', '16.5000', '16.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15374, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.0000', '-2.0000', '2022-10-24', 'received', '16.5000', '16.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15375, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-99.0400', '-4.0000', '2022-10-24', 'received', '24.7600', '24.7600', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15376, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15377, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.3300', '-1.0000', '2022-10-24', 'received', '24.3300', '24.3300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15378, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9002', '-1.0000', '2022-10-24', 'received', '0.9002', '0.9002', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15379, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15380, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15381, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15382, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.7000', '-2.0000', '2022-10-24', 'received', '24.8500', '24.8500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15383, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.8000', '-6.0000', '2022-10-24', 'received', '2.8000', '2.8000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15384, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8000', '-1.0000', '2022-10-24', 'received', '2.8000', '2.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15385, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15386, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.3000', '-14.0000', '2022-10-24', 'received', '2.4500', '2.4500', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15387, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.6000', '-7.0000', '2022-10-24', 'received', '2.8000', '2.8000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15388, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15389, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-1.0000', '2022-10-24', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15390, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15391, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15392, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15393, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15394, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15395, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15396, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15397, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15398, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15399, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15400, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15401, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15402, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15403, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15404, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15405, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15406, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15407, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15408, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15409, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15410, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.0800', '-4.0000', '2022-10-24', 'received', '16.5200', '16.5200', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15411, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.0000', '-1.0000', '2022-10-24', 'received', '23.0000', '23.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15412, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.0000', '-1.0000', '2022-10-24', 'received', '16.0000', '16.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15413, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15414, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.3900', '-3.0000', '2022-10-24', 'received', '4.1300', '4.1300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15415, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15416, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.0000', '-1.0000', '2022-10-24', 'received', '90.0000', '90.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15417, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15418, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15419, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15420, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15421, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15422, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15423, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3800', '0.0000', '2022-10-24', 'received', '4.3800', '4.3800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15424, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '4.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.9800', '4.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15425, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '50.6150', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-303.6900', '0.0000', '2022-10-24', 'received', '50.6150', '50.6150', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15426, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15427, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15428, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '191.6633', '191.6633', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15429, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '40.6717', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.6717', '0.0000', '2022-10-24', 'received', '40.6717', '40.6717', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15430, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '127.5000', '5.0000', '2022-10-24', 'received', '25.5000', '25.5000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15431, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15432, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-140.4375', '0.0000', '2022-10-24', 'received', '20.0625', '20.0625', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15433, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15434, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15435, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5000', '-12.0000', '2022-10-24', 'received', '1.1250', '1.1250', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15436, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15437, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15438, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15439, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15440, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15441, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15442, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '2.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.9800', '2.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15443, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '6.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.0800', '6.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15444, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-10-24', 'received', '2.5000', '2.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15445, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.4265', '2.4265', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15446, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15447, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15448, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15449, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9100', '-1.0000', '2022-10-24', 'received', '0.9100', '0.9100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15450, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15451, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7200', '-2.0000', '2022-10-24', 'received', '0.3600', '0.3600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15452, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15453, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15454, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.5000', '-1.0000', '2022-10-24', 'received', '44.5000', '44.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15455, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15456, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15457, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.7500', '0.0000', '2022-10-24', 'received', '0.8700', '0.8700', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15458, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15459, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15460, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3000', '-1.0000', '2022-10-24', 'received', '7.3000', '7.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15461, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.6000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.8000', '0.0000', '2022-10-24', 'received', '3.6000', '3.6000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15462, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15463, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.7856', '-7.0000', '2022-10-24', 'received', '4.5408', '4.5408', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15464, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4200', '-1.0000', '2022-10-24', 'received', '5.4200', '5.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15465, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15466, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15467, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15468, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15469, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15470, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15471, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15472, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15473, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15474, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15475, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15476, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15477, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.0000', '-2.0000', '2022-10-24', 'received', '27.0000', '27.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15478, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15479, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15480, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15481, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15482, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15483, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15484, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15485, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15486, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15487, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '-1.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3150', '-1.5000', '2022-10-24', 'received', '6.2100', '6.2100', '-1.5000', NULL, NULL, 1, 'PZA', '-1.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15488, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7400', '-2.0000', '2022-10-24', 'received', '2.8700', '2.8700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15489, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-1.0000', '2022-10-24', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15490, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15491, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15492, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15493, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.8000', '-13.0000', '2022-10-24', 'received', '0.6000', '0.6000', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15494, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15495, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15496, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15497, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15498, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15499, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15500, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15501, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15502, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15503, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15504, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.0000', '-1.0000', '2022-10-24', 'received', '48.0000', '48.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15505, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-102.7000', '-13.0000', '2022-10-24', 'received', '7.9000', '7.9000', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15506, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.4600', '7.0000', '2022-10-24', 'received', '2.7800', '2.7800', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15507, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15508, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.8000', '-2.0000', '2022-10-24', 'received', '14.9000', '14.9000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15509, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15510, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15511, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15512, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15513, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15514, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15515, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '-3.0000', '2022-10-24', 'received', '0.5000', '0.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15516, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15517, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.0000', '-1.0000', '2022-10-24', 'received', '40.0000', '40.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15518, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8800', '-1.0000', '2022-10-24', 'received', '5.8800', '5.8800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15519, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15520, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4500', '-1.0000', '2022-10-24', 'received', '6.4500', '6.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15521, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.8000', '0.0000', '2022-10-24', 'received', '6.6000', '6.6000', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15522, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6000', '0.0000', '2022-10-24', 'received', '6.6000', '6.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15523, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-135.4500', '-21.0000', '2022-10-24', 'received', '6.4500', '6.4500', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15524, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.1600', '24.0000', '2022-10-24', 'received', '0.0900', '0.0900', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15525, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15526, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15527, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15528, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15529, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15530, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-112.0000', '-14.0000', '2022-10-24', 'received', '8.0000', '8.0000', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15531, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '0.0000', '2022-10-24', 'received', '7.0000', '7.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15532, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '7.7000', '7.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15533, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.7500', '-5.0000', '2022-10-24', 'received', '7.7500', '7.7500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15534, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.2000', '-14.0000', '2022-10-24', 'received', '1.3000', '1.3000', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15535, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15536, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15537, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15538, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15539, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.0000', '-2.0000', '2022-10-24', 'received', '11.0000', '11.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15540, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.6200', '-2.0000', '2022-10-24', 'received', '20.8100', '20.8100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15541, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0900', '-1.0000', '2022-10-24', 'received', '0.0900', '0.0900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15542, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15543, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15544, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15545, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '48.0000', '32.0000', '2022-10-24', 'received', '1.5000', '1.5000', '32.0000', NULL, NULL, 1, 'PZA', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15546, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15547, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15548, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '155.0000', '155.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15549, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15550, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15551, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15552, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15553, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15554, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15555, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15556, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15557, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15558, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15559, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15560, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15561, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15562, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15563, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15564, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15565, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15566, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15567, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '555.0000', '555.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15568, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '350.0000', '350.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15569, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15570, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15571, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.4100', '1.0000', '2022-10-24', 'received', '1.4100', '1.4100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15572, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.0500', '5.0000', '2022-10-24', 'received', '1.6100', '1.6100', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15573, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5300', '1.0000', '2022-10-24', 'received', '3.5300', '3.5300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15574, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15575, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.2800', '2.0000', '2022-10-24', 'received', '2.6400', '2.6400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15576, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15577, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8300', '-7.0000', '2022-10-24', 'received', '0.6900', '0.6900', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15578, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.9700', '-11.0000', '2022-10-24', 'received', '2.2700', '2.2700', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15579, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.8800', '4.0000', '2022-10-24', 'received', '3.9700', '3.9700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15580, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.4000', '0.0000', '2022-10-24', 'received', '0.8500', '0.8500', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15581, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.7000', '13.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15582, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-64.8400', '-4.0000', '2022-10-24', 'received', '16.2100', '16.2100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15583, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15584, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.4500', '-5.0000', '2022-10-24', 'received', '1.4900', '1.4900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15585, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3800', '2.0000', '2022-10-24', 'received', '1.1900', '1.1900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15586, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.2200', '0.0000', '2022-10-24', 'received', '3.8700', '3.8700', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15587, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.1800', '0.0000', '2022-10-24', 'received', '10.5900', '10.5900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15588, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '13.6700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.3400', '0.0000', '2022-10-24', 'received', '13.6700', '13.6700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15589, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.5700', '1.0000', '2022-10-24', 'received', '50.5700', '50.5700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15590, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.8700', '-3.0000', '2022-10-24', 'received', '1.2900', '1.2900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15591, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5800', '-2.0000', '2022-10-24', 'received', '2.2900', '2.2900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15592, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6900', '1.0000', '2022-10-24', 'received', '0.6900', '0.6900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15593, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.1000', '5.0000', '2022-10-24', 'received', '2.6200', '2.6200', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15594, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0900', '-1.0000', '2022-10-24', 'received', '1.0900', '1.0900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15595, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8000', '2.0000', '2022-10-24', 'received', '3.4000', '3.4000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15596, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1200', '8.0000', '2022-10-24', 'received', '0.8900', '0.8900', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15597, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.2500', '-5.0000', '2022-10-24', 'received', '3.8500', '3.8500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15598, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0400', '-2.0000', '2022-10-24', 'received', '8.5200', '8.5200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15599, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.7100', '3.0000', '2022-10-24', 'received', '11.5700', '11.5700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15600, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9700', '3.0000', '2022-10-24', 'received', '3.9900', '3.9900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15601, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15602, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2000', '1.0000', '2022-10-24', 'received', '4.2000', '4.2000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15603, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.0000', '-8.0000', '2022-10-24', 'received', '2.7500', '2.7500', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15604, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.0000', '4.0000', '2022-10-24', 'received', '6.0000', '6.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15605, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15606, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15607, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0000', '1.0000', '2022-10-24', 'received', '5.0000', '5.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15608, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.5400', '22.0000', '2022-10-24', 'received', '1.5700', '1.5700', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15609, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2600', '2.0000', '2022-10-24', 'received', '1.1300', '1.1300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15610, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15611, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15612, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0500', '-1.0000', '2022-10-24', 'received', '3.0500', '3.0500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15613, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4200', '-2.0000', '2022-10-24', 'received', '2.7100', '2.7100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15614, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.9500', '1.0000', '2022-10-24', 'received', '3.9500', '3.9500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15615, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7800', '-2.0000', '2022-10-24', 'received', '0.8900', '0.8900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15616, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.9400', '-2.0000', '2022-10-24', 'received', '3.9700', '3.9700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15617, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '218.5500', '31.0000', '2022-10-24', 'received', '7.0500', '7.0500', '31.0000', NULL, NULL, 1, 'PZA', '31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15618, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '300.0000', '24.0000', '2022-10-24', 'received', '12.0000', '12.0000', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15619, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9900', '-1.0000', '2022-10-24', 'received', '0.9900', '0.9900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15620, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15621, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15622, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '5.0000', '2022-10-24', 'received', '0.6000', '0.6000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15623, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15624, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15625, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8300', '-1.0000', '2022-10-24', 'received', '2.8300', '2.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15626, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.2600', '-2.0000', '2022-10-24', 'received', '6.6300', '6.6300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15627, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.9000', '2.0000', '2022-10-24', 'received', '4.9500', '4.9500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15628, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.5200', '-12.0000', '2022-10-24', 'received', '1.2100', '1.2100', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15629, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15630, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.1200', '-4.0000', '2022-10-24', 'received', '13.0300', '13.0300', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15631, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0300', '-3.0000', '2022-10-24', 'received', '1.0100', '1.0100', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15632, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '99.2700', '3.0000', '2022-10-24', 'received', '33.0900', '33.0900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15633, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15634, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '12.6500', '12.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15635, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15636, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.9200', '-4.0000', '2022-10-24', 'received', '3.9800', '3.9800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15637, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.1500', '1.0000', '2022-10-24', 'received', '19.1500', '19.1500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15638, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15639, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '105.0000', '20.0000', '2022-10-24', 'received', '5.0000', '5.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15640, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.0000', '-3.0000', '2022-10-24', 'received', '32.0000', '32.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15641, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.9500', '-3.0000', '2022-10-24', 'received', '20.6500', '20.6500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15642, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15643, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15644, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15645, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15646, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15647, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-2.0000', '2022-10-24', 'received', '10.0000', '10.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15648, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15649, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15650, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15651, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15652, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15653, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '0.1300', '0.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15654, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15655, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-4.0000', '2022-10-24', 'received', '8.0000', '8.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15656, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15657, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.7300', '-1.0000', '2022-10-24', 'received', '22.7300', '22.7300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15658, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15659, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15660, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15661, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15662, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '36.1800', '36.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15663, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15664, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15665, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15666, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15667, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15668, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15669, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15670, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15671, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15672, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-24', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15673, 279, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2500', '0.0000', '2022-10-25', 'received', '12.8750', '12.8750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15674, 279, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.9999', '0.0000', '2022-10-25', 'received', '2.0833', '2.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15675, 279, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-10-25', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15676, 280, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '819.9994', '0.0000', '2022-10-25', 'received', '8.5417', '8.5417', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15677, 281, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.8200', '0.0000', '2022-10-25', 'received', '11.4700', '11.4700', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '11.4700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15678, 281, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.8800', '0.0000', '2022-10-25', 'received', '5.7400', '5.7400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15679, 282, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6917', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.4500', '0.0000', '2022-10-25', 'received', '1.6917', '1.6917', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '1.6917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15680, 282, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '11.0000', '12.0000', '2022-10-25', 'received', '0.9167', '0.9167', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '0.9167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15681, 282, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4583', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.9999', '0.0000', '2022-10-25', 'received', '0.4583', '0.4583', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '0.4583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15682, 282, NULL, 3644, '8801038569970', 'RASURDORA DORCO UNIDAD', NULL, '0.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.0000', '0.0000', '2022-10-25', 'received', '0.7500', '0.7500', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15683, 282, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6786', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.0000', '0.0000', '2022-10-25', 'received', '0.6786', '0.6786', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '0.6786');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15684, 282, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.3400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '86.0400', '0.0000', '2022-10-25', 'received', '14.3400', '14.3400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '14.3400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15685, 283, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.6000', '0.0000', '2022-10-25', 'received', '7.1000', '7.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '7.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15686, 283, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.3000', '0.0000', '2022-10-25', 'received', '3.5500', '3.5500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15687, 283, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.0000', '0.0000', '2022-10-25', 'received', '3.2500', '3.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15688, 284, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-10-25', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15689, 285, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '290.5099', '0.0000', '2022-10-25', 'received', '24.2092', '24.2092', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '24.2092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15690, 285, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '634.4200', '0.0000', '2022-10-25', 'received', '52.8683', '52.8683', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '52.8683');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15691, 285, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.9796', '2.0000', '2022-10-25', 'received', '11.7483', '11.7483', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '11.7483');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15692, 286, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '330.0000', '0.0000', '2022-10-25', 'received', '6.6000', '6.6000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '6.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15693, 287, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '47.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '310.2000', '0.0000', '2022-10-25', 'received', '6.6000', '6.6000', '47.0000', NULL, NULL, 1, 'PZA', '47.0000', NULL, NULL, NULL, NULL, '6.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15694, 287, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '660.0000', '0.0000', '2022-10-25', 'received', '6.6000', '6.6000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '6.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15695, 288, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '450.0000', '98.0000', '2022-10-25', 'received', '4.5000', '4.5000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15696, 288, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '300.0000', '10.0000', '2022-10-25', 'received', '30.0000', '30.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '30.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15697, 288, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2022-10-25', 'received', '35.0000', '35.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15698, 289, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2022-10-26', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15699, 289, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '558.1195', '0.0000', '2022-10-26', 'received', '7.7517', '7.7517', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15700, 289, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.1184', '0.0000', '2022-10-26', 'received', '6.5466', '6.5466', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.5466');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15701, 289, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-10-26', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15702, 289, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '223.9997', '0.0000', '2022-10-26', 'received', '4.6667', '4.6667', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15703, 289, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2022-10-26', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15704, 289, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '0.0000', '2022-10-26', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15705, 289, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.1736', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.2500', '0.0000', '2022-10-26', 'received', '4.1736', '4.1736', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '4.1736');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15706, 289, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.0000', '0.0000', '2022-10-26', 'received', '4.8333', '4.8333', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15707, 289, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0000', '0.0000', '2022-10-26', 'received', '2.0833', '2.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15708, 290, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2500', '0.0000', '2022-10-26', 'received', '12.8750', '12.8750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15709, 290, NULL, 2902, '7', 'GATORADE', NULL, '6.7200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.3200', '0.0000', '2022-10-26', 'received', '6.7200', '6.7200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '6.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15710, 290, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.9800', '0.0000', '2022-10-26', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15711, 290, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-10-26', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15712, 290, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.2800', '0.0000', '2022-10-26', 'received', '2.9700', '2.9700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15713, 290, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-10-26', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15714, 291, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '169.9999', '0.0000', '2022-10-26', 'received', '7.0833', '7.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15715, 292, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.2083', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.0417', '0.0000', '2022-10-26', 'received', '14.2083', '14.2083', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '14.2083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15716, 293, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '86.0000', '0.0000', '2022-10-27', 'received', '21.5000', '21.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15717, 293, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2022-10-27', 'received', '37.5000', '37.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15718, 293, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.6000', '0.0000', '2022-10-27', 'received', '36.3000', '36.3000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '36.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15719, 293, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '38.2200', '0.0000', '2022-10-27', 'received', '19.1100', '19.1100', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '19.1100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15720, 293, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '234.0000', '0.0000', '2022-10-27', 'received', '39.0000', '39.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15721, 293, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '133.5000', '0.0000', '2022-10-27', 'received', '22.2500', '22.2500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15722, 293, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.6460', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '271.0099', '0.0000', '2022-10-27', 'received', '5.6460', '5.6460', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.6460');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15723, 294, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '192.0000', '3.0000', '2022-10-27', 'received', '24.0000', '24.0000', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '24.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15724, 294, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '192.0000', '-2.0000', '2022-10-27', 'received', '24.0000', '24.0000', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '24.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15725, 294, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '155.2000', '1.0000', '2022-10-27', 'received', '19.4000', '19.4000', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '19.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15726, 294, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '134.7996', '27.0000', '2022-10-27', 'received', '1.1233', '1.1233', '120.0000', NULL, NULL, 5, 'UNIDAD', '120.0000', NULL, NULL, NULL, NULL, '1.1233');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15727, 295, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.3600', '0.0000', '2022-10-28', 'received', '9.5600', '9.5600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.5600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15728, 295, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.1200', '0.0000', '2022-10-28', 'received', '4.3800', '4.3800', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15729, 295, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.0400', '0.0000', '2022-10-28', 'received', '2.9200', '2.9200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15730, 295, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2022-10-28', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15731, 295, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.8800', '0.0000', '2022-10-28', 'received', '5.7400', '5.7400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15743, 296, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.3000', '0.0000', '2022-10-28', 'received', '10.3000', '10.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15744, 296, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-10-28', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15745, 296, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.7200', '1.0000', '2022-10-28', 'received', '10.7200', '10.7200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '10.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15746, 296, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '0.0000', '2022-10-28', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15747, 296, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.2000', '0.0000', '2022-10-28', 'received', '5.1000', '5.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15748, 296, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.4000', '0.0000', '2022-10-28', 'received', '5.1000', '5.1000', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15749, 296, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '56.1000', '0.0000', '2022-10-28', 'received', '5.1000', '5.1000', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15750, 296, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.6000', '75.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '270.0000', '0.0000', '2022-10-28', 'received', '3.6000', '3.6000', '75.0000', NULL, NULL, 1, 'PZA', '75.0000', NULL, NULL, NULL, NULL, '3.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15751, 296, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '31.3200', '0.0000', '2022-10-28', 'received', '0.8700', '0.8700', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15752, 296, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.0800', '0.0000', '2022-10-28', 'received', '9.0800', '9.0800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15753, 296, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '13.6200', '1.0000', '2022-10-28', 'received', '13.6200', '13.6200', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '13.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15754, 297, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '614.9995', '0.0000', '2022-10-31', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15755, 298, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2022-10-31', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15756, 298, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2022-10-31', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15757, 298, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '204.0000', '0.0000', '2022-10-31', 'received', '4.2500', '4.2500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15758, 298, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-10-31', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15759, 298, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2022-10-31', 'received', '5.0000', '5.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15760, 299, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-10-31', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15761, 299, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2022-10-31', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15762, 299, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '112.5000', '0.0000', '2022-10-31', 'received', '3.7500', '3.7500', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15763, 299, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-10-31', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15764, 299, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2022-10-31', 'received', '2.2500', '2.2500', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '2.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15765, 299, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-10-31', 'received', '1.8750', '1.8750', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15766, 299, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2022-10-31', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15767, 299, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-10-31', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15768, 300, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '4.0000', '2022-10-31', 'received', '9.0000', '9.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15769, 300, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '12.0000', '2022-10-31', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15770, 301, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2022-10-31', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15771, 301, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.0398', '0.0000', '2022-10-31', 'received', '7.7517', '7.7517', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15772, 301, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '716.7000', '0.0000', '2022-10-31', 'received', '11.9450', '11.9450', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15773, 301, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '423.2800', '0.0000', '2022-10-31', 'received', '4.4092', '4.4092', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15774, 301, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '0.0000', '2022-10-31', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15777, 302, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.9992', '0.0000', '2022-10-31', 'received', '2.0833', '2.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15778, 302, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '170.0016', '0.0000', '2022-10-31', 'received', '3.5417', '3.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15779, 303, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-11-02', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15780, 303, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '154.5000', '0.0000', '2022-11-02', 'received', '12.8750', '12.8750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15781, 303, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-11-02', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15782, 303, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0600', '0.0000', '2022-11-02', 'received', '6.6700', '6.6700', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '6.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15783, 303, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '169.9999', '0.0000', '2022-11-02', 'received', '7.0833', '7.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15784, 303, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-11-02', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15785, 304, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.6800', '0.0000', '2022-11-04', 'received', '2.5700', '2.5700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15786, 304, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.7000', '0.0000', '2022-11-04', 'received', '1.7900', '1.7900', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '1.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15787, 304, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.8800', '0.0000', '2022-11-04', 'received', '5.7400', '5.7400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15788, 305, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '525.0000', '0.0000', '2022-11-04', 'received', '35.0000', '35.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15789, 305, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '175.0000', '0.0000', '2022-11-04', 'received', '35.0000', '35.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15790, 305, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '3.0000', '2022-11-04', 'received', '30.0000', '30.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '30.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15791, 306, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '95.0000', '34.0000', '2022-11-07', 'received', '0.9500', '0.9500', '100.0000', NULL, NULL, 5, 'UNIDAD', '100.0000', NULL, NULL, NULL, NULL, '0.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15792, 306, NULL, 2661, '340', 'CHICLES.', NULL, '0.3000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2022-11-07', 'received', '0.3000', '0.3000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15794, 307, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '820.0032', '0.0000', '2022-11-07', 'received', '8.5417', '8.5417', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15795, 308, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2022-11-07', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15796, 308, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '369.0000', '0.0000', '2022-11-07', 'received', '15.3750', '15.3750', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15797, 308, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '41.8000', '0.0000', '2022-11-07', 'received', '3.4833', '3.4833', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '3.4833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15927, 310, NULL, 3733, '48610094', 'PINTURA COLORMIX CUBETA AGUA', NULL, '145.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2175.0000', '15.0000', '2022-11-10', 'received', '145.0000', '145.0000', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '145.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15928, 310, NULL, 3734, '11726258', 'PINTURA CORONA 1/4 ACEITE DURA', NULL, '54.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '540.0000', '10.0000', '2022-11-10', 'received', '54.0000', '54.0000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '54.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15929, 310, NULL, 3735, '49873993', 'PINTURA CORONA GALON AGUA', NULL, '72.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '936.0000', '13.0000', '2022-11-10', 'received', '72.0000', '72.0000', '13.0000', NULL, NULL, 5, 'UNIDAD', '13.0000', NULL, NULL, NULL, NULL, '72.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15930, 310, NULL, 3736, '79995088', 'PINTURA CORONA CUBETA ACEITE ', NULL, '360.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '5040.0000', '14.0000', '2022-11-10', 'received', '360.0000', '360.0000', '14.0000', NULL, NULL, 5, 'UNIDAD', '14.0000', NULL, NULL, NULL, NULL, '360.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15931, 310, NULL, 3432, '41048684', 'BLOCK DE 15 MACORA', NULL, '3.4500', '164.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '565.8000', '49.0000', '2022-11-10', 'received', '3.4500', '3.4500', '164.0000', NULL, NULL, 5, 'UNIDAD', '164.0000', NULL, NULL, NULL, NULL, '3.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15932, 310, NULL, 3453, '35262262', 'CELOSIA MACORA', NULL, '7.6000', '63.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '478.8000', '63.0000', '2022-11-10', 'received', '7.6000', '7.6000', '63.0000', NULL, NULL, 5, 'UNIDAD', '63.0000', NULL, NULL, NULL, NULL, '7.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15933, 310, NULL, 3434, '22837205', 'SOLERA DE 15 MACORA', NULL, '3.9500', '183.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '722.8500', '23.0000', '2022-11-10', 'received', '3.9500', '3.9500', '183.0000', NULL, NULL, 5, 'UNIDAD', '183.0000', NULL, NULL, NULL, NULL, '3.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15934, 310, NULL, 3454, '25319681', 'BLOCK DE 10 MACORA (TABIQUES)', NULL, '3.3000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '118.8000', '36.0000', '2022-11-10', 'received', '3.3000', '3.3000', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '3.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15935, 310, NULL, 3433, '00637449', 'SOLERA DE 14 MACORA', NULL, '3.8000', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '456.0000', '96.0000', '2022-11-10', 'received', '3.8000', '3.8000', '120.0000', NULL, NULL, 5, 'UNIDAD', '120.0000', NULL, NULL, NULL, NULL, '3.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15936, 310, NULL, 3737, '86969222', 'TONEL AZUL 55 GAL', NULL, '225.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '5625.0000', '25.0000', '2022-11-10', 'received', '225.0000', '225.0000', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '225.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15937, 310, NULL, 3738, '41844214', 'TONEL BLANCO 30 GLS', NULL, '120.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '600.0000', '5.0000', '2022-11-10', 'received', '120.0000', '120.0000', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '120.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15938, 310, NULL, 3739, '72930145', 'CUBETA 5GLS', NULL, '16.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '320.0000', '20.0000', '2022-11-10', 'received', '16.0000', '16.0000', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '16.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15939, 310, NULL, 3740, '22794656', 'TOTE DE 1000LTS', NULL, '650.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '650.0000', '1.0000', '2022-11-10', 'received', '650.0000', '650.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '650.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15940, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15941, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15942, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15943, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15944, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9167', '-2.0000', '2022-11-10', 'received', '0.4583', '0.4583', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15945, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15946, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '1.0000', '2022-11-10', 'received', '10.0000', '10.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15947, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15948, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15949, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '-1.0000', '2022-11-10', 'received', '25.0000', '25.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15950, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15951, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2917', '0.0000', '2022-11-10', 'received', '0.8583', '0.8583', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15952, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.2092', '24.2092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15953, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15954, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15955, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15956, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '14.2083', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.2083', '0.0000', '2022-11-10', 'received', '14.2083', '14.2083', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15957, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15958, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15959, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15960, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15961, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15962, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15963, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-385.0000', '0.0000', '2022-11-10', 'received', '35.0000', '35.0000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15964, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15965, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15966, NULL, NULL, 3277, '10040', 'TENACIN', NULL, '26.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '26.7900', '26.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15967, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15968, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15969, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3900', '1.0000', '2022-11-10', 'received', '0.3900', '0.3900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15970, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '50.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.5000', '50.0000', '2022-11-10', 'received', '0.2500', '0.2500', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15971, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15972, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15973, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15974, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15975, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15976, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15977, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15978, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-80.2500', '-3.0000', '2022-11-10', 'received', '26.7500', '26.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15979, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15980, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15981, NULL, NULL, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15982, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '299.2000', '20.0000', '2022-11-10', 'received', '14.9600', '14.9600', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15983, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15984, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '-119.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.6900', '-119.0000', '2022-11-10', 'received', '0.5100', '0.5100', '-119.0000', NULL, NULL, 1, 'PZA', '-119.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15985, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.1000', '10.0000', '2022-11-10', 'received', '0.6100', '0.6100', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15986, NULL, NULL, 3072, '102220', 'PAPEL ARIEL COVER CASC DE HUEVO OFICI0', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15987, NULL, NULL, 3071, '102221', 'PAPEL ARCO IRIS CARTA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15988, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15989, NULL, NULL, 2837, '102227', 'ESFERA  DE DUROPORT 00X  25 2.00', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15990, NULL, NULL, 2838, '102229', 'ESFERA DE DUROPORT 1 X 25 3CM', NULL, '1.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.9000', '1.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15991, NULL, NULL, 2839, '102231', 'ESFERA DE DUROPORT NO 3 X 25.4 CM', NULL, '0.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.5800', '0.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15992, NULL, NULL, 2841, '102233', 'ESFERA DE DUROPORT NO. 5X 10 5.5 CM', NULL, '0.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.7900', '0.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15993, NULL, NULL, 2842, '102234', 'ESFERA DE DUROPORT NO. 6 X 10', NULL, '1.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.2700', '1.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15994, NULL, NULL, 2843, '102235', 'ESFERA DE DUROPORT NO. 7 1X10', NULL, '1.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.5900', '1.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15995, NULL, NULL, 2840, '102236', 'ESFERA DE DUROPORT NO 8 1X5', NULL, '2.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.2300', '2.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15996, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2022-11-10', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15997, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15998, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (15999, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '1.0000', '2022-11-10', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16000, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16001, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16002, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '83.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.1300', '83.0000', '2022-11-10', 'received', '0.1100', '0.1100', '83.0000', NULL, NULL, 1, 'PZA', '83.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16003, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '100.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.0000', '100.0000', '2022-11-10', 'received', '0.1400', '0.1400', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16004, NULL, NULL, 3042, '102275', 'MINI SNICKERS', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16005, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16006, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16007, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '112.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.8000', '112.0000', '2022-11-10', 'received', '0.4000', '0.4000', '112.0000', NULL, NULL, 1, 'PZA', '112.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16008, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '-169.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.0500', '-169.0000', '2022-11-10', 'received', '0.4500', '0.4500', '-169.0000', NULL, NULL, 1, 'PZA', '-169.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16009, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16010, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16011, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16012, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16013, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16014, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16015, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16016, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16017, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16018, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16019, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16020, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16021, NULL, NULL, 2623, '102314', 'CANDADO GRIS TRI-CIRCLE 32MM', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16022, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16023, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '1.0000', '2022-11-10', 'received', '17.5000', '17.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16024, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16025, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.5100', '7.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16026, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16027, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16028, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.4700', '-1.0000', '2022-11-10', 'received', '28.4700', '28.4700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16029, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16030, NULL, NULL, 2604, '102358', 'CAIMAN DE 30\"', NULL, '124.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '124.0000', '124.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16031, NULL, NULL, 2605, '102359', 'CAIMAN DE 36\"', NULL, '142.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '142.0000', '142.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16032, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16033, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16034, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16035, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1400', '-18.0000', '2022-11-10', 'received', '0.2300', '0.2300', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16036, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16037, NULL, NULL, 3108, '10279', 'PLANCHA PARA ALBA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16038, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16039, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16040, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16041, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.7292', '2.7292', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16042, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.0833', '13.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16043, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16044, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16045, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16046, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.1736', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.3472', '0.0000', '2022-11-10', 'received', '4.1736', '4.1736', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16047, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9167', '-1.0000', '2022-11-10', 'received', '0.9167', '0.9167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16048, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16049, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16050, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16051, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16052, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.4800', '4.0000', '2022-11-10', 'received', '7.3700', '7.3700', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16053, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2022-11-10', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16054, NULL, NULL, 2541, '150', 'BOCADELI PEQUE', NULL, '0.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.4200', '0.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16055, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0000', '-1.0000', '2022-11-10', 'received', '21.0000', '21.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16056, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8333', '0.0000', '2022-11-10', 'received', '0.8333', '0.8333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16057, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16058, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9700', '0.0000', '2022-11-10', 'received', '2.9700', '2.9700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16059, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16060, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16061, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16062, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16063, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '39.6400', '2.0000', '2022-11-10', 'received', '19.8200', '19.8200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16064, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16065, NULL, NULL, 3597, '17506240624612', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16066, NULL, NULL, 3598, '17506240624629', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16067, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16068, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16069, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '94.4400', '2.0000', '2022-11-10', 'received', '47.2200', '47.2200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16070, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-74.5800', '-2.0000', '2022-11-10', 'received', '37.2900', '37.2900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16071, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16072, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16073, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-83.2800', '-2.0000', '2022-11-10', 'received', '41.6400', '41.6400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16074, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16075, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16076, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16077, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16078, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16079, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16080, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16081, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16082, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16083, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16084, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16085, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16086, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16087, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2467', '0.0000', '2022-11-10', 'received', '1.1233', '1.1233', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16088, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16089, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16090, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16091, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.4300', '-1.0000', '2022-11-10', 'received', '28.4300', '28.4300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16092, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16093, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16094, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.3000', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2000', '0.0000', '2022-11-10', 'received', '0.3000', '0.3000', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16095, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16096, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.7000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1000', '0.0000', '2022-11-10', 'received', '0.7000', '0.7000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16097, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.0200', '0.0000', '2022-11-10', 'received', '6.6700', '6.6700', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16098, NULL, NULL, 3026, '3LAYER MASCA', 'MASCARILLA 3M', NULL, '2.4750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.4750', '2.4750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16099, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16100, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16101, NULL, NULL, 3000, '411653', 'LLAVE DUCHA QUALITA', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16102, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16103, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16104, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16105, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.0000', '1.0000', '2022-11-10', 'received', '34.0000', '34.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16106, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16107, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16108, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16109, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16110, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16111, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16112, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16113, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16114, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16115, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8042', '-1.0000', '2022-11-10', 'received', '0.8042', '0.8042', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16116, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7200', '-1.0000', '2022-11-10', 'received', '5.7200', '5.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16117, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16118, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16119, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16120, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.2500', '0.0000', '2022-11-10', 'received', '3.2500', '3.2500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16121, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16122, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16123, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16124, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '0.0000', '2022-11-10', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16125, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.5417', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5417', '0.0000', '2022-11-10', 'received', '3.5417', '3.5417', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16126, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16127, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16128, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16129, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16130, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16131, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16132, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.6460', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.6460', '5.6460', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16133, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16134, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.9000', '0.0000', '2022-11-10', 'received', '1.1500', '1.1500', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16135, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16136, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16137, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16138, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16139, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16140, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16141, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16142, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16143, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.0000', '0.0000', '2022-11-10', 'received', '5.0000', '5.0000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16144, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16145, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16146, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16147, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16148, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16149, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16150, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16151, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16152, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16153, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16154, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16155, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16156, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.9900', '-1.0000', '2022-11-10', 'received', '7.9900', '7.9900', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16157, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16158, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16159, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16160, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16161, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16162, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16163, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16164, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16165, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16166, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16167, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16168, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16169, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16170, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16171, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16172, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16173, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16174, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16175, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16176, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16177, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16178, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16179, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16180, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16181, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16182, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16183, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16184, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16185, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16186, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16187, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16188, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16189, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16190, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16191, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16192, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16193, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16194, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16195, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16196, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16197, NULL, NULL, 2512, '6933528730200', 'ALICATE MULTIUSOS', NULL, '55.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '55.5200', '55.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16198, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16199, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16200, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16201, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16202, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16203, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16204, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16205, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16206, NULL, NULL, 3324, '6933528735663', 'VAINER DE 6\" 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16207, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16208, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16209, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16210, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16211, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16212, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16213, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16214, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16215, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16216, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16217, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16218, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16219, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16220, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16221, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16222, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16223, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16224, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16225, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16226, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16227, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16228, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16229, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16230, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16231, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16232, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16233, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16234, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16235, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16236, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16237, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16238, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16239, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16240, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16241, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16242, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16243, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16244, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16245, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16246, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16247, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16248, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16249, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16250, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16251, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16252, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16253, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16254, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16255, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16256, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16257, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16258, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16259, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16260, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16261, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16262, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16263, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16264, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16265, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16266, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16267, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16268, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16269, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16270, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16271, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16272, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6666', '-4.0000', '2022-11-10', 'received', '1.1667', '1.1667', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16273, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16274, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16275, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.6500', '-1.0000', '2022-11-10', 'received', '7.6500', '7.6500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16276, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16277, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.7200', '6.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16278, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16279, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16280, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.8500', '0.0000', '2022-11-10', 'received', '3.5700', '3.5700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16281, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16282, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9000', '0.0000', '2022-11-10', 'received', '4.4500', '4.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16283, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16284, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16285, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3500', '-1.0000', '2022-11-10', 'received', '9.3500', '9.3500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16286, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16287, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16288, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16289, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16290, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16291, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16292, NULL, NULL, 2662, '73877702002', 'CHILE JALAPE', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16293, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16294, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.5466', '6.5466', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16295, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16296, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16297, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16298, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7517', '0.0000', '2022-11-10', 'received', '7.7517', '7.7517', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16299, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.5417', '8.5417', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16300, NULL, NULL, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '102.6665', '0.0000', '2022-11-10', 'received', '4.6667', '4.6667', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16301, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.8900', '0.0000', '2022-11-10', 'received', '11.9450', '11.9450', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16302, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16303, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.5700', '2.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16304, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.0200', '3.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16305, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0300', '0.0000', '2022-11-10', 'received', '3.0300', '3.0300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16306, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.5800', '5.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16307, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.5600', '9.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16308, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.7400', '5.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16309, NULL, NULL, 2772, '7401000709253', 'CUBA LIBRE KARMA', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16310, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16311, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16312, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16313, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16314, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16315, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16316, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16317, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16318, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16319, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16320, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16321, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16322, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16323, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16324, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16325, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5000', '0.0000', '2022-11-10', 'received', '37.5000', '37.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16326, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16327, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16328, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16329, NULL, NULL, 2773, '7401005013614', 'CUBATA GUARANA 350 ML', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16330, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16331, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.3200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3200', '0.0000', '2022-11-10', 'received', '4.3200', '4.3200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16332, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.7500', '0.0000', '2022-11-10', 'received', '12.8750', '12.8750', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16333, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16334, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16335, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16336, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5000', '0.0000', '2022-11-10', 'received', '4.2500', '4.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16337, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16338, NULL, NULL, 2710, '7401006400482', 'COCA 20 ONZAS', NULL, '5.9583', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9583', '0.0000', '2022-11-10', 'received', '5.9583', '5.9583', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16339, NULL, NULL, 2712, '7401006400901', 'COCA DESECHABLE 2.5', NULL, '15.3750', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.5000', '0.0000', '2022-11-10', 'received', '15.3750', '15.3750', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16340, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16341, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16342, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16343, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16344, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '0.0000', '2022-11-10', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16345, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16346, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.7500', '0.0000', '2022-11-10', 'received', '3.7500', '3.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16347, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8750', '0.0000', '2022-11-10', 'received', '1.8750', '1.8750', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16348, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '0.0000', '2022-11-10', 'received', '0.7500', '0.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16349, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '0.0000', '2022-11-10', 'received', '3.0000', '3.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16350, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5000', '0.0000', '2022-11-10', 'received', '4.5000', '4.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16351, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-11-10', 'received', '1.8750', '1.8750', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16352, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16353, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2500', '0.0000', '2022-11-10', 'received', '0.7500', '0.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16354, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16355, NULL, NULL, 2925, '7401090801622', 'HELADO LITRO SARITA POLIPAPEL', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16356, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '0.0000', '2022-11-10', 'received', '6.0000', '6.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16357, NULL, NULL, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16358, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16359, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16360, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16361, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16362, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16363, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '0.0000', '2022-11-10', 'received', '2.2500', '2.2500', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16364, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16365, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16366, NULL, NULL, 3075, '7401107800310', 'PAPEL STAFF JUNIOR', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16367, NULL, NULL, 2709, '7401147800066', 'CLORO CLORAL 40ML', NULL, '0.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.6600', '0.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16368, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16369, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16370, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16371, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16372, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16373, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16374, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16375, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16376, NULL, NULL, 2785, '7404004460038', 'DE LA FINCA MARA', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16377, NULL, NULL, 2788, '7404004460045', 'DE LA FINCA SEMILLA MIXTA', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16378, NULL, NULL, 2782, '7404004460069', 'DE LA FINCA HABA CON SAL', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16379, NULL, NULL, 2787, '7404004460076', 'DE LA FINCA PLATANINA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16380, NULL, NULL, 2780, '7404004460083', 'DE LA FINCA CHAMPURRADA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16381, NULL, NULL, 2781, '7404004460090', 'DE LA FINCA CHORROS', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16382, NULL, NULL, 2786, '7404004460144', 'DE LA FINCA NATURAL MIX', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16383, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16384, NULL, NULL, 2783, '740404460014', 'DE LA FINCA MANI GARRAPI', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16385, NULL, NULL, 2784, '740404460021', 'DE LA FINCA MANI SALADO', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16386, NULL, NULL, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', NULL, '0.4163', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.4163', '0.4163', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16387, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16388, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16389, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16390, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16391, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16392, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16393, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.2800', '0.0000', '2022-11-10', 'received', '5.1400', '5.1400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16394, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16395, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16396, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.9200', '2.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16397, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16398, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16399, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16400, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16401, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4583', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9167', '0.0000', '2022-11-10', 'received', '0.4583', '0.4583', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16402, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16403, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16404, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16405, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16406, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16407, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16408, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16409, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16410, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16411, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16412, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0000', '-5.0000', '2022-11-10', 'received', '3.4000', '3.4000', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16413, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16414, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16415, NULL, NULL, 2711, '7411001800231', 'COCA COLA LATA  .', NULL, '4.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '0.0000', '2022-11-10', 'received', '4.2500', '4.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16416, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16417, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16418, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.7500', '5.0000', '2022-11-10', 'received', '0.9500', '0.9500', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16419, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16420, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16421, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16422, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.3333', '0.0000', '2022-11-10', 'received', '3.3333', '3.3333', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16423, NULL, NULL, 3073, '7416502201365', 'PAPEL ROSAL', NULL, '1.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.5400', '1.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16424, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16425, NULL, NULL, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', NULL, '10.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.6200', '10.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16426, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16427, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16428, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16429, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16430, NULL, NULL, 2713, '7441003500501', 'COCA VIDRIO LITRO', NULL, '5.9500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9000', '0.0000', '2022-11-10', 'received', '5.9500', '5.9500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16431, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '0.0000', '2022-11-10', 'received', '5.0000', '5.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16432, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '4.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.4400', '4.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16433, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7250', '0.0000', '2022-11-10', 'received', '0.8583', '0.8583', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16434, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.8083', '0.0000', '2022-11-10', 'received', '2.1617', '2.1617', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16435, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16436, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16437, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '-5.0000', '2022-11-10', 'received', '4.5000', '4.5000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16438, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16439, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2022-11-10', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16440, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16441, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16442, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16443, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16444, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16445, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16446, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8182', '1.0000', '2022-11-10', 'received', '0.8182', '0.8182', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16447, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16448, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16449, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16450, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16451, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16452, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16453, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16454, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16455, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16456, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16457, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16458, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16459, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16460, NULL, NULL, 2799, '748928006505', 'DETERGENTE XEDEX 450 GR', NULL, '4.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.3500', '4.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16461, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16462, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.8642', '0.0000', '2022-11-10', 'received', '4.4092', '4.4092', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16463, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.2600', '4.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16464, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16465, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16466, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1000', '0.0000', '2022-11-10', 'received', '5.1000', '5.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16467, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16468, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16469, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16470, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16471, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0833', '0.0000', '2022-11-10', 'received', '2.0833', '2.0833', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16472, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16473, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16474, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16475, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6786', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.6786', '0.6786', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16476, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5833', '0.0000', '2022-11-10', 'received', '4.5833', '4.5833', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16477, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16478, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16479, NULL, NULL, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16480, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16481, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16482, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16483, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '26.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '26.4000', '26.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16484, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '95.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '95.8500', '95.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16485, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '53.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '53.8000', '53.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16486, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '148.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '148.9000', '148.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16487, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '25.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.8000', '0.0000', '2022-11-10', 'received', '25.8000', '25.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16488, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16489, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16490, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16491, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16492, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16493, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16494, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16495, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16496, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16497, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16498, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5200', '-2.0000', '2022-11-10', 'received', '6.7600', '6.7600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16499, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16500, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16501, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16502, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16503, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16504, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16505, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16506, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16507, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16508, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16509, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16510, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16511, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.8600', '-9.0000', '2022-11-10', 'received', '8.5400', '8.5400', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16512, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16513, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16514, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16515, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16516, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16517, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16518, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16519, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16520, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16521, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16522, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16523, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16524, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '21.4800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.4800', '1.0000', '2022-11-10', 'received', '21.4800', '21.4800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16525, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16526, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16527, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16528, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16529, NULL, NULL, 2989, '7501206658871', 'LLAVE DE 1/2?? DE JARDIN DE ESFERA  PRET', NULL, '15.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.9500', '15.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16530, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16531, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5900', '-1.0000', '2022-11-10', 'received', '4.5900', '4.5900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16532, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16533, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16534, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16535, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16536, NULL, NULL, 2834, '7501206659915', 'ESCOBA PL', NULL, '37.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '37.5100', '37.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16537, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16538, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16539, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16540, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16541, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16542, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16543, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16544, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16545, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.7800', '2.0000', '2022-11-10', 'received', '3.3900', '3.3900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16546, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16547, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16548, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16549, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16550, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '40.6600', '40.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16551, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7100', '-1.0000', '2022-11-10', 'received', '5.7100', '5.7100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16552, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16553, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16554, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16555, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16556, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16557, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16558, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16559, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16560, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16561, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16562, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1400', '2.0000', '2022-11-10', 'received', '0.0700', '0.0700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16563, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.2400', '2.0000', '2022-11-10', 'received', '0.1200', '0.1200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16564, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16565, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16566, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16567, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16568, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16569, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16570, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16571, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9400', '-2.0000', '2022-11-10', 'received', '2.4700', '2.4700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16572, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16573, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16574, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16575, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4900', '-1.0000', '2022-11-10', 'received', '3.4900', '3.4900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16576, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16577, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16578, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16579, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7499', '3.0000', '2022-11-10', 'received', '0.5833', '0.5833', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16580, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16581, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2022-11-10', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16582, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16583, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16584, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16585, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.9400', '1.0000', '2022-11-10', 'received', '1.9400', '1.9400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16586, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16587, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16588, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16589, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16590, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16591, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16592, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16593, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16594, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16595, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16596, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16597, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16598, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16599, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.3925', '-1.0000', '2022-11-10', 'received', '11.3925', '11.3925', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16600, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16601, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0833', '7.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16602, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16603, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16604, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16605, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16606, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16607, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16608, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.7500', '1.0000', '2022-11-10', 'received', '15.7500', '15.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16609, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.5400', '-2.0000', '2022-11-10', 'received', '6.2700', '6.2700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16610, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16611, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5200', '-1.0000', '2022-11-10', 'received', '8.5200', '8.5200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16612, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16613, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.7900', '1.0000', '2022-11-10', 'received', '6.7900', '6.7900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16614, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16615, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16616, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16617, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16618, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16619, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16620, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16621, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16622, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16623, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16624, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16625, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16626, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.1000', '2.0000', '2022-11-10', 'received', '20.5500', '20.5500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16627, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16628, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16629, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16630, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16631, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16632, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.6500', '-1.0000', '2022-11-10', 'received', '10.6500', '10.6500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16633, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16634, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16635, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '20.7500', '20.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16636, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16637, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16638, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16639, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16640, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16641, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.6700', '1.0000', '2022-11-10', 'received', '44.6700', '44.6700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16642, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16643, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16644, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16645, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16646, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16647, NULL, NULL, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16648, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16649, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16650, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16651, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16652, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16653, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16654, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16655, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16656, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16657, NULL, NULL, 2556, '756956001072', 'BOTONETAS NEGRAS', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16658, NULL, NULL, 2555, '756956001126', 'BOTONETA AMARILLA', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16659, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16660, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.6917', '1.6917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16661, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16662, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16663, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16664, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16665, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16666, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16667, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16668, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16669, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.1900', '-1.0000', '2022-11-10', 'received', '42.1900', '42.1900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16670, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16671, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '46.5000', '1.0000', '2022-11-10', 'received', '46.5000', '46.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16672, NULL, NULL, 3232, '7622210863690', 'TANG FRUIT PONCH 20G', NULL, '1.2000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.2000', '-6.0000', '2022-11-10', 'received', '1.2000', '1.2000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16673, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16674, NULL, NULL, 2917, '764009016089', 'HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16675, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16676, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.5080', '40.0000', '2022-11-10', 'received', '1.0377', '1.0377', '40.0000', NULL, NULL, 5, 'UNIDAD', '40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16677, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16678, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16679, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16680, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.1000', '-1.0000', '2022-11-10', 'received', '8.1000', '8.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16681, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16682, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', NULL, '12.3200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.3200', '1.0000', '2022-11-10', 'received', '12.3200', '12.3200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16683, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16684, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16685, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.6600', '-7.0000', '2022-11-10', 'received', '6.3800', '6.3800', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16686, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3200', '-1.0000', '2022-11-10', 'received', '6.3200', '6.3200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16687, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.3000', '3.0000', '2022-11-10', 'received', '6.1000', '6.1000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16688, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16689, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16690, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16691, NULL, NULL, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', NULL, '5.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.7500', '5.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16692, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16693, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16694, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16695, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16696, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16697, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16698, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16699, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16700, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16701, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16702, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16703, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16704, NULL, NULL, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '24.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.8500', '24.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16705, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '1.0000', '2022-11-10', 'received', '2.8000', '2.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16706, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16707, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16708, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.4500', '1.0000', '2022-11-10', 'received', '2.4500', '2.4500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16709, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.6000', '2.0000', '2022-11-10', 'received', '2.8000', '2.8000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16710, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.7500', '-3.0000', '2022-11-10', 'received', '5.2500', '5.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16711, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-1.0000', '2022-11-10', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16712, NULL, NULL, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16713, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16714, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16715, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16716, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16717, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16718, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16719, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16720, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16721, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16722, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16723, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.0000', '-2.0000', '2022-11-10', 'received', '28.0000', '28.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16724, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16725, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16726, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16727, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16728, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16729, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16730, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16731, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16732, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16733, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16734, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16735, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16736, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16737, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16738, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16739, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16740, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16741, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16742, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16743, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16744, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16745, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.3800', '4.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16746, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16747, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16748, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16749, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16750, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '191.6633', '191.6633', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16751, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '40.6717', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '40.6717', '40.6717', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16752, NULL, NULL, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-127.5000', '-5.0000', '2022-11-10', 'received', '25.5000', '25.5000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16753, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5000', '-1.0000', '2022-11-10', 'received', '17.5000', '17.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16754, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16755, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16756, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16757, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16758, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16759, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16760, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16761, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16762, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7742', '2.0000', '2022-11-10', 'received', '0.3871', '0.3871', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16763, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16764, NULL, NULL, 3644, '8801038569970', 'RASURDORA DORCO UNIDAD', NULL, '0.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7500', '0.0000', '2022-11-10', 'received', '0.7500', '0.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16765, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16766, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16767, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16768, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.4265', '2.4265', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16769, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.8900', '-1.0000', '2022-11-10', 'received', '20.8900', '20.8900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16770, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16771, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16772, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.3000', '30.0000', '2022-11-10', 'received', '0.9100', '0.9100', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16773, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16774, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16775, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16776, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16777, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16778, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16779, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16780, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6100', '0.0000', '2022-11-10', 'received', '0.8700', '0.8700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16781, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16782, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16783, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16784, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.6000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.8000', '0.0000', '2022-11-10', 'received', '3.6000', '3.6000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16785, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16786, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16787, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16788, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16789, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16790, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16791, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16792, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16793, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16794, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '5.0000', '2022-11-10', 'received', '2.0000', '2.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16795, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '1.0000', '2022-11-10', 'received', '3.0000', '3.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16796, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16797, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16798, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16799, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.9900', '1.0000', '2022-11-10', 'received', '7.9900', '7.9900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16800, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9000', '-7.0000', '2022-11-10', 'received', '1.7000', '1.7000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16801, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16802, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.0000', '1.0000', '2022-11-10', 'received', '27.0000', '27.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16803, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16804, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.0000', '-1.0000', '2022-11-10', 'received', '48.0000', '48.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16805, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16806, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16807, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16808, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16809, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.3400', '14.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16810, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16811, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16812, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16813, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16814, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '2.0000', '2022-11-10', 'received', '5.0000', '5.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16815, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16816, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16817, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16818, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16819, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16820, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16821, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16822, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16823, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16824, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16825, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1500', '-1.0000', '2022-11-10', 'received', '0.1500', '0.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16826, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.4500', '3.0000', '2022-11-10', 'received', '0.1500', '0.1500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16827, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16828, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16829, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16830, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16831, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUE', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16832, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '68.0000', '2.0000', '2022-11-10', 'received', '34.0000', '34.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16833, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16834, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16835, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16836, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '-4.0000', '2022-11-10', 'received', '6.0000', '6.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16837, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16838, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-114.0000', '-19.0000', '2022-11-10', 'received', '6.0000', '6.0000', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16839, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.6100', '3.0000', '2022-11-10', 'received', '0.8700', '0.8700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16840, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0000', '-2.0000', '2022-11-10', 'received', '0.5000', '0.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16841, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5600', '16.0000', '2022-11-10', 'received', '0.1600', '0.1600', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16842, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.0000', '1.0000', '2022-11-10', 'received', '40.0000', '40.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16843, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16844, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16845, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16846, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16847, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.4000', '0.0000', '2022-11-10', 'received', '6.6000', '6.6000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16848, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16849, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9000', '-10.0000', '2022-11-10', 'received', '0.0900', '0.0900', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16850, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '141.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.8700', '141.0000', '2022-11-10', 'received', '0.0700', '0.0700', '141.0000', NULL, NULL, 1, 'PZA', '141.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16851, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16852, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '219.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.0400', '209.0000', '2022-11-10', 'received', '0.1600', '0.1600', '219.0000', NULL, NULL, 1, 'PZA', '219.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16853, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16854, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16855, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16856, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16857, NULL, NULL, 3027, 'FER00868', 'MASKING TAPE 1 3M', NULL, '7.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.7000', '7.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16858, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7500', '1.0000', '2022-11-10', 'received', '7.7500', '7.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16859, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.9000', '13.0000', '2022-11-10', 'received', '1.3000', '1.3000', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16860, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16861, NULL, NULL, 2577, 'FER02539', 'BROCHA 2 BYP', NULL, '3.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.7300', '3.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16862, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16863, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16864, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16865, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16866, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16867, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16868, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16869, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16870, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16871, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '-1.0000', '2022-11-10', 'received', '35.0000', '35.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16872, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16873, NULL, NULL, 2899, 'GEL0001', 'GALON ALCOHOL GEL', NULL, '155.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '155.0000', '155.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16874, NULL, NULL, 2938, 'GEL0002', 'JABON LIQUIDO 500 ML', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16875, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16876, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16877, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16878, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16879, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16880, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16881, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-74.1000', '-3.0000', '2022-11-10', 'received', '24.7000', '24.7000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16882, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16883, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16884, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16885, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2', NULL, '15.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.7500', '-1.0000', '2022-11-10', 'received', '15.7500', '15.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16886, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-110.2500', '-7.0000', '2022-11-10', 'received', '15.7500', '15.7500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16887, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16888, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16889, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16890, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16891, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16892, NULL, NULL, 2530, 'P24BD-720', 'BATERIA PRIME CHANGE 12 PLACAS', NULL, '555.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '555.0000', '555.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16893, NULL, NULL, 2529, 'P47-600', 'BATERIA PRIME CHANGE 10 PLACAS', NULL, '350.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '350.0000', '350.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16894, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3300', '-1.0000', '2022-11-10', 'received', '2.3300', '2.3300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16895, NULL, NULL, 2531, 'PNS60LS', 'BATERIA PRIME CHARGE 9 PLACAS', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16896, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16897, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.2700', '-7.0000', '2022-11-10', 'received', '1.6100', '1.6100', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16898, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16899, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6600', '0.0000', '2022-11-10', 'received', '0.6900', '0.6900', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16900, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.8400', '6.0000', '2022-11-10', 'received', '2.6400', '2.6400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16901, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16902, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16903, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16904, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16905, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8000', '0.0000', '2022-11-10', 'received', '0.8500', '0.8500', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16906, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.4000', '0.0000', '2022-11-10', 'received', '13.7000', '13.7000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16907, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.2100', '1.0000', '2022-11-10', 'received', '16.2100', '16.2100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16908, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0100', '-1.0000', '2022-11-10', 'received', '21.0100', '21.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16909, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16910, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1400', '6.0000', '2022-11-10', 'received', '1.1900', '1.1900', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16911, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.8700', '0.0000', '2022-11-10', 'received', '3.8700', '3.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16912, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16913, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '13.6700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.3400', '0.0000', '2022-11-10', 'received', '13.6700', '13.6700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16914, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16915, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16916, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16917, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16918, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16919, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2700', '-3.0000', '2022-11-10', 'received', '1.0900', '1.0900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16920, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.6000', '4.0000', '2022-11-10', 'received', '3.4000', '3.4000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16921, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.2600', '34.0000', '2022-11-10', 'received', '0.8900', '0.8900', '34.0000', NULL, NULL, 1, 'PZA', '34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16922, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16923, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '110.7600', '13.0000', '2022-11-10', 'received', '8.5200', '8.5200', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16924, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.7100', '3.0000', '2022-11-10', 'received', '11.5700', '11.5700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16925, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16926, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16927, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16928, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.7500', '1.0000', '2022-11-10', 'received', '2.7500', '2.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16929, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-1.0000', '2022-11-10', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16930, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16931, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '3.0000', '2022-11-10', 'received', '5.0000', '5.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16932, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16933, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.5400', '-22.0000', '2022-11-10', 'received', '1.5700', '1.5700', '-22.0000', NULL, NULL, 1, 'PZA', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16934, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.3000', '-10.0000', '2022-11-10', 'received', '1.1300', '1.1300', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16935, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.9200', '4.0000', '2022-11-10', 'received', '12.4800', '12.4800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16936, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16937, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16938, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.7100', '1.0000', '2022-11-10', 'received', '2.7100', '2.7100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16939, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9500', '-1.0000', '2022-11-10', 'received', '3.9500', '3.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16940, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16941, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.9400', '2.0000', '2022-11-10', 'received', '3.9700', '3.9700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16942, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '7.0500', '7.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16943, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16944, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16945, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16946, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16947, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16948, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.9800', '-2.0000', '2022-11-10', 'received', '3.9900', '3.9900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16949, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3800', '-3.0000', '2022-11-10', 'received', '1.4600', '1.4600', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16950, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6600', '-2.0000', '2022-11-10', 'received', '2.8300', '2.8300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16951, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16952, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9500', '-1.0000', '2022-11-10', 'received', '4.9500', '4.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16953, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4200', '-2.0000', '2022-11-10', 'received', '1.2100', '1.2100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16954, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16955, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0300', '1.0000', '2022-11-10', 'received', '13.0300', '13.0300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16956, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '1.0100', '1.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16957, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16958, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16959, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '12.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '12.6500', '12.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16960, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16961, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16962, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16963, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16964, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16965, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16966, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16967, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '20.3500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-81.4000', '0.0000', '2022-11-10', 'received', '20.3500', '20.3500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16968, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16969, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16970, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16971, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-2.0000', '2022-11-10', 'received', '10.0000', '10.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16972, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '1.0000', '2022-11-10', 'received', '10.0000', '10.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16973, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.0000', '1.0000', '2022-11-10', 'received', '71.0000', '71.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16974, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-213.0000', '-3.0000', '2022-11-10', 'received', '71.0000', '71.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16975, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16976, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16977, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16978, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1300', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.1200', '0.0000', '2022-11-10', 'received', '0.1300', '0.1300', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16979, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16980, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16981, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 BOSSI', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16982, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 BOSSI', NULL, '22.7300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.7300', '1.0000', '2022-11-10', 'received', '22.7300', '22.7300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16983, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16984, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.8800', '1.0000', '2022-11-10', 'received', '35.8800', '35.8800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16985, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16986, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16987, NULL, NULL, 3104, 'VK0167', 'PLANCHA ALBA', NULL, '36.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '36.1800', '36.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16988, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16989, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16990, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16991, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16992, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16993, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16994, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16995, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16996, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16997, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-10', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16998, 309, NULL, 3354, '16434693', 'ANGULAR DE 3/4 X 1/8 LEG', NULL, '59.6800', '39.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2327.5200', '39.0000', '2022-11-09', 'received', '59.6800', '59.6800', '39.0000', NULL, NULL, 5, 'UNIDAD', '39.0000', NULL, NULL, NULL, NULL, '59.6800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (16999, 309, NULL, 3355, '47909986', 'COSTANERA DE 3X2 GALVANIZADA CHAPA 14', NULL, '183.6200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2203.4400', '12.0000', '2022-11-09', 'received', '183.6200', '183.6200', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '183.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17000, 309, NULL, 3357, '90120352', 'TUBO DE 1 1/2 C/ROSCA GALV.', NULL, '0.0100', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0800', '8.0000', '2022-11-09', 'received', '0.0100', '0.0100', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '0.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17001, 309, NULL, 3365, '67180682', 'LLANTIA DE 1X1/8', NULL, '47.0000', '45.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2115.0000', '45.0000', '2022-11-09', 'received', '47.0000', '47.0000', '45.0000', NULL, NULL, 5, 'UNIDAD', '45.0000', NULL, NULL, NULL, NULL, '47.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17002, 309, NULL, 3368, '14440490', 'VARILLA DE 3/8 LISA', NULL, '41.2100', '32.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1318.7200', '32.0000', '2022-11-09', 'received', '41.2100', '41.2100', '32.0000', NULL, NULL, 5, 'UNIDAD', '32.0000', NULL, NULL, NULL, NULL, '41.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17003, 309, NULL, 3369, '50344385', 'LLANTIA DE 1 1/4X1/8 ', NULL, '91.1300', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '911.3000', '10.0000', '2022-11-09', 'received', '91.1300', '91.1300', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '91.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17004, 309, NULL, 3370, '47879209', 'TUBO NEGRO DE 4X2 CHAPA 18.', NULL, '180.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2160.0000', '12.0000', '2022-11-09', 'received', '180.0000', '180.0000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '180.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17005, 309, NULL, 3382, '67308696', 'TUBO NEGRO DE 1X1 1/2.', NULL, '108.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1080.0000', '9.0000', '2022-11-09', 'received', '108.0000', '108.0000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '108.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17006, 309, NULL, 3383, '06441491', 'COSTANERA 4X2 GALV. CHAPA 14.', NULL, '225.0000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '8100.0000', '36.0000', '2022-11-09', 'received', '225.0000', '225.0000', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '225.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17007, 309, NULL, 3388, '41424712', 'TUBO NEGRO DE 1/2X1/2.', NULL, '38.4000', '35.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1344.0000', '35.0000', '2022-11-09', 'received', '38.4000', '38.4000', '35.0000', NULL, NULL, 5, 'UNIDAD', '35.0000', NULL, NULL, NULL, NULL, '38.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17008, 309, NULL, 3390, '72509586', 'ANGULAR DE 1 1/4 COMERCIAL.', NULL, '105.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2110.0000', '20.0000', '2022-11-09', 'received', '105.5000', '105.5000', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '105.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17009, 309, NULL, 3393, '38729185', 'ANGULAR DE 1X1/8 LEGITIMO.', NULL, '0.0100', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0600', '6.0000', '2022-11-09', 'received', '0.0100', '0.0100', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '0.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17010, 309, NULL, 3394, '52432042', 'ANGULAR DE 2X1/8 LEG.', NULL, '172.2100', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3444.2000', '20.0000', '2022-11-09', 'received', '172.2100', '172.2100', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '172.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17011, 309, NULL, 3404, '41386912', 'LLANTIA DE 1/2X1/8', NULL, '23.9200', '47.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1124.2400', '47.0000', '2022-11-09', 'received', '23.9200', '23.9200', '47.0000', NULL, NULL, 5, 'UNIDAD', '47.0000', NULL, NULL, NULL, NULL, '23.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17012, 309, NULL, 3405, '66359912', 'LLANTIA DE 3/4X3/16', NULL, '49.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '98.0000', '2.0000', '2022-11-09', 'received', '49.0000', '49.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '49.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17013, 309, NULL, 3407, '24214061', 'VARILLA HIERRO 1/4 COMERCIAL', NULL, '12.9700', '95.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1232.1500', '95.0000', '2022-11-09', 'received', '12.9700', '12.9700', '95.0000', NULL, NULL, 5, 'UNIDAD', '95.0000', NULL, NULL, NULL, NULL, '12.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17014, 309, NULL, 3408, '67870951', 'VARILLA HIERRO 1/4 G40', NULL, '15.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.6000', '6.0000', '2022-11-09', 'received', '15.1000', '15.1000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '15.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17015, 309, NULL, 3409, '23164244', 'VARILLA HIERRO 3/8 G40', NULL, '33.6700', '212.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '7138.0400', '0.0000', '2022-11-09', 'received', '33.6700', '33.6700', '212.0000', NULL, NULL, 5, 'UNIDAD', '212.0000', NULL, NULL, NULL, NULL, '33.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17016, 309, NULL, 3410, '90045552', 'VARILLA HIERRO DE 3/8 COMERCIAL.', NULL, '28.1000', '360.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10116.0000', '360.0000', '2022-11-09', 'received', '28.1000', '28.1000', '360.0000', NULL, NULL, 5, 'UNIDAD', '360.0000', NULL, NULL, NULL, NULL, '28.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17017, 309, NULL, 3412, '56739529', 'VARILLA HIERRO 1/2 G40', NULL, '62.7300', '74.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4642.0200', '0.0000', '2022-11-09', 'received', '62.7300', '62.7300', '74.0000', NULL, NULL, 5, 'UNIDAD', '74.0000', NULL, NULL, NULL, NULL, '62.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17018, 309, NULL, 3413, '17823698', 'VARILLA HIERRO 1/2 COMERCIAL', NULL, '45.0000', '103.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4635.0000', '103.0000', '2022-11-09', 'received', '45.0000', '45.0000', '103.0000', NULL, NULL, 5, 'UNIDAD', '103.0000', NULL, NULL, NULL, NULL, '45.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17019, 309, NULL, 3414, '09969359', 'VARILLA DE 5/8 GRADO 40.', NULL, '112.5000', '27.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3037.5000', '27.0000', '2022-11-09', 'received', '112.5000', '112.5000', '27.0000', NULL, NULL, 5, 'UNIDAD', '27.0000', NULL, NULL, NULL, NULL, '112.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17020, 309, NULL, 3415, '71641610', 'ROLLO POLIDUCTO DE 1/2.', NULL, '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '80.0000', '2.0000', '2022-11-09', 'received', '40.0000', '40.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '40.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17021, 309, NULL, 3416, '33797130', 'ROLLO POLIDUCTO DE 3/4.', NULL, '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '2.0000', '2022-11-09', 'received', '45.0000', '45.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '45.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17022, 309, NULL, 3418, '27737825', 'CAPOTE PARA LAMINA TROQUELADA CALIBRE 26.', NULL, '72.0000', '73.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '5256.0000', '73.0000', '2022-11-09', 'received', '72.0000', '72.0000', '73.0000', NULL, NULL, 5, 'UNIDAD', '73.0000', NULL, NULL, NULL, NULL, '72.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17023, 309, NULL, 3439, '29652683', 'LIBRA DE ALAMBRE DE AMARRE.', NULL, '6.7300', '83.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '558.5900', '0.0000', '2022-11-09', 'received', '6.7300', '6.7300', '83.0000', NULL, NULL, 5, 'UNIDAD', '83.0000', NULL, NULL, NULL, NULL, '6.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17024, 309, NULL, 3440, '49527374', 'PEGAMIX.', NULL, '22.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '528.0000', '24.0000', '2022-11-09', 'received', '22.0000', '22.0000', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '22.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17025, 309, NULL, 3441, '38292314', 'CEMENTO PROGRESO', NULL, '75.0000', '320.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24000.0000', '264.0000', '2022-11-09', 'received', '75.0000', '75.0000', '320.0000', NULL, NULL, 5, 'UNIDAD', '320.0000', NULL, NULL, NULL, NULL, '75.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17026, 309, NULL, 3443, '64504663', 'CAL LA ESTRELLA', NULL, '14.5000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '203.0000', '14.0000', '2022-11-09', 'received', '14.5000', '14.5000', '14.0000', NULL, NULL, 5, 'UNIDAD', '14.0000', NULL, NULL, NULL, NULL, '14.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17027, 309, NULL, 3444, '41637020', 'CAL HORCALSA 20 KG', NULL, '30.5000', '56.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1708.0000', '56.0000', '2022-11-09', 'received', '30.5000', '30.5000', '56.0000', NULL, NULL, 5, 'UNIDAD', '56.0000', NULL, NULL, NULL, NULL, '30.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17028, 309, NULL, 3446, '17604177', 'CRESTUCO ALISADO FINO', NULL, '76.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '456.0000', '6.0000', '2022-11-09', 'received', '76.0000', '76.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '76.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17029, 309, NULL, 3455, '72655344', 'LAMINA ACANALADA CAL. 26 LEG. 8 PIES, METALCO', NULL, '91.2000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '638.4000', '7.0000', '2022-11-09', 'received', '91.2000', '91.2000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, '91.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17030, 309, NULL, 3456, '97595833', 'LAMINA ACANALADA CAL. 26 LEG. 10 PIES, METALCO', NULL, '114.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '228.0000', '2.0000', '2022-11-09', 'received', '114.0000', '114.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '114.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17031, 309, NULL, 3457, '35224405', 'LAMINA ACANALADA CAL. 26 LEG. 12 PIES, METALCO', NULL, '136.8000', '88.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '12038.4000', '88.0000', '2022-11-09', 'received', '136.8000', '136.8000', '88.0000', NULL, NULL, 5, 'UNIDAD', '88.0000', NULL, NULL, NULL, NULL, '136.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17032, 309, NULL, 3458, '84684744', 'LAMINA ACANALADA CAL. 26 LEG. 14 PIES, METALCO', NULL, '159.6000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1276.8000', '8.0000', '2022-11-09', 'received', '159.6000', '159.6000', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '159.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17033, 309, NULL, 3459, '89754256', 'LAMINA ACANALADA CAL. 28 COM. 12 PIES, METALCO', NULL, '115.2000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1843.2000', '16.0000', '2022-11-09', 'received', '115.2000', '115.2000', '16.0000', NULL, NULL, 5, 'UNIDAD', '16.0000', NULL, NULL, NULL, NULL, '115.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17034, 309, NULL, 3461, '42372086', 'LAMINA ACANALADA CAL. 28  LEG. 10 PIES, METALCO', NULL, '96.0000', '27.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2592.0000', '27.0000', '2022-11-09', 'received', '96.0000', '96.0000', '27.0000', NULL, NULL, 5, 'UNIDAD', '27.0000', NULL, NULL, NULL, NULL, '96.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17035, 309, NULL, 3462, '53401100', 'LAMINA ACANALADA CAL. 28 COM. 14 PIES, METALCO', NULL, '164.0000', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2788.0000', '17.0000', '2022-11-09', 'received', '164.0000', '164.0000', '17.0000', NULL, NULL, 5, 'UNIDAD', '17.0000', NULL, NULL, NULL, NULL, '164.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17036, 309, NULL, 3464, '95500611', 'TUBO DRENAJE 4  NARANJA', NULL, '116.0000', '58.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '6728.0000', '58.0000', '2022-11-09', 'received', '116.0000', '116.0000', '58.0000', NULL, NULL, 5, 'UNIDAD', '58.0000', NULL, NULL, NULL, NULL, '116.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17037, 309, NULL, 3465, '35344362', 'TUBO DRENAJE 3  NARANJA', NULL, '76.1900', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3809.5000', '50.0000', '2022-11-09', 'received', '76.1900', '76.1900', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, '76.1900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17038, 309, NULL, 3466, '50793332', 'TUBO DRENAJE 2 NARANJA', NULL, '47.4900', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1899.6000', '40.0000', '2022-11-09', 'received', '47.4900', '47.4900', '40.0000', NULL, NULL, 5, 'UNIDAD', '40.0000', NULL, NULL, NULL, NULL, '47.4900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17039, 309, NULL, 3469, '31087045', 'TUBO DRENAJE 6  BLANCO', NULL, '295.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2655.0000', '9.0000', '2022-11-09', 'received', '295.0000', '295.0000', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, '295.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17040, 309, NULL, 3470, '01102478', 'TUBO PVC 3  125 PSI ', NULL, '175.0300', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '175.0300', '1.0000', '2022-11-09', 'received', '175.0300', '175.0300', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '175.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17041, 309, NULL, 3472, '29753206', 'TUBO PVC 1 160 PSI', NULL, '33.9400', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '848.5000', '25.0000', '2022-11-09', 'received', '33.9400', '33.9400', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '33.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17042, 309, NULL, 3473, '18399968', 'TUBO PVC 1/2 ', NULL, '20.0200', '157.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3143.1400', '157.0000', '2022-11-09', 'received', '20.0200', '20.0200', '157.0000', NULL, NULL, 5, 'UNIDAD', '157.0000', NULL, NULL, NULL, NULL, '20.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17043, 309, NULL, 3474, '52063146', 'TUBO PVC 3/4  250 PSI', NULL, '26.6300', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '798.9000', '30.0000', '2022-11-09', 'received', '26.6300', '26.6300', '30.0000', NULL, NULL, 5, 'UNIDAD', '30.0000', NULL, NULL, NULL, NULL, '26.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17044, 309, NULL, 3475, '79192059', 'TUBO PVC 1 1/4  160 PSI  ', NULL, '45.9400', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '780.9800', '17.0000', '2022-11-09', 'received', '45.9400', '45.9400', '17.0000', NULL, NULL, 5, 'UNIDAD', '17.0000', NULL, NULL, NULL, NULL, '45.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17045, 309, NULL, 3477, '89333879', 'TUBO PVC 1 1/2  160 PSI', NULL, '59.9600', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '539.6400', '9.0000', '2022-11-09', 'received', '59.9600', '59.9600', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, '59.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17046, 309, NULL, 3478, '97539951', 'TUBO PVC 2 1/2  160 PSI', NULL, '112.5300', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1462.8900', '13.0000', '2022-11-09', 'received', '112.5300', '112.5300', '13.0000', NULL, NULL, 5, 'UNIDAD', '13.0000', NULL, NULL, NULL, NULL, '112.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17047, 309, NULL, 3555, '13409883', 'CARRETA C/LLANTA REFORZADA TRUPER', NULL, '426.8300', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '426.8300', '1.0000', '2022-11-09', 'received', '426.8300', '426.8300', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '426.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17048, 309, NULL, 3651, '88522238', 'NYLON X YARDA', NULL, '10.8000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '10.0000', '2022-11-09', 'received', '10.8000', '10.8000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '10.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17049, 309, NULL, 3652, '84304927', 'MEDIA PILA  IZQUIERDA TALISHTE', NULL, '885.6100', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '885.6100', '1.0000', '2022-11-09', 'received', '885.6100', '885.6100', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '885.6100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17050, 309, NULL, 3653, '71066425', 'LADRIO TAYUYO', NULL, '2.0900', '94.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '196.4600', '94.0000', '2022-11-09', 'received', '2.0900', '2.0900', '94.0000', NULL, NULL, 5, 'UNIDAD', '94.0000', NULL, NULL, NULL, NULL, '2.0900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17051, 309, NULL, 3654, '93244673', 'TUBO PVC DE 4¨ 160 PSI', NULL, '200.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1000.0000', '4.0000', '2022-11-09', 'received', '200.0000', '200.0000', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '200.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17052, 309, NULL, 3655, '01847314', 'TUBO PVC DE 3¨ 160 PSI', NULL, '202.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '607.5000', '3.0000', '2022-11-09', 'received', '202.5000', '202.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '202.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17053, 309, NULL, 3656, '28115474', 'TUBO PVC 3¨ 80 PSI', NULL, '130.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '522.0000', '3.0000', '2022-11-09', 'received', '130.5000', '130.5000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '130.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17054, 309, NULL, 3657, '98473903', 'LAMINA ACANALADA DE POLICARBONATO 12 PIES', NULL, '146.0000', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2482.0000', '17.0000', '2022-11-09', 'received', '146.0000', '146.0000', '17.0000', NULL, NULL, 5, 'UNIDAD', '17.0000', NULL, NULL, NULL, NULL, '146.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17055, 309, NULL, 3658, '85537407', 'LAMINA ACANALADA 8 PIES CAL 28', NULL, '76.8000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1382.4000', '18.0000', '2022-11-09', 'received', '76.8000', '76.8000', '18.0000', NULL, NULL, 5, 'UNIDAD', '18.0000', NULL, NULL, NULL, NULL, '76.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17056, 309, NULL, 3659, '71061288', 'CANAL CUADRADO TOPE Y BAJADA', NULL, '60.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '240.0000', '4.0000', '2022-11-09', 'received', '60.0000', '60.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '60.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17057, 309, NULL, 3660, '37776220', 'CANAL CUADRADO SIMPLE', NULL, '55.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '825.0000', '15.0000', '2022-11-09', 'received', '55.0000', '55.0000', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '55.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17058, 309, NULL, 3661, '18022197', 'CANAL CUADRADO CON TOPE', NULL, '60.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '240.0000', '4.0000', '2022-11-09', 'received', '60.0000', '60.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '60.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17059, 309, NULL, 3662, '42524769', 'CANAL REDONDO', NULL, '18.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '216.0000', '12.0000', '2022-11-09', 'received', '18.0000', '18.0000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '18.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17060, 309, NULL, 3663, '85590577', 'VARILLA HIERRO 3/8 MILIMETRICO', NULL, '20.0700', '843.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '16919.0100', '822.0000', '2022-11-09', 'received', '20.0700', '20.0700', '843.0000', NULL, NULL, 5, 'UNIDAD', '843.0000', NULL, NULL, NULL, NULL, '20.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17061, 309, NULL, 3664, '91913455', 'VARILLA DE HIERRO 3/8 GRADO 40 A.G', NULL, '35.0000', '34.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1190.0000', '0.0000', '2022-11-09', 'received', '35.0000', '35.0000', '34.0000', NULL, NULL, 5, 'UNIDAD', '34.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17062, 309, NULL, 3665, '06229135', 'TUBO GALVANIZADO 1¨ LISO P CERCA', NULL, '80.6900', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1613.8000', '20.0000', '2022-11-09', 'received', '80.6900', '80.6900', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '80.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17063, 309, NULL, 3666, '57825745', 'TUBO GALVANIZADO 1/2¨ LISO P CERCA', NULL, '58.5000', '33.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1930.5000', '33.0000', '2022-11-09', 'received', '58.5000', '58.5000', '33.0000', NULL, NULL, 5, 'UNIDAD', '33.0000', NULL, NULL, NULL, NULL, '58.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17064, 309, NULL, 3667, '41204415', 'TUBO GALVANIZADO 3/4 C/ ROSCA', NULL, '157.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '945.0000', '6.0000', '2022-11-09', 'received', '157.5000', '157.5000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '157.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17065, 309, NULL, 3668, '79611656', 'TUBO GALVANIZADO 1¨ C/ROSCA', NULL, '216.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2592.0000', '12.0000', '2022-11-09', 'received', '216.0000', '216.0000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '216.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17066, 309, NULL, 3669, '93744243', 'TUBO GALVANIZADO 1/2¨ C/ROSCA', NULL, '107.0200', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '856.1600', '8.0000', '2022-11-09', 'received', '107.0200', '107.0200', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '107.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17067, 309, NULL, 3670, '03234328', 'TUBO GALVANIZADO 1 1/4¨ C/ROSCA', NULL, '265.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3186.0000', '12.0000', '2022-11-09', 'received', '265.5000', '265.5000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '265.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17068, 309, NULL, 3671, '99221530', 'TUBO CUADRADO GALVANIZADO 2*2 CHAPA 14', NULL, '200.6500', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1805.8500', '9.0000', '2022-11-09', 'received', '200.6500', '200.6500', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, '200.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17069, 309, NULL, 3672, '39308369', 'TUBO CUADRADO NEGRO 1*1¨ CHAPA 18', NULL, '74.0500', '62.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4591.1000', '62.0000', '2022-11-09', 'received', '74.0500', '74.0500', '62.0000', NULL, NULL, 5, 'UNIDAD', '62.0000', NULL, NULL, NULL, NULL, '74.0500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17070, 309, NULL, 3673, '07354029', 'TUBO GALVANIZADO LISO 11/ 4¨ P/CERCA ', NULL, '104.4100', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2192.6100', '21.0000', '2022-11-09', 'received', '104.4100', '104.4100', '21.0000', NULL, NULL, 5, 'UNIDAD', '21.0000', NULL, NULL, NULL, NULL, '104.4100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17071, 309, NULL, 3674, '29234977', 'TUBO GALVANIZADO 1 1/2¨ LISO P/CERCA', NULL, '125.0600', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2501.2000', '20.0000', '2022-11-09', 'received', '125.0600', '125.0600', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '125.0600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17072, 309, NULL, 3675, '47850670', 'LAMINA NEGRA LISA FRIA 4*8 PIES * 3/64', NULL, '342.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '342.0000', '1.0000', '2022-11-09', 'received', '342.0000', '342.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '342.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17073, 309, NULL, 3676, '21755265', 'LAMINA NEGRA LISA 4*8 PIES * 1/16', NULL, '420.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4620.0000', '11.0000', '2022-11-09', 'received', '420.0000', '420.0000', '11.0000', NULL, NULL, 5, 'UNIDAD', '11.0000', NULL, NULL, NULL, NULL, '420.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17074, 309, NULL, 3677, '50444991', 'LAMINA NEGRA LISA 3*7 PIES 1/16', NULL, '292.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2044.0000', '7.0000', '2022-11-09', 'received', '292.0000', '292.0000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, '292.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17075, 309, NULL, 3678, '49966307', 'LAMINA NEGRA LISA 3*6 PIES * 1/16 ', NULL, '228.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2052.0000', '9.0000', '2022-11-09', 'received', '228.0000', '228.0000', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, '228.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17076, 309, NULL, 3680, '66024760', 'METRO DE POLIDUCTO 3/4', NULL, '1.8000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '18.0000', '10.0000', '2022-11-09', 'received', '1.8000', '1.8000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '1.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17077, 309, NULL, 3681, '05644001', 'ROLLO DE MALLA  1*1¨*1MT DE ALTURA', NULL, '1237.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2475.0000', '2.0000', '2022-11-09', 'received', '1237.5000', '1237.5000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '1237.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17078, 309, NULL, 3682, '61251339', 'METRO DE MALLA 2*2¨*1MT DE ALTURA', NULL, '43.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '645.0000', '15.0000', '2022-11-09', 'received', '43.0000', '43.0000', '15.0000', NULL, NULL, 6, 'METRO', '15.0000', NULL, NULL, NULL, NULL, '43.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17079, 309, NULL, 3683, '06741541', ' METRO DE MALLA DE 2 3/4*2 3/4¨*1MT DE ALTURA', NULL, '27.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '405.0000', '15.0000', '2022-11-09', 'received', '27.0000', '27.0000', '15.0000', NULL, NULL, 6, 'METRO', '15.0000', NULL, NULL, NULL, NULL, '27.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17080, 309, NULL, 3684, '98491942', 'ROLLO MALLA 2 3/4*2 3/4¨*1 MT ALTURA', NULL, '390.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '780.0000', '2.0000', '2022-11-09', 'received', '390.0000', '390.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '390.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17081, 309, NULL, 3685, '70063057', 'METRO DE POLIDUCTO DE 1/2', NULL, '1.8000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '14.4000', '8.0000', '2022-11-09', 'received', '1.8000', '1.8000', '8.0000', NULL, NULL, 6, 'METRO', '8.0000', NULL, NULL, NULL, NULL, '1.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17082, 309, NULL, 3686, '44356211', 'ROLLO DE POLIDUCTO 3/4 REFORZADO', NULL, '65.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '260.0000', '4.0000', '2022-11-09', 'received', '65.0000', '65.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '65.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17083, 309, NULL, 3687, '81216142', 'METRO DE MALLA PARA CERNIR ARENA', NULL, '7.0000', '35.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '245.0000', '35.0000', '2022-11-09', 'received', '7.0000', '7.0000', '35.0000', NULL, NULL, 6, 'METRO', '35.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17084, 309, NULL, 3688, '76155937', 'ROLLO MALLA TELA DE ARNERO/PARA CERNIR', NULL, '500.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '500.0000', '1.0000', '2022-11-09', 'received', '500.0000', '500.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '500.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17085, 309, NULL, 3689, '09526476', 'CAPOTE DE CONCRETO', NULL, '13.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '91.0000', '7.0000', '2022-11-09', 'received', '13.0000', '13.0000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, '13.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17086, 309, NULL, 3690, '23936320', 'LIBRA DE ALAMBRE GALVANIZADO GRUESO', NULL, '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.0000', '3.0000', '2022-11-09', 'received', '8.0000', '8.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17087, 309, NULL, 3691, '14269625', 'LIBRA DE ALAMBRE GALVANIZADO DELGADO', NULL, '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '28.0000', '4.0000', '2022-11-09', 'received', '7.0000', '7.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17088, 309, NULL, 3692, '69712786', 'ROLLO DE ALAMBRE ESPIGADO PARA CERCO AG', NULL, '325.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '650.0000', '2.0000', '2022-11-09', 'received', '325.0000', '325.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '325.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17089, 309, NULL, 3693, '50189647', 'BOQUILEX PLUS ', NULL, '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '3.0000', '2022-11-09', 'received', '17.0000', '17.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '17.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17090, 309, NULL, 3694, '55470593', 'CREST PORCELANATO', NULL, '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '1.0000', '2022-11-09', 'received', '45.0000', '45.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '45.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17091, 309, NULL, 3695, '60886125', 'GALON DE TINER', NULL, '45.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '270.6000', '5.0000', '2022-11-09', 'received', '45.1000', '45.1000', '6.0000', NULL, NULL, 4, 'GALON', '6.0000', NULL, NULL, NULL, NULL, '45.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17092, 309, NULL, 3696, '35374128', 'TUBO CONDWIT/ TUBO PARA LUZ', NULL, '6.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '25.0000', '2022-11-09', 'received', '6.0000', '6.0000', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17093, 309, NULL, 3698, '92214542', 'CARRETA PRETUL', NULL, '245.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '245.0000', '1.0000', '2022-11-09', 'received', '245.0000', '245.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '245.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17094, 309, NULL, 3699, '34890683', 'PILA PLASTICA 2 LAVADEROS ROTOTEC', NULL, '1070.8800', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1070.8800', '1.0000', '2022-11-09', 'received', '1070.8800', '1070.8800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '1070.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17095, 309, NULL, 3700, '76163022', 'YARDA DE MALLA PARA GAINERO * 2MT', NULL, '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '15.0000', '2022-11-09', 'received', '10.0000', '10.0000', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '10.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17096, 309, NULL, 3701, '23869801', 'ANGULAR 1 1/2 * 1/8 LEG', NULL, '127.9400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3070.5600', '24.0000', '2022-11-09', 'received', '127.9400', '127.9400', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '127.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17097, 309, NULL, 3702, '87234603', 'LLANTIA 1 1/4 *1/16', NULL, '67.3000', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1749.8000', '26.0000', '2022-11-09', 'received', '67.3000', '67.3000', '26.0000', NULL, NULL, 5, 'UNIDAD', '26.0000', NULL, NULL, NULL, NULL, '67.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17098, 309, NULL, 3703, '36939890', 'VARILLA DE HIERRO 1¨', NULL, '180.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '1.0000', '2022-11-09', 'received', '180.0000', '180.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '180.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17099, 309, NULL, 3704, '38888754', 'ANGULAR DE 2¨* 1/16', NULL, '220.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '440.0000', '2.0000', '2022-11-09', 'received', '220.0000', '220.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '220.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17100, 309, NULL, 3705, '98870821', 'TUBO NEGRO CUADRADO 3/4 * 3/4 ', NULL, '48.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '960.0000', '20.0000', '2022-11-09', 'received', '48.0000', '48.0000', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '48.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17101, 309, NULL, 3706, '12132454', 'TUBO GALVANIZADO 2 1/2 LISO PARA CERCA', NULL, '212.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '848.0000', '4.0000', '2022-11-09', 'received', '212.0000', '212.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '212.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17102, 309, NULL, 3707, '64758618', 'TUBO GALVANIZADO CUADRADO 1/2*1/2 ', NULL, '88.5000', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2478.0000', '28.0000', '2022-11-09', 'received', '88.5000', '88.5000', '28.0000', NULL, NULL, 5, 'UNIDAD', '28.0000', NULL, NULL, NULL, NULL, '88.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17103, 309, NULL, 3708, '12839535', 'TUBO GALVANIZADO CUADRADO 2*2¨ CHAPA 18', NULL, '161.0300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '966.1800', '6.0000', '2022-11-09', 'received', '161.0300', '161.0300', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '161.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17104, 309, NULL, 3709, '90851558', 'COSTANERA GALVANIZADA 4*2¨CHAPA 18', NULL, '225.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '675.0000', '3.0000', '2022-11-09', 'received', '225.0000', '225.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '225.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17105, 309, NULL, 3710, '16312465', 'TUBO NEGRO 1*1¨ CHAPA 20', NULL, '55.7900', '43.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2398.9700', '42.0000', '2022-11-09', 'received', '55.7900', '55.7900', '43.0000', NULL, NULL, 5, 'UNIDAD', '43.0000', NULL, NULL, NULL, NULL, '55.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17106, 309, NULL, 3711, '27103356', 'TUBO NEGRO 2*1 CHAPA 18', NULL, '111.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '777.0000', '7.0000', '2022-11-09', 'received', '111.0000', '111.0000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, '111.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17107, 309, NULL, 3712, '44705250', 'TUBO GALVANIZADO 2*1¨ CHAPA 20', NULL, '75.6900', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '832.5900', '11.0000', '2022-11-09', 'received', '75.6900', '75.6900', '11.0000', NULL, NULL, 5, 'UNIDAD', '11.0000', NULL, NULL, NULL, NULL, '75.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17108, 309, NULL, 3713, '59413141', 'ANGULAR 1 1/4 * 3/16 ', NULL, '154.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '616.0000', '4.0000', '2022-11-09', 'received', '154.0000', '154.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '154.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17109, 309, NULL, 3714, '10777126', 'TUBO GALVANIZADO 2¨ C/ROSCA', NULL, '414.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4140.0000', '10.0000', '2022-11-09', 'received', '414.0000', '414.0000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '414.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17110, 309, NULL, 3716, '07583000', 'TUBO NEGRO 4*2¨ CHAPA 16', NULL, '310.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3100.0000', '10.0000', '2022-11-09', 'received', '310.0000', '310.0000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '310.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17111, 309, NULL, 3717, '59182149', 'TUBO GALVANIZADO 3*2¨ CHAPA 18', NULL, '212.0000', '23.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4876.0000', '0.0000', '2022-11-09', 'received', '212.0000', '212.0000', '23.0000', NULL, NULL, 5, 'UNIDAD', '23.0000', NULL, NULL, NULL, NULL, '212.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17112, 309, NULL, 3718, '92743739', 'TUBO GALVANIZADO 2¨ LISO P/CERCA', NULL, '150.0000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3300.0000', '22.0000', '2022-11-09', 'received', '150.0000', '150.0000', '22.0000', NULL, NULL, 5, 'UNIDAD', '22.0000', NULL, NULL, NULL, NULL, '150.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17113, 309, NULL, 3719, '03562460', 'TUBO GALVANIZADO 4*2¨ CHAPA 14', NULL, '315.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9450.0000', '30.0000', '2022-11-09', 'received', '315.0000', '315.0000', '30.0000', NULL, NULL, 5, 'UNIDAD', '30.0000', NULL, NULL, NULL, NULL, '315.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17114, 309, NULL, 3720, '02233110', 'TUBO GALVANIZADO 3*3¨ CHAPA 18', NULL, '397.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2382.0000', '6.0000', '2022-11-09', 'received', '397.0000', '397.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '397.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17115, 309, NULL, 3722, '52382936', 'ADORNOS DE HIERRO FORJASO', NULL, '6.0000', '1621.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9726.0000', '1621.0000', '2022-11-09', 'received', '6.0000', '6.0000', '1621.0000', NULL, NULL, 5, 'UNIDAD', '1621.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17116, 309, NULL, 3723, '62839965', 'PINTURA  EN POLVO P/PISO 1 LB COLORES COLOR/DUST', NULL, '22.0000', '64.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1408.0000', '64.0000', '2022-11-09', 'received', '22.0000', '22.0000', '64.0000', NULL, NULL, 5, 'UNIDAD', '64.0000', NULL, NULL, NULL, NULL, '22.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17117, 309, NULL, 3724, '98409806', 'PINTURA CORONA GALON ACEITE CORONA DURA ', NULL, '86.9400', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1651.8600', '19.0000', '2022-11-09', 'received', '86.9400', '86.9400', '19.0000', NULL, NULL, 4, 'GALON', '19.0000', NULL, NULL, NULL, NULL, '86.9400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17118, 309, NULL, 3725, '24485829', 'PINTURA CORONA GALON ACEITE CLASICA FAST DRY', NULL, '121.1300', '27.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3270.5100', '26.0000', '2022-11-09', 'received', '121.1300', '121.1300', '27.0000', NULL, NULL, 4, 'GALON', '27.0000', NULL, NULL, NULL, NULL, '121.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17119, 309, NULL, 3727, '48665044', 'PINTURA SPRAY CROMO BRILLANTE CORONA', NULL, '17.9700', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '197.6700', '10.0000', '2022-11-09', 'received', '17.9700', '17.9700', '11.0000', NULL, NULL, 5, 'UNIDAD', '11.0000', NULL, NULL, NULL, NULL, '17.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17120, 309, NULL, 3728, '91368616', 'PINTURA 1/48 DE GALON 1/2 OCTAVO DORADO', NULL, '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '96.0000', '12.0000', '2022-11-09', 'received', '8.0000', '8.0000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17121, 309, NULL, 3729, '60158308', 'PINTURA COLORMIX GALON AGUA COLORES', NULL, '35.0000', '58.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2030.0000', '58.0000', '2022-11-09', 'received', '35.0000', '35.0000', '58.0000', NULL, NULL, 4, 'GALON', '58.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17122, 309, NULL, 3730, '06193077', 'LIBRA DE PORCELANA', NULL, '3.0000', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '17.0000', '2022-11-09', 'received', '3.0000', '3.0000', '17.0000', NULL, NULL, 5, 'UNIDAD', '17.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17123, 309, NULL, 3731, '67768760', 'PINTURA CORONA CUBETA DURA AGUA', NULL, '335.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '670.0000', '2.0000', '2022-11-09', 'received', '335.0000', '335.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '335.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17124, 309, NULL, 3732, '22446881', 'PINTURA CORONA CUBETA CLASICA AGUA', NULL, '335.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '335.0000', '1.0000', '2022-11-09', 'received', '335.0000', '335.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '335.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17125, 309, NULL, 3741, '27341630', 'PINTURA EN SPRAY CORONA', NULL, '12.3200', '32.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '394.2400', '32.0000', '2022-11-09', 'received', '12.3200', '12.3200', '32.0000', NULL, NULL, 5, 'UNIDAD', '32.0000', NULL, NULL, NULL, NULL, '12.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17126, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '84.0000', '1.0000', '2022-11-10', 'received', '84.0000', '84.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17127, 311, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.9800', '0.0000', '2022-11-10', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17128, 311, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.9900', '1.0000', '2022-11-10', 'received', '9.3300', '9.3300', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '9.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17129, 311, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-11-10', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17130, 311, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2022-11-10', 'received', '5.0000', '5.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17131, 311, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9200', '0.0000', '2022-11-10', 'received', '5.1600', '5.1600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17132, 311, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.0200', '0.0000', '2022-11-10', 'received', '4.1700', '4.1700', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17133, 311, NULL, 3743, '7401005913532', 'NAANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.4800', '-2.0000', '2022-11-10', 'received', '2.5800', '2.5800', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17134, 311, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '0.0000', '2022-11-10', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17135, 311, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '0.0000', '2022-11-10', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17136, 312, NULL, 2901, '10', 'GARRAFON DE AGUA PURA.', NULL, '13.9500', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '292.9500', '0.0000', '2022-11-10', 'received', '13.9500', '13.9500', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '13.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17137, 313, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '312.0000', '0.0000', '2022-11-10', 'received', '3.2500', '3.2500', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '3.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17138, 314, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2022-11-10', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17139, 314, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '363.7600', '0.0000', '2022-11-10', 'received', '7.5783', '7.5783', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17140, 314, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-11-10', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17141, 314, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '96.0000', '12.0000', '2022-11-10', 'received', '4.0000', '4.0000', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17142, 314, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '270.0000', '5.0000', '2022-11-10', 'received', '7.5000', '7.5000', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17143, 315, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.5600', '34.0000', '2022-11-10', 'received', '1.2100', '1.2100', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '1.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17144, 315, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.5000', '2.0000', '2022-11-10', 'received', '13.7500', '13.7500', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '13.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17145, 315, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '39.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '89.3100', '39.0000', '2022-11-10', 'received', '2.2900', '2.2900', '39.0000', NULL, NULL, 5, 'UNIDAD', '39.0000', NULL, NULL, NULL, NULL, '2.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17146, 315, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '46.5000', '6.0000', '2022-11-10', 'received', '7.7500', '7.7500', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '7.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17147, 315, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '69.7500', '8.0000', '2022-11-10', 'received', '7.7500', '7.7500', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, '7.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17148, 315, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '38.7500', '3.0000', '2022-11-10', 'received', '7.7500', '7.7500', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '7.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17149, NULL, NULL, 3433, '00637449', 'SOLERA DE 14 MACORA', NULL, '3.8000', '-99.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-376.2000', '-99.0000', '2022-11-11', 'received', '3.8000', '3.8000', '-99.0000', NULL, NULL, 5, 'UNIDAD', '-99.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17150, NULL, NULL, 3351, '00997023', 'TUBO DE 4X4 GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17151, NULL, NULL, 3470, '01102478', 'TUBO PVC 3  125 PSI ', NULL, '175.0300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-525.0900', '-3.0000', '2022-11-11', 'received', '175.0300', '175.0300', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17152, NULL, NULL, 3655, '01847314', 'TUBO PVC DE 3¨ 160 PSI', NULL, '202.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '202.5000', '202.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17153, NULL, NULL, 3679, '02020596', 'CEMENTO NACIONAL', NULL, '60.0000', '46.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2760.0000', '43.0000', '2022-11-11', 'received', '60.0000', '60.0000', '46.0000', NULL, NULL, 5, 'UNIDAD', '46.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17154, NULL, NULL, 3373, '02114998', 'TUBO NEGRO 2X2.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17155, NULL, NULL, 3720, '02233110', 'TUBO GALVANIZADO 3*3¨ CHAPA 18', NULL, '397.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '397.0000', '397.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17156, NULL, NULL, 3670, '03234328', 'TUBO GALVANIZADO 1 1/4¨ C/ROSCA', NULL, '265.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '265.5000', '265.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17157, NULL, NULL, 3719, '03562460', 'TUBO GALVANIZADO 4*2¨ CHAPA 14', NULL, '315.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-945.0000', '-3.0000', '2022-11-11', 'received', '315.0000', '315.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17158, NULL, NULL, 3681, '05644001', 'ROLLO DE MALLA  1*1¨*1MT DE ALTURA', NULL, '1237.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1237.5000', '-1.0000', '2022-11-11', 'received', '1237.5000', '1237.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17159, NULL, NULL, 3730, '06193077', 'LIBRA DE PORCELANA', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17160, NULL, NULL, 3665, '06229135', 'TUBO GALVANIZADO 1¨ LISO P CERCA', NULL, '80.6900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-161.3800', '-2.0000', '2022-11-11', 'received', '80.6900', '80.6900', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17161, NULL, NULL, 3383, '06441491', 'COSTANERA 4X2 GALV. CHAPA 14.', NULL, '225.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '225.0000', '225.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17162, NULL, NULL, 3683, '06741541', ' METRO DE MALLA DE 2 3/4*2 3/4¨*1MT DE ALTURA', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17163, NULL, NULL, 3673, '07354029', 'TUBO GALVANIZADO LISO 11/ 4¨ P/CERCA ', NULL, '104.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '104.4100', '104.4100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17164, NULL, NULL, 3716, '07583000', 'TUBO NEGRO 4*2¨ CHAPA 16', NULL, '310.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '310.0000', '310.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17165, NULL, NULL, 3421, '07770536', 'TORNILLO PUNTA DE BROCA 2 1/2.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17166, NULL, NULL, 3689, '09526476', 'CAPOTE DE CONCRETO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17167, NULL, NULL, 3414, '09969359', 'VARILLA DE 5/8 GRADO 40.', NULL, '112.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '112.5000', '112.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17168, NULL, NULL, 3448, '09972838', 'SOLERA DE 15 DE POMA', NULL, '3.4500', '-66.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-227.7000', '-66.0000', '2022-11-11', 'received', '3.4500', '3.4500', '-66.0000', NULL, NULL, 5, 'UNIDAD', '-66.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17169, NULL, NULL, 3714, '10777126', 'TUBO GALVANIZADO 2¨ C/ROSCA', NULL, '414.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '414.0000', '414.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17170, NULL, NULL, 3734, '11726258', 'PINTURA CORONA 1/4 ACEITE DURA', NULL, '54.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '54.0000', '54.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17171, NULL, NULL, 3358, '11824875', 'TUBO NEGRO DE 2X1 LEGITIMO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17172, NULL, NULL, 3706, '12132454', 'TUBO GALVANIZADO 2 1/2 LISO PARA CERCA', NULL, '212.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-848.0000', '-4.0000', '2022-11-11', 'received', '212.0000', '212.0000', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17173, NULL, NULL, 3708, '12839535', 'TUBO GALVANIZADO CUADRADO 2*2¨ CHAPA 18', NULL, '161.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '161.0300', '161.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17174, NULL, NULL, 3555, '13409883', 'CARRETA C/LLANTA REFORZADA TRUPER', NULL, '426.8300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-853.6600', '-2.0000', '2022-11-11', 'received', '426.8300', '426.8300', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17175, NULL, NULL, 3691, '14269625', 'LIBRA DE ALAMBRE GALVANIZADO DELGADO', NULL, '7.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.0000', '-4.0000', '2022-11-11', 'received', '7.0000', '7.0000', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17176, NULL, NULL, 3368, '14440490', 'VARILLA DE 3/8 LISA', NULL, '41.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '41.2100', '41.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17177, NULL, NULL, 3428, '14703337', 'CLAVO DE 5¨', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17178, NULL, NULL, 3710, '16312465', 'TUBO NEGRO 1*1¨ CHAPA 20', NULL, '55.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '55.7900', '55.7900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17179, NULL, NULL, 3354, '16434693', 'ANGULAR DE 3/4 X 1/8 LEG', NULL, '59.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '59.6800', '59.6800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17180, NULL, NULL, 3446, '17604177', 'CRESTUCO ALISADO FINO', NULL, '76.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-304.0000', '-4.0000', '2022-11-11', 'received', '76.0000', '76.0000', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17181, NULL, NULL, 3413, '17823698', 'VARILLA HIERRO 1/2 COMERCIAL', NULL, '45.0000', '-248.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11160.0000', '-248.0000', '2022-11-11', 'received', '45.0000', '45.0000', '-248.0000', NULL, NULL, 5, 'UNIDAD', '-248.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17182, NULL, NULL, 3398, '17882855', 'TUBO DE 1 1/4 C/ROSCA Y COPLA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17183, NULL, NULL, 3661, '18022197', 'CANAL CUADRADO CON TOPE', NULL, '60.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '180.0000', '3.0000', '2022-11-11', 'received', '60.0000', '60.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17184, NULL, NULL, 3473, '18399968', 'TUBO PVC 1/2 ', NULL, '20.0200', '-221.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4424.4200', '-221.0000', '2022-11-11', 'received', '20.0200', '20.0200', '-221.0000', NULL, NULL, 5, 'UNIDAD', '-221.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17185, NULL, NULL, 3437, '19119818', 'SELOSIA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17186, NULL, NULL, 3676, '21755265', 'LAMINA NEGRA LISA 4*8 PIES * 1/16', NULL, '420.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-420.0000', '-1.0000', '2022-11-11', 'received', '420.0000', '420.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17187, NULL, NULL, 3732, '22446881', 'PINTURA CORONA CUBETA CLASICA AGUA', NULL, '335.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '335.0000', '335.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17188, NULL, NULL, 3740, '22794656', 'TOTE DE 1000LTS', NULL, '650.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '650.0000', '650.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17189, NULL, NULL, 3434, '22837205', 'SOLERA DE 15 MACORA', NULL, '3.9500', '-135.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-533.2500', '0.0000', '2022-11-11', 'received', '3.9500', '3.9500', '-135.0000', NULL, NULL, 5, 'UNIDAD', '-135.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17190, NULL, NULL, 3359, '22906686', 'TUBO DE 3  C/ROSCA GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17191, NULL, NULL, 3409, '23164244', 'VARILLA HIERRO 3/8 G40', NULL, '33.6700', '-377.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12693.5900', '0.0000', '2022-11-11', 'received', '33.6700', '33.6700', '-377.0000', NULL, NULL, 5, 'UNIDAD', '-377.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17192, NULL, NULL, 3701, '23869801', 'ANGULAR 1 1/2 * 1/8 LEG', NULL, '127.9400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-127.9400', '-1.0000', '2022-11-11', 'received', '127.9400', '127.9400', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17193, NULL, NULL, 3690, '23936320', 'LIBRA DE ALAMBRE GALVANIZADO GRUESO', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17194, NULL, NULL, 3407, '24214061', 'VARILLA HIERRO 1/4 COMERCIAL', NULL, '12.9700', '-1569.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20349.9300', '-1569.0000', '2022-11-11', 'received', '12.9700', '12.9700', '-1569.0000', NULL, NULL, 5, 'UNIDAD', '-1569.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17195, NULL, NULL, 3725, '24485829', 'PINTURA CORONA GALON ACEITE CLASICA FAST DRY', NULL, '121.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '121.1300', '121.1300', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17196, NULL, NULL, 3697, '24525640', 'TUBO PVC DE 2 1/2 ', NULL, '121.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '121.5000', '121.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17197, NULL, NULL, 3364, '25054539', 'TUBO NEGRO DE 1/2 LEGITIMO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17198, NULL, NULL, 3425, '25242232', 'CLAVO DE 2 1/2¨', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17199, NULL, NULL, 3454, '25319681', 'BLOCK DE 10 MACORA (TABIQUES)', NULL, '3.3000', '-67.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-221.1000', '0.0000', '2022-11-11', 'received', '3.3000', '3.3000', '-67.0000', NULL, NULL, 5, 'UNIDAD', '-67.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17200, NULL, NULL, 3450, '25746841', 'BLOCK DE 20 X 20 MACORA', NULL, '5.7800', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.4600', '-7.0000', '2022-11-11', 'received', '5.7800', '5.7800', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17201, NULL, NULL, 3372, '25838052', 'TUBO DE 3X2 GALV. CHAPA 16.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17202, NULL, NULL, 3711, '27103356', 'TUBO NEGRO 2*1 CHAPA 18', NULL, '111.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '111.0000', '111.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17203, NULL, NULL, 3418, '27737825', 'CAPOTE PARA LAMINA TROQUELADA CALIBRE 26.', NULL, '72.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-144.0000', '-2.0000', '2022-11-11', 'received', '72.0000', '72.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17204, NULL, NULL, 3656, '28115474', 'TUBO PVC 3¨ 80 PSI', NULL, '130.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '130.5000', '130.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17205, NULL, NULL, 3361, '28653110', 'TUBO DE 1 1/2 S/ROSCA GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17206, NULL, NULL, 3399, '28974286', 'TUBO DE 1´´  C/ROSCA Y COPLA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17207, NULL, NULL, 3674, '29234977', 'TUBO GALVANIZADO 1 1/2¨ LISO P/CERCA', NULL, '125.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '125.0600', '125.0600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17208, NULL, NULL, 3439, '29652683', 'LIBRA DE ALAMBRE DE AMARRE.', NULL, '6.7300', '45.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '302.8500', '16.0000', '2022-11-11', 'received', '6.7300', '6.7300', '45.0000', NULL, NULL, 5, 'UNIDAD', '45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17209, NULL, NULL, 3472, '29753206', 'TUBO PVC 1 160 PSI', NULL, '33.9400', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-339.4000', '-10.0000', '2022-11-11', 'received', '33.9400', '33.9400', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17210, NULL, NULL, 3469, '31087045', 'TUBO DRENAJE 6  BLANCO', NULL, '295.0000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3245.0000', '-11.0000', '2022-11-11', 'received', '295.0000', '295.0000', '-11.0000', NULL, NULL, 5, 'UNIDAD', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17211, NULL, NULL, 3435, '32243616', 'TABIQUE', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17212, NULL, NULL, 3438, '33099033', 'ADOQUIN.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17213, NULL, NULL, 3416, '33797130', 'ROLLO POLIDUCTO DE 3/4.', NULL, '45.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-90.0000', '-2.0000', '2022-11-11', 'received', '45.0000', '45.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17214, NULL, NULL, 3429, '34071759', 'BLOCK DE 15 DE POMA', NULL, '3.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '3.1500', '3.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17215, NULL, NULL, 3374, '34680567', 'LLANTIA DE 1 1/2.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17216, NULL, NULL, 3699, '34890683', 'PILA PLASTICA 2 LAVADEROS ROTOTEC', NULL, '1070.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '1070.8800', '1070.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17217, NULL, NULL, 3457, '35224405', 'LAMINA ACANALADA CAL. 26 LEG. 12 PIES, METALCO', NULL, '136.8000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1641.6000', '-12.0000', '2022-11-11', 'received', '136.8000', '136.8000', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17218, NULL, NULL, 3453, '35262262', 'CELOSIA MACORA', NULL, '7.6000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.8000', '3.0000', '2022-11-11', 'received', '7.6000', '7.6000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17219, NULL, NULL, 3465, '35344362', 'TUBO DRENAJE 3  NARANJA', NULL, '76.1900', '-150.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11428.5000', '-150.0000', '2022-11-11', 'received', '76.1900', '76.1900', '-150.0000', NULL, NULL, 5, 'UNIDAD', '-150.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17220, NULL, NULL, 3696, '35374128', 'TUBO CONDWIT/ TUBO PARA LUZ', NULL, '6.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '1.0000', '2022-11-11', 'received', '6.0000', '6.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17221, NULL, NULL, 3417, '35427459', 'ROLLO POLIDUCTO DE 1¨', NULL, '0.0100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0100', '1.0000', '2022-11-11', 'received', '0.0100', '0.0100', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17222, NULL, NULL, 3384, '35537447', 'VARILLA DE 1/2 LISA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17223, NULL, NULL, 3703, '36939890', 'VARILLA DE HIERRO 1¨', NULL, '180.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '180.0000', '180.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17224, NULL, NULL, 3660, '37776220', 'CANAL CUADRADO SIMPLE', NULL, '55.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-165.0000', '-3.0000', '2022-11-11', 'received', '55.0000', '55.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17225, NULL, NULL, 3385, '38049261', 'VARILLA DE 5/8 LISA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17226, NULL, NULL, 3441, '38292314', 'CEMENTO PROGRESO', NULL, '75.0000', '222.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16650.0000', '222.0000', '2022-11-11', 'received', '75.0000', '75.0000', '222.0000', NULL, NULL, 5, 'UNIDAD', '222.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17227, NULL, NULL, 3393, '38729185', 'ANGULAR DE 1X1/8 LEGITIMO.', NULL, '0.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0100', '-1.0000', '2022-11-11', 'received', '0.0100', '0.0100', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17228, NULL, NULL, 3704, '38888754', 'ANGULAR DE 2¨* 1/16', NULL, '220.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '220.0000', '220.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17229, NULL, NULL, 3376, '38918209', 'VARILLA DE 1/2X1/2 COMERCIAL.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17230, NULL, NULL, 3392, '39079726', 'ANGULAR DE 1X1/8 COMERCIAL.', NULL, '73.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '73.4700', '73.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17231, NULL, NULL, 3672, '39308369', 'TUBO CUADRADO NEGRO 1*1¨ CHAPA 18', NULL, '74.0500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-148.1000', '-2.0000', '2022-11-11', 'received', '74.0500', '74.0500', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17232, NULL, NULL, 3402, '39712092', 'TUBO DE 1´ PARA CERCA S/ROSCA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17233, NULL, NULL, 3423, '40249284', 'CLAVO DE 1¨', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17234, NULL, NULL, 3375, '40272493', 'VARILLA ENTORCHADA 5/8.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17235, NULL, NULL, 3432, '41048684', 'BLOCK DE 15 MACORA', NULL, '3.4500', '-56.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-193.2000', '0.0000', '2022-11-11', 'received', '3.4500', '3.4500', '-56.0000', NULL, NULL, 5, 'UNIDAD', '-56.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17236, NULL, NULL, 3667, '41204415', 'TUBO GALVANIZADO 3/4 C/ ROSCA', NULL, '157.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '157.5000', '157.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17237, NULL, NULL, 3404, '41386912', 'LLANTIA DE 1/2X1/8', NULL, '23.9200', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-717.6000', '-30.0000', '2022-11-11', 'received', '23.9200', '23.9200', '-30.0000', NULL, NULL, 5, 'UNIDAD', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17238, NULL, NULL, 3388, '41424712', 'TUBO NEGRO DE 1/2X1/2.', NULL, '38.4000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.8000', '-2.0000', '2022-11-11', 'received', '38.4000', '38.4000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17239, NULL, NULL, 3403, '41437989', 'TUBO DE 1X1 CHAPA 20.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17240, NULL, NULL, 3444, '41637020', 'CAL HORCALSA 20 KG', NULL, '30.5000', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-671.0000', '-22.0000', '2022-11-11', 'received', '30.5000', '30.5000', '-22.0000', NULL, NULL, 5, 'UNIDAD', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17241, NULL, NULL, 3738, '41844214', 'TONEL BLANCO 30 GLS', NULL, '120.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '120.0000', '120.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17242, NULL, NULL, 3386, '42268262', 'ANGULAR DE 3/4X1/8 LEGITIMO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17243, NULL, NULL, 3461, '42372086', 'LAMINA ACANALADA CAL. 28  LEG. 10 PIES, METALCO', NULL, '96.0000', '-48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4608.0000', '-48.0000', '2022-11-11', 'received', '96.0000', '96.0000', '-48.0000', NULL, NULL, 5, 'UNIDAD', '-48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17244, NULL, NULL, 3662, '42524769', 'CANAL REDONDO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17245, NULL, NULL, 3686, '44356211', 'ROLLO DE POLIDUCTO 3/4 REFORZADO', NULL, '65.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.0000', '-1.0000', '2022-11-11', 'received', '65.0000', '65.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17246, NULL, NULL, 3712, '44705250', 'TUBO GALVANIZADO 2*1¨ CHAPA 20', NULL, '75.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '75.6900', '75.6900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17247, NULL, NULL, 3460, '46017984', 'LAMINA ACANALADA CAL. 28 COM. 6 PIES, METALCO', NULL, '57.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '57.6000', '57.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17248, NULL, NULL, 3675, '47850670', 'LAMINA NEGRA LISA FRIA 4*8 PIES * 3/64', NULL, '342.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-342.0000', '-1.0000', '2022-11-11', 'received', '342.0000', '342.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17249, NULL, NULL, 3370, '47879209', 'TUBO NEGRO DE 4X2 CHAPA 18.', NULL, '180.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '180.0000', '180.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17250, NULL, NULL, 3431, '47902122', 'BLOCK DE 14 MACORA', NULL, '3.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.1500', '-1.0000', '2022-11-11', 'received', '3.1500', '3.1500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17251, NULL, NULL, 3355, '47909986', 'COSTANERA DE 3X2 GALVANIZADA CHAPA 14', NULL, '183.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-183.6200', '-1.0000', '2022-11-11', 'received', '183.6200', '183.6200', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17252, NULL, NULL, 3352, '48030741', 'TUBO DE 2´´ GALV. S/ROSCA', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17253, NULL, NULL, 3419, '48539487', 'TORNILLO PUNTA DE BROCA 1¨', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17254, NULL, NULL, 3733, '48610094', 'PINTURA COLORMIX CUBETA AGUA', NULL, '145.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-435.0000', '-3.0000', '2022-11-11', 'received', '145.0000', '145.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17255, NULL, NULL, 3727, '48665044', 'PINTURA SPRAY CROMO BRILLANTE CORONA', NULL, '17.9700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.9400', '-2.0000', '2022-11-11', 'received', '17.9700', '17.9700', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17256, NULL, NULL, 3440, '49527374', 'PEGAMIX.', NULL, '22.0000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-352.0000', '-16.0000', '2022-11-11', 'received', '22.0000', '22.0000', '-16.0000', NULL, NULL, 5, 'UNIDAD', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17257, NULL, NULL, 3424, '49713592', 'CLAVO DE 2¨', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17258, NULL, NULL, 3735, '49873993', 'PINTURA CORONA GALON AGUA', NULL, '72.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '72.0000', '72.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17259, NULL, NULL, 3678, '49966307', 'LAMINA NEGRA LISA 3*6 PIES * 1/16 ', NULL, '228.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '228.0000', '228.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17260, NULL, NULL, 3693, '50189647', 'BOQUILEX PLUS ', NULL, '17.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.0000', '2.0000', '2022-11-11', 'received', '17.0000', '17.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17261, NULL, NULL, 3369, '50344385', 'LLANTIA DE 1 1/4X1/8 ', NULL, '91.1300', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1458.0800', '16.0000', '2022-11-11', 'received', '91.1300', '91.1300', '16.0000', NULL, NULL, 5, 'UNIDAD', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17262, NULL, NULL, 3677, '50444991', 'LAMINA NEGRA LISA 3*7 PIES 1/16', NULL, '292.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-292.0000', '-1.0000', '2022-11-11', 'received', '292.0000', '292.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17263, NULL, NULL, 3466, '50793332', 'TUBO DRENAJE 2 NARANJA', NULL, '47.4900', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-332.4300', '-7.0000', '2022-11-11', 'received', '47.4900', '47.4900', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17264, NULL, NULL, 3474, '52063146', 'TUBO PVC 3/4  250 PSI', NULL, '26.6300', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-878.7900', '-33.0000', '2022-11-11', 'received', '26.6300', '26.6300', '-33.0000', NULL, NULL, 5, 'UNIDAD', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17265, NULL, NULL, 3722, '52382936', 'ADORNOS DE HIERRO FORJASO', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17266, NULL, NULL, 3394, '52432042', 'ANGULAR DE 2X1/8 LEG.', NULL, '172.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '172.2100', '172.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17267, NULL, NULL, 3462, '53401100', 'LAMINA ACANALADA CAL. 28 COM. 14 PIES, METALCO', NULL, '164.0000', '-42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6888.0000', '-42.0000', '2022-11-11', 'received', '164.0000', '164.0000', '-42.0000', NULL, NULL, 5, 'UNIDAD', '-42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17268, NULL, NULL, 3436, '54883671', 'BLOCONES', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17269, NULL, NULL, 3356, '55242999', 'TUBO DE 4X2 GALVANIZADO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17270, NULL, NULL, 3467, '55299568', 'TUBO DUCTO ELECTRICO 3/4 ', NULL, '13.2200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.2200', '-1.0000', '2022-11-11', 'received', '13.2200', '13.2200', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17271, NULL, NULL, 3694, '55470593', 'CREST PORCELANATO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17272, NULL, NULL, 3715, '55988041', 'ANGULAR 1 1/2¨ COMERCIAL', NULL, '105.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '105.0000', '105.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17273, NULL, NULL, 3412, '56739529', 'VARILLA HIERRO 1/2 G40', NULL, '62.7300', '-207.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12985.1100', '0.0000', '2022-11-11', 'received', '62.7300', '62.7300', '-207.0000', NULL, NULL, 5, 'UNIDAD', '-207.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17274, NULL, NULL, 3426, '57087165', 'CLAVO DE 3¨', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17275, NULL, NULL, 3471, '57353314', 'TUBO PVC 2 100 PSI ', NULL, '66.5300', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-399.1800', '-6.0000', '2022-11-11', 'received', '66.5300', '66.5300', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17276, NULL, NULL, 3367, '57531715', 'ANGULAR DE 3/4', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17277, NULL, NULL, 3666, '57825745', 'TUBO GALVANIZADO 1/2¨ LISO P CERCA', NULL, '58.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '58.5000', '58.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17278, NULL, NULL, 3389, '58379389', 'TUBO ABIERTO DE 5/8.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17279, NULL, NULL, 3717, '59182149', 'TUBO GALVANIZADO 3*2¨ CHAPA 18', NULL, '212.0000', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4876.0000', '0.0000', '2022-11-11', 'received', '212.0000', '212.0000', '-23.0000', NULL, NULL, 5, 'UNIDAD', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17280, NULL, NULL, 3713, '59413141', 'ANGULAR 1 1/4 * 3/16 ', NULL, '154.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '154.0000', '154.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17281, NULL, NULL, 3401, '59488652', 'TUBO DE 1/2 PARA CERCA S/ROSCA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17282, NULL, NULL, 3380, '59935941', 'TUBO DE 1 1/4X1 1/4 GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17283, NULL, NULL, 3729, '60158308', 'PINTURA COLORMIX GALON AGUA COLORES', NULL, '35.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '-1.0000', '2022-11-11', 'received', '35.0000', '35.0000', '-1.0000', NULL, NULL, 4, 'GALON', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17284, NULL, NULL, 3695, '60886125', 'GALON DE TINER', NULL, '45.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '45.1000', '45.1000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17285, NULL, NULL, 3682, '61251339', 'METRO DE MALLA 2*2¨*1MT DE ALTURA', NULL, '43.0000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-645.0000', '-15.0000', '2022-11-11', 'received', '43.0000', '43.0000', '-15.0000', NULL, NULL, 6, 'METRO', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17286, NULL, NULL, 3387, '61522920', 'COSTANERA DE 3X2.', NULL, '0.0100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0100', '1.0000', '2022-11-11', 'received', '0.0100', '0.0100', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17287, NULL, NULL, 3445, '61991811', 'MONOCAPA  LISO BLANCO ANTIGUO', NULL, '67.5000', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-877.5000', '-13.0000', '2022-11-11', 'received', '67.5000', '67.5000', '-13.0000', NULL, NULL, 5, 'UNIDAD', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17288, NULL, NULL, 3723, '62839965', 'PINTURA  EN POLVO P/PISO 1 LB COLORES COLOR/DUST', NULL, '22.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.0000', '-1.0000', '2022-11-11', 'received', '22.0000', '22.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17289, NULL, NULL, 3430, '63359973', 'MONO CAPA EXTRA FINO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17290, NULL, NULL, 3420, '64252636', 'TORNILLO PUNTA DE BROCA DE 2¨', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17291, NULL, NULL, 3427, '64487780', 'CLAVO DE 4¨', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17292, NULL, NULL, 3443, '64504663', 'CAL LA ESTRELLA', NULL, '14.5000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-304.5000', '-21.0000', '2022-11-11', 'received', '14.5000', '14.5000', '-21.0000', NULL, NULL, 5, 'UNIDAD', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17293, NULL, NULL, 3721, '64723744', 'TUBO GALVANIZADO 1 1/2¨ C/ROSCA', NULL, '328.0000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2624.0000', '8.0000', '2022-11-11', 'received', '328.0000', '328.0000', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17294, NULL, NULL, 3707, '64758618', 'TUBO GALVANIZADO CUADRADO 1/2*1/2 ', NULL, '88.5000', '-28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2478.0000', '-28.0000', '2022-11-11', 'received', '88.5000', '88.5000', '-28.0000', NULL, NULL, 5, 'UNIDAD', '-28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17295, NULL, NULL, 3680, '66024760', 'METRO DE POLIDUCTO 3/4', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17296, NULL, NULL, 3452, '66034366', 'BLOCK DE 2DA. 15 MACORA', NULL, '1.0000', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-30.0000', '2022-11-11', 'received', '1.0000', '1.0000', '-30.0000', NULL, NULL, 5, 'UNIDAD', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17297, NULL, NULL, 3405, '66359912', 'LLANTIA DE 3/4X3/16', NULL, '49.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '49.0000', '49.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17298, NULL, NULL, 3365, '67180682', 'LLANTIA DE 1X1/8', NULL, '47.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '47.0000', '47.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17299, NULL, NULL, 3451, '67203861', 'SOLERA DE 15 EL CHIKAL', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17300, NULL, NULL, 3382, '67308696', 'TUBO NEGRO DE 1X1 1/2.', NULL, '108.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '108.0000', '108.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17301, NULL, NULL, 3476, '67484909', 'PUBO PVC 2 1/2  160 PSI', NULL, '112.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '112.5300', '112.5300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17302, NULL, NULL, 3731, '67768760', 'PINTURA CORONA CUBETA DURA AGUA', NULL, '335.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '335.0000', '335.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17303, NULL, NULL, 3408, '67870951', 'VARILLA HIERRO 1/4 G40', NULL, '15.1000', '-1446.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21834.6000', '-1446.0000', '2022-11-11', 'received', '15.1000', '15.1000', '-1446.0000', NULL, NULL, 5, 'UNIDAD', '-1446.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17304, NULL, NULL, 3377, '68981570', 'LLANTIA DE 1/2X3/16', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17305, NULL, NULL, 3406, '69395869', 'LLANTIA DE 1¨ ', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17306, NULL, NULL, 3692, '69712786', 'ROLLO DE ALAMBRE ESPIGADO PARA CERCO AG', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17307, NULL, NULL, 3381, '69770322', 'TUBO DE 1 1/2X 1 1/2 GALV.', NULL, '0.0100', '27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.2700', '27.0000', '2022-11-11', 'received', '0.0100', '0.0100', '27.0000', NULL, NULL, 5, 'UNIDAD', '27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17308, NULL, NULL, 3685, '70063057', 'METRO DE POLIDUCTO DE 1/2', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17309, NULL, NULL, 3360, '70473170', 'TUBO NEGRO DE 1X1 CHAPA 18.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17310, NULL, NULL, 3659, '71061288', 'CANAL CUADRADO TOPE Y BAJADA', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17311, NULL, NULL, 3653, '71066425', 'LADRIO TAYUYO', NULL, '2.0900', '-82.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-171.3800', '-82.0000', '2022-11-11', 'received', '2.0900', '2.0900', '-82.0000', NULL, NULL, 5, 'UNIDAD', '-82.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17312, NULL, NULL, 3415, '71641610', 'ROLLO POLIDUCTO DE 1/2.', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17313, NULL, NULL, 3397, '72283356', 'TUBO DE 2X2.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17314, NULL, NULL, 3390, '72509586', 'ANGULAR DE 1 1/4 COMERCIAL.', NULL, '105.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '105.5000', '1.0000', '2022-11-11', 'received', '105.5000', '105.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17315, NULL, NULL, 3455, '72655344', 'LAMINA ACANALADA CAL. 26 LEG. 8 PIES, METALCO', NULL, '91.2000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-820.8000', '-9.0000', '2022-11-11', 'received', '91.2000', '91.2000', '-9.0000', NULL, NULL, 5, 'UNIDAD', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17316, NULL, NULL, 3739, '72930145', 'CUBETA 5GLS', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17317, NULL, NULL, 3442, '75721783', 'CRESTUCO ALISADO EXTAFINO', NULL, '79.0000', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1975.0000', '-25.0000', '2022-11-11', 'received', '79.0000', '79.0000', '-25.0000', NULL, NULL, 5, 'UNIDAD', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17318, NULL, NULL, 3688, '76155937', 'ROLLO MALLA TELA DE ARNERO/PARA CERNIR', NULL, '500.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '500.0000', '500.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17319, NULL, NULL, 3700, '76163022', 'YARDA DE MALLA PARA GAINERO * 2MT', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17320, NULL, NULL, 3395, '77240555', 'ANGULAR DE 2X3/16', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17321, NULL, NULL, 3366, '77562920', 'VARILLA DE 1/2X1/2 LEGITIMO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17322, NULL, NULL, 3391, '77812583', 'ANGULAR DE 1 1/2X1/8 COMERCIAL.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17323, NULL, NULL, 3379, '78218315', 'TUBO DE 3X2 CHAPA 14.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17324, NULL, NULL, 3475, '79192059', 'TUBO PVC 1 1/4  160 PSI  ', NULL, '45.9400', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-689.1000', '-15.0000', '2022-11-11', 'received', '45.9400', '45.9400', '-15.0000', NULL, NULL, 5, 'UNIDAD', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17325, NULL, NULL, 3400, '79515626', 'TUBO DE 3/4 C/ROSCA Y COPLA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17326, NULL, NULL, 3668, '79611656', 'TUBO GALVANIZADO 1¨ C/ROSCA', NULL, '216.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '216.0000', '216.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17327, NULL, NULL, 3363, '79892005', 'ANGULAR DE 2X1/8 COMERCIAL.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17328, NULL, NULL, 3736, '79995088', 'PINTURA CORONA CUBETA ACEITE ', NULL, '360.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '360.0000', '360.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17329, NULL, NULL, 3687, '81216142', 'METRO DE MALLA PARA CERNIR ARENA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17330, NULL, NULL, 3350, '83595265', 'CEMENTO REGIONAL', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17331, NULL, NULL, 3463, '83859563', 'LAMINA ACANALADA CAL. 28 MILIMETRICO. 10 PIES, METALCO', NULL, '84.0000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '672.0000', '8.0000', '2022-11-11', 'received', '84.0000', '84.0000', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17332, NULL, NULL, 3652, '84304927', 'MEDIA PILA  IZQUIERDA TALISHTE', NULL, '885.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '885.6100', '885.6100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17333, NULL, NULL, 3458, '84684744', 'LAMINA ACANALADA CAL. 26 LEG. 14 PIES, METALCO', NULL, '159.6000', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3990.0000', '-25.0000', '2022-11-11', 'received', '159.6000', '159.6000', '-25.0000', NULL, NULL, 5, 'UNIDAD', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17334, NULL, NULL, 3658, '85537407', 'LAMINA ACANALADA 8 PIES CAL 28', NULL, '76.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.8000', '1.0000', '2022-11-11', 'received', '76.8000', '76.8000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17335, NULL, NULL, 3663, '85590577', 'VARILLA HIERRO 3/8 MILIMETRICO', NULL, '20.0700', '-169.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3391.8300', '-169.0000', '2022-11-11', 'received', '20.0700', '20.0700', '-169.0000', NULL, NULL, 5, 'UNIDAD', '-169.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17336, NULL, NULL, 3726, '85613470', 'PINTURA SPRAY COLORES FAST DRY CORONA', NULL, '12.6300', '34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '429.4200', '34.0000', '2022-11-11', 'received', '12.6300', '12.6300', '34.0000', NULL, NULL, 5, 'UNIDAD', '34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17337, NULL, NULL, 3737, '86969222', 'TONEL AZUL 55 GAL', NULL, '225.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1125.0000', '-5.0000', '2022-11-11', 'received', '225.0000', '225.0000', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17338, NULL, NULL, 3702, '87234603', 'LLANTIA 1 1/4 *1/16', NULL, '67.3000', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1076.8000', '-16.0000', '2022-11-11', 'received', '67.3000', '67.3000', '-16.0000', NULL, NULL, 5, 'UNIDAD', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17339, NULL, NULL, 3468, '87466233', 'TUBO DUCTO ELECTRICO 1/2', NULL, '10.0300', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.2100', '-7.0000', '2022-11-11', 'received', '10.0300', '10.0300', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17340, NULL, NULL, 3651, '88522238', 'NYLON X YARDA', NULL, '10.8000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-108.0000', '-10.0000', '2022-11-11', 'received', '10.8000', '10.8000', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17341, NULL, NULL, 3447, '88756955', 'BLOCK DE 15 FACSA', NULL, '4.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '4.2100', '4.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17342, NULL, NULL, 3477, '89333879', 'TUBO PVC 1 1/2  160 PSI', NULL, '59.9600', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-959.3600', '-16.0000', '2022-11-11', 'received', '59.9600', '59.9600', '-16.0000', NULL, NULL, 5, 'UNIDAD', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17343, NULL, NULL, 3459, '89754256', 'LAMINA ACANALADA CAL. 28 COM. 12 PIES, METALCO', NULL, '115.2000', '-39.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4492.8000', '-39.0000', '2022-11-11', 'received', '115.2000', '115.2000', '-39.0000', NULL, NULL, 5, 'UNIDAD', '-39.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17344, NULL, NULL, 3410, '90045552', 'VARILLA HIERRO DE 3/8 COMERCIAL.', NULL, '28.1000', '-1448.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40688.8000', '-1448.0000', '2022-11-11', 'received', '28.1000', '28.1000', '-1448.0000', NULL, NULL, 5, 'UNIDAD', '-1448.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17345, NULL, NULL, 3357, '90120352', 'TUBO DE 1 1/2 C/ROSCA GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17346, NULL, NULL, 3709, '90851558', 'COSTANERA GALVANIZADA 4*2¨CHAPA 18', NULL, '225.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '225.0000', '1.0000', '2022-11-11', 'received', '225.0000', '225.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17347, NULL, NULL, 3728, '91368616', 'PINTURA 1/48 DE GALON 1/2 OCTAVO DORADO', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17348, NULL, NULL, 3664, '91913455', 'VARILLA DE HIERRO 3/8 GRADO 40 A.G', NULL, '35.0000', '-34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1190.0000', '0.0000', '2022-11-11', 'received', '35.0000', '35.0000', '-34.0000', NULL, NULL, 5, 'UNIDAD', '-34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17349, NULL, NULL, 3698, '92214542', 'CARRETA PRETUL', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17350, NULL, NULL, 3718, '92743739', 'TUBO GALVANIZADO 2¨ LISO P/CERCA', NULL, '150.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '150.0000', '150.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17351, NULL, NULL, 3654, '93244673', 'TUBO PVC DE 4¨ 160 PSI', NULL, '200.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-200.0000', '-1.0000', '2022-11-11', 'received', '200.0000', '200.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17352, NULL, NULL, 3669, '93744243', 'TUBO GALVANIZADO 1/2¨ C/ROSCA', NULL, '107.0200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-321.0600', '-3.0000', '2022-11-11', 'received', '107.0200', '107.0200', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17353, NULL, NULL, 3449, '94479132', 'BLOCK DE 15 EL CHIKAL', NULL, '3.7500', '-50.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-187.5000', '-50.0000', '2022-11-11', 'received', '3.7500', '3.7500', '-50.0000', NULL, NULL, 5, 'UNIDAD', '-50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17354, NULL, NULL, 3353, '94541721', 'TUBO DE 3X3 CHAPA 14', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17355, NULL, NULL, 3464, '95500611', 'TUBO DRENAJE 4  NARANJA', NULL, '116.0000', '-146.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16936.0000', '-146.0000', '2022-11-11', 'received', '116.0000', '116.0000', '-146.0000', NULL, NULL, 5, 'UNIDAD', '-146.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17356, NULL, NULL, 3411, '95582737', 'VARILLA DE 3/8 MM.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17357, NULL, NULL, 3362, '96004286', 'TUBO DE 2 1/2 S/ ROSCA GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17358, NULL, NULL, 3378, '96584057', 'COSTANERA NEGRO DE 4X2 CHAPA 14.', NULL, '175.5000', '27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4738.5000', '27.0000', '2022-11-11', 'received', '175.5000', '175.5000', '27.0000', NULL, NULL, 5, 'UNIDAD', '27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17359, NULL, NULL, 3478, '97539951', 'TUBO PVC 2 1/2  160 PSI', NULL, '112.5300', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1462.8900', '-13.0000', '2022-11-11', 'received', '112.5300', '112.5300', '-13.0000', NULL, NULL, 5, 'UNIDAD', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17360, NULL, NULL, 3456, '97595833', 'LAMINA ACANALADA CAL. 26 LEG. 10 PIES, METALCO', NULL, '114.0000', '-40.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4560.0000', '-40.0000', '2022-11-11', 'received', '114.0000', '114.0000', '-40.0000', NULL, NULL, 5, 'UNIDAD', '-40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17361, NULL, NULL, 3724, '98409806', 'PINTURA CORONA GALON ACEITE CORONA DURA ', NULL, '86.9400', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '695.5200', '8.0000', '2022-11-11', 'received', '86.9400', '86.9400', '8.0000', NULL, NULL, 4, 'GALON', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17362, NULL, NULL, 3657, '98473903', 'LAMINA ACANALADA DE POLICARBONATO 12 PIES', NULL, '146.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '146.0000', '146.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17363, NULL, NULL, 3684, '98491942', 'ROLLO MALLA 2 3/4*2 3/4¨*1 MT ALTURA', NULL, '390.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '390.0000', '390.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17364, NULL, NULL, 3705, '98870821', 'TUBO NEGRO CUADRADO 3/4 * 3/4 ', NULL, '48.0000', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '672.0000', '14.0000', '2022-11-11', 'received', '48.0000', '48.0000', '14.0000', NULL, NULL, 5, 'UNIDAD', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17365, NULL, NULL, 3671, '99221530', 'TUBO CUADRADO GALVANIZADO 2*2 CHAPA 14', NULL, '200.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '200.6500', '200.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17366, NULL, NULL, 3371, '99397921', 'LLANTIA DE 1X1/4', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17367, 316, NULL, 3755, '28367951', 'LAMINA ACANALADA 6 PIES CALIBRE 26', NULL, '75.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '600.0000', '8.0000', '2022-11-11', 'received', '75.0000', '75.0000', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '75.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17368, 316, NULL, 3754, '51924958', 'TUBO NEGRO CUADRADO 3/4*3/4 CHAPA 20', NULL, '40.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '840.0000', '21.0000', '2022-11-11', 'received', '40.0000', '40.0000', '21.0000', NULL, NULL, 5, 'UNIDAD', '21.0000', NULL, NULL, NULL, NULL, '40.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17369, 317, NULL, 3756, '72839641', 'METRO DE ARENA', NULL, '87.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1750.0000', '19.0000', '2022-11-11', 'received', '87.5000', '87.5000', '20.0000', NULL, NULL, 6, 'METRO', '20.0000', NULL, NULL, NULL, NULL, '87.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17370, 317, NULL, 3759, '07230149', 'METRO DE PIEDRIN 3/8', NULL, '125.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '375.0000', '2.0000', '2022-11-11', 'received', '125.0000', '125.0000', '3.0000', NULL, NULL, 6, 'METRO', '3.0000', NULL, NULL, NULL, NULL, '125.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17371, 317, NULL, 3757, '29125974', 'METRO DE PIEDRIN 3/4', NULL, '115.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '230.0000', '2.0000', '2022-11-11', 'received', '115.0000', '115.0000', '2.0000', NULL, NULL, 6, 'METRO', '2.0000', NULL, NULL, NULL, NULL, '115.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17372, 318, NULL, 3409, '23164244', 'VARILLA HIERRO 3/8 G40', NULL, '32.9300', '234.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '7705.6200', '193.0000', '2022-11-11', 'received', '32.9300', '32.9300', '234.0000', NULL, NULL, 5, 'UNIDAD', '234.0000', NULL, NULL, NULL, NULL, '32.9300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17373, 318, NULL, 3412, '56739529', 'VARILLA HIERRO 1/2 G40', NULL, '58.5200', '56.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '3277.1200', '36.0000', '2022-11-11', 'received', '58.5200', '58.5200', '56.0000', NULL, NULL, 5, 'UNIDAD', '56.0000', NULL, NULL, NULL, NULL, '58.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17375, 320, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0200', '0.0000', '2022-11-11', 'received', '0.0100', '0.0100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '0.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17376, 320, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '103.7600', '0.0000', '2022-11-11', 'received', '2.1617', '2.1617', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.1617');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17377, 321, NULL, 3758, '69689960', 'METRO DE PIEDRIN 1/2', NULL, '125.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '250.0000', '0.0000', '2022-11-11', 'received', '125.0000', '125.0000', '2.0000', NULL, NULL, 6, 'METRO', '2.0000', NULL, NULL, NULL, NULL, '125.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17378, 322, NULL, 3664, '91913455', 'VARILLA DE HIERRO 3/8 GRADO 40 A.G', NULL, '33.9500', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '237.6500', '7.0000', '2022-11-11', 'received', '33.9500', '33.9500', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, '33.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17379, 323, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '150.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.0000', '17.0000', '2022-11-11', 'received', '0.1600', '0.1600', '150.0000', NULL, NULL, 5, 'UNIDAD', '150.0000', NULL, NULL, NULL, NULL, '0.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17380, 323, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.0000', '7.0000', '2022-11-11', 'received', '7.0000', '7.0000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17381, 319, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '192.0000', '0.0000', '2022-11-11', 'received', '24.0000', '24.0000', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '24.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17382, 319, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.2000', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '48.0000', '0.0000', '2022-11-11', 'received', '1.2000', '1.2000', '40.0000', NULL, NULL, 5, 'UNIDAD', '40.0000', NULL, NULL, NULL, NULL, '1.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17383, 324, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.2000', '0.0000', '2022-11-11', 'received', '3.2000', '3.2000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17384, 324, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.8200', '2.0000', '2022-11-11', 'received', '11.4700', '11.4700', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '11.4700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17385, 324, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2022-11-11', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17386, 324, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2022-11-11', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17387, 325, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.4400', '2.0000', '2022-11-11', 'received', '10.7200', '10.7200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.7200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17388, 325, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '18.1600', '0.0000', '2022-11-11', 'received', '9.0800', '9.0800', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17389, 325, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.8000', '0.0000', '2022-11-11', 'received', '5.1000', '5.1000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17390, 325, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.5600', '0.0000', '2022-11-11', 'received', '4.2600', '4.2600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.2600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17391, 325, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4697', '152.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '527.4000', '0.0000', '2022-11-11', 'received', '3.4697', '3.4697', '152.0000', NULL, NULL, 1, 'PZA', '152.0000', NULL, NULL, NULL, NULL, '3.4697');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17392, 325, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '8.9000', '0.0000', '2022-11-11', 'received', '4.4500', '4.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17393, 325, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.4000', '0.0000', '2022-11-11', 'received', '4.4500', '4.4500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17394, 325, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-11-11', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17395, 325, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.3000', '0.0000', '2022-11-11', 'received', '10.3000', '10.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17396, 326, NULL, 3439, '29652683', 'LIBRA DE ALAMBRE DE AMARRE.', NULL, '6.7300', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '673.0000', '100.0000', '2022-11-11', 'received', '6.7300', '6.7300', '100.0000', NULL, NULL, 5, 'UNIDAD', '100.0000', NULL, NULL, NULL, NULL, '6.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17397, 326, NULL, 3764, '54862089', 'TUBO PVC 2¨ 80 PSI SDR51', NULL, '75.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-11-11', 'received', '75.0000', '75.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '75.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17398, 327, NULL, 3434, '22837205', 'SOLERA DE 15 MACORA', NULL, '3.9500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '197.5000', '50.0000', '2022-11-11', 'received', '3.9500', '3.9500', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, '3.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17399, 328, NULL, 3765, '71649902', 'METRO DE ARENA AZUL (TRITURADA)', NULL, '60.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '2.0000', '2022-11-11', 'received', '60.0000', '60.0000', '2.0000', NULL, NULL, 6, 'METRO', '2.0000', NULL, NULL, NULL, NULL, '60.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17400, 329, NULL, 3432, '41048684', 'BLOCK DE 15 MACORA', NULL, '3.4500', '200.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '690.0000', '200.0000', '2022-11-12', 'received', '3.4500', '3.4500', '200.0000', NULL, NULL, 5, 'UNIDAD', '200.0000', NULL, NULL, NULL, NULL, '3.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17401, 329, NULL, 3454, '25319681', 'BLOCK DE 10 MACORA (TABIQUES)', NULL, '3.3000', '300.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '990.0000', '300.0000', '2022-11-12', 'received', '3.3000', '3.3000', '300.0000', NULL, NULL, 5, 'UNIDAD', '300.0000', NULL, NULL, NULL, NULL, '3.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17402, 330, NULL, 3758, '69689960', 'METRO DE PIEDRIN 1/2', NULL, '125.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '125.0000', '0.0000', '2022-11-12', 'received', '125.0000', '125.0000', '1.0000', NULL, NULL, 6, 'METRO', '1.0000', NULL, NULL, NULL, NULL, '125.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17403, 331, NULL, 3758, '69689960', 'METRO DE PIEDRIN 1/2', NULL, '125.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '250.0000', '0.0000', '2022-11-12', 'received', '125.0000', '125.0000', '2.0000', NULL, NULL, 6, 'METRO', '2.0000', NULL, NULL, NULL, NULL, '125.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17404, 332, NULL, 3767, '88214145', '1/2 METRO DE PIEDRIN 3/4', NULL, '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-11-12', 'received', '60.0000', '60.0000', '1.0000', NULL, NULL, 6, 'METRO', '1.0000', NULL, NULL, NULL, NULL, '60.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17405, 333, NULL, 3432, '41048684', 'BLOCK DE 15 MACORA', NULL, '3.4500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '345.0000', '100.0000', '2022-11-12', 'received', '3.4500', '3.4500', '100.0000', NULL, NULL, 5, 'UNIDAD', '100.0000', NULL, NULL, NULL, NULL, '3.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17406, 333, NULL, 3433, '00637449', 'SOLERA DE 14 MACORA', NULL, '3.8000', '125.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '475.0000', '125.0000', '2022-11-12', 'received', '3.8000', '3.8000', '125.0000', NULL, NULL, 5, 'UNIDAD', '125.0000', NULL, NULL, NULL, NULL, '3.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17407, 334, NULL, 3717, '59182149', 'TUBO GALVANIZADO 3*2¨ CHAPA 18', NULL, '212.0000', '23.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4876.0000', '23.0000', '2022-11-12', 'received', '212.0000', '212.0000', '23.0000', NULL, NULL, 5, 'UNIDAD', '23.0000', NULL, NULL, NULL, NULL, '212.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17408, 335, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2022-11-14', 'received', '4.5000', '4.5000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17409, 335, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2022-11-14', 'received', '3.0000', '3.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17410, 335, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.5000', '14.0000', '2022-11-14', 'received', '3.7500', '3.7500', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17411, 335, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2022-11-14', 'received', '3.7500', '3.7500', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17412, 335, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '37.5000', '0.0000', '2022-11-14', 'received', '0.7500', '0.7500', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17413, 335, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2022-11-14', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17414, 336, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2022-11-14', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17415, 336, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '0.0000', '2022-11-14', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17416, 337, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-11-14', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17417, 338, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8108', '37.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2022-11-14', 'received', '0.8108', '0.8108', '37.0000', NULL, NULL, 5, 'UNIDAD', '37.0000', NULL, NULL, NULL, NULL, '0.8108');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17418, 338, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '0.0000', '2022-11-14', 'received', '1.0000', '1.0000', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17419, 338, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '41.5500', '4.0000', '2022-11-14', 'received', '2.7700', '2.7700', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '2.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17420, 338, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.5158', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '28.8000', '0.0000', '2022-11-14', 'received', '1.5158', '1.5158', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, '1.5158');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17421, 338, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '11.2400', '0.0000', '2022-11-14', 'received', '0.1124', '0.1124', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.1124');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17422, 339, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '350.0000', '0.0000', '2022-11-17', 'received', '35.0000', '35.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17423, 339, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '350.0000', '0.0000', '2022-11-17', 'received', '35.0000', '35.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17424, 339, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '30.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2022-11-17', 'received', '30.0000', '30.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '30.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17425, 339, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '500.0000', '0.0000', '2022-11-17', 'received', '20.0000', '20.0000', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '20.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17426, 339, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '660.0000', '0.0000', '2022-11-17', 'received', '6.6000', '6.6000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '6.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17427, 339, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-11-17', 'received', '9.0000', '9.0000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17428, 340, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.1522', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '212.2826', '0.0000', '2022-11-17', 'received', '14.1522', '14.1522', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '14.1522');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17429, 341, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '245.0000', '0.0000', '2022-11-18', 'received', '24.5000', '24.5000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '24.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17430, 341, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '520.8000', '16.0000', '2022-11-18', 'received', '10.8500', '10.8500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '10.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17431, 341, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '612.0000', '1.0000', '2022-11-18', 'received', '25.5000', '25.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '25.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17432, 341, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '945.6000', '38.0000', '2022-11-18', 'received', '19.7000', '19.7000', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '19.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17433, 341, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1188.0000', '6.0000', '2022-11-18', 'received', '49.5000', '49.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '49.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17434, 341, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1059.0000', '6.0000', '2022-11-18', 'received', '88.2500', '88.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '88.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17435, 341, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '819.0000', '4.0000', '2022-11-18', 'received', '136.5000', '136.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '136.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17436, 341, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2000', '2.0000', '2022-11-18', 'received', '25.6000', '25.6000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '25.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17437, 341, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '8.3100', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '99.7200', '0.0000', '2022-11-18', 'received', '8.3100', '8.3100', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '8.3100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17438, 341, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '98.8800', '4.0000', '2022-11-18', 'received', '16.4800', '16.4800', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '16.4800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17439, 341, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '76.9200', '2.0000', '2022-11-18', 'received', '6.4100', '6.4100', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '6.4100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17440, 341, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.7800', '1.0000', '2022-11-18', 'received', '7.1300', '7.1300', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '7.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17441, 341, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '196.5000', '11.0000', '2022-11-18', 'received', '6.5500', '6.5500', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '6.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17442, 341, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '318.0000', '23.0000', '2022-11-18', 'received', '10.6000', '10.6000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '10.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17443, 342, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '103.0000', '0.0000', '2022-11-18', 'received', '0.8583', '0.8583', '120.0000', NULL, NULL, 5, 'UNIDAD', '120.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17444, 343, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2022-11-18', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17445, 344, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-11-18', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17446, 344, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9200', '0.0000', '2022-11-18', 'received', '5.1600', '5.1600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17447, 344, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.2800', '0.0000', '2022-11-18', 'received', '2.9700', '2.9700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17448, 344, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0400', '0.0000', '2022-11-18', 'received', '4.1700', '4.1700', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17449, 344, NULL, 3743, '7401005913532', 'NAANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.9600', '0.0000', '2022-11-18', 'received', '2.5800', '2.5800', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17450, 344, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-11-18', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17451, 344, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2500', '0.0000', '2022-11-18', 'received', '12.8750', '12.8750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17452, 344, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-11-18', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17453, 344, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '169.9999', '0.0000', '2022-11-18', 'received', '7.0833', '7.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17454, 344, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '0.0000', '2022-11-18', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17455, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '50.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0000', '36.0000', '2022-11-21', 'received', '0.2400', '0.2400', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17456, 345, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2022-11-21', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17457, 345, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '0.0000', '2022-11-21', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17458, 345, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-11-21', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17459, 345, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2022-11-21', 'received', '5.0000', '5.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17460, 346, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2022-11-21', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17461, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17462, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17463, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8332', '-2.0000', '2022-11-23', 'received', '1.4166', '1.4166', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17464, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17465, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17466, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.4583', '0.4583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17467, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17468, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '-1.0000', '2022-11-23', 'received', '10.0000', '10.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17469, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17470, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17471, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17472, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17473, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17474, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0250', '0.0000', '2022-11-23', 'received', '0.8583', '0.8583', '-21.0000', NULL, NULL, 5, 'UNIDAD', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17475, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.2092', '24.2092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17476, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17477, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17478, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17479, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.1522', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.3043', '0.0000', '2022-11-23', 'received', '14.1522', '14.1522', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17480, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17481, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17482, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17483, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17484, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17485, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-1.0000', '2022-11-23', 'received', '30.0000', '30.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17486, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17487, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17488, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17489, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17490, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17491, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17492, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2500', '9.0000', '2022-11-23', 'received', '0.2500', '0.2500', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17493, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17494, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17495, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17496, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17497, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-1.0000', '2022-11-23', 'received', '30.0000', '30.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17498, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17499, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17500, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '53.5000', '2.0000', '2022-11-23', 'received', '26.7500', '26.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17501, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17502, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17503, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17504, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17505, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17506, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '-65.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.6500', '-65.0000', '2022-11-23', 'received', '0.6100', '0.6100', '-65.0000', NULL, NULL, 1, 'PZA', '-65.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17507, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17508, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '1.0000', '2022-11-23', 'received', '2.5000', '2.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17509, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17510, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17511, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '1.0000', '2022-11-23', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17512, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0600', '2.0000', '2022-11-23', 'received', '3.0300', '3.0300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17513, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17514, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9900', '-9.0000', '2022-11-23', 'received', '0.1100', '0.1100', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17515, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17516, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0000', '1.0000', '2022-11-23', 'received', '5.0000', '5.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17517, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17518, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17519, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17520, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17521, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17522, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17523, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17524, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17525, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17526, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17527, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17528, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17529, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17530, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17531, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17532, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17533, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17534, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17535, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.5100', '7.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17536, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17537, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17538, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17539, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17540, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17541, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17542, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17543, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.2300', '0.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17544, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17545, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17546, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17547, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17548, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4583', '0.0000', '2022-11-23', 'received', '2.7292', '2.7292', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17549, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.0833', '13.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17550, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.4000', '4.0000', '2022-11-23', 'received', '0.6000', '0.6000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17551, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17552, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17553, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.1736', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.8681', '0.0000', '2022-11-23', 'received', '4.1736', '4.1736', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17554, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.9167', '1.0000', '2022-11-23', 'received', '0.9167', '0.9167', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17555, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17556, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17557, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17558, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17559, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17560, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.7500', '0.0000', '2022-11-23', 'received', '4.2500', '4.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17561, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17562, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8333', '0.0000', '2022-11-23', 'received', '0.8333', '0.8333', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17563, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17564, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.8500', '0.0000', '2022-11-23', 'received', '2.9700', '2.9700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17565, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17566, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17567, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17568, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17569, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17570, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17571, NULL, NULL, 3597, '17506240624612', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17572, NULL, NULL, 3598, '17506240624629', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17573, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17574, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17575, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17576, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.2900', '1.0000', '2022-11-23', 'received', '37.2900', '37.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17577, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.5900', '1.0000', '2022-11-23', 'received', '37.5900', '37.5900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17578, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17579, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17580, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17581, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17582, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17583, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17584, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17585, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '55.0000', '4.0000', '2022-11-23', 'received', '13.7500', '13.7500', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17586, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17587, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17588, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17589, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17590, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17591, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17592, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17593, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17594, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17595, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17596, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17597, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.4800', '0.0000', '2022-11-23', 'received', '1.1233', '1.1233', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17598, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17599, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17600, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17601, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17602, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17603, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17604, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.3000', '-37.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.1000', '0.0000', '2022-11-23', 'received', '0.3000', '0.3000', '-37.0000', NULL, NULL, 1, 'PZA', '-37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17605, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17606, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7000', '0.0000', '2022-11-23', 'received', '0.7000', '0.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17607, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6700', '0.0000', '2022-11-23', 'received', '6.6700', '6.6700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17608, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17609, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17610, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17611, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17612, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17613, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17614, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17615, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17616, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2966', '0.0000', '2022-11-23', 'received', '4.1483', '4.1483', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17617, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17618, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17619, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17620, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17621, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17622, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17623, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17624, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17625, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17626, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17627, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17628, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17629, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17630, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17631, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0000', '0.0000', '2022-11-23', 'received', '3.2500', '3.2500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17632, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17633, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17634, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17635, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.3200', '0.0000', '2022-11-23', 'received', '5.1600', '5.1600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17636, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.5417', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.7083', '0.0000', '2022-11-23', 'received', '3.5417', '3.5417', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17637, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17638, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17639, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17640, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17641, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17642, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17643, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.6460', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.6460', '5.6460', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17644, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17645, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.2000', '0.0000', '2022-11-23', 'received', '1.1500', '1.1500', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17646, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17647, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17648, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17649, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17650, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17651, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17652, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17653, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17654, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17655, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17656, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0000', '0.0000', '2022-11-23', 'received', '5.0000', '5.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17657, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17658, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17659, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17660, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17661, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17662, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17663, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17664, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17665, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17666, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17667, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17668, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17669, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17670, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17671, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17672, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17673, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17674, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17675, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17676, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17677, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17678, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17679, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17680, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17681, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17682, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17683, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17684, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17685, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17686, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17687, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17688, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17689, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17690, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17691, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17692, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17693, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17694, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2022-11-23', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17695, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17696, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17697, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17698, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17699, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17700, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17701, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17702, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17703, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17704, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17705, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17706, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17707, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17708, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17709, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17710, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17711, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17712, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17713, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17714, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17715, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17716, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17717, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17718, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17719, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17720, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17721, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17722, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17723, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17724, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17725, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17726, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17727, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17728, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17729, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17730, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17731, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17732, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17733, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17734, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17735, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17736, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17737, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9883', '-1.0000', '2022-11-23', 'received', '4.9883', '4.9883', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17738, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17739, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17740, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17741, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17742, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17743, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17744, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17745, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17746, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17747, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17748, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17749, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17750, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17751, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17752, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.0700', '-1.0000', '2022-11-23', 'received', '42.0700', '42.0700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17753, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17754, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17755, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17756, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17757, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17758, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17759, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17760, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17761, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17762, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17763, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17764, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17765, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17766, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.2500', '-1.0000', '2022-11-23', 'received', '25.2500', '25.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17767, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17768, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17769, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17770, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17771, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17772, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17773, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17774, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17775, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17776, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17777, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17778, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17779, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17780, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17781, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17782, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17783, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17784, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17785, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17786, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17787, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17788, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17789, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.7200', '6.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17790, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17791, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17792, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.8750', '0.0000', '2022-11-23', 'received', '12.2917', '12.2917', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17793, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5700', '0.0000', '2022-11-23', 'received', '3.5700', '3.5700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17794, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17795, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.4500', '0.0000', '2022-11-23', 'received', '4.4500', '4.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17796, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17797, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17798, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17799, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17800, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17801, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17802, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17803, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17804, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17805, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17806, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17807, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0932', '0.0000', '2022-11-23', 'received', '6.5466', '6.5466', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17808, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17809, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17810, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17811, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5033', '0.0000', '2022-11-23', 'received', '7.7517', '7.7517', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17812, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-213.5417', '0.0000', '2022-11-23', 'received', '8.5417', '8.5417', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17813, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.6666', '0.0000', '2022-11-23', 'received', '4.6667', '4.6667', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17814, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9450', '0.0000', '2022-11-23', 'received', '11.9450', '11.9450', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17815, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17816, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.5700', '2.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17817, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2000', '0.0000', '2022-11-23', 'received', '3.2000', '3.2000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17818, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17819, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5800', '0.0000', '2022-11-23', 'received', '5.5800', '5.5800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17820, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5600', '0.0000', '2022-11-23', 'received', '9.5600', '9.5600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17821, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.4400', '0.0000', '2022-11-23', 'received', '5.7400', '5.7400', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17822, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17823, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17824, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17825, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.3333', '0.0000', '2022-11-23', 'received', '4.8333', '4.8333', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17826, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17827, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1667', '0.0000', '2022-11-23', 'received', '2.0833', '2.0833', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17828, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17829, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17830, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17831, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17832, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17833, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17834, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17835, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17836, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17837, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17838, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17839, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17840, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17841, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17842, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '0.0000', '2022-11-23', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17843, NULL, NULL, 3743, '7401005913532', 'NAANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1600', '0.0000', '2022-11-23', 'received', '2.5800', '2.5800', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17844, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.8750', '12.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17845, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17846, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17847, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17848, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17849, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '0.0000', '2022-11-23', 'received', '4.2500', '4.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17850, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17851, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.9583', '5.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17852, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.1250', '0.0000', '2022-11-23', 'received', '15.3750', '15.3750', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17853, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17854, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9500', '-1.0000', '2022-11-23', 'received', '5.9500', '5.9500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17855, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17856, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17857, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17858, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17859, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '0.0000', '2022-11-23', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17860, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17861, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '0.0000', '2022-11-23', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17862, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6250', '0.0000', '2022-11-23', 'received', '1.8750', '1.8750', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17863, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '0.0000', '2022-11-23', 'received', '0.7500', '0.7500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17864, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17865, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17866, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2022-11-23', 'received', '1.8750', '1.8750', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17867, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17868, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2022-11-23', 'received', '0.7500', '0.7500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17869, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17870, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2022-11-23', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17871, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17872, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.2500', '-7.0000', '2022-11-23', 'received', '3.7500', '3.7500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17873, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17874, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17875, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17876, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17877, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.6400', '-1.0000', '2022-11-23', 'received', '45.6400', '45.6400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17878, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-1.0000', '2022-11-23', 'received', '18.0000', '18.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17879, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17880, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17881, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17882, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5000', '-1.0000', '2022-11-23', 'received', '5.5000', '5.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17883, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17884, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17885, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17886, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17887, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17888, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17889, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17890, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17891, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17892, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17893, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17894, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2800', '0.0000', '2022-11-23', 'received', '5.1400', '5.1400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17895, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17896, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4700', '-1.0000', '2022-11-23', 'received', '11.4700', '11.4700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17897, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.9200', '2.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17898, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17899, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17900, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17901, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17902, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4583', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9167', '0.0000', '2022-11-23', 'received', '0.4583', '0.4583', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17903, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.0000', '0.0000', '2022-11-23', 'received', '1.0000', '1.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17904, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17905, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17906, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17907, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17908, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17909, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17910, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17911, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17912, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17913, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17914, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17915, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17916, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17917, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2022-11-23', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17918, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1700', '0.0000', '2022-11-23', 'received', '4.1700', '4.1700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17919, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17920, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7500', '-5.0000', '2022-11-23', 'received', '0.9500', '0.9500', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17921, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17922, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17923, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17924, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17925, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17926, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17927, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17928, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17929, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17930, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-59.5000', '0.0000', '2022-11-23', 'received', '5.9500', '5.9500', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17931, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '0.0000', '2022-11-23', 'received', '5.0000', '5.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17932, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '4.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.4400', '4.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17933, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8583', '0.0000', '2022-11-23', 'received', '0.8583', '0.8583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17934, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.6167', '0.0000', '2022-11-23', 'received', '2.1617', '2.1617', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17935, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17936, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5000', '-3.0000', '2022-11-23', 'received', '4.5000', '4.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17937, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5000', '3.0000', '2022-11-23', 'received', '4.5000', '4.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17938, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17939, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17940, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17941, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17942, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17943, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17944, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17945, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17946, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17947, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.6000', '-11.0000', '2022-11-23', 'received', '5.6000', '5.6000', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17948, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17949, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17950, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17951, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17952, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17953, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17954, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17955, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0100', '0.0000', '2022-11-23', 'received', '1.6700', '1.6700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17956, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17957, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17958, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17959, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17960, NULL, NULL, 2799, '748928006505', 'DETERGENTE XEDEX 450 GR', NULL, '4.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.3500', '4.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17961, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17962, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.4092', '4.4092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17963, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.2600', '4.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17964, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1000', '0.0000', '2022-11-23', 'received', '5.1000', '5.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17965, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17966, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.1000', '0.0000', '2022-11-23', 'received', '5.1000', '5.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17967, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17968, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17969, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17970, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17971, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17972, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.3417', '-1.0000', '2022-11-23', 'received', '18.3417', '18.3417', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17973, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17974, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17975, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.0100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0200', '0.0000', '2022-11-23', 'received', '0.0100', '0.0100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17976, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17977, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17978, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.8900', '3.0000', '2022-11-23', 'received', '5.6300', '5.6300', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17979, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17980, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17981, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17982, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17983, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17984, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17985, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17986, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17987, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17988, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17989, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17990, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17991, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17992, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17993, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17994, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17995, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17996, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17997, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17998, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (17999, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18000, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18001, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18002, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18003, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18004, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18005, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18006, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18007, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18008, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18009, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18010, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18011, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18012, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18013, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18014, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18015, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18016, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18017, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.2200', '-7.0000', '2022-11-23', 'received', '2.4600', '2.4600', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18018, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18019, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18020, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18021, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18022, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18023, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '21.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.4800', '21.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18024, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18025, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18026, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18027, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18028, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18029, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18030, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18031, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18032, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18033, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18034, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18035, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18036, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18037, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18038, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18039, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18040, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18041, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18042, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18043, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18044, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18045, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18046, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18047, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '40.6600', '40.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18048, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7100', '-1.0000', '2022-11-23', 'received', '5.7100', '5.7100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18049, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18050, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18051, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18052, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18053, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18054, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18055, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18056, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18057, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18058, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18059, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8400', '-12.0000', '2022-11-23', 'received', '0.0700', '0.0700', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18060, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3600', '3.0000', '2022-11-23', 'received', '0.1200', '0.1200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18061, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18062, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18063, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18064, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18065, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18066, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18067, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18068, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18069, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18070, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18071, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18072, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18073, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18074, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18075, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18076, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18077, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18078, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18079, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18080, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18081, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18082, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18083, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18084, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18085, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18086, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18087, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18088, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18089, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18090, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18091, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3100', '-3.0000', '2022-11-23', 'received', '2.7700', '2.7700', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18092, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18093, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-11-23', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18094, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18095, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18096, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18097, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18098, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18099, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0833', '7.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18100, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18101, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18102, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18103, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18104, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18105, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18106, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18107, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18108, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18109, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18110, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18111, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18112, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18113, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18114, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18115, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18116, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18117, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18118, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18119, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18120, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18121, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18122, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18123, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18124, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.1000', '-2.0000', '2022-11-23', 'received', '20.5500', '20.5500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18125, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18126, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18127, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18128, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18129, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18130, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18131, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18132, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18133, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.7500', '20.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18134, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18135, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18136, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18137, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18138, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18139, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18140, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18141, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18142, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18143, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18144, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18145, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18146, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18147, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18148, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18149, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18150, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18151, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18152, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18153, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.9500', '1.0000', '2022-11-23', 'received', '0.9500', '0.9500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18154, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8108', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6757', '0.0000', '2022-11-23', 'received', '0.8108', '0.8108', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18155, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18156, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.5158', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5474', '0.0000', '2022-11-23', 'received', '1.5158', '1.5158', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18157, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18158, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18159, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18160, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18161, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18162, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18163, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18164, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18165, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18166, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18167, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18168, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18169, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7500', '0.0000', '2022-11-23', 'received', '9.7500', '9.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18170, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18171, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18172, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18173, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18174, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18175, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18176, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18177, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.6400', '2.0000', '2022-11-23', 'received', '12.3200', '12.3200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18178, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18179, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18180, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18181, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18182, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18183, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18184, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18185, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18186, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18187, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18188, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18189, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18190, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18191, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18192, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18193, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18194, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8003', '-2.0000', '2022-11-23', 'received', '0.9002', '0.9002', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18195, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18196, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18197, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18198, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18199, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18200, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18201, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18202, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18203, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18204, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18205, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18206, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18207, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18208, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18209, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18210, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18211, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18212, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18213, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18214, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18215, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18216, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18217, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18218, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18219, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18220, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18221, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18222, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18223, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18224, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18225, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18226, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18227, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18228, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18229, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18230, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18231, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18232, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18233, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18234, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18235, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18236, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18237, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18238, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18239, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18240, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.3800', '4.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18241, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18242, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18243, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18244, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18245, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18246, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '191.6633', '191.6633', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18247, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18248, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '40.6717', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '40.6717', '40.6717', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18249, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18250, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18251, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18252, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18253, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18254, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18255, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18256, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18257, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18258, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3871', '-1.0000', '2022-11-23', 'received', '0.3871', '0.3871', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18259, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18260, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7500', '0.0000', '2022-11-23', 'received', '0.7500', '0.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18261, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18262, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1000', '0.0000', '2022-11-23', 'received', '7.1000', '7.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18263, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18264, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.4265', '0.0000', '2022-11-23', 'received', '2.4265', '2.4265', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18265, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18266, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18267, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18268, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '-30.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.3000', '-30.0000', '2022-11-23', 'received', '0.9100', '0.9100', '-30.0000', NULL, NULL, 1, 'PZA', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18269, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18270, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18271, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2800', '-8.0000', '2022-11-23', 'received', '0.1600', '0.1600', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18272, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18273, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18274, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18275, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18276, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18277, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7400', '0.0000', '2022-11-23', 'received', '0.8700', '0.8700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18278, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18279, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18280, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18281, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18282, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4697', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.9250', '0.0000', '2022-11-23', 'received', '3.4697', '3.4697', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18283, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18284, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18285, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5408', '-1.0000', '2022-11-23', 'received', '4.5408', '4.5408', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18286, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18287, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18288, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18289, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18290, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18291, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18292, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18293, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '-1.0000', '2022-11-23', 'received', '3.0000', '3.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18294, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18295, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18296, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18297, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18298, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18299, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18300, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18301, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18302, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18303, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18304, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18305, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18306, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18307, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.3400', '14.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18308, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18309, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18310, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18311, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18312, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18313, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18314, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18315, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18316, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2000', '7.0000', '2022-11-23', 'received', '0.6000', '0.6000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18317, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18318, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18319, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18320, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18321, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18322, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18323, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18324, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18325, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18326, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18327, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18328, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18329, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18330, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18331, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18332, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18333, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18334, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18335, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18336, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18337, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18338, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0000', '2.0000', '2022-11-23', 'received', '0.5000', '0.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18339, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18340, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18341, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18342, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18343, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18344, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.2000', '0.0000', '2022-11-23', 'received', '6.6000', '6.6000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18345, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.4000', '0.0000', '2022-11-23', 'received', '6.6000', '6.6000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18346, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18347, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18348, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18349, NULL, NULL, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18350, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18351, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18352, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18353, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '-3.0000', '2022-11-23', 'received', '8.0000', '8.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18354, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18355, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18356, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18357, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18358, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18359, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18360, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18361, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18362, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18363, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18364, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18365, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18366, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18367, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18368, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18369, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18370, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18371, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18372, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18373, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18374, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18375, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18376, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18377, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18378, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18379, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18380, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18381, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18382, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18383, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18384, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18385, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18386, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.9900', '-3.0000', '2022-11-23', 'received', '2.3300', '2.3300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18387, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18388, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2200', '2.0000', '2022-11-23', 'received', '1.6100', '1.6100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18389, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.1200', '4.0000', '2022-11-23', 'received', '3.5300', '3.5300', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18390, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18391, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8400', '-6.0000', '2022-11-23', 'received', '2.6400', '2.6400', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18392, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8400', '1.0000', '2022-11-23', 'received', '1.8400', '1.8400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18393, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18394, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2700', '-1.0000', '2022-11-23', 'received', '2.2700', '2.2700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18395, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18396, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8500', '0.0000', '2022-11-23', 'received', '0.8500', '0.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18397, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.4000', '0.0000', '2022-11-23', 'received', '13.7000', '13.7000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18398, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '48.6300', '3.0000', '2022-11-23', 'received', '16.2100', '16.2100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18399, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18400, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18401, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.1900', '1.0000', '2022-11-23', 'received', '1.1900', '1.1900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18402, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.4800', '0.0000', '2022-11-23', 'received', '3.8700', '3.8700', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18403, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18404, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '0.0000', '2022-11-23', 'received', '20.0000', '20.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18405, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18406, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2900', '-1.0000', '2022-11-23', 'received', '1.2900', '1.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18407, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18408, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.3800', '2.0000', '2022-11-23', 'received', '0.6900', '0.6900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18409, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.1000', '-5.0000', '2022-11-23', 'received', '2.6200', '2.6200', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18410, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0900', '1.0000', '2022-11-23', 'received', '1.0900', '1.0900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18411, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4000', '-1.0000', '2022-11-23', 'received', '3.4000', '3.4000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18412, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.4500', '5.0000', '2022-11-23', 'received', '0.8900', '0.8900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18413, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7000', '-2.0000', '2022-11-23', 'received', '3.8500', '3.8500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18414, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5200', '1.0000', '2022-11-23', 'received', '8.5200', '8.5200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18415, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.1400', '2.0000', '2022-11-23', 'received', '11.5700', '11.5700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18416, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18417, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18418, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18419, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18420, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18421, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18422, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '-2.0000', '2022-11-23', 'received', '5.0000', '5.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18423, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-1.0000', '2022-11-23', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18424, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18425, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.4300', '11.0000', '2022-11-23', 'received', '1.1300', '1.1300', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18426, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18427, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '2.0000', '2022-11-23', 'received', '15.0000', '15.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18428, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18429, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18430, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18431, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18432, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8800', '-4.0000', '2022-11-23', 'received', '3.9700', '3.9700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18433, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '7.0500', '7.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18434, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18435, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18436, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18437, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18438, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18439, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18440, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.4600', '1.0000', '2022-11-23', 'received', '1.4600', '1.4600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18441, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18442, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.2600', '2.0000', '2022-11-23', 'received', '6.6300', '6.6300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18443, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9500', '-1.0000', '2022-11-23', 'received', '4.9500', '4.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18444, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18445, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18446, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18447, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '1.0100', '1.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18448, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18449, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18450, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18451, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18452, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9400', '3.0000', '2022-11-23', 'received', '3.9800', '3.9800', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18453, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18454, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.9100', '1.0000', '2022-11-23', 'received', '17.9100', '17.9100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18455, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18456, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '1.0000', '2022-11-23', 'received', '32.0000', '32.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18457, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18458, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18459, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18460, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18461, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18462, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18463, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18464, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18465, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18466, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18467, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18468, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18469, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6860', '0.0000', '2022-11-23', 'received', '0.1124', '0.1124', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18470, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18471, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18472, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18473, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18474, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18475, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.7600', '-2.0000', '2022-11-23', 'received', '35.8800', '35.8800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18476, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.0100', '-1.0000', '2022-11-23', 'received', '54.0100', '54.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18477, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18478, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18479, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18480, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18481, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18482, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18483, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2022-11-23', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18484, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18485, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18486, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.0000', '-2.0000', '2022-11-23', 'received', '13.0000', '13.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18487, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-11-23', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18488, 347, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2022-11-23', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18489, 348, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.0000', '9.0000', '2022-11-23', 'received', '0.3000', '0.3000', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, '0.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18490, 348, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.0500', '0.0000', '2022-11-23', 'received', '13.3500', '13.3500', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '13.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18491, 348, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.2000', '0.0000', '2022-11-23', 'received', '2.5500', '2.5500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18492, 349, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '40.6717', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '488.0599', '0.0000', '2022-11-23', 'received', '40.6717', '40.6717', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '40.6717');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18493, 349, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '290.5099', '0.0000', '2022-11-23', 'received', '24.2092', '24.2092', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '24.2092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18494, 350, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '195.0000', '0.0000', '2022-11-23', 'received', '39.0000', '39.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18495, 350, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.2500', '0.0000', '2022-11-23', 'received', '22.2500', '22.2500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18496, 350, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '86.0000', '0.0000', '2022-11-23', 'received', '21.5000', '21.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18497, 350, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2022-11-23', 'received', '37.5000', '37.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18498, 350, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '112.5000', '0.0000', '2022-11-23', 'received', '37.5000', '37.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18499, 350, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '86.0000', '0.0000', '2022-11-23', 'received', '21.5000', '21.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18500, 350, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.6458', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '271.0000', '0.0000', '2022-11-23', 'received', '5.6458', '5.6458', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.6458');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18501, 351, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.0000', '1.0000', '2022-11-23', 'received', '1.6667', '1.6667', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '1.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18502, 351, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '95.0000', '104.0000', '2022-11-23', 'received', '0.7917', '0.7917', '120.0000', NULL, NULL, 5, 'UNIDAD', '120.0000', NULL, NULL, NULL, NULL, '0.7917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18503, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5000', '15.0000', '2022-11-24', 'received', '0.5000', '0.5000', '17.0000', NULL, NULL, 5, 'UNIDAD', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18504, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0000', '0.0000', '2022-11-24', 'received', '0.2500', '0.2500', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18505, 352, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '192.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '159.9999', '0.0000', '2022-11-29', 'received', '0.8333', '0.8333', '192.0000', NULL, NULL, 1, 'PZA', '192.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18506, 353, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2022-11-29', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18507, 354, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '410.0000', '0.0000', '2022-11-29', 'received', '8.5417', '8.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18508, 355, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.3600', '0.0000', '2022-11-29', 'received', '9.5600', '9.5600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.5600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18509, 355, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.3600', '0.0000', '2022-11-29', 'received', '5.1400', '5.1400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18510, 355, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9200', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.0800', '0.0000', '2022-11-29', 'received', '2.9200', '2.9200', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18511, 355, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2022-11-29', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18512, 355, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.8800', '0.0000', '2022-11-29', 'received', '5.7400', '5.7400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18513, 355, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.3600', '0.0000', '2022-11-29', 'received', '3.0300', '3.0300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18514, 356, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.3077', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.1538', '0.0000', '2022-11-29', 'received', '14.3077', '14.3077', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '14.3077');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18515, 357, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9200', '0.0000', '2022-11-29', 'received', '5.1600', '5.1600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18516, 357, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-11-29', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18517, 357, NULL, 2902, '7', 'GATORADE', NULL, '6.3656', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '458.3200', '0.0000', '2022-11-29', 'received', '6.3656', '6.3656', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '6.3656');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18518, 357, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '169.9999', '0.0000', '2022-11-29', 'received', '7.0833', '7.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18519, 358, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '240.0000', '3.0000', '2022-11-29', 'received', '24.0000', '24.0000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '24.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18520, 359, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-11-29', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18521, 359, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2022-11-29', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18522, 359, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-11-29', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18523, 359, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2022-11-29', 'received', '3.0000', '3.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18524, 359, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-11-29', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18525, 359, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2022-11-29', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18526, 360, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.0000', '0.0000', '2022-11-29', 'received', '0.8333', '0.8333', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18527, 360, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.8125', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.5000', '0.0000', '2022-11-29', 'received', '0.8125', '0.8125', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '0.8125');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18528, 360, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '2.0000', '2022-11-29', 'received', '1.0000', '1.0000', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18529, 360, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.7796', '8.0000', '2022-11-29', 'received', '4.1483', '4.1483', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.1483');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18530, 360, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.6000', '0.0000', '2022-11-29', 'received', '1.6000', '1.6000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18531, 360, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-11-29', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18532, 360, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.4100', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '17.6400', '4.0000', '2022-11-29', 'received', '4.4100', '4.4100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '4.4100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18533, 360, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4063', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.7500', '0.0000', '2022-11-29', 'received', '0.4063', '0.4063', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '0.4063');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18534, 360, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '84.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2022-11-29', 'received', '0.6429', '0.6429', '84.0000', NULL, NULL, 1, 'PZA', '84.0000', NULL, NULL, NULL, NULL, '0.6429');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18535, 361, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.8800', '0.0000', '2022-12-01', 'received', '5.7400', '5.7400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18536, 361, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.1200', '0.0000', '2022-12-01', 'received', '4.3800', '4.3800', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18537, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '90.0000', '6.0000', '2022-12-02', 'received', '15.0000', '15.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18538, 362, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '228.4000', '0.0000', '2022-12-02', 'received', '11.4200', '11.4200', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '11.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18539, 362, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.8800', '0.0000', '2022-12-02', 'received', '5.7400', '5.7400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18540, 363, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0400', '0.0000', '2022-12-02', 'received', '4.1700', '4.1700', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18541, 363, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.9600', '0.0000', '2022-12-02', 'received', '2.5800', '2.5800', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18542, 363, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.6667', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '152.0000', '0.0000', '2022-12-02', 'received', '12.6667', '12.6667', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '12.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18543, 363, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.0000', '0.0000', '2022-12-02', 'received', '1.9167', '1.9167', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '1.9167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18544, 363, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-12-02', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18545, 363, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-12-02', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18546, 363, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-12-02', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18547, 363, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '0.0000', '2022-12-02', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18548, 364, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2022-12-02', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18549, 364, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0797', '0.0000', '2022-12-02', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18550, 364, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '363.7600', '0.0000', '2022-12-02', 'received', '7.5783', '7.5783', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18551, 364, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.3600', '0.0000', '2022-12-02', 'received', '11.9450', '11.9450', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18552, 364, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '0.0000', '2022-12-02', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18553, 364, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.0000', '0.0000', '2022-12-02', 'received', '4.8333', '4.8333', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18554, 364, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0000', '0.0000', '2022-12-02', 'received', '2.0833', '2.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18555, 364, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2022-12-02', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18556, 365, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.3000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '630.0000', '0.0000', '2022-12-02', 'received', '6.3000', '6.3000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '6.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18557, 365, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.3000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '315.0000', '50.0000', '2022-12-02', 'received', '6.3000', '6.3000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '6.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18558, 365, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '375.0000', '50.0000', '2022-12-02', 'received', '7.5000', '7.5000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18559, 366, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.3077', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.0000', '0.0000', '2022-12-02', 'received', '14.3077', '14.3077', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '14.3077');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18560, 367, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.7500', '0.0000', '2022-12-05', 'received', '1.8750', '1.8750', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18561, 367, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-12-05', 'received', '3.0000', '3.0000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18562, 367, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.5000', '0.0000', '2022-12-05', 'received', '7.5000', '7.5000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18563, 367, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2022-12-05', 'received', '1.8750', '1.8750', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18564, 368, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '684.0000', '15.0000', '2022-12-05', 'received', '38.0000', '38.0000', '18.0000', NULL, NULL, 5, 'UNIDAD', '18.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18565, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '190.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.0000', '120.0000', '2022-12-05', 'received', '0.1842', '0.1842', '190.0000', NULL, NULL, 5, 'UNIDAD', '190.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18566, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18567, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.6000', '-1.0000', '2022-12-07', 'received', '25.6000', '25.6000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18568, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18569, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18570, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18571, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.4583', '0.4583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18572, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2500', '-3.0000', '2022-12-07', 'received', '0.7500', '0.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18573, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18574, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18575, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18576, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18577, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18578, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18579, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18580, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '51.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.7750', '0.0000', '2022-12-07', 'received', '0.8583', '0.8583', '51.0000', NULL, NULL, 5, 'UNIDAD', '51.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18581, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.2092', '0.0000', '2022-12-07', 'received', '24.2092', '24.2092', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18582, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18583, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18584, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18585, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18586, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.3077', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.3077', '0.0000', '2022-12-07', 'received', '14.3077', '14.3077', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18587, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18588, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18589, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18590, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18591, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18592, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '2.0000', '2022-12-07', 'received', '30.0000', '30.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18593, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '210.0000', '0.0000', '2022-12-07', 'received', '35.0000', '35.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18594, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18595, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18596, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18597, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18598, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18599, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18600, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7900', '-1.0000', '2022-12-07', 'received', '2.7900', '2.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18601, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18602, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18603, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18604, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18605, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18606, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18607, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.7500', '1.0000', '2022-12-07', 'received', '26.7500', '26.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18608, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.1000', '1.0000', '2022-12-07', 'received', '6.1000', '6.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18609, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18610, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-359.0400', '-24.0000', '2022-12-07', 'received', '14.9600', '14.9600', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18611, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ?', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18612, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18613, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18614, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18615, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18616, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18617, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18618, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18619, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18620, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7800', '-2.0000', '2022-12-07', 'received', '4.8900', '4.8900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18621, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18622, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18623, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18624, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18625, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18626, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18627, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18628, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18629, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18630, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18631, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18632, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18633, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18634, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18635, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18636, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18637, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18638, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18639, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18640, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18641, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18642, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.5100', '7.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18643, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18644, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18645, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18646, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18647, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18648, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18649, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18650, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.2300', '0.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18651, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18652, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18653, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18654, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '1.0000', '2022-12-07', 'received', '15.0000', '15.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18655, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7292', '0.0000', '2022-12-07', 'received', '2.7292', '2.7292', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18656, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.0833', '13.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18657, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18658, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18659, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18660, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.1736', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.1736', '4.1736', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18661, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9167', '-1.0000', '2022-12-07', 'received', '0.9167', '0.9167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18662, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18663, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18664, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18665, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18666, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18667, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18668, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18669, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '36.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '0.0000', '2022-12-07', 'received', '0.8333', '0.8333', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18670, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18671, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18672, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18673, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18674, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18675, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18676, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18677, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18678, NULL, NULL, 3597, '17506240624612', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18679, NULL, NULL, 3598, '17506240624629', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18680, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18681, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18682, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18683, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18684, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18685, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18686, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18687, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18688, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18689, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18690, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18691, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18692, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-82.5000', '-6.0000', '2022-12-07', 'received', '13.7500', '13.7500', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18693, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18694, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18695, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18696, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18697, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18698, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18699, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18700, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18701, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18702, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18703, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18704, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '39.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.8099', '0.0000', '2022-12-07', 'received', '1.1233', '1.1233', '39.0000', NULL, NULL, 5, 'UNIDAD', '39.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18705, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18706, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18707, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18708, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18709, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18710, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18711, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18712, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18713, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18714, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18715, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18716, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18717, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18718, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18719, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18720, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18721, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18722, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18723, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2966', '2.0000', '2022-12-07', 'received', '4.1483', '4.1483', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18724, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18725, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18726, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18727, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-456.0000', '-12.0000', '2022-12-07', 'received', '38.0000', '38.0000', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18728, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18729, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18730, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18731, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18732, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18733, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18734, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18735, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18736, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18737, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18738, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18739, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2500', '0.0000', '2022-12-07', 'received', '3.2500', '3.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18740, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18741, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18742, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18743, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.2800', '0.0000', '2022-12-07', 'received', '5.1600', '5.1600', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18744, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.5417', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5417', '0.0000', '2022-12-07', 'received', '3.5417', '3.5417', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18745, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18746, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18747, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18748, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18749, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18750, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18751, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.6458', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.9375', '0.0000', '2022-12-07', 'received', '5.6458', '5.6458', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18752, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18753, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18754, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18755, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18756, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18757, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18758, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18759, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18760, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18761, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18762, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18763, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18764, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18765, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18766, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18767, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18768, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18769, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18770, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18771, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18772, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18773, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18774, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18775, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18776, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18777, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18778, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18779, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18780, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18781, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18782, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18783, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18784, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18785, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18786, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18787, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18788, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18789, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18790, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18791, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18792, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18793, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18794, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18795, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18796, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18797, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18798, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18799, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18800, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18801, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18802, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18803, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18804, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18805, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18806, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18807, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18808, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18809, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18810, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18811, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18812, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18813, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18814, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18815, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18816, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18817, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18818, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18819, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18820, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18821, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18822, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18823, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18824, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18825, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18826, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18827, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18828, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18829, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18830, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18831, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18832, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18833, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18834, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18835, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18836, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18837, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18838, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18839, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18840, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18841, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18842, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18843, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18844, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18845, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.9883', '1.0000', '2022-12-07', 'received', '4.9883', '4.9883', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18846, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18847, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18848, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18849, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18850, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18851, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18852, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18853, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18854, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18855, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18856, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18857, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18858, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18859, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18860, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18861, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18862, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18863, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18864, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18865, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18866, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18867, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18868, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18869, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18870, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18871, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18872, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18873, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18874, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18875, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18876, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18877, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18878, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18879, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18880, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18881, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18882, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18883, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18884, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18885, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18886, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18887, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18888, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18889, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18890, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18891, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18892, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18893, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18894, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18895, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18896, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18897, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18898, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.3656', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.3656', '6.3656', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18899, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18900, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18901, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.8750', '0.0000', '2022-12-07', 'received', '12.2917', '12.2917', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18902, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.5700', '3.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18903, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18904, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.4500', '0.0000', '2022-12-07', 'received', '4.4500', '4.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18905, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18906, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18907, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18908, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18909, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18910, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18911, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18912, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18913, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18914, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18915, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18916, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5466', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0932', '0.0000', '2022-12-07', 'received', '6.5466', '6.5466', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18917, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18918, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.0354', '0.0000', '2022-12-07', 'received', '3.4229', '3.4229', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18919, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5783', '0.0000', '2022-12-07', 'received', '7.5783', '7.5783', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18920, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-93.0199', '0.0000', '2022-12-07', 'received', '7.7517', '7.7517', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18921, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-108.5446', '0.0000', '2022-12-07', 'received', '8.3496', '8.3496', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18922, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.3332', '0.0000', '2022-12-07', 'received', '4.6667', '4.6667', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18923, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.9450', '11.9450', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18924, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18925, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1400', '0.0000', '2022-12-07', 'received', '2.5700', '2.5700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18926, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.2000', '3.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18927, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18928, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.5800', '5.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18929, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.5600', '9.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18930, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.9200', '0.0000', '2022-12-07', 'received', '5.7400', '5.7400', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18931, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18932, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18933, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18934, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.6667', '0.0000', '2022-12-07', 'received', '4.8333', '4.8333', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18935, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18936, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.8333', '0.0000', '2022-12-07', 'received', '2.0833', '2.0833', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18937, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18938, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18939, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18940, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18941, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18942, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18943, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.2500', '0.0000', '2022-12-07', 'received', '22.2500', '22.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18944, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18945, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.5000', '0.0000', '2022-12-07', 'received', '21.5000', '21.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18946, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5000', '0.0000', '2022-12-07', 'received', '37.5000', '37.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18947, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18948, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18949, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18950, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18951, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18952, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18953, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.6667', '0.0000', '2022-12-07', 'received', '12.6667', '12.6667', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18954, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.0800', '0.0000', '2022-12-07', 'received', '8.5200', '8.5200', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18955, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18956, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0833', '0.0000', '2022-12-07', 'received', '2.0833', '2.0833', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18957, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18958, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.7500', '0.0000', '2022-12-07', 'received', '4.2500', '4.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18959, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18960, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.9583', '5.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18961, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18962, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18963, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9500', '1.0000', '2022-12-07', 'received', '5.9500', '5.9500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18964, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18965, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18966, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18967, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18968, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18969, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '0.0000', '2022-12-07', 'received', '4.5000', '4.5000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18970, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-12-07', 'received', '3.7500', '3.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18971, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '0.0000', '2022-12-07', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18972, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18973, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '0.0000', '2022-12-07', 'received', '0.7500', '0.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18974, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '0.0000', '2022-12-07', 'received', '3.0000', '3.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18975, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18976, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8750', '0.0000', '2022-12-07', 'received', '1.8750', '1.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18977, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-12-07', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18978, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18979, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18980, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '0.0000', '2022-12-07', 'received', '6.0000', '6.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18981, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18982, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '-1.0000', '2022-12-07', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18983, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18984, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18985, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18986, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18987, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18988, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '1.0000', '2022-12-07', 'received', '18.0000', '18.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18989, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18990, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18991, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18992, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18993, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18994, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18995, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18996, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18997, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18998, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (18999, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19000, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19001, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19002, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19003, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19004, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.1400', '5.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19005, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19006, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19007, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19008, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19009, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19010, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19011, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19012, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4063', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.4063', '0.0000', '2022-12-07', 'received', '0.4063', '0.4063', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19013, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19014, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19015, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19016, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19017, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19018, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19019, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19020, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '-4.0000', '2022-12-07', 'received', '9.0000', '9.0000', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19021, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19022, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19023, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19024, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19025, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19026, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.4100', '4.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19027, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19028, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5000', '0.0000', '2022-12-07', 'received', '4.2500', '4.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19029, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19030, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19031, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.9500', '1.0000', '2022-12-07', 'received', '0.9500', '0.9500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19032, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19033, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19034, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19035, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19036, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19037, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19038, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19039, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19040, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19041, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.8000', '0.0000', '2022-12-07', 'received', '5.9500', '5.9500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19042, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19043, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '4.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.4400', '4.4400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19044, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2917', '0.0000', '2022-12-07', 'received', '0.8583', '0.8583', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19045, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.1617', '0.0000', '2022-12-07', 'received', '2.1617', '2.1617', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19046, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19047, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19048, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19049, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19050, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19051, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19052, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19053, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19054, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19055, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19056, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19057, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19058, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.8000', '-3.0000', '2022-12-07', 'received', '5.6000', '5.6000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19059, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19060, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8846', '-1.0000', '2022-12-07', 'received', '2.8846', '2.8846', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19061, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8269', '1.0000', '2022-12-07', 'received', '1.8269', '1.8269', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19062, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19063, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19064, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19065, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19066, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19067, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19068, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19069, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19070, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19071, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19072, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.8642', '0.0000', '2022-12-07', 'received', '4.4092', '4.4092', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19073, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.2600', '4.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19074, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19075, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19076, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19077, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19078, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19079, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19080, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19081, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1667', '0.0000', '2022-12-07', 'received', '2.0833', '2.0833', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19082, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19083, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19084, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19085, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2143', '0.0000', '2022-12-07', 'received', '0.6429', '0.6429', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19086, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19087, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4167', '0.0000', '2022-12-07', 'received', '5.4167', '5.4167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19088, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19089, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19090, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19091, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19092, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19093, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19094, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19095, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19096, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19097, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19098, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19099, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19100, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19101, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19102, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19103, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19104, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19105, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19106, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19107, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.2800', '3.0000', '2022-12-07', 'received', '6.7600', '6.7600', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19108, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19109, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19110, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19111, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19112, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19113, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19114, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19115, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19116, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19117, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19118, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19119, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19120, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19121, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19122, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19123, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19124, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19125, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19126, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19127, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19128, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19129, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.3300', '1.0000', '2022-12-07', 'received', '4.3300', '4.3300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19130, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19131, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19132, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19133, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '21.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '21.4800', '21.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19134, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19135, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19136, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PREUTUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19137, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19138, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19139, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19140, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19141, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19142, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19143, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19144, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19145, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19146, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19147, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19148, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19149, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19150, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19151, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19152, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19153, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19154, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19155, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19156, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19157, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '40.6600', '40.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19158, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.7100', '1.0000', '2022-12-07', 'received', '5.7100', '5.7100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19159, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.3100', '1.0000', '2022-12-07', 'received', '8.3100', '8.3100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19160, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19161, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19162, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19163, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19164, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19165, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19166, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19167, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3600', '-2.0000', '2022-12-07', 'received', '0.1800', '0.1800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19168, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19169, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3500', '-5.0000', '2022-12-07', 'received', '0.0700', '0.0700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19170, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1200', '1.0000', '2022-12-07', 'received', '0.1200', '0.1200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19171, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19172, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19173, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19174, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19175, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19176, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19177, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19178, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19179, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19180, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19181, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19182, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19183, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19184, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19185, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19186, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19187, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19188, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19189, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19190, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19191, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19192, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19193, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19194, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19195, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19196, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19197, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19198, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19199, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19200, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19201, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19202, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19203, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19204, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-12-07', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19205, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19206, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2400', '-2.0000', '2022-12-07', 'received', '2.6200', '2.6200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19207, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19208, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19209, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19210, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.0833', '7.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19211, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19212, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8357', '-1.0000', '2022-12-07', 'received', '0.8357', '0.8357', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19213, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19214, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19215, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19216, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19217, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19218, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19219, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19220, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19221, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19222, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19223, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19224, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19225, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19226, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19227, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19228, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19229, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19230, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19231, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19232, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19233, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19234, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19235, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19236, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19237, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19238, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19239, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19240, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19241, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19242, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19243, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19244, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.7500', '20.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19245, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19246, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19247, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19248, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19249, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19250, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19251, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19252, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19253, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19254, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19255, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19256, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19257, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19258, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19259, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '-43.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0417', '-43.0000', '2022-12-07', 'received', '0.7917', '0.7917', '-43.0000', NULL, NULL, 5, 'UNIDAD', '-43.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19260, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19261, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19262, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19263, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1000', '0.0000', '2022-12-07', 'received', '5.1000', '5.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19264, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19265, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19266, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9500', '-1.0000', '2022-12-07', 'received', '0.9500', '0.9500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19267, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8333', '0.0000', '2022-12-07', 'received', '0.8333', '0.8333', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19268, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19269, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3333', '-1.0000', '2022-12-07', 'received', '3.3333', '3.3333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19270, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6000', '0.0000', '2022-12-07', 'received', '1.6000', '1.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19271, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19272, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19273, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19274, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19275, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19276, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19277, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19278, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19279, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19280, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19281, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19282, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19283, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19284, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19285, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19286, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19287, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19288, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19289, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19290, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19291, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19292, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19293, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19294, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19295, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19296, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19297, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19298, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19299, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19300, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19301, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19302, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19303, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19304, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19305, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19306, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19307, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.3300', '-1.0000', '2022-12-07', 'received', '24.3300', '24.3300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19308, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19309, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1000', '-7.0000', '2022-12-07', 'received', '0.3000', '0.3000', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19310, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19311, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19312, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19313, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.6000', '2.0000', '2022-12-07', 'received', '2.8000', '2.8000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19314, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '1.0000', '2022-12-07', 'received', '2.8000', '2.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19315, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19316, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19317, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8000', '-1.0000', '2022-12-07', 'received', '2.8000', '2.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19318, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.5000', '-6.0000', '2022-12-07', 'received', '5.2500', '5.2500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19319, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-1.0000', '2022-12-07', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19320, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19321, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19322, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19323, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19324, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19325, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19326, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19327, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19328, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19329, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19330, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19331, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19332, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19333, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.4100', '1.0000', '2022-12-07', 'received', '6.4100', '6.4100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19334, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '8.3100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3100', '0.0000', '2022-12-07', 'received', '8.3100', '8.3100', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19335, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19336, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19337, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19338, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19339, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19340, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19341, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19342, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.5200', '1.0000', '2022-12-07', 'received', '16.5200', '16.5200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19343, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19344, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19345, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.0000', '1.0000', '2022-12-07', 'received', '14.0000', '14.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19346, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19347, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19348, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19349, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19350, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19351, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19352, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19353, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19354, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19355, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3800', '0.0000', '2022-12-07', 'received', '4.3800', '4.3800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19356, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19357, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19358, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.8683', '0.0000', '2022-12-07', 'received', '52.8683', '52.8683', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19359, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19360, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19361, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-191.6633', '0.0000', '2022-12-07', 'received', '191.6633', '191.6633', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19362, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19363, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '40.6717', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.6717', '0.0000', '2022-12-07', 'received', '40.6717', '40.6717', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19364, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19365, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19366, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19367, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19368, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19369, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19370, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19371, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19372, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19373, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19374, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19375, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7500', '0.0000', '2022-12-07', 'received', '0.7500', '0.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19376, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19377, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19378, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19379, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.4265', '2.4265', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19380, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19381, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19382, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19383, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19384, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19385, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19386, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2800', '-8.0000', '2022-12-07', 'received', '0.1600', '0.1600', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19387, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19388, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19389, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19390, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-94.8500', '-1.0000', '2022-12-07', 'received', '94.8500', '94.8500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19391, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19392, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7400', '0.0000', '2022-12-07', 'received', '0.8700', '0.8700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19393, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19394, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19395, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19396, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19397, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4697', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.9395', '0.0000', '2022-12-07', 'received', '3.4697', '3.4697', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19398, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19399, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19400, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19401, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19402, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19403, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.0000', '-2.0000', '2022-12-07', 'received', '24.0000', '24.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19404, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19405, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19406, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19407, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19408, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19409, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19410, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19411, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19412, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19413, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19414, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19415, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19416, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19417, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19418, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.7900', '-1.0000', '2022-12-07', 'received', '24.7900', '24.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19419, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19420, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19421, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19422, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.3400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.3400', '0.0000', '2022-12-07', 'received', '14.3400', '14.3400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19423, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19424, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19425, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19426, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19427, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19428, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19429, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19430, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19431, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19432, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19433, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19434, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19435, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19436, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19437, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19438, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '-263.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.4500', '-263.0000', '2022-12-07', 'received', '0.1500', '0.1500', '-263.0000', NULL, NULL, 1, 'PZA', '-263.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19439, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19440, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19441, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19442, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19443, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19444, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19445, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19446, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19447, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19448, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19449, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19450, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19451, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19452, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7400', '2.0000', '2022-12-07', 'received', '0.8700', '0.8700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19453, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0000', '4.0000', '2022-12-07', 'received', '0.5000', '0.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19454, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19455, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19456, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19457, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19458, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3000', '-1.0000', '2022-12-07', 'received', '6.3000', '6.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19459, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6000', '0.0000', '2022-12-07', 'received', '6.6000', '6.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19460, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.3000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.5000', '0.0000', '2022-12-07', 'received', '6.3000', '6.3000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19461, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19462, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3600', '4.0000', '2022-12-07', 'received', '0.0900', '0.0900', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19463, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3500', '5.0000', '2022-12-07', 'received', '0.0700', '0.0700', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19464, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '-219.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0400', '-219.0000', '2022-12-07', 'received', '0.1600', '0.1600', '-219.0000', NULL, NULL, 1, 'PZA', '-219.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19465, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.9000', '0.0000', '2022-12-07', 'received', '0.1000', '0.1000', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19466, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19467, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-2.0000', '2022-12-07', 'received', '7.5000', '7.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19468, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19469, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19470, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19471, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19472, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19473, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19474, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19475, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19476, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19477, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19478, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19479, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19480, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '-31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.5000', '-31.0000', '2022-12-07', 'received', '1.5000', '1.5000', '-31.0000', NULL, NULL, 1, 'PZA', '-31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19481, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '-1.0000', '2022-12-07', 'received', '35.0000', '35.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19482, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19483, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19484, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19485, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19486, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19487, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19488, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19489, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19490, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19491, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19492, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19493, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19494, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19495, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19496, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19497, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19498, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19499, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19500, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19501, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19502, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19503, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19504, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6900', '0.0000', '2022-12-07', 'received', '0.6900', '0.6900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19505, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19506, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8400', '-1.0000', '2022-12-07', 'received', '1.8400', '1.8400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19507, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19508, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5400', '-2.0000', '2022-12-07', 'received', '2.2700', '2.2700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19509, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19510, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8500', '0.0000', '2022-12-07', 'received', '0.8500', '0.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19511, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.4000', '0.0000', '2022-12-07', 'received', '13.7000', '13.7000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19512, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.4200', '-2.0000', '2022-12-07', 'received', '16.2100', '16.2100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19513, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.0100', '1.0000', '2022-12-07', 'received', '21.0100', '21.0100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19514, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19515, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.1900', '1.0000', '2022-12-07', 'received', '1.1900', '1.1900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19516, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.8700', '0.0000', '2022-12-07', 'received', '3.8700', '3.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19517, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.3600', '0.0000', '2022-12-07', 'received', '10.5900', '10.5900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19518, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19519, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19520, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2900', '1.0000', '2022-12-07', 'received', '1.2900', '1.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19521, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19522, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5900', '-11.0000', '2022-12-07', 'received', '0.6900', '0.6900', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19523, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19524, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19525, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8000', '-2.0000', '2022-12-07', 'received', '3.4000', '3.4000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19526, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0100', '-9.0000', '2022-12-07', 'received', '0.8900', '0.8900', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19527, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.5000', '10.0000', '2022-12-07', 'received', '3.8500', '3.8500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19528, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-110.7600', '-13.0000', '2022-12-07', 'received', '8.5200', '8.5200', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19529, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-80.9900', '-7.0000', '2022-12-07', 'received', '11.5700', '11.5700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19530, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19531, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19532, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19533, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '57.7500', '21.0000', '2022-12-07', 'received', '2.7500', '2.7500', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19534, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19535, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19536, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19537, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19538, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19539, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19540, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19541, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-2.0000', '2022-12-07', 'received', '15.0000', '15.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19542, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0500', '-1.0000', '2022-12-07', 'received', '3.0500', '3.0500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19543, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.7100', '1.0000', '2022-12-07', 'received', '2.7100', '2.7100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19544, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19545, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19546, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19547, NULL, NULL, 3144, 'PVC00153', 'REDUCIDOR 4-2', NULL, '7.0500', '-35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-246.7500', '-35.0000', '2022-12-07', 'received', '7.0500', '7.0500', '-35.0000', NULL, NULL, 1, 'PZA', '-35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19548, NULL, NULL, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', NULL, '12.0000', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-288.0000', '-24.0000', '2022-12-07', 'received', '12.0000', '12.0000', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19549, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19550, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19551, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19552, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19553, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.9900', '1.0000', '2022-12-07', 'received', '3.9900', '3.9900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19554, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4600', '-1.0000', '2022-12-07', 'received', '1.4600', '1.4600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19555, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6600', '-2.0000', '2022-12-07', 'received', '2.8300', '2.8300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19556, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19557, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19558, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19559, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8700', '-1.0000', '2022-12-07', 'received', '4.8700', '4.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19560, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '117.2700', '9.0000', '2022-12-07', 'received', '13.0300', '13.0300', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19561, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '1.0100', '1.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19562, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19563, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.9900', '-1.0000', '2022-12-07', 'received', '43.9900', '43.9900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19564, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19565, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-87.8400', '-9.0000', '2022-12-07', 'received', '9.7600', '9.7600', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19566, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19567, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19568, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '358.2000', '20.0000', '2022-12-07', 'received', '17.9100', '17.9100', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19569, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19570, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19571, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19572, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19573, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19574, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19575, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '36.1400', '36.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19576, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19577, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19578, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19579, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19580, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19581, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19582, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19583, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2248', '0.0000', '2022-12-07', 'received', '0.1124', '0.1124', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19584, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19585, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19586, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19587, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19588, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19589, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19590, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19591, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19592, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.9000', '1.0000', '2022-12-07', 'received', '9.9000', '9.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19593, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19594, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19595, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19596, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19597, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19598, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19599, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19600, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19601, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-07', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19602, 369, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.0000', '18.0000', '2022-12-07', 'received', '2.5000', '2.5000', '22.0000', NULL, NULL, 5, 'UNIDAD', '22.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19603, 369, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '196.0000', '7.0000', '2022-12-07', 'received', '28.0000', '28.0000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, '28.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19604, 369, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '38.0000', '1.0000', '2022-12-07', 'received', '38.0000', '38.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19605, 369, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '11.2000', '1.0000', '2022-12-07', 'received', '5.6000', '5.6000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '5.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19606, 369, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.0000', '2.0000', '2022-12-07', 'received', '20.0000', '20.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '20.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19607, 370, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.4167', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '41.0000', '0.0000', '2022-12-07', 'received', '3.4167', '3.4167', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19608, 371, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '15.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.5000', '0.0000', '2022-12-07', 'received', '15.5000', '15.5000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '15.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19609, 372, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.1667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '76.0000', '0.0000', '2022-12-07', 'received', '3.1667', '3.1667', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.1667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19610, 373, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-12-07', 'received', '15.0000', '15.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19611, 373, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2022-12-07', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19612, 374, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2022-12-07', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19613, 374, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2022-12-07', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19614, 374, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-12-07', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19615, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '217.5000', '1.0000', '2022-12-08', 'received', '217.5000', '217.5000', '1.0000', NULL, NULL, 4, 'GALON', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19616, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '238.0000', '5.0000', '2022-12-08', 'received', '34.0000', '34.0000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19617, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '136.6800', '3.0000', '2022-12-08', 'received', '34.1700', '34.1700', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19618, 375, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2022-12-09', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19619, 376, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.9800', '0.0000', '2022-12-09', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19620, 376, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9200', '0.0000', '2022-12-09', 'received', '5.1600', '5.1600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19621, 376, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2500', '0.0000', '2022-12-09', 'received', '12.8750', '12.8750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19622, 376, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-12-09', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19623, 376, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.0833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '170.0000', '0.0000', '2022-12-09', 'received', '7.0833', '7.0833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19624, 377, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '384.0000', '3.0000', '2022-12-09', 'received', '128.0000', '128.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '128.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19625, 377, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '264.0000', '2.0000', '2022-12-09', 'received', '88.0000', '88.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '88.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19626, 378, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.0000', '6.0000', '2022-12-09', 'received', '1.5000', '1.5000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19627, 378, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '63.0000', '7.0000', '2022-12-09', 'received', '9.0000', '9.0000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19628, 379, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '410.0000', '0.0000', '2022-12-12', 'received', '8.5417', '8.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19629, 380, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '5.0000', '2022-12-12', 'received', '9.0000', '9.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19630, 380, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '34.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.5000', '0.0000', '2022-12-12', 'received', '2.4265', '2.4265', '34.0000', NULL, NULL, 5, 'UNIDAD', '34.0000', NULL, NULL, NULL, NULL, '2.4265');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19631, 380, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.9999', '0.0000', '2022-12-12', 'received', '0.8333', '0.8333', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19632, 380, NULL, 2661, '340', 'CHICLES.', NULL, '0.2490', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9000', '0.0000', '2022-12-12', 'received', '0.2490', '0.2490', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.2490');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19633, 380, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.4500', '9.0000', '2022-12-12', 'received', '1.0500', '1.0500', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '1.0500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19634, 380, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-12-12', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19635, 380, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2022-12-12', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19636, 381, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.8333', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '328.0000', '0.0000', '2022-12-14', 'received', '6.8333', '6.8333', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '6.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19637, 381, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '48.0000', '0.0000', '2022-12-14', 'received', '4.0000', '4.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19638, 382, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '2.5750', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.8000', '0.0000', '2022-12-16', 'received', '2.5750', '2.5750', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19639, 382, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2022-12-16', 'received', '1.2500', '1.2500', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '1.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19640, 382, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '336.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '288.3999', '0.0000', '2022-12-16', 'received', '0.8583', '0.8583', '336.0000', NULL, NULL, 5, 'UNIDAD', '336.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19641, 382, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '5.7540', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '172.6200', '0.0000', '2022-12-16', 'received', '5.7540', '5.7540', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '5.7540');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19642, 383, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '13.9500', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '306.9000', '0.0000', '2022-12-19', 'received', '13.9500', '13.9500', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, '13.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19643, 384, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.9700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '239.2800', '0.0000', '2022-12-19', 'received', '9.9700', '9.9700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19644, 384, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.8700', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '377.7600', '0.0000', '2022-12-19', 'received', '7.8700', '7.8700', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19645, 384, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.8700', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '377.7600', '0.0000', '2022-12-19', 'received', '7.8700', '7.8700', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19646, 384, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '330.7200', '0.0000', '2022-12-19', 'received', '6.8900', '6.8900', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '6.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19647, 384, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '573.6000', '0.0000', '2022-12-19', 'received', '11.9500', '11.9500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19648, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19649, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19650, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19651, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19652, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19653, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.9167', '2.0000', '2022-12-21', 'received', '0.4583', '0.4583', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19654, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19655, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19656, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19657, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19658, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.6667', '0.0000', '2022-12-21', 'received', '1.9167', '1.9167', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19659, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19660, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19661, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19662, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19663, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-58.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.7833', '0.0000', '2022-12-21', 'received', '0.8583', '0.8583', '-58.0000', NULL, NULL, 5, 'UNIDAD', '-58.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19664, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.2092', '0.0000', '2022-12-21', 'received', '24.2092', '24.2092', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19665, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.7483', '-1.0000', '2022-12-21', 'received', '11.7483', '11.7483', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19666, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19667, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19668, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19669, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '13.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.9000', '0.0000', '2022-12-21', 'received', '13.9500', '13.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19670, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19671, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.0000', '-1.0000', '2022-12-21', 'received', '50.0000', '50.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19672, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19673, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19674, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19675, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '120.0000', '4.0000', '2022-12-21', 'received', '30.0000', '30.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19676, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19677, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19678, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19679, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19680, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5000', '0.0000', '2022-12-21', 'received', '9.5000', '9.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19681, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19682, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19683, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.7900', '1.0000', '2022-12-21', 'received', '2.7900', '2.7900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19684, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2400', '-1.0000', '2022-12-21', 'received', '8.2400', '8.2400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19685, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2022-12-21', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19686, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19687, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19688, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19689, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19690, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19691, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1000', '-1.0000', '2022-12-21', 'received', '6.1000', '6.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19692, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19693, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19694, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19695, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19696, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19697, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19698, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19699, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19700, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19701, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19702, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0300', '-1.0000', '2022-12-21', 'received', '3.0300', '3.0300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19703, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19704, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19705, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19706, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19707, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19708, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19709, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19710, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19711, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19712, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19713, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19714, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19715, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19716, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19717, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19718, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19719, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19720, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2500', '1.0000', '2022-12-21', 'received', '3.2500', '3.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19721, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19722, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19723, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19724, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19725, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5100', '7.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19726, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19727, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19728, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19729, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19730, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19731, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19732, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19733, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2300', '0.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19734, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19735, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19736, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19737, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19738, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.9166', '0.0000', '2022-12-21', 'received', '2.7292', '2.7292', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19739, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0833', '13.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19740, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19741, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19742, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19743, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.1736', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.6944', '0.0000', '2022-12-21', 'received', '4.1736', '4.1736', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19744, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19745, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19746, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19747, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19748, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19749, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19750, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.7500', '0.0000', '2022-12-21', 'received', '4.2500', '4.2500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19751, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19752, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.0000', '0.0000', '2022-12-21', 'received', '0.8333', '0.8333', '-48.0000', NULL, NULL, 1, 'PZA', '-48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19753, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19754, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19755, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19756, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19757, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19758, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '1.0000', '2022-12-21', 'received', '2.5000', '2.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19759, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19760, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19761, NULL, NULL, 3597, '17506240624612', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19762, NULL, NULL, 3598, '17506240624629', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19763, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19764, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19765, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19766, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '111.8700', '3.0000', '2022-12-21', 'received', '37.2900', '37.2900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19767, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5900', '-1.0000', '2022-12-21', 'received', '37.5900', '37.5900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19768, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-124.9500', '-3.0000', '2022-12-21', 'received', '41.6500', '41.6500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19769, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.6400', '1.0000', '2022-12-21', 'received', '41.6400', '41.6400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19770, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19771, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19772, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19773, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19774, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19775, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19776, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19777, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19778, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19779, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.6800', '7.0000', '2022-12-21', 'received', '0.2400', '0.2400', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19780, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19781, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19782, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19783, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19784, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19785, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19786, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19787, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.3433', '0.0000', '2022-12-21', 'received', '1.1233', '1.1233', '19.0000', NULL, NULL, 5, 'UNIDAD', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19788, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '266.0000', '7.0000', '2022-12-21', 'received', '38.0000', '38.0000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19789, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19790, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19791, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19792, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19793, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19794, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19795, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2490', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9880', '0.0000', '2022-12-21', 'received', '0.2490', '0.2490', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19796, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19797, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.7000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '0.0000', '2022-12-21', 'received', '0.7000', '0.7000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19798, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19799, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19800, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19801, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7500', '-1.0000', '2022-12-21', 'received', '7.7500', '7.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19802, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19803, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19804, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19805, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19806, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19807, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19808, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19809, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19810, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2966', '-2.0000', '2022-12-21', 'received', '4.1483', '4.1483', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19811, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19812, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1842', '1.0000', '2022-12-21', 'received', '0.1842', '0.1842', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19813, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19814, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19815, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19816, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19817, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19818, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19819, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19820, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19821, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19822, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7200', '-1.0000', '2022-12-21', 'received', '5.7200', '5.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19823, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19824, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.1200', '2.0000', '2022-12-21', 'received', '6.5600', '6.5600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19825, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19826, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.1667', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.1667', '0.0000', '2022-12-21', 'received', '3.1667', '3.1667', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19827, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19828, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19829, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19830, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.2800', '0.0000', '2022-12-21', 'received', '5.1600', '5.1600', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19831, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.4167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4167', '0.0000', '2022-12-21', 'received', '3.4167', '3.4167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19832, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19833, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8300', '1.0000', '2022-12-21', 'received', '0.8300', '0.8300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19834, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19835, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19836, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19837, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19838, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.6458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.6458', '5.6458', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19839, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19840, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19841, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '-2.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0750', '-2.5000', '2022-12-21', 'received', '3.6300', '3.6300', '-2.5000', NULL, NULL, 1, 'PZA', '-2.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19842, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-2.0000', '2022-12-21', 'received', '1.2500', '1.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19843, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19844, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '168.0000', '6.0000', '2022-12-21', 'received', '28.0000', '28.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19845, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19846, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19847, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19848, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19849, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7500', '1.0000', '2022-12-21', 'received', '7.7500', '7.7500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19850, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19851, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19852, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-105.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19853, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19854, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19855, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19856, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19857, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19858, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19859, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19860, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19861, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19862, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19863, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19864, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19865, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19866, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19867, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19868, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19869, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19870, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19871, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19872, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19873, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19874, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19875, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19876, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19877, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19878, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19879, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19880, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19881, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19882, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19883, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19884, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19885, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19886, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19887, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19888, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19889, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19890, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '1.0000', '2022-12-21', 'received', '32.0000', '32.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19891, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19892, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19893, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19894, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19895, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19896, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19897, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19898, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19899, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19900, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19901, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19902, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19903, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19904, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19905, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19906, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19907, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19908, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19909, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19910, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9200', '1.0000', '2022-12-21', 'received', '11.9200', '11.9200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19911, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19912, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19913, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19914, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19915, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19916, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19917, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19918, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19919, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19920, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19921, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19922, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19923, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19924, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19925, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19926, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19927, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19928, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19929, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19930, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19931, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19932, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19933, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19934, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19935, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19936, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19937, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19938, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19939, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19940, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19941, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19942, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19943, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19944, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19945, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19946, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19947, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19948, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.0700', '1.0000', '2022-12-21', 'received', '42.0700', '42.0700', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19949, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19950, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19951, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19952, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19953, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19954, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19955, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19956, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19957, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19958, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19959, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19960, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19961, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19962, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.2500', '1.0000', '2022-12-21', 'received', '25.2500', '25.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19963, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19964, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19965, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19966, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19967, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19968, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19969, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19970, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19971, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19972, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19973, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19974, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19975, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19976, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19977, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19978, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19979, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19980, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19981, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19982, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19983, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19984, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19985, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19986, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.3656', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3656', '6.3656', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19987, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2900', '-1.0000', '2022-12-21', 'received', '2.2900', '2.2900', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19988, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19989, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19990, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '2.5750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5750', '2.5750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19991, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9000', '0.0000', '2022-12-21', 'received', '4.4500', '4.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19992, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.9000', '0.0000', '2022-12-21', 'received', '4.4500', '4.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19993, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19994, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19995, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19996, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19997, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19998, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (19999, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20000, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20001, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20002, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20003, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20004, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.8900', '6.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20005, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20006, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '45.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '154.0312', '0.0000', '2022-12-21', 'received', '3.4229', '3.4229', '45.0000', NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20007, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.8700', '7.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20008, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.8700', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '94.4400', '0.0000', '2022-12-21', 'received', '7.8700', '7.8700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20009, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0833', '0.0000', '2022-12-21', 'received', '8.5417', '8.5417', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20010, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20011, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.8500', '0.0000', '2022-12-21', 'received', '11.9500', '11.9500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20012, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7900', '0.0000', '2022-12-21', 'received', '1.7900', '1.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20013, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.1400', '0.0000', '2022-12-21', 'received', '2.5700', '2.5700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20014, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2000', '0.0000', '2022-12-21', 'received', '3.2000', '3.2000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20015, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20016, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.5800', '0.0000', '2022-12-21', 'received', '5.5800', '5.5800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20017, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5600', '9.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20018, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.7400', '5.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20019, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20020, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20021, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20022, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8333', '0.0000', '2022-12-21', 'received', '4.8333', '4.8333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20023, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20024, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.7500', '0.0000', '2022-12-21', 'received', '2.0833', '2.0833', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20025, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20026, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20027, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20028, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20029, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.5000', '0.0000', '2022-12-21', 'received', '21.5000', '21.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20030, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20031, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.5000', '0.0000', '2022-12-21', 'received', '22.2500', '22.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20032, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20033, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.5000', '0.0000', '2022-12-21', 'received', '21.5000', '21.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20034, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20035, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20036, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20037, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20038, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20039, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20040, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20041, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.8750', '0.0000', '2022-12-21', 'received', '12.8750', '12.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20042, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.6000', '0.0000', '2022-12-21', 'received', '8.5200', '8.5200', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20043, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20044, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.3333', '0.0000', '2022-12-21', 'received', '2.0833', '2.0833', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20045, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3300', '-1.0000', '2022-12-21', 'received', '9.3300', '9.3300', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20046, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.0000', '0.0000', '2022-12-21', 'received', '4.0000', '4.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20047, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20048, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9583', '0.0000', '2022-12-21', 'received', '5.9583', '5.9583', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20049, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20050, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.0000', '-1.0000', '2022-12-21', 'received', '4.0000', '4.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20051, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20052, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-2.0000', '2022-12-21', 'received', '7.5000', '7.5000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20053, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20054, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20055, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20056, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20057, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.5000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20058, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20059, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20060, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6250', '0.0000', '2022-12-21', 'received', '1.8750', '1.8750', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20061, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7500', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20062, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20063, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20064, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20065, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20066, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20067, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20068, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20069, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20070, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20071, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20072, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20073, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20074, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20075, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20076, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-1.0000', '2022-12-21', 'received', '18.0000', '18.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20077, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20078, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20079, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20080, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20081, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20082, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20083, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20084, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20085, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20086, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20087, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20088, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-2.0000', '2022-12-21', 'received', '3.0000', '3.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20089, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20090, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20091, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20092, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2800', '0.0000', '2022-12-21', 'received', '5.1400', '5.1400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20093, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20094, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20095, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20096, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20097, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20098, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20099, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20100, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4063', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4063', '0.4063', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20101, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20102, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.5000', '3.0000', '2022-12-21', 'received', '6.5000', '6.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20103, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20104, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20105, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20106, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20107, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20108, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.0000', '4.0000', '2022-12-21', 'received', '9.0000', '9.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20109, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20110, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20111, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20112, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20113, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20114, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4100', '4.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20115, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20116, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2022-12-21', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20117, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20118, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20119, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20120, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20121, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20122, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20123, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20124, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20125, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.4800', '2.0000', '2022-12-21', 'received', '1.5800', '1.5800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20126, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20127, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6700', '1.0000', '2022-12-21', 'received', '0.6700', '0.6700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20128, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20129, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9000', '0.0000', '2022-12-21', 'received', '5.9500', '5.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20130, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20131, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '5.7540', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.2780', '0.0000', '2022-12-21', 'received', '5.7540', '5.7540', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20132, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.1833', '0.0000', '2022-12-21', 'received', '0.8583', '0.8583', '34.0000', NULL, NULL, 1, 'PZA', '34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20133, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1617', '0.0000', '2022-12-21', 'received', '2.1617', '2.1617', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20134, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20135, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20136, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.5000', '-7.0000', '2022-12-21', 'received', '4.5000', '4.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20137, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20138, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20139, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20140, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20141, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '2.0000', '2022-12-21', 'received', '5.0000', '5.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20142, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20143, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20144, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20145, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20146, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.2000', '-2.0000', '2022-12-21', 'received', '5.6000', '5.6000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20147, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20148, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20149, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.6538', '-2.0000', '2022-12-21', 'received', '1.8269', '1.8269', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20150, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20151, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20152, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20153, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20154, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20155, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20156, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20157, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0500', '5.0000', '2022-12-21', 'received', '0.0100', '0.0100', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20158, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20159, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20160, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.4550', '0.0000', '2022-12-21', 'received', '4.4092', '4.4092', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20161, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2600', '4.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20162, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20163, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20164, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20165, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20166, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20167, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20168, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20169, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20170, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20171, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20172, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20173, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6429', '0.6429', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20174, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20175, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20176, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20177, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.8000', '3.0000', '2022-12-21', 'received', '1.6000', '1.6000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20178, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.3200', '2.0000', '2022-12-21', 'received', '2.1600', '2.1600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20179, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20180, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '-1.0000', '2022-12-21', 'received', '25.5000', '25.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20181, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20182, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20183, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20184, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20185, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20186, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20187, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20188, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20189, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20190, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20191, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20192, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8300', '1.0000', '2022-12-21', 'received', '6.8300', '6.8300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20193, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20194, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20195, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20196, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20197, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20198, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20199, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20200, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20201, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20202, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20203, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20204, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20205, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20206, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20207, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20208, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.0800', '2.0000', '2022-12-21', 'received', '8.5400', '8.5400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20209, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20210, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20211, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20212, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20213, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20214, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20215, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20216, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20217, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.6500', '5.0000', '2022-12-21', 'received', '4.3300', '4.3300', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20218, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20219, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20220, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20221, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '21.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.4800', '21.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20222, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20223, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20224, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20225, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20226, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20227, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5900', '1.0000', '2022-12-21', 'received', '4.5900', '4.5900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20228, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20229, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20230, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20231, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20232, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20233, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20234, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20235, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20236, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20237, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.8000', '5.0000', '2022-12-21', 'received', '7.7600', '7.7600', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20238, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20239, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20240, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20241, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.3100', '1.0000', '2022-12-21', 'received', '4.3100', '4.3100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20242, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20243, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20244, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20245, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.6600', '40.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20246, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20247, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3100', '-1.0000', '2022-12-21', 'received', '8.3100', '8.3100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20248, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20249, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20250, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20251, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20252, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20253, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20254, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20255, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3600', '2.0000', '2022-12-21', 'received', '0.1800', '0.1800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20256, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20257, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20258, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.4400', '12.0000', '2022-12-21', 'received', '0.1200', '0.1200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20259, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20260, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20261, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20262, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20263, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20264, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20265, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20266, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.9400', '2.0000', '2022-12-21', 'received', '2.4700', '2.4700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20267, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2900', '1.0000', '2022-12-21', 'received', '3.2900', '3.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20268, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.2600', '12.0000', '2022-12-21', 'received', '3.5900', '3.5900', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20269, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20270, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20271, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20272, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20273, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20274, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20275, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20276, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20277, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20278, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20279, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20280, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20281, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20282, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20283, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20284, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20285, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20286, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20287, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20288, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20289, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20290, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20291, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '1.0000', '2022-12-21', 'received', '0.5000', '0.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20292, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20293, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20294, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.8600', '3.0000', '2022-12-21', 'received', '2.6200', '2.6200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20295, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20296, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20297, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20298, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8333', '0.0000', '2022-12-21', 'received', '6.8333', '6.8333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20299, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20300, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20301, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20302, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20303, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20304, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20305, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20306, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20307, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20308, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20309, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20310, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20311, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20312, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20313, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20314, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20315, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20316, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20317, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20318, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20319, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20320, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20321, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-67.8500', '-23.0000', '2022-12-21', 'received', '2.9500', '2.9500', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20322, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1800', '1.0000', '2022-12-21', 'received', '7.1800', '7.1800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20323, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20324, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20325, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20326, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20327, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20328, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.8500', '3.0000', '2022-12-21', 'received', '11.9500', '11.9500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20329, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20330, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.1700', '-1.0000', '2022-12-21', 'received', '34.1700', '34.1700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20331, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20332, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20333, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.7500', '20.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20334, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20335, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20336, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20337, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20338, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20339, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20340, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20341, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20342, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20343, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20344, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20345, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20346, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20347, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20348, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '-36.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.5000', '-36.0000', '2022-12-21', 'received', '0.7917', '0.7917', '-36.0000', NULL, NULL, 5, 'UNIDAD', '-36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20349, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20350, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20351, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20352, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20353, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20354, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20355, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.9000', '2.0000', '2022-12-21', 'received', '0.9500', '0.9500', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20356, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20357, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20358, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20359, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.6000', '0.0000', '2022-12-21', 'received', '1.6000', '1.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20360, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20361, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20362, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20363, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20364, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20365, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20366, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20367, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20368, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20369, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20370, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20371, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20372, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.9700', '9.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20373, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20374, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20375, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20376, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20377, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20378, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20379, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20380, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20381, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20382, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20383, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20384, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20385, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5200', '4.0000', '2022-12-21', 'received', '6.3800', '6.3800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20386, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20387, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20388, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20389, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20390, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20391, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20392, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20393, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20394, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20395, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20396, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20397, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20398, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20399, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9002', '-1.0000', '2022-12-21', 'received', '0.9002', '0.9002', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20400, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20401, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20402, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20403, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20404, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20405, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '1.0000', '2022-12-21', 'received', '2.8000', '2.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20406, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20407, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4500', '-1.0000', '2022-12-21', 'received', '2.4500', '2.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20408, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20409, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20410, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20411, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20412, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20413, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20414, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20415, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20416, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20417, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.5000', '1.0000', '2022-12-21', 'received', '11.5000', '11.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20418, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20419, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20420, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20421, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '56.0000', '2.0000', '2022-12-21', 'received', '28.0000', '28.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20422, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20423, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '-10.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-73.5000', '-10.5000', '2022-12-21', 'received', '7.0000', '7.0000', '-10.5000', NULL, NULL, 1, 'PZA', '-10.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20424, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20425, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20426, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20427, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20428, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20429, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20430, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20431, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20432, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20433, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20434, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20435, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20436, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20437, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20438, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.3900', '3.0000', '2022-12-21', 'received', '4.1300', '4.1300', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20439, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20440, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20441, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20442, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20443, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20444, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20445, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20446, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20447, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '1.0000', '2022-12-21', 'received', '9.0000', '9.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20448, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3800', '4.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20449, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20450, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20451, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20452, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20453, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20454, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '191.6633', '191.6633', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20455, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20456, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '40.6717', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.6717', '0.0000', '2022-12-21', 'received', '40.6717', '40.6717', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20457, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '1.0000', '2022-12-21', 'received', '17.5000', '17.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20458, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0625', '0.0000', '2022-12-21', 'received', '20.0625', '20.0625', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20459, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20460, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0000', '5.0000', '2022-12-21', 'received', '5.0000', '5.0000', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20461, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20462, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0500', '-1.0000', '2022-12-21', 'received', '1.0500', '1.0500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20463, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20464, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20465, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20466, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20467, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20468, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20469, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20470, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20471, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20472, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20473, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.2000', '0.0000', '2022-12-21', 'received', '2.5500', '2.5500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20474, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.2794', '0.0000', '2022-12-21', 'received', '2.4265', '2.4265', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20475, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20476, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20477, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20478, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20479, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20480, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7200', '2.0000', '2022-12-21', 'received', '0.3600', '0.3600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20481, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3200', '2.0000', '2022-12-21', 'received', '0.1600', '0.1600', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20482, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20483, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20484, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20485, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20486, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20487, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.8300', '0.0000', '2022-12-21', 'received', '0.8700', '0.8700', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20488, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20489, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20490, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6667', '-1.0000', '2022-12-21', 'received', '6.6667', '6.6667', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20491, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20492, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4697', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.4092', '0.0000', '2022-12-21', 'received', '3.4697', '3.4697', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20493, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20494, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '-1.0000', '2022-12-21', 'received', '24.0000', '24.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20495, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20496, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20497, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20498, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20499, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20500, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20501, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20502, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20503, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '3.0000', '2022-12-21', 'received', '2.0000', '2.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20504, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '1.0000', '2022-12-21', 'received', '3.0000', '3.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20505, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20506, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-1.0000', '2022-12-21', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20507, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20508, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20509, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7000', '1.0000', '2022-12-21', 'received', '1.7000', '1.7000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20510, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20511, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20512, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20513, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20514, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20515, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20516, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20517, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20518, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.3400', '14.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20519, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20520, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20521, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20522, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20523, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20524, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20525, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20526, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20527, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20528, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20529, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20530, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20531, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20532, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20533, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20534, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20535, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20536, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20537, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20538, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20539, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20540, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20541, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20542, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20543, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20544, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20545, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20546, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20547, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20548, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20549, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0000', '-4.0000', '2022-12-21', 'received', '0.5000', '0.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20550, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20551, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20552, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20553, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20554, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20555, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6000', '0.0000', '2022-12-21', 'received', '6.6000', '6.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20556, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.3000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.4000', '0.0000', '2022-12-21', 'received', '6.3000', '6.3000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20557, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20558, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.2700', '3.0000', '2022-12-21', 'received', '0.0900', '0.0900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20559, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0700', '-1.0000', '2022-12-21', 'received', '0.0700', '0.0700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20560, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20561, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.2000', '0.0000', '2022-12-21', 'received', '0.1000', '0.1000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20562, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20563, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20564, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20565, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.7500', '-5.0000', '2022-12-21', 'received', '7.7500', '7.7500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20566, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20567, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20568, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20569, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20570, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20571, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20572, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20573, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '-63.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.0500', '-63.0000', '2022-12-21', 'received', '0.3500', '0.3500', '-63.0000', NULL, NULL, 1, 'PZA', '-63.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20574, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20575, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '-118.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.4400', '-118.0000', '2022-12-21', 'received', '0.0800', '0.0800', '-118.0000', NULL, NULL, 1, 'PZA', '-118.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20576, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20577, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20578, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20579, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20580, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6700', '-1.0000', '2022-12-21', 'received', '13.6700', '13.6700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20581, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20582, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20583, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20584, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.5000', '-1.0000', '2022-12-21', 'received', '26.5000', '26.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20585, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.7000', '1.0000', '2022-12-21', 'received', '24.7000', '24.7000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20586, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20587, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20588, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20589, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20590, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20591, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20592, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20593, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20594, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20595, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20596, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20597, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20598, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20599, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20600, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5900', '0.0000', '2022-12-21', 'received', '0.6900', '0.6900', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20601, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20602, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.6800', '-2.0000', '2022-12-21', 'received', '1.8400', '1.8400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20603, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20604, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5400', '2.0000', '2022-12-21', 'received', '2.2700', '2.2700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20605, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20606, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6000', '0.0000', '2022-12-21', 'received', '0.8500', '0.8500', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20607, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.7000', '0.0000', '2022-12-21', 'received', '13.7000', '13.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20608, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.4200', '2.0000', '2022-12-21', 'received', '16.2100', '16.2100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20609, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0100', '-1.0000', '2022-12-21', 'received', '21.0100', '21.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20610, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9600', '4.0000', '2022-12-21', 'received', '1.4900', '1.4900', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20611, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7600', '-4.0000', '2022-12-21', 'received', '1.1900', '1.1900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20612, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.3500', '0.0000', '2022-12-21', 'received', '3.8700', '3.8700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20613, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.9500', '0.0000', '2022-12-21', 'received', '10.5900', '10.5900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20614, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-80.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20615, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20616, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.8700', '-3.0000', '2022-12-21', 'received', '1.2900', '1.2900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20617, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20618, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.8300', '7.0000', '2022-12-21', 'received', '0.6900', '0.6900', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20619, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.6200', '1.0000', '2022-12-21', 'received', '2.6200', '2.6200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20620, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20621, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4000', '1.0000', '2022-12-21', 'received', '3.4000', '3.4000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20622, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.5700', '13.0000', '2022-12-21', 'received', '0.8900', '0.8900', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20623, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.8500', '1.0000', '2022-12-21', 'received', '3.8500', '3.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20624, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5200', '1.0000', '2022-12-21', 'received', '8.5200', '8.5200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20625, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.5700', '-1.0000', '2022-12-21', 'received', '11.5700', '11.5700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20626, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20627, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20628, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20629, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20630, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20631, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20632, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20633, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20634, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20635, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20636, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20637, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20638, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20639, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20640, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20641, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20642, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20643, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20644, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20645, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20646, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-1.0000', '2022-12-21', 'received', '0.6000', '0.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20647, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20648, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9200', '2.0000', '2022-12-21', 'received', '1.4600', '1.4600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20649, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.4900', '3.0000', '2022-12-21', 'received', '2.8300', '2.8300', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20650, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20651, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20652, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6800', '-8.0000', '2022-12-21', 'received', '1.2100', '1.2100', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20653, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7400', '-2.0000', '2022-12-21', 'received', '4.8700', '4.8700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20654, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-117.2700', '-9.0000', '2022-12-21', 'received', '13.0300', '13.0300', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20655, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0100', '-1.0000', '2022-12-21', 'received', '1.0100', '1.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20656, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.0900', '-1.0000', '2022-12-21', 'received', '33.0900', '33.0900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20657, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20658, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.8500', '-1.0000', '2022-12-21', 'received', '10.8500', '10.8500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20659, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '87.8400', '9.0000', '2022-12-21', 'received', '9.7600', '9.7600', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20660, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20661, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20662, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-358.2000', '-20.0000', '2022-12-21', 'received', '17.9100', '17.9100', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20663, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20664, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20665, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20666, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20667, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20668, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20669, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.1400', '1.0000', '2022-12-21', 'received', '36.1400', '36.1400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20670, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20671, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20672, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-213.0000', '-3.0000', '2022-12-21', 'received', '71.0000', '71.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20673, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.0000', '-1.0000', '2022-12-21', 'received', '71.0000', '71.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20674, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20675, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20676, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20677, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4612', '0.0000', '2022-12-21', 'received', '0.1124', '0.1124', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20678, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20679, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20680, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20681, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20682, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.2700', '1.0000', '2022-12-21', 'received', '25.2700', '25.2700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20683, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20684, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20685, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20686, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20687, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20688, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20689, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20690, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20691, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20692, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20693, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20694, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20695, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20696, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20697, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20698, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20699, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20700, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20701, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9167', '-2.0000', '2022-12-21', 'received', '0.4583', '0.4583', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20702, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20703, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20704, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20705, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20706, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.6667', '0.0000', '2022-12-21', 'received', '1.9167', '1.9167', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20707, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20708, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20709, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20710, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20711, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '58.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.7833', '0.0000', '2022-12-21', 'received', '0.8583', '0.8583', '58.0000', NULL, NULL, 5, 'UNIDAD', '58.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20712, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.2092', '0.0000', '2022-12-21', 'received', '24.2092', '24.2092', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20713, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.7483', '1.0000', '2022-12-21', 'received', '11.7483', '11.7483', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20714, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20715, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20716, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20717, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '13.9500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.9000', '0.0000', '2022-12-21', 'received', '13.9500', '13.9500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20718, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20719, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.0000', '1.0000', '2022-12-21', 'received', '50.0000', '50.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20720, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20721, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20722, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20723, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-120.0000', '-4.0000', '2022-12-21', 'received', '30.0000', '30.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20724, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '70.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20725, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20726, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20727, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20728, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.5000', '0.0000', '2022-12-21', 'received', '9.5000', '9.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20729, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20730, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20731, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7900', '-1.0000', '2022-12-21', 'received', '2.7900', '2.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20732, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2400', '1.0000', '2022-12-21', 'received', '8.2400', '8.2400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20733, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '1.0000', '2022-12-21', 'received', '15.0000', '15.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20734, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20735, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20736, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20737, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20738, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20739, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.1000', '1.0000', '2022-12-21', 'received', '6.1000', '6.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20740, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20741, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20742, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20743, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20744, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20745, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20746, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20747, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20748, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20749, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20750, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0300', '1.0000', '2022-12-21', 'received', '3.0300', '3.0300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20751, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20752, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20753, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20754, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20755, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20756, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20757, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20758, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20759, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20760, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20761, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20762, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20763, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20764, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20765, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20766, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20767, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20768, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2500', '-1.0000', '2022-12-21', 'received', '3.2500', '3.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20769, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20770, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20771, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20772, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20773, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5100', '7.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20774, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20775, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20776, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20777, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20778, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20779, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20780, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20781, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2300', '0.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20782, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20783, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20784, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20785, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20786, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.9166', '0.0000', '2022-12-21', 'received', '2.7292', '2.7292', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20787, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0833', '13.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20788, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20789, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20790, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20791, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.1736', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.6944', '0.0000', '2022-12-21', 'received', '4.1736', '4.1736', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20792, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20793, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20794, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20795, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20796, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20797, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20798, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.7500', '0.0000', '2022-12-21', 'received', '4.2500', '4.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20799, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20800, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.0000', '0.0000', '2022-12-21', 'received', '0.8333', '0.8333', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20801, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20802, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20803, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20804, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20805, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20806, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2022-12-21', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20807, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20808, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20809, NULL, NULL, 3597, '17506240624612', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20810, NULL, NULL, 3598, '17506240624629', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20811, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20812, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20813, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20814, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-111.8700', '-3.0000', '2022-12-21', 'received', '37.2900', '37.2900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20815, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.5900', '1.0000', '2022-12-21', 'received', '37.5900', '37.5900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20816, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '124.9500', '3.0000', '2022-12-21', 'received', '41.6500', '41.6500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20817, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.6400', '-1.0000', '2022-12-21', 'received', '41.6400', '41.6400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20818, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20819, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20820, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20821, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20822, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20823, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20824, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20825, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20826, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20827, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6800', '-7.0000', '2022-12-21', 'received', '0.2400', '0.2400', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20828, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20829, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20830, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20831, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20832, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20833, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20834, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20835, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.3433', '0.0000', '2022-12-21', 'received', '1.1233', '1.1233', '-19.0000', NULL, NULL, 5, 'UNIDAD', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20836, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-266.0000', '-7.0000', '2022-12-21', 'received', '38.0000', '38.0000', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20837, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20838, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20839, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20840, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20841, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20842, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20843, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2490', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9880', '0.0000', '2022-12-21', 'received', '0.2490', '0.2490', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20844, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20845, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.7000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8000', '0.0000', '2022-12-21', 'received', '0.7000', '0.7000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20846, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20847, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20848, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20849, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7500', '1.0000', '2022-12-21', 'received', '7.7500', '7.7500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20850, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20851, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20852, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20853, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20854, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20855, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20856, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20857, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20858, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2966', '2.0000', '2022-12-21', 'received', '4.1483', '4.1483', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20859, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20860, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1842', '-1.0000', '2022-12-21', 'received', '0.1842', '0.1842', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20861, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20862, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20863, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20864, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20865, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20866, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20867, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20868, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20869, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20870, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.7200', '1.0000', '2022-12-21', 'received', '5.7200', '5.7200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20871, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20872, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.1200', '-2.0000', '2022-12-21', 'received', '6.5600', '6.5600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20873, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20874, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.1667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.1667', '0.0000', '2022-12-21', 'received', '3.1667', '3.1667', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20875, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20876, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20877, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20878, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.2800', '0.0000', '2022-12-21', 'received', '5.1600', '5.1600', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20879, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.4167', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4167', '0.0000', '2022-12-21', 'received', '3.4167', '3.4167', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20880, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20881, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8300', '-1.0000', '2022-12-21', 'received', '0.8300', '0.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20882, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20883, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20884, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20885, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20886, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.6458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.6458', '5.6458', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20887, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20888, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20889, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '2.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0750', '2.5000', '2022-12-21', 'received', '3.6300', '3.6300', '2.5000', NULL, NULL, 1, 'PZA', '2.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20890, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '2.0000', '2022-12-21', 'received', '1.2500', '1.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20891, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20892, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-168.0000', '-6.0000', '2022-12-21', 'received', '28.0000', '28.0000', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20893, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20894, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20895, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20896, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20897, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7500', '-1.0000', '2022-12-21', 'received', '7.7500', '7.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20898, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20899, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20900, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '105.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20901, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20902, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20903, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20904, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20905, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20906, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20907, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20908, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20909, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20910, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20911, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20912, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20913, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20914, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20915, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20916, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20917, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20918, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20919, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20920, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20921, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20922, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20923, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20924, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20925, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20926, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20927, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20928, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20929, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20930, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20931, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20932, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20933, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20934, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20935, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20936, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20937, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20938, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2022-12-21', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20939, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20940, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20941, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20942, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20943, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20944, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20945, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20946, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20947, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20948, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20949, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20950, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20951, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20952, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20953, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20954, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20955, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20956, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20957, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20958, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9200', '-1.0000', '2022-12-21', 'received', '11.9200', '11.9200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20959, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20960, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20961, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20962, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20963, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20964, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20965, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20966, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20967, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20968, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20969, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20970, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20971, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20972, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20973, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20974, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20975, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20976, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20977, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20978, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20979, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20980, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20981, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20982, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20983, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20984, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20985, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20986, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20987, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20988, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20989, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20990, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20991, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20992, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20993, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20994, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20995, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20996, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.0700', '-1.0000', '2022-12-21', 'received', '42.0700', '42.0700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20997, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20998, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (20999, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21000, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21001, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21002, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21003, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21004, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21005, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21006, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21007, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21008, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21009, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21010, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.2500', '-1.0000', '2022-12-21', 'received', '25.2500', '25.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21011, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21012, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21013, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21014, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21015, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21016, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21017, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21018, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21019, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21020, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21021, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21022, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21023, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21024, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21025, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21026, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21027, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21028, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21029, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21030, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21031, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21032, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21033, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21034, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.3656', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3656', '6.3656', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21035, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2900', '1.0000', '2022-12-21', 'received', '2.2900', '2.2900', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21036, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21037, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21038, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '2.5750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5750', '2.5750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21039, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.9000', '0.0000', '2022-12-21', 'received', '4.4500', '4.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21040, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9000', '0.0000', '2022-12-21', 'received', '4.4500', '4.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21041, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21042, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21043, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21044, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21045, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21046, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21047, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21048, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21049, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21050, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21051, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21052, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.8900', '6.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21053, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21054, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '-45.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-154.0312', '0.0000', '2022-12-21', 'received', '3.4229', '3.4229', '-45.0000', NULL, NULL, 1, 'PZA', '-45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21055, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.8700', '7.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21056, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.8700', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-94.4400', '0.0000', '2022-12-21', 'received', '7.8700', '7.8700', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21057, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.0833', '0.0000', '2022-12-21', 'received', '8.5417', '8.5417', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21058, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21059, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.8500', '0.0000', '2022-12-21', 'received', '11.9500', '11.9500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21060, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7900', '0.0000', '2022-12-21', 'received', '1.7900', '1.7900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21061, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1400', '0.0000', '2022-12-21', 'received', '2.5700', '2.5700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21062, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2000', '0.0000', '2022-12-21', 'received', '3.2000', '3.2000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21063, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21064, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5800', '0.0000', '2022-12-21', 'received', '5.5800', '5.5800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21065, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5600', '9.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21066, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.7400', '5.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21067, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21068, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21069, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21070, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.8333', '0.0000', '2022-12-21', 'received', '4.8333', '4.8333', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21071, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21072, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.7500', '0.0000', '2022-12-21', 'received', '2.0833', '2.0833', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21073, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21074, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21075, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21076, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21077, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.5000', '0.0000', '2022-12-21', 'received', '21.5000', '21.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21078, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21079, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-44.5000', '0.0000', '2022-12-21', 'received', '22.2500', '22.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21080, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21081, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.5000', '0.0000', '2022-12-21', 'received', '21.5000', '21.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21082, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21083, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21084, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21085, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21086, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21087, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21088, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21089, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.8750', '0.0000', '2022-12-21', 'received', '12.8750', '12.8750', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21090, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.6000', '0.0000', '2022-12-21', 'received', '8.5200', '8.5200', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21091, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21092, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3333', '0.0000', '2022-12-21', 'received', '2.0833', '2.0833', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21093, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.3300', '1.0000', '2022-12-21', 'received', '9.3300', '9.3300', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21094, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0000', '0.0000', '2022-12-21', 'received', '4.0000', '4.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21095, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21096, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9583', '0.0000', '2022-12-21', 'received', '5.9583', '5.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21097, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21098, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.0000', '1.0000', '2022-12-21', 'received', '4.0000', '4.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21099, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21100, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '2.0000', '2022-12-21', 'received', '7.5000', '7.5000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21101, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21102, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21103, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21104, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21105, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.5000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21106, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.7500', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21107, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21108, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.6250', '0.0000', '2022-12-21', 'received', '1.8750', '1.8750', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21109, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7500', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21110, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21111, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21112, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21113, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21114, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21115, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21116, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21117, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21118, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21119, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21120, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21121, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21122, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21123, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21124, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '1.0000', '2022-12-21', 'received', '18.0000', '18.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21125, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21126, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21127, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21128, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21129, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21130, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21131, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21132, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21133, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21134, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21135, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21136, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '2.0000', '2022-12-21', 'received', '3.0000', '3.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21137, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21138, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21139, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21140, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.2800', '0.0000', '2022-12-21', 'received', '5.1400', '5.1400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21141, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21142, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21143, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21144, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21145, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21146, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21147, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21148, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4063', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4063', '0.4063', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21149, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21150, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.5000', '-3.0000', '2022-12-21', 'received', '6.5000', '6.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21151, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21152, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21153, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21154, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21155, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21156, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.0000', '-4.0000', '2022-12-21', 'received', '9.0000', '9.0000', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21157, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21158, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21159, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21160, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21161, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21162, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4100', '4.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21163, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21164, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2500', '0.0000', '2022-12-21', 'received', '4.2500', '4.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21165, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21166, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21167, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21168, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21169, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21170, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21171, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21172, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21173, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.4800', '-6.0000', '2022-12-21', 'received', '1.5800', '1.5800', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21174, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21175, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6700', '-1.0000', '2022-12-21', 'received', '0.6700', '0.6700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21176, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21177, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9000', '0.0000', '2022-12-21', 'received', '5.9500', '5.9500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21178, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21179, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '5.7540', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.2780', '0.0000', '2022-12-21', 'received', '5.7540', '5.7540', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21180, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '-34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.1833', '0.0000', '2022-12-21', 'received', '0.8583', '0.8583', '-34.0000', NULL, NULL, 1, 'PZA', '-34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21181, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.1617', '0.0000', '2022-12-21', 'received', '2.1617', '2.1617', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21182, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21183, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21184, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.5000', '7.0000', '2022-12-21', 'received', '4.5000', '4.5000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21185, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21186, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21187, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21188, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21189, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '-2.0000', '2022-12-21', 'received', '5.0000', '5.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21190, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21191, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21192, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21193, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21194, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.2000', '2.0000', '2022-12-21', 'received', '5.6000', '5.6000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21195, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21196, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21197, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.6538', '2.0000', '2022-12-21', 'received', '1.8269', '1.8269', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21198, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21199, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21200, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21201, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21202, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21203, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21204, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21205, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0500', '-5.0000', '2022-12-21', 'received', '0.0100', '0.0100', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21206, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21207, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21208, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.4550', '0.0000', '2022-12-21', 'received', '4.4092', '4.4092', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21209, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2600', '4.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21210, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21211, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21212, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21213, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21214, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21215, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21216, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21217, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21218, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21219, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21220, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21221, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6429', '0.6429', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21222, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21223, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21224, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21225, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8000', '-3.0000', '2022-12-21', 'received', '1.6000', '1.6000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21226, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3200', '-2.0000', '2022-12-21', 'received', '2.1600', '2.1600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21227, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21228, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5000', '1.0000', '2022-12-21', 'received', '25.5000', '25.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21229, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21230, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21231, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21232, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21233, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21234, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21235, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21236, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21237, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21238, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21239, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21240, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8300', '-1.0000', '2022-12-21', 'received', '6.8300', '6.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21241, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21242, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21243, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21244, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21245, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21246, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21247, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21248, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21249, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21250, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21251, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21252, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21253, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21254, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21255, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21256, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0800', '-2.0000', '2022-12-21', 'received', '8.5400', '8.5400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21257, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21258, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21259, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21260, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21261, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21262, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21263, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21264, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21265, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.6500', '-5.0000', '2022-12-21', 'received', '4.3300', '4.3300', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21266, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21267, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21268, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21269, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '21.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.4800', '21.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21270, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21271, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21272, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21273, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21274, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21275, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5900', '-1.0000', '2022-12-21', 'received', '4.5900', '4.5900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21276, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21277, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21278, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21279, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21280, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21281, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21282, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21283, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21284, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21285, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.8000', '-5.0000', '2022-12-21', 'received', '7.7600', '7.7600', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21286, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21287, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21288, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21289, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3100', '-1.0000', '2022-12-21', 'received', '4.3100', '4.3100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21290, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21291, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21292, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21293, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.6600', '40.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21294, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21295, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.3100', '1.0000', '2022-12-21', 'received', '8.3100', '8.3100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21296, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21297, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21298, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21299, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21300, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21301, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21302, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21303, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3600', '-2.0000', '2022-12-21', 'received', '0.1800', '0.1800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21304, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21305, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21306, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4400', '-12.0000', '2022-12-21', 'received', '0.1200', '0.1200', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21307, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21308, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21309, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21310, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21311, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21312, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21313, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21314, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9400', '-2.0000', '2022-12-21', 'received', '2.4700', '2.4700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21315, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2900', '-1.0000', '2022-12-21', 'received', '3.2900', '3.2900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21316, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.2600', '-14.0000', '2022-12-21', 'received', '3.5900', '3.5900', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21317, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21318, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21319, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21320, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21321, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21322, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21323, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21324, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21325, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21326, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21327, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21328, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21329, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21330, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21331, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21332, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21333, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21334, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21335, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21336, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21337, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21338, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21339, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '-1.0000', '2022-12-21', 'received', '0.5000', '0.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21340, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21341, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21342, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.8600', '-3.0000', '2022-12-21', 'received', '2.6200', '2.6200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21343, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21344, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21345, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21346, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.8333', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8333', '0.0000', '2022-12-21', 'received', '6.8333', '6.8333', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21347, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21348, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21349, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21350, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21351, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21352, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21353, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21354, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21355, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21356, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21357, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21358, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21359, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21360, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21361, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21362, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21363, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21364, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21365, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21366, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21367, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21368, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21369, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '67.8500', '23.0000', '2022-12-21', 'received', '2.9500', '2.9500', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21370, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1800', '-1.0000', '2022-12-21', 'received', '7.1800', '7.1800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21371, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21372, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21373, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21374, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21375, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21376, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.8500', '-3.0000', '2022-12-21', 'received', '11.9500', '11.9500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21377, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21378, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.1700', '1.0000', '2022-12-21', 'received', '34.1700', '34.1700', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21379, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21380, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21381, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.7500', '20.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21382, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21383, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21384, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21385, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21386, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21387, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21388, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21389, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21390, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21391, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21392, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21393, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21394, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21395, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21396, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '36.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.5000', '36.0000', '2022-12-21', 'received', '0.7917', '0.7917', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21397, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21398, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21399, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21400, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21401, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21402, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21403, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.9000', '-2.0000', '2022-12-21', 'received', '0.9500', '0.9500', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21404, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21405, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21406, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21407, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6000', '0.0000', '2022-12-21', 'received', '1.6000', '1.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21408, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21409, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21410, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21411, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21412, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21413, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21414, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21415, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21416, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21417, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21418, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21419, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21420, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.9700', '9.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21421, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21422, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21423, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21424, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21425, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21426, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21427, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21428, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21429, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21430, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21431, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21432, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21433, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5200', '-4.0000', '2022-12-21', 'received', '6.3800', '6.3800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21434, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21435, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21436, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21437, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21438, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21439, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21440, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21441, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21442, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21443, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21444, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21445, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21446, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21447, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.9002', '1.0000', '2022-12-21', 'received', '0.9002', '0.9002', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21448, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21449, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21450, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21451, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21452, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21453, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8000', '-1.0000', '2022-12-21', 'received', '2.8000', '2.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21454, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21455, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.4500', '1.0000', '2022-12-21', 'received', '2.4500', '2.4500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21456, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21457, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21458, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21459, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21460, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21461, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21462, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21463, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21464, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21465, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.5000', '-1.0000', '2022-12-21', 'received', '11.5000', '11.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21466, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21467, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21468, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21469, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.0000', '-2.0000', '2022-12-21', 'received', '28.0000', '28.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21470, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21471, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '10.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '73.5000', '10.5000', '2022-12-21', 'received', '7.0000', '7.0000', '10.5000', NULL, NULL, 1, 'PZA', '10.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21472, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21473, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21474, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21475, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21476, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21477, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21478, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21479, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21480, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21481, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21482, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21483, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21484, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21485, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21486, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.3900', '-3.0000', '2022-12-21', 'received', '4.1300', '4.1300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21487, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21488, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21489, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21490, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21491, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21492, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21493, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21494, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21495, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-1.0000', '2022-12-21', 'received', '9.0000', '9.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21496, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3800', '4.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21497, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21498, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21499, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21500, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21501, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21502, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '191.6633', '191.6633', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21503, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21504, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '40.6717', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.6717', '0.0000', '2022-12-21', 'received', '40.6717', '40.6717', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21505, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5000', '-1.0000', '2022-12-21', 'received', '17.5000', '17.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21506, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0625', '0.0000', '2022-12-21', 'received', '20.0625', '20.0625', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21507, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21508, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '-5.0000', '2022-12-21', 'received', '5.0000', '5.0000', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21509, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21510, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0500', '1.0000', '2022-12-21', 'received', '1.0500', '1.0500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21511, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21512, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21513, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21514, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21515, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21516, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21517, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21518, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21519, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21520, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21521, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2000', '0.0000', '2022-12-21', 'received', '2.5500', '2.5500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21522, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.2794', '0.0000', '2022-12-21', 'received', '2.4265', '2.4265', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21523, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21524, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21525, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21526, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21527, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21528, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7200', '-2.0000', '2022-12-21', 'received', '0.3600', '0.3600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21529, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3200', '-2.0000', '2022-12-21', 'received', '0.1600', '0.1600', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21530, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21531, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21532, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21533, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21534, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21535, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.8300', '0.0000', '2022-12-21', 'received', '0.8700', '0.8700', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21536, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21537, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21538, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6667', '1.0000', '2022-12-21', 'received', '6.6667', '6.6667', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21539, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21540, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4697', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.4092', '0.0000', '2022-12-21', 'received', '3.4697', '3.4697', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21541, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21542, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.0000', '1.0000', '2022-12-21', 'received', '24.0000', '24.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21543, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21544, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21545, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21546, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21547, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21548, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21549, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21550, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21551, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-3.0000', '2022-12-21', 'received', '2.0000', '2.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21552, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '-1.0000', '2022-12-21', 'received', '3.0000', '3.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21553, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21554, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0000', '1.0000', '2022-12-21', 'received', '20.0000', '20.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21555, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21556, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21557, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7000', '-1.0000', '2022-12-21', 'received', '1.7000', '1.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21558, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21559, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21560, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21561, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21562, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21563, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21564, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21565, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21566, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.3400', '14.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21567, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21568, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21569, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21570, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21571, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21572, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21573, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21574, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21575, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21576, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21577, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21578, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21579, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21580, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21581, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21582, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21583, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21584, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21585, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21586, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21587, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21588, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21589, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21590, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21591, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21592, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '140.0000', '140.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21593, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21594, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21595, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21596, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21597, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0000', '4.0000', '2022-12-21', 'received', '0.5000', '0.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21598, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21599, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21600, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21601, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21602, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21603, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6000', '0.0000', '2022-12-21', 'received', '6.6000', '6.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21604, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.3000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.4000', '0.0000', '2022-12-21', 'received', '6.3000', '6.3000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21605, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21606, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2700', '-3.0000', '2022-12-21', 'received', '0.0900', '0.0900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21607, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0700', '1.0000', '2022-12-21', 'received', '0.0700', '0.0700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21608, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21609, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2000', '0.0000', '2022-12-21', 'received', '0.1000', '0.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21610, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21611, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21612, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21613, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.7500', '5.0000', '2022-12-21', 'received', '7.7500', '7.7500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21614, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21615, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21616, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21617, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21618, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21619, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21620, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21621, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '63.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.0500', '63.0000', '2022-12-21', 'received', '0.3500', '0.3500', '63.0000', NULL, NULL, 1, 'PZA', '63.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21622, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21623, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '118.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.4400', '118.0000', '2022-12-21', 'received', '0.0800', '0.0800', '118.0000', NULL, NULL, 1, 'PZA', '118.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21624, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21625, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21626, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21627, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21628, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.6700', '1.0000', '2022-12-21', 'received', '13.6700', '13.6700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21629, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21630, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21631, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21632, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.5000', '1.0000', '2022-12-21', 'received', '26.5000', '26.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21633, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.7000', '-1.0000', '2022-12-21', 'received', '24.7000', '24.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21634, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21635, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21636, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21637, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21638, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21639, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21640, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21641, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21642, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21643, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21644, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21645, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21646, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21647, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21648, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5900', '0.0000', '2022-12-21', 'received', '0.6900', '0.6900', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21649, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21650, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.6800', '2.0000', '2022-12-21', 'received', '1.8400', '1.8400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21651, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21652, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5400', '-2.0000', '2022-12-21', 'received', '2.2700', '2.2700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21653, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21654, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.6000', '0.0000', '2022-12-21', 'received', '0.8500', '0.8500', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21655, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.7000', '0.0000', '2022-12-21', 'received', '13.7000', '13.7000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21656, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.4200', '-2.0000', '2022-12-21', 'received', '16.2100', '16.2100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21657, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.0100', '1.0000', '2022-12-21', 'received', '21.0100', '21.0100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21658, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9600', '-4.0000', '2022-12-21', 'received', '1.4900', '1.4900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21659, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.7600', '4.0000', '2022-12-21', 'received', '1.1900', '1.1900', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21660, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.3500', '0.0000', '2022-12-21', 'received', '3.8700', '3.8700', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21661, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.9500', '0.0000', '2022-12-21', 'received', '10.5900', '10.5900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21662, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '80.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21663, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21664, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.8700', '3.0000', '2022-12-21', 'received', '1.2900', '1.2900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21665, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21666, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8300', '-7.0000', '2022-12-21', 'received', '0.6900', '0.6900', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21667, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6200', '-1.0000', '2022-12-21', 'received', '2.6200', '2.6200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21668, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21669, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4000', '-1.0000', '2022-12-21', 'received', '3.4000', '3.4000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21670, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.5700', '-13.0000', '2022-12-21', 'received', '0.8900', '0.8900', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21671, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.8500', '-1.0000', '2022-12-21', 'received', '3.8500', '3.8500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21672, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5200', '-1.0000', '2022-12-21', 'received', '8.5200', '8.5200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21673, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.5700', '1.0000', '2022-12-21', 'received', '11.5700', '11.5700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21674, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21675, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21676, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21677, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21678, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21679, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21680, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21681, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21682, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21683, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21684, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21685, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21686, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21687, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21688, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21689, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21690, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21691, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21692, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21693, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21694, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6000', '1.0000', '2022-12-21', 'received', '0.6000', '0.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21695, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21696, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9200', '-2.0000', '2022-12-21', 'received', '1.4600', '1.4600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21697, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.4900', '-3.0000', '2022-12-21', 'received', '2.8300', '2.8300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21698, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21699, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21700, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.6800', '8.0000', '2022-12-21', 'received', '1.2100', '1.2100', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21701, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.7400', '2.0000', '2022-12-21', 'received', '4.8700', '4.8700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21702, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '117.2700', '9.0000', '2022-12-21', 'received', '13.0300', '13.0300', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21703, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0100', '1.0000', '2022-12-21', 'received', '1.0100', '1.0100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21704, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.0900', '1.0000', '2022-12-21', 'received', '33.0900', '33.0900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21705, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21706, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.8500', '1.0000', '2022-12-21', 'received', '10.8500', '10.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21707, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-87.8400', '-9.0000', '2022-12-21', 'received', '9.7600', '9.7600', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21708, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21709, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21710, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '358.2000', '20.0000', '2022-12-21', 'received', '17.9100', '17.9100', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21711, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21712, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21713, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21714, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21715, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21716, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21717, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.1400', '-1.0000', '2022-12-21', 'received', '36.1400', '36.1400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21718, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21719, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21720, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '213.0000', '3.0000', '2022-12-21', 'received', '71.0000', '71.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21721, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '71.0000', '1.0000', '2022-12-21', 'received', '71.0000', '71.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21722, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21723, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21724, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21725, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.4612', '0.0000', '2022-12-21', 'received', '0.1124', '0.1124', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21726, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21727, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21728, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21729, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21730, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.2700', '-1.0000', '2022-12-21', 'received', '25.2700', '25.2700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21731, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21732, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21733, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21734, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21735, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21736, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21737, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21738, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21739, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21740, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21741, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21742, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21743, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21744, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21745, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21746, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21747, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21748, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21749, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.9167', '2.0000', '2022-12-21', 'received', '0.4583', '0.4583', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21750, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21751, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21752, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21753, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21754, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.6667', '0.0000', '2022-12-21', 'received', '1.9167', '1.9167', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21755, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21756, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21757, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21758, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21759, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-58.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.7833', '0.0000', '2022-12-21', 'received', '0.8583', '0.8583', '-58.0000', NULL, NULL, 5, 'UNIDAD', '-58.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21760, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.2092', '0.0000', '2022-12-21', 'received', '24.2092', '24.2092', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21761, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.7483', '-1.0000', '2022-12-21', 'received', '11.7483', '11.7483', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21762, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21763, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21764, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21765, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '13.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.9000', '0.0000', '2022-12-21', 'received', '13.9500', '13.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21766, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21767, NULL, NULL, 2824, '100083000017', 'DUCHA EXAGONAL VIKINGO', NULL, '50.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.0000', '-1.0000', '2022-12-21', 'received', '50.0000', '50.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21768, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21769, NULL, NULL, 3077, '100103000027', 'PASADOR DORADO VIKINGO T/ MARIPOSA 3', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21770, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21771, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '120.0000', '4.0000', '2022-12-21', 'received', '30.0000', '30.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21772, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21773, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21774, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21775, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21776, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5000', '0.0000', '2022-12-21', 'received', '9.5000', '9.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21777, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7800', '2.0000', '2022-12-21', 'received', '0.3900', '0.3900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21778, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '-2.0000', '2022-12-21', 'received', '0.2500', '0.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21779, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.7900', '1.0000', '2022-12-21', 'received', '2.7900', '2.7900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21780, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2400', '-1.0000', '2022-12-21', 'received', '8.2400', '8.2400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21781, NULL, NULL, 3339, '102108', 'VALVULA PILA 2 P BRONCE', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2022-12-21', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21782, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21783, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21784, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21785, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21786, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21787, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1000', '-1.0000', '2022-12-21', 'received', '6.1000', '6.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21788, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21789, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21790, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21791, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5900', '-9.0000', '2022-12-21', 'received', '0.5100', '0.5100', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21792, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2200', '2.0000', '2022-12-21', 'received', '0.6100', '0.6100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21793, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.0000', '4.0000', '2022-12-21', 'received', '2.7500', '2.7500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21794, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21795, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21796, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21797, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21798, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0300', '-1.0000', '2022-12-21', 'received', '3.0300', '3.0300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21799, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21800, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', NULL, '0.1100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1100', '-1.0000', '2022-12-21', 'received', '0.1100', '0.1100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21801, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', NULL, '0.1400', '-119.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.6600', '-119.0000', '2022-12-21', 'received', '0.1400', '0.1400', '-119.0000', NULL, NULL, 1, 'PZA', '-119.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21802, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21803, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21804, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '-26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.4000', '-26.0000', '2022-12-21', 'received', '0.4000', '0.4000', '-26.0000', NULL, NULL, 1, 'PZA', '-26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21805, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '197.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '88.6500', '197.0000', '2022-12-21', 'received', '0.4500', '0.4500', '197.0000', NULL, NULL, 1, 'PZA', '197.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21806, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21807, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21808, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21809, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21810, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21811, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21812, NULL, NULL, 3274, '102308', 'TEFLON 1/2  ALDOSA', NULL, '1.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4800', '1.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21813, NULL, NULL, 3272, '102309', 'TEFLON 1\" ALDOSA', NULL, '2.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2800', '2.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21814, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21815, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21816, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2500', '1.0000', '2022-12-21', 'received', '3.2500', '3.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21817, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21818, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21819, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21820, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21821, NULL, NULL, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', NULL, '7.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5100', '7.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21822, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21823, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21824, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21825, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21826, NULL, NULL, 3107, '102360', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '59.5500', '3.0000', '2022-12-21', 'received', '19.8500', '19.8500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21827, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21828, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21829, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '631.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '145.1300', '631.0000', '2022-12-21', 'received', '0.2300', '0.2300', '631.0000', NULL, NULL, 1, 'PZA', '631.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21830, NULL, NULL, 2616, '10277', 'CAJA RECTANGULAR PLASTICA BLANCA', NULL, '1.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.8000', '1.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21831, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21832, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21833, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21834, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.9166', '0.0000', '2022-12-21', 'received', '2.7292', '2.7292', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21835, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0833', '13.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21836, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21837, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21838, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21839, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.1736', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.6944', '0.0000', '2022-12-21', 'received', '4.1736', '4.1736', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21840, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21841, NULL, NULL, 3102, '12', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21842, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21843, NULL, NULL, 3276, '12310', 'TEFLON 3/4 ALDOSA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21844, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21845, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21846, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.7500', '0.0000', '2022-12-21', 'received', '4.2500', '4.2500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21847, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21848, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-48.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.0000', '0.0000', '2022-12-21', 'received', '0.8333', '0.8333', '-48.0000', NULL, NULL, 1, 'PZA', '-48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21849, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21850, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21851, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\" PULGADAS', NULL, '46.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '46.2500', '1.0000', '2022-12-21', 'received', '46.2500', '46.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21852, NULL, NULL, 2469, '1546 UNIDAD', 'ABRAZADERA D 3\" UNIDAD VOLTECH', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21853, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21854, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '1.0000', '2022-12-21', 'received', '2.5000', '2.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21855, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21856, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21857, NULL, NULL, 3597, '17506240624612', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21858, NULL, NULL, 3598, '17506240624629', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21859, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21860, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21861, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21862, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '111.8700', '3.0000', '2022-12-21', 'received', '37.2900', '37.2900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21863, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5900', '-1.0000', '2022-12-21', 'received', '37.5900', '37.5900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21864, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-124.9500', '-3.0000', '2022-12-21', 'received', '41.6500', '41.6500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21865, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.6400', '1.0000', '2022-12-21', 'received', '41.6400', '41.6400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21866, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21867, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21868, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21869, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21870, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21871, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21872, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21873, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21874, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21875, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.6800', '7.0000', '2022-12-21', 'received', '0.2400', '0.2400', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21876, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21877, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21878, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21879, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21880, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21881, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21882, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21883, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.3433', '0.0000', '2022-12-21', 'received', '1.1233', '1.1233', '19.0000', NULL, NULL, 5, 'UNIDAD', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21884, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '266.0000', '7.0000', '2022-12-21', 'received', '38.0000', '38.0000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21885, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21886, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21887, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21888, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21889, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21890, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21891, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2490', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9880', '0.0000', '2022-12-21', 'received', '0.2490', '0.2490', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21892, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21893, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.7000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '0.0000', '2022-12-21', 'received', '0.7000', '0.7000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21894, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21895, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.0000', '5.0000', '2022-12-21', 'received', '3.0000', '3.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21896, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21897, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7500', '-1.0000', '2022-12-21', 'received', '7.7500', '7.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21898, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21899, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21900, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21901, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21902, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21903, NULL, NULL, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21904, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21905, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21906, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2966', '-2.0000', '2022-12-21', 'received', '4.1483', '4.1483', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21907, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21908, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1842', '1.0000', '2022-12-21', 'received', '0.1842', '0.1842', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21909, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21910, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '76.0000', '2.0000', '2022-12-21', 'received', '38.0000', '38.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21911, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21912, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21913, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21914, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0000', '4.0000', '2022-12-21', 'received', '3.2500', '3.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21915, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.2600', '19.0000', '2022-12-21', 'received', '0.5400', '0.5400', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21916, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21917, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21918, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7200', '-1.0000', '2022-12-21', 'received', '5.7200', '5.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21919, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21920, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.1200', '2.0000', '2022-12-21', 'received', '6.5600', '6.5600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21921, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21922, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.1667', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.1667', '0.0000', '2022-12-21', 'received', '3.1667', '3.1667', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21923, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21924, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21925, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21926, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.2800', '0.0000', '2022-12-21', 'received', '5.1600', '5.1600', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21927, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.4167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4167', '0.0000', '2022-12-21', 'received', '3.4167', '3.4167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21928, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21929, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8300', '1.0000', '2022-12-21', 'received', '0.8300', '0.8300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21930, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21931, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21932, NULL, NULL, 2676, '54007061328', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '34.5300', '0.0000', '2022-12-21', 'received', '34.5300', '34.5300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21933, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21934, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '5.6458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.6458', '5.6458', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21935, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21936, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21937, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '-2.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0750', '-2.5000', '2022-12-21', 'received', '3.6300', '3.6300', '-2.5000', NULL, NULL, 1, 'PZA', '-2.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21938, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-2.0000', '2022-12-21', 'received', '1.2500', '1.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21939, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21940, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '168.0000', '6.0000', '2022-12-21', 'received', '28.0000', '28.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21941, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21942, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21943, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21944, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21945, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7500', '1.0000', '2022-12-21', 'received', '7.7500', '7.7500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21946, NULL, NULL, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21947, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21948, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-105.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21949, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21950, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21951, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21952, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21953, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21954, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21955, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21956, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21957, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21958, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21959, NULL, NULL, 3508, '6925582169010', 'LALVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21960, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21961, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21962, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21963, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21964, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21965, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21966, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21967, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21968, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21969, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21970, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21971, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21972, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21973, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21974, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21975, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21976, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21977, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21978, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21979, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21980, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21981, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21982, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21983, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21984, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21985, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21986, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '1.0000', '2022-12-21', 'received', '32.0000', '32.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21987, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21988, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21989, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21990, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21991, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21992, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21993, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21994, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21995, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21996, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21997, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21998, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (21999, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22000, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22001, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22002, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22003, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22004, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22005, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22006, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\" 35080', NULL, '11.9200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.9200', '1.0000', '2022-12-21', 'received', '11.9200', '11.9200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22007, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22008, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22009, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22010, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22011, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22012, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22013, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22014, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22015, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22016, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22017, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22018, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22019, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22020, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22021, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22022, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22023, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22024, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M 50291', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22025, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22026, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22027, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22028, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22029, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22030, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22031, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22032, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22033, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22034, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22035, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22036, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22037, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22038, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22039, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22040, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22041, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22042, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22043, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22044, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '42.0700', '1.0000', '2022-12-21', 'received', '42.0700', '42.0700', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22045, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22046, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22047, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22048, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22049, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22050, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22051, NULL, NULL, 2742, '6942713105709', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.9500', '1.0000', '2022-12-21', 'received', '9.9500', '9.9500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22052, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22053, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22054, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22055, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22056, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22057, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22058, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.2500', '1.0000', '2022-12-21', 'received', '25.2500', '25.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22059, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22060, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22061, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22062, NULL, NULL, 2767, '6942713106287', 'CRUCETAS P/ AZULEJOS  DE 3\"', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22063, NULL, NULL, 2768, '6942713106294', 'CRUCETAS P/ AZULEJOS 4\"', NULL, '10.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2600', '10.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22064, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22065, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22066, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22067, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22068, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22069, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22070, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22071, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22072, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22073, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22074, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22075, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22076, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22077, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22078, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22079, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22080, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22081, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22082, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.3656', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3656', '6.3656', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22083, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2900', '-1.0000', '2022-12-21', 'received', '2.2900', '2.2900', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22084, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22085, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22086, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '2.5750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5750', '2.5750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22087, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9000', '0.0000', '2022-12-21', 'received', '4.4500', '4.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22088, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.9000', '0.0000', '2022-12-21', 'received', '4.4500', '4.4500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22089, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22090, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22091, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22092, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22093, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22094, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22095, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22096, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22097, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22098, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22099, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22100, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.8900', '6.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22101, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22102, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '45.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '154.0312', '0.0000', '2022-12-21', 'received', '3.4229', '3.4229', '45.0000', NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22103, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.8700', '7.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22104, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.8700', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '94.4400', '0.0000', '2022-12-21', 'received', '7.8700', '7.8700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22105, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0833', '0.0000', '2022-12-21', 'received', '8.5417', '8.5417', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22106, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22107, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.8500', '0.0000', '2022-12-21', 'received', '11.9500', '11.9500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22108, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7900', '0.0000', '2022-12-21', 'received', '1.7900', '1.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22109, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.1400', '0.0000', '2022-12-21', 'received', '2.5700', '2.5700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22110, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2000', '0.0000', '2022-12-21', 'received', '3.2000', '3.2000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22111, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22112, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.5800', '0.0000', '2022-12-21', 'received', '5.5800', '5.5800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22113, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5600', '9.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22114, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.7400', '5.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22115, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22116, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22117, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22118, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8333', '0.0000', '2022-12-21', 'received', '4.8333', '4.8333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22119, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22120, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.0833', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.7500', '0.0000', '2022-12-21', 'received', '2.0833', '2.0833', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22121, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22122, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22123, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22124, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22125, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.5000', '0.0000', '2022-12-21', 'received', '21.5000', '21.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22126, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22127, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.5000', '0.0000', '2022-12-21', 'received', '22.2500', '22.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22128, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22129, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.5000', '0.0000', '2022-12-21', 'received', '21.5000', '21.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22130, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22131, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22132, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22133, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22134, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22135, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22136, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22137, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.8750', '0.0000', '2022-12-21', 'received', '12.8750', '12.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22138, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.6000', '0.0000', '2022-12-21', 'received', '8.5200', '8.5200', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22139, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22140, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.3333', '0.0000', '2022-12-21', 'received', '2.0833', '2.0833', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22141, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3300', '-1.0000', '2022-12-21', 'received', '9.3300', '9.3300', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22142, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.0000', '0.0000', '2022-12-21', 'received', '4.0000', '4.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22143, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22144, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9583', '0.0000', '2022-12-21', 'received', '5.9583', '5.9583', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22145, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22146, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.0000', '-1.0000', '2022-12-21', 'received', '4.0000', '4.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22147, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22148, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-2.0000', '2022-12-21', 'received', '7.5000', '7.5000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22149, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22150, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22151, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22152, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22153, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.5000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22154, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22155, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22156, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6250', '0.0000', '2022-12-21', 'received', '1.8750', '1.8750', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22157, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7500', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22158, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22159, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22160, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22161, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22162, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22163, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22164, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22165, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22166, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22167, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22168, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2022-12-21', 'received', '3.7500', '3.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22169, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22170, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22171, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22172, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-1.0000', '2022-12-21', 'received', '18.0000', '18.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22173, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22174, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22175, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22176, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22177, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22178, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22179, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22180, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22181, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22182, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22183, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22184, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-2.0000', '2022-12-21', 'received', '3.0000', '3.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22185, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22186, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22187, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22188, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2800', '0.0000', '2022-12-21', 'received', '5.1400', '5.1400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22189, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22190, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22191, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22192, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22193, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22194, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22195, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22196, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4063', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4063', '0.4063', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22197, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22198, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.5000', '3.0000', '2022-12-21', 'received', '6.5000', '6.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22199, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22200, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22201, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22202, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22203, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22204, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.0000', '4.0000', '2022-12-21', 'received', '9.0000', '9.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22205, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22206, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22207, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22208, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22209, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22210, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4100', '4.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22211, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22212, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2022-12-21', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22213, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22214, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22215, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22216, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22217, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22218, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22219, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22220, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22221, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.4800', '6.0000', '2022-12-21', 'received', '1.5800', '1.5800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22222, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22223, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6700', '1.0000', '2022-12-21', 'received', '0.6700', '0.6700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22224, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22225, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9000', '0.0000', '2022-12-21', 'received', '5.9500', '5.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22226, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22227, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '5.7540', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.2780', '0.0000', '2022-12-21', 'received', '5.7540', '5.7540', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22228, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.1833', '0.0000', '2022-12-21', 'received', '0.8583', '0.8583', '34.0000', NULL, NULL, 1, 'PZA', '34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22229, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1617', '0.0000', '2022-12-21', 'received', '2.1617', '2.1617', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22230, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22231, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22232, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.5000', '-7.0000', '2022-12-21', 'received', '4.5000', '4.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22233, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22234, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22235, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22236, NULL, NULL, 2614, '744110281141', 'CAJA RECT PLASTICA 1/2* 3/4\" NEGRO A', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22237, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '2.0000', '2022-12-21', 'received', '5.0000', '5.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22238, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22239, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22240, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22241, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22242, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.2000', '-2.0000', '2022-12-21', 'received', '5.6000', '5.6000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22243, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22244, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22245, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.6538', '-2.0000', '2022-12-21', 'received', '1.8269', '1.8269', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22246, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22247, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22248, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22249, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22250, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22251, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22252, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22253, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0500', '5.0000', '2022-12-21', 'received', '0.0100', '0.0100', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22254, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22255, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22256, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.4550', '0.0000', '2022-12-21', 'received', '4.4092', '4.4092', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22257, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2600', '4.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22258, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22259, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22260, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22261, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22262, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22263, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22264, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22265, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22266, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22267, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22268, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22269, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6429', '0.6429', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22270, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22271, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22272, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22273, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.8000', '3.0000', '2022-12-21', 'received', '1.6000', '1.6000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22274, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.3200', '2.0000', '2022-12-21', 'received', '2.1600', '2.1600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22275, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22276, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '-1.0000', '2022-12-21', 'received', '25.5000', '25.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22277, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22278, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22279, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22280, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22281, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22282, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22283, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22284, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22285, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22286, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22287, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22288, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8300', '1.0000', '2022-12-21', 'received', '6.8300', '6.8300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22289, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22290, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22291, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22292, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22293, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22294, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22295, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22296, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22297, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22298, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22299, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22300, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22301, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22302, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22303, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22304, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.0800', '2.0000', '2022-12-21', 'received', '8.5400', '8.5400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22305, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22306, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22307, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22308, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22309, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22310, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22311, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22312, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22313, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.6500', '5.0000', '2022-12-21', 'received', '4.3300', '4.3300', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22314, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22315, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22316, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22317, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '21.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.4800', '21.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22318, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22319, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22320, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22321, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22322, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22323, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 BOLSITA 10 UNI', NULL, '4.5900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5900', '1.0000', '2022-12-21', 'received', '4.5900', '4.5900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22324, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22325, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\" VOLTECH BOLSITA 10 UNID', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22326, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22327, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22328, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22329, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22330, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22331, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22332, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22333, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.8000', '5.0000', '2022-12-21', 'received', '7.7600', '7.7600', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22334, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22335, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22336, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22337, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.3100', '1.0000', '2022-12-21', 'received', '4.3100', '4.3100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22338, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22339, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22340, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22341, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.6600', '40.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22342, NULL, NULL, 3252, '7501206674246', 'TARUGO PLATICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22343, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3100', '-1.0000', '2022-12-21', 'received', '8.3100', '8.3100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22344, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22345, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22346, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22347, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22348, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO  TIPO AMEGA 1 1/2 VOLTECK', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22349, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22350, NULL, NULL, 3292, '7501206685303', 'TORNILLO FIERO #8 *11/2\"', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22351, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3600', '2.0000', '2022-12-21', 'received', '0.1800', '0.1800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22352, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22353, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22354, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', NULL, '0.1200', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.4400', '12.0000', '2022-12-21', 'received', '0.1200', '0.1200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22355, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22356, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22357, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22358, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22359, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22360, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22361, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22362, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.9400', '2.0000', '2022-12-21', 'received', '2.4700', '2.4700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22363, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2900', '1.0000', '2022-12-21', 'received', '3.2900', '3.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22364, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO 78-101MM 3 1/16-4 FIER', NULL, '3.5900', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.2600', '14.0000', '2022-12-21', 'received', '3.5900', '3.5900', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22365, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22366, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22367, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22368, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22369, NULL, NULL, 3180, '750126677759', 'SEGUETA P/CALADORA METAL FINO BLISTER', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22370, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22371, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22372, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22373, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22374, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22375, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22376, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22377, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22378, NULL, NULL, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', NULL, '525.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '525.0000', '525.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22379, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22380, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22381, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22382, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22383, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22384, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22385, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22386, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22387, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '1.0000', '2022-12-21', 'received', '0.5000', '0.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22388, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22389, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22390, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.8600', '3.0000', '2022-12-21', 'received', '2.6200', '2.6200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22391, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22392, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22393, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22394, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '6.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8333', '0.0000', '2022-12-21', 'received', '6.8333', '6.8333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22395, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22396, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22397, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22398, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22399, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22400, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22401, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22402, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22403, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22404, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22405, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22406, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22407, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22408, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22409, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22410, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22411, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22412, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\" VOLTECH BOLSITA 5 UNID', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22413, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\" BOLSITA 5 UNIDAD', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22414, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22415, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22416, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22417, NULL, NULL, 3349, '7506240624622', 'DISCO LAMILADO', NULL, '2.9500', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-67.8500', '-23.0000', '2022-12-21', 'received', '2.9500', '2.9500', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22418, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1800', '1.0000', '2022-12-21', 'received', '7.1800', '7.1800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22419, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22420, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22421, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22422, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22423, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22424, NULL, NULL, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', NULL, '11.9500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.8500', '3.0000', '2022-12-21', 'received', '11.9500', '11.9500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22425, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22426, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.1700', '-1.0000', '2022-12-21', 'received', '34.1700', '34.1700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22427, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22428, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22429, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.7500', '20.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22430, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22431, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22432, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22433, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22434, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22435, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22436, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22437, NULL, NULL, 2804, '7506240675242', 'DISCO 40 DIENTES P/MADERA PRETUL', NULL, '62.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '62.0000', '62.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22438, NULL, NULL, 2803, '7506240675259', 'DISCO  24 DIENTES P/MADERA PRETUL', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22439, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22440, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22441, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22442, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22443, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22444, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '-36.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.5000', '-36.0000', '2022-12-21', 'received', '0.7917', '0.7917', '-36.0000', NULL, NULL, 5, 'UNIDAD', '-36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22445, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22446, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22447, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22448, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22449, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22450, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22451, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.9000', '2.0000', '2022-12-21', 'received', '0.9500', '0.9500', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22452, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22453, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22454, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22455, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.6000', '0.0000', '2022-12-21', 'received', '1.6000', '1.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22456, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22457, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22458, NULL, NULL, 2503, '760896120212', 'AGUA DESTIULADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22459, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22460, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22461, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22462, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22463, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22464, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22465, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22466, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22467, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22468, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.9700', '9.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22469, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22470, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22471, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22472, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22473, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22474, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22475, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22476, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22477, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22478, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22479, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22480, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22481, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4', NULL, '6.3800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5200', '4.0000', '2022-12-21', 'received', '6.3800', '6.3800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22482, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22483, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22484, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22485, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22486, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22487, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22488, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22489, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22490, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22491, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22492, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22493, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22494, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22495, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9002', '-1.0000', '2022-12-21', 'received', '0.9002', '0.9002', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22496, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22497, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22498, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22499, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22500, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22501, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '1.0000', '2022-12-21', 'received', '2.8000', '2.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22502, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22503, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4500', '-1.0000', '2022-12-21', 'received', '2.4500', '2.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22504, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22505, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22506, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22507, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22508, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22509, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22510, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22511, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22512, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22513, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.5000', '1.0000', '2022-12-21', 'received', '11.5000', '11.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22514, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22515, NULL, NULL, 2976, '783094020115', 'LINTERNA RAYOVAC', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22516, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22517, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '56.0000', '2.0000', '2022-12-21', 'received', '28.0000', '28.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22518, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22519, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '-10.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-73.5000', '-10.5000', '2022-12-21', 'received', '7.0000', '7.0000', '-10.5000', NULL, NULL, 1, 'PZA', '-10.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22520, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22521, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22522, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22523, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22524, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22525, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22526, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22527, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22528, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22529, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22530, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22531, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22532, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22533, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22534, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.3900', '3.0000', '2022-12-21', 'received', '4.1300', '4.1300', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22535, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22536, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22537, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22538, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22539, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22540, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22541, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22542, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22543, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '1.0000', '2022-12-21', 'received', '9.0000', '9.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22544, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.3800', '4.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22545, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22546, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22547, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22548, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22549, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22550, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '191.6633', '191.6633', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22551, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22552, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '40.6717', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.6717', '0.0000', '2022-12-21', 'received', '40.6717', '40.6717', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22553, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '1.0000', '2022-12-21', 'received', '17.5000', '17.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22554, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0625', '0.0000', '2022-12-21', 'received', '20.0625', '20.0625', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22555, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22556, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.0000', '5.0000', '2022-12-21', 'received', '5.0000', '5.0000', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22557, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22558, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0500', '-1.0000', '2022-12-21', 'received', '1.0500', '1.0500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22559, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22560, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22561, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22562, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22563, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22564, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22565, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22566, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22567, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22568, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22569, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.2000', '0.0000', '2022-12-21', 'received', '2.5500', '2.5500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22570, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.2794', '0.0000', '2022-12-21', 'received', '2.4265', '2.4265', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22571, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22572, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22573, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22574, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22575, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22576, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7200', '2.0000', '2022-12-21', 'received', '0.3600', '0.3600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22577, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3200', '2.0000', '2022-12-21', 'received', '0.1600', '0.1600', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22578, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22579, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22580, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22581, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '94.8500', '1.0000', '2022-12-21', 'received', '94.8500', '94.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22582, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22583, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.8300', '0.0000', '2022-12-21', 'received', '0.8700', '0.8700', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22584, NULL, NULL, 2478, '9540 UNIDAD', 'ABRAZADERA VOLCHET UNIDAD D 1\"', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22585, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22586, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6667', '-1.0000', '2022-12-21', 'received', '6.6667', '6.6667', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22587, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22588, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4697', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.4092', '0.0000', '2022-12-21', 'received', '3.4697', '3.4697', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22589, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22590, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '-1.0000', '2022-12-21', 'received', '24.0000', '24.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22591, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22592, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22593, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22594, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22595, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22596, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22597, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22598, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22599, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '3.0000', '2022-12-21', 'received', '2.0000', '2.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22600, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0000', '1.0000', '2022-12-21', 'received', '3.0000', '3.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22601, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22602, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-1.0000', '2022-12-21', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22603, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22604, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22605, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7000', '1.0000', '2022-12-21', 'received', '1.7000', '1.7000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22606, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22607, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22608, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22609, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22610, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22611, NULL, NULL, 3193, 'COS14/1/120', 'SIERRA TRONZADORA 14-2000W', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22612, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22613, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22614, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.3400', '14.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22615, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22616, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22617, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22618, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22619, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22620, NULL, NULL, 2615, 'ELE00085', 'CAJA RECTANGULAR METAL', NULL, '2.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3500', '2.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22621, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.2000', '8.0000', '2022-12-21', 'received', '3.9000', '3.9000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22622, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22623, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22624, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22625, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22626, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22627, NULL, NULL, 2458, 'FER 75062406478', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22628, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22629, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22630, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER P/BROCA 1/4X3/4 C/E', NULL, '0.1500', '198.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.7000', '198.0000', '2022-12-21', 'received', '0.1500', '0.1500', '198.0000', NULL, NULL, 1, 'PZA', '198.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22631, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '521.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '78.1500', '521.0000', '2022-12-21', 'received', '0.1500', '0.1500', '521.0000', NULL, NULL, 1, 'PZA', '521.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22632, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22633, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22634, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22635, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '142.2000', '18.0000', '2022-12-21', 'received', '7.9000', '7.9000', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22636, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22637, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22638, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22639, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22640, NULL, NULL, 2528, 'FER00088', 'BARNIZ GL NOGAL CELCO', NULL, '140.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-140.0000', '-1.0000', '2022-12-21', 'received', '140.0000', '140.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22641, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22642, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22643, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22644, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22645, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0000', '-4.0000', '2022-12-21', 'received', '0.5000', '0.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22646, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.6800', '23.0000', '2022-12-21', 'received', '0.1600', '0.1600', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22647, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22648, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22649, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22650, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22651, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6000', '0.0000', '2022-12-21', 'received', '6.6000', '6.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22652, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.3000', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '50.4000', '0.0000', '2022-12-21', 'received', '6.3000', '6.3000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22653, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22654, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.2700', '3.0000', '2022-12-21', 'received', '0.0900', '0.0900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22655, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0700', '-1.0000', '2022-12-21', 'received', '0.0700', '0.0700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22656, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22657, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.2000', '0.0000', '2022-12-21', 'received', '0.1000', '0.1000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22658, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22659, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22660, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22661, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.7500', '-5.0000', '2022-12-21', 'received', '7.7500', '7.7500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22662, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22663, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22664, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22665, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22666, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22667, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22668, NULL, NULL, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', NULL, '0.0900', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5400', '-6.0000', '2022-12-21', 'received', '0.0900', '0.0900', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22669, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', NULL, '0.3500', '-63.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.0500', '-63.0000', '2022-12-21', 'received', '0.3500', '0.3500', '-63.0000', NULL, NULL, 1, 'PZA', '-63.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22670, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7800', '-21.0000', '2022-12-21', 'received', '0.1800', '0.1800', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22671, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '-118.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.4400', '-118.0000', '2022-12-21', 'received', '0.0800', '0.0800', '-118.0000', NULL, NULL, 1, 'PZA', '-118.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22672, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22673, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22674, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22675, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22676, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6700', '-1.0000', '2022-12-21', 'received', '13.6700', '13.6700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22677, NULL, NULL, 3271, 'GRI00213', 'TEFLON 1', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22678, NULL, NULL, 3273, 'GRI00214', 'TEFLON 1/2', NULL, '0.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9800', '0.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22679, NULL, NULL, 3275, 'GRI00215', 'TEFLON 3/4', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22680, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.5000', '-1.0000', '2022-12-21', 'received', '26.5000', '26.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22681, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.7000', '1.0000', '2022-12-21', 'received', '24.7000', '24.7000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22682, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22683, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22684, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22685, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22686, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22687, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22688, NULL, NULL, 3039, 'MDL700', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22689, NULL, NULL, 3040, 'MDL740', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22690, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22691, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22692, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22693, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22694, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22695, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22696, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5900', '0.0000', '2022-12-21', 'received', '0.6900', '0.6900', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22697, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22698, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.6800', '-2.0000', '2022-12-21', 'received', '1.8400', '1.8400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22699, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22700, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5400', '2.0000', '2022-12-21', 'received', '2.2700', '2.2700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22701, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22702, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6000', '0.0000', '2022-12-21', 'received', '0.8500', '0.8500', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22703, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.7000', '0.0000', '2022-12-21', 'received', '13.7000', '13.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22704, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.4200', '2.0000', '2022-12-21', 'received', '16.2100', '16.2100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22705, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.0100', '-1.0000', '2022-12-21', 'received', '21.0100', '21.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22706, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9600', '4.0000', '2022-12-21', 'received', '1.4900', '1.4900', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22707, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7600', '-4.0000', '2022-12-21', 'received', '1.1900', '1.1900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22708, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.3500', '0.0000', '2022-12-21', 'received', '3.8700', '3.8700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22709, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.9500', '0.0000', '2022-12-21', 'received', '10.5900', '10.5900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22710, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-80.0000', '0.0000', '2022-12-21', 'received', '20.0000', '20.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22711, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22712, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.8700', '-3.0000', '2022-12-21', 'received', '1.2900', '1.2900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22713, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22714, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.8300', '7.0000', '2022-12-21', 'received', '0.6900', '0.6900', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22715, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.6200', '1.0000', '2022-12-21', 'received', '2.6200', '2.6200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22716, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22717, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4000', '1.0000', '2022-12-21', 'received', '3.4000', '3.4000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22718, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.5700', '13.0000', '2022-12-21', 'received', '0.8900', '0.8900', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22719, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.8500', '1.0000', '2022-12-21', 'received', '3.8500', '3.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22720, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5200', '1.0000', '2022-12-21', 'received', '8.5200', '8.5200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22721, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.5700', '-1.0000', '2022-12-21', 'received', '11.5700', '11.5700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22722, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22723, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22724, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22725, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22726, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22727, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22728, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22729, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22730, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22731, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22732, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22733, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22734, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22735, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22736, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22737, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22738, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22739, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22740, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22741, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22742, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-1.0000', '2022-12-21', 'received', '0.6000', '0.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22743, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22744, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9200', '2.0000', '2022-12-21', 'received', '1.4600', '1.4600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22745, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.4900', '3.0000', '2022-12-21', 'received', '2.8300', '2.8300', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22746, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22747, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22748, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6800', '-8.0000', '2022-12-21', 'received', '1.2100', '1.2100', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22749, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7400', '-2.0000', '2022-12-21', 'received', '4.8700', '4.8700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22750, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-117.2700', '-9.0000', '2022-12-21', 'received', '13.0300', '13.0300', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22751, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0100', '-1.0000', '2022-12-21', 'received', '1.0100', '1.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22752, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.0900', '-1.0000', '2022-12-21', 'received', '33.0900', '33.0900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22753, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22754, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.8500', '-1.0000', '2022-12-21', 'received', '10.8500', '10.8500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22755, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '87.8400', '9.0000', '2022-12-21', 'received', '9.7600', '9.7600', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22756, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22757, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22758, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-358.2000', '-20.0000', '2022-12-21', 'received', '17.9100', '17.9100', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22759, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22760, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22761, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22762, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22763, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22764, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22765, NULL, NULL, 3225, 'TA002', 'TABLERO MONOFASICO 2 CIRCUITOS 70A ELECT', NULL, '36.1400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '36.1400', '1.0000', '2022-12-21', 'received', '36.1400', '36.1400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22766, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22767, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*19 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22768, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-213.0000', '-3.0000', '2022-12-21', 'received', '71.0000', '71.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22769, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-71.0000', '-1.0000', '2022-12-21', 'received', '71.0000', '71.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22770, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22771, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22772, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22773, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4612', '0.0000', '2022-12-21', 'received', '0.1124', '0.1124', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22774, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22775, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22776, NULL, NULL, 3327, 'VBZ03', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22777, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22778, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.2700', '1.0000', '2022-12-21', 'received', '25.2700', '25.2700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22779, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22780, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22781, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22782, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22783, NULL, NULL, 2826, 'VK0795', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22784, NULL, NULL, 3251, 'VK0840', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22785, NULL, NULL, 3249, 'VK0841', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22786, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22787, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22788, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22789, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22790, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22791, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2022-12-21', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22792, 385, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '660.0000', '0.0000', '2022-12-21', 'received', '6.6000', '6.6000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '6.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22793, 386, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '330.0000', '50.0000', '2022-12-21', 'received', '6.6000', '6.6000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '6.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22794, 387, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '122.4000', '0.0000', '2022-12-21', 'received', '2.5500', '2.5500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22795, 387, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.1667', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '152.0000', '0.0000', '2022-12-21', 'received', '3.1667', '3.1667', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.1667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22796, 388, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '14.3333', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '258.0000', '0.0000', '2022-12-21', 'received', '14.3333', '14.3333', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '14.3333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22797, 388, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2022-12-21', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22798, 388, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2022-12-21', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22799, 388, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '205.0000', '0.0000', '2022-12-21', 'received', '8.5417', '8.5417', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22800, 388, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-12-21', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22802, 389, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '232.0000', '2.0000', '2022-12-21', 'received', '58.0000', '58.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '58.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22803, 389, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '1.0000', '2022-12-21', 'received', '20.0000', '20.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '20.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22804, 389, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '95.0000', '1.0000', '2022-12-21', 'received', '95.0000', '95.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '95.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22805, 390, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '1.0000', '2022-12-21', 'received', '20.0000', '20.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '20.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22806, 390, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '33.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.5000', '29.0000', '2022-12-21', 'received', '6.5000', '6.5000', '33.0000', NULL, NULL, 5, 'UNIDAD', '33.0000', NULL, NULL, NULL, NULL, '6.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22807, 390, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '12.5000', '4.0000', '2022-12-21', 'received', '2.5000', '2.5000', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22808, 390, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '1.0000', '2022-12-21', 'received', '45.0000', '45.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '45.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22809, 390, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.0000', '1.0000', '2022-12-21', 'received', '42.0000', '42.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '42.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22810, 390, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '1.0000', '2022-12-21', 'received', '30.0000', '30.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '30.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22811, 390, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '5.0000', '2022-12-21', 'received', '4.0000', '4.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22812, 390, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2022-12-21', 'received', '30.0000', '30.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '30.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22813, 390, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '625.0000', '1.0000', '2022-12-21', 'received', '625.0000', '625.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '625.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22814, 390, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '325.0000', '1.0000', '2022-12-21', 'received', '325.0000', '325.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '325.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22815, 390, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '80.0000', '1.0000', '2022-12-21', 'received', '40.0000', '40.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '40.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22816, 390, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.0000', '1.0000', '2022-12-21', 'received', '10.0000', '10.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '10.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22817, 390, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '1.0000', '2022-12-21', 'received', '20.0000', '20.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '20.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22818, 390, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICOBOMBA 1.6 HP TOTAL 145 PSIMAX', NULL, '209.7500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '209.7500', '1.0000', '2022-12-21', 'received', '209.7500', '209.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '209.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22819, 391, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.8100', '2.0000', '2022-12-21', 'received', '13.4050', '13.4050', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '13.4050');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22820, 391, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.6006', '3.0000', '2022-12-21', 'received', '3.5429', '3.5429', '14.0000', NULL, NULL, 5, 'UNIDAD', '14.0000', NULL, NULL, NULL, NULL, '3.5429');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22821, 391, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.6006', '1.5000', '2022-12-21', 'received', '3.5429', '3.5429', '14.0000', NULL, NULL, 5, 'UNIDAD', '14.0000', NULL, NULL, NULL, NULL, '3.5429');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22822, 391, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '13.9400', '3.0000', '2022-12-21', 'received', '4.6467', '4.6467', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '4.6467');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22823, 391, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0400', '4.0000', '2022-12-21', 'received', '0.0100', '0.0100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '0.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22824, 392, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2022-12-22', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22825, 392, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.3600', '0.0000', '2022-12-22', 'received', '9.5600', '9.5600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.5600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22826, 392, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.2000', '0.0000', '2022-12-22', 'received', '3.2000', '3.2000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22827, 392, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '110.4000', '0.0000', '2022-12-22', 'received', '4.6000', '4.6000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22828, 392, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.8800', '0.0000', '2022-12-22', 'received', '5.7400', '5.7400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22829, 392, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.3600', '0.0000', '2022-12-22', 'received', '3.0300', '3.0300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22830, 393, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '156.0000', '0.0000', '2022-12-22', 'received', '39.0000', '39.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22831, 393, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '86.0000', '0.0000', '2022-12-22', 'received', '21.5000', '21.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22832, 393, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '133.5000', '0.0000', '2022-12-22', 'received', '22.2500', '22.2500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22833, 393, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.6877', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '321.0100', '0.0000', '2022-12-22', 'received', '6.6877', '6.6877', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '6.6877');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22834, 394, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.4600', '0.0000', '2022-12-22', 'received', '2.9700', '2.9700', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22835, 394, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.9800', '0.0000', '2022-12-22', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22836, 394, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '0.0000', '2022-12-22', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22837, 394, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-12-22', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22838, 394, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '154.5000', '0.0000', '2022-12-22', 'received', '12.8750', '12.8750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22839, 394, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-12-22', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22840, 394, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.6000', '0.0000', '2022-12-22', 'received', '5.1600', '5.1600', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22841, 394, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.2502', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '348.0100', '0.0000', '2022-12-22', 'received', '7.2502', '7.2502', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.2502');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22843, 395, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '15.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.5000', '0.0000', '2022-12-22', 'received', '15.5000', '15.5000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '15.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22844, 396, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '601.1700', '0.0000', '2022-12-26', 'received', '8.3496', '8.3496', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22845, 396, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.0400', '0.0000', '2022-12-26', 'received', '7.7517', '7.7517', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22846, 396, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '716.7000', '0.0000', '2022-12-26', 'received', '11.9450', '11.9450', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '11.9450');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22847, 396, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2022-12-26', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22848, 397, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2022-12-26', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22849, 397, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-12-26', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22850, 397, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2022-12-26', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22851, 398, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.0000', '36.0000', '2022-12-26', 'received', '2.5000', '2.5000', '40.0000', NULL, NULL, 5, 'UNIDAD', '40.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22852, 398, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '12.0000', '2022-12-26', 'received', '3.0000', '3.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22853, 398, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.0000', '0.0000', '2022-12-26', 'received', '0.8125', '0.8125', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '0.8125');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22854, 399, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.5000', '6.0000', '2022-12-26', 'received', '4.6250', '4.6250', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.6250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22855, 399, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.0000', '0.0000', '2022-12-26', 'received', '0.4167', '0.4167', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '0.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22856, 399, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.2500', '9.0000', '2022-12-26', 'received', '3.6250', '3.6250', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '3.6250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22857, 399, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '41.0000', '0.0000', '2022-12-26', 'received', '1.7083', '1.7083', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '1.7083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22858, 399, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6700', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.8000', '0.0000', '2022-12-26', 'received', '0.6700', '0.6700', '40.0000', NULL, NULL, 1, 'PZA', '40.0000', NULL, NULL, NULL, NULL, '0.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22859, 399, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.0000', '16.0000', '2022-12-26', 'received', '4.1667', '4.1667', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '4.1667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22860, 399, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '38.4000', '1.0000', '2022-12-26', 'received', '6.4000', '6.4000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '6.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22861, 399, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6667', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.0000', '0.0000', '2022-12-26', 'received', '1.6667', '1.6667', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '1.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22862, 399, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.3000', '12.0000', '2022-12-26', 'received', '0.8458', '0.8458', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '0.8458');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22863, 399, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.0000', '0.0000', '2022-12-26', 'received', '1.3200', '1.3200', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '1.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22864, 400, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '160.0800', '0.0000', '2022-12-30', 'received', '6.6700', '6.6700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22865, 400, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0400', '0.0000', '2022-12-30', 'received', '4.1700', '4.1700', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22866, 400, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '154.5000', '0.0000', '2022-12-30', 'received', '12.8750', '12.8750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22867, 400, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.0417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '194.0000', '0.0000', '2022-12-30', 'received', '4.0417', '4.0417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.0417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22868, 400, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.1200', '0.0000', '2022-12-30', 'received', '5.1600', '5.1600', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22869, 400, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2022-12-30', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22870, 401, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '601.1700', '0.0000', '2022-12-30', 'received', '8.3496', '8.3496', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22871, 401, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0800', '0.0000', '2022-12-30', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22872, 401, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '545.6400', '0.0000', '2022-12-30', 'received', '7.5783', '7.5783', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22873, 401, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.9998', '0.0000', '2022-12-30', 'received', '4.6667', '4.6667', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22874, 401, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2022-12-30', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22875, 401, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '0.0000', '2022-12-30', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22876, 401, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.8233', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '384.7000', '0.0000', '2022-12-30', 'received', '12.8233', '12.8233', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '12.8233');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22877, 401, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2022-12-30', 'received', '2.5000', '2.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22878, 402, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.6800', '0.0000', '2022-12-30', 'received', '5.1400', '5.1400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22879, 402, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2022-12-30', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22880, 402, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.5200', '0.0000', '2022-12-30', 'received', '2.7300', '2.7300', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '2.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22881, 403, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9508', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '285.6400', '0.0000', '2022-12-30', 'received', '5.9508', '5.9508', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.9508');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22882, 403, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2022-12-30', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22883, 403, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2022-12-30', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22884, 403, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2022-12-30', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22885, 404, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.0800', '0.0000', '2022-12-30', 'received', '9.0800', '9.0800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22886, 404, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-12-30', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22887, 404, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-12-30', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22888, 404, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5200', '135.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '475.2000', '0.0000', '2022-12-30', 'received', '3.5200', '3.5200', '135.0000', NULL, NULL, 1, 'PZA', '135.0000', NULL, NULL, NULL, NULL, '3.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22889, 404, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.6000', '0.0000', '2022-12-30', 'received', '5.1000', '5.1000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22890, 404, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.6000', '0.0000', '2022-12-30', 'received', '4.4500', '4.4500', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22891, 404, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.2000', '0.0000', '2022-12-30', 'received', '4.4500', '4.4500', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22892, 404, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '13.6200', '1.0000', '2022-12-30', 'received', '13.6200', '13.6200', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '13.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22893, 404, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.3000', '0.0000', '2022-12-30', 'received', '10.3000', '10.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22894, 404, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.6600', '0.0000', '2022-12-30', 'received', '0.8700', '0.8700', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22895, 404, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '57.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '99.7500', '0.0000', '2022-12-30', 'received', '1.7500', '1.7500', '57.0000', NULL, NULL, 5, 'UNIDAD', '57.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22896, 404, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2022-12-30', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22897, 405, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.1522', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '226.4348', '0.0000', '2022-12-30', 'received', '14.1522', '14.1522', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '14.1522');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22898, 406, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '330.0000', '0.0000', '2023-01-02', 'received', '6.6000', '6.6000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '6.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22899, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1766', '-1.0000', '2023-01-05', 'received', '0.1766', '0.1766', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22900, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22901, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22902, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22903, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22904, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4583', '-1.0000', '2023-01-05', 'received', '0.4583', '0.4583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22905, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22906, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22907, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5429', '-1.0000', '2023-01-05', 'received', '3.5429', '3.5429', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22908, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22909, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22910, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22911, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7500', '0.0000', '2023-01-05', 'received', '1.9167', '1.9167', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22912, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22913, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22914, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22915, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22916, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.3000', '0.0000', '2023-01-05', 'received', '0.8583', '0.8583', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22917, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.2092', '24.2092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22918, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22919, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22920, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22921, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22922, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.1522', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.1522', '14.1522', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22923, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22924, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22925, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22926, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22927, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22928, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22929, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22930, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22931, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22932, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22933, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22934, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22935, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22936, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22937, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22938, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22939, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2400', '-1.0000', '2023-01-05', 'received', '8.2400', '8.2400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22940, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22941, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22942, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22943, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22944, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22945, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22946, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22947, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22948, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22949, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5100', '1.0000', '2023-01-05', 'received', '0.5100', '0.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22950, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6100', '1.0000', '2023-01-05', 'received', '0.6100', '0.6100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22951, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22952, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22953, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22954, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22955, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22956, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22957, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22958, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9700', '27.0000', '2023-01-05', 'received', '0.1100', '0.1100', '27.0000', NULL, NULL, 1, 'PZA', '27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22959, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1400', '1.0000', '2023-01-05', 'received', '0.1400', '0.1400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22960, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-3.0000', '2023-01-05', 'received', '5.0000', '5.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22961, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22962, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '-108.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.2000', '-108.0000', '2023-01-05', 'received', '0.4000', '0.4000', '-108.0000', NULL, NULL, 1, 'PZA', '-108.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22963, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22964, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22965, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22966, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22967, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22968, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22969, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22970, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22971, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22972, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22973, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22974, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22975, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5000', '-1.0000', '2023-01-05', 'received', '17.5000', '17.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22976, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22977, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22978, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.7300', '4.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22979, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22980, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22981, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22982, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22983, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-154.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.4200', '-154.0000', '2023-01-05', 'received', '0.2300', '0.2300', '-154.0000', NULL, NULL, 1, 'PZA', '-154.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22984, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22985, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22986, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22987, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.7292', '2.7292', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22988, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.8233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.8233', '12.8233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22989, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22990, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22991, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22992, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.1736', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.1736', '4.1736', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22993, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5833', '-5.0000', '2023-01-05', 'received', '0.9167', '0.9167', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22994, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22995, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22996, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22997, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22998, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (22999, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.1667', '0.0000', '2023-01-05', 'received', '0.8333', '0.8333', '-35.0000', NULL, NULL, 1, 'PZA', '-35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23000, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23001, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23002, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23003, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7600', '-2.0000', '2023-01-05', 'received', '3.8800', '3.8800', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23004, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23005, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.7600', '0.0000', '2023-01-05', 'received', '15.8800', '15.8800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23006, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23007, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '138.7400', '7.0000', '2023-01-05', 'received', '19.8200', '19.8200', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23008, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23009, NULL, NULL, 3598, '17506240624629', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23010, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23011, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23012, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23013, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23014, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23015, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '41.6500', '1.0000', '2023-01-05', 'received', '41.6500', '41.6500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23016, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.6400', '-1.0000', '2023-01-05', 'received', '41.6400', '41.6400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23017, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23018, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23019, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23020, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23021, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23022, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23023, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4200', '0.0000', '2023-01-05', 'received', '11.4200', '11.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23024, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23025, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23026, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '-1.0000', '2023-01-05', 'received', '10.0000', '10.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23027, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23028, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23029, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23030, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23031, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23032, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23033, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23034, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23035, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5500', '-1.0000', '2023-01-05', 'received', '6.5500', '6.5500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23036, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '1.0000', '2023-01-05', 'received', '2.5000', '2.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23037, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.8500', '0.0000', '2023-01-05', 'received', '1.1233', '1.1233', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23038, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23039, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23040, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23041, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23042, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.4300', '1.0000', '2023-01-05', 'received', '28.4300', '28.4300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23043, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '1.0000', '2023-01-05', 'received', '30.0000', '30.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23044, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23045, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2490', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.2490', '0.0000', '2023-01-05', 'received', '0.2490', '0.2490', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23046, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23047, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6700', '0.0000', '2023-01-05', 'received', '0.6700', '0.6700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23048, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23049, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23050, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23051, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23052, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.0000', '-2.0000', '2023-01-05', 'received', '20.0000', '20.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23053, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23054, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23055, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23056, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23057, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23058, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23059, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23060, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23061, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23062, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23063, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1842', '1.0000', '2023-01-05', 'received', '0.1842', '0.1842', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23064, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23065, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23066, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2100', '1.0000', '2023-01-05', 'received', '1.2100', '1.2100', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23067, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23068, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23069, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23070, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23071, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23072, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23073, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.7200', '1.0000', '2023-01-05', 'received', '5.7200', '5.7200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23074, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23075, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23076, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23077, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.1667', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.6667', '0.0000', '2023-01-05', 'received', '3.1667', '3.1667', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23078, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23079, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23080, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '64.0000', '2.0000', '2023-01-05', 'received', '32.0000', '32.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23081, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23082, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23083, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.3200', '0.0000', '2023-01-05', 'received', '5.1600', '5.1600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23084, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.4167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4167', '0.0000', '2023-01-05', 'received', '3.4167', '3.4167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23085, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23086, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23087, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23088, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23089, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23090, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23091, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23092, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23093, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.6877', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6877', '0.0000', '2023-01-05', 'received', '6.6877', '6.6877', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23094, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23095, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23096, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '3.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.7050', '3.5000', '2023-01-05', 'received', '3.6300', '3.6300', '3.5000', NULL, NULL, 1, 'PZA', '3.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23097, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23098, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23099, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23100, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23101, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23102, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23103, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23104, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23105, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23106, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23107, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23108, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23109, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23110, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23111, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23112, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23113, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23114, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23115, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23116, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23117, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23118, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23119, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23120, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23121, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23122, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23123, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23124, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23125, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23126, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23127, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23128, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23129, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23130, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23131, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23132, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23133, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23134, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23135, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23136, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23137, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23138, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23139, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23140, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23141, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23142, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23143, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23144, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23145, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2023-01-05', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23146, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23147, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23148, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23149, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23150, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23151, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23152, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23153, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23154, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23155, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23156, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23157, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23158, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23159, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23160, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23161, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23162, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23163, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23164, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23165, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23166, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23167, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23168, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23169, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23170, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23171, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23172, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23173, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23174, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23175, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23176, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23177, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23178, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23179, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23180, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23181, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23182, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23183, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23184, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23185, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23186, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23187, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23188, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23189, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23190, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23191, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23192, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23193, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23194, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23195, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23196, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23197, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23198, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23199, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23200, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23201, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23202, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23203, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23204, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23205, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23206, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23207, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23208, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23209, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23210, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23211, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23212, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.1700', '1.0000', '2023-01-05', 'received', '11.1700', '11.1700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23213, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23214, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23215, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23216, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23217, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23218, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23219, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23220, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23221, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23222, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23223, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23224, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23225, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23226, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23227, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23228, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23229, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23230, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23231, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23232, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23233, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23234, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23235, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23236, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23237, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23238, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23239, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.3656', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3656', '0.0000', '2023-01-05', 'received', '6.3656', '6.3656', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23240, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23241, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23242, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23243, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.7100', '0.0000', '2023-01-05', 'received', '3.5700', '3.5700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23244, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23245, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.4500', '0.0000', '2023-01-05', 'received', '4.4500', '4.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23246, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23247, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23248, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23249, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23250, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23251, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.1600', '0.0000', '2023-01-05', 'received', '9.0800', '9.0800', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23252, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23253, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23254, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7500', '0.0000', '2023-01-05', 'received', '1.7500', '1.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23255, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23256, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23257, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.8900', '6.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23258, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23259, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.5729', '0.0000', '2023-01-05', 'received', '3.4229', '3.4229', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23260, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5783', '0.0000', '2023-01-05', 'received', '7.5783', '7.5783', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23261, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7517', '0.0000', '2023-01-05', 'received', '7.7517', '7.7517', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23262, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-208.7396', '0.0000', '2023-01-05', 'received', '8.3496', '8.3496', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23263, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '121.3332', '0.0000', '2023-01-05', 'received', '4.6667', '4.6667', '26.0000', NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23264, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.9450', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.8900', '0.0000', '2023-01-05', 'received', '11.9450', '11.9450', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23265, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23266, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5700', '2.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23267, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.2000', '3.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23268, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0300', '0.0000', '2023-01-05', 'received', '3.0300', '3.0300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23269, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5800', '0.0000', '2023-01-05', 'received', '5.5800', '5.5800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23270, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.5600', '9.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23271, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.2200', '0.0000', '2023-01-05', 'received', '5.7400', '5.7400', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23272, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23273, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23274, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23275, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23276, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23277, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-01-05', 'received', '2.5000', '2.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23278, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23279, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23280, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23281, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23282, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23283, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.5000', '0.0000', '2023-01-05', 'received', '21.5000', '21.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23284, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '37.5000', '0.0000', '2023-01-05', 'received', '37.5000', '37.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23285, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '44.5000', '0.0000', '2023-01-05', 'received', '22.2500', '22.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23286, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23287, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '21.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.5000', '0.0000', '2023-01-05', 'received', '21.5000', '21.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23288, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.0000', '0.0000', '2023-01-05', 'received', '39.0000', '39.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23289, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23290, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23291, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23292, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23293, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23294, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5800', '0.0000', '2023-01-05', 'received', '2.5800', '2.5800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23295, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.8750', '12.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23296, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23297, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23298, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23299, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23300, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.0417', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0833', '0.0000', '2023-01-05', 'received', '4.0417', '4.0417', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23301, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23302, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9583', '0.0000', '2023-01-05', 'received', '5.9583', '5.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23303, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.7500', '0.0000', '2023-01-05', 'received', '15.3750', '15.3750', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23304, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.0000', '1.0000', '2023-01-05', 'received', '4.0000', '4.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23305, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23306, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '2.0000', '2023-01-05', 'received', '7.5000', '7.5000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23307, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23308, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23309, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23310, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-01-05', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23311, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '0.0000', '2023-01-05', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23312, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2023-01-05', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23313, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23314, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23315, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7500', '0.0000', '2023-01-05', 'received', '0.7500', '0.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23316, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23317, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '0.0000', '2023-01-05', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23318, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23319, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2023-01-05', 'received', '7.5000', '7.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23320, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23321, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23322, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23323, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23324, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23325, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23326, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23327, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23328, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23329, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23330, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23331, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23332, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23333, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-70.0000', '0.0000', '2023-01-05', 'received', '35.0000', '35.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23334, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23335, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23336, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23337, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23338, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23339, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23340, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23341, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23342, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.7500', '0.0000', '2023-01-05', 'received', '1.2500', '1.2500', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23343, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23344, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23345, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23346, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23347, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23348, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.2800', '0.0000', '2023-01-05', 'received', '5.1400', '5.1400', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23349, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23350, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4700', '-1.0000', '2023-01-05', 'received', '11.4700', '11.4700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23351, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23352, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23353, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23354, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23355, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23356, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.7300', '2.7300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23357, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4063', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.4063', '0.4063', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23358, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0000', '-2.0000', '2023-01-05', 'received', '1.0000', '1.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23359, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23360, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23361, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23362, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23363, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23364, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23365, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23366, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23367, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23368, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23369, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23370, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23371, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23372, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23373, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23374, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.1700', '0.0000', '2023-01-05', 'received', '4.1700', '4.1700', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23375, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23376, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23377, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23378, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23379, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23380, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23381, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23382, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23383, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23384, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23385, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23386, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9508', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.9508', '5.9508', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23387, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23388, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23389, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '5.7540', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7540', '0.0000', '2023-01-05', 'received', '5.7540', '5.7540', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23390, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2917', '0.0000', '2023-01-05', 'received', '0.8583', '0.8583', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23391, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5417', '0.0000', '2023-01-05', 'received', '1.7083', '1.7083', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23392, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23393, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '1.0000', '2023-01-05', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23394, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-1.0000', '2023-01-05', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23395, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23396, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23397, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23398, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23399, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8700', '-1.0000', '2023-01-05', 'received', '6.8700', '6.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23400, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23401, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23402, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23403, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23404, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23405, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23406, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.6538', '2.0000', '2023-01-05', 'received', '1.8269', '1.8269', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23407, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23408, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23409, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23410, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23411, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1720', '-1.0000', '2023-01-05', 'received', '6.1720', '6.1720', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23412, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6700', '0.0000', '2023-01-05', 'received', '1.6700', '1.6700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23413, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23414, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23415, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23416, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23417, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23418, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.8183', '0.0000', '2023-01-05', 'received', '4.4092', '4.4092', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23419, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2600', '1.0000', '2023-01-05', 'received', '4.2600', '4.2600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23420, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23421, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23422, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23423, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23424, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23425, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23426, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23427, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23428, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23429, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23430, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23431, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4000', '-1.0000', '2023-01-05', 'received', '6.4000', '6.4000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23432, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2857', '0.0000', '2023-01-05', 'received', '0.6429', '0.6429', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23433, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5833', '0.0000', '2023-01-05', 'received', '4.5833', '4.5833', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23434, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23435, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23436, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23437, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23438, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23439, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5000', '1.0000', '2023-01-05', 'received', '25.5000', '25.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23440, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23441, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23442, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23443, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23444, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23445, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23446, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23447, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23448, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23449, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23450, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23451, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', NULL, '6.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.8300', '6.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23452, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23453, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23454, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23455, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23456, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23457, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23458, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23459, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23460, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23461, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23462, NULL, NULL, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23463, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '18.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '18.0700', '18.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23464, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23465, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23466, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23467, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.8600', '-9.0000', '2023-01-05', 'received', '8.5400', '8.5400', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23468, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23469, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23470, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23471, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', NULL, '92.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '92.6200', '92.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23472, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', NULL, '107.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '107.9100', '107.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23473, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23474, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23475, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23476, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23477, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23478, NULL, NULL, 2567, '7501206645994', 'BROCA P/METAL / COBALTO 3/16??', NULL, '6.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.3700', '6.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23479, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23480, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23481, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '21.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '21.4800', '21.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23482, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23483, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23484, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23485, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23486, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23487, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23488, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23489, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23490, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23491, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23492, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23493, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23494, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23495, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7600', '1.0000', '2023-01-05', 'received', '7.7600', '7.7600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23496, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2800', '-1.0000', '2023-01-05', 'received', '8.2800', '8.2800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23497, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.8000', '-5.0000', '2023-01-05', 'received', '7.7600', '7.7600', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23498, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23499, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23500, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23501, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23502, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23503, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23504, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '22.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '22.7100', '22.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23505, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '40.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '40.6600', '40.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23506, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23507, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23508, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23509, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23510, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23511, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '9.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.6700', '9.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23512, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23513, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23514, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23515, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23516, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23517, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4400', '-12.0000', '2023-01-05', 'received', '0.1200', '0.1200', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23518, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23519, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23520, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23521, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23522, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23523, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23524, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23525, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23526, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23527, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23528, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23529, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23530, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23531, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23532, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23533, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23534, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23535, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23536, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23537, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '-1.0000', '2023-01-05', 'received', '25.5000', '25.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23538, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23539, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23540, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23541, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23542, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23543, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23544, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23545, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23546, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23547, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23548, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7700', '-1.0000', '2023-01-05', 'received', '2.7700', '2.7700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23549, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '-1.0000', '2023-01-05', 'received', '0.5000', '0.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23550, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-01-05', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23551, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23552, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2400', '-2.0000', '2023-01-05', 'received', '2.6200', '2.6200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23553, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23554, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23555, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23556, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.2502', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.2502', '7.2502', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23557, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23558, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23559, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23560, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23561, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23562, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23563, NULL, NULL, 2671, '7506240608004', 'CHORRO PRETUL 1/2', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23564, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23565, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23566, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23567, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23568, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23569, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23570, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23571, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23572, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23573, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23574, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23575, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23576, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23577, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23578, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23579, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23580, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23581, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23582, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23583, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23584, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23585, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23586, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23587, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23588, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23589, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23590, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23591, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', NULL, '226.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '226.6000', '226.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23592, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', NULL, '20.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.7500', '20.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23593, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23594, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23595, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23596, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23597, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23598, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23599, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23600, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23601, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23602, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23603, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23604, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23605, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9583', '-5.0000', '2023-01-05', 'received', '0.7917', '0.7917', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23606, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23607, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23608, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23609, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23610, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23611, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23612, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23613, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9500', '-1.0000', '2023-01-05', 'received', '0.9500', '0.9500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23614, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8333', '0.0000', '2023-01-05', 'received', '0.8333', '0.8333', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23615, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.4167', '0.0000', '2023-01-05', 'received', '0.4167', '0.4167', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23616, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23617, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6667', '0.0000', '2023-01-05', 'received', '1.6667', '1.6667', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23618, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23619, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3042', '-11.0000', '2023-01-05', 'received', '0.8458', '0.8458', '-11.0000', NULL, NULL, 5, 'UNIDAD', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23620, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23621, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23622, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23623, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23624, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23625, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23626, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23627, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23628, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23629, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23630, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23631, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.9700', '9.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23632, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23633, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23634, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23635, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23636, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23637, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23638, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23639, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23640, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23641, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23642, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23643, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23644, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23645, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23646, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23647, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23648, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23649, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23650, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23651, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23652, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23653, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23654, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23655, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23656, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23657, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23658, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4010', '-6.0000', '2023-01-05', 'received', '0.9002', '0.9002', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23659, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23660, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23661, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23662, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23663, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23664, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.6000', '2.0000', '2023-01-05', 'received', '2.8000', '2.8000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23665, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23666, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23667, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23668, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23669, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-2.0000', '2023-01-05', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23670, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23671, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23672, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23673, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23674, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23675, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23676, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23677, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23678, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23679, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23680, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23681, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23682, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-84.0000', '-3.0000', '2023-01-05', 'received', '28.0000', '28.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23683, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23684, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.0000', '2.0000', '2023-01-05', 'received', '7.0000', '7.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23685, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23686, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.6400', '-4.0000', '2023-01-05', 'received', '6.4100', '6.4100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23687, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '8.3100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.2400', '1.0000', '2023-01-05', 'received', '8.3100', '8.3100', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23688, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.4800', '-1.0000', '2023-01-05', 'received', '16.4800', '16.4800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23689, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23690, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23691, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23692, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23693, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23694, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23695, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23696, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23697, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23698, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5200', '-1.0000', '2023-01-05', 'received', '16.5200', '16.5200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23699, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.0000', '1.0000', '2023-01-05', 'received', '23.0000', '23.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23700, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23701, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0000', '-1.0000', '2023-01-05', 'received', '14.0000', '14.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23702, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.1300', '1.0000', '2023-01-05', 'received', '4.1300', '4.1300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23703, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23704, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23705, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23706, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23707, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23708, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23709, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23710, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23711, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23712, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6000', '0.0000', '2023-01-05', 'received', '4.6000', '4.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23713, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23714, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23715, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23716, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23717, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23718, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23719, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '191.6633', '191.6633', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23720, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23721, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '40.6717', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '40.6717', '40.6717', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23722, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23723, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23724, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23725, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23726, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23727, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23728, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23729, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23730, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23731, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23732, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23733, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23734, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23735, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23736, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23737, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23738, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23739, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23740, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.6500', '0.0000', '2023-01-05', 'received', '2.5500', '2.5500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23741, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.2794', '0.0000', '2023-01-05', 'received', '2.4265', '2.4265', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23742, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23743, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23744, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23745, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23746, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23747, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23748, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23749, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23750, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23751, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23752, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23753, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23754, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23755, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5000', '-1.0000', '2023-01-05', 'received', '6.5000', '6.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23756, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23757, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23758, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9600', '4.0000', '2023-01-05', 'received', '0.7400', '0.7400', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23759, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23760, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6667', '-1.0000', '2023-01-05', 'received', '6.6667', '6.6667', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23761, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23762, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.5200', '3.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23763, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23764, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23765, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23766, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23767, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23768, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23769, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '-1.0000', '2023-01-05', 'received', '24.0000', '24.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23770, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23771, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23772, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23773, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0000', '-1.0000', '2023-01-05', 'received', '2.0000', '2.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23774, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23775, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23776, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23777, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23778, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23779, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23780, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23781, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23782, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23783, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23784, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23785, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23786, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23787, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.3400', '14.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23788, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23789, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23790, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '-6.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.3650', '-6.5000', '2023-01-05', 'received', '6.2100', '6.2100', '-6.5000', NULL, NULL, 1, 'PZA', '-6.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23791, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23792, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23793, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23794, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23795, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.6000', '-6.0000', '2023-01-05', 'received', '0.6000', '0.6000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23796, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23797, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23798, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23799, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23800, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23801, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '-96.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.4000', '-96.0000', '2023-01-05', 'received', '0.1500', '0.1500', '-96.0000', NULL, NULL, 1, 'PZA', '-96.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23802, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '104.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.6000', '104.0000', '2023-01-05', 'received', '0.1500', '0.1500', '104.0000', NULL, NULL, 1, 'PZA', '104.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23803, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23804, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23805, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23806, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23807, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23808, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23809, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23810, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23811, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23812, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23813, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23814, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23815, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23816, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '101.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '16.1600', '101.0000', '2023-01-05', 'received', '0.1600', '0.1600', '101.0000', NULL, NULL, 1, 'PZA', '101.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23817, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23818, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23819, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23820, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '-59.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-389.4000', '-59.0000', '2023-01-05', 'received', '6.6000', '6.6000', '-59.0000', NULL, NULL, 1, 'PZA', '-59.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23821, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6000', '0.0000', '2023-01-05', 'received', '6.6000', '6.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23822, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.8000', '0.0000', '2023-01-05', 'received', '6.6000', '6.6000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23823, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23824, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8000', '20.0000', '2023-01-05', 'received', '0.0900', '0.0900', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23825, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0700', '-1.0000', '2023-01-05', 'received', '0.0700', '0.0700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23826, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23827, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0000', '2.0000', '2023-01-05', 'received', '0.1000', '0.1000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23828, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23829, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23830, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23831, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.0000', '4.0000', '2023-01-05', 'received', '7.7500', '7.7500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23832, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23833, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23834, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23835, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23836, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23837, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23838, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23839, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23840, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '157.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '28.2600', '157.0000', '2023-01-05', 'received', '0.1800', '0.1800', '157.0000', NULL, NULL, 1, 'PZA', '157.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23841, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23842, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5000', '1.0000', '2023-01-05', 'received', '1.5000', '1.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23843, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23844, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23845, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23846, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23847, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23848, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23849, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23850, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23851, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23852, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23853, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23854, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23855, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23856, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23857, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23858, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23859, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23860, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23861, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6900', '0.0000', '2023-01-05', 'received', '0.6900', '0.6900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23862, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23863, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23864, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23865, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23866, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23867, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5000', '0.0000', '2023-01-05', 'received', '0.8500', '0.8500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23868, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.7000', '13.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23869, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23870, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23871, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.4100', '-9.0000', '2023-01-05', 'received', '1.4900', '1.4900', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23872, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5700', '3.0000', '2023-01-05', 'received', '1.1900', '1.1900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23873, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.8700', '3.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23874, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.7700', '0.0000', '2023-01-05', 'received', '10.5900', '10.5900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23875, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '0.0000', '2023-01-05', 'received', '20.0000', '20.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23876, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23877, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23878, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23879, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4500', '-5.0000', '2023-01-05', 'received', '0.6900', '0.6900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23880, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6200', '-1.0000', '2023-01-05', 'received', '2.6200', '2.6200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23881, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0900', '-1.0000', '2023-01-05', 'received', '1.0900', '1.0900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23882, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4000', '1.0000', '2023-01-05', 'received', '3.4000', '3.4000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23883, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23884, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.8500', '1.0000', '2023-01-05', 'received', '3.8500', '3.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23885, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23886, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23887, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23888, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23889, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2000', '-1.0000', '2023-01-05', 'received', '4.2000', '4.2000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23890, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23891, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23892, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23893, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23894, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23895, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23896, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23897, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23898, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '2.0000', '2023-01-05', 'received', '15.0000', '15.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23899, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23900, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23901, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23902, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23903, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23904, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23905, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23906, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23907, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2000', '-2.0000', '2023-01-05', 'received', '0.6000', '0.6000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23908, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.9900', '1.0000', '2023-01-05', 'received', '3.9900', '3.9900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23909, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23910, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8300', '-1.0000', '2023-01-05', 'received', '2.8300', '2.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23911, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23912, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23913, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.2600', '6.0000', '2023-01-05', 'received', '1.2100', '1.2100', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23914, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.6100', '3.0000', '2023-01-05', 'received', '4.8700', '4.8700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23915, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0300', '-1.0000', '2023-01-05', 'received', '13.0300', '13.0300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23916, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '1.0100', '1.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23917, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '33.0900', '1.0000', '2023-01-05', 'received', '33.0900', '33.0900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23918, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23919, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23920, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23921, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23922, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23923, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23924, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23925, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23926, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23927, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23928, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23929, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23930, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23931, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23932, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23933, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23934, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23935, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23936, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23937, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6744', '0.0000', '2023-01-05', 'received', '0.1124', '0.1124', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23938, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23939, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23940, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23941, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23942, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23943, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23944, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23945, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23946, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23947, NULL, NULL, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23948, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23949, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23950, NULL, NULL, 2475, 'VK0928', 'ABRAZADERA PLASTICA DE 6\" NEGRO 100 UNI', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23951, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-05', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23952, 407, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-01-05', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23953, 408, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '15.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '232.5000', '0.0000', '2023-01-05', 'received', '15.5000', '15.5000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '15.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23954, 409, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '634.4200', '0.0000', '2023-01-05', 'received', '52.8683', '52.8683', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '52.8683');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23955, 409, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '35.4783', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '851.4800', '0.0000', '2023-01-05', 'received', '35.4783', '35.4783', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '35.4783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23956, 410, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '76.3000', '10.0000', '2023-01-05', 'received', '7.6300', '7.6300', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '7.6300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23957, 410, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '221.3000', '10.0000', '2023-01-05', 'received', '22.1300', '22.1300', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '22.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23958, 410, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '89.8000', '10.0000', '2023-01-05', 'received', '8.9800', '8.9800', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '8.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23959, 410, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.5000', '0.0000', '2023-01-05', 'received', '2.9500', '2.9500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23960, 410, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.9600', '6.0000', '2023-01-05', 'received', '4.6600', '4.6600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.6600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23961, 410, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.6600', '3.0000', '2023-01-05', 'received', '17.2200', '17.2200', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '17.2200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23962, 410, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '178.6000', '0.0000', '2023-01-05', 'received', '178.6000', '178.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '178.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23963, 410, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '115.9800', '6.0000', '2023-01-05', 'received', '19.3300', '19.3300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '19.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23964, 410, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '197.4000', '6.0000', '2023-01-05', 'received', '32.9000', '32.9000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '32.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23965, 410, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '413.5800', '0.0000', '2023-01-05', 'received', '206.7900', '206.7900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '206.7900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23966, 410, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '94.6800', '1.0000', '2023-01-05', 'received', '94.6800', '94.6800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '94.6800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23967, 410, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.8900', '1.0000', '2023-01-05', 'received', '109.8900', '109.8900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '109.8900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23968, 410, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.2000', '10.0000', '2023-01-05', 'received', '10.5200', '10.5200', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '10.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23969, 410, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.4400', '6.0000', '2023-01-05', 'received', '7.2400', '7.2400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '7.2400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23970, 410, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '213.7000', '10.0000', '2023-01-05', 'received', '21.3700', '21.3700', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '21.3700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23971, 410, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0300', '3.0000', '2023-01-05', 'received', '20.0100', '20.0100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '20.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23972, 410, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.3000', '0.0000', '2023-01-05', 'received', '3.0300', '3.0300', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '3.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23973, 410, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.3000', '10.0000', '2023-01-05', 'received', '1.2100', '1.2100', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '1.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23974, 410, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.4000', '10.0000', '2023-01-05', 'received', '1.8200', '1.8200', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '1.8200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23975, 410, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '33.4700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '200.8200', '0.0000', '2023-01-05', 'received', '33.4700', '33.4700', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '33.4700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23976, 410, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '122.3400', '4.0000', '2023-01-05', 'received', '20.3900', '20.3900', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '20.3900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23977, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '4.8700', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.2200', '4.0000', '2023-01-05', 'received', '4.8700', '4.8700', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23978, 411, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.3600', '0.0000', '2023-01-06', 'received', '9.5600', '9.5600', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.5600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23979, 411, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.7600', '0.0000', '2023-01-06', 'received', '5.7400', '5.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23980, 412, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.2502', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '348.0100', '0.0000', '2023-01-06', 'received', '7.2502', '7.2502', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.2502');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23981, 413, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '285.6000', '0.0000', '2023-01-09', 'received', '5.9500', '5.9500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23982, 413, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2023-01-09', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23983, 413, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-01-09', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23984, 414, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0800', '0.0000', '2023-01-09', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23985, 414, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '823.8000', '0.0000', '2023-01-09', 'received', '11.4417', '11.4417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '11.4417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23986, 414, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '317.4600', '0.0000', '2023-01-09', 'received', '4.4092', '4.4092', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23987, 414, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '116.4000', '0.0000', '2023-01-09', 'received', '4.8500', '4.8500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23988, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '17.0000', '2023-01-09', 'received', '0.7500', '0.7500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23989, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '0.0000', '2023-01-09', 'received', '6.0000', '6.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23990, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '0.0000', '2023-01-09', 'received', '6.0000', '6.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23991, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '132.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.1000', '116.0000', '2023-01-09', 'received', '0.1750', '0.1750', '132.0000', NULL, NULL, 5, 'UNIDAD', '132.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23992, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2000', '0.0000', '2023-01-09', 'received', '0.3000', '0.3000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23993, 415, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.0000', '0.0000', '2023-01-11', 'received', '0.8333', '0.8333', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23994, 416, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2023-01-11', 'received', '12.5000', '12.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '12.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23995, 416, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.0000', '12.0000', '2023-01-11', 'received', '2.9167', '2.9167', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23996, 416, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '12.0000', '2023-01-11', 'received', '10.8333', '10.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '10.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23997, 417, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '108.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '486.0000', '108.0000', '2023-01-11', 'received', '4.5000', '4.5000', '108.0000', NULL, NULL, 1, 'PZA', '108.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (23999, 418, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.3077', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '128.7693', '0.0000', '2023-01-11', 'received', '14.3077', '14.3077', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '14.3077');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24000, 419, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2500', '0.0000', '2023-01-11', 'received', '12.8750', '12.8750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24001, 419, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2023-01-11', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24002, 420, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '195.0000', '0.0000', '2023-01-11', 'received', '39.0000', '39.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24003, 420, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.2500', '0.0000', '2023-01-11', 'received', '22.2500', '22.2500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24004, 420, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.7025', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '321.7200', '0.0000', '2023-01-11', 'received', '6.7025', '6.7025', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '6.7025');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24005, 421, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '410.0000', '0.0000', '2023-01-13', 'received', '8.5417', '8.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24006, 421, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.0000', '0.0000', '2023-01-13', 'received', '3.4167', '3.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24007, 422, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.2400', '0.0000', '2023-01-13', 'received', '8.5200', '8.5200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24008, 422, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-01-13', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24009, 423, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '168.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '144.1999', '0.0000', '2023-01-13', 'received', '0.8583', '0.8583', '168.0000', NULL, NULL, 5, 'UNIDAD', '168.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24010, 423, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.4000', '0.0000', '2023-01-13', 'received', '0.9042', '0.9042', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.9042');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24011, 423, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2023-01-13', 'received', '1.2500', '1.2500', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '1.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24012, 424, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '122.0000', '1.0000', '2023-01-13', 'received', '2.5417', '2.5417', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '2.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24013, 425, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2023-01-13', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24014, 425, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.2000', '0.0000', '2023-01-13', 'received', '4.6000', '4.6000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24015, 425, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.3600', '0.0000', '2023-01-13', 'received', '5.1400', '5.1400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24016, 425, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.2000', '0.0000', '2023-01-13', 'received', '5.8000', '5.8000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24017, 426, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2023-01-16', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24018, 427, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.7500', '0.0000', '2023-01-16', 'received', '1.8750', '1.8750', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24019, 427, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2023-01-16', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24020, 427, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2023-01-16', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24021, 427, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-01-16', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24022, 427, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-01-16', 'received', '1.8750', '1.8750', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24023, 427, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2023-01-16', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24024, 427, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2023-01-16', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24025, 427, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2023-01-16', 'received', '3.7500', '3.7500', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24026, 427, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '37.5000', '0.0000', '2023-01-16', 'received', '0.7500', '0.7500', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24027, 427, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2023-01-16', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24028, 428, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '195.0000', '0.0000', '2023-01-16', 'received', '8.1250', '8.1250', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '8.1250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24029, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24030, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24031, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24032, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24033, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24034, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2499', '-18.0000', '2023-01-18', 'received', '0.4583', '0.4583', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24035, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24036, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24037, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24038, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24039, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24040, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24041, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24042, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24043, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24044, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24045, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24046, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24047, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0083', '0.0000', '2023-01-18', 'received', '0.8583', '0.8583', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24048, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.2092', '24.2092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24049, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24050, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24051, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24052, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24053, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.3077', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.3077', '14.3077', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24054, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24055, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24056, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24057, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24058, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24059, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24060, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24061, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24062, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24063, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '33.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '33.4700', '33.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24064, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24065, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24066, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24067, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24068, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24069, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24070, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24071, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24072, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24073, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24074, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24075, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24076, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24077, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24078, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24079, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24080, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24081, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24082, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5100', '-1.0000', '2023-01-18', 'received', '0.5100', '0.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24083, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24084, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24085, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24086, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24087, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24088, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '2.0000', '2023-01-18', 'received', '4.5000', '4.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24089, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24090, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24091, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '-128.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0800', '-128.0000', '2023-01-18', 'received', '0.1100', '0.1100', '-128.0000', NULL, NULL, 1, 'PZA', '-128.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24092, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24093, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-1.0000', '2023-01-18', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24094, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24095, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24096, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.9500', '11.0000', '2023-01-18', 'received', '0.4500', '0.4500', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24097, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24098, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24099, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24100, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24101, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24102, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24103, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24104, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24105, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24106, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24107, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24108, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '1.0000', '2023-01-18', 'received', '17.5000', '17.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24109, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24110, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24111, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7300', '-1.0000', '2023-01-18', 'received', '4.7300', '4.7300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24112, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24113, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24114, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24115, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24116, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.1400', '18.0000', '2023-01-18', 'received', '0.2300', '0.2300', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24117, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24118, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24119, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24120, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7292', '2.7292', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24121, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.8233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.8233', '12.8233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24122, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2000', '-2.0000', '2023-01-18', 'received', '0.6000', '0.6000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24123, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24124, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24125, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8500', '4.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24126, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24127, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5833', '5.0000', '2023-01-18', 'received', '0.9167', '0.9167', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24128, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24129, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24130, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24131, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24132, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24133, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '52.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.3333', '0.0000', '2023-01-18', 'received', '0.8333', '0.8333', '52.0000', NULL, NULL, 1, 'PZA', '52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24134, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24135, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24136, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24137, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24138, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24139, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.8800', '0.0000', '2023-01-18', 'received', '15.8800', '15.8800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24140, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24141, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24142, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24143, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24144, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24145, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24146, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24147, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24148, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24149, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24150, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24151, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24152, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24153, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24154, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24155, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24156, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24157, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.4200', '0.0000', '2023-01-18', 'received', '11.4200', '11.4200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24158, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24159, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24160, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24161, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24162, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24163, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24164, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24165, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24166, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24167, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24168, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24169, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24170, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2023-01-18', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24171, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1233', '1.1233', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24172, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24173, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24174, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24175, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24176, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24177, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24178, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24179, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2490', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2490', '0.2490', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24180, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24181, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6900', '0.0000', '2023-01-18', 'received', '0.6700', '0.6700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24182, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24183, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24184, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24185, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24186, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24187, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24188, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24189, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24190, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24191, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24192, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24193, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24194, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24195, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24196, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24197, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1842', '-1.0000', '2023-01-18', 'received', '0.1842', '0.1842', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24198, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6200', '-1.0000', '2023-01-18', 'received', '13.6200', '13.6200', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24199, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24200, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24201, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24202, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24203, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24204, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24205, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24206, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24207, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24208, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24209, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24210, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24211, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.4167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4167', '0.0000', '2023-01-18', 'received', '3.4167', '3.4167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24212, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24213, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24214, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24215, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24216, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24217, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1600', '5.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24218, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.4167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4167', '0.0000', '2023-01-18', 'received', '3.4167', '3.4167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24219, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24220, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24221, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24222, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24223, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24224, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24225, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24226, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24227, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.7025', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7025', '6.7025', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24228, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24229, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24230, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24231, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24232, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24233, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24234, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24235, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24236, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24237, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24238, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24239, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24240, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24241, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24242, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24243, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24244, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24245, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24246, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24247, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24248, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24249, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24250, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24251, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24252, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24253, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24254, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24255, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24256, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24257, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24258, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24259, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24260, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24261, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24262, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24263, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24264, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24265, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24266, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24267, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24268, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24269, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24270, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24271, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24272, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24273, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24274, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24275, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24276, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24277, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24278, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24279, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24280, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '1.0000', '2023-01-18', 'received', '32.0000', '32.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24281, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24282, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24283, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24284, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24285, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24286, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24287, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24288, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24289, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24290, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24291, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24292, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24293, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24294, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24295, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24296, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24297, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24298, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24299, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24300, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24301, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24302, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24303, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24304, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24305, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24306, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24307, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24308, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24309, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24310, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24311, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24312, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24313, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24314, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24315, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24316, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24317, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24318, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24319, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24320, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24321, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24322, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24323, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24324, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24325, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24326, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24327, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24328, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24329, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24330, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24331, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24332, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24333, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24334, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24335, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24336, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24337, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24338, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24339, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24340, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24341, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24342, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24343, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24344, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24345, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24346, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24347, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24348, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24349, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24350, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24351, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24352, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24353, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24354, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24355, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24356, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24357, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24358, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24359, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24360, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24361, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24362, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24363, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24364, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24365, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24366, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24367, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24368, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24369, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0416', '-1.0000', '2023-01-18', 'received', '1.0416', '1.0416', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24370, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24371, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24372, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24373, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24374, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.3656', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.3656', '0.0000', '2023-01-18', 'received', '6.3656', '6.3656', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24375, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24376, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24377, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24378, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24379, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5700', '3.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24380, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24381, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24382, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24383, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24384, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24385, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24386, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.3000', '0.0000', '2023-01-18', 'received', '10.3000', '10.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24387, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24388, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24389, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24390, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7500', '0.0000', '2023-01-18', 'received', '1.7500', '1.7500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24391, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24392, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24393, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.6700', '0.0000', '2023-01-18', 'received', '6.8900', '6.8900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24394, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24395, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24396, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24397, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7517', '7.7517', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24398, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '102.5000', '0.0000', '2023-01-18', 'received', '8.5417', '8.5417', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24399, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24400, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.4417', '0.0000', '2023-01-18', 'received', '11.4417', '11.4417', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24401, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24402, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5700', '2.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24403, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2000', '0.0000', '2023-01-18', 'received', '3.2000', '3.2000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24404, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0300', '0.0000', '2023-01-18', 'received', '3.0300', '3.0300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24405, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.5800', '5.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24406, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5600', '0.0000', '2023-01-18', 'received', '9.5600', '9.5600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24407, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.4000', '0.0000', '2023-01-18', 'received', '5.8000', '5.8000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24408, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24409, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '0.0000', '2023-01-18', 'received', '8.5000', '8.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24410, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24411, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24412, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24413, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24414, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24415, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24416, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24417, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24418, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24419, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24420, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24421, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24422, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24423, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24424, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24425, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24426, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24427, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24428, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24429, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24430, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5800', '0.0000', '2023-01-18', 'received', '2.5800', '2.5800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24431, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.8750', '0.0000', '2023-01-18', 'received', '12.8750', '12.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24432, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24433, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.8300', '0.0000', '2023-01-18', 'received', '10.8300', '10.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24434, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1667', '0.0000', '2023-01-18', 'received', '2.0833', '2.0833', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24435, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24436, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24437, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24438, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9583', '0.0000', '2023-01-18', 'received', '5.9583', '5.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24439, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24440, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-3.0000', '2023-01-18', 'received', '4.0000', '4.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24441, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24442, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24443, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24444, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24445, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24446, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24447, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24448, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24449, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24450, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8750', '0.0000', '2023-01-18', 'received', '1.8750', '1.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24451, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24452, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24453, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24454, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8750', '0.0000', '2023-01-18', 'received', '1.8750', '1.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24455, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24456, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2500', '-7.0000', '2023-01-18', 'received', '0.7500', '0.7500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24457, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24458, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24459, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24460, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24461, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24462, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24463, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24464, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24465, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24466, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24467, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24468, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24469, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24470, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24471, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24472, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24473, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24474, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24475, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24476, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24477, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24478, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24479, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24480, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24481, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24482, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24483, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24484, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1400', '5.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24485, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24486, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24487, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24488, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24489, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24490, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24491, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24492, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7300', '2.7300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24493, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4063', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.4063', '0.0000', '2023-01-18', 'received', '0.4063', '0.4063', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24494, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24495, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24496, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24497, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24498, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24499, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24500, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24501, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24502, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24503, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24504, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.1200', '0.0000', '2023-01-18', 'received', '0.5600', '0.5600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24505, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24506, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24507, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24508, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24509, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24510, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1700', '0.0000', '2023-01-18', 'received', '4.1700', '4.1700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24511, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24512, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24513, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24514, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24515, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24516, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24517, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24518, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5800', '-1.0000', '2023-01-18', 'received', '1.5800', '1.5800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24519, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24520, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24521, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24522, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.7000', '0.0000', '2023-01-18', 'received', '5.9500', '5.9500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24523, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24524, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24525, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '5.7540', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7540', '5.7540', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24526, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.9875', '0.0000', '2023-01-18', 'received', '0.9042', '0.9042', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24527, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7083', '1.7083', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24528, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24529, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24530, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24531, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24532, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24533, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24534, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24535, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8700', '1.0000', '2023-01-18', 'received', '6.8700', '6.8700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24536, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24537, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24538, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24539, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24540, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24541, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24542, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24543, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24544, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24545, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24546, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24547, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24548, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24549, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24550, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24551, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24552, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24553, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24554, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.8183', '0.0000', '2023-01-18', 'received', '4.4092', '4.4092', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24555, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2600', '4.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24556, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24557, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24558, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24559, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24560, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24561, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24562, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24563, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24564, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24565, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24566, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24567, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24568, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6429', '0.0000', '2023-01-18', 'received', '0.6429', '0.6429', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24569, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24570, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24571, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24572, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24573, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24574, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24575, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '-1.0000', '2023-01-18', 'received', '25.5000', '25.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24576, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24577, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24578, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24579, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24580, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24581, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24582, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24583, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24584, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24585, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24586, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24587, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24588, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24589, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24590, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24591, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24592, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24593, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24594, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24595, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24596, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24597, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24598, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24599, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24600, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24601, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24602, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24603, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24604, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24605, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24606, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24607, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24608, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24609, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24610, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24611, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24612, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24613, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24614, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24615, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24616, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24617, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24618, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24619, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24620, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24621, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24622, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24623, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.7600', '4.0000', '2023-01-18', 'received', '5.4400', '5.4400', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24624, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24625, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24626, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24627, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24628, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24629, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24630, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24631, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24632, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24633, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24634, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24635, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24636, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24637, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7800', '-2.0000', '2023-01-18', 'received', '3.3900', '3.3900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24638, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24639, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24640, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24641, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24642, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24643, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24644, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24645, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24646, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24647, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24648, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24649, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24650, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24651, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24652, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24653, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24654, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24655, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24656, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24657, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24658, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24659, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24660, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24661, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24662, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24663, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24664, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24665, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8400', '-4.0000', '2023-01-18', 'received', '1.2100', '1.2100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24666, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24667, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24668, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24669, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24670, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24671, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24672, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24673, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24674, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24675, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24676, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24677, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24678, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24679, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24680, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24681, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24682, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24683, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24684, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24685, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24686, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24687, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24688, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24689, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24690, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '-1.0000', '2023-01-18', 'received', '0.5000', '0.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24691, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24692, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24693, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24694, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24695, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24696, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24697, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24698, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24699, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24700, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24701, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24702, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24703, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24704, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24705, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24706, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24707, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24708, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24709, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24710, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24711, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24712, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24713, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24714, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24715, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24716, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24717, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.8000', '2.0000', '2023-01-18', 'received', '19.4000', '19.4000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24718, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24719, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24720, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24721, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24722, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24723, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24724, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24725, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24726, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24727, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24728, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24729, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24730, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24731, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24732, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24733, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24734, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24735, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24736, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24737, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24738, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24739, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24740, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24741, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24742, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24743, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24744, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24745, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24746, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24747, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24748, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24749, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6667', '-1.0000', '2023-01-18', 'received', '1.6667', '1.6667', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24750, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1250', '-9.0000', '2023-01-18', 'received', '0.7917', '0.7917', '-9.0000', NULL, NULL, 5, 'UNIDAD', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24751, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24752, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24753, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24754, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24755, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24756, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24757, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24758, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24759, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8333', '0.0000', '2023-01-18', 'received', '0.8333', '0.8333', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24760, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24761, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24762, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24763, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24764, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8458', '-1.0000', '2023-01-18', 'received', '0.8458', '0.8458', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24765, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24766, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24767, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24768, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24769, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24770, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24771, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24772, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24773, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24774, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24775, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24776, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.9700', '9.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24777, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24778, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24779, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24780, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24781, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24782, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24783, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24784, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24785, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24786, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24787, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24788, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24789, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24790, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24791, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24792, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24793, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24794, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24795, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24796, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24797, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24798, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24799, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24800, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24801, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24802, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24803, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5008', '5.0000', '2023-01-18', 'received', '0.9002', '0.9002', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24804, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9000', '-3.0000', '2023-01-18', 'received', '0.3000', '0.3000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24805, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24806, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24807, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24808, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24809, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24810, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24811, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24812, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24813, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24814, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5000', '-3.0000', '2023-01-18', 'received', '4.5000', '4.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24815, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24816, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24817, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24818, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24819, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24820, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24821, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24822, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24823, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24824, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24825, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24826, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24827, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24828, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24829, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24830, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24831, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24832, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '8.3100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.3100', '1.0000', '2023-01-18', 'received', '8.3100', '8.3100', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24833, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24834, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24835, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-1.0000', '2023-01-18', 'received', '30.0000', '30.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24836, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24837, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24838, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24839, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24840, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24841, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24842, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24843, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24844, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24845, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24846, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24847, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24848, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24849, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24850, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24851, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24852, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24853, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24854, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24855, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24856, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24857, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24858, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24859, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24860, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.0000', '-7.0000', '2023-01-18', 'received', '7.0000', '7.0000', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24861, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24862, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24863, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '202.7750', '1.0000', '2023-01-18', 'received', '40.5550', '40.5550', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24864, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '191.6633', '191.6633', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24865, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24866, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '35.4783', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-141.9133', '0.0000', '2023-01-18', 'received', '35.4783', '35.4783', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24867, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24868, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24869, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24870, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24871, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24872, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24873, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24874, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24875, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24876, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24877, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24878, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24879, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24880, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24881, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24882, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24883, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24884, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1000', '0.0000', '2023-01-18', 'received', '7.1000', '7.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24885, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24886, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4265', '2.4265', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24887, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24888, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24889, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24890, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24891, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24892, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24893, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24894, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4800', '-3.0000', '2023-01-18', 'received', '0.1600', '0.1600', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24895, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24896, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24897, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24898, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24899, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24900, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24901, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24902, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8700', '0.0000', '2023-01-18', 'received', '0.8700', '0.8700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24903, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24904, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24905, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24906, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24907, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24908, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5200', '3.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24909, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24910, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24911, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24912, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24913, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24914, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24915, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24916, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24917, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24918, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24919, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24920, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24921, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24922, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24923, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24924, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24925, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24926, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24927, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24928, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24929, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24930, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24931, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24932, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24933, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24934, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24935, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24936, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24937, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24938, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24939, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24940, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24941, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24942, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24943, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24944, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24945, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24946, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24947, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-4.0000', '2023-01-18', 'received', '0.1500', '0.1500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24948, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-4.0000', '2023-01-18', 'received', '0.1500', '0.1500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24949, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24950, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24951, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24952, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24953, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24954, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24955, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24956, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24957, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24958, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24959, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24960, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24961, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24962, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24963, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24964, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24965, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24966, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24967, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.8000', '0.0000', '2023-01-18', 'received', '6.6000', '6.6000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24968, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.8000', '0.0000', '2023-01-18', 'received', '6.6000', '6.6000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24969, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24970, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24971, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0700', '1.0000', '2023-01-18', 'received', '0.0700', '0.0700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24972, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24973, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24974, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24975, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24976, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24977, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24978, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3000', '-1.0000', '2023-01-18', 'received', '1.3000', '1.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24979, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24980, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24981, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24982, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24983, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24984, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.4500', '5.0000', '2023-01-18', 'received', '0.0900', '0.0900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24985, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24986, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '-52.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3600', '-52.0000', '2023-01-18', 'received', '0.1800', '0.1800', '-52.0000', NULL, NULL, 1, 'PZA', '-52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24987, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24988, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '-1.0000', '2023-01-18', 'received', '1.5000', '1.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24989, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24990, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24991, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24992, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24993, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24994, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24995, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24996, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24997, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24998, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (24999, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25000, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25001, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25002, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25003, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25004, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25005, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25006, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25007, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25008, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25009, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8400', '-1.0000', '2023-01-18', 'received', '1.8400', '1.8400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25010, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.3800', '2.0000', '2023-01-18', 'received', '0.6900', '0.6900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25011, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25012, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25013, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5500', '0.0000', '2023-01-18', 'received', '0.8500', '0.8500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25014, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.7000', '13.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25015, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25016, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25017, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.4500', '5.0000', '2023-01-18', 'received', '1.4900', '1.4900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25018, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3800', '2.0000', '2023-01-18', 'received', '1.1900', '1.1900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25019, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8700', '3.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25020, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25021, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25022, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25023, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25024, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25025, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25026, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25027, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25028, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25029, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25030, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25031, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0400', '-2.0000', '2023-01-18', 'received', '8.5200', '8.5200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25032, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25033, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25034, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25035, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25036, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25037, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25038, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25039, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25040, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25041, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25042, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25043, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25044, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25045, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25046, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25047, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25048, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25049, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.9400', '2.0000', '2023-01-18', 'received', '3.9700', '3.9700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25050, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25051, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25052, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25053, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25054, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25055, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25056, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25057, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25058, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25059, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25060, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25061, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25062, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0100', '1.0000', '2023-01-18', 'received', '1.0100', '1.0100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25063, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25064, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25065, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25066, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25067, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.9000', '-5.0000', '2023-01-18', 'received', '3.9800', '3.9800', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25068, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25069, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25070, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25071, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25072, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25073, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25074, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25075, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25076, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25077, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25078, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25079, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25080, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25081, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25082, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25083, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6744', '0.0000', '2023-01-18', 'received', '0.1124', '0.1124', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25084, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25085, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25086, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25087, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25088, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25089, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25090, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25091, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25092, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25093, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25094, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25095, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25096, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25097, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25098, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25099, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25100, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25101, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2499', '18.0000', '2023-01-18', 'received', '0.4583', '0.4583', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25102, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25103, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25104, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25105, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25106, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25107, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25108, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25109, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25110, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25111, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25112, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25113, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25114, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0083', '0.0000', '2023-01-18', 'received', '0.8583', '0.8583', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25115, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.2092', '24.2092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25116, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25117, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25118, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25119, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25120, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.3077', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.3077', '14.3077', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25121, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25122, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25123, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25124, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25125, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25126, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25127, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25128, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25129, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25130, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '33.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '33.4700', '33.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25131, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25132, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25133, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25134, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25135, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25136, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25137, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25138, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25139, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25140, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25141, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25142, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25143, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25144, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25145, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25146, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25147, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25148, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25149, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5100', '1.0000', '2023-01-18', 'received', '0.5100', '0.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25150, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25151, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25152, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25153, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25154, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25155, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-2.0000', '2023-01-18', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25156, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25157, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25158, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '128.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.0800', '128.0000', '2023-01-18', 'received', '0.1100', '0.1100', '128.0000', NULL, NULL, 1, 'PZA', '128.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25159, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25160, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0000', '1.0000', '2023-01-18', 'received', '5.0000', '5.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25161, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25162, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25163, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.9500', '-11.0000', '2023-01-18', 'received', '0.4500', '0.4500', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25164, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25165, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25166, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25167, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25168, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25169, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25170, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25171, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25172, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25173, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25174, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25175, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.5000', '-1.0000', '2023-01-18', 'received', '17.5000', '17.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25176, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25177, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25178, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.7300', '1.0000', '2023-01-18', 'received', '4.7300', '4.7300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25179, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25180, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25181, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25182, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25183, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1400', '-18.0000', '2023-01-18', 'received', '0.2300', '0.2300', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25184, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25185, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25186, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25187, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7292', '2.7292', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25188, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.8233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.8233', '12.8233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25189, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2000', '2.0000', '2023-01-18', 'received', '0.6000', '0.6000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25190, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25191, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25192, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8500', '4.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25193, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25194, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5833', '-5.0000', '2023-01-18', 'received', '0.9167', '0.9167', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25195, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25196, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25197, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25198, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5000', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25199, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25200, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-52.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.3333', '0.0000', '2023-01-18', 'received', '0.8333', '0.8333', '-52.0000', NULL, NULL, 1, 'PZA', '-52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25201, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25202, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25203, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25204, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25205, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25206, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8800', '-1.0000', '2023-01-18', 'received', '15.8800', '15.8800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25207, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25208, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25209, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25210, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25211, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25212, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25213, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25214, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25215, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25216, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25217, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25218, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25219, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25220, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25221, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25222, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25223, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25224, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4200', '0.0000', '2023-01-18', 'received', '11.4200', '11.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25225, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25226, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25227, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25228, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25229, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25230, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25231, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25232, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25233, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25234, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25235, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25236, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25237, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '1.0000', '2023-01-18', 'received', '2.5000', '2.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25238, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1233', '1.1233', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25239, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25240, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25241, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25242, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25243, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25244, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25245, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25246, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2490', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2490', '0.2490', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25247, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25248, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6700', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.6900', '0.0000', '2023-01-18', 'received', '0.6700', '0.6700', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25249, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25250, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25251, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25252, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25253, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25254, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25255, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25256, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25257, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25258, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25259, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25260, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25261, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25262, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25263, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25264, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1842', '1.0000', '2023-01-18', 'received', '0.1842', '0.1842', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25265, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.6200', '1.0000', '2023-01-18', 'received', '13.6200', '13.6200', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25266, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25267, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25268, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25269, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25270, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25271, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25272, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25273, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25274, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25275, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25276, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25277, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25278, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.4167', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4167', '0.0000', '2023-01-18', 'received', '3.4167', '3.4167', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25279, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25280, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25281, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25282, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25283, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25284, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1600', '5.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25285, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.4167', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4167', '0.0000', '2023-01-18', 'received', '3.4167', '3.4167', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25286, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25287, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25288, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25289, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25290, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25291, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25292, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25293, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25294, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.7025', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7025', '6.7025', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25295, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25296, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25297, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25298, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25299, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25300, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25301, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25302, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25303, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25304, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25305, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25306, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25307, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25308, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25309, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25310, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25311, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25312, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25313, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25314, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25315, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25316, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25317, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25318, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25319, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25320, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25321, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25322, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25323, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25324, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25325, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25326, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25327, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25328, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25329, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25330, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25331, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25332, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25333, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25334, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25335, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25336, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25337, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25338, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25339, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25340, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25341, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25342, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25343, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25344, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25345, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25346, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25347, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2023-01-18', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25348, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25349, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25350, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25351, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25352, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25353, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25354, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25355, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25356, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25357, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25358, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25359, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25360, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25361, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25362, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25363, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25364, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25365, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25366, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25367, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25368, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25369, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25370, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25371, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25372, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25373, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25374, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25375, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25376, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25377, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25378, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25379, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25380, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25381, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25382, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25383, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25384, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25385, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25386, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25387, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25388, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25389, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25390, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25391, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25392, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25393, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25394, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25395, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25396, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25397, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25398, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25399, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25400, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25401, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25402, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25403, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25404, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25405, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25406, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25407, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25408, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25409, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25410, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25411, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25412, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25413, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25414, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25415, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25416, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25417, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25418, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25419, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25420, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25421, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25422, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25423, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25424, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25425, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25426, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25427, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25428, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25429, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25430, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25431, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25432, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25433, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25434, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25435, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25436, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0416', '1.0000', '2023-01-18', 'received', '1.0416', '1.0416', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25437, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25438, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25439, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25440, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25441, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.3656', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3656', '0.0000', '2023-01-18', 'received', '6.3656', '6.3656', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25442, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25443, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25444, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25445, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25446, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5700', '3.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25447, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25448, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25449, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25450, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25451, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25452, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25453, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.3000', '0.0000', '2023-01-18', 'received', '10.3000', '10.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25454, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25455, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25456, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25457, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7500', '0.0000', '2023-01-18', 'received', '1.7500', '1.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25458, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25459, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25460, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.6700', '0.0000', '2023-01-18', 'received', '6.8900', '6.8900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25461, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25462, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25463, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25464, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7517', '7.7517', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25465, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-102.5000', '0.0000', '2023-01-18', 'received', '8.5417', '8.5417', '-12.0000', NULL, NULL, 1, 'PZA', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25466, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25467, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4417', '0.0000', '2023-01-18', 'received', '11.4417', '11.4417', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25468, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25469, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5700', '2.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25470, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2000', '0.0000', '2023-01-18', 'received', '3.2000', '3.2000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25471, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.0300', '0.0000', '2023-01-18', 'received', '3.0300', '3.0300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25472, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.5800', '5.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25473, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.5600', '0.0000', '2023-01-18', 'received', '9.5600', '9.5600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25474, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.4000', '0.0000', '2023-01-18', 'received', '5.8000', '5.8000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25475, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25476, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5000', '0.0000', '2023-01-18', 'received', '8.5000', '8.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25477, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25478, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25479, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25480, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25481, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25482, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25483, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25484, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25485, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25486, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25487, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25488, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25489, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25490, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25491, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25492, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25493, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25494, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25495, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25496, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25497, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5800', '0.0000', '2023-01-18', 'received', '2.5800', '2.5800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25498, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.8750', '0.0000', '2023-01-18', 'received', '12.8750', '12.8750', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25499, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25500, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.8300', '0.0000', '2023-01-18', 'received', '10.8300', '10.8300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25501, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.1667', '0.0000', '2023-01-18', 'received', '2.0833', '2.0833', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25502, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25503, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25504, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25505, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9583', '0.0000', '2023-01-18', 'received', '5.9583', '5.9583', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25506, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25507, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0000', '3.0000', '2023-01-18', 'received', '4.0000', '4.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25508, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25509, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25510, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25511, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25512, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25513, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25514, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25515, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25516, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25517, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8750', '0.0000', '2023-01-18', 'received', '1.8750', '1.8750', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25518, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25519, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25520, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25521, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8750', '0.0000', '2023-01-18', 'received', '1.8750', '1.8750', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25522, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25523, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.2500', '7.0000', '2023-01-18', 'received', '0.7500', '0.7500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25524, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25525, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25526, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25527, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25528, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25529, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25530, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25531, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25532, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25533, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25534, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25535, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25536, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25537, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25538, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25539, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25540, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25541, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25542, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25543, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25544, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25545, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25546, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25547, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25548, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25549, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25550, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25551, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1400', '5.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25552, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25553, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25554, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25555, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25556, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25557, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25558, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25559, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7300', '2.7300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25560, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4063', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4063', '0.0000', '2023-01-18', 'received', '0.4063', '0.4063', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25561, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25562, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25563, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25564, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25565, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25566, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25567, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25568, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25569, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25570, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25571, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1200', '-2.0000', '2023-01-18', 'received', '0.5600', '0.5600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25572, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25573, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25574, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25575, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25576, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.2500', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25577, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.1700', '0.0000', '2023-01-18', 'received', '4.1700', '4.1700', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25578, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25579, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25580, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25581, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25582, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25583, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25584, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25585, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5800', '1.0000', '2023-01-18', 'received', '1.5800', '1.5800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25586, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25587, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25588, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25589, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '35.7000', '0.0000', '2023-01-18', 'received', '5.9500', '5.9500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25590, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25591, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25592, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '5.7540', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7540', '5.7540', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25593, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.9875', '0.0000', '2023-01-18', 'received', '0.9042', '0.9042', '-21.0000', NULL, NULL, 1, 'PZA', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25594, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7083', '1.7083', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25595, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25596, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25597, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25598, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25599, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25600, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25601, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25602, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8700', '-1.0000', '2023-01-18', 'received', '6.8700', '6.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25603, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25604, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25605, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25606, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25607, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25608, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25609, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25610, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25611, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25612, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25613, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25614, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25615, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25616, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25617, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25618, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25619, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25620, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25621, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.8183', '0.0000', '2023-01-18', 'received', '4.4092', '4.4092', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25622, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2600', '4.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25623, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.1000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25624, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.2000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25625, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25626, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25627, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25628, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25629, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25630, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25631, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25632, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25633, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25634, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25635, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6429', '0.0000', '2023-01-18', 'received', '0.6429', '0.6429', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25636, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25637, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25638, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25639, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25640, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25641, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25642, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5000', '1.0000', '2023-01-18', 'received', '25.5000', '25.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25643, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25644, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25645, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25646, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25647, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25648, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25649, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25650, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25651, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25652, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25653, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25654, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25655, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25656, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25657, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25658, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25659, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25660, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25661, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25662, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25663, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25664, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25665, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25666, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25667, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25668, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25669, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25670, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25671, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25672, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25673, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25674, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25675, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25676, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25677, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25678, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25679, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25680, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25681, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25682, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25683, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25684, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25685, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25686, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25687, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25688, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25689, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25690, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.7600', '-4.0000', '2023-01-18', 'received', '5.4400', '5.4400', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25691, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25692, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25693, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25694, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25695, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25696, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25697, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25698, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25699, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25700, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25701, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25702, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25703, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25704, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.7800', '2.0000', '2023-01-18', 'received', '3.3900', '3.3900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25705, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25706, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25707, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25708, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25709, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25710, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25711, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25712, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25713, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25714, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25715, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25716, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25717, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25718, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25719, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25720, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25721, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25722, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25723, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25724, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25725, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25726, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25727, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25728, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25729, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25730, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25731, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25732, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.8400', '4.0000', '2023-01-18', 'received', '1.2100', '1.2100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25733, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25734, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25735, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25736, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25737, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25738, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25739, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25740, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25741, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25742, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25743, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25744, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25745, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25746, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25747, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25748, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25749, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25750, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25751, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25752, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25753, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25754, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25755, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25756, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25757, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '1.0000', '2023-01-18', 'received', '0.5000', '0.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25758, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25759, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25760, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25761, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25762, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25763, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25764, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25765, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25766, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25767, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25768, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25769, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25770, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25771, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25772, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25773, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25774, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25775, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25776, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25777, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25778, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25779, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25780, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25781, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25782, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25783, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25784, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.8000', '-2.0000', '2023-01-18', 'received', '19.4000', '19.4000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25785, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25786, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25787, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25788, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25789, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25790, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25791, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25792, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25793, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25794, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25795, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25796, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25797, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25798, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25799, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25800, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25801, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25802, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25803, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25804, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25805, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25806, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25807, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25808, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25809, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25810, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25811, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25812, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25813, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25814, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25815, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25816, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.6667', '1.0000', '2023-01-18', 'received', '1.6667', '1.6667', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25817, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1250', '9.0000', '2023-01-18', 'received', '0.7917', '0.7917', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25818, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25819, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25820, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25821, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25822, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25823, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25824, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25825, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25826, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8333', '0.0000', '2023-01-18', 'received', '0.8333', '0.8333', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25827, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25828, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25829, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25830, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25831, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8458', '1.0000', '2023-01-18', 'received', '0.8458', '0.8458', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25832, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25833, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25834, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25835, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25836, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25837, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25838, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25839, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25840, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25841, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25842, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25843, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.9700', '9.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25844, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25845, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25846, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25847, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25848, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25849, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25850, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25851, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25852, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25853, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25854, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25855, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25856, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25857, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25858, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25859, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25860, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25861, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25862, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25863, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25864, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25865, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25866, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25867, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25868, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25869, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25870, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5008', '-5.0000', '2023-01-18', 'received', '0.9002', '0.9002', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25871, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.9000', '3.0000', '2023-01-18', 'received', '0.3000', '0.3000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25872, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25873, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25874, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25875, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25876, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25877, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25878, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25879, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25880, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25881, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.5000', '3.0000', '2023-01-18', 'received', '4.5000', '4.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25882, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25883, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25884, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25885, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25886, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25887, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25888, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25889, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25890, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25891, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25892, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25893, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25894, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25895, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25896, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25897, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25898, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25899, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '8.3100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3100', '-1.0000', '2023-01-18', 'received', '8.3100', '8.3100', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25900, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25901, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25902, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '1.0000', '2023-01-18', 'received', '30.0000', '30.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25903, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25904, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25905, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25906, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25907, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25908, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25909, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25910, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25911, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25912, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25913, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25914, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25915, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25916, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25917, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25918, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25919, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25920, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25921, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25922, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25923, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25924, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25925, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25926, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25927, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.0000', '7.0000', '2023-01-18', 'received', '7.0000', '7.0000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25928, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25929, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25930, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-202.7750', '-5.0000', '2023-01-18', 'received', '40.5550', '40.5550', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25931, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '191.6633', '191.6633', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25932, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25933, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '35.4783', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '141.9133', '0.0000', '2023-01-18', 'received', '35.4783', '35.4783', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25934, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25935, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25936, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25937, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25938, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25939, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25940, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25941, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25942, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25943, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25944, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25945, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25946, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25947, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25948, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25949, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25950, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25951, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1000', '0.0000', '2023-01-18', 'received', '7.1000', '7.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25952, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25953, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4265', '2.4265', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25954, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25955, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25956, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25957, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25958, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25959, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25960, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25961, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.4800', '3.0000', '2023-01-18', 'received', '0.1600', '0.1600', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25962, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25963, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25964, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25965, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25966, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25967, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25968, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25969, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8700', '0.0000', '2023-01-18', 'received', '0.8700', '0.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25970, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25971, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25972, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25973, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25974, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25975, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5200', '3.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25976, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25977, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25978, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25979, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25980, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25981, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25982, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25983, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25984, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25985, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25986, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25987, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25988, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25989, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25990, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25991, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25992, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25993, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25994, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25995, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25996, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25997, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25998, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (25999, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26000, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26001, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26002, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26003, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26004, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26005, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26006, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26007, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26008, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26009, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26010, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26011, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26012, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26013, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26014, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6000', '4.0000', '2023-01-18', 'received', '0.1500', '0.1500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26015, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6000', '4.0000', '2023-01-18', 'received', '0.1500', '0.1500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26016, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26017, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26018, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26019, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26020, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26021, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26022, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26023, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26024, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26025, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26026, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26027, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26028, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26029, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26030, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26031, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26032, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26033, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26034, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.8000', '0.0000', '2023-01-18', 'received', '6.6000', '6.6000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26035, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.8000', '0.0000', '2023-01-18', 'received', '6.6000', '6.6000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26036, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26037, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26038, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0700', '-1.0000', '2023-01-18', 'received', '0.0700', '0.0700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26039, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26040, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26041, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26042, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26043, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26044, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26045, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.3000', '1.0000', '2023-01-18', 'received', '1.3000', '1.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26046, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26047, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26048, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26049, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26050, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26051, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4500', '-5.0000', '2023-01-18', 'received', '0.0900', '0.0900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26052, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26053, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '52.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.3600', '52.0000', '2023-01-18', 'received', '0.1800', '0.1800', '52.0000', NULL, NULL, 1, 'PZA', '52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26054, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26055, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5000', '1.0000', '2023-01-18', 'received', '1.5000', '1.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26056, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26057, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26058, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26059, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26060, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26061, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26062, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26063, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26064, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26065, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26066, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26067, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26068, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26069, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26070, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26071, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26072, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26073, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26074, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26075, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26076, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8400', '1.0000', '2023-01-18', 'received', '1.8400', '1.8400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26077, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3800', '-2.0000', '2023-01-18', 'received', '0.6900', '0.6900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26078, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26079, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26080, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5500', '0.0000', '2023-01-18', 'received', '0.8500', '0.8500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26081, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.7000', '13.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26082, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26083, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26084, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.4500', '-5.0000', '2023-01-18', 'received', '1.4900', '1.4900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26085, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3800', '-2.0000', '2023-01-18', 'received', '1.1900', '1.1900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26086, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8700', '3.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26087, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26088, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26089, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26090, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26091, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26092, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26093, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26094, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26095, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26096, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26097, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26098, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.0400', '2.0000', '2023-01-18', 'received', '8.5200', '8.5200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26099, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26100, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26101, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26102, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26103, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26104, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26105, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26106, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26107, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26108, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26109, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26110, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26111, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26112, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26113, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26114, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26115, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26116, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.9400', '-2.0000', '2023-01-18', 'received', '3.9700', '3.9700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26117, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26118, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26119, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26120, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26121, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26122, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26123, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26124, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26125, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26126, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26127, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26128, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26129, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0100', '-1.0000', '2023-01-18', 'received', '1.0100', '1.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26130, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26131, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26132, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26133, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26134, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.9000', '5.0000', '2023-01-18', 'received', '3.9800', '3.9800', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26135, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26136, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26137, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26138, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26139, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26140, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26141, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26142, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26143, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26144, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26145, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26146, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26147, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26148, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26149, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26150, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6744', '0.0000', '2023-01-18', 'received', '0.1124', '0.1124', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26151, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26152, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26153, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26154, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26155, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26156, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26157, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26158, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26159, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26160, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26161, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26162, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26163, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26164, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26165, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26166, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26167, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26168, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2499', '-18.0000', '2023-01-18', 'received', '0.4583', '0.4583', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26169, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26170, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26171, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26172, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26173, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26174, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26175, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26176, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26177, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26178, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26179, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26180, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26181, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0083', '0.0000', '2023-01-18', 'received', '0.8583', '0.8583', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26182, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.2092', '24.2092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26183, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26184, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26185, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26186, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26187, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.3077', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.3077', '14.3077', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26188, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26189, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26190, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26191, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26192, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26193, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26194, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26195, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26196, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26197, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '33.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '33.4700', '33.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26198, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26199, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26200, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26201, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26202, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26203, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26204, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26205, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26206, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26207, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26208, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26209, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26210, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26211, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26212, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26213, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26214, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26215, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26216, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5100', '-1.0000', '2023-01-18', 'received', '0.5100', '0.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26217, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26218, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26219, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26220, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26221, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26222, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '2.0000', '2023-01-18', 'received', '4.5000', '4.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26223, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26224, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26225, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '-128.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0800', '-128.0000', '2023-01-18', 'received', '0.1100', '0.1100', '-128.0000', NULL, NULL, 1, 'PZA', '-128.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26226, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26227, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-1.0000', '2023-01-18', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26228, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26229, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26230, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.9500', '11.0000', '2023-01-18', 'received', '0.4500', '0.4500', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26231, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26232, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26233, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26234, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26235, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26236, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26237, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26238, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26239, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26240, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.2000', '4.0000', '2023-01-18', 'received', '3.3000', '3.3000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26241, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26242, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.5000', '1.0000', '2023-01-18', 'received', '17.5000', '17.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26243, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26244, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26245, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7300', '-1.0000', '2023-01-18', 'received', '4.7300', '4.7300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26246, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26247, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26248, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26249, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26250, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.1400', '18.0000', '2023-01-18', 'received', '0.2300', '0.2300', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26251, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26252, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26253, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26254, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7292', '2.7292', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26255, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.8233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.8233', '12.8233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26256, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2000', '-2.0000', '2023-01-18', 'received', '0.6000', '0.6000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26257, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26258, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26259, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8500', '4.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26260, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26261, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5833', '5.0000', '2023-01-18', 'received', '0.9167', '0.9167', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26262, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26263, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26264, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26265, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26266, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26267, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '52.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '43.3333', '0.0000', '2023-01-18', 'received', '0.8333', '0.8333', '52.0000', NULL, NULL, 1, 'PZA', '52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26268, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26269, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26270, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26271, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26272, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26273, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.8800', '1.0000', '2023-01-18', 'received', '15.8800', '15.8800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26274, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26275, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26276, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26277, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26278, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26279, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26280, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26281, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26282, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26283, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26284, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26285, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26286, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26287, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26288, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26289, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26290, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26291, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.4200', '0.0000', '2023-01-18', 'received', '11.4200', '11.4200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26292, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26293, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26294, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26295, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26296, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26297, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26298, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26299, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26300, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26301, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26302, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26303, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26304, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2023-01-18', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26305, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1233', '1.1233', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26306, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26307, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26308, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26309, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26310, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26311, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26312, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26313, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2490', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2490', '0.2490', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26314, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26315, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6900', '0.0000', '2023-01-18', 'received', '0.6700', '0.6700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26316, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6700', '6.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26317, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26318, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26319, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26320, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26321, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26322, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26323, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26324, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26325, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26326, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26327, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26328, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26329, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26330, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '35.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.4700', '35.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26331, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1842', '-1.0000', '2023-01-18', 'received', '0.1842', '0.1842', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26332, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.6200', '-1.0000', '2023-01-18', 'received', '13.6200', '13.6200', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26333, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26334, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26335, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26336, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26337, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26338, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26339, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26340, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26341, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26342, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26343, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26344, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26345, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.4167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4167', '0.0000', '2023-01-18', 'received', '3.4167', '3.4167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26346, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26347, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26348, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26349, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26350, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26351, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1600', '5.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26352, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.4167', '24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '82.0000', '0.0000', '2023-01-18', 'received', '3.4167', '3.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26353, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26354, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26355, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26356, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26357, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26358, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26359, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26360, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26361, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.7025', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7025', '6.7025', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26362, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26363, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26364, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26365, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26366, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26367, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26368, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26369, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26370, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26371, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26372, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26373, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26374, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26375, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26376, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26377, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26378, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26379, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26380, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26381, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26382, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26383, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26384, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26385, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26386, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26387, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26388, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26389, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26390, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26391, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26392, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26393, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26394, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26395, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26396, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26397, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26398, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26399, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26400, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26401, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26402, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26403, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26404, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26405, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26406, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26407, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26408, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26409, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26410, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26411, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26412, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26413, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26414, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.0000', '1.0000', '2023-01-18', 'received', '32.0000', '32.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26415, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26416, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26417, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26418, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26419, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26420, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26421, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26422, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26423, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26424, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26425, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26426, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26427, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26428, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26429, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26430, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26431, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26432, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26433, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26434, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26435, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26436, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26437, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26438, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26439, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26440, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26441, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26442, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26443, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26444, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26445, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26446, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26447, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26448, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26449, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26450, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26451, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26452, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26453, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26454, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26455, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26456, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26457, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26458, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26459, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26460, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26461, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26462, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26463, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26464, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26465, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26466, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26467, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26468, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26469, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26470, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26471, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26472, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26473, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26474, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26475, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26476, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26477, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26478, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26479, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26480, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26481, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26482, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26483, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26484, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26485, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26486, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26487, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26488, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26489, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26490, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26491, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26492, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26493, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26494, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26495, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26496, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26497, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26498, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26499, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26500, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26501, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26502, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26503, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0416', '-1.0000', '2023-01-18', 'received', '1.0416', '1.0416', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26504, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26505, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26506, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26507, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26508, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.3656', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.3656', '0.0000', '2023-01-18', 'received', '6.3656', '6.3656', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26509, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26510, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26511, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26512, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26513, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5700', '3.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26514, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26515, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26516, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26517, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26518, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26519, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26520, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.3000', '0.0000', '2023-01-18', 'received', '10.3000', '10.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26521, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26522, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26523, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26524, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7500', '0.0000', '2023-01-18', 'received', '1.7500', '1.7500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26525, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26526, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26527, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.6700', '0.0000', '2023-01-18', 'received', '6.8900', '6.8900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26528, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26529, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26530, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26531, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7517', '7.7517', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26532, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '102.5000', '0.0000', '2023-01-18', 'received', '8.5417', '8.5417', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26533, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26534, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.4417', '0.0000', '2023-01-18', 'received', '11.4417', '11.4417', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26535, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26536, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5700', '2.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26537, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.2000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2000', '0.0000', '2023-01-18', 'received', '3.2000', '3.2000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26538, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0300', '0.0000', '2023-01-18', 'received', '3.0300', '3.0300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26539, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.5800', '5.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26540, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '9.5600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.5600', '0.0000', '2023-01-18', 'received', '9.5600', '9.5600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26541, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '17.4000', '0.0000', '2023-01-18', 'received', '5.8000', '5.8000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26542, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26543, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '0.0000', '2023-01-18', 'received', '8.5000', '8.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26544, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26545, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26546, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26547, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26548, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26549, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26550, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26551, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26552, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26553, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26554, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26555, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26556, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26557, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26558, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26559, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26560, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26561, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26562, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26563, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26564, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5800', '0.0000', '2023-01-18', 'received', '2.5800', '2.5800', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26565, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.8750', '0.0000', '2023-01-18', 'received', '12.8750', '12.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26566, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26567, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.8300', '0.0000', '2023-01-18', 'received', '10.8300', '10.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26568, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1667', '0.0000', '2023-01-18', 'received', '2.0833', '2.0833', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26569, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26570, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26571, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26572, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9583', '0.0000', '2023-01-18', 'received', '5.9583', '5.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26573, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26574, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-3.0000', '2023-01-18', 'received', '4.0000', '4.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26575, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26576, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26577, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '22.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.7000', '22.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26578, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26579, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26580, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26581, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26582, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26583, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26584, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8750', '0.0000', '2023-01-18', 'received', '1.8750', '1.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26585, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26586, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26587, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26588, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8750', '0.0000', '2023-01-18', 'received', '1.8750', '1.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26589, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26590, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2500', '-7.0000', '2023-01-18', 'received', '0.7500', '0.7500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26591, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26592, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26593, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26594, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26595, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26596, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26597, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26598, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26599, NULL, NULL, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', NULL, '45.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.6400', '45.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26600, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26601, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26602, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26603, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26604, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26605, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26606, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26607, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26608, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26609, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26610, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26611, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26612, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26613, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26614, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26615, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26616, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26617, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26618, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1400', '5.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26619, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26620, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26621, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26622, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26623, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26624, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26625, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26626, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7300', '2.7300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26627, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4063', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.4063', '0.0000', '2023-01-18', 'received', '0.4063', '0.4063', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26628, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26629, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26630, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26631, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26632, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26633, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26634, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26635, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26636, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26637, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26638, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.1200', '2.0000', '2023-01-18', 'received', '0.5600', '0.5600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26639, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26640, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26641, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26642, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26643, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2023-01-18', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26644, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1700', '0.0000', '2023-01-18', 'received', '4.1700', '4.1700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26645, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26646, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26647, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26648, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26649, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26650, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26651, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26652, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5800', '-1.0000', '2023-01-18', 'received', '1.5800', '1.5800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26653, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26654, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26655, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26656, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.7000', '0.0000', '2023-01-18', 'received', '5.9500', '5.9500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26657, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26658, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26659, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '5.7540', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7540', '5.7540', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26660, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '18.9875', '0.0000', '2023-01-18', 'received', '0.9042', '0.9042', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26661, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7083', '1.7083', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26662, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26663, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26664, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26665, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26666, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26667, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26668, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26669, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8700', '1.0000', '2023-01-18', 'received', '6.8700', '6.8700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26670, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', NULL, '10.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.8900', '10.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26671, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26672, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26673, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26674, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26675, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26676, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26677, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26678, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26679, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26680, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26681, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26682, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26683, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26684, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26685, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26686, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26687, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '9.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.8500', '9.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26688, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.8183', '0.0000', '2023-01-18', 'received', '4.4092', '4.4092', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26689, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2600', '4.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26690, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26691, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26692, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26693, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26694, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26695, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26696, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26697, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26698, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26699, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26700, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26701, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26702, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6429', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6429', '0.0000', '2023-01-18', 'received', '0.6429', '0.6429', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26703, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26704, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26705, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26706, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26707, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26708, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26709, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '-1.0000', '2023-01-18', 'received', '25.5000', '25.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26710, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26711, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26712, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26713, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26714, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26715, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26716, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26717, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26718, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26719, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26720, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26721, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26722, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26723, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26724, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26725, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26726, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26727, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26728, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26729, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26730, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26731, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26732, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26733, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26734, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26735, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26736, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26737, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26738, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26739, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26740, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26741, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26742, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26743, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26744, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26745, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26746, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26747, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26748, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26749, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26750, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26751, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26752, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26753, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26754, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26755, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26756, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26757, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.7600', '4.0000', '2023-01-18', 'received', '5.4400', '5.4400', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26758, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26759, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26760, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26761, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26762, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26763, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26764, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26765, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26766, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26767, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26768, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26769, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26770, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26771, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7800', '-2.0000', '2023-01-18', 'received', '3.3900', '3.3900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26772, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26773, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26774, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26775, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26776, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26777, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26778, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26779, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26780, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26781, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26782, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26783, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26784, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26785, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26786, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26787, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26788, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26789, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26790, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26791, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26792, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26793, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26794, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26795, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26796, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26797, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26798, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26799, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8400', '-4.0000', '2023-01-18', 'received', '1.2100', '1.2100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26800, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26801, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26802, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26803, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26804, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26805, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26806, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26807, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26808, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26809, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26810, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26811, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26812, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26813, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26814, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26815, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26816, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26817, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26818, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26819, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '39.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '39.9700', '39.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26820, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26821, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26822, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26823, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26824, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '-1.0000', '2023-01-18', 'received', '0.5000', '0.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26825, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26826, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26827, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26828, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26829, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26830, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26831, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26832, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26833, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26834, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26835, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26836, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26837, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26838, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26839, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26840, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26841, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26842, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26843, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26844, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26845, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26846, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26847, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26848, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26849, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26850, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26851, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '38.8000', '2.0000', '2023-01-18', 'received', '19.4000', '19.4000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26852, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26853, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26854, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26855, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26856, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26857, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26858, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26859, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26860, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26861, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26862, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26863, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26864, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26865, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26866, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26867, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26868, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26869, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26870, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26871, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26872, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26873, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26874, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26875, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26876, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26877, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26878, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26879, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26880, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26881, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26882, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26883, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6667', '-1.0000', '2023-01-18', 'received', '1.6667', '1.6667', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26884, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1250', '-9.0000', '2023-01-18', 'received', '0.7917', '0.7917', '-9.0000', NULL, NULL, 5, 'UNIDAD', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26885, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26886, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26887, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26888, NULL, NULL, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26889, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26890, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26891, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26892, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26893, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8333', '0.0000', '2023-01-18', 'received', '0.8333', '0.8333', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26894, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26895, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26896, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26897, NULL, NULL, 2634, '760573071349', 'CASHITAS', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26898, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8458', '-1.0000', '2023-01-18', 'received', '0.8458', '0.8458', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26899, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26900, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26901, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26902, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26903, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26904, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26905, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26906, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26907, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26908, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26909, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26910, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.9700', '9.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26911, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26912, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26913, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26914, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26915, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26916, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26917, NULL, NULL, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26918, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26919, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26920, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26921, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26922, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26923, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26924, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26925, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26926, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26927, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26928, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26929, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26930, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26931, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26932, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26933, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26934, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26935, NULL, NULL, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', NULL, '25.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.2400', '25.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26936, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26937, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5008', '5.0000', '2023-01-18', 'received', '0.9002', '0.9002', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26938, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9000', '-3.0000', '2023-01-18', 'received', '0.3000', '0.3000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26939, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26940, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26941, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26942, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26943, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26944, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26945, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26946, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26947, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26948, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.5000', '-3.0000', '2023-01-18', 'received', '4.5000', '4.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26949, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26950, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26951, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26952, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26953, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26954, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26955, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26956, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26957, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26958, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26959, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26960, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO 4 CIRCUITOS 125A G E', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26961, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26962, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26963, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26964, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26965, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26966, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '8.3100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.3100', '1.0000', '2023-01-18', 'received', '8.3100', '8.3100', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26967, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26968, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26969, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-1.0000', '2023-01-18', 'received', '30.0000', '30.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26970, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26971, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26972, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26973, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26974, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26975, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26976, NULL, NULL, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', NULL, '7.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.2500', '7.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26977, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26978, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26979, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26980, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26981, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26982, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26983, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26984, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26985, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26986, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26987, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26988, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26989, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26990, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26991, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26992, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26993, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26994, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.0000', '-7.0000', '2023-01-18', 'received', '7.0000', '7.0000', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26995, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26996, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26997, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '202.7750', '5.0000', '2023-01-18', 'received', '40.5550', '40.5550', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26998, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '191.6633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '191.6633', '191.6633', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (26999, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27000, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '35.4783', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-141.9133', '0.0000', '2023-01-18', 'received', '35.4783', '35.4783', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27001, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27002, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27003, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27004, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27005, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27006, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27007, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27008, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27009, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27010, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27011, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27012, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27013, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27014, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27015, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27016, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27017, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27018, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.1000', '0.0000', '2023-01-18', 'received', '7.1000', '7.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27019, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27020, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.4265', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.4265', '2.4265', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27021, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27022, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27023, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27024, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27025, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27026, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27027, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27028, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4800', '-3.0000', '2023-01-18', 'received', '0.1600', '0.1600', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27029, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27030, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27031, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27032, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27033, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27034, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27035, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27036, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8700', '0.0000', '2023-01-18', 'received', '0.8700', '0.8700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27037, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27038, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27039, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27040, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27041, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27042, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5200', '3.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27043, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27044, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27045, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27046, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27047, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27048, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27049, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27050, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27051, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27052, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27053, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27054, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27055, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', NULL, '19.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.2700', '19.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27056, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27057, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27058, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27059, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27060, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27061, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27062, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27063, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27064, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27065, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27066, NULL, NULL, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', NULL, '1.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1700', '1.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27067, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27068, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27069, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27070, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27071, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27072, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27073, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27074, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27075, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27076, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27077, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27078, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27079, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27080, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27081, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-4.0000', '2023-01-18', 'received', '0.1500', '0.1500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27082, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-4.0000', '2023-01-18', 'received', '0.1500', '0.1500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27083, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27084, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27085, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27086, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27087, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27088, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27089, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27090, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27091, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27092, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27093, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27094, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27095, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27096, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27097, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27098, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27099, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27100, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27101, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.8000', '0.0000', '2023-01-18', 'received', '6.6000', '6.6000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27102, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.6000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '19.8000', '0.0000', '2023-01-18', 'received', '6.6000', '6.6000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27103, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27104, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27105, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0700', '1.0000', '2023-01-18', 'received', '0.0700', '0.0700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27106, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27107, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '78.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.8000', '78.0000', '2023-01-18', 'received', '0.1000', '0.1000', '78.0000', NULL, NULL, 1, 'PZA', '78.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27108, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27109, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27110, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27111, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27112, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3000', '-1.0000', '2023-01-18', 'received', '1.3000', '1.3000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27113, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27114, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27115, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27116, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27117, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27118, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.4500', '5.0000', '2023-01-18', 'received', '0.0900', '0.0900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27119, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27120, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '-52.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3600', '-52.0000', '2023-01-18', 'received', '0.1800', '0.1800', '-52.0000', NULL, NULL, 1, 'PZA', '-52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27121, NULL, NULL, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', NULL, '0.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.0800', '0.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27122, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '-1.0000', '2023-01-18', 'received', '1.5000', '1.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27123, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27124, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27125, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27126, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27127, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27128, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27129, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27130, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27131, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27132, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27133, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27134, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27135, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27136, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27137, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27138, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27139, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27140, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27141, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27142, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27143, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8400', '-1.0000', '2023-01-18', 'received', '1.8400', '1.8400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27144, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.3800', '2.0000', '2023-01-18', 'received', '0.6900', '0.6900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27145, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27146, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27147, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR 1/2', NULL, '0.8500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5500', '0.0000', '2023-01-18', 'received', '0.8500', '0.8500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27148, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR 2', NULL, '13.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.7000', '13.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27149, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27150, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27151, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.4500', '5.0000', '2023-01-18', 'received', '1.4900', '1.4900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27152, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3800', '2.0000', '2023-01-18', 'received', '1.1900', '1.1900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27153, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8700', '3.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27154, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27155, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '0.0000', '2023-01-18', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27156, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27157, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27158, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27159, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27160, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27161, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27162, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27163, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27164, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27165, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0400', '-2.0000', '2023-01-18', 'received', '8.5200', '8.5200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27166, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27167, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27168, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27169, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27170, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27171, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27172, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27173, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27174, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27175, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27176, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27177, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27178, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27179, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27180, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27181, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27182, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27183, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.9400', '2.0000', '2023-01-18', 'received', '3.9700', '3.9700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27184, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27185, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27186, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27187, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27188, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27189, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27190, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27191, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27192, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27193, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27194, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27195, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27196, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0100', '1.0000', '2023-01-18', 'received', '1.0100', '1.0100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27197, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27198, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27199, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27200, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27201, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.9000', '-5.0000', '2023-01-18', 'received', '3.9800', '3.9800', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27202, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27203, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27204, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27205, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27206, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27207, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27208, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27209, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27210, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27211, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27212, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27213, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27214, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27215, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27216, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27217, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6744', '0.0000', '2023-01-18', 'received', '0.1124', '0.1124', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27218, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27219, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27220, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27221, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27222, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27223, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27224, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27225, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27226, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27227, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27228, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27229, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-01-18', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27230, 429, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.2083', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.2500', '0.0000', '2023-01-18', 'received', '14.2083', '14.2083', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '14.2083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27231, 430, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '410.0000', '0.0000', '2023-01-18', 'received', '8.5417', '8.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27232, 431, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '546.6000', '8.0000', '2023-01-18', 'received', '45.5500', '45.5500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '45.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27233, 431, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '478.4000', '0.0000', '2023-01-18', 'received', '159.4667', '159.4667', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '159.4667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27234, 432, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.6964', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.5000', '0.0000', '2023-01-18', 'received', '0.6964', '0.6964', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '0.6964');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27235, 432, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8458', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.3000', '0.0000', '2023-01-18', 'received', '0.8458', '0.8458', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '0.8458');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27236, 432, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8458', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.1500', '0.0000', '2023-01-18', 'received', '0.8458', '0.8458', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '0.8458');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27237, 432, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.5000', '0.0000', '2023-01-18', 'received', '2.9583', '2.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27238, 432, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '41.0000', '0.0000', '2023-01-18', 'received', '1.7083', '1.7083', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '1.7083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27239, 433, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.3700', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '37.0000', '39.0000', '2023-01-18', 'received', '0.3700', '0.3700', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.3700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27240, 433, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '2.9100', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '145.5000', '0.0000', '2023-01-18', 'received', '2.9100', '2.9100', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '2.9100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27241, 433, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '6.2800', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '62.8000', '10.0000', '2023-01-18', 'received', '6.2800', '6.2800', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '6.2800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27242, 433, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.7100', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.0000', '0.0000', '2023-01-18', 'received', '0.7100', '0.7100', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27243, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '150.0000', '5.0000', '2023-01-20', 'received', '25.0000', '25.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27244, 434, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '0.0000', '2023-01-23', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27245, 434, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '110.4000', '0.0000', '2023-01-23', 'received', '4.6000', '4.6000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27246, 434, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.8762', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '228.4000', '0.0000', '2023-01-23', 'received', '10.8762', '10.8762', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '10.8762');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27247, 435, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2023-01-23', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27248, 435, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '0.0000', '2023-01-23', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27249, 435, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-01-23', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27250, 435, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-01-23', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27251, 436, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '200.3900', '0.0000', '2023-01-23', 'received', '8.3496', '8.3496', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27252, 436, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.0400', '0.0000', '2023-01-23', 'received', '7.7517', '7.7517', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27253, 436, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '363.7600', '0.0000', '2023-01-23', 'received', '7.5783', '7.5783', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27254, 436, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '549.2000', '0.0000', '2023-01-23', 'received', '11.4417', '11.4417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.4417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27255, 436, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '0.0000', '2023-01-23', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27256, 436, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-01-23', 'received', '2.5000', '2.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27257, 436, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '0.0000', '2023-01-23', 'received', '4.8333', '4.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27258, 437, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '168.0000', '11.0000', '2023-01-23', 'received', '7.0000', '7.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27259, 438, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.0200', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '210.6000', '0.0000', '2023-01-23', 'received', '7.0200', '7.0200', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '7.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27260, 438, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.2600', '0.0000', '2023-01-23', 'received', '9.7100', '9.7100', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '9.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27261, 439, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '153.0100', '1.0000', '2023-01-23', 'received', '153.0100', '153.0100', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '153.0100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27262, 439, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.5000', '1.0000', '2023-01-23', 'received', '164.5000', '164.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '164.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27263, 439, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.0000', '5.0000', '2023-01-23', 'received', '21.0000', '21.0000', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '21.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27264, 439, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '91.5000', '0.0000', '2023-01-23', 'received', '30.5000', '30.5000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '30.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27265, 439, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '205.5000', '6.0000', '2023-01-23', 'received', '34.2500', '34.2500', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '34.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27266, 439, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.0000', '0.0000', '2023-01-23', 'received', '7.7500', '7.7500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '7.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27267, 440, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '0.0000', '2023-01-23', 'received', '0.8000', '0.8000', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '0.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27268, 440, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2023-01-23', 'received', '0.4167', '0.4167', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '0.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27269, 440, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.0000', '10.0000', '2023-01-23', 'received', '1.0000', '1.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '1.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27270, 440, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7143', '84.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-01-23', 'received', '0.7143', '0.7143', '84.0000', NULL, NULL, 1, 'PZA', '84.0000', NULL, NULL, NULL, NULL, '0.7143');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27271, 440, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.8000', '0.0000', '2023-01-23', 'received', '4.1500', '4.1500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27272, 440, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2023-01-23', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27273, 440, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1.6500', '1.0000', '2023-01-23', 'received', '1.6500', '1.6500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '1.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27274, 440, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '32.3200', '0.0000', '2023-01-23', 'received', '8.0800', '8.0800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '8.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27275, 440, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '3.1633', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '94.9000', '0.0000', '2023-01-23', 'received', '3.1633', '3.1633', '30.0000', NULL, NULL, 5, 'UNIDAD', '30.0000', NULL, NULL, NULL, NULL, '3.1633');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27276, 440, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '3.9600', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.6000', '0.0000', '2023-01-23', 'received', '3.9600', '3.9600', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '3.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27277, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '123.3000', '2.0000', '2023-01-23', 'received', '61.6500', '61.6500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27278, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '235.0000', '1.0000', '2023-01-23', 'received', '235.0000', '235.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27279, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '37.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '218.3000', '37.0000', '2023-01-23', 'received', '5.9000', '5.9000', '37.0000', NULL, NULL, 6, 'METRO', '37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27280, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '291.0000', '3.0000', '2023-01-23', 'received', '97.0000', '97.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27281, 441, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2500', '0.0000', '2023-01-24', 'received', '10.2500', '10.2500', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '10.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27282, 441, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '16.0000', '12.0000', '2023-01-24', 'received', '1.3333', '1.3333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.3333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27283, 441, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.7500', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '190.0000', '2.0000', '2023-01-24', 'received', '4.7500', '4.7500', '40.0000', NULL, NULL, 5, 'UNIDAD', '40.0000', NULL, NULL, NULL, NULL, '4.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27284, 441, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6875', '80.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.0000', '0.0000', '2023-01-24', 'received', '0.6875', '0.6875', '80.0000', NULL, NULL, 1, 'PZA', '80.0000', NULL, NULL, NULL, NULL, '0.6875');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27285, 441, NULL, 2661, '340', 'CHICLES.', NULL, '0.2817', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '16.9000', '0.0000', '2023-01-24', 'received', '0.2817', '0.2817', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.2817');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27286, 441, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.0000', '0.0000', '2023-01-24', 'received', '1.7500', '1.7500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27287, 441, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '14.5000', '1.0000', '2023-01-24', 'received', '0.7250', '0.7250', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '0.7250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27288, 442, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '410.0000', '0.0000', '2023-01-25', 'received', '8.5417', '8.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27289, 442, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9722', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '143.0000', '0.0000', '2023-01-25', 'received', '3.9722', '3.9722', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.9722');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27290, 443, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.5313', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '159.8438', '0.0000', '2023-01-25', 'received', '14.5313', '14.5313', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '14.5313');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27291, 444, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2023-01-25', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27292, 444, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.2000', '0.0000', '2023-01-25', 'received', '5.8000', '5.8000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27293, 445, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.2502', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '348.0100', '0.0000', '2023-01-25', 'received', '7.2502', '7.2502', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.2502');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27294, 445, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '0.0000', '2023-01-25', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27295, 445, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.2800', '0.0000', '2023-01-25', 'received', '2.9700', '2.9700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27296, 445, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.9800', '0.0000', '2023-01-25', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27297, 445, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '0.0000', '2023-01-25', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27298, 445, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-01-25', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27299, 445, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '4.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '114.0000', '0.0000', '2023-01-25', 'received', '4.7500', '4.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27300, 445, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2500', '0.0000', '2023-01-25', 'received', '12.8750', '12.8750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27301, 446, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.2878', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '464.3900', '0.0000', '2023-01-26', 'received', '9.2878', '9.2878', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '9.2878');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27303, 447, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.1000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-01-26', 'received', '5.1000', '5.1000', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27304, 448, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '300.0000', '0.0000', '2023-01-26', 'received', '6.0000', '6.0000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27305, 448, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '304.0000', '0.0000', '2023-01-26', 'received', '38.0000', '38.0000', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27306, 449, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '94.5600', '12.0000', '2023-01-26', 'received', '7.8800', '7.8800', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '7.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27307, 449, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '182.1000', '2.0000', '2023-01-26', 'received', '30.3500', '30.3500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '30.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27308, 449, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.7000', '0.0000', '2023-01-26', 'received', '17.9000', '17.9000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '17.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27309, 449, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.9000', '2.0000', '2023-01-26', 'received', '37.3000', '37.3000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '37.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27310, 449, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2023-01-26', 'received', '5.4000', '5.4000', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '5.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27311, 449, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.2000', '3.0000', '2023-01-26', 'received', '43.4000', '43.4000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '43.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27312, 450, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.3000', '3.0000', '2023-01-26', 'received', '35.1000', '35.1000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '35.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27313, 450, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '200.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '28.0000', '200.0000', '2023-01-26', 'received', '0.1400', '0.1400', '200.0000', NULL, NULL, 1, 'PZA', '200.0000', NULL, NULL, NULL, NULL, '0.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27314, 450, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '118.8000', '7.0000', '2023-01-26', 'received', '9.9000', '9.9000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '9.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27315, 450, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '168.4200', '6.0000', '2023-01-26', 'received', '28.0700', '28.0700', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '28.0700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27316, 450, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.2500', '5.0000', '2023-01-26', 'received', '14.4500', '14.4500', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '14.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27317, 450, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.7500', '4.0000', '2023-01-26', 'received', '13.7500', '13.7500', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '13.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27318, 450, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.6800', '2.0000', '2023-01-26', 'received', '43.5600', '43.5600', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '43.5600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27319, 450, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '149.7000', '3.0000', '2023-01-26', 'received', '49.9000', '49.9000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, '49.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27320, 450, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '91.9200', '0.0000', '2023-01-26', 'received', '15.3200', '15.3200', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '15.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27321, 450, NULL, 3862, '7441109000493', 'PLACA SWITCH BOMBIANDO EAGLE', NULL, '23.6600', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '141.9600', '5.0000', '2023-01-26', 'received', '23.6600', '23.6600', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '23.6600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27322, 450, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '115.0500', '3.0000', '2023-01-26', 'received', '38.3500', '38.3500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '38.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27323, 450, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '32.5800', '3.0000', '2023-01-26', 'received', '10.8600', '10.8600', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '10.8600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27324, 450, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '124.9000', '1.0000', '2023-01-26', 'received', '124.9000', '124.9000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '124.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27325, 450, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.8000', '1.0000', '2023-01-26', 'received', '39.4000', '39.4000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '39.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27326, 450, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN C/TIERA)', NULL, '8.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '11.0000', '2023-01-26', 'received', '8.5000', '8.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27327, 450, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON C/TIERRA)', NULL, '10.9000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.8000', '6.0000', '2023-01-26', 'received', '10.9000', '10.9000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '10.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27328, 450, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.1200', '0.0000', '2023-01-26', 'received', '11.0200', '11.0200', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '11.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27329, 451, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.5200', '4.0000', '2023-01-30', 'received', '3.4200', '3.4200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27330, 451, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.2000', '0.0000', '2023-01-30', 'received', '5.8000', '5.8000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27331, 452, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2023-01-30', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27332, 452, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2023-01-30', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27333, 452, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-01-30', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27334, 453, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-01-30', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27342, 454, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2023-01-30', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27343, 454, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.1250', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.7500', '0.0000', '2023-01-30', 'received', '4.1250', '4.1250', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '4.1250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27344, 454, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-01-30', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27345, 454, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2023-01-30', 'received', '3.0000', '3.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27346, 454, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-01-30', 'received', '1.8750', '1.8750', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27347, 454, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2023-01-30', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27348, 454, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-01-30', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27349, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27350, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27351, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4166', '-1.0000', '2023-02-02', 'received', '1.4166', '1.4166', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27352, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27353, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27354, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2499', '18.0000', '2023-02-02', 'received', '0.4583', '0.4583', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27355, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7500', '-1.0000', '2023-02-02', 'received', '0.7500', '0.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27356, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27357, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27358, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27359, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27360, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27361, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27362, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27363, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.7500', '4.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27364, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27365, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27366, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27367, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27368, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27369, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.7417', '0.0000', '2023-02-02', 'received', '0.8583', '0.8583', '-23.0000', NULL, NULL, 5, 'UNIDAD', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27370, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.2092', '24.2092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27371, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27372, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27373, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27374, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27375, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.2500', '10.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27376, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.5313', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.5313', '14.5313', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27377, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27378, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27379, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27380, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27381, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27382, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27383, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27384, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27385, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27386, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-114.0000', '0.0000', '2023-02-02', 'received', '38.0000', '38.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27387, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27388, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27389, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27390, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27391, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.2878', '-1.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.9317', '0.0000', '2023-02-02', 'received', '9.2878', '9.2878', '-1.5000', NULL, NULL, 1, 'PZA', '-1.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27392, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27393, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5000', '-14.0000', '2023-02-02', 'received', '0.2500', '0.2500', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27394, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27395, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27396, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '49.4400', '6.0000', '2023-02-02', 'received', '8.2400', '8.2400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27397, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27398, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27399, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27400, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27401, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27402, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27403, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27404, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27405, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27406, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27407, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1000', '-10.0000', '2023-02-02', 'received', '0.6100', '0.6100', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27408, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27409, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2023-02-02', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27410, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27411, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5000', '-1.0000', '2023-02-02', 'received', '3.5000', '3.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27412, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-2.0000', '2023-02-02', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27413, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27414, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27415, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '78.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5800', '78.0000', '2023-02-02', 'received', '0.1100', '0.1100', '78.0000', NULL, NULL, 1, 'PZA', '78.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27416, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.7600', '34.0000', '2023-02-02', 'received', '0.1400', '0.1400', '34.0000', NULL, NULL, 1, 'PZA', '34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27417, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27418, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27419, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.4000', '6.0000', '2023-02-02', 'received', '0.4000', '0.4000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27420, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7500', '-15.0000', '2023-02-02', 'received', '0.4500', '0.4500', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27421, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27422, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27423, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27424, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27425, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27426, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27427, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27428, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27429, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27430, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27431, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27432, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27433, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27434, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27435, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '4.7300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7300', '-1.0000', '2023-02-02', 'received', '4.7300', '4.7300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27436, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27437, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27438, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27439, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27440, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2900', '-23.0000', '2023-02-02', 'received', '0.2300', '0.2300', '-23.0000', NULL, NULL, 1, 'PZA', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27441, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27442, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27443, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27444, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.7292', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.7292', '2.7292', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27445, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.8233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.8233', '12.8233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27446, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27447, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27448, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27449, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8500', '0.0000', '2023-02-02', 'received', '4.8500', '4.8500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27450, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27451, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27452, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27453, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27454, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27455, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27456, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27457, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8458', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.6125', '0.0000', '2023-02-02', 'received', '0.8458', '0.8458', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27458, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27459, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9700', '0.0000', '2023-02-02', 'received', '2.9700', '2.9700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27460, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27461, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27462, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27463, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27464, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27465, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27466, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27467, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27468, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27469, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27470, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27471, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27472, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27473, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27474, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27475, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27476, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27477, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27478, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27479, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27480, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27481, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.8762', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.8762', '10.8762', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27482, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27483, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27484, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27485, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27486, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27487, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6500', '1.0000', '2023-02-02', 'received', '6.6500', '6.6500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27488, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27489, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27490, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.9000', '5.9000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27491, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27492, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27493, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27494, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27495, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27496, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.1233', '1.1233', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27497, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27498, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27499, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27500, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27501, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27502, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27503, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27504, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27505, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2817', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2533', '0.0000', '2023-02-02', 'received', '0.2817', '0.2817', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27506, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27507, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6875', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8750', '0.0000', '2023-02-02', 'received', '0.6875', '0.6875', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27508, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6700', '0.0000', '2023-02-02', 'received', '6.6700', '6.6700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27509, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27510, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27511, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27512, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27513, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27514, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27515, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27516, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27517, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27518, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27519, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27520, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27521, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27522, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27523, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27524, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27525, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27526, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27527, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27528, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27529, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27530, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27531, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27532, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27533, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27534, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27535, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27536, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27537, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27538, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.4167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4167', '0.0000', '2023-02-02', 'received', '3.4167', '3.4167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27539, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27540, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27541, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27542, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27543, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27544, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '4.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.7500', '0.0000', '2023-02-02', 'received', '4.7500', '4.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27545, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9722', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9722', '0.0000', '2023-02-02', 'received', '3.9722', '3.9722', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27546, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27547, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27548, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27549, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27550, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27551, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27552, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27553, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27554, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.7025', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.7025', '6.7025', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27555, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27556, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27557, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27558, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27559, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-2.0000', '2023-02-02', 'received', '1.2500', '1.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27560, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27561, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27562, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27563, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27564, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27565, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27566, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27567, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27568, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27569, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '4.8700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.6100', '-3.0000', '2023-02-02', 'received', '4.8700', '4.8700', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27570, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27571, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27572, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27573, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27574, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27575, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27576, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27577, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27578, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27579, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27580, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27581, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27582, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27583, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27584, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27585, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27586, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27587, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27588, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27589, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27590, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27591, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27592, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27593, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27594, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27595, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27596, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27597, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27598, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27599, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27600, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27601, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27602, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27603, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27604, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27605, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27606, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27607, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27608, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27609, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27610, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27611, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27612, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27613, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27614, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27615, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27616, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27617, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27618, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27619, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27620, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27621, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27622, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27623, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27624, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27625, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27626, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27627, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27628, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27629, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27630, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27631, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27632, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27633, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27634, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27635, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27636, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27637, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27638, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27639, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27640, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27641, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27642, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27643, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27644, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27645, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27646, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27647, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27648, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27649, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27650, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27651, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27652, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27653, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27654, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27655, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27656, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27657, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27658, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27659, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27660, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27661, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27662, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27663, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27664, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27665, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27666, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27667, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27668, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27669, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27670, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27671, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27672, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27673, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27674, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27675, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27676, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27677, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27678, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27679, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27680, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27681, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27682, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27683, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27684, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27685, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27686, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27687, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27688, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27689, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27690, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27691, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27692, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27693, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27694, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27695, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27696, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27697, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27698, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27699, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1667', '-1.0000', '2023-02-02', 'received', '1.1667', '1.1667', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27700, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27701, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27702, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27703, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27704, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27705, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.3656', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.3656', '6.3656', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27706, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27707, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27708, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27709, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27710, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.5700', '3.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27711, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9000', '0.0000', '2023-02-02', 'received', '4.4500', '4.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27712, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27713, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27714, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27715, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27716, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27717, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27718, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27719, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27720, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27721, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2500', '0.0000', '2023-02-02', 'received', '1.7500', '1.7500', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27722, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27723, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27724, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27725, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.8900', '6.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27726, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27727, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4229', '0.0000', '2023-02-02', 'received', '3.4229', '3.4229', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27728, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.3133', '0.0000', '2023-02-02', 'received', '7.5783', '7.5783', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27729, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.5100', '0.0000', '2023-02-02', 'received', '7.7517', '7.7517', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27730, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-51.2500', '0.0000', '2023-02-02', 'received', '8.5417', '8.5417', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27731, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.6667', '0.0000', '2023-02-02', 'received', '4.6667', '4.6667', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27732, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.3250', '0.0000', '2023-02-02', 'received', '11.4417', '11.4417', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27733, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27734, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5700', '2.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27735, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8400', '-2.0000', '2023-02-02', 'received', '3.4200', '3.4200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27736, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27737, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5800', '0.0000', '2023-02-02', 'received', '5.5800', '5.5800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27738, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.1500', '0.0000', '2023-02-02', 'received', '10.1500', '10.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27739, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.0000', '0.0000', '2023-02-02', 'received', '5.8000', '5.8000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27740, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27741, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27742, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27743, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27744, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27745, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '0.0000', '2023-02-02', 'received', '2.5000', '2.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27746, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27747, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27748, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27749, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27750, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27751, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27752, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27753, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27754, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.2500', '0.0000', '2023-02-02', 'received', '22.2500', '22.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27755, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27756, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.2500', '0.0000', '2023-02-02', 'received', '22.2500', '22.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27757, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27758, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27759, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27760, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27761, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27762, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27763, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27764, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8750', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.8750', '0.0000', '2023-02-02', 'received', '12.8750', '12.8750', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27765, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27766, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27767, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27768, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27769, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.7500', '0.0000', '2023-02-02', 'received', '4.2500', '4.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27770, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27771, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27772, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-46.1250', '0.0000', '2023-02-02', 'received', '15.3750', '15.3750', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27773, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27774, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27775, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27776, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27777, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27778, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27779, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27780, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27781, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27782, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '0.0000', '2023-02-02', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27783, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-02-02', 'received', '3.7500', '3.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27784, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.1250', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.1250', '0.0000', '2023-02-02', 'received', '4.1250', '4.1250', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27785, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27786, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.2500', '0.0000', '2023-02-02', 'received', '0.7500', '0.7500', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27787, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27788, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '0.0000', '2023-02-02', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27789, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3750', '0.0000', '2023-02-02', 'received', '1.8750', '1.8750', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27790, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-02-02', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27791, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '6.0000', '2023-02-02', 'received', '0.7500', '0.7500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27792, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27793, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27794, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27795, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27796, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27797, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27798, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27799, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27800, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27801, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27802, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27803, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27804, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3200', '0.0000', '2023-02-02', 'received', '1.3200', '1.3200', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27805, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27806, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27807, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27808, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27809, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27810, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27811, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27812, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27813, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27814, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27815, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27816, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27817, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2023-02-02', 'received', '1.2500', '1.2500', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27818, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27819, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27820, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27821, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27822, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27823, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.1400', '5.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27824, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27825, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27826, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27827, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27828, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27829, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27830, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27831, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.7300', '2.7300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27832, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6667', '0.0000', '2023-02-02', 'received', '0.4167', '0.4167', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27833, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '-10.0000', '2023-02-02', 'received', '1.0000', '1.0000', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27834, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27835, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27836, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27837, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27838, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27839, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27840, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27841, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27842, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27843, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27844, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27845, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27846, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '3.1633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.1633', '3.1633', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27847, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27848, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27849, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27850, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27851, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27852, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27853, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27854, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27855, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27856, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27857, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27858, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27859, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27860, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27861, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27862, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9500', '0.0000', '2023-02-02', 'received', '5.9500', '5.9500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27863, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27864, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27865, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.0200', '7.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27866, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.6042', '0.0000', '2023-02-02', 'received', '0.9042', '0.9042', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27867, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4167', '0.0000', '2023-02-02', 'received', '1.7083', '1.7083', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27868, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27869, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27870, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27871, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27872, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27873, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27874, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27875, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27876, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27877, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27878, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27879, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27880, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27881, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27882, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27883, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27884, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27885, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27886, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8846', '-1.0000', '2023-02-02', 'received', '2.8846', '2.8846', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27887, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27888, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27889, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27890, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27891, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27892, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27893, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27894, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27895, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27896, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27897, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27898, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.0800', '8.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27899, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-57.3192', '0.0000', '2023-02-02', 'received', '4.4092', '4.4092', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27900, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '4.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.2600', '4.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27901, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27902, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27903, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27904, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2000', '0.0000', '2023-02-02', 'received', '5.1000', '5.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27905, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27906, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27907, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27908, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27909, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27910, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27911, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27912, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27913, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7143', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8571', '0.0000', '2023-02-02', 'received', '0.7143', '0.7143', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27914, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.9167', '0.0000', '2023-02-02', 'received', '4.5833', '4.5833', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27915, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27916, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27917, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27918, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27919, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27920, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27921, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27922, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27923, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27924, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27925, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27926, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27927, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27928, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27929, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27930, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27931, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27932, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27933, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27934, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27935, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27936, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27937, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27938, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27939, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27940, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27941, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27942, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27943, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27944, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27945, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27946, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27947, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27948, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27949, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27950, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27951, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27952, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27953, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27954, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27955, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27956, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27957, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27958, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27959, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27960, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27961, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27962, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27963, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27964, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27965, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27966, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27967, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27968, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27969, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27970, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27971, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27972, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27973, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27974, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27975, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27976, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27977, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27978, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27979, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27980, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27981, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27982, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27983, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27984, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27985, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27986, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27987, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27988, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27989, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27990, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27991, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27992, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27993, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27994, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27995, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27996, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27997, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27998, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (27999, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28000, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28001, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28002, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28003, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28004, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28005, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28006, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28007, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28008, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28009, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28010, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28011, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28012, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28013, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28014, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28015, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28016, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28017, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28018, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28019, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28020, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28021, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28022, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28023, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28024, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28025, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28026, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28027, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28028, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28029, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28030, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28031, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28032, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1000', '-1.0000', '2023-02-02', 'received', '6.1000', '6.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28033, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28034, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28035, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28036, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.5000', '0.0000', '2023-02-02', 'received', '7.5000', '7.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28037, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28038, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28039, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28040, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28041, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28042, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.2502', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.0008', '0.0000', '2023-02-02', 'received', '7.2502', '7.2502', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28043, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28044, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28045, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28046, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28047, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28048, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28049, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28050, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28051, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28052, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28053, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28054, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28055, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28056, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28057, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28058, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28059, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28060, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28061, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28062, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.8000', '-2.0000', '2023-02-02', 'received', '19.4000', '19.4000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28063, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28064, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28065, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28066, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28067, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28068, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28069, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28070, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28071, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28072, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28073, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28074, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28075, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28076, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28077, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28078, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28079, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28080, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28081, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '178.6000', '0.0000', '2023-02-02', 'received', '178.6000', '178.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28082, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28083, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28084, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28085, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28086, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28087, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28088, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28089, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28090, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28091, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28092, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28093, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28094, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28095, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.7083', '-11.0000', '2023-02-02', 'received', '0.7917', '0.7917', '-11.0000', NULL, NULL, 5, 'UNIDAD', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28096, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28097, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28098, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28099, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28100, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28101, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28102, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9500', '-1.0000', '2023-02-02', 'received', '0.9500', '0.9500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28103, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8000', '0.0000', '2023-02-02', 'received', '0.8000', '0.8000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28104, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28105, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28106, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28107, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3333', '-1.0000', '2023-02-02', 'received', '1.3333', '1.3333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28108, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.9583', '2.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28109, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28110, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28111, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28112, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28113, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28114, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28115, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28116, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28117, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28118, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28119, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28120, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28121, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.9700', '9.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28122, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28123, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28124, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28125, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28126, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28127, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28128, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4000', '1.0000', '2023-02-02', 'received', '5.4000', '5.4000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28129, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28130, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28131, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28132, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28133, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28134, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28135, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.6400', '2.0000', '2023-02-02', 'received', '6.3200', '6.3200', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28136, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28137, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28138, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28139, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28140, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28141, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28142, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28143, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28144, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28145, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28146, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28147, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28148, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28149, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.3000', '1.0000', '2023-02-02', 'received', '0.3000', '0.3000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28150, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28151, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28152, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28153, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28154, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28155, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28156, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28157, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28158, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28159, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '1.0000', '2023-02-02', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28160, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28161, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28162, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28163, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28164, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28165, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28166, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28167, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28168, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28169, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28170, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28171, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28172, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '140.0000', '5.0000', '2023-02-02', 'received', '28.0000', '28.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28173, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28174, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28175, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28176, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.6400', '4.0000', '2023-02-02', 'received', '6.4100', '6.4100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28177, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.5200', '-4.0000', '2023-02-02', 'received', '7.8800', '7.8800', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28178, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28179, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28180, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28181, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28182, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28183, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28184, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28185, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28186, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28187, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28188, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28189, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28190, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28191, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28192, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28193, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28194, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28195, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28196, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28197, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28198, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28199, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28200, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28201, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28202, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28203, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.2000', '0.0000', '2023-02-02', 'received', '4.6000', '4.6000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28204, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28205, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28206, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28207, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28208, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28209, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28210, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28211, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '-1.0000', '2023-02-02', 'received', '25.5000', '25.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28212, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '35.4783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '35.4783', '35.4783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28213, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28214, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28215, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28216, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28217, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28218, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28219, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28220, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28221, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28222, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28223, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28224, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3871', '-1.0000', '2023-02-02', 'received', '0.3871', '0.3871', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28225, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28226, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28227, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28228, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8125', '0.0000', '2023-02-02', 'received', '0.8125', '0.8125', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28229, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28230, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28231, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28232, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5500', '0.0000', '2023-02-02', 'received', '2.5500', '2.5500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28233, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '3.9600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9600', '0.0000', '2023-02-02', 'received', '3.9600', '3.9600', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28234, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28235, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28236, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28237, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28238, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28239, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28240, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28241, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28242, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28243, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28244, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28245, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28246, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28247, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28248, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28249, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28250, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28251, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28252, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7500', '-1.0000', '2023-02-02', 'received', '7.7500', '7.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28253, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28254, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28255, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.0400', '0.0000', '2023-02-02', 'received', '3.5200', '3.5200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28256, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28257, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28258, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28259, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28260, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28261, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28262, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28263, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28264, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28265, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28266, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.0000', '4.0000', '2023-02-02', 'received', '2.0000', '2.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28267, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '-4.0000', '2023-02-02', 'received', '3.0000', '3.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28268, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28269, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28270, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28271, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28272, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28273, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28274, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28275, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28276, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28277, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28278, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28279, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28280, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28281, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28282, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28283, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28284, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28285, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28286, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28287, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28288, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28289, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28290, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28291, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28292, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28293, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28294, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '-96.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.4000', '-96.0000', '2023-02-02', 'received', '0.1500', '0.1500', '-96.0000', NULL, NULL, 1, 'PZA', '-96.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28295, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28296, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28297, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28298, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28299, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28300, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28301, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28302, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28303, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28304, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28305, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28306, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28307, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0000', '-2.0000', '2023-02-02', 'received', '0.5000', '0.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28308, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28309, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28310, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28311, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28312, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6000', '-1.0000', '2023-02-02', 'received', '6.6000', '6.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28313, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.2000', '0.0000', '2023-02-02', 'received', '6.6000', '6.6000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28314, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2023-02-02', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28315, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28316, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9900', '-11.0000', '2023-02-02', 'received', '0.0900', '0.0900', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28317, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28318, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28319, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28320, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28321, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '-3.0000', '2023-02-02', 'received', '7.5000', '7.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28322, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28323, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7500', '-1.0000', '2023-02-02', 'received', '7.7500', '7.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28324, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28325, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28326, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28327, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28328, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28329, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28330, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28331, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28332, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28333, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28334, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28335, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28336, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28337, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28338, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28339, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28340, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28341, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28342, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28343, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28344, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28345, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28346, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28347, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28348, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28349, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28350, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28351, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28352, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.3700', '0.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28353, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28354, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8400', '1.0000', '2023-02-02', 'received', '1.8400', '1.8400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28355, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7600', '-4.0000', '2023-02-02', 'received', '0.6900', '0.6900', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28356, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28357, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28358, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.7100', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1300', '0.0000', '2023-02-02', 'received', '0.7100', '0.7100', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28359, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '6.2800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.1200', '0.0000', '2023-02-02', 'received', '6.2800', '6.2800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28360, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28361, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '63.0300', '3.0000', '2023-02-02', 'received', '21.0100', '21.0100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28362, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.4900', '1.0000', '2023-02-02', 'received', '1.4900', '1.4900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28363, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1900', '-1.0000', '2023-02-02', 'received', '1.1900', '1.1900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28364, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '2.9100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.8200', '0.0000', '2023-02-02', 'received', '2.9100', '2.9100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28365, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28366, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '20.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.0000', '0.0000', '2023-02-02', 'received', '20.0000', '20.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28367, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28368, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28369, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28370, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28371, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28372, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28373, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28374, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28375, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.8000', '-8.0000', '2023-02-02', 'received', '3.8500', '3.8500', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28376, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5200', '-1.0000', '2023-02-02', 'received', '8.5200', '8.5200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28377, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28378, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28379, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28380, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28381, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28382, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28383, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28384, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28385, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28386, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28387, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28388, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28389, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28390, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1000', '-2.0000', '2023-02-02', 'received', '3.0500', '3.0500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28391, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28392, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28393, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28394, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8800', '-4.0000', '2023-02-02', 'received', '3.9700', '3.9700', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28395, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28396, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28397, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28398, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2000', '2.0000', '2023-02-02', 'received', '0.6000', '0.6000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28399, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28400, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4600', '-1.0000', '2023-02-02', 'received', '1.4600', '1.4600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28401, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28402, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28403, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28404, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28405, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.6100', '-3.0000', '2023-02-02', 'received', '4.8700', '4.8700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28406, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28407, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0100', '-1.0000', '2023-02-02', 'received', '1.0100', '1.0100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28408, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28409, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28410, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28411, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.7600', '1.0000', '2023-02-02', 'received', '9.7600', '9.7600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28412, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28413, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28414, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28415, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28416, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28417, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28418, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28419, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28420, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28421, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28422, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28423, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28424, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28425, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28426, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28427, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28428, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1124', '0.0000', '2023-02-02', 'received', '0.1124', '0.1124', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28429, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28430, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28431, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28432, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28433, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28434, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28435, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28436, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28437, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28438, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28439, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28440, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-02', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28441, 455, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.0000', '8.0000', '2023-02-02', 'received', '12.5000', '12.5000', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '12.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28442, 456, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-02-02', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28443, 457, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.8000', '0.0000', '2023-02-02', 'received', '2.9500', '2.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28444, 457, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '69.6000', '0.0000', '2023-02-02', 'received', '5.8000', '5.8000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28445, 458, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '0.0000', '2023-02-02', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28446, 458, NULL, 2902, '7', 'GATORADE', NULL, '6.7400', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '161.7600', '0.0000', '2023-02-02', 'received', '6.7400', '6.7400', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.7400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28447, 458, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '204.0000', '0.0000', '2023-02-02', 'received', '4.2500', '4.2500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28448, 458, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.2911', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '221.2400', '0.0000', '2023-02-02', 'received', '12.2911', '12.2911', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '12.2911');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28449, 458, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0400', '2.0000', '2023-02-02', 'received', '4.1700', '4.1700', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28450, 458, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9200', '0.0000', '2023-02-02', 'received', '5.1600', '5.1600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28451, 458, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2023-02-02', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28452, 458, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-02-02', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28453, 458, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-02-02', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28454, 458, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-02-02', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28455, 459, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.6000', '0.0000', '2023-02-03', 'received', '3.5500', '3.5500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28456, 459, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '234.0000', '0.0000', '2023-02-03', 'received', '3.2500', '3.2500', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '3.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28457, 460, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8458', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.4500', '0.0000', '2023-02-03', 'received', '0.8458', '0.8458', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '0.8458');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28458, 460, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6875', '80.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.0000', '0.0000', '2023-02-03', 'received', '0.6875', '0.6875', '80.0000', NULL, NULL, 1, 'PZA', '80.0000', NULL, NULL, NULL, NULL, '0.6875');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28459, 460, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.0000', '0.0000', '2023-02-03', 'received', '1.7500', '1.7500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28460, 460, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.5000', '0.0000', '2023-02-03', 'received', '2.9583', '2.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28461, 461, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.8000', '80.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.0000', '0.0000', '2023-02-03', 'received', '0.8000', '0.8000', '80.0000', NULL, NULL, 5, 'UNIDAD', '80.0000', NULL, NULL, NULL, NULL, '0.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28462, 462, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.9800', '0.0000', '2023-02-03', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28463, 462, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '0.0000', '2023-02-03', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28464, 462, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-02-03', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28465, 463, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '121.8000', '0.0000', '2023-02-03', 'received', '10.1500', '10.1500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28466, 463, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.2400', '0.0000', '2023-02-03', 'received', '2.7700', '2.7700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28467, 463, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.2000', '0.0000', '2023-02-03', 'received', '5.8000', '5.8000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28468, 464, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '18.1600', '0.0000', '2023-02-03', 'received', '9.0800', '9.0800', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28469, 464, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1800', '0.0000', '2023-02-03', 'received', '5.5300', '5.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28470, 464, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1800', '0.0000', '2023-02-03', 'received', '5.5300', '5.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28471, 464, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1800', '0.0000', '2023-02-03', 'received', '5.5300', '5.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28472, 464, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1800', '0.0000', '2023-02-03', 'received', '5.5300', '5.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28473, 464, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1800', '0.0000', '2023-02-03', 'received', '5.5300', '5.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28474, 464, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1800', '0.0000', '2023-02-03', 'received', '5.5300', '5.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28475, 464, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '0.0000', '2023-02-03', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28476, 464, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.4000', '0.0000', '2023-02-03', 'received', '4.4500', '4.4500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28477, 464, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.3000', '0.0000', '2023-02-03', 'received', '10.3000', '10.3000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28478, 464, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5201', '107.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '376.6500', '0.0000', '2023-02-03', 'received', '3.5201', '3.5201', '107.0000', NULL, NULL, 1, 'PZA', '107.0000', NULL, NULL, NULL, NULL, '3.5201');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28479, 464, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '31.3200', '0.0000', '2023-02-03', 'received', '0.8700', '0.8700', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28480, 464, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '63.0000', '0.0000', '2023-02-03', 'received', '1.7500', '1.7500', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28481, 464, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2023-02-03', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28486, 465, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2.6400', '1.0000', '2023-02-03', 'received', '2.6400', '2.6400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '2.6400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28487, 465, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2023-02-03', 'received', '6.0000', '6.0000', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28488, 465, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '2.7100', '1.0000', '2023-02-03', 'received', '2.7100', '2.7100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '2.7100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28489, 465, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '56.0000', '0.0000', '2023-02-03', 'received', '56.0000', '56.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '56.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28490, 466, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '234.0000', '0.0000', '2023-02-06', 'received', '9.7500', '9.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28491, 466, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0800', '0.0000', '2023-02-06', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28492, 466, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '823.8000', '0.0000', '2023-02-06', 'received', '11.4417', '11.4417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '11.4417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28493, 466, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '223.9997', '0.0000', '2023-02-06', 'received', '4.6667', '4.6667', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28494, 466, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '317.4600', '0.0000', '2023-02-06', 'received', '4.4092', '4.4092', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28495, 466, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '246.4500', '0.0000', '2023-02-06', 'received', '3.4229', '3.4229', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28496, 466, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.5257', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.8500', '0.0000', '2023-02-06', 'received', '2.5257', '2.5257', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '2.5257');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28497, 466, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '2.8208', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.8500', '0.0000', '2023-02-06', 'received', '2.8208', '2.8208', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.8208');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28498, 466, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-02-06', 'received', '2.5000', '2.5000', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28499, 466, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '0.0000', '2023-02-06', 'received', '4.8333', '4.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28500, 466, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.9992', '0.0000', '2023-02-06', 'received', '4.6666', '4.6666', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.6666');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28501, 467, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '336.0000', '0.0000', '2023-02-06', 'received', '14.0000', '14.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '14.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28502, 468, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.4000', '1.0000', '2023-02-06', 'received', '8.0800', '8.0800', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '8.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28503, 468, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '3.9565', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '79.1300', '0.0000', '2023-02-06', 'received', '3.9565', '3.9565', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '3.9565');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28504, 469, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.4200', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '154.0800', '0.0000', '2023-02-07', 'received', '6.4200', '6.4200', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28505, 469, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.9600', '3.0000', '2023-02-07', 'received', '2.5800', '2.5800', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28506, 469, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-02-07', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28507, 470, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2023-02-07', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28508, 470, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-02-07', 'received', '15.0000', '15.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28509, 470, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2023-02-07', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28511, 472, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '1.0000', '2023-02-08', 'received', '15.0000', '15.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28512, 472, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2023-02-08', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28513, 472, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2023-02-08', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28514, 472, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '56.2500', '0.0000', '2023-02-08', 'received', '3.7500', '3.7500', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28515, 472, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-02-08', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28516, 472, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-02-08', 'received', '3.0000', '3.0000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28517, 472, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '20.0000', '2023-02-08', 'received', '4.5000', '4.5000', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28518, 472, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.5000', '14.0000', '2023-02-08', 'received', '3.7500', '3.7500', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28519, 472, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2023-02-08', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28520, 472, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-02-08', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28521, 472, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2023-02-08', 'received', '3.7500', '3.7500', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28522, 472, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2023-02-08', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28523, 473, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.9000', '0.0000', '2023-02-08', 'received', '6.6500', '6.6500', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '6.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28524, 473, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-02-08', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28525, 473, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.4792', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '131.5000', '0.0000', '2023-02-08', 'received', '5.4792', '5.4792', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4792');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28526, 471, NULL, 2661, '340', 'CHICLES.', NULL, '0.2817', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '16.9020', '0.0000', '2023-02-08', 'received', '0.2817', '0.2817', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.2817');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28527, 471, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '31.5000', '0.0000', '2023-02-08', 'received', '1.7500', '1.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28531, 475, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2023-02-10', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28532, 475, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.6800', '0.0000', '2023-02-10', 'received', '5.1400', '5.1400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28533, 475, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '208.8000', '0.0000', '2023-02-10', 'received', '5.8000', '5.8000', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28534, 476, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-02-10', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28535, 476, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.9200', '0.0000', '2023-02-10', 'received', '5.1600', '5.1600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28536, 477, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.0000', '1.0000', '2023-02-10', 'received', '0.8333', '0.8333', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28537, 477, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '9.9000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '118.8000', '0.0000', '2023-02-10', 'received', '9.9000', '9.9000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '9.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28538, 477, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.7000', '0.0000', '2023-02-10', 'received', '0.9042', '0.9042', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '0.9042');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28539, 478, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '99.0000', '1.0000', '2023-02-10', 'received', '16.5000', '16.5000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '16.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28540, 478, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '20.0000', '2023-02-10', 'received', '6.5000', '6.5000', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '6.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28541, 479, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '820.0000', '0.0000', '2023-02-13', 'received', '8.5417', '8.5417', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28548, 474, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1250.0000', '26.0000', '2023-02-10', 'received', '25.0000', '25.0000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '25.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28549, 474, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '250.0000', '100.0000', '2023-02-10', 'received', '2.5000', '2.5000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28550, 474, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '12.7500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '1275.0000', '26.0000', '2023-02-10', 'received', '12.7500', '12.7500', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '12.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28551, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28552, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28553, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28554, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28555, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28556, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.4583', '0.4583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28557, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '-2.0000', '2023-02-15', 'received', '0.7500', '0.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28558, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28559, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28560, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28561, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28562, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28563, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28564, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28565, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.7500', '4.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28566, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28567, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28568, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28569, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28570, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28571, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.5917', '0.0000', '2023-02-15', 'received', '0.8583', '0.8583', '17.0000', NULL, NULL, 5, 'UNIDAD', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28572, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '24.2092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.2092', '24.2092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28573, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28574, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28575, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28576, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28577, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.2500', '10.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28578, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28579, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28580, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28581, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28582, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28583, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28584, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28585, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28586, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28587, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28588, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28589, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28590, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28591, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28592, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28593, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.2878', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.2878', '9.2878', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28594, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28595, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28596, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28597, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28598, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28599, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28600, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28601, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28602, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28603, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28604, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28605, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28606, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28607, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28608, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28609, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28610, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28611, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28612, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28613, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28614, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28615, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28616, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28617, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28618, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28619, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28620, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28621, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28622, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28623, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28624, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28625, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28626, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28627, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28628, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28629, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28630, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28631, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28632, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28633, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28634, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28635, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28636, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28637, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '12.7500', '-29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-369.7500', '-29.0000', '2023-02-15', 'received', '12.7500', '12.7500', '-29.0000', NULL, NULL, 1, 'PZA', '-29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28638, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28639, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28640, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28641, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28642, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.2900', '23.0000', '2023-02-15', 'received', '0.2300', '0.2300', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28643, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28644, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28645, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28646, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.5257', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5257', '2.5257', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28647, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.8233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.8233', '12.8233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28648, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28649, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28650, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28651, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '2.8208', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6417', '0.0000', '2023-02-15', 'received', '2.8208', '2.8208', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28652, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28653, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28654, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28655, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28656, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28657, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28658, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28659, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8458', '8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.7667', '0.0000', '2023-02-15', 'received', '0.8458', '0.8458', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28660, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28661, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9400', '0.0000', '2023-02-15', 'received', '2.9700', '2.9700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28662, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28663, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28664, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28665, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28666, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28667, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28668, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28669, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28670, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28671, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28672, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28673, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28674, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28675, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28676, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28677, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28678, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28679, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28680, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28681, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28682, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28683, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.8762', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.8762', '10.8762', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28684, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28685, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28686, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28687, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28688, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28689, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28690, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28691, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28692, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.9000', '5.9000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28693, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28694, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28695, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28696, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28697, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28698, NULL, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '56.0000', '56.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28699, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2467', '0.0000', '2023-02-15', 'received', '1.1233', '1.1233', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28700, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28701, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28702, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28703, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28704, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28705, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28706, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28707, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28708, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2817', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.6617', '0.0000', '2023-02-15', 'received', '0.2817', '0.2817', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28709, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28710, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6875', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6875', '0.0000', '2023-02-15', 'received', '0.6875', '0.6875', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28711, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4200', '0.0000', '2023-02-15', 'received', '6.4200', '6.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28712, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28713, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28714, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28715, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28716, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28717, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28718, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28719, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28720, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28721, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28722, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28723, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28724, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28725, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28726, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28727, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28728, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28729, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28730, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28731, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28732, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28733, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28734, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28735, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28736, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28737, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28738, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28739, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28740, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28741, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2500', '0.0000', '2023-02-15', 'received', '3.2500', '3.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28742, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28743, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28744, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28745, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28746, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28747, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1600', '0.0000', '2023-02-15', 'received', '5.1600', '5.1600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28748, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9722', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.9722', '3.9722', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28749, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28750, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28751, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28752, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28753, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28754, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28755, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28756, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28757, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.7025', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.7025', '6.7025', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28758, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28759, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28760, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28761, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28762, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28763, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28764, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28765, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28766, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28767, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28768, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28769, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28770, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28771, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28772, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28773, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28774, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28775, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28776, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28777, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28778, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28779, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28780, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28781, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28782, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28783, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28784, NULL, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28785, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28786, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28787, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28788, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28789, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28790, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28791, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28792, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28793, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28794, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28795, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28796, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28797, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28798, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28799, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28800, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28801, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28802, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28803, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28804, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28805, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28806, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28807, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28808, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28809, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28810, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28811, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28812, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28813, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28814, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28815, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28816, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28817, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28818, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28819, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28820, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28821, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28822, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28823, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28824, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28825, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28826, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28827, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28828, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28829, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28830, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28831, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28832, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28833, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28834, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28835, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28836, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28837, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28838, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28839, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28840, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28841, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28842, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28843, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28844, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28845, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28846, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28847, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28848, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28849, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28850, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28851, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28852, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28853, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28854, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28855, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28856, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28857, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28858, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28859, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28860, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28861, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28862, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28863, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28864, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28865, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28866, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28867, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28868, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28869, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28870, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28871, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28872, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28873, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28874, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28875, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28876, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28877, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28878, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28879, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28880, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28881, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28882, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28883, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28884, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28885, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28886, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28887, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28888, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28889, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28890, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28891, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28892, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28893, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28894, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28895, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28896, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28897, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28898, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28899, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28900, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28901, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28902, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28903, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1667', '-1.0000', '2023-02-15', 'received', '1.1667', '1.1667', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28904, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28905, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28906, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28907, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28908, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28909, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.7400', '0.0000', '2023-02-15', 'received', '6.7400', '6.7400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28910, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28911, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28912, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28913, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28914, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5700', '0.0000', '2023-02-15', 'received', '3.5700', '3.5700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28915, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28916, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28917, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28918, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28919, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28920, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28921, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28922, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28923, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28924, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28925, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.7500', '0.0000', '2023-02-15', 'received', '1.7500', '1.7500', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28926, NULL, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28927, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28928, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28929, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28930, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.6700', '0.0000', '2023-02-15', 'received', '6.8900', '6.8900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28931, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28932, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.8458', '0.0000', '2023-02-15', 'received', '3.4229', '3.4229', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28933, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28934, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.7583', '0.0000', '2023-02-15', 'received', '7.7517', '7.7517', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28935, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.6250', '0.0000', '2023-02-15', 'received', '8.5417', '8.5417', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28936, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0000', '0.0000', '2023-02-15', 'received', '4.6667', '4.6667', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28937, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.7667', '0.0000', '2023-02-15', 'received', '11.4417', '11.4417', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28938, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28939, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28940, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.4200', '3.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28941, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28942, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.5800', '5.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28943, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28944, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8000', '0.0000', '2023-02-15', 'received', '5.8000', '5.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28945, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28946, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28947, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28948, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6667', '0.0000', '2023-02-15', 'received', '4.8333', '4.8333', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28949, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28950, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28951, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28952, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28953, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28954, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28955, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28956, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28957, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28958, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28959, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28960, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28961, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28962, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28963, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28964, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28965, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28966, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28967, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28968, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28969, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.2911', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.2911', '12.2911', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28970, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28971, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28972, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28973, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28974, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2023-02-15', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28975, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28976, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.4792', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.4792', '5.4792', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28977, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '0.0000', '2023-02-15', 'received', '15.0000', '15.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28978, NULL, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28979, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0000', '3.0000', '2023-02-15', 'received', '4.0000', '4.0000', '3.0000', NULL, NULL, 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28980, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28981, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28982, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28983, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28984, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28985, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28986, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28987, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28988, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28989, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28990, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2023-02-15', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28991, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2023-02-15', 'received', '1.8750', '1.8750', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28992, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28993, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2023-02-15', 'received', '3.0000', '3.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28994, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '0.0000', '2023-02-15', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28995, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28996, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-02-15', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28997, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28998, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (28999, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '0.0000', '2023-02-15', 'received', '6.0000', '6.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29000, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29001, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29002, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29003, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29004, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29005, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2500', '0.0000', '2023-02-15', 'received', '2.2500', '2.2500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29006, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29007, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29008, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29009, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29010, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29011, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29012, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29013, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29014, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29015, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29016, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29017, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29018, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29019, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29020, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29021, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29022, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29023, NULL, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29024, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29025, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29026, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29027, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29028, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29029, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29030, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.1400', '5.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29031, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29032, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29033, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29034, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29035, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29036, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29037, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29038, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.7300', '2.7300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29039, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6667', '0.0000', '2023-02-15', 'received', '0.4167', '0.4167', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29040, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29041, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29042, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29043, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29044, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29045, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29046, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29047, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29048, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29049, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29050, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29051, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29052, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29053, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '3.1633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.1633', '3.1633', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29054, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29055, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29056, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2023-02-15', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29057, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29058, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29059, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29060, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29061, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29062, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29063, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29064, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29065, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29066, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29067, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29068, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29069, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8333', '0.0000', '2023-02-15', 'received', '5.8333', '5.8333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29070, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29071, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29072, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '9.9000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.8000', '0.0000', '2023-02-15', 'received', '9.9000', '9.9000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29073, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9042', '0.0000', '2023-02-15', 'received', '0.9042', '0.9042', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29074, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.7083', '1.7083', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29075, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29076, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29077, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29078, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29079, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29080, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29081, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29082, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29083, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29084, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29085, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29086, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29087, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29088, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29089, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29090, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29091, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29092, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29093, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29094, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29095, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29096, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29097, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29098, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29099, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29100, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29101, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29102, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29103, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29104, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29105, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.0800', '8.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29106, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.4092', '0.0000', '2023-02-15', 'received', '4.4092', '4.4092', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29107, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5300', '-1.0000', '2023-02-15', 'received', '5.5300', '5.5300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29108, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29109, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.5300', '0.0000', '2023-02-15', 'received', '5.5300', '5.5300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29110, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5300', '0.0000', '2023-02-15', 'received', '5.5300', '5.5300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29111, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29112, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29113, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29114, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29115, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29116, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29117, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29118, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29119, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29120, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7143', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1429', '0.0000', '2023-02-15', 'received', '0.7143', '0.7143', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29121, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29122, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29123, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29124, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29125, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29126, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29127, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29128, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29129, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29130, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29131, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29132, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29133, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29134, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29135, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29136, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29137, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29138, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29139, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29140, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29141, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29142, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29143, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29144, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29145, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29146, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29147, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29148, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29149, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29150, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29151, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29152, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29153, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29154, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29155, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29156, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29157, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29158, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29159, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29160, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29161, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29162, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29163, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29164, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29165, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29166, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29167, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29168, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29169, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29170, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29171, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29172, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29173, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29174, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29175, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29176, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29177, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29178, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29179, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29180, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29181, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29182, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29183, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29184, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29185, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29186, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29187, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29188, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29189, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29190, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29191, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29192, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29193, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29194, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29195, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29196, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29197, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29198, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29199, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29200, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29201, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29202, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29203, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29204, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29205, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29206, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29207, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29208, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29209, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29210, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29211, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29212, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29213, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29214, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29215, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29216, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29217, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.6300', '3.0000', '2023-02-15', 'received', '1.2100', '1.2100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29218, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29219, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29220, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29221, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29222, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29223, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29224, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29225, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5833', '1.0000', '2023-02-15', 'received', '0.5833', '0.5833', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29226, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29227, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29228, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29229, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29230, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29231, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29232, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29233, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29234, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29235, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29236, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29237, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29238, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29239, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29240, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29241, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29242, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '1.0000', '2023-02-15', 'received', '0.5000', '0.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29243, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29244, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29245, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29246, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29247, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29248, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29249, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2023-02-15', 'received', '7.5000', '7.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29250, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29251, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29252, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29253, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29254, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29255, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29256, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9500', '0.0000', '2023-02-15', 'received', '2.9500', '2.9500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29257, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29258, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29259, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29260, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29261, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29262, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29263, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29264, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29265, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29266, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29267, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29268, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29269, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29270, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29271, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29272, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29273, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29274, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29275, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29276, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29277, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29278, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29279, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29280, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29281, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29282, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29283, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29284, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29285, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29286, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29287, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29288, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29289, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29290, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29291, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29292, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29293, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29294, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29295, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29296, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29297, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29298, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29299, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29300, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29301, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29302, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7917', '0.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29303, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29304, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29305, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29306, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29307, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29308, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29309, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29310, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29311, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8333', '0.0000', '2023-02-15', 'received', '0.4167', '0.4167', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29312, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29313, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2500', '0.0000', '2023-02-15', 'received', '1.7500', '1.7500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29314, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.3333', '1.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29315, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9167', '0.0000', '2023-02-15', 'received', '2.9583', '2.9583', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29316, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29317, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29318, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29319, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29320, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29321, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29322, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29323, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29324, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29325, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29326, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29327, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29328, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29329, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29330, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29331, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29332, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29333, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29334, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29335, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29336, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29337, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29338, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29339, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29340, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29341, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29342, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29343, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29344, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29345, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29346, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29347, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29348, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29349, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29350, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29351, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29352, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29353, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29354, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29355, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29356, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29357, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29358, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29359, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29360, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29361, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29362, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29363, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29364, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29365, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29366, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29367, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29368, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29369, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29370, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29371, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29372, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29373, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29374, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29375, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29376, NULL, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29377, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29378, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29379, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29380, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29381, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29382, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29383, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29384, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29385, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.8800', '7.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29386, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29387, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29388, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29389, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29390, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29391, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29392, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29393, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29394, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29395, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29396, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29397, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29398, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29399, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29400, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29401, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29402, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29403, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29404, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29405, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29406, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29407, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29408, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29409, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29410, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29411, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29412, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29413, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29414, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29415, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29416, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29417, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29418, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29419, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29420, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '35.4783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '35.4783', '35.4783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29421, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29422, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29423, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29424, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29425, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29426, NULL, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8000', '0.8000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29427, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29428, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29429, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29430, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29431, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29432, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29433, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29434, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29435, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29436, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29437, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29438, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29439, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29440, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29441, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29442, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '3.9565', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.9565', '3.9565', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29443, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29444, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29445, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29446, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '11.4917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.4917', '11.4917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29447, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29448, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29449, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29450, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29451, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29452, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29453, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29454, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29455, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29456, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29457, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29458, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7400', '0.0000', '2023-02-15', 'received', '0.8700', '0.8700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29459, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29460, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29461, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29462, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.6667', '1.0000', '2023-02-15', 'received', '6.6667', '6.6667', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29463, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29464, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5201', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0804', '0.0000', '2023-02-15', 'received', '3.5201', '3.5201', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29465, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29466, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29467, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29468, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29469, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29470, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29471, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29472, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29473, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29474, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29475, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29476, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29477, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29478, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29479, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29480, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29481, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29482, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29483, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29484, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29485, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29486, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29487, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29488, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29489, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29490, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29491, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29492, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29493, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29494, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29495, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29496, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29497, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29498, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29499, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29500, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29501, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29502, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29503, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29504, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29505, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29506, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29507, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29508, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29509, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29510, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29511, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29512, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29513, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29514, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29515, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29516, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29517, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29518, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29519, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29520, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29521, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29522, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29523, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29524, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29525, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29526, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29527, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29528, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29529, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29530, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29531, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29532, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29533, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29534, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29535, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29536, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29537, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29538, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29539, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29540, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29541, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29542, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29543, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29544, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29545, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29546, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29547, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29548, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29549, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29550, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29551, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29552, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29553, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29554, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29555, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29556, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29557, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29558, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29559, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29560, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29561, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.3700', '0.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29562, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29563, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29564, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29565, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29566, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29567, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.7100', '0.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29568, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '6.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.2800', '6.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29569, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29570, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.0100', '1.0000', '2023-02-15', 'received', '21.0100', '21.0100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29571, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29572, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3800', '-2.0000', '2023-02-15', 'received', '1.1900', '1.1900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29573, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '2.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.9100', '2.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29574, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.5400', '-6.0000', '2023-02-15', 'received', '10.5900', '10.5900', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29575, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29576, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29577, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29578, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29579, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29580, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29581, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0900', '1.0000', '2023-02-15', 'received', '1.0900', '1.0900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29582, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29583, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29584, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.8500', '1.0000', '2023-02-15', 'received', '3.8500', '3.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29585, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29586, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.5700', '1.0000', '2023-02-15', 'received', '11.5700', '11.5700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29587, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29588, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29589, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29590, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29591, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29592, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29593, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29594, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29595, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29596, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29597, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29598, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '2.0000', '2023-02-15', 'received', '15.0000', '15.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29599, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29600, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29601, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29602, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29603, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29604, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29605, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29606, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29607, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29608, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29609, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9200', '-2.0000', '2023-02-15', 'received', '1.4600', '1.4600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29610, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29611, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29612, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29613, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29614, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8700', '-1.0000', '2023-02-15', 'received', '4.8700', '4.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29615, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29616, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '1.0100', '1.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29617, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29618, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29619, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29620, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29621, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29622, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29623, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29624, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29625, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29626, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29627, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29628, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29629, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29630, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29631, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29632, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29633, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29634, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29635, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29636, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29637, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '0.1124', '0.1124', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29638, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29639, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29640, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29641, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29642, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29643, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29644, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29645, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.9000', '1.0000', '2023-02-15', 'received', '9.9000', '9.9000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29646, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29647, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29648, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29649, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-02-15', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29650, 480, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '15.7857', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '110.5000', '0.0000', '2023-02-15', 'received', '15.7857', '15.7857', '7.0000', NULL, NULL, 1, 'PZA', '7.0000', NULL, NULL, NULL, NULL, '15.7857');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29651, 481, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.8800', '0.0000', '2023-02-15', 'received', '2.1617', '2.1617', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.1617');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29652, 481, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.8600', '0.0000', '2023-02-15', 'received', '10.7325', '10.7325', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '10.7325');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29653, 482, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.2400', '5.0000', '2023-02-15', 'received', '1.6700', '1.6700', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '1.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29654, 482, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '240.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '200.0000', '0.0000', '2023-02-15', 'received', '0.8333', '0.8333', '240.0000', NULL, NULL, 1, 'PZA', '240.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29655, 483, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '216.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-02-15', 'received', '0.8333', '0.8333', '216.0000', NULL, NULL, 1, 'PZA', '216.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29656, 484, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '22.5142', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '270.1700', '0.0000', '2023-02-15', 'received', '22.5142', '22.5142', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '22.5142');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29657, 484, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '41.0231', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '533.3000', '0.0000', '2023-02-15', 'received', '41.0231', '41.0231', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '41.0231');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29658, 485, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.7500', '0.0000', '2023-02-15', 'received', '1.8750', '1.8750', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29659, 485, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.5000', '0.0000', '2023-02-15', 'received', '7.5000', '7.5000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29660, 485, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2023-02-15', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29661, 486, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.4000', '0.0000', '2023-02-15', 'received', '5.9500', '5.9500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29662, 486, NULL, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', NULL, '11.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.0000', '0.0000', '2023-02-15', 'received', '11.3333', '11.3333', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '11.3333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29663, 486, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '0.0000', '2023-02-15', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29664, 486, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2023-02-15', 'received', '18.7500', '18.7500', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '18.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29665, 487, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.2890', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '317.3400', '0.0000', '2023-02-15', 'received', '5.2890', '5.2890', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '5.2890');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29666, 488, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.3600', '3.0000', '2023-02-20', 'received', '5.5300', '5.5300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29667, 488, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5300', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '22.1200', '0.0000', '2023-02-20', 'received', '5.5300', '5.5300', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29668, 488, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1800', '0.0000', '2023-02-20', 'received', '5.5300', '5.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29669, 488, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '17.8000', '0.0000', '2023-02-20', 'received', '4.4500', '4.4500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29670, 488, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '0.0000', '2023-02-20', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29671, 488, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5419', '93.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '329.4000', '0.0000', '2023-02-20', 'received', '3.5419', '3.5419', '93.0000', NULL, NULL, 1, 'PZA', '93.0000', NULL, NULL, NULL, NULL, '3.5419');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29672, 488, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '31.3200', '0.0000', '2023-02-20', 'received', '0.8700', '0.8700', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29673, 488, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.8400', '0.0000', '2023-02-20', 'received', '3.5700', '3.5700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29674, 489, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2023-02-20', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29675, 489, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.2000', '0.0000', '2023-02-20', 'received', '5.8000', '5.8000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29676, 490, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '0.0000', '2023-02-20', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29677, 490, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2023-02-20', 'received', '18.7500', '18.7500', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '18.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29678, 490, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '79.8000', '0.0000', '2023-02-20', 'received', '6.6500', '6.6500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '6.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29679, 491, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8800', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.2800', '0.0000', '2023-02-21', 'received', '12.8800', '12.8800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.8800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29680, 491, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '0.0000', '2023-02-21', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29681, 491, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2023-02-21', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29682, 492, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2023-02-21', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29683, 492, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0800', '0.0000', '2023-02-21', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29684, 492, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '274.6000', '0.0000', '2023-02-21', 'received', '11.4417', '11.4417', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '11.4417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29685, 492, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '0.0000', '2023-02-21', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29686, 493, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.6800', '0.0000', '2023-02-22', 'received', '5.1400', '5.1400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29687, 493, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '69.6000', '0.0000', '2023-02-22', 'received', '5.8000', '5.8000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29688, 494, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-02-22', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29689, 494, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2023-02-22', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29690, 495, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.4000', '0.0000', '2023-02-24', 'received', '2.9500', '2.9500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29691, 496, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '10.0000', '2023-02-27', 'received', '9.0000', '9.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '9.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29692, 496, NULL, 2661, '340', 'CHICLES.', NULL, '0.2708', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '16.2500', '0.0000', '2023-02-27', 'received', '0.2708', '0.2708', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.2708');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29693, 496, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.2000', '0.0000', '2023-02-27', 'received', '1.6000', '1.6000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29694, 497, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '0.0000', '2023-02-27', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29695, 497, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2023-02-27', 'received', '18.7500', '18.7500', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '18.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29696, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29697, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29698, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29699, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29700, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29701, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4583', '-1.0000', '2023-03-02', 'received', '0.4583', '0.4583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29702, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7500', '1.0000', '2023-03-02', 'received', '0.7500', '0.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29703, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29704, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29705, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29706, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29707, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29708, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29709, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29710, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.7500', '4.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29711, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29712, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29713, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29714, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29715, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29716, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7167', '0.0000', '2023-03-02', 'received', '0.8583', '0.8583', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29717, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '22.5142', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '22.5142', '22.5142', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29718, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.7483', '-1.0000', '2023-03-02', 'received', '11.7483', '11.7483', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29719, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29720, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29721, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29722, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2500', '0.0000', '2023-03-02', 'received', '10.2500', '10.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29723, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '15.7857', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.7857', '0.0000', '2023-03-02', 'received', '15.7857', '15.7857', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29724, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29725, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29726, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29727, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29728, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29729, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29730, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29731, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29732, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29733, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.0000', '0.0000', '2023-03-02', 'received', '38.0000', '38.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29734, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29735, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29736, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29737, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29738, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.2878', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.2878', '0.0000', '2023-03-02', 'received', '9.2878', '9.2878', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29739, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29740, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29741, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29742, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29743, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2400', '1.0000', '2023-03-02', 'received', '8.2400', '8.2400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29744, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29745, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29746, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29747, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29748, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29749, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29750, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29751, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '29.9200', '2.0000', '2023-03-02', 'received', '14.9600', '14.9600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29752, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29753, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5100', '-1.0000', '2023-03-02', 'received', '0.5100', '0.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29754, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2200', '2.0000', '2023-03-02', 'received', '0.6100', '0.6100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29755, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29756, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29757, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29758, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29759, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29760, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29761, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29762, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1100', '1.0000', '2023-03-02', 'received', '0.1100', '0.1100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29763, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4000', '-10.0000', '2023-03-02', 'received', '0.1400', '0.1400', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29764, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29765, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29766, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29767, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29768, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29769, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29770, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29771, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29772, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29773, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29774, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29775, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29776, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29777, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29778, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29779, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29780, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29781, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29782, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29783, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29784, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29785, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29786, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29787, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.2300', '0.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29788, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29789, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29790, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29791, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.5257', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5257', '0.0000', '2023-03-02', 'received', '2.5257', '2.5257', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29792, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.8233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.8233', '12.8233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29793, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29794, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29795, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29796, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '2.8208', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.8208', '2.8208', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29797, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29798, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29799, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29800, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29801, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.7400', '2.0000', '2023-03-02', 'received', '7.3700', '7.3700', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29802, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29803, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29804, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.3333', '0.0000', '2023-03-02', 'received', '0.8333', '0.8333', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29805, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29806, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.9700', '2.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29807, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29808, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29809, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29810, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29811, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29812, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.8200', '-1.0000', '2023-03-02', 'received', '19.8200', '19.8200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29813, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29814, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29815, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29816, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29817, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29818, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29819, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29820, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29821, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29822, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29823, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29824, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29825, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29826, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '27.5000', '2.0000', '2023-03-02', 'received', '13.7500', '13.7500', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29827, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29828, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.8762', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.7524', '0.0000', '2023-03-02', 'received', '10.8762', '10.8762', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29829, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29830, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29831, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29832, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29833, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29834, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29835, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0400', '-1.0000', '2023-03-02', 'received', '10.0400', '10.0400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29836, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29837, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.9000', '5.9000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29838, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29839, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29840, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29841, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29842, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29843, NULL, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '56.0000', '56.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29844, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2467', '-2.0000', '2023-03-02', 'received', '1.1233', '1.1233', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29845, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29846, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29847, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29848, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29849, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29850, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29851, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29852, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29853, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2708', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3542', '0.0000', '2023-03-02', 'received', '0.2708', '0.2708', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29854, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29855, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6875', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5625', '0.0000', '2023-03-02', 'received', '0.6875', '0.6875', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29856, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.4200', '6.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29857, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29858, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29859, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29860, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29861, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29862, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29863, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29864, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29865, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29866, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29867, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29868, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29869, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29870, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29871, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29872, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29873, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29874, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29875, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29876, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29877, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29878, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29879, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29880, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29881, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29882, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29883, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29884, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29885, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29886, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2500', '0.0000', '2023-03-02', 'received', '3.2500', '3.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29887, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29888, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29889, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29890, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29891, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29892, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.4800', '0.0000', '2023-03-02', 'received', '5.1600', '5.1600', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29893, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9722', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9167', '0.0000', '2023-03-02', 'received', '3.9722', '3.9722', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29894, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29895, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29896, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29897, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29898, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29899, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29900, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29901, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29902, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.7025', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.7025', '6.7025', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29903, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29904, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29905, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29906, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29907, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29908, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29909, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29910, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29911, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29912, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29913, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29914, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29915, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29916, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29917, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29918, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29919, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29920, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29921, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29922, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29923, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29924, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29925, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29926, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29927, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29928, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29929, NULL, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.5000', '-1.0000', '2023-03-02', 'received', '16.5000', '16.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29930, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29931, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29932, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29933, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29934, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29935, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29936, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29937, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29938, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29939, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29940, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29941, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29942, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29943, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29944, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29945, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29946, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29947, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29948, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29949, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29950, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29951, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29952, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29953, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29954, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29955, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29956, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29957, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29958, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29959, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29960, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29961, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29962, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29963, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29964, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29965, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29966, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29967, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29968, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29969, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29970, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29971, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29972, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29973, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29974, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29975, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29976, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29977, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29978, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29979, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29980, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29981, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29982, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29983, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29984, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29985, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29986, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29987, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29988, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29989, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29990, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29991, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29992, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29993, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29994, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29995, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29996, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29997, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29998, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (29999, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30000, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30001, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30002, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30003, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30004, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30005, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30006, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30007, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30008, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30009, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30010, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30011, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30012, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30013, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30014, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30015, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30016, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30017, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30018, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30019, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30020, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30021, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30022, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30023, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30024, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30025, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30026, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30027, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30028, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30029, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30030, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30031, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30032, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30033, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30034, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30035, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30036, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30037, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30038, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30039, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30040, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30041, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30042, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30043, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30044, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30045, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30046, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30047, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30048, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8333', '-5.0000', '2023-03-02', 'received', '1.1667', '1.1667', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30049, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30050, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30051, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30052, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30053, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30054, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.7400', '6.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30055, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30056, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30057, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30058, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30059, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.7100', '0.0000', '2023-03-02', 'received', '3.5700', '3.5700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30060, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30061, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30062, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30063, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30064, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30065, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30066, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30067, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30068, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30069, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30070, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.7500', '0.0000', '2023-03-02', 'received', '1.7500', '1.7500', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30071, NULL, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30072, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30073, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30074, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30075, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.8900', '6.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30076, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30077, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4229', '0.0000', '2023-03-02', 'received', '3.4229', '3.4229', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30078, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30079, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.7517', '7.7517', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30080, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.3496', '8.3496', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30081, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3333', '0.0000', '2023-03-02', 'received', '4.6667', '4.6667', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30082, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.4417', '11.4417', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30083, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30084, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30085, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4200', '-1.0000', '2023-03-02', 'received', '3.4200', '3.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30086, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30087, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5800', '0.0000', '2023-03-02', 'received', '5.5800', '5.5800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30088, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30089, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.6000', '0.0000', '2023-03-02', 'received', '5.8000', '5.8000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30090, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30091, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30092, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '2.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.8333', '2.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30093, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.6667', '0.0000', '2023-03-02', 'received', '4.8333', '4.8333', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30094, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30095, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30096, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7250', '-1.0000', '2023-03-02', 'received', '0.7250', '0.7250', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30097, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30098, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30099, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30100, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30101, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30102, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30103, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30104, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30105, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30106, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30107, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30108, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30109, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30110, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30111, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30112, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30113, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5800', '-1.0000', '2023-03-02', 'received', '2.5800', '2.5800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30114, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.8800', '12.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30115, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30116, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30117, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30118, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30119, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30120, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30121, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.4792', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4792', '0.0000', '2023-03-02', 'received', '5.4792', '5.4792', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30122, NULL, NULL, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', NULL, '11.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.3333', '11.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30123, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.8750', '0.0000', '2023-03-02', 'received', '15.3750', '15.3750', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30124, NULL, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30125, NULL, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '18.7500', '18.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30126, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30127, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30128, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30129, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30130, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30131, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30132, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30133, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30134, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30135, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30136, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-03-02', 'received', '3.7500', '3.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30137, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30138, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8750', '0.0000', '2023-03-02', 'received', '1.8750', '1.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30139, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30140, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '0.0000', '2023-03-02', 'received', '3.0000', '3.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30141, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30142, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30143, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30144, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30145, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30146, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.0000', '0.0000', '2023-03-02', 'received', '6.0000', '6.0000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30147, NULL, NULL, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', NULL, '4.5000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.5000', '-5.0000', '2023-03-02', 'received', '4.5000', '4.5000', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30148, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30149, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30150, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30151, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30152, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30153, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30154, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30155, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30156, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30157, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3200', '0.0000', '2023-03-02', 'received', '1.3200', '1.3200', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30158, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30159, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30160, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30161, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30162, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30163, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30164, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30165, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30166, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30167, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30168, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30169, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30170, NULL, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30171, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2500', '0.0000', '2023-03-02', 'received', '1.2500', '1.2500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30172, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30173, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30174, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30175, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30176, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30177, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.1400', '5.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30178, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30179, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30180, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.8500', '0.0000', '2023-03-02', 'received', '2.9500', '2.9500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30181, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30182, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30183, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30184, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30185, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.7300', '0.0000', '2023-03-02', 'received', '2.7300', '2.7300', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30186, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30187, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30188, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30189, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30190, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30191, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30192, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30193, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30194, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30195, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30196, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30197, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30198, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8000', '-2.0000', '2023-03-02', 'received', '3.4000', '3.4000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30199, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30200, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '3.1633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.1633', '3.1633', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30201, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30202, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30203, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '0.0000', '2023-03-02', 'received', '4.2500', '4.2500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30204, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30205, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30206, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30207, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30208, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30209, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30210, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30211, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30212, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30213, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30214, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30215, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30216, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.2890', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.4450', '0.0000', '2023-03-02', 'received', '5.2890', '5.2890', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30217, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30218, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30219, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30220, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.9042', '0.9042', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30221, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.1617', '2.1617', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30222, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30223, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30224, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30225, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30226, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30227, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30228, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30229, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30230, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30231, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30232, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30233, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30234, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30235, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30236, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30237, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6364', '-2.0000', '2023-03-02', 'received', '0.8182', '0.8182', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30238, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30239, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30240, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30241, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30242, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30243, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30244, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30245, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30246, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30247, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30248, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30249, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30250, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30251, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30252, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.0800', '8.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30253, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.0458', '0.0000', '2023-03-02', 'received', '4.4092', '4.4092', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30254, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.5300', '1.0000', '2023-03-02', 'received', '5.5300', '5.5300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30255, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.0600', '0.0000', '2023-03-02', 'received', '5.5300', '5.5300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30256, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30257, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30258, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30259, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30260, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30261, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30262, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30263, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30264, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30265, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30266, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30267, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7143', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.7143', '0.7143', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30268, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30269, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30270, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30271, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30272, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30273, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30274, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30275, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30276, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30277, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30278, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30279, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30280, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30281, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30282, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30283, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30284, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30285, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30286, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30287, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30288, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30289, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30290, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30291, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30292, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30293, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30294, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30295, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30296, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30297, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30298, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30299, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30300, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30301, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30302, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30303, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30304, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30305, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30306, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30307, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30308, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30309, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30310, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30311, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30312, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30313, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30314, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30315, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30316, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30317, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30318, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30319, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30320, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30321, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30322, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30323, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30324, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30325, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30326, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30327, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30328, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30329, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30330, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30331, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30332, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30333, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30334, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30335, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30336, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30337, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30338, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30339, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30340, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30341, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30342, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30343, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30344, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30345, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30346, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30347, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30348, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30349, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30350, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30351, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30352, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30353, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30354, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30355, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30356, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30357, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30358, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30359, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30360, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30361, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30362, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30363, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30364, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30365, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30366, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30367, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30368, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30369, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30370, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30371, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30372, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30373, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30374, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30375, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30376, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30377, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30378, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30379, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30380, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30381, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30382, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30383, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30384, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30385, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30386, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30387, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30388, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30389, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '1.0000', '2023-03-02', 'received', '0.5000', '0.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30390, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.8333', '5.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30391, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30392, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30393, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30394, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30395, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30396, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30397, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30398, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30399, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30400, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30401, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30402, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30403, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30404, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30405, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30406, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30407, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30408, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30409, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30410, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30411, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30412, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30413, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30414, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30415, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30416, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30417, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30418, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30419, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30420, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30421, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30422, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30423, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30424, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30425, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30426, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30427, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30428, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30429, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30430, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30431, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30432, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30433, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30434, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30435, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30436, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30437, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30438, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30439, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30440, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30441, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30442, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30443, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30444, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30445, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30446, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30447, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30448, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30449, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.7917', '0.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30450, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30451, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30452, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30453, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30454, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30455, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30456, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30457, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30458, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30459, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30460, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30461, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.3333', '1.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30462, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.9583', '2.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30463, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30464, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30465, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30466, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30467, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30468, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30469, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30470, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30471, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30472, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30473, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30474, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30475, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30476, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30477, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30478, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30479, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30480, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30481, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30482, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30483, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30484, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30485, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30486, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30487, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30488, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30489, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30490, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30491, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30492, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30493, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30494, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30495, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30496, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30497, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30498, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30499, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30500, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30501, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30502, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9002', '-1.0000', '2023-03-02', 'received', '0.9002', '0.9002', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30503, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30504, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30505, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30506, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30507, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30508, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '1.0000', '2023-03-02', 'received', '2.8000', '2.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30509, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30510, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30511, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8000', '-1.0000', '2023-03-02', 'received', '2.8000', '2.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30512, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30513, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30514, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30515, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30516, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30517, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30518, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30519, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30520, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30521, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30522, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30523, NULL, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30524, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30525, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30526, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30527, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30528, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30529, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30530, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30531, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30532, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.8800', '7.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30533, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30534, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30535, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30536, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30537, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30538, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30539, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30540, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30541, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30542, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30543, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30544, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30545, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30546, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30547, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30548, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30549, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30550, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30551, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30552, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30553, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30554, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30555, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30556, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30557, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30558, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30559, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30560, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30561, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30562, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30563, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30564, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30565, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30566, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30567, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '41.0231', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '41.0231', '41.0231', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30568, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30569, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30570, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30571, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30572, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30573, NULL, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.8000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6000', '0.0000', '2023-03-02', 'received', '0.8000', '0.8000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30574, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30575, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30576, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30577, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30578, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30579, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30580, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30581, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30582, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30583, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30584, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30585, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30586, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5500', '0.0000', '2023-03-02', 'received', '3.5500', '3.5500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30587, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30588, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30589, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '3.9565', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.9565', '3.9565', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30590, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30591, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30592, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30593, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.7325', '0.0000', '2023-03-02', 'received', '10.7325', '10.7325', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30594, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30595, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30596, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30597, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30598, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30599, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30600, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30601, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30602, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30603, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30604, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30605, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.3500', '0.0000', '2023-03-02', 'received', '0.8700', '0.8700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30606, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30607, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30608, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30609, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30610, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30611, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5419', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.3355', '0.0000', '2023-03-02', 'received', '3.5419', '3.5419', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30612, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30613, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30614, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30615, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30616, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30617, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30618, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30619, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30620, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30621, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30622, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30623, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30624, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30625, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30626, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30627, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30628, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30629, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30630, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30631, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30632, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30633, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30634, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30635, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30636, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30637, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30638, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30639, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30640, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30641, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30642, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30643, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30644, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30645, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30646, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30647, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30648, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30649, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '100.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '100.0000', '2023-03-02', 'received', '0.1500', '0.1500', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30650, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-4.0000', '2023-03-02', 'received', '0.1500', '0.1500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30651, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30652, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30653, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30654, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30655, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30656, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30657, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30658, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30659, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30660, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30661, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30662, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30663, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.0000', '2.0000', '2023-03-02', 'received', '0.5000', '0.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30664, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30665, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30666, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30667, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30668, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30669, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30670, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30671, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30672, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30673, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30674, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30675, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30676, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30677, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30678, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30679, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30680, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30681, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30682, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30683, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30684, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30685, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30686, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30687, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30688, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', NULL, '0.1800', '-303.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-54.5400', '-303.0000', '2023-03-02', 'received', '0.1800', '0.1800', '-303.0000', NULL, NULL, 1, 'PZA', '-303.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30689, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30690, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30691, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30692, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30693, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30694, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30695, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30696, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30697, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30698, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30699, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30700, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30701, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30702, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30703, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30704, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3300', '-1.0000', '2023-03-02', 'received', '2.3300', '2.3300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30705, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30706, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30707, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30708, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.3700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3700', '-1.0000', '2023-03-02', 'received', '0.3700', '0.3700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30709, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30710, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8400', '-1.0000', '2023-03-02', 'received', '1.8400', '1.8400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30711, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30712, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30713, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30714, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.7100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8400', '0.0000', '2023-03-02', 'received', '0.7100', '0.7100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30715, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '6.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.2800', '6.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30716, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30717, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '63.0300', '3.0000', '2023-03-02', 'received', '21.0100', '21.0100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30718, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30719, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3800', '2.0000', '2023-03-02', 'received', '1.1900', '1.1900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30720, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '2.9100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9100', '0.0000', '2023-03-02', 'received', '2.9100', '2.9100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30721, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30722, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '-1.0000', '2023-03-02', 'received', '25.0000', '25.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30723, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30724, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2900', '1.0000', '2023-03-02', 'received', '1.2900', '1.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30725, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5800', '2.0000', '2023-03-02', 'received', '2.2900', '2.2900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30726, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6900', '-1.0000', '2023-03-02', 'received', '0.6900', '0.6900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30727, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30728, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30729, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30730, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8900', '-1.0000', '2023-03-02', 'received', '0.8900', '0.8900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30731, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30732, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30733, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30734, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30735, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30736, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30737, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30738, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30739, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30740, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30741, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30742, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30743, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30744, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30745, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-2.0000', '2023-03-02', 'received', '15.0000', '15.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30746, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30747, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', NULL, '2.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.7100', '2.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30748, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30749, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30750, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9700', '-1.0000', '2023-03-02', 'received', '3.9700', '3.9700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30751, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30752, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30753, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30754, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30755, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30756, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30757, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30758, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30759, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30760, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4200', '-2.0000', '2023-03-02', 'received', '1.2100', '1.2100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30761, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30762, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30763, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4', NULL, '1.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '1.0100', '1.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30764, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30765, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30766, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30767, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7600', '-1.0000', '2023-03-02', 'received', '9.7600', '9.7600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30768, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30769, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30770, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30771, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30772, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30773, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30774, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30775, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30776, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30777, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30778, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30779, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30780, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30781, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30782, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30783, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30784, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '0.1124', '0.1124', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30785, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30786, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30787, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30788, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30789, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30790, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30791, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30792, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30793, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30794, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30795, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30796, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-02', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30797, 498, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '162.0000', '0.0000', '2023-03-02', 'received', '6.7500', '6.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30798, 498, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-03-02', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30799, 498, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.9800', '0.0000', '2023-03-02', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30800, 498, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '0.0000', '2023-03-02', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30801, 498, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-03-02', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30802, 499, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.0000', '0.0000', '2023-03-02', 'received', '3.2500', '3.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30804, 501, NULL, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', NULL, '222.7000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '668.1000', '0.0000', '2023-03-02', 'received', '222.7000', '222.7000', '3.0000', NULL, NULL, 4, 'GALON', '3.0000', NULL, NULL, NULL, NULL, '222.7000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30805, 501, NULL, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '159.4667', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '478.4000', '0.0000', '2023-03-02', 'received', '159.4667', '159.4667', '3.0000', NULL, NULL, 4, 'GALON', '3.0000', NULL, NULL, NULL, NULL, '159.4667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30806, 501, NULL, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', NULL, '17.9821', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '431.5700', '0.0000', '2023-03-02', 'received', '17.9821', '17.9821', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '17.9821');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30807, 501, NULL, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', NULL, '141.6167', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '424.8500', '0.0000', '2023-03-02', 'received', '141.6167', '141.6167', '3.0000', NULL, NULL, 4, 'GALON', '3.0000', NULL, NULL, NULL, NULL, '141.6167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30808, 502, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '5.4000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '270.0000', '0.0000', '2023-03-02', 'received', '5.4000', '5.4000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '5.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30809, 502, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.4000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '270.0000', '0.0000', '2023-03-02', 'received', '5.4000', '5.4000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '5.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30810, 503, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.5100', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '12.7500', '25.0000', '2023-03-02', 'received', '0.5100', '0.5100', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '0.5100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30811, 503, NULL, 3266, 'PVC00202', 'TEE 3/4 PVC LISO', NULL, '1.8600', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.0000', '100.0000', '2023-03-02', 'received', '1.8600', '1.8600', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '1.8600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30812, 503, NULL, 3882, '79050633', 'MANGUERA AZUL DE 75 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '90.6500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.6500', '1.0000', '2023-03-02', 'received', '90.6500', '90.6500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '90.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30813, 503, NULL, 3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '108.0300', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0300', '0.0000', '2023-03-02', 'received', '108.0300', '108.0300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '108.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30814, 504, NULL, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', NULL, '3.3200', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.4000', '20.0000', '2023-03-02', 'received', '3.3200', '3.3200', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '3.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30815, 504, NULL, 3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '40.0600', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.0600', '0.0000', '2023-03-02', 'received', '40.0600', '40.0600', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '40.0600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30816, 504, NULL, 3881, '90810885', 'MANGUERA VERDE DE 50 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '63.5800', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '63.5800', '1.0000', '2023-03-02', 'received', '63.5800', '63.5800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '63.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30817, 500, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.2083', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '213.1245', '0.0000', '2023-03-02', 'received', '14.2083', '14.2083', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '14.2083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30818, 505, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2023-03-03', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30819, 505, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '274.6000', '0.0000', '2023-03-03', 'received', '11.4417', '11.4417', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '11.4417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30820, 505, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.9998', '0.0000', '2023-03-03', 'received', '4.6667', '4.6667', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30821, 505, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '5.8093', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '348.5600', '0.0000', '2023-03-03', 'received', '5.8093', '5.8093', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '5.8093');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30822, 505, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.1500', '0.0000', '2023-03-03', 'received', '3.4229', '3.4229', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30823, 506, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '0.0000', '2023-03-03', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30824, 506, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '0.0000', '2023-03-03', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30825, 506, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-03-03', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30826, 506, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.2400', '0.0000', '2023-03-03', 'received', '8.5200', '8.5200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30827, 507, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '0.0000', '2023-03-06', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30828, 507, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.8400', '0.0000', '2023-03-06', 'received', '5.1400', '5.1400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30829, 507, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '228.4000', '0.0000', '2023-03-06', 'received', '11.4200', '11.4200', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '11.4200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30830, 508, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2023-03-06', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30831, 508, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2023-03-06', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30832, 508, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-03-06', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30833, 508, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2023-03-06', 'received', '5.0000', '5.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30834, 509, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '41.0000', '0.0000', '2023-03-06', 'received', '1.7083', '1.7083', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '1.7083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30835, 510, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2023-03-07', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30836, 510, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.6800', '0.0000', '2023-03-07', 'received', '5.1400', '5.1400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30837, 511, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.6254', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '318.0200', '0.0000', '2023-03-07', 'received', '6.6254', '6.6254', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '6.6254');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30838, 512, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.8600', '0.0000', '2023-03-08', 'received', '10.7325', '10.7325', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '10.7325');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30839, 512, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.8800', '0.0000', '2023-03-08', 'received', '2.1617', '2.1617', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.1617');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30840, 513, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '11.1700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.0200', '0.0000', '2023-03-08', 'received', '11.1700', '11.1700', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '11.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30841, 513, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-03-08', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30842, 513, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '162.0000', '0.0000', '2023-03-08', 'received', '6.7500', '6.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30843, 513, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2023-03-08', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30844, 514, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.4000', '0.0000', '2023-03-08', 'received', '5.9500', '5.9500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30845, 514, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '0.0000', '2023-03-08', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30846, 515, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '5.3500', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '80.2500', '13.0000', '2023-03-08', 'received', '5.3500', '5.3500', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '5.3500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30847, 515, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '2.0200', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.6000', '30.0000', '2023-03-08', 'received', '2.0200', '2.0200', '30.0000', NULL, NULL, 5, 'UNIDAD', '30.0000', NULL, NULL, NULL, NULL, '2.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30848, 516, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2023-03-09', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30849, 516, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2023-03-09', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30850, 516, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-03-09', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30851, 516, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-03-09', 'received', '4.5000', '4.5000', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30852, 516, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-03-09', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30853, 517, NULL, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', NULL, '9.4683', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '227.2400', '0.0000', '2023-03-09', 'received', '9.4683', '9.4683', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '9.4683');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30854, 517, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2023-03-09', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30855, 517, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '274.6000', '0.0000', '2023-03-09', 'received', '11.4417', '11.4417', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '11.4417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30856, 517, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.9998', '0.0000', '2023-03-09', 'received', '4.6667', '4.6667', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30857, 517, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '317.4600', '0.0000', '2023-03-09', 'received', '4.4092', '4.4092', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30858, 517, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.9800', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '95.5200', '0.0000', '2023-03-09', 'received', '3.9800', '3.9800', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.9800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30859, 517, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '5.8093', '75.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '435.7000', '0.0000', '2023-03-09', 'received', '5.8093', '5.8093', '75.0000', NULL, NULL, 1, 'PZA', '75.0000', NULL, NULL, NULL, NULL, '5.8093');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30860, 517, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '3.1250', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2023-03-09', 'received', '3.1250', '3.1250', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.1250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30861, 517, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.2000', '0.0000', '2023-03-09', 'received', '4.8500', '4.8500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30862, 517, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '3.1667', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '38.0000', '0.0000', '2023-03-09', 'received', '3.1667', '3.1667', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.1667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30863, 517, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-03-09', 'received', '2.5000', '2.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30864, 517, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2023-03-09', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30865, 518, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '0.0000', '2023-03-10', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30866, 518, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.8000', '0.0000', '2023-03-10', 'received', '2.9500', '2.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30867, 519, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.0000', '0.0000', '2023-03-10', 'received', '1.2500', '1.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '1.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30868, 519, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '240.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '205.9999', '0.0000', '2023-03-10', 'received', '0.8583', '0.8583', '240.0000', NULL, NULL, 5, 'UNIDAD', '240.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30869, 520, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-03-11', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30870, 520, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2023-03-11', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30871, 520, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-03-11', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30872, 520, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.9800', '0.0000', '2023-03-11', 'received', '10.8300', '10.8300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30873, 521, NULL, 2661, '340', 'CHICLES.', NULL, '0.3230', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '32.3000', '0.0000', '2023-03-11', 'received', '0.3230', '0.3230', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.3230');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30874, 521, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.2000', '0.0000', '2023-03-11', 'received', '1.6000', '1.6000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30875, 521, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '208.8000', '0.0000', '2023-03-11', 'received', '5.8000', '5.8000', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30876, 521, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '0.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '0.0000', '2023-03-11', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30877, 522, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2023-03-13', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30878, 522, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-03-13', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30879, 522, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2023-03-13', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30880, NULL, NULL, 3884, '29870647', 'REDUCIDOR PVC 2 1/2 - 1/2', NULL, '15.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '60.0000', '4.0000', '2023-03-13', 'received', '15.0000', '15.0000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30881, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30882, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30883, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30884, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30885, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30886, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.4583', '0.4583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30887, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30888, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30889, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30890, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30891, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30892, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30893, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30894, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30895, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.7500', '4.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30896, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30897, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30898, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30899, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30900, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30901, NULL, NULL, 3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '40.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '40.0600', '40.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30902, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.3083', '0.0000', '2023-03-15', 'received', '0.8583', '0.8583', '-19.0000', NULL, NULL, 5, 'UNIDAD', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30903, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '22.5142', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '22.5142', '22.5142', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30904, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30905, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30906, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30907, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30908, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.2500', '10.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30909, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.2083', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.2083', '0.0000', '2023-03-15', 'received', '14.2083', '14.2083', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30910, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30911, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30912, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30913, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30914, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30915, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30916, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30917, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30918, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30919, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30920, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30921, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30922, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30923, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30924, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.2878', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.2878', '9.2878', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30925, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30926, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30927, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30928, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30929, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30930, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30931, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30932, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30933, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30934, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30935, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30936, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30937, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30938, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30939, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30940, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30941, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30942, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30943, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30944, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30945, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30946, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30947, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30948, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30949, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30950, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30951, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30952, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30953, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30954, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30955, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30956, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30957, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30958, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30959, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30960, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30961, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30962, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30963, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30964, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30965, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30966, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30967, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30968, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30969, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30970, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30971, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30972, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30973, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.2300', '0.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30974, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30975, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30976, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30977, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '3.1250', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2500', '0.0000', '2023-03-15', 'received', '3.1250', '3.1250', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30978, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '12.8233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.8233', '12.8233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30979, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30980, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30981, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30982, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8500', '0.0000', '2023-03-15', 'received', '4.8500', '4.8500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30983, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30984, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30985, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30986, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30987, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3700', '-1.0000', '2023-03-15', 'received', '7.3700', '7.3700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30988, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30989, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30990, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1667', '0.0000', '2023-03-15', 'received', '0.8333', '0.8333', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30991, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30992, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9100', '0.0000', '2023-03-15', 'received', '2.9700', '2.9700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30993, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30994, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30995, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30996, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30997, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30998, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (30999, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31000, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31001, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31002, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31003, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31004, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31005, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31006, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31007, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31008, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31009, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31010, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31011, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31012, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31013, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31014, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31015, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31016, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31017, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31018, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31019, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31020, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31021, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31022, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31023, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.9000', '5.9000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31024, NULL, NULL, 3884, '29870647', 'REDUCIDOR PVC 2 1/2 - 1/2', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31025, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31026, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31027, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31028, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31029, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31030, NULL, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '56.0000', '56.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31031, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3700', '-3.0000', '2023-03-15', 'received', '1.1233', '1.1233', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31032, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31033, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31034, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31035, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31036, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31037, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31038, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31039, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31040, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.3230', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8140', '0.0000', '2023-03-15', 'received', '0.3230', '0.3230', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31041, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31042, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6875', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3750', '0.0000', '2023-03-15', 'received', '0.6875', '0.6875', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31043, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.4200', '6.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31044, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31045, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31046, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31047, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31048, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31049, NULL, NULL, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', NULL, '9.4683', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.4683', '-1.0000', '2023-03-15', 'received', '9.4683', '9.4683', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31050, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31051, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31052, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31053, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31054, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31055, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31056, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31057, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31058, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31059, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31060, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31061, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31062, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31063, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31064, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31065, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31066, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31067, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31068, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31069, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31070, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31071, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31072, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31073, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31074, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7500', '0.0000', '2023-03-15', 'received', '3.2500', '3.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31075, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31076, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31077, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31078, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31079, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31080, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.3200', '0.0000', '2023-03-15', 'received', '5.1600', '5.1600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31081, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9722', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8889', '0.0000', '2023-03-15', 'received', '3.9722', '3.9722', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31082, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31083, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31084, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31085, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31086, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31087, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31088, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31089, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31090, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.6254', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6254', '0.0000', '2023-03-15', 'received', '6.6254', '6.6254', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31091, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31092, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31093, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31094, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31095, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31096, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31097, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31098, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31099, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31100, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31101, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31102, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31103, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31104, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31105, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31106, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31107, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31108, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31109, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31110, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31111, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31112, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31113, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31114, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31115, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31116, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31117, NULL, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31118, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31119, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31120, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31121, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31122, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31123, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31124, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31125, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31126, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31127, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31128, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31129, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31130, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31131, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31132, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31133, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31134, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31135, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31136, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31137, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31138, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31139, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31140, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31141, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31142, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31143, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31144, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31145, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31146, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31147, NULL, NULL, 3278, '6933528710806', 'TENACION INDUSTRIAL DE 8\" 10039', NULL, '23.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '23.5500', '23.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31148, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31149, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31150, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31151, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31152, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31153, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31154, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31155, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31156, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31157, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31158, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31159, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31160, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31161, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31162, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31163, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31164, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31165, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31166, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31167, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31168, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31169, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31170, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31171, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31172, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31173, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31174, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31175, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31176, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31177, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31178, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31179, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31180, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31181, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31182, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31183, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31184, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31185, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31186, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31187, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31188, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31189, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31190, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31191, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31192, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31193, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31194, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31195, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31196, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31197, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31198, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31199, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31200, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31201, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31202, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31203, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31204, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31205, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31206, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31207, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31208, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31209, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31210, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31211, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31212, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31213, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31214, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31215, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31216, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31217, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31218, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31219, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31220, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31221, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31222, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31223, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31224, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31225, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31226, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31227, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31228, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31229, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31230, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31231, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31232, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31233, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31234, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31235, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31236, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31237, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31238, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31239, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31240, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31241, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31242, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.7500', '6.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31243, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31244, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31245, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31246, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31247, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5700', '0.0000', '2023-03-15', 'received', '3.5700', '3.5700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31248, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31249, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31250, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31251, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31252, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31253, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31254, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31255, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31256, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31257, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31258, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31259, NULL, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31260, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31261, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31262, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31263, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.8900', '6.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31264, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31265, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.9800', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9400', '0.0000', '2023-03-15', 'received', '3.9800', '3.9800', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31266, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31267, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '5.8093', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.2373', '0.0000', '2023-03-15', 'received', '5.8093', '5.8093', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31268, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3496', '0.0000', '2023-03-15', 'received', '8.3496', '8.3496', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31269, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6667', '0.0000', '2023-03-15', 'received', '4.6667', '4.6667', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31270, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.4417', '0.0000', '2023-03-15', 'received', '11.4417', '11.4417', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31271, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.7900', '1.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31272, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31273, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.4200', '3.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31274, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.1500', '0.0000', '2023-03-15', 'received', '3.0300', '3.0300', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31275, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.5800', '5.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31276, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.1500', '0.0000', '2023-03-15', 'received', '10.1500', '10.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31277, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8000', '0.0000', '2023-03-15', 'received', '5.8000', '5.8000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31278, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31279, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31280, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '3.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.1667', '3.1667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31281, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31282, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31283, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31284, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31285, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31286, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31287, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31288, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31289, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31290, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31291, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31292, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31293, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31294, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31295, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31296, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31297, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31298, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31299, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31300, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31301, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31302, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31303, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31304, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.8300', '10.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31305, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31306, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31307, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31308, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31309, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9583', '0.0000', '2023-03-15', 'received', '5.9583', '5.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31310, NULL, NULL, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', NULL, '11.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.3333', '11.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31311, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31312, NULL, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31313, NULL, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '18.7500', '18.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31314, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31315, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31316, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31317, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31318, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31319, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31320, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31321, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31322, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31323, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31324, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31325, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31326, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6250', '0.0000', '2023-03-15', 'received', '1.8750', '1.8750', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31327, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2500', '0.0000', '2023-03-15', 'received', '0.7500', '0.7500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31328, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31329, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31330, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8750', '0.0000', '2023-03-15', 'received', '1.8750', '1.8750', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31331, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31332, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31333, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31334, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31335, NULL, NULL, 3479, '7401090802476', 'HELADO PALETA CORAZON', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-1.0000', '2023-03-15', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31336, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31337, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31338, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '22.5000', '0.0000', '2023-03-15', 'received', '3.7500', '3.7500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31339, NULL, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '0.0000', '2023-03-15', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31340, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31341, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31342, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31343, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31344, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31345, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31346, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31347, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31348, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31349, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31350, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31351, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31352, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31353, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31354, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31355, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31356, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31357, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31358, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31359, NULL, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31360, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31361, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31362, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31363, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31364, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31365, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31366, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1400', '0.0000', '2023-03-15', 'received', '5.1400', '5.1400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31367, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31368, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31369, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9000', '0.0000', '2023-03-15', 'received', '2.9500', '2.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31370, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31371, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31372, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31373, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31374, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7300', '0.0000', '2023-03-15', 'received', '2.7300', '2.7300', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31375, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4167', '0.0000', '2023-03-15', 'received', '0.4167', '0.4167', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31376, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31377, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31378, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31379, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31380, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31381, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31382, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31383, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31384, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31385, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31386, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31387, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31388, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31389, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '3.1633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.1633', '3.1633', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31390, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31391, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31392, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2023-03-15', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31393, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31394, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31395, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31396, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31397, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31398, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31399, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31400, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31401, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31402, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31403, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31404, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31405, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.9000', '0.0000', '2023-03-15', 'received', '5.9500', '5.9500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31406, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31407, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31408, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '9.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.9000', '0.0000', '2023-03-15', 'received', '9.9000', '9.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31409, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8083', '0.0000', '2023-03-15', 'received', '0.9042', '0.9042', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31410, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.1617', '2.1617', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31411, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31412, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31413, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31414, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31415, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-4.0000', '2023-03-15', 'received', '1.5000', '1.5000', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31416, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31417, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31418, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31419, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31420, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31421, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31422, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31423, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31424, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31425, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31426, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31427, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31428, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31429, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31430, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31431, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31432, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31433, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31434, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31435, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31436, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31437, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31438, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31439, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31440, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31441, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.0800', '8.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31442, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.4092', '4.4092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31443, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31444, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31445, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31446, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31447, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31448, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31449, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31450, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31451, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31452, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31453, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31454, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31455, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31456, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7143', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7143', '0.0000', '2023-03-15', 'received', '0.7143', '0.7143', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31457, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31458, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31459, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31460, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31461, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31462, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31463, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31464, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31465, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31466, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31467, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31468, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31469, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31470, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31471, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31472, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31473, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31474, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31475, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31476, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31477, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31478, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31479, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31480, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31481, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31482, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31483, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31484, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31485, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31486, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31487, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31488, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31489, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31490, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31491, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31492, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31493, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31494, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31495, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31496, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31497, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31498, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31499, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31500, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31501, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31502, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31503, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31504, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31505, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31506, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31507, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31508, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31509, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31510, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31511, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31512, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31513, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31514, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31515, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31516, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31517, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31518, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31519, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31520, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31521, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31522, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31523, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31524, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31525, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31526, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31527, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31528, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31529, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31530, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31531, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31532, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31533, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31534, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31535, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31536, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31537, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31538, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31539, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31540, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31541, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31542, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31543, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31544, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31545, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31546, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31547, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31548, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31549, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31550, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31551, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31552, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31553, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31554, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31555, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31556, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31557, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31558, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31559, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31560, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31561, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31562, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31563, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31564, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31565, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31566, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31567, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31568, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31569, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31570, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31571, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31572, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31573, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31574, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31575, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31576, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31577, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31578, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31579, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.8333', '5.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31580, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31581, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31582, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31583, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31584, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31585, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31586, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31587, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31588, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31589, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31590, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31591, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31592, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31593, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31594, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31595, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31596, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31597, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31598, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31599, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31600, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31601, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31602, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31603, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31604, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31605, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31606, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31607, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31608, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31609, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31610, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31611, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31612, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31613, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31614, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31615, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31616, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31617, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31618, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31619, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31620, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31621, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31622, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31623, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31624, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31625, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31626, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31627, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31628, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31629, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31630, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31631, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31632, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31633, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31634, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31635, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31636, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31637, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31638, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7917', '0.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31639, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31640, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31641, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31642, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31643, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31644, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31645, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31646, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31647, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31648, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31649, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31650, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.3333', '1.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31651, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.9583', '2.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31652, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31653, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31654, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31655, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31656, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31657, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31658, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31659, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31660, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31661, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31662, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31663, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31664, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31665, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31666, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31667, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31668, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31669, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31670, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31671, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31672, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31673, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31674, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31675, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31676, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31677, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31678, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31679, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31680, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31681, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31682, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31683, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31684, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31685, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31686, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31687, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31688, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31689, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31690, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31691, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31692, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31693, NULL, NULL, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', NULL, '17.9821', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.9821', '17.9821', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31694, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31695, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31696, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31697, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31698, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '1.0000', '2023-03-15', 'received', '2.8000', '2.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31699, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31700, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31701, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.8000', '1.0000', '2023-03-15', 'received', '2.8000', '2.8000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31702, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31703, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31704, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31705, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31706, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31707, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31708, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31709, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31710, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31711, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31712, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31713, NULL, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31714, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31715, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31716, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31717, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31718, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31719, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31720, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31721, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31722, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.8800', '7.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31723, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31724, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31725, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31726, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31727, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31728, NULL, NULL, 3882, '79050633', 'MANGUERA AZUL DE 75 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '90.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '90.6500', '90.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31729, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31730, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31731, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31732, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31733, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31734, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31735, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31736, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31737, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31738, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31739, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31740, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31741, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31742, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31743, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31744, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31745, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31746, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31747, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31748, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31749, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31750, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31751, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31752, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31753, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31754, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31755, NULL, NULL, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', NULL, '222.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '222.7000', '222.7000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31756, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31757, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31758, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31759, NULL, NULL, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31760, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '41.0231', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '41.0231', '41.0231', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31761, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31762, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31763, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31764, NULL, NULL, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', NULL, '141.6167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '141.6167', '141.6167', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31765, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31766, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31767, NULL, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8000', '0.8000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31768, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31769, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31770, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31771, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31772, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31773, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31774, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31775, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31776, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31777, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31778, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31779, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31780, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31781, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31782, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31783, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '3.9565', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.9565', '3.9565', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31784, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31785, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31786, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31787, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.7325', '10.7325', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31788, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31789, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31790, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31791, NULL, NULL, 3881, '90810885', 'MANGUERA VERDE DE 50 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '63.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '63.5800', '63.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31792, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31793, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31794, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31795, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31796, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31797, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31798, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31799, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31800, NULL, NULL, 3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '108.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '108.0300', '108.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31801, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31802, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31803, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31804, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31805, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31806, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31807, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5419', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.5419', '3.5419', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31808, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31809, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31810, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31811, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31812, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31813, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31814, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31815, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31816, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31817, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31818, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31819, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31820, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31821, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31822, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31823, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31824, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31825, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31826, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31827, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31828, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31829, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31830, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31831, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31832, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31833, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31834, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31835, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31836, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31837, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31838, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31839, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31840, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31841, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31842, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31843, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31844, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31845, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31846, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31847, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31848, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31849, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31850, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31851, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31852, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31853, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31854, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31855, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31856, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31857, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31858, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31859, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31860, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31861, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31862, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31863, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31864, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31865, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31866, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.4000', '0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.7000', '0.0000', '2023-03-15', 'received', '5.4000', '5.4000', '0.5000', NULL, NULL, 1, 'PZA', '0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31867, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31868, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2700', '-3.0000', '2023-03-15', 'received', '0.0900', '0.0900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31869, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0700', '1.0000', '2023-03-15', 'received', '0.0700', '0.0700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31870, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31871, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.1000', '1.0000', '2023-03-15', 'received', '0.1000', '0.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31872, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31873, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.7500', '0.5000', '2023-03-15', 'received', '7.5000', '7.5000', '0.5000', NULL, NULL, 1, 'PZA', '0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31874, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31875, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.7500', '1.0000', '2023-03-15', 'received', '7.7500', '7.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31876, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31877, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31878, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31879, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31880, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31881, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31882, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31883, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31884, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31885, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31886, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31887, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31888, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31889, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31890, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31891, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31892, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31893, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31894, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31895, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31896, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31897, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31898, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31899, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31900, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31901, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4100', '-1.0000', '2023-03-15', 'received', '1.4100', '1.4100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31902, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31903, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31904, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.5100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5100', '1.0000', '2023-03-15', 'received', '0.5100', '0.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31905, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31906, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31907, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31908, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31909, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31910, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.7100', '0.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31911, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '5.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.3500', '5.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31912, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31913, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31914, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31915, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.1900', '1.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31916, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '2.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.9100', '2.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31917, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '21.1800', '2.0000', '2023-03-15', 'received', '10.5900', '10.5900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31918, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31919, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31920, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31921, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31922, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6900', '1.0000', '2023-03-15', 'received', '0.6900', '0.6900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31923, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31924, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31925, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31926, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31927, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31928, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31929, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31930, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31931, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31932, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31933, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31934, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31935, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31936, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31937, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31938, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31939, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31940, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31941, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31942, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31943, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', NULL, '3.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.3200', '3.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31944, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31945, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31946, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.9700', '1.0000', '2023-03-15', 'received', '3.9700', '3.9700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31947, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31948, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31949, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31950, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31951, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31952, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31953, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31954, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31955, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31956, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2100', '1.0000', '2023-03-15', 'received', '1.2100', '1.2100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31957, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8700', '-1.0000', '2023-03-15', 'received', '4.8700', '4.8700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31958, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0300', '-1.0000', '2023-03-15', 'received', '13.0300', '13.0300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31959, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4 PVC LISO', NULL, '1.8600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7200', '-2.0000', '2023-03-15', 'received', '1.8600', '1.8600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31960, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31961, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31962, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31963, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31964, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31965, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31966, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31967, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31968, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31969, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31970, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31971, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31972, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31973, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31974, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31975, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31976, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31977, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31978, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31979, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31980, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '0.1124', '0.1124', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31981, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31982, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31983, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31984, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31985, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31986, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31987, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31988, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31989, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31990, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31991, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31992, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-15', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31993, 523, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.8400', '0.0000', '2023-03-15', 'received', '5.1400', '5.1400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31994, 523, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.2400', '0.0000', '2023-03-15', 'received', '2.7700', '2.7700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31995, 523, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.8300', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.4500', '3.0000', '2023-03-15', 'received', '1.8300', '1.8300', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '1.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31996, 524, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-03-15', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31997, 524, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-03-15', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31998, 524, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.2800', '0.0000', '2023-03-15', 'received', '2.9700', '2.9700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (31999, 525, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-03-15', 'received', '0.8333', '0.8333', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32000, 526, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '22.5142', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '270.1700', '0.0000', '2023-03-16', 'received', '22.5142', '22.5142', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '22.5142');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32001, 527, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2023-03-16', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32002, 528, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.3200', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '266.0000', '0.0000', '2023-03-16', 'received', '5.3200', '5.3200', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '5.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32003, 529, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '13.8966', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '264.0345', '0.0000', '2023-03-16', 'received', '13.8966', '13.8966', '19.0000', NULL, NULL, 1, 'PZA', '19.0000', NULL, NULL, NULL, NULL, '13.8966');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32004, NULL, NULL, 3887, '7501206681978', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4', NULL, '7.6700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '23.0100', '3.0000', '2023-03-17', 'received', '7.6700', '7.6700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32005, NULL, NULL, 3888, '82583454', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4 X UNIDAD', NULL, '1.5340', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.1360', '0.0000', '2023-03-17', 'received', '1.5340', '1.5340', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32006, 530, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '0.0000', '2023-03-20', 'received', '0.8000', '0.8000', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '0.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32007, 530, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7145', '56.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.0100', '0.0000', '2023-03-20', 'received', '0.7145', '0.7145', '56.0000', NULL, NULL, 1, 'PZA', '56.0000', NULL, NULL, NULL, NULL, '0.7145');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32008, 531, NULL, 2661, '340', 'CHICLES.', NULL, '0.2833', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '17.0000', '0.0000', '2023-03-20', 'received', '0.2833', '0.2833', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.2833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32009, 531, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.5000', '0.0000', '2023-03-20', 'received', '2.9583', '2.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32010, 531, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.0000', '9.0000', '2023-03-20', 'received', '1.3200', '1.3200', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '1.3200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32011, 532, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-03-20', 'received', '15.0000', '15.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32012, 532, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '205.0000', '0.0000', '2023-03-20', 'received', '8.5417', '8.5417', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32013, 532, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '4.1667', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '50.0000', '0.0000', '2023-03-20', 'received', '4.1667', '4.1667', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.1667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32014, 533, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '601.1700', '0.0000', '2023-03-20', 'received', '8.3496', '8.3496', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32015, 533, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0800', '0.0000', '2023-03-20', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32016, 533, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '363.7600', '0.0000', '2023-03-20', 'received', '7.5783', '7.5783', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32017, 533, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '686.5000', '0.0000', '2023-03-20', 'received', '11.4417', '11.4417', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '11.4417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32018, 533, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2023-03-20', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32019, 533, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.1500', '0.0000', '2023-03-20', 'received', '3.4229', '3.4229', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32020, 533, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.5000', '0.0000', '2023-03-20', 'received', '13.0833', '13.0833', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '13.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32021, 534, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.8600', '8.0000', '2023-03-23', 'received', '10.7325', '10.7325', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '10.7325');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32022, 535, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.2083', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '113.6667', '0.0000', '2023-03-23', 'received', '14.2083', '14.2083', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '14.2083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32023, 536, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '0.0000', '2023-03-23', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32024, 536, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2023-03-23', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32025, 536, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '0.0000', '2023-03-23', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32026, 536, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.2502', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '348.0100', '0.0000', '2023-03-23', 'received', '7.2502', '7.2502', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.2502');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32027, 536, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.1700', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.0600', '0.0000', '2023-03-23', 'received', '6.1700', '6.1700', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '6.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32028, 536, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.1000', '0.0000', '2023-03-23', 'received', '10.8500', '10.8500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32029, 536, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2400', '0.0000', '2023-03-23', 'received', '8.5400', '8.5400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32030, 536, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.4800', '0.0000', '2023-03-23', 'received', '4.2700', '4.2700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32031, 536, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0150', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.3600', '5.0000', '2023-03-23', 'received', '5.0150', '5.0150', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0150');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32032, 536, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.0000', '0.0000', '2023-03-23', 'received', '2.0833', '2.0833', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32033, 536, NULL, 2902, '7', 'GATORADE', NULL, '6.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2023-03-23', 'received', '6.2500', '6.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32034, 536, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '155.5000', '0.0000', '2023-03-23', 'received', '12.9583', '12.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '12.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32035, 537, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2023-03-23', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32036, 537, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2023-03-23', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32037, 538, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-03-23', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32038, 538, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.5000', '0.0000', '2023-03-23', 'received', '7.5000', '7.5000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32039, 538, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.5000', '14.0000', '2023-03-23', 'received', '3.7500', '3.7500', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32040, 538, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-03-23', 'received', '4.5000', '4.5000', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32041, 538, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2023-03-23', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32042, 539, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.2890', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '317.3400', '0.0000', '2023-03-23', 'received', '5.2890', '5.2890', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '5.2890');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32043, 539, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.2719', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '253.0500', '0.0000', '2023-03-23', 'received', '5.2719', '5.2719', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.2719');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32044, 539, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2023-03-23', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32045, 539, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2023-03-23', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32046, 539, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-03-23', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32047, 539, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2023-03-23', 'received', '5.0000', '5.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32048, 540, NULL, 3278, '6933528710806', 'TENACIN INDUSTRIAL DE 8 TOLSEN 10039', NULL, '26.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '159.0000', '6.0000', '2023-03-23', 'received', '26.5000', '26.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '26.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32049, 540, NULL, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', NULL, '30.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.5000', '3.0000', '2023-03-23', 'received', '30.2500', '30.2500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '30.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32050, 540, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '183.0000', '4.0000', '2023-03-23', 'received', '30.5000', '30.5000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '30.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32051, 540, NULL, 3891, '6933528740599', 'BROCHA MANGO DE MADERA DE 1 TOLSEN 40121', NULL, '3.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.0000', '5.0000', '2023-03-23', 'received', '3.5000', '3.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32052, 540, NULL, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', NULL, '5.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.0000', '1.0000', '2023-03-23', 'received', '5.5000', '5.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32053, 540, NULL, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', NULL, '8.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.0000', '2.0000', '2023-03-23', 'received', '8.7500', '8.7500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '8.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32054, 540, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '387.5000', '4.0000', '2023-03-23', 'received', '7.7500', '7.7500', '50.0000', NULL, NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, '7.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32055, 540, NULL, 3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', NULL, '7.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '22.5000', '1.0000', '2023-03-23', 'received', '7.5000', '7.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32056, 540, NULL, 3895, '6933528787365', 'BROCA DE COBALTO 5/32\\\" TOLSEN 75206', NULL, '5.7500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '17.2500', '1.0000', '2023-03-23', 'received', '5.7500', '5.7500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '5.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32057, 540, NULL, 3896, '6933528787402', 'BROCA DE COBALTO 7/32\\\" TOLSEN 75210', NULL, '9.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.7500', '3.0000', '2023-03-23', 'received', '9.2500', '9.2500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '9.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32058, 540, NULL, 3897, '6933528787426', 'BROCA DE COBALTO 1/4\\\" TOLSEN 75212', NULL, '11.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '34.5000', '3.0000', '2023-03-23', 'received', '11.5000', '11.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '11.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32059, 540, NULL, 3898, '6933528787501', 'BROCA DE COBALTO 3/8\\\" TOLSEN 75220', NULL, '25.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '76.5000', '3.0000', '2023-03-23', 'received', '25.5000', '25.5000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '25.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32060, 541, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.4000', '0.0000', '2023-03-27', 'received', '4.4500', '4.4500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32061, 541, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.6000', '41.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '147.6000', '0.0000', '2023-03-27', 'received', '3.6000', '3.6000', '41.0000', NULL, NULL, 1, 'PZA', '41.0000', NULL, NULL, NULL, NULL, '3.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32062, 542, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '0.0000', '2023-03-27', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32063, 542, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.6800', '0.0000', '2023-03-27', 'received', '5.1400', '5.1400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32064, 542, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '69.6000', '0.0000', '2023-03-27', 'received', '5.8000', '5.8000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32065, 542, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.3600', '0.0000', '2023-03-27', 'received', '3.0300', '3.0300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32066, 543, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-03-27', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32067, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32068, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32069, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6664', '-4.0000', '2023-03-30', 'received', '1.4166', '1.4166', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32070, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32071, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32072, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9167', '-2.0000', '2023-03-30', 'received', '0.4583', '0.4583', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32073, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32074, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32075, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32076, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32077, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32078, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32079, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32080, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32081, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.7500', '4.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32082, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32083, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32084, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32085, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32086, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32087, NULL, NULL, 3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '40.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '40.0600', '40.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32088, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7167', '0.0000', '2023-03-30', 'received', '0.8583', '0.8583', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32089, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '22.5142', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '22.5142', '22.5142', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32090, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32091, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32092, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32093, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32094, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.2500', '10.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32095, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.2083', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.2083', '0.0000', '2023-03-30', 'received', '14.2083', '14.2083', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32096, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32097, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32098, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32099, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32100, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32101, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32102, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32103, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32104, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32105, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32106, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32107, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32108, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32109, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32110, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '9.2878', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.2878', '9.2878', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32111, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32112, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5000', '14.0000', '2023-03-30', 'received', '0.2500', '0.2500', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32113, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32114, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32115, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.2400', '-1.0000', '2023-03-30', 'received', '8.2400', '8.2400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32116, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32117, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32118, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32119, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32120, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32121, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32122, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32123, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32124, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32125, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32126, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6100', '1.0000', '2023-03-30', 'received', '0.6100', '0.6100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32127, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32128, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32129, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32130, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32131, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '2.0000', '2023-03-30', 'received', '4.5000', '4.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32132, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32133, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32134, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32135, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32136, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32137, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32138, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32139, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-10.0000', '2023-03-30', 'received', '0.4500', '0.4500', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32140, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32141, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32142, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32143, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32144, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32145, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32146, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32147, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32148, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32149, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32150, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32151, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32152, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32153, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.4900', '-1.0000', '2023-03-30', 'received', '28.4900', '28.4900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32154, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32155, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32156, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32157, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32158, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32159, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.2300', '0.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32160, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32161, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32162, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32163, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '3.1250', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.1250', '0.0000', '2023-03-30', 'received', '3.1250', '3.1250', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32164, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0833', '0.0000', '2023-03-30', 'received', '13.0833', '13.0833', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32165, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32166, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32167, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32168, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.8500', '4.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32169, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32170, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32171, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32172, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32173, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3700', '-1.0000', '2023-03-30', 'received', '7.3700', '7.3700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32174, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5400', '0.0000', '2023-03-30', 'received', '4.2700', '4.2700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32175, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32176, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-52.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.3333', '0.0000', '2023-03-30', 'received', '0.8333', '0.8333', '-52.0000', NULL, NULL, 1, 'PZA', '-52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32177, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32178, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.9400', '0.0000', '2023-03-30', 'received', '2.9700', '2.9700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32179, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32180, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32181, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32182, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32183, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32184, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32185, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32186, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32187, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32188, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32189, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32190, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32191, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32192, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32193, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32194, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32195, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32196, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32197, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32198, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32199, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32200, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '11.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.4200', '11.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32201, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32202, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32203, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32204, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32205, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32206, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6500', '-1.0000', '2023-03-30', 'received', '6.6500', '6.6500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32207, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32208, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32209, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.9000', '5.9000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32210, NULL, NULL, 3884, '29870647', 'REDUCIDOR PVC 2 1/2 - 1/2', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32211, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32212, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32213, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32214, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32215, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2023-03-30', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32216, NULL, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '56.0000', '56.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32217, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.7133', '-22.0000', '2023-03-30', 'received', '1.1233', '1.1233', '-22.0000', NULL, NULL, 5, 'UNIDAD', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32218, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32219, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32220, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32221, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32222, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32223, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32224, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32225, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32226, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2833', '-36.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2000', '0.0000', '2023-03-30', 'received', '0.2833', '0.2833', '-36.0000', NULL, NULL, 1, 'PZA', '-36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32227, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32228, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6875', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.6875', '0.6875', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32229, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.1700', '0.0000', '2023-03-30', 'received', '6.1700', '6.1700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32230, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32231, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32232, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32233, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32234, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32235, NULL, NULL, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', NULL, '9.4683', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.4683', '1.0000', '2023-03-30', 'received', '9.4683', '9.4683', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32236, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32237, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32238, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32239, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32240, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32241, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32242, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32243, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32244, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32245, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32246, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32247, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32248, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32249, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32250, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32251, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32252, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32253, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32254, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32255, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32256, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7200', '-1.0000', '2023-03-30', 'received', '5.7200', '5.7200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32257, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32258, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5600', '-1.0000', '2023-03-30', 'received', '6.5600', '6.5600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32259, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32260, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2500', '0.0000', '2023-03-30', 'received', '3.2500', '3.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32261, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32262, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32263, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32264, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32265, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32266, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1600', '0.0000', '2023-03-30', 'received', '5.1600', '5.1600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32267, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '4.1667', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.6667', '0.0000', '2023-03-30', 'received', '4.1667', '4.1667', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32268, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32269, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32270, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32271, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32272, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32273, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32274, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32275, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32276, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.6254', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.6254', '6.6254', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32277, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32278, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32279, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32280, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32281, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32282, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32283, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32284, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32285, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32286, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32287, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32288, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32289, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32290, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0150', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0300', '-2.0000', '2023-03-30', 'received', '5.0150', '5.0150', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32291, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '2.0200', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.0400', '2.0000', '2023-03-30', 'received', '2.0200', '2.0200', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32292, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32293, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32294, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32295, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32296, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32297, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32298, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32299, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32300, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32301, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32302, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32303, NULL, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32304, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32305, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32306, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32307, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32308, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32309, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32310, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32311, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32312, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32313, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32314, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32315, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32316, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32317, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32318, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32319, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32320, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32321, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32322, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32323, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32324, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32325, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32326, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32327, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32328, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32329, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32330, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32331, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32332, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32333, NULL, NULL, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', NULL, '30.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.2500', '30.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32334, NULL, NULL, 3278, '6933528710806', 'TENACIN INDUSTRIAL DE 8 TOLSEN 10039', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32335, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32336, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32337, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32338, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32339, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32340, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32341, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32342, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32343, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32344, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32345, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32346, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32347, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32348, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32349, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32350, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32351, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32352, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32353, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32354, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32355, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32356, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32357, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32358, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32359, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32360, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32361, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32362, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32363, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32364, NULL, NULL, 3891, '6933528740599', 'BROCHA MANGO DE MADERA DE 1 TOLSEN 40121', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32365, NULL, NULL, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32366, NULL, NULL, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32367, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32368, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32369, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32370, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32371, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32372, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7500', '-1.0000', '2023-03-30', 'received', '7.7500', '7.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32373, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32374, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32375, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32376, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32377, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32378, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32379, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32380, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32381, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32382, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32383, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32384, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32385, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32386, NULL, NULL, 3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32387, NULL, NULL, 3895, '6933528787365', 'BROCA DE COBALTO 5/32\\\" TOLSEN 75206', NULL, '5.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.7500', '5.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32388, NULL, NULL, 3896, '6933528787402', 'BROCA DE COBALTO 7/32\\\" TOLSEN 75210', NULL, '9.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.2500', '9.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32389, NULL, NULL, 3897, '6933528787426', 'BROCA DE COBALTO 1/4\\\" TOLSEN 75212', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32390, NULL, NULL, 3898, '6933528787501', 'BROCA DE COBALTO 3/8\\\" TOLSEN 75220', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32391, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32392, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32393, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32394, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32395, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32396, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32397, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32398, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32399, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32400, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32401, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32402, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32403, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32404, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32405, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32406, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32407, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32408, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32409, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32410, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32411, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32412, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32413, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32414, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32415, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32416, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32417, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32418, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32419, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32420, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32421, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32422, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32423, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32424, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32425, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32426, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32427, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32428, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32429, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32430, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32431, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32432, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32433, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32434, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32435, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32436, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32437, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.5000', '0.0000', '2023-03-30', 'received', '6.2500', '6.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32438, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32439, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32440, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32441, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32442, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.7100', '0.0000', '2023-03-30', 'received', '3.5700', '3.5700', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32443, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32444, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32445, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32446, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32447, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32448, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32449, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32450, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32451, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32452, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32453, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5000', '0.0000', '2023-03-30', 'received', '1.7500', '1.7500', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32454, NULL, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32455, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32456, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32457, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '2.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.3000', '2.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32458, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8900', '0.0000', '2023-03-30', 'received', '6.8900', '6.8900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32459, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32460, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32461, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32462, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.7583', '0.0000', '2023-03-30', 'received', '7.7517', '7.7517', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32463, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.7083', '0.0000', '2023-03-30', 'received', '8.5417', '8.5417', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32464, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6667', '0.0000', '2023-03-30', 'received', '4.6667', '4.6667', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32465, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-57.2083', '0.0000', '2023-03-30', 'received', '11.4417', '11.4417', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32466, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.8300', '1.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32467, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32468, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4200', '-1.0000', '2023-03-30', 'received', '3.4200', '3.4200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32469, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32470, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.7400', '0.0000', '2023-03-30', 'received', '5.5800', '5.5800', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32471, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.4500', '0.0000', '2023-03-30', 'received', '10.1500', '10.1500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32472, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.0000', '0.0000', '2023-03-30', 'received', '5.8000', '5.8000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32473, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32474, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32475, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '3.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.1667', '3.1667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32476, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32477, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32478, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-03-30', 'received', '2.5000', '2.5000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32479, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32480, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32481, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32482, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32483, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32484, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32485, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32486, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32487, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32488, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32489, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32490, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32491, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32492, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32493, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32494, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32495, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32496, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32497, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.9583', '0.0000', '2023-03-30', 'received', '12.9583', '12.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32498, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0800', '0.0000', '2023-03-30', 'received', '8.5400', '8.5400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32499, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32500, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32501, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32502, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2500', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.5000', '0.0000', '2023-03-30', 'received', '4.2500', '4.2500', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32503, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32504, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.2719', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.8156', '0.0000', '2023-03-30', 'received', '5.2719', '5.2719', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32505, NULL, NULL, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', NULL, '11.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.3333', '11.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32506, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-76.8750', '0.0000', '2023-03-30', 'received', '15.3750', '15.3750', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32507, NULL, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32508, NULL, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '18.7500', '18.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32509, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32510, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32511, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32512, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32513, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32514, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32515, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32516, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32517, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2023-03-30', 'received', '7.5000', '7.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32518, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.5000', '0.0000', '2023-03-30', 'received', '4.5000', '4.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32519, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-48.7500', '0.0000', '2023-03-30', 'received', '3.7500', '3.7500', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32520, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2023-03-30', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32521, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8750', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.2500', '0.0000', '2023-03-30', 'received', '1.8750', '1.8750', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32522, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7500', '0.0000', '2023-03-30', 'received', '0.7500', '0.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32523, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '0.0000', '2023-03-30', 'received', '3.0000', '3.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32524, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '0.0000', '2023-03-30', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32525, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8750', '0.0000', '2023-03-30', 'received', '1.8750', '1.8750', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32526, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-37.5000', '0.0000', '2023-03-30', 'received', '7.5000', '7.5000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32527, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7500', '1.0000', '2023-03-30', 'received', '0.7500', '0.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32528, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32529, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2023-03-30', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32530, NULL, NULL, 3479, '7401090802476', 'HELADO PALETA CORAZON', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-1.0000', '2023-03-30', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32531, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '-1.0000', '2023-03-30', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32532, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32533, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2023-03-30', 'received', '3.7500', '3.7500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32534, NULL, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '0.0000', '2023-03-30', 'received', '4.5000', '4.5000', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32535, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32536, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32537, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32538, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32539, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32540, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32541, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6400', '-2.0000', '2023-03-30', 'received', '1.3200', '1.3200', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32542, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32543, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32544, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32545, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32546, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32547, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32548, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32549, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32550, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32551, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32552, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32553, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32554, NULL, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32555, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '0.0000', '2023-03-30', 'received', '1.2500', '1.2500', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32556, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32557, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32558, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32559, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32560, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32561, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.5600', '0.0000', '2023-03-30', 'received', '5.1400', '5.1400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32562, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32563, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32564, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.6000', '0.0000', '2023-03-30', 'received', '2.9500', '2.9500', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32565, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32566, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32567, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32568, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32569, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7300', '0.0000', '2023-03-30', 'received', '2.7300', '2.7300', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32570, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32571, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32572, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32573, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32574, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32575, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32576, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32577, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32578, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32579, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32580, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32581, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32582, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2000', '-3.0000', '2023-03-30', 'received', '3.4000', '3.4000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32583, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32584, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '3.1633', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.1633', '0.0000', '2023-03-30', 'received', '3.1633', '3.1633', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32585, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32586, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.0000', '-3.0000', '2023-03-30', 'received', '9.0000', '9.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32587, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '-16.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-68.0000', '0.0000', '2023-03-30', 'received', '4.2500', '4.2500', '-16.0000', NULL, NULL, 1, 'PZA', '-16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32588, NULL, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '0.0000', '2023-03-30', 'received', '4.2500', '4.2500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32589, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.1700', '-1.0000', '2023-03-30', 'received', '4.1700', '4.1700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32590, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32591, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32592, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32593, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32594, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32595, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '3.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.3333', '3.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32596, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32597, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32598, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32599, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32600, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32601, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.2890', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-74.0460', '0.0000', '2023-03-30', 'received', '5.2890', '5.2890', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32602, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32603, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32604, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '9.9000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.8000', '0.0000', '2023-03-30', 'received', '9.9000', '9.9000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32605, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9042', '0.0000', '2023-03-30', 'received', '0.9042', '0.9042', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32606, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.2933', '0.0000', '2023-03-30', 'received', '2.1617', '2.1617', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32607, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32608, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32609, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32610, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32611, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32612, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32613, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32614, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32615, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32616, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32617, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32618, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32619, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32620, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32621, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32622, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6364', '-2.0000', '2023-03-30', 'received', '0.8182', '0.8182', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32623, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32624, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32625, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32626, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32627, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32628, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32629, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32630, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32631, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32632, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.3500', '-5.0000', '2023-03-30', 'received', '1.6700', '1.6700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32633, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32634, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32635, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32636, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32637, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0800', '-1.0000', '2023-03-30', 'received', '8.0800', '8.0800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32638, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-61.7283', '0.0000', '2023-03-30', 'received', '4.4092', '4.4092', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32639, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32640, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5300', '0.0000', '2023-03-30', 'received', '5.5300', '5.5300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32641, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32642, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32643, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5300', '0.0000', '2023-03-30', 'received', '5.5300', '5.5300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32644, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32645, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32646, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32647, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32648, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32649, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32650, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32651, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32652, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7145', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8579', '0.0000', '2023-03-30', 'received', '0.7145', '0.7145', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32653, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5833', '0.0000', '2023-03-30', 'received', '4.5833', '4.5833', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32654, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.2500', '0.0000', '2023-03-30', 'received', '5.4167', '5.4167', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32655, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32656, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32657, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32658, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32659, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32660, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32661, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32662, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32663, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32664, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32665, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32666, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32667, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32668, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32669, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32670, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32671, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32672, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32673, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32674, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32675, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32676, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32677, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32678, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32679, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32680, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32681, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32682, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32683, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32684, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32685, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32686, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32687, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32688, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32689, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32690, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32691, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32692, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32693, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32694, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32695, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32696, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32697, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32698, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32699, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32700, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32701, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32702, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32703, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32704, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32705, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32706, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32707, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32708, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32709, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32710, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32711, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32712, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32713, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32714, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32715, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32716, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32717, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32718, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32719, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32720, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32721, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32722, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32723, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32724, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32725, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32726, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.9000', '-1.0000', '2023-03-30', 'received', '32.9000', '32.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32727, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32728, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32729, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32730, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32731, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32732, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32733, NULL, NULL, 3887, '7501206681978', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32734, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32735, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32736, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32737, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32738, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32739, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32740, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32741, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32742, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32743, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32744, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32745, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32746, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32747, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32748, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32749, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32750, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32751, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32752, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32753, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32754, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32755, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32756, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32757, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32758, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32759, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32760, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32761, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32762, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32763, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32764, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32765, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32766, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32767, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32768, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32769, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32770, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32771, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32772, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32773, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32774, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32775, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32776, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8333', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.6667', '0.0000', '2023-03-30', 'received', '5.8333', '5.8333', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32777, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32778, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32779, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32780, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32781, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32782, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.2502', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.2502', '7.2502', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32783, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32784, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32785, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8357', '-1.0000', '2023-03-30', 'received', '0.8357', '0.8357', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32786, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32787, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32788, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32789, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32790, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32791, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32792, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32793, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32794, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32795, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32796, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32797, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32798, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32799, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32800, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32801, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32802, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32803, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32804, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32805, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32806, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32807, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32808, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32809, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32810, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32811, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32812, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32813, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32814, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32815, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32816, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32817, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32818, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32819, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32820, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32821, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32822, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32823, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32824, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32825, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32826, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32827, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32828, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32829, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32830, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32831, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32832, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32833, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32834, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32835, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.7917', '0.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32836, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32837, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32838, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32839, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32840, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32841, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32842, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32843, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6000', '0.0000', '2023-03-30', 'received', '0.8000', '0.8000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32844, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32845, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32846, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32847, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.3333', '1.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32848, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9583', '0.0000', '2023-03-30', 'received', '2.9583', '2.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32849, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32850, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32851, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32852, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32853, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32854, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32855, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32856, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32857, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32858, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32859, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32860, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32861, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32862, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32863, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32864, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32865, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32866, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32867, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32868, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32869, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32870, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32871, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32872, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32873, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32874, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32875, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32876, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32877, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32878, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32879, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32880, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32881, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32882, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32883, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32884, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32885, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32886, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32887, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32888, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32889, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32890, NULL, NULL, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', NULL, '17.9821', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.9821', '17.9821', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32891, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32892, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32893, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32894, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32895, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32896, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32897, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32898, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32899, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32900, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32901, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32902, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32903, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32904, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32905, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32906, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32907, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32908, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32909, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32910, NULL, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32911, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32912, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32913, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32914, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32915, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32916, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32917, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32918, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32919, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.8800', '7.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32920, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32921, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32922, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32923, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32924, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32925, NULL, NULL, 3882, '79050633', 'MANGUERA AZUL DE 75 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '90.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '90.6500', '90.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32926, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32927, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32928, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32929, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32930, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32931, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32932, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32933, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32934, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32935, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32936, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32937, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32938, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32939, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32940, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32941, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32942, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32943, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32944, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32945, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32946, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32947, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32948, NULL, NULL, 3888, '82583454', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4 X UNIDAD', NULL, '1.5340', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.5340', '1.5340', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32949, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32950, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32951, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32952, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32953, NULL, NULL, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', NULL, '222.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '222.7000', '222.7000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32954, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32955, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32956, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32957, NULL, NULL, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32958, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '41.0231', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '41.0231', '41.0231', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32959, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32960, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32961, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32962, NULL, NULL, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', NULL, '141.6167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '141.6167', '141.6167', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32963, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32964, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32965, NULL, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.8000', '0.8000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32966, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32967, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32968, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32969, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32970, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32971, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32972, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3871', '-1.0000', '2023-03-30', 'received', '0.3871', '0.3871', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32973, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32974, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32975, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32976, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2500', '0.0000', '2023-03-30', 'received', '0.8125', '0.8125', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32977, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32978, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32979, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32980, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.1000', '0.0000', '2023-03-30', 'received', '2.5500', '2.5500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32981, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '3.9565', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.9565', '3.9565', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32982, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32983, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32984, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32985, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.1975', '-3.0000', '2023-03-30', 'received', '10.7325', '10.7325', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32986, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32987, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32988, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32989, NULL, NULL, 3881, '90810885', 'MANGUERA VERDE DE 50 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '63.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '63.5800', '63.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32990, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32991, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32992, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32993, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32994, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32995, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32996, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32997, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32998, NULL, NULL, 3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '108.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '108.0300', '108.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (32999, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0900', '0.0000', '2023-03-30', 'received', '0.8700', '0.8700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33000, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33001, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33002, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33003, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33004, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33005, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.6000', '-24.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-86.4000', '0.0000', '2023-03-30', 'received', '3.6000', '3.6000', '-24.0000', NULL, NULL, 1, 'PZA', '-24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33006, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33007, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33008, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33009, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33010, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33011, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33012, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33013, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33014, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33015, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33016, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33017, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33018, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33019, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33020, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33021, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33022, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33023, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33024, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33025, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33026, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33027, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33028, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33029, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33030, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33031, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33032, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33033, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33034, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33035, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33036, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33037, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33038, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33039, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33040, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33041, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33042, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33043, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33044, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3000', '-2.0000', '2023-03-30', 'received', '0.1500', '0.1500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33045, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33046, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33047, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33048, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33049, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33050, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33051, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33052, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33053, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33054, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33055, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33056, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33057, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.0000', '-2.0000', '2023-03-30', 'received', '0.5000', '0.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33058, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33059, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33060, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33061, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33062, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-33.0000', '-5.0000', '2023-03-30', 'received', '6.6000', '6.6000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33063, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '5.4000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4000', '0.0000', '2023-03-30', 'received', '5.4000', '5.4000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33064, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.3200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.6400', '0.0000', '2023-03-30', 'received', '5.3200', '5.3200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33065, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33066, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9000', '-10.0000', '2023-03-30', 'received', '0.0900', '0.0900', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33067, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33068, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33069, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33070, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33071, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '-1.0000', '2023-03-30', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33072, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33073, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33074, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33075, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33076, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33077, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33078, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33079, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33080, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4500', '-5.0000', '2023-03-30', 'received', '0.0900', '0.0900', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33081, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33082, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33083, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33084, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33085, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33086, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33087, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33088, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33089, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33090, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33091, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33092, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33093, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33094, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33095, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33096, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33097, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33098, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33099, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.4100', '1.0000', '2023-03-30', 'received', '1.4100', '1.4100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33100, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33101, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33102, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33103, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6400', '-1.0000', '2023-03-30', 'received', '2.6400', '2.6400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33104, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8400', '-1.0000', '2023-03-30', 'received', '1.8400', '1.8400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33105, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33106, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33107, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33108, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.7100', '0.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33109, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '5.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.3500', '5.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33110, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33111, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33112, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33113, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.1900', '1.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33114, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '2.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.9100', '2.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33115, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33116, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '-1.0000', '2023-03-30', 'received', '25.0000', '25.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33117, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33118, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2900', '1.0000', '2023-03-30', 'received', '1.2900', '1.2900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33119, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33120, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.4500', '5.0000', '2023-03-30', 'received', '0.6900', '0.6900', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33121, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33122, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33123, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33124, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33125, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33126, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5600', '-3.0000', '2023-03-30', 'received', '8.5200', '8.5200', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33127, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.5700', '-1.0000', '2023-03-30', 'received', '11.5700', '11.5700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33128, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33129, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-1.0000', '2023-03-30', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33130, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33131, NULL, NULL, 3171, 'pvc00124', 'RUDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33132, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33133, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33134, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33135, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33136, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33137, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2600', '-2.0000', '2023-03-30', 'received', '1.1300', '1.1300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33138, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33139, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33140, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33141, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', NULL, '3.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.3200', '3.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33142, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33143, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8900', '-1.0000', '2023-03-30', 'received', '0.8900', '0.8900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33144, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9700', '-1.0000', '2023-03-30', 'received', '3.9700', '3.9700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33145, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33146, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.0000', '1.0000', '2023-03-30', 'received', '4.0000', '4.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33147, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33148, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33149, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33150, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33151, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.6600', '2.0000', '2023-03-30', 'received', '2.8300', '2.8300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33152, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33153, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33154, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.2100', '1.0000', '2023-03-30', 'received', '1.2100', '1.2100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33155, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33156, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '13.0300', '1.0000', '2023-03-30', 'received', '13.0300', '13.0300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33157, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4 PVC LISO', NULL, '1.8600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.7200', '2.0000', '2023-03-30', 'received', '1.8600', '1.8600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33158, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33159, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33160, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33161, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33162, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33163, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33164, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33165, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33166, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-32.0000', '-1.0000', '2023-03-30', 'received', '32.0000', '32.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33167, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33168, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.7000', '-1.0000', '2023-03-30', 'received', '19.7000', '19.7000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33169, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33170, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33171, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33172, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33173, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33174, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33175, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33176, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33177, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33178, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '0.1124', '0.1124', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33179, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33180, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33181, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33182, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33183, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33184, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33185, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33186, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33187, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33188, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33189, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33190, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-03-30', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33191, 544, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.9000', '0.0000', '2023-03-30', 'received', '6.6500', '6.6500', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '6.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33192, 544, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '276.7500', '0.0000', '2023-03-30', 'received', '15.3750', '15.3750', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33193, 544, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2023-03-30', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33194, 545, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-03-30', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33195, 546, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '234.0000', '0.0000', '2023-03-30', 'received', '3.2500', '3.2500', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '3.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33196, 547, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '0.0000', '2023-03-30', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33197, 547, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-03-30', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33198, 547, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.1000', '0.0000', '2023-03-30', 'received', '10.8500', '10.8500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33199, 547, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2400', '0.0000', '2023-03-30', 'received', '8.5400', '8.5400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33200, 547, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2400', '0.0000', '2023-03-30', 'received', '4.2700', '4.2700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33201, 547, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.9583', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.7500', '0.0000', '2023-03-30', 'received', '12.9583', '12.9583', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33202, 548, NULL, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '151.4933', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '454.4800', '0.0000', '2023-03-30', 'received', '151.4933', '151.4933', '3.0000', NULL, NULL, 4, 'GALON', '3.0000', NULL, NULL, NULL, NULL, '151.4933');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33203, 548, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '240.7500', '1.0000', '2023-03-30', 'received', '20.0625', '20.0625', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '20.0625');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33204, 548, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '41.0231', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '533.3000', '0.0000', '2023-03-30', 'received', '41.0231', '41.0231', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '41.0231');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33205, 549, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.3000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '530.0000', '0.0000', '2023-04-03', 'received', '5.3000', '5.3000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '5.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33206, 549, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '380.0000', '0.0000', '2023-04-03', 'received', '38.0000', '38.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33207, 549, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '175.0000', '0.0000', '2023-04-03', 'received', '35.0000', '35.0000', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33208, 549, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.0000', '50.0000', '2023-04-03', 'received', '8.0000', '8.0000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33209, 549, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '8.5000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '425.0000', '19.0000', '2023-04-03', 'received', '8.5000', '8.5000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33210, 550, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '100.0000', '0.0000', '2023-04-03', 'received', '0.8333', '0.8333', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33211, 551, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2023-04-03', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33212, 551, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '110.4000', '0.0000', '2023-04-03', 'received', '4.6000', '4.6000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33213, 551, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.8000', '0.0000', '2023-04-03', 'received', '2.9500', '2.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33214, 551, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '0.0000', '2023-04-03', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33215, 551, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '208.8000', '0.0000', '2023-04-03', 'received', '5.8000', '5.8000', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33216, 551, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.4800', '14.0000', '2023-04-03', 'received', '2.7700', '2.7700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33217, 551, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.5200', '0.0000', '2023-04-03', 'received', '2.7300', '2.7300', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '2.7300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33218, 551, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.3600', '0.0000', '2023-04-03', 'received', '3.0300', '3.0300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33219, 551, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.6800', '0.0000', '2023-04-03', 'received', '5.1400', '5.1400', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33220, 552, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.7500', '160.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '17.0000', '2023-04-03', 'received', '0.7500', '0.7500', '160.0000', NULL, NULL, 5, 'UNIDAD', '160.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33221, 553, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '686.5000', '0.0000', '2023-04-03', 'received', '11.4417', '11.4417', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '11.4417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33222, 553, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '801.5600', '0.0000', '2023-04-03', 'received', '8.3496', '8.3496', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33223, 553, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '335.9995', '0.0000', '2023-04-03', 'received', '4.6667', '4.6667', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33224, 553, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2023-04-03', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33225, 553, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '0.0000', '2023-04-03', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33226, 553, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '116.4000', '4.0000', '2023-04-03', 'received', '4.8500', '4.8500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33227, 553, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-04-03', 'received', '2.5000', '2.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33228, 554, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.0000', '0.0000', '2023-04-03', 'received', '5.8333', '5.8333', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33229, 554, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.1000', '0.0000', '2023-04-03', 'received', '10.8500', '10.8500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33230, 554, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2400', '0.0000', '2023-04-03', 'received', '8.5400', '8.5400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33231, 554, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6900', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.4200', '0.0000', '2023-04-03', 'received', '6.6900', '6.6900', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '6.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33232, 554, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '3.9600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '47.5200', '0.0000', '2023-04-03', 'received', '3.9600', '3.9600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33233, 554, NULL, 2902, '7', 'GATORADE', NULL, '6.7700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.6200', '0.0000', '2023-04-03', 'received', '6.7700', '6.7700', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '6.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33234, 554, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.1700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '62.0400', '0.0000', '2023-04-03', 'received', '5.1700', '5.1700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.1700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33235, 554, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.9583', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.7500', '0.0000', '2023-04-03', 'received', '12.9583', '12.9583', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33236, 555, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '18.1600', '0.0000', '2023-04-03', 'received', '9.0800', '9.0800', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, '9.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33237, 555, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1800', '0.0000', '2023-04-03', 'received', '5.5300', '5.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33238, 555, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1800', '0.0000', '2023-04-03', 'received', '5.5300', '5.5300', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33239, 555, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4737', '114.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '396.0000', '0.0000', '2023-04-03', 'received', '3.4737', '3.4737', '114.0000', NULL, NULL, 1, 'PZA', '114.0000', NULL, NULL, NULL, NULL, '3.4737');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33240, 555, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '0.0000', '2023-04-03', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33241, 555, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '44.5000', '0.0000', '2023-04-03', 'received', '4.4500', '4.4500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33242, 555, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.6000', '0.0000', '2023-04-03', 'received', '10.3000', '10.3000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '10.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33243, 555, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '31.3200', '0.0000', '2023-04-03', 'received', '0.8700', '0.8700', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33244, 555, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '63.0000', '0.0000', '2023-04-03', 'received', '1.7500', '1.7500', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33245, 555, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.6800', '0.0000', '2023-04-03', 'received', '3.5700', '3.5700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33247, 557, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.3077', '29.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '414.9231', '0.0000', '2023-04-04', 'received', '14.3077', '14.3077', '29.0000', NULL, NULL, 1, 'PZA', '29.0000', NULL, NULL, NULL, NULL, '14.3077');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33248, NULL, NULL, 3899, '100054000022', 'CRUCETAS PARA CERAMICA DE 3 MM VIKINGO', NULL, '7.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '2.0000', '2023-04-04', 'received', '7.5000', '7.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33249, 558, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-04-04', 'received', '15.0000', '15.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33250, 558, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8333', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '210.0000', '0.0000', '2023-04-04', 'received', '5.8333', '5.8333', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33251, 559, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2023-04-04', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33252, 559, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2023-04-04', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33253, 559, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-04-04', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33254, 559, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-04-04', 'received', '3.0000', '3.0000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33255, 559, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '16.0000', '2023-04-04', 'received', '2.2500', '2.2500', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '2.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33256, 559, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '52.5000', '14.0000', '2023-04-04', 'received', '3.7500', '3.7500', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33257, 559, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '162.0000', '0.0000', '2023-04-04', 'received', '4.5000', '4.5000', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33258, 559, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '1.0000', '2023-04-04', 'received', '4.5000', '4.5000', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33259, 559, NULL, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', NULL, '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '3.0000', '2023-04-04', 'received', '6.0000', '6.0000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33260, 560, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.8800', '0.0000', '2023-04-10', 'received', '2.1617', '2.1617', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.1617');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33261, 561, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2023-04-10', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33262, 561, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '686.5000', '0.0000', '2023-04-10', 'received', '11.4417', '11.4417', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '11.4417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33263, 561, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '223.9997', '0.0000', '2023-04-10', 'received', '4.6667', '4.6667', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33264, 561, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '0.0000', '2023-04-10', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33265, 561, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '5.8093', '45.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '261.4200', '0.0000', '2023-04-10', 'received', '5.8093', '5.8093', '45.0000', NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, '5.8093');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33266, 561, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '0.0000', '2023-04-10', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33271, 563, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.2100', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '62.5200', '4.0000', '2023-04-10', 'received', '5.2100', '5.2100', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33272, 563, NULL, 2902, '7', 'GATORADE', NULL, '6.7700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '162.4800', '0.0000', '2023-04-10', 'received', '6.7700', '6.7700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33273, 563, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '5.0200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.2400', '0.0000', '2023-04-10', 'received', '5.0200', '5.0200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33274, 562, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.5415', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '137.0395', '0.0000', '2023-04-10', 'received', '10.5415', '10.5415', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '10.5415');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33275, 562, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '0.0000', '2023-04-10', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33276, 562, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.9600', '0.0000', '2023-04-10', 'received', '5.5800', '5.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33277, 562, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '69.6000', '0.0000', '2023-04-10', 'received', '5.8000', '5.8000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33278, 564, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '360.0000', '0.0000', '2023-04-10', 'received', '15.0000', '15.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33279, 565, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.8800', '0.0000', '2023-04-12', 'received', '2.1617', '2.1617', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.1617');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33280, 565, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.4050', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.8600', '12.0000', '2023-04-12', 'received', '3.4050', '3.4050', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.4050');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33281, 565, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '4.6667', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '224.0000', '44.0000', '2023-04-12', 'received', '4.6667', '4.6667', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33282, 565, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '4.6667', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '224.0000', '43.0000', '2023-04-12', 'received', '4.6667', '4.6667', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33283, 566, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '15.5000', '23.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '356.5000', '0.0000', '2023-04-12', 'received', '15.5000', '15.5000', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, '15.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33284, 567, NULL, 2902, '7', 'GATORADE', NULL, '6.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2023-04-12', 'received', '6.2500', '6.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '6.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33285, 567, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '3.9600', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '47.5200', '0.0000', '2023-04-12', 'received', '3.9600', '3.9600', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.9600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33286, 567, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6900', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '160.5600', '0.0000', '2023-04-12', 'received', '6.6900', '6.6900', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33287, 567, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '11.9792', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '143.7500', '0.0000', '2023-04-12', 'received', '11.9792', '11.9792', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '11.9792');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33288, 568, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '41.0000', '0.0000', '2023-04-12', 'received', '1.7083', '1.7083', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '1.7083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33289, 568, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6875', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.5000', '0.0000', '2023-04-12', 'received', '0.6875', '0.6875', '40.0000', NULL, NULL, 1, 'PZA', '40.0000', NULL, NULL, NULL, NULL, '0.6875');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33290, 569, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '89.0000', '0.0000', '2023-04-12', 'received', '22.2500', '22.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33291, 569, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '86.0000', '0.0000', '2023-04-12', 'received', '21.5000', '21.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '21.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33292, 569, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '89.0000', '1.0000', '2023-04-12', 'received', '22.2500', '22.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33293, 569, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.9379', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '333.0200', '0.0000', '2023-04-12', 'received', '6.9379', '6.9379', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '6.9379');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33294, 570, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.6000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '38.4000', '4.0000', '2023-04-12', 'received', '9.6000', '9.6000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '9.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33295, 570, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.8274', '31.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '87.6500', '0.0000', '2023-04-12', 'received', '2.8274', '2.8274', '31.0000', NULL, NULL, 5, 'UNIDAD', '31.0000', NULL, NULL, NULL, NULL, '2.8274');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33296, 570, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4067', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.7600', '6.0000', '2023-04-12', 'received', '0.4067', '0.4067', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '0.4067');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33297, 570, NULL, 2661, '340', 'CHICLES.', NULL, '0.2708', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '32.5000', '0.0000', '2023-04-12', 'received', '0.2708', '0.2708', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '0.2708');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33298, 570, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.2000', '0.0000', '2023-04-12', 'received', '1.6000', '1.6000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33299, 570, NULL, 3901, '49175411', 'TRIDENT 1S (SOBRE)', NULL, '0.3750', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '22.5000', '18.0000', '2023-04-12', 'received', '0.3750', '0.3750', '60.0000', NULL, NULL, 5, 'UNIDAD', '60.0000', NULL, NULL, NULL, NULL, '0.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33300, 571, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-04-13', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33301, 571, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '94.0000', '0.0000', '2023-04-13', 'received', '3.9167', '3.9167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.9167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33302, 572, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8752', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '93.7600', '0.0000', '2023-04-13', 'received', '1.8752', '1.8752', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '1.8752');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33303, 572, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2023-04-13', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33304, 572, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '0.0000', '2023-04-13', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33305, 572, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '45.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '16.0000', '2023-04-13', 'received', '4.0000', '4.0000', '45.0000', NULL, NULL, 1, 'PZA', '45.0000', NULL, NULL, NULL, NULL, '4.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33306, 572, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-04-13', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33307, 572, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-04-13', 'received', '1.8750', '1.8750', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33308, 572, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '0.0000', '2023-04-13', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33309, 572, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2023-04-13', 'received', '3.7500', '3.7500', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33310, 572, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2023-04-13', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33311, 556, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '6.0600', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.8000', '0.0000', '2023-04-03', 'received', '6.0600', '6.0600', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '6.0600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33312, 556, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '32.5512', '0.0000', '2023-04-03', 'received', '0.9042', '0.9042', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '0.9042');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33313, 573, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '153.0000', '0.0000', '2023-04-13', 'received', '4.2500', '4.2500', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33314, 573, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '204.0000', '0.0000', '2023-04-13', 'received', '4.2500', '4.2500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33315, 574, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.7908', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '114.9800', '2.0000', '2023-04-14', 'received', '4.7908', '4.7908', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.7908');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33316, 574, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '65.1000', '0.0000', '2023-04-14', 'received', '10.8500', '10.8500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33317, 574, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2400', '0.0000', '2023-04-14', 'received', '8.5400', '8.5400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33318, 574, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '2.1300', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.1200', '4.0000', '2023-04-14', 'received', '2.1300', '2.1300', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '2.1300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33319, 575, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8333', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '280.0000', '0.0000', '2023-04-14', 'received', '5.8333', '5.8333', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33320, 575, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.5833', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '220.0000', '0.0000', '2023-04-14', 'received', '4.5833', '4.5833', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33321, 576, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.3818', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '114.2000', '10.0000', '2023-04-14', 'received', '10.3818', '10.3818', '11.0000', NULL, NULL, 1, 'PZA', '11.0000', NULL, NULL, NULL, NULL, '10.3818');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33322, 576, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '35.4000', '0.0000', '2023-04-14', 'received', '2.9500', '2.9500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33323, 576, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '69.6000', '0.0000', '2023-04-14', 'received', '5.8000', '5.8000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33324, 576, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.3600', '0.0000', '2023-04-14', 'received', '3.0300', '3.0300', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33325, 577, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '0.0000', '2023-04-17', 'received', '0.8333', '0.8333', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33326, 577, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.0000', '0.0000', '2023-04-17', 'received', '0.4167', '0.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '0.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33327, 577, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7145', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0050', '0.0000', '2023-04-17', 'received', '0.7145', '0.7145', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '0.7145');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33328, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33329, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33330, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33331, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33332, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33333, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.4583', '0.4583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33334, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33335, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33336, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33337, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33338, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33339, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.6800', '-2.0000', '2023-04-18', 'received', '26.3400', '26.3400', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33340, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '2.1300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.1300', '-1.0000', '2023-04-18', 'received', '2.1300', '2.1300', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33341, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33342, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.7500', '4.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33343, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33344, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33345, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33346, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33347, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33348, NULL, NULL, 3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '40.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '40.0600', '40.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33349, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7167', '0.0000', '2023-04-18', 'received', '0.8583', '0.8583', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33350, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '22.5142', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '22.5142', '22.5142', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33351, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33352, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33353, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33354, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33355, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.2500', '10.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33356, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33357, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33358, NULL, NULL, 3899, '100054000022', 'CRUCETAS PARA CERAMICA DE 3 MM VIKINGO', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33359, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33360, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33361, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33362, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33363, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33364, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33365, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33366, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33367, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33368, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33369, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33370, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33371, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33372, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33373, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33374, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2500', '9.0000', '2023-04-18', 'received', '0.2500', '0.2500', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33375, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33376, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33377, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33378, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33379, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33380, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33381, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33382, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33383, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33384, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33385, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33386, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33387, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33388, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33389, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33390, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33391, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33392, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33393, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33394, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33395, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33396, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33397, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33398, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33399, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33400, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33401, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33402, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33403, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33404, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33405, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33406, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33407, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33408, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33409, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33410, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33411, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33412, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33413, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33414, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33415, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33416, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33417, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33418, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '6.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.1300', '6.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33419, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33420, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33421, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4600', '-2.0000', '2023-04-18', 'received', '0.2300', '0.2300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33422, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33423, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33424, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33425, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '3.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.1250', '3.1250', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33426, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.0833', '13.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33427, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33428, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33429, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33430, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.8500', '4.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33431, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33432, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33433, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33434, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33435, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33436, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '3.9600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9600', '0.0000', '2023-04-18', 'received', '3.9600', '3.9600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33437, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33438, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8333', '0.0000', '2023-04-18', 'received', '0.8333', '0.8333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33439, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33440, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.9700', '0.0000', '2023-04-18', 'received', '2.9700', '2.9700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33441, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33442, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33443, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33444, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33445, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33446, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33447, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33448, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33449, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33450, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33451, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33452, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33453, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33454, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33455, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33456, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33457, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33458, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33459, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33460, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33461, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33462, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.3818', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-103.8182', '-10.0000', '2023-04-18', 'received', '10.3818', '10.3818', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33463, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33464, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33465, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33466, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33467, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33468, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33469, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33470, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33471, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.9000', '5.9000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33472, NULL, NULL, 3884, '29870647', 'REDUCIDOR PVC 2 1/2 - 1/2', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33473, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33474, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33475, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33476, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33477, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '1.0000', '2023-04-18', 'received', '2.5000', '2.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33478, NULL, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '56.0000', '56.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33479, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1233', '1.1233', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33480, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33481, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33482, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33483, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33484, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33485, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33486, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33487, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33488, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2708', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2708', '0.0000', '2023-04-18', 'received', '0.2708', '0.2708', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33489, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33490, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6875', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6875', '0.0000', '2023-04-18', 'received', '0.6875', '0.6875', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33491, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.6900', '6.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33492, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33493, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33494, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33495, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33496, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33497, NULL, NULL, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33498, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33499, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33500, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33501, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33502, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33503, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33504, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33505, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33506, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33507, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33508, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33509, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33510, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33511, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33512, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33513, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33514, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33515, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33516, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33517, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33518, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33519, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33520, NULL, NULL, 3901, '49175411', 'TRIDENT 1S (SOBRE)', NULL, '0.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3750', '0.3750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33521, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33522, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33523, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2500', '0.0000', '2023-04-18', 'received', '3.2500', '3.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33524, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33525, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33526, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33527, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33528, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33529, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.2100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2100', '-1.0000', '2023-04-18', 'received', '5.2100', '5.2100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33530, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.9167', '3.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33531, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33532, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33533, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33534, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33535, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33536, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33537, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33538, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33539, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.9379', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.9379', '6.9379', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33540, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33541, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33542, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33543, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33544, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33545, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33546, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33547, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33548, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33549, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33550, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33551, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33552, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33553, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0150', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0150', '1.0000', '2023-04-18', 'received', '5.0150', '5.0150', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33554, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33555, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33556, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33557, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33558, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33559, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33560, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33561, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33562, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33563, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33564, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33565, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33566, NULL, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33567, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33568, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33569, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33570, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33571, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33572, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33573, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33574, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33575, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33576, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33577, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33578, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33579, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33580, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33581, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33582, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33583, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33584, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33585, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33586, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33587, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33588, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33589, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33590, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33591, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33592, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33593, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33594, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33595, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33596, NULL, NULL, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', NULL, '30.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.2500', '30.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33597, NULL, NULL, 3278, '6933528710806', 'TENACIN INDUSTRIAL DE 8 TOLSEN 10039', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33598, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33599, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33600, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33601, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33602, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33603, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33604, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33605, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33606, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33607, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33608, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33609, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33610, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33611, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33612, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33613, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33614, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33615, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33616, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33617, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33618, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33619, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33620, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33621, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33622, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33623, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33624, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33625, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33626, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33627, NULL, NULL, 3891, '6933528740599', 'BROCHA MANGO DE MADERA DE 1 TOLSEN 40121', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33628, NULL, NULL, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33629, NULL, NULL, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33630, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33631, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33632, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33633, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33634, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33635, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33636, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33637, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33638, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33639, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33640, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33641, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33642, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33643, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33644, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33645, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33646, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33647, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33648, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33649, NULL, NULL, 3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33650, NULL, NULL, 3895, '6933528787365', 'BROCA DE COBALTO 5/32\\\" TOLSEN 75206', NULL, '5.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.7500', '5.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33651, NULL, NULL, 3896, '6933528787402', 'BROCA DE COBALTO 7/32\\\" TOLSEN 75210', NULL, '9.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.2500', '9.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33652, NULL, NULL, 3897, '6933528787426', 'BROCA DE COBALTO 1/4\\\" TOLSEN 75212', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33653, NULL, NULL, 3898, '6933528787501', 'BROCA DE COBALTO 3/8\\\" TOLSEN 75220', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33654, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33655, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33656, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33657, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33658, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33659, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33660, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33661, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33662, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33663, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33664, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33665, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33666, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33667, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33668, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33669, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33670, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33671, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33672, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33673, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33674, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33675, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33676, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33677, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33678, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33679, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33680, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33681, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33682, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33683, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33684, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33685, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33686, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33687, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33688, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33689, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33690, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33691, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33692, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33693, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33694, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33695, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33696, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33697, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33698, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33699, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33700, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.2500', '0.0000', '2023-04-18', 'received', '6.2500', '6.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33701, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33702, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33703, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33704, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33705, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5700', '3.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33706, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.4500', '0.0000', '2023-04-18', 'received', '4.4500', '4.4500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33707, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.4500', '0.0000', '2023-04-18', 'received', '4.4500', '4.4500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33708, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33709, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33710, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33711, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33712, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33713, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33714, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33715, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33716, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7500', '0.0000', '2023-04-18', 'received', '1.7500', '1.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33717, NULL, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33718, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33719, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33720, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.4050', '3.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33721, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.8900', '6.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33722, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33723, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33724, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33725, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '5.8093', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.8093', '5.8093', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33726, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-68.3333', '0.0000', '2023-04-18', 'received', '8.5417', '8.5417', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33727, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6667', '0.0000', '2023-04-18', 'received', '4.6667', '4.6667', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33728, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-80.0917', '0.0000', '2023-04-18', 'received', '11.4417', '11.4417', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33729, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.8300', '1.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33730, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33731, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.4200', '3.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33732, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33733, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.5800', '5.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33734, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33735, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.2000', '0.0000', '2023-04-18', 'received', '5.8000', '5.8000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33736, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33737, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33738, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '3.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.1667', '3.1667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33739, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33740, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33741, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33742, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33743, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33744, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33745, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33746, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33747, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33748, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33749, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33750, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33751, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33752, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33753, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33754, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33755, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33756, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33757, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33758, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.7908', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.7908', '4.7908', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33759, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33760, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '11.9792', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.9792', '11.9792', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33761, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33762, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '10.8500', '0.0000', '2023-04-18', 'received', '10.8500', '10.8500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33763, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33764, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33765, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '3.9600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9600', '0.0000', '2023-04-18', 'received', '3.9600', '3.9600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33766, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33767, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.2719', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2719', '0.0000', '2023-04-18', 'received', '5.2719', '5.2719', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33768, NULL, NULL, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', NULL, '11.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.3333', '11.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33769, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33770, NULL, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33771, NULL, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '18.7500', '18.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33772, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33773, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33774, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33775, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33776, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33777, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33778, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33779, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33780, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33781, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33782, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33783, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33784, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8752', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.8752', '1.8752', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33785, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7500', '0.0000', '2023-04-18', 'received', '0.7500', '0.7500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33786, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33787, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '0.0000', '2023-04-18', 'received', '4.5000', '4.5000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33788, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33789, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33790, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33791, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33792, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33793, NULL, NULL, 3479, '7401090802476', 'HELADO PALETA CORAZON', NULL, '4.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5000', '1.0000', '2023-04-18', 'received', '4.5000', '4.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33794, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33795, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33796, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33797, NULL, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33798, NULL, NULL, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33799, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33800, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33801, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33802, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33803, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33804, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33805, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.3200', '-1.0000', '2023-04-18', 'received', '1.3200', '1.3200', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33806, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33807, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33808, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33809, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33810, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33811, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33812, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33813, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33814, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33815, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33816, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33817, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33818, NULL, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33819, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33820, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33821, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33822, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33823, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33824, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33825, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '5.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.1400', '5.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33826, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33827, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33828, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33829, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33830, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33831, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33832, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33833, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.7300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7300', '0.0000', '2023-04-18', 'received', '2.7300', '2.7300', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33834, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33835, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33836, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33837, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33838, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33839, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33840, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33841, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33842, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33843, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33844, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33845, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33846, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33847, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33848, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '3.1633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.1633', '3.1633', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33849, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33850, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.6000', '1.0000', '2023-04-18', 'received', '9.6000', '9.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33851, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33852, NULL, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33853, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33854, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33855, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33856, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33857, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33858, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33859, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33860, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33861, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33862, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33863, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33864, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33865, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8333', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-87.5000', '0.0000', '2023-04-18', 'received', '5.8333', '5.8333', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33866, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33867, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33868, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '6.4955', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.4955', '6.4955', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33869, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9042', '0.0000', '2023-04-18', 'received', '0.9042', '0.9042', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33870, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.7083', '1.7083', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33871, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33872, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33873, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33874, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33875, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33876, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33877, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33878, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33879, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33880, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33881, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33882, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33883, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33884, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33885, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33886, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8182', '1.0000', '2023-04-18', 'received', '0.8182', '0.8182', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33887, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33888, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33889, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33890, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33891, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33892, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33893, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33894, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33895, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33896, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33897, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33898, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33899, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33900, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33901, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.0800', '8.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33902, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.4092', '4.4092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33903, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33904, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33905, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33906, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33907, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33908, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33909, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33910, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33911, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33912, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33913, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33914, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33915, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33916, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7145', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7145', '0.0000', '2023-04-18', 'received', '0.7145', '0.7145', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33917, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33918, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4167', '0.0000', '2023-04-18', 'received', '5.4167', '5.4167', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33919, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33920, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33921, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33922, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33923, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33924, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33925, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33926, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33927, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33928, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33929, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33930, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33931, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33932, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33933, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33934, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33935, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33936, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33937, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33938, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33939, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33940, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33941, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33942, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33943, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33944, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33945, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33946, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33947, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33948, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33949, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33950, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33951, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33952, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33953, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33954, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33955, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33956, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33957, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33958, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33959, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33960, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33961, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33962, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33963, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33964, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33965, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33966, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33967, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33968, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33969, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33970, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33971, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33972, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33973, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33974, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33975, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33976, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33977, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33978, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33979, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33980, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33981, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33982, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33983, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33984, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33985, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33986, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33987, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33988, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33989, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33990, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33991, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33992, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33993, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33994, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33995, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33996, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33997, NULL, NULL, 3887, '7501206681978', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33998, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (33999, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34000, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34001, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34002, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34003, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34004, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34005, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34006, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34007, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34008, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34009, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34010, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34011, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34012, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34013, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34014, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34015, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34016, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34017, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34018, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34019, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34020, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34021, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34022, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34023, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34024, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34025, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34026, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34027, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34028, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34029, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34030, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34031, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34032, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34033, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34034, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34035, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34036, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34037, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34038, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34039, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34040, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.8333', '5.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34041, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34042, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34043, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34044, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34045, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34046, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34047, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34048, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34049, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34050, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34051, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34052, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34053, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34054, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34055, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34056, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34057, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34058, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34059, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34060, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34061, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34062, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34063, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34064, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34065, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34066, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34067, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34068, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34069, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34070, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34071, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34072, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34073, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34074, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34075, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34076, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34077, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34078, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34079, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34080, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34081, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.1250', '0.0000', '2023-04-18', 'received', '8.1250', '8.1250', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34082, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34083, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34084, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34085, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34086, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34087, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34088, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34089, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34090, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34091, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34092, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34093, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34094, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34095, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34096, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34097, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34098, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34099, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.7917', '0.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34100, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34101, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34102, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34103, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5300', '0.0000', '2023-04-18', 'received', '5.5300', '5.5300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34104, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34105, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34106, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34107, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.6667', '0.0000', '2023-04-18', 'received', '0.8333', '0.8333', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34108, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4067', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4067', '-1.0000', '2023-04-18', 'received', '0.4067', '0.4067', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34109, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34110, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34111, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.3333', '1.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34112, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.9583', '2.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34113, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34114, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34115, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34116, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34117, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34118, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34119, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34120, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34121, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34122, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34123, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34124, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34125, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34126, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34127, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34128, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34129, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34130, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34131, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34132, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34133, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34134, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34135, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34136, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34137, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34138, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34139, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34140, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34141, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34142, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34143, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34144, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34145, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34146, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34147, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34148, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34149, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34150, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34151, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34152, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34153, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34154, NULL, NULL, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', NULL, '17.9821', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.9821', '17.9821', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34155, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34156, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34157, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34158, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34159, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34160, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34161, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34162, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34163, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34164, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34165, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34166, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34167, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34168, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34169, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34170, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34171, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34172, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34173, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34174, NULL, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34175, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34176, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34177, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34178, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34179, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34180, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34181, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34182, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34183, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.8800', '7.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34184, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34185, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34186, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34187, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34188, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34189, NULL, NULL, 3882, '79050633', 'MANGUERA AZUL DE 75 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '90.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '90.6500', '90.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34190, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34191, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34192, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34193, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34194, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34195, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34196, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34197, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34198, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34199, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34200, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34201, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34202, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34203, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34204, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34205, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34206, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34207, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34208, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34209, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34210, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34211, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34212, NULL, NULL, 3888, '82583454', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4 X UNIDAD', NULL, '1.5340', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.5340', '1.5340', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34213, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34214, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34215, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34216, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34217, NULL, NULL, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', NULL, '222.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '222.7000', '222.7000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34218, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34219, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34220, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34221, NULL, NULL, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '151.4933', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '151.4933', '151.4933', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34222, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '41.0231', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '41.0231', '41.0231', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34223, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34224, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34225, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34226, NULL, NULL, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', NULL, '141.6167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '141.6167', '141.6167', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34227, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34228, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34229, NULL, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7500', '-1.0000', '2023-04-18', 'received', '0.7500', '0.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34230, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34231, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34232, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34233, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34234, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34235, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34236, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34237, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34238, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34239, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34240, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8125', '0.0000', '2023-04-18', 'received', '0.8125', '0.8125', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34241, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34242, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34243, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34244, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34245, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.8274', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.8274', '2.8274', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34246, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34247, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34248, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34249, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.7325', '10.7325', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34250, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34251, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34252, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34253, NULL, NULL, 3881, '90810885', 'MANGUERA VERDE DE 50 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '63.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '63.5800', '63.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34254, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34255, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34256, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34257, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34258, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34259, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34260, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34261, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34262, NULL, NULL, 3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '108.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '108.0300', '108.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34263, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34264, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34265, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34266, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34267, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34268, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34269, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4737', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4737', '0.0000', '2023-04-18', 'received', '3.4737', '3.4737', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34270, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34271, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34272, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34273, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34274, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34275, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34276, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34277, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34278, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34279, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34280, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34281, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34282, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34283, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34284, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34285, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34286, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34287, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34288, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34289, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34290, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34291, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34292, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34293, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34294, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34295, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34296, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34297, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34298, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0000', '4.0000', '2023-04-18', 'received', '5.0000', '5.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34299, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34300, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34301, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34302, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34303, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34304, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34305, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34306, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34307, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34308, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34309, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34310, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34311, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34312, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34313, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.1200', '4.0000', '2023-04-18', 'received', '2.7800', '2.7800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34314, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34315, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34316, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34317, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34318, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34319, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34320, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34321, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.5000', '1.0000', '2023-04-18', 'received', '0.5000', '0.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34322, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34323, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34324, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34325, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34326, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '6.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.6000', '6.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34327, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34328, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.3000', '5.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34329, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34330, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34331, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0700', '-1.0000', '2023-04-18', 'received', '0.0700', '0.0700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34332, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34333, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1000', '-1.0000', '2023-04-18', 'received', '0.1000', '0.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34334, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34335, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34336, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34337, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34338, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34339, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34340, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34341, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34342, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34343, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34344, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34345, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34346, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34347, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34348, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34349, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34350, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34351, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34352, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34353, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34354, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34355, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34356, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34357, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34358, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34359, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34360, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34361, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34362, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34363, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34364, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34365, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34366, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34367, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34368, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34369, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34370, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2700', '-1.0000', '2023-04-18', 'received', '2.2700', '2.2700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34371, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34372, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.7100', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5500', '0.0000', '2023-04-18', 'received', '0.7100', '0.7100', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34373, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '5.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.3500', '5.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34374, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34375, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34376, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34377, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1900', '1.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34378, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '2.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.9100', '2.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34379, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34380, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34381, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34382, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34383, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34384, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.6900', '0.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34385, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34386, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '1.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.0900', '1.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34387, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34388, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34389, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34390, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34391, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34392, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34393, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34394, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34395, NULL, NULL, 3171, 'pvc00124', 'REDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34396, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '1.0000', '2023-04-18', 'received', '6.0000', '6.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34397, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34398, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34399, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34400, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34401, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34402, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34403, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34404, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34405, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', NULL, '3.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.3200', '3.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34406, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34407, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34408, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34409, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34410, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34411, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34412, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34413, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34414, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34415, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34416, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34417, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34418, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.4200', '2.0000', '2023-04-18', 'received', '1.2100', '1.2100', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34419, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34420, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34421, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4 PVC LISO', NULL, '1.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '1.8600', '1.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34422, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34423, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34424, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34425, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34426, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34427, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34428, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34429, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34430, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34431, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34432, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34433, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34434, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34435, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34436, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34437, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34438, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34439, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34440, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34441, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34442, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '0.1124', '0.1124', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34443, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34444, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34445, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34446, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34447, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34448, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34449, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34450, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34451, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34452, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34453, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34454, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-04-18', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34455, 578, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '820.0000', '0.0000', '2023-04-18', 'received', '8.5417', '8.5417', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34456, 579, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2023-04-20', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34457, 579, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-04-20', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34458, 579, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2023-04-20', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34459, 580, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.9700', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '97.0000', '100.0000', '2023-04-21', 'received', '0.9700', '0.9700', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.9700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34460, 580, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8300', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.7500', '25.0000', '2023-04-21', 'received', '0.8300', '0.8300', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '0.8300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34461, 580, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.8600', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '86.0000', '29.0000', '2023-04-21', 'received', '0.8600', '0.8600', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.8600');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34462, 580, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '0.7700', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '23.1000', '30.0000', '2023-04-21', 'received', '0.7700', '0.7700', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '0.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34463, 580, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.5800', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '100.0000', '2023-04-21', 'received', '0.5800', '0.5800', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34464, 580, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '0.8500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.0000', '100.0000', '2023-04-21', 'received', '0.8500', '0.8500', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.8500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34465, 580, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.4700', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '84.7000', '8.0000', '2023-04-21', 'received', '8.4700', '8.4700', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '8.4700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34476, 582, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-04-24', 'received', '2.5000', '2.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34477, 582, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '57.9996', '0.0000', '2023-04-24', 'received', '4.8333', '4.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34478, 582, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '601.1712', '0.0000', '2023-04-24', 'received', '8.3496', '8.3496', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34479, 582, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '686.5020', '0.0000', '2023-04-24', 'received', '11.4417', '11.4417', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '11.4417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34480, 582, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.0408', '0.0000', '2023-04-24', 'received', '7.7517', '7.7517', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34481, 582, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.8792', '0.0000', '2023-04-24', 'received', '7.5783', '7.5783', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34482, 582, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '227.2392', '0.0000', '2023-04-24', 'received', '9.4683', '9.4683', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.4683');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34483, 582, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '234.0000', '0.0000', '2023-04-24', 'received', '9.7500', '9.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34484, 582, NULL, 3902, '7401000710969', 'MICHELADA LATA 472 ML', NULL, '12.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '310.8000', '9.0000', '2023-04-24', 'received', '12.9500', '12.9500', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '12.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34485, 582, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.9992', '0.0000', '2023-04-24', 'received', '4.6666', '4.6666', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.6666');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34486, 583, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.8274', '31.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '87.6500', '5.0000', '2023-04-24', 'received', '2.8274', '2.8274', '31.0000', NULL, NULL, 5, 'UNIDAD', '31.0000', NULL, NULL, NULL, NULL, '2.8274');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34487, 583, NULL, 2661, '340', 'CHICLES.', NULL, '0.2708', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '16.2500', '0.0000', '2023-04-24', 'received', '0.2708', '0.2708', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '0.2708');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34488, 583, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.2000', '0.0000', '2023-04-24', 'received', '1.6000', '1.6000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34489, 581, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '4.0000', '2023-04-21', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34490, 581, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '288.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '247.1904', '0.0000', '2023-04-21', 'received', '0.8583', '0.8583', '288.0000', NULL, NULL, 5, 'UNIDAD', '288.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34491, 581, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.8988', '0.0000', '2023-04-21', 'received', '0.8583', '0.8583', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34492, 584, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.0000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '308.0000', '0.0000', '2023-04-26', 'received', '14.0000', '14.0000', '22.0000', NULL, NULL, 1, 'PZA', '22.0000', NULL, NULL, NULL, NULL, '14.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34493, 585, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '240.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '200.0000', '0.0000', '2023-04-26', 'received', '0.8333', '0.8333', '240.0000', NULL, NULL, 1, 'PZA', '240.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34494, 586, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '0.0000', '2023-04-26', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34495, 586, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.7500', '0.0000', '2023-04-26', 'received', '7.5313', '7.5313', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5313');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34496, 586, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0400', '2.0000', '2023-04-26', 'received', '9.3800', '9.3800', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '9.3800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34497, 586, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.3194', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '221.7500', '0.0000', '2023-04-26', 'received', '12.3194', '12.3194', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '12.3194');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34498, 586, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9750', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.4000', '0.0000', '2023-04-26', 'received', '2.9750', '2.9750', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34499, 586, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '3.5417', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.0000', '0.0000', '2023-04-26', 'received', '3.5417', '3.5417', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34500, 587, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.1500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '257.5000', '0.0000', '2023-04-26', 'received', '5.1500', '5.1500', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '5.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34501, 588, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.3631', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.4400', '0.0000', '2023-04-26', 'received', '5.3631', '5.3631', '26.0000', NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '5.3631');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34502, 588, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '121.8000', '0.0000', '2023-04-26', 'received', '10.1500', '10.1500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34503, 588, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.9440', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.6000', '0.0000', '2023-04-26', 'received', '4.9440', '4.9440', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '4.9440');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34504, 588, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '3.0300', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.7200', '0.0000', '2023-04-26', 'received', '3.0300', '3.0300', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34505, 588, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.6800', '0.0000', '2023-04-26', 'received', '5.8200', '5.8200', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34506, 588, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.5200', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '32.7600', '8.0000', '2023-04-26', 'received', '2.5200', '2.5200', '13.0000', NULL, NULL, 5, 'UNIDAD', '13.0000', NULL, NULL, NULL, NULL, '2.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34507, 588, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9354', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '76.3200', '14.0000', '2023-04-26', 'received', '2.9354', '2.9354', '26.0000', NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '2.9354');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34508, 589, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '156.0000', '0.0000', '2023-04-26', 'received', '3.2500', '3.2500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34509, 590, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8333', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '280.0000', '0.0000', '2023-04-28', 'received', '5.8333', '5.8333', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34510, 590, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '225.0000', '0.0000', '2023-04-28', 'received', '18.7500', '18.7500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '18.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34511, 590, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-04-28', 'received', '15.0000', '15.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34512, 590, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2023-04-28', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34513, 590, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.0000', '0.0000', '2023-04-28', 'received', '5.8333', '5.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34514, 590, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.5833', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.0000', '0.0000', '2023-04-28', 'received', '4.5833', '4.5833', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34515, 591, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-04-28', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34516, 591, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2023-04-28', 'received', '3.0000', '3.0000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34517, 591, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-04-28', 'received', '1.8750', '1.8750', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34518, 591, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '0.0000', '2023-04-28', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34519, 591, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-04-28', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34520, 592, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '156.0000', '0.0000', '2023-04-28', 'received', '39.0000', '39.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34521, 592, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.7500', '0.0000', '2023-04-28', 'received', '22.2500', '22.2500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34522, 592, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2023-04-28', 'received', '37.5000', '37.5000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '37.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34523, 592, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '156.0000', '1.0000', '2023-04-28', 'received', '39.0000', '39.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34524, 592, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '7.1040', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '340.9900', '0.0000', '2023-04-28', 'received', '7.1040', '7.1040', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.1040');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34525, 593, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '456.0000', '0.0000', '2023-04-28', 'received', '38.0000', '38.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34526, 594, NULL, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', NULL, '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.0000', '1.0000', '2023-04-28', 'received', '6.0000', '6.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34527, 594, NULL, 3904, '7702089162220', 'PLACA COMB. APAGADOR Y TOM. BTICINO AP5231', NULL, '27.0500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '162.3000', '6.0000', '2023-04-28', 'received', '27.0500', '27.0500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '27.0500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34528, 594, NULL, 3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', NULL, '15.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '94.5000', '0.0000', '2023-04-28', 'received', '15.7500', '15.7500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34529, 594, NULL, 3906, '6925582164138', 'TENAZA ARMADOR DE 8\\\" TOTAL', NULL, '21.2000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '127.2000', '6.0000', '2023-04-28', 'received', '21.2000', '21.2000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '21.2000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34530, 594, NULL, 3907, '7702089162305', 'INTERRUPTOR TRIPLE BTICINO AP5330', NULL, '31.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.9000', '6.0000', '2023-04-28', 'received', '31.1500', '31.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '31.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34531, 594, NULL, 3908, '53761781', 'LAVAMANOS AQUALYN 4\\\" INCESA VERDE', NULL, '210.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '210.0000', '1.0000', '2023-04-28', 'received', '210.0000', '210.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '210.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34532, 595, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-04-28', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34533, 596, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '62.6400', '0.0000', '2023-04-28', 'received', '0.8700', '0.8700', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34534, 596, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.0000', '0.0000', '2023-04-28', 'received', '1.7500', '1.7500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34535, 596, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5200', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '55.2000', '0.0000', '2023-04-28', 'received', '5.5200', '5.5200', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34536, 596, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5250', '144.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '507.6000', '0.0000', '2023-04-28', 'received', '3.5250', '3.5250', '144.0000', NULL, NULL, 1, 'PZA', '144.0000', NULL, NULL, NULL, NULL, '3.5250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34537, 596, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1200', '0.0000', '2023-04-28', 'received', '5.5200', '5.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34538, 596, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5200', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '44.1600', '0.0000', '2023-04-28', 'received', '5.5200', '5.5200', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34539, 596, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '0.0000', '2023-04-28', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34540, 596, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5200', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '44.1600', '2.0000', '2023-04-28', 'received', '5.5200', '5.5200', '8.0000', NULL, NULL, 1, 'PZA', '8.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34541, 596, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.4000', '0.0000', '2023-04-28', 'received', '4.4500', '4.4500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34542, 597, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '1.0000', '2023-05-03', 'received', '60.0000', '60.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '60.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34543, 597, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '5.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '250.0000', '50.0000', '2023-05-03', 'received', '5.0000', '5.0000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34544, 597, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.0000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '500.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34545, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34546, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34547, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34548, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34549, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34550, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9167', '-2.0000', '2023-05-03', 'received', '0.4583', '0.4583', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34551, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-6.0000', '2023-05-03', 'received', '0.7500', '0.7500', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34552, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34553, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34554, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34555, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34556, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34557, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '2.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.1300', '2.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34558, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34559, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7500', '-1.0000', '2023-05-03', 'received', '4.7500', '4.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34560, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34561, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34562, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34563, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34564, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34565, NULL, NULL, 3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '40.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '40.0600', '40.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34566, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-87.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-74.6750', '0.0000', '2023-05-03', 'received', '0.8583', '0.8583', '-87.0000', NULL, NULL, 5, 'UNIDAD', '-87.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34567, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '22.5142', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '22.5142', '22.5142', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34568, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34569, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34570, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34571, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34572, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.2500', '10.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34573, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-28.0000', '0.0000', '2023-05-03', 'received', '14.0000', '14.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34574, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34575, NULL, NULL, 3899, '100054000022', 'CRUCETAS PARA CERAMICA DE 3 MM VIKINGO', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34576, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34577, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34578, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34579, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34580, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34581, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34582, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34583, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-1.0000', '2023-05-03', 'received', '30.0000', '30.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34584, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34585, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34586, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34587, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34588, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34589, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '8.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0000', '-2.0000', '2023-05-03', 'received', '8.5000', '8.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34590, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34591, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34592, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34593, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34594, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34595, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34596, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34597, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34598, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34599, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34600, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34601, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34602, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34603, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34604, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5100', '-1.0000', '2023-05-03', 'received', '0.5100', '0.5100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34605, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34606, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34607, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34608, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34609, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34610, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-2.0000', '2023-05-03', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34611, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34612, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34613, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34614, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34615, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34616, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '0.7700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.7700', '1.0000', '2023-05-03', 'received', '0.7700', '0.7700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34617, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34618, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34619, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34620, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34621, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34622, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34623, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34624, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34625, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34626, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34627, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34628, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34629, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34630, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34631, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34632, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34633, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34634, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34635, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.4700', '8.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34636, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34637, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34638, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2300', '-1.0000', '2023-05-03', 'received', '0.2300', '0.2300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34639, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34640, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34641, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34642, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '3.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.1250', '3.1250', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34643, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.0833', '13.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34644, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34645, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34646, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34647, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.8500', '4.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34648, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34649, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34650, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34651, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34652, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.3700', '-1.0000', '2023-05-03', 'received', '7.3700', '7.3700', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34653, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '3.5417', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.6250', '0.0000', '2023-05-03', 'received', '3.5417', '3.5417', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34654, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34655, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.8333', '0.0000', '2023-05-03', 'received', '0.8333', '0.8333', '-25.0000', NULL, NULL, 1, 'PZA', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34656, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34657, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.9750', '2.9750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34658, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34659, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34660, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34661, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34662, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34663, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34664, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34665, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34666, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-1.0000', '2023-05-03', 'received', '0.6000', '0.6000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34667, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34668, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34669, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34670, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34671, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34672, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34673, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34674, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34675, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34676, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.4000', '-1.0000', '2023-05-03', 'received', '19.4000', '19.4000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34677, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34678, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34679, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.3818', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.3818', '10.3818', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34680, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34681, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34682, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34683, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '40.0000', '1.0000', '2023-05-03', 'received', '40.0000', '40.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34684, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34685, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34686, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34687, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34688, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.9000', '5.9000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34689, NULL, NULL, 3884, '29870647', 'REDUCIDOR PVC 2 1/2 - 1/2', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34690, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34691, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34692, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34693, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34694, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34695, NULL, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '56.0000', '56.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34696, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1233', '1.1233', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34697, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34698, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34699, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34700, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34701, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34702, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34703, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34704, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34705, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2708', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7083', '0.0000', '2023-05-03', 'received', '0.2708', '0.2708', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34706, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34707, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.6875', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0625', '0.0000', '2023-05-03', 'received', '0.6875', '0.6875', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34708, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6900', '0.0000', '2023-05-03', 'received', '6.6900', '6.6900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34709, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34710, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34711, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34712, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34713, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34714, NULL, NULL, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34715, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34716, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34717, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34718, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34719, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34720, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34721, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34722, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34723, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34724, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34725, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34726, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34727, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34728, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34729, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34730, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34731, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34732, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34733, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34734, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34735, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34736, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34737, NULL, NULL, 3901, '49175411', 'TRIDENT 1S (SOBRE)', NULL, '0.3750', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '-8.0000', '2023-05-03', 'received', '0.3750', '0.3750', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34738, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34739, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34740, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7500', '0.0000', '2023-05-03', 'received', '3.2500', '3.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34741, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34742, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34743, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34744, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34745, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34746, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.2100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.2100', '1.0000', '2023-05-03', 'received', '5.2100', '5.2100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34747, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9167', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.8333', '0.0000', '2023-05-03', 'received', '3.9167', '3.9167', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34748, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2023-05-03', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34749, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34750, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34751, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34752, NULL, NULL, 3908, '53761781', 'LAVAMANOS AQUALYN 4\\\" INCESA VERDE', NULL, '210.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '210.0000', '210.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34753, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34754, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34755, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34756, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34757, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '7.1040', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.8317', '0.0000', '2023-05-03', 'received', '7.1040', '7.1040', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34758, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34759, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34760, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34761, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34762, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34763, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34764, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34765, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34766, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34767, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34768, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34769, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34770, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34771, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0150', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0150', '5.0150', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34772, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '2.0200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0200', '-1.0000', '2023-05-03', 'received', '2.0200', '2.0200', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34773, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34774, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34775, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34776, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34777, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34778, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34779, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34780, NULL, NULL, 3906, '6925582164138', 'TENAZA ARMADOR DE 8\\\" TOTAL', NULL, '21.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.2000', '21.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34781, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34782, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34783, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34784, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34785, NULL, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34786, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34787, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34788, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34789, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34790, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34791, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34792, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34793, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34794, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34795, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34796, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34797, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34798, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34799, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34800, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34801, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34802, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34803, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34804, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34805, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34806, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34807, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34808, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34809, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34810, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34811, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34812, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34813, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34814, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34815, NULL, NULL, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', NULL, '30.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '30.2500', '30.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34816, NULL, NULL, 3278, '6933528710806', 'TENACIN INDUSTRIAL DE 8 TOLSEN 10039', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34817, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34818, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34819, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34820, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34821, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34822, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34823, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34824, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34825, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34826, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34827, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34828, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34829, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34830, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34831, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34832, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34833, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34834, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34835, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34836, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34837, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34838, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34839, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34840, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34841, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34842, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34843, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34844, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34845, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34846, NULL, NULL, 3891, '6933528740599', 'BROCHA MANGO DE MADERA DE 1 TOLSEN 40121', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34847, NULL, NULL, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34848, NULL, NULL, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34849, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34850, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34851, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34852, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34853, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34854, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34855, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34856, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34857, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34858, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34859, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34860, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34861, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34862, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34863, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34864, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34865, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34866, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34867, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34868, NULL, NULL, 3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34869, NULL, NULL, 3895, '6933528787365', 'BROCA DE COBALTO 5/32\\\" TOLSEN 75206', NULL, '5.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.7500', '5.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34870, NULL, NULL, 3896, '6933528787402', 'BROCA DE COBALTO 7/32\\\" TOLSEN 75210', NULL, '9.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.2500', '9.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34871, NULL, NULL, 3897, '6933528787426', 'BROCA DE COBALTO 1/4\\\" TOLSEN 75212', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34872, NULL, NULL, 3898, '6933528787501', 'BROCA DE COBALTO 3/8\\\" TOLSEN 75220', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34873, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34874, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34875, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34876, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34877, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34878, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34879, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34880, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34881, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34882, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34883, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34884, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34885, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34886, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34887, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34888, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34889, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34890, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34891, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34892, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34893, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34894, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34895, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34896, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34897, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34898, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34899, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34900, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34901, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34902, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34903, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34904, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34905, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34906, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34907, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34908, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34909, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34910, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34911, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34912, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34913, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34914, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34915, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34916, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2000', '-1.0000', '2023-05-03', 'received', '0.2000', '0.2000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34917, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34918, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34919, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.2500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-43.7500', '0.0000', '2023-05-03', 'received', '6.2500', '6.2500', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34920, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34921, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34922, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34923, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34924, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.8500', '0.0000', '2023-05-03', 'received', '3.5700', '3.5700', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34925, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34926, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9000', '0.0000', '2023-05-03', 'received', '4.4500', '4.4500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34927, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34928, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34929, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34930, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34931, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34932, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34933, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34934, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34935, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.7500', '0.0000', '2023-05-03', 'received', '1.7500', '1.7500', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34936, NULL, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34937, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34938, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34939, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.4050', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8100', '-2.0000', '2023-05-03', 'received', '3.4050', '3.4050', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34940, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.8900', '6.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34941, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34942, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34943, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.1567', '0.0000', '2023-05-03', 'received', '7.5783', '7.5783', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34944, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.5033', '0.0000', '2023-05-03', 'received', '7.7517', '7.7517', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34945, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.7083', '0.0000', '2023-05-03', 'received', '8.5417', '8.5417', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34946, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.0000', '0.0000', '2023-05-03', 'received', '4.6667', '4.6667', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34947, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.4417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.4417', '11.4417', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34948, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.8300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.6600', '-2.0000', '2023-05-03', 'received', '1.8300', '1.8300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34949, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5400', '-2.0000', '2023-05-03', 'received', '2.7700', '2.7700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34950, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.4200', '3.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34951, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9354', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.9354', '2.9354', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34952, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.3631', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.3631', '5.3631', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34953, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-50.7500', '0.0000', '2023-05-03', 'received', '10.1500', '10.1500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34954, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.6400', '0.0000', '2023-05-03', 'received', '5.8200', '5.8200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34955, NULL, NULL, 3902, '7401000710969', 'MICHELADA LATA 472 ML', NULL, '12.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.9500', '12.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34956, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6666', '0.0000', '2023-05-03', 'received', '4.6666', '4.6666', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34957, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34958, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '3.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.1667', '3.1667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34959, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34960, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34961, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34962, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34963, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34964, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34965, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34966, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34967, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34968, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34969, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34970, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34971, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34972, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-22.2500', '-1.0000', '2023-05-03', 'received', '22.2500', '22.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34973, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34974, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34975, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34976, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34977, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34978, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.7908', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7908', '-1.0000', '2023-05-03', 'received', '4.7908', '4.7908', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34979, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34980, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.3194', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.2778', '0.0000', '2023-05-03', 'received', '12.3194', '12.3194', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34981, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.1600', '0.0000', '2023-05-03', 'received', '8.5400', '8.5400', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34982, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34983, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34984, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34985, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '3.9600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.9200', '0.0000', '2023-05-03', 'received', '3.9600', '3.9600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34986, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34987, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.8333', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '0.0000', '2023-05-03', 'received', '5.8333', '5.8333', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34988, NULL, NULL, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', NULL, '11.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.3333', '11.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34989, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-75.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34990, NULL, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34991, NULL, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '18.7500', '18.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34992, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34993, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34994, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34995, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34996, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34997, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34998, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (34999, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35000, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-05-03', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35001, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35002, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35003, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.0000', '-1.0000', '2023-05-03', 'received', '4.0000', '4.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35004, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8752', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8752', '0.0000', '2023-05-03', 'received', '1.8752', '1.8752', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35005, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35006, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '0.0000', '2023-05-03', 'received', '3.0000', '3.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35007, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35008, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35009, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '0.0000', '2023-05-03', 'received', '7.5000', '7.5000', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35010, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35011, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35012, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35013, NULL, NULL, 3479, '7401090802476', 'HELADO PALETA CORAZON', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35014, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35015, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35016, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35017, NULL, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5000', '-1.0000', '2023-05-03', 'received', '4.5000', '4.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35018, NULL, NULL, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35019, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35020, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35021, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35022, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35023, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35024, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35025, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35026, NULL, NULL, 3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35027, NULL, NULL, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35028, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35029, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35030, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35031, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35032, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35033, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35034, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35035, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35036, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35037, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35038, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35039, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35040, NULL, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8333', '-1.0000', '2023-05-03', 'received', '0.8333', '0.8333', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35041, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35042, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35043, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35044, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35045, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35046, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35047, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.9440', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.5520', '0.0000', '2023-05-03', 'received', '4.9440', '4.9440', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35048, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35049, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35050, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '3.0300', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.1500', '0.0000', '2023-05-03', 'received', '3.0300', '3.0300', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35051, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35052, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35053, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35054, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35055, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.5200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0400', '-2.0000', '2023-05-03', 'received', '2.5200', '2.5200', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35056, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8333', '0.0000', '2023-05-03', 'received', '0.4167', '0.4167', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35057, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35058, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35059, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35060, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35061, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35062, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35063, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35064, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35065, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35066, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35067, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35068, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8000', '-2.0000', '2023-05-03', 'received', '3.4000', '3.4000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35069, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35070, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '3.1633', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.4900', '0.0000', '2023-05-03', 'received', '3.1633', '3.1633', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35071, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35072, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6000', '-1.0000', '2023-05-03', 'received', '9.6000', '9.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35073, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.5000', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-63.0000', '0.0000', '2023-05-03', 'received', '4.5000', '4.5000', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35074, NULL, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.2500', '0.0000', '2023-05-03', 'received', '4.2500', '4.2500', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35075, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35076, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35077, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35078, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35079, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35080, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35081, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35082, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35083, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35084, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35085, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35086, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35087, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8333', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '0.0000', '2023-05-03', 'received', '5.8333', '5.8333', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35088, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '4.5833', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36.6667', '0.0000', '2023-05-03', 'received', '4.5833', '4.5833', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35089, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35090, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.5000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-52.5000', '-7.0000', '2023-05-03', 'received', '7.5000', '7.5000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35091, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '58.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '52.4417', '0.0000', '2023-05-03', 'received', '0.9042', '0.9042', '58.0000', NULL, NULL, 1, 'PZA', '58.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35092, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0833', '0.0000', '2023-05-03', 'received', '1.7083', '1.7083', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35093, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35094, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35095, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35096, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35097, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35098, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35099, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35100, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35101, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35102, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35103, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35104, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35105, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35106, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35107, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35108, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35109, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.6000', '5.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35110, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35111, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35112, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.6538', '-2.0000', '2023-05-03', 'received', '1.8269', '1.8269', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35113, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35114, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35115, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35116, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35117, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35118, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35119, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35120, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35121, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35122, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35123, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.0800', '8.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35124, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-127.8658', '0.0000', '2023-05-03', 'received', '4.4092', '4.4092', '-29.0000', NULL, NULL, 1, 'PZA', '-29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35125, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35126, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35127, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.5300', '5.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35128, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.0400', '0.0000', '2023-05-03', 'received', '5.5200', '5.5200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35129, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35130, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35131, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35132, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35133, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35134, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35135, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35136, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35137, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35138, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7145', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0025', '0.0000', '2023-05-03', 'received', '0.7145', '0.7145', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35139, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35140, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35141, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35142, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35143, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35144, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35145, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35146, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35147, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35148, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35149, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '24.5000', '0.0000', '2023-05-03', 'received', '24.5000', '24.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35150, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35151, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35152, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35153, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35154, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35155, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35156, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35157, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35158, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35159, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35160, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35161, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35162, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35163, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35164, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35165, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35166, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35167, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35168, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35169, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35170, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35171, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35172, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3800', '-1.0000', '2023-05-03', 'received', '6.3800', '6.3800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35173, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35174, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35175, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35176, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35177, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35178, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35179, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35180, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35181, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35182, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35183, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35184, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35185, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35186, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35187, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35188, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35189, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35190, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35191, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35192, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35193, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35194, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35195, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35196, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35197, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35198, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35199, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35200, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35201, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35202, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35203, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35204, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35205, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35206, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35207, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35208, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35209, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35210, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35211, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35212, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35213, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35214, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35215, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35216, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35217, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35218, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35219, NULL, NULL, 3887, '7501206681978', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35220, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35221, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35222, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35223, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35224, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35225, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35226, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35227, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35228, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35229, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35230, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35231, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35232, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35233, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35234, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35235, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35236, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35237, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35238, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35239, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35240, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35241, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35242, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35243, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35244, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35245, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35246, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35247, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35248, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35249, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35250, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35251, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35252, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35253, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35254, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35255, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35256, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35257, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35258, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35259, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5417', '-1.0000', '2023-05-03', 'received', '2.5417', '2.5417', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35260, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35261, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35262, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '5.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.8333', '5.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35263, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35264, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35265, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35266, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35267, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35268, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-67.7813', '0.0000', '2023-05-03', 'received', '7.5313', '7.5313', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35269, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35270, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35271, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6713', '-2.0000', '2023-05-03', 'received', '0.8357', '0.8357', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35272, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35273, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35274, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35275, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35276, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35277, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35278, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35279, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35280, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35281, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35282, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35283, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35284, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35285, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35286, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35287, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35288, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35289, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35290, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35291, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35292, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35293, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35294, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35295, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35296, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35297, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35298, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35299, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35300, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35301, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35302, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35303, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35304, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35305, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35306, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35307, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35308, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35309, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35310, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35311, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35312, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35313, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35314, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35315, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35316, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35317, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35318, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35319, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35320, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35321, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.7917', '0.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35322, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35323, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35324, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35325, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.0400', '-2.0000', '2023-05-03', 'received', '5.5200', '5.5200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35326, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35327, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35328, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9500', '-1.0000', '2023-05-03', 'received', '0.9500', '0.9500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35329, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8333', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '0.0000', '2023-05-03', 'received', '0.8333', '0.8333', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35330, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4067', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.4067', '1.0000', '2023-05-03', 'received', '0.4067', '0.4067', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35331, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35332, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.6000', '0.0000', '2023-05-03', 'received', '1.6000', '1.6000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35333, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.3333', '1.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35334, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9583', '0.0000', '2023-05-03', 'received', '2.9583', '2.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35335, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35336, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35337, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35338, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35339, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35340, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35341, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35342, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35343, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35344, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35345, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35346, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35347, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35348, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35349, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35350, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35351, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35352, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35353, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35354, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35355, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35356, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35357, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35358, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35359, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35360, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35361, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35362, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35363, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35364, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35365, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35366, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35367, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35368, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35369, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35370, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35371, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35372, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35373, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35374, NULL, NULL, 3904, '7702089162220', 'PLACA COMB. APAGADOR Y TOM. BTICINO AP5231', NULL, '27.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '27.0500', '27.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35375, NULL, NULL, 3907, '7702089162305', 'INTERRUPTOR TRIPLE BTICINO AP5330', NULL, '31.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '31.1500', '31.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35376, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35377, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35378, NULL, NULL, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', NULL, '17.9821', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.9821', '-1.0000', '2023-05-03', 'received', '17.9821', '17.9821', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35379, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35380, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35381, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35382, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35383, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35384, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35385, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35386, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35387, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35388, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35389, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35390, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35391, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35392, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35393, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35394, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35395, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35396, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35397, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35398, NULL, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35399, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35400, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35401, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35402, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35403, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35404, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35405, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35406, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35407, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.8800', '7.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35408, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.4800', '-1.0000', '2023-05-03', 'received', '16.4800', '16.4800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35409, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35410, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '30.0000', '1.0000', '2023-05-03', 'received', '30.0000', '30.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35411, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35412, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35413, NULL, NULL, 3882, '79050633', 'MANGUERA AZUL DE 75 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '90.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '90.6500', '90.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35414, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35415, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35416, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35417, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35418, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35419, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35420, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35421, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35422, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35423, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35424, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35425, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35426, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35427, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35428, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35429, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35430, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35431, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35432, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35433, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35434, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35435, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35436, NULL, NULL, 3888, '82583454', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4 X UNIDAD', NULL, '1.5340', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.5340', '1.5340', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35437, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35438, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35439, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35440, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35441, NULL, NULL, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', NULL, '222.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '222.7000', '222.7000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35442, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.5550', '-1.0000', '2023-05-03', 'received', '40.5550', '40.5550', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35443, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35444, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.5000', '-1.0000', '2023-05-03', 'received', '25.5000', '25.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35445, NULL, NULL, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '151.4933', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '151.4933', '151.4933', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35446, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '41.0231', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '82.0462', '0.0000', '2023-05-03', 'received', '41.0231', '41.0231', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35447, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35448, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35449, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35450, NULL, NULL, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', NULL, '141.6167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '141.6167', '141.6167', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35451, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35452, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35453, NULL, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.7500', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-12.0000', '2023-05-03', 'received', '0.7500', '0.7500', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35454, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35455, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35456, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35457, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35458, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35459, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35460, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35461, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35462, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35463, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35464, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8125', '0.0000', '2023-05-03', 'received', '0.8125', '0.8125', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35465, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35466, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35467, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35468, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35469, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.8274', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.8274', '2.8274', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35470, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35471, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35472, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35473, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.7325', '-1.0000', '2023-05-03', 'received', '10.7325', '10.7325', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35474, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35475, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35476, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35477, NULL, NULL, 3881, '90810885', 'MANGUERA VERDE DE 50 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '63.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '63.5800', '63.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35478, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35479, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35480, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35481, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35482, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35483, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35484, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35485, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35486, NULL, NULL, 3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '108.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '108.0300', '108.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35487, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.9600', '0.0000', '2023-05-03', 'received', '0.8700', '0.8700', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35488, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35489, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35490, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35491, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35492, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35493, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5250', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-49.3500', '0.0000', '2023-05-03', 'received', '3.5250', '3.5250', '-14.0000', NULL, NULL, 1, 'PZA', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35494, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35495, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35496, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35497, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35498, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35499, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35500, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35501, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35502, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35503, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35504, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35505, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35506, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35507, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35508, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35509, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35510, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35511, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35512, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35513, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35514, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35515, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35516, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35517, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '12.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '0.0000', '2023-05-03', 'received', '12.5000', '12.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35518, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35519, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35520, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35521, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35522, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35523, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35524, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35525, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35526, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35527, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35528, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35529, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35530, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35531, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35532, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3000', '-2.0000', '2023-05-03', 'received', '0.1500', '0.1500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35533, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35534, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35535, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35536, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35537, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35538, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35539, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35540, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35541, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35542, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35543, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35544, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35545, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35546, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3200', '-2.0000', '2023-05-03', 'received', '0.1600', '0.1600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35547, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35548, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35549, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35550, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35551, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '5.4000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '32.4000', '0.0000', '2023-05-03', 'received', '5.4000', '5.4000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35552, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.0000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '-17.0000', NULL, NULL, 1, 'PZA', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35553, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35554, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35555, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35556, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35557, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35558, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35559, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35560, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35561, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35562, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35563, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35564, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35565, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35566, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35567, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35568, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35569, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35570, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', NULL, '0.1800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7200', '-4.0000', '2023-05-03', 'received', '0.1800', '0.1800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35571, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35572, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35573, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35574, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35575, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35576, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35577, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35578, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35579, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35580, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35581, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35582, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35583, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35584, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35585, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35586, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35587, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.4100', '1.0000', '2023-05-03', 'received', '1.4100', '1.4100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35588, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35589, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35590, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35591, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35592, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8400', '-1.0000', '2023-05-03', 'received', '1.8400', '1.8400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35593, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.9700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9700', '-1.0000', '2023-05-03', 'received', '0.9700', '0.9700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35594, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.2700', '2.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35595, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35596, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.8600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7200', '-2.0000', '2023-05-03', 'received', '0.8600', '0.8600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35597, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '5.3500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.7000', '-2.0000', '2023-05-03', 'received', '5.3500', '5.3500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35598, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35599, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35600, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35601, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1900', '1.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35602, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '2.9100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.9100', '0.0000', '2023-05-03', 'received', '2.9100', '2.9100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35603, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35604, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35605, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35606, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35607, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35608, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.5800', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.1600', '2.0000', '2023-05-03', 'received', '0.5800', '0.5800', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35609, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35610, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35611, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35612, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6700', '-3.0000', '2023-05-03', 'received', '0.8900', '0.8900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35613, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35614, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5200', '-1.0000', '2023-05-03', 'received', '8.5200', '8.5200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35615, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35616, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35617, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35618, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35619, NULL, NULL, 3171, 'pvc00124', 'REDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35620, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35621, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35622, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35623, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35624, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35625, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35626, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35627, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35628, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35629, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', NULL, '3.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.3200', '3.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35630, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35631, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35632, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35633, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35634, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.0000', '-1.0000', '2023-05-03', 'received', '4.0000', '4.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35635, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35636, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35637, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35638, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35639, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35640, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35641, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35642, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.4200', '-2.0000', '2023-05-03', 'received', '1.2100', '1.2100', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35643, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35644, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35645, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4 PVC LISO', NULL, '1.8600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7200', '-2.0000', '2023-05-03', 'received', '1.8600', '1.8600', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35646, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35647, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35648, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35649, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35650, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35651, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35652, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35653, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35654, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35655, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35656, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35657, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35658, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35659, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35660, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35661, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35662, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35663, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35664, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35665, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35666, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '0.1124', '0.1124', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35667, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35668, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35669, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35670, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35671, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35672, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35673, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35674, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35675, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35676, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35677, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35678, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-03', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35679, 598, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-05-03', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35680, 598, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.7917', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '345.0000', '0.0000', '2023-05-03', 'received', '4.7917', '4.7917', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.7917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35681, 599, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2023-05-03', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35682, 600, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '11.6700', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '116.7000', '0.0000', '2023-05-03', 'received', '11.6700', '11.6700', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '11.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35683, 600, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.4000', '0.0000', '2023-05-03', 'received', '8.5400', '8.5400', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '8.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35684, 600, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '144.0000', '1.0000', '2023-05-03', 'received', '12.0000', '12.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '12.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35685, 600, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.7500', '0.0000', '2023-05-03', 'received', '7.5313', '7.5313', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5313');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35686, 600, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '109.9999', '13.0000', '2023-05-03', 'received', '4.5833', '4.5833', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35687, 601, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.6842', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '190.8947', '0.0000', '2023-05-03', 'received', '14.6842', '14.6842', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '14.6842');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35688, 602, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6900', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '160.5600', '0.0000', '2023-05-05', 'received', '6.6900', '6.6900', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35689, 602, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '24.9600', '0.0000', '2023-05-05', 'received', '2.0800', '2.0800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.0800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35690, 602, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2400', '0.0000', '2023-05-05', 'received', '4.2700', '4.2700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35691, 603, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.8100', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '69.7200', '0.0000', '2023-05-05', 'received', '5.8100', '5.8100', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.8100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35692, 603, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '0.0000', '2023-05-05', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35693, 603, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.6800', '0.0000', '2023-05-05', 'received', '5.8200', '5.8200', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35694, 604, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-05-05', 'received', '3.7500', '3.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35695, 604, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-05-05', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35696, 604, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '13.3333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '160.0000', '0.0000', '2023-05-05', 'received', '13.3333', '13.3333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '13.3333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35697, 605, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2023-05-05', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35698, 605, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2023-05-05', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35699, 605, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2023-05-05', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35700, 605, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-05-05', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35701, 605, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2023-05-05', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35702, 605, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-05-05', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35703, 606, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-05-08', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35704, 607, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.0000', '5.0000', '2023-05-08', 'received', '10.2500', '10.2500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '10.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35705, 607, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '87.0000', '0.0000', '2023-05-08', 'received', '14.5000', '14.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '14.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35706, 607, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.0000', '33.0000', '2023-05-08', 'received', '0.8125', '0.8125', '48.0000', NULL, NULL, 5, 'UNIDAD', '48.0000', NULL, NULL, NULL, NULL, '0.8125');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35707, 607, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7268', '56.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.7000', '0.0000', '2023-05-08', 'received', '0.7268', '0.7268', '56.0000', NULL, NULL, 1, 'PZA', '56.0000', NULL, NULL, NULL, NULL, '0.7268');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35708, 607, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8458', '288.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '243.6000', '137.0000', '2023-05-08', 'received', '0.8458', '0.8458', '288.0000', NULL, NULL, 5, 'UNIDAD', '288.0000', NULL, NULL, NULL, NULL, '0.8458');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35709, 607, NULL, 2661, '340', 'CHICLES.', NULL, '0.3000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2023-05-08', 'received', '0.3000', '0.3000', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.3000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35710, 607, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.0000', '24.0000', '2023-05-08', 'received', '0.4167', '0.4167', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '0.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35711, 607, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '41.0000', '0.0000', '2023-05-08', 'received', '1.7083', '1.7083', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '1.7083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35712, 607, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.0000', '0.0000', '2023-05-08', 'received', '2.9583', '2.9583', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35713, 608, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9583', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '95.0000', '0.0000', '2023-05-08', 'received', '3.9583', '3.9583', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35714, 609, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '122.4000', '17.0000', '2023-05-08', 'received', '2.5500', '2.5500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '2.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35715, 609, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '312.0000', '7.0000', '2023-05-08', 'received', '3.2500', '3.2500', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '3.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35716, 609, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.2000', '4.0000', '2023-05-08', 'received', '7.1000', '7.1000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35717, 609, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '42.6000', '3.0000', '2023-05-08', 'received', '3.5500', '3.5500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '3.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35718, 610, NULL, 3909, '18044149', 'CAPA PONCHO AZUL/NEGRO', NULL, '65.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '260.0000', '1.0000', '2023-05-09', 'received', '65.0000', '65.0000', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '65.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35719, 610, NULL, 3910, '42460381', 'BOTAS DE HULE HERCULES ', NULL, '68.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '408.0000', '3.0000', '2023-05-09', 'received', '68.0000', '68.0000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '68.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35720, 611, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '0.0000', '2023-05-09', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35721, 611, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.4800', '0.0000', '2023-05-09', 'received', '4.2700', '4.2700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35722, 612, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '126.0000', '3.0000', '2023-05-12', 'received', '6.0000', '6.0000', '21.0000', NULL, NULL, 1, 'PZA', '21.0000', NULL, NULL, NULL, NULL, '6.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35723, 612, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-05-12', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35724, 612, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-05-12', 'received', '3.0000', '3.0000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35725, 612, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '162.0000', '17.0000', '2023-05-12', 'received', '4.5000', '4.5000', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35726, 612, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-05-12', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35727, NULL, NULL, 3911, '7501206658208', 'PORTALAMPARA PVC VOLTECK', NULL, '7.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.0000', '0.0000', '2023-05-12', 'received', '7.0000', '7.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35728, 613, NULL, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', NULL, '2.5000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '6.0000', '2023-05-12', 'received', '2.5000', '2.5000', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35729, 614, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.2083', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.2500', '0.0000', '2023-05-12', 'received', '14.2083', '14.2083', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '14.2083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35730, 615, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.8800', '0.0000', '2023-05-12', 'received', '2.1617', '2.1617', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.1617');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35731, 616, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.6800', '0.0000', '2023-05-12', 'received', '5.8200', '5.8200', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35732, 616, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.9440', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.6000', '4.0000', '2023-05-12', 'received', '4.9440', '4.9440', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '4.9440');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35733, 617, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '2.0000', '2023-05-12', 'received', '2.0833', '2.0833', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35734, 617, NULL, 2902, '7', 'GATORADE', NULL, '6.5408', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '235.4700', '0.0000', '2023-05-12', 'received', '6.5408', '6.5408', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '6.5408');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35735, 617, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.2100', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '62.5200', '12.0000', '2023-05-12', 'received', '5.2100', '5.2100', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.2100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35736, 617, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.9600', '0.0000', '2023-05-12', 'received', '2.5800', '2.5800', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35737, 618, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '54.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '46.9800', '0.0000', '2023-05-12', 'received', '0.8700', '0.8700', '54.0000', NULL, NULL, 1, 'PZA', '54.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35738, 618, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '63.0000', '0.0000', '2023-05-12', 'received', '1.7500', '1.7500', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35739, 618, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.2400', '3.0000', '2023-05-12', 'received', '5.5200', '5.5200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35740, 618, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.6800', '0.0000', '2023-05-12', 'received', '3.5700', '3.5700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35741, 618, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5200', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '99.3600', '18.0000', '2023-05-12', 'received', '5.5200', '5.5200', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35742, 618, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5200', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '88.3200', '4.0000', '2023-05-12', 'received', '5.5200', '5.5200', '16.0000', NULL, NULL, 1, 'PZA', '16.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35743, 618, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1200', '0.0000', '2023-05-12', 'received', '5.5200', '5.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35744, 618, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '13.3500', '0.0000', '2023-05-12', 'received', '4.4500', '4.4500', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35745, 618, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4579', '76.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '262.8000', '0.0000', '2023-05-12', 'received', '3.4579', '3.4579', '76.0000', NULL, NULL, 1, 'PZA', '76.0000', NULL, NULL, NULL, NULL, '3.4579');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35746, 619, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '410.0000', '0.0000', '2023-05-12', 'received', '8.5417', '8.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35747, 620, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-05-15', 'received', '2.5000', '2.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35748, 620, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '58.0000', '0.0000', '2023-05-15', 'received', '4.8333', '4.8333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35749, 620, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '27.9996', '1.0000', '2023-05-15', 'received', '4.6666', '4.6666', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '4.6666');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35750, 620, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2023-05-15', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35751, 621, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0800', '0.0000', '2023-05-15', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35752, 621, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.8800', '0.0000', '2023-05-15', 'received', '7.5783', '7.5783', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35753, 621, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5467', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '157.1200', '16.0000', '2023-05-15', 'received', '6.5467', '6.5467', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.5467');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35754, 621, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '564.0000', '0.0000', '2023-05-15', 'received', '11.7500', '11.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35755, 621, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '164.3000', '39.0000', '2023-05-15', 'received', '3.4229', '3.4229', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35756, 621, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '317.4600', '0.0000', '2023-05-15', 'received', '4.4092', '4.4092', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35757, 621, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.9998', '0.0000', '2023-05-15', 'received', '4.6667', '4.6667', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35758, 621, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '11.7792', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '282.7000', '3.0000', '2023-05-15', 'received', '11.7792', '11.7792', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '11.7792');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35759, 621, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.9125', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '209.7000', '54.0000', '2023-05-15', 'received', '2.9125', '2.9125', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '2.9125');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35760, 622, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2023-05-15', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35761, 622, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '150.0000', '0.0000', '2023-05-15', 'received', '18.7500', '18.7500', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '18.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35762, 622, NULL, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', NULL, '0.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '0.0000', '1.0000', '2023-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, '0.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35763, 622, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '285.6000', '0.0000', '2023-05-15', 'received', '5.9500', '5.9500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35764, 622, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '0.0000', '2023-05-15', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35765, 622, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-05-15', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35766, 622, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '0.0000', '2023-05-15', 'received', '5.0000', '5.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35767, 623, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '19.2000', '0.0000', '2023-05-15', 'received', '1.6000', '1.6000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35768, 623, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5819', '200.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '116.3900', '27.0000', '2023-05-15', 'received', '0.5819', '0.5819', '200.0000', NULL, NULL, 1, 'PZA', '200.0000', NULL, NULL, NULL, NULL, '0.5819');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35769, 624, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '350.0000', '2.0000', '2023-05-15', 'received', '35.0000', '35.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35770, 624, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '76.0000', '0.0000', '2023-05-15', 'received', '38.0000', '38.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '38.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35771, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35772, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35773, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35774, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35775, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35776, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.4583', '0.4583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35777, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35778, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35779, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35780, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35781, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35782, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35783, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '2.1300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3900', '-3.0000', '2023-05-19', 'received', '2.1300', '2.1300', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35784, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35785, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7500', '-1.0000', '2023-05-19', 'received', '4.7500', '4.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35786, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35787, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35788, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35789, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35790, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35791, NULL, NULL, 3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '40.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '40.0600', '40.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35792, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7250', '0.0000', '2023-05-19', 'received', '0.8583', '0.8583', '-9.0000', NULL, NULL, 5, 'UNIDAD', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35793, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '22.5142', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '22.5142', '22.5142', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35794, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35795, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35796, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35797, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35798, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.2500', '-1.0000', '2023-05-19', 'received', '10.2500', '10.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35799, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.2083', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.2083', '14.2083', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35800, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35801, NULL, NULL, 3899, '100054000022', 'CRUCETAS PARA CERAMICA DE 3 MM VIKINGO', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35802, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35803, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35804, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35805, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35806, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35807, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35808, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35809, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-60.0000', '-2.0000', '2023-05-19', 'received', '30.0000', '30.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35810, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35811, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35812, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35813, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35814, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35815, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '8.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.0000', '-2.0000', '2023-05-19', 'received', '8.5000', '8.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35816, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35817, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35818, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35819, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35820, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.2400', '1.0000', '2023-05-19', 'received', '8.2400', '8.2400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35821, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35822, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35823, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35824, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35825, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35826, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35827, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35828, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35829, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35830, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35831, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35832, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35833, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35834, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35835, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35836, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35837, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35838, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35839, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35840, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35841, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35842, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '0.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.7700', '0.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35843, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35844, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35845, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35846, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35847, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35848, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35849, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35850, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35851, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35852, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35853, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35854, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35855, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35856, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35857, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35858, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35859, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '12.7500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '25.5000', '2.0000', '2023-05-19', 'received', '12.7500', '12.7500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35860, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35861, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.4700', '8.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35862, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35863, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35864, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.2300', '0.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35865, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35866, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.0000', '-1.0000', '2023-05-19', 'received', '13.0000', '13.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35867, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.0000', '1.0000', '2023-05-19', 'received', '15.0000', '15.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35868, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.9125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.9125', '2.9125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35869, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '11.7792', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.7792', '11.7792', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35870, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35871, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35872, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35873, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.8500', '4.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35874, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35875, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35876, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-40.0000', '-1.0000', '2023-05-19', 'received', '40.0000', '40.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35877, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35878, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35879, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.2700', '4.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35880, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35881, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '112.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '93.3333', '9.0000', '2023-05-19', 'received', '0.8333', '0.8333', '112.0000', NULL, NULL, 1, 'PZA', '112.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35882, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35883, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.9750', '2.9750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35884, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35885, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35886, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35887, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35888, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35889, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35890, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35891, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35892, NULL, NULL, 3909, '18044149', 'CAPA PONCHO AZUL/NEGRO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35893, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35894, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35895, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35896, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35897, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35898, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35899, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35900, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35901, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35902, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35903, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35904, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.5000', '-2.0000', '2023-05-19', 'received', '13.7500', '13.7500', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35905, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35906, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.3818', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.3818', '10.3818', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35907, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35908, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35909, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35910, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35911, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35912, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35913, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35914, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35915, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.8000', '2.0000', '2023-05-19', 'received', '5.9000', '5.9000', '2.0000', NULL, NULL, 6, 'METRO', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35916, NULL, NULL, 3884, '29870647', 'REDUCIDOR PVC 2 1/2 - 1/2', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35917, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35918, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35919, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35920, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35921, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35922, NULL, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '56.0000', '56.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35923, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.1233', '1.1233', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35924, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35925, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35926, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35927, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35928, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35929, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35930, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35931, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35932, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.3000', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2023-05-19', 'received', '0.3000', '0.3000', '-20.0000', NULL, NULL, 1, 'PZA', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35933, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35934, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5819', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.5819', '0.5819', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35935, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.6900', '0.0000', '2023-05-19', 'received', '6.6900', '6.6900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35936, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35937, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35938, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35939, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '20.0000', '1.0000', '2023-05-19', 'received', '20.0000', '20.0000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35940, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35941, NULL, NULL, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35942, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35943, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35944, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35945, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35946, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35947, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35948, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35949, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35950, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35951, NULL, NULL, 3910, '42460381', 'BOTAS DE HULE HERCULES ', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35952, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35953, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35954, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35955, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35956, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35957, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35958, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35959, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35960, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35961, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35962, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35963, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35964, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35965, NULL, NULL, 3901, '49175411', 'TRIDENT 1S (SOBRE)', NULL, '0.3750', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7500', '-10.0000', '2023-05-19', 'received', '0.3750', '0.3750', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35966, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5600', '-1.0000', '2023-05-19', 'received', '6.5600', '6.5600', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35967, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35968, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.5000', '-2.0000', '2023-05-19', 'received', '3.2500', '3.2500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35969, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35970, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35971, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35972, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35973, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35974, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.2100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.2100', '-1.0000', '2023-05-19', 'received', '5.2100', '5.2100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35975, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.9583', '3.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35976, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '1.0000', '2023-05-19', 'received', '2.5000', '2.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35977, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35978, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35979, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35980, NULL, NULL, 3908, '53761781', 'LAVAMANOS AQUALYN 4\\\" INCESA VERDE', NULL, '210.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '210.0000', '210.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35981, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35982, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-42.9000', '-1.0000', '2023-05-19', 'received', '42.9000', '42.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35983, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35984, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35985, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '7.1040', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-21.3119', '0.0000', '2023-05-19', 'received', '7.1040', '7.1040', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35986, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35987, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35988, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35989, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35990, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35991, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35992, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35993, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35994, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35995, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35996, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35997, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35998, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (35999, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0150', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.0150', '5.0150', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36000, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36001, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36002, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36003, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36004, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36005, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36006, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36007, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36008, NULL, NULL, 3906, '6925582164138', 'TENAZA ARMADOR DE 8\\\" TOTAL', NULL, '21.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.2000', '21.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36009, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36010, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36011, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36012, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36013, NULL, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36014, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36015, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36016, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36017, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36018, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36019, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36020, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36021, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36022, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36023, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36024, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36025, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36026, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36027, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36028, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36029, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36030, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36031, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36032, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36033, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36034, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36035, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36036, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36037, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36038, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36039, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36040, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36041, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36042, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36043, NULL, NULL, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', NULL, '30.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.2500', '-1.0000', '2023-05-19', 'received', '30.2500', '30.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36044, NULL, NULL, 3278, '6933528710806', 'TENACIN INDUSTRIAL DE 8 TOLSEN 10039', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36045, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36046, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36047, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36048, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36049, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36050, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36051, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36052, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36053, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36054, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36055, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36056, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36057, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36058, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36059, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36060, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36061, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36062, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36063, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36064, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36065, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36066, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36067, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36068, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36069, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36070, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36071, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36072, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36073, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36074, NULL, NULL, 3891, '6933528740599', 'BROCHA MANGO DE MADERA DE 1 TOLSEN 40121', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36075, NULL, NULL, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36076, NULL, NULL, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36077, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36078, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36079, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36080, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36081, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36082, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.2500', '-3.0000', '2023-05-19', 'received', '7.7500', '7.7500', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36083, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36084, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36085, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36086, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36087, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36088, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36089, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36090, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36091, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36092, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36093, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36094, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36095, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36096, NULL, NULL, 3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36097, NULL, NULL, 3895, '6933528787365', 'BROCA DE COBALTO 5/32\\\" TOLSEN 75206', NULL, '5.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.7500', '5.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36098, NULL, NULL, 3896, '6933528787402', 'BROCA DE COBALTO 7/32\\\" TOLSEN 75210', NULL, '9.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.2500', '9.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36099, NULL, NULL, 3897, '6933528787426', 'BROCA DE COBALTO 1/4\\\" TOLSEN 75212', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36100, NULL, NULL, 3898, '6933528787501', 'BROCA DE COBALTO 3/8\\\" TOLSEN 75220', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36101, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36102, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36103, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36104, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36105, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36106, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36107, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36108, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36109, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36110, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36111, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36112, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36113, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36114, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36115, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36116, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36117, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36118, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36119, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36120, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.1700', '-1.0000', '2023-05-19', 'received', '11.1700', '11.1700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36121, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36122, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36123, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36124, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.2500', '-1.0000', '2023-05-19', 'received', '25.2500', '25.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36125, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36126, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-65.9000', '-1.0000', '2023-05-19', 'received', '65.9000', '65.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36127, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36128, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36129, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36130, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36131, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36132, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36133, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36134, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36135, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36136, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36137, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36138, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36139, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36140, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36141, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36142, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36143, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36144, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.2000', '1.0000', '2023-05-19', 'received', '0.2000', '0.2000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36145, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36146, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36147, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.5408', '6.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36148, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36149, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36150, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '12.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.2917', '12.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36151, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36152, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1400', '-2.0000', '2023-05-19', 'received', '3.5700', '3.5700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36153, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36154, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36155, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36156, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36157, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36158, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36159, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36160, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36161, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36162, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36163, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7500', '0.0000', '2023-05-19', 'received', '1.7500', '1.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36164, NULL, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36165, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36166, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36167, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.4050', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4050', '-1.0000', '2023-05-19', 'received', '3.4050', '3.4050', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36168, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.5467', '6.5467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36169, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-56.8100', '0.0000', '2023-05-19', 'received', '9.4683', '9.4683', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36170, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4229', '-1.0000', '2023-05-19', 'received', '3.4229', '3.4229', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36171, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36172, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.2550', '0.0000', '2023-05-19', 'received', '7.7517', '7.7517', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36173, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.6250', '0.0000', '2023-05-19', 'received', '8.5417', '8.5417', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36174, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.3333', '0.0000', '2023-05-19', 'received', '4.6667', '4.6667', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36175, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.7500', '11.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36176, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.8300', '1.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36177, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5400', '-2.0000', '2023-05-19', 'received', '2.7700', '2.7700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36178, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.4200', '3.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36179, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9354', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.9354', '2.9354', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36180, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.8100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.2400', '0.0000', '2023-05-19', 'received', '5.8100', '5.8100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36181, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36182, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.6400', '0.0000', '2023-05-19', 'received', '5.8200', '5.8200', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36183, NULL, NULL, 3902, '7401000710969', 'MICHELADA LATA 472 ML', NULL, '12.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.9500', '12.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36184, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36185, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36186, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '3.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.1667', '3.1667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36187, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36188, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36189, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '0.0000', '2023-05-19', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36190, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36191, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36192, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36193, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36194, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36195, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36196, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '21.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.5000', '21.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36197, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '37.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '37.5000', '37.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36198, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36199, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36200, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36201, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36202, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36203, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36204, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36205, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36206, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.7908', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.7908', '-1.0000', '2023-05-19', 'received', '4.7908', '4.7908', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36207, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36208, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36209, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.6200', '0.0000', '2023-05-19', 'received', '8.5400', '8.5400', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36210, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '11.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.6700', '11.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36211, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36212, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36213, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2700', '0.0000', '2023-05-19', 'received', '4.2700', '4.2700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36214, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36215, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9583', '0.0000', '2023-05-19', 'received', '5.9583', '5.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36216, NULL, NULL, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', NULL, '11.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.3333', '11.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36217, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36218, NULL, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36219, NULL, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-93.7500', '0.0000', '2023-05-19', 'received', '18.7500', '18.7500', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36220, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36221, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9500', '-1.0000', '2023-05-19', 'received', '5.9500', '5.9500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36222, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36223, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36224, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36225, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36226, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36227, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36228, NULL, NULL, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', NULL, '0.0000', '9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '9.0000', '2023-05-19', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 5, 'UNIDAD', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36229, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '0.0000', '2023-05-19', 'received', '7.5000', '7.5000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36230, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36231, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.7500', '0.0000', '2023-05-19', 'received', '3.7500', '3.7500', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36232, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0000', '-2.0000', '2023-05-19', 'received', '4.0000', '4.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36233, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8752', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0016', '0.0000', '2023-05-19', 'received', '1.8752', '1.8752', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36234, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36235, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '0.0000', '2023-05-19', 'received', '3.0000', '3.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36236, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36237, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36238, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2023-05-19', 'received', '7.5000', '7.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36239, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36240, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2023-05-19', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36241, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-3.0000', '2023-05-19', 'received', '6.0000', '6.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36242, NULL, NULL, 3479, '7401090802476', 'HELADO PALETA CORAZON', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36243, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36244, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36245, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '0.0000', '2023-05-19', 'received', '3.7500', '3.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36246, NULL, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36247, NULL, NULL, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', NULL, '6.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0000', '-1.0000', '2023-05-19', 'received', '6.0000', '6.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36248, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36249, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36250, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36251, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36252, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36253, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-1.0000', '2023-05-19', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36254, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36255, NULL, NULL, 3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36256, NULL, NULL, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36257, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36258, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36259, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36260, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36261, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36262, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36263, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36264, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36265, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36266, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36267, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36268, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36269, NULL, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36270, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36271, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36272, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36273, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36274, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36275, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36276, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.9440', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.8880', '-2.0000', '2023-05-19', 'received', '4.9440', '4.9440', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36277, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36278, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36279, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '3.0300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0600', '0.0000', '2023-05-19', 'received', '3.0300', '3.0300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36280, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36281, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36282, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36283, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36284, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5200', '2.5200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36285, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36286, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36287, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36288, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36289, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36290, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36291, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36292, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36293, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36294, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36295, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36296, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36297, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36298, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36299, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '3.1633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.1633', '3.1633', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36300, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36301, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.6000', '9.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36302, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-38.2500', '0.0000', '2023-05-19', 'received', '4.2500', '4.2500', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36303, NULL, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0000', '0.0000', '2023-05-19', 'received', '4.2500', '4.2500', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36304, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36305, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36306, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36307, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36308, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36309, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36310, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36311, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36312, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36313, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36314, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36315, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36316, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-89.2500', '0.0000', '2023-05-19', 'received', '5.9500', '5.9500', '-15.0000', NULL, NULL, 1, 'PZA', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36317, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '0.0000', '2023-05-19', 'received', '5.0000', '5.0000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36318, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36319, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-2.0000', '2023-05-19', 'received', '7.5000', '7.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36320, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.8083', '0.0000', '2023-05-19', 'received', '0.9042', '0.9042', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36321, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.6467', '0.0000', '2023-05-19', 'received', '2.1617', '2.1617', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36322, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36323, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36324, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36325, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.0000', '-6.0000', '2023-05-19', 'received', '4.5000', '4.5000', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36326, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.0000', '4.0000', '2023-05-19', 'received', '1.5000', '1.5000', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36327, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36328, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36329, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36330, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36331, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-1.0000', '2023-05-19', 'received', '5.0000', '5.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36332, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36333, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36334, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36335, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.5000', '-1.0000', '2023-05-19', 'received', '8.5000', '8.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36336, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36337, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2727', '-4.0000', '2023-05-19', 'received', '0.8182', '0.8182', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36338, NULL, NULL, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', NULL, '5.6000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.2000', '2.0000', '2023-05-19', 'received', '5.6000', '5.6000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36339, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36340, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.8846', '-1.0000', '2023-05-19', 'received', '2.8846', '2.8846', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36341, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8269', '-1.0000', '2023-05-19', 'received', '1.8269', '1.8269', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36342, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36343, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36344, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36345, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36346, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36347, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36348, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36349, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36350, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36351, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36352, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.0800', '8.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36353, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '-43.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-189.5942', '0.0000', '2023-05-19', 'received', '4.4092', '4.4092', '-43.0000', NULL, NULL, 1, 'PZA', '-43.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36354, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36355, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36356, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36357, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.6000', '-5.0000', '2023-05-19', 'received', '5.5200', '5.5200', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36358, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36359, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36360, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36361, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36362, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36363, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36364, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36365, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36366, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36367, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7268', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.8089', '0.0000', '2023-05-19', 'received', '0.7268', '0.7268', '-19.0000', NULL, NULL, 1, 'PZA', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36368, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36369, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36370, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36371, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36372, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36373, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36374, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36375, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36376, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36377, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36378, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36379, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36380, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36381, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36382, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36383, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36384, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36385, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36386, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36387, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36388, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36389, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36390, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36391, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36392, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36393, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36394, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36395, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36396, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36397, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36398, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.2200', '-1.0000', '2023-05-19', 'received', '17.2200', '17.2200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36399, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36400, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36401, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36402, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36403, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36404, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36405, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.9700', '-1.0000', '2023-05-19', 'received', '16.9700', '16.9700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36406, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36407, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36408, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36409, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36410, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36411, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36412, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36413, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36414, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36415, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36416, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36417, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36418, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36419, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36420, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36421, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36422, NULL, NULL, 3911, '7501206658208', 'PORTALAMPARA PVC VOLTECK', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36423, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36424, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.5900', '1.0000', '2023-05-19', 'received', '4.5900', '4.5900', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36425, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36426, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36427, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36428, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36429, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36430, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36431, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36432, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36433, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36434, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36435, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36436, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36437, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36438, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36439, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36440, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36441, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36442, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36443, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36444, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36445, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36446, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36447, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36448, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36449, NULL, NULL, 3887, '7501206681978', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36450, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36451, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36452, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36453, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36454, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0700', '-1.0000', '2023-05-19', 'received', '0.0700', '0.0700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36455, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36456, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36457, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36458, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36459, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36460, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-47.8800', '-2.0000', '2023-05-19', 'received', '23.9400', '23.9400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36461, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36462, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36463, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36464, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36465, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5900', '-1.0000', '2023-05-19', 'received', '3.5900', '3.5900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36466, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36467, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36468, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36469, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36470, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36471, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36472, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36473, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36474, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1666', '-2.0000', '2023-05-19', 'received', '0.5833', '0.5833', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36475, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36476, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36477, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36478, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36479, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36480, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36481, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36482, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36483, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36484, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36485, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36486, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36487, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36488, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.1000', '1.0000', '2023-05-19', 'received', '6.1000', '6.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36489, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36490, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36491, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36492, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '0.0000', '2023-05-19', 'received', '7.5000', '7.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36493, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36494, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36495, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36496, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36497, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36498, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.5313', '7.5313', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36499, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36500, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36501, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36502, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36503, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36504, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36505, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36506, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36507, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36508, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36509, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36510, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36511, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36512, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36513, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36514, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36515, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36516, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36517, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36518, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '58.2000', '3.0000', '2023-05-19', 'received', '19.4000', '19.4000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36519, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36520, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36521, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36522, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36523, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36524, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36525, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36526, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.5500', '-1.0000', '2023-05-19', 'received', '20.5500', '20.5500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36527, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36528, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36529, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36530, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36531, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36532, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36533, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36534, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36535, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36536, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36537, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36538, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36539, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36540, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36541, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36542, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36543, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36544, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36545, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36546, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36547, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36548, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36549, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36550, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36551, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.7917', '0.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36552, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36553, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36554, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13.8750', '-3.0000', '2023-05-19', 'received', '4.6250', '4.6250', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36555, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5200', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5200', '-1.0000', '2023-05-19', 'received', '5.5200', '5.5200', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36556, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36557, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36558, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36559, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36560, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36561, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.8333', '-2.0000', '2023-05-19', 'received', '2.9167', '2.9167', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36562, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6000', '0.0000', '2023-05-19', 'received', '1.6000', '1.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36563, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.3333', '-4.0000', '2023-05-19', 'received', '1.3333', '1.3333', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36564, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-17.7500', '0.0000', '2023-05-19', 'received', '2.9583', '2.9583', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36565, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36566, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36567, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36568, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36569, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36570, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36571, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36572, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36573, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36574, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36575, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36576, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36577, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36578, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36579, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.1131', '-3.0000', '2023-05-19', 'received', '1.0377', '1.0377', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36580, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36581, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36582, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.4000', '2.0000', '2023-05-19', 'received', '0.7000', '0.7000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36583, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.4000', '-1.0000', '2023-05-19', 'received', '5.4000', '5.4000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36584, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-16.2000', '-2.0000', '2023-05-19', 'received', '8.1000', '8.1000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36585, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36586, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36587, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36588, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36589, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36590, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.3800', '-1.0000', '2023-05-19', 'received', '6.3800', '6.3800', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36591, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.3200', '1.0000', '2023-05-19', 'received', '6.3200', '6.3200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36592, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36593, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36594, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36595, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36596, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36597, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36598, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36599, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36600, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36601, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36602, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36603, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36604, NULL, NULL, 3904, '7702089162220', 'PLACA COMB. APAGADOR Y TOM. BTICINO AP5231', NULL, '27.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '27.0500', '27.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36605, NULL, NULL, 3907, '7702089162305', 'INTERRUPTOR TRIPLE BTICINO AP5330', NULL, '31.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '31.1500', '31.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36606, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.9002', '-1.0000', '2023-05-19', 'received', '0.9002', '0.9002', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36607, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36608, NULL, NULL, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', NULL, '17.9821', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '17.9821', '17.9821', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36609, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36610, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36611, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36612, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36613, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36614, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36615, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36616, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36617, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36618, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36619, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36620, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36621, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1000', '-1.0000', '2023-05-19', 'received', '1.1000', '1.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36622, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36623, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36624, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36625, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36626, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36627, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36628, NULL, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36629, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36630, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36631, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36632, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36633, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36634, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36635, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36636, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4100', '-1.0000', '2023-05-19', 'received', '6.4100', '6.4100', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36637, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.8800', '7.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36638, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36639, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36640, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36641, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36642, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36643, NULL, NULL, 3882, '79050633', 'MANGUERA AZUL DE 75 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '90.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '90.6500', '90.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36644, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36645, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36646, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36647, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36648, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.9000', '-1.0000', '2023-05-19', 'received', '9.9000', '9.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36649, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36650, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36651, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36652, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36653, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36654, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36655, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36656, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36657, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36658, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36659, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5000', '-1.0000', '2023-05-19', 'received', '3.5000', '3.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36660, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36661, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36662, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36663, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36664, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-41.4000', '0.0000', '2023-05-19', 'received', '4.6000', '4.6000', '-9.0000', NULL, NULL, 1, 'PZA', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36665, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36666, NULL, NULL, 3888, '82583454', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4 X UNIDAD', NULL, '1.5340', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.5340', '1.5340', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36667, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36668, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36669, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '52.8683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '52.8683', '52.8683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36670, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '250.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '250.0000', '250.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36671, NULL, NULL, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', NULL, '222.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '222.7000', '222.7000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36672, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36673, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36674, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36675, NULL, NULL, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '151.4933', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '151.4933', '151.4933', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36676, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '41.0231', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '41.0231', '41.0231', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36677, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-58.0000', '-1.0000', '2023-05-19', 'received', '58.0000', '58.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36678, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36679, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36680, NULL, NULL, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', NULL, '141.6167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '141.6167', '141.6167', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36681, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36682, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36683, NULL, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '-4.0000', '2023-05-19', 'received', '0.7500', '0.7500', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36684, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36685, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36686, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36687, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36688, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36689, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36690, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.8709', '-10.0000', '2023-05-19', 'received', '0.3871', '0.3871', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36691, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36692, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36693, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36694, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.6250', '-2.0000', '2023-05-19', 'received', '0.8125', '0.8125', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36695, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36696, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.6500', '-3.0000', '2023-05-19', 'received', '3.5500', '3.5500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36697, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1000', '-1.0000', '2023-05-19', 'received', '7.1000', '7.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36698, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36699, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.8274', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.3097', '-4.0000', '2023-05-19', 'received', '2.8274', '2.8274', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36700, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36701, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36702, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36703, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.7325', '10.7325', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36704, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36705, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '1.0000', '2023-05-19', 'received', '2.5000', '2.5000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36706, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4400', '-4.0000', '2023-05-19', 'received', '0.3600', '0.3600', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36707, NULL, NULL, 3881, '90810885', 'MANGUERA VERDE DE 50 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '63.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '63.5800', '63.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36708, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36709, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36710, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36711, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36712, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36713, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36714, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36715, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36716, NULL, NULL, 3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '108.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '108.0300', '108.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36717, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0900', '0.0000', '2023-05-19', 'received', '0.8700', '0.8700', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36718, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.7000', '-5.0000', '2023-05-19', 'received', '0.7400', '0.7400', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36719, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36720, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36721, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36722, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36723, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4579', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-27.6632', '0.0000', '2023-05-19', 'received', '3.4579', '3.4579', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36724, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2023-05-19', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36725, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36726, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36727, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36728, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36729, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36730, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36731, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36732, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36733, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36734, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.0000', '-2.0000', '2023-05-19', 'received', '2.0000', '2.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36735, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36736, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36737, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36738, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36739, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36740, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36741, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36742, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36743, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36744, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36745, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36746, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36747, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.5000', '14.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36748, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36749, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '1.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.3100', '1.5000', '2023-05-19', 'received', '9.5400', '9.5400', '1.5000', NULL, NULL, 1, 'PZA', '1.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36750, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36751, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36752, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-3.0000', '2023-05-19', 'received', '5.0000', '5.0000', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36753, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36754, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36755, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36756, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36757, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36758, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36759, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36760, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36761, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36762, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36763, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36764, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-104.7900', '-1.0000', '2023-05-19', 'received', '104.7900', '104.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36765, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36766, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.9000', '-1.0000', '2023-05-19', 'received', '7.9000', '7.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36767, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-11.1200', '-4.0000', '2023-05-19', 'received', '2.7800', '2.7800', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36768, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.0000', '-1.0000', '2023-05-19', 'received', '34.0000', '34.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36769, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36770, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36771, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-30.0000', '-5.0000', '2023-05-19', 'received', '6.0000', '6.0000', '-5.0000', NULL, NULL, 1, 'PZA', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36772, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36773, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36774, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36775, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.5000', '-1.0000', '2023-05-19', 'received', '0.5000', '0.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36776, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36777, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36778, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36779, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36780, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36781, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36782, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-35.0000', '0.0000', '2023-05-19', 'received', '5.0000', '5.0000', '-7.0000', NULL, NULL, 1, 'PZA', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36783, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36784, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36785, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36786, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36787, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '-39.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.9000', '-39.0000', '2023-05-19', 'received', '0.1000', '0.1000', '-39.0000', NULL, NULL, 1, 'PZA', '-39.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36788, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36789, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36790, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36791, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36792, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36793, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36794, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36795, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36796, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36797, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36798, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36799, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.3500', '-1.0000', '2023-05-19', 'received', '0.3500', '0.3500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36800, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36801, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36802, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36803, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36804, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36805, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36806, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36807, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36808, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36809, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36810, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36811, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36812, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36813, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36814, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36815, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36816, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.6600', '-2.0000', '2023-05-19', 'received', '2.3300', '2.3300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36817, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36818, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36819, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5300', '-1.0000', '2023-05-19', 'received', '3.5300', '3.5300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36820, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36821, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.6400', '1.0000', '2023-05-19', 'received', '2.6400', '2.6400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36822, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36823, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.9700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.9700', '1.0000', '2023-05-19', 'received', '0.9700', '0.9700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36824, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.2700', '-1.0000', '2023-05-19', 'received', '2.2700', '2.2700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36825, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36826, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.8600', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.6000', '-10.0000', '2023-05-19', 'received', '0.8600', '0.8600', '-10.0000', NULL, NULL, 1, 'PZA', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36827, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '5.3500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.3500', '1.0000', '2023-05-19', 'received', '5.3500', '5.3500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36828, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36829, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36830, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36831, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.1900', '1.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36832, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '2.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.9100', '2.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36833, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-31.7700', '-3.0000', '2023-05-19', 'received', '10.5900', '10.5900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36834, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36835, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36836, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36837, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36838, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.5800', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.4800', '-6.0000', '2023-05-19', 'received', '0.5800', '0.5800', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36839, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36840, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36841, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36842, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36843, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36844, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '51.1200', '6.0000', '2023-05-19', 'received', '8.5200', '8.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36845, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36846, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.9800', '-2.0000', '2023-05-19', 'received', '3.9900', '3.9900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36847, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36848, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36849, NULL, NULL, 3171, 'pvc00124', 'REDUCIDOR 1 1/2-1/2', NULL, '2.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.5000', '-2.0000', '2023-05-19', 'received', '2.7500', '2.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36850, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36851, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36852, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36853, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36854, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36855, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '1.1300', '1.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36856, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36857, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36858, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0500', '-1.0000', '2023-05-19', 'received', '3.0500', '3.0500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36859, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', NULL, '3.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.3200', '3.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36860, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36861, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36862, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36863, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36864, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36865, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36866, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-1.0000', '2023-05-19', 'received', '0.6000', '0.6000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36867, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36868, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.3800', '3.0000', '2023-05-19', 'received', '1.4600', '1.4600', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36869, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.6600', '-2.0000', '2023-05-19', 'received', '2.8300', '2.8300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36870, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36871, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36872, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8400', '-4.0000', '2023-05-19', 'received', '1.2100', '1.2100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36873, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36874, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '26.0600', '2.0000', '2023-05-19', 'received', '13.0300', '13.0300', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36875, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4 PVC LISO', NULL, '1.8600', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.7200', '2.0000', '2023-05-19', 'received', '1.8600', '1.8600', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36876, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-66.1800', '-2.0000', '2023-05-19', 'received', '33.0900', '33.0900', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36877, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '87.9800', '2.0000', '2023-05-19', 'received', '43.9900', '43.9900', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36878, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36879, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36880, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '15.9200', '4.0000', '2023-05-19', 'received', '3.9800', '3.9800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36881, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36882, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36883, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36884, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36885, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36886, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36887, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36888, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36889, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36890, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36891, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36892, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36893, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36894, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36895, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36896, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '0.1124', '0.1124', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36897, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36898, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36899, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36900, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36901, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36902, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36903, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36904, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36905, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36906, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36907, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36908, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-05-19', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36909, 625, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.7500', '0.0000', '2023-05-19', 'received', '7.5313', '7.5313', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5313');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36910, 625, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '15.4800', '0.0000', '2023-05-19', 'received', '2.5800', '2.5800', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '2.5800');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36911, 625, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2400', '0.0000', '2023-05-19', 'received', '8.5400', '8.5400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36912, 625, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.9583', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '77.7500', '6.0000', '2023-05-19', 'received', '12.9583', '12.9583', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '12.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36913, 626, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '0.0000', '2023-05-19', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36914, 626, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '3.0300', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '72.7200', '13.0000', '2023-05-19', 'received', '3.0300', '3.0300', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.0300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36915, 626, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '66.4800', '24.0000', '2023-05-19', 'received', '2.7700', '2.7700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36916, 627, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8752', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '46.8800', '0.0000', '2023-05-19', 'received', '1.8752', '1.8752', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '1.8752');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36917, 627, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '0.0000', '2023-05-19', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36918, 627, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-05-19', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36919, 627, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '30.0000', '2023-05-19', 'received', '1.8750', '1.8750', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '1.8750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36920, 627, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '15.0000', '2023-05-19', 'received', '4.5000', '4.5000', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36921, 627, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-05-19', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36922, 627, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '0.0000', '2023-05-19', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36923, 628, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-05-19', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36924, 629, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '264.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '226.6000', '65.0000', '2023-05-19', 'received', '0.8583', '0.8583', '264.0000', NULL, NULL, 5, 'UNIDAD', '264.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36925, 629, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.0000', '0.0000', '2023-05-19', 'received', '1.2500', '1.2500', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '1.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36926, 630, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.4000', '0.0000', '2023-05-22', 'received', '5.9500', '5.9500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36927, 630, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2023-05-22', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36928, 630, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2023-05-22', 'received', '18.7500', '18.7500', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '18.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36929, 630, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '2.0000', '2023-05-22', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36930, 630, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-05-22', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36931, 630, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '0.0000', '2023-05-22', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36932, 631, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.8800', '0.0000', '2023-05-22', 'received', '7.5783', '7.5783', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36933, 631, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.7500', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '705.0000', '0.0000', '2023-05-22', 'received', '11.7500', '11.7500', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '11.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36934, 631, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '96.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '423.2800', '0.0000', '2023-05-22', 'received', '4.4092', '4.4092', '96.0000', NULL, NULL, 1, 'PZA', '96.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36935, 632, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.0469', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '365.2188', '0.0000', '2023-05-22', 'received', '14.0469', '14.0469', '26.0000', NULL, NULL, 1, 'PZA', '26.0000', NULL, NULL, NULL, NULL, '14.0469');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36936, 633, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '38.9762', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '506.6900', '0.0000', '2023-05-22', 'received', '38.9762', '38.9762', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '38.9762');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36937, 633, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '58.7425', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '704.9100', '10.0000', '2023-05-22', 'received', '58.7425', '58.7425', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '58.7425');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36938, 633, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '19.9992', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '239.9900', '3.0000', '2023-05-22', 'received', '19.9992', '19.9992', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '19.9992');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36939, 633, NULL, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', NULL, '17.9821', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '431.5700', '24.0000', '2023-05-22', 'received', '17.9821', '17.9821', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '17.9821');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36940, 633, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '200.2233', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '600.6700', '0.0000', '2023-05-22', 'received', '200.2233', '200.2233', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '200.2233');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36941, 634, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8667', '150.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '580.0000', '135.0000', '2023-05-23', 'received', '3.8667', '3.8667', '150.0000', NULL, NULL, 1, 'PZA', '150.0000', NULL, NULL, NULL, NULL, '3.8667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36942, 634, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.3300', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.2500', '25.0000', '2023-05-23', 'received', '1.3300', '1.3300', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '1.3300');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36943, 635, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-05-25', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36944, 636, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.0825', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '97.9800', '0.0000', '2023-05-29', 'received', '4.0825', '4.0825', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.0825');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36945, 636, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '11.6700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.0200', '0.0000', '2023-05-29', 'received', '11.6700', '11.6700', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '11.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36946, 636, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2400', '0.0000', '2023-05-29', 'received', '8.5400', '8.5400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36947, 637, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '564.0000', '0.0000', '2023-05-29', 'received', '11.7500', '11.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36948, 637, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.9998', '0.0000', '2023-05-29', 'received', '4.6667', '4.6667', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36949, 637, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '92.0000', '2023-05-29', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36950, 637, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.1500', '24.0000', '2023-05-29', 'received', '3.4229', '3.4229', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36951, 637, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-05-29', 'received', '2.5000', '2.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36952, 638, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '0.0000', '2023-05-29', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36953, 638, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.5000', '0.0000', '2023-05-29', 'received', '15.3750', '15.3750', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36954, 638, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '0.0000', '2023-05-29', 'received', '18.7500', '18.7500', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '18.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36955, 638, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '12.0000', '2023-05-29', 'received', '4.2500', '4.2500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36956, 638, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-05-29', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36957, 638, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '13.1167', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.7000', '0.0000', '2023-05-29', 'received', '13.1167', '13.1167', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '13.1167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36958, 638, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-05-29', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36959, 639, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-05-29', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36960, 640, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.0000', '0.0000', '2023-05-31', 'received', '39.0000', '39.0000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36961, 640, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '22.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '89.0000', '0.0000', '2023-05-31', 'received', '22.2500', '22.2500', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36962, 640, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '39.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.0000', '1.0000', '2023-05-31', 'received', '39.0000', '39.0000', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36963, 640, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '44.5000', '0.0000', '2023-05-31', 'received', '22.2500', '22.2500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, '22.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36964, 640, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2667', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '188.0000', '2.0000', '2023-05-31', 'received', '6.2667', '6.2667', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '6.2667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36965, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.1788', '-18.0000', '2023-06-01', 'received', '0.1766', '0.1766', '-18.0000', NULL, NULL, 5, 'UNIDAD', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36966, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36967, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36968, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36969, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36970, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.4583', '0.4583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36971, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.5000', '-2.0000', '2023-06-01', 'received', '0.7500', '0.7500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36972, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36973, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36974, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36975, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36976, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36977, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '2.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.1300', '2.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36978, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36979, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.7500', '4.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36980, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36981, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36982, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36983, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36984, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36985, NULL, NULL, 3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '40.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '40.0600', '40.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36986, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8583', '0.8583', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36987, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '19.9992', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.9992', '19.9992', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36988, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36989, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36990, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36991, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36992, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.2500', '10.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36993, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.0469', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.0469', '14.0469', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36994, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36995, NULL, NULL, 3899, '100054000022', 'CRUCETAS PARA CERAMICA DE 3 MM VIKINGO', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36996, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36997, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36998, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (36999, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37000, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37001, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37002, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37003, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37004, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37005, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37006, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37007, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37008, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37009, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '8.5000', '-0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.2500', '-0.5000', '2023-06-01', 'received', '8.5000', '8.5000', '-0.5000', NULL, NULL, 1, 'PZA', '-0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37010, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37011, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37012, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.7900', '-1.0000', '2023-06-01', 'received', '2.7900', '2.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37013, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37014, NULL, NULL, 2715, '102106', 'CODO 45 GR DR 4 P', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37015, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37016, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37017, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37018, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37019, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37020, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37021, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37022, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37023, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37024, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37025, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37026, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37027, NULL, NULL, 2730, '102246', 'CODO C/R 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37028, NULL, NULL, 2729, '102247', 'CODO C/R 1\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37029, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37030, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37031, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37032, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37033, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37034, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37035, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37036, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '0.7700', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7700', '-1.0000', '2023-06-01', 'received', '0.7700', '0.7700', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37037, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37038, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37039, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37040, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37041, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37042, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37043, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37044, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37045, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37046, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37047, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37048, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37049, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37050, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37051, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37052, NULL, NULL, 2732, '102328', 'CODO PVC 4\'\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37053, NULL, NULL, 2714, '102330', 'CODO 45 GR DR 3', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37054, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37055, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.4700', '8.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37056, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37057, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37058, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.2300', '0.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37059, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37060, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37061, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37062, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '2.9125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.9125', '2.9125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37063, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '11.7792', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.7792', '11.7792', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37064, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37065, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37066, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37067, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.8500', '4.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37068, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37069, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37070, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37071, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37072, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37073, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.2700', '4.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37074, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37075, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.8333', '-13.0000', '2023-06-01', 'received', '0.8333', '0.8333', '-13.0000', NULL, NULL, 1, 'PZA', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37076, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37077, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.9750', '2.9750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37078, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37079, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37080, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37081, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37082, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37083, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37084, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37085, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37086, NULL, NULL, 3909, '18044149', 'CAPA PONCHO AZUL/NEGRO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37087, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37088, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37089, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37090, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37091, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37092, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37093, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37094, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37095, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37096, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37097, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37098, NULL, NULL, 3751, '22418243', 'CODO PVC 45 GR 2', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37099, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37100, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.3818', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.3818', '10.3818', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37101, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37102, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37103, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37104, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37105, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37106, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37107, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37108, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37109, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.9000', '5.9000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37110, NULL, NULL, 3884, '29870647', 'REDUCIDOR PVC 2 1/2 - 1/2', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37111, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37112, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37113, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37114, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37115, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37116, NULL, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '56.0000', '56.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37117, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.1233', '1.1233', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37118, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37119, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37120, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37121, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37122, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37123, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37124, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37125, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37126, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.3000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.2000', '0.0000', '2023-06-01', 'received', '0.3000', '0.3000', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37127, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37128, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5819', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7459', '-3.0000', '2023-06-01', 'received', '0.5819', '0.5819', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37129, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.6900', '6.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37130, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37131, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37132, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37133, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37134, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37135, NULL, NULL, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37136, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37137, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37138, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37139, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37140, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37141, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37142, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37143, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37144, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37145, NULL, NULL, 3910, '42460381', 'BOTAS DE HULE HERCULES ', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37146, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37147, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37148, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37149, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37150, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37151, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37152, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37153, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37154, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37155, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37156, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37157, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37158, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37159, NULL, NULL, 3901, '49175411', 'TRIDENT 1S (SOBRE)', NULL, '0.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3750', '0.3750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37160, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37161, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37162, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.2500', '-1.0000', '2023-06-01', 'received', '3.2500', '3.2500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37163, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37164, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37165, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37166, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37167, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37168, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.2100', '5.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37169, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.9583', '3.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37170, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37171, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37172, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37173, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37174, NULL, NULL, 3908, '53761781', 'LAVAMANOS AQUALYN 4\\\" INCESA VERDE', NULL, '210.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '210.0000', '210.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37175, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37176, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37177, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37178, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37179, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.2667', '6.2667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37180, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37181, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37182, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37183, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37184, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37185, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37186, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37187, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37188, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37189, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37190, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37191, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37192, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37193, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0150', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0150', '5.0150', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37194, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37195, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37196, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37197, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37198, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37199, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37200, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37201, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37202, NULL, NULL, 3906, '6925582164138', 'TENAZA ARMADOR DE 8\\\" TOTAL', NULL, '21.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.2000', '21.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37203, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37204, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37205, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37206, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37207, NULL, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37208, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37209, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37210, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37211, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37212, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37213, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37214, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37215, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37216, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37217, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37218, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37219, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37220, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37221, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37222, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37223, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37224, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37225, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37226, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37227, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37228, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37229, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37230, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37231, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37232, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37233, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37234, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37235, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37236, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37237, NULL, NULL, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', NULL, '30.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.2500', '30.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37238, NULL, NULL, 3278, '6933528710806', 'TENACIN INDUSTRIAL DE 8 TOLSEN 10039', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37239, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37240, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37241, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37242, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37243, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37244, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37245, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37246, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37247, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37248, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37249, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37250, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37251, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37252, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37253, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37254, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37255, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37256, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37257, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37258, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37259, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37260, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37261, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37262, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37263, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37264, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-29.0000', '-1.0000', '2023-06-01', 'received', '29.0000', '29.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37265, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37266, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37267, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37268, NULL, NULL, 3891, '6933528740599', 'BROCHA MANGO DE MADERA DE 1 TOLSEN 40121', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37269, NULL, NULL, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37270, NULL, NULL, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37271, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37272, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37273, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37274, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37275, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37276, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37277, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37278, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37279, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37280, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37281, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37282, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37283, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37284, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37285, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37286, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37287, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37288, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37289, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37290, NULL, NULL, 3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37291, NULL, NULL, 3895, '6933528787365', 'BROCA DE COBALTO 5/32\\\" TOLSEN 75206', NULL, '5.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.7500', '5.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37292, NULL, NULL, 3896, '6933528787402', 'BROCA DE COBALTO 7/32\\\" TOLSEN 75210', NULL, '9.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.2500', '9.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37293, NULL, NULL, 3897, '6933528787426', 'BROCA DE COBALTO 1/4\\\" TOLSEN 75212', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37294, NULL, NULL, 3898, '6933528787501', 'BROCA DE COBALTO 3/8\\\" TOLSEN 75220', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37295, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37296, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37297, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37298, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37299, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37300, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37301, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37302, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37303, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37304, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37305, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37306, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37307, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37308, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37309, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37310, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37311, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37312, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37313, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37314, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37315, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37316, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37317, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37318, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37319, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37320, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37321, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37322, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37323, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37324, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37325, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37326, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37327, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37328, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37329, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37330, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37331, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37332, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37333, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37334, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37335, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37336, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37337, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37338, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37339, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37340, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37341, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.5408', '6.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37342, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37343, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37344, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '13.1167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.1167', '13.1167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37345, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37346, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5700', '3.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37347, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37348, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37349, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37350, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37351, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37352, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37353, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37354, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37355, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37356, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37357, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37358, NULL, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37359, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37360, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37361, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.4050', '3.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37362, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.5467', '6.5467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37363, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37364, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37365, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37366, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.7517', '7.7517', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37367, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-34.1667', '0.0000', '2023-06-01', 'received', '8.5417', '8.5417', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37368, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37369, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.7500', '11.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37370, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.8300', '1.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37371, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37372, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.4200', '3.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37373, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9354', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.9354', '2.9354', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37374, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.8100', '5.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37375, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37376, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.8200', '5.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37377, NULL, NULL, 3902, '7401000710969', 'MICHELADA LATA 472 ML', NULL, '12.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.9500', '12.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37378, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37379, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37380, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '3.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.1667', '3.1667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37381, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37382, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37383, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37384, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37385, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37386, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37387, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37388, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37389, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37390, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37391, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37392, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37393, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37394, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37395, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37396, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37397, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37398, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37399, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37400, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.7908', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.7908', '4.7908', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37401, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37402, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.9583', '12.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37403, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37404, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '11.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.6700', '11.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37405, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37406, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37407, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.0825', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.0825', '4.0825', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37408, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37409, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.9583', '5.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37410, NULL, NULL, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', NULL, '11.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.3333', '11.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37411, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37412, NULL, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37413, NULL, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '18.7500', '18.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37414, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37415, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37416, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37417, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37418, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37419, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37420, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37421, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37422, NULL, NULL, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37423, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37424, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37425, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37426, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0000', '-2.0000', '2023-06-01', 'received', '4.0000', '4.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37427, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8752', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5008', '0.0000', '2023-06-01', 'received', '1.8752', '1.8752', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37428, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37429, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37430, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37431, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37432, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37433, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37434, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37435, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37436, NULL, NULL, 3479, '7401090802476', 'HELADO PALETA CORAZON', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37437, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37438, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37439, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37440, NULL, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37441, NULL, NULL, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37442, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37443, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37444, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37445, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37446, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37447, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37448, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37449, NULL, NULL, 3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37450, NULL, NULL, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37451, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37452, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37453, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37454, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37455, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37456, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37457, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37458, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37459, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37460, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37461, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37462, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37463, NULL, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37464, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37465, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37466, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37467, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37468, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37469, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37470, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.9440', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.9440', '4.9440', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37471, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37472, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37473, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37474, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37475, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37476, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37477, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37478, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5200', '2.5200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37479, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37480, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37481, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37482, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37483, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37484, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37485, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37486, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37487, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37488, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37489, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37490, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37491, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37492, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37493, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '3.1633', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.1633', '3.1633', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37494, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37495, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.6000', '9.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37496, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37497, NULL, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37498, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37499, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37500, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37501, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37502, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37503, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37504, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37505, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37506, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37507, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37508, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37509, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37510, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37511, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37512, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37513, NULL, NULL, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37514, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.9042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.9042', '0.9042', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37515, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.1617', '2.1617', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37516, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37517, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37518, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37519, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37520, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37521, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37522, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37523, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37524, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37525, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37526, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37527, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37528, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37529, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37530, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37531, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37532, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37533, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37534, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37535, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37536, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37537, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37538, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37539, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37540, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37541, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37542, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37543, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37544, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37545, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.0800', '8.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37546, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.4092', '4.4092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37547, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37548, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37549, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37550, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37551, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37552, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37553, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37554, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.1250', '-1.0000', '2023-06-01', 'received', '1.1250', '1.1250', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37555, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37556, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37557, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37558, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37559, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37560, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7268', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7268', '0.7268', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37561, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37562, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37563, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37564, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37565, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37566, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37567, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37568, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37569, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37570, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37571, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37572, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37573, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37574, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37575, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37576, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37577, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37578, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37579, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37580, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37581, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37582, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37583, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37584, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37585, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37586, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37587, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37588, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37589, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37590, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37591, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37592, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37593, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37594, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37595, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37596, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37597, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37598, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37599, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37600, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37601, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37602, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37603, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37604, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37605, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37606, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32 TRUPER', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37607, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37608, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32 TRUPER', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37609, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37610, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37611, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37612, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37613, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37614, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37615, NULL, NULL, 3911, '7501206658208', 'PORTALAMPARA PVC VOLTECK', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37616, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37617, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37618, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37619, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37620, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37621, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37622, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37623, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37624, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37625, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37626, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37627, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37628, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37629, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37630, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.3900', '-1.0000', '2023-06-01', 'received', '3.3900', '3.3900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37631, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37632, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7900', '-1.0000', '2023-06-01', 'received', '6.7900', '6.7900', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37633, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37634, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37635, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37636, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37637, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37638, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37639, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37640, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37641, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37642, NULL, NULL, 3887, '7501206681978', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37643, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37644, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37645, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37646, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37647, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37648, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37649, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37650, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37651, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37652, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37653, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37654, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37655, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37656, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37657, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37658, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37659, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37660, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37661, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37662, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37663, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37664, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37665, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37666, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37667, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37668, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37669, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37670, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37671, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37672, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37673, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37674, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37675, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37676, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37677, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37678, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37679, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37680, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37681, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37682, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37683, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37684, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37685, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37686, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37687, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37688, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37689, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37690, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37691, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.5313', '7.5313', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37692, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37693, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37694, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37695, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37696, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37697, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37698, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37699, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37700, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37701, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37702, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37703, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37704, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37705, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37706, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37707, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37708, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37709, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37710, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37711, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37712, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37713, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37714, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37715, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37716, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37717, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37718, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37719, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37720, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37721, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37722, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37723, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37724, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37725, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37726, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37727, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '206.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '206.7900', '206.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37728, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37729, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37730, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37731, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37732, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37733, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37734, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37735, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37736, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37737, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37738, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37739, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37740, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37741, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37742, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37743, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37744, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7917', '0.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37745, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37746, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37747, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37748, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37749, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37750, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37751, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37752, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37753, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37754, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37755, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37756, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.3333', '1.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37757, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.9583', '2.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37758, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37759, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37760, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37761, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37762, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37763, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37764, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37765, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37766, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37767, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37768, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37769, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37770, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37771, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37772, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37773, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37774, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37775, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.4000', '-2.0000', '2023-06-01', 'received', '0.7000', '0.7000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37776, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37777, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37778, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37779, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37780, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37781, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37782, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37783, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37784, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37785, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37786, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37787, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37788, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37789, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37790, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37791, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37792, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37793, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37794, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37795, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37796, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37797, NULL, NULL, 3904, '7702089162220', 'PLACA COMB. APAGADOR Y TOM. BTICINO AP5231', NULL, '27.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '27.0500', '27.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37798, NULL, NULL, 3907, '7702089162305', 'INTERRUPTOR TRIPLE BTICINO AP5330', NULL, '31.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '31.1500', '31.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37799, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37800, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37801, NULL, NULL, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', NULL, '17.9821', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.9821', '17.9821', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37802, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37803, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37804, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37805, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37806, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37807, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37808, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37809, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37810, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37811, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37812, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37813, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37814, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37815, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37816, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37817, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37818, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37819, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37820, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37821, NULL, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37822, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37823, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37824, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37825, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37826, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37827, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37828, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37829, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37830, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.8800', '7.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37831, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37832, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37833, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37834, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37835, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37836, NULL, NULL, 3882, '79050633', 'MANGUERA AZUL DE 75 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '90.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '90.6500', '90.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37837, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37838, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37839, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37840, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37841, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37842, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37843, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37844, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37845, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37846, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37847, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37848, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37849, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37850, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37851, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37852, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37853, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37854, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37855, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37856, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37857, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.6000', '4.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37858, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37859, NULL, NULL, 3888, '82583454', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4 X UNIDAD', NULL, '1.5340', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.5340', '1.5340', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37860, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37861, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37862, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '58.7425', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '58.7425', '58.7425', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37863, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '200.2233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '200.2233', '200.2233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37864, NULL, NULL, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', NULL, '222.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '222.7000', '222.7000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37865, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37866, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37867, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37868, NULL, NULL, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '151.4933', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '151.4933', '151.4933', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37869, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '38.9762', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '38.9762', '38.9762', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37870, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37871, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37872, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37873, NULL, NULL, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', NULL, '141.6167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '141.6167', '141.6167', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37874, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37875, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37876, NULL, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37877, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37878, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37879, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37880, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37881, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37882, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37883, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37884, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37885, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37886, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37887, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37888, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37889, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37890, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37891, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37892, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.8274', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.8274', '2.8274', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37893, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37894, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37895, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37896, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.7325', '10.7325', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37897, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37898, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.5000', '-1.0000', '2023-06-01', 'received', '2.5000', '2.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37899, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37900, NULL, NULL, 3881, '90810885', 'MANGUERA VERDE DE 50 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '63.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '63.5800', '63.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37901, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37902, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37903, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37904, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37905, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37906, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37907, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37908, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37909, NULL, NULL, 3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '108.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '108.0300', '108.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37910, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37911, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37912, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37913, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37914, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37915, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37916, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4579', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.4579', '3.4579', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37917, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5000', '1.0000', '2023-06-01', 'received', '2.5000', '2.5000', '1.0000', NULL, NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37918, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37919, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37920, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37921, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37922, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37923, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37924, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37925, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37926, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37927, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37928, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37929, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37930, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37931, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37932, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37933, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37934, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37935, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37936, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37937, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37938, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37939, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37940, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.5000', '14.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37941, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37942, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37943, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37944, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37945, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37946, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37947, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37948, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37949, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37950, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37951, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37952, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37953, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37954, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37955, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37956, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37957, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37958, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37959, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37960, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37961, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37962, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37963, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37964, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37965, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37966, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37967, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37968, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37969, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37970, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37971, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37972, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37973, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37974, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37975, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37976, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37977, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37978, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37979, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37980, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37981, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37982, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37983, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37984, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37985, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37986, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37987, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37988, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37989, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37990, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37991, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37992, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37993, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37994, NULL, NULL, 2731, 'FER31106-2', 'CODO PVC 3/4 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37995, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37996, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37997, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37998, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (37999, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38000, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38001, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38002, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38003, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38004, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38005, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38006, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38007, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38008, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38009, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38010, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38011, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38012, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38013, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.5100', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '1.5300', '3.0000', '2023-06-01', 'received', '0.5100', '0.5100', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38014, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38015, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38016, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.9700', '0.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38017, NULL, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '2.2700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.2700', '1.0000', '2023-06-01', 'received', '2.2700', '2.2700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38018, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38019, NULL, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '0.8600', '14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.0400', '14.0000', '2023-06-01', 'received', '0.8600', '0.8600', '14.0000', NULL, NULL, 1, 'PZA', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38020, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '5.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.3500', '5.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38021, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38022, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38023, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38024, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.1900', '1.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38025, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.8667', '3.8667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38026, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '31.7700', '3.0000', '2023-06-01', 'received', '10.5900', '10.5900', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38027, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38028, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38029, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38030, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38031, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.5800', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.3200', '4.0000', '2023-06-01', 'received', '0.5800', '0.5800', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38032, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38033, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38034, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38035, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38036, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38037, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38038, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38039, NULL, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38040, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38041, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38042, NULL, NULL, 3171, 'pvc00124', 'REDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38043, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38044, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38045, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38046, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38047, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.1400', '2.0000', '2023-06-01', 'received', '1.5700', '1.5700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38048, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.3300', '1.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38049, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38050, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38051, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '3.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.0500', '3.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38052, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', NULL, '3.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.3200', '3.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38053, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38054, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38055, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38056, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38057, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38058, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38059, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.6000', '1.0000', '2023-06-01', 'received', '0.6000', '0.6000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38060, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38061, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38062, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38063, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-19.8900', '-3.0000', '2023-06-01', 'received', '6.6300', '6.6300', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38064, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38065, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.8400', '4.0000', '2023-06-01', 'received', '1.2100', '1.2100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38066, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '14.6100', '3.0000', '2023-06-01', 'received', '4.8700', '4.8700', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38067, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-26.0600', '-2.0000', '2023-06-01', 'received', '13.0300', '13.0300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38068, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4 PVC LISO', NULL, '1.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '1.8600', '1.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38069, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38070, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38071, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38072, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38073, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38074, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38075, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38076, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38077, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38078, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38079, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38080, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38081, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '6.7000', '2.0000', '2023-06-01', 'received', '3.3500', '3.3500', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38082, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38083, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38084, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38085, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38086, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38087, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38088, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38089, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1124', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '0.1124', '0.1124', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38090, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38091, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38092, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38093, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38094, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38095, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38096, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38097, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38098, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38099, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38100, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38101, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-01', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38102, 641, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-06-01', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38103, 642, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8752', '75.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '140.6400', '34.0000', '2023-06-01', 'received', '1.8752', '1.8752', '75.0000', NULL, NULL, 1, 'PZA', '75.0000', NULL, NULL, NULL, NULL, '1.8752');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38104, 642, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '0.0000', '2023-06-01', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38105, 642, NULL, 3913, '7401090806252', 'HELADO BLOCK', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '2.0000', '2023-06-01', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38106, 642, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '13.0000', '2023-06-01', 'received', '3.7500', '3.7500', '20.0000', NULL, NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38107, 643, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '11.6700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.0200', '0.0000', '2023-06-02', 'received', '11.6700', '11.6700', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '11.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38108, 643, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2400', '0.0000', '2023-06-02', 'received', '8.5400', '8.5400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38109, 643, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.7500', '0.0000', '2023-06-02', 'received', '7.5313', '7.5313', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5313');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38110, 644, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.8100', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '69.7200', '0.0000', '2023-06-02', 'received', '5.8100', '5.8100', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.8100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38111, 644, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '114.0000', '0.0000', '2023-06-02', 'received', '4.7500', '4.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38112, 644, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.6800', '0.0000', '2023-06-02', 'received', '5.8200', '5.8200', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38113, 645, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '184.0000', '0.0000', '2023-06-05', 'received', '15.3333', '15.3333', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '15.3333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38114, 646, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.9167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '238.0000', '0.0000', '2023-06-05', 'received', '9.9167', '9.9167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '9.9167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38115, 646, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2023-06-05', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38116, 646, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0800', '0.0000', '2023-06-05', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38117, 646, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.8800', '0.0000', '2023-06-05', 'received', '7.5783', '7.5783', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38118, 646, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '423.0000', '0.0000', '2023-06-05', 'received', '11.7500', '11.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '11.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38119, 646, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '20.0000', '2023-06-05', 'received', '2.5000', '2.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38120, 646, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '29.0000', '0.0000', '2023-06-05', 'received', '4.8333', '4.8333', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38121, 647, NULL, 2661, '340', 'CHICLES.', NULL, '0.2938', '160.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '47.0000', '12.0000', '2023-06-05', 'received', '0.2938', '0.2938', '160.0000', NULL, NULL, 1, 'PZA', '160.0000', NULL, NULL, NULL, NULL, '0.2938');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38122, 647, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.0000', '24.0000', '2023-06-05', 'received', '0.4167', '0.4167', '24.0000', NULL, NULL, 5, 'UNIDAD', '24.0000', NULL, NULL, NULL, NULL, '0.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38123, 647, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '1.7083', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '41.0000', '0.0000', '2023-06-05', 'received', '1.7083', '1.7083', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '1.7083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38124, 647, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.8000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '86.4000', '18.0000', '2023-06-05', 'received', '4.8000', '4.8000', '18.0000', NULL, NULL, 5, 'UNIDAD', '18.0000', NULL, NULL, NULL, NULL, '4.8000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38125, 647, NULL, 3914, '7441005013313', 'BATERIA PANASONIC DOBLE A', NULL, '2.0833', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '25.0000', '10.0000', '2023-06-05', 'received', '2.0833', '2.0833', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '2.0833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38126, 647, NULL, 3915, '7441005014419', 'BATERIA PANASONIC TRIPLE A', NULL, '2.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '10.0000', '2023-06-05', 'received', '2.0000', '2.0000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '2.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38127, 647, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.0000', '0.0000', '2023-06-05', 'received', '1.7500', '1.7500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38128, 647, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.0000', '0.0000', '2023-06-05', 'received', '2.9583', '2.9583', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38129, 647, NULL, 3916, '7441002642530', 'SARDINA GAVIOTA 5.5 ONZ', NULL, '7.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '6.0000', '2023-06-05', 'received', '7.5000', '7.5000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38130, 647, NULL, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', NULL, '9.6500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '115.8000', '4.0000', '2023-06-05', 'received', '9.6500', '9.6500', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '9.6500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38131, 647, NULL, 3917, '750894609505', 'TAQUERITOS 180 GR', NULL, '7.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '45.0000', '0.0000', '2023-06-05', 'received', '7.5000', '7.5000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38132, NULL, NULL, 3919, '7500435144759', 'CREMA PARA PEINAR HEAD & SHOULDERS', NULL, '1.0000', '7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.0000', '5.0000', '2023-06-07', 'received', '1.0000', '1.0000', '7.0000', NULL, NULL, 5, 'UNIDAD', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38135, 650, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '250.0000', '2.0000', '2023-06-08', 'received', '5.0000', '5.0000', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38136, 651, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '5.2500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '262.5000', '44.0000', '2023-06-08', 'received', '5.2500', '5.2500', '50.0000', NULL, NULL, 1, 'PZA', '50.0000', NULL, NULL, NULL, NULL, '5.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38137, 652, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7550', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.5000', '100.0000', '2023-06-08', 'received', '0.7550', '0.7550', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.7550');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38138, 652, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.4050', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.4300', '6.0000', '2023-06-08', 'received', '3.4050', '3.4050', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '3.4050');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38139, 652, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.8800', '7.0000', '2023-06-08', 'received', '2.1617', '2.1617', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.1617');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38140, 653, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '108.0000', '24.0000', '2023-06-08', 'received', '4.5000', '4.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38141, 653, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '15.0000', '2023-06-08', 'received', '4.5000', '4.5000', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38142, 653, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '9.0000', '2023-06-08', 'received', '3.0000', '3.0000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38143, 653, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '12.0000', '2023-06-08', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38144, 653, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '15.0000', '2023-06-08', 'received', '4.5000', '4.5000', '15.0000', NULL, NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38145, 653, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-06-08', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38146, 649, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.0000', '32.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '448.0000', '0.0000', '2023-06-08', 'received', '14.0000', '14.0000', '32.0000', NULL, NULL, 1, 'PZA', '32.0000', NULL, NULL, NULL, NULL, '14.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38147, 654, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1175', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '11.7500', '49.0000', '2023-06-08', 'received', '0.1175', '0.1175', '100.0000', NULL, NULL, 1, 'PZA', '100.0000', NULL, NULL, NULL, NULL, '0.1175');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38148, 655, NULL, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', NULL, '8.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '200.0000', '25.0000', '2023-06-08', 'received', '8.0000', '8.0000', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38149, 655, NULL, 3137, 'PVC00137', 'REDUCIDOR 2-1', NULL, '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '80.0000', '10.0000', '2023-06-08', 'received', '8.0000', '8.0000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '8.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38150, 655, NULL, 2716, 'PVC00033', 'CODO 90 GR 1', NULL, '3.5000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.0000', '30.0000', '2023-06-08', 'received', '3.5000', '3.5000', '30.0000', NULL, NULL, 1, 'PZA', '30.0000', NULL, NULL, NULL, NULL, '3.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38151, 655, NULL, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', NULL, '1.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '37.5000', '25.0000', '2023-06-08', 'received', '1.5000', '1.5000', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '1.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38152, 648, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '39.9984', '48.0000', '2023-06-08', 'received', '0.8333', '0.8333', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38153, 648, NULL, 3920, '660756015156', 'BOCADELI MEDIANO ', NULL, '1.6000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '40.0000', '0.0000', '2023-06-08', 'received', '1.6000', '1.6000', '25.0000', NULL, NULL, 5, 'UNIDAD', '25.0000', NULL, NULL, NULL, NULL, '1.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38154, 656, NULL, 3182, '7441005702200', 'SEMILLAS MIXTAS PRO 80G', NULL, '9.9000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '59.4000', '6.0000', '2023-06-09', 'received', '9.9000', '9.9000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '9.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38155, 656, NULL, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', NULL, '5.1000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '107.1000', '9.0000', '2023-06-09', 'received', '5.1000', '5.1000', '21.0000', NULL, NULL, 5, 'UNIDAD', '21.0000', NULL, NULL, NULL, NULL, '5.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38156, 656, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '10.3000', '10.0000', '2023-06-09', 'received', '0.8583', '0.8583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '0.8583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38157, 656, NULL, 3921, '7441005713350', 'SEMILLAS NUTRI MIX PRO 80 GR', NULL, '9.9000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '59.4000', '2.0000', '2023-06-09', 'received', '9.9000', '9.9000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, '9.9000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38158, 657, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '130.0000', '14.0000', '2023-06-09', 'received', '5.4167', '5.4167', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38159, 657, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.7500', '0.0000', '2023-06-09', 'received', '7.5313', '7.5313', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5313');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38160, 657, NULL, 2902, '7', 'GATORADE', NULL, '6.7700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '81.2400', '0.0000', '2023-06-09', 'received', '6.7700', '6.7700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '6.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38161, 657, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2900', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.4800', '0.0000', '2023-06-09', 'received', '4.2900', '4.2900', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38162, 658, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '0.0000', '2023-06-09', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38163, 658, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.7500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '114.0000', '1.0000', '2023-06-09', 'received', '4.7500', '4.7500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38164, 658, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '139.6800', '0.0000', '2023-06-09', 'received', '5.8200', '5.8200', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.8200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38165, 659, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '601.1700', '0.0000', '2023-06-12', 'received', '8.3496', '8.3496', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38166, 659, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '372.0800', '0.0000', '2023-06-12', 'received', '7.7517', '7.7517', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38167, 659, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '181.8800', '0.0000', '2023-06-12', 'received', '7.5783', '7.5783', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38168, 659, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.7500', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '705.0000', '0.0000', '2023-06-12', 'received', '11.7500', '11.7500', '60.0000', NULL, NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, '11.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38169, 659, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '111.9998', '5.0000', '2023-06-12', 'received', '4.6667', '4.6667', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.6667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38170, 659, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '529.1000', '120.0000', '2023-06-12', 'received', '4.4092', '4.4092', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '4.4092');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38171, 659, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '82.1500', '24.0000', '2023-06-12', 'received', '3.4229', '3.4229', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.4229');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38172, 659, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '3.1250', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '24.0000', '2023-06-12', 'received', '3.1250', '3.1250', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.1250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38173, 659, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '36.0000', '2023-06-12', 'received', '2.5000', '2.5000', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '2.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38174, 659, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.0000', '1.0000', '2023-06-12', 'received', '8.5000', '8.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38175, 660, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '0.0000', '2023-06-12', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38176, 660, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '71.5000', '1.0000', '2023-06-12', 'received', '5.9583', '5.9583', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.9583');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38177, 660, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.0000', '0.0000', '2023-06-12', 'received', '5.0000', '5.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38178, 660, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.8000', '0.0000', '2023-06-12', 'received', '5.9500', '5.9500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38179, 660, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '14.4522', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '260.1400', '0.0000', '2023-06-12', 'received', '14.4522', '14.4522', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '14.4522');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38180, 660, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '17.6250', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '141.0000', '0.0000', '2023-06-12', 'received', '17.6250', '17.6250', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '17.6250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38181, 661, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '37.0000', '2023-06-12', 'received', '0.4167', '0.4167', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.4167');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38182, 661, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7143', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '20.0000', '1.0000', '2023-06-12', 'received', '0.7143', '0.7143', '28.0000', NULL, NULL, 1, 'PZA', '28.0000', NULL, NULL, NULL, NULL, '0.7143');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38183, 661, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '2.3980', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '47.9600', '14.0000', '2023-06-12', 'received', '2.3980', '2.3980', '20.0000', NULL, NULL, 5, 'UNIDAD', '20.0000', NULL, NULL, NULL, NULL, '2.3980');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38185, 662, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '223.5100', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '223.5100', '1.0000', '2023-06-12', 'received', '223.5100', '223.5100', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '223.5100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38186, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38187, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38188, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38189, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38190, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38191, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.4583', '0.4583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38192, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7550', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7550', '-1.0000', '2023-06-14', 'received', '0.7550', '0.7550', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38193, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '-1.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.3144', '-1.5000', '2023-06-14', 'received', '3.5429', '3.5429', '-1.5000', NULL, NULL, 5, 'UNIDAD', '-1.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38194, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38195, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38196, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38197, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38198, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '2.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.1300', '2.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38199, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38200, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38201, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38202, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38203, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38204, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38205, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38206, NULL, NULL, 3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '40.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '40.0600', '40.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38207, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0083', '-7.0000', '2023-06-14', 'received', '0.8583', '0.8583', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38208, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '19.9992', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.9992', '19.9992', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38209, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38210, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38211, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38212, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38213, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.2500', '10.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38214, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38215, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38216, NULL, NULL, 3899, '100054000022', 'CRUCETAS PARA CERAMICA DE 3 MM VIKINGO', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38217, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38218, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38219, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38220, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38221, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38222, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38223, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38224, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38225, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38226, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38227, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38228, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38229, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38230, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38231, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3400', '-6.0000', '2023-06-14', 'received', '0.3900', '0.3900', '-6.0000', NULL, NULL, 1, 'PZA', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38232, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '-31.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.7500', '-31.0000', '2023-06-14', 'received', '0.2500', '0.2500', '-31.0000', NULL, NULL, 1, 'PZA', '-31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38233, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38234, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38235, NULL, NULL, 2715, '102106', 'CODO DR 4\\\"  45 GR', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38236, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38237, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38238, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38239, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38240, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38241, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38242, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38243, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38244, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38245, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '11.7300', '23.0000', '2023-06-14', 'received', '0.5100', '0.5100', '23.0000', NULL, NULL, 1, 'PZA', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38246, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38247, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38248, NULL, NULL, 2730, '102246', 'CODO C/R PVC 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38249, NULL, NULL, 2729, '102247', 'CODO C/R PVC  1\\\"', NULL, '3.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.5000', '-1.0000', '2023-06-14', 'received', '3.5000', '3.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38250, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38251, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38252, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38253, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38254, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38255, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38256, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38257, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '0.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7700', '0.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38258, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38259, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38260, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38261, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38262, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38263, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38264, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38265, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38266, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38267, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38268, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38269, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38270, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38271, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38272, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38273, NULL, NULL, 2732, '102328', 'CODO LISO PVC 4\\\'\\\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38274, NULL, NULL, 2714, '102330', 'CODO DR 3\\\" 45 GR ', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38275, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38276, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.4700', '8.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38277, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38278, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38279, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.4600', '-2.0000', '2023-06-14', 'received', '0.2300', '0.2300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38280, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38281, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38282, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38283, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '3.1250', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0000', '-8.0000', '2023-06-14', 'received', '3.1250', '3.1250', '-8.0000', NULL, NULL, 1, 'PZA', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38284, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '11.7792', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.7792', '11.7792', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38285, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38286, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38287, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38288, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '4.8500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.7000', '-2.0000', '2023-06-14', 'received', '4.8500', '4.8500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38289, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38290, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38291, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38292, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38293, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38294, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.2700', '4.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38295, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38296, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38297, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38298, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.9750', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9500', '0.0000', '2023-06-14', 'received', '2.9750', '2.9750', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38299, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38300, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38301, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38302, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38303, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38304, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38305, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38306, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38307, NULL, NULL, 3909, '18044149', 'CAPA PONCHO AZUL/NEGRO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38308, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38309, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38310, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38311, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38312, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38313, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38314, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38315, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38316, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38317, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38318, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38319, NULL, NULL, 3751, '22418243', 'CODO PVC LISO 2\\\" 45 GR', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38320, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38321, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.3818', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.3818', '10.3818', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38322, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38323, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38324, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38325, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38326, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38327, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38328, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38329, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38330, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.9000', '5.9000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38331, NULL, NULL, 3884, '29870647', 'REDUCIDOR PVC 2 1/2 - 1/2', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38332, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38333, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38334, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38335, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38336, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.0000', '-2.0000', '2023-06-14', 'received', '2.5000', '2.5000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38337, NULL, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '56.0000', '56.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38338, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.1233', '1.1233', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38339, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38340, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38341, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38342, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38343, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38344, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38345, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38346, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38347, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2938', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.2938', '0.2938', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38348, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38349, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5819', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.4015', '-11.0000', '2023-06-14', 'received', '0.5819', '0.5819', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38350, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.6900', '6.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38351, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38352, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38353, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38354, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-20.0000', '-1.0000', '2023-06-14', 'received', '20.0000', '20.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38355, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38356, NULL, NULL, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38357, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38358, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38359, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38360, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38361, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38362, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38363, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38364, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38365, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38366, NULL, NULL, 3910, '42460381', 'BOTAS DE HULE HERCULES ', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38367, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38368, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38369, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38370, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38371, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38372, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38373, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38374, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38375, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38376, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38377, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38378, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38379, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38380, NULL, NULL, 3901, '49175411', 'TRIDENT 1S (SOBRE)', NULL, '0.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.3750', '0.3750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38381, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38382, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38383, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38384, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38385, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38386, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38387, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38388, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38389, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.2100', '5.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38390, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.9583', '3.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38391, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38392, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38393, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38394, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38395, NULL, NULL, 3908, '53761781', 'LAVAMANOS AQUALYN 4\\\" INCESA VERDE', NULL, '210.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '210.0000', '210.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38396, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38397, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38398, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38399, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38400, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2667', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.5333', '-2.0000', '2023-06-14', 'received', '6.2667', '6.2667', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38401, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38402, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38403, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38404, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38405, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38406, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38407, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38408, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38409, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38410, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38411, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38412, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38413, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38414, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0150', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0150', '5.0150', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38415, NULL, NULL, 3920, '660756015156', 'BOCADELI MEDIANO ', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38416, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38417, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38418, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38419, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38420, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38421, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38422, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38423, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38424, NULL, NULL, 3906, '6925582164138', 'TENAZA ARMADOR DE 8\\\" TOTAL', NULL, '21.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.2000', '21.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38425, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38426, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38427, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38428, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38429, NULL, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38430, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38431, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38432, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38433, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38434, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38435, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38436, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38437, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38438, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38439, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38440, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38441, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38442, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38443, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38444, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38445, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38446, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38447, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38448, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38449, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38450, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38451, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38452, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38453, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38454, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38455, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38456, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38457, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38458, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38459, NULL, NULL, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', NULL, '30.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.2500', '30.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38460, NULL, NULL, 3278, '6933528710806', 'TENACIN INDUSTRIAL DE 8 TOLSEN 10039', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38461, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38462, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38463, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38464, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38465, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38466, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38467, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38468, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38469, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38470, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38471, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38472, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38473, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38474, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38475, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38476, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38477, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38478, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38479, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38480, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38481, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38482, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38483, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38484, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38485, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38486, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38487, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38488, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38489, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38490, NULL, NULL, 3891, '6933528740599', 'BROCHA MANGO DE MADERA DE 1 TOLSEN 40121', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38491, NULL, NULL, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38492, NULL, NULL, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38493, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38494, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38495, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38496, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38497, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38498, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38499, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38500, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38501, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38502, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38503, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38504, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38505, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38506, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38507, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38508, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38509, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38510, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38511, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38512, NULL, NULL, 3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38513, NULL, NULL, 3895, '6933528787365', 'BROCA DE COBALTO 5/32\\\" TOLSEN 75206', NULL, '5.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.7500', '5.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38514, NULL, NULL, 3896, '6933528787402', 'BROCA DE COBALTO 7/32\\\" TOLSEN 75210', NULL, '9.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.2500', '9.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38515, NULL, NULL, 3897, '6933528787426', 'BROCA DE COBALTO 1/4\\\" TOLSEN 75212', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38516, NULL, NULL, 3898, '6933528787501', 'BROCA DE COBALTO 3/8\\\" TOLSEN 75220', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38517, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38518, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38519, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38520, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38521, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38522, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38523, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38524, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38525, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38526, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38527, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38528, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38529, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38530, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38531, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38532, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38533, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38534, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38535, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38536, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38537, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38538, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38539, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38540, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38541, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38542, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38543, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38544, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38545, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38546, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38547, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38548, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38549, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38550, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38551, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38552, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38553, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38554, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38555, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38556, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38557, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38558, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38559, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38560, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38561, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38562, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38563, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.7700', '6.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38564, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38565, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38566, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '13.1167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.1167', '13.1167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38567, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38568, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.5700', '3.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38569, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38570, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38571, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38572, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38573, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38574, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38575, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38576, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38577, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38578, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38579, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38580, NULL, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38581, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38582, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38583, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.4050', '3.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38584, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.5467', '6.5467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38585, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.9167', '9.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38586, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38587, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5783', '0.0000', '2023-06-14', 'received', '7.5783', '7.5783', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38588, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-139.5300', '0.0000', '2023-06-14', 'received', '7.7517', '7.7517', '-18.0000', NULL, NULL, 1, 'PZA', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38589, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.3496', '8.3496', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38590, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38591, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.7500', '11.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38592, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.8300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8300', '-1.0000', '2023-06-14', 'received', '1.8300', '1.8300', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38593, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38594, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.4200', '3.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38595, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9354', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.9354', '2.9354', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38596, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.8100', '5.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38597, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38598, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.8200', '5.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38599, NULL, NULL, 3902, '7401000710969', 'MICHELADA LATA 472 ML', NULL, '12.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.9500', '12.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38600, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38601, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38602, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '3.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.1667', '3.1667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38603, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38604, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38605, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38606, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38607, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38608, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38609, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38610, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38611, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38612, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38613, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '39.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-39.0000', '-1.0000', '2023-06-14', 'received', '39.0000', '39.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38614, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38615, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38616, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38617, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38618, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38619, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38620, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38621, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38622, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.7908', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.7908', '4.7908', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38623, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38624, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-12.9583', '-1.0000', '2023-06-14', 'received', '12.9583', '12.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38625, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38626, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '11.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.6700', '11.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38627, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.0833', '-1.0000', '2023-06-14', 'received', '2.0833', '2.0833', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38628, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38629, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.2900', '4.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38630, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38631, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.9583', '-1.0000', '2023-06-14', 'received', '5.9583', '5.9583', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38632, NULL, NULL, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', NULL, '11.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.3333', '11.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38633, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '14.4522', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.4522', '14.4522', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38634, NULL, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38635, NULL, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '17.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.6250', '17.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38636, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38637, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38638, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38639, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38640, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '-0.5000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.6700', '-0.5000', '2023-06-14', 'received', '5.3400', '5.3400', '-0.5000', NULL, NULL, 1, 'PZA', '-0.5000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38641, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38642, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38643, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38644, NULL, NULL, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38645, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38646, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38647, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38648, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38649, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8752', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.8752', '1.8752', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38650, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38651, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38652, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.0000', '-2.0000', '2023-06-14', 'received', '4.5000', '4.5000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38653, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38654, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '-1.0000', '2023-06-14', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38655, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38656, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38657, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38658, NULL, NULL, 3479, '7401090802476', 'HELADO PALETA CORAZON', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38659, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38660, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38661, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38662, NULL, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38663, NULL, NULL, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38664, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38665, NULL, NULL, 3913, '7401090806252', 'HELADO BLOCK', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38666, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38667, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38668, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38669, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38670, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38671, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38672, NULL, NULL, 3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38673, NULL, NULL, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38674, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38675, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38676, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38677, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38678, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38679, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38680, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38681, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38682, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38683, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2800', '-2.0000', '2023-06-14', 'received', '0.1400', '0.1400', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38684, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38685, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38686, NULL, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38687, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38688, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38689, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38690, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38691, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38692, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38693, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.9440', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.9440', '4.9440', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38694, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38695, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38696, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '3.0300', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.0600', '-2.0000', '2023-06-14', 'received', '3.0300', '3.0300', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38697, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38698, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38699, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38700, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38701, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5200', '2.5200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38702, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38703, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38704, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38705, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38706, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38707, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38708, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38709, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38710, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38711, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38712, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38713, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38714, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38715, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38716, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '2.3980', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.3980', '2.3980', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38717, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38718, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.6000', '9.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38719, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38720, NULL, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38721, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38722, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38723, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38724, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38725, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38726, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38727, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38728, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38729, NULL, NULL, 3916, '7441002642530', 'SARDINA GAVIOTA 5.5 ONZ', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38730, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38731, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38732, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38733, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38734, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38735, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38736, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38737, NULL, NULL, 3914, '7441005013313', 'BATERIA PANASONIC DOBLE A', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38738, NULL, NULL, 3915, '7441005014419', 'BATERIA PANASONIC TRIPLE A', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38739, NULL, NULL, 3182, '7441005702200', 'SEMILLAS MIXTAS PRO 80G', NULL, '9.9000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9.9000', '-1.0000', '2023-06-14', 'received', '9.9000', '9.9000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38740, NULL, NULL, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38741, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8583', '0.8583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38742, NULL, NULL, 3921, '7441005713350', 'SEMILLAS NUTRI MIX PRO 80 GR', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38743, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.1617', '2.1617', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38744, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38745, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38746, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38747, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38748, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38749, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38750, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38751, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38752, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38753, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38754, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38755, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38756, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38757, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38758, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38759, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38760, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38761, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.8846', '2.8846', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38762, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.8269', '1.8269', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38763, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38764, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38765, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38766, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38767, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38768, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38769, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38770, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38771, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38772, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38773, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.0800', '8.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38774, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.4092', '4.4092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38775, NULL, NULL, 3919, '7500435144759', 'CREMA PARA PEINAR HEAD & SHOULDERS', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38776, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38777, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38778, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38779, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38780, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38781, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38782, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38783, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38784, NULL, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38785, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38786, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38787, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38788, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38789, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7143', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.7143', '-1.0000', '2023-06-14', 'received', '0.7143', '0.7143', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38790, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5833', '4.5833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38791, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.4167', '5.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38792, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38793, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38794, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38795, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38796, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38797, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38798, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38799, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38800, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38801, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38802, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38803, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38804, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38805, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38806, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38807, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38808, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38809, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38810, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38811, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38812, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38813, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38814, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38815, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38816, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38817, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38818, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38819, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38820, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38821, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38822, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38823, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38824, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.9800', '8.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38825, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38826, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38827, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38828, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38829, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38830, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38831, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38832, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38833, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38834, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38835, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32 TRUPER', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38836, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38837, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32 TRUPER', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38838, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38839, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38840, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38841, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38842, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38843, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38844, NULL, NULL, 3911, '7501206658208', 'PORTALAMPARA PVC VOLTECK', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38845, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38846, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38847, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38848, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38849, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38850, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38851, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38852, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38853, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38854, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38855, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38856, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38857, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38858, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38859, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38860, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38861, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38862, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38863, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38864, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38865, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38866, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38867, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38868, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38869, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38870, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38871, NULL, NULL, 3887, '7501206681978', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38872, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38873, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38874, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38875, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38876, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38877, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38878, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38879, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38880, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38881, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38882, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38883, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38884, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38885, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38886, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38887, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38888, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38889, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38890, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38891, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38892, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38893, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38894, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38895, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38896, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38897, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38898, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38899, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38900, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38901, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38902, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38903, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38904, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38905, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38906, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38907, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38908, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38909, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38910, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38911, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38912, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38913, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38914, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38915, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38916, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38917, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38918, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38919, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38920, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5313', '7.5313', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38921, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38922, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38923, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38924, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38925, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38926, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38927, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38928, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38929, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38930, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38931, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38932, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38933, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38934, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38935, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38936, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38937, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38938, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38939, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38940, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38941, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38942, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38943, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38944, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38945, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38946, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38947, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38948, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38949, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38950, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38951, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38952, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38953, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38954, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38955, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38956, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '223.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '223.5100', '223.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38957, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38958, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38959, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38960, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38961, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38962, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38963, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38964, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38965, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38966, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38967, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38968, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38969, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38970, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38971, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38972, NULL, NULL, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38973, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38974, NULL, NULL, 3917, '750894609505', 'TAQUERITOS 180 GR', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38975, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7917', '0.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38976, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38977, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38978, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38979, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38980, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38981, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38982, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38983, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38984, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38985, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38986, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38987, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.3333', '1.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38988, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.9583', '2.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38989, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38990, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38991, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38992, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38993, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38994, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38995, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38996, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38997, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38998, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (38999, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39000, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39001, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39002, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39003, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39004, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39005, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39006, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39007, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39008, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39009, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39010, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39011, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39012, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39013, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39014, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39015, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39016, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39017, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39018, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39019, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39020, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39021, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39022, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39023, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39024, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39025, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39026, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39027, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39028, NULL, NULL, 3904, '7702089162220', 'PLACA COMB. APAGADOR Y TOM. BTICINO AP5231', NULL, '27.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '27.0500', '27.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39029, NULL, NULL, 3907, '7702089162305', 'INTERRUPTOR TRIPLE BTICINO AP5330', NULL, '31.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '31.1500', '31.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39030, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39031, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39032, NULL, NULL, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', NULL, '17.9821', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.9821', '17.9821', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39033, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39034, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39035, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39036, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39037, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39038, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39039, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39040, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39041, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39042, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39043, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39044, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39045, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39046, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39047, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39048, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39049, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39050, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39051, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39052, NULL, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39053, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39054, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39055, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39056, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39057, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39058, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39059, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39060, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39061, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.8800', '7.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39062, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39063, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39064, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39065, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39066, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39067, NULL, NULL, 3882, '79050633', 'MANGUERA AZUL DE 75 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '90.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '90.6500', '90.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39068, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39069, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39070, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39071, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39072, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39073, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39074, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39075, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39076, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39077, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39078, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39079, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39080, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39081, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39082, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39083, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39084, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39085, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39086, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39087, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39088, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.7500', '4.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39089, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39090, NULL, NULL, 3888, '82583454', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4 X UNIDAD', NULL, '1.5340', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.5340', '1.5340', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39091, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39092, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39093, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '58.7425', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '58.7425', '58.7425', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39094, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '200.2233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '200.2233', '200.2233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39095, NULL, NULL, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', NULL, '222.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '222.7000', '222.7000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39096, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '40.5550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '40.5550', '40.5550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39097, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39098, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39099, NULL, NULL, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '151.4933', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '151.4933', '151.4933', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39100, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '38.9762', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '38.9762', '38.9762', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39101, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39102, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39103, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39104, NULL, NULL, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', NULL, '141.6167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '141.6167', '141.6167', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39105, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39106, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39107, NULL, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39108, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39109, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39110, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39111, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39112, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39113, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39114, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39115, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39116, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39117, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39118, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39119, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39120, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39121, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.1000', '-1.0000', '2023-06-14', 'received', '7.1000', '7.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39122, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39123, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.8274', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.8274', '2.8274', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39124, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39125, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39126, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39127, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.7325', '10.7325', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39128, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39129, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39130, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39131, NULL, NULL, 3881, '90810885', 'MANGUERA VERDE DE 50 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '63.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '63.5800', '63.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39132, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39133, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39134, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39135, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39136, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39137, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39138, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39139, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39140, NULL, NULL, 3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '108.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '108.0300', '108.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39141, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39142, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39143, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39144, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39145, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39146, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39147, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.4579', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.4579', '3.4579', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39148, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39149, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39150, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39151, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39152, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39153, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39154, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39155, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39156, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39157, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39158, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39159, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39160, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39161, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39162, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39163, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39164, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39165, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39166, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39167, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39168, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39169, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39170, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39171, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.5000', '14.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39172, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39173, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39174, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39175, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39176, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39177, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39178, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39179, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39180, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39181, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39182, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39183, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39184, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39185, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39186, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39187, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39188, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39189, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39190, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39191, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39192, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39193, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39194, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39195, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39196, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39197, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39198, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.8700', '1.0000', '2023-06-14', 'received', '0.8700', '0.8700', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39199, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39200, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39201, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39202, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39203, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39204, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39205, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '5.2500', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.7500', '-3.0000', '2023-06-14', 'received', '5.2500', '5.2500', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39206, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39207, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39208, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39209, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39210, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39211, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1000', '-1.0000', '2023-06-14', 'received', '0.1000', '0.1000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39212, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39213, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0000', '-1.0000', '2023-06-14', 'received', '8.0000', '8.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39214, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39215, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39216, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39217, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39218, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39219, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39220, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39221, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39222, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2700', '-3.0000', '2023-06-14', 'received', '0.0900', '0.0900', '-3.0000', NULL, NULL, 1, 'PZA', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39223, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39224, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39225, NULL, NULL, 2731, 'FER31106-2', 'CODO LISO PVC LISO 3/4\\\" 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39226, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39227, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39228, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39229, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39230, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39231, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39232, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39233, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39234, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39235, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39236, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39237, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39238, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39239, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39240, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39241, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39242, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39243, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.5300', '1.0000', '2023-06-14', 'received', '3.5300', '3.5300', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39244, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.5100', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.5500', '5.0000', '2023-06-14', 'received', '0.5100', '0.5100', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39245, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39246, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.8400', '-1.0000', '2023-06-14', 'received', '1.8400', '1.8400', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39247, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.9700', '0.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39248, NULL, NULL, 2716, 'PVC00033', 'CODO LISO PVC 1 90 GR', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39249, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39250, NULL, NULL, 2719, 'PVC00036', 'CODO LISO PVC 1/2  90 GR ', NULL, '1.5000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '9.0000', '6.0000', '2023-06-14', 'received', '1.5000', '1.5000', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39251, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '5.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.3500', '5.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39252, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39253, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39254, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39255, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.1900', '1.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39256, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.8667', '3.8667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39257, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39258, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39259, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39260, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39261, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39262, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.5800', '0.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39263, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39264, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39265, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39266, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39267, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39268, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39269, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39270, NULL, NULL, 2717, 'PVC00094', 'CODO LISO PVC 1 1/2 90 GR', NULL, '8.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.0000', '-1.0000', '2023-06-14', 'received', '8.0000', '8.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39271, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39272, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39273, NULL, NULL, 3171, 'pvc00124', 'REDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39274, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39275, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39276, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39277, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39278, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.1400', '-2.0000', '2023-06-14', 'received', '1.5700', '1.5700', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39279, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.3300', '1.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39280, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '12.4800', '1.0000', '2023-06-14', 'received', '12.4800', '12.4800', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39281, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-15.0000', '-1.0000', '2023-06-14', 'received', '15.0000', '15.0000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39282, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR PVC 2 - 1', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39283, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', NULL, '3.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.3200', '3.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39284, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39285, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39286, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '7.9400', '2.0000', '2023-06-14', 'received', '3.9700', '3.9700', '2.0000', NULL, NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39287, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39288, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39289, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39290, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39291, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39292, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39293, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39294, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39295, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39296, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '4.8400', '4.0000', '2023-06-14', 'received', '1.2100', '1.2100', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39297, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39298, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39299, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4 PVC LISO', NULL, '1.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '1.8600', '1.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39300, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39301, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39302, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39303, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39304, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39305, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39306, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39307, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39308, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39309, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39310, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39311, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39312, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.7000', '-2.0000', '2023-06-14', 'received', '3.3500', '3.3500', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39313, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39314, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39315, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39316, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39317, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39318, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39319, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39320, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1175', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '0.1175', '0.1175', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39321, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39322, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39323, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39324, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39325, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39326, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39327, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39328, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39329, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39330, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39331, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39332, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-14', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39333, 663, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.2083', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '56.8333', '1.0000', '2023-06-14', 'received', '14.2083', '14.2083', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '14.2083');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39334, 664, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '4.0417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '194.0000', '5.0000', '2023-06-14', 'received', '4.0417', '4.0417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '4.0417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39335, 665, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '11.0000', '2023-06-14', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39336, 665, NULL, 3913, '7401090806252', 'HELADO BLOCK', NULL, '4.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '54.0000', '12.0000', '2023-06-14', 'received', '4.5000', '4.5000', '12.0000', NULL, NULL, 5, 'UNIDAD', '12.0000', NULL, NULL, NULL, NULL, '4.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39337, 665, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '0.0000', '2023-06-14', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39338, 665, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '31.0000', '2023-06-14', 'received', '0.7500', '0.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '0.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39339, NULL, NULL, 3923, '7313468613006', 'CAJA DE GRAPAS STANDARD 6MM', NULL, '1.0000', '5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.0000', '5.0000', '2023-06-15', 'received', '1.0000', '1.0000', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39340, NULL, NULL, 3924, '7401007600393', 'GOMA/RESISTOL ESCOLAR 1 ONZA TUCAN', NULL, '1.0000', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2.0000', '1.0000', '2023-06-15', 'received', '1.0000', '1.0000', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39341, NULL, NULL, 3927, '4997148010267', 'GRAPA P/CABLE AISLAR DE 1', NULL, '9.0000', '6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '54.0000', '6.0000', '2023-06-15', 'received', '9.0000', '9.0000', '6.0000', NULL, NULL, 5, 'UNIDAD', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39342, 666, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '410.0000', '0.0000', '2023-06-15', 'received', '8.5417', '8.5417', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39343, 667, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '11.6700', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '70.0200', '3.0000', '2023-06-16', 'received', '11.6700', '11.6700', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '11.6700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39344, 667, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2400', '0.0000', '2023-06-16', 'received', '8.5400', '8.5400', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '8.5400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39345, 667, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.8363', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '68.0700', '21.0000', '2023-06-16', 'received', '2.8363', '2.8363', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '2.8363');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39346, 667, NULL, 2902, '7', 'GATORADE', NULL, '6.7700', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '81.2400', '0.0000', '2023-06-16', 'received', '6.7700', '6.7700', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '6.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39347, 667, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6900', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.4200', '8.0000', '2023-06-16', 'received', '6.6900', '6.6900', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '6.6900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39348, 667, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.4800', '14.0000', '2023-06-16', 'received', '4.2700', '4.2700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39349, 667, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.0000', '5.0000', '2023-06-16', 'received', '7.5000', '7.5000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39350, 668, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '10.2917', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '247.0000', '21.0000', '2023-06-19', 'received', '10.2917', '10.2917', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '10.2917');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39351, 668, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '601.1700', '0.0000', '2023-06-19', 'received', '8.3496', '8.3496', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39352, 668, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '186.0400', '0.0000', '2023-06-19', 'received', '7.7517', '7.7517', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.7517');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39353, 668, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.7500', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '564.0000', '0.0000', '2023-06-19', 'received', '11.7500', '11.7500', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '11.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39354, 668, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '3.1250', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '24.0000', '2023-06-19', 'received', '3.1250', '3.1250', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.1250');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39355, 668, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '2.8208', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.8500', '12.0000', '2023-06-19', 'received', '2.8208', '2.8208', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '2.8208');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39356, 669, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '21.0000', '2023-06-19', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39357, 669, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '18.0000', '2023-06-19', 'received', '5.0000', '5.0000', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '5.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39358, 669, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8508', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '210.6300', '10.0000', '2023-06-19', 'received', '5.8508', '5.8508', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.8508');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39359, 669, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '14.6058', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '175.2700', '0.0000', '2023-06-19', 'received', '14.6058', '14.6058', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '14.6058');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39360, 669, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '17.8125', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '142.5000', '4.0000', '2023-06-19', 'received', '17.8125', '17.8125', '8.0000', NULL, NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, '17.8125');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39361, NULL, NULL, 3433, '00637449', 'SOLERA DE 14 MACORA', NULL, '3.8000', '-122.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-463.6000', '-122.0000', '2023-06-19', 'received', '3.8000', '3.8000', '-122.0000', NULL, NULL, 5, 'UNIDAD', '-122.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39362, NULL, NULL, 3351, '00997023', 'TUBO DE 4X4 GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39363, NULL, NULL, 3470, '01102478', 'TUBO PVC 3  125 PSI ', NULL, '175.0300', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-175.0300', '-1.0000', '2023-06-19', 'received', '175.0300', '175.0300', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39364, NULL, NULL, 3655, '01847314', 'TUBO PVC DE 3¨ 160 PSI', NULL, '202.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-607.5000', '-3.0000', '2023-06-19', 'received', '202.5000', '202.5000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39365, NULL, NULL, 3679, '02020596', 'CEMENTO NACIONAL', NULL, '60.0000', '-43.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2580.0000', '-43.0000', '2023-06-19', 'received', '60.0000', '60.0000', '-43.0000', NULL, NULL, 5, 'UNIDAD', '-43.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39366, NULL, NULL, 3373, '02114998', 'TUBO NEGRO 2X2.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39367, NULL, NULL, 3720, '02233110', 'TUBO GALVANIZADO 3*3¨ CHAPA 18', NULL, '397.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2382.0000', '-6.0000', '2023-06-19', 'received', '397.0000', '397.0000', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39368, NULL, NULL, 3670, '03234328', 'TUBO GALVANIZADO 1 1/4¨ C/ROSCA', NULL, '265.5000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3186.0000', '-12.0000', '2023-06-19', 'received', '265.5000', '265.5000', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39369, NULL, NULL, 3719, '03562460', 'TUBO GALVANIZADO 4*2¨ CHAPA 14', NULL, '315.0000', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8505.0000', '-27.0000', '2023-06-19', 'received', '315.0000', '315.0000', '-27.0000', NULL, NULL, 5, 'UNIDAD', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39370, NULL, NULL, 3768, '04134629', '1/2 METRO DE PIEDRIN 1/2 ', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39371, NULL, NULL, 3681, '05644001', 'ROLLO DE MALLA  1*1¨*1MT DE ALTURA', NULL, '1237.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1237.5000', '-1.0000', '2023-06-19', 'received', '1237.5000', '1237.5000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39372, NULL, NULL, 3730, '06193077', 'LIBRA DE PORCELANA', NULL, '3.0000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-51.0000', '-17.0000', '2023-06-19', 'received', '3.0000', '3.0000', '-17.0000', NULL, NULL, 5, 'UNIDAD', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39373, NULL, NULL, 3665, '06229135', 'TUBO GALVANIZADO 1¨ LISO P CERCA', NULL, '80.6900', '-18.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1452.4200', '-18.0000', '2023-06-19', 'received', '80.6900', '80.6900', '-18.0000', NULL, NULL, 5, 'UNIDAD', '-18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39374, NULL, NULL, 3383, '06441491', 'COSTANERA 4X2 GALV. CHAPA 14.', NULL, '225.0000', '-36.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8100.0000', '-36.0000', '2023-06-19', 'received', '225.0000', '225.0000', '-36.0000', NULL, NULL, 5, 'UNIDAD', '-36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39375, NULL, NULL, 3683, '06741541', ' METRO DE MALLA DE 2 3/4*2 3/4¨*1MT DE ALTURA', NULL, '27.0000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-405.0000', '-15.0000', '2023-06-19', 'received', '27.0000', '27.0000', '-15.0000', NULL, NULL, 6, 'METRO', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39376, NULL, NULL, 3759, '07230149', 'METRO DE PIEDRIN 3/8', NULL, '125.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-250.0000', '-2.0000', '2023-06-19', 'received', '125.0000', '125.0000', '-2.0000', NULL, NULL, 6, 'METRO', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39377, NULL, NULL, 3673, '07354029', 'TUBO GALVANIZADO LISO 11/ 4¨ P/CERCA ', NULL, '104.4100', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2192.6100', '-21.0000', '2023-06-19', 'received', '104.4100', '104.4100', '-21.0000', NULL, NULL, 5, 'UNIDAD', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39378, NULL, NULL, 3716, '07583000', 'TUBO NEGRO 4*2¨ CHAPA 14', NULL, '310.0000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3100.0000', '-10.0000', '2023-06-19', 'received', '310.0000', '310.0000', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39379, NULL, NULL, 3689, '09526476', 'CAPOTE DE CONCRETO', NULL, '13.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-91.0000', '-7.0000', '2023-06-19', 'received', '13.0000', '13.0000', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39380, NULL, NULL, 3414, '09969359', 'VARILLA DE 5/8 GRADO 40.', NULL, '112.5000', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3037.5000', '-27.0000', '2023-06-19', 'received', '112.5000', '112.5000', '-27.0000', NULL, NULL, 5, 'UNIDAD', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39381, NULL, NULL, 3448, '09972838', 'SOLERA DE 15 DE POMA', NULL, '3.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '3.4500', '3.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39382, NULL, NULL, 3714, '10777126', 'TUBO GALVANIZADO 2¨ C/ROSCA', NULL, '414.0000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4140.0000', '-10.0000', '2023-06-19', 'received', '414.0000', '414.0000', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39383, NULL, NULL, 3734, '11726258', 'PINTURA CORONA 1/4 ACEITE DURA', NULL, '54.0000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-540.0000', '-10.0000', '2023-06-19', 'received', '54.0000', '54.0000', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39384, NULL, NULL, 3358, '11824875', 'TUBO NEGRO DE 2X1 LEGITIMO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39385, NULL, NULL, 3706, '12132454', 'TUBO GALVANIZADO 2 1/2 LISO PARA CERCA', NULL, '212.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '212.0000', '212.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39386, NULL, NULL, 3708, '12839535', 'TUBO GALVANIZADO CUADRADO 2*2¨ CHAPA 18', NULL, '161.0300', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-966.1800', '-6.0000', '2023-06-19', 'received', '161.0300', '161.0300', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39387, NULL, NULL, 3555, '13409883', 'CARRETA C/LLANTA REFORZADA TRUPER', NULL, '426.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '426.8300', '426.8300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39388, NULL, NULL, 3770, '14184826', '1/2 METRO DE PIEDRA', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39389, NULL, NULL, 3691, '14269625', 'LIBRA DE ALAMBRE GALVANIZADO DELGADO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39390, NULL, NULL, 3368, '14440490', 'VARILLA DE 3/8 LISA', NULL, '41.2100', '-32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1318.7200', '-32.0000', '2023-06-19', 'received', '41.2100', '41.2100', '-32.0000', NULL, NULL, 5, 'UNIDAD', '-32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39391, NULL, NULL, 3710, '16312465', 'TUBO NEGRO 1*1¨ CHAPA 20', NULL, '55.7900', '-42.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2343.1800', '-42.0000', '2023-06-19', 'received', '55.7900', '55.7900', '-42.0000', NULL, NULL, 5, 'UNIDAD', '-42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39392, NULL, NULL, 3354, '16434693', 'ANGULAR DE 3/4 X 1/8 LEG', NULL, '59.6800', '-39.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2327.5200', '-39.0000', '2023-06-19', 'received', '59.6800', '59.6800', '-39.0000', NULL, NULL, 5, 'UNIDAD', '-39.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39393, NULL, NULL, 3446, '17604177', 'CRESTUCO ALISADO FINO', NULL, '76.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-456.0000', '-6.0000', '2023-06-19', 'received', '76.0000', '76.0000', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39394, NULL, NULL, 3413, '17823698', 'VARILLA HIERRO 1/2 COMERCIAL', NULL, '45.0000', '-49.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2205.0000', '-49.0000', '2023-06-19', 'received', '45.0000', '45.0000', '-49.0000', NULL, NULL, 5, 'UNIDAD', '-49.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39395, NULL, NULL, 3398, '17882855', 'TUBO DE 1 1/4 C/ROSCA Y COPLA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39396, NULL, NULL, 3661, '18022197', 'CANAL CUADRADO CON TOPE', NULL, '60.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-420.0000', '-7.0000', '2023-06-19', 'received', '60.0000', '60.0000', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39397, NULL, NULL, 3473, '18399968', 'TUBO PVC 1/2 ', NULL, '20.0200', '-137.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2742.7400', '-137.0000', '2023-06-19', 'received', '20.0200', '20.0200', '-137.0000', NULL, NULL, 5, 'UNIDAD', '-137.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39398, NULL, NULL, 3437, '19119818', 'SELOSIA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39399, NULL, NULL, 3676, '21755265', 'LAMINA NEGRA LISA 4*8 PIES * 1/16', NULL, '420.0000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4200.0000', '-10.0000', '2023-06-19', 'received', '420.0000', '420.0000', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39400, NULL, NULL, 3732, '22446881', 'PINTURA CORONA CUBETA CLASICA AGUA', NULL, '335.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-335.0000', '-1.0000', '2023-06-19', 'received', '335.0000', '335.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39401, NULL, NULL, 3740, '22794656', 'TOTE DE 1000LTS', NULL, '650.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-650.0000', '-1.0000', '2023-06-19', 'received', '650.0000', '650.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39402, NULL, NULL, 3434, '22837205', 'SOLERA DE 15 MACORA', NULL, '3.9500', '-73.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-288.3500', '-73.0000', '2023-06-19', 'received', '3.9500', '3.9500', '-73.0000', NULL, NULL, 5, 'UNIDAD', '-73.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39403, NULL, NULL, 3359, '22906686', 'TUBO DE 3  C/ROSCA GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39404, NULL, NULL, 3409, '23164244', 'VARILLA HIERRO 3/8 G40', NULL, '32.9300', '-193.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6355.4900', '-193.0000', '2023-06-19', 'received', '32.9300', '32.9300', '-193.0000', NULL, NULL, 5, 'UNIDAD', '-193.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39405, NULL, NULL, 3701, '23869801', 'ANGULAR 1 1/2 * 1/8 LEG', NULL, '127.9400', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2942.6200', '-23.0000', '2023-06-19', 'received', '127.9400', '127.9400', '-23.0000', NULL, NULL, 5, 'UNIDAD', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39406, NULL, NULL, 3690, '23936320', 'LIBRA DE ALAMBRE GALVANIZADO GRUESO', NULL, '8.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-24.0000', '-3.0000', '2023-06-19', 'received', '8.0000', '8.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39407, NULL, NULL, 3407, '24214061', 'VARILLA HIERRO 1/4 COMERCIAL', NULL, '12.9700', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-285.3400', '-22.0000', '2023-06-19', 'received', '12.9700', '12.9700', '-22.0000', NULL, NULL, 5, 'UNIDAD', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39408, NULL, NULL, 3725, '24485829', 'PINTURA CORONA GALON ACEITE CLASICA FAST DRY', NULL, '121.1300', '-26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3149.3800', '-26.0000', '2023-06-19', 'received', '121.1300', '121.1300', '-26.0000', NULL, NULL, 4, 'GALON', '-26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39409, NULL, NULL, 3697, '24525640', 'TUBO PVC DE 2 1/2 ', NULL, '121.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '121.5000', '121.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39410, NULL, NULL, 3364, '25054539', 'TUBO NEGRO DE 1/2 LEGITIMO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39411, NULL, NULL, 3454, '25319681', 'BLOCK DE 10 MACORA (TABIQUES)', NULL, '3.3000', '-336.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1108.8000', '-336.0000', '2023-06-19', 'received', '3.3000', '3.3000', '-336.0000', NULL, NULL, 5, 'UNIDAD', '-336.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39412, NULL, NULL, 3450, '25746841', 'BLOCK DE 20 X 20 MACORA', NULL, '5.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '5.7800', '5.7800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39413, NULL, NULL, 3372, '25838052', 'TUBO DE 3X2 GALV. CHAPA 16.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39414, NULL, NULL, 3711, '27103356', 'TUBO NEGRO 2*1 CHAPA 18', NULL, '111.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-777.0000', '-7.0000', '2023-06-19', 'received', '111.0000', '111.0000', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39415, NULL, NULL, 3741, '27341630', 'PINTURA EN SPRAY CORONA (MAT)', NULL, '12.3200', '-32.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-394.2400', '-32.0000', '2023-06-19', 'received', '12.3200', '12.3200', '-32.0000', NULL, NULL, 5, 'UNIDAD', '-32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39416, NULL, NULL, 3418, '27737825', 'CAPOTE PARA LAMINA TROQUELADA CALIBRE 26.', NULL, '72.0000', '-71.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5112.0000', '-71.0000', '2023-06-19', 'received', '72.0000', '72.0000', '-71.0000', NULL, NULL, 5, 'UNIDAD', '-71.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39417, NULL, NULL, 3656, '28115474', 'TUBO PVC 3¨ 80 PSI', NULL, '130.5000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-391.5000', '-3.0000', '2023-06-19', 'received', '130.5000', '130.5000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39418, NULL, NULL, 3361, '28653110', 'TUBO DE 1 1/2 S/ROSCA GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39419, NULL, NULL, 3757, '29125974', 'METRO DE PIEDRIN 3/4', NULL, '115.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-230.0000', '-2.0000', '2023-06-19', 'received', '115.0000', '115.0000', '-2.0000', NULL, NULL, 6, 'METRO', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39420, NULL, NULL, 3769, '29183922', '1/2 METRO DE PIEDRIN 3/8', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39421, NULL, NULL, 3674, '29234977', 'TUBO GALVANIZADO 1 1/2¨ LISO P/CERCA', NULL, '125.0600', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2501.2000', '-20.0000', '2023-06-19', 'received', '125.0600', '125.0600', '-20.0000', NULL, NULL, 5, 'UNIDAD', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39422, NULL, NULL, 3439, '29652683', 'LIBRA DE ALAMBRE DE AMARRE.', NULL, '6.7300', '-116.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-780.6800', '-116.0000', '2023-06-19', 'received', '6.7300', '6.7300', '-116.0000', NULL, NULL, 5, 'UNIDAD', '-116.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39423, NULL, NULL, 3472, '29753206', 'TUBO PVC 1 160 PSI', NULL, '33.9400', '-25.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-848.5000', '-25.0000', '2023-06-19', 'received', '33.9400', '33.9400', '-25.0000', NULL, NULL, 5, 'UNIDAD', '-25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39424, NULL, NULL, 3469, '31087045', 'TUBO DRENAJE 6  BLANCO', NULL, '295.0000', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2065.0000', '-7.0000', '2023-06-19', 'received', '295.0000', '295.0000', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39425, NULL, NULL, 3435, '32243616', 'TABIQUE', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39426, NULL, NULL, 3438, '33099033', 'ADOQUIN.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39427, NULL, NULL, 3416, '33797130', 'ROLLO POLIDUCTO DE 3/4.', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39428, NULL, NULL, 3429, '34071759', 'BLOCK DE 15 DE POMA', NULL, '3.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '3.1500', '3.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39429, NULL, NULL, 3374, '34680567', 'LLANTIA DE 1 1/2.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39430, NULL, NULL, 3699, '34890683', 'PILA PLASTICA 2 LAVADEROS ROTOTEC', NULL, '1070.8800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1070.8800', '-1.0000', '2023-06-19', 'received', '1070.8800', '1070.8800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39431, NULL, NULL, 3457, '35224405', 'LAMINA ACANALADA CAL. 26 LEG. 12 PIES, METALCO', NULL, '136.8000', '-76.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10396.8000', '-76.0000', '2023-06-19', 'received', '136.8000', '136.8000', '-76.0000', NULL, NULL, 5, 'UNIDAD', '-76.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39432, NULL, NULL, 3453, '35262262', 'CELOSIA MACORA', NULL, '7.6000', '-74.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-562.4000', '-74.0000', '2023-06-19', 'received', '7.6000', '7.6000', '-74.0000', NULL, NULL, 5, 'UNIDAD', '-74.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39433, NULL, NULL, 3465, '35344362', 'TUBO DRENAJE 3  NARANJA', NULL, '76.1900', '-44.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3352.3600', '-44.0000', '2023-06-19', 'received', '76.1900', '76.1900', '-44.0000', NULL, NULL, 5, 'UNIDAD', '-44.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39434, NULL, NULL, 3696, '35374128', 'TUBO CONDWIT/ TUBO PARA LUZ', NULL, '6.0000', '-26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-156.0000', '-26.0000', '2023-06-19', 'received', '6.0000', '6.0000', '-26.0000', NULL, NULL, 5, 'UNIDAD', '-26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39435, NULL, NULL, 3417, '35427459', 'ROLLO POLIDUCTO DE 1¨', NULL, '0.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0100', '-1.0000', '2023-06-19', 'received', '0.0100', '0.0100', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39436, NULL, NULL, 3384, '35537447', 'VARILLA DE 1/2 LISA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39437, NULL, NULL, 3703, '36939890', 'VARILLA DE HIERRO 1¨', NULL, '180.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-180.0000', '-1.0000', '2023-06-19', 'received', '180.0000', '180.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39438, NULL, NULL, 3660, '37776220', 'CANAL CUADRADO SIMPLE', NULL, '55.0000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-660.0000', '-12.0000', '2023-06-19', 'received', '55.0000', '55.0000', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39439, NULL, NULL, 3385, '38049261', 'VARILLA DE 5/8 LISA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39440, NULL, NULL, 3441, '38292314', 'CEMENTO PROGRESO', NULL, '75.0000', '-486.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-36450.0000', '-486.0000', '2023-06-19', 'received', '75.0000', '75.0000', '-486.0000', NULL, NULL, 5, 'UNIDAD', '-486.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39441, NULL, NULL, 3393, '38729185', 'ANGULAR DE 1X1/8 LEGITIMO.', NULL, '0.0100', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0500', '-5.0000', '2023-06-19', 'received', '0.0100', '0.0100', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39442, NULL, NULL, 3704, '38888754', 'ANGULAR DE 2¨* 1/16', NULL, '220.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-440.0000', '-2.0000', '2023-06-19', 'received', '220.0000', '220.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39443, NULL, NULL, 3376, '38918209', 'VARILLA DE 1/2X1/2 COMERCIAL.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39444, NULL, NULL, 3392, '39079726', 'ANGULAR DE 1X1/8 COMERCIAL.', NULL, '73.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '73.4700', '73.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39445, NULL, NULL, 3672, '39308369', 'TUBO CUADRADO NEGRO 1*1¨ CHAPA 18', NULL, '74.0500', '-60.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4443.0000', '-60.0000', '2023-06-19', 'received', '74.0500', '74.0500', '-60.0000', NULL, NULL, 5, 'UNIDAD', '-60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39446, NULL, NULL, 3402, '39712092', 'TUBO DE 1´ PARA CERCA S/ROSCA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39447, NULL, NULL, 3375, '40272493', 'VARILLA ENTORCHADA 5/8.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39448, NULL, NULL, 3432, '41048684', 'BLOCK DE 15 MACORA', NULL, '3.4500', '-349.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1204.0500', '-349.0000', '2023-06-19', 'received', '3.4500', '3.4500', '-349.0000', NULL, NULL, 5, 'UNIDAD', '-349.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39449, NULL, NULL, 3667, '41204415', 'TUBO GALVANIZADO 3/4 C/ ROSCA', NULL, '157.5000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-945.0000', '-6.0000', '2023-06-19', 'received', '157.5000', '157.5000', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39450, NULL, NULL, 3404, '41386912', 'LLANTIA DE 1/2X1/8', NULL, '23.9200', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-406.6400', '-17.0000', '2023-06-19', 'received', '23.9200', '23.9200', '-17.0000', NULL, NULL, 5, 'UNIDAD', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39451, NULL, NULL, 3388, '41424712', 'TUBO NEGRO DE 1/2X1/2.', NULL, '38.4000', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1267.2000', '-33.0000', '2023-06-19', 'received', '38.4000', '38.4000', '-33.0000', NULL, NULL, 5, 'UNIDAD', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39452, NULL, NULL, 3403, '41437989', 'TUBO DE 1X1 CHAPA 20.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39453, NULL, NULL, 3444, '41637020', 'CAL HORCALSA 20 KG', NULL, '30.5000', '-50.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1525.0000', '-50.0000', '2023-06-19', 'received', '30.5000', '30.5000', '-50.0000', NULL, NULL, 5, 'UNIDAD', '-50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39454, NULL, NULL, 3738, '41844214', 'TONEL BLANCO 30 GLS', NULL, '120.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-600.0000', '-5.0000', '2023-06-19', 'received', '120.0000', '120.0000', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39455, NULL, NULL, 3386, '42268262', 'ANGULAR DE 3/4X1/8 LEGITIMO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39456, NULL, NULL, 3461, '42372086', 'LAMINA ACANALADA CAL. 28  LEG. 10 PIES, METALCO', NULL, '96.0000', '-28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2688.0000', '-28.0000', '2023-06-19', 'received', '96.0000', '96.0000', '-28.0000', NULL, NULL, 5, 'UNIDAD', '-28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39457, NULL, NULL, 3662, '42524769', 'CANAL REDONDO', NULL, '18.0000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-216.0000', '-12.0000', '2023-06-19', 'received', '18.0000', '18.0000', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39458, NULL, NULL, 3686, '44356211', 'ROLLO DE POLIDUCTO 3/4 REFORZADO', NULL, '65.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-195.0000', '-3.0000', '2023-06-19', 'received', '65.0000', '65.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39459, NULL, NULL, 3712, '44705250', 'TUBO NEGRO  RECTANGULAR 2*1¨ CHAPA 20', NULL, '75.6900', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-832.5900', '-11.0000', '2023-06-19', 'received', '75.6900', '75.6900', '-11.0000', NULL, NULL, 5, 'UNIDAD', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39460, NULL, NULL, 3460, '46017984', 'LAMINA ACANALADA CAL. 28 COM. 6 PIES, METALCO', NULL, '57.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-57.6000', '-1.0000', '2023-06-19', 'received', '57.6000', '57.6000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39461, NULL, NULL, 3675, '47850670', 'LAMINA NEGRA LISA FRIA 4*8 PIES * 3/64', NULL, '342.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '342.0000', '342.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39462, NULL, NULL, 3370, '47879209', 'TUBO NEGRO DE 4X2 CHAPA 18.', NULL, '180.0000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2160.0000', '-12.0000', '2023-06-19', 'received', '180.0000', '180.0000', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39463, NULL, NULL, 3431, '47902122', 'BLOCK DE 14 MACORA', NULL, '3.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '3.1500', '3.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39464, NULL, NULL, 3355, '47909986', 'COSTANERA DE 3X2 GALVANIZADA CHAPA 14', NULL, '183.6200', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2019.8200', '-11.0000', '2023-06-19', 'received', '183.6200', '183.6200', '-11.0000', NULL, NULL, 5, 'UNIDAD', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39465, NULL, NULL, 3733, '48610094', 'PINTURA COLORMIX CUBETA AGUA', NULL, '145.0000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1740.0000', '-12.0000', '2023-06-19', 'received', '145.0000', '145.0000', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39466, NULL, NULL, 3727, '48665044', 'PINTURA SPRAY CROMO BRILLANTE CORONA', NULL, '17.9700', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-143.7600', '-8.0000', '2023-06-19', 'received', '17.9700', '17.9700', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39467, NULL, NULL, 3440, '49527374', 'PEGAMIX.', NULL, '22.0000', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-440.0000', '-20.0000', '2023-06-19', 'received', '22.0000', '22.0000', '-20.0000', NULL, NULL, 5, 'UNIDAD', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39468, NULL, NULL, 3735, '49873993', 'PINTURA CORONA GALON AGUA', NULL, '72.0000', '-13.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-936.0000', '-13.0000', '2023-06-19', 'received', '72.0000', '72.0000', '-13.0000', NULL, NULL, 5, 'UNIDAD', '-13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39469, NULL, NULL, 3678, '49966307', 'LAMINA NEGRA LISA 3*6 PIES * 1/16 ', NULL, '228.0000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2052.0000', '-9.0000', '2023-06-19', 'received', '228.0000', '228.0000', '-9.0000', NULL, NULL, 5, 'UNIDAD', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39470, NULL, NULL, 3693, '50189647', 'BOQUILEX PLUS ', NULL, '17.0000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-85.0000', '-5.0000', '2023-06-19', 'received', '17.0000', '17.0000', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39471, NULL, NULL, 3369, '50344385', 'LLANTIA DE 1 1/4X1/8 ', NULL, '91.1300', '-26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2369.3800', '-26.0000', '2023-06-19', 'received', '91.1300', '91.1300', '-26.0000', NULL, NULL, 5, 'UNIDAD', '-26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39472, NULL, NULL, 3677, '50444991', 'LAMINA NEGRA LISA 3*7 PIES 1/16', NULL, '292.0000', '-6.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1752.0000', '-6.0000', '2023-06-19', 'received', '292.0000', '292.0000', '-6.0000', NULL, NULL, 5, 'UNIDAD', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39473, NULL, NULL, 3466, '50793332', 'TUBO DRENAJE 2 NARANJA', NULL, '47.4900', '-37.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1757.1300', '-37.0000', '2023-06-19', 'received', '47.4900', '47.4900', '-37.0000', NULL, NULL, 5, 'UNIDAD', '-37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39474, NULL, NULL, 3754, '51924958', 'TUBO NEGRO CUADRADO 3/4*3/4 CHAPA 20', NULL, '40.0000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-840.0000', '-21.0000', '2023-06-19', 'received', '40.0000', '40.0000', '-21.0000', NULL, NULL, 5, 'UNIDAD', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39475, NULL, NULL, 3474, '52063146', 'TUBO PVC 3/4  250 PSI', NULL, '26.6300', '-28.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-745.6400', '-28.0000', '2023-06-19', 'received', '26.6300', '26.6300', '-28.0000', NULL, NULL, 5, 'UNIDAD', '-28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39476, NULL, NULL, 3771, '52237246', '1/2 METRO DE SELECTO', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39477, NULL, NULL, 3722, '52382936', 'ADORNOS DE HIERRO FORJASO', NULL, '6.0000', '-1621.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-9726.0000', '-1621.0000', '2023-06-19', 'received', '6.0000', '6.0000', '-1621.0000', NULL, NULL, 5, 'UNIDAD', '-1621.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39478, NULL, NULL, 3394, '52432042', 'ANGULAR DE 2X1/8 LEG.', NULL, '172.2100', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3444.2000', '-20.0000', '2023-06-19', 'received', '172.2100', '172.2100', '-20.0000', NULL, NULL, 5, 'UNIDAD', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39479, NULL, NULL, 3462, '53401100', 'LAMINA ACANALADA CAL. 28 COM. 14 PIES, METALCO', NULL, '164.0000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3444.0000', '-21.0000', '2023-06-19', 'received', '164.0000', '164.0000', '-21.0000', NULL, NULL, 5, 'UNIDAD', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39480, NULL, NULL, 3764, '54862089', 'TUBO PVC 2¨ 80 PSI SDR51', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39481, NULL, NULL, 3436, '54883671', 'BLOCONES', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39482, NULL, NULL, 3356, '55242999', 'TUBO DE 4X2 GALVANIZADO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39483, NULL, NULL, 3467, '55299568', 'TUBO DUCTO ELECTRICO 3/4 ', NULL, '13.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '13.2200', '13.2200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39484, NULL, NULL, 3694, '55470593', 'CREST PORCELANATO', NULL, '45.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-45.0000', '-1.0000', '2023-06-19', 'received', '45.0000', '45.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39485, NULL, NULL, 3715, '55988041', 'ANGULAR 1 1/2¨ COMERCIAL', NULL, '105.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '105.0000', '105.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39486, NULL, NULL, 3412, '56739529', 'VARILLA HIERRO 1/2 G40', NULL, '58.5200', '-36.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2106.7200', '-36.0000', '2023-06-19', 'received', '58.5200', '58.5200', '-36.0000', NULL, NULL, 5, 'UNIDAD', '-36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39487, NULL, NULL, 3471, '57353314', 'TUBO PVC 2 100 PSI ', NULL, '66.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '66.5300', '66.5300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39488, NULL, NULL, 3367, '57531715', 'ANGULAR DE 3/4', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39489, NULL, NULL, 3666, '57825745', 'TUBO GALVANIZADO 1/2¨ LISO P CERCA', NULL, '58.5000', '-33.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1930.5000', '-33.0000', '2023-06-19', 'received', '58.5000', '58.5000', '-33.0000', NULL, NULL, 5, 'UNIDAD', '-33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39490, NULL, NULL, 3389, '58379389', 'TUBO ABIERTO DE 5/8.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39491, NULL, NULL, 3717, '59182149', 'TUBO GALVANIZADO 3*2¨ CHAPA 14', NULL, '212.0000', '-23.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4876.0000', '-23.0000', '2023-06-19', 'received', '212.0000', '212.0000', '-23.0000', NULL, NULL, 5, 'UNIDAD', '-23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39492, NULL, NULL, 3713, '59413141', 'ANGULAR 1 1/4 * 1/16 ', NULL, '154.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-616.0000', '-4.0000', '2023-06-19', 'received', '154.0000', '154.0000', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39493, NULL, NULL, 3401, '59488652', 'TUBO DE 1/2 PARA CERCA S/ROSCA.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39494, NULL, NULL, 3380, '59935941', 'TUBO DE 1 1/4X1 1/4 GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39495, NULL, NULL, 3729, '60158308', 'PINTURA COLORMIX GALON AGUA COLORES', NULL, '35.0000', '-57.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1995.0000', '-57.0000', '2023-06-19', 'received', '35.0000', '35.0000', '-57.0000', NULL, NULL, 4, 'GALON', '-57.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39496, NULL, NULL, 3695, '60886125', 'GALON DE TINER', NULL, '45.1000', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-225.5000', '-5.0000', '2023-06-19', 'received', '45.1000', '45.1000', '-5.0000', NULL, NULL, 4, 'GALON', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39497, NULL, NULL, 3682, '61251339', 'METRO DE MALLA 2*2¨*1MT DE ALTURA', NULL, '43.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '43.0000', '43.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39498, NULL, NULL, 3387, '61522920', 'COSTANERA DE 3X2 CHAPA 20', NULL, '0.0100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0100', '-1.0000', '2023-06-19', 'received', '0.0100', '0.0100', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39499, NULL, NULL, 3445, '61991811', 'MONOCAPA  LISO BLANCO ANTIGUO', NULL, '67.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '67.5000', '67.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39500, NULL, NULL, 3723, '62839965', 'PINTURA  EN POLVO P/PISO 1 LB COLORES COLOR/DUST', NULL, '22.0000', '-63.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1386.0000', '-63.0000', '2023-06-19', 'received', '22.0000', '22.0000', '-63.0000', NULL, NULL, 5, 'UNIDAD', '-63.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39501, NULL, NULL, 3760, '63339241', 'METRO DE PIEDRA', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39502, NULL, NULL, 3430, '63359973', 'MONO CAPA EXTRA FINO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39503, NULL, NULL, 3443, '64504663', 'CAL LA ESTRELLA', NULL, '14.5000', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-159.5000', '-11.0000', '2023-06-19', 'received', '14.5000', '14.5000', '-11.0000', NULL, NULL, 5, 'UNIDAD', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39504, NULL, NULL, 3721, '64723744', 'TUBO GALVANIZADO 1 1/2¨ C/ROSCA', NULL, '328.0000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2624.0000', '-8.0000', '2023-06-19', 'received', '328.0000', '328.0000', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39505, NULL, NULL, 3707, '64758618', 'TUBO GALVANIZADO CUADRADO 1/2*1/2 ', NULL, '88.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '88.5000', '88.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39506, NULL, NULL, 3680, '66024760', 'METRO DE POLIDUCTO 3/4', NULL, '1.8000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-18.0000', '-10.0000', '2023-06-19', 'received', '1.8000', '1.8000', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39507, NULL, NULL, 3452, '66034366', 'BLOCK DE 2DA. 15 MACORA', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39508, NULL, NULL, 3405, '66359912', 'LLANTIA DE 3/4X 1/8 LEG', NULL, '49.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-98.0000', '-2.0000', '2023-06-19', 'received', '49.0000', '49.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39509, NULL, NULL, 3365, '67180682', 'LLANTIA DE 1X1/8', NULL, '47.0000', '-45.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2115.0000', '-45.0000', '2023-06-19', 'received', '47.0000', '47.0000', '-45.0000', NULL, NULL, 5, 'UNIDAD', '-45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39510, NULL, NULL, 3451, '67203861', 'SOLERA DE 15 EL CHIKAL', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39511, NULL, NULL, 3382, '67308696', 'TUBO NEGRO DE 1X1 1/2.', NULL, '108.0000', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-972.0000', '-9.0000', '2023-06-19', 'received', '108.0000', '108.0000', '-9.0000', NULL, NULL, 5, 'UNIDAD', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39512, NULL, NULL, 3476, '67484909', 'PUBO PVC 2 1/2  160 PSI', NULL, '112.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '112.5300', '112.5300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39513, NULL, NULL, 3731, '67768760', 'PINTURA CORONA CUBETA DURA AGUA', NULL, '335.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-670.0000', '-2.0000', '2023-06-19', 'received', '335.0000', '335.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39514, NULL, NULL, 3408, '67870951', 'VARILLA HIERRO 1/4 G40', NULL, '15.1000', '-60.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-906.0000', '-60.0000', '2023-06-19', 'received', '15.1000', '15.1000', '-60.0000', NULL, NULL, 5, 'UNIDAD', '-60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39515, NULL, NULL, 3377, '68981570', 'LLANTIA DE 1/2X3/16', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39516, NULL, NULL, 3406, '69395869', 'LLANTIA DE 1¨ ', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39517, NULL, NULL, 3758, '69689960', 'METRO DE PIEDRIN 1/2', NULL, '125.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '125.0000', '125.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39518, NULL, NULL, 3692, '69712786', 'ROLLO DE ALAMBRE ESPIGADO PARA CERCO AG', NULL, '325.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-650.0000', '-2.0000', '2023-06-19', 'received', '325.0000', '325.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39519, NULL, NULL, 3381, '69770322', 'TUBO GALVANIZADO CUADRADO DE 1 1/2X 1 1/2 ', NULL, '0.0100', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.2700', '-27.0000', '2023-06-19', 'received', '0.0100', '0.0100', '-27.0000', NULL, NULL, 5, 'UNIDAD', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39520, NULL, NULL, 3761, '70029713', 'METRO DE SELECTO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39521, NULL, NULL, 3685, '70063057', 'METRO DE POLIDUCTO DE 1/2', NULL, '1.8000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-14.4000', '-8.0000', '2023-06-19', 'received', '1.8000', '1.8000', '-8.0000', NULL, NULL, 6, 'METRO', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39522, NULL, NULL, 3360, '70473170', 'TUBO NEGRO DE 1X1 CHAPA 18.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39523, NULL, NULL, 3659, '71061288', 'CANAL CUADRADO TOPE Y BAJADA', NULL, '60.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-240.0000', '-4.0000', '2023-06-19', 'received', '60.0000', '60.0000', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39524, NULL, NULL, 3653, '71066425', 'LADRIO TAYUYO', NULL, '2.0900', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-25.0800', '-12.0000', '2023-06-19', 'received', '2.0900', '2.0900', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39525, NULL, NULL, 3415, '71641610', 'ROLLO POLIDUCTO DE 1/2.', NULL, '40.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-80.0000', '-2.0000', '2023-06-19', 'received', '40.0000', '40.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39526, NULL, NULL, 3765, '71649902', 'METRO DE ARENA AZUL (TRITURADA)', NULL, '60.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-120.0000', '-2.0000', '2023-06-19', 'received', '60.0000', '60.0000', '-2.0000', NULL, NULL, 6, 'METRO', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39527, NULL, NULL, 3390, '72509586', 'ANGULAR DE 1 1/4 COMERCIAL.', NULL, '105.5000', '-21.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2215.5000', '-21.0000', '2023-06-19', 'received', '105.5000', '105.5000', '-21.0000', NULL, NULL, 5, 'UNIDAD', '-21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39528, NULL, NULL, 3455, '72655344', 'LAMINA ACANALADA CAL. 26 LEG. 8 PIES, METALCO', NULL, '91.2000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-273.6000', '-3.0000', '2023-06-19', 'received', '91.2000', '91.2000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39529, NULL, NULL, 3756, '72839641', 'METRO DE ARENA', NULL, '87.5000', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1662.5000', '-19.0000', '2023-06-19', 'received', '87.5000', '87.5000', '-19.0000', NULL, NULL, 6, 'METRO', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39530, NULL, NULL, 3739, '72930145', 'CUBETA 5GLS', NULL, '16.0000', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-320.0000', '-20.0000', '2023-06-19', 'received', '16.0000', '16.0000', '-20.0000', NULL, NULL, 5, 'UNIDAD', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39531, NULL, NULL, 3442, '75721783', 'CRESTUCO ALISADO EXTAFINO', NULL, '79.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '79.0000', '79.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39532, NULL, NULL, 3688, '76155937', 'ROLLO MALLA TELA DE ARNERO/PARA CERNIR', NULL, '500.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-500.0000', '-1.0000', '2023-06-19', 'received', '500.0000', '500.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39533, NULL, NULL, 3700, '76163022', 'YARDA DE MALLA PARA GAINERO * 2MT', NULL, '10.0000', '-15.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-150.0000', '-15.0000', '2023-06-19', 'received', '10.0000', '10.0000', '-15.0000', NULL, NULL, 5, 'UNIDAD', '-15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39534, NULL, NULL, 3395, '77240555', 'ANGULAR DE 2X3/16', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39535, NULL, NULL, 3366, '77562920', 'VARILLA DE 1/2X1/2 LEGITIMO.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39536, NULL, NULL, 3391, '77812583', 'ANGULAR DE 1 1/2X1/8 COMERCIAL.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39537, NULL, NULL, 3475, '79192059', 'TUBO PVC 1 1/4  160 PSI  ', NULL, '45.9400', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-872.8600', '-19.0000', '2023-06-19', 'received', '45.9400', '45.9400', '-19.0000', NULL, NULL, 5, 'UNIDAD', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39538, NULL, NULL, 3668, '79611656', 'TUBO GALVANIZADO 1¨ C/ROSCA', NULL, '216.0000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2592.0000', '-12.0000', '2023-06-19', 'received', '216.0000', '216.0000', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39539, NULL, NULL, 3363, '79892005', 'ANGULAR DE 2X1/8 COMERCIAL.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39540, NULL, NULL, 3736, '79995088', 'PINTURA CORONA CUBETA ACEITE ', NULL, '360.0000', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5040.0000', '-14.0000', '2023-06-19', 'received', '360.0000', '360.0000', '-14.0000', NULL, NULL, 5, 'UNIDAD', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39541, NULL, NULL, 3687, '81216142', 'METRO DE MALLA PARA CERNIR ARENA', NULL, '7.0000', '-35.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-245.0000', '-35.0000', '2023-06-19', 'received', '7.0000', '7.0000', '-35.0000', NULL, NULL, 6, 'METRO', '-35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39542, NULL, NULL, 3350, '83595265', 'CEMENTO REGIONAL', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39543, NULL, NULL, 3463, '83859563', 'LAMINA ACANALADA CAL. 28 MILIMETRICO. 10 PIES, METALCO', NULL, '84.0000', '-29.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2436.0000', '-29.0000', '2023-06-19', 'received', '84.0000', '84.0000', '-29.0000', NULL, NULL, 5, 'UNIDAD', '-29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39544, NULL, NULL, 3652, '84304927', 'MEDIA PILA  IZQUIERDA ROTOTEC', NULL, '885.6100', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-885.6100', '-1.0000', '2023-06-19', 'received', '885.6100', '885.6100', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39545, NULL, NULL, 3458, '84684744', 'LAMINA ACANALADA CAL. 26 LEG. 14 PIES, METALCO', NULL, '159.6000', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1276.8000', '-8.0000', '2023-06-19', 'received', '159.6000', '159.6000', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39546, NULL, NULL, 3658, '85537407', 'LAMINA ACANALADA 8 PIES CAL 28', NULL, '76.8000', '-19.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1459.2000', '-19.0000', '2023-06-19', 'received', '76.8000', '76.8000', '-19.0000', NULL, NULL, 5, 'UNIDAD', '-19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39547, NULL, NULL, 3663, '85590577', 'VARILLA HIERRO 3/8 MILIMETRICO', NULL, '20.0700', '-653.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-13105.7100', '-653.0000', '2023-06-19', 'received', '20.0700', '20.0700', '-653.0000', NULL, NULL, 5, 'UNIDAD', '-653.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39548, NULL, NULL, 3726, '85613470', 'PINTURA SPRAY COLORES FAST DRY CORONA', NULL, '12.6300', '-34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-429.4200', '-34.0000', '2023-06-19', 'received', '12.6300', '12.6300', '-34.0000', NULL, NULL, 5, 'UNIDAD', '-34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39549, NULL, NULL, 3737, '86969222', 'TONEL AZUL 55 GAL', NULL, '225.0000', '-20.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4500.0000', '-20.0000', '2023-06-19', 'received', '225.0000', '225.0000', '-20.0000', NULL, NULL, 5, 'UNIDAD', '-20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39550, NULL, NULL, 3702, '87234603', 'LLANTIA 1 1/4 *1/16', NULL, '67.3000', '-10.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-673.0000', '-10.0000', '2023-06-19', 'received', '67.3000', '67.3000', '-10.0000', NULL, NULL, 5, 'UNIDAD', '-10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39551, NULL, NULL, 3468, '87466233', 'TUBO DUCTO ELECTRICO 1/2', NULL, '10.0300', '-26.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-260.7800', '-26.0000', '2023-06-19', 'received', '10.0300', '10.0300', '-26.0000', NULL, NULL, 5, 'UNIDAD', '-26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39552, NULL, NULL, 3767, '88214145', '1/2 METRO DE PIEDRIN 3/4', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39553, NULL, NULL, 3651, '88522238', 'NYLON X YARDA', NULL, '10.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '10.8000', '10.8000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39554, NULL, NULL, 3447, '88756955', 'BLOCK DE 15 FACSA', NULL, '4.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '4.2100', '4.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39555, NULL, NULL, 3766, '89298176', '1/2 METRO DE ARENA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39556, NULL, NULL, 3477, '89333879', 'TUBO PVC 1 1/2  160 PSI', NULL, '59.9600', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-119.9200', '-2.0000', '2023-06-19', 'received', '59.9600', '59.9600', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39557, NULL, NULL, 3459, '89754256', 'LAMINA ACANALADA CAL. 28 COM. 12 PIES, METALCO', NULL, '115.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '115.2000', '115.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39558, NULL, NULL, 3410, '90045552', 'VARILLA HIERRO DE 3/8 COMERCIAL.', NULL, '28.1000', '-159.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4467.9000', '-159.0000', '2023-06-19', 'received', '28.1000', '28.1000', '-159.0000', NULL, NULL, 5, 'UNIDAD', '-159.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39559, NULL, NULL, 3357, '90120352', 'TUBO DE 1 1/2 C/ROSCA GALV.', NULL, '0.0100', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.0800', '-8.0000', '2023-06-19', 'received', '0.0100', '0.0100', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39560, NULL, NULL, 3709, '90851558', 'COSTANERA GALVANIZADA 4*2¨CHAPA 18', NULL, '225.0000', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-900.0000', '-4.0000', '2023-06-19', 'received', '225.0000', '225.0000', '-4.0000', NULL, NULL, 5, 'UNIDAD', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39561, NULL, NULL, 3728, '91368616', 'PINTURA 1/48 DE GALON 1/2 OCTAVO DORADO', NULL, '8.0000', '-12.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-96.0000', '-12.0000', '2023-06-19', 'received', '8.0000', '8.0000', '-12.0000', NULL, NULL, 5, 'UNIDAD', '-12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39562, NULL, NULL, 3664, '91913455', 'VARILLA DE HIERRO 3/8 GRADO 40 A.G', NULL, '33.9500', '-7.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-237.6500', '-7.0000', '2023-06-19', 'received', '33.9500', '33.9500', '-7.0000', NULL, NULL, 5, 'UNIDAD', '-7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39563, NULL, NULL, 3698, '92214542', 'CARRETA PRETUL', NULL, '245.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-245.0000', '-1.0000', '2023-06-19', 'received', '245.0000', '245.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39564, NULL, NULL, 3718, '92743739', 'TUBO GALVANIZADO 2¨ LISO P/CERCA', NULL, '150.0000', '-22.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3300.0000', '-22.0000', '2023-06-19', 'received', '150.0000', '150.0000', '-22.0000', NULL, NULL, 5, 'UNIDAD', '-22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39565, NULL, NULL, 3654, '93244673', 'TUBO PVC DE 4¨ 160 PSI', NULL, '200.0000', '-3.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-600.0000', '-3.0000', '2023-06-19', 'received', '200.0000', '200.0000', '-3.0000', NULL, NULL, 5, 'UNIDAD', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39566, NULL, NULL, 3669, '93744243', 'TUBO GALVANIZADO 1/2¨ C/ROSCA', NULL, '107.0200', '-5.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-535.1000', '-5.0000', '2023-06-19', 'received', '107.0200', '107.0200', '-5.0000', NULL, NULL, 5, 'UNIDAD', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39567, NULL, NULL, 3449, '94479132', 'BLOCK DE 15 EL CHIKAL', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39568, NULL, NULL, 3353, '94541721', 'TUBO DE 3X3 CHAPA 14', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39569, NULL, NULL, 3464, '95500611', 'TUBO DRENAJE 4  NARANJA', NULL, '116.0000', '-57.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6612.0000', '-57.0000', '2023-06-19', 'received', '116.0000', '116.0000', '-57.0000', NULL, NULL, 5, 'UNIDAD', '-57.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39570, NULL, NULL, 3362, '96004286', 'TUBO DE 2 1/2 S/ ROSCA GALV.', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39571, NULL, NULL, 3378, '96584057', 'COSTANERA NEGRO DE 4X2 CHAPA 14.', NULL, '175.5000', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4738.5000', '-27.0000', '2023-06-19', 'received', '175.5000', '175.5000', '-27.0000', NULL, NULL, 5, 'UNIDAD', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39572, NULL, NULL, 3478, '97539951', 'TUBO PVC 2 1/2  160 PSI', NULL, '112.5300', '-14.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1575.4200', '-14.0000', '2023-06-19', 'received', '112.5300', '112.5300', '-14.0000', NULL, NULL, 5, 'UNIDAD', '-14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39573, NULL, NULL, 3456, '97595833', 'LAMINA ACANALADA CAL. 26 LEG. 10 PIES, METALCO', NULL, '114.0000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-114.0000', '-1.0000', '2023-06-19', 'received', '114.0000', '114.0000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39574, NULL, NULL, 3724, '98409806', 'PINTURA CORONA GALON ACEITE CORONA DURA ', NULL, '86.9400', '-27.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2347.3800', '-27.0000', '2023-06-19', 'received', '86.9400', '86.9400', '-27.0000', NULL, NULL, 4, 'GALON', '-27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39575, NULL, NULL, 3657, '98473903', 'LAMINA ACANALADA DE POLICARBONATO 12 PIES', NULL, '146.0000', '-17.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2482.0000', '-17.0000', '2023-06-19', 'received', '146.0000', '146.0000', '-17.0000', NULL, NULL, 5, 'UNIDAD', '-17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39576, NULL, NULL, 3684, '98491942', 'ROLLO MALLA 2 3/4*2 3/4¨*1 MT ALTURA', NULL, '390.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-780.0000', '-2.0000', '2023-06-19', 'received', '390.0000', '390.0000', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39577, NULL, NULL, 3705, '98870821', 'TUBO NEGRO CUADRADO 3/4 * 3/4 CHAPA 16', NULL, '48.0000', '-34.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1632.0000', '-34.0000', '2023-06-19', 'received', '48.0000', '48.0000', '-34.0000', NULL, NULL, 5, 'UNIDAD', '-34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39578, NULL, NULL, 3671, '99221530', 'TUBO CUADRADO GALVANIZADO 2*2 CHAPA 14', NULL, '200.6500', '-9.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1805.8500', '-9.0000', '2023-06-19', 'received', '200.6500', '200.6500', '-9.0000', NULL, NULL, 5, 'UNIDAD', '-9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39579, NULL, NULL, 3371, '99397921', 'LLANTIA DE 1X1/4', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-06-19', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39580, 670, NULL, 3043, '7501030448242', 'TAKIS', NULL, '2.4500', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.2500', '5.0000', '2023-06-20', 'received', '2.4500', '2.4500', '25.0000', NULL, NULL, 1, 'PZA', '25.0000', NULL, NULL, NULL, NULL, '2.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39581, 670, NULL, 2661, '340', 'CHICLES.', NULL, '0.2833', '120.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '34.0000', '120.0000', '2023-06-20', 'received', '0.2833', '0.2833', '120.0000', NULL, NULL, 1, 'PZA', '120.0000', NULL, NULL, NULL, NULL, '0.2833');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39582, 670, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '21.0000', '1.0000', '2023-06-20', 'received', '1.7500', '1.7500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39583, 671, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '200.2233', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '600.6700', '3.0000', '2023-06-20', 'received', '200.2233', '200.2233', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '200.2233');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39584, 671, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '39.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '468.0000', '12.0000', '2023-06-20', 'received', '39.0000', '39.0000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '39.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39585, 671, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '41.0231', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '533.3000', '2.0000', '2023-06-20', 'received', '41.0231', '41.0231', '13.0000', NULL, NULL, 1, 'PZA', '13.0000', NULL, NULL, NULL, NULL, '41.0231');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39586, 672, NULL, 2902, '7', 'GATORADE', NULL, '6.7700', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '121.8600', '17.0000', '2023-06-23', 'received', '6.7700', '6.7700', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '6.7700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39587, 672, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2900', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.4800', '8.0000', '2023-06-23', 'received', '4.2900', '4.2900', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.2900');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39588, 672, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '180.7500', '17.0000', '2023-06-23', 'received', '7.5313', '7.5313', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '7.5313');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39589, 673, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '90.0000', '12.0000', '2023-06-23', 'received', '7.5000', '7.5000', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '7.5000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39590, 673, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '67.5000', '10.0000', '2023-06-23', 'received', '3.7500', '3.7500', '18.0000', NULL, NULL, 1, 'PZA', '18.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39591, 674, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '60.9000', '4.0000', '2023-06-23', 'received', '10.1500', '10.1500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '10.1500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39592, 674, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '69.8400', '0.0000', '2023-06-23', 'received', '5.8200', '5.8200', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '5.8200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39593, 675, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.3496', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '400.7800', '0.0000', '2023-06-23', 'received', '8.3496', '8.3496', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '8.3496');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39594, 675, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '363.7600', '38.0000', '2023-06-23', 'received', '7.5783', '7.5783', '48.0000', NULL, NULL, 1, 'PZA', '48.0000', NULL, NULL, NULL, NULL, '7.5783');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39595, 676, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '54.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '46.9800', '43.0000', '2023-06-23', 'received', '0.8700', '0.8700', '54.0000', NULL, NULL, 1, 'PZA', '54.0000', NULL, NULL, NULL, NULL, '0.8700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39596, 676, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '63.0000', '14.0000', '2023-06-23', 'received', '1.7500', '1.7500', '36.0000', NULL, NULL, 5, 'UNIDAD', '36.0000', NULL, NULL, NULL, NULL, '1.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39597, 676, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1200', '6.0000', '2023-06-23', 'received', '5.5200', '5.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39598, 676, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5182', '132.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '464.4000', '89.0000', '2023-06-23', 'received', '3.5182', '3.5182', '132.0000', NULL, NULL, 1, 'PZA', '132.0000', NULL, NULL, NULL, NULL, '3.5182');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39599, 676, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.6800', '24.0000', '2023-06-23', 'received', '3.5700', '3.5700', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '3.5700');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39600, 676, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1200', '5.0000', '2023-06-23', 'received', '5.5200', '5.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39601, 676, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5200', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '49.6800', '9.0000', '2023-06-23', 'received', '5.5200', '5.5200', '9.0000', NULL, NULL, 1, 'PZA', '9.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39602, 676, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5200', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '33.1200', '4.0000', '2023-06-23', 'received', '5.5200', '5.5200', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39603, 676, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '26.7000', '3.0000', '2023-06-23', 'received', '4.4500', '4.4500', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39604, 676, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5200', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '22.0800', '4.0000', '2023-06-23', 'received', '5.5200', '5.5200', '4.0000', NULL, NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, '5.5200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39605, 676, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '53.4000', '4.0000', '2023-06-23', 'received', '4.4500', '4.4500', '12.0000', NULL, NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, '4.4500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39606, 677, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '0.0000', '2023-06-26', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39607, 678, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.7500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '135.0000', '36.0000', '2023-06-26', 'received', '3.7500', '3.7500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '3.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39608, 679, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '144.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '120.0000', '144.0000', '2023-06-29', 'received', '0.8333', '0.8333', '144.0000', NULL, NULL, 1, 'PZA', '144.0000', NULL, NULL, NULL, NULL, '0.8333');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39609, 680, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '0.0000', '2023-06-29', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39610, 681, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '14.1667', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '85.0000', '6.0000', '2023-06-29', 'received', '14.1667', '14.1667', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '14.1667');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39611, NULL, NULL, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', NULL, '0.1766', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1766', '0.1766', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39612, NULL, NULL, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', NULL, '25.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.6000', '25.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39613, NULL, NULL, 3620, '011415218604', 'TABCIN GRIPE Y TOS', NULL, '1.4166', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.4166', '1.4166', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39614, NULL, NULL, 3619, '011418205116', 'DORIVAL ', NULL, '1.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.9167', '1.9167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39615, NULL, NULL, 3223, '011418221017', 'TABCIN NIÑOS', NULL, '1.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.4167', '1.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39616, NULL, NULL, 2514, '011418386891', 'ALKA SELTZER .', NULL, '0.4583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.4583', '0.4583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39617, NULL, NULL, 2524, '011418699182', 'ASPIRINA FORTE', NULL, '0.7550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7550', '0.7550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39618, NULL, NULL, 3819, '012800180936', 'BATERIA RAYOVAC AA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39619, NULL, NULL, 3818, '012800198443', 'BATERIA RAYOVAC AAA', NULL, '3.5429', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5429', '3.5429', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39620, NULL, NULL, 2990, '02-290', 'LLAVE DE BOLA BOSSI ITALY 1/2', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39621, NULL, NULL, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', NULL, '25.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.0300', '25.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39622, NULL, NULL, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', NULL, '26.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '26.3400', '26.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39623, NULL, NULL, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', NULL, '2.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.1300', '2.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39624, NULL, NULL, 3551, '02579618', 'CABO PARA PIOCHA', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39625, NULL, NULL, 3852, '038629002716', 'GALLETAS MARIANITAS', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39626, NULL, NULL, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', NULL, '50.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '50.8000', '50.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39627, NULL, NULL, 3742, '045731131470', 'GRAPADORA STANLEY TR45', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39628, NULL, NULL, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39629, NULL, NULL, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39630, NULL, NULL, 3799, '05494687', 'AILSADOR DE PORCELANA SIN TORNILLO', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39631, NULL, NULL, 3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '40.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '40.0600', '40.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39632, NULL, NULL, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', NULL, '0.8583', '-8.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-6.8667', '-8.0000', '2023-07-03', 'received', '0.8583', '0.8583', '-8.0000', NULL, NULL, 5, 'UNIDAD', '-8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39633, NULL, NULL, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', NULL, '19.9992', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.9992', '19.9992', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39634, NULL, NULL, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', NULL, '11.7483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.7483', '11.7483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39635, NULL, NULL, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', NULL, '13.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.3500', '13.3500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39636, NULL, NULL, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39637, NULL, NULL, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', NULL, '1.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.7917', '1.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39638, NULL, NULL, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', NULL, '10.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.2500', '10.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39639, NULL, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.2083', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.2083', '14.2083', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39640, NULL, NULL, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39641, NULL, NULL, 3899, '100054000022', 'CRUCETAS PARA CERAMICA DE 3 MM VIKINGO', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39642, NULL, NULL, 2826, '100083000024', 'DUCHA REDONDA C/BRAZO Y CHAPETA VIKINGO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39643, NULL, NULL, 3078, '100103000010', 'PASADOR DORADO VIKINGO T/MARIPOSA 2', NULL, '4.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.9000', '4.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39644, NULL, NULL, 2475, '100135000026', 'CINCHO PLASTICO NEGRO VIKINGO DE 6\\\" X BOLSA', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39645, NULL, NULL, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39646, NULL, NULL, 3249, '100151000017', 'TARUGO PLASTICO 3/16\\\"  VIKINGO 100 UNID', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39647, NULL, NULL, 3251, '100151000024', 'TARUGO PLASTICO DE 1/4\\\" VIKINGO 100 UNI', NULL, '5.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.4300', '5.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39648, NULL, NULL, 2557, '10015600067', 'BROCA DE PALETA VIKINGO 7/8', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39649, NULL, NULL, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39650, NULL, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39651, NULL, NULL, 3851, '100204000018', 'CERRADURA PARA PORTON CORREDIZO VIKINGO', NULL, '97.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '97.0000', '97.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39652, NULL, NULL, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39653, NULL, NULL, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39654, NULL, NULL, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39655, NULL, NULL, 2960, '102', 'LB CLAVO PARA LAMINA', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39656, NULL, NULL, 3304, '10203', 'TORNILLO PULSER 1/4 X 2 PULG. PUNTA DE BROCA', NULL, '0.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3900', '0.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39657, NULL, NULL, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39658, NULL, NULL, 3246, '10205', 'TAPON H DR 3', NULL, '2.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.7900', '2.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39659, NULL, NULL, 3193, '102050630', 'SIERRA TRONZADORA 14-2000W ENERGY (COS14/1/120)', NULL, '619.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '619.5000', '619.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39660, NULL, NULL, 2715, '102106', 'CODO DR 4\\\"  45 GR', NULL, '8.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.2400', '8.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39661, NULL, NULL, 3340, '102109', 'VALVULA PILA 3 BRONCE', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39662, NULL, NULL, 3146, '102111', 'REDUCIDOR DE 3-1', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39663, NULL, NULL, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39664, NULL, NULL, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39665, NULL, NULL, 3265, '102147', 'TEE 3\" PVC', NULL, '26.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '26.7500', '26.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39666, NULL, NULL, 3263, '102148', 'TEE 2\" PVC', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39667, NULL, NULL, 3261, '102149', 'TEE 2 1/2 PVC', NULL, '19.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.9400', '19.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39668, NULL, NULL, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', NULL, '14.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.9600', '14.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39669, NULL, NULL, 3296, '102204', 'TORNILLO NEGRO PARA TABLA YESO 1 1/2 ', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39670, NULL, NULL, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39671, NULL, NULL, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', NULL, '0.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.6100', '0.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39672, NULL, NULL, 2736, '102225', 'COMPAS ECONOMICO DE PLASTICO', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39673, NULL, NULL, 2730, '102246', 'CODO C/R PVC 3/4', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39674, NULL, NULL, 2729, '102247', 'CODO C/R PVC  1\\\"', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39675, NULL, NULL, 3269, '102248', 'TEE C/R 3/4', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39676, NULL, NULL, 3268, '102249', 'TEE C/R 1\"', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39677, NULL, NULL, 2757, '102250', 'COPLA C/R 2\"', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39678, NULL, NULL, 3242, '102252', 'TAPON 4\"', NULL, '4.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.8900', '4.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39679, NULL, NULL, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', NULL, '0.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1100', '0.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39680, NULL, NULL, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39681, NULL, NULL, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39682, NULL, NULL, 3240, '102290', 'TAPON 1/2 CON ROSCA', NULL, '0.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7700', '0.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39683, NULL, NULL, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39684, NULL, NULL, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', NULL, '0.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.4500', '0.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39685, NULL, NULL, 3023, '102301', 'MARTILLO ALDOSA 25 MM', NULL, '21.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.9500', '21.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39686, NULL, NULL, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39687, NULL, NULL, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', NULL, '23.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '23.7000', '23.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39688, NULL, NULL, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39689, NULL, NULL, 3280, '102306', 'TENAZA DE 9\" ALDOSA', NULL, '15.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.2100', '15.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39690, NULL, NULL, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', NULL, '7.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5200', '7.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39691, NULL, NULL, 3289, '102310', 'TORNILLO 2P BUSCA ROSCA', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39692, NULL, NULL, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39693, NULL, NULL, 2871, '102312', 'FLOTE P/ TANQUE SANITARIO PLAST', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39694, NULL, NULL, 3298, '102313', 'TORNILLO PLASTICO PARA TANQUE SANITARIO', NULL, '3.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.3000', '3.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39695, NULL, NULL, 3052, '102316', 'NIVEL DE RESINA 24\" ALDOSA', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39696, NULL, NULL, 3024, '102317', 'MARTILLO MANGO DE MADERA 23 MM', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39697, NULL, NULL, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA MGO. PLASTICO AZUL', NULL, '9.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.4100', '9.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39698, NULL, NULL, 2732, '102328', 'CODO LISO PVC 4\\\'\\\'', NULL, '28.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.4900', '28.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39699, NULL, NULL, 2714, '102330', 'CODO DR 3\\\" 45 GR ', NULL, '12.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.7500', '12.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39700, NULL, NULL, 3247, '102347', 'TAPON HEMBRA 3 PSI', NULL, '28.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.4700', '28.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39701, NULL, NULL, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', NULL, '8.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.4700', '8.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39702, NULL, NULL, 2964, '102375', 'LIBRA DE PITA COMPLETA', NULL, '10.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.8333', '10.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39703, NULL, NULL, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', NULL, '31.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '31.0000', '31.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39704, NULL, NULL, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', NULL, '0.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.2300', '0.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39705, NULL, NULL, 3005, '10295', 'LLAVE PARA REGADERA (DUCHA) GERFOR', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39706, NULL, NULL, 3337, '10298', 'VALVULA PARA PILA DE 2 P DE ALUMINIO', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39707, NULL, NULL, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39708, NULL, NULL, 3063, '104', 'ORANGE LATA. .', NULL, '3.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.1250', '3.1250', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39709, NULL, NULL, 3062, '109', 'ORANGE JUMBO.   .', NULL, '14.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.1667', '14.1667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39710, NULL, NULL, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39711, NULL, NULL, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', NULL, '80.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '80.0000', '80.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39712, NULL, NULL, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39713, NULL, NULL, 3061, '111', 'ORANGE DESECHABLE.         .', NULL, '2.8208', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.8208', '2.8208', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39714, NULL, NULL, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', NULL, '0.1750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1750', '0.1750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39715, NULL, NULL, 2513, '11418240780', 'ALKA AD  .', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39716, NULL, NULL, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39717, NULL, NULL, 3312, '13', 'TORTRIX TACO..', NULL, '1.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.3100', '1.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39718, NULL, NULL, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', NULL, '7.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.3700', '7.3700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39719, NULL, NULL, 3085, '15', 'PEPSI LATA  .', NULL, '4.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.2700', '4.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39720, NULL, NULL, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39721, NULL, NULL, 3048, '151', 'NACHOS DIANA', NULL, '0.8333', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8333', '-1.0000', '2023-07-03', 'received', '0.8333', '0.8333', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39722, NULL, NULL, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', NULL, '8.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.4600', '8.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39723, NULL, NULL, 3086, '15199', 'PEPSI VIDRIO', NULL, '2.8363', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.8363', '2.8363', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39724, NULL, NULL, 2630, '15310', 'CANGREJO INDUSTRIAL 10\\\" PULGADAS TOLSEN', NULL, '46.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '46.2500', '46.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39725, NULL, NULL, 2469, '1546', 'ABRAZADERA D 3\\\" VOLTECH X UNIDAD', NULL, '3.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.8800', '3.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39726, NULL, NULL, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39727, NULL, NULL, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', NULL, '15.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.8800', '15.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39728, NULL, NULL, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39729, NULL, NULL, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', NULL, '19.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.8200', '19.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39730, NULL, NULL, 2571, '17501206646080', 'BROCA P/METAL TRUPER 1/2 ACERO M2', NULL, '32.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '32.5200', '32.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39731, NULL, NULL, 3562, '17547914', 'ESMERILADORA ENERGY 9 2100W AG230/2/120', NULL, '430.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '430.5000', '430.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39732, NULL, NULL, 3909, '18044149', 'CAPA PONCHO AZUL/NEGRO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39733, NULL, NULL, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', NULL, '0.6000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.6000', '-1.0000', '2023-07-03', 'received', '0.6000', '0.6000', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39734, NULL, NULL, 2993, '19025', 'LLAVE DE COMPUERTA REDWHITE USA 1\"', NULL, '47.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '47.2200', '47.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39735, NULL, NULL, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', NULL, '37.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '37.2900', '37.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39736, NULL, NULL, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', NULL, '37.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '37.5900', '37.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39737, NULL, NULL, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39738, NULL, NULL, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', NULL, '41.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '41.6400', '41.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39739, NULL, NULL, 2597, '21', 'CABLE THHN N0 8 NEGRO', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39740, NULL, NULL, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', NULL, '57.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '57.5000', '57.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39741, NULL, NULL, 2852, '21200844416', 'ESPONJA MULTIUSOS SCOTCH', NULL, '30.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.2800', '30.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39742, NULL, NULL, 3216, '21200964749', 'SUPER 77 ADESHIVE 4.4 ONZ 3M', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39743, NULL, NULL, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39744, NULL, NULL, 3751, '22418243', 'CODO PVC LISO 2\\\" 45 GR', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39745, NULL, NULL, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39746, NULL, NULL, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', NULL, '10.3818', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.3818', '10.3818', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39747, NULL, NULL, 2877, '24474002124', 'FRUTA FRESCA  PETIT', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39748, NULL, NULL, 2948, '24474381014', 'JUGO PETIT LATA 330 ML', NULL, '2.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.3800', '2.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39749, NULL, NULL, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39750, NULL, NULL, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39751, NULL, NULL, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', NULL, '0.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.2400', '0.2400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39752, NULL, NULL, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39753, NULL, NULL, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', NULL, '10.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.0400', '10.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39754, NULL, NULL, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', NULL, '17.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.8800', '17.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39755, NULL, NULL, 3850, '29294449', 'CABLE DUPLEX', NULL, '5.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.9000', '5.9000', '0.0000', NULL, NULL, 6, 'METRO', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39756, NULL, NULL, 3884, '29870647', 'REDUCIDOR PVC 2 1/2 - 1/2', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39757, NULL, NULL, 2599, '3', 'CABLE THHN No.8 ROJO', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39758, NULL, NULL, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', NULL, '10.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.6000', '10.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39759, NULL, NULL, 3113, '300V-80', 'POLEA GUIA INFERIOR \"V\" COMUNELLO', NULL, '84.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '84.7000', '84.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39760, NULL, NULL, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39761, NULL, NULL, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39762, NULL, NULL, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', NULL, '56.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '56.0000', '56.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39763, NULL, NULL, 3646, '31478428', 'CIGARROS POR UNIDAD', NULL, '1.1233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.1233', '1.1233', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39764, NULL, NULL, 3791, '31559404', 'COPLA PVC DE 4\\\"', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39765, NULL, NULL, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', NULL, '22.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '22.9000', '22.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39766, NULL, NULL, 2983, '3253569868612', 'LLAVE COLA/CORONA #16 STANLEY', NULL, '22.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '22.4200', '22.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39767, NULL, NULL, 2984, '3253569868636', 'LLAVE COLA/CORONA #18 STANLEY', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39768, NULL, NULL, 2985, '3253569868643', 'LLAVE COLA/CORONA #19 STANLEY', NULL, '28.4300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.4300', '28.4300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39769, NULL, NULL, 2986, '3253569868650', 'LLAVE COLA/CORONA #20 STANLEY', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39770, NULL, NULL, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', NULL, '37.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '37.3000', '37.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39771, NULL, NULL, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', NULL, '43.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '43.2300', '43.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39772, NULL, NULL, 2661, '340', 'CHICLES.', NULL, '0.2833', '-11.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.1167', '-11.0000', '2023-07-03', 'received', '0.2833', '0.2833', '-11.0000', NULL, NULL, 1, 'PZA', '-11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39773, NULL, NULL, 2828, '341', 'DULCES HALLS      .', NULL, '0.2451', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.2451', '0.2451', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39774, NULL, NULL, 3314, '342', 'TRIDENT 4S             .', NULL, '0.5819', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-2.3278', '-4.0000', '2023-07-03', 'received', '0.5819', '0.5819', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39775, NULL, NULL, 2949, '345', 'JUGOS CALIFORNIA.', NULL, '6.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.6900', '6.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39776, NULL, NULL, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39777, NULL, NULL, 3797, '37007589', 'PLOMO DE ALBAÑIL DE 2 LBS', NULL, '128.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '128.0000', '128.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39778, NULL, NULL, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39779, NULL, NULL, 3792, '39098278', 'REDUCIDOR DE PVC 2 1/2 - 1 1/2 ', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39780, NULL, NULL, 2600, '4', 'CABLE THHN No.8 VERDE', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39781, NULL, NULL, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', NULL, '9.4683', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.4683', '9.4683', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39782, NULL, NULL, 2998, '400WOG', 'LLAVE DE PASO ZINC DE 2\" SUVAL', NULL, '85.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '85.7500', '85.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39783, NULL, NULL, 3821, '40117800525', 'SERVILLETA BLUE SKY', NULL, '3.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.6250', '3.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39784, NULL, NULL, 3000, '411653', 'LLAVE DUCHA BOSSI', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39785, NULL, NULL, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39786, NULL, NULL, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', NULL, '19.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.0000', '19.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39787, NULL, NULL, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', NULL, '4.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.1500', '4.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39788, NULL, NULL, 2829, '41333029955', 'DURACEL ALCALINA D 4 UNIDADES', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39789, NULL, NULL, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', NULL, '4.1483', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.1483', '4.1483', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39790, NULL, NULL, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', NULL, '45.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '45.5500', '45.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39791, NULL, NULL, 3910, '42460381', 'BOTAS DE HULE HERCULES ', NULL, '68.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '68.0000', '68.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39792, NULL, NULL, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', NULL, '0.1842', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1842', '0.1842', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39793, NULL, NULL, 3848, '43068893', 'FOTOCELDA', NULL, '61.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '61.6500', '61.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39794, NULL, NULL, 3486, '43343906', 'LAYS ORIGINAL PROMO', NULL, '13.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.6200', '13.6200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39795, NULL, NULL, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39796, NULL, NULL, 3753, '45185105', 'TEE PVC 1/2 C/R', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39797, NULL, NULL, 3033, '45242502646', 'METRO 5 M MILWAUKEE', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39798, NULL, NULL, 3046, '45242534470', 'NABAJA PLEGABLE MILWAUKEE', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39799, NULL, NULL, 2735, '4710887411153', 'COMPAS DE METAL ECONOMICO', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39800, NULL, NULL, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', NULL, '0.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5400', '0.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39801, NULL, NULL, 2553, '4711678072546', 'BORRADOR CANDY', NULL, '2.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.1000', '2.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39802, NULL, NULL, 3631, '4719867213084', 'SUPER GLUE', NULL, '0.8042', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8042', '0.8042', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39803, NULL, NULL, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', NULL, '5.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.7200', '5.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39804, NULL, NULL, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', NULL, '34.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '34.3000', '34.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39805, NULL, NULL, 3901, '49175411', 'TRIDENT 1S (SOBRE)', NULL, '0.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3750', '0.3750', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39806, NULL, NULL, 3927, '4997148010267', 'GRAPA P/CABLE AISLAR DE 1', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39807, NULL, NULL, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', NULL, '6.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.5600', '6.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39808, NULL, NULL, 2909, '4997148010311', 'GRAPA P/CABLE AISLAR C/PVC DE 3/4 CAJA', NULL, '8.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.2500', '8.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39809, NULL, NULL, 2952, '5', 'KERNS LATA.      .', NULL, '3.2500', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.2500', '1.0000', '2023-07-03', 'received', '3.2500', '3.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39810, NULL, NULL, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39811, NULL, NULL, 2458, '5062406478367', 'PLACA PARA TIMBRE VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39812, NULL, NULL, 3817, '51115036804', 'CINTA SCOTCH BLUE 18MM', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39813, NULL, NULL, 2673, '51128593042', 'CINCHO AMARRE NEGRO 15\"', NULL, '0.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5700', '0.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39814, NULL, NULL, 2640, '51131390300', 'CERA CINTETICA PROTECTORA473 ML', NULL, '76.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '76.3500', '76.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39815, NULL, NULL, 2982, '512', 'LITRO PEPSI.     .', NULL, '5.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.2100', '5.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39816, NULL, NULL, 3212, '52', 'SOPAS INSTANTANEAS .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39817, NULL, NULL, 2464, '53', 'ABRAZADERA 3/4\" METAL', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39818, NULL, NULL, 3321, '53010', 'UNION CONDUIT 1 NARANJA', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39819, NULL, NULL, 2543, '531100279849', 'BOMBA SUMERGIBLE DE AGUA  79849', NULL, '675.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '675.0000', '675.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39820, NULL, NULL, 3229, '5374-20', 'TALADRO PERCUTOR 3100RPM 1/2 MILWAUKEE', NULL, '650.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '650.3000', '650.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39821, NULL, NULL, 3908, '53761781', 'LAVAMANOS AQUALYN 4\\\" INCESA VERDE', NULL, '210.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '210.0000', '210.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39822, NULL, NULL, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', NULL, '34.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '34.5300', '34.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39823, NULL, NULL, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', NULL, '42.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '42.9000', '42.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39824, NULL, NULL, 3810, '54086581', 'SEGUETA FINA DE METAL P/CALADORA 75 MM ', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39825, NULL, NULL, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', NULL, '7.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5500', '7.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39826, NULL, NULL, 3060, '56', 'OCTAVO SABORES.', NULL, '6.2667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.2667', '6.2667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39827, NULL, NULL, 3849, '59111803', 'TABLERO MONO FASICO ELECTRIX 4 CIRCUITOS 125 AMP', NULL, '235.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '235.0000', '235.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39828, NULL, NULL, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', NULL, '52.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '52.9200', '52.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39829, NULL, NULL, 3626, '59496687', 'IBUWIN 600 MG', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39830, NULL, NULL, 2598, '6', 'CABLE THHN No.10 NEGRO', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39831, NULL, NULL, 3059, '60', 'NYLON UNIDAD', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39832, NULL, NULL, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', NULL, '7.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.1300', '7.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39833, NULL, NULL, 3790, '60682244', 'COPLA PVC DE 3\\\"', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39834, NULL, NULL, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39835, NULL, NULL, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', NULL, '64.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '64.0000', '64.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39836, NULL, NULL, 2845, '6130-33', 'ESMERILADORA ANGULAR D 4 1/2 MILWAKEE', NULL, '530.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '530.0000', '530.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39837, NULL, NULL, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39838, NULL, NULL, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39839, NULL, NULL, 2941, '6424497200905', 'JABONERA CROMADA FOREVER', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39840, NULL, NULL, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', NULL, '5.0150', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0150', '5.0150', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39841, NULL, NULL, 3920, '660756015156', 'BOCADELI MEDIANO ', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39842, NULL, NULL, 3834, '66774996', 'CODO DR 2\\\"  45 GR', NULL, '2.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.0200', '2.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39843, NULL, NULL, 3816, '66925582189797', 'CONTROL AUTOMATICO BOMBA 1.6 HP TOTAL 145 PSI MAX', NULL, '209.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '209.7500', '209.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39844, NULL, NULL, 3345, '675873001579', 'VITAFLENACO UNIDAD', NULL, '1.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.1100', '1.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39845, NULL, NULL, 3601, '6923634953150', 'CHICLE LATA 12GRS.', NULL, '1.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5833', '1.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39846, NULL, NULL, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39847, NULL, NULL, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39848, NULL, NULL, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39849, NULL, NULL, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39850, NULL, NULL, 3906, '6925582164138', 'TENAZA ARMADOR DE 8\\\" TOTAL', NULL, '21.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.2000', '21.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39851, NULL, NULL, 3506, '6925582166064', 'DISCO SIERRA CIRCULAR DE DIAMANTE 7 1/4  TOTAL ', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39852, NULL, NULL, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', NULL, '23.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '23.5000', '23.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39853, NULL, NULL, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39854, NULL, NULL, 3521, '6925582168150', 'TIJERA PARA CORTAR LAMINA 10\\\" TOTAL', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39855, NULL, NULL, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39856, NULL, NULL, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39857, NULL, NULL, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', NULL, '35.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '35.5000', '35.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39858, NULL, NULL, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39859, NULL, NULL, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', NULL, '50.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '50.0000', '50.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39860, NULL, NULL, 3524, '6925582171068', 'ALICATE PICO DE LORO 10\\\" TOTAL ', NULL, '40.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '40.5000', '40.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39861, NULL, NULL, 3500, '6925582172973', 'TRIQUET HIDRAULICO 2 TON TOTAL', NULL, '100.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '100.0000', '100.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39862, NULL, NULL, 3501, '6925582174380', 'JUEGO PUNTA DE IMPACTO PH2 DESTORNILLADOR TOTAL 50MM ', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39863, NULL, NULL, 3504, '6925582176599', 'CINTA METRICA 8 MT PRO TOTAL', NULL, '37.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '37.4000', '37.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39864, NULL, NULL, 3502, '6925582178104', 'BARRA DE UÑA 24\\\" TOTAL ', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39865, NULL, NULL, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39866, NULL, NULL, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', NULL, '75.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '75.0000', '75.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39867, NULL, NULL, 3513, '6925582180923', 'CORTAPERNOS 24\\\" TOTAL', NULL, '134.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '134.2000', '134.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39868, NULL, NULL, 3512, '6925582180978', 'CORTAPERNOS 18\\\" TOTAL', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39869, NULL, NULL, 3514, '6925582181692', 'CORTAPERNOS 30\\\" TOTAL', NULL, '172.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '172.0000', '172.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39870, NULL, NULL, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39871, NULL, NULL, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39872, NULL, NULL, 3498, '6925582181975', 'SERRUCHO 20\\\" TOTAL', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39873, NULL, NULL, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39874, NULL, NULL, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', NULL, '179.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '179.0000', '179.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39875, NULL, NULL, 3530, '6925582185638', 'PORTAELECTRODO 500A TOTAL', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39876, NULL, NULL, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39877, NULL, NULL, 3531, '6925582186659', 'PORTAELECTRODO 800A TOTAL', NULL, '41.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '41.0000', '41.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39878, NULL, NULL, 3520, '6925582187069', 'SIERRA PLEGABLE 7\\\" TOTAL', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39879, NULL, NULL, 3510, '6925582188253', 'VIZE GRIP CURVO 10\\\" TOTAL', NULL, '37.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '37.0000', '37.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39880, NULL, NULL, 3511, '6925582188592', 'ALICATE VIZE GRIP CURVO 7\\\" TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39881, NULL, NULL, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', NULL, '245.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '245.0000', '245.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39882, NULL, NULL, 3526, '6925582191202', 'ALICATE PRESION P/SOLDAR 10\\\" TOTAL ', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39883, NULL, NULL, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39884, NULL, NULL, 2865, '6933236904764', 'FILTRO P/ACEITE UNIVERSAL UJ-3780', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39885, NULL, NULL, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', NULL, '30.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.2500', '30.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39886, NULL, NULL, 3278, '6933528710806', 'TENACIN INDUSTRIAL DE 8 TOLSEN 10039', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39887, NULL, NULL, 3844, '6933528710967', 'CAIMAN TOLSEN DE 30\\\"', NULL, '153.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '153.0100', '153.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39888, NULL, NULL, 3845, '6933528710974', 'CAIMAN TOLSEN DE 36\\\"', NULL, '164.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '164.5000', '164.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39889, NULL, NULL, 3534, '6933528714125', 'JUEGO DE LLAVES COLA Y CORONA 8 PZS  5/16 - 3/4 TOLSEN', NULL, '171.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '171.0000', '171.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39890, NULL, NULL, 2994, '6933528715610', 'LLAVE DE CRUZ DE 14\"', NULL, '34.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '34.4900', '34.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39891, NULL, NULL, 2945, '6933528716297', 'JUEGO LLAVES COLA/ CORONA FLEX 15259', NULL, '217.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '217.8500', '217.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39892, NULL, NULL, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', NULL, '62.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '62.2300', '62.2300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39893, NULL, NULL, 2944, '6933528717195', 'JUEGO DE RATCHET1/4 14 PZS   15150', NULL, '83.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '83.5700', '83.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39894, NULL, NULL, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', NULL, '113.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '113.5000', '113.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39895, NULL, NULL, 2946, '6933528717218', 'JUEGO RATCHET 1/2 12 PZS 15152', NULL, '153.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '153.4000', '153.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39896, NULL, NULL, 3041, '6933528717225', 'MINI CANGREJO 6.5\" 15280', NULL, '34.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '34.0900', '34.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39897, NULL, NULL, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', NULL, '75.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '75.3100', '75.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39898, NULL, NULL, 2456, '6933528725053', 'MINI ALMADANA TOLSEN 3 LIBRAS', NULL, '51.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '51.5000', '51.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39899, NULL, NULL, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', NULL, '26.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '26.0000', '26.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39900, NULL, NULL, 2915, '693352872557', 'HACHUELA MANGO DE MADERA 21OZ', NULL, '38.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '38.7500', '38.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39901, NULL, NULL, 2516, '6933528725848', 'ALMADANA TOLSEN 6 LBS', NULL, '110.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '110.7500', '110.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39902, NULL, NULL, 3285, '6933528730378', 'TIJERA PARA LAMINA DE 10\" 30036', NULL, '39.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '39.6000', '39.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39903, NULL, NULL, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', NULL, '49.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '49.2500', '49.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39904, NULL, NULL, 3846, '6933528732020', 'LIMA REDONDA PARA METAL DE 8\\\" TOLSEN', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39905, NULL, NULL, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', NULL, '10.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.7500', '10.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39906, NULL, NULL, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39907, NULL, NULL, 2836, '6933528735335', 'ESCUADRA PARA CARPINTERO 10\\\" ALDOSA( 35080)', NULL, '11.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.9200', '11.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39908, NULL, NULL, 3054, '6933528735472', 'NIVEL INDUTRIAL MAGNETICO 16\\\" 35111 TOLSEN', NULL, '61.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '61.5000', '61.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39909, NULL, NULL, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', NULL, '66.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '66.9800', '66.9800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39910, NULL, NULL, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', NULL, '80.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '80.7500', '80.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39911, NULL, NULL, 3324, '6933528735663', 'VERNIER DE 6\\\" TOLSEN 35049', NULL, '74.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '74.3600', '74.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39912, NULL, NULL, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', NULL, '29.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '29.0000', '29.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39913, NULL, NULL, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', NULL, '39.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '39.7500', '39.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39914, NULL, NULL, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', NULL, '12.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.2500', '12.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39915, NULL, NULL, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', NULL, '30.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.5000', '30.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39916, NULL, NULL, 3891, '6933528740599', 'BROCHA MANGO DE MADERA DE 1 TOLSEN 40121', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39917, NULL, NULL, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39918, NULL, NULL, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', NULL, '8.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.7500', '8.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39919, NULL, NULL, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', NULL, '13.5375', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.5375', '13.5375', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39920, NULL, NULL, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', NULL, '14.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.7250', '14.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39921, NULL, NULL, 3588, '6933528742135', 'PLOMADA C/YESO POLVO AZUL 115G TOLSEN 42013', NULL, '34.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '34.2500', '34.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39922, NULL, NULL, 3153, '6933528743002', 'REMACHADORA PROFECIONAL DE 10\" 43001', NULL, '28.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.3600', '28.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39923, NULL, NULL, 3154, '6933528743033', 'REMACHE POP 50 PZS 2*4*6MM 43005', NULL, '3.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.3100', '3.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39924, NULL, NULL, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39925, NULL, NULL, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', NULL, '13.5366', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.5366', '13.5366', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39926, NULL, NULL, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39927, NULL, NULL, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39928, NULL, NULL, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', NULL, '16.0400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.0400', '16.0400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39929, NULL, NULL, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', NULL, '8.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.5500', '8.5500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39930, NULL, NULL, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', NULL, '57.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '57.0000', '57.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39931, NULL, NULL, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', NULL, '109.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '109.7900', '109.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39932, NULL, NULL, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39933, NULL, NULL, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', NULL, '4.9883', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.9883', '4.9883', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39934, NULL, NULL, 3544, '6933528778684', 'DISCO DE SIERRA 7 1/4\\\" X 24T TOLSEN (76430)', NULL, '33.4866', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '33.4866', '33.4866', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39935, NULL, NULL, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T TOLSEN (76431)', NULL, '38.7133', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '38.7133', '38.7133', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39936, NULL, NULL, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', NULL, '185.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '185.5000', '185.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39937, NULL, NULL, 2816, '6933528786191', 'DISCO OXIDO GRANO 60 77212', NULL, '7.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.0300', '7.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39938, NULL, NULL, 3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39939, NULL, NULL, 3895, '6933528787365', 'BROCA DE COBALTO 5/32\\\" TOLSEN 75206', NULL, '5.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.7500', '5.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39940, NULL, NULL, 3896, '6933528787402', 'BROCA DE COBALTO 7/32\\\" TOLSEN 75210', NULL, '9.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.2500', '9.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39941, NULL, NULL, 3897, '6933528787426', 'BROCA DE COBALTO 1/4\\\" TOLSEN 75212', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39942, NULL, NULL, 3898, '6933528787501', 'BROCA DE COBALTO 3/8\\\" TOLSEN 75220', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39943, NULL, NULL, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', NULL, '45.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '45.6000', '45.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39944, NULL, NULL, 2525, '6933528788966', 'ATORNILLADOR INALAMBRICO 1/4 DC12V 79212', NULL, '405.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '405.0000', '405.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39945, NULL, NULL, 3170, '6933528788973', 'ROTOMARTILLO INALAMBRICO 3/8 792152', NULL, '750.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '750.0000', '750.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39946, NULL, NULL, 2847, '6933528789000', 'ESMERILADORA INDUSTRIAL DE 9\" 79725', NULL, '800.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '800.0000', '800.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39947, NULL, NULL, 3189, '6933528789017', 'SIERRA CIRCULAR INDUSTRIAL TOLSEN 1300W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39948, NULL, NULL, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', NULL, '288.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '288.3900', '288.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39949, NULL, NULL, 3088, '6941428001801', 'PINTURA EN SPRAY NEGRO METALICO VIKINGO', NULL, '11.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.9000', '11.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39950, NULL, NULL, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39951, NULL, NULL, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', NULL, '24.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.9000', '24.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39952, NULL, NULL, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39953, NULL, NULL, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39954, NULL, NULL, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', NULL, '42.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '42.0700', '42.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39955, NULL, NULL, 2510, '6942713105570', 'ALICATE 8 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39956, NULL, NULL, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', NULL, '6.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.3000', '6.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39957, NULL, NULL, 2685, '6942713105631', 'CINTA METRICA ALDOSA PROT/ HULE 5MT', NULL, '9.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.8000', '9.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39958, NULL, NULL, 3038, '6942713105648', 'METRO CONTRA IMPACTO 7.5 MTS ALDOSA', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39959, NULL, NULL, 2743, '6942713105693', 'CONTRALLAVE 3/8 X 1/2 ALDOSA  P/PISO', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39960, NULL, NULL, 2741, '6942713105716', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PARED', NULL, '9.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.6900', '9.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39961, NULL, NULL, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39962, NULL, NULL, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', NULL, '11.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.1700', '11.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39963, NULL, NULL, 2776, '6942713105785', 'CUCHARA # 8 ALDOSA', NULL, '10.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.7000', '10.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39964, NULL, NULL, 2999, '6942713105945', 'LLAVE DE PILA 1/2 ALDOSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39965, NULL, NULL, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', NULL, '14.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.1300', '14.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39966, NULL, NULL, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', NULL, '25.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.2500', '25.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39967, NULL, NULL, 3488, '6942713106256', 'CINTA METRICA 30 MTS. ALDOSA', NULL, '44.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '44.5900', '44.5900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39968, NULL, NULL, 2684, '6942713106263', 'CINTA METRICA 50 MTS ALDOSA', NULL, '65.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '65.9000', '65.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39969, NULL, NULL, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\\\" ALDOSA', NULL, '8.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.9600', '8.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39970, NULL, NULL, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39971, NULL, NULL, 3068, '6942713106492', 'PALA S/CABO CUADRADA ALDOSA', NULL, '26.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '26.3000', '26.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39972, NULL, NULL, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM ALDOSA', NULL, '15.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.2500', '15.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39973, NULL, NULL, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39974, NULL, NULL, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', NULL, '7.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.6100', '7.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39975, NULL, NULL, 2765, '6942713107970', 'CORDEL ALDOSA 100 TMS 0.80 MM', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39976, NULL, NULL, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', NULL, '11.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.4900', '11.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39977, NULL, NULL, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39978, NULL, NULL, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', NULL, '4.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.8800', '4.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39979, NULL, NULL, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39980, NULL, NULL, 2521, '69427131106942', 'ARCO P/SIERRA ALSOSA 12\"', NULL, '16.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.1300', '16.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39981, NULL, NULL, 2957, '6946723402988', 'LAMPARA TIGER WORLD', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39982, NULL, NULL, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', NULL, '9.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.9500', '9.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39983, NULL, NULL, 3602, '6954302925131', 'CHICLE  X-DENT', NULL, '1.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.1667', '1.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39984, NULL, NULL, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', NULL, '1.0416', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.0416', '1.0416', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39985, NULL, NULL, 3783, '69668397', 'REMACHE POR UNIDAD', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39986, NULL, NULL, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', NULL, '0.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.2000', '0.2000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39987, NULL, NULL, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', NULL, '7.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.6500', '7.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39988, NULL, NULL, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39989, NULL, NULL, 2902, '7', 'GATORADE', NULL, '6.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.7700', '6.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39990, NULL, NULL, 3752, '70029044', 'COPLA PVC 1 1/4 ', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39991, NULL, NULL, 3124, '70330000328', 'RASURADORA BIC 1 HOJA', NULL, '1.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.7300', '1.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39992, NULL, NULL, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', NULL, '13.1167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.1167', '13.1167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39993, NULL, NULL, 3837, '71633725', 'CAJA DE MARCADOR FAST', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39994, NULL, NULL, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', NULL, '3.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5700', '3.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39995, NULL, NULL, 3064, '721282202394', 'PAKE TAXO MIX', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39996, NULL, NULL, 2864, '721282202745', 'FIESTA SNAX PEQUE', NULL, '4.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.4500', '4.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39997, NULL, NULL, 3310, '721282300083', 'TORTRIX FAMILIAR  .', NULL, '7.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.3800', '7.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39998, NULL, NULL, 2823, '721282300397', 'DORITOS FAMILIAR   .', NULL, '10.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.7200', '10.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (39999, NULL, NULL, 2959, '721282300526', 'LAYS FAMILIAR.', NULL, '9.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.3500', '9.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40000, NULL, NULL, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', NULL, '9.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.7500', '9.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40001, NULL, NULL, 2659, '721282301295', 'CHETOS 190G  .', NULL, '10.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.3000', '10.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40002, NULL, NULL, 3484, '721282302926', 'PIKARONES FAMILIAR', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40003, NULL, NULL, 3016, '721282403920', 'MANIAX FRITO LAY', NULL, '0.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.9000', '0.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40004, NULL, NULL, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', NULL, '6.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.2500', '6.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40005, NULL, NULL, 3641, '721282407690', 'TORTRIX MEDIANO', NULL, '1.7500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-1.7500', '-1.0000', '2023-07-03', 'received', '1.7500', '1.7500', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40006, NULL, NULL, 3873, '721672034406', 'MASKING TAPE 3/4 X 25 YDS. HY STIK', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40007, NULL, NULL, 3858, '73058655', 'FLIPON 1X30A BH', NULL, '13.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.7500', '13.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40008, NULL, NULL, 3923, '7313468613006', 'CAJA DE GRAPAS STANDARD 6MM', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40009, NULL, NULL, 2662, '73877702002', 'BOTE DE CHILE JALAPEÑO', NULL, '5.4550', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.4550', '5.4550', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40010, NULL, NULL, 2663, '738777170038', 'CHILE PICAMAS 100G', NULL, '3.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.4050', '3.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40011, NULL, NULL, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', NULL, '6.5467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.5467', '6.5467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40012, NULL, NULL, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', NULL, '9.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.9167', '9.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40013, NULL, NULL, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', NULL, '3.4229', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.4229', '3.4229', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40014, NULL, NULL, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', NULL, '7.5783', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5783', '7.5783', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40015, NULL, NULL, 2647, '7401000702414', 'CERVEZA GALLO LATA .', NULL, '7.7517', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.7517', '7.7517', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40016, NULL, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.5417', '8.5417', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40017, NULL, NULL, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40018, NULL, NULL, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', NULL, '11.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.7500', '11.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40019, NULL, NULL, 3231, '7401000705019', 'TAMPICO VASO.    .', NULL, '1.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.8300', '1.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40020, NULL, NULL, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40021, NULL, NULL, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', NULL, '3.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.4200', '3.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40022, NULL, NULL, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', NULL, '2.9354', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.9354', '2.9354', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40023, NULL, NULL, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', NULL, '5.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.8100', '5.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40024, NULL, NULL, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40025, NULL, NULL, 3120, '7401000707723', 'RAPTOR', NULL, '5.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.8200', '5.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40026, NULL, NULL, 3902, '7401000710969', 'MICHELADA LATA 472 ML', NULL, '12.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.9500', '12.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40027, NULL, NULL, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', NULL, '4.6666', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.6666', '4.6666', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40028, NULL, NULL, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40029, NULL, NULL, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', NULL, '3.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.1667', '3.1667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40030, NULL, NULL, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', NULL, '4.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.8333', '4.8333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40031, NULL, NULL, 2506, '7401002306702', 'AGUA SALVAVIDA PACHON .', NULL, '1.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.4200', '1.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40032, NULL, NULL, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40033, NULL, NULL, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40034, NULL, NULL, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', NULL, '9.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.2900', '9.2900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40035, NULL, NULL, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40036, NULL, NULL, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', NULL, '3.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.6300', '3.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40037, NULL, NULL, 3806, '740100421081', 'SALSA RANCHERA REGIA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40038, NULL, NULL, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', NULL, '19.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.1100', '19.1100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40039, NULL, NULL, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40040, NULL, NULL, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40041, NULL, NULL, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40042, NULL, NULL, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40043, NULL, NULL, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', NULL, '22.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '22.2500', '22.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40044, NULL, NULL, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40045, NULL, NULL, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', NULL, '261.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '261.2500', '261.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40046, NULL, NULL, 3119, '7401005009129', 'QUETZALTECA LITRO.', NULL, '36.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '36.3000', '36.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40047, NULL, NULL, 3168, '7401005013416', 'RON ZACAPA CENTENARIO 350ML', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40048, NULL, NULL, 3083, '7401005903014', 'PEPSI 2 LITROS', NULL, '9.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.3800', '9.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40049, NULL, NULL, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', NULL, '4.7908', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.7908', '4.7908', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40050, NULL, NULL, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', NULL, '2.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5800', '2.5800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40051, NULL, NULL, 2950, '7401005915017', 'JUMBO PEPSI.   .', NULL, '12.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.9583', '12.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40052, NULL, NULL, 2499, '7401005983696', 'ADRENALINA PEQ.  .', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40053, NULL, NULL, 2500, '7401005988561', 'ADRENALINE 16OZ  .', NULL, '11.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.6700', '11.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40054, NULL, NULL, 2502, '7401005988592', 'AGUA AQUA  .', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40055, NULL, NULL, 3744, '7401005988745', 'ZQUIZ JUMBO', NULL, '9.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.3300', '9.3300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40056, NULL, NULL, 2534, '7401005988981', 'BEBIDA AMP     .', NULL, '4.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.2900', '4.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40057, NULL, NULL, 3650, '7401006400222', 'COCACOLA 355 ML PET.', NULL, '3.4833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.4833', '3.4833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40058, NULL, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '5.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.9583', '5.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40059, NULL, NULL, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', NULL, '11.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.3333', '11.3333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40060, NULL, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.3750', '15.3750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40061, NULL, NULL, 3870, '7401006417534', 'POWERADE 1 LITRO', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40062, NULL, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '17.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.8125', '17.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40063, NULL, NULL, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40064, NULL, NULL, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', NULL, '5.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.9500', '5.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40065, NULL, NULL, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40066, NULL, NULL, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', NULL, '30.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.3500', '30.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40067, NULL, NULL, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', NULL, '5.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.3400', '5.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40068, NULL, NULL, 3924, '7401007600393', 'GOMA/RESISTOL ESCOLAR 1 ONZA TUCAN', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40069, NULL, NULL, 3782, '7401007608788', 'BORRADOR TUCAN ', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40070, NULL, NULL, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', NULL, '43.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '43.5600', '43.5600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40071, NULL, NULL, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40072, NULL, NULL, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40073, NULL, NULL, 2924, '7401090800014', 'HELADO GIGA     .', NULL, '7.5000', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-7.5000', '-1.0000', '2023-07-03', 'received', '7.5000', '7.5000', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40074, NULL, NULL, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40075, NULL, NULL, 2936, '7401090800045', 'HELADO VASITOS.   .', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40076, NULL, NULL, 2921, '7401090800069', 'HELADO CONOS.   .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40077, NULL, NULL, 2918, '7401090800083', 'HELADO BARRITAS..', NULL, '1.8752', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.8752', '1.8752', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40078, NULL, NULL, 2935, '7401090800113', 'HELADO TOPOLINO.  .', NULL, '0.7500', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-3.0000', '-4.0000', '2023-07-03', 'received', '0.7500', '0.7500', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40079, NULL, NULL, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40080, NULL, NULL, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40081, NULL, NULL, 2927, '7401090800274', 'HELADO PALITOS  .', NULL, '1.8750', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.8750', '1.8750', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40082, NULL, NULL, 2922, '7401090800359', 'HELADO COPAS SABORES..', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40083, NULL, NULL, 2933, '7401090800625', 'HELADO SORBY .', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40084, NULL, NULL, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40085, NULL, NULL, 2919, '7401090802001', 'HELADO CINTA CRISPY..', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40086, NULL, NULL, 3479, '7401090802476', 'HELADO PALETA CORAZON', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40087, NULL, NULL, 2934, '7401090802537', 'HELADO TIPO CASERO', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40088, NULL, NULL, 2928, '7401090803534', 'HELADO PELOTA', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40089, NULL, NULL, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', NULL, '3.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.7500', '3.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40090, NULL, NULL, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40091, NULL, NULL, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40092, NULL, NULL, 2932, '7401090805538', 'HELADO SARITA CLUB', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40093, NULL, NULL, 3913, '7401090806252', 'HELADO BLOCK', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40094, NULL, NULL, 3592, '7401090806269', 'HELADO CREMOLINO', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40095, NULL, NULL, 3863, '7401092007534', 'LAMPARA PARA 2 REFLECTORES CON SENSOR DE MOVIMIENTO LUXLITE', NULL, '124.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '124.9000', '124.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40096, NULL, NULL, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', NULL, '38.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '38.3500', '38.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40097, NULL, NULL, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', NULL, '18.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '18.0000', '18.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40098, NULL, NULL, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40099, NULL, NULL, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', NULL, '1.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.3200', '1.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40100, NULL, NULL, 3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40101, NULL, NULL, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40102, NULL, NULL, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', NULL, '39.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '39.4000', '39.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40103, NULL, NULL, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40104, NULL, NULL, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', NULL, '15.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.5000', '15.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40105, NULL, NULL, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', NULL, '9.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.5000', '9.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40106, NULL, NULL, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', NULL, '5.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.5000', '5.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40107, NULL, NULL, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40108, NULL, NULL, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', NULL, '21.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.6000', '21.6000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40109, NULL, NULL, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40110, NULL, NULL, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', NULL, '5.3125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.3125', '5.3125', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40111, NULL, NULL, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', NULL, '0.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1400', '0.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40112, NULL, NULL, 3011, '7404005010072', 'MANGUERA BELLO JARDIN 25 PS', NULL, '23.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '23.7500', '23.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40113, NULL, NULL, 3860, '7404019110195', 'BOMBILLA LED 40W AMERICAN ECOLIGHT', NULL, '49.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '49.9000', '49.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40114, NULL, NULL, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', NULL, '0.8333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8333', '0.8333', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40115, NULL, NULL, 3482, '7406007091721', 'RUFITAS SEÑORIAL', NULL, '1.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.2500', '1.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40116, NULL, NULL, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40117, NULL, NULL, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40118, NULL, NULL, 3201, '7406027034937', 'SILICON LIQUIDO 100 ML', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40119, NULL, NULL, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', NULL, '117.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '117.8000', '117.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40120, NULL, NULL, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', NULL, '2.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.3600', '2.3600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40121, NULL, NULL, 3123, '7406189003741', 'RAPTOR LATA     .', NULL, '4.9440', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.9440', '4.9440', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40122, NULL, NULL, 2874, '7406189004564', 'FRIJOL NEGRO VOLTEADO DEL MONTE 4 ONZ', NULL, '2.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.2600', '2.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40123, NULL, NULL, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', NULL, '11.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.4700', '11.4700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40124, NULL, NULL, 3121, '7406189005998', 'RAPTOR 300ML', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40125, NULL, NULL, 2872, '7406189006193', 'FRIJOL DEL MONTE 15 OZ', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40126, NULL, NULL, 3122, '7406189007732', 'RAPTOR DE 500 ML', NULL, '4.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.0500', '4.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40127, NULL, NULL, 3164, '7406189008128', 'REVIVE FRUTIPONCH', NULL, '1.5552', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5552', '1.5552', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40128, NULL, NULL, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', NULL, '3.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.7700', '3.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40129, NULL, NULL, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', NULL, '2.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5200', '2.5200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40130, NULL, NULL, 2552, '7406234001838', 'BON BON COLOMBINA', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40131, NULL, NULL, 2881, '7406234005720', 'GALLETA BRIDGE', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40132, NULL, NULL, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40133, NULL, NULL, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', NULL, '36.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '36.9900', '36.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40134, NULL, NULL, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40135, NULL, NULL, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', NULL, '10.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.6600', '10.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40136, NULL, NULL, 2548, '7406398000456', 'BOMBILLA NEW LED 6W 9710049', NULL, '20.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.3500', '20.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40137, NULL, NULL, 2549, '7406398000548', 'BOMBILLA NEW LED 8W 9710054', NULL, '18.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '18.5200', '18.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40138, NULL, NULL, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40139, NULL, NULL, 3333, '7406414055644', 'VALVULA D BOLA C/PAL. D/LATON 1/2\" USA-K', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40140, NULL, NULL, 3336, '7406414055910', 'VALVULA DE COMPUERTA DE LATON 1/2\" USA-K', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40141, NULL, NULL, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', NULL, '0.5600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5600', '0.5600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40142, NULL, NULL, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40143, NULL, NULL, 3623, '74105403', 'VIRO-GRIP NOCHE', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40144, NULL, NULL, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', NULL, '2.3980', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.3980', '2.3980', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40145, NULL, NULL, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', NULL, '4.6467', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.6467', '4.6467', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40146, NULL, NULL, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', NULL, '9.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.6000', '9.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40147, NULL, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40148, NULL, NULL, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', NULL, '4.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.2500', '4.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40149, NULL, NULL, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40150, NULL, NULL, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', NULL, '2.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.2500', '2.2500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40151, NULL, NULL, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40152, NULL, NULL, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40153, NULL, NULL, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40154, NULL, NULL, 3605, '7413402812486', 'PAN BLANCO SANDWICH', NULL, '12.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.0000', '12.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40155, NULL, NULL, 3622, '7415100205379', 'VIRO-GRIP DIA', NULL, '4.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.6667', '4.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40156, NULL, NULL, 3092, '7417000539714', 'PIOCHA IMACASA CON MANGO', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40157, NULL, NULL, 3916, '7441002642530', 'SARDINA GAVIOTA 5.5 ONZ', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40158, NULL, NULL, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', NULL, '1.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.6500', '1.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40159, NULL, NULL, 2854, '7441002707222', 'ESPONJA SCOTCH BRITE MARRON', NULL, '7.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.3400', '7.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40160, NULL, NULL, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', NULL, '0.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.6700', '0.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40161, NULL, NULL, 2689, '7441002709561', 'CINTA REFLECTIVA ROLLO 3M', NULL, '23.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '23.2400', '23.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40162, NULL, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.8508', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-23.4033', '-4.0000', '2023-07-03', 'received', '5.8508', '5.8508', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40163, NULL, NULL, 3114, '7441003581487', 'POWER HIDRATANTE', NULL, '5.0000', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.0000', '-2.0000', '2023-07-03', 'received', '5.0000', '5.0000', '-2.0000', NULL, NULL, 1, 'PZA', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40164, NULL, NULL, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', NULL, '4.1667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.1667', '4.1667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40165, NULL, NULL, 3914, '7441005013313', 'BATERIA PANASONIC DOBLE A', NULL, '2.0833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.0833', '2.0833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40166, NULL, NULL, 3915, '7441005014419', 'BATERIA PANASONIC TRIPLE A', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40167, NULL, NULL, 3182, '7441005702200', 'SEMILLAS MIXTAS PRO 80G', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40168, NULL, NULL, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40169, NULL, NULL, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', NULL, '0.8583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8583', '0.8583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40170, NULL, NULL, 3921, '7441005713350', 'SEMILLAS NUTRI MIX PRO 80 GR', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40171, NULL, NULL, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', NULL, '2.1617', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.1617', '2.1617', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40172, NULL, NULL, 3856, '7441012220117', 'EPOXIMIL 98 GR.', NULL, '17.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.9000', '17.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40173, NULL, NULL, 3207, '7441012297379', 'SILICON NAIS ROCEADOR AZUL 236 ML', NULL, '25.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.8200', '25.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40174, NULL, NULL, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40175, NULL, NULL, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40176, NULL, NULL, 3560, '7441029501339', 'PASTELITO WINI MARINELA', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40177, NULL, NULL, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40178, NULL, NULL, 2611, '7441102801134', 'CAJA OCTAGONAL PLASTICA 4\"*1/2\" *3/4 G', NULL, '7.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.8400', '7.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40179, NULL, NULL, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', NULL, '23.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '23.6600', '23.6600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40180, NULL, NULL, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', NULL, '15.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.3200', '15.3200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40181, NULL, NULL, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40182, NULL, NULL, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', NULL, '10.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.9000', '10.9000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40183, NULL, NULL, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', NULL, '6.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.8700', '6.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40184, NULL, NULL, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', NULL, '11.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.0200', '11.0200', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40185, NULL, NULL, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40186, NULL, NULL, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', NULL, '1.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5800', '1.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40187, NULL, NULL, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', NULL, '0.8182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8182', '0.8182', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40188, NULL, NULL, 3210, '7450007492101', 'SOBRE DE BRILLANTINA', NULL, '0.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5500', '0.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40189, NULL, NULL, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', NULL, '2.8846', '-2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-5.7692', '-2.0000', '2023-07-03', 'received', '2.8846', '2.8846', '-2.0000', NULL, NULL, 5, 'UNIDAD', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40190, NULL, NULL, 3624, '7451079003431', 'PANADOL ULTRA', NULL, '1.8269', '2.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '3.6538', '2.0000', '2023-07-03', 'received', '1.8269', '1.8269', '2.0000', NULL, NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40191, NULL, NULL, 3185, '747752155601', 'SERRUCHO STANLEY PROFESIONAL 22\"', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40192, NULL, NULL, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', NULL, '31.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '31.5500', '31.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40193, NULL, NULL, 3807, '747752843683', 'VIZE GRIP STANLEY DE 7', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40194, NULL, NULL, 2631, '747752874328', 'CANGREJO STANLEY 8\"', NULL, '43.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '43.5000', '43.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40195, NULL, NULL, 3546, '748757000224', 'DIANA FAMILIAR', NULL, '6.1720', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.1720', '6.1720', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40196, NULL, NULL, 3047, '748757000330', 'NACHO Y JALAPE', NULL, '1.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.6700', '1.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40197, NULL, NULL, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', NULL, '0.4390', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.4390', '0.4390', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40198, NULL, NULL, 2798, '748928004839', 'DETERGENTE XEDEX 125 GR', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40199, NULL, NULL, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40200, NULL, NULL, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', NULL, '0.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.0100', '0.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40201, NULL, NULL, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', NULL, '8.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.0800', '8.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40202, NULL, NULL, 2653, '75002459', 'CERVEZA TECATE', NULL, '4.4092', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.4092', '4.4092', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40203, NULL, NULL, 3919, '7500435144759', 'CREMA PARA PEINAR HEAD & SHOULDERS', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40204, NULL, NULL, 2889, '7501000614530', 'GALLETA CREMAX    .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40205, NULL, NULL, 2886, '7501000635306', 'GALLETA CHOKIS      .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40206, NULL, NULL, 2890, '7501000635658', 'GALLETA EMPERADOR .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40207, NULL, NULL, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40208, NULL, NULL, 2891, '7501000655700', 'GALLETA FLORENTINA.', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40209, NULL, NULL, 2892, '7501000658923', 'GALLETA MARIAS GAMESA', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40210, NULL, NULL, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', NULL, '5.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.1000', '5.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40211, NULL, NULL, 3630, '7501019030178', 'SABA BUENAS NOCHES', NULL, '1.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.1250', '1.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40212, NULL, NULL, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40213, NULL, NULL, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', NULL, '18.3417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '18.3417', '18.3417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40214, NULL, NULL, 2533, '7501032920395', 'BAYGON ULTRA VERDE 285 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40215, NULL, NULL, 3215, '7501033920110', 'SUERO PEDIALITE', NULL, '9.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.2700', '9.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40216, NULL, NULL, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40217, NULL, NULL, 3187, '7501056336578', 'SHAMPO SOBRE  .', NULL, '0.7143', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7143', '0.7143', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40218, NULL, NULL, 2650, '7501064112546', 'CERVEZA MODELO LATA.', NULL, '4.5833', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.5833', '-1.0000', '2023-07-03', 'received', '4.5833', '4.5833', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40219, NULL, NULL, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', NULL, '5.4167', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '5.4167', '1.0000', '2023-07-03', 'received', '5.4167', '5.4167', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40220, NULL, NULL, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', NULL, '5.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.6300', '5.6300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40221, NULL, NULL, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', NULL, '1.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.6000', '1.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40222, NULL, NULL, 3925, '7501137380019', 'RESISTOL PEGA FAST 1.05 ONZ', NULL, '1.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.0000', '1.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40223, NULL, NULL, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', NULL, '2.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.1600', '2.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40224, NULL, NULL, 3218, '7501199424491', 'SUPER BONDER MINI DUO 1G C/U LOCTITE', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40225, NULL, NULL, 3233, '7501199465104', 'TANGIT 125 ML', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40226, NULL, NULL, 3235, '7501199465128', 'TANGIT 475 ML', NULL, '88.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '88.2500', '88.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40227, NULL, NULL, 3234, '7501199465418', 'TANGIT 240 ML', NULL, '49.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '49.5000', '49.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40228, NULL, NULL, 3236, '7501199465555', 'TANGIT 950 ML', NULL, '136.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '136.5000', '136.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40229, NULL, NULL, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', NULL, '24.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.5000', '24.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40230, NULL, NULL, 2683, '75012063679180', 'CINTA MASKING TAPE TRUPER 1\"', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40231, NULL, NULL, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', NULL, '81.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '81.5200', '81.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40232, NULL, NULL, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', NULL, '41.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '41.2500', '41.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40233, NULL, NULL, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', NULL, '37.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '37.3100', '37.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40234, NULL, NULL, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', NULL, '44.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '44.4800', '44.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40235, NULL, NULL, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', NULL, '11.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.2500', '11.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40236, NULL, NULL, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40237, NULL, NULL, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', NULL, '7.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.2400', '7.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40238, NULL, NULL, 3283, '7501206626115', 'TIJERA DE AVIACION  18531', NULL, '93.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '93.4000', '93.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40239, NULL, NULL, 2675, '7501206626610', 'CINTA AISLAR NEGRA PRETUL 19MM X 9M', NULL, '2.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.6900', '2.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40240, NULL, NULL, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', NULL, '6.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.7600', '6.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40241, NULL, NULL, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', NULL, '7.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.0100', '7.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40242, NULL, NULL, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', NULL, '30.0200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.0200', '30.0200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40243, NULL, NULL, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', NULL, '43.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '43.0100', '43.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40244, NULL, NULL, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', NULL, '56.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '56.6300', '56.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40245, NULL, NULL, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', NULL, '171.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '171.4500', '171.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40246, NULL, NULL, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', NULL, '189.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '189.1900', '189.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40247, NULL, NULL, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', NULL, '71.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '71.6900', '71.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40248, NULL, NULL, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', NULL, '10.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.5200', '10.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40249, NULL, NULL, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', NULL, '17.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.2200', '17.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40250, NULL, NULL, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', NULL, '36.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '36.0000', '36.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40251, NULL, NULL, 2563, '7501206634479', 'BROCA P/CONCRETO 1/4 *4\" TRUPER', NULL, '5.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.1900', '5.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40252, NULL, NULL, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40253, NULL, NULL, 3828, '7501206634509', 'BROCA P/CONCRETO 5/16\\\" X 4\\\" TRUPER', NULL, '8.9800', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-8.9800', '-1.0000', '2023-07-03', 'received', '8.9800', '8.9800', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40254, NULL, NULL, 2564, '7501206634516', 'BROCA P/CONCRETO 5/16 X 6 TRUPER', NULL, '8.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.5400', '8.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40255, NULL, NULL, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40256, NULL, NULL, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', NULL, '16.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.9700', '16.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40257, NULL, NULL, 3125, '7501206634776', 'RAYADOR DE ALUMINIO', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40258, NULL, NULL, 3057, '7501206635148', 'NIVEL TRUPER  36\\\" CUERPO DE ALUMINIO', NULL, '94.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '94.6800', '94.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40259, NULL, NULL, 3058, '7501206635155', 'NIVEL TRUPER  48\\\" CUERPO DE ALUMINIO', NULL, '109.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '109.8900', '109.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40260, NULL, NULL, 3107, '7501206635186', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', NULL, '19.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.8500', '19.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40261, NULL, NULL, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', NULL, '59.6900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '59.6900', '59.6900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40262, NULL, NULL, 2572, '7501206645932', 'BROCA P/METAL/ COBALTO 3/32??', NULL, '2.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.4600', '2.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40263, NULL, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '4.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.3900', '4.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40264, NULL, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32 TRUPER', NULL, '4.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.3300', '4.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40265, NULL, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', NULL, '7.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.6300', '7.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40266, NULL, NULL, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32 TRUPER', NULL, '8.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.4500', '8.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40267, NULL, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '14.0600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.0600', '14.0600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40268, NULL, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40269, NULL, NULL, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', NULL, '27.2200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '27.2200', '27.2200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40270, NULL, NULL, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', NULL, '44.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '44.7700', '44.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40271, NULL, NULL, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', NULL, '90.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '90.7900', '90.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40272, NULL, NULL, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', NULL, '41.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '41.4100', '41.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40273, NULL, NULL, 3911, '7501206658208', 'PORTALAMPARA PVC VOLTECK', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40274, NULL, NULL, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', NULL, '5.4400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.4400', '5.4400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40275, NULL, NULL, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40276, NULL, NULL, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', NULL, '5.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.3900', '5.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40277, NULL, NULL, 2468, '7501206659540', 'ABRAZADERA D 1\\\" VOLTECH X BOLSA', NULL, '7.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.3900', '7.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40278, NULL, NULL, 2739, '7501206659557', 'CONECTOR HERMETICO 1/2 VOLTECH', NULL, '6.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.6500', '6.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40279, NULL, NULL, 2738, '7501206659571', 'CONECTOR HERMETICO 1\" VOLTECH', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40280, NULL, NULL, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', NULL, '124.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '124.8400', '124.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40281, NULL, NULL, 2621, '7501206663103', 'CANDADO 40MM HERMEX', NULL, '11.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.9800', '11.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40282, NULL, NULL, 2619, '7501206663141', 'CANDADO 30MM HERMIX', NULL, '9.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.0800', '9.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40283, NULL, NULL, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40284, NULL, NULL, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40285, NULL, NULL, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', NULL, '7.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.7600', '7.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40286, NULL, NULL, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', NULL, '8.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.2800', '8.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40287, NULL, NULL, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', NULL, '19.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.9100', '19.9100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40288, NULL, NULL, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', NULL, '3.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.3900', '3.3900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40289, NULL, NULL, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', NULL, '4.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.3100', '4.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40290, NULL, NULL, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40291, NULL, NULL, 3035, '7501206673317', 'METRO CONTRA IMPAC 3 MTS TRUPER', NULL, '12.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.1600', '12.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40292, NULL, NULL, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', NULL, '19.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.3300', '19.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40293, NULL, NULL, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', NULL, '32.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '32.9000', '32.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40294, NULL, NULL, 3252, '7501206674246', 'TARUGO PLASTICO FIERO 1/4  ROJO', NULL, '5.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.7100', '5.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40295, NULL, NULL, 3248, '7501206674253', 'TARUGO  PLASTICO  5/16 FIERO CAFE', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40296, NULL, NULL, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', NULL, '12.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.4700', '12.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40297, NULL, NULL, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', NULL, '5.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.1700', '5.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40298, NULL, NULL, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', NULL, '7.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5300', '7.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40299, NULL, NULL, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', NULL, '4.6600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.6600', '4.6600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40300, NULL, NULL, 3887, '7501206681978', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40301, NULL, NULL, 3548, '7501206681985', 'ABRAZADERA TUBO TIPO OMEGA 1 1/2 VOLTECK X BOLSA', NULL, '7.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.6700', '7.6700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40302, NULL, NULL, 2805, '7501206685099', 'DISCO C/METAL 4 1/2 TRUPER', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40303, NULL, NULL, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40304, NULL, NULL, 2808, '7501206686126', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TRUPE', NULL, '44.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '44.2900', '44.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40305, NULL, NULL, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40306, NULL, NULL, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', NULL, '0.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1200', '0.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40307, NULL, NULL, 2601, '7501206689110', 'CAIMAN / CORTAPERNOS PRETUL 18\"  MGOS TU', NULL, '82.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '82.1000', '82.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40308, NULL, NULL, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', NULL, '162.1100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '162.1100', '162.1100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40309, NULL, NULL, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', NULL, '207.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '207.6400', '207.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40310, NULL, NULL, 2554, '7501206691793', 'BOTAS JARDINERAS TRUPER', NULL, '43.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '43.7700', '43.7700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40311, NULL, NULL, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', NULL, '23.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '23.9400', '23.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40312, NULL, NULL, 3335, '7501206692547', 'VALVULA DE COMPUERTA  AZUL 1\" TRUPER', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40313, NULL, NULL, 2657, '7501206692813', 'CHEQUE VERTICAL 1\" FOSET', NULL, '38.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '38.8900', '38.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40314, NULL, NULL, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', NULL, '2.4700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.4700', '2.4700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40315, NULL, NULL, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40316, NULL, NULL, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', NULL, '3.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5900', '3.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40317, NULL, NULL, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', NULL, '1.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.2100', '1.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40318, NULL, NULL, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', NULL, '1.8200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.8200', '1.8200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40319, NULL, NULL, 2911, '7501206696019', 'GRAPAS PARA CABLE COAXIAL 8MM', NULL, '3.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.0800', '3.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40320, NULL, NULL, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', NULL, '3.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.4900', '3.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40321, NULL, NULL, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', NULL, '20.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.3900', '20.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40322, NULL, NULL, 3162, '7501206699171', 'RESUMIDERO  CUADRADO FOSET 4*4', NULL, '31.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '31.4600', '31.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40323, NULL, NULL, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', NULL, '17.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.7100', '17.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40324, NULL, NULL, 3180, '750126677759', 'SEGUETA FINA DE METAL P/CALADORA 50 MM X UNIDAD', NULL, '3.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.8000', '3.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40325, NULL, NULL, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', NULL, '0.5833', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5833', '0.5833', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40326, NULL, NULL, 3559, '7501575504441', 'TRONKIS ', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40327, NULL, NULL, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40328, NULL, NULL, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', NULL, '6.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.4000', '6.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40329, NULL, NULL, 3195, '7501728197766', 'SIFON FLEXIBLE LAVAMANOS 1 1/4 FAMA', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40330, NULL, NULL, 2885, '7501756900024', 'GALLETA CHOCOVIC', NULL, '0.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.4000', '0.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40331, NULL, NULL, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', NULL, '1.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.9400', '1.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40332, NULL, NULL, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', NULL, '8.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.5000', '8.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40333, NULL, NULL, 3785, '7501892838113', 'BROCA PARA MADERA TIPO PALETA 7/8 TOOLCRAFT', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40334, NULL, NULL, 3066, '7501892850214', 'PALA PUNTA CUADRADA SQUARE', NULL, '38.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '38.0000', '38.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40335, NULL, NULL, 3287, '7501892872001', 'TOMACORRIENTE FULGORE', NULL, '6.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.9900', '6.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40336, NULL, NULL, 2856, '7501892884530', 'EXTENSION 2*16 ROTTER BLANCA', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40337, NULL, NULL, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', NULL, '43.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '43.4000', '43.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40338, NULL, NULL, 2592, '75019815', 'BUBALOO       .', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40339, NULL, NULL, 2861, '7502222814920', 'FELPA PROFECIONAL VINTA 9\" * 3/8', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40340, NULL, NULL, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', NULL, '2.5417', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5417', '2.5417', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40341, NULL, NULL, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', NULL, '2.7700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.7700', '2.7700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40342, NULL, NULL, 3608, '75024697', 'NUCITA TRISABOR 8GR', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40343, NULL, NULL, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40344, NULL, NULL, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40345, NULL, NULL, 2587, '7503005496234', 'BROCHA LA BUENA 1?', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40346, NULL, NULL, 2588, '7503005496258', 'BROCHA LA BUENA 2\"', NULL, '3.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.9100', '3.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40347, NULL, NULL, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', NULL, '11.3925', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.3925', '11.3925', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40348, NULL, NULL, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', NULL, '13.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.4100', '13.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40349, NULL, NULL, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', NULL, '7.5313', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5313', '7.5313', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40350, NULL, NULL, 3102, '7506181323134', 'PLAFONERA BTICINO', NULL, '13.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.7300', '13.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40351, NULL, NULL, 2904, '7506192505406', 'GEL EGO POWER 200 ML', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40352, NULL, NULL, 2903, '7506192505413', 'GEL EGO POWER', NULL, '0.8357', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8357', '0.8357', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40353, NULL, NULL, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', NULL, '4.2400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.2400', '4.2400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40354, NULL, NULL, 3576, '7506192509152', 'SAVILOE 500 ML', NULL, '4.6154', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.6154', '4.6154', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40355, NULL, NULL, 3181, '7506240602088', 'SELLADOR (SILICONE) BLANCO U.GRAL.TRUPER', NULL, '16.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.9800', '16.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40356, NULL, NULL, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', NULL, '2.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.9500', '2.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40357, NULL, NULL, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', NULL, '20.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.0100', '20.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40358, NULL, NULL, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40359, NULL, NULL, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', NULL, '6.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.2700', '6.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40360, NULL, NULL, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', NULL, '7.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.1700', '7.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40361, NULL, NULL, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', NULL, '8.5200', '1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '8.5200', '1.0000', '2023-07-03', 'received', '8.5200', '8.5200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40362, NULL, NULL, 2688, '7506240612759', 'CINTA P/EMPAQUE TRANSPARENTE PRETUL', NULL, '4.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.4200', '4.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40363, NULL, NULL, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', NULL, '6.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.7900', '6.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40364, NULL, NULL, 2585, '7506240616412', 'BROCHA ECONOMICA DE 2?? PRETUL', NULL, '2.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.6700', '2.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40365, NULL, NULL, 2584, '7506240616436', 'BROCHA ECONOMICA 3?? PRETUL', NULL, '4.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.3200', '4.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40366, NULL, NULL, 3155, '7506240617785', 'REMOVEDOR DE PINTURA TRUPER 15824', NULL, '40.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '40.8300', '40.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40367, NULL, NULL, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', NULL, '0.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.0300', '0.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40368, NULL, NULL, 3030, '7506240620402', 'MAZO DE HULE 16 OZ PRETUL', NULL, '10.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.2900', '10.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40369, NULL, NULL, 2480, '7506240621546', 'ABRAZAREDA D 3\\\" VOLTECH X BOLSA', NULL, '19.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.4000', '19.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40370, NULL, NULL, 2470, '7506240621553', 'ABRAZADERA D 4\\\" X BOLSA', NULL, '21.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.0000', '21.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40371, NULL, NULL, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', NULL, '15.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.3100', '15.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40372, NULL, NULL, 3031, '750624062419', 'MAZO DE HULE 24 ONZ', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40373, NULL, NULL, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', NULL, '6.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.5900', '6.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40374, NULL, NULL, 3597, '7506240624615', 'DISCO ABRASIVO DE 9\\\" PRETUL CORTE EXTRA FINO DE METAL (22347)', NULL, '9.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.3400', '9.3400', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40375, NULL, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.0300', '3.0300', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40376, NULL, NULL, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', NULL, '7.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.1800', '7.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40377, NULL, NULL, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', NULL, '20.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.5500', '20.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40378, NULL, NULL, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40379, NULL, NULL, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', NULL, '11.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.9400', '11.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40380, NULL, NULL, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', NULL, '11.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.7200', '11.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40381, NULL, NULL, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', NULL, '214.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '214.2300', '214.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40382, NULL, NULL, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', NULL, '11.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.9500', '11.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40383, NULL, NULL, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', NULL, '10.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.6500', '10.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40384, NULL, NULL, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', NULL, '8.1250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.1250', '8.1250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40385, NULL, NULL, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', NULL, '223.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '223.5100', '223.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40386, NULL, NULL, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', NULL, '34.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '34.1700', '34.1700', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40387, NULL, NULL, 2501, '7506240653271', 'AFLOJA TODO 110ML', NULL, '7.2600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.2600', '7.2600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40388, NULL, NULL, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', NULL, '178.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '178.6000', '178.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40389, NULL, NULL, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', NULL, '21.3700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.3700', '21.3700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40390, NULL, NULL, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', NULL, '22.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '22.1300', '22.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40391, NULL, NULL, 2580, '7506240662129', 'BROCHA DE 1\" MANGO DE PLASTICO TRUPER', NULL, '3.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.2900', '3.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40392, NULL, NULL, 2581, '7506240662167', 'BROCHA DE 3\" TRUPER MGO. DE PLASTICO', NULL, '8.3100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.3100', '8.3100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40393, NULL, NULL, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', NULL, '14.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.3800', '14.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40394, NULL, NULL, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', NULL, '25.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.7400', '25.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40395, NULL, NULL, 3156, '7506240672531', 'REMOVEDOR P/MORTERO TRUPER 11975', NULL, '44.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '44.6700', '44.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40396, NULL, NULL, 2849, '7506240673774', 'ESPATULA FLEXIBLE TRUPER \"10', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40397, NULL, NULL, 3112, '7506240676232', 'PLOMADO DE LATON DE 16 ONZ TRUPER', NULL, '91.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '91.7600', '91.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40398, NULL, NULL, 3103, '7506240676249', 'PLAMADO DE LATON TRUPER 24ONZ', NULL, '98.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '98.1600', '98.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40399, NULL, NULL, 3013, '7506487804702', 'MANGUERA PARA JARDIN 50', NULL, '95.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '95.7100', '95.7100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40400, NULL, NULL, 3012, '7506487804726', 'MANGUERA PARA JARDIN 100', NULL, '157.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '157.1400', '157.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40401, NULL, NULL, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', NULL, '9.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.6500', '9.6500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40402, NULL, NULL, 3781, '750894601246', 'TAQUERITOS 36 GR', NULL, '1.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.6667', '1.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40403, NULL, NULL, 3917, '750894609505', 'TAQUERITOS 180 GR', NULL, '7.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.5000', '7.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40404, NULL, NULL, 3780, '750894612697', 'YUMMIES PEQUEÑO', NULL, '0.7917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7917', '0.7917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40405, NULL, NULL, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', NULL, '10.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.1500', '10.1500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40406, NULL, NULL, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', NULL, '16.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.0100', '16.0100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40407, NULL, NULL, 3826, '75089464235', 'JABON AVENA VENZA', NULL, '4.6250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.6250', '4.6250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40408, NULL, NULL, 2894, '751000645756', 'GALLETA PAN CREMA .', NULL, '5.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.5200', '5.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40409, NULL, NULL, 2622, '751206663110', 'CANDADO 50MM HERMEX', NULL, '16.9600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.9600', '16.9600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40410, NULL, NULL, 2882, '753079005017', 'GALLETA CAN CAN', NULL, '0.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.9167', '0.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40411, NULL, NULL, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', NULL, '0.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.9500', '0.9500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40412, NULL, NULL, 3772, '756956004202', 'GALLETA BEST 20 GR', NULL, '0.8458', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.8458', '-1.0000', '2023-07-03', 'received', '0.8458', '0.8458', '-1.0000', NULL, NULL, 5, 'UNIDAD', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40413, NULL, NULL, 3784, '756956004752', 'BOTONETAS', NULL, '0.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.4167', '0.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40414, NULL, NULL, 2963, '757575', 'LIBRA DE PITA', NULL, '2.9167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.9167', '2.9167', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40415, NULL, NULL, 2893, '7590011151110', 'GALLETA OREO', NULL, '1.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.7500', '1.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40416, NULL, NULL, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', NULL, '1.3333', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.3333', '1.3333', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40417, NULL, NULL, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', NULL, '2.9583', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.9583', '2.9583', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40418, NULL, NULL, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', NULL, '0.8458', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8458', '0.8458', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40419, NULL, NULL, 2633, '7605730955', 'CASHITA MANI JAPONESA', NULL, '0.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7800', '0.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40420, NULL, NULL, 2503, '760896120212', 'AGUA DESTILADA PRODIN', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40421, NULL, NULL, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', NULL, '5.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.7000', '5.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40422, NULL, NULL, 3049, '76174420753', 'NIVEL ALUMINIO STANLEY 36\"', NULL, '84.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '84.0000', '84.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40423, NULL, NULL, 3110, '76174474404', 'PLOMADA YESO STANLEY 47-400', NULL, '55.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '55.6000', '55.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40424, NULL, NULL, 3111, '76174474602', 'PLOMADA YESO STANLEY 47-460', NULL, '64.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '64.0500', '64.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40425, NULL, NULL, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', NULL, '75.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '75.1000', '75.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40426, NULL, NULL, 2511, '7617484023', 'ALICATE ELECTRICISTA 8\" STANLEY', NULL, '42.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '42.1900', '42.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40427, NULL, NULL, 3089, '76174841015', 'PINZA STANLEY 6\"', NULL, '42.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '42.7500', '42.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40428, NULL, NULL, 3090, '76174841022', 'PINZA STANLEY 8\"', NULL, '46.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '46.5000', '46.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40429, NULL, NULL, 2884, '7622300268633', 'GALLETA CHIPS AHOY 57 GRAMOS', NULL, '3.2800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.2800', '3.2800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40430, NULL, NULL, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', NULL, '10.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.2917', '10.2917', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40431, NULL, NULL, 3615, '764600242207', 'UNI-PULMIN', NULL, '2.4167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.4167', '2.4167', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40432, NULL, NULL, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', NULL, '1.0377', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.0377', '1.0377', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40433, NULL, NULL, 2453, '76770504804', 'CAJA D CABLE THHN 12AWG NEGRO', NULL, '700.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '700.0000', '700.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40434, NULL, NULL, 3616, '769041002991', 'YODOCLORINA CAPSULAS', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40435, NULL, NULL, 3617, '769041010170', 'YODOCLORINA TABLETAS', NULL, '0.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7000', '0.7000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40436, NULL, NULL, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', NULL, '5.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.4000', '5.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40437, NULL, NULL, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', NULL, '8.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.1000', '8.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40438, NULL, NULL, 3793, '769409053726', 'MASILLA NOVA GALON NITRO GRIS CLARO (10030-0001-01)', NULL, '217.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '217.5000', '217.5000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40439, NULL, NULL, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40440, NULL, NULL, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', NULL, '12.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.3200', '12.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40441, NULL, NULL, 2576, '769409173936', 'BROCHA 1\" EXPERT', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40442, NULL, NULL, 2578, '769409173950', 'BROCHA 2\" EXPERT', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40443, NULL, NULL, 2858, '769409174032', 'FELPA ARTISAN 3/4 FARBE', NULL, '6.3800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.3800', '6.3800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40444, NULL, NULL, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', NULL, '6.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.3200', '6.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40445, NULL, NULL, 2857, '769409174063', 'FELPA ARTISAN 1/2 ACRILICA FARBE', NULL, '6.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.1000', '6.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40446, NULL, NULL, 3008, '769409200113', 'MANERAL EXPERT STANDAR', NULL, '11.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.1500', '11.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40447, NULL, NULL, 2855, '769409200380', 'EXTENCION EXPERT 2.4M', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40448, NULL, NULL, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', NULL, '4.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.8000', '4.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40449, NULL, NULL, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', NULL, '0.7250', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7250', '0.7250', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40450, NULL, NULL, 2942, '7702031291534', 'JOHNSON BABY SHAMPU ORIGINAL', NULL, '21.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.7500', '21.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40451, NULL, NULL, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40452, NULL, NULL, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40453, NULL, NULL, 3205, '7702045342062', 'SILICON LOCTITE ROJO RTV 70ML', NULL, '16.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.5000', '16.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40454, NULL, NULL, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', NULL, '24.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.7600', '24.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40455, NULL, NULL, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', NULL, '28.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.0700', '28.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40456, NULL, NULL, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', NULL, '24.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.3300', '24.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40457, NULL, NULL, 3904, '7702089162220', 'PLACA COMB. APAGADOR Y TOM. BTICINO AP5231', NULL, '27.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '27.0500', '27.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40458, NULL, NULL, 3907, '7702089162305', 'INTERRUPTOR TRIPLE BTICINO AP5330', NULL, '31.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '31.1500', '31.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40459, NULL, NULL, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', NULL, '0.9002', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.9002', '0.9002', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40460, NULL, NULL, 3778, '7702993031865', 'DULCE BARRILETE', NULL, '0.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3000', '0.3000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40461, NULL, NULL, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', NULL, '17.9821', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.9821', '17.9821', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40462, NULL, NULL, 3032, '77070548', 'MENTAS XTIME KRASH ( UNIDADED)', NULL, '1.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.1500', '1.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40463, NULL, NULL, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40464, NULL, NULL, 3115, '7730716014529', 'POXIPOL SOLDADURA PLASTICA', NULL, '22.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '22.0000', '22.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40465, NULL, NULL, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40466, NULL, NULL, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40467, NULL, NULL, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40468, NULL, NULL, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', NULL, '2.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.4500', '2.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40469, NULL, NULL, 2970, '7750057006502', 'LIJA DE LONA 3M 80', NULL, '2.8000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.8000', '2.8000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40470, NULL, NULL, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40471, NULL, NULL, 2969, '7750057006533', 'LIJA DE LONA 3M 150', NULL, '4.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5000', '4.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40472, NULL, NULL, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', NULL, '29.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '29.1200', '29.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40473, NULL, NULL, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', NULL, '21.3900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.3900', '21.3900', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40474, NULL, NULL, 3174, '7794640172892', 'SAL ANDREWS', NULL, '1.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.1000', '1.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40475, NULL, NULL, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', NULL, '45.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '45.0000', '45.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40476, NULL, NULL, 2819, '7798216498287', 'DISCO P/METAL DE 7?GLADIATOR', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40477, NULL, NULL, 2954, '7799046010472', 'KIT DE MOTO TOOLS GLADIADOR', NULL, '262.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '262.0000', '262.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40478, NULL, NULL, 3812, '7799046010861', 'BOMBA PERIFERICA 1/2 HP GLADIADOR', NULL, '325.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '325.0000', '325.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40479, NULL, NULL, 2542, '7799046010922', 'BOMBA PERIFERICA 1 HP GLADIADOR', NULL, '625.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '625.0000', '625.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40480, NULL, NULL, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40481, NULL, NULL, 3867, '78082208', 'CAJA PARA FLIPON TIPO BH', NULL, '12.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.5000', '12.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40482, NULL, NULL, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', NULL, '4.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5900', '4.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40483, NULL, NULL, 2976, '783094020115', 'LINTERNA PLASTICA RAYOVAC', NULL, '13.4050', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.4050', '13.4050', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40484, NULL, NULL, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', NULL, '170.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '170.1500', '170.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40485, NULL, NULL, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', NULL, '28.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.0000', '28.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40486, NULL, NULL, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', NULL, '88.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '88.0000', '88.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40487, NULL, NULL, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40488, NULL, NULL, 2679, '7891040224746', 'CINTA DOBLE CARA 19MM X 5 M', NULL, '32.9200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '32.9200', '32.9200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40489, NULL, NULL, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', NULL, '6.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.4100', '6.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40490, NULL, NULL, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', NULL, '7.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.8800', '7.8800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40491, NULL, NULL, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', NULL, '16.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.4800', '16.4800', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40492, NULL, NULL, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', NULL, '11.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.5000', '11.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40493, NULL, NULL, 3552, '7891222155646', 'LLAVE PARA LAVAMANOS ASTRA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40494, NULL, NULL, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', NULL, '41.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '41.6500', '41.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40495, NULL, NULL, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', NULL, '26.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '26.0500', '26.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40496, NULL, NULL, 3882, '79050633', 'MANGUERA AZUL DE 75 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '90.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '90.6500', '90.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40497, NULL, NULL, 3039, '7982841860007', 'METRO LASER DE 20M', NULL, '192.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '192.5100', '192.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40498, NULL, NULL, 3040, '7990460112407', 'METRO LASER GLP 40M', NULL, '276.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '276.5100', '276.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40499, NULL, NULL, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', NULL, '0.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.2500', '0.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40500, NULL, NULL, 3804, '80055435200', 'PLACA BTICINO SWITCH Y TOMACORRIENTE', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40501, NULL, NULL, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40502, NULL, NULL, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', NULL, '16.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.5200', '16.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40503, NULL, NULL, 3097, '8012199674063', 'PLACA PULSADOR DE TIMBRE', NULL, '23.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '23.0000', '23.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40504, NULL, NULL, 3099, '8012199674186', 'PLACA TRIPLE SWICH DOMINO P 1330 G. INDU', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40505, NULL, NULL, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40506, NULL, NULL, 3100, '8012199674407', 'PLACA TV BTICINO', NULL, '4.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.1300', '4.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40507, NULL, NULL, 2627, '8012232100412', 'CANDADO YALE 40 MM', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40508, NULL, NULL, 2628, '8012232100443', 'CANDADO YALE 50 MM', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40509, NULL, NULL, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40510, NULL, NULL, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', NULL, '145.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '145.0000', '145.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40511, NULL, NULL, 2629, '8012232109439', 'CANDADO YALE 60 MM', NULL, '115.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '115.0000', '115.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40512, NULL, NULL, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40513, NULL, NULL, 3843, '803275305012', 'AVENA QUAKER 360 GR.', NULL, '9.7100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.7100', '9.7100', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40514, NULL, NULL, 2641, '80660956411', 'CERVEZA CORONA BOTELLA 710 ML', NULL, '12.0800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.0800', '12.0800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40515, NULL, NULL, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', NULL, '90.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '90.0000', '90.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40516, NULL, NULL, 3800, '81332743', 'APAGADOR DOBLE SOBREPONER SIN MARCA', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40517, NULL, NULL, 3017, '81537200811', 'MARINEROS.             .', NULL, '4.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.7500', '4.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40518, NULL, NULL, 3163, '81537201405', 'REVIVE 600 ML', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40519, NULL, NULL, 3888, '82583454', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4 X UNIDAD', NULL, '1.5340', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5340', '1.5340', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40520, NULL, NULL, 3809, '82838891', 'PLANCHA DE ALBAÑIL DENTADA ALDOSA', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40521, NULL, NULL, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40522, NULL, NULL, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', NULL, '58.7425', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '58.7425', '58.7425', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40523, NULL, NULL, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', NULL, '200.2233', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '200.2233', '200.2233', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40524, NULL, NULL, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', NULL, '222.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '222.7000', '222.7000', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40525, NULL, NULL, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', NULL, '39.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '39.0000', '39.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40526, NULL, NULL, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', NULL, '159.4667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '159.4667', '159.4667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40527, NULL, NULL, 2484, '842071004187', 'ACEITE 25W50 4T MOTOTAXI LITRO', NULL, '25.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.5000', '25.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40528, NULL, NULL, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', NULL, '151.4933', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '151.4933', '151.4933', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40529, NULL, NULL, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', NULL, '41.0231', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '41.0231', '41.0231', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40530, NULL, NULL, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', NULL, '58.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '58.0000', '58.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40531, NULL, NULL, 3220, '85051000421', 'SUPER ECONOMY TYPE A', NULL, '17.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.5000', '17.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40532, NULL, NULL, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', NULL, '20.0625', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.0625', '20.0625', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40533, NULL, NULL, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', NULL, '141.6167', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '141.6167', '141.6167', '0.0000', NULL, NULL, 4, 'GALON', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40534, NULL, NULL, 2978, '853619237', 'LIQUIDO DE FRENOS WAGNER  METAL', NULL, '17.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.5300', '17.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40535, NULL, NULL, 3796, '85495929', 'COPLA GALVANIZADO CON ROSCA 3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40536, NULL, NULL, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', NULL, '0.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7500', '0.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40537, NULL, NULL, 2895, '86581001070', 'GALLETA SODA POZUELO', NULL, '0.3400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3400', '0.3400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40538, NULL, NULL, 2887, '86581012502', 'GALLETA CLUB EXTRA..', NULL, '1.0500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.0500', '1.0500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40539, NULL, NULL, 2888, '86581015121', 'GALLETA CREMAS GDE .', NULL, '0.8542', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8542', '0.8542', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40540, NULL, NULL, 2896, '86581017699', 'GALLETA TIPO.               .', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40541, NULL, NULL, 3600, '8693029606708', 'GUSTO DONUT', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40542, NULL, NULL, 3599, '8693029703483', 'GUSTO OSO ', NULL, '2.2917', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.2917', '2.2917', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40543, NULL, NULL, 3609, '8699873000471', 'CHOCOLATE FLASH', NULL, '0.3871', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3871', '0.3871', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40544, NULL, NULL, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', NULL, '1.1200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.1200', '1.1200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40545, NULL, NULL, 3808, '87451963', 'PLANCHA ALBAÑIL DENTADA VIKINGO', NULL, '42.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '42.0000', '42.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40546, NULL, NULL, 3857, '87565541', 'FLIPON 1X20A BH', NULL, '14.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.4500', '14.4500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40547, NULL, NULL, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', NULL, '0.8125', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8125', '0.8125', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40548, NULL, NULL, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', NULL, '0.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.0000', '0.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40549, NULL, NULL, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', NULL, '3.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5500', '3.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40550, NULL, NULL, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', NULL, '7.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.1000', '7.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40551, NULL, NULL, 2951, '88313318739', 'KERNS CAJITA', NULL, '2.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5500', '2.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40552, NULL, NULL, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', NULL, '2.8274', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.8274', '2.8274', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40553, NULL, NULL, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', NULL, '20.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.8900', '20.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40554, NULL, NULL, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', NULL, '16.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.0000', '16.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40555, NULL, NULL, 3811, '89177021', 'TENAZA TOLSEN', NULL, '30.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '30.0000', '30.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40556, NULL, NULL, 3126, '9002490204006', 'RED BULL     .', NULL, '10.7325', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.7325', '10.7325', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40557, NULL, NULL, 2778, '9021298', 'CURVA CONDUIT 1/2 NARANJA', NULL, '0.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.9100', '0.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40558, NULL, NULL, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40559, NULL, NULL, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', NULL, '0.3600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3600', '0.3600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40560, NULL, NULL, 3881, '90810885', 'MANGUERA VERDE DE 50 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '63.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '63.5800', '63.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40561, NULL, NULL, 3762, '90996095', 'BOLSA DE AGUA PURA', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40562, NULL, NULL, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40563, NULL, NULL, 2900, '9121217379626', 'GALON FULL CRETE', NULL, '166.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '166.0000', '166.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40564, NULL, NULL, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', NULL, '44.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '44.5000', '44.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40565, NULL, NULL, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', NULL, '94.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '94.8500', '94.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40566, NULL, NULL, 2692, '91712500315', 'CINTA TEFLON 1\" EZ-FLO', NULL, '6.5500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.5500', '6.5500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40567, NULL, NULL, 3805, '92935690', 'CLAVO 5 LB', NULL, '6.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.5000', '6.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40568, NULL, NULL, 3803, '93360019', 'VALVULA PARA PILA DE BRONCE DE 4', NULL, '95.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '95.0000', '95.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40569, NULL, NULL, 3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', NULL, '108.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '108.0300', '108.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40570, NULL, NULL, 3311, '95', 'TORTRIX PEQUE?O      .', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40571, NULL, NULL, 2478, '9540', 'ABRAZADERA VOLCHET DE 1\\\" X UNIDAD', NULL, '0.7400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.7400', '0.7400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40572, NULL, NULL, 3839, '95851103', 'MOUNTING TAPE', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40573, NULL, NULL, 3748, '96669753', 'SUPER GUANTE LATEX TALLA S (7)', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40574, NULL, NULL, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', NULL, '6.6667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.6667', '6.6667', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40575, NULL, NULL, 2974, '97758170390', 'LIMA MOTOSIERRA 7/32 X 8 PFERD', NULL, '7.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.3000', '7.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40576, NULL, NULL, 3172, '98', 'SABRITAS.           .', NULL, '3.5182', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5182', '3.5182', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40577, NULL, NULL, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', NULL, '2.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.5000', '2.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40578, NULL, NULL, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40579, NULL, NULL, 3079, '99176129745', 'PASTA COLGATE', NULL, '9.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.0000', '9.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40580, NULL, NULL, 2953, '99176480518', 'KIT DE CEPILLADO  .', NULL, '4.5408', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.5408', '4.5408', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40581, NULL, NULL, 2939, '9917692238', 'JABON PROTEX .', NULL, '5.4200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.4200', '5.4200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40582, NULL, NULL, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4  BOSSI', NULL, '97.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '97.5000', '97.5000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40583, NULL, NULL, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 5, 'UNIDAD', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40584, NULL, NULL, 2472, 'A111', 'ABRAZADERA DE 2\"', NULL, '4.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.1700', '4.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40585, NULL, NULL, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', NULL, '556.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '556.5000', '556.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40586, NULL, NULL, 2844, 'AB608/120/60', 'ESMERIL DE BANCO 8-3/4 HP 550W', NULL, '556.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '556.5100', '556.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40587, NULL, NULL, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', NULL, '2.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.0000', '2.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40588, NULL, NULL, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', NULL, '3.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.0000', '3.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40589, NULL, NULL, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', NULL, '35.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '35.1000', '35.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40590, NULL, NULL, 2488, 'ACHUELA ALDOSA 2', 'ACHUELA ALDOSA 2', NULL, '20.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.0000', '20.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40591, NULL, NULL, 3051, 'ALF0019', 'NIVEL DE RESINA 12\"', NULL, '12.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.9000', '12.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40592, NULL, NULL, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', NULL, '7.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.9900', '7.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40593, NULL, NULL, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', NULL, '1.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.7000', '1.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40594, NULL, NULL, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', NULL, '52.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '52.7600', '52.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40595, NULL, NULL, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', NULL, '27.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '27.0000', '27.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40596, NULL, NULL, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', NULL, '31.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '31.5000', '31.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40597, NULL, NULL, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40598, NULL, NULL, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', NULL, '24.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.7900', '24.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40599, NULL, NULL, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', NULL, '850.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '850.5000', '850.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40600, NULL, NULL, 2835, 'D87', 'ESCOBAS', NULL, '14.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.5000', '14.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40601, NULL, NULL, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', NULL, '696.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '696.0000', '696.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40602, NULL, NULL, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', NULL, '9.5400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.5400', '9.5400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40603, NULL, NULL, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', NULL, '6.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.2100', '6.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40604, NULL, NULL, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', NULL, '2.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.8700', '2.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40605, NULL, NULL, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40606, NULL, NULL, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', NULL, '3.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.9000', '3.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40607, NULL, NULL, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', NULL, '10.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.8600', '10.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40608, NULL, NULL, 2761, 'ELE067', 'COPLA P/TUBO DUCTUVINIL 3/4', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40609, NULL, NULL, 2740, 'FER 010231', 'CONTRA LLAVE 1/2 X 1/2 A LA PARED VIKING', NULL, '14.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.0000', '14.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40610, NULL, NULL, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', NULL, '5.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.2900', '5.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40611, NULL, NULL, 2457, 'FER 75012066839', 'CINCHO PLASTICO 250MM NEGRO VOLTECK', NULL, '0.1700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1700', '0.1700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40612, NULL, NULL, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40613, NULL, NULL, 2461, 'FER-7506240656', 'DISCO DE DIAMANTE DE 4 1/2 PRETUL', NULL, '18.7200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '18.7200', '18.7200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40614, NULL, NULL, 3308, 'FER-THPVC1407', 'TORNILLO PULSER 3/4 P/BROCA', NULL, '0.1500', '-1.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-0.1500', '-1.0000', '2023-07-03', 'received', '0.1500', '0.1500', '-1.0000', NULL, NULL, 1, 'PZA', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40615, NULL, NULL, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', NULL, '0.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1500', '0.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40616, NULL, NULL, 3160, 'FER000012', 'REPOSADERA BRONCE 3*3', NULL, '65.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '65.0000', '65.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40617, NULL, NULL, 3002, 'FER000018', 'LLAVE PALANCA ITALIANA 1\"', NULL, '104.7900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '104.7900', '104.7900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40618, NULL, NULL, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', NULL, '48.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '48.0000', '48.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40619, NULL, NULL, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', NULL, '7.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.9000', '7.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40620, NULL, NULL, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', NULL, '2.7800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.7800', '2.7800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40621, NULL, NULL, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', NULL, '34.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '34.0000', '34.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40622, NULL, NULL, 2961, 'FER00017', 'LB ELECTRODO 3/32', NULL, '14.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '14.9000', '14.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40623, NULL, NULL, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', NULL, '1.2300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.2300', '1.2300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40624, NULL, NULL, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40625, NULL, NULL, 2539, 'FER00108', 'BISAGRA CARTUCHO 3/8 M/H', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40626, NULL, NULL, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40627, NULL, NULL, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', NULL, '0.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8700', '0.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40628, NULL, NULL, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', NULL, '0.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5000', '0.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40629, NULL, NULL, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', NULL, '0.1600', '-66.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-10.5600', '-66.0000', '2023-07-03', 'received', '0.1600', '0.1600', '-66.0000', NULL, NULL, 1, 'PZA', '-66.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40630, NULL, NULL, 3237, 'FER0015', 'TAPADERA DE SANITARIO ALDOSA', NULL, '40.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '40.0000', '40.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40631, NULL, NULL, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', NULL, '5.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.8800', '5.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40632, NULL, NULL, 2695, 'FER00436', 'CLAVO 1 1/2 LB', NULL, '5.9400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.9400', '5.9400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40633, NULL, NULL, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40634, NULL, NULL, 2698, 'FER00439', 'CLAVO 2 LB', NULL, '5.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.2500', '5.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40635, NULL, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40636, NULL, NULL, 2700, 'FER00441', 'CLAVO 4 LB', NULL, '6.4500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.4500', '6.4500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40637, NULL, NULL, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40638, NULL, NULL, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', NULL, '0.0700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.0700', '0.0700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40639, NULL, NULL, 2703, 'FER00449', 'CLAVO CONCRETO 2 1/2', NULL, '0.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1600', '0.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40640, NULL, NULL, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', NULL, '0.1000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1000', '0.1000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40641, NULL, NULL, 2706, 'FER00453', 'CLAVO CONCRETO 4 UNIDAD', NULL, '0.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3300', '0.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40642, NULL, NULL, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40643, NULL, NULL, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', NULL, '7.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.0000', '7.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40644, NULL, NULL, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', NULL, '7.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '7.7500', '7.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40645, NULL, NULL, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', NULL, '1.3000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.3000', '1.3000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40646, NULL, NULL, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', NULL, '24.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.0000', '24.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40647, NULL, NULL, 2459, 'FER02887444770', 'DISCO DEWALT CARBON P CORTAR/CONCRET 9', NULL, '20.1600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.1600', '20.1600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40648, NULL, NULL, 2811, 'FER02908', 'DISCO DIAMANTADO CONTINUO 9 VIKINGO', NULL, '59.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '59.0000', '59.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40649, NULL, NULL, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', NULL, '11.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.0000', '11.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40650, NULL, NULL, 2626, 'FER0314', 'CANDADO WHALE DORADO 50 MM', NULL, '20.8100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.8100', '20.8100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40651, NULL, NULL, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', NULL, '0.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.0900', '0.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40652, NULL, NULL, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2 X UNIDAD', NULL, '0.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.3500', '0.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40653, NULL, NULL, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', NULL, '0.1800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1800', '0.1800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40654, NULL, NULL, 2731, 'FER31106-2', 'CODO LISO PVC LISO 3/4\\\" 45 GRADOS', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40655, NULL, NULL, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40656, NULL, NULL, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', NULL, '4.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.4000', '4.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40657, NULL, NULL, 2509, 'GEL0003', 'ALCOHOL GEL TIPO LLAVERO 50 ML', NULL, '13.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.0000', '13.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40658, NULL, NULL, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', NULL, '13.6700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.6700', '13.6700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40659, NULL, NULL, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', NULL, '26.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '26.5000', '26.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40660, NULL, NULL, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', NULL, '24.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '24.7000', '24.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40661, NULL, NULL, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', NULL, '70.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '70.0000', '70.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40662, NULL, NULL, 2913, 'GRIFA002', 'GRIFA 1/4 * 3/16', NULL, '35.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '35.0000', '35.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40663, NULL, NULL, 2937, 'HL8140/120M', 'HIDROLAVADORA 1800W 2003PSI', NULL, '906.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '906.5100', '906.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40664, NULL, NULL, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40665, NULL, NULL, 2670, 'LLCHCPOPM05', 'CHORRO MARIPOSA D 1/2 BOSSI', NULL, '15.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.7500', '15.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40666, NULL, NULL, 3001, 'LLPDCLA', 'LLAVE P/DUCHA ACRILICA 1/2BR CUELLO LARG', NULL, '85.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '85.0000', '85.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40667, NULL, NULL, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', NULL, '385.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '385.0000', '385.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40668, NULL, NULL, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\\\" X 3MT', NULL, '165.1400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '165.1400', '165.1400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40669, NULL, NULL, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', NULL, '2.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.3300', '2.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40670, NULL, NULL, 2494, 'PVC00003', 'ADAPTADOR M 1', NULL, '1.4100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.4100', '1.4100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40671, NULL, NULL, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', NULL, '1.6100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.6100', '1.6100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40672, NULL, NULL, 2496, 'PVC00005', 'ADAPTADOR M 1 1/4', NULL, '3.5300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5300', '3.5300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40673, NULL, NULL, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', NULL, '0.5100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5100', '0.5100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40674, NULL, NULL, 2492, 'PVC00007', 'ADAPTADOR 2', NULL, '2.6400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.6400', '2.6400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40675, NULL, NULL, 2754, 'PVC0001', 'COPLA C/R 1', NULL, '1.8400', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.8400', '1.8400', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40676, NULL, NULL, 2497, 'PVC00010', 'ADAPTADOR M 3/4', NULL, '0.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.9700', '0.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40677, NULL, NULL, 2716, 'PVC00033', 'CODO LISO PVC 1 90 GR', NULL, '3.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.5000', '3.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40678, NULL, NULL, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40679, NULL, NULL, 2719, 'PVC00036', 'CODO LISO PVC 1/2  90 GR ', NULL, '1.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5000', '1.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40680, NULL, NULL, 2720, 'PVC00037', 'CODO 90 GR PVC 2', NULL, '5.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.3500', '5.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40681, NULL, NULL, 2721, 'PVC00038', 'CODO 90 GR 2 1/2', NULL, '16.2100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.2100', '16.2100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40682, NULL, NULL, 2722, 'PVC00039', 'CODO 90 GR 3', NULL, '21.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '21.0100', '21.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40683, NULL, NULL, 2723, 'PVC00040', 'CODO 90 GR 3/4', NULL, '1.4900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.4900', '1.4900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40684, NULL, NULL, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', NULL, '1.1900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.1900', '1.1900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40685, NULL, NULL, 2725, 'PVC00051', 'CODO 90 GR DR 2', NULL, '3.8667', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.8667', '3.8667', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40686, NULL, NULL, 2726, 'PVC00052', 'CODO 90 GR DR 3', NULL, '10.5900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.5900', '10.5900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40687, NULL, NULL, 2727, 'PVC00053', 'CODO 90 GR DR 4', NULL, '25.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.0000', '25.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40688, NULL, NULL, 2728, 'PVC00054', 'CODO 90 GR DR 6', NULL, '50.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '50.5700', '50.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40689, NULL, NULL, 2746, 'PVC00068', 'COPLA 1', NULL, '1.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.2900', '1.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40690, NULL, NULL, 2747, 'PVC00069', 'COPLA 1 1/2', NULL, '2.2900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.2900', '2.2900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40691, NULL, NULL, 2749, 'PVC00071', 'COPLA 1/2', NULL, '0.5800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.5800', '0.5800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40692, NULL, NULL, 2750, 'PVC00072', 'COPLA 2', NULL, '2.6200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.6200', '2.6200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40693, NULL, NULL, 2752, 'PVC00073', 'COPLA 3/4', NULL, '0.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8500', '0.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40694, NULL, NULL, 2755, 'PVC00076', 'COPLA C/R 1 1/4', NULL, '3.4000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.4000', '3.4000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40695, NULL, NULL, 2756, 'PVC00077', 'COPLA C/R 1/2', NULL, '0.8900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8900', '0.8900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40696, NULL, NULL, 2758, 'PVC00090', 'COPLA DR 2', NULL, '3.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.8500', '3.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40697, NULL, NULL, 2759, 'PVC00091', 'COPLA DR 3', NULL, '8.5200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.5200', '8.5200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40698, NULL, NULL, 2760, 'PVC00092', 'COPLA DR 4', NULL, '11.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '11.5700', '11.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40699, NULL, NULL, 2717, 'PVC00094', 'CODO LISO PVC 1 1/2 90 GR', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40700, NULL, NULL, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40701, NULL, NULL, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', NULL, '4.2000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.2000', '4.2000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40702, NULL, NULL, 3171, 'pvc00124', 'REDUCIDOR 1 1/2-1/2', NULL, '2.7500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.7500', '2.7500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40703, NULL, NULL, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', NULL, '6.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.0000', '6.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40704, NULL, NULL, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', NULL, '3.1300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.1300', '3.1300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40705, NULL, NULL, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40706, NULL, NULL, 3149, 'pvc00128', 'REDUCIDOR1 1/4-3/4', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40707, NULL, NULL, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', NULL, '1.5700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.5700', '1.5700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40708, NULL, NULL, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', NULL, '1.3300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.3300', '1.3300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40709, NULL, NULL, 3136, 'PVC00132', 'REDUCIDOR 2 1/2-1', NULL, '12.4800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '12.4800', '12.4800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40710, NULL, NULL, 3135, 'PVC00136', 'REDUCIDOR 2 1/2 - 3/4', NULL, '15.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '15.0000', '15.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40711, NULL, NULL, 3137, 'PVC00137', 'REDUCIDOR PVC 2 - 1', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40712, NULL, NULL, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', NULL, '3.3200', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.3200', '3.3200', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40713, NULL, NULL, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', NULL, '3.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.9500', '3.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40714, NULL, NULL, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', NULL, '0.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.8300', '0.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40715, NULL, NULL, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', NULL, '3.9700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.9700', '3.9700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40716, NULL, NULL, 3243, 'PVC00158', 'TAPON H 1', NULL, '0.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.9900', '0.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40717, NULL, NULL, 3244, 'PVC00159', 'TAPON H 1 1/2', NULL, '4.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.0000', '4.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40718, NULL, NULL, 3238, 'PVC00161', 'TAPON 1 1/4', NULL, '3.2500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.2500', '3.2500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40719, NULL, NULL, 3239, 'PVC00164', 'TAPON 1/2', NULL, '0.6000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.6000', '0.6000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40720, NULL, NULL, 3241, 'PVC00168', 'TAPON 2', NULL, '3.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.9900', '3.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40721, NULL, NULL, 3245, 'PVC00171', 'TAPON H 3/4', NULL, '1.4600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.4600', '1.4600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40722, NULL, NULL, 3257, 'PVC00186', 'TEE 1', NULL, '2.8300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '2.8300', '2.8300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40723, NULL, NULL, 3258, 'PVC00187', 'TEE 1 1/2', NULL, '6.6300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '6.6300', '6.6300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40724, NULL, NULL, 3259, 'PVC00189', 'TEE 1 1/4', NULL, '4.9500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.9500', '4.9500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40725, NULL, NULL, 3260, 'PVC00192', 'TEE 1/2', NULL, '1.2100', '-4.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '-4.8400', '-4.0000', '2023-07-03', 'received', '1.2100', '1.2100', '-4.0000', NULL, NULL, 1, 'PZA', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40726, NULL, NULL, 3262, 'PVC00199', 'TEE 2 DR', NULL, '4.8700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '4.8700', '4.8700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40727, NULL, NULL, 3264, 'PVC00201', 'TEE 3 DR', NULL, '13.0300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '13.0300', '13.0300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40728, NULL, NULL, 3266, 'PVC00202', 'TEE 3/4 PVC LISO', NULL, '1.8600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '1.8600', '1.8600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40729, NULL, NULL, 3267, 'PVC00207', 'TEE 4 DR', NULL, '33.0900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '33.0900', '33.0900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40730, NULL, NULL, 3270, 'PVC00208', 'TEE PVC DE 4\"', NULL, '43.9900', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '43.9900', '43.9900', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40731, NULL, NULL, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', NULL, '10.8500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.8500', '10.8500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40732, NULL, NULL, 3347, 'PVC00254', 'YEE DR 3', NULL, '9.7600', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.7600', '9.7600', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40733, NULL, NULL, 3346, 'PVC00255', 'YEE DR 2', NULL, '3.9800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.9800', '3.9800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40734, NULL, NULL, 3348, 'PVC00256', 'YEE DR 4', NULL, '19.1500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.1500', '19.1500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40735, NULL, NULL, 2751, 'PVC00260', 'COPLA 2 1/2', NULL, '17.9100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '17.9100', '17.9100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40736, NULL, NULL, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', NULL, '5.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '5.0000', '5.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40737, NULL, NULL, 3139, 'PVC143', 'REDUCIDOR 3- 1 1/2', NULL, '32.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '32.0000', '32.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40738, NULL, NULL, 3140, 'PVC144', 'REDUCIDOR 3-1/2', NULL, '20.6500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '20.6500', '20.6500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40739, NULL, NULL, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', NULL, '19.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.7000', '19.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40740, NULL, NULL, 2997, 'SUVAL2\"', 'LLAVE DE PASO PVC 2\" SUVAL', NULL, '60.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '60.0000', '60.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40741, NULL, NULL, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', NULL, '3.3500', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '3.3500', '3.3500', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40742, NULL, NULL, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40743, NULL, NULL, 3318, 'TA381216AI', 'TUBO DE ABASTO PREMIUN 3/8*1/2*16 ACERO', NULL, '10.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '10.0000', '10.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40744, NULL, NULL, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40745, NULL, NULL, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', NULL, '71.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '71.0000', '71.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40746, NULL, NULL, 3227, 'TP813/3', 'TALADRO PERCUSION GLP 1/2 900W', NULL, '455.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '455.0000', '455.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40747, NULL, NULL, 3228, 'TP913/4', 'TALADRO PERCUSION NEO 1/2 850W', NULL, '416.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '416.5000', '416.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40748, NULL, NULL, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', NULL, '85.7000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '85.7000', '85.7000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40749, NULL, NULL, 2827, 'UP0000793', 'DULCES COLOMBINA', NULL, '0.1175', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '0.1175', '0.1175', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40750, NULL, NULL, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', NULL, '48.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '48.9000', '48.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40751, NULL, NULL, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', NULL, '8.0000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '8.0000', '8.0000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40752, NULL, NULL, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', NULL, '22.7300', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '22.7300', '22.7300', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40753, NULL, NULL, 3325, 'VBZ05', 'VALVULA  BOLA ZINC  1\" BOSSI', NULL, '25.2700', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '25.2700', '25.2700', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40754, NULL, NULL, 3332, 'VCBRWL04', 'VALVULA COMPUERTA BR 3/4 LIVIANO', NULL, '35.8800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '35.8800', '35.8800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40755, NULL, NULL, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', NULL, '54.0100', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '54.0100', '54.0100', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40756, NULL, NULL, 3281, 'VK0096', 'TENAZIN DE 9\" VIKINGO', NULL, '16.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '16.9000', '16.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40757, NULL, NULL, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', NULL, '9.9000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '9.9000', '9.9000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40758, NULL, NULL, 2624, 'VK0867', 'CANDADO PROFECIONAL BRONCE 30MM', NULL, '19.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '19.5000', '19.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40759, NULL, NULL, 2625, 'VK0898', 'CANDADO PROFECIONAL BRONCE 40MM VIKINGO', NULL, '28.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '28.5000', '28.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40760, NULL, NULL, 2825, 'VK0908', 'DUCHA OCTAGONAL CROMADA C/BRAZO Y CHAPET', NULL, '53.6800', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '53.6800', '53.6800', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40761, NULL, NULL, 3188, 'W185/1/120', 'SIERRA CIRCULAR ENERGY 7-1/4 1400W', NULL, '402.5000', '0.0000', 1, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '2023-07-03', 'received', '402.5000', '402.5000', '0.0000', NULL, NULL, 1, 'PZA', '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40762, 682, NULL, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', NULL, '14.3929', '33.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '474.9643', '33.0000', '2023-07-03', 'received', '14.3929', '14.3929', '33.0000', NULL, NULL, 1, 'PZA', '33.0000', NULL, NULL, NULL, NULL, '14.3929');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40763, 683, NULL, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', NULL, '8.5417', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '615.0000', '10.0000', '2023-07-03', 'received', '8.5417', '8.5417', '72.0000', NULL, NULL, 1, 'PZA', '72.0000', NULL, NULL, NULL, NULL, '8.5417');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40764, 684, NULL, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', NULL, '5.9500', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '214.2000', '36.0000', '2023-07-03', 'received', '5.9500', '5.9500', '36.0000', NULL, NULL, 1, 'PZA', '36.0000', NULL, NULL, NULL, NULL, '5.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40765, 684, NULL, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', NULL, '15.3750', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '92.2500', '6.0000', '2023-07-03', 'received', '15.3750', '15.3750', '6.0000', NULL, NULL, 1, 'PZA', '6.0000', NULL, NULL, NULL, NULL, '15.3750');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40766, 684, NULL, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', NULL, '18.7500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '75.0000', '4.0000', '2023-07-03', 'received', '18.7500', '18.7500', '4.0000', NULL, NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, '18.7500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40767, 684, NULL, 2711, '7411001800231', 'COCACOLA LATA', NULL, '4.2500', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '102.0000', '24.0000', '2023-07-03', 'received', '4.2500', '4.2500', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40768, 684, NULL, 2710, '7401006400482', 'COCACOLA 20 ONZAS', NULL, '6.0958', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '146.3000', '24.0000', '2023-07-03', 'received', '6.0958', '6.0958', '24.0000', NULL, NULL, 1, 'PZA', '24.0000', NULL, NULL, NULL, NULL, '6.0958');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40769, 685, NULL, 2699, 'FER00440', 'CLAVO 3 LB', NULL, '5.2500', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '78.7500', '15.0000', '2023-07-03', 'received', '5.2500', '5.2500', '15.0000', NULL, NULL, 1, 'PZA', '15.0000', NULL, NULL, NULL, NULL, '5.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40770, 685, NULL, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', NULL, '35.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.0000', '3.0000', '2023-07-03', 'received', '35.0000', '35.0000', '3.0000', NULL, NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, '35.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40771, 686, NULL, 3928, '7501206631669', 'BARRETA DE UÑA 3/4 X 45 CM TRUPER (10853)', NULL, '43.3400', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '43.3400', '1.0000', '2023-07-03', 'received', '43.3400', '43.3400', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '43.3400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40772, 686, NULL, 3929, '7501206631621', 'BARRETA DE UÑA 3/4 X 60 CM TRUPER (10856)', NULL, '51.2200', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '51.2200', '1.0000', '2023-07-03', 'received', '51.2200', '51.2200', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '51.2200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40773, 686, NULL, 3930, '7501206631676', 'BARRETA DE UÑA 3/4 X 75 CM TRUPER (10859)', NULL, '59.1000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '59.1000', '1.0000', '2023-07-03', 'received', '59.1000', '59.1000', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '59.1000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40774, 686, NULL, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', NULL, '3.6000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '36.0000', '10.0000', '2023-07-03', 'received', '3.6000', '3.6000', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '3.6000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40775, 686, NULL, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32 TRUPER (11122)', NULL, '6.1100', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '61.1000', '10.0000', '2023-07-03', 'received', '6.1100', '6.1100', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '6.1100');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40776, 686, NULL, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER (11126)', NULL, '6.4000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '64.0000', '10.0000', '2023-07-03', 'received', '6.4000', '6.4000', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '6.4000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40777, 686, NULL, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', NULL, '10.5500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '105.5000', '10.0000', '2023-07-03', 'received', '10.5500', '10.5500', '10.0000', NULL, NULL, 1, 'PZA', '10.0000', NULL, NULL, NULL, NULL, '10.5500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40778, 686, NULL, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', NULL, '20.2400', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '101.2000', '5.0000', '2023-07-03', 'received', '20.2400', '20.2400', '5.0000', NULL, NULL, 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL, '20.2400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40779, 686, NULL, 3931, '7501206646069', 'BROCA DE 3/8 TRUGOLD TRUPER, METAL/MADERA/PLASTICO (11150)', NULL, '24.6200', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '123.1000', '5.0000', '2023-07-03', 'received', '24.6200', '24.6200', '5.0000', NULL, NULL, 1, 'PZA', '5.0000', NULL, NULL, NULL, NULL, '24.6200');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40780, 686, NULL, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', NULL, '3.0400', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '30.4000', '10.0000', '2023-07-03', 'received', '3.0400', '3.0400', '10.0000', NULL, NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, '3.0400');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40781, 686, NULL, 3932, '7201206685212', 'BOLSA 100 TORNILLOS 1/2 PLG.  MULTIUSOS FIERO (44335)', NULL, '4.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '4.2500', '1.0000', '2023-07-03', 'received', '4.2500', '4.2500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '4.2500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40782, 686, NULL, 3933, '7501206685198', 'BOLSA 100 TORNILLOS 1 PLG.  MULTIUSOS FIERO (44343)', NULL, '6.9500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '6.9500', '1.0000', '2023-07-03', 'received', '6.9500', '6.9500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '6.9500');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (40783, 686, NULL, 3934, '7501206685303', 'BOLSA 100 TORNILLOS 1 1/2 PLG.  MULTIUSOS FIERO (44345)', NULL, '9.4500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', NULL, '9.4500', '1.0000', '2023-07-03', 'received', '9.4500', '9.4500', '1.0000', NULL, NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, '9.4500');


#
# TABLE STRUCTURE FOR: sma_purchases
#

DROP TABLE IF EXISTS `sma_purchases`;

CREATE TABLE `sma_purchases` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `reference_no` varchar(55) NOT NULL,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `supplier_id` int(11) NOT NULL,
  `supplier` varchar(55) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `note` varchar(1000) NOT NULL,
  `total` decimal(25,4) DEFAULT NULL,
  `product_discount` decimal(25,4) DEFAULT NULL,
  `order_discount_id` varchar(20) DEFAULT NULL,
  `order_discount` decimal(25,4) DEFAULT NULL,
  `total_discount` decimal(25,4) DEFAULT NULL,
  `product_tax` decimal(25,4) DEFAULT NULL,
  `order_tax_id` int(11) DEFAULT NULL,
  `order_tax` decimal(25,4) DEFAULT NULL,
  `total_tax` decimal(25,4) DEFAULT '0.0000',
  `shipping` decimal(25,4) DEFAULT '0.0000',
  `grand_total` decimal(25,4) NOT NULL,
  `paid` decimal(25,4) NOT NULL DEFAULT '0.0000',
  `status` varchar(55) DEFAULT '',
  `payment_status` varchar(20) DEFAULT 'pending',
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `payment_term` tinyint(4) DEFAULT NULL,
  `due_date` date DEFAULT NULL,
  `return_id` int(11) DEFAULT NULL,
  `surcharge` decimal(25,4) NOT NULL DEFAULT '0.0000',
  `return_purchase_ref` varchar(55) DEFAULT NULL,
  `purchase_id` int(11) DEFAULT NULL,
  `return_purchase_total` decimal(25,4) NOT NULL DEFAULT '0.0000',
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=687 DEFAULT CHARSET=utf8;

INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (7, 'PO2022/04/0030', '2022-04-25 10:11:00', 4, 'ASESORIA, MERCADEO Y CONSULTORIA, S.A.', 1, '&lt;p&gt;EXISTENCIAS AL 25&sol;04&sol;2022&lt;&sol;p&gt;', '66420.0765', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66420.0765', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (18, 'PO2022/04/0041', '2022-04-29 09:10:00', 6, 'INVENTARIO INICIAL', 1, '', '49044.4400', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '49044.4400', '0.0000', 'received', 'pending', 0, NULL, NULL, '0', NULL, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (19, 'PO2022/04/0042', '2022-04-29 09:11:00', 6, 'INVENTARIO INICIAL', 1, '', '45435.9300', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '45435.9300', '0.0000', 'received', 'pending', 0, NULL, NULL, '0', NULL, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (20, 'INVENTA INICIAL', '2022-05-09 14:57:00', 6, 'INVENTARIO INICIAL', 1, '', '6832.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6832.0000', '0.0000', 'received', 'pending', 8, 8, '2022-05-09 15:06:42', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (21, 'INVENTARIO INCIAL', '2022-05-09 16:13:00', 6, 'INVENTARIO INICIAL', 1, '', '635.3100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '635.3100', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (22, 'INVENTARIO INICIAL', '2022-05-09 16:52:00', 6, 'INVENTARIO INICIAL', 1, '', '698.3000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '698.3000', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (23, 'INVENTARIO INICIAL', '2022-05-10 15:50:00', 7, 'Multiperfiles S.A.', 1, '', '91322.1200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91322.1200', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (24, 'INVENTARIO INICIAL', '2022-05-11 14:42:00', 6, 'INVENTARIO INICIAL', 1, '', '23237.6000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23237.6000', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (25, 'INVENTARIO INICIAL', '2022-05-12 12:05:00', 6, 'INVENTARIO INICIAL', 1, '', '9633.7300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9633.7300', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (26, '1992639645', '2022-05-03 09:20:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '101.2666', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '101.2666', '101.2666', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (27, '3648', '2022-05-02 10:05:00', 16, 'SANTA ELENA', 1, '', '79.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.9999', '79.9999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (28, '3395', '2022-05-17 09:33:00', 16, 'SANTA ELENA', 1, '', '129.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '129.9999', '129.9999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (29, '3108261049', '2022-05-10 10:25:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '107.5100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '107.5100', '107.5100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (30, '3330032016, 1697202835, 3121826273, 3756868411, 1977503', '2022-05-17 09:40:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '926.3400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '926.3400', '926.3400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (31, 'PO2022/05/0043', '2022-05-17 09:56:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '2115.4500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2115.4500', '2115.4500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (32, 'PO2022/05/0044', '2022-05-17 12:48:00', 19, 'DISAR, S.A.', 1, '', '1692.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1692.0000', '1692.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (33, '20479544094, 384909402', '2022-05-17 14:46:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '2977.5296', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2977.5296', '2977.5296', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (34, '2845132044,3318957166,1989954726, 4279323879, 293616323', '2022-05-17 15:05:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '896.7597', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '896.7597', '896.7597', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (35, '1989954726,2936163235, 593380621', '2022-05-17 15:21:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '601.4800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '601.4800', '601.4800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (36, '427932879,3129231852, 2867548100', '2022-05-17 15:24:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '1092.4530', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1092.4530', '1092.4530', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (37, '1499087097, E0814792, 2696299599', '2022-05-17 16:07:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '512.5199', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '512.5199', '512.5199', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (38, 'PO2022/05/0045', '2022-05-17 16:47:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '1003.0289', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1003.0289', '1003.0289', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (39, '9705', '2022-05-12 11:30:00', 8, 'VALHALA', 1, '', '225.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '225.0000', '225.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (40, '1763266038', '2022-05-13 14:30:00', 22, 'CORPORACION LA SUREÑA, S.A.', 1, '', '525.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '525.0000', '525.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (41, '615002684', '2022-05-18 16:46:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '215.5200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '215.5200', '215.5200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (42, '2989640468', '2022-05-18 16:57:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '516.7696', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '516.7696', '516.7696', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (43, '3207481330', '2022-05-17 10:10:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '191.4250', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '191.4250', '191.4250', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (44, 'PO2022/05/0046', '2022-04-21 09:06:00', 24, 'Lucalza', 1, '', '856.0800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '856.0800', '0.0000', 'received', 'pending', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (45, 'PO2022/05/0047', '2022-05-05 09:16:00', 24, 'Lucalza', 1, '', '1255.3200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1255.3200', '0.0000', 'received', 'pending', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (46, 'PO2022/05/0048', '2022-04-22 09:36:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '156.9600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '156.9600', '0.0000', 'received', 'pending', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (47, '2805353272', '2022-05-06 14:30:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '433.8600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '433.8600', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (48, 'PO2022/05/0049', '2022-04-07 14:50:00', 28, 'ESPORT, S.A.', 1, '', '765.3600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '765.3600', '0.0000', 'received', 'pending', 8, 8, '2022-05-19 15:09:03', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (49, '4189274704', '2022-05-19 15:27:00', 27, 'SUPLIMASTER, S.A.', 1, '', '976.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '976.5000', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (50, '712853810', '2022-05-20 10:02:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '1415.6068', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1415.6068', '1415.6068', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (51, '781272295', '2022-05-20 10:15:00', 29, 'DISTRIBUCIONES HORIZONTALES, S.A.', 1, '', '112.7294', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '112.7294', '112.7294', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (52, '4077537916', '2022-05-20 10:19:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '432.7800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '432.7800', '432.7800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (53, '979323456', '2022-05-20 12:53:00', 10, 'FFACSA', 1, '', '727.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '727.5000', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (54, '905856185', '2022-05-21 10:15:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '687.1998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '687.1998', '687.1998', 'received', 'paid', 8, 8, '2022-05-24 10:22:08', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (55, '116736642', '2022-05-20 10:50:00', 19, 'DISAR, S.A.', 1, '', '378.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '378.0000', '378.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (56, '2219394399, 164053124', '2022-05-21 10:25:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '351.1200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '351.1200', '351.1200', 'received', 'paid', 8, 8, '2022-05-24 10:28:46', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (57, '3905374973', '2022-05-23 10:25:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '71.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.0000', '71.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (58, '2308459981', '2022-05-20 14:50:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '132.9996', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '132.9996', '132.9996', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (59, '3491579175, 1166295909', '2022-05-21 12:00:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '361.6256', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '361.6256', '361.6256', 'received', 'paid', 8, 8, '2022-05-24 12:22:21', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (60, '9607,9606,9611,9610, 9609,9608', '2022-05-11 15:20:00', 8, 'VALHALA', 1, '', '2750.3400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2750.3400', '2750.3400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (61, '643449688', '2022-05-24 11:10:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '114.4608', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '114.4608', '114.4608', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (62, '39707806324', '2022-05-26 11:24:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '89.2800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.2800', '89.2800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (63, '3646112588', '2022-05-26 12:59:00', 36, 'DISTRIBUCIONES DCE, S.A.', 1, '', '1902.6245', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1902.6245', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (64, '1467630642', '2022-05-20 15:10:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '169.8600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '169.8600', '169.8600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (65, '3909239364', '2022-05-27 14:50:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '2159.5584', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2159.5584', '2159.5584', 'received', 'paid', 8, 8, '2022-06-03 16:14:50', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (66, '1614170408', '2022-05-28 10:10:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '336.6000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '336.6000', '336.6000', 'received', 'paid', 8, 8, '2022-06-03 16:39:12', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (67, '12904423632', '2022-05-28 17:10:00', 29, 'DISTRIBUCIONES HORIZONTALES, S.A.', 1, '', '91.7520', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.7520', '91.7520', 'received', 'paid', 8, 8, '2022-06-03 16:24:09', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (68, '338447559', '2022-05-28 16:25:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '286.7508', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '286.7508', '286.7508', 'received', 'paid', 8, 8, '2022-06-03 16:44:58', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (69, '0002', '2022-05-27 13:50:00', 37, 'TRIUNFO', 1, '', '351.9996', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '351.9996', '351.9996', 'received', 'paid', 8, 8, '2022-06-03 16:53:33', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (70, '615002750', '2022-05-27 13:45:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '316.1000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '316.1000', '316.1000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (71, '1682653557', '2022-05-31 17:10:00', 38, 'DISTRIBUIDORA XELAJU, S.A.', 1, '', '313.3797', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '313.3797', '313.3797', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (72, '2798863632', '2022-06-02 14:30:00', 39, 'HERRAMIENTAS PODEROSAS, S.A.', 1, '', '1755.3900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1755.3900', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (73, '3921364904', '2022-06-03 14:50:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '77.7600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.7600', '77.7600', 'received', 'paid', 8, 8, '2022-06-06 14:59:08', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (74, '2682077782', '2022-06-09 16:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '2246.3493', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2246.3493', '2246.3493', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (75, '2202943991', '2022-06-09 16:37:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '180.9600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.9600', '180.9600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (76, '764628493', '2022-06-09 16:39:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '284.1666', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '284.1666', '284.1666', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (77, '804771826', '2022-06-09 16:42:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '369.1100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '369.1100', '369.1100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (78, '892291650', '2022-06-09 16:49:00', 40, 'HUGO JOSUE OCAMPO GIRON', 1, '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', '90.0000', 'received', 'paid', 8, 8, '2022-06-09 16:50:11', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (79, '1854161718', '2022-06-09 16:56:00', 22, 'CORPORACION LA SUREÑA, S.A.', 1, '', '160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '160.0000', '160.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (80, '108874194', '2022-06-09 16:58:00', 11, 'ACEROS DE GUATEMALA', 1, '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '650.0000', '650.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (81, '615002816', '2022-06-10 16:10:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '509.6300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '509.6300', '509.6300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (82, '899433768', '2022-06-10 13:30:00', 19, 'DISAR, S.A.', 1, '', '555.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '555.7500', '555.7500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (83, '2568241984', '2022-06-11 13:15:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '715.4500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '715.4500', '715.4500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (84, '1004095630,7463, 946', '2022-06-11 10:10:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '525.1900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '525.1900', '525.1900', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (85, 'SIN FACTURA', '2022-06-14 11:34:00', 16, 'SANTA ELENA', 1, '', '252.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '252.0000', '252.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (86, '4166142365', '2022-06-14 09:10:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '228.1600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '228.1600', '228.1600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (87, '11774', '2022-06-16 15:35:00', 8, 'VALHALA', 1, '', '920.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '920.0000', '920.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (88, '326586160', '2022-06-18 14:45:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '1954.8197', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1954.8197', '1954.8197', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (89, '1337345407,955', '2022-06-18 14:50:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '479.5200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '479.5200', '479.5200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (90, '82', '2022-06-20 15:03:00', 16, 'SANTA ELENA', 1, '', '79.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.9999', '79.9999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (91, '3425584192', '2022-06-17 14:25:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '133.8996', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '133.8996', '133.8996', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (92, '83126876', '2022-06-18 14:10:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '623.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '623.2000', '623.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (93, '2648326592', '2022-06-20 15:21:00', 41, 'DISTRIBUIDORA P.J., S.A.', 1, '', '322.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '322.5000', '322.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (94, '1638025378', '2022-06-17 07:50:00', 41, 'DISTRIBUIDORA P.J., S.A.', 1, '', '322.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '322.5000', '322.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (95, '88', '2022-06-20 09:25:00', 16, 'SANTA ELENA', 1, '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', '50.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (96, 'PO2022/06/0050', '2022-06-23 08:23:00', 16, 'SANTA ELENA', 1, '&lt;p&gt;PRODUCTO INGRESO SIN FACTURA&lt;&sol;p&gt;', '180.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.0000', '180.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (97, '12241', '2022-06-23 14:50:00', 8, 'VALHALA', 1, '', '414.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '414.0000', '414.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (98, '290344592', '2022-06-21 13:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '258.3324', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '258.3324', '258.3324', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (99, '51820579', '2022-06-16 14:25:00', 24, 'Lucalza', 1, '', '567.7700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '567.7700', '567.7700', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (100, '2590263250', '2022-06-21 14:50:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '146.2800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '146.2800', '146.2800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (101, '202', '2022-06-21 14:35:00', 16, 'SANTA ELENA', 1, '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', '60.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (102, '2589222891', '2022-06-17 10:50:00', 42, 'SERVICIOS Y REPRESENTACIONES VILLAVICENCIO, S.A.', 1, '', '1551.5600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1551.5600', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (103, '2161460226', '2022-06-25 17:40:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '2411.7092', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2411.7092', '2411.7092', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (104, '2650228772', '2022-06-24 14:50:00', 19, 'DISAR, S.A.', 1, '', '610.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '610.5000', '610.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (105, '2048923', '2022-06-25 14:30:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '625.4500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '625.4500', '625.4500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (106, '2209039575', '2022-06-25 14:50:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '292.6500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '292.6500', '292.6500', 'received', 'paid', 8, 8, '2022-06-29 16:59:25', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (107, '2741127925', '2022-06-29 15:25:00', 41, 'DISTRIBUIDORA P.J., S.A.', 1, '', '967.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '967.5000', '967.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (108, '2427995915', '2022-06-24 15:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '82.3997', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.3997', '82.3997', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (109, '20922820', '2022-06-24 14:45:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '191.5202', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '191.5202', '191.5197', 'received', 'partial', 8, 8, '2022-07-01 16:04:41', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (110, '4235280450', '2022-06-28 13:45:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '112.6200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '112.6200', '112.6200', 'received', 'paid', 8, 8, '2022-07-01 16:04:57', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (111, '2651670177', '2022-06-25 14:50:00', 29, 'DISTRIBUCIONES HORIZONTALES, S.A.', 1, '', '129.0024', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '129.0024', '129.0024', 'received', 'paid', 8, 8, '2022-07-01 16:05:28', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (112, '4114826066', '2022-06-28 13:25:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '167.3310', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '167.3310', '167.3310', 'received', 'paid', 8, 8, '2022-07-01 16:05:13', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (113, '2409908924', '2022-06-28 09:25:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '213.1250', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '213.1250', '213.1250', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (114, '4043720806', '2022-06-30 10:30:00', 38, 'DISTRIBUIDORA XELAJU, S.A.', 1, '', '220.1952', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '220.1952', '220.2000', 'received', 'paid', 8, 8, '2022-07-07 14:49:06', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (115, '6790', '2022-07-01 16:51:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '134.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '134.5000', '134.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (116, '3354218463', '2022-06-29 18:25:00', 39, 'HERRAMIENTAS PODEROSAS, S.A.', 1, '', '2235.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2235.7400', '0.0000', 'received', 'pending', 8, 8, '2022-07-01 17:01:48', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (117, '103239302', '2022-07-02 14:25:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '572.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '572.2000', '572.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (118, '1313620337', '2022-07-01 10:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '205.6800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '205.6800', '205.6800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (119, '4279648651', '2022-07-01 10:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '123.5995', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '123.5995', '123.5995', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (120, '3770500824', '2022-06-25 14:30:00', 44, 'MULTITUBO, S.A.', 1, '', '30402.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30402.0000', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (121, '10909', '2022-07-07 14:36:00', 46, 'GRUPO FERTUMEX', 1, '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', '60.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (122, '2823179746', '2022-07-05 09:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '2587.9388', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2587.9388', '2587.9388', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (123, '1929986267', '2022-07-05 10:55:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '604.3300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '604.3300', '604.3300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (124, '2558742426, 65998835', '2022-07-05 10:50:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '338.7350', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '338.7350', '338.7350', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (125, '1359235041', '2022-07-02 10:45:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '343.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '343.5000', '343.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (126, '2859486336', '2022-07-02 15:45:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '488.2798', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '488.2798', '488.2798', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (127, '615002932', '2022-07-08 16:26:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '870.3748', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '870.3748', '870.3748', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (128, '2071806792', '2022-07-12 09:50:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '262.9410', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '262.9410', '262.9410', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (129, '2502903715', '2022-07-12 10:35:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '239.4899', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '239.4899', '239.4899', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (130, '1475956264', '2022-07-08 09:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '180.4800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.4800', '180.4800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (131, '3774629287, 0199', '2022-07-09 10:35:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '686.7100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '686.7100', '686.7100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (132, '1540179386', '2022-07-09 09:30:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '592.9500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '592.9500', '592.9500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (133, '1627734514', '2022-07-04 09:45:00', 47, 'TIENDA Y SERVICIOS DE LOS ALTOS, S.A.', 1, '', '54.4896', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.4896', '54.4896', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (134, '4285352953', '2022-07-08 14:55:00', 19, 'DISAR, S.A.', 1, '', '786.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '786.0000', '786.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (135, '1764835809', '2022-07-13 09:30:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1080.0000', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (136, '2193705233', '2022-07-08 11:20:00', 48, 'PRODUCTOS DEL AIRE DE GUATEMALA, S.A.', 1, '', '655.6000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '655.6000', '655.6000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (137, '3989849961', '2022-07-14 10:55:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '2624.5394', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2624.5394', '2624.5394', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (138, 'PO2022/07/0051', '2022-07-18 15:37:00', 16, 'SANTA ELENA', 1, '', '91.8500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.8500', '91.8500', 'received', 'paid', 8, 8, '2022-07-18 15:39:14', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (139, '2874362272', '2022-07-16 14:25:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '643.9500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '643.9500', '643.9500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (140, '1868841486', '2022-07-16 15:35:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '188.3295', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '188.3295', '188.3295', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (141, '1013271522', '2022-07-14 14:55:00', 24, 'Lucalza', 1, '', '414.2695', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '414.2695', '414.2695', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (142, '3015199853', '2022-07-15 10:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '306.2400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '306.2400', '306.2400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (143, '2536718369', '2022-07-16 15:35:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '370.3200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '370.3200', '370.3200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (144, '1262634759', '2022-07-19 16:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '198.1304', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '198.1304', '198.1304', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (145, '3464121615', '2022-07-22 09:19:00', 49, 'COMERCIAL DISTRIBUIDORA DON PEPE, S.A.', 1, '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', '80.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (146, '942819798', '2022-07-21 10:50:00', 38, 'DISTRIBUIDORA XELAJU, S.A.', 1, '', '220.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '220.2000', '220.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (147, '986991905', '2022-07-28 15:42:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '1727.4780', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1727.4780', '1727.4780', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (148, '563824243, 678', '2022-07-23 13:55:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '460.5300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.5300', '460.5300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (149, '1747664987', '2022-07-23 13:35:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '572.5500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '572.5500', '572.5500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (150, '616579228', '2022-07-22 13:30:00', 19, 'DISAR, S.A.', 1, '', '513.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '513.0000', '513.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (151, '938625603', '2022-07-22 13:50:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '195.8400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '195.8400', '195.8400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (152, '322064268', '2022-07-26 16:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '196.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '196.2000', '196.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (153, '1194020197', '2022-07-30 09:30:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '144.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '144.0000', '144.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (154, '749506667', '2022-07-30 09:30:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '603.2496', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '603.2496', '603.2496', 'received', 'paid', 8, 8, '2022-08-02 11:33:37', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (155, '1300578643', '2022-07-29 05:30:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '195.6999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '195.6999', '195.6999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (156, '465323912', '2022-07-26 12:50:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '116.7040', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.7040', '116.7040', 'received', 'paid', 8, 8, '2022-08-02 11:44:01', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (157, '615003005', '2022-07-22 13:50:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '369.0990', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '369.0990', '369.0990', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (158, '940460786', '2022-07-22 13:50:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '140.7620', '2.3334', '', '0.0000', '2.3334', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.7620', '140.7620', 'received', 'paid', 8, 8, '2022-08-02 11:58:36', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (159, '3546694162', '2022-08-02 05:55:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '147.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '147.2500', '147.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (160, '3572319955', '2022-08-02 13:55:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '168.8000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '168.8000', '168.8000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (161, '2935702832', '2022-07-23 09:30:00', 29, 'DISTRIBUCIONES HORIZONTALES, S.A.', 1, '', '91.7496', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.7496', '91.7496', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (162, '3456060814', '2022-08-02 09:55:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '305.1130', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '305.1130', '305.1130', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (163, '3719775158', '2022-07-28 09:50:00', 24, 'Lucalza', 1, '', '607.3800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '607.3800', '607.3800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (164, '764', '2022-07-29 13:50:00', 16, 'SANTA ELENA', 1, '', '91.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.0000', '91.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (165, '2001751731', '2022-08-09 15:56:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '1952.3100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1952.3100', '1952.3100', 'received', 'paid', 8, 8, '2022-08-09 15:58:16', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (166, 'SIN FAC', '2022-08-09 15:58:00', 16, 'SANTA ELENA', 1, '', '409.9997', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '409.9997', '409.9997', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (167, '4134814403', '2022-08-09 16:01:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '419.6500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '419.6500', '419.6500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (168, '177031984', '2022-08-09 16:03:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '608.7700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '608.7700', '608.7700', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (169, '1518095951', '2022-08-10 11:45:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '215.0400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '215.0400', '215.0400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (170, '2736147260', '2022-08-10 11:47:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '57.2308', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.2308', '57.2308', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (171, '615003065', '2022-08-10 11:50:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '598.1000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '598.1000', '598.1000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (172, '3903868040', '2022-08-10 13:21:00', 42, 'SERVICIOS Y REPRESENTACIONES VILLAVICENCIO, S.A.', 1, '', '584.4100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '584.4100', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (173, 'PO2022/08/0052', '2022-08-10 14:10:00', 39, 'HERRAMIENTAS PODEROSAS, S.A.', 1, '', '861.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '861.0000', '861.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (174, '2715764116', '2022-08-11 10:00:00', 50, 'FENGGUANG LIGHTING, S.A.', 1, '', '624.6000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '624.6000', '624.6000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (175, 'SIN FACT', '2022-08-11 10:06:00', 16, 'SANTA ELENA', 1, '', '160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '160.0000', '160.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (176, 'PO2022/08/0053', '2022-08-10 10:30:00', 16, 'SANTA ELENA', 1, '', '532.7000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '532.7000', '532.7000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (177, '2696629522', '2022-08-11 11:00:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '1669.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1669.0000', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (178, '1485524364', '2022-08-11 11:18:00', 39, 'HERRAMIENTAS PODEROSAS, S.A.', 1, '', '861.6700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '861.6700', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (179, '2886681983', '2022-08-11 13:27:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '690.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '690.0000', '690.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (180, '1768246856', '2022-08-15 09:40:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '2960.4989', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2960.4989', '2960.4989', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (181, '325095146', '2022-08-15 09:54:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '416.1600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '416.1600', '416.1600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (182, '4251730675', '2022-08-15 10:39:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '225.7200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '225.7200', '225.7200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (183, '2016888979', '2022-08-15 10:47:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '211.8000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '211.8000', '211.8000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (184, '3950398060', '2022-08-15 10:52:00', 19, 'DISAR, S.A.', 1, '', '506.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '506.2500', '506.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (185, '827343855', '2022-08-15 10:55:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '449.7000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '449.7000', '449.7000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (186, '1448887299', '2022-08-15 11:00:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '152.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '152.4000', '152.4000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (187, '646022913', '2022-08-16 13:53:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '422.5499', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '422.5499', '422.5499', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (188, '2398964973', '2022-08-19 15:13:00', 47, 'TIENDA Y SERVICIOS DE LOS ALTOS, S.A.', 1, '', '54.4896', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.4896', '54.4896', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (189, '203179523', '2022-08-19 15:15:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '42.9231', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.9231', '42.9231', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (190, '4074551196', '2022-08-19 15:22:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '690.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '690.0000', '690.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (191, '998', '2022-08-19 15:23:00', 16, 'SANTA ELENA', 1, '', '614.9995', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '614.9995', '614.9995', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (192, '902907258', '2022-08-19 15:25:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '610.8698', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '610.8698', '610.8698', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (193, '1104', '2022-08-23 14:47:00', 16, 'SANTA ELENA', 1, '', '91.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.0000', '91.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (194, '615003136', '2022-08-23 16:07:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '199.4400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '199.4400', '199.4400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (195, '2232500835', '2022-08-23 16:13:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '593.0500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '593.0500', '593.0500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (196, '3313387117', '2022-08-23 16:23:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '218.0794', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '218.0794', '218.0794', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (197, '4195699927', '2022-08-24 12:23:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '71.9640', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.9640', '71.9640', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (198, '15344084966', '2022-08-24 12:29:00', 15, 'DISTRIBUIDORA SAGIATRIO, S.A.', 1, '', '499.4400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '499.4400', '499.4400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (199, 'PO2022/08/0054', '2022-08-24 12:32:00', 38, 'DISTRIBUIDORA XELAJU, S.A.', 1, '', '201.2696', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '201.2696', '201.2696', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (200, 'PO2022/08/0055', '2022-08-24 12:43:00', 16, 'SANTA ELENA', 1, '', '409.9997', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '409.9997', '409.9997', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (201, '266629737', '2022-09-01 10:44:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2770.0991', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2770.0991', '2770.0991', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (202, '10727106404', '2022-09-01 10:54:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '667.5850', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '667.5850', '667.5850', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (203, '2005811987', '2022-09-05 14:55:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '397.0500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '397.0500', '397.0500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (204, '3163244865', '2022-09-05 16:53:00', 19, 'DISAR, S.A.', 1, '', '1034.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1034.2500', '1034.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (205, '615003194', '2022-09-06 16:09:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '575.2400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '575.2400', '575.2400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (206, '3324659758', '2022-09-06 16:18:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '290.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '290.4000', '290.4000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (207, '1286620955', '2022-09-06 16:23:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '137.7600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.7600', '137.7600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (208, '42149290512', '2022-09-06 16:24:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '138.6000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '138.6000', '138.6000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (209, '24868', '2022-09-06 16:35:00', 16, 'SANTA ELENA', 1, '', '186.5500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '186.5500', '186.5500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (210, '4003808191', '2022-09-06 16:37:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '712.9500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '712.9500', '712.9500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (211, '3399960724', '2022-09-06 16:46:00', 24, 'Lucalza', 1, '', '746.9799', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '746.9799', '746.9799', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (212, 'SIN FACT', '2022-09-06 16:53:00', 16, 'SANTA ELENA', 1, '', '175.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '175.0000', '175.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (213, '1272266853', '2022-09-07 12:50:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '376.9300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '376.9300', '376.9300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (214, '1868382667', '2022-09-07 16:58:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '258.3324', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '258.3324', '258.3324', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (215, 'SIN FACT', '2022-09-08 09:16:00', 16, 'SANTA ELENA', 1, '', '409.9997', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '409.9997', '409.9997', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (216, '3680446815', '2022-09-08 09:20:00', 41, 'DISTRIBUIDORA P.J., S.A.', 1, '', '507.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '507.0000', '507.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (217, '1267', '2022-09-08 09:22:00', 16, 'SANTA ELENA', 1, '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', '60.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (218, ' 3411824405', '2022-09-12 12:07:00', 36, 'DISTRIBUCIONES DCE, S.A.', 1, '', '1568.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1568.7500', '1568.7500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (219, '130891810', '2022-09-12 12:11:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '213.2400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '213.2400', '213.2400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (221, '2958903433', '2022-09-12 12:20:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '610.9500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '610.9500', '610.9500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (222, '2236938232', '2022-09-12 12:26:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '175.3499', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '175.3499', '175.3499', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (223, '3031584223', '2022-09-12 12:43:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '435.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '435.0000', '435.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (224, 'SIN FACT', '2022-09-12 12:46:00', 16, 'SANTA ELENA', 1, '', '615.0024', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0024', '615.0024', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (225, '4238688474', '2022-09-13 16:17:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '990.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '990.0000', '990.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (226, 'SIN FACT', '2022-09-13 16:39:00', 16, 'SANTA ELENA', 1, '', '180.0300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.0300', '180.0300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (227, '309348150', '2022-09-14 09:08:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '131.2920', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.2920', '131.2920', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (228, '3295560982', '2022-09-14 16:30:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2633.6775', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2633.6775', '2633.6775', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (229, '3343403031', '2022-09-21 11:12:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '137.7600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.7600', '137.7600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (230, '615002353', '2022-09-21 12:26:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '271.8597', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '271.8597', '271.8597', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (231, '732580356, 2654486588', '2022-09-21 12:37:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '602.8600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '602.8600', '602.8600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (232, '20973172', '2022-09-21 12:41:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '110.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.9999', '110.9999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (233, '925059985', '2022-09-21 12:44:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '307.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '307.2500', '307.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (234, '3384886065', '2022-09-21 12:47:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '161.9750', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '161.9750', '161.9750', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (235, '1421', '2022-09-21 12:51:00', 16, 'SANTA ELENA', 1, '', '205.0008', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '205.0008', '205.0008', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (236, '1553812123', '2022-09-21 14:51:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '98.3800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '98.3800', '98.3800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (237, 'PO2022/09/0056', '2022-09-21 14:52:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '813.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '813.0000', '813.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (238, '887768328', '2022-09-21 15:23:00', 19, 'DISAR, S.A.', 1, '', '535.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '535.5000', '535.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (239, '1708, 1709', '2022-09-27 14:01:00', 53, 'DEPOSITO SIBANÁ', 1, '', '615.0024', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0024', '615.0024', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (240, '2030063061, 3464053927', '2022-09-27 14:02:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '480.2300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '480.2300', '480.2300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (241, '28608', '2022-09-27 15:07:00', 16, 'SANTA ELENA', 1, '', '111.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '111.0000', '111.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (242, '3926216440', '2022-09-27 15:10:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '280.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '280.0000', '280.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (243, '3473493597, 2048281724', '2022-09-28 12:04:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '613.9000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '613.9000', '613.9000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (244, '1879327809', '2022-09-28 12:06:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '301.9200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '301.9200', '301.9200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (245, '3040038217', '2022-09-28 12:10:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '560.7000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '560.7000', '560.7000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (246, '1573209262', '2022-10-03 08:37:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1722.2997', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1722.2997', '1722.2997', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (247, '2321170504', '2022-10-03 08:40:00', 19, 'DISAR, S.A.', 1, '', '301.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '301.5000', '301.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (248, '1532183954', '2022-10-03 08:52:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '349.4398', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '349.4398', '349.4398', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (249, '615003314', '2022-10-03 08:59:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '316.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '316.0000', '316.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (250, '1312376216', '2022-10-03 09:58:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '539.6400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '539.6400', '539.6400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (251, '580666390', '2022-10-03 10:02:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '505.0400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '505.0400', '505.0400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (252, '630933005', '2022-10-03 16:37:00', 39, 'HERRAMIENTAS PODEROSAS, S.A.', 1, '', '828.3100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '828.3100', '828.3100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (253, '2323729882', '2022-10-04 09:51:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '258.3333', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '258.3333', '258.3333', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (254, '389499958', '2022-10-06 16:52:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '350.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '350.0000', '350.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (255, 'SIN FACT', '2022-10-07 10:54:00', 56, 'DISTRIBUIDORA LOS ANGELES', 1, '', '1003.4946', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1003.4946', '1003.4946', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (256, '125652585', '2022-10-07 11:37:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '126.2400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '126.2400', '126.2400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (257, '4031269559', '2022-10-07 11:47:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '162.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '162.0000', '162.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (258, '4953387', '2022-10-07 16:55:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '344.1399', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '344.1399', '344.1399', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (259, '32189500455', '2022-10-10 10:13:00', 57, 'OPERADORA DE TIENDAS, S.A.', 1, '', '563.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '563.9998', '563.9998', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (260, '3137881922', '2022-10-10 10:15:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '611.3500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '611.3500', '611.3500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (261, 'SIN FACT', '2022-10-10 12:39:00', 58, 'FARMACIA WILLANG', 1, '', '1186.9890', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1186.9890', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (262, '550980189', '2022-10-10 12:45:00', 38, 'DISTRIBUIDORA XELAJU, S.A.', 1, '', '220.2400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '220.2400', '220.2400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (263, '1599422684', '2022-10-10 16:50:00', 24, 'Lucalza', 1, '', '1303.7998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1303.7998', '1303.7998', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (264, '1152533664, ', '2022-10-11 15:14:00', 47, 'TIENDA Y SERVICIOS DE LOS ALTOS, S.A.', 1, '', '434.1993', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '434.1993', '434.1993', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (265, '458705970', '2022-10-11 15:24:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '161.5262', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '161.5262', '161.5262', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (266, '28111846671', '2022-10-11 15:26:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '361.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '361.9999', '361.9999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (267, '1486311410', '2022-10-14 12:18:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '695.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '695.0000', '695.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (268, '143216363', '2022-10-14 12:37:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '191.5800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '191.5800', '191.5800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (269, 'SIN FACT', '2022-10-14 12:49:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '270.8800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '270.8800', '270.8800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (270, 'SIN FACT', '2022-10-14 12:50:00', 16, 'SANTA ELENA', 1, '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', '120.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (271, '3225895765', '2022-10-17 10:24:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '56.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.5000', '56.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (272, '753836011', '2022-10-17 10:27:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '530.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '530.2000', '530.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (273, '342182755', '2022-10-17 10:31:00', 19, 'DISAR, S.A.', 1, '', '593.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '593.2500', '593.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (274, '1138642184', '2022-10-17 10:33:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2297.8950', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2297.8950', '2297.8950', 'received', 'paid', 8, 8, '2022-10-17 10:41:09', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (275, '3664265434', '2022-10-19 12:01:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '131.7501', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.7501', '131.7501', 'received', 'paid', 8, 8, '2022-10-19 12:04:30', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (276, '3912124064', '2022-10-19 12:04:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '137.7600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.7600', '137.7600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (277, 'SIN FACT', '2022-10-21 07:31:00', 16, 'SANTA ELENA', 1, '', '476.9995', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '476.9995', '476.9995', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (278, '396641210', '2022-10-21 07:34:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '172.7300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '172.7300', '172.7300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (279, '1245794260', '2022-10-25 08:26:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '178.2499', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '178.2499', '178.2499', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (280, '118', '2022-10-25 08:30:00', 16, 'SANTA ELENA', 1, '', '819.9994', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '819.9994', '819.9994', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (281, '1107182072', '2022-10-25 08:39:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '137.7000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.7000', '137.7000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (282, '32269', '2022-10-25 08:56:00', 16, 'SANTA ELENA', 1, '', '172.4899', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '172.4899', '172.4899', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (283, '32658872179', '2022-10-25 09:08:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '141.9000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '141.9000', '141.9000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (284, '3274853297', '2022-10-25 09:15:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '214.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '214.2000', '214.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (285, '1642152866', '2022-10-25 09:23:00', 24, 'Lucalza', 1, '', '1065.9095', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1065.9095', '1065.9095', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (286, 'SIN FACT', '2022-10-25 09:28:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '330.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '330.0000', '330.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (287, '24940552369', '2022-10-25 14:55:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '970.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '970.2000', '970.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (288, 'SIN FACT', '2022-10-25 14:57:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '890.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '890.0000', '890.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (289, '1103579496', '2022-10-26 08:33:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2836.0276', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2836.0276', '2836.0276', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (290, '2279426019', '2022-10-26 08:43:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '463.8300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '463.8300', '463.8300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (291, '3476638975', '2022-10-26 08:46:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '169.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '169.9999', '169.9999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (292, '835471092', '2022-10-26 08:47:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '71.0417', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.0417', '71.0417', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (293, '951144321', '2022-10-27 08:22:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '985.3299', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '985.3299', '985.3299', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (294, '640107644', '2022-10-27 14:47:00', 59, 'PARAYAS , S.A.', 1, '', '673.9996', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '673.9996', '673.9996', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (295, '437929221', '2022-10-28 16:36:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '333.3600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '333.3600', '333.3600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (296, '615003437', '2022-10-28 16:53:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '603.2800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '603.2800', '603.2800', 'received', 'paid', 8, 8, '2022-10-28 16:57:07', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (297, 'SIN FACT', '2022-10-31 08:34:00', 16, 'SANTA ELENA', 1, '', '614.9995', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '614.9995', '614.9995', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (298, '3068741819', '2022-10-31 08:35:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '722.8000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '722.8000', '722.8000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (299, '2139901153', '2022-10-31 08:37:00', 19, 'DISAR, S.A.', 1, '', '670.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '670.5000', '670.5000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (300, '2007846634', '2022-10-31 08:50:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', '96.0000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (301, '2447788393', '2022-10-31 16:52:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1891.0998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1891.0998', '1891.0998', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (302, 'SIN FACT', '2022-10-31 16:56:00', 16, 'SANTA ELENA', 1, '', '220.0008', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '220.0008', '220.0008', 'received', 'paid', 8, 8, '2022-10-31 16:59:09', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (303, '3809887067, 1231176828', '2022-11-02 15:29:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '786.5599', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '786.5599', '786.5599', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (304, '1302677901', '2022-11-04 17:18:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '184.2600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '184.2600', '184.2600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (305, 'SIN FACT', '2022-11-04 17:20:00', 16, 'SANTA ELENA', 1, '', '790.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '790.0000', '790.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (306, 'SIN FACT', '2022-11-07 08:22:00', 56, 'DISTRIBUIDORA LOS ANGELES', 1, '', '125.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.0000', '125.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (307, 'SIN FACT', '2022-11-07 08:25:00', 16, 'SANTA ELENA', 1, '', '820.0032', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '820.0032', '820.0032', 'received', 'paid', 8, 8, '2022-11-07 08:27:26', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (308, '31884755353', '2022-11-07 08:44:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '553.6000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '553.6000', '553.6000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (309, 'INVENTARIO INICIAL', '2022-11-09 12:10:00', 6, 'INVENTARIO INICIAL', 1, '', '266054.7300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '266054.7300', '0.0000', 'received', 'pending', 9, 6, '2022-11-10 11:29:58', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (310, 'PO2022/11/0057', '2022-11-10 06:50:00', 6, 'INVENTARIO INICIAL', 1, '', '18228.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18228.2500', '0.0000', 'received', 'pending', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (311, '2296660377', '2022-11-10 14:28:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '488.5099', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '488.5099', '488.5099', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (312, '4206905335', '2022-11-10 14:33:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '292.9500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '292.9500', '292.9500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (313, '4248194571', '2022-11-10 14:36:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '312.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '312.0000', '312.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (314, '3589162615', '2022-11-10 14:37:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1703.9000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1703.9000', '1703.9000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (315, 'SIN FACT', '2022-11-10 15:02:00', 16, 'SANTA ELENA', 1, '', '315.3700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '315.3700', '315.3700', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (316, 'PO2022/11/0058', '2022-11-11 10:49:00', 6, 'INVENTARIO INICIAL', 1, '', '1440.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1440.0000', '0.0000', 'received', 'pending', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (317, 'PO2022/11/0059', '2022-11-11 11:44:00', 6, 'INVENTARIO INICIAL', 1, '', '2355.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2355.0000', '0.0000', 'received', 'pending', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (318, 'PO2022/11/0060', '2022-11-11 14:38:00', 63, 'MULTIPERFILES SOCIEDAD ANONIMA', 1, '', '10982.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10982.7400', '0.0000', 'received', 'pending', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (319, '394349113', '2022-11-11 14:41:00', 59, 'PARAYAS , S.A.', 1, '', '240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '240.0000', '240.0000', 'received', 'paid', 6, 6, '2022-11-11 15:00:16', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (320, '732447031', '2022-11-11 14:44:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '103.7800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '103.7800', '103.7800', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (321, 'PO2022/11/0061', '2022-11-11 14:46:00', 64, 'CONSTRUCTORA Y DISTRIBUIDORA EXCO', 1, '', '250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '250.0000', '250.0000', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (322, 'PO2022/11/0062', '2022-11-11 14:51:00', 65, 'DISTRIBUIDORA P.J. , S.A.', 1, '', '237.6500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '237.6500', '237.6500', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (323, 'SIN FACT', '2022-11-11 14:53:00', 16, 'SANTA ELENA', 1, '', '94.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '94.0000', '94.0000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (324, '4084221985', '2022-11-11 15:02:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '292.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '292.7400', '292.7400', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (325, '615003494', '2022-11-11 15:08:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '748.8000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '748.8000', '748.8000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (326, 'PO2022/11/0063', '2022-11-11 16:20:00', 67, 'CONSTRUMATERIALES EL CAMPESINO 2 ', 1, '', '748.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '748.0000', '748.0000', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (327, 'PO2022/11/0064', '2022-11-11 16:43:00', 69, 'MACORA S.A.', 1, '', '197.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '197.5000', '197.5000', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (328, 'PO2022/11/0065', '2022-11-11 16:51:00', 70, 'BLOQUERA LA LOMA', 1, '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', '120.0000', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (329, 'PO2022/11/0066', '2022-11-12 10:26:00', 12, 'MACRETO, S.A.', 1, '', '1680.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1680.0000', '1680.0000', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (330, 'PO2022/11/0067', '2022-11-12 10:44:00', 64, 'CONSTRUCTORA Y DISTRIBUIDORA EXCO', 1, '', '125.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.0000', '125.0000', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (331, 'PO2022/11/0068', '2022-11-12 11:54:00', 64, 'CONSTRUCTORA Y DISTRIBUIDORA EXCO', 1, '', '250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '250.0000', '250.0000', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (332, 'PO2022/11/0069', '2022-11-12 12:21:00', 72, 'DISTRIBUIDORA LA TOMA', 1, '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', '60.0000', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (333, 'PO2022/11/0070', '2022-11-12 12:36:00', 12, 'MACRETO, S.A.', 1, '', '820.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '820.0000', '820.0000', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (334, 'PO2022/11/0071', '2022-11-12 13:13:00', 7, 'Multiperfiles S.A.', 1, '', '4876.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4876.0000', '4876.0000', 'received', 'paid', 9, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (335, '2077575229', '2022-11-14 09:59:00', 19, 'DISAR, S.A.', 1, '', '313.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '313.5000', '313.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (336, '3635366470', '2022-11-14 10:00:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '235.0500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '235.0500', '235.0500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (337, '144657812', '2022-11-14 10:03:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '102.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.0000', '102.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (338, 'PO2022/11/0072', '2022-11-14 10:23:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '131.5900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.5900', '131.5900', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (339, '2243184742', '2022-11-17 10:34:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '2100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2100.0000', '2100.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (340, '3498721843', '2022-11-17 10:46:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '212.2826', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '212.2826', '212.2826', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (341, '525616510', '2022-11-18 16:41:00', 42, 'SERVICIOS Y REPRESENTACIONES VILLAVICENCIO, S.A.', 1, '', '6273.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6273.4000', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (342, '5031391', '2022-11-18 16:51:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '103.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '103.0000', '103.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (343, '308', '2022-11-18 16:52:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (344, '1297696972', '2022-11-18 16:53:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '804.4499', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '804.4499', '804.4499', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (345, '2447852539', '2022-11-21 09:27:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '426.5500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '426.5500', '426.5500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (346, '2004764158', '2022-11-21 10:07:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '137.7600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.7600', '137.7600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (347, '325', '2022-11-23 15:53:00', 53, 'DEPOSITO SIBANÁ', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (348, 'PO2022/11/0073', '2022-11-23 16:27:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '116.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.2500', '116.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (349, '738477901', '2022-11-23 16:32:00', 24, 'Lucalza', 1, '', '778.5698', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '778.5698', '778.5698', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (350, '157619747', '2022-11-23 16:35:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '1011.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1011.7500', '1011.7500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (351, 'SIN FACT', '2022-11-23 16:54:00', 56, 'DISTRIBUIDORA LOS ANGELES', 1, '', '135.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '135.0000', '135.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (352, '528', '2022-11-29 09:14:00', 16, 'SANTA ELENA', 1, '', '159.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '159.9999', '159.9999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (353, '332', '2022-11-29 09:15:00', 53, 'DEPOSITO SIBANÁ', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (354, '333', '2022-11-29 09:17:00', 53, 'DEPOSITO SIBANÁ', 1, '', '410.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '410.0000', '410.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (355, '2826653689', '2022-11-29 09:18:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '423.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '423.0000', '423.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (356, '980307421', '2022-11-29 09:26:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '100.1538', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.1538', '100.1538', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (357, '2547991665', '2022-11-29 09:27:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '792.2399', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '792.2399', '792.2399', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (358, '1379485399', '2022-11-29 09:30:00', 59, 'PARAYAS , S.A.', 1, '', '240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '240.0000', '240.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (359, '2483243486', '2022-11-29 09:31:00', 19, 'DISAR, S.A.', 1, '', '612.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '612.0000', '612.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (360, '1143030434, 406577114', '2022-11-29 09:37:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '190.2696', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '190.2696', '190.2696', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (361, '3226813850', '2022-12-01 09:11:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '174.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '174.0000', '174.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (362, '2366458160', '2022-12-02 15:26:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '297.2800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '297.2800', '297.2800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (363, '2121417034', '2022-12-02 15:39:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '605.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '605.9999', '605.9999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (364, '3876471527', '2022-12-02 15:50:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2004.2797', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2004.2797', '2004.2797', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (365, '1246121803', '2022-12-02 16:10:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '1320.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1320.0000', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (366, 'SIN FACT', '2022-12-02 16:24:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '186.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '186.0000', '186.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (367, '1817658060', '2022-12-05 08:15:00', 19, 'DISAR, S.A.', 1, '', '431.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '431.2500', '431.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (368, 'SIN FACT', '2022-12-05 08:55:00', 16, 'SANTA ELENA', 1, '', '684.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '684.0000', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (369, 'SIN FACT', '2022-12-07 16:39:00', 16, 'SANTA ELENA', 1, '', '340.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '340.2000', '340.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (370, 'SIN FACT', '2022-12-07 17:16:00', 16, 'SANTA ELENA', 1, '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', '41.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (371, '2949399045', '2022-12-07 17:17:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '77.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.5000', '77.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (372, '2621590080', '2022-12-07 17:17:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', '76.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (373, '360', '2022-12-07 17:18:00', 16, 'SANTA ELENA', 1, '', '320.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '320.0000', '320.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (374, '755738674', '2022-12-07 17:20:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '470.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '470.2000', '470.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (375, '61097690', '2022-12-09 12:06:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '137.7600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.7600', '137.7600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (376, '595282651, 1955809715', '2022-12-09 12:07:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '476.1500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '476.1500', '476.1500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (377, 'SIN FACT', '2022-12-09 12:34:00', 16, 'SANTA ELENA', 1, '', '648.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '648.0000', '648.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (378, 'SIN FACT', '2022-12-09 12:54:00', 16, 'SANTA ELENA', 1, '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', '72.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (379, '383', '2022-12-12 11:55:00', 53, 'DEPOSITO SIBANÁ', 1, '', '410.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '410.0000', '410.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (380, '1775191288', '2022-12-12 12:06:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '181.8499', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '181.8499', '181.8499', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (381, '741821678, 2879015516', '2022-12-14 15:13:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '376.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '376.0000', '376.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (382, '5085665, 5085708', '2022-12-16 14:15:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '552.8199', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '552.8199', '552.8199', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (383, '3018671507', '2022-12-19 08:34:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '306.9000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '306.9000', '306.9000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (384, '408374953', '2022-12-19 08:36:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1899.1200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1899.1200', '1899.1200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (385, '2887729914', '2022-12-21 11:28:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '660.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '660.0000', '660.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (386, '3038661586', '2022-12-21 11:30:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '330.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '330.0000', '330.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (387, '501763585', '2022-12-21 11:34:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '274.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '274.4000', '274.4000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (388, '394, 398', '2022-12-21 11:37:00', 53, 'DEPOSITO SIBANÁ', 1, '', '851.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '851.0000', '851.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (389, 'SIN FACT', '2022-12-21 12:34:00', 16, 'SANTA ELENA', 1, '', '347.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '347.0000', '347.0000', 'received', 'paid', 8, 8, '2022-12-21 14:41:27', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (390, 'SIN FACT', '2022-12-21 16:31:00', 16, 'SANTA ELENA', 1, '', '1753.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1753.7500', '1753.7500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (391, '1942505247', '2022-12-21 16:52:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '139.9912', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '139.9912', '139.9912', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (392, '1520782283', '2022-12-22 16:28:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '359.1600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '359.1600', '359.1600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (393, '2730837387', '2022-12-22 16:33:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '696.5100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '696.5100', '696.5100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (394, '3909766148', '2022-12-22 16:36:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '885.6700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '885.6700', '885.6700', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (395, '3140830486', '2022-12-22 16:51:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '77.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.5000', '77.5000', 'received', 'paid', 8, 8, '2022-12-22 16:53:30', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (396, '541150565', '2022-12-26 08:27:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2033.0100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2033.0100', '2033.0100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (397, '187651101', '2022-12-26 08:47:00', 19, 'DISAR, S.A.', 1, '', '423.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '423.0000', '423.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (398, '13854', '2022-12-26 12:56:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '175.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '175.0000', '175.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (399, '3109506201', '2022-12-26 15:21:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '371.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '371.2500', '371.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (400, '1516129918', '2022-12-30 09:27:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '774.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '774.7400', '774.7400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (401, '2825863996', '2022-12-30 09:32:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2768.9898', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2768.9898', '2768.9898', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (402, '2654489563', '2022-12-30 09:57:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '264.9600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '264.9600', '264.9600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (403, '251809494, 3836430526', '2022-12-30 09:58:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '643.6400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '643.6400', '643.6400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (404, '615003686', '2022-12-30 10:02:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '865.0500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '865.0500', '865.0500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (405, '1423590837', '2022-12-30 10:20:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '226.4348', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '226.4348', '226.4348', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (406, '3920383444', '2023-01-02 10:27:00', 51, 'CORPORACIÓN RAGARO, S.A.', 1, '', '330.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '330.0000', '330.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (407, 'SIN FACT', '2023-01-05 09:36:00', 53, 'DEPOSITO SIBANÁ', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (408, '602688507', '2023-01-05 09:43:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '232.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '232.5000', '232.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (409, '1936542274', '2023-01-05 09:46:00', 24, 'Lucalza', 1, '', '1485.9000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1485.9000', '1485.9000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (410, '2736734697', '2023-01-05 12:19:00', 39, 'HERRAMIENTAS PODEROSAS, S.A.', 1, '', '2455.1800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2455.1800', '0.0000', 'received', 'pending', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (411, '3532407794', '2023-01-06 15:48:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '195.1200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '195.1200', '195.1200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (412, '1107969077', '2023-01-06 15:50:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '348.0100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '348.0100', '348.0100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (413, '413730546', '2023-01-09 10:28:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '572.1000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '572.1000', '572.1000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (414, '38780445637', '2023-01-09 10:29:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1629.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1629.7400', '1629.7400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (415, '1171', '2023-01-11 09:42:00', 16, 'SANTA ELENA', 1, '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', '100.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (416, '2003', '2023-01-11 09:50:00', 74, 'GRUPO RALDA, S.A.', 1, '', '315.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '315.0000', '315.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (417, '139', '2023-01-11 09:53:00', 16, 'SANTA ELENA', 1, '', '486.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '486.0000', '486.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (418, '3791209908', '2023-01-11 09:55:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '128.7693', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.7693', '128.7693', 'received', 'paid', 8, 8, '2023-01-11 09:57:02', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (419, '3393079681', '2023-01-11 09:57:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '128.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.2500', '128.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (420, '2639874641', '2023-01-11 10:00:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '627.9700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '627.9700', '627.9700', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (421, '866', '2023-01-13 14:37:00', 16, 'SANTA ELENA', 1, '', '492.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '492.0000', '492.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (422, '2783462585', '2023-01-13 16:56:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '282.2400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '282.2400', '282.2400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (423, '368004538', '2023-01-13 17:00:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '217.5999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '217.5999', '217.5999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (424, '872', '2023-01-13 17:07:00', 16, 'SANTA ELENA', 1, '', '122.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '122.0000', '122.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (425, '4130358224', '2023-01-13 17:08:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '384.7200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '384.7200', '384.7200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (426, '1414942525', '2023-01-16 08:06:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '142.8000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '142.8000', '142.8000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (427, '18311420532', '2023-01-16 08:08:00', 19, 'DISAR, S.A.', 1, '', '935.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '935.2500', '935.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (428, '626', '2023-01-16 11:18:00', 16, 'SANTA ELENA', 1, '', '195.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '195.0000', '195.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (429, '2604026658', '2023-01-18 15:03:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '85.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.2500', '85.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (430, 'SIN FACT', '2023-01-18 15:05:00', 16, 'SANTA ELENA', 1, '', '410.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '410.0000', '410.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (431, '2196655565', '2023-01-18 15:49:00', 24, 'Lucalza', 1, '', '1025.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1025.0000', '1025.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (432, '17134, 2359054033', '2023-01-18 15:58:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '126.4500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '126.4500', '126.4500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (433, '4160701581', '2023-01-18 16:06:00', 10, 'FFACSA', 1, '', '316.3000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '316.3000', '316.3000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (434, '2141671298', '2023-01-23 08:15:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '399.7000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '399.7000', '399.7000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (435, '136660671', '2023-01-23 08:18:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '355.0500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '355.0500', '355.0500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (436, '747324987', '2023-01-23 08:20:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1581.6900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1581.6900', '1581.6900', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (437, '882', '2023-01-23 09:12:00', 16, 'SANTA ELENA', 1, '', '168.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '168.0000', '168.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (438, '5152409', '2023-01-23 09:22:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '268.8600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '268.8600', '268.8600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (439, '2605403415', '2023-01-23 09:23:00', 36, 'DISTRIBUCIONES DCE, S.A.', 1, '', '812.5100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '812.5100', '812.5100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (440, '3701493003', '2023-01-23 09:26:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '338.2700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '338.2700', '338.2700', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (441, '18490 Y 413983', '2023-01-24 09:10:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '364.6500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '364.6500', '364.6500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (442, 'SIN FACT', '2023-01-25 17:10:00', 16, 'SANTA ELENA', 1, '', '553.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '553.0000', '553.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (443, '2277525193', '2023-01-25 17:11:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '159.8438', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '159.8438', '159.8438', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (444, '159270206', '2023-01-25 17:12:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '206.1600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '206.1600', '206.1600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (445, '1317227705, 345197977', '2023-01-25 17:13:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '896.6399', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '896.6399', '896.6399', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (446, '1330728890', '2023-01-26 09:49:00', 10, 'FFACSA', 1, '', '464.3900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '464.3900', '464.3900', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (447, '95048561', '2023-01-26 09:51:00', 41, 'DISTRIBUIDORA P.J., S.A.', 1, '', '102.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.0000', '102.0000', 'received', 'paid', 8, 8, '2023-01-26 09:59:29', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (448, '931546947', '2023-01-26 09:59:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '604.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '604.0000', '604.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (449, '3125626981', '2023-01-26 14:53:00', 42, 'SERVICIOS Y REPRESENTACIONES VILLAVICENCIO, S.A.', 1, '', '707.4600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '707.4600', '707.4600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (450, '2904903475', '2023-01-26 15:25:00', 75, 'CELASA, INGENIERIA Y EQUIPOS, S.A.', 1, '', '1726.0300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1726.0300', '1726.0300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (451, '1959740263', '2023-01-30 09:41:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '159.7200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '159.7200', '159.7200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (452, '2686733894', '2023-01-30 09:43:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '500.7000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '500.7000', '500.7000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (453, 'SIN FACT', '2023-01-30 09:45:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (454, '1563970810', '2023-01-30 09:46:00', 19, 'DISAR, S.A.', 1, '', '650.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '650.2500', '650.2500', 'received', 'paid', 8, 8, '2023-01-30 09:49:19', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (455, 'SIN FACT', '2023-02-02 16:15:00', 16, 'SANTA ELENA', 1, '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', '100.0000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (456, 'SIN FACT', '2023-02-02 16:15:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (457, '317016581', '2023-02-02 16:16:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '140.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.4000', '140.4000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (458, '3816768783, 1175273522', '2023-02-02 16:17:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '1221.0800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1221.0800', '1221.0800', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (459, '3124709761', '2023-02-03 08:32:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '276.6000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '276.6000', '276.6000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (460, '2206223729', '2023-02-03 08:40:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '141.9500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '141.9500', '141.9500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (461, 'SIN FACT', '2023-02-03 08:56:00', 16, 'SANTA ELENA', 1, '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', '64.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (462, '289884414', '2023-02-03 16:41:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '218.1000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '218.1000', '218.1000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (463, '1775125222', '2023-02-03 16:43:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '294.2400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '294.2400', '294.2400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (464, '615003843', '2023-02-03 16:45:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '821.4500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '821.4500', '821.4500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (465, 'SIN FACT', '2023-02-03 17:03:00', 16, 'SANTA ELENA', 1, '', '181.3500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '181.3500', '181.3500', 'received', 'paid', 8, 8, '2023-02-03 17:05:49', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (466, '1688685738', '2023-02-06 08:25:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2637.4889', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2637.4889', '2637.4889', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (467, '203150290', '2023-02-06 08:33:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '336.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '336.0000', '336.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (468, '4091366128', '2023-02-06 08:35:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '119.5300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '119.5300', '119.5300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (469, '1156205847, 3681307441', '2023-02-07 16:50:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '365.0400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '365.0400', '365.0400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (470, '1657', '2023-02-07 16:52:00', 16, 'SANTA ELENA', 1, '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', '460.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (471, '182210448', '2023-02-08 09:02:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '48.4020', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.4020', '48.4020', 'received', 'paid', 8, 8, '2023-02-09 12:02:39', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (472, '410863896', '2023-02-08 14:10:00', 19, 'DISAR, S.A.', 1, '', '890.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '890.2500', '890.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (473, '1667843313', '2023-02-08 16:41:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '273.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '273.4000', '273.4000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (474, '2061913083', '2023-02-10 08:52:00', 8, 'VALHALA', 1, '', '2775.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2775.0000', '2775.0000', 'received', 'paid', 8, 8, '2023-02-15 11:04:34', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (475, '44190580', '2023-02-10 14:54:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '337.4400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '337.4400', '337.4400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (476, '1374703372, 205671571', '2023-02-10 14:56:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '241.9200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '241.9200', '241.9200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (477, '3762310429', '2023-02-10 15:13:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '150.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '150.5000', '150.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (478, 'SIN FACT', '2023-02-10 15:22:00', 16, 'SANTA ELENA', 1, '', '229.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '229.0000', '229.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (479, 'SIN FACT', '2023-02-13 08:26:00', 16, 'SANTA ELENA', 1, '', '820.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '820.0000', '820.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (480, '3168682441', '2023-02-15 16:23:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '110.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.5000', '110.5000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (481, '1508919475', '2023-02-15 16:25:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '137.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.7400', '137.7400', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (482, '2752597675', '2023-02-15 16:28:00', 38, 'DISTRIBUIDORA XELAJU, S.A.', 1, '', '320.2400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '320.2400', '320.2400', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (483, 'SIN FACT', '2023-02-15 16:31:00', 16, 'SANTA ELENA', 1, '', '180.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.0000', '180.0000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (484, '3251390345', '2023-02-15 16:40:00', 24, 'Lucalza', 1, '', '803.4700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '803.4700', '803.4700', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (485, '3885778727', '2023-02-15 16:47:00', 19, 'DISAR, S.A.', 1, '', '305.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '305.2500', '305.2500', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (486, '215108205, 3722661316', '2023-02-15 16:52:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '306.6500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '306.6500', '306.6500', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (487, '3722661316', '2023-02-15 16:56:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '317.3400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '317.3400', '317.3400', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (488, '615003907', '2023-02-20 08:21:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '569.7200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '569.7200', '569.7200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (489, '498155688', '2023-02-20 11:04:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '206.1600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '206.1600', '206.1600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (490, '3761522768', '2023-02-20 11:06:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '247.0500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '247.0500', '247.0500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (491, '2611233620, 146425549', '2023-02-21 15:07:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '327.2799', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '327.2799', '327.2799', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (492, '1392787913', '2023-02-21 16:18:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1211.7600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1211.7600', '1211.7600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (493, '2259045748', '2023-02-22 08:47:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '131.2800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.2800', '131.2800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (494, '1792494724', '2023-02-22 14:34:00', 19, 'DISAR, S.A.', 1, '', '103.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '103.5000', '103.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (495, '2091205059', '2023-02-24 11:13:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '35.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.4000', '35.4000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (496, '4180430651', '2023-02-27 08:16:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '125.4500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.4500', '125.4500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (497, '1585269007', '2023-02-27 08:19:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '167.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '167.2500', '167.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (498, '27346946, 300893193', '2023-03-02 12:44:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '560.1000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '560.1000', '560.1000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (499, '123968', '2023-03-02 12:55:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', '78.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (500, '60180563', '2023-03-02 15:01:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '213.1245', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '213.1245', '213.1245', 'received', 'paid', 8, 8, '2023-03-02 16:14:44', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (501, 'PO2023/03/0074', '2023-03-02 15:05:00', 24, 'Lucalza', 1, '', '2002.9200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2002.9200', '2002.9200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (502, '1362447987', '2023-03-02 15:09:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.0000', '540.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (503, '3830728069', '2023-03-02 15:29:00', 44, 'MULTITUBO, S.A.', 1, '', '397.4300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '397.4300', '397.4300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (504, '1524453296', '2023-03-02 15:31:00', 44, 'MULTITUBO, S.A.', 1, '', '170.0400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '170.0400', '170.0400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (505, '93865100', '2023-03-03 08:20:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1218.0898', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1218.0898', '1218.0898', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (506, '1803567809, 1058230191', '2023-03-03 08:26:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '522.2399', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '522.2399', '522.2399', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (507, '3088401083', '2023-03-06 08:13:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '320.1400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '320.1400', '320.1400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (508, '1176322236, 1080708858', '2023-03-06 08:15:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '549.3000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '549.3000', '549.3000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (509, '427865', '2023-03-06 11:57:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', '41.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (510, '3657122654', '2023-03-07 14:51:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '128.6400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.6400', '128.6400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (511, '2574664414', '2023-03-07 14:53:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '318.0200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '318.0200', '318.0200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (512, '3867427760', '2023-03-08 08:18:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '137.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.7400', '137.7400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (513, '3714861959', '2023-03-08 08:20:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '340.0200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '340.0200', '340.0200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (514, '1881882807', '2023-03-08 08:22:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '163.6500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '163.6500', '163.6500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (515, '1436501249', '2023-03-08 14:40:00', 44, 'MULTITUBO, S.A.', 1, '', '140.8500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.8500', '140.8500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (516, '990659639', '2023-03-09 10:47:00', 19, 'DISAR, S.A.', 1, '', '459.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '459.0000', '459.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (517, '1290423325', '2023-03-09 12:46:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2220.4998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2220.4998', '2220.4998', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (518, '686575284', '2023-03-10 10:44:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '131.7000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.7000', '131.7000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (519, '5247552', '2023-03-10 16:37:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '220.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '220.9999', '220.9999', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (520, '1033322756', '2023-03-11 12:01:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '397.9800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '397.9800', '397.9800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (521, '1561284024', '2023-03-11 12:04:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '260.3000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '260.3000', '260.3000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (522, '4105716661', '2023-03-13 08:27:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '358.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '358.0000', '358.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (523, '1165902254', '2023-03-15 17:36:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '91.5300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.5300', '91.5300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (524, '3765784554', '2023-03-15 17:37:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '233.2800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '233.2800', '233.2800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (525, 'SIN FACT', '2023-03-15 17:39:00', 16, 'SANTA ELENA', 1, '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', '60.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (526, '1643333148', '2023-03-16 08:20:00', 24, 'Lucalza', 1, '', '270.1700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '270.1700', '270.1700', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (527, '3160493113', '2023-03-16 08:23:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '142.8000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '142.8000', '142.8000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (528, '3437512339', '2023-03-16 08:26:00', 41, 'DISTRIBUIDORA P.J., S.A.', 1, '', '266.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '266.0000', '266.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (529, '837963197', '2023-03-16 11:30:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '264.0345', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '264.0345', '264.0345', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (530, '2302691652', '2023-03-20 10:55:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '60.0100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0100', '60.0100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (531, '2352302677', '2023-03-20 10:59:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '85.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.5000', '85.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (532, 'SIN FACT', '2023-03-20 11:02:00', 16, 'SANTA ELENA', 1, '', '345.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '345.0000', '345.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (533, '268845766', '2023-03-20 16:37:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2713.2600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2713.2600', '2713.2600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (534, '3913633040', '2023-03-23 08:20:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '85.8600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.8600', '85.8600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (535, '1774209064', '2023-03-23 08:22:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '113.6667', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '113.6667', '113.6667', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (536, '3065987996, 3298707599', '2023-03-23 08:24:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '1508.7499', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1508.7499', '1508.7499', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (537, 'SIN FACT', '2023-03-23 08:36:00', 16, 'SANTA ELENA', 1, '', '280.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '280.0000', '280.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (538, '4285221471', '2023-03-23 09:07:00', 19, 'DISAR, S.A.', 1, '', '592.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '592.5000', '592.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (539, '2014989219, 2909687651, 1086802500', '2023-03-23 09:15:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '1120.1400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1120.1400', '1120.1400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (540, '2708885367', '2023-03-23 17:16:00', 36, 'DISTRIBUCIONES DCE, S.A.', 1, '', '1248.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1248.5000', '1248.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (541, '422661644', '2023-03-27 08:18:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '201.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '201.0000', '201.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (542, '3692316722', '2023-03-27 08:19:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '228.5400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '228.5400', '228.5400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (543, 'SIN FACT', '2023-03-27 08:21:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (544, '1530085483', '2023-03-30 09:13:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '367.6500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '367.6500', '367.6500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (545, 'SIN FACT', '2023-03-30 09:19:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (546, '133182', '2023-03-30 09:20:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '234.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '234.0000', '234.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (547, '4244130421', '2023-03-30 09:23:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '555.3300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '555.3300', '555.3300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (548, '2146320841', '2023-03-30 09:36:00', 24, 'Lucalza', 1, '', '1228.5300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1228.5300', '1228.5300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (549, '465718197', '2023-04-03 10:40:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '1910.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1910.0000', '1910.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (550, 'SIN FACT', '2023-04-03 10:45:00', 16, 'SANTA ELENA', 1, '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', '100.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (551, '2263564810', '2023-04-03 10:48:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '747.9000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '747.9000', '747.9000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (552, '4195632869', '2023-04-03 11:00:00', 47, 'TIENDA Y SERVICIOS DE LOS ALTOS, S.A.', 1, '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', '120.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (553, '2604812054', '2023-04-03 11:03:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2693.8595', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2693.8595', '2693.8595', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (554, '110182664', '2023-04-03 11:08:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '604.6900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '604.6900', '604.6900', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (555, '615004116', '2023-04-03 11:13:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '752.3200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '752.3200', '752.3200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (556, '3679668326', '2023-04-03 11:24:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '&lt;p&gt;AJUSTE POR ERROR EN INGRESO DE PRODUCTOS&lt;&sol;p&gt;', '214.3512', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '214.3512', '214.3500', 'received', 'partial', 8, 8, '2023-04-13 08:57:42', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (557, '3703785664', '2023-04-04 08:20:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '414.9231', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '414.9231', '414.9231', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (558, 'SIN FACT', '2023-04-04 17:17:00', 16, 'SANTA ELENA', 1, '', '390.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '390.0000', '390.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (559, '3088008401', '2023-04-04 17:30:00', 19, 'DISAR, S.A.', 1, '', '822.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '822.0000', '822.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (560, '2509851111', '2023-04-10 08:21:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '51.8800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.8800', '51.8800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (561, '1953448038', '2023-04-10 08:27:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2266.0997', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2266.0997', '2266.0997', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (562, '1386826897', '2023-04-10 08:34:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '334.4995', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '334.4995', '334.4995', 'received', 'paid', 8, 8, '2023-04-10 08:46:29', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (563, '234702158', '2023-04-10 08:41:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '285.2400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '285.2400', '285.2400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (564, 'SIN FACT', '2023-04-10 08:47:00', 16, 'SANTA ELENA', 1, '', '360.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '360.0000', '360.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (565, '3724820809', '2023-04-12 08:18:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '540.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.7400', '540.7400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (566, '1354647760', '2023-04-12 08:23:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '356.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '356.5000', '356.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (567, '2845854798', '2023-04-12 08:31:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '426.8300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '426.8300', '426.8300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (568, '1113277498', '2023-04-12 08:34:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '68.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.5000', '68.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (569, '3774497042', '2023-04-12 08:37:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '597.0200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '597.0200', '597.0200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (570, '4125706885', '2023-04-12 08:53:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '210.0100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '210.0100', '210.0100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (571, 'SIN FACT', '2023-04-13 08:27:00', 16, 'SANTA ELENA', 1, '', '709.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '709.0000', '709.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (572, '2966047122', '2023-04-13 08:28:00', 19, 'DISAR, S.A.', 1, '&lt;ul&gt;&lt;&sol;ul&gt;', '933.7600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '933.7600', '933.7600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (573, '2151761023', '2023-04-13 10:40:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '357.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '357.0000', '357.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (574, '1907247683', '2023-04-14 16:28:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '282.4400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '282.4400', '282.4400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (575, 'SIN FACT', '2023-04-14 16:30:00', 16, 'SANTA ELENA', 1, '', '500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '500.0000', '500.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (576, '58242171', '2023-04-14 16:32:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '255.5600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '255.5600', '255.5600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (577, '3201845379', '2023-04-17 08:12:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '50.0050', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0050', '50.0050', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (578, 'SIN FACT', '2023-04-18 16:25:00', 16, 'SANTA ELENA', 1, '', '820.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '820.0000', '820.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (579, '2173256403', '2023-04-20 08:37:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '316.3000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '316.3000', '316.3000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (580, '374209450', '2023-04-21 14:58:00', 44, 'MULTITUBO, S.A.', 1, '', '454.5500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '454.5500', '454.5500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (581, '5324381', '2023-04-21 15:44:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '368.0892', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '368.0892', '368.0999', 'received', 'paid', 8, 8, '2023-04-25 08:43:26', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (582, '17114266192', '2023-04-24 08:13:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2601.6312', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2601.6312', '2601.6312', 'received', 'paid', 8, 8, '2023-04-24 08:31:55', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (583, '3451014917', '2023-04-24 09:39:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '123.1000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '123.1000', '123.1000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (584, '3103149326', '2023-04-26 08:21:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '308.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '308.0000', '308.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (585, 'SIN FACT', '2023-04-26 08:22:00', 16, 'SANTA ELENA', 1, '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', '200.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (586, '1665623866, 1145588935', '2023-04-26 08:23:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '743.9399', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '743.9399', '743.9399', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (587, '1355238960', '2023-04-26 08:33:00', 41, 'DISTRIBUIDORA P.J., S.A.', 1, '', '257.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '257.5000', '257.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (588, '1808482341', '2023-04-26 08:39:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '706.3200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '706.3200', '706.3200', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (589, '1890602952', '2023-04-26 09:47:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '156.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '156.0000', '156.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (590, 'SIN FACT', '2023-04-28 12:18:00', 16, 'SANTA ELENA', 1, '', '918.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '918.0000', '918.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (591, '3002617401', '2023-04-28 12:21:00', 19, 'DISAR, S.A.', 1, '', '436.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '436.5000', '436.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (592, '1439450626', '2023-04-28 12:39:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '869.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '869.7400', '869.7400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (593, '2716814582', '2023-04-28 15:30:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '456.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '456.0000', '456.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (594, '3683469347', '2023-04-28 17:43:00', 8, 'VALHALA', 1, '', '852.9000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '852.9000', '852.9000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (595, 'SIN FACT', '2023-04-28 17:45:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (596, '615004226', '2023-04-28 17:46:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '847.9800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '847.9800', '847.9800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (597, '30874680948', '2023-05-03 11:16:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '810.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '810.0000', '810.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (598, 'SIN FACT', '2023-05-03 15:32:00', 16, 'SANTA ELENA', 1, '', '960.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '960.0000', '960.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (599, '740839196', '2023-05-03 15:35:00', 19, 'DISAR, S.A.', 1, '', '108.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '108.0000', '108.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (600, '4163193155', '2023-05-03 15:37:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '636.8499', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '636.8499', '636.8499', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (601, '2136164464', '2023-05-03 16:43:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '190.8947', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '190.8947', '190.8947', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (602, '777733931', '2023-05-05 16:08:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '236.7600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '236.7600', '236.7600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (603, '4217326314', '2023-05-05 16:12:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '270.3000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '270.3000', '270.3000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (604, 'SIN FACT', '2023-05-05 16:14:00', 16, 'SANTA ELENA', 1, '', '955.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '955.0000', '955.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (605, '2422624114', '2023-05-05 16:18:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '611.8000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '611.8000', '611.8000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (606, 'SIN FACT', '2023-05-08 08:30:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (607, '38118, 1514947254', '2023-05-08 16:42:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '685.3000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '685.3000', '685.3000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (608, 'SIN FACT', '2023-05-08 16:56:00', 16, 'SANTA ELENA', 1, '', '95.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', '95.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (609, '763382818', '2023-05-08 16:57:00', 35, 'DISTRIBUCIONES GUAYACAN, S.A.', 1, '', '562.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '562.2000', '562.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (610, '57559078', '2023-05-09 11:09:00', 76, 'PROTEC INDUSTRIAL, S.A.', 1, '', '668.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '668.0000', '668.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (611, '376440673', '2023-05-09 14:48:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '282.4800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '282.4800', '282.4800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (612, '953041228', '2023-05-12 08:38:00', 19, 'DISAR, S.A.', 1, '', '535.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '535.5000', '535.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (613, 'SIN FACT', '2023-05-12 15:28:00', 16, 'SANTA ELENA', 1, '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', '90.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (614, '3723053056', '2023-05-12 15:30:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '85.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.2500', '85.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (615, '2753646308', '2023-05-12 15:35:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '51.8800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.8800', '51.8800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (616, '320096509', '2023-05-12 15:41:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '263.2800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '263.2800', '263.2800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (617, '1898268084', '2023-05-12 15:43:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '403.9500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '403.9500', '403.9500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (618, '615004280', '2023-05-12 17:27:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '758.8500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '758.8500', '758.8500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (619, 'SIN FACT', '2023-05-12 17:45:00', 16, 'SANTA ELENA', 1, '', '410.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '410.0000', '410.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (620, '1751925188', '2023-05-15 08:14:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '196.9996', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '196.9996', '196.9996', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (621, '2746764980', '2023-05-15 08:16:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2361.2398', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2361.2398', '2361.2398', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (622, '1277839920, 1812548756', '2023-05-15 08:24:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '893.1000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '893.1000', '893.1000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (623, '92226089', '2023-05-15 08:35:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '135.5900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '135.5900', '135.5900', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (624, 'SIN FACT', '2023-05-15 09:21:00', 16, 'SANTA ELENA', 1, '', '426.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '426.0000', '426.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (625, '3044165780', '2023-05-19 14:40:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '325.2200', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '325.2200', '325.2200', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (626, '2185119782', '2023-05-19 14:43:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '200.1000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.1000', '200.1000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (627, '41763108', '2023-05-19 14:44:00', 19, 'DISAR, S.A.', 1, '', '505.8800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '505.8800', '505.8800', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (628, 'SIN FACT', '2023-05-19 14:48:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (629, '1193820597', '2023-05-19 14:52:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '256.6000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '256.6000', '256.6000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (630, '1222657448', '2023-05-22 08:13:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '555.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '555.4000', '555.4000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (631, '3049341874', '2023-05-22 08:16:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1310.1600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1310.1600', '1310.1600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (632, '2463973969', '2023-05-22 08:18:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '365.2188', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '365.2188', '365.2188', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (633, '3741862464', '2023-05-22 14:25:00', 24, 'Lucalza', 1, '', '2483.8300', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2483.8300', '2483.8300', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (634, '3622781585', '2023-05-23 10:49:00', 44, 'MULTITUBO, S.A.', 1, '', '613.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '613.2500', '613.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (635, 'SIN FACT', '2023-05-25 16:53:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (636, '1360873610', '2023-05-29 08:07:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '219.2400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '219.2400', '219.2400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (637, '341465512', '2023-05-29 08:10:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1347.2498', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1347.2498', '1347.2498', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (638, '1712475180', '2023-05-29 08:14:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '765.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '765.4000', '765.4000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (639, 'SIN FACT', '2023-05-29 17:03:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (640, '3591654133, 2013610671', '2023-05-31 08:13:00', 23, 'DISTRIBUIDORA DE LICORES, S.A.', 1, '', '438.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '438.5000', '438.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (641, 'SIN FACT', '2023-06-01 16:55:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (642, '2131117686', '2023-06-01 17:01:00', 19, 'DISAR, S.A.', 1, '', '359.6400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '359.6400', '359.6400', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (643, '2241478991, 94128894', '2023-06-02 16:12:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '302.0100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '302.0100', '302.0100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (644, '3017294477', '2023-06-02 16:18:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '323.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '323.4000', '323.4000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (645, 'SIN FACT', '2023-06-05 08:22:00', 16, 'SANTA ELENA', 1, '', '184.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '184.0000', '184.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (646, '3118219925', '2023-06-05 08:23:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1704.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1704.7400', '1704.7400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (647, '444153973', '2023-06-05 14:20:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '527.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '527.2000', '527.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (648, 'SIN FACT', '2023-06-08 08:10:00', 16, 'SANTA ELENA', 1, '', '79.9984', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.9984', '80.0000', 'received', 'paid', 8, 8, '2023-06-09 11:18:14', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (649, '4150480555', '2023-06-08 08:11:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '448.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '448.0000', '448.0000', 'received', 'paid', 8, 8, '2023-06-08 10:00:45', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (650, '2582924645', '2023-06-08 08:21:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '250.0000', '250.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (651, '683952590', '2023-06-08 08:24:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '262.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '262.5000', '262.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (652, '3843900051', '2023-06-08 09:19:00', 17, 'BODEGA FARMACEUTICA, S.A.', 1, '', '147.8100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '147.8100', '147.8100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (653, '1352091877', '2023-06-08 09:44:00', 19, 'DISAR, S.A.', 1, '', '454.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '454.5000', '454.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (654, 'SIN FACT', '2023-06-08 10:07:00', 16, 'SANTA ELENA', 1, '', '11.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.7500', '11.7500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (655, '3758899315', '2023-06-08 14:33:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '422.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '422.5000', '422.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (656, '1348357505', '2023-06-09 11:29:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '236.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '236.2000', '236.2000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (657, '2929410716, 1919896633', '2023-06-09 11:35:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '443.4700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '443.4700', '443.4700', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (658, '3923726284', '2023-06-09 16:39:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '314.5800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '314.5800', '314.5800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (659, '327565746', '2023-06-12 08:14:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '2799.3798', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2799.3798', '2799.3798', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (660, '3125036263', '2023-06-12 08:17:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '777.4400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '777.4400', '777.4400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (661, '589971932', '2023-06-12 08:27:00', 25, 'Distribuidora Me Llega, S.A.', 1, '', '87.9600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '87.9600', '87.9600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (662, '1407602088', '2023-06-12 09:12:00', 39, 'HERRAMIENTAS PODEROSAS, S.A.', 1, '', '223.5100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '223.5100', '223.5100', 'received', 'paid', 8, 8, '2023-06-12 09:13:51', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (663, '289817203', '2023-06-14 16:35:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '56.8333', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.8333', '56.8333', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (664, 'SIN FACT', '2023-06-14 16:38:00', 16, 'SANTA ELENA', 1, '', '194.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '194.0000', '194.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (665, '1852788032', '2023-06-14 16:39:00', 19, 'DISAR, S.A.', 1, '', '247.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '247.5000', '247.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (666, 'SIN FACT', '2023-06-15 15:11:00', 16, 'SANTA ELENA', 1, '', '410.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '410.0000', '410.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (667, '1996834420', '2023-06-16 16:44:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '673.4700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '673.4700', '673.4700', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (668, '338251114', '2023-06-19 08:39:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '1707.0600', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1707.0600', '1707.0600', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (669, '4126886806', '2023-06-19 08:51:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '750.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '750.4000', '750.4000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (670, '46746, 2468955087', '2023-06-20 16:29:00', 43, 'DISTRIBUCION PUNTO A PUNTO COSTA SUR, S.A.', 1, '', '116.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.2500', '116.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (671, '4031728416', '2023-06-20 16:33:00', 24, 'Lucalza', 1, '', '1601.9700', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1601.9700', '1601.9700', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (672, '4038412290, 697320218', '2023-06-23 15:56:00', 20, 'COMPAÑIA DE JARABES Y BEBIDAS GASEOSAS LA MARIPOSA, S.A', 1, '', '354.0900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '354.0900', '354.0900', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (673, '3588769010', '2023-06-23 15:59:00', 19, 'DISAR, S.A.', 1, '', '157.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '157.5000', '157.5000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (674, '950224559', '2023-06-23 16:15:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '130.7400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '130.7400', '130.7400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (675, '741033753', '2023-06-23 16:16:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '764.5400', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '764.5400', '764.5400', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (676, '615004435', '2023-06-23 16:22:00', 21, 'FABRICA DE PRODUCTOS ALIMENTICIOS RENE Y CIA. S.C.A.', 1, '', '911.2800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '911.2800', '911.2800', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (677, '1469923503', '2023-06-26 08:39:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '92.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.2500', '92.2500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (678, 'SIN FACT', '2023-06-26 17:07:00', 16, 'SANTA ELENA', 1, '', '135.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '135.0000', '135.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (679, 'SIN FACT', '2023-06-29 07:56:00', 16, 'SANTA ELENA', 1, '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', '120.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (680, 'SIN FACT', '2023-06-29 07:58:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (681, 'SIN FACT', '2023-06-29 08:17:00', 16, 'SANTA ELENA', 1, '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', '85.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (682, '906317741', '2023-07-03 10:38:00', 15, 'DISTRIBUIDORA SAGITARIO, S.A.', 1, '', '474.9643', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '474.9643', '474.9643', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (683, 'SIN FACT', '2023-07-03 10:43:00', 16, 'SANTA ELENA', 1, '', '615.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '615.0000', '615.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (684, '3436137119', '2023-07-03 10:44:00', 18, 'COMERCIALIZADORA Y PROD. DE BEBIDAS LOS VOLCANES, S.A.', 1, '', '629.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '629.7500', '629.7500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (685, '1819757789', '2023-07-03 11:07:00', 9, 'CORPORACION LA SUREÑA S.A.', 1, '', '183.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '183.7500', '183.7500', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (686, '2722516144', '2023-07-03 14:45:00', 39, 'HERRAMIENTAS PODEROSAS, S.A.', 1, '', '695.6100', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '695.6100', '695.6100', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_quote_items
#

DROP TABLE IF EXISTS `sma_quote_items`;

CREATE TABLE `sma_quote_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `quote_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `product_code` varchar(55) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `product_type` varchar(20) DEFAULT NULL,
  `option_id` int(11) DEFAULT NULL,
  `net_unit_price` decimal(25,4) NOT NULL,
  `unit_price` decimal(25,4) DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `item_tax` decimal(25,4) DEFAULT NULL,
  `tax_rate_id` int(11) DEFAULT NULL,
  `tax` varchar(55) DEFAULT NULL,
  `discount` varchar(55) DEFAULT NULL,
  `item_discount` decimal(25,4) DEFAULT NULL,
  `subtotal` decimal(25,4) NOT NULL,
  `serial_no` varchar(255) DEFAULT NULL,
  `real_unit_price` decimal(25,4) DEFAULT NULL,
  `product_unit_id` int(11) DEFAULT NULL,
  `product_unit_code` varchar(10) DEFAULT NULL,
  `unit_quantity` decimal(15,4) NOT NULL,
  `gst` varchar(20) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `quote_id` (`quote_id`),
  KEY `product_id` (`product_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;

INSERT INTO `sma_quote_items` (`id`, `quote_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1, 1, 3409, '23164244', 'VARILLA DE 3/8 GRADO 40.', 'standard', NULL, '38.0000', '38.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '114.0000', NULL, '38.0000', 5, 'UNIDAD', '3.0000', NULL, NULL, NULL, NULL);
INSERT INTO `sma_quote_items` (`id`, `quote_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2, 1, 3408, '67870951', 'VARILLA DE 1/4 GRADO 40.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', NULL, '15.0000', 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL);
INSERT INTO `sma_quote_items` (`id`, `quote_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3, 1, 3439, '29652683', 'ALAMBRE DE AMARRE.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', NULL, '8.0000', 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL);
INSERT INTO `sma_quote_items` (`id`, `quote_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4, 1, 3440, '49527374', 'PEGAMIX.', 'standard', NULL, '25.0000', '25.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '125.0000', NULL, '25.0000', 5, 'UNIDAD', '5.0000', NULL, NULL, NULL, NULL);
INSERT INTO `sma_quote_items` (`id`, `quote_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5, 2, 3350, '83595265', 'CEMENTO REGIONAL', 'standard', NULL, '0.0200', '0.0200', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.2000', NULL, '0.0200', 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL);
INSERT INTO `sma_quote_items` (`id`, `quote_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6, 2, 3407, '24214061', 'VARILLA HIERRO 1/4 COMERCIAL', 'standard', NULL, '14.0000', '14.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '140.0000', NULL, '14.0000', 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL);
INSERT INTO `sma_quote_items` (`id`, `quote_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7, 3, 2147483647, 'REG02', 'REGULAR', 'manual', 0, '34.6000', '34.6000', '1000.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34600.0000', NULL, '34.6000', 4, 'GALON', '1000.0000', NULL, NULL, NULL, NULL);
INSERT INTO `sma_quote_items` (`id`, `quote_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8, 3, 2147483647, 'DIE03', 'DIESEL', 'manual', 0, '34.5500', '34.5500', '1000.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34550.0000', NULL, '34.5500', 0, NULL, '1000.0000', NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_quotes
#

DROP TABLE IF EXISTS `sma_quotes`;

CREATE TABLE `sma_quotes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `reference_no` varchar(55) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `customer` varchar(55) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `biller_id` int(11) NOT NULL,
  `biller` varchar(55) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `internal_note` varchar(1000) DEFAULT NULL,
  `total` decimal(25,4) NOT NULL,
  `product_discount` decimal(25,4) DEFAULT '0.0000',
  `order_discount` decimal(25,4) DEFAULT NULL,
  `order_discount_id` varchar(20) DEFAULT NULL,
  `total_discount` decimal(25,4) DEFAULT '0.0000',
  `product_tax` decimal(25,4) DEFAULT '0.0000',
  `order_tax_id` int(11) DEFAULT NULL,
  `order_tax` decimal(25,4) DEFAULT NULL,
  `total_tax` decimal(25,4) DEFAULT NULL,
  `shipping` decimal(25,4) DEFAULT '0.0000',
  `grand_total` decimal(25,4) NOT NULL,
  `status` varchar(20) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `supplier_id` int(11) DEFAULT NULL,
  `supplier` varchar(55) DEFAULT NULL,
  `hash` varchar(255) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

INSERT INTO `sma_quotes` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `warehouse_id`, `biller_id`, `biller`, `note`, `internal_note`, `total`, `product_discount`, `order_discount`, `order_discount_id`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `supplier_id`, `supplier`, `hash`, `cgst`, `sgst`, `igst`) VALUES (1, '2022-05-09 08:25:00', 'QUOTE2022/05/0001', 2, 'Consumidor Final', 1, 3, 'Gasolinera y Materiales Manuelito S.A.', '', NULL, '315.0000', '0.0000', '0.0000', '', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '315.0000', 'pending', 8, NULL, NULL, NULL, 0, NULL, '1ed9c939957fa74578348da8d4d3ab2013851528be0851f4e9abde6e45bb1707', NULL, NULL, NULL);
INSERT INTO `sma_quotes` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `warehouse_id`, `biller_id`, `biller`, `note`, `internal_note`, `total`, `product_discount`, `order_discount`, `order_discount_id`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `supplier_id`, `supplier`, `hash`, `cgst`, `sgst`, `igst`) VALUES (2, '2022-05-16 20:00:00', 'QUOTE2022/05/0002', 5, 'SERGIO LEONEL GONZÁLES TOJIL', 1, 3, 'Gasolinera y Materiales Manuelito S.A.', '&lt;p&gt;Prueba&lt;&sol;p&gt;', NULL, '140.2000', '0.0000', '0.0000', '', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.2000', 'completed', 6, NULL, NULL, NULL, 0, NULL, '9dc09922391e51fd8ee209f866ac53e792c2d6be5001558a9247a0f465b21e9c', NULL, NULL, NULL);
INSERT INTO `sma_quotes` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `warehouse_id`, `biller_id`, `biller`, `note`, `internal_note`, `total`, `product_discount`, `order_discount`, `order_discount_id`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `supplier_id`, `supplier`, `hash`, `cgst`, `sgst`, `igst`) VALUES (3, '2022-08-23 16:29:00', '0023', 52, 'LUISA AMARILIS BOBADILLAS MAS', 1, 3, 'Gasolinera y Materiales Manuelito S.A.', '', NULL, '69150.0000', '0.0000', '0.0000', '', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69150.0000', 'pending', 8, NULL, NULL, NULL, 0, NULL, 'bc64fd79c72224da2c0eaf37de48ab5dec2cebc83b1f6d62e9719092d5765d4c', NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_return_items
#

DROP TABLE IF EXISTS `sma_return_items`;

CREATE TABLE `sma_return_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `return_id` int(11) unsigned NOT NULL,
  `product_id` int(11) unsigned NOT NULL,
  `product_code` varchar(55) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `product_type` varchar(20) DEFAULT NULL,
  `option_id` int(11) DEFAULT NULL,
  `net_unit_price` decimal(25,4) NOT NULL,
  `unit_price` decimal(25,4) DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `item_tax` decimal(25,4) DEFAULT NULL,
  `tax_rate_id` int(11) DEFAULT NULL,
  `tax` varchar(55) DEFAULT NULL,
  `discount` varchar(55) DEFAULT NULL,
  `item_discount` decimal(25,4) DEFAULT NULL,
  `subtotal` decimal(25,4) NOT NULL,
  `serial_no` varchar(255) DEFAULT NULL,
  `real_unit_price` decimal(25,4) DEFAULT NULL,
  `product_unit_id` int(11) DEFAULT NULL,
  `product_unit_code` varchar(10) DEFAULT NULL,
  `unit_quantity` decimal(15,4) NOT NULL,
  `comment` varchar(255) DEFAULT NULL,
  `gst` varchar(20) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `return_id` (`return_id`),
  KEY `product_id` (`product_id`),
  KEY `product_id_2` (`product_id`,`return_id`),
  KEY `return_id_2` (`return_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_returns
#

DROP TABLE IF EXISTS `sma_returns`;

CREATE TABLE `sma_returns` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `reference_no` varchar(55) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `customer` varchar(55) NOT NULL,
  `biller_id` int(11) NOT NULL,
  `biller` varchar(55) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `staff_note` varchar(1000) DEFAULT NULL,
  `total` decimal(25,4) NOT NULL,
  `product_discount` decimal(25,4) DEFAULT '0.0000',
  `order_discount_id` varchar(20) DEFAULT NULL,
  `total_discount` decimal(25,4) DEFAULT '0.0000',
  `order_discount` decimal(25,4) DEFAULT '0.0000',
  `product_tax` decimal(25,4) DEFAULT '0.0000',
  `order_tax_id` int(11) DEFAULT NULL,
  `order_tax` decimal(25,4) DEFAULT '0.0000',
  `total_tax` decimal(25,4) DEFAULT '0.0000',
  `grand_total` decimal(25,4) NOT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `total_items` smallint(6) DEFAULT NULL,
  `paid` decimal(25,4) DEFAULT '0.0000',
  `surcharge` decimal(25,4) NOT NULL DEFAULT '0.0000',
  `attachment` varchar(55) DEFAULT NULL,
  `hash` varchar(255) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  `shipping` decimal(25,4) DEFAULT '0.0000',
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: sma_sale_items
#

DROP TABLE IF EXISTS `sma_sale_items`;

CREATE TABLE `sma_sale_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sale_id` int(11) unsigned NOT NULL,
  `product_id` int(11) unsigned NOT NULL,
  `product_code` varchar(55) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `product_type` varchar(20) DEFAULT NULL,
  `option_id` int(11) DEFAULT NULL,
  `net_unit_price` decimal(25,4) NOT NULL,
  `unit_price` decimal(25,4) DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `item_tax` decimal(25,4) DEFAULT NULL,
  `tax_rate_id` int(11) DEFAULT NULL,
  `tax` varchar(55) DEFAULT NULL,
  `discount` varchar(55) DEFAULT NULL,
  `item_discount` decimal(25,4) DEFAULT NULL,
  `subtotal` decimal(25,4) NOT NULL,
  `serial_no` varchar(255) DEFAULT NULL,
  `real_unit_price` decimal(25,4) DEFAULT NULL,
  `sale_item_id` int(11) DEFAULT NULL,
  `product_unit_id` int(11) DEFAULT NULL,
  `product_unit_code` varchar(10) DEFAULT NULL,
  `unit_quantity` decimal(15,4) NOT NULL,
  `comment` varchar(255) DEFAULT NULL,
  `gst` varchar(20) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `sale_id` (`sale_id`),
  KEY `product_id` (`product_id`),
  KEY `product_id_2` (`product_id`,`sale_id`),
  KEY `sale_id_2` (`sale_id`,`product_id`)
) ENGINE=InnoDB AUTO_INCREMENT=28442 DEFAULT CHARSET=utf8;

INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1, 1, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2, 2, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\" X 3MT', 'standard', NULL, '220.0000', '220.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '440.0000', '', '220.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3, 3, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4, 3, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5, 4, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6, 4, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7, 5, 3410, '90045552', 'VARILLA HIERRO DE 3/8 COMERCIAL.', 'standard', NULL, '31.0000', '31.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '403.0000', '', '31.0000', NULL, 5, 'UNIDAD', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8, 5, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '7.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9, 5, 3441, '38292314', 'CEMENTO PROGRESO', 'standard', NULL, '78.0000', '78.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '780.0000', '', '78.0000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10, 5, 3466, '50793332', 'TUBO DRENAJE 2 NARANJA', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11, 6, 3441, '38292314', 'CEMENTO PROGRESO', 'standard', NULL, '78.0000', '78.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '78.0000', '', '78.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12, 7, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13, 7, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14, 8, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15, 9, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16, 9, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17, 9, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18, 9, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19, 9, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20, 9, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21, 9, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22, 9, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23, 9, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24, 9, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25, 9, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26, 9, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '55.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27, 9, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28, 9, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '15.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (29, 9, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (30, 9, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (31, 9, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (32, 9, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (33, 10, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (34, 10, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (35, 10, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (36, 10, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (37, 10, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (38, 10, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '0.6000', '0.6000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.6000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (39, 10, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (40, 10, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (41, 10, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (42, 10, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (43, 10, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (44, 10, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (45, 10, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (46, 10, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (47, 10, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (48, 10, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (49, 10, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (50, 10, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (51, 10, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (52, 10, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (53, 10, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (54, 10, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (55, 10, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (56, 10, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (57, 10, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (58, 10, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (59, 11, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (60, 11, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (61, 11, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (62, 11, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (63, 11, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (64, 11, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (65, 12, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (66, 12, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (67, 12, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (68, 12, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (69, 12, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (70, 12, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', 'standard', NULL, '93.0000', '93.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '93.0000', '', '93.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (71, 12, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (72, 12, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (73, 12, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (74, 12, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (75, 12, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (76, 12, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (77, 12, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (78, 12, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (79, 12, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (80, 12, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '16.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (81, 12, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (82, 12, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (83, 12, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (84, 12, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (85, 12, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (86, 12, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (87, 12, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (88, 13, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (89, 13, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (90, 13, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '4.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (91, 13, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (92, 13, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (93, 13, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (94, 13, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (95, 13, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (96, 13, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (97, 13, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (98, 13, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '0.5000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (99, 13, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (100, 13, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '5.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (101, 13, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (102, 13, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (103, 13, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (104, 13, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (105, 13, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (106, 13, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (107, 13, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (108, 13, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (109, 13, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '3.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (110, 13, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (111, 14, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (112, 14, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (113, 14, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (114, 14, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '3.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (115, 14, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (116, 14, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (117, 14, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (118, 14, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (119, 14, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (120, 14, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (121, 14, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (122, 14, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (123, 14, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (124, 14, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (125, 14, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (126, 14, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (127, 14, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (128, 14, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (129, 14, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (130, 14, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (131, 14, 2695, 'FER00436', 'CLAVO 1 1/2 LB', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (132, 14, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (133, 14, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (134, 14, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (135, 14, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (136, 14, 3273, 'GRI00214', 'TEFLON 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (137, 14, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (138, 14, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (139, 14, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (140, 15, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (141, 15, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (142, 15, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (143, 15, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (144, 15, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '35.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '1.0000', NULL, 1, 'PZA', '35.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (145, 15, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (146, 15, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', 'standard', NULL, '250.0000', '250.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '250.0000', '', '250.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (147, 15, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (148, 15, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (149, 15, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (150, 16, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (151, 16, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (152, 16, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (153, 16, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (154, 16, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '35.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '1.0000', NULL, 1, 'PZA', '35.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (155, 16, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (156, 16, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (157, 16, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (158, 16, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (159, 17, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (160, 17, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (161, 17, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (162, 17, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (163, 17, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (164, 17, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (165, 17, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '1.0000', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (166, 17, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (167, 17, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (168, 17, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (169, 17, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (170, 17, 3208, '77472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (171, 18, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (172, 18, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (173, 18, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (174, 18, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (175, 18, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (176, 18, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (177, 18, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (178, 18, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (179, 18, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (180, 18, 3258, 'PVC00187', 'TEE 1 1/2', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (181, 18, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '15.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (182, 18, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (183, 18, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (184, 18, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (185, 18, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (186, 18, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (187, 19, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (188, 19, 3184, '102304', 'SERRUCHO MANGO DE MADERA 20 P ALDOSA', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (189, 19, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (190, 19, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (191, 19, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (192, 19, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (193, 19, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (194, 19, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '0.6000', '0.6000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '0.6000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (195, 19, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (196, 19, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (197, 19, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (198, 19, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (199, 19, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (200, 19, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (201, 19, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (202, 19, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (203, 19, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (204, 19, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (205, 19, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (206, 19, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (207, 19, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (208, 19, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (209, 19, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (210, 19, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (211, 19, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '2.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (212, 19, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (213, 19, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (214, 20, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (215, 20, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (216, 20, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (217, 20, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (218, 20, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (219, 20, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '63.0000', '', '9.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (220, 20, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (221, 20, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (222, 20, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (223, 20, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (224, 20, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (225, 20, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (226, 20, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (227, 20, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (228, 20, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (229, 20, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '132.0000', '', '12.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (230, 20, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (231, 20, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (232, 21, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (233, 21, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (234, 21, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (235, 21, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (236, 21, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (237, 21, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (238, 21, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (239, 21, 3158, 'GRI001475', 'REPOSADERA 3  ALUMINIO', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (240, 21, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (241, 21, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (242, 21, 2964, '102375', 'LIBRA DE PITA COMPLETA', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (243, 21, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '40.0000', '40.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '40.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (244, 21, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (245, 21, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (246, 21, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (247, 21, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (248, 21, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (249, 21, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (250, 21, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (251, 21, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (252, 21, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (253, 21, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (254, 21, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (255, 21, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (256, 21, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (257, 21, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (258, 22, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (259, 22, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (260, 22, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '1.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (261, 22, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (262, 22, 3026, '3LAYER MASCA', 'MASCARILLA 3M', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (263, 22, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (264, 22, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (265, 22, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (266, 22, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (267, 22, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (268, 22, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (269, 22, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (270, 22, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (271, 22, 3000, '411653', 'LLAVE DUCHA QUALITA', 'standard', NULL, '80.0000', '80.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '80.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (272, 22, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (273, 22, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (274, 22, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (275, 22, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (276, 22, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (277, 22, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (278, 22, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '20.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (279, 22, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (280, 22, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (281, 22, 2833, '7501206650066', 'ESCOBA METALICA TRUPER 22 DIENTES C/MANG', 'standard', NULL, '38.0000', '38.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '38.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (282, 22, 2971, '7750057006519', 'LIJA MULTIUSOS 3M', 'standard', NULL, '6.5000', '6.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.5000', '', '6.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (283, 22, 2800, '748928006512', 'DETERGENTE ORIX 900 GR', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (284, 22, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (285, 22, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (286, 22, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (287, 22, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (288, 22, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '18.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (289, 22, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (290, 22, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (291, 23, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (292, 23, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (293, 23, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (294, 23, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (295, 23, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (296, 23, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (297, 23, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', 'standard', NULL, '20.0000', '20.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '20.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (298, 23, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (299, 23, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (300, 23, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (301, 23, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (302, 23, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (303, 23, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (304, 23, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (305, 23, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '2.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (306, 23, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '45.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '1.0000', NULL, 1, 'PZA', '45.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (307, 23, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (308, 23, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (309, 23, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '0.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (310, 23, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (311, 23, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (312, 23, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (313, 23, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '6.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (314, 24, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (315, 24, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (316, 24, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (317, 24, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (318, 24, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (319, 24, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (320, 24, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (321, 24, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (322, 24, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (323, 24, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (324, 24, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (325, 24, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (326, 24, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (327, 24, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (328, 24, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (329, 24, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '0.5000', NULL, 1, 'PZA', '21.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (330, 24, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (331, 24, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (332, 24, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (333, 24, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (334, 24, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (335, 24, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (336, 24, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (337, 24, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (338, 25, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (339, 25, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (340, 25, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (341, 25, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (342, 25, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (343, 25, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (344, 25, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (345, 25, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (346, 25, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (347, 25, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (348, 25, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (349, 25, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (350, 25, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (351, 25, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (352, 25, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (353, 25, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '5.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (354, 25, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (355, 25, 2634, '760573071349', 'CASHITAS', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (356, 25, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (357, 25, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (358, 25, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (359, 25, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (360, 25, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (361, 25, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (362, 25, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (363, 25, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (364, 25, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (365, 25, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (366, 25, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (367, 25, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (368, 25, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (369, 25, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', 'standard', NULL, '0.3000', '0.3000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.4000', '', '0.3000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (370, 25, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (371, 26, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', '294.0000', '', '14.0000', NULL, 1, 'PZA', '21.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (372, 26, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', '210.0000', '', '10.0000', NULL, 1, 'PZA', '21.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (373, 26, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', '204.0000', '', '12.0000', NULL, 1, 'PZA', '17.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (374, 26, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '0.5000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (375, 26, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (376, 27, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (377, 27, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (378, 27, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (379, 27, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (380, 27, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (381, 28, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (382, 28, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (383, 28, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (384, 28, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (385, 29, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (386, 29, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (387, 29, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (388, 29, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (389, 29, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (390, 29, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (391, 29, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (392, 29, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (393, 29, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (394, 29, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (395, 29, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (396, 29, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (397, 29, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (398, 29, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (399, 29, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (400, 29, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (401, 29, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (402, 29, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (403, 29, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (404, 29, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (405, 29, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (406, 29, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (407, 29, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (408, 29, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '152.0000', '', '8.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (409, 29, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '2.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (410, 29, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '30.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (411, 29, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (412, 29, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (413, 29, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (414, 29, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (415, 29, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (416, 29, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (417, 29, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (418, 29, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (419, 30, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (420, 30, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (421, 30, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (422, 30, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (423, 30, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (424, 30, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (425, 30, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (426, 30, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (427, 30, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (428, 30, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (429, 30, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (430, 30, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (431, 30, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (432, 30, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (433, 30, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (434, 30, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (435, 30, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (436, 30, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (437, 30, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (438, 30, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (439, 31, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (440, 31, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (441, 31, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (442, 31, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (443, 31, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (444, 31, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (445, 31, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (446, 31, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (447, 31, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (448, 31, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (449, 31, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (450, 31, 2514, '11418040168', 'ALKA SELTZER .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (451, 31, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (452, 31, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (453, 31, 3219, '7891200313846', 'SUPER BONDER ORIGINAL 3 GRS LOCTITE', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (454, 31, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (455, 31, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (456, 31, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.2500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (457, 31, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (458, 31, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (459, 31, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (460, 31, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (461, 31, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (462, 32, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (463, 32, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (464, 32, 2957, '6946723402988', 'LAMPARA TIGER WORLD', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (465, 32, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (466, 32, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (467, 32, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (468, 32, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (469, 32, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '63.0000', '', '7.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (470, 32, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (471, 32, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (472, 33, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (473, 33, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (474, 33, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (475, 33, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (476, 33, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (477, 33, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (478, 33, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (479, 33, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (480, 33, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (481, 33, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (482, 33, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (483, 34, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (484, 34, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (485, 34, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (486, 34, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (487, 34, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (488, 34, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (489, 34, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (490, 34, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (491, 34, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (492, 34, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (493, 34, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '98.0000', '', '7.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (494, 34, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (495, 34, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (496, 34, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.5000', '', '11.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (497, 34, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (498, 35, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (499, 35, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (500, 35, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (501, 35, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (502, 35, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (503, 35, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (504, 35, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (505, 35, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (506, 35, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (507, 35, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (508, 35, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (509, 35, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (510, 35, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (511, 35, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (512, 35, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (513, 35, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (514, 35, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '6.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (515, 35, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (516, 36, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (517, 36, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (518, 36, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (519, 36, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (520, 36, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (521, 36, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (522, 36, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (523, 36, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (524, 36, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (525, 36, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (526, 36, 2797, '74892800509', 'DETERGENTE LAVATRASTOS ORIX 90 GR', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (527, 36, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (528, 36, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (529, 36, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (530, 36, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (531, 36, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (532, 36, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (533, 36, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (534, 37, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (535, 37, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (536, 37, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (537, 37, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (538, 37, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '2.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (539, 37, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (540, 37, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (541, 37, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (542, 37, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (543, 37, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (544, 37, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (545, 38, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (546, 38, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (547, 38, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (548, 38, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (549, 39, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (550, 39, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '0.5000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (551, 39, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (552, 39, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (553, 39, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (554, 39, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (555, 39, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (556, 39, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (557, 40, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (558, 40, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (559, 40, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (560, 40, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (561, 40, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (562, 40, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (563, 40, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (564, 40, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (565, 40, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (566, 40, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (567, 40, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (568, 40, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (569, 40, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (570, 40, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (571, 40, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (572, 40, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (573, 40, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '30.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (574, 40, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (575, 40, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (576, 40, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', '132.0000', '', '6.0000', NULL, 1, 'PZA', '22.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (577, 40, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (578, 40, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (579, 40, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (580, 40, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (581, 40, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '152.0000', '', '8.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (582, 40, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (583, 40, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (584, 40, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (585, 40, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (586, 41, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (587, 41, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (588, 41, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (589, 41, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (590, 41, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (591, 41, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (592, 41, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (593, 41, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (594, 41, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (595, 41, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (596, 41, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (597, 41, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (598, 41, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (599, 41, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (600, 41, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (601, 41, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (602, 41, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (603, 41, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (604, 41, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (605, 41, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (606, 42, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (607, 42, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (608, 42, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (609, 42, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (610, 42, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (611, 42, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (612, 42, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (613, 42, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (614, 42, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (615, 42, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (616, 42, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (617, 42, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (618, 43, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (619, 43, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (620, 43, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (621, 43, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (622, 43, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (623, 43, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (624, 43, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (625, 43, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (626, 43, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (627, 43, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (628, 43, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (629, 43, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (630, 43, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (631, 43, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (632, 43, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (633, 43, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (634, 43, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (635, 43, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (636, 43, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (637, 43, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '1.5000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (638, 43, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '1.5000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (639, 43, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (640, 43, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (641, 43, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (642, 44, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (643, 44, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (644, 44, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (645, 44, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (646, 44, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (647, 44, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (648, 44, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (649, 44, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (650, 44, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (651, 44, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (652, 44, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (653, 44, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (654, 44, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (655, 44, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (656, 44, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '1.5000', NULL, 5, 'UNIDAD', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (657, 44, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (658, 44, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (659, 44, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (660, 45, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (661, 45, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (662, 45, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (663, 45, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (664, 45, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (665, 45, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (666, 45, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (667, 45, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (668, 45, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (669, 45, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (670, 45, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (671, 45, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (672, 45, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (673, 45, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (674, 45, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (675, 45, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (676, 45, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (677, 46, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (678, 46, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (679, 46, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (680, 46, 2659, '721282301295', 'CHETOS 190G  .', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (681, 46, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (682, 46, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (683, 46, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '3.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (684, 46, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (685, 46, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (686, 46, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (687, 46, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (688, 46, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (689, 46, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (690, 46, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (691, 46, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (692, 46, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (693, 46, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (694, 46, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (695, 46, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (696, 46, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (697, 46, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (698, 46, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '6.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (699, 46, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (700, 46, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (701, 46, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (702, 47, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (703, 47, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (704, 47, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (705, 47, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (706, 47, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (707, 47, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (708, 47, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (709, 47, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (710, 47, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (711, 47, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (712, 47, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '2.0000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (713, 47, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (714, 47, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (715, 47, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (716, 48, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (717, 48, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (718, 48, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (719, 48, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (720, 48, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (721, 48, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (722, 48, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (723, 48, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (724, 48, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (725, 48, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (726, 48, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (727, 48, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (728, 48, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (729, 48, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '7.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (730, 48, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (731, 49, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (732, 49, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (733, 49, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (734, 49, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (735, 50, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '128.0000', '', '8.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (736, 50, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (737, 50, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (738, 51, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (739, 52, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '18.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (740, 53, 2492, 'PVC00007', 'ADAPTADOR 2', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (741, 53, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (742, 53, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (743, 53, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (744, 53, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (745, 54, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (746, 54, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (747, 54, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (748, 54, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (749, 54, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (750, 55, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '6.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (751, 56, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', '156.0000', '', '6.0000', NULL, 1, 'PZA', '26.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (752, 56, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (753, 56, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (754, 56, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (755, 56, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (756, 56, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (757, 57, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (758, 57, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (759, 57, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (760, 57, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (761, 57, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (762, 57, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (763, 57, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (764, 58, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (765, 58, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (766, 58, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (767, 58, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (768, 59, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (769, 59, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (770, 59, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (771, 60, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '1.0000', NULL, 1, 'PZA', '60.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (772, 60, 2498, '100231000050', 'ADAPTADOR P/COPA TALDRO VIKINGO 3/8', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (773, 60, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (774, 61, 2463, '7501206659533', 'ABRAZADERA 3/4 BOLSITA VOLTECH', 'standard', NULL, '8.5000', '8.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.5000', '', '8.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (775, 61, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (776, 61, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (777, 61, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (778, 61, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (779, 61, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (780, 61, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (781, 61, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (782, 61, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (783, 61, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (784, 62, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '27.0000', 1, '0.0000', NULL, '', '0', '0.0000', '202.5000', '', '7.5000', NULL, 1, 'PZA', '27.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (785, 63, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (786, 63, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (787, 63, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (788, 63, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (789, 63, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (790, 63, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '40.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (791, 63, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (792, 63, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (793, 64, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (794, 64, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '97.5000', '', '7.5000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (795, 64, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '1.0000', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (796, 65, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (797, 66, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (798, 67, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (799, 67, 2750, 'PVC00072', 'COPLA 2', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (800, 67, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (801, 67, 3273, 'GRI00214', 'TEFLON 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (802, 67, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (803, 67, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (804, 67, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (805, 68, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (806, 68, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (807, 68, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (808, 69, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (809, 69, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (810, 69, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (811, 69, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (812, 70, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (813, 70, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (814, 70, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', 'standard', NULL, '33.0000', '33.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '33.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (815, 70, 3246, '10205', 'TAPON H DR 3', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (816, 70, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (817, 70, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (818, 70, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (819, 71, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', 'standard', NULL, '175.0000', '175.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '175.0000', '', '175.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (820, 71, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (821, 71, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (822, 71, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (823, 71, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (824, 71, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', 'standard', NULL, '0.7500', '0.7500', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '0.7500', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (825, 72, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (826, 72, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (827, 72, 2900, '9121217379626', 'GALON FULL CRETE', 'standard', NULL, '180.0000', '180.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '180.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (828, 72, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '2.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (829, 72, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '3.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (830, 72, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (831, 72, 3137, 'PVC00137', 'REDUCIDOR 2-1', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (832, 72, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (833, 72, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (834, 72, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (835, 72, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (836, 72, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '4.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (837, 73, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (838, 74, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (839, 74, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\" X 3MT', 'standard', NULL, '115.0000', '115.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '115.0000', '', '115.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (840, 74, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (841, 74, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (842, 74, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (843, 75, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (844, 75, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (845, 75, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '160.0000', '', '40.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (846, 75, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (847, 75, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (849, 77, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (850, 77, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (851, 77, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (852, 77, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (853, 77, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (854, 77, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (855, 77, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '322.0000', '', '23.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (856, 77, 3236, '7501199465555', 'TANGIT 950 ML', 'standard', NULL, '175.0000', '175.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '175.0000', '', '175.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (857, 77, 3144, 'PVC00153', 'REDUCIDOR 4-2', 'standard', NULL, '13.0000', '13.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '13.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (858, 77, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '3.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (859, 77, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '2.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (860, 77, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (861, 77, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (862, 78, 3490, '04206993', 'HONORARIOS CONTABLES', 'service', 0, '1500.0000', '1500.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1500.0000', '0', '1500.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (863, 79, 3492, '83034932', 'ASESORIA EMPRESARIAL', 'service', 0, '2000.0000', '2000.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2000.0000', '', '2000.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (865, 81, 3495, '41026932', 'INSRIPCION SAT Y REGISTO MERCANTIL', 'service', 0, '1600.0000', '1600.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1600.0000', '', '1600.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (866, 76, 3491, '75549702', 'FINANCIAMIENTOS BANCARIOS', 'service', 0, '500.0000', '500.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '500.0000', '0', '500.0000', NULL, NULL, NULL, '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (867, 80, 3495, '41026932', 'INSRIPCION SAT Y REGISTO MERCANTIL', 'service', 0, '1000.0000', '1000.0000', '1.0000', 1, '0.0000', NULL, '', '600', '600.0000', '1000.0000', '', '1600.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (868, 82, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (869, 82, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (870, 83, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (871, 83, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (872, 84, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '7.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (873, 84, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '119.0000', '', '17.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (874, 84, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '6.0000', NULL, 1, 'PZA', '24.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (875, 84, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '6.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (876, 84, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (877, 84, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (878, 84, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (879, 84, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (880, 85, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '4.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (881, 85, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '9.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (882, 85, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '77.0000', '', '7.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (883, 85, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (884, 85, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (885, 85, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (886, 85, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '55.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (887, 85, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (888, 85, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '14.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (889, 85, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (890, 85, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '4.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (891, 85, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (892, 85, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (893, 85, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (894, 86, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (895, 86, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (896, 86, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (897, 86, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (898, 86, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (899, 86, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '81.0000', '', '27.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (900, 86, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '78.0000', '', '26.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (901, 86, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '20.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (902, 86, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (903, 86, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '3.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (904, 87, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (905, 87, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (906, 87, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '3.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (907, 87, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (908, 87, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (909, 87, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '126.0000', '', '18.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (910, 87, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '119.0000', '', '17.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (911, 87, 3065, '7501206634387', 'PALA CUADRADA MANGO LARGO PRETUL', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (912, 87, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (913, 87, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (914, 87, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (915, 87, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (916, 87, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '4.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (917, 87, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '2.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (918, 87, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (919, 87, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (920, 88, 2459, 'FER 02887444770', '7DISCO DEWALT CARBON P CORTAR/CONCRET 9?', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (921, 88, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (922, 88, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (923, 88, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (924, 88, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (925, 88, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (926, 88, 2484, '8420714187', 'ACEITE 25W50 4T MOTOTAXI LITRO', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (927, 88, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (928, 88, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (929, 88, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '3.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (930, 88, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (931, 88, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (932, 88, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (933, 88, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (934, 88, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (935, 89, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (936, 89, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (937, 89, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (938, 89, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (939, 89, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (940, 89, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (941, 89, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (942, 89, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (943, 89, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (944, 89, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (945, 89, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '14.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (946, 90, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (947, 90, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (948, 90, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (949, 90, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (950, 90, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (951, 90, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (952, 90, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (953, 90, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (954, 90, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (955, 90, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (956, 90, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (957, 90, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '11.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (958, 90, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (959, 90, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (960, 90, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (961, 91, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (962, 91, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (963, 91, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (964, 91, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (965, 91, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (966, 91, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '16.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (967, 91, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (968, 91, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (969, 91, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (970, 91, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (971, 91, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (972, 91, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (973, 91, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '9.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (974, 92, 3340, '102109', 'VALVULA PILA 3 BRONCE', 'standard', NULL, '95.0000', '95.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '95.0000', '', '95.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (975, 92, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '25.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (976, 92, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '195.0000', '', '65.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (977, 92, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (978, 92, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (979, 93, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (980, 93, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (981, 94, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', 'standard', NULL, '48.0000', '48.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '48.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (982, 95, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (983, 95, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (984, 95, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (985, 95, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (986, 95, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (987, 95, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (988, 95, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (989, 96, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (990, 96, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (991, 96, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (992, 96, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (993, 96, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (994, 96, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (995, 97, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (996, 97, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (997, 97, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (998, 97, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (999, 97, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1000, 97, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1001, 97, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', 'standard', NULL, '14.0000', '14.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '14.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1002, 97, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '15.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1003, 97, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1004, 97, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1005, 97, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1006, 98, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1007, 99, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1008, 99, 2526, '7501206612033', 'AZADON TRUPER NO. 31.8 LBS. C/MANGO', 'standard', NULL, '110.0000', '110.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '110.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1009, 99, 3007, 'FER01945', 'MACHETE 24 GARIZAMA GAVILAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1010, 100, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1011, 100, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1012, 100, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1013, 100, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1014, 100, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1015, 100, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1016, 100, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1017, 100, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1018, 101, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1019, 101, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1020, 101, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1021, 101, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1022, 101, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1023, 101, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1024, 101, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1025, 101, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1026, 101, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1027, 101, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1028, 101, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1029, 102, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '15.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1030, 102, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1031, 102, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1032, 102, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1033, 102, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1034, 102, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1035, 102, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1036, 102, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1037, 103, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1038, 103, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1039, 104, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1040, 104, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1041, 104, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1042, 105, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1043, 106, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1044, 106, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1045, 106, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1046, 107, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1047, 107, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1048, 107, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1049, 108, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1050, 108, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1051, 108, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1052, 108, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1053, 109, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1054, 109, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1055, 109, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1056, 109, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1057, 109, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1058, 109, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1059, 109, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1060, 109, 3271, 'GRI00213', 'TEFLON 1', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1061, 109, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1062, 110, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', 'standard', NULL, '175.0000', '175.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '175.0000', '', '175.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1063, 110, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', 'standard', NULL, '13.5000', '13.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '13.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1064, 111, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1065, 111, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1066, 111, 2764, '6942713107994', 'CORDEL ALDOSA 100 MTS 1.00 MM', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1067, 112, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1068, 112, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1069, 112, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1070, 113, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1071, 113, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1072, 114, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1073, 114, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1074, 114, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1075, 114, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1076, 114, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1077, 114, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1078, 114, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1079, 115, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', 'standard', NULL, '33.0000', '33.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '33.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1080, 115, 3222, '8012199645810', 'SWITCH/PONER SENCILLO P52 BTICINO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1081, 115, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1082, 115, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1083, 115, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.2500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1084, 116, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1085, 116, 3272, '102309', 'TEFLON 1\" ALDOSA', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1086, 116, 3206, '7702045342048', 'SILICON LOCTITE TRANSPARENTE RTV 70ML', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1087, 117, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1088, 118, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1089, 118, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1090, 118, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1091, 118, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1092, 118, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1093, 118, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1094, 119, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1095, 119, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1096, 120, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1097, 120, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1098, 120, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1099, 121, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1100, 121, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1101, 122, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1102, 122, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1103, 122, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1104, 122, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1105, 122, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1106, 123, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1107, 123, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1108, 123, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1109, 124, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1110, 124, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1111, 124, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1112, 124, 3137, 'PVC00137', 'REDUCIDOR 2-1', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1113, 124, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1114, 124, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1115, 124, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1116, 125, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1117, 125, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1118, 126, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1119, 126, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1120, 126, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1121, 126, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1122, 126, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1123, 126, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1124, 127, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1125, 127, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1126, 127, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1127, 128, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', 'standard', NULL, '8.5000', '8.5000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '153.0000', '', '8.5000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1128, 128, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1129, 129, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '320.0000', '', '40.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1130, 129, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1131, 129, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1132, 129, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1133, 129, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1134, 129, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1135, 129, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1136, 130, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1137, 130, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1138, 130, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1139, 130, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1140, 130, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1141, 130, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1142, 131, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1143, 131, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1144, 132, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '0.5000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1145, 132, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1146, 133, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1147, 134, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1148, 134, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', 'standard', NULL, '0.3000', '0.3000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.3000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1149, 134, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1150, 134, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1151, 135, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1152, 135, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1153, 135, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1154, 135, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1155, 136, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1156, 136, 2705, 'FER00448', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.3000', '0.3000', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '0.3000', NULL, 1, 'PZA', '40.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1157, 136, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1158, 136, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1159, 136, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1160, 137, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '9.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1161, 137, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1162, 137, 2634, '760573071349', 'CASHITAS', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1163, 138, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1164, 138, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1165, 139, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1166, 139, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1167, 139, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1168, 139, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1169, 139, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1170, 139, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1171, 140, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1172, 140, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1173, 140, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1174, 140, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1175, 140, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1176, 140, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1177, 141, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1178, 141, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1179, 141, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1180, 142, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1181, 142, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1182, 143, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1183, 144, 2562, '7501206634547', 'BROCA P/CONCRETO  3/8 X 6 TRUPER', 'standard', NULL, '13.5000', '13.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '13.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1184, 145, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1185, 146, 2714, '102330', 'CODO 45 GR DR 3', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1186, 147, 2464, '53', 'ABRAZADERA 3/4\" METAL', 'standard', NULL, '3.5000', '3.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '3.5000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1187, 147, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '0.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1188, 147, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', 'standard', NULL, '0.3000', '0.3000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.3000', '', '0.3000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1189, 147, 3290, 'FER035', 'TORNILLO BUSCA ROSCA 1*8', 'standard', NULL, '0.2500', '0.2500', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.7500', '', '0.2500', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1190, 148, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1191, 148, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '2.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1192, 148, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1193, 148, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1194, 148, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1195, 148, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1196, 149, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1197, 149, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1198, 149, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1199, 149, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1200, 150, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1201, 151, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1202, 151, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1203, 151, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1204, 152, 2523, '7501088401046', 'AROMATIZANTE CHICA FRESA', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1205, 152, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1206, 152, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1207, 152, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1208, 152, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1209, 152, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1210, 152, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1211, 152, 3271, 'GRI00213', 'TEFLON 1', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1212, 153, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1213, 154, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1214, 155, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1215, 155, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1216, 155, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1217, 155, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1218, 156, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1219, 156, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1220, 156, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', 'standard', NULL, '34.0000', '34.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '68.0000', '', '34.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1221, 156, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1222, 156, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1223, 156, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1224, 156, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1225, 157, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1226, 157, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1227, 157, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1228, 158, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1229, 158, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1230, 158, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1231, 158, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1232, 158, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1233, 158, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1234, 158, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1235, 158, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1236, 158, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1237, 158, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1238, 158, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1239, 158, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1240, 159, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1241, 159, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1242, 160, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1243, 160, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1244, 160, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1245, 160, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1246, 160, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1247, 161, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1248, 161, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1249, 162, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '9.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1250, 162, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1251, 162, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1252, 162, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1253, 163, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1254, 164, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', 'standard', NULL, '35.0000', '35.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '35.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1255, 164, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1256, 164, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1257, 164, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '125.0000', '', '25.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1258, 164, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1259, 164, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1260, 164, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1261, 164, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', 'standard', NULL, '13.0000', '13.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '13.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1262, 165, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1263, 165, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1264, 165, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1265, 165, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1266, 165, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1267, 165, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1268, 165, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1269, 165, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1270, 165, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1271, 165, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '0.5000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1272, 165, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '10.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1273, 165, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1274, 165, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', '156.0000', '', '6.0000', NULL, 1, 'PZA', '26.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1275, 165, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1276, 165, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1277, 165, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1278, 165, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1279, 165, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1280, 165, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1281, 165, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1282, 165, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1283, 165, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1284, 165, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1285, 166, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1286, 166, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.5000', '', '0.5000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1287, 166, 3119, '7401005009129', 'QUETZALTECA LITRO.', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1288, 166, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1289, 166, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1290, 166, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1291, 166, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1292, 166, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1293, 166, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1294, 166, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1295, 167, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1296, 167, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1297, 167, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1298, 167, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1299, 167, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1300, 167, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1301, 167, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1302, 167, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1303, 168, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1304, 168, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1305, 168, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1306, 168, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1307, 168, 2634, '760573071349', 'CASHITAS', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1308, 168, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1309, 168, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1310, 168, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1311, 168, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1312, 168, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1313, 168, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1314, 168, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '5.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1315, 169, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '9.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1316, 169, 2932, '7401090805538', 'HELADO SARITA CLUB', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1317, 169, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1318, 169, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1319, 169, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1320, 170, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1321, 170, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1322, 170, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1323, 170, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1324, 170, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1325, 170, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1326, 170, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1327, 170, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1328, 170, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1329, 170, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1330, 170, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1331, 170, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1332, 170, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1333, 171, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1334, 171, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1335, 171, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1336, 171, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1337, 171, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1338, 171, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '175.0000', '', '25.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1339, 171, 2547, '7406398000234', 'BOMBILLA NEW LED 30W 9710022', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1340, 171, 2880, '7501000663705', 'GALLETA ARCOIRIS FRUTIS.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1341, 171, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1342, 171, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1343, 171, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1344, 171, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1345, 171, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1346, 171, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '77.0000', '', '7.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1347, 171, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1348, 171, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1349, 171, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1350, 171, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1351, 172, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1352, 173, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '0.7500', NULL, 1, 'PZA', '100.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1353, 173, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1354, 173, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1355, 174, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.0000', '', '14.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1356, 175, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1357, 175, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1358, 175, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1359, 175, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1360, 175, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1361, 175, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1362, 175, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1363, 175, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1364, 176, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1365, 176, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1366, 176, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1367, 176, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1368, 176, 2514, '11418040168', 'ALKA SELTZER .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1369, 176, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1370, 176, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1371, 176, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1372, 176, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1373, 176, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1374, 176, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1375, 176, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1376, 176, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1377, 176, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1378, 176, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1379, 176, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1380, 176, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1381, 176, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1382, 176, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1383, 176, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1384, 176, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '1.5000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1385, 176, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.2500', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1386, 176, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1387, 176, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1388, 177, 2883, '7441163411570', 'GALLETA CHIKY CHIPS', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1389, 177, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1390, 177, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1391, 177, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1392, 177, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1393, 177, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1394, 177, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1395, 177, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1396, 177, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1397, 177, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1398, 177, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1399, 177, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1400, 177, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1401, 177, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1402, 177, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.2500', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1403, 177, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1404, 177, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1405, 177, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1406, 177, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1407, 177, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1408, 178, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1409, 178, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1410, 178, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1411, 178, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1412, 178, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1413, 178, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1414, 178, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1415, 178, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1416, 178, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1417, 178, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1418, 178, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1419, 178, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1420, 178, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1421, 178, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1422, 178, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1423, 178, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1424, 178, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1425, 178, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1426, 178, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1427, 178, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1428, 178, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1429, 178, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '6.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1430, 178, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1431, 179, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1432, 179, 3255, '7406189009859', 'TE BLANCO + JUGO MELOCOTON DEL FRUTAL', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1433, 179, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1434, 179, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1435, 179, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1436, 179, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1437, 179, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1438, 179, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1439, 179, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1440, 179, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1441, 179, 2863, '721282300793', 'FIESTA SNAX FAMILIAR.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1442, 179, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1443, 179, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1444, 179, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1445, 180, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1446, 180, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1447, 180, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1448, 180, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1449, 180, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1450, 180, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1451, 180, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1452, 180, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1453, 180, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1454, 180, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1455, 180, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1456, 180, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1457, 180, 3095, '8012199674346', 'PLACA COMBINADA SWITCH Y TOMAC G. INDUST', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1458, 180, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1459, 180, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1460, 180, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1461, 180, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1462, 180, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1463, 180, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1464, 180, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1465, 180, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1466, 180, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1467, 180, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1468, 180, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1469, 180, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1470, 180, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1471, 180, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1472, 180, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', '208.0000', '', '8.0000', NULL, 1, 'PZA', '26.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1473, 180, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1474, 181, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1475, 181, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '7.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1476, 181, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1477, 181, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1478, 181, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1479, 181, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1480, 181, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '3.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1481, 181, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1482, 182, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1483, 182, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1484, 183, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1485, 183, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1486, 183, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1487, 183, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1488, 183, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1489, 183, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1490, 183, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1491, 183, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1492, 183, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '4.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1493, 183, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1494, 183, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1495, 184, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1496, 184, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1497, 184, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1498, 184, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1499, 185, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1500, 185, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1501, 185, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1502, 185, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1503, 185, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1504, 185, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1505, 185, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1506, 185, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1507, 185, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1508, 185, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1509, 185, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1510, 185, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1511, 185, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1512, 185, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1513, 185, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1514, 185, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1515, 185, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1516, 185, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1517, 185, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1518, 185, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1519, 185, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '3.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1520, 186, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1521, 186, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1522, 186, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1523, 186, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1524, 187, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1525, 188, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1526, 188, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1527, 188, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1528, 188, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1529, 189, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '13.0000', '13.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '13.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1530, 189, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', 'standard', NULL, '270.0000', '270.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '270.0000', '', '270.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1531, 190, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1532, 190, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1533, 191, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', 'standard', NULL, '95.0000', '95.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '95.0000', '', '95.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1534, 192, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1535, 192, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1536, 192, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1537, 193, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1538, 193, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1539, 193, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1540, 193, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1541, 194, 2878, '9111207379620', 'FULL CRETE (1 CUARTO GALON)', 'standard', NULL, '80.0000', '80.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '80.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1542, 194, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1543, 195, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1544, 196, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '3.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1545, 196, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1546, 196, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1547, 196, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '225.0000', '', '15.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1548, 196, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '0.5000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1549, 196, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1550, 196, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '6.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1551, 197, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1552, 197, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', 'standard', NULL, '8.5000', '8.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '127.5000', '', '8.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1553, 197, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1554, 197, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1555, 197, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.2500', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1556, 198, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1557, 198, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1558, 198, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1559, 198, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1560, 199, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '16.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1561, 199, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1562, 199, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1563, 199, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1564, 199, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1565, 199, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1566, 199, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1567, 199, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1568, 199, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1569, 200, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1570, 201, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1571, 201, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1572, 201, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1573, 201, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1574, 201, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1575, 201, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1576, 201, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1577, 201, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1578, 201, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1579, 201, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.5000', '', '11.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1580, 201, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '0.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1581, 201, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1582, 201, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1583, 201, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1584, 201, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1585, 201, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1586, 201, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1587, 201, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1588, 201, 2828, '341', 'DULCES HALLS      .', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1589, 202, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1590, 203, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1591, 203, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1592, 203, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1593, 203, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1594, 203, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1595, 203, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1596, 203, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1597, 203, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1598, 203, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1599, 203, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1600, 203, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1601, 204, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1602, 204, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1603, 204, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1604, 204, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1605, 204, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1606, 204, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1607, 204, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1608, 204, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1609, 204, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1610, 204, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1611, 204, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1612, 204, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1613, 204, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1614, 204, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1615, 204, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1616, 204, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1617, 204, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1618, 204, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1619, 204, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1620, 205, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1621, 205, 3119, '7401005009129', 'QUETZALTECA LITRO.', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1622, 205, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1623, 205, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1624, 205, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1625, 205, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1626, 205, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1627, 205, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1628, 205, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1629, 205, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1630, 205, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1631, 205, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1632, 205, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1633, 205, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1634, 205, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1635, 205, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1636, 205, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1637, 205, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '30.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1638, 205, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1639, 205, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1640, 205, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1641, 205, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1642, 205, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1643, 205, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1644, 205, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '29.0000', 1, '0.0000', NULL, '', '0', '0.0000', '174.0000', '', '6.0000', NULL, 1, 'PZA', '29.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1645, 205, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1646, 205, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1647, 205, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1648, 206, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1649, 206, 3496, '7791293025803', 'DESORORANTE AXE 978 GR', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1650, 206, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1651, 206, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1652, 206, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1653, 206, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1654, 206, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1655, 206, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1656, 206, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1657, 206, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1658, 206, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1659, 207, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1660, 207, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1661, 207, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1662, 207, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1663, 207, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1664, 207, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1665, 207, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1666, 207, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1667, 208, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1668, 208, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1669, 208, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1670, 208, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1671, 208, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1672, 208, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1673, 208, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1674, 208, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1675, 208, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1676, 209, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1677, 209, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1678, 209, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1679, 209, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1680, 209, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1681, 209, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1682, 209, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1683, 209, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1684, 209, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1685, 209, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1686, 209, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1687, 209, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1688, 209, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1689, 209, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '6.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1690, 210, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1691, 210, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1692, 210, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1693, 210, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1694, 210, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1695, 210, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1696, 210, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1697, 210, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '7.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1698, 210, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1699, 210, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1700, 211, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1701, 211, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1702, 211, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1703, 211, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1704, 211, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1705, 211, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1706, 211, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1707, 212, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1708, 212, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1709, 213, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1710, 213, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1711, 213, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1712, 213, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1713, 213, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1714, 214, 2729, '102247', 'CODO C/R 1\"', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1715, 214, 3026, '3LAYER MASCA', 'MASCARILLA 3M', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1716, 214, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1717, 214, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1718, 214, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1719, 214, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1720, 214, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1721, 214, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1722, 214, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1723, 214, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1724, 214, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1725, 214, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1726, 214, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1727, 214, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1728, 214, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1729, 214, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1730, 214, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1731, 214, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1732, 214, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1733, 214, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1734, 214, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1735, 214, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1736, 214, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1737, 214, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1738, 214, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1739, 214, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1740, 214, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1741, 214, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1742, 214, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1743, 214, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1744, 214, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1745, 214, 3485, '721282407218', 'SABRITAS BOLSAZA 80 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1746, 214, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1747, 214, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1748, 214, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1749, 214, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '2.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1750, 214, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1751, 215, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1752, 216, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1753, 217, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1754, 217, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1755, 217, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1756, 217, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1757, 217, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1758, 217, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', 'standard', NULL, '0.7500', '0.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '0.7500', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1759, 217, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '1.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1760, 217, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', 'standard', NULL, '55.0000', '55.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '55.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1761, 217, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1762, 217, 2473, 'AT001', 'ABRAZADERA PARA CIELO HANGER 1/2\"', 'standard', NULL, '3.0000', '3.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '3.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1763, 217, 2600, '4', 'CABLE THHN No.8 VERDE', 'standard', NULL, '5.5000', '5.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '5.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1764, 218, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1765, 218, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '1.0000', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1766, 218, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '150.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '1.0000', NULL, 1, 'PZA', '150.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1767, 218, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', 'standard', NULL, '76.0000', '76.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '76.0000', '', '76.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1768, 218, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1769, 218, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1770, 219, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1771, 219, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1772, 219, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1773, 219, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1774, 220, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1775, 221, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1776, 221, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1777, 221, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1778, 221, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1779, 221, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1780, 221, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1781, 221, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1782, 221, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1783, 222, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1784, 222, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1785, 222, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1786, 222, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1787, 223, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1788, 223, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1789, 223, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1790, 223, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1791, 224, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1792, 224, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1793, 224, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1794, 224, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1795, 224, 3271, 'GRI00213', 'TEFLON 1', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1796, 224, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1797, 224, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1798, 225, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1799, 226, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1800, 227, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1801, 227, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1802, 227, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1803, 227, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1804, 227, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1805, 227, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1806, 227, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1807, 228, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1808, 228, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1809, 229, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1810, 229, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1811, 229, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1812, 229, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1813, 229, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1814, 229, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1815, 230, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1816, 230, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1817, 230, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1818, 230, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1819, 230, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1820, 230, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1821, 230, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1822, 231, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1823, 231, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '14.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1824, 232, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1825, 232, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1826, 232, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1827, 233, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1828, 234, 3026, '3LAYER MASCA', 'MASCARILLA 3M', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1829, 234, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1830, 234, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1831, 235, 3026, '3LAYER MASCA', 'MASCARILLA 3M', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1832, 235, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1833, 235, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1834, 235, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1835, 235, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1836, 235, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1837, 235, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1838, 235, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1839, 236, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1840, 236, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1841, 236, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1842, 237, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1843, 237, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1844, 237, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1845, 237, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1846, 238, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1847, 238, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1848, 239, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1849, 239, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1850, 239, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1851, 240, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1852, 240, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1853, 241, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1854, 241, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1855, 241, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1856, 242, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1857, 242, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1858, 242, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1859, 242, 2916, '842071004477', 'HAVOLINESAE 20W-50 API SP', 'standard', NULL, '42.0000', '42.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '42.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1860, 243, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1861, 243, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '165.0000', '', '55.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1862, 243, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1863, 243, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1864, 243, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1865, 243, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1866, 243, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1867, 243, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1868, 243, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1869, 243, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1870, 243, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '2.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1871, 243, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '2.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1872, 243, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1873, 243, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1874, 243, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1875, 243, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1876, 243, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1877, 243, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1878, 244, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1879, 244, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1880, 244, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1881, 244, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1882, 245, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1883, 245, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1884, 246, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1885, 247, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '1.0000', NULL, 1, 'PZA', '24.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1886, 247, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1887, 247, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1888, 247, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1889, 248, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1890, 248, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1891, 249, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1892, 249, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1893, 249, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1894, 250, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1895, 251, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1896, 251, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1897, 252, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1898, 252, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1899, 252, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1900, 252, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', 'standard', NULL, '27.0000', '27.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '27.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1901, 252, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1902, 252, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1903, 252, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1904, 252, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1905, 252, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1906, 253, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1907, 253, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1908, 254, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1909, 254, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1910, 254, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1911, 254, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1912, 254, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1913, 254, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1914, 254, 3102, '12', 'PLAFONERA BTICINO', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1915, 254, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', 'standard', NULL, '12.5000', '12.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '12.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1916, 254, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1917, 255, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1918, 255, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1919, 255, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1920, 255, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1921, 255, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1922, 256, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '11.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1923, 256, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1924, 256, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1925, 256, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1926, 257, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1927, 257, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1928, 257, 3243, 'PVC00158', 'TAPON H 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1929, 257, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1930, 258, 2696, '5500261', 'CLAVO 1 1/2\" *15 EN BOLSA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1931, 258, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1932, 258, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1933, 258, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1934, 258, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', 'standard', NULL, '0.3000', '0.3000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.4000', '', '0.3000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1935, 259, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1936, 259, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1937, 259, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1938, 259, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1939, 259, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1940, 259, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1941, 259, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1942, 259, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1943, 260, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1944, 261, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1945, 261, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1946, 261, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1947, 261, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1948, 262, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1949, 262, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1950, 262, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1951, 262, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1952, 263, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1953, 263, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1954, 263, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1955, 263, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1956, 263, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1957, 263, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1958, 263, 2763, '6942713107987', 'CORDEL ALDOSA 100 MTS 0.90 MM', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1959, 264, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1960, 264, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1961, 264, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1962, 264, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1963, 264, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1964, 264, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1965, 264, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1966, 264, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1967, 264, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1968, 264, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1969, 264, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1970, 265, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1971, 265, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1972, 265, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1973, 265, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1974, 265, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1975, 265, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1976, 265, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1977, 265, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1978, 265, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1979, 265, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1980, 265, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1981, 266, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1982, 267, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1983, 267, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1984, 267, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1985, 268, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1986, 268, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1987, 268, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1988, 268, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1989, 268, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1990, 268, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1991, 268, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1992, 269, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1993, 270, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1994, 270, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1995, 270, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1996, 271, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1997, 271, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1998, 271, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1999, 271, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2000, 271, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2001, 272, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2002, 272, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2003, 272, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2004, 272, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2005, 272, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2006, 272, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2007, 272, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2008, 272, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2009, 272, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2010, 272, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2011, 273, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2012, 273, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2013, 273, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2014, 273, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2015, 273, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2016, 273, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2017, 273, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2018, 273, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2019, 273, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2020, 273, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2021, 273, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2022, 273, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '2.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2023, 273, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2024, 273, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2025, 273, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2026, 274, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2027, 274, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2028, 274, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2029, 274, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2030, 274, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2031, 274, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2032, 274, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2033, 274, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2034, 274, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2035, 274, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2036, 274, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2037, 274, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2038, 274, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2039, 275, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2040, 275, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2041, 275, 2662, '73877702002', 'CHILE JALAPE', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2042, 275, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2043, 275, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2044, 275, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2045, 275, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2046, 275, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2047, 275, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2048, 275, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2049, 275, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2050, 275, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2051, 275, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2052, 276, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2053, 276, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2054, 276, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2055, 276, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2056, 276, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2057, 276, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2058, 276, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2059, 276, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2060, 276, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2061, 276, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2062, 276, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2063, 277, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2064, 277, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2065, 277, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2066, 277, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2067, 277, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2068, 277, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2069, 277, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2070, 277, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2071, 277, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2072, 278, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2073, 278, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2074, 278, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2075, 278, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2076, 278, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2077, 278, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '6.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2078, 278, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2079, 278, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2080, 278, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2081, 278, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2082, 278, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2083, 279, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2084, 279, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2085, 279, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2086, 279, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2087, 279, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2088, 279, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2089, 279, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2090, 279, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2091, 279, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2092, 280, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2093, 280, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2094, 280, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2095, 280, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2096, 280, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2097, 280, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2098, 280, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2099, 280, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2100, 280, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2101, 280, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2102, 280, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2103, 281, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2104, 281, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2105, 281, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2106, 282, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2107, 282, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2108, 282, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2109, 283, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2110, 284, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2111, 285, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2112, 285, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2113, 285, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2114, 285, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2115, 285, 3347, 'PVC00254', 'YEE DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2116, 285, 3246, '10205', 'TAPON H DR 3', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2117, 285, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2118, 285, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2119, 285, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2120, 286, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2121, 286, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2122, 287, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2123, 288, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2124, 288, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2125, 289, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2126, 290, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2127, 290, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2128, 290, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2129, 290, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2130, 290, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2131, 290, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2132, 291, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2133, 291, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2134, 292, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2135, 292, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2136, 292, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2137, 292, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2138, 293, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2139, 293, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2140, 293, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2141, 294, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2142, 294, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2143, 294, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2144, 294, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2145, 294, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2146, 295, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2147, 295, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2148, 295, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2149, 295, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2150, 295, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2151, 295, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2152, 296, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2153, 297, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2154, 298, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2155, 298, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2156, 298, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2157, 299, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '7.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2158, 300, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2159, 301, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2160, 301, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2161, 301, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2162, 301, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2163, 301, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2164, 302, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2165, 302, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '6.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2166, 303, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2167, 304, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2168, 304, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2169, 304, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2170, 304, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2171, 305, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2172, 305, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', 'standard', NULL, '7.0000', '7.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '7.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2173, 305, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2174, 305, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2175, 305, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', 'standard', NULL, '35.0000', '35.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '35.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2176, 305, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2177, 305, 2707, 'CB123', 'CLAVO CONCRETO BRONCO 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2178, 305, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '152.0000', '', '8.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2179, 305, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2180, 306, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2181, 307, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2182, 307, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2183, 308, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2184, 308, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2185, 308, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2186, 309, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2187, 309, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2188, 310, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2189, 310, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2190, 310, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2191, 310, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2192, 310, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2193, 311, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2194, 311, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2195, 312, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2196, 313, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2197, 313, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2198, 313, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2199, 313, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2200, 313, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2201, 313, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2202, 313, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2203, 313, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2204, 313, 2905, '7506192506205', 'GELATINA EGO ATTRACCION 110ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2205, 313, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2206, 313, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2207, 313, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2208, 313, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2209, 313, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2210, 313, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2211, 313, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2212, 313, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2213, 313, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2214, 313, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2215, 314, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2216, 314, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2217, 315, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2218, 315, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2219, 315, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2220, 316, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2221, 317, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2222, 317, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2223, 318, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2224, 319, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2225, 320, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2226, 320, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2227, 320, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2228, 320, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2229, 320, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2230, 320, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2231, 320, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2232, 320, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2233, 321, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2234, 322, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2235, 322, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2236, 323, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2237, 323, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2238, 324, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2239, 324, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2240, 324, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2241, 325, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2242, 326, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2243, 326, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '8.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2244, 326, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2245, 326, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2246, 326, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2247, 326, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2248, 327, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2249, 328, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2250, 328, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2251, 328, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2252, 328, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2253, 329, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '270.0000', '', '18.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2254, 330, 2799, '748928006505', 'DETERGENTE ORIX 450 GR', 'standard', NULL, '5.5000', '5.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '5.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2255, 331, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2256, 332, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2257, 333, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2258, 333, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2259, 334, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2260, 334, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2261, 334, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2262, 334, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2263, 335, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2264, 335, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '6.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2265, 336, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2266, 336, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2267, 336, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2268, 336, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2269, 336, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2270, 336, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2271, 336, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2272, 337, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2273, 337, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2274, 337, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2275, 338, 2992, '91712200499', 'LLAVE DE BOLA DE 1\" EASTMAN EZ-FLO', 'standard', NULL, '126.0000', '126.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '126.0000', '', '126.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2276, 338, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2277, 338, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2278, 338, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '4.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2279, 338, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2280, 338, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2281, 338, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2282, 338, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', 'standard', NULL, '12.5000', '12.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '87.5000', '', '12.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2283, 339, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2284, 339, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2285, 339, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2286, 339, 3271, 'GRI00213', 'TEFLON 1', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2287, 339, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2288, 340, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2289, 341, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2290, 341, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2291, 342, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2292, 342, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2293, 342, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2294, 343, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2295, 344, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '15.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2296, 344, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '10.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2297, 344, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2298, 344, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2299, 344, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '39.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '1.0000', NULL, 1, 'PZA', '39.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2300, 344, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '6.0000', NULL, 1, 'PZA', '40.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2301, 344, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2302, 345, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2303, 345, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2304, 345, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2305, 346, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2306, 347, 3245, 'PVC00171', 'TAPON H 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2307, 347, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2308, 347, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2309, 348, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2310, 349, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2311, 349, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2312, 350, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2313, 350, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2314, 350, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2315, 351, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2316, 351, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2317, 352, 3525, '6180855442929', 'LIMA PLANA METAL 8\\\" TOTAL', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2318, 352, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2319, 353, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2320, 353, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2321, 354, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2322, 354, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2323, 355, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2324, 356, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2325, 356, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2326, 356, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2327, 357, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', 'standard', NULL, '12.5000', '12.5000', '42.0000', 1, '0.0000', NULL, '', '0', '0.0000', '525.0000', '', '12.5000', NULL, 1, 'PZA', '42.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2328, 357, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2329, 357, 3102, '12', 'PLAFONERA BTICINO', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2330, 357, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2331, 357, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2332, 357, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2333, 357, 2460, 'FER 75012066411', 'CUCHILLA  6? PRETUL', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2334, 358, 3241, 'PVC00168', 'TAPON 2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2335, 358, 3246, '10205', 'TAPON H DR 3', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2336, 358, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2337, 358, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2338, 358, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '47.0000', 1, '0.0000', NULL, '', '0', '0.0000', '376.0000', '', '8.0000', NULL, 1, 'PZA', '47.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2339, 358, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2340, 358, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2341, 358, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2342, 358, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2343, 358, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2344, 358, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2345, 359, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2346, 359, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2347, 359, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2348, 360, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2349, 360, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2350, 360, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2351, 360, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2352, 360, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2353, 360, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2354, 360, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2355, 360, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '52.0000', 1, '0.0000', NULL, '', '0', '0.0000', '78.0000', '', '1.5000', NULL, 1, 'PZA', '52.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2356, 361, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2357, 361, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2358, 361, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2359, 361, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2360, 361, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2361, 362, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2362, 362, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2363, 362, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2364, 362, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2365, 362, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2366, 363, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2367, 363, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2368, 363, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2369, 363, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2370, 363, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2371, 363, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2372, 363, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2373, 363, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2374, 363, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2375, 364, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2376, 364, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2377, 364, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2378, 364, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2379, 364, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2380, 364, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2381, 364, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2382, 364, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2383, 364, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2384, 364, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2385, 365, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2386, 365, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2387, 365, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2388, 365, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2389, 365, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2390, 365, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2391, 366, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2392, 366, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2393, 366, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2394, 366, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2395, 366, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2396, 367, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2397, 367, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2398, 367, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2399, 367, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2400, 367, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2401, 367, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2402, 367, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2403, 367, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2404, 367, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2405, 367, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2406, 368, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2407, 368, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2408, 368, 2734, '7509546011653', 'COLGATE TRIPLE ACCION 150 ML', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2409, 368, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2410, 369, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2411, 370, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2412, 370, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '225.0000', '', '15.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2413, 370, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2414, 370, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2415, 370, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2416, 370, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2417, 370, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2418, 370, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2419, 370, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2420, 371, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2421, 372, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2422, 373, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2423, 374, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2424, 374, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2425, 375, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2426, 375, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2427, 375, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2428, 375, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2429, 375, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2430, 376, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2431, 376, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2432, 377, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2433, 377, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2434, 378, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2435, 379, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2436, 379, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2437, 380, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2438, 381, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2439, 381, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2440, 381, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2441, 381, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2442, 381, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2443, 381, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2444, 381, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2445, 381, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2446, 381, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2447, 381, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2448, 381, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2449, 381, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2450, 381, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2451, 381, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2452, 381, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2453, 381, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2454, 381, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2455, 382, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2456, 382, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2457, 382, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2458, 382, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2459, 383, 3276, '12310', 'TEFLON 3/4 ALDOSA', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2460, 383, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2461, 384, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2462, 385, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2463, 385, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2464, 385, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2465, 385, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2466, 385, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2467, 386, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2468, 386, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2469, 387, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2470, 388, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2471, 389, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2472, 390, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2473, 390, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2474, 390, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2475, 391, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2476, 391, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '8.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2477, 391, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2478, 391, 3270, 'PVC00208', 'TEE PVC DE 4\"', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2479, 391, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2480, 391, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2481, 391, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2482, 392, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2483, 392, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '4.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2484, 392, 2659, '721282301295', 'CHETOS 190G  .', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2485, 392, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2486, 393, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2487, 393, 3345, '675873001579', 'VITAFLENACO UNIDAD', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2488, 393, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2489, 393, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2490, 393, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2491, 393, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2492, 393, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2493, 393, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2494, 393, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2495, 393, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2496, 394, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2497, 395, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2498, 395, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2499, 395, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2500, 396, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2501, 397, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2502, 397, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2503, 397, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2504, 397, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2505, 398, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2506, 398, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '1.0000', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2507, 398, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2508, 398, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2509, 398, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2510, 398, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2511, 399, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2512, 399, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2513, 399, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2514, 399, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2515, 399, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '1.5000', NULL, 5, 'UNIDAD', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2516, 399, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2517, 400, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2518, 400, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2519, 400, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2520, 400, 3014, '7702007062182', 'MANI CERVECERO GRA NUTS', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2521, 401, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2522, 402, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2523, 402, 2799, '748928006505', 'DETERGENTE ORIX 450 GR', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2524, 402, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2525, 402, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2526, 402, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2527, 403, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2528, 403, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2529, 403, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2530, 403, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2531, 403, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2532, 403, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2533, 403, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2534, 403, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2535, 403, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', 'standard', NULL, '310.0000', '310.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '310.0000', '', '310.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2536, 403, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2537, 403, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2538, 403, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2539, 404, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2540, 405, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2541, 405, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.7500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2542, 405, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2543, 405, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2544, 405, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2545, 405, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2546, 405, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2547, 405, 2524, '11418696839', 'ASPIRINA FORTE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2548, 405, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2549, 405, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2550, 405, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2551, 405, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2552, 405, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2553, 405, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2554, 405, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2555, 406, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2556, 407, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2557, 408, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2558, 408, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2559, 408, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2560, 408, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2561, 409, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2562, 410, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2563, 410, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2564, 410, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2565, 411, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2566, 411, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2567, 411, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2568, 411, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2569, 412, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2570, 412, 3319, 'NIP14', 'TUBO NIPLE CONDUIT GALV.. 1 1/4\" X 3MT', 'standard', NULL, '115.0000', '115.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '115.0000', '', '115.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2571, 412, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2572, 413, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2573, 413, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2574, 413, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2575, 414, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2576, 414, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2577, 415, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2578, 416, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '2.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2579, 417, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2580, 417, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2581, 417, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2582, 417, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2583, 418, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2584, 418, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2585, 418, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2586, 419, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2587, 419, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2588, 420, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2589, 421, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2590, 421, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2591, 422, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2592, 422, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2593, 423, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2594, 423, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2595, 423, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2596, 423, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2597, 423, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2598, 423, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', 'standard', NULL, '0.7500', '0.7500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.7500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2599, 423, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '1.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2600, 424, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2601, 424, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '132.0000', '', '12.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2602, 424, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2603, 424, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '4.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2604, 424, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2605, 424, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2606, 424, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2607, 424, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2608, 424, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '88.0000', '', '8.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2609, 424, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2610, 424, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2611, 425, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2612, 426, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '200.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '1.0000', NULL, 1, 'PZA', '200.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2613, 426, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2614, 426, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', 'standard', NULL, '0.7500', '0.7500', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.2500', '', '0.7500', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2615, 427, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2616, 427, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2617, 427, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2618, 428, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2619, 428, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2620, 429, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2621, 429, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2622, 429, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2623, 429, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2624, 429, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2625, 429, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2626, 429, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2627, 429, 2514, '11418040168', 'ALKA SELTZER .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2628, 429, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2629, 429, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2630, 429, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2631, 429, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2632, 429, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '1.5000', NULL, 5, 'UNIDAD', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2633, 429, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2634, 429, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2635, 429, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2636, 429, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2637, 429, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2638, 429, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2639, 429, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '6.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2640, 429, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2641, 429, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2642, 429, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2643, 429, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2644, 430, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2645, 431, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2646, 431, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2647, 431, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2648, 431, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2649, 431, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2650, 431, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2651, 431, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2652, 432, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2653, 432, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2654, 432, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2655, 432, 2912, 'GRIFA001', 'GRIFA 1/2 * 3/8', 'standard', NULL, '93.0000', '93.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '93.0000', '', '93.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2656, 432, 3279, '102305', 'TENAZA DE 10\'\' ALDOSA', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2657, 432, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2658, 432, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '160.0000', '', '40.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2659, 432, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2660, 432, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2661, 432, 2629, '8012232109439', 'CANDADO YALE 60 MM', 'standard', NULL, '153.0000', '153.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '306.0000', '', '153.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2662, 433, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2663, 433, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2664, 433, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2665, 433, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2666, 433, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2667, 433, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2668, 433, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2669, 433, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2670, 433, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2671, 434, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2672, 434, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2673, 434, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2674, 435, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2675, 435, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2676, 435, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2677, 435, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2678, 435, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2679, 435, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2680, 435, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2681, 435, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2682, 435, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2683, 436, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2684, 436, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2685, 436, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2686, 436, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2687, 436, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2688, 437, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2689, 437, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2690, 437, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2691, 437, 2574, '48-20-9130', 'BROCA PARA CONCRETO 1/2 X4 X6 MILWAUKEE', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2692, 437, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2693, 437, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '2.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2694, 437, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '3.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2695, 437, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2696, 437, 3271, 'GRI00213', 'TEFLON 1', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2697, 437, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', 'standard', NULL, '47.0000', '47.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '94.0000', '', '47.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2698, 437, 2656, 'CHHOBR03', 'CHEQUE HORIZONTAL ASIENTO HULE DE 1/2', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2699, 437, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2700, 437, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2701, 438, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '270.0000', '', '18.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2702, 439, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2703, 440, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2704, 440, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2705, 440, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2706, 440, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2707, 440, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2708, 440, 2823, '721282300397', 'DORITOS FAMILIAR   .', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2709, 440, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2710, 440, 2662, '73877702002', 'CHILE JALAPE', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2711, 440, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2712, 440, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2713, 440, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2714, 440, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2715, 441, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2716, 441, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2717, 442, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2718, 442, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2719, 443, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2720, 443, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2721, 443, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2722, 444, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2723, 444, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2724, 444, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2725, 445, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2726, 445, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2727, 445, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2728, 445, 2634, '760573071349', 'CASHITAS', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2729, 446, 3221, '7702089162145', 'SWITCH SENCILLO SOBREPONER 125V', 'standard', NULL, '34.0000', '34.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '34.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2730, 446, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2731, 446, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '7.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2732, 446, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2733, 446, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2734, 447, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2735, 447, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2736, 447, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2737, 447, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2738, 448, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '15.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2739, 448, 2828, '341', 'DULCES HALLS      .', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2740, 448, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2741, 448, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2742, 448, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2743, 448, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2744, 448, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2745, 448, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2746, 448, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2747, 448, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2748, 448, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2749, 448, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '2.5000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2750, 448, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.2500', '', '1.2500', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2751, 449, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2752, 449, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2753, 449, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2754, 449, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', 'standard', NULL, '26.0000', '26.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '26.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2755, 449, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2756, 449, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '7.5000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2757, 449, 3102, '12', 'PLAFONERA BTICINO', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2758, 449, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2759, 450, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2760, 450, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2761, 451, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2762, 451, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2763, 451, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2764, 451, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '300.0000', '', '10.0000', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2765, 451, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2766, 452, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2767, 453, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2768, 453, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2769, 453, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2770, 453, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2771, 453, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2772, 453, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2773, 453, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2774, 453, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2775, 454, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2776, 455, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2777, 455, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2778, 455, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2779, 456, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2780, 456, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2781, 456, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2782, 457, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2783, 457, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2784, 458, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2785, 458, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2786, 458, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2787, 459, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2788, 460, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2789, 460, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2790, 460, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2791, 460, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2792, 460, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2793, 460, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2794, 461, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2795, 462, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2796, 462, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2797, 463, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2798, 463, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2799, 463, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2800, 463, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2801, 464, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2802, 464, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2803, 464, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2804, 464, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2805, 464, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2806, 465, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2807, 465, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2808, 465, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2809, 466, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2810, 466, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', 'standard', NULL, '76.0000', '76.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '76.0000', '', '76.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2811, 466, 3067, '7501206613047', 'PALA REDONDA MANGO LARGO PRETUL', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2812, 466, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2813, 466, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', 'standard', NULL, '50.0000', '50.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '50.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2814, 466, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2815, 466, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2816, 466, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2817, 466, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '2.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2818, 466, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '3.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2819, 466, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '7.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2820, 467, 2900, '9121217379626', 'GALON FULL CRETE', 'standard', NULL, '180.0000', '180.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '180.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2821, 467, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2822, 468, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2823, 468, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2824, 468, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2825, 469, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2826, 470, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', '420.0000', '', '15.0000', NULL, 1, 'PZA', '28.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2827, 470, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', '252.0000', '', '12.0000', NULL, 1, 'PZA', '21.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2828, 470, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '7.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2829, 470, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '102.0000', '', '17.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2830, 470, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '9.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2831, 470, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2832, 470, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2833, 470, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2834, 470, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2835, 470, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '62.5000', '', '2.5000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2836, 470, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '2.5000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2837, 470, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2838, 470, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2839, 470, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2840, 470, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2841, 470, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2842, 470, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2843, 470, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2844, 470, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2845, 470, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2846, 470, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '4.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2847, 470, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2848, 470, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2849, 470, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2850, 470, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2851, 470, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2852, 471, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2853, 471, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2854, 471, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2855, 471, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2856, 471, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2857, 471, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2858, 471, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2859, 471, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', '336.0000', '', '12.0000', NULL, 1, 'PZA', '28.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2860, 471, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2861, 471, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2862, 471, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2863, 471, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.2500', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2864, 472, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2865, 472, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2866, 472, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2867, 472, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2868, 472, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2869, 472, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2870, 472, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2871, 472, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2872, 472, 2662, '73877702002', 'CHILE JALAPE', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2873, 472, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2874, 472, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2875, 472, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2876, 472, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2877, 472, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2878, 472, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2879, 472, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2880, 472, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2881, 472, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2882, 472, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2883, 472, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2884, 472, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2885, 473, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2886, 473, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2887, 473, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2888, 473, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2889, 473, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2890, 473, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2891, 473, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2892, 473, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2893, 473, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2894, 473, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2895, 473, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2896, 473, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2897, 473, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2898, 473, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2899, 473, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2900, 473, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2901, 473, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2902, 473, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2903, 473, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2904, 473, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2905, 473, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2906, 473, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2907, 473, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2908, 474, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2909, 474, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2910, 474, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2911, 474, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2912, 475, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2913, 475, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2914, 475, 2524, '11418696839', 'ASPIRINA FORTE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2915, 475, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2916, 475, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2917, 475, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2918, 475, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2919, 475, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2920, 475, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2921, 475, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2922, 475, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2923, 475, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2924, 475, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2925, 476, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2926, 476, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2927, 476, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2928, 476, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2929, 476, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2930, 476, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2931, 476, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2932, 476, 3026, '3LAYER MASCA', 'MASCARILLA 3M', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2933, 477, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\" X 3MT', 'standard', NULL, '220.0000', '220.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '220.0000', '', '220.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2934, 477, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2935, 477, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2936, 477, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2937, 478, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2938, 478, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2939, 478, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2940, 478, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2941, 478, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2942, 478, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '10.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2943, 478, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2944, 478, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2945, 478, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2946, 478, 3536, '6933528741015', 'CUCHARA MANGO DE MADERA 7\\\" TOLSEN', 'standard', NULL, '20.0000', '20.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '20.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2947, 478, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', 'standard', NULL, '48.0000', '48.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '48.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2948, 478, 3117, '15155', 'PUNTA P/ CONCRETO DE \"', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2949, 478, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2950, 479, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2951, 479, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '14.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2952, 479, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '45.0000', 1, '0.0000', NULL, '', '0', '0.0000', '270.0000', '', '6.0000', NULL, 1, 'PZA', '45.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2953, 479, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2954, 479, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '4.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2955, 479, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2956, 479, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2957, 479, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2958, 479, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2959, 480, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2960, 480, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2961, 480, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2962, 480, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2963, 480, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2964, 480, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2965, 480, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2966, 480, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2967, 480, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2968, 480, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2969, 480, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2970, 480, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2971, 480, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2972, 480, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2973, 481, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2974, 482, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2975, 483, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2976, 484, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2977, 485, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2978, 485, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2979, 485, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2980, 485, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '9.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2981, 486, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2982, 486, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2983, 486, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2984, 487, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2985, 487, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2986, 487, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2987, 487, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '76.0000', '', '4.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2988, 487, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '16.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2989, 487, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2990, 487, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '3.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2991, 487, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2992, 487, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '62.5000', '', '2.5000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2993, 487, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '77.0000', '', '7.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2994, 487, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2995, 487, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2996, 488, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2997, 488, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2998, 488, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2999, 489, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3000, 489, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3001, 490, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3002, 490, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3003, 490, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3004, 490, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3005, 490, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3006, 490, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3007, 490, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3008, 491, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3009, 492, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3010, 493, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3011, 493, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3012, 493, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3013, 493, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3014, 494, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3015, 494, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3016, 494, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3017, 494, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3018, 494, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3019, 494, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', 'standard', NULL, '0.7500', '0.7500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.7500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3020, 494, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3021, 495, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3022, 496, 2862, '769409001031', 'FELPA STANDAR 1 1/4*9', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3023, 497, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3024, 497, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3025, 497, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3026, 498, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3027, 499, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3028, 499, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3029, 499, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3030, 499, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3031, 499, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3032, 499, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3033, 499, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', 'standard', NULL, '29.0000', '29.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '29.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3034, 499, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3035, 499, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3036, 499, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3037, 499, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3038, 499, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3039, 499, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3040, 500, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3041, 500, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3042, 500, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '30.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3043, 500, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3044, 500, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3045, 500, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3046, 500, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3047, 500, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3048, 500, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', '176.0000', '', '8.0000', NULL, 1, 'PZA', '22.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3049, 501, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3050, 501, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3051, 501, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3052, 501, 2969, '7750057006533', 'LIJA DE LONA 3M 150', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3053, 501, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3054, 501, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3055, 501, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3056, 501, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3057, 501, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3058, 501, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3059, 502, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '15.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3060, 502, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '10.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3061, 502, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3062, 502, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3063, 502, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3064, 502, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3065, 502, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3066, 502, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3067, 502, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3068, 502, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '5.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3069, 502, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3070, 502, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3071, 502, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '3.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3072, 502, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '5.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3073, 502, 2929, '7401090802131', 'HELADO SANDWICH CHOCOLATE VAINILLA', 'standard', NULL, '5.0000', '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '5.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3074, 502, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3075, 502, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3076, 503, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3077, 503, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3078, 503, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3079, 503, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3080, 503, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3081, 503, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3082, 503, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '2.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3083, 503, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3084, 503, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3085, 503, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3086, 503, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3087, 503, 2634, '760573071349', 'CASHITAS', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3088, 503, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3089, 503, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3090, 503, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3091, 503, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3092, 503, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3093, 503, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3094, 503, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3095, 503, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3096, 503, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3097, 503, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '7.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3098, 503, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '1.5000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3099, 503, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3100, 503, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3101, 503, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3102, 504, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3103, 505, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3104, 505, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3105, 505, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3106, 505, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3107, 505, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3108, 505, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3109, 505, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3110, 506, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3111, 506, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3112, 506, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3113, 506, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3114, 506, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3115, 506, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', 'standard', NULL, '3.5000', '3.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '87.5000', '', '3.5000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3116, 506, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3117, 506, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3118, 506, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '9.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3119, 506, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3120, 506, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3121, 506, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3122, 507, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3123, 508, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3124, 508, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '10.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3125, 508, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '375.0000', '', '15.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3126, 508, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.5000', '', '7.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3127, 508, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '153.0000', '', '17.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3128, 508, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '6.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3129, 508, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', '320.0000', '', '8.0000', NULL, 1, 'PZA', '40.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3130, 509, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3131, 509, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3132, 509, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3133, 509, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '5.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3134, 509, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '5.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3135, 509, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3136, 509, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3137, 510, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3138, 511, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3139, 511, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3140, 511, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3141, 511, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3142, 511, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3143, 511, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3144, 511, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3145, 511, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3146, 511, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3147, 511, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3148, 511, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3149, 511, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3150, 511, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3151, 511, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3152, 511, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3153, 511, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3154, 511, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3155, 511, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3156, 511, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3157, 511, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '6.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3158, 512, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3159, 512, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3160, 512, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3161, 512, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3162, 512, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3163, 512, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3164, 512, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3165, 512, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3166, 512, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3167, 513, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3168, 513, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3169, 513, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3170, 514, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', 'standard', NULL, '95.0000', '95.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '95.0000', '', '95.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3171, 515, 3533, '6933528717140', 'JUEGO DE LLAVES COLA Y CORONA 5 PZAS TOLSEN', 'standard', NULL, '83.0000', '83.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '83.0000', '', '83.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3172, 516, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', '156.0000', '', '6.0000', NULL, 1, 'PZA', '26.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3173, 516, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3174, 516, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '5.0000', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3175, 516, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3176, 516, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3177, 516, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '16.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3178, 516, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '6.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3179, 517, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3180, 517, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3181, 517, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3182, 517, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', '224.0000', '', '8.0000', NULL, 1, 'PZA', '28.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3183, 517, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3184, 517, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3191, 519, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3192, 519, 2940, '7702006402194', 'JABON REXONA ANTIBACTERIAL UNIDAD', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3193, 519, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3194, 519, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3195, 519, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3196, 519, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3197, 519, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3198, 519, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3199, 519, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3200, 519, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3201, 519, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3202, 519, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3203, 520, 2527, '102302', 'BANDEJA C/RODILLO S/PROFE ALDOSA', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3204, 520, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3205, 520, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3206, 520, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3207, 520, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3208, 520, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3209, 521, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3210, 521, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '0.7500', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3211, 522, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3212, 522, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3213, 522, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3214, 522, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3215, 522, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3216, 522, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3217, 522, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3218, 523, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3219, 523, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', 'standard', NULL, '0.3000', '0.3000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2000', '', '0.3000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3220, 523, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3221, 523, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '1.0000', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3222, 524, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3223, 525, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3224, 525, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3225, 525, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3226, 525, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '4.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3227, 525, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '4.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3228, 525, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3229, 525, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3230, 525, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '1.5000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3231, 525, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3232, 525, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3233, 525, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3234, 526, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\"  VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3235, 526, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\" VIKINGO', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3236, 526, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3237, 526, 2566, '7501206634561', 'BROCA P/CONCRETO1/2\"*6\" TRUPER 112', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3238, 526, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', 'standard', NULL, '70.0000', '70.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '70.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3239, 526, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '1.0000', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3240, 526, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3241, 527, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', 'standard', NULL, '57.0000', '57.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '114.0000', '', '57.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3242, 528, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '35.0000', 1, '0.0000', NULL, '', '0', '0.0000', '350.0000', '', '10.0000', NULL, 1, 'PZA', '35.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3243, 528, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3244, 528, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3245, 528, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3246, 528, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3247, 528, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '160.0000', '', '40.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3248, 528, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3249, 528, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '4.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3250, 528, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3251, 528, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3252, 528, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3253, 528, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3254, 529, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3255, 529, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3256, 529, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.5000', '', '7.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3257, 529, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3258, 529, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3259, 529, 2997, 'SUVAL2', 'LLAVE DE PASO PVC 2\" SUVAL', 'standard', NULL, '85.0000', '85.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '85.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3260, 529, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3261, 529, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3262, 529, 2823, '721282300397', 'DORITOS FAMILIAR   .', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3263, 529, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3264, 530, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3265, 530, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3266, 530, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3267, 530, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3268, 530, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3269, 530, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3270, 530, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3271, 530, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3272, 530, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3273, 530, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3274, 530, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3275, 530, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3276, 530, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3277, 530, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3278, 530, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3279, 530, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3280, 530, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3281, 530, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3282, 530, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3283, 531, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3284, 531, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3285, 531, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3286, 531, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3287, 531, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3288, 531, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3289, 531, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3290, 531, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 5, 'UNIDAD', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3291, 531, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '0.5000', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3292, 531, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '0.2500', NULL, 1, 'PZA', '100.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3293, 531, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3294, 531, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3295, 531, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3296, 532, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3297, 532, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3298, 532, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3299, 532, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3300, 532, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3301, 532, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3302, 532, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '8.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3303, 532, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3304, 532, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3305, 532, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '198.0000', '', '18.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3306, 533, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3307, 533, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3308, 533, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3309, 533, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3310, 533, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3311, 533, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3312, 533, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3313, 533, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3314, 534, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3315, 534, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3316, 534, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3317, 534, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3318, 534, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3319, 534, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3320, 534, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3321, 534, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3322, 534, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3323, 534, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3324, 534, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3325, 534, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3326, 534, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3327, 534, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3328, 535, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3329, 536, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3330, 537, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3331, 537, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3332, 537, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '2.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3333, 537, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3334, 537, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3335, 537, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3336, 537, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3337, 537, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3338, 537, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3339, 537, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3340, 537, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3341, 537, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3342, 537, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3343, 538, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3344, 538, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3345, 538, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3346, 538, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3347, 539, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '76.0000', '', '4.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3348, 539, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '342.0000', '', '18.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3349, 539, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3350, 539, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', '220.0000', '', '10.0000', NULL, 1, 'PZA', '22.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3351, 539, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '228.0000', '', '12.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3352, 539, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '270.0000', '', '15.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3353, 539, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3354, 540, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3355, 540, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '126.0000', '', '7.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3356, 540, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3357, 540, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '6.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3358, 540, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3359, 541, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3360, 541, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3361, 541, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3362, 541, 3347, 'PVC00254', 'YEE DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3363, 541, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3364, 541, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3365, 542, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3366, 542, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3367, 542, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3368, 543, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3369, 544, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3370, 545, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3371, 545, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3372, 546, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '14.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3373, 547, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3374, 547, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3375, 547, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3376, 547, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3377, 547, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3378, 547, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3379, 547, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3380, 547, 2752, 'PVC00073', 'COPLA 3/4', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3381, 547, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3382, 547, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3383, 547, 3315, 'TUC13', 'TUBO CONDUIT GALVANIZADO 1 1/4\\\" X 3MT', 'standard', NULL, '115.0000', '115.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '115.0000', '', '115.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3384, 547, 2462, 'FER00021', 'ABRAZADERA  PRECION HANGLER 1 1/4', 'standard', NULL, '3.5000', '3.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '3.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3385, 547, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3386, 547, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', 'standard', NULL, '0.2500', '0.2500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.2500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3387, 547, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3388, 547, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', 'standard', NULL, '38.0000', '38.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '38.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3389, 547, 2599, '3', 'CABLE THHN No.8 ROJO', 'standard', NULL, '5.5000', '5.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '5.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3390, 547, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3391, 547, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3392, 547, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3393, 548, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3394, 548, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3395, 548, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3396, 548, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3397, 548, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.0000', '', '8.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3398, 548, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3399, 548, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3400, 548, 2524, '11418696839', 'ASPIRINA FORTE', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3401, 548, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3402, 548, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3403, 548, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3404, 548, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3405, 548, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3406, 548, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3407, 548, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3408, 548, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3409, 548, 2823, '721282300397', 'DORITOS FAMILIAR   .', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3410, 548, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3411, 548, 2959, '721282300526', 'LAYS FAMILIAR.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3412, 548, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3413, 548, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3414, 548, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3415, 548, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3416, 548, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3417, 548, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3418, 548, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3419, 548, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3420, 548, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3421, 548, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3422, 548, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3423, 548, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3424, 548, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3425, 548, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3426, 548, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3427, 548, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '3.0000', NULL, 1, 'PZA', '22.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3428, 549, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '300.0000', '', '12.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3429, 549, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3430, 549, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3431, 549, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3432, 549, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3433, 549, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3434, 549, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3435, 549, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3436, 549, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3437, 549, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3438, 549, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3439, 550, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3440, 550, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3441, 551, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3442, 551, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3443, 552, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3444, 552, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3445, 552, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3446, 553, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3447, 554, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3448, 554, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3449, 554, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3450, 554, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3451, 554, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3452, 554, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3453, 554, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3454, 554, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3455, 554, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3456, 554, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3457, 554, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '2.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3458, 554, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3459, 554, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '5.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3460, 554, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3461, 554, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3462, 554, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3463, 554, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3464, 554, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '5.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3465, 555, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3466, 555, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3467, 555, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3468, 555, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3469, 555, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3470, 555, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3471, 555, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3472, 555, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3473, 555, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3474, 555, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3475, 555, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3476, 555, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3477, 555, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3478, 555, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3479, 556, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3480, 556, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '1.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3481, 556, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3482, 556, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '0.7500', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3483, 556, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3484, 556, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3485, 557, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3486, 557, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3487, 557, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3488, 557, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3489, 557, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3490, 557, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3491, 557, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3492, 557, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3493, 557, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3494, 557, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3495, 557, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3496, 557, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '2.0000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3497, 557, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3498, 557, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '11.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3499, 557, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3500, 557, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3501, 557, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3502, 557, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3503, 557, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3504, 557, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3505, 558, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3506, 559, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3507, 559, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3508, 559, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', 'standard', NULL, '3.5000', '3.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '3.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3509, 559, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3510, 559, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3511, 559, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3512, 559, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3513, 559, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3514, 559, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3515, 559, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3516, 559, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3517, 559, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3518, 559, 3271, 'GRI00213', 'TEFLON 1', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3519, 559, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3520, 560, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3521, 560, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3522, 560, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3523, 560, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3524, 560, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3525, 560, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3526, 560, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3527, 560, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3528, 560, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3529, 560, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3530, 560, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3531, 560, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3532, 560, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3533, 560, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3534, 560, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3535, 561, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3536, 562, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3537, 563, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3538, 563, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3539, 564, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3540, 564, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3541, 564, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3542, 564, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3543, 565, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3544, 565, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3545, 565, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3546, 565, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3547, 566, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3548, 566, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3549, 566, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3550, 566, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3551, 566, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3552, 566, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '0.5000', NULL, 1, 'PZA', '40.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3553, 566, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '2.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3554, 566, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3555, 566, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3556, 567, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '1.0000', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3557, 567, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3558, 567, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3559, 567, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3560, 567, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3561, 567, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3562, 567, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3563, 567, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3564, 568, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3565, 568, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3566, 569, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3567, 569, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3568, 569, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3569, 569, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3570, 569, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '88.0000', '', '8.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3571, 569, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3572, 569, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3573, 569, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3574, 570, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3575, 570, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3576, 570, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3577, 571, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3578, 571, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3579, 572, 2966, '7750057005291', 'LIJA DE AGUA 220 3M', 'standard', NULL, '3.5000', '3.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '3.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3580, 572, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3581, 572, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', 'standard', NULL, '4.5000', '4.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '4.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3582, 572, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3583, 573, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3584, 574, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '23.0000', 1, '0.0000', NULL, '', '0', '0.0000', '345.0000', '', '15.0000', NULL, 1, 'PZA', '23.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3585, 574, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3586, 574, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '27.0000', 1, '0.0000', NULL, '', '0', '0.0000', '270.0000', '', '10.0000', NULL, 1, 'PZA', '27.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3587, 574, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '255.0000', '', '17.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3588, 574, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '41.0000', 1, '0.0000', NULL, '', '0', '0.0000', '328.0000', '', '8.0000', NULL, 1, 'PZA', '41.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3589, 574, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3590, 574, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3591, 574, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '4.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3592, 574, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '6.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3593, 574, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '6.0000', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3594, 575, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3595, 576, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3596, 576, 2634, '760573071349', 'CASHITAS', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3597, 577, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '72.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '1.0000', NULL, 1, 'PZA', '72.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3598, 578, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3599, 578, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3600, 578, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3601, 578, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3602, 578, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3603, 578, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3604, 578, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3605, 578, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3606, 578, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3607, 578, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3608, 578, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3609, 578, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3610, 578, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3611, 578, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3612, 578, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3613, 578, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3614, 578, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.2500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3615, 578, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3616, 578, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3617, 578, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3618, 578, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3619, 578, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3620, 578, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3621, 579, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '13.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3622, 579, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3623, 579, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3624, 579, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '16.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3625, 580, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', 'standard', NULL, '18.5000', '18.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.5000', '', '18.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3626, 580, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3627, 581, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3628, 582, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3629, 582, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '9.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3630, 582, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3631, 582, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3632, 583, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3633, 583, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3634, 583, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3635, 584, 3037, '7501206673331', 'METRO CONTRA IMPAC 8 MTS TRUPER', 'standard', NULL, '54.0000', '54.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '54.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3636, 584, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '88.0000', '', '8.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3637, 584, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3638, 584, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '4.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3639, 584, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.0000', '', '16.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3640, 584, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3641, 584, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3642, 584, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '10.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3643, 584, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3644, 584, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3645, 584, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3646, 584, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3647, 584, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '11.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3648, 584, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3649, 584, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '4.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3650, 585, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3651, 585, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3652, 585, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3653, 585, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3654, 585, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '1.0000', NULL, 1, 'PZA', '100.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3655, 585, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3656, 585, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3657, 585, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3658, 585, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3659, 586, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3660, 586, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3661, 587, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3662, 587, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3663, 588, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3664, 588, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3665, 588, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3666, 589, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3667, 589, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3668, 589, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3669, 589, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '4.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3670, 589, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3671, 589, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3672, 589, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '3.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3673, 589, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3674, 589, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3675, 589, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3676, 589, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3677, 589, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3678, 589, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3679, 589, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3680, 589, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3681, 589, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '2.5000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3682, 589, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3683, 589, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3684, 589, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3685, 589, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '3.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3686, 590, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3687, 590, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3688, 590, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '9.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3689, 590, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3690, 590, 2779, '9021299', 'CURVA CONDUIT 3/4 NARANJA', 'standard', NULL, '3.5000', '3.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '3.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3691, 590, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3692, 590, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3693, 590, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3694, 590, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3695, 590, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3696, 591, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3697, 592, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3698, 592, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3699, 592, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3700, 592, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3701, 592, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3702, 592, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3703, 592, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3704, 592, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3705, 592, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3706, 592, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3707, 592, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3708, 592, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3709, 592, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3710, 592, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3711, 592, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3712, 593, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3713, 593, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3714, 593, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3715, 593, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3716, 593, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3717, 593, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '4.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3718, 593, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3719, 593, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3720, 593, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3721, 593, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3722, 593, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3723, 593, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3724, 594, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3725, 595, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3726, 595, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3727, 595, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', 'standard', NULL, '4.5000', '4.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '31.5000', '', '4.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3728, 595, 3192, '7501206620915', 'SIERRA P/MADERA 40 DIENTES TRUPER 7 1/4', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3729, 595, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', 'standard', NULL, '100.0000', '100.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '100.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3730, 595, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3731, 595, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', 'standard', NULL, '0.2500', '0.2500', '32.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '0.2500', NULL, 1, 'PZA', '32.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3732, 595, 3266, 'PVC00202', 'TEE 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3733, 595, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3734, 595, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3735, 595, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3736, 595, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3737, 595, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3738, 595, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '92.0000', '', '23.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3739, 595, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3740, 595, 2715, '102106', 'CODO 45 GR DR 4 P', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3741, 596, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3742, 596, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3743, 596, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3744, 596, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3745, 596, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3746, 596, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3747, 596, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3748, 596, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3749, 597, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3750, 597, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3751, 597, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3752, 597, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', 'standard', NULL, '18.5000', '18.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.5000', '', '18.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3753, 598, 3204, '7702045342031', 'SILICON LOCTITE NEGRO RTV 70ML', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3754, 599, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3755, 600, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '15.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3756, 600, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3757, 600, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3758, 600, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3759, 600, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3760, 600, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '8.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3761, 600, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3762, 600, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3763, 600, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3764, 600, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '3.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3765, 600, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3766, 600, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '5.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3767, 601, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3768, 601, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3769, 601, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3770, 601, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3771, 602, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3772, 602, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3773, 603, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3774, 604, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3775, 604, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3776, 604, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3777, 604, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3778, 604, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3779, 604, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3780, 604, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3781, 604, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3782, 604, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3783, 604, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3784, 604, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3785, 604, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3786, 605, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3787, 606, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3788, 606, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '3.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3789, 606, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3790, 606, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3791, 606, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3792, 606, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3793, 607, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '15.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3794, 607, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '126.0000', '', '18.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3795, 607, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3796, 607, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3797, 607, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3798, 607, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3799, 607, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3800, 607, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3801, 607, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '119.0000', '', '17.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3802, 608, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3803, 608, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '4.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3804, 608, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3805, 608, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '7.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3806, 608, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3807, 608, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3808, 608, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3809, 608, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3810, 608, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3811, 608, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3812, 609, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3813, 609, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '228.0000', '', '12.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3814, 609, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '78.0000', '', '6.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3815, 609, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3816, 609, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '15.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3817, 609, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3818, 609, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3819, 610, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3820, 610, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3821, 610, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3822, 610, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3823, 610, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3824, 610, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3825, 610, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3826, 610, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3827, 610, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3828, 610, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3829, 610, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3830, 610, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3831, 610, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3832, 610, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3833, 610, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3834, 610, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3835, 610, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', '156.0000', '', '6.0000', NULL, 1, 'PZA', '26.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3836, 610, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3837, 610, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3838, 610, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3839, 610, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3840, 610, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3841, 610, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3842, 610, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3843, 610, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3844, 610, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3845, 610, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3846, 610, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3847, 610, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3848, 610, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3849, 610, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3850, 610, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3851, 611, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3852, 611, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3853, 611, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '20.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3854, 611, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3855, 611, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3856, 612, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3857, 612, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3858, 613, 3119, '7401005009129', 'QUETZALTECA LITRO.', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3859, 613, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3860, 613, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3861, 613, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3862, 613, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3863, 613, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3864, 613, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3865, 614, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3866, 614, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3867, 614, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '40.0000', '40.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '40.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3868, 614, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '7.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3869, 615, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3870, 616, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '15.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3871, 616, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3872, 616, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3873, 616, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3874, 616, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3875, 616, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3876, 616, 3271, 'GRI00213', 'TEFLON 1', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3877, 616, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3878, 616, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3879, 616, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3880, 616, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3881, 616, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3882, 616, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3883, 617, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', '132.0000', '', '6.0000', NULL, 1, 'PZA', '22.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3884, 617, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3885, 618, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '5.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3886, 618, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3887, 618, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3888, 618, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '4.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3889, 618, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3890, 619, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3891, 619, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3892, 620, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3893, 620, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3894, 621, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '55.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3895, 621, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3896, 621, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3897, 621, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3898, 621, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3899, 621, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '2.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3900, 621, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3901, 621, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3902, 621, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3903, 621, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3904, 621, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3905, 621, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '4.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3906, 621, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3907, 621, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3908, 621, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3909, 621, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3910, 622, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3911, 623, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3912, 623, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3913, 623, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3914, 623, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3915, 623, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3916, 623, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3917, 623, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3918, 623, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3919, 623, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3920, 623, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3921, 623, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3922, 623, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '7.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3923, 623, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3924, 623, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3925, 623, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3926, 623, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3927, 623, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3928, 623, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3929, 623, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3930, 623, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3931, 623, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3932, 623, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3933, 623, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3934, 624, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '4.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3935, 625, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3936, 626, 3539, '6933528745112', 'LENTES DE SEGURIDAD AJUSTABLES TOLSEN', 'standard', NULL, '18.5000', '18.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.5000', '', '18.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3937, 627, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3938, 627, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3939, 627, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3940, 628, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3941, 628, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3942, 628, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3943, 628, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3944, 629, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '12.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3945, 630, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '5.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3946, 630, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3947, 630, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '160.0000', '', '16.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3948, 631, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3949, 631, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3950, 632, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3951, 632, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3952, 632, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3953, 633, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3954, 633, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3955, 633, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3956, 634, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '7.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3957, 635, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', '576.0000', '', '12.0000', NULL, 1, 'PZA', '48.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3958, 636, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3959, 636, 3009, '6942713107277', 'MANERAL PARA RODILLO ALDOSA 5 ALAMBRES', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3960, 636, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3961, 636, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3962, 636, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3963, 636, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3964, 636, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3965, 636, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3966, 636, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', '238.0000', '', '14.0000', NULL, 1, 'PZA', '17.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3967, 636, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '5.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3968, 636, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3969, 636, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3970, 636, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', 'standard', NULL, '0.2500', '0.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.2500', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3971, 636, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3972, 636, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3973, 636, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3974, 636, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '4.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3975, 636, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3976, 636, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3977, 636, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3978, 636, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3979, 636, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3980, 636, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3981, 636, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3982, 636, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '6.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3983, 637, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3984, 637, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3985, 637, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3986, 637, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3987, 637, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '6.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3988, 637, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '11.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3989, 637, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3990, 637, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3991, 637, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3992, 637, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3993, 637, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3994, 637, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3995, 637, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3996, 637, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3997, 637, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '4.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3998, 638, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3999, 638, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '5.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4000, 638, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', '170.0000', '', '10.0000', NULL, 1, 'PZA', '17.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4001, 638, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4002, 638, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4003, 638, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '12.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4004, 638, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', '360.0000', '', '15.0000', NULL, 1, 'PZA', '24.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4005, 638, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4006, 638, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4007, 639, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4008, 639, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4009, 639, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4010, 640, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '250.0000', '', '25.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4011, 640, 2870, '207831664012891', 'FLIPON 1*50 AMPERIOS THQL 1150', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4012, 640, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '4.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4013, 640, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '16.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4014, 640, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '7.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4015, 640, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4016, 640, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4017, 640, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4018, 640, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4019, 640, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4020, 640, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '5.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4021, 640, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4022, 640, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '4.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4023, 640, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '5.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4024, 640, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4025, 640, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '165.0000', '', '15.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4026, 640, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4027, 640, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4028, 640, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4029, 641, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4030, 641, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4031, 641, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4032, 641, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4033, 641, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4034, 641, 3107, '102360', 'PLANCHA PARA ALBA?IL DENTADA 5*11\"', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4035, 641, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4036, 641, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4037, 641, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4038, 641, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4039, 641, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4040, 642, 3137, 'PVC00137', 'REDUCIDOR 2-1', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4041, 642, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4042, 642, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4043, 642, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4044, 642, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4045, 642, 2720, 'PVC00037', 'CODO 90 GR 2', 'standard', NULL, '19.0000', '19.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '19.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4046, 642, 3134, 'PVC00141', 'REDUCIDOR 2 - 3/4', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4047, 642, 2769, '6942713106270', 'CRUCETAS P/ AZULEJOS DE 2\"', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4048, 642, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4049, 643, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4050, 644, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4051, 644, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '1.0000', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4052, 644, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4053, 644, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4054, 644, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4055, 644, 3109, '76174474640', 'PLOMADA C/YESO STANLEY 47-464', 'standard', NULL, '100.0000', '100.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '100.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4056, 644, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '9.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4057, 644, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4058, 644, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4059, 644, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4060, 645, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4061, 645, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', 'standard', NULL, '29.0000', '29.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '29.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4062, 645, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4063, 645, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4064, 646, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4065, 646, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '17.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4066, 647, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4067, 647, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4068, 647, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4069, 647, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4070, 647, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4071, 648, 2770, '6942713107024', 'CRUCETAS P/AZULEJO DE 6MM', 'standard', NULL, '20.0000', '20.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '20.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4072, 648, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4073, 648, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4074, 648, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4075, 648, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4076, 648, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', 'standard', NULL, '26.0000', '26.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '26.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4077, 648, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '7.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4078, 648, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4079, 648, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4080, 648, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4081, 648, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4082, 649, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4083, 649, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '15.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4084, 649, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4085, 649, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4086, 650, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4087, 650, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4088, 650, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '12.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4089, 650, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4090, 650, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4091, 650, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4092, 650, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4093, 651, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4094, 651, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4095, 651, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4096, 651, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4097, 651, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4098, 651, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4099, 651, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4100, 651, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4101, 651, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 5, 'UNIDAD', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4102, 651, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4103, 651, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4104, 651, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '7.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4105, 651, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4106, 651, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4107, 651, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4108, 651, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4109, 651, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '78.0000', '', '6.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4110, 651, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4111, 651, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4112, 651, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4113, 651, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4114, 651, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4115, 651, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4116, 652, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4117, 652, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4118, 653, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4119, 653, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4120, 653, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4121, 653, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4122, 653, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4123, 653, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4124, 653, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '4.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4125, 653, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '17.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4126, 653, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4127, 653, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '5.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4128, 653, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4129, 653, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4130, 653, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '5.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4131, 653, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4132, 653, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4133, 654, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4134, 654, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4135, 654, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4136, 654, 3572, '8012232101471', 'CHAPA YALE ITALIANA DERECHA 61000601', 'standard', NULL, '195.0000', '195.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '195.0000', '', '195.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4137, 654, 3573, '8012232101488', 'CHAPA YALE ITALIANA IZQUIERDA 61000602', 'standard', NULL, '195.0000', '195.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '195.0000', '', '195.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4138, 654, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', 'standard', NULL, '34.0000', '34.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '34.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4139, 654, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4140, 654, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4141, 655, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4142, 655, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4143, 655, 3507, '6925582169515', 'ADAPTADOR MAGNETICO 3/8 TOTAL (UNIDAD)', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4144, 656, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4145, 657, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4146, 657, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4147, 657, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4148, 657, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4149, 657, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4150, 657, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4151, 657, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4152, 657, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4153, 657, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4154, 657, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4155, 657, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4156, 657, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4157, 657, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4158, 657, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4159, 658, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4160, 658, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4161, 659, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '17.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4162, 659, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4163, 659, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '9.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4164, 659, 2454, '7501850502636', 'DUCTO CONECTOR  TUBO  3/4  9570105', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4165, 660, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4166, 660, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4167, 660, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4168, 660, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4169, 660, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4170, 661, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4171, 662, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '10.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4172, 662, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4173, 662, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '119.0000', '', '17.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4174, 662, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4175, 662, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '5.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4176, 662, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4177, 662, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '5.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4178, 662, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '4.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4179, 662, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4180, 662, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '9.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4181, 662, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '2.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4182, 662, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '1.5000', NULL, 5, 'UNIDAD', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4183, 662, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '0.5000', NULL, 1, 'PZA', '100.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4184, 662, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4185, 662, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '6.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4186, 662, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4187, 662, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4188, 662, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '4.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4189, 662, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4190, 662, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4191, 662, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '4.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4192, 663, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4193, 663, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4194, 663, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4195, 663, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4196, 663, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4197, 663, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4198, 663, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4199, 663, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4200, 663, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4201, 663, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4202, 663, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4203, 664, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4204, 665, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4205, 665, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4206, 665, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4207, 665, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4208, 666, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4209, 666, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '99.0000', '', '9.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4210, 666, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '17.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4211, 666, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '16.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4212, 667, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4213, 668, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '225.0000', '', '15.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4214, 668, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', '204.0000', '', '12.0000', NULL, 1, 'PZA', '17.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4215, 668, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4216, 668, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4217, 668, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '30.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4218, 668, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4219, 668, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4220, 668, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4221, 668, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4222, 669, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '225.0000', '', '15.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4223, 669, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4224, 669, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4225, 669, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4226, 669, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4227, 669, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4228, 669, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4229, 670, 2672, '100045000024', 'CINCEL PARA CONCRETO VIKINGO 3/4 X 10\"', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4230, 670, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '152.0000', '', '8.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4231, 670, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4232, 670, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4233, 671, 3105, '7501206629321', 'PLANCHA DE ESPONJA PRETUL  91/2\" * 3/4', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4234, 671, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4235, 671, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4236, 672, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4237, 672, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4238, 672, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4239, 672, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4240, 672, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4241, 672, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4242, 672, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4243, 672, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4244, 672, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4245, 672, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4246, 672, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4247, 672, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4248, 672, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4249, 672, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4250, 672, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4251, 672, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4252, 672, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4253, 672, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4254, 672, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4255, 672, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4256, 672, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4257, 672, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4258, 672, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4259, 673, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4260, 673, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4261, 674, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4262, 674, 2668, '6942713105082', 'CHORRO DE BRONCE 1/2 SUVAL SERIE PESADA', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4263, 674, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4264, 674, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4265, 674, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4266, 674, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4267, 674, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4268, 674, 3271, 'GRI00213', 'TEFLON 1', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4269, 674, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4270, 674, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', 'standard', NULL, '57.0000', '57.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '57.0000', '', '57.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4271, 674, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', 'standard', NULL, '12.5000', '12.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '62.5000', '', '12.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4272, 674, 2972, '6934528786399', 'LIJADORA ORBITAL BASE 5\" 79761', 'standard', NULL, '385.0000', '385.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '385.0000', '', '385.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4273, 674, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4274, 674, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4275, 674, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4276, 675, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '250.0000', '', '10.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4277, 675, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '15.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4278, 675, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4279, 675, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4280, 675, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4281, 675, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 5, 'UNIDAD', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4282, 675, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4283, 675, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4284, 675, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '2.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4285, 675, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '2.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4286, 675, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4287, 675, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '192.0000', '', '12.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4288, 676, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4289, 676, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4290, 677, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4291, 677, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4292, 678, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '192.0000', '', '16.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4293, 678, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.5000', '', '7.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4294, 678, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4295, 678, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4296, 679, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4297, 680, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4298, 680, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4299, 680, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4300, 680, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4301, 681, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '14.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4302, 681, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '6.0000', NULL, 1, 'PZA', '24.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4303, 681, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '5.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4304, 681, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '5.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4305, 681, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4306, 681, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4307, 681, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4308, 681, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4309, 681, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4310, 681, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4311, 681, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4312, 681, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4313, 681, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4314, 681, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE', 'standard', NULL, '14.0000', '14.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '14.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4315, 682, 2900, '9121217379626', 'GALON FULL CRETE', 'standard', NULL, '180.0000', '180.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '180.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4316, 682, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4317, 682, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '225.0000', '', '45.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4318, 682, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', '224.0000', '', '8.0000', NULL, 1, 'PZA', '28.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4319, 682, 3194, 'CS814/3/120', 'SIERRA TROZADORA 14-2400W', 'standard', NULL, '1064.0000', '1064.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1064.0000', '', '1064.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4320, 683, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4321, 683, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4322, 683, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4323, 683, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4324, 683, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4325, 683, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4326, 683, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4327, 683, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4328, 683, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4329, 683, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4330, 683, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4331, 684, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4332, 684, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4333, 684, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4334, 684, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4335, 684, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4336, 684, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4337, 684, 3559, '7501575504441', 'TRONKIS ', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4338, 684, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4339, 684, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4340, 684, 3018, '110021000016', 'MARRO 2  LIBRAS VIKINGO', 'standard', NULL, '48.0000', '48.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '48.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4341, 684, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4342, 684, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '1.5000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4343, 684, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4344, 684, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4345, 684, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4346, 684, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4347, 684, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4348, 684, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4349, 684, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4350, 685, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4351, 685, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4352, 686, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4353, 687, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4354, 687, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', 'standard', NULL, '1.0000', '1.0000', '45.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '1.0000', NULL, 1, 'PZA', '45.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4355, 687, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '27.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4356, 687, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '55.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4357, 687, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '14.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4358, 688, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4359, 688, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4360, 688, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4361, 688, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4362, 688, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4363, 688, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4364, 688, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4365, 688, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '4.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4366, 688, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4367, 688, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4368, 688, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4369, 688, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4370, 688, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4371, 688, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '11.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4372, 688, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4373, 689, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4374, 689, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4375, 689, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4376, 689, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', 'standard', NULL, '310.0000', '310.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '310.0000', '', '310.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4377, 690, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4378, 691, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4379, 691, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4380, 691, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4381, 692, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4382, 692, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4383, 692, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4384, 692, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4385, 692, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4386, 692, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4387, 692, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4388, 692, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4389, 692, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4390, 692, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4391, 692, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4392, 692, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4393, 692, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4394, 692, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4395, 692, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4396, 692, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4397, 692, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4398, 693, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4399, 694, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4400, 694, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4401, 695, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4402, 695, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4403, 695, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4404, 696, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4405, 697, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '5.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4406, 697, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '1.5000', NULL, 5, 'UNIDAD', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4407, 697, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4408, 697, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '6.0000', NULL, 1, 'PZA', '24.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4409, 697, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4410, 697, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4411, 697, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '2.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4412, 697, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4413, 697, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', 'standard', NULL, '70.0000', '70.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '70.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4414, 697, 3033, '45242502646', 'METRO 5 M MILWAUKEE', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4415, 698, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4416, 699, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4417, 700, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4418, 700, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4419, 700, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4420, 700, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '136.0000', '', '17.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4421, 700, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '5.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4422, 700, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.0000', '', '4.0000', NULL, 1, 'PZA', '28.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4423, 700, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '11.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4424, 700, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4425, 700, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '4.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4426, 700, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4427, 701, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '2.0000', NULL, 1, 'PZA', '48.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4428, 701, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '125.0000', '', '5.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4429, 701, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4430, 701, 2888, '86581015121', 'GALLETA CREMAS GDE .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4431, 701, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4432, 701, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4433, 701, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4434, 701, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '1.5000', NULL, 5, 'UNIDAD', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4435, 701, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '35.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.5000', '', '1.5000', NULL, 1, 'PZA', '35.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4436, 701, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '0.5000', NULL, 1, 'PZA', '100.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4437, 701, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '31.5000', '', '4.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4438, 701, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.5000', '', '6.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4439, 702, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '33.0000', 1, '0.0000', NULL, '', '0', '0.0000', '396.0000', '', '12.0000', NULL, 1, 'PZA', '33.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4440, 702, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4441, 702, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4442, 702, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4443, 702, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4444, 702, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4445, 703, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4446, 703, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4447, 703, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4448, 703, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4449, 703, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4450, 703, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4451, 703, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4452, 703, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4453, 703, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4454, 703, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4455, 703, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4456, 703, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4457, 703, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4458, 703, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4459, 703, 2639, 'D12', 'CEPILLO DE DIENTES UNID.', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4460, 703, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4461, 703, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4462, 703, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4463, 703, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4464, 703, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4465, 703, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4466, 703, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4467, 704, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4468, 704, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4469, 704, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '57.0000', '', '3.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4470, 704, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '46.0000', '', '11.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4471, 704, 2634, '760573071349', 'CASHITAS', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4472, 704, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4473, 704, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4474, 704, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4475, 704, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4476, 704, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '27.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4477, 704, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '55.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4478, 704, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4479, 705, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4480, 705, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4481, 705, 3053, '6933528735496', 'NIVEL INDUSTRILA MAGNETICO 32\\\" 35113 TOLSEN', 'standard', NULL, '103.0000', '103.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '103.0000', '', '103.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4482, 706, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4483, 707, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4484, 707, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4485, 707, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4486, 707, 3119, '7401005009129', 'QUETZALTECA LITRO.', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4487, 707, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4488, 707, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4489, 707, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4490, 707, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '11.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4491, 707, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4492, 707, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '114.0000', '', '6.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4493, 707, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4494, 707, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4495, 707, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4496, 708, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4497, 708, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4498, 708, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4499, 709, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4500, 710, 2634, '760573071349', 'CASHITAS', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4501, 711, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4502, 711, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '250.0000', '', '10.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4503, 711, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '4.0000', NULL, 1, 'PZA', '21.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4504, 711, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4505, 712, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '6.0000', NULL, 1, 'PZA', '24.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4506, 712, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '5.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4507, 712, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '9.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4508, 712, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4509, 712, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4510, 712, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4511, 712, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4512, 712, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4513, 712, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4514, 712, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4515, 713, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4516, 713, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4517, 713, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4518, 713, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4519, 713, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4520, 713, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4521, 713, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4522, 713, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4523, 713, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4524, 713, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4525, 713, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4526, 713, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4527, 713, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4528, 714, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', 'standard', NULL, '66.0000', '66.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '66.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4529, 714, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', 'standard', NULL, '24.0000', '24.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '24.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4530, 714, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4531, 714, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4532, 715, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4533, 715, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4534, 715, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4535, 715, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4536, 715, 3349, '7506240624622', 'DISCO LAMILADO', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4537, 716, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4538, 716, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4539, 716, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4540, 716, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4541, 716, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4542, 717, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4543, 718, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4544, 719, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4545, 719, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4546, 719, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '68.0000', '', '17.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4547, 719, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4548, 719, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4549, 719, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4550, 719, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4551, 719, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4552, 719, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4553, 719, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4554, 719, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4555, 719, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4556, 720, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4557, 720, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4558, 720, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4559, 720, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4560, 720, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', '680.0000', '', '40.0000', NULL, 1, 'PZA', '17.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4561, 721, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4562, 721, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4563, 721, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4564, 721, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4565, 722, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4566, 722, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4567, 723, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4568, 724, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4569, 724, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4570, 724, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4571, 724, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '7.5000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4572, 724, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '119.0000', '', '17.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4573, 724, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4574, 724, 3571, '6942713105235', 'REGADERA TIPO AMER. C/BRAZO Y CHAPETA, CROMADA ALDOSA', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4575, 724, 3006, '7501206692462', 'LLAVE PASO 1/2 VAL DE ESFERA  FOSET PALA', 'standard', NULL, '34.0000', '34.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '34.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4576, 725, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4577, 725, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4578, 725, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4579, 725, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4580, 725, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4581, 725, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4582, 725, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '2.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4583, 725, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4584, 725, 3489, '99179280', 'CHEQUE VERTICAL BRONCE C/PICHACHA 1 1/4', 'standard', NULL, '125.0000', '125.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '125.0000', '', '125.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4585, 725, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4586, 725, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4587, 726, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4588, 726, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4589, 726, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4590, 726, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4591, 726, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4592, 727, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4593, 727, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4594, 727, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4595, 727, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4596, 727, 3559, '7501575504441', 'TRONKIS ', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4597, 727, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4598, 727, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4599, 727, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4600, 727, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4601, 727, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4602, 727, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4603, 728, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '11.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4604, 728, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4605, 728, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4606, 728, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4607, 728, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '4.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4608, 728, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4609, 728, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4610, 729, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '8.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4611, 729, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '50.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4612, 729, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '30.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4613, 730, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '6.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4614, 730, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4615, 730, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '29.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.5000', '', '0.5000', NULL, 1, 'PZA', '29.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4616, 730, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '2.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4617, 730, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '1.5000', NULL, 5, 'UNIDAD', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4618, 730, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '27.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.5000', '', '1.5000', NULL, 1, 'PZA', '27.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4619, 730, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '10.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4620, 731, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', 'standard', NULL, '32.0000', '32.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '32.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4621, 732, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4622, 732, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4623, 732, 2760, 'PVC00092', 'COPLA DR 4', 'standard', NULL, '23.0000', '23.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '46.0000', '', '23.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4624, 733, 2542, '7501892812083', 'BOMBA PERIFERICA  1 HP TOOLCRAFT', 'standard', NULL, '700.0000', '700.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '700.0000', '', '700.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4625, 733, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4626, 733, 3516, '6925582167733', 'TENAZA DE ARMADOR DE 9\\\" TOTAL', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4627, 733, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4628, 733, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4629, 734, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4630, 734, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4631, 734, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '81.0000', '', '27.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4632, 735, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '12.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4633, 735, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4634, 735, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '12.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4635, 735, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4636, 735, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4637, 735, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.0000', NULL, 5, 'UNIDAD', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4638, 735, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '2.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4639, 735, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4640, 735, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4641, 735, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '10.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4642, 735, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '5.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4643, 735, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4644, 735, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '4.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4645, 735, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '57.0000', '', '3.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4646, 735, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '49.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '1.0000', NULL, 1, 'PZA', '49.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4647, 735, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '2.0000', NULL, 1, 'PZA', '60.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4648, 735, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4649, 735, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4650, 735, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '13.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4651, 735, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4652, 735, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4653, 735, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4654, 735, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4655, 735, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4656, 736, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4657, 736, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4658, 736, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4659, 736, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4660, 736, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4661, 736, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4662, 736, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4663, 736, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4664, 736, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4665, 736, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4666, 736, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4667, 736, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4668, 736, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4669, 736, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4670, 736, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4671, 737, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4672, 737, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4673, 737, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4674, 737, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4675, 738, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', '360.0000', '', '6.0000', NULL, 1, 'PZA', '60.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4676, 738, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4677, 738, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '63.0000', '', '7.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4678, 738, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4679, 738, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4680, 739, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4681, 739, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4682, 739, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4683, 740, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4684, 741, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '5.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4685, 741, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '11.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4686, 741, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4687, 741, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4688, 741, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 'standard', NULL, '45.0000', '45.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '45.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4689, 741, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4690, 742, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '6.0000', NULL, 1, 'PZA', '24.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4691, 742, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '152.0000', '', '8.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4692, 742, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4693, 742, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4694, 742, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '4.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4695, 742, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '4.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4696, 742, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '3.5000', NULL, 1, 'PZA', '24.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4697, 742, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '34.0000', 1, '0.0000', NULL, '', '0', '0.0000', '136.0000', '', '4.0000', NULL, 1, 'PZA', '34.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4698, 742, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '1.5000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4699, 742, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '35.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.5000', '', '1.5000', NULL, 5, 'UNIDAD', '35.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4700, 742, 3481, '7406007082316', 'FLAUTINES SEÑORIAL', 'standard', NULL, '1.0000', '1.0000', '49.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '1.0000', NULL, 5, 'UNIDAD', '49.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4701, 742, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '1.5000', NULL, 1, 'PZA', '36.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4702, 743, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '38.0000', 1, '0.0000', NULL, '', '0', '0.0000', '95.0000', '', '2.5000', NULL, 1, 'PZA', '38.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4703, 743, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4704, 743, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '192.0000', '', '12.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4705, 743, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '98.0000', '', '7.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4706, 743, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4707, 743, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '36.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '1.5000', NULL, 1, 'PZA', '36.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4708, 743, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '27.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.5000', '', '1.5000', NULL, 5, 'UNIDAD', '27.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4709, 743, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '29.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.2500', '', '1.2500', NULL, 1, 'PZA', '29.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4710, 744, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '78.0000', '', '6.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4711, 745, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4712, 745, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4713, 745, 3517, '6925582181746', 'SET DE CONECTORES PARA MANGUERA 3 PZS TOTAL', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4714, 745, 3568, '09765753', 'PRO TUBO LED EMERGENCIA 80 W', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4715, 745, 3563, '7401188502424', 'FOCO LED T EMERRGENCIA 20 W FG LIGHTING', 'standard', NULL, '40.0000', '40.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '160.0000', '', '40.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4716, 745, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4717, 745, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4718, 745, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4719, 746, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', '252.0000', '', '12.0000', NULL, 1, 'PZA', '21.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4720, 746, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.5000', '', '7.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4721, 746, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4722, 746, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '4.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4723, 746, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '29.0000', 1, '0.0000', NULL, '', '0', '0.0000', '43.5000', '', '1.5000', NULL, 1, 'PZA', '29.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4724, 746, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '35.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.5000', '', '1.5000', NULL, 5, 'UNIDAD', '35.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4725, 746, 2662, '73877702002', 'CHILE JALAPE', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4726, 746, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.5000', '', '2.5000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4727, 747, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4728, 747, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '5.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4729, 747, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4730, 747, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '1.5000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4731, 747, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '1.5000', NULL, 5, 'UNIDAD', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4732, 747, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4733, 747, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4734, 747, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '140.0000', '', '14.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4735, 747, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4736, 747, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '4.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4737, 747, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '1.5000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4738, 747, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '2.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4739, 747, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4740, 747, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '3.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4741, 748, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4742, 748, 2820, '7501206622216', 'DISCO P/PULIR 4 1/2 TRUPER', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4743, 748, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', 'standard', NULL, '29.0000', '29.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '29.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4744, 748, 2969, '7750057006533', 'LIJA DE LONA 3M 150', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4745, 748, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4746, 748, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4747, 748, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4748, 748, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4749, 748, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4750, 748, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4751, 748, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4752, 748, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '165.0000', '', '55.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4753, 749, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4754, 749, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4755, 750, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', 'standard', NULL, '290.0000', '290.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '290.0000', '', '290.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4756, 751, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', 'standard', NULL, '482.0000', '482.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '482.0000', '', '482.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4757, 752, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '4.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4758, 752, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '3.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4759, 752, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '5.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4760, 752, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4761, 752, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4762, 753, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4763, 753, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.5000', '', '2.5000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4764, 753, 2662, '73877702002', 'CHILE JALAPE', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4765, 753, 3559, '7501575504441', 'TRONKIS ', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4766, 753, 3560, '80790833', 'PANITO WINI', 'standard', NULL, '2.0000', '2.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '2.0000', NULL, 5, 'UNIDAD', '24.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4767, 754, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4768, 754, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4769, 754, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4770, 754, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4771, 754, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4772, 755, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '14.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4773, 755, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4774, 756, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '195.0000', '', '15.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4775, 756, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4776, 757, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4777, 758, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '15.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4778, 758, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4779, 758, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4780, 758, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4781, 758, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4782, 758, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4783, 759, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4784, 759, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '15.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4785, 759, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4786, 759, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4787, 760, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4788, 760, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API 20W-50', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4789, 760, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4790, 760, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4791, 760, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.5000', '', '7.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4792, 760, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '4.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4793, 760, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '16.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4794, 760, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4795, 761, 3282, '80686832010', 'TEQUILA SAUZA  SILVER 750 ML', 'standard', NULL, '145.0000', '145.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '145.0000', '', '145.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4796, 762, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4797, 762, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4798, 762, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4799, 762, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '9.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4800, 762, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4801, 762, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4802, 763, 2602, '7501206689134', 'CAIMAN / CORTAPERNOS PRETUL 30\" MGOS TUB', 'standard', NULL, '230.0000', '230.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '230.0000', '', '230.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4803, 763, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '9.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4804, 763, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '7.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4805, 763, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4806, 763, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', 'standard', NULL, '230.0000', '230.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '230.0000', '', '230.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4807, 764, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4808, 765, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4809, 766, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '200.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '1.0000', NULL, 1, 'PZA', '200.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4810, 766, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4811, 766, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4812, 766, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4813, 766, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4814, 767, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4815, 767, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4816, 767, 3258, 'PVC00187', 'TEE 1 1/2', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4817, 767, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4818, 767, 3235, '7501199465128', 'TANGIT 475 ML', 'standard', NULL, '105.0000', '105.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '105.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4819, 768, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '16.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4820, 768, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4821, 768, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4822, 768, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '10.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4823, 768, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '4.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4824, 768, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4825, 768, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4826, 768, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4827, 768, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.0000', '5.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '5.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4828, 768, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4829, 768, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4830, 769, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4831, 769, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '7.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4832, 769, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '9.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4833, 770, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', 'standard', NULL, '82.0000', '82.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '82.0000', '', '82.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4834, 771, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '102.0000', '', '17.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4835, 771, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4836, 771, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4837, 772, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4838, 772, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4839, 772, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4840, 772, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4841, 772, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '10.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4842, 772, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4843, 773, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4844, 774, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4845, 774, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4846, 774, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4847, 774, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4848, 774, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4849, 774, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4850, 774, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4851, 774, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4852, 774, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '2.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4853, 774, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '130.0000', '', '65.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4854, 774, 3200, '7756962003636', 'SIKASIL E VARIOS 280ML', 'standard', NULL, '38.0000', '38.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '76.0000', '', '38.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4855, 774, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4856, 775, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4857, 775, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4858, 776, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4859, 776, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4860, 776, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4861, 776, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4862, 776, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '16.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4863, 776, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4864, 776, 3028, '7707314792166', 'MASKING TAPE 1 PULG. TESA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4865, 776, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', 'standard', NULL, '16.5000', '16.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '16.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4866, 776, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4867, 776, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '13.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4868, 776, 2799, '748928006505', 'DETERGENTE XEDEX 450 GR', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4869, 776, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4870, 776, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4871, 776, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '3.5000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4872, 777, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4873, 777, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4874, 777, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4875, 777, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4876, 777, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4877, 777, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4878, 777, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4879, 777, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4880, 777, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4881, 777, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4882, 777, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4883, 777, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4884, 777, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4885, 777, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4886, 777, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4887, 777, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4888, 777, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4889, 777, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4890, 777, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4891, 777, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4892, 778, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4893, 778, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '4.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4894, 778, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '74.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.0000', '', '0.5000', NULL, 1, 'PZA', '74.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4895, 779, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4896, 779, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '71.5000', '', '6.5000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4897, 779, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4898, 779, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4899, 779, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '20.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4900, 779, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.0000', '', '28.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4901, 779, 3320, 'FER-01234', 'UNIDAD ELECTRODO E 6013', 'standard', NULL, '1.0000', '1.0000', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '1.0000', NULL, 1, 'PZA', '26.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4902, 779, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4903, 779, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4904, 779, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4905, 779, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4906, 780, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4907, 780, 2758, 'PVC00090', 'COPLA DR 2', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4908, 780, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4909, 780, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4910, 780, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4911, 780, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4912, 781, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '126.0000', '', '18.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4913, 781, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4914, 781, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4915, 781, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4916, 781, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '1.5000', NULL, 5, 'UNIDAD', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4917, 781, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4918, 781, 2579, '7506385334868', 'BROCHA CHIP 2\" MANGO CAFE', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4919, 781, 2635, '7506240642848', 'CEPILLO ALAMBRE PRETUL', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4920, 781, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4921, 781, 2853, 'FER000151', 'ESPONJA PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4922, 781, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.5000', '5.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.5000', '', '5.5000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4923, 781, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4924, 781, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '1.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4925, 781, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4926, 781, 2662, '73877702002', 'CHILE JALAPE', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4927, 781, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '0.2500', NULL, 1, 'PZA', '100.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4928, 781, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4929, 782, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4930, 783, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4931, 783, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4932, 784, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4933, 784, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '5.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4934, 784, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4935, 784, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4936, 784, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4937, 784, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4938, 784, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4939, 784, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4940, 784, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '0.2500', NULL, 1, 'PZA', '100.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4941, 784, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4942, 785, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4943, 785, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4944, 785, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4945, 785, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4946, 785, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4947, 785, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4948, 785, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4949, 785, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4950, 785, 2662, '73877702002', 'CHILE JALAPE', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4951, 785, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4952, 785, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4953, 786, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4954, 786, 3235, '7501199465128', 'TANGIT 475 ML', 'standard', NULL, '105.0000', '105.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '105.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4955, 786, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4956, 786, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '320.0000', '', '40.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4957, 786, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4958, 786, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4959, 786, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4960, 787, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4961, 787, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4962, 787, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4963, 787, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4964, 787, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '4.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4965, 787, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '3.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4966, 787, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4967, 787, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '5.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4968, 787, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4969, 787, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4970, 787, 3164, '7406189008128', 'REVIVE FRUTIPONCH', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4971, 788, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4972, 789, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4973, 789, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4974, 789, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4975, 789, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4976, 789, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4977, 789, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4978, 789, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4979, 790, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4980, 790, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4981, 790, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4982, 790, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4983, 790, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4984, 790, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4985, 790, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4986, 791, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4987, 791, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4988, 791, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4989, 791, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4990, 791, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4991, 791, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4992, 791, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4993, 791, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4994, 792, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '12.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4995, 792, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '10.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4996, 792, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '17.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.5000', '', '1.5000', NULL, 1, 'PZA', '17.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4997, 792, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '9.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4998, 792, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (4999, 792, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5000, 792, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '136.0000', '', '17.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5001, 792, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '4.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5002, 792, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '31.5000', '', '3.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5003, 792, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '8.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5004, 792, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5005, 792, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5006, 792, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5007, 792, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5008, 793, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '69.0000', '', '23.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5009, 793, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '8.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5010, 793, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5011, 793, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5012, 793, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5013, 793, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5014, 793, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5015, 793, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5016, 794, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '17.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5017, 794, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '8.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5018, 794, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5019, 794, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5020, 794, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '4.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5021, 794, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '1.5000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5022, 794, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '2.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5023, 794, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5024, 794, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '4.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5025, 794, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '3.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5026, 794, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5027, 795, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '7.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5028, 795, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5029, 795, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5030, 795, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5031, 795, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5032, 796, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5033, 796, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5034, 797, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5035, 797, 3235, '7501199465128', 'TANGIT 475 ML', 'standard', NULL, '105.0000', '105.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '105.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5036, 797, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5037, 797, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '225.0000', '', '25.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5038, 797, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5039, 797, 3348, 'PVC00256', 'YEE DR 4', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5040, 797, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5041, 797, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '2.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5042, 797, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5043, 797, 2491, 'PVC00193', 'ADAPTADOR 1/2', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5044, 797, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5045, 797, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5046, 797, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5047, 798, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5048, 798, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '4.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5049, 798, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5050, 798, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '5.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5051, 798, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5052, 798, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5053, 798, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5054, 799, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 5, 'UNIDAD', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5055, 799, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '1.5000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5056, 799, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '15.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5057, 799, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5058, 799, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5059, 800, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5060, 800, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5061, 800, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5062, 800, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '9.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5063, 800, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5064, 800, 3258, 'PVC00187', 'TEE 1 1/2', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5065, 800, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5066, 800, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5067, 800, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5068, 800, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5069, 800, 2664, '6942713105099', 'CHORRO 1/2 BRONCE  SUVAL  SERIA LIVIANA', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5070, 800, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5071, 800, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5072, 800, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5073, 800, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5074, 801, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5075, 802, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5076, 802, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5077, 802, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5078, 802, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5079, 802, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5080, 803, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5081, 803, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5082, 803, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5083, 804, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5084, 804, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5085, 804, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5086, 805, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5087, 805, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5088, 805, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5089, 805, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5090, 805, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5091, 805, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5092, 805, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5093, 805, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5094, 805, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5095, 805, 2957, '6946723402988', 'LAMPARA TIGER WORLD', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5096, 805, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5097, 805, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5098, 805, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5099, 805, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5100, 805, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5101, 805, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5102, 805, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5103, 806, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', 'standard', NULL, '41.0000', '41.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '41.0000', '', '41.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5104, 807, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '18.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5105, 807, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '7.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5106, 807, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '10.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5107, 807, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '24.0000', 1, '0.0000', NULL, '', '0', '0.0000', '288.0000', '', '12.0000', NULL, 1, 'PZA', '24.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5108, 807, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '15.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5109, 808, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5110, 808, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5111, 808, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '4.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5112, 808, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5113, 808, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5114, 809, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5115, 809, 2720, 'PVC00037', 'CODO 90 GR 2', 'standard', NULL, '19.0000', '19.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '57.0000', '', '19.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5116, 809, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5117, 809, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '4.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5118, 809, 3241, 'PVC00168', 'TAPON 2', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5119, 809, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5120, 809, 3137, 'PVC00137', 'REDUCIDOR 2-1', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5121, 809, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5122, 809, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5123, 809, 3128, 'PVC00125', 'REDUCIDOR 1 1/2- 3/4', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5124, 809, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5125, 809, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5126, 809, 3331, 'VCBRWL05', 'VALVULA COMPUERTA BR 1\"', 'standard', NULL, '72.0000', '72.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '72.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5127, 810, 3020, '7501206630389', 'MARRO OCTAGONAL 10 LBS TRUPER', 'standard', NULL, '220.0000', '220.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '220.0000', '', '220.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5128, 811, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5129, 811, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5130, 811, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5131, 811, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5132, 812, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5133, 813, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5134, 814, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5135, 815, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5136, 816, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5137, 816, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5138, 816, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5139, 816, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5140, 816, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5141, 816, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5142, 816, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5143, 816, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5144, 817, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5145, 817, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5146, 818, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5147, 818, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5148, 818, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5149, 819, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5150, 819, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5151, 819, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5152, 819, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5153, 819, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5154, 819, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5155, 819, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5156, 819, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5157, 820, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5158, 820, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5159, 820, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5160, 820, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5161, 820, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5162, 821, 2659, '721282301295', 'CHETOS 190G  .', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5163, 821, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5164, 821, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5165, 821, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5166, 821, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5167, 822, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5168, 822, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5169, 822, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5170, 822, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5171, 822, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5172, 822, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5173, 823, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5174, 823, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5175, 824, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5176, 824, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5177, 825, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5178, 825, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '8.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5179, 825, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5180, 825, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5181, 825, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5182, 825, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5183, 825, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', 'standard', NULL, '290.0000', '290.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '290.0000', '', '290.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5184, 825, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5185, 825, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5186, 825, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5187, 825, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5188, 826, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5189, 826, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5190, 827, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5191, 828, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5192, 828, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5193, 829, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5194, 829, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5195, 829, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5196, 829, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5197, 829, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5198, 829, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5199, 830, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5200, 830, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5201, 830, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5202, 831, 2583, '7506240662174', 'BROCHA DE 4\" TRUPER MGO. DE PLASTICO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5203, 832, 2758, 'PVC00090', 'COPLA DR 2', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5204, 832, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '8.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5205, 832, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '315.0000', '', '45.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5206, 832, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5207, 833, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5208, 833, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5209, 833, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5210, 833, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5211, 833, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5212, 833, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5213, 833, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5214, 834, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5215, 835, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5216, 835, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5217, 835, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5218, 835, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5219, 836, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5220, 837, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5221, 838, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5222, 838, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5223, 839, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5224, 840, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5225, 841, 2866, 'THQC1120', 'FLIPON # 20 THQC1120', 'standard', NULL, '95.0000', '95.0000', '1.0000', 1, '0.0000', NULL, '', NULL, '0.0000', '95.0000', '', '95.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5226, 842, 2715, '102106', 'CODO 45 GR DR 4 P', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5227, 842, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5228, 842, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5229, 843, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5230, 843, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5231, 844, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5232, 844, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5233, 845, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', 'standard', NULL, '38.0000', '38.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '38.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5234, 846, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5235, 846, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5236, 846, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5237, 846, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5238, 846, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5239, 846, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5240, 846, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5241, 847, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5242, 847, 2490, 'PVC00006', 'ADAPTADOR  1/2', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5243, 848, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5244, 848, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5245, 848, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5246, 848, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5247, 848, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5248, 848, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5249, 848, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5250, 849, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', 'standard', NULL, '42.0000', '42.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '42.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5251, 850, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', 'standard', NULL, '33.0000', '33.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '33.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5252, 850, 3253, 'FER039', 'TARUGOS PLASTICOS AZUALES 3/8*2', 'standard', NULL, '0.7500', '0.7500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.7500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5253, 851, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5254, 852, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5255, 853, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', 'standard', NULL, '8.5000', '8.5000', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', '340.0000', '', '8.5000', NULL, 1, 'PZA', '40.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5256, 853, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5257, 853, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5258, 853, 3557, '110013000017', 'LLAVE PARA DUCHA, VIKINGO, POMO EN CRUZ', 'standard', NULL, '90.0000', '90.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '90.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5259, 853, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5260, 853, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5261, 853, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5262, 853, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5263, 854, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5264, 854, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5265, 854, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5266, 854, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5267, 854, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5268, 854, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5269, 855, 2474, 'VK0894R', 'ABRAZADERA PLASTIC 10\" NEGRO 50 UNI VIKI', 'standard', NULL, '21.5000', '21.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.5000', '', '21.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5270, 855, 2464, '53', 'ABRAZADERA 3/4\" METAL', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5271, 855, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', 'standard', NULL, '33.0000', '33.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '33.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5272, 856, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5273, 856, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5274, 856, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5275, 857, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5276, 858, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5277, 859, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5278, 859, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5279, 859, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5280, 860, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5281, 861, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5282, 861, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5283, 862, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5284, 863, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', 'standard', NULL, '8.5000', '8.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.5000', '', '8.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5285, 864, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5286, 864, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5287, 865, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', 'standard', NULL, '8.5000', '8.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '127.5000', '', '8.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5288, 865, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', 'standard', NULL, '32.0000', '32.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '32.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5289, 866, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5290, 867, 3294, '102253', 'TORNILLO NEGRO DE 2\\\" BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '0.7500', NULL, 1, 'PZA', '100.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5291, 868, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5292, 869, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5293, 870, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5294, 871, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5295, 871, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5296, 872, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5297, 872, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5298, 873, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5299, 874, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5300, 875, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5301, 876, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5302, 877, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5303, 878, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5304, 878, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5305, 879, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5306, 880, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5307, 880, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5308, 880, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5309, 881, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5310, 881, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5311, 881, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5312, 882, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5313, 883, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5314, 884, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5315, 885, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5316, 885, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5317, 885, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5318, 886, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5319, 887, 2587, '7503005496234', 'BROCHA LA BUENA 1?', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5320, 888, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5321, 889, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5322, 890, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5323, 891, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5324, 892, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5325, 892, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5326, 893, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '28.0000', 1, '0.0000', NULL, '', '0', '0.0000', '336.0000', '', '12.0000', NULL, 1, 'PZA', '28.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5327, 893, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5328, 893, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5329, 893, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '10.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5330, 893, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5331, 893, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '6.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5332, 893, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5333, 893, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '6.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5334, 893, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5335, 894, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5336, 894, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5337, 895, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5338, 895, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5339, 895, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5340, 895, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5341, 895, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5342, 895, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5343, 895, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5344, 895, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5345, 896, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5346, 896, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5347, 896, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5348, 896, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5349, 896, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5350, 896, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5351, 896, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5352, 896, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5353, 896, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5354, 896, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5355, 896, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5356, 896, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5357, 896, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5358, 896, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5359, 896, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5360, 896, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5361, 897, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '7.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5362, 897, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5363, 897, 2714, '102330', 'CODO 45 GR DR 3', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5364, 897, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5365, 897, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '52.0000', 1, '0.0000', NULL, '', '0', '0.0000', '416.0000', '', '8.0000', NULL, 1, 'PZA', '52.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5366, 897, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '1.0000', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5367, 898, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5368, 898, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5369, 898, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5370, 899, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5371, 899, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5372, 900, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5373, 900, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5374, 901, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5375, 902, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5376, 902, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5377, 903, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5378, 904, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5379, 905, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5380, 906, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5381, 906, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5382, 907, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5383, 908, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5384, 909, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5385, 910, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5386, 911, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5387, 911, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5388, 912, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5389, 913, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5390, 913, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5391, 914, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5392, 914, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5393, 915, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5394, 916, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5395, 917, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5396, 917, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5397, 918, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5398, 919, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5399, 919, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5400, 919, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5401, 919, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5402, 919, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5403, 919, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5404, 919, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5405, 919, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5406, 919, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5407, 919, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5408, 919, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5409, 919, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5410, 919, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5411, 919, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5412, 919, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5413, 919, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5414, 919, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5415, 919, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5416, 920, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5417, 921, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5418, 921, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5419, 921, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5420, 922, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5421, 923, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5422, 924, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5423, 925, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5424, 926, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5425, 927, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5426, 927, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5427, 928, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5428, 929, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5429, 929, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5430, 930, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5431, 930, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5432, 931, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '1.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5433, 932, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '8.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5434, 932, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', 'standard', NULL, '270.0000', '270.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '270.0000', '', '270.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5435, 932, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5436, 932, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5437, 932, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5438, 932, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5439, 932, 3304, '10203', 'TORNILLO PULSER 1/4 X 2P PUNTA DE BROCA', 'standard', NULL, '1.0000', '1.0000', '75.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '1.0000', NULL, 1, 'PZA', '75.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5440, 932, 2597, '21', 'CABLE THHN N0 8 NEGRO', 'standard', NULL, '8.5000', '8.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '68.0000', '', '8.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5441, 933, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5442, 934, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5443, 935, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5444, 936, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5445, 937, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5446, 938, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5447, 939, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5448, 940, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5449, 941, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5450, 941, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5451, 941, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5452, 942, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5453, 943, 3019, '7501206630396', 'MARRO DE 12 LIBRAS ALMAGANA', 'standard', NULL, '250.0000', '250.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '250.0000', '', '250.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5454, 944, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', 'standard', NULL, '0.7500', '0.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '0.7500', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5455, 945, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5456, 946, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5457, 947, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5458, 947, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5459, 947, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5460, 948, 2618, '6933528780014', 'CAJAP/ HERRAMIENTA INDUSTRIAL MET 80211', 'standard', NULL, '247.0000', '247.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '247.0000', '', '247.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5461, 949, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5462, 950, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5463, 951, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5464, 952, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5465, 953, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5466, 954, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5467, 955, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5468, 956, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5469, 957, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5470, 957, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5471, 958, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5472, 959, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5473, 959, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5474, 960, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5475, 960, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5476, 961, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5477, 962, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5478, 962, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5479, 963, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', 'standard', NULL, '19.0000', '19.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '19.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5480, 964, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5481, 965, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5482, 966, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5483, 967, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5484, 968, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5485, 969, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5486, 969, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5487, 969, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5488, 969, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5489, 969, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5490, 970, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5491, 971, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5492, 971, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5493, 972, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5494, 972, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5495, 973, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5496, 974, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5497, 974, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5498, 974, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5499, 974, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5500, 974, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5501, 974, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5502, 974, 3246, '10205', 'TAPON H DR 3', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5503, 974, 3241, 'PVC00168', 'TAPON 2', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5504, 974, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5505, 975, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5506, 975, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5507, 976, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '5.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5508, 977, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5509, 978, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5510, 979, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5511, 980, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5512, 981, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5513, 982, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5514, 983, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5515, 983, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5516, 983, 2659, '721282301295', 'CHETOS 190G  .', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5517, 983, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5518, 983, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5519, 983, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5520, 983, 2632, 'MS1001/2L', 'CARETA NEO FOTOSENSIBLE', 'standard', NULL, '482.0000', '482.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '482.0000', '', '482.0000', NULL, 1, 'PZA', '1.0000', 'descuento de Q80.00', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5521, 984, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5522, 984, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5523, 984, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5524, 985, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5525, 986, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5526, 987, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5527, 987, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5528, 987, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5529, 988, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5530, 988, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5531, 989, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5532, 989, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5533, 990, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5534, 991, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5535, 991, 2795, '7501206664162', 'DESARMADOR PLANO PRETUL 1/4 X 6\"', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5536, 992, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5537, 992, 2774, '6942713105761', 'CUCHARA # 6 ALDOSA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5538, 992, 3150, '6942713105266', 'REGADERA ALDOSA REDONDA C/BRAZO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5539, 992, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5540, 992, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5541, 992, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5542, 992, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5543, 992, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5544, 992, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5545, 992, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5546, 992, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5547, 992, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5548, 992, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5549, 992, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5550, 992, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5551, 992, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5552, 992, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5553, 992, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5554, 992, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5555, 992, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5556, 992, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5557, 993, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5558, 994, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5559, 995, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5560, 996, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5561, 996, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5562, 997, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5563, 997, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5564, 998, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5565, 999, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5566, 999, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5567, 1000, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5568, 1000, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5569, 1001, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5570, 1001, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5571, 1001, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5572, 1001, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5573, 1001, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5574, 1002, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5575, 1003, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5576, 1004, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '228.0000', '', '12.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5577, 1004, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5578, 1004, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5579, 1004, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5580, 1004, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5581, 1004, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5582, 1004, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5583, 1004, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '78.0000', '', '6.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5584, 1004, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5585, 1005, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5586, 1006, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5587, 1007, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5588, 1008, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5589, 1008, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5590, 1009, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5591, 1010, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5592, 1010, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5593, 1010, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5594, 1011, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5595, 1012, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5596, 1013, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5597, 1014, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5598, 1015, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5599, 1016, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5600, 1016, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5601, 1016, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5602, 1017, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5603, 1018, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5604, 1019, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5605, 1020, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5606, 1021, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5607, 1022, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5608, 1022, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5609, 1022, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5610, 1022, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5611, 1022, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5612, 1023, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5613, 1024, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5614, 1024, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5615, 1025, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5616, 1026, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5617, 1026, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5618, 1027, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5619, 1028, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5620, 1029, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5621, 1030, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5622, 1031, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5623, 1032, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5624, 1032, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5625, 1032, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5626, 1033, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5627, 1034, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5628, 1034, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5629, 1035, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5630, 1035, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5631, 1035, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5632, 1036, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5633, 1037, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5634, 1037, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5635, 1038, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5636, 1038, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5637, 1038, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5638, 1038, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5639, 1039, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5640, 1039, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5641, 1039, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5642, 1039, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5643, 1039, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5644, 1039, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5645, 1039, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5646, 1039, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5647, 1039, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5648, 1040, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5649, 1040, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5650, 1040, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5651, 1040, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5652, 1041, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5653, 1041, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5654, 1042, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5655, 1042, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5656, 1043, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5657, 1044, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', 'standard', NULL, '0.7500', '0.7500', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.7500', '', '0.7500', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5658, 1045, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5659, 1046, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5660, 1046, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5661, 1047, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5662, 1048, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5663, 1049, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5664, 1050, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5665, 1051, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5666, 1052, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5667, 1052, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5668, 1053, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5669, 1053, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5670, 1054, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5671, 1055, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5672, 1055, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5673, 1056, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5674, 1057, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5675, 1058, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5676, 1059, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', 'standard', NULL, '0.7500', '0.7500', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '0.7500', NULL, 1, 'PZA', '22.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5677, 1059, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5678, 1060, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5679, 1060, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5680, 1060, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5681, 1060, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5682, 1061, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5683, 1061, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5684, 1062, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5685, 1063, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5686, 1064, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5687, 1065, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.5000', '', '5.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5688, 1065, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5689, 1066, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5690, 1066, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5691, 1066, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5692, 1066, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5693, 1067, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5694, 1067, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5695, 1067, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5696, 1067, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5697, 1067, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5698, 1067, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5699, 1067, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5700, 1067, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5701, 1067, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5702, 1067, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5703, 1067, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5704, 1067, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5705, 1067, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5706, 1067, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5707, 1067, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5708, 1067, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5709, 1067, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', 'standard', NULL, '2.7500', '2.7500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.7500', '', '2.7500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5710, 1068, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5711, 1069, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5712, 1070, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5713, 1071, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5714, 1072, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5715, 1072, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5716, 1073, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5717, 1074, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5718, 1075, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5719, 1076, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5720, 1077, 3213, 'ELE055', 'SPLITER 2 SALIDAS P/CABLE COAXIAL', 'standard', NULL, '7.0000', '7.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '7.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5721, 1078, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5722, 1079, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5723, 1079, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5724, 1079, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5725, 1080, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5726, 1080, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5727, 1080, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5728, 1080, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5729, 1081, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5730, 1081, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5731, 1081, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5732, 1082, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5733, 1082, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5734, 1083, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5735, 1083, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5736, 1083, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5737, 1084, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5738, 1085, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5739, 1085, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5740, 1085, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5741, 1085, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5742, 1086, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5743, 1086, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5744, 1086, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5745, 1086, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5746, 1086, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5747, 1086, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5748, 1086, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5749, 1086, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5750, 1086, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5751, 1086, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5752, 1086, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5753, 1086, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5754, 1086, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5755, 1086, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5756, 1086, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5757, 1086, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5758, 1086, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5759, 1086, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5760, 1087, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5761, 1088, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5762, 1089, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5763, 1090, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5764, 1090, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5765, 1090, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5766, 1091, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5767, 1092, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5768, 1093, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5769, 1093, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5770, 1093, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5771, 1093, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5772, 1094, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5773, 1095, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5774, 1096, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5775, 1097, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5776, 1098, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5777, 1098, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5778, 1099, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5779, 1100, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.2500', '0.2500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.2500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5780, 1100, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5781, 1101, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5782, 1102, 3029, '7750373006903', 'MASKING TAPE 3/4 3M', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5783, 1102, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5784, 1103, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5785, 1104, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5786, 1105, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5787, 1105, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5788, 1105, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5789, 1105, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5790, 1105, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5791, 1106, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5792, 1107, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '160.0000', '', '8.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5793, 1107, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5794, 1107, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5795, 1107, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', 'standard', NULL, '26.0000', '26.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '26.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5796, 1108, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5797, 1108, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5798, 1108, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5799, 1108, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '9.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5800, 1109, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5801, 1109, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5802, 1110, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5803, 1110, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5804, 1110, 3559, '7501575504441', 'TRONKIS ', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5805, 1110, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5806, 1110, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5807, 1110, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '4.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5808, 1110, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5809, 1110, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5810, 1110, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5811, 1110, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5812, 1110, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5813, 1111, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5814, 1111, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5815, 1111, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5816, 1112, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5817, 1113, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5818, 1114, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5819, 1115, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5820, 1116, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5821, 1116, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5822, 1116, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5823, 1116, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5824, 1117, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5825, 1118, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5826, 1119, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5827, 1120, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5828, 1121, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5829, 1122, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5830, 1123, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5831, 1124, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5832, 1124, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5833, 1125, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5834, 1125, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5835, 1126, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5836, 1126, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5837, 1127, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5838, 1128, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5839, 1129, 3601, '6923634953150', 'CHICLE LATA 12GRS.', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5840, 1129, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5841, 1129, 3599, '8693029703483', 'GUSTO OSO ', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5842, 1129, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5843, 1130, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5844, 1131, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5845, 1132, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5846, 1133, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5847, 1133, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5848, 1133, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5849, 1133, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5850, 1134, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5851, 1135, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5852, 1136, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5853, 1137, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5854, 1137, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5855, 1137, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5856, 1138, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5857, 1139, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5858, 1140, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5859, 1141, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5860, 1142, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5861, 1143, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5862, 1143, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5863, 1144, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5864, 1145, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5865, 1146, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5866, 1147, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5867, 1148, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5868, 1148, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5869, 1148, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5870, 1148, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5871, 1149, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5872, 1150, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5873, 1151, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5874, 1151, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5875, 1152, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5876, 1152, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5877, 1152, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5878, 1153, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5879, 1153, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5880, 1154, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5881, 1154, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5882, 1154, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5883, 1154, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5884, 1155, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5885, 1156, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5886, 1157, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5887, 1158, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5888, 1158, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5889, 1158, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5890, 1159, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5891, 1159, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5892, 1159, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5893, 1159, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5894, 1160, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5895, 1160, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5896, 1161, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5897, 1162, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5898, 1163, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5899, 1164, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5900, 1165, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5901, 1166, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5902, 1167, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5903, 1168, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5904, 1168, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5905, 1168, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5906, 1168, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5907, 1169, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5908, 1170, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5909, 1171, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5910, 1171, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5911, 1171, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5912, 1171, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5913, 1172, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5914, 1172, 3059, '60', 'NYLON UNIDAD', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5915, 1173, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5916, 1173, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5917, 1174, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5918, 1174, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5919, 1174, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5920, 1174, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5921, 1175, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5922, 1176, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5923, 1177, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5924, 1178, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5925, 1179, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5926, 1179, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5927, 1180, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5928, 1181, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5929, 1182, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5930, 1182, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5931, 1183, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5932, 1183, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5933, 1183, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5934, 1184, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5935, 1185, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5936, 1186, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5937, 1187, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '27.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5938, 1188, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5939, 1189, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '22.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5940, 1189, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5941, 1190, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5942, 1190, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5943, 1191, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5944, 1192, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5945, 1192, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5946, 1193, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5947, 1194, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5948, 1194, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5949, 1195, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5950, 1195, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5951, 1196, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5952, 1197, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5953, 1198, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5954, 1198, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5955, 1199, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5956, 1200, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5957, 1201, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5958, 1201, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5959, 1202, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5960, 1203, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5961, 1203, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5962, 1203, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5963, 1204, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5964, 1205, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5965, 1206, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5966, 1206, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5967, 1207, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5968, 1208, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5969, 1208, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5970, 1208, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5971, 1209, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5972, 1210, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5973, 1211, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5974, 1211, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5975, 1212, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5976, 1212, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5977, 1212, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5978, 1213, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5979, 1214, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5980, 1215, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5981, 1215, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5982, 1215, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5983, 1215, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5984, 1216, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5985, 1216, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5986, 1216, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5987, 1216, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5988, 1216, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5989, 1217, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5990, 1217, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5991, 1217, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5992, 1218, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5993, 1219, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5994, 1219, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5995, 1219, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5996, 1219, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5997, 1220, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5998, 1220, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (5999, 1220, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6000, 1220, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6001, 1220, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6002, 1221, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6003, 1222, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6004, 1222, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6005, 1222, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6006, 1222, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6007, 1222, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6008, 1223, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6009, 1224, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6010, 1224, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6011, 1224, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6012, 1224, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6013, 1225, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6014, 1225, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6015, 1225, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6016, 1225, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6017, 1225, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6018, 1226, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6019, 1226, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6020, 1226, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6021, 1226, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6022, 1227, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6023, 1228, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6024, 1229, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6025, 1229, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6026, 1229, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6027, 1229, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6028, 1230, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6029, 1231, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6030, 1231, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6031, 1231, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6032, 1232, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6033, 1232, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6034, 1232, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6035, 1232, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6036, 1232, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6037, 1233, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6038, 1233, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6039, 1233, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6040, 1233, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6041, 1234, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6042, 1235, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6043, 1236, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6044, 1236, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6045, 1236, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6046, 1236, 2900, '9121217379626', 'GALON FULL CRETE', 'standard', NULL, '180.0000', '180.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '360.0000', '', '180.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6047, 1236, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6048, 1236, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6049, 1236, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', 'standard', NULL, '14.2500', '14.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.2500', '', '14.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6050, 1236, 2550, '7406398000364', 'BOMBILLA NEW LED 9W 9710049', 'standard', NULL, '43.0000', '43.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '43.0000', '', '43.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6051, 1236, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6052, 1236, 3246, '10205', 'TAPON H DR 3', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6053, 1236, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6054, 1236, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '45.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6055, 1236, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6056, 1236, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6057, 1236, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6058, 1236, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6059, 1236, 3590, '6933528750130', 'MASKING TAPE BLANCO 1 PULG. X 30 MT. TOLSEN 50245', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6060, 1237, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6061, 1238, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6062, 1238, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6063, 1238, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6064, 1238, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6065, 1239, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6066, 1240, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6067, 1241, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6068, 1242, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6069, 1243, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6070, 1243, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6071, 1243, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6072, 1243, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6073, 1243, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6074, 1244, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6075, 1244, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6076, 1244, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6077, 1244, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6078, 1245, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6079, 1245, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6080, 1246, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6081, 1247, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6082, 1248, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6083, 1249, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6084, 1249, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6085, 1250, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6086, 1250, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6087, 1251, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6088, 1252, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6089, 1252, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6090, 1252, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6091, 1252, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6092, 1252, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6093, 1252, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6094, 1253, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6095, 1253, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6096, 1254, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6097, 1254, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6098, 1254, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6099, 1254, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6100, 1255, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6101, 1255, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6102, 1255, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6103, 1255, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6104, 1256, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6105, 1257, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6106, 1257, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6107, 1257, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6108, 1258, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6109, 1258, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '0.5000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6110, 1258, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6111, 1259, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6112, 1260, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6113, 1260, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6114, 1260, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6115, 1261, 3293, '102256', 'TORNILLO NEGRO 2 1/2 \" BUSCA ROSCA', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6116, 1262, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6117, 1263, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6118, 1263, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6119, 1263, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6120, 1263, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6121, 1264, 2546, '7406398000418', 'BOMBILLA NEW LED 13W 9710045', 'standard', NULL, '14.2500', '14.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.2500', '', '14.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6122, 1264, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6123, 1265, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6124, 1265, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6125, 1266, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6126, 1267, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6127, 1268, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6128, 1268, 3601, '6923634953150', 'CHICLE LATA 12GRS.', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6129, 1269, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6130, 1269, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6131, 1270, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6132, 1271, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6133, 1272, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6134, 1273, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '1.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6135, 1273, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6136, 1273, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6137, 1273, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6138, 1273, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6139, 1274, 2490, 'PVC00006', 'ADAPTADOR  1/2', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6140, 1275, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6141, 1275, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6142, 1276, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6143, 1277, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6144, 1278, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6145, 1279, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6146, 1280, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6147, 1280, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6148, 1280, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6149, 1281, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6150, 1281, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6151, 1282, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6152, 1282, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6153, 1282, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '125.0000', '', '25.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6154, 1282, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6155, 1282, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6156, 1283, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6157, 1284, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6158, 1285, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6159, 1286, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6160, 1287, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6161, 1288, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6162, 1288, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6163, 1288, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6164, 1288, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6165, 1289, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6166, 1289, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6167, 1289, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6168, 1289, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6169, 1290, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6170, 1290, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6171, 1291, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6172, 1292, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6173, 1293, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6174, 1294, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6175, 1295, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6176, 1296, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6177, 1297, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6178, 1298, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6179, 1298, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6180, 1298, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6181, 1298, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6182, 1299, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6183, 1300, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6184, 1301, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6185, 1302, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6186, 1303, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6187, 1303, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6188, 1303, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6189, 1303, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6190, 1303, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6191, 1303, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.7500', '', '1.2500', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6192, 1303, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6193, 1304, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6194, 1304, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6195, 1305, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6196, 1306, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', 'standard', NULL, '61.0000', '61.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '61.0000', '', '61.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6197, 1306, 2565, '17501206634513', 'BROCA P/CONCRETO TRUPER 5/16\" 6\" 15', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6198, 1306, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6199, 1306, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6200, 1307, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6201, 1307, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6202, 1308, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6203, 1308, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6204, 1308, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6205, 1308, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6206, 1308, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6207, 1309, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6208, 1310, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6209, 1310, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6210, 1310, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6211, 1311, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6212, 1311, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6213, 1311, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6214, 1311, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6215, 1312, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6216, 1312, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6217, 1312, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6218, 1312, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6219, 1313, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6220, 1313, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6221, 1313, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6222, 1313, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6223, 1313, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6224, 1314, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6225, 1314, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6226, 1314, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6227, 1314, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6228, 1314, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6229, 1314, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6230, 1315, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6231, 1316, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6232, 1317, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6233, 1317, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6234, 1317, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6235, 1317, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6236, 1318, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6237, 1319, 2905, '7506192506205', 'GEL EGO ATTRACCION 110ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6238, 1320, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6239, 1321, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6240, 1322, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6241, 1323, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6242, 1324, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6243, 1324, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6244, 1325, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6245, 1326, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6246, 1326, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6247, 1327, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6248, 1327, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6249, 1327, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6250, 1328, 3347, 'PVC00254', 'YEE DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6251, 1328, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6252, 1328, 3246, '10205', 'TAPON H DR 3', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6253, 1329, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6254, 1329, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6255, 1330, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6256, 1331, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6257, 1332, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6258, 1332, 2671, '7506240608004', 'CHORRO PRETUL 1/2', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6259, 1332, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6260, 1332, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6261, 1332, 3601, '6923634953150', 'CHICLE LATA 12GRS.', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6262, 1333, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6263, 1333, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6264, 1333, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6265, 1333, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6266, 1333, 2760, 'PVC00092', 'COPLA DR 4', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6267, 1333, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6268, 1333, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6269, 1333, 3022, '7501206630310', 'MARRO OCTAGONAL DE 3LBS TRUPER', 'standard', NULL, '82.0000', '82.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '82.0000', '', '82.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6270, 1333, 3581, '6933528725305', 'CINCEL PROFESIONAL TOLSEN 12\\\" TOLSEN 25089', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6271, 1333, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', 'standard', NULL, '34.0000', '34.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '68.0000', '', '34.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6272, 1334, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6273, 1335, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6274, 1335, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6275, 1336, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6276, 1337, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6277, 1337, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6278, 1337, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6279, 1338, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6280, 1339, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6281, 1339, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6282, 1339, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6283, 1340, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6284, 1340, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6285, 1341, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6286, 1341, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6287, 1342, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6288, 1343, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6289, 1343, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6290, 1344, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6291, 1344, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6292, 1345, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6293, 1345, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6294, 1346, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6295, 1347, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6296, 1347, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6297, 1348, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6298, 1349, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6299, 1350, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6300, 1350, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6301, 1351, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6302, 1351, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6303, 1351, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6304, 1351, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6305, 1351, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6306, 1351, 3604, '7413402812134', 'QUESADILLA PEQUEÑA 288GR', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6307, 1352, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6308, 1352, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6309, 1352, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6310, 1353, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6311, 1353, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6312, 1354, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6313, 1354, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6314, 1354, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6315, 1355, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6316, 1355, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6317, 1355, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6318, 1355, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6319, 1355, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6320, 1355, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6321, 1356, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6322, 1356, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6323, 1356, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6324, 1356, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6325, 1356, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6326, 1357, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6327, 1357, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6328, 1357, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6329, 1358, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6330, 1359, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6331, 1359, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6332, 1360, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6333, 1361, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6334, 1361, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6335, 1361, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6336, 1361, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6337, 1361, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6338, 1361, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6339, 1361, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '69.0000', '', '23.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6340, 1361, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6341, 1361, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6342, 1361, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6343, 1362, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6344, 1362, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6345, 1362, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6346, 1362, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6347, 1362, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6348, 1363, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6349, 1363, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6350, 1364, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6351, 1365, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6352, 1366, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6353, 1366, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6354, 1367, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6355, 1367, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6356, 1368, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6357, 1368, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6358, 1369, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6359, 1370, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6360, 1371, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6361, 1372, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', 'standard', NULL, '31.0000', '31.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '31.0000', '', '31.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6362, 1373, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6363, 1373, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6364, 1374, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6365, 1375, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6366, 1376, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6367, 1377, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6368, 1377, 3603, '7413402800711', 'QUESADILLA GRANDE 528 GRS', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6369, 1377, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6370, 1378, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6371, 1379, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6372, 1379, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6373, 1380, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6374, 1380, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6375, 1381, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6376, 1382, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6377, 1382, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6378, 1383, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6379, 1383, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6380, 1383, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6381, 1383, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6382, 1383, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6383, 1383, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6384, 1384, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6385, 1385, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6386, 1386, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6387, 1386, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6388, 1387, 3246, '10205', 'TAPON H DR 3', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6389, 1388, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6390, 1389, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6391, 1390, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6392, 1391, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6393, 1391, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6394, 1392, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6395, 1392, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6396, 1392, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6397, 1393, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6398, 1394, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6399, 1394, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6400, 1394, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6401, 1395, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6402, 1395, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6403, 1396, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6404, 1396, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6405, 1396, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6406, 1397, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6407, 1398, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6408, 1399, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6409, 1400, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6410, 1400, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6411, 1400, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6412, 1401, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6413, 1402, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6414, 1402, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6415, 1403, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6416, 1404, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6417, 1404, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6418, 1404, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6419, 1405, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6420, 1406, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6421, 1406, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6422, 1406, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6423, 1407, 2686, '6942713105624', 'CINTA METRICA ALDOSA PROT/HULE 3MT', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6424, 1407, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6425, 1407, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6426, 1407, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6427, 1408, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6428, 1409, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6429, 1409, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6430, 1410, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6431, 1411, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6432, 1411, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6433, 1411, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6434, 1412, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6435, 1412, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6436, 1413, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6437, 1414, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6438, 1414, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6439, 1415, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6440, 1416, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6441, 1417, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6442, 1418, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6443, 1419, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6444, 1420, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6445, 1420, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6446, 1421, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6447, 1422, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6448, 1422, 3601, '6923634953150', 'CHICLE LATA 12GRS.', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6449, 1423, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6450, 1423, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6451, 1424, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6452, 1425, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6453, 1425, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6454, 1425, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6455, 1426, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6456, 1426, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6457, 1426, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6458, 1427, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6459, 1427, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6460, 1427, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6461, 1428, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6462, 1428, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6463, 1429, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6464, 1430, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6465, 1430, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6466, 1431, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6467, 1432, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6468, 1432, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6469, 1433, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6470, 1433, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6471, 1434, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6472, 1435, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6473, 1436, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6474, 1436, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6475, 1437, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6476, 1437, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6477, 1437, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6478, 1437, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6479, 1437, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6480, 1437, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6481, 1438, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6482, 1438, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6483, 1438, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6484, 1438, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6485, 1438, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6486, 1439, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6487, 1439, 3594, '7702011275141', 'GALLETA CRAKEÑAS SALADA ', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6488, 1439, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6489, 1439, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6490, 1439, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6491, 1439, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6492, 1440, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6493, 1440, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6494, 1440, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6495, 1440, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6496, 1440, 2659, '721282301295', 'CHETOS 190G  .', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6497, 1440, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6498, 1441, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6499, 1442, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6500, 1443, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6501, 1444, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6502, 1444, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6503, 1444, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6504, 1444, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6505, 1444, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6506, 1444, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6507, 1444, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6508, 1445, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6509, 1445, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6510, 1445, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6511, 1445, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6512, 1446, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6513, 1446, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6514, 1446, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6515, 1446, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6516, 1446, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6517, 1446, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6518, 1446, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6519, 1446, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6520, 1447, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6521, 1447, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6522, 1447, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6523, 1448, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6524, 1448, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6525, 1448, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6526, 1449, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6527, 1449, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6528, 1450, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6529, 1451, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6530, 1452, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6531, 1453, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6532, 1454, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6533, 1454, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6534, 1454, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6535, 1455, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6536, 1455, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6537, 1455, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6538, 1455, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6539, 1456, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6540, 1457, 3059, '60', 'NYLON UNIDAD', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6541, 1458, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6542, 1459, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6543, 1460, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6544, 1461, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6545, 1462, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6546, 1462, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6547, 1463, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6548, 1464, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6549, 1465, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6550, 1465, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6551, 1465, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6552, 1465, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6553, 1465, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6554, 1466, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6555, 1467, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6556, 1468, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', 'standard', NULL, '57.0000', '57.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '114.0000', '', '57.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6557, 1468, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6558, 1468, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6559, 1468, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6560, 1468, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6561, 1468, 3236, '7501199465555', 'TANGIT 950 ML', 'standard', NULL, '175.0000', '175.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '175.0000', '', '175.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6562, 1468, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6563, 1468, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6564, 1468, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6565, 1468, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6566, 1469, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6567, 1469, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6568, 1469, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6569, 1469, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6570, 1469, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6571, 1469, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6572, 1470, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6573, 1471, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6574, 1471, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6575, 1471, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6576, 1471, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6577, 1471, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6578, 1472, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6579, 1472, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6580, 1472, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6581, 1472, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6582, 1473, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6583, 1473, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6584, 1473, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6585, 1473, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6586, 1473, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6587, 1473, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6588, 1474, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6589, 1474, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6590, 1475, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6591, 1476, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6592, 1477, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6593, 1477, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6594, 1477, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6595, 1478, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6596, 1478, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6597, 1478, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6598, 1479, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6599, 1480, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6600, 1480, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6601, 1481, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6602, 1481, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6603, 1482, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6604, 1483, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6605, 1484, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '5.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6606, 1485, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6607, 1486, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6608, 1486, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6609, 1487, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6610, 1488, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6611, 1488, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6612, 1489, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6613, 1489, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6614, 1490, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6615, 1491, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6616, 1492, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6617, 1492, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6618, 1493, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6619, 1494, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6620, 1494, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6621, 1495, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '2.0000', NULL, 5, 'UNIDAD', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6622, 1495, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '1.5000', NULL, 5, 'UNIDAD', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6623, 1495, 3607, '6923634959510', 'BOMBON DIAMOND LIGHT', 'standard', NULL, '2.0000', '2.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '2.0000', NULL, 5, 'UNIDAD', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6624, 1495, 3601, '6923634953150', 'CHICLE LATA 12GRS.', 'standard', NULL, '2.0000', '2.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '2.0000', NULL, 5, 'UNIDAD', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6625, 1495, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6626, 1496, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6627, 1497, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6628, 1497, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6629, 1498, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6630, 1498, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6631, 1498, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6632, 1498, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6633, 1498, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6634, 1498, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6635, 1498, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6636, 1499, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6637, 1500, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6638, 1501, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6639, 1502, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6640, 1503, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6641, 1504, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6642, 1505, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6643, 1506, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6644, 1506, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6645, 1507, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6646, 1507, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6647, 1508, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6648, 1508, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6649, 1508, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6650, 1509, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6651, 1510, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6652, 1510, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6653, 1510, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6654, 1511, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6655, 1512, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6656, 1512, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6657, 1513, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6658, 1513, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6659, 1513, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6660, 1514, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6661, 1515, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6662, 1515, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6663, 1515, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '4.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6664, 1515, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6665, 1515, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6666, 1515, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6667, 1515, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6668, 1515, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6669, 1516, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6670, 1517, 2671, '7506240608004', 'CHORRO PRETUL 1/2', 'standard', NULL, '23.0000', '23.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '46.0000', '', '23.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6671, 1517, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6672, 1517, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6673, 1517, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6674, 1517, 2682, '7501206679166', 'CINTA MASKING TAPE DE 1/2 TRUPER', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6675, 1517, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6676, 1517, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6677, 1517, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6678, 1518, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6679, 1518, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6680, 1518, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6681, 1518, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6682, 1518, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6683, 1518, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6684, 1518, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6685, 1518, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6686, 1518, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6687, 1519, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6688, 1519, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6689, 1519, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6690, 1519, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6691, 1519, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6692, 1519, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6693, 1520, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6694, 1521, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6695, 1521, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6696, 1521, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6697, 1522, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6698, 1523, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6699, 1523, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6700, 1524, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6701, 1524, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6702, 1525, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2', 'standard', NULL, '310.0000', '310.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '310.0000', '', '310.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6703, 1526, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6704, 1526, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6705, 1526, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6706, 1526, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6707, 1527, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6708, 1527, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6709, 1528, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6710, 1529, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6711, 1530, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6712, 1531, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6713, 1532, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '2.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6714, 1533, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6715, 1533, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6716, 1533, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6717, 1533, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6718, 1533, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6719, 1534, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6720, 1535, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6721, 1536, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6722, 1537, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6723, 1537, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6724, 1537, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6725, 1538, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6726, 1538, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6727, 1538, 3599, '8693029703483', 'GUSTO OSO ', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6728, 1538, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6729, 1538, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6730, 1538, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6731, 1539, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6732, 1539, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6733, 1540, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6734, 1540, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6735, 1541, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6736, 1542, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6737, 1543, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', 'standard', NULL, '0.3000', '0.3000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.3000', '', '0.3000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6738, 1544, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6739, 1545, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6740, 1546, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', 'standard', NULL, '0.2500', '0.2500', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '0.2500', NULL, 1, 'PZA', '40.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6741, 1547, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6742, 1547, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6743, 1547, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6744, 1547, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6745, 1548, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6746, 1549, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6747, 1550, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6748, 1551, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6749, 1551, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6750, 1551, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6751, 1552, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6752, 1553, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6753, 1553, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6754, 1553, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6755, 1554, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6756, 1555, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6757, 1555, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6758, 1555, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6759, 1556, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6760, 1556, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6761, 1557, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6762, 1558, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6763, 1558, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6764, 1558, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6765, 1559, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6766, 1560, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6767, 1561, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6768, 1562, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6769, 1563, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6770, 1563, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6771, 1563, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6772, 1563, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6773, 1564, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6774, 1565, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6775, 1565, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6776, 1565, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6777, 1565, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6778, 1566, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6779, 1567, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6780, 1568, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6781, 1568, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6782, 1569, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6783, 1569, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6784, 1569, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6785, 1569, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6786, 1569, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6787, 1569, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6788, 1570, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6789, 1570, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6790, 1571, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6791, 1571, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6792, 1572, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6793, 1573, 3223, '011418221017', 'TABCIN NIÑOS', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6794, 1573, 3291, '8', 'TORNILLO BUSCA ROSCA 2\" NORMAL', 'standard', NULL, '0.7500', '0.7500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '0.7500', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6795, 1573, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6796, 1573, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6797, 1573, 2977, '39101002507', 'LIQUIDO DE FRENOS DOT-3', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6798, 1573, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6799, 1573, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '9.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6800, 1573, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6801, 1573, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6802, 1574, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6803, 1574, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6804, 1574, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6805, 1575, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6806, 1576, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6807, 1577, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6808, 1578, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6809, 1578, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6810, 1578, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6811, 1579, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6812, 1580, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6813, 1581, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6814, 1582, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6815, 1583, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6816, 1584, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6817, 1584, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6818, 1584, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6819, 1585, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6820, 1585, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6821, 1586, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6822, 1587, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6823, 1587, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6824, 1588, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6825, 1589, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6826, 1590, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6827, 1590, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6828, 1590, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6829, 1591, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6830, 1592, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6831, 1592, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6832, 1593, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6833, 1594, 2939, '9917692238', 'JABON PROTEX .', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6834, 1595, 2939, '9917692238', 'JABON PROTEX .', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6835, 1595, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6836, 1595, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6837, 1596, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6838, 1596, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6839, 1596, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6840, 1596, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6841, 1597, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6842, 1598, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6843, 1598, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6844, 1598, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6845, 1598, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6846, 1599, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6847, 1599, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6848, 1599, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6849, 1599, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6850, 1599, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6851, 1600, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6852, 1600, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6853, 1600, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6854, 1600, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6855, 1601, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6856, 1601, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6857, 1602, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6858, 1602, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6859, 1602, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6860, 1602, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6861, 1603, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6862, 1604, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6863, 1605, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6864, 1606, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6865, 1607, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6866, 1607, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6867, 1607, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6868, 1608, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6869, 1609, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6870, 1610, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6871, 1610, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6872, 1611, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6873, 1611, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6874, 1611, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6875, 1611, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6876, 1611, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6877, 1611, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6878, 1611, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6879, 1611, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6880, 1612, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6881, 1612, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6882, 1612, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6883, 1612, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6884, 1612, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6885, 1612, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6886, 1612, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6887, 1612, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6888, 1612, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6889, 1613, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6890, 1613, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6891, 1613, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6892, 1613, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6893, 1613, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6894, 1613, 3143, 'PVC00154', 'REDUCIDOR 4 - 3', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6895, 1613, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6896, 1613, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6897, 1613, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6898, 1613, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6899, 1614, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6900, 1614, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6901, 1614, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6902, 1614, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6903, 1614, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6904, 1614, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6905, 1614, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6906, 1614, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6907, 1614, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6908, 1614, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6909, 1615, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6910, 1615, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6911, 1615, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6912, 1615, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6913, 1615, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6914, 1615, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6915, 1615, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6916, 1616, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6917, 1616, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6918, 1616, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', 'standard', NULL, '12.5000', '12.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '12.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6919, 1616, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6920, 1616, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6921, 1616, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6922, 1616, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6923, 1616, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6924, 1617, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6925, 1617, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6926, 1617, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6927, 1617, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6928, 1617, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6929, 1617, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6930, 1617, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6931, 1617, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6932, 1617, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6933, 1617, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6934, 1618, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6935, 1618, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6936, 1618, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6937, 1618, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6938, 1618, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6939, 1618, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6940, 1618, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6941, 1618, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6942, 1619, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6943, 1619, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6944, 1619, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6945, 1619, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6946, 1619, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6947, 1619, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6948, 1619, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6949, 1619, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6950, 1619, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6951, 1619, 2485, '102190', 'ACEITE SAE 40 AMERICAN', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6952, 1620, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6953, 1620, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6954, 1620, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6955, 1620, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6956, 1620, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6957, 1620, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6958, 1620, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6959, 1621, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6960, 1621, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6961, 1621, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6962, 1621, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6963, 1621, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6964, 1621, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6965, 1621, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6966, 1622, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6967, 1622, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6968, 1622, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6969, 1622, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6970, 1622, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6971, 1622, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6972, 1622, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6973, 1622, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6974, 1623, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6975, 1623, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6976, 1623, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6977, 1623, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6978, 1623, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6979, 1624, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6980, 1624, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6981, 1624, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6982, 1624, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6983, 1624, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6984, 1624, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6985, 1624, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6986, 1624, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6987, 1624, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6988, 1625, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6989, 1625, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6990, 1625, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6991, 1625, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6992, 1625, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6993, 1625, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6994, 1625, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6995, 1626, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6996, 1626, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6997, 1626, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6998, 1626, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6999, 1626, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7000, 1626, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7001, 1626, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7002, 1626, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7003, 1626, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7004, 1626, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7005, 1627, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7006, 1627, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '140.0000', '', '10.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7007, 1627, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7008, 1627, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7009, 1627, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7010, 1627, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7011, 1627, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7012, 1628, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7013, 1628, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7014, 1628, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7015, 1628, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7016, 1628, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7017, 1628, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7018, 1628, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7019, 1628, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7020, 1629, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7021, 1629, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7022, 1629, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7023, 1629, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7024, 1629, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7025, 1629, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7026, 1629, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7027, 1629, 2807, '7506240656951', 'DISCO DE DIAMANTE 4 1/2  PRETUL 21009', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7028, 1630, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7029, 1630, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7030, 1630, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7031, 1630, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7032, 1630, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7033, 1630, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7034, 1630, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7035, 1630, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7036, 1631, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '15.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7037, 1631, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7038, 1631, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7039, 1631, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7040, 1632, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7041, 1632, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7042, 1632, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7043, 1632, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7044, 1632, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7045, 1632, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7046, 1633, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7047, 1633, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7048, 1633, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7049, 1633, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7050, 1633, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7051, 1633, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7052, 1634, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '1.5000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7053, 1634, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7054, 1634, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7055, 1634, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7056, 1634, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7057, 1634, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7058, 1635, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7059, 1635, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7060, 1635, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7061, 1635, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7062, 1636, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7063, 1637, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7064, 1637, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7065, 1637, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7066, 1637, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7067, 1637, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7068, 1637, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7069, 1638, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7070, 1639, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7071, 1639, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7072, 1639, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7073, 1640, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7074, 1640, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7075, 1641, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7076, 1641, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7077, 1642, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7078, 1642, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7079, 1642, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7080, 1643, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7081, 1643, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7082, 1644, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7083, 1644, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7084, 1644, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7085, 1645, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7086, 1645, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7087, 1645, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7088, 1645, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7089, 1645, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7090, 1646, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7091, 1646, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7092, 1646, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7093, 1646, 3631, '4719867213084', 'SUPER GLUE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7094, 1646, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7095, 1647, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7096, 1648, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7097, 1648, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7098, 1648, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7099, 1648, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7100, 1649, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7101, 1649, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7102, 1650, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7103, 1650, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7104, 1651, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7105, 1651, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7106, 1652, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7107, 1652, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7108, 1652, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7109, 1653, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7110, 1654, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7111, 1654, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7112, 1654, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7113, 1655, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7114, 1656, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7115, 1656, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '128.0000', '', '8.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7116, 1656, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7117, 1656, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7118, 1657, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7119, 1657, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7120, 1657, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '8.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7121, 1657, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7122, 1657, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '2.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7123, 1658, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7124, 1658, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7125, 1658, 3631, '4719867213084', 'SUPER GLUE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7126, 1658, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7127, 1659, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7128, 1659, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7129, 1659, 3307, 'FER-TOPC 1407', 'TORNILLO PULSER 3/4 BUSCA ROSCA', 'standard', NULL, '0.3000', '0.3000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9000', '', '0.3000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7130, 1660, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7131, 1660, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7132, 1661, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7133, 1662, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7134, 1662, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7135, 1662, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7136, 1662, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7137, 1663, 3198, '7406141000344', 'SIKA LATEX N REMOJADOR DE ADH. 1 GALON', 'standard', NULL, '155.0000', '155.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '155.0000', '', '155.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7138, 1663, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7139, 1663, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7140, 1663, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7141, 1663, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7142, 1663, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7143, 1664, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.0000', '', '8.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7144, 1664, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7145, 1664, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', 'standard', NULL, '50.0000', '50.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '250.0000', '', '50.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7146, 1664, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7147, 1664, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7148, 1665, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7149, 1665, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7150, 1665, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7151, 1666, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7152, 1666, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7153, 1667, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7154, 1668, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7155, 1669, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7156, 1670, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '41.0000', 1, '0.0000', NULL, '', '0', '0.0000', '492.0000', '', '12.0000', NULL, 1, 'PZA', '41.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7157, 1670, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7158, 1670, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7159, 1670, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7160, 1671, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7161, 1672, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7162, 1672, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7163, 1672, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7164, 1672, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7165, 1672, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7166, 1673, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7167, 1674, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7168, 1674, 2900, '9121217379626', 'GALON FULL CRETE', 'standard', NULL, '180.0000', '180.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '180.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7169, 1675, 2589, '7503005496289', 'BROCHA LA BUENA 4\\\"', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7170, 1675, 2587, '7503005496234', 'BROCHA LA BUENA 1?', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7171, 1675, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7172, 1675, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7173, 1676, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7174, 1677, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7175, 1677, 2860, '76940900117', 'FELPA EXPERT STANDAR 3/8', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7176, 1677, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7177, 1678, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7178, 1678, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7179, 1679, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7180, 1679, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7181, 1680, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7182, 1681, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7183, 1682, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7184, 1682, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7185, 1683, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7186, 1683, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7187, 1684, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7188, 1685, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7189, 1686, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7190, 1686, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7191, 1687, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7192, 1687, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7193, 1687, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7194, 1688, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7195, 1689, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7196, 1689, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7197, 1689, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7198, 1690, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7199, 1691, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7200, 1692, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7201, 1692, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7202, 1692, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7203, 1692, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7204, 1693, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7205, 1694, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7206, 1694, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7207, 1694, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7208, 1695, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7209, 1695, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7210, 1695, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7211, 1696, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', '320.0000', '', '8.0000', NULL, 1, 'PZA', '40.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7212, 1696, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '8.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7213, 1696, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7214, 1697, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7215, 1698, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7216, 1699, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7217, 1700, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7218, 1700, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7219, 1701, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7220, 1701, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7221, 1701, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7222, 1702, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7223, 1703, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7224, 1704, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7225, 1704, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7226, 1705, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7227, 1706, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7228, 1707, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7229, 1708, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7230, 1709, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7231, 1709, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7232, 1709, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7233, 1709, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7234, 1709, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7235, 1709, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7236, 1710, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7237, 1711, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7238, 1711, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7239, 1711, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7240, 1711, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7241, 1711, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7242, 1711, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7243, 1711, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7244, 1712, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7245, 1713, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7246, 1714, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7247, 1714, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7248, 1715, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7249, 1716, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7250, 1717, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7251, 1718, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7252, 1719, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7253, 1720, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7254, 1721, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7255, 1721, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7256, 1722, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7257, 1723, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7258, 1724, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7259, 1724, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7260, 1724, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7261, 1725, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7262, 1725, 3268, '102249', 'TEE C/R 1\"', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7263, 1725, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7264, 1725, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7265, 1725, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7266, 1725, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7267, 1725, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7268, 1725, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7269, 1726, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7270, 1727, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7271, 1727, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7272, 1727, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7273, 1728, 2582, '7501206674970', 'BROCHA DE 4\" PRETUL MGO. DE PLASTICO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7274, 1729, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7275, 1730, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7276, 1731, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7277, 1731, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7278, 1731, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7279, 1731, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7280, 1732, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7281, 1732, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7282, 1733, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7283, 1734, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7284, 1734, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7285, 1734, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7286, 1735, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7287, 1735, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7288, 1735, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7289, 1735, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7290, 1736, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7291, 1736, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7292, 1737, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7293, 1738, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7294, 1738, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7295, 1739, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7296, 1739, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7297, 1739, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7298, 1740, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7299, 1740, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7300, 1741, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7301, 1741, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7302, 1741, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7303, 1741, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7304, 1741, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7305, 1741, 2900, '9121217379626', 'GALON FULL CRETE', 'standard', NULL, '180.0000', '180.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '180.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7306, 1741, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7307, 1741, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7308, 1742, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7309, 1743, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7310, 1744, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7311, 1744, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7312, 1745, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7313, 1746, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7314, 1747, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7315, 1748, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7316, 1748, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7317, 1749, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7318, 1750, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7319, 1751, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7320, 1752, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7321, 1753, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7322, 1753, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7323, 1754, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7324, 1755, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7325, 1756, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7326, 1757, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7327, 1757, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7328, 1757, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7329, 1758, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7330, 1758, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7331, 1758, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7332, 1758, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7333, 1759, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7334, 1760, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7335, 1760, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7336, 1761, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7337, 1762, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7338, 1763, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7339, 1763, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7340, 1764, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7341, 1764, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7342, 1765, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7343, 1766, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7344, 1766, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7345, 1767, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7346, 1767, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7347, 1768, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7348, 1769, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7349, 1770, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7350, 1771, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7351, 1772, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7352, 1773, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7353, 1774, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7354, 1774, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7355, 1775, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7356, 1775, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7357, 1776, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7358, 1777, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7359, 1778, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7360, 1779, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7361, 1780, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7362, 1781, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7363, 1781, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7364, 1782, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7365, 1783, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7366, 1784, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7367, 1784, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7368, 1785, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7369, 1785, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7370, 1785, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7371, 1786, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7372, 1786, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7373, 1786, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7374, 1786, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7375, 1787, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7376, 1787, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7377, 1788, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7378, 1789, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7379, 1790, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7380, 1790, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7381, 1790, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7382, 1791, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7383, 1791, 3340, '102109', 'VALVULA PILA 3 BRONCE', 'standard', NULL, '95.0000', '95.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '95.0000', '', '95.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7384, 1791, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7385, 1791, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', 'standard', NULL, '20.0000', '20.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '20.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7386, 1791, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7387, 1791, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7388, 1791, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7389, 1791, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7390, 1791, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7391, 1791, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7392, 1792, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7393, 1793, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7394, 1794, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7395, 1795, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7396, 1796, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7397, 1797, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7398, 1797, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7399, 1798, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7400, 1799, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7401, 1799, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7402, 1799, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7403, 1800, 3226, 'DW508S-B3', 'TALADRO PERCUSI?N DW 1/2 800W', 'standard', NULL, '870.0000', '870.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '870.0000', '', '870.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7404, 1800, 3116, 'AA823/120', 'PULIDORA GLP 9 2300W', 'standard', NULL, '700.0000', '700.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '700.0000', '', '700.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7405, 1801, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7406, 1801, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7407, 1801, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '300.0000', '', '12.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7408, 1802, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7409, 1802, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7410, 1803, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '140.0000', '', '14.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7411, 1803, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7412, 1803, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7413, 1803, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7414, 1804, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7415, 1804, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7416, 1805, 2917, '764009016089', 'HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.0000', '', '14.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7417, 1805, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7418, 1805, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7419, 1806, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7420, 1806, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7421, 1807, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7422, 1807, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7423, 1807, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7424, 1808, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7425, 1809, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7426, 1809, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7427, 1810, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7428, 1811, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7429, 1812, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7430, 1812, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7431, 1813, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7432, 1814, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7433, 1815, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7434, 1815, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7435, 1815, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7436, 1815, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7437, 1816, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7438, 1816, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7439, 1816, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7440, 1816, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7441, 1817, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7442, 1818, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7443, 1818, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7444, 1819, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7445, 1820, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7446, 1821, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7447, 1821, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7448, 1822, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7449, 1823, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7450, 1824, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7451, 1825, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7452, 1825, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7453, 1826, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7454, 1826, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7455, 1826, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7456, 1827, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7457, 1828, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7458, 1829, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7459, 1829, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7460, 1830, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7461, 1831, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7462, 1831, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7463, 1832, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7464, 1832, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7465, 1832, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7466, 1832, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7467, 1832, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7468, 1832, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7469, 1832, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7470, 1833, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7471, 1833, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7472, 1833, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7473, 1833, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7474, 1833, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7475, 1834, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7476, 1834, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7477, 1834, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7478, 1835, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7479, 1836, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7480, 1836, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7481, 1836, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7482, 1836, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7483, 1836, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7484, 1836, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7485, 1836, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7486, 1836, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7487, 1837, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7488, 1837, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7489, 1838, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7490, 1839, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7491, 1840, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7492, 1841, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7493, 1842, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7494, 1843, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7495, 1844, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7496, 1845, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7497, 1845, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7498, 1846, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7499, 1847, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7500, 1847, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7501, 1847, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7502, 1848, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7503, 1848, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7504, 1849, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7505, 1849, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7506, 1849, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7507, 1850, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7508, 1850, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7509, 1850, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7510, 1851, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7511, 1851, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7512, 1851, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7513, 1851, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7514, 1851, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7515, 1852, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7516, 1852, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7517, 1852, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7518, 1853, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7519, 1853, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7520, 1853, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7521, 1854, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7522, 1854, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7523, 1854, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7524, 1855, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7525, 1855, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7526, 1855, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7527, 1855, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7528, 1855, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7529, 1856, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7530, 1856, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7531, 1857, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7532, 1858, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7533, 1858, 2755, 'PVC00076', 'COPLA C/R 1 1/4', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7534, 1859, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7535, 1860, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7536, 1860, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7537, 1861, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7538, 1861, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7539, 1861, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7540, 1861, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7541, 1861, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7542, 1861, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7543, 1861, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7544, 1861, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7545, 1862, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7546, 1862, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7547, 1862, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7548, 1863, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7549, 1864, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7550, 1865, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7551, 1866, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', 'standard', NULL, '41.0000', '41.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '41.0000', '', '41.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7552, 1867, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7553, 1867, 2490, 'PVC00006', 'ADAPTADOR  1/2', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7554, 1867, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7555, 1868, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7556, 1868, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7557, 1869, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7558, 1870, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7559, 1871, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7560, 1872, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', 'standard', NULL, '16.5000', '16.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '16.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7561, 1872, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7562, 1873, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7563, 1874, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7564, 1874, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7565, 1875, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7566, 1876, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7567, 1877, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7568, 1877, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7569, 1877, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7570, 1878, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7571, 1878, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7572, 1879, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7573, 1880, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7574, 1881, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7575, 1882, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '1.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7576, 1883, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7577, 1884, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7578, 1884, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7579, 1885, 3050, '750120663147', 'NIVEL DE HILO/ 3\" TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7580, 1886, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7581, 1887, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7582, 1888, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7583, 1888, 2591, '7501206674963', 'BROCHA PRETUL 3\" MGO. PLASTICO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7584, 1889, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7585, 1890, 2590, '7503005496296', 'BROCHA LA BUENA DE 5??', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7586, 1890, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7587, 1891, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7588, 1892, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7589, 1892, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7590, 1893, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7591, 1893, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7592, 1894, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7593, 1895, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7594, 1895, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7595, 1896, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7596, 1896, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7597, 1897, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7598, 1898, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7599, 1899, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7600, 1900, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7601, 1900, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7602, 1901, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7603, 1902, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7604, 1903, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7605, 1904, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7606, 1905, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7607, 1905, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7608, 1906, 3644, '8801038569970', 'RASURDORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7609, 1907, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7610, 1908, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7611, 1909, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7612, 1910, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7613, 1911, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7614, 1911, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7615, 1912, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7616, 1913, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7617, 1914, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7618, 1914, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7619, 1915, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7620, 1916, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7621, 1917, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7622, 1918, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7623, 1918, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7624, 1919, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7625, 1920, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7626, 1921, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7627, 1922, 2678, '102155', 'CINTA DE AISLAR TENFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7628, 1922, 2794, '7501206664131', 'DESARMADOR PLANO PRETUL 1/4 X 4\"', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7629, 1923, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7630, 1923, 2659, '721282301295', 'CHETOS 190G  .', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7631, 1923, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7632, 1923, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7633, 1924, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7634, 1925, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7635, 1926, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7636, 1927, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7637, 1927, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7638, 1928, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7639, 1928, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7640, 1928, 3486, '43343906', 'LAYS ORIGINAL PROMO', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7641, 1929, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7642, 1930, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7643, 1931, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7644, 1932, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7645, 1932, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7646, 1933, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7647, 1934, 3102, '12', 'PLAFONERA BTICINO', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7648, 1935, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7649, 1936, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7650, 1937, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7651, 1938, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7652, 1939, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7653, 1939, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7654, 1940, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7655, 1940, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7656, 1940, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7657, 1941, 3644, '8801038569970', 'RASURDORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7658, 1942, 2907, '7501137380025', 'GOMA BLANCA FAST 2.10 ONZ', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7659, 1942, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7660, 1942, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7661, 1943, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7662, 1943, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7663, 1944, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7664, 1944, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7665, 1945, 3645, '7401005001352', 'QUETZALTECA 1/2 LITRO', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7666, 1946, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7667, 1946, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7668, 1946, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7669, 1947, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7670, 1948, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7671, 1949, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7672, 1949, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7673, 1949, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7674, 1949, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7675, 1950, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7676, 1950, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7677, 1950, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7678, 1951, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7679, 1951, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7680, 1952, 2823, '721282300397', 'DORITOS FAMILIAR   .', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7681, 1952, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7682, 1952, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7683, 1952, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7684, 1953, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7685, 1954, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7686, 1955, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7687, 1956, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7688, 1957, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7689, 1958, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7690, 1959, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7691, 1959, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7692, 1960, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7693, 1960, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7694, 1961, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7695, 1961, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7696, 1962, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7697, 1963, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7698, 1964, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7699, 1965, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7700, 1966, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7701, 1967, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7702, 1968, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', '480.0000', '', '12.0000', NULL, 1, 'PZA', '40.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7703, 1968, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '119.0000', '', '17.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7704, 1968, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7705, 1968, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7706, 1969, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7707, 1970, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7708, 1971, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7709, 1972, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7710, 1973, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7711, 1973, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7712, 1974, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7713, 1974, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7714, 1974, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7715, 1974, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7716, 1975, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7717, 1975, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7718, 1976, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7719, 1976, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7720, 1977, 3407, '24214061', 'VARILLA HIERRO 1/4 COMERCIAL', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7721, 1978, 3441, '38292314', 'CEMENTO PROGRESO', 'standard', NULL, '78.0000', '78.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '78.0000', '', '78.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7722, 1978, 3444, '41637020', 'CAL HORCALSA 20 KG', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7723, 1979, 2818, '28877321608', 'DISCO P/CMETAL DEWALT 4-1/2', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7724, 1980, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7725, 1981, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7726, 1982, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7727, 1983, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7728, 1984, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7729, 1984, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7730, 1984, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7731, 1984, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7732, 1984, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7733, 1984, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7734, 1984, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7735, 1984, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7736, 1984, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7737, 1985, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7738, 1985, 2693, '102324', 'CINTA TRANSPARENTE 2 P TESA', 'standard', NULL, '16.5000', '16.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '16.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7739, 1985, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7740, 1986, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7741, 1986, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7742, 1986, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7743, 1987, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7744, 1987, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7745, 1988, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7746, 1988, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7747, 1988, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7748, 1988, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7749, 1988, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7750, 1989, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7751, 1989, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7752, 1990, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7753, 1991, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7754, 1991, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7755, 1991, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7756, 1991, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7757, 1992, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7758, 1992, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7759, 1993, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7760, 1993, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7761, 1993, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7762, 1993, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7763, 1993, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7764, 1994, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7765, 1994, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7766, 1994, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7767, 1994, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7768, 1995, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7769, 1996, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7770, 1996, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7771, 1996, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7772, 1997, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7773, 1997, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7774, 1998, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7775, 1999, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7776, 1999, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7777, 1999, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7778, 2000, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7779, 2000, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7780, 2001, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7781, 2002, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7782, 2003, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7783, 2004, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7784, 2005, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7785, 2006, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7786, 2006, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7787, 2006, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7788, 2006, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7789, 2006, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7790, 2006, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7791, 2007, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7792, 2008, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7793, 2009, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7794, 2010, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7795, 2010, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7796, 2011, 3638, '7401002902577', 'HARINA ORO MAYA 1.76 LB. (MASECA)', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7797, 2012, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7798, 2013, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7799, 2014, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7800, 2015, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', 'standard', NULL, '0.2500', '0.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.2500', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7801, 2016, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7802, 2016, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7803, 2016, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7804, 2016, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7805, 2016, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7806, 2017, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7807, 2018, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7808, 2018, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7809, 2018, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7810, 2019, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7811, 2019, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7812, 2019, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7813, 2019, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7814, 2019, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7815, 2020, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7816, 2020, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7817, 2020, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7818, 2021, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7819, 2022, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7820, 2022, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7821, 2023, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7822, 2023, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7823, 2023, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '7.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7824, 2023, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7825, 2023, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7826, 2023, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7827, 2023, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7828, 2023, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7829, 2024, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7830, 2025, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7831, 2025, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7832, 2026, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7833, 2026, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7834, 2026, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7835, 2026, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7836, 2027, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7837, 2028, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7838, 2029, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7839, 2029, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7840, 2029, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7841, 2029, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7842, 2029, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7843, 2030, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7844, 2030, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7845, 2031, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7846, 2032, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7847, 2032, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7848, 2032, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7849, 2032, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7850, 2033, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7851, 2034, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7852, 2035, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7853, 2036, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7854, 2037, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7855, 2038, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7856, 2039, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7857, 2039, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7858, 2040, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7859, 2040, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7860, 2040, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7861, 2040, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7862, 2041, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7863, 2041, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7864, 2042, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7865, 2043, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7866, 2044, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7867, 2045, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7868, 2046, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7869, 2046, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7870, 2047, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7871, 2048, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7872, 2048, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7873, 2049, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7874, 2050, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7875, 2050, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7876, 2051, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7877, 2051, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7878, 2051, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7879, 2052, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7880, 2052, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7881, 2052, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7882, 2052, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7883, 2052, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7884, 2052, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7885, 2053, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7886, 2053, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7887, 2054, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7888, 2054, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7889, 2054, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7890, 2054, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7891, 2054, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7892, 2054, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7893, 2054, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7894, 2055, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7895, 2055, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7896, 2056, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7897, 2057, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7898, 2057, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7899, 2058, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7900, 2059, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7901, 2060, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7902, 2061, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7903, 2061, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7904, 2062, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7905, 2063, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.3331', '', '0.3333', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7906, 2063, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7907, 2064, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7908, 2065, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7909, 2065, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7910, 2066, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7911, 2066, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7912, 2067, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7913, 2067, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7914, 2067, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7915, 2068, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7916, 2068, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7917, 2069, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7918, 2069, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7919, 2070, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7920, 2071, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7921, 2071, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7922, 2072, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7923, 2072, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7924, 2073, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7925, 2074, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7926, 2074, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7927, 2074, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7928, 2075, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7929, 2076, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7930, 2076, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7931, 2077, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7932, 2078, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7933, 2078, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7934, 2079, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7935, 2079, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7936, 2079, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7937, 2080, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7938, 2081, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7939, 2082, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7940, 2082, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7941, 2083, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7942, 2083, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7943, 2083, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7944, 2083, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7945, 2083, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7946, 2083, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7947, 2083, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7948, 2084, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7949, 2084, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7950, 2084, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7951, 2084, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7952, 2084, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7953, 2084, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7954, 2085, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7955, 2085, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7956, 2085, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7957, 2085, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7958, 2085, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7959, 2086, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7960, 2086, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7961, 2086, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7962, 2086, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7963, 2087, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7964, 2087, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7965, 2088, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7966, 2089, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7967, 2090, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7968, 2090, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7969, 2090, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7970, 2091, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7971, 2091, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7972, 2091, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7973, 2092, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7974, 2092, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7975, 2093, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7976, 2094, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7977, 2094, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7978, 2094, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7979, 2094, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7980, 2095, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7981, 2095, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7982, 2095, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7983, 2095, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7984, 2095, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7985, 2095, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7986, 2095, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7987, 2096, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7988, 2096, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7989, 2097, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7990, 2097, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7991, 2098, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7992, 2099, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7993, 2100, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7994, 2101, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7995, 2102, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7996, 2102, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7997, 2103, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7998, 2104, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7999, 2104, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8000, 2104, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8001, 2104, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8002, 2104, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8003, 2105, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8004, 2105, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8005, 2105, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8006, 2106, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8007, 2107, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8008, 2108, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8009, 2109, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8010, 2110, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8011, 2111, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8012, 2112, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8013, 2112, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8014, 2112, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8015, 2113, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8016, 2113, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8017, 2114, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8018, 2115, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8019, 2115, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8020, 2116, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8021, 2117, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8022, 2117, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8023, 2117, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8024, 2117, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8025, 2118, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8026, 2119, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8027, 2120, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8028, 2121, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8029, 2121, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8030, 2121, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8031, 2122, 3631, '4719867213084', 'SUPER GLUE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8032, 2123, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8033, 2123, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8034, 2124, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8035, 2124, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8036, 2124, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8037, 2124, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8038, 2124, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8039, 2124, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8040, 2124, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8041, 2125, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8042, 2125, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8043, 2125, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8044, 2125, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8045, 2126, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8046, 2127, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8047, 2128, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8048, 2128, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8049, 2129, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8050, 2129, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8051, 2129, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8052, 2129, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8053, 2130, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8054, 2131, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8055, 2131, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8056, 2132, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8057, 2133, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8058, 2133, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8059, 2133, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8060, 2134, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8061, 2134, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8062, 2134, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8063, 2135, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8064, 2136, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8065, 2136, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8066, 2136, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8067, 2137, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8068, 2138, 3644, '8801038569970', 'RASURDORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8069, 2139, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8070, 2140, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8071, 2141, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8072, 2141, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8073, 2141, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8074, 2141, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8075, 2141, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8076, 2142, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8077, 2143, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8078, 2144, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8079, 2144, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8080, 2145, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8081, 2146, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8082, 2147, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8083, 2147, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8084, 2147, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8085, 2148, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8086, 2148, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8087, 2149, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8088, 2149, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8089, 2149, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8090, 2149, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8091, 2149, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8092, 2150, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.6666', '', '0.3333', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8093, 2150, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8094, 2150, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8095, 2150, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8096, 2150, 3644, '8801038569970', 'RASURDORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8097, 2151, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8098, 2152, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8099, 2153, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8100, 2154, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8101, 2155, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8102, 2156, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8103, 2156, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8104, 2157, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8105, 2158, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8106, 2159, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8107, 2160, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8108, 2160, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8109, 2160, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8110, 2161, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8111, 2162, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8112, 2163, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8113, 2164, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8114, 2165, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8115, 2166, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8116, 2166, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8117, 2167, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8118, 2167, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8119, 2167, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8120, 2168, 2882, '753079005017', 'GALLETA CAN CAN', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8121, 2168, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8122, 2168, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8123, 2168, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8124, 2169, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8125, 2169, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8126, 2169, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8127, 2169, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8128, 2169, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8129, 2169, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8130, 2170, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8131, 2171, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8132, 2172, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8133, 2172, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8134, 2172, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8135, 2172, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '7.5000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8136, 2172, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8137, 2172, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8138, 2172, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8139, 2173, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8140, 2174, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8141, 2174, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8142, 2175, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8143, 2176, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8144, 2177, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8145, 2177, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8146, 2178, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8147, 2179, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8148, 2179, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8149, 2180, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8150, 2181, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8151, 2182, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8152, 2182, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8153, 2183, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8154, 2184, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8155, 2185, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8156, 2185, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8157, 2185, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8158, 2185, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8159, 2185, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8160, 2185, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8161, 2185, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8162, 2185, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8163, 2186, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8164, 2186, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8165, 2186, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8166, 2187, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8167, 2188, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', 'standard', NULL, '0.2500', '0.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8168, 2188, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8169, 2188, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8170, 2188, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8171, 2189, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8172, 2189, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8173, 2190, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8174, 2190, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8175, 2190, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8176, 2191, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8177, 2192, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8178, 2193, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8179, 2193, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8180, 2194, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8181, 2195, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8182, 2196, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8183, 2197, 2810, '7501206657188', 'DISCO DIAMANTADO CONTINUO 7? PRETUL', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8184, 2198, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8185, 2198, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8186, 2198, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8187, 2198, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8188, 2199, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8189, 2200, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8190, 2201, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8191, 2201, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8192, 2201, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8193, 2201, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8194, 2201, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8195, 2201, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8196, 2201, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8197, 2201, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8198, 2201, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8199, 2201, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8200, 2201, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8201, 2202, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8202, 2202, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8203, 2202, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8204, 2202, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8205, 2202, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8206, 2202, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8207, 2202, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8208, 2202, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8209, 2202, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8210, 2203, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8211, 2203, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8212, 2203, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8213, 2203, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8214, 2203, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8215, 2203, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8216, 2203, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8217, 2203, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8218, 2204, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8219, 2204, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8220, 2204, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8221, 2204, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8222, 2204, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8223, 2204, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8224, 2205, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8225, 2205, 2955, '123', 'KIT PARA INSTALACION DE GAS 2 CLIP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8226, 2206, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8227, 2206, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8228, 2206, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8229, 2207, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8230, 2207, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8231, 2207, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8232, 2208, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8233, 2208, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8234, 2209, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8235, 2210, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8236, 2210, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8237, 2210, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8238, 2211, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8239, 2212, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8240, 2213, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8241, 2214, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8242, 2214, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8243, 2215, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8244, 2216, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8245, 2217, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8246, 2218, 3547, '748757008732', 'GALLETA PIC NIC VAINILLA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8247, 2218, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8248, 2218, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8249, 2218, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8250, 2218, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8251, 2218, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8252, 2219, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8253, 2220, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8254, 2221, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8255, 2222, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8256, 2223, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8257, 2224, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8258, 2225, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8259, 2226, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8260, 2226, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8261, 2227, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8262, 2227, 3576, '7506192509152', 'SAVILOE 500 ML', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8263, 2228, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8264, 2229, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8265, 2229, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8266, 2230, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8267, 2231, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8268, 2232, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8269, 2233, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8270, 2234, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8271, 2234, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8272, 2234, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8273, 2234, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8274, 2235, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8275, 2235, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8276, 2236, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8277, 2236, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8278, 2237, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8279, 2238, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8280, 2238, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8281, 2238, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8282, 2238, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8283, 2239, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8284, 2239, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8285, 2239, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8286, 2239, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8287, 2239, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8288, 2239, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8289, 2239, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8290, 2239, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8291, 2239, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8292, 2239, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8293, 2239, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8294, 2239, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8295, 2239, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8296, 2240, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8297, 2241, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8298, 2241, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8299, 2242, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8300, 2243, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8301, 2244, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8302, 2245, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', '312.0000', '', '12.0000', NULL, 1, 'PZA', '26.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8303, 2246, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8304, 2247, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8305, 2248, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8306, 2249, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8307, 2249, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8308, 2249, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8309, 2250, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8310, 2250, 2710, '7401006400482', 'COCA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8311, 2250, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8312, 2250, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8313, 2250, 3650, '7401006400222', 'COCACOLA 355 ML PET.', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8314, 2251, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8315, 2251, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8316, 2252, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8317, 2252, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8318, 2253, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8319, 2254, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8320, 2255, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8321, 2256, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8322, 2257, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8323, 2257, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8324, 2258, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8325, 2258, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8326, 2258, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8327, 2259, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8328, 2259, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8329, 2259, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8330, 2259, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8331, 2259, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8332, 2259, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8333, 2259, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8334, 2259, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8335, 2260, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8336, 2260, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8337, 2260, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8338, 2260, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8339, 2261, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 5, 'UNIDAD', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8340, 2261, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8341, 2261, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8342, 2261, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8343, 2261, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8344, 2261, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8345, 2262, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8346, 2262, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8347, 2262, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8348, 2262, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8349, 2262, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8350, 2262, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8351, 2262, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8352, 2262, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8353, 2263, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8354, 2263, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8355, 2263, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8356, 2263, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8357, 2263, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8358, 2263, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8359, 2264, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8360, 2265, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8361, 2266, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8362, 2266, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.2500', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8363, 2266, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8364, 2266, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8365, 2266, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8366, 2267, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8367, 2267, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8368, 2267, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8369, 2267, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8370, 2267, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8371, 2267, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8372, 2267, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8373, 2267, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8374, 2268, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8375, 2268, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8376, 2269, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8377, 2269, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8378, 2269, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8379, 2269, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8380, 2269, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '45.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8381, 2269, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '45.0000', 1, '0.0000', NULL, '', '0', '0.0000', '360.0000', '', '8.0000', NULL, 1, 'PZA', '45.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8382, 2269, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8383, 2269, 3564, '7401188502417', 'FOCO LED T EMERRGENCIA 15 W FG LIGHTING', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8384, 2269, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8385, 2269, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', 'standard', NULL, '53.0000', '53.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '53.0000', '', '53.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8386, 2269, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8387, 2269, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8388, 2269, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8389, 2269, 2690, '638060080009', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', 'standard', NULL, '57.0000', '57.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '57.0000', '', '57.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8390, 2269, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8391, 2269, 3270, 'PVC00208', 'TEE PVC DE 4\"', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8392, 2269, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '160.0000', '', '40.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8393, 2269, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '8.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8394, 2270, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8395, 2270, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8396, 2270, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8397, 2270, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8398, 2270, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8399, 2270, 3598, '17506240624629', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', 'standard', NULL, '5.0000', '5.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '5.0000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8400, 2270, 2961, 'FER00017', 'LB ELECTRODO 3/32', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8401, 2270, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8402, 2270, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8403, 2270, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8404, 2270, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8405, 2270, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8406, 2270, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8407, 2270, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8408, 2270, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8409, 2270, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8410, 2270, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8411, 2270, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8412, 2270, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8413, 2270, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8414, 2270, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8415, 2270, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8416, 2270, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8417, 2270, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8418, 2270, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8419, 2270, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8420, 2270, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8421, 2270, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8422, 2270, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8423, 2270, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8424, 2270, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8425, 2270, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8426, 2270, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8427, 2270, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8428, 2270, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8429, 2270, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8430, 2270, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8431, 2270, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8432, 2270, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8433, 2270, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8434, 2270, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8435, 2271, 3599, '8693029703483', 'GUSTO OSO ', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8436, 2271, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8437, 2271, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8438, 2271, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8439, 2271, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8440, 2271, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8441, 2271, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8442, 2271, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8443, 2271, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8444, 2271, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8445, 2271, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8446, 2271, 3650, '7401006400222', 'COCACOLA 355 ML PET.', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8447, 2271, 3059, '60', 'NYLON UNIDAD', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8448, 2271, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8449, 2271, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8450, 2271, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8451, 2271, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8452, 2271, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8453, 2271, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8454, 2271, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8455, 2271, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8456, 2271, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 5, 'UNIDAD', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8457, 2271, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8458, 2271, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8459, 2271, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8460, 2271, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8461, 2271, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8462, 2271, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8463, 2271, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8464, 2271, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8465, 2271, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8466, 2271, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8467, 2271, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8468, 2271, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8469, 2271, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8470, 2271, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8471, 2271, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8472, 2271, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8473, 2272, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8474, 2272, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8475, 2272, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8476, 2272, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8477, 2272, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8478, 2272, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '2.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8479, 2272, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '1.0000', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8480, 2272, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8481, 2272, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8482, 2272, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8483, 2272, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8484, 2272, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8485, 2272, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8486, 2272, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8487, 2272, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8488, 2272, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8489, 2272, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8490, 2272, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8491, 2272, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8492, 2272, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8493, 2272, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8494, 2272, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8495, 2272, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8496, 2272, 2490, 'PVC00006', 'ADAPTADOR  1/2', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8497, 2272, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8498, 2272, 3241, 'PVC00168', 'TAPON 2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8499, 2272, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8500, 2272, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8501, 2272, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8502, 2272, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8503, 2272, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8504, 2272, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8505, 2272, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8506, 2272, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8507, 2272, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '4.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8508, 2272, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8509, 2272, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8510, 2272, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8511, 2272, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8512, 2273, 2712, '7401006400901', 'COCA DESECHABLE 2.5', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8513, 2273, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8514, 2273, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8515, 2273, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8516, 2273, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8517, 2273, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '1.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8518, 2273, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8519, 2273, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8520, 2273, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8521, 2273, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8522, 2273, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8523, 2273, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8524, 2273, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8525, 2273, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8526, 2273, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8527, 2273, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8528, 2273, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8529, 2273, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '29.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8530, 2273, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8531, 2273, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8532, 2274, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8533, 2275, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8534, 2276, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8535, 2277, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8536, 2277, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8537, 2278, 2711, '7411001800231', 'COCA COLA LATA  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8538, 2278, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8539, 2278, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8540, 2278, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8541, 2278, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8542, 2279, 3466, '50793332', 'TUBO DRENAJE 2 NARANJA', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8543, 2279, 3440, '49527374', 'PEGAMIX.', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8544, 2279, 3441, '38292314', 'CEMENTO PROGRESO', 'standard', NULL, '77.0000', '77.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '77.0000', '', '77.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8545, 2279, 3679, '02020596', 'CEMENTO NACIONAL', 'standard', NULL, '66.0000', '66.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '132.0000', '', '66.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8546, 2279, 3759, '07230149', 'METRO DE PIEDRIN 3/8', 'standard', NULL, '225.0000', '225.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '225.0000', '', '225.0000', NULL, 6, 'METRO', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8547, 2280, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8548, 2281, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8549, 2281, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8550, 2281, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8551, 2282, 2901, '10', 'GARRAFON DE AGUA PURA.', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8552, 2283, 2713, '7441003500501', 'COCA VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8553, 2284, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8554, 2284, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8555, 2284, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8556, 2284, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8557, 2284, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8558, 2284, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8559, 2284, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8560, 2284, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8561, 2285, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8562, 2285, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8563, 2285, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8564, 2285, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8565, 2286, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8566, 2287, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8567, 2288, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8568, 2289, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8569, 2290, 3439, '29652683', 'LIBRA DE ALAMBRE DE AMARRE.', 'standard', 0, '7.0000', '7.0000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '700.0000', '', '7.0000', NULL, 5, 'UNIDAD', '100.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8570, 2290, 3441, '38292314', 'CEMENTO PROGRESO', 'standard', 0, '75.0000', '75.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3750.0000', '', '75.0000', NULL, 5, 'UNIDAD', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8571, 2290, 3412, '56739529', 'VARILLA HIERRO 1/2 G40', 'standard', 0, '62.8500', '62.8500', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1319.8500', '', '62.8500', NULL, 5, 'UNIDAD', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8572, 2290, 3409, '23164244', 'VARILLA HIERRO 3/8 G40', 'standard', 0, '36.1500', '36.1500', '39.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1409.8500', '', '36.1500', NULL, 5, 'UNIDAD', '39.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8573, 2290, 3654, '93244673', 'TUBO PVC DE 4¨ 160 PSI', 'standard', NULL, '315.0000', '315.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '315.0000', '', '315.0000', NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8574, 2290, 3764, '54862089', 'TUBO PVC 2¨ 80 PSI SDR51', 'standard', NULL, '75.0000', '75.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '75.0000', NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8575, 2290, 3656, '28115474', 'TUBO PVC 3¨ 80 PSI', 'standard', NULL, '145.0000', '145.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '145.0000', '', '145.0000', NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8576, 2291, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8577, 2292, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8578, 2293, 3441, '38292314', 'CEMENTO PROGRESO', 'standard', 0, '75.0000', '75.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1125.0000', '', '75.0000', NULL, 5, 'UNIDAD', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8579, 2293, 3663, '85590577', 'VARILLA HIERRO 3/8 MILIMETRICO', 'standard', 0, '23.0000', '23.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '184.0000', '', '23.0000', NULL, 5, 'UNIDAD', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8580, 2294, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8581, 2295, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8582, 2296, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8583, 2296, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8584, 2297, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8585, 2297, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8586, 2298, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '60.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8587, 2299, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8588, 2300, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8589, 2300, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8590, 2300, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8591, 2301, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8592, 2301, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8593, 2302, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8594, 2303, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8595, 2304, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8596, 2304, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8597, 2305, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8598, 2305, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8599, 2306, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8600, 2307, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8601, 2307, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8602, 2308, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8603, 2309, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8604, 2309, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8605, 2310, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8606, 2311, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8607, 2312, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8608, 2312, 2822, '7401000702902', 'DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8609, 2313, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8610, 2314, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8611, 2315, 3695, '60886125', 'GALON DE TINER', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8612, 2315, 3725, '24485829', 'PINTURA CORONA GALON ACEITE CLASICA FAST DRY', 'standard', 0, '125.0000', '125.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '125.0000', '', '125.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8613, 2315, 3382, '67308696', 'TUBO NEGRO DE 1X1 1/2.', 'standard', 0, '130.0000', '130.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '130.0000', '', '130.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8614, 2315, 3727, '48665044', 'PINTURA SPRAY CROMO BRILLANTE CORONA', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8615, 2315, 3441, '38292314', 'CEMENTO PROGRESO', 'standard', NULL, '77.0000', '77.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '77.0000', '', '77.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8616, 2315, 3473, '18399968', 'TUBO PVC 1/2 ', 'standard', NULL, '30.0000', '30.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '30.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8617, 2315, 3439, '29652683', 'LIBRA DE ALAMBRE DE AMARRE.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8618, 2316, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8619, 2316, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8620, 2316, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8621, 2316, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8622, 2316, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8623, 2317, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8624, 2317, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8625, 2318, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8626, 2318, 2752, 'PVC00073', 'COPLA 3/4', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8627, 2318, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8628, 2319, 3175, '7501728194499', 'SAPITO P/TANQUE SANITARIO VARIOS COLORES', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8629, 2319, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8630, 2320, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8631, 2321, 3663, '85590577', 'VARILLA HIERRO 3/8 MILIMETRICO', 'standard', NULL, '22.3000', '22.3000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '289.9000', '', '22.3000', NULL, 5, 'UNIDAD', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8632, 2321, 3409, '23164244', 'VARILLA HIERRO 3/8 G40', 'standard', 0, '36.1500', '36.1500', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '253.0500', '', '36.1500', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8633, 2321, 3756, '72839641', 'METRO DE ARENA', 'standard', NULL, '115.0000', '115.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '115.0000', '', '115.0000', NULL, 6, 'METRO', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8634, 2321, 3767, '88214145', '1/2 METRO DE PIEDRIN 3/4', 'standard', NULL, '90.0000', '90.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '90.0000', NULL, 6, 'METRO', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8635, 2321, 3432, '41048684', 'BLOCK DE 15 MACORA', 'standard', NULL, '4.2500', '4.2500', '104.0000', 1, '0.0000', NULL, '', '0', '0.0000', '442.0000', '', '4.2500', NULL, 5, 'UNIDAD', '104.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8636, 2321, 3434, '22837205', 'SOLERA DE 15 MACORA', 'standard', NULL, '4.5000', '4.5000', '26.0000', 1, '0.0000', NULL, '', '0', '0.0000', '117.0000', '', '4.5000', NULL, 5, 'UNIDAD', '26.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8637, 2321, 3407, '24214061', 'VARILLA HIERRO 1/4 COMERCIAL', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8638, 2321, 3439, '29652683', 'LIBRA DE ALAMBRE DE AMARRE.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8639, 2321, 3441, '38292314', 'CEMENTO PROGRESO', 'standard', NULL, '77.0000', '77.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '231.0000', '', '77.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8640, 2322, 3758, '69689960', 'METRO DE PIEDRIN 1/2', 'standard', NULL, '225.0000', '225.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '675.0000', '', '225.0000', NULL, 6, 'METRO', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8641, 2322, 3555, '13409883', 'CARRETA C/LLANTA REFORZADA TRUPER', 'standard', NULL, '450.0000', '450.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '450.0000', '', '450.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8642, 2322, 3433, '00637449', 'SOLERA DE 14 MACORA', 'standard', 0, '4.5000', '4.5000', '125.0000', 1, '0.0000', NULL, '', '0', '0.0000', '562.5000', '', '4.5000', NULL, 5, 'UNIDAD', '125.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8643, 2323, 3758, '69689960', 'METRO DE PIEDRIN 1/2', 'standard', NULL, '225.0000', '225.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '450.0000', '', '225.0000', NULL, 6, 'METRO', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8644, 2323, 3441, '38292314', 'CEMENTO PROGRESO', 'standard', NULL, '77.0000', '77.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '385.0000', '', '77.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8645, 2323, 3444, '41637020', 'CAL HORCALSA 20 KG', 'standard', NULL, '33.0000', '33.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '165.0000', '', '33.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8646, 2323, 3432, '41048684', 'BLOCK DE 15 MACORA', 'standard', NULL, '4.2500', '4.2500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '4.2500', NULL, 5, 'UNIDAD', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8647, 2324, 3710, '16312465', 'TUBO NEGRO 1*1¨ CHAPA 20', 'standard', 0, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8648, 2324, 3679, '02020596', 'CEMENTO NACIONAL', 'standard', NULL, '66.0000', '66.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '66.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8649, 2325, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8650, 2326, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8651, 2327, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8652, 2327, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8653, 2328, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8654, 2329, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8655, 2330, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8656, 2331, 3243, 'PVC00158', 'TAPON H 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8657, 2331, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8658, 2331, 3214, '769409155765', 'SPRAY CORONA  VARIEDAD COLORES (TDA)', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8659, 2332, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8660, 2333, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8661, 2333, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8662, 2334, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8663, 2335, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8664, 2335, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8665, 2335, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8666, 2336, 3295, '102300', 'TORNILLO NEGRO PARA T/YESO 3 PULG', 'standard', NULL, '0.7500', '0.7500', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '0.7500', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8667, 2337, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8668, 2338, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8669, 2338, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8670, 2338, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8671, 2338, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8672, 2338, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8673, 2339, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8674, 2340, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8675, 2340, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8676, 2341, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8677, 2342, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8678, 2343, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8679, 2343, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8680, 2344, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8681, 2345, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8682, 2346, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8683, 2347, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '15.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8684, 2348, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8685, 2348, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8686, 2349, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8687, 2350, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8688, 2351, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8689, 2352, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8690, 2353, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8691, 2354, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8692, 2354, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8693, 2355, 3545, '6933528778697', 'DISCO DE SIERRA 7 1/4\\\" X 40T', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8694, 2356, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8695, 2356, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8696, 2357, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8697, 2357, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8698, 2357, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8699, 2358, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8700, 2358, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8701, 2359, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8702, 2359, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8703, 2359, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8704, 2360, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8705, 2360, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8706, 2361, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8707, 2362, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8708, 2363, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8709, 2363, 2858, '769409174032', 'FELPA ARTISAN 3/4', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8710, 2363, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8711, 2364, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8712, 2365, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8713, 2365, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8714, 2366, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8715, 2366, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8716, 2367, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8717, 2368, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8718, 2369, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8719, 2369, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8720, 2369, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8721, 2369, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8722, 2370, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8723, 2370, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8724, 2370, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8725, 2371, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8726, 2372, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8727, 2372, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8728, 2373, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8729, 2374, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8730, 2374, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8731, 2375, 2587, '7503005496234', 'BROCHA LA BUENA 1?', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8732, 2375, 2636, '102320', 'CEPILLO DE ALAMBRE 5 FILAS ALD, MAN PLAS', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8733, 2375, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8734, 2375, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8735, 2375, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8736, 2376, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8737, 2377, 3613, '7413402812141', 'PAÑUELO PAN SINAI 42 GRS', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8738, 2378, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8739, 2379, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8740, 2380, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8741, 2381, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8742, 2381, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8743, 2382, 3102, '12', 'PLAFONERA BTICINO', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8744, 2382, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8745, 2382, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8746, 2382, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8747, 2382, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8748, 2382, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8749, 2382, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8750, 2382, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8751, 2383, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8752, 2384, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8753, 2384, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8754, 2385, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8755, 2386, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8756, 2386, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8757, 2387, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8758, 2387, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8759, 2388, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8760, 2389, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8761, 2390, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8762, 2391, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8763, 2391, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8764, 2392, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8765, 2392, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8766, 2393, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8767, 2393, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8768, 2393, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8769, 2394, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8770, 2395, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8771, 2395, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8772, 2396, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8773, 2397, 3644, '8801038569970', 'RASURDORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8774, 2397, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8775, 2397, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8776, 2397, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8777, 2397, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8778, 2397, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8779, 2397, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8780, 2398, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8788, 2400, 2813, '750624064064', 'DISCO LAMINADO PRETUL  4 1/2\" GRANO 60', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8789, 2400, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8790, 2400, 2815, '7506240640271', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 80', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8791, 2401, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8792, 2401, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '8.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8793, 2401, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8794, 2401, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8795, 2402, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8796, 2403, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8797, 2404, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8798, 2404, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8799, 2404, 2671, '7506240608004', 'CHORRO PRETUL 1/2', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8800, 2404, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8801, 2405, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8802, 2406, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8803, 2407, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8804, 2407, 3246, '10205', 'TAPON H DR 3', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8805, 2408, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8806, 2409, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8807, 2410, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8808, 2411, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8809, 2412, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8810, 2413, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8811, 2414, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8812, 2414, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8813, 2415, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8814, 2416, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8815, 2416, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8816, 2417, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8817, 2418, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8818, 2419, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8819, 2419, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8820, 2420, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8821, 2421, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8822, 2421, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8823, 2421, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8824, 2422, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8825, 2422, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8826, 2422, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8827, 2423, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8828, 2423, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8829, 2424, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8830, 2424, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8831, 2425, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8832, 2425, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8833, 2426, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8834, 2427, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8835, 2427, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8836, 2428, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8837, 2429, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8838, 2429, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8839, 2429, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8840, 2430, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8841, 2430, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8842, 2431, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8843, 2431, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8844, 2432, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8845, 2433, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8846, 2434, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8847, 2434, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8848, 2435, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8849, 2436, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8850, 2437, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8851, 2438, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8852, 2439, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8853, 2439, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8854, 2439, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8855, 2440, 2762, '6942713107963', 'CORDEL ALDOSA 100 MTS 0.70 MM', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8856, 2441, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8857, 2441, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8858, 2441, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8859, 2441, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8860, 2441, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8861, 2441, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8862, 2441, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8863, 2442, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8864, 2443, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8865, 2444, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '3.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8866, 2444, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8867, 2444, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8868, 2444, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8869, 2444, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8870, 2444, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8871, 2444, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '2.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8872, 2444, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', 'standard', NULL, '76.0000', '76.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '76.0000', '', '76.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8873, 2445, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8874, 2445, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8875, 2446, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8876, 2447, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8877, 2447, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8878, 2447, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8879, 2448, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8880, 2448, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8881, 2448, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8882, 2449, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8883, 2449, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8884, 2449, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8885, 2449, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8886, 2449, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8887, 2449, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8888, 2449, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '30.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8889, 2449, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8890, 2450, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8891, 2450, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8892, 2451, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8893, 2451, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8894, 2452, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8895, 2452, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8896, 2453, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8897, 2454, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8898, 2454, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8899, 2454, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8900, 2455, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8901, 2455, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8902, 2456, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8903, 2456, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8904, 2457, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8905, 2457, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8906, 2457, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8907, 2457, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8908, 2458, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8909, 2459, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8910, 2460, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8911, 2461, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8912, 2462, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8913, 2462, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8914, 2462, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8915, 2463, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8916, 2463, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8917, 2463, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8918, 2464, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8919, 2465, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8920, 2466, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8921, 2467, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8922, 2467, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8923, 2467, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8924, 2468, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8925, 2469, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8926, 2469, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8927, 2469, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8928, 2469, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8929, 2469, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8930, 2469, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8931, 2469, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8932, 2470, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8933, 2471, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '50.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8934, 2471, 3744, '7401005988745', 'ZQUIZ JUMBO', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8935, 2472, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8936, 2473, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8937, 2474, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8938, 2474, 2489, '7608966120311', 'ACTIVADOR ELECTROLITICO PARA BATERIA', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8939, 2474, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8940, 2474, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8941, 2475, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8942, 2475, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8943, 2475, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8944, 2475, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8945, 2475, 3346, 'PVC00255', 'YEE DR 2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8946, 2475, 3137, 'PVC00137', 'REDUCIDOR 2-1', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8947, 2475, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8948, 2476, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8949, 2477, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8950, 2477, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8951, 2478, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8952, 2478, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.9997', '', '0.3333', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8953, 2479, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8954, 2480, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8955, 2481, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8956, 2481, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8957, 2481, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8958, 2481, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.5000', '', '2.5000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8959, 2481, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8960, 2481, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8961, 2481, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8962, 2481, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8963, 2481, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8964, 2481, 2490, 'PVC00006', 'ADAPTADOR  1/2', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8965, 2481, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8966, 2481, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '2.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8967, 2482, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8968, 2483, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8969, 2483, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8970, 2484, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8971, 2484, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8972, 2484, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8973, 2485, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8974, 2486, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8975, 2486, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8976, 2487, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8977, 2488, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8978, 2489, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8979, 2490, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8980, 2491, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8981, 2492, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8982, 2493, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8983, 2494, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8984, 2494, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8985, 2495, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '63.0000', '', '9.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8986, 2495, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8987, 2495, 2677, '7441002704856', 'CINTA AISLAR TENFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8988, 2496, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8989, 2496, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8990, 2496, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8991, 2496, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8992, 2496, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8993, 2497, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8994, 2498, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8995, 2498, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8996, 2499, 2916, '842071004477', 'LITRO ACEITE HAVOLINE 4T SAE 20W-50 API SP PARA MOTO', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8997, 2500, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8998, 2501, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8999, 2501, 3743, '7401005913532', 'NAANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '3.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9000, 2501, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9001, 2502, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9002, 2502, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9003, 2502, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9004, 2503, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9005, 2504, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9006, 2505, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9007, 2505, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9008, 2506, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9009, 2507, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9010, 2507, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9011, 2507, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9012, 2507, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9013, 2507, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9014, 2508, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9015, 2509, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9016, 2510, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9017, 2510, 3743, '7401005913532', 'NAANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9018, 2510, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9019, 2511, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9020, 2512, 3650, '7401006400222', 'COCACOLA 355 ML PET.', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9021, 2513, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9022, 2514, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9023, 2515, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9024, 2516, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9025, 2517, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9026, 2517, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9027, 2518, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9028, 2518, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9029, 2519, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9030, 2520, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9031, 2521, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9032, 2522, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9033, 2523, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9034, 2523, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9035, 2524, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9036, 2524, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9037, 2524, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9038, 2525, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9039, 2525, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9040, 2526, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9041, 2527, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9042, 2528, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9043, 2529, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9044, 2529, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9045, 2530, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9046, 2530, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9047, 2531, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9048, 2531, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9049, 2532, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9050, 2533, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9051, 2533, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9052, 2534, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9053, 2535, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9054, 2535, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9055, 2535, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9056, 2536, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9057, 2537, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9058, 2537, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9059, 2538, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9060, 2538, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9061, 2538, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9062, 2538, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9063, 2538, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9064, 2538, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9065, 2539, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9066, 2539, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9067, 2539, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9068, 2539, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9069, 2539, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9070, 2539, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9071, 2539, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9072, 2539, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9073, 2539, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9074, 2539, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9075, 2539, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9076, 2539, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9077, 2540, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9078, 2541, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9079, 2541, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9080, 2541, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9081, 2541, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9082, 2541, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9083, 2541, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.9997', '', '0.3333', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9084, 2541, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9085, 2541, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9086, 2541, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9087, 2541, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9088, 2541, 3605, '7413402812486', 'PAN BLANCO SANDWICH', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9089, 2541, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9090, 2541, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9091, 2542, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9092, 2543, 3631, '4719867213084', 'SUPER GLUE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9093, 2543, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9094, 2543, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9095, 2543, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9096, 2543, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9097, 2544, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9098, 2544, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9099, 2544, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9100, 2544, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9101, 2544, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9102, 2544, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9103, 2544, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9104, 2544, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9105, 2544, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9106, 2544, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9107, 2544, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9108, 2544, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.5000', '', '11.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9109, 2545, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9110, 2545, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', 'standard', NULL, '2.7500', '2.7500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.7500', '', '2.7500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9111, 2546, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9112, 2546, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9113, 2546, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9114, 2546, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9115, 2546, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9116, 2546, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9117, 2546, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9118, 2546, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9119, 2547, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9120, 2548, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9121, 2549, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9122, 2549, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9123, 2550, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9124, 2550, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9125, 2550, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9126, 2550, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9127, 2550, 2671, '7506240608004', 'CHORRO PRETUL 1/2', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9128, 2551, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9129, 2551, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9130, 2552, 2868, '20783164012877', 'FLIPON 1*30 AMPERIOS THQL 1130', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9131, 2553, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9132, 2554, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9133, 2555, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9134, 2555, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9135, 2556, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9136, 2557, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9137, 2557, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9138, 2557, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9139, 2557, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9140, 2558, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9141, 2559, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9142, 2560, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9143, 2560, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9144, 2560, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9145, 2561, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9146, 2562, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9147, 2562, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9148, 2563, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9149, 2564, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9150, 2564, 3743, '7401005913532', 'NAANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9151, 2564, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9152, 2564, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9153, 2564, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9154, 2565, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9155, 2565, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9156, 2566, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9157, 2566, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9158, 2566, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9159, 2566, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9160, 2567, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9161, 2568, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9162, 2569, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9163, 2569, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9164, 2570, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9165, 2571, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9166, 2571, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9167, 2572, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9168, 2573, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9169, 2574, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9170, 2575, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9171, 2576, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9172, 2576, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9173, 2577, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9174, 2578, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9175, 2578, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9176, 2579, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9177, 2580, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9178, 2580, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9179, 2580, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9180, 2581, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9181, 2582, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9182, 2583, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9183, 2583, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9184, 2584, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9185, 2585, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9186, 2586, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9187, 2587, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9188, 2588, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9189, 2588, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9190, 2589, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9191, 2589, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9192, 2590, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9193, 2591, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9194, 2591, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9195, 2591, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9196, 2591, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9197, 2591, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9198, 2592, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9199, 2592, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9200, 2592, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9201, 2593, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9202, 2594, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9203, 2594, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9204, 2594, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9205, 2595, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9206, 2596, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9207, 2596, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9208, 2597, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9209, 2597, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9210, 2598, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9211, 2599, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9212, 2600, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9213, 2601, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9214, 2602, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9215, 2602, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9216, 2603, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9217, 2603, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9218, 2603, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9219, 2603, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9220, 2604, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9221, 2605, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9222, 2605, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9223, 2605, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9224, 2605, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9225, 2605, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9226, 2605, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9227, 2605, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9228, 2605, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9229, 2605, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9230, 2605, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9231, 2605, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9232, 2605, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9233, 2605, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9234, 2605, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9235, 2605, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9236, 2605, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9237, 2605, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9238, 2605, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9239, 2605, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9240, 2605, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9241, 2605, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9242, 2605, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '68.0000', '', '17.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9243, 2605, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9244, 2605, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9245, 2605, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9246, 2605, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '168.0000', '', '12.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9247, 2605, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9248, 2605, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9249, 2605, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9250, 2605, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', 'standard', NULL, '38.0000', '38.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '38.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9251, 2605, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9252, 2605, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9253, 2605, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9254, 2606, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9255, 2607, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9256, 2608, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9257, 2609, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9258, 2610, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9259, 2610, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9260, 2611, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9261, 2611, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '160.0000', '', '40.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9262, 2611, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9263, 2611, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '40.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9264, 2611, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9265, 2611, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9266, 2611, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9267, 2611, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9268, 2612, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9269, 2612, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9270, 2612, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9271, 2613, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9272, 2613, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9273, 2614, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9274, 2614, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9275, 2614, 3743, '7401005913532', 'NAANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9276, 2614, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9277, 2614, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9278, 2615, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9279, 2616, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9280, 2616, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9281, 2616, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9282, 2616, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9283, 2616, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9284, 2616, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9285, 2617, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9286, 2617, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9287, 2617, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9288, 2617, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9289, 2617, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9290, 2617, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9291, 2617, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9292, 2618, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9293, 2618, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9294, 2618, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9295, 2618, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9296, 2618, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9297, 2618, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9298, 2618, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9299, 2619, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9300, 2619, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9301, 2620, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9302, 2620, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9303, 2620, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9304, 2620, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9305, 2621, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9306, 2621, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9307, 2621, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9308, 2621, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9309, 2621, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9310, 2621, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9311, 2621, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9312, 2621, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9313, 2621, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9314, 2622, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9315, 2622, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9316, 2622, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9317, 2622, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9318, 2622, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9319, 2622, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9320, 2622, 2659, '721282301295', 'CHETOS 190G  .', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9321, 2622, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9322, 2623, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9323, 2623, 3631, '4719867213084', 'SUPER GLUE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9324, 2623, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9325, 2623, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9326, 2623, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9327, 2623, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9328, 2623, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9329, 2624, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9330, 2624, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9331, 2624, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9332, 2624, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9333, 2624, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9334, 2624, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9335, 2625, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 5, 'UNIDAD', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9336, 2625, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9337, 2625, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9338, 2625, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9339, 2625, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9340, 2625, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9341, 2625, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9342, 2626, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9343, 2626, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9344, 2627, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9345, 2627, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9346, 2627, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9347, 2627, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9348, 2627, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9349, 2627, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9350, 2627, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9351, 2627, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9352, 2628, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9353, 2628, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9354, 2628, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9355, 2628, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9356, 2628, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9357, 2628, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9358, 2628, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9359, 2628, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9360, 2628, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9361, 2629, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9362, 2629, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9363, 2629, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9364, 2629, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9365, 2630, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9366, 2630, 2471, '1553', 'ABRAZADERA D 4\" UNIDADES VOLTECH', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9367, 2630, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', 'standard', NULL, '0.2500', '0.2500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.2500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9368, 2630, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9369, 2630, 2560, '7506240610885', 'BROCA P/ CONCRETO 3/16 * 4\" TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9370, 2630, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9371, 2630, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9372, 2630, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9373, 2630, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9374, 2630, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9375, 2630, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9376, 2630, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9377, 2630, 3743, '7401005913532', 'NAANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9378, 2630, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9379, 2630, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9380, 2631, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9381, 2632, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9382, 2632, 2745, 'GRIF000176', 'CONTRALLAVE CROM. PARED 1/2 X 1/2 BOSSI', 'standard', NULL, '34.0000', '34.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '102.0000', '', '34.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9383, 2632, 3316, '412568', 'TUBO DE ABASTO 1/2\"  X 7/8\" QUALITA', 'standard', NULL, '26.0000', '26.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '78.0000', '', '26.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9384, 2632, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9385, 2633, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9386, 2634, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9387, 2634, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9388, 2634, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9389, 2634, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9390, 2634, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9391, 2635, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9392, 2635, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9393, 2635, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9394, 2636, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9395, 2636, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9396, 2636, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9397, 2636, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9398, 2636, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9399, 2636, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9400, 2637, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9401, 2637, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9402, 2637, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9403, 2637, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9404, 2637, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9405, 2638, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9406, 2638, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9407, 2638, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9408, 2638, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9409, 2639, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9410, 2639, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9411, 2639, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9412, 2639, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9413, 2639, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9414, 2639, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9415, 2639, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9416, 2639, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9417, 2639, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9418, 2640, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9419, 2640, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9420, 2640, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9421, 2640, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9422, 2640, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9423, 2640, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9424, 2640, 3579, '7501032907570', 'BAYGON CASA Y JARDIN 400 ML', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9425, 2640, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9426, 2640, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9427, 2641, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9428, 2641, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9429, 2641, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9430, 2641, 3631, '4719867213084', 'SUPER GLUE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9431, 2641, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9432, 2641, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9433, 2641, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9434, 2641, 3743, '7401005913532', 'NAANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9435, 2641, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9436, 2641, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9437, 2642, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9438, 2642, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9439, 2642, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9440, 2642, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9441, 2642, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '10.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9442, 2642, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9443, 2642, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9444, 2642, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9445, 2643, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9446, 2643, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 5, 'UNIDAD', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9447, 2643, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9448, 2643, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9449, 2643, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9450, 2643, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9451, 2643, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9452, 2643, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9453, 2643, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9454, 2644, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9455, 2644, 3743, '7401005913532', 'NAANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9456, 2644, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9457, 2644, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9458, 2644, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9459, 2644, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9460, 2644, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9461, 2644, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9462, 2645, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9463, 2645, 2620, 'FER0313', 'CANDADO 40MM DORADO WHALE', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9464, 2645, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9465, 2645, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9466, 2645, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9467, 2646, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9468, 2646, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9469, 2646, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9470, 2646, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9471, 2646, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9472, 2646, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9473, 2646, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9474, 2646, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9475, 2646, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9476, 2647, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9477, 2647, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9478, 2647, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9479, 2647, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9480, 2648, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9481, 2648, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9482, 2649, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9483, 2650, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9484, 2651, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9485, 2651, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9486, 2652, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9487, 2652, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9488, 2653, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9489, 2653, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9490, 2653, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9491, 2653, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9492, 2653, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9493, 2654, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9494, 2654, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9495, 2654, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9496, 2654, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9497, 2654, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9498, 2654, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9499, 2655, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9500, 2655, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9501, 2656, 3615, '764600242207', 'UNI-PULMIN', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9502, 2656, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9503, 2657, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9504, 2658, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9505, 2658, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9506, 2658, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9507, 2658, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9508, 2658, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9509, 2658, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9510, 2658, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9511, 2658, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9512, 2659, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9513, 2659, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9514, 2659, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9515, 2659, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9516, 2659, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9517, 2659, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9518, 2659, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9519, 2659, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9520, 2660, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9521, 2660, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9522, 2660, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9523, 2660, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9524, 2660, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9525, 2660, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9526, 2660, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9527, 2660, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9528, 2661, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9529, 2661, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9530, 2661, 3624, '7451079003431', 'PANADOL ULTRA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9531, 2661, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9532, 2661, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9533, 2661, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9534, 2662, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9535, 2662, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9536, 2663, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9537, 2663, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9538, 2663, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9539, 2663, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '35.0000', 1, '0.0000', NULL, '', '0', '0.0000', '280.0000', '', '8.0000', NULL, 1, 'PZA', '35.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9540, 2663, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9541, 2663, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9542, 2664, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9543, 2664, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9544, 2665, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9545, 2665, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9546, 2666, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9547, 2667, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9548, 2667, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9549, 2668, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9550, 2669, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9551, 2669, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9552, 2670, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9553, 2670, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9554, 2670, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9555, 2670, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9556, 2670, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9557, 2671, 3642, '7501206668528', 'NIVEL DE ALUMINIO DE 14\\\" PRETUL(22456)', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9558, 2671, 3782, '7401007608788', 'BORRADOR TUCAN ', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9559, 2671, 3783, '69668397', 'REMACHE POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '48.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '0.5000', NULL, 5, 'UNIDAD', '48.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9560, 2672, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9561, 2673, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9562, 2674, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9563, 2674, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9564, 2674, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '12.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9565, 2674, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9566, 2674, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9567, 2674, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9568, 2674, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9569, 2674, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9570, 2674, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9571, 2674, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9572, 2674, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9573, 2675, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9574, 2675, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9575, 2676, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9576, 2677, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9577, 2677, 2823, '721282300397', 'DORITOS FAMILIAR   .', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9578, 2678, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9579, 2679, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9580, 2680, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9581, 2680, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9582, 2681, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9583, 2681, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9584, 2681, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9585, 2682, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9586, 2682, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9587, 2682, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9588, 2683, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9589, 2683, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9590, 2683, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9591, 2684, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9592, 2684, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9593, 2685, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9594, 2686, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9595, 2686, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9596, 2686, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9597, 2687, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9598, 2687, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9599, 2688, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9600, 2688, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9601, 2689, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9602, 2690, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9603, 2690, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9604, 2690, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9605, 2691, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9606, 2692, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9607, 2692, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9608, 2693, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9609, 2694, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9610, 2695, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9611, 2695, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9612, 2695, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9613, 2696, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9614, 2697, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9615, 2697, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9616, 2698, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9617, 2699, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9618, 2699, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9619, 2700, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9620, 2700, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9621, 2700, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9622, 2700, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9623, 2700, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9624, 2701, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9625, 2701, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9626, 2702, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9627, 2702, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9628, 2702, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9629, 2702, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9630, 2703, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9631, 2703, 3631, '4719867213084', 'SUPER GLUE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9632, 2703, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9633, 2703, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9634, 2704, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9635, 2704, 2603, '7501206689141', 'CAIMAN / CORTAPERNOS PRETUL 36\"  MGOS TU', 'standard', NULL, '270.0000', '270.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '270.0000', '', '270.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9636, 2704, 3650, '7401006400222', 'COCACOLA 355 ML PET.', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9637, 2704, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '60.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9638, 2705, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9639, 2705, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9640, 2706, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9641, 2706, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9642, 2706, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9643, 2707, 3630, '7501019030178', 'SABA BUENAS NOCHES', 'standard', NULL, '2.5000', '2.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9644, 2708, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9645, 2709, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9646, 2709, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9647, 2709, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9648, 2709, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9649, 2709, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9650, 2709, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9651, 2709, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9652, 2709, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9653, 2709, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9654, 2709, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9655, 2709, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9656, 2709, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9657, 2709, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9658, 2709, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9659, 2709, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9660, 2709, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9661, 2709, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9662, 2710, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9663, 2710, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9664, 2710, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9665, 2710, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9666, 2710, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9667, 2710, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9668, 2710, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9669, 2710, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9670, 2710, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9671, 2710, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9672, 2710, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9673, 2710, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9674, 2710, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9675, 2710, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9676, 2711, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9677, 2711, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9678, 2711, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9679, 2711, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9680, 2712, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9681, 2712, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9682, 2713, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9683, 2713, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9684, 2713, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9685, 2713, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9686, 2714, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9687, 2714, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9688, 2714, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9689, 2714, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '12.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9690, 2714, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9691, 2714, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9692, 2714, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9693, 2714, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9694, 2714, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9695, 2714, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 5, 'UNIDAD', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9696, 2714, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9697, 2714, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9698, 2714, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9699, 2714, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9700, 2714, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9701, 2714, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9702, 2714, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9703, 2714, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '5.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9704, 2714, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9705, 2714, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9706, 2714, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9707, 2714, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9708, 2714, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9709, 2714, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9710, 2714, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9711, 2714, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9712, 2714, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9713, 2714, 2628, '8012232100443', 'CANDADO YALE 50 MM', 'standard', NULL, '120.0000', '120.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '120.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9714, 2714, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9715, 2714, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9716, 2714, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9717, 2714, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9718, 2714, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9719, 2715, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '156.0000', '', '12.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9720, 2715, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9721, 2715, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9722, 2715, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9723, 2715, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9724, 2715, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9725, 2715, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9726, 2715, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9727, 2715, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9728, 2715, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9729, 2715, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9730, 2715, 3546, '748757000224', 'DIANA FAMILIAR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9731, 2715, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9732, 2715, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9733, 2715, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9734, 2716, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9735, 2716, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9736, 2716, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9737, 2716, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9738, 2716, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9739, 2716, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9740, 2716, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9741, 2716, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9742, 2716, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9743, 2716, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9744, 2716, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9745, 2716, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9746, 2716, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9747, 2716, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9748, 2716, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9749, 2716, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9750, 2716, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9751, 2716, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9752, 2716, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9753, 2716, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9754, 2716, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9755, 2716, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9756, 2716, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9757, 2716, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '6.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9758, 2716, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9759, 2716, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9760, 2716, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9761, 2716, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9762, 2716, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9763, 2716, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9764, 2716, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9765, 2716, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9766, 2716, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9767, 2716, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9768, 2716, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9769, 2716, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9770, 2716, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9771, 2716, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '5.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9772, 2716, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9773, 2716, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9774, 2716, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9775, 2716, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9776, 2717, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9777, 2718, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9778, 2718, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9779, 2718, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9780, 2718, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9781, 2719, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9782, 2719, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9783, 2719, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9784, 2720, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9785, 2720, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9786, 2721, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9787, 2721, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9788, 2721, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9789, 2721, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9790, 2721, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9791, 2721, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9792, 2722, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9793, 2722, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9794, 2722, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9795, 2722, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9796, 2722, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9797, 2723, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9798, 2723, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9799, 2723, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9800, 2723, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9801, 2723, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9802, 2723, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9803, 2724, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9804, 2724, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9805, 2725, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9806, 2725, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9807, 2725, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9808, 2725, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9809, 2725, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9810, 2725, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9811, 2726, 3093, '7893946104214', 'PISTOLA APLICADOR DE SILICON VONDER', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9812, 2726, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9813, 2727, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9814, 2727, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9815, 2728, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '60.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9816, 2729, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9817, 2730, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9818, 2730, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9819, 2730, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9820, 2730, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9821, 2730, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9822, 2730, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9823, 2730, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9824, 2730, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9825, 2730, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9826, 2730, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9827, 2730, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9828, 2730, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9829, 2730, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9830, 2730, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9831, 2730, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9832, 2730, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', 'standard', NULL, '0.7500', '0.7500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.7500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9833, 2731, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9834, 2731, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9835, 2731, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9836, 2731, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9837, 2731, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9838, 2731, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9839, 2731, 2720, 'PVC00037', 'CODO 90 GR 2', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9840, 2731, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9841, 2731, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9842, 2731, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9843, 2731, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9844, 2731, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9845, 2731, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9846, 2732, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9847, 2733, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9848, 2733, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9849, 2734, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9850, 2734, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9851, 2735, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9852, 2736, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9853, 2737, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9854, 2737, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9855, 2738, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9856, 2738, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9857, 2739, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9858, 2740, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9859, 2740, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9860, 2740, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9861, 2741, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9862, 2742, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9863, 2743, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9864, 2744, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9865, 2745, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9866, 2746, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9867, 2747, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9868, 2747, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9869, 2748, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9870, 2748, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9871, 2749, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9872, 2750, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9873, 2750, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9874, 2750, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9875, 2751, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9876, 2752, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9877, 2752, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9878, 2752, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9879, 2753, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9880, 2754, 3518, '6925582161410', 'TENAZIN INDUSTRIAL DE 8\\\" TOTAL', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9881, 2754, 3055, '7506240658412', 'NIVEL TORPEDO MAGNETICO DE 9\" TRUPER', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9882, 2754, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9883, 2755, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9884, 2756, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9885, 2757, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9886, 2757, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9887, 2757, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9888, 2757, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9889, 2757, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9890, 2758, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9891, 2759, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9892, 2759, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9893, 2759, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9894, 2759, 3631, '4719867213084', 'SUPER GLUE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9895, 2760, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9896, 2761, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9897, 2761, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9898, 2762, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9899, 2763, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9900, 2764, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9901, 2764, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9902, 2764, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9903, 2765, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '12.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9904, 2765, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9905, 2765, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9906, 2766, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9907, 2766, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9908, 2766, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9909, 2766, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9910, 2766, 2752, 'PVC00073', 'COPLA 3/4', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9911, 2766, 3583, '6933528733089', 'ROLLO DE TEFLON DE 1/2 TOLSEN 33013', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9912, 2766, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9913, 2766, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9914, 2767, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9915, 2767, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9916, 2767, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9917, 2767, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9918, 2768, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9919, 2768, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9920, 2768, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9921, 2769, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9922, 2770, 2747, 'PVC00069', 'COPLA 1 1/2', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9923, 2771, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9924, 2772, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9925, 2772, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9926, 2772, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9927, 2773, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9928, 2773, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9929, 2774, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9930, 2774, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9931, 2774, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9932, 2774, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9933, 2775, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9934, 2776, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9935, 2777, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9936, 2778, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9937, 2779, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9938, 2779, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9939, 2779, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9940, 2780, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9941, 2780, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9942, 2781, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9943, 2782, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9944, 2782, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9945, 2783, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9946, 2783, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9947, 2783, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9948, 2783, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9949, 2784, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9950, 2785, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9951, 2785, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9952, 2785, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9953, 2786, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9954, 2787, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9955, 2787, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9956, 2788, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9957, 2789, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9958, 2790, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9959, 2790, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9960, 2791, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9961, 2791, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9962, 2791, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9963, 2791, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9964, 2791, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9965, 2792, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9966, 2793, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9967, 2794, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9968, 2795, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9969, 2796, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9970, 2797, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9971, 2798, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9972, 2798, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9973, 2799, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9974, 2800, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9975, 2800, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9976, 2800, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9977, 2801, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9978, 2802, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9979, 2803, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9980, 2803, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9981, 2804, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9982, 2804, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9983, 2805, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9984, 2806, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9985, 2806, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9986, 2807, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9987, 2808, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9988, 2809, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9989, 2810, 2455, 'THQC1130', 'FLIPON # 30 THQC1130', 'standard', NULL, '95.0000', '95.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '95.0000', '', '95.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9990, 2811, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9991, 2812, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9992, 2812, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9993, 2813, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9994, 2813, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9995, 2813, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9996, 2814, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9997, 2815, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9998, 2815, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9999, 2815, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10000, 2815, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10001, 2815, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10002, 2816, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10003, 2816, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10004, 2816, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10005, 2817, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10006, 2818, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10007, 2819, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10008, 2820, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10009, 2821, 2569, '7501206646014', 'BROCA P/METAL /COBALTO 7/32??', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10010, 2822, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10011, 2822, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10012, 2822, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10013, 2823, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10014, 2823, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10015, 2824, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10016, 2824, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10017, 2824, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10018, 2825, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10019, 2825, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10020, 2826, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10021, 2826, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10022, 2827, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '14.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10023, 2827, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10024, 2828, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10025, 2829, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10026, 2829, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10027, 2830, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10028, 2831, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10029, 2832, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10030, 2832, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10031, 2832, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10032, 2832, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10033, 2833, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10034, 2834, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10035, 2834, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10036, 2834, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10037, 2835, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10038, 2836, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10039, 2837, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10040, 2837, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10041, 2838, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10042, 2838, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10043, 2839, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10044, 2840, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10045, 2840, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10046, 2841, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10047, 2842, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10048, 2843, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10049, 2844, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10050, 2845, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10051, 2846, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10052, 2846, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10053, 2847, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10054, 2848, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10055, 2849, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10056, 2850, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10057, 2850, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10058, 2851, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10059, 2852, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10060, 2853, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10061, 2854, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10062, 2854, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10063, 2854, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10064, 2854, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10065, 2855, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10066, 2856, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10067, 2857, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10068, 2858, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10069, 2859, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10070, 2860, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10071, 2860, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.5000', '', '7.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10072, 2860, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10073, 2860, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10074, 2860, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10075, 2861, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10076, 2862, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10077, 2862, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10078, 2863, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10079, 2863, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10080, 2863, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10081, 2863, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10082, 2864, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10083, 2864, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10084, 2864, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10085, 2864, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10086, 2865, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10087, 2866, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10088, 2866, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10089, 2866, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10090, 2867, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10091, 2867, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10092, 2867, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10093, 2867, 2953, '99176480518', 'KIT DE CEPILLADO  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10094, 2867, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10095, 2868, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10096, 2869, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10097, 2869, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10098, 2869, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10099, 2869, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10100, 2869, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10101, 2870, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10102, 2871, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10103, 2871, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10104, 2872, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10105, 2873, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10106, 2874, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10107, 2875, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10108, 2876, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10109, 2877, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10110, 2878, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10111, 2878, 2747, 'PVC00069', 'COPLA 1 1/2', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10112, 2879, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10113, 2879, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10114, 2880, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10115, 2880, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10116, 2881, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10117, 2882, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10118, 2883, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10119, 2883, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10120, 2884, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10121, 2885, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10122, 2886, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10123, 2886, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10124, 2886, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10125, 2887, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10126, 2887, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10127, 2888, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10128, 2888, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10129, 2889, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10130, 2889, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10131, 2890, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10132, 2891, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10133, 2892, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10134, 2893, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10135, 2893, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10136, 2894, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10137, 2895, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10138, 2896, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10139, 2897, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10140, 2898, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10141, 2899, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10142, 2899, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10143, 2900, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10144, 2900, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10145, 2901, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10146, 2902, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10147, 2903, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10148, 2904, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10149, 2905, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10150, 2906, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10151, 2907, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10152, 2908, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10153, 2909, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10154, 2910, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10155, 2910, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10156, 2910, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10157, 2911, 3033, '45242502646', 'METRO 5 M MILWAUKEE', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10158, 2912, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10159, 2913, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10160, 2914, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10161, 2915, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10162, 2915, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '2.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10163, 2915, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10164, 2916, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10165, 2917, 3527, '6925582160741', 'DISCO DE DIAMANTE CONTINUO 4 1/2 TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10166, 2918, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10167, 2919, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10168, 2919, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10169, 2919, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10170, 2920, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10171, 2920, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10172, 2921, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10173, 2921, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10174, 2922, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.9997', '', '0.3333', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10175, 2922, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10176, 2922, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10177, 2923, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10178, 2924, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10179, 2925, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10180, 2925, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10181, 2925, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10182, 2926, 2600, '4', 'CABLE THHN No.8 VERDE', 'standard', NULL, '8.5000', '8.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.5000', '', '8.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10183, 2927, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10184, 2928, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10185, 2929, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10186, 2930, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10189, 2931, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10190, 2932, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10191, 2933, 3127, 'PVC00123', 'REDUCIDOR 1 1/2- 1 1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10192, 2934, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10193, 2935, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10194, 2935, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10195, 2936, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10196, 2937, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10197, 2938, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10198, 2938, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10199, 2939, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10200, 2939, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10201, 2940, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10202, 2941, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10203, 2941, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10204, 2942, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10205, 2942, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10206, 2943, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10207, 2944, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10208, 2945, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10209, 2946, 2638, 'ALF0035', 'CEPILLO DE ALAMBRE CUADRADO ALDOSA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10210, 2946, 3480, '7501064196850', 'CERVEZA CORONA LATA 12 ONZ.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10211, 2947, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10212, 2948, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10213, 2948, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10214, 2949, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10215, 2950, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10216, 2950, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10217, 2951, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10218, 2952, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10219, 2953, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10220, 2954, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10221, 2955, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10222, 2956, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10223, 2957, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10224, 2958, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10225, 2959, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10226, 2960, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10227, 2960, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10228, 2961, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10229, 2961, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10230, 2962, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10231, 2962, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10232, 2963, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10233, 2964, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10234, 2965, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '1.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10235, 2965, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '1.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10236, 2965, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10237, 2965, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10238, 2965, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10239, 2965, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10240, 2966, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10241, 2966, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10242, 2966, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', 'standard', NULL, '41.0000', '41.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '41.0000', '', '41.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10243, 2966, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '65.0000', 1, '0.0000', NULL, '', '0', '0.0000', '520.0000', '', '8.0000', NULL, 1, 'PZA', '65.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10244, 2966, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', 'standard', NULL, '10.0000', '10.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '140.0000', '', '10.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10245, 2966, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10246, 2967, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10247, 2967, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10248, 2967, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10249, 2967, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10250, 2967, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10251, 2967, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '7.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10252, 2968, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10253, 2968, 2858, '769409174032', 'FELPA ARTISAN 3/4', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10254, 2968, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10255, 2968, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10256, 2969, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10257, 2969, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10258, 2970, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10259, 2971, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10260, 2971, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10261, 2972, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10262, 2973, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10263, 2974, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10264, 2974, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10265, 2975, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10266, 2976, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10267, 2976, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10268, 2976, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10269, 2977, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10270, 2977, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10271, 2978, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10272, 2979, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10273, 2980, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10274, 2981, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10275, 2982, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10276, 2983, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10277, 2983, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10278, 2984, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10279, 2985, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10280, 2985, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10281, 2985, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10282, 2986, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10283, 2986, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10284, 2986, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10285, 2987, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10286, 2988, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10287, 2989, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10288, 2990, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10289, 2991, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10290, 2991, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10291, 2992, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10292, 2993, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10293, 2994, 3211, '7441109000677', 'SOCKET DE INTERPERIE EAGLE NO. 1045', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10294, 2994, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10295, 2995, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10296, 2995, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10297, 2996, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10298, 2997, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10299, 2998, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10300, 2999, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10301, 3000, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10302, 3001, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10303, 3002, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10304, 3003, 3626, '59496687', 'IBUWIN 600 MG', 'standard', NULL, '2.5000', '2.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '2.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10305, 3003, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10306, 3004, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10307, 3005, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10308, 3006, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10309, 3006, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10310, 3007, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10311, 3008, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10312, 3008, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10313, 3009, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10314, 3010, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10315, 3011, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10316, 3012, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10317, 3013, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10318, 3013, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10319, 3014, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10320, 3014, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10321, 3015, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10322, 3016, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10323, 3016, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10324, 3016, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10325, 3016, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10326, 3016, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10327, 3017, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10328, 3018, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10329, 3018, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10330, 3019, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10331, 3020, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10332, 3020, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10333, 3020, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10334, 3020, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10335, 3021, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10336, 3022, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10337, 3023, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10338, 3024, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10339, 3025, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10340, 3025, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10341, 3026, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10342, 3027, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10343, 3027, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10344, 3028, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10345, 3029, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10346, 3029, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10347, 3030, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10348, 3031, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10349, 3031, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10350, 3031, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10351, 3031, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10352, 3031, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10353, 3031, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10354, 3032, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10355, 3033, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10356, 3034, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10357, 3035, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10358, 3036, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10359, 3036, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10360, 3036, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10361, 3037, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10362, 3037, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10363, 3037, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10364, 3037, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10365, 3037, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10366, 3037, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10367, 3037, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10368, 3037, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10369, 3037, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10370, 3038, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10371, 3038, 3631, '4719867213084', 'SUPER GLUE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10372, 3038, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10373, 3038, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10374, 3038, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10375, 3039, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10376, 3039, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10377, 3039, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10378, 3039, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10379, 3039, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10380, 3039, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10381, 3039, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10382, 3039, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10383, 3040, 3059, '60', 'NYLON UNIDAD', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10384, 3041, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10385, 3042, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10386, 3042, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10387, 3042, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10388, 3042, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10389, 3042, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10390, 3042, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10391, 3042, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10392, 3042, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10393, 3042, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10394, 3043, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10395, 3043, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10396, 3043, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10397, 3043, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10398, 3043, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10399, 3043, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10400, 3043, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10401, 3044, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10402, 3044, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10403, 3044, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10404, 3044, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10405, 3045, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10406, 3045, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10407, 3045, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10408, 3045, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10409, 3045, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10410, 3046, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10411, 3046, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10412, 3046, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10413, 3047, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10414, 3047, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10415, 3047, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10416, 3047, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10417, 3048, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10418, 3048, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10419, 3049, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10420, 3049, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10421, 3049, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10422, 3050, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10423, 3050, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10424, 3050, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10425, 3050, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10426, 3050, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10427, 3050, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10428, 3050, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10429, 3050, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10430, 3051, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10431, 3051, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10432, 3051, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10433, 3051, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10434, 3051, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10435, 3051, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10436, 3051, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10437, 3051, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10438, 3051, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10439, 3052, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10440, 3052, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10441, 3052, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10442, 3052, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10443, 3053, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10444, 3053, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10445, 3053, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10446, 3053, 2720, 'PVC00037', 'CODO 90 GR 2', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10447, 3053, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10448, 3053, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10449, 3053, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10450, 3053, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10451, 3053, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10452, 3053, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10459, 3055, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10460, 3055, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10461, 3055, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10462, 3055, 3241, 'PVC00168', 'TAPON 2', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10463, 3055, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10464, 3055, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10465, 3055, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10466, 3056, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10467, 3056, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10471, 3058, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '60.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '0.5000', NULL, 1, 'PZA', '60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10472, 3058, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 5, 'UNIDAD', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10479, 3057, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10480, 3054, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10481, 3054, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10482, 3054, 3265, '102147', 'TEE 3\" PVC', 'standard', NULL, '36.0000', '36.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '36.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10483, 3054, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10484, 3054, 3574, '43373526', 'BLOCK DE VIDRIO NUBE 19X19 ', 'standard', NULL, '50.0000', '50.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '50.0000', NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10485, 3054, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10486, 3059, 2848, '7506240622246', 'ESPATULA 3\" FLEXIBLE  INOXIDABLETRUPER', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10487, 3060, 2587, '7503005496234', 'BROCHA LA BUENA 1?', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10488, 3061, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10489, 3062, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10490, 3063, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10491, 3064, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10492, 3065, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10493, 3066, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10494, 3067, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10495, 3068, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10496, 3069, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10497, 3070, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10498, 3071, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10499, 3072, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10500, 3072, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10501, 3072, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10502, 3072, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10503, 3072, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10504, 3072, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10505, 3072, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10506, 3072, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10507, 3072, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10508, 3072, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10509, 3072, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10510, 3072, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10511, 3072, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10512, 3073, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10513, 3073, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10514, 3073, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10515, 3073, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10516, 3073, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10517, 3073, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10518, 3073, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10519, 3073, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10520, 3073, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10521, 3073, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10522, 3073, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10523, 3073, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10524, 3073, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10525, 3073, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10526, 3073, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10527, 3074, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10528, 3074, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10529, 3074, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10530, 3074, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', 'standard', NULL, '38.0000', '38.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '38.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10531, 3074, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10532, 3074, 3439, '29652683', 'LIBRA DE ALAMBRE DE AMARRE.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10533, 3074, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10534, 3074, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10535, 3074, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', 'standard', NULL, '66.0000', '66.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '66.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10536, 3074, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10537, 3074, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10538, 3075, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10539, 3075, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10540, 3075, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10541, 3075, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10542, 3075, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10543, 3075, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10544, 3075, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10545, 3075, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10546, 3075, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10547, 3075, 3560, '7441029501339', 'PASTELITO WINI MARINELA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10548, 3075, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10549, 3075, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10550, 3075, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10551, 3075, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10552, 3075, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10553, 3075, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10554, 3075, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10555, 3075, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10556, 3075, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10557, 3075, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10558, 3076, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10559, 3076, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10560, 3076, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10561, 3076, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10562, 3076, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10563, 3076, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10564, 3076, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10565, 3076, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10566, 3076, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10567, 3076, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10568, 3076, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10569, 3077, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10570, 3077, 3747, '63073897', 'SUPER GUANTE LATEX TALLA M (8)', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10571, 3077, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10572, 3077, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10573, 3077, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10574, 3077, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10575, 3077, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10576, 3077, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10577, 3077, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10578, 3077, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10579, 3077, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10580, 3078, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10581, 3079, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10582, 3079, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10583, 3080, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10584, 3081, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10585, 3082, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10586, 3083, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10587, 3084, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10588, 3085, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10589, 3086, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10590, 3086, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10591, 3087, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10592, 3087, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10593, 3087, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10594, 3087, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10595, 3087, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10596, 3087, 2490, 'PVC00006', 'ADAPTADOR  1/2', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10597, 3087, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10598, 3088, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10599, 3088, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10600, 3088, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10601, 3089, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10602, 3089, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10603, 3090, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10604, 3090, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10605, 3090, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10606, 3090, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10607, 3090, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10608, 3090, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10609, 3091, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10610, 3091, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10611, 3091, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10612, 3091, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10613, 3091, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10614, 3092, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10615, 3092, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10616, 3093, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10617, 3093, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', 'standard', NULL, '240.0000', '240.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '240.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10618, 3093, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '46.0000', '', '23.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10619, 3093, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '25.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10620, 3093, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10621, 3093, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10622, 3093, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', 'standard', NULL, '0.7500', '0.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '0.7500', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10623, 3093, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10624, 3093, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10625, 3094, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10626, 3094, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10627, 3094, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10628, 3094, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10629, 3095, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10630, 3095, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10631, 3095, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10632, 3095, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10633, 3095, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10634, 3096, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10635, 3097, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10636, 3098, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10637, 3099, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10638, 3099, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10639, 3099, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10640, 3099, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10641, 3100, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10642, 3101, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10643, 3101, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10644, 3101, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10645, 3101, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10646, 3101, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10647, 3102, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10648, 3102, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10649, 3103, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10650, 3104, 3631, '4719867213084', 'SUPER GLUE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10651, 3105, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10652, 3106, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10653, 3107, 2771, '7501206628522', 'CRUCETAS TRUPER DE 3MM', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10654, 3108, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10655, 3109, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10656, 3110, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10657, 3111, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10658, 3112, 3043, '7501030448242', 'TAKIS', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10659, 3113, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10660, 3113, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10661, 3114, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10662, 3114, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10663, 3115, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10664, 3115, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10665, 3115, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10666, 3116, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10667, 3117, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10668, 3118, 3794, '769409072857', 'MASILLA NOVA 1/4 GALON SINTETICO VERDE (10030-0006-04)', 'standard', NULL, '60.0000', '60.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '60.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10669, 3119, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10670, 3120, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10671, 3121, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10672, 3122, 2587, '7503005496234', 'BROCHA LA BUENA 1?', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10673, 3123, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10674, 3124, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10675, 3125, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10676, 3125, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10677, 3125, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10678, 3126, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10679, 3127, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10680, 3128, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10681, 3129, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10682, 3129, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10683, 3130, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10684, 3131, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10685, 3131, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10686, 3132, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10687, 3133, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10688, 3134, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10689, 3135, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10690, 3136, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10691, 3137, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10692, 3138, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10693, 3139, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10694, 3140, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10695, 3140, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10696, 3140, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10697, 3140, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10698, 3140, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10699, 3141, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10700, 3141, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10701, 3141, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10702, 3142, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10703, 3142, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10704, 3142, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10705, 3142, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10706, 3143, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10707, 3144, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10708, 3144, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10709, 3144, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10710, 3145, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10711, 3146, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10712, 3146, 3439, '29652683', 'LIBRA DE ALAMBRE DE AMARRE.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10713, 3147, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10714, 3148, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10715, 3149, 2655, '60MM IZQUIERDA', 'CHAPA IZQUIERDA VIKINGO', 'standard', NULL, '85.0000', '85.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '85.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10716, 3149, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10717, 3150, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10718, 3151, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10719, 3151, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '3.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10720, 3152, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10721, 3152, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10722, 3153, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10723, 3154, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10724, 3154, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10725, 3155, 2796, '7501206664285', 'DESARMADOR PRETUL PHILLIPS 4\"', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10726, 3156, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10727, 3157, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10728, 3158, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10729, 3159, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10730, 3160, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10731, 3161, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10732, 3162, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10736, 3164, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10737, 3164, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10738, 3165, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10739, 3165, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10740, 3166, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10741, 3166, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10742, 3166, 2823, '721282300397', 'DORITOS FAMILIAR   .', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10743, 3167, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10744, 3168, 2628, '8012232100443', 'CANDADO YALE 50 MM', 'standard', NULL, '120.0000', '120.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '120.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10745, 3169, 3107, '102360', 'PLANCHA PARA ALBA?IL DE 11 X 5 TRUPER', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10746, 3163, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10747, 3163, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.9996', '', '0.3333', NULL, 1, 'PZA', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10748, 3163, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10749, 3163, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10750, 3170, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10751, 3171, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10752, 3172, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10753, 3173, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10754, 3174, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10755, 3174, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10756, 3175, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10757, 3175, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10758, 3176, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10759, 3177, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10760, 3177, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10761, 3177, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10762, 3178, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10763, 3178, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10764, 3179, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10765, 3180, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10766, 3181, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10767, 3182, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10768, 3183, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10769, 3184, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10770, 3185, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10771, 3185, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10772, 3185, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10773, 3186, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10774, 3187, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10775, 3188, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10776, 3189, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10777, 3190, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10778, 3190, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10779, 3190, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10780, 3191, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10781, 3192, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10782, 3193, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10783, 3194, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10784, 3194, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10785, 3194, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10786, 3195, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10787, 3196, 3241, 'PVC00168', 'TAPON 2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10788, 3197, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10789, 3198, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10790, 3199, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10791, 3199, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10792, 3200, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10793, 3201, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10794, 3202, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10795, 3203, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10796, 3204, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10797, 3204, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10798, 3204, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10799, 3205, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10800, 3206, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10801, 3207, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10802, 3208, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10803, 3209, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10804, 3210, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10805, 3211, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10806, 3212, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10807, 3213, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 P BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.7500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10808, 3214, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10809, 3214, 3650, '7401006400222', 'COCACOLA 355 ML PET.', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10810, 3215, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10811, 3216, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10812, 3217, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10813, 3218, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10814, 3218, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10815, 3219, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10816, 3220, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10817, 3220, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10818, 3220, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10819, 3220, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10820, 3220, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10821, 3220, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10822, 3220, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10823, 3221, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10824, 3221, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10825, 3222, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10826, 3223, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10827, 3223, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10828, 3223, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10829, 3223, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10830, 3223, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10831, 3223, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10832, 3223, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10833, 3223, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10834, 3223, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10835, 3223, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10836, 3223, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10837, 3223, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10838, 3223, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10839, 3223, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10840, 3224, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10841, 3224, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10842, 3225, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10843, 3225, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10844, 3226, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10845, 3227, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10846, 3227, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10847, 3228, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10848, 3229, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10849, 3230, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10850, 3231, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10851, 3232, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10852, 3233, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10853, 3234, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10854, 3235, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10855, 3235, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10856, 3236, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10857, 3237, 2943, '7501206644942', 'JUEGO DE 8 DADOS PRETUL 1/2', 'standard', NULL, '80.0000', '80.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '80.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10858, 3238, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10859, 3239, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10860, 3239, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10861, 3240, 3773, '7502273850366', 'ENCENDEDOR CLIPPER', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10862, 3241, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10863, 3242, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10864, 3243, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10865, 3244, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10866, 3245, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10867, 3245, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10868, 3246, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10869, 3246, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10870, 3246, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10871, 3247, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10872, 3247, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10873, 3248, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10874, 3249, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10875, 3250, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10876, 3251, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10877, 3252, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10878, 3253, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10879, 3253, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10880, 3254, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10881, 3255, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10882, 3256, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10883, 3257, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10884, 3257, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10885, 3258, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10886, 3259, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10887, 3260, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10888, 3260, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10889, 3260, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10890, 3260, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10891, 3261, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10892, 3261, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10893, 3262, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10894, 3262, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10895, 3263, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10896, 3263, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10897, 3263, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10898, 3264, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10899, 3265, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10900, 3265, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10901, 3266, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10902, 3266, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10903, 3267, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10904, 3268, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10905, 3269, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10906, 3270, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10907, 3271, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10908, 3272, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10909, 3273, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10910, 3274, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10911, 3275, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10912, 3275, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10913, 3275, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10914, 3276, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10915, 3277, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10916, 3278, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10917, 3279, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10918, 3280, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10919, 3281, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10920, 3281, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10921, 3281, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10922, 3282, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10923, 3282, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10924, 3283, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10925, 3283, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10926, 3283, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10927, 3283, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10928, 3283, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10929, 3284, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10930, 3285, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10931, 3286, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10932, 3286, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10933, 3286, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10934, 3287, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10935, 3287, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10936, 3287, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10937, 3287, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10938, 3287, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10939, 3288, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10940, 3289, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10941, 3290, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10942, 3291, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10943, 3291, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10944, 3292, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10945, 3293, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10946, 3293, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10947, 3293, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10948, 3293, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10949, 3293, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10950, 3293, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10951, 3293, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10952, 3293, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10953, 3294, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10954, 3294, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10955, 3294, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10956, 3294, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10957, 3294, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10958, 3295, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10959, 3295, 2637, '102307', 'CEPILLO DE ALAMBRE 5 FILAS ALDOSA', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10960, 3295, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10961, 3295, 3321, '53010', 'UNION CONDUIT 1 NARANJA', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10962, 3295, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10963, 3296, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10964, 3297, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10965, 3298, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10966, 3298, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10967, 3298, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10968, 3298, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10969, 3299, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10970, 3300, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10971, 3301, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10972, 3302, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10973, 3303, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10974, 3304, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '2.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10975, 3304, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10976, 3304, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10977, 3304, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10978, 3305, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10979, 3306, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10980, 3307, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10981, 3308, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10982, 3309, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10983, 3310, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10984, 3310, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10985, 3310, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10986, 3311, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10987, 3312, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10988, 3313, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10989, 3314, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10990, 3314, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10991, 3315, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10992, 3316, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10993, 3316, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10994, 3317, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10995, 3318, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10996, 3318, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10997, 3318, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10998, 3318, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10999, 3319, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11000, 3320, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11001, 3321, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11002, 3321, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11003, 3322, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11004, 3323, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11005, 3324, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11006, 3325, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11007, 3326, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11008, 3326, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11009, 3326, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '40.0000', 1, '0.0000', NULL, '', '0', '0.0000', '320.0000', '', '8.0000', NULL, 1, 'PZA', '40.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11010, 3326, 3102, '12', 'PLAFONERA BTICINO', 'standard', NULL, '18.0000', '18.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '18.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11011, 3326, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11012, 3326, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11013, 3326, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11014, 3327, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11015, 3328, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11016, 3328, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11017, 3329, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11018, 3329, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11019, 3329, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11020, 3329, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11021, 3330, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11022, 3331, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11023, 3331, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11024, 3332, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11025, 3332, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11026, 3332, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11027, 3333, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11028, 3333, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11029, 3333, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11030, 3333, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11031, 3333, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11032, 3334, 2914, '102381', 'HACHA 1 1/2 LBS PEQUE ALDOSA', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11033, 3335, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11034, 3335, 2900, '9121217379626', 'GALON FULL CRETE', 'standard', NULL, '180.0000', '180.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '180.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11035, 3335, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11036, 3335, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11037, 3335, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11038, 3335, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11039, 3336, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11040, 3337, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', 'standard', NULL, '43.0000', '43.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '43.0000', '', '43.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11041, 3337, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11042, 3337, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11043, 3337, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11044, 3338, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11045, 3339, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11046, 3340, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11047, 3341, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11048, 3341, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11049, 3341, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11050, 3342, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11051, 3343, 3163, '81537201405', 'REVIVE 600 ML', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11052, 3344, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11053, 3345, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11054, 3345, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11055, 3345, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11056, 3345, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '4.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11057, 3346, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11058, 3347, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11059, 3348, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11060, 3348, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11061, 3349, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11062, 3349, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11063, 3350, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11064, 3351, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11065, 3352, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11066, 3352, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11067, 3353, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11068, 3354, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11069, 3355, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11070, 3356, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11071, 3357, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11072, 3357, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11073, 3358, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11074, 3359, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11075, 3360, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11076, 3360, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11077, 3361, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11078, 3362, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11079, 3362, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11080, 3363, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11081, 3363, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11082, 3364, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11083, 3365, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11084, 3366, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11085, 3367, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11086, 3368, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11087, 3369, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11088, 3369, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.9995', '', '0.3333', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11089, 3370, 3322, '9021304', 'UNION CONDUIT 1/2 NARANJA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11090, 3371, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11091, 3372, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11092, 3373, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11093, 3374, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11094, 3374, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11095, 3374, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11096, 3374, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11097, 3375, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11098, 3376, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11099, 3377, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11100, 3378, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11101, 3379, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11102, 3380, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11103, 3381, 3010, '7501206656228', 'MANGUERA 3 CAPAS PRETUL 20MTS', 'standard', NULL, '120.0000', '120.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '120.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11104, 3381, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11105, 3381, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11106, 3382, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11107, 3382, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11108, 3383, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11109, 3383, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11110, 3384, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11111, 3384, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11112, 3385, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11113, 3386, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11114, 3386, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11115, 3386, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11116, 3387, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11117, 3387, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11118, 3387, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11119, 3387, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11120, 3387, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11121, 3388, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11122, 3389, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '10.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11123, 3389, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11124, 3390, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11125, 3390, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11126, 3391, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11127, 3392, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11128, 3392, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11129, 3393, 2587, '7503005496234', 'BROCHA LA BUENA 1?', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11130, 3393, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11131, 3393, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11132, 3394, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11133, 3395, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11134, 3396, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11135, 3396, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11136, 3396, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11137, 3397, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11138, 3398, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11139, 3399, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11140, 3399, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11141, 3400, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11142, 3401, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11143, 3401, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11144, 3401, 2490, 'PVC00006', 'ADAPTADOR  1/2', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11145, 3401, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11146, 3401, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11147, 3401, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11148, 3401, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11149, 3402, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11150, 3402, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11151, 3403, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11152, 3403, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11153, 3404, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11154, 3405, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11155, 3405, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11156, 3405, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11157, 3405, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11158, 3406, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11159, 3406, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11160, 3406, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11161, 3406, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11162, 3407, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11163, 3408, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11164, 3408, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11165, 3408, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11166, 3408, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11167, 3409, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11168, 3410, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11169, 3410, 2666, '150WOG', 'CHORRO CON PITON DE 1/2 HERCASA', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11170, 3411, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11171, 3412, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11172, 3413, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11173, 3413, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11174, 3413, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11175, 3414, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11176, 3415, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11177, 3416, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11178, 3417, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11179, 3417, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11180, 3418, 2665, 'LLCHBOZN03', 'CHORRO BOLA ZINC C/ PALANCA 1/2 BOSSI', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11181, 3418, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11182, 3418, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11183, 3418, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11184, 3418, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', 'standard', NULL, '42.0000', '42.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '42.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11185, 3418, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11186, 3419, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4', 'standard', NULL, '0.7500', '0.7500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '0.7500', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11187, 3419, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11188, 3420, 3297, '7501206686843', 'TORNILLO NORMAL 1 /12', 'standard', NULL, '0.2500', '0.2500', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.2500', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11189, 3421, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11190, 3421, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11191, 3422, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11192, 3422, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11193, 3423, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11194, 3423, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11195, 3424, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11196, 3425, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11197, 3426, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11198, 3427, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11199, 3428, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11200, 3429, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11201, 3430, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11202, 3430, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11203, 3430, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11204, 3430, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11205, 3430, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11206, 3430, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '7.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11207, 3430, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11208, 3430, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11209, 3430, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11210, 3430, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11211, 3430, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11212, 3430, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11213, 3430, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11214, 3430, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11215, 3430, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11216, 3430, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11217, 3430, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11218, 3431, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11219, 3431, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11220, 3431, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11221, 3432, 3615, '764600242207', 'UNI-PULMIN', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11222, 3433, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11223, 3433, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11224, 3434, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11225, 3434, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11226, 3435, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11227, 3436, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11228, 3436, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11229, 3437, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11230, 3437, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11231, 3437, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11232, 3438, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11233, 3439, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11234, 3440, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11235, 3441, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11236, 3442, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11237, 3443, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11238, 3443, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11239, 3443, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11240, 3443, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11241, 3444, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11242, 3445, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11243, 3446, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11244, 3446, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11245, 3447, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11246, 3447, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11247, 3447, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11248, 3447, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11249, 3448, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11250, 3448, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '128.0000', '', '8.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11251, 3448, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11252, 3449, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11253, 3450, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11254, 3450, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11255, 3450, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11256, 3450, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11257, 3450, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11258, 3451, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11259, 3451, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11260, 3451, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11261, 3451, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11262, 3452, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11263, 3452, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11264, 3452, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11265, 3453, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11266, 3454, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11267, 3455, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11268, 3456, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11269, 3457, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11270, 3458, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11271, 3458, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11272, 3459, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11273, 3459, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11274, 3460, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11275, 3461, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11276, 3462, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11277, 3463, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '1.0000', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11278, 3464, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11279, 3465, 3586, '6933528740209', 'MANERAL PARA RODILLO DE 9\\\" TOLSEN 40059', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11280, 3465, 2858, '769409174032', 'FELPA ARTISAN 3/4', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11281, 3466, 3777, '27006828', 'TARUGOS FIERO 5/16 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11282, 3466, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11283, 3466, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11284, 3467, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11285, 3468, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11286, 3468, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11287, 3469, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11288, 3470, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11289, 3470, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11290, 3471, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11291, 3471, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11292, 3472, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11293, 3473, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11294, 3474, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11295, 3474, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11296, 3474, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11297, 3475, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11298, 3476, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11299, 3477, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '10.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11300, 3478, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11301, 3479, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11302, 3479, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11303, 3480, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11304, 3481, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11305, 3482, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11306, 3483, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11307, 3484, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11308, 3485, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11309, 3486, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11310, 3487, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11311, 3487, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11312, 3488, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11313, 3488, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11314, 3488, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11315, 3488, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11316, 3489, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11317, 3489, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11318, 3489, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11319, 3489, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11320, 3489, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11321, 3489, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', 'standard', NULL, '57.0000', '57.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '57.0000', '', '57.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11322, 3489, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11323, 3489, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11324, 3489, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11325, 3489, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11326, 3490, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11327, 3491, 2755, 'PVC00076', 'COPLA C/R 1 1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11328, 3491, 3610, '7441029555943', 'GALLETA SPONCH MARINELA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11329, 3492, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11330, 3492, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11331, 3492, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11332, 3493, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11333, 3494, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11334, 3495, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11335, 3495, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11336, 3495, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', 'standard', NULL, '0.2500', '0.2500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.2500', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11337, 3495, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11338, 3496, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11339, 3497, 3334, '102145', 'VALVULA DE ALUMINIO DE 3?', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11340, 3498, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11341, 3498, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11342, 3498, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11343, 3499, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', 'standard', NULL, '2.7500', '2.7500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.7500', '', '2.7500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11344, 3499, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11345, 3500, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11346, 3500, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11347, 3501, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11348, 3502, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11349, 3502, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11350, 3503, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11351, 3504, 3220, '85051000421', 'SUPER ECONOMY TYPE A', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11352, 3505, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11353, 3506, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11354, 3506, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11355, 3507, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11356, 3508, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11357, 3509, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11358, 3509, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11359, 3509, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11360, 3510, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11361, 3511, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11362, 3511, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11363, 3511, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11364, 3512, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11365, 3512, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11366, 3513, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11367, 3514, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11368, 3514, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11369, 3514, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11370, 3514, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11371, 3514, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11372, 3515, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11373, 3516, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11374, 3517, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11375, 3518, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11376, 3519, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11377, 3520, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11378, 3520, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11379, 3521, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11380, 3522, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11381, 3522, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11382, 3523, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11383, 3524, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11384, 3525, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11385, 3526, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11386, 3526, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11387, 3526, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11388, 3527, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11389, 3528, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11390, 3529, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11391, 3529, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11392, 3529, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11393, 3529, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11394, 3529, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11395, 3529, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11396, 3529, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11397, 3530, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11398, 3530, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11399, 3531, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11400, 3531, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11401, 3532, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11402, 3532, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11403, 3533, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11404, 3534, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11405, 3535, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11406, 3536, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11407, 3537, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11408, 3537, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11409, 3538, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11410, 3539, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11411, 3539, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11412, 3540, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11413, 3541, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11414, 3542, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11415, 3543, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11416, 3544, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11417, 3544, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11418, 3544, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11419, 3545, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11420, 3546, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11421, 3547, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11422, 3548, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.7500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11423, 3549, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11424, 3550, 3540, '6933528751151', 'MENSULA BLANCA DE 10 X12\\\" TOLSEN', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11425, 3551, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11426, 3552, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11427, 3553, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11428, 3553, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11429, 3553, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11430, 3554, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11431, 3555, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '5.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11432, 3556, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11433, 3557, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11434, 3557, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11435, 3558, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11436, 3559, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11437, 3559, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11438, 3560, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11439, 3561, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11440, 3562, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11441, 3562, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11442, 3563, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11443, 3564, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11444, 3565, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11445, 3566, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11446, 3567, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', 'standard', NULL, '39.0000', '39.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '39.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11447, 3567, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11448, 3567, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11449, 3567, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11450, 3567, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11451, 3567, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11452, 3567, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '12.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11453, 3568, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11454, 3568, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11455, 3568, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11456, 3569, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11457, 3569, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11458, 3570, 3615, '764600242207', 'UNI-PULMIN', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11459, 3570, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11460, 3570, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11461, 3570, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11462, 3570, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11463, 3570, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11464, 3570, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11465, 3571, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11466, 3571, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11467, 3571, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11468, 3571, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11469, 3571, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11470, 3571, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11471, 3572, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11472, 3572, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11473, 3572, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11474, 3572, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11475, 3573, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11476, 3573, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11477, 3574, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11478, 3574, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11479, 3574, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11480, 3574, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11481, 3574, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11482, 3574, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11483, 3574, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11484, 3575, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11485, 3575, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11486, 3575, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11487, 3575, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11488, 3575, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11489, 3576, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11490, 3576, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11491, 3576, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11492, 3576, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11493, 3577, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11494, 3577, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11495, 3577, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11496, 3577, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11497, 3577, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11498, 3578, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11499, 3578, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11500, 3578, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11501, 3578, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11502, 3579, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11503, 3579, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '1.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11504, 3580, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11505, 3580, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11506, 3580, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11507, 3580, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11508, 3580, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11509, 3581, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11510, 3581, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11511, 3582, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11512, 3582, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11513, 3582, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11514, 3582, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11515, 3582, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11516, 3583, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11517, 3583, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11518, 3584, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11519, 3584, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11520, 3584, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11521, 3584, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11522, 3585, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11523, 3585, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11524, 3586, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11525, 3586, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11526, 3587, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11527, 3587, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11528, 3588, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11529, 3588, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11530, 3589, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11531, 3589, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11532, 3590, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11533, 3590, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11534, 3590, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11535, 3590, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11536, 3591, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11537, 3591, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11538, 3591, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', 'standard', NULL, '8.5000', '8.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '68.0000', '', '8.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11539, 3591, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11540, 3591, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11541, 3591, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11542, 3591, 2867, '207831614012866', 'FLIPON 1*20 AMPERIOSTHQL 1120', 'standard', NULL, '50.0000', '50.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '50.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11543, 3592, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11544, 3593, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11545, 3594, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '270.0000', '', '15.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11546, 3594, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '130.0000', '', '10.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11547, 3595, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11548, 3595, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11549, 3595, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11550, 3595, 2544, '7401092019001', 'BOMBILLA  AHORRADOR SPIRAL 65 W LUX', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11551, 3595, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11552, 3595, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '12.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11553, 3595, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11554, 3595, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11555, 3595, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11556, 3595, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11557, 3595, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11558, 3595, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11559, 3595, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11560, 3595, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11561, 3595, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11562, 3595, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11563, 3595, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11564, 3595, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '11.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11565, 3595, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11566, 3595, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11567, 3595, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11568, 3595, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11569, 3595, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11570, 3595, 3650, '7401006400222', 'COCACOLA 355 ML PET.', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11571, 3595, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11572, 3595, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11573, 3595, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11574, 3595, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11575, 3595, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11576, 3595, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11577, 3595, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11578, 3595, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11579, 3595, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11580, 3595, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11581, 3595, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11582, 3596, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11583, 3596, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11584, 3596, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11585, 3596, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11586, 3596, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11587, 3596, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11588, 3596, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11589, 3596, 2536, '7501206668887', 'BISAGRA 3?X 1.15/16? ACER PUL HERMEX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11590, 3596, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11591, 3596, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11592, 3596, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11593, 3596, 3549, '7501206699522', 'FOCO AHORRADOR 28W ESPIRAL VOLTECK', 'standard', NULL, '25.0000', '25.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '125.0000', '', '25.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11594, 3596, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11595, 3596, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11596, 3596, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '15.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11597, 3596, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11598, 3596, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11599, 3596, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11600, 3596, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11601, 3596, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11602, 3596, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11603, 3596, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11604, 3596, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11605, 3596, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11606, 3596, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11607, 3596, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11608, 3596, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11609, 3596, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11610, 3596, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11611, 3596, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11612, 3596, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11613, 3596, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11614, 3596, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11615, 3596, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11616, 3596, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11617, 3596, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11618, 3596, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11619, 3596, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11620, 3596, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11621, 3596, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11622, 3596, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11623, 3596, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11624, 3596, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11625, 3597, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11626, 3597, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11627, 3597, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.3333', '', '0.3333', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11628, 3597, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11629, 3597, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11630, 3597, 3753, '45185105', 'TEE PVC 1/2 C/R', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11631, 3597, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11632, 3597, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11633, 3597, 3650, '7401006400222', 'COCACOLA 355 ML PET.', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11634, 3597, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11635, 3597, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11636, 3597, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11637, 3597, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11638, 3597, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11639, 3597, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11640, 3598, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11641, 3598, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11642, 3598, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.3333', '', '0.3333', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11643, 3598, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11644, 3598, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11645, 3598, 3753, '45185105', 'TEE PVC 1/2 C/R', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11646, 3598, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11647, 3598, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11648, 3598, 3650, '7401006400222', 'COCACOLA 355 ML PET.', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11649, 3598, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11650, 3598, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11651, 3598, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11652, 3598, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11653, 3598, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11654, 3598, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11655, 3599, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11656, 3600, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11657, 3600, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11658, 3601, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11659, 3602, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11660, 3602, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11661, 3603, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11662, 3603, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11663, 3603, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11664, 3603, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11665, 3604, 3643, '7406189005202', 'RAPTOR 1.5 LITROS', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11666, 3604, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11667, 3604, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11668, 3604, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11669, 3604, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11670, 3604, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11671, 3604, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11672, 3605, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11673, 3605, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11674, 3605, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11675, 3605, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11676, 3605, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11677, 3606, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11678, 3607, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11679, 3607, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '5.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11680, 3607, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11681, 3608, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11682, 3609, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11683, 3610, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11684, 3610, 3599, '8693029703483', 'GUSTO OSO ', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11685, 3610, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11686, 3611, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11687, 3611, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11688, 3611, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11689, 3612, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11690, 3613, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11691, 3614, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11692, 3615, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11693, 3615, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11694, 3616, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11695, 3617, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11696, 3618, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11697, 3618, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11698, 3619, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11699, 3619, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11700, 3619, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11701, 3619, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11702, 3620, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11703, 3621, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11704, 3622, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11705, 3622, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11706, 3622, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11707, 3622, 3628, '765446070252', 'SUERO ORAL SOBRE ALCALMO VITAMINADO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11708, 3622, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11709, 3622, 3780, '750894612697', 'YUMMIES PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11710, 3622, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11711, 3622, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11712, 3623, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11713, 3623, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11714, 3624, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11715, 3624, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11716, 3624, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11717, 3624, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11718, 3625, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11719, 3625, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11720, 3625, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11721, 3626, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11722, 3626, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11723, 3626, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11724, 3626, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11725, 3626, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11726, 3626, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '7.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11727, 3626, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', 'standard', NULL, '240.0000', '240.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '240.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11728, 3626, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.2500', '', '1.2500', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11729, 3627, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11730, 3627, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11731, 3628, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11732, 3629, 3235, '7501199465128', 'TANGIT 475 ML', 'standard', NULL, '105.0000', '105.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '105.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11733, 3629, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11734, 3629, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', 'standard', NULL, '75.0000', '75.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '75.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11735, 3629, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', 'standard', NULL, '22.0000', '22.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '22.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11736, 3629, 3570, '6942713105228', 'REGADERA ANTISARRO CROMADA  ALDOSA', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11737, 3629, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11738, 3630, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11739, 3630, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11740, 3630, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11741, 3630, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11742, 3631, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11743, 3631, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '3.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11744, 3631, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11745, 3631, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11746, 3631, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11747, 3631, 2490, 'PVC00006', 'ADAPTADOR  1/2', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11748, 3631, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '40.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11749, 3631, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11750, 3631, 3000, '411653', 'LLAVE DUCHA BOSSI', 'standard', NULL, '80.0000', '80.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '80.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11751, 3632, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11752, 3632, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11753, 3632, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11754, 3632, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11755, 3632, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11756, 3632, 2598, '6', 'CABLE THHN No.10 NEGRO', 'standard', NULL, '8.5000', '8.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '8.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11757, 3632, 2596, '787705048057', 'CABLE THHN 12 AWG ROJO X METRO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11758, 3633, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11759, 3634, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11760, 3635, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11761, 3635, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11762, 3636, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11763, 3636, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', 'standard', NULL, '8.5000', '8.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '8.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11764, 3637, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11765, 3637, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11766, 3638, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11767, 3639, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11768, 3640, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11769, 3640, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11770, 3641, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11771, 3642, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11772, 3643, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11773, 3644, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11774, 3645, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11775, 3645, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11776, 3646, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11777, 3647, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11778, 3647, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11779, 3647, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11780, 3648, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11781, 3648, 3615, '764600242207', 'UNI-PULMIN', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11782, 3649, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11783, 3649, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11784, 3649, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11785, 3650, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11786, 3650, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11787, 3651, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11788, 3651, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11789, 3652, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11790, 3653, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11791, 3654, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11792, 3654, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11793, 3655, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11794, 3655, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11795, 3656, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11796, 3656, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11797, 3656, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11798, 3656, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11799, 3657, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11800, 3658, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11801, 3659, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11802, 3659, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11803, 3659, 3780, '750894612697', 'YUMMIES PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11804, 3660, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11805, 3660, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11806, 3660, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11807, 3660, 3543, '6933528778424', 'BROCA DE PALETA DE 1/2\\\" TOLSEN ', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11808, 3660, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11809, 3661, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11810, 3661, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11811, 3662, 2987, '91712200086', 'LLAVE COMPUERTA 3/4 EZ-FLO', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11812, 3662, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11813, 3663, 3208, '0077472141340', 'SILICON SISTA MULTIUSOS TRANSPARENTE', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11814, 3664, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11815, 3665, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11816, 3666, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11817, 3666, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11818, 3667, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11819, 3667, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11820, 3667, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11821, 3668, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11822, 3668, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11823, 3669, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11824, 3669, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11825, 3669, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11826, 3670, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11827, 3670, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11828, 3671, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11829, 3672, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11830, 3673, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11831, 3674, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11832, 3674, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11833, 3674, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11834, 3674, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11835, 3674, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11836, 3674, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11837, 3675, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11838, 3676, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11839, 3676, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11840, 3677, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11841, 3678, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11842, 3679, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11843, 3679, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11844, 3680, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11845, 3680, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11846, 3681, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11847, 3682, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11848, 3683, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11849, 3683, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11850, 3684, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11851, 3684, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11852, 3685, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11853, 3686, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11854, 3687, 2558, '7506240610908', 'BROCA P/ CONCRETO 1/4 *4\" TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11855, 3687, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11856, 3688, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '30.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11857, 3688, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11858, 3688, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11859, 3688, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11860, 3689, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11861, 3690, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11862, 3691, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11863, 3691, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11864, 3691, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11865, 3691, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11866, 3691, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11867, 3691, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11868, 3692, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11869, 3693, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11870, 3694, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11871, 3694, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11872, 3694, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11873, 3695, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11874, 3695, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11875, 3695, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11876, 3695, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11877, 3696, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11878, 3696, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11879, 3696, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11880, 3697, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11881, 3697, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11882, 3697, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11883, 3697, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11884, 3698, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11885, 3699, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11886, 3700, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11887, 3701, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11888, 3702, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11889, 3703, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11890, 3704, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11891, 3705, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11892, 3706, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11893, 3707, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11894, 3708, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11895, 3709, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11896, 3710, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11897, 3711, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11898, 3712, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11899, 3713, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11900, 3714, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11901, 3715, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11902, 3716, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11903, 3717, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11904, 3718, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11905, 3718, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11906, 3719, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11907, 3719, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11908, 3719, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11909, 3719, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11910, 3719, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11911, 3720, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11912, 3720, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11913, 3720, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11914, 3721, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11915, 3721, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11916, 3722, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11917, 3722, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11918, 3723, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11919, 3724, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11920, 3724, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11921, 3725, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11922, 3726, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11923, 3726, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11924, 3726, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11925, 3726, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11926, 3727, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11927, 3728, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11928, 3728, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11929, 3729, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11930, 3730, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11931, 3731, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11932, 3732, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11933, 3733, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11934, 3734, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11935, 3734, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11936, 3734, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11937, 3735, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11938, 3736, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11939, 3737, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11940, 3737, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11941, 3737, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11942, 3738, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11943, 3738, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11944, 3738, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11945, 3739, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11946, 3740, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11947, 3741, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '208.0000', '', '52.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11948, 3741, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11949, 3742, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11950, 3743, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11951, 3744, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11952, 3744, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11953, 3745, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11954, 3746, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11955, 3747, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11956, 3748, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11957, 3749, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11958, 3750, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11959, 3751, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11960, 3752, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11961, 3752, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11962, 3752, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11963, 3752, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11964, 3753, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11965, 3753, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11966, 3753, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11967, 3753, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11968, 3753, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11969, 3753, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11970, 3753, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11971, 3754, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11972, 3754, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11973, 3755, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11974, 3756, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11975, 3757, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11976, 3758, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11977, 3759, 3565, '7401188501175', 'PRO FOCO LED ESPIRAL 18 W FG LIGHTING', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11978, 3760, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11979, 3760, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.3333', '', '0.3333', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11980, 3761, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11981, 3761, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11982, 3762, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11983, 3763, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11984, 3764, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11985, 3764, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11986, 3765, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11987, 3766, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11988, 3766, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11989, 3767, 3100, '8012199674407', 'PLACA TV BTICINO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11990, 3767, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11991, 3768, 2518, '7501850549815', 'APAGADOR Y TOMACORRIENTE ARGOS COMBINADO', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11992, 3768, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11993, 3768, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11994, 3769, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11995, 3769, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11996, 3770, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11997, 3770, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '14.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11998, 3771, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11999, 3771, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12000, 3772, 3780, '750894612697', 'YUMMIES PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12001, 3772, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12002, 3772, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12003, 3772, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12004, 3773, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12005, 3774, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12006, 3775, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12007, 3776, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12008, 3776, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12009, 3777, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12010, 3777, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12011, 3777, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12012, 3777, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12013, 3778, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12014, 3778, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12015, 3779, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12016, 3779, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12017, 3779, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12018, 3779, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12019, 3779, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12020, 3779, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12021, 3780, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12022, 3780, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12023, 3780, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12024, 3781, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12025, 3781, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12026, 3782, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12027, 3783, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12028, 3783, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12029, 3784, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12030, 3785, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12031, 3786, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12032, 3786, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12033, 3786, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12034, 3787, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12035, 3788, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12036, 3788, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12037, 3789, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12038, 3790, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12039, 3791, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12040, 3791, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12041, 3791, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12042, 3792, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12043, 3792, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12044, 3793, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12045, 3793, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12046, 3794, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12047, 3794, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12048, 3794, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12049, 3794, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12050, 3794, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12051, 3795, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12052, 3795, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12053, 3795, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12054, 3795, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12055, 3796, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12056, 3796, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12057, 3797, 3119, '7401005009129', 'QUETZALTECA LITRO.', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12058, 3798, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12059, 3798, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12060, 3798, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12061, 3799, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12062, 3799, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12063, 3799, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12064, 3800, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12065, 3800, 2715, '102106', 'CODO 45 GR DR 4 P', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12066, 3801, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12067, 3801, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12068, 3801, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', 'standard', NULL, '3.0000', '3.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '3.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12069, 3801, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12070, 3801, 3615, '764600242207', 'UNI-PULMIN', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12071, 3802, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12072, 3803, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12073, 3804, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '31.0000', 1, '0.0000', NULL, '', '0', '0.0000', '372.0000', '', '12.0000', NULL, 1, 'PZA', '31.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12074, 3804, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12075, 3805, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12076, 3806, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12077, 3806, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12078, 3806, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12079, 3806, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12080, 3806, 3818, '012800198443', 'BATERIA RAYOVAC AAA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12081, 3806, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12082, 3807, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12083, 3808, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12084, 3809, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12085, 3809, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12086, 3809, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12087, 3809, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12088, 3809, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12089, 3809, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12090, 3810, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12091, 3811, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12092, 3811, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12093, 3812, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12094, 3812, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12095, 3812, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12096, 3813, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12097, 3814, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12098, 3815, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12099, 3815, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12100, 3815, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12101, 3815, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12102, 3815, 2755, 'PVC00076', 'COPLA C/R 1 1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12103, 3816, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12104, 3817, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12105, 3817, 3650, '7401006400222', 'COCACOLA 355 ML PET.', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12106, 3817, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12107, 3817, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12108, 3817, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12109, 3817, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12110, 3818, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12111, 3818, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12112, 3818, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12113, 3818, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12114, 3819, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12115, 3820, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12116, 3821, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12117, 3822, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12118, 3823, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12119, 3823, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12120, 3824, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12121, 3824, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12122, 3825, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12123, 3825, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12124, 3825, 3266, 'PVC00202', 'TEE 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12125, 3826, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12126, 3826, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12127, 3826, 3130, 'PVC00126', 'REDUCIDOR 1 1/4-1', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12128, 3826, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12129, 3827, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12130, 3828, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12131, 3828, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12132, 3829, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12133, 3830, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12134, 3830, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12135, 3830, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12136, 3830, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12137, 3830, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12138, 3830, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12139, 3831, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12140, 3832, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12141, 3832, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12142, 3833, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12143, 3834, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12144, 3835, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12145, 3835, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12146, 3836, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12147, 3836, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12148, 3836, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12149, 3837, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12150, 3838, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12151, 3838, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12152, 3838, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12153, 3839, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12154, 3839, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12155, 3840, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12156, 3840, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12157, 3841, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12158, 3841, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12159, 3842, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12160, 3842, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12161, 3843, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12162, 3844, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '1.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12163, 3844, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12164, 3845, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12165, 3846, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12166, 3847, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12167, 3848, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12168, 3849, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12169, 3850, 2490, 'PVC00006', 'ADAPTADOR  1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12170, 3850, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12171, 3850, 2733, 'PCV00037', 'CODO PVC LISO 45 GR  1/2\"', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12172, 3850, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12173, 3851, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12174, 3851, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12175, 3851, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12176, 3852, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12177, 3852, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12178, 3853, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12179, 3854, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', 'standard', NULL, '0.5000', '0.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '0.5000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12180, 3854, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12181, 3855, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12182, 3855, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12183, 3855, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12184, 3855, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12185, 3856, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12186, 3857, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12187, 3857, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12188, 3858, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12189, 3858, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12190, 3858, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12191, 3858, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12192, 3859, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12193, 3860, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12194, 3860, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12195, 3861, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12196, 3862, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12197, 3862, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12198, 3863, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12199, 3864, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6? C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12200, 3865, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12201, 3866, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12202, 3867, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12203, 3868, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12204, 3869, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12205, 3869, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12206, 3870, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12207, 3871, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12208, 3872, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '5.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12209, 3873, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12210, 3873, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12211, 3874, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12212, 3875, 3346, 'PVC00255', 'YEE DR 2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12213, 3876, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12214, 3876, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12215, 3876, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12216, 3876, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12217, 3876, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12218, 3876, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12219, 3876, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12220, 3877, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12221, 3878, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12222, 3879, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12223, 3879, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12224, 3879, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12225, 3879, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12226, 3880, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12227, 3880, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12228, 3880, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12229, 3880, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12230, 3880, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12231, 3881, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12232, 3881, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12233, 3882, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12234, 3882, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12235, 3883, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12236, 3884, 2715, '102106', 'CODO 45 GR DR 4 P', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12237, 3885, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12238, 3886, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12239, 3887, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12240, 3888, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12241, 3888, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12242, 3888, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12243, 3889, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12244, 3889, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12245, 3889, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12246, 3889, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '1.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12247, 3889, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12248, 3890, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12249, 3891, 3591, '6933528777557', 'BROCA PARA CONCRETO 3/8 TOLSEN 75465', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12250, 3891, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12251, 3891, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12252, 3892, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12253, 3892, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12254, 3892, 3780, '750894612697', 'YUMMIES PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12255, 3893, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12256, 3894, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12257, 3894, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12258, 3894, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12259, 3894, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12260, 3895, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12261, 3896, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12262, 3896, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12263, 3897, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12264, 3898, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12265, 3898, 2988, 'GE-0251', 'LLAVE COMUERTA REDWHITE 1/2\"', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12266, 3899, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12267, 3900, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12268, 3901, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12269, 3902, 3649, '99253463', 'CAJETILLA DE CIGARRO MARLBORO BLUE ICE', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12270, 3902, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12271, 3902, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12272, 3903, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12273, 3904, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12274, 3905, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12275, 3905, 3780, '750894612697', 'YUMMIES PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12276, 3905, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12277, 3905, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12278, 3906, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12279, 3906, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12280, 3906, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12281, 3906, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12282, 3906, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12283, 3906, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12284, 3906, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12285, 3906, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12286, 3907, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12287, 3908, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '5.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12288, 3908, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12289, 3909, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12290, 3910, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12291, 3911, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12292, 3911, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12293, 3911, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12294, 3911, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12295, 3911, 3780, '750894612697', 'YUMMIES PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12296, 3911, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12297, 3912, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12298, 3912, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12299, 3913, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12300, 3913, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12301, 3913, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12302, 3914, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12303, 3914, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12304, 3914, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12305, 3915, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12306, 3915, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12307, 3915, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '7.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12308, 3915, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12309, 3915, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12310, 3915, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12311, 3915, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12312, 3915, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12313, 3916, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12314, 3916, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', 'standard', NULL, '76.0000', '76.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '76.0000', '', '76.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12315, 3916, 3057, '7501206635148', 'NIVEL TRUPER 2 GOTAS 36\" ALUMINIO', 'standard', NULL, '124.0000', '124.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '124.0000', '', '124.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12316, 3917, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12317, 3917, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12318, 3918, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12319, 3919, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12320, 3920, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12321, 3920, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12322, 3921, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12323, 3922, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12324, 3923, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12325, 3924, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12326, 3925, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12327, 3926, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12328, 3927, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12329, 3927, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12330, 3927, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12331, 3927, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12332, 3928, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12333, 3929, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12334, 3929, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12335, 3930, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12336, 3931, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12337, 3932, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12338, 3933, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12339, 3934, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12340, 3934, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12341, 3935, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12342, 3936, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12343, 3937, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12344, 3938, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12345, 3938, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12346, 3938, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12347, 3939, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12348, 3939, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12349, 3940, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12350, 3941, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12351, 3941, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12352, 3941, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12353, 3942, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12354, 3943, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12355, 3944, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12356, 3944, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12357, 3944, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12358, 3944, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12359, 3945, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12360, 3945, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12361, 3946, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12362, 3947, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12363, 3948, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12364, 3949, 2887, '86581012502', 'GALLETA CLUB EXTRA..', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12365, 3949, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12366, 3949, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12367, 3949, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12368, 3949, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12369, 3950, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12370, 3950, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12371, 3950, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12372, 3950, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12373, 3950, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12374, 3950, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12375, 3950, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12376, 3950, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12377, 3950, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12378, 3951, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12379, 3952, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12380, 3953, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12381, 3953, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12382, 3954, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12383, 3954, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12384, 3954, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12385, 3954, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12386, 3954, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12387, 3955, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12388, 3955, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12389, 3955, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12390, 3955, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12391, 3956, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12392, 3956, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12393, 3956, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12394, 3957, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12395, 3957, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12396, 3957, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12397, 3957, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12398, 3957, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12399, 3958, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12400, 3958, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12401, 3959, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12402, 3959, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12403, 3960, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12404, 3961, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12405, 3962, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12406, 3962, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12407, 3963, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12408, 3963, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12409, 3964, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12410, 3965, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12411, 3966, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12412, 3967, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12413, 3968, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12414, 3968, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12415, 3968, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12416, 3968, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12417, 3968, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12418, 3969, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12419, 3969, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12420, 3969, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12421, 3969, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12422, 3970, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12423, 3970, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12424, 3970, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', 'standard', NULL, '58.0000', '58.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '116.0000', '', '58.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12425, 3971, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12426, 3972, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12427, 3972, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12428, 3973, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12429, 3974, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12430, 3974, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12431, 3974, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12432, 3974, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12433, 3974, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12434, 3975, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12435, 3975, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12436, 3976, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12437, 3976, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12438, 3977, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12439, 3977, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12440, 3978, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12441, 3979, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12442, 3980, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12443, 3980, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12444, 3980, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12445, 3980, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12446, 3980, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12447, 3980, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12448, 3980, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12449, 3980, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12450, 3980, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12451, 3981, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12452, 3981, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12453, 3982, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12454, 3983, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12455, 3984, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12456, 3984, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12457, 3984, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12458, 3985, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12459, 3985, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12460, 3986, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12461, 3986, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12462, 3986, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12463, 3987, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12464, 3988, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12465, 3989, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12466, 3990, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12467, 3990, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12468, 3990, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12469, 3991, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12470, 3992, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12471, 3992, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12472, 3992, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12473, 3992, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12474, 3992, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12475, 3992, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12476, 3992, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12477, 3992, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12478, 3992, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12479, 3992, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12480, 3992, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12481, 3992, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12482, 3992, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12483, 3992, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12484, 3993, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12485, 3994, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12486, 3995, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12487, 3996, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12488, 3996, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12489, 3996, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12490, 3996, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12491, 3997, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12492, 3998, 3523, '6925582183283', 'SET DE LLAVES COMBINADA CON RATCHET 8-19MM TOTAL', 'standard', NULL, '240.0000', '240.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '240.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12493, 3999, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12494, 4000, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12495, 4000, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12496, 4001, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12497, 4002, 3220, '85051000421', 'SUPER ECONOMY TYPE A', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12498, 4003, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12499, 4003, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12500, 4004, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12501, 4004, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12502, 4004, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12503, 4004, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12504, 4004, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12505, 4004, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12506, 4005, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12507, 4005, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12508, 4006, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '130.0000', '', '10.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12509, 4006, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12510, 4007, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12511, 4008, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12512, 4009, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12513, 4009, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12514, 4010, 2881, '7406234005720', 'GALLETA BRIDGE', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12515, 4011, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12516, 4012, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12517, 4013, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12518, 4013, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12519, 4013, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12520, 4014, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12521, 4014, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12522, 4015, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12523, 4016, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12524, 4017, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12525, 4018, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12526, 4018, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12527, 4019, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12528, 4020, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12529, 4021, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12530, 4022, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12531, 4022, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12532, 4022, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12533, 4022, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12534, 4022, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12535, 4023, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12536, 4024, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12537, 4024, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12538, 4024, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12539, 4025, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12540, 4026, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12541, 4027, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12542, 4028, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12543, 4029, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12544, 4030, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12545, 4030, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12546, 4031, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12547, 4031, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12548, 4031, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12549, 4031, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12550, 4032, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12551, 4033, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12552, 4033, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12553, 4033, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12554, 4033, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12555, 4033, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12556, 4034, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12557, 4035, 2465, '7501206694015', 'ABRAZADERA 32-51MM 1 1/4-2\" FIERO', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12558, 4035, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12559, 4035, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12560, 4035, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12561, 4036, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12562, 4036, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12563, 4037, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12564, 4038, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12565, 4039, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12566, 4039, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12567, 4040, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12568, 4041, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12569, 4042, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12570, 4042, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12571, 4042, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12572, 4043, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12573, 4044, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12574, 4045, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '98.0000', '', '14.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12575, 4046, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12576, 4046, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12577, 4047, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12578, 4048, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12579, 4049, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12580, 4049, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12581, 4050, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '14.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12582, 4051, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12583, 4052, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12584, 4053, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12585, 4054, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12586, 4055, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12587, 4055, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12588, 4056, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12589, 4057, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12590, 4057, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12591, 4058, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12592, 4059, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12593, 4060, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12594, 4061, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12595, 4062, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12596, 4062, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12597, 4063, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12598, 4064, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12599, 4064, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12600, 4064, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12601, 4064, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12602, 4064, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12603, 4065, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12604, 4066, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12605, 4066, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12606, 4066, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12607, 4067, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12608, 4067, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12609, 4067, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12610, 4068, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12611, 4069, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12612, 4069, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12613, 4069, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12614, 4070, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12615, 4071, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12616, 4071, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12617, 4071, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12618, 4072, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12619, 4072, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12620, 4072, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12621, 4072, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12622, 4072, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12623, 4072, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12624, 4073, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12625, 4074, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12626, 4075, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12627, 4076, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12628, 4076, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12629, 4077, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12630, 4077, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12631, 4078, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12632, 4078, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12633, 4078, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12634, 4078, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12635, 4078, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12636, 4079, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12637, 4079, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12638, 4080, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12639, 4081, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12640, 4081, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12641, 4082, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12642, 4083, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12643, 4084, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12644, 4085, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12645, 4085, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12646, 4085, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12647, 4085, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12648, 4086, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12649, 4087, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12650, 4088, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12651, 4088, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12652, 4088, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12653, 4088, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12654, 4089, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12655, 4089, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12656, 4090, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12657, 4090, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12658, 4091, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12659, 4091, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12660, 4092, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', 'standard', NULL, '0.7500', '0.7500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.7500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12661, 4093, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12662, 4094, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12663, 4094, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12664, 4095, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12665, 4095, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12666, 4095, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12667, 4095, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12668, 4095, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12669, 4096, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12670, 4096, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12671, 4097, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12672, 4098, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12673, 4098, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12674, 4098, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12675, 4099, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12676, 4100, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12677, 4101, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12678, 4102, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12679, 4102, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12680, 4102, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12681, 4103, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12682, 4103, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12683, 4104, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12684, 4105, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12685, 4105, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12686, 4106, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12687, 4107, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12688, 4107, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12689, 4108, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12690, 4108, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12691, 4108, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12692, 4109, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12693, 4109, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12694, 4109, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12695, 4110, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12696, 4110, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12697, 4110, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12698, 4110, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12699, 4110, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12700, 4110, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12701, 4110, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12702, 4110, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12703, 4110, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12704, 4111, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '10.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12705, 4111, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12706, 4111, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12707, 4112, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12708, 4112, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12709, 4112, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12710, 4112, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12711, 4112, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12712, 4112, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12713, 4112, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12714, 4112, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12715, 4112, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12716, 4113, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12717, 4113, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12718, 4113, 3826, '75089464235', 'JABON AVENA VENZA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12719, 4113, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12720, 4113, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12721, 4114, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12722, 4114, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12723, 4114, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12724, 4114, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12725, 4114, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12726, 4114, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12727, 4114, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12728, 4114, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12729, 4115, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12730, 4115, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12731, 4115, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12732, 4115, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12733, 4115, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12734, 4115, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12735, 4115, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12736, 4115, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12737, 4115, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12738, 4116, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12739, 4116, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12740, 4116, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12741, 4116, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12742, 4116, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12743, 4116, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12744, 4117, 3241, 'PVC00168', 'TAPON 2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12745, 4117, 2722, 'PVC00039', 'CODO 90 GR 3', 'standard', NULL, '42.0000', '42.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '210.0000', '', '42.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12746, 4117, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12747, 4117, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12748, 4117, 2720, 'PVC00037', 'CODO 90 GR 2', 'standard', NULL, '19.0000', '19.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '19.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12749, 4117, 3058, '7501206635155', 'NIVEL TRUPER 2 GOTAS 48\" ALUMINIO', 'standard', NULL, '144.0000', '144.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '144.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12750, 4117, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12751, 4118, 2900, '9121217379626', 'GALON FULL CRETE', 'standard', NULL, '180.0000', '180.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '180.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12752, 4119, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12753, 4119, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12754, 4119, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12755, 4119, 2720, 'PVC00037', 'CODO 90 GR 2', 'standard', NULL, '19.0000', '19.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '228.0000', '', '19.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12756, 4119, 2722, 'PVC00039', 'CODO 90 GR 3', 'standard', NULL, '42.0000', '42.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '126.0000', '', '42.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12757, 4119, 3263, '102148', 'TEE 2\" PVC', 'standard', NULL, '30.0000', '30.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '30.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12758, 4119, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '2.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12759, 4119, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '3.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12760, 4119, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12761, 4120, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12762, 4120, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12763, 4120, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12764, 4120, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12765, 4120, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12766, 4121, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12767, 4121, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12768, 4121, 2799, '7411000329856', 'DETERGENTE XEDEX 450 GR', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12769, 4122, 3131, 'PVC00127', 'REDUCIDOR 1 1/4-1/2', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12770, 4122, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12771, 4122, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12772, 4122, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12773, 4123, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12774, 4123, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12775, 4123, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12776, 4123, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12777, 4123, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12778, 4123, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12779, 4124, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12780, 4124, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '31.0000', 1, '0.0000', NULL, '', '0', '0.0000', '186.0000', '', '6.0000', NULL, 1, 'PZA', '31.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12781, 4124, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12782, 4124, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12783, 4124, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12784, 4124, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12785, 4124, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12786, 4124, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12787, 4124, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12788, 4125, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12789, 4125, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12790, 4125, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12791, 4125, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12792, 4125, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12793, 4125, 2957, '6946723402988', 'LAMPARA TIGER WORLD', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12794, 4125, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12795, 4125, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12796, 4126, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12797, 4126, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12798, 4126, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12799, 4126, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12800, 4126, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12801, 4127, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12802, 4127, 3781, '750894601246', 'TAQUERITOS 36 GR', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12803, 4127, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12804, 4127, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12805, 4127, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12806, 4127, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12807, 4127, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12808, 4127, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12809, 4127, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12810, 4127, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12811, 4128, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12812, 4128, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12813, 4128, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12814, 4128, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12815, 4128, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12816, 4128, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12817, 4128, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12818, 4128, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12819, 4129, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12820, 4129, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12821, 4129, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12822, 4130, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12823, 4130, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12824, 4130, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12825, 4130, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12826, 4130, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12827, 4130, 3780, '750894612697', 'YUMMIES PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12828, 4130, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12829, 4130, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12830, 4130, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12831, 4131, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12832, 4131, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12833, 4132, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12834, 4132, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12835, 4132, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12836, 4132, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12837, 4132, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12838, 4132, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12839, 4132, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12840, 4132, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12841, 4132, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12842, 4132, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12843, 4132, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12844, 4132, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12845, 4132, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12846, 4133, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12847, 4133, 2587, '7503005496234', 'BROCHA LA BUENA 1?', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12848, 4133, 2586, '7503005496227', 'BROCHA LA BUENA 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12849, 4133, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12850, 4133, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12851, 4133, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12852, 4133, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12853, 4133, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12854, 4133, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12855, 4133, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12856, 4133, 3575, '7406189003352', 'INCAPARINA EN CAJITA 200 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12857, 4133, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12858, 4133, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12859, 4133, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12860, 4133, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12861, 4133, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12862, 4133, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12863, 4133, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12864, 4133, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12865, 4133, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12866, 4134, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12867, 4134, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12868, 4134, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12869, 4134, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12870, 4134, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12871, 4134, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12872, 4135, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12873, 4135, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12874, 4135, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12875, 4135, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12876, 4135, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12877, 4135, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12878, 4135, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12879, 4135, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12880, 4135, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12881, 4135, 2522, '7501206686065', 'ARMELLA CERRADA 19X60 FIERO', 'standard', NULL, '0.5000', '0.5000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '0.5000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12882, 4135, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12883, 4135, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12884, 4135, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12885, 4135, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12886, 4135, 3070, '7802800630318', 'PAPAS KRYSPO VARIOS SABORES', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12887, 4135, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12888, 4135, 3235, '7501199465128', 'TANGIT 475 ML', 'standard', NULL, '105.0000', '105.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '105.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12889, 4135, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12890, 4135, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12891, 4135, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12892, 4135, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12893, 4135, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12894, 4135, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12895, 4135, 2742, '694713105686', 'CONTRALLAVE 1/2 X 1/2 ALDOSA P/PISO', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12896, 4135, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '20.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12897, 4135, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12898, 4135, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12899, 4135, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12900, 4135, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12901, 4135, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '55.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12902, 4135, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12903, 4135, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12904, 4136, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12905, 4136, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12906, 4136, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12907, 4136, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12908, 4137, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12909, 4137, 3630, '7501019030178', 'SABA BUENAS NOCHES', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12910, 4137, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12911, 4137, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12912, 4137, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12913, 4137, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12914, 4137, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12915, 4137, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '2.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12916, 4137, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12917, 4137, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12918, 4137, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12919, 4137, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12920, 4137, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12921, 4137, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12922, 4137, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12923, 4137, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12924, 4137, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12925, 4137, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12926, 4137, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12927, 4138, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12928, 4138, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12929, 4138, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12930, 4138, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12931, 4138, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12932, 4138, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12933, 4138, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12934, 4138, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12935, 4138, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12936, 4138, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12937, 4138, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12938, 4138, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12939, 4138, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12940, 4138, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12941, 4138, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12942, 4138, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12943, 4138, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12944, 4138, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12945, 4138, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12946, 4138, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12947, 4138, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12948, 4138, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12949, 4138, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12950, 4138, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12951, 4138, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12952, 4138, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12953, 4139, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12954, 4140, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12955, 4140, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12956, 4141, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12957, 4141, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12958, 4141, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12959, 4141, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12960, 4141, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12961, 4141, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12962, 4141, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12963, 4141, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12964, 4141, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12965, 4141, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12966, 4141, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12967, 4141, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12968, 4141, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12969, 4141, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12970, 4141, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12971, 4142, 3313, '6933528765233', 'TRICKET DE BOTELLA INDUSTRI 4T 85404', 'standard', NULL, '146.0000', '146.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '146.0000', '', '146.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12972, 4142, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12973, 4142, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12974, 4142, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12975, 4142, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12976, 4142, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12977, 4142, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12978, 4143, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12979, 4143, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12980, 4143, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12981, 4143, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12982, 4143, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12983, 4143, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12984, 4143, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12985, 4143, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12986, 4143, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12987, 4143, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12988, 4143, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12989, 4143, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12990, 4143, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12991, 4143, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12992, 4143, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12993, 4143, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12994, 4143, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12995, 4144, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12996, 4144, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12997, 4144, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12998, 4144, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12999, 4144, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13000, 4145, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13001, 4145, 3819, '012800180936', 'BATERIA RAYOVAC AA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13002, 4145, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13003, 4145, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13004, 4145, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13005, 4145, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13006, 4145, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '5.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13007, 4145, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.3333', '', '0.3333', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13008, 4145, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13009, 4145, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13010, 4145, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13011, 4145, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13012, 4145, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13013, 4145, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13014, 4145, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13015, 4145, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13016, 4146, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13017, 4146, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13018, 4146, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13019, 4146, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13020, 4146, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13021, 4146, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13022, 4146, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13023, 4146, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13024, 4146, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13025, 4146, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13026, 4146, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13027, 4146, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13028, 4146, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13029, 4146, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13030, 4146, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13031, 4146, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13032, 4146, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13033, 4146, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '6.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13034, 4146, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13035, 4147, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13036, 4147, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13037, 4147, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13038, 4148, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13039, 4148, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13040, 4148, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13041, 4148, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13042, 4148, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13043, 4149, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13044, 4149, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13045, 4149, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13046, 4149, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13047, 4149, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13048, 4149, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13049, 4150, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13050, 4150, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13051, 4150, 3266, 'PVC00202', 'TEE 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13052, 4150, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13053, 4150, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13054, 4150, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', 'standard', NULL, '30.0000', '30.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '30.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13055, 4150, 2760, 'PVC00092', 'COPLA DR 4', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13056, 4151, 2714, '102330', 'CODO 45 GR DR 3', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13057, 4151, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13058, 4151, 3176, '7441002707529', 'SCOTCH BRITE ESPONJA DOBLE USO  2080', 'standard', NULL, '2.7500', '2.7500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.7500', '', '2.7500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13059, 4151, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13060, 4151, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13061, 4151, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13062, 4152, 2753, 'FER001217', 'COPLA 3/4 CON ROSCA', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13063, 4152, 2752, 'PVC00073', 'COPLA 3/4', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13064, 4152, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13065, 4152, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13066, 4152, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13067, 4152, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13068, 4153, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13069, 4154, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13070, 4154, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13071, 4154, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13072, 4154, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13073, 4154, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13074, 4154, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13075, 4155, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13076, 4155, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13077, 4155, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13078, 4155, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13079, 4155, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13080, 4155, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13081, 4156, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13082, 4156, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13083, 4156, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13084, 4157, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13085, 4157, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13086, 4157, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13087, 4157, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13088, 4157, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13089, 4157, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13090, 4157, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13091, 4158, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13092, 4158, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13093, 4159, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13094, 4159, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13095, 4159, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13096, 4159, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13097, 4160, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13098, 4160, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13099, 4161, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13100, 4161, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13101, 4161, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13102, 4162, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13103, 4163, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13104, 4163, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13105, 4163, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13106, 4163, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13107, 4164, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13108, 4165, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13109, 4165, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13110, 4165, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13111, 4166, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13112, 4167, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13113, 4168, 3059, '60', 'NYLON UNIDAD', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13114, 4169, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13115, 4169, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13116, 4169, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13117, 4169, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13118, 4169, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13119, 4169, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13120, 4169, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13121, 4170, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13122, 4170, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '55.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13123, 4170, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13124, 4170, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13125, 4171, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13126, 4171, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13127, 4171, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13128, 4171, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13129, 4171, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13130, 4171, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13131, 4171, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '17.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13132, 4171, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13133, 4171, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13134, 4171, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13135, 4172, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13136, 4172, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13137, 4173, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13138, 4174, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13139, 4175, 3834, '66774996', 'CODO DR 2\\\"  45 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13140, 4175, 2587, '7503005496234', 'BROCHA LA BUENA 1?', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13141, 4176, 2674, '5933528762119', 'CINCHO P/ SEGURIDAD/CARGA 2 PZS 62252', 'standard', NULL, '70.0000', '70.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '70.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13142, 4177, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13143, 4177, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13144, 4177, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13145, 4177, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13146, 4178, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13147, 4178, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13148, 4179, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13149, 4179, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13150, 4180, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13151, 4180, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13152, 4181, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13153, 4182, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13154, 4183, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13155, 4184, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13156, 4185, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13157, 4186, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13158, 4186, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13159, 4186, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13160, 4187, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13161, 4187, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13162, 4188, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13163, 4189, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13164, 4190, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13165, 4190, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13166, 4191, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13167, 4191, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13168, 4192, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13169, 4192, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13170, 4192, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13171, 4193, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13172, 4193, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13173, 4193, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13174, 4194, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13175, 4194, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13176, 4195, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13177, 4196, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13178, 4196, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13179, 4197, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13180, 4198, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13181, 4199, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13182, 4200, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13183, 4200, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13184, 4201, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13185, 4201, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13186, 4202, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13187, 4202, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13188, 4202, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13189, 4202, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13190, 4202, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13191, 4203, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', 'standard', NULL, '275.0000', '275.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '275.0000', '', '275.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13192, 4204, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13193, 4204, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13194, 4204, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13195, 4204, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13196, 4204, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13197, 4204, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13198, 4204, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13199, 4205, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13200, 4205, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13201, 4205, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13202, 4206, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13203, 4207, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13204, 4208, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13205, 4208, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13206, 4209, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13207, 4209, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13208, 4210, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13209, 4211, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13210, 4212, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13211, 4212, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13212, 4213, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13213, 4214, 3197, '7501908402871', 'SIKA LATEX -N 1.2 LT', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13214, 4215, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13215, 4216, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13216, 4217, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13217, 4218, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13218, 4218, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13219, 4219, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13220, 4219, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13221, 4220, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13222, 4221, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13223, 4222, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13224, 4222, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13225, 4223, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13226, 4224, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13227, 4225, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13228, 4225, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13229, 4225, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13230, 4226, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13231, 4227, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13232, 4228, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13233, 4229, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13234, 4229, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13235, 4230, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13236, 4231, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13237, 4232, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13238, 4233, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13239, 4233, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13240, 4234, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13241, 4234, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13242, 4234, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13243, 4234, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13244, 4234, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13245, 4235, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13246, 4235, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13247, 4235, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13248, 4236, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13249, 4236, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13250, 4237, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13251, 4238, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '3.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13252, 4238, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13253, 4238, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13254, 4238, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13255, 4238, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13256, 4239, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13257, 4239, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13258, 4239, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13259, 4239, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13260, 4239, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13261, 4240, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13262, 4241, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '5.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13263, 4241, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13264, 4242, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13265, 4243, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13266, 4244, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13267, 4245, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13268, 4245, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13269, 4246, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13270, 4247, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13271, 4247, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13272, 4248, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13273, 4249, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13274, 4250, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13275, 4251, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13276, 4252, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13277, 4253, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13278, 4254, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13279, 4255, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13280, 4255, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13281, 4256, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13282, 4257, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13283, 4257, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13284, 4258, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13285, 4259, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '6.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13286, 4260, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13287, 4261, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13288, 4262, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13289, 4262, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13290, 4262, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13291, 4263, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13292, 4264, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13293, 4264, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13294, 4265, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13295, 4265, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13296, 4265, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13297, 4266, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13298, 4267, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13299, 4267, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13300, 4268, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13301, 4268, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13302, 4269, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13303, 4270, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13304, 4270, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13305, 4271, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13306, 4271, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13307, 4272, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13308, 4272, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13309, 4273, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13310, 4274, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13311, 4274, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13312, 4274, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13313, 4275, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13314, 4275, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13315, 4275, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13316, 4276, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13317, 4277, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13318, 4277, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13319, 4277, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13320, 4277, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13321, 4278, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13322, 4279, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13323, 4280, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13324, 4280, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13325, 4280, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13326, 4280, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13327, 4280, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13328, 4280, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13329, 4280, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13330, 4281, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13331, 4281, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13332, 4281, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13333, 4282, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13334, 4283, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13335, 4284, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13336, 4285, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13337, 4286, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13338, 4286, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13339, 4287, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13340, 4287, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13341, 4288, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13342, 4288, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13343, 4289, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13344, 4289, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13345, 4289, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13346, 4290, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13347, 4291, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13348, 4291, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13349, 4292, 3837, '71633725', 'CAJA DE MARCADOR FAST', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13350, 4293, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', 'standard', NULL, '1.0000', '1.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '1.0000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13351, 4294, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13352, 4294, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13353, 4295, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13354, 4296, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13356, 4297, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13357, 4298, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13358, 4299, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13359, 4299, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13360, 4299, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13361, 4300, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13362, 4301, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13363, 4302, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13364, 4302, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13365, 4303, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13366, 4304, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13367, 4305, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13368, 4306, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13369, 4307, 2515, 'AZ00151', 'ALMADANA DE 4 LBS C/ CABO AZTECA', 'standard', NULL, '70.0000', '70.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '70.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13370, 4307, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13371, 4308, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13372, 4309, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13373, 4309, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13374, 4310, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13375, 4310, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13376, 4310, 2831, '41333428482', 'DURACELL REGULAR AAA 1UIDAD', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13377, 4311, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13378, 4312, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13379, 4312, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13380, 4312, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13381, 4312, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13382, 4313, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13383, 4313, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13384, 4313, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13385, 4314, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13386, 4314, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13387, 4315, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13388, 4316, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', 'standard', NULL, '0.7500', '0.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '0.7500', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13389, 4316, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13390, 4317, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13391, 4318, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13392, 4319, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13393, 4320, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13394, 4320, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13395, 4321, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13396, 4322, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13397, 4323, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13398, 4323, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13399, 4324, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13400, 4325, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13401, 4326, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13402, 4326, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13403, 4327, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13404, 4327, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13405, 4327, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13406, 4328, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13407, 4329, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13408, 4330, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13409, 4331, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13410, 4332, 3299, '10256', 'TORNILLO PULSER 1 1/2 PUNTA DE BROCA', 'standard', NULL, '0.7500', '0.7500', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '37.5000', '', '0.7500', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13411, 4333, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13412, 4334, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13413, 4335, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13414, 4335, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13415, 4336, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13416, 4336, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13417, 4337, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13418, 4337, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13419, 4338, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13420, 4339, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13421, 4340, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13422, 4341, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13423, 4342, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13424, 4343, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13425, 4344, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13426, 4344, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13427, 4344, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13428, 4345, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13429, 4345, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13430, 4346, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13431, 4347, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13432, 4348, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13433, 4348, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13434, 4349, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13435, 4350, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13436, 4351, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13437, 4352, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13438, 4352, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13439, 4353, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13440, 4353, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13441, 4354, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13442, 4355, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13443, 4356, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13444, 4357, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13445, 4357, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13446, 4358, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13447, 4358, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13448, 4358, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13449, 4358, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13450, 4358, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13451, 4358, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13452, 4359, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13453, 4359, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13454, 4360, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13455, 4360, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13456, 4360, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13457, 4360, 2467, '7501206694091', 'ABRAZADERA CINCHO DE 4 FIERO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13458, 4360, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13459, 4360, 3236, '7501199465555', 'TANGIT 950 ML', 'standard', NULL, '175.0000', '175.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '175.0000', '', '175.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13460, 4360, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13461, 4361, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13462, 4362, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13463, 4363, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13464, 4363, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13465, 4364, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13466, 4365, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13467, 4366, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13468, 4367, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13469, 4368, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13470, 4369, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13471, 4369, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13472, 4370, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13473, 4371, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13474, 4371, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13475, 4371, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13476, 4372, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13477, 4373, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13478, 4374, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13479, 4375, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13480, 4376, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13481, 4376, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13482, 4377, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13483, 4377, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13484, 4378, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13485, 4379, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13486, 4379, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13487, 4380, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13488, 4381, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13489, 4382, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13490, 4383, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13491, 4383, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13492, 4383, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13493, 4384, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13494, 4384, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13495, 4384, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13496, 4384, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13497, 4385, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13498, 4385, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13499, 4386, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13500, 4387, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13501, 4388, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13502, 4388, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13503, 4388, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13504, 4389, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13505, 4390, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13506, 4391, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13507, 4392, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13508, 4393, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13509, 4393, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13510, 4394, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13511, 4395, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13512, 4396, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13513, 4397, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13514, 4397, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13515, 4398, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13516, 4399, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13517, 4400, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13518, 4400, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13519, 4401, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13520, 4402, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13521, 4403, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13522, 4403, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13523, 4404, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13524, 4405, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13525, 4406, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13526, 4406, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13527, 4406, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13528, 4407, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13529, 4407, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13530, 4407, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13531, 4407, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13532, 4408, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13533, 4408, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13534, 4409, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13535, 4410, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13536, 4411, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13537, 4411, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13538, 4411, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13539, 4411, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13540, 4411, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13541, 4412, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13542, 4412, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13543, 4412, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13544, 4413, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13545, 4414, 2492, 'PVC00007', 'ADAPTADOR 2', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13546, 4414, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13547, 4414, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13548, 4414, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13549, 4414, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13550, 4414, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13551, 4415, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13552, 4415, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13553, 4415, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13554, 4415, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13555, 4415, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13556, 4416, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13557, 4417, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13558, 4418, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13559, 4419, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13560, 4420, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13561, 4421, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13562, 4421, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13563, 4422, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13564, 4422, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13565, 4422, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13566, 4423, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13567, 4424, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13568, 4424, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13569, 4424, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13570, 4424, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13571, 4424, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13572, 4425, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13573, 4425, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13574, 4426, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13575, 4427, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13576, 4427, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13577, 4428, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13578, 4429, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13579, 4429, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13580, 4429, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13581, 4430, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13582, 4430, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13583, 4430, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13584, 4431, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13585, 4431, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13586, 4432, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13587, 4433, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13588, 4434, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13589, 4434, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13590, 4434, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13591, 4435, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13592, 4436, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13593, 4437, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13594, 4437, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13595, 4437, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13596, 4438, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13597, 4439, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13598, 4439, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13599, 4440, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13600, 4441, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13601, 4441, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13602, 4442, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13603, 4442, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13604, 4443, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13605, 4444, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13606, 4445, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13607, 4446, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13608, 4446, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13609, 4447, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13610, 4447, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13611, 4448, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13612, 4448, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13613, 4448, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13614, 4448, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13615, 4449, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13616, 4450, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13617, 4451, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13618, 4452, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13619, 4452, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13621, 4454, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13622, 4453, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13623, 4455, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13624, 4455, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13625, 4456, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13626, 4457, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13627, 4458, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13628, 4458, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13629, 4459, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13630, 4460, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13631, 4461, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13632, 4461, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13633, 4462, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13634, 4462, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13635, 4463, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13636, 4464, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13637, 4464, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13638, 4464, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13639, 4465, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13640, 4466, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13641, 4466, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13642, 4466, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13643, 4467, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13644, 4467, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13645, 4468, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13646, 4469, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13647, 4469, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13648, 4470, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13649, 4471, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13650, 4471, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13651, 4471, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13652, 4472, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13653, 4472, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13654, 4473, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13655, 4473, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13656, 4474, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13657, 4474, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13658, 4475, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13659, 4476, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13660, 4477, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13661, 4478, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13662, 4479, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13663, 4479, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13664, 4479, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13665, 4480, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13666, 4480, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13667, 4481, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13668, 4481, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13669, 4482, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13670, 4482, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13671, 4483, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13672, 4484, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13673, 4484, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13674, 4484, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13675, 4485, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13676, 4486, 2599, '3', 'CABLE THHN No.8 ROJO', 'standard', NULL, '8.5000', '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '8.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13677, 4486, 2600, '4', 'CABLE THHN No.8 VERDE', 'standard', NULL, '8.5000', '8.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '51.0000', '', '8.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13678, 4486, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13679, 4487, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', 'standard', NULL, '255.0000', '255.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '255.0000', '', '255.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13680, 4488, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13681, 4488, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13682, 4488, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13683, 4488, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13684, 4489, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13685, 4489, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13686, 4489, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13687, 4489, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13688, 4489, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', 'standard', NULL, '4.5000', '4.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '4.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13689, 4489, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13690, 4489, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13691, 4489, 2575, '10045242184764', 'BROCAS DE OXIDO NEGRO 1/2\" MILWAUKE', 'standard', NULL, '66.0000', '66.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '66.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13692, 4490, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13693, 4491, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13694, 4491, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13695, 4492, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13696, 4493, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13697, 4494, 3630, '7501019030178', 'SABA BUENAS NOCHES', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13698, 4494, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13699, 4495, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13700, 4495, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13701, 4496, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13702, 4497, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '2.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13703, 4497, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13704, 4497, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13705, 4498, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13706, 4499, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13707, 4499, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13708, 4499, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13709, 4500, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13710, 4500, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13711, 4500, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13712, 4501, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13713, 4501, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13714, 4501, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13715, 4502, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13716, 4502, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13717, 4503, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13718, 4503, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13719, 4503, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13720, 4504, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13721, 4505, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13722, 4506, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13723, 4507, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13724, 4507, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13725, 4508, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13726, 4509, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13727, 4509, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13728, 4510, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13729, 4511, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13730, 4511, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13731, 4511, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13732, 4512, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13733, 4513, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13734, 4513, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13735, 4514, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13736, 4515, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13737, 4516, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13738, 4516, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13739, 4517, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13740, 4518, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13741, 4518, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13742, 4518, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13743, 4519, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13744, 4520, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13745, 4521, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13746, 4522, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13747, 4522, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13748, 4522, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13749, 4522, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13750, 4522, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13751, 4523, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13752, 4524, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13753, 4525, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13754, 4525, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13755, 4525, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13756, 4526, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13757, 4527, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13758, 4527, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13759, 4528, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13760, 4528, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13761, 4529, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13762, 4530, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13763, 4531, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13764, 4531, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13765, 4532, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13766, 4533, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13767, 4533, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13768, 4534, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13769, 4534, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13770, 4535, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13771, 4536, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13772, 4536, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13773, 4536, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13774, 4536, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13775, 4537, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13776, 4537, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13777, 4537, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13778, 4538, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13779, 4539, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13780, 4540, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13781, 4541, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13782, 4541, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13783, 4542, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13784, 4543, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13785, 4544, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13786, 4545, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13787, 4546, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13788, 4546, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13789, 4546, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13790, 4547, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13791, 4547, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13792, 4548, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13793, 4548, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13794, 4549, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13795, 4550, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13796, 4550, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13797, 4551, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13798, 4552, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13799, 4553, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13800, 4553, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13801, 4554, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13802, 4555, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13803, 4556, 3596, '7501206646052', 'BROCA DE 5/16 8MM  TRUPER, METAL/MADERA/PLASTICO (11142)', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13804, 4556, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13805, 4556, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13806, 4556, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13807, 4557, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13808, 4557, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13809, 4558, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13810, 4558, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13811, 4559, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13812, 4559, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13813, 4560, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13814, 4560, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13815, 4561, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13816, 4562, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13817, 4563, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13818, 4563, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13819, 4564, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', 'standard', NULL, '21.5000', '21.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.5000', '', '21.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13820, 4565, 3004, '6972753160765', 'LLAVE PARA LAVAMANOS ALDOSA', 'standard', NULL, '32.0000', '32.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '32.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13821, 4566, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13822, 4566, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13823, 4566, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13824, 4567, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13825, 4568, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13826, 4569, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13827, 4570, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13828, 4570, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13829, 4571, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13830, 4571, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13831, 4572, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13832, 4573, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13833, 4574, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13834, 4575, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13835, 4576, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13836, 4576, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13837, 4576, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13838, 4576, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13839, 4577, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13840, 4577, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13841, 4577, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13842, 4578, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13843, 4579, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13844, 4580, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13845, 4581, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13846, 4581, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13847, 4581, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13848, 4581, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13849, 4582, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13850, 4582, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13851, 4583, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13852, 4583, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13853, 4583, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13854, 4583, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13855, 4584, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13856, 4585, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13857, 4586, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13858, 4586, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13859, 4586, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13860, 4586, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13861, 4587, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13862, 4587, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13863, 4587, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13864, 4588, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13865, 4588, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13866, 4588, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13867, 4589, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13868, 4589, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13869, 4590, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13870, 4590, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13871, 4591, 3763, '82852020', 'GARRAFON DE AGUA PURA DE LA ROCA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13872, 4591, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13873, 4592, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13874, 4592, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13875, 4593, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13876, 4594, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13877, 4595, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13878, 4596, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13879, 4597, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13880, 4598, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13881, 4599, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13882, 4600, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13883, 4600, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13884, 4600, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13885, 4600, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13886, 4600, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13887, 4600, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13888, 4601, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13889, 4601, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13890, 4601, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13891, 4601, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13892, 4601, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13893, 4602, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13894, 4602, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13895, 4603, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13896, 4603, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13897, 4603, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13898, 4603, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13899, 4603, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13900, 4603, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13901, 4604, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13902, 4604, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13903, 4604, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13904, 4604, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13905, 4604, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13906, 4604, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13907, 4604, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13908, 4604, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13909, 4604, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13910, 4605, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13911, 4605, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13912, 4605, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13913, 4605, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13914, 4606, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13915, 4606, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13916, 4606, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13917, 4606, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9998', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13918, 4606, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13919, 4607, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13920, 4607, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13921, 4607, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13922, 4608, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13923, 4608, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13924, 4608, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13925, 4608, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13926, 4608, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9999', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13927, 4609, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13928, 4609, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13929, 4609, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13930, 4609, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13931, 4609, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13932, 4610, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13933, 4610, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13934, 4611, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13935, 4611, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13936, 4611, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13937, 4611, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13938, 4612, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13939, 4612, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13940, 4612, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13941, 4612, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13942, 4612, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13943, 4612, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13944, 4613, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13945, 4613, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13946, 4613, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13947, 4613, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13948, 4614, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13949, 4614, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13950, 4614, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13951, 4614, 3624, '7451079003431', 'PANADOL ULTRA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13952, 4614, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13953, 4614, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13954, 4614, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13955, 4615, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13956, 4615, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13957, 4615, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13958, 4615, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.5000', '', '11.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13959, 4615, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13960, 4615, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13961, 4615, 3624, '7451079003431', 'PANADOL ULTRA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13962, 4616, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13963, 4616, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13964, 4616, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13965, 4616, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13966, 4616, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13967, 4616, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13968, 4616, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13969, 4616, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13970, 4617, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13971, 4617, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13972, 4617, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13973, 4617, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13974, 4617, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13975, 4617, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13976, 4617, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13977, 4617, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13978, 4618, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13979, 4618, 3823, '7501052476100', 'BOTE DE CHILE JALAPEÑO CLEMENTE JACQUES', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13980, 4618, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13981, 4618, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13982, 4618, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13983, 4618, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13984, 4618, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13985, 4619, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13986, 4619, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13987, 4619, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13988, 4619, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13989, 4619, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13990, 4620, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13991, 4620, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13992, 4620, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13993, 4621, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13994, 4621, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3333', '0.3333', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.3333', '', '0.3333', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13995, 4621, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13996, 4622, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13997, 4622, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13998, 4622, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (13999, 4622, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14000, 4622, 3762, '90996095', 'BOLSA DE AGUA PURA', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14001, 4622, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14002, 4623, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14003, 4623, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14004, 4623, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14005, 4623, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14006, 4623, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14007, 4624, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14008, 4624, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14009, 4624, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14010, 4625, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14011, 4625, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14012, 4625, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14013, 4625, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14014, 4626, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14015, 4626, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14016, 4626, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14017, 4626, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14018, 4627, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14019, 4627, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14020, 4628, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14021, 4628, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14022, 4628, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14023, 4628, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14024, 4628, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14025, 4629, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14026, 4629, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14027, 4630, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14028, 4630, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14029, 4631, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14030, 4631, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14031, 4631, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14032, 4631, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14033, 4631, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14034, 4631, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14035, 4631, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14036, 4631, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14037, 4632, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14038, 4633, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14039, 4634, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14040, 4634, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14041, 4634, 2719, 'PVC00036', 'CODO 90 GR 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14042, 4634, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14043, 4634, 3550, '7501206659502', 'ABRAZADERA DE TUBO TIPO UÑA  3/4 VOLTECK', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14044, 4634, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', 'standard', NULL, '0.2500', '0.2500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '0.2500', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14045, 4634, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14046, 4635, 3554, '16783852', 'CEPILLO MATRIX ADULTO UNID.', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14047, 4636, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14048, 4636, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14049, 4637, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14050, 4637, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14051, 4638, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14052, 4639, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14053, 4640, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14054, 4640, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14055, 4640, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14056, 4640, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14057, 4640, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14058, 4641, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14059, 4641, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14060, 4641, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14061, 4641, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14062, 4641, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14063, 4642, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14064, 4642, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14065, 4642, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14066, 4642, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14067, 4642, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14068, 4643, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14069, 4643, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14070, 4643, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14071, 4643, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14072, 4643, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14073, 4644, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14074, 4644, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14075, 4644, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14076, 4644, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14077, 4644, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14078, 4645, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14079, 4645, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14080, 4645, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14081, 4645, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14082, 4645, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14083, 4646, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14084, 4646, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14085, 4646, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14086, 4646, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14087, 4646, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14088, 4647, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14089, 4647, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14090, 4647, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14091, 4647, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14092, 4647, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14093, 4648, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14094, 4648, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14095, 4648, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14096, 4648, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14097, 4648, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14098, 4649, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14099, 4649, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14100, 4649, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14101, 4649, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14102, 4649, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14103, 4650, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14104, 4650, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14105, 4650, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14106, 4650, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14107, 4650, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14108, 4651, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14109, 4651, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14110, 4651, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14111, 4651, 3598, '7506240624622', 'DISCO ABRASIVO DE 4 1/2 PRETUL, CORTE EXTRA FINO METAL (22348)', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14112, 4651, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14113, 4652, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14114, 4652, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14115, 4652, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14116, 4652, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14117, 4652, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14118, 4653, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14119, 4653, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14120, 4653, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14121, 4653, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14122, 4653, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14123, 4654, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14124, 4654, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14125, 4654, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14126, 4654, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14127, 4654, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14128, 4655, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14129, 4655, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14130, 4655, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14131, 4655, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14132, 4656, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14133, 4657, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14134, 4657, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14135, 4657, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14136, 4657, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14137, 4658, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14138, 4658, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14139, 4658, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14140, 4658, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14141, 4658, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14142, 4658, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14143, 4658, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14144, 4659, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14145, 4659, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14146, 4659, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14147, 4659, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14148, 4659, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14149, 4659, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14150, 4659, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14151, 4660, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14152, 4660, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14153, 4660, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14154, 4660, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14155, 4660, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14156, 4660, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14157, 4660, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14158, 4661, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14159, 4661, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14160, 4661, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14161, 4661, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14162, 4661, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14163, 4661, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14164, 4661, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14165, 4662, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14166, 4662, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14167, 4662, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14168, 4662, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14169, 4662, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14170, 4662, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14171, 4662, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14172, 4662, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14173, 4662, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14174, 4663, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '10.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14175, 4663, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14176, 4663, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14177, 4663, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14178, 4664, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14179, 4664, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14180, 4664, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14181, 4664, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14182, 4664, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14183, 4664, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14184, 4664, 2777, 'PVC0105', 'CURVA CONDUIT 1/2 GRIS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14185, 4664, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14186, 4664, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14187, 4664, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14188, 4664, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14189, 4664, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14190, 4664, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14191, 4665, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14192, 4665, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14193, 4665, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14194, 4665, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14195, 4665, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14196, 4665, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14197, 4665, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14198, 4665, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14199, 4665, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14200, 4665, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14201, 4666, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14202, 4666, 3606, '7413402812103', 'MARGARITAS SINAI 32 GRS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14203, 4666, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14204, 4666, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14205, 4666, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14206, 4666, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14207, 4666, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14208, 4666, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14209, 4667, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14210, 4668, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14211, 4668, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14212, 4668, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14213, 4668, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14214, 4668, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14215, 4668, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14216, 4668, 3813, '26103784', 'LAMPARA DE ALTA DENSIDAD SYLVANIA 175W', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14217, 4668, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14218, 4668, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14219, 4668, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14220, 4669, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14221, 4670, 2869, '20783164012884', 'FLIPON 1*40 AMPERIOS THQL 1140', 'standard', NULL, '55.0000', '55.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '55.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14222, 4670, 2600, '4', 'CABLE THHN No.8 VERDE', 'standard', NULL, '8.5000', '8.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '68.0000', '', '8.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14223, 4670, 2613, '7831642785542', 'CAJA PARA FLIPON 40 AMPS CENTE', 'standard', NULL, '38.0000', '38.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '76.0000', '', '38.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14224, 4670, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14225, 4670, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '0.5000', NULL, 1, 'PZA', '100.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14226, 4670, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\" ( CALABERA)', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14227, 4670, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '1.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14228, 4671, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14229, 4672, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14230, 4673, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14231, 4673, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14232, 4673, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14233, 4673, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14234, 4673, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14235, 4673, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14236, 4673, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14237, 4674, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14238, 4675, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14239, 4675, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14240, 4676, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14241, 4676, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14242, 4676, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14243, 4676, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14244, 4676, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14245, 4677, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14246, 4678, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14247, 4679, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14248, 4679, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14249, 4679, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14250, 4679, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14251, 4680, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14252, 4680, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14253, 4680, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14254, 4680, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14255, 4680, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14256, 4681, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14257, 4682, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14258, 4683, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14259, 4683, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14260, 4683, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14261, 4683, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14262, 4684, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14263, 4685, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14264, 4685, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14265, 4685, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14266, 4685, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14267, 4686, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14268, 4686, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14269, 4686, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14270, 4687, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14271, 4687, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14272, 4688, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14273, 4689, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14274, 4690, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14275, 4690, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14276, 4690, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14277, 4690, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14278, 4690, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14279, 4690, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14280, 4691, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14281, 4692, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14282, 4692, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14283, 4692, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14284, 4692, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14285, 4692, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14286, 4692, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14287, 4693, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14288, 4694, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14289, 4695, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14290, 4696, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14291, 4696, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14292, 4697, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14293, 4698, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14294, 4699, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14295, 4700, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14296, 4701, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14297, 4701, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '88.0000', '', '8.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14298, 4702, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14299, 4703, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14300, 4704, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14301, 4705, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14302, 4705, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14303, 4706, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14304, 4707, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14305, 4707, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14306, 4708, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14307, 4709, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14308, 4710, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14309, 4710, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14310, 4710, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14311, 4711, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14312, 4712, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14313, 4712, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14314, 4713, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14315, 4714, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14316, 4715, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '7.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14317, 4716, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14318, 4716, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14319, 4717, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14320, 4717, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14321, 4718, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14322, 4719, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14323, 4720, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14324, 4721, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14325, 4721, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14326, 4721, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14327, 4722, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14328, 4722, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14329, 4723, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14330, 4724, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14331, 4724, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14332, 4725, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14333, 4726, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14334, 4727, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14335, 4727, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14336, 4727, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14337, 4727, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14338, 4728, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14339, 4729, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14340, 4730, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14341, 4730, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14342, 4731, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14343, 4732, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14344, 4733, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14345, 4734, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14346, 4735, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14347, 4736, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14348, 4736, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14349, 4736, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14350, 4737, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14351, 4738, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14352, 4739, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14353, 4740, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14354, 4741, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14355, 4742, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14356, 4743, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14357, 4744, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14358, 4745, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14359, 4746, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14360, 4746, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14361, 4746, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14362, 4746, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14363, 4747, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14364, 4747, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14365, 4747, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14366, 4748, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14367, 4749, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14368, 4750, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14369, 4750, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14370, 4751, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14371, 4751, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14372, 4751, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14373, 4751, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14374, 4752, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14375, 4752, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14376, 4753, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14377, 4753, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14378, 4753, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14379, 4753, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14380, 4754, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14381, 4754, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14382, 4754, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14383, 4755, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14384, 4756, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14385, 4756, 2969, '7750057006533', 'LIJA DE LONA 3M 150', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14386, 4756, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14387, 4756, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14388, 4757, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14389, 4757, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14390, 4758, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14391, 4759, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14392, 4760, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14393, 4760, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14394, 4760, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14395, 4760, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14396, 4760, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14397, 4761, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14398, 4762, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14399, 4763, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14400, 4764, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14401, 4764, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14402, 4765, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14403, 4765, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14404, 4766, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14405, 4767, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14406, 4768, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14407, 4769, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14408, 4769, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14409, 4770, 3842, '7401054210934', 'TRATAMIENTO DE GASOLINA UNO', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14410, 4771, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14411, 4772, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14412, 4773, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14413, 4774, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14414, 4775, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14415, 4776, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14416, 4777, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14417, 4777, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14418, 4778, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14419, 4778, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14420, 4779, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14421, 4780, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14422, 4781, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14423, 4782, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14424, 4783, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14425, 4783, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14426, 4784, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14427, 4784, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14428, 4785, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14429, 4786, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14430, 4787, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14431, 4788, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14432, 4788, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14433, 4789, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14434, 4789, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14435, 4789, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14436, 4790, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14437, 4791, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14438, 4791, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '4.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14439, 4791, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14440, 4791, 2658, 'CHEVEBR05', 'CHEQUE VERTICAL CON PICHACHA DE 1\"', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14441, 4791, 3330, 'FER000153', 'VALVULA COMPUERTA 1/2 200 PSI AQUA', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14442, 4791, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14443, 4791, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14444, 4791, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14445, 4792, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14446, 4792, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14447, 4792, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14448, 4793, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14449, 4794, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14450, 4795, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14451, 4795, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14452, 4796, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14453, 4796, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14454, 4796, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14455, 4796, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14456, 4796, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14457, 4797, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14458, 4798, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14459, 4799, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14460, 4800, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14461, 4800, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14462, 4800, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14463, 4800, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14464, 4801, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14465, 4802, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14466, 4803, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14467, 4803, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14468, 4803, 2492, 'PVC00007', 'ADAPTADOR 2', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14469, 4803, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14470, 4804, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14471, 4804, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14472, 4804, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14473, 4805, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14474, 4806, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14475, 4807, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14476, 4807, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14477, 4808, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14478, 4809, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14479, 4810, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14480, 4811, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14481, 4811, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14482, 4812, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14483, 4813, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14484, 4813, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14485, 4814, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14486, 4815, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14487, 4815, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14488, 4816, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14489, 4817, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14490, 4818, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14491, 4819, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14492, 4819, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14493, 4820, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14494, 4820, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14495, 4821, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14496, 4822, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14497, 4823, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14498, 4824, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14499, 4825, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14500, 4825, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14501, 4826, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14502, 4827, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14503, 4828, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14504, 4828, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14505, 4829, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14506, 4830, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14507, 4831, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14508, 4832, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14509, 4833, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14510, 4834, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14511, 4835, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14512, 4835, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14513, 4836, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14514, 4837, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14515, 4838, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14516, 4838, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14517, 4839, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14518, 4839, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14519, 4840, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14520, 4840, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14521, 4840, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14522, 4841, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14523, 4842, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14524, 4843, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14525, 4844, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14526, 4844, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14527, 4845, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14528, 4846, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14529, 4846, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14530, 4847, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14531, 4848, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14532, 4849, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14533, 4850, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14534, 4851, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14535, 4851, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14536, 4852, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14537, 4853, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14538, 4854, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14539, 4855, 2599, '3', 'CABLE THHN No.8 ROJO', 'standard', NULL, '8.5000', '8.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '59.5000', '', '8.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14540, 4856, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14541, 4856, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14542, 4856, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14543, 4856, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14544, 4857, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14545, 4857, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14546, 4858, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14547, 4858, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14548, 4859, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14549, 4860, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14550, 4861, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14551, 4862, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14552, 4863, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14553, 4864, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14554, 4865, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14555, 4866, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14556, 4866, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14557, 4867, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14558, 4867, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14559, 4868, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14560, 4869, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14561, 4870, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14562, 4871, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14563, 4872, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14564, 4873, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14565, 4873, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14566, 4873, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14567, 4874, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14568, 4875, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14569, 4876, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14570, 4877, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14571, 4878, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14572, 4878, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14573, 4878, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14574, 4879, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14575, 4880, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14576, 4881, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14577, 4881, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14578, 4881, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14579, 4882, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14580, 4883, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14581, 4884, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14582, 4885, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14583, 4885, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14584, 4885, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14585, 4886, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14586, 4887, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14587, 4887, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14588, 4887, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14589, 4887, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14590, 4887, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14591, 4887, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14592, 4888, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14593, 4889, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14594, 4889, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14595, 4889, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14596, 4889, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14597, 4889, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14598, 4889, 3223, '011418221017', 'TABCIN NIÑOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14599, 4889, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14600, 4890, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14601, 4890, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14602, 4890, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14603, 4891, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14604, 4891, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14605, 4891, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14606, 4891, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14607, 4892, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14608, 4892, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14609, 4892, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14610, 4892, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14611, 4892, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14612, 4892, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14613, 4893, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14614, 4894, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14615, 4895, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14616, 4895, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14617, 4895, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14618, 4895, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14619, 4896, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14620, 4896, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14621, 4896, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14622, 4896, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14623, 4897, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14624, 4898, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14625, 4899, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14626, 4899, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14627, 4899, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14628, 4899, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14629, 4899, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14630, 4900, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14631, 4900, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14632, 4900, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14633, 4901, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14634, 4902, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14635, 4903, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14636, 4904, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14637, 4904, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14638, 4905, 2720, 'PVC00037', 'CODO 90 GR PVC 2', 'standard', NULL, '19.0000', '19.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '133.0000', '', '19.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14639, 4905, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14640, 4905, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14641, 4905, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14642, 4905, 2472, 'A111', 'ABRAZADERA DE 2\"', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14643, 4905, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', 'standard', NULL, '0.7500', '0.7500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '0.7500', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14644, 4905, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14645, 4905, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14646, 4906, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14647, 4906, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14648, 4906, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14649, 4906, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14650, 4906, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14651, 4907, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14652, 4908, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14653, 4909, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14654, 4910, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14655, 4911, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14656, 4911, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14657, 4911, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14658, 4912, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14659, 4912, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14660, 4912, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14661, 4913, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14662, 4914, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14663, 4915, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14664, 4916, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14665, 4917, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14666, 4918, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14667, 4919, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14668, 4920, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14669, 4920, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14670, 4920, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14671, 4921, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14672, 4921, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14673, 4922, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14674, 4922, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14675, 4923, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14676, 4924, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14677, 4925, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14678, 4926, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14679, 4927, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14680, 4928, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14681, 4929, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14682, 4930, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14683, 4930, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14684, 4931, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14685, 4932, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14686, 4932, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14687, 4933, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14688, 4934, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14689, 4935, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14690, 4936, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14691, 4937, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14692, 4937, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14693, 4938, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14694, 4939, 3836, '05144830', 'CINCHO PLASTICO VIKINGO NO. 10 X UNIDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14695, 4939, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14696, 4939, 2676, '5400706', 'CINTA AISLAR SUPER 33+ 19MM*20.1M', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14697, 4939, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14698, 4939, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', 'standard', NULL, '12.5000', '12.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '250.0000', '', '12.5000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14699, 4939, 2597, '21', 'CABLE THHN N0 8 NEGRO', 'standard', NULL, '8.5000', '8.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '170.0000', '', '8.5000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14700, 4940, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14701, 4940, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14702, 4940, 2720, 'PVC00037', 'CODO 90 GR PVC 2', 'standard', NULL, '19.0000', '19.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '76.0000', '', '19.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14703, 4941, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14704, 4941, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14705, 4941, 3473, '18399968', 'TUBO PVC 1/2 ', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14706, 4941, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14707, 4942, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', 'standard', NULL, '0.5000', '0.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '0.5000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14708, 4942, 3254, 'FER068', 'TARUGOS PLASTICOS VERDE 1/4', 'standard', NULL, '0.5000', '0.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '0.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14709, 4942, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14710, 4942, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14711, 4942, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14712, 4943, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14713, 4944, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14714, 4944, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14715, 4944, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14716, 4944, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14717, 4945, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14718, 4945, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14719, 4946, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14720, 4947, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14721, 4948, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14722, 4949, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14723, 4950, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14724, 4951, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14725, 4952, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14726, 4952, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14727, 4953, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14728, 4953, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14729, 4954, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14730, 4955, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14731, 4956, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14732, 4957, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14733, 4958, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14734, 4959, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14735, 4960, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14736, 4961, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14737, 4962, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14738, 4963, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14739, 4964, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14740, 4965, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14741, 4966, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14742, 4967, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14743, 4967, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14744, 4968, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14745, 4969, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14746, 4970, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14747, 4970, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14748, 4970, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14749, 4971, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14750, 4972, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14751, 4973, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14752, 4974, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14753, 4974, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14754, 4974, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14755, 4975, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14756, 4975, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14757, 4975, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14758, 4975, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14759, 4976, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14760, 4977, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14761, 4978, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14762, 4978, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14763, 4979, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14764, 4979, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14765, 4980, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14766, 4981, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14767, 4981, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14768, 4982, 3138, 'PVC00140', 'REDUCIDOR 2-1/2', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14769, 4983, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14770, 4983, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '0.5000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '12.0000', NULL, 1, 'PZA', '0.5000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14771, 4983, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14772, 4984, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14773, 4985, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14774, 4986, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14775, 4986, 3102, '7506181323134', 'PLAFONERA BTICINO', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14776, 4987, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14777, 4987, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14778, 4988, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14779, 4989, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14780, 4990, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14781, 4991, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14782, 4991, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14783, 4991, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14784, 4992, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14785, 4992, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14786, 4993, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14787, 4993, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14788, 4993, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14789, 4994, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14790, 4995, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14791, 4996, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14792, 4996, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14793, 4997, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14794, 4998, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14795, 4999, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14796, 4999, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14797, 5000, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14798, 5001, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14799, 5002, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14800, 5003, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14801, 5004, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14802, 5005, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14803, 5006, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14804, 5007, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14805, 5008, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14806, 5009, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '11.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14807, 5010, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14808, 5011, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14809, 5012, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14810, 5012, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14811, 5012, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14812, 5012, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14813, 5012, 3824, '76057309353', 'CHASHITAS DE LIMON Y SAL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14814, 5012, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14815, 5012, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14816, 5013, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14817, 5014, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14818, 5014, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14819, 5014, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14820, 5014, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '9.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14821, 5014, 2715, '102106', 'CODO 45 GR DR 4 P', 'standard', NULL, '35.0000', '35.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '210.0000', '', '35.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14822, 5014, 3267, 'PVC00207', 'TEE 4 DR', 'standard', NULL, '45.0000', '45.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '225.0000', '', '45.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14823, 5014, 3235, '7501199465128', 'TANGIT 475 ML', 'standard', NULL, '105.0000', '105.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '105.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14824, 5015, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14825, 5015, 3266, 'PVC00202', 'TEE 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14826, 5015, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14827, 5015, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '11.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14828, 5016, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14829, 5017, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14830, 5017, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14831, 5018, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14832, 5019, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14833, 5019, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14834, 5019, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14835, 5019, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14836, 5019, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14837, 5019, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14838, 5020, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14839, 5021, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14840, 5022, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14841, 5022, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14842, 5022, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14843, 5022, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14844, 5023, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14845, 5024, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14846, 5024, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14847, 5025, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14848, 5025, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14849, 5026, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14850, 5027, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14851, 5028, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14852, 5029, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14853, 5029, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14854, 5030, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14855, 5030, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14856, 5030, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14857, 5031, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14858, 5032, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14859, 5033, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14860, 5033, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14861, 5034, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14862, 5035, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14863, 5035, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14864, 5036, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14865, 5037, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14866, 5037, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14867, 5037, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14868, 5038, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14869, 5038, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14870, 5038, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14871, 5039, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14872, 5039, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14873, 5039, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14874, 5040, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14875, 5040, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14876, 5041, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14877, 5042, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14878, 5043, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14879, 5044, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14880, 5044, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14881, 5045, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14882, 5045, 3223, '011418221017', 'TABCIN NIÑOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14883, 5045, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14884, 5045, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14885, 5045, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14886, 5045, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14887, 5046, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14888, 5046, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14889, 5046, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14890, 5046, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14891, 5046, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14892, 5047, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14893, 5047, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14894, 5048, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14895, 5049, 2714, '102330', 'CODO 45 GR DR 3', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14896, 5050, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14897, 5051, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14898, 5052, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14899, 5053, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14900, 5053, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14901, 5053, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14902, 5054, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14903, 5055, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '0.7500', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14904, 5056, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14905, 5056, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14906, 5057, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14907, 5057, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14908, 5058, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14909, 5059, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14910, 5059, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14911, 5060, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14912, 5061, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14913, 5062, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14914, 5063, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14915, 5064, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14916, 5065, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14917, 5066, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14918, 5067, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14919, 5068, 2570, '7501206646038', 'BROCA DE 1/4 TRUPER, METAL/MADERA/PLASTICO (11134)', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14920, 5069, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14921, 5070, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14922, 5070, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14923, 5071, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14924, 5071, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14925, 5071, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14926, 5072, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14927, 5072, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14928, 5073, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14929, 5073, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14930, 5073, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14931, 5074, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14932, 5075, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14933, 5076, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14934, 5077, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14935, 5078, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14936, 5078, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14937, 5078, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14938, 5078, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14939, 5078, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14940, 5079, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14941, 5080, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14942, 5081, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14943, 5082, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14944, 5083, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14945, 5084, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14946, 5084, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14947, 5085, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14948, 5085, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14949, 5086, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14950, 5086, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14951, 5087, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14952, 5088, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14953, 5089, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14954, 5090, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14955, 5091, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14956, 5092, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14957, 5092, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14958, 5093, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14959, 5094, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14960, 5094, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14961, 5094, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14962, 5095, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14963, 5095, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14964, 5096, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14965, 5097, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14966, 5097, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14967, 5097, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14968, 5098, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14969, 5098, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14970, 5098, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14971, 5098, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14972, 5099, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14973, 5099, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14974, 5099, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14975, 5099, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14976, 5099, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14977, 5099, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14978, 5100, 2669, '6942713105952', 'CHORRO DORADO ALDOSA 1/2', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14979, 5101, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14980, 5101, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14981, 5101, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14982, 5101, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14983, 5101, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14984, 5102, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14985, 5102, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14986, 5103, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14987, 5103, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14988, 5103, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', 'standard', NULL, '240.0000', '240.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '240.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14989, 5104, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14990, 5104, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14991, 5104, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14992, 5104, 2680, '6933528750215', 'CINTA DUCTO DE 25M TOLSEN (50291)', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14993, 5104, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14994, 5104, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14995, 5104, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14996, 5105, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14997, 5105, 3235, '7501199465128', 'TANGIT 475 ML', 'standard', NULL, '105.0000', '105.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '105.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14998, 5105, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (14999, 5105, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15000, 5105, 3789, '35648398', 'LIJA PARA MADERA TRUPER 120', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15001, 5105, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15002, 5105, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15003, 5106, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15004, 5106, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '3.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15005, 5106, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '2.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15006, 5106, 3348, 'PVC00256', 'YEE DR 4', 'standard', NULL, '28.0000', '28.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.0000', '', '28.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15007, 5106, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '40.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15008, 5106, 2722, 'PVC00039', 'CODO 90 GR 3', 'standard', NULL, '42.0000', '42.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '126.0000', '', '42.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15009, 5106, 2714, '102330', 'CODO 45 GR DR 3', 'standard', NULL, '17.0000', '17.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '102.0000', '', '17.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15010, 5106, 3236, '7501199465555', 'TANGIT 950 ML', 'standard', NULL, '175.0000', '175.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '175.0000', '', '175.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15011, 5107, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15012, 5108, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15013, 5109, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15014, 5109, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15015, 5110, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15016, 5111, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15017, 5112, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15018, 5112, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15019, 5112, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15020, 5113, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15021, 5114, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15022, 5114, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15023, 5114, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15024, 5115, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15025, 5115, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15026, 5116, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15027, 5116, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15028, 5116, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15029, 5117, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15030, 5117, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15031, 5118, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15032, 5118, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15033, 5118, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15034, 5119, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15035, 5120, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15036, 5121, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15037, 5122, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15038, 5123, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15039, 5123, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15040, 5124, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15041, 5124, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15042, 5125, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15043, 5126, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15044, 5127, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15045, 5128, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15046, 5128, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15047, 5129, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15048, 5130, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15049, 5131, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15050, 5132, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15051, 5133, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15052, 5133, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15053, 5133, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15054, 5134, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15055, 5134, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15056, 5135, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15057, 5136, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15058, 5137, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15059, 5138, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15060, 5139, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15061, 5139, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15062, 5140, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15063, 5141, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15064, 5141, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15065, 5142, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15066, 5143, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15067, 5143, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15068, 5144, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15069, 5145, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15070, 5146, 3541, '6933528758099', 'PALA CUADRADA MANGO LARGO TOLSEN', 'standard', NULL, '76.0000', '76.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '152.0000', '', '76.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15071, 5146, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15072, 5146, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15073, 5146, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15074, 5147, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15075, 5147, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15076, 5147, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15077, 5147, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15078, 5147, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15079, 5147, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15080, 5147, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15081, 5147, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15082, 5147, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15083, 5148, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15084, 5149, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15085, 5150, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15086, 5150, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15087, 5150, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15088, 5150, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15089, 5150, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15090, 5151, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15091, 5152, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15092, 5153, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15093, 5153, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15094, 5154, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15095, 5155, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15096, 5156, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15097, 5156, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15098, 5157, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15099, 5157, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15100, 5158, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15101, 5159, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15102, 5160, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15103, 5161, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15104, 5162, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15105, 5163, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15106, 5164, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15107, 5165, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15108, 5165, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '3.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15109, 5166, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15110, 5167, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15111, 5168, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15112, 5169, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15113, 5170, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15114, 5171, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15115, 5172, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15116, 5173, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15117, 5173, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15118, 5174, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15119, 5175, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15120, 5176, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15121, 5176, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15122, 5176, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15123, 5177, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15124, 5178, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15125, 5178, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15126, 5179, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15127, 5180, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15128, 5181, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15129, 5182, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15130, 5183, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15131, 5184, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15132, 5185, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15133, 5186, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15134, 5186, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15135, 5187, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15136, 5187, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15137, 5188, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '132.0000', '', '12.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15138, 5188, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', 'standard', NULL, '11.0000', '11.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '11.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15139, 5188, 3270, 'PVC00208', 'TEE PVC DE 4\"', 'standard', NULL, '65.0000', '65.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '260.0000', '', '65.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15140, 5188, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '12.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15141, 5188, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15142, 5188, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15143, 5188, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15144, 5189, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15145, 5189, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15146, 5189, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15147, 5190, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15148, 5191, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15149, 5192, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15150, 5193, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15151, 5194, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15152, 5194, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15153, 5195, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15154, 5196, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15155, 5197, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15156, 5197, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15157, 5197, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15158, 5198, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15159, 5199, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15160, 5200, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15161, 5201, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15162, 5202, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15163, 5203, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15164, 5204, 3119, '7401005009129', 'QUETZALTECA LITRO.', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15165, 5205, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15166, 5206, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15167, 5206, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15168, 5206, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15169, 5207, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15170, 5208, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15171, 5209, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15172, 5209, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15173, 5209, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15174, 5209, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15175, 5210, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15176, 5211, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15177, 5211, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15178, 5211, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15179, 5212, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15180, 5213, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15181, 5214, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15182, 5215, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15183, 5215, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15184, 5215, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15185, 5215, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15186, 5216, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15187, 5217, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15188, 5218, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15189, 5218, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15190, 5219, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15191, 5220, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15192, 5220, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15193, 5221, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15194, 5221, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15195, 5221, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15196, 5222, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15197, 5222, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15198, 5222, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15199, 5223, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15200, 5224, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15201, 5225, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15202, 5225, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15203, 5226, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15204, 5226, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15205, 5226, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15206, 5226, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15207, 5227, 3856, '7441012220117', 'EPOXIMIL 98 GR.', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15208, 5228, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15209, 5229, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15210, 5229, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15211, 5229, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15212, 5229, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15213, 5229, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15214, 5229, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15215, 5230, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15216, 5231, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15217, 5232, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15218, 5232, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15219, 5233, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15220, 5234, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15221, 5234, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15222, 5234, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15223, 5235, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '4.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15224, 5236, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15225, 5237, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15226, 5238, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15227, 5238, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15228, 5239, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15229, 5240, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15230, 5240, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15231, 5240, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15232, 5241, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15233, 5242, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15234, 5243, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15235, 5243, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15236, 5244, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15237, 5245, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15238, 5246, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15239, 5246, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15240, 5246, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15241, 5247, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15242, 5247, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15243, 5247, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15244, 5248, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15245, 5249, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15246, 5250, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15247, 5251, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15248, 5251, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15249, 5252, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15250, 5252, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15251, 5253, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15252, 5253, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15253, 5254, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15254, 5255, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15255, 5255, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15256, 5255, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15257, 5256, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15258, 5257, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15259, 5258, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15260, 5259, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15261, 5260, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15262, 5261, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15263, 5262, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15264, 5263, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15265, 5264, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15266, 5264, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15267, 5264, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15268, 5264, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15269, 5265, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15270, 5265, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15271, 5266, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15272, 5267, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15273, 5268, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15274, 5269, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15275, 5270, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15276, 5271, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15277, 5271, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15278, 5272, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15279, 5273, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15280, 5274, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15281, 5274, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15282, 5275, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15283, 5276, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15284, 5277, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15285, 5278, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15286, 5279, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15287, 5280, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15288, 5280, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15289, 5280, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15290, 5280, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15291, 5281, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15292, 5281, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15293, 5281, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15294, 5282, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15295, 5283, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15296, 5284, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15297, 5284, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15298, 5285, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15299, 5286, 3826, '75089464235', 'JABON AVENA VENZA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15300, 5287, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15301, 5288, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15302, 5289, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15303, 5290, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.5000', '', '5.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15304, 5290, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15305, 5291, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15306, 5291, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15307, 5292, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15308, 5292, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15309, 5292, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15310, 5292, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15311, 5292, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15312, 5293, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15313, 5294, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15314, 5295, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15315, 5296, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15316, 5296, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15317, 5297, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15318, 5298, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15319, 5299, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15320, 5300, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15321, 5300, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15322, 5300, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15323, 5301, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15324, 5301, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15325, 5301, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15326, 5301, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15327, 5301, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15328, 5301, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15329, 5301, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15330, 5302, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15331, 5303, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15332, 5303, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15333, 5303, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15334, 5304, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15335, 5304, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15336, 5304, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15337, 5305, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15338, 5305, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15339, 5305, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15340, 5305, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15341, 5305, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15342, 5305, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15343, 5306, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15344, 5306, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15345, 5307, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15346, 5307, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15347, 5308, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15348, 5309, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15349, 5310, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15350, 5311, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15351, 5312, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15352, 5312, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15353, 5313, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15354, 5314, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15355, 5314, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15356, 5314, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15357, 5314, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15358, 5315, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15359, 5316, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15360, 5316, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15361, 5316, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15362, 5316, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15363, 5316, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15364, 5317, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15365, 5317, 3223, '011418221017', 'TABCIN NIÑOS', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15366, 5318, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15367, 5318, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15368, 5318, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15369, 5318, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15370, 5319, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15371, 5319, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15372, 5319, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15373, 5320, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15374, 5321, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15375, 5321, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15376, 5321, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15377, 5321, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15378, 5321, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15379, 5322, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15380, 5322, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15381, 5322, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15382, 5322, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15383, 5322, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15384, 5322, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15385, 5322, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15386, 5322, 2671, '7506240608004', 'LLAVE DE JARDIN (CHORRO) LE LATON  PRETUL 1/2 (22146)', 'standard', NULL, '27.0000', '27.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '27.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15387, 5322, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15388, 5322, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15389, 5322, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15390, 5322, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15391, 5322, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15392, 5322, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15393, 5322, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15394, 5322, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15395, 5322, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15396, 5322, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15397, 5323, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15398, 5323, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15399, 5323, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15400, 5323, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15401, 5323, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15402, 5323, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15403, 5323, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15404, 5324, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15405, 5324, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15406, 5324, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15407, 5324, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15408, 5324, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15409, 5324, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15410, 5324, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15411, 5324, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15412, 5324, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15413, 5324, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15414, 5324, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15415, 5324, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15416, 5325, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15417, 5325, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15418, 5325, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15419, 5325, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15420, 5325, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15421, 5325, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15422, 5325, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15423, 5326, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15424, 5326, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15425, 5326, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15426, 5326, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15427, 5326, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15428, 5326, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15429, 5326, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15430, 5327, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15431, 5327, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15432, 5327, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15433, 5327, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15434, 5327, 3630, '7501019030178', 'SABA BUENAS NOCHES', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15435, 5327, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15436, 5327, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15437, 5327, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15438, 5327, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15439, 5327, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15440, 5327, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15441, 5328, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15442, 5328, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15443, 5328, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15444, 5328, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15445, 5328, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15446, 5328, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15447, 5328, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15448, 5328, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15449, 5328, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15450, 5328, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15451, 5328, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15452, 5328, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15453, 5329, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15454, 5329, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15455, 5329, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15456, 5329, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15457, 5329, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15458, 5329, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15459, 5329, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15460, 5329, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15461, 5329, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15462, 5329, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15463, 5329, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15464, 5329, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15465, 5330, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15466, 5330, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15467, 5330, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15468, 5331, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15469, 5331, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15470, 5332, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15471, 5332, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15472, 5332, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15473, 5332, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15474, 5332, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15475, 5332, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15476, 5332, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15477, 5332, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.7500', '', '1.2500', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15478, 5332, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15479, 5332, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15480, 5332, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '3.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15481, 5332, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15482, 5333, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15483, 5334, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15484, 5334, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15485, 5334, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15486, 5334, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15487, 5335, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15488, 5335, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15489, 5335, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15490, 5335, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15491, 5335, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15492, 5335, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15493, 5335, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15494, 5335, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15495, 5335, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15496, 5335, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15497, 5336, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15498, 5336, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15499, 5336, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15500, 5336, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15501, 5336, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15502, 5337, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15503, 5337, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15504, 5337, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15505, 5337, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15506, 5337, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15507, 5337, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15508, 5337, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15509, 5338, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15510, 5338, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '3.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15511, 5338, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15512, 5338, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15513, 5338, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15514, 5338, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15515, 5338, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15516, 5338, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15517, 5338, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15518, 5339, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15519, 5339, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15520, 5339, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15521, 5339, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15522, 5339, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15523, 5339, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15524, 5339, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15525, 5340, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15526, 5340, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15527, 5340, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15528, 5340, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15529, 5340, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15530, 5340, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15531, 5340, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15532, 5341, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15533, 5341, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15534, 5341, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15535, 5341, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15536, 5341, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15537, 5341, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15538, 5341, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15539, 5342, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15540, 5342, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15541, 5342, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15542, 5342, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15543, 5342, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15544, 5342, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15545, 5342, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15546, 5342, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15547, 5342, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15548, 5342, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15549, 5342, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15550, 5342, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15551, 5342, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15552, 5342, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15553, 5343, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15554, 5343, 3801, '88251530', 'KELLOGS ZUCARITAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15555, 5343, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15556, 5343, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15557, 5343, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15558, 5343, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15559, 5343, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15560, 5343, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15561, 5344, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15562, 5344, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15563, 5344, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15564, 5344, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15565, 5344, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15566, 5344, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15567, 5344, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15568, 5344, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15569, 5344, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15570, 5345, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15571, 5345, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15572, 5345, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15573, 5345, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15574, 5345, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15575, 5345, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15576, 5345, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15577, 5345, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15578, 5345, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15579, 5345, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15580, 5345, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15581, 5345, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15582, 5346, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15583, 5346, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15584, 5346, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15585, 5346, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15586, 5346, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15587, 5346, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15588, 5346, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15589, 5346, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15590, 5346, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15591, 5346, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15592, 5346, 2860, '769409001017', 'FELPA EXPERT STANDAR 3/8', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15593, 5346, 2859, '769409174056', 'FELPA DE 1/2 *9 PLG FARBE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15594, 5346, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15595, 5346, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15596, 5346, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15597, 5346, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15598, 5347, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15599, 5347, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15600, 5347, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15601, 5347, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15602, 5347, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15603, 5347, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15604, 5348, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15605, 5348, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15606, 5348, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15607, 5348, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15608, 5349, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15609, 5350, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15610, 5350, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15611, 5351, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15612, 5352, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15613, 5352, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15614, 5352, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15615, 5352, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15616, 5353, 2559, '7501206634486', 'BROCA P/ CONCRETO 1/4??X 6 TRUPER', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15617, 5353, 3519, '6925582167740', 'TENAZA DE ARMADOR DE 10\\\" TOTAL', 'standard', NULL, '34.0000', '34.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '34.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15618, 5354, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15619, 5354, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15620, 5354, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15621, 5354, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15622, 5354, 2492, 'PVC00007', 'ADAPTADOR 2', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15623, 5354, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15624, 5354, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15625, 5355, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15626, 5356, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15627, 5356, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15628, 5357, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15629, 5357, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15630, 5357, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15631, 5357, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15632, 5358, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15633, 5358, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15634, 5358, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15635, 5359, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15636, 5359, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15637, 5359, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15638, 5360, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '130.0000', '', '10.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15639, 5360, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15640, 5360, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15641, 5360, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15642, 5360, 3056, '7501206630426', 'NIVEL TRUPER 2 GOTAS 24\" ALUMINIO', 'standard', NULL, '95.0000', '95.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '95.0000', '', '95.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15648, 5362, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15649, 5363, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15650, 5363, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15651, 5363, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15652, 5363, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15653, 5364, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15654, 5365, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15655, 5366, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15656, 5366, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15657, 5366, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15658, 5366, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15659, 5366, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15660, 5367, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15661, 5367, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', 'standard', NULL, '22.0000', '22.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '22.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15662, 5367, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '4.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15663, 5367, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15664, 5367, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15665, 5367, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15666, 5367, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15667, 5368, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15668, 5368, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15669, 5368, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15670, 5368, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15671, 5368, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15672, 5368, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15673, 5368, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15674, 5369, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15675, 5370, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '4.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15676, 5370, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15677, 5371, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15678, 5372, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '22.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '1.5000', NULL, 5, 'UNIDAD', '22.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15679, 5373, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15680, 5373, 3286, '6933528730385', 'TIJERA PARA LAMINA DE 12\" 30037', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15681, 5373, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15682, 5374, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15683, 5374, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15684, 5375, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15685, 5376, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15686, 5376, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15687, 5377, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15688, 5377, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15689, 5377, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15690, 5377, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15691, 5377, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15692, 5377, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15693, 5378, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15694, 5378, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15695, 5379, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15696, 5380, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15697, 5380, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15698, 5380, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15699, 5380, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15700, 5381, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15701, 5381, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15702, 5381, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15703, 5382, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15704, 5383, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15705, 5383, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15706, 5384, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15707, 5385, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15708, 5385, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15709, 5386, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15710, 5386, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15711, 5387, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15712, 5388, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15713, 5388, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15714, 5389, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15715, 5389, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15716, 5390, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15717, 5390, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15718, 5391, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15719, 5392, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15720, 5393, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15721, 5393, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '10.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15722, 5394, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15723, 5394, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15724, 5395, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15725, 5396, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15726, 5397, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15727, 5397, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15728, 5397, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15729, 5397, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15730, 5397, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15731, 5397, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15732, 5398, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15733, 5399, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15734, 5400, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15735, 5401, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15736, 5402, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15737, 5403, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15738, 5403, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15739, 5403, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15740, 5404, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15741, 5404, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15742, 5405, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15743, 5405, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15744, 5406, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15745, 5406, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15746, 5406, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15747, 5406, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15748, 5407, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15749, 5408, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15750, 5409, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15751, 5410, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15752, 5411, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15753, 5412, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15754, 5412, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15755, 5413, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15756, 5413, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15757, 5413, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15758, 5413, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15759, 5414, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15760, 5415, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15761, 5416, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15762, 5416, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15763, 5416, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15764, 5416, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15765, 5417, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15766, 5418, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15767, 5419, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15768, 5419, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15769, 5420, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15770, 5421, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15771, 5422, 2814, '7506240640257', 'DISCO LAMINADO PRETUL 4 1/2\" GRANO 40', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15772, 5422, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15773, 5422, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15774, 5422, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '5.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15775, 5423, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15776, 5424, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15777, 5425, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15778, 5426, 2792, '6933528720461', 'DESARAMDOR CON PUNTAS Y COPAS INTER20041', 'standard', NULL, '100.0000', '100.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '100.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15779, 5427, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15780, 5428, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15781, 5428, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15782, 5428, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15783, 5429, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15784, 5430, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15785, 5431, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15786, 5431, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15787, 5432, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15788, 5433, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15789, 5433, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15790, 5434, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15791, 5435, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15792, 5435, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15793, 5435, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15794, 5436, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15795, 5437, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15796, 5437, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15797, 5438, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15798, 5439, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15799, 5440, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15800, 5441, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15801, 5441, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15802, 5441, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15803, 5442, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15804, 5443, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15805, 5444, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15806, 5444, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15807, 5444, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15808, 5445, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15809, 5446, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15810, 5446, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15811, 5446, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15812, 5447, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15813, 5448, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15814, 5449, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15815, 5449, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15816, 5450, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15817, 5451, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15818, 5452, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15819, 5453, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15820, 5453, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15821, 5454, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15822, 5454, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15823, 5454, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15824, 5454, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15825, 5454, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15826, 5454, 2540, 'FER00111', 'BISAGRA CARTUCHO BANDERA 1/2', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15827, 5455, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15828, 5456, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15829, 5457, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15830, 5457, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15831, 5458, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15832, 5459, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15833, 5460, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15834, 5460, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15835, 5461, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15836, 5461, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15837, 5461, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15838, 5462, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15839, 5463, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15840, 5463, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15841, 5464, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15842, 5465, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15843, 5466, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15844, 5466, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15845, 5467, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15846, 5467, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15847, 5468, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15848, 5469, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15849, 5470, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15850, 5471, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15851, 5472, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15852, 5472, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15853, 5473, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15854, 5473, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15855, 5473, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15856, 5473, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15857, 5474, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15858, 5474, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15859, 5474, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15860, 5474, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15861, 5474, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15862, 5474, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15863, 5475, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15864, 5475, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15865, 5476, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15866, 5477, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15867, 5478, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15868, 5479, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15869, 5479, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15870, 5480, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15871, 5481, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15872, 5482, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15873, 5483, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15874, 5483, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15875, 5484, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15876, 5485, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15877, 5486, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15878, 5487, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15879, 5488, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15880, 5489, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15881, 5489, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15882, 5489, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15883, 5490, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15884, 5491, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15885, 5492, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15886, 5493, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15887, 5493, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15888, 5494, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15889, 5494, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15890, 5494, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15891, 5494, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.2500', '', '1.2500', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15892, 5494, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15893, 5494, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15894, 5495, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15895, 5495, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15896, 5496, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15897, 5497, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15898, 5497, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15899, 5497, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15900, 5497, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15901, 5497, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15902, 5497, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15903, 5497, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15904, 5497, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15905, 5498, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15906, 5498, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15907, 5498, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15908, 5498, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15909, 5498, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15910, 5498, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15911, 5499, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15912, 5499, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15913, 5499, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15914, 5499, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15915, 5499, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15916, 5499, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15917, 5500, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15918, 5500, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15919, 5500, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15920, 5501, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15921, 5501, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15922, 5502, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15923, 5502, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15924, 5503, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15925, 5503, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15926, 5503, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15927, 5503, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15928, 5503, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15929, 5503, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15930, 5504, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15931, 5504, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15932, 5504, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15933, 5505, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15934, 5505, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15935, 5506, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15936, 5506, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15937, 5506, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15938, 5506, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15939, 5507, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', 'standard', NULL, '41.0000', '41.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '41.0000', '', '41.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15940, 5508, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15941, 5509, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15942, 5509, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15943, 5509, 2906, '7501137380018', 'GOMA BLANCA FAST 1.05 ONZ', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15944, 5510, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15945, 5510, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15946, 5511, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15947, 5511, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15948, 5511, 2667, 'BOSSI123', 'CHORRO CON PITON DE 3/4 BOSSI', 'standard', NULL, '38.0000', '38.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '38.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15949, 5512, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15950, 5513, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15951, 5514, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15952, 5514, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15953, 5515, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15954, 5516, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15955, 5516, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15956, 5517, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15957, 5518, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15958, 5519, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15959, 5519, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15960, 5520, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15961, 5520, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15962, 5520, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15963, 5520, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15964, 5521, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15965, 5521, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15966, 5521, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15967, 5521, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15968, 5521, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15969, 5521, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15970, 5521, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15971, 5521, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15972, 5522, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15973, 5522, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15974, 5523, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15975, 5524, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15976, 5525, 2510, '6942713105570', 'ALICATE 8 ALDOSA', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15977, 5526, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15978, 5527, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15979, 5528, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15980, 5529, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15981, 5530, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15982, 5530, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15983, 5531, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15984, 5532, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15985, 5533, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15986, 5534, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15987, 5535, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15988, 5536, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15989, 5536, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15990, 5536, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15991, 5537, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15992, 5538, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15993, 5538, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15994, 5539, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', 'standard', NULL, '31.0000', '31.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '31.0000', '', '31.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15995, 5540, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15996, 5541, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15997, 5542, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15998, 5542, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (15999, 5542, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16000, 5543, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16001, 5544, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16002, 5544, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16003, 5545, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16004, 5545, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16005, 5546, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16006, 5546, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16007, 5546, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16008, 5546, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16009, 5547, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16010, 5548, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16011, 5548, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16012, 5548, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16013, 5548, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16014, 5548, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16015, 5549, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16016, 5550, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16017, 5551, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16018, 5551, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16019, 5551, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16020, 5551, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16021, 5551, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16022, 5552, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16023, 5552, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16024, 5553, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16025, 5554, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16026, 5554, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16027, 5554, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16028, 5555, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16029, 5555, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16030, 5555, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16031, 5555, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16032, 5555, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16033, 5555, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16034, 5556, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16035, 5556, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16036, 5556, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16037, 5556, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16038, 5556, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16039, 5556, 3856, '7441012220117', 'EPOXIMIL 98 GR.', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16040, 5557, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16041, 5557, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16042, 5557, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16043, 5557, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16044, 5557, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16045, 5557, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '100.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '1.0000', NULL, 1, 'PZA', '100.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16046, 5557, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16047, 5558, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16048, 5558, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16049, 5558, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16050, 5558, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16051, 5558, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16052, 5558, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16053, 5558, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16054, 5559, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16055, 5559, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16056, 5559, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16057, 5559, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16058, 5560, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16059, 5560, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16060, 5560, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16061, 5560, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16062, 5560, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16063, 5561, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16064, 5561, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16065, 5561, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16066, 5561, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16067, 5561, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16068, 5561, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16069, 5561, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16070, 5561, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16071, 5561, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16072, 5562, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16073, 5562, 2758, 'PVC00090', 'COPLA DR 2', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16074, 5562, 3834, '66774996', 'CODO DR 2\\\"  45 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16075, 5562, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16076, 5562, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16077, 5562, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16078, 5562, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16079, 5563, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', 'standard', NULL, '41.0000', '41.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '41.0000', '', '41.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16080, 5563, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16081, 5563, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16082, 5564, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16083, 5565, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16084, 5566, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16085, 5567, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16086, 5568, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16087, 5569, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16088, 5570, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16089, 5570, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16090, 5570, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16091, 5571, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16092, 5571, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16093, 5571, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16094, 5572, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16095, 5572, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16096, 5572, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16097, 5573, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16098, 5573, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16099, 5574, 3602, '6954302925131', 'CHICLE  X-DENT', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16100, 5575, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16101, 5576, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16102, 5577, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16103, 5578, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16104, 5579, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16107, 5581, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16108, 5581, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16109, 5581, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16110, 5581, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16111, 5582, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16112, 5583, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16113, 5583, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16114, 5580, 3869, '31157314', 'LLAVE DE PASO DE PVC 2', 'standard', NULL, '70.0000', '70.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '70.0000', NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16115, 5580, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16116, 5584, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16117, 5585, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16118, 5585, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16119, 5585, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16120, 5585, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16121, 5585, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16122, 5586, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16123, 5586, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16124, 5587, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16125, 5588, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16126, 5588, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16127, 5589, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16128, 5589, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16129, 5590, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16130, 5591, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16131, 5592, 3235, '7501199465128', 'TANGIT 475 ML', 'standard', NULL, '105.0000', '105.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '105.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16132, 5592, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16133, 5592, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16134, 5593, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16135, 5594, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16136, 5594, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16137, 5595, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16138, 5596, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16139, 5597, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16140, 5598, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16141, 5599, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16142, 5599, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16143, 5600, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16144, 5601, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16145, 5602, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16146, 5602, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16147, 5602, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16148, 5602, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16149, 5602, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16150, 5602, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16151, 5602, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16152, 5602, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16153, 5603, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16154, 5603, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16155, 5603, 3266, 'PVC00202', 'TEE 3/4', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16156, 5603, 3856, '7441012220117', 'EPOXIMIL 98 GR.', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16157, 5603, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16158, 5604, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16159, 5605, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16160, 5605, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16161, 5605, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16162, 5605, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16163, 5605, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16164, 5605, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16165, 5605, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16166, 5606, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16167, 5606, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16168, 5606, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16169, 5607, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16170, 5607, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16171, 5607, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16172, 5607, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16173, 5607, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16174, 5607, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16175, 5608, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16176, 5608, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16177, 5608, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16178, 5609, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16179, 5609, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16180, 5610, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16181, 5610, 3780, '750894612697', 'YUMMIES PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16182, 5610, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16183, 5610, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16184, 5611, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16185, 5611, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16186, 5611, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16187, 5612, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16188, 5613, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16189, 5614, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16190, 5615, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16191, 5616, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16192, 5616, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16193, 5617, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16194, 5618, 3522, '6925582181791', 'CUCHARA PARA ALBAÑIL 8\\\" TOTAL', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16195, 5619, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16196, 5619, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16197, 5619, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16198, 5619, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16199, 5620, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16200, 5621, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16201, 5621, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16202, 5622, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16203, 5623, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16204, 5623, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16205, 5624, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16206, 5624, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16207, 5624, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16208, 5625, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16209, 5626, 3778, '7702993031865', 'DULCE BARRILETE', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16210, 5627, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16211, 5628, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16212, 5629, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16213, 5630, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16214, 5630, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16215, 5631, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16216, 5631, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16217, 5632, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16218, 5632, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16219, 5633, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16220, 5634, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16221, 5635, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16222, 5635, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16223, 5636, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16224, 5637, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16225, 5638, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16226, 5638, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16227, 5638, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16228, 5638, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16229, 5638, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16230, 5638, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16231, 5638, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16232, 5638, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16233, 5639, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16234, 5640, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16235, 5641, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16236, 5642, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16237, 5643, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16238, 5643, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16239, 5644, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16240, 5645, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16241, 5646, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', 'standard', NULL, '240.0000', '240.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '240.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16242, 5647, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16243, 5647, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16244, 5648, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16245, 5649, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16246, 5649, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16247, 5649, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16248, 5649, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16249, 5650, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16250, 5650, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16251, 5650, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16252, 5650, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16253, 5650, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16254, 5650, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16255, 5651, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16256, 5651, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16257, 5651, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16258, 5651, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16259, 5652, 3617, '769041010170', 'YODOCLORINA TABLETAS', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16260, 5653, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16261, 5653, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16262, 5653, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16263, 5653, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16264, 5653, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16265, 5653, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16266, 5653, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16267, 5653, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16268, 5654, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16269, 5654, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16270, 5655, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16271, 5655, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16272, 5655, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16273, 5655, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', 'standard', NULL, '43.0000', '43.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '43.0000', '', '43.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16274, 5655, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '9.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16275, 5656, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16276, 5657, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16277, 5658, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16278, 5658, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16279, 5659, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16280, 5660, 2702, 'FER00446', 'CLAVO CONCRETO 1 UNIDAD', 'standard', NULL, '0.2500', '0.2500', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '0.2500', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16281, 5660, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16282, 5660, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16283, 5661, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16284, 5662, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16285, 5663, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16286, 5663, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16287, 5663, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16288, 5664, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16289, 5665, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '0.5000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16290, 5665, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16291, 5665, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16292, 5665, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16293, 5666, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16294, 5666, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '13.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16295, 5666, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16296, 5666, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16297, 5666, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16298, 5667, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16299, 5668, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16300, 5669, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16301, 5669, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16302, 5670, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16303, 5671, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16304, 5672, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16305, 5672, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16306, 5673, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16307, 5674, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16308, 5675, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16309, 5675, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16310, 5675, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16311, 5676, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16312, 5677, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16313, 5678, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16314, 5679, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16315, 5680, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16316, 5681, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16317, 5681, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16318, 5682, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16319, 5683, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', 'standard', NULL, '31.0000', '31.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '31.0000', '', '31.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16320, 5684, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16321, 5685, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16322, 5685, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16323, 5686, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16324, 5686, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16325, 5687, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16326, 5688, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16327, 5689, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16328, 5690, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16329, 5691, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16330, 5691, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16331, 5692, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16332, 5693, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16333, 5693, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16334, 5694, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16335, 5695, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16336, 5695, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16337, 5695, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16338, 5696, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16339, 5696, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16340, 5697, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16341, 5697, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16342, 5697, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16343, 5697, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16344, 5698, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16345, 5698, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16346, 5699, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16347, 5699, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16348, 5699, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16349, 5700, 3505, '6925582179040', 'CINTA METRICA 5 MT X 25MM PRO TOTAL', 'standard', NULL, '36.0000', '36.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '36.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16350, 5701, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16351, 5701, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16352, 5701, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16353, 5701, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16354, 5701, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16355, 5701, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16356, 5701, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16357, 5702, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16358, 5703, 3284, '7501206660287', 'TIJERA FORJADA  TRUPER 18523', 'standard', NULL, '165.0000', '165.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '165.0000', '', '165.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16359, 5704, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16360, 5704, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16361, 5705, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16362, 5706, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16363, 5707, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16364, 5707, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16365, 5707, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16366, 5708, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16367, 5708, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16368, 5709, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16369, 5710, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16370, 5711, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16371, 5712, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16372, 5712, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16373, 5713, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16374, 5714, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16375, 5714, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16376, 5715, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16377, 5716, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16378, 5717, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16379, 5717, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16380, 5717, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16381, 5717, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16382, 5718, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16383, 5718, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16384, 5718, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16385, 5719, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16386, 5719, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16387, 5719, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16388, 5720, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16389, 5721, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16390, 5721, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16391, 5722, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16392, 5722, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16393, 5723, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16394, 5723, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16395, 5723, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16396, 5723, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16397, 5723, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16398, 5723, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16399, 5723, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16400, 5724, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16401, 5725, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16402, 5726, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16403, 5727, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16404, 5728, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16405, 5728, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16406, 5729, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16407, 5729, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16408, 5729, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '30.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16409, 5729, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16410, 5729, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16411, 5729, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16412, 5729, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16413, 5729, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16414, 5729, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16415, 5730, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16416, 5731, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16417, 5732, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16418, 5733, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16419, 5734, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16420, 5734, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16421, 5734, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16422, 5734, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16423, 5735, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16424, 5735, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16425, 5736, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16426, 5736, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16427, 5737, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16428, 5738, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16429, 5739, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16430, 5740, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16431, 5741, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '16.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16432, 5741, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16433, 5741, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16434, 5741, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16435, 5742, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '216.0000', '', '12.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16436, 5742, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16437, 5742, 2659, '721282301295', 'CHETOS 190G  .', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16438, 5742, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16439, 5742, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16440, 5742, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16441, 5742, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16442, 5743, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16443, 5744, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16444, 5744, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16445, 5745, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16446, 5746, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16447, 5746, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16448, 5747, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16449, 5747, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16450, 5748, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16451, 5748, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16452, 5748, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16453, 5748, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16454, 5749, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16455, 5749, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16456, 5750, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16457, 5751, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16458, 5751, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16459, 5751, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16460, 5752, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16461, 5753, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16462, 5754, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16463, 5755, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16464, 5756, 2495, 'PVC00004', 'ADAPTADOR M 1 1/2', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16465, 5756, 3244, 'PVC00159', 'TAPON H 1 1/2', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16466, 5757, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16467, 5758, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16468, 5759, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16469, 5759, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16470, 5760, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16471, 5761, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16472, 5761, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16473, 5761, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16474, 5761, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', 'standard', NULL, '21.5000', '21.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.5000', '', '21.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16475, 5761, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '17.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16476, 5762, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16477, 5763, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16478, 5763, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16479, 5764, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16480, 5765, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16481, 5765, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16482, 5765, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16483, 5765, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16484, 5765, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16485, 5765, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16486, 5766, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16487, 5767, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16488, 5768, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16489, 5768, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16490, 5768, 2722, 'PVC00039', 'CODO 90 GR 3', 'standard', NULL, '42.0000', '42.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '42.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16491, 5768, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16492, 5768, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16493, 5768, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16494, 5768, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16495, 5768, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16496, 5769, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16497, 5769, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16498, 5769, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16499, 5769, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16500, 5769, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16501, 5769, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16502, 5770, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16503, 5770, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', 'standard', NULL, '3.5000', '3.5000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '63.0000', '', '3.5000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16504, 5770, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16505, 5770, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16506, 5770, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16507, 5770, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16508, 5771, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16509, 5772, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16510, 5773, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16511, 5773, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16512, 5773, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16513, 5773, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16514, 5773, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16515, 5773, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16516, 5773, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16517, 5774, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16518, 5774, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16519, 5774, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16520, 5775, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16521, 5775, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16522, 5775, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16523, 5775, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16524, 5775, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16525, 5776, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16526, 5776, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16527, 5776, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16528, 5776, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16529, 5776, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16530, 5776, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16531, 5777, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16532, 5777, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16533, 5777, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16534, 5777, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16535, 5777, 2897, '842071003685', 'GALON ACEITE HAVOLINE SAE 20W-50', 'standard', NULL, '240.0000', '240.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '240.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16536, 5777, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16537, 5778, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16538, 5778, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16539, 5778, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16540, 5779, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16541, 5779, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16542, 5779, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16543, 5779, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16544, 5779, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16545, 5779, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16546, 5779, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16547, 5779, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16548, 5780, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16549, 5780, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16550, 5780, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16551, 5780, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16552, 5780, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16553, 5780, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16554, 5780, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16555, 5780, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16556, 5781, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16557, 5782, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16558, 5782, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16559, 5782, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16560, 5782, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16561, 5782, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16562, 5782, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16563, 5782, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16564, 5782, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16565, 5782, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16566, 5783, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16567, 5783, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16568, 5783, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16569, 5783, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16570, 5783, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16571, 5784, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16572, 5784, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16573, 5784, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '17.0000', '17.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '17.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16574, 5784, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16575, 5785, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16576, 5785, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16577, 5786, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16578, 5787, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16579, 5787, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16580, 5788, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16581, 5789, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16582, 5789, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16583, 5789, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16584, 5790, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16585, 5790, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16586, 5790, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16587, 5790, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16588, 5790, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16589, 5791, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16590, 5791, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16591, 5791, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16592, 5791, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16593, 5791, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16594, 5792, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16595, 5792, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16596, 5792, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16597, 5792, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16598, 5792, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16599, 5792, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16600, 5793, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16601, 5793, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16602, 5793, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16603, 5793, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16604, 5793, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16605, 5793, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16606, 5793, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16607, 5793, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16608, 5793, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16609, 5794, 3843, '803275305012', 'AVENA QUAKER 360 GR.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16610, 5794, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16611, 5794, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16612, 5794, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16613, 5794, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16614, 5794, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16615, 5795, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16616, 5795, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16617, 5795, 3818, '012800198443', 'BATERIA RAYOVAC AAA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16618, 5795, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16619, 5795, 3566, '7401188501441', 'LAMPARA MATAMOSQUITO 2W CON OREJITAS CLM001', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16620, 5795, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16621, 5795, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16622, 5795, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16623, 5796, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16624, 5796, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16625, 5796, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16626, 5796, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16627, 5796, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16628, 5796, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16629, 5796, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16630, 5796, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16631, 5797, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16632, 5797, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16633, 5797, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16634, 5797, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16635, 5797, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16636, 5797, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16637, 5798, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16638, 5798, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16639, 5798, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16640, 5798, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16641, 5799, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16642, 5799, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16643, 5799, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16644, 5799, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16645, 5799, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16646, 5799, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16647, 5799, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16648, 5799, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16649, 5799, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16650, 5799, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16651, 5799, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16652, 5800, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16653, 5800, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16654, 5800, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16655, 5800, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16656, 5800, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16657, 5800, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16658, 5801, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16659, 5801, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16660, 5802, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16661, 5802, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16662, 5802, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16663, 5802, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16664, 5802, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16665, 5802, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16666, 5802, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16667, 5802, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16668, 5802, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16669, 5803, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16670, 5804, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16671, 5804, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16672, 5804, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16673, 5804, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16674, 5804, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16675, 5804, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16676, 5804, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16677, 5805, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16678, 5805, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16679, 5806, 2747, 'PVC00069', 'COPLA 1 1/2', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16680, 5806, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16681, 5806, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16682, 5806, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16683, 5806, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16684, 5806, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16685, 5806, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16686, 5806, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16687, 5806, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16688, 5806, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16689, 5806, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16690, 5807, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16691, 5807, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16692, 5807, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16693, 5807, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16694, 5807, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16695, 5807, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16696, 5807, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16697, 5808, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16698, 5808, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16699, 5809, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16700, 5809, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16701, 5809, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16702, 5809, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16703, 5809, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16704, 5809, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16705, 5809, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16706, 5809, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16707, 5810, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16708, 5810, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16709, 5810, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16710, 5810, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16711, 5810, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16712, 5810, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.5000', '', '3.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16713, 5810, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16714, 5810, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16715, 5811, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16716, 5811, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16717, 5811, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '0.5000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '8.0000', NULL, 1, 'PZA', '0.5000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16718, 5811, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16719, 5811, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16720, 5811, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16721, 5811, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16722, 5811, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16723, 5811, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16724, 5811, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16725, 5811, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16726, 5811, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16727, 5811, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16728, 5812, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16729, 5812, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16730, 5812, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16731, 5812, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16732, 5812, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16733, 5812, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16734, 5812, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16735, 5812, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16736, 5812, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16737, 5813, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16738, 5813, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16739, 5813, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16740, 5813, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16741, 5813, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16742, 5813, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16743, 5813, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16744, 5813, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16745, 5813, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16746, 5813, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16747, 5814, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16748, 5814, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16749, 5814, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16750, 5814, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16751, 5815, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16752, 5815, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16753, 5815, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16754, 5815, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16755, 5815, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16756, 5815, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16757, 5815, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16758, 5815, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16759, 5815, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16760, 5815, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16761, 5815, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16762, 5815, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16763, 5815, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16764, 5816, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16765, 5816, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16766, 5816, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16767, 5816, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16768, 5816, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16769, 5816, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16770, 5816, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16771, 5816, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16772, 5816, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16773, 5816, 3774, '7406407003935', 'BROCHA DE 3\\\" GLANZ AMARILLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16774, 5816, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16775, 5816, 2722, 'PVC00039', 'CODO 90 GR 3', 'standard', NULL, '42.0000', '42.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '126.0000', '', '42.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16776, 5816, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16777, 5816, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16778, 5816, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16779, 5816, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16780, 5817, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16781, 5817, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16782, 5818, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16783, 5818, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16784, 5818, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16785, 5818, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16786, 5818, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16787, 5818, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16788, 5818, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16789, 5818, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16790, 5818, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16791, 5818, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16792, 5819, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16793, 5819, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16794, 5819, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16795, 5819, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16796, 5819, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16797, 5819, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16798, 5819, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16799, 5819, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16800, 5820, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16801, 5821, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16802, 5821, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16803, 5821, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16804, 5821, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16805, 5821, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16806, 5821, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16807, 5821, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16808, 5821, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16809, 5822, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16810, 5822, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16811, 5822, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16812, 5822, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16813, 5822, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16814, 5822, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16815, 5823, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16816, 5823, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16817, 5823, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16818, 5824, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16819, 5824, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16820, 5825, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16821, 5825, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16822, 5825, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16823, 5825, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16824, 5825, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16825, 5826, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16826, 5826, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16827, 5826, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16828, 5827, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16829, 5827, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16830, 5827, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16837, 5829, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16838, 5829, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16839, 5830, 3159, '102146', 'REPOSADERA 4*4? ALUMINIO', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16840, 5830, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16841, 5830, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16842, 5831, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16843, 5831, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16844, 5832, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16845, 5832, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16846, 5832, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16847, 5832, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16848, 5832, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16849, 5833, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16850, 5834, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16851, 5834, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16852, 5835, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16853, 5836, 3245, 'PVC00171', 'TAPON H 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16854, 5836, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16855, 5836, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16856, 5836, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16857, 5836, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16858, 5836, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16859, 5837, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16860, 5837, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16861, 5837, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16862, 5837, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16863, 5838, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16864, 5838, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16865, 5838, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '46.0000', '', '23.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16866, 5838, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16867, 5838, 3145, '102185', 'REDUCIDOR DE 3 - 2 PVC', 'standard', NULL, '23.0000', '23.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '69.0000', '', '23.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16868, 5838, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16869, 5839, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16870, 5840, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16871, 5841, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16872, 5841, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16873, 5841, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16874, 5841, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16875, 5841, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16876, 5841, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16877, 5841, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16878, 5841, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16879, 5841, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16880, 5842, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16881, 5843, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16882, 5844, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16883, 5844, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16884, 5845, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16885, 5845, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16886, 5846, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16887, 5847, 2519, '747752202060', 'ARCO P/SIERRA 12\" STANLEY', 'standard', NULL, '42.0000', '42.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '42.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16888, 5848, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16889, 5848, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16890, 5849, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16891, 5850, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16892, 5851, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', 'standard', NULL, '0.4000', '0.4000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.4000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16893, 5852, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16894, 5852, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16895, 5853, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16896, 5854, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16897, 5855, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16898, 5855, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16899, 5856, 2964, '102375', 'LIBRA DE PITA COMPLETA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16900, 5856, 2597, '21', 'CABLE THHN N0 8 NEGRO', 'standard', NULL, '8.5000', '8.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '8.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16901, 5856, 2599, '3', 'CABLE THHN No.8 ROJO', 'standard', NULL, '8.5000', '8.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '8.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16902, 5856, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16903, 5857, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16904, 5857, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16905, 5858, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16906, 5858, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16907, 5858, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16908, 5859, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16909, 5859, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16910, 5859, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '250.0000', '', '25.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16911, 5859, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16912, 5859, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '7.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16913, 5859, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16914, 5859, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '88.0000', '', '8.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16915, 5860, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16916, 5861, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16917, 5861, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16918, 5862, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16919, 5863, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16920, 5863, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16921, 5863, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16922, 5863, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16923, 5864, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16924, 5864, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16925, 5864, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16926, 5864, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16927, 5864, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16928, 5864, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16929, 5864, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16930, 5864, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16931, 5865, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16932, 5865, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16933, 5866, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16934, 5866, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16935, 5866, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16936, 5866, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16937, 5866, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16938, 5867, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16939, 5867, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16940, 5867, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16941, 5867, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16942, 5867, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16943, 5868, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16944, 5868, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16945, 5868, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16946, 5868, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16947, 5868, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16948, 5869, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16949, 5870, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16950, 5871, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16951, 5872, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16952, 5872, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16953, 5873, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16954, 5874, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16955, 5875, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16956, 5875, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16957, 5876, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16958, 5877, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16959, 5877, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16960, 5877, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16961, 5877, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16962, 5877, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16963, 5877, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16964, 5877, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16965, 5877, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16966, 5877, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16967, 5878, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16968, 5878, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16969, 5879, 2947, '6933528717201', 'JUEGO RATCHT3/8 12 PZS 15151', 'standard', NULL, '150.0000', '150.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '150.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16970, 5880, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16971, 5881, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16972, 5882, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16973, 5882, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16974, 5882, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16975, 5882, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '2.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16976, 5882, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '3.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16977, 5882, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16978, 5882, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16979, 5882, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '46.0000', '', '23.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16980, 5882, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16981, 5883, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16982, 5883, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16983, 5883, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16984, 5883, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16985, 5883, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16986, 5883, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16987, 5883, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16988, 5883, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16989, 5884, 2466, '7501206694053', 'ABRAZADERA 57-76 MM 2-1/4 - 3\" FIERO', 'standard', NULL, '7.0000', '7.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '49.0000', '', '7.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16990, 5885, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16991, 5885, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16992, 5886, 3599, '8693029703483', 'GUSTO OSO ', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16993, 5887, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16994, 5888, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16995, 5889, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16996, 5890, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (16999, 5892, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17000, 5893, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17001, 5894, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17002, 5894, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17003, 5894, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17004, 5895, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17005, 5896, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17006, 5896, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17007, 5897, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17008, 5898, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17009, 5898, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17010, 5899, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17011, 5899, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17012, 5900, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17013, 5901, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17014, 5902, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17015, 5903, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17016, 5904, 2931, '7401090801621', 'HELADO SARITA 1/2 LITRO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17017, 5905, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17018, 5905, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17019, 5906, 3830, '7506240649847', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 800 W', 'standard', NULL, '275.0000', '275.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '275.0000', '', '275.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17020, 5907, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17021, 5907, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17022, 5908, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17023, 5908, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17024, 5909, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17025, 5909, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17026, 5910, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17027, 5911, 2969, '7750057006533', 'LIJA DE LONA 3M 150', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17028, 5912, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17029, 5913, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17030, 5914, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17031, 5915, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17032, 5916, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17033, 5916, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17034, 5917, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17035, 5917, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17036, 5918, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17037, 5919, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17038, 5919, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17039, 5919, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17040, 5919, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17041, 5920, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17042, 5920, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17043, 5920, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17044, 5921, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17045, 5921, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17046, 5922, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17047, 5922, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17048, 5923, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17049, 5923, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17050, 5923, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17051, 5924, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17052, 5924, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17053, 5924, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17054, 5925, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17055, 5926, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17056, 5927, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17057, 5928, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17058, 5929, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17059, 5930, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17060, 5930, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17061, 5931, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17062, 5931, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17063, 5932, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17064, 5932, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17065, 5933, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17066, 5934, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17067, 5934, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17068, 5935, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17069, 5936, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17070, 5936, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17071, 5937, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17072, 5937, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17073, 5938, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17074, 5938, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17075, 5938, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17076, 5939, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17077, 5939, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17078, 5940, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17079, 5941, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17080, 5941, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17081, 5942, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17082, 5942, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17083, 5943, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17084, 5943, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17085, 5944, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17086, 5944, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17087, 5945, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17088, 5946, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17089, 5946, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17090, 5947, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17091, 5947, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17092, 5947, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17093, 5948, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17094, 5949, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17095, 5950, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17096, 5951, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17097, 5951, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17098, 5952, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17099, 5952, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17100, 5952, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17101, 5953, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17102, 5954, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17103, 5954, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17104, 5955, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17105, 5955, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17106, 5956, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17107, 5957, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17108, 5958, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17109, 5958, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17110, 5958, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17111, 5959, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17112, 5959, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17113, 5959, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17114, 5960, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17115, 5961, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17116, 5961, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17117, 5961, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17118, 5962, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17119, 5962, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17120, 5962, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17121, 5963, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17122, 5964, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17123, 5965, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17124, 5965, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17125, 5966, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17126, 5966, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17127, 5967, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17128, 5968, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17129, 5968, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17130, 5968, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17131, 5968, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17132, 5968, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17133, 5968, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17134, 5968, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17135, 5969, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17136, 5969, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17137, 5969, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17138, 5969, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17139, 5969, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17140, 5969, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17141, 5969, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17142, 5969, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17143, 5969, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17144, 5970, 2635, '7506240642848', 'CEPILLO DE ALAMBRE PRETUL (20653)', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17145, 5971, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17146, 5971, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17147, 5971, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17148, 5971, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17149, 5971, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17150, 5971, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17151, 5971, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17152, 5972, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17153, 5972, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17154, 5972, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17155, 5972, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17156, 5973, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17157, 5973, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17158, 5973, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17159, 5973, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17160, 5973, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17161, 5974, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17162, 5974, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '6.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17163, 5974, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17164, 5974, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17165, 5974, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17166, 5975, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17167, 5975, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17168, 5975, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17169, 5975, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17170, 5975, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17171, 5975, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17172, 5976, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17173, 5976, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17174, 5976, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17175, 5977, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17176, 5977, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17177, 5977, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17178, 5977, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17179, 5977, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17180, 5978, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17181, 5978, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17182, 5978, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17183, 5978, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17184, 5978, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17185, 5978, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17186, 5978, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17187, 5979, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17188, 5979, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17189, 5979, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17190, 5979, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17191, 5979, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17192, 5980, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17193, 5980, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17194, 5980, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17197, 5982, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17198, 5983, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17199, 5984, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17200, 5984, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17201, 5985, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17202, 5986, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17203, 5987, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17204, 5988, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17205, 5988, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17206, 5989, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17207, 5990, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17208, 5991, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17209, 5992, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17210, 5993, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17211, 5993, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17212, 5994, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17213, 5994, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17214, 5995, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17215, 5996, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17216, 5996, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17217, 5996, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17218, 5997, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17219, 5998, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17220, 5998, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17221, 5999, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17222, 6000, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17223, 6000, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17224, 6001, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17225, 6002, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17226, 6003, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17227, 6004, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17228, 6004, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17229, 6005, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17230, 6006, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17231, 6006, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17232, 6007, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17233, 6007, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17234, 6008, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17235, 6008, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17236, 6008, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17237, 6009, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17238, 6010, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17239, 6011, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17240, 6012, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17241, 6013, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17242, 6014, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17243, 6015, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17244, 6015, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17245, 6016, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17246, 6017, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17247, 6018, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17248, 6019, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17249, 6019, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17250, 6020, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17251, 6021, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17252, 6022, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17253, 6023, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17254, 6024, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17255, 6025, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17256, 6025, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17257, 6025, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17258, 6025, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17259, 6026, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17260, 6027, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17261, 6028, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17262, 6029, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17263, 6029, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17264, 6029, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17265, 6030, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17266, 6031, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17267, 6031, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17268, 6031, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17269, 6031, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17270, 6032, 2800, '748928006512', 'DETERGENTE XEDEX 900 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17271, 6032, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17272, 6033, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17273, 6034, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17274, 6035, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17275, 6036, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17276, 6037, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17277, 6038, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17278, 6038, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17279, 6038, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17280, 6038, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17281, 6038, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17282, 6038, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17283, 6039, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17284, 6040, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17285, 6041, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17286, 6041, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17287, 6042, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17288, 6043, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17289, 6044, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17290, 6045, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.5000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '10.0000', NULL, 1, 'PZA', '1.5000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17291, 6046, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17292, 6047, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17293, 6048, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17294, 6049, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17295, 6050, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17296, 6051, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17297, 6052, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17298, 6052, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17299, 6052, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17300, 6053, 3840, '7502247330931', 'ROLLO PAPEL PREMIER', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17301, 6053, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17302, 6053, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17303, 6053, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17304, 6054, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17305, 6055, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17306, 6055, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17307, 6056, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17308, 6057, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17309, 6058, 3152, '6942713106188', 'REGULADOR PARA GAS  1 CLIP', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17310, 6059, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17311, 6059, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17312, 6060, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17313, 6060, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17314, 6061, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17315, 6062, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17316, 6062, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17317, 6062, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17318, 6062, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17319, 6062, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17320, 6063, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17321, 6064, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', 'standard', NULL, '41.0000', '41.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '41.0000', '', '41.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17322, 6065, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17323, 6066, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17324, 6067, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17325, 6067, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17326, 6067, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17327, 6067, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17328, 6067, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17329, 6067, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17330, 6068, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17331, 6069, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17332, 6070, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17333, 6070, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17334, 6070, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17335, 6070, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17336, 6070, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17337, 6071, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17338, 6071, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17339, 6071, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17340, 6072, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17341, 6073, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17342, 6074, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17343, 6075, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17344, 6076, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17345, 6077, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17346, 6077, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17347, 6077, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17348, 6078, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17349, 6078, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17350, 6078, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17351, 6078, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17352, 6079, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17353, 6079, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17354, 6079, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17355, 6079, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17356, 6079, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17357, 6080, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17358, 6080, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17359, 6080, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17360, 6080, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17361, 6081, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17362, 6082, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17363, 6082, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17364, 6083, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17365, 6083, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17366, 6083, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17367, 6083, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17368, 6084, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17369, 6084, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17370, 6085, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17371, 6085, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17372, 6086, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17373, 6086, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17374, 6087, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17375, 6088, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17376, 6089, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17377, 6090, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17378, 6091, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17379, 6092, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17380, 6092, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17381, 6092, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17382, 6092, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17383, 6092, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17384, 6092, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17385, 6092, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17386, 6093, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17387, 6094, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17388, 6095, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17389, 6095, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17390, 6095, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17391, 6096, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17392, 6097, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17393, 6098, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17394, 6099, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17395, 6099, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17396, 6100, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17397, 6101, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17398, 6102, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17399, 6103, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17400, 6103, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17401, 6103, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17402, 6104, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17403, 6105, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17404, 6106, 3245, 'PVC00171', 'TAPON H 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17405, 6106, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17406, 6106, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17407, 6107, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17408, 6107, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17409, 6107, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17410, 6108, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17411, 6108, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17412, 6108, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17413, 6108, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17414, 6108, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17415, 6109, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17416, 6109, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17417, 6109, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17418, 6109, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17419, 6110, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17420, 6110, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17421, 6111, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17422, 6112, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17423, 6113, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17424, 6113, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17425, 6114, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17426, 6115, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17427, 6116, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17428, 6116, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17429, 6117, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17430, 6117, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17431, 6117, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17432, 6117, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17433, 6118, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17434, 6119, 2486, '10901790550593', 'ACETAMINOFEN CAPLIN POINT', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17435, 6120, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17436, 6121, 2687, '3253562306081', 'CINTA METRICA STANLEY 3M', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17437, 6121, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17438, 6122, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17439, 6122, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17440, 6123, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17441, 6124, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17442, 6124, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17443, 6125, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17444, 6126, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17445, 6127, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17446, 6127, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17447, 6127, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17448, 6127, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17449, 6127, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17450, 6127, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17451, 6128, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17452, 6129, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17453, 6129, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17454, 6129, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17455, 6130, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17456, 6130, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17457, 6130, 2846, '7506240654421', 'ESMERILADORA ANGULAR PROF. TRUPER 4 1/2 700 W', 'standard', NULL, '255.0000', '255.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '255.0000', '', '255.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17458, 6130, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17459, 6130, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17460, 6130, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17461, 6130, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '0.5000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '10.0000', NULL, 1, 'PZA', '0.5000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17462, 6131, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17463, 6132, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17464, 6133, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17465, 6133, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17466, 6134, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17467, 6135, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17468, 6135, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17469, 6135, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17470, 6135, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17471, 6136, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17472, 6137, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17473, 6137, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17474, 6138, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17475, 6139, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17476, 6140, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17477, 6141, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17478, 6142, 2977, '085051313002', 'LIQUIDO DE FRENOS DOT-3  300ML ', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17479, 6142, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '46.0000', '', '23.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17480, 6142, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17481, 6143, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17482, 6143, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17483, 6143, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17484, 6143, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17485, 6144, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17486, 6145, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17487, 6145, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17488, 6145, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17489, 6145, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17490, 6146, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17491, 6146, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17492, 6146, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17493, 6146, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17494, 6146, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17495, 6146, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17496, 6147, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17497, 6147, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17498, 6148, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17499, 6149, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17500, 6150, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17501, 6150, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17502, 6151, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17503, 6152, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17504, 6153, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17505, 6153, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17506, 6153, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17507, 6154, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17508, 6154, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17509, 6155, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17510, 6155, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17511, 6156, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17512, 6156, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17513, 6157, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17514, 6157, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17515, 6158, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17516, 6159, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17517, 6160, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17518, 6160, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17519, 6160, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17520, 6161, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17521, 6161, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17522, 6161, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17523, 6162, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17524, 6163, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17525, 6164, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17526, 6164, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17527, 6165, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17528, 6165, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17529, 6166, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17530, 6166, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17531, 6167, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17532, 6167, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17533, 6168, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17534, 6169, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17535, 6170, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17536, 6171, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17537, 6172, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17538, 6173, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17539, 6174, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17540, 6174, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17541, 6175, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17542, 6176, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17543, 6176, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17544, 6177, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17545, 6178, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17546, 6178, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17547, 6179, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17548, 6180, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17549, 6181, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17550, 6182, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17551, 6183, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17552, 6183, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17553, 6184, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17554, 6185, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17555, 6185, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17556, 6186, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17557, 6187, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17558, 6187, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17559, 6187, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17560, 6188, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17561, 6189, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17562, 6189, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17563, 6189, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17564, 6189, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17565, 6190, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17566, 6191, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17567, 6192, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17568, 6193, 2832, '102311', 'EMPAQUE ESPONJOSO P TANQUE SANITARIO', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17569, 6194, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17570, 6195, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17571, 6196, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17572, 6196, 3871, '7406007082231', 'GALLETA TWISTER GRAN DIA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17573, 6197, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17574, 6197, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17575, 6197, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17576, 6198, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17577, 6199, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17578, 6199, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17579, 6200, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17580, 6200, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17581, 6200, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17582, 6201, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17583, 6202, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17584, 6203, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17585, 6203, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17586, 6204, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17587, 6205, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17588, 6206, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17589, 6206, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17590, 6207, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17591, 6208, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17592, 6208, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17593, 6209, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17594, 6209, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17595, 6209, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17596, 6210, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17597, 6210, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17598, 6210, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17599, 6210, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17600, 6211, 2754, 'PVC0001', 'COPLA C/R 1', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17601, 6211, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17602, 6211, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17603, 6212, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17604, 6213, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17605, 6213, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17606, 6214, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17607, 6215, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17608, 6216, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17609, 6216, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17610, 6217, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17611, 6217, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17612, 6218, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17613, 6219, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17614, 6220, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.7500', '', '1.2500', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17615, 6221, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17616, 6222, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17617, 6222, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17618, 6223, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17619, 6223, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17620, 6224, 2487, '7410002800028', 'ACETAMINOFEN MK 500 MG', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17621, 6224, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17622, 6225, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17623, 6225, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17624, 6226, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17625, 6227, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17626, 6227, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17627, 6228, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17628, 6229, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17629, 6229, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17630, 6230, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17631, 6231, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17632, 6231, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17633, 6232, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17634, 6232, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17635, 6232, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17636, 6232, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17637, 6233, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17638, 6234, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17639, 6235, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17640, 6235, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17641, 6236, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '29.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17642, 6237, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17643, 6238, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17644, 6239, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17645, 6240, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17646, 6241, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17647, 6241, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17648, 6242, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17649, 6242, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17650, 6242, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17651, 6243, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17652, 6244, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17653, 6245, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17654, 6245, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17655, 6245, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17656, 6246, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17657, 6247, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17658, 6248, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17659, 6248, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17660, 6249, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17661, 6249, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17662, 6250, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17663, 6250, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17664, 6250, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17665, 6250, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17666, 6250, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17667, 6250, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17668, 6251, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17669, 6251, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17670, 6252, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17671, 6253, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17672, 6254, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17673, 6255, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17674, 6256, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17675, 6256, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17676, 6257, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17677, 6258, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17678, 6259, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17679, 6260, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17680, 6261, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17681, 6262, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17682, 6262, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17683, 6262, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17684, 6262, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17685, 6263, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17686, 6264, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17687, 6265, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17688, 6265, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17689, 6266, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17690, 6266, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17691, 6266, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17692, 6267, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17693, 6268, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17694, 6268, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17695, 6269, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17696, 6269, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17697, 6270, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17698, 6271, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17699, 6271, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17700, 6271, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17701, 6271, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17702, 6271, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17703, 6271, 3749, '37201408', 'SUPER GUANTE LATEX TALLA L (9)', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17704, 6272, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17705, 6272, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17706, 6273, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17707, 6274, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17708, 6275, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17709, 6275, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17710, 6275, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17711, 6276, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17712, 6276, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17713, 6277, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17714, 6277, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17715, 6278, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17716, 6279, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17717, 6280, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17718, 6280, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17719, 6281, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17720, 6282, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17721, 6282, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17722, 6282, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17723, 6282, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17724, 6282, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17725, 6283, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17726, 6284, 3535, '6933528735489', 'NIVEL INDUSTRIAL MAGNETICO 24\\\" 35112 TOLSEN ', 'standard', NULL, '90.0000', '90.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '90.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17727, 6285, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17728, 6286, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17729, 6286, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17730, 6286, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17731, 6287, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17732, 6288, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17733, 6289, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17734, 6290, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17735, 6291, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17736, 6291, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17737, 6291, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17738, 6292, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17739, 6292, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17740, 6293, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17741, 6294, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17742, 6295, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17743, 6296, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '4.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17744, 6296, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17745, 6296, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17746, 6296, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17747, 6296, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17748, 6296, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17749, 6296, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17750, 6297, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17751, 6298, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17752, 6299, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17753, 6299, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17754, 6300, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17755, 6301, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17756, 6301, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17757, 6302, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17758, 6303, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17759, 6304, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17760, 6305, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17761, 6305, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17762, 6305, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17763, 6306, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17764, 6306, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17765, 6307, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17766, 6308, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17767, 6309, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17768, 6310, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17769, 6310, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17770, 6311, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17771, 6312, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17772, 6312, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17773, 6312, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17774, 6313, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17775, 6314, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17776, 6314, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17777, 6315, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17778, 6315, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17779, 6315, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17780, 6316, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17781, 6316, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17782, 6317, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17783, 6318, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17784, 6318, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17785, 6319, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.7500', '', '1.2500', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17786, 6320, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17787, 6320, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17788, 6320, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17789, 6320, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17790, 6320, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17791, 6321, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17792, 6321, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17793, 6321, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17794, 6321, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17795, 6321, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17796, 6321, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17797, 6322, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17798, 6322, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17799, 6322, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17800, 6322, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17801, 6322, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17802, 6322, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17803, 6322, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17804, 6322, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17805, 6323, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17806, 6324, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17807, 6325, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17808, 6326, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17809, 6326, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17810, 6327, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17811, 6328, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '60.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17812, 6329, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17813, 6330, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17814, 6330, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17815, 6330, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17816, 6331, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17817, 6332, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17818, 6332, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17819, 6333, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17820, 6334, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17821, 6334, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17822, 6335, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17823, 6336, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17824, 6336, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17825, 6336, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17826, 6336, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17827, 6336, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17828, 6336, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17829, 6336, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17830, 6337, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17831, 6337, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17832, 6337, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17833, 6337, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17834, 6337, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17835, 6337, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17836, 6337, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17837, 6337, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17838, 6337, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17839, 6337, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17840, 6337, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17841, 6338, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17842, 6338, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17843, 6338, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17844, 6338, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17845, 6338, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17846, 6338, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17847, 6338, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17848, 6338, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17849, 6338, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17850, 6338, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17851, 6338, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17852, 6338, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17853, 6338, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17854, 6338, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17855, 6339, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17856, 6339, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17857, 6339, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17858, 6339, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17859, 6339, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17860, 6339, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17861, 6339, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17862, 6339, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17863, 6339, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17864, 6339, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17865, 6339, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '11.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17866, 6339, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17867, 6339, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17868, 6339, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17869, 6339, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17870, 6339, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17871, 6340, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17872, 6340, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17873, 6340, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17874, 6340, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17875, 6340, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17876, 6340, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17877, 6340, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17878, 6340, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17879, 6341, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17880, 6341, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17881, 6341, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17882, 6341, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17883, 6341, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17884, 6341, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17885, 6341, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17886, 6341, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17887, 6341, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17888, 6342, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17889, 6342, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17890, 6342, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17891, 6342, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17892, 6342, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17893, 6342, 3151, 'GE-0279', 'REGADERA PLASTICA BLANCA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17894, 6343, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17895, 6343, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17896, 6343, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17897, 6343, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17898, 6343, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17899, 6343, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17900, 6343, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17901, 6343, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17902, 6343, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17903, 6344, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17904, 6344, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17905, 6344, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17906, 6344, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17907, 6344, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17908, 6344, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17909, 6344, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17910, 6344, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17911, 6345, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17912, 6345, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17913, 6345, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17914, 6345, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17915, 6345, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17916, 6345, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17917, 6345, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17918, 6346, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17919, 6346, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17920, 6346, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17921, 6346, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17922, 6346, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17923, 6346, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17924, 6346, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17925, 6346, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17926, 6346, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17927, 6346, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17928, 6347, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17929, 6347, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17930, 6347, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17931, 6347, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17932, 6347, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17933, 6347, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17934, 6347, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17935, 6347, 3743, '7401005913532', 'NARANJADA CON SODA PETIT 650 ML', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17936, 6347, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17937, 6347, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17938, 6347, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17939, 6347, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17940, 6347, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17941, 6347, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17942, 6347, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '3.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17943, 6347, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17944, 6347, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17945, 6347, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17946, 6347, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17947, 6347, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17948, 6347, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17949, 6347, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17950, 6348, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17951, 6348, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17952, 6348, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17953, 6348, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17954, 6348, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17955, 6348, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17956, 6348, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17957, 6348, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17958, 6349, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17959, 6349, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17960, 6349, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.7500', '', '1.2500', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17961, 6349, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17962, 6349, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17963, 6349, 3814, '25794174', 'CHORRO PVC DE 1/2 SIN MARCA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17964, 6349, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17965, 6349, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17966, 6349, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17967, 6349, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17968, 6349, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17969, 6349, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17970, 6349, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17971, 6349, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17972, 6349, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17973, 6349, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17974, 6349, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17975, 6349, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17976, 6349, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17977, 6349, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17978, 6349, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17979, 6349, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17980, 6350, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17981, 6350, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17982, 6350, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17983, 6350, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17984, 6350, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17985, 6350, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17986, 6350, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17987, 6351, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17988, 6351, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17989, 6351, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17990, 6351, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17991, 6351, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17992, 6351, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17993, 6351, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17994, 6351, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17995, 6351, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '300.0000', '', '12.0000', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17996, 6351, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17997, 6351, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17998, 6351, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (17999, 6352, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18000, 6352, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18001, 6352, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18002, 6352, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18003, 6352, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18004, 6352, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18005, 6352, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18006, 6352, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18007, 6352, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18008, 6352, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18009, 6353, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '6.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18010, 6353, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18011, 6353, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18012, 6353, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18013, 6353, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18014, 6353, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18015, 6353, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18016, 6353, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18017, 6353, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18018, 6353, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18019, 6353, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18020, 6353, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18021, 6353, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18022, 6353, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18023, 6353, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18024, 6353, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18025, 6353, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '0.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18026, 6353, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18027, 6353, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18028, 6353, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18029, 6353, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18030, 6353, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18031, 6354, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '7.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18032, 6354, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18033, 6355, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18034, 6355, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18035, 6356, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18036, 6356, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18037, 6357, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18038, 6357, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18039, 6357, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18040, 6357, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18041, 6358, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18042, 6358, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18043, 6358, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18044, 6358, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18045, 6358, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18046, 6358, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18047, 6358, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18048, 6358, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18049, 6359, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18050, 6359, 3580, '7411204806085', 'JUGO ARTESANO 550 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18051, 6360, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18052, 6360, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18053, 6360, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18054, 6360, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18055, 6360, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18056, 6360, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18057, 6361, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18058, 6361, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18059, 6361, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18060, 6361, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18061, 6361, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18062, 6361, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18063, 6362, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18064, 6362, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', 'standard', NULL, '30.0000', '30.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '30.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18065, 6362, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18066, 6362, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18067, 6362, 3269, '102248', 'TEE C/R 3/4', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18068, 6362, 2752, 'PVC00073', 'COPLA 3/4', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18069, 6362, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18070, 6363, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18071, 6363, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18072, 6364, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18073, 6364, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18074, 6364, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18075, 6364, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18076, 6365, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18077, 6365, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18078, 6365, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18079, 6365, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18080, 6365, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', 'standard', NULL, '75.0000', '75.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '75.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18081, 6365, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18082, 6366, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18083, 6366, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18084, 6366, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', 'standard', NULL, '20.0000', '20.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '20.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18085, 6366, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18086, 6367, 2597, '21', 'CABLE THHN N0 8 NEGRO', 'standard', NULL, '8.5000', '8.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '8.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18087, 6367, 2599, '3', 'CABLE THHN No.8 ROJO', 'standard', NULL, '8.5000', '8.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.0000', '', '8.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18088, 6367, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18089, 6367, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18090, 6367, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18091, 6367, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18092, 6367, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18093, 6368, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18094, 6368, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '5.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18095, 6369, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18096, 6369, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18097, 6370, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18098, 6371, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18099, 6371, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18100, 6372, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18101, 6372, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18102, 6373, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18103, 6374, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18104, 6374, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18105, 6374, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18106, 6375, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18107, 6375, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18108, 6376, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '6.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18109, 6376, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 5, 'UNIDAD', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18110, 6376, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18111, 6376, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18112, 6376, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18113, 6377, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18114, 6378, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18115, 6379, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18116, 6379, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18117, 6379, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18118, 6379, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18119, 6379, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18120, 6380, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18121, 6381, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18122, 6381, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18123, 6381, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18124, 6381, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18125, 6381, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18126, 6382, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.5000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '11.0000', NULL, 1, 'PZA', '1.5000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18127, 6383, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18128, 6384, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18129, 6385, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18130, 6385, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18131, 6386, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18132, 6386, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18133, 6387, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18134, 6387, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18135, 6387, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18136, 6387, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18137, 6388, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18138, 6389, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18139, 6390, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18140, 6391, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18141, 6392, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18142, 6393, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18143, 6394, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18144, 6395, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18145, 6395, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18146, 6395, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18147, 6396, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18148, 6396, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18149, 6397, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18150, 6397, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18151, 6398, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18152, 6398, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18153, 6398, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18154, 6399, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18155, 6400, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18156, 6401, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18157, 6401, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18158, 6402, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18159, 6402, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18160, 6403, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18161, 6403, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18162, 6404, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18163, 6405, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18164, 6405, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18165, 6405, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18166, 6405, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18167, 6405, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18168, 6406, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18169, 6406, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18170, 6407, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18171, 6407, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18172, 6407, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18173, 6407, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18174, 6407, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18175, 6408, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18176, 6409, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18177, 6409, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18178, 6410, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18179, 6411, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18180, 6412, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18181, 6413, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18182, 6414, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18183, 6414, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18184, 6415, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18185, 6415, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18186, 6416, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18187, 6416, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18188, 6416, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18189, 6417, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18190, 6418, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18191, 6419, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18192, 6420, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18193, 6421, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18194, 6422, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18195, 6423, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18196, 6423, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18197, 6424, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18198, 6425, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18199, 6425, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18200, 6426, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18201, 6427, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18202, 6428, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18203, 6429, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18204, 6429, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18205, 6430, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18206, 6431, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18207, 6431, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18208, 6432, 3167, '7401005008597', 'RON ZACAPA CENTENARIO', 'standard', NULL, '330.0000', '330.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '330.0000', '', '330.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18209, 6432, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18210, 6432, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18211, 6433, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18212, 6434, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18213, 6435, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18214, 6435, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18215, 6435, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18216, 6436, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18217, 6436, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18218, 6437, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18219, 6438, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18220, 6438, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18221, 6439, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '2.5000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18222, 6439, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18223, 6439, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18224, 6439, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18225, 6440, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18226, 6441, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18227, 6441, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18228, 6441, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18229, 6442, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18230, 6442, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18231, 6443, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18232, 6444, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18233, 6444, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18234, 6444, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18235, 6445, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18236, 6445, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18237, 6445, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18238, 6446, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18239, 6447, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18240, 6447, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18241, 6447, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18242, 6448, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18243, 6449, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18244, 6449, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18245, 6449, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18246, 6450, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18247, 6451, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18248, 6451, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18249, 6452, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18250, 6453, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18251, 6454, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18252, 6454, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18253, 6455, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18254, 6456, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18255, 6456, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18256, 6457, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18257, 6458, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18258, 6458, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18259, 6458, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18260, 6459, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18261, 6459, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18262, 6459, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18263, 6459, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18264, 6460, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18265, 6460, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18266, 6461, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18267, 6462, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18268, 6462, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18269, 6463, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18270, 6464, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18271, 6464, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18272, 6465, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18273, 6466, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18274, 6467, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18275, 6468, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18276, 6468, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18277, 6469, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18278, 6470, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18279, 6471, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18280, 6472, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18281, 6472, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18282, 6473, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18283, 6474, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18284, 6475, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18285, 6476, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18286, 6477, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18287, 6477, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18288, 6478, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18289, 6478, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18290, 6478, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18291, 6479, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18292, 6479, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18293, 6479, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18294, 6479, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18295, 6480, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18296, 6481, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18297, 6482, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18298, 6482, 3021, '7501206630303', 'MARRO OCTAGONAL DE 2 LBS TRUPER', 'standard', NULL, '57.0000', '57.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '57.0000', '', '57.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18299, 6483, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18300, 6483, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18301, 6484, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18302, 6485, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18303, 6486, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18304, 6487, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18305, 6487, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18306, 6488, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18307, 6489, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18308, 6490, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18309, 6491, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18310, 6491, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18311, 6492, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18312, 6492, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18313, 6493, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18314, 6493, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18315, 6494, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18316, 6495, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18317, 6496, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18318, 6497, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18319, 6497, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18320, 6497, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18321, 6497, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18322, 6497, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18323, 6498, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18324, 6498, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18325, 6498, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18326, 6499, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18327, 6499, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18328, 6499, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18329, 6499, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18330, 6499, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18331, 6499, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18332, 6499, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18333, 6500, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18334, 6501, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18335, 6501, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18336, 6501, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18337, 6501, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18338, 6501, 3818, '012800198443', 'BATERIA RAYOVAC AAA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18339, 6502, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18340, 6502, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18341, 6502, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18342, 6502, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18343, 6503, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18344, 6503, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18345, 6503, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18346, 6503, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18347, 6504, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18348, 6504, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18349, 6505, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18350, 6505, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18351, 6505, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18352, 6505, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18353, 6505, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18354, 6505, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18355, 6506, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18356, 6506, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18357, 6506, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18358, 6506, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18359, 6506, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18360, 6507, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', 'standard', NULL, '278.0000', '278.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '278.0000', '', '278.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18361, 6507, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '200.0000', '200.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18362, 6507, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18363, 6507, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18364, 6507, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18365, 6507, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18366, 6508, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18367, 6508, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18368, 6508, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18369, 6508, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18370, 6509, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18371, 6509, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18372, 6509, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18373, 6509, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18374, 6509, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18375, 6510, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18376, 6510, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18377, 6510, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18378, 6510, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18379, 6510, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18380, 6511, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18381, 6512, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18382, 6513, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18383, 6513, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18384, 6514, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18385, 6515, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18386, 6516, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18387, 6517, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18388, 6517, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18389, 6517, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18390, 6518, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18391, 6519, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18392, 6519, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18393, 6519, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18394, 6520, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18395, 6520, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18396, 6520, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18397, 6520, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18398, 6520, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18399, 6521, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18400, 6522, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18401, 6523, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18402, 6524, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18403, 6524, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '3.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18404, 6524, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18405, 6524, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18406, 6524, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18407, 6524, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18408, 6525, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18409, 6525, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18410, 6526, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '3.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18411, 6527, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18412, 6528, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18413, 6528, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18414, 6529, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18415, 6529, 3479, '7401090802476', 'PALETA DE HELADO DE YOGURT  80 GRS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18416, 6529, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18417, 6530, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18418, 6531, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18419, 6532, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18420, 6533, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18421, 6534, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18422, 6535, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18423, 6536, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '5.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18424, 6537, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18425, 6538, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18426, 6538, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18427, 6539, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18428, 6540, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18429, 6541, 3223, '011418221017', 'TABCIN NIÑOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18430, 6541, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18431, 6541, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18432, 6542, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18433, 6542, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18434, 6543, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18435, 6543, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18436, 6543, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18437, 6543, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18438, 6543, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18439, 6543, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18440, 6544, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18441, 6545, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18442, 6545, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18443, 6546, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18444, 6547, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18445, 6547, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18446, 6547, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18447, 6547, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18448, 6548, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18449, 6548, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18450, 6548, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18451, 6548, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18452, 6549, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18453, 6549, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18454, 6550, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18455, 6551, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18456, 6552, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18457, 6553, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18458, 6554, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18459, 6554, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18460, 6555, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18461, 6556, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18462, 6557, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18463, 6558, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '10.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18464, 6558, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18465, 6558, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18466, 6558, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18467, 6559, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18468, 6559, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18469, 6559, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18470, 6560, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18471, 6560, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18472, 6560, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18473, 6561, 2873, '7401000705217', 'FRIJOL DEL MONTE 5.5', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18474, 6561, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18475, 6562, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18476, 6562, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18477, 6563, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18478, 6564, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18479, 6564, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18480, 6565, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18481, 6565, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18482, 6565, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18483, 6565, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18484, 6566, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18485, 6567, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18486, 6567, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18487, 6567, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18488, 6567, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18489, 6568, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18490, 6568, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18491, 6569, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18492, 6569, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18493, 6569, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18494, 6569, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18495, 6570, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18496, 6571, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18497, 6572, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '14.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18498, 6572, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18499, 6573, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18500, 6573, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18501, 6573, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18502, 6573, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18503, 6573, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18504, 6574, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18505, 6574, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18506, 6575, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18507, 6576, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18508, 6577, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18509, 6578, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18510, 6579, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18511, 6579, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18512, 6580, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18513, 6580, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18514, 6580, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18515, 6581, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18516, 6581, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18517, 6581, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18518, 6581, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18519, 6582, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18520, 6582, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18521, 6582, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18522, 6583, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18523, 6583, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18524, 6583, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18525, 6584, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '200.0000', '200.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18526, 6585, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18527, 6585, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18528, 6585, 3798, '78418346', 'PLOMO DE ALBAÑIL DE 1 LBS.', 'standard', NULL, '110.0000', '110.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '110.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18529, 6585, 3091, 'FER000125', 'PIOCHA CHINA 4 1/2 LBS', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18530, 6585, 3551, '02579618', 'CABO PARA PIOCHA', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18531, 6586, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18532, 6586, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18533, 6586, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18534, 6587, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18535, 6588, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18536, 6588, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18537, 6588, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18538, 6588, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18539, 6588, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18540, 6589, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18541, 6590, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18542, 6590, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18543, 6591, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18544, 6591, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18545, 6592, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18546, 6592, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18547, 6592, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18548, 6592, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18549, 6593, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18550, 6594, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18551, 6595, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18552, 6596, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18553, 6596, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18554, 6596, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18555, 6597, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18556, 6598, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18557, 6599, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18558, 6599, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18559, 6600, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18560, 6601, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18561, 6602, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18562, 6602, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18563, 6603, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18564, 6603, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18565, 6604, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18566, 6604, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18567, 6604, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18568, 6605, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18569, 6606, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18570, 6607, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18571, 6607, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18572, 6608, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18573, 6608, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18574, 6609, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18575, 6609, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18576, 6610, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18577, 6611, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18578, 6611, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18579, 6612, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18580, 6612, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18581, 6612, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18582, 6612, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18583, 6613, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18584, 6613, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18585, 6614, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18586, 6614, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18587, 6615, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18588, 6615, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18589, 6616, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18590, 6616, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18591, 6616, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18592, 6617, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18593, 6617, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18594, 6618, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18595, 6618, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18596, 6619, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18597, 6620, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18598, 6620, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18599, 6621, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18600, 6622, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18601, 6623, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18602, 6624, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18603, 6624, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18604, 6625, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18605, 6625, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18606, 6625, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18607, 6625, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18608, 6626, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18609, 6627, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18610, 6627, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18611, 6628, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18612, 6628, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18613, 6628, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '7.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18614, 6628, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18615, 6628, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18616, 6629, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18617, 6629, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18618, 6629, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18619, 6630, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18620, 6630, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18621, 6630, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18622, 6631, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18623, 6631, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18624, 6632, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18625, 6633, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18626, 6633, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18627, 6634, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18628, 6635, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18629, 6635, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18630, 6635, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18631, 6635, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18632, 6636, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18633, 6637, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18634, 6637, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18635, 6638, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18636, 6638, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18637, 6639, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18638, 6640, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18639, 6641, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18640, 6642, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18641, 6642, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18642, 6643, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18643, 6644, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18644, 6645, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18645, 6645, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18646, 6646, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18647, 6646, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18648, 6647, 3569, '88643839', 'LENTES DE SEGURIDAD INDUSTRIAL SANVAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18649, 6647, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18650, 6647, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18651, 6647, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18652, 6648, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18653, 6649, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18654, 6649, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18655, 6650, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18656, 6650, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18657, 6650, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18658, 6651, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18659, 6652, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18660, 6652, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18661, 6653, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18662, 6653, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18663, 6654, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18664, 6654, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18665, 6655, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18666, 6655, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18667, 6656, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18668, 6656, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18669, 6656, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18670, 6656, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18671, 6657, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18672, 6658, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18673, 6658, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18674, 6659, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18675, 6659, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18676, 6660, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18677, 6661, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18678, 6662, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18679, 6662, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18680, 6662, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18681, 6663, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18682, 6663, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18683, 6663, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18684, 6663, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18685, 6663, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18686, 6663, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18687, 6663, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18688, 6663, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18689, 6664, 2627, '8012232100412', 'CANDADO YALE 40 MM', 'standard', NULL, '80.0000', '80.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '80.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18690, 6665, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18691, 6666, 2802, '28877321639', 'DISCCO P/CMETAL 7 DEWALT', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18692, 6667, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18693, 6668, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18694, 6668, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18695, 6669, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18696, 6670, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18697, 6671, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18698, 6672, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18699, 6673, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18700, 6674, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18701, 6674, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18702, 6674, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18703, 6675, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18704, 6675, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18705, 6676, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18706, 6676, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18707, 6676, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18708, 6677, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18709, 6678, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18710, 6679, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18711, 6680, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18712, 6680, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18713, 6680, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18714, 6681, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18715, 6681, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18716, 6681, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18717, 6682, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18718, 6682, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18719, 6682, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18720, 6683, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18721, 6684, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18722, 6685, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18723, 6686, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18724, 6686, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18725, 6686, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18726, 6686, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18727, 6686, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18728, 6686, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18729, 6687, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18730, 6687, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18731, 6687, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18732, 6687, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18733, 6688, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18734, 6688, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18735, 6689, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18736, 6690, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18737, 6691, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18738, 6692, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18739, 6693, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18740, 6694, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18741, 6695, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18742, 6696, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18743, 6697, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18744, 6697, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18745, 6697, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18746, 6697, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18747, 6698, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18748, 6698, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18749, 6698, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18750, 6698, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18751, 6699, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18752, 6700, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18753, 6700, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18754, 6700, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18755, 6700, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18756, 6701, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18757, 6701, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '19.0000', 1, '0.0000', NULL, '', '0', '0.0000', '114.0000', '', '6.0000', NULL, 1, 'PZA', '19.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18758, 6701, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18759, 6701, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18760, 6701, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18761, 6702, 2701, 'FER00447', 'CLAVO CONCRETO 1 1/2 UNIDAD', 'standard', NULL, '0.2500', '0.2500', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.2500', '', '0.2500', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18762, 6702, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '0.5000', NULL, 5, 'UNIDAD', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18763, 6703, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18764, 6703, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18765, 6703, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18766, 6703, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18767, 6703, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18768, 6703, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18769, 6703, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18770, 6704, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18771, 6704, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18772, 6704, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18773, 6704, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18774, 6704, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18775, 6704, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18776, 6705, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18777, 6705, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18778, 6705, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18779, 6705, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18780, 6706, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18781, 6706, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18782, 6706, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18783, 6706, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18784, 6706, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18785, 6707, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18786, 6707, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18787, 6707, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18788, 6707, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18789, 6707, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18790, 6707, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18791, 6707, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18792, 6707, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18793, 6708, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18794, 6708, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '21.0000', 1, '0.0000', NULL, '', '0', '0.0000', '210.0000', '', '10.0000', NULL, 1, 'PZA', '21.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18795, 6708, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18796, 6709, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18797, 6709, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18798, 6709, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18799, 6709, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18800, 6709, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18801, 6710, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18802, 6710, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18803, 6710, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18804, 6710, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18805, 6710, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18806, 6710, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18807, 6710, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '10.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18808, 6710, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18809, 6710, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18810, 6711, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18811, 6711, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18812, 6711, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18813, 6711, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18814, 6711, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18815, 6711, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18816, 6712, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18817, 6713, 3118, '7501206631737', 'PUNTA PARA CONCRETO 3/4 X 30CM TRUPER', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18818, 6713, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18819, 6713, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18820, 6713, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18821, 6713, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18822, 6713, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18823, 6713, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18824, 6713, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18825, 6713, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18826, 6713, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18827, 6713, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18828, 6713, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18829, 6713, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18830, 6713, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18831, 6714, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18832, 6714, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18833, 6714, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18834, 6714, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18835, 6714, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18836, 6714, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18837, 6714, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18838, 6714, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18839, 6714, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18840, 6714, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18841, 6714, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18842, 6714, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18843, 6714, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18844, 6714, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18845, 6714, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18846, 6714, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18847, 6714, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18848, 6714, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18849, 6714, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18850, 6714, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18851, 6715, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18852, 6715, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18853, 6715, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18854, 6715, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18855, 6715, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18856, 6715, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18857, 6715, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18858, 6715, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18859, 6715, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18860, 6715, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18861, 6715, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18862, 6715, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '10.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18863, 6716, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '5.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18864, 6716, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '11.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18865, 6717, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18866, 6717, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18867, 6717, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18868, 6718, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18869, 6718, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18870, 6719, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18871, 6719, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18872, 6719, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18873, 6719, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18874, 6719, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18875, 6719, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18876, 6719, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18877, 6719, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18878, 6720, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18879, 6720, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18880, 6720, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18881, 6721, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18882, 6722, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18883, 6722, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18884, 6722, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18885, 6722, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18886, 6722, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18887, 6723, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18888, 6724, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18889, 6724, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18890, 6724, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18891, 6724, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18892, 6724, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18893, 6724, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18894, 6724, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18895, 6724, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18896, 6724, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '9.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18897, 6724, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18898, 6724, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18899, 6724, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18900, 6724, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18901, 6725, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18902, 6726, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '10.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18903, 6726, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18904, 6726, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18905, 6726, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18906, 6727, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18907, 6727, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18908, 6727, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18909, 6727, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18910, 6727, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18911, 6727, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18912, 6727, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18913, 6727, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.0000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18914, 6727, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18915, 6727, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18916, 6727, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18917, 6727, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '1.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18918, 6727, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18919, 6728, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18920, 6728, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18921, 6728, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18922, 6728, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18923, 6728, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18924, 6728, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18925, 6728, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18926, 6729, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18927, 6730, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18928, 6730, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18929, 6730, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18930, 6731, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18931, 6732, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18932, 6732, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18933, 6733, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '128.0000', '', '8.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18934, 6733, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18935, 6733, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18936, 6733, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18937, 6734, 2700, 'FER00441', 'CLAVO 4 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18938, 6734, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18939, 6735, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18940, 6735, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18941, 6736, 2991, '02-310', 'LLAVE DE BOLA BOSSINI ITALI 1\"', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18942, 6736, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18943, 6736, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18944, 6736, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18945, 6736, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18946, 6736, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18947, 6737, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18948, 6738, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18949, 6738, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18950, 6738, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18951, 6738, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18952, 6738, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18953, 6738, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18954, 6739, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18955, 6739, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18956, 6739, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18957, 6740, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18958, 6740, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18959, 6740, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18960, 6740, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18961, 6741, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18962, 6742, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18963, 6743, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18964, 6744, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18965, 6744, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18966, 6744, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18967, 6744, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18968, 6744, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18969, 6744, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18970, 6745, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18971, 6745, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18972, 6746, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18973, 6746, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18974, 6746, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18975, 6746, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18976, 6747, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18977, 6747, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18978, 6747, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18979, 6748, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18980, 6748, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18981, 6748, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18982, 6749, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18983, 6750, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18984, 6751, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18985, 6751, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18986, 6752, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18987, 6753, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18988, 6754, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18989, 6755, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18990, 6755, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18991, 6755, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18992, 6756, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18993, 6756, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18994, 6757, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18995, 6757, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18996, 6758, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18997, 6759, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18998, 6760, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (18999, 6760, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19000, 6761, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19001, 6762, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19002, 6763, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19003, 6763, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19004, 6763, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19005, 6764, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19006, 6764, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19007, 6765, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19008, 6766, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19009, 6767, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19010, 6768, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19011, 6768, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19012, 6768, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19013, 6768, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19014, 6769, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19015, 6770, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19016, 6771, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19017, 6772, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19018, 6773, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19019, 6774, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19020, 6775, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19021, 6775, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19022, 6776, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19023, 6776, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19024, 6776, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19025, 6776, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19026, 6776, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19027, 6777, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19028, 6778, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19029, 6778, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19030, 6779, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19031, 6780, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19032, 6780, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19033, 6780, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19034, 6781, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19035, 6781, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19036, 6782, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19037, 6782, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19038, 6783, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19039, 6783, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19040, 6783, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19041, 6784, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19042, 6784, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19043, 6784, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19044, 6785, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19045, 6785, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19046, 6785, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19047, 6786, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19048, 6786, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19049, 6786, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19050, 6786, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19051, 6786, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19052, 6787, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19053, 6787, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19054, 6787, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19055, 6788, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19056, 6789, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19057, 6790, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19058, 6790, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19059, 6790, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19060, 6791, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19061, 6791, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19062, 6791, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19063, 6792, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19064, 6793, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19065, 6793, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19066, 6794, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19067, 6794, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.7500', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19068, 6794, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', 'standard', NULL, '43.0000', '43.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '43.0000', '', '43.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19069, 6795, 3888, '82583454', 'ABRAZADERA VOLTECK TIPO OMEGA 1 1/4 X UNIDAD', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19070, 6796, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19071, 6797, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19072, 6797, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19073, 6798, 3811, '89177021', 'TENAZA TOLSEN', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19074, 6799, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19075, 6800, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19076, 6800, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19077, 6801, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19078, 6801, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19079, 6802, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19080, 6803, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19081, 6803, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19082, 6804, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19083, 6805, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19084, 6806, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19085, 6806, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19086, 6807, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19087, 6807, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19088, 6808, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19089, 6808, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19090, 6809, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19091, 6810, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19092, 6811, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19093, 6812, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19094, 6813, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19095, 6813, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19096, 6814, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19097, 6815, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19098, 6816, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19099, 6816, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19100, 6817, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19101, 6818, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19102, 6819, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19103, 6819, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19104, 6820, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19105, 6821, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19106, 6822, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19107, 6822, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19108, 6822, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19109, 6822, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19110, 6823, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19111, 6823, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19112, 6823, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19113, 6823, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19114, 6824, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19115, 6824, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19116, 6825, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19117, 6825, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19118, 6825, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19119, 6825, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19120, 6825, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19121, 6826, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19122, 6827, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19123, 6827, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19124, 6827, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19125, 6827, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19126, 6828, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19127, 6829, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19128, 6829, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19129, 6830, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19130, 6830, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19131, 6830, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19132, 6830, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19133, 6831, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19134, 6832, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19135, 6832, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19136, 6833, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19137, 6834, 2903, '7506192505413', 'GEL EGO POWER', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19138, 6834, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19139, 6834, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19140, 6834, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19141, 6835, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19142, 6835, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19143, 6836, 3129, 'PVC00122', 'REDUCIDOR 1 1/2-1', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19144, 6836, 2747, 'PVC00069', 'COPLA 1 1/2', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19145, 6837, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19146, 6838, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19147, 6838, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19148, 6838, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19149, 6838, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19150, 6838, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19151, 6839, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19152, 6839, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19153, 6840, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19154, 6840, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19155, 6841, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19156, 6842, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19157, 6842, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19158, 6842, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19159, 6842, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19160, 6842, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19161, 6842, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19162, 6843, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19163, 6843, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19164, 6843, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19165, 6844, 3183, '7501206628515', 'SEPARADOR DE LOSETA  DE 2.0 MM TRUPER', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19166, 6845, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19167, 6846, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19168, 6847, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19169, 6848, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19170, 6849, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19171, 6850, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19172, 6851, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19173, 6852, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19174, 6853, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19175, 6853, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19176, 6854, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19177, 6855, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19178, 6856, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19179, 6856, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19180, 6857, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19181, 6858, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19182, 6859, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19183, 6859, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19184, 6860, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19185, 6860, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19186, 6860, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19187, 6861, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19188, 6862, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19189, 6863, 3745, '740100703206', 'CERVEZA DORADA PREMIUN LAGER', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19190, 6863, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19191, 6864, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19192, 6864, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19193, 6865, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19194, 6866, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19195, 6867, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19196, 6868, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19197, 6869, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19198, 6870, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19199, 6871, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19200, 6871, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19201, 6872, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19202, 6872, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19203, 6872, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19204, 6873, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19205, 6873, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19206, 6873, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19207, 6873, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19208, 6873, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19209, 6873, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19210, 6874, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19211, 6875, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19212, 6876, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19213, 6877, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19214, 6877, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19215, 6877, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19216, 6878, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19217, 6879, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19218, 6880, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19219, 6881, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19220, 6882, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19221, 6883, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19222, 6884, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19223, 6884, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19224, 6885, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19225, 6885, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19226, 6885, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19227, 6886, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19228, 6887, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19229, 6888, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19230, 6888, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19231, 6889, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19232, 6889, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19233, 6890, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19234, 6890, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19235, 6890, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19236, 6890, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19237, 6891, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19238, 6892, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19239, 6893, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19240, 6894, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19241, 6894, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19242, 6895, 3532, '6925582189582', 'BOMBA PERIFERICA 0.5 HP TOTAL ', 'standard', NULL, '327.0000', '327.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '327.0000', '', '327.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19243, 6895, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19244, 6895, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19245, 6895, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19246, 6896, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19247, 6896, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19248, 6897, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19249, 6898, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19250, 6899, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.7500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19251, 6899, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19252, 6900, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19253, 6900, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19254, 6901, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19255, 6901, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19256, 6902, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19257, 6902, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19258, 6903, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19259, 6903, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19260, 6904, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', 'standard', NULL, '185.0000', '185.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '185.0000', '', '185.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19261, 6904, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19262, 6905, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19263, 6905, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19264, 6906, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19265, 6906, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19266, 6906, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19267, 6906, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19268, 6907, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19269, 6908, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19270, 6909, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19271, 6909, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19272, 6910, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19273, 6911, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19274, 6911, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19275, 6912, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19276, 6912, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19277, 6912, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '14.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19278, 6913, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19279, 6913, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19280, 6913, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19281, 6913, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19282, 6914, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19283, 6914, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '14.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19284, 6915, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19285, 6915, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19286, 6915, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19287, 6916, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19288, 6916, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19289, 6917, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19290, 6917, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19291, 6918, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19292, 6918, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19293, 6919, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19294, 6919, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19295, 6919, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19296, 6920, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19297, 6920, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19298, 6921, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19299, 6921, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19300, 6921, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19301, 6921, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19302, 6921, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19303, 6921, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19304, 6922, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19305, 6922, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19306, 6922, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19307, 6923, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19308, 6923, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19309, 6924, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19310, 6924, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19311, 6925, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19312, 6925, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19313, 6925, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19314, 6926, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19315, 6927, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19316, 6927, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19317, 6928, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19318, 6928, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19319, 6928, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19320, 6928, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19321, 6929, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19322, 6930, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19323, 6931, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19324, 6931, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19325, 6932, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.7500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19326, 6933, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19327, 6933, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19328, 6933, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19329, 6933, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19330, 6933, 2809, '7798216497792', 'DISCO DIA/SEGMEN P CONCRETO 7?? GLADIADO', 'standard', NULL, '66.0000', '66.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '66.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19331, 6933, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19332, 6933, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19333, 6934, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19334, 6935, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19335, 6936, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19336, 6937, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19337, 6937, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19338, 6938, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19339, 6938, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19340, 6938, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19341, 6939, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19342, 6939, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19343, 6940, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19344, 6940, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19345, 6941, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19346, 6942, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19347, 6943, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19348, 6944, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19349, 6945, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19350, 6946, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19351, 6946, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19352, 6947, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19353, 6947, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19354, 6948, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19355, 6949, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19356, 6950, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19357, 6950, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19358, 6951, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19359, 6952, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19360, 6952, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19361, 6953, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19362, 6954, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19363, 6955, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19364, 6956, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19365, 6957, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19366, 6958, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '200.0000', '200.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19367, 6958, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', 'standard', NULL, '278.0000', '278.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '278.0000', '', '278.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19368, 6958, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19369, 6958, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19370, 6958, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19371, 6959, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19372, 6960, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19373, 6960, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19374, 6961, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19375, 6961, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19376, 6962, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19377, 6962, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19378, 6963, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19379, 6964, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19380, 6965, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19381, 6966, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19382, 6966, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19383, 6966, 2532, '783094001015', 'BATERIA RAYOVAC GRANDE UNIDAD', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19384, 6967, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19385, 6968, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19386, 6968, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19387, 6969, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19388, 6970, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19389, 6970, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19390, 6970, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19391, 6970, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19392, 6971, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19393, 6972, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19394, 6973, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19395, 6974, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19396, 6975, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19397, 6975, 3600, '8693029606708', 'GUSTO DONUT', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19398, 6975, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19399, 6976, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19400, 6976, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19401, 6976, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19402, 6976, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19403, 6976, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19404, 6976, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19405, 6976, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19406, 6976, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19407, 6976, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19408, 6976, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19409, 6976, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19410, 6976, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19411, 6976, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19412, 6976, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19413, 6976, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19414, 6977, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19415, 6977, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19416, 6978, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19417, 6978, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19418, 6979, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19419, 6979, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19420, 6980, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19421, 6981, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19422, 6981, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19423, 6981, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19424, 6982, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19425, 6982, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19426, 6983, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19427, 6983, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19428, 6984, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19429, 6985, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19430, 6985, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19431, 6986, 3542, '6933528787587', 'BROCA DE COBALTO DE 1/2\\\" TOLSEN', 'standard', NULL, '61.0000', '61.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '61.0000', '', '61.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19432, 6986, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19433, 6986, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19434, 6986, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19435, 6987, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19436, 6988, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19437, 6989, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19438, 6990, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19439, 6991, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19440, 6992, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19441, 6993, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19442, 6993, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19443, 6994, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19444, 6995, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19445, 6995, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19446, 6996, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19447, 6997, 2996, '102285', 'LLAVE DE PASO DE PVC DE 1/2', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19448, 6998, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19449, 6998, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19450, 6999, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19451, 6999, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19452, 7000, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19453, 7001, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19454, 7002, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19455, 7002, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19456, 7002, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19457, 7002, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19458, 7002, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19459, 7002, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19460, 7002, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19461, 7003, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19462, 7003, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19463, 7003, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19464, 7003, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19465, 7004, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19466, 7005, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19467, 7005, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19468, 7006, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19469, 7006, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19470, 7006, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19471, 7007, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19472, 7007, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19473, 7008, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19474, 7009, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19475, 7010, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19476, 7011, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19477, 7012, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19478, 7013, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19479, 7014, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19480, 7015, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19481, 7016, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19482, 7017, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19483, 7018, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19484, 7019, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19485, 7020, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19486, 7021, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19487, 7022, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19488, 7022, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19489, 7023, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19490, 7023, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19491, 7024, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19492, 7024, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19493, 7024, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19494, 7025, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19495, 7026, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19496, 7026, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '2.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19497, 7027, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19498, 7027, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19499, 7028, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19500, 7028, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19501, 7028, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19502, 7028, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19503, 7029, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19504, 7030, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19505, 7031, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19506, 7032, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19507, 7033, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19508, 7034, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19509, 7035, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19510, 7035, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19511, 7036, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19512, 7037, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19513, 7037, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19514, 7038, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19515, 7038, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19516, 7038, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19517, 7038, 3499, '6925582181982', 'SERRUCHO 22\\\" TOTAL', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19518, 7039, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19519, 7039, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19520, 7039, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19521, 7039, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19522, 7040, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19523, 7040, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19524, 7040, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19525, 7040, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19526, 7041, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19527, 7042, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19528, 7043, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19529, 7043, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19530, 7043, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19531, 7044, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19532, 7044, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19533, 7044, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19534, 7044, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19535, 7045, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19536, 7046, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19537, 7047, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19538, 7047, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19539, 7048, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19540, 7049, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19541, 7050, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19542, 7051, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19543, 7051, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19544, 7052, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19545, 7053, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19546, 7054, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19547, 7055, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19548, 7056, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19549, 7057, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19550, 7058, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19551, 7059, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19552, 7059, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19553, 7060, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19554, 7061, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19555, 7062, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19556, 7063, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19557, 7063, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19558, 7064, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19559, 7065, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19560, 7065, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19561, 7066, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19562, 7066, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19563, 7067, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19564, 7068, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19565, 7068, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19566, 7068, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19567, 7069, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19568, 7070, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19569, 7071, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19570, 7072, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19571, 7073, 2568, '7501206645970', 'BROCA P/METAL /COBALTO 5/32??', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19572, 7073, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19573, 7073, 3169, '7506240641841', 'ROTOMARTILLO 1/2 PROF. TRUPER', 'standard', NULL, '290.0000', '290.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '290.0000', '', '290.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19574, 7074, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19575, 7075, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19576, 7076, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19577, 7077, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19578, 7078, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19579, 7079, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19580, 7079, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19581, 7080, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19582, 7081, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19583, 7082, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19584, 7083, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19585, 7083, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19586, 7084, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19587, 7084, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19588, 7084, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19589, 7085, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19590, 7086, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19591, 7087, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19592, 7087, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19593, 7087, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19594, 7087, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19595, 7088, 3537, '6933528741022', 'CUCHARA MANGO DE MADERA 8\\\" TOLSEN', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19596, 7089, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19597, 7089, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19598, 7090, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19599, 7090, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19600, 7091, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19601, 7091, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19602, 7091, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19603, 7092, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19604, 7093, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19605, 7093, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19606, 7094, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19607, 7095, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19608, 7096, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19609, 7097, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19610, 7098, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19611, 7098, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19612, 7099, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19613, 7100, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19614, 7100, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19615, 7101, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19616, 7102, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19617, 7103, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19618, 7104, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19619, 7105, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19620, 7106, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19621, 7106, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19622, 7107, 3329, '6972753160666', 'VALVULA BOLA PVC 1\\\" AZTECA (F-5104B)', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19623, 7107, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19624, 7108, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19625, 7108, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19626, 7109, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19627, 7110, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19628, 7110, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19629, 7110, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19630, 7111, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19631, 7112, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19632, 7113, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19633, 7114, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19634, 7115, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '4.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19635, 7115, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19636, 7115, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19637, 7115, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19638, 7116, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19639, 7116, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19640, 7117, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19641, 7118, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19642, 7119, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19643, 7119, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19644, 7119, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19645, 7120, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19646, 7121, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19647, 7122, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19648, 7122, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19649, 7123, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19650, 7124, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19651, 7125, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19652, 7126, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19653, 7127, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19654, 7128, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19655, 7129, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19656, 7130, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19657, 7130, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19658, 7130, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19659, 7130, 3479, '7401090802476', 'HELADO PALETA CORAZON', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19660, 7131, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19661, 7131, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19662, 7132, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19663, 7133, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19664, 7134, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19665, 7135, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19666, 7135, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19667, 7135, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19668, 7136, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19669, 7137, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19670, 7138, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19671, 7139, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19672, 7139, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19673, 7140, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19674, 7141, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19675, 7142, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19676, 7143, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19677, 7144, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19678, 7144, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19679, 7145, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19680, 7146, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19681, 7146, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19682, 7147, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19683, 7147, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19684, 7148, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19685, 7148, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19686, 7149, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19687, 7150, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19688, 7150, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19689, 7150, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19690, 7151, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19691, 7151, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19692, 7151, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19693, 7152, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19694, 7153, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19695, 7153, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19696, 7154, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19697, 7154, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19698, 7155, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19699, 7156, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19700, 7156, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19701, 7157, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19702, 7157, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19703, 7158, 2757, '102250', 'COPLA C/R 2\"', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19704, 7158, 3137, 'PVC00137', 'REDUCIDOR 2-1', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19705, 7159, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19706, 7160, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19707, 7160, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19708, 7161, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19709, 7161, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19710, 7162, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19711, 7163, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19712, 7164, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19713, 7164, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19714, 7164, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19715, 7164, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19716, 7165, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19717, 7166, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19718, 7167, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19719, 7168, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19720, 7169, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19721, 7170, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19722, 7170, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19723, 7170, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19724, 7171, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19725, 7172, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19726, 7173, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19727, 7174, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19728, 7175, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19729, 7176, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19730, 7177, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19731, 7178, 2681, '7506240612780', 'CINTA EMPAQUE  P/DUCTO 10M PRETUL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19732, 7178, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19733, 7179, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', 'standard', NULL, '28.5000', '28.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '28.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19734, 7179, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19735, 7179, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19736, 7180, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19737, 7180, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19738, 7181, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19739, 7182, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19740, 7182, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19741, 7182, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19742, 7183, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '4.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19743, 7183, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19744, 7184, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19745, 7185, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19746, 7186, 3220, '85051000421', 'SUPER ECONOMY TYPE A', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19747, 7187, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19748, 7187, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19749, 7187, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19750, 7187, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19751, 7188, 3316, '41248', 'TUBO DE ABASTO 1/2\\\"  X 3/8\\\" QUALITA', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19752, 7189, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19753, 7190, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19754, 7191, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19755, 7192, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19756, 7192, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19757, 7193, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19758, 7194, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19759, 7195, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19760, 7195, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19761, 7195, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19762, 7196, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19763, 7196, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19764, 7197, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19765, 7197, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19766, 7197, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19767, 7197, 2551, '7406398000098', 'BOMBILLA NEW LED W5 9710032', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19768, 7198, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19769, 7198, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19770, 7199, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19771, 7199, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19772, 7199, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19773, 7199, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19774, 7199, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19775, 7200, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19776, 7200, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19777, 7200, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19778, 7200, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19779, 7200, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19780, 7201, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19781, 7201, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19782, 7201, 3584, '6933528736011', 'METRO INDUSTRIAL 5 MTS TOLSEN 36004', 'standard', NULL, '39.0000', '39.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '39.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19783, 7202, 3826, '75089464235', 'JABON AVENA VENZA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19784, 7202, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19785, 7202, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19786, 7202, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19787, 7202, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19788, 7203, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19789, 7203, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19790, 7204, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19791, 7204, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19792, 7204, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19793, 7205, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19794, 7205, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19795, 7206, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19796, 7206, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19797, 7206, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19798, 7207, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19799, 7207, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19800, 7207, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19801, 7208, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19802, 7208, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19803, 7209, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19804, 7209, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19805, 7209, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19806, 7210, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.5000', '', '6.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19807, 7211, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19808, 7212, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19809, 7212, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19810, 7212, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19811, 7212, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19812, 7212, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19813, 7213, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19814, 7213, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19815, 7214, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19816, 7215, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19817, 7215, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19818, 7215, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19819, 7216, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19820, 7217, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19821, 7217, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19822, 7218, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19823, 7219, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19824, 7220, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19825, 7220, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19826, 7221, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19827, 7221, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19828, 7221, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19829, 7221, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19830, 7222, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.7500', '', '1.2500', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19831, 7223, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19832, 7223, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19833, 7223, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19834, 7224, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19835, 7225, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19836, 7225, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19837, 7225, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19838, 7226, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19839, 7227, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19840, 7227, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19841, 7228, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19842, 7228, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19843, 7229, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19844, 7229, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19845, 7230, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19846, 7231, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19847, 7232, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19848, 7232, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19849, 7232, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19850, 7232, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19851, 7233, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19852, 7233, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19853, 7234, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19854, 7235, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19855, 7236, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19856, 7237, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19857, 7238, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19858, 7239, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19859, 7240, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19860, 7240, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19861, 7240, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19862, 7241, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19863, 7241, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19864, 7242, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19865, 7243, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19866, 7244, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19867, 7245, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19868, 7245, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19869, 7246, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19870, 7247, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19871, 7248, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19872, 7248, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19873, 7248, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19874, 7248, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19875, 7248, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19876, 7249, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19877, 7250, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19878, 7251, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19879, 7251, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19880, 7251, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19881, 7252, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19882, 7253, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19883, 7254, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19884, 7254, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19885, 7255, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19886, 7255, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19887, 7256, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19888, 7256, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19889, 7256, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19890, 7256, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19891, 7256, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19892, 7256, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19893, 7256, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19894, 7257, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19895, 7258, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19896, 7258, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19897, 7259, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '4.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19898, 7260, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19899, 7261, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19900, 7261, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19901, 7261, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19902, 7261, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19903, 7261, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19904, 7261, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19905, 7261, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19906, 7261, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19907, 7261, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19908, 7261, 3479, '7401090802476', 'HELADO PALETA CORAZON', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19909, 7261, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19910, 7261, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19911, 7261, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19912, 7262, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19913, 7262, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19914, 7262, 3050, '7501206631447', 'NIVEL ESPECIAL TRUPER PARA HILO 3\\\" BLISTER', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19915, 7262, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19916, 7262, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19917, 7262, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19918, 7262, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19919, 7262, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '13.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19920, 7262, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19921, 7262, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19922, 7262, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19923, 7262, 2493, '100231000043', 'ADAPTADOR D COPA P TALADRO 5/16*1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19924, 7263, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19925, 7263, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19926, 7263, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19927, 7263, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19928, 7263, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19929, 7263, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19930, 7263, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19931, 7263, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19932, 7263, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19933, 7263, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19934, 7263, 3191, '7501206620908', 'SIERRA P/MADERA 24 DIENTES TRUPER 7 1/4', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19935, 7264, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19936, 7264, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19937, 7264, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19938, 7264, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19939, 7264, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19940, 7264, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19941, 7264, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19942, 7264, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19943, 7265, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19944, 7266, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19945, 7266, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19946, 7266, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19947, 7266, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19948, 7266, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19949, 7267, 2520, '7893946142360', 'ARCO P/SIERRA 12\" VONDER', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19950, 7267, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19951, 7268, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19952, 7268, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19953, 7268, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19954, 7268, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19955, 7268, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19956, 7268, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19957, 7268, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19958, 7268, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19959, 7269, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19960, 7269, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19961, 7269, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19962, 7269, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19963, 7269, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19964, 7269, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19965, 7269, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19966, 7269, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19967, 7269, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19968, 7269, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19969, 7269, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19970, 7270, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19971, 7270, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19972, 7270, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19973, 7271, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19974, 7271, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19975, 7271, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19976, 7271, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19977, 7271, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19978, 7271, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19979, 7271, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19980, 7271, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19981, 7271, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19982, 7272, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19983, 7272, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19984, 7272, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19985, 7272, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19986, 7272, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19987, 7273, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19988, 7273, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '5.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19989, 7273, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19990, 7273, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19991, 7273, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19992, 7273, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19993, 7273, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19994, 7273, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19995, 7273, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19996, 7273, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19997, 7274, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19998, 7274, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (19999, 7274, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20000, 7274, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20001, 7274, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20002, 7275, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20003, 7275, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20004, 7275, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20005, 7275, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20006, 7275, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20007, 7275, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20008, 7275, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20009, 7275, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20010, 7275, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20011, 7275, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20012, 7276, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20013, 7276, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20014, 7276, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20015, 7276, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20016, 7276, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20017, 7276, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20018, 7276, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20019, 7277, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20020, 7277, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20021, 7278, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20022, 7278, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20023, 7278, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20024, 7278, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20025, 7278, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20026, 7278, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20027, 7279, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20028, 7279, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20029, 7279, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20030, 7279, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20031, 7279, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20032, 7280, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20033, 7280, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20034, 7280, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20035, 7280, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20036, 7280, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20037, 7281, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20038, 7281, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20039, 7281, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20040, 7282, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20041, 7282, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20042, 7282, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20043, 7282, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20044, 7282, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20045, 7282, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20046, 7283, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20047, 7283, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20048, 7283, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20049, 7283, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20050, 7283, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20051, 7283, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20052, 7283, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20053, 7283, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20054, 7283, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20055, 7283, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20056, 7283, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20057, 7284, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20058, 7284, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20059, 7284, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20060, 7284, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20061, 7284, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20062, 7284, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20063, 7284, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20064, 7284, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20065, 7284, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20066, 7284, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20067, 7284, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20068, 7284, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20069, 7284, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20070, 7284, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20071, 7285, 3220, '85051000421', 'SUPER ECONOMY TYPE A', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20072, 7285, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20073, 7285, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20074, 7285, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20075, 7285, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20076, 7285, 3266, 'PVC00202', 'TEE 3/4 PVC LISO', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20077, 7285, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20078, 7285, 2481, 'ACE04', 'ACCESORIO DE ENTRADA 11/4\\\" ( CALABERA)', 'standard', NULL, '43.0000', '43.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '43.0000', '', '43.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20079, 7285, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20080, 7286, 3625, '75657780', 'IBUPROFENO FORTE 800 MG', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20081, 7286, 3203, '7406027034920', 'SILICON LIQUIDO 60 ML FAST', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20082, 7286, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20083, 7286, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20084, 7287, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20085, 7287, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20086, 7288, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20087, 7288, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20088, 7288, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20089, 7288, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20090, 7289, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20091, 7290, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20092, 7291, 3874, '7401006400727', 'COCACOLA DESECHABLE 1.5 LTS', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20093, 7291, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20094, 7291, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20095, 7291, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20096, 7291, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20097, 7292, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20098, 7292, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20099, 7292, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20100, 7292, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20101, 7293, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20102, 7293, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20103, 7294, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20104, 7295, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20105, 7296, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20106, 7297, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20107, 7297, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20108, 7297, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20109, 7297, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20110, 7297, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20111, 7297, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20112, 7298, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20113, 7299, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20114, 7299, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20115, 7299, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20116, 7299, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20117, 7300, 2553, '4711678072546', 'BORRADOR CANDY', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20118, 7300, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20119, 7301, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20120, 7302, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20121, 7303, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20122, 7303, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20123, 7304, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20124, 7305, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20125, 7306, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20126, 7306, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20127, 7306, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20128, 7307, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20129, 7307, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20130, 7308, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20131, 7309, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20132, 7310, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20133, 7311, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20134, 7312, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20135, 7312, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20136, 7312, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20137, 7312, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20138, 7313, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20139, 7314, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20140, 7315, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20141, 7316, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20142, 7316, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20143, 7317, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20144, 7318, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20145, 7319, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20146, 7319, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20147, 7320, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20148, 7320, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20149, 7320, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20150, 7321, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20151, 7321, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20152, 7321, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20153, 7321, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20154, 7322, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20155, 7322, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20156, 7322, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20157, 7322, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20158, 7322, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20159, 7322, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20160, 7323, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20161, 7324, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20162, 7325, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20163, 7326, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20164, 7327, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20165, 7328, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20166, 7329, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20167, 7330, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20168, 7331, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20169, 7332, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20170, 7333, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20171, 7334, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20172, 7335, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20173, 7335, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20174, 7335, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20175, 7336, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20176, 7337, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20177, 7338, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20178, 7338, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20179, 7338, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20180, 7339, 3479, '7401090802476', 'HELADO PALETA CORAZON', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20181, 7339, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20182, 7340, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20183, 7340, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20184, 7341, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20185, 7341, 2933, '7401090800625', 'HELADO SORBY .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20186, 7341, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '1.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20187, 7342, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20188, 7343, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20189, 7343, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20190, 7344, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20191, 7345, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20192, 7346, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20193, 7346, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20194, 7346, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20195, 7347, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20196, 7348, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20197, 7349, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20198, 7349, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20199, 7350, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20200, 7351, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20201, 7351, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20202, 7351, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20203, 7351, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20204, 7351, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20205, 7352, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20206, 7352, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20207, 7352, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20208, 7352, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20209, 7352, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20210, 7353, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20211, 7353, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20212, 7353, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20213, 7353, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20214, 7353, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20215, 7353, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20216, 7354, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20217, 7354, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20218, 7354, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20219, 7354, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20220, 7354, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20221, 7355, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20222, 7355, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20223, 7355, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20224, 7355, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20225, 7356, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20226, 7356, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20227, 7356, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20228, 7356, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20229, 7356, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20230, 7357, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20231, 7357, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20232, 7357, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20233, 7357, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20234, 7357, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20235, 7357, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20236, 7357, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20237, 7358, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20238, 7359, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20239, 7360, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20240, 7360, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20241, 7360, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20242, 7361, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20243, 7362, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20244, 7363, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20245, 7364, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20246, 7365, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20247, 7366, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20248, 7366, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20249, 7366, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20250, 7367, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20251, 7367, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20252, 7367, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20253, 7367, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20254, 7368, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20255, 7368, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20256, 7368, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20257, 7368, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20258, 7368, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20259, 7369, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20260, 7369, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20261, 7370, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20262, 7371, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20263, 7372, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20264, 7373, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20265, 7374, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20266, 7374, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20267, 7375, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20268, 7375, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20269, 7375, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20270, 7376, 3101, '7441109000820', 'PLAFONERA AEGLE 1175 W BLANCO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20271, 7376, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20272, 7377, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20273, 7377, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20274, 7377, 3618, '7410002802589', 'IBUPROFENO MK LIQUI-GELS', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20275, 7378, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20276, 7378, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20277, 7378, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20278, 7379, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20279, 7379, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20280, 7379, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20281, 7379, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20282, 7379, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20283, 7379, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20284, 7380, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20285, 7381, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20286, 7382, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20287, 7383, 3300, 'FER040', 'TORNILLO PULSER 1 1/2* 1/4 BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.7500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20288, 7383, 3301, '102298', 'TORNILLO PULSER 1 PUL BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.7500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20289, 7383, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20290, 7383, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20291, 7384, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20292, 7385, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20293, 7386, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20294, 7387, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20295, 7388, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20296, 7388, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20297, 7389, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20298, 7390, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20299, 7390, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20300, 7391, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20301, 7391, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20302, 7392, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20303, 7393, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20304, 7394, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20305, 7394, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20306, 7394, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20307, 7395, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20308, 7395, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20309, 7396, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '5.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20310, 7397, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20311, 7398, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20312, 7398, 3047, '748757000330', 'NACHO Y JALAPE', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20313, 7398, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20314, 7398, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20315, 7398, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20316, 7399, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20317, 7400, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20318, 7400, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20319, 7400, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20320, 7401, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20321, 7402, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20322, 7402, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20323, 7402, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20324, 7402, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20325, 7402, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20326, 7403, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20327, 7403, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20328, 7403, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20329, 7403, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20330, 7403, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20331, 7403, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20332, 7403, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20333, 7403, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20334, 7404, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20335, 7404, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20336, 7404, 3639, '80307360', 'CAJA RECTANGULAR ARGOS ', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20337, 7404, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20338, 7405, 3246, '10205', 'TAPON H DR 3', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20339, 7406, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '4.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20340, 7406, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20341, 7406, 3612, '6954302981298', 'FRUTY SPRAY PENCIL', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20342, 7407, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20343, 7408, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20344, 7409, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20345, 7410, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20346, 7410, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20347, 7411, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20348, 7412, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20349, 7413, 3479, '7401090802476', 'HELADO PALETA CORAZON', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20350, 7413, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20351, 7414, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20352, 7415, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20353, 7415, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20354, 7415, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20355, 7415, 3479, '7401090802476', 'HELADO PALETA CORAZON', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20356, 7416, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20357, 7417, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20358, 7418, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20359, 7419, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20360, 7419, 3250, '7501206674260', 'TARUGO PLASTICO AZUL 3/8 FIERO', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20361, 7419, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20362, 7420, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20363, 7421, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20364, 7422, 3305, '102215', 'TORNILLO PULSER 2 1/2 ?? P/BROCA', 'standard', NULL, '1.0000', '1.0000', '18.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.0000', NULL, 1, 'PZA', '18.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20365, 7423, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20366, 7423, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20367, 7423, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20368, 7423, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20369, 7424, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20370, 7425, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20371, 7426, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20372, 7427, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20373, 7428, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20374, 7429, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20375, 7429, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20376, 7430, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20377, 7431, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20378, 7432, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20379, 7433, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20380, 7434, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20381, 7435, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20382, 7436, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20383, 7436, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20384, 7436, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20385, 7437, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20386, 7437, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20387, 7437, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20388, 7437, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20389, 7438, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20390, 7438, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20391, 7438, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20392, 7438, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20393, 7439, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20394, 7440, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20395, 7440, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20396, 7440, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20397, 7441, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20398, 7441, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20399, 7441, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20400, 7442, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20401, 7443, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20402, 7444, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20403, 7444, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20404, 7445, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20405, 7446, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20406, 7447, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20407, 7448, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20408, 7448, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20409, 7448, 3045, 'ELE063', 'MORDAZA DE COBRE DE 5/8*8', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20410, 7448, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20411, 7448, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20412, 7448, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20413, 7448, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20414, 7448, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20415, 7449, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20416, 7449, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20417, 7449, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20418, 7449, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20419, 7450, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20420, 7450, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20421, 7451, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20422, 7451, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20423, 7451, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20424, 7452, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20425, 7452, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20426, 7452, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20427, 7453, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20428, 7453, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20429, 7453, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20430, 7454, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20431, 7455, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20432, 7455, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20433, 7455, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20434, 7456, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20435, 7457, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20436, 7458, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20437, 7458, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20438, 7459, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20439, 7460, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20440, 7460, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20441, 7461, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20442, 7462, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20443, 7463, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20444, 7464, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20445, 7464, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20446, 7465, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20447, 7465, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20448, 7466, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20449, 7466, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20450, 7467, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20451, 7467, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20452, 7467, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20453, 7468, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20454, 7468, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20455, 7468, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20456, 7469, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20457, 7469, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20458, 7470, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20459, 7471, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20460, 7471, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20461, 7471, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20462, 7471, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20463, 7472, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20464, 7472, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20465, 7472, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20466, 7472, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20467, 7473, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20468, 7473, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20469, 7473, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20470, 7473, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20471, 7474, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20472, 7474, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '6.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20473, 7474, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20474, 7474, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '4.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20475, 7475, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20476, 7475, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20477, 7476, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20478, 7476, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20479, 7477, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20480, 7477, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20481, 7478, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20482, 7479, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20483, 7479, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20484, 7479, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20485, 7480, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20486, 7480, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20487, 7481, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20488, 7482, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20489, 7483, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20490, 7484, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20491, 7484, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20492, 7484, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20493, 7485, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20494, 7485, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20495, 7486, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '2.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20496, 7486, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20497, 7486, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20498, 7487, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20499, 7488, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20500, 7488, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20501, 7488, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20502, 7489, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20503, 7490, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20504, 7491, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20505, 7491, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20506, 7491, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20507, 7491, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20508, 7491, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20509, 7492, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20510, 7492, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20511, 7492, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20512, 7493, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20513, 7494, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20514, 7495, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20515, 7496, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20516, 7497, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20517, 7498, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20518, 7499, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20519, 7500, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20520, 7500, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20521, 7500, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20522, 7500, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20523, 7500, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20524, 7500, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20525, 7501, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20526, 7501, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20527, 7501, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20528, 7501, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20529, 7501, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20530, 7501, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20531, 7502, 3106, '7506240609971', 'PLANCHA DE ESPONJA PRETUL 91/2\" * 7/16', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20532, 7503, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20533, 7503, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20534, 7504, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20535, 7505, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20536, 7506, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20537, 7506, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20538, 7507, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20539, 7508, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20540, 7509, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20541, 7510, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20542, 7511, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20543, 7511, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20544, 7511, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20545, 7512, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20546, 7513, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20547, 7513, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20548, 7514, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20549, 7515, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20550, 7516, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20551, 7516, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20552, 7516, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20553, 7517, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20554, 7518, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20555, 7518, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20556, 7519, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20557, 7519, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20558, 7520, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20559, 7521, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20560, 7521, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20561, 7521, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20562, 7522, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20563, 7522, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20564, 7522, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20565, 7522, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20566, 7522, 3003, '7506240630470', 'LLAVE PARA JARDIN 1/2 PLASTICA PRETUL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20567, 7523, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20568, 7523, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20569, 7523, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20570, 7524, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20571, 7524, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20572, 7525, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20573, 7525, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20574, 7526, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20575, 7527, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20576, 7528, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20577, 7529, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20578, 7529, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20579, 7530, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20580, 7531, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20581, 7531, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20582, 7532, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20583, 7533, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20584, 7533, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20585, 7533, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20586, 7534, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20587, 7535, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20588, 7535, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20589, 7536, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20590, 7537, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20591, 7538, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20592, 7538, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20593, 7539, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20594, 7539, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20595, 7539, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20596, 7540, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20597, 7541, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20598, 7542, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20599, 7543, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20600, 7543, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20601, 7544, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20602, 7545, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20603, 7546, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20604, 7546, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20605, 7546, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20606, 7547, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20607, 7548, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20608, 7548, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20609, 7548, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20610, 7548, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20611, 7548, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20612, 7549, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20613, 7550, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20614, 7550, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20615, 7550, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20616, 7550, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20617, 7551, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20618, 7552, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20619, 7552, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20620, 7553, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20621, 7554, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20622, 7554, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20623, 7555, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20624, 7555, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20625, 7556, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20626, 7557, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20627, 7557, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20628, 7558, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20629, 7558, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20630, 7559, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20631, 7560, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20632, 7560, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20633, 7560, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20634, 7560, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20635, 7560, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20636, 7560, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20637, 7561, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20638, 7561, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20639, 7562, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20640, 7562, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20641, 7562, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20642, 7562, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20643, 7562, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20644, 7563, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20645, 7564, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20646, 7565, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20647, 7566, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20648, 7566, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20649, 7567, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20650, 7568, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20651, 7568, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20652, 7569, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20653, 7570, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20654, 7571, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20655, 7572, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20656, 7573, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20657, 7573, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20658, 7574, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20659, 7575, 3179, 'VK0785', 'SEGUETA BIMETALFEXIBLE VK0785', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20660, 7576, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20661, 7577, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20662, 7577, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20663, 7578, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20664, 7579, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20665, 7579, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20666, 7580, 2969, '7750057006533', 'LIJA DE LONA 3M 150', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20667, 7581, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20668, 7581, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20669, 7581, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20670, 7582, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20671, 7583, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20672, 7584, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20673, 7585, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20674, 7586, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20675, 7586, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20676, 7587, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20677, 7587, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20678, 7588, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20679, 7588, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20680, 7588, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20681, 7589, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20682, 7590, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20683, 7590, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20684, 7591, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20685, 7591, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20686, 7592, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20687, 7593, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20688, 7594, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20689, 7595, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20690, 7596, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20691, 7596, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20692, 7597, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20693, 7597, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20694, 7597, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20695, 7597, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20696, 7598, 3815, '7401092031942', 'BOMBILLA LED LUXLITE 15W', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20697, 7598, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20698, 7598, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20699, 7599, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20700, 7600, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20701, 7600, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20702, 7601, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20703, 7601, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20704, 7602, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20705, 7602, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20706, 7602, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20707, 7602, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20708, 7603, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20709, 7604, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20710, 7604, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20711, 7604, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20712, 7604, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20713, 7605, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20714, 7606, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20715, 7606, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '3.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20716, 7606, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20717, 7607, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20718, 7607, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20719, 7608, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20720, 7608, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20721, 7609, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20722, 7610, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20723, 7610, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20724, 7610, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20725, 7610, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20726, 7611, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20727, 7611, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20728, 7612, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20729, 7613, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20730, 7614, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20731, 7614, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20732, 7614, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20733, 7615, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20734, 7615, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20735, 7616, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.5000', '', '5.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20736, 7616, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20737, 7617, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20738, 7617, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20739, 7618, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20740, 7619, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20741, 7620, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20742, 7621, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20743, 7622, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20744, 7622, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20745, 7623, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20746, 7624, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20747, 7625, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20748, 7626, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20749, 7627, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20750, 7628, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', 'standard', NULL, '0.4000', '0.4000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '0.4000', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20751, 7629, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20752, 7629, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20753, 7629, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20754, 7630, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20755, 7630, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20756, 7630, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20757, 7631, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20758, 7632, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20759, 7632, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20760, 7633, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20761, 7633, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20762, 7634, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20763, 7635, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20764, 7636, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20765, 7636, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20766, 7636, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20767, 7637, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20768, 7638, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20769, 7638, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20770, 7639, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20771, 7639, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20772, 7640, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20773, 7641, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20774, 7642, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20775, 7643, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20776, 7644, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20777, 7645, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20778, 7646, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20779, 7647, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20780, 7648, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20781, 7649, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20782, 7650, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20783, 7651, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20784, 7652, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20785, 7653, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20786, 7653, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20787, 7654, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20788, 7654, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20789, 7654, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20790, 7655, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20791, 7655, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20792, 7655, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20793, 7656, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20794, 7657, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20795, 7657, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20796, 7658, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20797, 7658, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20798, 7659, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20799, 7659, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20800, 7659, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20801, 7660, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20802, 7661, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20803, 7662, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20804, 7663, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20805, 7664, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20806, 7665, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20807, 7666, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20808, 7666, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20809, 7666, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20810, 7667, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20811, 7668, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20812, 7668, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20813, 7668, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20814, 7669, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20815, 7669, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20816, 7669, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20817, 7669, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20818, 7670, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20819, 7671, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20820, 7672, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20821, 7673, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20822, 7673, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20823, 7673, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20824, 7674, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20825, 7674, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20826, 7675, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20827, 7676, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20828, 7676, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20829, 7676, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20830, 7677, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20831, 7678, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20832, 7678, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20833, 7678, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20834, 7679, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20835, 7680, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20836, 7681, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '60.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20837, 7682, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20838, 7683, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20839, 7684, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20840, 7684, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20841, 7685, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20842, 7686, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20843, 7686, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20844, 7686, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20845, 7686, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20846, 7687, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20847, 7688, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20848, 7688, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20849, 7689, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20850, 7689, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20851, 7689, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20852, 7690, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20853, 7691, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20854, 7691, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20855, 7691, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20856, 7692, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20857, 7692, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20858, 7692, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20859, 7692, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20860, 7692, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20861, 7693, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20862, 7694, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20863, 7695, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20864, 7696, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20865, 7697, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20866, 7698, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20867, 7698, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20868, 7698, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20869, 7699, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20870, 7700, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20871, 7700, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20872, 7701, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20873, 7701, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20874, 7702, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20875, 7703, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20876, 7704, 2969, '7750057006533', 'LIJA DE LONA 3M 150', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20877, 7705, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20878, 7706, 3858, '73058655', 'FLIPON 1X30A BH', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20879, 7706, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20880, 7707, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20881, 7708, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20882, 7709, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20883, 7710, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20884, 7711, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20885, 7712, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20886, 7713, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20887, 7713, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20888, 7713, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20889, 7714, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20890, 7715, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20891, 7716, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20892, 7717, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20893, 7718, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20894, 7719, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20895, 7720, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20896, 7720, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20897, 7721, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', 'standard', NULL, '22.0000', '22.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '22.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20898, 7721, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', 'standard', NULL, '41.0000', '41.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '41.0000', '', '41.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20899, 7722, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20900, 7722, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20901, 7723, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20902, 7724, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20903, 7725, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20904, 7726, 3861, '7441109000554', 'PLACA DOBLE SWITCH EAGLE', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20905, 7726, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '24.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20906, 7726, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20907, 7727, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20908, 7727, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20909, 7728, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20910, 7729, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20911, 7730, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20912, 7731, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20913, 7731, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20914, 7732, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20915, 7732, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20916, 7732, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20917, 7733, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20918, 7733, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20919, 7733, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20920, 7733, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20921, 7734, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20922, 7735, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20923, 7736, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20924, 7737, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20925, 7738, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20926, 7738, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20927, 7739, 3819, '012800180936', 'BATERIA RAYOVAC AA', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20928, 7740, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20929, 7740, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20930, 7741, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20931, 7742, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20934, 7744, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20935, 7744, 3853, '7401002477002', 'REFRESCO DE FRUTA YAYO', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20936, 7744, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20937, 7745, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '7.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20938, 7745, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20939, 7746, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20940, 7747, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20941, 7748, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20942, 7749, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20943, 7749, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20944, 7750, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20945, 7750, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20946, 7750, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20947, 7751, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20948, 7752, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20949, 7753, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20950, 7754, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20951, 7754, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20952, 7755, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20953, 7756, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20954, 7756, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20955, 7757, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20956, 7757, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20957, 7757, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20958, 7757, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20959, 7758, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20960, 7759, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20961, 7760, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20962, 7760, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20963, 7761, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20964, 7761, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20965, 7762, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20966, 7762, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20967, 7763, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20968, 7763, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20969, 7763, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20970, 7764, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20971, 7764, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20972, 7765, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20973, 7765, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20974, 7765, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20975, 7765, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20976, 7766, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20977, 7766, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20978, 7766, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20979, 7766, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20980, 7766, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20981, 7766, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20982, 7766, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20983, 7766, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20984, 7766, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20985, 7766, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20986, 7766, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20987, 7766, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20988, 7766, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20989, 7766, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '5.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20990, 7766, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20991, 7766, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20992, 7766, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20993, 7766, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20994, 7766, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20995, 7766, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20996, 7766, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20997, 7767, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20998, 7767, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20999, 7767, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21000, 7768, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21001, 7768, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21002, 7769, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21003, 7769, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21004, 7769, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21005, 7769, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21006, 7769, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21007, 7770, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21008, 7771, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '29.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21009, 7772, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21010, 7773, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21011, 7774, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21012, 7774, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21013, 7774, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21014, 7775, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21015, 7775, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21016, 7775, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21017, 7775, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21018, 7775, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21019, 7776, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21020, 7777, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21021, 7777, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21022, 7778, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21023, 7779, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21024, 7779, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21025, 7779, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21026, 7779, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21027, 7780, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21028, 7781, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21029, 7782, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21030, 7783, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21031, 7784, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21032, 7784, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21033, 7785, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21034, 7785, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21035, 7786, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21036, 7786, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21037, 7786, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21038, 7786, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21039, 7786, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21040, 7786, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21041, 7786, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21042, 7787, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21043, 7787, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21044, 7787, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21045, 7788, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21046, 7788, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21047, 7788, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21048, 7789, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21049, 7789, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21050, 7790, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21051, 7790, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21052, 7790, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21053, 7790, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21054, 7790, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21055, 7791, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21056, 7791, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21057, 7791, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21058, 7792, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21059, 7792, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21060, 7792, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21061, 7793, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21062, 7793, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21063, 7793, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21064, 7793, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21065, 7794, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21066, 7794, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21067, 7794, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21068, 7794, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21069, 7794, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21070, 7795, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21071, 7795, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21072, 7796, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21073, 7796, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21074, 7797, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21075, 7797, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21076, 7798, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21077, 7798, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21078, 7798, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21079, 7798, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21080, 7798, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21081, 7799, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21082, 7799, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21083, 7799, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21084, 7799, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21085, 7799, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21086, 7799, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21087, 7799, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21088, 7800, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21089, 7800, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21090, 7800, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21091, 7800, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21092, 7800, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21093, 7801, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21094, 7801, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21095, 7801, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21096, 7802, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21097, 7802, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21099, 7804, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21100, 7804, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21101, 7804, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21102, 7804, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21103, 7805, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21104, 7805, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21105, 7805, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21106, 7805, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21107, 7805, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '18.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21108, 7806, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21109, 7806, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21110, 7806, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21111, 7807, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21112, 7807, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21113, 7807, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21114, 7807, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21115, 7807, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21116, 7807, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21117, 7808, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21118, 7809, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21119, 7809, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21120, 7810, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21121, 7811, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21122, 7812, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21123, 7812, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21124, 7813, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21125, 7814, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21126, 7815, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21127, 7816, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21128, 7817, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21129, 7817, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21130, 7818, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21131, 7819, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21132, 7820, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21133, 7821, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21134, 7822, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21135, 7823, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21136, 7824, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21137, 7825, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21138, 7825, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21139, 7825, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21140, 7825, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21141, 7825, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21142, 7825, 3620, '011415218604', 'TABCIN GRIPE Y TOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21143, 7825, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21144, 7826, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21145, 7826, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21146, 7827, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21147, 7827, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21148, 7827, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21149, 7827, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21150, 7828, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21151, 7828, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21152, 7828, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21153, 7829, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21154, 7829, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21155, 7829, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21156, 7829, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21157, 7829, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21158, 7829, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21159, 7830, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21160, 7831, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21161, 7832, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21162, 7832, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21163, 7833, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21164, 7833, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21165, 7833, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21166, 7834, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21167, 7834, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21168, 7834, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21169, 7835, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21170, 7836, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21171, 7836, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21172, 7837, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21173, 7837, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21174, 7838, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21175, 7839, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21176, 7839, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21177, 7840, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21178, 7840, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21179, 7840, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21180, 7840, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21181, 7841, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21182, 7841, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21183, 7842, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21184, 7843, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21185, 7843, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21186, 7843, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21187, 7843, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21188, 7844, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21189, 7845, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21190, 7845, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21191, 7846, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21192, 7846, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21193, 7847, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21194, 7848, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21195, 7849, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21196, 7849, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21197, 7849, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21198, 7849, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21199, 7850, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21200, 7851, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21201, 7851, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21202, 7852, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21203, 7852, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21204, 7852, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21205, 7852, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21206, 7853, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21207, 7853, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21208, 7853, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21209, 7854, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21210, 7854, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21211, 7855, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21212, 7856, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21213, 7856, 3746, '740100710358', 'BEBIBA COLORS 3.5% ALCOHOL', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21214, 7857, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21215, 7857, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21216, 7858, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21217, 7858, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21218, 7858, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21219, 7858, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21220, 7858, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21221, 7859, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21222, 7860, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21223, 7861, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21224, 7861, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21225, 7862, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21226, 7862, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21227, 7862, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21228, 7863, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21229, 7863, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21230, 7863, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21231, 7863, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21232, 7864, 3883, '94427574', 'MANGUERA TRANSPARENTE DE 100 PIES PARA JARDIN \\\"MULTITUBO\\\"', 'standard', NULL, '145.0000', '145.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '145.0000', '', '145.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21233, 7864, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21234, 7864, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', 'standard', NULL, '2.2500', '2.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.2500', '', '2.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21235, 7865, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21236, 7866, 3795, '7506240651826', 'MARTILLO TUBULAR PRETUL DE 16 ONZ.', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21237, 7867, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21238, 7868, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21239, 7868, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21240, 7868, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21241, 7869, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21242, 7869, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21243, 7869, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21244, 7869, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21245, 7870, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21246, 7870, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21247, 7871, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21248, 7871, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21249, 7872, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21250, 7873, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21251, 7874, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21252, 7875, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21253, 7875, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21254, 7876, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21255, 7877, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21256, 7877, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21257, 7878, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21258, 7879, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21259, 7880, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21260, 7881, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21261, 7882, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21262, 7882, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21263, 7883, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21264, 7884, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21265, 7884, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21266, 7884, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21267, 7885, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', 'standard', NULL, '0.7500', '0.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '0.7500', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21268, 7886, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21269, 7887, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '5.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21270, 7887, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21271, 7887, 2479, '7501206659526', 'ABRAZADERA VOLTECH D 1/2 X BOLSA', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21272, 7888, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21273, 7889, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21274, 7889, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21275, 7889, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21276, 7889, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21277, 7890, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21278, 7890, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21279, 7891, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21280, 7892, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21281, 7893, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21282, 7893, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21283, 7893, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21284, 7894, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21285, 7894, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21286, 7894, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21287, 7895, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21288, 7895, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21289, 7895, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21290, 7896, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21291, 7897, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21292, 7897, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21293, 7897, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21294, 7898, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21295, 7899, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21296, 7899, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21297, 7900, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '47.0000', '47.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '47.0000', '', '47.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21298, 7900, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21299, 7900, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21300, 7900, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21301, 7900, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21302, 7900, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '40.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21303, 7900, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 'standard', NULL, '45.0000', '45.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '180.0000', '', '45.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21304, 7901, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21305, 7902, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21306, 7902, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21307, 7902, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21308, 7902, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21309, 7902, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21310, 7902, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21311, 7903, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21312, 7903, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21313, 7904, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21314, 7904, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21315, 7904, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21316, 7904, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21317, 7905, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21318, 7905, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21319, 7905, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21320, 7905, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21321, 7906, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21322, 7906, 2956, '28571000687', 'LA SIRENA PICA PICA PEQ    .', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21323, 7906, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21324, 7906, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21325, 7906, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21326, 7906, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21327, 7906, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21328, 7907, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '4.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21329, 7908, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21330, 7909, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21331, 7910, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21332, 7910, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21333, 7910, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21334, 7911, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21335, 7911, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21336, 7911, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21337, 7911, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21338, 7911, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21339, 7912, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21340, 7913, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21341, 7914, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21342, 7915, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21343, 7916, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21344, 7917, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21345, 7917, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21346, 7917, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21347, 7918, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21348, 7919, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21349, 7919, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21350, 7920, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21351, 7920, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21352, 7920, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21353, 7921, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21354, 7922, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21355, 7923, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21356, 7924, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21357, 7925, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21358, 7926, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21359, 7927, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21360, 7928, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21361, 7929, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21362, 7930, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21363, 7931, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21364, 7932, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21365, 7933, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21366, 7934, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21367, 7935, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21368, 7935, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21369, 7936, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21370, 7936, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21371, 7937, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21372, 7937, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21373, 7937, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21374, 7937, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21375, 7938, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21376, 7939, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21377, 7940, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21378, 7940, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21379, 7941, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21380, 7942, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21381, 7943, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21382, 7944, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21383, 7945, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21384, 7945, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21385, 7945, 2553, '4711678072546', 'BORRADOR CANDY', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21386, 7946, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21387, 7946, 2659, '721282301295', 'CHETOS 190G  .', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21388, 7946, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21389, 7947, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21390, 7947, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21391, 7948, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21392, 7948, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21393, 7949, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21394, 7949, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21395, 7950, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21396, 7951, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21397, 7951, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21398, 7952, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21399, 7953, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21400, 7953, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21401, 7954, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21402, 7954, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21403, 7955, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21404, 7955, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21405, 7955, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21406, 7955, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21407, 7955, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21408, 7956, 3328, 'VBLPVC04', 'VALVULA BOLA LISA PVC 3/4', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21409, 7957, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21410, 7957, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21411, 7957, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21412, 7958, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21413, 7958, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21414, 7958, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21415, 7959, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21416, 7959, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21417, 7959, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21418, 7959, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21419, 7959, 3233, '7501199465104', 'TANGIT 125 ML', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21420, 7959, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21421, 7960, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21422, 7960, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21423, 7960, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '200.0000', '200.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21424, 7960, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21425, 7960, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21426, 7960, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21427, 7961, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21428, 7961, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21429, 7961, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21430, 7962, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21431, 7963, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21432, 7963, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21433, 7963, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21434, 7964, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21435, 7964, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21436, 7965, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21437, 7966, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21438, 7966, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21439, 7966, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21440, 7967, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21441, 7968, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21442, 7969, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21443, 7970, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21444, 7971, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21445, 7971, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21446, 7971, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21447, 7971, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21448, 7972, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21449, 7973, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21450, 7973, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21451, 7973, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21452, 7974, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21453, 7975, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21454, 7976, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21455, 7977, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21456, 7977, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21457, 7978, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21458, 7978, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21459, 7979, 3609, '8699873000471', 'CHOCOLATE FLASH', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21460, 7979, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21461, 7980, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21462, 7980, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21463, 7981, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21464, 7981, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21465, 7981, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21466, 7982, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21467, 7983, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21468, 7984, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21469, 7985, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21470, 7986, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21471, 7987, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21472, 7987, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21473, 7988, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21474, 7989, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21475, 7989, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21476, 7990, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21477, 7990, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21478, 7990, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21479, 7991, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21480, 7991, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21481, 7992, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21482, 7993, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21483, 7994, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21484, 7995, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21485, 7996, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21486, 7997, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21487, 7998, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21488, 7999, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21489, 8000, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21490, 8000, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21491, 8001, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21492, 8001, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21493, 8001, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21494, 8002, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21495, 8003, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21496, 8003, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21497, 8003, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21498, 8004, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21499, 8005, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21500, 8006, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21501, 8007, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21502, 8008, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21503, 8008, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21504, 8008, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21505, 8009, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21506, 8010, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21507, 8010, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21508, 8010, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21509, 8010, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21510, 8011, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21511, 8011, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21512, 8011, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21513, 8012, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21514, 8013, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21515, 8014, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21516, 8015, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21517, 8015, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21518, 8015, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21519, 8016, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21520, 8017, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21521, 8018, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21522, 8018, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21523, 8018, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21524, 8019, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21525, 8019, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21526, 8020, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21527, 8020, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21528, 8020, 2639, '759364010087', 'CEPILLO DE DIENTES K-DENT', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21529, 8020, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21530, 8020, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21531, 8020, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21532, 8020, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21533, 8021, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21534, 8022, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21535, 8023, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21536, 8023, 3171, 'pvc00124', 'REDUCIDOR 1 1/2-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21537, 8024, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21538, 8025, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21539, 8025, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21540, 8026, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21541, 8026, 3826, '75089464235', 'JABON AVENA VENZA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21542, 8026, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21543, 8027, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21544, 8027, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21545, 8027, 2812, '7501206652367', 'DISCO DIAMANTE RIN CONTINUO 4 1/2 TRUPER', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21546, 8028, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21547, 8029, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21548, 8029, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21549, 8029, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21550, 8030, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21551, 8030, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21552, 8031, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', 'standard', NULL, '0.7500', '0.7500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '0.7500', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21553, 8031, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21554, 8032, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21555, 8033, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21556, 8034, 3872, '6925582168839', 'BROCHA DE 4\\\" TOTAL', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21557, 8035, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21558, 8036, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21559, 8037, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '0.5000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21560, 8037, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21561, 8037, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21562, 8038, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21563, 8038, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21564, 8038, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21565, 8038, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21566, 8038, 3632, '00067547', 'GLOBOS PAYASO UNIDAD', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21567, 8039, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21568, 8040, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21569, 8040, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21570, 8041, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21571, 8041, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21572, 8042, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21573, 8043, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21574, 8044, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21575, 8045, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21576, 8046, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21577, 8046, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21578, 8046, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21579, 8047, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21580, 8048, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21581, 8048, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21582, 8049, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21583, 8049, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21584, 8050, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21585, 8051, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21586, 8052, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21587, 8053, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21588, 8054, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21589, 8055, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21590, 8055, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21591, 8056, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21592, 8056, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21593, 8056, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21594, 8056, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21595, 8056, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21596, 8056, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21597, 8056, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21598, 8057, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21599, 8058, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21600, 8058, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21601, 8059, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21602, 8060, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21603, 8061, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21604, 8062, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21605, 8063, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21606, 8064, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21607, 8064, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21608, 8065, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21609, 8065, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21610, 8065, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21611, 8065, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21612, 8065, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21613, 8066, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21614, 8067, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21615, 8068, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '15.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21616, 8068, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21617, 8069, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21618, 8069, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21619, 8070, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21620, 8070, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21621, 8071, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21622, 8072, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21623, 8072, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21624, 8072, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21625, 8073, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21626, 8074, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21627, 8075, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21628, 8076, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21629, 8076, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21630, 8076, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21631, 8077, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21632, 8078, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '1.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21633, 8079, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21634, 8080, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21635, 8080, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21636, 8080, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21637, 8081, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21638, 8081, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21639, 8082, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21640, 8082, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21641, 8082, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21642, 8083, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21643, 8084, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21644, 8085, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21645, 8086, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21646, 8087, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21647, 8088, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21648, 8089, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21649, 8089, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21650, 8090, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21651, 8091, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21652, 8092, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21653, 8093, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21654, 8094, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21655, 8094, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21656, 8095, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21657, 8095, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21658, 8095, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21660, 8097, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21661, 8098, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21662, 8099, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21663, 8100, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21664, 8101, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21665, 8102, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21666, 8102, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21667, 8102, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21668, 8103, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21669, 8104, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21670, 8104, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21671, 8105, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21672, 8106, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21673, 8106, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21674, 8107, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21675, 8107, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21676, 8107, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21677, 8108, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21678, 8108, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21679, 8109, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21680, 8110, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21681, 8111, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21682, 8111, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21683, 8112, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21684, 8112, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21685, 8113, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21686, 8113, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21687, 8113, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21688, 8114, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21689, 8115, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21690, 8116, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21691, 8117, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21692, 8117, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21693, 8117, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21694, 8118, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21695, 8119, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21696, 8120, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21697, 8121, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21698, 8121, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21699, 8121, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21700, 8121, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21701, 8121, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21702, 8121, 2659, '721282301295', 'CHETOS 190G  .', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21703, 8121, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21704, 8121, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21705, 8122, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21706, 8123, 2969, '7750057006533', 'LIJA DE LONA 3M 150', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21707, 8123, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '69.0000', '', '23.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21708, 8123, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21709, 8123, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '3.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21710, 8123, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21711, 8123, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21712, 8123, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21713, 8124, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21714, 8124, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21715, 8124, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21716, 8124, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21717, 8124, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21718, 8124, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21719, 8125, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21720, 8125, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21721, 8126, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21722, 8127, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21723, 8128, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21724, 8129, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21725, 8130, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21726, 8130, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21727, 8130, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21728, 8131, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21729, 8131, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21730, 8131, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21731, 8132, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21732, 8132, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21733, 8133, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21734, 8134, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21735, 8134, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21736, 8135, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21737, 8135, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21738, 8135, 3855, '051141286730', 'DISCO DE CORTE DE 4 1/2 3M', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 5, 'UNIDAD', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21739, 8135, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21740, 8136, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21741, 8136, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21742, 8136, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21743, 8137, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21744, 8137, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21745, 8137, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21746, 8137, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21747, 8137, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21748, 8137, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21749, 8138, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21750, 8138, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21751, 8138, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21752, 8138, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21753, 8138, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21754, 8138, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21755, 8138, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21756, 8139, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21757, 8139, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21758, 8139, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21759, 8139, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21760, 8140, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21761, 8140, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21762, 8140, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '75.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.2500', '', '0.7500', NULL, 1, 'PZA', '75.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21763, 8140, 2817, '885911137508', 'DISCO P/C/METAL 9 DEWALT', 'standard', NULL, '29.0000', '29.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '116.0000', '', '29.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21764, 8140, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '35.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21765, 8141, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21766, 8141, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21767, 8141, 3617, '769041010170', 'YODOCLORINA TABLETAS', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21768, 8141, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21769, 8141, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21770, 8141, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21771, 8142, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21772, 8142, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21773, 8142, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21774, 8143, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21775, 8144, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21776, 8145, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21777, 8145, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21778, 8145, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21779, 8146, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21780, 8147, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21781, 8148, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21782, 8148, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21783, 8148, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21784, 8149, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21785, 8149, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21786, 8149, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21787, 8150, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21788, 8150, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21789, 8150, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21790, 8150, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21791, 8151, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21792, 8151, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21793, 8151, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21794, 8152, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21795, 8152, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21796, 8152, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21797, 8153, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21798, 8153, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21799, 8153, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21800, 8154, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21801, 8154, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21802, 8154, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21803, 8155, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21804, 8155, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21805, 8156, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21806, 8156, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21807, 8156, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21808, 8156, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21809, 8157, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21810, 8157, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21811, 8157, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21812, 8158, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21813, 8158, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21814, 8158, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21815, 8158, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21816, 8159, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21817, 8159, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21818, 8159, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21819, 8160, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21820, 8160, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21821, 8160, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21822, 8161, 3102, '7506181323134', 'PLAFONERA BTICINO', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21823, 8161, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21824, 8161, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21825, 8161, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21826, 8162, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21827, 8162, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21828, 8163, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21829, 8163, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21830, 8163, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21831, 8163, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21832, 8164, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21833, 8164, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21834, 8164, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21835, 8164, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21836, 8165, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21837, 8165, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21838, 8165, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21839, 8166, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21840, 8166, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21841, 8166, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21842, 8166, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21843, 8166, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21844, 8167, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21845, 8167, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21846, 8167, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21847, 8167, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21848, 8167, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21849, 8168, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21850, 8168, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21851, 8168, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21852, 8168, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21853, 8169, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21854, 8169, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21855, 8169, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21856, 8169, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21857, 8169, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21858, 8169, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21859, 8170, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21860, 8170, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21861, 8170, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21862, 8170, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21863, 8170, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21864, 8171, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21865, 8171, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21866, 8171, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21867, 8172, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21868, 8173, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21869, 8174, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21870, 8175, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21871, 8176, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21872, 8177, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21873, 8178, 3479, '7401090802476', 'HELADO PALETA CORAZON', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21874, 8179, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21875, 8180, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21876, 8181, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21877, 8182, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21878, 8183, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21879, 8184, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21880, 8185, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21881, 8186, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21882, 8186, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', 'standard', NULL, '185.0000', '185.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '185.0000', '', '185.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21883, 8186, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21884, 8186, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '8.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21885, 8187, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21886, 8188, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21887, 8189, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21888, 8189, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21889, 8190, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21890, 8191, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21891, 8192, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21892, 8192, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21893, 8192, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21894, 8192, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21895, 8192, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21896, 8192, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21897, 8193, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21898, 8194, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21899, 8194, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21900, 8194, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21901, 8194, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21902, 8195, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21903, 8195, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21904, 8195, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21905, 8195, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21906, 8196, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21907, 8197, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21908, 8197, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21909, 8198, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21910, 8198, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21911, 8198, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21912, 8198, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21913, 8199, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21914, 8199, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21915, 8199, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21916, 8199, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21917, 8199, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21918, 8199, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21919, 8200, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21920, 8200, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21921, 8200, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21922, 8200, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21923, 8200, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21924, 8200, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21925, 8200, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21926, 8201, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21927, 8202, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21928, 8202, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21929, 8202, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21930, 8203, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21931, 8203, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21932, 8203, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21933, 8203, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21934, 8203, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21935, 8204, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21936, 8204, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21937, 8204, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21938, 8205, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21939, 8206, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21940, 8206, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21941, 8206, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21942, 8206, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21943, 8207, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21944, 8207, 3484, '721282302926', 'PIKARONES FAMILIAR', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21945, 8207, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21946, 8208, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21947, 8208, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21948, 8208, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21949, 8208, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21950, 8208, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21951, 8208, 3833, '7501206697184', 'VALVULA DE ESFERA DE PVC DE 1\\\" FOSET', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21952, 8208, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21953, 8208, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21954, 8209, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21955, 8210, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21956, 8211, 3224, '783164208306', 'TABLERO MONO FASICO GENERAL 4 CIRCUITOS 125 AMP', 'standard', NULL, '285.0000', '285.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '285.0000', '', '285.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21957, 8212, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21958, 8213, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21959, 8214, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21960, 8215, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21961, 8216, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21962, 8217, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21963, 8218, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21964, 8218, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21965, 8218, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21966, 8219, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21967, 8219, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21968, 8220, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21969, 8221, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21970, 8222, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21971, 8223, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21972, 8224, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21973, 8224, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21974, 8225, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21975, 8225, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21976, 8226, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21977, 8226, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21978, 8227, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21979, 8228, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21980, 8229, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21981, 8229, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21982, 8230, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21983, 8230, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21984, 8231, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21985, 8232, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21986, 8233, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21987, 8234, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21988, 8234, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21989, 8235, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21990, 8236, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21991, 8236, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21992, 8237, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21993, 8238, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21994, 8238, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21995, 8238, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21996, 8238, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21997, 8239, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21998, 8239, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21999, 8240, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22000, 8240, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22001, 8241, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22002, 8241, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22003, 8241, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22004, 8242, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22005, 8243, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22006, 8244, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22007, 8245, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22008, 8245, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '60.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22009, 8245, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22010, 8246, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22011, 8247, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22012, 8247, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22013, 8248, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22014, 8248, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22015, 8248, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22016, 8248, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22017, 8248, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22018, 8248, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22019, 8248, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22020, 8249, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22021, 8249, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22022, 8249, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22023, 8249, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22024, 8249, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22025, 8250, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22026, 8250, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22027, 8250, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22028, 8250, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22029, 8251, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22030, 8252, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22031, 8252, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22032, 8252, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22033, 8253, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22034, 8254, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22035, 8255, 3582, '6933528732167', 'CEPILLO MGO. MADERA 5 FILAS TOLSEN 32063 ', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22036, 8256, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22037, 8257, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22038, 8257, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22039, 8258, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22040, 8259, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22041, 8260, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22042, 8261, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22043, 8262, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22044, 8263, 3293, '102256', 'TORNILLO NEGRO PARA TABLA YESO 2 1/2 \\\" ', 'standard', NULL, '0.5000', '0.5000', '50.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '0.5000', NULL, 1, 'PZA', '50.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22045, 8263, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22046, 8264, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22047, 8265, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22048, 8266, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22049, 8266, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22050, 8267, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22051, 8267, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22052, 8268, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22053, 8269, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22054, 8270, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22055, 8270, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22056, 8271, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22057, 8272, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22058, 8273, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22059, 8274, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22060, 8275, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22061, 8275, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22062, 8276, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22063, 8277, 3862, '7441109000493', 'PLACA SWITCH COMBIANDO EAGLE', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22064, 8278, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22065, 8279, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22066, 8279, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22067, 8279, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22068, 8279, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22069, 8279, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22070, 8279, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22071, 8280, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22072, 8280, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22073, 8280, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22074, 8281, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22075, 8282, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22076, 8282, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22077, 8282, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22078, 8283, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22079, 8284, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22080, 8285, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22081, 8286, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22082, 8286, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22083, 8286, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22084, 8286, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22085, 8287, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22086, 8287, 2801, '74110003822820', 'DETERGENTE XEDEX 1KG', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22087, 8287, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22088, 8287, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22089, 8287, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22090, 8288, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22091, 8289, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22092, 8289, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22093, 8289, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22094, 8290, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22095, 8291, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22096, 8291, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22097, 8291, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22098, 8291, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22099, 8292, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22100, 8292, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22101, 8292, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22102, 8293, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22103, 8294, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22104, 8294, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22105, 8295, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22106, 8295, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22107, 8296, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22108, 8297, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22109, 8297, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22110, 8297, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22111, 8297, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22112, 8298, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22113, 8299, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '4.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22114, 8299, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22115, 8300, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22116, 8301, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22117, 8302, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22118, 8303, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22119, 8304, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22120, 8305, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22121, 8305, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22122, 8306, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22123, 8307, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22124, 8308, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22125, 8309, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22126, 8310, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22127, 8311, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22128, 8311, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22129, 8312, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22130, 8313, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22131, 8313, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22132, 8313, 2934, '7401090802537', 'HELADO TIPO CASERO', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22133, 8313, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22134, 8313, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22135, 8314, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22136, 8315, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22137, 8316, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22138, 8316, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22139, 8317, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22140, 8318, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22141, 8319, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22142, 8320, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22143, 8321, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22144, 8322, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22145, 8322, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22146, 8323, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22147, 8324, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22148, 8325, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22149, 8325, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22150, 8325, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22151, 8326, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22152, 8326, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22153, 8326, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22154, 8327, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22155, 8328, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22156, 8329, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22157, 8329, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22158, 8330, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22159, 8330, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '10.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22160, 8331, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22161, 8332, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22162, 8333, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22163, 8334, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22164, 8335, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22165, 8336, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22166, 8337, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22167, 8338, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22168, 8339, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22169, 8339, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22170, 8339, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22171, 8340, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22172, 8340, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22173, 8341, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22174, 8342, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22175, 8342, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22176, 8342, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22177, 8343, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22178, 8343, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22179, 8343, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22180, 8344, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22181, 8344, 3877, '850519515320', 'GALON ACEITE SUPER 15W-40 FG-2000', 'standard', NULL, '185.0000', '185.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '185.0000', '', '185.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22182, 8345, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22183, 8345, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22184, 8345, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22185, 8346, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22186, 8346, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22187, 8346, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22188, 8346, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22189, 8346, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22190, 8347, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22191, 8348, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22192, 8349, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22193, 8349, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22194, 8349, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22195, 8349, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22196, 8350, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22197, 8351, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22198, 8351, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22199, 8351, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22200, 8351, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22201, 8351, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22202, 8351, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22203, 8352, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22204, 8352, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22205, 8352, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22206, 8353, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22207, 8353, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22208, 8353, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22209, 8353, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22210, 8353, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22211, 8353, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22212, 8354, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22213, 8354, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22214, 8355, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22215, 8355, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22216, 8355, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22217, 8355, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22218, 8355, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22219, 8356, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22220, 8357, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22221, 8358, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22222, 8359, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22223, 8360, 3529, '6925582194043', 'PLANCHA C/ESPONJA ASPERA MANGO PLASTICO TOTAL', 'standard', NULL, '43.0000', '43.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '43.0000', '', '43.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22224, 8361, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22225, 8362, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22226, 8363, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22227, 8364, 2995, '502243003', 'LLAVE DE GLOBO 1/2\" BRONCO', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22228, 8364, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22229, 8364, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22230, 8365, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22231, 8366, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22232, 8366, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22233, 8367, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22234, 8368, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22235, 8368, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22236, 8369, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22237, 8369, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22238, 8370, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22239, 8371, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22240, 8371, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22241, 8372, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22242, 8373, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22243, 8373, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22244, 8374, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22245, 8374, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22246, 8375, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22247, 8376, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22248, 8376, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22249, 8376, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22250, 8377, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22251, 8378, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22252, 8379, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22253, 8380, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22254, 8381, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22255, 8381, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22256, 8381, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22257, 8381, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22258, 8382, 3479, '7401090802476', 'HELADO PALETA CORAZON', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22259, 8382, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22260, 8382, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22261, 8383, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22262, 8383, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22263, 8383, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22264, 8384, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22265, 8385, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22266, 8386, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22267, 8386, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22268, 8387, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22269, 8387, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '24.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22270, 8388, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22271, 8388, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22272, 8388, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22273, 8388, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22274, 8389, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22275, 8389, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22276, 8390, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22277, 8390, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22278, 8390, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22279, 8390, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22280, 8390, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22281, 8391, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22282, 8392, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22283, 8392, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22284, 8393, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22285, 8394, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22286, 8395, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22287, 8395, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22288, 8395, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22289, 8396, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22290, 8397, 2544, '7401092018981', 'BOMBILLA ESPIRAL 45W LUXLITE', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22291, 8398, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22292, 8398, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22293, 8398, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22294, 8399, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '25.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22295, 8399, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22296, 8399, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22297, 8399, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22298, 8400, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22299, 8400, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22300, 8400, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22301, 8400, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22302, 8400, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '88.0000', '', '8.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22303, 8401, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22304, 8401, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22305, 8401, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22306, 8401, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22307, 8401, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22308, 8402, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22309, 8402, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22310, 8403, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22311, 8404, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22312, 8404, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22313, 8404, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22314, 8405, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22315, 8405, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22316, 8405, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22317, 8406, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22318, 8406, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22319, 8406, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22320, 8406, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22321, 8407, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22322, 8408, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22323, 8408, 3648, '98215882', 'CAJETILLA DE CIGARRO MARLBORO FOREST FUSION', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22324, 8408, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22325, 8408, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22326, 8409, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22327, 8409, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22328, 8409, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22329, 8409, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22330, 8410, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22331, 8410, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22332, 8410, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22333, 8410, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22334, 8411, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22335, 8412, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22336, 8412, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22337, 8412, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22338, 8413, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22339, 8414, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22340, 8415, 3891, '6933528740599', 'BROCHA MANGO DE MADERA DE 1 TOLSEN 40121', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22341, 8415, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '200.0000', '200.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22342, 8415, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22343, 8415, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22344, 8416, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22345, 8417, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '195.0000', '', '15.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22346, 8418, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22347, 8419, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22348, 8420, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '7.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22349, 8421, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22350, 8422, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22351, 8422, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22352, 8422, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22353, 8423, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22354, 8423, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22355, 8424, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22356, 8424, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22357, 8425, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22358, 8425, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22359, 8426, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22360, 8427, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22361, 8427, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22362, 8428, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22363, 8429, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22364, 8430, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22365, 8430, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22366, 8431, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22367, 8432, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22368, 8433, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22369, 8434, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22370, 8435, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22371, 8435, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22372, 8436, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22373, 8437, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22374, 8438, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22375, 8439, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22376, 8440, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22377, 8440, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22378, 8441, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '15.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22379, 8442, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22380, 8442, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22381, 8443, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22382, 8444, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22383, 8445, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22384, 8445, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22385, 8446, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22386, 8446, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22387, 8447, 3257, 'PVC00186', 'TEE 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22388, 8447, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22389, 8447, 3243, 'PVC00158', 'TAPON H 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22390, 8447, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22391, 8447, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22392, 8448, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22393, 8449, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22394, 8449, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22395, 8450, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22396, 8451, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22397, 8452, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22398, 8452, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22399, 8453, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22400, 8454, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '2.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22401, 8454, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22402, 8455, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22403, 8455, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22404, 8456, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22405, 8457, 2853, 'FER000151', 'ESPONJA PEQUEÑA PARA REPELLO', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22406, 8458, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22407, 8459, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22408, 8460, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22409, 8460, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22410, 8461, 3098, '7702089161940', 'PLACA TOMACORRIENTE BTICINO DOBLE AP1228', 'standard', NULL, '33.0000', '33.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '33.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22411, 8462, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22412, 8463, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22413, 8464, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22414, 8465, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22415, 8466, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22416, 8466, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22417, 8467, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22418, 8467, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22419, 8468, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22420, 8469, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22421, 8469, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22422, 8470, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22423, 8471, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22424, 8471, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22425, 8471, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22426, 8472, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22427, 8473, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22428, 8473, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22429, 8474, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22430, 8475, 3902, '7401000710969', 'MICHELADA LATA 472 ML', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22431, 8476, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22432, 8477, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22433, 8477, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22434, 8477, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22435, 8477, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22436, 8477, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22437, 8477, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22438, 8477, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22439, 8478, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22440, 8478, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22441, 8478, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22442, 8478, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22443, 8479, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22444, 8479, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22445, 8480, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22446, 8481, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22447, 8482, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22448, 8482, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22449, 8483, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22450, 8484, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22451, 8484, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22452, 8484, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22453, 8485, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22454, 8486, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22455, 8486, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22456, 8486, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22457, 8487, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22458, 8488, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22459, 8488, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22460, 8489, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22461, 8490, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22462, 8491, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22463, 8492, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22464, 8492, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22465, 8493, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22466, 8494, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22467, 8494, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22468, 8494, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22469, 8495, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22470, 8495, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22471, 8496, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22472, 8497, 2806, '7506240624608', 'DISCO CORTE FINO 7\" PRETUL 22346', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22473, 8498, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22474, 8499, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22475, 8500, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22476, 8500, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22477, 8501, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22478, 8502, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22479, 8503, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22480, 8504, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22481, 8505, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22482, 8506, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22483, 8506, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22484, 8507, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22485, 8508, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22486, 8509, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22487, 8510, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22488, 8510, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22489, 8510, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22490, 8511, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22491, 8512, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22492, 8513, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22493, 8514, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22494, 8515, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22495, 8515, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22496, 8516, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22497, 8516, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22498, 8516, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22499, 8516, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22500, 8516, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22501, 8517, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22502, 8518, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22503, 8518, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22504, 8518, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22505, 8519, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '60.0000', '60.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '60.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22506, 8519, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22507, 8519, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22508, 8519, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22509, 8519, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22510, 8519, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22511, 8520, 2964, '102375', 'LIBRA DE PITA COMPLETA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22512, 8520, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22513, 8520, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22514, 8521, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22515, 8521, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22516, 8521, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22517, 8522, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22518, 8522, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22519, 8522, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22520, 8522, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22521, 8523, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22522, 8523, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22523, 8523, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22524, 8524, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22525, 8524, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22526, 8524, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22527, 8524, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22528, 8524, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22529, 8524, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22530, 8525, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22531, 8525, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22532, 8525, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22533, 8526, 3647, '21321810', 'CAJETILLA DE CIGARRO RUBIOS ROJO', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22534, 8526, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22535, 8527, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22536, 8528, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22537, 8529, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22538, 8529, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22539, 8530, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22540, 8530, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22541, 8531, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22542, 8532, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22543, 8532, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22544, 8532, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '23.0000', 1, '0.0000', NULL, '', '0', '0.0000', '184.0000', '', '8.0000', NULL, 1, 'PZA', '23.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22545, 8532, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '225.0000', '', '45.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22546, 8532, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22547, 8533, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22548, 8534, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22549, 8534, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22550, 8534, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22551, 8534, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22552, 8535, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22553, 8535, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22554, 8536, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22555, 8537, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22556, 8537, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22557, 8538, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22558, 8539, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22559, 8540, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22560, 8541, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22561, 8541, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22562, 8542, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22563, 8543, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22564, 8544, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22565, 8544, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22566, 8545, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22567, 8546, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22568, 8547, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22569, 8547, 3886, '4001000700632', 'CERVEZA CABRO RESERVA ', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22570, 8548, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22571, 8549, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22572, 8550, 3902, '7401000710969', 'MICHELADA LATA 472 ML', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22573, 8551, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22574, 8552, 3487, '6942713108090', 'BROCA DE PALETA 1/2 ALDOSA', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22575, 8553, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22576, 8554, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22577, 8555, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22578, 8555, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22579, 8556, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22580, 8556, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22581, 8557, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '10.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22582, 8558, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22583, 8558, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22584, 8559, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22585, 8560, 3819, '012800180936', 'BATERIA RAYOVAC AA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22586, 8560, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '7.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22587, 8561, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22588, 8562, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22589, 8563, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22590, 8564, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22591, 8564, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22592, 8565, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22593, 8565, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22594, 8566, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22595, 8567, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22596, 8567, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22597, 8567, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22598, 8567, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22599, 8568, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22600, 8568, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22601, 8568, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22602, 8568, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '1.5000', NULL, 5, 'UNIDAD', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22603, 8568, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22604, 8568, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22605, 8568, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22606, 8568, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22607, 8569, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22608, 8570, 3102, '7506181323134', 'PLAFONERA BTICINO', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22609, 8570, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22610, 8571, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22611, 8571, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22612, 8572, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22613, 8573, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22614, 8574, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22615, 8574, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22616, 8575, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22617, 8576, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22618, 8577, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22619, 8577, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22620, 8578, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22621, 8578, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22622, 8578, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22623, 8578, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22624, 8578, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22625, 8578, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22626, 8579, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22627, 8580, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22628, 8580, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22629, 8581, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22630, 8581, 3902, '7401000710969', 'MICHELADA LATA 472 ML', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22631, 8582, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22632, 8582, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22633, 8582, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22634, 8582, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22635, 8582, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22636, 8583, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22637, 8583, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22638, 8583, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22639, 8583, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22640, 8583, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22641, 8584, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22642, 8585, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22643, 8585, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22644, 8586, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22645, 8586, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22646, 8587, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22647, 8587, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22648, 8587, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22649, 8588, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22650, 8588, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22651, 8588, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22652, 8589, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22653, 8590, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22654, 8590, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '8.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22655, 8590, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22656, 8591, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22657, 8591, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22658, 8591, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22659, 8592, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22660, 8593, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22661, 8594, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22662, 8595, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22663, 8596, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22664, 8597, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22665, 8598, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22666, 8599, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22667, 8600, 3528, '6925582160222', 'DISCO DE DIAMANTE SEGMENTADO 4 1/2 TOTAL', 'standard', NULL, '22.0000', '22.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '66.0000', '', '22.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22668, 8601, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22669, 8601, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22670, 8601, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22671, 8602, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22672, 8603, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22673, 8603, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22674, 8604, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22675, 8604, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22676, 8604, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22677, 8604, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22678, 8605, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22679, 8605, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22680, 8606, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22681, 8607, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22682, 8608, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '7.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22683, 8609, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22684, 8609, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22685, 8610, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22686, 8611, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22687, 8612, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22688, 8613, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22689, 8614, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22690, 8614, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22691, 8615, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '2.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22692, 8615, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22693, 8616, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22694, 8617, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22695, 8618, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22696, 8619, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22697, 8620, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22698, 8620, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22699, 8621, 2505, '7401002306542', 'AGUA SALVAVIDA LITRO .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22700, 8622, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22701, 8622, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22702, 8623, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22703, 8623, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22704, 8623, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22705, 8624, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22706, 8625, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22707, 8625, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22708, 8626, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22709, 8627, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22710, 8628, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22711, 8629, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22712, 8629, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22713, 8630, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22714, 8631, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22715, 8631, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22716, 8632, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22717, 8633, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22718, 8633, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22719, 8634, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22720, 8634, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22721, 8634, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22722, 8635, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22723, 8635, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22724, 8636, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22725, 8636, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22726, 8636, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22727, 8637, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22728, 8637, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22729, 8637, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22730, 8637, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22731, 8638, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22732, 8639, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22733, 8640, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22734, 8641, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22735, 8642, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22736, 8643, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22737, 8643, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22738, 8644, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22739, 8644, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22740, 8645, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22741, 8646, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22742, 8647, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22743, 8648, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22744, 8649, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22745, 8649, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22746, 8649, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22747, 8649, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22748, 8650, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22749, 8650, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22750, 8650, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22751, 8651, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22752, 8651, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22753, 8651, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22754, 8651, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22755, 8652, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22756, 8652, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22757, 8652, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22758, 8652, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22759, 8653, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22760, 8653, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22761, 8653, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22762, 8653, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22763, 8653, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22764, 8653, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22765, 8654, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22766, 8654, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22767, 8655, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22768, 8655, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '3.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22769, 8655, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22770, 8655, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22771, 8655, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22772, 8655, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '45.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22773, 8656, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', 'standard', NULL, '28.5000', '28.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '28.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22774, 8656, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22775, 8657, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22776, 8657, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22777, 8658, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22778, 8658, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22779, 8659, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22780, 8660, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22781, 8661, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22782, 8661, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22783, 8661, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22784, 8662, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22785, 8662, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22786, 8662, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22787, 8663, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22788, 8663, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22789, 8663, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22790, 8664, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22791, 8664, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22792, 8664, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22793, 8665, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22794, 8666, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22795, 8667, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22796, 8668, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22797, 8669, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22798, 8670, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22799, 8670, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22800, 8670, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22801, 8670, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22802, 8670, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22803, 8671, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22804, 8672, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22805, 8673, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22806, 8674, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22807, 8674, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22808, 8675, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22809, 8676, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '5.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22810, 8677, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22811, 8677, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22812, 8677, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22813, 8677, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22814, 8678, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22815, 8679, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22816, 8680, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22817, 8680, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22818, 8680, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22819, 8681, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22820, 8681, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22821, 8682, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22822, 8683, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22823, 8683, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22824, 8684, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22825, 8685, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22826, 8685, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22827, 8686, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22828, 8686, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22829, 8687, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22830, 8687, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22831, 8688, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22832, 8689, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22833, 8690, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22834, 8691, 3102, '7506181323134', 'PLAFONERA BTICINO', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22835, 8692, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22836, 8692, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22837, 8692, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22838, 8693, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22839, 8694, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22840, 8695, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22841, 8695, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22842, 8696, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22843, 8696, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22844, 8697, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22845, 8698, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22846, 8699, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22847, 8699, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22848, 8700, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22849, 8700, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22850, 8701, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22851, 8702, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22852, 8703, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22853, 8704, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22854, 8705, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22855, 8706, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22856, 8707, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22857, 8708, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22858, 8709, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22859, 8710, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22860, 8711, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22861, 8711, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22862, 8712, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22863, 8713, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22864, 8713, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22865, 8714, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22866, 8715, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22867, 8715, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22868, 8716, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22869, 8717, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22870, 8717, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22871, 8718, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22872, 8719, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22873, 8719, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22874, 8719, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22875, 8720, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22876, 8721, 3805, '92935690', 'CLAVO 5 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22877, 8721, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22878, 8722, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22879, 8723, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22880, 8724, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22881, 8724, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22882, 8725, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22883, 8726, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22884, 8726, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22885, 8727, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', 'standard', NULL, '0.7500', '0.7500', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '0.7500', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22886, 8728, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22887, 8728, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22888, 8729, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22889, 8730, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22890, 8730, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22891, 8731, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22892, 8732, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '5.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22893, 8732, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22894, 8733, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22895, 8734, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22896, 8735, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22897, 8735, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22898, 8735, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22899, 8736, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22900, 8737, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22901, 8737, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22902, 8738, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22903, 8738, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22904, 8739, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22905, 8739, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22906, 8739, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22907, 8739, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22908, 8739, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22909, 8739, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22910, 8740, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22911, 8741, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22912, 8741, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22913, 8742, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22914, 8743, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22915, 8744, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22916, 8745, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22917, 8746, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22918, 8747, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22919, 8748, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22920, 8749, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22921, 8750, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22922, 8750, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22923, 8751, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22924, 8751, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22925, 8751, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22926, 8752, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22927, 8753, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22928, 8754, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22929, 8755, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22930, 8756, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22931, 8757, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22932, 8758, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22933, 8759, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22934, 8760, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22935, 8760, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22936, 8761, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22937, 8761, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22938, 8762, 3027, '7891040319466', 'MASKING TAPE 1\\\"  3M', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22939, 8762, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22940, 8762, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22941, 8763, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22942, 8763, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22943, 8764, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22944, 8764, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22945, 8764, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22946, 8765, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22947, 8765, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22948, 8765, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22949, 8765, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22950, 8765, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22951, 8765, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22952, 8765, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22953, 8766, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22954, 8767, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22955, 8767, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22956, 8768, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22957, 8768, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22958, 8769, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22959, 8769, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22960, 8770, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22961, 8770, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22962, 8770, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22963, 8770, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22964, 8771, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22965, 8771, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22966, 8771, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22967, 8772, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22968, 8772, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22969, 8773, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22970, 8773, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22971, 8773, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22972, 8773, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22973, 8773, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22974, 8773, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22975, 8774, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22976, 8775, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22977, 8775, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22978, 8776, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22979, 8777, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22980, 8778, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22981, 8778, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22982, 8779, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22983, 8780, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22984, 8780, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22985, 8780, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22986, 8780, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22987, 8781, 3587, '6933528740322', 'SET DE BANDEJA CON RODILLO TOLSEN 40097', 'standard', NULL, '41.0000', '41.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '41.0000', '', '41.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22988, 8781, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22989, 8782, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22990, 8783, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22991, 8784, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22992, 8785, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22993, 8786, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22994, 8787, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22995, 8788, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22996, 8788, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22997, 8789, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22998, 8790, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22999, 8791, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23000, 8792, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23001, 8792, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23002, 8792, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23003, 8792, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23004, 8793, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23005, 8794, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23006, 8795, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23007, 8795, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23008, 8796, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23009, 8797, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23010, 8798, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23011, 8799, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23012, 8800, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23013, 8801, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23014, 8801, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23015, 8802, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23016, 8802, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23017, 8803, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23018, 8804, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23019, 8804, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23020, 8805, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23021, 8806, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23022, 8807, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23023, 8808, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23024, 8809, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23025, 8810, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23026, 8811, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23027, 8812, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23028, 8813, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23029, 8814, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23030, 8815, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23031, 8816, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23032, 8817, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23033, 8817, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23034, 8818, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23035, 8818, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23036, 8818, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23037, 8818, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23038, 8819, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23039, 8819, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23040, 8819, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23041, 8820, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23042, 8820, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23043, 8820, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23044, 8820, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23045, 8820, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23046, 8820, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23047, 8820, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23048, 8821, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23049, 8821, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23050, 8822, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23051, 8823, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23052, 8823, 3083, '7401005903014', 'PEPSI 2 LITROS', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23053, 8823, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23054, 8823, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23055, 8823, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23056, 8824, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23057, 8824, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23058, 8824, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23059, 8824, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23060, 8824, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23061, 8825, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23062, 8826, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23063, 8827, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23064, 8828, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23065, 8828, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23066, 8829, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23067, 8829, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23068, 8829, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23069, 8829, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23070, 8830, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23071, 8831, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23072, 8831, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23073, 8831, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23074, 8831, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23075, 8831, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23076, 8831, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23077, 8831, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23078, 8832, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23079, 8832, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23080, 8832, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23081, 8832, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23082, 8832, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23083, 8832, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23084, 8833, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23085, 8833, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23086, 8833, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23087, 8833, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23088, 8833, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23089, 8833, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23090, 8833, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23091, 8833, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23092, 8833, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23093, 8833, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23094, 8833, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23095, 8833, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23096, 8833, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23097, 8833, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23098, 8833, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23099, 8833, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23100, 8833, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23101, 8833, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23102, 8834, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23103, 8834, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23104, 8835, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23105, 8835, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23106, 8835, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23107, 8835, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23108, 8835, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23109, 8835, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23110, 8835, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23111, 8835, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23112, 8835, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23113, 8835, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '5.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23114, 8835, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23115, 8835, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23116, 8835, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23117, 8836, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23118, 8836, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23119, 8836, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23120, 8836, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23121, 8836, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23122, 8836, 2744, 'GRIF000175', 'CONTRALLAVE CROM. AL PISO 1/2 x 1/2 BOSS', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23123, 8836, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23124, 8836, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23125, 8836, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23126, 8836, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23127, 8836, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23128, 8836, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23129, 8836, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23130, 8836, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23131, 8836, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23132, 8836, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23133, 8836, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23134, 8836, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23135, 8837, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23136, 8837, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23137, 8837, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23138, 8837, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23139, 8837, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23140, 8837, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23141, 8837, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23142, 8837, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23143, 8838, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23144, 8838, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23145, 8838, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23146, 8838, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23147, 8838, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23148, 8838, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23149, 8838, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23150, 8838, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23151, 8838, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23152, 8838, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23153, 8838, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23154, 8838, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23155, 8838, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23156, 8838, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23157, 8838, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23158, 8838, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23159, 8838, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23160, 8839, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23161, 8839, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23162, 8839, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23163, 8839, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23164, 8839, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23165, 8839, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23166, 8839, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23167, 8839, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23168, 8839, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23169, 8839, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23170, 8840, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23171, 8840, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23172, 8840, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23173, 8840, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23174, 8840, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23175, 8840, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23176, 8840, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23177, 8840, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23178, 8840, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23179, 8840, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23180, 8841, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23181, 8841, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23182, 8841, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23183, 8841, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23184, 8841, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23185, 8841, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23186, 8841, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23187, 8841, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23188, 8841, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23189, 8841, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23190, 8841, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23191, 8841, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23192, 8841, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23193, 8842, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23194, 8842, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23195, 8843, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23196, 8844, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23197, 8845, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23198, 8845, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23199, 8845, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23200, 8845, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23201, 8845, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23202, 8846, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23203, 8846, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23204, 8846, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23205, 8846, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23206, 8846, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23207, 8846, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23208, 8846, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23209, 8846, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23210, 8846, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23211, 8846, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23212, 8847, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23213, 8847, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23214, 8847, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23215, 8847, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23216, 8847, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23217, 8847, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23218, 8847, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23219, 8847, 3083, '7401005903014', 'PEPSI 2 LITROS', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23220, 8848, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23221, 8848, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23222, 8848, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23223, 8848, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23224, 8848, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23225, 8848, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23226, 8849, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23227, 8849, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23228, 8849, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '4.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23229, 8849, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23230, 8849, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23231, 8849, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23232, 8849, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23233, 8849, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23234, 8849, 3240, '102290', 'TAPON 1/2 CON ROSCA', 'standard', NULL, '2.7500', '2.7500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.7500', '', '2.7500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23235, 8849, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23236, 8850, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23237, 8850, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23238, 8850, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23239, 8850, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23240, 8850, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23241, 8850, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23242, 8850, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23243, 8850, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23244, 8850, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23245, 8851, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23246, 8851, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23247, 8851, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23248, 8851, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23249, 8851, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23250, 8851, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23251, 8851, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23252, 8851, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23253, 8851, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23254, 8851, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23255, 8852, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23256, 8852, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23257, 8852, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23258, 8853, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23259, 8853, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23260, 8853, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23261, 8853, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23262, 8853, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23263, 8853, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23264, 8854, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '3.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23265, 8854, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23266, 8855, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23267, 8855, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23268, 8855, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23269, 8855, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23270, 8855, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23271, 8856, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23272, 8856, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23273, 8857, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23274, 8857, 3838, '22766335', 'LAPICERO PAPER MATE X UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23275, 8857, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23276, 8857, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23277, 8857, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23278, 8857, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23279, 8858, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23280, 8858, 3338, 'VAPB-2', 'VALVULA PILA 2 BRONCE GLOBO', 'standard', NULL, '75.0000', '75.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '75.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23281, 8858, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '160.0000', '', '40.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23282, 8858, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23283, 8859, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23284, 8859, 3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23285, 8859, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23286, 8859, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23287, 8859, 3157, '10299', 'REPOSADERA 2 P ALUMINIO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23288, 8859, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '135.0000', '', '9.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23289, 8859, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '112.5000', '', '7.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23290, 8859, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23291, 8860, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23292, 8860, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23293, 8860, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '29.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23294, 8860, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23295, 8860, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23296, 8860, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '3.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23297, 8861, 3633, '750894620845', 'ACEITE MAZOLA 700 ML', 'standard', NULL, '21.0000', '21.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '21.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23298, 8861, 3634, '750894620821', 'ACEITE MAZOLA 400 ML', 'standard', NULL, '14.0000', '14.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '14.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23299, 8861, 3636, '7401002902843', 'ARROZ BLANCO ESTRELLA 350 GR', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23300, 8861, 3637, '7401002902676', 'ARROZ PREC. GALLO DORADO 400 GR', 'standard', NULL, '7.5000', '7.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '7.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23301, 8862, 3878, '842071002350', 'GALON DE ACEITE URSA 15W-40 PREMIUN TDX PLUS', 'standard', NULL, '278.0000', '278.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '278.0000', '', '278.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23302, 8863, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23303, 8863, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23304, 8863, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23305, 8863, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23306, 8863, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23307, 8864, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23308, 8864, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23309, 8864, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23310, 8864, 3617, '769041010170', 'YODOCLORINA TABLETAS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23311, 8865, 2720, 'PVC00037', 'CODO 90 GR PVC 2', 'standard', NULL, '19.0000', '19.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.0000', '', '19.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23312, 8865, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '4.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23313, 8865, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23314, 8865, 3137, 'PVC00137', 'REDUCIDOR 2-1', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23315, 8865, 2965, '7750057005260', 'LIJA DE AGUA 120 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23316, 8865, 3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', 'standard', NULL, '21.0000', '21.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '21.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23317, 8865, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23318, 8866, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23319, 8866, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23320, 8866, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23321, 8866, 2492, 'PVC00007', 'ADAPTADOR 2', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23322, 8866, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23323, 8867, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23324, 8867, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23325, 8868, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23326, 8868, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23327, 8868, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23328, 8869, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23329, 8870, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23330, 8870, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23331, 8870, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23332, 8871, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23333, 8871, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23334, 8871, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23335, 8871, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23336, 8872, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23337, 8872, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23338, 8873, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23339, 8873, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23340, 8874, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23341, 8874, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23342, 8874, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23343, 8874, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23344, 8875, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23345, 8875, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23346, 8875, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23347, 8876, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23348, 8877, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23349, 8877, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23350, 8877, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23351, 8878, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23352, 8878, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23353, 8878, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23354, 8878, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23355, 8879, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23356, 8879, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23357, 8879, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23358, 8879, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23359, 8880, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23360, 8880, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23361, 8881, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23362, 8882, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23363, 8882, 2747, 'PVC00069', 'COPLA 1 1/2', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23364, 8882, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23365, 8882, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23366, 8882, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23367, 8883, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23368, 8884, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '1.5000', NULL, 5, 'UNIDAD', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23369, 8885, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23370, 8885, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23371, 8885, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23372, 8886, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23373, 8887, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23374, 8888, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23375, 8888, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23376, 8888, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23377, 8889, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23378, 8890, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23379, 8890, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23380, 8891, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', 'standard', NULL, '2.2500', '2.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.2500', '', '2.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23381, 8892, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '14.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23382, 8893, 3805, '92935690', 'CLAVO 5 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23383, 8894, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23384, 8895, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23385, 8896, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23386, 8897, 2718, 'PVC00035', 'CODO 90 GR 1 1/4', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23387, 8898, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23388, 8898, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23389, 8898, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23390, 8899, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23391, 8900, 2759, 'PVC00091', 'COPLA DR 3', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23392, 8901, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23393, 8902, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23394, 8902, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23395, 8903, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23396, 8904, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23397, 8905, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23398, 8906, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23399, 8907, 3805, '92935690', 'CLAVO 5 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23400, 8907, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23401, 8908, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23402, 8908, 2793, '7501206664315', 'DESARMADOR  PRETUL PHILLIPS 6\"', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23403, 8909, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23404, 8910, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23405, 8910, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23406, 8911, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23407, 8911, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23408, 8911, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23409, 8911, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23410, 8911, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23411, 8911, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23412, 8911, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23413, 8912, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23414, 8913, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23415, 8913, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23416, 8913, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23417, 8913, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23418, 8914, 3340, '102109', 'VALVULA PILA 3 BRONCE', 'standard', NULL, '95.0000', '95.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '95.0000', '', '95.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23419, 8914, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23420, 8914, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23421, 8914, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23422, 8915, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23423, 8915, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23424, 8916, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23425, 8917, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23426, 8918, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23427, 8918, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23428, 8918, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23429, 8918, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23430, 8918, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23431, 8918, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23432, 8919, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23433, 8920, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23434, 8921, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23435, 8921, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23436, 8922, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23437, 8923, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23438, 8924, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23439, 8925, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23440, 8925, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23441, 8925, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23442, 8926, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23443, 8927, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23444, 8928, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23445, 8929, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23446, 8929, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23447, 8930, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23448, 8930, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23449, 8931, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23450, 8932, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23451, 8932, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23452, 8933, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23453, 8934, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23454, 8935, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23455, 8935, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23456, 8936, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23457, 8937, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23458, 8938, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23459, 8938, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23460, 8938, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23461, 8938, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23462, 8939, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23463, 8939, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23464, 8940, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23465, 8940, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23466, 8940, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23467, 8941, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23468, 8942, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23469, 8943, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23470, 8944, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23471, 8944, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23472, 8945, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23473, 8946, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23474, 8947, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23475, 8947, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23476, 8948, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23477, 8948, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23478, 8949, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23479, 8950, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23480, 8950, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23481, 8951, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23482, 8952, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23483, 8952, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23484, 8953, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23485, 8953, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23486, 8954, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23487, 8955, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23488, 8956, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23489, 8957, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23490, 8957, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23491, 8957, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23492, 8958, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23493, 8959, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23494, 8960, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23495, 8961, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23496, 8961, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23497, 8961, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23498, 8961, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23499, 8962, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23500, 8963, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23501, 8964, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23502, 8965, 2975, '7501206624210', 'LIMA TRIANGULAR PESADO 6\\\" C/MANGO TRUPER', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23503, 8966, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23504, 8966, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23505, 8967, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23506, 8968, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23507, 8968, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23508, 8969, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23509, 8970, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23510, 8970, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23511, 8970, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23512, 8971, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23513, 8971, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23514, 8972, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23515, 8973, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23516, 8973, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23517, 8974, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23518, 8974, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23519, 8975, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23520, 8975, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23521, 8976, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23522, 8977, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23523, 8977, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23524, 8977, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23525, 8978, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23526, 8978, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23527, 8979, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23528, 8980, 3902, '7401000710969', 'MICHELADA LATA 472 ML', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23529, 8981, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23530, 8981, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23531, 8982, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23532, 8983, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23533, 8984, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23534, 8985, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23535, 8986, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23536, 8987, 3589, '6933528750093', 'TAPE TRANSPARENTE 1.88 X 50 MTS. TOLSEN 50202', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23537, 8987, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23538, 8987, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23539, 8988, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23540, 8988, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23541, 8989, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23542, 8990, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23543, 8991, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23544, 8992, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23545, 8992, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23546, 8993, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23547, 8993, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23548, 8994, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23549, 8994, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23550, 8995, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23551, 8995, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23552, 8996, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23553, 8996, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23554, 8996, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23555, 8997, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23556, 8998, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23557, 8998, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23558, 8999, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23559, 8999, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23560, 8999, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23561, 8999, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23562, 8999, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23563, 8999, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23564, 9000, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23565, 9000, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23566, 9001, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23567, 9002, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23568, 9003, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23569, 9003, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23570, 9004, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23571, 9005, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23572, 9005, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23573, 9005, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23574, 9005, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23575, 9005, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23576, 9005, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23577, 9006, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23578, 9006, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23579, 9007, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23580, 9007, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23581, 9007, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23582, 9007, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23583, 9008, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23584, 9008, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23585, 9009, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23586, 9010, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23587, 9010, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23588, 9011, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23589, 9011, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23590, 9011, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23591, 9012, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23592, 9012, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23593, 9013, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23594, 9014, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23595, 9014, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23596, 9015, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23597, 9016, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23598, 9017, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23599, 9018, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23600, 9019, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23601, 9019, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23602, 9020, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23603, 9021, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23604, 9022, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23605, 9023, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23606, 9024, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23607, 9025, 3577, '024000501565', 'ALOE VERA DEL MONTE 1500 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23608, 9026, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23609, 9027, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23610, 9027, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23611, 9027, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23612, 9027, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23613, 9027, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23614, 9028, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23615, 9029, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23616, 9030, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23617, 9031, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23618, 9032, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23619, 9032, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23620, 9032, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23621, 9032, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23622, 9033, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23623, 9034, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23624, 9034, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23625, 9034, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23626, 9034, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23627, 9034, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23628, 9035, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23629, 9035, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23630, 9036, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23631, 9037, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23632, 9038, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23633, 9039, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23634, 9039, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23635, 9040, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23636, 9041, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23637, 9042, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23638, 9043, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23639, 9043, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23640, 9043, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23641, 9044, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23642, 9045, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23643, 9046, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23644, 9047, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23645, 9047, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23646, 9047, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23647, 9048, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23648, 9048, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23649, 9048, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23650, 9048, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23651, 9048, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23652, 9049, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23653, 9049, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23654, 9049, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23655, 9050, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23656, 9050, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23657, 9050, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23658, 9050, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23659, 9050, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23660, 9051, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23661, 9051, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23662, 9051, 3083, '7401005903014', 'PEPSI 2 LITROS', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23663, 9052, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23664, 9052, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23665, 9053, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23666, 9053, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23667, 9053, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23668, 9053, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23669, 9053, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23670, 9053, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23671, 9053, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23672, 9053, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23673, 9054, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23674, 9054, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23675, 9054, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23676, 9054, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23677, 9054, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23678, 9054, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23679, 9055, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', 'standard', NULL, '2.2500', '2.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.2500', '', '2.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23680, 9055, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23681, 9056, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23682, 9056, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23683, 9056, 2962, 'FER000150', 'LB. CLAVO 1\" ASSA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23684, 9057, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23685, 9057, 3879, '842071004453', 'GALON ACEITE HAVOLINE SAE 20W-50 API SP', 'standard', NULL, '200.0000', '200.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'GALON', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23686, 9057, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23687, 9057, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', 'standard', NULL, '28.5000', '28.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '28.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23688, 9057, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23689, 9057, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '5.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23690, 9057, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23691, 9058, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23692, 9058, 3787, '42570375', 'CLAVO CONCRETO 2 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '0.5000', NULL, 5, 'UNIDAD', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23693, 9058, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23694, 9058, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23695, 9058, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23696, 9058, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23697, 9058, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23698, 9059, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23699, 9060, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23700, 9060, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23701, 9060, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23702, 9060, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23703, 9061, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23704, 9062, 3646, '31478428', 'CIGARROS POR UNIDAD', 'standard', NULL, '1.5000', '1.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '1.5000', NULL, 5, 'UNIDAD', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23705, 9063, 2471, '1553', 'ABRAZADERA D 4\\\" X UNIDAD', 'standard', NULL, '7.5000', '7.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '7.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23706, 9063, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '0.5000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23707, 9063, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23708, 9063, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23709, 9063, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23710, 9063, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23711, 9063, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23712, 9063, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23713, 9063, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23714, 9063, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23715, 9063, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23716, 9064, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23717, 9065, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23718, 9066, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23719, 9067, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23720, 9068, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23721, 9068, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23722, 9069, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23723, 9070, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23724, 9071, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23725, 9072, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23726, 9073, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23727, 9074, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23728, 9075, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23729, 9075, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23730, 9076, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23731, 9077, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23732, 9078, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23733, 9078, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23734, 9079, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23735, 9080, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23736, 9080, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23737, 9080, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23738, 9080, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23739, 9080, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23740, 9081, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23741, 9082, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23742, 9082, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23743, 9083, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23744, 9083, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23745, 9084, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23746, 9084, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23747, 9085, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23748, 9085, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23749, 9086, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23750, 9087, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23751, 9088, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23752, 9089, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23753, 9089, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23754, 9090, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23755, 9090, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23756, 9091, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23757, 9092, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23758, 9092, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23759, 9093, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23760, 9094, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23761, 9094, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23762, 9095, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23763, 9096, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23764, 9097, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23765, 9098, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23766, 9098, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23767, 9098, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23768, 9099, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23769, 9100, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23770, 9101, 3902, '7401000710969', 'MICHELADA LATA 472 ML', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23771, 9102, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23772, 9103, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23773, 9104, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23774, 9104, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23775, 9104, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23776, 9105, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23777, 9105, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23778, 9106, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23779, 9106, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23780, 9106, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23781, 9107, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23782, 9107, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23783, 9107, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23784, 9108, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23785, 9108, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23786, 9108, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23787, 9108, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23788, 9109, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23789, 9109, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23790, 9109, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23791, 9110, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23792, 9111, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23793, 9112, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23794, 9112, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23795, 9112, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23796, 9112, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23797, 9112, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23798, 9112, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23799, 9113, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23800, 9113, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23801, 9113, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23802, 9114, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23803, 9114, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23804, 9114, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23805, 9115, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23806, 9115, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23807, 9115, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23808, 9115, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23809, 9115, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23810, 9115, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23811, 9115, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23812, 9116, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23813, 9116, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23814, 9116, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23815, 9117, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', 'standard', NULL, '0.2500', '0.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.2500', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23816, 9118, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23817, 9119, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23818, 9119, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23819, 9120, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23820, 9120, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23821, 9121, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23822, 9122, 2494, 'PVC00003', 'ADAPTADOR M 1', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23823, 9123, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23824, 9124, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23825, 9125, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23826, 9126, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23827, 9127, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23828, 9128, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23829, 9129, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23830, 9129, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23831, 9130, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23832, 9130, 2723, 'PVC00040', 'CODO 90 GR 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23833, 9130, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23834, 9130, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23835, 9130, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23836, 9131, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23837, 9132, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23838, 9132, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23839, 9133, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23840, 9134, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23841, 9134, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23842, 9134, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23843, 9135, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23844, 9135, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23845, 9135, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23846, 9136, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23847, 9136, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23848, 9137, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23849, 9138, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23850, 9139, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23851, 9140, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23852, 9140, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23853, 9141, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23854, 9142, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23855, 9143, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23856, 9144, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23857, 9144, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23858, 9144, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23859, 9144, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23860, 9145, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23861, 9146, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23862, 9146, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23863, 9146, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23864, 9147, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23865, 9147, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23866, 9147, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23867, 9147, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23868, 9147, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23869, 9148, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23870, 9148, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23871, 9148, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23872, 9149, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23873, 9150, 3895, '6933528787365', 'BROCA DE COBALTO 5/32\\\" TOLSEN 75206', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23874, 9151, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23875, 9152, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23876, 9152, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23877, 9152, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23878, 9153, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23879, 9153, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23880, 9153, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23881, 9153, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23882, 9154, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23883, 9155, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '13.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '8.0000', NULL, 1, 'PZA', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23884, 9155, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23885, 9155, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23886, 9155, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23887, 9155, 3142, '102349', 'REDUCIDOR 4 * 3 DR BLANCO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23888, 9155, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23889, 9156, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23890, 9156, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23891, 9157, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23892, 9158, 3326, 'VBZ04', 'VALVULA BOLA 3/4 AQUA', 'standard', NULL, '30.0000', '30.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '30.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23893, 9158, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23894, 9158, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23895, 9158, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23896, 9159, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23897, 9160, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23898, 9160, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23899, 9160, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23900, 9161, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23901, 9162, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23902, 9163, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23903, 9164, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23904, 9165, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23905, 9166, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23906, 9167, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23907, 9168, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23908, 9169, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23909, 9170, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23910, 9170, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23911, 9171, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23912, 9171, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23913, 9172, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23914, 9172, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23915, 9173, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23916, 9174, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23917, 9175, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23918, 9176, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23919, 9177, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23920, 9178, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23921, 9179, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23922, 9180, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23923, 9181, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23924, 9182, 3819, '012800180936', 'BATERIA RAYOVAC AA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23925, 9182, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23926, 9182, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23927, 9183, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23928, 9184, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23929, 9185, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23930, 9186, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23931, 9186, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23932, 9187, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23933, 9187, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23934, 9187, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23935, 9188, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23936, 9189, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23937, 9189, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23938, 9189, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23939, 9190, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23940, 9191, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23941, 9191, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23942, 9191, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23943, 9192, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23944, 9192, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23945, 9193, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23946, 9193, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23947, 9193, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23948, 9193, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23949, 9193, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23950, 9194, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23951, 9195, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23952, 9196, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23953, 9197, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23954, 9198, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23955, 9198, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23956, 9199, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23957, 9200, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23958, 9200, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23959, 9201, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23960, 9201, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23961, 9201, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23962, 9201, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23963, 9201, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23964, 9201, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23965, 9201, 3870, '7401006417534', 'POWERADE 1 LITRO', 'standard', NULL, '9.0000', '9.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '9.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23966, 9202, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23967, 9203, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23968, 9204, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23969, 9205, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23970, 9206, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23971, 9207, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23972, 9208, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23973, 9208, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23974, 9209, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23975, 9209, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23976, 9209, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23977, 9209, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23978, 9209, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23979, 9210, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23980, 9211, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23981, 9212, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23982, 9213, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23983, 9213, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23984, 9214, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23985, 9215, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23986, 9215, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23987, 9215, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23988, 9216, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23989, 9216, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23990, 9216, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23991, 9216, 2477, 'ABRA001', 'ABRAZADERA TW 1/2 DE PRESION', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23992, 9217, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23993, 9217, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23994, 9218, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23995, 9218, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23996, 9218, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23997, 9218, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23998, 9219, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23999, 9219, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24000, 9220, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24001, 9221, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24002, 9221, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24003, 9221, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24004, 9222, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24005, 9222, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24006, 9223, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24007, 9224, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24008, 9225, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24009, 9226, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24010, 9227, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24011, 9228, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24012, 9229, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24013, 9230, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24014, 9231, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24015, 9231, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24016, 9231, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24017, 9231, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24018, 9232, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24019, 9232, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24020, 9232, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24021, 9232, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24022, 9232, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24026, 9234, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24027, 9234, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24028, 9234, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24029, 9235, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24030, 9235, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24031, 9235, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24032, 9235, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24033, 9236, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24034, 9233, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24035, 9233, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24036, 9233, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24037, 9237, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24038, 9238, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24039, 9238, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24040, 9238, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24041, 9239, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24042, 9240, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24043, 9240, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24044, 9241, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24045, 9241, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24046, 9242, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24047, 9243, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24048, 9244, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24049, 9245, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24050, 9246, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24051, 9246, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24052, 9247, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24053, 9247, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24054, 9247, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24055, 9248, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24056, 9249, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24057, 9249, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24058, 9249, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24059, 9250, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24060, 9250, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24061, 9250, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24062, 9251, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24063, 9252, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24064, 9253, 3503, '6925582170146', 'REMACHADORA DE MANO 10.5\\\" TOTAL', 'standard', NULL, '67.0000', '67.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '67.0000', '', '67.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24065, 9253, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24066, 9254, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24067, 9255, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24068, 9256, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24069, 9257, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24070, 9258, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24071, 9258, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24072, 9258, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24073, 9258, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24074, 9259, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24075, 9259, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24076, 9259, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24077, 9260, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24078, 9260, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24079, 9261, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24080, 9261, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24081, 9261, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24082, 9262, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24083, 9262, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24084, 9263, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24085, 9263, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24086, 9264, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24087, 9264, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24088, 9264, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24089, 9265, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24090, 9265, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '1.5000', NULL, 5, 'UNIDAD', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24091, 9266, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24092, 9267, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24093, 9268, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24094, 9269, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24095, 9269, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24096, 9269, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24097, 9270, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24098, 9270, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24099, 9271, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24100, 9271, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24101, 9272, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24102, 9273, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24103, 9274, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24104, 9274, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24105, 9274, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24106, 9274, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24107, 9274, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24108, 9274, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24109, 9275, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24110, 9276, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24111, 9277, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24112, 9277, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24113, 9277, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24114, 9277, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24115, 9277, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24116, 9278, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24117, 9278, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24118, 9279, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24119, 9280, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24120, 9281, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24121, 9282, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24122, 9283, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24123, 9283, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24124, 9283, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24125, 9283, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24126, 9284, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24127, 9284, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '5.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24128, 9285, 3859, '7401019110171', 'BOMBILLA LED 30W AMERICAN ECOLIGHT', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24129, 9285, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24130, 9285, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24131, 9285, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24132, 9286, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24133, 9287, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24134, 9287, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24135, 9287, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24136, 9288, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24137, 9289, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24138, 9290, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24139, 9291, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24140, 9291, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24141, 9292, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24142, 9293, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24143, 9294, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24144, 9295, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24145, 9295, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24146, 9295, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24147, 9295, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24148, 9295, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24149, 9296, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24150, 9296, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24151, 9296, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24152, 9297, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24153, 9297, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24154, 9298, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24155, 9299, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24156, 9300, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24157, 9301, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24158, 9302, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24159, 9303, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24160, 9303, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24161, 9303, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24162, 9304, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24163, 9305, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24164, 9306, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24165, 9307, 3096, '7702089162183', 'PLACA DOBLE SWITCH  BTICINO AP5200', 'standard', NULL, '31.0000', '31.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '31.0000', '', '31.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24166, 9308, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24167, 9309, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24168, 9310, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24169, 9310, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24170, 9311, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24171, 9312, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24172, 9313, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24173, 9314, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24174, 9314, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24175, 9314, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24176, 9315, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24177, 9316, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24178, 9317, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24179, 9318, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24180, 9319, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24181, 9319, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24182, 9320, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24183, 9320, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24184, 9321, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24185, 9321, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24186, 9321, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '130.0000', '', '65.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24187, 9321, 3805, '92935690', 'CLAVO 5 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24188, 9321, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24194, 9323, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24195, 9323, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24196, 9323, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24197, 9323, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24198, 9323, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24199, 9323, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24200, 9323, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24201, 9324, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24202, 9325, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24203, 9325, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24204, 9326, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24205, 9327, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24206, 9328, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24207, 9328, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24208, 9328, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24209, 9328, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24210, 9329, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24211, 9329, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24212, 9329, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24213, 9330, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24214, 9331, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24215, 9332, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24216, 9332, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24217, 9333, 3854, '32641738', 'POLIURETANO3M COD. 550 BLANCO 310 ML', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24218, 9333, 3033, '45242502646', 'METRO 5 M MILWAUKEE', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24219, 9334, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24220, 9335, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24221, 9335, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24222, 9335, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24223, 9336, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24224, 9336, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24225, 9337, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24226, 9338, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24227, 9338, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24228, 9338, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24229, 9338, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24230, 9339, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24231, 9340, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24232, 9340, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24233, 9340, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24234, 9340, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24235, 9341, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24236, 9342, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24237, 9343, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24238, 9343, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24239, 9344, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24240, 9345, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24241, 9345, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24242, 9345, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24243, 9345, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24244, 9345, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24245, 9346, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24246, 9347, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24247, 9347, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24248, 9347, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24249, 9347, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24250, 9348, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24251, 9349, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24252, 9350, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24253, 9350, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24254, 9351, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24255, 9352, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24256, 9353, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24257, 9354, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24258, 9355, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24259, 9356, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24260, 9357, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24261, 9357, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24262, 9358, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24263, 9359, 3082, '7501199467108', 'PEGAMENTO TANGIT 100 ML', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24264, 9360, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24265, 9361, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24266, 9361, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24267, 9362, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24268, 9362, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24269, 9363, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24270, 9363, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24271, 9364, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24272, 9364, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24273, 9364, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24274, 9364, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24275, 9364, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24276, 9365, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24277, 9365, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24278, 9366, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24279, 9366, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24280, 9366, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24281, 9366, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24282, 9366, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24283, 9366, 3199, '33886000390', 'SIKAFLEX PRO CONSTRUCCION VARIOS', 'standard', NULL, '58.0000', '58.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '58.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24284, 9367, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24285, 9367, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24286, 9367, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24287, 9367, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24288, 9367, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24289, 9367, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24290, 9368, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24291, 9368, 3497, '6925582186604', 'JUEGO DE LLAVES HEXAGONALES Y LLAVEZ TORX 18 PIEZAS TOTAL', 'standard', NULL, '95.0000', '95.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '95.0000', '', '95.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24292, 9368, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24293, 9368, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24294, 9368, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24295, 9368, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24296, 9368, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24297, 9369, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24298, 9369, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24299, 9370, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24300, 9370, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24301, 9370, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24302, 9370, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24303, 9370, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24304, 9370, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24305, 9370, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24306, 9371, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24307, 9371, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24308, 9371, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24309, 9371, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24310, 9371, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24311, 9371, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24312, 9372, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24313, 9372, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24314, 9372, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24315, 9372, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24316, 9372, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '5.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24317, 9372, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24318, 9373, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24319, 9373, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24320, 9373, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24321, 9374, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24322, 9374, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24323, 9374, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24324, 9374, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24325, 9375, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24326, 9376, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24327, 9377, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24328, 9377, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24329, 9377, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24330, 9378, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24331, 9378, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24332, 9378, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24333, 9378, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24334, 9378, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24335, 9378, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24336, 9379, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24337, 9380, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '15.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24338, 9380, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '10.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24339, 9380, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24340, 9381, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24341, 9382, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24342, 9382, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24343, 9322, 2850, '7441109003784', 'ESPIGA DE HULE EAGLE (SIN CONEXION/TIERRA)', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24344, 9322, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24345, 9322, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 5, 'UNIDAD', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24346, 9322, 3911, '7501206658208', 'PORTALAMPARA PVC VOLTECK', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24347, 9322, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', 'standard', NULL, '8.5000', '8.5000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '170.0000', '', '8.5000', NULL, 1, 'PZA', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24348, 9383, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24349, 9383, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24350, 9383, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24351, 9383, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24352, 9383, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24353, 9383, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24354, 9383, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24355, 9384, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24356, 9384, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24357, 9384, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24358, 9384, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24359, 9384, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24360, 9384, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24361, 9384, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24362, 9384, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24363, 9384, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24364, 9384, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24365, 9384, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24366, 9385, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24367, 9385, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24368, 9385, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24369, 9385, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24370, 9385, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24371, 9385, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24372, 9385, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24373, 9385, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24374, 9385, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24375, 9385, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24376, 9386, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24377, 9386, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24378, 9386, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24379, 9386, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24380, 9386, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24381, 9386, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24382, 9386, 3034, '045242502653', 'METRO 8 METROS MILWAUKEE', 'standard', NULL, '70.0000', '70.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '70.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24383, 9386, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24384, 9386, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24385, 9386, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24386, 9386, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24387, 9386, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24388, 9386, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24389, 9386, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24390, 9387, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24391, 9387, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24392, 9387, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24393, 9387, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24394, 9387, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24395, 9387, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24396, 9387, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24397, 9387, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24398, 9387, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24399, 9387, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24400, 9387, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24401, 9388, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24402, 9388, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24403, 9388, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24404, 9388, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24405, 9388, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24406, 9388, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24407, 9388, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24408, 9388, 3029, '7891040319442', 'MASKING TAPE  3/4\\\"  3M', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24409, 9388, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24410, 9388, 2967, '7750057005345', 'LIJA DE AGUA 400 3M', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24411, 9388, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24412, 9388, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24413, 9388, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24414, 9388, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24415, 9389, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24416, 9389, 3578, '099176133421', 'FABULOSO LAVANDA MORADO ', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24417, 9389, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24418, 9389, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24419, 9389, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24420, 9389, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24421, 9389, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24422, 9389, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24423, 9389, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24424, 9389, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24425, 9389, 3902, '7401000710969', 'MICHELADA LATA 472 ML', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24426, 9389, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24427, 9389, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24428, 9389, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24429, 9390, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24430, 9390, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24431, 9390, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24432, 9390, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24433, 9390, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24434, 9390, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24435, 9390, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24436, 9390, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24437, 9390, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24438, 9390, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24439, 9390, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24440, 9390, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24441, 9390, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24442, 9390, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24443, 9391, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24444, 9391, 2757, '102250', 'COPLA C/R 2\"', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24445, 9391, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24446, 9391, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24447, 9391, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24448, 9391, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24449, 9391, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24450, 9391, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24451, 9391, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24452, 9391, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24453, 9391, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24454, 9391, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24455, 9391, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24456, 9391, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24457, 9392, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24458, 9392, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24459, 9392, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24460, 9392, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24461, 9392, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24462, 9392, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24463, 9392, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24464, 9392, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24465, 9392, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24466, 9392, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24467, 9392, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24468, 9392, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24469, 9392, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24470, 9392, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24471, 9393, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24472, 9393, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24473, 9393, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24474, 9393, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24475, 9393, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24476, 9393, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24477, 9393, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24478, 9393, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24479, 9393, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24480, 9393, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24481, 9393, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24482, 9393, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24483, 9394, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24484, 9394, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24485, 9394, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24486, 9394, 2654, '60MM DERECHA', 'CHAPA  DERECHA VIKINGO', 'standard', NULL, '85.0000', '85.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '85.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24487, 9394, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24488, 9394, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24489, 9394, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24490, 9394, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24491, 9394, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24492, 9394, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24493, 9394, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24494, 9394, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24495, 9394, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24496, 9394, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24497, 9394, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24498, 9394, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24499, 9395, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24500, 9395, 3178, '47501206642106', 'SEGUETA BIMETAL SIERRA FINA 12?? TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24501, 9395, 2482, '7501728122072', 'ACCESORIO P/TANQUE SANITARIO FAMA', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24502, 9395, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24503, 9395, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24504, 9395, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24505, 9395, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '9.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24506, 9395, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24507, 9395, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24508, 9395, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24509, 9396, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24510, 9396, 3819, '012800180936', 'BATERIA RAYOVAC AA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24511, 9396, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24512, 9396, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24513, 9396, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24514, 9396, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24515, 9396, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24516, 9396, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24517, 9396, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24518, 9396, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24519, 9396, 3901, '49175411', 'TRIDENT 1S (SOBRE)', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24520, 9396, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '11.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24521, 9396, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24522, 9396, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24523, 9396, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24524, 9396, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24525, 9396, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24526, 9397, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24527, 9397, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24528, 9397, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24529, 9397, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24530, 9397, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24531, 9397, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24532, 9397, 3344, '7401005003400', 'VENADO LIGHT MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24533, 9397, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24534, 9397, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24535, 9397, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24536, 9397, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24537, 9397, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '8.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24538, 9398, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24539, 9398, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24540, 9398, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24541, 9398, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24542, 9398, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24543, 9398, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24544, 9398, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24545, 9398, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24546, 9398, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24547, 9398, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24548, 9398, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24549, 9398, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24550, 9398, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24551, 9398, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '0.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24552, 9398, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24553, 9399, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24554, 9399, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '1.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24555, 9399, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24556, 9399, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24557, 9399, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24558, 9399, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24559, 9399, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24560, 9399, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24561, 9399, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24562, 9399, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24563, 9399, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24564, 9399, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24565, 9400, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24566, 9400, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24567, 9400, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24568, 9400, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24569, 9400, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24570, 9400, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24571, 9400, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24572, 9400, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24573, 9400, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24574, 9400, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24575, 9400, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24576, 9401, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24577, 9401, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24578, 9401, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24579, 9401, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24580, 9401, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24581, 9401, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24582, 9401, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '168.0000', '', '12.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24583, 9401, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24584, 9401, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24585, 9401, 3126, '9002490204006', 'RED BULL     .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24586, 9401, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24587, 9402, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24588, 9402, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24589, 9402, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24590, 9402, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24591, 9402, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24592, 9402, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24593, 9402, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24594, 9402, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24595, 9402, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24596, 9403, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24597, 9403, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24598, 9403, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24599, 9403, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24600, 9403, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24601, 9404, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24602, 9405, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24603, 9405, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24604, 9406, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24605, 9407, 3221, '7702089162145', 'PLACA SWITCH SENCILLO BTICINO', 'standard', NULL, '35.0000', '35.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '70.0000', '', '35.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24606, 9408, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24607, 9409, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24608, 9410, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24609, 9410, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24610, 9411, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '3.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24611, 9411, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24612, 9412, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24613, 9412, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24614, 9412, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24615, 9413, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24616, 9413, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24617, 9413, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24618, 9414, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24619, 9414, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24620, 9414, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24621, 9414, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24622, 9415, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24623, 9415, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24624, 9416, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24625, 9417, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24626, 9417, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24627, 9418, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24628, 9419, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24629, 9419, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24630, 9420, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24631, 9421, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24632, 9421, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24633, 9422, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24634, 9423, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24635, 9424, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24636, 9425, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24637, 9425, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24638, 9425, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24639, 9426, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24640, 9427, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24641, 9428, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24642, 9429, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24643, 9429, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24644, 9430, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24645, 9431, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24646, 9431, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24647, 9431, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24648, 9432, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24649, 9433, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24650, 9433, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24651, 9434, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24652, 9435, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24653, 9436, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24654, 9436, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24655, 9437, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24656, 9437, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24657, 9438, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24658, 9438, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24659, 9439, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24660, 9440, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24661, 9441, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24662, 9441, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24663, 9442, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24664, 9443, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24665, 9443, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24666, 9444, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24667, 9445, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24668, 9446, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24669, 9446, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24670, 9447, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24671, 9447, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24672, 9448, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24673, 9449, 2545, '7401092027396', 'BOMBILLA LED CLASICA 12W LUXLITE', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24674, 9449, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24675, 9449, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24676, 9449, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24677, 9450, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24678, 9451, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24679, 9452, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24680, 9453, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24681, 9454, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24682, 9454, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24683, 9454, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24684, 9455, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24685, 9456, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24686, 9456, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24687, 9457, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24688, 9457, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24689, 9457, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24690, 9457, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24691, 9458, 3087, '7506240630623', 'PINTURA AEROSOL METALICO PRETUL', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24692, 9458, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24693, 9458, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24694, 9459, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24695, 9459, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24696, 9459, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24697, 9459, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24698, 9459, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24699, 9460, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24700, 9460, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24701, 9461, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24702, 9461, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24703, 9461, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24704, 9461, 2535, '7501206668863', 'BISAGRA  2?X 1 1/2? ACERO PULIDO HERMEX', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24705, 9462, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24706, 9462, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24707, 9463, 3775, '60018079', 'CINTA EMPAQUE TRANSPARENTE TARTAN 303 BST 48MM X 40 M', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24708, 9463, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24709, 9464, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24710, 9464, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24711, 9464, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24712, 9464, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24713, 9465, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24714, 9465, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24715, 9465, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24716, 9465, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.2500', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24717, 9465, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24718, 9466, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24719, 9466, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24720, 9466, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24721, 9466, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24722, 9466, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24723, 9466, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24724, 9467, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24725, 9467, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24726, 9467, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24727, 9468, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24728, 9468, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24729, 9469, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24730, 9469, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24731, 9469, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24732, 9469, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24733, 9469, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24734, 9469, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24735, 9469, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24736, 9470, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24737, 9470, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24738, 9470, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24739, 9470, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24740, 9470, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24741, 9470, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24742, 9470, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24743, 9471, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24744, 9471, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24745, 9471, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24746, 9471, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24747, 9471, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24748, 9471, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24749, 9472, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24750, 9472, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24751, 9472, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24752, 9472, 3822, '7441005011340', 'BATERIA PANASONIC GRADE X UNIDAD', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24753, 9473, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24754, 9473, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24755, 9473, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24756, 9473, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24757, 9474, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24758, 9474, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24759, 9475, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24760, 9475, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24761, 9475, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '270.0000', '', '45.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24762, 9475, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24763, 9476, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24764, 9477, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24765, 9477, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24766, 9477, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24767, 9477, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24768, 9477, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24769, 9477, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24770, 9477, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24771, 9478, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24772, 9478, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24773, 9478, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24774, 9478, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24775, 9478, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24776, 9478, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24777, 9479, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24778, 9479, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24779, 9479, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '6.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24780, 9479, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24781, 9479, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24782, 9480, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24783, 9480, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24784, 9480, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24785, 9481, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24786, 9481, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24787, 9481, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24788, 9482, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24789, 9482, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24790, 9483, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24791, 9483, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24792, 9483, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24793, 9484, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24794, 9484, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24795, 9484, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24796, 9484, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24797, 9484, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24798, 9485, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24799, 9485, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24800, 9485, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24801, 9485, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24802, 9485, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24803, 9485, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24804, 9486, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24805, 9486, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24806, 9486, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24807, 9487, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24808, 9488, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24809, 9488, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24810, 9489, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24811, 9489, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24812, 9489, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24813, 9489, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24814, 9489, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24815, 9490, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24816, 9490, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24817, 9490, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24818, 9490, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24819, 9490, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24820, 9490, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24821, 9491, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24822, 9491, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24823, 9491, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24824, 9492, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24825, 9492, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24826, 9492, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24827, 9492, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24828, 9492, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24829, 9492, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24830, 9492, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24831, 9492, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24832, 9492, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24833, 9492, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24834, 9492, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24835, 9492, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24836, 9492, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24837, 9492, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '8.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24838, 9492, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24839, 9492, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24840, 9493, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24841, 9494, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24842, 9495, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24843, 9495, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24844, 9496, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24845, 9496, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24846, 9496, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24847, 9497, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24848, 9498, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24849, 9498, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24850, 9498, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24851, 9498, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24852, 9498, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24853, 9499, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24854, 9499, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24855, 9499, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24856, 9499, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24857, 9499, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24858, 9499, 3148, '7441318805097', 'REDUCIDOR PVC LISO 1 1/2\" - 1/2\"', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24859, 9500, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24860, 9500, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24861, 9500, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24862, 9500, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24863, 9500, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24864, 9500, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24865, 9501, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24866, 9501, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '6.0000', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24867, 9501, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24868, 9501, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24869, 9502, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24870, 9502, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24871, 9502, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24872, 9502, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24873, 9503, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24874, 9503, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24875, 9504, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24876, 9504, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24877, 9504, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24878, 9505, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', 'standard', NULL, '53.0000', '53.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '53.0000', '', '53.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24879, 9505, 2607, '100165000034', 'CAJA CLAVO CONCRETO 2\\\" VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24880, 9505, 3776, '7891040319503', 'MASKING TAPE 2\\\" 3M', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24881, 9506, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24882, 9507, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24883, 9508, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24884, 9508, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24885, 9508, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24886, 9508, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24887, 9508, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24888, 9508, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24889, 9509, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24890, 9510, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24891, 9511, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '10.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24892, 9511, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24893, 9512, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24894, 9513, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24895, 9513, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24896, 9513, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24897, 9514, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24898, 9515, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24899, 9515, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24900, 9515, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24901, 9515, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24902, 9516, 3217, '21200212109', 'SUPER 77 SPRAY ADHESIVE 16.75 ONZ 3M', 'standard', NULL, '75.0000', '75.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '150.0000', '', '75.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24903, 9517, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24904, 9517, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24905, 9517, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24906, 9517, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24907, 9518, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24908, 9518, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24909, 9519, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24910, 9520, 3076, 'T1101-047', 'PASADOR ALEMAN 3\"', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24911, 9521, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24912, 9521, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24913, 9522, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24914, 9522, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24915, 9522, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24916, 9523, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24917, 9524, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24918, 9524, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24919, 9524, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24920, 9525, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24921, 9526, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24922, 9527, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '15.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24923, 9528, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24924, 9529, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24925, 9529, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24926, 9530, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24927, 9530, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24928, 9531, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24929, 9532, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24930, 9532, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24931, 9533, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24932, 9534, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24933, 9535, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24934, 9536, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24935, 9536, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24936, 9537, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24937, 9538, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24938, 9539, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24939, 9540, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24940, 9541, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24941, 9542, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24942, 9543, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24943, 9544, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24944, 9545, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24945, 9546, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24946, 9546, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24947, 9547, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24948, 9547, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24949, 9547, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24950, 9547, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24951, 9547, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24952, 9547, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24953, 9548, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24954, 9548, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24955, 9548, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24956, 9548, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24957, 9548, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24958, 9548, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24959, 9549, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24960, 9549, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24961, 9549, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24962, 9549, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24963, 9550, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24964, 9551, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24965, 9551, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24966, 9551, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24967, 9551, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24968, 9552, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24969, 9552, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24970, 9552, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24971, 9553, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24972, 9553, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24973, 9553, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24974, 9553, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24975, 9554, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24976, 9555, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24977, 9556, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24978, 9556, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24979, 9557, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24980, 9558, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24981, 9559, 2717, 'PVC00094', 'CODO 90 GR 1 1/2', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24982, 9559, 3171, 'pvc00124', 'REDUCIDOR 1 1/2-1/2', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24983, 9559, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24984, 9560, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24985, 9560, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24986, 9560, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24987, 9561, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24988, 9562, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24989, 9562, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24990, 9563, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24991, 9564, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24992, 9564, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24993, 9565, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24994, 9566, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24995, 9566, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24996, 9567, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24997, 9568, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24998, 9569, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '27.0000', '', '3.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24999, 9570, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25000, 9571, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25001, 9572, 3818, '012800198443', 'BATERIA RAYOVAC AAA', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25002, 9572, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25003, 9573, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25004, 9573, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25005, 9574, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25006, 9575, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25007, 9576, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25008, 9577, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25009, 9577, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25010, 9578, 2609, 'ELE00081', 'CAJA OCTAGONAL METAL', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25011, 9578, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25012, 9578, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '8.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25013, 9578, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', 'standard', NULL, '265.0000', '265.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '265.0000', '', '265.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25014, 9578, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25015, 9579, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25016, 9579, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25017, 9579, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25018, 9580, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25019, 9580, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25020, 9580, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25021, 9580, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25022, 9580, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.7500', '', '1.2500', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25023, 9580, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25024, 9580, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25025, 9581, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25026, 9582, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25027, 9583, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25028, 9583, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25029, 9583, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25030, 9584, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25031, 9585, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25032, 9585, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25033, 9586, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25034, 9586, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25035, 9587, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25036, 9588, 3161, '7506240645153', 'REPUESTO RODILLO, FELPA 9\", TRUPER MICRO', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25037, 9589, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25038, 9590, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25039, 9590, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25040, 9591, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25041, 9592, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25042, 9593, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25043, 9593, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25044, 9594, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25045, 9594, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25046, 9595, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25047, 9596, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25048, 9596, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25049, 9596, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25050, 9597, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25051, 9598, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25052, 9599, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25053, 9600, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25054, 9600, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25055, 9601, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25056, 9601, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25057, 9601, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25058, 9602, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25059, 9603, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25060, 9603, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25061, 9604, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25062, 9604, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25063, 9604, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25064, 9605, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25065, 9605, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25066, 9606, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25067, 9606, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25068, 9606, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25069, 9607, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25070, 9607, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25071, 9607, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25072, 9607, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25073, 9608, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25074, 9608, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25075, 9609, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25076, 9609, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25077, 9610, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25078, 9611, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25079, 9612, 3866, '7441109002190', 'TOMACORRIENTE DOBLE SOBREPONER EAGLE', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25080, 9613, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25081, 9614, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25082, 9614, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25083, 9615, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25084, 9615, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25085, 9615, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25086, 9616, 3818, '012800198443', 'BATERIA RAYOVAC AAA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25087, 9617, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25088, 9617, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25089, 9618, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25090, 9618, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25091, 9619, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25092, 9620, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25093, 9621, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25094, 9622, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25095, 9622, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25096, 9623, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25097, 9624, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25098, 9625, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25099, 9625, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25100, 9626, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25101, 9627, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25102, 9628, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25103, 9629, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25104, 9630, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25105, 9631, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25106, 9632, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25107, 9633, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25108, 9634, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25109, 9635, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25110, 9636, 2610, 'ELE00082', 'CAJA OCTAGONAL PLAS', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25111, 9636, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25112, 9637, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25113, 9638, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25114, 9638, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25115, 9639, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25116, 9639, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25117, 9639, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25118, 9640, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25119, 9640, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25120, 9640, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25121, 9640, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25122, 9640, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25123, 9641, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25124, 9641, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25125, 9641, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25126, 9641, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25127, 9642, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25128, 9642, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25129, 9642, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25130, 9643, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25131, 9644, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25132, 9645, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25133, 9646, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25134, 9646, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25135, 9647, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25136, 9647, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25137, 9648, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25138, 9648, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25139, 9649, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25140, 9650, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25141, 9651, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25142, 9652, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25143, 9653, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25144, 9653, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25145, 9654, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25146, 9655, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25147, 9655, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25148, 9655, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25149, 9656, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25150, 9657, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25151, 9657, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25152, 9658, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25153, 9659, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25154, 9660, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '58.0000', '', '29.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25155, 9661, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25156, 9662, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25157, 9662, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25158, 9663, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25159, 9664, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25160, 9664, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25161, 9665, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25162, 9665, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25163, 9665, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25164, 9665, 3177, '7441002706522', 'SCOTCH BRITE FIBRA VERDE ECONOMICA', 'standard', NULL, '2.2500', '2.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.2500', '', '2.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25165, 9665, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25166, 9665, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25167, 9666, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25168, 9667, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25169, 9667, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25170, 9667, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25171, 9668, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25172, 9668, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25173, 9668, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25174, 9668, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25175, 9668, 3245, 'PVC00171', 'TAPON H 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25176, 9669, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25177, 9670, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25178, 9671, 3910, '42460381', 'BOTAS DE HULE HERCULES ', 'standard', NULL, '85.0000', '85.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '170.0000', '', '85.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25179, 9672, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25180, 9673, 3302, 'FER001218', 'TORNILLO PULSER 1 PULGADA PUNTA DE BROCA', 'standard', NULL, '0.4000', '0.4000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.4000', '', '0.4000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25181, 9674, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25182, 9674, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25183, 9675, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25184, 9676, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25185, 9677, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25186, 9677, 2719, 'PVC00036', 'CODO 90 GR PVC 1/2', 'standard', NULL, '2.0000', '2.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '2.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25187, 9677, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25188, 9677, 3141, 'PVC00142', 'REDUCIDOR 3/4- 1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25189, 9677, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25190, 9677, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25191, 9677, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25192, 9677, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25193, 9678, 3025, '7501206623862', 'MARTILLO TUBULAR TRUPER 16ONZ', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25194, 9679, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25195, 9680, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25196, 9680, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25197, 9680, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25198, 9680, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25199, 9681, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25200, 9682, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25201, 9683, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25202, 9684, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25203, 9684, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25204, 9685, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25205, 9685, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25206, 9686, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25207, 9687, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25208, 9687, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25209, 9688, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25210, 9689, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '10.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25211, 9689, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25212, 9689, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25213, 9689, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25214, 9689, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25215, 9690, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25216, 9690, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25217, 9691, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25218, 9691, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25219, 9691, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25220, 9692, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25221, 9693, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25222, 9694, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25223, 9695, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25224, 9696, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25225, 9697, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25226, 9698, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25227, 9699, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25228, 9699, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25229, 9700, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25230, 9701, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25231, 9702, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25232, 9703, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25233, 9703, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25234, 9704, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25235, 9704, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25236, 9705, 2474, '100135000040', 'CINCHO PLASTICO NEGRO VIKINGO 10\\\" X BOLSA', 'standard', NULL, '21.5000', '21.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.5000', '', '21.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25237, 9706, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25238, 9706, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25239, 9707, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25240, 9708, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25241, 9709, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25242, 9710, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25243, 9711, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25244, 9712, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25245, 9713, 2835, 'D87', 'ESCOBAS', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25246, 9713, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25247, 9713, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25248, 9714, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25249, 9715, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25250, 9715, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25251, 9716, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25252, 9717, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25253, 9717, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25254, 9718, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25255, 9719, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25256, 9719, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25257, 9719, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25258, 9720, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '11.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25259, 9721, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25260, 9721, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25261, 9722, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25262, 9722, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25263, 9722, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25264, 9723, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25265, 9723, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25266, 9723, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25267, 9724, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25268, 9725, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25269, 9726, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25270, 9727, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25271, 9728, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25272, 9729, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25273, 9730, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25274, 9731, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25275, 9731, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25276, 9732, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25277, 9732, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25278, 9733, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25279, 9734, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25280, 9735, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25281, 9736, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25282, 9736, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25283, 9737, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25284, 9738, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25285, 9739, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25286, 9740, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25287, 9741, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25288, 9742, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25289, 9742, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25290, 9743, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25291, 9744, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25292, 9745, 3902, '7401000710969', 'MICHELADA LATA 472 ML', 'standard', NULL, '16.0000', '16.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '16.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25293, 9746, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25294, 9746, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25295, 9747, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25296, 9748, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25297, 9748, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25298, 9749, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25299, 9750, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25300, 9750, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25301, 9751, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25302, 9752, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25303, 9753, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25304, 9754, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25305, 9754, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25306, 9755, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25307, 9756, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25308, 9757, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '56.0000', '', '14.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25309, 9758, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25310, 9758, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25311, 9759, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25312, 9760, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25313, 9761, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25314, 9762, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25315, 9763, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25316, 9764, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25317, 9765, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25318, 9766, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25319, 9767, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25320, 9768, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25321, 9769, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25322, 9770, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25323, 9771, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25324, 9772, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25325, 9772, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25326, 9773, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25327, 9774, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25328, 9775, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25329, 9775, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25330, 9775, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25331, 9776, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25332, 9776, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25333, 9776, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25334, 9777, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25335, 9778, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25336, 9779, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25337, 9779, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25338, 9780, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25339, 9781, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25340, 9781, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25341, 9781, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25342, 9781, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25343, 9781, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25344, 9781, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25345, 9781, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25346, 9782, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25347, 9783, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25348, 9783, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25349, 9784, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25350, 9785, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25351, 9786, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25352, 9787, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25353, 9787, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25354, 9788, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25355, 9789, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '30.0000', 1, '0.0000', NULL, '', '0', '0.0000', '225.0000', '', '7.5000', NULL, 1, 'PZA', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25356, 9790, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25357, 9790, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25358, 9791, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25359, 9791, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25360, 9791, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25361, 9791, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25362, 9791, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25363, 9791, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25364, 9792, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25365, 9793, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25366, 9794, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25367, 9795, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '6.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25368, 9796, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25369, 9796, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25370, 9797, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25371, 9797, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25372, 9798, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25373, 9798, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25374, 9798, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25375, 9799, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25376, 9800, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25377, 9801, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25378, 9801, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25379, 9802, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25380, 9802, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25381, 9803, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25382, 9804, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25383, 9804, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25384, 9804, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25385, 9805, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25386, 9805, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25387, 9806, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25388, 9806, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '45.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25389, 9806, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '160.0000', '', '40.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25390, 9806, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '25.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25391, 9806, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25392, 9806, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25393, 9806, 3235, '7501199465128', 'TANGIT 475 ML', 'standard', NULL, '105.0000', '105.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '105.0000', '', '105.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25394, 9807, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25395, 9807, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25396, 9807, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25397, 9807, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25398, 9808, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25399, 9808, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25400, 9809, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.2500', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25401, 9810, 2538, 'FER00106', 'BISAGRA CARTUCHO 1/2 M/H', 'standard', NULL, '9.0000', '9.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '9.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25402, 9810, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25403, 9810, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25404, 9810, 3595, '7501206645956', 'BROCA DE 1/8 TRUPER, METAL/MADERA/PLASTICO 11118', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25405, 9811, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25406, 9811, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25407, 9811, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25408, 9811, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25409, 9812, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25410, 9813, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25411, 9814, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25412, 9814, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25413, 9815, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25414, 9816, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25415, 9817, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25416, 9818, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25417, 9819, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25418, 9819, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25419, 9820, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '11.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25420, 9821, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25421, 9821, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25422, 9822, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25423, 9823, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25424, 9824, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25425, 9825, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25426, 9826, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25427, 9826, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25428, 9827, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25429, 9828, 3592, '7401090806269', 'HELADO CREMOLINO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25430, 9829, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25431, 9830, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25432, 9831, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25433, 9832, 3294, '102253', 'TORNILLO NEGRO PARA TABLAYESO DE 2\\\" ', 'standard', NULL, '0.7500', '0.7500', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '0.7500', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25434, 9833, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25435, 9834, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25436, 9835, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25437, 9836, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25438, 9836, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25439, 9837, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25440, 9837, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25441, 9837, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25442, 9837, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25443, 9837, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25444, 9838, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25445, 9839, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25446, 9840, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25447, 9841, 3621, '7501298265278', 'NEUROBION B1+ B6 + B12', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25448, 9842, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25449, 9843, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25450, 9844, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25451, 9844, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25452, 9845, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25453, 9845, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25454, 9845, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25455, 9846, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25456, 9847, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25457, 9847, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25458, 9847, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25459, 9848, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25460, 9848, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25461, 9849, 3806, '740100421081', 'SALSA RANCHERA REGIA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25462, 9849, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25463, 9850, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25464, 9851, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25465, 9852, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25466, 9853, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25467, 9854, 3890, '6933528710196', 'TENACIN INDUSTRIAL DE 9 TOLSEN 10040', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25468, 9854, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25469, 9855, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25470, 9856, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25471, 9857, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25472, 9858, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25473, 9858, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25474, 9859, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25475, 9860, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25476, 9860, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25477, 9861, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25478, 9862, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25479, 9863, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25480, 9864, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25481, 9865, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25482, 9865, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25483, 9865, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25484, 9866, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25485, 9866, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25486, 9867, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25487, 9867, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25488, 9868, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25489, 9868, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25490, 9868, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25491, 9868, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25492, 9869, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25493, 9870, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25494, 9870, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25495, 9871, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25496, 9872, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25497, 9873, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25498, 9874, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25499, 9875, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25500, 9875, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25501, 9876, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25502, 9876, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25503, 9876, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25504, 9877, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25505, 9877, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25506, 9877, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25507, 9877, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25508, 9878, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25509, 9878, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25510, 9879, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25511, 9879, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25512, 9880, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25513, 9881, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25514, 9882, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25515, 9883, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25516, 9884, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25517, 9885, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25518, 9886, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25519, 9887, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25520, 9888, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25521, 9889, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25522, 9890, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25523, 9891, 3880, '07603014', 'MANGUERA ROJA DE 25 PIES PARA JARDIN \\\"MULTITUBO\\\"', 'standard', NULL, '54.0000', '54.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '54.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25524, 9891, 3323, '7401175608856', 'UNION PARA MANGUERA TW DORADA', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25525, 9891, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25526, 9891, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25527, 9892, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25528, 9892, 2704, 'FER00450', 'CLAVO CONCRETO 3 UNIDAD', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25529, 9893, 2875, '88313062267', 'FRIJOL VOLTEADO  DUCAL 5.5  ONZ.     .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25530, 9893, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25531, 9893, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25532, 9893, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25533, 9894, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25534, 9895, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25535, 9895, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25536, 9895, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25537, 9896, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25538, 9896, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25539, 9897, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25540, 9897, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25541, 9898, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25542, 9899, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25543, 9900, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25544, 9900, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25545, 9900, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25546, 9900, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25547, 9900, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25548, 9900, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25549, 9900, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25550, 9900, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25551, 9900, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25552, 9900, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25553, 9900, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25554, 9900, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25555, 9900, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25556, 9900, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25557, 9900, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25558, 9901, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25559, 9901, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25560, 9901, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '15.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25561, 9901, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '168.0000', '', '12.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25562, 9901, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25563, 9901, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25564, 9901, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25565, 9901, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25566, 9902, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25567, 9902, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25568, 9902, 3630, '7501019030178', 'SABA BUENAS NOCHES', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25569, 9902, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25570, 9902, 3902, '7401000710969', 'MICHELADA LATA 472 ML', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25571, 9902, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25572, 9902, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25573, 9902, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25574, 9902, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25575, 9902, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25576, 9902, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25577, 9902, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25578, 9902, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '1.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25579, 9902, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25580, 9902, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25581, 9902, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25582, 9903, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25583, 9903, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25584, 9903, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25585, 9903, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25586, 9903, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25587, 9903, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25588, 9903, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25589, 9903, 3630, '7501019030178', 'SABA BUENAS NOCHES', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25590, 9903, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25591, 9903, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25592, 9903, 3303, '10204', 'TORNILLO PULSER 1/4 X 2 PULG.  BUSCA ROSCA', 'standard', NULL, '0.7500', '0.7500', '25.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.7500', '', '0.7500', NULL, 1, 'PZA', '25.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25593, 9903, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25594, 9903, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25595, 9903, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25596, 9903, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25597, 9903, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25598, 9903, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25599, 9903, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '14.0000', 1, '0.0000', NULL, '', '0', '0.0000', '168.0000', '', '12.0000', NULL, 1, 'PZA', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25600, 9904, 3902, '7401000710969', 'MICHELADA LATA 472 ML', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25601, 9904, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25602, 9904, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25603, 9904, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25604, 9904, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25605, 9904, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25606, 9904, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25607, 9904, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25608, 9905, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25609, 9905, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25610, 9905, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25611, 9906, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25612, 9906, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25613, 9906, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25614, 9906, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25615, 9906, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25616, 9906, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25617, 9906, 3182, '7441005702200', 'SEMILLAS PRO MIXTAS 80G', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25618, 9906, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25619, 9906, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25620, 9906, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25621, 9906, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25622, 9907, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25623, 9907, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25624, 9907, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25625, 9907, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25626, 9907, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25627, 9908, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25628, 9908, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25629, 9908, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25630, 9908, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25631, 9908, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25632, 9908, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25633, 9908, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25634, 9908, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25635, 9908, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25636, 9909, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25637, 9909, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25638, 9910, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25639, 9911, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25640, 9912, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25641, 9913, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25642, 9914, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25643, 9914, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25644, 9915, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25645, 9915, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25646, 9915, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25647, 9915, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25648, 9915, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25649, 9915, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25650, 9916, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25651, 9916, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25652, 9916, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25653, 9917, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25654, 9917, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25655, 9917, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25656, 9917, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25657, 9917, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25658, 9918, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25659, 9918, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25660, 9918, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25661, 9918, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25662, 9918, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25663, 9919, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25664, 9919, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25665, 9919, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25666, 9919, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25667, 9919, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25668, 9919, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25669, 9920, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25670, 9920, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25671, 9921, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25672, 9921, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25673, 9922, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25674, 9922, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '2.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25675, 9923, 3630, '7501019030178', 'SABA BUENAS NOCHES', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25676, 9924, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25677, 9925, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25678, 9925, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25679, 9926, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25680, 9926, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25681, 9926, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25682, 9926, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25683, 9926, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25684, 9927, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25685, 9928, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25686, 9929, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25687, 9929, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25688, 9929, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25689, 9929, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25690, 9929, 3083, '7401005903014', 'PEPSI 2 LITROS', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25691, 9930, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25692, 9930, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25693, 9930, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25694, 9930, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25695, 9930, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25696, 9930, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25697, 9930, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25698, 9931, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25699, 9932, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25700, 9932, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25701, 9932, 2716, 'PVC00033', 'CODO 90 GR 1', 'standard', NULL, '4.5000', '4.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.5000', '', '4.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25702, 9932, 3132, 'PVC00131', 'REDUCIDOR 1- 3/4', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25703, 9932, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25704, 9932, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25705, 9932, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25706, 9932, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25707, 9933, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25708, 9934, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25709, 9935, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25710, 9935, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25711, 9935, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25712, 9936, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25713, 9937, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25714, 9938, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25715, 9939, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25716, 9939, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25717, 9939, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25718, 9940, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25719, 9941, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25720, 9941, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25721, 9942, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25722, 9943, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25723, 9944, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25724, 9945, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25725, 9946, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25726, 9947, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25727, 9948, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25728, 9949, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25729, 9949, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25730, 9950, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25731, 9951, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25732, 9952, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25733, 9952, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25734, 9953, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25735, 9953, 2537, '7501206668900', 'BISAGRA 4?X2. 3/4? ACER PULI HERMEX', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25736, 9953, 3309, '7501206686805', 'TORNILLOS NORMAL  3/4  FIERO', 'standard', NULL, '0.2500', '0.2500', '16.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '0.2500', NULL, 1, 'PZA', '16.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25737, 9954, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25738, 9954, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25739, 9955, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25740, 9956, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25741, 9956, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25742, 9957, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25743, 9958, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25744, 9959, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25745, 9959, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25746, 9960, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25747, 9961, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25748, 9961, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25749, 9962, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25750, 9963, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25751, 9964, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25752, 9965, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25753, 9966, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25754, 9966, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25755, 9967, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25756, 9968, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25757, 9968, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25758, 9969, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25759, 9969, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25760, 9970, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25761, 9971, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25762, 9972, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25763, 9973, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25764, 9974, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25765, 9974, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25766, 9974, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25767, 9975, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25768, 9975, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25769, 9976, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25770, 9977, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25771, 9977, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25772, 9978, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25773, 9978, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25774, 9978, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25775, 9978, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25776, 9979, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25777, 9979, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25778, 9979, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25779, 9979, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25780, 9979, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25781, 9980, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25782, 9980, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25783, 9981, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25784, 9981, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25785, 9981, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25786, 9981, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25787, 9981, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25788, 9981, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25789, 9982, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25790, 9982, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25791, 9982, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25792, 9982, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25793, 9982, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25794, 9983, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25795, 9984, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25796, 9985, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25797, 9985, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25798, 9985, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25799, 9985, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '25.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25800, 9985, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25801, 9985, 2608, '100165000058', 'CAJA CLAVO CONCRETO 3\\\"  VIKINGO', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25802, 9985, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25803, 9986, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25804, 9986, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25805, 9986, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25806, 9987, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25807, 9987, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25808, 9988, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25809, 9989, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25810, 9990, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25811, 9991, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25812, 9992, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25813, 9993, 3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25814, 9993, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '0.5000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25815, 9993, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25816, 9994, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25817, 9994, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25818, 9995, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25819, 9995, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25820, 9996, 2910, '7501206696026', 'GRAPAS PARA CABLE COAXIAL 10MM', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25821, 9997, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25822, 9998, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25823, 9999, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25824, 10000, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25825, 10001, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25826, 10002, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25827, 10003, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25828, 10004, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25829, 10005, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25830, 10005, 3608, '75024697', 'NUCITA TRISABOR 8GR', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25831, 10006, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25832, 10007, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25833, 10008, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25834, 10009, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25835, 10009, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25836, 10009, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25837, 10010, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25838, 10010, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25839, 10010, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25840, 10010, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25841, 10011, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25842, 10012, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25843, 10012, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25844, 10013, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25845, 10014, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25846, 10015, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25847, 10016, 2595, 'ELE00077', 'CABLE PARALELO 2* 14 MT', 'standard', NULL, '8.5000', '8.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '34.0000', '', '8.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25848, 10017, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25849, 10018, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25850, 10019, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25851, 10019, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25852, 10019, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.5000', '', '5.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25853, 10020, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25854, 10020, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25855, 10021, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25856, 10022, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25857, 10022, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25858, 10023, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25859, 10024, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', 'standard', NULL, '3.5000', '3.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '3.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25860, 10024, 3788, '98082607', 'CURVA CONDUIT DE 1 NARANJA', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25861, 10024, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25862, 10024, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '9.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25863, 10024, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25864, 10024, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25865, 10024, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25866, 10025, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25867, 10026, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25868, 10027, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25869, 10028, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25870, 10029, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25871, 10030, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25872, 10031, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25873, 10032, 3826, '75089464235', 'JABON AVENA VENZA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25874, 10033, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25875, 10034, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25876, 10035, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25877, 10036, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25878, 10036, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25879, 10036, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25880, 10037, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25881, 10037, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25882, 10038, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25883, 10039, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25884, 10040, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25885, 10041, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25886, 10042, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '87.0000', '', '29.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25887, 10042, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25888, 10043, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25889, 10044, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25890, 10045, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25891, 10046, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '21.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25892, 10046, 2908, '4997148010298', 'GRAPA P/CABLE AISLAR C/PVC DE 1/2 CAJA', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25893, 10047, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25894, 10048, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25895, 10048, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25896, 10049, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25897, 10049, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25898, 10050, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25899, 10051, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25900, 10051, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25901, 10051, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25902, 10052, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25903, 10053, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25904, 10054, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25905, 10055, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25906, 10055, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25907, 10056, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25908, 10056, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25909, 10057, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25910, 10057, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25911, 10058, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25912, 10059, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25913, 10059, 3913, '7401090806252', 'HELADO BLOCK', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25914, 10060, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25915, 10061, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25916, 10062, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25917, 10063, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25918, 10064, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25919, 10064, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25920, 10065, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25921, 10066, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25922, 10067, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25923, 10067, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25924, 10067, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25925, 10068, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25926, 10069, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25927, 10070, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25928, 10070, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25929, 10071, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '1.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25930, 10072, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25931, 10073, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25932, 10074, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25933, 10075, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25934, 10075, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25935, 10076, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25936, 10077, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25937, 10078, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25938, 10078, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25939, 10078, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25940, 10079, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25941, 10079, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25942, 10080, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25943, 10080, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25944, 10081, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25945, 10081, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25946, 10082, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25947, 10083, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25948, 10083, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25949, 10084, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25950, 10084, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25951, 10084, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25952, 10085, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25953, 10086, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25954, 10087, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25955, 10088, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25956, 10088, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25957, 10089, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25958, 10089, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25959, 10090, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25960, 10090, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25961, 10091, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25962, 10092, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25963, 10093, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25964, 10094, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25965, 10095, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25966, 10096, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25967, 10097, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25968, 10098, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25969, 10099, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25970, 10100, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25971, 10101, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25972, 10101, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25973, 10102, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25974, 10103, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25975, 10104, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25976, 10105, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25977, 10106, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25978, 10106, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25979, 10107, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25980, 10108, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25981, 10109, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25982, 10109, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25983, 10110, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25984, 10111, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25985, 10112, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25986, 10113, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25987, 10114, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25988, 10114, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25989, 10114, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25990, 10114, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25991, 10114, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25992, 10114, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25993, 10114, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25994, 10115, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25995, 10116, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25996, 10117, 3640, '740100705224', 'FRIJOL DEL MONTE 10.5 ONZ. ', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25997, 10118, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25998, 10118, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25999, 10119, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26000, 10119, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26001, 10119, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26002, 10119, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26003, 10119, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26004, 10119, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26005, 10120, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26006, 10121, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26007, 10122, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26008, 10123, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26009, 10123, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26010, 10124, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26011, 10125, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26012, 10126, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26013, 10127, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26014, 10127, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26015, 10127, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26016, 10128, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26017, 10128, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '10.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26018, 10128, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26019, 10129, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26020, 10129, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26021, 10130, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26022, 10131, 2573, '6942713108113', 'BROCA PALETA ALDOSA 3/8 P/MADERA Y LAMIN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26023, 10132, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26024, 10133, 3239, 'PVC00164', 'TAPON 1/2', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26025, 10134, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26026, 10135, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26027, 10136, 3561, '7401002302681', 'AGUA SALVAVIDAS 3.3 LITROS', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26028, 10137, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26029, 10138, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26030, 10139, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26031, 10139, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26032, 10140, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26033, 10141, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26034, 10141, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26035, 10141, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26036, 10142, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26037, 10143, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26038, 10144, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26039, 10144, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26040, 10145, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26041, 10145, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26042, 10145, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26043, 10145, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26044, 10146, 3786, '024474313015', 'JUGO PETIT EN CAJITA 200 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26045, 10147, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26046, 10148, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26047, 10149, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26048, 10150, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26049, 10150, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26050, 10150, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26051, 10151, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26052, 10152, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26053, 10152, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26054, 10152, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26055, 10153, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26056, 10154, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26057, 10154, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26058, 10155, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26059, 10156, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26060, 10157, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26061, 10158, 3630, '7501019030178', 'SABA BUENAS NOCHES', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26062, 10159, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26063, 10160, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26064, 10161, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26065, 10162, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26066, 10163, 3630, '7501019030178', 'SABA BUENAS NOCHES', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26067, 10164, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26068, 10165, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26069, 10165, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26070, 10165, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26071, 10166, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26072, 10167, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26073, 10168, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26074, 10169, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26075, 10170, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26076, 10171, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26077, 10171, 3917, '750894609505', 'TAQUERITOS 180 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26078, 10172, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26079, 10173, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26080, 10173, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26081, 10174, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26082, 10175, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26083, 10175, 3820, '31012708', 'TENEDOR PLASTCO SUPER (BOLSA 25 UNID)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26084, 10175, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26085, 10175, 3821, '40117800525', 'SERVILLETA BLUE SKY', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26086, 10176, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26087, 10176, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26088, 10177, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26089, 10178, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26090, 10178, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26091, 10179, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26092, 10179, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26093, 10179, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26094, 10180, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26095, 10180, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26096, 10180, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26097, 10180, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26098, 10180, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26099, 10181, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26100, 10181, 3894, '6933528787341', 'BROCA DE COBALTO 1/8\\\" TOLSEN 75204', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26101, 10181, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26102, 10181, 3242, '102252', 'TAPON 4\"', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26103, 10181, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26104, 10182, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26105, 10183, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26106, 10183, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26107, 10183, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26108, 10184, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '20.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '1.0000', NULL, 1, 'PZA', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26109, 10185, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26110, 10186, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26111, 10187, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '0.5000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '10.0000', NULL, 1, 'PZA', '0.5000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26112, 10188, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26113, 10189, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26114, 10190, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26115, 10191, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26116, 10192, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26117, 10193, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26118, 10194, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26119, 10195, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26120, 10196, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26121, 10197, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26122, 10198, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26123, 10198, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26124, 10199, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26125, 10200, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26126, 10201, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26127, 10201, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26128, 10202, 3220, '85051000421', 'SUPER ECONOMY TYPE A', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26129, 10202, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26130, 10203, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26131, 10204, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26132, 10204, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26133, 10205, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26134, 10206, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26135, 10207, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26136, 10208, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26137, 10209, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26138, 10210, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26139, 10210, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26143, 10212, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26144, 10213, 3138, 'PVC00140', 'REDUCIDOR 2 - 1/2 PVC', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26145, 10214, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26146, 10215, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26147, 10215, 3913, '7401090806252', 'HELADO BLOCK', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26148, 10216, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26149, 10217, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26150, 10218, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26151, 10218, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26152, 10218, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26153, 10219, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26154, 10220, 3913, '7401090806252', 'HELADO BLOCK', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26155, 10220, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26156, 10220, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26157, 10221, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26158, 10222, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26159, 10223, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26160, 10223, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26161, 10223, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26162, 10224, 2643, '74000715', 'CERVEZA DORADA DRAFT BOTELLA', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26163, 10224, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26164, 10225, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26165, 10226, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26166, 10227, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26167, 10228, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26168, 10228, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26169, 10229, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26170, 10229, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26171, 10230, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26172, 10231, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26173, 10231, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26174, 10231, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26175, 10232, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', 'standard', NULL, '265.0000', '265.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '265.0000', '', '265.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26176, 10232, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26177, 10233, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26178, 10233, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26179, 10233, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26180, 10233, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26181, 10234, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26182, 10234, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26183, 10235, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26184, 10236, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26185, 10236, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26186, 10236, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26187, 10236, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26188, 10237, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26189, 10237, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26190, 10237, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26191, 10238, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26192, 10238, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26193, 10239, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26194, 10239, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26195, 10239, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26196, 10240, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26197, 10241, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26198, 10242, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26199, 10243, 2720, 'PVC00037', 'CODO 90 GR PVC 2', 'standard', NULL, '19.0000', '19.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '38.0000', '', '19.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26200, 10243, 3832, '7501206695371', 'TEFLON PRETUL DE 3/4 (CINTA SELLA ROSCAS)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26201, 10243, 2748, 'FER001216', 'COPLA 1 1/2 CON ROSCA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26202, 10244, 2758, 'PVC00090', 'COPLA DR 2', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26203, 10211, 3133, 'PVC00130', 'REDUCIDOR 1-1/2', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26204, 10211, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 5, 'UNIDAD', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26205, 10245, 3919, '7500435144759', 'CREMA PARA PEINAR HEAD & SHOULDERS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26206, 10246, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26207, 10246, 2497, 'PVC00010', 'ADAPTADOR M 3/4', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26208, 10247, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26209, 10248, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26210, 10249, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26211, 10250, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26212, 10250, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26213, 10250, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26214, 10251, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26215, 10251, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26216, 10252, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26217, 10253, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26218, 10254, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26219, 10254, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26220, 10255, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26221, 10256, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26222, 10256, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26223, 10257, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26224, 10257, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26225, 10258, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26226, 10259, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26227, 10259, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26228, 10259, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26229, 10259, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26230, 10260, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26231, 10261, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26232, 10262, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26233, 10263, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26234, 10264, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26235, 10264, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26236, 10264, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26237, 10264, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26238, 10265, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26239, 10266, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26240, 10267, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26241, 10268, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26242, 10269, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26243, 10269, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26244, 10270, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26245, 10271, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26246, 10271, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26247, 10272, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26248, 10272, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26249, 10273, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26250, 10274, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26251, 10275, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26252, 10275, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26253, 10276, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26254, 10276, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26255, 10276, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26256, 10277, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26257, 10278, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26258, 10279, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26259, 10280, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26260, 10280, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26261, 10281, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26262, 10281, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26263, 10282, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26264, 10282, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26265, 10282, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26266, 10282, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26267, 10282, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26268, 10283, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26269, 10284, 2612, '7441018806735', 'CAJA OCTAGONAL PLASTICA DURMAN', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26270, 10284, 2779, '9021299', 'CURVA CONDUIT 3/4 GRIS', 'standard', NULL, '3.5000', '3.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '3.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26271, 10285, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26272, 10285, 3538, '6933528745020', 'GUANTES DE NITRILO TOLSEN', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26273, 10285, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26274, 10285, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26275, 10286, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26276, 10286, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26277, 10286, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26278, 10287, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26279, 10287, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26280, 10288, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26281, 10289, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26282, 10290, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26283, 10290, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26284, 10290, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26285, 10291, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26286, 10292, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26287, 10293, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26288, 10294, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26289, 10295, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26290, 10295, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26291, 10296, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26292, 10297, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26293, 10298, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26294, 10298, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26295, 10298, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26296, 10299, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26297, 10299, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26298, 10300, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26299, 10301, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26300, 10302, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26301, 10302, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26302, 10302, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26303, 10302, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26304, 10303, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26305, 10304, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26306, 10305, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26307, 10306, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26308, 10307, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26309, 10308, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26310, 10309, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26311, 10309, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26312, 10310, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26313, 10310, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26314, 10311, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26315, 10312, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26316, 10313, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26317, 10314, 3083, '7401005903014', 'PEPSI 2 LITROS', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26318, 10314, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26319, 10315, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26320, 10316, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26321, 10317, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26322, 10318, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26323, 10319, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26324, 10320, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26325, 10320, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26326, 10321, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26327, 10322, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26328, 10322, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26329, 10323, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26330, 10324, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26331, 10324, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26332, 10325, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26333, 10326, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26334, 10327, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26335, 10327, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26336, 10328, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26337, 10329, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26338, 10330, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26339, 10331, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26340, 10332, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26341, 10333, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26342, 10334, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26343, 10335, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26344, 10336, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26345, 10337, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26346, 10338, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26347, 10338, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26348, 10338, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26349, 10339, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26350, 10340, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26351, 10340, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26352, 10341, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26353, 10342, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26354, 10343, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26355, 10344, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26356, 10344, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26357, 10344, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26358, 10345, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26359, 10345, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26360, 10345, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26361, 10345, 2507, '7401002306559', 'AGUA SALVAVIDAS 2 LITROS.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26362, 10345, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26363, 10346, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26364, 10346, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26365, 10346, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26366, 10347, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26367, 10347, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26368, 10348, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26369, 10348, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26370, 10348, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '6.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26371, 10349, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26372, 10349, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26373, 10349, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26374, 10349, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26375, 10349, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26376, 10349, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26377, 10350, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26378, 10351, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26379, 10351, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26380, 10351, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '84.0000', '', '12.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26381, 10351, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26382, 10351, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26383, 10351, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26384, 10352, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26385, 10352, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26386, 10353, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26387, 10353, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26388, 10354, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26389, 10355, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26390, 10355, 3081, 'PVC287', 'PEGA PVC 050 ML TANGIT', 'standard', NULL, '28.0000', '28.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '28.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26391, 10355, 3245, 'PVC00171', 'TAPON H 3/4', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26392, 10356, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26393, 10357, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26394, 10357, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26395, 10358, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26396, 10359, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26397, 10359, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26398, 10360, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26399, 10361, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26400, 10361, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26401, 10362, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26402, 10363, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26403, 10363, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26404, 10363, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26405, 10364, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26406, 10364, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26407, 10364, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26408, 10365, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26409, 10366, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26410, 10366, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26411, 10366, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26412, 10366, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26413, 10367, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26414, 10368, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26415, 10369, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26416, 10369, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26417, 10370, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26418, 10371, 3182, '7441005702200', 'SEMILLAS MIXTAS PRO 80G', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26419, 10372, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26420, 10372, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26421, 10373, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26422, 10374, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26423, 10375, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26424, 10375, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26425, 10376, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26426, 10377, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26427, 10378, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26428, 10378, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26429, 10379, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26430, 10379, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26431, 10379, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26432, 10379, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26433, 10379, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26434, 10380, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26435, 10381, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26436, 10381, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26437, 10382, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26438, 10382, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26439, 10383, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26440, 10384, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26441, 10385, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26442, 10386, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26443, 10386, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26444, 10387, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26445, 10388, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26446, 10388, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26447, 10389, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26448, 10390, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26449, 10390, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26450, 10391, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26451, 10392, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26452, 10392, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26453, 10393, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26454, 10394, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26455, 10394, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26456, 10395, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26457, 10396, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26458, 10396, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26459, 10396, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26460, 10397, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26461, 10398, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26462, 10398, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26463, 10398, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26464, 10398, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26465, 10398, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26466, 10399, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26467, 10400, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26468, 10400, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26469, 10401, 2958, '748928005072', 'LAVAPLATOS ORIX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26470, 10402, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26471, 10403, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26472, 10404, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26473, 10405, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26474, 10405, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26475, 10406, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26476, 10406, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26477, 10406, 3182, '7441005702200', 'SEMILLAS MIXTAS PRO 80G', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26478, 10407, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26479, 10408, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26480, 10408, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26481, 10408, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26482, 10408, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26483, 10409, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26484, 10410, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26485, 10411, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26486, 10411, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26487, 10411, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26488, 10411, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26489, 10411, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26490, 10411, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26491, 10412, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26492, 10412, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26493, 10412, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26494, 10412, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26495, 10412, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26496, 10413, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26497, 10413, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26498, 10413, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26499, 10413, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26500, 10414, 3262, 'PVC00199', 'TEE 2 DR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26501, 10414, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26502, 10414, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26503, 10415, 3306, '102207', 'TORNILLO PULSER 2 1/2 BUSCA ROSCA', 'standard', NULL, '1.0000', '1.0000', '80.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '1.0000', NULL, 1, 'PZA', '80.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26504, 10415, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26505, 10416, 3341, '7401005001758', 'VENADO ESPECIAL 1/2 BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26506, 10417, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26507, 10418, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26508, 10419, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26509, 10420, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26510, 10421, 3556, '14725174', 'REDUCIDOR 4-2 DRENAJE 125 BLANCO', 'standard', NULL, '11.0000', '11.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '11.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26511, 10421, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26512, 10422, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26513, 10422, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26514, 10423, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26515, 10423, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26516, 10423, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26517, 10423, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26518, 10423, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26519, 10423, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26520, 10424, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26521, 10424, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26522, 10424, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26523, 10425, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26524, 10425, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26525, 10426, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26526, 10426, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26527, 10426, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26528, 10427, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26529, 10427, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26530, 10427, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26531, 10428, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26532, 10429, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26533, 10430, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26534, 10430, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26535, 10430, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26536, 10430, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26537, 10430, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26538, 10430, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26539, 10430, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26540, 10431, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26541, 10432, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26542, 10432, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26543, 10432, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26544, 10433, 3819, '012800180936', 'BATERIA RAYOVAC AA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26545, 10433, 2830, '41333001111', 'DURACEL REGULAR AA  1 UNIDAD', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26546, 10434, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26547, 10435, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26548, 10435, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26549, 10435, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26550, 10436, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26551, 10437, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26552, 10437, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26553, 10437, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26554, 10438, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26555, 10438, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26556, 10439, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26557, 10440, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26558, 10441, 3903, '7401165907730', 'PLAFONERA ON POWER TECH', 'standard', NULL, '9.0000', '9.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '9.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26559, 10441, 3288, '8012199645889', 'TOMACORRIENTE SOBRE PONER BTICINO  P38', 'standard', NULL, '22.0000', '22.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '220.0000', '', '22.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26560, 10442, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26561, 10442, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26562, 10442, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26563, 10442, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26564, 10442, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26565, 10443, 3256, '7401005910180', 'TE FRIO LIPTON 500 ML', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26566, 10443, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26567, 10444, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26568, 10444, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26569, 10445, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26570, 10445, 2517, '24000501558', 'ALOE VERA DEL MONTE 500 ML', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26571, 10445, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26572, 10445, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26573, 10445, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26574, 10445, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26575, 10445, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26576, 10446, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26577, 10447, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26578, 10448, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26579, 10449, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26580, 10450, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26581, 10451, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26582, 10451, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26583, 10452, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26584, 10452, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26585, 10453, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26586, 10454, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26587, 10455, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26588, 10455, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26589, 10455, 3921, '7441005713350', 'SEMILLAS NUTRI MIX PRO 80 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26590, 10456, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26591, 10456, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26592, 10457, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26593, 10457, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26594, 10457, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26595, 10458, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9800', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26596, 10459, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26597, 10460, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26598, 10461, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26599, 10462, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26600, 10463, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26601, 10463, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26602, 10463, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26603, 10464, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26604, 10465, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26605, 10466, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '6.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26606, 10467, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26607, 10468, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26608, 10468, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26609, 10469, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26610, 10470, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26611, 10470, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26612, 10471, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26613, 10472, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26614, 10473, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26615, 10474, 3917, '750894609505', 'TAQUERITOS 180 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26616, 10475, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26617, 10476, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26618, 10477, 3182, '7441005702200', 'SEMILLAS MIXTAS PRO 80G', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26619, 10478, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26620, 10479, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26621, 10480, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26622, 10480, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26623, 10481, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26624, 10482, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26625, 10483, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26626, 10484, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26627, 10484, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26628, 10484, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26629, 10485, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '0.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26630, 10485, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26631, 10485, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', 'standard', NULL, '0.2500', '0.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.2500', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26632, 10485, 3290, 'FER035', 'TORNILLO NORMAL DE 1 FIERO', 'standard', NULL, '0.2500', '0.2500', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.2500', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26633, 10485, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26634, 10486, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26635, 10487, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26636, 10487, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26637, 10488, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26638, 10488, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26639, 10488, 3182, '7441005702200', 'SEMILLAS MIXTAS PRO 80G', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26640, 10489, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26641, 10489, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26642, 10490, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26643, 10490, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26644, 10490, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26645, 10491, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26646, 10492, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26647, 10493, 3892, '6933528740612', 'BROCHA MANGO DE MADERA DE 2 TOLSEN 40123', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26648, 10494, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26649, 10495, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26650, 10495, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26651, 10496, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26652, 10497, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26653, 10498, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26654, 10498, 2968, '7750057005239', 'LIJA DE AGUA 60 3M', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26655, 10499, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26656, 10500, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26657, 10501, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26658, 10502, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26659, 10503, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26660, 10504, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26661, 10505, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26662, 10505, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26663, 10505, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26664, 10506, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26665, 10506, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26666, 10507, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26667, 10507, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26668, 10507, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26669, 10507, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26670, 10507, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26671, 10508, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26672, 10509, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26673, 10509, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26674, 10509, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26675, 10509, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26676, 10510, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26677, 10510, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26678, 10510, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26679, 10510, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26680, 10510, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26681, 10511, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26682, 10511, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26683, 10511, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26684, 10511, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26685, 10512, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26686, 10512, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26687, 10512, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26688, 10513, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26689, 10514, 3819, '012800180936', 'BATERIA RAYOVAC AA', 'standard', NULL, '6.0000', '6.0000', '0.5000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '6.0000', NULL, 5, 'UNIDAD', '0.5000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26690, 10515, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26691, 10516, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26692, 10517, 2708, 'FER00710', 'CLAVO PARA CERCA (LA?A) 1 1/4 LB', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26693, 10518, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26694, 10518, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26695, 10518, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26696, 10519, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '96.0000', '', '12.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26697, 10520, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26698, 10521, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26699, 10521, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26700, 10522, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26701, 10523, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26702, 10523, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26703, 10523, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26706, 10525, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26707, 10525, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26708, 10525, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26709, 10526, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26710, 10526, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26711, 10527, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26712, 10528, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26713, 10528, 3060, '56', 'OCTAVO SABORES.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26714, 10528, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26715, 10528, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26716, 10528, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26717, 10528, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26718, 10528, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26719, 10528, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26720, 10528, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26721, 10528, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26722, 10528, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26723, 10528, 2567, '7501206645994', 'BROCA PARA METAL  3/16\\\" TRUPER', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26724, 10528, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26725, 10528, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26726, 10528, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26727, 10528, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26728, 10529, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26729, 10529, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26730, 10529, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26731, 10529, 2716, 'PVC00033', 'CODO LISO PVC 1 90 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26732, 10529, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26733, 10529, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26734, 10529, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26735, 10529, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26736, 10529, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26737, 10529, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26738, 10529, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26739, 10529, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26740, 10529, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26741, 10529, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26742, 10529, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26743, 10530, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26744, 10530, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '19.5000', '', '6.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26745, 10530, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26746, 10530, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26747, 10530, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26748, 10530, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26749, 10530, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26750, 10530, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26751, 10530, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '11.0000', 1, '0.0000', NULL, '', '0', '0.0000', '110.0000', '', '10.0000', NULL, 1, 'PZA', '11.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26752, 10530, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26753, 10530, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26754, 10531, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26755, 10531, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26756, 10531, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26757, 10531, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26758, 10531, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9800', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26759, 10531, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '10.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26760, 10531, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26761, 10531, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26762, 10531, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26763, 10531, 2617, '7441018800368', 'CAJA RECTANGULAR PLASTICA DURMAN', 'standard', NULL, '7.5000', '7.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '7.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26764, 10531, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', 'standard', NULL, '28.5000', '28.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '28.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26765, 10531, 2821, '7506240666974', 'DISCO REC. DE DIAMANTE 4 1/2 PRETU 27032', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26766, 10531, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26767, 10531, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26768, 10531, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26769, 10532, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26770, 10532, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26771, 10532, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26772, 10532, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.5000', '', '4.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26773, 10532, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26774, 10532, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26775, 10532, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26776, 10532, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26777, 10532, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26778, 10532, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26779, 10532, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26780, 10532, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26781, 10532, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26782, 10532, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26783, 10532, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26784, 10532, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26785, 10533, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26786, 10533, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26787, 10533, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26788, 10533, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26789, 10533, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26790, 10533, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26791, 10533, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26792, 10533, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26793, 10533, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26794, 10534, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26795, 10534, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26796, 10534, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26797, 10534, 3234, '7501199465418', 'TANGIT 240 ML', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26798, 10534, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26799, 10534, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26800, 10534, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26801, 10534, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26802, 10534, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26803, 10534, 3166, '7401005001857', 'RON BOTRAN XL MEDIA BOTELLA..', 'standard', NULL, '30.0000', '30.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '30.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26804, 10534, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26805, 10534, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26806, 10534, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26807, 10534, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26808, 10534, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26809, 10534, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '1.5000', NULL, 5, 'UNIDAD', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26810, 10535, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26811, 10535, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26812, 10535, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26813, 10535, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26814, 10535, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26815, 10535, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26816, 10535, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26817, 10535, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26818, 10535, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26819, 10535, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26820, 10535, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26821, 10535, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26822, 10535, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26823, 10535, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26824, 10536, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26825, 10536, 2716, 'PVC00033', 'CODO LISO PVC 1 90 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26826, 10536, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26827, 10536, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26828, 10536, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26829, 10536, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26830, 10536, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26831, 10536, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26832, 10536, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26833, 10536, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26834, 10536, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26835, 10536, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26836, 10536, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26837, 10536, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26838, 10536, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26839, 10536, 2766, 'FER01397', 'CRAYON 2 COLORES GRUESO', 'standard', NULL, '2.0000', '2.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '2.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26840, 10537, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26841, 10537, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26842, 10537, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26843, 10537, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26844, 10537, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26845, 10537, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26846, 10537, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26847, 10537, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '144.0000', '', '12.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26848, 10537, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26849, 10537, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26850, 10537, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26851, 10538, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26852, 10538, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26853, 10538, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26854, 10538, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26855, 10539, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26856, 10539, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26857, 10540, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26858, 10541, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26859, 10541, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26860, 10542, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26861, 10543, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26862, 10544, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26863, 10544, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26864, 10544, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26865, 10544, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26866, 10544, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26867, 10545, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26868, 10545, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26869, 10545, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26870, 10545, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26871, 10546, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26872, 10547, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26873, 10547, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26874, 10547, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26875, 10548, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26876, 10549, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26877, 10549, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26878, 10549, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.2500', '', '1.2500', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26879, 10550, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26880, 10550, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26881, 10550, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26882, 10551, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '125.0000', '', '25.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26883, 10551, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26884, 10551, 3147, 'PVC00152', 'REDUCIDOR DR 3-2', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26885, 10551, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26886, 10551, 2719, 'PVC00036', 'CODO LISO PVC 1/2  90 GR ', 'standard', NULL, '3.0000', '3.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '3.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26887, 10551, 2724, 'PVC00045', 'CODO 90 GR C/R 1/2', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26888, 10551, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '3.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26889, 10552, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26890, 10552, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26891, 10552, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26892, 10553, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26893, 10554, 2694, '7506240619123', 'CLAVILLO NIQUELADO 17 MM', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26894, 10555, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26895, 10556, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26896, 10557, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26897, 10557, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26898, 10558, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26899, 10558, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26900, 10559, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26901, 10559, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26902, 10559, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26903, 10560, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26904, 10560, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26905, 10560, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26906, 10561, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26907, 10562, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26908, 10562, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26909, 10562, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.9800', '', '0.3333', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26910, 10562, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26911, 10562, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26912, 10563, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26913, 10564, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26914, 10565, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26915, 10566, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26916, 10566, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26917, 10567, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26918, 10567, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26919, 10568, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26920, 10569, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26921, 10570, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26922, 10570, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26923, 10570, 3593, '97076721', 'LAZO PEQUEÑO FANTASIA', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26924, 10570, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26925, 10570, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26926, 10571, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26927, 10571, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26928, 10572, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26929, 10573, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26930, 10574, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26931, 10575, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26932, 10575, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26933, 10576, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26934, 10577, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26935, 10578, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26936, 10579, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26937, 10579, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26938, 10579, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26939, 10580, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26940, 10580, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26941, 10581, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26942, 10581, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26943, 10581, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26944, 10582, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26945, 10582, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26946, 10583, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26947, 10584, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26948, 10584, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26949, 10585, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26950, 10586, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26951, 10587, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26952, 10588, 3509, '6925582169171', 'VIZE GRIP RECTO 10\\\" TOTAL', 'standard', NULL, '48.0000', '48.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '48.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26953, 10588, 3515, '6925582180398', 'JUEGO DE LLAVES COMBINADAS 8 PZAS 6-19MM TOTAL', 'standard', NULL, '100.0000', '100.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '100.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26954, 10588, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26955, 10589, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26956, 10590, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26957, 10591, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26958, 10591, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26959, 10591, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26960, 10592, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26961, 10592, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26962, 10592, 3917, '750894609505', 'TAQUERITOS 180 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26963, 10593, 2503, '760896120212', 'AGUA DESTILADA PRODIN', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26964, 10594, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26965, 10595, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26966, 10596, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26967, 10597, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26968, 10598, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26969, 10598, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26970, 10599, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26971, 10599, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26972, 10599, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26973, 10600, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26974, 10601, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26975, 10602, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26976, 10603, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26977, 10603, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26978, 10603, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26979, 10603, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26980, 10603, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26981, 10603, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26982, 10604, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26983, 10604, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26984, 10604, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26985, 10604, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26986, 10604, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26987, 10604, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26988, 10605, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26989, 10605, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26990, 10605, 3910, '42460381', 'BOTAS DE HULE HERCULES ', 'standard', NULL, '85.0000', '85.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '85.0000', '', '85.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26991, 10605, 3909, '18044149', 'CAPA PONCHO AZUL/NEGRO', 'standard', NULL, '80.0000', '80.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '240.0000', '', '80.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26992, 10606, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26993, 10606, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26994, 10607, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26995, 10607, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26996, 10607, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26997, 10607, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26998, 10607, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26999, 10607, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27000, 10608, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.5000', '', '2.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27001, 10608, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27002, 10608, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27003, 10608, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.2500', '', '1.2500', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27004, 10608, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27005, 10609, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27006, 10609, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27007, 10609, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27008, 10609, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27009, 10609, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27010, 10610, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27011, 10611, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27012, 10612, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27013, 10613, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27014, 10613, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27015, 10614, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27016, 10614, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27017, 10615, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27018, 10616, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27019, 10617, 2790, '7401000707310', 'DE LA GRANJA 1/2 LITRO.   .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27020, 10618, 3921, '7441005713350', 'SEMILLAS NUTRI MIX PRO 80 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27021, 10619, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27022, 10619, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27023, 10620, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27024, 10621, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27025, 10622, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27026, 10623, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27027, 10624, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27028, 10625, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27029, 10625, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27030, 10626, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27031, 10627, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27032, 10628, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27033, 10629, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27034, 10629, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27035, 10630, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27036, 10631, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27037, 10632, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27038, 10632, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27039, 10633, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27040, 10633, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27041, 10634, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27042, 10635, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27043, 10636, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27044, 10637, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27045, 10638, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27046, 10639, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27047, 10640, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27048, 10641, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27049, 10642, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27050, 10643, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27051, 10644, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27052, 10645, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27053, 10646, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27054, 10647, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27055, 10647, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27056, 10647, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27057, 10648, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27058, 10648, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27059, 10648, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27060, 10648, 3246, '10205', 'TAPON H DR 3', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27061, 10649, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27062, 10650, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27063, 10650, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27064, 10651, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27065, 10652, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27066, 10653, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27067, 10653, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27068, 10653, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27069, 10654, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27070, 10654, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27071, 10654, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27072, 10654, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '5.5000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27073, 10654, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27074, 10654, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27075, 10655, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27076, 10655, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27077, 10655, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27078, 10656, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27079, 10657, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27080, 10658, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27081, 10659, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27082, 10659, 3182, '7441005702200', 'SEMILLAS MIXTAS PRO 80G', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27083, 10660, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27084, 10660, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27085, 10660, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27086, 10661, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27087, 10661, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27088, 10662, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27089, 10662, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27090, 10663, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27091, 10664, 3629, '6972544370335', 'ACETAMINOFEN  500 MG (PARACETAMOL)', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27092, 10665, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27093, 10665, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27094, 10665, 3182, '7441005702200', 'SEMILLAS MIXTAS PRO 80G', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27095, 10666, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27096, 10667, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27097, 10667, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27098, 10667, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27099, 10668, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27100, 10668, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27101, 10669, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27102, 10669, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27103, 10670, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27104, 10670, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27105, 10671, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27106, 10672, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27107, 10672, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27108, 10673, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27109, 10674, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27110, 10675, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27111, 10676, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27112, 10676, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27113, 10677, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27114, 10677, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27115, 10678, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27116, 10678, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27117, 10679, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27118, 10680, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27119, 10681, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27120, 10682, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27121, 10683, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27122, 10683, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27123, 10684, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27124, 10684, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27125, 10684, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27126, 10684, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27127, 10684, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27128, 10684, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27129, 10685, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27130, 10685, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27131, 10685, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27132, 10685, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27133, 10686, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27134, 10686, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27135, 10687, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27136, 10688, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27137, 10688, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27138, 10688, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27139, 10689, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27140, 10689, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '8.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27141, 10689, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27142, 10690, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27143, 10691, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27144, 10692, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27145, 10692, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27146, 10692, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27147, 10693, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27148, 10694, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27149, 10695, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27150, 10695, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27151, 10696, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27152, 10696, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27153, 10697, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27154, 10698, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27155, 10698, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27156, 10699, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27157, 10700, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27158, 10700, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27159, 10701, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27160, 10701, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27161, 10702, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27162, 10703, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27163, 10704, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '10.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27164, 10704, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27165, 10705, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27166, 10706, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27167, 10706, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27168, 10706, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27169, 10707, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27170, 10707, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27171, 10708, 3342, '7401005001765', 'VENADO ESPECIAL BOTELLA. .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27172, 10709, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27173, 10710, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27174, 10711, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27175, 10711, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27176, 10711, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27177, 10712, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27178, 10713, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27179, 10714, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27180, 10714, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27181, 10715, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27182, 10715, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27183, 10715, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27184, 10716, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27185, 10717, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27186, 10718, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '7.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '1.0000', NULL, 1, 'PZA', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27187, 10719, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27188, 10719, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27189, 10720, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27190, 10720, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27191, 10721, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27192, 10722, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27193, 10723, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27194, 10724, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27195, 10724, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27196, 10725, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27197, 10725, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27198, 10725, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27199, 10725, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27200, 10726, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27201, 10727, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27202, 10728, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27203, 10729, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27204, 10730, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27205, 10731, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27206, 10732, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27207, 10733, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27208, 10733, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27209, 10733, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27210, 10733, 3917, '750894609505', 'TAQUERITOS 180 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27211, 10734, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27212, 10735, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27213, 10736, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27214, 10737, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27215, 10738, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27216, 10739, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27217, 10740, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27218, 10741, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27219, 10742, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27220, 10742, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '1.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27221, 10742, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27222, 10743, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27223, 10744, 3835, '11416739', 'CINCHO PLASTICO VIKINGO NO. 6 X UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27224, 10745, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27225, 10745, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27226, 10745, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27227, 10745, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27228, 10746, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27229, 10746, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27230, 10747, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27231, 10747, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27232, 10748, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27233, 10749, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '4.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27234, 10749, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27235, 10749, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27236, 10750, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27237, 10751, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27238, 10752, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27239, 10752, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27240, 10752, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27241, 10753, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27242, 10753, 3852, '038629002716', 'GALLETAS MARIANITAS', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27243, 10754, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27244, 10754, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27245, 10754, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27246, 10754, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27247, 10754, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27248, 10754, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27249, 10754, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27250, 10755, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27251, 10755, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27252, 10755, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27253, 10755, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27254, 10755, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27255, 10755, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27256, 10756, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27257, 10756, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27258, 10756, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27259, 10757, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27260, 10757, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27261, 10757, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27262, 10757, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27263, 10758, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27264, 10758, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27265, 10758, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27266, 10758, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27267, 10758, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27268, 10758, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27269, 10759, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27270, 10759, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27271, 10760, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27272, 10760, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27273, 10760, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27274, 10760, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27275, 10761, 2851, 'FER00150', 'ESPONJA GRANDE PARA REPELLO', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27276, 10761, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27277, 10761, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27278, 10761, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27279, 10762, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27280, 10763, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27284, 10764, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27285, 10764, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27286, 10764, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27287, 10765, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27288, 10765, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27289, 10765, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27290, 10765, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27291, 10765, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27292, 10765, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27293, 10765, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27294, 10766, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27295, 10766, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27296, 10766, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27297, 10766, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27298, 10766, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27299, 10767, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27300, 10767, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27301, 10767, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27302, 10768, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27303, 10768, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27304, 10768, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27305, 10768, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27306, 10768, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27307, 10768, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27308, 10769, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '27.0000', 1, '0.0000', NULL, '', '0', '0.0000', '324.0000', '', '12.0000', NULL, 1, 'PZA', '27.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27309, 10770, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27310, 10771, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27311, 10772, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27312, 10773, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27313, 10773, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27314, 10774, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27315, 10774, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27316, 10775, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27317, 10776, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27318, 10777, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27319, 10778, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27320, 10779, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27321, 10779, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27322, 10780, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27323, 10781, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27324, 10782, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27325, 10782, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27326, 10783, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27327, 10784, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27328, 10785, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27329, 10785, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27330, 10786, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27331, 10787, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27332, 10788, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27333, 10788, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27334, 10788, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27335, 10789, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27336, 10790, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27337, 10790, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27338, 10791, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27339, 10791, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27340, 10792, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27341, 10792, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27342, 10793, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27343, 10794, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27344, 10794, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27345, 10795, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27346, 10795, 3202, '7406027034913', 'SILICON LIQUIDO 30 ML', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27347, 10796, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27348, 10796, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27349, 10797, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27350, 10797, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27351, 10797, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27352, 10798, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27353, 10798, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27354, 10798, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27355, 10799, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27356, 10799, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27357, 10799, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27358, 10800, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27359, 10801, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27360, 10801, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27361, 10801, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27362, 10801, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27363, 10801, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27364, 10802, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27365, 10802, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27366, 10802, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27367, 10802, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27368, 10802, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27369, 10802, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27370, 10803, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27371, 10803, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27372, 10804, 3627, '18901790700998', 'DICLOFENACO AZUL GEL 50 MG', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27373, 10804, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27374, 10804, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27375, 10804, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27376, 10805, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27377, 10805, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27378, 10805, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27379, 10805, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27380, 10806, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27381, 10806, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27382, 10807, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27383, 10807, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '64.0000', '', '8.0000', NULL, 1, 'PZA', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27384, 10807, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27385, 10807, 2898, '842071001148', 'GALON ACEITE URSA SUPER TD SAE 15W-40', 'standard', NULL, '265.0000', '265.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '265.0000', '', '265.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27386, 10807, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27387, 10808, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27388, 10809, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27389, 10809, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27390, 10810, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27391, 10811, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27392, 10811, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27393, 10812, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27394, 10812, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27395, 10813, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27396, 10814, 2476, 'ABRA002', 'ABRAZADERA TW 1\" DE PRESION', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27397, 10814, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '33.0000', '', '11.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27398, 10815, 3343, '7401005003417', 'VENADO LIGHT BOTELLA.  .', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27399, 10816, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27400, 10817, 2463, '7501206659533', 'ABRAZADERA 3/4 X BOLSA', 'standard', NULL, '8.5000', '8.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.5000', '', '8.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27401, 10818, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27402, 10819, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27403, 10819, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '0.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27404, 10819, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27405, 10820, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27406, 10820, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27407, 10821, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27408, 10821, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27409, 10822, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27410, 10822, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27411, 10823, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27412, 10823, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27413, 10824, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27414, 10825, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27415, 10826, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27416, 10827, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27417, 10827, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27418, 10828, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27419, 10829, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27420, 10829, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27421, 10830, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '156.0000', '', '52.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27422, 10831, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27423, 10832, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27424, 10833, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27425, 10834, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27426, 10834, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27427, 10835, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27428, 10835, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27429, 10835, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27430, 10836, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27431, 10837, 2514, '011418386891', 'ALKA SELTZER .', 'standard', NULL, '2.0000', '2.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '2.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27432, 10838, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27433, 10839, 3918, '750894600267', 'YUMMIES ZAMBOS 140 GR', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27434, 10840, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27435, 10841, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27436, 10842, 2593, '87295125991', 'BUJIA / CANDELA PARA MOTO', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27437, 10843, 2890, '7501000635658', 'GALLETA EMPERADOR .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27438, 10843, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27439, 10843, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27440, 10843, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27441, 10843, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27442, 10844, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27443, 10844, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27444, 10845, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27445, 10846, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27446, 10847, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27447, 10848, 3036, '7501206673324', 'METRO CONTRA IMPAC 5MTS TRUPER', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27448, 10849, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27449, 10850, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27450, 10851, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27451, 10852, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27452, 10852, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27453, 10853, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27454, 10854, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27455, 10855, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27456, 10856, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27457, 10857, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27458, 10858, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27459, 10858, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27460, 10859, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27461, 10860, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27462, 10861, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27463, 10862, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27464, 10862, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27465, 10862, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27466, 10862, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27467, 10862, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27468, 10862, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27469, 10862, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27470, 10863, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27471, 10864, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27472, 10865, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27473, 10866, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27474, 10867, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27475, 10868, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27476, 10868, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27477, 10869, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27478, 10869, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27479, 10870, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27480, 10871, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27481, 10871, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27482, 10872, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27483, 10872, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27484, 10873, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '18.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27485, 10873, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27486, 10873, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27487, 10874, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27488, 10875, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27489, 10876, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27490, 10877, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27491, 10877, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27492, 10877, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27493, 10877, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27494, 10877, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27495, 10878, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27496, 10878, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27497, 10878, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27498, 10879, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27499, 10879, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27500, 10879, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27501, 10880, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27502, 10880, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27503, 10881, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.2500', '', '1.2500', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27504, 10882, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27505, 10882, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27506, 10883, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27507, 10883, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27508, 10883, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27509, 10884, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27510, 10885, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27511, 10885, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27512, 10886, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27513, 10887, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27514, 10887, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27515, 10888, 3917, '750894609505', 'TAQUERITOS 180 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27516, 10889, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27517, 10889, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27518, 10890, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27519, 10890, 3231, '7401000705019', 'TAMPICO VASO.    .', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27520, 10891, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '1.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27521, 10891, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27522, 10891, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27523, 10891, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27524, 10892, 2710, '7401006400482', 'COCACOLA 20 ONZAS', 'standard', NULL, '7.5000', '7.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '7.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27525, 10892, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27526, 10892, 2889, '7501000614530', 'GALLETA CREMAX    .', 'standard', NULL, '6.5000', '6.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '6.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27527, 10892, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27528, 10893, 2807, '7506240656951', 'DISCO DE DIAMANTE  P/CONCRETO 4 1/2  PRETUL 21009', 'standard', NULL, '28.5000', '28.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.5000', '', '28.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27529, 10894, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27530, 10895, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27531, 10896, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27532, 10897, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27533, 10897, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27534, 10897, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27535, 10898, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27536, 10899, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27537, 10899, 3900, '7401090804876', 'HELADO PALETA CRUNCHY POP FRESA SARITA', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27538, 10899, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27539, 10899, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27540, 10900, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27541, 10900, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27542, 10900, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27543, 10901, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27544, 10902, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27545, 10903, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27546, 10903, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27547, 10903, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27548, 10904, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27549, 10905, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27550, 10906, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27551, 10907, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27552, 10908, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27553, 10909, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27554, 10910, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27555, 10910, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27556, 10911, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27557, 10911, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27558, 10912, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27559, 10912, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27560, 10913, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27561, 10913, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27562, 10914, 3187, '7501056336578', 'SHAMPO SOBRE  .', 'standard', NULL, '1.2500', '1.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '1.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27563, 10914, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27564, 10915, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27565, 10916, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27566, 10917, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27567, 10918, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27568, 10918, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27569, 10919, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27570, 10920, 3924, '7401007600393', 'GOMA/RESISTOL ESCOLAR 1 ONZA TUCAN', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27571, 10920, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27572, 10921, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27573, 10921, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27574, 10921, 2726, 'PVC00052', 'CODO 90 GR DR 3', 'standard', NULL, '25.0000', '25.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '100.0000', '', '25.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27575, 10921, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27576, 10921, 3802, '84215013', 'REPOSADERA DE BRONCE DE 2X2', 'standard', NULL, '75.0000', '75.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '75.0000', '', '75.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27577, 10921, 3317, 'TA121216AI', 'TUBO DE ABASTO PREMIUN 1/2*1/216\" ACERO', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27578, 10921, 3196, '411868', 'SIFON PARA LAVAMANOS QUALITA', 'standard', NULL, '25.0000', '25.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '25.0000', '', '25.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27579, 10922, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27580, 10922, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27581, 10922, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27582, 10922, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27583, 10923, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27584, 10923, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27585, 10924, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27586, 10924, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27587, 10924, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27588, 10925, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27589, 10925, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27590, 10926, 2594, 'ELE00076', 'CABLE PARALELO 2* 12 M', 'standard', NULL, '12.5000', '12.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '12.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27591, 10926, 3865, '7441109000753', 'ESPIGA DE HULE EAGLE (CON CONEXION/TIERRA)', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27592, 10927, 2725, 'PVC00051', 'CODO 90 GR DR 2', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27593, 10927, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27594, 10928, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27595, 10929, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27596, 10930, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27597, 10930, 3297, '7501206686843', 'TORNILLO NORMAL 1  1/2 FIERO', 'standard', NULL, '0.2500', '0.2500', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.2500', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27598, 10930, 2716, 'PVC00033', 'CODO LISO PVC 1 90 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27599, 10931, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27600, 10932, 3238, 'PVC00161', 'TAPON 1 1/4', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27601, 10932, 3244, 'PVC00159', 'TAPON H 1 1/2', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27602, 10933, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27603, 10933, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27604, 10934, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27605, 10934, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27606, 10935, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27607, 10936, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27608, 10936, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27609, 10937, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27610, 10938, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27611, 10938, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27612, 10939, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27613, 10940, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27614, 10940, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '2.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27615, 10940, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27616, 10941, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27617, 10941, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27618, 10942, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27619, 10942, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '7.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27620, 10943, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27621, 10943, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27622, 10944, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27623, 10945, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27624, 10945, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27625, 10945, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27626, 10946, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27627, 10947, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27628, 10948, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27629, 10949, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27630, 10950, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27631, 10951, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27632, 10952, 3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27633, 10953, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27634, 10953, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27635, 10953, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27636, 10953, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27637, 10954, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27638, 10955, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27639, 10955, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27640, 10956, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '6.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27641, 10957, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27642, 10958, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27643, 10958, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27644, 10959, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27645, 10959, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27646, 10960, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27647, 10961, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27648, 10962, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27649, 10962, 2749, 'PVC00071', 'COPLA 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27650, 10962, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27651, 10963, 3831, '7501206695364', 'TEFLON PRETUL DE 1/2 (CINTA SELLA ROSCAS)', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27652, 10964, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27653, 10965, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27654, 10966, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27655, 10967, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27656, 10968, 2982, '512', 'LITRO PEPSI.     .', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27657, 10969, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27658, 10969, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '1.5000', NULL, 5, 'UNIDAD', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27659, 10969, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27660, 10969, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27661, 10970, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27662, 10971, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27663, 10972, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27664, 10972, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27665, 10973, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27666, 10973, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27667, 10974, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27668, 10975, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27669, 10976, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27670, 10977, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27671, 10978, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27672, 10979, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27673, 10980, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27674, 10981, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27675, 10982, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27676, 10982, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27677, 10982, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27678, 10982, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27679, 10983, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27680, 10984, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27681, 10985, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27682, 10985, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27683, 10986, 3080, 'PVC00236', 'PEGA PVC 025 ML TANGIT', 'standard', NULL, '20.0000', '20.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '20.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27684, 10986, 3327, '16078825', 'VALVULA BOLA DE ZINC 1/2 AQUA', 'standard', NULL, '22.0000', '22.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '22.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27685, 10986, 2490, 'PVC00006', 'ADAPTADOR  MACHO PVC 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27686, 10987, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27687, 10988, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27688, 10988, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27689, 10989, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27690, 10990, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27691, 10991, 3885, '7401090804555', 'HELADO PALETA DE FRUTA MANGO CON CHAMOY', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27692, 10992, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27693, 10992, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27694, 10993, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27695, 10993, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27696, 10994, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27697, 10994, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27698, 10994, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27699, 10995, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27700, 10996, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27701, 10996, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27702, 10997, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27703, 10998, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27704, 10999, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27705, 11000, 3622, '7415100205379', 'VIRO-GRIP DIA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27706, 11000, 3623, '74105403', 'VIRO-GRIP NOCHE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27707, 11000, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27708, 11001, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27709, 11001, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27710, 11002, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27711, 11003, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27712, 11004, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27713, 11004, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27714, 11005, 2561, '7506240610922', 'BROCA P/ CONCRETO 5/16 *4\" TRUPER', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27715, 11006, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27716, 11007, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27717, 11008, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27718, 11009, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27719, 11010, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27720, 11010, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27721, 11011, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27722, 11012, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27723, 11012, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27724, 11012, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27725, 11012, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27726, 11012, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27727, 11013, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27728, 11014, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27729, 11014, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27730, 11015, 3209, '7401007321021', 'SISTA TAPAGOTERAS 1/16 GALON', 'standard', NULL, '40.0000', '40.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '40.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27731, 11016, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27732, 11017, 2650, '7501064112546', 'CERVEZA MODELO LATA.', 'standard', NULL, '10.0000', '10.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '10.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27733, 11018, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27734, 11019, 3254, '740400212303', 'TARUGOS PLASTICOS VERDE 1/4 POR UNIDAD', 'standard', NULL, '0.5000', '0.5000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '0.5000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27735, 11019, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '7.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27736, 11019, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27737, 11020, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27738, 11020, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27739, 11020, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27740, 11021, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27741, 11022, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27742, 11022, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27743, 11023, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27744, 11023, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27745, 11023, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27746, 11024, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27747, 11025, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27748, 11025, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27749, 11025, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27750, 11026, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27751, 11026, 2891, '7501000655700', 'GALLETA FLORENTINA.', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27752, 11027, 3173, '4711678071365', 'SACAPUNTAS PLAST THUMB  Y-PLUS', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27753, 11028, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27754, 11029, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27755, 11030, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27756, 11031, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27757, 11031, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27758, 11031, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27759, 11031, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27760, 11031, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27761, 11032, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27762, 11032, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27763, 11032, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27764, 11032, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27765, 11033, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27766, 11033, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27767, 11034, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27768, 11034, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27769, 11034, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27770, 11035, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27771, 11036, 3905, '7401165901448', 'CHORRO LIVIANO DE 1/2', 'standard', NULL, '21.0000', '21.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '42.0000', '', '21.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27772, 11036, 2756, 'PVC00077', 'COPLA C/R 1/2', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27773, 11036, 3260, 'PVC00192', 'TEE 1/2', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27774, 11037, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27775, 11037, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27776, 11037, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27777, 11037, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27778, 11037, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '7.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27779, 11038, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27780, 11038, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27781, 11038, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27782, 11038, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27783, 11038, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27784, 11039, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27785, 11039, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27786, 11039, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27787, 11039, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27788, 11039, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27789, 11040, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27790, 11041, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27791, 11042, 3069, '6942713106485', 'PALA S/CABO REDONDA ALDOSA', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27792, 11043, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27793, 11044, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27794, 11045, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27795, 11046, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27796, 11046, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27797, 11046, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27798, 11047, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27799, 11048, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27800, 11049, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27801, 11049, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27802, 11049, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27803, 11049, 3611, '7441163701626', 'GELATINAS FRUTY JELLY', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27804, 11050, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27805, 11050, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27806, 11051, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27807, 11052, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27808, 11052, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27809, 11053, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27810, 11053, 3841, '7506240645528', 'FOCO LED 9W VOLTECK', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27811, 11053, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27812, 11054, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27813, 11055, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27814, 11056, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27815, 11056, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27816, 11056, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27817, 11056, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27818, 11057, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27819, 11057, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27820, 11057, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27821, 11057, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27822, 11058, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27823, 11059, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27824, 11060, 2963, '757575', 'LIBRA DE PITA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27825, 11060, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27826, 11061, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27827, 11062, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27828, 11062, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27829, 11063, 2647, '7401000702414', 'CERVEZA GALLO LATA .', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27830, 11063, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '12.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27831, 11064, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27832, 11065, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27833, 11065, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27834, 11066, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27835, 11067, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27836, 11068, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27837, 11069, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27838, 11069, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27839, 11070, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27840, 11071, 3914, '7441005013313', 'BATERIA PANASONIC DOBLE A', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27841, 11072, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27842, 11073, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27843, 11073, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27844, 11074, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27845, 11074, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27846, 11074, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27847, 11075, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27848, 11075, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27849, 11076, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27850, 11076, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27851, 11076, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27852, 11077, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27853, 11078, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27854, 11079, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27855, 11079, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27856, 11080, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27857, 11081, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27858, 11082, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27859, 11082, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27860, 11082, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27861, 11083, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27862, 11084, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27863, 11085, 2483, '85051001190', 'ACEITE 2 TIEMPOS SUPER S ECON. LITRO', 'standard', NULL, '26.0000', '26.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '26.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27864, 11086, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27865, 11086, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27866, 11087, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27867, 11087, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27868, 11088, 3174, '7794640172892', 'SAL ANDREWS', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27869, 11089, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27870, 11090, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27871, 11090, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27872, 11091, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27873, 11091, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27874, 11092, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27875, 11093, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27876, 11094, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27877, 11095, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27878, 11095, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27879, 11095, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27880, 11096, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27881, 11097, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27882, 11097, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27883, 11097, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27884, 11097, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27885, 11097, 3624, '7451079003431', 'PANADOL ULTRA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27886, 11098, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27887, 11098, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27888, 11098, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27889, 11099, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27890, 11100, 2970, '7750057006502', 'LIJA DE LONA 3M 80', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27891, 11101, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27892, 11102, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27893, 11103, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27894, 11104, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27895, 11104, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27896, 11104, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27897, 11104, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27898, 11104, 3921, '7441005713350', 'SEMILLAS NUTRI MIX PRO 80 GR', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27899, 11105, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27900, 11106, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27901, 11106, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27902, 11107, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27903, 11107, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27904, 11107, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27905, 11107, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27906, 11107, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27907, 11108, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27908, 11109, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27909, 11110, 2973, 'FER00750', 'LIMA  TRIANGULAR BELLOTA', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27910, 11111, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27911, 11112, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '90.0000', '', '18.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27912, 11112, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '8.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27913, 11113, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27914, 11113, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27915, 11114, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27916, 11114, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27917, 11115, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27918, 11116, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27919, 11117, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27920, 11118, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27921, 11119, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27922, 11120, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27923, 11121, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27924, 11121, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27925, 11121, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27926, 11122, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27927, 11122, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27928, 11123, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27929, 11124, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27930, 11125, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27931, 11126, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27932, 11127, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27933, 11127, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27934, 11128, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27935, 11129, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27936, 11130, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27937, 11131, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27938, 11131, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27939, 11132, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27940, 11133, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27941, 11134, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27942, 11134, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27943, 11134, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27944, 11135, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27945, 11136, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27946, 11137, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27947, 11138, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27948, 11138, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27949, 11139, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27950, 11140, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27951, 11140, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27952, 11140, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27953, 11140, 3920, '660756015156', 'BOCADELI MEDIANO ', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27954, 11140, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27955, 11140, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27956, 11140, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27957, 11141, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27958, 11141, 3624, '7451079003431', 'PANADOL ULTRA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27959, 11142, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27960, 11142, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27961, 11142, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27962, 11142, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27963, 11142, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27964, 11143, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '39.0000', '', '13.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27965, 11144, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '44.0000', '', '11.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27966, 11144, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27967, 11145, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27968, 11145, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27969, 11145, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27970, 11146, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27971, 11147, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27972, 11148, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27973, 11149, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27974, 11149, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27975, 11149, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27976, 11150, 3508, '6925582169010', 'LLAVE MANDRIL 1/2 TOTAL ', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27977, 11151, 3585, '6933528736028', 'METRO INDUSTRIAL 8 MTS TOLSEN 36005', 'standard', NULL, '53.0000', '53.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '53.0000', '', '53.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27978, 11152, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27979, 11152, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27980, 11153, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27981, 11153, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27982, 11154, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27983, 11155, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27984, 11155, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27985, 11156, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27986, 11156, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27987, 11157, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27988, 11158, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27989, 11159, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27990, 11160, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27991, 11161, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27992, 11161, 2894, '751000645756', 'GALLETA PAN CREMA .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27993, 11161, 2886, '7501000635306', 'GALLETA CHOKIS      .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27994, 11161, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27995, 11162, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27996, 11163, 3913, '7401090806252', 'HELADO BLOCK', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27997, 11164, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27998, 11164, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27999, 11165, 2877, '24474002124', 'FRUTA FRESCA  PETIT', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28000, 11165, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28001, 11166, 3083, '7401005903014', 'PEPSI 2 LITROS', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28002, 11167, 2960, '102', 'LB CLAVO PARA LAMINA', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28003, 11167, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28004, 11168, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28005, 11169, 2502, '7401005988592', 'AGUA AQUA  .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28006, 11170, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28007, 11171, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28008, 11171, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28009, 11171, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28010, 11172, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28011, 11173, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28012, 11174, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28013, 11175, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28014, 11176, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '4.0000', NULL, 5, 'UNIDAD', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28015, 11176, 2499, '7401005983696', 'ADRENALINA PEQ.  .', 'standard', NULL, '11.0000', '11.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '11.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28016, 11176, 2500, '7401005988561', 'ADRENALINE 16OZ  .', 'standard', NULL, '13.0000', '13.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '13.0000', '', '13.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28017, 11176, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28018, 11177, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28019, 11178, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28020, 11178, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28021, 11179, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28022, 11179, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28023, 11180, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28024, 11181, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28025, 11182, 2644, '7401000701288', 'CERVEZA DORADA ICE LATA.', 'standard', NULL, '6.0000', '6.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '6.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28026, 11182, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28027, 11183, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '52.0000', '', '52.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28028, 11183, 2606, '7401175602199', 'CAJA CLAVO CONCRETO 2 1/2', 'standard', NULL, '45.0000', '45.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '45.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28029, 11183, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28030, 11183, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '15.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '8.0000', NULL, 1, 'PZA', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28031, 11183, 2980, '42071002442', 'LITRO ACEITE HAVOLINE ATF MD-3', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28032, 11183, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28033, 11184, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28034, 11184, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28035, 11185, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28036, 11185, 3779, '088313062946', 'FRIJOL DUCAL 29 ONZ.', 'standard', NULL, '20.0000', '20.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '20.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28037, 11185, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '32.0000', '', '16.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28038, 11185, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28039, 11186, 3614, '7451079003226', 'PANADOL MULTISINTOMAS ', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28040, 11187, 2513, '11418240780', 'ALKA AD  .', 'standard', NULL, '2.0000', '2.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '2.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28041, 11188, 2964, '102375', 'LIBRA DE PITA COMPLETA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28042, 11188, 2699, 'FER00440', 'CLAVO 3 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28043, 11188, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28044, 11188, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28045, 11189, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28046, 11189, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28047, 11189, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28048, 11189, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28049, 11189, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28050, 11189, 2916, '842071004477', 'LITRO ACEITE HAVOLINE SAE 20W-50 API SP ', 'standard', NULL, '52.0000', '52.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '104.0000', '', '52.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28051, 11190, 2715, '102106', 'CODO DR 4\\\"  45 GR', 'standard', NULL, '35.0000', '35.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '35.0000', '', '35.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28052, 11190, 2727, 'PVC00053', 'CODO 90 GR DR 4', 'standard', NULL, '40.0000', '40.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '80.0000', '', '40.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28053, 11191, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28054, 11191, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28055, 11191, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28056, 11191, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28057, 11191, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28058, 11191, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28059, 11191, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28060, 11191, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28061, 11191, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28062, 11191, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28063, 11191, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28064, 11191, 2651, '75027278', 'CERVEZA MODELO VIDRIO .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28065, 11191, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28066, 11192, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '4.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28067, 11192, 2981, '842071003487', 'LITRO ACEITE HAVOLINE SAE API SF 20W-50 4T PARA MOTO', 'standard', NULL, '55.0000', '55.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '55.0000', '', '55.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28068, 11192, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28069, 11192, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28070, 11192, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28071, 11192, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28072, 11193, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '10.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28073, 11193, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28074, 11193, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28075, 11193, 3868, '86006133', 'MANIAS Y SEMILLAS VARIEDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28076, 11193, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28077, 11193, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28078, 11194, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '8.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28079, 11194, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28080, 11194, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28081, 11194, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28082, 11195, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28083, 11195, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28084, 11195, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28085, 11195, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28086, 11195, 2827, 'UP0000793', 'DULCES COLOMBINA', 'standard', NULL, '0.3300', '0.3300', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.9900', '', '0.3333', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28087, 11195, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28088, 11195, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28089, 11195, 2552, '7406234001838', 'BON BON COLOMBINA', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28090, 11195, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28091, 11195, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28092, 11195, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28093, 11195, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28094, 11195, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '17.5000', '', '3.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28095, 11195, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28096, 11195, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28097, 11195, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28098, 11195, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28099, 11195, 2921, '7401090800069', 'HELADO CONOS.   .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28100, 11195, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28101, 11195, 2919, '7401090802001', 'HELADO CINTA CRISPY..', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28102, 11195, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '22.0000', '', '5.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28103, 11195, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28104, 11195, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28105, 11195, 3630, '7501019030178', 'SABA BUENAS NOCHES', 'standard', NULL, '2.5000', '2.5000', '8.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '2.5000', NULL, 5, 'UNIDAD', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28106, 11196, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28107, 11196, 3044, '70847033967', 'MONSTER ENERGY MANGO LOCO', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28108, 11196, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28109, 11196, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28110, 11196, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28111, 11196, 2949, '345', 'JUGOS CALIFORNIA.', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28112, 11196, 2648, '7401000702056', 'CERVEZA GALLO VIDRIO.', 'standard', NULL, '10.0000', '10.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '40.0000', '', '10.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28113, 11196, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28114, 11196, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28115, 11196, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28116, 11196, 2879, '7501000635726', 'GALLETA ARCOIRIS   .', 'standard', NULL, '6.5000', '6.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.5000', '', '6.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28117, 11196, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28118, 11196, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28119, 11196, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '54.0000', '', '18.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28120, 11196, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28121, 11196, 3913, '7401090806252', 'HELADO BLOCK', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28122, 11196, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28123, 11196, 3912, '7401080200541', 'BOTELLA DE AGUA PURA DASANI', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28124, 11196, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28125, 11196, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28126, 11196, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28127, 11196, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28128, 11196, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28129, 11196, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28130, 11197, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28131, 11197, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28132, 11197, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28133, 11197, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28134, 11197, 2923, '7401090800168', 'HELADO CREMOSA NARANJA. .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28135, 11197, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28136, 11197, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28137, 11197, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28138, 11197, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28139, 11197, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28140, 11197, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '60.0000', '', '15.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28141, 11197, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28142, 11197, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '48.0000', '', '12.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28143, 11197, 3876, '770580893540', 'LIQUIDO DE FRENOS HAVOLINE', 'standard', NULL, '24.0000', '24.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '24.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28144, 11197, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '12.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '6.0000', NULL, 1, 'PZA', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28145, 11197, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28146, 11197, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28147, 11197, 3875, '74010066400154', 'COCACOLA DESECHABLE 3 LITROS', 'standard', NULL, '21.0000', '21.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '21.0000', '', '21.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28148, 11197, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '10.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28149, 11197, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28150, 11197, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28151, 11197, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28152, 11198, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28153, 11198, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28154, 11198, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28155, 11198, 2964, '102375', 'LIBRA DE PITA COMPLETA', 'standard', NULL, '15.0000', '15.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '30.0000', '', '15.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28156, 11198, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28157, 11198, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28158, 11198, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '9.0000', 1, '0.0000', NULL, '', '0', '0.0000', '108.0000', '', '12.0000', NULL, 1, 'PZA', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28159, 11198, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '3.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28160, 11198, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28161, 11198, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '1.5000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28162, 11198, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '5.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28163, 11198, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28164, 11198, 3063, '104', 'ORANGE LATA. .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28165, 11199, 2926, '7401090803718', 'HELADO PALETA INDI MANZANA VERDE', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28166, 11199, 3913, '7401090806252', 'HELADO BLOCK', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28167, 11199, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '2.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28168, 11199, 2690, '54007061328', 'CINTA SCOTCH SUPER 33+ 3/4X66 GRANDE 3M', 'standard', NULL, '57.0000', '57.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '57.0000', '', '57.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28169, 11199, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28170, 11199, 2698, 'FER00439', 'CLAVO 2 LB', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28171, 11199, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28172, 11199, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28173, 11199, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28174, 11199, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28175, 11199, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 5, 'UNIDAD', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28176, 11199, 3839, '95851103', 'MOUNTING TAPE', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28177, 11199, 3567, '7401188501410', 'LAMPARA MATAMOSQUITO 2W CLM002', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28178, 11199, 3864, '7401168601543', 'BOMBILLA LED TIPO REFLECTOR 12W LIGHT-TEC', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28179, 11199, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28180, 11200, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28181, 11200, 2775, '6942713105778', 'CUCHARA # 7 ALDOSA', 'standard', NULL, '15.0000', '15.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '15.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28182, 11200, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28183, 11200, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28184, 11200, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28185, 11200, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28186, 11200, 3889, '7411001804734', 'JUGO DEL VALLE 330 ML.', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28187, 11200, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28188, 11200, 3847, '7411000312575', 'DETERGENTE XEDEX 115 GR', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28189, 11200, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '5.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28190, 11200, 3893, '6933528740636', 'BROCHA MANGO DE MADERA DE 3 TOLSEN 40125', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28191, 11200, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28192, 11200, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '3.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28193, 11200, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28194, 11200, 2678, '30638060414874', 'CINTA DE AISLAR TEMFLEX PEQUE?O', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28195, 11200, 3222, '8012199645810', 'SWITCH SOBREPONER SENCILLO P52 BTICINO', 'standard', NULL, '13.0000', '13.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '26.0000', '', '13.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28196, 11200, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28197, 11200, 2922, '7401090800359', 'HELADO COPAS SABORES..', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28198, 11200, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28199, 11200, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28200, 11200, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28201, 11200, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28202, 11200, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28203, 11200, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28204, 11201, 3017, '81537200811', 'MARINEROS.             .', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28205, 11201, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28206, 11201, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28207, 11201, 2927, '7401090800274', 'HELADO PALITOS  .', 'standard', NULL, '2.5000', '2.5000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '15.0000', '', '2.5000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28208, 11201, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28209, 11201, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28210, 11201, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28211, 11201, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28212, 11201, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28213, 11201, 2789, '7401000707327', 'DE LA GRANJA 1 LITRO', 'standard', NULL, '11.5000', '11.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.5000', '', '11.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28214, 11201, 3230, '7401000705026', 'TAMPICO 1/2 LITRO     .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28215, 11201, 2677, '30076308925681', 'CINTA AISLAR TEMFLEX GRANDE', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28216, 11201, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28217, 11201, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28218, 11201, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '31.0000', 1, '0.0000', NULL, '', '0', '0.0000', '372.0000', '', '12.0000', NULL, 1, 'PZA', '31.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28219, 11201, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28220, 11201, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '28.0000', '', '14.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28221, 11201, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.5000', '', '5.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28222, 11201, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28223, 11202, 2508, '7401002306504', 'AGUA SALVAVIDAS GALON. .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28224, 11202, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28225, 11202, 3084, '65', 'PEPSI DESECHABLE Y SABORES  .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28226, 11202, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28227, 11202, 2652, '74000722', 'CERVEZA MONTE CARLO PREMIUN', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28228, 11202, 2917, '764009016089', 'CERVEZA HEINEKEN VIDRIO', 'standard', NULL, '14.0000', '14.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '14.0000', '', '14.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28229, 11202, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28230, 11202, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28231, 11203, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28232, 11203, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28233, 11203, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28234, 11203, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28235, 11204, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28236, 11204, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28237, 11204, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28238, 11204, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28239, 11204, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28240, 11204, 2920, '7401090800175', 'HELADO CINTA NEGRA.  .', 'standard', NULL, '5.5000', '5.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '11.0000', '', '5.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28241, 11204, 3913, '7401090806252', 'HELADO BLOCK', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28242, 11204, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28243, 11205, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28244, 11205, 2902, '7', 'GATORADE', 'standard', NULL, '9.0000', '9.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '9.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28245, 11205, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28246, 11205, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28247, 11205, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28248, 11205, 3264, 'PVC00201', 'TEE 3 DR', 'standard', NULL, '23.0000', '23.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '23.0000', '', '23.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28249, 11205, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28250, 11205, 3829, '7506240602521', 'TEFLON TRUPER 1\\\" (CINTA SELLA ROSCAS)', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28251, 11205, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28252, 11205, 2634, '760573071349', 'CASHITAS MARAÑON HORNEADO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28253, 11205, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28254, 11205, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28255, 11205, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '10.0000', 1, '0.0000', NULL, '', '0', '0.0000', '120.0000', '', '12.0000', NULL, 1, 'PZA', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28256, 11205, 2646, '7401000703299', 'CERVEZA GALLO 24 ONZ.', 'standard', NULL, '15.0000', '15.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '45.0000', '', '15.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28257, 11205, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28258, 11205, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28259, 11206, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28260, 11206, 3064, '721282202394', 'PAKE TAXO MIX', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28261, 11207, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28262, 11207, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28263, 11208, 3482, '7406007091721', 'RUFITAS SEÑORIAL', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28264, 11208, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28265, 11208, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28266, 11209, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28267, 11209, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28268, 11210, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28269, 11211, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28270, 11211, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28271, 11211, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28272, 11211, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28273, 11212, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28274, 11212, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28275, 11212, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28276, 11212, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28277, 11212, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28278, 11212, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28279, 11213, 3120, '7401000707723', 'RAPTOR', 'standard', NULL, '7.0000', '7.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '7.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28280, 11213, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28281, 11213, 2924, '7401090800014', 'HELADO GIGA     .', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28282, 11213, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28283, 11213, 3314, '342', 'TRIDENT 4S             .', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28284, 11213, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28285, 11213, 2663, '738777170038', 'CHILE PICAMAS 100G', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28286, 11214, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28287, 11214, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28288, 11214, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28289, 11214, 2952, '5', 'KERNS LATA.      .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28290, 11214, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28291, 11215, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '8.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28292, 11215, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28293, 11215, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28294, 11215, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.5000', '', '3.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28295, 11215, 3825, '7401145500357', 'ENCENDEDOR FRAGATA', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28296, 11215, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28297, 11216, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28298, 11216, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28299, 11216, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28300, 11216, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28301, 11216, 3635, '7702354251604', 'JUGOS YA SABORES (SOBRE)', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28302, 11216, 2876, '88313062281', 'FRIJOL VOLTEADO DUCAL 10.5 ONZ   .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28303, 11216, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28304, 11217, 3114, '7441003581487', 'POWER HIDRATANTE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28305, 11217, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28306, 11217, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28307, 11217, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28308, 11217, 3826, '75089464235', 'JABON AVENA VENZA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28309, 11217, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28310, 11217, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28311, 11218, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28312, 11218, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28313, 11218, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28314, 11218, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '6.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28315, 11218, 2936, '7401090800045', 'HELADO VASITOS.   .', 'standard', NULL, '5.0000', '5.0000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '20.0000', '', '5.0000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28316, 11219, 2737, '7404001753669', 'PRESERVATIVOS VIVE 3 UNID.', 'standard', NULL, '9.0000', '9.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '9.0000', '', '9.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28317, 11220, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28318, 11221, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28319, 11221, 3784, '756956004752', 'BOTONETAS', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28320, 11221, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.0000', '', '3.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28321, 11222, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28322, 11223, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28323, 11224, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28324, 11224, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28325, 11225, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28326, 11225, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28327, 11226, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28328, 11226, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28329, 11227, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28330, 11227, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28331, 11228, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28332, 11229, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28333, 11229, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '0.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28334, 11230, 3558, '84207003180', 'LITRO ACEITE CHV URSA PLUS 15W40', 'standard', NULL, '65.0000', '65.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '65.0000', '', '65.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28335, 11231, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28336, 11232, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28337, 11233, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28338, 11234, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28339, 11234, 2791, '7401000707303', 'DE LA GRANJA VASO.  .', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28340, 11234, 2691, '7401007321540', 'CINTA TAPAGOTERA PIE', 'standard', NULL, '10.0000', '10.0000', '5.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '10.0000', NULL, 1, 'PZA', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28341, 11234, 2642, '75032715', 'CERVEZA CORONA BOTELLA.', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28342, 11234, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 1, 'PZA', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28343, 11234, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28344, 11235, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28345, 11235, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28346, 11235, 2712, '7401006400901', 'COCACOLA DESECHABLE 2.5 LITROS', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28347, 11235, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28348, 11235, 2524, '011418699182', 'ASPIRINA FORTE', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28349, 11235, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '4.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '1.5000', NULL, 5, 'UNIDAD', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28350, 11236, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '6.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28351, 11236, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28352, 11236, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28353, 11236, 3062, '109', 'ORANGE JUMBO.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28354, 11236, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28355, 11236, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '2.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28356, 11237, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28357, 11237, 3641, '721282407690', 'TORTRIX MEDIANO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28358, 11237, 3212, '52', 'SOPAS INSTANTANEAS .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28359, 11237, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28360, 11237, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28361, 11237, 3121, '7406189005998', 'RAPTOR 300ML', 'standard', NULL, '4.5000', '4.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '4.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28362, 11237, 3772, '756956004202', 'GALLETA BEST 20 GR', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28363, 11238, 3043, '7501030448242', 'MINI TAKIS FUEGO 35 GR', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28364, 11238, 2893, '7590011151110', 'GALLETA OREO', 'standard', NULL, '2.5000', '2.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.5000', '', '2.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28365, 11238, 2534, '7401005988981', 'BEBIDA AMP     .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28366, 11238, 3123, '7406189003741', 'RAPTOR LATA     .', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28367, 11238, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.5000', '', '1.5000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28368, 11238, 3074, '7441008126751', 'PAPEL SCOTT PLUS.', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28369, 11239, 2746, 'PVC00068', 'COPLA 1', 'standard', NULL, '4.0000', '4.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '4.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28370, 11239, 2716, 'PVC00033', 'CODO LISO PVC 1 90 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28371, 11239, 2492, 'PVC00007', 'ADAPTADOR 2', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28372, 11239, 3137, 'PVC00137', 'REDUCIDOR PVC 2 - 1', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28373, 11240, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28374, 11241, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28375, 11242, 3644, '8801038569970', 'RASURADORA DORCO UNIDAD', 'standard', NULL, '1.0000', '1.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '1.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28376, 11243, 3827, '7406189010992', 'BONIE VAINILLA (LECHE Y VAINILLA)', 'standard', NULL, '4.0000', '4.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '4.0000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28377, 11243, 3553, '88354411', 'DETERGENTE XEDEX 250 GR', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28378, 11243, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28379, 11243, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28380, 11243, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28381, 11243, 3086, '15199', 'PEPSI VIDRIO', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28382, 11244, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28383, 11245, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28384, 11246, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28385, 11247, 3165, '7401005001864', 'RON BOTRAN XL BOTELLA..', 'standard', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '50.0000', '', '50.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28386, 11248, 2950, '7401005915017', 'JUMBO PEPSI.   .', 'standard', NULL, '16.0000', '16.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '16.0000', '', '16.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28387, 11249, 2504, '7401002306719', 'AGUA SALVAVIDA BOTELLA .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28388, 11250, 2697, 'FER00438', 'CLAVO 2 1/2 LB.', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28389, 11251, 2901, '10', 'GARRAFON DE AGUA PURA SALVAVIDAS', 'standard', NULL, '18.0000', '18.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '18.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28390, 11251, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28391, 11252, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.0000', '', '0.5000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28392, 11253, 3015, '7441005711783', 'MANIAS PRO VARIEDAD  18 GRAMOS', 'standard', NULL, '2.0000', '2.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '2.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28393, 11254, 2935, '7401090800113', 'HELADO TOPOLINO.  .', 'standard', NULL, '1.0000', '1.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '2.0000', '', '1.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28394, 11255, 2918, '7401090800083', 'HELADO BARRITAS..', 'standard', NULL, '3.0000', '3.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '3.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28395, 11256, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28396, 11257, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28397, 11257, 2864, '721282202745', 'FIESTA SNAX PEQUE', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28398, 11258, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28399, 11259, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28400, 11260, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28401, 11261, 2503, '760896120212', 'AGUA DESTILADA PRODIN', 'standard', NULL, '18.0000', '18.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '18.0000', '', '18.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28402, 11261, 2485, '085051009530', 'LITRO DE ACEITE SAE 40 AMERICAN', 'standard', NULL, '29.0000', '29.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '29.0000', '', '29.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28403, 11262, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28404, 11263, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28405, 11263, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.0000', '', '1.5000', NULL, 5, 'UNIDAD', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28406, 11264, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28407, 11265, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28408, 11266, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28409, 11267, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28410, 11268, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28411, 11269, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28412, 11270, 2822, '7401000702902', 'CERVEZA DORADA ICE LATA 16 OZ.  .', 'standard', NULL, '8.0000', '8.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '8.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28413, 11271, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28414, 11272, 2951, '88313318739', 'KERNS CAJITA', 'standard', NULL, '3.5000', '3.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '3.5000', '', '3.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28415, 11272, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28416, 11273, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28417, 11274, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28418, 11275, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28419, 11276, 2713, '7441003500501', 'COCACOLA  VIDRIO LITRO', 'standard', NULL, '8.0000', '8.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '8.0000', '', '8.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28420, 11276, 3917, '750894609505', 'TAQUERITOS 180 GR', 'standard', NULL, '10.0000', '10.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '10.0000', '', '10.0000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28421, 11277, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28422, 11277, 2660, '721282100256', 'CHICHARRON CRIOLLO PEQ  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28423, 11277, 3172, '98', 'SABRITAS.           .', 'standard', NULL, '4.0000', '4.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '4.0000', '', '4.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28424, 11278, 2653, '75002459', 'CERVEZA TECATE', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28425, 11278, 2649, '7501064195303', 'CERVEZA MODELO LATA 16ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28426, 11278, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28427, 11279, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '3.0000', 1, '0.0000', NULL, '', '0', '0.0000', '36.0000', '', '12.0000', NULL, 1, 'PZA', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28428, 11280, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '6.0000', 1, '0.0000', NULL, '', '0', '0.0000', '72.0000', '', '12.0000', NULL, 1, 'PZA', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28429, 11280, 3922, '7441005703054', 'MANI PRO VARIEDAD 80 GR', 'standard', NULL, '7.5000', '7.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '7.5000', '', '7.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28430, 11280, 2661, '340', 'CHICLES.', 'standard', NULL, '0.5000', '0.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '0.5000', '', '0.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28431, 11281, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28432, 11282, 2930, '7401090800038', 'HELADO SANGUICHITO.  .', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28433, 11282, 3190, 'FER01143', 'SIERRA FINA SANDFLEX 1224', 'standard', NULL, '12.0000', '12.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '24.0000', '', '12.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28434, 11282, 3085, '15', 'PEPSI LATA  .', 'standard', NULL, '5.0000', '5.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '5.0000', '', '5.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28435, 11282, 3311, '95', 'TORTRIX PEQUE?O      .', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28436, 11282, 2645, '7401000702612', 'CERVEZA GALLO 16 ONZ.', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28437, 11282, 2711, '7411001800231', 'COCACOLA LATA', 'standard', NULL, '6.0000', '6.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '6.0000', '', '6.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28438, 11282, 2734, '099176500025', 'PASTA COLGATE TRIPLE ACCION CON CEPILLO', 'standard', NULL, '12.0000', '12.0000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '12.0000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28439, 11282, 3483, '081537305226', 'SEÑORIAL PEQUEÑO', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 5, 'UNIDAD', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28440, 11282, 3048, '151', 'NACHOS DIANA', 'standard', NULL, '1.5000', '1.5000', '1.0000', 1, '0.0000', NULL, '', '0', '0.0000', '1.5000', '', '1.5000', NULL, 1, 'PZA', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28441, 11282, 3061, '111', 'ORANGE DESECHABLE.         .', 'standard', NULL, '6.0000', '6.0000', '2.0000', 1, '0.0000', NULL, '', '0', '0.0000', '12.0000', '', '6.0000', NULL, 1, 'PZA', '2.0000', '', NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_sales
#

DROP TABLE IF EXISTS `sma_sales`;

CREATE TABLE `sma_sales` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `reference_no` varchar(55) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `customer` varchar(55) NOT NULL,
  `biller_id` int(11) NOT NULL,
  `biller` varchar(55) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `staff_note` varchar(1000) DEFAULT NULL,
  `total` decimal(25,4) NOT NULL,
  `product_discount` decimal(25,4) DEFAULT '0.0000',
  `order_discount_id` varchar(20) DEFAULT NULL,
  `total_discount` decimal(25,4) DEFAULT '0.0000',
  `order_discount` decimal(25,4) DEFAULT '0.0000',
  `product_tax` decimal(25,4) DEFAULT '0.0000',
  `order_tax_id` int(11) DEFAULT NULL,
  `order_tax` decimal(25,4) DEFAULT '0.0000',
  `total_tax` decimal(25,4) DEFAULT '0.0000',
  `shipping` decimal(25,4) DEFAULT '0.0000',
  `grand_total` decimal(25,4) NOT NULL,
  `sale_status` varchar(20) DEFAULT NULL,
  `payment_status` varchar(20) DEFAULT NULL,
  `payment_term` tinyint(4) DEFAULT NULL,
  `due_date` date DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `total_items` smallint(6) DEFAULT NULL,
  `pos` tinyint(1) NOT NULL DEFAULT '0',
  `paid` decimal(25,4) DEFAULT '0.0000',
  `return_id` int(11) DEFAULT NULL,
  `surcharge` decimal(25,4) NOT NULL DEFAULT '0.0000',
  `attachment` varchar(55) DEFAULT NULL,
  `return_sale_ref` varchar(55) DEFAULT NULL,
  `sale_id` int(11) DEFAULT NULL,
  `return_sale_total` decimal(25,4) NOT NULL DEFAULT '0.0000',
  `rounding` decimal(10,4) DEFAULT NULL,
  `suspend_note` varchar(255) DEFAULT NULL,
  `api` tinyint(1) DEFAULT '0',
  `shop` tinyint(1) DEFAULT '0',
  `address_id` int(11) DEFAULT NULL,
  `reserve_id` int(11) DEFAULT NULL,
  `hash` varchar(255) DEFAULT NULL,
  `manual_payment` varchar(55) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  `payment_method` varchar(55) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11283 DEFAULT CHARSET=utf8;

INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1, '2022-05-04 17:02:10', 'SALE/POS2022/05/0019', 5, 'SERGIO LEONEL GONZÁLES TOJIL', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '059220824754274155187dd8076bfc6c9e2e6edcd7bff621682ee1dfd4862fdf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2, '2022-05-06 15:08:25', 'SALE/POS2022/05/0020', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '440.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '440.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '440.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6512e786c55f70cc0e3971c35eaf0eb6bc44f3f33d69ffab11d382ddce528db2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3, '2022-05-16 12:37:13', 'SALE/POS2022/05/0021', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73d08ef47e33af16508fe7043955611ea4b05a50c07a3fdbc79a3d91bc57746e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4, '2022-05-16 12:52:39', 'SALE/POS2022/05/0022', 5, 'SERGIO LEONEL GONZÁLES TOJIL', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e3280cdc47aacff202ed9bfecd0a18010b9a61f176c245ca378db156d0b0603', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5, '2022-05-17 06:45:23', 'SALE/POS2022/05/0023', 13, 'Cliente 1', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1280.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1280.5000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 29, 1, '1280.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17dec07c7f254ca3c71d5b17df6e80d0b5cb4e2e5d2e037330f726f251e22211', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6, '2022-05-17 11:18:54', 'SALE/POS2022/05/0024', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 8, NULL, NULL, 1, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b55885627d425405a1dab15e7f09d2eb96628fba4f5cbfde124ee7190acd9e44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7, '2022-05-17 14:37:32', 'SALE/POS2022/05/0025', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f09508a1fe506dc375ceb4f93b3df136a16e5d65d6591390be78aae7a5dd1ecf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8, '2022-05-17 14:42:13', 'SALE/POS2022/05/0026', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f93e0f98c3462c237ac9a883385bdef37ddbbb5c0270ce66663ea7088de67d16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9, '2022-05-17 15:27:34', 'SALE/POS2022/05/0027', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '466.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '466.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 42, 1, '466.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37a1c178287dc267bcd15f922a92480aa921523599e61f284b3bc2b00ec5a933', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10, '2022-05-17 16:04:16', 'SALE/POS2022/05/0028', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '352.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '352.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 68, 1, '352.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '288d348277039d84062ef0dda77e98d9b82bc777f926c4b18dbeb0dcb8aadc52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11, '2022-05-17 17:55:01', 'SALE/POS2022/05/0029', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '87.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '87.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '87.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a01d7c751cee3c6763fa6bd495e5488a5be4881ce734a53f676171bbb40737e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (12, '2022-05-17 18:05:06', 'SALE/POS2022/05/0030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '533.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '533.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 70, 1, '533.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47665deea6b0ddaed8a0bfe063a5a74d447c6c3f5a6e36dc51a6b612bb773626', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (13, '2022-05-17 18:23:36', 'SALE/POS2022/05/0031', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '302.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '302.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 60, 1, '302.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7ac641559388afa7c2ce9ccef8622ed76d5237d224f0cd946251d25a0cdd2a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (14, '2022-05-17 18:30:29', 'SALE/POS2022/05/0032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '351.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '351.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 79, 1, '351.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1a73582631d260a8239864441e6d84576d29ea62be61b8493d782c59101083d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (15, '2022-05-17 19:47:26', 'SALE/POS2022/05/0033', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '444.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '444.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 56, 1, '444.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4716fcac5efa8cc4f6b7c86c8301d34037a9a36559d687e401cf6b18cc80ddc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (16, '2022-05-18 07:19:05', 'SALE/POS2022/05/0034', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '194.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '194.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 55, 1, '194.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a97fe9a9b0a208c71bd19f2b7514d8cca7d1a8a44f17d6fb4466a004f9458c1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (17, '2022-05-18 07:43:37', 'SALE/POS2022/05/0035', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '319.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '319.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 78, 1, '319.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15c212422666692fa453d3585cbbcb156b8a1cddc616163699d67195385b4121', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (18, '2022-05-18 07:51:42', 'SALE/POS2022/05/0036', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '344.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '344.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 42, 1, '344.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'adc6906a9c1d120911bcca9375e2ef38036df26695ed2e039d22d34ca5662253', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (19, '2022-05-18 08:00:58', 'SALE/POS2022/05/0037', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '436.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '436.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 87, 1, '436.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '192eab9f9963d8e97c61dcafa9ab39a0a2ce02d67135c355bddf4b67bfb34ff3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (20, '2022-05-18 08:05:59', 'SALE/POS2022/05/0038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '396.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '396.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 44, 1, '396.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e87f1bfe250a73b146f0667e6ecf16c48e8b97e9f7e94fa8b6426c796071839', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (21, '2022-05-18 08:29:02', 'SALE/POS2022/05/0039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '527.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '527.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 54, 1, '527.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66ced62a3ee0476d384188168910f83fdd66957d0025572d7e4dd7252a0f9c9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (22, '2022-05-18 08:38:26', 'SALE/POS2022/05/0040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '717.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '717.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 62, 1, '717.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d74061ed785ff5a08d1b8fcba9c260cc2393d8af2f8da7d02bf45e21d0864e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (23, '2022-05-18 08:45:38', 'SALE/POS2022/05/0041', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '548.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '548.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 129, 1, '548.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '672f805600f00921bca2d2fd5e1789e1758b63d3bbc53b5a3165c234dc1aa6b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (24, '2022-05-18 09:08:49', 'SALE/POS2022/05/0042', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '272.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '272.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 72, 1, '272.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f0a4b990a721136681db6ab90ca916f158bfb277fa8d5520b7337d4cab9e8a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (25, '2022-05-18 09:20:49', 'SALE/POS2022/05/0043', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '647.9000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '647.9000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 102, 1, '647.9000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb357bff014395d18e1b316b4918df707ad315467a3cb07a223e675d40538651', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (26, '2022-05-18 10:18:36', 'SALE/POS2022/05/0044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '772.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '772.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 82, 1, '772.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e92fc6c2f8e5b56ca48e0b01c7fca748c13576ec76a7c7e8ee88def9a2eab2c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (27, '2022-05-18 10:24:16', 'SALE/POS2022/05/0045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '141.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '141.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '141.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ca7a89cb4e36a9d2b05ec45c34ebf79e879c0bd3de2ef8dd451407bbb5c7cb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (28, '2022-05-18 10:26:16', 'SALE/POS2022/05/0046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c54edb253b04005399aefc9b3e9af327283518cbe2213509519f81531fca2cbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (29, '2022-05-18 10:52:56', 'SALE/POS2022/05/0047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '713.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '713.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 100, 1, '713.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1416fc128c50621bd553bad4a9ae839ebb2bdce9c319745865ea97738b4c7f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (30, '2022-05-18 11:23:23', 'SALE/POS2022/05/0048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '153.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '153.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '153.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e87c3d7e66b23b16826eec52a3e7239d73f9494711818a871d623886263e6559', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (31, '2022-05-18 11:51:11', 'SALE/POS2022/05/0049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '230.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '230.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 69, 1, '230.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '572bfccb7306599bdc5cf6113ea17fb5474548549257c5c50e766d4d42e0091a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (32, '2022-05-18 11:57:34', 'SALE/POS2022/05/0050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '175.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '175.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '175.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5319d163c34ee4464e0cc1e09034c5cb178a53b8f9a4677f84ad3cf68b3048e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (33, '2022-05-18 12:27:51', 'SALE/POS2022/05/0051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '137.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '137.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eeeb926c2fbac3ffd7c62f1b9f23db24b8f4acd69b5049bb3e42fb67dcd5de07', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (34, '2022-05-18 12:35:41', 'SALE/POS2022/05/0052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '348.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '348.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 53, 1, '348.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b4fcfbcfe7bd4ae13fd700af237cfe12afe64ade91a58f7ad0e2c6ce8f99e32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (35, '2022-05-18 12:42:13', 'SALE/POS2022/05/0053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '362.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '362.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 67, 1, '362.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8445aa4d62c8da077459d61ab5d6d5f51f2437faab154515b61d167fee800b6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (36, '2022-05-18 12:54:29', 'SALE/POS2022/05/0054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '159.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '159.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 36, 1, '159.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '601391da01554f33d34749ceab12246b177da297a1436ea36ba4ca7897fbf745', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (37, '2022-05-18 12:59:02', 'SALE/POS2022/05/0055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '159.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '159.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 32, 1, '159.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df2fad82f15c045312270f4f99877312beb5eac3e9e27769c0ce1596383d833a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (38, '2022-05-18 13:01:23', 'SALE/POS2022/05/0056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2b2304e92e87aecbf95208c356d164aa45645ef6fbaf9e0a05700c0b96afd7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (39, '2022-05-18 13:05:54', 'SALE/POS2022/05/0057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '79.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9bf0e84e30e728c680364357b8fa44979cd2bcfaf60285e1d6496f60f1ee324', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (40, '2022-05-18 14:24:12', 'SALE/POS2022/05/0058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '643.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '643.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 116, 1, '643.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdf341baf6112598d7db3d9c789787a1b12ed8e3b8138736e43a25d00ad6a31f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (41, '2022-05-18 14:33:41', 'SALE/POS2022/05/0059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '140.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 1, '140.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70cd5c503ecbbdaf89fced155f91692272341da248f2d1c6854c60675b764f35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (42, '2022-05-18 14:38:36', 'SALE/POS2022/05/0060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '141.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '141.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '141.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d59e0784e5faee1780636c82a24c9168d4e2fa38bddcea567d48c5b101b8ad2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (43, '2022-05-18 14:48:06', 'SALE/POS2022/05/0061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '285.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '285.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 71, 1, '285.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7041c960886feeaaf25a04bc1c55399239902ff3cbb58cba6e18d854eb5bc098', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (44, '2022-05-18 14:57:20', 'SALE/POS2022/05/0062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '208.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '208.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 49, 1, '208.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10368a051cc580a4d20eb39a147db505f998aaed07bd55130ca56d94053879bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (45, '2022-05-18 15:03:56', 'SALE/POS2022/05/0063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '114.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '114.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '114.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de05ceb7f9865b827c65626a7587f6a5dabf73283c34a96e9384227367945b83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (46, '2022-05-18 15:15:07', 'SALE/POS2022/05/0064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '338.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '338.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 63, 1, '338.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6086a87f43460c4838c1dd306865952018ef3f8663737ee67d8d2ecd33b6771', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (47, '2022-05-18 15:21:40', 'SALE/POS2022/05/0065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '201.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '201.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 38, 1, '201.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '666df7fb83223c0263414ed208df74e25765c51a90d0ded137820b4ca64a5341', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (48, '2022-05-18 15:29:37', 'SALE/POS2022/05/0066', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '250.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '250.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 39, 1, '250.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f9cef284e26638e8ae461b92ac01c9da0a981d1f65edafcc9e28a0b6609ab06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (49, '2022-05-18 15:31:33', 'SALE/POS2022/05/0067', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2931e42dd4bacfe9f226a5b987bb20b922b8e6c86d648f4b5c4484809ec6b41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (50, '2022-05-18 15:41:54', 'SALE/POS2022/05/0068', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '183.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '183.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 36, 1, '183.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '709e285beff931f085c6632800f9de7b0b1c09fa518b5235946fc71b4fa2951b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (51, '2022-05-18 15:43:58', 'SALE/POS2022/05/0069', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f35c451ab411d5ef36985f7594a26e0a3f7601da0e5f45e294c17acdab13ebb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (52, '2022-05-18 15:54:55', 'SALE/POS2022/05/0070', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '144.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '144.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '144.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea3a8c31978e60bfe6ed644e7222a08350b35f86df72edb52772f865d09e5f44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (53, '2022-05-18 16:06:02', 'SALE/POS2022/05/0071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32edd5b5199acd393d30cedf0cd69467c6844fc1291131a352cb1adfe48116c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (54, '2022-05-18 16:09:32', 'SALE/POS2022/05/0072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba93644f821fcc8c8d9702029b5e4bc5e5c2f22dedb9a1fe42a48afb9128eea0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (55, '2022-05-18 20:07:03', 'SALE/POS2022/05/0073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa793b792064a3af5f46f9566532ffe66fc2f00c5c460d315915034e6977c848', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (56, '2022-05-19 13:12:02', 'SALE/POS2022/05/0074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '268.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '268.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 36, 1, '268.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31e17f410bfe60c378adefbbb9740650eb6d1e85c675d496d71bd373febb870e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (57, '2022-05-19 18:47:44', 'SALE/POS2022/05/0075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '125.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '125.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9a76eb85cf7e2405babd127b489430ff7556b838d61c81bec74b3532220c01e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (58, '2022-05-19 19:58:25', 'SALE/POS2022/05/0076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '782c4a1276860eb15649d71f301d2c6b8d9dd72ef49100f1df920e918267d873', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (59, '2022-05-20 07:05:24', 'SALE/POS2022/05/0077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '101.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '101.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '101.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e4b9623a64bc571b6ed0e5ce8c75bc6218d66eccf74e93a81cc60d19fd582c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (60, '2022-05-20 07:07:00', 'SALE/POS2022/05/0078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 63, 1, '82.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17dddd479d1a6127280838cca1111d7f6a63e74fed77de0d61478f265b2bd6e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (61, '2022-05-20 10:41:09', 'SALE/POS2022/05/0079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '222.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '222.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '222.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f8c38a904707c1b5f617cbe478a44f051145eabd6d3ec5c47154003ae265c59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (62, '2022-05-20 10:41:52', 'SALE/POS2022/05/0080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '202.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '202.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '202.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ea3dd5d14c746deab4ead93ed0ddd27151f06e48465bf825bcfa387aae42b5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (63, '2022-05-20 10:48:52', 'SALE/POS2022/05/0081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '331.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '331.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '331.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6160587dc1753df57a7cac5007e86793c193bf19126d55e5102181bc8e800d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (64, '2022-05-20 10:59:53', 'SALE/POS2022/05/0082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '227.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '227.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 65, 1, '227.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d2223c6d15833e972dc9ddc2968a4a149ddf31033abe5d23831531cd9f19003', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (65, '2022-05-20 11:04:30', 'SALE/POS2022/05/0083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28900cfa474db67d05fb11ffda13146359af48f99fe3bc412551dad21c8a1c1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (66, '2022-05-20 11:47:07', 'SALE/POS2022/05/0084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9585bae6475fccb4e2c3ae176770192ee35a8f3a8a5d577d44b23e42bbc39fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (67, '2022-05-20 14:20:17', 'SALE/POS2022/05/0085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '128.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '128.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aec6d818d7f13e9ae07b716af04840326b4bfe45a7de1109a64873d449dbaf21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (68, '2022-05-20 14:21:59', 'SALE/POS2022/05/0086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc80940dddca5d9461f9b5bd12f0de0ed752551155f0c05d161ffbb3cc9e2d48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (69, '2022-05-20 14:24:09', 'SALE/POS2022/05/0087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '92.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8d6f8bc9a676ab50a7293cab09f5761f1d299a906f35e45164b8ffc34acded9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (70, '2022-05-20 14:29:50', 'SALE/POS2022/05/0088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '219.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '219.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '219.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4a231983b9927845175c6fb1409e4d811142eb3affa77ca150643168382cb9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (71, '2022-05-20 14:32:57', 'SALE/POS2022/05/0089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '258.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '258.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 41, 1, '258.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '907f7b64f8484e1e219a97b60c21b5d1280f8ec3aeb7e64592a285f9cf375abe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (72, '2022-05-20 14:37:50', 'SALE/POS2022/05/0090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '485.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '485.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 65, 1, '485.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cc8720cb34b2f459094458a56e424555da3bc12dd9495275cae51bbec0ff7b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (73, '2022-05-20 14:39:26', 'SALE/POS2022/05/0091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '422259eee3b43d2df9aa826c36e0490fbe6fba9aeb41c0f74e88ddcd62f5b0f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (74, '2022-05-20 14:49:13', 'SALE/POS2022/05/0092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '310.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '310.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '310.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea7cb7861628a8da025cf73b888fbe61f32d76997fe5f91253d713783ac3bfd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (75, '2022-05-20 14:52:28', 'SALE/POS2022/05/0093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '365.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '365.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '365.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e18eb54a81583e63dd1ee284125c4e425ee2d6c8bedabd3e449730cac7587c13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (76, '2022-05-20 14:54:00', 'SALE2022/05/0010', 30, 'DISTRIBUIDORA E IMPORTADORA MORALES', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '&lt;p&gt;Actualizacion BAM 2022&lt;&sol;p&gt;', '', '500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '500.0000', 'completed', 'paid', 0, NULL, 6, 8, '2022-05-20 15:52:20', 1, 0, '500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0c198b70a208b7ba279aa4804f0fc35328dbfff265db7b880e0baef9307ae928', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (77, '2022-05-20 14:58:46', 'SALE/POS2022/05/0094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '859.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '859.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 58, 1, '859.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0aa64dcfb2be32012bde854aeebc7f3e24807ab6a93eefc27d791c8b1892687f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (78, '2022-05-20 14:57:00', 'SALE2022/05/0011', 31, 'LAS GUBAMBILIAS, S.A.', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '&lt;p&gt;ABRIL 2022&period;&lt;&sol;p&gt;', '', '1500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1500.0000', 'completed', 'paid', 0, NULL, 8, NULL, NULL, 1, 0, '1500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '11f23a382a2c835ec68c7fdfd68d96e8b24d6fe1fa1ddcf40bab41b043f8f07b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (79, '2022-05-20 15:00:00', 'SALE2022/05/0012', 32, 'COMERCIALIZADORA LOS ANGELES', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '&lt;p&gt;ANTICIPO DE ASESORIA&lt;&sol;p&gt;', '', '2000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2000.0000', 'completed', 'paid', 0, NULL, 8, NULL, NULL, 1, 0, '2000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2cab0fbaf7915072d7ec309043da433651e8a52709734456a0845b382e0ef286', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (80, '2022-05-17 15:45:00', 'SALE2022/05/0013', 33, 'SERVICIOS Y MULTIPROYECTOS MEGA, S.A.', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '&lt;p&gt;INCRIPCION SALUD Y FAMILIA&lt;&sol;p&gt;', '', '1000.0000', '600.0000', '', '600.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'paid', 0, NULL, 8, 8, '2022-05-20 15:53:33', 1, 0, '1000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c00bce0324d3f3f0df94cf08955767c6c5f560045c11c75d371c545b2f029dd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (81, '2022-05-20 15:50:00', 'SALE2022/05/0014', 34, 'MARIA RAFAELA RODAS', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '&lt;p&gt;INSCRIPCION DISTRIBUIDORA AHORRO Y SALUD&lt;&sol;p&gt;', '', '1600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1600.0000', 'completed', 'paid', 0, NULL, 8, NULL, NULL, 1, 0, '1600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c90e6628c5b93e828564e68a3ad62d0643fba813c9358274e42e7b9e44038e49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (82, '2022-05-20 15:58:12', 'SALE/POS2022/05/0095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83c41cd499dbbf9b88e9c01d6bdff89febd81e3ec491b0ae51fe383cdc63fa39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (83, '2022-05-20 19:13:03', 'SALE/POS2022/05/0096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '81.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1706ca09e0abc995a1f20dde81c70ad59ece09501ab4dd1d0e6dda8ce2731d3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (84, '2022-05-20 19:52:34', 'SALE/POS2022/05/0097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '568.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '568.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 71, 1, '568.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c71c2cb6dae97d37df04894cb7e3ef5920a0674d6ded55a74e7fe238eb716df6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (85, '2022-05-20 19:55:51', 'SALE/POS2022/05/0098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '686.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '686.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 71, 1, '686.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe55a0258f1ed3441e28775a39c904dc7bbbba376ddc57c550873748e201aa1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (86, '2022-05-20 19:58:08', 'SALE/POS2022/05/0099', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '487.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '487.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 61, 1, '487.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b7a5a176a6e38aec77a8074375a6ae0643818d06d26d1a066b2f6516998cc12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (87, '2022-05-20 20:02:26', 'SALE/POS2022/05/0100', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '624.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '624.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 67, 1, '624.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54b1984b84d6038ec70852b2beef3d911f81ff431ced7e348af73776110801ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (88, '2022-05-20 20:07:44', 'SALE/POS2022/05/0101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '566.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '566.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 47, 1, '566.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3a19e12e7317c4aaa75ff507250f35e24e32b674dcc2aa15ef0d3d374597944', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (89, '2022-05-20 20:09:19', 'SALE/POS2022/05/0102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '414.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '414.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 37, 1, '414.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fc35995c202cc971fcfbae5db7fe104028dafe9639924581095a40910b23dba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (90, '2022-05-20 20:11:29', 'SALE/POS2022/05/0103', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '409.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '409.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 45, 1, '409.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02b90aa2a11d63ed6271c0f80ddf32d5ce12ca1047ea261422a165dee30bcee1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (91, '2022-05-20 20:13:58', 'SALE/POS2022/05/0104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '442.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '442.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 37, 1, '442.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7ae30480c80943aa881ab5936fbb8bd6f47e48697e7f162debecafbf8f4ea81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (92, '2022-05-20 20:15:49', 'SALE/POS2022/05/0105', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '515.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '515.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '515.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72e7548ebeba5bd7f32d631adc730dad7e6d5873c515fc0fdd2c2e1bc0bc2cf4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (93, '2022-05-20 20:16:24', 'SALE/POS2022/05/0106', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '890c8047f4004541fbc87df15061da15c35c216829d1d6aa85cdc773ba00f676', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (94, '2022-05-21 08:18:32', 'SALE/POS2022/05/0107', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c37ac83cf105d444d84feee13c8d0906bd0a912d4012948d82fef45da7f6704', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (95, '2022-05-21 08:58:08', 'SALE/POS2022/05/0108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '73.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34b3858d452e754d77b2ab57af39ce192a001ac4f7616babdb526987fcbaf7b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (96, '2022-05-21 11:04:53', 'SALE/POS2022/05/0109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04a0fce8fc319a1108fee90cea22969cccd7fbc0b3bfa7e27ce213e2d98cccc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (97, '2022-05-22 13:29:58', 'SALE/POS2022/05/0110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '281.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '281.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '281.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad686ac61ef719c51565ea13065e5778932f6f78e2026e156a4b42d5e458642d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (98, '2022-05-22 13:30:20', 'SALE/POS2022/05/0111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cd8578d4e57305eee7f0a8c3367aca0676d55d36e5985f32b33687cd201a11c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (99, '2022-05-22 13:33:01', 'SALE/POS2022/05/0112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '177.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '177.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '177.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fdd8db4b072485abd7c7963437c76e9b708067a7d27f8efc88f11b8bead2576', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (100, '2022-05-22 14:44:16', 'SALE/POS2022/05/0113', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '81.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6f832d3bd4c028bd2928027b060d1702d2aa948862b1897ca731a4164437fea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (101, '2022-05-22 14:46:15', 'SALE/POS2022/05/0114', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '237.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '237.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '237.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '009b9dc2894ae6fd479724472df95c59ffbcd319809a71c7798629249342f83f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (102, '2022-05-23 07:58:39', 'SALE/POS2022/05/0115', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '377.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '377.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 36, 1, '377.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6922d6de88af9b779d1d58ad7ff250fbf063a464e992948e7813255b73aa46de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (103, '2022-05-23 12:00:38', 'SALE/POS2022/05/0116', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5aa779d380b69fa91808496605e4aeff2a9a30101712e704e3e6e866d4aaa1a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (104, '2022-05-23 20:03:27', 'SALE/POS2022/05/0117', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be6c7cdd0732fbbea59289ff41eef3b154f97a008a15764d95dc31b6baeb8f5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (105, '2022-05-24 07:18:40', 'SALE/POS2022/05/0118', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7aca2ad42c3ba0a4c75dd62c046abc32c990a674bbaef1f0ad9f6484282c02a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (106, '2022-05-24 09:18:26', 'SALE/POS2022/05/0119', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '83.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6247db75aca6bd258f295d300eccab3e5706cf31e34c5a01f6e7f0d8fe5caad9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (107, '2022-05-24 09:19:45', 'SALE/POS2022/05/0120', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '231586ebf7606f83dce338a47efb1811a9fa711d976835a11bf57344a64f6651', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (108, '2022-05-24 10:27:21', 'SALE/POS2022/05/0121', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e7392f750e7bb52b415b20153d69a35f373c6e856dd5f338ca25a99c6bd6694', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (109, '2022-05-24 15:48:31', 'SALE/POS2022/05/0122', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '152.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '152.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '152.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8f685cbc2c50c9d9c93bae025108fc941be5ac14bcce5521db4176834db2dcc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (110, '2022-05-24 16:21:11', 'SALE/POS2022/05/0123', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '188.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '188.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '188.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8de6c52253a6226ba9edc69f50190cd9c3c79e16934765f7a50f9a76909a243e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (111, '2022-05-24 16:46:18', 'SALE/POS2022/05/0124', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '139.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '139.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '139.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c4b0429afce93f2d869222c94c86cfc435380e74aae9e79a30556900b5b2c84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (112, '2022-05-24 17:55:49', 'SALE/POS2022/05/0125', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98dce14179d1e799ca1fd2f5d1963cc3d45103b75b722957771f4974a8b04ddb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (113, '2022-05-24 18:18:30', 'SALE/POS2022/05/0126', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70b45dd5c6b8668c740ec7512b2dc3d7784758d4b4cace1a789d69d013767660', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (114, '2022-05-24 20:02:10', 'SALE/POS2022/05/0127', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa9b67af987f8f83e1bf6602e206ccf5ca50b0c53d2f23bd5c07995ae03182a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (115, '2022-05-25 07:47:51', 'SALE/POS2022/05/0128', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '158.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '158.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '158.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89b4407d43b7e678e2cbfc06f6a0e223ffd94d9506b9e783a88407bf4f499808', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (116, '2022-05-25 08:59:54', 'SALE/POS2022/05/0129', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bacb0b5059dd709c91ab8a08f69f87a90feb5d5a7e709ac79a48dc3d667f295e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (117, '2022-05-25 09:10:10', 'SALE/POS2022/05/0130', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c61a2ffda7e2d68403c7bff6c6f2c391afe5378e17f0ad5309fa675f5f378cd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (118, '2022-05-25 09:24:01', 'SALE/POS2022/05/0131', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1addcd4f162cb2292f751fed5b1f6de7a11d001ec538f4b2238a3e53a5947477', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (119, '2022-05-25 10:13:24', 'SALE/POS2022/05/0132', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '170ff77b0f6e9ca9c94b216a151bc84b42d2bd401e2eaf2d8131e27a7865bb18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (120, '2022-05-25 11:15:04', 'SALE/POS2022/05/0133', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20b74bec6418f9e0dc66ce69e769228c151bfaa1467e57bdba83d2653a9ca8ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (121, '2022-05-25 12:53:03', 'SALE/POS2022/05/0134', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '342808c6d146d6fb64a2a5e9b0df5b2e34ba26580b9b22990c75983bb316a084', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (122, '2022-05-25 15:46:27', 'SALE/POS2022/05/0135', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '50.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3df5485713afedb7b8fc5aca2a5e90fa39a281eb1d7c84228c775bad497db190', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (123, '2022-05-25 19:04:39', 'SALE/POS2022/05/0136', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '121.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '121.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '121.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4956001512199735839f1cab48a2eb212c9682bd0b70ed74c3780fa2cb7c07b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (124, '2022-05-25 19:07:45', 'SALE/POS2022/05/0137', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '145.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '145.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '145.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '419d5b6fe7dec1f03297694940cbe169fc1689b8bb41eb83e8d6994bb44490bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (125, '2022-05-25 19:12:20', 'SALE/POS2022/05/0138', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd810699572ae601fe68cf02485a1e8d141d8f2a2fe73aa6793a31538633b7f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (126, '2022-05-25 19:20:59', 'SALE/POS2022/05/0139', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '53.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6abe594d46cdd48e75930bf8648d192fc96268be0fbea9e06becca2a2a776461', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (127, '2022-05-26 06:53:42', 'SALE/POS2022/05/0140', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '120465cf0c520efd59bc4b0afc1a6069a21166a2199488d524426d0f01efda1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (128, '2022-05-26 08:19:29', 'SALE/POS2022/05/0141', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '167.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '167.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '167.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bceddfe10620a6718c457da22123437507321691816949f85d8727958fef483', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (129, '2022-05-26 10:15:06', 'SALE/POS2022/05/0142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '429.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '429.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '429.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8a5f94b0d4091ff90f3299948a27ef290bc2cd2f51158acbedc767ebefb2b1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (130, '2022-05-26 12:48:54', 'SALE/POS2022/05/0143', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e8618c82cd22869e04961d72e7791f497f43b33155c79b6288cf92372f823a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (131, '2022-05-26 12:49:23', 'SALE/POS2022/05/0144', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98eb19426acc8194f77c5f0669ee20eb7d2d56b80aec05372e6981bac716a1c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (132, '2022-05-26 14:26:43', 'SALE/POS2022/05/0145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fecb609ee9275b35b6c8698d4e3fd2e58718c9f69666f37c0e7d1f58b9866f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (133, '2022-05-26 14:33:24', 'SALE/POS2022/05/0146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6282c454b5709d7acd3ff86f142b1f7c3b895c0bd5759225680636a9e22a3c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (134, '2022-05-26 16:04:01', 'SALE/POS2022/05/0147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da60f1e67325afabdd816d7ef12c934c6a70873744ee637d92f9e7644bf3d07d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (135, '2022-05-26 16:24:54', 'SALE/POS2022/05/0148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '487a170ec4c7fa0bbe09e9cb8729a238eadd734c168d12eefce52a5f4c1439da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (136, '2022-05-26 16:50:12', 'SALE/POS2022/05/0149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 49, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92c2df7eb932b0b1a17f4c8f72fdbbbe7f7ec7d5d5def099d3ba69fe9cc14356', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (137, '2022-05-26 17:08:34', 'SALE/POS2022/05/0150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca685358490d3009edb2b1db7b4d9dc13505b561e3b53748a1e2b1b1957d17b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (138, '2022-05-26 17:43:52', 'SALE/POS2022/05/0151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e20b87accc60c327e057328579e836c3e58d9d67df180fb360e927707f2928f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (139, '2022-05-27 07:49:13', 'SALE/POS2022/05/0152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f49b389339bdcc0ed3df76b8e90f9867ea98bff4cf42ef566a7eb1690a87c319', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (140, '2022-05-27 07:52:25', 'SALE/POS2022/05/0153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95abec3ad66b454a59ad1fc50e2ad7d8dab1bb61b301fde35140949965cd9964', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (141, '2022-05-27 07:56:59', 'SALE/POS2022/05/0154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19635e35c5552c20c6ec4a35412a2d75aaa4178c674011a1f9fb2adbbade5640', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (142, '2022-05-27 08:22:14', 'SALE/POS2022/05/0155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87e7c61628da23db8986065d10ede6773d4cbb32d636f59853140f1dfbb1a19a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (143, '2022-05-27 10:36:28', 'SALE/POS2022/05/0156', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00cac1b86cd6aac90e4e2f344e9a373230fa838b760f266debf62eeecd74cafd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (144, '2022-05-27 12:00:45', 'SALE/POS2022/05/0157', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b0c212761416a0ceaad19e4969055f489cdd96fbcf34cccfc107b30316e3af9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (145, '2022-05-27 12:01:09', 'SALE/POS2022/05/0158', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '109a5dfb1f54b1ff40d91c2018be550082b99d8836540a3cd46c44b32f541499', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (146, '2022-05-27 12:26:42', 'SALE/POS2022/05/0159', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a1e1fbec523a8049d65a1013f55edfa2b811c1223382e2fd46d88c9213abb9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (147, '2022-05-27 12:35:20', 'SALE/POS2022/05/0160', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.5500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.5500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 51, 1, '81.5500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '538d1dfba066a6f01551d0a66f78975246bdf64edc3d551fdb6650b24933080c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (148, '2022-05-27 16:14:47', 'SALE/POS2022/05/0161', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82c784de28d79f592b29e00938e1ecbe329d2a9175222307d5b3b4808ac186e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (149, '2022-05-27 18:28:07', 'SALE/POS2022/05/0162', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '477e1cf4516cd2f6ff4ce76f061f5f0efb439ca9958c4cf7aebbee763d80b848', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (150, '2022-05-28 06:44:28', 'SALE/POS2022/05/0163', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9dd216c46675402b6385847364a4e758c575b8575ea3c981fea39d9ebb948a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (151, '2022-05-28 06:47:17', 'SALE/POS2022/05/0164', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '126.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '126.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '126.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd298b1423304411c0972b10f8373bcea5fae70698489180e5e82905e3cf4fa59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (152, '2022-05-28 11:59:46', 'SALE/POS2022/05/0165', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '118.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '118.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '118.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '080b760c8617d3156378718021f3686a1ce857e01a2761a02a31d78478c0103c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (153, '2022-05-28 12:14:36', 'SALE/POS2022/05/0166', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12f16170677f990e0cc6846fb5dfacd9dc18fe45a8a104722c20dea5067201ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (154, '2022-05-28 14:39:08', 'SALE/POS2022/05/0167', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a59244ac039cd1af7fb792c226fbef1865693fe5c40a7098d9ecc17f5124a597', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (155, '2022-05-28 15:15:54', 'SALE/POS2022/05/0168', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0667c48023d512f031d692c25e479b2899d36dc97c2daa673e6d89ecc1ff597e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (156, '2022-05-28 16:22:40', 'SALE/POS2022/05/0169', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '176.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '176.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '176.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '109b5e0998a1c1a9461a1dd9bc7d8bb268cc3674826c953574a39398f954618a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (157, '2022-05-28 16:23:29', 'SALE/POS2022/05/0170', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7bcf091912c4c4f0ca376dcb1e813fd63495531229a5bfc78499358386053bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (158, '2022-05-29 14:57:42', 'SALE/POS2022/05/0171', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '408.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '408.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '408.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f391b341ce80a67439f2abda01b46ca194e60745ded6a8a90815efbf47d64bca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (159, '2022-05-30 12:09:18', 'SALE/POS2022/05/0172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e1aded2fc672ab2a0c9453b48e81e42a794236fe138379e6f00655e9ba6ea7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (160, '2022-05-30 18:29:59', 'SALE/POS2022/05/0173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '163.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '163.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '163.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19538151cbc2acc79a57e14e846f4fd545505d3c96e11059c076dfe813e7d89b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (161, '2022-05-30 18:51:48', 'SALE/POS2022/05/0174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2187013d71693c436881f48b908482243664a1d8dd2848d5c5887c00d6fe572', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (162, '2022-05-30 18:52:51', 'SALE/POS2022/05/0175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '91.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '91.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2759411724a757bd67102938a4950c320724bf558481f3acd097719e37279c60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (163, '2022-05-30 19:21:57', 'SALE/POS2022/05/0176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33c9a3b659eb5cf41cd73395976e9d898b2d0ea18da56fd4cce89f2cf8f22bb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (164, '2022-05-30 19:27:28', 'SALE/POS2022/05/0177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '408.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '408.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '408.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9496960418743a66aae257e343d3b039c0bd4faca3993490ee1c2a701133aa8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (165, '2022-05-30 19:49:58', 'SALE/POS2022/05/0178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '552.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '552.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 105, 1, '552.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9363a9727f182b16e9e02e9ac58a8e493b00f52ad16aebfa95708e7c8cb1ad0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (166, '2022-05-31 18:42:35', 'SALE/POS2022/05/0179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '177.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '177.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '177.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e0e019c6f6d115374d352db24b97410079d9e0e5c79ee5d47e95d8b98473938', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (167, '2022-06-01 07:03:02', 'SALE/POS2022/06/0180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 42, 1, '240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7a2bf325f236605ab3a20e9154c96ae2f7250c672b8b5f75c8ebd9ebbf4dfdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (168, '2022-06-01 07:05:45', 'SALE/POS2022/06/0181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '241.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '241.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 49, 1, '241.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff7596d9ed29ba13956f15d83e4205df440291318bcd29a47826cd89f8869b18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (169, '2022-06-01 07:08:20', 'SALE/POS2022/06/0182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a1d23aadd6c9b020c37d28eaa2053b9869e27b400be21367ff9d750089e401f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (170, '2022-06-02 06:59:03', 'SALE/POS2022/06/0183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '537.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '537.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '537.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fac1ba83ca114e1953bf11deefa80eacb10a8663f30eb83a470ae05bde08f67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (171, '2022-06-02 07:07:51', 'SALE/POS2022/06/0184', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '635.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '635.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 79, 1, '635.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8a4843c1df454d47a7f72dac0d3571b3374f825350ad6efed7692cffc7460ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (172, '2022-06-02 07:54:31', 'SALE/POS2022/06/0185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f59a54152d39e4a4e4a935098c31b85bcbf90f34b62b7a4989fac9399159166', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (173, '2022-06-02 11:40:35', 'SALE/POS2022/06/0186', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 102, 1, '92.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f503f2365d547bee0fd1a08f05bde74e4233c17a12f9ca0546d01d49d43fdd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (174, '2022-06-02 12:26:12', 'SALE/POS2022/06/0187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '112.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '112.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '112.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '158ed9e8e3ab07c2f94bad5c094f82242d7286d659219d74e7d4fa88d8641843', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (175, '2022-06-02 18:09:06', 'SALE/POS2022/06/0188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '119.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '119.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '119.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '029e40abca9e3e9411bfe8d437d8fae15e519fdd1c860260bdcd71260d545ce0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (176, '2022-06-02 18:16:24', 'SALE/POS2022/06/0189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '212.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '212.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 83, 1, '212.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d853d161710df600225b540a560f4460d07d4a6732ee0716657b93a6cba42d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (177, '2022-06-02 18:22:27', 'SALE/POS2022/06/0190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '187.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '187.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 68, 1, '187.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c33104268a45d1d3751855dd50243b17fb7717b5c23bf3945cbe28b022ce46c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (178, '2022-06-02 18:30:20', 'SALE/POS2022/06/0191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '411.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '411.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 78, 1, '411.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4629746d65fba2ada3176cca782e590ebf3bf8edbfcdd6bbf27c0cc6311e0692', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (179, '2022-06-02 18:42:05', 'SALE/POS2022/06/0192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 36, 1, '250.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f8556fa12da9a6f064aee9fdd76a740cab31aef3a52b5e8a529387133d2b8ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (180, '2022-06-02 19:01:38', 'SALE/POS2022/06/0193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '724.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '724.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 96, 1, '724.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fbb0d9196a82993256adc3004a150f2674cfc6e9270dd128324fa2b0e1e8c6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (181, '2022-06-02 19:58:50', 'SALE/POS2022/06/0194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '257.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '257.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 44, 1, '257.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8369e104dae1ba622e104b39203a74a15f543c9280ce29058511c201f84e242', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (182, '2022-06-03 06:54:09', 'SALE/POS2022/06/0195', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e96f24c5621c8947e6e573e3685763ba9b846a19dba69e14a1827d42d327f79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (183, '2022-06-03 07:45:32', 'SALE/POS2022/06/0196', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '107.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '107.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '107.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e6b9fe708c4121347d6f2566d13cfea36b27f8c496bcde140f5b0aa38dfe999', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (184, '2022-06-03 07:47:21', 'SALE/POS2022/06/0197', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91810f2990ff381d3d210def64fe84f42d8c7504640b594438c35e425b7f211d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (185, '2022-06-03 07:52:43', 'SALE/POS2022/06/0198', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '201.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '201.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 38, 1, '201.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c30524a0f7e053d8b7ebe3424aae51e68c220ae622497843ac2a580aa8aa3536', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (186, '2022-06-03 07:54:19', 'SALE/POS2022/06/0199', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc774a40ba9c4faf9450b6093de47fdb68ec22bdd61fcf77b1a90bf4211af2f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (187, '2022-06-03 10:29:37', 'SALE/POS2022/06/0200', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e496a3669ad6ea24efb638fcdc75e0324f9f3e1531ba9fe176cf4ef110e219f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (188, '2022-06-03 12:05:06', 'SALE/POS2022/06/0201', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '101.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '101.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '101.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04e179798a154c5c80a95aa5fcfc4fba1cc3361cbe38c1f0cf01d2eb0b873b2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (189, '2022-06-04 06:48:22', 'SALE/POS2022/06/0202', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '322.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '322.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '322.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81721eb451a8abda3d416e71c67e16986108403dd1bc7c80b577d99a8b412195', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (190, '2022-06-04 06:54:09', 'SALE/POS2022/06/0203', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '192400df732eafe0bb759e111ab6d972a1275b2974f790f6fe0b92d38d399aa5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (191, '2022-06-04 11:55:12', 'SALE/POS2022/06/0204', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '95.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29b1408938053f2b695f7ff3a06ed40520e2bc1e3282e5dfb751145fa62ed81b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (192, '2022-06-04 12:42:06', 'SALE/POS2022/06/0205', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ff94b079a77462d3f0660c57190fc08853bb496f090612216e4411b1ad74cdf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (193, '2022-06-04 14:34:41', 'SALE/POS2022/06/0206', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48c57a2defda258242ae6e391c24abb44dd123b812da260a17f55a02ad805a46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (194, '2022-06-04 15:15:11', 'SALE/POS2022/06/0207', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '98.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '98.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '98.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e64e9a22ed8e89801076ccd569b3fb26f95e67d5aca42fff30f9eab110d12a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (195, '2022-06-04 15:21:31', 'SALE/POS2022/06/0208', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed054d94a0992f1b58fbc6eebd808b51a2b712355b52ee263ac43789ee7564b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (196, '2022-06-05 13:45:21', 'SALE/POS2022/06/0209', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '508.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '508.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 75, 1, '508.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c68a91eea9b60dc538d13fe0bc7847bbed50adee53bdc24fd68ff5343493b383', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (197, '2022-06-05 13:46:53', 'SALE/POS2022/06/0210', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '222.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '222.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 32, 1, '222.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31bcbdf0b1771fdbf998c4bbb65bcfaa731776299ccc45d22d1fdb7b24082098', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (198, '2022-06-05 13:47:31', 'SALE/POS2022/06/0211', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1193cb8a970f1a73349dd52d1bcf6be4e5dad5268af529a0b0654504ef8ec6d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (199, '2022-06-05 14:33:23', 'SALE/POS2022/06/0212', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '219.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '219.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '219.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2c12b51970999b649541b51b755b00b171ec875e9d9edbbf044080dbf6a11c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (200, '2022-06-06 10:12:35', 'SALE/POS2022/06/0213', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '292ffe27fd51f61d3ffa583f934d63821350786291d573558fd84314a5f5399d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (201, '2022-06-07 07:04:23', 'SALE/POS2022/06/0214', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '364.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '364.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 69, 1, '364.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14fb40d1b1fd8f490c77293e559fa6085013127f44a8d8c5c6f868306351b66d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (202, '2022-06-07 07:05:45', 'SALE/POS2022/06/0215', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad8324c9016cfc67b753251accfdda7eb2ab9640748b5d28acf23fcf49f3b346', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (203, '2022-06-07 09:17:34', 'SALE/POS2022/06/0216', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '109.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '109.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '109.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93a0727ded3bd304a8038b85dc05498b6c1d66b8e9401dde0c200affca22d9c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (204, '2022-06-07 09:24:51', 'SALE/POS2022/06/0217', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '160.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '160.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 39, 1, '160.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8487f685b57292cebee48f3c2814209ea69b13e7f24de8ed6616ff0c71fe05c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (205, '2022-06-07 09:34:05', 'SALE/POS2022/06/0218', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '692.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '692.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 91, 1, '692.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a70b10ce2805973d53a5c3622d7aff45370eaeb75c0b0aadfd1c8fbfd26964dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (206, '2022-06-07 09:40:15', 'SALE/POS2022/06/0219', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '99.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '99.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '99.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f76d856aaf2329f734f41e501bc2bace2049352bba346a5a48bd23e36be0e704', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (207, '2022-06-07 09:43:01', 'SALE/POS2022/06/0220', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c53cd523ad00cfea603dc2ab9bcb082ecca15e2faa6785f177ea9885b03939ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (208, '2022-06-07 09:46:34', 'SALE/POS2022/06/0221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '86.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3eeebeb22aae2967e476b9a782f85e81348ed9b905f8e5858dfa12c8c93d9996', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (209, '2022-06-07 10:01:51', 'SALE/POS2022/06/0222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '252.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '252.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 49, 1, '252.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64a828adbb929fafacc790a04c04dd81c31109d70f4a1f2860d1f89a7f237da1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (210, '2022-06-07 10:05:17', 'SALE/POS2022/06/0223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '160.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '160.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fae8e9710e267114724fa60293159e5191599d58d470ffce968da204107b1b38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (211, '2022-06-07 10:07:05', 'SALE/POS2022/06/0224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '591b9523978fa708113953e04203cfb4b393655e83b419f88086641395258bec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (212, '2022-06-07 10:09:35', 'SALE/POS2022/06/0225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce409be4ad1fd19e67db5812231f544eeecc641501a5079154e16a0883e38bcb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (213, '2022-06-07 10:16:05', 'SALE/POS2022/06/0226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28b69d027cb51910cc2ec82da4efb45e5f06bea34578be525deee1acc59692e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (214, '2022-06-10 07:08:01', 'SALE/POS2022/06/0227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '692.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '692.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 109, 1, '692.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51cf107eb98d961a51574373d4bb8782927a2962dfd699dd5e0d9908f1f9ffa2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (215, '2022-06-10 07:12:02', 'SALE/POS2022/06/0228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d1c22ba9aa0655fe161cece3c3090eb4e18af8faeda9ed0ce21d720fb4f98d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (216, '2022-06-10 07:14:54', 'SALE/POS2022/06/0229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ea3f8ef0fb6f2b57135241383f814f459947190f97e17c9711a204ff454a337', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (217, '2022-06-10 07:21:17', 'SALE/POS2022/06/0230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '336.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '336.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 67, 1, '336.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '979e9cdb768a164df87ce226d8abbf7f6357334eb96e34e17326e1ea3122d4d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (218, '2022-06-10 07:24:20', 'SALE/POS2022/06/0231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '383.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '383.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 190, 1, '383.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e19f0e24b598d3d85e5c2fc72a4ed15dc1d4fa3250392cd25c05f4507995305', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (219, '2022-06-10 07:28:07', 'SALE/POS2022/06/0232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a84a9d0ed2866cf655b4790c69d88b4abd739c1e12d2707183f1665ba6a8d72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (220, '2022-06-10 07:36:45', 'SALE/POS2022/06/0233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c85d163f74f596f5e94a7982d6d68d204de5710b838b99ec100a4eba99e098b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (221, '2022-06-10 14:41:13', 'SALE/POS2022/06/0234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '122.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '122.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '122.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd66baaa8201c10e5422afeba5db9aa1e3831dcd0d4181622cce6d02cda5a85b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (222, '2022-06-10 14:41:56', 'SALE/POS2022/06/0235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7a09e983914c71192dac33c04ccf4c0582d606145c70a5a1c37138cab782b6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (223, '2022-06-10 16:02:36', 'SALE/POS2022/06/0236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b150caeb40e16d482a5ce883acb2b8b4ba315a6787fcefa43b2c88ceb6a48b5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (224, '2022-06-10 16:18:10', 'SALE/POS2022/06/0237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '145.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '145.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '145.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb5f04eadf474e470dd08cc1f79a53458353530b13b41773cfdabae85e8816ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (225, '2022-06-10 16:29:53', 'SALE/POS2022/06/0238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d837d93954e128c236ca893fa79e0a18dada87c0010ef6e4de1d2a157acae39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (226, '2022-06-10 16:58:45', 'SALE/POS2022/06/0239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14391423389d7e5ff666cfb4d68a5eb603208e5e3a4978046e1a9ef78a06d44f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (227, '2022-06-10 17:32:12', 'SALE/POS2022/06/0240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd2d1539cb14ac98e0410b7329a483c02cf838d7ead993692b0047ae9e6db334', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (228, '2022-06-10 17:47:25', 'SALE/POS2022/06/0241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e4c78f780170d13c802e3d34db01b197e37a11f01ca8f8554e034b1d003b627', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (229, '2022-06-10 18:31:45', 'SALE/POS2022/06/0242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '103.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '103.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '103.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d1817098ae99fb12c8190fb3ee12b02230c6262e66a1d7beb4bd56bd644d536', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (230, '2022-06-10 19:09:50', 'SALE/POS2022/06/0243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '73.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30d29388327ab34865fd6b12b64ae04dc08e2663e2c9995b1ad500bde272343a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (231, '2022-06-10 19:50:11', 'SALE/POS2022/06/0244', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77147d890704ea58905604b3e7a05e4e7bc6357504f626039418ffec2520ca1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (232, '2022-06-11 10:05:47', 'SALE/POS2022/06/0245', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d5875dec7555358a34f07bb80e8030b58590c4ca8bc5ae117427bfeed25d256', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (233, '2022-06-11 10:10:09', 'SALE/POS2022/06/0246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef34752785d318400cc5ab94b2065302d2f4ec42759d72a9213c7ba3ce27ef71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (234, '2022-06-11 10:17:56', 'SALE/POS2022/06/0247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e6f8012162e50f8bc3b6ff7811b4283e49030f4a2fad789bf1586576e52be09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (235, '2022-06-11 14:27:24', 'SALE/POS2022/06/0248', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '62.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85401f774ef02cebd2d0da4e13aced4f12b7093da04ec49d0acbcec706285e7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (236, '2022-06-11 14:58:25', 'SALE/POS2022/06/0249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8faeba6e504ca508c7227a7ea2b169e9f266d5b5749d249eb98d1351ecc1a46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (237, '2022-06-11 15:23:49', 'SALE/POS2022/06/0250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65439067e87b3372e8de4550fac349903c9df246eb06b6a4a974819d40ffc1df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (238, '2022-06-11 16:05:17', 'SALE/POS2022/06/0251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f96aa3557dc2758558795bc0a5ff8badf5647faf81f53edc37d0fe998a4b97ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (239, '2022-06-11 16:26:57', 'SALE/POS2022/06/0252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31db5cdaa5ea9b42963aa3f0e8dfbf7e76bd164ef2d753977962d159bdba3a71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (240, '2022-06-12 08:16:55', 'SALE/POS2022/06/0253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c98e0ebd2ab8570ef41f4e505d1db32211d264d9a34077310dafeb6b3af08fa8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (241, '2022-06-12 10:35:30', 'SALE/POS2022/06/0254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8c9f51046ff160bde2d0d5052c293c1da6888abcc36fe165019437807c7d764', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (242, '2022-06-12 12:21:52', 'SALE/POS2022/06/0255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bfe420db8f3a941ff7d1d3895466807a3304bc952f7d89f58028f02477066fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (243, '2022-06-12 14:45:48', 'SALE/POS2022/06/0256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '662.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '662.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 93, 1, '662.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '583a3495e56ec8379c3e628a1028b2ce6e10abc85d35d466196c09c1d1015877', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (244, '2022-06-13 06:56:08', 'SALE/POS2022/06/0257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '52.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '212b52e574831423dcbfd433ab8c12030f31bdb6538435ca0b4947ce67d59f3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (245, '2022-06-13 07:25:46', 'SALE/POS2022/06/0258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '037ea80bdaf9be4b7ab185433a9f941cd2e64e04d041956bf9c36b4f8916416e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (246, '2022-06-13 09:25:34', 'SALE/POS2022/06/0259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a68044c885d9ca137c28be436fc24251cb8afc1d20e7b28bbcedda877457473', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (247, '2022-06-13 10:35:56', 'SALE/POS2022/06/0260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '89.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a440a3731188b92156337a6ad15e3906f0fd98defb5a77ffef23b7b3b651f54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (248, '2022-06-13 10:56:05', 'SALE/POS2022/06/0261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0e54564bae3965ab013131b2b8a3333c82f22fb1599408ce436e7d741164abb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (249, '2022-06-13 11:22:39', 'SALE/POS2022/06/0262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '389af108655c5e64d25a752524403a897e2faa6180681ddedc7ffb4d56cf39ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (250, '2022-06-13 11:23:00', 'SALE/POS2022/06/0263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '748808e6a37688f6c0e87d184d00691b9628daae80e56713c82694abc71485bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (251, '2022-06-13 11:32:28', 'SALE/POS2022/06/0264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ab7fbbd7e62d6319bd1705005de1445fd08a5ce28700c9640c6b623d25470c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (252, '2022-06-13 12:41:29', 'SALE/POS2022/06/0265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '128.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '128.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebbf7502d24ccd12d5ca520cf16fea78f36ce7aa8a2e04b032fda26a4d4036c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (253, '2022-06-13 17:57:20', 'SALE/POS2022/06/0266', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7fb3b206056b5961eaee91762e026a38a86567b7f691b302a944f0707c1c26c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (254, '2022-06-14 06:55:34', 'SALE/POS2022/06/0267', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '275.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '275.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '275.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad8720120f61993daa0e9017e4a33150a47f683e392382ceb964c8756226d8c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (255, '2022-06-14 07:11:12', 'SALE/POS2022/06/0268', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10a27f8098cda49db409a4c6f276772ef693f80dd7b678b5675e997f496bac95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (256, '2022-06-14 07:23:51', 'SALE/POS2022/06/0269', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6082f60cd1593fc052a7d010aa92535e56bf85dbde25b765450141f48dbf8064', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (257, '2022-06-14 08:07:39', 'SALE/POS2022/06/0270', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0510ead2f849ea5bea51fc267ef7827246b4233cd6c46fd4f0592f3769c9aae5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (258, '2022-06-14 08:57:11', 'SALE/POS2022/06/0271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.4000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '40.4000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7517a5836bb834cf359cc936f5d2cc42e8a87e6aec3ab00da3c35407944d4760', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (259, '2022-06-14 14:36:44', 'SALE/POS2022/06/0272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '131.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '131.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b7c4238d2fec7a6c122c313429cc9790cf69875fa155aaf3e035fdf5de678a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (260, '2022-06-14 14:44:47', 'SALE/POS2022/06/0273', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '209a4bb7acd575e82fc55eda0321077b91c62b4ddc3734a0d313b503b03e7e02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (261, '2022-06-14 18:03:27', 'SALE/POS2022/06/0274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3aff3f282edf5dc93a8ecbe0f3354cb05306ad15b1f959edb91e23940ad59dd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (262, '2022-06-14 19:13:41', 'SALE/POS2022/06/0275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fa9a878c0bdbca03b7f8af1943fa194515a86138a05abfab141b4468bba9a95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (263, '2022-06-15 06:52:34', 'SALE/POS2022/06/0276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '168.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '168.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '168.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f11f9397235c184156dad0b8b380f792d4bb46b4a905137cdba163cdc9f3c9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (264, '2022-06-15 07:00:47', 'SALE/POS2022/06/0277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '178.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '178.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '178.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ac8578cc48612c3e6db0b6e70a3c293e5a7c6dad1280f5c419dddeb0791867e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (265, '2022-06-15 07:11:36', 'SALE/POS2022/06/0278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '239.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '239.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '239.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '146bfca65357e86f77a25e433bd3bbb833642cca24ed0921ec54dd460a46ae5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (266, '2022-06-15 07:17:31', 'SALE/POS2022/06/0279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2139d005f1c8c46e23b01001306168622cc7302cfc881387f5d2244e5e8d28a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (267, '2022-06-15 07:19:29', 'SALE/POS2022/06/0280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '957565b564765b09546492dd790cde69d8fde3df3fdb876dff01022da2cdce61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (268, '2022-06-15 07:44:37', 'SALE/POS2022/06/0281', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '199.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '199.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '199.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02d9a30490427bcf50a483ef8e9d0918082cb431f386851a6b19110762b151ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (269, '2022-06-15 07:48:12', 'SALE/POS2022/06/0282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7eebceff513f3c1ded1281ed4bdc38097dd1c6deb9cce550757946b8d4bbaeca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (270, '2022-06-15 08:45:58', 'SALE/POS2022/06/0283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8dd082a69dc32d38c3052bcd03ca28aea0d7d495b1213e9fbd17e2d14fe7395d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (271, '2022-06-15 09:49:46', 'SALE/POS2022/06/0284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a55a742946b29c5dd57834de2bacc66d3159c0b16a24e310d0f3f5b2a919049', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (272, '2022-06-15 10:07:17', 'SALE/POS2022/06/0285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2df6e97c618fae15533fb5083d68a9fa96a22f4e449f701f5763e2ba0e85570d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (273, '2022-06-15 10:17:45', 'SALE/POS2022/06/0286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '116.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 1, '116.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '482bf36931654a0f846679387cdd3eab409dd29825d84a2eeeaaec70bc4fd27f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (274, '2022-06-15 10:32:06', 'SALE/POS2022/06/0287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '152.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '152.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '152.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6efbfccf324ec477eb0036a90e50c8f51c8b44d88398d2db088cb6e7cdd030e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (275, '2022-06-15 10:35:09', 'SALE/POS2022/06/0288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e00c8dda77137dd6accf6647770a655a5a224f0ebb7869cde962c22fc0e57977', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (276, '2022-06-15 10:40:18', 'SALE/POS2022/06/0289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '78.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '012d55d64a4479343af6d95e96140eb7c5770daa1eb4879479ef4b850488759d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (277, '2022-06-15 10:44:34', 'SALE/POS2022/06/0290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '85.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4901e11250616c0d91a5d7c2113fceadced4e17707380bb1553fdee8419bd947', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (278, '2022-06-15 10:50:55', 'SALE/POS2022/06/0291', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '190.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '190.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 48, 1, '190.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5124d53bda91ec8e4ac0c61f81fc1285fb99c88f1a06e70069e329511f136943', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (279, '2022-06-15 10:53:12', 'SALE/POS2022/06/0292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2899b6e4701f6579f983f96e4f00d7990a06c7ca3de1be8cf12522b10dc6467', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (280, '2022-06-15 11:00:21', 'SALE/POS2022/06/0293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '98.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '98.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '98.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39ae97f668d0df9a8f14a22c8f4a1e272090541a7a2fa8ded3847f72b42d3797', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (281, '2022-06-15 11:04:09', 'SALE/POS2022/06/0294', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99e8c0882aed30ffda53cc19f5d73b556683f8b1559ac2f230b9f04ce0c6ba93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (282, '2022-06-15 12:56:21', 'SALE/POS2022/06/0295', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd785eb50a3de8019a97ac6a16f3b182cf0612d4076a03d8513fdedfd5284216a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (283, '2022-06-15 12:56:33', 'SALE/POS2022/06/0296', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae0852096aef4d2e978bde9e9c75e07b8d4105b50fa2022529eb6a54a75905ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (284, '2022-06-15 13:20:40', 'SALE/POS2022/06/0297', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e21c73468c23634d44e390bb435e56cc2507cdc12ca48306755adedd83dc50cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (285, '2022-06-15 16:20:30', 'SALE/POS2022/06/0298', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '310.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '310.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '310.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d076bf162098f3f93fc06517629468f86b922b67eb05a0dc81e0d3482da808d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (286, '2022-06-15 17:23:58', 'SALE/POS2022/06/0299', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b2846489b5bec5ddd95531d6f0bb9b5a7eefd5f6eebc58f5c183c9e3fe3228a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (287, '2022-06-15 17:24:22', 'SALE/POS2022/06/0300', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3e76b9aec32ffd374ca2739ff574d317f7a08f8be321ace85fde0dd2c90d6ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (288, '2022-06-15 18:39:46', 'SALE/POS2022/06/0301', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f5f1cb078633dd514419662cb24fadd1b18b4fbf7379e0da60155ade9d4325e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (289, '2022-06-15 19:13:36', 'SALE/POS2022/06/0302', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'adfdffe0dff71b7db7172d9b3177340032d512696e6fbb8f8bc19ac423722a00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (290, '2022-06-15 19:23:04', 'SALE/POS2022/06/0303', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '190.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '190.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '190.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18d69c6cc401b3f88345b959eb41604b7af2948563969ffbd3644cb32901d468', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (291, '2022-06-16 07:12:41', 'SALE/POS2022/06/0304', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e72b73db53b2952a17e592a860a80aae2d1ffb65c461e01478b7f6938e51e5c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (292, '2022-06-16 07:13:37', 'SALE/POS2022/06/0305', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc12a13e91e51cd6d1997c6dec018ef58235e063380ca49617247e75ad7dc131', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (293, '2022-06-16 07:17:10', 'SALE/POS2022/06/0306', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c76138d7180976f3c5dfd94e3258c2c49538ebad0b00da83aa7825bde0ca94d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (294, '2022-06-16 07:20:54', 'SALE/POS2022/06/0307', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '72.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e217f4dcc64f81b1949be53f09c254831d366e9d27e0ca6ae9f1bfa1aed66519', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (295, '2022-06-16 07:35:32', 'SALE/POS2022/06/0308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1de3c316080c9c52da5103e6113c9ed10ed09dde2e14d4f04d290d3548c40fed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (296, '2022-06-16 07:36:44', 'SALE/POS2022/06/0309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b31d170ff5cbe1721d94371765950f5e15bb321bc87303efe0bbc7c988f4d20a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (297, '2022-06-16 07:37:25', 'SALE/POS2022/06/0310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aced74d16c53ad222acc54d6210bf408c07f315c2654c89fa9314ee18c07369e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (298, '2022-06-16 07:42:27', 'SALE/POS2022/06/0311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c04386cfe9675d57dfd17d9e4728f7964accba39feeb21002d67e0b80fa2a8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (299, '2022-06-16 07:43:24', 'SALE/POS2022/06/0312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '662eff6554ada7d46daa8281ff524bd06711ce5713c36f02631554dd7470785b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (300, '2022-06-16 08:47:22', 'SALE/POS2022/06/0313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '302f12c396bed9d4ef47447c30144ca6a5f1437ece786ea943db3abc394e4c6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (301, '2022-06-16 09:44:12', 'SALE/POS2022/06/0314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7481019ff01024fb10280e9f31360d5f5e6f1653198426d5e8fb45ac8070cc4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (302, '2022-06-16 10:21:00', 'SALE/POS2022/06/0315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c210ef44835a9eb55be54dcdf2fd2cd4f366c97c7c4cd642e4da84e6e2c8f85f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (303, '2022-06-16 10:53:02', 'SALE/POS2022/06/0316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bbcde051c8e9780ca5d9ca60c0ef3cce0dce2dac2a85132fea29d06b62f9da9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (304, '2022-06-16 15:46:47', 'SALE/POS2022/06/0317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fb63cff8e05f14c78fed60684dfcecf25942f9a8c31fcf6fb11dcce55e5a867', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (305, '2022-06-16 16:33:34', 'SALE/POS2022/06/0318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '584.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '584.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 45, 1, '584.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39db085b0f56a951abd01beca12865830af2a676cc01e684c454c3842ed4f1a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (306, '2022-06-16 16:58:26', 'SALE/POS2022/06/0319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad8a05761f468f4071b499ead3b830bdbdb85792263fd74b2119308882956df3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (307, '2022-06-16 17:29:28', 'SALE/POS2022/06/0320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '715275cb3a581b2f37da236287d7c616e1baa83efb070db52ddf4387e377b1eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (308, '2022-06-16 17:44:57', 'SALE/POS2022/06/0321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f451847fc9aef69c0e0f3be6b3bad60e25c8a50208b4c955c1a5e853a46839ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (309, '2022-06-16 17:50:54', 'SALE/POS2022/06/0322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb1b0d9f9828fadafa7b9a2fba16e5bd0b628a462b5810ff01f45ef56ac8f87b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (310, '2022-06-16 18:27:10', 'SALE/POS2022/06/0323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '187.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '187.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '187.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0566290746dbd49fec7edddf375f71ade46b0fac1cbead2d7c686052fe670bcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (311, '2022-06-16 19:58:10', 'SALE/POS2022/06/0324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f74a21dcb051fc971406b4ee641d0639dd3fa071bc4ba6768b50da9b426403cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (312, '2022-06-16 20:03:19', 'SALE/POS2022/06/0325', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19e7eb5729a21bcccae3330e215de784a7913920fc98c26c093cf84f397aaf59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (313, '2022-06-17 07:03:03', 'SALE/POS2022/06/0326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '131.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 36, 1, '131.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efdefd08e7861084224be4aba6fb0fcb42cf2835e069b696a65f2aca046d0b85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (314, '2022-06-17 07:19:15', 'SALE/POS2022/06/0327', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7aa3135be936b03182648eb7c1869b909ad177f882d2daaaa7a375ad089e160f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (315, '2022-06-17 08:33:07', 'SALE/POS2022/06/0328', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3142735ba432622c7a89ad0ff3e13c6729d4f0c62c6adbad6407726ecf0a766d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (316, '2022-06-17 09:39:43', 'SALE/POS2022/06/0329', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2d3a8df67f476bd67179c5e8503e1437c9aafeee4de0314a659f42c65888ab7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (317, '2022-06-17 11:04:36', 'SALE/POS2022/06/0330', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25a7a5fe9e3aed947d3f6cdefa9f30a6498ea166165c7bdd02f9e635509e0518', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (318, '2022-06-17 11:06:15', 'SALE/POS2022/06/0331', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2111a79e8b46a98d8345e36562df0fc701c7e18a55698f1690f5be0f64a2e9d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (319, '2022-06-17 12:00:46', 'SALE/POS2022/06/0332', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1de64d73bd2247722d48af3ddd94103fd781d14999246ad3087f19852a36d10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (320, '2022-06-17 12:51:44', 'SALE/POS2022/06/0333', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '83.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '980a8d554ac602ccf6a44c651c061081b920cee21a9f3b13d9f17837ccdc7838', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (321, '2022-06-17 14:43:48', 'SALE/POS2022/06/0334', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ac976bb1976e72d970b870f6326f5dcb854c8a72ed7a27c8bd7fb549ebf3899', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (322, '2022-06-17 14:44:57', 'SALE/POS2022/06/0335', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f13c5cba21e7712ac7a0d1c076f9e0073a7472543504989ccbd3e86894962d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (323, '2022-06-17 15:10:33', 'SALE/POS2022/06/0336', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98124849766147e7249ef30aa9e6c2b19f08f269e34656dd1b1344b74abb142d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (324, '2022-06-17 15:55:08', 'SALE/POS2022/06/0337', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62a134e2d760fabb78e3fdb40e37e0861e23e8db88b4a8d494d4b5f332655f1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (325, '2022-06-17 16:27:07', 'SALE/POS2022/06/0338', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9b5439e8981ff210ba200b326984e1174c25af9c847eb0aeec5c9c616f69f90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (326, '2022-06-17 16:39:34', 'SALE/POS2022/06/0339', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '142.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '142.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '142.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d09ef9f946e9397036871e3ebc9ff743ea905cb0ffbcef75fa7232e29e9a478', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (327, '2022-06-17 17:08:01', 'SALE/POS2022/06/0340', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '798b3e67e254c2646a4efa1adfad9177d0a809671d66395434c085c82cdd63ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (328, '2022-06-17 17:29:40', 'SALE/POS2022/06/0341', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28e492896fc76e0c73562c53ad5c514457f2aae40a14c497a04d1c2561190896', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (329, '2022-06-18 10:54:47', 'SALE/POS2022/06/0342', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '270.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '270.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '270.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97abc38dd2f5aa2a5ddb8e7585bbe9a26afbb21bdacebbc0a02fe8fb7481e0c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (330, '2022-06-18 11:00:07', 'SALE/POS2022/06/0343', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72b7e0ac83a5f8eee78ed956c31da8fb22e8d812c1ec775f14f0f3e6650fdd49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (331, '2022-06-18 11:52:56', 'SALE/POS2022/06/0344', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '321a28f54365292117ee4478103f63ace80d532e7ab4e2ca6e5601157dfa6efd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (332, '2022-06-18 13:21:21', 'SALE/POS2022/06/0345', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc149709e5c4ccebb2359eb0659f6ac0b323d3b2126e69a240131efcfb66dfe7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (333, '2022-06-18 13:22:04', 'SALE/POS2022/06/0346', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00509c6c46aedfcb1582c1440ca709c2de811e3d84e78bba8cf26bb9caa8e550', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (334, '2022-06-18 13:39:51', 'SALE/POS2022/06/0347', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '136.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '136.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '136.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc5e97da12fb692caae8269fcb39e8817b5d1c3ec05e08508878611ed3fa3e4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (335, '2022-06-18 15:41:07', 'SALE/POS2022/06/0348', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68c332af8c69d73a243904e897af0f19838431eab1316f0c294708548d0f254c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (336, '2022-06-18 15:53:50', 'SALE/POS2022/06/0349', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '93.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '93.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '93.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b602e8de1b9ef0a40490d795dec421c3776c1a911ece748e2552fbd3bb8dc988', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (337, '2022-06-18 15:57:48', 'SALE/POS2022/06/0350', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89df2b78ff184aed264b2460a00be415d660454f69f4ec5ae6caa3ccb5060b50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (338, '2022-06-19 08:21:08', 'SALE/POS2022/06/0351', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '291.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '291.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '291.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd888ddbb4a137a53e1075801a090504d9a42200c66791f815a5d8840cddacb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (339, '2022-06-19 10:21:45', 'SALE/POS2022/06/0352', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '129.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '129.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '129.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '815d61044fc6685b2df1659b9e0c0c12ed1b81a63e712641a23a761f8d392fb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (340, '2022-06-19 10:43:36', 'SALE/POS2022/06/0353', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84464a9a56e4115556876b9edf42f7b8633fd1efb89187086b25a2d474471eea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (341, '2022-06-19 10:52:01', 'SALE/POS2022/06/0354', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e0849f3de867fe370b30ed19c9dacd0877a5b697787ea7e3b43b889520be76d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (342, '2022-06-19 11:08:24', 'SALE/POS2022/06/0355', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a13642376989c9877852f93d58c32efd9a70f0077a8b3a7c50ba73e46cc1ebe1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (343, '2022-06-19 12:18:21', 'SALE/POS2022/06/0356', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e9f9cc5dcf60ba493d3147ef8985d9a35eee557c039ad4ccc982c74c6efe42d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (344, '2022-06-19 14:15:49', 'SALE/POS2022/06/0357', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '680.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '680.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 119, 1, '680.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40be2b8375621c3a787bd74f0c2c55f4c30fb55cc3a8786b0fcb575f9846d565', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (345, '2022-06-19 14:16:51', 'SALE/POS2022/06/0358', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfe44c7123fb2c924f03567280e6046acf4185ac3a1d234daed683faf461f4dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (346, '2022-06-20 08:13:18', 'SALE/POS2022/06/0359', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ccbc6add93d51d42b66d9c4e4fd9ebf74166de734d58839e53425edc7b6e7c70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (347, '2022-06-20 08:25:37', 'SALE/POS2022/06/0360', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '009e3ee95c0d898c3beecf2f499a99a5abb66a66f61cfe9b51b2db9f26d7e5a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (348, '2022-06-20 09:57:18', 'SALE/POS2022/06/0361', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2809ee278aa07f57d475f2cbf98e7fb03e24df988fd1e2f6178df5a3441adc70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (349, '2022-06-20 10:26:03', 'SALE/POS2022/06/0362', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41c5063e9d1310afdf36278d93cac376e3611efaaf14a3d6eb0694648e484faf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (350, '2022-06-20 11:50:10', 'SALE/POS2022/06/0363', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2edbcaf2a810a6e9fb9e98b94430e431b0952d1434b180d68bdf41e78deab0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (351, '2022-06-20 11:50:27', 'SALE/POS2022/06/0364', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4446343ed2769ec27df36ad3779363bfcc377aea4fd44f292e40a676a6a0a4fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (352, '2022-06-20 12:21:18', 'SALE/POS2022/06/0365', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95cfa9bab068fdfe23051c803ef680286a10a0078ba31d256788f28b9adde17e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (353, '2022-06-20 12:21:48', 'SALE/POS2022/06/0366', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc4aaa6bf3764ddfc0ad8afdfa934e474118d9000d82a327098d7be68af500a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (354, '2022-06-20 16:13:04', 'SALE/POS2022/06/0367', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca06dae80db7c04a5f852fb9791d123abd2fdd706ad27d07f2985e1438ec2498', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (355, '2022-06-20 16:17:31', 'SALE/POS2022/06/0368', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26db2ad44756a7161ac8e3c04986cad3d0ba91a37a821fae81c46b8df1bffc08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (356, '2022-06-20 16:22:01', 'SALE/POS2022/06/0369', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '726a0ec9e6635b2c5cf71e472cdc2c797c14ef02617c5a73a89a40aabcee4733', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (357, '2022-06-20 19:06:38', 'SALE/POS2022/06/0370', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '646.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '646.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 48, 1, '646.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e20798a258e3b60fa04db789a8be78344bf498f7eac3d941b95c77d16ad34501', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (358, '2022-06-20 19:38:43', 'SALE/POS2022/06/0371', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '635.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '635.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 66, 1, '635.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b9769af828769e55ab16242a149d095b6e0f6b2c8bd56c78a040bb8242d32e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (359, '2022-06-20 19:49:39', 'SALE/POS2022/06/0372', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43545726617235c8d24e61c6d4c8c2d50af385709292ffa1d138472737d76c7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (360, '2022-06-21 06:56:23', 'SALE/POS2022/06/0373', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '195.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '195.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 60, 1, '195.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e13a7ffd6f57c73f5d6cb2decf0f9b34281ab81b5bd7c3fd2b62ecf0468afafb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (361, '2022-06-21 06:57:42', 'SALE/POS2022/06/0374', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ab8dacd901f80c24d8ecff89d46d3e60520f3d394cfea82648d7dc11e2cd4b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (362, '2022-06-21 06:58:52', 'SALE/POS2022/06/0375', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e13671df14c74e68680aeaf7dcc1adbb128548c357cda719bb30ca7e86bf4f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (363, '2022-06-21 07:01:37', 'SALE/POS2022/06/0376', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '108.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '108.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '108.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bccf6b3674014985f5954f829cf961927b1edb22ef30db20d0d63f86609540a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (364, '2022-06-21 07:06:09', 'SALE/POS2022/06/0377', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '908771e67353f44391b76d5e2a7650504eb03d94963b22244ce1e7514c99ccaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (365, '2022-06-21 07:07:12', 'SALE/POS2022/06/0378', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12e327918ab3018d5357987e39490210470040a82652ee6e6f5e412eff43df16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (366, '2022-06-21 07:09:06', 'SALE/POS2022/06/0379', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03cbd96f3e89bf79e18e020160fe351f2fce41f93483560c764fd8afbd867dbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (367, '2022-06-21 07:14:32', 'SALE/POS2022/06/0380', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '99.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '99.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '99.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '745865de73a9c79ced81fe7cd8c4beba367468977c6ee305ed4ee02db9b02355', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (368, '2022-06-21 07:26:56', 'SALE/POS2022/06/0381', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9d64c5876632c2f70eac2605f41b06ff2aa1465b0c4a56ff47a9e0b3554a63e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (369, '2022-06-21 07:31:43', 'SALE/POS2022/06/0382', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25e29c1ef3ca2bf64662c09251e7a4606772c0ca3d6e45d17537011a3106c87a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (370, '2022-06-21 07:38:11', 'SALE/POS2022/06/0383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '506.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '506.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 50, 1, '506.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7d9eb49f3b8142b0bdf49c9a2c9c8d300f064102adacc925e9300a159f7f765', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (371, '2022-06-21 10:52:51', 'SALE/POS2022/06/0384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5eba8604723ea5e2fe6db97e881e1295f278ebd9dbbbd47c65947fa961a98ca0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (372, '2022-06-21 13:07:13', 'SALE/POS2022/06/0385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95fb100cc6962bf4dd2678ac75b28019a8d330cb269b30d41e7982af6705f620', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (373, '2022-06-21 13:10:13', 'SALE/POS2022/06/0386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30bca26ef533b7c12b23b30586a1cb6f5712c08107b90670850f4bc61b1e82ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (374, '2022-06-21 15:59:18', 'SALE/POS2022/06/0387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15dc6c35581829845c064328ffa3295aa23ed9908251a696723a6f4d51da8c02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (375, '2022-06-21 17:40:18', 'SALE/POS2022/06/0388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '125.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '125.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e696a78c8b3c6bec9881b2a116b251a335caa860b31cbd75cc730a5a285d7e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (376, '2022-06-21 18:32:47', 'SALE/POS2022/06/0389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc9dc0cb87e8ea90df8dbb2a4da02da1d6ed471ddb617fbf3adb44127ead7657', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (377, '2022-06-21 19:12:38', 'SALE/POS2022/06/0390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81326fb738062567cee99feaa1750fc4b2a323e9450a07438b5933817a84a435', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (378, '2022-06-22 06:42:00', 'SALE/POS2022/06/0391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9242d8acf176441c2e1309ec4adc24bf14c081f7478272ad289f8e9e1637726', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (379, '2022-06-22 06:46:29', 'SALE/POS2022/06/0392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9622f32d50c3ba539d7e1137f3b11a826aa100b1fd8cc24ae39195a45f6b4d74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (380, '2022-06-22 07:14:30', 'SALE/POS2022/06/0393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff6441a6cbbc60eeea23dfc6be4036f71c88cb07767b9df1ae10a291bc4089f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (381, '2022-06-22 07:36:58', 'SALE/POS2022/06/0394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '237.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '237.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 39, 1, '237.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c69188f16b6ea9275ac1835a482fcc30439b5e4251c526a2d06412f1c7794c0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (382, '2022-06-22 08:18:51', 'SALE/POS2022/06/0395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db5a3f15faec66aea83517c911273db8bf038e35c3227093c1a4e444f168e505', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (383, '2022-06-22 08:58:05', 'SALE/POS2022/06/0396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31a2e36f1ca698eb8b2fbc08793845cb7064f09d34e35e066516269ef95e06ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (384, '2022-06-22 10:15:10', 'SALE/POS2022/06/0397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c116ccb6bbcb1747a06d98c402c803775790272dcfc9b5bc08979a3cb5913bca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (385, '2022-06-22 15:44:13', 'SALE/POS2022/06/0398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4e4e62d897964a2db904d05804080573d364fa76d5d7ca0c01708ba785a9b97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (386, '2022-06-22 16:42:14', 'SALE/POS2022/06/0399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7983091bbb5be5c24a9f4cbfc15a5f194eba0de206a078b620852809c7a88f81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (387, '2022-06-22 16:42:40', 'SALE/POS2022/06/0400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9ac57325750a9017e4664af8af89815144464d3e68721b17e13e7a23d9bc741', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (388, '2022-06-22 17:52:14', 'SALE/POS2022/06/0401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb71153c4ad6bde83662cb1ca9d5cb6521a6c7bc58fbf1b14ff43a7ed8e627d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (389, '2022-06-22 18:03:52', 'SALE/POS2022/06/0402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67d0bb5be1b775829786570dcbb08c0dd7a14d9f6fe93c8ae9eadceed9391a4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (390, '2022-06-23 06:50:45', 'SALE/POS2022/06/0403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e32eeed644dce15ff2e252e3a6e19a91e2c0334695251bb56c0d495948fbd1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (391, '2022-06-23 07:06:55', 'SALE/POS2022/06/0404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '412.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '412.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '412.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd6bb277c84de133c83bda3b3d77fecf36120f0163704906d520836243ee1f79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (392, '2022-06-23 07:08:43', 'SALE/POS2022/06/0405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '77.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0905e8cead216dcb2ecf25781285243cf6b2022017ec0c125382db1cede38194', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (393, '2022-06-23 07:28:58', 'SALE/POS2022/06/0406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '110.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '110.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd28d50b8a19aa4fc26f1c4bf2864aac5325b14c453489a0178c78d2ddf10950', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (394, '2022-06-23 07:29:33', 'SALE/POS2022/06/0407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b10b349c33687fab4c4efd183b9585d726bf3c79b0a66e8a4ed3fb3db2ce3bfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (395, '2022-06-23 08:43:18', 'SALE/POS2022/06/0408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de44a47a0815791ca0774fbe94e80016e93286aa1e8feeae486d0b1d39004c48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (396, '2022-06-23 08:43:36', 'SALE/POS2022/06/0409', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a3af2f5dd8c356660900a01a61898ff80c86fbfb79530e5a157bced1e4213bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (397, '2022-06-23 11:26:26', 'SALE/POS2022/06/0410', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd92a77fc03e927372acd0ad11835905f58e8d741c500e16ca8ae9cb4e0a608c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (398, '2022-06-23 12:32:09', 'SALE/POS2022/06/0411', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 57, 1, '85.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6e4aa85850b3541de49da99c7cd2d80c0be4f86f7866868ca1ad1e92e27285a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (399, '2022-06-23 14:45:03', 'SALE/POS2022/06/0412', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '110.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efbcbd040038cac62cedf023f27ae8b1a20578d8a694a7435404285d89a32e7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (400, '2022-06-23 17:48:05', 'SALE/POS2022/06/0413', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '876a71ee217ee12c91cacd71df3e9e5c3095540a96e97de0085f8b0419987983', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (401, '2022-06-23 17:55:43', 'SALE/POS2022/06/0414', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fe81d037059fddd6ca638b5bc67704ac519aecb5b5926ebe3231577c0256ef8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (402, '2022-06-23 19:38:23', 'SALE/POS2022/06/0415', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '104.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7bab9d9ba636ec1897eb98ab81683fa4104ea87fa4bbcd488486ffa1d417407a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (403, '2022-06-23 19:45:41', 'SALE/POS2022/06/0416', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '719.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '719.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '719.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00051cc7a0f42710f857824e47b70ffd975a69adf3c2e9dc54df42a761a1b250', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (404, '2022-06-24 07:19:18', 'SALE/POS2022/06/0417', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbd5ce5f16b58cb0e623b0c471d07d51eb0d297297a9975a03b603c6100abccb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (405, '2022-06-24 07:31:15', 'SALE/POS2022/06/0418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 39, 1, '83.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '353440494b14d90ca7851eab5886cff7514afd3b7db2479703c9898cff389c3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (406, '2022-06-24 07:44:08', 'SALE/POS2022/06/0419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55a7844b8331e6173833122ef23e93b14d6ee7c7bebc6070107896f249f1baa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (407, '2022-06-24 07:52:14', 'SALE/POS2022/06/0420', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a27b307284622aa903f7f1dc7cbd30fe1097f6f80501e3e7ca9d1037444200e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (408, '2022-06-24 10:26:28', 'SALE/POS2022/06/0421', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7964393bad45d26bcb199293fd0fb19ed5bfa35ba08d8ece221c80e7ca9c350', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (409, '2022-06-24 13:53:00', 'SALE/POS2022/06/0422', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f09cd63bad1bdd672cd83d1c43bf3efacad85d9e84a41e5cbb71fc73cff4935', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (410, '2022-06-24 14:42:24', 'SALE/POS2022/06/0423', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6952d867cfd01854eb62cd46ddc81b3baa6e6bc37e2edd8df7cb1620929ab993', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (411, '2022-06-24 19:55:15', 'SALE/POS2022/06/0424', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bbb99fbdaa269f27f974d37ab723ba7617db2568a1751eb830e305f3ff31369', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (412, '2022-06-25 07:06:04', 'SALE/POS2022/06/0425', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '271.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '271.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '271.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '764514c2e543dc25a26052a810c7d6a543639535b1ecf161f6361ab38211fcd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (413, '2022-06-25 08:04:21', 'SALE/POS2022/06/0426', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8ad95a6c7d8b31f4f9b89f6fb8c912dfb91963a484a0e363a6b96974814b704', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (414, '2022-06-25 08:04:55', 'SALE/POS2022/06/0427', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19d9856bdd4000246bcbac5a406217115b6b31e9e0e77044cfcf1bd8ca70d0b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (415, '2022-06-25 08:34:17', 'SALE/POS2022/06/0428', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e30556462436da8efdb5bcd9eccf0b1e3a2cc22c60c89a1d85126955da1a3863', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (416, '2022-06-25 08:38:35', 'SALE/POS2022/06/0429', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f74bce319cca6b83ff79d5988fbba9c8b7c5d61343d1847e2a9a2216d7ae622d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (417, '2022-06-25 15:47:03', 'SALE/POS2022/06/0430', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '101.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '101.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '101.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bf38ecf5d7090ecdbe58a69604564422599054d045e068872cc41108d14a5d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (418, '2022-06-25 15:48:22', 'SALE/POS2022/06/0431', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb9111c998b71ef090a0522183a5f819d8ce2f239247c78a0188b8d04a1e5a08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (419, '2022-06-25 16:06:17', 'SALE/POS2022/06/0432', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a0ad98cd5ad4b99e4e3108883a9cd7a9c755cfdd29584d69d354e21a2350676', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (420, '2022-06-25 16:13:20', 'SALE/POS2022/06/0433', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21de224f78ebf22f98f86e747c1c7d51e7a43cbb306bb5191714ec4dc7cb9ce9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (421, '2022-06-25 16:30:57', 'SALE/POS2022/06/0434', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '227ce67e042afba1ea8f4747b3c00accc0f0f074c89affb0af297bb205dca4b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (422, '2022-06-25 17:15:37', 'SALE/POS2022/06/0435', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0c40867708227497e5ff9316581726680aa803ed6021ec034a7c0203d5bd190', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (423, '2022-06-26 14:12:31', 'SALE/POS2022/06/0436', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '79.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '703b8f3bdc477936cf844b16a108b92ed3ac879b2ea64e2b56f0ea10b9f02cba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (424, '2022-06-26 14:15:34', 'SALE/POS2022/06/0437', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '489.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '489.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 62, 1, '489.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14476d726da9c8bcbb96612833683bfd84eae50242381e837922c3fc15c9a2ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (425, '2022-06-26 14:31:08', 'SALE/POS2022/06/0438', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d4b99686fb69b987355d618e1bb018b6a7e9e7a5daa26453be8c86db54ce6aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (426, '2022-06-27 06:41:53', 'SALE/POS2022/06/0439', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '226.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '226.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 230, 1, '226.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02b3198e2912edb4c04881573589bdf1b9904c04ee36b70eb47b9e0982037dec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (427, '2022-06-27 06:54:47', 'SALE/POS2022/06/0440', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fd4a65d51137670022f19be5c6677236e8dcdf40b6232b95d2edf892f0afeac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (428, '2022-06-27 06:59:54', 'SALE/POS2022/06/0441', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '74.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '74.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '74.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4e966b7a658b5f784294c25a257af8be585c38f408d94f25bb067e30822e577', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (429, '2022-06-27 07:35:44', 'SALE/POS2022/06/0442', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '413.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '413.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 75, 1, '413.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebaf3ecb92217de96d3ca2317fe1c5e54dc308a29b4821d924287b7b96f106a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (430, '2022-06-27 07:35:59', 'SALE/POS2022/06/0443', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0dd90100f5576a878278d94f1f87c17842566970e7fff02fe2fda6b28b4ae3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (431, '2022-06-27 12:09:49', 'SALE/POS2022/06/0444', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '125.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '125.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f2296849c431ea6531fd09a629022dab5f3221f38486b07cc54c67e133cb439', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (432, '2022-06-27 19:30:13', 'SALE/POS2022/06/0445', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '393d9f3b71454784000c166f923a33f126295822d5532d74758d0cd2e5fcb093', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (433, '2022-06-27 19:38:44', 'SALE/POS2022/06/0446', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '178.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '178.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '178.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e0fd151538654532fd85c6bcf8f3ddd93d0766f7d2c5f5c7f05a5e51771d005', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (434, '2022-06-28 06:45:47', 'SALE/POS2022/06/0447', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31384ba074c8dabbf5b4c49909c9eba6708eabc0af05e91015300f7dd67d0760', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (435, '2022-06-28 07:22:41', 'SALE/POS2022/06/0448', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a3ba87ea85b9b897cdc31dfa8ab59685a74be7b32029df8c8e2c801a515e8ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (436, '2022-06-28 10:44:08', 'SALE/POS2022/06/0449', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecf00f1195bdd1a63ddefba02b60ca31dcc28559c58f5f000c7efda8124da89c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (437, '2022-06-28 17:02:06', 'SALE/POS2022/06/0450', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '409.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '409.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 47, 1, '409.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db93b090b39a02634699cea435c81bed18e2081a310993ff7dd3c494d4dfc9d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (438, '2022-06-28 19:57:48', 'SALE/POS2022/06/0451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '270.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '270.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '270.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22d6f08bf5f59df8283d45aa01047450cac46a9961fbd7c5e5e4457be4fab4a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (439, '2022-06-28 19:58:51', 'SALE/POS2022/06/0452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69277e8b530cdce6452a0432931b4179fd809e124260aa25248068721a7ec6e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (440, '2022-06-29 06:56:47', 'SALE/POS2022/06/0453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '106.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '106.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '106.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '145a63761a27ad4d00eef16da6362cc06acab7114dd7189b72bfe30cef22ba19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (441, '2022-06-29 07:51:07', 'SALE/POS2022/06/0454', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f81d63dc063e7a1055ff8e3facc5ebc0bcd1a9b4fafcfb0171d56092fed44c14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (442, '2022-06-29 08:51:45', 'SALE/POS2022/06/0455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a59b4ac374c451477d13e8f9f9036533a6e3ac7bd45b72eae19df38ec1b4057d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (443, '2022-06-29 11:44:26', 'SALE/POS2022/06/0456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47a1ba5d4b621f56859c16303bb338512837d4bdcd70e336a16602f1d2068de8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (444, '2022-06-29 16:22:39', 'SALE/POS2022/06/0457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e95b0bb5715cab19e80a4f0c525d1dd81d9526673ab1f796e1f6eab3e2d3f1af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (445, '2022-06-29 16:46:46', 'SALE/POS2022/06/0458', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d6c1132cba284c52f6bb976a16d47db0d605510d44876407c9ad84a2dcf5c80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (446, '2022-06-29 17:18:51', 'SALE/POS2022/06/0459', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '118.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '118.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '118.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1de7e5cc0d8c7aff85011e18146d859c43854554d2aafd4491aaad93165af4fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (447, '2022-06-29 19:07:27', 'SALE/POS2022/06/0460', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11a606c6e9e0b21a8325c54601357fecdaee7a7d6ee9f1540538ca6ce233cec3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (448, '2022-06-29 19:34:23', 'SALE/POS2022/06/0461', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '431.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '431.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 67, 1, '431.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4cd883b3f39030b666bdf87953291a71ba155553f966e199c191296c44d3c81f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (449, '2022-06-29 19:38:40', 'SALE/POS2022/06/0462', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '332.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '332.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '332.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09acca97708d013f94bc1a387bc4330e4d5c2ebbab83b98774de6f8db1a7db93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (450, '2022-06-29 19:39:53', 'SALE/POS2022/06/0463', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73b318728450bdaddc591549783b726749f93b6cb33ad9740b1811d4896969b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (451, '2022-06-29 19:46:27', 'SALE/POS2022/06/0464', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '380.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '380.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 41, 1, '380.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7aad60d3a8c63bf16d7486eafe2661ab072755a15c0efb648df105f45f3fea66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (452, '2022-06-30 07:24:22', 'SALE/POS2022/06/0465', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '067621aa98cbd28cf729e785dbe95973e3299b527e894f44d0c0b38018a820a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (453, '2022-06-30 07:27:05', 'SALE/POS2022/06/0466', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '58.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a2d3c7ca2a9b12b87f45b252ec1140ac0d1a4df2006052f195111fa04cb2bf9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (454, '2022-06-30 08:03:33', 'SALE/POS2022/06/0467', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a324f37ab90408b3efd7c92e07b971455fd564e8224ae1725d42fdb65c1c0d85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (455, '2022-06-30 09:33:18', 'SALE/POS2022/06/0468', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3fbc806d0295342ec0d3bfb9ef2da60ad9c018eb3cfea8e1cef889a6818bfa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (456, '2022-06-30 09:41:25', 'SALE/POS2022/06/0469', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a5fada8ee4572c7479bf3cfab4772abb5ea0dfe6e2bf71ccf8bf8c8a45247de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (457, '2022-06-30 09:49:32', 'SALE/POS2022/06/0470', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '246742642ed44cf12fc69e8048bae5f0a59b0ca7d0d9f429498322765d8fdba9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (458, '2022-06-30 10:34:20', 'SALE/POS2022/06/0471', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92120c796da968e9d211ddf84bc6e94958945c487b9b433016ce1acc6a3b638c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (459, '2022-06-30 10:36:04', 'SALE/POS2022/06/0472', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7feeffc8a1a051f83ea3ec7daa3f39dadb47de42fbba655b130e7fc2da57e049', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (460, '2022-06-30 11:53:46', 'SALE/POS2022/06/0473', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b61238de8047a036045cc3cafb519467d6e3874dd3b783c8e61259bcc618f277', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (461, '2022-06-30 12:35:57', 'SALE/POS2022/06/0474', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecc310276bed68c0310598e0a8d8ea23567c78da527ae698fb90695c27d97182', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (462, '2022-06-30 13:17:01', 'SALE/POS2022/06/0475', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83e21b3b6f3c4d98a1556eaa6985d00db7f90aca41c31fe2d884e38955fe6152', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (463, '2022-06-30 18:57:32', 'SALE/POS2022/06/0476', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '177.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '177.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '177.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcc981580e49dc912288f75298efca0ae8cf002d75051c7a099ebf218d9434be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (464, '2022-07-01 06:50:21', 'SALE/POS2022/07/0477', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '119.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '119.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '119.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '910e7277330de0f2a1b6f1aef30befdd0eb2e168ca64299f6d36c16615882b87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (465, '2022-07-01 06:53:11', 'SALE/POS2022/07/0478', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd8639bd1909785f07dfa88805e431d2d409cc124b64e13180ed3f3923578a70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (466, '2022-07-01 07:05:26', 'SALE/POS2022/07/0479', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '540.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 37, 1, '540.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5bc8f36f730fa840ed2ccc7d0cca29ce91242c327ed5a584f25e74ba9a86be83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (467, '2022-07-02 08:03:37', 'SALE/POS2022/07/0480', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ad9f7e7a279ecb6797ca8731b133b1e86b0f5b883c2e3e7bdc77f0d434f21d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (468, '2022-07-02 08:06:36', 'SALE/POS2022/07/0481', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '45.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '433c71c7af8ba4496452bb085dbc89b316b0606b13b542681db281e289556ce1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (469, '2022-07-02 10:31:46', 'SALE/POS2022/07/0482', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57ee60c71a15581a3da85e111f476657f8f2e2013966499bd841d0400037ae99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (470, '2022-07-03 14:39:47', 'SALE/POS2022/07/0483', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1627.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1627.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 205, 1, '1627.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2ff8f417493e1bac1d7c06d9742b4d976fc52104f74c232793d4ab4f05b15a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (471, '2022-07-04 06:54:17', 'SALE/POS2022/07/0484', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '579.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '579.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 69, 1, '579.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c4a94debc287b167c58fb52555be51e52d7627a07b487022b0fdefdc6323a2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (472, '2022-07-04 07:49:21', 'SALE/POS2022/07/0485', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '203.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '203.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 43, 1, '203.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8855a53ab381c87120239edf02fa40ee46668c19b459d01fe0f0b5a9ce25cc5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (473, '2022-07-04 08:03:07', 'SALE/POS2022/07/0486', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '322.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '322.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 59, 1, '322.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bc673c9c4f4316abff717abcff4baf3dfecd18138e5a20fb6c183de25b52bd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (474, '2022-07-04 08:04:36', 'SALE/POS2022/07/0487', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '111.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '111.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '111.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46a79c7405cd375355267678a38704b6f087ccb615529c011059afa4a1736236', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (475, '2022-07-04 08:09:03', 'SALE/POS2022/07/0488', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '197.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '197.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 44, 1, '197.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a1c06ae357f411e1a8bc5415c9baa7c8c404688a9e4fdc673ff683e366e40e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (476, '2022-07-04 08:10:03', 'SALE/POS2022/07/0489', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '80.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2f9ace2a2b1b5b2ed570fdd86f9871cd7d023675dbb060311903a3e97b9d279', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (477, '2022-07-04 15:18:24', 'SALE/POS2022/07/0490', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '257.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '257.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '257.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c716ab2dbe066801a18abe9668800369fc337d6365643c411b85a6968be2a421', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (478, '2022-07-04 19:29:27', 'SALE/POS2022/07/0491', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '454.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '454.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '454.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d510a25a92e62589a5c9d84f6e639312636d2881ae616b25dc2635da7ff34d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (479, '2022-07-04 19:43:38', 'SALE/POS2022/07/0492', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '492.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '492.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 85, 1, '492.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddfa3407cd1bfcadc80b977d65263cd0789cf6a0b08e59f68d66dfbb9dc36df1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (480, '2022-07-05 07:27:54', 'SALE/POS2022/07/0493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '130.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '130.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 32, 1, '130.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '500a743647eda43f40fce16e07171ede1898764498f9b35a8a05c1a197e40cf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (481, '2022-07-05 07:31:39', 'SALE/POS2022/07/0494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '470dba8f8c12359ce58c56ca0d18ae949a11b128357249733235b1f57a350e39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (482, '2022-07-05 07:39:52', 'SALE/POS2022/07/0495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00e6a9d2cd46275d919ade16990277f888d4cd9137270468370487700e96a012', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (483, '2022-07-05 07:47:49', 'SALE/POS2022/07/0496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8928f6f6010230479ab96377fccf978f6c7c7037e3a4c5fe2f211eceb7a5fceb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (484, '2022-07-05 07:55:47', 'SALE/POS2022/07/0497', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25c8f9c67a604333ddbba01ba1928d64b909e2c77ab96bf85c6a24b36b7564f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (485, '2022-07-05 16:43:12', 'SALE/POS2022/07/0498', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84471f45d20604753c91bc45c4649bcea3b2694bdef83563b06d309875e1b806', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (486, '2022-07-05 16:50:38', 'SALE/POS2022/07/0499', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a44744c95dc131d80a302e8910df673cb5249070ae714cea7eee68b41dd83ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (487, '2022-07-05 20:01:06', 'SALE/POS2022/07/0500', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '463.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '463.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 100, 1, '463.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f7f20561b1f1314b38bd90426f486bcd2abab30b006dac15e0fbde228bba6d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (488, '2022-07-05 20:02:49', 'SALE/POS2022/07/0501', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f493e562bc6406372599a2ae76516881d38fceec0404f88ce67610247880be60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (489, '2022-07-06 09:17:43', 'SALE/POS2022/07/0502', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8d2faa2f5aefb0b3dd097d4ac5904e47cd542eb0f10869c0fd2107b1eb28bf4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (490, '2022-07-06 09:49:46', 'SALE/POS2022/07/0503', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bd6888b2761cddc6612bc799e398e5ad32fabaf7da2238f18fcfaa3338f2a22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (491, '2022-07-06 10:42:07', 'SALE/POS2022/07/0504', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42c23b3f2dfaad9aaa2277466627c60d6d35f4e4a8fb942701ee1bfda5bb23fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (492, '2022-07-06 10:47:47', 'SALE/POS2022/07/0505', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edb6613a0e7036c6ce5014119010882611538f1ccc6c94e785adb004b6954f48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (493, '2022-07-06 10:58:17', 'SALE/POS2022/07/0506', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b586486f1bcd54ce6afe6d3a128d0954fc3291318331ba8ca5ed05d54239438', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (494, '2022-07-06 11:31:28', 'SALE/POS2022/07/0507', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '105.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6370101cf930b6b5d663503400910a3cc910e6f7bc6f5c2ed97a417b06ceca22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (495, '2022-07-06 11:43:41', 'SALE/POS2022/07/0508', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdc94921710a300b586da7545dcae2fbe49a568303c05f0d9d88a4e8ee80b579', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (496, '2022-07-06 13:40:40', 'SALE/POS2022/07/0509', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6545b200af80cf28b21a8756975dcf18dd42c55a7ebeea1d4d0a63e1823f624b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (497, '2022-07-06 15:05:59', 'SALE/POS2022/07/0510', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb7fb962d73c1ebbdb4f11a4b5e3ff96321b442f566ea1601484f57fa825c7c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (498, '2022-07-06 15:10:02', 'SALE/POS2022/07/0511', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43bc90ca0be0d03b5dbd4f9a3c89a9907699bc01fd3f370b36787fdd8de6b9c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (499, '2022-07-06 16:47:34', 'SALE/POS2022/07/0512', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '304.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '304.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 36, 1, '304.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99152b619a87f849ac58f35b05e950f1a9cf220e38d2f33a2803e5ffaf390ab6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (500, '2022-07-07 08:05:16', 'SALE/POS2022/07/0513', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '439.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '439.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 46, 1, '439.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '030795a72f122581c628b4845cc5786cf0b16ffdae4ee3a5c58726135d62e2d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (501, '2022-07-07 16:35:54', 'SALE/POS2022/07/0514', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '282.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '282.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '282.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f48c6615c4c2d41711c17341dc578ebcb5419fbda08a49b2669d4bcdf1986303', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (502, '2022-07-08 06:42:20', 'SALE/POS2022/07/0515', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '904.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '904.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 117, 1, '904.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be81dce2bf6784272bc08dff90f10b0da054a5eeb416209f3207de861e4acd64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (503, '2022-07-08 07:28:11', 'SALE/POS2022/07/0516', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '357.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '357.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 83, 1, '357.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9a2f6518ef5129af9acfe84071d74429a138c6dafb3c35af928154c5769cfd3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (504, '2022-07-09 07:16:41', 'SALE/POS2022/07/0517', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '248e7b5d63678e63a1d66a3a5a7bab8286a10d05cde2ea825e25740da7dd3e38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (505, '2022-07-09 07:28:27', 'SALE/POS2022/07/0518', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '95.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2885e3d51cc8d05933d2c9f56b8a30bd54e800bc2c29f315da177bd52ef836ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (506, '2022-07-09 15:31:06', 'SALE/POS2022/07/0519', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '475.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '475.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 75, 1, '475.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7342d268c586b64850db861b002f8b0d2f2e4a3c7731831e4e84c52008a9e5fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (507, '2022-07-10 12:28:17', 'SALE/POS2022/07/0520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8c03491d6a54870098a127bec1b6e862d90b6447318623d1391e2a2fa2a848f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (508, '2022-07-10 14:43:04', 'SALE/POS2022/07/0521', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1370.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1370.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 140, 1, '1370.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7dc10a555e71eddc4ffbed1dbd815243d700d09b02229b7959304aa974855375', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (509, '2022-07-10 14:45:49', 'SALE/POS2022/07/0522', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '438.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '438.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 70, 1, '438.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4dd95e56c0f0636361b2c45666d41928d0902f03a7384534152e2848a7233dd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (510, '2022-07-11 06:03:39', 'SALE/POS2022/07/0523', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '941625843ed56cce92fcfb43ef14fa8344990bc0237fcd57a496264ba626d38b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (511, '2022-07-11 06:40:21', 'SALE/POS2022/07/0524', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '232.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '232.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 60, 1, '232.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d2c659afa5e1824a5e036e1c658ae6f63996a0288776046d0b72debb3649146', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (512, '2022-07-11 07:25:56', 'SALE/POS2022/07/0525', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '390.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '390.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 38, 1, '390.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e3f4213b8dbb988fedd0dbfcd97ff5e39b5e26becea6e3048741582751b1fad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (513, '2022-07-11 08:05:12', 'SALE/POS2022/07/0526', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aeefeab8acdcc7df31beded22395bd0b108a30fa0099a6253d2368abf8d5aac7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (514, '2022-07-11 08:13:34', 'SALE/POS2022/07/0527', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '95.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13fceef89a152e20d6bcab7531da430fcb555e13eb703313bd2cbf14875dca9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (515, '2022-07-11 11:08:13', 'SALE/POS2022/07/0528', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '83.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f29a1a758bd9b8de6bcba062df8f2d475aab00dbbca1ffbf53d3d6850fa2071e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (516, '2022-07-11 19:35:02', 'SALE/POS2022/07/0529', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '599.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '599.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 93, 1, '599.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec711d61faefd741192c7873d9cb8108046da5e016bf00828616a614a2790e8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (517, '2022-07-11 19:40:08', 'SALE/POS2022/07/0530', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '277.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '277.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 38, 1, '277.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40cd870541803f8357b3c2fdb0c3d817d386be91cebbb7d8da529310ded5f2cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (519, '2022-07-12 07:58:06', 'SALE/POS2022/07/0532', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc32f43e017e5d2603498428378f446ab06b63338a70d2ccba836a02b4edb384', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (520, '2022-07-12 08:03:37', 'SALE/POS2022/07/0533', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b44ac47f0b19eabcbb3be9d30f67a35576bc2dac487b3c01dfede44dcf1de10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (521, '2022-07-12 09:17:41', 'SALE/POS2022/07/0534', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c41ecdf2088e311ed6a7fe7c6139aa028411211fb6763bf1a2be751b8189a7fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (522, '2022-07-12 11:23:40', 'SALE/POS2022/07/0535', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e218ccc94242b7fb6b69817667320997b38ee7503d62068beb677daab60fa81c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (523, '2022-07-12 11:28:02', 'SALE/POS2022/07/0536', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.2000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.2000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 1, '48.2000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c77ddf53dcea28a64da107e99acc45def413bed07c31709137b6c87c15d7b01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (524, '2022-07-12 11:28:15', 'SALE/POS2022/07/0537', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52533b65d00caccc387ecd725f03df34739838c690b8dc0f3d157bd2c6b668e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (525, '2022-07-13 07:00:10', 'SALE/POS2022/07/0538', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '404.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '404.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 96, 1, '404.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '891af88288693b218db5a8061663d65586b5ca4fdc889b51c3cce8cdaf455691', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (526, '2022-07-13 07:03:46', 'SALE/POS2022/07/0539', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '317.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '317.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 65, 1, '317.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1dd64afd860dbba362c00ea9aa292f45d2d906cbeaa1cfcb6ecefa7545b040d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (527, '2022-07-13 07:18:55', 'SALE/POS2022/07/0540', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '114.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '114.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '114.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba74c282e3c295c5e0498c77f74d9a21e94f9c87093e414ecc6e94a3786b71f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (528, '2022-07-14 06:53:46', 'SALE/POS2022/07/0541', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '635.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '635.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 66, 1, '635.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41ba4165c045c512884ae3d40cd2f79133801b7ea171defbe306b2fcc13f4d74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (529, '2022-07-14 06:59:57', 'SALE/POS2022/07/0542', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '456.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '456.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '456.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5dd4a26f8734e20c7579ecb1da627c82062c2bf4510aa0161ffa573af054b6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (530, '2022-07-14 07:30:59', 'SALE/POS2022/07/0543', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '160.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 46, 1, '160.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6979ab8ca4f798f7275fda71bb636a7e836d81fffb68a3410f982dd35b178a4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (531, '2022-07-15 06:47:27', 'SALE/POS2022/07/0544', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '276.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '276.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 188, 1, '276.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ed9ef1101b883bac5f3a8cc90b98e38046c012fbcb3191419b1b3fa80ffcdde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (532, '2022-07-15 06:51:07', 'SALE/POS2022/07/0545', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '644.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '644.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 47, 1, '644.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19546e7605c6b420d874e6f216149f2f3b2690474479b68266b3b20cb15ec728', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (533, '2022-07-15 06:55:54', 'SALE/POS2022/07/0546', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '106.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '106.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '106.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '718bedcb9cf6ca0d12ab94bcc207d7eadc94ea2faf2a0de3240583df3cabdaff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (534, '2022-07-15 07:28:09', 'SALE/POS2022/07/0547', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '79.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '912916f17e2546da6f68130391022321df28224fb4010628d9c2b0e7aba45d92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (535, '2022-07-15 08:01:31', 'SALE/POS2022/07/0548', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '829e38b4799bb289c30215e2c6807ae3e1a4cd135d21aff38fb3fa429299b7a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (536, '2022-07-15 08:04:52', 'SALE/POS2022/07/0549', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f57fcfbeb1485adc07bf28a76d72e02dae141a30d524d06756f3567a96f80c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (537, '2022-07-16 06:45:32', 'SALE/POS2022/07/0550', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '365.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '365.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 33, 1, '365.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '204f29bb3a09dd918e842c5e72d83fa2830802cfe78fb356f1f2f3ddba1583e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (538, '2022-07-16 06:46:52', 'SALE/POS2022/07/0551', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '57.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f43d72ac28363e69a122267023996f42f4193b75a70558c31189d0b2d9e976d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (539, '2022-07-17 12:29:46', 'SALE/POS2022/07/0552', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1209.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1209.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 110, 1, '1209.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30e4b8d44335b3ecaf9d48ec3f652e8a0a0aeaf7b77f6f438c187b9b632122b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (540, '2022-07-17 12:34:15', 'SALE/POS2022/07/0553', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '210.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '210.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 41, 1, '210.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6076c81d1d16c76f4cce529200edfe54fe3efc34d610d898e310c87823f8f04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (541, '2022-07-17 12:36:37', 'SALE/POS2022/07/0554', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '81.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d5479fb5ff39ad38b1e0a47c3827339d68bdfa6716c1af3df2576b950e390ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (542, '2022-07-18 08:29:22', 'SALE/POS2022/07/0555', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01c827f6c41ce8eec9cdd2ffe7642991f0f8d1f67e393bdf50fb5df2e8ac9a60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (543, '2022-07-18 08:31:21', 'SALE/POS2022/07/0556', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4bf18693c56711f6692450240d0250b16288f167e1cc3984ba5ce0707f8d699', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (544, '2022-07-18 10:27:29', 'SALE/POS2022/07/0557', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80f373f7e6576283d37e101cfb432d842ba41db20e7bd9f1988899f0fb5b50e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (545, '2022-07-18 10:37:45', 'SALE/POS2022/07/0558', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaf7c6528cdf2fc90040662ef5a111efb32f36729ebcbadb5de49177efff7a03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (546, '2022-07-18 12:51:09', 'SALE/POS2022/07/0559', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e83b042ad905acd57a0b7b76ffd0a0b24ae8e19a8763d705163d724842b8e4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (547, '2022-07-18 18:07:19', 'SALE/POS2022/07/0560', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '524.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '524.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 58, 1, '524.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '124c7ee01dae6156c078aaccd31574f9c9ad74b8e378c26c2a6dbd7e6dbfd132', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (548, '2022-07-18 18:33:02', 'SALE/POS2022/07/0561', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '675.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '675.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 117, 1, '675.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '917e3ae44c0f299dab80be432ed027b4d5f277fd9adcd1142ee3475fd2e8f442', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (549, '2022-07-19 06:59:55', 'SALE/POS2022/07/0562', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '654.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '654.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 65, 1, '654.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '895714ed6499e0e5d592ed3bd3b9a0de9a3ee5a209006053c9fb5397dbeb3292', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (550, '2022-07-19 07:00:37', 'SALE/POS2022/07/0563', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12df23361b4db7fa81a77ddb99d4597c5b681f4e645530acd92e55834aa4a530', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (551, '2022-07-19 07:11:02', 'SALE/POS2022/07/0564', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '266900d4015e16e98bf0d5b8dbdae4c56a820a3905a15049ea64f09508b9036b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (552, '2022-07-19 07:37:54', 'SALE/POS2022/07/0565', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '214a65f36effee9f4aad5d6457fd4fc625b79e08f8e754e0c681e6d1faec172d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (553, '2022-07-19 10:51:29', 'SALE/POS2022/07/0566', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7028f29b618e5574c550812ab79409fabf4d79c14bafe9ade151d4e8c800fca7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (554, '2022-07-20 06:51:45', 'SALE/POS2022/07/0567', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '646.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '646.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 81, 1, '646.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20ffba2959d317b7070265729fa2b2b469d4ca1d1c15578b0f7e9017681629d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (555, '2022-07-20 06:57:02', 'SALE/POS2022/07/0568', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '185.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '185.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '185.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd820bd2488df29e54e8aa1ed3214524a17951c8a402fc436313bfdcdcbb7a92a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (556, '2022-07-20 07:01:33', 'SALE/POS2022/07/0569', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 80, 1, '120.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b5fe59226f27e236c7e565db4de30bb5136cbec8de1d8849d72500866d4a8f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (557, '2022-07-20 19:45:00', 'SALE/POS2022/07/0570', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '425.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '425.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 73, 1, '425.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73397e7e776331234a317f316ee1f5a7fc985d6e9e5eb2fc9a18ce0290d83aee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (558, '2022-07-20 19:46:25', 'SALE/POS2022/07/0571', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c8174d1f579dd83e844435e2bdafdcb6637614232ca7bfdb19769da90fdc435', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (559, '2022-07-21 06:58:58', 'SALE/POS2022/07/0572', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '279.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '279.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 1, '279.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09a83a7684fcf56b1c94533f8374f005071ac85449c60cf1cdb49e2501b629b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (560, '2022-07-21 07:24:59', 'SALE/POS2022/07/0573', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '224.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '224.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '224.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f4a9f86511b5d185e3f3d20acf396c71e1d80185c2b84a69eda9cfcc0a76bb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (561, '2022-07-21 09:00:54', 'SALE/POS2022/07/0574', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eef17f2f27db518eaa631c7639fdc41cf1ff4a995985a45749146a53d12d36cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (562, '2022-07-21 09:52:24', 'SALE/POS2022/07/0575', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c499d62318a921b826b2073f271b4f6dc0046326961a5e0cd88a3245a4ee1186', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (563, '2022-07-21 09:59:46', 'SALE/POS2022/07/0576', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47dee89d2e9f1fa71765c4b8dc9eb2cf5625e1800bfdb12c8a5fe5f212be8108', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (564, '2022-07-21 10:57:12', 'SALE/POS2022/07/0577', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40497f312b800101e8241b4e4c47842819c092f29548c3f9d4a12ce927428d33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (565, '2022-07-21 19:23:19', 'SALE/POS2022/07/0578', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '114.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '114.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '114.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da12e7169afd8b97e2fe6a95cbf69f7e9357ba3631024ea361ffacaf970bd7b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (566, '2022-07-22 06:51:14', 'SALE/POS2022/07/0579', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '180.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 69, 1, '180.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a695e197dcfa90d4eb46b00f548c951c9e53eb8076ca918ff458730dbdd456d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (567, '2022-07-22 06:55:21', 'SALE/POS2022/07/0580', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '207.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '207.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 70, 1, '207.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ac5c9e7d5733adbc2582da89336e9ec70ce69ad64078ffd794463a6529344dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (568, '2022-07-22 11:55:44', 'SALE/POS2022/07/0581', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '975c046b9555490d2d2c90122f60bfe6921d125a1957a1ea97c11ea64195d7c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (569, '2022-07-23 06:54:01', 'SALE/POS2022/07/0582', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '328.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '328.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '328.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c4ce219cdde20ca1554ccb62648524f8bc0ed57a54e7f3db1b37ef7ca32b16d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (570, '2022-07-23 06:55:33', 'SALE/POS2022/07/0583', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88aa2657ea9c51462d5431fca38c49ba79e8c53af39ce6a3565404a83fa47b53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (571, '2022-07-23 06:56:42', 'SALE/POS2022/07/0584', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dce19f93972a6ae58ee904c644577de65228265ecb11625e0ac077f3e88d671f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (572, '2022-07-23 14:35:53', 'SALE/POS2022/07/0585', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '151.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '151.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '151.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '028986698412dce8854db168dfefda0578bcecb926c795e73ad0943564f65925', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (573, '2022-07-24 13:45:56', 'SALE/POS2022/07/0586', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0002861e46ae3b7fbd9fcafc032cacfcc80d9da0e17cdc0ad99166e6668e60c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (574, '2022-07-24 13:49:35', 'SALE/POS2022/07/0587', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1695.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1695.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 184, 1, '1695.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b56e0929204e5b51740041a747a023958c3badd5035e4ffdd39d9064d25f32e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (575, '2022-07-24 13:50:02', 'SALE/POS2022/07/0588', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80628e5242e1a4edf6be4d62eb104c36a00b78df16b2aeabc84dbf51cd62d2a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (576, '2022-07-24 14:10:05', 'SALE/POS2022/07/0589', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47d9b2c8951d7c88fb6202462faf9536b17f3c236eec1a8f972702d5493737e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (577, '2022-07-25 07:28:46', 'SALE/POS2022/07/0590', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 72, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0568a53b0150b914a3bee2f7b6be30c11787b7bd1a135425b11ebc196832ea1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (578, '2022-07-25 07:31:41', 'SALE/POS2022/07/0591', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '291.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '291.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 66, 1, '291.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6116322ed825cfea8c671ab9396b77d09d029bbc3156f51c700cdedc7975ae62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (579, '2022-07-25 08:17:37', 'SALE/POS2022/07/0592', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '158.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '158.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '158.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b98bdcb1888a2a4c9ca8a6f19fd910b847260c9f75c10414db0755bed20bce81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (580, '2022-07-25 10:02:35', 'SALE/POS2022/07/0593', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd527fa52b946a736fa50118716a6483fb4a3f5f06bc458dfcb5ee2a1eb5f1216', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (581, '2022-07-25 10:02:53', 'SALE/POS2022/07/0594', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaab65dc8459c012603575eeb07b0c7dde7117e566cce72a901b948eb39626e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (582, '2022-07-25 10:52:23', 'SALE/POS2022/07/0595', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a5363fe65f6e106b92a5de9d39fd0800045b856d9a46b7de3013682a429c7dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (583, '2022-07-25 11:15:43', 'SALE/POS2022/07/0596', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59dc966da42e110455e5c1435a76800d1fd3373355a27f1bdb31039190549473', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (584, '2022-07-26 06:40:57', 'SALE/POS2022/07/0597', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1014.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1014.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 111, 1, '1014.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b38a1e78344189503082eee16b2f82b60b75691d4da67f41398d438291b8f22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (585, '2022-07-26 06:44:41', 'SALE/POS2022/07/0598', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '265.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '265.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 118, 1, '265.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e45ab881be2e573413c07d58c7b56c221676cc386e791229efcd34fdf316019b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (586, '2022-07-26 07:26:55', 'SALE/POS2022/07/0599', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c8e20712152f6b8702e1794b751536740db77a769de72511820789c88ee2d2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (587, '2022-07-26 07:57:30', 'SALE/POS2022/07/0600', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c78923bdc51621ac633f3d97508ca04eaaceec13fd658fdbd27cf9f02b7b923f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (588, '2022-07-26 08:16:13', 'SALE/POS2022/07/0601', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '63.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '506b3adf9bd743b7f5d0598d5beed388e5df9662b42b17c3b9ca42ce4c2efb82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (589, '2022-07-27 06:44:15', 'SALE/POS2022/07/0602', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '611.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '611.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 129, 1, '611.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '174fa6b92b2c2a0dc97aa5018975d3e804cfbbcda929e9b1c0d9a1442628b356', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (590, '2022-07-27 06:54:56', 'SALE/POS2022/07/0603', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '361.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '361.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 45, 1, '361.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1121afa385067bf9d27962e9265b34e0cfc40d7ba257add16126ef56036d317e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (591, '2022-07-27 06:55:45', 'SALE/POS2022/07/0604', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8daf79715db6658394b05a5f8acc8f6eb6e9b781d2c3dbc37d6981951e9b7051', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (592, '2022-07-27 07:46:25', 'SALE/POS2022/07/0605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '118.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '118.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '118.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13e1be933a182a8f5440d9e5dfb57491c86a6a9c6c650d2c9cca04e868a4f3cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (593, '2022-07-28 06:47:58', 'SALE/POS2022/07/0606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '331.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '331.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 50, 1, '331.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fb9af4618956b5d0a5da65602281ee9a8c25ae2d13f78b6eebc50df3298196e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (594, '2022-07-28 07:01:19', 'SALE/POS2022/07/0607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74fd723dc360d7b5644698abb4be42036cbce9e83265cb6341ffc57690507a9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (595, '2022-07-28 07:10:07', 'SALE/POS2022/07/0608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '561.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '561.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 65, 1, '561.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16b45e392aadf1898a4d76758085b54afaf1ebb9eba8d0708dfaebd97085c93d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (596, '2022-07-28 07:31:38', 'SALE/POS2022/07/0609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '65.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f902370bb05f99217a57ae4ada923ea1f6a1ac80a1ed0bf1ac68f69632968137', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (597, '2022-07-28 07:33:05', 'SALE/POS2022/07/0610', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e21d777992f1d6ecfef4b053aad107e9e2d3b3f96459eda5b2e2a505f755003', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (598, '2022-07-28 10:16:29', 'SALE/POS2022/07/0611', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '203558ffc6cb0798e7a5da547c0a610966aaec3da187dec180eb88f25940df2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (599, '2022-07-28 14:58:02', 'SALE/POS2022/07/0612', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '099d4711d3244ca9fb1e7092c665d737b0d1d891babbe94eef8b27d9344b17a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (600, '2022-07-28 18:52:29', 'SALE/POS2022/07/0613', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '559.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '559.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 51, 1, '559.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44e1748eaa9fa73bbc2dadd02b51a8f022cf827c86b044a26d6feb44c4c2a552', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (601, '2022-07-29 05:50:33', 'SALE/POS2022/07/0614', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecd072a478be06b5875d34307c6afd599f6b8d5206c8561f437daeef0c033017', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (602, '2022-07-29 06:03:29', 'SALE/POS2022/07/0615', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ed1e453aaccb105d3112f45d7186cc37bee10a5d04a42cdb8eafb0b731be0a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (603, '2022-07-29 06:29:30', 'SALE/POS2022/07/0616', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '292517cfda1b5a84176b6f9736fe0ba23b845985cb16d4d045063a50fe83882c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (604, '2022-07-29 06:35:45', 'SALE/POS2022/07/0617', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '89.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b26fd59bf5a3e339aa8be6fe5698db8e79bc6b70856897ca87c75f0639ed093', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (605, '2022-07-29 07:07:50', 'SALE/POS2022/07/0618', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8510790a7571bdffcad2acae38f4ad85414ab366ed7df442316593b7f54fcdb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (606, '2022-07-29 15:39:50', 'SALE/POS2022/07/0619', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '195.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '195.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '195.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8212dd7c409677cd1665c8a71df552bddebb3e77c49e1851197090dc8a60d11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (607, '2022-07-31 13:19:18', 'SALE/POS2022/07/0620', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '660.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '660.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 54, 1, '660.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ca0ff1fa3ba9090e2566d5953934047b072ffc98871b74d839da9b69743390f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (608, '2022-07-31 13:21:20', 'SALE/POS2022/07/0621', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '357.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '357.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 55, 1, '357.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41c93fdd010d1eaa03d6b82f2eea9acee9df47bdb5919117337ec66ac157a483', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (609, '2022-08-01 06:29:53', 'SALE/POS2022/08/0622', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '466.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '466.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 45, 1, '466.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ce779105256d431a496b6e4ed4c07b534ff7e4a24b0cac7a48881000d20d305', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (610, '2022-08-01 06:39:45', 'SALE/POS2022/08/0623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '554.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '554.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 109, 1, '554.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c219cd6a9365009985f6742375db00c3c4e7a28055e685c865a8bcd27cef5595', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (611, '2022-08-01 07:30:49', 'SALE/POS2022/08/0624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '210c7e5692a2768356d703b81033ba6e212049d34ea3b4ddcf4d31d2d0bd36f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (612, '2022-08-01 07:31:26', 'SALE/POS2022/08/0625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26210be346f85e5136be33e6fac65367fa81b43b472ac21bc149e8478ac9cf1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (613, '2022-08-01 08:00:37', 'SALE/POS2022/08/0626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '131.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '131.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8264397e23e462d3164b31bd528965de0bf8ef2375f06acdb5e07fe170d1e8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (614, '2022-08-01 14:21:11', 'SALE/POS2022/08/0627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f9412ffb3269e5dd7e7a56390ba70adece43ba26691264b2a09018912bfb7e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (615, '2022-08-01 14:28:41', 'SALE/POS2022/08/0628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ab68f049b045773520d4e61b687516e73f158fefa1622c1395583dabf65dc58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (616, '2022-08-02 05:48:49', 'SALE/POS2022/08/0629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '277.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '277.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '277.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57a0c3c2cd90e92f69347aeed6177d737f7c0c3efad6dd503adb6da0b7c1f954', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (617, '2022-08-02 06:13:27', 'SALE/POS2022/08/0630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '136.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '136.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '136.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '807c2afa5db15a0d70b29c4ff9a969f43049caab8e3a0c7ddde03f9b66f9373f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (618, '2022-08-02 07:28:24', 'SALE/POS2022/08/0631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '274.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '274.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 39, 1, '274.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57f90fe9ecd8fca75d47a22d7d94e704c59a882c45e1fe0f9c05e42a82f9cc38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (619, '2022-08-02 07:37:25', 'SALE/POS2022/08/0632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '138825f1a649fadb732b690b45fc379cfa21ed1e78a90b178a900426ec3f4ae5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (620, '2022-08-02 15:47:58', 'SALE/POS2022/08/0633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '260fa346929a0a712c1ef95d549aa154ab7bfe8cb94a809622bedd071cea7271', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (621, '2022-08-03 05:59:55', 'SALE/POS2022/08/0634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '440.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '440.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 67, 1, '440.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed4ee844e53c74c0219710259b423c0acee35ef92cd299198b1c7f52babbf8b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (622, '2022-08-03 06:06:50', 'SALE/POS2022/08/0635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8a0e8d229ebd4f83c852ca7470b5d89155061f49b2500e46e74d4f531ecd1f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (623, '2022-08-03 06:47:40', 'SALE/POS2022/08/0636', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '267.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '267.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 64, 1, '267.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bddc72c361c9f50483674351f5d848ce02118e11bb294eac84a8bf070b045ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (624, '2022-08-03 06:48:30', 'SALE/POS2022/08/0637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a43ecb2a5af5b12b5abac39d1e6ee950a1e79feafe45762688e8907e87ce2b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (625, '2022-08-03 06:49:54', 'SALE/POS2022/08/0638', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd5f48ad4975366ceb1f0a38ddaddf676f67491cbfb36a0e7c0582eace0613ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (626, '2022-08-03 07:03:06', 'SALE/POS2022/08/0639', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eda7d937c73e46e63f26cdcb27b09aa25c992eb79674d1bfbe1846ece39a7497', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (627, '2022-08-03 09:11:33', 'SALE/POS2022/08/0640', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a01e2681d7d0718aa91108fde358f99b534d5eb1f87ac3970d08d5577d56a89e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (628, '2022-08-03 09:18:11', 'SALE/POS2022/08/0641', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '196.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '196.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 32, 1, '196.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5bedf486e073a8797fd72540d4a4d577b25c4b38798027eff640d3a2c224840', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (629, '2022-08-03 09:25:24', 'SALE/POS2022/08/0642', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6d1cbf3e35b9d2bb038d2309386a877d5522e0fca32919b95247c56b47031bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (630, '2022-08-03 09:35:45', 'SALE/POS2022/08/0643', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '212.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '212.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '212.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '123d121759bacb5c6fcd67167f45a07c42c51c65adc98777e92034ffd7844a3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (631, '2022-08-03 09:40:39', 'SALE/POS2022/08/0644', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98d1414caf7a49c065beab3af41b41638d6a35e1012baddc036f10a2d45070e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (632, '2022-08-03 10:48:09', 'SALE/POS2022/08/0645', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '125.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '125.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fce8b3aa066b794a6e6638f01e3bdae11f941075d5432243d76ad9062f7535f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (633, '2022-08-03 10:48:52', 'SALE/POS2022/08/0646', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b27b5f8b2b7056db97a067ff5669da49e57a2aa7cd2d74685dcf40548585c0c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (634, '2022-08-03 10:54:45', 'SALE/POS2022/08/0647', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaa470e33e8131714654fd465f9009642d57e93b4c1022ae36e50e3ac84b9292', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (635, '2022-08-09 18:05:56', 'SALE/POS2022/08/0648', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '576.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '576.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 48, 1, '576.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa704caceb0f1379ce35e98bf08132f2cf5aa5741db612f0067d4b11cae4b7d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (636, '2022-08-09 18:20:06', 'SALE/POS2022/08/0649', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '805.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '805.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 118, 1, '805.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7903da987c9c923790d9f375ada7b8f7a0a3e8334c11dbdb661099791ae6cf4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (637, '2022-08-09 18:25:43', 'SALE/POS2022/08/0650', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '475.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '475.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 77, 1, '475.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '584fea90f798e930a7ad694126a2d003e1c19bd5a9ef7ac9b1d7e424c2e38abd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (638, '2022-08-09 18:30:58', 'SALE/POS2022/08/0651', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1067.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1067.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 108, 1, '1067.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92ccf72d57d183d33c5652ec8a7045fca82fa0f190f473b1ff0ca186d5644c8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (639, '2022-08-09 18:37:03', 'SALE/POS2022/08/0652', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88a972ffd43f9f3f0e5391e564aeb31abe47d9eb508d340ca9ca55e3d1d6968e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (640, '2022-08-10 05:55:45', 'SALE/POS2022/08/0653', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1264.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1264.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 158, 1, '1264.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b8090faad0a6155250af1247e02b90e40da951e7dfadf0647a5b24ad1219725', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (641, '2022-08-10 06:00:11', 'SALE/POS2022/08/0654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '149.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '149.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '149.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5771b946abd21afcb15bde149a1f83ed5aa0ea79ca7a8809134762eb97f963f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (642, '2022-08-10 06:04:38', 'SALE/POS2022/08/0655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '102.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '102.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '034edff86dc2ed2ca81eaa5ac9da64e24daad2ce9c24c2e923c42bcf44998f72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (643, '2022-08-10 06:05:25', 'SALE/POS2022/08/0656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '535e03d5f9c70d0e9b5abb4afbbd0c79fa8c7f06cc4e17f6136991a0eb7a46a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (644, '2022-08-10 06:13:39', 'SALE/POS2022/08/0657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '331.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '331.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 49, 1, '331.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ee5c7c02475748414a32a643ba925619fbab5db54495653138788114831f427', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (645, '2022-08-10 06:17:54', 'SALE/POS2022/08/0658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '191.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '191.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '191.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f4cae51530057c989c6740ff4af1686d22b48dca865ed92eecf3b5f92475c58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (646, '2022-08-10 11:21:16', 'SALE/POS2022/08/0659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '149.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '149.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '149.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3d54d3e737070bcf25870205404c1d5af828a0b141db565faa0a178c1e9cece', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (647, '2022-08-10 11:35:39', 'SALE/POS2022/08/0660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '65.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bdbb6b7d28b795b8e799c5e7b51328326d3025ae9012345b2421ac25a055873', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (648, '2022-08-11 06:07:32', 'SALE/POS2022/08/0661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '446.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '446.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 38, 1, '446.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3c5f092f7d463e0da076855ebcf03bd846382b47dea247e7caba34515d89635', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (649, '2022-08-11 06:16:18', 'SALE/POS2022/08/0662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '219.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '219.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '219.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39d5c549fb17e4f1a7beb9fc718fdbf626765c00820183f9c4e8adfacaf48f98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (650, '2022-08-11 06:26:43', 'SALE/POS2022/08/0663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '341.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '341.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '341.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '267831f4bc6c295da07cffe643e284c95aaf023ac4129bab5962c3d04d6fb6a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (651, '2022-08-11 06:44:45', 'SALE/POS2022/08/0664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '431.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '431.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 79, 1, '431.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab92be33ae7125dd9decd08fd6785ec8985b591e58c72597f8238b5cf3951866', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (652, '2022-08-11 07:31:47', 'SALE/POS2022/08/0665', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afa6a5a2235ad74253535fc96a69c0829c48c2a3f5d686cf36eafa692efa9f38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (653, '2022-08-12 06:05:00', 'SALE/POS2022/08/0666', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '511.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '511.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 84, 1, '511.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35a5985626cdb39498f1011813c1a35effe580b25156394cedc4ccd174c5b215', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (654, '2022-08-12 06:09:42', 'SALE/POS2022/08/0667', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '516.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '516.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '516.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9669a78520bb7f6c925e5f31839dfb02c53cec857569faa9abc29e80ac3b862d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (655, '2022-08-12 06:15:34', 'SALE/POS2022/08/0668', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4b39d6a7dfe86a8bddbdb1bb43db9f948dee9fd6e09f19f951a9ed68931a6f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (656, '2022-08-12 07:02:07', 'SALE/POS2022/08/0669', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbcd5ea9a22007d61a63a7bb5efef10768c99a306170ee7bf10dce34710713ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (657, '2022-08-12 07:07:07', 'SALE/POS2022/08/0670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '146.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '146.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '146.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b2b0f97d7b65b3ba970a720c96df07a29fc211746675813eb3ce86cefc8e9db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (658, '2022-08-12 07:25:58', 'SALE/POS2022/08/0671', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fa8122177f7a98a23ee59536df4b5f1229ddfed5d6d31b25d1cf525e8e1c60e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (659, '2022-08-12 08:02:10', 'SALE/POS2022/08/0672', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '250.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7572c0bc0031ed7584161135dd3dd9d3a128906b0e3e40bdc739d780304be84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (660, '2022-08-13 06:38:58', 'SALE/POS2022/08/0673', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '127.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '127.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '127.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1cea3d48520d78791e244a5f420543d5b76e2495ce79e67ba7e74c1a06dbff5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (661, '2022-08-13 07:06:21', 'SALE/POS2022/08/0674', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bc02a386c9ce91dc2980c2461870f5481c4b790fda0fe9bb59fd6d1d86cc86b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (662, '2022-08-15 05:55:26', 'SALE/POS2022/08/0675', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1305.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1305.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 343, 1, '1305.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '954dd522766753df7c2da97daaaab0621dbf4b485caea1034658e3f0d572f796', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (663, '2022-08-15 06:16:27', 'SALE/POS2022/08/0676', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '84.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86342f11d1d5afd7915a5d925f5bdf055be728aa5782a4e8790fa5672a72e7a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (664, '2022-08-15 06:26:41', 'SALE/POS2022/08/0677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39b485bc7e124983d5f38d7b08766086c7ddde9d6635dab0d72c7ec79c0768a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (665, '2022-08-15 08:07:22', 'SALE/POS2022/08/0678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '91.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '91.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ee60c5700780c42b92bb28489dcee8687072116275a4388199a56e4a372c233', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (666, '2022-08-15 08:56:44', 'SALE/POS2022/08/0679', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '288.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '288.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '288.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fbe3a484663f4ccca29dc9de336aee91f0a89c10115484bab9ba08d0b4bd039', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (667, '2022-08-15 08:57:16', 'SALE/POS2022/08/0680', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e161702cf59d69891055dbe0a2d5f880c97ff7c51c0b87f15cfde44244c0cd9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (668, '2022-08-16 05:49:44', 'SALE/POS2022/08/0681', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '614.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '614.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 47, 1, '614.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8aec8e6a6bb977432ada77c77c5540f9ac70890ac1c5f94b6d7142e84f7720de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (669, '2022-08-16 05:53:07', 'SALE/POS2022/08/0682', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '479.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '479.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 44, 1, '479.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b85b0337e3b6ca6a83bbab4260725ff06eee26e668b19db58f9d290d7749833', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (670, '2022-08-16 05:57:37', 'SALE/POS2022/08/0683', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '280.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '280.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '280.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '553b10d938ae1bb6705bd45afff75f2084063b4c3d41b6b54b144157f26cc317', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (671, '2022-08-16 06:14:21', 'SALE/POS2022/08/0684', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '85.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5000fd3ef301525ebf9f5e3b5595f1530d1c4d7546e0a19b8b1a073ba3aa400b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (672, '2022-08-16 06:57:23', 'SALE/POS2022/08/0685', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '328.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '328.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 54, 1, '328.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d4635264033534cc451d38f0b156a443c0eebc7a3c31b43c4253ffbdcaf5e3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (673, '2022-08-16 08:12:42', 'SALE/POS2022/08/0686', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c26a1d524912a73ef062c5bfb568833ef83e89eed775273618eb6e8a8a6c554', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (674, '2022-08-17 05:54:44', 'SALE/POS2022/08/0687', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '782.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '782.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '782.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9a6b45086d45dd8225cf64e43285e1501e98d32307311bef2645c9c6c4da731', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (675, '2022-08-17 06:23:16', 'SALE/POS2022/08/0688', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '808.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '808.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 111, 1, '808.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16d3e8a42bb7146fba8b8ea741cbf5189e2a148d7160b3dd2303da286094b0e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (676, '2022-08-17 06:24:52', 'SALE/POS2022/08/0689', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '523ab2ee5e7cb375534af90256e6d329db1d6ad78689d186f9fed694b012f07f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (677, '2022-08-17 08:59:09', 'SALE/POS2022/08/0690', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bae8df40d2683afe57dee9f465fa200e876735927f073c38183e18761b88694', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (678, '2022-08-17 09:06:29', 'SALE/POS2022/08/0691', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '444.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '444.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 47, 1, '444.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17eaa3f298f31ac1a43d9b532b1991292ccc923f3f77930d608d0b1aa26f49a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (679, '2022-08-17 09:06:55', 'SALE/POS2022/08/0692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27af5f5fef5c3f3a17b85e6789f1afb6a9287638f3a612e5088313144ab7051d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (680, '2022-08-17 14:16:47', 'SALE/POS2022/08/0693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7cb7112b527bdbff8bc6403099923b13e352fa9b56522727b4689c1269d6857', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (681, '2022-08-18 05:41:18', 'SALE/POS2022/08/0694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '749.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '749.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 86, 1, '749.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed73cf1a75f92017a18fc41bd56e67506ec16814b4756a05dab6948db0e015d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (682, '2022-08-18 05:45:09', 'SALE/POS2022/08/0695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1723.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1723.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 38, 1, '1723.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8382bd8d135ed75cfac8dc45afc717aa25683802e58baa854eed87384ebb5972', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (683, '2022-08-18 06:21:54', 'SALE/POS2022/08/0696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '165.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '165.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '165.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '694a1dd31137fb2846e560057ef4ca063549855c7b29b719efb6f60b6e772265', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (684, '2022-08-18 06:35:45', 'SALE/POS2022/08/0697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '261.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '261.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 45, 1, '261.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47d9e2b094652e9be50e4e7f45686259c2f5f40ddc6dc85be06e633d6fcafafa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (685, '2022-08-18 07:18:06', 'SALE/POS2022/08/0698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '117.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '117.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '117.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c84f2edc0ede0b13e96d18b6c977a1e477b5f92148e8a0907321ff76c40a808', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (686, '2022-08-18 07:23:13', 'SALE/POS2022/08/0699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e7a5f094d2dd9ce4936309308ff1361fdf4d7241502cd59466a4313d904915f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (687, '2022-08-18 08:08:39', 'SALE/POS2022/08/0700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '409.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '409.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 60, 1, '409.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26301dab5a107a7095fdaab43b6b4cd79a893a95d27b522b58fad59ad28a2dff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (688, '2022-08-19 06:03:09', 'SALE/POS2022/08/0701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '427.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '427.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 68, 1, '427.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '389aef911f4b45f25c50f4b9d8cdc46ef053dc81fa899909afb14ff780b27f23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (689, '2022-08-19 06:08:19', 'SALE/POS2022/08/0702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '418.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '418.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '418.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6e1e5d79301557553ed9986ee0d70242e6c6a0d769ef6b1aebb64671ecd0d45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (690, '2022-08-19 06:38:41', 'SALE/POS2022/08/0703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5b0ac3cb0ec128372f09b7f00a93015a6d4d497955c1bfca7b5393895198c3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (691, '2022-08-19 07:06:00', 'SALE/POS2022/08/0704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb3837f1fe75e82bb470587f14b8d29745aa6720a0314e37966c31401a92d2df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (692, '2022-08-19 07:12:36', 'SALE/POS2022/08/0705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '203.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '203.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 43, 1, '203.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '597ea08ded617b8e6bbd4272c83ea08cfb5cb91f4c7514061915fd09bad09d75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (693, '2022-08-19 07:14:52', 'SALE/POS2022/08/0706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffe2af887cbc4b7c3a1f2c58cf1e13a9a8d3e2628b1f7f3091153e8c6e79c739', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (694, '2022-08-19 07:51:31', 'SALE/POS2022/08/0707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a170865ae66e6777b5e7de77c1a11ca200076d92267a0edeeec6d371db6c1071', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (695, '2022-08-19 07:57:38', 'SALE/POS2022/08/0708', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2710cdca3812cf38a89a91913cb014dc9a1186ef17151226561d3c28cfd148c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (696, '2022-08-19 08:00:10', 'SALE/POS2022/08/0709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bffa812dfdf514e71cf772f21ef3887a24ba0fcb39298fe0d02beacabcae9f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (697, '2022-08-19 08:20:34', 'SALE/POS2022/08/0710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '527.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '527.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 101, 1, '527.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2900d6ff84f2f8458bc554e613ac06380c2f9139761e8ce4375bacfc15d4638e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (698, '2022-08-20 06:45:48', 'SALE/POS2022/08/0711', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '588924ff186f055254123a704d351d3b9e63c9f142180577cb97add4ebe11902', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (699, '2022-08-20 15:20:49', 'SALE/POS2022/08/0712', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16b4152a5210e080225ece9d11a30b2ead42f35143d726f9ce7c3147887bab93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (700, '2022-08-22 05:51:54', 'SALE/POS2022/08/0713', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '907.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '907.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 127, 1, '907.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7714b92bd8a30cc2880ab351239056340e42be121304d157778f92e5cb90c89f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (701, '2022-08-22 05:56:58', 'SALE/POS2022/08/0714', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '605.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '605.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 287, 1, '605.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f90a318ae2c75edfc4798daecc9ffbb8f64ac7067bffc9b2fee1c255f648b5ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (702, '2022-08-22 06:00:04', 'SALE/POS2022/08/0715', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '558.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '558.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 52, 1, '558.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9223ffb49384d29b69b249bf4799dcbad161a785f3ee29facc6a72db97985a21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (703, '2022-08-22 06:37:53', 'SALE/POS2022/08/0716', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '258.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '258.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 44, 1, '258.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53b9c96453c765292a05e1505728021bc709f4b27e774a687afa423422f05165', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (704, '2022-08-22 08:48:49', 'SALE/POS2022/08/0717', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '572.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '572.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 65, 1, '572.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '056d87b1ce0696503f39473ec8bdd5427ff0b1a2be20b0dc4c570c7d333561d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (705, '2022-08-23 06:45:40', 'SALE/POS2022/08/0718', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '156.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '156.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '156.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b45a18e3442b84a449986203dfbf1a2fe06ae652a23bdf2db9bb57c60aa3236', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (706, '2022-08-23 06:46:44', 'SALE/POS2022/08/0719', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4109a70c78179de79c655fe0b17140e47fb8ec98e55a102dd803fa7397e40c48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (707, '2022-08-23 07:09:07', 'SALE/POS2022/08/0720', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '710.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '710.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 79, 1, '710.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a53d7669ede9a941ab6cd5ff553c03936ef7b022191af86b676815b5847c271', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (708, '2022-08-23 10:56:38', 'SALE/POS2022/08/0721', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c23c37575b3f84e6a7ea3e3ef20af3ce0b9d613e4a18d04a2f68d7dd05ce7094', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (709, '2022-08-23 11:12:18', 'SALE/POS2022/08/0722', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a532bc73a71c98bc031e0ef80809e6696bf408b7c866323760bc6882c91867cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (710, '2022-08-23 11:13:42', 'SALE/POS2022/08/0723', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a367481cf7bc337da5e8ef0322eea2f330bd28eec06626acc51121c4d10461d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (711, '2022-08-23 13:32:34', 'SALE/POS2022/08/0724', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '544.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '544.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 69, 1, '544.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9e16a0483c95d0d1d827e99319c3386dd44ae1c3dcce76624bf7632f1a5d0d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (712, '2022-08-24 06:42:56', 'SALE/POS2022/08/0725', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '411.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '411.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 64, 1, '411.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a23deb8b122efdb0c03e76a917e1a845d256c3d22d679dcb967d8e167a50b92b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (713, '2022-08-24 07:03:50', 'SALE/POS2022/08/0726', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '152.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '152.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '152.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '293acb338bf99c3ecac56c977fdfcdba849a8f9f938cd6d5acad8f10bb0b1190', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (714, '2022-08-24 07:06:28', 'SALE/POS2022/08/0727', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '194.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '194.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '194.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76d4d4f4bda0a3edb01f7141bc5a2b196de24c11b170965ea17a9bb5ef19d086', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (715, '2022-08-24 07:09:36', 'SALE/POS2022/08/0728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '51.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '373e672cd6b1f0d763fe54a04fd35aec945d1e06ee2932a0c2a26739360721ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (716, '2022-08-24 07:25:35', 'SALE/POS2022/08/0729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bc8daff1120edad1e244d3510f0ba039918c1ef81d92d9fa47fcc9c520af3b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (717, '2022-08-24 08:12:22', 'SALE/POS2022/08/0730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60747dfb2976210043c9fd3c16aed215f340aad1c368fdea3f87dc9dfcbee436', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (718, '2022-08-24 09:31:25', 'SALE/POS2022/08/0731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d87cd0dc58c9397ba7b347e10974ddc9b31e569555cf99a9973b4240b3ea69b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (719, '2022-08-25 06:47:53', 'SALE/POS2022/08/0732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '398.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '398.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 41, 1, '398.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd00d57cd9e39bf58962e05646880729bf73f70dd2e62fa2a357a6f4974efc685', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (720, '2022-08-25 06:51:20', 'SALE/POS2022/08/0733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1007.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1007.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 33, 1, '1007.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce028922bbebce70d892ae86f49f525022b144f10485dbe6b307e6f768fd6ccc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (721, '2022-08-25 06:54:44', 'SALE/POS2022/08/0734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c174d19e8f95362944e6d50d62dc9b0c2f6da717e53dc493b915087c02ab6872', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (722, '2022-08-25 08:01:53', 'SALE/POS2022/08/0735', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2f3df1680e5c1544a67692ec587de142a06040571febc6c86a08465770c0ac8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (723, '2022-08-25 08:32:00', 'SALE/POS2022/08/0736', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32d9d49edaf0aca766bad41ccc2151ba60936bfa2c9a2d473b43592b45faa9de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (724, '2022-08-25 10:03:23', 'SALE/POS2022/08/0737', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '641.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '641.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 69, 1, '641.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b74f29c557554ce8216a29cb60c708eaa9c427cbb886c49a96d60c8b52d1d8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (725, '2022-08-26 06:49:36', 'SALE/POS2022/08/0738', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '362.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '362.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '362.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11498cc7ea255b98d2ef98b2b3d4fd4a2f121a801ff2ae10871e0fc1383156bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (726, '2022-08-26 06:57:48', 'SALE/POS2022/08/0739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '81.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c1c12888545b6a292dbc0ac820d66d30276f21ba905d8f927d98c6856e78d86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (727, '2022-08-26 07:25:21', 'SALE/POS2022/08/0740', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '107.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '107.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '107.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9ebb38cdd7eb99fbc88c47aeee59b2ce8ccdc551595c702a829ef503ff72cc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (728, '2022-08-26 10:24:33', 'SALE/POS2022/08/0741', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '318.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '318.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 46, 1, '318.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '887ee68ffff262aa4eceefcb9be612a6247a5c4fa3bf9629afff12c2b92b6f56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (729, '2022-08-26 10:25:18', 'SALE/POS2022/08/0742', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '256.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '256.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '256.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '553361ab262f26fb47de5200054ff6034ceb6c3224d0577a6f7baccca1f3259b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (730, '2022-08-26 10:27:08', 'SALE/POS2022/08/0743', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '401.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '401.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 127, 1, '401.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8d2826fb5610ab792206b1b8aca8991315b8b744fcd87fd4299b05b1a01a2a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (731, '2022-08-26 15:58:37', 'SALE/POS2022/08/0744', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0c0916053ab5e7268fcd3e1a5934d1cb55aa1c94c489d9e769fa713e8419f21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (732, '2022-08-27 07:19:01', 'SALE/POS2022/08/0745', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '150.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed5d84a56b01ba4e4db287a702ab280a8196e2d7de43fdaa3165ca8f1f6c7721', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (733, '2022-08-27 15:28:13', 'SALE/POS2022/08/0746', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '783.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '783.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '783.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6ee72a8e81c20c5528f896ff4080d961aba6d5a6d8c40c1e54f50b21affdb3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (734, '2022-08-28 14:09:03', 'SALE/POS2022/08/0747', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '116.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '116.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e72dac58f45740370d90ace44c7bc17c7fc106ae18192de0b0c1872fcef54575', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (735, '2022-08-29 06:55:04', 'SALE/POS2022/08/0748', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1359.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1359.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 282, 1, '1359.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a469b44b74d0a6bf35d1ac3b901e3d9c1eb46b1eb701aba69df8f74a1d235cc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (736, '2022-08-29 07:12:00', 'SALE/POS2022/08/0749', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '122.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '122.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '122.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89d6eb63665bc81db142f56ddd89a01d4c5955af18aa21084323ec3c4dab3fac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (737, '2022-08-29 08:48:18', 'SALE/POS2022/08/0750', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '107.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '107.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '107.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c475ff4de0cb36a7180d811a826aa1cc1515be4f6c4e6a5ee09ad25cce4def6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (738, '2022-08-29 19:12:11', 'SALE/POS2022/08/0751', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '571.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '571.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 89, 1, '571.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a855a808aae346561d9f2ed86e971cdeb346de91a3728fcae801117304c35bc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (739, '2022-08-29 19:24:25', 'SALE/POS2022/08/0752', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '202.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '202.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '202.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '304663ebb7009b973e0891eb74ae81159f3bb65b2c2ccf07d99b1fb4006a3404', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (740, '2022-08-29 19:33:36', 'SALE/POS2022/08/0753', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '742a28ae53538f3623d984dfaf3471cec2ee56578f34965610bcae7c7453efad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (741, '2022-08-30 08:33:51', 'SALE/POS2022/08/0754', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '586.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '586.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 53, 1, '586.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '621100201704e4af0b4ce54a50ef0feb5fbc516c9de7b83a036837cdbbf3e3fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (742, '2022-08-30 08:37:39', 'SALE/POS2022/08/0755', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '869.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '869.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 280, 1, '869.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ba623a98f283619999116c5c5592bb4609a6055fe3a2fe3c73ce85949e840b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (743, '2022-08-30 08:39:15', 'SALE/POS2022/08/0756', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '697.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '697.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 180, 1, '697.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c769579834de62f1156917d7396f3c7c50ce79fa8888925fa302193f159ca78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (744, '2022-08-30 08:39:59', 'SALE/POS2022/08/0757', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59127c589bc9d2c81e1c71fb1759c6f4f36319e8772c01eb7455dc0df6924ff6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (745, '2022-08-30 11:30:51', 'SALE/POS2022/08/0758', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '445.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '445.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '445.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aaba9717d94eed4a63c1592c0d81e0854d3d05dad9d207ccd8cdb474ff02ce41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (746, '2022-08-30 17:01:25', 'SALE/POS2022/08/0759', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '509.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '509.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 125, 1, '509.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2366ac8253f8164b3878cf864866708f5076b744a1cd9c575cab725c8a84e713', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (747, '2022-08-31 06:51:59', 'SALE/POS2022/08/0760', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '548.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '548.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 129, 1, '548.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd97ae376f34a2760f3e6212b2b5b94ab590a1331c6c0f551749794e25260240a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (748, '2022-08-31 06:56:59', 'SALE/POS2022/08/0761', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '547.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '547.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '547.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e73ca33e2e35ba84e6df464d22ce17969510737be520472af004a8201f99596', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (749, '2022-08-31 07:01:28', 'SALE/POS2022/08/0762', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9438de2123e7cdf2fd97c32d0f5fc8ac79bbaaea20a201d1044aaee461bef897', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (750, '2022-08-31 18:30:41', 'SALE/POS2022/08/0763', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '290.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '290.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '290.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '648248168adfb62b63e0ec7f61f67bd4298be9c3767ce3cd2e06404fa8585c8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (751, '2022-08-31 18:30:56', 'SALE/POS2022/08/0764', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '482.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '482.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '482.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4ddaae0410cc57f14771699f44d77ebce9a8198be8cc341fd630996581ec960', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (752, '2022-08-31 18:31:50', 'SALE/POS2022/08/0765', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '214.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '214.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 46, 1, '214.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df3378f4aea7b5ecfe705a0de93595dde1d13388e41e0d407bc23d2398c4c012', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (753, '2022-08-31 18:32:55', 'SALE/POS2022/08/0766', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '217.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '217.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 64, 1, '217.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b54a7ad668960086d5aaab5668978a668badda38a14b64480f5d31d6bd33e555', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (754, '2022-08-31 19:12:29', 'SALE/POS2022/08/0767', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '104.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e1e668e30324c11d7de2771567b97213de7f1caa0a456e992512f28951f5152', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (755, '2022-08-31 19:29:35', 'SALE/POS2022/08/0768', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '86.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbbeb3c4a17b678da00b1126230fb5fe03036b52dc594f2dfd41d85d81e4ddcb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (756, '2022-09-01 10:59:34', 'SALE/POS2022/09/0769', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '339.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '339.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '339.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '268b4e5a749a89cb0dc0ea1843f4f222fca3d508dd6bd126acd5cad483b086ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (757, '2022-09-01 11:08:44', 'SALE/POS2022/09/0770', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '475632e69c5297156c2bad867999228892c0d2db08c8f7839446dfd90dbabab5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (758, '2022-09-01 18:39:29', 'SALE/POS2022/09/0771', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '491.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '491.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 42, 1, '491.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c978079d2ea2ecede16511a18e212ae73cd6b64f244c3ffaac81520663402f29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (759, '2022-09-01 18:40:52', 'SALE/POS2022/09/0772', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '424.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '424.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 42, 1, '424.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'faf6dfee0191f24c00da52f5e8831a1958522888b470830a8148128c2192e31f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (760, '2022-09-01 18:42:55', 'SALE/POS2022/09/0773', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '419.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '419.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 52, 1, '419.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67e65ce2b519f0c58acb812ae822a810082c3ae35ca5a4e1ff0874af81da70d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (761, '2022-09-01 18:51:04', 'SALE/POS2022/09/0774', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '145.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '145.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '145.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7065fb724f5f81335b7ddd7fa4515f5f8a001c7b1a3988babc019e482fdb364', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (762, '2022-09-02 06:58:26', 'SALE/POS2022/09/0775', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb34b7308ba81288a141472c8a071e182057713c5241c2d099b7fe74c87360f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (763, '2022-09-02 07:13:25', 'SALE/POS2022/09/0776', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '569.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '569.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '569.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6467a6eb00f6a28bfef6d8d98c66771e862e1a3cf7480b53f526be781a149add', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (764, '2022-09-02 07:32:46', 'SALE/POS2022/09/0777', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '857442f5a730ce179b764c291a6ba19d113dfa3e6a1e728eb6e1a9b54cc488fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (765, '2022-09-02 07:33:14', 'SALE/POS2022/09/0778', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ab2288cfac9f68046e2d13b56094811c868412b76d43c9ada3aa654770f7299', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (766, '2022-09-03 07:00:20', 'SALE/POS2022/09/0779', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 207, 1, '250.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae7c7356c404f9e2d4d95ceb6610a44a8241c699c540c452ea676bf22b51160f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (767, '2022-09-03 15:22:06', 'SALE/POS2022/09/0780', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '174.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '174.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '174.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c083ef898fec9cfd2d5efebc59a835780a2796c3949d984327d69555b6c9c10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (768, '2022-09-05 07:13:43', 'SALE/POS2022/09/0781', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '601.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '601.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 83, 1, '601.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33b7b9ccbdc171268a1bc248e2f5c5ff284d163a4d5352c41a2789ff0aff11cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (769, '2022-09-05 07:15:07', 'SALE/POS2022/09/0782', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '246.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '246.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '246.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44eeff81c106306b8a1052ba3a63e7ab6114ea9938bf812ebf44efb0fc2a65cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (770, '2022-09-05 15:53:06', 'SALE/POS2022/09/0783', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '82.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e770a6db7ce1cc443a36b14550ccafbb6587c5919afcbceef0db7415f0ab11e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (771, '2022-09-05 15:55:04', 'SALE/POS2022/09/0784', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '294.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '294.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 33, 1, '294.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '337622daac1509c5a0a3ad2e32212260023d0a75a5a3e0967038f3847b60fb0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (772, '2022-09-05 15:57:10', 'SALE/POS2022/09/0785', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '386.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '386.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 42, 1, '386.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b70bcada5da41e76389f6041c9aae56f607591575ca5fbade4734ac3eaeeca56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (773, '2022-09-05 15:57:51', 'SALE/POS2022/09/0786', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1488f975058f95260bc154fca7b1f36ff1983a2c2ebe22f106fd740ba65f4473', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (774, '2022-09-05 16:21:57', 'SALE/POS2022/09/0787', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '540.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 44, 1, '540.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b654c0df46827e0b08187baade90e1afbe4ef5939e34e99e40cdcf90c41953b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (775, '2022-09-05 16:23:22', 'SALE/POS2022/09/0788', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8358ba9c8f882b6a0403eaa4b4f48d03f516720e950fcd37f1fc20d6cf547629', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (776, '2022-09-06 06:55:05', 'SALE/POS2022/09/0789', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '400.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '400.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 47, 1, '400.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25700c12a4f3ff9d7409860a0bf86f8b6e87c0161175c7da3226e7e275c58c16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (777, '2022-09-06 07:36:21', 'SALE/POS2022/09/0790', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '299.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '299.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 46, 1, '299.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfe5c662f0414a01a76e16e4f1fcdb38047d7a9c42e10f34a38bdb20b1fe586b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (778, '2022-09-06 07:39:19', 'SALE/POS2022/09/0791', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '117.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '117.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 90, 1, '117.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40f123e9d3392d31d871b1f7b33d5c00d604715ef8cfd3225057eb916f187c64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (779, '2022-09-06 07:51:38', 'SALE/POS2022/09/0792', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '452.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '452.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 61, 1, '452.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cba1a174a43d4326f66103eb25d7da94f26d21fd1dedd604ab826ebc9de989ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (780, '2022-09-06 17:03:17', 'SALE/POS2022/09/0793', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '275.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '275.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '275.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc04dbc6ed8d53eb00bf2e31e56f9f503439d72e7400a2658fdb3529c2b43c26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (781, '2022-09-07 06:54:40', 'SALE/POS2022/09/0794', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '450.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '450.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 181, 1, '450.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd722c44ccb795d2e02b25ff09ca7bc44b3d131100e9f979aac36e5d5cfd465e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (782, '2022-09-07 06:55:51', 'SALE/POS2022/09/0795', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff80c8e4320b6a172ebffd7a0c514248f789cb7ad301f3ec41af8a8300c90e5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (783, '2022-09-07 07:17:15', 'SALE/POS2022/09/0796', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbefe5e468a7c3aaa4841758910c4d89b0d12b4a9e7078c4e1caa4ba0585ccdd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (784, '2022-09-08 07:10:16', 'SALE/POS2022/09/0797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '335.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '335.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 137, 1, '335.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2590e7c7370487cf76db9ac6090a9bc3f26b6f9bce6bd2e6412a97b1c8095b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (785, '2022-09-08 07:44:16', 'SALE/POS2022/09/0798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '115.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '115.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '115.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4575b7410855c859985a24038eca1c70f655dbe4b70cf3867a5dce790dc8f920', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (786, '2022-09-08 16:55:05', 'SALE/POS2022/09/0799', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '585.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '585.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '585.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79a51e9581ce601a15c6cdad27c0a3301805b1457a3ec9c27b8031b469899ecc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (787, '2022-09-09 07:37:48', 'SALE/POS2022/09/0800', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '390.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '390.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 55, 1, '390.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fdcf5653cda71d2870d92b40924c6a45f49d7380d7305f541d2e0552068575b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (788, '2022-09-09 08:42:27', 'SALE/POS2022/09/0801', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '144.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '144.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '144.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '956f50aa5083fe1d4ebe343410335539b26097997d346114d61d577efd86a785', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (789, '2022-09-09 16:35:23', 'SALE/POS2022/09/0802', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '329.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '329.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '329.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70e4de23e7c3e5a381638b049328198b0bee3b96a69e869f1276f7fe90f7e358', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (790, '2022-09-09 16:37:00', 'SALE/POS2022/09/0803', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '329.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '329.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '329.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e4e7bbff716d2180719f13736fdb96f94a044f6e98bcbc2507768e60f82a845', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (791, '2022-09-09 16:42:59', 'SALE/POS2022/09/0804', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '64.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13b675813f1929911b3114358bfa554b3bbf96b30a615a2f421a54738c6f9e08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (792, '2022-09-12 07:14:14', 'SALE/POS2022/09/0805', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1019.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1019.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 145, 1, '1019.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '784e618c27d7bf9f7e400173dcba3ac698d73b0d941667ef6a3c96209ec69236', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (793, '2022-09-13 07:05:18', 'SALE/POS2022/09/0806', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '430.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '430.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 48, 1, '430.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '770ed09a7bd78e99bbffa498fbd3574a5fbf70d92a876c226446b989c2abfb31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (794, '2022-09-13 07:11:40', 'SALE/POS2022/09/0807', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '481.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '481.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 89, 1, '481.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee03813cead249fe81cf17b7bac47da63189400bbe3faf7cdf86f292b4046988', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (795, '2022-09-13 07:50:56', 'SALE/POS2022/09/0808', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '208.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '208.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 41, 1, '208.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b06c8a23bc09c67b540ec0c2040729d9a13e216e4c492e80ed937548b18172ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (796, '2022-09-13 12:39:00', 'SALE/POS2022/09/0809', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d70abc8c4f4810b8b32d3d32ad9f7d912cbc344bca87b70b910cd429306e83d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (797, '2022-09-13 17:19:00', 'SALE/POS2022/09/0810', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '584.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '584.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 37, 1, '584.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb240daccc961e2ac3f676b0ade385f5f9a92062e7dc17ce4b52630bc6917fc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (798, '2022-09-14 06:58:21', 'SALE/POS2022/09/0811', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '270.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '270.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 38, 1, '270.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf48ef2a801756a62f05085ca382cd856c813fccc1b3d283de2fdae74aeef7b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (799, '2022-09-15 07:04:12', 'SALE/POS2022/09/0812', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '321.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '321.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 55, 1, '321.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29972b026370b580afaef269c1eaba130c665bd43f46d1157b90c685843ad577', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (800, '2022-09-15 07:13:14', 'SALE/POS2022/09/0813', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '328.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '328.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '328.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e36914f7c1a3d9a7c3a7e8bec527bed4f51575bb1f87af4dae61b690fed699b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (801, '2022-09-15 08:06:09', 'SALE/POS2022/09/0814', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15f0ee9239312f7ba47b76ef522e277741e63c677696ee498e0cec8d520c7f5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (802, '2022-09-16 06:45:07', 'SALE/POS2022/09/0815', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '266.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '266.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '266.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71961f93a74b41408f6e2637721a6ac09c2b9bfbd60234ead11863b0a20c1521', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (803, '2022-09-16 06:51:47', 'SALE/POS2022/09/0816', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec3b7869306c2ce4a9a3949a461c47f47996947e32fa23349f040038e7eb2864', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (804, '2022-09-16 07:13:36', 'SALE/POS2022/09/0817', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '182.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '182.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '182.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ee22706c503132a00803a1da7987a54aa78fc51f94499e915287ea71105e350', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (805, '2022-09-16 07:30:41', 'SALE/POS2022/09/0818', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '225.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '225.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 1, '225.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6b44eb3aa9d5a04ee281a1953b1b018491f747c72a3359267ba099c8aaed394', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (806, '2022-09-16 07:48:16', 'SALE/POS2022/09/0819', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49fc751d7199ac29329600099d020f63d7fc4176fbe1dd2273ecccf2d470b3aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (807, '2022-09-16 08:30:20', 'SALE/POS2022/09/0820', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '858.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '858.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 73, 1, '858.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b4711cd20fc700f7306ef92a2b38324a53b16e32b316d1d13b41e97e164f1f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (808, '2022-09-16 08:32:03', 'SALE/POS2022/09/0821', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '374.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '374.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 46, 1, '374.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c680436700438f40cb5f7c34f2024f210d46bf9f169e7a270f961b3045bb8a8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (809, '2022-09-21 12:21:53', 'SALE/POS2022/09/0822', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '369.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '369.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '369.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afe4e8630bc9c948546beb7ddaed2f019e375659980644632cc1cfb9121cfe46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (810, '2022-09-21 12:54:53', 'SALE/POS2022/09/0823', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '220.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '220.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '220.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57e7c6f36b7c73f58baa1f3b4e4e838d5df0ff053a663dba35364b276c9aa748', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (811, '2022-09-21 12:57:55', 'SALE/POS2022/09/0824', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb785b7293e0552b8a013daf117aa22662b4f0f999f4804e424bbb834cccb103', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (812, '2022-09-21 12:58:14', 'SALE/POS2022/09/0825', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f016c6bad38696b6dbdba2ea27b9d7e8d247c1e6f0304a8e8c527f5f0a76c3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (813, '2022-09-21 12:58:35', 'SALE/POS2022/09/0826', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd2c1e621efb1fa6a490cdf379d51e09c2ce7c4761bb1bbfc9d5d549c886ca71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (814, '2022-09-21 12:58:54', 'SALE/POS2022/09/0827', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aecbafadc6906d4d4fa4985d033d7705cb6a6f53fd333500605cdba50bc566b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (815, '2022-09-21 12:59:10', 'SALE/POS2022/09/0828', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0bf7242831dc301de559f82f77cb724e82fed953362edb5a95a430e3450b8cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (816, '2022-09-21 13:02:56', 'SALE/POS2022/09/0829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '77.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ae1f7c2235ff4645db738e5695c1f43edeb5f395dcea8df7d5f8f15aa289723', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (817, '2022-09-21 14:00:30', 'SALE/POS2022/09/0830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ccdfa23fe2c99eaab45abdfb83fcaad78eb42b38a799678735c9b2264368fc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (818, '2022-09-21 14:01:12', 'SALE/POS2022/09/0831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a16f5e41c890229ed9f711ba20fb53264a1bc1317a12922ce5f0de3d5057da70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (819, '2022-09-21 14:03:31', 'SALE/POS2022/09/0832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '114.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '114.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '114.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0fe3d57ad288773349972879855a62a42ced734d47b57de9b330072479b1a20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (820, '2022-09-21 14:04:51', 'SALE/POS2022/09/0833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '81.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b4782255e4f3c272718a07b977e7621eb649e9cfc442f4592d99f0a44f6d0ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (821, '2022-09-21 14:06:35', 'SALE/POS2022/09/0834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6e898d7f2301128f4b62cd57a38a12579c12a1574c7e21ab9c528881b61d8e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (822, '2022-09-21 14:07:49', 'SALE/POS2022/09/0835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '77.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6af6d88dd94ff404c52d19dcfd02d631a463907a4c1afbb18b7995767e6d222', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (823, '2022-09-21 14:08:18', 'SALE/POS2022/09/0836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09d5bf101d365d1d679829128500ac59721362809a2e0365de1262e390316017', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (824, '2022-09-21 14:08:58', 'SALE/POS2022/09/0837', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b795ae5eaeb6045fb46cf8754a2754aecfdf38074cb22bbcc7e03cc7eb24f1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (825, '2022-09-21 14:12:25', 'SALE/POS2022/09/0838', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '784.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '784.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 43, 1, '784.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cd2fb0f0b6cfe721d75a16244b6b9b2fb13aac7a71a01bdd113399c56fa4691', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (826, '2022-09-21 15:26:30', 'SALE/POS2022/09/0839', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac73410a021014b35dff19822180dad9d580547f1ae3c18334e59f6afa8afb49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (827, '2022-09-21 15:26:53', 'SALE/POS2022/09/0840', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa0613d1da65ec3d265bfbc5516e5563308c35e78ecb8ba0101fe5090bbff215', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (828, '2022-09-21 15:27:45', 'SALE/POS2022/09/0841', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7acb4306656d54588823d47146964ff5a54d7a96089d9a88a792a677e9aa5a46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (829, '2022-09-21 15:56:37', 'SALE/POS2022/09/0842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5406bef31a9a3bd8de7108699964be081efbf502b0574a65a9b0a482ad6b14eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (830, '2022-09-21 16:01:58', 'SALE/POS2022/09/0843', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3663de4b6c23876055e2b0f4585890b2ef07f1010ebfa3c79dd6bda02686e1cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (831, '2022-09-21 16:03:37', 'SALE/POS2022/09/0844', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67719c7718f5e69e164ce484219420f5a353f96b1651c399d628434c775ed6cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (832, '2022-09-21 16:33:06', 'SALE/POS2022/09/0845', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '534.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '534.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '534.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1db118cfc9cb8087a58498ebd7c91f11dd76178061b5f21f099de19e0dabfc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (833, '2022-09-22 09:16:37', 'SALE/POS2022/09/0846', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '236.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '236.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '236.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc5fb9dfe8580c8ecb0e17c35e9feb7b758f6e601819f1a4178a1b2cf9b3260f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (834, '2022-09-22 09:18:06', 'SALE/POS2022/09/0847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d20dbf180b50a3e2f9b09547ff6ef774a0de0084389c465aec1976ee26f0ce8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (835, '2022-09-22 09:19:16', 'SALE/POS2022/09/0848', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e3cdd82c2865fbcddeed289b1a18e9b46592ae22013e1c552e62ae5dc39da9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (836, '2022-09-22 09:20:23', 'SALE/POS2022/09/0849', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd69f7149944780269f39527d4a3bbfb5ac6d907df242f0a16b014133d54b0ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (837, '2022-09-22 09:24:07', 'SALE/POS2022/09/0850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '104.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11a01824a7a82495a8fb8ddb4f06db059b22c3cf1028544c8845b72ffd4b23d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (838, '2022-09-22 09:28:23', 'SALE/POS2022/09/0851', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd949ce48115dacfaae6cd1444cd0c9161bb5c1dd8e0b4646a453ef5ba6c739d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (839, '2022-09-22 09:57:18', 'SALE/POS2022/09/0852', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7fc29f0122a7890d0bfefd272373e17ce8658aff5ee9589fa90a88a2a0d156b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (840, '2022-09-22 10:14:17', 'SALE/POS2022/09/0853', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ee375fb606f9284a1a812b4fe66f1254befb74ac95afa6ff976f2b50da6b898', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (841, '2022-09-22 12:13:17', 'FELIPE VASQUEZ', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', 'completed', 'pending', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9489f6bf59e08231d18ac91b7b4272215c0be463081e7ad9f2e75e73ebaeb80d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (842, '2022-09-22 15:33:46', 'SALE/POS2022/09/0854', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '46.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '998cdc0ccdff99471a1d4b470a329691834910076688ed8aa93db158b7cc00cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (843, '2022-09-23 08:30:09', 'SALE/POS2022/09/0855', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eff0bda0de6b724132286b4edee0f13f3172561c5051cbde1baf94dc1f3c7b6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (844, '2022-09-23 08:37:19', 'SALE/POS2022/09/0856', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc02ee7e62bf274920beff3fb7ef1165c36a5e361118d8ea46307e494fd59f1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (845, '2022-09-23 09:01:47', 'SALE/POS2022/09/0857', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29e248ee25c0c99602979716187e94686c3623692fded598c59348857c9ebcb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (846, '2022-09-23 09:07:22', 'SALE/POS2022/09/0858', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '218.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '218.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '218.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17819503b6772eff70f896405af90870e1cf1e84e073966052eff30378ac0335', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (847, '2022-09-23 09:08:35', 'SALE/POS2022/09/0859', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97bfbaf083c7d3a6596cf4737140001afa912d7b79650bb36f34d9a37120a51d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (848, '2022-09-23 09:18:16', 'SALE/POS2022/09/0860', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '61.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fd43faa852e93edfedd9b2ad3e6e34f8c075cd79f2700a53311edb3ad534069', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (849, '2022-09-23 09:37:09', 'SALE/POS2022/09/0861', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6e85e7a677cdf6afe285a20a1d0acaffaeec0267eb686b44d083ac0bc2dd97d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (850, '2022-09-23 09:49:25', 'SALE/POS2022/09/0862', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c436ba665256a87e5892947b863a07f6f35f2eab5e500888f919a3828f7a2de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (851, '2022-09-23 09:59:21', 'SALE/POS2022/09/0863', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2511322b82d841314aede6f63c1bbdc6c503486e12f382962c84e4b6941f4f72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (852, '2022-09-23 11:08:19', 'SALE/POS2022/09/0864', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a93b965c8a0bd4166873676f4c53f96ab5daadd8189344629a8276fa0c87fa5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (853, '2022-09-23 11:30:13', 'SALE/POS2022/09/0865', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '514.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '514.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 62, 1, '514.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02da5e7564abacbe0eebbc6997d67a7ba9f6627181fdaa5f11b39b4cabeda283', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (854, '2022-09-23 11:34:00', 'SALE/POS2022/09/0866', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9ba3ef9c99455147f1ec6b33754047db84400e2e71f300c34a4b592e614c9d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (855, '2022-09-23 11:39:04', 'SALE/POS2022/09/0867', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '94.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '94.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '94.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f210d551eaa3cfce773cae0087ce70f44527218b44b0455903148ee97935368', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (856, '2022-09-23 11:40:16', 'SALE/POS2022/09/0868', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ac45f094acc45195d7511865bdfcd52960b3b47d5d30ba7058c7d2059b52275', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (857, '2022-09-23 12:07:18', 'SALE/POS2022/09/0869', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '643f76848ff11b74b005e3a2b3487ce851a4bdf5abb7a56a13974a256b2e7745', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (858, '2022-09-23 12:16:02', 'SALE/POS2022/09/0870', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76194c6a83c2d362306208d683b8373e2db41bde604911dd87c3108652e3f072', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (859, '2022-09-23 12:29:38', 'SALE/POS2022/09/0871', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd27456b1bdfbedee47bfa79db6757c7df7573a8feeedefa99eb469f9be20ef60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (860, '2022-09-23 12:43:32', 'SALE/POS2022/09/0872', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98fc682327a08c3ba374292f22f11cc5b6df53af599f0b786257086d2fb18367', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (861, '2022-09-23 13:02:21', 'SALE/POS2022/09/0873', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e01fea975cab33d05eeeeda8ab1300615dbec63d04d99d9b32be800293a3ddcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (862, '2022-09-23 13:05:53', 'SALE/POS2022/09/0874', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c43db94003c0322f785c44d17a2f6a72f257973ca64c1d4baa8af43a5ec1507', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (863, '2022-09-23 13:08:00', 'SALE/POS2022/09/0875', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7fb5d57ee36b525eda94931cbd53fa0d23dcdd9a74a195050c5f2df02d4ecb6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (864, '2022-09-23 14:05:02', 'SALE/POS2022/09/0876', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ea412ae55c28502a65c2cd04994ca2a45d497c8f11f3875e6aef798cb5d0f49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (865, '2022-09-23 14:59:58', 'SALE/POS2022/09/0877', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '191.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '191.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '191.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d400da4f0e7a48d16c7f836a672f9111c1be9b67ac1d7dbb9e89e9653555c16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (866, '2022-09-23 15:28:35', 'SALE/POS2022/09/0878', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61ad52538b00ac2f055e459c02cbb47fd4645223bb02a124a5147c7a23987a76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (867, '2022-09-23 15:32:03', 'SALE/POS2022/09/0879', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 100, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '181d263a0c22b2076feb33b206850f9166eba831380ee912d55659d4f21e70b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (868, '2022-09-23 16:30:11', 'SALE/POS2022/09/0880', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf82ade2b3166afa408222069033a9779d7b2ef13c9e53dc37e3024cb3d654f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (869, '2022-09-26 09:41:35', 'SALE/POS2022/09/0881', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3135d6064513703833911a893a4ad608422340e993ef3257e154756c339ce38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (870, '2022-09-26 10:26:58', 'SALE/POS2022/09/0882', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '384cb2c8389bbee8bcfb9fb9a42fe6e4423a760d2c4a595b796b9ef0e1cbb648', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (871, '2022-09-26 10:38:37', 'SALE/POS2022/09/0883', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '802ddd44b7e5dc2904479f20c7be9a007dc318305c0fca8d56938ef14e109862', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (872, '2022-09-26 10:40:02', 'SALE/POS2022/09/0884', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fab302330ecf74fe62317f55f4a9ddb010bf561ff07ef0edd390fb9ff023eda3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (873, '2022-09-26 11:41:18', 'SALE/POS2022/09/0885', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c6687aa79b61f1a7ae0890837947d62b774cd26e92919fc67b2cb3f57225dc8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (874, '2022-09-26 11:58:45', 'SALE/POS2022/09/0886', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '483df7a2c07353dcbfa4c08dee1d608786bbd1a4ed895e51b763e18c315c2aa6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (875, '2022-09-26 12:35:11', 'SALE/POS2022/09/0887', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cdba2904b311075f802e72983ca77dacb64a7da76c7d9a64a2577f1b509e39d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (876, '2022-09-26 13:51:15', 'SALE/POS2022/09/0888', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c585ad1ee567038df7793249c9f6938c6a65967631e1e20214541d33c3ea6f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (877, '2022-09-26 14:17:50', 'SALE/POS2022/09/0889', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be8794957542b1e078045330cfb74bc9535940910d4dff2f80437b30b7377869', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (878, '2022-09-26 15:29:39', 'SALE/POS2022/09/0890', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6953b6b2b6839ce461265add3383aec3135419bf5c02df1fcc5a4c6b75abca93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (879, '2022-09-26 15:43:12', 'SALE/POS2022/09/0891', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da4f2a0c2957b7100dec2bed6aa190af301cf8d3b18ae734158ae75a780a906a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (880, '2022-09-26 15:53:00', 'SALE/POS2022/09/0892', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a142f4a838bdf39bb66cf2ddc1f2d083bfed728c8eb10b246130c171283d002', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (881, '2022-09-26 16:19:48', 'SALE/POS2022/09/0893', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37915942a6da4e5dc40f41d630e7f1e68accfaa2838ed447057f291229a3b28c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (882, '2022-09-27 08:54:54', 'SALE/POS2022/09/0894', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c65b36545bb21272f3a7f948b60c1b0e24dab94183092964d1ea31ccbdb3051', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (883, '2022-09-27 09:04:21', 'SALE/POS2022/09/0895', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df3d1e9f6582c5e3ce2093f986fb37d7a21bd5c2df514c4e72766b4e9e422e7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (884, '2022-09-27 09:07:39', 'SALE/POS2022/09/0896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9af70d1e95976490289febc27e0d6108f3054963f76b287113749273225bf1eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (885, '2022-09-27 09:34:26', 'SALE/POS2022/09/0897', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82967f3fb4530685489f9bf6e9307d20a60feb8ca85249f418b73efeb3557369', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (886, '2022-09-27 09:39:35', 'SALE/POS2022/09/0898', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '345c13345a1fb2064389f96eb440fda068df34e5ac4b95aed8cbc77d4b7f5c92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (887, '2022-09-27 09:58:08', 'SALE/POS2022/09/0899', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ea0ee3c29f884642fde3de950085771512fca91e40889be643e309d7e0f1e48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (888, '2022-09-27 10:31:56', 'SALE/POS2022/09/0900', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e636e82870779564e8b917aa4f5e352d8ef9eecc6d81dd30fbe4cd4eeddeec6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (889, '2022-09-27 10:43:54', 'SALE/POS2022/09/0901', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd26df84e2ebaade15e9bd89867700b53e63e9320b53a965cbb752652714d7b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (890, '2022-09-27 11:57:54', 'SALE/POS2022/09/0902', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c53135259494cf8a82ca7caec20b6f60e67741820ebdf7070b1592b8600d94f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (891, '2022-09-27 12:32:42', 'SALE/POS2022/09/0903', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3567862ccd89ac6c801269f1df5485229837ff0cdea2692be8b12bf0ee27096d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (892, '2022-09-27 13:05:02', 'SALE/POS2022/09/0904', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e7bd40a7dcf0a1b1786ab5b339e9ee5780e79b58279fcfdbf79f97127028444', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (893, '2022-09-27 14:16:57', 'SALE/POS2022/09/0905', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 75, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fc0eca2b1d2bb00938648f4d98f995cfa51b10a79dd2789cc5aa098057bc2e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (894, '2022-09-27 14:17:41', 'SALE/POS2022/09/0906', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '83.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8646aadda96d9280591e935a416c0acfa7e8c4794379e734e1c3dad124cdd7a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (895, '2022-09-27 14:22:35', 'SALE/POS2022/09/0907', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '191.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '191.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '191.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '762929ee8dac9c446fc89ef67062b6a6e7dbb1ba710e07de8a24e6683a7a6c68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (896, '2022-09-27 14:35:29', 'SALE/POS2022/09/0908', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '184.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '184.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '184.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb2ecb716c324e085e12a442f20ee96c281cbd4857d29c960da10ee34e6fa185', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (897, '2022-09-27 16:30:40', 'SALE/POS2022/09/0909', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '561.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '561.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 92, 1, '561.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b67ebb5096587c2260f1dd49597947d158b60bd1db551870662829958e4d7193', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (898, '2022-09-28 08:21:33', 'SALE/POS2022/09/0910', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86247b9695d3f20bf18242743b72578e17bbbe4328a8bb2d724008b4624e0a8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (899, '2022-09-28 09:24:37', 'SALE/POS2022/09/0911', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8426ec3d9b26b39b813dde92e8a4fdf86293818286fdba0eeba0b680e32e8be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (900, '2022-09-28 09:43:40', 'SALE/POS2022/09/0912', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8bcea5cbd26aae8cc91ebe9b69600644e8dbad0c98a8efa66b08e58e48cfd4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (901, '2022-09-28 09:44:22', 'SALE/POS2022/09/0913', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31826c9976faaac97ff60a4d81e1a8fcda58289050caa526fa53e8a14367b0eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (902, '2022-09-28 10:07:57', 'SALE/POS2022/09/0914', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c01c1a2be206821506828c4d2aa40f8196ee3f8e8c1ff705518e5dfe653e66be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (903, '2022-09-28 11:03:27', 'SALE/POS2022/09/0915', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9630648e2165ea84a6a1b12a998095e5d7e556a8e9cdbde3ed6c81092ce09775', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (904, '2022-09-28 11:22:19', 'SALE/POS2022/09/0916', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab8b3ab815330459f98a89334a2c3e916e319c0090e3e70f528b3209254e71d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (905, '2022-09-28 11:25:31', 'SALE/POS2022/09/0917', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be8b9b77dfecbc9899ad5e8f0ff80681f594898d53dcdc73c92e4561dbfcfaa1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (906, '2022-09-28 12:31:27', 'SALE/POS2022/09/0918', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f48a15f3fd2db22cbb4359386c35918273e025ab7741083a1f25c4e5d4dcc7ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (907, '2022-09-28 12:34:06', 'SALE/POS2022/09/0919', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0aab4e2ead8ab2b8e021d2c70e54b41d4adfe01f0fcd6dfc78306f4ba8846714', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (908, '2022-09-28 12:39:37', 'SALE/POS2022/09/0920', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f06422495e6e3826bac885252482f91133c5a81949867cddeaaf3aa3fee40d5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (909, '2022-09-28 12:55:22', 'SALE/POS2022/09/0921', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26d6b82ae9c0a65522741e474dcfd41c7ca874c90cccd8e88e4ddca40acb61c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (910, '2022-09-28 12:56:01', 'SALE/POS2022/09/0922', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62da664e964267620b5376098eaf829c9c4f33a41d63c9e2cd2545d3d94106b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (911, '2022-09-28 12:57:35', 'SALE/POS2022/09/0923', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65b20894479bff1267101b4878517cf215114b691f5c117ddf1f2abd8afc3d2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (912, '2022-09-28 13:04:27', 'SALE/POS2022/09/0924', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ba1a004659adb11014b202cb3b37bb50ca1be1e53fb6f5c976e17ad1481cfa6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (913, '2022-09-28 14:32:31', 'SALE/POS2022/09/0925', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eea11ce9d2b80b3083e73924712535ef8a3279a26377d9926379ca53b5e3f2c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (914, '2022-09-28 14:54:44', 'SALE/POS2022/09/0926', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa12053d1d690538df774234f59376160736db49f3c56bb5d96c0b7bdadaa0cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (915, '2022-09-28 15:07:02', 'SALE/POS2022/09/0927', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37bbbd8faaa12098519490aa1fe73d60bc1b3bfb19994e77cb37904b0a98fa34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (916, '2022-09-28 15:37:30', 'SALE/POS2022/09/0928', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56202b896c96e867f7e04f2c3ac40634029cd6ad0b3090f92ef1b43e26c8bf33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (917, '2022-09-28 15:46:02', 'SALE/POS2022/09/0929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '815cdadb437949bd8a6ced9ec34814b61e5dc0858ead4277cd6001659f35c790', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (918, '2022-09-29 08:11:32', 'SALE/POS2022/09/0930', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0322e454db411225a0b030d8a2464b1381afbd358139f706473583b420abb78d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (919, '2022-09-29 08:20:17', 'SALE/POS2022/09/0931', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '168.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '168.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '168.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf3949aa3f9be39eec2ab830b7c95bf50c90939ee0e4d6bce7c6a7f3a1db97f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (920, '2022-09-29 08:22:29', 'SALE/POS2022/09/0932', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53cfccc5e8ebdd9fe716772956f4630b22c5943835e13b59ccb155cec83103fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (921, '2022-09-29 08:23:26', 'SALE/POS2022/09/0933', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '102.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '102.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfbd555122754c054bb95f6afa4b30a16d9b59e7294c45cf5b452cf9557cb46a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (922, '2022-09-29 08:36:16', 'SALE/POS2022/09/0934', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0f7694611c9cc48d4d8b193d8d43c0154d8bddaf204e658a08d12e96e221a47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (923, '2022-09-29 09:16:31', 'SALE/POS2022/09/0935', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78be6f294d5e0c974acd1742c8f3cc9d62b8d6beacc482632f329b75bb46ea47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (924, '2022-09-29 09:31:34', 'SALE/POS2022/09/0936', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4dd16a4643e8da6a4bcd03d0b6a55c399292dc3001dc9c7d76d7e9ec57555cad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (925, '2022-09-29 10:21:49', 'SALE/POS2022/09/0937', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f673b7a0e5eabfaccf72fa256f44a2666b506f7b65eccf53ba876b5ffd9049a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (926, '2022-09-29 10:58:21', 'SALE/POS2022/09/0938', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '576d7a6fe9b5842edcc6b89db01bb7162935fd85bd4f9a97a9092439a04c9ae1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (927, '2022-09-29 11:09:57', 'SALE/POS2022/09/0939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd71594794cc9cf9276c1016dcc2cef9d5d353baaf65447bd672c9fff7121552', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (928, '2022-09-29 11:09:57', 'SALE/POS2022/09/0940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b49a7f2cfb0e3fd1e89d298dfe4c5ab802606ec3787896a1174931fdee5c086', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (929, '2022-09-29 11:25:58', 'SALE/POS2022/09/0941', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1b2ef2925395d2904b56863b4c4c6123e5a2e903645f77e0dc6ed49b3c1b085', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (930, '2022-09-29 11:47:31', 'SALE/POS2022/09/0942', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4692be77ad43d874104e919b41a3c698c49e635d9526b86e75619c12f4342d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (931, '2022-09-29 11:55:43', 'SALE/POS2022/09/0943', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e94cac962125b3d3399f5615e4804b334cea5cfc1a9259926d5a25b56a14390', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (932, '2022-09-29 12:18:50', 'SALE/POS2022/09/0944', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '645.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '645.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 101, 1, '645.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f46a4bf09aeb4be87814f868998fd4925ebec09b18ccffd45dbe1d8182fb4626', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (933, '2022-09-29 12:22:27', 'SALE/POS2022/09/0945', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c723b597edf029487124dab4082de2354ab95e85c5d8fd35938e3aa77703416', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (934, '2022-09-29 12:33:36', 'SALE/POS2022/09/0946', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68385429669745b29e60c45a6ab8ae900da7efaa02ea9cff7a944ba4e64ea6d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (935, '2022-09-29 12:42:12', 'SALE/POS2022/09/0947', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26e9ab9d2de9f2d663552941bc60af24346cd3689d903a6cc675ffb23e8987cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (936, '2022-09-29 13:34:34', 'SALE/POS2022/09/0948', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3b19189b4bd426c1211451a65a1978755ab3d76f0abf5b919dfe7b460aa7f65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (937, '2022-09-29 14:18:35', 'SALE/POS2022/09/0949', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2be07b63ec1db198ab06c467d7731d72d97b446b78a422ca748700935439a338', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (938, '2022-09-29 15:11:28', 'SALE/POS2022/09/0950', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e20c0d834f2a064038950d3cbbf4668e7e398443bf5a6d0db7bc2e79a3f838d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (939, '2022-09-29 15:18:51', 'SALE/POS2022/09/0951', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7b044f2bd0d8d26de11067c87eabbbed8575c77985164cfe00dd0a81255a359', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (940, '2022-09-29 15:31:18', 'SALE/POS2022/09/0952', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10a4a4a1c5d6a4b8e3b542ae256965a3828aca2ff00fcccbdd1f562b47722d33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (941, '2022-09-29 16:07:42', 'SALE/POS2022/09/0953', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df6d328f03096c41d8bc95f5818440fe9b3e7d07f7dd7067276f7f403ac319dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (942, '2022-09-29 16:10:19', 'SALE/POS2022/09/0954', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eea4aaea922456fb493fcddad6ce83a4952aca9d9d971fe7b33b9a39077b1d3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (943, '2022-09-30 08:10:38', 'SALE/POS2022/09/0955', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '250.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc3d8fdcc29e2bc544c020466ade3d95be1df6ba85354dc7bafe862d65242a5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (944, '2022-09-30 08:47:20', 'SALE/POS2022/09/0956', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3342f9aa153ab91639a685f11f3d8b1e7431eeec98132bfa950afc32088bc98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (945, '2022-09-30 08:52:17', 'SALE/POS2022/09/0957', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5bd18373c06566497d19080bd7ecbb44dc274f3207004dae8ca50594fa3e3cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (946, '2022-09-30 09:19:50', 'SALE/POS2022/09/0958', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76d2487572238f647e8015ec0f14ffdef502d5938b031ac75f6e934255946d74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (947, '2022-09-30 10:15:17', 'SALE/POS2022/09/0959', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9033b24850ca287aba3f1ba3d55f6c70839556db8cf11fe207ffc10e3fe329e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (948, '2022-09-30 10:17:07', 'SALE/POS2022/09/0960', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '247.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '247.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '247.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f2e4cfdd9b9e2de895e977e0f42f8a8691fe83c89495251d2ba10031fafbefc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (949, '2022-09-30 10:17:40', 'SALE/POS2022/09/0961', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81fdaf621218055c43a13fe7b06b87dbe678506756002f411d6b014363865728', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (950, '2022-09-30 10:37:26', 'SALE/POS2022/09/0962', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5486209d6f7f00a0304526a50f55e48cf7c54789332eca14f4a2a87bc8975141', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (951, '2022-09-30 11:14:34', 'SALE/POS2022/09/0963', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53637931c60c81729904d002a0687f6cf960ee26990f36085445d9818dfe50b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (952, '2022-09-30 11:30:06', 'SALE/POS2022/09/0964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b3d6a1b17d7bf35c584e3a819d030a04b79dc398e62470be7b855aa7577c068', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (953, '2022-09-30 11:51:27', 'SALE/POS2022/09/0965', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '872cf60ad7f2b666a110f8e22cad6e241e5f4f2f4338c34cc91bf93f862f5e59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (954, '2022-09-30 11:59:01', 'SALE/POS2022/09/0966', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '876d41fc24073bee46d9fb9bee311cd47003199cf077b83cad1c17aee0f7b0f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (955, '2022-09-30 12:03:34', 'SALE/POS2022/09/0967', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f44afdffd93a0f26df0b6d3eac437536e62abe786485f822dfb98bbec8e37c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (956, '2022-09-30 12:31:38', 'SALE/POS2022/09/0968', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c825e99c55077c59b4f5b0799d00499a981f77f0c86ddeb88be062e609c2e34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (957, '2022-09-30 12:33:25', 'SALE/POS2022/09/0969', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56400c9ae9077198f6142749639a1d8831c81a98c605c4989093865164ddf269', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (958, '2022-09-30 12:35:57', 'SALE/POS2022/09/0970', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1cbe2a274ffb376a90417f7580e4a45fd3dd399829617a223c4512efa151391', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (959, '2022-09-30 12:53:08', 'SALE/POS2022/09/0971', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91472f1d205bcb50027bded1f9de51ab62aa2fb3abebaa90e7e21d0acf3c0eaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (960, '2022-09-30 13:10:11', 'SALE/POS2022/09/0972', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4df5d12f7898594177908851310bf0462ee22172b9a110ce16b95e4c6017ea5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (961, '2022-09-30 13:11:21', 'SALE/POS2022/09/0973', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96c9bd2f6c0cf99ae0ef5b1e23d52b632d404800a8e60d68d08dbe5a49bc737b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (962, '2022-09-30 13:18:08', 'SALE/POS2022/09/0974', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34e8a38d6708fd92c9775660cfd33635e5dd01e7cb07da2c6c528ec52323d38c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (963, '2022-09-30 13:47:40', 'SALE/POS2022/09/0975', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4e543c5bd34e7c5323bb61e0a63de987399e4f94c2e5c6a1458c54781f984f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (964, '2022-09-30 13:50:25', 'SALE/POS2022/09/0976', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5077f4704d769f30db73ada21a0e57210498633417878bb4ecc2b55f8f2b2ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (965, '2022-09-30 13:55:53', 'SALE/POS2022/09/0977', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfcea84e63eb9bc92a92d81c15777b93cba169e028982b32a2ddb73c67520490', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (966, '2022-09-30 14:03:12', 'SALE/POS2022/09/0978', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98e557e795a11a394602c789b9828b930d4ebc96a84acc84112c7e19eeea1f9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (967, '2022-09-30 14:03:34', 'SALE/POS2022/09/0979', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df797f7dc3369f525f628085e1f8ee27e554661ea3cb7d4bf67917ea8df1e439', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (968, '2022-09-30 14:10:38', 'SALE/POS2022/09/0980', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfeb815584842bf22319edca9c69f223fcfda1c2d094cd5a975539f976644eec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (969, '2022-09-30 14:19:15', 'SALE/POS2022/09/0981', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa0565c81c83caefc0b6602e8688971079b1c848d3b57a4246375683f3f557e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (970, '2022-09-30 14:34:31', 'SALE/POS2022/09/0982', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc3b15d2d7f30ed54ee303ffbdabd658ff695d785222981daad0fd299823f742', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (971, '2022-09-30 15:53:06', 'SALE/POS2022/09/0983', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33900962d738c7d9497c44275e94fadf610741b302d055274b497b4b98c308c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (972, '2022-09-30 15:59:50', 'SALE/POS2022/09/0984', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc52ac8f3981af4792f8da6de8c976298cd40737f4a39fd081ce5ac59cda2f90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (973, '2022-09-30 16:03:59', 'SALE/POS2022/09/0985', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '237e8b94fc0cf635e56c65d27cac47f84ae2c6944ec6fff25265e00acd5f5c09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (974, '2022-09-30 16:49:37', 'SALE/POS2022/09/0986', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '192.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '192.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '192.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4bbc1c55a98e8e1ca37bcd59ab7a30c0242b9bf6a98028a31ee0209becd1400', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (975, '2022-10-01 08:49:46', 'SALE/POS2022/10/0987', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8fde2b0565a31ef7dd9c3db1bab28b951e7e7e03a2c0643622f425c4b31aa24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (976, '2022-10-01 08:59:01', 'SALE/POS2022/10/0988', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f06a9777ff514d133d251187719f5b00f8fac82403ae7e6e1238c16190879343', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (977, '2022-10-01 09:01:45', 'SALE/POS2022/10/0989', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f16e2e634d3d8c7207060f90a9fb62c9f6e607f44860d87dbd6859b68d592b49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (978, '2022-10-01 09:40:03', 'SALE/POS2022/10/0990', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8766167926e3172b40c844a94c5ac6e76627cbc86dc038d4a80bce49d1eaf67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (979, '2022-10-01 10:07:14', 'SALE/POS2022/10/0991', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b29986ded6fc145ebde1574c9bb4b8413c276595d00d70a9359e38ee287a6cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (980, '2022-10-01 10:09:04', 'SALE/POS2022/10/0992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7bd00340a29342e8334641d4a9c0f0ba8bd739b77abb6f63a12f119f3f4a4d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (981, '2022-10-01 10:17:45', 'SALE/POS2022/10/0993', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f13fd6d6efc041bf1f87fa8e3796a00aa016cc892e6f64f382a5cda0a4afe9c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (982, '2022-10-01 10:39:41', 'SALE/POS2022/10/0994', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f782e28d68f3f84abfc62cf716cdd814cd6cfde631d2991256f0cd32c868a420', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (983, '2022-10-01 11:18:43', 'SALE/POS2022/10/0995', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '524.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '524.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '524.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa6f7f3a28eba0fe4b2af98c315153382511919c8eb6dfe23a69355ff351a48d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (984, '2022-10-01 11:39:33', 'SALE/POS2022/10/0996', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b7c6bbf54cd951ad287be770231babce3f95e60c4be0136984ed60a6e012f51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (985, '2022-10-01 12:00:56', 'SALE/POS2022/10/0997', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b8acd5a5d018838bc7c2ca8d47a782a3de5e904c79ac0fdd67af51a4a512495', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (986, '2022-10-01 12:25:22', 'SALE/POS2022/10/0998', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '986dc17c909756caf13407155a677c2b6cf31fd42ead0fcd0674f080315e57ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (987, '2022-10-01 12:45:03', 'SALE/POS2022/10/0999', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '114.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '114.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '114.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44678d05778b4c6157a462df5f91a5f9f8a332ab1c697698bb7513119805213c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (988, '2022-10-01 14:16:15', 'SALE/POS2022/10/1000', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e584069ba7704491d125f648992b07109922e2ac7eefbdf37cbe3fb00d2805d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (989, '2022-10-01 15:18:22', 'SALE/POS2022/10/1001', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e4f3fcdcf1e247a0e8d54b15fce112575c031bc72f11a02b581f3b65053a0ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (990, '2022-10-03 07:57:52', 'SALE/POS2022/10/1002', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d509d9a8eaa6fbfda17332ccaf07a49e66db3e37475a83634fdda1290d2b518', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (991, '2022-10-03 08:01:02', 'SALE/POS2022/10/1003', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99a3956740f347efe6987a9bee277f196c5b4eb2647a6914158bda6fd8535f2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (992, '2022-10-03 08:52:49', 'SALE/POS2022/10/1004', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '309.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '309.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 1, '309.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '912932cc8acc35c829d181bff1736cf99a615ef81bfa7a3fedb4ee27006c1d27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (993, '2022-10-03 08:53:36', 'SALE/POS2022/10/1005', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50a35dcb6325547139b884c0f7f9f53a6c47b2346d5aaee634afe402a5633c81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (994, '2022-10-03 08:54:16', 'SALE/POS2022/10/1006', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f520843b58c05f70052224dc557f4669ed20924e72c09c9dae7d5d4556032aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (995, '2022-10-03 08:54:49', 'SALE/POS2022/10/1007', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8a6a9730c1466486277ac5d2cdda92c3a014deeda6a3fa43375d0266e155cc4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (996, '2022-10-03 09:08:16', 'SALE/POS2022/10/1008', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07bd3a7b374adefa7b8e874d3826cfd83d49edea0de6ac01490c70ffd4067d5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (997, '2022-10-03 09:11:43', 'SALE/POS2022/10/1009', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8600f00fd35a6628ee3d4e3c7dfba59cbb4567afa3732ba312f33e3917c6a173', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (998, '2022-10-03 09:23:33', 'SALE/POS2022/10/1010', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd8928243a10ac3b669a1b33c052ae7c38a094d2083be4dd05b8a3a7575ac711', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (999, '2022-10-03 09:31:42', 'SALE/POS2022/10/1011', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60cd0d5a1a5a377e1f4cfe5caf3905a1262a192047de0b2b2f4e9b837ae7cc99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1000, '2022-10-03 10:00:04', 'SALE/POS2022/10/1012', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e28374bae41918e7e9efc2b8be7d5a0e480c645a4cfe6151524042dc4bcc9220', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1001, '2022-10-03 10:09:03', 'SALE/POS2022/10/1013', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '91.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '91.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a7ce9bef22bfe26f1c348ff1249a1c942f045b7bcf6cfa930d4b8b81fb8f101', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1002, '2022-10-03 10:09:36', 'SALE/POS2022/10/1014', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '168e7bbcd8a8fc07c76c3ee3ee5dc73106c45d8bfb819399f3e8932a1ff7a886', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1003, '2022-10-03 10:10:04', 'SALE/POS2022/10/1015', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa29b7681922a3e7951abc54129b2b980f4396d25f41d65cb5f5b01ec72492cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1004, '2022-10-03 10:15:39', 'SALE/POS2022/10/1016', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '410.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '410.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 44, 1, '410.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc1aa0fae8fb205f3b8f17c20710b1dd69f13703c7e070071452728e38a98d67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1005, '2022-10-03 10:18:16', 'SALE/POS2022/10/1017', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd29892b3b31cb4af236f976225d5d88c7a14e989f9237c02a6a7ed6795608346', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1006, '2022-10-03 10:26:58', 'SALE/POS2022/10/1018', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5416032a58d0ec05ff9e92fa6d73ccc79b7a95f1313cd8beae679e8586b36a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1007, '2022-10-03 11:11:24', 'SALE/POS2022/10/1019', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b847d56d838353dda0f8722b0c6f24d10e9cd281105ac721c755f747a4c7eec6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1008, '2022-10-03 11:21:11', 'SALE/POS2022/10/1020', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a20a65d3b27179244ff27db9f462be3c4f3b6c82d0ab906d9041fdf976983c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1009, '2022-10-03 11:28:12', 'SALE/POS2022/10/1021', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9207ae974025b2609330be523773763745c3fb948df27bcdd0eda2c7e80bbbca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1010, '2022-10-03 11:35:46', 'SALE/POS2022/10/1022', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5808987569069da16181726a66f54bb741e47d4f643d7d0cf3c19870508c5368', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1011, '2022-10-03 12:10:08', 'SALE/POS2022/10/1023', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5094efc665155d02fb9773284a16b64bbcdf15e8cab3db887cebb01354947c3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1012, '2022-10-03 12:27:01', 'SALE/POS2022/10/1024', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dddb9f8c293eb803461be79053940396a94987c599860ea2f97d33579552e296', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1013, '2022-10-03 12:28:45', 'SALE/POS2022/10/1025', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8cff5f830150844c27f1742c9f8d39e8f01bcf04572794cc9ceabe036cdd933', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1014, '2022-10-03 12:38:12', 'SALE/POS2022/10/1026', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbdc8dbf218d1bba28ab302ea572e8aac2ac336c50af585e1543e720fa4691e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1015, '2022-10-03 13:01:51', 'SALE/POS2022/10/1027', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46cb287923b132a705d1eea6173f8034562d62f538fb262dae7efab241955fb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1016, '2022-10-03 13:18:20', 'SALE/POS2022/10/1028', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25db7ff8c3c460f12db2d34c4dbd2cb77f1b4bdace1637c94152f059ac0353c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1017, '2022-10-03 13:19:26', 'SALE/POS2022/10/1029', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa5b7459fbe2bf54f5a179a50a9d17b6b830d624860c81f083fc7b320bb4e131', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1018, '2022-10-03 13:25:13', 'SALE/POS2022/10/1030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71f4d0a4ba29a28629b467c438255201c45863daa978a4e9ea2925845501e850', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1019, '2022-10-03 13:37:03', 'SALE/POS2022/10/1031', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01f0d25d6be9d9625c99b5c2f2e3bf05d027355837ba7738bc68752633977c2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1020, '2022-10-03 13:57:55', 'SALE/POS2022/10/1032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d6d6b5c47a73c51077a7beb12e62adcd31e9d88b5c951f8dd8e8a9958697153', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1021, '2022-10-03 14:15:13', 'SALE/POS2022/10/1033', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3fa41ef13b68a763f5ccc960713e9669172b5c0e2000f808c1c476f584f833b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1022, '2022-10-03 14:40:49', 'SALE/POS2022/10/1034', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '76.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd8a673433eb0a439e46954fdc72a16c71332a7e897ee7923d1173ad44c15247', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1023, '2022-10-03 14:41:07', 'SALE/POS2022/10/1035', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e89f135087dcce81021f9575e83aebb57d87b032b573a91587b4ad7f9f9ae14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1024, '2022-10-03 14:55:16', 'SALE/POS2022/10/1036', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d33a1aad3ea61f9365db8f3fd92bd9c8157d758ba6e964d6c346d6b5e6d9501', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1025, '2022-10-03 15:14:22', 'SALE/POS2022/10/1037', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd230a3ff002399cabbf4bac71e7955ebc048e7ba1e9e05e689c3085cea01b88a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1026, '2022-10-03 15:22:20', 'SALE/POS2022/10/1038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a3d46c406f0484a253a61f0ca9f20f5338ce25f08122a2f80f58a4807e4bb22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1027, '2022-10-03 15:28:45', 'SALE/POS2022/10/1039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f11d13aed70e4ed1ac02fa72b05105f242d34efd921af987cba42ca4ea4f3379', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1028, '2022-10-03 15:31:12', 'SALE/POS2022/10/1040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ab5f44bb946de01f925ab43aa76349b060250460b1109ae5b12216b1dbe165c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1029, '2022-10-03 15:32:21', 'SALE/POS2022/10/1041', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '688366fed021e2c299956acce7dddf87a4052dff8735c0173324f21eabf9eb17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1030, '2022-10-03 15:34:49', 'SALE/POS2022/10/1042', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7c8e986d0a30826cd2607ee76547e5e3c22ebaffa728283aeeb1b0dcd1ac44e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1031, '2022-10-03 15:46:02', 'SALE/POS2022/10/1043', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55f1f6019fe7e69a1b7be4cd15239136a0c028a516ef8cea99346dfff03cac35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1032, '2022-10-03 15:56:23', 'SALE/POS2022/10/1044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32653461d1e9fd7bf1ec4caca53740906961448e26b77a858f30edda2620a4d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1033, '2022-10-03 16:02:42', 'SALE/POS2022/10/1045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cca59831b17cac4b3f618bfeffda983612900aa54626d05002c6ca929c954a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1034, '2022-10-03 16:05:01', 'SALE/POS2022/10/1046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4239940178afa8dd4f82441834dd3d3806ed53c45505c04830c3b3309d164b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1035, '2022-10-03 16:06:30', 'SALE/POS2022/10/1047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18114b7771ad770ab53512eec37f846086eda4d67731721fdfd9853cc2d18f52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1036, '2022-10-03 16:07:24', 'SALE/POS2022/10/1048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9211d488d1eddebd25861c33cf8d14a3488aeae16d4f9ee3e205b80ab601544e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1037, '2022-10-04 07:23:58', 'SALE/POS2022/10/1049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbfcb8f991dbe0eff6f61c73213b80639479734a018977cb895976a7fed5ee17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1038, '2022-10-04 07:37:47', 'SALE/POS2022/10/1050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf25a2e6fd9f5d04cdb8e3e4efb3cb6e7f120f72cd7d15f597b92532772069c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1039, '2022-10-04 08:26:42', 'SALE/POS2022/10/1051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '90.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f1e63237ffc8a50a453615c80a672d3bad86901b4117ec974b61dc75e3c798b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1040, '2022-10-04 08:43:47', 'SALE/POS2022/10/1052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c85e5a95c25b2a39c4361d1a68f8acf91501b124700378ad882075fc318da85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1041, '2022-10-04 08:44:48', 'SALE/POS2022/10/1053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9503de9b4c98d5ab6425eb89d63eca9da10db2c85f0639a6ef66e55ae3046fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1042, '2022-10-04 09:00:36', 'SALE/POS2022/10/1054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '157238e4b736d527ab952eb826f1538aebc3f0f4db88198aad183a1484752d12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1043, '2022-10-04 09:23:45', 'SALE/POS2022/10/1055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69e026c5898b74bd7d5097c0d8a3753c159d00fe0d66accec03bc4d6673dbce1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1044, '2022-10-04 09:28:50', 'SALE/POS2022/10/1056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '18.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '652d3d0913b9b97491ae16f7cb355dea27e5dc596778e7c2c262c2cb8d0e0ce3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1045, '2022-10-04 09:54:18', 'SALE/POS2022/10/1057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f925f5eea97aef268571268c5bf8a0c6a62461bd21a8a08653cf8375e68f5ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1046, '2022-10-04 10:33:33', 'SALE/POS2022/10/1058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee1f013288d710a965283360c28c3b2da28f8a84cf1f817318a54710945ff4c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1047, '2022-10-04 10:56:50', 'SALE/POS2022/10/1059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9981af3281c4d5b1124f35b1c2250c2c8263c2993c4fc608df1192563251e84c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1048, '2022-10-04 11:08:31', 'SALE/POS2022/10/1060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e229f08d3fa0aac19cbf6b66046e50ad7bea7bf107d43481d3b1d26af8f68134', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1049, '2022-10-04 11:20:10', 'SALE/POS2022/10/1061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a902352c6a8e62cf71e00a043202a41f735f2233b84a51dd00970f5932b628a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1050, '2022-10-04 11:32:51', 'SALE/POS2022/10/1062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '601dc7d54dc768ffccb5aef7b24645833a4650aa5680e5146f76df763ec3ced0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1051, '2022-10-04 12:02:02', 'SALE/POS2022/10/1063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf4b0acb88a88b51b8f44a01c84995c87b8f8e9c941eadf0bf6f43fcc8ff43ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1052, '2022-10-04 12:28:22', 'SALE/POS2022/10/1064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5db80a743465b174d9b2c5a88a8934e8b5462007fff74c9f6f5a5fa5b0db6dd2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1053, '2022-10-04 12:47:17', 'SALE/POS2022/10/1065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1916f42a5f734f86a6df4c255a8741be8c2201300f866d146dea9e83730c945', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1054, '2022-10-04 13:44:15', 'SALE/POS2022/10/1066', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24a5453fe08e706552c0c06d916cf076f8c4b223d391c476afc29002857ec10c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1055, '2022-10-04 13:56:09', 'SALE/POS2022/10/1067', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '014a3ea3c528c931606fec40e0012ef9b64408bab2c7d8b3e621606d07c56337', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1056, '2022-10-04 13:57:28', 'SALE/POS2022/10/1068', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3bb6ee14da42ab6fd8a38f56a24859e7030fe1ca25f28f32bef62d8d069e85e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1057, '2022-10-04 13:57:51', 'SALE/POS2022/10/1069', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2be18f66cd41bad2eb00cedfcd99a1d35e959f420e79faf38b6b61c24cedf32c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1058, '2022-10-04 14:16:57', 'SALE/POS2022/10/1070', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'deba632cc9efcb506a23946afefe0a7688d2278c168823afd8af9261ce089cb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1059, '2022-10-04 14:33:43', 'SALE/POS2022/10/1071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '370b3fe1763d0ab9eadb9aa808a6f8a5f7a0be338c179bec0251c83feb34f650', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1060, '2022-10-04 15:21:02', 'SALE/POS2022/10/1072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed0415619e01285318406f162585fbec4d9ad4854284f0ff59f3550db708a4a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1061, '2022-10-04 15:27:42', 'SALE/POS2022/10/1073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd896688d78066ea9f015a2715c6b15baef4226cdaef1089d9d16f5623c5099d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1062, '2022-10-04 15:36:45', 'SALE/POS2022/10/1074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab33ac9f2b3ea1269721190098b0cc7233f962a350d262bb91f8bb4b5af4e988', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1063, '2022-10-04 15:38:30', 'SALE/POS2022/10/1075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f45aa4eb68c0e7320b1a6430856aa3e357f6c6c8955389314a11827af3700937', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1064, '2022-10-04 15:54:21', 'SALE/POS2022/10/1076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e6e369dc79e9d436e9ae3fd27ef5007d7f529dc2a4bab7537125304592b53d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1065, '2022-10-04 16:08:20', 'SALE/POS2022/10/1077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '45.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fdb781baa138335c54e4e59090445b48cad15ed9345a14c923347096747edfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1066, '2022-10-05 08:01:22', 'SALE/POS2022/10/1078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '160.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '160.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfbeeb71846ccb8c55fb0d7b78a1dd7b4da58d7ee2b27720488d982d937f733e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1067, '2022-10-05 08:24:42', 'SALE/POS2022/10/1079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '161.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '161.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '161.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f43bcc5c403f40a3ca7548710ea29ecc4cbb91fd3273ec374d2734e76f49f1c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1068, '2022-10-05 09:04:24', 'SALE/POS2022/10/1080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed9f4631a51a3932c0cc2166b5986245f091b768a141bdedfc5d2e45e45cfac0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1069, '2022-10-05 09:12:37', 'SALE/POS2022/10/1081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3147a13428ef136e4e2452fdf227abfbfbcf8e5ca956e02287d6550da7c9471', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1070, '2022-10-05 09:56:50', 'SALE/POS2022/10/1082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd686b8a2db7d8b46ef82352214209c6545a9681ddeeafa86eb2bd781f6b78022', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1071, '2022-10-05 10:27:57', 'SALE/POS2022/10/1083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ccc8550197c4fab033f35897d02958eb9f649d38219ec9698a237122b249914', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1072, '2022-10-05 10:34:18', 'SALE/POS2022/10/1084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20e2b1b89f6bf874516bb129174553ca33e2fb94091bf8354f86207f2e801d71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1073, '2022-10-05 10:36:04', 'SALE/POS2022/10/1085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90ac6514cee801f70ee4cd0c887cc8dc33817e2f0d58ff29b7bb6122a1750dba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1074, '2022-10-05 10:57:10', 'SALE/POS2022/10/1086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a9f89ac70196630efd76d0d6fb9363ee132f87042138939fde8f3d4c5356c41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1075, '2022-10-05 11:36:39', 'SALE/POS2022/10/1087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a05248caa46d8dba0d53e0060414905a234d4210ec58ebe699d5ec5baa72c2e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1076, '2022-10-05 11:52:46', 'SALE/POS2022/10/1088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73cb270ec3dfac1c8db52b89ff7a8c6157a2b39ec81c766022fc1b1760872bf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1077, '2022-10-05 12:17:47', 'SALE/POS2022/10/1089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fc6715e14e51a5f6dca982487b685a4e04fbb91ce202bcc9d434b3ea32f32d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1078, '2022-10-05 12:18:30', 'SALE/POS2022/10/1090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a68d3d8948a808b0e5171c3329529c3ffc210cf79cfcc9aa6309f5809318191f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1079, '2022-10-05 12:44:59', 'SALE/POS2022/10/1091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a71686d8e8e7a418c65d0c6e11a5d964ec2dd9532048eac2afe8d812893a51b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1080, '2022-10-05 14:03:50', 'SALE/POS2022/10/1092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da67c46e772a0971d2f43107007c377f48d3361782a4555fd5104c4379a284e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1081, '2022-10-05 15:19:02', 'SALE/POS2022/10/1093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcb1f741df5bb3b9ae20d252fa719d82c3fdf0d74c57d0a1deadec6d644e3075', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1082, '2022-10-05 15:31:37', 'SALE/POS2022/10/1094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08dd7481d3391636978e00c487113c746b70237c45b707e0e38d23ccf500ccfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1083, '2022-10-05 16:22:29', 'SALE/POS2022/10/1095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e7b15b55aba25bc318191370cd2c118eeb8f3d25d74bef0f25de0e1eead109c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1084, '2022-10-05 16:23:33', 'SALE/POS2022/10/1096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53041717f18239f4da87c7cbab659fc69f1d3cf052d4d307fef3742d27f6d28c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1085, '2022-10-06 07:59:25', 'SALE/POS2022/10/1097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '119.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '119.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '119.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f646aa4d24dcccc39b5403fae68e89a8ca5e6b727f492404b918b46bdf2a32ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1086, '2022-10-06 08:20:24', 'SALE/POS2022/10/1098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '184.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '184.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '184.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1aa9ed3cebc9788bfdb52d422561dfff6849fde0b4a66df91569ce0eef1604b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1087, '2022-10-06 09:58:04', 'SALE/POS2022/10/1099', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1e445d57261c5d0e48a13c275e01e20746cd400d93fbe4d0c30c56f364fdf88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1088, '2022-10-06 10:15:30', 'SALE/POS2022/10/1100', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fee30e7c5e097845d8a061a653540684fa1160f9de3c674e0d444c4ff9dc886', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1089, '2022-10-06 10:43:55', 'SALE/POS2022/10/1101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bafa187fabc7412dbba2c502c9aa1d806249805a7c62cd80eb784d120e7c028', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1090, '2022-10-06 11:08:22', 'SALE/POS2022/10/1102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4dfe7ca48454975cd68106d2176a314e6821e1863a8a45171d8fbf119e50f9ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1091, '2022-10-06 11:14:26', 'SALE/POS2022/10/1103', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f39e2493c48845dd66be244455cba7c66a09c2bdfde7a95baac0b541dd8452c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1092, '2022-10-06 11:17:07', 'SALE/POS2022/10/1104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f87a525e3d4c3eb1f1eedd2462eacb4ba476d7f3bef2a48fbd2e8699d1e650ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1093, '2022-10-06 12:18:18', 'SALE/POS2022/10/1105', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0504bc3ff1243ca6579d668ea436bb137a4833883fcbd2e90aa6fe23129590e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1094, '2022-10-06 12:21:21', 'SALE/POS2022/10/1106', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6eff129d87af208b1fdc59bcd3339170cc09223cb86d2470ef322533ab09dcb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1095, '2022-10-06 12:29:57', 'SALE/POS2022/10/1107', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec8eb4781e49d7cac8b522507fc9dea32a9bb0a09bc30aaababd996c2e9c1c00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1096, '2022-10-06 12:42:46', 'SALE/POS2022/10/1108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41fff1f8db876b99516752b8866cb9b0338f19c5f1b02fde17b12c1770d5177d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1097, '2022-10-06 13:24:44', 'SALE/POS2022/10/1109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6779e7f87b9c7c4aad8c8e943e8860869ece2be58e6abd78bb1389f5c2334c8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1098, '2022-10-06 13:51:40', 'SALE/POS2022/10/1110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '069ef33c0096d103f1d0b246fe91186e2fd24f094a532f96773ea95241cc835e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1099, '2022-10-06 15:07:41', 'SALE/POS2022/10/1111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e720e22a366d5a47641b0619e243541a5fd725337358ab53edaa2dbec7f7055b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1100, '2022-10-06 15:52:04', 'SALE/POS2022/10/1112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6d64c2df865d0f4fc8448d6d0f8d3815ceab01a4316a0ab7957b838df5a83ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1101, '2022-10-06 15:55:49', 'SALE/POS2022/10/1113', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fd1de48ae96e946fa0d38dfac2778a1e293b7a290c750f9d34a295883ec356d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1102, '2022-10-06 16:07:24', 'SALE/POS2022/10/1114', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b94c2d2aadd6f4503901fccede250ffb6fa252484c54a903ec77eac45c24bc8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1103, '2022-10-07 07:24:17', 'SALE/POS2022/10/1115', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfbbd5035fd8df171b6a4c9796763d95b90aa7381601739cf9355911c6e871fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1104, '2022-10-07 07:46:15', 'SALE/POS2022/10/1116', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b3c553b16332fa02fc4f5d84493fb631e3175702a8e7ba50bad83793dd657d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1105, '2022-10-07 08:38:01', 'SALE/POS2022/10/1117', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28203beed7527e9639462ad7b70220d916b06a390374944386daa00ac7243111', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1106, '2022-10-07 08:39:21', 'SALE/POS2022/10/1118', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14db79aa0bc672ffe17a32df0030688f9853b71a6b4b39ad84de705ec06d370a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1107, '2022-10-07 08:41:43', 'SALE/POS2022/10/1119', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '317.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '317.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 33, 1, '317.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0fa40af2440bdaad6a429358c91f78bab4b83ca5745120f2761dc7d787a37c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1108, '2022-10-07 08:44:30', 'SALE/POS2022/10/1120', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '289.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '289.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '289.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95454f6150dffab8c89a2cab159f1329338e06fc925fb675271053eea420035e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1109, '2022-10-07 09:00:25', 'SALE/POS2022/10/1121', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7bd7f48c7c07c5ee7fcc20232fedea8de0da926616cedf459b315691542bbd00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1110, '2022-10-07 09:13:33', 'SALE/POS2022/10/1122', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '145.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '145.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '145.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f22a3e888d8968d4fda4e998d22e0327a64e4ae4176fa3b9e985a6b9daff18dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1111, '2022-10-07 09:15:15', 'SALE/POS2022/10/1123', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9392ba632f28499e59db10fd2c29153d2533813b622ddcb965d4af41a58e6873', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1112, '2022-10-07 10:34:28', 'SALE/POS2022/10/1124', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46d83264f635a0c6db78d6648c3c6dde704545c9dcd742e8faaf72f2f323e40a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1113, '2022-10-07 10:38:46', 'SALE/POS2022/10/1125', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '666924dc2b127f5342a1925b41cda3de6e63e1cb4c8dd25071e597bc0b84c2bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1114, '2022-10-07 11:04:38', 'SALE/POS2022/10/1126', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25134a79becc2f8d75cdf64695b3a6de87e65e2528b45bf5e19f79a151bc00a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1115, '2022-10-07 11:06:45', 'SALE/POS2022/10/1127', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9b9ee043bb4ab1b165a823ae586812034547e66418dc8558ad7554d4612dd57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1116, '2022-10-07 11:09:03', 'SALE/POS2022/10/1128', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '31.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cd940e77fe8372ac3ac761cd62fa0714a673d07577f5eec35413ff81f3b9026', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1117, '2022-10-07 12:09:43', 'SALE/POS2022/10/1129', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50a12dc46e44d2d083acc50f7e4fc61529fe384c9ffeb96ec2203cd61afcca5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1118, '2022-10-07 12:57:16', 'SALE/POS2022/10/1130', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f18f7053458a2fa05cf258df643974d3ba3522fb980ae88ff520f696e6d4e6b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1119, '2022-10-07 13:48:28', 'SALE/POS2022/10/1131', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9156f6d7041d5049af24a55ae461982f63de9124539261272b070810a9dd3f93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1120, '2022-10-07 13:49:46', 'SALE/POS2022/10/1132', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1548b45e75e4888a07e0b43e65e6182fa3fc132b381fceb3c06f6ced54ccace2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1121, '2022-10-07 13:51:58', 'SALE/POS2022/10/1133', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e0488f0bf87b233d471557bf9e9713f6da426f3280735cde620ac778accd7f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1122, '2022-10-07 14:13:17', 'SALE/POS2022/10/1134', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1eb10c9e4fa5a0c99df0bbad7dc983b167d9bc4527f3e2c9ac13eadde687b148', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1123, '2022-10-07 14:31:35', 'SALE/POS2022/10/1135', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edc0e7c38c466a2d0087f7706124245d26a86fde04b44d405856554291660143', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1124, '2022-10-07 14:46:54', 'SALE/POS2022/10/1136', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99fc52f0db9d2b817f1236702a24b2495eccc68bb996db1f444dd48bddb27ffb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1125, '2022-10-07 14:56:47', 'SALE/POS2022/10/1137', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02577858ab4f5c7b95b0681dcfb15324f447af73af0b1af1e8040a0c046a5c05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1126, '2022-10-07 15:39:14', 'SALE/POS2022/10/1138', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af46c0e0e1bb9892c2319ccde72a471b69b1ee1aae8430e6888b8f01a0b2081d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1127, '2022-10-07 15:48:11', 'SALE/POS2022/10/1139', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01047d23fc675be02f87e4c274137b2a1aefc05deaa7dfb32a1550fa544a90ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1128, '2022-10-07 15:58:08', 'SALE/POS2022/10/1140', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b63e393c9bba2bc35c732ff9d0668328f6aa2f3f8d7c89618ed57154a0cca90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1129, '2022-10-07 16:05:31', 'SALE/POS2022/10/1141', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b24fa077760563bdffe55d2196d7c4da8ba72a3028150bf109dade62ce715a01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1130, '2022-10-07 16:11:35', 'SALE/POS2022/10/1142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '598835644b4318244b0f0d13a4fbbf2c9a059146c4b72dc960a187b8a6ca9ece', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1131, '2022-10-07 16:51:44', 'SALE/POS2022/10/1143', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a00d3e5bc020c43f88018a3991aeef85728e927194a2220fefe5f1e53e14ffcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1132, '2022-10-07 16:52:20', 'SALE/POS2022/10/1144', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fb373e2f5a859b3837e9e9a3dbf593c778d079271c158187260c9b84cb0478b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1133, '2022-10-07 17:12:48', 'SALE/POS2022/10/1145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65832be12415f52847ecb1ec8084b58b8a0b5e6a13de5b97209ac2f9058e17b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1134, '2022-10-07 17:18:35', 'SALE/POS2022/10/1146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '715178cee23c52899566d41fed1e5664bde5db77eacca47b7848bf38225f0c05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1135, '2022-10-07 17:32:44', 'SALE/POS2022/10/1147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6657d2964a7d181b51e1a6f918b4a02d925db73854ea2acb8c5c126a4d18bb0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1136, '2022-10-07 17:46:04', 'SALE/POS2022/10/1148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba5b5d66fdd168ced651ecae12ea808a90a8b0cc398f56dcd9cd2d54ecff516e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1137, '2022-10-07 17:50:57', 'SALE/POS2022/10/1149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0151b91b98f060221ca858826c7265e2d24bd529904f13bfd35af31c14d128f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1138, '2022-10-07 19:00:34', 'SALE/POS2022/10/1150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3375c7498ab364c778a1526260d2d562551f24f360f509476a464d9df8faedf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1139, '2022-10-07 19:19:52', 'SALE/POS2022/10/1151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dec9ce7a032b17dade3b3d82d2e5bc9e0ac8b47ed3b366efe05d2b9bf81fdb0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1140, '2022-10-07 19:31:56', 'SALE/POS2022/10/1152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '537594e5e29beab3c6b15d179835cbae6e676c4d2979dc48afd1a8d2b602f2f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1141, '2022-10-07 19:55:20', 'SALE/POS2022/10/1153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0eae51d6e01939ed48a5f271be6471f65cfa4702c5e1fea3b5ac2b73a03d5e4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1142, '2022-10-07 19:56:12', 'SALE/POS2022/10/1154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e30323aa2cb025fe3cccd66a4cda8aead7dd25c1b0d882080b8b0aa47064577c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1143, '2022-10-08 06:27:24', 'SALE/POS2022/10/1155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f807a68257bf21c69c77a61125cf36c450f6145fb1ee3da058d5edc6bd0b551b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1144, '2022-10-08 07:11:46', 'SALE/POS2022/10/1156', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6839a967e9bf76addaa50d297df4805f00523c3613cfb978cb0e30a6a4b315e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1145, '2022-10-08 07:22:04', 'SALE/POS2022/10/1157', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13e53dd8c37dd9403482df81c93fb7d7d8fb38582440a0b129b039e58f56820f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1146, '2022-10-08 08:57:56', 'SALE/POS2022/10/1158', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d9a7ce81dbb36fa75f182e994a90a49cd98a92056662520287cc9c06f3f997d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1147, '2022-10-08 08:59:56', 'SALE/POS2022/10/1159', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '579d880a38a0a7d67c17915bd20974698f934fdfdb0b63ff2dff2d9aebc1579e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1148, '2022-10-08 09:05:35', 'SALE/POS2022/10/1160', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b457c51273e801233298dfac91877b96768b1a11b8c9bc1e4fdbc132d89ec5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1149, '2022-10-08 09:13:40', 'SALE/POS2022/10/1161', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5eb900a71557483f37fc76ba102528f96c3de1239858d40a1e9b60e49ac85289', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1150, '2022-10-08 09:47:45', 'SALE/POS2022/10/1162', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc3b14f4097d1e7caf970ac23a1342e58626bd550b66b320bb01e119b3987906', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1151, '2022-10-08 10:46:16', 'SALE/POS2022/10/1163', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60a7d415f778fe78af0922d51b46ae27fc4cf519f3e470701a436427a8ce1e79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1152, '2022-10-08 10:59:24', 'SALE/POS2022/10/1164', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc6abf3232eab7b7ffe8f7f9a834107cbe51950760339ce4f1addbdedc585cae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1153, '2022-10-08 11:17:52', 'SALE/POS2022/10/1165', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01ebb49e456b49711230e2155cd9fcb8e851c4208134fedc2c2d86b008245126', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1154, '2022-10-08 11:44:00', 'SALE/POS2022/10/1166', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0aca89b6351e437f21d00fc73807c40df908884c2548ece6df58370727b27c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1155, '2022-10-08 11:48:17', 'SALE/POS2022/10/1167', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ba1f5716a04814df358eb0b8977af2add96d05fa37291836cd1352dda794def', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1156, '2022-10-08 11:53:58', 'SALE/POS2022/10/1168', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0347086504d7b7abc7226da0ccd9786e0a2bc1b804ca4cf58a0b03bd171d88e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1157, '2022-10-08 11:56:19', 'SALE/POS2022/10/1169', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4ac3d829e5011172f891453350f741f200e761ea1f916ab8ec13f9c5f13cbf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1158, '2022-10-08 11:59:39', 'SALE/POS2022/10/1170', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca6f0247b9d322ab837d97f34a267d9a4ca333dcbd65a51b0d653fde08276ae7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1159, '2022-10-08 12:41:54', 'SALE/POS2022/10/1171', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f1a51ec4515461385810cf3a7a0a112761c9fba0baa0a46de6442759ed7686d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1160, '2022-10-08 12:54:27', 'SALE/POS2022/10/1172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c06fa1be34e8b207a66dea05dac09b286bdcf8c96a0a1a88adf7c46c1d6d1e9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1161, '2022-10-08 13:12:09', 'SALE/POS2022/10/1173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62e5750a1eead97d9f2d87ec479b129d3ec50aa1ab81b09fe42d5e0f6787d0a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1162, '2022-10-08 13:27:05', 'SALE/POS2022/10/1174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30fec2719a73ebacda11c8414b4ef67276817c03efbf772b8fb83aa71dd93c24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1163, '2022-10-08 13:34:12', 'SALE/POS2022/10/1175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97cf1111775b577d4ac8c0f068ed9c48b84ed2435990486cfc46df594d2e3a90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1164, '2022-10-08 15:38:30', 'SALE/POS2022/10/1176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c974c66561895c71ad5b33330359d343718ee15acfe83ba563787525fd1e552c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1165, '2022-10-08 16:04:41', 'SALE/POS2022/10/1177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6f408c4573f994e886fecd06b7e169f02163bd07815e6a816c699db48833a8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1166, '2022-10-08 16:23:11', 'SALE/POS2022/10/1178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '267d5574b79391fcdd93b939dcd1874151c5f74f0a85bd6a00a260bb3514c24d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1167, '2022-10-08 17:34:24', 'SALE/POS2022/10/1179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a8b3ccbc77ba36ce6c2d2088a04e3c89f1dc41a1f9c1ab93a784c1af989f083', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1168, '2022-10-08 17:57:19', 'SALE/POS2022/10/1180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '385b34ad0c99d0c71a7676845ea8c43d5ffa33d150c20bce78ad2b1fdabc2036', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1169, '2022-10-08 17:59:41', 'SALE/POS2022/10/1181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45067fb3b3e23a2bf905d4b4d888bb3b0407ba1ce74eaba385e53b5ec95aa4c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1170, '2022-10-08 18:18:17', 'SALE/POS2022/10/1182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6396e3f669b8976b2fd59399fab2588dd11b841a075b73dc9cdc884cde4ad9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1171, '2022-10-08 18:40:51', 'SALE/POS2022/10/1183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '745635e75d266777a8aded4d6c3cdfe57e38682b8ea41454ad05704d885520b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1172, '2022-10-08 18:45:01', 'SALE/POS2022/10/1184', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '729a1183e1f88f7697d11bf0b485883688316d40b9df47e0088b089e4738db69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1173, '2022-10-08 18:50:26', 'SALE/POS2022/10/1185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2a9584b60b34ce95ad5ff399c23493c7b2615cc86b89e91af3af55afa9bf969', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1174, '2022-10-08 19:13:51', 'SALE/POS2022/10/1186', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f167cf0e93362087abba2bbc021df9f9461b364e2e4d855b4d8124eec470268', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1175, '2022-10-08 19:28:51', 'SALE/POS2022/10/1187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45e0502dc706d3f7bb7c84fdfe36bd227d713fb72736122e9c524d57fb8f0523', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1176, '2022-10-08 19:32:09', 'SALE/POS2022/10/1188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30f0dc2945d18d6a6a5623ca589a136ac55a7e92a30a6cb380cbd302814aea95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1177, '2022-10-08 19:34:55', 'SALE/POS2022/10/1189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce842ba199588e6902ef08126b8f90762b0bb5bfcd98278499dfad780211dcfa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1178, '2022-10-08 19:39:35', 'SALE/POS2022/10/1190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '284231e825c2cb630e72a506125fa26afae93e60836a504ac3888d7c22bea169', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1179, '2022-10-08 19:52:11', 'SALE/POS2022/10/1191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f2493a6033aa12616720dc80349d4158ab261e07d1124103218f2472343ca0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1180, '2022-10-08 20:00:21', 'SALE/POS2022/10/1192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2333064ddfabe4306475d04e205c17698a0a8e65d9641d9661e1d397f1e7ca3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1181, '2022-10-08 20:01:51', 'SALE/POS2022/10/1193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9879b0d4617484c5cc018b8a649022c64ad23de716404ae9e8c488e93e6565d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1182, '2022-10-08 20:08:08', 'SALE/POS2022/10/1194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f94805130e9b7596ba884a45b20f7c8c5eee789f3573a986af2706f89fad0dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1183, '2022-10-09 05:35:43', 'SALE/POS2022/10/1195', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '10.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b15ad58d9edc76ed80fbb717837d8ccce45a5353ef3bda7625f873e2c4da5618', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1184, '2022-10-09 06:44:42', 'SALE/POS2022/10/1196', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f1163253ebe787828c2eb22d15e332650574c3723cda650cd8873bea0877856', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1185, '2022-10-09 06:58:39', 'SALE/POS2022/10/1197', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '120d553167e0bf1830768230ed0b9bb4393cc8e13608a59627347729d766ecd3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1186, '2022-10-09 07:07:45', 'SALE/POS2022/10/1198', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8162d3c8e5f7f5b2ab6359d6d2e193a0dc4ec0e1ea636850ac701210f50e71c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1187, '2022-10-09 07:23:53', 'SALE/POS2022/10/1199', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42da5cc4d32830d43fabf195d8ee80f984b022e2699e05bb502ddcdbb67b8a83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1188, '2022-10-09 08:24:10', 'SALE/POS2022/10/1200', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f033e05f68c8997230ee05e9fad79f93a087b69f5ff3e4336ff5630326e9aa7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1189, '2022-10-09 09:16:03', 'SALE/POS2022/10/1201', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3a8590d3750276b555245cf119772c381b794f042573ad5222a018f845a8e83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1190, '2022-10-09 09:34:14', 'SALE/POS2022/10/1202', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2408612a6311d81df6a9ba280b72638020eab7ddf3c09c1c1d5d45e605b0378c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1191, '2022-10-09 09:56:13', 'SALE/POS2022/10/1203', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e9d370d9b11d9baffe49fc4eea590c9e4a8c782feaf470e850ce5fe3c4119ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1192, '2022-10-09 10:47:11', 'SALE/POS2022/10/1204', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e26428589cd2d4151c5e4c77ebf2981705b64d95aaaa4a2246782bacd98b0fb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1193, '2022-10-09 10:53:12', 'SALE/POS2022/10/1205', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7fd153679d9ebeefb331511b6ef3a72b66f4350c1859dc876f751b84c707fc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1194, '2022-10-09 11:13:17', 'SALE/POS2022/10/1206', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92e2ac7e9b031192160958e50dc9bedb474e145d99a97f0679ae4078ab2b76f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1195, '2022-10-09 11:14:05', 'SALE/POS2022/10/1207', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67e312bc4ca036c65045850bfee22c5b4fe83edc18b6db54203f2b489a62349e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1196, '2022-10-09 12:11:39', 'SALE/POS2022/10/1208', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74b2fc875b87acaab7ad130294a8e4df26004af00166f1972ee8ab4ce3b3ae7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1197, '2022-10-09 14:14:26', 'SALE/POS2022/10/1209', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '208f711b810625200b568f3a680908d539bfbffa2b859b985f75a76d07a6065f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1198, '2022-10-09 14:19:24', 'SALE/POS2022/10/1210', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45083e18b6690cbf7ed5519a473ef8f4f16b36039009dedf1c3bcee8b3ed2600', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1199, '2022-10-09 14:56:48', 'SALE/POS2022/10/1211', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04f062140e90981cce571e5aee578410ad6badd20e6aa8441aa2877771051de5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1200, '2022-10-09 15:00:29', 'SALE/POS2022/10/1212', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67080f06006a0359ae71766605e49b7a3824ae52722275e8eb17b21a2a5e72a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1201, '2022-10-09 15:06:26', 'SALE/POS2022/10/1213', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ff2e54fa53bb9cb2481c7dbd240c8433bc0fbea8550834399a80b5ae0a2ce53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1202, '2022-10-09 15:10:46', 'SALE/POS2022/10/1214', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e438051d05a9e6570d91d0a382df6f4566d0307dddc258d4e4dba705933c082c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1203, '2022-10-09 16:33:23', 'SALE/POS2022/10/1215', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fcf9feca9e3f71552a87b738f6b5c7a0e53943f7adb7679db6eb57db47b8cb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1204, '2022-10-09 16:55:47', 'SALE/POS2022/10/1216', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c12c116d86628e91216066de54e85950475d405841feef0e257ea99fd5700ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1205, '2022-10-09 17:29:41', 'SALE/POS2022/10/1217', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac36a9b0138247bf073ebf7566c38f831b3c5f9065abf4b6249ca2b996a9ed7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1206, '2022-10-09 18:01:53', 'SALE/POS2022/10/1218', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa99eeec5cfd6eaeb0eabc249f01a7f166bd3625565eadbb5d8ae9a399fd797a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1207, '2022-10-09 18:06:17', 'SALE/POS2022/10/1219', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2c69292aef73ad1257df5d9150a754031e88fa6286d4535074065f6f0ca169f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1208, '2022-10-09 18:47:10', 'SALE/POS2022/10/1220', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85673e057a114c49c3d2473e4f480144adc4f869b3bafce8345bba6dd5d44f1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1209, '2022-10-09 19:01:15', 'SALE/POS2022/10/1221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd062b1cee292417a0826ca8bd3322de88e3df6bafc5a451199a57497a0a8fc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1210, '2022-10-09 19:30:04', 'SALE/POS2022/10/1222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a2a9f9f8ed89f4b7d1e7781bc5894cc59e0da11d8c9ad6c13937ff748a81f50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1211, '2022-10-09 20:00:08', 'SALE/POS2022/10/1223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7366c8f256712080ea7dd7317b9774b4b7119f72729acf9d9f80dd2e307609a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1212, '2022-10-10 06:25:23', 'SALE/POS2022/10/1224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99a9b5a44adac4b426b220e1102d5f0f6e8fe2e6c3bf273418a35f950fa87165', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1213, '2022-10-10 07:17:35', 'SALE/POS2022/10/1225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7fb4306efb42ff4584d63548d25dee8a4b10ac5b1a5e1afa8b8537c5545e1827', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1214, '2022-10-10 08:14:42', 'SALE/POS2022/10/1226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47a2850ff9ac1e285d45fb09231525a577e16a5805f894ce83ce1044d0352579', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1215, '2022-10-10 08:47:34', 'SALE/POS2022/10/1227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2a69016439e8389c1eff11b95bdbee4c538d3dbf0649643a53648792a821b79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1216, '2022-10-10 08:49:48', 'SALE/POS2022/10/1228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f88ca69c565b84e7005d4e7be5f5a720edc516f213ba2d3d43a5d3f73910b772', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1217, '2022-10-10 08:50:43', 'SALE/POS2022/10/1229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6dc169a5cc6f7ec64cb864cf7d0f398021550cdd27a4455922dce5f0fa1a7bb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1218, '2022-10-10 08:51:18', 'SALE/POS2022/10/1230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '229c250b679c4b23847616268254ce7796b07779a4f72ba39093866e69f78510', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1219, '2022-10-10 08:53:50', 'SALE/POS2022/10/1231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d0b0fec812b47923c12d0566e3e936e46fbb70bac134229689347268e972d65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1220, '2022-10-10 08:56:48', 'SALE/POS2022/10/1232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4acca9dc59f728453e1a86c840f531305435ea49f4ddf288cd6553c6e366b427', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1221, '2022-10-10 08:57:13', 'SALE/POS2022/10/1233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6316975913d1bdece5f4e8f04520a09925bb47d4472e44e82cf1c244e694729d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1222, '2022-10-10 09:02:38', 'SALE/POS2022/10/1234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '107.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '107.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '107.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1114809dbea999c2da72416b184825b9b62122bd130d9387fbce5d964d318663', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1223, '2022-10-10 09:04:49', 'SALE/POS2022/10/1235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55b40061d834c4f189ea64b1dc6d81ada437bb81d43c533581966c0a218d3c62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1224, '2022-10-10 09:07:55', 'SALE/POS2022/10/1236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c26b85e2144a0f5a19b8fca587a2728f34f93bc9a0f4da48c194b1643247337', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1225, '2022-10-10 09:09:54', 'SALE/POS2022/10/1237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8535848805228d8ffdc51f1624bfb2ec57a83a9086533db810ac9da185dab32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1226, '2022-10-10 09:11:31', 'SALE/POS2022/10/1238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '17.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9764dc837f771aa03b78e24f7eda631496c7dc51429dff65b23e361e9c2190b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1227, '2022-10-10 09:11:55', 'SALE/POS2022/10/1239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf4ded212e5108275a17d1a7b9df19d080d81559a02efb1e70af26e2a1169b79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1228, '2022-10-10 09:12:24', 'SALE/POS2022/10/1240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08428112c2a100e36de9ddcc1a67b19aa7ff0769b75433044bfd2b0c19b05fbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1229, '2022-10-10 09:14:55', 'SALE/POS2022/10/1241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '27.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '512cb9cfa1fc747b3c8d467b482163c9b44dc9997fabc7444786dde6414edd7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1230, '2022-10-10 09:16:27', 'SALE/POS2022/10/1242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49990479725745389c7b8f4fd75ca15e50f64062a106d0d4b90b88dbf2668e96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1231, '2022-10-10 09:17:36', 'SALE/POS2022/10/1243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfebf908ba680423722d06a9500955aa3eda04030d2d5900d60f57543b32a220', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1232, '2022-10-10 09:19:24', 'SALE/POS2022/10/1244', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab3a7cc169841b962f89e98912aa5783d04c4c10e0580b49d5d0b33885e909ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1233, '2022-10-10 09:21:26', 'SALE/POS2022/10/1245', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1a293555f1888da1ecb359339c0e4213a5a7441747b1335bd6de0380b4a7387', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1234, '2022-10-10 09:30:59', 'SALE/POS2022/10/1246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '493886aeb734a8060d035b81a242b6ac5fe984b10a8675e0a9fa8e79626087d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1235, '2022-10-10 09:36:28', 'SALE/POS2022/10/1247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9db5ea01b73c6f8cbbd4be259b995815fdf6255fff58a8a66e64838603495ce9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1236, '2022-10-10 10:51:16', 'SALE/POS2022/10/1248', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1036.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1036.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 45, 1, '1036.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '066bdd227ab60abfea91b39c77e3fa7233b00e9fc748bb72c13ebd15c3302d65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1237, '2022-10-10 11:11:26', 'SALE/POS2022/10/1249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd1de0139dee1828b3509c0e1889bbcf6ce0e98f824e77b15b93cad447b45d8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1238, '2022-10-10 12:29:24', 'SALE/POS2022/10/1250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73a41ac89dd202b566c0eef3743b6f25aba6082bb618c187916a57200984b972', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1239, '2022-10-10 12:38:51', 'SALE/POS2022/10/1251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ecf9965dd118a6721334801b9dec4198cc863f061cf156e01da672e7b332170', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1240, '2022-10-10 12:48:04', 'SALE/POS2022/10/1252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c40c9b6b407ee37a335b4b72a1994f4581e05dd1b122561bf2f5f3fd3b109746', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1241, '2022-10-10 13:27:07', 'SALE/POS2022/10/1253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95150bf402d528569f441a2f9a62a928f72061afe7a25134f5657433e8867a32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1242, '2022-10-10 16:24:39', 'SALE/POS2022/10/1254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2dbc9694d55166c3af385f2f2551158e027e4e3cb6a99d596c617b2e44bfa923', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1243, '2022-10-10 16:47:32', 'SALE/POS2022/10/1255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a9fdf9852cac11983c4040e3d771ae739a56b88b1473b310de4b3a77601110a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1244, '2022-10-10 17:42:07', 'SALE/POS2022/10/1256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eeaf9b2aa3424d51e3ec6130a2cf1bb023ff1e4cfad70cdae2aa746f2fcc5187', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1245, '2022-10-10 17:58:19', 'SALE/POS2022/10/1257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69833c0a6284c040c4c182bbbd62cb3f0b5178e55c358cc13e111d32dd67216b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1246, '2022-10-10 19:10:13', 'SALE/POS2022/10/1258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a378386f5a7cf63230ae5510be9cc2bd83a674f573d2d4694634fc6fafea1ed1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1247, '2022-10-10 19:13:22', 'SALE/POS2022/10/1259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b0ebca5c8477b832afa7a4598f6ad4ba313694f791e747fcd45598a4a29fdf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1248, '2022-10-10 19:46:26', 'SALE/POS2022/10/1260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '428e2f056e969b20415b2d60b75334574615181b4c6553a506f6f97efde5c1e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1249, '2022-10-10 20:10:52', 'SALE/POS2022/10/1261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a9152dd0d34fdfa4cb1bcc9c661dee3f9e3dc25b330fbc904b38aec8db81d51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1250, '2022-10-10 20:12:11', 'SALE/POS2022/10/1262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6582bccaa8f6a180d5a39dab605d8a1425600399e91a04694885e5ad5f60c68b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1251, '2022-10-11 06:37:14', 'SALE/POS2022/10/1263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '763a8638dd24d3c3fcdea577efd82e4523c79750bbb941bfa251d3f09c9b1988', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1252, '2022-10-11 06:58:31', 'SALE/POS2022/10/1264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24dd5a7c5c9a94d9fc13c6cc23b2967f9b47da1c4249e96a7f2853446f6ee870', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1253, '2022-10-11 06:59:40', 'SALE/POS2022/10/1265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '930daf0b3d6d270cb2e5203e4ee7b4ac506cdce854c2cf885ea07de5fadc3f6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1254, '2022-10-11 07:21:13', 'SALE/POS2022/10/1266', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '053aabc348b3ba7232ed5ead1ba3b8ac75d6f45f21aab63102643947bc17ae49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1255, '2022-10-11 07:22:52', 'SALE/POS2022/10/1267', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0096e09718cf5063ccfea7511cce5b8433cb62f42b95fc751a154b78b4f6cdfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1256, '2022-10-11 07:24:11', 'SALE/POS2022/10/1268', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6d79bb857b04360aa2cc666cdb7de17fc039e6e36b0f9f44b92d87e10775c5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1257, '2022-10-11 07:27:47', 'SALE/POS2022/10/1269', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d656150add220137a82485fbe5f3368f589fd4096b104f138ecdf6a22d67f6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1258, '2022-10-11 07:47:29', 'SALE/POS2022/10/1270', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '021c093c8fc542a85d4c9a69d576f4db71c86e68e2db8d26b4e911561e825176', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1259, '2022-10-11 07:51:49', 'SALE/POS2022/10/1271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bda4e43ab9fe282de525485b9dbf8a5f86df1e77887430d6a820ea58c51c5c9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1260, '2022-10-11 07:56:35', 'SALE/POS2022/10/1272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1e8e73d364c6cf6e6f86018a391be36f40e045c003840685b7c9ee49b1a695b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1261, '2022-10-11 08:18:17', 'SALE/POS2022/10/1273', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ca1b5fa2b215df5e790c617abe4a853105dfb7bd38dbbf8eff360df34e183f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1262, '2022-10-11 08:51:52', 'SALE/POS2022/10/1274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dc6a7bb426de1282c8e3509a136cc6413400571d96282bf77fb82092a6f6e3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1263, '2022-10-11 09:42:03', 'SALE/POS2022/10/1275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f9b30c914e6cfb7c85e23fcadb1fbd6d11927270e281c465e23026d761074be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1264, '2022-10-11 10:35:46', 'SALE/POS2022/10/1276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5131dc688ae93e70e5820cf5019f845f8791409658f5101aab9ae3da45c56c4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1265, '2022-10-11 10:37:37', 'SALE/POS2022/10/1277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd719e90753fab6b257f9d3e256523b126fc6489a7bd1cdf8ae87d9fedeae6635', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1266, '2022-10-11 11:30:37', 'SALE/POS2022/10/1278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f32fb85c0b83b7972987984de0758f2d3e824fb6b3f8e9686a4c88cc23acf496', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1267, '2022-10-11 11:37:54', 'SALE/POS2022/10/1279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74b8a83093758b8d805b13493d29868e61ee0e456e7947fb64dfa2460f9e1e3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1268, '2022-10-11 11:40:45', 'SALE/POS2022/10/1280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71135ebe567b44a2830ad4180ba2727faac94a478802e4b43c9ca21bb661aea6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1269, '2022-10-11 11:43:19', 'SALE/POS2022/10/1281', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a2efad6510cbf367a2440389543833d7efcd7365bcae2c92b577cad46742ed4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1270, '2022-10-11 11:52:25', 'SALE/POS2022/10/1282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '558f9a637eaad36f5b5987e50ef85379314bd07923edfb9c3612d80eaa72ccbf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1271, '2022-10-11 11:53:18', 'SALE/POS2022/10/1283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c15a43bb0931024cacae611c0f2e640732511827b1815e361c6ba2ec52f36be4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1272, '2022-10-11 12:19:10', 'SALE/POS2022/10/1284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8ae093bfa6638075147d8f5a69bfa2da611578d37ad152e3c21b3fabebc648a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1273, '2022-10-11 12:36:42', 'SALE/POS2022/10/1285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '138.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '138.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '138.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6044d18f6d53a92db1694cd39a3266ac4c18a853be7e2e3cc7b9bf37a3480031', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1274, '2022-10-11 12:51:34', 'SALE/POS2022/10/1286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0867e0ddf152a459a5cc9ba66f058afab287b452217b855024be50fab018abfe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1275, '2022-10-11 12:52:58', 'SALE/POS2022/10/1287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbab2b0c5f03734f9b7b81b5dcc435072466cafa0d2b1100ff0869b6fe4c94eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1276, '2022-10-11 14:28:24', 'SALE/POS2022/10/1288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff759f9eabd6e505d95eec63f4c2f2c22079f53dac4f903b7db6bc09b3f92c0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1277, '2022-10-11 15:04:54', 'SALE/POS2022/10/1289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50d0674120b21b3c48d6ba53c1cdb8a93caa9542a6dd0af9ce0bbfc868decad0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1278, '2022-10-11 15:58:32', 'SALE/POS2022/10/1290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '1.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87fd09ce8edaf825656a2b6378666fbc02a3b05c364e97b60547af05d2056996', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1279, '2022-10-11 16:16:23', 'SALE/POS2022/10/1291', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b02a79e3f4b63518b027db0d4011a6b0c4350426d392a0c7ad8d86d1adffc8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1280, '2022-10-11 16:21:19', 'SALE/POS2022/10/1292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3407c67333598320f3600e4296ba52f544fae687e7f42682136d45792f01a9ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1281, '2022-10-11 16:30:28', 'SALE/POS2022/10/1293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b38ae9f2333bb6b9beaae2133bb1d6f611fcba26ab0ca0d61bf98167bc5e82d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1282, '2022-10-11 17:14:51', 'SALE/POS2022/10/1294', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '229.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '229.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '229.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83115dc27f3cabe83fabfe252dabefefc828693a0afa99f1676c59664c251577', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1283, '2022-10-11 17:23:37', 'SALE/POS2022/10/1295', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8e2e3455fe15bcc47bce42abf576ad6c903cadbfb3d1621c6b845356ee7fd60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1284, '2022-10-11 18:27:50', 'SALE/POS2022/10/1296', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b06ea4685a5d58ceb0ed7c7f4aa6aa77ab2961f39fd838b84989ac5617db751', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1285, '2022-10-11 19:30:59', 'SALE/POS2022/10/1297', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cb834cb1d2aab89328783dc609f9bbeeda300785e93020ed5119e2f5eeced31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1286, '2022-10-12 06:46:13', 'SALE/POS2022/10/1298', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a44f7665cea7610ada90b569636abb3d47e593b9cafc894ca08a11121b6aa94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1287, '2022-10-12 06:47:58', 'SALE/POS2022/10/1299', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0872b6ac1147f2c1f39d7e004690336777351c7ab6a71320d2c1dbf5d77acf97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1288, '2022-10-12 06:49:49', 'SALE/POS2022/10/1300', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7618dc3a43b0e5aaa0ed4dbf99110fcf8ce1786255beff2b6a9eb51590d21700', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1289, '2022-10-12 06:52:00', 'SALE/POS2022/10/1301', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '279bd45b727762069d89d818c0f101269724d12541e7409b5972ee2cdf28113b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1290, '2022-10-12 06:53:06', 'SALE/POS2022/10/1302', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04b35e6d70384a5297be9db98d50fb83e712656a56dcd03a4d0f48d81f870834', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1291, '2022-10-12 06:54:18', 'SALE/POS2022/10/1303', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0383ad11597410317db7ff054bae7eee367f8a7e0c1b679b039c879fc2cc48e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1292, '2022-10-12 06:55:13', 'SALE/POS2022/10/1304', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '447e5c748ba1d7488181499951df79573948969771388c0788c530529def357e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1293, '2022-10-12 06:55:52', 'SALE/POS2022/10/1305', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '372b06a3bf9c094aa5f0996765c188ede2922634c3ec8e44f88e7e1fef2a2b5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1294, '2022-10-12 07:23:31', 'SALE/POS2022/10/1306', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ee0e0dbcbea8b23e91dacf162114d08f68e8a14dc4dda6f3790113fdf03a533', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1295, '2022-10-12 07:42:18', 'SALE/POS2022/10/1307', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7586edf6e5bc7d1ea787376caddbaa674f5096ac9d2ddbd04bbd8c9120117ffc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1296, '2022-10-12 07:46:05', 'SALE/POS2022/10/1308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74aa1daedac448acaa280fab7d66df2d2d5fd740d0ccbdb5338b6ddf706e46b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1297, '2022-10-12 10:57:53', 'SALE/POS2022/10/1309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e01a9ec6fa605152b0905976493a8cddfd2f7025b68581c10ec35e888ab635b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1298, '2022-10-12 11:15:57', 'SALE/POS2022/10/1310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dcc0f1f2fee6f77f10bb1234106192f758fb917bab76a3aba3db1c9563866f8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1299, '2022-10-12 11:49:50', 'SALE/POS2022/10/1311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d0292c095f05c65d51e78d9f473939d39ad7b9228deef877c7ad8dc96b1c7bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1300, '2022-10-12 12:12:47', 'SALE/POS2022/10/1312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2880c860b81ac552bcc9a6caabab726eca130c5a1570f2656cf6be49215c47c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1301, '2022-10-12 12:21:38', 'SALE/POS2022/10/1313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d17c1bd1e68685739061f798c13bda3766f5bcc5b156a16c1b0e23ca4f3e925', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1302, '2022-10-12 13:32:26', 'SALE/POS2022/10/1314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cc602a3ae4db65f45e5421916d759123b2d18c9c999ded5fb62f75577491ac0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1303, '2022-10-12 14:55:08', 'SALE/POS2022/10/1315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '76.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1409700ff34fb6f283e7be33435e20dd2cfd79419ab7faf008d5da894fdb76b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1304, '2022-10-12 15:58:01', 'SALE/POS2022/10/1316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f58d589cfbeb8cf70744b24d26fd626eda1e75ccbe2287a0ceea0d54377787d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1305, '2022-10-12 16:12:46', 'SALE/POS2022/10/1317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd416406139f3ee32dd56a0508184a1c87da9ac456d7135443d4b20560a2a515', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1306, '2022-10-12 16:42:20', 'SALE/POS2022/10/1318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '91.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '91.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '271d39515f04399855356238b6249c072388c1ec292497f6375efff269a4610c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1307, '2022-10-12 16:47:17', 'SALE/POS2022/10/1319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33a6f19639ba61df9d9c3880d5a290cac61cd1578f03831e23345d267480baaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1308, '2022-10-12 17:17:04', 'SALE/POS2022/10/1320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a33c2abc346edf0eac3821b11d92dac20f79dbe9fdcb1945b43c62ce8a38869', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1309, '2022-10-12 17:31:31', 'SALE/POS2022/10/1321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '699cf4744643c19590f1fc2b9248ad6bb243422c190392cb52df9f5ba9e1d2cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1310, '2022-10-12 17:51:10', 'SALE/POS2022/10/1322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd40ae588221a53ef00f359575eb986c2ce2340134c57b0b2969ad343886437f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1311, '2022-10-13 06:22:24', 'SALE/POS2022/10/1323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23c22012f796bcb22262a8b3b3171cd3690de0b7c9f1d30078a533903e17d2ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1312, '2022-10-13 06:24:11', 'SALE/POS2022/10/1324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c50e8828682cefd846b4e406e43e7480b08a4eb2ebcc8e5aa53a355f1784af3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1313, '2022-10-13 06:26:38', 'SALE/POS2022/10/1325', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '488bcd7c5f8f32bab3a61d08428a0db70372926b898347332c9440f8c4d1824c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1314, '2022-10-13 06:29:07', 'SALE/POS2022/10/1326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7e201943be34d8520a84826e77ef0a3480c5a7294fc2600c5644dc68cf94657', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1315, '2022-10-13 07:00:21', 'SALE/POS2022/10/1327', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f3297c189da9c96e9431ce08c7f0564c89d532c3648b8c64c3f0cb1c204baa6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1316, '2022-10-13 07:29:04', 'SALE/POS2022/10/1328', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06032781488fb4a001e70f6456a587ad0b1820a208b62d392707d0cbc7420be7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1317, '2022-10-13 07:32:18', 'SALE/POS2022/10/1329', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f77212db6c07142768d34b6b5d8ec1176c595bc29e84dd6eebb70da2f3a2e01e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1318, '2022-10-13 08:14:39', 'SALE/POS2022/10/1330', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28b8215fdbbc721d2ace184d87065d9c0d51babc1e69562b4bcee460a407d2e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1319, '2022-10-13 08:36:30', 'SALE/POS2022/10/1331', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd617f36ca6e2855bee202dd108edadb8127d04cd1c3b5b88b982b1765bd6c474', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1320, '2022-10-13 08:42:37', 'SALE/POS2022/10/1332', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f72e5e874a59b7cec6721686e4f4cfa4c631695ce995b9c3e2bfd30ce1d61c11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1321, '2022-10-13 09:11:54', 'SALE/POS2022/10/1333', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd80f088a50fabe6d8860388da11158b0bf727a1c4f5cb317b4c8e6828f3fbb72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1322, '2022-10-13 09:30:47', 'SALE/POS2022/10/1334', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fe6e02e136c0161cb52c246c0bdac33429eb958453fd44de042362a556a43f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1323, '2022-10-13 10:03:24', 'SALE/POS2022/10/1335', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c9c590a1dde574be12e9bb5d8976e7448343ff93ca7f417580a61a14d556690', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1324, '2022-10-13 10:55:55', 'SALE/POS2022/10/1336', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ca14ee720c677da1385328d5e9f00a9290fdc358d8c1cc8834157a3b9463f55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1325, '2022-10-13 11:06:35', 'SALE/POS2022/10/1337', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60ea43168388b39971bde64ccdbc4dc41da08750c61b8a8f2d86e2440bab7982', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1326, '2022-10-13 11:37:11', 'SALE/POS2022/10/1338', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de624c1585def95637dd537ec2e2e51f0e8caf16293deb30d35b4fccfceaddc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1327, '2022-10-13 11:53:40', 'SALE/POS2022/10/1339', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2dd81807f2fd96d40f586f09cb1dfb39b0733ff7873f0bc9966b786972a4bd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1328, '2022-10-13 12:11:52', 'SALE/POS2022/10/1340', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9287d8634937ba54d842104e40302c23d579dbe04e6fad9a1777f18a4db5725b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1329, '2022-10-13 12:32:24', 'SALE/POS2022/10/1341', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df1cb648ae7c488acbe9e29f28a285c45cdf3ed9c082afb729288f8329c20b95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1330, '2022-10-13 13:58:43', 'SALE/POS2022/10/1342', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b95b8036163a2f0a32ec832b333616420589d8167b43f7c0d56de28db9cb7cf7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1331, '2022-10-13 14:07:41', 'SALE/POS2022/10/1343', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '662233421ee25284e8aca04e8c08b24e1483ad9a3bb2ceb8941abfce616642c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1332, '2022-10-13 14:17:35', 'SALE/POS2022/10/1344', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ce406ee133ece744197aab622611c713450c1a16295268767bc7df0b922171d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1333, '2022-10-13 14:59:55', 'SALE/POS2022/10/1345', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '393.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '393.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '393.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70d81ac4c4dbe35658de3ac6897b3f2f63bb7b7a879ed39237f6a7e49f14a075', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1334, '2022-10-13 15:33:04', 'SALE/POS2022/10/1346', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '066f7a2a96308f54b65db967541296db54fb0b235d3166893ae731aee9a52e26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1335, '2022-10-13 16:10:14', 'SALE/POS2022/10/1347', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fd12d5a5a07d103121a47dae0093ec860e4dc8729d14349cf0525bb61ee8e5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1336, '2022-10-13 17:57:52', 'SALE/POS2022/10/1348', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f8eb4c24854d8c6ca87c240f9b7cc0a251a637738f1b2872545a63a6ecd8468', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1337, '2022-10-13 18:05:09', 'SALE/POS2022/10/1349', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78aca3aaa84db2fbb43c618a4a6ff89f6c79ed4050185fbfc7368644a0614c47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1338, '2022-10-13 18:24:35', 'SALE/POS2022/10/1350', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e68f086d7b7e75d5ebc4fb1660dc262011a84320e0e39b101f6d6fc76df2ea9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1339, '2022-10-13 18:56:56', 'SALE/POS2022/10/1351', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4c69bc23f867c859a510a21a2593822e532a53f33bbdf6f011700fd9470f94c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1340, '2022-10-13 19:22:33', 'SALE/POS2022/10/1352', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cdff822598d32748b9a344b8c16d9ef6eb1c80087768ce86167d7470777c062', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1341, '2022-10-13 19:34:44', 'SALE/POS2022/10/1353', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dcbac2c90af12aeb3d52f75101a1ebe78cdcaecfc7839e5090733c13f8ea7606', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1342, '2022-10-14 07:38:01', 'SALE/POS2022/10/1354', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb815a61f8cc323030ea68fd88ffc849609c83283b31afd499ca1d94a7415cf4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1343, '2022-10-14 08:25:38', 'SALE/POS2022/10/1355', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8818ba570b264413498430bfb74450c2e717dc64564f286b392858777f472b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1344, '2022-10-14 08:36:37', 'SALE/POS2022/10/1356', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab322ecdab440c84fc8d87669967f0596210fbbaa2b878d297b927175e8e799a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1345, '2022-10-14 09:47:42', 'SALE/POS2022/10/1357', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27de51ee5ab06b24bdedcc9318bd476fdfffca74768ab19e96183f4f98e2193d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1346, '2022-10-14 10:12:58', 'SALE/POS2022/10/1358', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69e304472081100ba7bf4192a6d7ed87ba036c260545a4463c273819d03cd2c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1347, '2022-10-14 10:55:51', 'SALE/POS2022/10/1359', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e713140dde5ec6e0d4849aefa905c45da45a5762156d0839c27d099d4fb74e31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1348, '2022-10-14 10:57:35', 'SALE/POS2022/10/1360', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a09e14b03ac0214827da606d2c80530ff829dc6107eaf5c09f29e8104d67aa9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1349, '2022-10-14 11:15:16', 'SALE/POS2022/10/1361', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5d2f8141ac6e013e64ef0dca1956205438f792ceb5192fa76045ab9e1c7d016', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1350, '2022-10-14 11:55:07', 'SALE/POS2022/10/1362', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6acc5380be9c5f5b73b204807e9b840b890f890f6b9a2bad2c9421ba81fc7207', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1351, '2022-10-14 12:05:08', 'SALE/POS2022/10/1363', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2462849e9f180838cbdf5b53b8294be8be3082846cd9ec5afdc56f96d41e94a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1352, '2022-10-14 12:07:38', 'SALE/POS2022/10/1364', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '040009a5b94cd78c5f3d982fb135a6b45eb29551f66a71f0263033e6b2420b47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1353, '2022-10-14 12:10:56', 'SALE/POS2022/10/1365', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61ccd1837e7510a30d1ef0ab622452ffcaea03b75ee05815260af66fa32fe0b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1354, '2022-10-14 12:16:25', 'SALE/POS2022/10/1366', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e26f03d896984bd6a89d49dc54121f722d2798dfd5f0c2b75a01a0acda665df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1355, '2022-10-14 12:18:59', 'SALE/POS2022/10/1367', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1995a9c271c40c1050f51e531c4afcd7fa61acefc7f5b4efc8f50bd9c7407b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1356, '2022-10-14 12:25:38', 'SALE/POS2022/10/1368', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '68.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '173170cdf13a9d2ff7fb5c2bb2ec6a5c5dbf47c022376c149de01c0c816c1368', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1357, '2022-10-14 12:48:19', 'SALE/POS2022/10/1369', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c764018479c072ea3903eed15c82f46282467781281ef08816cf94e49fac7b54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1358, '2022-10-14 12:49:58', 'SALE/POS2022/10/1370', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cee28fbd848302a91ea23c84d3b171ae501957a8f3a7cef7b28d92cfedbff9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1359, '2022-10-14 13:12:01', 'SALE/POS2022/10/1371', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '73.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe89185e5125e642c7ad70ac0f5c520df7699877947311a4f7a9fe5de80002b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1360, '2022-10-14 14:40:45', 'SALE/POS2022/10/1372', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c907e40f1ba2b77339e6ff2eeb7278bed779d8c40703b5f71adbc10c6bdd8f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1361, '2022-10-14 15:34:56', 'SALE/POS2022/10/1373', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '514.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '514.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '514.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c040249b7493ee29e44f2d1b65b003f75b19760d8a2c2f27e34e75c52ef907d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1362, '2022-10-14 16:21:30', 'SALE/POS2022/10/1374', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '26.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ede37559f76ca5efc303843601f339f2bb7b30276ab3be8b79fe8130576a360', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1363, '2022-10-14 16:22:42', 'SALE/POS2022/10/1375', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cebed6487a35eecd709435ba88634d96b6b2f2058fee530ad00dde796a6a6fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1364, '2022-10-14 16:46:16', 'SALE/POS2022/10/1376', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '327c50ff5a3d0a7881dbbd7aefd069ff7588d28bcc450acce9cd32c36d0838b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1365, '2022-10-14 16:54:24', 'SALE/POS2022/10/1377', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c303446b8bdefc196f93ce26040bcd41bf832c6d5a06141d3858e84877f31208', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1366, '2022-10-14 17:21:56', 'SALE/POS2022/10/1378', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ddbe8023a98b33352db8d15fe690cc4507b823124040be87f50406ddff58293', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1367, '2022-10-14 17:25:51', 'SALE/POS2022/10/1379', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5330ce72f88ebfc1baae8f7452a8576fc1979850b985f6e6c05dd916577bb344', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1368, '2022-10-14 17:32:25', 'SALE/POS2022/10/1380', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a551aff81f52774e3b47c83050bf1e63f877755e0c04016a0510749a8d109012', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1369, '2022-10-14 17:54:53', 'SALE/POS2022/10/1381', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65d2263b91b565922f7375cf3244cfe4c94f745d42e6cea45d142f1be4bef07e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1370, '2022-10-14 17:55:37', 'SALE/POS2022/10/1382', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5131852e9489ccdd5c291d8c05d1d93b22a0fa8c035fbf62a7d10378ceb6c116', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1371, '2022-10-14 17:55:59', 'SALE/POS2022/10/1383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44027147b8644c1f94fad2babe914a14072b4b084cc7ad1b62b2fea80407a5a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1372, '2022-10-14 17:59:54', 'SALE/POS2022/10/1384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0348cdacb177b865d80862822b4d6d45001d1eb48a3c8d21ba319263ed17acd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1373, '2022-10-14 18:11:49', 'SALE/POS2022/10/1385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34f12124fca4726775f6e2e3ce2b641c16d4cabd9fd19812a6bcb19218c92a63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1374, '2022-10-14 18:14:08', 'SALE/POS2022/10/1386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '091b7656819732aa8357c0ee22d2b1a3f17db441142ab7f6fc6c9877e57c3a78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1375, '2022-10-14 18:31:08', 'SALE/POS2022/10/1387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9f25ee8b9c44e0ef9ba616a9a97bd8814b23aaf780323dc43c4aa898e01a0a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1376, '2022-10-14 18:58:36', 'SALE/POS2022/10/1388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9745bea8d9d787ddb2f2d6ec23bc95ca53d1cec07c0350b2e3e4052d9e7ff411', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1377, '2022-10-14 19:06:48', 'SALE/POS2022/10/1389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a072f0771ff9d91886d1908c6de51fe8b9e5dde4d9f7467a8655a49d491558bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1378, '2022-10-14 19:17:10', 'SALE/POS2022/10/1390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc6a07816174316c73559821c042741b5479195ac8ec1c1cd816698488a93d62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1379, '2022-10-14 19:42:28', 'SALE/POS2022/10/1391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d944ef34f92e3f4b1db10f6a1a3f2e632e83a77c2d6bb9e4ec921df51422c0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1380, '2022-10-14 19:43:37', 'SALE/POS2022/10/1392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a983365a0f9477bb0d4e8028eb1a1d79424c0e6f6a39992bb8c4331a57ebe2f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1381, '2022-10-14 19:58:23', 'SALE/POS2022/10/1393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebb25227291438f6fc6f20b0612792a4cd6e8a5566bc253a9a9cd145c0aebd2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1382, '2022-10-15 05:59:50', 'SALE/POS2022/10/1394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64e76342c3ef4558850faa7b84d8ce21ca16b08da1df8bcac8785184aa29e03a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1383, '2022-10-15 07:39:26', 'SALE/POS2022/10/1395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '560f6c91ce2b1ffc526b1509dfdbf7508c700e5653733d3af28afef69a188e78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1384, '2022-10-15 08:03:42', 'SALE/POS2022/10/1396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e237de7e6bdcf37fd886ad114b7b49f345b3a26b4d213f581ee1827b5725046b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1385, '2022-10-15 08:05:43', 'SALE/POS2022/10/1397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b59b51503c2c271eb2ebc6fb350932f5785227f259f6465d99bbc08cb1e58db1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1386, '2022-10-15 08:34:36', 'SALE/POS2022/10/1398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '137c00a2a19024c27965fbda0875bca18bd229170c818df76c7c36fbcd3f64b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1387, '2022-10-15 08:47:29', 'SALE/POS2022/10/1399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6865f2c2cdac30fbfdb937768be330ab4b64ccd263f691cab88ed38e68028c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1388, '2022-10-15 09:50:13', 'SALE/POS2022/10/1400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5643aa1cf3bcd056a7b0909f6eed02a7bb07946485eea63d209b8eb627bb3d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1389, '2022-10-15 10:01:10', 'SALE/POS2022/10/1401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25d150c3f8a9e23a544550e72244f2c48fa12f7dea1bdb627eba09dec7841da9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1390, '2022-10-15 10:07:13', 'SALE/POS2022/10/1402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '168e024aa99fac58211a0ea049edb6e0a6b595947f8601ca6a7fe61e86b411cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1391, '2022-10-15 11:23:14', 'SALE/POS2022/10/1403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf01a0e2e1e127b7ad427afe13fc6af907227ea28c970e5a787fb4c10472a1f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1392, '2022-10-15 11:35:36', 'SALE/POS2022/10/1404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '74.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '74.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '74.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e200f1c9a647f9f2d17b96c81a14e96b6f826f12cd8213db4c7d3fba82bf7555', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1393, '2022-10-15 11:39:43', 'SALE/POS2022/10/1405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25683bb2ce00656effbf32f3958f21c6de55eb6b3fa815a2344f2e421d6b26f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1394, '2022-10-15 11:54:14', 'SALE/POS2022/10/1406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97cea7c611e829da638db73f156402daf830da6f1e4be4d50d19e79391f774d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1395, '2022-10-15 11:59:34', 'SALE/POS2022/10/1407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5d624259851e8b925405248038cf2748c5d10230fd1c3a2cc92b1994df79986', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1396, '2022-10-15 12:04:25', 'SALE/POS2022/10/1408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56e3d5fc1ac04ddb2966651106be17e8b82bd77fb87edb64359597f742aae57c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1397, '2022-10-15 13:17:24', 'SALE/POS2022/10/1409', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9436f67351f7a233389434ce1cc6bc0513aacba46bb5d6e70504a962f9cb868', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1398, '2022-10-15 13:59:24', 'SALE/POS2022/10/1410', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40eb8849e229acc78cd3a46c1d4a6feaef40053d95c435c7af80f6fa7b54597e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1399, '2022-10-15 14:37:54', 'SALE/POS2022/10/1411', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ea7bba5566dc4108735e46f1231843a6fce17193960cadfa21e4138256bd388', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1400, '2022-10-15 15:31:02', 'SALE/POS2022/10/1412', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f4064b6eafdbaeac35dfd917d65ca5b19caa0071ab9de1788eeede10e1ac096', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1401, '2022-10-15 15:35:15', 'SALE/POS2022/10/1413', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5169e66d50d8c1b2dd6ae446d25e3d95f925c6a5a36b8e51b35d3d7bcf0a149f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1402, '2022-10-15 15:41:44', 'SALE/POS2022/10/1414', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a05e7a9da8c6a5707718f5d37207fb1a747d4c5a0b74cbabf1d4a608c7b5a470', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1403, '2022-10-15 15:49:34', 'SALE/POS2022/10/1415', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34e606f1a6fa3a70b51bc42c278601d4908914fee8237a5047d3dd6fdf56f6a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1404, '2022-10-15 16:00:32', 'SALE/POS2022/10/1416', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3f6f96469333dc474e427fa6743b6be959ea839b32a9f6bb0ae2ac1eb872f6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1405, '2022-10-15 16:05:24', 'SALE/POS2022/10/1417', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7322873b4795793ac36f3de4e694b05395964b4ff26da8982c26debc8c650d95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1406, '2022-10-15 16:20:26', 'SALE/POS2022/10/1418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f02d2adae99ebf0180f87a1cecc64a4693029edce17fddc16b5e24fadb819e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1407, '2022-10-15 16:49:14', 'SALE/POS2022/10/1419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4b32aebf9436065ff695740f83bd79e7ca616f326efb9653b0a016a90f5252d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1408, '2022-10-15 17:13:50', 'SALE/POS2022/10/1420', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0050968fd15b52ddcfd5403c69d50e6d758adcbf1008d8402e31d38170923d0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1409, '2022-10-15 17:31:03', 'SALE/POS2022/10/1421', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27142e896b038033a7f761f2365268978bf7a39f0681ff5e9d12acc9a5152fb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1410, '2022-10-15 17:32:21', 'SALE/POS2022/10/1422', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e0ed20ed247f654163ce8797cf12f9f85ce44a91c6e5924ef7979aa919dc33a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1411, '2022-10-15 17:41:37', 'SALE/POS2022/10/1423', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31647fa6e0422f03faed377cec91d8da5c6161c030da1181a724fbd06703fd69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1412, '2022-10-15 17:48:42', 'SALE/POS2022/10/1424', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42203950ea82cf20a3d3a1a56ca196b3146a98d2c82a0f353b339792b64f3b2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1413, '2022-10-15 17:49:18', 'SALE/POS2022/10/1425', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2aad300a63f5da048359b881d4faf6994e382dae67e50534b9e3429ac728b8b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1414, '2022-10-15 18:00:50', 'SALE/POS2022/10/1426', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3dc04cfe44cc00300d89b915fb05032f6b9e654d638abb2b9cf56b3d857f0d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1415, '2022-10-15 18:15:56', 'SALE/POS2022/10/1427', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e4e69456f46458dc31f21afc0cf705a85b7a719be13a378d2989e331cecff04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1416, '2022-10-15 18:17:22', 'SALE/POS2022/10/1428', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '799432fabdcd9618992087f719772ac75bc42daa5745ab720aa9fd71fb811cae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1417, '2022-10-15 18:18:26', 'SALE/POS2022/10/1429', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42d6ad5b1e4c7ef57d01e50fc922c05a51792dc20f5429c5c752bde296264625', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1418, '2022-10-15 19:04:15', 'SALE/POS2022/10/1430', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2db083d25437e51b731aabd964e5f3e60532c131c39764e1b1d98cf5ba55263', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1419, '2022-10-15 19:07:01', 'SALE/POS2022/10/1431', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd2f7f667f5bb4a5f7ca8e80e2ea96c5782f5b1415c78d82cfb6e7ca394d0fe6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1420, '2022-10-15 19:22:14', 'SALE/POS2022/10/1432', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aff824284ed75a48df4ee14c05ee5a235448397f15831d53b20b04224ef49291', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1421, '2022-10-15 19:28:34', 'SALE/POS2022/10/1433', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b457d867a8cd92a065a3cb58364777f87e1a755aaaeaf63ecaba413268f1508c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1422, '2022-10-15 19:35:00', 'SALE/POS2022/10/1434', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '358d22d65dafbbfb230af9ebca850c4212d12daadb835502aaf90c6c2f94bc94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1423, '2022-10-15 19:45:32', 'SALE/POS2022/10/1435', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba479e344d2a42ffb1b5b3a9661986c8c8dfd84c55d3149f9d92fa739a113c8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1424, '2022-10-15 19:47:39', 'SALE/POS2022/10/1436', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '768002503d9fe8fb1a530bbfed0262ca9d0a5c38ab59cde559bd0baf6cb908db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1425, '2022-10-15 19:55:52', 'SALE/POS2022/10/1437', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '956cee26ea9d5fa6a7472caf29ac07062d2e4255aac6611c17254ab57d6bfaf7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1426, '2022-10-15 20:01:47', 'SALE/POS2022/10/1438', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38213e928e9d5184291b61db7df6f7e24a309b0dece4773af944dd15c1fb00d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1427, '2022-10-16 06:37:38', 'SALE/POS2022/10/1439', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86d088b8db6d312a9e8a2c310fdc3b0d61fd09f8d55c90beb9c7a50574f7cf56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1428, '2022-10-16 07:28:27', 'SALE/POS2022/10/1440', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '012afcd9763a2d1e8b265ded2d0366c6929b97dd2cdd24ce417191758cfbd45d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1429, '2022-10-16 08:03:25', 'SALE/POS2022/10/1441', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b59b76ff0f628e9171864b7348a5fff00c2b3209fd41e83f0904b07800b2e862', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1430, '2022-10-16 08:05:08', 'SALE/POS2022/10/1442', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b79c3186f5a2a2fa9e69805e3d075d58458995bd656bd4bd5dade0a89147f37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1431, '2022-10-16 08:06:23', 'SALE/POS2022/10/1443', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f08cca1181cace1bef4a3f01a7849388a050d2f95522bd483c1a1b354edcd7eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1432, '2022-10-16 09:05:25', 'SALE/POS2022/10/1444', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7473e8c4bdb7803f46ef6ce1c3337caf2c494ffe67638ccbac5094638b3b5d48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1433, '2022-10-16 09:13:02', 'SALE/POS2022/10/1445', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a527faf5ef444e445edc64b8afd48856af92a8aa3aff8cd40a19f4b89229594f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1434, '2022-10-16 09:20:39', 'SALE/POS2022/10/1446', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8728f97f2bff0c5d2803ac8ca5ec06aa5c19cdf11464722f914fb5ba71073928', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1435, '2022-10-16 09:25:03', 'SALE/POS2022/10/1447', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '579ea3ba1ebb3c51bb5aeb020c50e3a512fe30e538e836ea3321f670fa8f7c67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1436, '2022-10-16 09:36:53', 'SALE/POS2022/10/1448', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd62a130d2db439dd2ad0b208ba94be1d977467b33def4a6d726d0eca034e5cc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1437, '2022-10-16 09:45:43', 'SALE/POS2022/10/1449', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '63.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d4be5acf187d0d2d224df568827d5aa2760a044617c1fc9b281a154b64e5ba0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1438, '2022-10-16 09:53:01', 'SALE/POS2022/10/1450', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4225a7559b4dafb753f9b7bded393547b5696e9edb60efda576a67bad65fa9ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1439, '2022-10-16 10:18:15', 'SALE/POS2022/10/1451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '44.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efc7c2c38083d7468cdd5d05592f17457d775736383b262fb5b1121ad532780a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1440, '2022-10-16 10:21:01', 'SALE/POS2022/10/1452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bed28c00a04e88996c99ed702235674d0d729da3dc75e3a0f1c4350866f55bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1441, '2022-10-16 10:23:23', 'SALE/POS2022/10/1453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb34de2d885a2b355b40292b09094d7319ca885bfaca230e92e222b4e6301d49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1442, '2022-10-16 10:25:11', 'SALE/POS2022/10/1454', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e759ea124575fa46a122905b1f7cb9a34e00ad57f3bec486d8c57610a2cd96c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1443, '2022-10-16 10:29:17', 'SALE/POS2022/10/1455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d10344adc8a27c2d06131a5eb69c6ca269b14e7a804049d8e882a893beb876e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1444, '2022-10-16 10:35:41', 'SALE/POS2022/10/1456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '962bd559e505e4cb5fb2e33b64adbab747fb502e98e4a44a7d76a909091ca60e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1445, '2022-10-16 10:38:35', 'SALE/POS2022/10/1457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7543e779dd6afeaa2c24b5bc442e0ab22589608afabda3446e9831fcfe31d24e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1446, '2022-10-16 10:43:32', 'SALE/POS2022/10/1458', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2f68416a7fac17dfa3281b94662491215722279600c0433627faeb5f41d80c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1447, '2022-10-16 10:45:52', 'SALE/POS2022/10/1459', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '226f68ca38efa3da75c34187921d38404dc4ceabcaa926092f8d82c4e8e6d7e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1448, '2022-10-16 11:00:01', 'SALE/POS2022/10/1460', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87b172e30b497e416e676be083d082996b40acab62717de8db1a5030f4e22c22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1449, '2022-10-16 14:03:14', 'SALE/POS2022/10/1461', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ed2a4de0b7c61fce106ec34368f930450723503bc671d3b4e7b13f8645d527a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1450, '2022-10-16 14:06:48', 'SALE/POS2022/10/1462', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '825529db8fb5ac8570034a279b7e46edf8ae56963f392074c4b1888efe5a0ba7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1451, '2022-10-16 14:18:59', 'SALE/POS2022/10/1463', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '588046af40a0e7fb866011f6fadb4c749176152788db444418dda4e98dc21839', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1452, '2022-10-16 14:30:17', 'SALE/POS2022/10/1464', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ad6cd0318e25dfa8b79b124fd29cbc618b194c21178fd6f96affb2aa8500c8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1453, '2022-10-16 14:43:07', 'SALE/POS2022/10/1465', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edb74b86e507bb3a955090967894ecc236fae1f3baef156266379b1fef3e2d17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1454, '2022-10-16 15:55:28', 'SALE/POS2022/10/1466', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e75c5a160d2365b21bf77c1ec097b8304b6d360a4c2f1f10756ea53b3e0c7a3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1455, '2022-10-16 16:07:17', 'SALE/POS2022/10/1467', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f458daaa67e1162afab27895eca5030714cf9eabc3c838b146b87e40daec927e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1456, '2022-10-16 16:19:34', 'SALE/POS2022/10/1468', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd87df11f162c4ce8978136f9fda3d6df04d30f3cc26608c51f465cb588272129', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1457, '2022-10-16 16:39:43', 'SALE/POS2022/10/1469', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '909d58c585295fe629608af78d301e2f9519cae0631f26edc538927b414fb82a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1458, '2022-10-16 16:40:44', 'SALE/POS2022/10/1470', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14e07d48454716fea4cbe7b5a263a79dfd23aa0095c9f8428a03a097a1a5d7fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1459, '2022-10-16 16:43:01', 'SALE/POS2022/10/1471', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdd65b745c0fcde63bc120ff8e78240fad44343f90b4eb9ea53822b8ec75274c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1460, '2022-10-16 16:46:21', 'SALE/POS2022/10/1472', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2ae48962d56de89d09fb05f6d02cba806f3d36b68b898ae36c7493ea4d6fe7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1461, '2022-10-16 16:48:56', 'SALE/POS2022/10/1473', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99ff2f4dc9d7ab417295a015284e12bfb357e5724ebb6012d976dac5cdf21b60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1462, '2022-10-16 17:38:49', 'SALE/POS2022/10/1474', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd116344532c5e9b5e9b551927f2d29c71e8c5e1f5ec65882608e8f9a2c64f9b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1463, '2022-10-16 17:58:44', 'SALE/POS2022/10/1475', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe2c941f2fa1038bbe1ffcc7aa17fb5ef54e5cfe211df556a385d1e2ed0fb336', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1464, '2022-10-16 17:59:38', 'SALE/POS2022/10/1476', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e6cf137dce30fa06da350bc659a55d1595efcded643291e367796c7dc539da1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1465, '2022-10-16 18:39:18', 'SALE/POS2022/10/1477', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '83.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd77120a5bd7217718d23b42b79183fddb333b31bf7e7ad76c162d85f11e9b31c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1466, '2022-10-17 06:09:39', 'SALE/POS2022/10/1478', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0ea40ed52cf909747582e947fc0dec3ecbfb6ed421a46e080577b4bc280fdb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1467, '2022-10-17 06:50:17', 'SALE/POS2022/10/1479', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e159e21596645565d3155e9a0e6c53eb1c6dff6a5f1da4a6e4df1420a1b231e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1468, '2022-10-17 07:14:37', 'SALE/POS2022/10/1480', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '454.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '454.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '454.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee51ccc862e8320ee283c34f79f9438feb9df43deb174356340940196e189b2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1469, '2022-10-17 07:24:52', 'SALE/POS2022/10/1481', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '69.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '861d6c5f3cbf47f957185ed263cc6acf3cbf7be1c61072abf0fdf84da6ff1701', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1470, '2022-10-17 07:26:33', 'SALE/POS2022/10/1482', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49a14627a6f45077897242d122a61fcf79cd5fb709e2a915bc828265246bac7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1471, '2022-10-17 07:35:16', 'SALE/POS2022/10/1483', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aaae99f0fc8c66a8e081f4cd31d0a149c8d4719f4d4e77fb244da290944b83b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1472, '2022-10-17 07:52:59', 'SALE/POS2022/10/1484', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4140c230ee673b6f5180d3e6f7ea8fc7de371f1b2d4d094b1bae361e741d3e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1473, '2022-10-17 08:02:22', 'SALE/POS2022/10/1485', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b48240f306e9647b3f65081f4e45951eef0e6eae9650b01857d1cc15232e282e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1474, '2022-10-17 08:27:50', 'SALE/POS2022/10/1486', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e284a95664fa3648d4f8303ee22f4163dbbc9aeafb710fd25108ff43f88eb9e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1475, '2022-10-17 08:32:29', 'SALE/POS2022/10/1487', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cfafebe8645316334b738f57767630384996a2f55f0659bc0661e7fcd952a78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1476, '2022-10-17 08:44:16', 'SALE/POS2022/10/1488', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c7d687ca8640d0db21ce22b57562a4a8af4a8613ceb4967382ccf76c0134452', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1477, '2022-10-17 09:16:46', 'SALE/POS2022/10/1489', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c267f1f90f4a7aa80bd384bce6520db7c019c005f3b20896818628614c20193', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1478, '2022-10-17 09:21:59', 'SALE/POS2022/10/1490', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61acb19bb025cc65fb0c3142d62aa3bdb4178adb9300d2e8a78f0b55159ba0a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1479, '2022-10-17 09:47:08', 'SALE/POS2022/10/1491', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b34002a5f3f03d3c99c98e663be0faf847252bb3e5440590a4db22bbbb0ff7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1480, '2022-10-17 10:01:06', 'SALE/POS2022/10/1492', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '39.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd710de901b9a4f98a5625ddbe3a61c8d88cb6eec560e8b586c78fd5d9303acf1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1481, '2022-10-17 11:35:44', 'SALE/POS2022/10/1493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d3647cbee775fa1aa0934f9f0e080d7af8aa7a4aa3c8f8614ea76e1d1164b96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1482, '2022-10-17 12:03:47', 'SALE/POS2022/10/1494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16b93bcabb8938d6e0607b7a424e699b20f0505dba2a71859ec53723ba2959eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1483, '2022-10-17 12:06:41', 'SALE/POS2022/10/1495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0eadcbb363fc9fb4881d39f6245d382f57d1e0690b9228446ab5fdb3484af14a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1484, '2022-10-17 12:07:28', 'SALE/POS2022/10/1496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a4cd09d5c1304c77e1ff99146218829d441f8df7fd4e1cfe50a4f17f4d611f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1485, '2022-10-17 12:47:49', 'SALE/POS2022/10/1497', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ae0612784f2ecedc2c6987839bc181b5d4da2f8080e7e3586b139db5ce34604', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1486, '2022-10-17 12:55:12', 'SALE/POS2022/10/1498', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63dd2612dec5851323f162598f6389a90951ba74aeb7f7151218c97ac03da885', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1487, '2022-10-17 14:09:20', 'SALE/POS2022/10/1499', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14e22c3a0d90681691a5513313269c0ae62bd5781ee9f8c40e4786e3ac41cb32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1488, '2022-10-17 14:14:49', 'SALE/POS2022/10/1500', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f3c00748f217540fa9bfb79fbce6ef611c400d2af6fe8bfaeb30b3bf5876181', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1489, '2022-10-17 14:20:43', 'SALE/POS2022/10/1501', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '383199fc757e48b76e52c48b9a15f2be6a96e196bbad014233898d4b59d608db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1490, '2022-10-17 16:30:15', 'SALE/POS2022/10/1502', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24aafba7e6dee598f9d3720111fa9b838e1ef926d1300946cea9fa6dd033cb86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1491, '2022-10-17 16:48:02', 'SALE/POS2022/10/1503', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79fac2b494df4ece436cf98364e5f937840afb56a5d827fc382caf14eacf1ed0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1492, '2022-10-17 16:58:26', 'SALE/POS2022/10/1504', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89ed1c4abab3d345c270bc335991671b185c030483eedd8b413facce72062e38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1493, '2022-10-17 17:04:33', 'SALE/POS2022/10/1505', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b37f0ff144de2eb13e869ee5f3abcafcfcfc9a6dc59ba341ed8bbe56e68f0e83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1494, '2022-10-17 17:35:13', 'SALE/POS2022/10/1506', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54761e15afa8bf2df723a0ec2d0ebffc56231c6b0f2a8c8c1bb7d2a8edf12856', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1495, '2022-10-17 17:54:22', 'SALE/POS2022/10/1507', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '117.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '117.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 61, 1, '117.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3ffe6f721647ea55f89a353ef98299b0998e080be3f9067ad9f81714a4b1bf5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1496, '2022-10-17 18:13:53', 'SALE/POS2022/10/1508', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6dbaff30b86f26933867aab74ea2fe7b76dc05ae570aa2fb78cb9bb3d7ac823e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1497, '2022-10-17 18:17:02', 'SALE/POS2022/10/1509', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcc40a17b819a3194be2eecb1ab27c94248cb252efb07b2254e6107248cee18e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1498, '2022-10-18 06:44:59', 'SALE/POS2022/10/1510', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '434bdc7e958d0224f7874e159e71ab9f33afd6c261834e99c483a6f89a6e9f7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1499, '2022-10-18 07:22:06', 'SALE/POS2022/10/1511', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '069d1aa6216e231ba675eb9c3a71577c66a4cafb1b78831f82c7ee288e985de8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1500, '2022-10-18 08:27:51', 'SALE/POS2022/10/1512', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9bad815cfc7cc695a5808a231cccd10ee3b57f15b390f531160948d20d60e907', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1501, '2022-10-18 08:54:19', 'SALE/POS2022/10/1513', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c2b0485685260e279f422fbc1457fdfd5e4945e69d0b7097c5b609498631b69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1502, '2022-10-18 09:13:28', 'SALE/POS2022/10/1514', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcb0f554724fbc9044bd096ba88ab5222c1185163a11609b8cc63b8ed0163ff9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1503, '2022-10-18 09:34:06', 'SALE/POS2022/10/1515', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5ce943446a362f81c4db7032b696467bbe1052d50f3416c7e2fd8a17ce6057b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1504, '2022-10-18 09:35:12', 'SALE/POS2022/10/1516', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ecb1f581d3fff3caad04331a75a9a987a5a5360333df6e0df1b4c63abbb3ae7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1505, '2022-10-18 09:55:40', 'SALE/POS2022/10/1517', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7850cf73bfffb7f125cfa6556915c19e01dde49cd8b532eaafe004113c3dbb9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1506, '2022-10-18 10:53:00', 'SALE/POS2022/10/1518', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8411ababaaee62226bbc44c29c1d5b5a6b00a7957981d255c5a5c158e4ff97e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1507, '2022-10-18 11:16:43', 'SALE/POS2022/10/1519', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66bbf5a86c18aec22e3f15d1307fe8fa7c220f6a8b279ae0b91d21c27ced2933', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1508, '2022-10-18 11:35:35', 'SALE/POS2022/10/1520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48740480f035d9aad5206a29307e2572bbf61aaf6a7c4c815dfdb2c3a0220ca0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1509, '2022-10-18 12:39:32', 'SALE/POS2022/10/1521', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '506f0959d84f0f994df83c99c231899f480e73856fc92e924930a2620bc4765e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1510, '2022-10-18 12:42:33', 'SALE/POS2022/10/1522', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf1cedf927668cb944946aee48c510d8ae532a3ff214f483979e13e0331ff1a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1511, '2022-10-18 12:57:06', 'SALE/POS2022/10/1523', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e246a0f25d59979a810d970646eafc6b6ca0ef61fbc15978336d3fb891a35bf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1512, '2022-10-18 13:04:12', 'SALE/POS2022/10/1524', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '363f4dc9f33cd503060d54616ae6a74b8cd3bc403b0d3ed2ec1ea19acba6d198', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1513, '2022-10-18 13:14:21', 'SALE/POS2022/10/1525', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '95.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1a6b6983262477e1bbba376c3ea87b5c0008e582b8d3de2341a5797990c04ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1514, '2022-10-18 13:17:14', 'SALE/POS2022/10/1526', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28034d236386bd5589284e73ed106bd0e200bbfe34fb44ea0a88b8247fa3a331', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1515, '2022-10-18 14:07:28', 'SALE/POS2022/10/1527', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '295.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '295.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '295.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ab21337b234592b0119ce29a0d787f1b6bc7cc49abd9fe6b7e328e347c58647', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1516, '2022-10-18 14:14:08', 'SALE/POS2022/10/1528', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0b1ac218c6810c25144f2526c8e55ddded46593d2d523920f9f70dce8a7d358', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1517, '2022-10-18 14:55:00', 'SALE/POS2022/10/1529', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '115.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '115.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '115.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bf90cb67510a9c9f9d7005e615f750410a1a65e2206d82e4c674a0dbf03f3ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1518, '2022-10-18 15:02:47', 'SALE/POS2022/10/1530', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '69.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b518a212674acfafb7e21be7438e834b5518c9fc96bbf430505c9f5715b655a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1519, '2022-10-18 15:04:59', 'SALE/POS2022/10/1531', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cb0d3a4f1270963807a015e66f55f7ae0ee16501d7b2fe3117bbbee1ce6da56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1520, '2022-10-18 15:09:22', 'SALE/POS2022/10/1532', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69959adb0ffdcc73ea2ebd2713bcab204835cd09b60ef1970147b5ca4c188ea8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1521, '2022-10-18 15:46:39', 'SALE/POS2022/10/1533', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edb685a9b64f121e0cbe8436c829e035a011029993fb10f1d82805ee899acd6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1522, '2022-10-18 16:15:44', 'SALE/POS2022/10/1534', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e58e0e24fd2f438857a0912eb60f03ba2dcee01c7152d05c004273ec26ff599b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1523, '2022-10-18 16:33:57', 'SALE/POS2022/10/1535', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3817b63a0b2213f73fe5e2d3f8f804db8dc0dc99295719cc48b15c56eb308c7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1524, '2022-10-18 17:15:38', 'SALE/POS2022/10/1536', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab070ba092790b6467ad7ea1f960628cafd2f92dedc5019708ba5af5884ff323', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1525, '2022-10-18 17:17:01', 'SALE/POS2022/10/1537', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '310.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '310.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '310.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db8c4e65acdc8acf2c30439199ca14c75bca4cc8b2283e396886a7cd7731540e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1526, '2022-10-18 17:21:03', 'SALE/POS2022/10/1538', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db2e4d9e342c0dde2130f70756659e7a5d5d3949eeabb7a6f8065f73e16c9dbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1527, '2022-10-18 17:21:51', 'SALE/POS2022/10/1539', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49657fc8357cff72ccd380ea8b17034b9a44e77e58d7f4fbb0fd5c23085d501a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1528, '2022-10-18 17:33:13', 'SALE/POS2022/10/1540', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1eb12b79d09182734af279ba72080019ae3bbbdea23fb26c7ce58b0cf098cb61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1529, '2022-10-18 17:58:10', 'SALE/POS2022/10/1541', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba51454bddddfc082ada2dbf59ce9c5e630ea790750b65a3fdb1d0163e1ec4bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1530, '2022-10-18 17:59:28', 'SALE/POS2022/10/1542', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ea8e92817dd21fd52055cdd70e2592ec507c3a425dd861297311fc2445add54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1531, '2022-10-18 18:01:59', 'SALE/POS2022/10/1543', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee6adb62d22abd473ccd4c3cbe6ae9b4257cfa50ac0c86374d64e0c38c4f9cfe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1532, '2022-10-18 18:10:58', 'SALE/POS2022/10/1544', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2fa927a7fb68437126d9381d42e1aed424e22fcca059f82a8012094fb31be71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1533, '2022-10-19 06:55:20', 'SALE/POS2022/10/1545', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '61.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b69d5f93b5cc69a2def7f96ae01ee28002a0155d4f8ff323b3fc0a76f01aac7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1534, '2022-10-19 08:32:06', 'SALE/POS2022/10/1546', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d5bbd697cd7036199cef67203fde0ba1cf74d5d94ee9c7d7e986c83f5cb820f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1535, '2022-10-19 10:01:34', 'SALE/POS2022/10/1547', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f74b7c80f36b68a7651d69b598a7e3c51475870dd9657cc9de0baa6760a1a4a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1536, '2022-10-19 10:19:14', 'SALE/POS2022/10/1548', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1663ca58d070d8fb98f8e6127653dfa78aaf3c8a8451be6fadbc92272bc495f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1537, '2022-10-19 10:39:09', 'SALE/POS2022/10/1549', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af24c721707d6f5c5795f35ebf36329ce34b145e8d9d90e81a282865952a6852', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1538, '2022-10-19 11:30:52', 'SALE/POS2022/10/1550', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8401ea7b466cac2dbc6767e8c9a2072eb2f1f8e6673c5926d6d23920928ee7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1539, '2022-10-19 11:36:51', 'SALE/POS2022/10/1551', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efec4af7d26e26120f2e52ea35a7a11583a3a92483b3b11f71e347cc37c2d59d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1540, '2022-10-19 11:46:02', 'SALE/POS2022/10/1552', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f91539c88618530fe122a8ea9413b51d63ccfc0c33b4b70f4d6cc5aecbfba5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1541, '2022-10-19 12:12:24', 'SALE/POS2022/10/1553', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1a3ca94b8f5d095dcafa6b09aa44bc78819438468f775e41d5e9668a55e6e02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1542, '2022-10-19 12:18:49', 'SALE/POS2022/10/1554', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a55b79b04911158edcc2bf75b010c1965fcf7f0746adbba9db179e82e0131be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1543, '2022-10-19 12:30:52', 'SALE/POS2022/10/1555', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.3000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.3000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.3000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec3160ccf3a745b965921c27660a26e56fded06c7abdede0c6c593206a1d4b9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1544, '2022-10-19 14:02:32', 'SALE/POS2022/10/1556', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '188c6c1ed66dade4ac7d378b8394ed4616d38745f83f7f5e404be650a3a2130f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1545, '2022-10-19 14:06:28', 'SALE/POS2022/10/1557', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '927d6a1cdf2a0af4b4fd15777801463aad576132c2e602d6b40be868281ebf89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1546, '2022-10-19 14:58:05', 'SALE/POS2022/10/1558', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7dbfa07f53eefb2f517f67e610bd4d1764f8925da55c4a1b218926df05d68364', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1547, '2022-10-19 15:09:06', 'SALE/POS2022/10/1559', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10c590d42b9d9e1c95364a8cf57dff7697d7375785b1aefbc73fe02a09721c96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1548, '2022-10-19 15:16:41', 'SALE/POS2022/10/1560', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06fa994135695c19bc57838ac9603d5f592cae9d9ff0a8e473fb7554f238eb3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1549, '2022-10-19 15:22:36', 'SALE/POS2022/10/1561', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f29e86284fddb85f22b57bba2e6dd343cb8eb92c49d4bd349f700b1359ec21db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1550, '2022-10-19 15:50:33', 'SALE/POS2022/10/1562', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '539d532a4ddcece3ac0fe8c86a395e850ebaa281940c7a2d2c394c57711aeb0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1551, '2022-10-19 16:21:39', 'SALE/POS2022/10/1563', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3a10f51466db8a0efcfa4c0756cc3213c61e0af4a761aef1852b05b3e4c0e1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1552, '2022-10-19 16:39:51', 'SALE/POS2022/10/1564', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b05d98f673b0d02e3a79510e8d00d2e8ca618e725a5165da7d5777bf1a4d2571', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1553, '2022-10-19 16:47:44', 'SALE/POS2022/10/1565', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc0aa8422313edf9192f85b54f44df8340bc639b8f46004d88a474e0a92c8501', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1554, '2022-10-19 17:17:41', 'SALE/POS2022/10/1566', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '107cf49c256e8451515e769f1b8c6addab0fd7531dd44fb43df4b118a5b22a9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1555, '2022-10-19 17:52:08', 'SALE/POS2022/10/1567', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '592a764222cae4e44d904d04a9f911e6eeb1fc7a66af2fe1202850d29d36e13e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1556, '2022-10-19 18:18:49', 'SALE/POS2022/10/1568', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60101cc95bbd7cf342bc8f77553d5c10f5a0455f4f90818d264d39cbadb69ba1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1557, '2022-10-19 18:24:56', 'SALE/POS2022/10/1569', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f79e74adafbb0f63d61cdef238c5badfd96630b8f831d0b20b3883e3de8e7c4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1558, '2022-10-19 18:32:50', 'SALE/POS2022/10/1570', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '366ff809dc422ee9b60649e7c87d5a77bca47318ccaede19494320643389f704', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1559, '2022-10-19 18:37:56', 'SALE/POS2022/10/1571', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c964d15b2c2d0f57f3b0b7b2c66078ec2f320a856ebe172b33ab67cbe1f4aded', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1560, '2022-10-19 19:11:12', 'SALE/POS2022/10/1572', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0e933f0d45bd0aa00e54182906901aedf86d09f35a7bab98e73205461a6db2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1561, '2022-10-19 19:16:44', 'SALE/POS2022/10/1573', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cdb8c3884c21dddc24e97b936343cc987463e866c88e29fbc0a290b58c0045d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1562, '2022-10-20 06:01:05', 'SALE/POS2022/10/1574', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '689e29bc5ece2fdb3eafdef052fb0f164266626e34d02f499127876777200336', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1563, '2022-10-20 06:38:58', 'SALE/POS2022/10/1575', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5afa0e69c68b7b2b28fb731ba86c12fc8837a21074233abf5474bc8345d98a16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1564, '2022-10-20 07:27:12', 'SALE/POS2022/10/1576', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7056b996621b6e84ba4e86c32834d92185586c9c8f69285b1d124c283bd08653', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1565, '2022-10-20 08:45:40', 'SALE/POS2022/10/1577', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85d9327327dfe1f23161648c8cbd4313ae533f6cbc1d534df6c75e1eba3c8465', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1566, '2022-10-20 09:11:03', 'SALE/POS2022/10/1578', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93c858135ff1904f9438873e7b0c85ff9a52a6771a1f7bb352f96bc3372f7345', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1567, '2022-10-20 09:11:43', 'SALE/POS2022/10/1579', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6352c48ad5f0964807d700056806bdf6f241337a29e5d43835fd8982cef4a42c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1568, '2022-10-20 09:33:35', 'SALE/POS2022/10/1580', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f0e22d9d7e5f8d8e755d9fcfb6ad02857849d43b769c016f34b2d18c50a12b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1569, '2022-10-20 09:57:31', 'SALE/POS2022/10/1581', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'febb2c83c28fd6903558a3ad3847245def4f2a51561442cce7684ce62b2aaeb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1570, '2022-10-20 10:38:26', 'SALE/POS2022/10/1582', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd58143f810aa54673f4d434a2096d1e3e043e0d8917f5a2f09affcd6aac3d52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1571, '2022-10-20 10:47:46', 'SALE/POS2022/10/1583', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9250fc4ab5837a2b118b9fc1eff389d411450c752da4616ddbcaa06820c5bfb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1572, '2022-10-20 10:52:25', 'SALE/POS2022/10/1584', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8bceff5bb95e4c5ba31fa2819749231deeca6c13e96b25674533bd8e40f56dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1573, '2022-10-20 11:05:06', 'SALE/POS2022/10/1585', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '196.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '196.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 72, 1, '196.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '736a24c76f707b8ff299de7de3c1f0b6ce9cb766a072b20bf9007ccbe3b184f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1574, '2022-10-20 11:32:16', 'SALE/POS2022/10/1586', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec6699203287db0929f987c3fad0468e55e9645e737646e8b1e9da5e682bd15f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1575, '2022-10-20 11:36:56', 'SALE/POS2022/10/1587', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2182c0f8ae837323f929b0c37c73c6433a1b859b596a135bb4fa28dafd8241c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1576, '2022-10-20 11:38:30', 'SALE/POS2022/10/1588', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea8f0133350e12c8e5923c66ccc0a21d953a5029299518a14ab3c690a4c12717', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1577, '2022-10-20 12:14:06', 'SALE/POS2022/10/1589', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '785f6b03fb6f10748b62b7ec813a60653b284c94fe371af6ee5dd5142139513d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1578, '2022-10-20 12:59:11', 'SALE/POS2022/10/1590', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ab7c19d8439e7f0f8c614e98f236efc7a6162ec2199a0c86bfe0f65ccd2adb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1579, '2022-10-20 13:29:58', 'SALE/POS2022/10/1591', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44f7fb8a06cdcd0b2053febf4251a56011390d0f75b4afa429edb673ffed05da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1580, '2022-10-20 13:41:25', 'SALE/POS2022/10/1592', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0b4379b308030e5113ec592586b83b0e01943783b80db1d4a86d47b582809d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1581, '2022-10-20 13:59:41', 'SALE/POS2022/10/1593', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3b53ab787b2bdf0f6853d5d0af0fbbc29c0670f14c5d3bb3010550a518ed2d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1582, '2022-10-20 14:06:33', 'SALE/POS2022/10/1594', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0aefcd1e62b843bc255d6b6dd2b5b3d832c0ea4d89d741459558096ac0a78abb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1583, '2022-10-20 15:16:51', 'SALE/POS2022/10/1595', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da3c9c9828f8ecd9f2d96d39100d34250361754567b4983b46bcdd3b92dcdda4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1584, '2022-10-20 15:27:21', 'SALE/POS2022/10/1596', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4dfaa27014ce8ceb545cb3ee408eb2069057583c73d05a00480c73af303bd537', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1585, '2022-10-20 16:27:28', 'SALE/POS2022/10/1597', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43a76f0b23607156430a35062c20378a56cd599e6dd8caa0147decd0fb54f4df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1586, '2022-10-20 16:37:18', 'SALE/POS2022/10/1598', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc2577abcda5f895abfa89d51fc6767a0de9c56d4b6d29a8f5465aeea73a7761', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1587, '2022-10-20 17:03:55', 'SALE/POS2022/10/1599', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b8f31fa1ae7df0266a49535c59feec52aa99e537a40fbc59628b7019ac344d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1588, '2022-10-20 17:27:12', 'SALE/POS2022/10/1600', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee2e7bca8d3d675705e58638c8f83708d885ee268faa6e8c602ed32871f3cfa2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1589, '2022-10-20 17:41:02', 'SALE/POS2022/10/1601', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d6d36629aceb7b831ef9184c24371cf379cbdded2dab83b7736a38c93aac307', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1590, '2022-10-20 17:58:30', 'SALE/POS2022/10/1602', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '906d64de9df979c400a6566ff4953d49062e9f7c6dce23f2d8381eb3c6151dea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1591, '2022-10-20 18:15:54', 'SALE/POS2022/10/1603', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1df6afa2a14bc3665a3c71cdf2a46ca9969bc37de13515cd6046f2f8f92d437', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1592, '2022-10-20 18:44:42', 'SALE/POS2022/10/1604', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31eeda487785559461662feb24619f944259f249a191d858015527a8caf98fb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1593, '2022-10-20 18:47:40', 'SALE/POS2022/10/1605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba219c7206af8ecf40c218b1650cb032075e2df4e0eca04d6ef98ef092b28ab6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1594, '2022-10-20 19:57:10', 'SALE/POS2022/10/1606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2d4c6ea8a47acc322c62258a0c724be9415ca65de54829419c6d6a68aaf3d9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1595, '2022-10-21 06:22:51', 'SALE/POS2022/10/1607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '57.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af343360b9a9837a94d54b217e9849ac808c8e81b933e7e17ec2f6837e54b5ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1596, '2022-10-21 06:44:37', 'SALE/POS2022/10/1608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2664d05c5314b1b11a9c3c3fd01b84956c33fbe0b61548e328ae07d01e4029c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1597, '2022-10-21 06:58:54', 'SALE/POS2022/10/1609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcd85317361be6e706b32300f32d5b87a917b06ecb1c4e9a4101718367401722', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1598, '2022-10-21 07:21:02', 'SALE/POS2022/10/1610', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '185ea51a5185827a730ed0b0b9414aa12381272764ebb67a1352063915de845c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1599, '2022-10-21 07:23:06', 'SALE/POS2022/10/1611', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '66.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b46ebcf7fe2752c716a72d62c5e3cc83b011e499705ab6b89d244276109ff543', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1600, '2022-10-21 07:27:04', 'SALE/POS2022/10/1612', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e442b5652f1b9c134d0f10bb386e8b8090f851a2f64f8bbcef47c589d80ba05a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1601, '2022-10-21 07:28:33', 'SALE/POS2022/10/1613', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c46e2b6d5f7799a247e56957e8d94c97040fe71074c3de23c830b13b0602bef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1602, '2022-10-21 07:31:19', 'SALE/POS2022/10/1614', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5868ec7b11e9f771555a605acf4ef1be77cab7721435bcd9f9beb7193d6aa6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1603, '2022-10-21 07:32:09', 'SALE/POS2022/10/1615', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c51ce4a0cb6271c022193f1eaf3b8d9b35a2e7af161792359345055b1e9d82ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1604, '2022-10-21 07:32:42', 'SALE/POS2022/10/1616', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d42ec0416f5c18c801494e7d08e014a5003f5024e241193a559b9e1f0728775', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1605, '2022-10-21 07:33:21', 'SALE/POS2022/10/1617', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6af78bd60cc001232d59b3d22c133cb786abf6955bbc707cff6503d4d4da5c47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1606, '2022-10-21 07:38:43', 'SALE/POS2022/10/1618', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '757e83395bf9d1d986fdb0c44b355130420bef47738be1125b154a3c8deb01ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1607, '2022-10-21 07:45:28', 'SALE/POS2022/10/1619', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9a0c1396ee6c87aba77eaa73dbe02194506caa9ebfbaa9d6ac7a984b6d38cae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1608, '2022-10-21 07:46:05', 'SALE/POS2022/10/1620', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd2b6994637ef82de890504124adca930e60ec0e2a613a082a4b4ec874280ba1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1609, '2022-10-21 07:48:17', 'SALE/POS2022/10/1621', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02fd034e2c058db180afa27140767066b5c22521b8d4a457aa9aa68023306b38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1610, '2022-10-21 07:49:47', 'SALE/POS2022/10/1622', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '001f7ab6cdca9ab7b9b963db08a466c7b3034dfa64d174a829729881ca980ee0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1611, '2022-10-24 17:28:23', 'SALE/POS2022/10/1623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '139.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '139.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '139.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad8011de709a30ed7ecb17df044d360126e8bfb41615b58975d94e7c08e6bb7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1612, '2022-10-24 17:34:49', 'SALE/POS2022/10/1624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '152.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '152.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '152.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b197f568b179ffcf832a45a2f8a82adf708a218caf4de7d2c0e2272908613659', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1613, '2022-10-24 17:49:20', 'SALE/POS2022/10/1625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '256.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '256.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '256.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '444b431a513d8f74aab124fb110d80533d68fda01fb1d3396a5377fc62d75b49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1614, '2022-10-24 17:57:51', 'SALE/POS2022/10/1626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '158.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '158.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '158.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3493f580815b7ec03f54dde41fb50c714c3cdf0e10f7c1a23c03e5980f2c772d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1615, '2022-10-24 18:05:11', 'SALE/POS2022/10/1627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '430909530670cb729867f8e5cb58b939387b50a109c7863cfd794219ec2b33c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1616, '2022-10-24 18:15:21', 'SALE/POS2022/10/1628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '162.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '162.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '162.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97ea4bb75538dfa316d20e65142322563e21b8c446eeb9fac63366c72799b8cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1617, '2022-10-24 18:20:33', 'SALE/POS2022/10/1629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '90.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48e3be99d67ad1adc8de589910fb2bc1e181dcd7c03168cc9a81ce2f47776496', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1618, '2022-10-24 18:25:43', 'SALE/POS2022/10/1630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '112.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '112.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '112.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b996a8ec8d9cf3e4a8b5236a929e59786b39a09d8c8417eb973b15a1554c466', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1619, '2022-10-24 18:29:58', 'SALE/POS2022/10/1631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '169.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '169.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '169.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8af84c4347c6727fbe200589737177f7413e7c5f202ca540211a7fdc51e53ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1620, '2022-10-24 18:35:30', 'SALE/POS2022/10/1632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47b2e455b5a0463c1c64004840885caa6024bd74cd2e1d79c4bca469a07dc358', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1621, '2022-10-24 18:40:23', 'SALE/POS2022/10/1633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '146.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '146.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '146.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63651b4bf7593948e7ade35c3c9b8f4e0290879a6a264c4834b2a9cf00c8ff19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1622, '2022-10-24 18:49:13', 'SALE/POS2022/10/1634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '104.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2157f1856cba4f0fcfc51396b010c29dfc28097461118fe3309329c199827561', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1623, '2022-10-24 18:54:11', 'SALE/POS2022/10/1635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '127.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '127.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '127.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49fe56fa51084270c3f12a88b6c41fbc56edb1801f0157cd36a3f33da0998255', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1624, '2022-10-24 19:32:00', 'SALE/POS2022/10/1636', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57abf5719a1249174221508d7e62f0de0ffb19a4700c04d08c0fb2b6a02c43a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1625, '2022-10-24 19:39:39', 'SALE/POS2022/10/1637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '111.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '111.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '111.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17aead20bbcf366b06160d0ce874f01c9b81490328a39ae75938a6323edf7554', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1626, '2022-10-24 19:44:52', 'SALE/POS2022/10/1638', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '126.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '126.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '126.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b85b5e6cd6e1661d3caacfa337dcbbde14aa9fa7027b790a52f2769c0c707db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1627, '2022-10-24 20:06:24', 'SALE/POS2022/10/1639', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '219.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '219.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '219.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fc69ef6d884a3a038e8f2cfcde29c49f2c18ecf6a2dae209c58b3b5b0538457', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1628, '2022-10-24 20:11:05', 'SALE/POS2022/10/1640', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '120.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d9aa8392addf58c5bb8e14695d768e29d81cfbbd3e8eeb4287694774a2d5d75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1629, '2022-10-24 20:20:27', 'SALE/POS2022/10/1641', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '135.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '135.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '135.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '651244b119fdf14c9dd45bd1772e32c8670afdef5883c47456e7e34351d9bbde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1630, '2022-10-24 20:28:14', 'SALE/POS2022/10/1642', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '111.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '111.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '111.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '497f7d4cb26f7e4f14143a7c421ddc50d5959e012c194e8848a2c15a9eaff081', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1631, '2022-10-24 20:36:18', 'SALE/POS2022/10/1643', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '137.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '137.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a5daeecad9d706b423b5b3b7ec5f28ae74c0f6c85cca3c147ff63a757233fca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1632, '2022-10-24 20:45:17', 'SALE/POS2022/10/1644', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '28.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4841d6c8c85a7b45877b92e49c9fe92ab63a3f0a7e903cb7b5d67de791b13ba9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1633, '2022-10-25 06:07:57', 'SALE/POS2022/10/1645', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '69.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1438aeb5e3eb4f2dad6d5f1e2ad8262caa29ff6379fe99d34c2428e9dc997d35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1634, '2022-10-25 06:15:22', 'SALE/POS2022/10/1646', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86ad874ddc5181595635b2ea0dc1d9e2c562c58bfee7623ab147f040ba60c857', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1635, '2022-10-25 06:17:53', 'SALE/POS2022/10/1647', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17767e4584532e8b9fdf07536157e258dcbc392752333a9e00d26c5b50a4a60a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1636, '2022-10-25 06:19:25', 'SALE/POS2022/10/1648', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fd735a49e14a9eea8383b340eb99a5b3b740451ee0868dae8bb8a0949deda67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1637, '2022-10-25 06:21:46', 'SALE/POS2022/10/1649', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5978bbe3f8027c84e9040190f8868adfe392d2b26e2a4bbf511614ac4f44616e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1638, '2022-10-25 06:22:22', 'SALE/POS2022/10/1650', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7c6cf6698af50e56e4dcd60a2881cab653731e6c01d6fa1eacafd7f528e8281', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1639, '2022-10-25 06:24:04', 'SALE/POS2022/10/1651', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9aae0482b6b15f641aaee2377e308f9f63bd7fb37091e0fbd9547503b4c671c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1640, '2022-10-25 06:24:55', 'SALE/POS2022/10/1652', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33d36e0d8a65bb8152f9971f7cef80b9f873a423e1406cdd7644e37c579193ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1641, '2022-10-25 06:26:15', 'SALE/POS2022/10/1653', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c956acebac027783de7beb2b6100e5cd9c5173c650841a0c0ef1b60b3b64f4bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1642, '2022-10-25 06:28:01', 'SALE/POS2022/10/1654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '366309ce124ae41d21fb1cdffffd2e93771d677efe8ad6a912dea0e859ddf4a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1643, '2022-10-25 06:28:51', 'SALE/POS2022/10/1655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbcbb5785133d768f03550cc3a9d56698327c75acb97642a4d3878ea6f5e6d3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1644, '2022-10-25 06:30:01', 'SALE/POS2022/10/1656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7ab68d2091b18515b26c884c300ab8a9a1020618d9965c6bd02907970555aa0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1645, '2022-10-25 06:33:45', 'SALE/POS2022/10/1657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '23.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86004e81f9b051e0ffc70dc49725e619c06d6f962bad3897418db17ea8bc02e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1646, '2022-10-25 06:38:27', 'SALE/POS2022/10/1658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be06d75f537558f1f8c3030bd453d3f550db79fedd71510e49c9849eb98d6eb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1647, '2022-10-25 06:40:33', 'SALE/POS2022/10/1659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ef4e2438c20194c2289d5343f38b7bfc688995a4f872e6000bd5ecedcd5f9f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1648, '2022-10-25 06:44:25', 'SALE/POS2022/10/1660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d8b25e6229293ac78b8a079231e8c3e8f999224488e8ecb1c99cf399071687a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1649, '2022-10-25 06:45:51', 'SALE/POS2022/10/1661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df271e8034feed942a27208d670108ac1d6069ca143001917505708ed499cbba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1650, '2022-10-25 06:47:17', 'SALE/POS2022/10/1662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25464890ac908f43064be2b8e7ce41e2d849d8494d100159a79b78766388fa38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1651, '2022-10-25 06:49:07', 'SALE/POS2022/10/1663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37e876b4f9f0a0e260052749079674f985cafdafcfb17927124fab7a5af60928', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1652, '2022-10-25 06:55:19', 'SALE/POS2022/10/1664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '56.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a045f1cf56af95be3d56253919596ff4def991d2bc441b24870d6042215af807', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1653, '2022-10-25 07:00:14', 'SALE/POS2022/10/1665', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3ec84ca4e9c23e9d2e4aba4dc75f7785a9f74282617fd1cb9f8b47890f5fb0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1654, '2022-10-25 07:01:51', 'SALE/POS2022/10/1666', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e678dc7f9885bd4bc18b84e52460c0d727f92aafee47804797452b366bf7e2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1655, '2022-10-25 07:02:36', 'SALE/POS2022/10/1667', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45941a3390f46756cb6f81715656bb4808e1f8a7c85d715cbc16591f2324391f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1656, '2022-10-25 07:18:48', 'SALE/POS2022/10/1668', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '246.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '246.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '246.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc64080522d757a323016cfd1fec4af34fb54ec46590ea5de5a6598e8a27d659', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1657, '2022-10-25 07:22:41', 'SALE/POS2022/10/1669', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '456.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '456.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 59, 1, '456.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e893a69245f44dfc63b1e0a9a4a92c754b34a10598ef53020f534c0bd0bcef2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1658, '2022-10-25 07:24:22', 'SALE/POS2022/10/1670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3edf0da90878eb62dd22d2618f6443bc288f28409f26948298057d97f7e1a6c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1659, '2022-10-25 07:28:16', 'SALE/POS2022/10/1671', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.4000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '19.4000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5bc9f13594ea6ced855a071e5a67bfab947a04837679a4334be2ff8ddc479de2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1660, '2022-10-25 07:30:17', 'SALE/POS2022/10/1672', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f69b4f3147c0e90bcf73139c26baa43e3ec28dad2e1075ad7f33c9bc3bc75fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1661, '2022-10-25 07:30:55', 'SALE/POS2022/10/1673', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c60c2f8d30479f776d691766ae706e73211581b9dc532f85be9e3bac75176a41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1662, '2022-10-25 07:37:01', 'SALE/POS2022/10/1674', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c157eb96db33e9835f003a1c932cd1cafe5db179d4034936fb786e28a48510af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1663, '2022-10-25 07:44:16', 'SALE/POS2022/10/1675', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '295.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '295.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '295.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20677bee87a0d611744bf39e70cb91eba2d1114707d1020e3ebeb67c600b5652', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1664, '2022-10-25 07:52:56', 'SALE/POS2022/10/1676', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '414.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '414.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '414.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3535a47f155c58fcdfbc68e60fd15b1e794fadecfef0f8da5d973fade1a7c3a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1665, '2022-10-25 08:02:29', 'SALE/POS2022/10/1677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '5.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd54a969d8b1a488208d6d3541413b44b37d8f189f1a20daf8345c570bb54263a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1666, '2022-10-25 08:13:29', 'SALE/POS2022/10/1678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa887179f05031055bdcab407226efe0ef6b22ae5353c3648291450276c6a2b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1667, '2022-10-25 08:27:16', 'SALE/POS2022/10/1679', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05306059e973a8e3367d9eda5571efe17cf15bb6505e16889b38a26d4bb9f278', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1668, '2022-10-25 08:36:56', 'SALE/POS2022/10/1680', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e1cd9e456914f6dd9606f6c01b4c4139ad507424749d3c31c2299136ccfd342', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1669, '2022-10-25 08:38:21', 'SALE/POS2022/10/1681', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b05f530a51183c3650104996849be9fb126adf526115f10bd2d13bd69d912d71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1670, '2022-10-25 09:07:18', 'SALE/POS2022/10/1682', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '518.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '518.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 45, 1, '518.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4380bef3be82d7afa5d0ead55fae33b8069f33b9df6a2def28fdb32ec0421e11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1671, '2022-10-25 09:10:05', 'SALE/POS2022/10/1683', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '224f672a82f06da4d43d66baed2592ffc28c39de737ea6ee9c744363aff6b6c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1672, '2022-10-25 09:24:01', 'SALE/POS2022/10/1684', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '105.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '962d84ba4b422dcd2857a1fc7fde5b345f04fff331a195d052587575053c71e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1673, '2022-10-25 09:29:31', 'SALE/POS2022/10/1685', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '135.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '135.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '135.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1575e58dad97bef03b87d6e0075592fe821ec0eabc362d2a498e08efb2a66504', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1674, '2022-10-25 09:32:35', 'SALE/POS2022/10/1686', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '183.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '183.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '183.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afb6d1bcb270e1d1bf602150948cbc1dd9073c6466d961ed0fd348070c82357d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1675, '2022-10-25 10:47:45', 'SALE/POS2022/10/1687', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '146.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '146.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '146.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3dcb85f2748ba241a3a1ec53eb0f7abbaf949267efbe29a3c6bcf2cef0285de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1676, '2022-10-25 11:03:19', 'SALE/POS2022/10/1688', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '698ec37cbe4475882db13089124132153ecfc9ac531ba15f5d90dd6ca859880b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1677, '2022-10-25 11:31:50', 'SALE/POS2022/10/1689', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '109.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '109.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '109.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b016e92303be451f691a87280815c0a91a9e0fbfd9f419c7073487b40e4b0fa6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1678, '2022-10-25 11:45:24', 'SALE/POS2022/10/1690', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87fb2f43bf812ee5f40bd47cbecc353567d06a21765b5d3d2beb70a10e29f63d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1679, '2022-10-25 12:00:43', 'SALE/POS2022/10/1691', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23eb75ad2a673c674a9289bae2198d87c992182b273fdf4351b78b178b356795', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1680, '2022-10-25 12:09:22', 'SALE/POS2022/10/1692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0fb011d31243c58b3644494278e18887407d44db97881bbb2af0a37a827188f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1681, '2022-10-25 12:38:42', 'SALE/POS2022/10/1693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5c51b718dbb5f94a0205512445c92c8c3314a31d166f6e6c3d7749e6eacd192', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1682, '2022-10-25 13:01:46', 'SALE/POS2022/10/1694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '88.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '88.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '88.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a05faafc09d86f964c65c063eefdc333457a78cff06b55b2a3caa75571fffca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1683, '2022-10-25 13:46:25', 'SALE/POS2022/10/1695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9180c1c340dca965f818e9ff94d4d0d00dcc05b64ce72e19c037dd53f4d90c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1684, '2022-10-25 13:59:42', 'SALE/POS2022/10/1696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '893074bc862b78772070f794b57dcfd271d40be24a33a2ec2445158617ff12b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1685, '2022-10-25 14:31:13', 'SALE/POS2022/10/1697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8db3016af581b0af385e4b13553c2681e39db15c5fd618a16a5b035e5f673e37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1686, '2022-10-25 15:54:19', 'SALE/POS2022/10/1698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9314732b079ffd21226980cba0c7d7ea8c0b1aa3b7894027bc5144ad294f9ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1687, '2022-10-25 17:16:54', 'SALE/POS2022/10/1699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cb84a147a2096ad3b3c3d696e52259aced5379fda2631dc7fd39f3958baf816', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1688, '2022-10-25 17:23:43', 'SALE/POS2022/10/1700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2af5b5eeb3119f018d77b64cc7f57f30a75a88570f188cb7a9873c46092b4c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1689, '2022-10-25 17:27:04', 'SALE/POS2022/10/1701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b8a0d174088bc4ffa49a5f50ad6786a0cd2904af12c627708e2374d8ce79566', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1690, '2022-10-25 17:29:58', 'SALE/POS2022/10/1702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f29adbd6b37a7d3ca33272cd5c88428daf44818e1e0e208b485613bf4ecba4c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1691, '2022-10-25 17:30:31', 'SALE/POS2022/10/1703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fcb3dcd8fece6a11f38da810f3511b563641f1ede1284155beac5f58e23e7ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1692, '2022-10-25 17:40:40', 'SALE/POS2022/10/1704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea6b6f425baa1839dcffe54adc5d4fd19d8d2fb92865956175734cdd06a6ee82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1693, '2022-10-25 17:41:20', 'SALE/POS2022/10/1705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3753b16eada58262e55e8a2b3a32fef681a9e6c6f7e526f782ace46b22fe9c58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1694, '2022-10-25 17:42:46', 'SALE/POS2022/10/1706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b77d83c3bf242a4a065f4c92667012e75a32e8dea8ef9671f7cca4b4c52754d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1695, '2022-10-25 17:44:09', 'SALE/POS2022/10/1707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '270c9e38d004143881dbba8dff2a93bb9d50c9d3acb4f32fa1a0333c06c97260', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1696, '2022-10-25 17:45:23', 'SALE/POS2022/10/1708', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '429.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '429.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 53, 1, '429.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4c6e28c11f395ea956320c339538305286dd8a1c055de44d87cf192a356b23a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1697, '2022-10-25 18:56:00', 'SALE/POS2022/10/1709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '248170c3ed5969310552d11014297555103873712214e0b710f5ef75b6c6256a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1698, '2022-10-26 06:13:58', 'SALE/POS2022/10/1710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a77265c594b0f3d40ace964a88518262bab3adc0e0310a56a1a718b5b156ee7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1699, '2022-10-26 06:32:47', 'SALE/POS2022/10/1711', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '844aea56a2d52f6b5e1560f19e05ab0bb49c3a8fd25125dea40201a4877ca336', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1700, '2022-10-26 08:07:48', 'SALE/POS2022/10/1712', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '1.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb329f14181f4e1f64cf789e48265f7988cd83bdfb8d864e83d504f3b20c7142', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1701, '2022-10-26 08:13:16', 'SALE/POS2022/10/1713', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb54033b1fdf52356c81ec0ade5d1db59803f09d08e586f508f37deb34ec8228', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1702, '2022-10-26 08:14:21', 'SALE/POS2022/10/1714', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6f7f3b3018a5c67c0f73f8893ad6417ce18a8ba6d24d0795b3735bf1aea7b11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1703, '2022-10-26 08:32:06', 'SALE/POS2022/10/1715', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19d570b6aa16fb16ba1e85c123502ea2c72603b5e34ee2aed9a7a14fb87f28af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1704, '2022-10-26 08:40:19', 'SALE/POS2022/10/1716', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2fe4ad2cc76ffb36911e2b5c9d1454c6834f65a720f1079d86b2df59d928363', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1705, '2022-10-26 08:42:12', 'SALE/POS2022/10/1717', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13453b7d987d0d7329044a374cf4e7ca32b102b064ab560d0e47db515283ec81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1706, '2022-10-26 08:46:22', 'SALE/POS2022/10/1718', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fa84d9fe154d82059a0229adb86d6c2464a6904bbbffb69952df97600a2e15f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1707, '2022-10-26 09:08:22', 'SALE/POS2022/10/1719', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e454a7b4f9921159211587609060549dcf41a231546cb9aaabcf205420226ed3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1708, '2022-10-26 09:25:22', 'SALE/POS2022/10/1720', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f8595b8fc3320e3b2b08d51b2e8f3039313b2c3f78a7a1ef006627c2d4d0ad2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1709, '2022-10-26 10:12:41', 'SALE/POS2022/10/1721', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22bf747e45599e64ffac5c725179d821801ccdd1b3ba81f6cb9d24a91aeb5a95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1710, '2022-10-26 10:43:06', 'SALE/POS2022/10/1722', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ee89d3923c870a49d338714a798f1babde6f352f4e0e5b3dddb553dbd32540e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1711, '2022-10-26 11:02:04', 'SALE/POS2022/10/1723', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9812d184fdd7466f97f567c2b5f940bccf1ac763d5a0b4362555a45a6cb24ecd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1712, '2022-10-26 11:04:23', 'SALE/POS2022/10/1724', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e609a9753cefc4b24b5440970b77d6c230525e3212c7dd01ad4bb3284a1bc0ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1713, '2022-10-26 11:39:45', 'SALE/POS2022/10/1725', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '185e5793f8242554127a64126e330240193f53b963ba0a8d34e16f2c79b51556', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1714, '2022-10-26 12:21:53', 'SALE/POS2022/10/1726', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '380430aeffb5d89677b45d338c652ef31878ec9b26e2ad6b2ac66ef5ad9dbc36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1715, '2022-10-26 13:05:08', 'SALE/POS2022/10/1727', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fb48f29f7d32167946656e74d06ee28b311d779d19b921810f090b13b5db037', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1716, '2022-10-26 13:12:26', 'SALE/POS2022/10/1728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbcb9685eb6c230bc66351407ae101c444d2799dfab047f43f63a3f19758feaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1717, '2022-10-26 13:27:53', 'SALE/POS2022/10/1729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0221b707490ff0d3366cdfb7d05a7681c21ef357a1c61b554900a9b1dc0b97c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1718, '2022-10-26 13:34:33', 'SALE/POS2022/10/1730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0d594f81d9d32790998adb75fcb5e320c5449a8a0c574bab6faab34a1c72031', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1719, '2022-10-26 14:05:53', 'SALE/POS2022/10/1731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'adf94717380e6c7fc54c10a66ea05400dcd5233094f80cdf5949061f6aadbaa8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1720, '2022-10-26 14:18:40', 'SALE/POS2022/10/1732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf08e12ea12500f21cfe9e7b242d82397a96dcc455c3ba3e7cf12ec0be53e4da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1721, '2022-10-26 14:30:53', 'SALE/POS2022/10/1733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ae60d0a3c82ef8552591863e96d9c4b3cd5ad17a99e1afa3743314bfccaf9e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1722, '2022-10-26 14:34:41', 'SALE/POS2022/10/1734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e151143eb98c329fe7236585a7dce67eb64208fa26efb7e4153284ade0291011', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1723, '2022-10-26 14:40:11', 'SALE/POS2022/10/1735', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '867b9cedad5146bbaec6923f530660e001a5c212cb5be3dbd67f9f67b7bfd4cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1724, '2022-10-26 15:07:59', 'SALE/POS2022/10/1736', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '89.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5d085e36f419037382191e3022b291ede001efc491338dce421557fd4014dce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1725, '2022-10-26 15:28:32', 'SALE/POS2022/10/1737', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '124.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '124.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '124.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6c6957b156f21bba1ed445051d0e171d6ac8795f853879532b7741bab92f4c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1726, '2022-10-26 15:43:41', 'SALE/POS2022/10/1738', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9535eec0dbd946e5755a591b166937f5911c908946811b12f9b4b60f52bcc37c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1727, '2022-10-26 16:04:00', 'SALE/POS2022/10/1739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '512cd48ba54eaf92a3d61a52015868c674ebe961ed0e3225b8039dc0c736981e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1728, '2022-10-26 16:20:35', 'SALE/POS2022/10/1740', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa9ff1b9f184f1b5d8140061299b6c5e06e6cef03084c344d262e4b758cebf5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1729, '2022-10-26 16:26:19', 'SALE/POS2022/10/1741', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6579bfb4ff0e4c0c4a53e59a01e02d46918b7e818a171b8e80106a2306f8230e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1730, '2022-10-26 16:42:24', 'SALE/POS2022/10/1742', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3799ee130a8b64a3314f058a262d8f407cb0d034e23f8381bd23a8cec18815f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1731, '2022-10-26 16:48:34', 'SALE/POS2022/10/1743', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1f31b8f82c7456324e99175b6004aa011491cb8428e979af4eb318174f1f893', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1732, '2022-10-26 16:49:30', 'SALE/POS2022/10/1744', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55ef2eb2d83ece91ef4f2cc796f4ec1cc1e1745fb0ba37c1e341e1b3a2ab11a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1733, '2022-10-26 17:10:35', 'SALE/POS2022/10/1745', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8326d71a15eb38dcf4d4e1e79fa551884cfb9cef93cb43ba7fd7f68c1f4420ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1734, '2022-10-26 17:17:27', 'SALE/POS2022/10/1746', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25e4b0958830c1a7bc4b206c3d5c5d3cee2296326bda9e529ca9d06e18dee4f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1735, '2022-10-26 17:18:41', 'SALE/POS2022/10/1747', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'abb3497fb24f379d804fcb03a40b9a87055cdba0c6c32c1b61505eb0ef13fd03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1736, '2022-10-26 17:20:13', 'SALE/POS2022/10/1748', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7dcf7888ac3df44d318cdc9e373b8d6349209dee0fb66c6864ef3d628f167364', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1737, '2022-10-26 17:22:35', 'SALE/POS2022/10/1749', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44e55873aba53a8977706f19550991cfbf4a101a3a46f4bb3eb35c8f6fc0b240', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1738, '2022-10-26 17:23:53', 'SALE/POS2022/10/1750', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e09146ee9f58791cc168428ecd81916f78a225e8b54bb01b0b4337103601d307', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1739, '2022-10-26 17:26:11', 'SALE/POS2022/10/1751', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a66c5ee6e3db5d8447a8247fa6f9269c4fc8f8d794dacd10a8bb94f618d67189', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1740, '2022-10-26 17:26:50', 'SALE/POS2022/10/1752', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e9f49297aec045972f085c9b5c8c33c16648a386f01163d5a3e70f77cd0e5c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1741, '2022-10-26 17:30:03', 'SALE/POS2022/10/1753', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '478.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '478.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '478.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cb7e098198b7a1063fad012668d088ed164adfe14354cae9c84338bd4f9a86e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1742, '2022-10-26 17:34:55', 'SALE/POS2022/10/1754', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b782bcf7948fe34541d576278dccf8bf7a7a65a13e414978c6cf8db8ea1a9889', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1743, '2022-10-26 17:38:31', 'SALE/POS2022/10/1755', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77482f1c31c0613b313c0faa4ae4cb617c1d101afb46a4ee6272c1ed1c6d97ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1744, '2022-10-26 17:40:55', 'SALE/POS2022/10/1756', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ca2095d138fd2ec3cc7fa38d8b24cd422a74fad6de597882295df3111cae293', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1745, '2022-10-26 17:54:25', 'SALE/POS2022/10/1757', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c250af413e376ab808a6f9771003b01f1adf945957a91d2a281c4bf86ff63220', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1746, '2022-10-26 18:01:09', 'SALE/POS2022/10/1758', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea5a972e6ccb05ac2c5174309326b90ebb723c35a63942e6672d712f0506e200', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1747, '2022-10-26 18:14:05', 'SALE/POS2022/10/1759', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87a3fe4185a7db1b5df9ae89f92f0a4ca10374fef7ad228b20941315ea602e98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1748, '2022-10-26 18:15:46', 'SALE/POS2022/10/1760', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbebf2fe9ef0676fc99f390916998c648888494e9648d7dcd2f89aed71e1228e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1749, '2022-10-26 18:17:49', 'SALE/POS2022/10/1761', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65af4b922f1078e7030df6335ffc47010727249b6caadca0795be59360b13f3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1750, '2022-10-26 18:26:25', 'SALE/POS2022/10/1762', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '953eb346898805506c034529d5291413818e0204fcf119095571d2976af7c9ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1751, '2022-10-26 18:29:08', 'SALE/POS2022/10/1763', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d9d9bbb8809ca55bee67f434c13454894bd37b5a7d688448c6eecade21de94d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1752, '2022-10-26 18:44:54', 'SALE/POS2022/10/1764', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '944220584bf45f404bb942183583c1098d2ce43e93edc6529d519199e6e1ad05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1753, '2022-10-26 18:58:19', 'SALE/POS2022/10/1765', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff595ad99f5ee5eb0a0a02d364bcf140e03871bf587ecb986cc21987003dc4db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1754, '2022-10-26 19:25:57', 'SALE/POS2022/10/1766', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba991ed2ad00d75d1c4f80631ae5f3ee14d7b9f4b6b12a5162fd8b28790da7e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1755, '2022-10-26 19:27:32', 'SALE/POS2022/10/1767', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41e7d2729b62c6b3361dadb38b215085dbdd6bad519ea9279f540c7aeff7c497', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1756, '2022-10-26 19:48:27', 'SALE/POS2022/10/1768', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd775b260a336441ce06d7dd1a095bd4f116ac70d124471696e9d894651c3a9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1757, '2022-10-27 06:20:42', 'SALE/POS2022/10/1769', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db324eb7fab2e65208639bfff35b31fae57e94b4d93e7d3ab4215a0d45fdaf61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1758, '2022-10-27 06:27:33', 'SALE/POS2022/10/1770', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c85cd5e566f2b739e18931d7ce3cf3cb93a9b4cf1945d1e1b0185799d4df4690', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1759, '2022-10-27 06:34:56', 'SALE/POS2022/10/1771', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaffbf0b10b084b6179163891fb15a0fbb930d09ef1f33f4b3eb0ae5b649f9db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1760, '2022-10-27 07:40:08', 'SALE/POS2022/10/1772', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd385c2bb854cdb7af59a112e0b10df591d159a5bcee0898aa0b82f3b745552b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1761, '2022-10-27 07:56:33', 'SALE/POS2022/10/1773', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2dc9399a2669bbefafc9681651921604085595cd90664c1a847b074090054e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1762, '2022-10-27 08:29:17', 'SALE/POS2022/10/1774', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0964712e12aaf3e25c535e979e34454facc8b4ce4d2f39c2abc41d6a5144109c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1763, '2022-10-27 08:41:32', 'SALE/POS2022/10/1775', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fce67e9ed15c1faf5e05f62d735e80b17033f3546afcd8d4132fcb8f8657424a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1764, '2022-10-27 09:19:06', 'SALE/POS2022/10/1776', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d9761a356e60a573dfc91fdd7a46dea61864579935c33442e42905b9868a9cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1765, '2022-10-27 09:29:53', 'SALE/POS2022/10/1777', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f10125cde3d194ca584dbdb7786290022f351ede845047191adaf281d832734', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1766, '2022-10-27 09:34:44', 'SALE/POS2022/10/1778', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '1.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50620145723e0624fd88045865e9cbd2d2634ff8fa2d91837252b95a43ee6f49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1767, '2022-10-27 10:05:10', 'SALE/POS2022/10/1779', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '458fe984a1173b81f18709db27ade5b438cc62de7fbbd1986b2c41b69204218c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1768, '2022-10-27 10:19:46', 'SALE/POS2022/10/1780', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbdb2efba8a857512cfbcb9a6dcbafaeaa3a7dd466a95a90b0cf3c954369ac84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1769, '2022-10-27 10:36:44', 'SALE/POS2022/10/1781', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9713be52351339112d4fd34668bbaeaba3881538e46c20c668fcd5b94503fa1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1770, '2022-10-27 10:54:09', 'SALE/POS2022/10/1782', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '884586836f47b083845e88119c4261081abb84fbf2b32054805ce5989408785c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1771, '2022-10-27 11:26:10', 'SALE/POS2022/10/1783', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75ca8583ba3f025517464a098b44604ee70ee0a66ea42605dba1fe2cbd556ed8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1772, '2022-10-27 11:38:16', 'SALE/POS2022/10/1784', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f70b1575da0b66834da5990eef0e0096605ce8ad5dc06f956ce453fa7b69c4d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1773, '2022-10-27 12:28:55', 'SALE/POS2022/10/1785', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d316d0b0dd13c1e75792248cbdd499802019e5537fd1744cbd5b1b4bd48fd05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1774, '2022-10-27 12:55:56', 'SALE/POS2022/10/1786', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1c62190f8ecbdb5a15d16dacc3f9feff23c4b72320add3425adc9f0807d04c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1775, '2022-10-27 13:17:21', 'SALE/POS2022/10/1787', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4754e052641e220150808e7c0cfd530e92d7ca34f95540d682f5878f9aeb638', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1776, '2022-10-27 14:00:43', 'SALE/POS2022/10/1788', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '674e882542db7bbd7b4dd5352771a4b15dedd295c66b7f4ce6bfe93afb056ab3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1777, '2022-10-27 14:26:17', 'SALE/POS2022/10/1789', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea1fd0840c9f5d46742d1f843ae973b269afb0750041c9780a841c1d27390e77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1778, '2022-10-27 14:53:49', 'SALE/POS2022/10/1790', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c43d0a8074aec12c0a35f5ea70ba26f958ac5d3223505de304cb606bdda5695b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1779, '2022-10-27 14:57:01', 'SALE/POS2022/10/1791', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '903d09e1c233068a7a8b48b031770dd0e10c73ece058ca083a764853e5ae62cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1780, '2022-10-27 15:08:55', 'SALE/POS2022/10/1792', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2777b53400848fcb04980b9c90a7264fd29efd97a20d9149e5e1e4e914e72ff1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1781, '2022-10-27 15:30:34', 'SALE/POS2022/10/1793', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acf0082d4d09a7f0367e40c54e7528ad0b446525750d8cf77e52e9d3687cfb36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1782, '2022-10-27 16:45:32', 'SALE/POS2022/10/1794', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35894325d24a76146d40219201145e7e3c01ddd01e12ad9ceb21ff7dcff37ce9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1783, '2022-10-27 16:52:19', 'SALE/POS2022/10/1795', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ea01485f1f4a1533587461724483b9e0ec667a1ae4a21aa85716db736326d56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1784, '2022-10-27 17:01:56', 'SALE/POS2022/10/1796', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12ddf6b48f561d05cf65512ff341da78e84915032519778e57bd29fcf2c88c24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1785, '2022-10-27 17:02:58', 'SALE/POS2022/10/1797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75055883080862f4fab7de81ab6f0afaa772eaabf4b92f31851460344acb2169', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1786, '2022-10-27 17:04:58', 'SALE/POS2022/10/1798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cbc68c160544c7cf90726a05a2effb6c66f876e8be5f10bacbbc832f2bdb8a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1787, '2022-10-27 18:31:37', 'SALE/POS2022/10/1799', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8cad2b655b671eb57dd25ddcf6082b7412a19e94fc0bd53150eb4597ce0fcbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1788, '2022-10-27 18:32:53', 'SALE/POS2022/10/1800', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c7b3827c4f57408bf4ecfa99eb04c2f3b3d7b3dff61ef0e605eec4284845c92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1789, '2022-10-27 18:34:01', 'SALE/POS2022/10/1801', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08f0e57b84049b6c320897fe19d8f61e5f2bf7162d2daaa3d736bb5b50be32b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1790, '2022-10-27 18:38:52', 'SALE/POS2022/10/1802', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a63b358a839a711469902ff03addd4c9989e2f48587d10f4de984ea2de6dca43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1791, '2022-10-27 18:50:11', 'SALE/POS2022/10/1803', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '343.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '343.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '343.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fc042ba9a297de5f2e0c6826ca875741f66616b527ac8ec3703982d87b88d46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1792, '2022-10-27 18:56:30', 'SALE/POS2022/10/1804', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f477b493ee5e89134dc866b8ae2b5e603ee360c5a4de42afc8febd3a7cef3b9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1793, '2022-10-27 18:57:22', 'SALE/POS2022/10/1805', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38cacfbe3abb585d7a8af6a1dd0e252061304a878524988df965069b6910e74a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1794, '2022-10-27 18:59:14', 'SALE/POS2022/10/1806', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26924b41d835d9d7e225b1795d5aad6ac91864e94f0903581ea3cfffdd92ffac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1795, '2022-10-27 19:01:48', 'SALE/POS2022/10/1807', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd11d1e4b659ea7bb8278911d67b204155078e820d945cde28bcdabcd49842227', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1796, '2022-10-27 19:17:52', 'SALE/POS2022/10/1808', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60b49588c56ad721118fdb4255ef88da7e8274b63bdbe24addb4beb3d885003d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1797, '2022-10-27 19:45:00', 'SALE/POS2022/10/1809', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '689c2b459c1ffb1bbc30d0a3670eac6bad36e762e76bc085e2c70008e34ee81a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1798, '2022-10-27 20:06:40', 'SALE/POS2022/10/1810', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d6861d4872774ae8f3dc535d799edba4f6a59c42fbbd39af35f45d67c97c042', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1799, '2022-10-28 06:02:43', 'SALE/POS2022/10/1811', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27107912f489753a50c784238f9e513db042964b4c9f40f47e2ffd2187408233', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1800, '2022-10-28 06:04:12', 'SALE/POS2022/10/1812', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93e5e18a5827501bd694506f1515c392e47af9b7600728ede494bc4e3b945ba6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1801, '2022-10-28 07:01:16', 'SALE/POS2022/10/1813', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '310.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '310.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '310.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9861019291f395220e73416b11e16f7ac498f6d56f8f1857c8207e5a20f696a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1802, '2022-10-28 08:49:25', 'SALE/POS2022/10/1814', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42747f2f2ed52a51aa0b293e760cbc8396c86b15778b2beb70d0909818e9ff7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1803, '2022-10-28 08:52:24', 'SALE/POS2022/10/1815', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '155.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '155.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '155.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b5d9156438fe82e41b8da312564104d968a58d1419ca8ca1d95abfb799da441', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1804, '2022-10-28 09:43:39', 'SALE/POS2022/10/1816', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eccba53b986701f5245895bfb6727a15fe65b6d8805d8c987cdc7dc010c696d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1805, '2022-10-28 10:45:38', 'SALE/POS2022/10/1817', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '128.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '128.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa9913bbdded17cfa61ede7533da47e1eb7442f8f25340bc0d6913f4b9ce9149', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1806, '2022-10-28 10:47:00', 'SALE/POS2022/10/1818', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a18d521688726d2e2bc717d8826c3bb3788215e8e01e50ed9a9e6822eb72fbf5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1807, '2022-10-28 10:47:46', 'SALE/POS2022/10/1819', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86cf1a9dead547f4307aed65c756425ddd821972a951a0a33cfc4c18d02418f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1808, '2022-10-28 10:50:55', 'SALE/POS2022/10/1820', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a9ce77a64fce87106cf1746e1f6c06c42b78ebab914a513022937c04de734f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1809, '2022-10-28 11:02:07', 'SALE/POS2022/10/1821', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '661360d2348807acd2bcd4350f3cbd36ff9dfce535cdc039f6f7576452051fbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1810, '2022-10-28 11:20:43', 'SALE/POS2022/10/1822', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f4d48da2ae5f7c0cb690c0c05e96e98ab6e83825b92165550063b7a4602ca5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1811, '2022-10-28 11:40:06', 'SALE/POS2022/10/1823', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6f73da1dfe881b884e5c54b50d17353c69a3daee194e6ba83a4131a1a01aca3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1812, '2022-10-28 12:26:51', 'SALE/POS2022/10/1824', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee6c0f665d28346512a085440d88cc7ef7ff6f6e65d3f5170289a1a845a2db39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1813, '2022-10-28 12:43:23', 'SALE/POS2022/10/1825', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94bf41fbc6b7ead7cc9793bb052e0764ea2609292b746d78dfe8a4ea6b3aa12c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1814, '2022-10-28 12:44:36', 'SALE/POS2022/10/1826', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f3e79d4ff8271062ea6c9c2acedeffdd00b77d710e928f8dbb16bba973566db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1815, '2022-10-28 12:53:05', 'SALE/POS2022/10/1827', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa807882df36857943aeaadd7891fce62064cc9f37141276d51e720a9f335882', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1816, '2022-10-28 12:57:42', 'SALE/POS2022/10/1828', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b01786c827680e4d98e75cb649a48524e33101150ec5baa3812c48cf1a9c313', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1817, '2022-10-28 13:43:40', 'SALE/POS2022/10/1829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4db75e90c8834a30415399a6800e580cd7365502bb86382c799d318f702803a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1818, '2022-10-28 14:00:22', 'SALE/POS2022/10/1830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '632a61145dc652889ff944005a023651a3c3f9bcef879aea0c75d4f4bb9e5653', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1819, '2022-10-28 14:02:27', 'SALE/POS2022/10/1831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fce2d75f078e68e9a2ca7a1310682d738ac6de1912d89c75b1180a96c0da328', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1820, '2022-10-28 14:25:09', 'SALE/POS2022/10/1832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bea74e8f4b0534bf32079f810a3db6d91e6cced7bee6e7c652ebea133f56ecd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1821, '2022-10-28 14:34:02', 'SALE/POS2022/10/1833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2280a28da840d95c8985bf092e526392fec64a5b41acfdc7d8a0ba7bb6fe4fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1822, '2022-10-28 15:00:05', 'SALE/POS2022/10/1834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9602956b83e831c0ec33b87931324de42a2c5e264415e63d4cadd4b8b08f45f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1823, '2022-10-28 15:18:39', 'SALE/POS2022/10/1835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aec8a7755a216bd636dec43f554f5cb321f8c44a4fbbe1769f37f652a8d025fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1824, '2022-10-28 15:20:11', 'SALE/POS2022/10/1836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8c7b17095c201b7b75677277eb83c87e1459b1fd25ce713ab0f0cfd9e93106c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1825, '2022-10-28 15:21:05', 'SALE/POS2022/10/1837', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22cba90a672585f819d5439d9b33b3bc78ebfa0dcd1093524be6a2f7dfc36021', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1826, '2022-10-28 15:40:55', 'SALE/POS2022/10/1838', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4f7bd20c262dd736c199fdb1be7458162e70cad9788b80245dfa013f5ca1dbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1827, '2022-10-28 15:52:29', 'SALE/POS2022/10/1839', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ea627176519b25243fb6bdca33e5850dc7024bce6a17934f81639dc53e79621', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1828, '2022-10-28 16:02:40', 'SALE/POS2022/10/1840', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e5359835ecbf8be6337fb8729fcd34d5249e1b03c7099933330e6fafc17b87e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1829, '2022-10-28 16:26:35', 'SALE/POS2022/10/1841', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '92.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78ec5edf74660cd92695556fbc120901324f3b0de50867c3aec9d200a5bc1fe4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1830, '2022-10-28 16:34:53', 'SALE/POS2022/10/1842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ef2fd9d8e65f25d2aa7f87bc7fb3cb502fc95326d0e56e8fb5f8056fb42d368', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1831, '2022-10-28 16:59:30', 'SALE/POS2022/10/1843', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fef398991d464c1c3a5a1cda5290c4acffdd1d71cec07c001db8511277386ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1832, '2022-10-28 17:01:25', 'SALE/POS2022/10/1844', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '145.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '145.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '145.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '288500e628f76f2103f430ad51f587e6cf0e3620836c739a03766ea676540a75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1833, '2022-10-28 17:04:56', 'SALE/POS2022/10/1845', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ce148ab3465be5399af7d03450720b58249ccf390fa199d1f468265a1936501', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1834, '2022-10-28 17:15:44', 'SALE/POS2022/10/1846', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f382d306666eb019d5ec394188275f04fe1329a0874092a56e75baa9f02db38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1835, '2022-10-28 17:18:59', 'SALE/POS2022/10/1847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '764258e19d7000cbb0fe9eaf6ba7eaaa5e0cc32d520f41142c45733199e7cd01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1836, '2022-10-28 17:34:56', 'SALE/POS2022/10/1848', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '112.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '112.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '112.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72b5c28da611ba8315b528e23064195f99f7a3aab5d897f682807b30b297cc25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1837, '2022-10-28 17:37:24', 'SALE/POS2022/10/1849', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94a414fdf910ceb0e67987758a03274993a21b6a5d950fb8eb8839abadd2c2ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1838, '2022-10-28 17:41:38', 'SALE/POS2022/10/1850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '207e8a50bf22092e2af553269bc397ea262051142b884d7415724d865f8f0ce0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1839, '2022-10-28 17:44:10', 'SALE/POS2022/10/1851', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '248e1ddbca3c884123582b0ba19f0e7038be18945c69f06f7401dfc05424b484', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1840, '2022-10-28 17:48:17', 'SALE/POS2022/10/1852', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12b5835cfc93b6cc80a62d0e89bf6f437d66f0c1e1e9f5089ec7da83abc25545', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1841, '2022-10-28 17:52:57', 'SALE/POS2022/10/1853', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8da6d588d7ba405f1da4a20795fbd67f6accb980f77b98b373eac889c0d3f4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1842, '2022-10-28 17:56:22', 'SALE/POS2022/10/1854', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c032d1a5e535d93f8bd55e9c57404f2c84e3568f57642cac4f7da310c165333', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1843, '2022-10-28 18:00:06', 'SALE/POS2022/10/1855', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b13416cde083d5a5cbb0a91f2a9f48c346f4eaac175aad8e79162bd6e857f7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1844, '2022-10-28 18:02:10', 'SALE/POS2022/10/1856', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7fe19670f3c237f78225d443ee435e275141f9d57fb306286e4b0c72aa5f86fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1845, '2022-10-28 18:03:25', 'SALE/POS2022/10/1857', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '987a9e3bd1a36e88476c7d6e5d4d185cebb69293ff9ed5bc97bd93957274faec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1846, '2022-10-28 18:13:11', 'SALE/POS2022/10/1858', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c75dde5c74857b85d10c691f076756a9fd455bfbf226bbc44c1ac464ee5f5a3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1847, '2022-10-28 18:32:20', 'SALE/POS2022/10/1859', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82de5ca801cfea21cc41659d6334d501a07007ab075d79887406aa9a2c19b333', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1848, '2022-10-28 18:32:59', 'SALE/POS2022/10/1860', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd446424d57adea4fdb8915f978b8f8083ab21a3f1b972ab49e355df8d28d32d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1849, '2022-10-28 19:00:04', 'SALE/POS2022/10/1861', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '018b889732259dddbad8f92cb85a7a81d5c57d1a24f082484838eb262c10b48c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1850, '2022-10-28 19:01:52', 'SALE/POS2022/10/1862', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5c5f04eb28502a2b7ffaddb1172d3c4eee0d861f94be9b67087f6ff6d93935c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1851, '2022-10-28 19:05:25', 'SALE/POS2022/10/1863', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '114.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '114.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '114.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf5805d9993c65e033fd1672ba40aed34d1f5c0eb8036fc661606e59f89d4377', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1852, '2022-10-28 19:06:54', 'SALE/POS2022/10/1864', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a2cb01e67342f9a18d577e0a755428aad0d67e0b7e5ded566bbb42803c1b3e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1853, '2022-10-28 19:07:51', 'SALE/POS2022/10/1865', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '778308ef14f98b1853041f2460c296eabe939b24f02e2ccd12466993171fc5a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1854, '2022-10-28 19:08:45', 'SALE/POS2022/10/1866', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2378df85d3e14825f9ec757bd125769a181475fb97182483d721c564df107d39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1855, '2022-10-28 19:10:20', 'SALE/POS2022/10/1867', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '14.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5679588ea80cb96da529c7df27b0bbd9b18998322a49817deff3e8a923d2a0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1856, '2022-10-28 19:11:34', 'SALE/POS2022/10/1868', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a780808a4cf0e7c5a646f99084d0b24c32a3b9e0d00df349cf29220adc27546c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1857, '2022-10-28 19:12:29', 'SALE/POS2022/10/1869', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f81f893dff3516485e19ed6d1316899927c06c8a3d76b0bdaec0fe88342072aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1858, '2022-10-28 19:14:08', 'SALE/POS2022/10/1870', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1a88067ed5746539beba0fd18ed8e1c89124596e403da05ff8966894b5fed65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1859, '2022-10-28 19:14:44', 'SALE/POS2022/10/1871', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13ab8664ea28ca26963c8b74aee0c960f7957b19064630f4b888ce8f7a273d12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1860, '2022-10-28 19:33:24', 'SALE/POS2022/10/1872', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f93d36e02535fe54be573337c779721200adf2c24ec41e3880d15f63b280b7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1861, '2022-10-28 19:52:49', 'SALE/POS2022/10/1873', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '96.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a63c47ed5e9ea7c9662efe2d7697a4abe0dfec2ba50025c5327cae91f0b9572d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1862, '2022-10-29 06:03:40', 'SALE/POS2022/10/1874', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e6cb54390cd2dbfff7529718eff23d1c3f81c7178acd5e22ec85e89753e2f19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1863, '2022-10-29 06:26:02', 'SALE/POS2022/10/1875', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0a9312b7477f460bf8d78ce6f1c8b433d12bcb8cc28fd8849ded8bbb8e9e701', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1864, '2022-10-29 06:43:07', 'SALE/POS2022/10/1876', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e08a0b6a4aed7604d411e2e07cdd0180ac355570280f258a84bddb530493eb08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1865, '2022-10-29 07:11:51', 'SALE/POS2022/10/1877', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3bf7306996914287a6d0157f2c9d946eb110dacb44716d7191ff9138f6ea3be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1866, '2022-10-29 07:30:48', 'SALE/POS2022/10/1878', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca98778dfb7edc436cdfadc5b8bd8a194c7b26f97af5956b0c0c069cee4b87a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1867, '2022-10-29 07:37:13', 'SALE/POS2022/10/1879', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '399ba6e08942936ed5c3645fcbc464e81e0a22238fe25e177db6934419b49dae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1868, '2022-10-29 07:50:19', 'SALE/POS2022/10/1880', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5de6f02dd514f6630972957a824dde99ca82a632a54fa3a86065ab5090f7a832', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1869, '2022-10-29 08:22:06', 'SALE/POS2022/10/1881', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ef9ba4b3fcde4ce42ae10e9bbba1c40a5b33d928aa4da357d1e3d0c46c8fe92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1870, '2022-10-29 08:23:52', 'SALE/POS2022/10/1882', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '412f49af9a3b512ee895c401747a2790098bf397b19b4a72b4fce794e76a87de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1871, '2022-10-29 08:34:01', 'SALE/POS2022/10/1883', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b20ac5fb8798d8a84909b14ec3fd7670130905c59c7d8c751c9c22319b88179d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1872, '2022-10-29 08:56:08', 'SALE/POS2022/10/1884', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0167ddca654b87a85104c5dcc108bb7ce07d0890635579b398b2546dcadeb938', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1873, '2022-10-29 09:15:35', 'SALE/POS2022/10/1885', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3dad885aab0ed53a02f5ed2bd0f9d8babd4f7024ba48feae78431a232c12d672', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1874, '2022-10-29 10:13:05', 'SALE/POS2022/10/1886', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc3b5db1ead25865512c8f73eb71ecda9a135c4fdc9c14ab571be9a79ab7af21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1875, '2022-10-29 11:38:01', 'SALE/POS2022/10/1887', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c18946ccee9a3f177c931e47f2891bc1166f0b00a68be9e148fd3672600b9775', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1876, '2022-10-29 12:06:47', 'SALE/POS2022/10/1888', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57c34eb5159621a5461dea8d88ad3f317aa282e983af13018da6fc053a6419e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1877, '2022-10-29 12:29:20', 'SALE/POS2022/10/1889', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e895f86663b0df1edede324462004a9e404d7e319c22412f2bb3b8fa8b0f25cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1878, '2022-10-29 12:35:23', 'SALE/POS2022/10/1890', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02a0076fb9efc75129eb64745e06cb6181c5603792ff6bf96c4f4b6383724953', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1879, '2022-10-29 12:41:53', 'SALE/POS2022/10/1891', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12d7a261e42b2ff05524e9af36d07b375b328341834612c4adf3cbe92d51d5ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1880, '2022-10-29 12:42:52', 'SALE/POS2022/10/1892', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6f70b916edaefd0778a7c0172c5a8d6e7610333f74b34d79ab0d3fced2a3d77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1881, '2022-10-29 13:07:12', 'SALE/POS2022/10/1893', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e716c6dab70049b6eb986adeb3bcbeaae67f73a4387dde2e23a8de8b877c2d6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1882, '2022-10-29 13:32:30', 'SALE/POS2022/10/1894', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53f7e8224f1b27598554276b9eeac821d0d3550b56f11f3e8077008ffca0a14c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1883, '2022-10-29 14:02:11', 'SALE/POS2022/10/1895', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '861da2f015fad6ebfbd6270af8c46daaaadf04fe73d10bd8b5bfa55c2e7b7f42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1884, '2022-10-29 14:22:36', 'SALE/POS2022/10/1896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b9b09c456eb73d81516139470cb7923ce72f2f661cf035ceae0e3f7f4b3394d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1885, '2022-10-29 15:08:05', 'SALE/POS2022/10/1897', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df4c616aaad2c1321256f77527689708937aef3af0cfe62c6db9153838ed347a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1886, '2022-10-29 15:34:19', 'SALE/POS2022/10/1898', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eccc8bd94508e835fa6aab1aa2a8185f93b26f29f7564354d4a4c1de08713dbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1887, '2022-10-29 15:41:36', 'SALE/POS2022/10/1899', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9245446cacee99061b2472fa355f51ad12f2ecbbfcef2b6b6345b21ae1b87a53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1888, '2022-10-29 16:00:43', 'SALE/POS2022/10/1900', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93592762fe15e17bce17d29f3aa3a9d600b471b521f43b47ee58b1bbbd76f873', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1889, '2022-10-29 16:27:58', 'SALE/POS2022/10/1901', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '361603b8cfff8a5182ff96a2cd581a00f3ff5fde45fa6fe5be90620228642321', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1890, '2022-10-29 16:38:35', 'SALE/POS2022/10/1902', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e808c49893c35ef8a498bb3e792885894028cb9679d64f74c7e97ff8cba87873', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1891, '2022-10-29 16:47:21', 'SALE/POS2022/10/1903', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55819f908b5aafddf39326418d401a8957c69c2e342e8bed014ffacdb514eb48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1892, '2022-10-29 16:50:22', 'SALE/POS2022/10/1904', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '821d5d63eae4248bef72ce2291d6b308d637d13d009335a3e748f94fbefca5db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1893, '2022-10-29 16:51:13', 'SALE/POS2022/10/1905', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c85cb57949a40982a6fc3c6274ff9c971d34f947bcb53ce155978de2bb770112', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1894, '2022-10-29 17:18:57', 'SALE/POS2022/10/1906', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3aa2379ff435926cc335a424ccbbe537869e921408e97882f5e379e732ddf1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1895, '2022-10-29 17:27:02', 'SALE/POS2022/10/1907', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6980e1217093b0e4e725c220d3294d48863669cedc304bb17fa3574db245699c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1896, '2022-10-29 17:30:45', 'SALE/POS2022/10/1908', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9768cf8e3be9d0c6f44d8aaf2311707548ba56f3fdfa05509c08b46ca580351', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1897, '2022-10-29 17:33:38', 'SALE/POS2022/10/1909', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4143b38c6af512308f32d635d7824fcf2f80afb79e93153d076e2f6e1a1d764b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1898, '2022-10-29 17:36:53', 'SALE/POS2022/10/1910', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d4e0e83a9f1538cd13aee1ad2b11fe393ce477b23a54c18a307d5712a48a0d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1899, '2022-10-29 17:57:40', 'SALE/POS2022/10/1911', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ef14563a760902e46b850ac6b1043b2838b30ea3a5a040475ddcc0f0114c398', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1900, '2022-10-29 18:13:54', 'SALE/POS2022/10/1912', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8ba7e180ca7322c491bd8ecd2a90905040a320328a4ef672f655de29167f1a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1901, '2022-10-29 18:20:37', 'SALE/POS2022/10/1913', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59e8ecf6da66dbaa55ed8813f9811eaa3438ed9f9eb5082e251987972557a613', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1902, '2022-10-29 18:26:17', 'SALE/POS2022/10/1914', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '056d867bebd326140314633f89d49d063ce1ded480aed1ef6ddab8281001812d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1903, '2022-10-29 18:33:03', 'SALE/POS2022/10/1915', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '507c7828c7cecf036301a8d25aa675401cc3094613ccae9ea753c570d3505e3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1904, '2022-10-29 18:55:43', 'SALE/POS2022/10/1916', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9311c7542b3f1b4d914ea8f359bc5e1358fa0918482ff95d34a49e512c28f31a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1905, '2022-10-29 19:13:52', 'SALE/POS2022/10/1917', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9b9740b6cfc4e1033ce4ca0ad07a43ad3f70550c0a9bc7ffd3f1a4e18dd8751', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1906, '2022-10-29 19:14:59', 'SALE/POS2022/10/1918', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29cb8f768713a67e321747e51d5a6fcde19ab84908ab6f1795fa1e7db6d767d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1907, '2022-10-29 19:33:58', 'SALE/POS2022/10/1919', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c80d4725afb999e46a9221f279188ca7de0ddf18da618aae094d85b6a190c5fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1908, '2022-10-29 19:42:47', 'SALE/POS2022/10/1920', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5475d02a6d346e647f6b445e014ae3fbfbd656820b9d8ecd0ef8038fb476a07c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1909, '2022-10-29 19:44:25', 'SALE/POS2022/10/1921', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7029cfc3a29fab338619cc6b9062f5ebf15dfa1a78adec99d78f299fe0b2f76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1910, '2022-10-29 19:48:39', 'SALE/POS2022/10/1922', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25a9d6406fd7e7b408a78066fc34ae4902c6445860e46b3d769cadbdc736a764', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1911, '2022-10-29 19:52:05', 'SALE/POS2022/10/1923', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bd08e4971a71ccecdc1e5d25156d95efb9018dbcdac86130675f74cb2325816', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1912, '2022-10-29 19:53:06', 'SALE/POS2022/10/1924', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c13d662334431a5a77367b3b09d1b6467825c09647bba245b824a04889eb4dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1913, '2022-10-29 19:54:16', 'SALE/POS2022/10/1925', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8422fd0af1c43bc7ce8f4c9ca1a7ea8f373cb6df03f752cb5638e9ab397760cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1914, '2022-10-30 06:11:00', 'SALE/POS2022/10/1926', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70f54e0a0a49050a74d0a08b0a98d4abd3eed3605949e56722447230bead1e76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1915, '2022-10-30 06:18:29', 'SALE/POS2022/10/1927', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24eef0219172796e11dba7711f17d011832a98c7d0daba179527092e228d4beb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1916, '2022-10-30 06:22:12', 'SALE/POS2022/10/1928', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4caabc84dabc222b1a46a16fc6fe0d1ffe821208137fe7f0de0602d5d1aed5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1917, '2022-10-30 06:27:32', 'SALE/POS2022/10/1929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '613febfd82f38d8c5b1f653ce002890c6199fb3690a6c48ba8ff63b5c3cda981', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1918, '2022-10-30 06:56:50', 'SALE/POS2022/10/1930', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e77122a779976e234c3fe45d6ab833967b6ccdc494387a8c8db5526addb4494', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1919, '2022-10-30 07:30:26', 'SALE/POS2022/10/1931', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bc5198f2acc3f1e75079c40ece1f3868b7ab6c8c5d991d16133b81fa29372ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1920, '2022-10-30 08:17:47', 'SALE/POS2022/10/1932', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16b8c0cb9760362e1462f8294435a1d3e250f99735f6b2f18d0832725663d05e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1921, '2022-10-30 08:22:50', 'SALE/POS2022/10/1933', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c67f21741d57ebc08844374a90faf645b5331aa420dd4ad0f08c1e1d10ca55be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1922, '2022-10-30 08:32:09', 'SALE/POS2022/10/1934', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05cba5304628808694e45d693d8a36d26f26be6741a326298c9fe106f2dc0283', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1923, '2022-10-30 09:11:46', 'SALE/POS2022/10/1935', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21dedac1ba64ca2e757cdaa7d2d0ccff0360823733aef4863834b633134a96f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1924, '2022-10-30 09:31:09', 'SALE/POS2022/10/1936', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f3721db8087240d275f6610c16036276f410c914380b7f81c8d3b6f2272a1bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1925, '2022-10-30 09:49:12', 'SALE/POS2022/10/1937', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27634f2a85217e02138bbfa2ddaafa140b6dfe3b141852ff1b9b4918bd229ae3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1926, '2022-10-30 09:50:40', 'SALE/POS2022/10/1938', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '653e07c2d9809c952db106091355ce76d878617ff64cd9c7dfcde76aeacfaa1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1927, '2022-10-30 09:53:44', 'SALE/POS2022/10/1939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30e2f3834565604f2751461dd7c19e65b745f6485dc9ec16fc90d9fd2c1cf591', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1928, '2022-10-30 10:03:23', 'SALE/POS2022/10/1940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a34b3fecc6b79a772396510fb821a89c5de1689aea42e9d22eb717ca0ad90bf1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1929, '2022-10-30 10:05:25', 'SALE/POS2022/10/1941', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1674567c718da75e11bcbc11fdb146b4888edbea7e2dc419723a1fe6bdeab0b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1930, '2022-10-30 10:51:06', 'SALE/POS2022/10/1942', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96a46df5f0e3bdc0d96637a1ab8f24dc4290e09e3a519fdb6dc3ccc5167d1a50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1931, '2022-10-30 11:12:42', 'SALE/POS2022/10/1943', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '561b5565d48a038e3940ab90244e711d241a94d9794e97721ffa05b1f65d2e46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1932, '2022-10-30 11:28:16', 'SALE/POS2022/10/1944', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e90ae3dce703caebbf277e6cad27300c724a92ac361b625679da64f151c1814', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1933, '2022-10-30 11:34:57', 'SALE/POS2022/10/1945', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b36ab9f1b096fd08a26d98b3765fd4718e02474999af0bb6ca9d0aaa2c41d65c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1934, '2022-10-30 11:41:29', 'SALE/POS2022/10/1946', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '493d4ae1f5575ee8c84e425b48c4c268c655695b57cb4a34c196bbe8c8860265', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1935, '2022-10-30 11:42:37', 'SALE/POS2022/10/1947', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce0f2cccc144e750d3257a2af731938304011563f462d62b3681731c6c2a0793', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1936, '2022-10-30 11:49:46', 'SALE/POS2022/10/1948', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04b3198d509bb127c7d1ec37a1817e68eb1c8ad83cb452e70779bdabd6eb4313', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1937, '2022-10-30 12:09:15', 'SALE/POS2022/10/1949', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b110d2cc60e48ef373f9de9abe8e79217939943f842a03e5e49fca8cbf500f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1938, '2022-10-30 13:34:28', 'SALE/POS2022/10/1950', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06374348a6accdbf5d6fe558b01c15b21b40aace1bf9949e8f5ae409d2be6cb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1939, '2022-10-30 14:30:23', 'SALE/POS2022/10/1951', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b57a340835a1f537ceccc755764b9ef64d3ceb42c3347c5c6dbbb65c298888e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1940, '2022-10-30 15:08:00', 'SALE/POS2022/10/1952', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b834c34913af40d46fb3fae462a6ca4071660c0b4298ea969e3e208d056adee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1941, '2022-10-30 15:12:46', 'SALE/POS2022/10/1953', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46b4d4db61c75b7161a080a67d8a9e4b367f889fc559f292fa0ade842121c24a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1942, '2022-10-30 15:26:38', 'SALE/POS2022/10/1954', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50611578b20feb6cb7b311d25000cddea8a9f3a579c7ff6ea8257a1e3f40c8b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1943, '2022-10-30 15:36:00', 'SALE/POS2022/10/1955', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7eef5c5eb1d00ac48f897dcc9e40069224b17e2b3c51652b65556d4697df7b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1944, '2022-10-30 15:37:36', 'SALE/POS2022/10/1956', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b011f1339e1c663311e2ca510270476820c1e4268a3a305fe11625adbd9492d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1945, '2022-10-30 16:55:17', 'SALE/POS2022/10/1957', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35928847d7049b371c0af36f5377b193db0c8f9d9bc3d8dd3ac16555b8bc013d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1946, '2022-10-30 17:17:29', 'SALE/POS2022/10/1958', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ba8ecc860931f1003a000c43d423550823fd0af10128569d94e676a24f1bb5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1947, '2022-10-30 17:27:51', 'SALE/POS2022/10/1959', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '617bdabcf053a26fcf03bc0723172e655512e60bc808bc68bd2b20ee97533f5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1948, '2022-10-30 17:36:31', 'SALE/POS2022/10/1960', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3d34ddc5a23be520e08a5a173f9bddee4c2f1bd893146cde8219bd191a4dddf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1949, '2022-10-30 17:42:11', 'SALE/POS2022/10/1961', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82c4b3121607f65a7c7c6ed63db5cf64ba3cea49a4c6e87dcc8020d2ac42e0e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1950, '2022-10-30 17:49:51', 'SALE/POS2022/10/1962', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8cdedddf17bdf9c3fee91e74afdec6ec7b58639aef003f16f32dff906b14369b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1951, '2022-10-30 17:54:25', 'SALE/POS2022/10/1963', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '259246a6ca1f4745d9838c0baaf97854e7589fddb3cf9852b0f3554d61636586', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1952, '2022-10-30 18:00:31', 'SALE/POS2022/10/1964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '83.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d82dbbefa6ad5da6cabad32d75b99612e2f6d19c883521283cb1edf26c0e46f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1953, '2022-10-30 18:06:19', 'SALE/POS2022/10/1965', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6df5b3053be933af40182710aaa6f7d4feac979508676a4ab2ae3b759fca25d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1954, '2022-10-30 18:21:23', 'SALE/POS2022/10/1966', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '684747e4de4815b7d6b7f73f861224eb93248a290c72c13b8cfba323edf9badc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1955, '2022-10-30 18:26:09', 'SALE/POS2022/10/1967', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f8d1c583e47f86492e461c6153add0107ad5aa459e851c763f0dae64631677b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1956, '2022-10-30 18:29:16', 'SALE/POS2022/10/1968', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5e425d1268d06579aee186a0f3da63c7a9db91446e451f19f1a8cceeccb7bb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1957, '2022-10-30 18:31:08', 'SALE/POS2022/10/1969', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '077c48e97157bca9460b1a5eeae04b8a1a6302289118e50266cc89e2b9cdfc70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1958, '2022-10-30 18:43:44', 'SALE/POS2022/10/1970', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54932cf305a67da1228aae264a2498d538df2f685fbe55f9520bf8bffe84f5ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1959, '2022-10-30 18:46:59', 'SALE/POS2022/10/1971', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8a2a3200080fe25dbb802fb2195de30fd534d904b874ba865d04e5fd09792ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1960, '2022-10-30 18:47:38', 'SALE/POS2022/10/1972', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2435513db0f102114f0c7ce14e3b91cc93ef28fbc9a079247aac2b4cc9b2c1a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1961, '2022-10-30 19:02:49', 'SALE/POS2022/10/1973', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5dea5e7d399b5ff906dd80c548a24cf414c58535307e64bce78a22f5ce8d93f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1962, '2022-10-30 19:07:09', 'SALE/POS2022/10/1974', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a7dbabea79b80394dea636b09eb8519591b032ebaa6b9ebc406733404bbb6ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1963, '2022-10-30 19:12:14', 'SALE/POS2022/10/1975', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3702490c3e5d4e15f43fa128b79ae0c292dade71957a755e7d9003dfe0866051', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1964, '2022-10-31 05:49:24', 'SALE/POS2022/10/1976', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f6d906db90d5e3b0bc407152cba738d43f2d7e42f156078d17f316eab9de092', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1965, '2022-10-31 05:50:23', 'SALE/POS2022/10/1977', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9911b36558a8ab3f807a2512c0fecce4051b147431b3138b8ab987d055d81aa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1966, '2022-10-31 07:23:47', 'SALE/POS2022/10/1978', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60556d39024e00bb658360a5135ca614668a69ba9dfd052fad6c99c79c59c7b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1967, '2022-10-31 08:30:35', 'SALE/POS2022/10/1979', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ac0f84b5f187c63c7e2b937d74ccb57b052646b6fe6c6ccf0d0e26c1554461d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1968, '2022-10-31 08:54:30', 'SALE/POS2022/10/1980', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '629.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '629.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 52, 1, '629.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31c50dd0721af54077d0755a4cd65e219958f79c64e97206499c89cbfd9ec708', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1969, '2022-10-31 09:59:21', 'SALE/POS2022/10/1981', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40c164e5900d97729fa0db57ff81e0f66f14ba0ab7d7c7a452591f1baf613097', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1970, '2022-10-31 10:58:46', 'SALE/POS2022/10/1982', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21bc54bc352e2882c70092c197654b4dafcbb4eae7ef0f424ab89f743d7e0aed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1971, '2022-10-31 11:35:33', 'SALE/POS2022/10/1983', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a43dd9d841fa554786dade4467142f18604006c1f6d1043cbc201d3b92e41b7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1972, '2022-10-31 11:36:43', 'SALE/POS2022/10/1984', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7838ba1ebf09d8a2701b1686829ead00f560188185091cba6f3f994b5cfb0e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1973, '2022-10-31 11:42:22', 'SALE/POS2022/10/1985', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efa0163137fab44dd2531c8ad93039317639bb5ee96a26e03e4542046fafc892', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1974, '2022-10-31 11:56:22', 'SALE/POS2022/10/1986', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '50.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eccb3c77c161e0d75ed0d88c39ad574705e6a4ae7af3b6464dd9797ba21d987b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1975, '2022-10-31 12:03:47', 'SALE/POS2022/10/1987', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b732028ffecdf7e179210c3ba3cde7847d3b8ad50080722b969e1217edc5e9aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1976, '2022-10-31 12:19:08', 'SALE/POS2022/10/1988', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8822cc8ebda5cd2909c2e29a12c632d7a8ddc48f8c290ba9ca3f5d74a81a011', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1977, '2022-10-31 12:22:37', 'SALE/POS2022/10/1989', 1, 'Prueba', 60, 'ROBERTO', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 11, NULL, NULL, 1, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '116ab673d58a4427a38a38b66c0f58bccb1be36fadf69f925d0a0c4065e0a077', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1978, '2022-10-31 12:32:41', 'SALE/POS2022/10/1990', 1, 'Prueba', 60, 'ROBERTO', 1, '', '', '111.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '111.0000', 'completed', 'paid', 0, NULL, 11, NULL, NULL, 2, 1, '111.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '485b774684129591f89696360e3fa63b6a5345197a2ee61838c68b9970ffbdc4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1979, '2022-10-31 12:36:14', 'SALE/POS2022/10/1991', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25281653fd83c725c8da933028f00c8d1004b80c1ae6c73ff8979eca430eb26d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1980, '2022-10-31 13:01:23', 'SALE/POS2022/10/1992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7eba95757ea6e0cd230f1430efa4175abd602544d7499b1add04556cafcfcc5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1981, '2022-10-31 13:24:19', 'SALE/POS2022/10/1993', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4a4e49a7869c1d36b8050813f2115b3125b4a8067a81cf841fdeb852162f06e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1982, '2022-10-31 14:05:02', 'SALE/POS2022/10/1994', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b020b0e54aa048d68cdc25ad4fd7e13e82104ced2a897bad20b30cc8475d866', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1983, '2022-10-31 14:44:10', 'SALE/POS2022/10/1995', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '238ed2029035f0f57fda19b86b8b76556efbe4ae36a0bc5904836a200b6b4a09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1984, '2022-10-31 17:01:26', 'SALE/POS2022/10/1996', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '61.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24ce781bcc7b808ce8a86b8f83cba6fd5faca911cc766c0f8de2e718968f3cbf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1985, '2022-10-31 17:03:56', 'SALE/POS2022/10/1997', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd031c4ce956a3142aaa9ab8f53456083a5fb58d5811102d993bcecb1120c732', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1986, '2022-10-31 17:38:48', 'SALE/POS2022/10/1998', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5e6a6ab0b61ed06c2f2e0f71005caa5aec4b0d33d9a757be39e536dc0b4831c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1987, '2022-10-31 17:54:47', 'SALE/POS2022/10/1999', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e69a51d3a167e98d583eea208038d5783b341cbac5d7ec661e40fda527448aee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1988, '2022-10-31 18:10:37', 'SALE/POS2022/10/2000', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '52.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5a957c2e5a74079947b47727d74b1643aa7f12cf2747dfc6783bda544c4d6c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1989, '2022-10-31 18:16:18', 'SALE/POS2022/10/2001', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5823c89482707cb1bb125fac9549d937a59663d0bfb4372643f82fa1d983e60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1990, '2022-10-31 18:22:47', 'SALE/POS2022/10/2002', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5401d172dc53a81e9c86731a7f5c42970f809af80696643b6ae9b35ed43dcfe5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1991, '2022-10-31 18:29:13', 'SALE/POS2022/10/2003', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a8378325e17ec62dcc76f003661844217aa439ed7ae5ee60bbda17d76fd66ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1992, '2022-10-31 18:44:44', 'SALE/POS2022/10/2004', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5788e3c4b2d60c57b310897f16c091233738b0d66c0d6792fde7df75263bb66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1993, '2022-10-31 18:48:17', 'SALE/POS2022/10/2005', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09a82e3c8baef8098bb0d1b89d79f83f2ce761f13f9ae6f06995aac17470adf3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1994, '2022-10-31 18:49:22', 'SALE/POS2022/10/2006', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6236c42da14a790e852b1e5123f58b0120e67ca5d50f840150089bf398470539', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1995, '2022-10-31 18:49:46', 'SALE/POS2022/10/2007', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '751267920f6310506e8737a2a7e034b579a3f2ddccd4e5950793eafc3684e601', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1996, '2022-10-31 18:51:11', 'SALE/POS2022/10/2008', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58e80f3e1b96a8a161718e4aa4dc1706163a95107f85f96627d6536cbf89c74a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1997, '2022-10-31 18:53:59', 'SALE/POS2022/10/2009', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29ea28da48abdc04aa33fe9d55677c73a70860233b137494e1d65dd36874a932', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1998, '2022-10-31 19:00:11', 'SALE/POS2022/10/2010', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a45831fe117d0d0e1a0f1b2e536868a4f7cc120992208f14c83eb1bf140a0453', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1999, '2022-10-31 19:27:53', 'SALE/POS2022/10/2011', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '169d0adb18e7e6c80d5104553d8131936810f99b54b5abd582d9aeaa12ff8eb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2000, '2022-10-31 19:33:15', 'SALE/POS2022/10/2012', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce23536d192a59e95e9dd918e2f33444a05ce782116359fe29a03d5d575551ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2001, '2022-10-31 19:37:46', 'SALE/POS2022/10/2013', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '371cd19edf10f6b963a7c29604900f41d77a199f2275894a9ccbf02d5e3067c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2002, '2022-10-31 19:54:33', 'SALE/POS2022/10/2014', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c17829955bb7b7c579ef7ac30df0575ccdf1437ff4664923bf2af00831cabede', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2003, '2022-11-01 05:52:37', 'SALE/POS2022/11/2015', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '488668268c78001a50df928bf1afa20d56fcfe9b9e761a42eb5c3d72bc8eb3e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2004, '2022-11-01 06:42:55', 'SALE/POS2022/11/2016', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad4b43b9122321d35bfd4061c589d663102acab12f45dbf3e2f9f86fe3145c0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2005, '2022-11-01 07:15:55', 'SALE/POS2022/11/2017', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '032970549daf49ba7b8e72e2acf43a183e999b58ae4ec0d449764469f427be73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2006, '2022-11-01 07:54:12', 'SALE/POS2022/11/2018', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd08f839418e6732027b5d3b47d6fb673854c3d7b16c3015dbaae0038d2cbb4b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2007, '2022-11-01 07:54:52', 'SALE/POS2022/11/2019', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cd6d000c5d2e938053fa22a17f0163eedb81394aafa6b6f940e5ed09ebf0664', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2008, '2022-11-01 08:32:51', 'SALE/POS2022/11/2020', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bff695249a766d73d1542dc6f1201aa8122814bb69095e05e44d02cdef6b8ed9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2009, '2022-11-01 08:34:16', 'SALE/POS2022/11/2021', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70e9960f0947c1950b28fdc191760d1d5cfa1e15968773b1710d4350b7bca97d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2010, '2022-11-01 08:47:51', 'SALE/POS2022/11/2022', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b741cbfd61a14f08bff39c53be7631003426cb4a2ac26a5d65178cda4e73b272', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2011, '2022-11-01 09:01:19', 'SALE/POS2022/11/2023', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b666e0d714e9d78b088b40528602716f9d2bb3aa76d34803f338ae802c7cf92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2012, '2022-11-01 09:13:35', 'SALE/POS2022/11/2024', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b95895588aa5de0bdd40b206e5b71537c900d50893477e5164c5b193f46124b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2013, '2022-11-01 09:28:30', 'SALE/POS2022/11/2025', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '923f9961478aba1b5c7b52ec3610be6dbfbd89f52395c7dcca7946e6b70eafdb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2014, '2022-11-01 10:37:22', 'SALE/POS2022/11/2026', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '686e136991816e7a1529be79def2ff7a42c01ecbe37c388638ee9bf50acbda0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2015, '2022-11-01 10:45:56', 'SALE/POS2022/11/2027', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18c5856844f349ee3df904e9b2612cb96e5f06a2ddc4acdfa16856f30e05e039', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2016, '2022-11-01 11:14:27', 'SALE/POS2022/11/2028', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5aacc8bc12b1a48b72fd8a11cd67aa407ef959df836a76baaf2166c98b09163b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2017, '2022-11-01 11:20:51', 'SALE/POS2022/11/2029', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea1399a5c29baa57f8c3cda36b90054ac98be82e3c2695acc6c760310bec37ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2018, '2022-11-01 11:35:54', 'SALE/POS2022/11/2030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '53.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a8f6b81c3851d4795add6aa8f12f152a9bf78b01bf32010e4c488c0f974fcaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2019, '2022-11-01 11:41:35', 'SALE/POS2022/11/2031', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '78.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e742670cf838380bf74fe770693271ee16893bd4d51ea6174a7245cee98ed8a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2020, '2022-11-01 11:43:38', 'SALE/POS2022/11/2032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6587356edcf3e3c50b3747dbac75d24045456a96e40cf34e403a2687034ad57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2021, '2022-11-01 11:50:37', 'SALE/POS2022/11/2033', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7d2054a95250a0b7158da98d5a50570dfa70d04809c9341d21326e148c2700e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2022, '2022-11-01 12:00:19', 'SALE/POS2022/11/2034', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e376cc507a318e1ef4d62e7e8cdb399189f399ed507ce98b426c66b20c58cf4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2023, '2022-11-01 12:57:10', 'SALE/POS2022/11/2035', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '116.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '116.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbe6056afbd8fadf746b707bd42447c492fe4a80f0e9299c212370dde12ac532', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2024, '2022-11-01 13:00:15', 'SALE/POS2022/11/2036', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17c555c9368e139dd08d9a1b803888993949170eb9c709efac1f4fc0e1b4f0f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2025, '2022-11-01 13:04:25', 'SALE/POS2022/11/2037', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b278ba099144f2d651a1a57b8e848070de50ea3df03896cee3302e73885cde8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2026, '2022-11-01 13:16:02', 'SALE/POS2022/11/2038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0164ad113dd2262d624f15cf2f90dd6c821812339085a9e94afae550fdd4338', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2027, '2022-11-01 13:34:50', 'SALE/POS2022/11/2039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4a86cb8ce22dc6ceef4cddf47b122b510cda8fb2abc98a1083d65412475f037', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2028, '2022-11-01 13:56:52', 'SALE/POS2022/11/2040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c4deade7086c2ea7ae82b5ab1136d2ab4cfa27c0aad642be7987949de955a59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2029, '2022-11-01 14:23:35', 'SALE/POS2022/11/2041', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db06ca96851dff756671d6673750fc4852c957fb5a2565caa54877802710fa0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2030, '2022-11-01 14:33:53', 'SALE/POS2022/11/2042', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63d2651edfd4512ed709c9d3f5015dd923102a38eff4afe21141d77d69e42729', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2031, '2022-11-01 14:40:16', 'SALE/POS2022/11/2043', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a7c4d277af6e1929d3cf5580b0879b03ff0ed313b45888598a59734641ee499', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2032, '2022-11-01 14:52:37', 'SALE/POS2022/11/2044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b247f9823cef97cb79264a67549f153d56430b8a503fe7725d32c44192b1c870', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2033, '2022-11-01 14:53:12', 'SALE/POS2022/11/2045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a831e3577416aa1aeb4eb48be8ea885d93ab7c0afbef758d0a531fb387581de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2034, '2022-11-01 14:57:45', 'SALE/POS2022/11/2046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3db8988b6cd89d09b09029a04b1d0549f0068ebddd2e82fd9b29e3e3c3bf3d87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2035, '2022-11-01 15:05:23', 'SALE/POS2022/11/2047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65e7814abc65fca9e2eaf7fd2015dcd18a7f5b36f29498513c73652d9a422095', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2036, '2022-11-01 15:18:02', 'SALE/POS2022/11/2048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfef7824bdc893e202f699fbff22c5c1704f05f7104b7e496e64a8bab20d44c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2037, '2022-11-01 15:38:32', 'SALE/POS2022/11/2049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3edb4bafa25122f01c1151740452e14f8921873c2bfbf8c5eaa375011188964a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2038, '2022-11-01 15:41:02', 'SALE/POS2022/11/2050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30bea44782026c2d086ed71eb622d9b1fcb7a7a9f79799285aefc6a72406fe90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2039, '2022-11-01 15:48:51', 'SALE/POS2022/11/2051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6d13ddf98c47c00128a7a4a02707c2c7c32f99217bddf56c01ce488b59055e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2040, '2022-11-01 15:59:43', 'SALE/POS2022/11/2052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '51.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '848cdbb1a608391d76a1c35f980c52de5d1caacdc4e72326cbbfb25d1206d054', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2041, '2022-11-01 16:07:01', 'SALE/POS2022/11/2053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c64884cd3239cc29c736097629c00ed427e55dd9bc2fe337aad52b2f6075e4ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2042, '2022-11-01 16:13:57', 'SALE/POS2022/11/2054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eea8b21b4bde09425302e601b3c05675a0f57df3b3159f0f90be69d99e6629e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2043, '2022-11-01 16:20:22', 'SALE/POS2022/11/2055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1780927b6b6d6d3e640210cb7e68544af8ada29e79b71e2d0cf87e1ea2122724', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2044, '2022-11-01 16:43:09', 'SALE/POS2022/11/2056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69f79a33bf532014d0032c3c6bfac56acf451e2472f9856af748fba1e41d1016', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2045, '2022-11-01 16:45:30', 'SALE/POS2022/11/2057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6970b6815fc0aa2837d5bc95a7815593388c13947a98a0753122e86285a043b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2046, '2022-11-01 16:53:15', 'SALE/POS2022/11/2058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6caa321bc9048fd499bc4b6e87b91f00b974521e4166f7392daca554fd3a8d93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2047, '2022-11-01 17:37:46', 'SALE/POS2022/11/2059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2bbf4a216ab06c2fb4d75fddbb26e5021d583d79cd1acff4e75c1f25401b7ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2048, '2022-11-01 17:51:35', 'SALE/POS2022/11/2060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c75fa8ff94aacc963c14841ecac3892ae9617113354b88f81ac9255d4b52bef1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2049, '2022-11-01 17:52:38', 'SALE/POS2022/11/2061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a540aa98603a75aa95e09df7cd8f6ad4a7a91950e6aa71e3f5806ff12428b158', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2050, '2022-11-01 18:19:15', 'SALE/POS2022/11/2062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c97653ae0a77d52386b9a19ec8a3382f4d22d53aecf79af8f16b849c360b7263', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2051, '2022-11-01 18:40:21', 'SALE/POS2022/11/2063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65f75760ce431e535e06f861f528c0fd091a8b00e504ff59f8d917b1a3848670', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2052, '2022-11-01 19:05:34', 'SALE/POS2022/11/2064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '31.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd64f956a0f50306b3313b838563dcc7fc344e665190eb09631fa39c751f44aa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2053, '2022-11-01 19:09:10', 'SALE/POS2022/11/2065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70063390efb397d968ce719f32d760a0c3c4f6387f793cd4a45a1838afd33845', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2054, '2022-11-01 19:11:46', 'SALE/POS2022/11/2066', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68b563aa08cf2d7294db2632a34c35eab7c9c0e182dcb84a390ad7a67f8d6aad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2055, '2022-11-01 19:15:36', 'SALE/POS2022/11/2067', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1fef4b05b7dea8a9a1f39e2c0e2adb2270324abed52157abaf164e237e66615', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2056, '2022-11-01 19:19:12', 'SALE/POS2022/11/2068', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf415ba762e24f5e47718014b64d95f543ca1061953d334e915125b8e1006c87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2057, '2022-11-01 19:44:04', 'SALE/POS2022/11/2069', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3799b4c96737ee6def2cadeee195c3d06f559465b0ac3786494ec89cd4df5228', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2058, '2022-11-01 19:48:34', 'SALE/POS2022/11/2070', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b213ef09c753c902fe0ae2be5275eb9c56385d1db83861b38cbcbd6b333772e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2059, '2022-11-01 19:50:47', 'SALE/POS2022/11/2071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7c81091dfc75e4c49b756de5a98f2a80e6200abbee5212ced974244d0f22d12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2060, '2022-11-01 19:53:56', 'SALE/POS2022/11/2072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3592d2aec03910bdf43c9d363983f4c5cf345fba621a52c49cb4e3839f00f49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2061, '2022-11-02 05:53:06', 'SALE/POS2022/11/2073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f979bc2f3b21223c76938b4e825bb3656f519b2788950d6eddd28120be16511', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2062, '2022-11-02 07:18:49', 'SALE/POS2022/11/2074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a52de1f2536ef8f17ad36d3b6d81e5efa89e6721d27e3ea5b121c7a51002b67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2063, '2022-11-02 09:52:37', 'SALE/POS2022/11/2075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.3331', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.3331', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '3.3331', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '379f867f6b985e01586f297ce968fe138815f04bb91e062cd5f0d8c874546897', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2064, '2022-11-02 10:00:52', 'SALE/POS2022/11/2076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '490e6433c933349a5ff17e0a0ff095fff755872e9c5aecba1d197ee1f25df4ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2065, '2022-11-02 10:55:49', 'SALE/POS2022/11/2077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '671c25e980d121084dbf4dffe687c03044a14e87bfccf9e3794fbe12afde4b0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2066, '2022-11-02 11:02:28', 'SALE/POS2022/11/2078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af6f9d350bb4767d5277decbb3c8a75b222401f93ec5ad01ade0e7703e160933', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2067, '2022-11-02 11:19:54', 'SALE/POS2022/11/2079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd44eb01d921d8644a2f99c45a8a2b7ae198af1fd01517b5b47b5d1898298d16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2068, '2022-11-02 11:28:58', 'SALE/POS2022/11/2080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9631d59f4297d63f3009ed5cf5ab01374d62679328c2d30f6f6be155d842fc83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2069, '2022-11-02 11:42:18', 'SALE/POS2022/11/2081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ce09c5f6254e0e2346ba5efe2456d13d1d066c54cef520b6d52c3fe74240fb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2070, '2022-11-02 12:07:07', 'SALE/POS2022/11/2082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21a48e56e6c658235df1b3f9c66a3c8c11514f40774070bede4a440a4e8d79e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2071, '2022-11-02 12:21:10', 'SALE/POS2022/11/2083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd92092eb2e8967c04e6ab49422eeb7d80ad083a9e97f4da4a2a32b13c8418f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2072, '2022-11-02 12:41:38', 'SALE/POS2022/11/2084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc8637e2ee4edd6850c62899b0e8a35c49c404cb950df8981358a3cb342a8efb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2073, '2022-11-02 13:07:00', 'SALE/POS2022/11/2085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3443cf978ebac45b201be31aff3ddcbb40bc803760b75428e4669f0b00ca24af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2074, '2022-11-02 13:39:48', 'SALE/POS2022/11/2086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7c4bc174298187c59865652bc9f6eaa6cb58d8317e08c5f16337cbb7e289d22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2075, '2022-11-02 13:50:07', 'SALE/POS2022/11/2087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd81d38bddfff0d144d0bce9d773586421d0e9769024663257924d57660cf4125', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2076, '2022-11-02 15:37:17', 'SALE/POS2022/11/2088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b944579029946775da9b54e1cfca27c74d82a4680926f3322691fbd3a172d80d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2077, '2022-11-02 15:39:14', 'SALE/POS2022/11/2089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '729ed65e546b6f2d0e250a8a7e42d0e36b334dae4675acf254fa3d6b60434955', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2078, '2022-11-02 16:07:05', 'SALE/POS2022/11/2090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8606cddb40c3526e4f603659e40396a1cd8f8797fc76e75602ea462f9416acb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2079, '2022-11-02 17:29:40', 'SALE/POS2022/11/2091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5887135044f60f7eeef9118af04c8900fa83b52770ec906684dfc80cf1a75838', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2080, '2022-11-02 17:45:51', 'SALE/POS2022/11/2092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4802a968f60a47b46799733a47b5fc383120de57ac783141963a6c61b1a22f0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2081, '2022-11-02 17:47:07', 'SALE/POS2022/11/2093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '358b8692866c6569bf8634f331df022d9efd379f1b57ed6fa51805b648ce0c7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2082, '2022-11-02 17:51:17', 'SALE/POS2022/11/2094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '403916a77c8b8a9bbd3cc219a3b3b02b9b1469ad494103c9ddb50a9c75811604', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2083, '2022-11-02 18:00:17', 'SALE/POS2022/11/2095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28a3ce9bbe6599465b45e525cf1bed6c3820a5c785fabcf9133ac344cfa13a1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2084, '2022-11-02 18:02:16', 'SALE/POS2022/11/2096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9304b7b6d7c64c4c5f65c56756a16d27e18592caa2c645288e86a2aeabf5141', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2085, '2022-11-02 18:04:59', 'SALE/POS2022/11/2097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a6d7b13cffdfdd534f8d209d255d35d6234d67f697f7a9e174ddbccb2ff9be2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2086, '2022-11-02 18:06:29', 'SALE/POS2022/11/2098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '71.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ca7236ae981a833a8e97e1571a1ea0b1f1cf04e246048730e20ba39f94c6a27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2087, '2022-11-02 18:07:12', 'SALE/POS2022/11/2099', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12b266c1891303056fcf68f10e49d80c31b7063cce200a20fe40acc8015e4507', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2088, '2022-11-02 18:08:09', 'SALE/POS2022/11/2100', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e82bf84bb83e02bc2e924de1ca718e102289d3fdefe37b4d3f369a6b23abf283', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2089, '2022-11-02 18:08:44', 'SALE/POS2022/11/2101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db4da2db95014f4e1ba0bfede7ebeb7feda6d59381ab38e013b393e7315be2c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2090, '2022-11-02 18:10:23', 'SALE/POS2022/11/2102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'daad204b3a05269805fe7c82f3d6ccd0a32a54616ffd365fcfaa593d0564b6fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2091, '2022-11-02 18:17:43', 'SALE/POS2022/11/2103', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9760728325637df3b4611b2a9c9f7c14240620acdbee8e8edc56e810a09902b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2092, '2022-11-02 18:22:56', 'SALE/POS2022/11/2104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7e901d63b7767ae9a903d9bc39f33ec38f0821647012812714f89fb7e841b28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2093, '2022-11-02 18:25:32', 'SALE/POS2022/11/2105', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82d382caee08aa6bbab389f7014e24e6475299e9faa229ae6810748d098feb7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2094, '2022-11-02 18:27:28', 'SALE/POS2022/11/2106', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '660945a12ef0f11464650343da36d234c22b573f229fb557792d5134200b39bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2095, '2022-11-02 18:32:21', 'SALE/POS2022/11/2107', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '117.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '117.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '117.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '806f8c59229c3dda34e854d79cabfced7eb20a07c9eea5872b989b0de2fbb0eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2096, '2022-11-02 18:40:48', 'SALE/POS2022/11/2108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '219c5c3e65ea2265dc38e2c7e34881af74621c5ec198392dee57a2f32830f261', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2097, '2022-11-02 18:53:14', 'SALE/POS2022/11/2109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0448c8fcb4ba27465954d327c0c7c89b6f3c0d84b032c244fe2e030f0aaed70f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2098, '2022-11-02 19:31:26', 'SALE/POS2022/11/2110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a60a4b4aa9463c0d46bf78cc7eab12e8d54051784ded3040001215cfdf19aab5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2099, '2022-11-02 19:50:22', 'SALE/POS2022/11/2111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8147995630bc8a8752e89f91907a8bf27d1c13f1f63cfbdaba283251d39a06ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2100, '2022-11-03 06:53:47', 'SALE/POS2022/11/2112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7315327d4c540ac3aa79290d150e6a15c397bb175f16f0e50419f5a70dbf397d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2101, '2022-11-03 09:22:33', 'SALE/POS2022/11/2113', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80f31e95c464919a944763422cd1711864bdb0c1264aabfdef2cb7c71fbc3a02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2102, '2022-11-03 09:48:08', 'SALE/POS2022/11/2114', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'beb248d3e7d9a875dc7bbbc8ec350068ebb72973ececb5dec442d1afcdf83c15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2103, '2022-11-03 09:54:07', 'SALE/POS2022/11/2115', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3613b68b17da076f930619f2992c306f30b227b9992cf1ebe21844a2428fe6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2104, '2022-11-03 10:55:36', 'SALE/POS2022/11/2116', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a44a3322b5789ae38b840da58aa782179baab5f7e2432d6b2cc67e48bb3f029f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2105, '2022-11-03 11:03:59', 'SALE/POS2022/11/2117', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4182910563fb5d199072676a2b5e9bb1a3b2c4722f213ba7e03b23a1bbd4fa3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2106, '2022-11-03 12:11:27', 'SALE/POS2022/11/2118', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae175bc422d55f97b0469d429c63e935e8807a187eff31e4009f86e6bf9af06e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2107, '2022-11-03 12:18:41', 'SALE/POS2022/11/2119', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5bf940c40a6268cdbbc957479e045497d93fa0851f48fa5da786a8afd2328acb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2108, '2022-11-03 12:32:06', 'SALE/POS2022/11/2120', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd76a97ed48e8923a6805b0d15c9e7385b50bf066eda347f424dad5d72406ec39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2109, '2022-11-03 12:38:07', 'SALE/POS2022/11/2121', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '275fa93764055ab7a044faf18dfbfa17448485da7fc52e0ffb55305203d3e753', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2110, '2022-11-03 13:50:28', 'SALE/POS2022/11/2122', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd176e92a26172da943f6f8a687d603b0a04261b5ca0647b59042c8a5e7fc5f95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2111, '2022-11-03 14:52:00', 'SALE/POS2022/11/2123', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cf0aa952d46c43339db43a75d4d1d21fdf5272f4c5439d40bad579ace9c0344', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2112, '2022-11-03 15:13:16', 'SALE/POS2022/11/2124', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20c63c4be3ff55666d437ee4c327cf87fce0d26577240dd85a4a4a1c9e464ba4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2113, '2022-11-03 15:34:35', 'SALE/POS2022/11/2125', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '760398388ce1d4214b039ca75fc5ff1e45eed81a7582f130056d2ad7b830e993', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2114, '2022-11-03 16:06:14', 'SALE/POS2022/11/2126', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1813893dc1cc4d16b9f30df2a40978409a8cd6b9e85ae272d4440a9b11ea71a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2115, '2022-11-03 16:09:53', 'SALE/POS2022/11/2127', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '619d2d8a5c7f597bad4e635678361bb1ddcc749c4b29474cd029e331716c71fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2116, '2022-11-03 16:19:19', 'SALE/POS2022/11/2128', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c7a7ee426e32f51e79b5d00d7a8106d1b6ba3e7052885be549f1e6bfa61ee64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2117, '2022-11-03 16:36:02', 'SALE/POS2022/11/2129', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '059f058e5eba16ea32016b96f224dc2f9a97215dcff8422db49a669daab51bba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2118, '2022-11-03 16:48:16', 'SALE/POS2022/11/2130', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd96f7b2621d18f63370e978b75736c44a4ca712f09626fce0dba58f90ac8596', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2119, '2022-11-03 17:08:12', 'SALE/POS2022/11/2131', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e656bff474f1d78bf140ebec94bcb18de6b994dd971be87b0414db762031a3ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2120, '2022-11-03 17:25:50', 'SALE/POS2022/11/2132', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81be0626332dcd6f44655a023e8be1e98955d6d4f8e4daa86a53738176365bf1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2121, '2022-11-03 17:33:48', 'SALE/POS2022/11/2133', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c699d8c72d82444b5726a4ec4894dc17e43d8e4e7f6e42a91f92cf41f9892d68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2122, '2022-11-03 17:41:17', 'SALE/POS2022/11/2134', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cecd80a98c4233bd51a4aa58d5cf704954052bbdcbeb7a53ec9ab59274a77c78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2123, '2022-11-03 17:51:55', 'SALE/POS2022/11/2135', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e3054dc14401644a1131909b56d63743542643ec82232bb5d936169196a697a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2124, '2022-11-03 17:54:11', 'SALE/POS2022/11/2136', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '18.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '298327ea33cbaef65294b56f0f021542ef26720391191edebbc3d2d8a4f323c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2125, '2022-11-03 17:56:13', 'SALE/POS2022/11/2137', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd28f6296baa561bb5b29473f7275f4a4c2eb5229e03a163e52be3b24b9891d23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2126, '2022-11-03 17:57:42', 'SALE/POS2022/11/2138', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21959badf72e2aba072ed7f3248cefd93f3c7d9f8e94f8eb29cbc6b6f1720c01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2127, '2022-11-03 17:58:30', 'SALE/POS2022/11/2139', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c03c8eb4a655198f01bf8e7a12369b614787d4d0f5fb7900eba7889ad32bdab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2128, '2022-11-03 17:59:14', 'SALE/POS2022/11/2140', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34601f1803fc3ec189ecc01dae450fefeff9e43372ab00f2339e4bc16bfecca0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2129, '2022-11-03 18:00:39', 'SALE/POS2022/11/2141', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '192.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '192.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '192.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73d05d5073a7fe285e544ad01464eb0c9345ed3d5ef64b3dba3d725afef324e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2130, '2022-11-03 18:03:36', 'SALE/POS2022/11/2142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e17b45365850d972964deae66bd6036f7ed7b5281c666256a1c9987f9cab567', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2131, '2022-11-03 18:34:07', 'SALE/POS2022/11/2143', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '537d5453e5659d60fe2b9a7c460c051a43e8202443cf5b543d2a5c8dfda0f09a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2132, '2022-11-03 18:35:27', 'SALE/POS2022/11/2144', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '659ccfd7db6ec424bb472518ff10b8508d157a566c5c95ac38903f5c20054130', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2133, '2022-11-03 18:51:04', 'SALE/POS2022/11/2145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '657b9406b6a6585a3383d82b52e273f1da73d78d4780319c957bb96a21415c14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2134, '2022-11-03 18:57:45', 'SALE/POS2022/11/2146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0703211facf61af2ee97ccc3a4e9a67dfa750b830921bbcedc6073ec23947384', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2135, '2022-11-03 19:18:49', 'SALE/POS2022/11/2147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be6d4e544279d2595f7a548e674389668c54abf7c0064babc2fbdfd162effbf7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2136, '2022-11-03 19:23:06', 'SALE/POS2022/11/2148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0286713ec2a7903403fc5bb8521ab677fd24b4bf3600cf4078fce1687db2b0b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2137, '2022-11-03 19:27:16', 'SALE/POS2022/11/2149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cbfd66c1e43f4510de1c33c931e31688b96bb9927fac486be2f507599befc39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2138, '2022-11-03 19:30:04', 'SALE/POS2022/11/2150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80fae869ba038671188adef132f999a06b7b35b65cff231878cb9190e87cdb88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2139, '2022-11-03 19:41:18', 'SALE/POS2022/11/2151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '540848a2bd1ac5c8b1ed1564c7a1a23a80d9f99ef1d405911c96311bba79a078', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2140, '2022-11-04 06:04:39', 'SALE/POS2022/11/2152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0115caa31c9d2ff397f714b1314a54a1014a787a29719c4bba76e5d8de71054', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2141, '2022-11-04 06:42:43', 'SALE/POS2022/11/2153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee31b472cabda16dfa48bf9d2012161733358d4adb73f06bd1f9066546f60141', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2142, '2022-11-04 06:46:05', 'SALE/POS2022/11/2154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c7f7b70fcfd6bde98a40de0139746bd308993ae4b98edfc28de32953efa7130', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2143, '2022-11-04 07:16:07', 'SALE/POS2022/11/2155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc58a5b3ddb18bcb347582b2d0910b44df57b692e62f843d44197499c028712c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2144, '2022-11-04 07:52:24', 'SALE/POS2022/11/2156', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '883c8d716379a3f0a365034a0dac4edbbb90819420147326f29d4f66626b4fa6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2145, '2022-11-04 09:50:12', 'SALE/POS2022/11/2157', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '696d2d3ea4d9cac97c2ffad4266deb1014bf615d2d41d78f6a5cd1290238a560', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2146, '2022-11-04 10:51:04', 'SALE/POS2022/11/2158', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be881c2e7aa27558d4311c69d336a98564b2724c6b7ac492e32c05ac630d5a88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2147, '2022-11-04 11:01:45', 'SALE/POS2022/11/2159', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e08b226f5c75f075f184f8dbb29c619699a19fb74e243876168734620c49a0ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2148, '2022-11-04 11:27:43', 'SALE/POS2022/11/2160', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dadf68409d28363a53451a4c681176fdf6197d18626b781b53219c09b3b18fde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2149, '2022-11-04 11:37:59', 'SALE/POS2022/11/2161', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1eb6c9f2ba8f6ed7ddb4bfc0990796ad51d042f1efb1aed911312589bee03ae9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2150, '2022-11-04 12:03:13', 'SALE/POS2022/11/2162', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.1666', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.1666', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.1666', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d18a96ce51724869dadcd8e649cb330e6161b802bd3a27f98e2d9efbe1fa1a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2151, '2022-11-04 12:06:50', 'SALE/POS2022/11/2163', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88ed2f7a2d4049c0e3e54f4bed69ce50165fc11d0a4cfa963f2d8d4aaaeee744', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2152, '2022-11-04 13:20:48', 'SALE/POS2022/11/2164', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c3975115c5995c5ea1dfc825a37e75f8e32e30392e3436608c02dc4f2f99eef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2153, '2022-11-04 13:48:33', 'SALE/POS2022/11/2165', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2f7e73b708ea2205199db22b4695068509c6e14405eccfafb284e504efa420f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2154, '2022-11-04 13:59:49', 'SALE/POS2022/11/2166', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c54c9df296dcf2d6c98aa74e607292ae9c60311b3e8e46d1602b118998c512a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2155, '2022-11-04 14:18:44', 'SALE/POS2022/11/2167', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d93ae1fa102950ada7f976395f1f09d79988d79c1daa7a40dacdbefd8514aab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2156, '2022-11-04 15:11:35', 'SALE/POS2022/11/2168', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c55e51559ea9d65e0763b3576e249762944621ea846a14c0364a9df6f4774a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2157, '2022-11-04 15:14:31', 'SALE/POS2022/11/2169', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f511cdc57375a7a8bb1f30a5e359f72b3bd56780cc8c46f7e9fae3d790574681', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2158, '2022-11-04 15:20:16', 'SALE/POS2022/11/2170', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e721b8ed30953e3996b47ed0a59e1e4d668993950e54ccca61835119c4349612', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2159, '2022-11-04 16:08:18', 'SALE/POS2022/11/2171', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aecbd846a0b1532380e46957db4a7ebeb5af594c0ddbaba7145c39d94717b04b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2160, '2022-11-04 16:27:05', 'SALE/POS2022/11/2172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70055836d6b6c18722b2668118f545a4bac3f02b8daf066f5a5a82916b7afc6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2161, '2022-11-04 16:28:33', 'SALE/POS2022/11/2173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5057bd31b804dabb3a4e907b69b4c104d03b38c67b67a3d1e8dcff5c9333e8ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2162, '2022-11-04 16:57:38', 'SALE/POS2022/11/2174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'beac57ff074378928f11dec4a4f2cb0fbe40025a49fde0531ca32322e2effc0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2163, '2022-11-04 17:43:28', 'SALE/POS2022/11/2175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0a0a2444659fc6b724306effee19b5d43d3e54a843058a20dd74c26a657da00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2164, '2022-11-04 17:48:50', 'SALE/POS2022/11/2176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '783a6794e031753cbf00a417240c2a87941fc175d8fa97b9a7fc22736daf4ac5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2165, '2022-11-04 17:57:31', 'SALE/POS2022/11/2177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '983bdbdfcfad26face69103968c152c896e2118500bbb13acedcd8b7886f7875', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2166, '2022-11-04 18:05:06', 'SALE/POS2022/11/2178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2f9280c6fcf47974b3996f7b4547c4c3e2e9997e5d33c4b729f868443410928', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2167, '2022-11-04 18:07:44', 'SALE/POS2022/11/2179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '19.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd46d6040cd756ad0b31996f60c0e6e3fb711c8bc00f1c31ecb2c2be2eafd5aa3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2168, '2022-11-04 18:09:49', 'SALE/POS2022/11/2180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd1473c8e4755b6627811386012f7849658d303c9d3e981f83a50b26324d8c27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2169, '2022-11-04 18:12:15', 'SALE/POS2022/11/2181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88c1968b17ce632d0da0ee92177eae5b90563fb3cc62512df52872f750cc87ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2170, '2022-11-04 18:13:05', 'SALE/POS2022/11/2182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '368b13c039ac78273aa407ec622afbe737c80f917698d6fa8911d5ef83aa5722', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2171, '2022-11-04 18:14:00', 'SALE/POS2022/11/2183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d7fc5ee0a5b6cf8bc9f1c0837b3f5d3df09b4e90f952d4488cfaf1fe4a612a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2172, '2022-11-04 18:20:09', 'SALE/POS2022/11/2184', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '343.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '343.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '343.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ff7bac3563bedda6b9dd01cd0c8fb6a7cc46c538d011e3012388bd4ba3fb00c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2173, '2022-11-04 18:22:26', 'SALE/POS2022/11/2185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad16bfe921fa6acbb3c7a8a8a3dfcd7a3c2cbdea4af61917ee90eb15fe0e66ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2174, '2022-11-04 18:23:51', 'SALE/POS2022/11/2186', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dcb42f85f555bb30b792312620cd91b962f9a74792d5335e9763c85b1aec0908', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2175, '2022-11-04 18:28:23', 'SALE/POS2022/11/2187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc2ff4f69db565f88f5fc8ed29251c35223342118fc88587e6ee0476af9c18af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2176, '2022-11-04 18:55:38', 'SALE/POS2022/11/2188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c60a917a8f4bc8a8a54b3abb1ca067ae4adbece032be9486ffa195d7ca61cf42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2177, '2022-11-04 19:12:53', 'SALE/POS2022/11/2189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '365e22130d5f22d106b9c6bb19053d4c2597b57c451c31416701558560fb46f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2178, '2022-11-04 19:46:16', 'SALE/POS2022/11/2190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8016abb300b7d06b4b287c578cd13988db8f78efdc8a7be8744db0942fc2858', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2179, '2022-11-04 19:47:53', 'SALE/POS2022/11/2191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f85472b928943f554b7fcf476b91506af5ab08c699ea3d549a77eda1921f2815', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2180, '2022-11-04 19:52:37', 'SALE/POS2022/11/2192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '733088669c10ecd0ae762b6b831d11932222045791fd183333e549e94b8c8a50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2181, '2022-11-05 06:09:54', 'SALE/POS2022/11/2193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56231e06c3b2cb03ebb1b8e080be54be6f4620835a500cd0134471c94a2c77cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2182, '2022-11-05 07:23:32', 'SALE/POS2022/11/2194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db770f1a9f5f02946a389073eeb802ae4cba21d532e124bf97fa574a66e61b31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2183, '2022-11-05 07:32:22', 'SALE/POS2022/11/2195', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40dfabe94a469b209478cba950e9ef13fcb9d76275e0a0c98e01ee360e191d65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2184, '2022-11-05 07:39:52', 'SALE/POS2022/11/2196', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e00d604142cda96b76e2e4fc3c71d1513554f7ad882862781dedd2e8358a488c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2185, '2022-11-05 08:14:15', 'SALE/POS2022/11/2197', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '953da392e44b635acfa4589d1110a2e13d2be9571c82b283463e78656dce4e36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2186, '2022-11-05 08:35:08', 'SALE/POS2022/11/2198', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09c42236dbcc9592572172434e5c05e6586b0021056f385cfac473abf896a2e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2187, '2022-11-05 08:44:59', 'SALE/POS2022/11/2199', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5d33bb850eedfce1d32a84e2d956f673fbcba6e5b42b1b1156a1a7ef05e3efd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2188, '2022-11-05 09:04:55', 'SALE/POS2022/11/2200', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40a8cc54c0fb86fe4fbba5005477187bd0002f3fcb62b05f7eee8134272dd8db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2189, '2022-11-05 09:16:40', 'SALE/POS2022/11/2201', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29115ece298f3f9aa7ffe0c41b7efc4c29c1337b300e5cba89edcc34c7536105', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2190, '2022-11-05 09:30:02', 'SALE/POS2022/11/2202', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1b18ac710fe83605ed71f35968681263116623f28e08e267b641ebbefc39445', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2191, '2022-11-05 09:48:55', 'SALE/POS2022/11/2203', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db61bc4d4f1600cf6f749f358fd3c1bfb9c375e176c2b7b99592ac668fa24995', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2192, '2022-11-05 11:38:51', 'SALE/POS2022/11/2204', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec3188b633a79c852fccd624dfb2697a1dd22047613278febce2e8730645706e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2193, '2022-11-05 11:47:51', 'SALE/POS2022/11/2205', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e5e359376dc54263d45389956213e1b84dce233f7d13e1a51e5e3d3cc496242', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2194, '2022-11-05 12:01:35', 'SALE/POS2022/11/2206', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4e75c1389e9b24467a3a4dc8d7ea304b47e9501b9d4ba9114b064eea4755699', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2195, '2022-11-05 12:20:58', 'SALE/POS2022/11/2207', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f87e181a1d53a216c5748a4f70a62815a4190d6a118542b2b3790271bcfe6f41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2196, '2022-11-05 12:26:14', 'SALE/POS2022/11/2208', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd151c32da3caa602563d4025635769a6358a7f240125aff937db469c1e05fbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2197, '2022-11-05 12:31:55', 'SALE/POS2022/11/2209', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c72bed5b65b1096e0891fb85c8d1d0790ae36fd238e2d2a89b4423095c2798f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2198, '2022-11-05 13:59:28', 'SALE/POS2022/11/2210', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e78613d893298d27d1812c7f4e47c3846900cb6231de423105feeb180213425', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2199, '2022-11-05 14:42:53', 'SALE/POS2022/11/2211', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f79bf1458890794cf6db950e09b289adfad9427e51ce33c7b6d2a07368891c86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2200, '2022-11-05 14:48:48', 'SALE/POS2022/11/2212', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '042165f0bba11cf1c5c02866d5ac36e64da610f639bf9fb60344c31683ed8b1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2201, '2022-11-06 06:46:15', 'SALE/POS2022/11/2213', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '105.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48ce4bbcb7067f48e158bc8abab841a51178d4f00458c1b5142095d57538fa4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2202, '2022-11-06 06:51:49', 'SALE/POS2022/11/2214', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '153.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '153.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '153.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '780c6ed35f2ed8a870d608689043030355279b4fbeeed12013d4086e8569af45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2203, '2022-11-06 07:00:36', 'SALE/POS2022/11/2215', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '31.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '459b2c4037789fed57598877baa4e99a05b095ff3fcd2666ede46f012b39415a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2204, '2022-11-06 07:02:48', 'SALE/POS2022/11/2216', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb3f74f54acb097952af3c883fd465f631d84e42263ebc57a077ea186d0353bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2205, '2022-11-06 07:03:57', 'SALE/POS2022/11/2217', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '104.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5365c02f593495f2e4a53031d6158e89cdea43dac6c614c88017f30a57c58080', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2206, '2022-11-06 07:07:59', 'SALE/POS2022/11/2218', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '776aa789c51d3e73b8dc6a54f91235c3e05a57c8512434228ef83596f3f9db60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2207, '2022-11-06 07:15:01', 'SALE/POS2022/11/2219', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48ed3b48aed611627a105a30e51b86b46c1f0468a5d6debeefd5df22cbb9aa38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2208, '2022-11-06 07:19:01', 'SALE/POS2022/11/2220', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfd000f04170a3e9af6310d5f8d9925a9b63f0773bf13f64e8752fa870998698', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2209, '2022-11-06 07:19:33', 'SALE/POS2022/11/2221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1b39e0d602ddb1af12cc66940cb478e588b78c522513051faa9bc9e2f556b26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2210, '2022-11-06 07:21:16', 'SALE/POS2022/11/2222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb76361197ec68fe8782f842976b46d9b21766f724cebf222094334a81d01eca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2211, '2022-11-06 07:21:46', 'SALE/POS2022/11/2223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '974a217c37749ed9d734e9fc28453a40a5bbf16db15a93bb8e2d63dcdce1f913', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2212, '2022-11-06 07:31:53', 'SALE/POS2022/11/2224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '518c1647ddd429be5989d36b2732932d9b15e2a4290938070e1bf162c8bf2425', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2213, '2022-11-06 07:45:10', 'SALE/POS2022/11/2225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b308b0dfd8b0bdd1f75c6098b56b65991b01e1fafd566b22cfcb4bff4d73d9ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2214, '2022-11-06 08:42:38', 'SALE/POS2022/11/2226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84a21f2817956429d5c6cd14fcca94796164a0d63105e6392beed9a0cad6721b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2215, '2022-11-06 08:50:50', 'SALE/POS2022/11/2227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e28810116d6171f9100a0e0b7d4b4ace6455fd96d16edec6a9ab100b94837e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2216, '2022-11-06 09:06:04', 'SALE/POS2022/11/2228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca2e3d9f137243b70273187c8f153286d456431c932656917b2b3506299dfc90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2217, '2022-11-06 09:46:15', 'SALE/POS2022/11/2229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd413da5ad125c420d82ba6edac6e34acfb61dc61fc4b5b9dfd76d4c30cb02225', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2218, '2022-11-06 14:47:49', 'SALE/POS2022/11/2230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '92.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e57bcfb8f9d56f8029e88f108fdb4416f178bfbb3dfb9eb9d8f9454a2853ab63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2219, '2022-11-06 14:59:16', 'SALE/POS2022/11/2231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffbce4aa9ff286beb9c20d5a170338da292b90e289a93ea2391b63ba9a29a105', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2220, '2022-11-06 15:00:53', 'SALE/POS2022/11/2232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e76cb194cc7dd32310b59926e4ac79919fa4d7f1c964a70d8084b6ebe294bb97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2221, '2022-11-06 15:13:12', 'SALE/POS2022/11/2233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cdc8f3a97ce4888a3987cd2edcaaa6ef0afeb603727b5cc6684fbbbff3a7eff5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2222, '2022-11-06 15:15:08', 'SALE/POS2022/11/2234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4de236d265cfb3239e570e2d0c19780dd3fbb5a934935011cc4c63adb0cb515e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2223, '2022-11-06 16:07:42', 'SALE/POS2022/11/2235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60cd57fe2975b22e1ac3412f7e822530e5c01c09896410a4e81ed213c424a37e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2224, '2022-11-06 16:14:56', 'SALE/POS2022/11/2236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14ccdc39e6425a20a7deba739637a29bce66efb85f1d413736d6d0c950e7b67d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2225, '2022-11-06 16:27:42', 'SALE/POS2022/11/2237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66cef59898aee92692fd3cad2a78271e7881c76ec0fcfeacb289029bec22a3ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2226, '2022-11-06 16:40:07', 'SALE/POS2022/11/2238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04073b7921d2e147ba83ca7713fba3a62226a622b52901a39c468a0310088d94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2227, '2022-11-06 16:48:16', 'SALE/POS2022/11/2239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98567d759a2da1978d4300c8e1bb4733c0194ebcafc40f4a649e5d6383f03b4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2228, '2022-11-06 17:21:06', 'SALE/POS2022/11/2240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2167a047a06dadb58bac49bb4259e9a20f6b0b603d813db8d997a29e8b8d3ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2229, '2022-11-06 17:22:55', 'SALE/POS2022/11/2241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fd98a472c1c6c9abf405d97f62a2ed87134c722ba3431e6a31bef061e610b02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2230, '2022-11-06 17:28:38', 'SALE/POS2022/11/2242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52cd2568c1e67c3d22d1a88b306696162f2d11a565ce6111c87f883c824ef345', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2231, '2022-11-06 17:38:02', 'SALE/POS2022/11/2243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5a155fd37b9c93f91523f56468eae1480e1287599ee8054f10b39913e963bf8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2232, '2022-11-06 17:39:25', 'SALE/POS2022/11/2244', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f840e31fb7a93337fa47015dc7e23573f42529de6fc30ee4337f1f0cd2f48d87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2233, '2022-11-06 17:46:13', 'SALE/POS2022/11/2245', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75aeb6742e7befe846202b6d99fda569e7a955767be16b303c6a6eff19886767', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2234, '2022-11-06 18:38:11', 'SALE/POS2022/11/2246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dce580b68d0b2c6d9720a001e01d8e9790c26f002d3fce2d815b4dcfd91ee19d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2235, '2022-11-06 18:58:06', 'SALE/POS2022/11/2247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa0693995ef31f2c2c41305ada3a17a345afc57e245664f24bbd54d0072d7cb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2236, '2022-11-06 19:18:41', 'SALE/POS2022/11/2248', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2071414a26f38e15464c56573148b350614d36ca37b94f70140348296dea6fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2237, '2022-11-06 19:26:52', 'SALE/POS2022/11/2249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e0833ca55e1d35b701b4742bf38b30a90655f03269fb2f55c47fd49e97a2648', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2238, '2022-11-07 06:12:08', 'SALE/POS2022/11/2250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ecb3217c35b10ca845174faeccc6b5cdbf49104fdc9f50531faf5e6b95192fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2239, '2022-11-07 06:22:58', 'SALE/POS2022/11/2251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '91.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '91.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab5caec436abe4738f1855bf0172644273be1b221a777c0288bcec0ee7a0d9f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2240, '2022-11-07 06:25:47', 'SALE/POS2022/11/2252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2dbf325151aeb0a00cc4e6c752e3d6d57e287c6142af397bb2bebf8d4d87d5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2241, '2022-11-07 06:31:55', 'SALE/POS2022/11/2253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6b97eaa2ed0f7cf57f17e583e438cd00be7dd23309e92766c609f97914f9dae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2242, '2022-11-07 06:57:54', 'SALE/POS2022/11/2254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97fdbe09036ab12d97ec0d5819771a33fbc6f55ef952852395f699ffbfa10140', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2243, '2022-11-07 08:02:10', 'SALE/POS2022/11/2255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9360fa7e94a4e3ff6e9afc5bf2cdf589f8e54956dc8948a4fc3eb35e7260c45e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2244, '2022-11-07 08:32:43', 'SALE/POS2022/11/2256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '281c8140bc2752d34e44f9490e5f15838cdbf6a90a8fee5be2c0cd62c93e540d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2245, '2022-11-07 08:34:07', 'SALE/POS2022/11/2257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '312.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '312.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '312.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4caa25e76457dbc1c0a8642840c64ef1012ce029fda6f12d4f27fe4d6d1edfd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2246, '2022-11-07 08:35:23', 'SALE/POS2022/11/2258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7be772f4b540fd6a014743d16335b9c4939c5ac458487ce4f268536bb151da84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2247, '2022-11-07 08:35:55', 'SALE/POS2022/11/2259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e2b71d8d149691877a6afeb5a7cc041ae923734a73a517ff9100e56b8c3d8b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2248, '2022-11-07 08:36:44', 'SALE/POS2022/11/2260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5c78d02e6f26239cba21c9f4fbae747edcd69e07eabc254273306602340172c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2249, '2022-11-07 08:37:37', 'SALE/POS2022/11/2261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4cd81513021fbff3d916d59563fd91c5d2f24d22de8ee5a4d0387a9e2789fb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2250, '2022-11-07 08:52:08', 'SALE/POS2022/11/2262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '66.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b10513f9f2ccb9a4225b982669edb215021564e6393e1cf90aa851c5c4aa4052', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2251, '2022-11-07 08:52:49', 'SALE/POS2022/11/2263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '188516ae2bb70154cba3b840b0817a9406d594607934c85bc1d1a4dd96ad4b66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2252, '2022-11-07 08:53:42', 'SALE/POS2022/11/2264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '824316b87e854b13f9efc95bc306d299f906d07eace08b12d81bc7b760a147d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2253, '2022-11-07 08:55:45', 'SALE/POS2022/11/2265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5aca8e28add0fbe891853ff8d3df366b972cd23e89dda2222a18f26b63a8da0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2254, '2022-11-07 08:57:03', 'SALE/POS2022/11/2266', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21d37caf05e75039673aab510eff3a611c01bf4c32e6a40b7fbe587eca0776b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2255, '2022-11-07 09:00:24', 'SALE/POS2022/11/2267', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e79acbb428e2eb0a24e9b1958661946f7af92b70e7ad69dedc0d34d61cd2e7a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2256, '2022-11-07 09:10:11', 'SALE/POS2022/11/2268', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c9e66f094c80514130c7c8fe5817224fe23cf288f5f900fd4200b0b6645fe49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2257, '2022-11-07 09:23:16', 'SALE/POS2022/11/2269', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0a166055c359387cd4851e997c5ee34b4b1ff10eec0269e38c1493a07c4ba69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2258, '2022-11-10 15:29:51', 'SALE/POS2022/11/2270', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3310e6fcce59030e292c4af6bf6722b5bbca251bc05a1875452af81614032283', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2259, '2022-11-10 15:35:59', 'SALE/POS2022/11/2271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17fbb39d1fe7899f47027db4fb2d0e99b6bef5f71cee89bac0ff855147442fff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2260, '2022-11-10 15:40:41', 'SALE/POS2022/11/2272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4323f7674d9beb5c9375fc830be57ffe4c4ab53e606a1e14bb46a21ef955e06e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2261, '2022-11-10 15:45:16', 'SALE/POS2022/11/2273', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2cbd311f6dc507be312ab7b72ad001a011d438fe7009948af91bc8b6f924738', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2262, '2022-11-10 15:49:06', 'SALE/POS2022/11/2274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '46.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '942133b9e0d25fc0fe70091a39335bb1975c1adda32565009880d5496ab413d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2263, '2022-11-10 16:04:36', 'SALE/POS2022/11/2275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '27.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4ebb184a788223e0b96546a118ae792d2719e624c154400cfb991a780475f38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2264, '2022-11-10 16:18:11', 'SALE/POS2022/11/2276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3b325d19ba04d7f0b318893c8433cc524cab46fd36accf19ecfb420dc326687', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2265, '2022-11-10 16:39:42', 'SALE/POS2022/11/2277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75ea441d2c8c0b68591550bf9f76bad636650b41ae7f6c3e346dcf0050874b94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2266, '2022-11-10 16:44:49', 'SALE/POS2022/11/2278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7181b7e4784669163ee49052b4f9afa210be70304d8502baf8a4bd80267822a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2267, '2022-11-11 07:02:21', 'SALE/POS2022/11/2279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '50.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f650c6340e88d784eaa445378ea5908d4ae2778a5753858563c477bdf9564f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2268, '2022-11-11 07:11:41', 'SALE/POS2022/11/2280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a28bb03a4d430e4dbced634cc42ffc09f4a2150f040613a6a52c1331e6d51c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2269, '2022-11-11 07:41:19', 'SALE/POS2022/11/2281', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1279.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1279.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 96, 1, '1279.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ff79599f94d0a01f5a4ee8aa1814156478aa8dc0aa7a24e2e445b1358325cb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2270, '2022-11-11 08:27:07', 'SALE/POS2022/11/2282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '596.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '596.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 89, 1, '596.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ac98571e89548b0478f3c721a2056332904428b3ae66641b5ae76b41e9d7adc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2271, '2022-11-11 08:40:39', 'SALE/POS2022/11/2283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '523.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '523.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 75, 1, '523.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fba99b04a2cab72d4165ed45680452c4f67b13b6e1d5421ba0aa9ce0842ec91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2272, '2022-11-11 09:03:46', 'SALE/POS2022/11/2284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '522.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '522.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 117, 1, '522.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74d470d3b72ba9e3371834424ed94ad181ec7a72dfde7c31fc6ca7ffbe1446f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2273, '2022-11-11 09:21:47', 'SALE/POS2022/11/2285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '316.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '316.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 51, 1, '316.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84795b424686dd54a017c4a1382b8850bb8d59f8f4227491879dbe786c4e2b30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2274, '2022-11-11 09:23:24', 'SALE/POS2022/11/2286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acc75538215d12da2e221818feeb25424f81b0fef305657aa51d5dd6a154841c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2275, '2022-11-11 10:22:23', 'SALE/POS2022/11/2287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39d00e613957313032112ed361085dc2ccf10e8f0f7015ccb35c127c003e4cf1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2276, '2022-11-11 11:05:02', 'SALE/POS2022/11/2288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8896da09dc46c4efeb18c9075c0f4ccb216a073a5741ff04ab492a482d39439', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2277, '2022-11-11 12:07:12', 'SALE/POS2022/11/2289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f31cc66f1680e79772c4842ca313c72832a4c513c1a233210d8111c34cd14b13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2278, '2022-11-11 12:43:30', 'SALE/POS2022/11/2290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ced7c2ba649e6f6d230a09e9355e1b2c42f30264567fa58312ac8c516f05a84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2279, '2022-11-11 12:48:25', 'SALE/POS2022/11/2291', 61, 'VENTAS EN PISTA', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '519.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '519.0000', 'completed', 'paid', 0, NULL, 9, NULL, NULL, 6, 1, '519.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f7e324bf0e39cf3351934db5f80c2a62b1b101a9d2d6fe3fe54fbf3943d4a27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2280, '2022-11-11 12:56:05', 'SALE/POS2022/11/2292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25d6c9e15ca8c447bcd39efd1a1462ca5c5e580582db982c119643dbe1bec3db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2281, '2022-11-11 13:13:36', 'SALE/POS2022/11/2293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55e3cf1949fcd5466aeee93d0ad67bb24101e6dbc6930bdafb4f70128e6675f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2282, '2022-11-11 14:15:45', 'SALE/POS2022/11/2294', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37cd2d00e60bc152a7819347ebb458c73bd5c6b4a175d91ba126e44a1a0a77e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2283, '2022-11-11 14:55:29', 'SALE/POS2022/11/2295', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c495b17a825bf4fdd382d1f587b2e1f2340377fa158ca420defc45174ce51cdb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2284, '2022-11-11 15:04:51', 'SALE/POS2022/11/2296', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5ce76eda407bcc9860d561287d784a6c526943fc0564785ac7b7b4f6c6d9dda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2285, '2022-11-11 15:08:10', 'SALE/POS2022/11/2297', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac5aa10acf8f3e4d436ce1f7db6c58010b2458b931a4fbb86d713fee3cdcdcdf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2286, '2022-11-11 15:37:23', 'SALE/POS2022/11/2298', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4826f6b1c8ea16ecaf6e4e0a934b03b8b486e5eacfc70d03abb29dd16b887917', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2287, '2022-11-11 15:52:35', 'SALE/POS2022/11/2299', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35831c107b557865a33dd6a6a8735e12429cb78a792e5f64856ad3fbfc0b411e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2288, '2022-11-11 16:20:54', 'SALE/POS2022/11/2300', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd329dbca4e08404aa0732af8e6c8206eba551239a7b8b8938eb4410f8c78f802', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2289, '2022-11-11 16:22:38', 'SALE/POS2022/11/2301', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'deb1c25f17bca47c3be63a162db3501812230872a8dcc1a6a3267cf79a1b7039', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2290, '2022-11-11 16:23:00', 'SALE2022/11/0015', 66, 'SERGIO SANCHEZ', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7714.7000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7714.7000', 'completed', 'paid', 0, NULL, 9, NULL, NULL, 213, 0, '7714.7000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '995e3e1e1afae27fd5b7bf1e93d9ebae228d8f6ed00a4ef95ace79cd00d28af8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2291, '2022-11-11 16:35:07', 'SALE/POS2022/11/2302', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3dcf5d03fb64e453f04e81a2cec4dc0a78aa96bb7bfe0ff3a1da52c44ff906d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2292, '2022-11-11 16:35:50', 'SALE/POS2022/11/2303', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '809df2362042848275cd2d194daee191d751ac4863c83d7b095f4b359b18fe15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2293, '2022-11-11 16:36:00', 'SALE2022/11/0016', 68, 'MIGUEL HERNANDEZ', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1309.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1309.0000', 'completed', 'paid', 0, NULL, 9, NULL, NULL, 23, 0, '1309.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0f4170c17ae048841c0fcbad6c75f5a547a540e1c401e4112bed93bb372cae90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2294, '2022-11-11 16:46:53', 'SALE/POS2022/11/2304', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5944bb87747af6cce30bcf38bf49ef7f4aaca2ff24824d980022c1596fd79951', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2295, '2022-11-11 17:40:24', 'SALE/POS2022/11/2305', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a65f1376525247eef105ad8b7a0abd7dc0fed5c157741b369db821255cc4d0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2296, '2022-11-11 17:48:05', 'SALE/POS2022/11/2306', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '194c7e62f0c622d84527406df25d7e0b5c56eabc43d0cadc3e6c0a74539afcc8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2297, '2022-11-11 17:55:26', 'SALE/POS2022/11/2307', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'adf10e54bd9676e78f8b008c90b26b6774d06e3452f959cb5f05617f0d522c65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2298, '2022-11-11 18:12:03', 'SALE/POS2022/11/2308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '180.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '180.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b1da9e4e56d8746ed72d88966011204f2c07f8d107135f0d6e1040c3e72226d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2299, '2022-11-11 18:17:42', 'SALE/POS2022/11/2309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11f6f397167d58ec74f3a0e648e3f461d4edbce5a8e16e7b743bd5d052695242', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2300, '2022-11-11 18:31:51', 'SALE/POS2022/11/2310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0929a0a58d8f29a20346defbaa8234578c15974667708ae55d7fdf538eaee465', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2301, '2022-11-11 18:37:22', 'SALE/POS2022/11/2311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25ad6da1014cb52e07abc9a451c0490401b9429e1804f7ed6cce366a6e8dabd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2302, '2022-11-11 19:22:16', 'SALE/POS2022/11/2312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1850e420ae3b847a8c9549064612ec9bc32a75e6459f751ac69b321c0d58b708', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2303, '2022-11-11 19:23:38', 'SALE/POS2022/11/2313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0c0bb2fbc091c735e673a1f00772345c6d231f58e032e68e5cfa424cfdca40d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2304, '2022-11-12 06:15:26', 'SALE/POS2022/11/2314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1624d9edd6fecb751fd0a1df98905d942559224ec4f38d736bad726c564babef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2305, '2022-11-12 08:00:06', 'SALE/POS2022/11/2315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7be0b166500bd990a5ab6ac0435ef6936c0a148351143182f3464dc335a74001', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2306, '2022-11-12 09:23:06', 'SALE/POS2022/11/2316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de94dd07e6da80092bc6b3e7653ee9a7e263a84f9f9ab90da664d605818e4335', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2307, '2022-11-12 10:14:07', 'SALE/POS2022/11/2317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '4.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'daafdc7b0b5d3fc29bd6260c11b34a11dfc7f1678ade77694d475fb4966e46f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2308, '2022-11-12 10:16:55', 'SALE/POS2022/11/2318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69c94267e95729b03c467de95bb9233ae1ec23b33c081333b094406141637753', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2309, '2022-11-12 10:31:04', 'SALE/POS2022/11/2319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4816ea93e4458ac023accefb57948eb97d967faa02aa00ba5204fab25fe3dc5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2310, '2022-11-12 10:34:50', 'SALE/POS2022/11/2320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06731a2346a383ba764d1a30568ca241078a65f61c7f942b6a38f534de01eb46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2311, '2022-11-12 10:40:00', 'SALE/POS2022/11/2321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4c2a4330fe5293ed37771a99b33c6217ae3ea96a5d284c27decbb735d29f7c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2312, '2022-11-12 10:42:11', 'SALE/POS2022/11/2322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45d4d9e636c02b8105fccc22da6137d1e2ce4d7edc3c6029d33dd3ede5209b2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2313, '2022-11-12 10:45:20', 'SALE/POS2022/11/2323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9c0d9bba8fb86bd9c0aeb214222dd1a0b8e98a0d9286df86643b49d93bf1035', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2314, '2022-11-12 11:02:16', 'SALE/POS2022/11/2324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73fa15003022106f1a2d48eec274aaf549de5fb0caf25dd57060eaa051cfe758', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2315, '2022-11-12 11:12:23', 'SALE/POS2022/11/2325', 61, 'VENTAS EN PISTA', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '501.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '501.0000', 'completed', 'paid', 0, NULL, 9, NULL, NULL, 10, 1, '501.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1361bc5e1bfc9f5134bc77c93cee3a5e9d07566b7bc876ae7cffc171fd35b67a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2316, '2022-11-12 11:30:37', 'SALE/POS2022/11/2326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b96694e8ba7c817ef9ea3b8fa73e6bb25b40f3a09b5bade0561ae08c9ee1174d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2317, '2022-11-12 11:32:14', 'SALE/POS2022/11/2327', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc5ae3bf27560877c9b055b71094d72d7581c0ad2908e5e4bfdf9ec140fa407b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2318, '2022-11-12 11:51:36', 'SALE/POS2022/11/2328', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8d322a59088b13ba5553909529fc4238c637773c937480ac0f9a790add2e3fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2319, '2022-11-12 12:00:22', 'SALE/POS2022/11/2329', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '760128f2f727ae93ffbcdd7e65b1b6484b54c85e7b79fcb607a59e011683007d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2320, '2022-11-12 12:01:48', 'SALE/POS2022/11/2330', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9bcb08cc61ac15d87ef182abb9bb80fb18d6da0aa45b36407d64059adb24de03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2321, '2022-11-12 12:26:09', 'SALE/POS2022/11/2331', 71, 'AUGUSTO MORALES', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1606.9500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1606.9500', 'completed', 'paid', 0, NULL, 9, NULL, NULL, 161, 1, '1606.9500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cea3e2c3a11e33c44ceb39bdfce0edbf42d816a2e6ed1cbefc00bfd054bc036', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2322, '2022-11-12 12:40:08', 'SALE/POS2022/11/2332', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1687.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1687.5000', 'completed', 'paid', 0, NULL, 9, NULL, NULL, 129, 1, '1687.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ac257cf356f3706337bc1f0e384956564dfb8434f0255da41e397e5a81ad837', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2323, '2022-11-12 12:43:57', 'SALE/POS2022/11/2333', 73, 'ELIAS GARCIA', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1085.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1085.0000', 'completed', 'paid', 0, NULL, 9, NULL, NULL, 32, 1, '1085.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6850979ae432bf1876d869b34acf9a91819366f1e88c0bf1567026c00bde3c51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2324, '2022-11-12 12:49:20', 'SALE/POS2022/11/2334', 61, 'VENTAS EN PISTA', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '131.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.0000', 'completed', 'paid', 0, NULL, 9, NULL, NULL, 2, 1, '131.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '978cc79d83d038c49c522c4c5b48cf594546e41dda699dfa8bbe76982d1e0885', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2325, '2022-11-12 13:42:37', 'SALE/POS2022/11/2335', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a7cdb7e694b556cab4c8a0854e9030fa87178097ed0c4188a977a6f5bbf58f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2326, '2022-11-12 14:06:40', 'SALE/POS2022/11/2336', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9bdbbc7a0d8a55479c17ab6727cd55871f2f66755ff5e13b0b57b3cf22714d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2327, '2022-11-12 14:36:12', 'SALE/POS2022/11/2337', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6314bfe9a2845b69f3cb3394c5b4d8b03b2628cb6284f8c3e14d0f647213bd3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2328, '2022-11-12 15:05:38', 'SALE/POS2022/11/2338', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca8eba8ffef491a1a0eb2eaec70a4329ff8faac39fb21e6b8b2a19ea9bed8fb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2329, '2022-11-12 15:08:39', 'SALE/POS2022/11/2339', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8724ad5b38fd2eebffe3a476097519ef08a8c35e5d2ba00cb6d3480813f3e00a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2330, '2022-11-12 15:13:00', 'SALE/POS2022/11/2340', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c363eff70f09fc2867ee24695d272368443597fdbd9058541d7231123e3d3191', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2331, '2022-11-12 15:29:13', 'SALE/POS2022/11/2341', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de2522e0f26fa5950e395fb28cbd2dfa42853edcabc88cd05f4402cf87fcc687', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2332, '2022-11-12 15:33:42', 'SALE/POS2022/11/2342', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de15dfc630094aa26f3051fcc42f6dd7da9ae34d4b041f963b9f8705276033a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2333, '2022-11-12 15:38:28', 'SALE/POS2022/11/2343', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aac31e5613e2490a0f60a32fe173e435f0e761c19fd79a22406ba3ac53c6c7db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2334, '2022-11-12 15:57:21', 'SALE/POS2022/11/2344', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6778433b55eaecfcc8fca134bcfcc185bf29807ab510059f0a5cb38c0a2989ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2335, '2022-11-12 16:05:33', 'SALE/POS2022/11/2345', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d6e16175bebaa2c171c2a65c193aa1d97c4d0c8e49c7af5e5581c0f9ed72560', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2336, '2022-11-12 16:13:07', 'SALE/POS2022/11/2346', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52e55bd03bdc916dcfd9eed940370576d345326b3fa66f0f24cacfdeb37667cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2337, '2022-11-12 16:26:32', 'SALE/POS2022/11/2347', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e842e55c2e9bd69fae2df17fd607bf56233df90531a629d4fb390d31c6479112', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2338, '2022-11-12 16:47:18', 'SALE/POS2022/11/2348', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd83594123176cd6dd25173f74a93b3b60a635ead474a999cdf295cea8fec92bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2339, '2022-11-12 17:11:17', 'SALE/POS2022/11/2349', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70e3f7632834b58aefc88f453b28cf3ea1f460c7dce5117a1fd4dd7e964eb5c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2340, '2022-11-12 17:21:00', 'SALE/POS2022/11/2350', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de657ebaa216bbe5b33ce0f833fe6a2d79357b6b02c2bad55a231d7163cf4e68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2341, '2022-11-12 17:25:55', 'SALE/POS2022/11/2351', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2e36c6ae7f5806691cb79e08619c9fd2e9d5a29ec62feac9a5d42dee801efee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2342, '2022-11-12 17:41:40', 'SALE/POS2022/11/2352', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e15e0a7c7b8e6b767c43a5dcd6c4b87a84cea06a7797053b5515df45dd2b6b60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2343, '2022-11-12 17:49:58', 'SALE/POS2022/11/2353', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80d7585d8a0f1f4a92d15e118881923c2b57394db99ff19f31428071b7fbf7cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2344, '2022-11-12 17:53:18', 'SALE/POS2022/11/2354', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b520a894c507454ddae82b9cfb95adce1727e062b120d0f7baa9741028cc55bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2345, '2022-11-12 17:55:24', 'SALE/POS2022/11/2355', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32a87d075ba054ac74c0520c749c28c0c1bd988477f20b47a07021cefb7055a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2346, '2022-11-12 18:06:24', 'SALE/POS2022/11/2356', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1b51edb12cfde6c9827bebed159b0711fdace30661be4c8a161f6e9d61780f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2347, '2022-11-12 18:27:27', 'SALE/POS2022/11/2357', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ced14cec3f55a1ec2bbf4f6ab5e7af794f2981e8628f1ad18c413253f92d97bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2348, '2022-11-12 18:35:53', 'SALE/POS2022/11/2358', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4108b69828002aeba4a3871b2888e1eb7202dd88d0da2980bc628f8abc0842e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2349, '2022-11-12 18:52:29', 'SALE/POS2022/11/2359', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2791c11c3ead0ad75663d581f90299ac3ea7d79ca48107d6d352556673a5ee99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2350, '2022-11-12 18:53:38', 'SALE/POS2022/11/2360', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9fc6ba11b68ea127ce0adceccce7282511f8472799fe5463cf501c6aca6dad4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2351, '2022-11-12 19:16:22', 'SALE/POS2022/11/2361', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a886b82b87764965727c333242568c496ff14c47f6b5aaac3e53fffee953b6f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2352, '2022-11-12 20:02:31', 'SALE/POS2022/11/2362', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '994273a843323aa09f60596a56ba1440a073a5afc8ddeb75d1ff547c15febce3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2353, '2022-11-13 06:44:27', 'SALE/POS2022/11/2363', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63101a5331964c12cabc735d03b5a04e8ef451448629e755e8ef82002270ce9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2354, '2022-11-13 07:20:53', 'SALE/POS2022/11/2364', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c35dc244b9b7e3e37a586e4bb71715a5347428a6d07d1ccbf7197f170353d54f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2355, '2022-11-13 08:07:58', 'SALE/POS2022/11/2365', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49ac26ee0effa9bf5d142d1b93fa28572f9565b47d7918429f8f1549a614779d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2356, '2022-11-13 08:43:02', 'SALE/POS2022/11/2366', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eadebeff6d9b260ce5f4180b02b05af2ac6cc267e5e7ca92d90e09cb309fa08b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2357, '2022-11-13 10:33:14', 'SALE/POS2022/11/2367', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c48c1d7bda96b8b4796e94b5fb4281b9cffad5530488775882c8dc955e8550d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2358, '2022-11-13 10:44:28', 'SALE/POS2022/11/2368', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9825487cdaf9e2f67e6b6f754c840ffc992c6bcd0186b8bc2d9b593bd3b43ed3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2359, '2022-11-13 10:50:59', 'SALE/POS2022/11/2369', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea711e64534352bef5e4b1e98d9f8a3e6c9f025659c27e15cff1635d953d2b84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2360, '2022-11-13 11:11:35', 'SALE/POS2022/11/2370', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7295dcabc56f3b7c56a28e0dd33fb3acbbf587a4829fa4c1b708137bca1fcf99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2361, '2022-11-13 11:13:53', 'SALE/POS2022/11/2371', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e39232f9cc5416da3a42fd34dc77f03a52ca801e045c8b62351dd57864b677a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2362, '2022-11-13 11:55:18', 'SALE/POS2022/11/2372', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd001bdf10538b6e0803f7f7d81c27dc2304d75261324bfb8cca182ce542b70e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2363, '2022-11-13 12:02:40', 'SALE/POS2022/11/2373', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '74.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '74.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '74.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0dbe76d9f1ce94f0453dbbae3a46b166c04154a73146f692077c31a336ba893f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2364, '2022-11-13 12:38:47', 'SALE/POS2022/11/2374', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'baf08fabcd9642d1fb5f4e16bed261ee599ecff389479c4502207162fcfde972', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2365, '2022-11-13 12:40:22', 'SALE/POS2022/11/2375', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a999d41ebd43d4e7dd6bda39772f1b9021adbfa4573baf01ff85c58b0f62e8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2366, '2022-11-13 12:41:59', 'SALE/POS2022/11/2376', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '611b0b678de6e76ace097cc615f9b21883fdc5fec489d951cbddf7e9965bd187', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2367, '2022-11-13 13:01:07', 'SALE/POS2022/11/2377', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d7300dd5737bfcd723cae85950ede29a71b4275857db0273aed26e20a41e1c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2368, '2022-11-13 13:50:21', 'SALE/POS2022/11/2378', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7b5b47c776c1b17c2327b47234ea446165020c4512bac95dc22433e87987890', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2369, '2022-11-13 14:06:19', 'SALE/POS2022/11/2379', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '85.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e41d1db271896b3efd0a037b2c2db6c39e55e5d39007bf890bba9b1f5f38872', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2370, '2022-11-13 15:13:37', 'SALE/POS2022/11/2380', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1eeeb1780ef1923df48708bb832de421e222f55cf694732423973637f6493b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2371, '2022-11-13 15:35:47', 'SALE/POS2022/11/2381', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e7b5a65adfacec5fc8f778e8835965c5f6456e51f223564adf3364a6e3bc27b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2372, '2022-11-13 15:38:28', 'SALE/POS2022/11/2382', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a54496be52f2743366cc270698a6e3e27debf3535b1fdcb55021e5d8082e259', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2373, '2022-11-13 16:02:47', 'SALE/POS2022/11/2383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8b841da2e83d4c95e51fda0b0b03ac7ff69862ed98f820b17bcbf93ba967c18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2374, '2022-11-13 16:11:17', 'SALE/POS2022/11/2384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52586149db48af7edb3b4d3ee954c767ecc7c7a402e5279ece76065a611efd17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2375, '2022-11-13 16:18:00', 'SALE/POS2022/11/2385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '81.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c132a4e81165278c90876dfa0ec4d768aa5ed2b62b4bd3f6c9a6ee06825c0e97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2376, '2022-11-13 16:28:40', 'SALE/POS2022/11/2386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f3f6106046f2ef2156c91d657fa0a15d9617ccacb4126a07177ca8056dd115a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2377, '2022-11-13 16:29:41', 'SALE/POS2022/11/2387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '858f7193dd959760b2dc47b3eedce705ca811ca56f13977e25539d16a7abe55d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2378, '2022-11-13 16:31:59', 'SALE/POS2022/11/2388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2aa85206d008f75f5bd6828927a09b9f2f34b58fb72f283f7e1abc5e6abe6e35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2379, '2022-11-13 16:41:21', 'SALE/POS2022/11/2389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26e12e1e716c30aab3eb07fb2dc8fa08a3db27aa9048f85da39e4b009be44db2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2380, '2022-11-13 16:44:13', 'SALE/POS2022/11/2390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb32424e895221a24a54b6bcf000abe96d8344f3d57cbd78aeb970f1192080d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2381, '2022-11-13 16:57:35', 'SALE/POS2022/11/2391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c57777f59a08aaf97b25c5fe1f1efcea7ade71d711f8a54f56f78d93ba5a9ee7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2382, '2022-11-13 18:06:50', 'SALE/POS2022/11/2392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '131.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '131.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7b90fda61a20d9668e802b1bc880072352671cda7e012fbb26f8022665a60c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2383, '2022-11-13 18:08:41', 'SALE/POS2022/11/2393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '501e035c401ab70244242143435f5ec13684dd31e236974967b1863c8b5390e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2384, '2022-11-13 18:13:27', 'SALE/POS2022/11/2394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '893c1c6750e2cf9da785fa4cc4cc14d70a0c0e214bbb3a0df0242102d4e3bf8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2385, '2022-11-13 18:16:04', 'SALE/POS2022/11/2395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f8a98c805411d828e7f88c0b9ccb05ee64300ce030b1fdc30595633cbb04745', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2386, '2022-11-13 18:17:54', 'SALE/POS2022/11/2396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee2fcf6e83874550344d9050b22aabe9385699a760af9ccc3040fd88ffba65c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2387, '2022-11-13 18:23:55', 'SALE/POS2022/11/2397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9017878ce4e2ec2369850fca4ebc8ebd6015d3e33bc44572c8b27558a0702d00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2388, '2022-11-13 18:28:22', 'SALE/POS2022/11/2398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f080bfe5e69ad3fa52379ae2294afbf04884d6e57e83d762da588ba0e2fc891', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2389, '2022-11-13 18:30:12', 'SALE/POS2022/11/2399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1128b66e843ad24f5600bfe74a9fdbcbb84dcff3beae998586943567dad4e732', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2390, '2022-11-13 18:30:52', 'SALE/POS2022/11/2400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83afcc1dafd1863cf40ad8a22aca6f86f1d64e3b22378e54cb57decfaf3dcb81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2391, '2022-11-13 18:45:30', 'SALE/POS2022/11/2401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb93a2cfaa169c5ea2814d0ac58bf8ec432d41d8dd7827733b28bcb4b6a3083f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2392, '2022-11-13 18:58:50', 'SALE/POS2022/11/2402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65364e89e0976b64548ebb9dfcd7aa1483c50d8607a37ba8780bb67276709c46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2393, '2022-11-13 19:41:22', 'SALE/POS2022/11/2403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '788bd07fd1e2c442179b27d37de8b5762433d67fcd0390e05552e160b0e93622', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2394, '2022-11-14 06:26:35', 'SALE/POS2022/11/2404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef3d63a1472fa04042ae8fee51728e954935859107ac725e84efc16aaba8858d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2395, '2022-11-14 06:38:40', 'SALE/POS2022/11/2405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1697d5a2e6ee1f8ecc31b4e60d0ffe5278a075e304e02318fff01a7c946924a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2396, '2022-11-14 07:01:43', 'SALE/POS2022/11/2406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4fae30d9bb3587557bd33df2dbd0b5fd0d8c6a49c784e694ea85df081c2e712', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2397, '2022-11-14 07:14:52', 'SALE/POS2022/11/2407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ae67885215687657ee38c22c429efe371c6a8768cc0359513607528158469a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2398, '2022-11-14 07:16:30', 'SALE/POS2022/11/2408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9b802746d236bc7f88f8d387d909725c01d8ec18b00f989bb205c2eda30b8d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2400, '2022-11-14 07:41:39', 'SALE/POS2022/11/2410', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f62fd089ea5de799079f980ec2a749b204f0c349f5e28dfa659afd49bc053d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2401, '2022-11-14 07:54:15', 'SALE/POS2022/11/2411', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '172.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '172.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '172.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cf8602578b9ede9fcfe3057aa61cc6a7a2601ffe13b63686f222aadd4448b6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2402, '2022-11-14 08:01:28', 'SALE/POS2022/11/2412', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77c21c486721bd8d9126428e6ae0d2aec4531dcb2bfbf45edd1949c7457dfc8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2403, '2022-11-14 08:32:22', 'SALE/POS2022/11/2413', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a528d2e21a2cceb52703fd5b4c0604b03388c94432214f778b715a96ae9678eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2404, '2022-11-14 09:36:53', 'SALE/POS2022/11/2414', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '978906c8dfb39313a12c15e4fce2858e8b63b2e43983dbffce8c87f6a3384aa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2405, '2022-11-14 09:49:22', 'SALE/POS2022/11/2415', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1efc97fa2dcfc2dfa35e49315dbb1a43980071010129426e411ec7d1b784e7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2406, '2022-11-14 09:56:46', 'SALE/POS2022/11/2416', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e875519354a3b8c4f11c9407e7f744d9a581b8246655f8d17478817c55351c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2407, '2022-11-14 10:54:20', 'SALE/POS2022/11/2417', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e0b395312c53f14ad086918d03d296a428137d6ffb33efc45cc2e5baf3bcf44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2408, '2022-11-14 11:44:03', 'SALE/POS2022/11/2418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41d38529fb2c14932b9e5ec239b08be8689d69bdae3e3b2579d1c7511eff64b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2409, '2022-11-14 11:45:37', 'SALE/POS2022/11/2419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a91458d7ba2134bca36ebfb2b262ef514b41ee78b089b61a7a8605dd2607a78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2410, '2022-11-14 12:24:06', 'SALE/POS2022/11/2420', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6901293c0dab5b932c01e1f074c618c27667bb35ae224f62724b59acf363d019', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2411, '2022-11-14 12:32:07', 'SALE/POS2022/11/2421', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e4f1eab94906d2d97d9cf779624b3714a8990d1b79c770a6a445816030639e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2412, '2022-11-14 12:40:17', 'SALE/POS2022/11/2422', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f581d9180fbf936b6a9e28ede264c18a1db2b548fd2f9b5a2431946df5cb1ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2413, '2022-11-14 12:47:46', 'SALE/POS2022/11/2423', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a515ae405e76441ea1cb348f4bdb4fecc6b280708fe4e9bfc595219dddb9b0da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2414, '2022-11-14 13:21:01', 'SALE/POS2022/11/2424', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6475a09ec71d9fbcf31a963287a0d00f777638b96b0a355b6a52629cc644f246', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2415, '2022-11-14 13:48:39', 'SALE/POS2022/11/2425', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e1152fb764c266f2921f1671fa968ed261c43b23989992e82b6c85efc50a353', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2416, '2022-11-14 13:55:07', 'SALE/POS2022/11/2426', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ade6ebd8f8de17c64516d2aea599ea7254e31503da04fa7915c278aca6e01c5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2417, '2022-11-14 13:57:26', 'SALE/POS2022/11/2427', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a54c8acc04ef3340c3c39dee815af9a6f818140ea9fb49d6112ebef3f629a25d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2418, '2022-11-14 14:34:56', 'SALE/POS2022/11/2428', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3a22a7d228f2e1ed1d29f34d638aad776969352b366c349dd633788f1f7b86b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2419, '2022-11-14 15:02:03', 'SALE/POS2022/11/2429', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cce611d4ac608176e48278d7ffea56b19ebafdc5de4c55af6164e59e0c955388', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2420, '2022-11-14 15:07:01', 'SALE/POS2022/11/2430', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b74f41070c919ab63f336f9409de32c1c7fd974344eda19696dba37114137bc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2421, '2022-11-14 15:35:48', 'SALE/POS2022/11/2431', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb447775cd3c73d13ac97691e70b97b699cd1d3d0727f641dd933b4dd94d9fe1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2422, '2022-11-14 15:49:57', 'SALE/POS2022/11/2432', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47663fa299039366af6247c9662d31f43725efea44dde24d8b3f09680f51f48e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2423, '2022-11-14 15:53:42', 'SALE/POS2022/11/2433', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ea3fa7cb78646471f240ec3e7062ab458de037933cde3e419979663f8926f05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2424, '2022-11-14 16:50:58', 'SALE/POS2022/11/2434', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5ab2dda6122168f7a54ea9aee3b69cb7384ac75080cdc231dcc8ed39cac6874', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2425, '2022-11-14 17:05:09', 'SALE/POS2022/11/2435', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd136c9190db126a9c6760e86f464e9ad19c6dd4087810614d39d355501253567', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2426, '2022-11-14 17:07:13', 'SALE/POS2022/11/2436', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a439bb49507766b0516ced6c02594f0be4bc9be231e6e2af5f575f204c6e4da6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2427, '2022-11-14 17:08:38', 'SALE/POS2022/11/2437', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5ee90482262c1cb3ed3a235793c6e5b8bde12883092b8e1ef89a8992a447e6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2428, '2022-11-14 17:27:06', 'SALE/POS2022/11/2438', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00c988d789b04a188b5dcf1e51638b51d3988133b71c56aff73a910a82901e40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2429, '2022-11-14 17:45:46', 'SALE/POS2022/11/2439', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8d1e43e1b2c6dd880a5a4115e0f2695278285246b08f9c0b39d7cb6e3432e40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2430, '2022-11-14 18:06:12', 'SALE/POS2022/11/2440', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c7090094bdab28525f271facc1394310bee95ae3e63b4d7ee9c8737ac34ff92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2431, '2022-11-14 18:10:23', 'SALE/POS2022/11/2441', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df03507172cd314f62addaeaaf9cd8e911d475bd751bce5b57bee1630d18b3fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2432, '2022-11-14 18:16:04', 'SALE/POS2022/11/2442', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '265b53cc47f525a0ef88e77cfcdcfda543acd620f7a66a71674904b032c0e824', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2433, '2022-11-14 18:23:12', 'SALE/POS2022/11/2443', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4095270c6bc38c5abfa291c1ecd1e48d88428de3cfdc54f0fe8bd47abd3212b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2434, '2022-11-14 18:46:40', 'SALE/POS2022/11/2444', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00fe2abbb9c9bf4178a52d1892aafcf72e2ad606b48a7f7f9afc88f6c5f6e5f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2435, '2022-11-14 19:28:24', 'SALE/POS2022/11/2445', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e49b46a63d9db18cca32919560362d9b8678c4c19e071fe4811b374b7c04a1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2436, '2022-11-14 19:55:42', 'SALE/POS2022/11/2446', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '257862c033fe7527d86c14aeba9d07f78626ad17e0f510e4a92d0a2214cf8a4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2437, '2022-11-15 06:15:25', 'SALE/POS2022/11/2447', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d3c4f3e70f8da9131ae216981d5d9f7a9e6a46a3956f0d9820c5a4fac95405d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2438, '2022-11-15 06:29:20', 'SALE/POS2022/11/2448', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a439d1a98ff6d0a43be673f9fcf8ca17239dde0300f43f6d903c425375c3e8b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2439, '2022-11-15 07:31:06', 'SALE/POS2022/11/2449', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a96a325b1584ad651d6e3d8f79ee5de7de28659fcca7b77bd4c0905a7948deb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2440, '2022-11-15 07:36:17', 'SALE/POS2022/11/2450', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80074c218bab0f3cece853027818fb78bd02ad493a4f11fe48e4cd9beb55f62e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2441, '2022-11-15 07:57:11', 'SALE/POS2022/11/2451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45e3110d674f2ed6ff25fb7dabdbda7f599bbfcc4ff281b8d867bf4f280d202c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2442, '2022-11-15 08:07:03', 'SALE/POS2022/11/2452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7c244a5cf8d112b247f50475cf49a9982135d67e64ae6c49cadde49541ca1dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2443, '2022-11-15 08:12:01', 'SALE/POS2022/11/2453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecf70f605e04576ea82cfa70e25b9ce2e780dac0ddc9d7a9ee66ca354f1133ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2444, '2022-11-15 09:56:06', 'SALE/POS2022/11/2454', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '213.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '213.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 36, 1, '213.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '285821b8215aa30c2343468d5f23f38b894f3e22c2608f2f89ea662ad26a2c22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2445, '2022-11-15 10:01:12', 'SALE/POS2022/11/2455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d24e62bed13a802a8f937dbf93d7e482755e35f71d4490ceb9a074e3938dea0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2446, '2022-11-15 10:05:00', 'SALE/POS2022/11/2456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '943d7395cda6f59f3b8b495bc7423f400cdeeb23aeea9e43de64046192425cb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2447, '2022-11-15 10:25:42', 'SALE/POS2022/11/2457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a02fa6b50d2f93682d41103a451298a7daf42fbb7317c7d3db7afacabe168e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2448, '2022-11-15 10:31:41', 'SALE/POS2022/11/2458', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c690dbca0f94051407390523cb1f8028a88da00667d78b3d63f9d1094ad362bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2449, '2022-11-15 10:58:01', 'SALE/POS2022/11/2459', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '158.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '158.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '158.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f5d4cf9641330bc06330d1a4a10281e00a050c5b6ae4b7b5d190320798af452', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2450, '2022-11-15 11:07:51', 'SALE/POS2022/11/2460', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4d13ff1db5f5747ccef34e8c389e962a501523fb5e7f1c4eb0626fe849867e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2451, '2022-11-15 11:21:59', 'SALE/POS2022/11/2461', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad307df126be880823d61159c0ac33e0cca5140dc8c1b2cac6b1bbe07c3273bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2452, '2022-11-15 11:28:09', 'SALE/POS2022/11/2462', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6c06cd9a96e08a953d021b124065a60462984406da01481daf94a6fd65e6cc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2453, '2022-11-15 11:40:46', 'SALE/POS2022/11/2463', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc6cebcf7ed15f0a8f24b5559b921ffd7879f5e7b2c38a335192da242308424c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2454, '2022-11-15 12:16:12', 'SALE/POS2022/11/2464', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cd2ec7ebc2507cad7496e02569da17413813c582399193bea516bd8268ac8e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2455, '2022-11-15 14:05:25', 'SALE/POS2022/11/2465', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8af2e85422a18d3672ed3b63c9eb6f5b03f440dcbc3b307c919c649a0849df6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2456, '2022-11-15 14:52:04', 'SALE/POS2022/11/2466', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6d25884d2deb8df864c0e2eafd4afb6d72aa6cc5823e5962db8d80b5f33fc41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2457, '2022-11-15 14:59:46', 'SALE/POS2022/11/2467', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '100.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f553879aaeabada4ce4b55ae3a44fccd85de53672130582d849a27bcd44c88f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2458, '2022-11-15 15:18:41', 'SALE/POS2022/11/2468', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9565e06c0caa471a5d825aa1a0ddfebaab6df1daf12e1df8dbfe57d1e6dbaf3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2459, '2022-11-15 16:37:30', 'SALE/POS2022/11/2469', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ff1cab388bb0df6351ba8dbb27cf47685048e28a9b8e2a59ad3072e14c2cf82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2460, '2022-11-15 17:08:24', 'SALE/POS2022/11/2470', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e11c208c6c26539dcb5708ac2a8009eb5a18b4232a9dba69fe29c94f83da3eb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2461, '2022-11-15 17:38:36', 'SALE/POS2022/11/2471', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '615b1f79947ffe6a61df9e13a5d2964fdf0d75b76e38ed8b83ecab6eef11e774', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2462, '2022-11-15 17:50:46', 'SALE/POS2022/11/2472', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '782ae5a593e277b2ae6aa2860eea20dad6a9ba3277328000b9f6a4b7358e8951', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2463, '2022-11-15 18:05:53', 'SALE/POS2022/11/2473', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6319b7c6619682e46a141e50c7aaff7b5bc997313dbeaa400860d34a33f2074e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2464, '2022-11-15 18:19:19', 'SALE/POS2022/11/2474', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06f581747d82e6d1cae35aa9335d755807d53a15f350daefae7cf7ea16afe2b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2465, '2022-11-15 18:35:47', 'SALE/POS2022/11/2475', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a469cbaeccd0b65d8b0bf15837039833ba0a381266c3f8c126fb5fa0163df029', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2466, '2022-11-15 19:41:55', 'SALE/POS2022/11/2476', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e861584dab007db5259dcd97861a2e8182c4d8eb74b7acc11b38fe099bb7991d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2467, '2022-11-15 20:06:51', 'SALE/POS2022/11/2477', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c79069fbf4c95ec42460b5e333aad329ca5c9dc5304bc603d59587a420436155', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2468, '2022-11-16 06:32:29', 'SALE/POS2022/11/2478', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99f02bca60bc9b188306630bcf8055502634472b87fbe3971a87bc94ca622d37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2469, '2022-11-16 07:03:34', 'SALE/POS2022/11/2479', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a77587d86f0c3ee14d5d4d260c9118971ab715722ab6282b0eef802efd0dddc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2470, '2022-11-16 07:04:28', 'SALE/POS2022/11/2480', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '346e0fea61226dd71f73b9aceaec348e9bac0dd5dd46d33cf722a74829e2533a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2471, '2022-11-16 07:18:22', 'SALE/POS2022/11/2481', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '126.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '126.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '126.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f17c5ffd21f2edf4bfa584f274affddafdb676f9e131a9ca6868f2002440523', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2472, '2022-11-16 07:38:15', 'SALE/POS2022/11/2482', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25d318422e80596f153d3f9882ace24c16fac00600b84e84e1271b795b65f435', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2473, '2022-11-16 07:43:35', 'SALE/POS2022/11/2483', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b656f846078990118eed555b0e370701fe202b58247e3e59b386afd760d579b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2474, '2022-11-16 08:46:53', 'SALE/POS2022/11/2484', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f26dfec21062cfe3624c0064480d27d73f9fc8a31d49f87dabe3875b997ad44c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2475, '2022-11-16 09:25:43', 'SALE/POS2022/11/2485', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '78.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3da32f318088163d4521e064d7206238528a6879d6d0aec41fde438e95e2d437', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2476, '2022-11-16 09:27:41', 'SALE/POS2022/11/2486', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4952aa910cf39ca3f9752deca41fd05dd6ede0eea095d06f6660f98b3b7921a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2477, '2022-11-16 09:33:10', 'SALE/POS2022/11/2487', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b88e9cae41d32f349f5a3012eff4fbd8d8e4dff93d1d48328479c791d5d1c93b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2478, '2022-11-16 10:10:24', 'SALE/POS2022/11/2488', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.9997', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.9997', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '8.9997', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17bb825899dc7ae3e53b96f8d8de2e831a836859476badbdd3fd357b73f50671', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2479, '2022-11-16 10:22:02', 'SALE/POS2022/11/2489', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b752e83bda9ec9747fa81ff93b38c2de961d16e8dc1ee7ca909540a76cfed696', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2480, '2022-11-16 10:27:52', 'SALE/POS2022/11/2490', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2783881ae431a8c7e12a56a2b9d4cd92104be51c22f836548332adc79281b88a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2481, '2022-11-16 10:58:17', 'SALE/POS2022/11/2491', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '145.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '145.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 38, 1, '145.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57e97d09533c7cf22ad38d928d1686d0bdc8a81c50d1ca69d67dee4215cbe6bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2482, '2022-11-16 11:05:36', 'SALE/POS2022/11/2492', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91d7b973846385e3f08028fefe9e4d240856dfe690954756fa14298b15d4459d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2483, '2022-11-16 11:36:23', 'SALE/POS2022/11/2493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fa5d0306171a479ba53e152fc06839758e511f08d8e8beeba4d116dce74ab0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2484, '2022-11-16 11:53:09', 'SALE/POS2022/11/2494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d892c353b35e4b75fa51db2843fb7f68443ecf75f53353c10d93c19492a47d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2485, '2022-11-16 13:04:20', 'SALE/POS2022/11/2495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05bb628915014fb7d8cb1d94dcd709b5b6a85e768f46198f1a10988970e8fc45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2486, '2022-11-16 13:19:40', 'SALE/POS2022/11/2496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '738d4916e5d643e7c50c6124fbfe0294da09161d14a83b6ecc481cae4e718fa8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2487, '2022-11-16 13:43:30', 'SALE/POS2022/11/2497', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce3f3e0e020f0c3aa683cdecc441c049a8ee9b7db36a3bac74f376d60433b32e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2488, '2022-11-16 13:45:56', 'SALE/POS2022/11/2498', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '500c7ed266a6afc30b376f6700b8ce9bc777ac7f56c045d7081c1b1b2593bd40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2489, '2022-11-16 13:57:03', 'SALE/POS2022/11/2499', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea351eea2b288788ae2c6adf3d9ca9a8502dda9015cae9f0c93084b23d487a9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2490, '2022-11-16 14:02:58', 'SALE/POS2022/11/2500', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb20aa95cbc6de20924cb6a7ff8f8cbe85ae3c7a0afcf986c0e42fbf94bec55d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2491, '2022-11-16 14:31:57', 'SALE/POS2022/11/2501', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68dad33c06b055f313a908371a1d5676ac26145102e9a91ac56a76fa22a4f085', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2492, '2022-11-16 14:32:28', 'SALE/POS2022/11/2502', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbc6b52230ffa6fe5cda47c9a9f75ee478f48dfcc3c58796aa86d7826bc28092', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2493, '2022-11-16 14:41:27', 'SALE/POS2022/11/2503', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9d9dc0c8b59d2cb7d74aac902f330f38a53b59e9473ec16593aa081ac6c5c2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2494, '2022-11-16 14:59:49', 'SALE/POS2022/11/2504', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '305fe43eb86e1620d614ae5dbe483c114778b64650789c6532c6d5e652095444', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2495, '2022-11-16 15:32:59', 'SALE/POS2022/11/2505', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '99.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '99.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '99.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba125795b5450f958108bf2afd2a37ab95ac7e629cab59b4fe7ad360e726a2c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2496, '2022-11-16 15:37:00', 'SALE/POS2022/11/2506', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '43.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c62d812dfc0d3f2ed95ac26977abbab11bfcb003fea7c9ca063f20997a2aee95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2497, '2022-11-16 15:47:58', 'SALE/POS2022/11/2507', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f1d231c6fae57c4b26fd47fe05b8f973d7f31bf79d1795bc04380c58c365c7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2498, '2022-11-16 16:41:31', 'SALE/POS2022/11/2508', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '177be706a21c31d22a04df92c804fcca8b642d6678f1ec817f8f754d2c840736', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2499, '2022-11-16 16:45:41', 'SALE/POS2022/11/2509', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49709c01860e0681bc0f45ab13613f00f73c49c5b148f5cd30ca04187c17ba02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2500, '2022-11-16 17:05:29', 'SALE/POS2022/11/2510', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '382479e29d0e9bd6914ee7144c8a672c1d7378e0b9790853233c80d7221dff1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2501, '2022-11-16 17:32:02', 'SALE/POS2022/11/2511', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b29008197d254e859d3db85064a3964477921b417edc81f25ccca3c775c6ac39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2502, '2022-11-16 17:35:11', 'SALE/POS2022/11/2512', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '77.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd09e99e037452852a2e81fd5a12a94c4842dbce768e4ab9e67d50c343473c1d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2503, '2022-11-16 17:38:37', 'SALE/POS2022/11/2513', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b99da22a83fc9b1f424ace8882ab4e39a6c4beec5ff16c33d4d88d5d92f6a66a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2504, '2022-11-16 17:52:58', 'SALE/POS2022/11/2514', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f88c833f015f1e60f8877429d70dc12bd4f1356a8a09883e30d0d7e6b583f866', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2505, '2022-11-16 18:33:42', 'SALE/POS2022/11/2515', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2688c740ebd0ad3d785f2588d05409327dda97f7b16e7ba612c2e293d81826b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2506, '2022-11-16 18:46:25', 'SALE/POS2022/11/2516', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edbf819e1a4dca784f14f835f5e7cc40d1fa6ae0ad0e03fb7e17a66270dbfbcb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2507, '2022-11-16 18:54:58', 'SALE/POS2022/11/2517', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc1ab4823b6085e3b52f074b5bf445db95a2d2906fca1316ad3869f84e064c27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2508, '2022-11-16 18:56:40', 'SALE/POS2022/11/2518', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3f40bbe2109624816efe76682a5df87a59f35c0baa94aaf25db103461fb1c5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2509, '2022-11-16 19:49:55', 'SALE/POS2022/11/2519', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd6b4377b742573005344222dc14a1f634a79bdef9a031ba6eb521ce2371a0aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2510, '2022-11-17 07:00:55', 'SALE/POS2022/11/2520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb7e95a479505b4c5210464431fd85f56bf04bd8b6d99d53b92f5385e06c9efc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2511, '2022-11-17 09:28:35', 'SALE/POS2022/11/2521', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a144bd2779ba04dfa7fa5dd081d9f3d85474fca4eee3a4b05e4dc76ad06b1767', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2512, '2022-11-17 10:37:44', 'SALE/POS2022/11/2522', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ad22961741b87213574edf6fcb47a3d0ab9473242b1576a7218deb7bd28717d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2513, '2022-11-17 10:40:39', 'SALE/POS2022/11/2523', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '426892147701cc3175e896ed422f06daca768cfe92206325779019d640db2e0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2514, '2022-11-17 10:51:58', 'SALE/POS2022/11/2524', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '268169c63927cb70c4b912c4a04a4a7962558632b882c66e157e115050168588', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2515, '2022-11-17 10:56:26', 'SALE/POS2022/11/2525', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ddb7d0ea2a7e8bafaf6d97a74fa6d4934d85fb5fbc08d1a74b3e94e6c139d14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2516, '2022-11-17 12:31:47', 'SALE/POS2022/11/2526', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9eb83577e110175a213ad499df798cbe8c4477c2873eee9774c823089bfbe5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2517, '2022-11-17 12:52:03', 'SALE/POS2022/11/2527', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bafc216a92a72a1d0ddc348ca8504d5f27e7b487e251e78204451d38ac1e74a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2518, '2022-11-17 13:06:22', 'SALE/POS2022/11/2528', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34ee62462a06fe8e7b3b041c5a884ad93b38679516efafb681f3a299ad0f92f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2519, '2022-11-17 13:17:16', 'SALE/POS2022/11/2529', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85ff35ab047296f10457aa1a7ebb49d83aafcae2db612814d3ae90d552a0edc4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2520, '2022-11-17 14:08:20', 'SALE/POS2022/11/2530', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45bb48e678a592f6fef5cbe77274caaf082e3ff68b3b93c68981624ecae68d55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2521, '2022-11-17 14:08:51', 'SALE/POS2022/11/2531', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1442da45f501a0e07e80e2f67e1983de4c09504f229d3192a13d25beb10b7b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2522, '2022-11-17 14:19:01', 'SALE/POS2022/11/2532', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b75de9b202a5a4c5332dc82786b970a0f76190befec4bd4fa768253a586ac14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2523, '2022-11-17 14:52:24', 'SALE/POS2022/11/2533', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2285c25e642a3ec86e90d0b513eba21090c2251d0a97ad61a811577c3e6ae33f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2524, '2022-11-17 15:24:04', 'SALE/POS2022/11/2534', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ae29861393621f2540e72100320b5df5607d0e3145f2ae67123e41639d2bba6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2525, '2022-11-17 16:06:43', 'SALE/POS2022/11/2535', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83f1d749dc680c73a0c891da9f0ced580f5f6ae606c28a4cfb9c4385b34b2fac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2526, '2022-11-17 16:13:29', 'SALE/POS2022/11/2536', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f209029f56c6039ee5a7589a6258ab2ec2be27cf35781340bb2ab354ec560b7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2527, '2022-11-17 16:18:41', 'SALE/POS2022/11/2537', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acbb4e035da1b950da8fcae9ac2232cd1436290f565187a40502ee269d4d2cf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2528, '2022-11-17 16:43:07', 'SALE/POS2022/11/2538', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90b8ea6b959e317ae4ae402dc287d48a7df6c412f4008e04024273fc1c890a2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2529, '2022-11-17 17:02:16', 'SALE/POS2022/11/2539', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff9e9c5352529d5f29cdcd074cfe1524c985164703b7e7927a2329840cb540f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2530, '2022-11-17 17:30:38', 'SALE/POS2022/11/2540', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b98944781afd410311406c65a95a79556ef3942b28354cc138a8b4d50ee52ea8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2531, '2022-11-17 18:19:07', 'SALE/POS2022/11/2541', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '76.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08887aad5cb30f163e832d94cb52b0d509c00a91b89e3e06117f2d445d53a160', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2532, '2022-11-17 18:34:44', 'SALE/POS2022/11/2542', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '816f9d90ee82be047935aa3a6b3dd0273f9d52b7075eb148124508fc1146cf78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2533, '2022-11-17 18:48:28', 'SALE/POS2022/11/2543', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89549315c057e646dd28cc3bf7416c75c84625adee15ab9c701220bc6f176f28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2534, '2022-11-17 18:53:12', 'SALE/POS2022/11/2544', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b372d16ffb0257b1718b5f1511d15d819047b7dd3ef456beed3dd914b78d2f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2535, '2022-11-17 19:50:28', 'SALE/POS2022/11/2545', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74a077ced7f956f6cca9083564454388bb7d2b585aa14c6b29df585bc4a2122f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2536, '2022-11-18 06:23:17', 'SALE/POS2022/11/2546', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4757aae0322bb2228e74c645de18d9c2c1cc80f819acb5593a6b7e90dfb62473', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2537, '2022-11-18 06:53:33', 'SALE/POS2022/11/2547', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9234a517a77b660b3d403e921372f499ba9680b0fe54766669698cf72216b6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2538, '2022-11-18 07:20:31', 'SALE/POS2022/11/2548', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '69.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd19cd4e3127430daa8dc06680d60d911836950f722e0f4373cd59cc018052ce4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2539, '2022-11-18 07:25:21', 'SALE/POS2022/11/2549', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '92.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6391c2e07ee17aadda1e82d7b380118a01bac0e4ce0b7e2654f0c98957f266d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2540, '2022-11-18 07:32:54', 'SALE/POS2022/11/2550', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0421e1e86d2e3a0b7995dd756597980c8346daf2df95705f525c38a139c1a0a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2541, '2022-11-18 07:40:15', 'SALE/POS2022/11/2551', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '113.4997', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '113.4997', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '113.4997', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdef44968f44927a020d375e7bc5cd2a1d6e038b2550fe5ce953ee9635ec917e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2542, '2022-11-18 07:40:46', 'SALE/POS2022/11/2552', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f838c6674346105d9e25bb328c8f1e678b6072c2461c8cdbb83844b6935ece0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2543, '2022-11-18 07:44:57', 'SALE/POS2022/11/2553', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a430d72505f1b6409913f4504756e1667e925dc2b603dfb38527db81cfa258ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2544, '2022-11-18 07:59:52', 'SALE/POS2022/11/2554', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '148.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '148.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '148.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '074ba6088cbdce774d30db00303908ae1ccc95622165d00eef33f14ff6decf47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2545, '2022-11-18 08:01:30', 'SALE/POS2022/11/2555', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8426519349a9504b2fc699c3ede201b1c1e797ab6d1ca460192754055e0057a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2546, '2022-11-18 08:08:36', 'SALE/POS2022/11/2556', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a71e596e77d31b4821593276001e0cbd1b5783f2b9345da761c520ceae117541', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2547, '2022-11-18 09:14:58', 'SALE/POS2022/11/2557', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '529295ef286bcdfb492b948094510a1c2e31671f4ddde37439208634f9c6489f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2548, '2022-11-18 09:44:22', 'SALE/POS2022/11/2558', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a92b5dea127476154df5ada2351cfde2d981dedd87a8e0f2dbea9b01f79637b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2549, '2022-11-18 10:05:09', 'SALE/POS2022/11/2559', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39d076358deb974bb3a47e4a7a78e6f6376291da3ed8e77f46bbf1d33a9868fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2550, '2022-11-18 10:17:30', 'SALE/POS2022/11/2560', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '921a004c6c77a99ffdd3013269ed248ca58530fd396a13cdd8a1571d230e9b51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2551, '2022-11-18 10:42:29', 'SALE/POS2022/11/2561', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f943e2d6441ce1c85e407b040c1994bd953af74f609f4c92a16c90eb7bb8e24b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2552, '2022-11-18 11:08:04', 'SALE/POS2022/11/2562', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c071993c765099ace81c272d2b10f54fa64687de7db9550f117316bc55950554', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2553, '2022-11-18 12:42:33', 'SALE/POS2022/11/2563', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c3b97255559b42741dd4fb6438febcd9308547bc385ef0a1484f0b70942df78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2554, '2022-11-18 12:53:29', 'SALE/POS2022/11/2564', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d6a3a85639a1bd140e2d33e6d1a1d132951c076f0a52f4538f174a710de2aa2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2555, '2022-11-18 14:22:29', 'SALE/POS2022/11/2565', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11324d9a864673bd80328c9f79fd4395d0af310e4b74f9b3d1d4b00c03706d99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2556, '2022-11-18 14:23:19', 'SALE/POS2022/11/2566', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9b94c6755fed89abefeae3aa85f4c5009c3ace838c3d126f37596c8fd23f053', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2557, '2022-11-18 15:13:41', 'SALE/POS2022/11/2567', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a78dd0afb8e8f73d96569ebfb788af3bfd39e544d0582bd8c26dc9db7d1fbc4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2558, '2022-11-18 15:44:14', 'SALE/POS2022/11/2568', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd24251332df4040ea72f52b52cd1c3e678657aa8eb1dcebef8b4a0e5d14169b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2559, '2022-11-18 16:11:29', 'SALE/POS2022/11/2569', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '701d8a5fe4658859b411ee776c050aef379c83777b6447686b9274e1d6483b88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2560, '2022-11-18 16:57:20', 'SALE/POS2022/11/2570', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b12057ac7ceb89799a86741695e8bc0310ae993507cc49e8b5c1da714835b113', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2561, '2022-11-18 17:03:31', 'SALE/POS2022/11/2571', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4be8e762f4066d4d1af20b3acc3aabd5fa27c9efc71c6644a95c2d2c9254419b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2562, '2022-11-18 17:07:47', 'SALE/POS2022/11/2572', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae630f89438712bf401acde76145a3c9ad8968c90b5808ee6d43c42171e4b0e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2563, '2022-11-18 17:23:44', 'SALE/POS2022/11/2573', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7230aea81ca09a88b752fab9634f2d97abf4278b4424aac4d080c53b8cdb5b6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2564, '2022-11-18 17:41:13', 'SALE/POS2022/11/2574', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed77f4bb6b9144d7e942b272c538b2f3ae23d484edae94db4ed483887140de1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2565, '2022-11-18 18:30:11', 'SALE/POS2022/11/2575', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e68724e4534dc4fb61b93701185a4a9f8b382a7e80f2887bdefc0dddba122d9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2566, '2022-11-18 19:56:55', 'SALE/POS2022/11/2576', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b53cef2c522f0628e8ab03d05b0eb555f53e6fe400fdfff5082fe666eedece8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2567, '2022-11-19 08:43:32', 'SALE/POS2022/11/2577', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30051281f68d83eb5a95e9d477942ae2c56a641fb11f03ff73f5a21730861a0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2568, '2022-11-19 09:05:39', 'SALE/POS2022/11/2578', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f677dd875d3ec4ac847b30300f534df3fddc7dd906a16331261a24d3d2794484', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2569, '2022-11-19 09:18:10', 'SALE/POS2022/11/2579', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd33db4bec07087f9716dd3d497cb451f902ea910ad923a44125908924c327a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2570, '2022-11-19 09:20:00', 'SALE/POS2022/11/2580', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '976dda94c98cc61bcadad20234d87feba9eb288a07d1eebf79e5fced7a1db5db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2571, '2022-11-19 09:29:24', 'SALE/POS2022/11/2581', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e60fb6e83907208575268e759b8740f84d98f9b22e60ff4daf5fc4d6c8e4ea65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2572, '2022-11-19 09:46:27', 'SALE/POS2022/11/2582', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f363a423f797f10f93f112ed1c566d8f527c7f25be2af63782aefcded3d2c89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2573, '2022-11-19 10:57:34', 'SALE/POS2022/11/2583', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ac36eca42631c3dad5ea1e36b02dfa72287932bd9592ee0a39a633ddfad05e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2574, '2022-11-19 11:07:17', 'SALE/POS2022/11/2584', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dc4dd156a83315e42bab2db43831856847de7d841f2b3f9ffe5a16e95167f22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2575, '2022-11-19 11:23:35', 'SALE/POS2022/11/2585', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac9b536fe90a563f435a80b4613e373fd85d4db9039b67fd61182d1f20e89938', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2576, '2022-11-19 11:39:55', 'SALE/POS2022/11/2586', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f22a6323ad1867596d4b3bcc797f31a7b2d1cc1b02b337bc8cf079ef414dabf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2577, '2022-11-19 11:52:49', 'SALE/POS2022/11/2587', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b153c1978813739edbf8778f2e99980bdbeb71c818a58fb0ff77d9baba44746b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2578, '2022-11-19 12:05:45', 'SALE/POS2022/11/2588', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69a3c475b80c0bc2dde86252c3a5962cd00959356c1d26367dba3608063ab2e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2579, '2022-11-19 12:16:34', 'SALE/POS2022/11/2589', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11a266abb1d863045386729f178ed39da4664c12506e9c56f1bb2a0958c615bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2580, '2022-11-19 12:19:41', 'SALE/POS2022/11/2590', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e289613f721c189941e9b6807fc58d824068173f9f2f3ca850d587f3e8a9346', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2581, '2022-11-19 13:06:56', 'SALE/POS2022/11/2591', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fe6db43f9dc99b888459072f47f69c1c9a95e3ad53d9ab686c0e21cf4550f79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2582, '2022-11-19 13:16:35', 'SALE/POS2022/11/2592', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0810f7f72ae4c00de8fb52e8879830807df99b19d7d3756b0e09a4b05f086f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2583, '2022-11-19 13:57:39', 'SALE/POS2022/11/2593', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '144.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '144.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '144.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcf387f3fb4fdf13e1ba67e47c91c5ee128d3ff4eaea0ef9e36e30a33a185859', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2584, '2022-11-19 13:58:16', 'SALE/POS2022/11/2594', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b48b605a275ed25107ac9bb62cdbd3236ae678e88c35e794342e2fe971131243', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2585, '2022-11-19 14:18:26', 'SALE/POS2022/11/2595', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8c60c13d56d018c1a4b8a70ede2587b4b27c4aff141580503f55ea782f10743', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2586, '2022-11-19 14:35:56', 'SALE/POS2022/11/2596', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc9d6ece06715bc72338a7967f96220fe821cb0b4fab78c49bc941c76ac58ecf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2587, '2022-11-19 14:39:26', 'SALE/POS2022/11/2597', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df6a353591d82b69fa0687ad95334cb77710e3901610a3bec77a3d446544b6ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2588, '2022-11-19 16:23:06', 'SALE/POS2022/11/2598', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7137c6244b519934424054f14365b3a274b0f943928e571d9cebb7abea294c1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2589, '2022-11-19 16:55:05', 'SALE/POS2022/11/2599', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8134fa778f71f884a6f0e139879d65bfe46ca92739838d22b33dc45e96a9edf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2590, '2022-11-19 17:15:17', 'SALE/POS2022/11/2600', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd33593ac748dc8b85535eec4a7d34c9f5c85e1bfe14b5ac91869265f47bc09d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2591, '2022-11-19 17:40:05', 'SALE/POS2022/11/2601', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8df210609f899c20d7d20a189f30f767fb36dcf0eadb64c0f6c7b7a3e7500bda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2592, '2022-11-19 17:41:57', 'SALE/POS2022/11/2602', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ba94e3546a0f659be9be5eea103e2c67d48f911debd1170f6785d26eda613d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2593, '2022-11-19 17:47:37', 'SALE/POS2022/11/2603', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8fbc0732abb065d13c52c92c59ce00635a61b6f61ae6499af1024ecbec89946', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2594, '2022-11-19 17:48:12', 'SALE/POS2022/11/2604', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92357593bb98a77191ef5a54bc4f20639f51a0e141743ea2d5f842267838bd65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2595, '2022-11-19 17:56:56', 'SALE/POS2022/11/2605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0811c16da228e380a6c1f3d2c6aa3e108d6c0380e2f7d3af3d1276304fff7d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2596, '2022-11-19 18:09:40', 'SALE/POS2022/11/2606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83b238f204dbf6cfda17aca23fe2cdbfb1532a7853535289c2d9e55190a0248a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2597, '2022-11-19 18:10:37', 'SALE/POS2022/11/2607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0c2f2759585c2ed25bdb5e891ec513d49508372e03d873af0194fcddb34d699', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2598, '2022-11-19 18:33:41', 'SALE/POS2022/11/2608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f18b1077aaeda1962a4f28fd63a8959b839d3e45bd5835260bbaa0bcdf859ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2599, '2022-11-19 18:42:25', 'SALE/POS2022/11/2609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed75bc84e683bea2ff6ddfdb86c415e894103acfd4e6418e474e3f1465654d1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2600, '2022-11-19 18:49:41', 'SALE/POS2022/11/2610', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1151cb84c83cc917755b278b6e3ff362e99806e32b6fa86aa5fdf0f951fbfcb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2601, '2022-11-19 18:54:02', 'SALE/POS2022/11/2611', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb92ec6971e2247803e2d1f5763b75199d69491660ee353d395a001390767884', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2602, '2022-11-19 18:59:36', 'SALE/POS2022/11/2612', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c475a0ce292178b312569c3929bc28812df3d0982677cb3885bb14ff4734ebbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2603, '2022-11-19 19:16:52', 'SALE/POS2022/11/2613', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '88.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '88.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '88.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37e5401da0fa44ccbb9f680859b67d355f60fc1fda9466a7ee95fc549dffa7f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2604, '2022-11-19 19:46:23', 'SALE/POS2022/11/2614', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb744a313b617bf944bc9b9ec8a9dc6a3f219c206746a90b6e1baa12d8fb883c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2605, '2022-11-20 17:37:02', 'SALE/POS2022/11/2615', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '724.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '724.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 85, 1, '724.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57650f57fd8bf969f1cd25d5e5231b5101bd755fb7dc2d861629d3b794303499', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2606, '2022-11-20 18:16:59', 'SALE/POS2022/11/2616', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60e478434ff22a0fa9db5788c5dd8e10b85077fccee789ef3ba12e1710e8585f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2607, '2022-11-20 18:23:49', 'SALE/POS2022/11/2617', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '955718da68bb59cb18f4243b858a7de009eff8cc0f45dd440e106be1f0eea9c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2608, '2022-11-20 18:25:57', 'SALE/POS2022/11/2618', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '318af8face15ae3f455f79776d4392adfb463732c4676cdf6fbbe8e99015b406', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2609, '2022-11-20 18:31:41', 'SALE/POS2022/11/2619', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '908e9d87b26b0bd32b60c22e355464b3225944535b2dcfa7270f7ef24cc67843', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2610, '2022-11-21 06:28:57', 'SALE/POS2022/11/2620', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb0c0829589e5cf9ddf9c56d12814d08d08796d803860340b7eb2c7e0201349e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2611, '2022-11-21 06:43:18', 'SALE/POS2022/11/2621', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '556.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '556.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '556.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c839551e5ca930c846860e4e37be7e985082be2d9d474428d454e6d5c7ee0ca1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2612, '2022-11-21 07:11:05', 'SALE/POS2022/11/2622', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd2bd9e11d22d99ee5bd6a5496aae25a2cdeb6b2f63eb79ffb5c97d54424d89a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2613, '2022-11-21 07:12:04', 'SALE/POS2022/11/2623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '479cf255b7a1c7f9fbdd80d700b0a093d9d7e01cd5b5c5076db0858f05713dcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2614, '2022-11-21 07:14:38', 'SALE/POS2022/11/2624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '92.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'affc4117eed2d79f23803fc40eb740e73aaa0b83786934fabc851718d622f4a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2615, '2022-11-21 07:15:17', 'SALE/POS2022/11/2625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da8f1a6ac652ed76ebd8156eb97e1be28e2636f7d7bbd141a776c521c31eac5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2616, '2022-11-21 07:17:53', 'SALE/POS2022/11/2626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b41ec2366ac03a68fe53b6bcd580989b77c78cdbc4f488d8d864a8633a45554c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2617, '2022-11-21 07:21:01', 'SALE/POS2022/11/2627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '74.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '74.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '74.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10ba18709067e2d5354f3f94c431d3d31ea073ba55ae7b8dd494265c2fb25750', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2618, '2022-11-21 07:22:56', 'SALE/POS2022/11/2628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '56.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9a8027171f7542073b596f6efe4066f1a2348260b3e2d2500532b70ad194f18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2619, '2022-11-21 07:24:04', 'SALE/POS2022/11/2629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '326f1607d15ecd11557db18aa4158e028dda4c27f18bec2551aedfec7cf2a68b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2620, '2022-11-21 07:33:14', 'SALE/POS2022/11/2630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d2c71e127a80b84a30b3632d3702c35e49b1387fd2280b2a78f55001dcfd8b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2621, '2022-11-21 07:35:38', 'SALE/POS2022/11/2631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76f2cd898ff7daf74dacd248869465b3b74c79b0d558a491301335e8b6aa6a19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2622, '2022-11-21 07:39:18', 'SALE/POS2022/11/2632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '83.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d70ab0b496130c4dabd87dad212fba9f5c1d1ff5d04edc7f907a64f9bac992b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2623, '2022-11-21 07:42:01', 'SALE/POS2022/11/2633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c5c4f29567068f31f6989d471a667e3c25433cf84e7597ec7f504132a5c15eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2624, '2022-11-21 07:44:38', 'SALE/POS2022/11/2634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '341f7e31b71a55e084c9d9e473a948b3c154923f224b20e18f824a51cad2be61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2625, '2022-11-21 07:49:36', 'SALE/POS2022/11/2635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '53.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '297075ce6b73211863ba3c6b6deb0be175c3224558fc44bdbaf7e70d230dfa51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2626, '2022-11-21 07:50:18', 'SALE/POS2022/11/2636', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2458410b40ad81f2e5f37756c4c3f1413233a9b01fd512d5f68809d5a11fb216', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2627, '2022-11-21 07:55:13', 'SALE/POS2022/11/2637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '61.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5937231df817613f26b8e9b302fd0a43452badca50a70c44a1648dbc02910eba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2628, '2022-11-21 08:02:00', 'SALE/POS2022/11/2638', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '208.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '208.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '208.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '391c78d32c2abcb437cafbff9b89f618ed127b7fa25b5ad4e1b17d6912860047', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2629, '2022-11-21 08:12:30', 'SALE/POS2022/11/2639', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '10.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5cd214ccfd148458dd3be9e24da8e7a652075d81c0da66369c0d1eab2898b69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2630, '2022-11-21 09:41:16', 'SALE/POS2022/11/2640', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '251.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '251.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '251.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6be0d156b0320092d115889488aa0b25d11f859a8f8b92c9694ceb939a6d0c54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2631, '2022-11-21 09:41:46', 'SALE/POS2022/11/2641', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0ccdfc2f2d59763902af7e20d174d6202c5248f0cb1a4465c6810b3bc509c23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2632, '2022-11-21 09:49:25', 'SALE/POS2022/11/2642', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '220.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '220.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '220.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86a236f138d2e5c139e8407c03ee7f562c4bcd1091c494abad76d0ea9d9d21f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2633, '2022-11-21 09:54:12', 'SALE/POS2022/11/2643', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1aeeaaa9835b76aecf97385770b675953a3622f9f3241e64738473cb739800f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2634, '2022-11-23 16:03:00', 'SALE/POS2022/11/2644', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a982e424fe15d09b70ceb0d134d2733c42348963c87a9a7bcadbf545ced11d01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2635, '2022-11-23 16:05:09', 'SALE/POS2022/11/2645', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4025f00f2eff46f5ece06b6254faf46790694ac190a784b811bbf09b3f34ab94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2636, '2022-11-23 16:07:39', 'SALE/POS2022/11/2646', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '43.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f55be3b795acbc51c15f6ee4d925f8eb9d17c60d1121c3069ef48e76d2b5e659', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2637, '2022-11-23 16:24:43', 'SALE/POS2022/11/2647', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '103.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '103.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '103.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f58efc82ff27d56574427c8fc3b71c53ba7538f2cdf7c48aea88491c68822b8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2638, '2022-11-23 16:33:35', 'SALE/POS2022/11/2648', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '135.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '135.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '135.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '801d510e0de6012433cfe4b188f0bc6a83517d5649540361a50b021d93be0b6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2639, '2022-11-23 16:43:20', 'SALE/POS2022/11/2649', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '88.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '88.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '88.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '623da58fab8f4c131708efd1b7de17700fc8d66699072e834b84bdb458dae2ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2640, '2022-11-23 16:54:09', 'SALE/POS2022/11/2650', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '134.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '134.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '134.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '970d77962f3e50603dda8b6d54b6d722092a5fd716b4ba6cbe81072cf31b6615', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2641, '2022-11-23 17:06:11', 'SALE/POS2022/11/2651', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fbcf5b75d4b104631843f4c091c3a585dea2eefe2dc663ea43c05e64d9eeefb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2642, '2022-11-23 17:14:55', 'SALE/POS2022/11/2652', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '137.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '137.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64e1aa8affdcd89ac872c3f3413104d2a8e2eaa571658217fd27a8ce4a28723d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2643, '2022-11-23 17:43:16', 'SALE/POS2022/11/2653', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '171.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '171.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '171.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75bc3ed130d500e895c633df88eda43403c57d44d32472571ba1ca27f7268a4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2644, '2022-11-23 17:55:10', 'SALE/POS2022/11/2654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '96.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7700cac45863c6c415c6219ddfa57a6a077092e1715027ce3f4a8abf62c81a3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2645, '2022-11-23 18:01:01', 'SALE/POS2022/11/2655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c9d5d9dddf46497f6f81bc13b55938712cd5b6d7f5b9c54bf73142a58cce143', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2646, '2022-11-23 18:07:23', 'SALE/POS2022/11/2656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5f45c4fabc4bc6d112bcc1ea2fb8e4000ab5eceeeab608b5bc74aa4b9b5ef86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2647, '2022-11-23 18:14:32', 'SALE/POS2022/11/2657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c2c3d8552204831a46179ea704e9a57acac66fadc7d67f2a9fb65502a5e7c15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2648, '2022-11-23 18:18:28', 'SALE/POS2022/11/2658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd25c3525dc7edd063753e9423f994c10ef815be94a937d63e39944d915845b4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2649, '2022-11-23 18:20:53', 'SALE/POS2022/11/2659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c98c6b0738d428ccf52ebf04ec500471767ad8f79c9ceef7c3289b2b29f74fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2650, '2022-11-23 18:26:59', 'SALE/POS2022/11/2660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92074aac231bfee6299b07c911b961a85dbe3b8335ec19318934859d8fcc6b60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2651, '2022-11-23 18:30:04', 'SALE/POS2022/11/2661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9510626e171c38b99988daefefe8e42a4407de578ca1b1b1361edd7c809752b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2652, '2022-11-23 18:31:10', 'SALE/POS2022/11/2662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7be5d3298b579e6a1901669ea52519de4a3ae9d432fcca2cc27a88ea35feee59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2653, '2022-11-23 18:34:39', 'SALE/POS2022/11/2663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdd21afa8d89e1feb8a6127ecc3dd81cd1bba637e5ad8c85b0103b04a76b57ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2654, '2022-11-23 18:37:39', 'SALE/POS2022/11/2664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2e46ef094a72a908994654849c047d8f7d4782dae800095c49243d06f46ffce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2655, '2022-11-23 18:39:05', 'SALE/POS2022/11/2665', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '710bb981a38c53fe0413c7ff2dc55cd17a010a235b206b20d51b381ad0cdcb02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2656, '2022-11-23 18:41:55', 'SALE/POS2022/11/2666', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f1e4fec2eaa61174bb1495691df0adcb0c38b925901e77a36060c5c2301122b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2657, '2022-11-23 18:43:52', 'SALE/POS2022/11/2667', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95fd14b399e8d691289d47a25e479309b29005eb75a911518f23eea9ba7c7f18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2658, '2022-11-23 18:51:50', 'SALE/POS2022/11/2668', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6459aaaf38ac1706b97359fcad3d7165ee4a61cf14e9b1bdd4d23aafc48cb98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2659, '2022-11-23 18:54:24', 'SALE/POS2022/11/2669', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '357a0c5433225964d6d5637de08742e4005a014264b157a8514b44740afc3603', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2660, '2022-11-23 18:58:04', 'SALE/POS2022/11/2670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '30.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f3ac084563f1c9a46db5cc0fe6b8748aaf97431863d6a2712ee5bfa8d66e96e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2661, '2022-11-23 18:59:55', 'SALE/POS2022/11/2671', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '19.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c88f9d30cf2fccc269f5d11a0556863c50dbfc8aeb297250617ca961a87015e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2662, '2022-11-23 19:04:11', 'SALE/POS2022/11/2672', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '104.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6591a2ec0a26f992e391ed19ea33062207841310e38d1b078c82b4862bc50359', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2663, '2022-11-23 19:09:05', 'SALE/POS2022/11/2673', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '384.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '384.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 43, 1, '384.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '672560aa0556a037c5d442f26f43d3cb1b7c3344542746ad26b32e089d9805fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2664, '2022-11-23 19:15:34', 'SALE/POS2022/11/2674', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '122.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '122.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '122.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a33f5d254d25f2bba0fd79be78eec60144ee6184184560a6a2991558bfb975b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2665, '2022-11-23 19:23:44', 'SALE/POS2022/11/2675', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da0dc52e0960162b3b7b6cf19d0aa5a7dfb37f89774dff2bec9a18dde7a8773d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2666, '2022-11-23 19:36:40', 'SALE/POS2022/11/2676', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95e8e74d62fc6485748120a457cf0e9d633e03c8a888bb7ea9dc65e1f6f5a771', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2667, '2022-11-24 05:19:56', 'SALE/POS2022/11/2677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ab06d65865b5cbfd1ae5a6fe4fb90a13587c75cf777b66056df03f2b23fbc74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2668, '2022-11-24 07:47:45', 'SALE/POS2022/11/2678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a09df9362d445c6bffd394340666c065b295e349fddff1a1bb8bb78927620c5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2669, '2022-11-24 07:50:53', 'SALE/POS2022/11/2679', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a81e0a6ddef9cee04ccd7c8361f8e803cc489e2d658343731530d233e0277dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2670, '2022-11-24 08:19:23', 'SALE/POS2022/11/2680', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45ad27ff471ac217052efd36be3d8aeb5f40f4cc527d90cf3eefea9349a6a2b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2671, '2022-11-24 08:27:14', 'SALE/POS2022/11/2681', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 51, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ed0f5497af7087663a0faa259e3a664ef6e4c724961d4aa15d25822a286e4ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2672, '2022-11-24 11:11:19', 'SALE/POS2022/11/2682', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51c1b884f934de7b235da2c22cb261aaf7ae8924569b0df0056b8ddf47032d28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2673, '2022-11-24 11:18:20', 'SALE/POS2022/11/2683', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '237ca6ec996b19183f4a43c6bc06e0e992bdebb2c2196882738413e3381b334b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2674, '2022-11-24 12:25:44', 'SALE/POS2022/11/2684', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '300.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '300.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '300.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a223c829bf6659bc3a2c7778abd951d9d6e617d57e1877d647ab3c69bad55a58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2675, '2022-11-24 14:12:19', 'SALE/POS2022/11/2685', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f360c2a2a95b436dd0896cf21b2c563b37e787450631ab7a039ecb0bc9091c4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2676, '2022-11-24 14:46:07', 'SALE/POS2022/11/2686', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '027a61a44f85ba73796de9c22f8a64b2e450e495ae5f5199c26d2998534d5144', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2677, '2022-11-24 14:50:27', 'SALE/POS2022/11/2687', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '112.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '112.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '112.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'abecbd4cf67f169111ad364f83667b92d7ebbbc4a4b9ffa961f21969493e87f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2678, '2022-11-24 14:53:50', 'SALE/POS2022/11/2688', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8430f17cb53ec62513bc0b46a46cae614a3d5ed7820f390d6becfe8b2ef6181f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2679, '2022-11-24 15:18:53', 'SALE/POS2022/11/2689', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a69e62108b6a165f0f167b145cf70c2e919cbc166bd7c186d8d6b3a53bfd87d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2680, '2022-11-24 17:05:49', 'SALE/POS2022/11/2690', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a50b442de724dad1a373cb7d16c101eb5ba3c7f1a802fc22d35b2439888851d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2681, '2022-11-24 17:12:25', 'SALE/POS2022/11/2691', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de58dee06b8c13ac58b3052ae0068010809930f779aceea4509657750aa62a80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2682, '2022-11-24 17:13:30', 'SALE/POS2022/11/2692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04f7d69bf7b869a7b0633e8bf0bba89b79f8baaeb6418d4ce889cf1f4304561f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2683, '2022-11-24 17:22:22', 'SALE/POS2022/11/2693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5c3c5f7b0fa40fdea29386d39439b704a6d24622c22a52da31c190bea788beb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2684, '2022-11-24 17:25:01', 'SALE/POS2022/11/2694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bde585c3cf42e9cd23bf21e5e7a619790104c2cfa5aa4642995c8d119ef7217f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2685, '2022-11-24 17:25:30', 'SALE/POS2022/11/2695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '784a03ddad280ac0b906f01188819afbe2da48acda2b4df6569455f21ec95929', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2686, '2022-11-24 17:41:14', 'SALE/POS2022/11/2696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0efad1bf7c04bbaf4a2e324ac1364bc47338217fc73eb7fdf8e87dcda01c2404', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2687, '2022-11-24 17:56:52', 'SALE/POS2022/11/2697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90e13dabf200a68bfb61006c7f98dbd5e9f190d85350946b01ca98ed75b79b4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2688, '2022-11-24 17:57:44', 'SALE/POS2022/11/2698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22d962f7f5aacd697b9f67f50d280f9763e385155222422d1cdbbe48b18868fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2689, '2022-11-24 18:06:13', 'SALE/POS2022/11/2699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '817b719e729dbdea4ba1bde590d6045eef4830cf29796629b40b04efa5e5389a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2690, '2022-11-24 18:14:02', 'SALE/POS2022/11/2700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8bdbef6acf7538b8c8f356c45f0d86bcda56bf92646d999547213099da53174', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2691, '2022-11-24 18:22:28', 'SALE/POS2022/11/2701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a7f54fd0c8631eb2f37507be73859160972b97a54afba4cd0275e88b90b7834', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2692, '2022-11-24 18:36:21', 'SALE/POS2022/11/2702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cb9a207bddaf63146a76f4a83ffbfcf9bef3505e0da4c4e20253d68c983fbbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2693, '2022-11-24 19:37:33', 'SALE/POS2022/11/2703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1b80077f6ea82fbe2d1bfefd24526294b2311a4b6fff8c9addf5eff81243f8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2694, '2022-11-24 19:45:22', 'SALE/POS2022/11/2704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '698ce51b6606ee4dc7e788a14a191d7f8823f8f02730547e1308d8f91fdcda99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2695, '2022-11-24 20:15:17', 'SALE/POS2022/11/2705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '62.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a566eadd326bccbf6baa41284f0f25563bb4dccef5ffe07183ca90dd580376be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2696, '2022-11-25 06:10:05', 'SALE/POS2022/11/2706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc433489c5f092f084146140cb17125874056e257217cc5e5f8c1f7580fd1ffd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2697, '2022-11-25 07:08:29', 'SALE/POS2022/11/2707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '61.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e2fbd83dea06b2f2c7a735f7a49af0922e288e4a1af7ce33237a256a839b25a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2698, '2022-11-25 07:30:24', 'SALE/POS2022/11/2708', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5e10b54a4088e9cf50050e318304384133b1837afa533fa2d8fda486d6e42b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2699, '2022-11-25 07:57:37', 'SALE/POS2022/11/2709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e581606a01669e199000ea975e39bd2e41a8535fbbea0a173e0d421eb50a704a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2700, '2022-11-25 08:15:51', 'SALE/POS2022/11/2710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1401119f37235e94e7d38dd623a95f7ff5d7c6c5f7821ffe6434ebca39ca8d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2701, '2022-11-25 08:16:22', 'SALE/POS2022/11/2711', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1371400672899997a8f918ea389731f24a000146ba7854fd7bcfb81a4f350305', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2702, '2022-11-25 08:17:25', 'SALE/POS2022/11/2712', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8674565c8b05674628ec8720d6cc0c64870a20e0a4d275959ffee1435d7442da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2703, '2022-11-25 08:18:52', 'SALE/POS2022/11/2713', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a66f81e4e0abcdb9573c6db4251eee239d13978e525793f3a789c0650b476d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2704, '2022-11-25 09:05:19', 'SALE/POS2022/11/2714', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '468.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '468.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '468.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ece7d488b38056a4cc764a1a758c5fb4d729fa7ec9d837bb345034bcd9798f06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2705, '2022-11-25 09:07:42', 'SALE/POS2022/11/2715', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '114.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '114.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '114.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c3bf894c1b8d9e7383ec5ea335f53f79cc8e57fc1f54c310de874998c434015', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2706, '2022-11-25 09:10:11', 'SALE/POS2022/11/2716', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c56f63c3adf3d0033b463213e863769e920232c28d1f44de6b0eafdf1100e06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2707, '2022-11-25 09:18:38', 'SALE/POS2022/11/2717', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a76623c811a2234bb80fe726516442ec1298e90510596bb609c587efda101b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2708, '2022-11-25 09:58:43', 'SALE/POS2022/11/2718', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c918ec7a119f170cedd4f21546561dd56ceefcee9c8132cbed96aed585c9376', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2709, '2022-11-25 14:39:54', 'SALE/POS2022/11/2719', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '233.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '233.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '233.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '915bb897de150facd18a20250f9bde6e468fccab9ac04e377a2392d5ff032083', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2710, '2022-11-25 18:46:31', 'SALE/POS2022/11/2720', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddf956fbd4207c3402712e94713476b0d5809921bb442fd73c1dfc142f8ce1a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2711, '2022-11-25 19:44:33', 'SALE/POS2022/11/2721', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '115.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '115.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '115.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed3b04312cf768798d31003c05913221d72f1cb8372b6358765cdfacde5f3667', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2712, '2022-11-25 19:50:25', 'SALE/POS2022/11/2722', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef094a7cad03d0388b90c73e9325c9802bd007fa0f812eb2e592ea68d8a8fd4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2713, '2022-11-26 06:23:13', 'SALE/POS2022/11/2723', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '65.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56b3ff8446d11b71a8f29ca747f04a0a05bacd4f8e6cd3b814bdef2fb5be71ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2714, '2022-11-26 15:02:50', 'SALE/POS2022/11/2724', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '732.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '732.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 83, 1, '732.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5221518eaaed078bbb3d577d0c7b786a2e3e87d4f64971943504dacc031471e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2715, '2022-11-26 19:59:09', 'SALE/POS2022/11/2725', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '323.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '323.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 37, 1, '323.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e9fb767473b95daded82fea6098ea4a80cb1a1d144b4e926c9bd6f5a7a3e380', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2716, '2022-11-27 18:10:03', 'SALE/POS2022/11/2726', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '598.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '598.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 107, 1, '598.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a60e2b88dd9354646be97a910c2b08c994ba8bc4744efccfcb598d11ac69ddbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2717, '2022-11-28 05:49:37', 'SALE/POS2022/11/2727', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a131044eea21c4d706b27113c69b2108d6ee076c8160def1d0a11ccf593926c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2718, '2022-11-28 05:51:59', 'SALE/POS2022/11/2728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fcbfb77551ea320cf71db04ccfa252dfe4f7faf4b52c9a4d2745780a6ad4f5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2719, '2022-11-28 05:54:31', 'SALE/POS2022/11/2729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6ad8a49e6d7ea72c37e96bc7120ff848791006b35b542dcba62f81dd4fc4640', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2720, '2022-11-28 05:55:46', 'SALE/POS2022/11/2730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '808bbf5d7714b2418e691d222c8367e28b58a2975b65d2612b0c576889c9d39c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2721, '2022-11-28 05:58:10', 'SALE/POS2022/11/2731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '139f53ef123903bd7c48e3c3c25aaa706584ea845d75a4e4aae229c236fd1b1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2722, '2022-11-28 05:59:46', 'SALE/POS2022/11/2732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61ae4c23566a49901d7de7dd2c9cca3569c80ee4f4837dadd34ee856f35108e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2723, '2022-11-28 06:04:38', 'SALE/POS2022/11/2733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2558d4453550c5cc29a0a988b55da33f56c72ef971a4eec991047d7ce91f64b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2724, '2022-11-28 06:06:13', 'SALE/POS2022/11/2734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '77.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38e68e686dae24902757112c3bcd201850e9646bab5b95dd7e7127e1ee34e81e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2725, '2022-11-28 08:05:47', 'SALE/POS2022/11/2735', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '81.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d82be2b04908946509cc4a0967d9cc2147f4bab9af4834551beca70656704a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2726, '2022-11-28 08:23:10', 'SALE/POS2022/11/2736', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa2c30e0a885d3f248465965c8adc5fe56e52b7cfe11962a2123e45f16cafbd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2727, '2022-11-28 08:24:59', 'SALE/POS2022/11/2737', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6682084780d807726aaaa6c115055620fd914ee7c2d9a8a304071d7540f15cc8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2728, '2022-11-28 08:25:43', 'SALE/POS2022/11/2738', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '180.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '180.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ca7018d6af6cd3fc116df597f4b854de3c9746a1fa89046fb85e1b4552aeca5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2729, '2022-11-28 08:27:55', 'SALE/POS2022/11/2739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3c66c68dcb4c41bef09a4ab020815272ec9f9053c6f3d28b500b97fd26c67ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2730, '2022-11-28 08:52:29', 'SALE/POS2022/11/2740', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '152.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '152.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '152.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62fa359252dc9c3fc29a00c1842931ee8bfcd85c52173ad1606da44e8df37d04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2731, '2022-11-28 10:03:24', 'SALE/POS2022/11/2741', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '93.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '93.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '93.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80cc31cfb0ab630e2fbfcbd735b7f773b2c3666e38e7b91428bc67c760c41268', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2732, '2022-11-28 10:16:31', 'SALE/POS2022/11/2742', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3117e18624c4d2a3bd587a745ba5d528180b375e4c46d7c5c873303bd8276d27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2733, '2022-11-28 10:19:46', 'SALE/POS2022/11/2743', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b009108bfb249662e635f2258e517cf4c0e770574a94c301506eae5220a1821a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2734, '2022-11-28 11:11:56', 'SALE/POS2022/11/2744', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddb0130a24d80d2a9701dd6979214ff67a8d5740cad814bd5d146d86939daae0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2735, '2022-11-28 11:27:22', 'SALE/POS2022/11/2745', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '432527c78ac7c5066f94148fac381339f3d64e36a209eee99b66c8d50d7ff453', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2736, '2022-11-28 11:32:24', 'SALE/POS2022/11/2746', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90c25f5f3c6516fc5221e5aae811a553dfbb01fd0ec0bf5be41453ad69fffac5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2737, '2022-11-28 12:05:17', 'SALE/POS2022/11/2747', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f43b7ce05ce57707243306f58a6af7bca215f7138c0cae8dded527772691a6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2738, '2022-11-28 13:08:04', 'SALE/POS2022/11/2748', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77a48e94838cb7740a5718a4a5c60f8bd071c8ae1167c190870244e58fd94cd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2739, '2022-11-28 13:14:44', 'SALE/POS2022/11/2749', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd61717f0f3b68ded45050351d94059ef9896a3fd60b6aa21cdef3ea3b7db088', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2740, '2022-11-28 13:35:06', 'SALE/POS2022/11/2750', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '903c4837c2952eb6f44012fc51a7f150f356aede0674f7928153d318f6de1e06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2741, '2022-11-28 14:02:38', 'SALE/POS2022/11/2751', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9fc9c2768b9de54cee3da17cb0c9a90afc32a61b28100a3dc86ef1126a7ac88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2742, '2022-11-28 14:37:41', 'SALE/POS2022/11/2752', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '528f711026bc630b070f5082b34ee4aa87abd8e556b615346b91e502e571b9b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2743, '2022-11-28 15:11:51', 'SALE/POS2022/11/2753', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f646665621f5acc8a14865fca1e04bdd2b19467a115c7d858848816204c35267', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2744, '2022-11-28 15:13:20', 'SALE/POS2022/11/2754', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf190dcb77135446874cdff24a98fbc9bb309f486d1d875630a1fa317c07c25c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2745, '2022-11-28 15:34:10', 'SALE/POS2022/11/2755', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '826a4976c058c5df5f3fbcf3fc35100f51fe89ed7f86d6ce5a42c71da25e8018', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2746, '2022-11-28 15:58:18', 'SALE/POS2022/11/2756', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b96b64cb2b3d5ea4577e4cc6a64782415b5a9e440d8235559bf34bffeafd1b57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2747, '2022-11-28 16:01:22', 'SALE/POS2022/11/2757', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8341aba40fece27a6bcaf7a3de4004f341e25acfb2925d8baf4f56785cfee89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2748, '2022-11-28 16:14:27', 'SALE/POS2022/11/2758', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5293238863928001966f301851996ddfb27a1d2419b235d095aea6e877cf314b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2749, '2022-11-28 16:49:24', 'SALE/POS2022/11/2759', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd97924c00f02276bc98fe1a7375b4d7f733900e90cab0896310ee342c5f35ea2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2750, '2022-11-28 17:38:07', 'SALE/POS2022/11/2760', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b375506b65e7cd3beddbfe5fcbea2dbdeaa144e30b2ef2e43c8bff9d8fd979e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2751, '2022-11-28 18:43:30', 'SALE/POS2022/11/2761', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f96185c05cbcfc09d92d5ea9d717ace4f088bd429d56c64895360eb0126c3ef3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2752, '2022-11-28 18:59:58', 'SALE/POS2022/11/2762', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '17.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47604ed1da4d15813a6b386ca256cbc1bb5e173d449ccaf78186af718d31687e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2753, '2022-11-28 19:07:35', 'SALE/POS2022/11/2763', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd23bcbbe8336765c2cf21c25621858651aa00edfe50531af8a29db2733d0b04a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2754, '2022-11-29 06:36:36', 'SALE/POS2022/11/2764', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '71.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c085d12c95278b8a34babf7aea1ff1580062363bf0076ac60c6e98b25034c92f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2755, '2022-11-29 06:56:38', 'SALE/POS2022/11/2765', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '834e72f91609bdbb714ef1ad067accb77596e9c2edfb591140b1bd3fd22d78c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2756, '2022-11-29 06:59:16', 'SALE/POS2022/11/2766', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e7d38aeb75c090d6cb66cb3b4da73f74e6b804037c6385394161ee8b6e1a132', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2757, '2022-11-29 07:02:26', 'SALE/POS2022/11/2767', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c63da2578162048174b7f8db33e1e3b0cf023606f89651f5820c2e5ff0b47493', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2758, '2022-11-29 07:03:34', 'SALE/POS2022/11/2768', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d1a551c66a2690bbf265fba6c29f4d0e50e34c213487fb39c0ed2d148706937', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2759, '2022-11-29 07:13:02', 'SALE/POS2022/11/2769', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edb3d731b2f8289c9607e49ccb39b03b7f5b00e963d980b6a5cc85d2649396d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2760, '2022-11-29 07:32:09', 'SALE/POS2022/11/2770', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '819c63de5e2033bd63de7fe6d98b4172591c36e11ebba7a5d04b2b7560915302', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2761, '2022-11-29 07:36:24', 'SALE/POS2022/11/2771', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '497f9611e10cc75256a96089939ad328bcd68c74120e506da42d7cf565050736', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2762, '2022-11-29 08:01:39', 'SALE/POS2022/11/2772', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08ed4cb62b184a38283889d529e83802c57badf774a31c3ab8facdbe962aa852', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2763, '2022-11-29 08:46:38', 'SALE/POS2022/11/2773', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b03e626ac75f63eefb29117d6ea6d685ec882f6c15cf67bc1083a5bc075642e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2764, '2022-11-29 09:15:05', 'SALE/POS2022/11/2774', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91a49b4470a45bb96031ec11288d7b1337d80955977430f676420d9ff5450f65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2765, '2022-11-29 09:47:04', 'SALE/POS2022/11/2775', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '286.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '286.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '286.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56c394ab0e14a102d53869dd6f7f0fe69f7bf87a61361bd9ad127c5dfe9469ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2766, '2022-11-29 10:11:26', 'SALE/POS2022/11/2776', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '400512e0e9b5711aa69a98c4d4e3b6ad15c7ec208e4dfba6973fc079a03bf03d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2767, '2022-11-29 10:28:02', 'SALE/POS2022/11/2777', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '61.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4ba7b9dc68ce2f572911ca0fadc83bec9f7eabc7ea8e2a137a46a620d2394ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2768, '2022-11-29 10:35:08', 'SALE/POS2022/11/2778', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ecc03789cb8a802d37515dfaa60e33489809e1c998a63e618f4ace4435944d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2769, '2022-11-29 10:37:52', 'SALE/POS2022/11/2779', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15fa343366788f85de339f4fec5f7e89112bd8e5403107eba72515cfbac70ad9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2770, '2022-11-29 10:49:56', 'SALE/POS2022/11/2780', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bfdf88c6c87ac8ee1455d9e524953913aaa9d92c99600aef09854fdd56dc996', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2771, '2022-11-29 11:09:34', 'SALE/POS2022/11/2781', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a6f499edf87a4cd0f193d4943404e3fe0fb4a4246d314b5cf4a4534ed4e57ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2772, '2022-11-29 11:32:34', 'SALE/POS2022/11/2782', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b41113a4a65ba27773314688e0fcdd482d133064bf7421210dc387f66526f185', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2773, '2022-11-29 11:50:51', 'SALE/POS2022/11/2783', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40937bb9beea7885eaeaf7a0942c50026003e716cc9d483fb7df064a20de9481', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2774, '2022-11-29 13:21:42', 'SALE/POS2022/11/2784', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '340a607c0df569b9c187ec08c1a398c4a81a701ccd5cd99ed2b49c8b2c1879df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2775, '2022-11-29 13:26:24', 'SALE/POS2022/11/2785', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01c163fb7d9ca2a7cc566cc78630b7b1979c0b073fa2264fcfc171b339142dcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2776, '2022-11-29 13:56:44', 'SALE/POS2022/11/2786', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d04d4b86d507a140361d68f19b2a83cd6407468b3819e32cf984a84b9c31dc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2777, '2022-11-29 14:07:21', 'SALE/POS2022/11/2787', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07c78ea547c1e278725a3a17c6f98cfd41ceb26acc353a783d530b48b735a9e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2778, '2022-11-29 15:56:41', 'SALE/POS2022/11/2788', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cebee6178f8aef9b43f0dbd859cd3ddd7d813f5680adac32c6a87935f7a6fd0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2779, '2022-11-29 16:00:38', 'SALE/POS2022/11/2789', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5b3bec3d35e8308a59d5291a52fa4d1d2b0bf11e61a986378385d400bf64021', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2780, '2022-11-29 16:04:31', 'SALE/POS2022/11/2790', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a87f2c50e78dc9645199cc1d5ce1ae7590df48229127447a6dc6c24baa11bba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2781, '2022-11-29 16:25:04', 'SALE/POS2022/11/2791', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e733121d78b52a726b17b1ac92f08ed85e67b24b885b7b41dfbdee7164e90cfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2782, '2022-11-29 16:44:15', 'SALE/POS2022/11/2792', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ce63ca509dec4af635031776270edf0ad1801cf33b96a12f835ea09cccea729', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2783, '2022-11-29 16:51:23', 'SALE/POS2022/11/2793', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '249a7d7a9c66f52e94e1e933202db07c03b13f9cefe4ce49fde9427caf4e6f8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2784, '2022-11-29 16:58:48', 'SALE/POS2022/11/2794', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '250e1f6f2b5a018dc65810a45edfdf8b2ffcb019a847d2b11feedbab27d2ddd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2785, '2022-11-29 17:26:04', 'SALE/POS2022/11/2795', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5495937b74b50d1ec9f57a622aeefa092cc2a9aaeb74d4666de89d7a5e1209c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2786, '2022-11-29 17:28:05', 'SALE/POS2022/11/2796', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62f65e91445f97c9402ce655a699b7f14e70c4637bf929793efb24b8afe1215b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2787, '2022-11-29 17:50:57', 'SALE/POS2022/11/2797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e7e297a50164c5688ceb4306281e7087ded119daf3b7fae2748e9fb535e968b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2788, '2022-11-29 17:53:29', 'SALE/POS2022/11/2798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '520d0663e7b2804b5da25bb0430ba5834d515da51478c87ec3d945bf07390ca9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2789, '2022-11-29 18:01:47', 'SALE/POS2022/11/2799', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10b63740320739b9b9588b0c771f045f3795c555be091a22736063a13652213e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2790, '2022-11-29 19:06:00', 'SALE/POS2022/11/2800', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c46136a9d105d95123b0a690f79cb86a1b3ad8b219f29dc6d8c0a9584be16bc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2791, '2022-11-29 19:11:35', 'SALE/POS2022/11/2801', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a79e9b6ac9807dabec20e98dec85773fd4de7010b145366130a92c2967ba192d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2792, '2022-11-30 05:21:56', 'SALE/POS2022/11/2802', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f03108ee4d1bafa02623a2794c6d553ff70d89045d91dbd2e1478a66f7a4496', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2793, '2022-11-30 06:00:15', 'SALE/POS2022/11/2803', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '463d6c972f60006e37924adb469f37395646c7665f85ef015f623b31127fbeb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2794, '2022-11-30 06:37:42', 'SALE/POS2022/11/2804', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b28d55cd34178d54fb6e4bf498b1972764ef8aa77f0ff46a7dcd6a11f74e585', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2795, '2022-11-30 06:39:31', 'SALE/POS2022/11/2805', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9426ff1a8f208717c5d2bfce3edd6750a7302e198d81d6512bd4fd05fa22c281', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2796, '2022-11-30 06:40:52', 'SALE/POS2022/11/2806', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa24bc008e2fd61928dc5749812ffd228540c535ef81d0cda9dd6719ba2f3960', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2797, '2022-11-30 06:41:53', 'SALE/POS2022/11/2807', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66778fba6a755c9172b59e29d6985d9b588b546de78464a54c1f4dfd3a549f36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2798, '2022-11-30 06:43:13', 'SALE/POS2022/11/2808', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42af8eae07cd46bb1bc18604049ca13b1d3cd186becc2e02739053887469e51a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2799, '2022-11-30 06:46:04', 'SALE/POS2022/11/2809', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5b3c2e08c011a709411c47e8f1b90ced7695ef90e0fd2c2744cd4bae9e7552b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2800, '2022-11-30 06:51:23', 'SALE/POS2022/11/2810', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd71c54867792fec813714bce08b8c324d37b8d77050d54d4258177168917289a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2801, '2022-11-30 06:52:29', 'SALE/POS2022/11/2811', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8adf2b4a5f735f407a7c5547a732333413aeb00a6993ddfa7ddd6d042907d948', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2802, '2022-11-30 06:54:22', 'SALE/POS2022/11/2812', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '680e2e9ee914e9652e44ab29021d22ab6f54e5fa1a93e999fd860e0f3cea6cc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2803, '2022-11-30 07:00:01', 'SALE/POS2022/11/2813', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3abbad1f1e911d4d1b1ddc176600162af42f977f2a33eee842ac4b615e0a5635', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2804, '2022-11-30 07:17:02', 'SALE/POS2022/11/2814', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c299f879a983468dcaf4e54f89fa16bbaa553be15ca72b162ac8bb1527741828', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2805, '2022-11-30 07:31:38', 'SALE/POS2022/11/2815', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9926a375bebb693aaeed9178233c3beced73f061ccc8071f17efdea1902c1721', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2806, '2022-11-30 08:00:35', 'SALE/POS2022/11/2816', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02359ab1689fde564aa3c149f28d2d28299884e349aee91b3115daa5d3137c6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2807, '2022-11-30 08:09:30', 'SALE/POS2022/11/2817', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a70fd7486a3a7706a4d2771d865821a382606e2255844f592e6b2e4725e669e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2808, '2022-11-30 08:43:40', 'SALE/POS2022/11/2818', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0dd1ccf0bf3b3d1bbde69bb513abdb83b9f8bc04b972f4172b55629ea43bb73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2809, '2022-11-30 08:53:19', 'SALE/POS2022/11/2819', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c9d92411514dc75a83e650362c0567fd8e57ac3d6449ed72703cba515a57843', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2810, '2022-11-30 09:12:26', 'SALE/POS2022/11/2820', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '95.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '781761710c9596abc477da606d499ec796fd70819971c4315bb1e73aa513f564', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2811, '2022-11-30 09:26:45', 'SALE/POS2022/11/2821', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f974fc02661a64082842d000885dce3e28354d52794c16f4b9f42f3ead8c2ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2812, '2022-11-30 10:05:36', 'SALE/POS2022/11/2822', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37c9cd3bbd1e0e744f9a92294fbe40ad898a1a7f25e084facf2d46d8f6e44b18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2813, '2022-11-30 11:20:31', 'SALE/POS2022/11/2823', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '179c923c7fe136aa2b76d360fbd639f96e043c25790b1aef1e807c088d7685bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2814, '2022-11-30 12:03:19', 'SALE/POS2022/11/2824', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38dfae1db7c01afe738aca706b7bd20744a05b4d483606371ba5c1f94207c1e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2815, '2022-11-30 12:29:56', 'SALE/POS2022/11/2825', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff9981735270de59e9817033a47a686dd9dbf08a1b24e4e12e7b6aff53e20f55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2816, '2022-11-30 12:34:01', 'SALE/POS2022/11/2826', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16800a9bc2c208601f70a9b344c123994e476db701c37b5f87200c1306becbc4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2817, '2022-11-30 12:58:39', 'SALE/POS2022/11/2827', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f59bcef5185bfc593b39e1d6303c43432dffc139a3b91b97f176ad7f9e97876', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2818, '2022-11-30 13:05:51', 'SALE/POS2022/11/2828', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59112e14363bcc3e6c823384ce1b9eb6c1c4bfa5f010c4c2c71227ea1a86d334', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2819, '2022-11-30 13:18:33', 'SALE/POS2022/11/2829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a0008e2fc8bf133cf0e6c90c62752912af17dc060ec28e15ad3b20276ddbfa7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2820, '2022-11-30 13:22:18', 'SALE/POS2022/11/2830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '144ca314d3fbfa19f60a47113f819aa62c35ba4ef4dc819ef4c53ac652295899', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2821, '2022-11-30 13:58:20', 'SALE/POS2022/11/2831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc74aaea79a66c4530e73b1a2bd588ddfde15d31f682ceddf764c5fd9501e019', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2822, '2022-11-30 14:24:00', 'SALE/POS2022/11/2832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31f2293313651eed340a55c6f3192cb2526223f34fe94576a5180119de17ba06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2823, '2022-11-30 14:39:15', 'SALE/POS2022/11/2833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba39bdc99d3d0741a8c2ea58a670aa80f39b8ae3cb699d5d15651dbcd81fc998', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2824, '2022-11-30 15:02:40', 'SALE/POS2022/11/2834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37158aa9cb125d0d0590112ef1b33fe7b0a4e82c2d86a4089c831cf9bd908b48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2825, '2022-11-30 15:20:17', 'SALE/POS2022/11/2835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7827f891de2fa64445f056539931bde71a0953c2488fd8f4265be2620016c090', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2826, '2022-11-30 15:20:50', 'SALE/POS2022/11/2836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbe5090f73d0395086b03792d287c50ec341659fceaab231afc48aa3fee9cff2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2827, '2022-11-30 15:57:09', 'SALE/POS2022/11/2837', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d34e6770327d4b7ce319f6767f8969901481e56f8b4e654940d7ba31242359a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2828, '2022-11-30 16:04:14', 'SALE/POS2022/11/2838', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2d765655939a846ec884b17900cf16e808ffac4f2f374280ea0bd3a32caa55e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2829, '2022-11-30 16:06:20', 'SALE/POS2022/11/2839', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45c68f4cf3a1a62fc6615f6d3cc39514bac041fb72f0dcf2fbd558949acd569e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2830, '2022-11-30 16:11:43', 'SALE/POS2022/11/2840', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e4455efeaea44f629f3db3e24a54555ce26514eb69d010f8367d5e3503a4839', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2831, '2022-11-30 16:12:25', 'SALE/POS2022/11/2841', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4d5178beade684863640383cee65a7a16f5973aec79d2481398b997aba1c830', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2832, '2022-11-30 16:20:59', 'SALE/POS2022/11/2842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f43f4433f68a0f2eaf3ae3521c6f1f9a95d57ce73b89ed69759d335d119240b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2833, '2022-11-30 16:31:16', 'SALE/POS2022/11/2843', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9779f7cbbc2a257059863d24f07c6f9118adaf55dbe8e71db10d6d947e7cebcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2834, '2022-11-30 16:33:03', 'SALE/POS2022/11/2844', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8550e9e8d4474d6d8e8520a849133d668b9a734d73bf22a207eacc9298566044', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2835, '2022-11-30 16:34:01', 'SALE/POS2022/11/2845', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dcd9d8941eaa651c3bbb3fd72068640e42f9a48ea21462e5d1018a543caa382', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2836, '2022-11-30 16:45:12', 'SALE/POS2022/11/2846', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '192571962b85e302ba6be3d6299e4ada70bda5c5563770089e97c9165d19fa22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2837, '2022-11-30 17:01:40', 'SALE/POS2022/11/2847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34224d73e8dc77f6aab295a38397f439206e562e9a98a769eaf4cae5365cbf1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2838, '2022-11-30 17:31:45', 'SALE/POS2022/11/2848', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c47ba0b72c722c9d54321907fa30e65ddf1652415ef6bd5814ef721dac5b5286', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2839, '2022-11-30 17:35:10', 'SALE/POS2022/11/2849', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cffd1c9f3791176264764c287304d1f43e9ded2ee59ccba16986118f2f2bdb86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2840, '2022-11-30 17:36:12', 'SALE/POS2022/11/2850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e50201b2ac642c9241bf600ea63a1c9502c7dc82e728e35c2e875358b3da4435', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2841, '2022-11-30 17:36:50', 'SALE/POS2022/11/2851', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4eff672d199e4a86f59fd14eb5bf646102ae14d11f0398b4dd130e00345014c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2842, '2022-11-30 17:40:07', 'SALE/POS2022/11/2852', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f320fac96089b31eb063755500ab2ec400722bd9c4d57a27ca41210ad09d70b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2843, '2022-11-30 17:41:01', 'SALE/POS2022/11/2853', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82fdf26d7189f5ac0a9cb865d03a22e140e7df8844df976f275dcaa44abc6fde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2844, '2022-11-30 17:52:18', 'SALE/POS2022/11/2854', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8713a507be062d4d91cda4acced1b73858a1ccb623bb7cc9b9041106e31a0cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2845, '2022-11-30 17:52:47', 'SALE/POS2022/11/2855', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddaf09ea5135b9c410f802a04c66b78b9ff2fe4e1187a45829a3913e609ea78c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2846, '2022-11-30 17:54:13', 'SALE/POS2022/11/2856', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94a6e5c696bde8c0a61e697f13f04e1373370e9a82c96fc23a18cd65a5075462', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2847, '2022-11-30 18:02:43', 'SALE/POS2022/11/2857', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c381612fe5098bf772701ae18d7ea102f0fb4f842c9927283217f1f7993530e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2848, '2022-11-30 18:03:11', 'SALE/POS2022/11/2858', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da27cafa71c0237fbd7895e4bdc3630b5e6f972beae0d0f710f4f89745fb4cce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2849, '2022-11-30 18:23:53', 'SALE/POS2022/11/2859', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96799b5cf09ed460134d22c57437ff31a300af47cc1c75ee82ce374a0b36812b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2850, '2022-11-30 18:38:39', 'SALE/POS2022/11/2860', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e94c3b81a490461de86966bd49cc4fd27e43ad285edca5650358ea3eef4151e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2851, '2022-11-30 18:42:12', 'SALE/POS2022/11/2861', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '237b0aeeec9a4fdc081da46f4f2d758c04b674b2bc719535607e107b335d5752', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2852, '2022-11-30 18:50:28', 'SALE/POS2022/11/2862', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e32047dfc26685a281536aa601e00fecd1e61fe074a81bb2c93fd5b029610ae1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2853, '2022-11-30 18:55:52', 'SALE/POS2022/11/2863', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0989b57623ca70c5448abf976511cd61476d095bbc577922d6747d9dc3ab750', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2854, '2022-11-30 19:11:54', 'SALE/POS2022/11/2864', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe15454fddf4a5dcd495d27e93cdcf4952f6605ff010a7923d10e156d4a7f64f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2855, '2022-11-30 19:23:37', 'SALE/POS2022/11/2865', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c760c54f4f88819ac06d266ea9e90b96777644236c4d005c9871f28f90791e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2856, '2022-12-01 05:24:03', 'SALE/POS2022/12/2866', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff568aa08565ffd29a49eb047b8cf2a577d0d0bcee1151cff5619694fa2776b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2857, '2022-12-01 06:18:20', 'SALE/POS2022/12/2867', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83da9d98c02c932945de8165bbf2d53ec609237c9b9430809c85fd3f1e8d75b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2858, '2022-12-01 06:34:04', 'SALE/POS2022/12/2868', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09a824f76831883af5c737b936c9da2a2b46d2bfb2a70ff85c9da4dc6480460b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2859, '2022-12-01 06:36:46', 'SALE/POS2022/12/2869', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3781338adf070143932d1d5fb677563a6e35b81912a209e13b99cd4d86823d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2860, '2022-12-01 07:08:31', 'SALE/POS2022/12/2870', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '140.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '140.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9de2c5f9001e577c7082d75803e80de898c2de564ba7798c243873ed72d1d3c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2861, '2022-12-01 07:22:21', 'SALE/POS2022/12/2871', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15266367b12ba7cb2de9dffb636c525ecd04f902c59acb5d73f6c6ac90143baa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2862, '2022-12-01 07:52:55', 'SALE/POS2022/12/2872', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ea708721cdcb8923011d0ef030d671c6b6c3e3612c131473052ec12295bba9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2863, '2022-12-01 07:57:46', 'SALE/POS2022/12/2873', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a1905d71fe0bb46e1fbbc4df20250163daf7932adfcc27ee7ccf7d19084906d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2864, '2022-12-01 08:01:05', 'SALE/POS2022/12/2874', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3574b72be3ac8e462da0cedd2f6c05435bdd9d92c8358df9fea4a7f6673810e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2865, '2022-12-01 08:01:24', 'SALE/POS2022/12/2875', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5efa7115caf5f40b4bb3403572969351deb4e6d4972cdc529c16a84431e4f67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2866, '2022-12-01 08:02:29', 'SALE/POS2022/12/2876', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cf1077664411bdaa1c016b815afcb32c0c3050fbbc5e2748fee9684d1f3c7d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2867, '2022-12-01 08:04:02', 'SALE/POS2022/12/2877', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f5ffe86d6c59bbaad5f0accb7993db74a9f7eb10ec2ce15f1c43188dfc83a4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2868, '2022-12-01 08:04:32', 'SALE/POS2022/12/2878', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '223cd3a1858b98507163cc241ffabbc83bc669a177b562dede1a15aa2903f714', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2869, '2022-12-01 08:07:01', 'SALE/POS2022/12/2879', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '55.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad64a0990f469fcc6e1b4c86731fd7f75c901ec58c4ffaeaef8fee75039a64d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2870, '2022-12-01 08:29:29', 'SALE/POS2022/12/2880', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00bb8242c7de1274cb1a101e7171dfa6d918a9398f262bb3adcf18d21ce34b43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2871, '2022-12-01 08:31:05', 'SALE/POS2022/12/2881', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6779713ffa8db3c83e552140221cf5aabf33bc30f5fd4d17d940b4b92d119ba2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2872, '2022-12-01 09:18:49', 'SALE/POS2022/12/2882', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0296763efcc177d8da623080a2b0ef6de5baf69f8a6385bf59bc79e9ad4a4bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2873, '2022-12-01 09:52:56', 'SALE/POS2022/12/2883', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3b5e0764e2b53d8cd3787408b5395c40630df248325ddb962a45633c07f90a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2874, '2022-12-01 10:07:56', 'SALE/POS2022/12/2884', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4de640c9386666c1645ee11ed4520d88ba7ec022308a7efee72c870107ed8218', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2875, '2022-12-01 10:24:30', 'SALE/POS2022/12/2885', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34f317716dcaee37c735358c979c29b1135549830d4b7b5115f2f7e7a7f354d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2876, '2022-12-01 10:28:47', 'SALE/POS2022/12/2886', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a56cc74139f00afea6a85a46ef988e47cb430eb874bc2fb24ef96d6586d80798', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2877, '2022-12-01 10:56:40', 'SALE/POS2022/12/2887', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24a6a57f688db51a45c6667843a217cf6c2cbd68561bb828b561df5b43f66502', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2878, '2022-12-01 10:59:01', 'SALE/POS2022/12/2888', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3dd4daf3acba9bc6a6c2b010b870cc135f0e938f42981756b72c5fd19f0a31a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2879, '2022-12-01 11:49:04', 'SALE/POS2022/12/2889', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85e814d77373325a7976a8447aeaee9866670c176f4542f06ba0487bdfee5a79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2880, '2022-12-01 11:53:36', 'SALE/POS2022/12/2890', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d07e9fcbb4998c3e0d7a541e8da1a29b0c64e3beac1340587576a99b939641e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2881, '2022-12-01 12:16:36', 'SALE/POS2022/12/2891', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '163f044951defe13561340a1e8d9e1e348a711d6571f8903474c289bdc2a73bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2882, '2022-12-01 12:27:08', 'SALE/POS2022/12/2892', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78f862dc473e48d8a232f8e152349874f794182bddc2ebf91a8666489fb4cdeb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2883, '2022-12-01 13:05:50', 'SALE/POS2022/12/2893', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b38a0e4cd56748af77720b10cf5c248c02965e823a0d2c47b1557a990a459783', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2884, '2022-12-01 13:12:34', 'SALE/POS2022/12/2894', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49aa7d896ed452168bc79d0ce9f7909de7cb5cc48e0d4b89ec2cdbe421f3b453', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2885, '2022-12-01 13:39:10', 'SALE/POS2022/12/2895', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90c28cd08e81b9797408e4632a7b7d34e84445f6adf3733d6fa705f379f9c98c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2886, '2022-12-01 14:12:52', 'SALE/POS2022/12/2896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd73111c5368ee68c431dbba4f837c182f7ade56091ccb3bcfa122842b88570bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2887, '2022-12-01 14:39:24', 'SALE/POS2022/12/2897', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '064af816c3763ee4edc0b5ed41e7dcf1bc555e149e77b5e6f287dca2ce6d8035', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2888, '2022-12-01 14:43:15', 'SALE/POS2022/12/2898', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cbd9766555f24c92c88f6b6f071dfee68e107828e958d3f8dfb1562da4e94a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2889, '2022-12-01 14:52:22', 'SALE/POS2022/12/2899', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcf620316d3e66c17f6e687bdad4708d1c346a8a13d9fffbce7247f14768ed64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2890, '2022-12-01 15:04:01', 'SALE/POS2022/12/2900', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b404d5f7436641e92babf8738ace3ac95f8b13559a0575f7c5a639f0532660e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2891, '2022-12-01 15:21:39', 'SALE/POS2022/12/2901', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cdc8979dc312e2c237bef8999f083a4845e9e64e310d9d45fcd879e1fd99ec8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2892, '2022-12-01 15:31:08', 'SALE/POS2022/12/2902', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd909eaf671b1d79e893dfd8b2ad7f82dae3ea26413c9ed2dfc8f53d7f1a4a973', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2893, '2022-12-01 15:39:08', 'SALE/POS2022/12/2903', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfbef6105e2bf580975e85761b6393700f13e849a68075d94166aaf715e0588f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2894, '2022-12-01 15:40:00', 'SALE/POS2022/12/2904', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b80b576161becc2735e502a2ca800018473b499a0e7cb3f6cab983b81cd36de8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2895, '2022-12-01 15:43:16', 'SALE/POS2022/12/2905', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be3ef23d5a1523df4d8d5a0a5c76cf0fdcedd482aad803cc9a6a49a382719b39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2896, '2022-12-01 16:10:26', 'SALE/POS2022/12/2906', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25beee219cb63f43107a840dbf911ab49bb6c05c9ef0170212b6fe6ddce4a750', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2897, '2022-12-01 16:43:35', 'SALE/POS2022/12/2907', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02e1476f37d6e885ea085dfa154990042b61889ef2b465f5953a3826d932850c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2898, '2022-12-01 16:52:26', 'SALE/POS2022/12/2908', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef91fb3551dd6dac0db4a63664e79221ff4a2c12b2e1ae14bcea2cdf8f422ef0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2899, '2022-12-01 17:15:47', 'SALE/POS2022/12/2909', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5a65a59f7d0d3efd7a9220e3dd0b639d0cc273baac83a4481f2899569639106', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2900, '2022-12-01 17:30:14', 'SALE/POS2022/12/2910', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7684e603a29d6c3e2ec4ce12a024feac602ad6f0a700585b4b49daced933838', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2901, '2022-12-01 17:39:58', 'SALE/POS2022/12/2911', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d9e15438560e355d7d3362a82f3a8983c4a99a3068ec9466feeeecbc7d64dcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2902, '2022-12-01 17:40:53', 'SALE/POS2022/12/2912', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a143b7f101aae5898cccfc4508a50f45420dd32f01fd46d4796c5f762a99eec4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2903, '2022-12-01 17:42:53', 'SALE/POS2022/12/2913', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f4ac717904076fdb0aa664ca09b53a12c748b9332fafad3c688225bc2f6af91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2904, '2022-12-01 17:50:09', 'SALE/POS2022/12/2914', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '331736e000a4e935a836db2d59bed388a53f9010fcd4c8e7fc2da5d39f6cad8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2905, '2022-12-01 17:51:49', 'SALE/POS2022/12/2915', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ef0bc8c949a02639091535c8866d4ba649efbc0a3298079a387f43ba52efcc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2906, '2022-12-01 19:03:25', 'SALE/POS2022/12/2916', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da4e48eb8835ee6417694507b34e70369f59af5a9fd3e3c5acf1079791e67531', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2907, '2022-12-01 19:24:23', 'SALE/POS2022/12/2917', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88dfaa586f950fa17bc1ae6adcb44547ec20982aa35b24045308a17250782595', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2908, '2022-12-01 19:43:48', 'SALE/POS2022/12/2918', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a4c35c77f2f38e54bc894e66cc99544433d07dac75aa3e9af1ff4dc0288f980', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2909, '2022-12-01 19:48:18', 'SALE/POS2022/12/2919', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e39a3c991821cb6aab92097c2ef2fa09034d86112412b8293efe8145d2dee79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2910, '2022-12-02 05:38:56', 'SALE/POS2022/12/2920', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24ebaa6e5e94669c9e663fadfb2eb4ca825ae51563e12ddb6fb296184df5db25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2911, '2022-12-02 05:56:25', 'SALE/POS2022/12/2921', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3730e70023bfc2c20a8c9f7c1d4ac4ecc33c9796adcbc8af2567269f3bf4a82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2912, '2022-12-02 06:09:39', 'SALE/POS2022/12/2922', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09b1ce201952a8c15199067f039f88a14a018193156f086fd52e1f2f19c2a874', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2913, '2022-12-02 06:18:00', 'SALE/POS2022/12/2923', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee4e4b393e772e65303919f76abdb19dfcfbf18d04ca4a502c0bd2d65d703b97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2914, '2022-12-02 06:21:18', 'SALE/POS2022/12/2924', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '184e5cb37ab94d30d6b184ea999e6401aad3df777bda918e5823e4971d72ac43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2915, '2022-12-02 06:40:51', 'SALE/POS2022/12/2925', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ddf765131f3fab19eb6437a9d0c07c9778e21d61138ad9b798f749259aebf7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2916, '2022-12-02 07:23:27', 'SALE/POS2022/12/2926', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aac27d980384d4e9dacb7dc2e10b1a7df310bedf58df4237d08e0a106af9500e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2917, '2022-12-02 08:06:05', 'SALE/POS2022/12/2927', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b2639dcd77d5731084cdf77362e00b540ca68952d17b80ec74a50e7e01f802d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2918, '2022-12-02 08:09:29', 'SALE/POS2022/12/2928', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0923a967c78e143e6b6432a4720d5a34ad9cb308aa4f140cc39a9d35542af64d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2919, '2022-12-02 08:12:58', 'SALE/POS2022/12/2929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cbc6287d245e7646e56ea1d94e09920fc0d827f19ee3718a9f951f8fd124cc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2920, '2022-12-02 08:13:39', 'SALE/POS2022/12/2930', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db5f7f5a24a3d65e639a6a6c4f4d1fe313139d69ca3f32020daf39547cc15e3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2921, '2022-12-02 08:14:16', 'SALE/POS2022/12/2931', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab93186cf04cee30683855af76734ce6317a73d001a7d11b476ab1e239199c8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2922, '2022-12-02 08:15:41', 'SALE/POS2022/12/2932', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.9997', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.9997', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '17.9997', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cfe9bf6d79d97eef62c8c7643d0d55d7ae8e66588cef06949e81d35ef7c9b6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2923, '2022-12-02 08:44:15', 'SALE/POS2022/12/2933', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65bde8361f9a09674fbc8c3aed7665b412fcae4f9566f5cf0d19bd8240596f44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2924, '2022-12-02 08:58:32', 'SALE/POS2022/12/2934', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef46a51f59d74796f5dd492f657888a18dc888d89c6d9986390b1edda27a562f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2925, '2022-12-02 09:54:46', 'SALE/POS2022/12/2935', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97d939dcf3819311869fe4ece749b73e44e6a840410c382cff490ea01c0e0205', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2926, '2022-12-02 10:03:54', 'SALE/POS2022/12/2936', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b111379e284d76796444c08dff2124ef796b21d844cd69356bc12d905ca48740', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2927, '2022-12-02 10:13:26', 'SALE/POS2022/12/2937', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '577343409af86a1383d1f6e9249534d980f9c81b9f0f130e418e6e13e18bd8d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2928, '2022-12-02 10:16:07', 'SALE/POS2022/12/2938', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09d313dd83e8bb613b05a24a29146c4830f098a271925b03462792146bca7f73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2929, '2022-12-02 10:47:56', 'SALE/POS2022/12/2939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab7d8c44324e32b8d34800207422ce83bf2f12b66f2824b990cf468c54b02b67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2930, '2022-12-02 10:56:02', 'SALE/POS2022/12/2940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b247119721563f9b3f279b8ae282ba67686d049f9d3ce688b28772c857326a17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2931, '2022-12-02 11:09:00', 'SALE/POS2022/12/2941', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, 8, '2022-12-02 11:20:39', 1, 1, '12.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd906be420e1231f5f71bfcc6e6212348fd4b7ba641b27071a29affc0495da8f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2932, '2022-12-02 11:24:37', 'SALE/POS2022/12/2942', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30af66822837f74c88b64d543babec27905f05a2563da2255972779a42535a22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2933, '2022-12-02 11:28:41', 'SALE/POS2022/12/2943', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3cbf4b2a28b597b6bced6653526c15b7f086dae21ed25df44722849976d3a06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2934, '2022-12-02 11:42:30', 'SALE/POS2022/12/2944', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3b9e497f76d57d7c1729ed0dcca2696df82fba9e043bb30a3b2393adc79a6e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2935, '2022-12-02 11:47:43', 'SALE/POS2022/12/2945', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39d5d6f47f93d8bde329e6903d3d292bc866ed84d3365d9dcca03b86bf2cf24c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2936, '2022-12-02 11:52:28', 'SALE/POS2022/12/2946', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56a0f5c0cbc80e3dc8b40164b8e24ef0260fa29d8ab765cd5db991d476d73981', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2937, '2022-12-02 11:58:58', 'SALE/POS2022/12/2947', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94207ac5de98d16143bdecdb5591453ae903bb8d9e10ebc848574fbcc1e05185', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2938, '2022-12-02 12:02:05', 'SALE/POS2022/12/2948', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d41dff2c573be5979c362fa11fde77620f10ea157f833e67e07ded59642074e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2939, '2022-12-02 12:59:38', 'SALE/POS2022/12/2949', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '980ebbbb779ae321166b8b84e5fc50577f73dd2005aebfc85d276fc6a5c3c9f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2940, '2022-12-02 13:10:57', 'SALE/POS2022/12/2950', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ffe8c31c1cd360fbacdae59a6355e9eb739ebe5ef9b09baecb3cf80635783cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2941, '2022-12-02 13:14:27', 'SALE/POS2022/12/2951', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '727bc92c02a8ade41967c739837feb530806a6c9d2758d014692bed201960749', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2942, '2022-12-02 13:16:00', 'SALE/POS2022/12/2952', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16a2e2507b0a9a6ca2313511d071b9af00eeb94738532bd50ce021d5e2084eb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2943, '2022-12-02 13:16:46', 'SALE/POS2022/12/2953', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6d7a1dc603560107c20e03ba0a7a37698e7e32796b37aaa275baa28e6f435cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2944, '2022-12-02 13:18:58', 'SALE/POS2022/12/2954', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0322df64c0d4671f58da39cd3fcf0f652050a3dc5800bde59f3b7ee6cb9894c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2945, '2022-12-02 13:37:33', 'SALE/POS2022/12/2955', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a932e8d2fe73952eb5cec28209beb1444212abf5c5a9430b5aeacd97cd8d4d38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2946, '2022-12-02 14:20:48', 'SALE/POS2022/12/2956', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e85334c2a5b32d37318331fcf80a70bfd8dc1ba8b8d2fe437769eddbb3de8fb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2947, '2022-12-02 14:44:07', 'SALE/POS2022/12/2957', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39bcf77e449777193a587299fd9ff5d0e9403ef23490489366f8ee85e6887127', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2948, '2022-12-02 14:49:47', 'SALE/POS2022/12/2958', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd02d7949a55ff8fde5dde0eea6278a1a89103d2fcce92cdaf417924158b9048c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2949, '2022-12-02 14:54:42', 'SALE/POS2022/12/2959', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a02abac1bfb15edcd171b2e08f18e6cacf9a3dcc87639dbfd4782ab309f560c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2950, '2022-12-02 15:34:39', 'SALE/POS2022/12/2960', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5de06cf336b18b2267d5433fa3536646044f53026c7a8fa79ad76eb1cc29981c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2951, '2022-12-02 16:21:13', 'SALE/POS2022/12/2961', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '631f186b1d102f8c0544eeb45ab45be5e0ef4e62d90619d9cce01ac4b85f9b41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2952, '2022-12-02 16:45:18', 'SALE/POS2022/12/2962', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af8ab001d4c8d87e145dc8fb5166088327bddb6dfb8edef0a2acc309f5075763', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2953, '2022-12-02 16:53:15', 'SALE/POS2022/12/2963', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f0dcea5cae529a6002cc34d6faa68b881fec7855501c946fe7c08818888eebc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2954, '2022-12-02 16:59:14', 'SALE/POS2022/12/2964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '036fffc7f425cf88f2644ee1d9abb2e589f8091a6793826700c2a900028d766c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2955, '2022-12-02 17:00:44', 'SALE/POS2022/12/2965', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4538d92020b7265624e2a59427cd18c91bf898c042dc4b4bb4133fd2d1527d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2956, '2022-12-02 17:04:09', 'SALE/POS2022/12/2966', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e637ee08be2da683a511f26c7d77d9ae869489178c4f6fbd5ceed68804817ab9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2957, '2022-12-02 17:38:54', 'SALE/POS2022/12/2967', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '524a3515efe1b2590fa6423c1d906bf5e23352ddea294b8556dbfad84c2c0f0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2958, '2022-12-02 18:04:23', 'SALE/POS2022/12/2968', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b46d060021800c2fd746d3c5a83a88990d8b8eceec09988f6cdeb3e2636e756d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2959, '2022-12-02 18:35:23', 'SALE/POS2022/12/2969', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73bc90e2f12b6ee8e03c3543fa7db7cbd656608840c5e790f0d20193b2c6e652', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2960, '2022-12-02 19:17:18', 'SALE/POS2022/12/2970', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f699b7afb016a0db1abe1d0f777080a1705804e18845cd852c6a2c97f24e6463', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2961, '2022-12-02 19:20:29', 'SALE/POS2022/12/2971', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd19e57d27ce06833f82d08fd66c1de601155ad51c7d4e011ef3229d96915623', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2962, '2022-12-02 19:31:27', 'SALE/POS2022/12/2972', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13e762ae0ccb7a6e3e726d87da3365a0548bf7bfdd8b357981fc7ef428a56212', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2963, '2022-12-02 19:35:48', 'SALE/POS2022/12/2973', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31cc6371de7e5e409e448ce7ae399d5d0dfd99c72ad460d167aaa4295a223ba0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2964, '2022-12-03 06:34:24', 'SALE/POS2022/12/2974', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e86a8b1b65b87dc4a74068bb951aca357d1d5a52d4f261171d7cb5d92ac66aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2965, '2022-12-03 08:18:01', 'SALE/POS2022/12/2975', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '43.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83cd59ce82eacff11f62723965a365e5d7bb43d48e8f13acad6a18637dc7ba49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2966, '2022-12-03 08:30:41', 'SALE/POS2022/12/2976', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '868.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '868.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 85, 1, '868.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6548a4ef8dca7a03a3b38f056fc84312e54a09b1795c7e5396e4bb9c6d4e203', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2967, '2022-12-03 09:24:32', 'SALE/POS2022/12/2977', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '167.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '167.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '167.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a6d18d473357c3248eaab5dda5531d23e956cbad4934f6efaa4d2aea0800824', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2968, '2022-12-03 09:35:21', 'SALE/POS2022/12/2978', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b461808d779fc64cab84ec674e002e077184384350a9315c141d188e0bc559b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2969, '2022-12-03 10:11:11', 'SALE/POS2022/12/2979', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3b75de753e6c42d31f1417053c1a525e49e36c0d42ae2f3b68102521691371c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2970, '2022-12-03 10:24:57', 'SALE/POS2022/12/2980', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cf23a047d2afb2918c1be441fd51819cb58763b964b93a48deeeb7abe78e156', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2971, '2022-12-03 10:28:00', 'SALE/POS2022/12/2981', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f625fc036d982c951e97e0aea2a7bf985a6d47fe99d31e691b96d6e7ecf1520', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2972, '2022-12-03 10:30:16', 'SALE/POS2022/12/2982', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa982c7234cc73f600fcc6abeb702a008727bda88da01b6fff14108936ffc4ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2973, '2022-12-03 10:31:41', 'SALE/POS2022/12/2983', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6192ca71f4957c82e7e9c6b5847ff1b4817cb71779389e2f60df27f5357e173', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2974, '2022-12-03 10:34:07', 'SALE/POS2022/12/2984', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'adf4e767ad3cd6c3965378e470a452280fff147597f9fe625af49903afa92388', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2975, '2022-12-03 10:46:53', 'SALE/POS2022/12/2985', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8abbe91cdfbc9f1cf84d93d7a3708d9484d31a90bfcab299eb3d95d75be73b54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2976, '2022-12-03 11:08:24', 'SALE/POS2022/12/2986', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e10e189adab061ac3ecbe5f58e6f7179fc7a5820258372d11f8641abeb0996f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2977, '2022-12-03 12:10:38', 'SALE/POS2022/12/2987', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '631c576d82efc8d26e87dacad5c69affc98eedb1908cae48845eb012248845ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2978, '2022-12-03 12:12:42', 'SALE/POS2022/12/2988', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf2a4791dfe3810855318d3b6908243afe075338c3160da2fc91a7e6d7b9ce36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2979, '2022-12-03 12:39:13', 'SALE/POS2022/12/2989', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26f03f2344d6a0e25c9a3986a794feaab7bcf1681887555a1b3c34c934320b6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2980, '2022-12-03 12:59:02', 'SALE/POS2022/12/2990', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1f4a104eadb2607de64ff6342c0657b6c7a91dcb9e40db904b1f37d75bf07c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2981, '2022-12-03 13:01:42', 'SALE/POS2022/12/2991', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2bf1f817a0b22a5d5a45da68e144d50a8a745f7b7240ef899e9b68deae894b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2982, '2022-12-03 13:11:07', 'SALE/POS2022/12/2992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0cedf6c0702042be85661b2f826b0b867dd4d0eb8b2e6b13ef827a8a4909b71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2983, '2022-12-03 13:14:53', 'SALE/POS2022/12/2993', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b2c9f521dbaf83fb11dbce3ddb463f34a03f513957d4bcc86c8fe1ff361bc05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2984, '2022-12-03 13:21:45', 'SALE/POS2022/12/2994', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ad987b88026b1826f1a759dfecf0246aecfcdd2a2d59d433cf66dca496e8639', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2985, '2022-12-03 13:43:31', 'SALE/POS2022/12/2995', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cae551ebf0aa7c1155ef6ee33d585275ed193eca3d0d7fae72223e9f20961bbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2986, '2022-12-03 14:14:18', 'SALE/POS2022/12/2996', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2c96602c5cfe139f8f4875969740cd6bf6e496532132a16c108fd20ac201c84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2987, '2022-12-03 15:44:34', 'SALE/POS2022/12/2997', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f5370eeaf569b422735bd74192b99fa42b683e3cbcd46e0eee010f66e0f50f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2988, '2022-12-03 15:57:21', 'SALE/POS2022/12/2998', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f53c9f7bd742118c326cafd596423cbd6691214e48a858f6f8005c4ce803b0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2989, '2022-12-03 16:24:31', 'SALE/POS2022/12/2999', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ba56de0948702ab3fa390e61c199a428bf08dd90e803d5e5103f9669d91583a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2990, '2022-12-03 16:37:03', 'SALE/POS2022/12/3000', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd74216713822de655e87f31487f946e3f8e5b3f039a7d9d0cc9e5b2ed4ea57c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2991, '2022-12-03 16:40:54', 'SALE/POS2022/12/3001', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9d635d4df0a783db5db69bef8ff7387869c2e96c966da5256a3a2f5268b685a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2992, '2022-12-03 16:48:31', 'SALE/POS2022/12/3002', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b9cebcd8209e802a509d80c60c46b931c1a8c35e8f49d20dcabeb69bb05eda2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2993, '2022-12-03 16:58:44', 'SALE/POS2022/12/3003', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03a46ac1ed16af9c17d5f89eb892cae2c982c978df4f151cc698a124fe0b0dbf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2994, '2022-12-03 17:15:09', 'SALE/POS2022/12/3004', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db8892e523d11d546aa8564ad9025125d54deed52356de375d47043107062d6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2995, '2022-12-03 17:25:34', 'SALE/POS2022/12/3005', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea825330a38f9e37e021212a5a0d47d01c0d8d4f58a532fa09c31235072bd0c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2996, '2022-12-04 06:50:39', 'SALE/POS2022/12/3006', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0dfe08e44e8e0e285a5fd334177dfb4943002dac5d9666937d86313c402d6f8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2997, '2022-12-04 07:14:15', 'SALE/POS2022/12/3007', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73a391caf490619acc11d157a703359e175a48f1446b51832525c015f5f320d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2998, '2022-12-04 08:37:10', 'SALE/POS2022/12/3008', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35b1bfce2423aa82174280e104d4266e4051cb89070c9825b81f4e2ecfec22fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (2999, '2022-12-04 08:43:24', 'SALE/POS2022/12/3009', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ebf66475e9ca6eacda79946003ccd5863520dea52046e7dca9deda8c2418138', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3000, '2022-12-04 09:13:50', 'SALE/POS2022/12/3010', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5718ae57a99680d4211c2e5d2b5c2da6b615dbd5c0b91ef35fcd2a8c1d7ba038', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3001, '2022-12-04 09:29:53', 'SALE/POS2022/12/3011', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a40292c1ed02197fee4b6856c5e76655ca120f7e6ba62444a889f3b14510b8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3002, '2022-12-04 09:40:33', 'SALE/POS2022/12/3012', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a824461cb1a946f6b9a8f33c53c4046c570fc1e4d8b48bb4387574dd2d0a9d89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3003, '2022-12-04 09:52:02', 'SALE/POS2022/12/3013', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25139415cccf50861533c4bd6c1b873e97891e5e3ea5c204286fb53f973fca7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3004, '2022-12-04 10:05:06', 'SALE/POS2022/12/3014', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '928234e25b182f201b47551a45f3d2235bcb66385d5596eb5719b87fa46d2f7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3005, '2022-12-04 10:21:18', 'SALE/POS2022/12/3015', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb88b6aa287a6921daeaea85de2af52547e48bbe4b027044c79a40c30f5881e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3006, '2022-12-04 10:26:15', 'SALE/POS2022/12/3016', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '582e5a70c46ceda7b1dcc45e72f781786d0e73504a044607c5236cbb63351f98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3007, '2022-12-04 10:51:22', 'SALE/POS2022/12/3017', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8511ddf847a4af90e842e8c169265c3f91fce0b1bf8e1ddc681ffbea34c94c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3008, '2022-12-04 11:06:18', 'SALE/POS2022/12/3018', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e54c7052177bfc4778d1eae12e3b02d8295c37d84a58fc5d6287334244a4ce1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3009, '2022-12-04 11:10:55', 'SALE/POS2022/12/3019', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbb8a5a61eeb428591ec76d01b53b8df3462b06f68de4f6fe88a735b728750d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3010, '2022-12-04 11:18:45', 'SALE/POS2022/12/3020', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e5a391b12fc8525708ae0220c69164b26e863dae05dfd45638df786a4729ab5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3011, '2022-12-04 11:42:36', 'SALE/POS2022/12/3021', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29144b2c44e1ae64474fc6f34faddc8de74107d3eaa3f807d1fa0ed7c1128c6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3012, '2022-12-04 11:44:07', 'SALE/POS2022/12/3022', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9061ce536947e2275a36fb92b45f119d7e6dad5aa3500138c0491b9a216beb55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3013, '2022-12-04 11:45:35', 'SALE/POS2022/12/3023', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ee5047faa510411a145d7c230f8203f8b7ef9177ef1838a551295ecaff30deb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3014, '2022-12-04 11:46:56', 'SALE/POS2022/12/3024', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81befba9384ce6f7d4236b57c760716906a993f37b773fb18601b6788373fc76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3015, '2022-12-04 12:27:14', 'SALE/POS2022/12/3025', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0c316441b9782ae2a759321028842ed0979d849a4b8e8fd13046a10001ec155', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3016, '2022-12-04 13:01:45', 'SALE/POS2022/12/3026', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '847a2959cdc278279be6e20e0e42989df2ab146ece57deb065cdb088623480f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3017, '2022-12-04 13:11:23', 'SALE/POS2022/12/3027', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ca6bb4ebe23f193f7755565d9cf51fcfab2879fa2e4800448d0f29d2fe69d1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3018, '2022-12-04 14:38:59', 'SALE/POS2022/12/3028', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b039abbab16cf9e9406f5db64bf0d419169a775272ab56a1e689a2b199097b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3019, '2022-12-04 15:44:56', 'SALE/POS2022/12/3029', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52466f7ced3ad2114453a6b8cbb9794c584d8f04d8dd0d39420c16a55d095b09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3020, '2022-12-04 15:47:49', 'SALE/POS2022/12/3030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25ef0711cfac175dff20099deb521a8c5d2df0113c3d0e6ab575c44164488af5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3021, '2022-12-04 16:08:16', 'SALE/POS2022/12/3031', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3b5a69338396f66be6d8fa7502bc1f7a623d93e7738428768a816b74e071cc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3022, '2022-12-04 16:14:28', 'SALE/POS2022/12/3032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d62e3f3a8b008ce240c83361c30b928fde05a9606442d2662eb90cc076e87c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3023, '2022-12-04 16:30:47', 'SALE/POS2022/12/3033', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c2104558efd89156fe3df90893d9a8a9cce12a34e2f56bef1d4583a47fa376c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3024, '2022-12-04 16:46:55', 'SALE/POS2022/12/3034', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7577ee5ad8b338ec79f674fb5e510d50ad0c9ebfa63a3df15ce89aa7208329b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3025, '2022-12-04 18:08:18', 'SALE/POS2022/12/3035', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cf3e25ab2c72fc26f56affd2a7e34d3dc5a614eedfdeb2f4e1e41b2877b8a96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3026, '2022-12-04 18:42:19', 'SALE/POS2022/12/3036', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd474e247a380b3dcdb8767db10167c24838e820eafc00878a894e63e55cc0de4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3027, '2022-12-04 18:44:25', 'SALE/POS2022/12/3037', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0f6864e10d7f3b48ac43b30431040d1fcf5439f1b8fdcb991060e35794583d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3028, '2022-12-04 18:46:22', 'SALE/POS2022/12/3038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af9c779ab549cff35053fc2b3574fc4e41fd42816d8bee59067ece69c6e49285', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3029, '2022-12-04 18:53:46', 'SALE/POS2022/12/3039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c4e93fc132499e95e7505caaf584ceae6ec67d4066cc86920dedf046a7065fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3030, '2022-12-04 19:07:22', 'SALE/POS2022/12/3040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '436cfe1b24108582dddd59ece1769b696098cbf594854f76a85053aae96dc0bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3031, '2022-12-04 19:29:00', 'SALE/POS2022/12/3041', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '42.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecb93bdb49ab31004a0c83b88391db2a906cc076b5a3e7e7ba7ad43f23188ff1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3032, '2022-12-04 19:55:37', 'SALE/POS2022/12/3042', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fef45be797ad9d90383e265d42d4cbc88f72da108a1d140d8d4d401cbd849df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3033, '2022-12-05 05:59:08', 'SALE/POS2022/12/3043', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05bc8cd405a75a2d5f6b4c7fb0b60eaad8650247ac0818e72915c42f4bea196e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3034, '2022-12-05 06:00:13', 'SALE/POS2022/12/3044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'abc335f758848ee76cd0963f098497bd00346eca9fbef0dbdfa473c858debfe6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3035, '2022-12-05 06:44:47', 'SALE/POS2022/12/3045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50d11dd356c30975a5fe1ef1c1325d3b6bfcfe0cf4518ed9363a7d3458616c72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3036, '2022-12-05 06:47:08', 'SALE/POS2022/12/3046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c64a959b4c1b0bb7cb1290e1e290c90c32d3a15fcf7d2fafa1e40f3c5c09f21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3037, '2022-12-05 07:02:47', 'SALE/POS2022/12/3047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '22.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6dd426f16aefa3837a0de492cb35fbf2d21a839ffe21758d2fdb6ac398d3c93f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3038, '2022-12-05 07:04:25', 'SALE/POS2022/12/3048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '77.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea5cd815e9d1178a878727a99bcec36abae6e1bfcbf4caf8711af82aaaae52f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3039, '2022-12-05 07:08:30', 'SALE/POS2022/12/3049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '41.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ab9528c31793ad7ad6736aa0e46b479e43e5bdb67138514c23d125e72eae9ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3040, '2022-12-05 07:12:06', 'SALE/POS2022/12/3050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da2e88569c6710c5eefe5602ae8d5e9681699a988466af26436ee943f16951e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3041, '2022-12-05 08:12:33', 'SALE/POS2022/12/3051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2918eeb229f7d6778558ed25f3b23aff265574c850b4369ac590c9277f9ac42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3042, '2022-12-05 08:15:52', 'SALE/POS2022/12/3052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c9d90ca53ab10e21fca933a3422ca22d9ce84a426f84b5876f5f465e200ea73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3043, '2022-12-05 08:20:25', 'SALE/POS2022/12/3053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38376851913b8d74d8331ff6cd2c1e69ab891be48d24c65df1eff0762982ff82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3044, '2022-12-05 08:21:20', 'SALE/POS2022/12/3054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '157c19c6926697c959729f775916d5efdbda959f968960c9d82bc7bcf3adb61a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3045, '2022-12-05 08:22:10', 'SALE/POS2022/12/3055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05c4dad23f330b1a5f2e9270ab0e3ce49feed0ae530df5fea67d8d8a7955c2c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3046, '2022-12-05 08:23:31', 'SALE/POS2022/12/3056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '974a7a83939c66286cba3ef4b54094a55b16fce12ac01d5fe456e700b86ace39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3047, '2022-12-05 08:25:09', 'SALE/POS2022/12/3057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '66.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ef5ff44f54e2ddf55ad9b56ce1bab5c10785d1d170fc9d444d9edc99bb25fb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3048, '2022-12-05 08:25:57', 'SALE/POS2022/12/3058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17301bf155e0f73b67ae9a1f8d5b7ed9a9e49928e820b74b8b803253bdbba8db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3049, '2022-12-05 08:27:31', 'SALE/POS2022/12/3059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e3d60e5f7a7c503c7a3544ee744a7b29643381252fe7c7fd8befbc37e6c672a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3050, '2022-12-05 08:32:51', 'SALE/POS2022/12/3060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bdecf0a3bf80cbe46fccdac3db07005d16e3705405b31088b24725d4df1d4c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3051, '2022-12-05 08:35:40', 'SALE/POS2022/12/3061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '97.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '97.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '97.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '518941bd71dc065196a9533f0317313a66ece413c1b2848bc8f32483c3f8e2f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3052, '2022-12-05 08:37:08', 'SALE/POS2022/12/3062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '081b4b49084d3a4ef8455111000b1f90362bb2f7aaf8298ab6b4554dde2db87d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3053, '2022-12-05 08:41:00', 'SALE/POS2022/12/3063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '110.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '110.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b90d5a0e701b069ccdd93e8ca4cd2245a3710649414cc3c77bb2023c0993bb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3054, '2022-12-05 08:56:00', 'SALE/POS2022/12/3064', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '351.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '351.0000', 'completed', 'paid', 0, NULL, 7, 8, '2022-12-05 09:26:26', 17, 1, '351.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06451797b6d68115dfda7d2fb7f1116942261b7061bb45e11c079f913898b810', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3055, '2022-12-05 09:02:03', 'SALE/POS2022/12/3065', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '152.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '152.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '152.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4101cb11f2f305347b94b0a639fbbc4856059373342653a69252e980f737dbc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3056, '2022-12-05 09:03:57', 'SALE/POS2022/12/3066', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '074379c3304dd5a4e0133f019a82a1e3792c86774bbd354545b0bfae02c5937b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3057, '2022-12-05 09:18:00', 'SALE/POS2022/12/3067', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, 8, '2022-12-05 09:24:29', 1, 1, '1.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '832df02474d743fc86b2c2ef2b4d81fecbe5810da99d0747dec18b077c5886ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3058, '2022-12-05 09:19:00', 'SALE/POS2022/12/3068', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, 8, '2022-12-05 09:22:00', 70, 1, '35.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9468afbde13481d6da523c7e1cef5a4147dcf2fba26ee74c8dd1f5ba977bcc53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3059, '2022-12-07 16:20:49', 'SALE/POS2022/12/3069', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c84f2e0a75153fba09d3f874cf68be2efe03940f4da707d4e22889b83465151', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3060, '2022-12-07 16:21:31', 'SALE/POS2022/12/3070', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d0d2c835d9dfbc19fe28b31e1cafc9dd2f0ca46d539559c3cc1605990579311', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3061, '2022-12-07 16:21:57', 'SALE/POS2022/12/3071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7dae173f61351a013eb5eecabe9caf63012765d83102526f1958226ccb53e72b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3062, '2022-12-07 16:22:35', 'SALE/POS2022/12/3072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b949c1a9f4e7e020a7465e15269d6b9edd227bb4a9f8d0c5e40c525e55e0a87a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3063, '2022-12-07 16:22:57', 'SALE/POS2022/12/3073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c715a97dc54c077f89b6d0a940719e5dcf59b12f626b3389d2df830e4c524a10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3064, '2022-12-07 16:23:15', 'SALE/POS2022/12/3074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0be627d3d6a8c2a5146ab2c0ab79d38a5248bad0726945f5d0354b17427c4731', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3065, '2022-12-07 16:23:49', 'SALE/POS2022/12/3075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e981ceea4d9a44674df562c5e35dd9cd917102043c4a54dc6b813ecad04f6bb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3066, '2022-12-07 16:24:13', 'SALE/POS2022/12/3076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '156078eb79615233f0020029b012845cd61b8c9403b65503c69d9704a8da22d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3067, '2022-12-07 16:31:49', 'SALE/POS2022/12/3077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00134026f8ccc801981bcdbafb11153249bce63a37a77521c080ea4794d73205', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3068, '2022-12-07 16:32:32', 'SALE/POS2022/12/3078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f37372820c1587d871433da419498d0cf5e5755716a883bfa4fb77f10bfe1f16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3069, '2022-12-07 16:33:02', 'SALE/POS2022/12/3079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3118a08d849f64d77beed415a44303b633b4a37d509686f704f537f62f59cfbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3070, '2022-12-07 16:33:24', 'SALE/POS2022/12/3080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aee16b0ffdbb51ad85073c34f0bf874901e548573a88ab1810cec5149605838a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3071, '2022-12-07 16:33:43', 'SALE/POS2022/12/3081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f88e0599c88ccaef95d21fa020e62892f5f2db917f794d514b39eeb3e4645962', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3072, '2022-12-07 16:37:34', 'SALE/POS2022/12/3082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '140.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '140.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91bd7fc2768fd70c5450dc7ca4c59a7ee22066657c5af123628619cbe51eb6f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3073, '2022-12-07 16:44:39', 'SALE/POS2022/12/3083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '144.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '144.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '144.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5914f0a92442263e67930346dbbe46ef59cb162768dc7ca7ea243667fddbbf0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3074, '2022-12-07 16:49:09', 'SALE/POS2022/12/3084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '240.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '240.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '240.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '445b24c753aff0f3ce957bda177f513dfe36a03e5c7e0d2ffe4c97bed68c959f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3075, '2022-12-07 16:57:23', 'SALE/POS2022/12/3085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '136.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '136.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '136.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f06dc3c06e52da6056c768ac1ab625f1215ba1d20547d81e3255a3e0157d675', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3076, '2022-12-07 17:01:35', 'SALE/POS2022/12/3086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '134.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '134.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '134.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75512c0a5bb94e76e24c4d41b98391bed68198d6387414185581be53fe8c6ebf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3077, '2022-12-07 17:05:23', 'SALE/POS2022/12/3087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '93.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '93.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '93.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9847a10c6df8c1df9fd080ee0e117116f5573adadabce05b6ce1802a9c1f2d09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3078, '2022-12-07 18:39:52', 'SALE/POS2022/12/3088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9daddf944bef5e208dbe94d848ef5034fac4e7cccc1dd9d79f5350e56cea7c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3079, '2022-12-07 18:46:49', 'SALE/POS2022/12/3089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e82ff6b9b36c23e3a1bad025b9fff83214c8fb92656590c89e2683ab5e47dfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3080, '2022-12-07 18:47:43', 'SALE/POS2022/12/3090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38895358aad374e85e8f5eccadcb7d9070c904ae7859b0863a7c9be15f669a1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3081, '2022-12-07 18:48:59', 'SALE/POS2022/12/3091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19f50482bec49cdb37353c75a8325f2e957f2d78e9cdc1255b440ffb15377aa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3082, '2022-12-07 19:05:30', 'SALE/POS2022/12/3092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0392300ce29563d42d2de539228625590eef31b026a21ed319a5776d8e735bf9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3083, '2022-12-07 19:16:19', 'SALE/POS2022/12/3093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82acc32e712597fa6bd5362a05adda40f91bf502a3e88cb680715da2ac4468b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3084, '2022-12-07 19:19:04', 'SALE/POS2022/12/3094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ac582c90186ac191ec20af9a7edb80a8528f56d57a1778a342902c731207818', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3085, '2022-12-08 05:40:36', 'SALE/POS2022/12/3095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b267871bcc137ac3ad0336705aa041ed78b11310b3b481eaf054d273af1aabe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3086, '2022-12-08 06:55:30', 'SALE/POS2022/12/3096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9ce904852bb21a27a2da8558dfda79e24e0afe35b2ddb4b44437406eb635a46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3087, '2022-12-08 06:58:31', 'SALE/POS2022/12/3097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '29.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a55fcd692a70cb007ce594d6b106d1dcd51fdf608bdd25f94ea84f0d265b4a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3088, '2022-12-08 06:59:41', 'SALE/POS2022/12/3098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '726ef8f4376080313f7521a7b29156c53ba45a78da7d4c86cdc7174f45bee848', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3089, '2022-12-08 07:00:18', 'SALE/POS2022/12/3099', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3d21bc1a3de1b9859eda659eea41229cfb758d416e602d23632adaff4b8ba81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3090, '2022-12-08 07:02:03', 'SALE/POS2022/12/3100', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '53.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7eb240d3b200d79322224b675409bb37f923f1f7c8279ad1586333b3705ce5a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3091, '2022-12-08 07:03:15', 'SALE/POS2022/12/3101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b7084a8879c6f89764f17d54a1c5518a775b62778ce39da6be7c20d77136239', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3092, '2022-12-08 07:04:35', 'SALE/POS2022/12/3102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c5a505ba77b49944ac996f2d39b4a8fbb2ccd4a0cf0baa94ddcd8085577d3d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3093, '2022-12-08 07:09:57', 'SALE/POS2022/12/3103', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '635.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '635.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 36, 1, '635.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fff440b4a56303494d3328272c6c47ae024ae9a3dace4fbd0891639d6b319d10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3094, '2022-12-08 07:12:40', 'SALE/POS2022/12/3104', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '79.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0176ce5a2aea3d0a9e0cc330506becd74c275e0f96bce21d5aed45a585ec3525', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3095, '2022-12-08 07:14:43', 'SALE/POS2022/12/3105', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '903a05b0f9e98b77e1f0eebf79f94109e1aca28fe8cf76e3aaeee938bbc798e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3096, '2022-12-08 07:18:13', 'SALE/POS2022/12/3106', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '483bc9e0c953c7b4a845c4b5f24676c20eec292f3465206366ac4d4c73f87441', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3097, '2022-12-08 07:20:46', 'SALE/POS2022/12/3107', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '626a5393a9ad8314a64c0fe22b7995fbc0e5f2dbc3317cc7c2a1b0c7300f014b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3098, '2022-12-08 07:24:02', 'SALE/POS2022/12/3108', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73723466530a80e864b531a7bff8a4cb008d968949c4efd117c37f4d4b89250e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3099, '2022-12-08 07:44:14', 'SALE/POS2022/12/3109', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '79.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e078ba2ec762c3453253364ae5087eb00668be4fa28eab072dfa3887e08028e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3100, '2022-12-08 07:53:12', 'SALE/POS2022/12/3110', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6b37d04c29d2d3b3cf9ac677be4d1464f68e9a102058d778067f91d71620e47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3101, '2022-12-08 08:03:31', 'SALE/POS2022/12/3111', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d49fabf41f15caf76ec1dc0a7fdf0cda549c73d50c3bd52fd161e1564446156', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3102, '2022-12-08 08:05:50', 'SALE/POS2022/12/3112', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6a77f49fac0b4837fbd2a79c7f63f22c061c32f47148356621a8d3dfe8409db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3103, '2022-12-08 08:49:07', 'SALE/POS2022/12/3113', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bb01321546c7defe992ce81e3cc0357a7e26f441c0df49fa8f5ed4b4c37a1df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3104, '2022-12-08 08:52:21', 'SALE/POS2022/12/3114', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '433f39e157f12cd0c883435b2fd37c280d5415505773d2ec8e0315a7c6ba0d63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3105, '2022-12-08 09:00:21', 'SALE/POS2022/12/3115', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a80913c52cf6cdac2c59991cedf83428630399df6592c8c3497c7130f2328e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3106, '2022-12-08 09:22:23', 'SALE/POS2022/12/3116', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1c6e6a483b8f9ba294d7d3177962d6e1bfa98f3f8fbaecd3fe883ba7fa5f864', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3107, '2022-12-08 09:37:06', 'SALE/POS2022/12/3117', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cde7322b183a6cb77073c9706256d5c87365a80b5b834e7c1d2fe3f4f35be959', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3108, '2022-12-08 09:40:04', 'SALE/POS2022/12/3118', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97e305e62e2a8781f9b65e9660ac3518442af48b22f3f8ebff3f736042c81d7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3109, '2022-12-08 10:08:26', 'SALE/POS2022/12/3119', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cf42285d2270526364986cdd5cd2ab517620a6959bb557eecd88f4e3e42c2d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3110, '2022-12-08 10:11:36', 'SALE/POS2022/12/3120', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b55ae4153c003ef62e3190fe53e29403cf8b8d85718b494e48e5391f8a2092d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3111, '2022-12-08 10:49:25', 'SALE/POS2022/12/3121', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5686bffaebd4a6eb0474a75f5bf0b18fbd19a6ea00cc75a00759094d7fa14d14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3112, '2022-12-08 10:59:17', 'SALE/POS2022/12/3122', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a94a563dac9bb1d09859cb99f5d04b61c123df20ec23e1b594921d36079259d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3113, '2022-12-08 11:08:12', 'SALE/POS2022/12/3123', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c8901b3f1d5a4524a0de4c26ed4011ed01f54a141ad5c56fb921e876ddccf57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3114, '2022-12-08 11:23:54', 'SALE/POS2022/12/3124', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce47b0e59bbe4e6b63a77972841688c4dc39b7b48f7df04bacda1c17dfe48e36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3115, '2022-12-08 11:30:45', 'SALE/POS2022/12/3125', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37a97740e980c42c01e1be9c090d5d2c037392975a329ff9256160de8b6171cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3116, '2022-12-08 11:49:01', 'SALE/POS2022/12/3126', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '460a888107486705df4e1df8df886d3f73378cefcb18bcba51009f9942b488a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3117, '2022-12-08 12:01:34', 'SALE/POS2022/12/3127', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd94b19d8a6eb4fef39d5c6db5ddf56c1dfb3fb1671745afbff7144ddaaa3a931', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3118, '2022-12-08 13:01:00', 'SALE/POS2022/12/3128', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97cef8bd440a50d1174f61f49b17643e9baa99ba003e71f8074f811176e70d14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3119, '2022-12-08 13:01:26', 'SALE/POS2022/12/3129', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06eae1ad48fd5666ede8f5a21ac075ca0bbae2b87d76ea286d19252b46e13b76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3120, '2022-12-08 13:01:51', 'SALE/POS2022/12/3130', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf3254f00bbaa9f2cd2f66c0625c3579f598a91b81987bedf19e2e4f3546c696', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3121, '2022-12-08 14:23:38', 'SALE/POS2022/12/3131', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1a9452c1dfce26ba00bd18ad6b1495c71247d2f9fdb51f044916007d7168c4f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3122, '2022-12-08 14:36:51', 'SALE/POS2022/12/3132', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '514c23bd302f4a6c45242828ee392b27d28fb2e426cf377791b7a2aee6c3d076', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3123, '2022-12-08 15:37:33', 'SALE/POS2022/12/3133', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5383c97e2420b2e94341267b9415f57ea0d0624db54ca3f3c55b74a690a06b50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3124, '2022-12-08 15:37:56', 'SALE/POS2022/12/3134', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a105ed301c794c7e91ff3a4358116a87e23b5f9058369c2bde6beec4f50ebea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3125, '2022-12-08 15:53:08', 'SALE/POS2022/12/3135', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7bc8c47df72f9e14b14386ec0adc117af966c1d8beee971e3c2098154ef851bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3126, '2022-12-08 16:15:33', 'SALE/POS2022/12/3136', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '769f17e98f76e41c3616fafb9ac073f61a704c16de982aebe3624d5f6c22a2c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3127, '2022-12-08 16:23:39', 'SALE/POS2022/12/3137', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81bf8f070cf0bf96e50e3dea699133c389d9bf02d4bf404637aacfd2a1983df6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3128, '2022-12-08 16:43:14', 'SALE/POS2022/12/3138', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bb9b55c512843caaa5fb3c1a9db4eab75b67abab81666b7a60c1c64010f2ddf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3129, '2022-12-08 17:36:11', 'SALE/POS2022/12/3139', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7826e94d2d64a657ab56d3e390f8d66f8c5a7ba2f93fcfc980e2ffc96e163363', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3130, '2022-12-08 17:40:28', 'SALE/POS2022/12/3140', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df81c240e3e0faf523fc02f4f8c51085d82c73ae46dad3c620dd1312d0ba3a45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3131, '2022-12-08 19:36:57', 'SALE/POS2022/12/3141', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd57013b68034f97f3e31cba982113fe8368dbddac8f01e6bd975a756038d31ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3132, '2022-12-08 19:41:11', 'SALE/POS2022/12/3142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4acb2419d46c171df13ace0a120cf564449dfd821fbcc232276065d8f574b059', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3133, '2022-12-09 05:34:38', 'SALE/POS2022/12/3143', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea3ba70a785d5723d69c386c2eb90c424278ae2ca2f4f5de16fbfbb4028c742f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3134, '2022-12-09 05:37:51', 'SALE/POS2022/12/3144', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77fc771d3a78d5dd63a01372cbe316bd4152c796af8c1488a519c251223e2767', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3135, '2022-12-09 05:38:34', 'SALE/POS2022/12/3145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07d3c2ee90904eb4bb1b90d4ebbe6024e39a0d8d7e64bcc2bf9187a497a5e8d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3136, '2022-12-09 05:39:04', 'SALE/POS2022/12/3146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e88f0a5d6632a2a199604a18f278e07c77f25b2c08379e0daae1b231fec4a2a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3137, '2022-12-09 05:39:36', 'SALE/POS2022/12/3147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbef7ff8170956d6bbaf91853d1bb07ed97824ed3df9cbd64955559506b4fe9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3138, '2022-12-09 05:51:48', 'SALE/POS2022/12/3148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b06a5fba0466da75f03ca356a6a4818ee5921c977df9b7d7590f026b14b4248', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3139, '2022-12-09 06:01:26', 'SALE/POS2022/12/3149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32988eaf1b325ea205678d783b1ffa6f600c0c59204998715ffa093591696efe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3140, '2022-12-09 06:04:02', 'SALE/POS2022/12/3150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75c63a8307a241ae350645ed35e6835158bba8e3f9604bfabbba719f6230c7ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3141, '2022-12-09 06:05:16', 'SALE/POS2022/12/3151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfde9d655ec9eeb5ca3756acc4672a655d53abafb279bccaf39a7c46e0269748', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3142, '2022-12-09 06:08:46', 'SALE/POS2022/12/3152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b866b5ceed96459e8dbde5d2bff7c5900ff3d43ca2dece968699dc089ac625e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3143, '2022-12-09 06:09:03', 'SALE/POS2022/12/3153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '407d5000e92d08eed0d9fd9e06b0365643bd3a89c940764b7cb81afeec9683a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3144, '2022-12-09 06:11:14', 'SALE/POS2022/12/3154', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67a3aa6eec49c12a0809d1339294a3773ee7165c0e86486810ba59ccc15358b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3145, '2022-12-09 07:46:08', 'SALE/POS2022/12/3155', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6daa209a0de39cce0fbce9085d58a733a5a7720ecee8e7f1326700b50df8c472', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3146, '2022-12-09 07:54:05', 'SALE/POS2022/12/3156', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8def7968cdb0d5c6895a2131d00dc7c3fc15a980494c06f3c0234add6e74ea8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3147, '2022-12-09 08:28:27', 'SALE/POS2022/12/3157', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a0db92881b2944f49c11fed80f2f31ce4956f883307237f6a23ce9fa3db01ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3148, '2022-12-09 08:49:56', 'SALE/POS2022/12/3158', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2bb3f615f3b36ad437146f2579719a9d983f0381607f899dfc8760de7fb89ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3149, '2022-12-09 09:48:30', 'SALE/POS2022/12/3159', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '93.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '93.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '93.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '613a4a5cda82b48e1f17542aa2366d8b39987a96d5fde25780694065e332fae9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3150, '2022-12-09 09:51:18', 'SALE/POS2022/12/3160', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a56631533e25ddf85d390a16bca730c0d9d079413b51a9e7f66a64b2b7445f2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3151, '2022-12-09 10:01:47', 'SALE/POS2022/12/3161', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62de4209d62110fdd6b420bdca717d8699a23d1d25a87283db142de07e7b9b47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3152, '2022-12-09 10:03:42', 'SALE/POS2022/12/3162', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6a8039db243664c94edabc1aa8868f7b4dc282345451e5815fb1e92b3e7ff0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3153, '2022-12-09 10:04:17', 'SALE/POS2022/12/3163', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d7862ca1e3f953a1d6a92187894b4144d713778343375a55bdb7d4a4f54917d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3154, '2022-12-09 10:41:03', 'SALE/POS2022/12/3164', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f09dc027a85f67f7a378c769adb5e21059e0f70d4fe8bc390263921da60092d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3155, '2022-12-09 10:42:10', 'SALE/POS2022/12/3165', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aedf2fee6f8e155f47128a7ddf356ee364339ec3a721206d51631e9fa6d1afce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3156, '2022-12-09 11:06:05', 'SALE/POS2022/12/3166', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31e4edf0776be57d88034dcf76f462aeec4b2ec7d14dde2c47e3536a6841f369', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3157, '2022-12-09 11:23:55', 'SALE/POS2022/12/3167', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39a2443c3dbf6d2afcb2f187abf9f4d22fa51d855e701061fb0c3808779e6228', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3158, '2022-12-09 11:32:32', 'SALE/POS2022/12/3168', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff7ebe23a8a9d80a2de30e37e89c2c74fcc542ea4dfac73261e3fa1c9a329e0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3159, '2022-12-09 12:02:57', 'SALE/POS2022/12/3169', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d1de43318fdc2c79df3f73f55466f4671e5842df0a09182bfb14282a17df782', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3160, '2022-12-09 12:03:30', 'SALE/POS2022/12/3170', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6916846c86c267f4d849ebf95f99987cfc8a809a179d50fcac070fb02ae8e15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3161, '2022-12-09 12:27:47', 'SALE/POS2022/12/3171', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ccfa50106817f062ee7a01d8994ea23224ed2ae7e0f657b3a95aee8c0e07e1b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3162, '2022-12-09 12:30:51', 'SALE/POS2022/12/3172', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69bc35b24555585e635d0c2aae609cfb02aea1bf409ea602555e09033c3f55ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3163, '2022-12-09 12:55:00', 'SALE/POS2022/12/3173', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.9996', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.9996', 'completed', 'paid', 0, NULL, 7, 8, '2022-12-09 16:02:42', 15, 1, '82.9996', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8af7762903a712b6c604355096221e72a3980b9aa192b9a20201d1598ef94797', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3164, '2022-12-09 12:56:34', 'SALE/POS2022/12/3174', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca2d6275e7805b126ceda063a65e630bab676641c2757324fef9bb051a8fa36e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3165, '2022-12-09 13:34:36', 'SALE/POS2022/12/3175', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69b22a9518deb15457da55de5f8da228834793b24a325667292c181c17315c13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3166, '2022-12-09 13:58:55', 'SALE/POS2022/12/3176', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d9278c34ac269fc0a678f8ca67a540afcb3f5ec622331ed7e5c82c4403a91a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3167, '2022-12-09 14:44:48', 'SALE/POS2022/12/3177', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f60c8c037f9da3f4e95a6173be0cad9c34d9ca59e2537eba6e339cf3ec26d22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3168, '2022-12-09 15:34:29', 'SALE/POS2022/12/3178', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd197dff4fdd5e89cb1c6c7f321b2b134b76b4796dc7f247fcd76ac4b362ca8ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3169, '2022-12-09 15:39:45', 'SALE/POS2022/12/3179', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c47d96e1fd0aa10a9eb37701bfd0f80c7036e0e2dd43a5ea6576c8941bb448e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3170, '2022-12-09 16:10:27', 'SALE/POS2022/12/3180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd22cb62ed8866fa12aaf421ca10b65f349ee5926abfd4aa5822d3e827eba6fe0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3171, '2022-12-09 16:13:20', 'SALE/POS2022/12/3181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f90dbae762d57b4c3221f94a7d4efada633a43ab0f98d3275d5eeb7cb067f606', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3172, '2022-12-09 16:23:43', 'SALE/POS2022/12/3182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '298d4fd579063475e7835ab2ed79184532f601303a8e01e066b28839f92fd39b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3173, '2022-12-09 16:59:11', 'SALE/POS2022/12/3183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '089564b818f22ecd23cf5e6462e5a0b9ae3a3852471990eafd3d6ade997b6398', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3174, '2022-12-09 17:38:11', 'SALE/POS2022/12/3184', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbc1988c063bf93cd4d3b3eeda8e0e02710715c59e6e0b0d09b33935b76c027d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3175, '2022-12-09 17:41:44', 'SALE/POS2022/12/3185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7f40cf074fd7cedf74bb4e7812ba73e2dc26d97f99caaf908076fa12c349a76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3176, '2022-12-09 17:55:27', 'SALE/POS2022/12/3186', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40e00d358045b4caed5667f8c91dc07f6afaf036baca4d4ddd3206a26a69a56d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3177, '2022-12-09 18:07:00', 'SALE/POS2022/12/3187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d62f0b17f9f80e4ac6657b19c81a8cee777afb5c1803f4ff5885d656b27f3cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3178, '2022-12-09 18:50:53', 'SALE/POS2022/12/3188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0e3557391283d38b7f0473c4c27496a534391db10a7fba7aee3895ed701c941', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3179, '2022-12-10 06:18:22', 'SALE/POS2022/12/3189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec5621f5a5d5bf824d9017efb99772ca0ac6babfa68aaf59980577be2d914391', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3180, '2022-12-10 06:19:43', 'SALE/POS2022/12/3190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1540dbb258498d704c4c4837bb66c81b15108b7507e89de303d676863b54293a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3181, '2022-12-10 06:44:11', 'SALE/POS2022/12/3191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e638a996e935b27dc1832d3e0967aa9576f3486acc684f697908e3d919729db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3182, '2022-12-10 07:54:38', 'SALE/POS2022/12/3192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a688082389efe5c23cf17188101c4019d9d7de2b22f7bc0be6b9f77182f75d02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3183, '2022-12-10 08:35:49', 'SALE/POS2022/12/3193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14c3e3a8ea56ba3e9956f973179868d53940a28ded19e5e0e728f4d7422d8458', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3184, '2022-12-10 08:43:58', 'SALE/POS2022/12/3194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be0f51c3b5938de14b376ca78100cf3a655c0c6d276b5c278cc94631162136c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3185, '2022-12-10 09:06:25', 'SALE/POS2022/12/3195', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2a679f44a87626aeaf640484bcf1bbeb83b2cadb35c33e6cdf4db1ad56be09a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3186, '2022-12-10 09:50:03', 'SALE/POS2022/12/3196', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51b0d45bad22752c8d77f743ab4b62297a4a77aa5fcb5fa26a6ac51578ffa7c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3187, '2022-12-10 09:55:22', 'SALE/POS2022/12/3197', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82d959de42d27c14693c9d752c70072e528c9c9180ae2fa733baebdf0d82d032', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3188, '2022-12-10 09:56:33', 'SALE/POS2022/12/3198', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec4c8facf5c6b5e33ea18944c5d191ac52eda269f7479757e325bbcdd4ebe2cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3189, '2022-12-10 09:56:56', 'SALE/POS2022/12/3199', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50460ca376cac72962a6df5b4039b55e99e6fb2de2a27e61b0e127f3910d5ec7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3190, '2022-12-10 10:01:25', 'SALE/POS2022/12/3200', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed67dcedaae363c6a72b44efc3ba62afb95ffce2f356690d90b08113971fb72a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3191, '2022-12-10 10:13:49', 'SALE/POS2022/12/3201', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a964327430bc18c3f2adbbc3d80563dac1079c7104f80ce632da684aa3a189cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3192, '2022-12-10 10:36:31', 'SALE/POS2022/12/3202', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '778a25972b54936523e2fc7deeb144450b765749a628375d7c6895e359acd240', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3193, '2022-12-10 10:37:41', 'SALE/POS2022/12/3203', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ea3aed8c7b31b020d86d46f6f55505f2c1c5264b8d26f75be8cac630a894fab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3194, '2022-12-10 10:55:35', 'SALE/POS2022/12/3204', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b6c6679fd800ab99a59aabb38bb66b5df295b95f03d305f78dfad2fb94a9405', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3195, '2022-12-10 11:15:38', 'SALE/POS2022/12/3205', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '081d03aa366609ef4f2266eae6ad7c46b3fbc10822b7f0ff7509b5e1ea071037', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3196, '2022-12-10 11:21:00', 'SALE/POS2022/12/3206', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c088222315a4e9786ef8e5c3c4ac910c588d9c4c1f7989472487325d4cdd410', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3197, '2022-12-10 11:22:38', 'SALE/POS2022/12/3207', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83f008481881197e1289af28e4a8017d626cac5a20b7adc65c8d53131c772d57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3198, '2022-12-10 11:26:27', 'SALE/POS2022/12/3208', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da9b022192a70e9ae60996502a6d04c49966e6f58d09037f26d0443b1f24b1e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3199, '2022-12-10 11:44:03', 'SALE/POS2022/12/3209', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfd5abdc42dc7a1549b9a53cb4268afa7975416d4676a8fd454a12892ab49be8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3200, '2022-12-10 11:45:07', 'SALE/POS2022/12/3210', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a27473bdea887d35c09c10007fb0f76541b0b56d332e033dbabc47f1180fa1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3201, '2022-12-10 11:51:32', 'SALE/POS2022/12/3211', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24d12f96dfb90246d72bfaea66e5129296d2fb981d90c768b9ad4e2507be6955', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3202, '2022-12-10 11:53:06', 'SALE/POS2022/12/3212', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97d3426aeb6c4c0b8b8d8440d566b34049eda1dadf8c9f3d1c0a607288e45023', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3203, '2022-12-10 12:04:23', 'SALE/POS2022/12/3213', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb6029e0b6688e0892b555d9ff7de1958b571c1dd5e8535e0f9301566af874df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3204, '2022-12-10 12:08:30', 'SALE/POS2022/12/3214', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79454dcbd71c6de8219611727c8576139eb4aadc4927bf94e445e36b1c80fb31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3205, '2022-12-10 12:14:47', 'SALE/POS2022/12/3215', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93a83499effd4389aa58461b944e29a860021710373668cfa38e08a6680bed80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3206, '2022-12-10 12:34:59', 'SALE/POS2022/12/3216', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca68926e249e55b41cda26ebc3bce11668042ae51505a25494c5cd5ecf01338b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3207, '2022-12-10 12:56:28', 'SALE/POS2022/12/3217', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7eaea25bbc99fc35d4f533b0408ec7a9d60e30dd4dc0e9c0a97bf2aa497414bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3208, '2022-12-10 12:58:16', 'SALE/POS2022/12/3218', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee27f1293a9ddab3d4a77ad92df17a9fe2019b0ce0bfb4df1997fe977c920288', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3209, '2022-12-10 13:15:52', 'SALE/POS2022/12/3219', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '467a25c333fd1d9d6b6ab20efe0239edddf3ee0d43935ae33614ac0b6be176af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3210, '2022-12-10 14:09:01', 'SALE/POS2022/12/3220', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '991a07336d673d0c6c1eda8ccdf5fcdc6a5b5f7d939dee0818a1a5f70e93707e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3211, '2022-12-10 14:26:27', 'SALE/POS2022/12/3221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3faf915b449a988006e210f1dc165156a461d2ecf45db530979e24429c70eb86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3212, '2022-12-10 14:32:22', 'SALE/POS2022/12/3222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e0b70aa1d9d4baf390f2a25dd3f6ccc521a4b5dbde58bbb0bdfe9cd7432e518', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3213, '2022-12-10 14:57:08', 'SALE/POS2022/12/3223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04911bae8e17c6b720852238b28f1556df8e7c1d4e2bae79a2f7d97ae481baf5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3214, '2022-12-10 15:10:25', 'SALE/POS2022/12/3224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b69379f001c4736562ccfbff7f879386bcec270340b6162807fa4c834ff4eeb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3215, '2022-12-10 15:13:53', 'SALE/POS2022/12/3225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d624bbff1c039803b6f575b8ef25656a3e74c55c2fc2a6d3111a0817a4a1f31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3216, '2022-12-10 15:34:44', 'SALE/POS2022/12/3226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b1b13697dbb97d8ba8f9046589b887eb7df73a2ccdc0e80d821e6debd3e7872', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3217, '2022-12-10 15:36:10', 'SALE/POS2022/12/3227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fa9010110aba94e5343bca25bc7db2cf2f14db727bda1d10ec11f5a4d068055', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3218, '2022-12-10 15:55:14', 'SALE/POS2022/12/3228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '626dab77459de4a2d58eddfc3fe48855c80e499c7afa6f78100b7ac2c0bb342f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3219, '2022-12-10 16:20:08', 'SALE/POS2022/12/3229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd7379973bc9a7c425ae07d6e1cee406e0459d2e96b6ef9c4e13d592ddd93cc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3220, '2022-12-10 16:53:27', 'SALE/POS2022/12/3230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f4f251f3785382b07540c6cf87066d2c4e956ea93133d90118ac429cd900889', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3221, '2022-12-10 17:11:57', 'SALE/POS2022/12/3231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '493f673cbd717da2978d0eb42c5d60b1eef0569580171a441ce2a5d528cae1b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3222, '2022-12-10 17:12:33', 'SALE/POS2022/12/3232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd948313961e2824143a27ff63004897d3183f86c78d19a57f4a443f1a37666a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3223, '2022-12-10 17:53:05', 'SALE/POS2022/12/3233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '175.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '175.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '175.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f78f7dd8bd2d95ad45a0326a1972c547ca60ed4ed2a54420173385fe5e1ba2a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3224, '2022-12-10 18:03:17', 'SALE/POS2022/12/3234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a29d31688b3e42e86f1139efedec8336b00f04e9b51b009ef41e01f5e9a974f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3225, '2022-12-10 18:10:13', 'SALE/POS2022/12/3235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad22b5f6858582b093687445f7c7be4ddc2920fef103dc72edeec323dcc7cf8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3226, '2022-12-10 18:22:36', 'SALE/POS2022/12/3236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78532231df77ab1cf2c9082566875db060f831967508ca358e5ef1d9e72ff6a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3227, '2022-12-10 18:27:17', 'SALE/POS2022/12/3237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c222224c503121685af5a84abe81ce693cf7d36192879f6cf2e95de2a101989a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3228, '2022-12-10 18:29:20', 'SALE/POS2022/12/3238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6eaab336b836d4cd3704cb90117f7f9f728306404f1789b3765077b6e8c19d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3229, '2022-12-10 18:33:00', 'SALE/POS2022/12/3239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a8a5ea7d50d668a6e91a0ee1022795a6bce319466f52e312385314abfc65b45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3230, '2022-12-10 18:49:14', 'SALE/POS2022/12/3240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65194fec348bcb4274dfe52ef31e0cdc0325420c793e0844e1be3463c5f46d45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3231, '2022-12-10 18:50:26', 'SALE/POS2022/12/3241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2227afe4f5d61f1f1445d69e9cf7f8780cb30f13b65550d5b044b6fc081e0fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3232, '2022-12-10 18:55:34', 'SALE/POS2022/12/3242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a398c885b2330f105857bd3751fdd594bc9ebf735e5dbbf83572c372b564ed91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3233, '2022-12-11 05:54:17', 'SALE/POS2022/12/3243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ff62fb9c541568603842ed99e8768a185ac7aec7c3c2e1d3fea559de8d51ffa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3234, '2022-12-11 06:20:39', 'SALE/POS2022/12/3244', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a488bd65a65d1bd0fab3962b9cf05ebf277e835fa543f8471a9ad592809fbe0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3235, '2022-12-11 06:23:57', 'SALE/POS2022/12/3245', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52b88646df73c14ff2cfe69baf3bb7c74466c834e3f8ff8fc06eafc889c7fd77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3236, '2022-12-11 08:06:19', 'SALE/POS2022/12/3246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5813fb53cd0b7970e52f78fa93302d07dcc92b2944feae135cffa0c06830010', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3237, '2022-12-11 08:22:29', 'SALE/POS2022/12/3247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9fbed51bc74af838c5860d5112880706fe7a236c7ebddb77342cb719712e1ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3238, '2022-12-11 08:29:31', 'SALE/POS2022/12/3248', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4615f19b391cf0b9096213cfbfc30b11a207d47e11e3be566bed56c518e962a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3239, '2022-12-11 09:05:24', 'SALE/POS2022/12/3249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7230a6c01895d90c291ee91b135dd249f0c9305fa786f3d4da8ca29fab496ba5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3240, '2022-12-11 09:06:11', 'SALE/POS2022/12/3250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94718aeab1cc8b49eaa2459e9acdd2bf30bf7130a7be4963837f4c678969c1b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3241, '2022-12-11 10:20:07', 'SALE/POS2022/12/3251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0836a5712666e014a487f5b6aafa1b1bfe84e998b2c746628771127946a40e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3242, '2022-12-11 11:17:00', 'SALE/POS2022/12/3252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8c49dfc55eefb6e57e086278fa28e801b212bc91a5f4b3a40c3c2534240d461', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3243, '2022-12-11 12:10:17', 'SALE/POS2022/12/3253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8c59bcd10ec1eefeebc299efd8dcee3cdd6124e9858d39e07461db68c424796', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3244, '2022-12-11 13:10:55', 'SALE/POS2022/12/3254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0093e122c4e21ebbfa35e828d1d48110c5968146415bacc73aaf73426d545197', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3245, '2022-12-11 13:20:27', 'SALE/POS2022/12/3255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c71e3ae8e068c87849f01777b64f5daab8ac65208a8a8794b1fe42cc7ba101c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3246, '2022-12-11 13:26:59', 'SALE/POS2022/12/3256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6201fa1b8226a863e84d154e8d29418216df254bcb723fa45a62a317b88d9a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3247, '2022-12-11 14:15:11', 'SALE/POS2022/12/3257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a808d204911ca49ac1da59f320b294ade89ebec609368b75ec69c729c2515eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3248, '2022-12-11 14:36:59', 'SALE/POS2022/12/3258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48be16971b91c984530c608f41de6dd2ebbfc2bd07ad05fa882ba70942163d6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3249, '2022-12-11 15:11:40', 'SALE/POS2022/12/3259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3a92bd3a6233566a72cfcfad88244a16d166a4540e60840b9980049d05a077d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3250, '2022-12-11 15:15:25', 'SALE/POS2022/12/3260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f17c4f35904d0f45285c8a6963fdee061375dd8f3b7355fb8137d0292b289670', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3251, '2022-12-11 15:23:40', 'SALE/POS2022/12/3261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfb0bd35c0b9a33241d2f5e9d77975f8352bea0265c30506214534042865d113', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3252, '2022-12-11 15:24:58', 'SALE/POS2022/12/3262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56f47c6d8eca73996f7d4568b1ed9a5a8d359cbd8eb74ce6f7c202446274204e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3253, '2022-12-11 15:52:30', 'SALE/POS2022/12/3263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e7b7d4c4396f8541a4b039946ec1a2881930da257040ffa04a57e769445d254', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3254, '2022-12-11 15:53:23', 'SALE/POS2022/12/3264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13b8997dfc53b587aab84a42b8699b864ce25929214f524a203db5abd1549875', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3255, '2022-12-11 15:54:10', 'SALE/POS2022/12/3265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60c9b08af5039afd19e1c7073d624015a558048329176ffb1556c4a00a2be313', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3256, '2022-12-11 16:01:09', 'SALE/POS2022/12/3266', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2546abbeef3fa30f8e153ad57a85e684c303145f00d9e900d612d90f2d77c632', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3257, '2022-12-11 16:20:05', 'SALE/POS2022/12/3267', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '79.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '020b71542e4781c0d0afb1ab7b5333a2e4f1847c655f9f9af52a2f2b4035d30f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3258, '2022-12-11 16:20:33', 'SALE/POS2022/12/3268', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34aeac361798918c17f673e5831edd90253651397bc1f035368a10bdbd4df6f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3259, '2022-12-11 16:23:16', 'SALE/POS2022/12/3269', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da48b5cdd6dfa5b92f849a98ecb9de02422543a58f060aceeb1dc0f9a230c987', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3260, '2022-12-11 17:07:03', 'SALE/POS2022/12/3270', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '95.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f336b16d5ec6cd5e9744e0b5e6469eb7851d7d1e2e6076cc31a4f8e4cce1f0b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3261, '2022-12-11 17:28:28', 'SALE/POS2022/12/3271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '110.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68681d064133bcc2a902b7e91e98b8580d9a3694085731d57799397dafebcfa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3262, '2022-12-11 17:35:10', 'SALE/POS2022/12/3272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c275ff2dfee84a3e9871ccd441c3e87ca8fbe48d6c080e47f89a2e5f9ba1ceaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3263, '2022-12-11 17:39:57', 'SALE/POS2022/12/3273', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '26.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4cc990ef2e6768d7a244ca43ba875935de170342dc9e30c7e3437db4d0591109', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3264, '2022-12-11 17:50:38', 'SALE/POS2022/12/3274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5709f4e44e73ebcead63f97547267879515bb76ae77988bbfb4505f1f4653897', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3265, '2022-12-11 18:04:03', 'SALE/POS2022/12/3275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd92283e2b6e7262c05170dc5a96d97dbf8a9beb4abd7e23dfa0d00bdb6103c63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3266, '2022-12-11 18:05:42', 'SALE/POS2022/12/3276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f32432c3a105057d6c4a40ad46c3301100518b4c76e034e4812e95882a4bc25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3267, '2022-12-11 18:06:45', 'SALE/POS2022/12/3277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e1fea312599b973fcd3f74d7fb8a0438f0161396b1f4b44d62ec46ced120c69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3268, '2022-12-11 18:10:36', 'SALE/POS2022/12/3278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '987929864d5f489e7577a6b413038a6c3b9539720f252454ce24ee7b8d4a8bb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3269, '2022-12-11 18:16:10', 'SALE/POS2022/12/3279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9951fbe0bf69d6234d52b6cb8a77449954318c0834a1f10ffa8d666a8bcef6b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3270, '2022-12-11 18:18:28', 'SALE/POS2022/12/3280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbbdcb1d24a0932f92cce324df70e28cefa62c363dd7c876d45e4f2e9f284ceb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3271, '2022-12-11 18:19:16', 'SALE/POS2022/12/3281', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dda123a634fe6c2a61ca13ba413492b8d2ede73587c97f04f93998b02994dea1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3272, '2022-12-11 18:30:31', 'SALE/POS2022/12/3282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c9b20e867bba833c9e06301afefd8b1a59c43c78fb597e91a46e18629631f42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3273, '2022-12-11 18:40:00', 'SALE/POS2022/12/3283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f23fe566a90323c61d7c5971401c6d4e0373a12765dcc020baef6cf0707949b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3274, '2022-12-11 18:53:45', 'SALE/POS2022/12/3284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38d4b57964e42cefa5d755bf62fa645a2e1b0da4c3e41a2fd74d7a161bcf05e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3275, '2022-12-11 19:25:48', 'SALE/POS2022/12/3285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '493d21fde8b63b106e764dfda2f3febe8004d5598a6aa33ebbccee38e82a1d5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3276, '2022-12-11 19:36:28', 'SALE/POS2022/12/3286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '291a519779f9f9884cf4acd54d4e79a63a59506821c7dcfce6fc917c96efc175', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3277, '2022-12-12 05:26:36', 'SALE/POS2022/12/3287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bc5da754886a67808f2bfcb119acfd9bbddc767ca606e85e9c461ee3939d6ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3278, '2022-12-12 06:29:18', 'SALE/POS2022/12/3288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21e054b120f6ee4c0bd0e488e125133662a1f73c9ce0417dd18e53215d3213f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3279, '2022-12-12 06:36:47', 'SALE/POS2022/12/3289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1069f6221522d94877fe6d5345f70c37ad67db843c69745d8e76d7fccefe3104', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3280, '2022-12-12 06:41:07', 'SALE/POS2022/12/3290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ddb526c53daa1fa7425fed1e28122ce88fe4ce5b2b8688fd30d171c16c8c221', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3281, '2022-12-12 06:43:28', 'SALE/POS2022/12/3291', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c770cc7ad6f8b13469c9dcb659fdbd49c171f1bb06058d9734a1329e573743eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3282, '2022-12-12 06:44:23', 'SALE/POS2022/12/3292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22b82047d9c78cdf05bf362d87aec12f06841fcbe1577075d72383f65e6cf444', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3283, '2022-12-12 06:47:36', 'SALE/POS2022/12/3293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e196dcc1bdfeede65d5aa6551c44d686cf52c2e620923dae378d6ff89e7f5cfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3284, '2022-12-12 06:48:02', 'SALE/POS2022/12/3294', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d98819165456822dd80d8797f1911a96ba2c93f17d4c64c95b48e556862f0e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3285, '2022-12-12 06:48:22', 'SALE/POS2022/12/3295', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '030e8af7f4f108a7e265896397168235c0eabc53de6eb0f5179964a985a720cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3286, '2022-12-12 06:49:00', 'SALE/POS2022/12/3296', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f91204481cde28c24bd8ddd8ca119cd6b28062c7d95c9193c9c7fb20968dd3f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3287, '2022-12-12 06:50:59', 'SALE/POS2022/12/3297', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '27.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5712c0a0fe0f6c405da5c6ef8bc638b3e52fedc237f64acac2115a007914eed4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3288, '2022-12-12 06:53:45', 'SALE/POS2022/12/3298', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38581531d143ae48bb44ff0693422f490e4330bc4b305568df4e085f0a90c374', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3289, '2022-12-12 07:16:54', 'SALE/POS2022/12/3299', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2241759734e9b5975f9b9f84257bf5cd425ed11dc4ccd2d5f500a82c4bba4bd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3290, '2022-12-12 07:17:38', 'SALE/POS2022/12/3300', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b043d699cea2b8488e7a41ef212949f004f2b9c00f26f476be1f991c362b63f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3291, '2022-12-12 07:21:05', 'SALE/POS2022/12/3301', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c340d7cbe5c6d3c38effcfb85d3994d830316f510f50bc7979bf323d2203492', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3292, '2022-12-12 07:27:26', 'SALE/POS2022/12/3302', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1aea8f5fd4d2c46ebd39ac2f54b5257fcd7c54ebf815ec7e2e6a2298be1d86ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3293, '2022-12-12 07:32:30', 'SALE/POS2022/12/3303', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '85.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b93a9649a221e9d5210ada064157a5e4781f9ba8c40764937850328cb99e0ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3294, '2022-12-12 08:05:46', 'SALE/POS2022/12/3304', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71a38a467c18e08116ef4b30a93943ac0b8ca7c62c70c7516fd90bd64fa0314a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3295, '2022-12-12 08:39:33', 'SALE/POS2022/12/3305', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a732b093070acf97929245177e36a65da69cf62861a89e8bf3ee9363c5f7e45e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3296, '2022-12-12 09:18:54', 'SALE/POS2022/12/3306', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a02cb77dac3c50c34177cf36d7bdbc18a044c47f5e848e47bcb4a697d7e7994c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3297, '2022-12-12 09:35:16', 'SALE/POS2022/12/3307', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd62b9a5286a8a5a91ceb64e48562396125d7475325c1c51401b1952673a7050d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3298, '2022-12-12 09:44:54', 'SALE/POS2022/12/3308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57e2f301a046423ce25e9da3ea59c79ae0c3daef196eff200832fb1f2e16f349', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3299, '2022-12-12 10:00:36', 'SALE/POS2022/12/3309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '595d9aab53c00fa3c1326281662943b905ed477226a5c02670d21fc2a8a601d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3300, '2022-12-12 10:01:18', 'SALE/POS2022/12/3310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2f2cfd1555003722e683dc64b6a92a76b50a0506f55fb548ab7d6fc16182627', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3301, '2022-12-12 10:35:27', 'SALE/POS2022/12/3311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6533e58bc1f24026295433d16ff91b424ff2f0071bd3ec3f335da60b6ac6825', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3302, '2022-12-12 11:01:31', 'SALE/POS2022/12/3312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04b7d11409fe8a541709167b89587bfb3ace793882f6fb80f30a828715246036', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3303, '2022-12-12 11:07:24', 'SALE/POS2022/12/3313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7ec4d8fc872ddf2e3bbae9799e0260fd619808c3e9807ac8d5c8f3cb17edca2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3304, '2022-12-12 11:57:29', 'SALE/POS2022/12/3314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b9812bb330ded989b20de3f105f1977e16052e13942a0f8c0c8cee9b0bd02c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3305, '2022-12-12 11:59:16', 'SALE/POS2022/12/3315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acffae9400c5659aac7d55939b160f5bb339b32839a6d8479afbeab146d0a67d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3306, '2022-12-12 12:17:38', 'SALE/POS2022/12/3316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d8da289cbe600367cde1fc23b2cb2d26a62df73ca21ea01f986ee82d1700058', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3307, '2022-12-12 14:25:01', 'SALE/POS2022/12/3317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd04426dfe8041fdfdb6d90bae6c4b3735a754eb0ff9027cee99b815c5120428', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3308, '2022-12-12 14:26:51', 'SALE/POS2022/12/3318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24e4ca30eb96c7fb63c2a33ebfd8e6834b13e4029bce142425a95e909fe0d546', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3309, '2022-12-12 14:31:54', 'SALE/POS2022/12/3319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a092a33c08346b7082f4646a394fb26324076a7cdc830a6010f2803735710bb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3310, '2022-12-12 14:37:20', 'SALE/POS2022/12/3320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da8dd715b500ba16686615a410416801b046166482a3a75ae9aba2125a0219a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3311, '2022-12-12 15:06:29', 'SALE/POS2022/12/3321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fff7bc67b0ee8985f618272b7cf9c333e54370e9085a74af566f2b2e5ee784bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3312, '2022-12-12 15:51:25', 'SALE/POS2022/12/3322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03396f57f7a0346b18cab92a09c97c73d34e68bbac9e4d5ee468144ff1349b10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3313, '2022-12-12 15:54:51', 'SALE/POS2022/12/3323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f681eca531ce6f0ba4fa36ce872ec3451cbc17f87dac95d2ff74cc1254f80f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3314, '2022-12-12 16:02:32', 'SALE/POS2022/12/3324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '5.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ad0d1288ec3173a2f99c98f5d8895ca69e944b28e8edc271f5e9aaa4cbe4edb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3315, '2022-12-12 17:01:50', 'SALE/POS2022/12/3325', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65839410d242d854ef85bcef528881a9491707e9d9741db126e1b655be908b5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3316, '2022-12-12 17:23:48', 'SALE/POS2022/12/3326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8b766839f1d46a50606810bc33011f46123bd93ae29f98998855b075ffedba7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3317, '2022-12-12 17:44:50', 'SALE/POS2022/12/3327', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91a7982361cea93aca2be46d1d294682123fcb58ed51c3c1613bc5b38bd30923', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3318, '2022-12-12 17:59:57', 'SALE/POS2022/12/3328', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '761280e9e47739a6b26fa81a51dc7c17176c423a9da0c0082e52e3fb1ed4948c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3319, '2022-12-12 18:16:25', 'SALE/POS2022/12/3329', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '466af4748a6f2ad90c6fee990c195863908529118c26367fcf5015ad959d4f01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3320, '2022-12-12 18:18:33', 'SALE/POS2022/12/3330', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '470f0852b72435f7c6d91031d5919d0e15bfb525243bcd238fd424b3f05ab7b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3321, '2022-12-12 18:47:19', 'SALE/POS2022/12/3331', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2627957e8982d3a1d70c853065d02684ea5a4e762746b1e9fc9c78eb8fb0bfca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3322, '2022-12-12 18:57:25', 'SALE/POS2022/12/3332', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d9bf4c6e15c7dfbe39645596c624321b51aa016ea1115c4066e4c7868623a9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3323, '2022-12-12 19:16:47', 'SALE/POS2022/12/3333', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42e0d172d0d25eb9d96f05fc9a0bfa1ebfe4fb07a56f5c8927bd63154e5a075c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3324, '2022-12-12 19:48:06', 'SALE/POS2022/12/3334', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5035b03fc7d0e8b04e03fbc68a4827cebb44b7838606b7933b6bd09e38e4f4c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3325, '2022-12-13 05:34:07', 'SALE/POS2022/12/3335', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '030f8d10002c9ed04103367e69682fdd6a680b8a28a04ca268cd122fa5908eaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3326, '2022-12-13 06:30:54', 'SALE/POS2022/12/3336', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '539.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '539.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 51, 1, '539.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8251b1ed7dbecaa53e2349967eb42f39dfc5d4d7685af2c0da91920e3513ed33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3327, '2022-12-13 06:31:55', 'SALE/POS2022/12/3337', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '722c5dd41c6c53872076a1f01d2628e5de30677544495d7c410d6c0bd71bfff7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3328, '2022-12-13 06:39:23', 'SALE/POS2022/12/3338', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3939f57f83fa3dac130445584917a1d17d90fcb76b146dcbc0585575934676f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3329, '2022-12-13 06:47:27', 'SALE/POS2022/12/3339', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f4fd45b8a2acaafd53ba105c75f498ee01b29e6f715c711a73d33d0a36bc702', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3330, '2022-12-13 06:47:51', 'SALE/POS2022/12/3340', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f02d5c68f7394005317897b3466679508b9927b7aa250b7aa48a709a0b077c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3331, '2022-12-13 06:48:41', 'SALE/POS2022/12/3341', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e7c5c5610d7c0d8ee24cbfd11d44e43d471c3f1c819420ac227b9dd3375d00a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3332, '2022-12-13 06:49:57', 'SALE/POS2022/12/3342', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd33ff504088f051fa339ee487f69e829de2d95700b505b30026f7cc7867e5370', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3333, '2022-12-13 06:53:33', 'SALE/POS2022/12/3343', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '16.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4246d25259bea1530aa69963c4f14c6e9ab4e41b1bc243f8d42a36dc1542a83e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3334, '2022-12-13 07:17:01', 'SALE/POS2022/12/3344', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf638ed4072cf407dcce230b53cfcd12bd479ddeefc439b144bbd84ef8d5ad94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3335, '2022-12-13 07:21:56', 'SALE/POS2022/12/3345', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '368.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '368.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '368.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f4a7c8ea66daa8a8a96bfe635f7aa39536a17476fef2b5b28f1d14ffe8fb592', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3336, '2022-12-13 08:11:24', 'SALE/POS2022/12/3346', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e9368ea4c4dd7da780e9007e50d0b830bc5a0e35d9431df7dc7e5a0ed803a33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3337, '2022-12-13 09:12:55', 'SALE/POS2022/12/3347', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '74.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '74.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '74.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ece7f1d0e45783babe687f2d4d268df2b4aee9a6aedec40247707af4ae2af0a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3338, '2022-12-13 09:29:40', 'SALE/POS2022/12/3348', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cb09a0d60db4e4da0aaebc01021e590e23fc3c5e06965e54c2ca2bc91e3d726', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3339, '2022-12-13 09:39:31', 'SALE/POS2022/12/3349', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '914702711c5d2bda10d1483b38080604019a733602908e38897f3dd804216a2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3340, '2022-12-13 10:23:39', 'SALE/POS2022/12/3350', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5a54b0bf8e477b2b4631669ec469c101a06ff46979433ade3b7e9ab2ee0925d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3341, '2022-12-13 10:55:41', 'SALE/POS2022/12/3351', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30854ca3f13c639e1632f835fc6205928fd97a81f71ab88a6271e47eee5adf15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3342, '2022-12-13 10:58:36', 'SALE/POS2022/12/3352', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd46f0259886b1a56b909925fbebfe088807841c0df7b383d338dea7fcda942b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3343, '2022-12-13 11:01:42', 'SALE/POS2022/12/3353', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'daede96c3770cecd37a65c56cb68aec8fa7079ce969d30401864bc6edfed28d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3344, '2022-12-13 11:18:28', 'SALE/POS2022/12/3354', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '752bf7af0d793e8d79ea36b3cceece7fcda1c82ab4d27a6eec806cf4c0677a84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3345, '2022-12-13 11:47:54', 'SALE/POS2022/12/3355', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '71.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b91129a0965e5533fb23352d5b5365bb70c1527e48daef49488951d323f8544', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3346, '2022-12-13 11:48:13', 'SALE/POS2022/12/3356', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e44c680110042d16d14934d0c135b2631247db36875a8a04e3bed18fe934cfb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3347, '2022-12-13 13:03:58', 'SALE/POS2022/12/3357', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc16611b11aa6591d5fe0bbc96b067b69c1710cacf1683f9d350b66731186d91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3348, '2022-12-13 14:12:33', 'SALE/POS2022/12/3358', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e44b3d6377974f0c4a90d178267b2c6a099acba162a33152568bb46994d79766', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3349, '2022-12-13 15:31:40', 'SALE/POS2022/12/3359', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8afe90c6eb3d64916308b24f3098fb5ea056ab3ec682a386f0a292a8655b720c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3350, '2022-12-13 16:04:49', 'SALE/POS2022/12/3360', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98e2ec614fe6900d1a30e393c141ea1c504702c30282eccad29bf56c25029f49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3351, '2022-12-13 16:19:47', 'SALE/POS2022/12/3361', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5750c041158b914e6211d6cdbebb8d71f6c9d4ca54ecc828dba0fa0fb86c544', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3352, '2022-12-13 16:24:58', 'SALE/POS2022/12/3362', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ce61a8114440ae08b811a20495e8c867d1239dc7522f7aecf47ba96a12450d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3353, '2022-12-13 18:01:39', 'SALE/POS2022/12/3363', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75ab69536f21407623b05e2a4e6496cb89b0cb1065b31bd220bd705eea7d458b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3354, '2022-12-13 18:50:25', 'SALE/POS2022/12/3364', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9093d1ca0a2e8a8d43fd263bed508cf9f45375a5f949690d71f8edc81a23e90f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3355, '2022-12-13 19:04:18', 'SALE/POS2022/12/3365', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6845e3793ed86e04ace8680b6cf63ca752833cde1ee20eb99e6dbf6e48166c11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3356, '2022-12-13 19:17:51', 'SALE/POS2022/12/3366', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9363f3a6f6bd42ec1b3ace930499d8693b6c214f1bf7bd2a448213af7d6cdca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3357, '2022-12-14 06:46:10', 'SALE/POS2022/12/3367', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbb9295ff634c4726a835bb5066a1d7ea44f112a08ec10a0ddc1cdae886bce24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3358, '2022-12-14 06:56:34', 'SALE/POS2022/12/3368', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98fa23b485bde1b2fac59c76467cce2e49006b2b1864d3abb6e9a3ff025c02fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3359, '2022-12-14 07:01:22', 'SALE/POS2022/12/3369', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3cf45f0d91b7cfd60d74b26ef66b339c73b4490dfff21d30d7d08eaff17ce1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3360, '2022-12-14 07:52:09', 'SALE/POS2022/12/3370', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05ea1be359cf336f60263d84744de45bc6bd146f02c1d4e56b35349ec1c0e4a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3361, '2022-12-14 07:53:43', 'SALE/POS2022/12/3371', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43abb6b8b61649c9c2bc9340cf19328827789917bbe7405d2e8c59ad99d41d7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3362, '2022-12-14 08:02:13', 'SALE/POS2022/12/3372', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18965dbc497411a394814747689faee5087b6272aecd7ae22b13e8bc650a10df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3363, '2022-12-14 08:19:36', 'SALE/POS2022/12/3373', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7845aae15cdd76394a0a19f9bdfd1bf0665a1a2796029c25494fc427f612a59a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3364, '2022-12-14 08:24:06', 'SALE/POS2022/12/3374', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab068b53ed100e6e8c3a2c6791c639bf78ff4a62807d473b10281c66c994c391', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3365, '2022-12-14 08:35:31', 'SALE/POS2022/12/3375', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77d509ea85803c37808fec2c3fecf9071b24610874c7af2e03fba197f555cdcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3366, '2022-12-14 08:41:31', 'SALE/POS2022/12/3376', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e684c77941928242f755742a3e7653e3a689460975c613bf14bdd22893a1273a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3367, '2022-12-14 08:57:13', 'SALE/POS2022/12/3377', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de5de0c38abfc95f6c7ab7070ec990312c26f9a0b90ed2117abe83cea613bbc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3368, '2022-12-14 09:32:16', 'SALE/POS2022/12/3378', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77815d0923869fca9d391ad23e90cf661c0231a12a63b2560806fa1b0c8fdb07', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3369, '2022-12-14 09:42:39', 'SALE/POS2022/12/3379', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.9995', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.9995', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '16.9995', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1759044cd600a21eaabe5fb2e4561d8e506431e159d15e489644c445554a66f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3370, '2022-12-14 09:57:47', 'SALE/POS2022/12/3380', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5670aed9b408f9f736cc976a6ed61fc651b6d5bfa4c8683d032de93922d573c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3371, '2022-12-14 10:04:18', 'SALE/POS2022/12/3381', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b07f72cc4fc52577e77a6685f1c611c44f8be2baa3025b653c396a83eb9c60f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3372, '2022-12-14 10:08:04', 'SALE/POS2022/12/3382', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01776f5ffcc5cf77fa72e5500e652d7de8738b04c0a771cfede3f0e668ec3d44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3373, '2022-12-14 10:11:09', 'SALE/POS2022/12/3383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41b996a8ad26d018b5662935d7480b9cccbea9f34c4c72b3f7db31134dd61890', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3374, '2022-12-14 10:18:50', 'SALE/POS2022/12/3384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cae0ee4fbc95119df9327fc04061bcbe047765bfe106c5a43b210fbd3b44ccab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3375, '2022-12-14 10:39:34', 'SALE/POS2022/12/3385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0805064187734e988f7526f6e6400242ee9152a75fd5db4c70f13faf6fb410c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3376, '2022-12-14 11:02:29', 'SALE/POS2022/12/3386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f242ef618f0412c1cf819e85346b81cf5ee6950e5ecd55b4e465cc9a8d4699e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3377, '2022-12-14 11:08:40', 'SALE/POS2022/12/3387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '895efd33de38425dd778aee186d8a8960f8a03ce6474b587f6cda95b156cd237', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3378, '2022-12-14 11:33:09', 'SALE/POS2022/12/3388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84238ad71ba754c7bab064e2fc17c2361ab9e51ed4375e94d4990b16dc3f5a2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3379, '2022-12-14 14:45:48', 'SALE/POS2022/12/3389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5d2124a79e223c992ff352f58ac548adce0c3a508214dc97cc9410a3a0d6fbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3380, '2022-12-14 15:56:21', 'SALE/POS2022/12/3390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a52b97936f0dbdcc3d9ec0f1e43682e18a1fd13f412d879b73fe017dd89d3273', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3381, '2022-12-14 16:20:39', 'SALE/POS2022/12/3391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '142.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '142.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '142.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee83685f630e90980afdf8910303aa53f756ef498c0e05701e787a8d9470e025', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3382, '2022-12-14 16:35:06', 'SALE/POS2022/12/3392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '449bf5bf6a0457f58cf8244b4f482f3ebd81b2baf65e70956818f5712165c438', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3383, '2022-12-14 16:48:48', 'SALE/POS2022/12/3393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6177b3047000725a3d1227bfa6a37d5651f6c9f81ca6bd71ed7bc37fe51dd4b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3384, '2022-12-14 16:55:13', 'SALE/POS2022/12/3394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6bc3c67e0ee20394dd35ca06c941955da0341e72180c42f4c1438b25dcb11fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3385, '2022-12-14 17:00:37', 'SALE/POS2022/12/3395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70c949f1df017b1096c762d997742b25b4059f69e9e9b41a474a37e232b4607e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3386, '2022-12-14 17:12:39', 'SALE/POS2022/12/3396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac965d8dcce2a0dcaf579b914697ae53314729dcf3a91db1c3e75f5a9bdef19e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3387, '2022-12-14 17:36:50', 'SALE/POS2022/12/3397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '912d2bcb6bc624034f3ff586918e342b410ee405965133c28bc3e5e349bb8cc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3388, '2022-12-14 17:37:28', 'SALE/POS2022/12/3398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8203f93282d37cb81e975fe045647316024adaa9f5c562fcbd590284df8193e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3389, '2022-12-14 17:52:14', 'SALE/POS2022/12/3399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '128.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '128.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef1dc7ee9ca681ec62254c820d810253915c4169aeb00b6bf3685dcb8fda23f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3390, '2022-12-14 17:59:24', 'SALE/POS2022/12/3400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd801a86f8c7e186877b96cc08dc542409f8cd225167336866d0144693330a6a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3391, '2022-12-14 18:13:36', 'SALE/POS2022/12/3401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81b8ba5f7b972d26b8361114d1f452cec97af61b8fc7fd24b1d41243c0828133', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3392, '2022-12-14 18:18:06', 'SALE/POS2022/12/3402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3dcd7faa754c5cd44079d1e3de4ee2fa69c847148c87a333e475fce16ebe3de1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3393, '2022-12-14 18:23:01', 'SALE/POS2022/12/3403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6232447b15ef7ad0f42e453c0b4bd399ecba26d173aaeb639b6a6066ed289179', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3394, '2022-12-14 18:44:17', 'SALE/POS2022/12/3404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a567d2ee05c6c134ad6ebedd8b4dc60fe5cb83382202cea1b1690d9694ac0a8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3395, '2022-12-14 18:49:03', 'SALE/POS2022/12/3405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1176464e44ff0bdd8d0ef456d3d936cf1d84358cc280d61ecfdae13911ba02d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3396, '2022-12-14 18:55:59', 'SALE/POS2022/12/3406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '3.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd15b56e7d61170d7caa7c340040d9634a2aed8d6c1ab817028f23f31a4b36c41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3397, '2022-12-14 19:01:11', 'SALE/POS2022/12/3407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '575fbd6a6a5c7280f29a3dc0b3ecb286b105497a257bbe4d8a7a808d3a05fa9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3398, '2022-12-14 19:18:02', 'SALE/POS2022/12/3408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17598ca387d80c828789ecdcec6b5edb955cea0439039ecc8a4fa02aa8279450', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3399, '2022-12-14 19:27:28', 'SALE/POS2022/12/3409', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e54acb5da232163174ad677dad4914a055b572ece0afc5de8623cbc54f18b8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3400, '2022-12-15 05:55:25', 'SALE/POS2022/12/3410', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16374d4bd0339bbd37405fee559dc410ec2edbc720d19a9b1f9b47d260b74b8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3401, '2022-12-15 06:02:04', 'SALE/POS2022/12/3411', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '139.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '139.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '139.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d27228462ee093ee71a4441cb7e7a9fbad0a5a4881b8e093dada13f8f4fd9c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3402, '2022-12-15 06:04:49', 'SALE/POS2022/12/3412', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '136.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '136.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '136.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b8a973872c6203045cd25a0c03a3ae98089bf929717f58f2214cf52674cfcd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3403, '2022-12-15 06:54:52', 'SALE/POS2022/12/3413', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c64d04b6525eca0e77c7d0512341de9424620fb0e98b99e00bebcbc4145b6c54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3404, '2022-12-15 06:59:26', 'SALE/POS2022/12/3414', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '702c904edb3d8e4528fdfe9df5abe8c80fd567ad53505e2f6e4ec8fc698a5a36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3405, '2022-12-15 07:01:26', 'SALE/POS2022/12/3415', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fae9d6e696373f4a221aad02bde6480e35bdbb61b8e4bdfdcaccfb66fe3e258', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3406, '2022-12-15 07:02:44', 'SALE/POS2022/12/3416', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b140abd5658f2b99e5ddda8d26e3f3e6732b06731d03dcf33a8417281b6d1ad6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3407, '2022-12-15 08:00:09', 'SALE/POS2022/12/3417', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '418c7b4dc17dc62fbc4116bd1d74a6e47e50b0e347bf77813d118142be40dda1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3408, '2022-12-15 08:52:06', 'SALE/POS2022/12/3418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eefdfc37fc42ac70460288b1bb0c51aaf75b42d69c5ae7ab3e03fcde7738b7dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3409, '2022-12-15 09:09:56', 'SALE/POS2022/12/3419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2dd877946850d520f2a488055faff720e5d6c414bd44aba969a0bdef3245ae5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3410, '2022-12-15 09:41:00', 'SALE/POS2022/12/3420', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf16aba2d7e027c6898979e419f6fbc3dbefcb4c8e13e9e2cd11984e52e4ede7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3411, '2022-12-15 09:50:54', 'SALE/POS2022/12/3421', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1a2dfd30b98477a6055aba057f81b7252f6f7de7269db94cb4c36d99f1552f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3412, '2022-12-15 10:01:08', 'SALE/POS2022/12/3422', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b733d3201916e9b2ccd58f7fe67dc70919f39932e228bb71106546baa89fd706', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3413, '2022-12-15 10:06:48', 'SALE/POS2022/12/3423', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55c42497a8943978a6a953f2c86859fefa9725552f895955ab513637e09fc69f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3414, '2022-12-15 10:20:01', 'SALE/POS2022/12/3424', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e3ab4e5379b79125ffa834708478fda23e2ce98970de4f034b14c603272bbfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3415, '2022-12-15 10:35:02', 'SALE/POS2022/12/3425', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a636d9df7bf5db7133e11d4ed59cc17a4d0355b3a6391515a97f18418355535', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3416, '2022-12-15 10:58:31', 'SALE/POS2022/12/3426', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8d9cf53961fc14f7ec00a06df317a1579853ac88e025ae1a051e85e6a8ee18a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3417, '2022-12-15 11:13:03', 'SALE/POS2022/12/3427', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6ec4231932ba49a76648de504f55231a274c33deef48039c7830ed8cd24833a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3418, '2022-12-15 11:36:57', 'SALE/POS2022/12/3428', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '86.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68662b1b0cd8a378b63bb187dc8de56b396a1c567e7972b3a12b35052b428b92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3419, '2022-12-15 11:39:51', 'SALE/POS2022/12/3429', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51652494fb28d81207411095c1a57ab4745529de7931aa575dc5d56a3fd1925a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3420, '2022-12-15 11:40:58', 'SALE/POS2022/12/3430', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44f38d318489e549454196ab4f9a8db5e8513ed4476e7c447132829a1ca497f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3421, '2022-12-15 11:42:54', 'SALE/POS2022/12/3431', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '963cc71bc3535729987f30dae7b36f7527b7b2027d11aa0e215a1cbde81da008', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3422, '2022-12-15 11:46:46', 'SALE/POS2022/12/3432', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '766ad828dc1a409a7c8867a3a42a15e1f344c581cabac30d0ab1901b40823013', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3423, '2022-12-15 11:48:49', 'SALE/POS2022/12/3433', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9811cd22b2f32b4bbe94b932eeb5aa514991c8b4e693d0927be23af14dee29d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3424, '2022-12-15 11:49:30', 'SALE/POS2022/12/3434', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3313e2936a6c488bda785a6781f6511d406ecc26066a248165cfa766b71e9cd3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3425, '2022-12-15 12:10:05', 'SALE/POS2022/12/3435', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78c9d406945cc8ba997606979cb051a6b4ca1a6b82dca10b1a88426de0966ed3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3426, '2022-12-15 12:19:18', 'SALE/POS2022/12/3436', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbc36cbf4df0853007d45af7e24cf0aaa7f8572ec507a8906e400984cf735502', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3427, '2022-12-15 12:58:04', 'SALE/POS2022/12/3437', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db785e7bb09e9ae67aa52128bc3c8583871ff52bfb5d784f29f353e80a00bcd2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3428, '2022-12-15 13:55:17', 'SALE/POS2022/12/3438', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07af2f0fe174a17d09a53f7b985ce3b1117ae358bca86585a7de28c731091dac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3429, '2022-12-15 14:02:06', 'SALE/POS2022/12/3439', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42f47f7a233c8ed3b4929cd96a0152616bd4c3cdb2a96657cac961179d14c2d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3430, '2022-12-15 14:51:06', 'SALE/POS2022/12/3440', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '127.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '127.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '127.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fd0cbd5ada375e1cdac1dc1d84dc84f976dd6c1776e4a5c23298c16827e24da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3431, '2022-12-15 15:02:37', 'SALE/POS2022/12/3441', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c405deaea559fe2439646e624f051207414150e62612ac7ffdb9a67b7f8b241', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3432, '2022-12-15 15:12:16', 'SALE/POS2022/12/3442', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8161d66a667f86c44fc87341e704965ca53f45c82bdee9392081ec50ff69a228', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3433, '2022-12-15 15:54:22', 'SALE/POS2022/12/3443', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '484d3307a510f9614bbd11ba7146c7fd537b5ce2fa19d5a9b895395a01d22f5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3434, '2022-12-15 16:27:54', 'SALE/POS2022/12/3444', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5663a0c5df0c60a21691a7529593d91d6e21f8b604706c6268f35f0cc4d65689', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3435, '2022-12-15 16:29:03', 'SALE/POS2022/12/3445', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b990ba1006c91ad8b29c81488db73b267eb0892710e30c6c8c04870d67675b5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3436, '2022-12-15 16:49:40', 'SALE/POS2022/12/3446', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd77d3fd95a8e1f960ac535200e7f2d2368c41c789b7902998c2bd395c242f454', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3437, '2022-12-15 16:53:35', 'SALE/POS2022/12/3447', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76c09e4da1e1d7fac752a3d83cc28018610f9075a920cd57d2b36012a528d89f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3438, '2022-12-15 17:15:47', 'SALE/POS2022/12/3448', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c72019cd8ae6d71397403b0de3009fb12ec949e5dfd0ea391edf3a36b9e9b8f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3439, '2022-12-15 17:49:34', 'SALE/POS2022/12/3449', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62405c2fcfb821ec96c4a2d405c8e96ed308bf36f797665facd083036e5d42df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3440, '2022-12-15 17:55:55', 'SALE/POS2022/12/3450', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3da8df9ee47bab40630e1bfb0ef5fd16fb8a63d9fbb07817c68a4428fd7ec8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3441, '2022-12-15 18:27:28', 'SALE/POS2022/12/3451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6c5374e1f7450f3e2313b6151fb08fa18cf4a683f9b227c3d3e76d1faf96306', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3442, '2022-12-15 18:52:19', 'SALE/POS2022/12/3452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99c850107b2e915abebd6b5a3868258c873564038e9979384ac534d9d3d88e86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3443, '2022-12-15 19:03:07', 'SALE/POS2022/12/3453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '85.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c89a1eb559e36f1e9b74b14faa88d387d89aa9fe31a5f175a7421b3c2b4b4697', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3444, '2022-12-15 19:04:02', 'SALE/POS2022/12/3454', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88562b1d7797a6f67209a92679404b15c58ab30aad86e42974f5a6af1f861ed3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3445, '2022-12-15 19:18:56', 'SALE/POS2022/12/3455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11bc2e8ffa04af64d05fee868217db5c554924c909e3683120524138527b77dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3446, '2022-12-16 06:01:17', 'SALE/POS2022/12/3456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e834196f0393a36c6cdd2aa33811262d3da33b85684d053a219a36b2cc2fa8e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3447, '2022-12-16 06:28:01', 'SALE/POS2022/12/3457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c81f2ba83b33ad4fec108bd7c64c2fd87e403916917e3a07d78ae7feb14adac0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3448, '2022-12-16 07:00:56', 'SALE/POS2022/12/3458', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '177.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '177.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '177.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1609c81376a131bb2804fdddbcb998096372f2d6fd9c11398ce58ace6ad9b7df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3449, '2022-12-16 07:04:39', 'SALE/POS2022/12/3459', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4ea9206f85f1855608c1a0203a2546ada7352319cf9f0249b2af68258874266', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3450, '2022-12-16 07:30:50', 'SALE/POS2022/12/3460', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '40.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b384200a2152f8dcfe931034c88b39c76d083aeeba3fedaefeaea7fb2dc7787', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3451, '2022-12-16 07:54:03', 'SALE/POS2022/12/3461', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '89.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d7bc43e8fe5553e1bac3ea2e7c5b90efea0c098998406f4db345093803e5a8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3452, '2022-12-16 07:54:49', 'SALE/POS2022/12/3462', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36b684fde562e901b67682edf5dfb3fd57e603034447b1a164ea01c3bde44263', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3453, '2022-12-16 08:06:16', 'SALE/POS2022/12/3463', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c3ac72d0e0eb5bed8019a884c30f5ef9c46d9c1e0554e4329ac111dd86aedec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3454, '2022-12-16 08:33:37', 'SALE/POS2022/12/3464', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7b646b338b88c43b94cb2f6a492d0f81aa59287ce9d0c2501db85fddb9c97bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3455, '2022-12-16 09:33:53', 'SALE/POS2022/12/3465', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bdb45b35c9239b32ec3dc42f7ad6d3be7ad8a0a27b93b7697176d8f48d96593', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3456, '2022-12-16 10:06:19', 'SALE/POS2022/12/3466', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07375043c9189794a60f5db2113e39433038379863c4303ce291118327970d36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3457, '2022-12-16 10:11:18', 'SALE/POS2022/12/3467', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c6608ce87f0b2f884fb1c67cc9af99d3e626ad883c73692b856f7e1e23539bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3458, '2022-12-16 10:59:32', 'SALE/POS2022/12/3468', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5c121c4e724a980ff82c57f51ad8721ef29ac39d6d64c12271f6b75d35cdfde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3459, '2022-12-16 11:20:20', 'SALE/POS2022/12/3469', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a9b4ac25b180fd09193ac48b8c0ad7b428ddca79b96401a15c6506e88a3263c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3460, '2022-12-16 12:51:33', 'SALE/POS2022/12/3470', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9d9b6dd82b9a7f2b4d34cfb7d5d6f23fc0ffce471399959f2aeb664bfa8baee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3461, '2022-12-16 14:47:50', 'SALE/POS2022/12/3471', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffe1f3c6ff9833f4b893867870524848bff932ba58bdd76ac02870cda7b11180', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3462, '2022-12-16 15:55:09', 'SALE/POS2022/12/3472', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edba12086cb3ea9469393a9ebf43268ab0b677475ccf2da4d0cf5acd259acd67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3463, '2022-12-16 16:00:01', 'SALE/POS2022/12/3473', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 50, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74b351e28d85ad8fb8a19cd58dc780dbbcace7d11d7fc810edb4a09f26f02823', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3464, '2022-12-16 16:15:18', 'SALE/POS2022/12/3474', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd8487de4b3affa1e5d063266d1c6291de287404ae303f56255033628caffce1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3465, '2022-12-16 16:35:33', 'SALE/POS2022/12/3475', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b9de58e15b19c594e1d72e4f892ad60b12bae3511f380eaa86e7c4b598632ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3466, '2022-12-16 16:57:42', 'SALE/POS2022/12/3476', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '866feb107c84c5c0e2f3437ec9e4533d942fca2198a01d14428e48cd080f5125', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3467, '2022-12-16 17:30:03', 'SALE/POS2022/12/3477', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb1a1c57c0944524f9dc37c52cde545c9577d96658598c1552261b48e672dee2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3468, '2022-12-16 17:32:40', 'SALE/POS2022/12/3478', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ee8d45260d7d06a2bace2a69be58d7d499d28fc72e66ed8ed9b7633ffefba34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3469, '2022-12-16 17:35:58', 'SALE/POS2022/12/3479', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '069eae1c1a48e5285f88d4bbb82c505358d36970d4ad3b81c66eb698ad6a55c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3470, '2022-12-16 17:47:50', 'SALE/POS2022/12/3480', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '304ead353e53035b483cb86b07ee1a4323ba309a2fe4fb4ab9a168ccaa403af3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3471, '2022-12-16 17:55:30', 'SALE/POS2022/12/3481', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c353c93286db9ee2039f81cd56b7dffda9cacc85b1c4e2c0fdbc71d1317e3725', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3472, '2022-12-16 17:56:54', 'SALE/POS2022/12/3482', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6df62256fc590348e04cc3f2183b42f57c21cbb85d163ff6f5958290a89495bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3473, '2022-12-16 18:14:28', 'SALE/POS2022/12/3483', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5dd6a0262918bd3560df18aa08551baf8dc6cefa0bfae493222910f091b6b50e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3474, '2022-12-16 18:23:06', 'SALE/POS2022/12/3484', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8374d0c635151668cf00bbf4dc4cd19276970ec9365f2ae423e148cb909c56a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3475, '2022-12-16 18:31:48', 'SALE/POS2022/12/3485', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d1638caf6e186c5ecc6972bc1ddad1885f862153896effce5cd7d109408239e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3476, '2022-12-16 18:45:19', 'SALE/POS2022/12/3486', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b7364cf98c983ca6a7c12cc16bc584caa61766365205033101e073504a0e7c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3477, '2022-12-16 18:55:30', 'SALE/POS2022/12/3487', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bce21c97aaab49212ff6899bd06384489d6af1e7553189061ef127d78448017f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3478, '2022-12-16 19:09:43', 'SALE/POS2022/12/3488', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c19bde546ea669b331ff3ad9474a6494196c3a5e4910c95bafadd1b117e4853', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3479, '2022-12-16 19:13:53', 'SALE/POS2022/12/3489', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ac61f67e06fff837be2e7d2ee80fb7411f68008791bf2aaf3742d01a8553334', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3480, '2022-12-16 19:22:15', 'SALE/POS2022/12/3490', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ec168ea9c6a7a398e87cecce741caa3b5fab887cdea444aa8c50df83ca99962', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3481, '2022-12-16 19:32:16', 'SALE/POS2022/12/3491', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56c8f0288ddc6057c9be04c2e9ed243dc006218b7161a14a70523f0d764964eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3482, '2022-12-16 19:34:13', 'SALE/POS2022/12/3492', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d9c8455d3fb6a6a29e9dc0d71ffc0b9f94c4fc25be6740d4a5e6337f2b450c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3483, '2022-12-16 19:34:31', 'SALE/POS2022/12/3493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a092a0ba918ba5ea99d7ef265b71c6831e60cf0540159758043781d65c98672', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3484, '2022-12-16 19:39:08', 'SALE/POS2022/12/3494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61626d9bb240792fbcc5b85ddf54bbd735881f843c6437bc14eac24aaf6ae528', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3485, '2022-12-16 19:48:04', 'SALE/POS2022/12/3495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ea8ae0e937f63528280b12863fa97f0f17d538d1bd0509523c3da206ca30318', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3486, '2022-12-16 19:50:59', 'SALE/POS2022/12/3496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02f793ae5c1f9608b93504d0ba92d88b335e00bee068f0b27e6bcdedd27365ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3487, '2022-12-16 19:53:47', 'SALE/POS2022/12/3497', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '61.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8b46127c4399ab1a95ffcc4c8bafa063b32f1cfe937a1492ac103224d789cd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3488, '2022-12-17 06:25:33', 'SALE/POS2022/12/3498', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7f8350adb503b74a048b85a8ba1548a678f8667d8b50c6e84c3fd9b415e57d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3489, '2022-12-17 11:37:32', 'SALE/POS2022/12/3499', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '183.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '183.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '183.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18077fbad1a4e3349eb6c86daa6608e8ef69dcb89de14fe6052008169ebfc80e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3490, '2022-12-17 11:38:10', 'SALE/POS2022/12/3500', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1188e5c8ec9b2f74063f3b1370632eff24d6b554f9b656323c07859b6ce9a7b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3491, '2022-12-17 11:42:23', 'SALE/POS2022/12/3501', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0291a5d6d5e01111a1f95dd878b94495ac788e554aa328a3a4340122a5d912f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3492, '2022-12-17 12:20:37', 'SALE/POS2022/12/3502', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfad428af59d940a9908298170a619b9576ee89ef761e2923bb46214bf89a56d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3493, '2022-12-17 12:21:02', 'SALE/POS2022/12/3503', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81674db7cd095a14f43dc62d709ebd86af5764f6c4a74e460398f85b9bb80a83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3494, '2022-12-17 12:25:03', 'SALE/POS2022/12/3504', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b002bc2f1e49fee7c4a61e803a3d38c942e9c15162aaa59b13571ed6d66f6a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3495, '2022-12-17 13:41:37', 'SALE/POS2022/12/3505', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '116.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '116.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76b8aa7b87efc61fbfb50a0511534334acc4298a0ebe19fe71dc2bc8e6964e42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3496, '2022-12-17 13:43:47', 'SALE/POS2022/12/3506', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3493398b5438477b071abeaf3eb9122e33d9024191ba354cc421bbde7e3dcf3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3497, '2022-12-17 13:58:12', 'SALE/POS2022/12/3507', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '137c6c7bcc99056ac411c5171528b4a41e1ed948c09bd8b17211dec199596776', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3498, '2022-12-17 14:11:39', 'SALE/POS2022/12/3508', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be70855b0fb691fb37cfb613549689a587c37837b9170f9845016477e75265d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3499, '2022-12-17 14:28:34', 'SALE/POS2022/12/3509', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bf4189cb7394d50fc95e6f49caaeeac67d19768b0e9f34fb3f915a10ef986da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3500, '2022-12-17 14:45:35', 'SALE/POS2022/12/3510', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '925e1adf154694b52da1eeb52a2b98c29b995107d4e61fa018522c756362b9b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3501, '2022-12-17 15:09:01', 'SALE/POS2022/12/3511', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8574528a0e30210953107d3bf570bdfef68607343bf8cee517b733b15db534bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3502, '2022-12-17 15:12:32', 'SALE/POS2022/12/3512', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a92fd8f509f15af4cb4403b38c21aa1c6ca7c5783d25c8c0b3be92ce55008fc2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3503, '2022-12-17 15:59:50', 'SALE/POS2022/12/3513', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbb4cfd7546954ff31caa4c32a819ed61efe595ef006e29fa866e266f6c0266e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3504, '2022-12-17 16:19:05', 'SALE/POS2022/12/3514', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3079dbb315d36fd4e2cef435d680a6afa6d86fc4a99a12af5e41fce747e51aff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3505, '2022-12-17 16:30:48', 'SALE/POS2022/12/3515', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9acc0123c7e1924b2d9aedf54d9c9a92619a858748edd61b8eac89e224fe4629', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3506, '2022-12-17 16:38:05', 'SALE/POS2022/12/3516', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2ecec29a3b805ca7efd048801fc6c893ad699f40928cbd77805af642ac0ec6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3507, '2022-12-17 17:00:10', 'SALE/POS2022/12/3517', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '153979e1b8d35404bc2eb3b8eaf8cca4a2f896aec0a73995866cd6040cbce7b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3508, '2022-12-17 17:07:20', 'SALE/POS2022/12/3518', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb24f927a457dba93dffc3fdca54dfe27f0a0f0bb698e77f587e74da8c9ff43a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3509, '2022-12-17 17:09:37', 'SALE/POS2022/12/3519', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37410fd2e894bb3a378be5936da29733fa1caf44f2185221caeb38df52b5d7c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3510, '2022-12-17 17:11:15', 'SALE/POS2022/12/3520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64129f13bedc3353509687aa1e7678e6d94cbd98eb4a17793b1f30a6ea862d31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3511, '2022-12-17 17:18:03', 'SALE/POS2022/12/3521', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9ec893fc927a02124f9246009f41cca715810558b3475eff9512cd8129ec496', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3512, '2022-12-17 17:19:24', 'SALE/POS2022/12/3522', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e62b94e260268f8a68551bd8f716bae0b0aefcde938d60c48a13d7f82c50541b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3513, '2022-12-17 17:20:16', 'SALE/POS2022/12/3523', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '167c66b81ab4cb980c7fa61cbe9cffb82e35472e0cd6f81fef24afe409059683', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3514, '2022-12-17 17:57:07', 'SALE/POS2022/12/3524', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '88.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '88.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '88.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76d12b2effa96d9610a7aa5b3b1cbc0999634080087fb2ec848dc2c3dc100e85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3515, '2022-12-17 18:00:00', 'SALE/POS2022/12/3525', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3dc8075a88bbf59880c7effc490f6f9f5aee7fe7294587da3719a7c1ad807a84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3516, '2022-12-17 18:12:38', 'SALE/POS2022/12/3526', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51bfaf16b42e59618f8b5a0b13552215e914e36625c7bed39207aeb61cf77205', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3517, '2022-12-17 18:25:28', 'SALE/POS2022/12/3527', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8d491877dec7705bc5aae825bb9aed3db90f760ed3da21852cb79d6b4a9d1df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3518, '2022-12-17 18:32:04', 'SALE/POS2022/12/3528', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1252b73eda55776a263b7b6311c8ac4175ddc3f42af76a6c476039e818b9aad1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3519, '2022-12-17 19:14:47', 'SALE/POS2022/12/3529', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51a7bfac76c3f290abd60dd94016dd7bcbe9dbbcaa65bc1567d9226a8c31be20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3520, '2022-12-18 05:41:34', 'SALE/POS2022/12/3530', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41a6e471e34412ef57e0452a880be0b6d9b884d611946cb5695135c85738ec04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3521, '2022-12-18 06:14:36', 'SALE/POS2022/12/3531', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '555f668cb5a8c214b914406b44cf1ca2b92e55e58d837f1c269df67332a349a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3522, '2022-12-18 06:27:10', 'SALE/POS2022/12/3532', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06a1278f13cd86fe97efaa4b41f536fa86bfd1d2cdbcb959164efe679b2f2c5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3523, '2022-12-18 06:41:14', 'SALE/POS2022/12/3533', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88ea4ed37e605303d5259bd921299fa77de796f04112bc43b1de02ef61bb20b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3524, '2022-12-18 06:55:40', 'SALE/POS2022/12/3534', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db372579ce03d8254b835f47f10b1e3637bbe35dc51f0430bbb2611d2bd74b1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3525, '2022-12-18 07:09:29', 'SALE/POS2022/12/3535', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4ebbea02ff21e8be88d3cf1c928c1fd33479696e5d1163404f8332bde4346f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3526, '2022-12-18 07:24:48', 'SALE/POS2022/12/3536', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cfd733b545a537257ecfc8a5652b20b2f7d59fe6b4c72db3d18030e36bcb0be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3527, '2022-12-18 07:36:40', 'SALE/POS2022/12/3537', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c654ba5c0b07d29bdfb47a8ff4994550521c363056ffca110153f293eac5aa00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3528, '2022-12-18 07:57:17', 'SALE/POS2022/12/3538', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '356adf66b0f63b7650cdc012f89ae0adf79584f28108aaff8c1bf32fe97faa8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3529, '2022-12-18 09:06:44', 'SALE/POS2022/12/3539', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bb66c1b1f14e1e09c628e6d895e37177322f37fe966bd3855debaa53b255e39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3530, '2022-12-18 09:36:32', 'SALE/POS2022/12/3540', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e831b12bafc04351c4a0bc68822b199d27528b49df8279c669e37494deba538', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3531, '2022-12-18 09:57:08', 'SALE/POS2022/12/3541', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7ed1214c886dd45610cf1d69dd23d4b99d37e57225118130e12c89aff6212dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3532, '2022-12-18 10:04:04', 'SALE/POS2022/12/3542', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '110.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41ed0e7d06ac55ec786b30b9a55f79d5c49d613a15da7565fb2149d261c97459', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3533, '2022-12-18 10:09:40', 'SALE/POS2022/12/3543', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28914be473efb877811d25dae81485d710937571911da4823a6d7a7a821d52dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3534, '2022-12-18 10:16:56', 'SALE/POS2022/12/3544', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13eecfb562f6f0a6caa29860971d5913d98da74caf9c6f2bcb5baa5a5bb7e45a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3535, '2022-12-18 11:34:14', 'SALE/POS2022/12/3545', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99b43965437f6f7e986420dba699177d5c238bf7056eb9080c2059883fd833c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3536, '2022-12-18 11:35:47', 'SALE/POS2022/12/3546', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '396b456ae507c56049fde53d6a0f31fa91fa115d53d38ddf7cd443970e85622d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3537, '2022-12-18 11:40:48', 'SALE/POS2022/12/3547', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e202d856114f821386a7bac29c9110803cfe0f12247e0a1e4e2d6f6902834186', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3538, '2022-12-18 11:44:06', 'SALE/POS2022/12/3548', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1ec78350d2d52a0e973210a1baa6cbb3b4d100553cd7db74e3daf9586dcb373', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3539, '2022-12-18 11:46:25', 'SALE/POS2022/12/3549', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dab8881135f00c5854601320f4384c9c03524862b0e74b19e138ac56e2700384', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3540, '2022-12-18 11:47:07', 'SALE/POS2022/12/3550', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e7481e7b0c9b19f6eadbc48c20ecd29de6372a6fc3a05dd25b7f291d81f25ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3541, '2022-12-18 13:05:00', 'SALE/POS2022/12/3551', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80b6a4b96d9678d9a04c1a8660d5a66f43df0afa70a1eb5751fccc6ebd3e48f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3542, '2022-12-18 13:06:53', 'SALE/POS2022/12/3552', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2040c9bc6461048b358a16ea38f18bc4cb4ad7b32cf61ccc81c5321ce008c2db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3543, '2022-12-18 13:30:33', 'SALE/POS2022/12/3553', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21c202f02e27d5e251c563a6ab7bbbaf0e9f0d366aa218b5e598d616e9a2a915', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3544, '2022-12-18 13:33:47', 'SALE/POS2022/12/3554', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '12.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97d28af0b0f5d8658ba6d6dec0bd274b9499398b6af22823b6483e6c6fcb96ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3545, '2022-12-18 13:42:30', 'SALE/POS2022/12/3555', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fba6e99999687a33fef78d8f1bc041a671e07e14a71c011fcbcc249c62e55bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3546, '2022-12-18 13:45:38', 'SALE/POS2022/12/3556', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '723e3010f7f2053c2cb18c44a85880d2543e4d16b54990f2eeae926b520ba798', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3547, '2022-12-18 14:24:09', 'SALE/POS2022/12/3557', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '172f4941263ea8151d6d2e95a7073147ee148e61c430c04916330ff613eaf42a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3548, '2022-12-18 15:41:02', 'SALE/POS2022/12/3558', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51e7c2cf2eb63de4a3f37911c6319a839592a89100e9bdab7f20431c16f1400e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3549, '2022-12-18 16:15:27', 'SALE/POS2022/12/3559', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94300859f3770108e976d6f05682382d00275f05c9e5d94b64b96b087a1b1e6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3550, '2022-12-18 16:24:27', 'SALE/POS2022/12/3560', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '955c4e3af93427bb6d2d325ee46c0ceb56ef10ced7cc065076ca44a2ffa6473c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3551, '2022-12-18 16:42:38', 'SALE/POS2022/12/3561', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58caed77c7ae12b2afc1c040fe97c1e1a268a0a74f6bdb8fb4e4e59d1cfd30bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3552, '2022-12-18 16:43:17', 'SALE/POS2022/12/3562', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2408620108dee3111af935fb1aa62039d115a912e713d896a94d00a826ca255b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3553, '2022-12-18 16:46:57', 'SALE/POS2022/12/3563', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3dca5899b2b86ffedc9eef1478a9f24897d510cc2aaeb6e796a2251450d0ae96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3554, '2022-12-18 16:53:09', 'SALE/POS2022/12/3564', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ec3890efbf9167db46cc6a07c146defc98df42ea2bf6d2c87ecd10b705a7163', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3555, '2022-12-18 17:02:16', 'SALE/POS2022/12/3565', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef3b0872fc431de3ce9acdde52374649760471b815709aa74f17842e4a21341e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3556, '2022-12-18 17:03:27', 'SALE/POS2022/12/3566', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07534631ded61dbe318605259d1bdaa4eaed7219c1502a3edc56c4d92511e8f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3557, '2022-12-18 17:12:35', 'SALE/POS2022/12/3567', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0622d27b96c51d66f1b7f9c2a35cb17a7d27c5f7dcafb5d1ecc8e3b9443f8cc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3558, '2022-12-18 17:14:58', 'SALE/POS2022/12/3568', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3d1c0a3cdf7f724283110c3acc5b9828f1fd21f0480c7ad615ded0255911a63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3559, '2022-12-18 17:29:17', 'SALE/POS2022/12/3569', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0943bf288c15224c2ee40cda6f67410382d62657dc02f6dd159c153116d1c09c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3560, '2022-12-18 17:43:34', 'SALE/POS2022/12/3570', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f50045a717b0c10965c49982a728bcb3af53bde72f1343859aaad5635415837', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3561, '2022-12-18 17:49:01', 'SALE/POS2022/12/3571', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6770c9c65a4dfe7623c44aeab6f9c6e0753233caa7bc9951a78551189069fc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3562, '2022-12-18 17:59:36', 'SALE/POS2022/12/3572', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b67a39f910a6ab7c7781f74deb77098fab30721ec8d1d7410feb498364d61ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3563, '2022-12-18 18:01:12', 'SALE/POS2022/12/3573', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '479f63f9ceaaa1f9ac9afb159e9aad4655b14b24ca8567aa315a1d5ef3c7a517', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3564, '2022-12-18 18:15:14', 'SALE/POS2022/12/3574', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b75803f51d0f72dba04f988eab312a8911c00cf0258452b0de7fb2d5e663bdce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3565, '2022-12-18 19:19:44', 'SALE/POS2022/12/3575', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3baffa0e04791dd0edadfccfbf592fb823970de5e260c9aca9be6469ae46b732', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3566, '2022-12-18 19:26:55', 'SALE/POS2022/12/3576', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '723f2100efa1aedf235c0b062388e0003100da4eba6c48ac07976baa11f25a52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3567, '2022-12-19 06:04:57', 'SALE/POS2022/12/3577', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '439.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '439.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '439.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18375254b05167bf4f3087da781ac4b50429b8215f62d951a1d6cd98d153c559', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3568, '2022-12-19 06:06:33', 'SALE/POS2022/12/3578', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd12c8931245cf5701a399be97955727eae6a998e82e52e0abc5768a8ba0ff62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3569, '2022-12-19 06:07:34', 'SALE/POS2022/12/3579', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59318eed666f531fa875c977bd8461c0037fa938083a1ea1b79e9003eb4685f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3570, '2022-12-19 06:11:30', 'SALE/POS2022/12/3580', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '63.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21d105eda8348298f2f556dfd43e80643b20ff14708864ec2b1e4a349d37f166', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3571, '2022-12-19 06:14:36', 'SALE/POS2022/12/3581', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e515f1be8957420214cabb8acc6d77eb5d1db5f8cc9f28b3ec94c234ee7ec4f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3572, '2022-12-19 06:15:34', 'SALE/POS2022/12/3582', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f03fd636fc6e3954d3a1a4c8830cc047ea101b3aa84d537ed9883b35e918cc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3573, '2022-12-19 06:16:28', 'SALE/POS2022/12/3583', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37ced789bc93c3efc61d61ed09d01726449ce9c3d33cfa02c8e086ba633bd6c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3574, '2022-12-19 06:23:26', 'SALE/POS2022/12/3584', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '30.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52283e16c7f2ded9e652604063feac91c413e5f2f33c4e1ef39bd1a8fb3dc962', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3575, '2022-12-19 06:26:01', 'SALE/POS2022/12/3585', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04209b898f4af02ed9abe829dad2dd659e719ce699b8daa398a971815f3d461f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3576, '2022-12-19 06:28:05', 'SALE/POS2022/12/3586', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '51.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfbe38b26ce1938bac2897253885a77d24d6ebc8d33a885f956c742564755433', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3577, '2022-12-19 06:30:20', 'SALE/POS2022/12/3587', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a502df4c29ce9b6e115f60edbdcdf10c3d3c4d44718f868d6dce3076a21428b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3578, '2022-12-19 06:33:16', 'SALE/POS2022/12/3588', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0e466a304c04dc1ac10b0a5e36536c47031ff5a7695b746b049e3f9dfef13db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3579, '2022-12-19 06:37:45', 'SALE/POS2022/12/3589', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '77.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a87a36677c4afcb52f40d43e08201574ce7a26d4506d4316612ce5f0f166974d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3580, '2022-12-19 06:40:03', 'SALE/POS2022/12/3590', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '25.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9a191f214d4aa8636c7b7c21550b35dd29c2f7957aa089975e330fdd137cb34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3581, '2022-12-19 06:40:38', 'SALE/POS2022/12/3591', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae944e4dd98c275178206cc45e30c9946701d82f359b47e615824baaed4ebc47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3582, '2022-12-19 06:42:03', 'SALE/POS2022/12/3592', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8411623424b8f5036259680b6d06ea2504386930fcbbc847a12047ac65dcab71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3583, '2022-12-19 06:43:00', 'SALE/POS2022/12/3593', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b78dba43b0a1d3b71d25b7a6e2cf93a60a5d4bd3b703b9b51f8b61ae9f7935db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3584, '2022-12-19 06:53:09', 'SALE/POS2022/12/3594', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13b7e9c2516e835158ac22423d7221d7320a61c8eba54d00d52d7377a3a44289', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3585, '2022-12-19 07:05:40', 'SALE/POS2022/12/3595', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1e7e37b6c0e7445a306713672e4d9d2f0c9ce85f7d5f13d554362973d20d45d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3586, '2022-12-19 07:30:40', 'SALE/POS2022/12/3596', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80c79dea71becd1a9c5bdccd5ad3292e16243fbd3f282d5376dabb8e49a562e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3587, '2022-12-19 08:13:41', 'SALE/POS2022/12/3597', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88d8cb992292d78276353f715a101ce24eb47bc787fc9ca6aa916fbd42f6fae3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3588, '2022-12-19 08:19:19', 'SALE/POS2022/12/3598', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f20fe87d35c5055571a019ef773c803ffc227fbb13e602b0b68aeed348297c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3589, '2022-12-19 08:32:55', 'SALE/POS2022/12/3599', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e168fd984ecf2e2cd98f6a4778f8463c386e6dbe347200d3654f80afc120465e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3590, '2022-12-19 08:44:31', 'SALE/POS2022/12/3600', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4ee81e4e52058dafa88569ccb5f963cb3a11b34aed5c04fd6ac308bbe14b4ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3591, '2022-12-19 08:52:05', 'SALE/POS2022/12/3601', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '313.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '313.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '313.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '026719aa1a320cbaf7b661756968d38a98ad8e1419f2ab84858ed02ee2870655', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3592, '2022-12-19 08:55:15', 'SALE/POS2022/12/3602', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c08469b98b7d00aaed3b3896c3a393db65260810d739899444f9dae69f7b04a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3593, '2022-12-19 09:01:57', 'SALE/POS2022/12/3603', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4d996ab4ef15a3b8c9d4e3b5bbfc1ca4be10dc5f733b1a67caf7c96b605f9d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3594, '2022-12-19 09:04:28', 'SALE/POS2022/12/3604', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc09d092c640b7a8e17a23964924aefc304dd33542a4cbe79de425f90f32ac8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3595, '2022-12-21 12:27:32', 'SALE/POS2022/12/3605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '831.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '831.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 96, 1, '831.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '495d649362ac06202df5482551ef492874a2101696887d2a85e1b7ae3799f5b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3596, '2022-12-21 12:48:08', 'SALE/POS2022/12/3606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '870.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '870.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 123, 1, '870.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69a4610424fad2fd0926831e31800a7106b0ebffdab34f157c21b9c5eb3864e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3597, '2022-12-21 13:08:55', 'SALE/POS2022/12/3607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '144.3333', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '144.3333', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '144.3333', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9bfc99221cdcb08d165e1d6481c05855a4c1a82625a01e43fa7f6abaa433749c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3598, '2022-12-21 13:09:03', 'SALE/POS2022/12/3608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '144.3333', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '144.3333', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '144.3333', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ce32315b278d72babb6918360ba97fe411b1a1c1ed7d4cdfb670def5fae6d02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3599, '2022-12-21 13:46:06', 'SALE/POS2022/12/3609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92fab75891e40927f98276fba252a06d39967c7ffdb9cf3753f80cab1c3fb859', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3600, '2022-12-21 13:54:48', 'SALE/POS2022/12/3610', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ba7ea842ae42406721e76924964a94a679737b98df0a8b81d8f4d748a9f54b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3601, '2022-12-21 14:02:52', 'SALE/POS2022/12/3611', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65fe32efddccb99295e69b8bb4b901e0e6c2f532ab58ed7f9c86a20f33e90a00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3602, '2022-12-21 14:17:01', 'SALE/POS2022/12/3612', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3da47639c9b77e983e8224602a4b21f3a90e17c4acbbcf60be86d4b2eb6ab984', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3603, '2022-12-21 14:36:01', 'SALE/POS2022/12/3613', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c1e56adb49b004c7f569d1874c067e1b6572be6f77b798d42e108840e968591', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3604, '2022-12-21 14:38:47', 'SALE/POS2022/12/3614', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '35.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e111f7b1b89f466b7a8140d4b79bfccc6eb861c9b44b03849fb13e55264f2248', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3605, '2022-12-21 14:52:26', 'SALE/POS2022/12/3615', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '27.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e360593f605416255926d562a284aa26806b785e4ea85315f153e85718052e24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3606, '2022-12-21 14:52:51', 'SALE/POS2022/12/3616', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16bcb65ce0877a49072a59cb2d050853ccd6c970a6515506e9beead2d22b7483', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3607, '2022-12-21 16:41:33', 'SALE/POS2022/12/3617', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '35.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e34cecbca54289c633198a4ce6003d23529148282ef7dd593058c238ffc254fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3608, '2022-12-21 17:09:30', 'SALE/POS2022/12/3618', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e2ad4d06a94ec9105e0088b24c5f5c2e7f96814fbed1d46b2fb4b8af761638d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3609, '2022-12-21 17:16:20', 'SALE/POS2022/12/3619', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97a0129647bcb1f5a24063eb4c5fae683f86022d690f85a0b4e0f3797aa74433', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3610, '2022-12-21 17:33:13', 'SALE/POS2022/12/3620', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f749a570a18f8022cce13f57729afc18c87c5e3fb6014b24cefeb40e2c29ea31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3611, '2022-12-21 17:40:33', 'SALE/POS2022/12/3621', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '545233be46801f3eb466e2785f5a69a11a45e8d3be795b3c6071cdd1c608cbbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3612, '2022-12-21 18:24:44', 'SALE/POS2022/12/3622', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '600487ce2ab8e8d34da23e6677a72b738042c01f0a4ef1c184c40de273ecddef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3613, '2022-12-21 18:35:24', 'SALE/POS2022/12/3623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31f1a9f3ae760db46f96d65bb7294f4c5f123df1861c5992274adb3e96343927', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3614, '2022-12-21 18:58:30', 'SALE/POS2022/12/3624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a06535a64af86273271f08449af264c1582c03274bd708edb32d171a975cc01a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3615, '2022-12-21 19:22:55', 'SALE/POS2022/12/3625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5072d803dea2bc30dacd421511f43cd9d8ed91c4e23ba99532331a2653e064a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3616, '2022-12-22 06:48:18', 'SALE/POS2022/12/3626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e26c656d75ba0868ab19a58242e069e7bb20762bcac31c8eb5e1e6bc071e599', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3617, '2022-12-22 06:51:45', 'SALE/POS2022/12/3627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a80e42754712305a727dfe04e1216775f52e0276c2dee165b82bb7a11977359', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3618, '2022-12-22 07:04:05', 'SALE/POS2022/12/3628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87e460175178988dc8614ce1c1843be5e8850ce393ec244eee689b0b666ddf94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3619, '2022-12-22 07:05:37', 'SALE/POS2022/12/3629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '847db4cb65dc62eb0414ba191c89afc2e385f9218a2b436fae50f52783a72eef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3620, '2022-12-22 07:06:10', 'SALE/POS2022/12/3630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1f8394959339b812d46c8d19caee8f5dac73dff75695d0c0103a5ca5ccd9346', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3621, '2022-12-22 07:09:07', 'SALE/POS2022/12/3631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '906b27df42ff23cd0a4f778d65b1e81e52bdaa5bed146645c89316d402bea845', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3622, '2022-12-22 07:15:24', 'SALE/POS2022/12/3632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37638a7c0c2e95f934a3fd729dc3527559c272cc2120e32b234033dcd52dd42a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3623, '2022-12-22 07:16:53', 'SALE/POS2022/12/3633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1fa5fa4aa0fc85a4ca24190143d108e5040c8bf2c508ceef025e3d10e366626', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3624, '2022-12-22 07:17:48', 'SALE/POS2022/12/3634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23aa16d929b66f3acdb201ffba63b76eabf0d3d07607f436293ea3023381557a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3625, '2022-12-22 07:22:19', 'SALE/POS2022/12/3635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3302366008af0d67b4f589ae2876df24a0078a555705b1b9062e7452fc28bf9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3626, '2022-12-22 07:28:35', 'SALE/POS2022/12/3636', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '403.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '403.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '403.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecb1fb00d9bd8f742f722251f0ac4a6fe27d3ccef93702ff7cf91d8944be149c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3627, '2022-12-22 07:51:57', 'SALE/POS2022/12/3637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0af17751cdc9425a50fec0332ea955d8d51eaa22eeb7875910784b9d8a097f06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3628, '2022-12-22 07:53:24', 'SALE/POS2022/12/3638', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9376ecc8946a29ef1c756e67ccdeda36cee6d2ca9575375cf16838d3e749db5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3629, '2022-12-22 08:01:15', 'SALE/POS2022/12/3639', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '307.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '307.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '307.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ad0afe6cb862d105d5886d5799a9f91f3e19f7334f4cf69adc95788bed07bf3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3630, '2022-12-22 08:12:16', 'SALE/POS2022/12/3640', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b455f792b956d6d7b36da39014c7bb870c5bcf806bf4acbe042ecd633fcbeb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3631, '2022-12-22 08:32:27', 'SALE/POS2022/12/3641', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '361.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '361.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 38, 1, '361.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b35e07cb8ec3950be481529627fae4d6ee8f40977edb507dc50ba679765b571f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3632, '2022-12-22 08:45:40', 'SALE/POS2022/12/3642', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '231.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '231.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '231.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22435e5c5d0ab701f433ea01dfd477e50e5ba3394d3ab71fbf43cb325b3ccf39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3633, '2022-12-22 08:46:07', 'SALE/POS2022/12/3643', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07433e54f08c604c3bb7b6e590eb1d7753eb436986028eef6af5fa583312c19e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3634, '2022-12-22 08:46:42', 'SALE/POS2022/12/3644', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8b5a84a72154411a2a2d07f30a609cadd3f250f731ca15895c41f00366c2f6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3635, '2022-12-22 09:43:28', 'SALE/POS2022/12/3645', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d57d35fb14c157e293cd4a406a4f16d599b88aa79a7637531b971a3b93841b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3636, '2022-12-22 09:53:58', 'SALE/POS2022/12/3646', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bafd14ecab0333d789221130259f0a3b925962238497fb9240f27158b405c027', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3637, '2022-12-22 10:10:40', 'SALE/POS2022/12/3647', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd99128ddbff8af60a9188aaa14a8014bbc5f63fb492880bfafe4e8483a0ccd4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3638, '2022-12-22 10:14:52', 'SALE/POS2022/12/3648', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69c04aacadbd7511095262552d3347673f251c367a9da6d183e2d424e7d91f4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3639, '2022-12-22 10:28:03', 'SALE/POS2022/12/3649', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b312ce91f2a3dce9ce183cda28ed880a564039ac24f7f35524e7bd48d6e916b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3640, '2022-12-22 11:59:47', 'SALE/POS2022/12/3650', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2301c621e35118679597d6f904ee9b774ebb6f9921a9387664ca3b680c099418', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3641, '2022-12-22 12:22:35', 'SALE/POS2022/12/3651', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd19500cc1599575995094819f926ab9b036e8147a8e499c76ccba458c269562a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3642, '2022-12-22 12:33:16', 'SALE/POS2022/12/3652', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bfd3ec2414026788e56b93c819253b74f43dd50d39ab4b2323ab96de084e914', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3643, '2022-12-22 14:35:59', 'SALE/POS2022/12/3653', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d693b0c7468a365e5a3802bdf4d0ba16c1db75aa4d715af2c4b40e202448d76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3644, '2022-12-22 15:53:25', 'SALE/POS2022/12/3654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c55a6e0a8fabfa5c20632741d2798ea0f62a19e38d080ae22a8f7a3fee16f57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3645, '2022-12-22 16:44:48', 'SALE/POS2022/12/3655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e55a227e16bb9cf0275d19de83804fa7f202b8412070219312a687e8186d1194', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3646, '2022-12-22 16:54:09', 'SALE/POS2022/12/3656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe8f11a8b80d3676d1b235889dfd844b6d3190f49edb41403b53e2742f4e3928', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3647, '2022-12-22 17:04:57', 'SALE/POS2022/12/3657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04366b532190ec2e66fd8e8a2e8879023166747050ac56b3135a7b3ea53ebb00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3648, '2022-12-22 17:13:49', 'SALE/POS2022/12/3658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24887c2ea898e500b0e5f7635f8e05fb5e4f6a55a8243ba7f73ae1492d840217', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3649, '2022-12-22 18:05:24', 'SALE/POS2022/12/3659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '916cde8d881df5ee44a06a185c6bc56c2098a0b44d7c69f3b08bcb71c87162e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3650, '2022-12-22 18:24:59', 'SALE/POS2022/12/3660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5ffdcba64b3ef0294e7b3d739b6ae3133f42e4a3ba6532f9fba163213cf5107', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3651, '2022-12-22 18:42:32', 'SALE/POS2022/12/3661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '384dbb4e048ecf94206e9c98cb54520b514542ec30d986012c670067e22ac82f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3652, '2022-12-22 19:29:03', 'SALE/POS2022/12/3662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9901c8a5adb0a058eaa594bc9d728384cb5c7bba883d96ee21f25e817febd7f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3653, '2022-12-22 19:40:15', 'SALE/POS2022/12/3663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0be184517e5ed66ed2b75161cb452c9681d5000d099a37987d48e71bf2cdfdf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3654, '2022-12-22 19:54:43', 'SALE/POS2022/12/3664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4291e3c860f0318f6276e2d1a926791acda92dbab6e7ff0b438c724a906fb192', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3655, '2022-12-22 20:02:10', 'SALE/POS2022/12/3665', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b19c1e60c1c9945cbd4dc8ca39eb131da8f929e4f12577ce6612680fe611f01c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3656, '2022-12-23 06:27:49', 'SALE/POS2022/12/3666', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2289054a7ba706c581cefe5d006376f059676be89fe43eb6e30e97a53aea9ce9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3657, '2022-12-23 06:38:58', 'SALE/POS2022/12/3667', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b33130e64c078120ef698f55b516ede81a98525a1d9b478d8b4740f6a7e1cc2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3658, '2022-12-23 07:42:03', 'SALE/POS2022/12/3668', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de952a42d084397b6f16fac7ba3346ef3f5a2576ac9884809de076a6c7a5ee24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3659, '2022-12-23 08:30:29', 'SALE/POS2022/12/3669', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41edbaa01e0a84429978babfefe675d65a33a3392392df23d82ddfbadc1d42dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3660, '2022-12-23 09:11:34', 'SALE/POS2022/12/3670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '85.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97a9e1b837ec8eb77881e471df7259f7daa2a928f4a176dd7db0c37a6b02cfc8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3661, '2022-12-23 09:51:24', 'SALE/POS2022/12/3671', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d00f1db60e4e72d614ac6bb4f0220b3511dd86b5ba167c332a3cc9ffc4f796d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3662, '2022-12-23 09:55:56', 'SALE/POS2022/12/3672', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0df792c69eccede3dd99a7a6fae91c9028572b486229700c2b20e1b7b8914fe3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3663, '2022-12-23 10:03:39', 'SALE/POS2022/12/3673', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ac800d3eb29727ff99f974373fe986f20a15282c470f899a24bc315b976acdb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3664, '2022-12-23 10:06:41', 'SALE/POS2022/12/3674', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f446e70a7f8830533ae4710513677005859985c6158658234a36a6e7a9f1330', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3665, '2022-12-23 10:29:46', 'SALE/POS2022/12/3675', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ae3c33e567d4f6f1b10a9c5c11002802b09e7530adfd50d54b9d1ab4cda21cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3666, '2022-12-23 10:37:26', 'SALE/POS2022/12/3676', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f19eae62e61963b552b7b9b88fe2f0077127bdb3a2d188a15081dcddad2b401', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3667, '2022-12-23 10:53:00', 'SALE/POS2022/12/3677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06df526abe2ffbbe105ab1f90f62a3f5b7b504838d1af4e20f7c6988f9734acb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3668, '2022-12-23 11:09:09', 'SALE/POS2022/12/3678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16c267dbb5e47f26b807796db93a8142a709a7f8f191d8935ece891ed2e38309', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3669, '2022-12-23 11:12:16', 'SALE/POS2022/12/3679', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d1823982c0cc496ed6d947650184fce2d90ffa78d4c0bda62dffd480c79a733', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3670, '2022-12-23 11:18:55', 'SALE/POS2022/12/3680', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd095ccec594af6bb8772d2819a934db61dea42fa975cb9894657c6bd791d65fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3671, '2022-12-23 11:24:54', 'SALE/POS2022/12/3681', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61757185c6b38a70b430fda59c640ca7f0c8155091c0aad6835383461d5e0abc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3672, '2022-12-23 11:42:27', 'SALE/POS2022/12/3682', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0bc55a378eb831c388fbff8c02e207c9be01e35813390f8d234e7ac607b13e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3673, '2022-12-23 11:50:42', 'SALE/POS2022/12/3683', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef89bba5a88e5bc54a4d6f4d8ad2550f89d7db64488809ec424aee97ee64ad6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3674, '2022-12-23 12:10:45', 'SALE/POS2022/12/3684', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42ae85f909211e3ef9bc551f29bd8b7eb581f912f8092d27d29901e29063d63b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3675, '2022-12-23 12:24:54', 'SALE/POS2022/12/3685', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'feb924e746baaca6ce2e3546088fb342991218039c33612b874bae48172c39bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3676, '2022-12-23 12:35:21', 'SALE/POS2022/12/3686', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5d344b261e5a6a3334ec5f6355c50594596964cbe57de0ec683b2e4982ee9db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3677, '2022-12-23 12:43:02', 'SALE/POS2022/12/3687', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2dcf850109526854f72fd3209a166bf0064d8f70758db7f0a087c3b65cee43cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3678, '2022-12-23 12:43:44', 'SALE/POS2022/12/3688', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37ce82cdfa95f874d4234c92eea63765078b1c043745e85ade05a0d6c5556eaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3679, '2022-12-23 12:55:39', 'SALE/POS2022/12/3689', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d18d55bc403139ead206690f41020b167b9011a5bef7fb55ae7e9a5d464b1db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3680, '2022-12-23 14:10:51', 'SALE/POS2022/12/3690', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '112.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '112.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '112.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dcc197dfd8f5ec2975033b2f8eaa18b7055fa1af6a281d6bc41b62f60f36363', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3681, '2022-12-23 14:31:47', 'SALE/POS2022/12/3691', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b59448c6f1abcccfe6c51898badd1e41b0cf9f148298e3d41cf949597c061c7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3682, '2022-12-23 14:41:09', 'SALE/POS2022/12/3692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3b21cf967d244c6074348389b794278640d5ef44b74641da5d3fd2a91ea8b24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3683, '2022-12-23 14:46:38', 'SALE/POS2022/12/3693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '035fc1f142f2936b4de5951d5a92b095f447c54457d4e93ac685be97af5538a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3684, '2022-12-23 14:50:22', 'SALE/POS2022/12/3694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a55ca6b98b42ba1b423371d0d5c92d43fb36298925110b1dd9926349935a50e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3685, '2022-12-23 14:51:53', 'SALE/POS2022/12/3695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7bab46ff7359dc483a98e6fd9e8f5dbf7bf84769dc448681a814b12cce7e6ad9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3686, '2022-12-23 14:53:40', 'SALE/POS2022/12/3696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b55a32598a90444ca22632cdc8ee93d29ddfdfb35e9c3b83133ee1c4211a50f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3687, '2022-12-23 15:05:59', 'SALE/POS2022/12/3697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7650b677333cf98f6aac424f44d89ba3dc074a5e7f040fbb3930c036faa99eca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3688, '2022-12-23 15:24:44', 'SALE/POS2022/12/3698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '91.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '91.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c84ad15d3bf9877aad7e2ddc9a8c3313ff823fd547cf95fed581f2dfd4856fd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3689, '2022-12-23 15:26:03', 'SALE/POS2022/12/3699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5c1a10a0d0d621713da62c45e670e71470d736d611e93610bc6fbff8cae1b8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3690, '2022-12-23 16:02:39', 'SALE/POS2022/12/3700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb8884af1155965031cb9098eb58f117ab7bf94d381ab7222ef074df5727df53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3691, '2022-12-23 16:56:50', 'SALE/POS2022/12/3701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '109.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '109.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '109.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68b69853ee34a5e5306e257664357e585234de6113164a3df765cfe4a62da519', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3692, '2022-12-23 17:20:07', 'SALE/POS2022/12/3702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4127b50bcc36df2764f7f3f7871659d19ca9902dbb6dca99b521b93930763230', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3693, '2022-12-23 17:24:14', 'SALE/POS2022/12/3703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddc54492bd79e3cc66e2a35b6def2cffd964b31b9093bf2fc0f5911444a41828', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3694, '2022-12-23 17:31:04', 'SALE/POS2022/12/3704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb554119f7145be4572755fb2cbda8337f90a6e12220778dc6b0aed45c756fc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3695, '2022-12-23 18:23:09', 'SALE/POS2022/12/3705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c6ca8f14a6fbbc9e76ba782459005c24b1e893849e84d8cf6c44a0b3c7bcc23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3696, '2022-12-23 18:34:26', 'SALE/POS2022/12/3706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '55.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5e7edaab3ee2aa5fd45673641a97cdff513b5395e2ececcd2493b58d49f26a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3697, '2022-12-23 18:47:26', 'SALE/POS2022/12/3707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0d353fec0ec005403ab5edfbf727b641a56841aa2e8e047749ff87e5a7e328c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3698, '2022-12-23 19:02:49', 'SALE/POS2022/12/3708', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe012d0b58972968965d76e001fd7cd1421dd9b7431b7c9f2e08b2b35811a332', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3699, '2022-12-23 19:21:34', 'SALE/POS2022/12/3709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fd7f76b56d8200da175486ee8145fd5e7e62564e1eee70ddbb22cb656c662bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3700, '2022-12-24 05:52:46', 'SALE/POS2022/12/3710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3666f1c273714658b7dcc02827ab426834511f08c0e50d4be94759ac0cea8aef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3701, '2022-12-24 06:03:41', 'SALE/POS2022/12/3711', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '290ff1e79957beab08e64b960848214f790c8565f1d2dd1f223f239bd18e7f38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3702, '2022-12-24 07:18:25', 'SALE/POS2022/12/3712', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09da013698438550704694a7159b24ec084ac8520af2b165ad7c98c5d147ee91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3703, '2022-12-24 08:37:30', 'SALE/POS2022/12/3713', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46f21734f2f28449bbcd4a712cf28a5bff66769636dbee2c944cc00ac47b7f92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3704, '2022-12-24 08:53:34', 'SALE/POS2022/12/3714', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6476ee8394522456053ea8e3a5d1209d624feff449e84ae7bc192eea8b4f694', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3705, '2022-12-24 09:03:19', 'SALE/POS2022/12/3715', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76edc5516af8eff71aa620d01873d00861a9f2bd54b638f3b3890bdad8f729cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3706, '2022-12-24 09:18:28', 'SALE/POS2022/12/3716', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15ee8e214f2a261e32ca99eb0dd7a23f09e51cc598d7ef3da8fe333c4b8fb06b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3707, '2022-12-24 09:37:49', 'SALE/POS2022/12/3717', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99a6df6c6803078e9b0be4fd46a1d4c0814c9ea2d3fec88d614dce90e7158918', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3708, '2022-12-24 09:53:30', 'SALE/POS2022/12/3718', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e20df051d1b15bce2023ea93ba89b05e3a0af77fff43dbb809c4b6b0ba48b50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3709, '2022-12-24 10:50:15', 'SALE/POS2022/12/3719', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a088c671ddef5a94ea834895c7bc606a95c0afa8f0547a1efaf2c704359a68e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3710, '2022-12-24 11:13:52', 'SALE/POS2022/12/3720', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f387f5190d0fe5727d8281483899c26b3c4b35c08629940e6109b26903be8be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3711, '2022-12-24 11:18:03', 'SALE/POS2022/12/3721', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1cf34323e57800e29b77bfd735a5ce77bea271320d543655d5fb35cfe5d660c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3712, '2022-12-24 11:22:45', 'SALE/POS2022/12/3722', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3dc7d76c58bb914fd123419859b2b9f81607e0d96d2c37ac163adf7a4f595f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3713, '2022-12-24 12:29:58', 'SALE/POS2022/12/3723', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '106b04f7c060e696d74828b749f5d0464b36dc39d991a2f6183abb087277406e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3714, '2022-12-24 12:41:48', 'SALE/POS2022/12/3724', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fd2bf0747b6d328222063c1fea362dc21a2cad2b290ccfa0db914392818cd94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3715, '2022-12-24 12:45:43', 'SALE/POS2022/12/3725', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e654207aefb759644442bc48908af365749f8d3d5f20001422ec41fb57551b30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3716, '2022-12-24 12:53:40', 'SALE/POS2022/12/3726', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '474a05a8fd737034c2ddb0d890b0bf91493fc2de5d350b3d19fd33993e279ef3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3717, '2022-12-24 13:17:04', 'SALE/POS2022/12/3727', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfef3237dd9c6e2884b18def6cd0a408ce8f71ba51cc97ac9408f63a42191439', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3718, '2022-12-24 14:17:53', 'SALE/POS2022/12/3728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '657453f5400ca962342269e359bdaa8686a50664267f2c0273266ccc7fbacc43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3719, '2022-12-24 14:39:19', 'SALE/POS2022/12/3729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd27f90354d4412448ec9268a80f5fe18cf694b1e6652f43c7a5edcde0a24428', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3720, '2022-12-24 14:49:22', 'SALE/POS2022/12/3730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '61.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd20d1e451f50b785faefb0bf043e166e67944ba1011d3b36d032cc2e9e8cf59c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3721, '2022-12-24 15:01:18', 'SALE/POS2022/12/3731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b944df72982f5ec5720544393c82f5ab0100ef7a43b1d7b8b3ec9f000a246c9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3722, '2022-12-24 15:21:16', 'SALE/POS2022/12/3732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '675d64728a5c016e17554816daf423223604a395b9b3a5a037d2571f3f57f77b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3723, '2022-12-24 15:21:47', 'SALE/POS2022/12/3733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01dec0da3c63f78c0cd480b871d7fc7fcf36d44805b0352c700d160f01e8aa79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3724, '2022-12-24 15:28:57', 'SALE/POS2022/12/3734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b71b0f16ad02e3cb4a386594265c39a6d1fb15edc9dfe579eea0712a6522b9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3725, '2022-12-24 15:49:06', 'SALE/POS2022/12/3735', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '552a68fc73aafe66a6b56fc4af17544b5469356599300cfaa486dbbb171a1df0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3726, '2022-12-24 16:26:28', 'SALE/POS2022/12/3736', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '090240d47862667d6d05865154e7c5217b8d75547155fd138e8e9458a65641d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3727, '2022-12-24 16:34:54', 'SALE/POS2022/12/3737', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '720b430a972d159438a02f575048d804c56ef128a45632f531368a09599cf57b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3728, '2022-12-24 16:38:21', 'SALE/POS2022/12/3738', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39e4a6caf9789fabe8f855045957d3c32724e94c9c4becbf27fdd8a1024efd4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3729, '2022-12-24 16:55:56', 'SALE/POS2022/12/3739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1e12d595dbc658570231ed8f982ff3849a031b60b69511b345f3cde169b6bf1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3730, '2022-12-24 17:05:57', 'SALE/POS2022/12/3740', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e69bf282ac368e633208f11dd37723f3dbef6f358e8d3dd8fada655b20d66225', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3731, '2022-12-24 18:03:17', 'SALE/POS2022/12/3741', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '800731d8c667f52fb8bba40d83f00b5e056665a958b0410a53ded1a1d7c06ede', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3732, '2022-12-24 18:09:33', 'SALE/POS2022/12/3742', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8524a85028968ee2996aa792d756351f7bc85cf4ebd95f20479e340d2b6ce1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3733, '2022-12-24 18:15:12', 'SALE/POS2022/12/3743', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7801d5c391bebd015eebd48a7b33ded242a641db09dccc422b09a5cb6363f11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3734, '2022-12-24 18:40:24', 'SALE/POS2022/12/3744', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd99b85db9e3d7f5cf4bdc9511cac53091ce3661e63647204f5d1660f0ecbdb1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3735, '2022-12-24 18:55:56', 'SALE/POS2022/12/3745', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ea549c8e149a0b7bbc2b8d54170b65de111dac00d05b08d9ce176f1909d786b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3736, '2022-12-24 19:04:53', 'SALE/POS2022/12/3746', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d55a4345e1354b8d6b9b1cb632f4b8dfbc49842fedf3569578405acd3b373da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3737, '2022-12-25 06:59:25', 'SALE/POS2022/12/3747', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d4ec2fe7aad064ff9d080745e240be849afbcd5fbf9e53a9f83b64b2c73bf9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3738, '2022-12-25 07:18:24', 'SALE/POS2022/12/3748', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '79.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e3ba97792176c66d0ac5aab335c66c8e8bc6f9c82caf9c5d5756350f4e9fc94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3739, '2022-12-25 07:23:30', 'SALE/POS2022/12/3749', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f085f8e214950fd891213e80eabb50d829550d660cdea421d0270d5d6a50aa3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3740, '2022-12-25 09:20:25', 'SALE/POS2022/12/3750', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93c29cc0bd6798be8cf54fc252fb48dcf7184bac98e6dbcea713f35a2c0e770e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3741, '2022-12-25 09:42:02', 'SALE/POS2022/12/3751', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '220.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '220.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '220.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '013e13e903b9cdf03c705fe13b3d7586f10e466df4bbc0bb3af14d2490fe759a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3742, '2022-12-25 09:45:31', 'SALE/POS2022/12/3752', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2afa115d0085d8b9d207d9b04f854f8333ca2d3a612826fc48a295cfd3dc26ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3743, '2022-12-25 09:50:39', 'SALE/POS2022/12/3753', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1aef7cc202b4a488b7d06d97cc7530b59f8b553f1287877633adf33e18c2b994', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3744, '2022-12-25 10:12:28', 'SALE/POS2022/12/3754', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e10ce56ce2825629ff46227b6cb5db55b5c14b6104332821dcbba04f4db452b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3745, '2022-12-25 10:39:21', 'SALE/POS2022/12/3755', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd18912e6804e20f4d8fe9673c990019b9f699ba3a8ffe0dcc5642d6bb1a3e010', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3746, '2022-12-25 10:45:18', 'SALE/POS2022/12/3756', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b178208992b8fb6571009aa68162a1712f2037fbd6b01cf74d25fd4f824bddb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3747, '2022-12-25 10:56:45', 'SALE/POS2022/12/3757', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86283cc22fc794c34cf883ac2d435be811f5050aae435c56a4e5651f669bd8db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3748, '2022-12-25 10:58:52', 'SALE/POS2022/12/3758', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4aa6c2dc2688253aed3337ed086ae034da9506892abd0a3a0896b5b36e80e04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3749, '2022-12-25 11:06:27', 'SALE/POS2022/12/3759', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '843d351bd200612b547b7ebb0fd852c579845fbc525dd6977b19559900e19f68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3750, '2022-12-25 11:22:45', 'SALE/POS2022/12/3760', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd99be1699f292c79f29459e936e392df5967bfc4c6273f5c93ef0f08725fd29a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3751, '2022-12-25 11:25:47', 'SALE/POS2022/12/3761', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6627581070db7eed0df8f90b1ebb8acff3c69a86b31acb71a59ea2b251b5dd27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3752, '2022-12-25 11:44:08', 'SALE/POS2022/12/3762', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f21e3dd0a5bdc056337f5cec6cfc9e9de996e80154b49fc491033d1f93963e3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3753, '2022-12-25 11:48:20', 'SALE/POS2022/12/3763', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1ebb84f575b2ed0ce1e3289902990a4716c5848cffab1cb366a7ed96bbd9f9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3754, '2022-12-25 12:15:59', 'SALE/POS2022/12/3764', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c38fe9dc9f6b8ddf865a05a671fcac9c5b3695a8cef938b08c566d49363ded29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3755, '2022-12-25 12:17:56', 'SALE/POS2022/12/3765', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '070f70d03d205de4a835d1094d5d3e068145f8f092b39b737e55e9a69b3c6d5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3756, '2022-12-25 12:18:31', 'SALE/POS2022/12/3766', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '510e3f3d3c2347f6992e3c3e286ba9a8dfd3de4319cd7f7d2f535f43f1271e34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3757, '2022-12-25 12:19:08', 'SALE/POS2022/12/3767', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '107a9961b00c9ccd86591b4c53b4b83054eb4ad767972f77187c2ce16022c768', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3758, '2022-12-25 12:22:41', 'SALE/POS2022/12/3768', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69564092132af7ea8622cd90b536460885d0633f213cb71aaa8e3c0d19bf106e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3759, '2022-12-25 12:32:04', 'SALE/POS2022/12/3769', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5ba7bb3c12f4412383a4c6f16eb69e7a4f272a25a2d1423d79db3fb60709da1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3760, '2022-12-25 12:33:51', 'SALE/POS2022/12/3770', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.8333', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.8333', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.8333', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c20537a0188bc85e52ea7b68abd015c041798f90ab3d7223bc13ea4539178bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3761, '2022-12-25 12:43:09', 'SALE/POS2022/12/3771', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f216f8de6fe499ba645904e1518d20bbac934060a4f70445716ddda047341c9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3762, '2022-12-25 12:56:42', 'SALE/POS2022/12/3772', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '585350e21b89be52a7d6e6b8c92a6a277f9a96328bbff9e22b1db20749a2fb59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3763, '2022-12-25 13:03:57', 'SALE/POS2022/12/3773', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8df55eeb7addefdb23ea65d8acd54919a512a1f716f7cf9397742510fae27aa2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3764, '2022-12-25 13:12:43', 'SALE/POS2022/12/3774', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f21c69a884f8dad467e9f3a0403b74aad358d21372b1ebe9f4db2741f36f0c32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3765, '2022-12-25 13:15:01', 'SALE/POS2022/12/3775', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d89a5f94b88e1f34e349a61dbe3b11829cb3a2b8a6a0db72adcfa5aaac1e264', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3766, '2022-12-25 13:22:54', 'SALE/POS2022/12/3776', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30c2f6dbd4baa3b2b415d29a3c0ca9590a492e2dd842ead4da20e01fe62b2f02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3767, '2022-12-25 13:24:55', 'SALE/POS2022/12/3777', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51afabdd62dae8ee8a39d7eacbaa4fe2af5e3f0a4329fc1e0e65375b6b436f08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3768, '2022-12-25 13:41:09', 'SALE/POS2022/12/3778', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6f92718ddce611b39267601cede577affcb9e3c70a50b00d0cdfd33533d019a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3769, '2022-12-25 13:42:22', 'SALE/POS2022/12/3779', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '946853f668b5133a97f93ef69b099bd0f23177afca5577051171211c69b4e23b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3770, '2022-12-25 14:42:56', 'SALE/POS2022/12/3780', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06fbf4bf0bf63095de39758ae1144d67a92e70002ec8847daf85af469c8d0fe7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3771, '2022-12-25 15:00:57', 'SALE/POS2022/12/3781', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '106.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '106.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '106.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77ad9800ef637bc02bec2e60f3f2268015868a002dc7df22859434958a4984b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3772, '2022-12-25 15:21:44', 'SALE/POS2022/12/3782', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b290bbd7db6a546a9128554d6e0eb93739997667175b722df95e34b7ebe2e55d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3773, '2022-12-25 16:11:47', 'SALE/POS2022/12/3783', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd789492039a47334d79a6c8e89de37e5fa08a08695b5702ea811086760576a80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3774, '2022-12-25 16:20:06', 'SALE/POS2022/12/3784', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79135ae7c8a607d9bec05b0d2c8c46990cc43e9985a346c42bf3a782f2e0d08e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3775, '2022-12-25 18:05:37', 'SALE/POS2022/12/3785', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f5b3f985f832a895c030458356e2a9b9fab47b561f691f64ab199e952dddd62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3776, '2022-12-25 18:11:44', 'SALE/POS2022/12/3786', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '983f0ef4aa095d06e0e47d1623f36b58e5cdb3898278230e46d14d63a19e2ead', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3777, '2022-12-25 18:19:29', 'SALE/POS2022/12/3787', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e27d9070253e2fca0e1fde2adcbde95ab2ebb9fd3f5d1af582e7fa000803147', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3778, '2022-12-25 18:26:18', 'SALE/POS2022/12/3788', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32112a3d1ef7c732d43e0eaecb492805da8019be4936950c78b57eab2025258e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3779, '2022-12-25 18:40:56', 'SALE/POS2022/12/3789', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '53.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed3cdd99df42de17ab4b7db2636b8b7bdfbff77956c4ba72f5dd6f99d223ba8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3780, '2022-12-25 18:59:57', 'SALE/POS2022/12/3790', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3f43c3300ea16b343a099aafc92ca0cf15ca10314b9b6bacb910b06c15f8ac7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3781, '2022-12-25 19:02:28', 'SALE/POS2022/12/3791', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95824397d76b73b5c865474236b7e68d941c2bfdc6aae66f7e486fc83a6f708e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3782, '2022-12-25 19:08:24', 'SALE/POS2022/12/3792', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a453e382d8b36b1ed7a0f2e94d225cac9a67b3e5498a4794ca0eee19f87071d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3783, '2022-12-25 19:18:58', 'SALE/POS2022/12/3793', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ed8aecb34f3efda17a58fbbd254e3e3bbd7f10afc46781b52873cda51eef1b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3784, '2022-12-25 19:41:50', 'SALE/POS2022/12/3794', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63b77d07fbd17b7b3932e7bb448b6c8856705e581f695c91f7826e26c841c86e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3785, '2022-12-25 19:44:05', 'SALE/POS2022/12/3795', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3deae1c50e5fbf52a8fe68d52abaa9916b90f227cb51da408fb80a829017877', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3786, '2022-12-25 19:57:42', 'SALE/POS2022/12/3796', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08732744465513e3f197522985433a12ed0ad05f482c0c59e6ddcea90be469e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3787, '2022-12-25 20:09:55', 'SALE/POS2022/12/3797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3a6dcc17ddce120ab8cfefa183933c0968a68652c365bc38affc4cb38d63bc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3788, '2022-12-26 05:41:42', 'SALE/POS2022/12/3798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '776032e8dc71fc2765fc1a303e33a4ec3615940bd2ab203c72753906e1af1452', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3789, '2022-12-26 06:00:12', 'SALE/POS2022/12/3799', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c66e81d8f7ac2f5ae6e188bf4a81e26c70e97029dc38355bf3e76b18c50f70e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3790, '2022-12-26 06:24:29', 'SALE/POS2022/12/3800', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18bd9828ab93529fee3ad71ff5883b9db46fd37ab48532b8932007997f6777f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3791, '2022-12-26 06:27:28', 'SALE/POS2022/12/3801', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62faceaa4dd39b5c9998cfab4d1c2246dc8431d335055830f1a28f691ea65d3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3792, '2022-12-26 06:37:29', 'SALE/POS2022/12/3802', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '779bf3db799bc537f0a0ec4c1288cc29cec8e21600e66a04b8b6e1c6426a5260', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3793, '2022-12-26 06:40:00', 'SALE/POS2022/12/3803', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '279b1c6ece7a4c776636263f9f8f62f26ee3e825de37cf3e4c0815bbd6ae1a80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3794, '2022-12-26 06:41:40', 'SALE/POS2022/12/3804', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c681677c7eb7fa90b705b98763837dd4c3bc6659423811888b0e1b4a828e7663', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3795, '2022-12-26 06:43:00', 'SALE/POS2022/12/3805', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '99.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '99.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '99.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd47ae5da6e112fcf7f06bb016315c3022711e19a7fea58483ab645a2c8b8c404', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3796, '2022-12-26 06:57:08', 'SALE/POS2022/12/3806', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '73.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '849a0bf0b89f2f478d56aee5e9dc8f78203d906d11bed7a5b89ac81c5ac14779', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3797, '2022-12-26 07:18:01', 'SALE/POS2022/12/3807', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c72b162a9c709f608f71076174c6b8a1bd03859c50280d3b27fb4446c2fa5657', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3798, '2022-12-26 07:21:14', 'SALE/POS2022/12/3808', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd17f1c8e932214367fd705627cf5ae53674250f533736c64bd5957892a7f2d77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3799, '2022-12-26 07:32:04', 'SALE/POS2022/12/3809', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c34cbbf1f1e6c2a08f38c042845c2e0b959c26d01c3ac57a74c379d76e7ddc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3800, '2022-12-26 07:33:15', 'SALE/POS2022/12/3810', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ea7b2550d87a93c49b34a5052b42bd371a9af9c388dcbbc99a9c82c3754d57a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3801, '2022-12-26 07:38:54', 'SALE/POS2022/12/3811', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '54.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07cf093caa7d8d8ab38b58be7f84eb9911775d9cd394708d4a92d0666b00f0a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3802, '2022-12-26 07:48:28', 'SALE/POS2022/12/3812', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1fdd7a8a6de34f020f7a5bdf6c1dd0186a05fda39461944e185a6e7392a807a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3803, '2022-12-26 08:19:34', 'SALE/POS2022/12/3813', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0aab77ef3ad18a0081ee58ec06a3bf04a84f1cb1900e531e454c82a172ba1f87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3804, '2022-12-26 08:35:11', 'SALE/POS2022/12/3814', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '442.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '442.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 38, 1, '442.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8abf00493b22a090539696d823625995512726bf74c73a64c7bbfddfc13fe5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3805, '2022-12-26 08:40:51', 'SALE/POS2022/12/3815', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e270fda2c08fedac02d8fa9f00db39109508afabf21cf28d11a7843e44d686d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3806, '2022-12-26 08:43:42', 'SALE/POS2022/12/3816', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d27f9705770c9b214bd54940fd847d1669105484944f721c3e9b7b30f98e487', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3807, '2022-12-26 08:56:36', 'SALE/POS2022/12/3817', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c0c8c429756488e160bc2605c6bc87fa8f8191eaa3930e6d1ea57d51ab864d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3808, '2022-12-26 09:13:41', 'SALE/POS2022/12/3818', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5775d3c3ecdaf6bfe017c7cb92c6406b81ac3aba604c89b2424a0db76bf9f1ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3809, '2022-12-26 09:44:35', 'SALE/POS2022/12/3819', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '58.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60a33ad23705fe9292073e8c73b65b1f8c4be2530bf03b690945ba8833325b42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3810, '2022-12-26 10:30:23', 'SALE/POS2022/12/3820', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a503410c11c3273d6e094dc7d1894750943fd7377577b3778f482e70663e2f78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3811, '2022-12-26 10:54:06', 'SALE/POS2022/12/3821', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5eefb507f532544efbb6350e4ffc51e758a34c21c3bac3c0c039b0f7d9078836', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3812, '2022-12-26 10:57:54', 'SALE/POS2022/12/3822', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '14.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c1133f765ba85a09fbeda5ff40289d71eb287ced65f4f805490ae2eea3d1740', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3813, '2022-12-26 11:34:05', 'SALE/POS2022/12/3823', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdd437319ee49239ab43b74d20605612d79cb648b16f14cfa5b696598567c773', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3814, '2022-12-26 12:00:17', 'SALE/POS2022/12/3824', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebaef621fc305553982dc64cccc5c0a04cea1006acd89b5bc94672e985327439', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3815, '2022-12-26 12:58:47', 'SALE/POS2022/12/3825', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd331557270b70dbe0d6c4f465c3395c01bf3944b0f401bebbd931047a50ee38b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3816, '2022-12-26 13:12:07', 'SALE/POS2022/12/3826', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e32fbf2c648e8b49d1121fb8bd2862fa8ae958c08a69d96ecd943dfa349cc238', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3817, '2022-12-26 13:15:35', 'SALE/POS2022/12/3827', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6803bb0349988f0af8273f1fb4da553a47debcb38f63b4ae77d4c03fd20e5332', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3818, '2022-12-26 13:17:29', 'SALE/POS2022/12/3828', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '24.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb5154b6cb35ee6e3e276cc89a7f873f88030880b50fe8b29efc0f6cbab08e1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3819, '2022-12-26 13:33:43', 'SALE/POS2022/12/3829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f76e7fe19fc75954f34054aaaafbf312152da2fa6b437ba85851eed4caf1720', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3820, '2022-12-26 14:15:05', 'SALE/POS2022/12/3830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2775ea94baff17e678e26fdf0332fc87af7ffa3aef737cb34ebaeff53de0dfa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3821, '2022-12-26 14:15:27', 'SALE/POS2022/12/3831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5e5c424bf0cc9cccf2b149b46a516e7a6a9138485bf3cac8d52b7c1f6ea7b6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3822, '2022-12-26 14:36:36', 'SALE/POS2022/12/3832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0b6c402bfe4847f52f601e5938a27a9135b7e7cef1a7de465da67acae55d060', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3823, '2022-12-26 14:37:17', 'SALE/POS2022/12/3833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cf9c95fe43b37c89b1660b4cdec3d8948472658e5d73ac9bb335eb61a8ccb26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3824, '2022-12-26 14:58:41', 'SALE/POS2022/12/3834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffe235e12a186c119ebc3bf62c6d4ebffcaa71d1eb23da4060d53dc26c54448a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3825, '2022-12-26 15:22:36', 'SALE/POS2022/12/3835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33bb3e6ce76861499256875d202f0a1e1f0f5f4cc4dbacbcc5e31f491fd98c6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3826, '2022-12-26 15:48:45', 'SALE/POS2022/12/3836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ce1695b2223edfa45138a95ace14843d9034404411e54be9e705f118b737a3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3827, '2022-12-26 15:51:28', 'SALE/POS2022/12/3837', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fc42cb018a520505c72c23f1304967821f4caa33f3e0222795161565b149074', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3828, '2022-12-26 16:30:49', 'SALE/POS2022/12/3838', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c59d721708a2654826ea3d2a2982d0060f62c69a3fe8dadd3cdbbb08c5d58e85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3829, '2022-12-26 16:45:12', 'SALE/POS2022/12/3839', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56d146350bf705e5baa0ecfc055f2c10fd45405781621ea30656737842234801', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3830, '2022-12-26 17:46:46', 'SALE/POS2022/12/3840', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '81.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8979ee555e3768ab1048bb9d9f9c50206c34eee5457e52775a6eb42cb7bcda46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3831, '2022-12-26 18:00:41', 'SALE/POS2022/12/3841', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e943012fea09c818af737e8c5cb87bdd5c39f4c8574efac2b722f9707c762d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3832, '2022-12-26 18:03:05', 'SALE/POS2022/12/3842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc9cadd077c35c7ac10e9200fd6d640bb49a249508167adf4df2be2621edacf5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3833, '2022-12-26 18:16:53', 'SALE/POS2022/12/3843', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c317affc5d9182dd096736a0390e6e740662ef7e326975c5bbbad7e9835a4605', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3834, '2022-12-26 19:10:03', 'SALE/POS2022/12/3844', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ffcc73c95d29c68fd0a10db2959f4cc3048c45adb11c5a18468831c00e4e7b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3835, '2022-12-26 19:23:13', 'SALE/POS2022/12/3845', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac7018df4b1c44ec2aa9cebcf3e085fe0915846d17a746cf294c4457cfdb12ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3836, '2022-12-26 19:44:49', 'SALE/POS2022/12/3846', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b79472e36258e35314641d7653dfeb95da638cbe0387a735ed309395590170e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3837, '2022-12-27 06:35:05', 'SALE/POS2022/12/3847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a8740427fa0b7e7d424dd172c68a2a7476dc88374e96db9d521f8110de2a4a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3838, '2022-12-27 07:41:28', 'SALE/POS2022/12/3848', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18001e44dc12984d8ee4399d7491ae3ee038270a32e3e8d6cef0867d2dabea0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3839, '2022-12-27 07:52:49', 'SALE/POS2022/12/3849', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24a962c18406cb6185bf5e6719d19a4b4a616e389bbbf5a8f66619e0d4bb997c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3840, '2022-12-27 08:05:09', 'SALE/POS2022/12/3850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11b364fe1bc3935b2b504d179f3e8aebab4779bdc4430a9c6c50f7dbcb74710b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3841, '2022-12-27 08:26:01', 'SALE/POS2022/12/3851', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73436062cf83fa18d841eeb0a2e084b89072a4751f11559ad44145896f6ee8bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3842, '2022-12-27 08:55:40', 'SALE/POS2022/12/3852', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e5b7d67161355fac9e027770a71ff54b97d976bcd37ee4aed7e3731f12f3d5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3843, '2022-12-27 09:35:52', 'SALE/POS2022/12/3853', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4398e44b7f9b8d38895a6e213d887bead1c84a65f5da7d874be38b54bacc052', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3844, '2022-12-27 09:49:31', 'SALE/POS2022/12/3854', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebd142aabc27bae55640d3f5845581966ad329e610434f7346bbeade875a8968', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3845, '2022-12-27 10:04:03', 'SALE/POS2022/12/3855', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e13a53a57c6b20943b1464affd0a0550c843c95357a29b681660990f69f350b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3846, '2022-12-27 10:15:20', 'SALE/POS2022/12/3856', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ae7d1b3bc7d887f450f97319bc2a0ff2eed21ce335fc8e44a5933f08606a886', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3847, '2022-12-27 10:18:02', 'SALE/POS2022/12/3857', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'decabdec07d66ee6c7ce96824c6de7694c382a98366f20bb63cc389edf534f57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3848, '2022-12-27 10:23:04', 'SALE/POS2022/12/3858', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cbf3891970977130ea2000b48cbb91901f9cb28fedf207543c19f73e3aee03c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3849, '2022-12-27 10:29:31', 'SALE/POS2022/12/3859', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04d03076e93cfa625d9801c3674e4cd18df124e7374351f6a2451dfe2b06ecfa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3850, '2022-12-27 11:03:42', 'SALE/POS2022/12/3860', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdd4741ed9612027d9e47780b614cf86d5116eec131c95ca46faf316bb4d6335', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3851, '2022-12-27 11:07:12', 'SALE/POS2022/12/3861', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c695c966b2e741470cd0965859ff3a8b50d5dca8a8b4003a9a9cb7f0dd605e64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3852, '2022-12-27 11:18:11', 'SALE/POS2022/12/3862', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f11f0c2b3c7ab9f267f80425c9c8a4b31c641900dc68c015f355b3b83d5f09b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3853, '2022-12-27 11:46:28', 'SALE/POS2022/12/3863', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68e75c0499159c3c3fac09b353f50dfeb3d4a009f83fd9a68fc654d06f4e6ebb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3854, '2022-12-27 11:51:28', 'SALE/POS2022/12/3864', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd924057df324b52e3955504ea02b5c4d9509779a1acc918c34a40de53724db3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3855, '2022-12-27 11:58:08', 'SALE/POS2022/12/3865', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0169c23a01cf2d6514b9f0a75f872b4bad0dc2994ac719efd18d92de8dba68a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3856, '2022-12-27 12:07:46', 'SALE/POS2022/12/3866', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68e837019a1e4cedcaa232f0236493b077618f13a113be1a580def9bfefe6b73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3857, '2022-12-27 12:34:39', 'SALE/POS2022/12/3867', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29fc9f85a807167f3b39b6c37dee11d5f7d49b8b77286d3b570d3dcf61c8deae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3858, '2022-12-27 13:04:54', 'SALE/POS2022/12/3868', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6744ee5f78268cf21fe085eb2c20c0da7b5a4a7e11d4e3abb17a2fdff373101a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3859, '2022-12-27 13:07:52', 'SALE/POS2022/12/3869', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '357a3f96066a2139c953831c1f6bba7463b071a6bfe1bf7eb5024e8afed17903', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3860, '2022-12-27 13:25:13', 'SALE/POS2022/12/3870', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60a766a20ccbccb7ab10fd6795997b718545b5c145d5cf4ace0b6897d657d20d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3861, '2022-12-27 13:29:09', 'SALE/POS2022/12/3871', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '028d698ea5ebeffdb797cf398bb2bdfbedf05366d8df1d354640c47bbe7b7e81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3862, '2022-12-27 15:24:07', 'SALE/POS2022/12/3872', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfa149a02b4149cec9aefb111170b5f6879e79981f5ac772fea3281dff0e473f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3863, '2022-12-27 15:31:35', 'SALE/POS2022/12/3873', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ccf81f46575cc87894c6372df7f6da587320b183eefbbedaf0d1c12fb2a103b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3864, '2022-12-27 16:10:14', 'SALE/POS2022/12/3874', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6071deb258ea6e5682d5d7db0cd4134c179046370ed1f03599bec629a3e5a0c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3865, '2022-12-27 16:56:08', 'SALE/POS2022/12/3875', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f45fb5581c28806ff0aef07e3ae3276e788080cd4325a9eb24c292f5dbf424e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3866, '2022-12-27 17:04:07', 'SALE/POS2022/12/3876', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91d44b947190021dd846f264990461b039dd09b98e93039a90aa0b5a2b32d375', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3867, '2022-12-27 17:10:13', 'SALE/POS2022/12/3877', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cc6dea227d82abe00ce7d5cdc0c355d6958e094cdc97f242309fdfa37b097d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3868, '2022-12-27 17:29:42', 'SALE/POS2022/12/3878', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '875eb47d5ddd3640daf7f385b874181f3772520e424b30ccf7e446adb0b13072', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3869, '2022-12-27 17:32:38', 'SALE/POS2022/12/3879', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7fcce9064b8c3ce8be5c54ba2659ac995b4ab8339fafd613549f87d64b58fc2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3870, '2022-12-27 17:33:15', 'SALE/POS2022/12/3880', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c19e3f2f98cde95fb1ca13fbabe9ac0fc4913793a0a45063d7f17942becb454', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3871, '2022-12-27 17:42:38', 'SALE/POS2022/12/3881', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99fa49583ae620246e05d0e9b5a0e6498053f5d45fd61ad466b5c45dc27908af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3872, '2022-12-27 17:49:43', 'SALE/POS2022/12/3882', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd2190c3eb9b15ee1807943295101230f0a61b0c0eb707c1d5d89ec75c661185', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3873, '2022-12-27 17:56:21', 'SALE/POS2022/12/3883', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4270770e1d14e68d07a1baa3d8166e08373496bb656bd3159f357c89d8088e77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3874, '2022-12-27 18:26:58', 'SALE/POS2022/12/3884', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50a43a06367254942f382eb56a06e88b9c80ad4b740cd0fe8507e25435ed3901', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3875, '2022-12-28 07:06:56', 'SALE/POS2022/12/3885', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c339a461c52e129eadec091d6c91178a1cc80202fa90a2122ddbf1d8cf3b346e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3876, '2022-12-28 07:35:00', 'SALE/POS2022/12/3886', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.4998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.4998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '26.4998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d176f2102177e95c1421cc0b10dfa17eaa0e16b594e9b22b60aa8d008010fe4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3877, '2022-12-28 07:35:32', 'SALE/POS2022/12/3887', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '799d6aed02910b3386b54a1832c165ca1131643884b89302009b63b849891cbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3878, '2022-12-28 07:35:50', 'SALE/POS2022/12/3888', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '400d333e17f8056498181722b2b3ad3a64927900c823beb816f28136b17b20a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3879, '2022-12-28 07:37:01', 'SALE/POS2022/12/3889', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d2622f29810388a25582e973035cf1489dbadc9932fc7188cbb13fc9346e4eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3880, '2022-12-28 07:38:19', 'SALE/POS2022/12/3890', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '16.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9164f5553284424b536c0ad6baf8920f87e1741260f6735a0e21d855b1cd7f50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3881, '2022-12-28 07:39:27', 'SALE/POS2022/12/3891', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95536a08ee25ea9e856219b985abd7dae585885fd8e3c8840913b7b2611c23c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3882, '2022-12-28 07:40:02', 'SALE/POS2022/12/3892', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70609dfe3494e0297339d5119b3aea562348672b45de533cb16f9fbb53e3bba8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3883, '2022-12-28 07:50:46', 'SALE/POS2022/12/3893', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3034ee9b4131490e4f4dace0214a601af1f650cfac1cc66116a790c3d8eff38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3884, '2022-12-28 08:53:18', 'SALE/POS2022/12/3894', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9aad67b3dcf4ea1ec31786009dfa8bc52c63fb6931787361b1ffa68b767b5d5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3885, '2022-12-28 09:09:55', 'SALE/POS2022/12/3895', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd9c6a774a66e3a2c76cb783659fd209e0a6c412c9070ac7fb525219e95944ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3886, '2022-12-28 10:00:22', 'SALE/POS2022/12/3896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbaa8ad376fef0f2afcbef0c1f3306debdfce50a8fd515156433d22fd1e53107', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3887, '2022-12-28 10:16:21', 'SALE/POS2022/12/3897', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5d388810baaa1964fb3c9ee70df6c6a4251942c88737656e03e72279e66cb9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3888, '2022-12-28 10:53:29', 'SALE/POS2022/12/3898', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12bdbb24ca8d46b6c780454554f7eaf7a52c65b5511c3acc43e4509f3ba5c6be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3889, '2022-12-28 11:39:25', 'SALE/POS2022/12/3899', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0106f4a0e1d742292de070a9090753ba2a1fc96e0f98c471513bfe4a389da5e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3890, '2022-12-28 11:58:31', 'SALE/POS2022/12/3900', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f9abd09ae2588007e575cfdea9d42ec434d48914d98dcbad2e8c148aa17342b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3891, '2022-12-28 12:34:36', 'SALE/POS2022/12/3901', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4edc0fe98bbee18d84099966cff57b346be6ee75d8ab0b77abd26fa7b703712a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3892, '2022-12-28 13:30:28', 'SALE/POS2022/12/3902', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3064296207f4888197ca3746880b9ad2d93e5281b77e809bf756a0b7c1aded7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3893, '2022-12-28 13:51:44', 'SALE/POS2022/12/3903', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90e223b431d1dc5aca9c6feb2ce1beff6013fe1afce19021cb5184a7942042b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3894, '2022-12-28 14:20:59', 'SALE/POS2022/12/3904', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3af2b13443876e7a1995a240920e993b5751f4b39978ae2d605c46bbf072c5d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3895, '2022-12-28 15:02:42', 'SALE/POS2022/12/3905', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '594250181e1ad478f4ff11a2b2d2451f349ffdc2e4546b2490c768573d2f0e57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3896, '2022-12-28 15:03:29', 'SALE/POS2022/12/3906', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '675fa2894873657f2f69c23c90c73b6e0195ef99e2630b042f157b732d1857c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3897, '2022-12-28 16:25:55', 'SALE/POS2022/12/3907', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f463d94f5b5e0b7e4dd6ddda6c18fb8df5046a3a59a2dcaba88c155a9209007e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3898, '2022-12-28 16:34:36', 'SALE/POS2022/12/3908', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91baf76dbecac40c5cd23ccb06226e0f58d4770bd3b2ec763af8ce76a4262cda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3899, '2022-12-28 16:41:50', 'SALE/POS2022/12/3909', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec953f4b14305351c05510cf48cf8e2805151922799e2e895c97c5544224b0d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3900, '2022-12-28 16:48:34', 'SALE/POS2022/12/3910', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df8aef6dccf82ac9d66c7d668bdfeec0bc00c7ab34f9b6d211552f0b1fe69fad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3901, '2022-12-28 18:13:11', 'SALE/POS2022/12/3911', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be00b6c1ef3dcefc37debba5a1fe2c5a10ca2d9c4cd588e2fda21f88c500ba8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3902, '2022-12-28 18:34:15', 'SALE/POS2022/12/3912', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '524324abb7b320f6c36bada9c171f8987e133588756f1d8c15d678de903494f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3903, '2022-12-28 18:51:59', 'SALE/POS2022/12/3913', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d981d8ef62bfba118a1956f22004e08a7a512b458f7a94e821a97f56764c298', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3904, '2022-12-28 18:53:28', 'SALE/POS2022/12/3914', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '981c820ee0a83548e46f32d048085fecbee35fa4189755af0dd42474007aaf65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3905, '2022-12-28 19:07:13', 'SALE/POS2022/12/3915', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c4933c8d3571f4463bce95eb927b95a0ff7452c54321dd90e8a9dd5f1640ed7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3906, '2022-12-28 19:09:42', 'SALE/POS2022/12/3916', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '92.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb7ff839a5c5dce65ae0d6ffffc76d1781d835d7484907d97cb6c3a7548a9244', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3907, '2022-12-28 19:10:42', 'SALE/POS2022/12/3917', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac0647d22d442f71d42c8f0f545078081082f2e32655c420422e29e6942e74c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3908, '2022-12-28 19:14:03', 'SALE/POS2022/12/3918', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '57.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2be2994f9dc66d5f960ddb8475ba62e677fb0f1f29a3b7f8ee550339bba90177', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3909, '2022-12-28 19:44:04', 'SALE/POS2022/12/3919', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99b4893bdcbfc45425a4f1e7d7fe8839a956a0c8ef6b1e096bc37ed270373811', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3910, '2022-12-28 20:04:48', 'SALE/POS2022/12/3920', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57835fdcb80620688578ed218f13a30598775f42499bb134d415175f56c724be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3911, '2022-12-29 06:08:58', 'SALE/POS2022/12/3921', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3320526bfbbe1cc8904db3e0f7260e44d81462afd8a1f0273a7ae43013799c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3912, '2022-12-29 06:43:33', 'SALE/POS2022/12/3922', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '6.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1805a5ee815c5bdd5118388e3c67263bf3bb3c59a1be1ac62be455620c78653', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3913, '2022-12-29 06:48:28', 'SALE/POS2022/12/3923', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f536b60272412a8feee659e218c8a141601b6140de024480a7ac017fd8c8769c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3914, '2022-12-29 06:49:37', 'SALE/POS2022/12/3924', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '703b278c40d6bb606a93ddc91a07bfa6c785a20b7320eb3df77b0a3bcb36d585', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3915, '2022-12-29 06:52:53', 'SALE/POS2022/12/3925', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '219.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '219.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '219.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f8e8c2ce2cfa03cb880f91879e328a7b3684e6127187fbbc2e71301e662a2fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3916, '2022-12-29 06:55:23', 'SALE/POS2022/12/3926', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9f83c45d8ad72a2e5c90e82e8c0497e9a7c0110a2acefcd513b9af8159c3482', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3917, '2022-12-29 06:56:50', 'SALE/POS2022/12/3927', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cec304b76caeff0494a1f8f5245a84b9ba7fe094a894789d88ea3ace592e8e46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3918, '2022-12-29 07:27:24', 'SALE/POS2022/12/3928', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b041ef36c040fb15e8286acdf57b3dca6b95b46cc045b03629494347907fef2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3919, '2022-12-29 09:57:30', 'SALE/POS2022/12/3929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6a983c6131dc817969f2029f03c93dfe6df71663e8017b5e534b542736a4057', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3920, '2022-12-29 10:58:16', 'SALE/POS2022/12/3930', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ca920f09d49bc4bb24f2cf0363dd3444a6a6cd841641875ce311b3f69ac0487', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3921, '2022-12-29 11:05:12', 'SALE/POS2022/12/3931', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aed33af7504716737e0884fef9ed967b2421cc28b42e1f55a246de72f412fc60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3922, '2022-12-29 11:20:40', 'SALE/POS2022/12/3932', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd65dc0c547923521ab468d7761d24d00e27250de3cfc4b84677a891539a7f84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3923, '2022-12-29 11:22:31', 'SALE/POS2022/12/3933', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc29f5b3a1d9c02ac79165e8514445d3e0885d773f5600613321745c038aa08e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3924, '2022-12-29 12:17:31', 'SALE/POS2022/12/3934', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68a54aa856acf3622400b5c22ea0b5cb549c8fb0abbe5f78cb7847cf2435dfe6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3925, '2022-12-29 12:25:01', 'SALE/POS2022/12/3935', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ef0243fe240093705e48fcc7f5042e43c7aba2c79fe0e48e95392f16e0f4228', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3926, '2022-12-29 12:42:46', 'SALE/POS2022/12/3936', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '475984ba9d818eac932d072463245c2b7045b655f4ab10afd6dd839e01bb264d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3927, '2022-12-29 13:12:07', 'SALE/POS2022/12/3937', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '211191c2315b4f0da24106a8d40269802be19a76075555f3b43fa2e926ec1760', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3928, '2022-12-29 14:37:37', 'SALE/POS2022/12/3938', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b04290091c1364c4e42db16a79c69d5c36ff6bd7fa7f5cdd8eba79b7a0a1f83d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3929, '2022-12-29 15:14:44', 'SALE/POS2022/12/3939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd421a7ef103442077d01e24c505533cd567162132b31b2df1573559fc6fd7815', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3930, '2022-12-29 15:17:40', 'SALE/POS2022/12/3940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5dff0a9bc52c1f00c8d27d8df9fc503026a16b77b5c00b98dbc015ac786b4a8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3931, '2022-12-29 16:07:32', 'SALE/POS2022/12/3941', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2743a01200281012869987cf35c5c61b2393881c8f249e698973c2221c9c0f10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3932, '2022-12-29 16:08:56', 'SALE/POS2022/12/3942', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c00cac75b68e59002bd639e473e3534cf4c7432615ec7fcf9a74430ce9227417', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3933, '2022-12-29 16:23:07', 'SALE/POS2022/12/3943', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8c85369cdccfc74299c6c574be70ae10a6fb56d8cd8dc0ceaa353d1c9c1062e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3934, '2022-12-29 16:29:16', 'SALE/POS2022/12/3944', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '208bc7388583b31a598229814a69e31c3d2889ae0105396482e50120700b379d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3935, '2022-12-29 16:44:18', 'SALE/POS2022/12/3945', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '801d165c27ed9a78345b3938c52a49291ec83b874d58d6272c2a66229287804b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3936, '2022-12-29 16:58:39', 'SALE/POS2022/12/3946', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52574ce198e9cec281fded06e38d40c47ff10c67c3cc771acd82da9c54f97352', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3937, '2022-12-29 17:05:08', 'SALE/POS2022/12/3947', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc36542068aa3bfc363e1ad8043e1149481c4f90abe2e3cdddaa1bed396d4768', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3938, '2022-12-29 17:29:48', 'SALE/POS2022/12/3948', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a6212a54bf190f546eeaba13a1df288a9d13aae0717b330a857f31912dea73c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3939, '2022-12-29 17:48:13', 'SALE/POS2022/12/3949', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee66c374da06273ea5b7ba6d8948e35f8e27ba3c40fbf3699012582fb0d0ff8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3940, '2022-12-29 17:51:25', 'SALE/POS2022/12/3950', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4591ece777f9b02dfad3e445286ef7522f687705ddf5a6c773c8034bd907a8d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3941, '2022-12-29 18:01:10', 'SALE/POS2022/12/3951', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '444100240b5ad8e77588b60bbf8beb7846487fd2961f35dfb53f639172b52deb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3942, '2022-12-29 18:09:34', 'SALE/POS2022/12/3952', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9de6799abc51c5a787f8be3cd48b3f3690dd5a3bbec8a698defc3888b6685d47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3943, '2022-12-29 18:22:03', 'SALE/POS2022/12/3953', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbf2d8a9cffd7b8335bed1f0af16203c46252abcf313b29f002ed0831ecd9c04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3944, '2022-12-29 18:27:49', 'SALE/POS2022/12/3954', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30e133f74aa173075fa2c28057ede481ed89031540cdaef36d88e3798f72e91d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3945, '2022-12-29 18:35:49', 'SALE/POS2022/12/3955', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21eee83a5ce4363aaffc940e1822339eaf0c5ca434dc5aac008f70ec533c4e11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3946, '2022-12-29 18:40:20', 'SALE/POS2022/12/3956', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9849102c8d19505bb8baf6c5fa2edf4759184123b2b682f9e25f04034334d752', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3947, '2022-12-29 18:44:38', 'SALE/POS2022/12/3957', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac0da76d46e89e863bd372206c5f1bf61227dfc2c290e84d89088bd45ef83034', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3948, '2022-12-29 19:06:18', 'SALE/POS2022/12/3958', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71fd128506d042fcaf50700413bc98690b75523ee9695e6b7921dc257c8842be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3949, '2022-12-29 19:09:46', 'SALE/POS2022/12/3959', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '62.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9c2c44ce686bdf91dfa0199245ffab0e0581d2dc3c85e2f06c719af1596818e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3950, '2022-12-29 19:22:24', 'SALE/POS2022/12/3960', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '137.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '137.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c426fe0d1c650c55b41326fc361ef62b113297a2b04c1f6eea94fe5774febe16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3951, '2022-12-29 19:48:57', 'SALE/POS2022/12/3961', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f60253fd5004d9eca4b669e06b11e36c762fe79a4ad289a0ee6e5ded45675578', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3952, '2022-12-29 19:56:09', 'SALE/POS2022/12/3962', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b11b49b6bbe1fe6537ce3f91571a5434a3aea64a31148c3402a1428eec37e4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3953, '2022-12-29 19:58:51', 'SALE/POS2022/12/3963', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7e3e04d94a840595ce83f08dabfc5307932a01bccb8a9e135c86289f03d7b88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3954, '2022-12-30 06:04:55', 'SALE/POS2022/12/3964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14ae29b9c539eb1425f9413ed918f73f408b0a495503be6d8a3acae21c4c0f75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3955, '2022-12-30 07:09:54', 'SALE/POS2022/12/3965', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f64c0f54b586a8b25b1d0ec9a93a697979e34d6537a73c08a1cf36dea22ae7db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3956, '2022-12-30 07:57:45', 'SALE/POS2022/12/3966', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71ac79f031909e5bb44f83b3b044676e98b1319061ec5b96a78c2d98530fe8eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3957, '2022-12-30 08:12:36', 'SALE/POS2022/12/3967', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f890d61c28f77c1916883238406daea8efa0cee3ef200617c11184b5b2cb1c66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3958, '2022-12-30 08:16:35', 'SALE/POS2022/12/3968', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3453a1c2eec8eee29a39b687397f36b888b3ef520e734ecca61effae66bc652d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3959, '2022-12-30 08:37:42', 'SALE/POS2022/12/3969', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b780e45c54d2ad0c076eae8ac6278401280c6e40d846caab626fa6cc065d52c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3960, '2022-12-30 09:02:24', 'SALE/POS2022/12/3970', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60fac2fb12c837979d92dcd3c430d4bfac8245ad830c8bc4cb0d2b7a0a7ff18c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3961, '2022-12-30 09:10:09', 'SALE/POS2022/12/3971', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c06da5b1dab984d88e643b490c7330de56a0e46923ef935f14ea28ef1c6139a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3962, '2022-12-30 09:23:00', 'SALE/POS2022/12/3972', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1eeedda31c3e09ff72931dabd9d3e544e29a7b770911b979e9f4a7212385bc8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3963, '2022-12-30 09:32:32', 'SALE/POS2022/12/3973', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f9c8fb9120df08203ff5d1dda266e761edd0bd9311f584b3b6041bd795c4e05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3964, '2022-12-30 09:46:10', 'SALE/POS2022/12/3974', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b71ae856390e2474d11fa800ef0348dcb943b17f87b7003c9b25222515b4c7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3965, '2022-12-30 09:47:35', 'SALE/POS2022/12/3975', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b1aef7550b780a5b1e5807d38f178f13045eb7373ee1fdd978f441fda79bed3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3966, '2022-12-30 09:52:43', 'SALE/POS2022/12/3976', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7afd510b8f9bf4ad22db3c37596280cc122ccc5bdbcce0060e4ce059dd169139', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3967, '2022-12-30 10:04:17', 'SALE/POS2022/12/3977', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6386074f63b015700f62792e9f6eae8cbe1fcb701c5fdf13b55b38e6a6381525', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3968, '2022-12-30 10:20:09', 'SALE/POS2022/12/3978', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbe1b7890c2f10321c7c664a18432451010c6c9deca49d3844fbb3e5b1985ef2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3969, '2022-12-30 10:22:08', 'SALE/POS2022/12/3979', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c626795754a4750d6deac62b394577b04a8ac111661559b3c370192fc54c523', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3970, '2022-12-30 10:24:00', 'SALE/POS2022/12/3980', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '121.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '121.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '121.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a6e18ea25a9dafccf54115789c3fca0bdf73feec88802d952291d46aa624d91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3971, '2022-12-30 10:29:05', 'SALE/POS2022/12/3981', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ee5d2c4ab36d206b0e1eddce87d0afc5c4e7fa34dd4f2e7fbe34d54503c43af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3972, '2022-12-30 11:24:55', 'SALE/POS2022/12/3982', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3efc6e5bea757422b2632b044ea64f46854a8b84c7ef443888915e0baa9e44b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3973, '2022-12-30 11:50:23', 'SALE/POS2022/12/3983', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57f7ba4ead66cca47f5426134d1c94476b0a47442bd7ca8a269b45723f41aebf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3974, '2022-12-30 12:21:03', 'SALE/POS2022/12/3984', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '131.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '131.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47394705efbd96f9ac317eaff000c8e901c7acf7942840659fed72c5530d7db6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3975, '2022-12-30 12:49:15', 'SALE/POS2022/12/3985', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbbdd6db093be29b2177d72542e5efc6eee51220821e0daec9740dbeafcb1a5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3976, '2022-12-30 13:21:23', 'SALE/POS2022/12/3986', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7adb112a87c82cc81a2e242e5eb9cb19ba3efe8ba65a6db5eba37a142c69492', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3977, '2022-12-30 13:27:49', 'SALE/POS2022/12/3987', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4355a63310f1a88fa480ae733ae0441cab58d27810aca1167d6c17b9473df274', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3978, '2022-12-30 13:41:28', 'SALE/POS2022/12/3988', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b42799766fcc57b6255c1f312e8227e5508af3b6d43aeb5de7ae4e7c9b74b325', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3979, '2022-12-30 13:50:42', 'SALE/POS2022/12/3989', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15bc92cc38562bf153dadd9707837acaa1ebf760d978bab05b819d300fdf7375', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3980, '2022-12-30 15:15:06', 'SALE/POS2022/12/3990', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99494ec7a14f0a9ab86c2f0d25a1de12c7483573d5e6a7edd2164ed8c27d4561', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3981, '2022-12-30 15:21:39', 'SALE/POS2022/12/3991', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4bf4acfc16f3b0a203311082cb9d698157aee7ddce41f405115571c7df81298', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3982, '2022-12-30 15:49:03', 'SALE/POS2022/12/3992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c088c9ff800985ff6a12e7739f7be19310b3e93331f12ff366bffe016330c81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3983, '2022-12-30 15:59:50', 'SALE/POS2022/12/3993', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '144.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '144.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '144.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '302d117806283d65bab001d0f91693d9e81baacc52257e2d05837d7156b70597', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3984, '2022-12-30 16:01:18', 'SALE/POS2022/12/3994', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89648e6ae13984d1e8b97b9031ee80b9d0a71890e6784eed4be45d71804d1587', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3985, '2022-12-30 16:17:48', 'SALE/POS2022/12/3995', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94a54ef2b46dc83476273986be9a996719e5dd653120b3b69cf157323db49bbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3986, '2022-12-30 16:37:21', 'SALE/POS2022/12/3996', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'adda5b5479abc398f8267a6fe680800e443bda332a74274dcb5118b4345805cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3987, '2022-12-30 16:41:02', 'SALE/POS2022/12/3997', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '100d0b04cc96ceff0ef5ab37713661e68a576cb6f2b8c85f98ea1f9cc348ff27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3988, '2022-12-30 16:41:22', 'SALE/POS2022/12/3998', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42fb7eb2eb6231cecc2f2127d7d4a5b7a05e89495a598234bd1dcb691be9f916', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3989, '2022-12-30 17:07:19', 'SALE/POS2022/12/3999', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23b2cb6440c489027ee77b9a332e4cfd12345aa205a04db58d61383cf2be236f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3990, '2022-12-30 17:27:58', 'SALE/POS2022/12/4000', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be5e7680487f24a34a210350379a310e939a4ab2a0fd489c626e8cc859b96ce8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3991, '2022-12-30 17:30:40', 'SALE/POS2022/12/4001', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '467a06ee98911ee4664553720aa7385947bd4cf92b3c83e697fe3db64f605a09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3992, '2022-12-30 17:50:43', 'SALE/POS2022/12/4002', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '175.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '175.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '175.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4ac8e3ec0e56576840889d27936a1cafde7e752b5b551a17ba5ab9d79ebda25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3993, '2022-12-30 17:53:31', 'SALE/POS2022/12/4003', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6969841fa5be079a9e002a11fd02e5aadd1f380b07c6834f1000db994716604', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3994, '2022-12-30 18:09:20', 'SALE/POS2022/12/4004', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31ccea3b585d7e24b3eab0bc83cbf4ce3bd64fabbf108dcf2224f1228762477f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3995, '2022-12-30 18:18:34', 'SALE/POS2022/12/4005', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd17aec468077e6ef631aeb6f8bf4209a0e7cd371a22570768ce8a8d8395313f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3996, '2022-12-30 18:39:23', 'SALE/POS2022/12/4006', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36139dc0f321edbae0dafb0facc2c8b51e56c8adf5b95c10ce1593a40a7b1d27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3997, '2022-12-30 18:41:02', 'SALE/POS2022/12/4007', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da51363714f4d94be7e4ea561236d83463c097454ecc6e7a8baa3b4d287d13d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3998, '2022-12-30 18:50:11', 'SALE/POS2022/12/4008', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '638b51361e284d4e168aff020d46955cb4d404445cb13841c6750194c6b5748e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (3999, '2022-12-30 18:58:56', 'SALE/POS2022/12/4009', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef06c399cfdaa49f2e0dedcf97e04ec190119e1394edad6c87274fe822e2e1fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4000, '2022-12-30 19:09:39', 'SALE/POS2022/12/4010', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b7b19503206f7e872891d1206474ed6aabc366be62df39ba9e0217e930353f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4001, '2022-12-30 19:10:29', 'SALE/POS2022/12/4011', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f595dea6801c79862778ce3e799d0a16dc151c8a3cdd55e0b3907fd6614e626', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4002, '2022-12-30 19:28:10', 'SALE/POS2022/12/4012', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60ca26d570aa50ef88bcce09e41b1ddea515f3184864a4c9b571cfb107d750ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4003, '2022-12-30 19:53:49', 'SALE/POS2022/12/4013', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7bc646fc170b9492113f8b47b675b0aa736f65b1058f4e2baec9c11958bb1ed6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4004, '2022-12-30 19:56:47', 'SALE/POS2022/12/4014', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6677578ebe1566d6e5b3dd4f14465ca5c3f5275b70e60f043f1b93b8c89742e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4005, '2022-12-30 20:24:54', 'SALE/POS2022/12/4015', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21a1c0a8646ef298eb4fae235b3db7d407b8601f5235ef2f75fe224bee2e29e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4006, '2022-12-30 20:33:03', 'SALE/POS2022/12/4016', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '160.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '160.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a021fcdd784a802d1c6714987e8a9eb868eaf7b8464f940f82cdd4270bdbcff9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4007, '2022-12-31 06:51:52', 'SALE/POS2022/12/4017', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9bc399577d977a49526b37161c501aa58d59f3939116906bfa477b5abc43763f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4008, '2022-12-31 07:17:39', 'SALE/POS2022/12/4018', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ecd0996ecd8b21ada309ed599953047f76f311e1c561bef770b366df6b8d503', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4009, '2022-12-31 07:29:40', 'SALE/POS2022/12/4019', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '92.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5aa9a59859fe912d61c80921fcf39a310858c029bf25b9e870adf0257cec392', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4010, '2022-12-31 07:51:12', 'SALE/POS2022/12/4020', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cf6cbd5a164715f2d5a69b2ec62af35966370f26f0486c48abcaa868087648c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4011, '2022-12-31 08:02:52', 'SALE/POS2022/12/4021', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1dbf528857ca0e624ff6dbd1e064aacedfacf07042ca4fb65e2eb4a2029e473', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4012, '2022-12-31 08:22:51', 'SALE/POS2022/12/4022', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aac9b5e2732652edab10086661bbf7e18d82b5e6c6f03bc0ca7c7ea9f48c94da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4013, '2022-12-31 08:32:50', 'SALE/POS2022/12/4023', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21172bfdbfa6e535e0a17051c480a6015535b02f7759fb6d6126224852ea2003', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4014, '2022-12-31 08:34:52', 'SALE/POS2022/12/4024', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9203492c997f17c0e0a69f239961d7b02254044f765dd3a24f26812bbf579c90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4015, '2022-12-31 09:08:24', 'SALE/POS2022/12/4025', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e881dc74d81dbc2136f708f04aa6628ff37773698f4c7a9d970baf190de140b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4016, '2022-12-31 09:10:15', 'SALE/POS2022/12/4026', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e4120f5b0e0c977afb361db4c7aa4761c9eb2a7f006d6e2f65f444b6c33f3fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4017, '2022-12-31 09:25:55', 'SALE/POS2022/12/4027', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7393b7f1ca39657549e579c750ba4d97a393ecf024b746151da552e08034cc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4018, '2022-12-31 09:33:36', 'SALE/POS2022/12/4028', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbd01a4ecb277288bad7bd0eb575cbddb97f2684ceb88c159e9eb05394dec6d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4019, '2022-12-31 09:37:27', 'SALE/POS2022/12/4029', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c22e5f93d9ed8dce2a383a3cdfcf86da0e59f26e2c9e2940432a970754624a30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4020, '2022-12-31 10:12:14', 'SALE/POS2022/12/4030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0695f64161ce4fd4c445a17b1d86f46861a59e16e30e076563c4dda62aa8fda1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4021, '2022-12-31 10:15:18', 'SALE/POS2022/12/4031', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae24e903b8867594985afc9fabd0a9a965fe67089308eba6b027d2f9d1163776', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4022, '2022-12-31 11:05:51', 'SALE/POS2022/12/4032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e3bcb0b54dfc541897cff8b808d9e496506f253bedcc11f5ca5dae3cfe9e718', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4023, '2022-12-31 11:07:58', 'SALE/POS2022/12/4033', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a0131ba9ad4a7c59b2d7bf0193381d2726aa86e59754f0d8d8a3445cab9624b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4024, '2022-12-31 11:54:06', 'SALE/POS2022/12/4034', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91abc7e69a5709fee46885e9054a1d90ce565b5b47b0631367ae4be98f389c18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4025, '2022-12-31 11:56:49', 'SALE/POS2022/12/4035', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf9c9b734c80d9170047a2082205b526b396328d3d1dc4b6416bec50f2168e3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4026, '2022-12-31 11:59:42', 'SALE/POS2022/12/4036', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7b567be6dd13d1c117343e0989e2a264b156cfe48f01da43fce31e1648dff15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4027, '2022-12-31 12:28:39', 'SALE/POS2022/12/4037', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9972193578f143e2b6c8e61330c55f2a196eab7b9995d6bdae18f9703dc1e7c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4028, '2022-12-31 12:50:46', 'SALE/POS2022/12/4038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62a3647b5d2bbaebd7777efc44b131f4ee8b167d581bfb2a3fc97298fd3fdfbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4029, '2022-12-31 13:19:06', 'SALE/POS2022/12/4039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d3e7813b8a812834b2828b2a0902e82f7d1d865bb95d49aa7fc737bb8c5ce52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4030, '2022-12-31 13:23:28', 'SALE/POS2022/12/4040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b8183e87d05f997d135f5a5765440a7eff3da05859618b519040b6d4ecad4cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4031, '2022-12-31 13:29:04', 'SALE/POS2022/12/4041', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '64.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8760956dfacd80b1a796fb792093c6cff9209422943c9b2b5f353f5c1cefc75e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4032, '2022-12-31 13:47:17', 'SALE/POS2022/12/4042', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5b1b9c593b89a4e1dd36fbb1c945084f4e533831a39888ab7fb1b24d51156a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4033, '2022-12-31 15:17:56', 'SALE/POS2022/12/4043', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '61.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf788b3766f8c70a792383805c727fbbadbb07e40fa5bd2ea2c3205fd66e4fe3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4034, '2022-12-31 15:42:14', 'SALE/POS2022/12/4044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1f7b072906ff4d234a306b8989a8a49f072dba8286de32c14f0b0b498d176f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4035, '2022-12-31 16:10:14', 'SALE/POS2022/12/4045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb2d3e9f23084d02d5eb07630f4122e93af4c67a888f14b9f1903d8a72d59de4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4036, '2022-12-31 16:19:00', 'SALE/POS2022/12/4046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '458a43a0c58895660cc56b81714d3c30416c7442f37073ea49034bcfe491313e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4037, '2022-12-31 16:20:20', 'SALE/POS2022/12/4047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cf98f28bb3232135a1ca0ef0a65a8264e0523447019faf0802b8338e83e0b9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4038, '2022-12-31 16:21:46', 'SALE/POS2022/12/4048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae997681a8dc9d8227d578d6bc5921bf36697a7d948fdb36de6efbd9882e8da5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4039, '2022-12-31 16:30:46', 'SALE/POS2022/12/4049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48dc7ddd65bd02c3f9908ae768449dfed0144d6d0c9476ab23e6973dcdce435b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4040, '2022-12-31 16:32:40', 'SALE/POS2022/12/4050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae3a92c9698b0eb97254a43b33ee3fba2cda30405e121d03fb516a39993b0065', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4041, '2022-12-31 16:40:35', 'SALE/POS2022/12/4051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bfc2b92b9d5206222a4c79c7c3895999a9c0ba2404b1a4e768b7e6ce8efbc63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4042, '2022-12-31 17:21:34', 'SALE/POS2022/12/4052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '590e4351776d32e36e676481667adf55a339c22b7d8cc735f5e77ca441cbb1c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4043, '2022-12-31 17:38:37', 'SALE/POS2022/12/4053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b2b9ea476fbe8ea5824dd1b9f50e8e84ff0cd32b33c7b12d498ecab90a46b0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4044, '2022-12-31 17:41:43', 'SALE/POS2022/12/4054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a68792615f07ebdf9b4247889da286e37ac9ada63ea24a5955d947f33aaa035c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4045, '2022-12-31 17:53:12', 'SALE/POS2022/12/4055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '98.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '98.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '98.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04b12a3e7467e99c0a1a16c47abd570a58f90cd1308549c6c4c855984e4ff536', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4046, '2022-12-31 18:04:21', 'SALE/POS2022/12/4056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a95d9849922ee2052ce6643eea10e2c9e91c37e170469c6ada96cc55de29cef4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4047, '2022-12-31 18:16:46', 'SALE/POS2022/12/4057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6f61bc0297db7b2bd6f265df2241f98cb89338c7312960e9a419cf99f396c08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4048, '2022-12-31 18:36:23', 'SALE/POS2022/12/4058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e31e6e2ea2b4e6328a34c08e80fe84accbfb4c4e624b7b33ddce2ccd8bf7da8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4049, '2022-12-31 18:46:29', 'SALE/POS2022/12/4059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f4c4bd2c36eb3726d90b2274f9f4a120efabfdaea169da6df4af306ecbf350b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4050, '2022-12-31 18:50:27', 'SALE/POS2022/12/4060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e06eb180c591ddcf1103928d73bc75550729de55778a9fe68df4801b085811c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4051, '2022-12-31 18:53:23', 'SALE/POS2022/12/4061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '440bcc72a880316ecea4bf14b8f293e2f9eff9acd079e15a8bf749f2df9b1bcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4052, '2022-12-31 18:59:37', 'SALE/POS2022/12/4062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '982651ae7e13bfd48c6901452d70bd3e49f55ad610c48b2d9710a2a93bf78595', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4053, '2023-01-01 06:34:39', 'SALE/POS2023/01/4063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '605d2e0d8035871c102d6f74690d540cb5f650f96db288bd6cac5b2f25e08dc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4054, '2023-01-01 06:57:32', 'SALE/POS2023/01/4064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4a51d894d9d636cc169105ab3d0ae006e3d4566e54348d72b8cb6ef703640d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4055, '2023-01-01 08:18:28', 'SALE/POS2023/01/4065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b39e28b73a06164f86a4a9a3fad3efd4e13a0960ecd5303f88265deb013181c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4056, '2023-01-01 08:25:17', 'SALE/POS2023/01/4066', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '213b8625de12a472864d6392b958e2a1cf3f4a5538fb9e3596b03713d0358e18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4057, '2023-01-01 08:35:42', 'SALE/POS2023/01/4067', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '103.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '103.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '103.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecea1a7e43bf987b8d58a3d97ef2e124b78a5ae7daf2c5a881ddec502dc8f1da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4058, '2023-01-01 08:43:42', 'SALE/POS2023/01/4068', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d0f0c9cbebc11811df0a032e3b8d7657a610e823306054ea89e258b3a7ad543', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4059, '2023-01-01 08:57:55', 'SALE/POS2023/01/4069', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ccb5d4c0640d6d49db6eb58ad8571096bf8c4236b57f0732dc0f81ae002f2692', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4060, '2023-01-01 09:11:59', 'SALE/POS2023/01/4070', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e7537051704c1befde1ecb4edefa103a21a9f627393b3f051a284ee9179b7da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4061, '2023-01-01 09:13:40', 'SALE/POS2023/01/4071', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd65cadd5d4921b0d686ad9c08c687289b823c518058b74f72d84b8e45d9e8ad2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4062, '2023-01-01 10:36:56', 'SALE/POS2023/01/4072', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '83.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41681f0fecb4e64ee970d77b2da95cc9787052ca0530c3e1f00e2242b9bc5554', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4063, '2023-01-01 10:46:30', 'SALE/POS2023/01/4073', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13eeb16bc8e36293fd9610683a81c964021b59d1bc929fabc056ca4b0bee592c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4064, '2023-01-01 10:52:25', 'SALE/POS2023/01/4074', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7ba601a306fdc6370e45e9afbfc28e79ef039210878d68f0c2fc301642ff717', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4065, '2023-01-01 10:53:19', 'SALE/POS2023/01/4075', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee732ad63eda22d07ede7971fe4d86d7e9c1fa87fddaf21e4149b9787804ffc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4066, '2023-01-01 11:00:12', 'SALE/POS2023/01/4076', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00b92fedcc13ecd37e8a934b7b06d020645941eba76fdecf26f86711ae6e9de5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4067, '2023-01-01 11:15:17', 'SALE/POS2023/01/4077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '89.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '936c911cc9331bf0b118e8fb8616b63019d9b1f9a2007232e7f5967c8bf55d39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4068, '2023-01-01 11:25:46', 'SALE/POS2023/01/4078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a835f86d2a3b5b0fa0bad2a2ae95b5906ea5fb354d69c5c1b4e81c67bebadbad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4069, '2023-01-01 11:28:05', 'SALE/POS2023/01/4079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fe5550383fd97c9b4771b8b89a16c560deb74485c4880f470599ea880d6847c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4070, '2023-01-01 11:29:47', 'SALE/POS2023/01/4080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31a908b428f38431129d5c206840b585f1c311f770843a692c61cb0a277601d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4071, '2023-01-01 11:39:08', 'SALE/POS2023/01/4081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48a1346bbab7a32510c7cdb289e5cc16b73ddb8c9cc7289bb96d6a26c9b8342d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4072, '2023-01-01 12:02:24', 'SALE/POS2023/01/4082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '93.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '93.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '93.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '763dcb580e369e5b895f09c053c24a0be37b4d0211fc0d017de77e9ef6993a42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4073, '2023-01-01 12:12:45', 'SALE/POS2023/01/4083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c93352a219f4afb6d9b0b3ecf1e5975ddb98e98ad99220bd209763eee868c48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4074, '2023-01-01 12:14:30', 'SALE/POS2023/01/4084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72ff098038bf96d41b36e0e97b0146c05baa2938d65b82ca9d48ada6fdb3375d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4075, '2023-01-01 12:15:46', 'SALE/POS2023/01/4085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf2ef3df5acb1cc8b0075dc77c6eccce8668ec8c2b3759b6849cde9ea1146c78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4076, '2023-01-01 12:21:46', 'SALE/POS2023/01/4086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '358a0a2ed6c3cf7090710893b0bd4ce0907911ff7c91366b61d7c8a91c76093a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4077, '2023-01-01 12:38:23', 'SALE/POS2023/01/4087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bb0e25ad0c2c6580d0927bfe017ca1f0b94de61b1068bc53effc2f7dad9dba2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4078, '2023-01-01 13:02:25', 'SALE/POS2023/01/4088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6382d88dcfa62030bf7eb718a07a45cbda4f252c06e734654ca567b6c2dcecf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4079, '2023-01-01 13:05:16', 'SALE/POS2023/01/4089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96de758e6a58d25db1fc1f5ba002e3f05b6612a1be4edb5d2a96a4565ded3cc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4080, '2023-01-01 13:33:42', 'SALE/POS2023/01/4090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '191c958282f6a19daaa4f9570d47f6adb9d61eaec12c049ab6228303b40ccac4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4081, '2023-01-01 13:42:04', 'SALE/POS2023/01/4091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e1039ea7e1a2dfb79fe40eb44b72ad15c2608d7e9531773247a780cddbfa1ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4082, '2023-01-01 13:42:53', 'SALE/POS2023/01/4092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec956cb95bf5c30f19cf5e1e847241d6bb8a34e221e53eaefcbe81ec2073519a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4083, '2023-01-01 13:51:09', 'SALE/POS2023/01/4093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '146bdf9ddf6efaa4a9080fd484a7d3254620fe8baff0b36f66f4c7a3d509382a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4084, '2023-01-01 14:16:21', 'SALE/POS2023/01/4094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4758539becab512c4b866a4ff62a34dbe11b26e59828210b6f43a732b25b87ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4085, '2023-01-01 14:30:08', 'SALE/POS2023/01/4095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '75.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0abc1e6f49e1297ba9a34649b79d4c7bd9ae54ff5af762fe666132d9a95a5519', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4086, '2023-01-01 14:30:48', 'SALE/POS2023/01/4096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0435e4c20cc4dfdcc2ab33371199cc40445974c18a38c76fe6c921649a16ce53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4087, '2023-01-01 14:31:08', 'SALE/POS2023/01/4097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '237a0d796a88a6dcf8148f516fc8319035be687336547558fa689229cd6ce1c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4088, '2023-01-01 15:10:06', 'SALE/POS2023/01/4098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '95.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f50312108c9f7df2e750a74db92e0e7f83b6c6f904bcc748f3269dd74c4e6c11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4089, '2023-01-01 15:12:15', 'SALE/POS2023/01/4099', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '175745e646961b959f915a02f88aa9349ff71fbc498ac459eaaa9b780645f23f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4090, '2023-01-01 15:15:17', 'SALE/POS2023/01/4100', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '069b4f70589cdeaeb3190003ec98a19cb1d060501f3b192b727cbaab5837ce36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4091, '2023-01-01 15:26:13', 'SALE/POS2023/01/4101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fd9b88efea997ef8ad2a22179770d1cf2683dfbc380a62c8e9255432331d5e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4092, '2023-01-01 15:39:35', 'SALE/POS2023/01/4102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cefcb7ade4f85a1cdf37baee60947897bfa277bca001bb4bcac92b30783fb563', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4093, '2023-01-01 15:57:30', 'SALE/POS2023/01/4103', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '553335eb2d8e4eeb9eca70c8144169e600ef6c57db6ba7cbc351206d3c47ecb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4094, '2023-01-01 16:12:49', 'SALE/POS2023/01/4104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8ccc6ea8b8fd524d2486e4181b62ab4d9994fd0814a0224341fc7f4cc753db2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4095, '2023-01-01 16:41:12', 'SALE/POS2023/01/4105', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5554cd215e566cc9b48553048fad588d434aa051f9ad62332af84fb8234fe73a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4096, '2023-01-01 18:00:36', 'SALE/POS2023/01/4106', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6dbf8a2fb504f43191cac13379c911077b9accfef2de6ff854d96d96e237aca2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4097, '2023-01-01 18:24:41', 'SALE/POS2023/01/4107', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '558a80ef12713bbff61cb443ca25ada798882623d20d7fec2491ecf735bbd517', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4098, '2023-01-01 18:26:15', 'SALE/POS2023/01/4108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '44.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d0b2e2e53864acef3db0b8fd5278fd3f3ee7b41d9da4bc70dbaa570a31047cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4099, '2023-01-01 19:26:06', 'SALE/POS2023/01/4109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9c7bcec8f97a5e8361af5b836bb233a259dc6a2bd6ac33322811aabffe14942', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4100, '2023-01-01 19:28:35', 'SALE/POS2023/01/4110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9c050d7122b4f12685b64f087da904f8b50b10468885affba8f4ab7ff055c33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4101, '2023-01-01 19:38:08', 'SALE/POS2023/01/4111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47474951a578c7bbd6ff3cd04bda4433164cdf5aea5b5a702dbc81e08b4ab0e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4102, '2023-01-01 20:02:46', 'SALE/POS2023/01/4112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d85878912e64c55a4532a73a1859a79f21b7265c1490daadb7f08aff524b966', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4103, '2023-01-01 20:11:13', 'SALE/POS2023/01/4113', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30c2f862009733d8deef4a7717cc98e85f4bf54a8db864c114da2a327e58cadd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4104, '2023-01-02 07:21:03', 'SALE/POS2023/01/4114', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd634ec4ce0bac26cf6c1d80986bca414067f4e2a5a8f68f0915292f7837dfe7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4105, '2023-01-02 07:21:51', 'SALE/POS2023/01/4115', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1ca08d236ac598ac70f061c8d90b40c3ee9b8019b0331c935682526cff7c66f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4106, '2023-01-02 07:32:58', 'SALE/POS2023/01/4116', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0ce7a8e207c8a6e01e4be5ef83d47ee95a02629a3e6fcfb136f9c5fdf1831e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4107, '2023-01-02 07:33:46', 'SALE/POS2023/01/4117', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc003e49fcc34ecd1c6c5692738239d4f5cdf9214d89b8218a347c7442be7fc4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4108, '2023-01-02 07:34:39', 'SALE/POS2023/01/4118', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f07d9dc58532f4d2ff277ab66e70eb7756354d2525c9ff84448f560f8ea1f21e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4109, '2023-01-02 07:35:34', 'SALE/POS2023/01/4119', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2967de471be71a38366b511904530309f7365cd9113b08ca767e2ebd22b50e3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4110, '2023-01-02 07:37:51', 'SALE/POS2023/01/4120', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '117.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '117.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '117.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c0861c044c16cc975c6c7b4448d9a7f1d85e2a6b0474b088bfa03eada581448', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4111, '2023-01-02 07:38:55', 'SALE/POS2023/01/4121', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '553a0804525e94a41dd4f4113ce26852fcd0b9f7c9fc55b50925996412393707', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4112, '2023-01-02 07:41:26', 'SALE/POS2023/01/4122', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '127.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '127.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '127.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f8f9fac2b9b551bea9e0f97f0f8ce882d98ae168a3c6a55ee95e92746e3d6a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4113, '2023-01-02 07:45:33', 'SALE/POS2023/01/4123', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66c183b843cbaeddc880d8239ce55b69cfa3e3eb5b2aadcb4c1a76422a5bfb70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4114, '2023-01-02 07:47:32', 'SALE/POS2023/01/4124', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '104.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d28418bc5a8a35fc82c75781dc8d4bb2cf27d294e05fd46f57efa9427f91fe7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4115, '2023-01-02 07:49:22', 'SALE/POS2023/01/4125', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '142.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '142.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '142.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7343d641018149c478a61fcdb0c0b7436b138a272f02817bc843c5b820195fbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4116, '2023-01-02 07:51:19', 'SALE/POS2023/01/4126', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c462743aceb038c8698f41275d619bbc82139a2209be77aa2baef1766becfbb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4117, '2023-01-02 07:57:51', 'SALE/POS2023/01/4127', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '430.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '430.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '430.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d58bc7e4ce546af0c0873524d35c016c2b8980dd8ea0aa8d3596a5725fe6ab2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4118, '2023-01-02 07:59:44', 'SALE/POS2023/01/4128', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '180.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '180.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd2df006b8a287628b088dcbfee8f0e154e4c984fd8cafa3d8bc0cd030b7258f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4119, '2023-01-02 08:03:51', 'SALE/POS2023/01/4129', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '666.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '666.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 55, 1, '666.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3342347c137cb136ed67705df7f61da97b05fa014ab7b02942b26ad763966578', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4120, '2023-01-02 08:10:06', 'SALE/POS2023/01/4130', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '111.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '111.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '111.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8012707dc990a7d5fb9b440cba4e58acb8e76a93e312edf2f34b8312ccba794b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4121, '2023-01-02 08:10:55', 'SALE/POS2023/01/4131', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ddf4e248896205abcf743b9b186bf313ecff4445eb755219e4b8180dfaeb370', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4122, '2023-01-02 08:12:09', 'SALE/POS2023/01/4132', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '917162fc159c51d92ba3d457e7a85e3a7160defe302ed259dd077e38ae7f110a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4123, '2023-01-02 08:13:57', 'SALE/POS2023/01/4133', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '77.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8aadf4b98711b33c985e083e00fcaf9def2aa08de667b1549198051d747d8936', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4124, '2023-01-02 08:15:46', 'SALE/POS2023/01/4134', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '284.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '284.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 56, 1, '284.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b032c617a1dfa435c4903ba977922f9c1647508923840ceac533c20e29264f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4125, '2023-01-02 08:17:23', 'SALE/POS2023/01/4135', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '143.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '143.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '143.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e6114f4cd7e24a10a027e352d6cb9ee5aaee030517bd16d93ff1686b7001ec0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4126, '2023-01-02 08:19:25', 'SALE/POS2023/01/4136', 5, 'SERGIO LEONEL GONZÁLES TOJIL', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '757b388f97ebcbc67133ee360006f27faf10043e86c6beb5ed6bc8d487801ea3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4127, '2023-01-02 08:22:17', 'SALE/POS2023/01/4137', 5, 'SERGIO LEONEL GONZÁLES TOJIL', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '140.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '140.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5ba56b48a7d12d12f05240de5cdf23e6a9e53d5e7ef1ee573cc952b5cdd09a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4128, '2023-01-02 08:23:57', 'SALE/POS2023/01/4138', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '71.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd730d83f3a6e3cfeac40aac305a2231eebe93052c283181940246f602d8ecf46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4129, '2023-01-02 08:25:11', 'SALE/POS2023/01/4139', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1c74fed99b4d4cbc128b2e3f24f6a1dfd689ef8a23c44a99407ce4c30d2c335', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4130, '2023-01-02 08:28:53', 'SALE/POS2023/01/4140', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '901c22dc4ed00cb303cd5e7968c593ff6127b38f77f88ebbfb347bd1f97fc068', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4131, '2023-01-02 08:30:52', 'SALE/POS2023/01/4141', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f10678425620193ba7acd3eefd25e0a59397f5b241d4a5480aa9feee4ed35347', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4132, '2023-01-05 10:54:40', 'SALE/POS2023/01/4142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '142.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '142.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '142.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09b68a592113c10109d37394710c8c8ece18df5c23f6182003f19d6f3953daca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4133, '2023-01-05 11:00:34', 'SALE/POS2023/01/4143', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '172.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '172.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 32, 1, '172.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '643ab1930da08b38c0f81db7129f25d61113e043a9b07d4f7af07f4642ea2e7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4134, '2023-01-05 11:04:00', 'SALE/POS2023/01/4144', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '71.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9ca6af89c5285e71de4cbd2d623576483133e80cb5c9425f8bfcf5a4d902893', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4135, '2023-01-05 11:21:07', 'SALE/POS2023/01/4145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '588.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '588.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 68, 1, '588.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94354ceb3da347e0f0db9625e21d9878cbce7d5cf7d46834da51bc26dcce5d8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4136, '2023-01-05 11:26:36', 'SALE/POS2023/01/4146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e7fce676bdee1eb8d83cf2a839b9cad39828fd7cb8fa40a2eee2095398cc682', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4137, '2023-01-05 12:34:39', 'SALE/POS2023/01/4147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '177.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '177.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 49, 1, '177.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b27f0fe2ce1bf9adc12df4280ac092a7af4126940eafb5906ab15bd8c1c0146', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4138, '2023-01-05 12:53:52', 'SALE/POS2023/01/4148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '322.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '322.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 53, 1, '322.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb480dc9bee50a0aeb9dd860bce892a3f395ce6426b3b8527087d465ecddf0af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4139, '2023-01-05 13:21:46', 'SALE/POS2023/01/4149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '463792eeba66e0832bd9162f48c640e74f2081dbb6bd0007324afebd42c17a9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4140, '2023-01-05 13:55:20', 'SALE/POS2023/01/4150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44d8a434fa788f8907fb994036e10e35ab797bbc65709f931fcde92d580420fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4141, '2023-01-05 14:04:00', 'SALE/POS2023/01/4151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '205.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '205.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '205.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e49d19438177a83509e6088c448eee42da73e046a3c999fc8d7e958e50281313', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4142, '2023-01-05 14:09:56', 'SALE/POS2023/01/4152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '173.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '173.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '173.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45936b8ac938d49f8dbac4f00d8020dd4d04f22500335cc0caeb21e086b65afa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4143, '2023-01-05 14:15:26', 'SALE/POS2023/01/4153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '113.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '113.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '113.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65108d7e49196a94c1d467a85fb4a9bbcc619bae3ec7daf885c0b6ce7a7e3464', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4144, '2023-01-05 14:18:10', 'SALE/POS2023/01/4154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '73.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '645ff80c542b1a6242f5515398d0222a5c3295f04f8f170cd443814147e44ba2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4145, '2023-01-05 14:31:11', 'SALE/POS2023/01/4155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '160.8333', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '160.8333', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '160.8333', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bd61edf053a659cefb24ab2a3345d7f037b09a0b5927ec87c904f4706ab301a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4146, '2023-01-05 14:35:51', 'SALE/POS2023/01/4156', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '326.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '326.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 43, 1, '326.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27d217a39c2b635b43aa13eda8bd6f388ff561c90fa9b537f990b13362cd3b1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4147, '2023-01-05 14:42:11', 'SALE/POS2023/01/4157', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a46f264e3637c55a2a96df3bb1168d245cc2b23f2397e55a6c6a877ad8338aeb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4148, '2023-01-05 14:45:28', 'SALE/POS2023/01/4158', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c687d25da7f9cf12944e7b8f4c1b763d8084503a98daf4b230a84546ba7e1011', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4149, '2023-01-05 14:48:19', 'SALE/POS2023/01/4159', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '63.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '701b92f206b7bc1bafd1096c6cdf092808e1eff587cb417851a9dbc624362846', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4150, '2023-01-05 14:51:11', 'SALE/POS2023/01/4160', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '166.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '166.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '166.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35d90707de96b58c0f7c1897559675159ec09269e4faf9d75b525aa3131afbee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4151, '2023-01-05 14:54:50', 'SALE/POS2023/01/4161', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '165.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '165.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '165.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '308b751e67551c1d8bc6ca865558f4eb30674902510b41a7ca9f01814f839d86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4152, '2023-01-05 15:03:10', 'SALE/POS2023/01/4162', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '39.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b335a2c8b275bf40d448c23af6d32bf9087bffa7b7ff6448d765f19328b80e5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4153, '2023-01-05 15:04:02', 'SALE/POS2023/01/4163', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f841fd4f0851c022b86ca5c4609831d276ae3a3184a0a7d65d925471691dc888', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4154, '2023-01-05 15:05:43', 'SALE/POS2023/01/4164', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '208.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '208.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '208.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd55d7858c60ea38212947ced5108097e9ab7fd818113c34dc645aec1dd8cb3be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4155, '2023-01-05 15:07:04', 'SALE/POS2023/01/4165', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e099fdeb3f27863cd96fcc1f4b343023c5672a5976f76f114a4169458af35c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4156, '2023-01-05 15:09:45', 'SALE/POS2023/01/4166', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e58c203985baa39887c87f19d6490cc4a8edcdf5edffd58b4c7adba36ad97d6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4157, '2023-01-05 15:11:53', 'SALE/POS2023/01/4167', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '28.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31567f5fbac5145b573ade923c2051d5fd326f90a569dec625e5145ecbe68a3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4158, '2023-01-05 15:24:06', 'SALE/POS2023/01/4168', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56086ad24661214a97e35210943bc405fa7bfae62106c7c61e0670862a0d98af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4159, '2023-01-05 15:57:05', 'SALE/POS2023/01/4169', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09d3506317ec35a8f03f3fbaa9bfb7256735d407dea2bc97463e650f1b3568e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4160, '2023-01-05 15:59:30', 'SALE/POS2023/01/4170', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f32f2ceb082108eb0fe38a3a81c795ae50092a0fe69080ebf29a15517d7d7f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4161, '2023-01-05 16:28:13', 'SALE/POS2023/01/4171', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0f1a73403c52ac4bf7309a0190c42ba16a6fa6dd553dc22380df3a88a0d9e7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4162, '2023-01-05 17:14:58', 'SALE/POS2023/01/4172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1362f3c297e32947f00f6be0a25265d91bb60a41d55eafb0a3f91db2ca6ee60f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4163, '2023-01-05 18:13:11', 'SALE/POS2023/01/4173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d29cd18587d699bab56fadf5bb67fe9ba416fa79e334d92096dd9fed03e528c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4164, '2023-01-05 18:29:44', 'SALE/POS2023/01/4174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b16c3d1205709680183ca62ff0fe18e1128fdbd092703a48ec3a082abf6d66a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4165, '2023-01-05 18:31:14', 'SALE/POS2023/01/4175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8ace9f66673d21993ad8f8e07ac7545b91a5eb6daa050f41e47e68502f294d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4166, '2023-01-05 19:08:22', 'SALE/POS2023/01/4176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '023fd3afd6cef9ab8ab9648eca79e3d9efdcd257733d42cf428047722b063428', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4167, '2023-01-05 20:01:06', 'SALE/POS2023/01/4177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11b2e8770a430746df7f20eea150c61910e1ebdc691b0cd57104afc6db083b61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4168, '2023-01-06 06:43:13', 'SALE/POS2023/01/4178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7c64459ecec8cf557c6a849cbcd731eab50c7ebe8623c5c5bc8f19fc3b97d76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4169, '2023-01-06 06:52:34', 'SALE/POS2023/01/4179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47e483e6b9b8a07b7900dbe1947aec94ed6e9c86c0033211c6b236a09d675867', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4170, '2023-01-06 06:57:45', 'SALE/POS2023/01/4180', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '170.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '170.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '170.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a06a3eda385135a893ac15dcf277a103b3fe93b1cdb7aecad93528ba5ff4c96a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4171, '2023-01-06 07:06:51', 'SALE/POS2023/01/4181', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '126.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '126.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '126.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3496b359463b8c35e14d738e1df47ce5144149bf9eb2cee399969072e9ada2fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4172, '2023-01-06 07:22:56', 'SALE/POS2023/01/4182', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c205c748e95777a51ea50827fa7872b94979192a953ac7dbdd75ec1bc7e97d94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4173, '2023-01-06 07:26:49', 'SALE/POS2023/01/4183', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfe39c3cb0fef81c55a250691536a05b76ca3c9ae3152b4a1fdaa0c896b6cdcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4174, '2023-01-06 08:22:17', 'SALE/POS2023/01/4184', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32682c4a3f38158d05754977cd02b4889ee537645d26c6780d59ad9a82db2036', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4175, '2023-01-06 08:53:47', 'SALE/POS2023/01/4185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4c45dceaacc4345e99798e6c1b6f5897b314d835d680b69f6ae1de88db401e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4176, '2023-01-06 09:01:26', 'SALE/POS2023/01/4186', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d100d05bcc21bb3c18ea2501143d0d07373496e64a734d59e2acfdf6076892d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4177, '2023-01-06 09:54:36', 'SALE/POS2023/01/4187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '142.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '142.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '142.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58959ff3c6867ced7abe263c2fe3c4b1f1da6ac574eab0be41f63456798d2a35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4178, '2023-01-06 09:56:41', 'SALE/POS2023/01/4188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f37777928a0232978e023e194efaeb6049fa8649dc059dd469c081c77f5af1a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4179, '2023-01-06 10:11:56', 'SALE/POS2023/01/4189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5983cc79a628ae8253c4e745f8e5f426e2424cc46ee71569aa596c19e439ca8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4180, '2023-01-06 10:16:22', 'SALE/POS2023/01/4190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab09c2b6edf04b771d09d31b81ddba5b2af651286df5c20f011dcff43650d806', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4181, '2023-01-06 10:29:14', 'SALE/POS2023/01/4191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ba3aca01cef91617d25ac51d1ffc548dccf2a369752acd22855de7297a6933e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4182, '2023-01-06 10:50:54', 'SALE/POS2023/01/4192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f025108c137b5c7af348b69f8918884f11bd708c8865bf28856675f3b5b01b98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4183, '2023-01-06 10:53:34', 'SALE/POS2023/01/4193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c89a79db914b4fb09d5bd23d8dd25691e9986a7ce9ce15aa68c85fd265077ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4184, '2023-01-06 11:41:08', 'SALE/POS2023/01/4194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2bd21195af91003f1881c46d5769587dad80567564ad49363882e7ed1fbb2ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4185, '2023-01-06 11:44:18', 'SALE/POS2023/01/4195', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '813a118e5b88ded86e45ac8c4363ded19317fd5d743ab910858508e5be502aad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4186, '2023-01-06 12:01:55', 'SALE/POS2023/01/4196', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf40587b3ae084be281489ddbc912df7f73393145d96d1ff87ce880a5f6e8d19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4187, '2023-01-06 12:20:39', 'SALE/POS2023/01/4197', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c71b7e5c32895ab12349833ff65d11528a34b67fde771ca4299d27da3c8f7f62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4188, '2023-01-06 13:25:43', 'SALE/POS2023/01/4198', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40675123f78048f54e51fdf263381e126727c774e1197a47a5c3e8db936d4ff8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4189, '2023-01-06 13:48:30', 'SALE/POS2023/01/4199', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3c7a68c8fb87d211f7af65181e14685307927b2c15c7fa02a008630883abd97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4190, '2023-01-06 13:55:29', 'SALE/POS2023/01/4200', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddb1681593b3d181c1c1f00ae7676a06f653cd7e353999212752870a07955dfa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4191, '2023-01-06 14:05:06', 'SALE/POS2023/01/4201', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1073abe7db3e8a258a9b35aebf80e3b149431c3ebe13f0b36efade2680ed723d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4192, '2023-01-06 14:16:31', 'SALE/POS2023/01/4202', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71425a057ac1d61a5f6182e25f5bc5030d7ed612cb097ae6ae8038d2cd000af8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4193, '2023-01-06 14:23:25', 'SALE/POS2023/01/4203', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f442b377508d59ecf76480bdab6e17195e285a0769118851ccb864e8036b6078', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4194, '2023-01-06 14:36:40', 'SALE/POS2023/01/4204', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8586e516bda449aca1f1426fe2f608a9f2f8b14cd0a559468c33bd5a65a0cb05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4195, '2023-01-06 14:56:06', 'SALE/POS2023/01/4205', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '481cfbe0edcc8bc63e2820d9fc9969f82e6f5dc416a3c98e4d6c59c2bfb6ada3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4196, '2023-01-06 14:59:44', 'SALE/POS2023/01/4206', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81e48bb28038838cbfe2d62ee64fd3ce99d8c7c431622735de606e263159c13d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4197, '2023-01-06 15:07:41', 'SALE/POS2023/01/4207', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec91c1c77100b3eb91ffe90d399ea23bffb353f0aa4421a0667abc3b84630558', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4198, '2023-01-06 15:55:07', 'SALE/POS2023/01/4208', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ecdb6b1bf25077c0519aed322a459b5375fb41f1c58a74dd04aace97f42a0e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4199, '2023-01-06 16:02:25', 'SALE/POS2023/01/4209', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bba888682253daaa862bbe5f40321430051f872b751030ddae1c63ceea1bb7ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4200, '2023-01-06 16:34:00', 'SALE/POS2023/01/4210', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edb4fc4336182580a0222bc933e6fda08e5bfd40b280ddf57d12a57bada72e5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4201, '2023-01-06 16:36:38', 'SALE/POS2023/01/4211', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7679b04f00e4081b435730b2697536991035b32adab1402941b993557f5905f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4202, '2023-01-06 16:38:09', 'SALE/POS2023/01/4212', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63d261aa7fa00dac4c26c920e21112bf50902ebd6765111f31fcba1f61a5d890', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4203, '2023-01-06 16:39:33', 'SALE/POS2023/01/4213', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '275.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '275.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '275.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28e342740153db8b3cc808b26adb54a5d5c6db003810a943c4b8f07f2f713c65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4204, '2023-01-06 16:41:23', 'SALE/POS2023/01/4214', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '46.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '860da5e9413b0afd63c3a2591e14b212d7223885f6ab7b71d8c4675993b07567', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4205, '2023-01-06 16:44:45', 'SALE/POS2023/01/4215', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ef48e755987b9eb2684f2e0e10ac6db706011f366193fafc1dd6e0b8c542b76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4206, '2023-01-06 16:47:58', 'SALE/POS2023/01/4216', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '201272078259381e76f77f8a45772f149241dd86c94abb373f4db999b757f004', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4207, '2023-01-06 16:52:29', 'SALE/POS2023/01/4217', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f28fb744b3b4c63f213626e1a8ff37d4fc98c4c57d35eefd3ea2ba244c005b1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4208, '2023-01-06 17:46:25', 'SALE/POS2023/01/4218', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44b96db52984a4c82549173d3cdba2485fdb99f6eb1d0db0fb4b080e03e317ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4209, '2023-01-06 18:04:40', 'SALE/POS2023/01/4219', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88ff2493de1dc0aabcc42a73a8de1a332a4d8f220b3f3dd425d949e0f7aa9372', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4210, '2023-01-07 06:06:30', 'SALE/POS2023/01/4220', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d9bcdfe200809b351f84861c1c8b76b3e7cf32f0183e918b00ec62b6077c981', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4211, '2023-01-07 06:32:51', 'SALE/POS2023/01/4221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cdd69d385331fed0b9968437b9b514fdcb6d35c12e304022481de8bd0802a02c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4212, '2023-01-07 07:37:49', 'SALE/POS2023/01/4222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dccad13e43a941bdbd327ccb5e8c840265747a68fc86ec4b203a469fab482f5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4213, '2023-01-07 07:58:16', 'SALE/POS2023/01/4223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a68667dafd433be4742bbbd5e83c30aa563803662a8cba7ae759482a27b567ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4214, '2023-01-07 08:20:19', 'SALE/POS2023/01/4224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41f556cbb0c4f27900e15411dc04b764eba15f48265c32c5f966f58d212a87d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4215, '2023-01-07 08:43:46', 'SALE/POS2023/01/4225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4cbc4310189ed688771378b53266961334a77bcbbfd3caca319dad1d4a8b0e52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4216, '2023-01-07 08:59:45', 'SALE/POS2023/01/4226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1590aa6ee626498dbab0976cf1ece8159e7abb1c4d973e7236a346bc5f399999', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4217, '2023-01-07 09:41:19', 'SALE/POS2023/01/4227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '934537b47c98697d9e084a08fa0abcfa9ce411f9cdd5f18e078ad70c37de984e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4218, '2023-01-07 10:15:20', 'SALE/POS2023/01/4228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e0e3c194e3a95d48af01c275555d014f95637ad82f5c1da4c9e2abec8c30b6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4219, '2023-01-07 10:32:03', 'SALE/POS2023/01/4229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffecc4879b7c630a40e4350d8e4c12246e8613da979b76aaf64a5bfd08e326a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4220, '2023-01-07 10:49:44', 'SALE/POS2023/01/4230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30c81298d6326842786101a771e10cf2d773258a8c322f28a4f7b7ac6e4e5967', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4221, '2023-01-07 10:53:37', 'SALE/POS2023/01/4231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd33ca4b7cfb3fdebc5ba21342aaee188b4c677227769d37c99c82432e89babba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4222, '2023-01-07 11:08:15', 'SALE/POS2023/01/4232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b121e32a76e2f9c71bb85f6c521b688f9de5355b1f1755ed8a72699e09dab799', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4223, '2023-01-07 11:27:30', 'SALE/POS2023/01/4233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ec42b5bb8c8f52718f67e62083622bd7630308143f84c8a606398d427bc5d6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4224, '2023-01-07 12:08:23', 'SALE/POS2023/01/4234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c923a1b7d361206bc694d18a2ec4d127423c553b8868ace3cd379cd93f2fdf4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4225, '2023-01-07 12:45:26', 'SALE/POS2023/01/4235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae672e5726b208901aa28839bbce9ce7cc0ae49fc96b43b2648dd858a4729e01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4226, '2023-01-07 12:47:09', 'SALE/POS2023/01/4236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a2ffd8ff66f7a040537e4f496d11c2eb8d56133aa72311ce93e900ed7d43d82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4227, '2023-01-07 15:05:04', 'SALE/POS2023/01/4237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3046098904b8313db2d84f38d2d55e7b1017dd69c4a7ea5753e7523edb5b7ceb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4228, '2023-01-07 15:11:40', 'SALE/POS2023/01/4238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c0bb7e38998e5195d2375eb15150812dd75be98471cac636ae00566393a370c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4229, '2023-01-07 15:20:03', 'SALE/POS2023/01/4239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7dc6596b86601e4add4aee48995053f836aef2ab329692b886c330bba96793b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4230, '2023-01-07 15:45:29', 'SALE/POS2023/01/4240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f8b382cfe7be2debb7f67564408e8bf50be73e5a9932b01cb8284f38bafa5de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4231, '2023-01-07 16:06:41', 'SALE/POS2023/01/4241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85053f16f09fa4af50cca16fc182b8df8d18acfdc23caf61bbf18eac5b4a3dd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4232, '2023-01-07 16:10:17', 'SALE/POS2023/01/4242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da06a8aeaa4827bf785230a0ff7c846e9bc34c049ee267527a8da6751a576de3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4233, '2023-01-07 16:28:31', 'SALE/POS2023/01/4243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'deeaec1ef390d28d0210f657acd27a16cc4a86ead3a3574e5c3afe7c0a5cb0d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4234, '2023-01-07 17:06:32', 'SALE/POS2023/01/4244', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '45.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a34f3d616e10c49e784d505d6d6e646df2b226e4f66ffa5be26eef3ece8ae641', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4235, '2023-01-07 17:19:07', 'SALE/POS2023/01/4245', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f0aa641e6b7c0ad71f8ecb9247761ea583e88d16bb2510f9559892d30141af1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4236, '2023-01-07 17:20:10', 'SALE/POS2023/01/4246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bea6264a81e3e0f10cd0dc8f0e28c65778360f6fb65909c0eb588c5eb35f036', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4237, '2023-01-07 17:25:53', 'SALE/POS2023/01/4247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1b7b5a443eea9bef058c100d5b57f7bb30ec8df36e1c048c647eeb3f524fdb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4238, '2023-01-07 17:45:50', 'SALE/POS2023/01/4248', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a308605909e94baf0921acbfc7e777f4fc719dca72b5abde6af3e1f42f0784b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4239, '2023-01-07 17:50:29', 'SALE/POS2023/01/4249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3737e6eb13ce1a395cb7e1e2c479c5eb78c15a435fe66ba408666c66e6920460', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4240, '2023-01-07 18:02:57', 'SALE/POS2023/01/4250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '119636b98984969b020b684065ae35330ba2f26ecddaf520bb1c4008a7cd0a8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4241, '2023-01-07 18:27:25', 'SALE/POS2023/01/4251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36a2616207a8a509a07fd117c61daf91abe7a867789da2e24c848fadf22cf964', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4242, '2023-01-07 18:27:57', 'SALE/POS2023/01/4252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d0243ec0687a1547055c359d190a3b5967d7c9bd2fa517b422eec3eca02eb83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4243, '2023-01-07 18:47:50', 'SALE/POS2023/01/4253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de20544b68334ce22ecd41a0cc741a80a1aa3d41325dda09993d2aed4dcc9ffd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4244, '2023-01-07 18:53:38', 'SALE/POS2023/01/4254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '570a12da37d03407090cbbffd9ddf7eb608d74c60af2a423a5b3068a0f91a06b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4245, '2023-01-07 18:57:55', 'SALE/POS2023/01/4255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd41f6ab5715ac40435edf246f4f944dbe316442ef269cbd7011aaa68b4a26a09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4246, '2023-01-07 19:11:11', 'SALE/POS2023/01/4256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e53bebabc5bc9cd14e85d06259b3a913160c6421a65c11d4b242bf6834c3ec5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4247, '2023-01-07 19:17:19', 'SALE/POS2023/01/4257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '659ee47bf79ac1da4d57524ba0a32728987a3bbdf92f1496f5113c9c82806de8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4248, '2023-01-07 19:44:50', 'SALE/POS2023/01/4258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '343456248d75dca644b01c9c4cc17be07a95ebfc3d421e1eef8c8c6515d383d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4249, '2023-01-07 19:47:41', 'SALE/POS2023/01/4259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e16ae0b0b85c8ce195b6856c3b3e3e700ccf21db67b56a28181a12ca30811b38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4250, '2023-01-07 19:48:57', 'SALE/POS2023/01/4260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbd109cf45caa24d3bf492b64965683ce5374591c131e934ee99ff8330a7eda6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4251, '2023-01-08 05:27:59', 'SALE/POS2023/01/4261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b5d4b88bca96b7e46555b97a09c87a302dc79a85e4257e587b52f802cdc635f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4252, '2023-01-08 09:23:22', 'SALE/POS2023/01/4262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11a859d9a6ce54c683bd3b4c3f8283e0d7e8b8c46a0cf9a5f10ec13bb88c23db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4253, '2023-01-08 09:53:12', 'SALE/POS2023/01/4263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e1fa467d53d53e800e51390db8a5b246cfb6ff1b98673f2c3b24f7920f048a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4254, '2023-01-08 10:24:00', 'SALE/POS2023/01/4264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fe9f972a6bdbc40e543c376360fbe58698fc747d78007255bb497981a40c9e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4255, '2023-01-08 11:27:37', 'SALE/POS2023/01/4265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5c0d24e611ee3b8b634b12f90756a659259e0a4f1eaafa00d71cc6a8288b057', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4256, '2023-01-08 12:06:35', 'SALE/POS2023/01/4266', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4eb5b8f2a47eebf40f197ac477fb31c8f0bc16281e38a051b50864e4babc17c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4257, '2023-01-08 12:09:33', 'SALE/POS2023/01/4267', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb870744469f4e1e7bf441942504bb334273f6e7daed051f3f12dd2f6a9f3b9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4258, '2023-01-08 12:10:42', 'SALE/POS2023/01/4268', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba772e1553175aa9e50d452c8a39e9a4917c98403ea94f21c5ef4825e208388c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4259, '2023-01-08 12:21:15', 'SALE/POS2023/01/4269', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7afdb269c2f940f4404e033bd80a0032c53412f017b5f8bb089f63a2402fee01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4260, '2023-01-08 13:27:34', 'SALE/POS2023/01/4270', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4dbb3bd14f080a1e75d6df25157f33014ea208b0590b846ece3daa41b0dfa7d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4261, '2023-01-08 13:34:19', 'SALE/POS2023/01/4271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c4eb63f6bb647d7f899f9e571a505a1770d574534f26e210f81f46867056de4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4262, '2023-01-08 13:42:52', 'SALE/POS2023/01/4272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b90dcb6f6e5ee82ca7cacdbf3d932d90c8e2ebeef367c285353ef727e47ae23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4263, '2023-01-08 14:14:37', 'SALE/POS2023/01/4273', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2dfe8b716bd0a3d86274e68c02d57f21343a12f0f94bea4bc783df337b90f677', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4264, '2023-01-08 14:24:20', 'SALE/POS2023/01/4274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed3c9ce116da02f8e7bc9142865f7a917ab469e3f5f4a3f726eca20c05a916d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4265, '2023-01-08 14:41:17', 'SALE/POS2023/01/4275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bb4461689f36afc48800d6f7d0bc9bfefb657191d7dad8d4b72a340c2e47d79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4266, '2023-01-08 14:41:42', 'SALE/POS2023/01/4276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecbef6eb7b66ea289f3d9317ebc0842cd24badfff9cbbc05834d7bbaf0b0dfe0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4267, '2023-01-08 15:29:04', 'SALE/POS2023/01/4277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dda3cb1066e2a48a2ed7478e228e63a1bc212ab6f9efed178894117c72e5202e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4268, '2023-01-08 15:43:31', 'SALE/POS2023/01/4278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75bbe25fdbde86fb67c523825b106a884aa9354ad74a1108bf28f7de2d6599e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4269, '2023-01-08 16:21:13', 'SALE/POS2023/01/4279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8d4c012a3cf5e107d44a6654dd1fb1969da5bb6a0b30dd4725ab7cf3164b16b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4270, '2023-01-08 17:29:47', 'SALE/POS2023/01/4280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9325bdab5742dd22a75cd83c9ab1e71b800b638bb51774da1d95f401a30cd9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4271, '2023-01-08 17:31:23', 'SALE/POS2023/01/4281', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d92fd6408ca43c5a4f7a97453e70f7f006d843eecdf700687fd005a8429e297', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4272, '2023-01-08 17:46:32', 'SALE/POS2023/01/4282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a2ff3a984fc0ee1afed937d38a0f6db2cb3ef1547ca89b53c882a1525019bf1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4273, '2023-01-08 17:49:44', 'SALE/POS2023/01/4283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d2753a978b499a2867d3fc440a7a974f6f74976158eb4f8374bed087fbadfa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4274, '2023-01-08 18:05:15', 'SALE/POS2023/01/4284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '95.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8293db8f01489727c71310dc383e66f054f1ead14250a14d5069403692811c89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4275, '2023-01-08 18:39:57', 'SALE/POS2023/01/4285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a593af95d25c3419c53fb04540651cc1b197a0331adbee1be58c35c9a5d4447d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4276, '2023-01-08 18:47:29', 'SALE/POS2023/01/4286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2c65851e0119022d8b9ebe77fcc64d1cec6dfb258355bb65cbc900388e19f23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4277, '2023-01-09 05:37:49', 'SALE/POS2023/01/4287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e09e6f08498d255f38222161321545e4c25a86cda574682e442404cfd309a23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4278, '2023-01-09 06:41:17', 'SALE/POS2023/01/4288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ace7f87f38efa63e08da20640dc52289c760b620b085da3d604c59c4596b5aee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4279, '2023-01-09 06:44:17', 'SALE/POS2023/01/4289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97b825b408c6513b98a6f1830ce4d1190319dde19256951d7837deebbb6f2d7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4280, '2023-01-09 06:59:34', 'SALE/POS2023/01/4290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '26.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3b750c661ddf6a86901ee3395c84f6bbcc443b9cc5cc26320349f4d9df66d8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4281, '2023-01-09 07:12:58', 'SALE/POS2023/01/4291', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '455affe0995e2bab6c1b124752b4c40c14c23dbe94da9ec71f22430fc147867d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4282, '2023-01-09 07:27:47', 'SALE/POS2023/01/4292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '226832f65ab398901b309cc4bad8c9f51d5cbb57c91f77ed391b6df8c9c6645e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4283, '2023-01-09 08:11:42', 'SALE/POS2023/01/4293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8806ba9c195558f96deb0413c193a8b79976f39446003e79812c594e75d5b79d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4284, '2023-01-09 08:15:56', 'SALE/POS2023/01/4294', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd379c985723e75605b0302fcf71d67cb6b13c71a134fd3bf29107188b5c1dfdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4285, '2023-01-09 08:25:31', 'SALE/POS2023/01/4295', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '783e0246d5ecccc1b68071bc2d1cc7f06d10eacbbee7da7be290e0028373d60d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4286, '2023-01-09 08:54:25', 'SALE/POS2023/01/4296', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d3f8b906dfd13be3f61e192376d74375d9b32d524c700603b7d97570376ad8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4287, '2023-01-09 09:43:35', 'SALE/POS2023/01/4297', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7324d640e14330b4d0d9e556a06870f443da255174f1f4c0d635144ca3e8110', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4288, '2023-01-09 10:06:24', 'SALE/POS2023/01/4298', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02b9104b9d24a20c0767ddd2f873aa80c7af17fdf831a57e883ad04dfc58419f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4289, '2023-01-09 10:21:02', 'SALE/POS2023/01/4299', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1fba5f5ebca6dd80502bb3ed68470e86a4e81b8482a2fc096fa36b2a6f14848', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4290, '2023-01-09 10:22:04', 'SALE/POS2023/01/4300', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5e7e239627170e528eeb029d2eaf000a07bf715279459daa3cb2b03426ad06c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4291, '2023-01-09 10:38:18', 'SALE/POS2023/01/4301', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '92.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1db99ad65d7046244bd396ea99fc46aff111868e1ea21e2ef2e436c06d62b869', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4292, '2023-01-09 11:22:49', 'SALE/POS2023/01/4302', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e53f6adf42ff26d4ddc03270d9ad58f408aa94b8b323ee59c7eaf2021b7a4ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4293, '2023-01-09 11:23:45', 'SALE/POS2023/01/4303', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90af198149a049506e92ff610523eb919a438d932ef34ea6e17d6109ed613b20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4294, '2023-01-09 11:36:51', 'SALE/POS2023/01/4304', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a717320332ceee34f48ca5b03c776435b70b93b872c5e6c26b6c4845c6d0d6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4295, '2023-01-09 12:36:49', 'SALE/POS2023/01/4305', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d077cbbe37becac470fcded21ba3da2efaff5144f62e3305863e26b4fc45c53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4296, '2023-01-09 12:50:16', 'SALE/POS2023/01/4306', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c70b7a207fa2834d5afba34bf514e4b8a0bb9cd651ccbf3e970be95f6d28cf37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4297, '2023-01-09 12:56:00', 'SALE/POS2023/01/4307', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, 8, '2023-01-09 14:12:44', 2, 1, '24.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90e2b3677ffaadc1bf92ab40a6b9dd631f005b85acb5063595790d2d793a5fb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4298, '2023-01-09 14:25:13', 'SALE/POS2023/01/4308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32619f82c6dc455a0d429ed4e03bdcf4b199a3965e9c98e9e354aa666c634410', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4299, '2023-01-09 14:33:25', 'SALE/POS2023/01/4309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98154be4e445cc093d674726fb00012c69e0546374bf2883372da47a2e3f8324', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4300, '2023-01-09 14:37:12', 'SALE/POS2023/01/4310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1eee6ec20ecc98dedbb9b7be87c7ad7b7bfa7b0b2714a56d39887fe6b65d9032', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4301, '2023-01-09 14:54:38', 'SALE/POS2023/01/4311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3994aba506ee2f849049c67ee6293f663bd209f5c3ab31353fee6485754bd12c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4302, '2023-01-09 14:58:30', 'SALE/POS2023/01/4312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '881e62df11dde11b26d093a89d785f3f611b721299944794fedf9b1302de6e22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4303, '2023-01-09 15:22:12', 'SALE/POS2023/01/4313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9918e8ecb6db455b93909f20ab947df1bf00a9acc9220935cf1d38ea346085cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4304, '2023-01-09 15:23:32', 'SALE/POS2023/01/4314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac99fb486f90fca9f85fb70d8d496ec0f237c1af2ad12f23de9d0f1efb92dad6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4305, '2023-01-09 15:27:53', 'SALE/POS2023/01/4315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5399cacd6d250195aadbf1573b272e09432b544a9cd90f1d6ea7b40fafdc07ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4306, '2023-01-09 15:52:25', 'SALE/POS2023/01/4316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55a6b13893348abb39311bdf80b75bcbe3dda91d9532ed35aeeb3f1784619db2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4307, '2023-01-09 15:55:08', 'SALE/POS2023/01/4317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6020ecbe619603779e0ad261ede7ab966dc7f722f0d5e45f71757dc17b2ad2fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4308, '2023-01-09 16:03:34', 'SALE/POS2023/01/4318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26bab492e11b7fe59ce3d7d31b033f9e44ac4e9d319191b9f2324fee0a38046f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4309, '2023-01-09 16:10:34', 'SALE/POS2023/01/4319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a392387ad322e521d613ac93d37660f4ab652f7f03fb21afb513ab3eb59fbf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4310, '2023-01-09 16:21:54', 'SALE/POS2023/01/4320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '958a516d72c0ba8926985fb53e02f8c23ed0876b5edad4d40cbeb9c6036ba310', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4311, '2023-01-09 16:22:29', 'SALE/POS2023/01/4321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e77936b405f822d2fc15ec9ce5e95a415b79dcf4f5522051840e23101e32660a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4312, '2023-01-09 16:41:59', 'SALE/POS2023/01/4322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6118c85ce33832a07ad098183bd67fcfb47e09d2e0a167d237e05e801072eb4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4313, '2023-01-09 17:27:00', 'SALE/POS2023/01/4323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbf4e72373c08c0f95a928bd23b01ffd8bcc64fec058bdecf6c9ea7e729114cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4314, '2023-01-09 17:30:46', 'SALE/POS2023/01/4324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '480b60bc0ac235d29686b09aaa56983b1e2ab682ad985d3e82f7e7f04f2cec44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4315, '2023-01-09 17:36:39', 'SALE/POS2023/01/4325', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c80fffd73d0a5b8b52f37bc43c8fb8ae0e7b3d5942cd9517725a30963a2e5630', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4316, '2023-01-09 17:40:07', 'SALE/POS2023/01/4326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2046f5f93b326866cf3befd6e574554b548bc4c103d97b8694c74cd22255ec7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4317, '2023-01-09 18:35:52', 'SALE/POS2023/01/4327', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83fce4a935f134e250505ee23e9b27524c532ff77434e39c20cf8f86508877ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4318, '2023-01-09 18:37:40', 'SALE/POS2023/01/4328', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cadb8110e671cb0b75d5f667e1dc8f1d0ce51e5dba03fc634b66623df55b484', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4319, '2023-01-09 18:54:07', 'SALE/POS2023/01/4329', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ca1a0f77ca51198ba3b2e21b0f4b3e0e3aa39ede89a08cc8c8e64b7455b3809', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4320, '2023-01-09 18:56:32', 'SALE/POS2023/01/4330', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2143f9ab3764d70aa5b5a868162730ef03d2ddc16ab356295cb6ba5cbe152fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4321, '2023-01-09 19:11:51', 'SALE/POS2023/01/4331', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b480827637fcb1288f816d74f0439fa35e31e45de691671720cc10dd6c67b587', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4322, '2023-01-09 19:24:13', 'SALE/POS2023/01/4332', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd663be134187b811762f26fa3bb89508ff2d06e372b8aaf99ff5442249f3ae44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4323, '2023-01-09 19:27:57', 'SALE/POS2023/01/4333', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a588a90b7c736497d8ea6b4d1bb3bde55b6781a12e77d803f395431b1a1da7b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4324, '2023-01-10 06:12:08', 'SALE/POS2023/01/4334', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3874ddf6a5f653df341146e5a2003fbc44926a6ba0e15899d4173a386a1454fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4325, '2023-01-10 06:16:04', 'SALE/POS2023/01/4335', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8000ef30701985c4105040aef322b2fe0016fcd73c75865352b416f9cd2736d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4326, '2023-01-10 06:26:22', 'SALE/POS2023/01/4336', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5922518c96cc57bc7f4d1973176cd3fa4212dd2204ce25246243561ad53cc73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4327, '2023-01-10 06:27:02', 'SALE/POS2023/01/4337', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '866a693313a2e58483cf67dc887d56ae8ae16183dc17079ebd352c507fcfd772', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4328, '2023-01-10 06:27:29', 'SALE/POS2023/01/4338', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '668a80c5c0e377c2375c48a83ece27557986846a71e2da2936d016125c2aaca3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4329, '2023-01-10 06:28:11', 'SALE/POS2023/01/4339', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13c123ce3276941b701c630772d3113ba733c64071ebda6f94651ba14e743aa1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4330, '2023-01-10 07:18:34', 'SALE/POS2023/01/4340', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41153e5f6ab90178eb68f538a350ec02e9e96d12b8699a53fdb968fade804ecd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4331, '2023-01-10 07:52:29', 'SALE/POS2023/01/4341', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2471851d3b67bdd2edf6b7c0f33a01458b1507e02b39638a975c3d289c418e42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4332, '2023-01-10 08:34:01', 'SALE/POS2023/01/4342', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 50, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b7c8a4035d5445d33434f052e2b1de1ad29d16cbc4a992a8fd2fb4bbc39681e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4333, '2023-01-10 08:51:25', 'SALE/POS2023/01/4343', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec46246694eb06911d89f77c9d76c7a5657ed4cb341824f27f4dcb0c24243475', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4334, '2023-01-10 10:43:50', 'SALE/POS2023/01/4344', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95472607568735cc74658514d882e05561c9365163b49eb97c936f0f602e1bdf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4335, '2023-01-10 10:46:39', 'SALE/POS2023/01/4345', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ee0df4c32a2b484e50fc9ba8590b6bf6a556231b94cf58f0c23a79db6b4b63d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4336, '2023-01-10 11:33:13', 'SALE/POS2023/01/4346', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10ce38ae8590632dd55e24d83f97cf4da49526e3a0979c3aabee5f429b8d1c91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4337, '2023-01-10 11:42:39', 'SALE/POS2023/01/4347', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97f560ca9aac6516ac1230c4341f2b935667175a87190abc3e5c1ebcc6a6a130', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4338, '2023-01-10 12:04:59', 'SALE/POS2023/01/4348', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59e9585e3e2da1bf9413f6bcc3e75880e0b8607616baf79605b5e9f285f95f31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4339, '2023-01-10 12:18:07', 'SALE/POS2023/01/4349', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5963090ee45c12128ee24fbfbd9f84be8678ac04608b57e50610ae49bb539cad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4340, '2023-01-10 12:42:08', 'SALE/POS2023/01/4350', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acf896fe6f082a1fdb2c40f681223f9314c89401e40a060249e467c938143968', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4341, '2023-01-10 13:37:12', 'SALE/POS2023/01/4351', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56f6a9fc5be3c341bab1bbd71287acdc3222881163889efd782e96cae722db71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4342, '2023-01-10 14:07:41', 'SALE/POS2023/01/4352', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd0b89e26fc5caf425b4063c88dac4964573a139859c39158b30bb4bfb6cbd24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4343, '2023-01-10 14:54:09', 'SALE/POS2023/01/4353', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb2b73403b6251c413a6ddfbdd6f6d962bec01aae40ba0e1de86793e3bb9ad2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4344, '2023-01-10 15:22:43', 'SALE/POS2023/01/4354', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1584536fa4d428dbd76b074f4054ab87c926fa25bd111abb61cdff23c3040b1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4345, '2023-01-10 15:27:03', 'SALE/POS2023/01/4355', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '199b657af74b2094985a2be8ec89ca935ae50aec2f892dac3a733d7b02a76c36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4346, '2023-01-10 15:32:13', 'SALE/POS2023/01/4356', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdf16740f23fc5b25cb95bb6b9b90680336ea1ca3e726b4bdde069d993bc33af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4347, '2023-01-10 16:29:41', 'SALE/POS2023/01/4357', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ca390d0a04d0fd1f237ea460f9533241dd0a6b7a44398bd8bc2f0a726f6f59b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4348, '2023-01-10 16:50:19', 'SALE/POS2023/01/4358', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b1dc5ccd70e210024a224c177eda05b8063bc17f1cf92775c3d818840536a1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4349, '2023-01-10 17:19:14', 'SALE/POS2023/01/4359', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec449f54419071a9cb11b699dc3c79f173dcbf83c84e786dcd1001e2ec50fa2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4350, '2023-01-10 17:36:22', 'SALE/POS2023/01/4360', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '255792b92f1005bb391204ba2defdbbfd532719fb785681539eb35ddd45514d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4351, '2023-01-10 18:02:22', 'SALE/POS2023/01/4361', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecf7fb0b2540a445fe5579ee03df0b77ce7d769c987d6070f59f93640ec286fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4352, '2023-01-10 18:32:07', 'SALE/POS2023/01/4362', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd54f27f5db6aa4299dd143d3b483deb0f77582230b7453f01b7e4e8d3304c4f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4353, '2023-01-11 05:25:17', 'SALE/POS2023/01/4363', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85c195b434abd6c69085960a77aaf5859309085ef7d7dccfbf83bab065a82381', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4354, '2023-01-11 05:38:05', 'SALE/POS2023/01/4364', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '104.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6447d11b4e79c03d04f2c80676239249ae8d02bd7a59f403f9c3909822152f53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4355, '2023-01-11 06:16:34', 'SALE/POS2023/01/4365', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57750cd05b63813c000ebdda54316e0f96d90408d478529c6ba1d7165e35b354', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4356, '2023-01-11 06:35:33', 'SALE/POS2023/01/4366', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a40847c9718b5f5a3694723212e58eb32425cced39030f458e5cbb582b8ee24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4357, '2023-01-11 06:36:36', 'SALE/POS2023/01/4367', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b07a85ce90c1bb1012f2f43ed934fd25452efb36d6e40a7b49430fe05a86f9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4358, '2023-01-11 06:38:16', 'SALE/POS2023/01/4368', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '383b5025eb28b60350c84764decf06af4d3b1dc5927b3f8a433e6a7c5d03e06e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4359, '2023-01-11 06:39:24', 'SALE/POS2023/01/4369', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08aea512f979263a15665872db195381e35132ae48a02c3abe4926c9cb944a92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4360, '2023-01-11 06:42:22', 'SALE/POS2023/01/4370', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '388.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '388.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '388.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83b89300754f98bee8e97da78a9edbb5aec786bf25d370527d749dffb3eb9713', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4361, '2023-01-11 06:43:06', 'SALE/POS2023/01/4371', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '279963357e52478e8d6a7e2c18b47a6de3254038ff9b8c89bd7a7a8efe598073', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4362, '2023-01-11 08:43:56', 'SALE/POS2023/01/4372', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b5deaad50bf419c67d8a03735031a2841a5be3a9f181777a13aa15f44d580ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4363, '2023-01-11 09:19:21', 'SALE/POS2023/01/4373', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b386925759784f96d18025207017e84b40bb411960e7e833c898f5068ca03b2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4364, '2023-01-11 09:25:05', 'SALE/POS2023/01/4374', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87890544621eebdc1e094c4605bc1bb9713b85949ef10e3a26d8b1f507df6211', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4365, '2023-01-11 09:34:56', 'SALE/POS2023/01/4375', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52db5692748deae9e239a9c1295e7e424f35a8a3ac179475eb774b59650305e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4366, '2023-01-11 10:08:07', 'SALE/POS2023/01/4376', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4e5a7ec87896e89138cef777713c609fe0bb1a23f1cb8b8c0e7a38064d90ea4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4367, '2023-01-11 10:16:55', 'SALE/POS2023/01/4377', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89908550f8891ed91e4d1ecdf76060c1474b998106605a9e8f9b31830a4ccf7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4368, '2023-01-11 10:43:50', 'SALE/POS2023/01/4378', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a127f7560d30a3f935093c1ae76becd221861d4c42df93a413c380fbc2c4effc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4369, '2023-01-11 10:57:01', 'SALE/POS2023/01/4379', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8b85af75481c5b21ef982a70270ecbf62103d84aed176a5462e0f29905001b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4370, '2023-01-11 11:08:16', 'SALE/POS2023/01/4380', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b399f65b29efad4cf19f7e4a65cc2f1cce331fea657db99cf38a201d383d5fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4371, '2023-01-11 11:11:43', 'SALE/POS2023/01/4381', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58d63a745636ad190c8637ae530d6f8f66c69c884c2d73260a45c3551f1e7cb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4372, '2023-01-11 11:13:41', 'SALE/POS2023/01/4382', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb5a9e850c964d362fbf56fd56bdf1ee8e428d79f7ba02baf77d673a95fdfc38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4373, '2023-01-11 11:40:00', 'SALE/POS2023/01/4383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9eef124cc53b3ffbe9077101c93b5af1da8bb7a56e51f99b0de9897faf400abf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4374, '2023-01-11 12:06:53', 'SALE/POS2023/01/4384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3051e18bf82436aa1677f5c0f3227e8797da37b07bb1f25137857bebd34f161a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4375, '2023-01-11 12:15:25', 'SALE/POS2023/01/4385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed3119ff57bfab1fe01aa001cdde10bb70ac90b03dc997b5994a00383e86c3ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4376, '2023-01-11 12:49:54', 'SALE/POS2023/01/4386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cdbb73a521ef6e1149dde98c435d52ab023fca4e7c540a26067c2c00bc548802', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4377, '2023-01-11 13:10:32', 'SALE/POS2023/01/4387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b074c8239931de3552c2c4a8a3f58a6ad00fbf4c98b8f3a4260e606d2f325e27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4378, '2023-01-11 13:11:14', 'SALE/POS2023/01/4388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfd0d9c1ef9471c1f130ec820448281e89f83092f1d9c62f3fa9cb2c404c8a5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4379, '2023-01-11 13:22:57', 'SALE/POS2023/01/4389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e51c0aa8ba018e5347f2d397bdb74a8ed5006062110fc4752c4fcc2ef79ebae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4380, '2023-01-11 13:34:10', 'SALE/POS2023/01/4390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3bb2c385122dc4c23cc60eb1edf930f40e15a3b524cd7baebae31ce91d1cdd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4381, '2023-01-11 13:35:27', 'SALE/POS2023/01/4391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7029761ba1eac149b865ad696406f999705b0ec9bb06199f306d7ec695855d53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4382, '2023-01-11 13:38:35', 'SALE/POS2023/01/4392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51798d9bddd908c0738d55949ca89579606e68467e98b68cad52c24a15275d36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4383, '2023-01-11 14:14:46', 'SALE/POS2023/01/4393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbf19be5c46c6d16801c7167258f9fec67466bdfa60ecd8db314028d4f1b86e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4384, '2023-01-11 14:34:00', 'SALE/POS2023/01/4394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7713cc80dacf22f6b79d71a64824f51de6c8bfaaa7c6c820fb204ba116bb3785', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4385, '2023-01-11 14:37:08', 'SALE/POS2023/01/4395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c954c916432dbe015e9486021aa385ce90ca1c2df10ebed21b317f949fbbe35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4386, '2023-01-11 14:49:57', 'SALE/POS2023/01/4396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31f964e84063615b1a6ed50d33554c816b7dffe8605e731b2b2bac1d37d87428', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4387, '2023-01-11 15:19:23', 'SALE/POS2023/01/4397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b2fb8d0c868f412d35c2a1cc76772b642b6458c5e7eae533335cded273193db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4388, '2023-01-11 15:37:50', 'SALE/POS2023/01/4398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '567d5c135ba7d9608eede93ee6262d3bae8c22a46d73239bcfc5e849a8f7e20e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4389, '2023-01-11 15:43:31', 'SALE/POS2023/01/4399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06bc113a470f5288fc398c9892000c3986d165061b4b8f2b84b1543ab1fa694a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4390, '2023-01-11 15:45:13', 'SALE/POS2023/01/4400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30c530b2d63f452be9cb50eafba631c20e1c646dfa223eb02de04fb9f83b0070', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4391, '2023-01-11 16:00:13', 'SALE/POS2023/01/4401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2de6a8e3c562f7ce7a97995aa41362701d6849aee225909b3243c9069d8eccfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4392, '2023-01-11 16:03:46', 'SALE/POS2023/01/4402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '890291ccd5d7e7770a2e0e9cde31cbcf8e6dc624120f5aca8a7f839f4e3a530f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4393, '2023-01-11 16:20:26', 'SALE/POS2023/01/4403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53d78eeee6599f9cd07de2297945e118b25cefe4c7df7a641548bea46746e996', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4394, '2023-01-11 16:33:52', 'SALE/POS2023/01/4404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6fdbbfddb9b8b4b96f190384a03e191a71fd389667931cb006811da4d291298', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4395, '2023-01-11 17:14:10', 'SALE/POS2023/01/4405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f746e53815e5d559c9629bc5bcfa42026295b29db96b73246f2516e2dae2f60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4396, '2023-01-11 17:25:10', 'SALE/POS2023/01/4406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '029be7336fbfe26f9ef865412510eb3fddd6d8eab45acd8acfe7c9093a20ecf2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4397, '2023-01-11 17:26:25', 'SALE/POS2023/01/4407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb930501538a5973fbee17e8f2e01eb169432b91fd43d989f8d22651d8dec240', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4398, '2023-01-11 17:26:58', 'SALE/POS2023/01/4408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddaa560aca4516cd9a131eebf83903452e206a5644574fb7a8e777a208f29d71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4399, '2023-01-11 17:37:44', 'SALE/POS2023/01/4409', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7da6a21e3cb4f09e65997a734231549b14310289876a53546e6398347445d2d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4400, '2023-01-11 18:04:13', 'SALE/POS2023/01/4410', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31f684870981d75a1caa4a01872cf743370b5b7bfd3ccb3e70eaafe55ce528e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4401, '2023-01-11 18:20:17', 'SALE/POS2023/01/4411', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39d70b96d944d211048dcfb4baadb32af5eb91a79824cedb5b59f4cf1bfd7315', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4402, '2023-01-11 18:52:43', 'SALE/POS2023/01/4412', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d0a62398465af9e1ce96f4c7aca09db1557989446c12268d168e4e4a6b58169', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4403, '2023-01-11 18:54:39', 'SALE/POS2023/01/4413', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b96a044d25a2be0e521a140cddd995afcc86aaf7fa0b9a7402f6b52c6f34030', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4404, '2023-01-11 19:30:01', 'SALE/POS2023/01/4414', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b15fda72976741c63533c86d8c9c0fcd579bfaafbc59ae3a6d48b0df987a8f3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4405, '2023-01-12 05:35:27', 'SALE/POS2023/01/4415', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61ffb362c410253a9aa3daa540e45e86dccd3cd188cc5c79cc33957654042092', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4406, '2023-01-12 06:22:26', 'SALE/POS2023/01/4416', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3046ed1927ae51ace2cf0815935d8695410f8ce52598c853fa1443bde315dbb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4407, '2023-01-12 06:23:34', 'SALE/POS2023/01/4417', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82f840fb63dbfcbc52725b58547492f65515b3b9ce41dbec6c1d2a4cdcf7f35b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4408, '2023-01-12 06:24:14', 'SALE/POS2023/01/4418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4dff3808a0788ffde15613082531ccd9b8bb3b7c099c70bec71ef33650e4ff86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4409, '2023-01-12 06:39:51', 'SALE/POS2023/01/4419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a212848a3637e686034378b6fa551fe5820dc7028cab422fd57eaf631efcc11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4410, '2023-01-12 06:53:28', 'SALE/POS2023/01/4420', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc157dbe88dea2fd45cf2e21ba76f5cf8d8f918e2e9878de223be848620063d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4411, '2023-01-12 07:16:48', 'SALE/POS2023/01/4421', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1909f052229228cf7c504369e5ad2cce010f2e56d3c5239c3bc0369395b7ac84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4412, '2023-01-12 07:18:15', 'SALE/POS2023/01/4422', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8be8b1ddeef81eaacbe738e51e93afd04320328ca25b57041bf8ce1990ae1289', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4413, '2023-01-12 08:38:53', 'SALE/POS2023/01/4423', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c529b0ef1029e4ea9ee20eb1efd4ad6df95bb624bb3b797685dbd49d7d2d11e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4414, '2023-01-12 08:49:19', 'SALE/POS2023/01/4424', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '206.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '206.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '206.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49c07ae93536c95a2172a48be939cde8169536c756a8bd56bd4f2f32f97f1279', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4415, '2023-01-12 08:52:01', 'SALE/POS2023/01/4425', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '138.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '138.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '138.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2d51b6a9d7d8a801d734c65548d867dc2c73fd36ebd3d42033b8893058f03e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4416, '2023-01-12 09:11:08', 'SALE/POS2023/01/4426', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c008e34f162e23d27ccd98e2ab8cdfb46cc2a8cd1820681ec5e8d141ff43bcd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4417, '2023-01-12 09:26:25', 'SALE/POS2023/01/4427', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2aa679a0f8c615483aba7e3dcbf6d674eac2b34184ed7cdeb48b973f4238b11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4418, '2023-01-12 09:28:07', 'SALE/POS2023/01/4428', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d61f6ef29c6f8169861023d13dad25386e7c382190f0b9b308dc08fd96906bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4419, '2023-01-12 09:30:36', 'SALE/POS2023/01/4429', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70db84947be43ff84c61ce8988bd5172d07314fb5a4164c5c859101de36da435', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4420, '2023-01-12 11:14:59', 'SALE/POS2023/01/4430', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fa85904408c7e2964d1156693992cfb85b4c5d86ab00ea4f926bd3ddb9f6c09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4421, '2023-01-12 11:43:58', 'SALE/POS2023/01/4431', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '542af16d53eaf4386ba964702442b0d0488b47519dd88d80ec3756fac68a6d22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4422, '2023-01-12 11:58:46', 'SALE/POS2023/01/4432', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c618719d27591ad9fb40d10ce2379c0a94007af77fb6aef3d4980b907be680b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4423, '2023-01-12 12:20:52', 'SALE/POS2023/01/4433', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9362782f75867f816e9a641dfae16073ed4166187b09f297f6f8f1f25f497fa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4424, '2023-01-12 12:36:41', 'SALE/POS2023/01/4434', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a79606c5d0e07081ec634f9a0e3740e72ebe52fb56be47aabe35321684e29d34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4425, '2023-01-12 13:05:23', 'SALE/POS2023/01/4435', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2e2dc7e3d4cd0fee5a661a52068edabf86438d487013ff127cc48827393b578', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4426, '2023-01-12 13:27:37', 'SALE/POS2023/01/4436', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31beae49506dd363ed79fa65bc148801fc87f7fe762054d85c403cefeb7b45d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4427, '2023-01-12 14:03:45', 'SALE/POS2023/01/4437', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7c609e87696774544eb5f6f8b92b39932db2a5e4e3f4ff6189bbe27a4ec9a19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4428, '2023-01-12 14:28:53', 'SALE/POS2023/01/4438', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d6e237886b1f6409afe834e588745e1abe6ec6c8f32643f3403daed06ec907b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4429, '2023-01-12 14:51:46', 'SALE/POS2023/01/4439', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c37da9e119d113c1e86a2fe1659e27a4181af3708e134c1666808ccda8f7010', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4430, '2023-01-12 15:19:53', 'SALE/POS2023/01/4440', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d870915d78297f5bdd496323bc3fc0b0367e24a25b22c07b0ebc8e0ad8b6ca6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4431, '2023-01-12 15:27:35', 'SALE/POS2023/01/4441', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e6647b3d746d541e45986263958b55f965579234fb4b7bab5fea23f18c6bebc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4432, '2023-01-12 15:29:19', 'SALE/POS2023/01/4442', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4358c67b7a79bc019fe8dfaf48b7455622ffd351c398d7be0b1777b7788ef888', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4433, '2023-01-12 15:30:29', 'SALE/POS2023/01/4443', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56c444a6a6b5e478f387d08e4e7cf9309ed9877e1b1b5d88b6b4d8afde29fcfe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4434, '2023-01-12 15:43:45', 'SALE/POS2023/01/4444', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01f0fe99bce268846e19452f0e10c0249e1ee4d6800af31784527487e3b17b80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4435, '2023-01-12 16:53:28', 'SALE/POS2023/01/4445', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b68a17ee604119192d42c5938d20ca17b1660191875b54e9ed7db6d21622993', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4436, '2023-01-12 17:08:26', 'SALE/POS2023/01/4446', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85586b84781ec3d6cc3e29780afeefa2177d44d1158baae6eec6405a5b981632', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4437, '2023-01-12 17:28:46', 'SALE/POS2023/01/4447', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e072d812b6772372da19c26e7e0b5df6ab26cc06b965f6bf94981eceb08b38ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4438, '2023-01-12 17:29:16', 'SALE/POS2023/01/4448', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7e54f17cbc0f5507ecd00c14137dc00b66575563b678f310dd4baf39d583a59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4439, '2023-01-12 17:40:30', 'SALE/POS2023/01/4449', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6119a4ec90075fa3dbe49b523220bc324f27e3e95ecb99b1377625249aa4ec6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4440, '2023-01-12 17:59:46', 'SALE/POS2023/01/4450', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd16ec9da8985dd61f01088f28971d38379a8fc1882c60cdd44debd94775dccc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4441, '2023-01-12 18:14:58', 'SALE/POS2023/01/4451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b1cee31e90b07f471f955c0ad331c900452c29b68728dbe939b0d2a16b2bf0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4442, '2023-01-12 18:46:28', 'SALE/POS2023/01/4452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4e37290cedc127c5de62a70deca8eacae67581d95c9a9f08d0dd7e4f9b8e06c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4443, '2023-01-12 19:08:48', 'SALE/POS2023/01/4453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f26fccdc4e95cdaadea0711c24932bc9e8b1cc6126fb86e1c82379c3cf54a36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4444, '2023-01-12 19:11:45', 'SALE/POS2023/01/4454', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28b1bf4a78d5e75d15d7b8aa2cf8bb87612b870306a3aadc33165d3130d1b7fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4445, '2023-01-13 05:51:35', 'SALE/POS2023/01/4455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e1d38bc94b92f8adbf8aae1c197b136fcabdae29bedf6edce8b679ebf665840', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4446, '2023-01-13 05:52:42', 'SALE/POS2023/01/4456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbdd3b7e44301455e20cf9540ae1b74f8e1640ed20618d339520e7ef935f338c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4447, '2023-01-13 05:54:36', 'SALE/POS2023/01/4457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ba6e5392fb2c9c5aae184943ba4dba52cc5b779a4ec305bd3548d1299d60063', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4448, '2023-01-13 06:36:36', 'SALE/POS2023/01/4458', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7632a841c2af6eda43a2d77c8e357b8ada52885b8642612445c71ad1c761a58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4449, '2023-01-13 06:46:06', 'SALE/POS2023/01/4459', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e817b0726706c3e394e66135765e9911c6ea00829847d3ea5b3dcb38404669ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4450, '2023-01-13 06:47:22', 'SALE/POS2023/01/4460', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '060c6f6c15b3660c0c298dc8822a6329baff5c15bb54f3281d9136cfe1fff1bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4451, '2023-01-13 06:56:42', 'SALE/POS2023/01/4461', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f0d8bbb219363fe039b99fce38d11e6544d4ccaeff199b5330330c1f593d215', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4452, '2023-01-13 09:52:33', 'SALE/POS2023/01/4462', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '268eed15033ddb11429271ab4063b98392df4d40d3a4e5477e09aa4496819e40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4453, '2023-01-13 09:54:00', 'SALE/POS2023/01/4463', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, 8, '2023-01-13 10:43:24', 1, 1, '30.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f475ba8746efaee2b82fbab6e0ddf110a7b4acd1b8f6965fdae02d27a64cabf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4454, '2023-01-13 10:18:53', 'SALE/POS2023/01/4464', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '366190164fa48d826880e3168e371f4d2ab0056d28ac5506120b0b378614296a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4455, '2023-01-13 10:52:38', 'SALE/POS2023/01/4465', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b97afd2882732b7555797ce343ea44b4a1b7515506909d2bb4cb854b555f680c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4456, '2023-01-13 11:38:05', 'SALE/POS2023/01/4466', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd44d3676252f04b2bdbf9a7dd63cb35f6d3ef0a23c33c7c4b8ea011f98e1aeba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4457, '2023-01-13 11:41:35', 'SALE/POS2023/01/4467', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff8c7b062de1783f5b194a85ec7f51723e556da57aef2bb40939fd2d59e3f149', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4458, '2023-01-13 11:47:14', 'SALE/POS2023/01/4468', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9983db87ef9d6e8fcd7f3ef64d63b7031796c56adecf3502943dba4a08f9afb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4459, '2023-01-13 11:48:05', 'SALE/POS2023/01/4469', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c10dc11c2c341a57c755b894e007d14a48fa6da2b71a9d0c474c75e1d0f9b61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4460, '2023-01-13 11:50:14', 'SALE/POS2023/01/4470', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56066b18067ae4c4ab12a6dd6126b4df5e671d27132fa38b590c2579df5c9d06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4461, '2023-01-13 11:52:44', 'SALE/POS2023/01/4471', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f680c391e7f375c6b480300053a3d739e27f8bf02c9112af2356a3dd69b72b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4462, '2023-01-13 11:54:03', 'SALE/POS2023/01/4472', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6d0226251ba271761feb78a70592508a18bf7f493498760132a365a2392ef98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4463, '2023-01-13 12:32:53', 'SALE/POS2023/01/4473', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09a0d2630367dbd3900587ace2b3d03defe516690ab0760b67f2b32a92ee9007', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4464, '2023-01-13 12:44:13', 'SALE/POS2023/01/4474', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3ce52c02fade6ee89970f01bcf2c088a1e6b0f3bda0ca10a0b98f76f96ce77e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4465, '2023-01-13 13:08:32', 'SALE/POS2023/01/4475', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5d04720137a83f5777f77f7adb4f12ba7d4c68b28d84f9649a9f1c38f64f0e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4466, '2023-01-13 14:31:30', 'SALE/POS2023/01/4476', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '968958323081b81f157f6f0e991f8a463cb2936013b1894d6c3840b82b65c678', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4467, '2023-01-13 14:41:21', 'SALE/POS2023/01/4477', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '124.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '124.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '124.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '387a2d83f757bfc8e1ed60b652c812784d8f94e2577d1f396d028361cc0791a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4468, '2023-01-13 14:50:21', 'SALE/POS2023/01/4478', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '017e6c68d2aa5ec16e1b9e414875628bf0eef480a97f534229fa684c5bada1d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4469, '2023-01-13 16:07:06', 'SALE/POS2023/01/4479', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7283135969d57f35755118089885f354d6135b8a7588d8bc425f1954a044289d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4470, '2023-01-13 16:45:08', 'SALE/POS2023/01/4480', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0aaecf89aa770aad60d05dc1b98bff3e642cc80f5582f0886324791d0c94672', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4471, '2023-01-13 16:48:48', 'SALE/POS2023/01/4481', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70c0476fc3a0f3e7823250f0b4aceacbb6b807422ccfe2b4158f5d3aabf0b31c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4472, '2023-01-13 17:22:31', 'SALE/POS2023/01/4482', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d7a2fe055f2093828a65816e657cd0b9c6e1ac44a0545ccbe9e776893172cf7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4473, '2023-01-13 17:30:29', 'SALE/POS2023/01/4483', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b57a04772505f4680759e87277ba73143042aa9a36f08b02251fb38e4731b73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4474, '2023-01-13 18:20:09', 'SALE/POS2023/01/4484', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b84187c31b76ee391e962c219f4838be8962a129c7a2bfd674c7627b8094b80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4475, '2023-01-13 18:38:55', 'SALE/POS2023/01/4485', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b056d5ba7e0b33b0d3aa7e8121156ab5ef9c3ad81390a11c7490bbcf695275f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4476, '2023-01-13 18:40:15', 'SALE/POS2023/01/4486', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f29c6e0cc07f2da3f824f828f17519aa68a88e7ec116ff1d7939dfd914b6279', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4477, '2023-01-13 18:46:09', 'SALE/POS2023/01/4487', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '033c8f14eb3f45aa7f117cf088062aadfb92d895ec8e64e6a13c401cc203c07c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4478, '2023-01-13 18:51:07', 'SALE/POS2023/01/4488', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da36eec849e183473e339f9412927943b30a861a090e42adc8b97442d7b8b037', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4479, '2023-01-13 18:56:44', 'SALE/POS2023/01/4489', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b1ae992ce3bdea03db336e880213e4c2dcaa2f4f8d3aa6b93ce224687e0aa3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4480, '2023-01-13 19:17:04', 'SALE/POS2023/01/4490', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '118b8eda77921b3c2dcf7bc8d09e926ce9cf51792c225d0abb316714fa6c3a3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4481, '2023-01-13 19:39:45', 'SALE/POS2023/01/4491', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5f45b9eee0ce8a3e7354fb2a5ec7119df9889fc71311b6682b867e03e8ee08a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4482, '2023-01-13 19:59:11', 'SALE/POS2023/01/4492', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32e6a350b06e10a469ad0f6286baa1d89cc023a8a5f0ec1fabc1b6e24a975d11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4483, '2023-01-13 20:00:09', 'SALE/POS2023/01/4493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93c98edea2b1b9fba870ba72e36f3422bd1eab7462d59e0e38c58555703f0ae0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4484, '2023-01-14 06:16:40', 'SALE/POS2023/01/4494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '666719deb06d2d86b01ed652e72a762ed69377f169691dc41fc9086012f4c338', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4485, '2023-01-14 07:55:30', 'SALE/POS2023/01/4495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88df85c3ca31683e9bc61e4934cb0b721c69403b07eae410f470a5a1aa173ef4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4486, '2023-01-14 08:43:18', 'SALE/POS2023/01/4496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '108.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '108.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '108.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55d2de85bbbf28eb65a22b69f814947cdd60a4fbb7c2114ff72d39ae50ad6544', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4487, '2023-01-14 08:45:05', 'SALE/POS2023/01/4497', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '255.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '255.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '255.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '127abe449ff7209cff3dc1ef00e0823f789b280d06f898f83a70ea6f52dd1628', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4488, '2023-01-14 08:46:25', 'SALE/POS2023/01/4498', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '170.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '170.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '170.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0727f4a92eb4ffeb9b4859d5981ceac27f35ce96eb05a209abbbbce71be6a822', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4489, '2023-01-14 08:48:31', 'SALE/POS2023/01/4499', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '145.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '145.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '145.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cc1b3acec0aa5def19aa4b575a8e5f0f7bfbd6dc1ca7d07a5af1543c74dd0c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4490, '2023-01-14 09:28:58', 'SALE/POS2023/01/4500', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd925243d359a302b9d78ee45a90495df3cf1c551cd0b47b06ceea8d738ae78b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4491, '2023-01-14 09:35:03', 'SALE/POS2023/01/4501', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7bb8987ce5c4e14012ca80a596632de81b9bf31584134fad0a90bb6272422787', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4492, '2023-01-14 10:01:45', 'SALE/POS2023/01/4502', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84531ac3c0cd2c267e5d1be9d218e834d33d8d82028dcc96bef48cd00cb4f222', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4493, '2023-01-14 10:03:59', 'SALE/POS2023/01/4503', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c90ac0ce1069be5fdbe47b082a62f91677b88915cefb399d83ba88547c79f1e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4494, '2023-01-14 10:08:10', 'SALE/POS2023/01/4504', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4fbd2eeb6e5b818dd21b059126b003ad54f06a1d7fd2ddfcc63e15aecab58b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4495, '2023-01-14 10:27:36', 'SALE/POS2023/01/4505', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '188ff2c5e0bbcd95073902c3f3bfe65c0e76dfdfc7967be5d0f4237ee82c2407', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4496, '2023-01-14 10:46:40', 'SALE/POS2023/01/4506', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ab6908f5f52df3910b6558b87fe128bdb1a72bfbf4171e23a1edf9ef835b39d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4497, '2023-01-14 11:51:06', 'SALE/POS2023/01/4507', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58de74dc8e3a2b202f8207e8f239fcdc4ec17a9eb7544a8b27dfd92e760090a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4498, '2023-01-14 11:58:00', 'SALE/POS2023/01/4508', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef75e602cb557cdc3a4a2357ac9854a6f35358c003e15b6d282dff49dea7a4ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4499, '2023-01-14 12:05:12', 'SALE/POS2023/01/4509', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '050e87719ecd4ee6b2cb15a536daf13c27360e4750d6c87c645ad8bcbc36b80b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4500, '2023-01-14 12:57:39', 'SALE/POS2023/01/4510', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ebc384929e246627c8ee6a6c1918f18c9a8b08e0027f1c8eb6a568202ee1a5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4501, '2023-01-14 13:34:39', 'SALE/POS2023/01/4511', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80d5f9f385049800f8f95d0f72a94c85f69364b108d09bd1db56973856ff212e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4502, '2023-01-14 13:58:43', 'SALE/POS2023/01/4512', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8156fc37766c6d05f478db7913157538ebba1f8b4453d339d239cf915b76e8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4503, '2023-01-14 14:20:05', 'SALE/POS2023/01/4513', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e172641b95e1a51dcab93f61648542d2bda9c8294a0fa6ead331b692f621db0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4504, '2023-01-14 14:34:00', 'SALE/POS2023/01/4514', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b615befa109e6c0501b59f55bfcfd6d1d6a6356b7545bdbf3c8b6e0686d33135', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4505, '2023-01-14 15:44:15', 'SALE/POS2023/01/4515', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16b5aad31fb9db1072c1b9a4547cb0c42452c1806faeffd1299351b73c1c6248', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4506, '2023-01-14 16:05:16', 'SALE/POS2023/01/4516', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5fd4d8ca90e5924dc7a61882ab8360e85646437b0c3cc17e2a137054ce9ac12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4507, '2023-01-14 16:21:18', 'SALE/POS2023/01/4517', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02973e2e87bf6f4c36436f92e409fa076246578eae4e07eb245aa126a3775bcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4508, '2023-01-14 16:27:43', 'SALE/POS2023/01/4518', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6873d781f3b073f393c341475dd25f5b9c6bdb0cc730b90f35c9acfd2914069', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4509, '2023-01-14 16:38:42', 'SALE/POS2023/01/4519', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76f7a0dce248eb1b07838df343a7334a5fff73c7e9d386bc08b97f351209d3d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4510, '2023-01-14 16:45:01', 'SALE/POS2023/01/4520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '021b91036f1e929b9f2af1cb2a8d8d8f13b279df3f15e51c52cd1f6be2ca4f53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4511, '2023-01-14 16:50:09', 'SALE/POS2023/01/4521', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '025ea72492d9257cfb71c9fb29715ebe0f58f6d714e391e548642b87feb5c537', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4512, '2023-01-14 16:55:25', 'SALE/POS2023/01/4522', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7804a1c3d36c80aea482b1ed6585ffd1d53bc4dd0e65e72669dfc4de8cf6181f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4513, '2023-01-14 17:12:08', 'SALE/POS2023/01/4523', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9a64efabe375ffa96b665b457b27d9f789f843ce37459f4f4e336474258509f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4514, '2023-01-14 17:12:37', 'SALE/POS2023/01/4524', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c888c6b11e99baa3c6afaf0742b35f7f28774e76e7bfdcf008786b4df6bdb2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4515, '2023-01-14 17:17:06', 'SALE/POS2023/01/4525', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '617ca70b64ebb06910b0dbd8875768a097d888c7b6bc8dd7db1640c26c216f72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4516, '2023-01-14 17:20:58', 'SALE/POS2023/01/4526', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91d6440551397027069aed96a0883d330e4ac007aa3ea698d38b87f385b56623', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4517, '2023-01-14 17:23:31', 'SALE/POS2023/01/4527', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b59d11ac8c9f4282b3256ff2e8b68e5c0de8208b475b08e94a5f36f8dde2916', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4518, '2023-01-14 17:29:08', 'SALE/POS2023/01/4528', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e5591ff4c843b805ecd638ada91c18f2ff1afe6326f0d2679b239c47f458201', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4519, '2023-01-14 17:33:02', 'SALE/POS2023/01/4529', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ea855d207660bd24bf901165654106ac4b8d2aaa8b3ca16629dd1174ee28a35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4520, '2023-01-14 17:38:48', 'SALE/POS2023/01/4530', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9039948db71248af0fd1f64759f7ba2244f5fb4d7839b7908d58586dfac6e14d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4521, '2023-01-14 17:45:33', 'SALE/POS2023/01/4531', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fc82943143a72dfccd34e3d1431ccb5cec255955b78a5031e19fbbf801c5d0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4522, '2023-01-14 17:53:39', 'SALE/POS2023/01/4532', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '55.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18c1034cb79c555db5f14edefad5d3edc4c3b2d4ec4bfc893af8e9e336b6aceb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4523, '2023-01-14 17:55:07', 'SALE/POS2023/01/4533', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc8d8e0b0aa4c2d3762a48626c4eaf06af28cb0e2254416d8d32cb4f0bdefb1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4524, '2023-01-14 17:57:28', 'SALE/POS2023/01/4534', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a38de01949dca70336c96a20fd3f134aeef8e6f08b7d11aba53477a740378e00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4525, '2023-01-14 18:02:15', 'SALE/POS2023/01/4535', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3aa12f9ecf5741d30276435970f28e62f22e8ab76903fbd870bb5807a37eeda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4526, '2023-01-14 18:03:44', 'SALE/POS2023/01/4536', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3872cfffaf2966a5cea264d24255d78dec3b5646d5e2885acbb99ded6fca3abb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4527, '2023-01-14 18:07:44', 'SALE/POS2023/01/4537', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bc1a9d47525a26856b42c94881d77e48a32fa916e91c3c832e85a1a91c948ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4528, '2023-01-14 18:11:31', 'SALE/POS2023/01/4538', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68eb529846016e175d6088ddafa9cbe56d976cf2567727ed02d3880eadcda55d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4529, '2023-01-14 18:23:45', 'SALE/POS2023/01/4539', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa2eccafe3f0aea1ab7526eed30eff306156be2a25b4cf02c1a90114d177ec1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4530, '2023-01-14 18:28:07', 'SALE/POS2023/01/4540', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae1ffdfe971cda2ff83bc2b398802fef57d36c122388cced696e08b2d3ba9920', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4531, '2023-01-14 18:35:22', 'SALE/POS2023/01/4541', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac6dd04e5cc61c974ebc52d5fc91354151189f73ba95b0dad71180b60bd1b5f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4532, '2023-01-14 18:45:10', 'SALE/POS2023/01/4542', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbba6e110899cfd95755eb1d95356e128a9f66d29181500e028eabbeae9d7463', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4533, '2023-01-14 18:48:45', 'SALE/POS2023/01/4543', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8103921030e410f6ac15e7b09dc1a36ce01749f28a5ebb7b12c66e787b1a810e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4534, '2023-01-14 18:53:44', 'SALE/POS2023/01/4544', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eec724149ae14a4761ddb64ed6d183f1d360de991117389ea4773173a370a149', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4535, '2023-01-14 19:00:23', 'SALE/POS2023/01/4545', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd675c617ac8fe639d78e6872636b61f3381882e2687dba68bfb151d192a5d6ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4536, '2023-01-14 19:06:48', 'SALE/POS2023/01/4546', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fdc4261b1e10321a37e6be2f003b8a3112fa857c2e35b7a6eab964f575e72f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4537, '2023-01-14 19:34:06', 'SALE/POS2023/01/4547', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b53a4176b3df93dc953b37a8125a740c48cac810a74cd7869c217109d4208f65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4538, '2023-01-14 19:36:07', 'SALE/POS2023/01/4548', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd2dbf8ce7f1c09887067f4ee80cc4474715799fc357d3407c11a0c50e74aac6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4539, '2023-01-14 19:39:13', 'SALE/POS2023/01/4549', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a74322daed1cc3a09b055d0e672d5b335d9509eb7672df3b25f65f760a873aa5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4540, '2023-01-14 19:40:13', 'SALE/POS2023/01/4550', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfe0b1dfbe271aba985015b33923a993347a9da05461b1d388f261582d60a111', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4541, '2023-01-14 19:42:09', 'SALE/POS2023/01/4551', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3a9b67781edb4ef97da84efb1624e9470207375b5f0c47e886d2e226a88dc46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4542, '2023-01-14 19:43:22', 'SALE/POS2023/01/4552', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92227e4ebff2f5a3d5479fdebe43f03f51a087e968eb0b8718c993b7f0c02228', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4543, '2023-01-14 19:47:39', 'SALE/POS2023/01/4553', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52a489fcd80cdf1e78b7296375c44bf2735888ebe9b70192a8ed949478019e07', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4544, '2023-01-14 19:54:03', 'SALE/POS2023/01/4554', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a81c28963f937fa47e9ef211dc016d5414ba1b24e9e1fd00b86e09fec1a81e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4545, '2023-01-14 19:54:40', 'SALE/POS2023/01/4555', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aaa022b90d58de0d92763691871064422314cb229d3586833032312a6a219fe0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4546, '2023-01-15 05:54:46', 'SALE/POS2023/01/4556', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '274682309c67d8e7658725888b88cab7516d950ac3836354e2a2c94a6f472461', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4547, '2023-01-15 06:53:21', 'SALE/POS2023/01/4557', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d9ef419c7c6c0b36a26fa4e8e27fc4d49cd2513f39f5ab25ec4497614dfdf85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4548, '2023-01-15 07:38:27', 'SALE/POS2023/01/4558', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7e82181a54febbd50fe9464acba36d0b83aa65de7bcc90bbaac0080a1b30e29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4549, '2023-01-15 07:59:56', 'SALE/POS2023/01/4559', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da876c50fabe2a029ed75f264f0f700316b356544ded5b286ab5c03eaeda7292', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4550, '2023-01-15 08:15:01', 'SALE/POS2023/01/4560', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59650c914708d0dc616ad1f58b00ddc03b7c4aee22f733eb6b3ef8c9a95019eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4551, '2023-01-15 08:42:43', 'SALE/POS2023/01/4561', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc783580d3ded3318a02ff7e1ddd89dcedca79a6d5b674655e2d6f8b181291a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4552, '2023-01-15 09:09:51', 'SALE/POS2023/01/4562', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e68289cb5d49c21e00a04fc58a1fdc31c5aec217941304ccfdf78d0734b2e4d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4553, '2023-01-15 09:13:03', 'SALE/POS2023/01/4563', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2680230f0e1e91f78b4dc2c22ba17d5828f6388cb580a55a09ac0fd40de9f98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4554, '2023-01-15 09:22:42', 'SALE/POS2023/01/4564', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '564e0b066f96418080aaacb48ee68528bec0d8c7b8c32bd39cfb856f640b3258', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4555, '2023-01-15 10:32:15', 'SALE/POS2023/01/4565', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a902ca14848f7bea97b747fc53d63a1366ea74624fe49822294ab3fd73342443', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4556, '2023-01-15 10:37:06', 'SALE/POS2023/01/4566', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0015774d8ec43e6f88d0b9586a8cd94b035c83f5e4ab793802ee2b037d2c7614', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4557, '2023-01-15 10:50:21', 'SALE/POS2023/01/4567', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92edc649ea788bdaa76a54cf88b07df2d3568f8fd5fd378dcaea285a5aa9ba16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4558, '2023-01-15 11:03:15', 'SALE/POS2023/01/4568', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f82b06563aa5995082c0cf0c4642ef2ae99f551a2c429b85a2cd668b224892f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4559, '2023-01-15 11:32:41', 'SALE/POS2023/01/4569', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0dac14bb59f85db8c60d4c13efb7ace95d55b58a7707f516cef1dd240df940b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4560, '2023-01-15 11:35:56', 'SALE/POS2023/01/4570', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de7febd8ea1942bbf87098fb77bd87fbd80b6dfe54102ba036b27b470cf268ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4561, '2023-01-15 12:01:28', 'SALE/POS2023/01/4571', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '401f9f1b0255177d8923e7cd91d5ce1cafba11f6da531c232687868b36f89a15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4562, '2023-01-15 12:03:56', 'SALE/POS2023/01/4572', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '760bccc985ef8a5b81fdd50dd75b2bbad82e353b0fc92e1ab6be004e905236b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4563, '2023-01-15 12:15:05', 'SALE/POS2023/01/4573', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb793cdf8cc3f13d5e9a1618a35f5998d1b630d75125cff10e07612697a0ffb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4564, '2023-01-15 12:37:36', 'SALE/POS2023/01/4574', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f349a3771a0f49d91a273f4dbbc6c22868dfe1087b02977e2e9cb026d11d513', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4565, '2023-01-15 12:48:46', 'SALE/POS2023/01/4575', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a74445cfe51b0968a3d752bc1507c59cbc9d4a577a67dc97707248f99ea43bcc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4566, '2023-01-15 12:53:55', 'SALE/POS2023/01/4576', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1843c14083285c90ad026cf3f7a72444973616dc52709ebfdee9e0c9e78c75a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4567, '2023-01-15 12:58:40', 'SALE/POS2023/01/4577', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b4a291bb7a276346b0702d1e960e59b5c990d7b603df2827e834d2bce481af5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4568, '2023-01-15 13:04:59', 'SALE/POS2023/01/4578', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35e775796afa5812e06976260a610ba02419d564c6d9e271d50107eb3fca04e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4569, '2023-01-15 13:35:28', 'SALE/POS2023/01/4579', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b07950071b979f2bba496dbab69bf6ba48064c5be2294c9ef608289633c822bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4570, '2023-01-15 13:37:06', 'SALE/POS2023/01/4580', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07c9d6b8e38f84e577cbfa3655d6f4add7bc039bd4aa96f72840bede52e23022', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4571, '2023-01-15 14:04:49', 'SALE/POS2023/01/4581', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e68f255f01ab1f3f68941ae545a5afda5066914035a5db0ae60cfec27528f59c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4572, '2023-01-15 14:25:31', 'SALE/POS2023/01/4582', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '622b9fb5a240ef0fee53906e350910b8e3429bc20c4528d5f22a046c5c943ac4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4573, '2023-01-15 14:29:56', 'SALE/POS2023/01/4583', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '625d0fa6ab0f558eb51fc510040c4178e3e3eefac9a9af1568b2e3dd8449e26d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4574, '2023-01-15 14:33:15', 'SALE/POS2023/01/4584', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83e6696419bc38ffe4a15eab1a1fb4241fcb02ad8d9676a52721c9e8e97af5ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4575, '2023-01-15 14:40:10', 'SALE/POS2023/01/4585', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c4fec9fcdbba2592ba5493870f2782341c86acf2cf8d9d187b807976adba0a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4576, '2023-01-15 14:48:04', 'SALE/POS2023/01/4586', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cf0c2720fe08c9234792889ecd26399b977532686529d59eb558bc90e35cb6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4577, '2023-01-15 15:26:25', 'SALE/POS2023/01/4587', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a96a3337a44e8ed2ae1e091cd8b17354b40cd0fe88ac81d94e9138198f8e0e87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4578, '2023-01-15 15:30:10', 'SALE/POS2023/01/4588', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afe0877ef1bdd20454df7a5498c575d6230876ec5b82487e57ce247343580998', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4579, '2023-01-15 15:51:23', 'SALE/POS2023/01/4589', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0af85665d2fe3e62fe2eb473b4e32ad082294808f0de2717d232a7bea0a4ff68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4580, '2023-01-15 16:09:12', 'SALE/POS2023/01/4590', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18105f81167f1a10ec785a108f76a6adbee879064c6a75c2adbf4d6eb0d8ace2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4581, '2023-01-15 16:34:27', 'SALE/POS2023/01/4591', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbd5a179d08c5de7cac147da789a426315b522d25880aaece0fa4d2e12641c20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4582, '2023-01-15 16:51:23', 'SALE/POS2023/01/4592', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b052f32baa3c6f1adf666d47d7a1bb508a5e2ebe20ca67481a1091e586b14b88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4583, '2023-01-15 17:16:24', 'SALE/POS2023/01/4593', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '58.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '562584a056c2e096c4aa59f21a0699842704198fef1dca0f0027afb10354640e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4584, '2023-01-15 17:37:21', 'SALE/POS2023/01/4594', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '377352c76d4016fa68cd9cef6464d5ed7cf6f02a5b057e1a116f62964350f9c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4585, '2023-01-15 17:53:29', 'SALE/POS2023/01/4595', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83934e2fc848bc8ecc48f57391f52397bb27e4022746f4b84dccd612c8a0806f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4586, '2023-01-15 18:16:38', 'SALE/POS2023/01/4596', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28aae83f5f271599bf9a0352ab561d8cef82c1d339ff700ddca47ed3549022d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4587, '2023-01-15 18:21:35', 'SALE/POS2023/01/4597', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c046ecccdb2bcefecc87b263ce011dced809330d191589ac1c2396c8d1ee31c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4588, '2023-01-15 18:24:39', 'SALE/POS2023/01/4598', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd49a3af99f97451d169a25340914a6a71a0eaf7e606a7889d5c216689516e49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4589, '2023-01-15 18:25:47', 'SALE/POS2023/01/4599', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b2524ef9544f1d164c76265ad81ea766654b3eef8a13080081d96e4145c8c5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4590, '2023-01-15 18:29:13', 'SALE/POS2023/01/4600', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '62.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fedb5ce02fd0674bc7e30cc5a9213498a99034a6cfb2f6346f2c4e9b10d49495', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4591, '2023-01-15 18:39:13', 'SALE/POS2023/01/4601', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b04deaa2fe2f210444fc24487117942b2ffb223982e51d6eeaa574647b1aa67c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4592, '2023-01-15 18:40:08', 'SALE/POS2023/01/4602', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c535bd4c0438ff5b7ef7e7e83ebecdac9e247ac44ab6a1e2a2d655a5389ec39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4593, '2023-01-15 18:42:28', 'SALE/POS2023/01/4603', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38d59fb0286fd7d511001620354478b254b15852eafbec519f8563268292ded0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4594, '2023-01-15 19:01:08', 'SALE/POS2023/01/4604', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '345966dd87fddfbac000aa26525178cdaa490bf16208dd0e05f6c2b637b70a26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4595, '2023-01-15 19:05:02', 'SALE/POS2023/01/4605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0faf01f59a25e4fadecccf753953a6dce334aa4e6c4b390acdbfc779b09d4e13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4596, '2023-01-15 19:07:15', 'SALE/POS2023/01/4606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6321217d7246b3151156b96d4672db913e88a297b517e0e8e02ab49beebd6659', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4597, '2023-01-15 19:08:38', 'SALE/POS2023/01/4607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2b64500504396f8fac0ee519adee8a077246f5db74081424d5cc7c07baf646d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4598, '2023-01-15 19:20:31', 'SALE/POS2023/01/4608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdd508017594839bbde56ee1d4f82101eb3cdc6d79df730fbdd22df9f9328b58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4599, '2023-01-15 19:28:40', 'SALE/POS2023/01/4609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0d3d38c9b30f91e0faed53769cb27ec8314d74c14f4cd318c050f05717a7b80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4600, '2023-01-15 19:35:33', 'SALE/POS2023/01/4610', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '134.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '134.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '134.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f042ba52bec34c6247a9ff97aeadf37cad7a6cd56076b6d84c3da9282a3dd6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4601, '2023-01-15 19:37:25', 'SALE/POS2023/01/4611', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '65.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3652f822a3f8103d994f03a9423f9f43133dc7cd66f14eb0168c048e91fc6fce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4602, '2023-01-15 19:38:16', 'SALE/POS2023/01/4612', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65640a4ee5eb0be2778fd4b5b46e0ba648cb61fed0fb2f0af09c6b4b1e67aabe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4603, '2023-01-15 19:40:10', 'SALE/POS2023/01/4613', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '69.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ac3602e41206c4bffee41aea9b6bdd5ad8895bff6e9a1896b0dbd578ab3ae32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4604, '2023-01-15 19:45:05', 'SALE/POS2023/01/4614', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a24cfea9f6ffed96c3b44cdb00c496207f1550296a922fc1baf8a65a7c6968a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4605, '2023-01-15 19:47:07', 'SALE/POS2023/01/4615', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0670b3007789653ec9efef86eba9e10239edeb3cc4a33e95bafef28cdef0eaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4606, '2023-01-16 05:59:04', 'SALE/POS2023/01/4616', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.9998', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.9998', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '30.9998', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c10be1a929b1e5576cf5d223015c9faf8b7db76d67068c87dc19a0d90a0dfbac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4607, '2023-01-16 05:59:51', 'SALE/POS2023/01/4617', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce9694aafdc59b6dd5662ebb06ee200b9ff651f41a109549ec97ee6fb095bf32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4608, '2023-01-16 06:01:07', 'SALE/POS2023/01/4618', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.4999', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.4999', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '29.4999', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be9378dc719293802d2c8d7bf63d00b0608791d2df14d2e441e96a76bb64fdf5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4609, '2023-01-16 06:02:54', 'SALE/POS2023/01/4619', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '51.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b052df803b198533efb590d15ee6b512760e6ce75fc6efd678fddc6e46c79ca9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4610, '2023-01-16 06:07:02', 'SALE/POS2023/01/4620', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7965ed8d07c774d9c5fa5e89010f43eac515ee78da24a5efda843cb78e637cea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4611, '2023-01-16 06:08:12', 'SALE/POS2023/01/4621', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2dba8634860c494d71a131b037a0310283be585a066355d5bc36d2a344d0951b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4612, '2023-01-16 06:13:45', 'SALE/POS2023/01/4622', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '51.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30929990b8ce75458e77c420d4ffb9ac5fe7cb60265a488e0aa6ea7e205f7411', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4613, '2023-01-16 06:14:51', 'SALE/POS2023/01/4623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6e8d4d7271dbaacefb2e14cad86c0cb4b2b7d798baa496b2e1ad8671d07d160', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4614, '2023-01-16 06:16:15', 'SALE/POS2023/01/4624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18b89581fa87a152ed2821e6df63727ed8c2a22f825f7020a56d3a2b5d0e578a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4615, '2023-01-16 06:18:25', 'SALE/POS2023/01/4625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afbc52ae37bb35777173eecd4d81b7edf7c53bd6f5f38b017fa3be6cebb137e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4616, '2023-01-16 06:20:03', 'SALE/POS2023/01/4626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '45.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c61dc8683eca1a6f1d31b4f8199eff87ab7d7f29d3b96bd19b21de262acff91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4617, '2023-01-16 06:21:49', 'SALE/POS2023/01/4627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12e1c2342665fc003f455d343e80d73fa4fa06f3f23352d40447a8686d5b3fd2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4618, '2023-01-16 06:23:02', 'SALE/POS2023/01/4628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '53.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b12b59ff0cb61636c5018d51af90b3cc1f61ed1e474a9246376de67a5ebeee7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4619, '2023-01-16 06:24:09', 'SALE/POS2023/01/4629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9582454a9250234afa80a7d26b5d01c8d2687eabc4c1932fe4927e2283d7e3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4620, '2023-01-16 06:25:35', 'SALE/POS2023/01/4630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cdac655ee8e421e029a539f102dd69f55364a552b7960a930fe14dd7fbf7e29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4621, '2023-01-16 06:26:29', 'SALE/POS2023/01/4631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.3333', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.3333', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.3333', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ddbed3e5eafe90148e37b67fba89f577e49e62d5e480a2e82b23f114d6e4acc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4622, '2023-01-16 06:44:03', 'SALE/POS2023/01/4632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5401bcb1a82c621f9938f442cae82fea104f37c6d23fa32334411f38110fdf38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4623, '2023-01-16 06:47:27', 'SALE/POS2023/01/4633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '72.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af2addea55234fdcb0c645f71ecf98248dd211c52df7e4e3a9772dc16436adfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4624, '2023-01-16 06:49:06', 'SALE/POS2023/01/4634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f26c65473443bca645b1d0800dd5443db5f00bfc47f5e821e0b27c22e028cc2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4625, '2023-01-16 06:50:52', 'SALE/POS2023/01/4635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cadefff4e7ba1d6260297e99356a88f6ba8df20b97b8a54fdb359a4582a1ec05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4626, '2023-01-16 06:52:12', 'SALE/POS2023/01/4636', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '68.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a60c0daef7b427b1a54de026a03b15d07c09943c0e2893335ef206131402ff1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4627, '2023-01-16 06:53:13', 'SALE/POS2023/01/4637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2751a4d21e522163201fbed10e3585e670581d19505d677cacb38f4a2fea9b12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4628, '2023-01-16 06:55:38', 'SALE/POS2023/01/4638', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86dfa8d2768485933428a41c81d77e53e4644e38995f70aae249bbf0e139a94b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4629, '2023-01-16 06:56:20', 'SALE/POS2023/01/4639', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ab90e4b808e47a54b3599704278aaa5e1447f8bea260437ec99962c3e255227', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4630, '2023-01-16 06:57:46', 'SALE/POS2023/01/4640', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e5b0ab1c8914bf0b56e63e71842f0636930258e83b8e0949698705a64bca83f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4631, '2023-01-16 07:01:04', 'SALE/POS2023/01/4641', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '46.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14fc034427a7b7f4be24d026a8f0dc26d317aefd3f9b4116b0153416b2321db3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4632, '2023-01-16 07:15:30', 'SALE/POS2023/01/4642', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1408716e9ad22ae95097549c302469b8c8f7b65618c23c74abe6d7dc563b2a1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4633, '2023-01-16 07:24:00', 'SALE/POS2023/01/4643', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b76d23e5358145af532b08faf9b8a2caf04a9e63da34ee9df3a946ea1a8e7a9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4634, '2023-01-16 07:47:33', 'SALE/POS2023/01/4644', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '62.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd90333f3df9bbcaa8f5f3dd7a0f5a94e7d50b066db7b97df00a6a9b5734b70d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4635, '2023-01-16 07:56:15', 'SALE/POS2023/01/4645', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49d1c9fd6057fcf40c2e51c93303a97bbd6a2349b69e9fef6cfc91ca3ba620e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4636, '2023-01-16 08:14:51', 'SALE/POS2023/01/4646', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '949cd8d3b485c421630b8d02404360d2e2b7249e343f894413816f3b03b5d5d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4637, '2023-01-16 08:27:32', 'SALE/POS2023/01/4647', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21a4a7052ffaad4860fcd68190b017baa438ffb21b61d36a7eb84bfe28ad0350', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4638, '2023-01-16 09:23:42', 'SALE/POS2023/01/4648', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c0c8744653b4246905515e96e831d603972964a59d3edaf84aa572bbbc7023c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4639, '2023-01-16 10:35:25', 'SALE/POS2023/01/4649', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b60397939ea8dd67e8c4865c1acdf641a9ca25314839fc2e19c34d0c33f51e25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4640, '2023-01-18 15:27:13', 'SALE/POS2023/01/4650', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '158.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '158.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '158.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f472d03ec0862dc2cc9bbc35b5e9fde0a1589d6b015be3530c6dc554940278e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4641, '2023-01-18 16:35:40', 'SALE/POS2023/01/4651', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5cb461d1141370ae873fa4c8c2eab3d9128b6510ed275dea1b490f4a451c9d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4642, '2023-01-18 16:38:39', 'SALE/POS2023/01/4652', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8599869694ba3ab49debcee365d0755079ff4aa5011781b2edcd8843dc57eee2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4643, '2023-01-18 16:59:04', 'SALE/POS2023/01/4653', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '167.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '167.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '167.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '112146733ba68781d4cab107749e8ad178b87741b4d21dd67cfb02c30c691d80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4644, '2023-01-18 17:03:04', 'SALE/POS2023/01/4654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c3dff7b4c2a286fa8076fd287267db66dd41376d07741c23ae45f4fc0fc060d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4645, '2023-01-18 17:05:33', 'SALE/POS2023/01/4655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '228.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '228.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '228.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce9f908d212d91f59c8f31ea8e79b5cc1709e292bfa2c5bcb029b659dbe3d21b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4646, '2023-01-18 17:11:24', 'SALE/POS2023/01/4656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '53.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87858b43496df7596f383a34d38376e6318241dc572d9bf67a8df9f7e5706c73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4647, '2023-01-18 17:25:31', 'SALE/POS2023/01/4657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3305beca3792afe6c4ec19da66916d66e1779311498aa9afa5b82d0677aa653', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4648, '2023-01-18 17:28:24', 'SALE/POS2023/01/4658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15af984a9baff6ba1b9179c96fa4588d888a2adb4350d5ea9df5332225fb3fd8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4649, '2023-01-18 17:30:03', 'SALE/POS2023/01/4659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '809672dc74038e3a9825049dbcefde92d65fd2d326cc5a37d33dac3d170d51a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4650, '2023-01-18 17:32:04', 'SALE/POS2023/01/4660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba86119a34b7aafdea11953097158a919758c189547bf13db95cbb3f93641332', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4651, '2023-01-18 17:34:08', 'SALE/POS2023/01/4661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '68.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fcfa3addf62ebd77acba29e72403d4ddbc9d2675215d35686d2a190ecf95e18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4652, '2023-01-18 17:36:28', 'SALE/POS2023/01/4662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70173b78ee3ec512eaba3d36e85e5513d24b9e81ddfe84921a72c989d0ee966b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4653, '2023-01-18 17:39:20', 'SALE/POS2023/01/4663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '92.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3489282a8710598a6a3833022bd88efa0244dd4c5f8486c8677e94685a615abf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4654, '2023-01-18 17:40:58', 'SALE/POS2023/01/4664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1beff9303f376fd53b75b5c988cad7b80ca77c7e67f30477a72ee5268e011117', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4655, '2023-01-18 17:42:48', 'SALE/POS2023/01/4665', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '81.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2893ee9b3b49f6a0e399703c565a1f709620a820423cc200a8611daf92c4703', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4656, '2023-01-18 17:45:15', 'SALE/POS2023/01/4666', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '810de05d10605a4e7d87a29203c6e76fa86fbd5387dbaf91c1120df005806bc8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4657, '2023-01-18 17:47:13', 'SALE/POS2023/01/4667', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df42228a8154eb9ec1c405516854a8dadab42cd54812e6566f72b5da63f91f97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4658, '2023-01-18 17:50:46', 'SALE/POS2023/01/4668', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0930937d3c3b530f23a7af9fe501d68c0a41296e559676ebca0a5e36f2a7a7c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4659, '2023-01-18 17:52:50', 'SALE/POS2023/01/4669', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb93c96ab222f1c1ed305567737c5773375d1792726057bded76edfc3ef210b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4660, '2023-01-18 17:56:26', 'SALE/POS2023/01/4670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '128.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '128.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24d32bc6a6526e98b7d2fb3ff539d24a3aaa6574c1b7143c54f0cd1dadfe86f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4661, '2023-01-18 18:01:16', 'SALE/POS2023/01/4671', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e078fee78f94d091aaacede53737ae3f1f9a87890ae428e9f6cb4245740f3185', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4662, '2023-01-18 18:04:57', 'SALE/POS2023/01/4672', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '80.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89aeac408b9c5dc2d484bcb795b60d28fc43b955179a46e0524c49f3112d81ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4663, '2023-01-18 18:08:04', 'SALE/POS2023/01/4673', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '156.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '156.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '156.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0ce8d646ce7a82600a5b340fc034a4c49d7014ca94716d47671793395786f20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4664, '2023-01-18 18:14:08', 'SALE/POS2023/01/4674', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '186.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '186.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '186.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1378c583101a0ed4c183da908c4a998b17a9548ef1616b2dbb4b0e27d5711afd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4665, '2023-01-18 18:18:07', 'SALE/POS2023/01/4675', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '97.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '97.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '97.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c0b02eedc7e8e4fca454c0d535d0bab7820da062056dda1fd63fe85a2beaffe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4666, '2023-01-18 18:20:52', 'SALE/POS2023/01/4676', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '52.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be4b593d1c30e5c360d29dd0c500cdc7fdf11b98a0f03c31aac0a76e5c678dd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4667, '2023-01-18 18:22:50', 'SALE/POS2023/01/4677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a2f9de7522ddd64e70ab145846003d6070823505125229b035efd4dd0d07035', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4668, '2023-01-18 18:26:54', 'SALE/POS2023/01/4678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '180.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '180.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b5d8f702e028d9cf6f8017c02cd8cb974b21b25c37faccbfc7f2ec4d809456b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4669, '2023-01-18 18:37:58', 'SALE/POS2023/01/4679', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56766c261e8dec9a24da2d569b27b773426a5deee6de2b949aca34520da3fa05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4670, '2023-01-18 18:43:14', 'SALE/POS2023/01/4680', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '390.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '390.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 132, 1, '390.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edb6f300e52227bfa0e664b3ca0f87c7cc6a6f6f78c2a9a48011be24dcf094c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4671, '2023-01-18 18:49:28', 'SALE/POS2023/01/4681', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84ae18c2dc37bc1055d086176275c082281c2f77609251f95fbbb362ccab5fc8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4672, '2023-01-18 18:50:19', 'SALE/POS2023/01/4682', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f062a136377c5f260ef15e854201a29f6808cb16f4cfd834c7f0fec9dae6c331', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4673, '2023-01-18 19:14:15', 'SALE/POS2023/01/4683', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f42e56c3e17bf04be543b5f48c99450b6e69258258373a3ae7200dd151fefdb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4674, '2023-01-18 19:15:38', 'SALE/POS2023/01/4684', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16e5732323d9f3b7f3aff9300316bd1643a356a7f8b5296218166f70e35a793e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4675, '2023-01-18 19:18:42', 'SALE/POS2023/01/4685', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8ea838c0f09d5284c5d667774e7060e7ebf011a770b925b5dd1cc92815d17ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4676, '2023-01-18 19:22:25', 'SALE/POS2023/01/4686', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '60.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e8abfe28215e209ab426da08f7a9a7632dd8da5c4ed1ee326cab5274ffd2a3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4677, '2023-01-18 19:25:25', 'SALE/POS2023/01/4687', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f4f604c3f22ab3b5d71af8b26b93014b5818aedb2efeba28e3f91bde92d9cf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4678, '2023-01-18 19:42:54', 'SALE/POS2023/01/4688', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eab1e1db70909230d25e3ab046243f09406c8c2cfc0f0a9fcb82caf4919fa152', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4679, '2023-01-18 19:59:03', 'SALE/POS2023/01/4689', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4c64793460ad786745a3c5469eaeae6414eb1f4cd29ac32729b40216de3b122', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4680, '2023-01-19 06:02:24', 'SALE/POS2023/01/4690', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '74.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '74.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '74.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '793c921f3524eb46e46d850a98923dbaea4c899b087bd6c26d45213a4aae19ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4681, '2023-01-19 06:03:47', 'SALE/POS2023/01/4691', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9246272671f0174a13c45d8873ed7eecef0ba73a1b513775bafe19aa745c47e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4682, '2023-01-19 06:29:48', 'SALE/POS2023/01/4692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4821b5351385df5e9e5b662aedf3d4be983353acae36f8bc4366032bc711af4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4683, '2023-01-19 06:41:43', 'SALE/POS2023/01/4693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70e34c091adbcfbf215278d9defa0eedcaa4232f517f5e5d628803d414419625', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4684, '2023-01-19 06:42:01', 'SALE/POS2023/01/4694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc18155ecdf6730724373dd3e49185fc4f3d4ea4be8a9a86d3a384f9a7cd1d46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4685, '2023-01-19 06:43:43', 'SALE/POS2023/01/4695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9ddb5ffae5ab033b0db6462c156abb9247b20c49d066df65e238ca44a45479c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4686, '2023-01-19 06:48:09', 'SALE/POS2023/01/4696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b00bd6241d140e7ea2f564282ee0ce93d3ac49d71ade223b7afd529aaa567c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4687, '2023-01-19 06:49:07', 'SALE/POS2023/01/4697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '021ee58f2534b6b8183ddce47aac22582e7b2ccdc216f2b41ebb345652d760dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4688, '2023-01-19 06:51:22', 'SALE/POS2023/01/4698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78c0e49c5ded5d9be7af6b96232af93fc8f279644f89766177d6bc15652eb857', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4689, '2023-01-19 06:57:54', 'SALE/POS2023/01/4699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88db28e7376092bab2575acd9987ba9b19f6f1d78584c21c76cc9b9993ecceb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4690, '2023-01-19 07:01:25', 'SALE/POS2023/01/4700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '979d77934fb5eb6b5f969b0558a56591cd1bf3585e225f2bece796cfd279776c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4691, '2023-01-19 07:05:57', 'SALE/POS2023/01/4701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93a521d39f552a4b10aff047b460f5b069592fab66c1dbd572df7ff1ec1be780', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4692, '2023-01-19 07:09:58', 'SALE/POS2023/01/4702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df0d7abd4d920d80ba8f9eeffcb2639de7d81d54d49257d5856ccd92dd4caba2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4693, '2023-01-19 07:11:17', 'SALE/POS2023/01/4703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5b3e83054569b437a45a8666c4ae4faeebfb7dfa92c410cc6201f6ba787e8ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4694, '2023-01-19 07:22:45', 'SALE/POS2023/01/4704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5050a023b5c769e081201288830c3057568b2400ea5585c910955626708579ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4695, '2023-01-19 07:25:26', 'SALE/POS2023/01/4705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58426cf87db6f23d2ca3acd7ded5c168e78e5a8711993bfcdd10f7616982e02c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4696, '2023-01-19 07:28:13', 'SALE/POS2023/01/4706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17020f616bff5bd7b144ea114095b79dc80866aba7e83a8ea70664901bc43086', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4697, '2023-01-19 07:51:46', 'SALE/POS2023/01/4707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31d5a9d5ff75717aafbdea1652084289e7c9778f93f1f7e5d48e015fc2190728', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4698, '2023-01-19 07:53:49', 'SALE/POS2023/01/4708', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80dddbb51c83a19cce40b11525484e79c0e5cc1cdc11cff54fbb1484ce09f2d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4699, '2023-01-19 08:04:28', 'SALE/POS2023/01/4709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de288a8833abbc923863c7cb047d3f5b45990304ff0cea0c8926fbba2eddae71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4700, '2023-01-19 08:14:25', 'SALE/POS2023/01/4710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09ba11c9e8b325898b68e81148f71f2021f792f44ccf447c5164e05443a06e4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4701, '2023-01-19 08:17:11', 'SALE/POS2023/01/4711', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a07f271d85c1e8154a6723c52afdbf85c9ad8e9b9a10305e8fd75c035c1a5b8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4702, '2023-01-19 08:22:21', 'SALE/POS2023/01/4712', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30424eff5fcf33ad611c24037a8a1ec8f7d977587d74f0704046c0e98631c8ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4703, '2023-01-19 08:42:11', 'SALE/POS2023/01/4713', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3621e83f33b561e70cf00f9637fa18ed18e062fc3e0b575bcea1c5f8c3df9e53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4704, '2023-01-19 09:39:59', 'SALE/POS2023/01/4714', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12ff2bd867c33aa1144bc001e3377b37fa53e7f048e86afe10c2922e935c1b28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4705, '2023-01-19 09:48:23', 'SALE/POS2023/01/4715', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '273fa48b89a0f11e29d9e92f8df5394d4abb53c525f6a4af665cc4186d9fcb65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4706, '2023-01-19 10:14:24', 'SALE/POS2023/01/4716', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '573ae5ced53171582357d0b1e47c95e0a93dbe7110066531749ea037136d1c75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4707, '2023-01-19 12:01:02', 'SALE/POS2023/01/4717', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cb7cafe88a223f00cf703437d9a84cbff8819f6c4a70c5b1e6fa16163b3f632', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4708, '2023-01-19 12:02:37', 'SALE/POS2023/01/4718', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c10c568a077cefe8f6156f04a3be5909f1f3ef453dba7a5841c81164e099fba5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4709, '2023-01-19 12:04:11', 'SALE/POS2023/01/4719', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3e34b165fcaaed1bc0ed2c7cd24b62ceebe8938d7b06bef723df9af095d38df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4710, '2023-01-19 12:09:12', 'SALE/POS2023/01/4720', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72567af0b43c364ef433dd0950b32f8bd99b3ec776106c41c99a662051fe3a0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4711, '2023-01-19 12:15:17', 'SALE/POS2023/01/4721', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9a45a98fe7a0a18761366a68490f7c899d8317836e4cf1d6b1a4c71c8957700', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4712, '2023-01-19 12:25:49', 'SALE/POS2023/01/4722', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a0bc6d0f7ae33c9ca9567a92bac6fb3ec743f552680b7db80d1c5f7b4c7d139', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4713, '2023-01-19 12:26:20', 'SALE/POS2023/01/4723', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a72b6875f9adbdef25d00996278aa28d7333d8861d0e0f2f01f55d41fcb6289', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4714, '2023-01-19 12:32:38', 'SALE/POS2023/01/4724', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2833eb772db054eaedd1416feb48226242abd206bd5ca6166f0d003a5411d9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4715, '2023-01-19 12:57:22', 'SALE/POS2023/01/4725', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'facd7d4c10aa931b1abaa724381bd10f8aa46ee3b02364ac2e3c5c04163752cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4716, '2023-01-19 13:09:47', 'SALE/POS2023/01/4726', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1170c25facce26df719aee3a8aa861531ea7c5ad507d4c350c55463a5287f082', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4717, '2023-01-19 13:26:17', 'SALE/POS2023/01/4727', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cc1929ce9f8126355f6b3eb234836ff7e14606617541b6a9491d689fa541b3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4718, '2023-01-19 13:28:49', 'SALE/POS2023/01/4728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0383b4d251780970c6849a7f7919deacb73b77c63229e15ee063909cceb6ebfa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4719, '2023-01-19 13:52:16', 'SALE/POS2023/01/4729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bbbf94a86b3a78bea9f3ba844ff003ab282b6440b266f5628264b525c0b944a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4720, '2023-01-19 13:55:52', 'SALE/POS2023/01/4730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a91e795f4725092ac25c5189705597518d0bca392424a2e3aec1f28bf4f6b46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4721, '2023-01-19 14:23:49', 'SALE/POS2023/01/4731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e43c5886f326f072169fd9ca25090eb720f288ac4a5b59d79e11a7e91625fcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4722, '2023-01-19 14:44:17', 'SALE/POS2023/01/4732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5df1ce280e9b0508a7567fb30feca96b2d6896bc023b1a2e10988c42610c7d1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4723, '2023-01-19 14:49:49', 'SALE/POS2023/01/4733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'beb6cd3ff74a0c76f82fce15867d39b853ee7ae904df3707a6a727e988e7a095', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4724, '2023-01-19 15:36:21', 'SALE/POS2023/01/4734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ccfcf3006990fcd5b2e7d8bf0c65d052e209a7ea8e3641df0527a74b0e248ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4725, '2023-01-19 15:57:34', 'SALE/POS2023/01/4735', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce9e830e648f4f829662dacff71b07450c44994d52e338510d6ab4a6fb438433', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4726, '2023-01-19 16:28:03', 'SALE/POS2023/01/4736', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b8a78272ea4368701d2fcb263a1381f683a563f77fd512cb279d9c12d2f80c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4727, '2023-01-19 17:07:37', 'SALE/POS2023/01/4737', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e168ab2eb64491e55e006196a0f28d8efc6d28575ffa9a24651486eefeafd301', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4728, '2023-01-19 17:21:03', 'SALE/POS2023/01/4738', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '089ad332598604d3bca6c503d7aceb39b88f4d3a174ceea816d527ca25a573c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4729, '2023-01-19 17:23:51', 'SALE/POS2023/01/4739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79ab4b34267a7cd1067ac73628c944f6a9e68a053bb43defff2098b5ef32cc27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4730, '2023-01-19 17:31:25', 'SALE/POS2023/01/4740', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cea5bc9bce7998e05ac5c967acde0c8a4c6be820fc8d11d12ad0a98d50482218', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4731, '2023-01-19 17:35:08', 'SALE/POS2023/01/4741', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4a15082ff5c387de89f70a65344bfcd102844dbceb10bea626c1114df01cd0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4732, '2023-01-19 17:55:18', 'SALE/POS2023/01/4742', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87f8b9ecb9cc36468109f4db15f95d51bf10729468cbb7e8660d9a8b36bdb1cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4733, '2023-01-19 17:57:19', 'SALE/POS2023/01/4743', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4abd8d77b1d5d174a28df9a0364ba20904c94c109d058e5962b68d4f6907b29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4734, '2023-01-19 18:07:28', 'SALE/POS2023/01/4744', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db1614ca14d711d0fd8314baab55b7a81320bf91b662caf11f457868c7d3be3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4735, '2023-01-19 18:37:42', 'SALE/POS2023/01/4745', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd431dc3ac80519921d5304f4607d4131020485c7caced942698f274397f81c54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4736, '2023-01-19 18:56:42', 'SALE/POS2023/01/4746', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa144d76ea2edecf1f72c3913a791919d53598490a035ad960e7aad25c423cde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4737, '2023-01-19 19:02:15', 'SALE/POS2023/01/4747', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07ef64d33721ddf4a083bb65031a07a9abb6c65f92490be4ef95f9dbca81c27e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4738, '2023-01-19 19:03:51', 'SALE/POS2023/01/4748', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60522f17461181dcfd7b6ee95d647aa608d3c9a8ec0b32545ae0e056d9e42f56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4739, '2023-01-19 19:08:51', 'SALE/POS2023/01/4749', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6da520ddd3699ae75a83932c64a53a9f6df191f5482b06114f9b18fc532a2eb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4740, '2023-01-19 19:16:37', 'SALE/POS2023/01/4750', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5855ff36933207477ff936de59e731f142d25a945d38ebdfc17fdb7be5fa4a46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4741, '2023-01-19 19:25:08', 'SALE/POS2023/01/4751', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60a03c236d04756b3d88d764e3b0679b0dd00808e4436a5e4ec188749f56a486', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4742, '2023-01-19 19:34:45', 'SALE/POS2023/01/4752', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0df3cf7fa8fc978c1b9769dad40f477a1efb001b47e279ed0bb0e5fa672a1a07', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4743, '2023-01-19 19:35:50', 'SALE/POS2023/01/4753', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bb9c484ea1cf5901328ca77b77e3e190aa997b2f506efc26a3a415b6fe5b068', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4744, '2023-01-19 19:37:08', 'SALE/POS2023/01/4754', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33d7b30b7e7ce2bcadc909b55f3d22a23e60d55172b65fc47abd8959bfb0697a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4745, '2023-01-19 19:53:04', 'SALE/POS2023/01/4755', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8655bb23e6c2e13cb4a2726d654baa06195b3893e4261ce05e89c368335c3781', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4746, '2023-01-20 06:52:19', 'SALE/POS2023/01/4756', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '62.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b9724bd7af396a9c0ecceca65032439198f68e9c520e218f6c1b9fb5fa844fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4747, '2023-01-20 06:55:31', 'SALE/POS2023/01/4757', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a01d295cf13f72201e9a952984eff8eeb9cbc09756981f875251c4b65fd35d2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4748, '2023-01-20 07:36:51', 'SALE/POS2023/01/4758', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cbd4919d5329099275ee800b760df84abc302ff910110447dee80a7581c228c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4749, '2023-01-20 08:03:20', 'SALE/POS2023/01/4759', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbc75dbd78d0bcfa59616afa58dd8c52babd1e51053cdcd9ee4083816129ce83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4750, '2023-01-20 08:09:23', 'SALE/POS2023/01/4760', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d10f13a98404943394e4a2786a6d39c1b3125af5a020f7f2fa209fc7798c784', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4751, '2023-01-20 08:12:29', 'SALE/POS2023/01/4761', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b1d9647d75315e4691e767b21de1b275d74ba2695ab24154fdbf624df0d191c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4752, '2023-01-20 08:16:15', 'SALE/POS2023/01/4762', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c49d900b3a939c6f715a23c924d00c968713cf6323073b99901d16bff3398335', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4753, '2023-01-20 08:42:22', 'SALE/POS2023/01/4763', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5a7470995aacce0e610d3e4fd539eeb33a930d905f7a5c183d111dcb2658e0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4754, '2023-01-20 09:05:14', 'SALE/POS2023/01/4764', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18db37f134468591c048ab00cd11482db01d3caa78a3d24572f9678822a9bba7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4755, '2023-01-20 09:57:37', 'SALE/POS2023/01/4765', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d5fffc75a25a6171975de69eb187309aeea6275b632088d36472cea81b0854c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4756, '2023-01-20 10:43:26', 'SALE/POS2023/01/4766', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71250f6474db2a656a05b092a1721685072bcede4b6e3724b6d1c88b352a1467', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4757, '2023-01-20 10:48:56', 'SALE/POS2023/01/4767', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3c0cc5f4800e4732e86c40e2f16ba9ebae2acfdb485fdebfc5bfa05fe3a66e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4758, '2023-01-20 10:55:11', 'SALE/POS2023/01/4768', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c4b471a9945b118b2f715efa016b74dec58ac058c1429ff0ec90c08ca861a13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4759, '2023-01-20 11:07:22', 'SALE/POS2023/01/4769', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56b301e5bc8b184ec75f5ffc55551b39ad6099380fa330351057048d6c28828f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4760, '2023-01-20 11:42:49', 'SALE/POS2023/01/4770', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '73.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf5fca7792893d65f6cd1013ca10c2857d0106835435f6da05e7aa09938f4e0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4761, '2023-01-20 11:59:09', 'SALE/POS2023/01/4771', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdd3904ca4d90fced54871455b96e0b131557e731e90fc5234ddf0b3933e8ec7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4762, '2023-01-20 12:23:03', 'SALE/POS2023/01/4772', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f92d04b084418c71ccf395dcf75876002b90c8d07b12a14e1cf05430cf5993d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4763, '2023-01-20 12:53:25', 'SALE/POS2023/01/4773', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d8a1694fc9b06dce16ea7702db50508fe28191a35a7b9e7cf6c9d967622099a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4764, '2023-01-20 13:14:04', 'SALE/POS2023/01/4774', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8872baeaa9bda64c86df9d4cd2f5296ad17ac7432ed8a79cba2f3a2d4ab05c50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4765, '2023-01-20 13:15:57', 'SALE/POS2023/01/4775', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa113ccb63da8adc63de3603c4539d804676125b3c47d5720d1b34884a04f358', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4766, '2023-01-20 13:38:56', 'SALE/POS2023/01/4776', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13455808e47ea6812aad779e76faf44b2828c4b416d99390995c93cf281f12f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4767, '2023-01-20 14:03:33', 'SALE/POS2023/01/4777', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01c1a0cc469cb96a370d773ad49e78b5c458c4f22a4073f46de772cb9b0143a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4768, '2023-01-20 14:04:02', 'SALE/POS2023/01/4778', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '871aeff7223c2c286f483543bb8abff745fa4be9ce9fb7118994b141093a4eaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4769, '2023-01-20 14:10:44', 'SALE/POS2023/01/4779', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5e7298892beb14b58a023a0cb1286d64a371cd9cabb2c1ed8f3d8a02bed32a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4770, '2023-01-20 14:32:18', 'SALE/POS2023/01/4780', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24becf51df01ed90ab861ebc5c62bcc90febd6d0fc588d0ba1772ff60262eef1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4771, '2023-01-20 14:32:45', 'SALE/POS2023/01/4781', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd13a39091c8baf9a90f2c268cd5210adb46ddd480e270797ae9ec7a96cd008c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4772, '2023-01-20 14:54:20', 'SALE/POS2023/01/4782', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f093eadb536b181b44044779f0f4953d573a9f6602749811ff1d345cf2b365a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4773, '2023-01-20 15:37:58', 'SALE/POS2023/01/4783', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '798389d74b7768313a26817fa9b71ac8159579c99749143871ef703d40d31eeb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4774, '2023-01-20 15:40:32', 'SALE/POS2023/01/4784', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30191d5fc50e62d398cdbe4f945ceac6685cea1e982ce55fc87736da0314594b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4775, '2023-01-20 16:15:17', 'SALE/POS2023/01/4785', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '253de6b08362cfdfa062911fe5bceb4d36d4f9b0e4a9423afd61a4a9c9c9d70d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4776, '2023-01-20 16:27:19', 'SALE/POS2023/01/4786', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d6b3f262060381a8613cb390bf26be2e7091d475d04cf886036422ae4d35175', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4777, '2023-01-20 17:17:08', 'SALE/POS2023/01/4787', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '436a1d58d7ab0eccdfa38a2f1094ae5fb95031cce02e4d39622df76ff242c1ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4778, '2023-01-20 17:20:09', 'SALE/POS2023/01/4788', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27b1de2566d194f15274572b4abe05ea0ef76d87ee1080e87e238739082f11cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4779, '2023-01-20 17:21:09', 'SALE/POS2023/01/4789', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '645d89e13d908124843f5d69eb5d98da1a52aa0fd58812d62b47bb7e09062ff2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4780, '2023-01-20 17:24:01', 'SALE/POS2023/01/4790', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de3ab8a95256e8680b4c38d719f831251061ffb8213d320fd23f06942bad4704', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4781, '2023-01-20 17:27:30', 'SALE/POS2023/01/4791', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1b7a2b59c1dc42379b2646ce83949b88a1697c3a68ff57fc84f7365ed7df776', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4782, '2023-01-20 17:28:18', 'SALE/POS2023/01/4792', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e46439fe570a012da457cf5ca1c9c4e12b6b2c5c83db46226a2628c2684ef62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4783, '2023-01-20 17:29:53', 'SALE/POS2023/01/4793', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6caed0190a723aa6871f0af8a149b66be18932830dccb8166043d3fe4c397d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4784, '2023-01-20 17:30:36', 'SALE/POS2023/01/4794', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92390539dbd625b351591f155c00e2092cc59073580bc2c6afdb5d3b16fd9f80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4785, '2023-01-20 18:00:48', 'SALE/POS2023/01/4795', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93e806217ae96184570f6d26e54babb89aa108ae3cca28bd1548f8dad4019ae9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4786, '2023-01-20 18:58:01', 'SALE/POS2023/01/4796', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5239d64d1e01b4e230b909bd3fc4cb90053a202d1cb17aa99e197d6966cdf457', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4787, '2023-01-20 19:29:54', 'SALE/POS2023/01/4797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e59c7b7bc84e14e2216950169819e150efc12428abcda1b39be3601bd9e4b655', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4788, '2023-01-20 19:46:25', 'SALE/POS2023/01/4798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2ecbc01f351e3193ac5aa1ebea61cf6f8210efaccfed19bbd0af915f09fa445', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4789, '2023-01-20 19:49:17', 'SALE/POS2023/01/4799', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4818e288c6b15e77aa54f08da41cd590e69532d6e4a3f297062ad59b1a2c5f8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4790, '2023-01-21 05:48:20', 'SALE/POS2023/01/4800', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0039391704acb85b19b172cc39f92d085411575c81e68a5cc38f4865cdf94839', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4791, '2023-01-21 06:34:20', 'SALE/POS2023/01/4801', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '282.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '282.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '282.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12f01d7be168fd1f01650bbe54862d01ae2f947b1a3f697162c72c924ae46115', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4792, '2023-01-21 06:40:22', 'SALE/POS2023/01/4802', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fed4482030c52775fd72e3fbb55b2d2d24597eef5d3ef60261ac701c845f38d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4793, '2023-01-21 06:44:18', 'SALE/POS2023/01/4803', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7a01c61ab24c70388906dae71d76fb44fdad6f076ff0b642e2d1260f96704dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4794, '2023-01-21 06:51:55', 'SALE/POS2023/01/4804', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '805668ef2d7881168e855e37b2f95de29a623ec9edcfd5412e3421b22ff66d17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4795, '2023-01-21 07:02:22', 'SALE/POS2023/01/4805', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c275d2b6662e2947eb82f4dfe48675dfaf64a553a5631744cbb98689ff6ff76b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4796, '2023-01-21 07:12:01', 'SALE/POS2023/01/4806', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '38.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1d1c78cb9eb87e47f8d55fa1cedff16d220b3597d1839a8fbfb2fef9ba8ec4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4797, '2023-01-21 07:15:33', 'SALE/POS2023/01/4807', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24fa3df8731fa3c685d3e0fc2824caf6f302b1aab5181faa15599ef88b6dfdb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4798, '2023-01-21 07:28:17', 'SALE/POS2023/01/4808', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f40b2e379f7c4e473da53cee82320644c3bbe420f7043ef53433bdb966161112', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4799, '2023-01-21 07:42:27', 'SALE/POS2023/01/4809', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90e162b167d3ab470e22174e88006548342458d68c229a346e89f7ef30e219a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4800, '2023-01-21 07:45:35', 'SALE/POS2023/01/4810', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '567828f099430b00f6162384af23e64ccc44d76c07bdc64bf09eda96483eb7c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4801, '2023-01-21 07:57:13', 'SALE/POS2023/01/4811', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0c15771b7ea66ead14af110388c1eef4a13eb0b31c02f197fac388eda71eb5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4802, '2023-01-21 07:59:00', 'SALE/POS2023/01/4812', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03b268fa692cb748d194f2a9ab28cc47f8cd0ee6c2f50f4a5f75083d8d7b843e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4803, '2023-01-21 09:45:11', 'SALE/POS2023/01/4813', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68d73dc8b32ab04a66993064a8e2b385e1c2512b0798309449492fd4db01280a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4804, '2023-01-21 09:48:38', 'SALE/POS2023/01/4814', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '180.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '180.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b83b25534546d393c311c79eba5e42a8480c66dcb241c3eea62e63426fb965b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4805, '2023-01-21 09:49:57', 'SALE/POS2023/01/4815', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fde283d2d6ac108d8e1ddfc2ba2113d6a3ee5b5bf21778b7b28d7a2e5735f2d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4806, '2023-01-21 10:37:08', 'SALE/POS2023/01/4816', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f70fdd313eded493ca8898c24898cbf6c68b1eedbfb492e5676fe889de74e38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4807, '2023-01-21 11:23:43', 'SALE/POS2023/01/4817', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd856637ef53acc395e6d102f1eac59469f55fe5a4a11b5b6044e9721669654fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4808, '2023-01-21 11:25:19', 'SALE/POS2023/01/4818', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd98cd6f9e92e2aa52f7e4aad7e6cc11539976749891630cb130935f8a1edf7be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4809, '2023-01-21 11:35:17', 'SALE/POS2023/01/4819', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd01e549c1b58d5429e116e56bd7fd6330a5232967ff7976c02dc204a0d4b3fae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4810, '2023-01-21 11:40:01', 'SALE/POS2023/01/4820', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7a51b98f063dc61881e766071e88216b32b24c1857c8c2559ad9f90659fd1fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4811, '2023-01-21 11:51:31', 'SALE/POS2023/01/4821', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edc84e5b1b0ddaebc12393a44ff69231f1b71a008c029c060c87336bdd907ff5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4812, '2023-01-21 12:11:00', 'SALE/POS2023/01/4822', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8237a538ec0ef8f8a96ffa6b986dd16726e11945ea8a5578a19a4d4d6e103820', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4813, '2023-01-21 12:18:51', 'SALE/POS2023/01/4823', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd745884efa3ff2291f619b7d8d34b1709291d6bf3e5a0a625aa109e74e4d2c88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4814, '2023-01-21 12:30:29', 'SALE/POS2023/01/4824', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc4d2bbc9016740e315712432616d1ac51a6d7bc664bb0ff020ae45bd4ab4002', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4815, '2023-01-21 12:38:39', 'SALE/POS2023/01/4825', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2317c47c948dbb02dc8110c0314eb9155f47edb8a981c52c8f1a7115138da0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4816, '2023-01-21 12:39:06', 'SALE/POS2023/01/4826', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e8389ae846b8d4b56d9989583cfedb8ed2ed0eb8efa64509d040ca0e14a0319', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4817, '2023-01-21 13:26:29', 'SALE/POS2023/01/4827', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ba88b964950a14b3eb2280ba37f7faf9794585049bae6a5624fcb5cfeb21bb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4818, '2023-01-21 14:20:57', 'SALE/POS2023/01/4828', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a736bab59ee7f547d6a21c97d2b65dbe1741dc6a84d6beab451592208383cd9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4819, '2023-01-21 14:40:02', 'SALE/POS2023/01/4829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23bc5a56d62529f9be176a9f60e2ebd09e671fd75ea11f476a4f9e69e6cdbe13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4820, '2023-01-21 14:42:33', 'SALE/POS2023/01/4830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c5c8f418518fbf130719c2af2311108be403a386b1c2e90fb3db0c20e9e8f82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4821, '2023-01-21 15:01:26', 'SALE/POS2023/01/4831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '682ead4491977e9fac9f778e79d56705ec872782087b9f99ee1215350ab9e715', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4822, '2023-01-21 15:08:17', 'SALE/POS2023/01/4832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03c2697a5ce09fba67fd7237df1dc445e30b0425a5b1abccb09c8bc34fdb1c0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4823, '2023-01-21 15:39:49', 'SALE/POS2023/01/4833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1f92823afd643640f04fe99d47e5f6abe642e80423c73127b25204d5f684a60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4824, '2023-01-21 15:41:59', 'SALE/POS2023/01/4834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '836f873ae84cab7068a7cdd73d5181a72310ac30b9d4e7298dc16fcde7eca5c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4825, '2023-01-21 15:49:13', 'SALE/POS2023/01/4835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0c0e051a3c45059403727cb91d9d0ccb6e85d39de2a79ccddeb4fe6a7252f34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4826, '2023-01-21 16:12:08', 'SALE/POS2023/01/4836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f97b069aeb9b1cecb10cf8b864978099e740271a67f6055365cb9829e98721bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4827, '2023-01-21 17:14:43', 'SALE/POS2023/01/4837', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '747b0092f2784f2c00216ae1149d0a088f508350aa9542f6d5a887969caf2154', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4828, '2023-01-21 17:26:11', 'SALE/POS2023/01/4838', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '647ad6a85ebb107ba25916edf895ec344e14b56a397e67efced3d20b174f956d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4829, '2023-01-21 17:35:04', 'SALE/POS2023/01/4839', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8782658e861e3abc561e5086d4ccaac5b8cda217dd074c17479542836d268c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4830, '2023-01-21 17:36:54', 'SALE/POS2023/01/4840', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd52acfddc633b02396d89fb84977a7b7e5015382540482fa9bb668bf514eae25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4831, '2023-01-21 18:23:24', 'SALE/POS2023/01/4841', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c37facee695709b198ce0c71575b6fd5caa27a8d48365133118adc821042f337', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4832, '2023-01-21 18:29:41', 'SALE/POS2023/01/4842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2f156ad88b80ee973e60afa8af5b3e85a84bc5473bc129b188dd90b6fa0d591', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4833, '2023-01-21 18:42:17', 'SALE/POS2023/01/4843', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5510775e17176641180721034564facdac793d3af5ed5dd7cbcc943d44a869b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4834, '2023-01-21 18:43:36', 'SALE/POS2023/01/4844', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3326a0d29bdf2b167d3d7ca9bbf1b59571e76c616f9a2135e286c66a13ab5067', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4835, '2023-01-21 18:50:29', 'SALE/POS2023/01/4845', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5a0c38a6df47a805aa5a2ca3c3e33f18a8b6c1fc37331aace02d4cb7d94a9a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4836, '2023-01-21 18:58:20', 'SALE/POS2023/01/4846', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71fd214069486f6231bd25d6fff98572e4bcc2ac16cc7a8388e366b54f066139', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4837, '2023-01-21 19:00:05', 'SALE/POS2023/01/4847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aff218ede2509fc15150b4416ebee7821ed1d3e195faa176f0a75448e50ef8f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4838, '2023-01-21 19:08:19', 'SALE/POS2023/01/4848', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cd721ec6734b0263fd47c235e12c7972e714d02141025256706f7fa5f9786df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4839, '2023-01-21 19:27:13', 'SALE/POS2023/01/4849', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6995e8f142aea2584f84ac92375387ade93e56f04c6ba113c1a6a01ea94c5c5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4840, '2023-01-21 19:36:27', 'SALE/POS2023/01/4850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3605b4e44826eaa5361c385984cff0ee8a3e5a3922ce7e46432db00a67cb4fb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4841, '2023-01-21 19:37:13', 'SALE/POS2023/01/4851', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00fad8235c5648862299079588a9c219428339ee4fbe543968c5196da03ef519', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4842, '2023-01-22 06:27:26', 'SALE/POS2023/01/4852', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '097e819a03435df68a8582e7a119308454cf8fc43620cab2c09f0d58d80708f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4843, '2023-01-22 06:31:28', 'SALE/POS2023/01/4853', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6b041ff64efe10f1f4cbc4243905f259a287a5bcdcc4f717981e9a86b37f9db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4844, '2023-01-22 07:22:20', 'SALE/POS2023/01/4854', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cda0d95d73bb902ae01cfad193b3046c4e60a0884b2182e670c3d1c0697364f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4845, '2023-01-22 07:32:50', 'SALE/POS2023/01/4855', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1abf952219e1cf00e0fef205b047455055cbba97863ccfeaa938f3853d894a59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4846, '2023-01-22 07:47:25', 'SALE/POS2023/01/4856', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1dfe0e6585b0534db9b96248c93c213c2abc6525b17109759ea3a6fd0686c936', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4847, '2023-01-22 07:55:21', 'SALE/POS2023/01/4857', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8074ddb5c5cbe673661f4072761ba73c6d2ef785e943684952a35d65aaa7a77e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4848, '2023-01-22 08:03:21', 'SALE/POS2023/01/4858', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e02fae2c46b3f96ca063193e5c2b51f8cfd9a4153d1da4cf3539e3057eabf6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4849, '2023-01-22 08:31:43', 'SALE/POS2023/01/4859', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5df68a64f61cdcc8a1426b064af67135336253d88ccabd37ae282175eda4a9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4850, '2023-01-22 08:33:30', 'SALE/POS2023/01/4860', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55dc19c8b4c03dfc34c37495491981f38988d29978d7a827c5f613b3074bd8bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4851, '2023-01-22 09:18:34', 'SALE/POS2023/01/4861', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a81d3b0621a3c8d192afb3ea23c62811fbb592a3664d13e3bf96ef8f7b29ebb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4852, '2023-01-22 09:45:02', 'SALE/POS2023/01/4862', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9fdad0420cdb52f50a26c989dda49828cbd63cd7607c0231b2af878ba2a6953', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4853, '2023-01-22 09:57:05', 'SALE/POS2023/01/4863', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65c17090ded656ecd56eefbbdc1f76c161d9bdec1dad3518dade31a8a0149ef2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4854, '2023-01-22 10:03:38', 'SALE/POS2023/01/4864', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2b36548670c8af1ab977eaa5992adc0938010e55b18941cec854220710879dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4855, '2023-01-22 10:55:06', 'SALE/POS2023/01/4865', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '59.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60afc96a890b2048e630e832270819f83752d36dfd9be79d09254219afc2368e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4856, '2023-01-22 11:01:16', 'SALE/POS2023/01/4866', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '900b8a62566adb8a66391a11fdd017516eb42681db55cf2c9b7a1fd3354a0eef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4857, '2023-01-22 11:04:05', 'SALE/POS2023/01/4867', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbced8e9e56ba9485a0be3acc22de7788a194bef2629e27b42ebedff8ee1bba2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4858, '2023-01-22 11:21:55', 'SALE/POS2023/01/4868', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '46.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75373b6634fafdf448ad7c1021ec4c3dadf6869393b283c9e97d8bc2689adc9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4859, '2023-01-22 11:29:47', 'SALE/POS2023/01/4869', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1d754ab4447744ecb94431cfe0aff8969555cb7552cf084646bb99dea3bd0d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4860, '2023-01-22 11:30:40', 'SALE/POS2023/01/4870', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44c3b05593becd79e5841ce9524caeb72a0a07d0d72390e30a89e989f41fa78c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4861, '2023-01-22 11:40:15', 'SALE/POS2023/01/4871', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3da1e93ec8f9f5e51001edb2a0acdfdb9a085060982e1af3faa357bc407534d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4862, '2023-01-22 12:28:21', 'SALE/POS2023/01/4872', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c13ca4c63b376b48212c70e620814027d06888b7cc1c283c01d0578166d8eb14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4863, '2023-01-22 12:55:53', 'SALE/POS2023/01/4873', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef4948c9a47441daab8ee6784a95ed1e1f9e102f1b07438834526fb847f50c96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4864, '2023-01-22 12:58:53', 'SALE/POS2023/01/4874', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1776bde7ff35945398e725494b9c01759fc32dcb25816910b11f618c44657a02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4865, '2023-01-22 13:12:08', 'SALE/POS2023/01/4875', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e3edfa49e783d21dd07ed7a9971585681e2f87a69f51cc32f71f7f41086e5f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4866, '2023-01-22 13:42:10', 'SALE/POS2023/01/4876', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dcc40d6a2e8b406911e7e7d64a671fe1ad86eda271cc59167f2cef0f6d9dba7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4867, '2023-01-22 14:37:13', 'SALE/POS2023/01/4877', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe2111b3d4e25cbe3b9399e5b8224c18bccc2022c59d1f722b65b2f7370b87d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4868, '2023-01-22 14:38:01', 'SALE/POS2023/01/4878', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da5d852217acbb0844aa21574f4666e691aefcd09b60ed6bd4ba4181c1979bd2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4869, '2023-01-22 14:39:11', 'SALE/POS2023/01/4879', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f2cfb4f944a3b58c8154bb178cbccce2bf10efc489eb502ca4b8823d6802f97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4870, '2023-01-22 14:41:01', 'SALE/POS2023/01/4880', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78b76f53eca3074a81686c8d966453ab6dc3fbf02c38a5db79755b435b596de2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4871, '2023-01-22 14:59:04', 'SALE/POS2023/01/4881', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd881c465714a8491576119a621a85f4d95ce456e3fbdf8af88513989d65f6ec2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4872, '2023-01-22 15:11:42', 'SALE/POS2023/01/4882', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06586d0d8b11bb74fe3e68bc09443f39bf2bb6baf72a36df2b255c9a80d9719d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4873, '2023-01-22 16:04:48', 'SALE/POS2023/01/4883', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7dfd514a7cb32558f4be4d0a92397cc7fa2a798dcb25b8f728e84a654b92c7b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4874, '2023-01-22 16:18:21', 'SALE/POS2023/01/4884', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fec60933236f6ef85f922782d1c7d2a0217ee5061089bd288c8fb3c9f564c0df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4875, '2023-01-22 16:36:50', 'SALE/POS2023/01/4885', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bcdf04967ce856fb3c98b49be824cda3104c014ed4a613982ff9e3958d014d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4876, '2023-01-22 17:23:52', 'SALE/POS2023/01/4886', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c29ea3e28f70b5c3bb514428a1674bd516866f6e7546095d7aba3af94245b2e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4877, '2023-01-22 17:42:58', 'SALE/POS2023/01/4887', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22e52a677ee8fe53a5ff8350003f6ba62c20196aa53d119c239ae94cbad94dc8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4878, '2023-01-22 18:17:10', 'SALE/POS2023/01/4888', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77636680b73c8ae14f3a639e966e9f07dbffc6935cf2c6320a278b0039918f4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4879, '2023-01-22 18:18:42', 'SALE/POS2023/01/4889', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '175731bd406f51dd8fb6b5e7909a2f5de64ae8517e2e87baa4e4ec22d7b27848', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4880, '2023-01-22 18:32:41', 'SALE/POS2023/01/4890', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2c8484f71d90bc6dc641978e2ce3e1b1824518a0faf1757ba58dadae006a405', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4881, '2023-01-22 19:26:17', 'SALE/POS2023/01/4891', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4126df6e9f17caf5ce34327784c734423b1343c363df74f3038b76a51a5272eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4882, '2023-01-22 19:28:28', 'SALE/POS2023/01/4892', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '870c2fca22b8304a74ebd98dff9e1353ffcb2b08c05d8770f27d5e779b9d149f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4883, '2023-01-22 19:32:01', 'SALE/POS2023/01/4893', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e31f3bed766912c64988d141c202d687db66af355a48901e2da57a9a09e92ca8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4884, '2023-01-22 19:36:04', 'SALE/POS2023/01/4894', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66f6c1348f92d2dbf619b009242aeab3746462105e385c3e367c245511f6e6f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4885, '2023-01-23 05:51:19', 'SALE/POS2023/01/4895', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a748bcfa26062318c15824488418cb0d07d4dd2f755a64c922269338e6843a66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4886, '2023-01-23 06:14:57', 'SALE/POS2023/01/4896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aee369d73e4c6997bf7959e19545f23d5b117b9c46fbbbf23512574446f75148', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4887, '2023-01-23 06:58:34', 'SALE/POS2023/01/4897', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '334.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '334.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '334.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '979879cc8297494872fc1d5daba62ff28a15b7b1ee7349e2f156af0323c303a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4888, '2023-01-23 07:07:03', 'SALE/POS2023/01/4898', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a8799399bad13407266a75719c00a1c7ba4b4e62ff5043a39cc247a6e8b1f9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4889, '2023-01-23 07:12:33', 'SALE/POS2023/01/4899', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d686772ffefe3063c87b11dcadb60a92db4231ac16d70464494f85df993c350', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4890, '2023-01-23 07:13:08', 'SALE/POS2023/01/4900', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2db64c38c500126653d171d83c33da2ed3957dbbcf2433fa8f1c10baa571eeaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4891, '2023-01-23 07:15:41', 'SALE/POS2023/01/4901', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '866fc220f2d2c2c47ee31135f56010b3256ff147ad7c41f3faa869db9fb4d5f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4892, '2023-01-23 07:19:02', 'SALE/POS2023/01/4902', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd33728ec9b69b954569c1e71fa92e0acd12c5bc3cb4a3e1f7c8dff4b01b627a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4893, '2023-01-23 07:19:39', 'SALE/POS2023/01/4903', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8319ec49c17994fda562d913bcb3a7319f37f6005b4b37b911955e7814e1663', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4894, '2023-01-23 07:52:25', 'SALE/POS2023/01/4904', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7706d381560db09021c2a26831bdec5ba7e44bd5d4994c14e8f6efcc77ffcf7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4895, '2023-01-23 08:09:19', 'SALE/POS2023/01/4905', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0e8bc2069bd43ee8a5183d947da6b8d9363cf9af6fc218b24ae10a89a17baea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4896, '2023-01-23 08:10:24', 'SALE/POS2023/01/4906', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '41.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0d4c65c0d0c7d6b3d41caa7912d334f83fa814bfab74d9f07be36632a0f8919', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4897, '2023-01-23 08:10:53', 'SALE/POS2023/01/4907', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '864f1c68eed09618da0c60e5793faeb1c47437dca956547f300acf26a9a6ec00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4898, '2023-01-23 08:11:49', 'SALE/POS2023/01/4908', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02ec7a5388cc240c94953402b0a0b6e36f8297d8ea220a410bb68bfbdd119084', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4899, '2023-01-23 08:13:54', 'SALE/POS2023/01/4909', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02c4f485e69e92ef51526426a83b890af4e35f52ecd81c9154f1734935fd5b77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4900, '2023-01-23 08:26:45', 'SALE/POS2023/01/4910', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '81.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56b5374ef1a4c4baf7f998ef56b0429519c191ffbf5a724ab7ae2338ad0474f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4901, '2023-01-23 08:43:57', 'SALE/POS2023/01/4911', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0d2eb391111f6e6a3f05321806044bb2e15592089775e9b84e83a5677f622a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4902, '2023-01-23 09:01:03', 'SALE/POS2023/01/4912', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38c75473cef78ad8514e00633ddf1ebd3d30609c4d51a6c2a7db3c241a5edd0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4903, '2023-01-23 10:34:03', 'SALE/POS2023/01/4913', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4bb35a2e8bd5204971f084ad9bd3059ca2c22ea9b75d4a70517ef19c56b5f09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4904, '2023-01-23 11:17:31', 'SALE/POS2023/01/4914', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff650a2cda575bb295ebd314e10395335820dc78e11aa745d7fdeaee56550cdd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4905, '2023-01-23 12:53:40', 'SALE/POS2023/01/4915', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '256.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '256.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 37, 1, '256.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81e351c0732603c8f13885347055cb3f931238e435bd5f17388ec6d828dcbfb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4906, '2023-01-23 13:12:22', 'SALE/POS2023/01/4916', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9a54fafe1799af9c4ac0f6d82b6ca91ec412e56d6a460e9fda81797e283c515', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4907, '2023-01-23 13:13:01', 'SALE/POS2023/01/4917', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d6159952e75cac5ec3afef593192efd2428cc055bda08072db2f541b6219c42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4908, '2023-01-23 13:17:53', 'SALE/POS2023/01/4918', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9eb7cb0bded9a970a86f3bb763678ff21b158c2454485af9bc628cc4132287e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4909, '2023-01-23 13:20:22', 'SALE/POS2023/01/4919', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebe7d30ed8fb8dabfb5b0bf8a3d59dca0dfb3673cb2df761761ce7325ce3c1f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4910, '2023-01-23 13:58:35', 'SALE/POS2023/01/4920', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '470b020e0be7ad41eac5e2b90074ca791a974a5154d49eb6065e0323f68a96bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4911, '2023-01-23 14:11:33', 'SALE/POS2023/01/4921', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8f34eb8fea8186b0a60057ac3b267996be2d5bc90c98976c2303d1c4a30067c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4912, '2023-01-23 14:12:22', 'SALE/POS2023/01/4922', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ea340233ec509fcf9e79ed2b795d61d7f49bdb117e9602ecbd5fd0e4c66d62f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4913, '2023-01-23 14:19:27', 'SALE/POS2023/01/4923', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52ae332f078352e815e51a1077f6d57e77ead509cb08faccefcd65da88104c18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4914, '2023-01-23 14:36:40', 'SALE/POS2023/01/4924', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5d4426f7b2547468f1eb0b7d40b380a16d25766e5da68eb91139ea69caf9a4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4915, '2023-01-23 14:40:41', 'SALE/POS2023/01/4925', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6381ca1ff4d91f947687c4126fadbdb7e6dac5c54a8263ff6d48715a06f4f28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4916, '2023-01-23 14:43:46', 'SALE/POS2023/01/4926', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07db6b3138c68cc4783a73aeaafe48d835fee700e40346e1b1098c873677811d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4917, '2023-01-23 14:47:09', 'SALE/POS2023/01/4927', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f127b13bd2a9a95597b96dfd82bb53e38460e8f241bfb77007509458b0ba38fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4918, '2023-01-23 14:48:35', 'SALE/POS2023/01/4928', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db583014979aba6fe49757ba839d2de8be8af19d8de6c9d1c9d78f1c1f1a8981', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4919, '2023-01-23 14:54:39', 'SALE/POS2023/01/4929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '478116c04d4ce1ced16fa970a9415c54191e5b814f5a067c90c05135d6497ba4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4920, '2023-01-23 15:21:41', 'SALE/POS2023/01/4930', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce9f4cfcc7a42efc1edd8dfcc155535e13f41aa27d58da85fc79bed9e78c4dfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4921, '2023-01-23 15:25:05', 'SALE/POS2023/01/4931', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7810f077411fb342ea534c080bd96bd0a4386fac2ff0041d3d2bc5d8c63118a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4922, '2023-01-23 15:28:42', 'SALE/POS2023/01/4932', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8aaebd0630e0e5c3ad8c06719984276ccea590bf87ec999392aec4f25638a1d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4923, '2023-01-23 15:34:23', 'SALE/POS2023/01/4933', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1b5b31105fe33bcb302d038025bafefca68437f53fecfedd8681069d8da86c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4924, '2023-01-23 15:35:12', 'SALE/POS2023/01/4934', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa40d909cf50574ca13ce63200bd1d6a763efc6c6a374d4b7eedae5f59bd3008', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4925, '2023-01-23 15:38:46', 'SALE/POS2023/01/4935', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20c802b42e71d7556d2bc2816a9b0bc8dc99a36630dcac75f34476232c2840c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4926, '2023-01-23 15:53:58', 'SALE/POS2023/01/4936', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c529b9ea8f8240b5ecdd20363b14a152aee2148b4685c0dafac7042ea7665d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4927, '2023-01-23 16:06:00', 'SALE/POS2023/01/4937', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4427ef06affc3cce3a177315938e947aaefe6c3ce42d14b9057f6c78ed016be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4928, '2023-01-23 16:07:28', 'SALE/POS2023/01/4938', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24352563af5d3fecfbaee5bc1d310e6de946605c6e65ed6bb56ac2089afe1c5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4929, '2023-01-23 16:13:49', 'SALE/POS2023/01/4939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7dce2783138c2ab81ef36bb434405291c1d630783bb9adef0ec045eb4a044e34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4930, '2023-01-23 16:18:53', 'SALE/POS2023/01/4940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '675084fe9fd105c05a0c0376d41e1311b989c014d549d49a0568fef8dbf1a1d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4931, '2023-01-23 16:25:13', 'SALE/POS2023/01/4941', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65bffdc7ffc1dbcb688596a10226c1077e3f3d74e36540ea7808855a5bbb3cf7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4932, '2023-01-23 16:29:02', 'SALE/POS2023/01/4942', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd57f8184a0e9a7db6ed4d900a0d154f1e54c87a3f8d4494e6a35d3bebe7288ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4933, '2023-01-23 16:30:24', 'SALE/POS2023/01/4943', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1a87091678fefa9c72401ba86ed22984c426f7fa5f7ba8ab51ec7f40fda83eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4934, '2023-01-23 16:46:58', 'SALE/POS2023/01/4944', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57f17f127b3dd427da833f3e9155591b2fc10d61f3b12a1e7f3bf4988b7418ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4935, '2023-01-23 16:50:04', 'SALE/POS2023/01/4945', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c78941a845a318ca64ccaf0e51ffc67208313c7ade3544bd74fd9d39a2fb675', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4936, '2023-01-23 16:53:24', 'SALE/POS2023/01/4946', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a554bf6f064b57f6fb1f8759b335f09b2af12b825a9699fad1b094a30c0b0ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4937, '2023-01-23 16:56:28', 'SALE/POS2023/01/4947', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39e49004cb278ae7c6404347dde581041346f9881f5b33dc0773bbbe283b9324', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4938, '2023-01-23 17:04:55', 'SALE/POS2023/01/4948', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d3132d34e729d836f6d5e1cdc27ecb4480b410ad5d5510e989bdc2c73d94964', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4939, '2023-01-23 17:08:58', 'SALE/POS2023/01/4949', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '544.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '544.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 52, 1, '544.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ebc781545c9ccad293ad412deeeb0ed45ef83d289d3f8cec51e9275e792a388', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4940, '2023-01-23 17:10:59', 'SALE/POS2023/01/4950', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '105.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0bd2a85de769b09037b0ea22d5e51811b9359bf4318ddbfbb61f830b2244784', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4941, '2023-01-23 17:26:19', 'SALE/POS2023/01/4951', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '66.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ec7548be015a3d03aced557d9534cde8e20981738e0fdb309d553798765785d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4942, '2023-01-23 17:31:08', 'SALE/POS2023/01/4952', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 44, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09bbaa1b9fb8d48c77b2dab6339fe95f48e3b73115728db85de8d6e07a403ad9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4943, '2023-01-23 17:33:33', 'SALE/POS2023/01/4953', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b88258c55c85c06ae5c04be2d218b76546adba9c29685b7995d70838eeeca3c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4944, '2023-01-23 17:36:27', 'SALE/POS2023/01/4954', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cf567bd0592e683ef612519d0ccf3da2072cc2b21f361589860c7d6793b4ba9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4945, '2023-01-23 17:42:11', 'SALE/POS2023/01/4955', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd40bb22ad6c58c47c2d2ea0477e23cc895f59ede35528a91281eb964d37a8e62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4946, '2023-01-23 17:44:31', 'SALE/POS2023/01/4956', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b93f725b19ce2a0684b8678d3ffa5872b59b1100fa15a48bc1c0b6c46083882', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4947, '2023-01-23 17:46:10', 'SALE/POS2023/01/4957', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cf9e2de5872417d6fa106afb5ba4cdb3f61b4f9417841d51d99427dd67f0249', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4948, '2023-01-23 17:47:10', 'SALE/POS2023/01/4958', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9879bb5dafad6d5f1ca2fa297d39f08f38ad50356bfeeba14d527f887e0ef12c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4949, '2023-01-23 17:53:01', 'SALE/POS2023/01/4959', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91d416029cf441dde643929891463154ae04dfd30908eed735eeed30cd59a215', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4950, '2023-01-23 18:02:39', 'SALE/POS2023/01/4960', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa671b95a265d89035ebfa53b4b900d4c4dd2d2d75d9a89066371454fc481872', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4951, '2023-01-23 18:03:17', 'SALE/POS2023/01/4961', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd950534dfc5ff49f5514b751520daba5c172fd6c56c2531e955a7d22460eb34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4952, '2023-01-23 18:18:24', 'SALE/POS2023/01/4962', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e9b8836ae44c6ba9196a5c0f0e9cfc6f0ed301300175d4b853ea2fc37245605', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4953, '2023-01-23 18:29:26', 'SALE/POS2023/01/4963', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c518e7f8c6b358898066cdd696a77fccb8e791aa2a9aa6c242733c7d642cfca4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4954, '2023-01-23 18:34:24', 'SALE/POS2023/01/4964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc01483cc916effb95b29d059e44bd0712fb4e9d62454761c632cb90a73bbaac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4955, '2023-01-23 18:37:37', 'SALE/POS2023/01/4965', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '025480eb53164b5fe38cc2e02c4341dd5634fdbc7086f44888d4c9b982e72445', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4956, '2023-01-23 18:41:18', 'SALE/POS2023/01/4966', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5b94e3cbedb3b69c473ba59c6f925107bce7d975ab9c1d353cca0ca39a9286a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4957, '2023-01-23 18:41:41', 'SALE/POS2023/01/4967', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8dc12324c1a6ac1e437181436025886bcbf6ff4e363486e21f675145db08507', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4958, '2023-01-23 18:49:19', 'SALE/POS2023/01/4968', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26b5d65960343256a55b65c8b9bba2692021d9e927a200595fc459e289446f17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4959, '2023-01-23 19:00:06', 'SALE/POS2023/01/4969', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84f7fb91b71845e95fb524a0fe764bd182dd0205ce98f6241214eac1a408a071', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4960, '2023-01-23 19:03:59', 'SALE/POS2023/01/4970', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd82e9bea933b85879dcce26eddc2ad7301b9d38e6c93c023e8685d4220dea84f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4961, '2023-01-23 19:04:20', 'SALE/POS2023/01/4971', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd99a5039e148972897123f8ff5a9d5c236248655a756f1abe04ea79dd9093188', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4962, '2023-01-23 19:07:24', 'SALE/POS2023/01/4972', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd62a224080cc8123c3454f2f646f849d6134406176b1e9977c78e1d853687d01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4963, '2023-01-23 19:14:45', 'SALE/POS2023/01/4973', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '924c73d462014ed276e0f5a78ac03573522e14cb807f0b03586076c7489b3655', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4964, '2023-01-23 19:16:31', 'SALE/POS2023/01/4974', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a7cd8f0243b398accfd556091f5c3cc4eeadc6384d1cbb87ef8999e2854d0fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4965, '2023-01-23 19:21:29', 'SALE/POS2023/01/4975', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6dc9b1123437b204750edcc1f770a914ec85337161cc99c3f7e9fc0a506d1942', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4966, '2023-01-23 19:22:59', 'SALE/POS2023/01/4976', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df7f25d722e0b87ceb354343b7c40ab7d76cab22085db09cf516b38ea315b893', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4967, '2023-01-23 19:30:08', 'SALE/POS2023/01/4977', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '699e919bb47635368c898757285f29f453372e8866fcfd89934e84895e8875d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4968, '2023-01-23 19:38:35', 'SALE/POS2023/01/4978', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6a7beb5be18b2716feec85f6cd0ebb92481b99732d0279ba68abe587f0d0e46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4969, '2023-01-23 19:42:31', 'SALE/POS2023/01/4979', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd98fdd7dba881487fc67ff28f0fd99bbf23e8f6695ccc929b2aa7d524a60db71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4970, '2023-01-23 19:45:47', 'SALE/POS2023/01/4980', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b40bc9bafef171274acf721c7b37ef3de55d732b446783bc581fc25af7ffc542', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4971, '2023-01-23 19:53:35', 'SALE/POS2023/01/4981', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '560a8bf502dd761b05a2396b444f2437db382347c75f550688ff0002852f29e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4972, '2023-01-23 19:55:48', 'SALE/POS2023/01/4982', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de44c1fc38edef981835bac7aeed6828685aedd870918b9732f52a57d1c5d2ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4973, '2023-01-23 19:56:57', 'SALE/POS2023/01/4983', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b913107658d3c492554a0fa526749de2e6f5f87fdaca32dec5473989819aab68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4974, '2023-01-24 06:08:12', 'SALE/POS2023/01/4984', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5f01f0af0f4d0ef0ba8186a43f1cb0e1b4e0b2084c81aceeb12f0aba8e70f19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4975, '2023-01-24 07:21:47', 'SALE/POS2023/01/4985', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd167084f4130042ee84340b1b54a759e219b6241106a3971e6910ac46746b2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4976, '2023-01-24 07:28:38', 'SALE/POS2023/01/4986', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a67629091988d765ecfe1da895e6e91ca8ac8aae9385714569f93d72ed8f2a8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4977, '2023-01-24 07:30:06', 'SALE/POS2023/01/4987', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1df0f53fda21631aee2e208174f57ed8b39edd229015834f679ac0af55e84367', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4978, '2023-01-24 07:39:13', 'SALE/POS2023/01/4988', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd28b0fb21c371163515d8cd829ea6114e41cff7000bdf1624e8be57f93d98983', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4979, '2023-01-24 08:13:02', 'SALE/POS2023/01/4989', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0b30b2367643d1da060b7839b708163e1cec947380289131191a79145531f51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4980, '2023-01-24 08:13:38', 'SALE/POS2023/01/4990', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36e21b6e1192971a9afc936fd454cf3c55bb03c89e318248f797d11f12a70660', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4981, '2023-01-24 08:17:41', 'SALE/POS2023/01/4991', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3900f59e3d95fc98bb731daff145cf7f8cfcc117d4b3f76b38a28fb09fdfe52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4982, '2023-01-24 08:35:57', 'SALE/POS2023/01/4992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cab2b13788b45e4a5c79199c20c5cdb766ace1e055279fba451f941aafbc6b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4983, '2023-01-24 08:52:43', 'SALE/POS2023/01/4993', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54710ea39608462f673873c47ca940b77bb88b7481c4eecb82debad7af999106', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4984, '2023-01-24 09:30:57', 'SALE/POS2023/01/4994', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98b4248b1af19e6aa6ddc8acc4017cb57c9f49bf14bfa583bde052d91c339b84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4985, '2023-01-24 10:03:26', 'SALE/POS2023/01/4995', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bc1fd46a3964b36a5493dfbeedd231974a7a72de4842408d7576be7fcd19987', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4986, '2023-01-24 10:05:06', 'SALE/POS2023/01/4996', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a1c27d3529a21854dfd1e8e82121dd0a46411a928e366ad6f04785f86f16f50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4987, '2023-01-24 10:28:14', 'SALE/POS2023/01/4997', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd432dcb8440c6a2b083fd37e42277d8554e0e63c565da47a3cbff33f8412693', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4988, '2023-01-24 10:29:30', 'SALE/POS2023/01/4998', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cde602c95e66c80e20253abcb8d3b806589c54f3777d71ad204facddd09d75ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4989, '2023-01-24 10:30:03', 'SALE/POS2023/01/4999', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0d5e6fad74d846613ea1a6026ca6918aaece7dedfe5c02c398d5ce1d6f5ba14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4990, '2023-01-24 10:57:25', 'SALE/POS2023/01/5000', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d32c4b66620d36f9003604f607e3c29a3688f8c682479f8455293463579ae82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4991, '2023-01-24 11:21:29', 'SALE/POS2023/01/5001', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9228d6b0e2462b1b3203236079a263b12cd4f384393d46fff27b351962518859', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4992, '2023-01-24 11:39:47', 'SALE/POS2023/01/5002', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19c5b15d4d76b03a075b13209d2a322f8ecf2627fef2f72c50e876131c5d1fb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4993, '2023-01-24 11:46:12', 'SALE/POS2023/01/5003', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '947cc5557aa2df40602256e8a47d8f88ffe3d0a53ad36839f0e5db72e330fa32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4994, '2023-01-24 12:31:00', 'SALE/POS2023/01/5004', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b294296ecbba52f587b6d3dac6612e95e68f20d1b9d2d03cbd60eadfe76839c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4995, '2023-01-24 12:34:30', 'SALE/POS2023/01/5005', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b4aa5a2c89c702485803d02da48c92204caf42fff7f7d0e0dcea0dfa6a57fba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4996, '2023-01-24 13:05:16', 'SALE/POS2023/01/5006', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27bee4da2ae648c369133d9ec1a797b50be2c9be2e8cf32c55af24b9262d936b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4997, '2023-01-24 13:10:11', 'SALE/POS2023/01/5007', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '792db419ae9a2b9331427f9a08cd5dcc4b3b951e9b53e5c20e4fd2970311d421', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4998, '2023-01-24 13:27:52', 'SALE/POS2023/01/5008', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b94b8fab9e4e2f56932b2011f6d32e9ab9f1204f52ffd858be16ee25082eac3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (4999, '2023-01-24 13:39:48', 'SALE/POS2023/01/5009', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '549a37fcea70d49606ff19998cfa0ff28fa1f234ac72218f52b7ff5c729e341e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5000, '2023-01-24 13:41:31', 'SALE/POS2023/01/5010', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c71454dade609216ee59e427604a70e73c5f9d43a4e1c4c7bb6958df8121e2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5001, '2023-01-24 13:52:03', 'SALE/POS2023/01/5011', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd9d85301555c6ea21bfebcf2f2e8de8d06794366c69c6d1a0cb97a492a2c63d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5002, '2023-01-24 14:01:30', 'SALE/POS2023/01/5012', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05e04ef0e27b8787775ed614f135e6dd94fcd4cb2f3ecf57b912624968e1f57b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5003, '2023-01-24 14:09:21', 'SALE/POS2023/01/5013', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '616acec630d3766df0b3792e316e6b11c6944269e49dca2bdf963e1ef9098f7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5004, '2023-01-24 15:17:42', 'SALE/POS2023/01/5014', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31e283fc9c3e7596c682b2eafd6499ce317752cc9301d4296ff577a230779bfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5005, '2023-01-24 15:23:51', 'SALE/POS2023/01/5015', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c788528fcb050c7492fa6f24ac7bd7baba14cf9e139a57c1fa73eb669996eff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5006, '2023-01-24 15:39:26', 'SALE/POS2023/01/5016', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06855287bdbc34a10a94d597811ad4acecba09e65e8526c9932760b77e8eee54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5007, '2023-01-24 16:06:26', 'SALE/POS2023/01/5017', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '148b922b83dbde5f31f4371a6765800ff86dcf58d6b2b8dda7acb1dbc1b5ecc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5008, '2023-01-24 16:08:14', 'SALE/POS2023/01/5018', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a87b0dc33e2dccf52b0728c98458b208f5f2784e2989a7c3b215dca777a31451', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5009, '2023-01-24 16:27:22', 'SALE/POS2023/01/5019', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a36d2ec12ccbd29d1a13673508297a9b6c1fe6e482036a59965b44e751bb9354', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5010, '2023-01-24 16:34:39', 'SALE/POS2023/01/5020', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cddb2d887b01bbfd7ab88139ec36cfafd9118375c580dfe449f2c57d8d434afc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5011, '2023-01-24 16:37:15', 'SALE/POS2023/01/5021', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1a5c311d1ff894bcb014489dcc22f2b625102a800f3e41c0bf4f2d764bdeb72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5012, '2023-01-24 16:43:34', 'SALE/POS2023/01/5022', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e77d18c013ce6930b30df3b5e3e17ecfc719be1d26270f92c67bb0f99c8f0d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5013, '2023-01-24 16:44:25', 'SALE/POS2023/01/5023', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5198c999989d14532dd3a6288edffb0d0fb6250bc1f3a29ff2d8349f4488b3d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5014, '2023-01-24 16:48:20', 'SALE/POS2023/01/5024', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '742.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '742.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '742.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d86155fc5c84cfe9bbe35921733e98e336dc77da99613d7922dfd0aeb0e36bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5015, '2023-01-24 16:50:21', 'SALE/POS2023/01/5025', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '101.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '101.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '101.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6aa85e768d0453d77ed1a0c2b2583dc1a67545c2ff148ec57822c2e1d9b43aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5016, '2023-01-24 16:52:43', 'SALE/POS2023/01/5026', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '276bd244ba77f30fc9c5217be15bd5a66513dac143718de4e3334a1dae247ab9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5017, '2023-01-24 17:01:16', 'SALE/POS2023/01/5027', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaae2d63588fc1b480ebcebc155f86b73d6cccb51aca99ad0f8538a16c7fbf70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5018, '2023-01-24 17:15:38', 'SALE/POS2023/01/5028', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f23100b2e7b53bbd8eef910c157e71114b12b46b8ed9be34d844ad1f8645a40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5019, '2023-01-24 17:24:58', 'SALE/POS2023/01/5029', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57c94bd778b88ab0edbec0a9a60c479169566fd9713f70000729091faaa850a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5020, '2023-01-24 17:25:28', 'SALE/POS2023/01/5030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '900bf143407dcad2dd7cf188ebb1df63fe71da38b1710aeab7b54e2edc6fdf5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5021, '2023-01-24 17:28:08', 'SALE/POS2023/01/5031', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00ef2ff06bea042f61b87d2b6c445488bd4e5cd0d6eea203e367ffc24860bf9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5022, '2023-01-24 17:29:23', 'SALE/POS2023/01/5032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1145b65c7c699cc3aee540f125d2da116f1f9308c447ce66ad094a2277e216d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5023, '2023-01-24 17:43:58', 'SALE/POS2023/01/5033', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '012657a65ba97e697ce9ed202d08b426d41b6d1811538304a2d22da1548f5016', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5024, '2023-01-24 17:45:28', 'SALE/POS2023/01/5034', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16064d6ed695cf12dafbfff7c8c1a54949b0f3680ffbdb13995b152de8f69b35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5025, '2023-01-24 17:47:16', 'SALE/POS2023/01/5035', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5e414341d7ad3a64d15dd5eff372910b1d96e9d6337254eaad96de13e5f52e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5026, '2023-01-24 17:50:41', 'SALE/POS2023/01/5036', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb6365d46b6ee48f7830b9fd2a228e7c2ea69675e34ecf4af36fed784e49d5d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5027, '2023-01-24 18:13:19', 'SALE/POS2023/01/5037', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74aba40741b6698e7c81fdbf619ae52b8f0b11af80765dc2f0d3f208303177e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5028, '2023-01-24 18:23:13', 'SALE/POS2023/01/5038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ccf6a5fa38dcdc89e1e6afd198bf22872c95b8e873836ad8144709a8e103bbb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5029, '2023-01-24 18:36:02', 'SALE/POS2023/01/5039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e9dabf820c209333b538b749fa27b983e77a3a2fb225f6b3f8d9eccda254c4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5030, '2023-01-24 18:50:39', 'SALE/POS2023/01/5040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a7819b1654c6d6660a9e55b1a9f876640b43e94894c5e542ecf223b0c5d55c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5031, '2023-01-24 18:51:26', 'SALE/POS2023/01/5041', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44c51ceceb2013a9bf8e6429a15adf2c3b92ed721abde731248a88d20e3bc5fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5032, '2023-01-24 18:54:44', 'SALE/POS2023/01/5042', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12079a4a3b97a992fd1684b1792928b3cddd8e38831c2f50ab2a913bbf20aef5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5033, '2023-01-24 19:14:31', 'SALE/POS2023/01/5043', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59038ff8096f57aecbe12ebf82035c64ec34e057624725ea0215561675607249', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5034, '2023-01-24 19:23:54', 'SALE/POS2023/01/5044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38268fa6514b8276e32f03c13b20bb9ead79b30ae8e49091ec823d39f787fbbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5035, '2023-01-24 19:44:16', 'SALE/POS2023/01/5045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '987a281b127053363cfb76910c345f8548c51eea1946a36fc25733862623a9ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5036, '2023-01-25 05:32:58', 'SALE/POS2023/01/5046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44efabd5d4b5f83740f3bbc4707c8a96923c7847a7576efac3d35bc24b7c8f54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5037, '2023-01-25 06:07:36', 'SALE/POS2023/01/5047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cded8a8e221e4587c6afe27d408617774a078e1e427c0fc7fa63978d8cbf5884', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5038, '2023-01-25 06:08:55', 'SALE/POS2023/01/5048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a24bd341a552fcb51911e087a162501f11b7124b62ffb361ef6269453b4e78f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5039, '2023-01-25 06:10:29', 'SALE/POS2023/01/5049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 3, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '915ba7cfb06b94c84a63e6df8885f8e79522e65bb2fd0bcf873f5518e210a787', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5040, '2023-01-25 06:12:29', 'SALE/POS2023/01/5050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3439bdd785418e3e65b72d63d0712c9bb01158c0805ddeb801de91ad209275a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5041, '2023-01-25 06:12:53', 'SALE/POS2023/01/5051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c9ffc0e7660356c0915a9d3ea355ef525bcbc4f97e79570937b4c169d64090e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5042, '2023-01-25 06:17:36', 'SALE/POS2023/01/5052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c164ab1673fc9213399869f93b8726d17d768304f088b6dd237c70d0491cc92a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5043, '2023-01-25 06:20:43', 'SALE/POS2023/01/5053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a62891acd46a6ac9ecc696fe4a4e6180b500e4047f0e0b7a6ba43799480964c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5044, '2023-01-25 06:23:37', 'SALE/POS2023/01/5054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d4fda2b8188bcde4478d29d6ebba7871bf36d24b54e96116d2cc264a0e6fe10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5045, '2023-01-25 07:17:05', 'SALE/POS2023/01/5055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c841092c94850aa25e3dd7c5c5e1c73cc9bc063572b35ac059d3624a78bce5f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5046, '2023-01-25 07:39:14', 'SALE/POS2023/01/5056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b495047ba123e197c1c23ab5743f1f71db25592e8b5043dd13c599b53ce0ae9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5047, '2023-01-25 08:00:30', 'SALE/POS2023/01/5057', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85acde634fe2e1487c3e5c7521543dc89f45ca61eb6cd44e8df235788e1d52fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5048, '2023-01-25 08:26:45', 'SALE/POS2023/01/5058', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f35ae55c627ac6afe3419a402213204c610f89cd3d64a8578891781a9bacea15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5049, '2023-01-25 08:55:54', 'SALE/POS2023/01/5059', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '622e48c1db22e5b4ac5126a685d314948cb1c4dafa2b8d2f662efe35e8f60333', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5050, '2023-01-25 08:57:08', 'SALE/POS2023/01/5060', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efc223f21101352e7cfd46aee7e22a565e9f31d3f5bd4ecdcbbbc02d3bd13be3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5051, '2023-01-25 09:01:15', 'SALE/POS2023/01/5061', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f21231c164145092ea4f9ee916d251c83ca0387ab986ac03d9f60340e9c468ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5052, '2023-01-25 09:01:35', 'SALE/POS2023/01/5062', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15434bd08560a1492e469f22d9f19f2c8809ab7ce55e71441b53abf6802923bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5053, '2023-01-25 09:43:53', 'SALE/POS2023/01/5063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f87199ec16de7c9e29e2eb6a2f819887b702eb6c4606f1fd18ca023ed1aad58e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5054, '2023-01-25 10:20:49', 'SALE/POS2023/01/5064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4089788abc27bfdd6476e820a7b117e56e07283786a49ac198f0bd07602bda97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5055, '2023-01-25 10:34:13', 'SALE/POS2023/01/5065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00b155e3f764794a8fce4b2530b70da267117b14423be5d3c5829c0dbbf84e7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5056, '2023-01-25 10:38:09', 'SALE/POS2023/01/5066', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c78f9fa86337a87e23417cbc8a69d9f27b82f3ad6f887b05acdf3023df97a20d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5057, '2023-01-25 10:45:56', 'SALE/POS2023/01/5067', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b54a844d948b55bb514801cbf7c57a95511efb491890c4d1c8f4b2d8f1c9390f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5058, '2023-01-25 11:18:20', 'SALE/POS2023/01/5068', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'baa0a9c0290383a5534d023f7938e88ec5c7185ee8cd037b1c57d927e2e3bb4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5059, '2023-01-25 11:24:37', 'SALE/POS2023/01/5069', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8a11d8120c0938611e8a18f5b69886fb2eca2a213013ab952790efb4f406083', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5060, '2023-01-25 11:53:59', 'SALE/POS2023/01/5070', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9985dc80cf39fd6f7dabde8cfa41405d285449c1a0f527c5161c68d21845b9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5061, '2023-01-25 12:03:28', 'SALE/POS2023/01/5071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e0bfcfcb5eedd519d71666d0e47c2807b80419cfe1b68f5f7cd4b7b6aebf266', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5062, '2023-01-25 12:41:47', 'SALE/POS2023/01/5072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32c9fa856621f0f7da1a0269f559211366fbae5871efbb0774e41f014e2b1c1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5063, '2023-01-25 12:52:52', 'SALE/POS2023/01/5073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a22f17ccccb312093575fef5ab2afca3824e541aaa841801202483ec9187d1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5064, '2023-01-25 12:53:56', 'SALE/POS2023/01/5074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7630d2305708ad8a0629f56a6ed25fb456a9b8cc646969b785d4dbdb3682582', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5065, '2023-01-25 12:59:07', 'SALE/POS2023/01/5075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f67a03da3a67902c59527f8315b5e86c651a0e7dc35bfb4ab911e9364bcc4579', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5066, '2023-01-25 13:25:38', 'SALE/POS2023/01/5076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea827c7b6b6a601560d732974f59f464bd27280f367a42e22518bb7211946c11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5067, '2023-01-25 13:45:10', 'SALE/POS2023/01/5077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd2201509110f549a78161fb6a5c4699fb8746ba59e4b72b3c017c71918c8e20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5068, '2023-01-25 14:15:28', 'SALE/POS2023/01/5078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '109f1565c7506b4f6224dd5f16f3be52458d13fd62285e5afce5f2872095a1bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5069, '2023-01-25 14:17:00', 'SALE/POS2023/01/5079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37455eb5ef80c214cc4e6596d34ce3028b80442ac45e7239681deaf14ead0523', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5070, '2023-01-25 14:34:05', 'SALE/POS2023/01/5080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e4244d789c5a26caf33161e9ef233a6d2fb4b8c8edcbe1e3fabdf7c34e4312b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5071, '2023-01-25 14:47:07', 'SALE/POS2023/01/5081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3f38915f2504f5628c3aabd104666dd78ad0cb373e09ce7af3cbd4011ed804a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5072, '2023-01-25 14:49:36', 'SALE/POS2023/01/5082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd58f8c0df31854bad03f0279738dbe2675311516dc31216ef58611b2328beef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5073, '2023-01-25 14:50:27', 'SALE/POS2023/01/5083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b12ecd3fe710278caeabbd8d3dd0d36671d2bbf9cd3c01f07dfdf5ef6348d42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5074, '2023-01-25 14:57:30', 'SALE/POS2023/01/5084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d52b46f0d1e16a4289d3460ef717a7c2b21e10416a2c87594cb57b58f1ab743', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5075, '2023-01-25 16:07:04', 'SALE/POS2023/01/5085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '315eb6bfae08e230881f9d1a35f5e7342380e46051320fd97bb316df411fbd2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5076, '2023-01-25 16:08:41', 'SALE/POS2023/01/5086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'daf32053b18a1f36d0533396e096289f7e7b2037c7a87dfb16e514707ae982b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5077, '2023-01-25 16:24:16', 'SALE/POS2023/01/5087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37d2fdd715760ff3d0f2d54e7a6a0aa10a52332aab7c748098a0deeec1c3227a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5078, '2023-01-25 17:28:23', 'SALE/POS2023/01/5088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc92712b2cc556308c029f94703fd3bf65af1722c7d09dce13627f908e1503ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5079, '2023-01-25 17:35:34', 'SALE/POS2023/01/5089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd42d0123581e4c6eb8cdfb20ed1066ef84ac194a7677b272c6afcf2a79ce527e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5080, '2023-01-25 17:36:00', 'SALE/POS2023/01/5090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '497a6e2c347ff773bed5631b45acdab75b1110bdf187cd774a54bfc3af1f61df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5081, '2023-01-25 17:36:21', 'SALE/POS2023/01/5091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '511d64295ccb0f10c16f314abe1730431f1bd6391b9bff9fca2d1c17b7554424', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5082, '2023-01-25 17:36:46', 'SALE/POS2023/01/5092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6aa2f7352f686efa7402caf50fbed434a9e8b2e3c8eb0f45fe9abfdae40618da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5083, '2023-01-25 17:38:23', 'SALE/POS2023/01/5093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09e2f617ddc87ce51ae1bf49fa1ba591a6e9f89e7ef2b96bd59253e5b03cef9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5084, '2023-01-25 17:41:20', 'SALE/POS2023/01/5094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb531fa510451fe17b3f50391d31c736a38f815a6d4a2e7d679fce4c1756de36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5085, '2023-01-25 17:42:51', 'SALE/POS2023/01/5095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0006b5f61495fb131b715faee587b176dde7d237cdeb72fad46df2a1ce4f18c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5086, '2023-01-25 17:46:08', 'SALE/POS2023/01/5096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c11ac75fbfdf570cb9d3ebfbabbddefef9187da6f999413a85e6c13adc4b44da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5087, '2023-01-25 18:08:26', 'SALE/POS2023/01/5097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '446aea3f515936209d5274dbd60b623d17675c3c6028ae9352f3634a465a1788', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5088, '2023-01-25 18:09:42', 'SALE/POS2023/01/5098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fffbf42255fb648d3c7f0035ab9b801f8b78814d0c2287a4ceab53f0cf847a61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5089, '2023-01-25 18:26:49', 'SALE/POS2023/01/5099', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47e886f8ec7dc9875dc7c7e4d1431b1a223ca9e76d7bb2c30fb2f4095a53e32a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5090, '2023-01-25 18:52:59', 'SALE/POS2023/01/5100', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf27a71295a47ad56f7b537f8cbd4c1c9749f2f5fee4155bbc44c7056ee7f5a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5091, '2023-01-25 19:21:45', 'SALE/POS2023/01/5101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '578c88be4f10df9e07d402ad0807b1b6a8eb08d8f30b5270291dc5b2662fa728', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5092, '2023-01-25 19:23:38', 'SALE/POS2023/01/5102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0164081e14e424652b92ce487934b00e1f92f10384c69aca96dc87435e25968', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5093, '2023-01-25 19:25:13', 'SALE/POS2023/01/5103', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98496fb2446352a8e506282496bc14db4c9da5efd0998a5bbcf687afdad23e04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5094, '2023-01-25 19:51:53', 'SALE/POS2023/01/5104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1df513a85aeee9cb9954c9780d49930df7105a87eafef35e5a2bf4780b495d7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5095, '2023-01-26 06:08:03', 'SALE/POS2023/01/5105', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bd5057e61d215838f9caa440bedc8ab2e6eadc95f80d0ab2b4018c9191f74d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5096, '2023-01-26 06:08:58', 'SALE/POS2023/01/5106', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af3721ec7b64435302e787b182de3d27e0b3ff007e0684492bbf184a05e2f53c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5097, '2023-01-26 06:12:26', 'SALE/POS2023/01/5107', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1faa13a5b1d1a87a99896b17d762a8aa5a3228121f0e34e7f48868e0fb5adfe5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5098, '2023-01-26 06:14:27', 'SALE/POS2023/01/5108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d476894f0b4c501f288feea44d47773977cbc09d91d4244d40516f7dc1fa49f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5099, '2023-01-26 06:39:03', 'SALE/POS2023/01/5109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '918cd9b7827cb651c1fba99957bcfc51fb8aa4a85ac082688357362fcf5cf754', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5100, '2023-01-26 06:46:21', 'SALE/POS2023/01/5110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81dad32580d05472ecd2a3d3fc98be5f51ed9b033a1a293a33e691e2683e821e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5101, '2023-01-26 07:31:27', 'SALE/POS2023/01/5111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6a345e46690b1bc14f6faaf6d39c7e71466174f58f51a48f1e6a5b25b8947e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5102, '2023-01-26 07:33:21', 'SALE/POS2023/01/5112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fb3fd325b29936c49447117579b6b4d3dcbcff24cca91ae53510202e8932a03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5103, '2023-01-26 07:59:01', 'SALE/POS2023/01/5113', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '261.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '261.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '261.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b552a43302f3e71f40a783479f006d40e30786a10278e67cbcfb040258bf30b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5104, '2023-01-26 08:02:38', 'SALE/POS2023/01/5114', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '125.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '125.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6887e7709ef060405250dcfc0114e3aff8611bd3d7cca68177b51330148470b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5105, '2023-01-26 08:04:54', 'SALE/POS2023/01/5115', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '240.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '240.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '240.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b6808cceff4bf4f225248ba225b5710cb529420a11fffcb0103ea87100688fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5106, '2023-01-26 08:08:05', 'SALE/POS2023/01/5116', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '849.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '849.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 52, 1, '849.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a42646f69c91646430b0bd39d8b9027a34691d5a03e17c467e3da202680a295', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5107, '2023-01-26 08:09:41', 'SALE/POS2023/01/5117', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '005e1db92b456f0918b0d8e3b33ba33217a230aeed8d8370ff6c2f1b23b3b3f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5108, '2023-01-26 08:39:34', 'SALE/POS2023/01/5118', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2c38e49aa7af03672867ae13b362dbb97ff964e4a6ceb567bd4eeca31be5023', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5109, '2023-01-26 09:32:38', 'SALE/POS2023/01/5119', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32fd47ed95bc8773ea7651a7e538ab64c481e6b5dd7ee7283a1efacbb71f11c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5110, '2023-01-26 09:58:01', 'SALE/POS2023/01/5120', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cfd395913a86026fdabb4ae72fbb8cabfd22a7d371932379b2339944555282d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5111, '2023-01-26 10:09:02', 'SALE/POS2023/01/5121', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b47c8795d581cdcabfe2cbf2d8a9a4477580c0ab36d3de13976a6945dd1ae00d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5112, '2023-01-26 10:24:43', 'SALE/POS2023/01/5122', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '642c27723c1d0e4917d4632f67b757f3bd6bc6624e0e8f0d801b079dd58aaf68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5113, '2023-01-26 11:29:22', 'SALE/POS2023/01/5123', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7d5c3c43248ebccadb2a568d4e42981bb268ce5be4150e2c4af64c11b2edae1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5114, '2023-01-26 11:45:58', 'SALE/POS2023/01/5124', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a747d09e2b8f731406747262eb9ed9a0893687d2eb8e79625287096f6e3ffc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5115, '2023-01-26 12:01:03', 'SALE/POS2023/01/5125', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '331b6ee64adab9eac61da185390ed8fe2fa3fc743e324a626cbb81041d478f3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5116, '2023-01-26 12:08:50', 'SALE/POS2023/01/5126', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e41abd9082174f8d46bd6a332465ce61e0f096e6f036202365f2b04532d6a017', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5117, '2023-01-26 12:10:51', 'SALE/POS2023/01/5127', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fce9f5792e545adb599aa7a74b3143cc76c4fda22d190857cee37badbf8d0fcc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5118, '2023-01-26 12:21:48', 'SALE/POS2023/01/5128', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5bab385e44f19ce593c38817e1d5917698e52efa53c4ed85d46e2335bbbfc814', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5119, '2023-01-26 12:53:52', 'SALE/POS2023/01/5129', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6351a05c5461ccb8425efc100d7d2d75da6fdc13011b835c81a333dcdbbc1473', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5120, '2023-01-26 13:13:42', 'SALE/POS2023/01/5130', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b1495ce1008947074bca48f8358e005d5e72ae6c860dd25e3ebc6949d124244', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5121, '2023-01-26 13:16:23', 'SALE/POS2023/01/5131', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7748c42844edbaf831d581fb6474c8c5e90de612960aa92731e15769698746c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5122, '2023-01-26 13:18:30', 'SALE/POS2023/01/5132', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a10a551fcf0e0e0489e1ecd1cbe354167bf78e6265a037a5af85957a46a1186', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5123, '2023-01-26 13:19:51', 'SALE/POS2023/01/5133', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05b7d45975fa31527e6a13fbe7a00ef8e3229b571680e8ce899374a54cdf5769', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5124, '2023-01-26 13:22:04', 'SALE/POS2023/01/5134', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b92f790e8a5edf34e0d6b139f71475b2cc413697226ece7c83b2a026836798ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5125, '2023-01-26 14:05:07', 'SALE/POS2023/01/5135', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23e651bf459c8c11a9a854a4a7c5ae6e5e81041c35a6e9838ef314da4faf87e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5126, '2023-01-26 14:18:37', 'SALE/POS2023/01/5136', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cabf2c0f319774b770176119d2bb0ced781d818131931c19af1f4622a845fef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5127, '2023-01-26 14:35:50', 'SALE/POS2023/01/5137', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e739739dfaed625daa2b63d2ef8f5ca59994169105c073c9aa2d95ad2453bf36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5128, '2023-01-26 15:00:40', 'SALE/POS2023/01/5138', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '739f1d508a0bcc0caa23dd2430aa87af8ce022fa9edbc1119d350fcebe792533', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5129, '2023-01-26 16:02:55', 'SALE/POS2023/01/5139', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41c2b30e06f1bf167709c0c4e6d73547505a235cab92db3905d527429ab6df55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5130, '2023-01-26 16:03:55', 'SALE/POS2023/01/5140', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e137dd3e66294936c729b861198e8a6bfdf036ff4680f51379e09d14bd64453', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5131, '2023-01-26 16:23:18', 'SALE/POS2023/01/5141', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6617e4e53c1d7c25ed72a3464f7929d9eef04b879b4b7d73ebe4644eb2fd8f7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5132, '2023-01-26 17:16:49', 'SALE/POS2023/01/5142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7286f40abfa040f3427805d8e45e738c6459914aac3c99c1b0d1584208dd9481', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5133, '2023-01-26 17:19:42', 'SALE/POS2023/01/5143', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '123.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '123.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '123.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32886957fdb8ef1cb4ed0476e609f769c970a18d3ae8a31079f56e7508fd9610', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5134, '2023-01-26 17:35:26', 'SALE/POS2023/01/5144', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51deed50523417c96c16ae2de48b54f806d97801e3b6d0de7291d695dde41eba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5135, '2023-01-26 17:41:36', 'SALE/POS2023/01/5145', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00ed21f4a00cd23429d6616b55b5fa13711daf23ad3baaaf5165a0a4a1d4841d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5136, '2023-01-26 17:53:44', 'SALE/POS2023/01/5146', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1727a9e7716669286fec3a7ae637626ddfe8d62bf4fa72b72d2473414774ac36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5137, '2023-01-26 17:59:17', 'SALE/POS2023/01/5147', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cded604e20bf0563d5e2f29694a17582098e390a4385496e4e870e8b8ba625df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5138, '2023-01-26 18:03:50', 'SALE/POS2023/01/5148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '137a548583601ebccea47ac7ae64e539130de9974db3012240afe7b4e067fbea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5139, '2023-01-26 18:31:29', 'SALE/POS2023/01/5149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4af4025ae3ca7a19b26bb23c4ec005bcf8aed9c5f1fea3f6635cc0f4e0a778ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5140, '2023-01-26 18:53:15', 'SALE/POS2023/01/5150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '642e4c6f08ced3ebb5a93b9f4aac7826e609c9e157291cd656300e6ccee38ccf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5141, '2023-01-26 19:07:34', 'SALE/POS2023/01/5151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b79df77f2feea38b2c896a8fdde477408bf0d4519c387c39d340cb33c2a6c4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5142, '2023-01-26 19:18:25', 'SALE/POS2023/01/5152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecb316bd49d242c2d2f017e7612c30a6e8b3127ee84ac45b309e5f98a8aaaa8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5143, '2023-01-26 19:39:13', 'SALE/POS2023/01/5153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b10707686cfc69f481e8c3dbdf713431c3536fd3fb909e790db386fd8b79b40e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5144, '2023-01-26 19:40:21', 'SALE/POS2023/01/5154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22c6333fc3e3d39763825ac8e42b7a05dd69731b7d0d4b210d6b0e3d8143528e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5145, '2023-01-26 19:44:41', 'SALE/POS2023/01/5155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '918c2b73712c2e4c2b639e1a37e95ac9518a39dad222fd2619c88f5eba615b07', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5146, '2023-01-27 06:34:15', 'SALE/POS2023/01/5156', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '167.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '167.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '167.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d0be105051c756493e1cd3a89c4379a69f5d7cdd899562e7c362bd83dc890b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5147, '2023-01-27 06:58:46', 'SALE/POS2023/01/5157', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f362bee1d7fe3043ef5c3065da0832aee3ebeaca62b9094bf7b2fd0b84e18d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5148, '2023-01-27 07:14:24', 'SALE/POS2023/01/5158', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53b6e676e92328e840eaa03c380349d492f4ce3b8a853a26e858319c4bba103e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5149, '2023-01-27 07:35:22', 'SALE/POS2023/01/5159', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13a77814ae207b98275c0dc17edc645da6ab4366e30be5ef9ccaa4d3aa406471', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5150, '2023-01-27 07:38:57', 'SALE/POS2023/01/5160', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '56.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '168ee998f75a5072ce3e915b09a6438afbce602e260a4ac10397201f46d63a39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5151, '2023-01-27 08:38:11', 'SALE/POS2023/01/5161', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09d79b4f512f817f54fc28140c42e30fb43502935265a447d24c15285fb96250', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5152, '2023-01-27 08:51:47', 'SALE/POS2023/01/5162', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5729fa0fd67464261e4b1bf6683efee4548d8aa9206e4d0186846902b9ff4b48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5153, '2023-01-27 10:07:12', 'SALE/POS2023/01/5163', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75fdec4561c7b00ab42ea4a154be36850b3322e464b52154a0fd7bf4f360658a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5154, '2023-01-27 10:10:33', 'SALE/POS2023/01/5164', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4911605ccc804e9a740a01c4806df43581e3232115c7d04be58bc349ef22fc0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5155, '2023-01-27 10:54:07', 'SALE/POS2023/01/5165', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '795f1d9d38cef8162ae891c7797e039ad4a11c90e6c6c547b99ec3dbcc098024', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5156, '2023-01-27 11:24:57', 'SALE/POS2023/01/5166', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af1ce71e56bf6d720e150993d08c1ae5d9d9d3a0e305cbed0403685f2ea762ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5157, '2023-01-27 11:42:24', 'SALE/POS2023/01/5167', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba0b1979f293440beb1b5348b6caec0a4d1b705deb4c71df1b45f245c7dc4a48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5158, '2023-01-27 12:03:22', 'SALE/POS2023/01/5168', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0256c893726fab16c40a56adac71ad63acbb57b339f1e2e40adb1e531224394', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5159, '2023-01-27 12:09:23', 'SALE/POS2023/01/5169', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30d17f14b3d99b23702d8e84ef81193c44f85948f1e647f546b423aabab94558', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5160, '2023-01-27 14:11:10', 'SALE/POS2023/01/5170', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb4187e114b1dee544500804f2c43200554bd77360db18813f1a38363af37c40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5161, '2023-01-27 15:14:13', 'SALE/POS2023/01/5171', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbfc4032a3709b2767a9329a46e5ba8f320b208ab15a068d1384243dcc9d6817', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5162, '2023-01-27 15:20:31', 'SALE/POS2023/01/5172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86bd199d550e12e089ff46fb43807eda6d3b7699b7a0d7f70a1743ff9c5af43e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5163, '2023-01-27 15:22:23', 'SALE/POS2023/01/5173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63ba9646e896e054ad9999751c05129b7fed36d62081056a85cb49f6d327379e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5164, '2023-01-27 15:25:09', 'SALE/POS2023/01/5174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'accdee8894eee2d9dee2ba8647868c821c63f90fafd4b37c00927b98b58e56dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5165, '2023-01-27 15:31:46', 'SALE/POS2023/01/5175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e6f5382a8aa737e23f14e6f3be87d149e45cb20a0c9a6c6e20bd9895ce1e87e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5166, '2023-01-27 15:36:59', 'SALE/POS2023/01/5176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffbdff5174eb64c0544728329b129586708b6ba1bba3e9297c69439865f8ece2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5167, '2023-01-27 15:38:16', 'SALE/POS2023/01/5177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee67cc504289c7be736c55646093a336358311acece6a5fe68cc0dc6a805d82f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5168, '2023-01-27 15:42:12', 'SALE/POS2023/01/5178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2c3951261e26a58883779722cf1b8bd955e87735500d0d1863ac237d9aba109', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5169, '2023-01-27 15:54:25', 'SALE/POS2023/01/5179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe6dc2ce3fad0e75b2543d23431eb1dbfd6900d87400af58ad177cc0ac9bddfa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5170, '2023-01-27 15:55:44', 'SALE/POS2023/01/5180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a1123d6f32aded02071e37e8e53c94fd29ed3de860f8ff3f05f26aab087b8c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5171, '2023-01-27 15:59:52', 'SALE/POS2023/01/5181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54b92f4e0c0a061a8f0e22276f79ed5ff81c403a6da494eec4bfea8ec517ec3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5172, '2023-01-27 16:08:54', 'SALE/POS2023/01/5182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11ba4b0263500a26c9620739a83a9c0918fa6104876b1af446a855558a901e53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5173, '2023-01-27 16:10:24', 'SALE/POS2023/01/5183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95276ff10cc9ea560ed50ed39559f8bf7253424f5a291cb9e9f9013ef88a3497', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5174, '2023-01-27 16:18:14', 'SALE/POS2023/01/5184', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd498830e95eefc43ec7e36b31f977d414ad0ea14125e2660c1899d1265ff38f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5175, '2023-01-27 16:21:05', 'SALE/POS2023/01/5185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f28205e5e6f2807e9abb87dc7eeecf671f6f956366586f155d98fccc8f4475a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5176, '2023-01-27 16:40:38', 'SALE/POS2023/01/5186', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '303704f95d8abe60d46b8ba72ab19b65388d439778d763048dbf54bde1f0f1a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5177, '2023-01-27 16:42:53', 'SALE/POS2023/01/5187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00a93ee7c00fcdb909afa09dc39583ae7a7b6e87b58f6ba517328c9de35c017e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5178, '2023-01-27 16:49:00', 'SALE/POS2023/01/5188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b789d31fcc547623dcf30b0769f56920366163689cd64fb16f23ca8705654fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5179, '2023-01-27 16:55:24', 'SALE/POS2023/01/5189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46a426512b612c383b05ac840739993b09b7cef8929fe3cb2f7d21096890d5e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5180, '2023-01-27 16:56:58', 'SALE/POS2023/01/5190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4926fee4d53c864aa7cc5914d3536a0d55906689b80b92fd179db1dca75c69fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5181, '2023-01-27 17:07:17', 'SALE/POS2023/01/5191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24ad8a9f18178476922b5ef831e8a16910cae67b41dbcb1babf098d09769e4bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5182, '2023-01-27 17:08:57', 'SALE/POS2023/01/5192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e9e29dd7f7f5d9db1b2717f02f196c2f6da15c170040d96ca13a97c44bf40e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5183, '2023-01-27 17:11:39', 'SALE/POS2023/01/5193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '711377304bc1033b9b57defab2c4a62298f1ca8dafa3318963742f421acb7d9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5184, '2023-01-27 17:12:24', 'SALE/POS2023/01/5194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '488222b2cbe574979497c3416bc577f220dca64647f1248e035da49df3ee1234', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5185, '2023-01-27 17:25:45', 'SALE/POS2023/01/5195', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60add8c5eeb75b31478d76442f5c60710299c9341398d6a8071da2af8abf3feb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5186, '2023-01-27 17:28:53', 'SALE/POS2023/01/5196', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1db4644fd3ace176b3c83a69d4480629bf6bc25dd772ddf781b47ac6e9d9edfe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5187, '2023-01-27 17:31:39', 'SALE/POS2023/01/5197', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2f386b6c4ef8bc87fbcc3d39ee10addfc07a674be9c273568dfdbec81decc09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5188, '2023-01-27 17:38:31', 'SALE/POS2023/01/5198', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '641.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '641.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 37, 1, '641.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cb47a0f6803c3b70a522e408840d466ec3185d55eb0e8f103ffe9eee71206d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5189, '2023-01-27 17:44:15', 'SALE/POS2023/01/5199', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1dbe4c05150d4a1df6ae6e348fc89d548a8f237082fbaf476fa3ed89946b63d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5190, '2023-01-27 17:47:48', 'SALE/POS2023/01/5200', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f58848bfc49d4b38325c97300dea98949741552205e9bfeab78be645f9dd77ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5191, '2023-01-27 18:01:09', 'SALE/POS2023/01/5201', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15c3c6d83a4f82df0e20f175e7b6077df28531d08048f07b7b5ae47b6b6e1ce2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5192, '2023-01-27 18:01:41', 'SALE/POS2023/01/5202', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55469dda82a0910248d237c91c702fb4ab3d8aaaec47a6ea6eb05a2c0afad9a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5193, '2023-01-27 18:04:06', 'SALE/POS2023/01/5203', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4e088d860b505393407f05c84f7e528773cce2276138705e9b9b6196b4ab4c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5194, '2023-01-27 18:12:34', 'SALE/POS2023/01/5204', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0974c48e07d8e5d7fe5367d583889eab9fb1d22093480e459f0753ee09ec40f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5195, '2023-01-27 18:22:52', 'SALE/POS2023/01/5205', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc024f0fd7b2f15cc008e2098fdcf951fc5a4c7abb0179e95bd66733e392cffc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5196, '2023-01-27 18:23:21', 'SALE/POS2023/01/5206', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be388bc66777557b3bf263a1118b3e86814635c7c762bc9cc8ac2eb403394676', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5197, '2023-01-27 18:27:31', 'SALE/POS2023/01/5207', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3597c34c506c3af70a3dc9222a2663c812cdb99f3674d07aae11ac3de816ae80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5198, '2023-01-27 18:30:09', 'SALE/POS2023/01/5208', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe6210a7007bd897b9becf45e31ffa11fb09f33dfff18ad04aa1000f003e02ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5199, '2023-01-27 18:31:43', 'SALE/POS2023/01/5209', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ed7a094914aaadb5a6e22d7048fa49a52296aaf4f9d311164c2b437f35f36c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5200, '2023-01-27 18:32:51', 'SALE/POS2023/01/5210', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6424d79ab3b71c3b8d7ad4ee442b29d64f1ab46b8c821ec8de8f1e4a1bf202e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5201, '2023-01-27 18:35:09', 'SALE/POS2023/01/5211', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d2a7294924ea4dbbfabfd73c33992272343728bbd6e8f8e77fe18907417e4bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5202, '2023-01-27 18:37:23', 'SALE/POS2023/01/5212', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f52ec70f289778dba17cfbf32d0a6e382fb36ffe3266201285c75d9e769ff39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5203, '2023-01-27 18:40:55', 'SALE/POS2023/01/5213', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfc9b5b5a84a5f0328a93f174db807839907c89b65f2f96392e36e65e3d230a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5204, '2023-01-27 18:46:02', 'SALE/POS2023/01/5214', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be3db7ed65289b856b2aecba5c3f4c4c45e6f8b16954fe3650304ea6be64e61d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5205, '2023-01-27 18:58:19', 'SALE/POS2023/01/5215', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3317d9b8934c2e775796ace637ebe01c410f65a98f90da292a43d8e30f0fdbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5206, '2023-01-27 19:14:03', 'SALE/POS2023/01/5216', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bfe361d0b003e69c301a9f5d60e1ceb0552b3c39e2ff4b36757b95b438c8cac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5207, '2023-01-27 19:20:04', 'SALE/POS2023/01/5217', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b7bdada919831b991c04c1ec2552acea15ea8a8caa4395805f153563b872657', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5208, '2023-01-27 19:57:04', 'SALE/POS2023/01/5218', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2edfb556fe579e10b341d8887d54946e4cc1b4b117c0e4e3f306556363e8df59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5209, '2023-01-28 06:27:34', 'SALE/POS2023/01/5219', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '580f3505774f0076eaaee80769428c4ec9c247a8a92d24f810796872b4f6d362', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5210, '2023-01-28 07:45:27', 'SALE/POS2023/01/5220', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd990089e9f93eaff6570191e1cab58317069f3ea4bb8d0817c061f292a051e4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5211, '2023-01-28 08:44:39', 'SALE/POS2023/01/5221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b7ade61fa80ef22b9ced920f8a30857d2bec7a8d251f939f2bfca54a0a82448', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5212, '2023-01-28 08:52:22', 'SALE/POS2023/01/5222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15184867a29c690502c851992f14484188c4da85b48f3a87bcd7332413caa5af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5213, '2023-01-28 08:54:05', 'SALE/POS2023/01/5223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfce22cdeae22f96f357f9fc1b1abeadc8335f5ec9ba0d1c8b4bca57d45cf31f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5214, '2023-01-28 08:54:23', 'SALE/POS2023/01/5224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e2387dd3205f3b0f628a338ab767ce6eb7c5ee1e1e0831779974258147c8a10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5215, '2023-01-28 10:52:19', 'SALE/POS2023/01/5225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34e45e341e2409cabd53fab0e2984b0845b5261f6e9e0b98cbc615ffaf021e82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5216, '2023-01-28 11:04:13', 'SALE/POS2023/01/5226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c13f32f60aca61cf8c4860a4151b5f17417d3d40f6e9043d8628dd32b219306c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5217, '2023-01-28 11:08:23', 'SALE/POS2023/01/5227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b00faceabc95895cc6ffc09e645fef6e8ef15b901e1721914d622e1e03859498', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5218, '2023-01-28 11:27:29', 'SALE/POS2023/01/5228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df4af9d8c89fe42cfe5ad589ea5f6605805f2e97e41662b2d49b950680a6c753', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5219, '2023-01-28 11:33:55', 'SALE/POS2023/01/5229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3647c0c72c48983a3b7e4ef1f16cff5d5207a00b52c56f2747de66c1c81db7a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5220, '2023-01-28 11:53:44', 'SALE/POS2023/01/5230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ade7e4153aa2edab3188b14f2572d5a3755733bec88f257191e0815dea64ae60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5221, '2023-01-28 12:01:44', 'SALE/POS2023/01/5231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23be0598d217078e2e0789e93b11f2393f885549637f246f89149515cc11c20a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5222, '2023-01-28 12:03:06', 'SALE/POS2023/01/5232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a0eedac46b964f730f316be5dddc9a49fe331b44076640f42f746327e9dcea5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5223, '2023-01-28 12:03:40', 'SALE/POS2023/01/5233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8992b2837224631bada8ef2559b7d194109a0a4d4213b100b03bec757f81bc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5224, '2023-01-28 12:27:16', 'SALE/POS2023/01/5234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70d456b48034d416021bd78b4f6d83654e201415da718d01def3f5e94cbcc686', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5225, '2023-01-28 12:44:38', 'SALE/POS2023/01/5235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f30787d55c5183a95f2f383e42c1a8190936e56873dee222546f5de902562cb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5226, '2023-01-28 12:54:58', 'SALE/POS2023/01/5236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f8ddfff2260eaa055d6d8b543df82e17ef8f2acabdc41d9ad3e139f59bc5545', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5227, '2023-01-28 13:23:31', 'SALE/POS2023/01/5237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b9d5ceff0129be69ca406b4403ec1155c4ba2b57cb0d12f69fd7590037eecf9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5228, '2023-01-28 13:33:59', 'SALE/POS2023/01/5238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61719435bd4f851b83b2713aca29d27a6c11c8c4d2b3ae7c11dde59255d16657', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5229, '2023-01-28 13:43:24', 'SALE/POS2023/01/5239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cf550393e78f560b7fa9a56fd9ff2b0ab52c233c8dfa84d48d1a366bea554be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5230, '2023-01-28 14:21:28', 'SALE/POS2023/01/5240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b69139d34de655cfa7395a19b66b045a3992572e46dbc0522d429cfe09c2776', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5231, '2023-01-28 14:28:51', 'SALE/POS2023/01/5241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2a85d3418f5f7903516dfbee298223149731056bc97a835dd2b80dd6f5b9643', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5232, '2023-01-28 15:35:00', 'SALE/POS2023/01/5242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4025d5814b19274faf4d095dda8d55fdaf3e0e0ab243bb1836b464959767397', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5233, '2023-01-28 15:45:06', 'SALE/POS2023/01/5243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9aebc9ad92631f086af657f8f0b30609bcfece622fb96c6c712a04b1f899364b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5234, '2023-01-28 15:50:31', 'SALE/POS2023/01/5244', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3a77c697b080dd146fcfc797554f7dd11d2103cc056ce3cb8a03090eec6ee17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5235, '2023-01-28 16:10:34', 'SALE/POS2023/01/5245', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b98e22a8a1f0cd813390a288009c1a753d478324cd184b32e357b16b780bb3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5236, '2023-01-28 16:15:53', 'SALE/POS2023/01/5246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93a1259b082ec8c7616d9ca73666be92b87917c04201d8087effe477625efd93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5237, '2023-01-28 16:30:51', 'SALE/POS2023/01/5247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3278ce6901c63d936626631023fcb79770a37da41cd39fe9ef4dcb744e9c97b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5238, '2023-01-28 16:40:11', 'SALE/POS2023/01/5248', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cef02a2ba1a83728b36888572bb6b1c000c34668dbd62378e686d7e66b1ca3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5239, '2023-01-28 16:44:49', 'SALE/POS2023/01/5249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83b04c33f4a480140052c7e891531edf291b00b78e3c1ae47e2120eeb374de45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5240, '2023-01-28 16:47:23', 'SALE/POS2023/01/5250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a1849cb0de1fab87bfc1266def9fcfbe0c8893edd05f50714d7969cf2ffd422', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5241, '2023-01-28 16:49:37', 'SALE/POS2023/01/5251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc55787857042909663c745fd0028e99c6d74c511f3634d596c362ac3cc8f431', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5242, '2023-01-28 16:52:13', 'SALE/POS2023/01/5252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c98ab44999cd6133fb07a457bb3eca5eaff4bdb82f848259d5207e22de8a109', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5243, '2023-01-28 17:10:18', 'SALE/POS2023/01/5253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c782014b9122367bc85ecd581c803acd374aaa2f89bf4087451d698cbf77d227', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5244, '2023-01-28 17:11:10', 'SALE/POS2023/01/5254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dffc43f206db9658787fba02e369e6515fa0304e97880e24742fa544bad7b6e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5245, '2023-01-28 17:12:11', 'SALE/POS2023/01/5255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e05256f63b95e740e50227359d785c39211464af3ecd7977b96806f0b15168e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5246, '2023-01-28 17:43:46', 'SALE/POS2023/01/5256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd69fba906992c527d33d72ebb6c6e46ac97e72af512e607d948825ffa8f6fd62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5247, '2023-01-28 17:45:16', 'SALE/POS2023/01/5257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0698634ec539b91ff870565f0d1e801fdc2de04e3becac7be95a6946573ec93d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5248, '2023-01-28 17:49:50', 'SALE/POS2023/01/5258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a7702ac4434ee9d0b11326e4376a5f97de6f3925005417edb7aa36da675b08e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5249, '2023-01-28 18:01:16', 'SALE/POS2023/01/5259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a70cfe39d5fff403e61193ce1ac6f57575076a25bea7c09a31fb77d9b5757f5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5250, '2023-01-28 18:01:38', 'SALE/POS2023/01/5260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f53548f377873f3aa1e968508647dc5e1f862f38bd8e80612484ae82343b866', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5251, '2023-01-28 18:32:02', 'SALE/POS2023/01/5261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a115da987f5fb353f16e8f8fc062b509f17feb1a9afa71af5f9453faaa57cc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5252, '2023-01-28 18:35:11', 'SALE/POS2023/01/5262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6817c6e2cd582b141725907df1345f7efed8f8d4467fba89c54af58b6f2359e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5253, '2023-01-28 18:42:23', 'SALE/POS2023/01/5263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc8654228eb792664145f724641a639f79b2415028de8a6a54aa3b0b916dfd96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5254, '2023-01-28 18:46:42', 'SALE/POS2023/01/5264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b81018c353dc0990808067b82022a9f74e2556bd6ecdf38ed14a3d17984b96c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5255, '2023-01-28 18:50:42', 'SALE/POS2023/01/5265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0657f0b83d06b2140d68b0fa7e9ab934c2b0bb891f678c57ab537437098bd855', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5256, '2023-01-28 18:56:00', 'SALE/POS2023/01/5266', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19361d9d9d1ffaf394991edc216dd65f4aab684c67bdefd02d63a92950e8fe48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5257, '2023-01-28 19:17:49', 'SALE/POS2023/01/5267', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f9c8627b41cc35dd4d11179ec6ed4cb0472ac57efe9e963a9d9459fb1b62e1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5258, '2023-01-28 19:29:24', 'SALE/POS2023/01/5268', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2143220a7400337638f61fe7906b4fc1095b1c274bec99d3d60f41fef631d06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5259, '2023-01-28 19:50:41', 'SALE/POS2023/01/5269', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '889aa6dd139cd6c1b330e8222f87ddd1e1500f8ea0a7e2fbfb50878ace68e0b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5260, '2023-01-29 07:27:15', 'SALE/POS2023/01/5270', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8c42b09dcf1d09864d5670c11baae2467be99d5167bf9ce8499a297e767dcd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5261, '2023-01-29 07:40:29', 'SALE/POS2023/01/5271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17b66c070f34c74cb7a5a3ca527e94a4fac0b706064fe0dd38cfd50625b8858e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5262, '2023-01-29 08:09:37', 'SALE/POS2023/01/5272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9877687063c28037b9a7bf75b1d65f7d9c29f9a53fd2713cefa475de64b4f79c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5263, '2023-01-29 08:11:47', 'SALE/POS2023/01/5273', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '532185486d570636b339e7504ea64a0ba0ff941335aecf48818263812d623916', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5264, '2023-01-29 08:27:34', 'SALE/POS2023/01/5274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca2e9f324b531a0fee38a5003a02c642d6b4284223a8791d61f7a6d53fc35af0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5265, '2023-01-29 09:41:07', 'SALE/POS2023/01/5275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '187c5ed20adb86f7c98782fa607871705f770bb34de6144e018c0f5e6ed0f649', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5266, '2023-01-29 10:11:02', 'SALE/POS2023/01/5276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b2cbccdf148a18e649b87aa98b63802e5f2ed9d41d35c182a9dbd059f5266ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5267, '2023-01-29 10:19:04', 'SALE/POS2023/01/5277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3beab96d2fc1dd30925b5866f093f25441d1b7411905dff7daf85de1879c1d95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5268, '2023-01-29 10:21:30', 'SALE/POS2023/01/5278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6473d02786a8ebb053adee90df9871ed74b0760162f988327ff7e12bec015d3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5269, '2023-01-29 10:31:57', 'SALE/POS2023/01/5279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebf3327cfb30cf91445959e20b2d0db2fb921e338f5914d0108c5fa1f3815775', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5270, '2023-01-29 10:53:49', 'SALE/POS2023/01/5280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da5a1d8c134e8030337ce9d3a4fbe0011554621fabf1561eaa6fe4b15fec0773', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5271, '2023-01-29 11:05:17', 'SALE/POS2023/01/5281', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd073091e04e34eb7515588bdbc259f4e5f9575d06a1a3e2bc0db1c9923950c04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5272, '2023-01-29 11:07:36', 'SALE/POS2023/01/5282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29ceb8f542f27960842fcf4432ae0fe32dc30fbf4878d5c40e56cd8b4484d657', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5273, '2023-01-29 11:09:15', 'SALE/POS2023/01/5283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a172a32461f8ac048bb5363f098e26e45676a244f74be57d0a5ac1610426fe89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5274, '2023-01-29 11:43:14', 'SALE/POS2023/01/5284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '89.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9656f3c689b9e6bcc275d853b958ed507a631d419366d08d02c61c8b3ea2063e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5275, '2023-01-29 11:51:44', 'SALE/POS2023/01/5285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef9793e18c7e53cc1541e57be9798f0c847348c9541a983f0041646edce92539', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5276, '2023-01-29 11:53:38', 'SALE/POS2023/01/5286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28caa8cc0de3a8c2b77e6fc7146384e614f149d77e304396734555853eab843d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5277, '2023-01-29 11:58:46', 'SALE/POS2023/01/5287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e241b35d2b8b33b3f6cbeec6891d928159c76cebe103db12e41209a92dbd7dc8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5278, '2023-01-29 12:25:10', 'SALE/POS2023/01/5288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8765b57cf58fda925e57eaa39af2636d906782a6a7e20f3327ed52cbd3659ca1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5279, '2023-01-29 14:00:38', 'SALE/POS2023/01/5289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e2aa28276077514e7c404c9608f54cc58128c24009fdd04cbeed993bcec7f8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5280, '2023-01-29 14:35:26', 'SALE/POS2023/01/5290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dce0d0c464248039940e2ce1d11e66ea162f00fd4731fa79b7d4d54178e490a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5281, '2023-01-29 15:03:44', 'SALE/POS2023/01/5291', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60415a621499dd10488014036f67586f934b2a811f02860f5ff336a2f26e8a6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5282, '2023-01-29 15:21:47', 'SALE/POS2023/01/5292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '278405ee312d22d7c5764077f3ff13f276d3d171abb7effd2b80e8577ecd452d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5283, '2023-01-29 15:42:14', 'SALE/POS2023/01/5293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cde83247fa260ce34fc6de5f8bfd3f61fbad36205dab8ccfaf4f934502d4fd99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5284, '2023-01-29 16:04:12', 'SALE/POS2023/01/5294', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49c6a823ea2dea6819f998c60864d74e83f4d773b3fdea57710636b5aa31e907', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5285, '2023-01-29 16:32:31', 'SALE/POS2023/01/5295', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e7023a74f0f414a964ac2056cd95249095b3b11a4e74e269a07189ffde77fe8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5286, '2023-01-29 16:49:23', 'SALE/POS2023/01/5296', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0449d753af4717227141d9a96a7c6bef7a506123001d0268b8d6e769c104f0f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5287, '2023-01-29 16:50:33', 'SALE/POS2023/01/5297', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '073a48b1061d414e18d5be4fa67be73e5b8e9c22e14081630211baddcc20c2c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5288, '2023-01-29 16:51:00', 'SALE/POS2023/01/5298', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90f4309748d5a30d5d2adc990b983593b6385374a3e2f68ad115b14daf23c6b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5289, '2023-01-29 17:17:44', 'SALE/POS2023/01/5299', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9730e00f166fa90693371ff20e27617674ebeca3f1f10f5bf9bb0da26d2127f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5290, '2023-01-29 17:26:51', 'SALE/POS2023/01/5300', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '44.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '894513edfd4b7f3d02ae51cb198a8fb7f2e66f9a187a2a42d3e132d1ac113281', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5291, '2023-01-29 17:41:33', 'SALE/POS2023/01/5301', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94b5f8ed817c8cc4b494bb55a4900a216feb555ca25e9af17ee7e9a05df19971', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5292, '2023-01-29 17:44:52', 'SALE/POS2023/01/5302', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05acd69d1dc5770b496f1e4043976498c9224cbe68d5ab526398ce0aa83de9e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5293, '2023-01-29 17:57:28', 'SALE/POS2023/01/5303', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7bc945dd99a87b1dd8d3170e2dd627f1bbb519f2367bef76a444bfa22f437f9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5294, '2023-01-29 18:01:57', 'SALE/POS2023/01/5304', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9318eaa5c519fa09022d194b6c2b13896495d3688ad0418740bb42e06d2dac9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5295, '2023-01-29 18:24:58', 'SALE/POS2023/01/5305', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6561cd0f1c8dd1d2802f441bbf7c954c828115f629b98c0e8f9ba027abd9d269', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5296, '2023-01-29 18:33:33', 'SALE/POS2023/01/5306', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2495a23024db629c475829b999d48a3c6346f3257657f56e028342f27024316', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5297, '2023-01-29 18:34:21', 'SALE/POS2023/01/5307', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73c9bf449d5e759416fef16e5f467d96ad3c70ca33f152a80aeb388a148e2913', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5298, '2023-01-29 18:39:01', 'SALE/POS2023/01/5308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd15cd96ae65d9d3b0f97a9c45ffb1e9e5730c3926ef7cfae04145a1ec584a613', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5299, '2023-01-29 18:41:35', 'SALE/POS2023/01/5309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34460f14f68a9e44d50b8d8c49f26f1d395d82ca0974bd91a285fc21a441f486', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5300, '2023-01-29 18:50:22', 'SALE/POS2023/01/5310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ebd1f1249ccc671e22012e3bb6a8fcafdcafc8b094e2f72a51f0301ee78d71f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5301, '2023-01-29 18:52:17', 'SALE/POS2023/01/5311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ed1f3e2854882bfb4038c5e5e46bc29d1fb8fc220607579f62f97a213cc44ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5302, '2023-01-29 18:53:10', 'SALE/POS2023/01/5312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1cb4dcec6441bf3c044456756298ea98642da85b60792818aedc3f942f0485d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5303, '2023-01-29 18:54:05', 'SALE/POS2023/01/5313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '138118e679661ce73e94d538ab9bc4bd941cfa5b197a51db8046ebe7e9b20195', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5304, '2023-01-29 18:55:00', 'SALE/POS2023/01/5314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3290d20701b2e9ab4b3cd65bfa4ea431fc53d058f58034e4247f85b4046d0455', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5305, '2023-01-29 19:00:33', 'SALE/POS2023/01/5315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e83bda6e5b0eb7267f9a3076c85cee6f99b2635df2b0d10237d46965e1c71fe1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5306, '2023-01-29 19:27:58', 'SALE/POS2023/01/5316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34d6a71a6982eb6c2fc23df4b6c1e9c3f53151ebc5a87a82a71007776bc941b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5307, '2023-01-29 19:29:29', 'SALE/POS2023/01/5317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38c27e96e35b9a016613046b5e0912e6a6ecc8db10f08e14d2db9351de11278b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5308, '2023-01-29 19:35:23', 'SALE/POS2023/01/5318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29069eab5256b071d82f481105c1dda7833147004efb1578d1be2241aeee3a21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5309, '2023-01-29 19:36:48', 'SALE/POS2023/01/5319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02df7764aebdce89af0361d58b7b498516f228a4786595557e6ba6a68f52b030', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5310, '2023-01-29 19:51:28', 'SALE/POS2023/01/5320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba4ee4e51d68cfc873bc432a50d4ebf937dce1459b7d4dfb5e493111aad947c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5311, '2023-01-30 05:57:38', 'SALE/POS2023/01/5321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '519f40784d1850bd579d9ecf4cc7918d2b66db412eaf7dfb9a1dab04429f7226', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5312, '2023-01-30 05:58:08', 'SALE/POS2023/01/5322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd549bc8c54905967ea43ce634830b04cd6cfd121325c93d9d442a798faf884c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5313, '2023-01-30 06:33:38', 'SALE/POS2023/01/5323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22b0826535f0abe6f2593da51d858246f1590b398bc63ff1ff1b8bfc4ca0c0ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5314, '2023-01-30 07:09:34', 'SALE/POS2023/01/5324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bee42839fc46f9f62a6796a36bed50970886d277e627a12e19e8d6012da7b706', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5315, '2023-01-30 08:07:48', 'SALE/POS2023/01/5325', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '395e4cce82f26b85f83e37c9045378512e351320401e8bd60c86d0925209ff21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5316, '2023-01-30 08:20:52', 'SALE/POS2023/01/5326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '120.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6581879c6cf1152e78efaf33767c83fc4fdcab488d53cd67af18c0b8f160601', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5317, '2023-01-30 08:21:37', 'SALE/POS2023/01/5327', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e12c0fa31c7af95a09f7d3e7d7b6382378e311c85e01dc3d7339bc5bce0d522a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5318, '2023-01-30 08:27:52', 'SALE/POS2023/01/5328', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4331fca5d7e125a3292fde3ff4cd194b308397f5bfc2d79ec1f9a628fe501d5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5319, '2023-01-30 09:19:04', 'SALE/POS2023/01/5329', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ce6fd39ec713db9e3d6f461f20f5e7d8aaa68d427a4e3870608be1f87af75f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5320, '2023-01-30 09:20:59', 'SALE/POS2023/01/5330', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b96c7f2e837e087d555766ce9a048030967d8e3f1273c1ed801e9d308321cee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5321, '2023-02-02 16:36:49', 'SALE/POS2023/02/5331', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b176f78921a00bf177fdf6cef07a0808633967b9dba3d003ea277ecfb290e227', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5322, '2023-02-02 16:40:38', 'SALE/POS2023/02/5332', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '204.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '204.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '204.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7a727513113fdd0ace4c90e2ebd8c3669b42deea7c281eb79134a97ade36bea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5323, '2023-02-02 16:44:15', 'SALE/POS2023/02/5333', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '134.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '134.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '134.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a84a749baaa367839af6b1c8e36e59d155be8fb67f8d5f9510fa8b408972041', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5324, '2023-02-02 16:51:47', 'SALE/POS2023/02/5334', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '183.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '183.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '183.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b54d9a1b1bbdbc163507f0bd00f5d1f1be51345c95b8f62dab3f468e166bc46e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5325, '2023-02-02 16:54:07', 'SALE/POS2023/02/5335', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '88.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '88.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '88.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68bd0a7501597700d7289273b12484d0dce714bbfadad1fba3542639f8bff100', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5326, '2023-02-02 17:03:47', 'SALE/POS2023/02/5336', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '83.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0de13a0340c8df2c8611f8d7ee9286e80043da19abba345b9e4b99ec57991d24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5327, '2023-02-02 17:08:10', 'SALE/POS2023/02/5337', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09d380b842ca2e4cdc437ca1f510979f17b630811512ead00904b1c05b926f5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5328, '2023-02-02 17:13:08', 'SALE/POS2023/02/5338', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '185.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '185.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '185.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c35587551eab1589de7349e514581f79d95eb1b50b9010d9e71df97ee149993a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5329, '2023-02-02 17:20:54', 'SALE/POS2023/02/5339', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '132.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '132.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '132.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05a66f31b5cefc2010ff858b2e5bcb08eb3d9255932854321d1077394b9dfaae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5330, '2023-02-02 17:39:09', 'SALE/POS2023/02/5340', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42eff0f557f9e16776469485d2ea97893638a835cb3f4e436a7de5e7a2ec0fcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5331, '2023-02-02 17:44:13', 'SALE/POS2023/02/5341', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93ffbb22f9e62e07589a8331310ed4fcfa2397efbac7eadbd5e976095d26c36d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5332, '2023-02-02 17:49:59', 'SALE/POS2023/02/5342', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '110.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '110.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a250cd18f009fa975c87b2e92ceee4a0641d48620ddd517b2aa8b2a135c7bd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5333, '2023-02-02 17:51:45', 'SALE/POS2023/02/5343', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f24fc9db44800cacff3fd819062ecd46f43d86218cfe3fe352aada958089befb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5334, '2023-02-02 17:54:08', 'SALE/POS2023/02/5344', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '106.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '106.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '106.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '350e3af3826efdd4c35ad5646764074133e72b6b09de1c8ab949e69ad649089b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5335, '2023-02-02 17:58:48', 'SALE/POS2023/02/5345', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '92.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '354ffa45ebbad6b143a3633921d6f11ada116bf59f23208412ae8ef3026e89a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5336, '2023-02-02 18:01:13', 'SALE/POS2023/02/5346', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '93.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '93.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '93.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e609a841715fd44b05cc76070260dd852cca9c8f767b4b10f72c7a88273329d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5337, '2023-02-02 18:02:40', 'SALE/POS2023/02/5347', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2124294384add15f26ac425ace233135fd8b0d1d93678e3fa5722a64af2bbef8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5338, '2023-02-02 18:07:47', 'SALE/POS2023/02/5348', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '130.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '130.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '130.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1702aed897fd5a4d4f8a060dc7b63b824e07d92abc594e95248a5791e54ec9d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5339, '2023-02-02 18:11:02', 'SALE/POS2023/02/5349', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '89.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af01ec0cf7cacaa98bd297897bbf259fdcf35898d8bed675157fd4520a775b2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5340, '2023-02-02 18:14:05', 'SALE/POS2023/02/5350', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '114.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '114.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '114.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41e1951c8d722efe3c106c7169f0c4ffb42616bcb568fd0ac3c6841f2666ae57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5341, '2023-02-02 18:15:21', 'SALE/POS2023/02/5351', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '40.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa17a4d64310695288ca9f98b2ddf330c7ff78917ea88e7621c25f73c9f19101', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5342, '2023-02-02 18:18:48', 'SALE/POS2023/02/5352', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '149.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '149.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '149.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a6bbaa91e079eac94183505c0194df325112b8e5edf60b2d81c5774ceb33625', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5343, '2023-02-02 18:20:37', 'SALE/POS2023/02/5353', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4d6946980416bce8db32abb3b49d953119b4c64a774d90eac8250129bf5699a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5344, '2023-02-02 18:22:15', 'SALE/POS2023/02/5354', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0eeaed3a09d7c0591e1ce14020519bec93c7e15d506467a6414334a892191388', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5345, '2023-02-02 18:25:58', 'SALE/POS2023/02/5355', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '193.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '193.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '193.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d60340a53ace8135234420d64c29f0c862c5d40ac13cf6848ff0602c06ed9ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5346, '2023-02-02 18:29:49', 'SALE/POS2023/02/5356', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '190.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '190.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '190.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b49014772f6c1cf82a01b27c5834631bef989853fd335aad5fd443114527fcd9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5347, '2023-02-02 18:39:41', 'SALE/POS2023/02/5357', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '79.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7020adc1eff532302d242502428c0ed6b98ed2a7e016e39f28920f612dafee82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5348, '2023-02-02 18:40:59', 'SALE/POS2023/02/5358', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23724e10b0db3d3aadd57e2fd5629cc1d079f53ac12196a988760a4d02039159', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5349, '2023-02-02 18:41:27', 'SALE/POS2023/02/5359', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b14475578008cb1d8570ef238b5062f8daf1225d030edc719c4accb085db2497', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5350, '2023-02-02 18:41:53', 'SALE/POS2023/02/5360', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f1daad5b755517524e890cd0bdb5828efbddb11f7c2c72a8183c4d01d789562', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5351, '2023-02-02 18:42:16', 'SALE/POS2023/02/5361', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c93170fe4b584fc6414d99def53bcf85167d5d171aa33d4697a67b4292f3443e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5352, '2023-02-02 18:52:36', 'SALE/POS2023/02/5362', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '103.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '103.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '103.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aaccf5c532580a24837d756b41dadce67ee13f37e33da682c7e7ad6e8f60b75e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5353, '2023-02-02 18:53:18', 'SALE/POS2023/02/5363', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7787f5970877b0a09dff302c9c40d83b71df2abb65b41fa033a7872c2ef46882', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5354, '2023-02-02 18:58:53', 'SALE/POS2023/02/5364', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'baeb5acfcd625b06c6383eb0c647b88fbf69f7b1bb7cb84f24708eaab463eea3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5355, '2023-02-02 19:39:29', 'SALE/POS2023/02/5365', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8cadd399c562fa5e0e0ef7b1f6d956847b02901b273983b88534de4885af11b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5356, '2023-02-02 19:55:11', 'SALE/POS2023/02/5366', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ef9206fddbb55a5a9779f94d047d5fe8156b400470177589d9d4b43dff5e110', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5357, '2023-02-02 20:05:51', 'SALE/POS2023/02/5367', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fee06c2c284d550e170a3250b259e0d7cda84966e441ef3424422270233faab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5358, '2023-02-03 06:02:42', 'SALE/POS2023/02/5368', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4e879fa3077541eca6d69f4a1e1ab0c2aaf698c3362e509bd0fecef5f1da457', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5359, '2023-02-03 06:05:19', 'SALE/POS2023/02/5369', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5813048b3e66a18ba08a0bdb5bd3e8a09795d7cb85340f3a713d3f52e03556d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5360, '2023-02-03 06:14:41', 'SALE/POS2023/02/5370', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '323.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '323.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '323.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8420b39da9321e40e3bd0eaf7f375f7255cd56a2428e933bdf95a3e6e8aabf70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5362, '2023-02-03 06:23:33', 'SALE/POS2023/02/5372', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '764247890349272ecba51150c712ac49bbb716a3e8c48202de73ccdf8a2d5c6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5363, '2023-02-03 06:36:22', 'SALE/POS2023/02/5373', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b612cb6f6166f7f207aadbefd0d93873e269468403e294fbd04717bbe88e43a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5364, '2023-02-03 07:27:19', 'SALE/POS2023/02/5374', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '296ee61189756e3983870a17f35405babdb927e3ece7b1466788d4e758b8b80e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5365, '2023-02-03 07:37:09', 'SALE/POS2023/02/5375', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a083d675ed7db59ab3df70ff6c3ee4903fc58ce5e8f4afb5a4806d4f9890add6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5366, '2023-02-03 07:55:31', 'SALE/POS2023/02/5376', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '15.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6907fc7dc878e22d284cc25941aacbe2d32135a97f5ff81e16554162265f020', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5367, '2023-02-03 08:03:49', 'SALE/POS2023/02/5377', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '236.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '236.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '236.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5468da0f514cf44277fd4ba784ebe6df8bfb85c2ddb82a2dcf7a7e4b861b4c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5368, '2023-02-03 08:10:11', 'SALE/POS2023/02/5378', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '59.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '296b8b3a2d3d42726cd0397279698e35d8a7d5f7dfa35eb9cf61f709fe4edc75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5369, '2023-02-03 08:30:09', 'SALE/POS2023/02/5379', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cfdeb65a2fd625bc744274976b971c2235e9d3be8636d886a9d21b24020d7b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5370, '2023-02-03 08:48:40', 'SALE/POS2023/02/5380', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6738ce6be29fa20503ecd884db1f58db406a529dc9b75e915d305f59216e613c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5371, '2023-02-03 09:04:14', 'SALE/POS2023/02/5381', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44fc692bff27293455b65fec141940dbf51f6adff78f994c33e686d9f5fc958b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5372, '2023-02-03 09:12:20', 'SALE/POS2023/02/5382', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d952c16395b4d2324761cd554846cecc4364105486c152ef1cc3248f2b057e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5373, '2023-02-03 09:29:25', 'SALE/POS2023/02/5383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '87.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '87.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '87.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffe37e6e2766d1e1a34ac89c9b810a2ec9cf394ee9ce45e9a3c87e3bd002db23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5374, '2023-02-03 10:08:22', 'SALE/POS2023/02/5384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e9fbad363d6cf1df721737c70d28baa11ec21ff1e8c7a688f8c347f6473f2f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5375, '2023-02-03 10:17:30', 'SALE/POS2023/02/5385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e57a6bc047cd305d2c8aaa4abf29f4e0953a3862a7a375e013ef925be4d5db35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5376, '2023-02-03 10:21:36', 'SALE/POS2023/02/5386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90570e400ffec31a51166aa6611535426c0d1da9d20dd8f2cc7698fcd5cbb430', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5377, '2023-02-03 10:53:39', 'SALE/POS2023/02/5387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1aa6541d65b4226cc5a13676ae1f49e7882861ba1d08aac5e9725c8480a4327c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5378, '2023-02-03 11:08:17', 'SALE/POS2023/02/5388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1b65969c78218c3dccbc1b762b5e95ec362dd033f2e8c4cff46dca205a5d577', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5379, '2023-02-03 11:54:50', 'SALE/POS2023/02/5389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60ef1f4010e9f6249fc9ca5459e2a31c21af4d8f4f900d9da94c2735a7b36c0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5380, '2023-02-03 12:14:52', 'SALE/POS2023/02/5390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5e19bb4a145daa3c59b905379213a754f4fde6a6e38e90bd845410f0027778c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5381, '2023-02-03 12:32:32', 'SALE/POS2023/02/5391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '966ecfa92b49f81406b2a73bee121f01d9b72898cde3518977ff4a4f56a242c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5382, '2023-02-03 12:34:19', 'SALE/POS2023/02/5392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c48bfb4acf315289798b0cfe8258e4808c48f00d5589c5e9896e1d667a660031', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5383, '2023-02-03 13:08:16', 'SALE/POS2023/02/5393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e555c55f03553bcf139ffce9c7d2b8d29ec09ada29e94485ce90521da00e74f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5384, '2023-02-03 13:10:49', 'SALE/POS2023/02/5394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f19581ba5624dab1e362fc169e49df89c3acbaf63e9c5143871359377708133a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5385, '2023-02-03 13:18:35', 'SALE/POS2023/02/5395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f61cf4b114c42fc1385a178473dbaeef75a2d79b39929df5eee14951d7dc5c99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5386, '2023-02-03 14:02:32', 'SALE/POS2023/02/5396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b23a2b68d922a8e13aff537fb49054fda2d7d282a3ede93a8ef202051a9245b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5387, '2023-02-03 14:45:10', 'SALE/POS2023/02/5397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f81db3d71e9a97c90a11783ef5ec5597d0aec55c6ab114e397879dcb235adb0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5388, '2023-02-03 15:28:32', 'SALE/POS2023/02/5398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac9006064ff12d370fd3b3f5cd4e5a54f413028dd60a8794483b00ca883670f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5389, '2023-02-03 15:43:57', 'SALE/POS2023/02/5399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8582e8b9a15bff9c1d70d7e98c7921584268493d904838483c2514936a87259', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5390, '2023-02-03 16:16:01', 'SALE/POS2023/02/5400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fd4384f83a32df3348050828adec5bc038b55ea9aa32a2335ea85bdde6793e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5391, '2023-02-03 16:25:16', 'SALE/POS2023/02/5401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b548587b8c8b14b4f108974320a4cb9a049fc44f0cd61ee61c82979e5d11ebcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5392, '2023-02-03 16:52:36', 'SALE/POS2023/02/5402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '768131260e58178e22850891a60fa7b57db3e6c34b0ac5d4ce0af9f944792078', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5393, '2023-02-03 17:05:23', 'SALE/POS2023/02/5403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '115.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '115.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '115.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '361bdec817594bb80d105dfc5a540cfc1b456142fe4e041941a70f7b1cbd5bc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5394, '2023-02-03 17:08:36', 'SALE/POS2023/02/5404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75a4c63fe0eb4a6041b56df3eb386430b8bc0051b7107400390040a2998250b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5395, '2023-02-03 17:28:32', 'SALE/POS2023/02/5405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8008ec2712267760e1c5f26938bfbd91146799698ad60c1481bcff2da721bde3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5396, '2023-02-03 17:34:04', 'SALE/POS2023/02/5406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fad7229da8691d97ae158025b35bb5beb0be03c4db3c8295ef8ad27d2bbc5f29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5397, '2023-02-03 17:41:21', 'SALE/POS2023/02/5407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '95.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '088e78b9ff344a3ae8827ee85f5ad57d98690b98a25951006b530a04a2953394', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5398, '2023-02-03 17:44:25', 'SALE/POS2023/02/5408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42fd9f3736fb43197f72e1447be3eb823294190ecd47bdae18b376bdae6f5494', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5399, '2023-02-03 17:46:07', 'SALE/POS2023/02/5409', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f9b2fb318785f22e4528b8e0282b0c9b91d8c5fcb959d36e2a3bc8c8a74bc12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5400, '2023-02-03 17:58:03', 'SALE/POS2023/02/5410', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b2c5eea4e4e46518d42aa615d989d5ce6577db204d7f1cf6439f3bf2903881e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5401, '2023-02-03 18:11:27', 'SALE/POS2023/02/5411', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cbcaf9baf58bb33ce0d67c7fb0f93ba1feaa564e54f31ef92756dca5d1bffa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5402, '2023-02-03 18:16:40', 'SALE/POS2023/02/5412', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b52019d49a26426a3a7664563462348a532693899640413501ec9e05ab28dd99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5403, '2023-02-03 18:28:23', 'SALE/POS2023/02/5413', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '729c3e2c4c20bea6bcd39dbeaec074dbc28d170cc359865603a9c10a6bc410b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5404, '2023-02-03 18:52:06', 'SALE/POS2023/02/5414', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecd014c3153b303fbad92c75e7dbe34e770321e568d5b8d462665130538257fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5405, '2023-02-03 19:00:18', 'SALE/POS2023/02/5415', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e07f51cd767835d13771a56fb9fb94c9597471c77e1f94e4f838ca45eddf5d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5406, '2023-02-03 19:07:03', 'SALE/POS2023/02/5416', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf0ec54e4640a7b0a487a8cbb2558160dd1500fc19b9d19095aa504187c696f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5407, '2023-02-03 19:11:11', 'SALE/POS2023/02/5417', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae38cb770d2ec3cffa4ccc413d9df28b8ccb54022becb86cc3a54abcd5ebb400', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5408, '2023-02-03 19:13:27', 'SALE/POS2023/02/5418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94cdcc3366ac360c1fd844823b5feb42e89a71cdc60446bb72856f2c3c14741a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5409, '2023-02-03 19:18:34', 'SALE/POS2023/02/5419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7059b94c06a695badea1f39f1a080f7d0da41507183cd5ab499444c97c2b3471', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5410, '2023-02-03 19:30:57', 'SALE/POS2023/02/5420', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef3362d3e1388985a024af0de0acdabc6a9b6884caa59f3b2dab6139a88c65d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5411, '2023-02-03 19:36:05', 'SALE/POS2023/02/5421', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '637275b0a2975f7fc1c4728449c0f56552a481cf1b49f94901642439b97c23b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5412, '2023-02-03 19:44:35', 'SALE/POS2023/02/5422', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c13d01d794ba30ba5a2c0b99726a58e113bd2b921edae4fbbb85707b6285174b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5413, '2023-02-04 06:56:22', 'SALE/POS2023/02/5423', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2af125a569089b0014494502e2e9b9c70fbe7ace690c5f8dbc37b228365a398c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5414, '2023-02-04 07:18:56', 'SALE/POS2023/02/5424', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e79ad8d769674bc024be0b9dff6e481586ab63dd79dd0e3eb2a627824c1b5304', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5415, '2023-02-04 07:48:48', 'SALE/POS2023/02/5425', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57c0884d594da148b6fafc8276693985657ffd2286b1b71fa3646735ba66e4d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5416, '2023-02-04 08:40:41', 'SALE/POS2023/02/5426', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dcc18effdda2a045df4a99d1970e9c5995a91f865214903701c01f1f3a4638c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5417, '2023-02-04 09:31:12', 'SALE/POS2023/02/5427', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '223fec6989d6578ada9bdd360173e591e0b63780789d10add4600c5e9a4e1173', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5418, '2023-02-04 11:03:50', 'SALE/POS2023/02/5428', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f49cffa21854a48ce2f525363ea16a712d30c8363fd6804ece177d0ae5236d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5419, '2023-02-04 12:22:57', 'SALE/POS2023/02/5429', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fd9cfa54a73dd3a71f0199cd56d3a4ba679507b47d69e2332d03d6a27ca77d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5420, '2023-02-04 12:26:31', 'SALE/POS2023/02/5430', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22343bf27ba10f1ab95fa20525818f60f9a0bf18f6bb6137b518141638b41e50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5421, '2023-02-04 12:39:30', 'SALE/POS2023/02/5431', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1faa9ea3f96f7366b8f1741107c4ae72716293f0f3ccaf80b6ff38c334df994', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5422, '2023-02-04 12:58:22', 'SALE/POS2023/02/5432', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '58.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5ffaa35585f79f19e3edd1209a6a015d706177005e850d8b973fbafaf037f7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5423, '2023-02-04 13:11:40', 'SALE/POS2023/02/5433', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab51c948d79ec74a4071138073fe887adfa75dc7119caeb6514411f103086c0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5424, '2023-02-04 13:35:48', 'SALE/POS2023/02/5434', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd65a51f8e435619921096f2c0a33799c1610a566dd7be53bcd56a47ae128f6ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5425, '2023-02-04 13:39:20', 'SALE/POS2023/02/5435', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1408db04003ceaa4f1e119552d0bebfa853ab9d40108bb9be9984369cdb934d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5426, '2023-02-04 13:48:08', 'SALE/POS2023/02/5436', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '201afa3d53e1fe7af8754c92f6d48558a3c4ebb90b83fa3c5c5dbf0b5d6de52f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5427, '2023-02-04 14:23:55', 'SALE/POS2023/02/5437', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77ef1b709bab075e0266261bbf311896a497f5410906fedae9c54305dd680244', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5428, '2023-02-04 15:04:37', 'SALE/POS2023/02/5438', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98fb7f80b0fadaf69462c55d3fb5cc98e0b4b83571585f1c38e679eac8c70699', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5429, '2023-02-04 15:08:17', 'SALE/POS2023/02/5439', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43e6af645b8b41ffc141a651e910a1f7f3cd474ebf350714899742e246231e7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5430, '2023-02-04 15:11:09', 'SALE/POS2023/02/5440', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67d67cd06f5a811774194d43d493dea9765ee4922c6288c5190f0124b2462cbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5431, '2023-02-04 16:20:42', 'SALE/POS2023/02/5441', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbf59caf875b5fa894e01ed0e6ccdabd8bb36db2979c698078961128fd105929', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5432, '2023-02-04 16:23:32', 'SALE/POS2023/02/5442', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ceab544073b2005a78da557ccb99ebc4793931f6c56fd4a215744ce1d0715760', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5433, '2023-02-04 16:34:38', 'SALE/POS2023/02/5443', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4953e7b347b04550cbe0844de97e2de50484b7ab48c3d4cfc9591b1bd5a683d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5434, '2023-02-04 16:37:53', 'SALE/POS2023/02/5444', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9e6fb751ca62480f14840c2423e6c060d882c8bc643e83c66ad850e14dae17e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5435, '2023-02-04 16:50:07', 'SALE/POS2023/02/5445', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f68b1d6905ccbf2d383c394c65399a828ca1e83acacde6d73c3da6c4d4279fec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5436, '2023-02-04 16:56:40', 'SALE/POS2023/02/5446', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3092cf6a561810f31576562d03eb98eea66b62a756cbeaa171cdfc7cf98b4bcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5437, '2023-02-04 17:15:06', 'SALE/POS2023/02/5447', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79e0c59220273605e372e9299dde8b42a1d038b6c9dc6b3dfa1403efee9a3495', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5438, '2023-02-04 18:03:09', 'SALE/POS2023/02/5448', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '226d388c6601b40cdcd031e794926bc6aec404bc0741625d3a53180ba4fa0f64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5439, '2023-02-04 18:04:08', 'SALE/POS2023/02/5449', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a84b053aa206084522e7e1c15a13bfb948189cd4901474f7874e5e5c6781f254', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5440, '2023-02-04 18:07:35', 'SALE/POS2023/02/5450', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdaf7f5d384e4fcad6064151479ff0b83221c34285b5e961a025fe45b9eb9aee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5441, '2023-02-04 18:21:25', 'SALE/POS2023/02/5451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '85.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '715077528bd1e9ae1141da75e8fe454dd5aeb1f734a22d56f29551572e26b37e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5442, '2023-02-04 18:42:33', 'SALE/POS2023/02/5452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a24c2cf878d4424161ceb44002c101bf29c2f694796c28e2e0c0d8a3fe5599f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5443, '2023-02-04 18:43:34', 'SALE/POS2023/02/5453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76e1be0c2a45a1d1b7091ae703166ff9908044bd503d7482b232a7e4e3a6e30e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5444, '2023-02-04 19:28:19', 'SALE/POS2023/02/5454', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e1ac7d4bb6b97d06a45f1ab292b368eaeb2fd72f6390b8422b6b1cecc7f7b31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5445, '2023-02-04 19:35:47', 'SALE/POS2023/02/5455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36708e7bbdb87889a10b6c8295af434f649db30433efb419205003c59e6f5bda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5446, '2023-02-04 19:37:45', 'SALE/POS2023/02/5456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed18d37cf27613e64a441aea813fd2a895137409303264ad9317c95ff608e380', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5447, '2023-02-04 19:41:36', 'SALE/POS2023/02/5457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8261ee0bff69d9ea7aeadb4e4d213ee76a387af83b2ed2df6e42761cea84104', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5448, '2023-02-04 19:53:45', 'SALE/POS2023/02/5458', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a3e17cdf38f0ac6f91df690a30bd8f9bc1036ead0ce5a4382b5d94aed6fb399', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5449, '2023-02-04 19:55:54', 'SALE/POS2023/02/5459', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf78afb89d73e1200aa979d7dfff95420f50bedf61092f1029e8efd3bd94bde6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5450, '2023-02-05 06:08:52', 'SALE/POS2023/02/5460', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb1ce9b6bedf90b9ef3ab579a57d8668d490a914ac720430ff470a12712ae9b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5451, '2023-02-05 06:57:05', 'SALE/POS2023/02/5461', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dde22f22edfebacc6e08c7ffe8a0d3a34b80f7d20f6cc551a32388d99f9423d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5452, '2023-02-05 07:21:36', 'SALE/POS2023/02/5462', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34e83e10a19fe8bd96b8e27c52a8f70d1fe8c85b98a45dae4abcab74a84918b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5453, '2023-02-05 07:36:09', 'SALE/POS2023/02/5463', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fa3b17a4c5754f07ee78abf7f03419bc114c0ca55da90f404ab4f99bcf9141e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5454, '2023-02-05 08:03:28', 'SALE/POS2023/02/5464', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '82.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e952a122f95772c4f03bb78d3d72acef778ea94c2cd54e35b8f22cb241f25eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5455, '2023-02-05 08:06:33', 'SALE/POS2023/02/5465', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1aeacc2e80a6d60716ea6fca9a7ab3a6ef7d6963336506a26bb280720cc3d7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5456, '2023-02-05 08:09:16', 'SALE/POS2023/02/5466', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f373749665e83576bbbe0bf74a2aca958e0295d37dee5e337d862c0ca35b42dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5457, '2023-02-05 08:47:20', 'SALE/POS2023/02/5467', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f64718d3ae9e3565769d1ef7af15f36d7d4dce19d1db39e3af1ee14fc1a709ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5458, '2023-02-05 09:33:54', 'SALE/POS2023/02/5468', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa558d6540d7eaa3c5502d3b7e0d3dec6d31e6992f4933c97630280377aa528f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5459, '2023-02-05 10:31:45', 'SALE/POS2023/02/5469', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '941bb6bdda3a2d13a0e1fcb3d75cfced78cef11d91b94d723a015b905c07fee9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5460, '2023-02-05 11:00:36', 'SALE/POS2023/02/5470', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f33713fcb2f4d182fe9e0ff493db589fd2cf667bcbe78ab5ef01fdc95ec87e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5461, '2023-02-05 11:29:16', 'SALE/POS2023/02/5471', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2318d2826dcf9b561c680a263993cf15930450678949cab9adb47426a158e6b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5462, '2023-02-05 12:05:12', 'SALE/POS2023/02/5472', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f9a41cc575359675e6244cef9054ec0b0cb6442435f15e3db4b97a686926f95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5463, '2023-02-05 13:02:05', 'SALE/POS2023/02/5473', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f14df6ad351c29fcecd9bdbbfdec7ab670fe22ed597f927c3089086eaffbe2d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5464, '2023-02-05 13:18:25', 'SALE/POS2023/02/5474', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c80c87095d98f8e6eda87ad1fb612a5bbd58b8f2bc54784a3655b2a55747608', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5465, '2023-02-05 13:42:06', 'SALE/POS2023/02/5475', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a1b14a8298aa6f1e967c8c1dc049eef3c95abb5fb8337853276cea167b76e29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5466, '2023-02-05 14:25:39', 'SALE/POS2023/02/5476', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0638bfd98f70f8c665c2f3cc3d20dad94bbaebb7e7202fd3b4c8837f107038db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5467, '2023-02-05 15:29:08', 'SALE/POS2023/02/5477', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4901870cb078421bbae292c11f943e15c79625f3b8d05924cdcfb36eda3c74d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5468, '2023-02-05 15:34:13', 'SALE/POS2023/02/5478', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '920c1339ff1d39801b1b7eaa9abb4d8b558f354d17af4a201fd94707d8ad3745', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5469, '2023-02-05 15:40:20', 'SALE/POS2023/02/5479', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21b7439effd9fd63b8c375c5ac54576c6d2278c3a08645d597ee481606fa1758', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5470, '2023-02-05 15:42:32', 'SALE/POS2023/02/5480', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66ad9d51def6054fdf803fd57412cdc468f95e77e7f0f0321f9adbb4b6e89b56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5471, '2023-02-05 15:59:10', 'SALE/POS2023/02/5481', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '513aa28845006229eb56a441209f256cab7ac61d680c9ec1f755cb40f19a5e74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5472, '2023-02-05 16:13:21', 'SALE/POS2023/02/5482', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b29459e2f5239a9db8dd254558b14abc9ab1281c1103104473dd1e69abd4f88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5473, '2023-02-05 16:30:07', 'SALE/POS2023/02/5483', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '101.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '101.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '101.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '253bc55bbf8e7ee9aaf0c0ee1cdb3ef34eb2b1f8d650604812db47fb6c7cc066', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5474, '2023-02-05 16:51:22', 'SALE/POS2023/02/5484', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d82823c210220e5207e7f2788571b3c19586a6b707eb8bc5c21152e188f175a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5475, '2023-02-05 17:05:04', 'SALE/POS2023/02/5485', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45a68fb35b8fabff34dca2661fd5c3d48313cbaca846993a34152286a6cec1f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5476, '2023-02-05 17:06:34', 'SALE/POS2023/02/5486', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae741e2e6a97181c15226398fb3755372cbd50578a50190b35cf5b9559900d21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5477, '2023-02-05 17:13:43', 'SALE/POS2023/02/5487', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd820f2d776733b2f17064b86d0df1ed74a32a37b08c2a44470329651f95c09b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5478, '2023-02-05 17:15:09', 'SALE/POS2023/02/5488', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd27c8ec35c23dd8eec29cc3ae89340253f15d90e32570d9739b71fdb99bb0a63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5479, '2023-02-05 17:24:54', 'SALE/POS2023/02/5489', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c90425d3101a83123e671cb01a878b24fc2fd61a65e3adde49507dbafedcf46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5480, '2023-02-05 17:38:39', 'SALE/POS2023/02/5490', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9a17d86ecc4ef7402c8cfb75211516946d01ae2c9d708801ab075ca2c94b05b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5481, '2023-02-05 18:01:25', 'SALE/POS2023/02/5491', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d9df5905c524d414754896cf5e9832bafdda8c657eaf3f2711e1d276213ebc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5482, '2023-02-05 18:06:48', 'SALE/POS2023/02/5492', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1451baaa420b3a2229925278493229cbde2dd258afed3f06568f0eb6f9089de0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5483, '2023-02-05 18:38:23', 'SALE/POS2023/02/5493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ea519390eb711ec82accb3b17151c91abf0d585f6b4b46a39b3009cba7a4321', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5484, '2023-02-05 18:38:43', 'SALE/POS2023/02/5494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da455a39cd611f7b5468d61e9c260f0cf14733d0c20f77aded98275abd68d4e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5485, '2023-02-05 18:40:15', 'SALE/POS2023/02/5495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '008f91ab81ab9200457fe5b5e59ee9a95c330c64c92008705e5a695f65ec6ea4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5486, '2023-02-05 18:57:21', 'SALE/POS2023/02/5496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e59706fb341ff9258941f4ea05748b9d79908f99a8cfcfc72803e4a763d0a73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5487, '2023-02-05 18:58:46', 'SALE/POS2023/02/5497', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2aa0fe6b5dcbafc222d7fba419ca598d9685390ce2cb0e536275c0b0930c613b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5488, '2023-02-05 19:03:10', 'SALE/POS2023/02/5498', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04e350ce864a73aba048e23b10271fc8b8a16827f8b4562998c3743d64020d49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5489, '2023-02-05 19:19:11', 'SALE/POS2023/02/5499', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15063e390aa3724f2ec2106fd051ddc3239bf971a8a5324e6c74776efb6ad3c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5490, '2023-02-05 19:24:58', 'SALE/POS2023/02/5500', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10aefa324a9044c5bead604102a17fff0801e4401a879d4daebc7f3429498bc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5491, '2023-02-05 19:33:40', 'SALE/POS2023/02/5501', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffd454b87e53ee1084c8b793b0b183e38da729136cc793e463900ddb2069585e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5492, '2023-02-05 19:34:43', 'SALE/POS2023/02/5502', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '990c899456320689f077bd2de671debb40f17e9cd4c5ab3ede37e1f883cc1ff0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5493, '2023-02-05 19:37:25', 'SALE/POS2023/02/5503', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72a14e727c71bdb8570b4fc2a555b164c74714dabd0fd514ada6acd0a17f6345', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5494, '2023-02-05 19:50:12', 'SALE/POS2023/02/5504', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '35.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6e05ab863e8a2490f0168fedbb8c39702b9595de441815c39f309cefb43dd39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5495, '2023-02-05 19:51:11', 'SALE/POS2023/02/5505', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1ca7d0c77b612fdcd55c08d12839e9fa09b37a71b226754dac38a5575ff1813', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5496, '2023-02-05 19:51:29', 'SALE/POS2023/02/5506', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a8c62b15bcf4e7ea05b487f5e0e5b5d9ac5b66c698fcabb8f5441100b1c084d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5497, '2023-02-05 19:53:27', 'SALE/POS2023/02/5507', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '75.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a722e18239f95dbfd64396ce9b430b30da0f4f0b18f4592c24ee94e3f889a82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5498, '2023-02-05 19:55:03', 'SALE/POS2023/02/5508', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9a87ceb1893e8f3e1d763097083e8bc3c47019b53abee2ecb16ec664e317b7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5499, '2023-02-05 19:56:49', 'SALE/POS2023/02/5509', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '102.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '102.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2d384ca1d60e5d59d6efd5f26b08e3a0d733d6f05ab4c3638d6a72adcc973e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5500, '2023-02-05 19:57:33', 'SALE/POS2023/02/5510', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47c20547c366b37834ca947ce1502f7f1ced118bc4680f85190b0f33ba6b2807', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5501, '2023-02-05 19:57:52', 'SALE/POS2023/02/5511', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '173115e5075a8adc4362fd79eabd3894ecde944d71160b48b0dfb49db1a5fb80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5502, '2023-02-06 05:51:37', 'SALE/POS2023/02/5512', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd45c216e8fd387747d5d6fe83990eb6cd5d86d2b00cdd725018a471221c17100', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5503, '2023-02-06 05:59:41', 'SALE/POS2023/02/5513', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '132.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '132.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '132.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17fa072507f4ac0bdebadc29821a5c0d2a42b1c5011b25b5f5ee5931c681dfcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5504, '2023-02-06 06:05:13', 'SALE/POS2023/02/5514', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2a953e10b0d79aed99bcbf3f935aa41d0840d903a17aa24559d27168bc222e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5505, '2023-02-06 06:10:15', 'SALE/POS2023/02/5515', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c65970b0badc1c0c6193f76c5b7054042de7f5cce0c1018f5f21c3ea4fd42c23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5506, '2023-02-06 06:51:34', 'SALE/POS2023/02/5516', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbe869f2dce1d91c6543625fb35334f519e29c4a0a74492c937c7d31015e00dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5507, '2023-02-06 07:57:17', 'SALE/POS2023/02/5517', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed9b7224b307682e6417ae51d39f8a615c31faa18e62f6b359e808561ca2d5ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5508, '2023-02-06 08:23:21', 'SALE/POS2023/02/5518', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '973a1013f7b5f4ffd12fb488c467cf69e47f41c4466bdbef22b7185370b34023', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5509, '2023-02-06 08:34:47', 'SALE/POS2023/02/5519', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '138424928cbc3ad5f604da937b553ac751c08de2cf9b03b9a712996ea309bbcc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5510, '2023-02-06 08:35:31', 'SALE/POS2023/02/5520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c014bcc2fc5c518981d7ea7ddeb3b2c79ab5f9a24505af080f68b0cf9b2f928', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5511, '2023-02-06 08:38:57', 'SALE/POS2023/02/5521', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '74.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '74.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '74.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '145303022a9a1d6b306b779f1b6e16988150bcb4c5a3980fba3f491099c140b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5512, '2023-02-06 09:00:21', 'SALE/POS2023/02/5522', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c435d5213c1b7c2bd217a184f23921d0a9236a1536106c20f94864ee55daf5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5513, '2023-02-06 09:12:00', 'SALE/POS2023/02/5523', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd58997da22c4179b359e1126c454c45860aeb1e8cc8320881e6588d2d73ec2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5514, '2023-02-06 09:22:19', 'SALE/POS2023/02/5524', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a916366676b82b54aac983ffc761bfe7cdbb4ba6a4b89b2b0900700bf9456440', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5515, '2023-02-06 09:40:16', 'SALE/POS2023/02/5525', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2428d8ba568b1d49258764b3bd878df5ebf04dbce2215d1b08793fbd0feb950', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5516, '2023-02-06 10:07:13', 'SALE/POS2023/02/5526', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c8c0277b66c5e5397d75c01ed4965d0472339faa5afa93df81e964e8b529d3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5517, '2023-02-06 10:24:54', 'SALE/POS2023/02/5527', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36099f183d490790c0bb9d3c92873879f31a27da64e0e2975de3182312cb5ed9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5518, '2023-02-06 10:26:40', 'SALE/POS2023/02/5528', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '044532aafe2994e2ca2cdcea8cb51afd702346813f358acfbc57fed83d1db683', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5519, '2023-02-06 11:05:32', 'SALE/POS2023/02/5529', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b1ade3e0203ab1d099129230a446900bcf2e18f739aca6628bd2328e4f9dcc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5520, '2023-02-06 11:20:36', 'SALE/POS2023/02/5530', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '912949faf601113671fe7ae07540688445ebab9ecb4ea08fb488d6d5dad3da3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5521, '2023-02-06 12:29:10', 'SALE/POS2023/02/5531', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '81.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6be986370f58c95896104afbdf8f85589e6a8eafd88983c365804ae962379b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5522, '2023-02-06 12:44:09', 'SALE/POS2023/02/5532', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd141db34fcebdb1b206daee94f0eee586a105143f6fccbac0a1901b077da2670', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5523, '2023-02-06 12:48:43', 'SALE/POS2023/02/5533', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1419186fe10b08acf9d1c46e5d8b3b01c4e0525c469eae68ffeaf21746dcf29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5524, '2023-02-06 12:50:03', 'SALE/POS2023/02/5534', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecabb6a92b665111025cdd4fedf6ec198f073867edb6b5aed0ea75f7311b7355', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5525, '2023-02-06 13:20:46', 'SALE/POS2023/02/5535', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc08fa991bbe54350787097edc4fd9b0e5d4ccc34bf3226695590efc5611582e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5526, '2023-02-06 14:04:15', 'SALE/POS2023/02/5536', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f4a6e465299633cdfcb22b1de1b0a13aff3342bc3f2c3afd4d5fbe237359253', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5527, '2023-02-06 14:50:48', 'SALE/POS2023/02/5537', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd71e4a9a9d59cefb71e7a0c0091f86bad2ad0bfd38459d6f34fc2508a0163356', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5528, '2023-02-06 15:07:37', 'SALE/POS2023/02/5538', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e3b6b1fccdc5c929463faa3c38adb39b290c08f39fd5748dd81f26412101b87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5529, '2023-02-06 15:25:15', 'SALE/POS2023/02/5539', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'baaf2843398efd5f953ab21613aa114a7bef78636b50bc2dea10ca8154c5c0b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5530, '2023-02-06 15:51:56', 'SALE/POS2023/02/5540', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8b4bb90a532e54398be3dc4c3cc60f126523c6cf4512ac39eb5000ba376487c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5531, '2023-02-06 16:10:22', 'SALE/POS2023/02/5541', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '669b60bd8946fa53065f7ed0764a5896dc45a6291e7db07bfc94312a47154bbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5532, '2023-02-06 16:25:04', 'SALE/POS2023/02/5542', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d1f709f5ce9b3105269f2f0eb8089fe08abc1bbdc9322cd97ecf251767abb91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5533, '2023-02-06 16:45:00', 'SALE/POS2023/02/5543', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '520c6b191790bb0af05fa1a309776e384482dc391a10275a670a8c81ea9d4746', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5534, '2023-02-06 16:50:15', 'SALE/POS2023/02/5544', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef5fa8dbee319753f3d2e2eef07a94a13460c0cf8361763afaaea24589c0f88a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5535, '2023-02-06 17:07:56', 'SALE/POS2023/02/5545', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a69944fdc9b35df6276baf3a98eb61a7db3da2caccd9bc51b244238679edbd3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5536, '2023-02-06 17:31:03', 'SALE/POS2023/02/5546', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0abbc493c43773a83eff54fa6741faeeaf7922bce08fbc715d6a10f55cc2fa3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5537, '2023-02-06 17:53:10', 'SALE/POS2023/02/5547', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '143185aa4ca0b1237f70656ab59b7961f0c81338a5d8850101c3b006c2d85dfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5538, '2023-02-06 17:57:18', 'SALE/POS2023/02/5548', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e96ac62888abcff6c933d0a338599591306b3cd4931774317a5b7a32be0d727', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5539, '2023-02-06 18:30:52', 'SALE/POS2023/02/5549', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f73b2529ef83451f61e8a5ef088b5c62b24034752e128859fe59ba6bf84bae99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5540, '2023-02-06 18:32:24', 'SALE/POS2023/02/5550', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0f91edfe09ea6887b075aafb99ab7da172892c66fb315f704171ed43291c8be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5541, '2023-02-06 18:34:45', 'SALE/POS2023/02/5551', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9a7c239d0e29cb87f9a23e4c40dcb6baad59d1c048c26f82aaa4d8dad488083', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5542, '2023-02-06 18:52:05', 'SALE/POS2023/02/5552', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a6dd2e7e32c2940c553783e9f0ff1ff5295727f9806fb22ab8022ce59ba10ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5543, '2023-02-06 19:00:41', 'SALE/POS2023/02/5553', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e2e3ef547eb4824304df96c3178a31d8d922a88cb2133812969317d94595f03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5544, '2023-02-06 19:03:48', 'SALE/POS2023/02/5554', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04246a840e6492b46f96375125201bb1df337f5eb4c18c87634d84f159774a8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5545, '2023-02-06 19:06:26', 'SALE/POS2023/02/5555', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdf94a205d9bc3b7e68e8b3062f4bf714cad5ed05d61ee8bb889aab7dfcc75fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5546, '2023-02-06 19:11:19', 'SALE/POS2023/02/5556', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec3a125a99e8b2d0b236e2fd86385635e899beb6992074795934935be7bc9af5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5547, '2023-02-06 19:18:09', 'SALE/POS2023/02/5557', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb6f7be6d2e78a12b06f4fd008a5b7ed24933f03ce6d5ae10f7b4bf4a98d5a39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5548, '2023-02-06 19:39:31', 'SALE/POS2023/02/5558', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '819f5d51ccd18fd076f09fba189a6372eca1976e6c4559f2568cbe076aa0e4c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5549, '2023-02-06 19:53:05', 'SALE/POS2023/02/5559', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '050107518de335ec44c9dd05682edaf896d5f640f3e5ca692e7e03e577666f5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5550, '2023-02-07 06:01:47', 'SALE/POS2023/02/5560', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '721ffcbbc7e3d29582319dfb33274676f9611230d18e1b71cfbdf205858bb80f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5551, '2023-02-07 06:38:15', 'SALE/POS2023/02/5561', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47a6105d5afff66e6109caea51e088da78dfb8d8a05494efa45a23c4db505a04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5552, '2023-02-07 06:39:51', 'SALE/POS2023/02/5562', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '722867260e6a959d93ea2bfb926751f0242caf9f0225be5cf5988bdd6c5b4d2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5553, '2023-02-07 06:41:48', 'SALE/POS2023/02/5563', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75ce7e0b2e1d7b8e8b74d74d89410aaa92b886fc98cd81d25c9b79a582ef78ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5554, '2023-02-07 06:44:18', 'SALE/POS2023/02/5564', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95e98ddcf1657eee51ba4d5a0d32bd7ae47db5ba81b43352b004fd97db3f7de6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5555, '2023-02-07 06:45:56', 'SALE/POS2023/02/5565', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '71.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9758c58592e04fc44313285bb11199180ff7f15f7213e08b8cd93461fb1ec70e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5556, '2023-02-07 06:47:11', 'SALE/POS2023/02/5566', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '77.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f99d6111761e17e28289fa8f5cf814d94f200531d1a53a02b13ae46f7376ea74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5557, '2023-02-07 06:49:21', 'SALE/POS2023/02/5567', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '129.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '129.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 107, 1, '129.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c247b26da2b7fefb7c313b1698f1276033389cbd4ad8e8c51ff7ca0aa2de40f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5558, '2023-02-07 06:53:26', 'SALE/POS2023/02/5568', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7455bced21b38b260e05155d268760275e16b28fec1f381a4d942e0d77a9ea82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5559, '2023-02-07 06:55:32', 'SALE/POS2023/02/5569', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00ff04915473d1f2d9fae49107cc67d274255a98b956c60dae27cb83c68317af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5560, '2023-02-07 06:58:20', 'SALE/POS2023/02/5570', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ed91fdd3c0035167498abf4a32cc811270dfb851b54e86632f976b31860e928', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5561, '2023-02-07 07:01:07', 'SALE/POS2023/02/5571', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2568aed6f79a4ed504924384ed1470b61aa7dcd53ae76b9d33ccce16fd0b9d77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5562, '2023-02-07 07:05:27', 'SALE/POS2023/02/5572', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '66.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f958d2a66eb5b5224a6c74e77541722001853d8a46e0308994c72401c31619d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5563, '2023-02-07 07:44:43', 'SALE/POS2023/02/5573', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '80.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9ceff9250023e5461a2538f40ab83122a705e75d52f0ca77b79ba815b7baccd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5564, '2023-02-07 08:05:27', 'SALE/POS2023/02/5574', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21a4d6c47caef01af74a19cec4d63e5946bdf94fe57eb939c9c9dea6a7a47bb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5565, '2023-02-07 08:14:08', 'SALE/POS2023/02/5575', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8283e9d77c7dce7b4f19f8fcfa93843a1f79c3430c56434d0ee12b621dd48845', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5566, '2023-02-07 08:16:32', 'SALE/POS2023/02/5576', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a086a71a6439ac6e8f240a523599c65f65ed101cc2128aee9e32da1f5149980', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5567, '2023-02-07 08:26:53', 'SALE/POS2023/02/5577', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '146bea7287c37748884b92241f7651c7054317777b57a71d34fdb044c38a6948', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5568, '2023-02-07 09:59:31', 'SALE/POS2023/02/5578', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c070f969473c307e8205d3cb2f2a27141b6aec3c8ea43ffab2bc4d4b488aef69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5569, '2023-02-07 10:04:31', 'SALE/POS2023/02/5579', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '612a9e5579498e536a45c56e25aa09adb14a26cfd88685ee714a88d58b228740', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5570, '2023-02-07 10:27:35', 'SALE/POS2023/02/5580', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b32d8a2e88a2a6fb55b80c091d04ca5c8caf91785c74508abea54fa1ad84ac5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5571, '2023-02-07 11:00:14', 'SALE/POS2023/02/5581', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36ce29b8ff1bbf68e727e0b431469ec7816ee73837a1f032833211688953444f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5572, '2023-02-07 11:33:21', 'SALE/POS2023/02/5582', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78d67eccb3d4f200723ef71ffd0a6a10bfa7656e20a9108d57dba8ddf9b7e082', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5573, '2023-02-07 12:28:30', 'SALE/POS2023/02/5583', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3add85ac8bb247595010104468b90ba7bd6b15dabf77bd4bbec562a25e6e4ba1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5574, '2023-02-07 14:14:16', 'SALE/POS2023/02/5584', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '136a61067ee06b78c50eb0912560f437c6fe9f1738428ce4414887f143b38297', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5575, '2023-02-07 14:30:25', 'SALE/POS2023/02/5585', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f9bfae31a7bd2ef8da7126fb3884f6323460954cf191d8c805ab7cef9114242', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5576, '2023-02-07 15:03:50', 'SALE/POS2023/02/5586', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e4bef651af9f07d6fff8260b5ba9609998d461588a19c8933456b9dbb68a095', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5577, '2023-02-07 15:18:27', 'SALE/POS2023/02/5587', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47465064a1b7040b873bfb84deffd1c5fd2eab126fbe69912fca0b848b20f9c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5578, '2023-02-07 15:29:33', 'SALE/POS2023/02/5588', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '606173abc9a9976a362e582a8ee2b9551c024275f40a825587fb5246bc73d7e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5579, '2023-02-07 16:04:16', 'SALE/POS2023/02/5589', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8f9bc40e9fc3e5305bcebd4c6ef967e615758738842327afd628abd34397b57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5580, '2023-02-07 16:35:00', 'SALE/POS2023/02/5590', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.0000', 'completed', 'paid', 0, NULL, 7, 8, '2023-02-07 17:05:19', 2, 1, '82.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '981181abb46859979865991ce695228ad0ce6da94aa9a2e1cc188de79b1d1a44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5581, '2023-02-07 16:42:07', 'SALE/POS2023/02/5591', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46f4518bcf32d5e4a1263741971ca0d119d852620066712936c7bead2a906807', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5582, '2023-02-07 16:44:02', 'SALE/POS2023/02/5592', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a708a24911f95bdd3d9a29231028f30a7c1cb48f1b4490a8b9086abb9b6ceb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5583, '2023-02-07 16:45:55', 'SALE/POS2023/02/5593', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43fd000438003ca977dfc4585969c9facf505b6e52ce040fff15a4b69ff8f070', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5584, '2023-02-07 17:06:22', 'SALE/POS2023/02/5594', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8daaf8dc6a7253d291e356abe4fb8bf20091a2bfdfd757ebd17484b00f5ab8cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5585, '2023-02-07 17:20:37', 'SALE/POS2023/02/5595', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '57.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b3e89a5cb128ca08778771cb1410a407fb744593f9a6a28289cda46213ab5f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5586, '2023-02-07 17:31:40', 'SALE/POS2023/02/5596', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ac90c74793c6ab7c45425457d2a799c9cec412f536977680a0a42a615c42190', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5587, '2023-02-07 17:39:37', 'SALE/POS2023/02/5597', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '925c4fee3d4cc93ad825dcbcda88319cd4813e50bea1be167fe1863cc4a5d02f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5588, '2023-02-07 17:44:50', 'SALE/POS2023/02/5598', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ac374c9baa0d748e82300542737f04178fb54704b1025c63ae010b41bfc6282', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5589, '2023-02-07 17:47:12', 'SALE/POS2023/02/5599', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0dd1d2655f60011bd6d1fec5abfa848fed0a21a3e1d18ca3f00a836124e068d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5590, '2023-02-07 17:50:29', 'SALE/POS2023/02/5600', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b038911058772ed78c7430c890cf0637c30f7708cfbd9712f6ca865f5f161337', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5591, '2023-02-07 18:00:12', 'SALE/POS2023/02/5601', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '614cdbc0c940f58cb2dfcf9b644320c90be0081e0e13a5e5b9eae58d87d86477', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5592, '2023-02-07 18:03:42', 'SALE/POS2023/02/5602', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '130.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '130.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '130.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b71f519213ce3068e8217dd9174a3c830dd185802aceb4ca8bce6f90e9098d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5593, '2023-02-07 18:04:54', 'SALE/POS2023/02/5603', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b48ac08da6988bc998ac5b0b0858f53bed15025872879461e0d90e4dcd2b8ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5594, '2023-02-07 18:09:21', 'SALE/POS2023/02/5604', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c23d69bac1a311ce49d8e8204b0f14942c96d970f8e93ea144f41ce5e0dc1b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5595, '2023-02-07 18:14:55', 'SALE/POS2023/02/5605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f44d353850b76a11c53fd036523a4faf335044afce8c4e0b431ccd462fed69c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5596, '2023-02-07 18:17:53', 'SALE/POS2023/02/5606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfa0537833057af1488c16c874a254b48980f2d2e2c1a49d64e209ed347e155d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5597, '2023-02-07 18:21:29', 'SALE/POS2023/02/5607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23872d3a9edf98b73bb591382e8d090c0f8b1e429e6dd5b3d845e938a559ce7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5598, '2023-02-07 18:29:54', 'SALE/POS2023/02/5608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0701560d97f1735b281a64c6933d38ee961adc6e2636012f390cd3e591f1f836', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5599, '2023-02-07 18:32:33', 'SALE/POS2023/02/5609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c161458f6fad6cce45ce91a05dbeedb3f54a270ca2fb35f2d2062fb5d4a2b31e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5600, '2023-02-07 19:32:40', 'SALE/POS2023/02/5610', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4ef492bbaec4789a0140acda14ee2c267b6797cb9855a1c7b2dad9c9631608f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5601, '2023-02-08 05:57:02', 'SALE/POS2023/02/5611', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '182f6b3f8b3ba8ceb5c3224eadc4a71b17a42d467ecd6a8b6c832f0d286f729e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5602, '2023-02-08 06:08:12', 'SALE/POS2023/02/5612', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '335e31ad45755aa5451f40ee36d95946b680ca780276ec3f0258384c7498789c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5603, '2023-02-08 06:10:10', 'SALE/POS2023/02/5613', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '97.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '97.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '97.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ecf6963ad731cbd693e11edaa319d8877dcbacf0df2eac822590726352a77a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5604, '2023-02-08 06:11:36', 'SALE/POS2023/02/5614', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a8627643a700ab08b596197dd58d0af3c590441f44694fa7bb4ee65f96d82f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5605, '2023-02-08 07:01:44', 'SALE/POS2023/02/5615', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7f0945a9c0b48cc98b814f5eb1cecc9da62f0d3ba061de3959ea2ec5f4e2b59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5606, '2023-02-08 07:03:16', 'SALE/POS2023/02/5616', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7b87091abd492d5a70e0508e0bab95cae017a0000dde6caa9a08cce4e501370', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5607, '2023-02-08 07:04:48', 'SALE/POS2023/02/5617', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d741d3143aacf9e79f70722c78f9deb16575b04fae160b1454d5f718dcffe89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5608, '2023-02-08 07:06:04', 'SALE/POS2023/02/5618', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aff80d4bbffe83c77ef813f680724a9448231496f55ef5f2a4128be1ddc7870b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5609, '2023-02-08 07:06:46', 'SALE/POS2023/02/5619', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3df4bdf491d3d1da724cbc4033493a4d53456c6e9f26d390430d8d3a8f622c60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5610, '2023-02-08 07:08:01', 'SALE/POS2023/02/5620', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '60.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3d85fb3a6e698f5e7f21ad0acc07fb8c9ab36945152cc07b02da492781b138c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5611, '2023-02-08 08:02:43', 'SALE/POS2023/02/5621', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d585bd5ef56b62e0e0c90ef9404648e5a64e6b196efb8cc1ab2a8a8f544be2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5612, '2023-02-08 10:14:51', 'SALE/POS2023/02/5622', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6414e82993c2b96c34f3d043a90eae689e9a201036921321c33f6a1df8153bfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5613, '2023-02-08 10:16:27', 'SALE/POS2023/02/5623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea0b4f5d16bc163046ffa09cba1cc895ac49d9770164995306b758d0900a0d25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5614, '2023-02-08 10:27:41', 'SALE/POS2023/02/5624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70d5a27b75974cac7d6676930f252188415580b189fba7d7a70d837c4ef32d2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5615, '2023-02-08 10:47:06', 'SALE/POS2023/02/5625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9a597774f2faa2755bc28530826d2f718b7392b4c1cb7a3da68cc9f3cd4dc24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5616, '2023-02-08 11:00:45', 'SALE/POS2023/02/5626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9adc3e2e75cc012c682144cf87fd891ace0176f8ac3db8f0ddce386358bb696', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5617, '2023-02-08 11:20:55', 'SALE/POS2023/02/5627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd911dc779c5fbc83026c88e4ec4b079f6e1f9751d2a578545e915d4dd27c26c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5618, '2023-02-08 11:32:31', 'SALE/POS2023/02/5628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23395655ffd2ebf1611a80f5898113911af86a220ae9a7994394146e492cf847', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5619, '2023-02-08 12:20:36', 'SALE/POS2023/02/5629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd76ef28f150b751af2574666ec5da731fcf59a7e8af5f6c74a6b6595f069475', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5620, '2023-02-08 12:21:10', 'SALE/POS2023/02/5630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc4a50bc9289d323c775bbcf23cf1bfa49fbbb6917ef594a0e3afb055157970f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5621, '2023-02-08 12:26:41', 'SALE/POS2023/02/5631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c480c6b47c707d78dde4b51f7ddd13034be7ac796be8a0d6592da703b12dc6e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5622, '2023-02-08 12:47:14', 'SALE/POS2023/02/5632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '312e046268ca74b18d81135af5d6671982b48bcbace5b22de482ba6daadf41fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5623, '2023-02-08 13:19:42', 'SALE/POS2023/02/5633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6d833b62d426b73d9a56a6afef5aa0aff960fc303e1e7352ead64f8b7cddfe8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5624, '2023-02-08 13:21:00', 'SALE/POS2023/02/5634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aae2ac6c477e7cb518fb3ea6589fe3b8d2cf791067f1c245d06c19fc0fea1839', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5625, '2023-02-08 13:50:54', 'SALE/POS2023/02/5635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fb741ce4197edbe354c36f37dad998336f5cdeb2566d437116d4286c0b999b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5626, '2023-02-08 13:52:30', 'SALE/POS2023/02/5636', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17e63e5dd27dd2806bc22bce21c385419a1e6a451f1ef49a96056671c4a8d4c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5627, '2023-02-08 14:22:55', 'SALE/POS2023/02/5637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8dfb79187a69a5a257610dd00209c6a0fcec40fd32feb07eba5e5f9f40b90a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5628, '2023-02-08 14:28:24', 'SALE/POS2023/02/5638', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f1525acf9f47dc43b1d82070079c512f3fd65673c4b5a13605784c104759bd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5629, '2023-02-08 14:40:00', 'SALE/POS2023/02/5639', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a4df855218b28e81ab900bf197b6faca66f3bcf132144ebcfdbb67e10350736', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5630, '2023-02-08 14:59:06', 'SALE/POS2023/02/5640', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'daf405d9119e8d9ce25a3ce32f69725761df96088282c3ef76108a2d60edffac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5631, '2023-02-08 15:10:34', 'SALE/POS2023/02/5641', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b60066b8c0405558b7ac2ba034b05fe7d4ae9dc2308ca153b16ae1096d8f1078', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5632, '2023-02-08 16:01:56', 'SALE/POS2023/02/5642', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42f1ca25007045deed1c6d4afb25ddf457d511bfb605349d4a52da43b66c97cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5633, '2023-02-08 16:39:09', 'SALE/POS2023/02/5643', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c023fa1972f723153a339dd76763535ae703952ce2a173a5a139d3aae91b780b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5634, '2023-02-08 16:43:29', 'SALE/POS2023/02/5644', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef323693a80ca39b3af5b25e5722e5f8f05f8e1b7dc418bfc614bdcd871e126f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5635, '2023-02-08 16:53:55', 'SALE/POS2023/02/5645', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f86861c3f6c473235c94e35e8123b5e86f1394116da72fb8a0d5c11e5519d975', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5636, '2023-02-08 17:27:04', 'SALE/POS2023/02/5646', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d85f55ac75fcb71304617c2780d03a63295917cbc207276c2b1f69587a35266', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5637, '2023-02-08 17:27:43', 'SALE/POS2023/02/5647', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afff1c36b01b2c7001f1bf84a5d93a010f186307280b0e5c0046cee5a2b2b04c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5638, '2023-02-08 17:39:51', 'SALE/POS2023/02/5648', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1fe1fbfe1ec0515d0a17a7c9bf41578c0323ced78b9d05cc82a9a71421c9dc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5639, '2023-02-08 17:50:43', 'SALE/POS2023/02/5649', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6452d6e71bcf9d79166eadaf57135815b1a4fa8140ebc184cff594ddfad9802c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5640, '2023-02-08 18:17:01', 'SALE/POS2023/02/5650', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45c3a8c5bb072c2f3377f9b8b0daeb4ceb55593847e2246281dc58f5322a0504', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5641, '2023-02-08 19:10:49', 'SALE/POS2023/02/5651', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33fa71fa346c4ed880a16a1f9e591299b7b6a655c1e4ea57a6a4b90ef4c2faee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5642, '2023-02-08 19:11:28', 'SALE/POS2023/02/5652', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ea4fe4fcf0967ff0e5782c5c51c3229fc4808deae1b4397a7aadac89c437f2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5643, '2023-02-08 19:29:36', 'SALE/POS2023/02/5653', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '093c291eda090b698318c98a1b210df190df25e084c8ea957cd82733af7638bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5644, '2023-02-08 19:54:26', 'SALE/POS2023/02/5654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68cae9ff06aca534f0d19501df4ac2409b891d6a9b10ecb683ff692feee3c2c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5645, '2023-02-09 06:01:47', 'SALE/POS2023/02/5655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '733d241edbd18cd308bf0caa7adac3975ce1da15795a020114d518e39e7cc9d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5646, '2023-02-09 06:27:53', 'SALE/POS2023/02/5656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c661a4c278f9abc063946eb1027dc63cde2c7954427dc496141a59ac017fcc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5647, '2023-02-09 06:43:54', 'SALE/POS2023/02/5657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fba8557f48a6e3e71fb44c16c87efd47b94e1b1ef3af04b2efba947e80665b49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5648, '2023-02-09 06:47:42', 'SALE/POS2023/02/5658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c044cb39047bcd12d335b44e8786b1214669abf0cd357a2546af20fd58755f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5649, '2023-02-09 06:49:24', 'SALE/POS2023/02/5659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6abf8d2e24b2d4b4bc8852dcb7a2153355808ac1de2f922cc659911b812a952d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5650, '2023-02-09 06:53:14', 'SALE/POS2023/02/5660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39e8309a8973cd52c1b77b22ee58c96e6c0dc72363898c03cdc750457dc503fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5651, '2023-02-09 06:56:39', 'SALE/POS2023/02/5661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d655c6af8eedf045bd315018141397b4af9690581e080fa67e6a56b6b934e9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5652, '2023-02-09 06:57:28', 'SALE/POS2023/02/5662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04ee92b79d4bdef0944f7dd5c70f42fb8e078b248953b01b90605e6bdabde309', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5653, '2023-02-09 07:10:12', 'SALE/POS2023/02/5663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '85.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7704f3c32d3dc7ff1a29d9b040ad11cd98d61a6efbd04876c65120bc9acf8d6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5654, '2023-02-09 07:10:53', 'SALE/POS2023/02/5664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '249cd95bfb89d4bc18967a864324f7f6f24fa620909cb4740ee795c5101d4e03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5655, '2023-02-09 07:14:31', 'SALE/POS2023/02/5665', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '272.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '272.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '272.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7a3732248f47fa9054460c62714c6dcbccecf71f66b4b8c8763f2f11a067409', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5656, '2023-02-09 07:15:10', 'SALE/POS2023/02/5666', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4c198c6ff11f706f50e3ec7e3ff3f47d258e74551fc9270c890d84bc38e290e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5657, '2023-02-09 08:02:49', 'SALE/POS2023/02/5667', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b09b0da0a923770b6b46fde5ba95009764d155fe3418519aa01621e7698178a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5658, '2023-02-09 08:16:50', 'SALE/POS2023/02/5668', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dda3bdcf9bc1556ae00e19f02bd1ab8eb9bfeaa26f6c24dce53091556b8905f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5659, '2023-02-09 08:17:24', 'SALE/POS2023/02/5669', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8011aa12552d4eab10b38a9d2c4b0298fc72824269e02b17e4e706b15cf3f7fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5660, '2023-02-09 08:22:10', 'SALE/POS2023/02/5670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 33, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b60360f20c8aed97866028ed45e31c429328e09274d2d0908b6f27006dcc299', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5661, '2023-02-09 08:41:14', 'SALE/POS2023/02/5671', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a61376983e5584d98a45655df2b8ba0393bf1d9ddd513d5042bc022c6f43525a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5662, '2023-02-09 09:56:23', 'SALE/POS2023/02/5672', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffd669c54cc21ca68ec7ad38d865285fe542716cc9ee9f1e43beba7e33cb8add', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5663, '2023-02-09 10:00:07', 'SALE/POS2023/02/5673', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a33de296d4873431eb2ec59b9bd849abf7da69bd052513737098b00904131c08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5664, '2023-02-09 10:07:37', 'SALE/POS2023/02/5674', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b081ff81d394883f10c5a12e7ff3a71645d18991c37029ed6e7cd93dd17dea34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5665, '2023-02-09 10:24:39', 'SALE/POS2023/02/5675', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae9b78a5baba43415968df62cde9f5ad12c2701c326913cd14b56f6d2e021b1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5666, '2023-02-09 10:35:54', 'SALE/POS2023/02/5676', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c9f3d00098317e2b18de2407b2772b1b13932fdaee2ed360bd964b0a0917131', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5667, '2023-02-09 11:23:32', 'SALE/POS2023/02/5677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d7ee6db49b6e10c4d3d0b8309215268ee51a60f45338d51ac5d33f7c5d6ee35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5668, '2023-02-09 12:08:32', 'SALE/POS2023/02/5678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '407cdd6d4faa16287a836331dbf8d7477dce35ea3b8d8af8eac596bd15162407', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5669, '2023-02-09 12:11:06', 'SALE/POS2023/02/5679', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3180e6ced1901931cd1989c17e6d03ce296ebbbb9cdf7dfca9ada5a8e4a1c904', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5670, '2023-02-09 13:20:03', 'SALE/POS2023/02/5680', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7788fffa369091813653c8843593f6a2d2f2f5914dead20540dfddc5e889f7eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5671, '2023-02-09 15:58:59', 'SALE/POS2023/02/5681', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46be4cb79008070f154b3877d2ba3e141d20bce3c3dffc6ca4d502b424fb55d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5672, '2023-02-09 16:24:47', 'SALE/POS2023/02/5682', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93f8fb79095ce53fc7d03261d26b9b4be1792e5fe15c19c968d64f33d1d2248e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5673, '2023-02-09 16:34:47', 'SALE/POS2023/02/5683', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a198b78bd777f085098a637b4777d75e39b1454b7211b408d15539be9e719f90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5674, '2023-02-09 16:45:15', 'SALE/POS2023/02/5684', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c61ae67b8926352ebc7089bf98f03c54625bee74fb4c2583591c5f5866cff180', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5675, '2023-02-09 17:07:24', 'SALE/POS2023/02/5685', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd06d143ea3479c6f6070b4193161dd2125c717bb0dbb9c94b30312ec0659e2a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5676, '2023-02-09 17:21:00', 'SALE/POS2023/02/5686', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9aa02b784e55172aa65ce07f09d4662d3c374395416832bd7ce1e12722a71b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5677, '2023-02-09 17:35:04', 'SALE/POS2023/02/5687', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5308f4b141a1ed2fd04d839b5b839f20e38c8f9bf6e8ac4b5341b911da87be8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5678, '2023-02-09 17:48:20', 'SALE/POS2023/02/5688', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c753b28019be01dae0c70ef1dd38c8748aa0a707477d405893a4f59ee969d48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5679, '2023-02-09 18:01:46', 'SALE/POS2023/02/5689', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca465bdc91450874dde24c7a1083e9db2c1160afef78ec80fb18b3f8efbe8c2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5680, '2023-02-09 18:06:30', 'SALE/POS2023/02/5690', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62cec7795d06a3263792e4a54fb6cac56a54820b715d93382488ccfd1ce59a87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5681, '2023-02-09 18:19:20', 'SALE/POS2023/02/5691', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9627e968511e872773a5573c9333367f8d3780a285331e9804e5f0d1b236a6f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5682, '2023-02-09 18:28:22', 'SALE/POS2023/02/5692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6a31cb694b7c4cda267c06a14d1ce15882bc2537ba3aebe9b51f0026bf3757d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5683, '2023-02-09 18:33:32', 'SALE/POS2023/02/5693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '588b6f6eddda5a5c18bf0d46779607588ec5eb51e2f2753f14bb5d1bf30b8e21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5684, '2023-02-09 18:35:39', 'SALE/POS2023/02/5694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f506e15ca2cd3304fa368792d29a49883380638b75b8456ca0a377bd3dfa41f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5685, '2023-02-09 18:40:00', 'SALE/POS2023/02/5695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b2734bf41a45b5fbaddb1ddd0d59ddb515e16b6f174aa5c6ea14429733ec255', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5686, '2023-02-09 18:46:56', 'SALE/POS2023/02/5696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51e63200f13707ed0a253c360ccc86255aea30ffbda7bbb7a537ddf9fa70c3f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5687, '2023-02-09 18:53:57', 'SALE/POS2023/02/5697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db94a2df13bdaf96e6f3e4663c0fa48c0646a43278984a2cf50cd7b5c297955d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5688, '2023-02-09 19:21:25', 'SALE/POS2023/02/5698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b07a0520f11c49de60c2e3f5e6c83121b160fc0f4650cb386b9b8fca7c99c1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5689, '2023-02-09 19:25:36', 'SALE/POS2023/02/5699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3355434eb9f3285540ad5f62e589498cce7e5aa05c53e5e8ad490eb14bfe8546', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5690, '2023-02-09 19:28:29', 'SALE/POS2023/02/5700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f25c887a8b380e4e6abc5b2963de1a76984a907501e7115ffe498ddc0128c11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5691, '2023-02-09 19:34:20', 'SALE/POS2023/02/5701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2af0061b1a586d7f79cd288c9b287c60e38787f8e6cc0c3047289e896e1ba838', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5692, '2023-02-10 05:43:58', 'SALE/POS2023/02/5702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cdb91622b554270bc4196dc61556c9585410e6c98ace5464400c4448e80be83b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5693, '2023-02-10 06:44:11', 'SALE/POS2023/02/5703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2b094e15072902b14d2872e37f2a07f5e42f30cd34ce1f27689fbf742a90228', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5694, '2023-02-10 06:57:32', 'SALE/POS2023/02/5704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af64842f25a9ee8130f70b04aed3c7215fed0cd19e60333c055d54dd12895cb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5695, '2023-02-10 06:59:08', 'SALE/POS2023/02/5705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec65c9801c1cbe75fda982da4de271cef77491d6290877aefae8079f262c9d4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5696, '2023-02-10 07:02:28', 'SALE/POS2023/02/5706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d614534fcbd71ecfaf8bf99c8eca64434fd04c46d95a13b1fa3b76c855f2d6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5697, '2023-02-10 07:03:35', 'SALE/POS2023/02/5707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab0a13713170bbc084bac47e1c4a5595ea558a173405cec7d456f25866cf3523', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5698, '2023-02-10 07:04:19', 'SALE/POS2023/02/5708', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '289a696e4621a2264b020faec5a56f237da178a6b640747fd51e5bfe10574ecd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5699, '2023-02-10 07:04:56', 'SALE/POS2023/02/5709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87bfdab96d4228527bb88a304065a683745586ea38bfa9a984056307d6d72d7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5700, '2023-02-10 07:25:03', 'SALE/POS2023/02/5710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4de96988e0d9ab20c98e2d1a74cb734a4c603fbb5319822b2bb73af9895458b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5701, '2023-02-10 07:39:53', 'SALE/POS2023/02/5711', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '69.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de403078070dda2866511b939ee2db90090f43c54bdbca251c10b15f04470fab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5702, '2023-02-10 08:08:43', 'SALE/POS2023/02/5712', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5715352d78e6db2adf02dbde49c5eed7f49ad85e9ddbaaf8d0b840d23fb0e721', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5703, '2023-02-10 08:52:07', 'SALE/POS2023/02/5713', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '165.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '165.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '165.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d2b4cd44100ade86bef2c5f8226e987108798f9c69a842b15466c69b7cb50e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5704, '2023-02-10 08:57:27', 'SALE/POS2023/02/5714', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf9a084ba793f16bac424b3232da3107f722f9920f94cbb5b29ffb8d7c25a5fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5705, '2023-02-10 10:09:02', 'SALE/POS2023/02/5715', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '399bf6b03938297ed4ba578dfa02020de14fe69e59c1bcd71f3885ffa114d5f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5706, '2023-02-10 10:51:45', 'SALE/POS2023/02/5716', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7586dba9e5ea94449a56950ff6d9702088bd2a43a0bfd4b218e9fbe21adf6f75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5707, '2023-02-10 11:17:16', 'SALE/POS2023/02/5717', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1a1f6890c33205eb77d237d69ed45e3a28c872e17131aab41803af61f5e2ddc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5708, '2023-02-10 11:19:14', 'SALE/POS2023/02/5718', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17481868978cbc6f6ef38bbca9a492ded245055f985c0e3d0b43110afc7f76bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5709, '2023-02-10 11:39:16', 'SALE/POS2023/02/5719', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a561d796e7c52cc4a26f25585e496d3ad93462fbf5c9d50a814ec9c7e9039a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5710, '2023-02-10 11:57:07', 'SALE/POS2023/02/5720', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b7daab67d9cf77ef857507771856f656cb819066c7f554721d57e12b0a197c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5711, '2023-02-10 12:09:43', 'SALE/POS2023/02/5721', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20107bd15aa1355fcfb614418f2c50a9b9012b2924de64987cf8e9759c2692df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5712, '2023-02-10 12:58:37', 'SALE/POS2023/02/5722', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f2aee2b941898ff4b26d1e2c135da6fd623e7e2f019c45b6064b1ac042ab558', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5713, '2023-02-10 13:12:29', 'SALE/POS2023/02/5723', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0db0c41f10a76fb87507bfd4c0ea3f32e40e22aded659c2630b6f0b2739747b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5714, '2023-02-10 15:12:06', 'SALE/POS2023/02/5724', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99410849ec5c7ef7809e047d5c3b0d9a6cac9c2a1ef98a4323972006ac671359', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5715, '2023-02-10 15:23:57', 'SALE/POS2023/02/5725', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2177ec81288c18d8318f44d31dfc4a187514059d18f6b25cfa495b3e55059e42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5716, '2023-02-10 15:46:11', 'SALE/POS2023/02/5726', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96449b139880fa9e0c15be7931640ca062d16493d3c460ac461aa3bcae4acd11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5717, '2023-02-10 15:55:54', 'SALE/POS2023/02/5727', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6d11b55e54bfa18bde2b2a7541af5bf37856bdede8d93c4992f5241d11a020e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5718, '2023-02-10 16:00:43', 'SALE/POS2023/02/5728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec7690da24b902778ebf1848882c8c34f28751439ba9ef605f00bfb781645ef5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5719, '2023-02-10 16:04:05', 'SALE/POS2023/02/5729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce1aa35950dbb26e5bb090cbe82e4b3c5c7b902c6574a246a0db2b0d3e51495e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5720, '2023-02-10 16:10:23', 'SALE/POS2023/02/5730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a72bc1d39bf733cbef25dfcde1e92204af4b5609465eaec09f78aa9cf3635904', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5721, '2023-02-10 16:15:23', 'SALE/POS2023/02/5731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1015acc478970f7032d7ed28b309eeb2099ddaa6e00af9d907eebf888b7d7ee9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5722, '2023-02-10 16:25:01', 'SALE/POS2023/02/5732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc5830de55c3cd93b33c8668df8ad641f4ebc8496170492d44b77d947da1b96c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5723, '2023-02-10 16:31:58', 'SALE/POS2023/02/5733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '93.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '93.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '93.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efd44d00dae80b8754528b70fa622bd289a94234ce7c52cf0233e87135d257b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5724, '2023-02-10 16:50:26', 'SALE/POS2023/02/5734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c54589d3ea985cae70d13517199308a2d075d7039c599ab91c6e4b3ce6523459', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5725, '2023-02-10 16:50:49', 'SALE/POS2023/02/5735', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cdc2d5db9cc9298553f53137448767ba0a05424212b5aecedac2fd5747b98c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5726, '2023-02-10 17:14:21', 'SALE/POS2023/02/5736', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc65ea76ffc195293897896c14d383a907b5b6643b12d630398100a0ba956a35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5727, '2023-02-10 17:20:01', 'SALE/POS2023/02/5737', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '251e26473e91137388bfc8653fcae03d0c61c01405427aa9259e2f9e8af7db0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5728, '2023-02-10 17:27:46', 'SALE/POS2023/02/5738', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '586f3f3029717fb03867bc67915b1d54f38d427a10c16ac20b68b86d263839f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5729, '2023-02-10 17:50:51', 'SALE/POS2023/02/5739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '144.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '144.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '144.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3fa84b66779021994fa408e4d4785b3019843a4b73f87f2b91c0c920a27db83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5730, '2023-02-10 18:00:16', 'SALE/POS2023/02/5740', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57d3e573fc5598655fc88a5d50880aa5a7c1a8280ac3bce882f8db7213936a8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5731, '2023-02-10 18:29:09', 'SALE/POS2023/02/5741', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bef90eed9c9ce503f22f172b65f9506a6c4101b12fa90977ee62df0b1c8c6dd2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5732, '2023-02-10 18:30:02', 'SALE/POS2023/02/5742', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73ebf9021b45f31ddde271405a8ff61514f2c5ccf9a2cb6dca9557c81de37203', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5733, '2023-02-10 18:37:29', 'SALE/POS2023/02/5743', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d525b0d4f8286dd9918e09af2d07c736380d22f4430654866db9804e78e151b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5734, '2023-02-10 18:46:45', 'SALE/POS2023/02/5744', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '952daa027c5ef4efc139a138cfaf7641fa5bd77c1ef12feffecd09507b48c8c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5735, '2023-02-10 18:58:22', 'SALE/POS2023/02/5745', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc9bea7e725aa2a1b0a95e27987e462fb8e11b9e0629e16f217cc4967c5ef728', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5736, '2023-02-10 19:03:55', 'SALE/POS2023/02/5746', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b4327889978034a305474c95f22b64b1ef95b967241000be343356a801ed668', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5737, '2023-02-10 19:41:40', 'SALE/POS2023/02/5747', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5624d10d341861ad3c9f5349d1481c9102c349dc71e38babe9b0f8e23579c828', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5738, '2023-02-11 06:19:29', 'SALE/POS2023/02/5748', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43a261f0c8f0de605fbd3cec296a0b77f6994587cefaaa5edd16d4a5150b2d60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5739, '2023-02-11 07:21:10', 'SALE/POS2023/02/5749', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acbfc21e34d12fd9a8eb6b98ab4b4f76b4e2df6d4f323d302659e1934278b428', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5740, '2023-02-11 08:19:41', 'SALE/POS2023/02/5750', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '765add7afda134e5f83bf0e719e22a26d0aa2e23ce5eb32b5c901b6e1a5b089a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5741, '2023-02-11 09:10:09', 'SALE/POS2023/02/5751', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '100.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '495904ed6e0a396e34729ad6420e3b7d7f8a107f81c1e50985190259ad27bf68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5742, '2023-02-11 09:40:32', 'SALE/POS2023/02/5752', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '293.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '293.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '293.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbf0886b76618c29be31dcbca292fc6375e0770bf95351729b7ee6cefa182c7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5743, '2023-02-11 09:59:22', 'SALE/POS2023/02/5753', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '780d5a2dbccfccdc7cbffdacf4f7e0c391e8c8ea2f89d4d3bc128753061d164d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5744, '2023-02-11 10:21:55', 'SALE/POS2023/02/5754', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2030c37ceaa423478bc137a1b57f280a493593d413f35b1572b92199c1d00084', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5745, '2023-02-11 10:32:13', 'SALE/POS2023/02/5755', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '934c4e58bf21aee418ebad62930dab7ba2379d8a2e292cd42c140a28fb318242', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5746, '2023-02-11 10:45:31', 'SALE/POS2023/02/5756', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73d6c2413813d463ae9d45398e51e687af6c816f9bfbdde19f155e1e2db3bcdf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5747, '2023-02-11 11:06:58', 'SALE/POS2023/02/5757', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e908dd574e6a08f14874cb73557e0c914670163b77d2113462c7f6e5f04f0c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5748, '2023-02-11 11:20:59', 'SALE/POS2023/02/5758', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '826a95acc7fa4f174f031c6acbe5ec36de198d7de8be051b38f39748956518e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5749, '2023-02-11 11:39:31', 'SALE/POS2023/02/5759', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5910dad89b34dc37cd055c6a201075f0c869d3261145e5e78041597abf3ba6ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5750, '2023-02-11 11:39:54', 'SALE/POS2023/02/5760', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef4b21f2210d1f5c15c95640ab46f485162929fcf027943ecf38b51c5c167535', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5751, '2023-02-11 12:18:15', 'SALE/POS2023/02/5761', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bb70d50ff5ac52858955bebc9f03d1f0c028160d45b6b6d87054fbd2a3efd36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5752, '2023-02-11 12:21:44', 'SALE/POS2023/02/5762', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ce323b3a58d2a2d63efa2b83a236e3f177744b97ce6b9069a5a3b9b6d8decb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5753, '2023-02-11 12:23:17', 'SALE/POS2023/02/5763', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd940315921d2cf4cd10eeea4c27fcf4fbf3574941857269b87bedf2218f9f0ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5754, '2023-02-11 13:00:51', 'SALE/POS2023/02/5764', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c43f7c9438bb5ab1dd5cb495d533cddf342d20e5e2df4434a51daf9ce63ba94e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5755, '2023-02-11 13:10:21', 'SALE/POS2023/02/5765', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6fa0155dccaa96ac2e214620fd5ff4217464128df82d06d67b9ebd097f784e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5756, '2023-02-11 13:20:02', 'SALE/POS2023/02/5766', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7df77c942530d5d253a46056d7ee6fbbce3781e46ce4dd2e64b91a81a1a938a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5757, '2023-02-11 13:46:12', 'SALE/POS2023/02/5767', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd98b94ce44b307a9c1f80573761db8c0a0636779a7d253fd6b91f4148a4cd673', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5758, '2023-02-11 14:17:23', 'SALE/POS2023/02/5768', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd381026c79896fb25e90ba39730cc530153d36a7efd3fde21d393b30d540d5cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5759, '2023-02-11 14:20:02', 'SALE/POS2023/02/5769', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5296656723103d385c07a7e16b6954f5e5d2b7cc9ca8a257f2359fd0f44b0c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5760, '2023-02-11 15:33:35', 'SALE/POS2023/02/5770', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2b67ad95ff1d7c45756794ae14e4239d3eee008b99d4a746d0fe85181ba070e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5761, '2023-02-11 16:14:23', 'SALE/POS2023/02/5771', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76d74ae88a56a175a380e7d7ceb8792a42b3b7d1769fd9bacbec9510dd8a2ca4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5762, '2023-02-11 16:22:13', 'SALE/POS2023/02/5772', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfdb5b913f3726bc112214edf18a2c96e0280d48a77f5e1debc0c2a5a98a9de8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5763, '2023-02-11 16:43:02', 'SALE/POS2023/02/5773', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60c073b7a71cf50f0f8eb606c1eb409d2065c2c673973f029d8d7d6b44e82815', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5764, '2023-02-11 17:31:23', 'SALE/POS2023/02/5774', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30045405e4298db161579c4b81da2e9d26453cdc43ce829875f8a9d4ca003921', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5765, '2023-02-11 17:56:06', 'SALE/POS2023/02/5775', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfeda4950b712c098392534f52aba710c807ec9b9c89fba8b9482cdc5ebf3d23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5766, '2023-02-11 19:25:16', 'SALE/POS2023/02/5776', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '949f691a33a69fb093f295b09f7f257246f78a321d2cb69926059c554e38f463', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5767, '2023-02-11 19:41:13', 'SALE/POS2023/02/5777', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4adbd811d2e09e6c0a9a6685455830d3a7069d234767d15d590d1dc575bcfbb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5768, '2023-02-13 05:39:57', 'SALE/POS2023/02/5778', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '130.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '130.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '130.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4cd41238b154e772dfb09c5a2e63d33e8027c7264521ee80e7acd7db4a0ed7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5769, '2023-02-13 05:45:36', 'SALE/POS2023/02/5779', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '102.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '102.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07784df89850deb00bd7d9924925124e11799d92ce090fd831f5fbee5b7c2957', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5770, '2023-02-13 05:48:41', 'SALE/POS2023/02/5780', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '127.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '127.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '127.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1baf3ad79929882d2fcb91f4a64f1a22a00fdddbf1c79819713890bdc65b6b47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5771, '2023-02-13 06:07:44', 'SALE/POS2023/02/5781', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c29d5c17670147eba00aaf20a7e9f1596add13198f0b7a7c57983e9cfae752c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5772, '2023-02-13 06:49:20', 'SALE/POS2023/02/5782', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fcb7b6e5c0251ea49d4297263b3ad0d39de44a27c45f67fcf33d42941b2fe61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5773, '2023-02-13 06:52:44', 'SALE/POS2023/02/5783', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1282d20f5ace0f8f362189748c1550fb9fa9471f9d50c91d7707127575e01429', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5774, '2023-02-13 06:54:24', 'SALE/POS2023/02/5784', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3aeff42101f982275f742b3c831b41c45f17fd9fa4bc20eb094d3d4543343585', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5775, '2023-02-13 06:55:57', 'SALE/POS2023/02/5785', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d517bc2f101b1c49958131a31fd98c8f13c50d5ed9767c5b17bcb3450cb6d22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5776, '2023-02-13 06:58:23', 'SALE/POS2023/02/5786', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '43.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90e94eec2672dfe6429d36212175c6a02214e2ee11a5b548ec0c50f2abe67b9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5777, '2023-02-13 06:59:46', 'SALE/POS2023/02/5787', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '287.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '287.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '287.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef86990f20fd9b98bf584e7e8d49a0495e43b11fca058b68195938b094042aa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5778, '2023-02-13 07:00:53', 'SALE/POS2023/02/5788', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '002a9434fe12e8c78c001a7cb0385ebd3ed3d2d37471c74bf4321e0d48701a0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5779, '2023-02-13 07:02:39', 'SALE/POS2023/02/5789', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '66.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7d84f40d16873bf381e528ecb2699e22b237b5924b5b69bca125dc8ced5bbae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5780, '2023-02-13 07:21:40', 'SALE/POS2023/02/5790', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99bed09fcd7053dc5be185a3375404e55ef3d5fbef52295048303262e4afadce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5781, '2023-02-13 07:22:42', 'SALE/POS2023/02/5791', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9646fd2b2e6754ddab09266b522d2b2988762c54d799d2f6548b8104711d4e7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5782, '2023-02-13 07:35:30', 'SALE/POS2023/02/5792', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93f7c5ad72c6ac7a800570119a8671381895c158acffbd2923e16afd86b574b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5783, '2023-02-13 07:36:34', 'SALE/POS2023/02/5793', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '52.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05931878381625ff3c00588987be8366e90c25b3ddef36f62f781a7667a8e190', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5784, '2023-02-13 07:37:12', 'SALE/POS2023/02/5794', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b3a8e05557c5f5b6c94e2252f36ef4d3712af903c9a125e7ab2ec1249d66f9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5785, '2023-02-13 07:37:44', 'SALE/POS2023/02/5795', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2eaf3f8ed00f1f2bc0dab8a9cefb951c22c8121b22c2f0dcc39692e3c912a1e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5786, '2023-02-13 07:38:27', 'SALE/POS2023/02/5796', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '379909121a2659879c0c40bbe041356bddac7740974e2f661e2f541692f92f19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5787, '2023-02-13 08:09:12', 'SALE/POS2023/02/5797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6facea347c409cbe8da4138221018c4af6f66c537a4bf51ecb885f22d1ccf391', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5788, '2023-02-13 08:30:29', 'SALE/POS2023/02/5798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '108.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '108.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '108.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '475169f32306f96e7c8b15824986184218815fbd2f85b5296f4c0eadf7311816', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5789, '2023-02-13 09:03:42', 'SALE/POS2023/02/5799', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65bace30cdbb434f5f1e7fa315347c6447897c93fa2a948a0904919bc91f7513', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5790, '2023-02-15 17:06:28', 'SALE/POS2023/02/5800', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '695aff8c45a68b3a454a04dcaf303beea84822de403330ea4cdaa161ec78caaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5791, '2023-02-15 17:10:10', 'SALE/POS2023/02/5801', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b82be9d0f01c18a147827c5a9ff93850341cad36a9eeb5d5dc9bc3f79d188f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5792, '2023-02-15 17:13:30', 'SALE/POS2023/02/5802', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '113.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '113.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '113.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f299ab715771dd86b0f350bf99093d18289cba7b226fc5addf8d0b8e7342b542', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5793, '2023-02-15 17:16:51', 'SALE/POS2023/02/5803', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae2d6e4597bb3b998f5b408fa2618a39f23433f7ad7d3219af6832d8280f9223', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5794, '2023-02-15 17:21:00', 'SALE/POS2023/02/5804', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '105.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '911c76d3b05af63ba5cb544899ce2e37b61c9159035acfd6df0b805f62a3d5be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5795, '2023-02-15 17:24:14', 'SALE/POS2023/02/5805', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '151.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '151.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '151.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b18af9d775080f766d2dd2707f72016f0f9f15ab4323aaf34552844d2f4dd671', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5796, '2023-02-15 17:27:04', 'SALE/POS2023/02/5806', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '128.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '128.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f7c4d19e655c3612a120b6d4c1bcc39f00bc6a134f78c7ae219f3aa27d0c3ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5797, '2023-02-15 17:42:19', 'SALE/POS2023/02/5807', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '79.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7df020c31ded2c4110fef20ded4092c89f16bf168cf8882466197a580dcc6ada', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5798, '2023-02-15 17:47:57', 'SALE/POS2023/02/5808', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f617240c6c0635ec96945a2fd93d8ddc3d3deaf800e9ccbeab0864229ebc1ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5799, '2023-02-15 18:02:14', 'SALE/POS2023/02/5809', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '177.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '177.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '177.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92c6141c6f3a768275eea6ce654447badc9e7b955957147b36da1dfecdcd0695', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5800, '2023-02-15 18:07:05', 'SALE/POS2023/02/5810', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '87.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '87.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '87.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57c7e045873ec29e44f4683fb9ab22d5284a46fd7d9ea888710b8c4a84752c75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5801, '2023-02-15 18:09:01', 'SALE/POS2023/02/5811', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '327f6860d3bd6a4a1b4e181db08438590afb2700a5574710288064814f33ceb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5802, '2023-02-15 18:14:35', 'SALE/POS2023/02/5812', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7fb2f84446f6f3c245cf969e894a20b5ed0135de214e94a75ce75d5eb5f5bcdd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5803, '2023-02-15 18:16:32', 'SALE/POS2023/02/5813', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c434833bca2ede2b38b45da4b1e8921f2cbcbb9b4abf16072f3f0c78b48f3ccc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5804, '2023-02-15 18:19:34', 'SALE/POS2023/02/5814', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6b1949f7ab78db405cbce31a9a2bc7abd3cffbdc9f40c2e8612f3fb44dc7041', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5805, '2023-02-15 18:23:31', 'SALE/POS2023/02/5815', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2d4bc61ff61c23c700fe70632390b47ada952d2b2d67ce87825b5b7435f8058', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5806, '2023-02-15 18:37:18', 'SALE/POS2023/02/5816', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '67.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '382e89809f87992bc79ee8ac7178f3a0fa56d91e1b17e3eca4b67c2803d5355a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5807, '2023-02-15 18:40:38', 'SALE/POS2023/02/5817', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce4a3b4727841234b64481abde12d1397b2519c60039dbd3cb25bb5854352140', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5808, '2023-02-15 18:43:38', 'SALE/POS2023/02/5818', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8899b81bacccf822b252689d0efd0a686273c99948428e5ea835bff25a216ac0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5809, '2023-02-15 18:47:30', 'SALE/POS2023/02/5819', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '96.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de5aeba90d44e236173eeb04a091c1101f85d8fbb64ab08a6e02f4cabf100d64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5810, '2023-02-15 18:49:38', 'SALE/POS2023/02/5820', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '87.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '87.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '87.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03e3e75ce2ae95ada68f9e7899c81d879a641476b7183e36e46444d7daa4e2e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5811, '2023-02-15 18:54:39', 'SALE/POS2023/02/5821', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '200.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 32, 1, '200.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f2feaaf457ec7bee9a22d2e478ca1a7414a52649eb9eaedc00ad855a4e1ca86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5812, '2023-02-15 18:58:34', 'SALE/POS2023/02/5822', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '162.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '162.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '162.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd4c307f03e4ff239d6902e03cb431ddc0014dfb8f6d6c4b8cd893c96c66923b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5813, '2023-02-15 19:01:33', 'SALE/POS2023/02/5823', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '123.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '123.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '123.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33e2666a3a96e710363cb71aff85fb8df66016bde734e3d71243c7bf675f7936', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5814, '2023-02-15 19:03:39', 'SALE/POS2023/02/5824', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfdfcaec1b4a57a99840675c6837a756b16708e02334c07f552e5553a975551d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5815, '2023-02-15 19:11:13', 'SALE/POS2023/02/5825', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '139.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '139.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '139.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95324e5bb801bbb4fb957f3aa530fd87fcdd5486097710e8a55d31cb9d74b742', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5816, '2023-02-15 19:19:26', 'SALE/POS2023/02/5826', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '263.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '263.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '263.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03374f4259b7811a0e3537a23fe3b8bfe94ea8e3efe083e44a61448753417959', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5817, '2023-02-15 19:22:08', 'SALE/POS2023/02/5827', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ec079c6769ea9bd2d05f10861ad4b9a2edae55a22228d3ab01e9b088ef497a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5818, '2023-02-15 19:25:07', 'SALE/POS2023/02/5828', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '108.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '108.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '108.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f82ea28eed86eca335281363c6f628fd518cea7fe61f6c25c7c519af714b44f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5819, '2023-02-15 19:27:08', 'SALE/POS2023/02/5829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '112.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '112.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '112.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd74632feecb31b0460292ce8518c317137368761f75348a3f20cbd891e9c20b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5820, '2023-02-15 19:27:53', 'SALE/POS2023/02/5830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '201247659af3cea9ab259ac5e75c617e9b2139bde164205b4e8da1a16c884b01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5821, '2023-02-15 19:31:45', 'SALE/POS2023/02/5831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '110.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '110.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0625c3934fdfe99c8ac86b5df2f4a93e39e3aae248f7b5f8ffccaac84bb35e44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5822, '2023-02-15 19:35:10', 'SALE/POS2023/02/5832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02f771b80bf06a9ff0b7b418dd0bf1abd54440404abe9be7177ed8e5979b4581', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5823, '2023-02-16 06:00:49', 'SALE/POS2023/02/5833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97f1bacbb5db6fcea6fd6e5af6ff987b607d6850b72990d533eb18f41395de0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5824, '2023-02-16 06:45:56', 'SALE/POS2023/02/5834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '029bc6502da6081b2f011e28919901286056e59f078a13400eedac492e88b6ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5825, '2023-02-16 06:47:37', 'SALE/POS2023/02/5835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90ba229aff30a02daccf2650f6c4d5bcbfed7fa4d3e7019de9a14c86d65f10c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5826, '2023-02-16 06:48:14', 'SALE/POS2023/02/5836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa2818260822eec97602f93202101746e02c0b2a2367cb944e859086471c32dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5827, '2023-02-16 06:49:35', 'SALE/POS2023/02/5837', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '345b1c748dad89c9400bf53caf89b5863cc1cee0dd8c149099de86c0e2d34594', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5829, '2023-02-16 06:55:11', 'SALE/POS2023/02/5839', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4f0043919c2bcd27c083d3349bc4b79d6e945e507e4d341314ac629feb5ef0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5830, '2023-02-16 06:56:14', 'SALE/POS2023/02/5840', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '83.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '83.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '83.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f3711754c8546fb7d8126bba4bd0af854d8b4d232237c4721c5a773fa614d61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5831, '2023-02-16 06:57:30', 'SALE/POS2023/02/5841', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b3437148b797f554f61fde4cfdd25509e8814f1f7e8c9496411225704e6f098', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5832, '2023-02-16 07:05:00', 'SALE/POS2023/02/5842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '226.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '226.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '226.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64ec1f8c0954e3832aee150b4688ed20c4b1a1126dc5f28c47082f73efc5d1ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5833, '2023-02-16 07:09:19', 'SALE/POS2023/02/5843', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7512ce506fb214e529c8c3fa0c2a0d5eaabf46ccf419d62af4edc1b61ca34438', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5834, '2023-02-16 07:13:05', 'SALE/POS2023/02/5844', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99b2c757463592e0573d7e4fa45a2bec2b236fdff811384de48b733811ba391d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5835, '2023-02-16 07:15:20', 'SALE/POS2023/02/5845', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e40fed7c091851821b76900bf8de2c57cbf58d1d8a92634f30ba34bb7c852602', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5836, '2023-02-16 07:26:52', 'SALE/POS2023/02/5846', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64e29fd0cf79471aeb39e835618e783f1c5f231146c3d8464c17e40d3d1f1b31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5837, '2023-02-16 07:30:19', 'SALE/POS2023/02/5847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f78b256e1c03f8569c73dd098f5d82c6c75ef10df30e0ff44da6a4c86107251', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5838, '2023-02-16 09:03:19', 'SALE/POS2023/02/5848', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '241.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '241.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '241.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e0cf31e6aad9cf796aca96d4b942881a0ec09f1762071f8d7e897e4f37c6379', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5839, '2023-02-16 09:43:23', 'SALE/POS2023/02/5849', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38f397fb312bd707fa2cc69edc333cb60007ba19eb7fb3cd2b5840987449dc46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5840, '2023-02-16 09:51:45', 'SALE/POS2023/02/5850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2da4789ed420638c30ca4f6cf3811a0fe2e8db284d87ebe3af6de2e1b947e356', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5841, '2023-02-16 11:31:37', 'SALE/POS2023/02/5851', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a203a459e6ed6cc4260566978c89860bba50add7a5889327e06231a0808f7533', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5842, '2023-02-16 11:39:40', 'SALE/POS2023/02/5852', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5473afb1ba1c548d6442084931939183b4d8c1990ab1388d1f3b2407aa63d4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5843, '2023-02-16 12:00:15', 'SALE/POS2023/02/5853', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b521868c67a460d664b2790a1a5f6a41e068d7994f1f7365c65f4d10d7b97ffe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5844, '2023-02-16 12:17:37', 'SALE/POS2023/02/5854', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6593153cb3744aee683cdffa93b3bcfe541f928e5dcf227ade8977534f96e77d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5845, '2023-02-16 12:21:15', 'SALE/POS2023/02/5855', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dcbf9a7689655d60c39cd4121b4a77c9cf795d2287ef13dda1588ee295d4d056', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5846, '2023-02-16 12:59:46', 'SALE/POS2023/02/5856', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57e0ecbd2c3c1532e4d244c42b1bbdfaa44ca81d5eb3e558f5f53471e6e51688', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5847, '2023-02-16 13:12:46', 'SALE/POS2023/02/5857', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6393c424761e1308e101806ffcbb344242efbb6b76b1ba256a655f49d2d84ade', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5848, '2023-02-16 13:52:08', 'SALE/POS2023/02/5858', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae21c6ed07ae8608cbf59e9824f94ed78abeaa467cb54c4db8d26bc3dcbcf1af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5849, '2023-02-16 14:05:46', 'SALE/POS2023/02/5859', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ede90c4dd03cb1de8fd5ecb0e1d71ced400732e5fb3066169f7f8d1c9dc1c8fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5850, '2023-02-16 14:17:21', 'SALE/POS2023/02/5860', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65f06a25fb14fff9eb7199dd8b054d4107faf36d72a95f09253c6c1917e42da2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5851, '2023-02-16 15:30:56', 'SALE/POS2023/02/5861', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01f4af2c542b21466f579225385ee8959dd98bf3f815089f35197c0fd53d47e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5852, '2023-02-16 15:39:27', 'SALE/POS2023/02/5862', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f5ec1cd2276487ad70527a293a5506f5da49f7b7ba6e110955e50e834d5726f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5853, '2023-02-16 15:40:18', 'SALE/POS2023/02/5863', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '806a68518749d5960c80055a15988a4e70bee669fbe1912f389e7cbd69ea3c03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5854, '2023-02-16 15:51:23', 'SALE/POS2023/02/5864', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a043effa6009a7f164e06de0b42e7d13988ec63b8b506a86a78f054755e9e7aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5855, '2023-02-16 16:11:38', 'SALE/POS2023/02/5865', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e08125288eb75f9ca2ccd5bb68d1aa8752ea2585bfbe17ea2e0562b7189af10b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5856, '2023-02-16 17:23:11', 'SALE/POS2023/02/5866', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '51.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea57d62c3085ee11e1ee986ffd90aefc4e5bd5b48d5a4ba781e5f7e88ce52e95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5857, '2023-02-16 17:35:13', 'SALE/POS2023/02/5867', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e39e142de8fc6b4edc62efb27ea687aadc67e3505347d06a751b48ead284f924', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5858, '2023-02-16 17:37:32', 'SALE/POS2023/02/5868', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8050ca9d7d2bdbee8fee16d6f0a720214b84584cf054b553bd8e7281b17c6d2a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5859, '2023-02-16 17:52:29', 'SALE/POS2023/02/5869', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '520.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '520.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 32, 1, '520.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '292270d2bbeee357cab6e91ec72a287011ffac0549d5b1583b5b67724ea2997f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5860, '2023-02-16 18:00:11', 'SALE/POS2023/02/5870', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbc925a0d6d2162c526ab3d31d0ae0d31a1b9e6af2e7389023477ec4cb0eb019', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5861, '2023-02-16 18:02:06', 'SALE/POS2023/02/5871', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd263f8ce8cba5599449f79e21628a5a80d0ad9f8a2c1f38c7b496590f8aef209', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5862, '2023-02-16 18:04:01', 'SALE/POS2023/02/5872', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef374eed784b67719a16fbfa1abf7b8e115b7c4c0d45e0f0cae9e79d1caf271e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5863, '2023-02-16 18:05:31', 'SALE/POS2023/02/5873', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6d3196e82ed1af2ddb9e4b59ce979240c4ec719c6e4f7ff489e928fecc674de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5864, '2023-02-16 18:11:18', 'SALE/POS2023/02/5874', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e2121a6fd42584f9474857d7ec0a376601e2a2307e01f25d23812b0b437c484', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5865, '2023-02-16 18:15:18', 'SALE/POS2023/02/5875', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '841b7dd26947429ccc90799a8cf896f837b3c3fb2de5842b2821659bb5e2582d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5866, '2023-02-16 18:17:49', 'SALE/POS2023/02/5876', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '40.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffaa955450c0ef83d9376735e435dc74b1dfcc7d17301979a73ab95c6f7946a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5867, '2023-02-16 18:19:21', 'SALE/POS2023/02/5877', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '61.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ae769043b9eb4e926e5057372f5a3ea20ac8bf3e6e56a2c0a232489bbccebcb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5868, '2023-02-16 18:30:23', 'SALE/POS2023/02/5878', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca00ffac864607b355a0f554df2339c4089b63d381fcc2c11828e180269140e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5869, '2023-02-16 18:53:31', 'SALE/POS2023/02/5879', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07eb034b1d910d9dc938c3996f6c5310f322acebf60b11e9c4a452697fd9d253', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5870, '2023-02-16 19:15:41', 'SALE/POS2023/02/5880', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d9c7a988c1f0780e12d3ff2274b91d052475e509e54ba343d1fcc4144b84386', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5871, '2023-02-16 19:16:07', 'SALE/POS2023/02/5881', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52ec6561ddd07bfb85fd685a567ffc249090aa01054031843d1d2c04ba4413cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5872, '2023-02-16 19:18:36', 'SALE/POS2023/02/5882', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fd80ddd17ea1025167c4c56db37a198a0f6d942efcaf970ba32af3ae69e769b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5873, '2023-02-16 19:19:04', 'SALE/POS2023/02/5883', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b344933f34a0519fdb4be63ef61a6f297d89fc9c90851f729ad0b549e622b4b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5874, '2023-02-16 19:45:45', 'SALE/POS2023/02/5884', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9ebdcbfce5342ef2cc3065093497a083ad23a46f85da79957fc6485b0debbc4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5875, '2023-02-17 06:39:42', 'SALE/POS2023/02/5885', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84fcc37294ec504261f5339f9dc661aefb1dfdf168863a77d21212cd791e9934', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5876, '2023-02-17 06:50:37', 'SALE/POS2023/02/5886', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4644d319f2615db80366cea61c0d32ec2e359d93ad92373e933f0ad9e04052a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5877, '2023-02-17 07:35:06', 'SALE/POS2023/02/5887', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86504ba84b8efc808abaf310b5804f09a83b5c44ce20713b3f559b27a5a7a90a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5878, '2023-02-17 07:35:54', 'SALE/POS2023/02/5888', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6810e38195d0212d1a6e486130e7202f7c980782829011465a7cc74cf9ac8d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5879, '2023-02-17 07:51:05', 'SALE/POS2023/02/5889', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '150.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '759ae17229c5d1ee8a546a9aee8d5dda1eb89c06a0c1f2c25e80ff5c1a20c45d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5880, '2023-02-17 08:01:39', 'SALE/POS2023/02/5890', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e06bfeca6a60f798beea26b273797bb1eb93c17f2a47c32f656457e4a67bc1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5881, '2023-02-17 08:11:10', 'SALE/POS2023/02/5891', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a39177fe7f796ad364f046d93315882f0975fd7298c3d80fe6bfa2c1fd2c14b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5882, '2023-02-17 08:20:32', 'SALE/POS2023/02/5892', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '354.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '354.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 37, 1, '354.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a49ae9e0ec43b311e7d94181e02028e79f8898a334645c2f47b43fc53346bb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5883, '2023-02-17 08:23:44', 'SALE/POS2023/02/5893', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc46dd58c4dd1a2f2cd3d9750a47a0e4e3f7d96092488b49868a22428a88cc8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5884, '2023-02-17 08:27:17', 'SALE/POS2023/02/5894', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d735f23899ba84742b2ba92eab0782d27dbef34672000544ffabb69aa37a36d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5885, '2023-02-17 08:48:09', 'SALE/POS2023/02/5895', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b24cf7c3cb44b811572ad281f90a0a4635f40a8152bb46d6d34aa2b7603a8ddd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5886, '2023-02-17 09:13:27', 'SALE/POS2023/02/5896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0224a8c4267225783019e6db5fce5dd8b80f7d120f48b81dd0e64cf45e0f9f27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5887, '2023-02-17 09:47:41', 'SALE/POS2023/02/5897', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '839960c4b76363ca66e1d0dbb1f43ed97921379196b9c74a6d1d35c97a85427c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5888, '2023-02-17 09:53:55', 'SALE/POS2023/02/5898', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b45ef40342753cad442d88fde9d106e3fae095821636f6b1032016717d99b87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5889, '2023-02-17 10:18:12', 'SALE/POS2023/02/5899', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c817cc694335bbfcd0315f63bea9a529e81cc5b8696329698c96f924a48539fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5890, '2023-02-17 10:23:49', 'SALE/POS2023/02/5900', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd14d33bbb31dd7ff2365081cf194af11dd18892edb822c301d447916140e608', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5892, '2023-02-17 12:06:46', 'SALE/POS2023/02/5902', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6198a3ea9697cd5be1bbbaf3e47c107cfda72f3f0594bf68c2bd86d9941975a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5893, '2023-02-17 12:09:24', 'SALE/POS2023/02/5903', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4103c9024fb650fb88591bfdafa97c8af789f4b55574be5a95817f353725226', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5894, '2023-02-17 12:16:14', 'SALE/POS2023/02/5904', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51050883a9c7d1cca80eb5e1c906b06831b6707459979974c9b95aeb6fea0564', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5895, '2023-02-17 12:34:44', 'SALE/POS2023/02/5905', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4b3057644bfeec8be5369c99dca3e4084f0051b606169489c8c7ee8000ccd72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5896, '2023-02-17 12:59:54', 'SALE/POS2023/02/5906', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2a45dd21248057b71e051b81a8e70688134f6f8377d5e703c8577b32ed227ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5897, '2023-02-17 13:48:58', 'SALE/POS2023/02/5907', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81539a95635352166dbe7c2073dc7abb7ee6a6cd6b41573004ce6b939b0f9358', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5898, '2023-02-17 14:00:06', 'SALE/POS2023/02/5908', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e204d7acbacc07a51f971d4ef14fbb6fb76dd7b9f46122b9e0baaab15169043', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5899, '2023-02-17 14:03:42', 'SALE/POS2023/02/5909', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8545a5ff3b05f66c2672f1c550a08fbccf262998b61f26d6a18b9903736bc3f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5900, '2023-02-17 14:12:17', 'SALE/POS2023/02/5910', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6b26150a3a9ce693bfaa1af856d52a4c9828b7a6dcf0d7e7901c01657a4d197', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5901, '2023-02-17 15:21:06', 'SALE/POS2023/02/5911', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3426e9dbe84fb92b7cb9644ff6e17277612c3825d134f9892d825514446a413c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5902, '2023-02-17 15:28:47', 'SALE/POS2023/02/5912', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58e3915d906c1d7d481e8771c80538cec2b0ad30fb54f6f585b72a09af800bd3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5903, '2023-02-17 16:14:13', 'SALE/POS2023/02/5913', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f48dec58226ee12ebaca14a43a9b242686ab63d6a21b0232da4cc6a86b48250b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5904, '2023-02-17 16:23:59', 'SALE/POS2023/02/5914', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f796b9d17a650a263c46aaec97d0320a09dae4abf92324657147dd259e1df271', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5905, '2023-02-17 16:33:05', 'SALE/POS2023/02/5915', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e13a15a08102a64e7b0d391492464392c77feb21e2b2c350ed3b290dac01f22c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5906, '2023-02-17 17:28:47', 'SALE/POS2023/02/5916', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '275.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '275.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '275.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '324fa4c521c12ce9824efa7f120895f0fac67597ac63ca2dbcf7cb1fe308efff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5907, '2023-02-17 19:51:10', 'SALE/POS2023/02/5917', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2988272b4ad2830a004ade7fa21af7ee802cb53ec7029f39bcad8590bffc8386', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5908, '2023-02-17 19:52:39', 'SALE/POS2023/02/5918', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08ffc796825912bf20310d59664240a3245fe2def073ec184465d6bc6494054d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5909, '2023-02-17 20:05:27', 'SALE/POS2023/02/5919', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1efa8ce2ca09446e245d17b99cc044e76716a3ca047b4ac4d0bab11695e21762', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5910, '2023-02-18 06:05:38', 'SALE/POS2023/02/5920', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc126ad3c2b3363348cdb75a6d6aa4341c351a38ae68afd31c561d4df70aacbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5911, '2023-02-18 07:50:33', 'SALE/POS2023/02/5921', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d4fe209c9c892e5c65cad4cf42cb0aed1e4d00ada1e35337c653343f748e45f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5912, '2023-02-18 08:00:22', 'SALE/POS2023/02/5922', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3ac576a1ab00bfa3fe48b37515bbb0852192743c8797762a61214c62ea09bbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5913, '2023-02-18 08:06:32', 'SALE/POS2023/02/5923', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd43681184898dbfac3187401ac0c4ca7a9faf17bea9f19ee4a59f15a19b26a11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5914, '2023-02-18 08:49:07', 'SALE/POS2023/02/5924', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80e2879117309a11868adc4ee58eca37ab979e5cf2d8722e681597779fca1710', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5915, '2023-02-18 08:55:01', 'SALE/POS2023/02/5925', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce872a9eb636c42c4924df4c0bdbd509704ea422974052402d72b20de5415939', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5916, '2023-02-18 09:33:36', 'SALE/POS2023/02/5926', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd08a46fdfc9c5dd35ec21cd565d3c5da53fac33b252edc314fb10ece7e8e0e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5917, '2023-02-18 09:36:32', 'SALE/POS2023/02/5927', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd99648a34577d54f9617a29f3a16f16c5040bb613547d1eadb96c6921264f6d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5918, '2023-02-18 09:38:58', 'SALE/POS2023/02/5928', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36f74373f04c8466d9020dab9c8f5fbee40184e44c5c382154260bff9d88b932', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5919, '2023-02-18 09:59:34', 'SALE/POS2023/02/5929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b996dc078f180f9bc2e3f1d3fabdd38eff9e061b115831bc08a08458cc1e5b67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5920, '2023-02-18 10:00:51', 'SALE/POS2023/02/5930', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7ca471806494d1a73ce3ab5a5018cd52b850daeec5614d5c1294578fb2ee7fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5921, '2023-02-18 10:18:13', 'SALE/POS2023/02/5931', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd8105dd210659920ec01a550979b8112ad95a0271f5b296ec2ccdbb289c5ed5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5922, '2023-02-18 11:21:57', 'SALE/POS2023/02/5932', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17123566957fbb35e5e3576724e2db23e9ba17782cd34b489da571f67318055a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5923, '2023-02-18 11:32:20', 'SALE/POS2023/02/5933', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '55.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7037d1bcdd96c76b41980b5ed4c05d778a082d9d53063f90d52a8fe1f6ef870a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5924, '2023-02-18 11:34:26', 'SALE/POS2023/02/5934', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db04588953a5c052a893f5c0e45d700cc4ad151509f337fff4b40280d0a92085', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5925, '2023-02-18 11:58:41', 'SALE/POS2023/02/5935', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2537d86388456bc1920a3ac3c70cacd8f64c165228e3d2d06bac9469640b2cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5926, '2023-02-18 12:05:35', 'SALE/POS2023/02/5936', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bde128802b78c3ed30995395cea06dcffc161389e8e95ac343d13a752053f4ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5927, '2023-02-18 12:09:18', 'SALE/POS2023/02/5937', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b904f3afe32caf101ebeee3097e3b106d3bd4db0e14441f6addb8cd4f18a9fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5928, '2023-02-18 12:14:15', 'SALE/POS2023/02/5938', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de903f6d024854ca9333a8905aec08beffed2b436a36f0f18692698b1acca260', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5929, '2023-02-18 12:34:09', 'SALE/POS2023/02/5939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cecaf5c2844cd98e8e96e79b400ef7d66b14b5bd765c18bdd7e60d29dab2b084', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5930, '2023-02-18 12:36:07', 'SALE/POS2023/02/5940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15499122d94b594cab4947d220548e8f0990b37ba9e822e048434ee1a261a385', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5931, '2023-02-18 13:07:24', 'SALE/POS2023/02/5941', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ec637d36aec321150d52d2b4809b6dc83725a4ad75bc6e2a815574595d0c25a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5932, '2023-02-18 13:34:15', 'SALE/POS2023/02/5942', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee180d526922d5968404381e42f035f6c5532d9366fce881522b09c52c75dc62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5933, '2023-02-18 13:56:56', 'SALE/POS2023/02/5943', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3f6051ab8bf43dcf81a51db8d0d2e0bf55467f259674c3218f41120ed5016be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5934, '2023-02-18 14:17:13', 'SALE/POS2023/02/5944', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3bb59c1c01772de52b80fd487cf42e0dead247c81c980dd24de9daf2ddf5c29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5935, '2023-02-18 15:44:15', 'SALE/POS2023/02/5945', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3bd2d3878147e31f23050939d305a26b0680e37fe357f37bae64c0b084896ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5936, '2023-02-18 15:44:52', 'SALE/POS2023/02/5946', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e441c30709466977fe93547dd58b05ca7533e8cba83db375b6e12846bee137f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5937, '2023-02-18 15:46:15', 'SALE/POS2023/02/5947', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdcb3467782d1ea118ccdf5a316ca4c141d59fb38a6dde365a96a3892eed2227', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5938, '2023-02-18 16:07:31', 'SALE/POS2023/02/5948', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88389cc5a6174a2a99c10f9a8e367a335db8b47b9ce8e76c633800017eb76377', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5939, '2023-02-18 16:07:52', 'SALE/POS2023/02/5949', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6929fb16a303353fd01e3840b899f9b877a8b99c28f2f795a1ac9131826364fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5940, '2023-02-18 16:08:16', 'SALE/POS2023/02/5950', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de7c44c5812519e2d7962622ec995088c203d6236bb20d8ab4206e8d02744031', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5941, '2023-02-18 16:58:49', 'SALE/POS2023/02/5951', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '607fac126e2b7408769bea3b57013e5a3113d7bf5a45e6b8b4f01278bbf1f3e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5942, '2023-02-18 16:59:50', 'SALE/POS2023/02/5952', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea6582988124fc6bea4775dff00d02e32cf6977dea2f8d4a4b49a33bd50ccb7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5943, '2023-02-18 17:01:04', 'SALE/POS2023/02/5953', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d9cc415cad07c91e3df7c0de3f083e6c1dba456d34afbeb3f714ba864ca9baa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5944, '2023-02-18 17:20:14', 'SALE/POS2023/02/5954', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6949b66a4e2347e8ec3ab30493b7762454e6b66f6c023dc0777779b9675beef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5945, '2023-02-18 17:26:01', 'SALE/POS2023/02/5955', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b852e549aefef243c9defbd43cf9fd3e96e486231ea2d450286404f845880eec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5946, '2023-02-18 17:31:02', 'SALE/POS2023/02/5956', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78745bdf8944b68e261c7ff7400d5d02d4070f137f0fcd9b21313c21ea06063e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5947, '2023-02-18 17:53:16', 'SALE/POS2023/02/5957', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '098ba1980f38c90d2555538b381ad1a95ef33d69bd2eaa5dd8469e39dd739a50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5948, '2023-02-18 17:57:22', 'SALE/POS2023/02/5958', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f5d343f3e5d8ac5343edf524430402a94c8f6b14564221c187e147cd209c8b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5949, '2023-02-18 18:00:49', 'SALE/POS2023/02/5959', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ec6f7738943732d8f20356588b0c366693282beb72a0ecceedd6dead0d4ee00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5950, '2023-02-18 18:02:07', 'SALE/POS2023/02/5960', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2bdb1a82e80410149a2238994f92e2fc145e40b7d03012ce2a11be629499fa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5951, '2023-02-18 18:28:13', 'SALE/POS2023/02/5961', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36d4e49aef9709051b59e29e82a977ae7b5583b64c80b1837d26ca1b57b6646a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5952, '2023-02-18 18:30:07', 'SALE/POS2023/02/5962', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a02e4be2f0c7c6086f6ce4bda347caed3ff5226e2ce46fc9bda64d1c60b3d7d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5953, '2023-02-18 18:31:20', 'SALE/POS2023/02/5963', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe1ca3d0492bc895359463614ea649adcc22671d85ac1132d3db8109a8ca8fe0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5954, '2023-02-18 18:48:11', 'SALE/POS2023/02/5964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd03df008c776321379a5c6e1911a92a6a5c257b264c1fa6be5f22da866c23c62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5955, '2023-02-18 18:55:42', 'SALE/POS2023/02/5965', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a58065801c27a5b33e21296b1a34442e4b07bd80fa0438815392c99cf1a019cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5956, '2023-02-18 18:56:11', 'SALE/POS2023/02/5966', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c6a97745cc2990974a69b318ba58af5777dd0919d808d0f9adfc4b58cc86f4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5957, '2023-02-18 19:00:08', 'SALE/POS2023/02/5967', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ac743d3a93e9e9228eb242963d606c1df79dbee871feb36723ba809de6d4c74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5958, '2023-02-18 19:14:35', 'SALE/POS2023/02/5968', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55a6f88a462151076925f1f8c3af92b44c662cf7c82e5517e9a85da485f0537d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5959, '2023-02-18 19:23:32', 'SALE/POS2023/02/5969', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db0955af9290fe90062d98d20a1bb756671d69db873c7f868e6fc4bb904f68f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5960, '2023-02-18 19:27:39', 'SALE/POS2023/02/5970', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd449df9b4b0c5ba60add0118499e3524542c977519a3fd15adff08a0c4124cd9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5961, '2023-02-18 19:34:55', 'SALE/POS2023/02/5971', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e843e5a4a38a5664a68ac21da3ebec86961edb75dbeb6229e479d9c75a0e34e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5962, '2023-02-18 19:36:19', 'SALE/POS2023/02/5972', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c352627518722951dcd5f4205e56eef7b48f1a7247ca5f3d3b21437f9faadf43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5963, '2023-02-18 19:38:14', 'SALE/POS2023/02/5973', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86142453c2712bd96e4ac0d6206c717ee905ad31884a33c581c583be2d21b513', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5964, '2023-02-18 19:45:11', 'SALE/POS2023/02/5974', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dcbe61e9122ff9d0bff9e07d0b441fa65d0f4fb960aba0a9d3337dcc498d3086', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5965, '2023-02-18 19:48:04', 'SALE/POS2023/02/5975', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a2aab3a6eb20a54c5ebfe53deb80f360d1bba4a45fd971257fc73afdbaf447d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5966, '2023-02-18 19:58:29', 'SALE/POS2023/02/5976', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '049c74529b68bf3c775cf2d83ef07cef9ad35db4fb5494629b251c3b0079b5a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5967, '2023-02-19 05:38:41', 'SALE/POS2023/02/5977', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f527208b5c6c7110177c8cfb8d137829e8d1e3ef4a0697b93b002d5978c36a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5968, '2023-02-19 07:21:30', 'SALE/POS2023/02/5978', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '98.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '98.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '98.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec47846009fbaee27247bf90d7f72b6da1dc47f4a38fee89d7e4ba7060b1859f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5969, '2023-02-19 07:32:27', 'SALE/POS2023/02/5979', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b24a88e822b7eface7fb4a795d8028de7b22d4d8031b38f62e07b7a8ee505703', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5970, '2023-02-19 07:36:45', 'SALE/POS2023/02/5980', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4586d859c9a93be31d41493543f32756f6f0ca16a85bfbebf95743dad867166a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5971, '2023-02-19 07:41:01', 'SALE/POS2023/02/5981', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '55.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f12409c08367934eeff061ddd6548ba854752dec50979520f02c8e32a362270', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5972, '2023-02-19 07:48:56', 'SALE/POS2023/02/5982', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd85ec48a673a8f5534b5e4b37a876ac442b15a244b1a7ad83acc68060116fccd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5973, '2023-02-19 07:50:10', 'SALE/POS2023/02/5983', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e182d019d21752eb7c751119be70c961e009997e6e31a60e98d34cd2aef91c3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5974, '2023-02-19 07:52:58', 'SALE/POS2023/02/5984', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '170.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '170.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '170.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '362b7414344e7150aba36306b22a295c14501592bd7bc6f0aa8df5af7900ff84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5975, '2023-02-19 07:59:47', 'SALE/POS2023/02/5985', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c22d21fc21e3ad68989c0d0588e31fc1d8bdb9047a74625061a71ebe2f1e6094', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5976, '2023-02-19 08:00:32', 'SALE/POS2023/02/5986', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5054bbf9f02a3df3939c81eb0d05d6df9dba119474239010b6716346027f9c21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5977, '2023-02-19 08:05:07', 'SALE/POS2023/02/5987', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '74.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '74.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '74.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8809d842c3d1625dee7651e885d4a6cfdc2a443338c0ec4b4aa78f4f2274f710', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5978, '2023-02-19 08:07:23', 'SALE/POS2023/02/5988', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '98.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '98.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '98.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a053e7313e229302960e90a043f6e02201c557f7b84dc7780eb4a9ef857c0fc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5979, '2023-02-19 08:10:25', 'SALE/POS2023/02/5989', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '55.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e015212e256a80d06e4ff5d0841e5705d2ac5e7c0afe09d514465422d136a5d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5980, '2023-02-19 08:14:06', 'SALE/POS2023/02/5990', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '907b91e93db888476f968d27f444cfc1758a56a1d6776bc5fc25a396f984dcd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5982, '2023-02-19 09:23:26', 'SALE/POS2023/02/5992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd5cfa018c9f8e9ad6f8dc352c078714222c77e4148b957b53616a152f82c162', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5983, '2023-02-19 09:30:55', 'SALE/POS2023/02/5993', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b87063c7323099a636054289782d15a6c11adb55b0e3fc74dde30498d96154a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5984, '2023-02-19 09:34:09', 'SALE/POS2023/02/5994', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ec8188a693fdf5afca034bcef75116ef8c9c3411688c1daa23c337e9358b5a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5985, '2023-02-19 10:29:44', 'SALE/POS2023/02/5995', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3474be07a515d62b68345c8113eb435cc10ec59b434ee58e4edef5133701793', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5986, '2023-02-19 10:30:30', 'SALE/POS2023/02/5996', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '302506b7f7fb89d9ac529e4ae9e9639217ad684c3f7b926f076814597cf80a14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5987, '2023-02-19 10:51:19', 'SALE/POS2023/02/5997', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9245112af6bc981357e591e647eab5a3f872819e85d650bb156b32f55101a8d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5988, '2023-02-19 11:01:24', 'SALE/POS2023/02/5998', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8d104bf908e00ae916a5d1bd86ad62533f05adc3d31baaf38ffd5fbb4b8b0fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5989, '2023-02-19 11:42:52', 'SALE/POS2023/02/5999', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e7a4079007d5cc513db1191924eeeafd851d8e562887c21cde549089e814c7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5990, '2023-02-19 11:53:45', 'SALE/POS2023/02/6000', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4eee6f3c377eedba091977b64a3049f8f131f2e32a9feac5a70f192e315c288', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5991, '2023-02-19 12:05:30', 'SALE/POS2023/02/6001', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0409dc746f0e96589b03d2669866264ceac653ab5cb873ea89aa0b601188356', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5992, '2023-02-19 12:16:23', 'SALE/POS2023/02/6002', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4611dc2f423a8492b724391add3519e83355a82135899bc0576cd9ae34be9db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5993, '2023-02-19 12:17:44', 'SALE/POS2023/02/6003', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b4cd1e1b14d0a3cdbb31695b2e7249e99eeb072861db14d6e5d3d068c3ce028', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5994, '2023-02-19 12:24:42', 'SALE/POS2023/02/6004', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '583c93f2629c30b0414f71e4dbba59c903925bac1ff2dc52e5b695024cb35d3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5995, '2023-02-19 12:29:27', 'SALE/POS2023/02/6005', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2223db68772d4305f8d5c1e8ec8863efdf498af100c495c281f706af52f10d15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5996, '2023-02-19 12:39:23', 'SALE/POS2023/02/6006', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50178e1f8bb72d0ddb1aebb82d82b13f2c238e792d1190e5213f9805d3efa44f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5997, '2023-02-19 13:15:45', 'SALE/POS2023/02/6007', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03c299c53ea04acf5782f926fc595f2933b2b24dfb264c36249d16ba8109a189', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5998, '2023-02-19 14:07:18', 'SALE/POS2023/02/6008', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2240ae350d06421a8bf6ace1148503a9154ca3c578ef2be915ceccd43bbd16e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (5999, '2023-02-19 14:13:52', 'SALE/POS2023/02/6009', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13467d0d1a7b11d4d4d1b136c857a37520bbf58a730d8424253f68806d68dec3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6000, '2023-02-19 14:20:41', 'SALE/POS2023/02/6010', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '370e4359daaa0010677ad401ec08cf7d80cefb64d3f50fa39510585aecffe6c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6001, '2023-02-19 14:21:51', 'SALE/POS2023/02/6011', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ab29b6bcb91d47be68f4c14546208d8dbbec9db90ca4457366962677560c9ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6002, '2023-02-19 14:23:00', 'SALE/POS2023/02/6012', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2138564a658bebf23662e939ca78aae7dbe3f226e2824c05d0d7c170668c46b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6003, '2023-02-19 14:31:56', 'SALE/POS2023/02/6013', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a889720f3f6a0acce1dfb4a1a239fda05176e7ff45fcd2ed1c0a05edd7c73f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6004, '2023-02-19 14:35:54', 'SALE/POS2023/02/6014', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '868fa03fce6f7d443ce3ec39a07e5acbb27a3959a333785658682320ff3e2b82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6005, '2023-02-19 14:44:17', 'SALE/POS2023/02/6015', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93c68b0447820f9195277234785901f49d65483706e038e13d41f85ef9f7389a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6006, '2023-02-19 15:05:04', 'SALE/POS2023/02/6016', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc014582e21e77e9a78a07c37aec84e820986c12764b99a51b10ceddc762baaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6007, '2023-02-19 15:06:39', 'SALE/POS2023/02/6017', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51eb795907c7681a93781f78acb3bf4cdfde61f88e3d3060505d97b36f72ebd8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6008, '2023-02-19 16:38:26', 'SALE/POS2023/02/6018', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dee84f4bd6900e1d8b39cb407a018702cb904103780dd2c0cebb4b16b9433343', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6009, '2023-02-19 16:38:50', 'SALE/POS2023/02/6019', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89119f07200fb3395647b1c04328d30961b88bfe9eb81c83a082cc569836552c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6010, '2023-02-19 16:53:39', 'SALE/POS2023/02/6020', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b58fe3ae2c4f8475b3261a19061bd19467fdcc46bc10cc684ac18f7b0a1ce33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6011, '2023-02-19 16:56:20', 'SALE/POS2023/02/6021', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7503a2e07c59cfd0e525bdd5080eff9f77f356b87a6118fb898a9549f7b93e2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6012, '2023-02-19 17:08:42', 'SALE/POS2023/02/6022', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82b5fa166aee5666afba6e3be9d9f3ae4f4bd44125b27dbc371d4cfd996107fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6013, '2023-02-19 17:33:23', 'SALE/POS2023/02/6023', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f52a298bc4293fb955c3e90d614b35c7c6ec81baac53a2c4956096115402bedd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6014, '2023-02-19 17:33:49', 'SALE/POS2023/02/6024', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6f5550d97553e5be46f7f9c63312b9daf92e50d6f1a221e7de633dc03cc157f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6015, '2023-02-19 17:42:33', 'SALE/POS2023/02/6025', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f733768cde4f0262d41ad87e7a88ecf424f6afb8a0048e64af98be7acd5ec541', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6016, '2023-02-19 18:05:01', 'SALE/POS2023/02/6026', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6ecc7ae09ea3e7e291f1ec667385c20d1a585b725a58229bf33533f53ccfba4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6017, '2023-02-19 18:07:42', 'SALE/POS2023/02/6027', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00a90a740bfccd6918a2487bbb16ea6a88554fd2bc920988d87884e11c8f45b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6018, '2023-02-19 19:17:08', 'SALE/POS2023/02/6028', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fe4a4ccd2f3a6713dd7165d5f37310a5282baf57ff04a5f33507813e6abb668', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6019, '2023-02-19 19:37:55', 'SALE/POS2023/02/6029', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b46b7c5670437c857067d1818aa21e3fa9e44b437d4336a81cb5979b5393966', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6020, '2023-02-19 19:38:45', 'SALE/POS2023/02/6030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12ef94741e1993c8529d3ec4f2e196e177ca7fcda60ff5c8442ba38fbb0e7a26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6021, '2023-02-19 19:39:49', 'SALE/POS2023/02/6031', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6faf794765e7983c8bb20b326fd0e9068f35e1c2bcd3b7466afb258b71b93c36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6022, '2023-02-19 19:49:38', 'SALE/POS2023/02/6032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '316ee498b8ffb32ec40fe50436a2bc631149ce10dda53858346cd8a9c5919012', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6023, '2023-02-19 19:56:00', 'SALE/POS2023/02/6033', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d9616c35595ee99c2d31a434e32084ca4ce821a8bb44fdedecde2007b8207ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6024, '2023-02-19 19:56:21', 'SALE/POS2023/02/6034', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '186a1421f97e85d11363afe0370c9e083f0630f01dc9f4994839e42806134472', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6025, '2023-02-20 05:30:45', 'SALE/POS2023/02/6035', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b5dfa9b73450b6e933a0cddd05b43a2a051d8e8d5e724449182e0af1137d68d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6026, '2023-02-20 06:05:06', 'SALE/POS2023/02/6036', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be7e14a361939c0fe6500a67432857d006600b89ab1207838bb326c102a144c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6027, '2023-02-20 06:05:50', 'SALE/POS2023/02/6037', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cddcb9172a8e64efa65d1de690d48dce8eaab827e89f1d3831c3fdadadad1f1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6028, '2023-02-20 06:11:37', 'SALE/POS2023/02/6038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ac8e0ba82c6139be5b9f274ad4f7819fa314afd8a7846145835680aa4e034e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6029, '2023-02-20 06:35:15', 'SALE/POS2023/02/6039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6685d552783331786f0654f1cfb5d637edde6f639f2c8f12592c938f3b863b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6030, '2023-02-20 06:54:29', 'SALE/POS2023/02/6040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fa036af84c1af2e8283403796a37dba1ced4bb660569f22163e1bf29d446d43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6031, '2023-02-20 07:13:13', 'SALE/POS2023/02/6041', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '174.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '174.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '174.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1802349c01a1e6605323d72db6209c6edbbfa025a76d0381fef015d1a06c7e29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6032, '2023-02-20 07:14:12', 'SALE/POS2023/02/6042', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f89bbb9a4e3fdb86b42af0157b881b756a3239fccf7317ab8915210a67d435a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6033, '2023-02-20 07:29:27', 'SALE/POS2023/02/6043', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59ecedf34c87e9ff25c2fb4f3250b67c35eed3c418b9955b0ae0431d428a91e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6034, '2023-02-20 08:04:16', 'SALE/POS2023/02/6044', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ec99265c5741407a0e4c462bc2105bb29b69444bf33bd2f4c29cda502c75f49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6035, '2023-02-20 08:13:15', 'SALE/POS2023/02/6045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9923ae0be7a2dd78688a54f23d79163ccc6532b3b81864da017e5bee3f3eda51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6036, '2023-02-20 08:25:07', 'SALE/POS2023/02/6046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4c680bc48fac99cc69a3787421eb4e5d79f8fa4e59d16c62b3f761c593451f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6037, '2023-02-20 08:44:12', 'SALE/POS2023/02/6047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '890dd77a8b02bf8c84bf02d2f927c262258b3845d8623e132a08f8e2f6dd8891', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6038, '2023-02-20 09:07:17', 'SALE/POS2023/02/6048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '40.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ff67bc13531847a2e005015d8ec4afc9e80fc8c22ed01bcbd2139383a42ba42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6039, '2023-02-20 09:11:33', 'SALE/POS2023/02/6049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a01442cea7ad48415bee537ceda3dccb21213924312852847cb191eaf301e72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6040, '2023-02-20 09:15:48', 'SALE/POS2023/02/6050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e39a1e2ee7fafbfd6c6e2ee758767735b9e23a60ec9e657b831c5b90b1dcc30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6041, '2023-02-20 09:24:21', 'SALE/POS2023/02/6051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e968c5f463d8a37f55c714737ff0a9a364a5b2e03c8572dcbfe59b29b497f624', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6042, '2023-02-20 09:26:30', 'SALE/POS2023/02/6052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c1bc6c197144f57c7dfbf555b2848bc6c23fdff0cfd2672fc36317ded3a8f59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6043, '2023-02-20 09:27:29', 'SALE/POS2023/02/6053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0406c84ef4eee49d9feb4f432ac1ba7076f692ad2ce18d2be86bc380b540273', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6044, '2023-02-20 09:42:15', 'SALE/POS2023/02/6054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7413abdb9305e5210e9e37084884369d6261c0f037c94cac35b82b087822ac47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6045, '2023-02-20 09:56:09', 'SALE/POS2023/02/6055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd44d6d04c0fce2f00bf07b3c5f6ff2cc2256e19c5ed8ba3ead809422ea421cea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6046, '2023-02-20 11:15:12', 'SALE/POS2023/02/6056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec473827ea6c684bccd82326345dc82e8e9e19ecf949087be149eba18410bfa2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6047, '2023-02-20 11:19:27', 'SALE/POS2023/02/6057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c49195672af8b79ae3cb5a517fe7d3f0c38ef2e9087b5e0ecebf1bae6cb5455d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6048, '2023-02-20 11:42:04', 'SALE/POS2023/02/6058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22255c830849ffcd4a1cde5750834f6a719bf195023d05cbaab6b58ed3ae6e0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6049, '2023-02-20 11:44:31', 'SALE/POS2023/02/6059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b6f06b303a27a62d72b72fab4759d5e35ba2d072cbbae3dcfb7fbcf255b9e7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6050, '2023-02-20 11:51:37', 'SALE/POS2023/02/6060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07cf5c2610f8121e8d201b4b7a669364c4e2300a49b9bf0f62747eee5ba4b4f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6051, '2023-02-20 12:09:45', 'SALE/POS2023/02/6061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80e58215a2658f0e1395f30dbd5777b6f67c034fdb9b39acaa49ef587876165f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6052, '2023-02-20 12:18:11', 'SALE/POS2023/02/6062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e81d9a761af4b0cbc9e82c09319e84406e76a9047a53abf7d4b83beeee1dcfd3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6053, '2023-02-20 12:21:13', 'SALE/POS2023/02/6063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ffe378a760b36e0f57e8ca6411e0b3a7c85f2f9547cace8cc71fe7001035eca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6054, '2023-02-20 13:28:24', 'SALE/POS2023/02/6064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecb00cdd23805572af96e9b493b9f095738bd22eed5638b40af5626a9f13287e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6055, '2023-02-20 13:47:22', 'SALE/POS2023/02/6065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '128.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '128.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44722634ee9d5cd10db664b3de5c4e41bda2849c32f42700f2785d71eec6a4f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6056, '2023-02-20 15:32:19', 'SALE/POS2023/02/6066', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1cae0fd5bb7ed9a7f1ebd3976f5a51c47b8878265a6ba3e4db10d688dafbd31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6057, '2023-02-20 15:40:17', 'SALE/POS2023/02/6067', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5075b463c89810f9fc97fde367c53367a74e54d42e9267bcd10fec676bc41c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6058, '2023-02-20 15:48:53', 'SALE/POS2023/02/6068', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc703f3b6640e71b852df3f2c67910fc0cdd074371e85071484e08ca43a25350', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6059, '2023-02-20 15:55:01', 'SALE/POS2023/02/6069', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ec679fe0a48303527f0fdfda7bbc9b5e10761da0395a53674dba8d55e6a2bd3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6060, '2023-02-20 15:59:00', 'SALE/POS2023/02/6070', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79475ae8a5e5687823e14171c11fdaafdf1baac05f57426c12f3b3a2d01dea92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6061, '2023-02-20 16:05:07', 'SALE/POS2023/02/6071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e7e46e987c21337ab3652c5e1d1ff158bee10e7e0c35a2ac67dbeb861e3909a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6062, '2023-02-20 16:10:19', 'SALE/POS2023/02/6072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '537134df63c1034b46f76ccd0108cc3703e7c0bb23c52c5bb4d92998c45d564a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6063, '2023-02-20 16:11:35', 'SALE/POS2023/02/6073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0db8464a11c0256c90aa6427b965b739866b5380fb0da8e68d9bdad1b0e4ade8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6064, '2023-02-20 16:17:36', 'SALE/POS2023/02/6074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83d36edefa0a3f27b121c9fc153ba56db1a35442f0d7a03ff522eb782ce909c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6065, '2023-02-20 16:56:26', 'SALE/POS2023/02/6075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '244aa6cdddfdefcb86a237c8f750ea3ae5d553947e46fb92a6426a2d861e7bc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6066, '2023-02-20 16:57:00', 'SALE/POS2023/02/6076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13d7acdd35046b6d38d11edc46e3c7fa075023f000dc6ea142eddd71b608a46a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6067, '2023-02-20 17:26:36', 'SALE/POS2023/02/6077', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '95.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '430eb35f98f21aa4720e20559682a18f064bbd91967a22bb63a29ef845471ccb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6068, '2023-02-20 17:33:42', 'SALE/POS2023/02/6078', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51cca4a5d08d769a5c1e6fad9e9777dd13b77f95fa8a52983a69aa74e2589e11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6069, '2023-02-20 17:54:04', 'SALE/POS2023/02/6079', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d9945f96385c154b9987ac3cd11af2ac7a32c8c038b47194892e9eab4961cac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6070, '2023-02-20 18:18:18', 'SALE/POS2023/02/6080', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '565c343c96df8abf8ecc23ee4bdc1037f9924f2be3c6945b157b136c08d12b5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6071, '2023-02-20 18:30:15', 'SALE/POS2023/02/6081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acde47bdb1a69ae05b24f65dd19b74741cfd4a05c09fcc465afdbc8689bf358b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6072, '2023-02-20 18:42:52', 'SALE/POS2023/02/6082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a4bd2d285ad50200678adc3221077ffc840d951c0570a1a29a643d9121cd51d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6073, '2023-02-21 06:06:09', 'SALE/POS2023/02/6083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd17aaa714e6c31c5e7c138caa44c85db0c1a598c98417819ee23bac9f721d81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6074, '2023-02-21 06:47:52', 'SALE/POS2023/02/6084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b85b611c56c1262e864f36370e2328e9c47ef0b07ac87657833bba02cea097ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6075, '2023-02-21 06:58:32', 'SALE/POS2023/02/6085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41b27b01b88c22ad27b51b518c74f2f9c7ba8533b15ed6459c5e7932c2e78af2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6076, '2023-02-21 06:59:13', 'SALE/POS2023/02/6086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fcfd4ebfaa8c90cce639d58d31bc2f0afb028379f30a3aaeaa07b9042b0e457', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6077, '2023-02-21 07:16:03', 'SALE/POS2023/02/6087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd0c5d69d3f6f3fe994d82b77efdb259b80afe0962f469feabf59ef8e9cda919', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6078, '2023-02-21 07:28:39', 'SALE/POS2023/02/6088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8381fca4bc8a6e483b237d8d71dc8f86def6b522c4fe34f30fc1a6719257664c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6079, '2023-02-21 07:33:20', 'SALE/POS2023/02/6089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd36e59982e7be4ac7073c8a9c6d5fb8085d0527c322e7d009812f2458b99a914', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6080, '2023-02-21 07:35:04', 'SALE/POS2023/02/6090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '57.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9634e728a7ebcc053338af25059ecd5b645679d4457f1f0dfc0383ff7c3647d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6081, '2023-02-21 07:49:03', 'SALE/POS2023/02/6091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98b68dbbfbf43d205c0727ca87443fbb07eed642f6ce18d5732e087f106f30e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6082, '2023-02-21 07:52:57', 'SALE/POS2023/02/6092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a43773bab0152d282be3ae5f5367461ad7e3dffcf058fb21364dad69075e1bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6083, '2023-02-21 07:55:27', 'SALE/POS2023/02/6093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6268d3858b7e4d999cd5f1a6a23271456054b4e0178815b82b5d708a1e8ecb3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6084, '2023-02-21 07:58:27', 'SALE/POS2023/02/6094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c65756795eaae9437ed8756b13c4bec3d4b4cd807915bcc33d92aedb5e743a8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6085, '2023-02-21 07:59:03', 'SALE/POS2023/02/6095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6ce21497e9747f5e6de8d3d624b2ff2fa3eae21bff423dde15a4573e50490ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6086, '2023-02-21 08:28:11', 'SALE/POS2023/02/6096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85325634443aee210cfe2eb451b6b695b3676c4a75aa00146feaa49bfe803bbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6087, '2023-02-21 08:35:31', 'SALE/POS2023/02/6097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35aa276cd6a5a6a3999e96693ec4ac1c53911ce26250143dd019001a1c92191d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6088, '2023-02-21 08:57:42', 'SALE/POS2023/02/6098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac24b678601b1328151fe3c6b180d2ecc12a33f5a5d36c3ab3c787652763685f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6089, '2023-02-21 09:28:00', 'SALE/POS2023/02/6099', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2c67377e20fde3f2b92a70bf0cec13d052066b96ddb2d1116e5fc429eaf5327', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6090, '2023-02-21 10:02:00', 'SALE/POS2023/02/6100', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8a3ae3b7a8f64e9528342a69359e1493361aa28c73f04edbdef5c284456983d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6091, '2023-02-21 10:11:04', 'SALE/POS2023/02/6101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a3e4422c81704729bb76ee7922fdf98a5361f6631d4415d17183feb8c80f16f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6092, '2023-02-21 10:51:39', 'SALE/POS2023/02/6102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38cd3137cab0fc8da4dbd9e4fce2a81f2b1af33d39957e98dd0d3363e3491313', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6093, '2023-02-21 10:58:39', 'SALE/POS2023/02/6103', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66ed9a4586ccad9810a7a36008ceee4eaf65dfc02b39853df71ffba5e9957d70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6094, '2023-02-21 11:04:49', 'SALE/POS2023/02/6104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0245cf3c5694b66cdc79bfc596fc9101d9d526a2fea498e9250c15b539d95fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6095, '2023-02-21 12:43:51', 'SALE/POS2023/02/6105', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5acc89bfe4542122a5e6226c8e52b343099cdecc2ec3ee51ed56563ba483ab0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6096, '2023-02-21 13:15:09', 'SALE/POS2023/02/6106', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '052cf187a972c002a4b158bd9ce7181b24ca8fa914f566c3113f6b470fc1b1bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6097, '2023-02-21 14:07:32', 'SALE/POS2023/02/6107', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab91b8ff20bfd297bca7a4e446811aff4e9bd38bc1e8a12c1ad5ec8f5ed794bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6098, '2023-02-21 15:38:40', 'SALE/POS2023/02/6108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '451b5eec04810301cfaa4245df5395a5e865daeb53e24c0ffc7cf9bc2a08e089', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6099, '2023-02-21 15:39:10', 'SALE/POS2023/02/6109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a10337088924f63052c31a2ab2769b1a961eb9a0d06ca51d9bb83d742eaba929', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6100, '2023-02-21 15:43:34', 'SALE/POS2023/02/6110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '101119f207d053ff1d0fb8558d78805662e6f5afda68173e03462f095ac5b8b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6101, '2023-02-21 16:25:52', 'SALE/POS2023/02/6111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8107d4cbb3424696f63c00515909be027ba56874e1cad94a21a8225ba33d7155', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6102, '2023-02-21 16:29:59', 'SALE/POS2023/02/6112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a331c7b3fd43e67258b19ed5d15720a22ee93a6036c310609f542437626cb05c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6103, '2023-02-21 16:33:04', 'SALE/POS2023/02/6113', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbaeca55f9eb0b1c4de4a0521aa8c42287a130f21ce2a157521695f624f6992a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6104, '2023-02-21 16:55:19', 'SALE/POS2023/02/6114', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2aa3cdc06a659030f8b474f7ae76259bb4ed3ecf7a9f621d06c17b592a12fd3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6105, '2023-02-21 16:57:07', 'SALE/POS2023/02/6115', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '539987b7b0dcee118cbb0ca1e1540736c21c93073f159d61a235ee38376ca791', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6106, '2023-02-21 17:17:07', 'SALE/POS2023/02/6116', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88dabf29db06610c43f2de738735b83fa3ccf627e112510f515780c8db042a12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6107, '2023-02-21 17:37:23', 'SALE/POS2023/02/6117', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ed0b479d28632c7b27d3fa5a71a4101193e32309347ede5d3eed57efadbde4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6108, '2023-02-21 17:53:42', 'SALE/POS2023/02/6118', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e01d6137fde9725b7c4f8516d665c41e07baeba0e695d8ced56f780e067b74c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6109, '2023-02-21 17:57:34', 'SALE/POS2023/02/6119', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52168ec467e24e4b1067d03cadd77a2809cc4ebf9b8b12df9c2c22f5cd589fdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6110, '2023-02-21 18:00:49', 'SALE/POS2023/02/6120', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d3f896208357f101fcdd7aa65f7649e1068142d479a4f3092066a306a9e2d34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6111, '2023-02-21 18:02:38', 'SALE/POS2023/02/6121', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f572282d824f6b9b35d088ec4998d12136db1c91762dc8d451f86e1ed12048e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6112, '2023-02-21 18:04:25', 'SALE/POS2023/02/6122', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b34f9b96a9874d61393cf62476653941cb2c7c321fe3d2afbb82d7c830c01ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6113, '2023-02-21 18:26:48', 'SALE/POS2023/02/6123', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e471421d0dbe466779d5cfefc31366f7fa478a8dbbc183501b0d03eb81a2bb3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6114, '2023-02-21 18:27:30', 'SALE/POS2023/02/6124', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a82c5e067eaeb5e24d1f332cf0d6f8fd73fda9e6e8d2adc712fb14dbee7ce7c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6115, '2023-02-21 18:35:17', 'SALE/POS2023/02/6125', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8572046929ca163bf3ed460ed1b8419907cb57f30acb3816637c3bb48a101169', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6116, '2023-02-21 19:00:23', 'SALE/POS2023/02/6126', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56eb4df9ff24f245ae563b7f2b0df495400d823380c0d290c3904d8f1e577bf7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6117, '2023-02-21 19:11:12', 'SALE/POS2023/02/6127', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ce56ed6302e77a3ffd0a41bcb2bec686598e045b8ab19ba3d737f9b2668c0ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6118, '2023-02-21 19:19:57', 'SALE/POS2023/02/6128', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9a6aaaa5d4c3ae51de9d1d942fee123c53bc4a99338e5fe9633d84784e5ce22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6119, '2023-02-21 19:36:47', 'SALE/POS2023/02/6129', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3603d9056a5ff1ce56d44392c802116c3f40b438312cd5b2e5f1970e56fd1b71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6120, '2023-02-21 19:50:31', 'SALE/POS2023/02/6130', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50e537cf2e64a376bf88f6102538ae0116247b789c17cc3ed0ef37d007a956b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6121, '2023-02-22 06:01:49', 'SALE/POS2023/02/6131', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c246704e63ba0a60de4c31365f3c4eae53d7a73729d1aa210b8feff2ec663b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6122, '2023-02-22 06:04:20', 'SALE/POS2023/02/6132', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29e25fe24dd56b7bafe36444b1119610496d8c0b764a6ac8d6512eba69507c80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6123, '2023-02-22 06:04:55', 'SALE/POS2023/02/6133', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38f5b762169093b117e03c4b1119044cab20ebccd03f470cf5eba9eaadef6a0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6124, '2023-02-22 06:44:03', 'SALE/POS2023/02/6134', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c6095b458f225fe1c0255ca385e642601ae3e61cb4a9e1249942d4b9ca12d06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6125, '2023-02-22 08:10:27', 'SALE/POS2023/02/6135', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '052bea0b04d5ecfa1569a099783d2cbcd8d95323cf357a837bbe5cebe1360e7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6126, '2023-02-22 08:21:10', 'SALE/POS2023/02/6136', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b99af762574887083c68e9d3ae7069c34c7d23ff8eabe395a998a0c1fef34f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6127, '2023-02-22 08:39:25', 'SALE/POS2023/02/6137', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '579c8043c5b13bfc3301beb6005665a0e0cdebf3b6f1962eef8d18d1922810a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6128, '2023-02-22 09:11:39', 'SALE/POS2023/02/6138', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cee1e5d6f60d22298b851d84545487f53312a859d281e189071e0c30271dcbe9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6129, '2023-02-22 09:18:21', 'SALE/POS2023/02/6139', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf2d45cbc6f055fa10b156c9c8525e7f3c1501e8f405d39511f0e61c23a88ac9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6130, '2023-02-22 09:54:16', 'SALE/POS2023/02/6140', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '330.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '330.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '330.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9d68cb92ddd87329b437ca32e9d344401ea83dcdf7541467271b8e3a9718feb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6131, '2023-02-22 10:41:56', 'SALE/POS2023/02/6141', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd75a68124818f6fd19ce8402f85fdb14cb5e3b3b9bdfed117ccf12b7e3ceb96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6132, '2023-02-22 11:09:13', 'SALE/POS2023/02/6142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db87919d0707f9957f24afbf62b9475c5a33582e62b9a5c0d26779141c917014', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6133, '2023-02-22 11:46:23', 'SALE/POS2023/02/6143', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62f345205940a144ac15b21c4643bd3c663bd44d71938466293a6f3d972af54a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6134, '2023-02-22 12:15:01', 'SALE/POS2023/02/6144', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b14ef1a64f6704e1065117d64e4a201ee03a910d29e6a0ef180929786c7705b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6135, '2023-02-22 13:38:27', 'SALE/POS2023/02/6145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fd89788696e3a13a97e3e0f4cd359f9ffa3c12d9af8790a397964c6a310bedd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6136, '2023-02-22 13:40:32', 'SALE/POS2023/02/6146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a1be81fc5f7ca672cf164646cdf9b493671f1007024bda4f7911cc3a64be203', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6137, '2023-02-22 15:22:59', 'SALE/POS2023/02/6147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0101a1de5cc91e7a11ffb77aabc598bc391cf6659631eea673c7c974e7aa52a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6138, '2023-02-22 16:15:32', 'SALE/POS2023/02/6148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da53c654ae7742d600f071a132679bfedf19a38063ea5897bbf08a434eb31724', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6139, '2023-02-22 16:18:27', 'SALE/POS2023/02/6149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f874abcbd63b33a636f5d44e0c68335a49769872b97e785a9c132b09e6a91b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6140, '2023-02-22 16:21:27', 'SALE/POS2023/02/6150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5367386622a4e8cb4086a020e39c8077d8534920ed58557eca15beed725dd0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6141, '2023-02-22 16:22:11', 'SALE/POS2023/02/6151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c09dcd2011150c801658836336bce54f4f65d6e3edb15237604cc0736d74d253', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6142, '2023-02-22 16:28:02', 'SALE/POS2023/02/6152', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '89.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d49bd79af133f2f5afe673efdb237843d37e48c303b8f1e70cb11ed24f7a0d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6143, '2023-02-22 16:30:16', 'SALE/POS2023/02/6153', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd57e3e76a0e6550ee4b6daee2d8f17fc020e32621d42853c2762706c3d81e4ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6144, '2023-02-22 16:32:12', 'SALE/POS2023/02/6154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '533c2d9eee94c04530e923d8abd1228c5f23a14082e07272a9bd6e7beddb5bb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6145, '2023-02-22 16:35:05', 'SALE/POS2023/02/6155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aaf5395c947dfbadd6b494c1441aef8cce5a5aa690549cd24a9b99d6017fd36d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6146, '2023-02-22 16:37:24', 'SALE/POS2023/02/6156', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a78520fc6720becd9a9f19761419d6a7794f1e6a16d6961c01cea66275c72391', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6147, '2023-02-22 16:38:14', 'SALE/POS2023/02/6157', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fa736c36cdc0df6d5c61dccfbce651f183468a731247a6482ffdad1a57836d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6148, '2023-02-22 16:53:38', 'SALE/POS2023/02/6158', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd602862f9b22ab4a561008e0a224b62c18678f413801e14136d831003be315c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6149, '2023-02-22 17:02:52', 'SALE/POS2023/02/6159', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e1804e26d0a1b9db90450428afe983d9cd656aac5fa179ea71d959a69d84b59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6150, '2023-02-22 17:10:58', 'SALE/POS2023/02/6160', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1aee97dec3e9cdfbd589fbd7f4d4c312b027beae95b8db74988dda201c384e74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6151, '2023-02-22 17:34:49', 'SALE/POS2023/02/6161', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '752045fe109f0f0ded67696397beafd4d1b2881643efb75db3321e6a40efcd35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6152, '2023-02-22 17:36:48', 'SALE/POS2023/02/6162', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffadf29a83a4fbe5b08193fc25985b17b2bf6321eded0c8f2340ec69f8e5dd57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6153, '2023-02-22 17:42:54', 'SALE/POS2023/02/6163', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c999cb7f4aab5062fe26fd701a55c91fa57803e9c6217544fe89157faaee5b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6154, '2023-02-22 17:50:04', 'SALE/POS2023/02/6164', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a869996c1dcdf24c390456789bf3aaf3529ea2c93fba367028ad8907b8d847c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6155, '2023-02-22 18:04:50', 'SALE/POS2023/02/6165', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc5c1b6f7a3cd8db66f8a11484e4ccae645adb2ef90d315b5b7b386045f37fd9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6156, '2023-02-22 18:12:21', 'SALE/POS2023/02/6166', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1700e4154821ef802744c52df69fd28ddb126fe03d523f50780b0eaf4c0dcfa2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6157, '2023-02-22 18:14:02', 'SALE/POS2023/02/6167', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '517fce2e0324ba126cfdc791d041464414104e8d86d1fac4aac07e4b9448fe53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6158, '2023-02-22 18:22:15', 'SALE/POS2023/02/6168', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97eecf1e5d46f3f101b62f6615ddea451ba060c2bf38bd44e19f8d28bddc8977', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6159, '2023-02-22 18:50:51', 'SALE/POS2023/02/6169', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ada4d69d3bb739f02a4e64b78abc169f36f046d766031dc00061587256665e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6160, '2023-02-22 18:58:05', 'SALE/POS2023/02/6170', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '669d7957520eeeb72b232c2b93d2cf28de5579c8b72958d4656c304d8d4e0312', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6161, '2023-02-22 19:04:11', 'SALE/POS2023/02/6171', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd242d379e82de5e522120f4e230d9f802ec6a8bdc6c2f021b89c6d654059a992', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6162, '2023-02-22 19:29:17', 'SALE/POS2023/02/6172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10a0a1b72bde1a1053014588b2c7e695e0e188526a9e510f61b812e3471b3d80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6163, '2023-02-22 19:33:27', 'SALE/POS2023/02/6173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7b67ddc5f52e6043567ba843c312cfd9f990e58f49d03576bf5f158d64b0761', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6164, '2023-02-23 06:15:09', 'SALE/POS2023/02/6174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '878e6abca2839fbff2c0a28043917a290cd1a04aa8dcb99b7fc4d47eb4f29cd3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6165, '2023-02-23 06:17:32', 'SALE/POS2023/02/6175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77811f33f93b4a2164782d4296c31754458c80413bfed6e0520b139339c271cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6166, '2023-02-23 06:55:05', 'SALE/POS2023/02/6176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6023fe614db5d4cc1cbf45c38cc103d41b70a1f4a7298b09c2272973182439e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6167, '2023-02-23 07:09:29', 'SALE/POS2023/02/6177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0b87d32cb8f0a405e831ab1c7187537d26be7e9d9319d0426fae515631fb44c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6168, '2023-02-23 07:13:36', 'SALE/POS2023/02/6178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6246b63d0fbc6c9dbd607bdea5f5bea3fc1e30ce9e6e13355790e810092da5fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6169, '2023-02-23 07:36:17', 'SALE/POS2023/02/6179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f7298d5871044b580cc252ad7b3f4dcd04488010945e8279b1fb7702e73d324', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6170, '2023-02-23 07:45:19', 'SALE/POS2023/02/6180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4908a184ed747c5a426e83843dee2695a5442296fd74de782fdb562df96a7441', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6171, '2023-02-23 08:14:09', 'SALE/POS2023/02/6181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45d3d77415d2dc2c8bb7e73c2d1d8644e1f16de624db627645517b4efaf4345c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6172, '2023-02-23 08:45:40', 'SALE/POS2023/02/6182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a4fe0550a59cafc6478e918d88071e38be781fdc51061b25e8118c91c14d598', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6173, '2023-02-23 08:46:10', 'SALE/POS2023/02/6183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1303e3ccdd0b378dc97da38b05aa65b7b0e194acc2aea8642cce203ad39c0875', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6174, '2023-02-23 09:13:41', 'SALE/POS2023/02/6184', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97ca8f0870c66813a10d4c0dbdbe6c8de44dcc1d8f7583e489c25180e2d28c87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6175, '2023-02-23 10:23:06', 'SALE/POS2023/02/6185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07e3a3152e05303b72e72122aa2c09e0911f8a5737db512c844db58d97b6041d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6176, '2023-02-23 11:40:51', 'SALE/POS2023/02/6186', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d58d6e26db0103e76d659d3b1e2a00f7cda416e28d33cb5a57c413e581ed093', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6177, '2023-02-23 12:15:40', 'SALE/POS2023/02/6187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd183d67ba940323924c97f559ac97f0086d400012c286b592b499d092d1974c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6178, '2023-02-23 12:46:02', 'SALE/POS2023/02/6188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1250f5df72a2b11d1396d80c3a34a30a10be4ca3797b2d7ebbda7945b945fb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6179, '2023-02-23 13:10:31', 'SALE/POS2023/02/6189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df1a2643dc1c3a7b5f033d2dc76fcfeef304bd3c0536ee7d8f37275506156608', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6180, '2023-02-23 13:25:27', 'SALE/POS2023/02/6190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc09323814b189349eb09dcd61560d4d0309c6b96dfe6530c9274469ba2fb0a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6181, '2023-02-23 13:55:34', 'SALE/POS2023/02/6191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd11b7aaf3d0a1a32c0f8c5125689de07cb370c7e0d32c9486f8332a2ce99ca1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6182, '2023-02-23 14:24:22', 'SALE/POS2023/02/6192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d71c1cd22e5fe20a04d0fe443852be8d959cea704bf601d5ce5897f924f4456', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6183, '2023-02-23 15:10:22', 'SALE/POS2023/02/6193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a32cdd14e53b77df634bcf27988b8bbc6adf8a40326a8af1c6da4519510682db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6184, '2023-02-23 15:33:10', 'SALE/POS2023/02/6194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e006c2d5f043e9b5d323879da3685dac87f5a7e0e411feaac022e4e9adea72c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6185, '2023-02-23 16:37:46', 'SALE/POS2023/02/6195', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86733d46437e05739537ee9e9041020648066114e2d6e2fe6a073b37d6ddffba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6186, '2023-02-23 16:38:36', 'SALE/POS2023/02/6196', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aea41e07c0aa3e78136ffebc2b69fe031e2b154ba53761dded5a1f54570cc7ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6187, '2023-02-23 17:08:24', 'SALE/POS2023/02/6197', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5761179787d7dcdbdc29002e87213211e27858bce3753be126777d9b69f4ee55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6188, '2023-02-23 17:18:43', 'SALE/POS2023/02/6198', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fea51f2401ca000a6d87105e13a7342c3779094bbf10a901b5b8d69e8025b63a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6189, '2023-02-23 17:20:38', 'SALE/POS2023/02/6199', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '312dc225e93ab793c28ec5f8276bd0e35bf772ca8cda59280bf7df70cdeab0e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6190, '2023-02-23 17:32:16', 'SALE/POS2023/02/6200', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a54aac418df632cbe83c68351cd820e98f484462ca943262c63e0c0a85ff8f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6191, '2023-02-23 17:36:08', 'SALE/POS2023/02/6201', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b719dd0bfa68d99b2961f7969dcb211b5e1f878914dfe89dd71fc4d9fc990ea5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6192, '2023-02-23 17:43:51', 'SALE/POS2023/02/6202', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'adab75a69533c689539783a61143d7996aaef677fb60aca3ae898483b200ec01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6193, '2023-02-23 17:52:04', 'SALE/POS2023/02/6203', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cd8c85a9ef104a432d249633417559767f387be9330422e77e905549be3666a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6194, '2023-02-23 18:21:02', 'SALE/POS2023/02/6204', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbf57d5b3ba66349936f9eaebe6c1b81fef21f251448dfe7cfcd174034dac9fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6195, '2023-02-23 18:27:47', 'SALE/POS2023/02/6205', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cba6d2489583dfe01d46200ea1db5540839922530f7291f585f49b4a63c5dadc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6196, '2023-02-23 19:05:37', 'SALE/POS2023/02/6206', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38cadb0c659b2ef6d905fb2f8b82b447f4d3a57430a0a131f35554164bf11315', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6197, '2023-02-23 19:48:15', 'SALE/POS2023/02/6207', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '868ab78fe8766c62323a9f1f9370a66eef62fbe0b44d9cc235c2798396a6f38f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6198, '2023-02-23 19:49:45', 'SALE/POS2023/02/6208', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53cce39d8678f60d29c7d7e4650750603eee9b8bd56d5daaeddcfa99bad72ad1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6199, '2023-02-24 06:43:39', 'SALE/POS2023/02/6209', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8cb8d30a6ff893393adee7c3a070f2ea948565c43f15d9653fbb3d6f6f8d2eb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6200, '2023-02-24 06:56:36', 'SALE/POS2023/02/6210', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff702da82716a57eedf7a75f2ca168a6667144957fe457940a943a0c1751db59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6201, '2023-02-24 07:48:16', 'SALE/POS2023/02/6211', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cb32b554d2fef614c82691f5d44c0c7271e3fcee86c6d1818b9c80caa37f5bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6202, '2023-02-24 08:19:58', 'SALE/POS2023/02/6212', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'faccd6162107cc151dce7a03b3d117da84a0cf82dcd1a3cfb1d59208388384cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6203, '2023-02-24 09:06:14', 'SALE/POS2023/02/6213', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '183a635227131ca2ac646a53851a3e16f46fa6c94c125a6f34d912a5149e21a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6204, '2023-02-24 09:12:18', 'SALE/POS2023/02/6214', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4677db98e665dccfc526a03a5009c7f3368e11fc1736fd6caeac329a8d1217fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6205, '2023-02-24 09:15:05', 'SALE/POS2023/02/6215', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81f6494bb2d2234d0526e7e331b7c1bc8898a0da31a027dda41376c4d16eb526', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6206, '2023-02-24 09:53:13', 'SALE/POS2023/02/6216', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02a0e7850a464bc0b2493a95aa9a338c478243a38df500470de0d638fbaad076', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6207, '2023-02-24 09:56:44', 'SALE/POS2023/02/6217', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ca59052892b0ee9d8993210e02a5b0d61b94a56cac6baa1a0cab83bc9f1763f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6208, '2023-02-24 09:57:47', 'SALE/POS2023/02/6218', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32b2656cf212f3f7efec0a7a262a2bd8cce2276c4c3d84ba42301db6c8b0b837', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6209, '2023-02-24 10:29:51', 'SALE/POS2023/02/6219', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '92.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de17132f5aebe14cea5154ad3c6303e3506161e44782a9334be0315c5f793bdb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6210, '2023-02-24 10:35:47', 'SALE/POS2023/02/6220', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2624a20d3728838cdc5a972df726457148fdf404e527da4ae530a1871aef4e22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6211, '2023-02-24 10:53:18', 'SALE/POS2023/02/6221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3c837fc2b66434776140870f47430ec95e023482bd55ec1a4c3e89b679a872c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6212, '2023-02-24 10:53:36', 'SALE/POS2023/02/6222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4ebc3b4fa4211bd598ea493679687acd97a6cb7a6ef79046b761d77d0548dc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6213, '2023-02-24 11:02:17', 'SALE/POS2023/02/6223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1427432a9eaa9b7e16f8c1ab88824df4bcd08a439323ea62191cda717e24a163', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6214, '2023-02-24 12:05:03', 'SALE/POS2023/02/6224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2114ae11e4eaada92ba97888dc1f87b8baeccbafe9a14f1d3b91f8397352d01f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6215, '2023-02-24 13:24:07', 'SALE/POS2023/02/6225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e46507ba643c934dd104b677b778dba33fe6fc8850eb9085fd74977186258430', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6216, '2023-02-24 14:15:56', 'SALE/POS2023/02/6226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '861f1b579c8632d85da5a6b34035b448d8523c81909bc3f0da447b69b343c4e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6217, '2023-02-24 14:30:45', 'SALE/POS2023/02/6227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9d12636adbb8f6924bcb0ad92db7f05acf02521c13b0a208e77fd7fe08127a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6218, '2023-02-24 14:44:35', 'SALE/POS2023/02/6228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '336db27745546cfb4ab9e81dd8c62a1eacf4e9e14727550873ebbab633e7306f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6219, '2023-02-24 15:11:39', 'SALE/POS2023/02/6229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1089dfb2dcc0256e6118923ffd6086dbcb22b5567144df0f91ad642312623ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6220, '2023-02-24 15:58:01', 'SALE/POS2023/02/6230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '572222a54923e6b293c2676d03f31ec0cd09cf9b61614705b0a0a516c8d0ecf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6221, '2023-02-24 16:26:54', 'SALE/POS2023/02/6231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55ec6c7b916178a1cb11debba15dc91f319079240b6aa17760f43fb421b22b9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6222, '2023-02-24 16:36:21', 'SALE/POS2023/02/6232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2983b69ddee8975b78769c74051f7b289545855b1cfcb08b44d49c7a97bc8972', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6223, '2023-02-24 16:38:27', 'SALE/POS2023/02/6233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e7de9cadf3624f5373e3cda822a57bf54aed64b781b8266a3767e798e6e63f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6224, '2023-02-24 17:12:30', 'SALE/POS2023/02/6234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42ee231c01231c954fea07b04a1b1f4cc8c2f7ef8116895d6a1ce5aeb2118083', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6225, '2023-02-24 17:12:59', 'SALE/POS2023/02/6235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6bb29b578e6cda12c5c840be19b51dbe5641024f0581e8215e579e3ec659301', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6226, '2023-02-24 17:29:05', 'SALE/POS2023/02/6236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6671c1e853abd7afdfde456142fbdf9e8f0b092efdfa7b6e7d2a3c241a351b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6227, '2023-02-24 17:40:58', 'SALE/POS2023/02/6237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '894b98f43e32f9b580fc986f774e401768aca14d96294c555dc0887aa7ad5e26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6228, '2023-02-24 18:14:31', 'SALE/POS2023/02/6238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f895922b00b3d43bb7d6a1fd8af9394e8c97bdef9f4eec6f90b80f24d109f98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6229, '2023-02-24 18:22:05', 'SALE/POS2023/02/6239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1351e0507ee771a34a44722d7ab36a094619338f26c09146e5404c628499d805', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6230, '2023-02-24 18:50:57', 'SALE/POS2023/02/6240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bebce61dffb0705a1b238188eddf995fe5574c903fae68a4dd7b088144116c32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6231, '2023-02-25 07:01:42', 'SALE/POS2023/02/6241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32a80b6b9c439eb37ecf1fb3147ea606623747c8407fbdfd807bdda2a915e17a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6232, '2023-02-25 07:26:10', 'SALE/POS2023/02/6242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b80d6ed29f3cf8105034fa2478f34e85266bdf6bd674316cd1eff2de9df33d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6233, '2023-02-25 07:28:00', 'SALE/POS2023/02/6243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f43b80fab8a9058c66c14fc0ed407ead59abcd7d013a5b28ea57b330f378000f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6234, '2023-02-25 07:28:38', 'SALE/POS2023/02/6244', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69a0d3cb52b84a005a17e8f7e6c5d164e549883e50baf259048b37dd7ff0be6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6235, '2023-02-25 07:29:13', 'SALE/POS2023/02/6245', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c92308f83946109847f859b5c367f03910006ea3c106f19fb4839a2832eb732', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6236, '2023-02-25 07:32:07', 'SALE/POS2023/02/6246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06bd1e30a0ca1fb40c3a70a075ba656a37444a6294864072f2be7a6f1732aec8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6237, '2023-02-25 07:45:37', 'SALE/POS2023/02/6247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce423fd5eae782ea22d9b8544819b1fbed4b8d3d97857c7bc53610324f93bde8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6238, '2023-02-25 07:49:47', 'SALE/POS2023/02/6248', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fea4ac4e760973eab69754a72cf3c8f989a0853391af34a62bb4a6216e29f8d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6239, '2023-02-25 07:51:28', 'SALE/POS2023/02/6249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6832ac11ed3a42addb7c7e0deacff659715b84e7bfbbc7d9c2075f863dcab4b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6240, '2023-02-25 07:59:00', 'SALE/POS2023/02/6250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9facc97976c0eaf6fb0f891c0bf9edbab19667326978b602d17ee76152562b75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6241, '2023-02-25 08:02:56', 'SALE/POS2023/02/6251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7bbe4d5b6a32cc2daca2b94cb07f4ed1cb4831419481502803225f9e3e43972a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6242, '2023-02-25 08:09:32', 'SALE/POS2023/02/6252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90b6a8b6bf13385e72a7d917d1c84bf94b6af3ce9361ac5a2cd5dc3d8c9ff0d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6243, '2023-02-25 08:23:17', 'SALE/POS2023/02/6253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae48daadd0ee14bced7355d2257779f2808e4e4b150c42841f9943af1dc93b5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6244, '2023-02-25 08:43:35', 'SALE/POS2023/02/6254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f270b4d3b45883072ba14b422b8b205b9a464eb0c120c33d0dcfde03996863a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6245, '2023-02-25 09:10:41', 'SALE/POS2023/02/6255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efe883ed6d88bb8a9b6a73fa50d0304d52fc0fca1761bcf5aeeaed8b5181391b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6246, '2023-02-25 09:55:09', 'SALE/POS2023/02/6256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3209772b430225d8cc4ca38def302c0ad9f7b74b2f1df8cada6fdcb226982173', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6247, '2023-02-25 10:21:21', 'SALE/POS2023/02/6257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba7e2394d62793894313246b421d6cd3a22b3a7032917752d8a971ef2e28f06f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6248, '2023-02-25 10:47:20', 'SALE/POS2023/02/6258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72e2907d797ab42e062d1a3d989caa164d501010e5d18c4c4ba8fea08affc01e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6249, '2023-02-25 10:50:43', 'SALE/POS2023/02/6259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8ed35b5de4c2add980111c01b238148e1439adeb8a2254d33d56fa5d0a89c14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6250, '2023-02-25 11:06:59', 'SALE/POS2023/02/6260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e458d0ec1e793dccc696f4b7ca3725ff551e4327e313e34743172d3435bc526d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6251, '2023-02-25 11:33:08', 'SALE/POS2023/02/6261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91a3eb3f7e0a30bd4b2c614441d05f5390f15ec90f676b1b0e2acd70748e0464', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6252, '2023-02-25 11:43:47', 'SALE/POS2023/02/6262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43c82e56144630494840b9a634e2000f0ecae3c882ca18728a70d7aef938f826', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6253, '2023-02-25 11:56:47', 'SALE/POS2023/02/6263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6496c1396209ac5397219347fe337d664a09dc44d90eb3b73203a4609f53bf70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6254, '2023-02-25 11:58:40', 'SALE/POS2023/02/6264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe4d46e4948e22cf9ed62b9f588e61f9c210dbc54042e7f4fef3be99b6641ca4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6255, '2023-02-25 13:05:41', 'SALE/POS2023/02/6265', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '008aaa9559764ad0fbc852fe6d12884b947f98af890b09ef8d8d51ef1039d402', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6256, '2023-02-25 13:06:59', 'SALE/POS2023/02/6266', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '88.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '88.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '88.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '014696c37c10edfa6b62aded36c2d3d9281395ed4bb67495e1eb378b2e46e1f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6257, '2023-02-25 13:07:36', 'SALE/POS2023/02/6267', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '043f30b9882a376ea955443469a168cd7165686b07c1ce35fbde567f5c3ba61f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6258, '2023-02-25 13:25:25', 'SALE/POS2023/02/6268', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e662481f20c3d0c80ccd18b5b6ce12e7f58b4756ddb6d2533d6a2b777eee657', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6259, '2023-02-25 13:30:01', 'SALE/POS2023/02/6269', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bac9b915a4a6a24fb0e68e4665ecb5d2393d16a5de0acdef2a00ed28fc7e012b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6260, '2023-02-25 14:13:39', 'SALE/POS2023/02/6270', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9f10c5e611fdb49e446cf146248a6cc2b3d61659d713da3534a75a23275d8ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6261, '2023-02-25 14:23:09', 'SALE/POS2023/02/6271', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '627692fb2b6b83998d445d6ea917adcf3c49195c9303522e76ccce2b28ab1453', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6262, '2023-02-25 14:36:03', 'SALE/POS2023/02/6272', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3f6c366c78a3bbfc5c6a6d6ea085fd1cded103d60ce00d5c78a7e901c417587', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6263, '2023-02-25 14:52:54', 'SALE/POS2023/02/6273', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27a4217b390db75c542adcddd23746033b78206566a1f82c323629deaa91f27d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6264, '2023-02-25 15:53:23', 'SALE/POS2023/02/6274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab770c61daa2f7384bd3bfb0991df147385b49b3fb3c79140e37c565fb39bf8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6265, '2023-02-25 16:19:58', 'SALE/POS2023/02/6275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4e9619ff78da84f555706768a028b29bb8d0cd7fc8022e2e3241d445aceab61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6266, '2023-02-25 16:37:31', 'SALE/POS2023/02/6276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '374752553f803d6e8f9cb775e57b34c0d165fb1550c56c3f6a11cc9351732f18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6267, '2023-02-25 16:46:18', 'SALE/POS2023/02/6277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85eb1cc7c05ff16c82c03cbb6252fd673314e1ac775606535f8e3572d9d7b7f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6268, '2023-02-25 16:47:58', 'SALE/POS2023/02/6278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bff1a7e5b5bbe65aa36d84ba64b29ecf9935df3a8200db9d8bdcd82dcb94f22b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6269, '2023-02-25 16:56:15', 'SALE/POS2023/02/6279', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7d33047a4d8895da778f133d9a3325e44bfecc5d625dbe4838ea894e18f36f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6270, '2023-02-25 16:58:21', 'SALE/POS2023/02/6280', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '469cc936b4e30a4875d34e1e386e41422d936dd66dfa860eec658bee32e84ae0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6271, '2023-02-25 17:04:49', 'SALE/POS2023/02/6281', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '053202e3d9e61432fb8e5ee4c79b3542d8c4c3191764402fbba42fc7d66dc1c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6272, '2023-02-25 17:06:27', 'SALE/POS2023/02/6282', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0af87efdf127503c67bee5106a67d04bed793882de60899b3ee7caf1f981c3fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6273, '2023-02-25 17:08:27', 'SALE/POS2023/02/6283', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dda185e9b78b6381c3d12565fdd5ac16c720adeee7441f71ef42c56b623a3cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6274, '2023-02-25 17:08:47', 'SALE/POS2023/02/6284', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0aa46d4730ad045d71b28707b542f0a21b95d377ce71330e2a9cadbce0284be4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6275, '2023-02-25 17:12:06', 'SALE/POS2023/02/6285', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c266576bd08ceb0de909876228a10822f0901dcb0c62842102ddd883aaa158d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6276, '2023-02-25 17:47:51', 'SALE/POS2023/02/6286', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7faba0449af01bca34c97b89be8d0f562977a71ea40185aaa7a329d4da3e48e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6277, '2023-02-25 18:15:12', 'SALE/POS2023/02/6287', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3117b28a94a264fd4b1932dcd8a87d8ba5a58047ea1dea3d0e8825606b7d22f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6278, '2023-02-25 18:31:05', 'SALE/POS2023/02/6288', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '543ac271d06d77833695c9c864d36aac328770b00dd5f335730f80cf53c2c834', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6279, '2023-02-25 18:49:36', 'SALE/POS2023/02/6289', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8afefbc2f49fb07a8a4ee28a2b9822a1392e46729d1b124935cddc1ae21457d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6280, '2023-02-25 18:54:04', 'SALE/POS2023/02/6290', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e1a72cdac819ba9fe463aa16156a3f2e2213ce3bcebe94e476a3c626d6b42a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6281, '2023-02-25 18:59:38', 'SALE/POS2023/02/6291', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cb91380577041474c9ba643b6bb5aecb75f6e31e262db6f9fd339271791fde8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6282, '2023-02-25 19:18:11', 'SALE/POS2023/02/6292', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5963ef1f0bf575e8f56bb9a4bd2669549fedb6acf1ecd8626435c7de02ed2a77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6283, '2023-02-26 06:46:19', 'SALE/POS2023/02/6293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1eac2726adda570b97691065b5879a193b28d8d105572e8da4c2765ed1a4f0c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6284, '2023-02-26 07:35:26', 'SALE/POS2023/02/6294', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f8bdbccfc388461679cb069464f46e5fdc993a1e486b99ae80c48b2e2f25240', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6285, '2023-02-26 07:36:57', 'SALE/POS2023/02/6295', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'caa467e59575ae72fed39f3c55baaf3a5c7229a89e7596dbdb7321bb99ce0c8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6286, '2023-02-26 07:44:07', 'SALE/POS2023/02/6296', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fe41fb5e5277803a024209cbdab64c27440a5e7383c63335fa9395e7938ba6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6287, '2023-02-26 07:48:27', 'SALE/POS2023/02/6297', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4b73e83723e40ed4c184bd8418b4c7943b1e25c4dcd1c24921e1b312f9dadaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6288, '2023-02-26 09:26:03', 'SALE/POS2023/02/6298', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0358921befce8c44b95a98c959f9d776993fd09f285e46fb367441dd8f808ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6289, '2023-02-26 09:51:03', 'SALE/POS2023/02/6299', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f0a54e78608cb03e2110a19fa6407ce04037448ef665726dc9c5e0266f96dc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6290, '2023-02-26 10:22:03', 'SALE/POS2023/02/6300', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac0d8b7ef47cda71ac710a080ce9f2940bea9edcccc8cd2c4b9e252f9348facf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6291, '2023-02-26 10:41:45', 'SALE/POS2023/02/6301', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e4d6771ba979f7b900627b42ba7fc8f3e987792fdcf3ed324d295072662ca81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6292, '2023-02-26 11:42:15', 'SALE/POS2023/02/6302', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88f87d6a1570ed24caed7c8ffc19f0199dd18443935c45de0fb8b067ad0bc735', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6293, '2023-02-26 12:20:19', 'SALE/POS2023/02/6303', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e63c5d6289ff3441cc2176d84eec8a643115154a50630643b2dcbff9bab329ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6294, '2023-02-26 12:28:22', 'SALE/POS2023/02/6304', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81d8f518590e6e9eeee4fb435d9dddf14471730e5700f1811b7031f5c6ea5ae7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6295, '2023-02-26 12:30:21', 'SALE/POS2023/02/6305', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24d74a183275ff7f10462afd629173aa44e12929df1dc03da7cf86ebe02b5822', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6296, '2023-02-26 12:41:33', 'SALE/POS2023/02/6306', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '416e5034a02ecd85b729592848fba54358f0d151b00dc4b67bc0ccf1fea00ea9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6297, '2023-02-26 12:46:13', 'SALE/POS2023/02/6307', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd0587c55b0626a4bcfff3c6f87de59817c7227339e93b0d4f9bef36818ec5fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6298, '2023-02-26 13:05:09', 'SALE/POS2023/02/6308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7f45f729f4063199d09fe693bf649c02473be7e693545a596828ca590170ec5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6299, '2023-02-26 13:18:10', 'SALE/POS2023/02/6309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36b4f8937382b570f1a1989d61cd3f8a76a736de55eddc5e96bd2545919dbd17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6300, '2023-02-26 13:31:35', 'SALE/POS2023/02/6310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45bc6c0290b95de1ade4caa7c4267b2e17700df61274b8be198b5d76ae3de707', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6301, '2023-02-26 13:53:00', 'SALE/POS2023/02/6311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '107c7da51bccc23ebd983031f5b073abaa3639cc25901708061115939e11bb38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6302, '2023-02-26 14:33:38', 'SALE/POS2023/02/6312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a431c36fdd0a6e9b73c74a78c55f29c2193365f7500054e9a706cf041bcabc31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6303, '2023-02-26 15:39:02', 'SALE/POS2023/02/6313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f8a635c0fad98976fb5dc193a5cdb7e9132d1c39a1df4fb85cccc10f6a7ff0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6304, '2023-02-26 15:39:32', 'SALE/POS2023/02/6314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba81c2d00a24f83734808cae374770d09914926e7601e79d33bd71acff086626', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6305, '2023-02-26 15:48:51', 'SALE/POS2023/02/6315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '76.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d2a1d57d9f39ca4812523c8350f121756e966038e11e908909fed39b2ad66e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6306, '2023-02-26 15:50:52', 'SALE/POS2023/02/6316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c92930b6a1ba1f647c59469dec331e76ed8d7425dca48389a654a426415c0a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6307, '2023-02-26 16:33:31', 'SALE/POS2023/02/6317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '006b27c8c3bf04d544eefe5eea3003822cc78ba5f73004dac83635dc32d7c9b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6308, '2023-02-26 17:05:43', 'SALE/POS2023/02/6318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9daf2827120f338045d88c70e13f57e67b89403283c0635fd5c406333e1e413d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6309, '2023-02-26 17:06:10', 'SALE/POS2023/02/6319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55d3487bb8d6959cf0f575b58b3d03c2dccc53286d1e66c340272cde286c5fa7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6310, '2023-02-26 17:16:39', 'SALE/POS2023/02/6320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '920d2a4eb4f8665b68e1e7995919b679074a4545859b543e23741ff50a1eda0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6311, '2023-02-26 17:17:02', 'SALE/POS2023/02/6321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4085f8aa06edb9b6f013e34ca911ac2edb970c7210be57fe57030296eaf809a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6312, '2023-02-26 17:19:09', 'SALE/POS2023/02/6322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86273fe8a8484984edb8cf805124b9caa40e3d85ccb680606f39b8c9a304645b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6313, '2023-02-26 17:25:40', 'SALE/POS2023/02/6323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '280d737aa83d5b6e78205ca5915aaa8289e30ccd887b64a1303351eecd8215e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6314, '2023-02-26 17:51:06', 'SALE/POS2023/02/6324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b58fd6f2f1c95cbe0d5d01d13a5117ad0e16894a2f07bb2e04edd21d98aa2c0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6315, '2023-02-26 19:06:49', 'SALE/POS2023/02/6325', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e6380244b2b48c80468cabf19ba27dd2a3b9804627c3f2d8080eed4b28c81e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6316, '2023-02-26 19:09:35', 'SALE/POS2023/02/6326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f402cea1145c77e0ae4ad60747aed4cdc86095b52ceec6da30c1a5f1a35852e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6317, '2023-02-26 19:22:40', 'SALE/POS2023/02/6327', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa7b283cb6ff730eb25427b8688fe8828dee1c838b56f031f88dafb19a2899ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6318, '2023-02-26 19:34:43', 'SALE/POS2023/02/6328', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c29ea3f84c879ae518af0c1fd5acdb76c6c0fc58d561e8e832a63ecc1cb6e43f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6319, '2023-02-26 19:40:29', 'SALE/POS2023/02/6329', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '343fc341168f7a198a5930c9340334628c70f0dfafa2f67161cf7f79e098e096', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6320, '2023-02-26 19:42:06', 'SALE/POS2023/02/6330', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c938522d5f3c15cf9e83fab05c5cdae102215594a5f3e04d9856a79e9396a8ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6321, '2023-02-26 19:45:22', 'SALE/POS2023/02/6331', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fe4ace6c308a1ae1c4b531adc70df0e4de2cf4f0088a0658aa9f41154582955', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6322, '2023-02-26 19:55:32', 'SALE/POS2023/02/6332', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a39f39b9788d856b23c365004e809411fffb331676a24a6ad186987d9b30b5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6323, '2023-02-27 05:47:19', 'SALE/POS2023/02/6333', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6c3498c9c3eec2bfea4f707fa5ad2dc45b02fe96a69f99cb206feb58d03a718', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6324, '2023-02-27 06:11:54', 'SALE/POS2023/02/6334', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c71a7af5187c66e61df8ed5d1180134f16d4c0bf7953cea27937619cc3fa55cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6325, '2023-02-27 06:21:15', 'SALE/POS2023/02/6335', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '139519a865bc1e99263482bf4ef752071c70c0e1aa2f98540e677a8d81954585', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6326, '2023-02-27 06:30:32', 'SALE/POS2023/02/6336', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0fcea3bc23acf9d15c6ecb5f74ae1419a138ea1f7322edbdebc35840f52cb3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6327, '2023-02-27 06:33:57', 'SALE/POS2023/02/6337', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d77ff922a3a48f5b3fac66ed8e53ec3fde1c0af72b9dccde7954e97c6daa55e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6328, '2023-02-27 06:46:49', 'SALE/POS2023/02/6338', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13d9a3cb6405299bf28ecf9bca659a3c11a025a432da3a6b6d39b8ae9ba18ef1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6329, '2023-02-27 07:26:29', 'SALE/POS2023/02/6339', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ceddaec196afc147c020ad58ecd534b3d65707d0c051c054626166be4dbd16fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6330, '2023-02-27 07:43:48', 'SALE/POS2023/02/6340', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a56405eab7f95267376318cb75b1b2da76374677010391b5ce374e584c662230', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6331, '2023-02-27 07:57:36', 'SALE/POS2023/02/6341', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f049583f795607f6769f46e30cf4421f6b75432abe1d715442844bff1bc08ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6332, '2023-02-27 08:22:40', 'SALE/POS2023/02/6342', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '982344a5fc997694764750bc54dc9889940120aad956bfbd3f0edf571b123812', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6333, '2023-02-27 08:32:29', 'SALE/POS2023/02/6343', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2594f74240430a817826da6b41fb38b7fca90100b5a9ef11abbf6778304854c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6334, '2023-02-27 08:34:47', 'SALE/POS2023/02/6344', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '691dead56ef6bc00baa7293e370d0af92ee948650e568068b2c025dda7aba471', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6335, '2023-03-02 12:57:43', 'SALE/POS2023/03/6345', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbb6cdae14e32860444092498d29ca82afec4987cee166322af92d0177e26033', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6336, '2023-03-02 13:02:16', 'SALE/POS2023/03/6346', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3e5fe2052ec8daacb59760a8e3d85dc63534bf01842d07873bb818bc30cd9dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6337, '2023-03-02 13:06:40', 'SALE/POS2023/03/6347', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '130.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '130.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '130.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afc560efd6943cd606d2fbb89ef5d7137ac0f97bd94d234834f2c22ea68e4f36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6338, '2023-03-02 13:12:25', 'SALE/POS2023/03/6348', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '137.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '137.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3746bdf1b96ec57313db06174563243c5e5edcb327a1541a5108c0bcca6668b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6339, '2023-03-02 13:17:44', 'SALE/POS2023/03/6349', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '252.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '252.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 32, 1, '252.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97ca07d35d7bddd4619d377f2b3f61bf9c47327a425ee32b39b368735ac3cb3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6340, '2023-03-02 13:21:13', 'SALE/POS2023/03/6350', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '211.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '211.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '211.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80811a8f343d9f778e263e681089ba731a1d4a2f86c2a65dc29a60603dea9a79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6341, '2023-03-02 13:29:03', 'SALE/POS2023/03/6351', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '73.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bb681d65821a020b867c3f3d8a2ac2fdea860d62c8d5ea4253433886bbffeaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6342, '2023-03-02 13:35:26', 'SALE/POS2023/03/6352', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '531129569369e2c03bc92811f9463d08f6cb1be367ecfff605d91b1f0afbca34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6343, '2023-03-02 14:13:07', 'SALE/POS2023/03/6353', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60a427d47db0cacdfe50779b910c0405c226ea4a97f54d4b21c15b2ac30de8e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6344, '2023-03-02 14:14:33', 'SALE/POS2023/03/6354', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0316fc248a1e951b1a79c8f3caa7add3bbeac72777154a9724d6766a9aab81ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6345, '2023-03-02 14:16:20', 'SALE/POS2023/03/6355', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3f5dcbccd1b98af161a9c4b35158e5cad8ea4bc933f40c2d05277cd073c0ace', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6346, '2023-03-02 14:19:59', 'SALE/POS2023/03/6356', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '177.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '177.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '177.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1680e211851a41547c55f0b6fd0ee69c8ee193f03c817f377a4f6c0c545c7d89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6347, '2023-03-02 14:28:01', 'SALE/POS2023/03/6357', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '297.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '297.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 47, 1, '297.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '010afaae074569321d37599f8065bd1b09d4701066287c46351acf61e803a69e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6348, '2023-03-02 14:29:46', 'SALE/POS2023/03/6358', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df46265a4724977bab36b820bd59dd7030cab50e0acb38cfb9165a5a0ea8aa25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6349, '2023-03-02 14:35:29', 'SALE/POS2023/03/6359', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '256.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '256.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 39, 1, '256.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c27039ef8ae97904e39943f665745fad32efa3ddcc11602d252e13411d35cc60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6350, '2023-03-02 14:38:15', 'SALE/POS2023/03/6360', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '224a8a94ada3d967ed54a3955e797158f04064385766b7457ec40228b9f3503d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6351, '2023-03-02 14:44:05', 'SALE/POS2023/03/6361', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '398.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '398.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 1, '398.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a03c91aa913859a92ce3cf37aa77573d64301c25d1963ffa66229ccfd40a90a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6352, '2023-03-02 14:45:54', 'SALE/POS2023/03/6362', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '735d310688c5adc65fb1e3ed34528f06b8595c3607ca5c7862ac43b91569d3ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6353, '2023-03-02 14:50:01', 'SALE/POS2023/03/6363', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '294.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '294.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 60, 1, '294.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7012b5baf3e98f62a711d890e68398525c06a8edce37034f9efd14e9b330994', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6354, '2023-03-02 14:50:30', 'SALE/POS2023/03/6364', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c18a390b148b07278907c82357cfdd63e9246c9abafe0a56d7da8544bcd4c8c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6355, '2023-03-02 14:51:36', 'SALE/POS2023/03/6365', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35ce11e01a816d264ba2a89ff9f752f1f82123b19b6bf6c4fb46826afec2f1a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6356, '2023-03-02 14:54:34', 'SALE/POS2023/03/6366', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d86067a25bff1d9cc71988c9e7638cc9e4b4bb3f7f62e05b9a89af6a3d94c14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6357, '2023-03-02 14:55:26', 'SALE/POS2023/03/6367', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acada9417294a6de623522b864d84ff343eaff430abe3cbe08f58a725b9e4968', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6358, '2023-03-02 15:02:40', 'SALE/POS2023/03/6368', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54ab4335a09636553110dc4de5a3374ba98ac040e0fdb6dc6aa337001253aeef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6359, '2023-03-02 15:12:25', 'SALE/POS2023/03/6369', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ce7ea87f5bae2309bb381b3530e945ff5faf4dd77138291b96201eba322a1e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6360, '2023-03-02 15:19:17', 'SALE/POS2023/03/6370', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fedd29d601dca79717fb9a16eb05a4d39263e002a4ddde6cdf0d1021d50003e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6361, '2023-03-02 15:20:59', 'SALE/POS2023/03/6371', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e41c7a9fab5743db96172f528f8093608aec5c2254010d37d58d698a35f97a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6362, '2023-03-02 15:23:30', 'SALE/POS2023/03/6372', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '135.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '135.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '135.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62e5c3e5428d6b5ebaeeac79ca9c10b6efa56f051433379855a3bac7260a78de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6363, '2023-03-02 15:24:42', 'SALE/POS2023/03/6373', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a44cf4296080f5d92b1df15bc9786c5980eb3ad4bcf7d96acb4dae02841d2b25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6364, '2023-03-02 15:25:31', 'SALE/POS2023/03/6374', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7316a6cba0a524411b671c917bca85e1262d5cdab3966101c15cc854fa1ebd44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6365, '2023-03-02 15:28:02', 'SALE/POS2023/03/6375', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '152.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '152.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '152.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa14c16b1ee07342dbcf458a182ff3fcd0290ef9524afe5f0f37a97f178495b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6366, '2023-03-02 15:30:01', 'SALE/POS2023/03/6376', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '103.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '103.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '103.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f560407463cae5cd727b02500601411f70064a6f98ce62b72be3bb6c7bf2bf35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6367, '2023-03-02 15:34:48', 'SALE/POS2023/03/6377', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '109.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '109.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '109.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '759f5d415c39a7d932f95ad530c4ecd9ae85cdb5bc898a533615247fcbea200d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6368, '2023-03-02 15:39:13', 'SALE/POS2023/03/6378', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1b3b3329558d8719db3790f11f06bcf2aa0d83b2d29bdef51ff986c8489c92c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6369, '2023-03-02 15:43:04', 'SALE/POS2023/03/6379', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5351a5e4639e28827d8e8deffce260611720ebf26d6b32c3fdd45cbda266d73d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6370, '2023-03-02 16:22:00', 'SALE/POS2023/03/6380', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e35ec3eee870936996361ccf240627a4ed4e5ee194ea321f1fbe63848ba32738', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6371, '2023-03-02 16:58:26', 'SALE/POS2023/03/6381', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '684c7b0968f3d8d2ff163cf35cefe2ff9cad972649a3a2c2b6043222be23866f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6372, '2023-03-02 17:06:34', 'SALE/POS2023/03/6382', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8588205fec9b8387b4af31f72617f68517493877a08756ed3118915cf7be2f64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6373, '2023-03-02 17:08:08', 'SALE/POS2023/03/6383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e6654491ba21485a06fb31f58bc4e3b117f631271789211a012e6ab888605b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6374, '2023-03-02 17:45:34', 'SALE/POS2023/03/6384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a02e5a15c6a8b7ea85b1425fcdc5f93cd6c8283980da5ebaf9c56813df34a592', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6375, '2023-03-02 18:07:34', 'SALE/POS2023/03/6385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '887973f2a6daa813fafa78a80a1b3266d63158e9c39bc7148d2d456de1720ccc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6376, '2023-03-02 18:51:07', 'SALE/POS2023/03/6386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '113.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '113.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '113.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8cc1cd4f31150535502a805fde2d4992e78a74c6e007421be55592991d9e95b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6377, '2023-03-02 19:03:30', 'SALE/POS2023/03/6387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79b63c77e43c137fc1319714f58f162eb59478e2186c596e6fea9e6dfea02d17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6378, '2023-03-03 06:12:14', 'SALE/POS2023/03/6388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a189a1976e838ee9293816203fff8d361674749fcbe0959f4d00c8cc228c87e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6379, '2023-03-03 06:49:48', 'SALE/POS2023/03/6389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a653c7547930314744ee0d2e8cf29b56f2cfddf93378bc4d364c6280892da7a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6380, '2023-03-03 06:51:04', 'SALE/POS2023/03/6390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bc865084321927dee80787fabbd30efb2c3901d4cadf3851c63042d05ff6487', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6381, '2023-03-03 06:52:56', 'SALE/POS2023/03/6391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce93af9e1cad23687e27a1845fb47c5afe4df6a52a79ea64f904fb1cc5f15991', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6382, '2023-03-03 06:54:25', 'SALE/POS2023/03/6392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a517ab3327a1f5a300fa005d23883d1a0c3a2f0c3d547ea03cc2d605ec6ee6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6383, '2023-03-03 06:55:03', 'SALE/POS2023/03/6393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd62a86095d3713a3f3c5e58c4ac746c581e1a89ce740484d9ddde147f5b7829d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6384, '2023-03-03 06:55:41', 'SALE/POS2023/03/6394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '810eb805b701d3c7ade97b854a18cabe5bcdbfcd30a41a2d04dc7c129a01d003', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6385, '2023-03-03 06:56:26', 'SALE/POS2023/03/6395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '52.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98f6076db1bb9601748f3d050b8ef2744e0a3b9251f57399df761770f2b8ab64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6386, '2023-03-03 06:56:58', 'SALE/POS2023/03/6396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '135ab513bc57164d2b870fb01acca2ea667c227de44d1d1cc4a62d48524457c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6387, '2023-03-03 08:06:55', 'SALE/POS2023/03/6397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e957865ffee7ebf8c706b0244b8ae8ff4d7530b771cf9bc4071264134d779534', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6388, '2023-03-03 08:09:27', 'SALE/POS2023/03/6398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16f4b2912d8edefbc75aa104d5a7ba31f1f1e9fa95940a2193a10e3c6b27db03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6389, '2023-03-03 08:14:02', 'SALE/POS2023/03/6399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca0d502a594f24036289d78cf0ee66f653a90dfed93dabfdf026cb8eab5a0fdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6390, '2023-03-03 08:33:54', 'SALE/POS2023/03/6400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c48bc16f973a686575426175c9168563460acb43991cc88eb35e9a46395c66c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6391, '2023-03-03 08:58:07', 'SALE/POS2023/03/6401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5edf728f17f665a78ddb20b1970e7e87e6f542a2b7adb805fef782f504086b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6392, '2023-03-03 09:48:39', 'SALE/POS2023/03/6402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c42d802d77110d2b7acebd00ee2aacf19bc9e8cdffc3f3a9d7d7813d80364f81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6393, '2023-03-03 11:15:53', 'SALE/POS2023/03/6403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b18a6875e5d2d073a8d1e59b2460276d0a256787689a3ffa616abc0d697965d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6394, '2023-03-03 11:34:52', 'SALE/POS2023/03/6404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99a9ce84e697a97306da51ec3c5480f6749f1ce9388d944798f4be0b6dca1cef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6395, '2023-03-03 11:53:13', 'SALE/POS2023/03/6405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '116.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '116.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57460d0b32416f7f90d77b8bf611cc7bf4b02c51786a18fdaf14b4fea38b1010', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6396, '2023-03-03 12:57:24', 'SALE/POS2023/03/6406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ca72efced7ec33f1f0dfcf96828ead42da12d4c99044223f3d33aa1a573a64b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6397, '2023-03-03 13:20:17', 'SALE/POS2023/03/6407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4a8e77cd8a4ad80a5f5a7207df2d9424c64035798d58d273609519e7bcfe512', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6398, '2023-03-03 14:41:27', 'SALE/POS2023/03/6408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '664291445a80bfe2f8fad5422a73264ea4efefa5bd9004a8395f6a18dbdf8fc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6399, '2023-03-03 15:17:13', 'SALE/POS2023/03/6409', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c8b43934970c7668bb600c9f4cc4798a38e0a0569b746b818d747b3ac45df09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6400, '2023-03-03 16:27:30', 'SALE/POS2023/03/6410', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a8e7f79f8ff4c61c90b6e24b572a23311a78ecc090ce3d220be3273021bb99b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6401, '2023-03-03 16:36:00', 'SALE/POS2023/03/6411', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a8e450b6eb61e7f8c74809a44bb05968d65ef6349e0d4e6d571afe7cab7e6f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6402, '2023-03-03 16:39:58', 'SALE/POS2023/03/6412', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f4231097588899664cd53364fba12f48a0c0bc5b403b25744581e69d74880a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6403, '2023-03-03 16:51:15', 'SALE/POS2023/03/6413', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f1829bb7815dd7678314cfc147d9cc81885e91e4d8f08a1fdd0bf850c80ba0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6404, '2023-03-03 16:58:32', 'SALE/POS2023/03/6414', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc842fc96fb45dce41b72262979c3290367a3e09fb4a7a85b5b30c4ce2bef6df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6405, '2023-03-03 17:19:44', 'SALE/POS2023/03/6415', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ec40f278fec09302678feeb85c582731d027f0283d5934a0f4cdfa937864f93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6406, '2023-03-03 17:28:40', 'SALE/POS2023/03/6416', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7aa0a0c2a37607dd7e4699625e95768b2993f4436ec1537de878450ff1658c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6407, '2023-03-03 17:37:33', 'SALE/POS2023/03/6417', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '56.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b266def8313dc5f8c211387a50ec81062410cee5e017a9c3813ceb6e0bb9614', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6408, '2023-03-03 17:49:02', 'SALE/POS2023/03/6418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd21d31ca71e1d4fa36056cc2a2b5c147adaa83a3ca55daefe09df3a2fb65b6c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6409, '2023-03-03 18:04:17', 'SALE/POS2023/03/6419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9596b4225008952032bea7b5a9a4e00ca75b35384780b356735100e95787db6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6410, '2023-03-03 18:08:20', 'SALE/POS2023/03/6420', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '694a7508fdf6baab7ad6f3fe6098fbb6ae7f97d849ed83fe6d1524042930dd63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6411, '2023-03-03 18:27:14', 'SALE/POS2023/03/6421', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13180581a125cab8f5ed579d9075535b218ea3dda9d8523cbefb3e4f12684ee4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6412, '2023-03-03 18:32:04', 'SALE/POS2023/03/6422', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bee4fdb6eb64c20ce461255bf83bb9056646fa5d4ba096764228aad26647e635', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6413, '2023-03-03 19:16:55', 'SALE/POS2023/03/6423', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0c7cee7a73505e8ad9312b5922104ea0d23135677c182f827a48243ed6ba4b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6414, '2023-03-03 19:28:23', 'SALE/POS2023/03/6424', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '831487fd0a7e6e18a2f1c6aee89e9db858ccd7c7a92310f6457288977f7df07d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6415, '2023-03-03 19:43:46', 'SALE/POS2023/03/6425', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23e300d542111aff10c0ac06a93142c9256713bccfb8b1deb102fd6359c519b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6416, '2023-03-04 05:45:27', 'SALE/POS2023/03/6426', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f4adff6318b518047d3a69049b678c27f71fe174aa6047dac4f8447a2360d7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6417, '2023-03-04 06:23:14', 'SALE/POS2023/03/6427', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd968293be8deadbe466e625d4397cd50de8a467f598d5c4dea6b4e54e5cde5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6418, '2023-03-04 06:41:05', 'SALE/POS2023/03/6428', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af4750de2955f028281544fa9017ee5900e806b4fcf3d7e765acbcb9d97edbcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6419, '2023-03-04 06:45:58', 'SALE/POS2023/03/6429', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '685ae79170ae336490efde619498a9890d60fffeb85179e1924a73580bc9b0f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6420, '2023-03-04 08:14:28', 'SALE/POS2023/03/6430', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '890547b29c53e6161b61bc2bd3165952ae16ffafdc1aeffac521b1c3c44ac230', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6421, '2023-03-04 09:28:55', 'SALE/POS2023/03/6431', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd720f49622f1c36cf07a739f7715518ad7166aef1c463997d9e6af9f66767476', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6422, '2023-03-04 09:38:34', 'SALE/POS2023/03/6432', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4db3d4922f66520e4b8e2e53f28a176e64604e0ab04e9e70191868c88cc459a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6423, '2023-03-04 10:17:26', 'SALE/POS2023/03/6433', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8669960fc74a6256adf67ab578ce2c2604a05b1eedd8577726abb890d2a17d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6424, '2023-03-04 10:32:05', 'SALE/POS2023/03/6434', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e38b8cd893efa50d854a8d7b63112a8df5b021c90dd53783b5b54b597c318101', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6425, '2023-03-04 10:40:36', 'SALE/POS2023/03/6435', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36fc031e304d89570e5a7fb6cda3ed3bf7284ce4d37f6b43753e3a61c6bd24c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6426, '2023-03-04 10:43:32', 'SALE/POS2023/03/6436', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31b8fd08e14feb88cbe06f0b09e416aab33a15978194d5dae28799d30bcd8285', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6427, '2023-03-04 10:59:32', 'SALE/POS2023/03/6437', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ebbecb34c6d687ee80db785b47001befd339b584a5f29b11e2ca2990ce97434', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6428, '2023-03-04 11:03:38', 'SALE/POS2023/03/6438', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07cd7e9de7adec7b2d72cd54127c1d51cd53dbf2784b3792ac91d34ee63d3ae0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6429, '2023-03-04 11:11:40', 'SALE/POS2023/03/6439', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c8e570f6808b39eaf57f92b26c8fec7d935763ba8b75229100da1a898b42dd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6430, '2023-03-04 11:13:32', 'SALE/POS2023/03/6440', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7b5a4579ce424e50cd6b8581c1b1f7a69bc6e733ae6c418561a4decb72794c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6431, '2023-03-04 11:26:08', 'SALE/POS2023/03/6441', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '554b52d7105a4495ad940cbd767b53f1c9e6e5f1bcf8093b5e8d0819fe2e065d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6432, '2023-03-04 12:03:27', 'SALE/POS2023/03/6442', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '351.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '351.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '351.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3342e4bf7969fa857acf10a9c418ee60bdf638623cfbc05d51d346da0a9f9c30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6433, '2023-03-04 12:05:41', 'SALE/POS2023/03/6443', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f19262747e06df831385d6ef4ae062716d6e602fd143098dc8f46c3cc3998a73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6434, '2023-03-04 12:38:43', 'SALE/POS2023/03/6444', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f40dd25ce6852777bb695d8445d6ab4af0f2193e8e7252783f9922ce7b492ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6435, '2023-03-04 13:39:43', 'SALE/POS2023/03/6445', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ccada399b5348493cb2b2b58c351ecf9d464a5f121e50684b02adfeef5e8564', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6436, '2023-03-04 13:45:20', 'SALE/POS2023/03/6446', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e1dd2d7125631d515c541e918512c32985a5e45913280a216673b2723bd8a84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6437, '2023-03-04 14:14:23', 'SALE/POS2023/03/6447', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c4e294feb107575dd37d1339ac8878e56d1d7b04c3adbf44aeae2ffffc89cae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6438, '2023-03-04 14:52:58', 'SALE/POS2023/03/6448', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad3d1c782de72963fbd66e28cf429e3f654888b4cae7b813bdafd453064d409f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6439, '2023-03-04 14:54:11', 'SALE/POS2023/03/6449', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6dd9c575ffbbd82e8aab47f6e2445751af6d9a4f369af9658862301fcb0aa261', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6440, '2023-03-04 14:55:17', 'SALE/POS2023/03/6450', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cbc2f9c8f7f64965d0a3d87f2627a9a4f4a4109da00a677019cac3bf28c5ace', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6441, '2023-03-04 14:56:52', 'SALE/POS2023/03/6451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9bb01633473bb7cc6b2f2549d951b08321ac545a119f09eb295ce362d4952d6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6442, '2023-03-04 15:03:23', 'SALE/POS2023/03/6452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7649de8f1ea36a9797c5e762837ce2bfaa08cb6f4fabf0968b1ec61d74e7864e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6443, '2023-03-04 15:04:00', 'SALE/POS2023/03/6453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e38ebc2ad88aade1b660a8ed293ac314a800d501a94f60ad73dd04c28fa1d85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6444, '2023-03-04 15:08:38', 'SALE/POS2023/03/6454', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85eaa0bc8aa1fb68a1a458d6a910a1aec60f05a1e574463a3daa5e5359912b21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6445, '2023-03-04 15:44:00', 'SALE/POS2023/03/6455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a2d272cf153c334170f4be5904e946ce2c9c21f3098875bdbcf905b5a3a4e10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6446, '2023-03-04 15:44:42', 'SALE/POS2023/03/6456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f28d87200ed3a92ce610aafe861a94ea5411b3a061245f9844e990962e5bb327', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6447, '2023-03-04 15:48:53', 'SALE/POS2023/03/6457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ac7053f70fecbae992a68541e3f5008ed5c127f7a54767f1077e572b1f1eab5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6448, '2023-03-04 16:07:55', 'SALE/POS2023/03/6458', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e2723fcbb239d724090568a261ae092eacbce207e39092d287c5ccc93d18855', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6449, '2023-03-04 16:41:46', 'SALE/POS2023/03/6459', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '937f44f1f0e11e3f5d34a6a135b565418308a2d61e8452da5ffb8eb590f40bb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6450, '2023-03-04 17:07:46', 'SALE/POS2023/03/6460', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee057a5f9a44b19539f2dded556d53ada323eec521761c094519118f0fe04d2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6451, '2023-03-04 17:11:46', 'SALE/POS2023/03/6461', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18e65be9649a6fcb080339367e0c100ad681ef71e069ded46ff0aa567bd5068f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6452, '2023-03-04 17:14:37', 'SALE/POS2023/03/6462', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3953aa667f791c65e74e1c48ab3f198bb675154cb6c488b6076ca5897e564982', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6453, '2023-03-04 17:31:46', 'SALE/POS2023/03/6463', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0da3eec42f6402b1580fe2e6ed6d8cb1231dacb3a0f94822733c5ad5dd29edb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6454, '2023-03-04 18:03:02', 'SALE/POS2023/03/6464', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae7578f4367d3a9cc3338840bb38fdc48b0f6dc29e6ec454615e9b4611891bb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6455, '2023-03-04 18:09:21', 'SALE/POS2023/03/6465', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c7fef77c8498aca1dc551fa2cae0775b22a567935496c80025acdc3d1ecfccf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6456, '2023-03-04 18:17:53', 'SALE/POS2023/03/6466', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e1c431f527e658fc0ac121b6b20eb15297209365bc4764733a371d76fa1eae2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6457, '2023-03-04 18:23:35', 'SALE/POS2023/03/6467', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '742da4e28d2548e4a074c841cdc48ddf8ac148c8f285e37383bb146f97410137', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6458, '2023-03-04 18:47:58', 'SALE/POS2023/03/6468', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89487fa74b37ddd496c9c081b804d57482b312ec0eae855b64e2a297b72a43ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6459, '2023-03-04 19:27:49', 'SALE/POS2023/03/6469', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a4076213f5d9336b00504eb559f2b7ba86db171ddc294f2812fa0470d357d4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6460, '2023-03-05 06:26:36', 'SALE/POS2023/03/6470', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7599e9c837008f52d19ba413a34e3820c1fd33d153850eb68bdee33648f0c03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6461, '2023-03-05 06:40:01', 'SALE/POS2023/03/6471', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82442c6f2ef2535b755acf40bb77c9f1daf67a9959299c8009cae1b78918649b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6462, '2023-03-05 06:49:29', 'SALE/POS2023/03/6472', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad9290d46b6ce66fa8875d9e172031feba0989da2ece8271435d46a332497e58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6463, '2023-03-05 08:18:30', 'SALE/POS2023/03/6473', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3878919c24b92fa1c68dab7f2bff98c97a4a40ee5da41e2286dd5e191e5ab63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6464, '2023-03-05 08:49:08', 'SALE/POS2023/03/6474', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4744d8fb01d94c29b9bf06d2a8d34784d90c4530b2e38eaa06495503c29bf361', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6465, '2023-03-05 08:58:25', 'SALE/POS2023/03/6475', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '318680bcf278678a2d9233d5f147cba86b0eae64c75cb39602066072a7e6d241', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6466, '2023-03-05 09:06:05', 'SALE/POS2023/03/6476', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e029dbdf99fd320e092b1df10f1f5c64187b53019b80fe22a293db479997703e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6467, '2023-03-05 09:18:11', 'SALE/POS2023/03/6477', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3611c10afc30efe6ea40f181b758f532303b7781e97649812225ce480c4049b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6468, '2023-03-05 09:56:12', 'SALE/POS2023/03/6478', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '094e2b63d59d7b7128bef38860db4eecd08bb5be1749b8d4124b9e23354a008d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6469, '2023-03-05 10:45:25', 'SALE/POS2023/03/6479', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5333e709012b9f286ca95309002d53f13478174d85ee0d4d065048921edc560', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6470, '2023-03-05 11:02:38', 'SALE/POS2023/03/6480', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e892e9172be27805dac4dd36ab6d0fbff08132aa22055af4e7daee52965b970d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6471, '2023-03-05 11:11:59', 'SALE/POS2023/03/6481', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18a9ef40c499481591a0e3e9c303a4c495aef685c448437aef64ad19d47523b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6472, '2023-03-05 12:48:40', 'SALE/POS2023/03/6482', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5d2c7272d3fefc362847c0a31202223f675bc5109062ef55b2bdaaa1a4c6f7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6473, '2023-03-05 13:11:23', 'SALE/POS2023/03/6483', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4f8912d1bfc489854b8e195784e53baefd5a665f22fcdab08c8fe5e94e45cd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6474, '2023-03-05 13:21:59', 'SALE/POS2023/03/6484', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b8c9398b694367e4fdaf659663be8c237366efd2e14b253922af00afc54c880', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6475, '2023-03-05 13:23:15', 'SALE/POS2023/03/6485', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '364280243db3c5c57fea83e0d830f123284fdf1deba4465e8ca731e23049f801', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6476, '2023-03-05 13:51:00', 'SALE/POS2023/03/6486', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cff6045ec13f948ec4ebeacc157e0905a74e7982d69977e626ccd32511b949bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6477, '2023-03-05 15:01:42', 'SALE/POS2023/03/6487', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64072f50e4b16f1885a77c299719bf532ec24190593aced679f01baf762ed90a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6478, '2023-03-05 15:17:12', 'SALE/POS2023/03/6488', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '61.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f65c877593b09b2816030bcb1268fd9c5494b540c941acedd4c51d8f62196191', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6479, '2023-03-05 15:29:12', 'SALE/POS2023/03/6489', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cad15736781ea451061b879485e9c2a4aa490a179edba21f621383bc3efe4b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6480, '2023-03-05 15:35:31', 'SALE/POS2023/03/6490', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ca932c2480e0829b5102d9f10bf1784109ea5243c85f274a61b7bad230548fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6481, '2023-03-05 16:15:05', 'SALE/POS2023/03/6491', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc37731c5801cdf64b8345894c24df204fb78509d37803e3a6c9e990f91d4d94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6482, '2023-03-05 16:31:05', 'SALE/POS2023/03/6492', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9fe829d71d3b1cdedc5b87e23bdc9145a5bf1c46610b22bef46628c1b206c1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6483, '2023-03-05 17:05:19', 'SALE/POS2023/03/6493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e437ce2ac9cc1d52d531425f87b51bd02804a87304b59635e97b416ab05d1554', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6484, '2023-03-05 17:23:01', 'SALE/POS2023/03/6494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46ca1641763b9e134c904e8ff389d20d66a4b63ea4b9b4e8c5fba76c7835c7a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6485, '2023-03-05 17:44:15', 'SALE/POS2023/03/6495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '641b1cafa4a97b01d47f1ef846bee5cf2012c3b2a43a03515e36549606f4b10a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6486, '2023-03-05 17:57:12', 'SALE/POS2023/03/6496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b1d619cae2b0fb7e79f894aaab1621ca24c54b9f3e402705319d8e01f542d88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6487, '2023-03-05 18:03:39', 'SALE/POS2023/03/6497', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc7641897fc1423174a85624047576a67963792d6146387ab6ccd469792faea1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6488, '2023-03-05 18:14:43', 'SALE/POS2023/03/6498', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6585fd13ee68953c59c64ce80feaa01cc1819454a074b91d643cbf32f084c626', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6489, '2023-03-05 18:30:04', 'SALE/POS2023/03/6499', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3daf6ae3edbdbe5d5f9d6513bb503ec7ef62bf7a00d8c9be089dc085d6cdbec5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6490, '2023-03-05 18:36:19', 'SALE/POS2023/03/6500', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b67eb55ca76c3bf9f4502bb7e35a62c3cd55b0902dd299737d8fa13220d9dfd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6491, '2023-03-05 18:41:53', 'SALE/POS2023/03/6501', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8193078155ffe81b2fcc509c8420f637b6fca5e862a7d9d1a0c3e878f44dfff3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6492, '2023-03-05 19:30:03', 'SALE/POS2023/03/6502', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '84.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c05518317a7d01982b7c81b73ab3a9fdd6ef2b93d85ad669b1c4cea24df869f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6493, '2023-03-06 05:54:00', 'SALE/POS2023/03/6503', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17271fd1237f9c3fcaccfa826a412d5a6aaf1a14645f7a11c3e9fc7e349a45f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6494, '2023-03-06 05:54:28', 'SALE/POS2023/03/6504', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b98842e2d4f53b3bd7ea9a19a7598f4c3f687132a287ccd7cf36a4485a5ac32b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6495, '2023-03-06 06:20:05', 'SALE/POS2023/03/6505', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6493679e7d589156e4b36cab71285deb50f81d9f123002717476177bf087c1d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6496, '2023-03-06 06:37:10', 'SALE/POS2023/03/6506', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d49f974b91ba707532ee1aa3c92c1f37ad3ff5a86554849c32435e283bd98dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6497, '2023-03-06 06:52:13', 'SALE/POS2023/03/6507', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31388aa97af6545ff45df54e1466a343518f7db9667737968ae02b07ca89366b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6498, '2023-03-06 06:57:09', 'SALE/POS2023/03/6508', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e1cfba80396d73c7a39d741b15656a6472a4ea2bc078ece04518c151fe9f5f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6499, '2023-03-06 07:01:56', 'SALE/POS2023/03/6509', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dad08180e9a733565641f906b1d3932f88d2645fd4025fc11b99ccfc50370e86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6500, '2023-03-06 07:02:30', 'SALE/POS2023/03/6510', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ddd34211a7a9ce9fbf869cc865872d77ecb1177307f4f2f8cf42cd5d1b162cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6501, '2023-03-06 07:04:23', 'SALE/POS2023/03/6511', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9767daa89a4017620e5a12bd2bd3512f2a7eefa0794fa73b4932024cff09391', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6502, '2023-03-06 07:09:47', 'SALE/POS2023/03/6512', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '55.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16b9539069d692c23fdd219ae6b364d98563ea96b706c2570bd654dabac122ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6503, '2023-03-06 07:11:29', 'SALE/POS2023/03/6513', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9814b1bf9ce5d51b709d248848b0c278bf69af1a3651b8cf6bd820b9adc9f00c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6504, '2023-03-06 07:12:38', 'SALE/POS2023/03/6514', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d46679c1aff00dbc643df5c706719be482653354a5c3ad0118ed7178d0cacbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6505, '2023-03-06 07:15:00', 'SALE/POS2023/03/6515', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '97.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '97.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '97.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec23df2d3b7c712af38beaed0e5e4d0fbb9f46ed39f74e3afe621e96d0917185', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6506, '2023-03-06 07:16:06', 'SALE/POS2023/03/6516', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae360850b10a0905d88e50fda0d6b2dcb2ab0b8522b6a516e847fcf10a32c3e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6507, '2023-03-06 07:17:38', 'SALE/POS2023/03/6517', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '490.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '490.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '490.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aeb13c5813c3e3008fd07d3fad78a054d7994ce9b6ab362ec46b7c9c9aac60ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6508, '2023-03-06 07:18:51', 'SALE/POS2023/03/6518', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '126.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '126.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '126.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42650647fcbceb6a5d3c8134a9d2062eb0b2a0ec9518fa3239573882c8e0db69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6509, '2023-03-06 07:57:52', 'SALE/POS2023/03/6519', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d887f5d45e42fcee27379c418f29259f7e1823165962937d2d5a2f961246b65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6510, '2023-03-06 08:20:37', 'SALE/POS2023/03/6520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '175.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '175.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '175.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa43303c70c04020247a53713a4212fe09f8b1196fbe6b5351b442b3fcb8cfc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6511, '2023-03-06 10:20:29', 'SALE/POS2023/03/6521', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '154faf2cf34766b61b608126db9e8ae3f3ea5550d593416cea62ab330b81b83c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6512, '2023-03-06 10:24:54', 'SALE/POS2023/03/6522', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b717ebd3ccf07f9500db5d1d69ddf685ed0cee805c83cde1844c6f7796290a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6513, '2023-03-06 10:29:45', 'SALE/POS2023/03/6523', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62b4650502b1b6efdb1d831ad7e64994268f07c2bbf8121227dd8afc5214fbe1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6514, '2023-03-06 10:40:04', 'SALE/POS2023/03/6524', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '781eedfdf4274b821b80c0a32448c80fcd19bbad95be137ad93f46c6c8875d5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6515, '2023-03-06 10:41:53', 'SALE/POS2023/03/6525', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5692c7274df34ec44e3eb2e377f634f68254580d0dd24b3acf01741bf569c407', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6516, '2023-03-06 12:09:54', 'SALE/POS2023/03/6526', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '246072b8a26d110fd34caf5a7190fa7e3608d9d3f0e84e425cf219fcf2292267', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6517, '2023-03-06 12:34:44', 'SALE/POS2023/03/6527', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99c779762d02a39196c983066b20f4ad78e61d10a541ba6f843151ee3dbde189', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6518, '2023-03-06 13:44:59', 'SALE/POS2023/03/6528', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39194272e470f5478390d29de17a5d3d966789963cde0c666e7c74a15f8553d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6519, '2023-03-06 13:54:13', 'SALE/POS2023/03/6529', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88c785a7bb055b50319a301c9f3f4ee8cf35b905343a1116048962d94060fab1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6520, '2023-03-06 14:37:30', 'SALE/POS2023/03/6530', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b7e5bf3cbd32cd031045ea0ef1f7e5d51ae940bb0aefbcd02779b44315ea9d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6521, '2023-03-06 14:44:02', 'SALE/POS2023/03/6531', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa961ac81cb8993c8bd3328156ea1d125b15b49d72f1ff8135906633ff7fa029', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6522, '2023-03-06 15:10:29', 'SALE/POS2023/03/6532', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d69a6aa0bf4c0ebcb712aa96b4cc2f92bfff0da29d2d2208448820b5f5e1eaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6523, '2023-03-06 15:14:48', 'SALE/POS2023/03/6533', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d0cca88d743bd7a9a2e6f952c1190efc40df96616bf53e17ec7f2c2fb209186', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6524, '2023-03-06 15:51:48', 'SALE/POS2023/03/6534', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0953656a2dda48a5b24ff19738b6587d86d5b3f2fc712a48efd1aada02b45bbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6525, '2023-03-06 15:53:38', 'SALE/POS2023/03/6535', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebaa89d4bddf9227c51d1c49b796b7a118c1b1516180290f50116f9eac525cb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6526, '2023-03-06 16:09:51', 'SALE/POS2023/03/6536', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '004ddeef096b1522cc2db7b9748e7f707c730066253ae809fd49bc2704c232f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6527, '2023-03-06 16:27:34', 'SALE/POS2023/03/6537', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10d6845a3b69547fb2b4efcb83ae54b7ea94a939c904c0c6498745c0b2b87c4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6528, '2023-03-06 16:58:33', 'SALE/POS2023/03/6538', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '978917a486d96eb9c736a0d3c9c20ddb9e202ad5d1b99464dc2ef4f8e52cea2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6529, '2023-03-06 17:25:22', 'SALE/POS2023/03/6539', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '773e0935eec081ea57c5bc05e7d1b7b6285db4a653b53ebaaa863a683932c14e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6530, '2023-03-06 17:26:04', 'SALE/POS2023/03/6540', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8b6f161949a66f15c5a67e6c1142a0f81a960e5567222412f96ed5dc9f0c7a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6531, '2023-03-06 17:34:50', 'SALE/POS2023/03/6541', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b11c8c435bb7a2dab661d8bddb4cd8167b8b1e444c9cc0d9dd24250dc9c8b78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6532, '2023-03-06 17:44:51', 'SALE/POS2023/03/6542', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da2459798f85c334d33dd8ddc52246d9f6869929c7468826a14c181fa4c1ab80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6533, '2023-03-06 17:49:37', 'SALE/POS2023/03/6543', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2f22043d9de637eb3538c9853219b0a627435348d1c574e0dfef3e4e0df0b13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6534, '2023-03-06 18:07:33', 'SALE/POS2023/03/6544', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ccfb4a99a58426f42cbe66a4d6475ea99549c499980a9c93df9bee7686d22fb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6535, '2023-03-06 18:23:56', 'SALE/POS2023/03/6545', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7385d5e542ee7898f3fa00a8353952628d28dd62890cc3038cf55e23c2e00341', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6536, '2023-03-06 18:42:26', 'SALE/POS2023/03/6546', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32841b7da34da65235179c2a4e6720e1380d9bc382d58982cb19fac962888229', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6537, '2023-03-06 18:44:45', 'SALE/POS2023/03/6547', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e0320a72be1b259abc19a18c30271e5b2db81225f68db7cba21847a9b83c4b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6538, '2023-03-06 19:07:46', 'SALE/POS2023/03/6548', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f80bcdfb85be6cedd4eb7a6c239f10ffadaec4727336d5a23e92bf04d2e5e6ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6539, '2023-03-06 19:26:37', 'SALE/POS2023/03/6549', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '053783061b5b6569fcede27c5f2d9030810d315891d9aa0af5531f55d0a16ddb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6540, '2023-03-06 19:56:53', 'SALE/POS2023/03/6550', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5b2eac718ae2c4c55bf96dfc74e048e3e4bce11a3726946dec2ed7b033b7b56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6541, '2023-03-07 06:11:11', 'SALE/POS2023/03/6551', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '171.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '171.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '171.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c1856c574afc656491aacf1108ee41d32814d9bb3991c1fd4f2ed0be3c67dd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6542, '2023-03-07 06:13:18', 'SALE/POS2023/03/6552', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61e53a15572a0d771375ada8585956c22483cc3d3d6099108468d4d25d9543e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6543, '2023-03-07 06:18:10', 'SALE/POS2023/03/6553', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8759bf1dea910520b5f89bc2af716afb1c9a33faf34f8b89ce72437d1b8a48b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6544, '2023-03-07 06:44:55', 'SALE/POS2023/03/6554', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2ce12998bbc790f9d2a96ae5a6da513d2b8ac9bc52e71a7420b3d80374bb1ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6545, '2023-03-07 07:06:44', 'SALE/POS2023/03/6555', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3be071a79943c5ecf686d41f484659ae13c87ca1bd90117d9132a2989bfe1ce7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6546, '2023-03-07 07:07:10', 'SALE/POS2023/03/6556', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20ced2bf07489efec9e876f1955cf0d5b704574d05a79986818a8df42b98244f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6547, '2023-03-07 07:08:37', 'SALE/POS2023/03/6557', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '45.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10a834bca324ee0bf7659811e227e7681f32ba8845832d728f9b6aa20ff94d00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6548, '2023-03-07 07:09:37', 'SALE/POS2023/03/6558', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76af115741426549f3640f1e40ac0d5f78b3a19d0e6ec3c7b0e2dddd497ab31b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6549, '2023-03-07 07:10:21', 'SALE/POS2023/03/6559', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c111f82e2b06840d1d78b1f26de90588b5d67b020204e11d38e97d29d7a24807', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6550, '2023-03-07 07:49:25', 'SALE/POS2023/03/6560', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad6daf7ea1ce876b2070ff4504997c7fc616e07febbd8ca99a5c317e33d9efc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6551, '2023-03-07 08:42:19', 'SALE/POS2023/03/6561', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbce69a8e3156346cda557c9e0dfa11da5ad6ca8fa79d52ee4c22f146bbc3682', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6552, '2023-03-07 09:02:02', 'SALE/POS2023/03/6562', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3953c179993fb5daf38604be05981ef3f4dedcbf808d607f71f704f2c35feb90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6553, '2023-03-07 13:06:53', 'SALE/POS2023/03/6563', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97c822503e1e711475bdcc57a41557c44cb24426c56af52e62a2672d747c89e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6554, '2023-03-07 15:21:52', 'SALE/POS2023/03/6564', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c1da5ef2e9426bb5e53a21e3725fef1364ad8bfe5fc2ab34784a4887769c9a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6555, '2023-03-07 17:01:36', 'SALE/POS2023/03/6565', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4402eec5c7dec7d8d18d40762dd5ceb9080238b171676195606f53194073bc4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6556, '2023-03-07 17:09:14', 'SALE/POS2023/03/6566', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd147dbbb020cb2e6f39a245158a6f4b82495ba24439c64dc42a5ca2495b30ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6557, '2023-03-07 18:23:41', 'SALE/POS2023/03/6567', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ea02a29c4bd56320f00660996e499ed4e973ebae8c8222f466ed000377edd98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6558, '2023-03-07 19:21:03', 'SALE/POS2023/03/6568', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '166.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '166.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '166.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6e51c9fe4018e1ea7323bc9575cbee6a18bb25678afc224bfb090a0003a45dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6559, '2023-03-08 05:55:00', 'SALE/POS2023/03/6569', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29ac5f57a173c2d7ad239411b3dbbf3bc77342eb76c1bda68f5151b43b612d6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6560, '2023-03-08 07:02:36', 'SALE/POS2023/03/6570', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e726b057f5780330dbd82930433d0b2114b4d284c892efadf8750ca4e897953', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6561, '2023-03-08 07:03:07', 'SALE/POS2023/03/6571', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9771e94e577d1ed591a6e7c12d5cbfed9423f85d2cd15050d69c1f20c3f946ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6562, '2023-03-08 07:03:37', 'SALE/POS2023/03/6572', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '838a2def05c4878394b98f0ae2e28150a43f3a597cb8e08e2cc653eb60f4b7ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6563, '2023-03-08 07:03:58', 'SALE/POS2023/03/6573', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a4a27da842d2d7495d99907577c2007b636be44ee605c0178bb2e6b491d4eca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6564, '2023-03-08 08:07:56', 'SALE/POS2023/03/6574', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d01aa894f72e2f25847140d343cc2831acd22d94926b6b22fdb859897be0ba0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6565, '2023-03-08 09:09:55', 'SALE/POS2023/03/6575', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d5d9f5e0ba2a0dc1807a894f30d1dc35ec0d12c9594eab5de23919405051335', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6566, '2023-03-08 10:07:17', 'SALE/POS2023/03/6576', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb8f410cfc5700e7a7d512f71061277d56db98a2a185b937b619e48c599c54b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6567, '2023-03-08 10:45:55', 'SALE/POS2023/03/6577', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e4c040612cdf4ab43a5e19fd3ea442d3b16f12c06675851afb0843d58e36562', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6568, '2023-03-08 11:23:24', 'SALE/POS2023/03/6578', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9a371426a2b87902dd4042ac5201e9202b7b0d9845ced2f74fb7a5ee24e1ef4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6569, '2023-03-08 15:19:59', 'SALE/POS2023/03/6579', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '88.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '88.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '88.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7a66ad3fdb964c6df09036bd631ebd14b5b4a8644dd592f95bee743ba4a94ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6570, '2023-03-08 15:28:49', 'SALE/POS2023/03/6580', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6a1bfd4cbd1b16c2c6ed025e4ff162df9ce86618ec894c461d4e8f127591b82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6571, '2023-03-08 16:23:16', 'SALE/POS2023/03/6581', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7b31d7fc90ac78eabfb60031dab279fa535ddf9f3c4c6399ec795d44441ced6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6572, '2023-03-08 16:47:35', 'SALE/POS2023/03/6582', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b575ea17ef97e01841c7d9c388d566f84d75343f2e3972bf1b5f70952a051c43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6573, '2023-03-08 17:25:34', 'SALE/POS2023/03/6583', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '68.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57bf6822ba93bfd056f2594ffa06d2205aff55ca5ec48d27d52914487aa046cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6574, '2023-03-08 17:30:54', 'SALE/POS2023/03/6584', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e084868dc9a60e005df340d423273da3084164ce68e59d7d9d27a20b59f07110', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6575, '2023-03-08 17:32:32', 'SALE/POS2023/03/6585', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3937ba530bebc48cc7f0ee245f6cbf2f2882dba24eaa1db3015c438d20a59a45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6576, '2023-03-08 17:33:10', 'SALE/POS2023/03/6586', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bde563c55bd84f7af49a3edf99c7af8bc436d56efdd822b20e6ea63f815e04c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6577, '2023-03-08 19:45:14', 'SALE/POS2023/03/6587', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21a0a32985edd0c771529867f7586b73a01558ba96aaea41b38a6fabae36a9b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6578, '2023-03-08 19:50:08', 'SALE/POS2023/03/6588', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad2d52db1b500f5cfec9f4dc8823efec3af00b6a4c7c5b2b181415d1d5d7767f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6579, '2023-03-09 07:04:04', 'SALE/POS2023/03/6589', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52cd93661b9eee77af5830b7f4ea50f8d0f174a5ca01d6b2fc7fe602165bdde3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6580, '2023-03-09 07:09:34', 'SALE/POS2023/03/6590', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70bcba660c07026527c6715bf5a65b5d7497666a7ccd8ab70a0296e48afa3bf2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6581, '2023-03-09 07:12:41', 'SALE/POS2023/03/6591', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '116.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '116.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0305c31e5dce1dd155ca80b97f3798eaadbeda8518c05787a53ac0cba60cc18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6582, '2023-03-09 07:13:53', 'SALE/POS2023/03/6592', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8da2c9df427da4cf5f280cf3a486cb4d8733614f262fc673368bd0da33bd5740', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6583, '2023-03-09 07:15:08', 'SALE/POS2023/03/6593', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '44.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5bb11a2cc4061c5fcab8ffc3788f1828fc7af136abb615b143b8b568c4b23d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6584, '2023-03-09 07:16:30', 'SALE/POS2023/03/6594', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1abdbe142b9ecc85919a58f6bb71939950d01987bc5587487e7f114564532eb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6585, '2023-03-09 07:17:43', 'SALE/POS2023/03/6595', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '232.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '232.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '232.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1070f702082163767c31a792f6c3b1b339e86c53f4011cfdcdd2f68273bda105', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6586, '2023-03-09 08:27:05', 'SALE/POS2023/03/6596', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b778753e452ecb9572d15e6c9584c3e22f90c23696fcc4c2a4fb0ea3af42572', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6587, '2023-03-09 08:29:17', 'SALE/POS2023/03/6597', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f64d3ee85422145323e2e86d28f92b4fb24982abe4bfba5fb75fa67c9feb0f16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6588, '2023-03-09 08:50:52', 'SALE/POS2023/03/6598', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c11a22c96ba0ee0818e6af567224077d7d0c411960cf987cfeb420e751770fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6589, '2023-03-09 09:02:21', 'SALE/POS2023/03/6599', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ef08c861dbceecdce1fdb123358dcc0273418918863d30c06ae51cbf5635d93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6590, '2023-03-09 10:30:07', 'SALE/POS2023/03/6600', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd591d8fb9b2c5de6b64155be3430416a9ca13e9b0bf7d80ac1d01ae5d402131f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6591, '2023-03-09 11:31:22', 'SALE/POS2023/03/6601', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46a7ede2c97079479e7dc6ef39d1d69b7168db11bd770bcd57cd5c88989d3d53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6592, '2023-03-09 12:09:23', 'SALE/POS2023/03/6602', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '65.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba35ad41620885e62995675be41702e4953b00eb2c99c538b41522fb3d821023', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6593, '2023-03-09 12:25:34', 'SALE/POS2023/03/6603', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '053eaa22d426d75f96cd17e635abe264d9bab5259a533e191e0fbc7397789a8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6594, '2023-03-09 12:28:32', 'SALE/POS2023/03/6604', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '696c4ef41a5f3763633aaafef1e5a8f6d64d193e19d360fe592c58c93923fa7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6595, '2023-03-09 12:48:38', 'SALE/POS2023/03/6605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b3cb37068c9fee96452dcff30e3b52783a3550e3178ca1e872277aec29e85bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6596, '2023-03-09 14:08:26', 'SALE/POS2023/03/6606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0b92fe442c19825b2e350e73acd128c9ab22a1b08bf5847b63d325cc3128748', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6597, '2023-03-09 14:29:34', 'SALE/POS2023/03/6607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5707974708efc558052805d6fc2f4cb9d75e0c5e67f6251aa608015e492aaa5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6598, '2023-03-09 16:18:17', 'SALE/POS2023/03/6608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69571f32ba782ae69c5a48194eab7a7d76ee3000ab6308c95a754d0cca400bfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6599, '2023-03-09 16:39:59', 'SALE/POS2023/03/6609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5463d8acc16a8c7f7bf4c64ebe69f761c31316ccc812fbfa7682faf4994c284f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6600, '2023-03-09 16:44:29', 'SALE/POS2023/03/6610', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fd9bd3b0af5458e4bb41d636b52b4c6e89fb520876f905e4c7a61e9e5de4eb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6601, '2023-03-09 16:48:34', 'SALE/POS2023/03/6611', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3eb7c8846a7c8a1dfc7dbca130e62165ee2b90bb3c76c5b66e43c539280e463f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6602, '2023-03-09 16:53:09', 'SALE/POS2023/03/6612', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7fbe48898c0b5b35232764b365e09ccf3fbc3978688525a42456711cfe7b757', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6603, '2023-03-09 16:59:49', 'SALE/POS2023/03/6613', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d010ee78d5b47f6e6b5fe93a537c70847d1e8c58302db1d8545766ff11c6ef8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6604, '2023-03-09 17:05:06', 'SALE/POS2023/03/6614', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4202075800ce68afc05c84b163d5cd6b81269b635785004e67568c4024084b01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6605, '2023-03-09 17:10:32', 'SALE/POS2023/03/6615', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1fb861b8892aa5a23ec8be8ce64a2f2fe95a03ae9dbef0af325c3cf8e0e8f4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6606, '2023-03-09 17:15:30', 'SALE/POS2023/03/6616', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '143747ad925e07ebace08d5b85cbab52f3ea0762fe35866c23d8624e08df2360', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6607, '2023-03-09 17:48:38', 'SALE/POS2023/03/6617', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a416dc0e23587642065d70416ee57d9d04210394bb4a89e1859e3a4974a8786e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6608, '2023-03-09 17:54:17', 'SALE/POS2023/03/6618', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '262d1b2bf0a669b28fb4cc6fe38ccefcc15a8e5eded1634980366ede751649ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6609, '2023-03-09 18:02:19', 'SALE/POS2023/03/6619', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df97d680a5fd8b65b8cfcfaa792fc8aac238f048aa787c6321405770f8b4bed6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6610, '2023-03-09 18:07:40', 'SALE/POS2023/03/6620', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ee38def9061bf9e5abbb51525ad7c058e0c4a7bee5b5356ec61bd5bda8be3c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6611, '2023-03-09 18:16:06', 'SALE/POS2023/03/6621', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '292ad1722e7f9d909b88ca68f03dce4bd731ba9e536fea8b6f162676ad11920f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6612, '2023-03-09 18:41:31', 'SALE/POS2023/03/6622', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b76d0d899284600205fd91c473f24cee5f2faac604ad4d7afd4f75aac13c100', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6613, '2023-03-09 18:51:16', 'SALE/POS2023/03/6623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '148.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '148.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '148.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa97595746c3a1956dc49155130df4c1e135c9dcec22e0ac917e45be89542268', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6614, '2023-03-09 18:57:02', 'SALE/POS2023/03/6624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9095a8ead616a9161391777f2d247b819f9de7f6a16fb0de17f3dbb16392ad7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6615, '2023-03-09 19:02:06', 'SALE/POS2023/03/6625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecad8dc10ce2abd5db98ef521cc3b1c07be9128cf57c9d99549621c24aab4243', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6616, '2023-03-09 19:11:43', 'SALE/POS2023/03/6626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0404139c7c48e96e96787fdb65fc7fbd35a9990754003a36e96a97a2301f5364', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6617, '2023-03-09 19:14:32', 'SALE/POS2023/03/6627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e542d13fe1a708690832414a2ea94fecd349d27972df33664dd77d9f32e46896', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6618, '2023-03-09 19:28:09', 'SALE/POS2023/03/6628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ae8144a5471da05c0a5c9b024c7f6c576ef08cced817250a051d263b8784c89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6619, '2023-03-09 19:35:21', 'SALE/POS2023/03/6629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54b4f714f831c139ab8d9735647cd340c303daffa7eaad635c622e0fd13110f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6620, '2023-03-09 19:43:23', 'SALE/POS2023/03/6630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd320232a8fe9ca11eb0a08c9941d55b8a8fce7f589ad4b9e16657d6c0b258056', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6621, '2023-03-10 06:04:36', 'SALE/POS2023/03/6631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '901d1a960db2471ed9c748bb2df9bf4a2bb9e4ca94462942523cf18cd191197f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6622, '2023-03-10 07:03:53', 'SALE/POS2023/03/6632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e62110fbbcb4d92f4b6345baac9af098b43463013c2d8a0a8ccf29a6a3cbf27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6623, '2023-03-10 07:07:54', 'SALE/POS2023/03/6633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f7bfe44e1da2542380bbd6ae7ca2b816b9691f2ff81f1685421e1febd47f9cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6624, '2023-03-10 07:08:29', 'SALE/POS2023/03/6634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'faa2390aa7800c8749df0de8c1e1e875d4549beb35791b9e6a6b6abe7f1daeee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6625, '2023-03-10 07:11:07', 'SALE/POS2023/03/6635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f40c62784d2e46247492ae61f6e93ee71f719142af50140a3caa8bf31669ba6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6626, '2023-03-10 07:13:10', 'SALE/POS2023/03/6636', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3590d414dff217f96a857ec8091489919630c7eb640e8d5782afe1320bffcb5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6627, '2023-03-10 07:13:52', 'SALE/POS2023/03/6637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e2e0a918bb1d01332a8568812037970d8847affdd6d51ff448f033b5618224a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6628, '2023-03-10 07:16:55', 'SALE/POS2023/03/6638', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14765c648535c127f9ee239320fea793cc3f87fd88135fbf22f4ec6bb6b675ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6629, '2023-03-10 07:26:10', 'SALE/POS2023/03/6639', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f743b02a4032798916fa767f6ae0aa18f269791020c09f6d52332721536ac9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6630, '2023-03-10 07:27:04', 'SALE/POS2023/03/6640', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fead0480d8eb6fdd7b0ad4cb72bf4ea0c0c9ca50604fbd25035fcce43044cfee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6631, '2023-03-10 08:02:24', 'SALE/POS2023/03/6641', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a25d59026dca84a6a767439930406dd2e01abcd20ae8a61be45589b5edf5caae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6632, '2023-03-10 08:18:47', 'SALE/POS2023/03/6642', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '367983c6b8aaf356492a433f7b5d2ff8713666db6b2517f6b870682c248ee2b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6633, '2023-03-10 09:05:34', 'SALE/POS2023/03/6643', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66acc9087c38437389e11acd1599381581e70dd00edb10be374ee8883b4578de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6634, '2023-03-10 09:47:40', 'SALE/POS2023/03/6644', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79df4dde934e4071c91978b207b07ebd0b403c6cfa814e280683bf01350f2fe3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6635, '2023-03-10 10:10:08', 'SALE/POS2023/03/6645', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5eb39a6f74361aec289db53429fb87ec2166b5f9766fae531c09de8557810067', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6636, '2023-03-10 10:14:32', 'SALE/POS2023/03/6646', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c79c2908a1ee13017f536a3afca3d155e2d5521efb158ed06dc6bd5cec861337', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6637, '2023-03-10 10:22:40', 'SALE/POS2023/03/6647', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '210788650ff481e9e36dcf61071dfa8436eecf215e24ac2d0ce4e884c8cd3716', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6638, '2023-03-10 11:23:01', 'SALE/POS2023/03/6648', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73cfd91287873d690b02d30ec49e5f1ae99a17666e617f9ad42d1cebdc1ae989', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6639, '2023-03-10 11:27:40', 'SALE/POS2023/03/6649', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca57fac51eaa9bab12d3dd99d9684c7d4474506d8bd008ce3604904b7ea325da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6640, '2023-03-10 11:35:56', 'SALE/POS2023/03/6650', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67e54fe6dfafe7339d14cefb4761644f3b0ef7974bf5af39c80e3cde56476bb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6641, '2023-03-10 11:36:26', 'SALE/POS2023/03/6651', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6afbb352afdead0fc6c47ec6a3fc791598bf9a73ef80a051bf4569b5c5e371a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6642, '2023-03-10 11:59:44', 'SALE/POS2023/03/6652', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f93e7ed959871971f34ed52bbddcd6ad1aa287763e73e97c185e91ab86c9320f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6643, '2023-03-10 12:05:59', 'SALE/POS2023/03/6653', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a3e2a8f9e5b447858f01e53e6742a879deb3eac06377e0a7ec3b371effb55df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6644, '2023-03-10 12:07:51', 'SALE/POS2023/03/6654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5505bfe8cddc45f947e0b55d44f87366d209103be18c11823e6447356eb0cc46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6645, '2023-03-10 12:33:08', 'SALE/POS2023/03/6655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4b0849a8a61602275e5cfcd58a57bf62c95d995c85212f33ebdb37a8e977ec8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6646, '2023-03-10 12:38:13', 'SALE/POS2023/03/6656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55aad3f276e2e7a0649ff30ed77d929eadf2bf6b4d563a3c11b442436bc0068c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6647, '2023-03-10 13:40:18', 'SALE/POS2023/03/6657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e545bcc3ae1ead8a4ef61a23318e9bd3124506d99e92a41e4c3232c5423467a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6648, '2023-03-10 13:57:30', 'SALE/POS2023/03/6658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b401bc9fcf7dce7b322087075f08e459206ac25b182f9548efada3d9138b2503', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6649, '2023-03-10 14:41:58', 'SALE/POS2023/03/6659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b2af0cf43946fe21c7642148f97b5bd6a5a10635ddca4c3b5882543387f606b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6650, '2023-03-10 14:52:57', 'SALE/POS2023/03/6660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3094981f943261c056acfbbf3e8e3a5cac8369fa841bcee20431fdf70485301', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6651, '2023-03-10 15:20:18', 'SALE/POS2023/03/6661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '778a5f80c8a06ee9cb3999d5a4c7870b75dfc2ee1134e71680a17cded52ffa72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6652, '2023-03-10 15:54:01', 'SALE/POS2023/03/6662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4dc6912738ce766c70fca01698c629947462b03c806d9fec1f9ed8e230a956a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6653, '2023-03-10 16:02:59', 'SALE/POS2023/03/6663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2909fa47f22897cc0ab4cb9ad90712d62d505fd7164c40567e42849e2f44a30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6654, '2023-03-10 16:07:44', 'SALE/POS2023/03/6664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '98.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '98.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '98.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89d717cf3af31dbcfd821d593c1d45f8bc2ab906d57dc273079f788c96958a3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6655, '2023-03-10 16:22:50', 'SALE/POS2023/03/6665', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddfe14a0373f18b4b56d75ac98030a8791b5d38a07681753897c124888d0c5ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6656, '2023-03-10 16:46:40', 'SALE/POS2023/03/6666', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c309a9497d90184f95c2c338f9221c2c324eabf59f30d74b29ecd5e7a3b3e739', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6657, '2023-03-10 16:51:20', 'SALE/POS2023/03/6667', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce9db6c3001ce628ec3e7fa0935c3290d529c9870b72a139852a4c49bc1a2f66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6658, '2023-03-10 17:00:01', 'SALE/POS2023/03/6668', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e8f03f4cd958bb3f3371fd922f227721b295c6925aaa96db18c92a30404c58f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6659, '2023-03-10 17:04:17', 'SALE/POS2023/03/6669', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bbee59d1846519694bc5266ac8132c89dc682f2493e2c3b64747bf234200fce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6660, '2023-03-10 17:24:09', 'SALE/POS2023/03/6670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5ef976493f35dd76f5235756754bde756b17ac213776e49b7268722c231e74c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6661, '2023-03-10 17:54:00', 'SALE/POS2023/03/6671', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c0b8074a0c9845ca10dc31c6a35620abdb0e0c1c1ce94764c3c2b520e09ab14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6662, '2023-03-10 18:19:39', 'SALE/POS2023/03/6672', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aaffb37291fc74b581ec63ca5131ff93a57295bcf484a2fb2542f63cc1d7cdec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6663, '2023-03-10 19:39:18', 'SALE/POS2023/03/6673', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '58.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cbbd64624daf4f9f1b6fc59a6d5412332a4044a5544e5c5d7bc929bf2664b30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6664, '2023-03-10 19:43:17', 'SALE/POS2023/03/6674', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1f932fd38b2804c2a01b97088f154a19431c9c475a18425b7c6da2623d6b22e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6665, '2023-03-11 07:42:48', 'SALE/POS2023/03/6675', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5be605fa99fac00b82cea10f163d0ffe54cedfc8b51dab7d5ea5e123c0dbb98b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6666, '2023-03-11 08:45:28', 'SALE/POS2023/03/6676', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92df970d2ab58068a71adaf848761c984a9a7615bed01cf6462e1c4435e882b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6667, '2023-03-11 08:50:42', 'SALE/POS2023/03/6677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3752dfa6d199c4fb1816769817db6186f544b2f0725f877e7dc1782ed16895b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6668, '2023-03-11 09:26:21', 'SALE/POS2023/03/6678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '116.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '116.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78e9aa8b4134bf0fc45070be426c20a3ef2741ee2f5ccfb5deba581dab78d947', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6669, '2023-03-11 09:40:32', 'SALE/POS2023/03/6679', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c51244c467ccc0eee4dc15f45973e7a4fa559b3a2272252564428dbbd9cdb1fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6670, '2023-03-11 09:49:24', 'SALE/POS2023/03/6680', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '951e20704c871826620ed4226891f8975f2d99322679c90ed4aa8a4a16ebfe0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6671, '2023-03-11 10:18:43', 'SALE/POS2023/03/6681', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df15d49bbb442d032fa554f9a600b3bca9b3007e9ef035bf12a8e72eb45cf55f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6672, '2023-03-11 10:42:15', 'SALE/POS2023/03/6682', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08a9cc8c94c52b5d1b8791e516c72e0c9457e12c0a9080076edf62a014768b62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6673, '2023-03-11 10:43:38', 'SALE/POS2023/03/6683', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e535ef0b013753aefc6537dc5181c5027cfea4a11966a43f2249d0974230880', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6674, '2023-03-11 10:50:38', 'SALE/POS2023/03/6684', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1611d1c8c873b24744cd708896ce4daf562f573c7496b73ff36e84761be5176a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6675, '2023-03-11 10:52:35', 'SALE/POS2023/03/6685', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd120bc25e920b54a28b886e6ce23fb85960c86f53e2f85373666bbd0a8fd5975', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6676, '2023-03-11 12:12:51', 'SALE/POS2023/03/6686', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5274d8502bc5ac0450d489eb5f9cdb4e1e652da584016136e4617e64daefe9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6677, '2023-03-11 12:20:28', 'SALE/POS2023/03/6687', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcc3680183fd553734ddd474dc176dd6d8a9e99f814782d5f50d46a002991f5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6678, '2023-03-11 12:37:17', 'SALE/POS2023/03/6688', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9e6b5252bcf74aee53ac10d60e8f03df3478cf9e148edc0a88d170c0efe960d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6679, '2023-03-11 12:40:51', 'SALE/POS2023/03/6689', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43bbdce1072e440e707565f828ae61e0e0186b980e21acf4e42ec999e3f30015', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6680, '2023-03-11 13:04:09', 'SALE/POS2023/03/6690', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b66d2d622c6e4754269c57b91f9343c7f9408f6522d1303f642ff5b39eb403b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6681, '2023-03-11 13:12:11', 'SALE/POS2023/03/6691', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5901def5f9b367415e955f4f5cd839a2bc891bd657d520d23b2299631c0aefe6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6682, '2023-03-11 13:22:02', 'SALE/POS2023/03/6692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4cedeb1f4ae23aecbcd6a9730add991c8affece1c1f12d9eb823fc4fac66eb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6683, '2023-03-11 13:23:09', 'SALE/POS2023/03/6693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73cb3d5fd8c3e5ffe1c485d4612e61ba670d08d3052d1d3ceb892efd8ad7291c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6684, '2023-03-11 13:23:34', 'SALE/POS2023/03/6694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3de5d2eef072d87d0d19557ef17266408349b3884b6b15877c6f31b2e6d3056', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6685, '2023-03-11 13:25:26', 'SALE/POS2023/03/6695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9e87df352485f630be73860e6d26d15cd52b75fea32e1ce42ce4f9b315a5e4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6686, '2023-03-11 15:21:51', 'SALE/POS2023/03/6696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '85.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b893cbce3fd4f4751cdad0e4cdeaa7f71a303176d97ed6122ffcc43d8406a262', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6687, '2023-03-11 15:36:07', 'SALE/POS2023/03/6697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '127.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '127.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '127.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '162dc2e833d9ab6300787dea7865217bfefc94c1d3f90bf29cc8fb6f71d29019', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6688, '2023-03-11 15:49:17', 'SALE/POS2023/03/6698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d0e079832c186a063d5d57adfb7fef114aaa68244bc8774fe3f4777ee6e9c2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6689, '2023-03-11 16:23:00', 'SALE/POS2023/03/6699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b33fdd4e3d1cc6028aff7777899f7a938b3a38b001b2188f9775c16a7404e4e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6690, '2023-03-11 16:23:26', 'SALE/POS2023/03/6700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8311827742e44c29c6ebede77657585eb11732910d1f81c44a6aca9accd06cd8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6691, '2023-03-12 06:30:02', 'SALE/POS2023/03/6701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9222e9d8084a1f194db6298fd0918d783970e94187cfa55fc23ed5296cd328fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6692, '2023-03-12 06:49:08', 'SALE/POS2023/03/6702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbe8789aef73c860bd58e40a42c78097e8d6324037e700093073bccc0ce96238', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6693, '2023-03-13 06:21:28', 'SALE/POS2023/03/6703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2fda5c95830ceb307dc2e6090a2bbffa3663c91c672d9d1847ea7fd9d1ad523', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6694, '2023-03-13 06:53:23', 'SALE/POS2023/03/6704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42367b46238f8ada70c933a7d8a8483b272233ea008f1ac44074d39c9ddbbb0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6695, '2023-03-13 06:54:14', 'SALE/POS2023/03/6705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b9292546a652db335a4ddf1b55be5629bf6bc4849f1505a73bd2dae6b85d2db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6696, '2023-03-13 06:59:22', 'SALE/POS2023/03/6706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6929b92987c181fb058441eab3796f8b88177dafdde47abe0a3828c46a55e9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6697, '2023-03-13 07:00:54', 'SALE/POS2023/03/6707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '201c32215299e13bcc837ed7b47177ec99d7855b07d94228e408a958d050fc5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6698, '2023-03-13 07:02:03', 'SALE/POS2023/03/6708', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edb9e2ddf1e313621df857d7ffa456f1304b4953df2574510e329c0058364961', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6699, '2023-03-13 07:02:34', 'SALE/POS2023/03/6709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f251aabe8c911f20c0a54af127cc905d086b5b4ba04530c2851f6d71f418239', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6700, '2023-03-13 07:03:32', 'SALE/POS2023/03/6710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59ba36714f38b213375a78fc0d0f8ae36218020e437d07692269a5e2dc1d15fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6701, '2023-03-13 07:04:49', 'SALE/POS2023/03/6711', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '162.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '162.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '162.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '462929d144c4bc15f3222b586a212cca98cbbdbf73b06618cc8b406a80c383b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6702, '2023-03-13 07:11:39', 'SALE/POS2023/03/6712', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 1, '13.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '467a065d8ab79a7100fbb245ce77b8acfea928fed43dc6385a984ca6c0601b16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6703, '2023-03-13 07:22:33', 'SALE/POS2023/03/6713', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '75.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8cc4d523e1b943e9f79221d25f20242caa873362126cc41d9761c2a02bed8dd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6704, '2023-03-13 07:24:48', 'SALE/POS2023/03/6714', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '579a236e41336748713807a8b29d2347aeb34621cde8b0dd33f1ef0d3af96b14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6705, '2023-03-13 07:27:03', 'SALE/POS2023/03/6715', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fcb98af11b534be90d03ee303e5e177d9c4517b40ce352ce7ebed81382ab3d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6706, '2023-03-13 07:32:38', 'SALE/POS2023/03/6716', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8152e1b4a807a5ed739c952a92556c015ff4b825c60630c188bc1ee7dd533541', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6707, '2023-03-13 07:47:44', 'SALE/POS2023/03/6717', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '270.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '270.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 33, 1, '270.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5c282112d53ca4f903b7c3a019653106d7eaa079ef57b5aa6f902933462f329', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6708, '2023-03-13 07:51:23', 'SALE/POS2023/03/6718', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '290.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '290.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 33, 1, '290.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc3ad89f0abf99a6b005a49c916eb71580cf0d5f27c47c05c79fdc32f3c5b5fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6709, '2023-03-13 07:54:25', 'SALE/POS2023/03/6719', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51d103ab4c2acdb9474cd0e873a9efc71bd88510ebb563e893ab1df89e1bdedb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6710, '2023-03-15 18:18:27', 'SALE/POS2023/03/6720', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '225.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '225.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '225.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6594a110b0392b02b1c2fc4cc66ba4235db523ea33e3e77bc08b1e50393a6fc2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6711, '2023-03-15 18:20:11', 'SALE/POS2023/03/6721', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '53.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5a41d67f7dd734a5fd46839bd55344863c164aee53938581981f61b7348060d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6712, '2023-03-15 18:27:02', 'SALE/POS2023/03/6722', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3b5a4d15f9a57bc8c8e3b69219f3c7944629847d3c3d6078797a01a54112134', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6713, '2023-03-15 18:32:33', 'SALE/POS2023/03/6723', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '102.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '102.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd350994555abac74c8de663103a1c503e9511806be6af57f8046ee7e87060fa3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6714, '2023-03-15 18:40:34', 'SALE/POS2023/03/6724', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '348.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '348.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 44, 1, '348.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66dcf7f44ac26f8432429665bc053dc321bf26b72a7fbc239838f0f5bb0e7268', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6715, '2023-03-15 18:47:28', 'SALE/POS2023/03/6725', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '202.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '202.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '202.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36e09ab39ac7149b2fb11f1a02974eb512b0ab1c73fec8cb9ddb6da0dbc10ec2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6716, '2023-03-15 19:03:13', 'SALE/POS2023/03/6726', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3422c339567108ebef74f170f1b8241d64ee973baa6a9d457f7962eec3b75003', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6717, '2023-03-15 19:05:08', 'SALE/POS2023/03/6727', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d2c7b893b5f8cde23226feb83892f84271982d2ab71e4cf714570f1647e8b9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6718, '2023-03-15 19:06:32', 'SALE/POS2023/03/6728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49ec3afb2d483074c89af10bf3bce6a0178aa7faf4ee5e318c20532b237aa217', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6719, '2023-03-15 19:21:20', 'SALE/POS2023/03/6729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a91de9c9376f6aca7dc26b4c51d759a35dece26818ba10df8d2c811888642afb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6720, '2023-03-15 19:24:42', 'SALE/POS2023/03/6730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe557ffd19d19457e08db9fb53b43baf9ecf47d5a3965645385d81c76ba94656', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6721, '2023-03-16 05:47:36', 'SALE/POS2023/03/6731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40b7abf4e3d0ecaa97eb01e1b6964ea3218bc40517a2c11e1d2a873efff4cbaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6722, '2023-03-16 06:38:48', 'SALE/POS2023/03/6732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '92.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddbbb730c806e7d6075fced6f3067647b84e1791b6434d02edfacbf9613c5152', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6723, '2023-03-16 06:42:50', 'SALE/POS2023/03/6733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d42987203b06d5efbe13710c812161a02fc4c3072d8922a44ad5177de762239', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6724, '2023-03-16 06:46:12', 'SALE/POS2023/03/6734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '162.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '162.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '162.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f1ca443d0b259e3392508f53b8517563b3ab4282a9b0e539caed09cb484d6db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6725, '2023-03-16 06:47:12', 'SALE/POS2023/03/6735', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7975c7487086601533e72af92cfc4869afe46884bdf875759fe28154abf48ce8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6726, '2023-03-16 06:49:31', 'SALE/POS2023/03/6736', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '165.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '165.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '165.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '808a06855734bf7ac6f42147add2aea2c2ef380200183e5961b78292683e54ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6727, '2023-03-16 06:52:27', 'SALE/POS2023/03/6737', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '189.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '189.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 42, 1, '189.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dabc91778fc8f1003a905d11f161819b59ff0316d03e34e717c5c38b45d7a34d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6728, '2023-03-16 06:54:14', 'SALE/POS2023/03/6738', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40207dab730fe11466b8f957832054bd4e2fb5d54a59b67564de5618ba518d04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6729, '2023-03-16 06:57:02', 'SALE/POS2023/03/6739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '834fc6938c04e5b1a805d24e5978666b4bebaecbf56871162c0850f643b899fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6730, '2023-03-16 06:58:24', 'SALE/POS2023/03/6740', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27af7cad0db8cb2a1d17157942b0d4b22c185396d4ca644250ec1c0ef9740be5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6731, '2023-03-16 06:58:54', 'SALE/POS2023/03/6741', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81365ae41af39f155b95ca844efc728417116c506a454f00ac391734feb082ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6732, '2023-03-16 06:59:42', 'SALE/POS2023/03/6742', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '125.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '125.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f02132642d2afe28473e2fc1fc7012d59e3f5acf57716df423987463a2a7dde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6733, '2023-03-16 07:01:28', 'SALE/POS2023/03/6743', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '179.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '179.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '179.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2186eb4c4da79292a9083f6361bf879d90f2a46bba2a8a09d18ce6772949f839', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6734, '2023-03-16 07:02:17', 'SALE/POS2023/03/6744', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e3b96d6ec2d7b1226bdacbadfe30855712a995eb870529d00edce2f240a40db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6735, '2023-03-16 07:03:51', 'SALE/POS2023/03/6745', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '445f1bcc14e18d1257d5cfbd5801c8358eddbc3901b2a222c09f4918d91f4552', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6736, '2023-03-16 07:06:44', 'SALE/POS2023/03/6746', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '86.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80e660ed4060b0e8b518066b6294d2ccbb201f57520d40faf8f5f968ff60cc06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6737, '2023-03-16 07:07:06', 'SALE/POS2023/03/6747', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e1332677621cf1c7533fa4058b4c40ad66392e90ef5aa004695a4796adf0b41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6738, '2023-03-16 07:08:16', 'SALE/POS2023/03/6748', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f6ea3a3b17d88a7d6b15cfb949794eb3cd99c1797860b63489110a1ae91f6d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6739, '2023-03-16 07:11:30', 'SALE/POS2023/03/6749', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7e80a2799835c51e0bcb425c6bffa47f9fee6a18a5f8bba571520893db8d802', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6740, '2023-03-16 07:12:49', 'SALE/POS2023/03/6750', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c43437b3f2df741ad23105818eac76f9e643a1cdcfedf3531751e6639c1c1be4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6741, '2023-03-16 07:13:17', 'SALE/POS2023/03/6751', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95fcdcaafdab681df69538fb7e3a9687a6651cc509d03f6a9c776af77d2bfae6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6742, '2023-03-16 07:13:41', 'SALE/POS2023/03/6752', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8e6976e918453fa9068f53ba669dfb90d64e4ccd0fdfc1580113248e8ff414e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6743, '2023-03-16 07:14:00', 'SALE/POS2023/03/6753', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd33b67b5c63de7637de9b11e56de3bc79f8fcb91d69d765f61bbe0a158e71a7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6744, '2023-03-16 07:15:54', 'SALE/POS2023/03/6754', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02eab574afc392eefc6a7729b5b9e4fe90258671bc41b36a57ea28d0f9701afb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6745, '2023-03-16 07:16:48', 'SALE/POS2023/03/6755', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2544d74790e2e765892efb86397bb8cc7cc8815e761dccb1efeccd73bd886bd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6746, '2023-03-16 07:23:50', 'SALE/POS2023/03/6756', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '39.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0784898a95ac2dcfc8ad13c053d96ee16bb3361e5ca2617d538390f5e3d654b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6747, '2023-03-16 07:26:31', 'SALE/POS2023/03/6757', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd68e4c2b6fe8f30d58d3742c0a297f10ebae094a47879e82615504c3ba8c245d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6748, '2023-03-16 07:28:11', 'SALE/POS2023/03/6758', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27208b3480c3489a3a96390dbf3023f7f7a79b6c0132d7f4b27e9838f3243d81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6749, '2023-03-16 07:52:40', 'SALE/POS2023/03/6759', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0202b10d0b2905518e578e0237eab9b8117447dc47bac08dd8642f79cd3a9266', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6750, '2023-03-16 07:56:45', 'SALE/POS2023/03/6760', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d5fecd3d0227689aa587422bc126920370f5ec49d228e5e6a6b95d778b25d69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6751, '2023-03-16 08:13:39', 'SALE/POS2023/03/6761', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b1afa87a1a2334dc4d16be044d447f3cc5d73cc7ad75b3ac283131463d3d435', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6752, '2023-03-16 08:21:08', 'SALE/POS2023/03/6762', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78adf67fd8b0056c6d6356e0982198a8f942a72102ad8df2fc42de68305c7078', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6753, '2023-03-16 08:21:23', 'SALE/POS2023/03/6763', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c420f57b995f14c4062f6cc464e3bab7b659cf56bfc1bec7231e38c507be12ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6754, '2023-03-16 08:36:15', 'SALE/POS2023/03/6764', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a587162c64f6751cc289ce23bd9078e83077c4b8ce187165fba48d7de74acac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6755, '2023-03-16 08:54:06', 'SALE/POS2023/03/6765', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fcaadb18d1c5554422cd2dc9a03ac79205b5bb938e45519ab294d41f2a111b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6756, '2023-03-16 08:57:00', 'SALE/POS2023/03/6766', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '589d483155a7ee35d5487fcfebd0fc516c073cf859c1218387db0a177a1ab47f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6757, '2023-03-16 08:57:35', 'SALE/POS2023/03/6767', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29ae4d7a041c04cb70994069bd546646ff2b19b1536b089271f9faeba6934f04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6758, '2023-03-16 09:05:41', 'SALE/POS2023/03/6768', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a22baa082292487f8f994d8e70768a1fc89e067db96f2870c236867f610fc92a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6759, '2023-03-16 09:25:08', 'SALE/POS2023/03/6769', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b72636bbc81c77793460fab5c73d01eb8bb9f17728f10acbd13bbb65380c92f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6760, '2023-03-16 09:27:56', 'SALE/POS2023/03/6770', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1de61c1ab40f7ca63b38732f02d6089dfb43e80a5e5f45d251783a9948681389', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6761, '2023-03-16 09:30:03', 'SALE/POS2023/03/6771', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fbd603dd7d3a9e8f9534e6aa92c21ed062f4ab762134bd3a1b16be74a86b083', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6762, '2023-03-16 09:47:45', 'SALE/POS2023/03/6772', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bebbc29878c8662757a3d6ee96645102bb23ad4c0f2952119b23cb0d32934d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6763, '2023-03-16 10:53:16', 'SALE/POS2023/03/6773', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6042783aef33cfe5da681bed4184b88751e46d2b24cbd57d74ce928aa91bef61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6764, '2023-03-16 11:11:28', 'SALE/POS2023/03/6774', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '61.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d6036e2cc2af0e6091330c2e6e4a6d37f629d4b0bfbbde71acd725cd9841212', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6765, '2023-03-16 11:12:39', 'SALE/POS2023/03/6775', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcd1e6bc15dc7c8b513907619ee575118967d980c531b418f23ef8623e29856f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6766, '2023-03-16 11:31:09', 'SALE/POS2023/03/6776', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9cb486ab7969d7a4aedfb517821706ef4ef129067ade41aed564b87e1f3d1dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6767, '2023-03-16 11:45:02', 'SALE/POS2023/03/6777', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3f7d3eb3a463ced8dc27d68cc7ee7d06622b61c9cb4de8ced5b101cb4f71e78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6768, '2023-03-16 12:15:42', 'SALE/POS2023/03/6778', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3d49c6729f054fda1b5deceac4bd4f0b9fe7f6e467f19038551b498e8c4e8e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6769, '2023-03-16 12:35:53', 'SALE/POS2023/03/6779', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f8e9bc1efcda20f9a8b5b176e08d4359622c7534a977cab876482a8139a802d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6770, '2023-03-16 13:22:38', 'SALE/POS2023/03/6780', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79911dec2b2b147ef9a5181798ab506dd6d1ff8b33af987e7f7c225c0ae4bac2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6771, '2023-03-16 13:24:13', 'SALE/POS2023/03/6781', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebbbf65fc79eb4f49c5fa2e89786d9b0d1f6ce7e548d4e10f1db4b680d21271b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6772, '2023-03-16 13:54:02', 'SALE/POS2023/03/6782', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d936085ae2dff7e6b33d9e6b9eda08ac878338781115c4c2bb8e81e23ddfd86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6773, '2023-03-16 14:31:03', 'SALE/POS2023/03/6783', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b1cc0a3ea57311e7c0060751acabc4fef9d9144d846786cc8d8d53c8fc46814', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6774, '2023-03-16 14:51:11', 'SALE/POS2023/03/6784', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '658cfec03785466bc415a60c87798ad58e3428f65d533f8153ba6e088eee8029', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6775, '2023-03-16 15:53:01', 'SALE/POS2023/03/6785', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44a3e7abf4ef85484799e9fee1f1a996be4c7d7cf0068c540b8c795d34bfb464', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6776, '2023-03-16 17:20:14', 'SALE/POS2023/03/6786', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e981b3039574438fcba059514c8fb6ad18c460e0c61d36227ae422ecd7f82d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6777, '2023-03-16 17:54:40', 'SALE/POS2023/03/6787', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd26133dc85fce2da26032b596f0e7834c7303b5f16233002f8ccc08fe115a796', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6778, '2023-03-16 18:46:14', 'SALE/POS2023/03/6788', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18f64f5a299252ce620c3acfa2b2f2349c9f3c8bbb81aec397abc2fc4a4cbd39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6779, '2023-03-16 19:04:34', 'SALE/POS2023/03/6789', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a85932e006a0081776db09faf18520b3ae81a4b1f4b9ba1dadfe018af24d7b8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6780, '2023-03-16 19:33:16', 'SALE/POS2023/03/6790', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'feb07a234d2151ab636a18ab9d17c78f9663532e02c1fc0deacf8b8448be8a0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6781, '2023-03-16 19:41:52', 'SALE/POS2023/03/6791', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '897f13b3893cf89d6f75ca557a2665e4850796f5e4bcf41c98e9e5b72c8fd356', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6782, '2023-03-17 06:25:22', 'SALE/POS2023/03/6792', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f04aeb6eef63f32654c1680be9a7ea42f22f9dd1c273fd092b1fd2b5af573c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6783, '2023-03-17 06:28:20', 'SALE/POS2023/03/6793', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '143e9193ef4d34207f5b6979f50a5095f6226a2a97b019644f124125da58c3d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6784, '2023-03-17 06:29:41', 'SALE/POS2023/03/6794', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbf47897a4d6e5b04b1eb5ab81f7b44508934df9ff9d77e12959412929340d60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6785, '2023-03-17 06:31:06', 'SALE/POS2023/03/6795', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b49585505f8f5daaad7686d99159a5bd88f6fc1680c67fa172fcba9b73d46f8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6786, '2023-03-17 06:34:08', 'SALE/POS2023/03/6796', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd030c9cabf54772c7189bd65cc5b5f23e246750170a82f57bb1c15c33065495a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6787, '2023-03-17 06:34:55', 'SALE/POS2023/03/6797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '185ef6b93bf3e3edbb0ca3e0ae6ddb8f59d8979d475f3a5a3171460195631709', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6788, '2023-03-17 06:39:06', 'SALE/POS2023/03/6798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e933c153a15ca9f82e2ac668f82c38e11e1794b48d5ca8cd0ab47a78246692b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6789, '2023-03-17 06:47:11', 'SALE/POS2023/03/6799', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7705fedd73500ac379f7b0ebbe7f114ed506d358dce0c4ebb68592388fc5e323', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6790, '2023-03-17 06:48:22', 'SALE/POS2023/03/6800', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '944adb1fd24572c34f499a1fc6382b975349703335050918e46c8653087210a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6791, '2023-03-17 07:14:15', 'SALE/POS2023/03/6801', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '592501e044fcf7a270e9ff5e87605846d793ddf1d6a849788a5fd4af88f203e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6792, '2023-03-17 07:16:34', 'SALE/POS2023/03/6802', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cc8db075cb3a2f989da28762e7d6e015c79513963a05600265f7d10100e49ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6793, '2023-03-17 07:17:34', 'SALE/POS2023/03/6803', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b73cb2eec938c5d0beae51987005dc0a92b91127dee0ef5cf91b41d0d73db33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6794, '2023-03-17 07:37:42', 'SALE/POS2023/03/6804', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57422f7ec208bbbc8a3b514ccf28d6883bc05ab12843fa3ccc8178f7d772e71c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6795, '2023-03-17 09:19:49', 'SALE/POS2023/03/6805', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b8fbdf8046d43199149fdc85b0e3ce86fccdd62838b29f536923b76a451ffb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6796, '2023-03-17 09:30:58', 'SALE/POS2023/03/6806', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '241dfb88ae946df8af56f5621c7cbd1f452404d47c687562600de76fb80de205', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6797, '2023-03-17 09:40:44', 'SALE/POS2023/03/6807', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd293c2dfcf01cecdcd42e67f11c81b5f467259f4f7a4aed23cada17fa8c138da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6798, '2023-03-17 09:45:06', 'SALE/POS2023/03/6808', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52ea8963d63af1570f3e6b283184cc508b54c53dd63cf7c64463a41a5696d6c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6799, '2023-03-17 09:45:39', 'SALE/POS2023/03/6809', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63a632bd61ee7605638158b89246c1106429d89552c06841abdbaece004c0105', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6800, '2023-03-17 09:53:59', 'SALE/POS2023/03/6810', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3cca54d51c847579f92a0ad94efa668fb064c124fddbf88e4567d54a391aca0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6801, '2023-03-17 10:16:25', 'SALE/POS2023/03/6811', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c883edddf6fb6bf076bf9a444a1a2ecef8febdca693be18e71067bed4943b589', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6802, '2023-03-17 11:20:09', 'SALE/POS2023/03/6812', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aac2ae1ad74f91a9a6f012e51380f766ae69f239b1f8ee0b56495bbb480f7cd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6803, '2023-03-17 11:27:46', 'SALE/POS2023/03/6813', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cc434668b6340d6cf69bee734e65e52ccede3d84ed2c45297263e2fb64b59d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6804, '2023-03-17 11:28:49', 'SALE/POS2023/03/6814', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73b0809b1814ff60448864fc6815ddabaf0333e0a1b3183f3a924ebff14a1169', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6805, '2023-03-17 11:29:53', 'SALE/POS2023/03/6815', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55401f276ea8f3ded1cd08e9aef6a0d3ff8e4d419967e713cf00f9abaec8b7a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6806, '2023-03-17 13:21:57', 'SALE/POS2023/03/6816', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a00e990712a25b306df53af001670c0e4a7080893521c67074d59c204f4bacb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6807, '2023-03-17 13:24:41', 'SALE/POS2023/03/6817', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b11f0c6c9307ae40ca9a1b46d0b0c26490bd6305fd984abd90cca96e406d4830', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6808, '2023-03-17 13:42:36', 'SALE/POS2023/03/6818', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '947dc45b85c5c6f75128738d91f2ed3a68d9fa87c83146acfbd7111f37aa539a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6809, '2023-03-17 13:47:25', 'SALE/POS2023/03/6819', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd466338bf26c54caaf5e8e95e456f3f977647fb94a414a2bbff446bb77f7f886', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6810, '2023-03-17 13:48:54', 'SALE/POS2023/03/6820', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '311eeb3f389e646313d738f29d455710a65d61c75a733512bdcb6709fe54dbbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6811, '2023-03-17 14:03:29', 'SALE/POS2023/03/6821', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '975551def7c71c38531f82ffca8b02675dbc78045271ac50d3cd90f1da91fc12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6812, '2023-03-17 14:24:41', 'SALE/POS2023/03/6822', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f23e03a13c0caef00b58af84da13aff8666fef3d02eba7c91e5ea185eba5a9e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6813, '2023-03-17 14:56:54', 'SALE/POS2023/03/6823', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21412aeef50631b0ba719adcc2d028ca7bea8ca236520cef5df5d52a9c092701', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6814, '2023-03-17 14:57:22', 'SALE/POS2023/03/6824', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2200a14f1c9ddfcd4e26ab1bcab17bb312ba547b710d785527dd3cafa630ffd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6815, '2023-03-17 15:09:09', 'SALE/POS2023/03/6825', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56011736960671bc1436a0c6ea20a8efddce802f1339555ebf42c83fa4ba82c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6816, '2023-03-17 16:07:24', 'SALE/POS2023/03/6826', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2567dc115747ff32ad30ad32d566a178273a53a513747043e676df4c4f5ebf5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6817, '2023-03-17 16:09:10', 'SALE/POS2023/03/6827', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d3b7be3febf9a04d84edc726c5df5dd3e0a92ab71a21927515260d1ced199f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6818, '2023-03-17 16:22:58', 'SALE/POS2023/03/6828', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'daec44770362246acbe0a4f7f29baec2143d1ab32a753f4c16188b3553fc3ea9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6819, '2023-03-17 16:26:08', 'SALE/POS2023/03/6829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61c0f1798b32724607047ca1800bc4b054f475accb55abd8de1feeb42475d6d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6820, '2023-03-17 16:28:12', 'SALE/POS2023/03/6830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0131a1733b307799cf924cd9c364c105ae3cad44fa7b2482ad9d25c31e943e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6821, '2023-03-17 16:30:10', 'SALE/POS2023/03/6831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67718ed8b382e7de4d699bb97db55dea197753052e4b9eb597f8f2f75ee500f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6822, '2023-03-17 17:09:08', 'SALE/POS2023/03/6832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68184a3427058acb1ad57206eda88428dd3151d7fc3ab7547a853508dbbe6384', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6823, '2023-03-17 17:16:20', 'SALE/POS2023/03/6833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51d5adf544042e3f086cedbdac5efbf01a22d0c12267f07992f6f5391adfe6b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6824, '2023-03-17 17:33:29', 'SALE/POS2023/03/6834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b630df68730f70d37367e2e2d21a4266839499e10c546d544f0fbb93ade7082', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6825, '2023-03-17 17:46:42', 'SALE/POS2023/03/6835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13d537ddc914b5f52ef81450badc79131f3e9c8c24dccc09ebb63b44f23c4cda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6826, '2023-03-17 18:04:29', 'SALE/POS2023/03/6836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '170eb66a3ae1d0cd6e205bbb8b2b8e659bb6806cc500fa4a3e19b2c671a93f2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6827, '2023-03-17 19:01:25', 'SALE/POS2023/03/6837', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47006e39a37d93df8e9350283a1e15a0554ced7becaa24e8c2836c63decbbb64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6828, '2023-03-17 19:02:44', 'SALE/POS2023/03/6838', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6620f98a2ad9c2986b1b897019c9d984a5da603ffc28b37e3b626693a817027', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6829, '2023-03-17 19:22:13', 'SALE/POS2023/03/6839', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b28bc9f8cd0844b92725d68386d71ed4b6dc78e04ce214d746b1c57181c3cce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6830, '2023-03-17 19:44:00', 'SALE/POS2023/03/6840', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6953b2efed67e6fe261a082c322a11a1d5f07a9e11986b763df37230e367586', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6831, '2023-03-17 19:47:32', 'SALE/POS2023/03/6841', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5b66035713d9fa7f0c71f13ad92d0c4a1a4ada6541b908f6b2d045565130361', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6832, '2023-03-18 06:34:40', 'SALE/POS2023/03/6842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46767d9055d8fd04dd5664b2c914e140a2eb75689bc2a28600b83565dd99a0b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6833, '2023-03-18 06:36:24', 'SALE/POS2023/03/6843', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46b43c99273a716bc79c6116d1dc455c35a611d3f3bb498e36549868d53a4a99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6834, '2023-03-18 06:38:11', 'SALE/POS2023/03/6844', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fad56b852bb0653d3ffbf9ade68cefb1b2afe2e1410a8ddc9a0b3825fd190d93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6835, '2023-03-18 06:39:03', 'SALE/POS2023/03/6845', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52a0fb08934c2ecb3dd3d00a5b4c06869d027018f9789779ed2d5550497a1693', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6836, '2023-03-18 06:51:37', 'SALE/POS2023/03/6846', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34abd28724e2f0b0e2132d179276147944ec4330364fc39ec7e8bdeedad6e85d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6837, '2023-03-18 06:51:58', 'SALE/POS2023/03/6847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05027e236a0e2c940ae3e220e16fc9d5928a804b51b130f17cb7a1c9cd7dd543', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6838, '2023-03-18 08:00:44', 'SALE/POS2023/03/6848', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '624593ddc88232614fa1294c17ea7f3916fc09b86cdf22d4d5917c791210951a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6839, '2023-03-18 08:18:41', 'SALE/POS2023/03/6849', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6a9a52004c2031d8767e699a519a956fbc10630c67e11d990caad5829ff95fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6840, '2023-03-18 08:22:44', 'SALE/POS2023/03/6850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '290c1a2fb214bff0f2a3f4962a23ba777dd68c009cb25f93ffdf5e0bd1c011ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6841, '2023-03-18 08:39:19', 'SALE/POS2023/03/6851', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39c6f2031f394e8d73ae5e19017e347266ffae607a5242d06ebae56128f63b65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6842, '2023-03-18 09:07:20', 'SALE/POS2023/03/6852', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '231382e02ce0c5346f337c827beaae47ccc28135ea20d2d1abef1b5173ea8381', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6843, '2023-03-18 09:10:29', 'SALE/POS2023/03/6853', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '592577c82a28ac816e01b3d7e4186fd3fe4bd1256e848f03f901e8cd9a84b35b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6844, '2023-03-18 09:15:10', 'SALE/POS2023/03/6854', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49ab32284f23bcaf8910a9fed83dce41631afe28817615579799352d473c79ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6845, '2023-03-18 10:16:57', 'SALE/POS2023/03/6855', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '997b1ef50b9961b5079702a9ef167b2735b043ebc17d0546d56ae33a81e4e1aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6846, '2023-03-18 10:27:56', 'SALE/POS2023/03/6856', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b3393b93ee64529b96e5f5aa5688b2ab153ab0b7a76bea727dbebab23fda00f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6847, '2023-03-18 10:42:38', 'SALE/POS2023/03/6857', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eacce57df81ff2a2e1a1ce0feea35c78ae1de64bd3c9cba3a1b6e4dd38766adb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6848, '2023-03-18 10:46:43', 'SALE/POS2023/03/6858', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82c4d017217ccfbf3c1d04a4f72d661fb8372260ef9334554e3baa393af90cf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6849, '2023-03-18 10:57:21', 'SALE/POS2023/03/6859', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a4869feea8a778d150c6281c55fecd3f0666c47656e9d141ba93a4b31a12a5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6850, '2023-03-18 11:15:04', 'SALE/POS2023/03/6860', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89bf8132ceb538956ccd3179586fdc30fad5448d9987df9fecc57a619c5206a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6851, '2023-03-18 11:15:20', 'SALE/POS2023/03/6861', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9eca954c3ca470b56718d4dcb83480303a659aeedf851c6d7af9191026897cb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6852, '2023-03-18 11:25:37', 'SALE/POS2023/03/6862', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a126ffb04df1c0f2fc2981efa8f60a093cd447f2d31b4532767ddd03a8fed975', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6853, '2023-03-18 11:28:02', 'SALE/POS2023/03/6863', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35378c5464a4349c3cb26c1bba1055de867d32dfe98a610608179d105f5d8cc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6854, '2023-03-18 11:32:35', 'SALE/POS2023/03/6864', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5de02e22edcc4cbc3aca89f7d6b9d99697f502fe04d793abf23d63397fcc7105', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6855, '2023-03-18 11:46:19', 'SALE/POS2023/03/6865', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cba861dfcba8188d2a86cb6d85331e29d45be9f86dc8d1f015417c4beed7f1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6856, '2023-03-18 12:02:43', 'SALE/POS2023/03/6866', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f5bd78ff03659ce2fa06a8617a83ec0ec23e8683132672ae2256fc69f8875ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6857, '2023-03-18 12:31:00', 'SALE/POS2023/03/6867', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7c511971b9240d5477af091d771beab08efdba1727a6215d0097ace9bda7245', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6858, '2023-03-18 12:59:50', 'SALE/POS2023/03/6868', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '733c1f53114c46d5c8b5d443fa1063238803fc65241e78bed4919f04e4348a3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6859, '2023-03-18 13:55:10', 'SALE/POS2023/03/6869', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4ddefbff44696a07e8477f9a8085110aeaec43bede4054c1060a5cca410beee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6860, '2023-03-18 13:58:21', 'SALE/POS2023/03/6870', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec80888d5be78b4181d713ce4d206dc85f035b834fa68cfa5be253026a0341cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6861, '2023-03-18 14:32:58', 'SALE/POS2023/03/6871', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f83c290cbfd1357933d7969d61a5582e931732d7552052407fb5860c2be73be3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6862, '2023-03-18 15:12:06', 'SALE/POS2023/03/6872', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8cfc772d220f6ea67a3bcf67289c2f219bdb4158d9ba8d68aee16bf86516fe5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6863, '2023-03-18 15:13:38', 'SALE/POS2023/03/6873', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e323f6b18d2b1afbcd4af45a15dce10bcfde7d0e94341ac05c3a11515079090', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6864, '2023-03-18 15:24:46', 'SALE/POS2023/03/6874', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97d11b4e7406b61dd46be2ef74d262a3eb16d71deb682f82fc552eb37b0b27e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6865, '2023-03-18 15:25:08', 'SALE/POS2023/03/6875', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae89e0fceb420c8fbfbef382a5bd7ea23ed077ad57ce8b8a4f5b8f3c41efe4ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6866, '2023-03-18 15:28:34', 'SALE/POS2023/03/6876', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58e644e48b9a9be623167e556ff8a23a6a89042763e6a0f455d61d5c3309393c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6867, '2023-03-18 15:36:39', 'SALE/POS2023/03/6877', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb3b6727e263d7c98f6773b5981c1233dd09cac4f666f454bc203578e052cecb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6868, '2023-03-18 15:38:11', 'SALE/POS2023/03/6878', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5ac803f5bf982965b9812e8aee6f2986d406eaa29a5d556cc6f6e78ee750bde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6869, '2023-03-18 15:43:22', 'SALE/POS2023/03/6879', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37460a00d0271e975ff30dbd9f6f7df48286e826cdfe07fdf255d50629269fae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6870, '2023-03-18 16:23:33', 'SALE/POS2023/03/6880', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57ed69547a32c0a06a447b5900783bea8f1972c382bd9084efeffbc4bed93547', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6871, '2023-03-18 16:30:57', 'SALE/POS2023/03/6881', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f905a2f8015b39ec10d7de55fd123e9aa5f587b6639668edee64db3215fe28e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6872, '2023-03-18 17:03:46', 'SALE/POS2023/03/6882', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d706a323a5d0c2588dc1492f83e5f5facb97738bcfb03376f6cc786a582ccbf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6873, '2023-03-18 17:10:44', 'SALE/POS2023/03/6883', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '819334ead1216a6b5bad78498927837758faa6b18803d1059eb4b13d1ff6a3ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6874, '2023-03-18 17:14:01', 'SALE/POS2023/03/6884', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e95cfca6df6bcb394932ad37f259f3317de6b774694fc94c12e8d5d8c717bfdf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6875, '2023-03-18 17:16:07', 'SALE/POS2023/03/6885', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e35dd1e67d3a60d28360112d4622fc1c99e09374bba87d854a655b8938a35d1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6876, '2023-03-18 17:19:16', 'SALE/POS2023/03/6886', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41793f517f1f69f1a1d6adcfc1112ff0ef3d41209d06a66ab0f9b6c816133d7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6877, '2023-03-18 17:34:12', 'SALE/POS2023/03/6887', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aadd4731d11b1e4a369e9f467a57261cb96d0028acbc2f154e19c92e25d295e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6878, '2023-03-18 17:56:15', 'SALE/POS2023/03/6888', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34b6d18a5fa86bda0609965a3c547d9c7d5338021915c0a7fb247fea739d78d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6879, '2023-03-18 18:21:51', 'SALE/POS2023/03/6889', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec1fcc2f904b4a82d23a1085060725fc213ff3e4389026e41dcdf625825247ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6880, '2023-03-18 18:22:24', 'SALE/POS2023/03/6890', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b0aa1238d2979f31c326e73be1065e622f132fa0112f66c3d27eaaef5cef3f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6881, '2023-03-18 18:24:31', 'SALE/POS2023/03/6891', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ef28fa5e32e54ba151ca397e9b9ca8a8e66a37d31e9db3620764fe70953d8c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6882, '2023-03-18 18:25:58', 'SALE/POS2023/03/6892', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f30ca61c5b8006c7b007d1b6e5a39f03ffccb8b230d77ca8e313ad20d563068f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6883, '2023-03-18 18:35:49', 'SALE/POS2023/03/6893', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '141a16627848a156b03c5247a0cedd24bf2377c2c48e9074b578ffb30d76f25a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6884, '2023-03-18 19:23:52', 'SALE/POS2023/03/6894', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17d66699d9c0db441111b2f0a01259d04c90959eb46a9e0e1571c40afd0b32d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6885, '2023-03-18 19:34:26', 'SALE/POS2023/03/6895', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92ad035747428f7c85face6f0f2a0b41583e2009e4110b8074a0dfc55c95e0e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6886, '2023-03-18 19:49:15', 'SALE/POS2023/03/6896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efaf165afce254b96572aa05c898dad772ddf1c2478d6cb2f91f40e0fd2c4623', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6887, '2023-03-19 05:49:21', 'SALE/POS2023/03/6897', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b5f25c92b9d2a19d8eea03454a9fcedb416f0e263e005eb314a1c55ccedbfb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6888, '2023-03-19 06:08:58', 'SALE/POS2023/03/6898', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb1acc4ba36bdc14f1bc942ef5f5fd8199704798810f6cf8af7c3967e2be8a1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6889, '2023-03-19 06:09:31', 'SALE/POS2023/03/6899', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bc0d7006397fe873b7fbdcf7a26444d0ab0f93071c64228921c4ab64c89449b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6890, '2023-03-19 07:00:32', 'SALE/POS2023/03/6900', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd30695ae8c3801aa19b2ae74fb3b8c41e2fc24ddd2092ed0b0b05baae1b57bae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6891, '2023-03-19 07:30:11', 'SALE/POS2023/03/6901', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3f473b6ebc12119daf4ea0148a7fc43925f148b1e9ea90b588810fb2b97e81d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6892, '2023-03-19 07:44:29', 'SALE/POS2023/03/6902', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41860b03dfced9bbd2a94d7b72371e7eba9c73cce937c22e1433de7cdc5dc699', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6893, '2023-03-19 07:51:15', 'SALE/POS2023/03/6903', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9128f594b27ff80b6fc1f9a74c1f49103ca33fc8fa9a32023c54b30b0f5b0735', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6894, '2023-03-19 09:41:02', 'SALE/POS2023/03/6904', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f70e629e93f34c7e31f5e9d613df03bca27614d91a55de2d2f5450493155634a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6895, '2023-03-19 10:21:32', 'SALE/POS2023/03/6905', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '351.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '351.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '351.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7b974e04935c1545d2e23e40131cd827d71fe883aba5efed2e41397ecb37419', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6896, '2023-03-19 10:27:23', 'SALE/POS2023/03/6906', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e15cf61290123e8535d2a5265752aa04f372fccdc26af12fc20f8ad03c97a82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6897, '2023-03-19 10:31:40', 'SALE/POS2023/03/6907', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '775bc4438a1cf243ddfe9d883f8fda01fb50136d70e7aea3182235bbc6d13159', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6898, '2023-03-19 10:35:49', 'SALE/POS2023/03/6908', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46bff4fde68d24b748001879146ad78acb507b6e6df66d1491b944ba4e2bd25a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6899, '2023-03-19 10:48:05', 'SALE/POS2023/03/6909', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47a0f1e2e7e0d107926ac197306f84356b13e9ea85807989d0cc44dd4e2ac2df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6900, '2023-03-19 11:11:03', 'SALE/POS2023/03/6910', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1afbfb97f4a1e57484d0b82116835928427308e87946daea1ce29180ff2a460d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6901, '2023-03-19 11:37:10', 'SALE/POS2023/03/6911', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '88.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '88.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '88.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ebf79b903ae99773df0dc16d4f41391a1c5486c05fd81602e741a8a9f66c175', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6902, '2023-03-19 12:05:39', 'SALE/POS2023/03/6912', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a8960c9209dcc29f440c3e44e0337ab74e04e697cf522f3ceaed36a68b47cdb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6903, '2023-03-19 12:11:04', 'SALE/POS2023/03/6913', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be54fdd01aa07d01b37df82866d0c2c5208c041237150c2eec4f0ddba09b32b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6904, '2023-03-19 12:51:05', 'SALE/POS2023/03/6914', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '203.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '203.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '203.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '741114da752a458ed74cd76e6283311c558b9e17349cc58410ff99bb0d0bb982', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6905, '2023-03-19 12:58:05', 'SALE/POS2023/03/6915', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5da9adaa58debb9f9d91f7412dad32b1d224f7ed0dc574155e42b93ca3700a34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6906, '2023-03-19 13:49:43', 'SALE/POS2023/03/6916', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf5e76e2558919c033c818d30452ff5ba10be2fa9b5374c594956ca24bb8609c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6907, '2023-03-19 13:50:59', 'SALE/POS2023/03/6917', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49c079a04c58e2059b1347489f08b76784980bcce6429fdad7b819e4fb8dafd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6908, '2023-03-19 16:18:16', 'SALE/POS2023/03/6918', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb8cf31c1dde648550238051ccdb4d4bcf54054cb361faba7e8e4e346a6730b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6909, '2023-03-19 16:22:29', 'SALE/POS2023/03/6919', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac1627da0877a66cf7a1d3e2fd6a4a01af2ff3f9ee82c4888fb0a76f5941a299', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6910, '2023-03-19 16:23:34', 'SALE/POS2023/03/6920', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5ce13451a0e641fb7710a11d30701b1cecbea8f45fff902a5d26798337b9ea2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6911, '2023-03-19 16:36:06', 'SALE/POS2023/03/6921', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e595b2cdc185831252293739e5734e375308f04bfd92976cadc736c6d7f40531', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6912, '2023-03-19 17:21:55', 'SALE/POS2023/03/6922', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '54.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab745a70c574e8045ea8588f4ea064849a6d6b815279a53438197b5403bd60ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6913, '2023-03-19 17:31:14', 'SALE/POS2023/03/6923', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e406a390ab8fa1adca15303d95c580418c509d64e59eaa80a876dfd608187aa7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6914, '2023-03-19 17:44:49', 'SALE/POS2023/03/6924', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6c2d5f6963be8b5c2f3492fd03668389060a8a05a5f5ea0476a79dea21ae7d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6915, '2023-03-19 18:24:20', 'SALE/POS2023/03/6925', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e4aff87c73342c299c3d851e0793bbe8c6c51d789d573dcc1a8669ea5247238', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6916, '2023-03-19 18:34:14', 'SALE/POS2023/03/6926', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10b5d1cca3e406439785b0b53a291c1fd248968cf3108ebda37e42aa01788c95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6917, '2023-03-19 18:49:15', 'SALE/POS2023/03/6927', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df946d21c9ed12538fffec428d694a65f5903888efc111e11f3316131eaaa7c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6918, '2023-03-19 19:11:31', 'SALE/POS2023/03/6928', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5b366cf8e96fbaf859a51ce832d3ce524927d328a47fdc5101a9c33bca11846', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6919, '2023-03-19 19:15:14', 'SALE/POS2023/03/6929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcdfa668e81479bd1609894f92657f41f7d2e8d468cf45912d6352ef3ee1faac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6920, '2023-03-19 19:51:47', 'SALE/POS2023/03/6930', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34885c9f05755cd968b78e6f8c91dd980e1402416db26d8ff798f26680193ddd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6921, '2023-03-20 06:55:18', 'SALE/POS2023/03/6931', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '69.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf36b77f07df8958e1859b3427b60594d66d06266080da7af6d9df820050e050', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6922, '2023-03-20 06:57:23', 'SALE/POS2023/03/6932', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b8d0ccaf4499ebe0fdf10ec8d8af6f75135c3bf5a6fa3de6954621bfeedb238', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6923, '2023-03-20 06:58:05', 'SALE/POS2023/03/6933', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77972eabb6ab376dc7cbaa21b8355f5266f6ea1f602831b3764b7cc5a2011a91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6924, '2023-03-20 06:58:57', 'SALE/POS2023/03/6934', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9aa9eb84456699e1a9a5e843cea5e21d957a513c6dfcf4e77f695bcb35fb8f80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6925, '2023-03-20 06:59:49', 'SALE/POS2023/03/6935', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '787855d7ede6f5d0047902a3d5dfa7396f3f6fe477d843dbf8da7cee4089113b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6926, '2023-03-20 07:00:26', 'SALE/POS2023/03/6936', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5be0c242ec5022043d0a4c84b5667d104e2b6664b99cee4cfe5d30cf45a9c57c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6927, '2023-03-20 07:21:35', 'SALE/POS2023/03/6937', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1d19e3830192ff15af3a5ffc6cd1f03d0565fa8d0255ae47954c30702270bea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6928, '2023-03-20 07:36:18', 'SALE/POS2023/03/6938', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91c2e03fd73c31fefc4d347c80fc7fbd70eb6dd9751a069c325b71f558376919', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6929, '2023-03-20 08:00:44', 'SALE/POS2023/03/6939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6b0b401b45dc1c2afe13dd5a761c896e2452e3c407522e6f8eb40f97a106788', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6930, '2023-03-20 08:01:33', 'SALE/POS2023/03/6940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f12e531b891e274bb76b03677f6382b7ec24057367c12f4c3665db496d8a0337', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6931, '2023-03-20 08:06:07', 'SALE/POS2023/03/6941', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20b2d1cd8be2b2ff1e2514b5d96626c695fdf574e47d94b26b589da6dbb898e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6932, '2023-03-20 08:19:03', 'SALE/POS2023/03/6942', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59afbafcd28c761786c3880867f198f48ce5a3a1f08eb153ad0a2e1915a8e1ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6933, '2023-03-20 10:55:10', 'SALE/POS2023/03/6943', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '134.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '134.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '134.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0227a4e7eee38af52f21caa15a7bb77dc0c5ef239331cad2bf877a925d040d26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6934, '2023-03-20 10:58:39', 'SALE/POS2023/03/6944', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5580e16fc6715ff35adba532c4a26b230f6fd4e2f10e15c8097fe7bad1712b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6935, '2023-03-20 11:12:30', 'SALE/POS2023/03/6945', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffe777ffd7c23f264b01c343ee77f9a7d49e45d427e87915fe08834911a5092a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6936, '2023-03-20 11:16:22', 'SALE/POS2023/03/6946', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1bbc81f47f261d3aea873bb9e069434e40d374067c3403a1383b76abb9a95ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6937, '2023-03-20 12:10:37', 'SALE/POS2023/03/6947', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42d4f3aaab9d5a1d95cc731dc9d3c947c6032f338e1cdc3b2584ccea0ec5189d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6938, '2023-03-20 13:08:21', 'SALE/POS2023/03/6948', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a8b3e085d484d4f35e21501b079f39fa5758664f4981487478972de3283dc2a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6939, '2023-03-20 13:25:03', 'SALE/POS2023/03/6949', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f39d7a524f11bbfe7e5a501fe9b27eb651df0c3ab38fcb1e2a04d3c7881c1a4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6940, '2023-03-20 13:34:06', 'SALE/POS2023/03/6950', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'faad217cca15a25e0d7a616be32d7dc47c3ebfc1475761b52dcff17763cbb8b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6941, '2023-03-20 13:57:04', 'SALE/POS2023/03/6951', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ffa6eaec020808921970d1584c5aecdbb238fdca0a8fd0e57f0730294ca84dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6942, '2023-03-20 14:38:48', 'SALE/POS2023/03/6952', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1048f44ccb330acf89ca7e0145a75e6e32c421129b7be5df54352267d8c65205', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6943, '2023-03-20 15:32:11', 'SALE/POS2023/03/6953', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce0010a96c34aebe0a8daf40e80a59c987cf3df0975f657630634077cc18c25c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6944, '2023-03-20 15:57:32', 'SALE/POS2023/03/6954', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc7ae7947a1e79ecad123aba37d92ef20db67bda83499ec01f40a61ac2759ab6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6945, '2023-03-20 16:07:44', 'SALE/POS2023/03/6955', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '079dc1a3c9ffb39f2282270967b1888e40fb872b2c4590b1114a9ff65588156e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6946, '2023-03-20 16:20:10', 'SALE/POS2023/03/6956', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '951d6455444734f32d9b2befd6c140eba52322f64e631f35b394a7b1119faaae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6947, '2023-03-20 16:34:46', 'SALE/POS2023/03/6957', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b471607378e47a2e9cc0ff23e9b6fd437f82a74d081af45722aa759efa898e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6948, '2023-03-20 16:46:46', 'SALE/POS2023/03/6958', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e42b41b169c2ffab024dcaacd8c9c9e69fa1e30d860e429773ff2716870a8f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6949, '2023-03-20 16:51:56', 'SALE/POS2023/03/6959', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efb2520d36005dc3cce69e78da1375ca1437ccd19bd5649ff2ebef1df2bcb3c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6950, '2023-03-20 16:55:39', 'SALE/POS2023/03/6960', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6e9859acfeda8e7039dfa18230bfe9ef186fff62a46a487b5602e2aa81b069c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6951, '2023-03-20 16:56:27', 'SALE/POS2023/03/6961', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'beb12279ab1e60c00564ef2e88e597c4bbc382149ce1a4ba3b30ec8bd87b68b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6952, '2023-03-20 17:13:38', 'SALE/POS2023/03/6962', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3881ef39e6c077e220a0e3f237a6a2a0da3bb19625411cb730dae90c877d1fab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6953, '2023-03-20 17:31:29', 'SALE/POS2023/03/6963', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7859adad66831d176242cbb19a47cac09a924f3b4ef9dd37fd2cde7ceb3e6d89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6954, '2023-03-20 17:41:39', 'SALE/POS2023/03/6964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89936a3da4838d0bd87e3a75f5d434666f53d082d6a0997bb00a25c6ee72a566', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6955, '2023-03-20 17:45:36', 'SALE/POS2023/03/6965', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ee4347bfca4741422252b8a6b4df872c641644baee4310af1be9a88912e5cfe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6956, '2023-03-20 17:45:56', 'SALE/POS2023/03/6966', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7bd621098f4345bf57828e90f668184d1cc6d7a373dda8906ec69c884a4692e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6957, '2023-03-20 18:06:35', 'SALE/POS2023/03/6967', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5021b7d7b5c80a8de98e6db1514efd69138351a16c2cfc77864a6bf72fad60a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6958, '2023-03-20 18:08:48', 'SALE/POS2023/03/6968', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '565.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '565.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '565.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19970ac3255df1780dfb3688b2dd58704c84b10d8a1825fe99f8868aeb7c8353', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6959, '2023-03-20 18:49:41', 'SALE/POS2023/03/6969', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e04925fc8cee3a97f166183d8ae72a3504761c7f1764909f0c1d86f3f79c7af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6960, '2023-03-20 19:18:18', 'SALE/POS2023/03/6970', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6cb2e228366757b58440fc1c5229deec39682be9cb5497081ccaf030fc7243a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6961, '2023-03-20 19:34:28', 'SALE/POS2023/03/6971', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe7b940c20c435544f9980cf66c1e7caf0dfec1640ae95ca17870063d6c21406', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6962, '2023-03-20 19:37:26', 'SALE/POS2023/03/6972', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d49052cec8cba6d395d585b07f21e785b85516bf2b8e4f04f5cfd3ce177c211', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6963, '2023-03-21 06:12:13', 'SALE/POS2023/03/6973', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c4d16cdb7953a31617ac246e38777e9d16a6b43568d6a0260329712e984bb80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6964, '2023-03-21 06:28:47', 'SALE/POS2023/03/6974', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf831c2851919f0d8985958874fdf1ca8df17819f64ec7fd02aa36e310b29812', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6965, '2023-03-21 06:30:06', 'SALE/POS2023/03/6975', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6143fbfa911208a289dddb5d3676fd066fa875a6f2b580a9d5e9ac78444c71b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6966, '2023-03-21 06:30:59', 'SALE/POS2023/03/6976', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7734b8b90cb3ac67fcc0b2268daa7c82e8a8f0d88aa3a9c4b630d70f76fcb219', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6967, '2023-03-21 06:32:48', 'SALE/POS2023/03/6977', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '531ecb3b824fb00c9e1138b29a920cedb4da1b1e5d793131b0100b93531e20fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6968, '2023-03-21 06:45:45', 'SALE/POS2023/03/6978', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '476ef148ddbb75689ca326148f2125561f58574e6d2866ef9727ee48c645beff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6969, '2023-03-21 06:46:08', 'SALE/POS2023/03/6979', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '958708ee11218a1533d9d5b94bc29ed3e0a90667403314615455716ea3cc29c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6970, '2023-03-21 06:48:52', 'SALE/POS2023/03/6980', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f489dece191221024d64079a8c5579103bf624654c06c3a741878b8e78c27420', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6971, '2023-03-21 06:49:33', 'SALE/POS2023/03/6981', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91af23db91bc758e11bbd918601309a23bc4ef17c9ebcbcc500da5fe91d5f0eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6972, '2023-03-21 07:13:40', 'SALE/POS2023/03/6982', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bf96182b6c8e9c569ad0e1ff5f65af64977a7d82f792550bb43377fc0dc1d69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6973, '2023-03-21 07:15:18', 'SALE/POS2023/03/6983', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2c8b4d9fd5a1086977f56d68e642c28c3df1aee866dadd3d8d8818b8af7a29d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6974, '2023-03-21 12:15:40', 'SALE/POS2023/03/6984', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fa98106a605a21d3e94257fc5dc9cc905a61ce9de14032f77e801c2deed6330', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6975, '2023-03-21 12:18:38', 'SALE/POS2023/03/6985', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '664748c447024176b6c1520860ccd78b9d937da78e9f83fa68af758d46a3445f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6976, '2023-03-21 12:26:45', 'SALE/POS2023/03/6986', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '114.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '114.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '114.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd301cd4e3593379209f6bef3bbae19601d9ea230e185192de22c09904dc575e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6977, '2023-03-21 12:28:09', 'SALE/POS2023/03/6987', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '510da1788579db575c4314189837980cd01bb85416e376557cf1a38c9e1cfb6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6978, '2023-03-21 12:50:45', 'SALE/POS2023/03/6988', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f857519e15deb22830543703c77068ff25e8cb189c29f1cb7d065bb9af4fe33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6979, '2023-03-21 13:13:12', 'SALE/POS2023/03/6989', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20b53da2c2df97f4b915e1ae2fa76b72e605b5d79504ea23ed8298b6b2f69b7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6980, '2023-03-21 13:16:33', 'SALE/POS2023/03/6990', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3044d228f708a66afd5a7986c67bcab709408359262c5696d5f941f051956a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6981, '2023-03-21 14:11:29', 'SALE/POS2023/03/6991', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c542827e43a596b65ad69b6726de005255e201a7292e29ffa710d0b493bc7dbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6982, '2023-03-21 14:51:47', 'SALE/POS2023/03/6992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '748ed9e5825aa4f559b3529e9ded3b70bc68bcffd65cb8ce4fdf4b939bbb60b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6983, '2023-03-21 14:53:11', 'SALE/POS2023/03/6993', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '406fa4fc209f5c52b6854e3d49a4b9fb416e1918d91bc18d86606615a6cd5a6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6984, '2023-03-21 15:23:03', 'SALE/POS2023/03/6994', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '681389f75eccf15e3d47836ab613c9d01b123692e6eac10a3facfcfd05eadbb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6985, '2023-03-21 15:51:57', 'SALE/POS2023/03/6995', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '468d6d86be6a3f1a42518e874a0e6445279b565608ff1036ba2a80f159668de2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6986, '2023-03-21 15:54:40', 'SALE/POS2023/03/6996', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9bc29fce095a5207d825f55ca2f7d82fbab7bc4a06d01577cb98eb1cd117bf37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6987, '2023-03-21 16:12:47', 'SALE/POS2023/03/6997', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '860ba1d9aa81bf573c144d2f8e79fd04f0623f977b3b6f9a4e2d3d3c1900ce2a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6988, '2023-03-21 16:26:37', 'SALE/POS2023/03/6998', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b76155995bd4caf5c813259c7c8b54550f2827d0186ca6d09b190b5010caef8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6989, '2023-03-21 16:54:44', 'SALE/POS2023/03/6999', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4278f38f947b5994a4c54943132eda7ba4323213cfaae0d5efad0a53475738f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6990, '2023-03-21 16:55:13', 'SALE/POS2023/03/7000', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93157981c1b09350e1528ed820b39c03c343e0c4a232133261abac0cf4402788', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6991, '2023-03-21 17:27:30', 'SALE/POS2023/03/7001', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aee89415f93a8b09965a8fea6913d9ec9568c054b0e1ab90dcdccf08eeb8b1f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6992, '2023-03-21 17:35:20', 'SALE/POS2023/03/7002', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e15c1564e57f018f7f3d4daa7a09fb19d8af16d9afaa115d03f5c6a10be331e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6993, '2023-03-21 17:41:38', 'SALE/POS2023/03/7003', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a5505bba1311d008c3714cafd5b45ab59638c979c54ff6e44513ae4c00b0fb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6994, '2023-03-21 18:05:03', 'SALE/POS2023/03/7004', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23cc31495c679738f0da62e758c00e4f8b4c2bff11a8b1e860aa4bdb681cb2d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6995, '2023-03-21 18:27:17', 'SALE/POS2023/03/7005', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '370e4834d62bff943e2039cbd10525762f112445cc741d366ad1c172887524a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6996, '2023-03-21 18:32:46', 'SALE/POS2023/03/7006', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88c881e6fa1f80469ea6e0cce3a076b94b0158e62caad3e94a3028810e8a7b52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6997, '2023-03-21 18:34:26', 'SALE/POS2023/03/7007', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1c6841fdaa85af1024e130edf5f3a39ddb8dd86e9302c21998cd1396fce3309', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6998, '2023-03-21 18:39:57', 'SALE/POS2023/03/7008', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7444188d963e983a836d836b6822045f0aaa35b6e7f89d65b5af99693ca30cf4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (6999, '2023-03-21 18:51:12', 'SALE/POS2023/03/7009', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a90e317e7b1a8e06b1a951eefd9767d15e2326167dbb305f828d6d58660b4d98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7000, '2023-03-21 19:10:23', 'SALE/POS2023/03/7010', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91df9330a27623b9ae21305ad60d55edb962160113598dcfd373ecf73053dc9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7001, '2023-03-22 06:24:52', 'SALE/POS2023/03/7011', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05b8a7aa4d060a18db005730fa041a759163548f10ddffbf71a82e53cfe3de90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7002, '2023-03-22 06:27:14', 'SALE/POS2023/03/7012', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcbeab67e4850df5137a094fbf23991232bc14978938f8badc8e3859c2f979b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7003, '2023-03-22 06:28:14', 'SALE/POS2023/03/7013', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37429d9d3603ed8605b5b4e80098383744003e3642a0d3ba9fd82c377aae0790', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7004, '2023-03-22 06:29:28', 'SALE/POS2023/03/7014', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '173e5120a5238d33af8f24aa884692a6243ec98b35e1fc1c7453aab49fcff47a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7005, '2023-03-22 06:32:19', 'SALE/POS2023/03/7015', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '66.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38f3c3e1276c7b2c53b019d6f81dfb57a6a6df377d5c580ebbc85a07c943f5a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7006, '2023-03-22 06:39:48', 'SALE/POS2023/03/7016', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79db6faceb959df0c137210a1608b8d9e10a3c8036ab3b5a5f73400be2498163', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7007, '2023-03-22 06:40:20', 'SALE/POS2023/03/7017', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '392e1f5d4ecb421a0059518f67fcb2825f5ada5612ef600f33a3fdbb6c370372', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7008, '2023-03-22 06:40:44', 'SALE/POS2023/03/7018', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26bda371ec8d9e04d83d89de999e8ef446b396cc47c9fa0f50579d796d3207ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7009, '2023-03-22 06:42:43', 'SALE/POS2023/03/7019', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '129625e6716334935b9df353ecbdb02b15bdc939757c092384040631321d2bab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7010, '2023-03-22 07:00:22', 'SALE/POS2023/03/7020', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b944df533a588981f6a0c42c98534d46919af9c4c743f04c339c7ba9ced0b11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7011, '2023-03-22 08:43:54', 'SALE/POS2023/03/7021', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c986aebc284568e107d617da569fa342b8c564c2fe1b0762cfc76befbfadfc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7012, '2023-03-22 08:49:07', 'SALE/POS2023/03/7022', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5b408c4a1f435af6975ef1667fdf4d4363de4a192b956f79ea6aa60444173fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7013, '2023-03-22 09:36:39', 'SALE/POS2023/03/7023', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a726627c02b799dfc250f30658fd75df28c08767ce3d21e8a1c34406c3bfeb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7014, '2023-03-22 09:55:30', 'SALE/POS2023/03/7024', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6452b191985041efa2f6eca2224819cf4873a0c6f84404fc371ece88b52dc9b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7015, '2023-03-22 10:39:56', 'SALE/POS2023/03/7025', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9c2442b79f7b6c1be822be5d8fd546f5afced44430b5618bb79e97e3cb2fa52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7016, '2023-03-22 11:01:08', 'SALE/POS2023/03/7026', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8766517d84da1efd8dcfe94f57c676ce01fa14a852a93f3e3145d2294d5bdf1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7017, '2023-03-22 11:01:56', 'SALE/POS2023/03/7027', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2eff232c5828a2842ae8935af147cd4e39a82157e1d021705bcbfdc1aa38244b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7018, '2023-03-22 11:45:47', 'SALE/POS2023/03/7028', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2830fb2ec7b06e0378907450304cd3d1862752357cd1cc3245318ba36278b22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7019, '2023-03-22 12:26:34', 'SALE/POS2023/03/7029', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb78369e5b339a2b407dd1a051a3b80e6897a47276e93a9d58c07b2c128952c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7020, '2023-03-22 13:22:25', 'SALE/POS2023/03/7030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4123d53479ff685e1c7f84717f81c7f3733edf1ea3d865c12a44defaa068373', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7021, '2023-03-22 14:40:12', 'SALE/POS2023/03/7031', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52130890240984f6dadcbd7128fd9f25bbe4b8829c06719f168e676048a162dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7022, '2023-03-22 15:30:28', 'SALE/POS2023/03/7032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1d676439ee9b8f98a9f9f0af5e823103cb1c1e6e58c874fc10cd5098ce6b26e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7023, '2023-03-22 15:37:30', 'SALE/POS2023/03/7033', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20cd406bd6ce0dc2af68a9b6f079cc2883b0f129b26053f965341979a0c5a721', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7024, '2023-03-22 15:49:33', 'SALE/POS2023/03/7034', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37ecb4c1340fa323f578681d3cba372512fbf033d4b9028db632b02857bfc8b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7025, '2023-03-22 16:17:13', 'SALE/POS2023/03/7035', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf79f6474486f6b7ec59de6fdbc9436c20c0a7390488792fa878806d2f5c6abc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7026, '2023-03-22 17:02:18', 'SALE/POS2023/03/7036', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89c4265749650d6c9fbb89ee7304b190350b154dbb6f8382e073fd2797e27f46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7027, '2023-03-22 17:03:35', 'SALE/POS2023/03/7037', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74859b0826a47fc4ded3a40f50733db7f74c18663050251b72515e831d06d9d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7028, '2023-03-22 17:10:37', 'SALE/POS2023/03/7038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee2b1f365dcd4a2f86012cf9e81ea60e2886892c2a2c9ab85a4aaddf7ff8cc9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7029, '2023-03-22 17:12:31', 'SALE/POS2023/03/7039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f4e8ba01478e486b867752c909f4c58a4a3363f74ac2cbf70e17fe3b7ec3a61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7030, '2023-03-22 17:28:03', 'SALE/POS2023/03/7040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb84f2b05ac4c61646071318c799491f5b1c80b30286820db8f5d3419761984f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7031, '2023-03-22 17:42:59', 'SALE/POS2023/03/7041', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f576e2c48d99e829a37217a73b0c26285a32bd9dfd30d84398edc097dba9bbd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7032, '2023-03-22 17:58:05', 'SALE/POS2023/03/7042', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0d16578fe61c6347cedad5c1ffc00c19174a8adb833989c048158a1d5cd2c0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7033, '2023-03-22 18:19:26', 'SALE/POS2023/03/7043', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1853bd5f0eda1533805c3c55c3b2f9c9183cae9f58aa87b8f17c7f64ab5161ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7034, '2023-03-22 18:52:11', 'SALE/POS2023/03/7044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '167ef2cfc280d36234d9c7f7792f40edd13382ccc61b1042907c16f5613492de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7035, '2023-03-22 19:25:06', 'SALE/POS2023/03/7045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b715d634516a0d171dc48b375c2a04a48fa814375039eb27f920347e481d835', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7036, '2023-03-23 06:31:25', 'SALE/POS2023/03/7046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5387ae03c711200c83ed42f16496ac23b588a6954794134d76e282657b1ed397', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7037, '2023-03-23 06:42:41', 'SALE/POS2023/03/7047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06102b0987d1d465f838d6947e3d6698ab78febb3743f9b69b601fed92c3d30e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7038, '2023-03-23 06:48:52', 'SALE/POS2023/03/7048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '54.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f44439ef52d65a229fcd8f6998cc82bd75ccf6e42f471f3886b38546ea0b711', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7039, '2023-03-23 06:50:23', 'SALE/POS2023/03/7049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81cf71e9966fec0854af9617c0522c65e83665b1ff9dd611b1776815ddc57113', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7040, '2023-03-23 06:51:26', 'SALE/POS2023/03/7050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85b7cff17c74d6f3cda258019071365f2991df933b36aeb02c166ca4a088ae3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7041, '2023-03-23 06:51:53', 'SALE/POS2023/03/7051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1d2d28e48d5b739585b30a92c62882aabdc1917f7e145fbedb6f0fc93341eda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7042, '2023-03-23 06:52:24', 'SALE/POS2023/03/7052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a645d9477974bd2863408bafc910c0296bb011dfe9538daa048d6edd0a3725c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7043, '2023-03-23 06:53:25', 'SALE/POS2023/03/7053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '742691c8ac8bf731fc53729055c442a43be4be189b02dd9abc938b729a8cd57d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7044, '2023-03-23 06:54:54', 'SALE/POS2023/03/7054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '39.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6223bd6623521257f36bd36cea963e34b84a1c8bc32401e9cd3a1098c2519b2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7045, '2023-03-23 07:14:22', 'SALE/POS2023/03/7055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bec40fc1234fdabaca98d1b7f90b4a94d21d5ed4695705b9fe66aa45e89e691', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7046, '2023-03-23 08:37:16', 'SALE/POS2023/03/7056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aefd9f93a7fdc70cbc8111fc736b46928f8bbf195956ef3aafb0af017ecaa968', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7047, '2023-03-23 09:08:03', 'SALE/POS2023/03/7057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a639bc2eba7866404083e693d26800d4ab8d2d7a08d41ced9b5acd2be48a2881', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7048, '2023-03-23 09:55:31', 'SALE/POS2023/03/7058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00391933393cf3b5c8231c1375802669b2e5838cb48f5e24ad66920a7ab45f11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7049, '2023-03-23 10:03:56', 'SALE/POS2023/03/7059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '930a433a372e6d56e066ed06cad8d99700cd4aec0844c64afd909a9590960b53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7050, '2023-03-23 10:33:03', 'SALE/POS2023/03/7060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7891e67f08a845dca0329710bb23dd76d1b2ebfe15ab004e8c54f5b6b83b054b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7051, '2023-03-23 11:06:38', 'SALE/POS2023/03/7061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af494e9a0372f291179c0fbd726f01dd14a1ce22600db9c7990f82b32f478c22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7052, '2023-03-23 11:46:15', 'SALE/POS2023/03/7062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ba6164f5469a9ca72bf9734086a02500849b753dab1a61912722c44dd32a355', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7053, '2023-03-23 11:47:13', 'SALE/POS2023/03/7063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f515af3344066bf861f41944cc028283d26ea074519027d3914ccaddc49d11ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7054, '2023-03-23 11:47:38', 'SALE/POS2023/03/7064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d8e52989e747d50c2454479619ce22da8baf726a78ddbe382b1bcb0e2292997', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7055, '2023-03-23 11:47:59', 'SALE/POS2023/03/7065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebbe87817d6becc78ea8ea5efb737bc7b7ca60c0946025cdf21d3053e0657852', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7056, '2023-03-23 12:05:51', 'SALE/POS2023/03/7066', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d64eed9fad90c6f3705db6ff81363a5a8d3e3a57916c5999190c59b12110ed4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7057, '2023-03-23 12:12:28', 'SALE/POS2023/03/7067', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '398cd4ffdd6e2fbb1a49ddd62a5c10db83766ce4c7778fe21865c69aeb74fd32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7058, '2023-03-23 12:21:56', 'SALE/POS2023/03/7068', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21d4a94d8ec5fb6307510c50647d0467cb1c95609afd8c06a13435ac96afdd59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7059, '2023-03-23 12:26:52', 'SALE/POS2023/03/7069', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bad9403d42dc40cce0716c5f3898cabc29e61fa56b0a7c99e2fde0b10e0ded16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7060, '2023-03-23 12:36:05', 'SALE/POS2023/03/7070', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffe615fd26a4f023ba5cf4b81b951558afe5eb618481fa2a893d4fe5c472bff4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7061, '2023-03-23 12:42:14', 'SALE/POS2023/03/7071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '366e67f838ac331385e04267fb05c1e260488f129c9a5648a896fe8ea640ca44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7062, '2023-03-23 12:53:04', 'SALE/POS2023/03/7072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1482db688d1da83382f928f77c7f9196c9e4be00d440ec046866d06928e12fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7063, '2023-03-23 12:57:27', 'SALE/POS2023/03/7073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07edc3d643366521899890e009dc84f5ce4f68e88272f9fa779b406a53cd933f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7064, '2023-03-23 13:56:22', 'SALE/POS2023/03/7074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b71f3e2acecfc088c576f711a51c31ce3b2c1d812892e31bf87e772f5264176', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7065, '2023-03-23 14:17:06', 'SALE/POS2023/03/7075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '549eefa9b995e16f1f82e1f0ac412cd89adf71013e32fe1b90440fcf392c1c34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7066, '2023-03-23 14:42:01', 'SALE/POS2023/03/7076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc38040bc4a3b85b31062d7fcdadda8de66fbac5e19d7255a77da2bd5824b650', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7067, '2023-03-23 15:03:38', 'SALE/POS2023/03/7077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df343169fe17c23b0990a33c39d750e0f048d07871cf0e07661da1c58dcaf8ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7068, '2023-03-23 15:35:43', 'SALE/POS2023/03/7078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '107fa9ac056c6137aed279c3b44f8cb800d40d74e0d0713b861d2ddf7aac851a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7069, '2023-03-23 15:37:48', 'SALE/POS2023/03/7079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e509bd85f02fec33ad675b430f2b93c67c7986c264ee88083830bc1554e4f97a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7070, '2023-03-23 15:47:46', 'SALE/POS2023/03/7080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6759c8ccbd1c3ac6960479251d35f1e17ebc334ad692456b44fa961b665f0642', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7071, '2023-03-23 15:50:44', 'SALE/POS2023/03/7081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7af3c23af3b025ec8989ecae10647f873b3c9db0ae5b794fbfaf4ae88577b535', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7072, '2023-03-23 16:09:19', 'SALE/POS2023/03/7082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'feeadb474272a89e4c32103c5bd5fb37ac053bef6a9bbb01f0a981d1ddb565f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7073, '2023-03-23 16:32:16', 'SALE/POS2023/03/7083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '305.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '305.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '305.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd900d44d8f1cd0096436d55b99ba5671d8d45ead7272fc6ad93a35d3b8e8733', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7074, '2023-03-23 16:42:45', 'SALE/POS2023/03/7084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d90494526b8b89a4c9ebdac6f8d9f9daafd932353e2c2ea9865a5533c8ceb77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7075, '2023-03-23 17:26:08', 'SALE/POS2023/03/7085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d3042a76b8312e20167ff42dddb3b575f151409f79f3c3cd75c918009ddbc7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7076, '2023-03-23 17:30:49', 'SALE/POS2023/03/7086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77a67ecce3fb7bb20aea27ba93527f7dee22836f5e8eb787e1b926188d5ea1a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7077, '2023-03-23 17:34:16', 'SALE/POS2023/03/7087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fe6b24f7216eff273fef659c79b47d0ec1f80058aaf3e5dadacc3e8336931fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7078, '2023-03-23 18:08:50', 'SALE/POS2023/03/7088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b77db546aed475ec4c17f6010b3cabd1bec562c872490311cdf99cb7977b6dd8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7079, '2023-03-23 18:11:09', 'SALE/POS2023/03/7089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c4eba88109cd62d41119513ea665472b21f585c5b8a13b75ef77e4e309810b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7080, '2023-03-23 18:14:41', 'SALE/POS2023/03/7090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5baa02eacdda5ce0650af127ef82068163f92981765c236a80fb627d15d2dbde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7081, '2023-03-23 18:37:34', 'SALE/POS2023/03/7091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3dbbd21511528478e7fb44476592c51d305963eafb48efcb75fbd5beac4b2e47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7082, '2023-03-23 18:51:46', 'SALE/POS2023/03/7092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4830ce53e47591a3da2a590f14e2022a543a9a9641f560020cd3600a8ae87a49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7083, '2023-03-23 19:43:48', 'SALE/POS2023/03/7093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f00b708445d28d075019c4a78600fc268b3133ea331bcf884d3148a29e9a91f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7084, '2023-03-23 19:45:22', 'SALE/POS2023/03/7094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f846dcf79dc051cdff7a420c9a9a0879a9972ff7e1a35bb1487681eab5fbe320', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7085, '2023-03-23 19:46:20', 'SALE/POS2023/03/7095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f006149fab563a1cf6d1099ed24fd99a6798aa7f3e2246564dbf9bc14c7ee55b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7086, '2023-03-24 06:18:49', 'SALE/POS2023/03/7096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6dae55d4aa1633281244fd794cf4bd80d042de9ccf2f8db8778e8c0413b759e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7087, '2023-03-24 06:20:14', 'SALE/POS2023/03/7097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e500c29a6cf49ee46087730a4ff5adfe2b03fcadcce751803135cbdad53d21b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7088, '2023-03-24 06:20:55', 'SALE/POS2023/03/7098', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '922c3ad1cd5f87cd39316d5f99948e9c14adcf54c2fcc720854c82aa01f5c07f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7089, '2023-03-24 06:42:49', 'SALE/POS2023/03/7099', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83ac67b9c6c4f05385f0d8ddf880316ddf68c74d39e0b14cbc1f6eb5c5f10837', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7090, '2023-03-24 06:43:32', 'SALE/POS2023/03/7100', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9a455741589536eb4fc161ba333ce47bc1128313fa6ef583d415dca24730a89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7091, '2023-03-24 06:44:13', 'SALE/POS2023/03/7101', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdb9894a89059104f72a8ffafbdbd0219c60c83553025eb7d78da7605d062971', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7092, '2023-03-24 06:44:40', 'SALE/POS2023/03/7102', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77ec96d3115fd631d532f7a7a0c4218cb7ddd27eee8a42826e36e7fabc21c60a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7093, '2023-03-24 06:53:18', 'SALE/POS2023/03/7103', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '583b296338da76cd686f86e6cc0993e2090da2f0838fba16dfd8d8d1c311d163', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7094, '2023-03-24 07:03:29', 'SALE/POS2023/03/7104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a02eaefd9a5bd1755a9f76976e30788a656a01db28146bd2e06959f25d7fce0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7095, '2023-03-24 07:04:25', 'SALE/POS2023/03/7105', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93b782d893d6833a8a6f695226561647c5e44b539f60b9cf671ea05da1709a27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7096, '2023-03-24 07:09:28', 'SALE/POS2023/03/7106', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32843d1704c9fb715fab26240f5570e56e759f6b8584d1c611a995c252135b08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7097, '2023-03-24 07:39:25', 'SALE/POS2023/03/7107', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69bf04d9c402f67083ee4ef562a01bedfde3a4ac71e93fdfaa4118205f6d6e2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7098, '2023-03-24 08:26:35', 'SALE/POS2023/03/7108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c35112e174af48597aab83d308f0a19947aad485e4ee47c96740917927963277', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7099, '2023-03-24 08:58:58', 'SALE/POS2023/03/7109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bcf6c85e7b8a9ff6f7145eabac05813535164e9ae360708a3b81ba0277dc1c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7100, '2023-03-24 09:10:38', 'SALE/POS2023/03/7110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba3679b667431a59307c839a391f10d57f1703f8cceb07051485a71942723c5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7101, '2023-03-24 09:28:11', 'SALE/POS2023/03/7111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd93655b2e0acda2cd88037aa95680d61cde6d6fd0af42764564b8a30c9db5db5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7102, '2023-03-24 09:37:02', 'SALE/POS2023/03/7112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7f8ab3f2b1553ee785d699d989a0a0d6830083208e13ac7b62ceb98cfd83818', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7103, '2023-03-24 09:50:25', 'SALE/POS2023/03/7113', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef8fbb01c769b6f21aed7591676d40c54650c20554521fc76de7425dda55865f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7104, '2023-03-24 10:08:41', 'SALE/POS2023/03/7114', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '362a0edc559106d1825150b95a614134defb5f427567a17ed790492c6af7b5e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7105, '2023-03-24 10:09:19', 'SALE/POS2023/03/7115', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07bc7c27022c258caae4dd153b13a09baa56cc80658cd9a490f9e0ef96b0a477', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7106, '2023-03-24 11:18:25', 'SALE/POS2023/03/7116', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be00b7dbd16fc78d07fcf7fa40b8692fc33acd763727833ec20233d17b5a84b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7107, '2023-03-24 11:32:07', 'SALE/POS2023/03/7117', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d26aba1739c55e085c30808bb1a2da73422d5b6b64d6e7b749978320f075906', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7108, '2023-03-24 11:54:34', 'SALE/POS2023/03/7118', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28433746ec0c96dc7aeaf7cb7918fe157ab860b3965eb9389608428d5ce33347', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7109, '2023-03-24 11:55:35', 'SALE/POS2023/03/7119', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c62289850b40d3827961c40e398c893b15869ab2f7ddc2bd6f99e1ab8cb01991', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7110, '2023-03-24 12:08:54', 'SALE/POS2023/03/7120', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5aba8b85540ebba23370212e6e2cedccb04131a6ab34bd89dc54d66cb69a810', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7111, '2023-03-24 12:11:56', 'SALE/POS2023/03/7121', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c1b020e81021d2f23a0931bc8716e16ba0001ff1f6e965033336efcd1e57d46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7112, '2023-03-24 13:50:56', 'SALE/POS2023/03/7122', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ebbf1af478e5ab2e63385616538e4349724b0b3661e51c16b83f39d98498c20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7113, '2023-03-24 13:52:32', 'SALE/POS2023/03/7123', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7a7586723ac2da5ad709721daacfd4285d5f04b79ad8bfdba566f294b327b45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7114, '2023-03-24 15:52:02', 'SALE/POS2023/03/7124', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83c29b87e5489ef38b5ee079ad5142ccfe979b35f2273d4ae20aa1d36b0f3cab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7115, '2023-03-24 16:08:32', 'SALE/POS2023/03/7125', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '46.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e2b6a761c3fea172bd0ec2011f5e0ca4f4de4657ae71e1d1e127acfee1a8266', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7116, '2023-03-24 16:10:04', 'SALE/POS2023/03/7126', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7369a12b61369a47177e1dcf9094938614cc65ce110fbcfed5b21a02987e5ca3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7117, '2023-03-24 16:12:58', 'SALE/POS2023/03/7127', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3afdd33850d27c9aff2bcf31f205ee0103106d4f5b9fefa65d80e7c917fd4c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7118, '2023-03-24 16:22:46', 'SALE/POS2023/03/7128', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '971a155aecc24dcefabde315c0fa584fed083f9cde98e5edc786e412cf0c0f1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7119, '2023-03-24 16:32:29', 'SALE/POS2023/03/7129', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '529dbb6334cd8ebc742d8f315f2eca5d34133f9644dc84b9599e9131dca8e6de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7120, '2023-03-24 16:36:43', 'SALE/POS2023/03/7130', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ff2afdd9e583e69083686353802833841741dc5c0c6dc461ac885df5f39f01c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7121, '2023-03-24 16:38:07', 'SALE/POS2023/03/7131', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4811bedf9ce76d04118e0dbcd6fdc70615a766ef50285c1d1f58ec7b6900d542', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7122, '2023-03-24 16:41:46', 'SALE/POS2023/03/7132', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '502ef34655a9de7846aa8c609ce00cc6203e85e54087ededba4de8e1b9e7b960', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7123, '2023-03-24 16:45:16', 'SALE/POS2023/03/7133', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd024f6fdefe96038ecc07959bb51a009f6b637cbb64f40c4e63f727cc15202d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7124, '2023-03-24 16:53:59', 'SALE/POS2023/03/7134', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e80cd5e7f5cc1abb44004a903daf91259db93ea3d85a2b0e6f5071e9d07954d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7125, '2023-03-24 17:36:58', 'SALE/POS2023/03/7135', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '701f7edf08c0c9739705c2aec2de466d7e64fe3e99513a8a2e7346c61c3bbad1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7126, '2023-03-24 17:39:08', 'SALE/POS2023/03/7136', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a79494cd2d87eb44d8e27a8620b52adf4475f1fba8c312024bcd18647d73342', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7127, '2023-03-24 17:57:02', 'SALE/POS2023/03/7137', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6520ee7c0cb43a2f417edccd997a02e06965000025df9e440bcc78529f3f8ecf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7128, '2023-03-24 18:13:15', 'SALE/POS2023/03/7138', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e661f5d1f571a2f1b184ad873b04d2930fef1c178d21bf1acb3ad3820ca75746', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7129, '2023-03-24 18:13:35', 'SALE/POS2023/03/7139', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '103c47f1d30fba54c72e87dd2f6d3c600c87cd258794412f372fb4e62e00b9be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7130, '2023-03-24 18:19:20', 'SALE/POS2023/03/7140', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c743420f22e8d0c96104ae7871e197a467752ea0f308c76d701dec24f1106d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7131, '2023-03-24 18:36:20', 'SALE/POS2023/03/7141', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e2045b6c223ff1597d1dd6e9b700d32116f5591d2630ceb3bdf5dd9b1c04429', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7132, '2023-03-24 18:39:04', 'SALE/POS2023/03/7142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '271f8a200759817ce405aa2ece407768f94407481959678da870f5aca0ff6a6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7133, '2023-03-24 18:53:30', 'SALE/POS2023/03/7143', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c1cc0ee70fa0f13169a19c8003289349e2bf0867d24c63588c49aeffc5d8ce5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7134, '2023-03-24 18:54:00', 'SALE/POS2023/03/7144', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3278e8763b3fa32fb18635a2aba51b5d9eb582d1e6648443897e0279fbcacf3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7135, '2023-03-24 19:45:57', 'SALE/POS2023/03/7145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '182799df0e624967b2e2534b8d48ea8ea465ce6757f937fcc7c2b8d5f8817388', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7136, '2023-03-24 19:48:36', 'SALE/POS2023/03/7146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afbf5ed64bcf58e74c50e0b36407c760166eda6ae7b02827c9fbe22a68f3165d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7137, '2023-03-24 19:55:22', 'SALE/POS2023/03/7147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '783823201e7d9fdce3d4bbc117137a6c4c64dc9b53b0097d2575302cbe7b4270', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7138, '2023-03-24 19:57:02', 'SALE/POS2023/03/7148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '518bc6972793f216d43e49fa669de3ec3e7ab2cb09abf4239a2334e735533e9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7139, '2023-03-25 07:01:26', 'SALE/POS2023/03/7149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a4777861bea18509ce4b440ff4069810650e0cab2bed6a5d39a9f6c957ca219', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7140, '2023-03-25 07:16:41', 'SALE/POS2023/03/7150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '491920e05bd14a749bd44fdd48ce7bf0c38009c0ddb1b0a0373d6c28be8c8bd9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7141, '2023-03-25 07:23:00', 'SALE/POS2023/03/7151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e892d943765b7f43d7b125e6b71c5d31058abd98ccf8a2e0dab397f80b0201c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7142, '2023-03-25 07:35:42', 'SALE/POS2023/03/7152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dffcd495c9059d2c6c7ce2e4eb13d3fee69e59778efe289a0c2aef7b1c4f4795', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7143, '2023-03-25 09:08:54', 'SALE/POS2023/03/7153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf18e6f6445372cfa958ff9e172df3721d4eba6390a6b3a0c239d45b3469c26f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7144, '2023-03-25 09:22:43', 'SALE/POS2023/03/7154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e94dfc679e3f9f35e84a5f39b04f2c6404f40907839aa63dedf66f9b72f0ef3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7145, '2023-03-25 09:50:55', 'SALE/POS2023/03/7155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f20df1831a35b30871dab59233a9421d448e04e8277ffbdeef30486cfc66cf2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7146, '2023-03-25 09:56:02', 'SALE/POS2023/03/7156', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '564f1080f39f28d2d228a863bd5c4b232a6b4c5784374e781084bc0041c627da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7147, '2023-03-25 10:55:56', 'SALE/POS2023/03/7157', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60544436e4d27dd864f4f532c95b56da1cf8fe626fa8723bb1cb48c856c06f95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7148, '2023-03-25 11:00:35', 'SALE/POS2023/03/7158', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee6324cb79b6c2ed6b73a4dcf7d1cabb05da0ba3cc117e9778371a1ba9bb1a2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7149, '2023-03-25 12:25:48', 'SALE/POS2023/03/7159', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '835d926490e88a1164b462328270fa16ae44a48f5136fbd997f175fa0f88590f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7150, '2023-03-25 12:35:30', 'SALE/POS2023/03/7160', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4892ba2d92bc76cfef6990ce12ba711b24bea24949efd5e44cf9ed2c3332e2ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7151, '2023-03-25 12:42:42', 'SALE/POS2023/03/7161', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1952169a028a54a4d57c773c2061be6b016e4653b1bc3e161326a2f2d12b4bae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7152, '2023-03-25 12:50:44', 'SALE/POS2023/03/7162', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4da2e4f6d588f0ac0997e36322ee2b08597b2828388aef79a91cc544fb373484', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7153, '2023-03-25 13:41:37', 'SALE/POS2023/03/7163', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4abaa470e1d2865d0617be5e9e825070f0353b22416935228039fc12bb6a984d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7154, '2023-03-25 13:46:39', 'SALE/POS2023/03/7164', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fbea5081137bf1e593762ff5061a65e26972ccb27d6b61ee4cb6017d7c48279', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7155, '2023-03-25 14:15:09', 'SALE/POS2023/03/7165', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ca2e5d2bfc5ce91d029ee3274f16cd427ec20570eea616fda29da84ffe89a47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7156, '2023-03-25 14:27:32', 'SALE/POS2023/03/7166', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a720edc3b7f31e3520ec454aae3b9a8e278180fbd393cec7825c8e35894f6b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7157, '2023-03-25 14:49:55', 'SALE/POS2023/03/7167', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67cdc03351011280d8c11b070cff02e26845f00a7f1ca4a620170016365485eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7158, '2023-03-25 14:55:29', 'SALE/POS2023/03/7168', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '081f9a31d65240617545f9eadd47ce6a6b591c0b712471bdfa4133da5fbd692b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7159, '2023-03-25 15:22:35', 'SALE/POS2023/03/7169', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06f9d091b0b8f0e61c2088b1f2cac500f9f4fe0271e94751dd1ae9446dc49bb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7160, '2023-03-25 15:42:29', 'SALE/POS2023/03/7170', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b36e166b5629055f49818f737648d45fb2653d370ab1f46583fd845a8f3c8aa6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7161, '2023-03-25 15:55:23', 'SALE/POS2023/03/7171', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7227783b143973e3cf29cb3181232edaf7dbba3b74de4e0fd58ac326a7797962', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7162, '2023-03-25 16:09:14', 'SALE/POS2023/03/7172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cbb847cd04d22dcc57bcd33565562ed347109f05b0e9154681ad91a1c58a2ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7163, '2023-03-25 16:27:26', 'SALE/POS2023/03/7173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e267f40d1bf3dc25e384d586160ad6f471e4c9be5bb1e052497148c9860ef08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7164, '2023-03-25 16:35:03', 'SALE/POS2023/03/7174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6291f2c37ca964356a9924c55de32fe2dbf11fdcc80d7e5319ab1cd5a6a8a397', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7165, '2023-03-25 16:54:07', 'SALE/POS2023/03/7175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d07dcbcddb5bd412e9eea0f976f3bd93bc15cca972c8d14ebc2c65b41b95088', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7166, '2023-03-25 17:25:11', 'SALE/POS2023/03/7176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecc4e99e9d0682de738b4bd7cbe888497f4c8100ffc35a0b612ea0e69c7feda0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7167, '2023-03-25 17:40:54', 'SALE/POS2023/03/7177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86ba6c3a5e798d2730c40f21099f1383132b27dac7cad58425bb0b5e150a7d61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7168, '2023-03-25 17:53:56', 'SALE/POS2023/03/7178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6180fd0f25fd14df10b4bb24662ebc409b751ea06ffe562ac3199a38db3b6d47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7169, '2023-03-25 18:03:29', 'SALE/POS2023/03/7179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb5f5d00979aa8bb47a0d09e15873d6001cd9005abaf4c4d63fcc7d880e7a989', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7170, '2023-03-25 18:40:03', 'SALE/POS2023/03/7180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '102.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '102.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef0e36f6c2bb42b6ba8e9e1cba644792a5c516828083cc546cf6a6a8c7b4244c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7171, '2023-03-25 19:01:44', 'SALE/POS2023/03/7181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd09ff7f4eccac21f705ad03e17df17926efafd2ee144d9cc015ae273162b3b6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7172, '2023-03-25 19:06:00', 'SALE/POS2023/03/7182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ca9f52c0c3d70f4ff4246929a88030cb2281c284487ebefdf44f22ac9398d6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7173, '2023-03-25 19:43:44', 'SALE/POS2023/03/7183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '220f8d1554da5a6b8aaa90e223c9babe6b6a81e3d62d228922b82cc17613a85a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7174, '2023-03-26 06:50:14', 'SALE/POS2023/03/7184', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1691ed329603a5e1bd6a74657dba6eb9cac82c8812f82f265b8a558388f0941', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7175, '2023-03-26 06:53:24', 'SALE/POS2023/03/7185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '135665e0b3453a5d140534b967b50cfcb4c7325ae635d8294b9dbd6bf03ea517', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7176, '2023-03-26 07:33:37', 'SALE/POS2023/03/7186', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c1a66852210f1b670ed20ae7e1cbf64195409151556e567f64389a7867c021c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7177, '2023-03-26 07:41:24', 'SALE/POS2023/03/7187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34563ba83bfe36ac9031f0db20ce57a418acd316c8ae3e9bddfe2af0ea9bcdd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7178, '2023-03-26 09:25:32', 'SALE/POS2023/03/7188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0a685a351ce21a6eeb11a62bddbfda7498a5b3752909d4bf20e4b4d40906056', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7179, '2023-03-26 10:08:26', 'SALE/POS2023/03/7189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e395365bf4991a89ec9e4ca7f98d00034da1cf5ae52b8b1c2cd62d1061b178ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7180, '2023-03-26 10:09:35', 'SALE/POS2023/03/7190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fadb1b68ce12c1792540639ad5d823a76b1fe9357dc6af1224b9993e74dab1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7181, '2023-03-26 10:36:15', 'SALE/POS2023/03/7191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32d93a45fdd4d17678d1a56defad187b791da3c38bfcd9d0ceae6eb5f90bde6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7182, '2023-03-26 10:56:44', 'SALE/POS2023/03/7192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9ff56c5128cb036e0c17e29ed47a9a6f6aaa606fe2d7f62ab609ef2d599b21b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7183, '2023-03-26 10:59:21', 'SALE/POS2023/03/7193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba30b9a3006fa4b55acd03ca6b6bfdac890509b6967f4e688c4587c0caa55d64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7184, '2023-03-26 11:22:26', 'SALE/POS2023/03/7194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76969f4c174e55c232b51665c3e25950193686947378c1c8d20c2374521244ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7185, '2023-03-26 11:43:25', 'SALE/POS2023/03/7195', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9889b281a89598c0ee92a1ba34b0d68f6e0d1615a45db0d7bc5fd4e5fac7e039', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7186, '2023-03-26 12:06:09', 'SALE/POS2023/03/7196', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '163e46771f96e616006728e81c06e85fe8d11837211461dd9f6875c372f95acc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7187, '2023-03-26 12:11:25', 'SALE/POS2023/03/7197', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c00f40347c3907e9b75dee1fd63169addd5e3a7df0950a005b91fd76367221b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7188, '2023-03-26 12:46:20', 'SALE/POS2023/03/7198', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f28f384d0901f5bfed08bac92f3072bd8aa8696a7ae0e6938a649a98ebe28dee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7189, '2023-03-26 13:41:49', 'SALE/POS2023/03/7199', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f77d1a4260140493f48fd5e6f9e326c6d01abf46c50db40620336abe0b6f2049', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7190, '2023-03-26 13:56:26', 'SALE/POS2023/03/7200', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e47cb1bbddc218f37c570331fb5ba5d5b2f4fc3cc22958b81cd190934d1b3bb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7191, '2023-03-26 14:15:11', 'SALE/POS2023/03/7201', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5c2baca2c1e5280c06890ac84f2ee08ff2d831e0de190a0cbf9768109e0ceef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7192, '2023-03-26 14:40:17', 'SALE/POS2023/03/7202', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3793a917f7bc4b347c7cbb6ddbb9a60a13e12477953068685e6d0153ba03f29f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7193, '2023-03-26 15:26:26', 'SALE/POS2023/03/7203', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a083578801fe38cb54255ca00b92a9aea8cbf4212ab27f71d60e69adb9fa2d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7194, '2023-03-26 15:56:10', 'SALE/POS2023/03/7204', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca5bb6bc934b19345ccc6fe8ac8c0ea9c503ceea4e2d8fa728a040cadc2176b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7195, '2023-03-26 15:57:01', 'SALE/POS2023/03/7205', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bd1a2736766c8d04e76869a0902eb0fe4cf2939b4d3e441a8b599704e78fdbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7196, '2023-03-26 15:57:30', 'SALE/POS2023/03/7206', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6816a2760c6c9b7242d743b11059d8f2f391d0e3229fdcd40b3f58a120dd962c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7197, '2023-03-26 15:58:52', 'SALE/POS2023/03/7207', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '054a6f7c794e9def8c5e5a2d139eafadf14842a7c323f6648d5d795fb900f585', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7198, '2023-03-26 16:06:07', 'SALE/POS2023/03/7208', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4c9a8efa7b7460f5756811e985159f92512e14d018dc25451b04ee4c007e844', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7199, '2023-03-26 16:06:54', 'SALE/POS2023/03/7209', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e00525d329ecb7f642fed29ff02fc0bfa2439d086357f3e6de05d20e76a4cb3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7200, '2023-03-26 16:08:01', 'SALE/POS2023/03/7210', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3ebc8aebf1dad5554dcdc6645d0420da5f43bef8315ce726338b227cc063dd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7201, '2023-03-26 16:09:00', 'SALE/POS2023/03/7211', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8cbde997ccd14b516f35f92d0731cbb92d6d95c2d73f20bed9eab1d496ba507', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7202, '2023-03-26 16:10:02', 'SALE/POS2023/03/7212', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '50.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca5f1e44036d028db52718896f74d7495e12e357f406529a353a452168a00bc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7203, '2023-03-26 16:10:35', 'SALE/POS2023/03/7213', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bbefacb3c0043d690c4a4fabca4d3061df2224eee1549f79cc2be04fcf4e473', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7204, '2023-03-26 16:11:25', 'SALE/POS2023/03/7214', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7a170bd5371cac7b21960b001386b9ff284d77a2e01dc0391bb80809ff9ec45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7205, '2023-03-26 16:12:05', 'SALE/POS2023/03/7215', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7de7468844c04878b6220cd90a5c4aeff6c4e524374e87e10b1ca77bbe341e9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7206, '2023-03-26 16:12:45', 'SALE/POS2023/03/7216', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '45.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1e8506dc3f2d43b7d380e2ba52ca7ab1155b58f80822f6c5951210614d649de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7207, '2023-03-26 16:18:56', 'SALE/POS2023/03/7217', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '435b725f34f7ba7f9350025463170af579da4fda043e146124c25748e1c99690', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7208, '2023-03-26 16:39:04', 'SALE/POS2023/03/7218', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0cee8bcdf049cbbc36713014a699dc5c1b8ca36bf0f3724b0f66e5c51745936', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7209, '2023-03-26 16:40:10', 'SALE/POS2023/03/7219', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '80.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c13931bddcecf9fc31600ae4e51a20aa0e53b75b9e08d6147c3a580021bcbc18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7210, '2023-03-26 16:40:45', 'SALE/POS2023/03/7220', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '348a2d17e28fb55a2748cd6434b05817892fe164dff8ab40477c1b322ccbe875', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7211, '2023-03-26 16:41:53', 'SALE/POS2023/03/7221', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89e25179797efcef8be7fe6d79787a0c07696fb9f3afc6788078d5a6d72c2233', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7212, '2023-03-26 16:44:33', 'SALE/POS2023/03/7222', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c8b298df5c3a887402559e051ba257ca0c67c99b5fd456c0a033e434a38fd40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7213, '2023-03-26 16:50:48', 'SALE/POS2023/03/7223', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd46a4bf42d4b72caf9331baa11eb1f81acf3e45f1954dd58e70fd5fbf80dc72c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7214, '2023-03-26 16:59:57', 'SALE/POS2023/03/7224', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb792c9f57cd49c8a7b0df13dccc99ec7c994f686bff795c5340e235f702bf6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7215, '2023-03-26 17:13:31', 'SALE/POS2023/03/7225', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9d91d5a2717327b854ba25882d846b99e338854bc66e54a3dca2cc87edf1679', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7216, '2023-03-26 17:14:50', 'SALE/POS2023/03/7226', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31d79115dedadd868b922be63c33bdba7c58915ae000c2566d7c06157d8f4cf2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7217, '2023-03-26 17:19:37', 'SALE/POS2023/03/7227', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f81d2515a7d1a433c80edcae2ac3f29f2efb36acb55eda4adbd85b5d44cc87b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7218, '2023-03-26 17:20:31', 'SALE/POS2023/03/7228', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8ad70f1a4d24c2c6db61d88287fcf639ce062cfcf72055dfcc2567c837e6bea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7219, '2023-03-26 17:22:01', 'SALE/POS2023/03/7229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ebe292d294f253016728d248e689a35a261486a0af5e0aedb9bb8f19eecf471', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7220, '2023-03-26 17:27:08', 'SALE/POS2023/03/7230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af0477667a100ec128fcc70ac3592c8edda249f6cb902405f2c226d48bb9a175', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7221, '2023-03-26 17:47:12', 'SALE/POS2023/03/7231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa5f515f16a3f385b74eccf95c4414e91ad2a27603546f93a037a6d99e0827e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7222, '2023-03-26 17:57:04', 'SALE/POS2023/03/7232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af5c8bfa1280f557f69b882e3f487a5e4bcdb4f506184a94c1e46c7902b6b949', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7223, '2023-03-26 18:08:09', 'SALE/POS2023/03/7233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b07097d6362fc510f3e9ba3e773989f2f3fb20beb7fd31fa415271243b2ba6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7224, '2023-03-26 18:13:27', 'SALE/POS2023/03/7234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f4c96bbe573cecdf2e03710442dd0e80e29ace01fe2d6396a63eb92798f8c21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7225, '2023-03-26 18:14:04', 'SALE/POS2023/03/7235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79e639f7bc9bea1e2ad4f76ac3796bc2a1bd26bcdd72650064c3bd53f99f615d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7226, '2023-03-26 18:15:20', 'SALE/POS2023/03/7236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9894a2f4bbed808a1a8b9a02192398ebd48a547edd8013b55a353370673f7315', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7227, '2023-03-26 18:17:30', 'SALE/POS2023/03/7237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd62333bab76143a31f9bb580f47b58969e349870b01e76ed8586a4dc53c25bf3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7228, '2023-03-26 18:24:02', 'SALE/POS2023/03/7238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b69825218de78888fb5fd17894ed49b04884f6cd457a9d812815bcd84ea5ccd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7229, '2023-03-26 18:25:46', 'SALE/POS2023/03/7239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e54ff69e2525b58202fe0426d3e2f4a32914c09bc5949245c348f9dc5c65067c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7230, '2023-03-26 18:26:52', 'SALE/POS2023/03/7240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78db8858ed57d54561ff6887e89a47bae43defd07899eee62ebf6442aa215209', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7231, '2023-03-26 18:33:07', 'SALE/POS2023/03/7241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aeb4c76a34d5e1c2d0bdfc3c43f628c0ff275e673eff2c7d921a17507a446bd3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7232, '2023-03-26 18:47:05', 'SALE/POS2023/03/7242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '067cc0db0607e5d442f6ce526202ecca4834762b76b84a265e514cb193f4c1e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7233, '2023-03-26 18:48:59', 'SALE/POS2023/03/7243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d27cb3f652d1ece8de0264700208bd3d950c38c30aa81b085edb0dbde4f46dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7234, '2023-03-26 19:00:02', 'SALE/POS2023/03/7244', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cec96e520b1105f3d49829cb69a029e428208327a216f72bc855d9422e126e87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7235, '2023-03-26 19:06:43', 'SALE/POS2023/03/7245', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f6e1e1a701a31f7dccf48d713a51f5f0467e91267a6b6c426b9c4a65ceb64bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7236, '2023-03-26 19:08:16', 'SALE/POS2023/03/7246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '435df553aa9e129a1595a99f93979af7d7e18041aff6bcdb8cba7aecf423d542', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7237, '2023-03-26 19:11:08', 'SALE/POS2023/03/7247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6c761aed8151723a8b97c55ab6008aefc92699369d42f758e920de4877ea2f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7238, '2023-03-26 19:26:52', 'SALE/POS2023/03/7248', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3afb4a747239e8f2bb81fcb74eee548cb6866a1db05b5581f8563338cfe4e51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7239, '2023-03-26 19:33:17', 'SALE/POS2023/03/7249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e5f82398534609b77eaf52740007a9daccd3b4c1cd366ea2a5794e374b1d4bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7240, '2023-03-26 19:54:33', 'SALE/POS2023/03/7250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '74.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '74.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '74.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9d9c740392bc3123b3f73ef7d26f8e328df824fbd14163dba471fc203c05402', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7241, '2023-03-26 19:55:46', 'SALE/POS2023/03/7251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '791de502b04f1d5819f1e2fe123cdd860d3b27e5aa7c38152ff63f0855a03fc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7242, '2023-03-27 06:25:39', 'SALE/POS2023/03/7252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9800c50fd1726e34b2a6f89ca33085687b9555a89438711190ffd5c60b7e7ccf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7243, '2023-03-27 06:26:08', 'SALE/POS2023/03/7253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1139b24076dff9990b235a8fa85e91074adf7022cc80d6cafaf6ba6c73bcbd91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7244, '2023-03-27 06:29:34', 'SALE/POS2023/03/7254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '069f0e2af1b19da2238dcfb75c108b4f5174982532db0a26205c7024d88361bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7245, '2023-03-27 06:36:59', 'SALE/POS2023/03/7255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7172a21a6102ebd651a1674b01a7e0c0ac1fa6f2a849b4d23b94e617167c3665', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7246, '2023-03-27 06:37:17', 'SALE/POS2023/03/7256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d5e61f5b4506f77318ff6b8c882df4984cb76a4700914954827e1e346d041a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7247, '2023-03-27 06:37:45', 'SALE/POS2023/03/7257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4772bfd4f745daf13cff1b005ece691530209634679109744420dac418616fb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7248, '2023-03-27 06:38:51', 'SALE/POS2023/03/7258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '746d9e7ffb3775d4d61c177fa26ff473d60500b6bf52c8879457e53a4463d08a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7249, '2023-03-27 06:40:08', 'SALE/POS2023/03/7259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce325b4ee40ec4004cf8d922890d966306d3b5cd676955106890c8f59bf07073', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7250, '2023-03-27 06:40:37', 'SALE/POS2023/03/7260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eeb89d8b1618bc0b13af342bfd691fa4f69cefbf8eea1962d5d21bc5f8461940', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7251, '2023-03-27 06:41:29', 'SALE/POS2023/03/7261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16c3bdf44fb553c13f4c7ba5212a1c127c2fa1377c971cd9de06b30bb04d4544', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7252, '2023-03-27 06:52:00', 'SALE/POS2023/03/7262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd13b309d71990e9376859e267ac1941b8883d8a17c1b0772acab10ec19a2b234', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7253, '2023-03-27 07:20:41', 'SALE/POS2023/03/7263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7534d2beefe095c1d280de29e49d5c930290397d51a8ba842d03038ef3bd0d1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7254, '2023-03-27 07:38:54', 'SALE/POS2023/03/7264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ac9b2c320a132217102c86e63ee36348835dada2b9347631bcbffa69ec6b6bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7255, '2023-03-27 07:48:51', 'SALE/POS2023/03/7265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4168f7547057936abf46f9fcf7b56ea6c9568b9f9b96eb3b3102b1036a3683c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7256, '2023-03-27 08:02:41', 'SALE/POS2023/03/7266', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '60.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b6be5c7e2b47b824dfa95b4583cd4c4d6aa30a6b864952bf84c24853a90681b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7257, '2023-03-27 08:22:50', 'SALE/POS2023/03/7267', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7614eedbbea921b64e0a41a380165b7bb53c44aaa59515f2152f2b2ecf70cd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7258, '2023-03-27 08:24:26', 'SALE/POS2023/03/7268', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29a677348c6de7854c1fd9847c8771673bf57a2e118cbf55a62dadcc70bcd0d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7259, '2023-03-27 08:27:10', 'SALE/POS2023/03/7269', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'feef79fcd0bc0eb1db5702addb3f7da13891e2192db1c98df0b17a5240340922', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7260, '2023-03-30 09:35:32', 'SALE/POS2023/03/7270', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06679cb4f41ef104e8ae0e106a714ea5533801367bdab45121a4874a35187d04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7261, '2023-03-30 09:55:06', 'SALE/POS2023/03/7271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '133.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '133.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '133.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33a6d4397dfa0a012680435b63d5c3f020e992d231e9bf7bce627f4b6450cc0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7262, '2023-03-30 10:01:15', 'SALE/POS2023/03/7272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '209.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '209.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '209.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb16121a553872891be14e201c475d2f6413c37a48bfb6ad63eea8a284cd569b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7263, '2023-03-30 10:06:19', 'SALE/POS2023/03/7273', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '164.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '164.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '164.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f76e9adb96b06f9f02d31a318cb4db8eb8f90b8af14033511aaa453dd8fbb2b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7264, '2023-03-30 10:15:24', 'SALE/POS2023/03/7274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '130.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '130.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '130.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '322938dc70f16c308f8eca4a05f7d47242b3df784125b8cd81963e06fd7bfa37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7265, '2023-03-30 10:17:44', 'SALE/POS2023/03/7275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57a66c31aec17797ac0b9f70cea8d66594d8c43e5af72fec761284cfdba4eaf5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7266, '2023-03-30 10:19:17', 'SALE/POS2023/03/7276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da2d6713078f500c21dda2518b3a4a26165ca8be5b36a698fc5200b94930ff47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7267, '2023-03-30 10:26:51', 'SALE/POS2023/03/7277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03dca50ed7e07900dea3ba74dc8455222cc79a1a9ce0c67b81cc75658cb21347', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7268, '2023-03-30 10:29:23', 'SALE/POS2023/03/7278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '413daefc064ac1d984b8aa929b2a3c285652c22efab3209dee9fd48c4a8d672d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7269, '2023-03-30 10:38:31', 'SALE/POS2023/03/7279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '246.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '246.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '246.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51aa6d3cb142fa63267438c8d40721a2b4ae7442eb1f5b493694eed8cc3f31af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7270, '2023-03-30 10:42:15', 'SALE/POS2023/03/7280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd100e68dfd7e85192caa5c928011000262b577bec8db89ea012656537e18a8b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7271, '2023-03-30 10:44:41', 'SALE/POS2023/03/7281', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '161.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '161.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '161.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a0e6acdb6509e11ec99a44717238407f55b90b1bb3ac62ee91b120bee92ccf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7272, '2023-03-30 10:50:53', 'SALE/POS2023/03/7282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21922f89e975cccf8576227ef9679560106f565eb57b5203aac253c9f7f80030', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7273, '2023-03-30 10:55:25', 'SALE/POS2023/03/7283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '126.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '126.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '126.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b72366e6d44986df30609fdff80733322f9e7237f0c55e4d6350806176c72cac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7274, '2023-03-30 11:00:05', 'SALE/POS2023/03/7284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '46.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b1af5584fbc4d360c32ec246c796d33e283cf3ec43673846c94e714493014dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7275, '2023-03-30 11:03:27', 'SALE/POS2023/03/7285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '166.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '166.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '166.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b005cafadd63f9669248d64c0a390400f2c2493027803dac673f831760c363f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7276, '2023-03-30 11:04:46', 'SALE/POS2023/03/7286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '86.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44825d80231cce88ff975c90e6a0f4073f2bb186ebc0b2180cd5e5d9ebe8133a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7277, '2023-03-30 11:06:42', 'SALE/POS2023/03/7287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdb688679112b831d23d94a48aa924af1ef6c499426bae1f3ba46273cef7b8c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7278, '2023-03-30 11:08:22', 'SALE/POS2023/03/7288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09ae03e035d167077656ad5cbb886392983cee725c9cd1778e0bf007d999953d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7279, '2023-03-30 11:10:28', 'SALE/POS2023/03/7289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '553badc2bb90b244e77d4fac464c9948abf74f8b5527d8193befab858ce8c397', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7280, '2023-03-30 11:20:13', 'SALE/POS2023/03/7290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '101.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '101.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '101.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a786a9bb38a7559c7fabb140e36127058547ff0553a6ba151db1069dc3e22e2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7281, '2023-03-30 11:24:18', 'SALE/POS2023/03/7291', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85d10f6d0759d305c9d8259aa66fafb58253801b097d46904d961c37535811b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7282, '2023-03-30 11:35:57', 'SALE/POS2023/03/7292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '79.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fffc3fd981742cf6b4f80722f1e24a76647074a5d44c5900308aec61dcb6552a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7283, '2023-03-30 11:38:05', 'SALE/POS2023/03/7293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '98.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '98.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '98.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c65c079a538cd5d1fc255b7709d24f5c7209d11a32293bb634526bc1ca737e32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7284, '2023-03-30 11:42:31', 'SALE/POS2023/03/7294', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '175.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '175.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '175.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1bcbd9c010e6df0196be12a9c71a5eb34ea705d0e243959bed9154806fe58be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7285, '2023-03-30 11:44:21', 'SALE/POS2023/03/7295', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '161.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '161.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '161.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de0066f1e2213a6a6c571bdcb8ac3c16b9c6147af08ecda06094a310bfd9d258', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7286, '2023-03-30 11:47:23', 'SALE/POS2023/03/7296', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ced66224345acd89bc631bb741ca064ad2fb46b074d5bc6aa5668211929ae1a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7287, '2023-03-30 11:47:55', 'SALE/POS2023/03/7297', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84120819ccf498f6fdb4b5f8d9dbef8f13e21bae513e282766a26bc8674142ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7288, '2023-03-30 11:48:43', 'SALE/POS2023/03/7298', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7f92dfb55727e6e15d14e649c66f4ef6cb0fb823f216e654a644800110369ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7289, '2023-03-30 11:51:25', 'SALE/POS2023/03/7299', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e002ef1b7858007ac07134055d4e147b83319324921e3f1bb520f39ba0915f9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7290, '2023-03-30 11:51:40', 'SALE/POS2023/03/7300', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3ac5cf4fa0a44e3983145dcbc28859ecee8a0a699835f03385015daf1c4b032', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7291, '2023-03-30 11:53:23', 'SALE/POS2023/03/7301', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '389e03b8f6cc8a26a6a7e1e02f9f5a1bd5a6cb55f67936bdec1ab2ec15f64462', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7292, '2023-03-30 11:54:20', 'SALE/POS2023/03/7302', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07814b3dd44471fb7443d05b3225e72ee5e998c118db6a4a41de40bd47cf6e80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7293, '2023-03-30 11:56:04', 'SALE/POS2023/03/7303', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09007cfc03ef6d8c730c9b295f354e268ce12de5d8ef2caea1800580519271c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7294, '2023-03-30 12:00:44', 'SALE/POS2023/03/7304', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef022e8beb6d151bbaca22c99fe522e76974272a934ef8b886a150454a1978a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7295, '2023-03-30 12:01:32', 'SALE/POS2023/03/7305', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1074bab596f142e0d0b91048cc85e4a612b3d5e995b8615f8ef49388a12d471c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7296, '2023-03-30 12:02:00', 'SALE/POS2023/03/7306', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59efb9dac14f2889cbe0b06fac79e8720d361ebbdadfb46b44f3970388bfbc78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7297, '2023-03-30 12:03:09', 'SALE/POS2023/03/7307', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '122.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '122.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '122.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1f47095daa460a65375dced189b9e324bee19ec4e44a870ee1c148969953a4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7298, '2023-03-30 12:34:26', 'SALE/POS2023/03/7308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d5d3c591f7be45d9782b9a1de596a1e4b94d6746e36565c01fb49394408761e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7299, '2023-03-30 13:44:50', 'SALE/POS2023/03/7309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c57ed5fcbbf1a3dccb7736230332de93e9ced34207d8621eae5627eaf407cac1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7300, '2023-03-30 13:49:14', 'SALE/POS2023/03/7310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b60eab44f18307ce91ca0fdafa0869c50b2ee7fa879d8d19d1c9c838a74f930', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7301, '2023-03-30 15:14:02', 'SALE/POS2023/03/7311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '917c2ce9e1a3744251854838a359c6d64d5ec5c39a555b9ff0907faceab4bb5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7302, '2023-03-30 15:47:41', 'SALE/POS2023/03/7312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4981c61fc3af80e07c02eda0a2278d16a3fb19165af5afcb90bb10f8434064a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7303, '2023-03-30 15:49:42', 'SALE/POS2023/03/7313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '776f0082d99ef76112cee625774bfc43baaf4131df3c53c1cfa022006a3c2dfe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7304, '2023-03-30 15:52:43', 'SALE/POS2023/03/7314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ada40e6f71803f8b6ae0e4ef6d9c730a8fa249f0af449062edb807b7c1ce250', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7305, '2023-03-30 15:53:26', 'SALE/POS2023/03/7315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'abab18a35f6c0b4c8c089800398f13285e206ae03f70328bfed5e4f667e1ca2a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7306, '2023-03-30 17:23:49', 'SALE/POS2023/03/7316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3225f77d2e16f52213a3dc8bf00afec0d5ca3f33eae3c57f02bc281638df7159', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7307, '2023-03-30 17:48:40', 'SALE/POS2023/03/7317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b784c6ccf65b95568652cdcbd3cbc76468089e5388f585277cb797be60cf0a45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7308, '2023-03-30 17:49:45', 'SALE/POS2023/03/7318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c303ae1bd9d6c95b15108dd1b168713c0a8f48676a3164fb04189178f74d056', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7309, '2023-03-30 17:56:20', 'SALE/POS2023/03/7319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3aea391e45b78ab0519809071389fbde10af2dac9daa72f701909b1a59d0b45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7310, '2023-03-30 18:32:53', 'SALE/POS2023/03/7320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c80fc6b18c3c709fcb7627380c4c0189d106f1a2f030629bb8adb014b43d23e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7311, '2023-03-30 18:54:31', 'SALE/POS2023/03/7321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd60c391689ca1e0dd97bb0bea2a27e38a117a7ee37c7f170425b916a1f653f2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7312, '2023-03-30 19:23:06', 'SALE/POS2023/03/7322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10207d2b043609caedaaf504cfeebb48592a5e6253e9cd24f2d31fa9474bc06e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7313, '2023-03-30 19:38:13', 'SALE/POS2023/03/7323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c6914903f620f2d68f0631e69ccd64481162933697cbca1a000abc2083b7a70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7314, '2023-03-30 19:41:01', 'SALE/POS2023/03/7324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40d418484be9e7a4907aa68a5c6dfdc8042ea75cae7233d29d0a86ae1d015292', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7315, '2023-03-31 06:02:49', 'SALE/POS2023/03/7325', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1f566c55a7d21255c708120b61ec29caa8a5bfb51741e25f8ebe341309fb979', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7316, '2023-03-31 06:03:20', 'SALE/POS2023/03/7326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1417f2df22f5393c09e3b98290642437c17ce6425f88aa525e25ee93f2f81af4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7317, '2023-03-31 06:25:34', 'SALE/POS2023/03/7327', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66f3c4cdaa1b01db7b69d5d25c94126a2e9f355485c5250e71a6370bebafd274', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7318, '2023-03-31 06:28:06', 'SALE/POS2023/03/7328', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad79e7f7dbdf484084bc62e52cb54ca312c0a48511388e27acb75a5db6089c50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7319, '2023-03-31 06:39:13', 'SALE/POS2023/03/7329', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bfde91b719fee0ac1251074524a3ee063be830f98e0e4cfe262ac92bb8d838f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7320, '2023-03-31 06:40:13', 'SALE/POS2023/03/7330', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '978e17382a410692512751f1eee9de4c49f6b09a9c882725ccd99e66a3bbc0cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7321, '2023-03-31 06:40:54', 'SALE/POS2023/03/7331', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79ac83cb86401cf3f60ed0b4deed81886d51bbfc40db850918801de9cd333669', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7322, '2023-03-31 06:44:14', 'SALE/POS2023/03/7332', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '71.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df4d595d6fc493dc9f43264f49b96750f9d41807038cd780505123f43ac12d79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7323, '2023-03-31 06:44:48', 'SALE/POS2023/03/7333', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d65c426f68722877613f1f266876feca7a4c7900034d6556656f5c4c9a0d201', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7324, '2023-03-31 06:58:40', 'SALE/POS2023/03/7334', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea5d2ce4a65bf48a99a12091a209936b0bcebe90d288d7e1218643a2d8802b47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7325, '2023-03-31 07:00:35', 'SALE/POS2023/03/7335', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa1bffdd819f4c6518ebb4694c010af394c4503ee4f5b3dce7c54bbe1a3dbe4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7326, '2023-03-31 07:01:05', 'SALE/POS2023/03/7336', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da41942ee652e2cf2fb3fc828e94379ee38428bdda6d45687b63d204c2e78ca5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7327, '2023-03-31 07:10:39', 'SALE/POS2023/03/7337', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6788947a46f9612fe9fecb8063ffee6957da2fb4056c63d71842bb71e488a9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7328, '2023-03-31 07:56:35', 'SALE/POS2023/03/7338', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3149c73fcba6ee139c4d7a0b68334b7bbc23cd880e272193d2b24af5413b3e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7329, '2023-03-31 08:21:45', 'SALE/POS2023/03/7339', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '876d42516fd5c5545c8368e056c33eafa288e6ba0e0c9919d883de98702a8dcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7330, '2023-03-31 08:31:48', 'SALE/POS2023/03/7340', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7660862dc8365a726d01d74bb706e8d494a552147a191c40f73b112f1b6232b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7331, '2023-03-31 09:40:12', 'SALE/POS2023/03/7341', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81e36858f7de68c186221096b2b3341353b12f3ad983de8d5215f1f48c2b28d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7332, '2023-03-31 10:24:31', 'SALE/POS2023/03/7342', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7335a3ac596c9c56b22b7b1c0c2bd7e36b86888086e7c203a85f57276b34b27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7333, '2023-03-31 11:48:27', 'SALE/POS2023/03/7343', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7778c99ff501fffcf4c5c1c233ff4ab1b44b2b3c255a167aafd5f74b084bdb12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7334, '2023-03-31 12:01:48', 'SALE/POS2023/03/7344', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0febe88e63750928e3e207e342dc8440d8378aef9e3c9075a148cecf75d89136', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7335, '2023-03-31 12:14:16', 'SALE/POS2023/03/7345', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c4fadb3ae8b7d845d5f71adae7530f0229714348475c32515a7e6e889bb5d46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7336, '2023-03-31 12:29:47', 'SALE/POS2023/03/7346', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b4e10ac0a0c8d12e8611d746bff185ba9e8012df0a6ad76e8a2e1143e54148e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7337, '2023-03-31 12:42:28', 'SALE/POS2023/03/7347', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '011b705ec6e9181e7e60b1a1b6dcb064c276e36bc38d99237db6d295270fb4fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7338, '2023-03-31 12:52:15', 'SALE/POS2023/03/7348', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a124c5b36a077c3f00d4fa7b3a3859ed699f4a9c78082d90f6a3a4e31655a8c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7339, '2023-03-31 12:58:09', 'SALE/POS2023/03/7349', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85d98a04ba66d84c439e52ec6792ca728621e4382e8b965ac2f3aac855140736', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7340, '2023-03-31 13:04:22', 'SALE/POS2023/03/7350', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2ba222840b12f7536256cdf6aedf2fa023388205c71d7a4f0406055239551c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7341, '2023-03-31 13:33:47', 'SALE/POS2023/03/7351', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a84311a771d4123a37e9f424aa934a259602b6ebbaf06de1f9967e410d5349e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7342, '2023-03-31 14:19:57', 'SALE/POS2023/03/7352', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd73b10a557267e47b19ec87dea7c302a5f4e4af44a4766387d39b42eaf9ac15a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7343, '2023-03-31 14:36:02', 'SALE/POS2023/03/7353', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90528b6233da41b3646c1519d5ead62748c7c7ca0a2297df0ce5aba92cfc70ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7344, '2023-03-31 14:40:53', 'SALE/POS2023/03/7354', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e707f00e9bc8db52a8ab64fe9e81c84984051b053131add85aa9afabd627341a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7345, '2023-03-31 14:46:37', 'SALE/POS2023/03/7355', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11836fcb63583f976025c6e2eed54490c1bf9022b2449f99b66da76ad09cc495', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7346, '2023-03-31 15:19:53', 'SALE/POS2023/03/7356', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c319dc366be7d26de53e0011e2de9d738fa1d210a19347bd81bc7ee530c82bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7347, '2023-03-31 15:35:56', 'SALE/POS2023/03/7357', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1820006ab8c53610a8c8fafeb5359292df122b919023413db9f3d21b170db400', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7348, '2023-03-31 15:57:51', 'SALE/POS2023/03/7358', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '960cfd9a47c49c4618412d9786fe27c4499799d1328e4530b4ca35516b9c9520', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7349, '2023-03-31 16:06:28', 'SALE/POS2023/03/7359', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '231ed0fa9b7f6c70f86c1847a7bc5cc17f2eed1c9b632580609d5a7eb2df374a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7350, '2023-03-31 16:40:53', 'SALE/POS2023/03/7360', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c69a8ce2290cad3a683ddbdbb978b88bc893ef84eea3703132bee2872d6f662', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7351, '2023-03-31 17:24:00', 'SALE/POS2023/03/7361', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '61.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a275887077c15c9ddb493cf7260f0350a388855ddd381dbe6ccda0e899bbab9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7352, '2023-03-31 17:26:44', 'SALE/POS2023/03/7362', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c91600ba5f398699b659386aa26ead8f5ca073100f8263c48b69eeee30491afc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7353, '2023-03-31 17:28:00', 'SALE/POS2023/03/7363', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d54cbf246135eef28546592d8e53919e3ef88556bc8ffa023fe47bbad921abf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7354, '2023-03-31 17:31:48', 'SALE/POS2023/03/7364', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61e492393617acfc8d6874760f3da003125c7a50bd718be796eefff68953a870', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7355, '2023-03-31 17:34:36', 'SALE/POS2023/03/7365', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56ef19abb150e6358b58769005b15814bd759579f2918796507d0f7594e227ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7356, '2023-03-31 17:36:07', 'SALE/POS2023/03/7366', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '73.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdd367b1221b50132e29dbe5de2db780a27515876593c0c50eddc1fcc07dd089', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7357, '2023-03-31 17:41:02', 'SALE/POS2023/03/7367', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '46.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47221e15130209da12ee8c6c8a828a5dcde182345f446ed4bfe67daee2f1fcda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7358, '2023-03-31 17:45:49', 'SALE/POS2023/03/7368', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d61dab0264e9a06fa41eb65a30e0118f11901a5eee9ce669241e29acb6f7674', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7359, '2023-03-31 17:52:09', 'SALE/POS2023/03/7369', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f5157a8a151096e25fd6902a8fe601edfe8b32428446c52b41bf7ef9ddb5746', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7360, '2023-03-31 17:57:33', 'SALE/POS2023/03/7370', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74f0b0f5ef9eaeb0280c802a12457c1de2095db97cc00435d55da690d1ac0842', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7361, '2023-03-31 18:03:18', 'SALE/POS2023/03/7371', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0ce8889b6521defd5d68a61e15375e5ca2306b149c32d8b0f779b4592a81dad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7362, '2023-03-31 18:04:33', 'SALE/POS2023/03/7372', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b09f770c32139a657305b0edc9c07030de7e5f58b5b2877b987ed4b69b29131', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7363, '2023-03-31 18:17:05', 'SALE/POS2023/03/7373', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a7e00206dbea681908feae37a12dabbba37761babdda0d098e5de63dd2d3739', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7364, '2023-03-31 18:24:38', 'SALE/POS2023/03/7374', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96fc4f2ac833889e5b7232db03ad5a8f13d201e6d216a4c7cef70b1d85195426', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7365, '2023-03-31 18:28:55', 'SALE/POS2023/03/7375', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed513e9162f6b2c59960d84277c1ff92bf065794971f9872306c71203d82fcec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7366, '2023-03-31 18:54:43', 'SALE/POS2023/03/7376', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22282b8e9a827f447f0fe383c0c6a0f7ff865f294c8e8e02f251b4d253f8fbd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7367, '2023-03-31 19:43:48', 'SALE/POS2023/03/7377', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25f5cda0d177141adcfbf08250fb836d96ed1b0607bdfb259ff2191bdce9c23e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7368, '2023-03-31 19:51:38', 'SALE/POS2023/03/7378', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '64.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28478ac3dae7379faaf10e8af794274eef9f7f4d3256d7cfc3a8a954d937ba2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7369, '2023-03-31 20:00:04', 'SALE/POS2023/03/7379', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '824987af85f703085f7e502ce7a223d10643992eac0bb377753ceae44cdfe6e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7370, '2023-04-01 06:25:20', 'SALE/POS2023/04/7380', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '375b8ea74442e76d51e0965950aa052862a6d8bc1a0a3258e77f895b379f10c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7371, '2023-04-01 07:15:01', 'SALE/POS2023/04/7381', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2320299dfee2cf6f41082eb303bdfb672614c403b29536db02bc8c18fe37ed3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7372, '2023-04-01 08:24:30', 'SALE/POS2023/04/7382', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd11d1b04e8eeda8a2e5de1ce52156996b97780cf02e639fe59fdc256d2091700', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7373, '2023-04-01 08:37:04', 'SALE/POS2023/04/7383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac9d8392168d6f852a73299afd87aebe0735ad6c1d968ee3420aa2216bb7616b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7374, '2023-04-01 09:47:41', 'SALE/POS2023/04/7384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '336727b18b522929797cc270fca51a438f74c1a5705598cbfef7bbf77e705367', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7375, '2023-04-01 10:54:59', 'SALE/POS2023/04/7385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65bfed02592cba0939e86df7c79534d681a70e63f491c7546f4576c88ab63284', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7376, '2023-04-01 11:27:49', 'SALE/POS2023/04/7386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1059e32f620dd1c4ea140c766a80ac42dd30642f0cb41cf0bbe920d4976c13f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7377, '2023-04-01 11:37:37', 'SALE/POS2023/04/7387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd2003aac37bb4b29e1a6a69c4489f66d37df7cfc5805d1985cd0b55fa6b7d0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7378, '2023-04-01 11:40:15', 'SALE/POS2023/04/7388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd194bd7edbe447bcfed9bd4cfd1a0c40581e07ab001285005ca2ab5351de6175', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7379, '2023-04-01 12:39:05', 'SALE/POS2023/04/7389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf3d523e528f5ef386e7ff265821a76a1f383d168c5196fb91723ef34de6f3c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7380, '2023-04-01 12:50:57', 'SALE/POS2023/04/7390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41f0e6b9a78167627b06d8333c944f0e2477ac40a720ad41e867374cab84b059', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7381, '2023-04-01 14:12:56', 'SALE/POS2023/04/7391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd47469c36e770d1472ea773dea828529c6c968c633090db13a98ac008e39284d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7382, '2023-04-01 15:20:46', 'SALE/POS2023/04/7392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3246adbd50c7cbea0a192de8b71c463fe69ed6cee606b6d92e54e58a80fca2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7383, '2023-04-01 15:55:03', 'SALE/POS2023/04/7393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5af1889d4369d391329dd828f275f6403a8da2451dcd5e9add43b018751fdfa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7384, '2023-04-01 16:13:58', 'SALE/POS2023/04/7394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8768cb7b32863751ddf0c45966354dc666b9b9b6cebfa546ab9ba02154d0cfa8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7385, '2023-04-01 16:25:02', 'SALE/POS2023/04/7395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63da50cba8bb4763e97c45f090a45d56483288c908e80bd369152117dcb337f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7386, '2023-04-01 16:50:24', 'SALE/POS2023/04/7396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f5d5bad03437423a90bcb57dae08f70a1c577ba5ecee81868e657d869eb1848', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7387, '2023-04-01 16:51:43', 'SALE/POS2023/04/7397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67caa8700374b11a286d2f40f9ba383754170ec9a4774b2c1765afeda2f8c5dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7388, '2023-04-01 16:55:20', 'SALE/POS2023/04/7398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bfae8d5859eedc07d44f52133cce96c30a1162ed31baec6c4c917bc256137ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7389, '2023-04-01 17:11:16', 'SALE/POS2023/04/7399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f33d83fa92e55fae35f8bc76eb891fb2a2b32b58d8cff3bac92640c0329d2b03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7390, '2023-04-01 17:27:31', 'SALE/POS2023/04/7400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a80a4c1aa42a122a0c16bde3b913695c1e8b02388858a15cf4f0522cdf6ba0d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7391, '2023-04-01 17:34:53', 'SALE/POS2023/04/7401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32f3e1d24e5932a1c6148787dcc65e507069231a95c1ca55765caf0100961232', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7392, '2023-04-01 17:37:41', 'SALE/POS2023/04/7402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2dc14d7fb06db8dacbb50b45de050b68d39bd74879aaffb1b7da3e65e3c6f6a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7393, '2023-04-01 17:51:23', 'SALE/POS2023/04/7403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34d31d7f19480220ef9257bf625f5b5f9d03069c7e03877b2431cc236e618236', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7394, '2023-04-01 18:00:01', 'SALE/POS2023/04/7404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fa16fa455bd15e8b5c06e844641a4023f762cba6aeefc06c470d5691c0ed98b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7395, '2023-04-01 18:19:21', 'SALE/POS2023/04/7405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a50978eee6649329b79e2c813fb5d66e40205891d01f34e6c99787ec7fee75ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7396, '2023-04-01 18:29:16', 'SALE/POS2023/04/7406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2854ac6a513e4572f2f4fe71281bcb93071de67b87fd761288cced922e443396', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7397, '2023-04-01 18:33:01', 'SALE/POS2023/04/7407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51c6e98d3449c8c457abff84d8237a33cec217f3325759ba7f6d346c138b501b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7398, '2023-04-01 18:51:57', 'SALE/POS2023/04/7408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5073c35a9affa8026adc707b623f61e115b9b49cd315f1408782314559a4e5cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7399, '2023-04-01 18:56:06', 'SALE/POS2023/04/7409', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b141f02b51fc46cf18879c27be82584d424b730d6b44ece7c4bafddd51b6cf6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7400, '2023-04-01 18:58:50', 'SALE/POS2023/04/7410', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c24e039654b73d95a66e79a4527c737b4438c60002fecbd6f18fe1bd91760b22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7401, '2023-04-01 19:03:37', 'SALE/POS2023/04/7411', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9600aaab94214ce81334b688f07763fcf4b5af6c0ec038af7f4ba66f353e951', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7402, '2023-04-02 07:19:21', 'SALE/POS2023/04/7412', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '82.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d2ea3f45a602ea48e2506be0c5e9fd57b0bd2682e6d16273a8642555f8c7863', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7403, '2023-04-02 07:55:48', 'SALE/POS2023/04/7413', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c903f89150b3b94d7aa78abe747fd46410114f52526442f0b18e679f63bc6c42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7404, '2023-04-02 08:17:15', 'SALE/POS2023/04/7414', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dca8dcfb39bc2e1724a7d2acb02a787151f78c0235e8f794fbdc3fbccd819235', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7405, '2023-04-02 08:21:47', 'SALE/POS2023/04/7415', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47f4963f4502132cfa5a8f9036bd0127ad31d9905d003c3499bc3018e9c2575f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7406, '2023-04-02 08:26:13', 'SALE/POS2023/04/7416', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '58.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe54b60a18fcf4037aaa3627ef206dd1ea90d3b0f4eb7c10ff656c1ecc334158', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7407, '2023-04-02 08:39:39', 'SALE/POS2023/04/7417', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '932625b5c7c8ec9e117e7c7a119d56676506874ec77c973210dcfd7d7e31461f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7408, '2023-04-02 08:41:41', 'SALE/POS2023/04/7418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4817265041736b6dfeb168acf26109cb45286564326a4ca55e51ccc163075e98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7409, '2023-04-02 08:51:46', 'SALE/POS2023/04/7419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29f123927805baa5d17bc6ee78e96c8cb86008f92d2143f8fd49a104031515b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7410, '2023-04-02 09:25:37', 'SALE/POS2023/04/7420', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3474fbf94754ae164207c722dc2cb2af9bc3e4833bec87736d7eb52f30c85a46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7411, '2023-04-02 09:29:08', 'SALE/POS2023/04/7421', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0661c8f2effa44af160a66149363d9362ed797389763e11deec0fe6b40c2fcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7412, '2023-04-02 10:03:22', 'SALE/POS2023/04/7422', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eef0f159ebdfe24889972c3ff19eb00963493d00dd99357b530ab2a73607cf56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7413, '2023-04-02 10:15:33', 'SALE/POS2023/04/7423', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5d6596b41fac8446ad4dd56106c44cdab4a8a88772137734dbe25024ed30a1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7414, '2023-04-02 10:28:07', 'SALE/POS2023/04/7424', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2003a35e959c03837ff32e93ee0090123c0a68046e7ea3ad0d2fcc4198df2fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7415, '2023-04-02 11:23:11', 'SALE/POS2023/04/7425', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2f9a94748a8fe5a3c795f335c72708a59548a18d039829cdafd1b052a927f6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7416, '2023-04-02 11:36:44', 'SALE/POS2023/04/7426', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9445f47875b795d79d49e1de55e1d069e7fcd09026ca17eeb4836ede572d7ed3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7417, '2023-04-02 11:43:15', 'SALE/POS2023/04/7427', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5414ed37f718270a5dd815d98897e4cfec4e04a8c5611f07021251cdae5cecb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7418, '2023-04-02 12:04:56', 'SALE/POS2023/04/7428', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec173c13f7542e48e5a61d82a8daddcb91aa40bbcd92a500f8f892e8d4611d20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7419, '2023-04-02 12:11:24', 'SALE/POS2023/04/7429', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ccd63a45cd3ab0948f0651fea8a3aa70f551fe7d2b470a5f8dff13750dea1f08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7420, '2023-04-02 12:20:16', 'SALE/POS2023/04/7430', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '114e148f6674d397eebd98174a319844cfa29adf36e002b2459860058aba58df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7421, '2023-04-02 12:25:56', 'SALE/POS2023/04/7431', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d895142f6ac362d27a74373ea7b25baf1608ad06de4d70e1e5a201a8194355d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7422, '2023-04-02 12:34:23', 'SALE/POS2023/04/7432', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e60ba85801655873e54d62d204cd9d67351bf02f0426939846bda8c9a819600', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7423, '2023-04-02 13:11:28', 'SALE/POS2023/04/7433', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '44.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcfcc876c70e5a7759af73b08e098989691d478758a4e09111f8652dd6eba275', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7424, '2023-04-02 14:55:50', 'SALE/POS2023/04/7434', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '104.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a87c4053d8be5184109082eb1ebf5e39a9a4fe038dbbbd89cfd358791027f2b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7425, '2023-04-02 15:36:25', 'SALE/POS2023/04/7435', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a2159dda7c0c53b214e1c2f04e47b23e80f862ccc9952a6cfd78f40a703b693', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7426, '2023-04-02 15:43:56', 'SALE/POS2023/04/7436', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7be4545b146c1eb775cab0020dec774aac6c8f4456b90ee43e2a6c83a7669029', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7427, '2023-04-02 15:48:20', 'SALE/POS2023/04/7437', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '961c1e57ae3136089274f66f03220d0c3c23e74daed46b1a0cea06bbbc7d0abe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7428, '2023-04-02 15:54:34', 'SALE/POS2023/04/7438', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '970d390c2874dbc4408a8cf316c1510744646f6cf5202ff16b493d6e62225407', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7429, '2023-04-02 16:00:24', 'SALE/POS2023/04/7439', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebfceeb69a3c730a06899b404dceda021296ea490fb2cecdc714e17f18c59494', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7430, '2023-04-02 16:37:17', 'SALE/POS2023/04/7440', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '472abd7cfb3e24c893b41137663b802f1007de2c311fe94b9677b0404c5d99fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7431, '2023-04-02 16:38:27', 'SALE/POS2023/04/7441', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2341686e68218ec595a85d6e578a1db67a348905a02117a6f43ed84abe92e701', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7432, '2023-04-02 16:40:14', 'SALE/POS2023/04/7442', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8670a1d23ee249944b54f9ffa50d7b42fc2b512518d896f08c6c20d3896adb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7433, '2023-04-02 17:14:03', 'SALE/POS2023/04/7443', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '371509b32401a3ea56bf13ff70429d28767fc0fd663211a71add9df27b293336', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7434, '2023-04-02 17:14:46', 'SALE/POS2023/04/7444', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb4ed34428768a666b51bfb377ee124e5eb976b2b730022a5dd2f1e746b7d5f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7435, '2023-04-02 17:29:56', 'SALE/POS2023/04/7445', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1958524ae0f3ec41d9d8dcb29952dfb8ac05cd26d425a6f6c7d44a59e682c2b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7436, '2023-04-02 17:59:58', 'SALE/POS2023/04/7446', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'abf1ea40c91f183a15c4171f5de9c8b6902c8dd73fdfc4ca3e8dd0dc3bf216c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7437, '2023-04-02 18:07:58', 'SALE/POS2023/04/7447', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '125.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '125.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45d4e61bbed0b5da6c05d40f8f66e9983a58fe61f218dbcee98117908ff2f7e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7438, '2023-04-02 18:19:12', 'SALE/POS2023/04/7448', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '726dfbc051dcef6d0cbd0e497336f9859b61306ca6995260e0b51ac6cf6218b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7439, '2023-04-02 18:36:01', 'SALE/POS2023/04/7449', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3326570a29b40de16f4573c47965a72c033dfe4d11e52b201b6afa7d6c4810d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7440, '2023-04-02 18:41:50', 'SALE/POS2023/04/7450', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '672382305c430c1826f3b8c51e5ea09c03504dd8bf43a3dfb3c6cec9c88988de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7441, '2023-04-02 19:15:12', 'SALE/POS2023/04/7451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63fad08a343a4a01290eb8598c2681206a7025ce881e4172bcb72eee1b232320', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7442, '2023-04-02 19:24:15', 'SALE/POS2023/04/7452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a3e34f8c462d461b66e3ba066e3ab18d070cf4907dbaf2c85db3acb407beb64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7443, '2023-04-02 19:28:04', 'SALE/POS2023/04/7453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53a04a14a432f1ffe71c3df1c086a4a8d6c437240858c26d84d15ebe1941b451', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7444, '2023-04-02 19:40:06', 'SALE/POS2023/04/7454', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '342561e6d6fd9e008ba664c6738b955c0a1683a72fbbb965fb6b10cb605ec711', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7445, '2023-04-02 19:46:12', 'SALE/POS2023/04/7455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f4c46e7e4b495cf411950197abdee541d44692dbf26bf4996fc0563150c25ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7446, '2023-04-02 19:49:52', 'SALE/POS2023/04/7456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b9d5c6815969edc90892287613b60c004322445bfee4c4f996dc80a5bfb6a43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7447, '2023-04-03 06:40:26', 'SALE/POS2023/04/7457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18708915d10c4b644918ad72c3b8a460d6bada943c075a035df58fc4f854bfbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7448, '2023-04-03 06:46:13', 'SALE/POS2023/04/7458', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '178.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '178.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '178.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e5eac488de900ccf44067a6b1da8bd51014d9b16de245e2c8a8d4528fe7671c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7449, '2023-04-03 06:47:34', 'SALE/POS2023/04/7459', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3268039abffec3d48df27df120efffb0da2060f14691c85e3733429c83b793a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7450, '2023-04-03 06:51:35', 'SALE/POS2023/04/7460', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f3cc49bd30916981e8fe280a3d0a1a5049e188acfd7d6359a59023b4ea88357', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7451, '2023-04-03 06:55:41', 'SALE/POS2023/04/7461', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c5ee19c9362d3a9e87259f1640a4ba806fad2fca62f5a5c422cf8673813c47f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7452, '2023-04-03 06:56:27', 'SALE/POS2023/04/7462', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e84128a171e08d954252a055645482c5f73f58e80dfb0e7dc4c5a5b768f486cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7453, '2023-04-03 06:57:14', 'SALE/POS2023/04/7463', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c2febaa3308c56e6be0b419c5d87d10c505a55d0e48620492331d946b18bb51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7454, '2023-04-03 06:57:38', 'SALE/POS2023/04/7464', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdd6d695a5c67a1558a1f2383d188e1c1277adc39ecb4ec7455685a90d47040d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7455, '2023-04-03 06:58:39', 'SALE/POS2023/04/7465', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7c55d0c6f2da78ef3552f3ca1efec3f99a87aa43bf1f999f5aea5e6f6d44cc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7456, '2023-04-03 07:00:27', 'SALE/POS2023/04/7466', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0106291c085d242b023ae9cedd51e0a20746eebed8de7575738b57e93b74c3dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7457, '2023-04-03 07:01:03', 'SALE/POS2023/04/7467', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a6583bb6f3b7b1562ac1b7424bc3bf5c96b8f654c1bad44d713dd89fbb0bcc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7458, '2023-04-03 07:01:21', 'SALE/POS2023/04/7468', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '455225477632d1dae18e89373638fed12704dfc15eb1a812bc2f525bcd8e8d9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7459, '2023-04-03 07:09:48', 'SALE/POS2023/04/7469', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28201df6d4bed0ebf713133fa72ae48f60e601112a133be3a0d4fd4c6180abc8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7460, '2023-04-03 07:40:33', 'SALE/POS2023/04/7470', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50fa850f50a7ff2cef5032dd9c5cf142f6f69cf544ec37c98e129aa67c06edbf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7461, '2023-04-03 08:05:11', 'SALE/POS2023/04/7471', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfec2218cf3288997f5ed46b8198bf5b56ae75299499ad2d8f5cca2dad260ef4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7462, '2023-04-03 08:22:43', 'SALE/POS2023/04/7472', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b4e18ef4d7931f9f89c3228b528e8cf0d513d59765f682db97eb195b04e422d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7463, '2023-04-03 08:29:16', 'SALE/POS2023/04/7473', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e4cb0c1e4d1189a9098af9dd6d405dfe81127ff4c19d92092db1dc81d4c4614', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7464, '2023-04-03 08:34:38', 'SALE/POS2023/04/7474', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fad1725f80ac714bfbbb85436f1c570abadbbf6a15327f4f67c7de6f6224c702', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7465, '2023-04-03 10:17:25', 'SALE/POS2023/04/7475', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2f8cd36631dbc459f599b5a782c2b830b8efc8aff45701bf305738457bf1e4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7466, '2023-04-03 10:45:06', 'SALE/POS2023/04/7476', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '389f50e09a51e3736a3aa2cf30d47697f1bcade1457dab1688b89a8e46476e36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7467, '2023-04-03 11:02:16', 'SALE/POS2023/04/7477', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '172.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '172.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '172.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63f5e3ef074cd5e7f05f7613b6c8f4f850413deb6f022b4ce36a8328d19d4889', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7468, '2023-04-03 11:03:54', 'SALE/POS2023/04/7478', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6d7547ab9a14076d70cec955da35cbf8e500445dd5a2f59dc4b369d6c0cc4a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7469, '2023-04-03 11:07:29', 'SALE/POS2023/04/7479', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '58.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f65cf8a7d7d6076ebf60f1391a720ca6a678ad96636781f35194a39efbf3178', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7470, '2023-04-03 11:07:49', 'SALE/POS2023/04/7480', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '165a3d712f458b6a1c23fa41df5460fce21e03bf41b646be10243ba920a056e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7471, '2023-04-03 11:15:31', 'SALE/POS2023/04/7481', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '161b091705dd74a9db770ab65d0815a1df1ab59a3336710fc9068eac6b43d1f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7472, '2023-04-03 11:16:46', 'SALE/POS2023/04/7482', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7394668a157ede9a2290f297d1000f412004870e44ab4bf772be14f5043d48d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7473, '2023-04-03 11:18:36', 'SALE/POS2023/04/7483', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '122.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '122.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '122.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa5427c7b52f9c8e527b2caa90abafc61288fef19b62447d720e14059da8c0c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7474, '2023-04-03 11:24:41', 'SALE/POS2023/04/7484', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '84.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5f72c89361e55d30781a8ae51ee714041b0feb20d19f9f05836e8b63c7ae288', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7475, '2023-04-03 11:53:34', 'SALE/POS2023/04/7485', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2681aee722d724de3ba039bc1378235eba9c25be42e884188dbfd68f7225b42d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7476, '2023-04-03 12:22:22', 'SALE/POS2023/04/7486', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad4797abf88a29ecba9250f0c659374be637fc4af770bc12bf9b856903b9f3ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7477, '2023-04-03 12:38:16', 'SALE/POS2023/04/7487', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '736d7f089825b262969af81ef5bbdde528b3b4e68bbf35e79c27287886d7dc26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7478, '2023-04-03 13:02:50', 'SALE/POS2023/04/7488', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22d593ca34e7f4c983afa21c55110cf514a2d83ecb48a0f33cb9816a3f7bf135', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7479, '2023-04-03 13:34:22', 'SALE/POS2023/04/7489', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67b43fccd5a0f840e83baad03ff39bae18d8fa183066de2dea9c469ef514d19b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7480, '2023-04-03 13:45:51', 'SALE/POS2023/04/7490', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0015d7047fb028210284fe966c326e7821277704960a6410e2c5800407537d68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7481, '2023-04-03 14:00:05', 'SALE/POS2023/04/7491', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfd4d8e4a21c552467e08f472e2dbc7bfdd6045927c92bbf53bde82abe43f909', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7482, '2023-04-03 14:34:13', 'SALE/POS2023/04/7492', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a6d10c4735357eaa090b2b8e21bb2760593a395b06e1cb33d072529410c32ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7483, '2023-04-03 14:44:02', 'SALE/POS2023/04/7493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34b39d4063465d0fa49f4293d9f1ed466b4b3ac565b054455637dd4e0d53ac57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7484, '2023-04-03 15:10:27', 'SALE/POS2023/04/7494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '73.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f8c88d603e79c8ec1d4a5f2dc21669f9f0308e1973a42d0f7afc5b8a2ebe2e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7485, '2023-04-03 15:22:02', 'SALE/POS2023/04/7495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe3819d462e6eef8d316ab260de28deb1838708331c3c0be9c5acc5320e7367a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7486, '2023-04-03 15:50:41', 'SALE/POS2023/04/7496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4321b5accc85ea5fda68df545985a7ad156f6ed2914ea49d200560394e7bdc44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7487, '2023-04-03 15:52:19', 'SALE/POS2023/04/7497', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7015e86a03084a8222b6e13de75c91a6c2e689cc9a105e47ec3e97a7e616e14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7488, '2023-04-03 16:08:52', 'SALE/POS2023/04/7498', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cfe6a4238ec0ddb2d96be3212281ca0be2ea7ebb971d2160e433c5da3b3a996', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7489, '2023-04-03 16:17:10', 'SALE/POS2023/04/7499', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06ec86b2f04ac67a39369e464cb9b2bb45c381b039d27960bbe8e587f92e93e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7490, '2023-04-03 16:26:19', 'SALE/POS2023/04/7500', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a2dc43cebb535d820fa543af38ac065ba846abc56a359c8bd3f27c7f8755cf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7491, '2023-04-03 16:45:31', 'SALE/POS2023/04/7501', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '99.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '99.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '99.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd9efd8a65f57c3dad624fed08dce4c4cc6b17c7efe5b0b551d83a0541dd6bb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7492, '2023-04-03 17:08:57', 'SALE/POS2023/04/7502', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56e88c6caed29bdc1fd22db3db83d5a9177cae3a540436a891a788c6c3bb621d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7493, '2023-04-03 17:16:21', 'SALE/POS2023/04/7503', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8309597a71eeeed68fc6340bc692ab2bb32d46968d4c20560e84b1e1f3e4c47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7494, '2023-04-03 17:17:52', 'SALE/POS2023/04/7504', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04a829a27eb60087f334a073b045fef2b545b2071ab605986ee3eb3d307e35c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7495, '2023-04-03 17:42:22', 'SALE/POS2023/04/7505', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57978f40659212c66c5cfc0f97bfb24491848ce47cab00ba0509fdbe25fd5edf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7496, '2023-04-03 17:54:42', 'SALE/POS2023/04/7506', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a3f5ac73aba5893f674f4a10ddf88ab9040a967051aad8d0ed99f31620abbf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7497, '2023-04-03 18:20:54', 'SALE/POS2023/04/7507', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '019baa8ddfc18ab560391cd6da93798472f2ec8fe3ea521346c70d794955c215', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7498, '2023-04-04 05:50:14', 'SALE/POS2023/04/7508', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f736eaeaea594a0bb2352dc394962999e490a15bbd786ad434f183ed6bc335d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7499, '2023-04-04 06:21:27', 'SALE/POS2023/04/7509', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29daef376d02d0057a3a5fe7cc4598c7326af9280fcfba1a79fd1b1374023f91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7500, '2023-04-04 06:30:06', 'SALE/POS2023/04/7510', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '141.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '141.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '141.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2d3349fc5df40a1821e487ebe37d0e878124e96332825e3977d53b502b4b2c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7501, '2023-04-04 06:31:08', 'SALE/POS2023/04/7511', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '84.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51f330e0329fd0cfbc22a1205c1e0ea4e12ed6d0e71f5a4a95f754fe8c095c98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7502, '2023-04-04 06:36:41', 'SALE/POS2023/04/7512', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a87f8b79432f338e729b7ea144c69bf4483f79fb9b10e0df64e8b8b44cc36c07', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7503, '2023-04-04 06:42:41', 'SALE/POS2023/04/7513', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4393ea26fb90599c87b3ffe605c61195535f3203e338d56053e923cdf02e04ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7504, '2023-04-04 06:43:37', 'SALE/POS2023/04/7514', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22b4963556d7873b11e837541b87db5438c180679c473b4707db8e57c40a0d67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7505, '2023-04-04 06:43:54', 'SALE/POS2023/04/7515', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90f1d2cac456968df912b71ead454888ae65aed9b87fbd8273cbc85ac3aaec80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7506, '2023-04-04 06:44:13', 'SALE/POS2023/04/7516', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe3ca602575d652b3e1ae3e2af0a98be23018fa63a6ee32987516baad4f0e33d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7507, '2023-04-04 06:44:28', 'SALE/POS2023/04/7517', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '350194bfbfafc9908cf331cffdcf3adaa973596ec5ab1aab813d5f51a3d81551', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7508, '2023-04-04 07:10:13', 'SALE/POS2023/04/7518', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb85ecf01e028cb63e0ee1267a1e0a9a25f59b0317fd75bde14035d81ac388d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7509, '2023-04-04 08:09:53', 'SALE/POS2023/04/7519', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aba3baf6ba99d15ac886330d886101b0d20dc808dc40cfbcf17e6d9bb3f8efa1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7510, '2023-04-04 08:21:52', 'SALE/POS2023/04/7520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6eedf3107a2432f839d41cafdc8a8ee8e22df0dd936c74ad13006e2afd70eb77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7511, '2023-04-04 08:25:49', 'SALE/POS2023/04/7521', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fee013899eead62876f4b9f080bafcdec4ee1c0ebb7549ba1cda16a1ec904f80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7512, '2023-04-04 09:11:04', 'SALE/POS2023/04/7522', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01001e93c0f6eedae45cd42469aaa863b880b99407837fbff8cfda34efe1eca2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7513, '2023-04-04 09:59:42', 'SALE/POS2023/04/7523', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '70.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d9c0a4152578a700ea1845050c8b8b360281cf866e3c01cc41e499cc0a6f4c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7514, '2023-04-04 10:48:27', 'SALE/POS2023/04/7524', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26dd691d0d1294e1e9f7ac892b255782b9f94104a641d5c8c2c3fbcf3b7c8cd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7515, '2023-04-04 11:00:56', 'SALE/POS2023/04/7525', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed538ec1526fd766f7e5e8d8366bfc58c4c07e5584090b47d970cdbbe1970eda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7516, '2023-04-04 11:39:23', 'SALE/POS2023/04/7526', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fecd12908fc970a859ef043f04e5f002d0d3a90503117a5b6b81a1ccb1fee082', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7517, '2023-04-04 11:52:30', 'SALE/POS2023/04/7527', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbe7cbaeafd9745a871406adbf0661c9b78b88ee5860619a00acb87544326753', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7518, '2023-04-04 12:34:41', 'SALE/POS2023/04/7528', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a50538c53a05688aea729f60bd01b9c6c0bfc66ad2c0fd08bbf6504df204d2fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7519, '2023-04-04 12:58:13', 'SALE/POS2023/04/7529', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '007c7194d5d73e5afb1e01310826d08eb998bc76df982a46f50aeba3f49bc086', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7520, '2023-04-04 13:02:13', 'SALE/POS2023/04/7530', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f4150b77602877225d48ad11b3d8a775e9fbf7131eb90619ba3da538a94e947', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7521, '2023-04-04 13:07:36', 'SALE/POS2023/04/7531', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82f7f73fa6a96bb4cf47933401312e40c792cf3ef6b7ab65d52ca98439f25722', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7522, '2023-04-04 13:36:24', 'SALE/POS2023/04/7532', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '70.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b2b5193396c98b22992239279966e6b5b378dabf5e7e6b3956e95ae7073f3ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7523, '2023-04-04 13:41:59', 'SALE/POS2023/04/7533', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56cae44ea1b71e6423a21ec8b70e1ef11678de1d3a9faf462d30d6fcd76ba8b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7524, '2023-04-04 13:51:08', 'SALE/POS2023/04/7534', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1358e33b0452596a376c3cf71832cffdf1e3e18d41ed258019492a4931c2f7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7525, '2023-04-04 13:52:54', 'SALE/POS2023/04/7535', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd392e5ad40ead8a1a921c5bbf2ca441639f2f2562a4ea6cb47688ec4a9f79496', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7526, '2023-04-04 14:14:27', 'SALE/POS2023/04/7536', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1c37fc0bf724d3e9415bb550b8440294dd17d94096c17a51921df215e5e630e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7527, '2023-04-04 14:27:55', 'SALE/POS2023/04/7537', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8d1dff6bc3a0ae4f1b94228e179565cc1ca101a70b45d6a74e70747474dfd02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7528, '2023-04-04 15:15:40', 'SALE/POS2023/04/7538', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd50e1fbf0dfebe012598a35c8a83ac03cc934b89309baa78dc75507a89e1a2f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7529, '2023-04-04 15:17:36', 'SALE/POS2023/04/7539', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a01fe8ac12e71758e353e864a3431f43f122f76b4f701fb07cf3c6103c88d67a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7530, '2023-04-04 15:37:28', 'SALE/POS2023/04/7540', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '900ac55ae5c9f466fdf93b1b867a93cdd10e513cd12c5e51b67d595bbe935c7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7531, '2023-04-04 15:59:47', 'SALE/POS2023/04/7541', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ab3db2e9babee23dd0e5579a6d59f225cf7ed35e49eb5eb47a78bddca26c0dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7532, '2023-04-04 16:10:46', 'SALE/POS2023/04/7542', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ab599bc896bab2c84a9096b81c70e161c61f7983a1ed13f808a025db7a97907', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7533, '2023-04-04 16:49:04', 'SALE/POS2023/04/7543', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c770341c461b9e7b147f7b651a81fee0d7f785eeb3490b0f617d834375b1c765', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7534, '2023-04-04 16:57:26', 'SALE/POS2023/04/7544', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a536c8a7c9a7a31737d6941a97b416d01fc8f1d24415cd13a011d0ccb93942c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7535, '2023-04-04 17:04:32', 'SALE/POS2023/04/7545', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e17fdfdab1c3a9f8c4e89c6870d864988cfd0bc7175961b92350e80f7ae2b20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7536, '2023-04-04 17:33:43', 'SALE/POS2023/04/7546', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1527746896e13929f45c52c9ccabcf9ea5aa0baf5533db53ba74f45ed7e97953', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7537, '2023-04-04 17:35:24', 'SALE/POS2023/04/7547', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4fe09a16da759e9815ea775e823bc91b9c19b9645fa8b1268e1c3b212c60f09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7538, '2023-04-04 17:36:09', 'SALE/POS2023/04/7548', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2d6221abd939a3df70188998fbe00b84be986662f24678312e02d067339a41a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7539, '2023-04-04 17:41:07', 'SALE/POS2023/04/7549', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8571693b2d62b85d003c5c7bdd4f33173054103891c8c87acf6c33a4af6f0d00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7540, '2023-04-04 17:41:23', 'SALE/POS2023/04/7550', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4fc14d70b4281e265b951591eb4f9f33faf2ade5b373e03bff8ff2ded30fffb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7541, '2023-04-04 17:43:56', 'SALE/POS2023/04/7551', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '631bbb8befea42a6defd100b8ba4e28c83b3e40fb4846af26b1e0ae73c5b6d7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7542, '2023-04-04 17:49:24', 'SALE/POS2023/04/7552', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d6e3dfdee28b617a3d8727ac18ad152a067d02add8bc971e8a05d0e2fc2e11e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7543, '2023-04-04 17:51:09', 'SALE/POS2023/04/7553', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f38d27613256b43ac11811e0566cda612f9bb0f54cd923e502f6d1b549b13231', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7544, '2023-04-04 17:59:42', 'SALE/POS2023/04/7554', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8bd767305e32243fba75d9252067cd6d8a611ca3f42ce01ec43dde905fed2b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7545, '2023-04-04 18:02:48', 'SALE/POS2023/04/7555', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a0e38f88216f2a54bced6b972b89be88e906e415e988c50590a6868ae54f86b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7546, '2023-04-04 18:04:17', 'SALE/POS2023/04/7556', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e133856f7e6841d00657582167050e737770c6c68acbb0dd66205b5ee56e3325', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7547, '2023-04-04 18:18:24', 'SALE/POS2023/04/7557', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c4357475ccbe11e9afc897219fff2179beaf53bbd74004ad121e901c579e839', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7548, '2023-04-04 18:31:46', 'SALE/POS2023/04/7558', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcc6d705ac4178228a31ac216d080a60783014d4a1c61d3cab5e2043a7641c93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7549, '2023-04-04 18:48:25', 'SALE/POS2023/04/7559', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02f33fd15dba1bde8d43a0736b6a72c50a258031245d339d5ae5d4089f5fa255', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7550, '2023-04-04 18:56:06', 'SALE/POS2023/04/7560', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8aebddfe12fe7760c45dd19b2abab8dc48783d91474272058862e53bdc00781b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7551, '2023-04-04 19:05:13', 'SALE/POS2023/04/7561', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '270c29bbe8e47b5b5dd797cf2cea9ce86b8cfd56eee76ad4aab15c88d3e53ccf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7552, '2023-04-04 19:20:32', 'SALE/POS2023/04/7562', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa7b642da8836da0f3de570217e80c369d4410c417ceadf6a9be8c37c3783817', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7553, '2023-04-04 19:42:51', 'SALE/POS2023/04/7563', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de6b4e8820aae05c01ef9a51323e992510fd5f4d00f0a34c92967c60a0430978', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7554, '2023-04-05 05:53:52', 'SALE/POS2023/04/7564', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97bcdcfc87a33bf24868a103b528d90a3e386ad66120a0150193e1c54c079e7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7555, '2023-04-05 06:27:44', 'SALE/POS2023/04/7565', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '218ae2d4b7c1a1c344db0d969e99f4cda41d590061aedce7bc4a917e73b04fb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7556, '2023-04-05 06:30:42', 'SALE/POS2023/04/7566', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '747da3b09a7cd3133e4c6907f42f11b923746e939c6fb09cf6e702f9b56c4dab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7557, '2023-04-05 06:41:30', 'SALE/POS2023/04/7567', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43a5d6c21b510316e5daf7fcbf44dc34257c09766f89d81b7a4b62a8ea6174f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7558, '2023-04-05 06:43:05', 'SALE/POS2023/04/7568', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41d99afd33ebebdbb860717915eeb28647970ec5f220a31f5390b0ac7e1f24aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7559, '2023-04-05 06:46:36', 'SALE/POS2023/04/7569', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5c90256e28b995e7bbc60f8883d954e6a177f4c1f8ca5494a8183bcb0011f4f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7560, '2023-04-05 06:48:09', 'SALE/POS2023/04/7570', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e9c2a13a3a26b82528e24a0f39324dbd519eee838cac3c9663f43862bcd4fea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7561, '2023-04-05 06:49:04', 'SALE/POS2023/04/7571', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98cedb3cf05539f310f9a6544f18d90911586078c89a843d34fb4dccb17284ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7562, '2023-04-05 06:52:56', 'SALE/POS2023/04/7572', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a37a6733f50d5b901a175a347e245470d60e875ea48f63172058aedf4f671b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7563, '2023-04-05 07:39:00', 'SALE/POS2023/04/7573', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f84306a331bc085b2e065425faf46b6f18263ea7e10ad289451dd7f6585ddeae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7564, '2023-04-05 07:49:45', 'SALE/POS2023/04/7574', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b11b7863a83767d2870232d1c401830ec3030c516908e904889fb9c69f5c154c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7565, '2023-04-05 08:24:20', 'SALE/POS2023/04/7575', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ade8b1e5dccd692ff76dc8b1f512c018ca86869173f8ebeb19fa0de85c72697', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7566, '2023-04-05 08:38:52', 'SALE/POS2023/04/7576', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1548690daed532d344b1beab2d0cd756db5bef22a1cb497c4c4d9e573d9181c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7567, '2023-04-05 08:41:37', 'SALE/POS2023/04/7577', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '203f5029bd1191b4cc397927e9476c6de9eb36764956a7d756087c94d7f8a950', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7568, '2023-04-05 08:52:25', 'SALE/POS2023/04/7578', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e8d5e1f9c8fe38877d449b0e96d7a288eec18d7204f5b8b6ef5e6a612269f72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7569, '2023-04-05 09:05:23', 'SALE/POS2023/04/7579', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01ff14ad4fb96356fbee2b45af2f11a77de6f4fc9a3424cbf59ce71e3af5d729', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7570, '2023-04-05 09:19:10', 'SALE/POS2023/04/7580', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f3100e393e7b45680f154271cb40759405cda44688ca4805153a9f30372103b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7571, '2023-04-05 09:35:47', 'SALE/POS2023/04/7581', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf9398f35b9f4b3d3a6b0622896650d0199b817b25cc65ecb8933a76d649dde5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7572, '2023-04-05 10:01:13', 'SALE/POS2023/04/7582', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94afbe4cd5b1ef9c5bd4b1962f921819242a3d016927e1c6fdf54b38a7572204', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7573, '2023-04-05 10:03:14', 'SALE/POS2023/04/7583', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '991d831efd09848665627fcf52f65274718dcfb1942ce4cfae89ca44fada61df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7574, '2023-04-05 10:19:56', 'SALE/POS2023/04/7584', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e5d39b91452a32b3087a98dc879ef7645678cb471250bacfe82183b1dc8c0d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7575, '2023-04-05 11:16:25', 'SALE/POS2023/04/7585', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4cbc891c607b62aa9c6f9c0abf85f95ef413247ed7587d6bbeed9bc112bc44d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7576, '2023-04-05 11:35:38', 'SALE/POS2023/04/7586', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32da4d58d38f931c72127ff8efe11a8d179703c875955196fd206f563c74860a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7577, '2023-04-05 11:40:11', 'SALE/POS2023/04/7587', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac866ceafbe44a2708533d8f976fa529b59530fc0d1c3fb4a2d7d210c6f03f12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7578, '2023-04-05 11:43:51', 'SALE/POS2023/04/7588', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3f865b98880ae6c77b52acb4dbc952594ed9ba25df452777ae7e79f99e51bb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7579, '2023-04-05 12:29:15', 'SALE/POS2023/04/7589', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23972b80d929ed3a288e03ca8d3b25d7483abc0fe6017bd2a72ec352c0a3192f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7580, '2023-04-05 13:05:36', 'SALE/POS2023/04/7590', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bba245dc8b0b9212467573e52da877a5ea98364660feafce06a1b242d1a9af8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7581, '2023-04-05 13:12:07', 'SALE/POS2023/04/7591', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b24d7443ca68b6505fcb9b27cb653ff7168e3de3838f35cee38e9185c83e8849', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7582, '2023-04-05 13:17:56', 'SALE/POS2023/04/7592', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5ebf00423fd70e7cbb78eaa953712a7f6411dc3cda90b99354ddfb9dded13ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7583, '2023-04-05 13:25:41', 'SALE/POS2023/04/7593', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cded01b0dec9ba63ec8f66c94b7d6ead73e43408d4397ebbb92774f4220e9277', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7584, '2023-04-05 14:14:58', 'SALE/POS2023/04/7594', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51c0a019cf619fe02ff3a2e1b30685e0696c0dcbb6e8fdc759dd312758b5e21e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7585, '2023-04-05 14:15:19', 'SALE/POS2023/04/7595', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba4e57260cafc6ef564655d7f6e26f85d3767b5a68e5d384be1b149cdd460bc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7586, '2023-04-05 14:48:24', 'SALE/POS2023/04/7596', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f5a246fc2c16bf2d80a1f38bb9d806ee0c85a665c2f9a1579619e1018f631f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7587, '2023-04-05 14:52:08', 'SALE/POS2023/04/7597', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f20ac32cee0756394db64b5cdae71cdba4e4658a51db974ceccf4de4cd7fed27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7588, '2023-04-05 15:15:00', 'SALE/POS2023/04/7598', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0915b5ec8edb5d7898609572c38541ad62e1e6824e142c0d17a51674a4d2e0e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7589, '2023-04-05 15:43:10', 'SALE/POS2023/04/7599', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '981ed9f0f29c542fe5d9a57a3d65b5f9738f0a106685375d41ac929831cdc27d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7590, '2023-04-05 15:45:03', 'SALE/POS2023/04/7600', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c49dd82957ab03e946f911678722f366683bf5ea0370fce73714e0747ab297b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7591, '2023-04-05 15:52:20', 'SALE/POS2023/04/7601', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0205036aa6afb26854cabe1be6b1d4e4216980521697d5df560b82491191033', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7592, '2023-04-05 16:14:27', 'SALE/POS2023/04/7602', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '523abeb9a2679c19cb5fa815b0a25ca4c15533a280b07d38c50d81b1a746f8ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7593, '2023-04-05 16:16:39', 'SALE/POS2023/04/7603', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '042ff7777e261bfa6a2433e55762f49317b3a2b78ad73d479e1b83a9ed1f6356', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7594, '2023-04-05 16:45:14', 'SALE/POS2023/04/7604', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '266e68742661e89c2c10d4ab79214a40139945fa049994e557013f72c3a1beab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7595, '2023-04-05 16:49:37', 'SALE/POS2023/04/7605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39c0d763b59285526d9dd8f67c02e5b4a6d28ceff215e438bd1b96e1dc68cad8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7596, '2023-04-05 16:50:31', 'SALE/POS2023/04/7606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f28ba1c34c65b7469363e44624bb8c79de95cdec49c91be755840bdc6ce96ed4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7597, '2023-04-05 17:00:08', 'SALE/POS2023/04/7607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e30e900032a6188be3f6c6f73dc17f2f68e07d799fedcb822773ac689b0376c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7598, '2023-04-05 17:13:01', 'SALE/POS2023/04/7608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8dd8b051fe6452987555d2f321b8ac8d29c43004f06b7c3941ccb82e744d2598', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7599, '2023-04-05 17:33:14', 'SALE/POS2023/04/7609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbc3922a0fe0a205ea28b9e8fe5f2509a20492575222d933d7702f59e9ee139f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7600, '2023-04-05 17:55:01', 'SALE/POS2023/04/7610', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2d6d3970db1981cc0a1a347bc5a142cf8eea82626d46fd6a11c9f3410bc791a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7601, '2023-04-05 18:02:54', 'SALE/POS2023/04/7611', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86ce875a4a7a8c93ba50fba28c27f7319cc1cf47d525f0591d9ebd0596cce5e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7602, '2023-04-05 18:06:48', 'SALE/POS2023/04/7612', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5e3c36d19f70ec0d48278a8c4c29d0d5575e7c8607b0a2ff4188dc6d7858ec3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7603, '2023-04-05 18:10:23', 'SALE/POS2023/04/7613', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '984e6f01c8a457cc981f23a04c6669fdf0ca2c43888b81f714ccd4157ae18413', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7604, '2023-04-05 18:11:23', 'SALE/POS2023/04/7614', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68a9632447a228dc53952d5a1be6e3895d1a393ea376e463134b46f299cea39d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7605, '2023-04-05 18:28:15', 'SALE/POS2023/04/7615', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec717880a4172f66cbf44d34b775057be0738e52e718faf827094999b64796b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7606, '2023-04-05 18:29:32', 'SALE/POS2023/04/7616', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a65540e4b9a7dc0f3ae332a010b056573bc4a20ccb590f51c5e75a35aade356', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7607, '2023-04-05 18:54:57', 'SALE/POS2023/04/7617', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c92cd07c0f97d795e8dbbe694a086f65d0c495985aec6a4c175b1f437d05671', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7608, '2023-04-05 18:56:04', 'SALE/POS2023/04/7618', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c3cc9fc349c18feb6e4cc7f73acf1eca1e9359e2f9f61d7d7623fa736672fd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7609, '2023-04-05 19:05:12', 'SALE/POS2023/04/7619', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10377dfbff795098738d061cec82f64eb697398d303b57e739f85cd7fb2bc841', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7610, '2023-04-05 19:12:52', 'SALE/POS2023/04/7620', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '85.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd92666cae7e668df84627186352c5fd49db321f6201ebf43b876f4cbf4b0b339', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7611, '2023-04-05 19:21:15', 'SALE/POS2023/04/7621', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04a87ee3d1b4a4ede1ad39e7d84b8afd87fbca25240c44b5de0116a499188ee6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7612, '2023-04-05 19:26:28', 'SALE/POS2023/04/7622', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e139168b98d7a5c17d1b7485ab8c2abd8b1910e29df1e484f515478985b2e23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7613, '2023-04-05 19:38:41', 'SALE/POS2023/04/7623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53c953208a123648bfa01cc14341e0ec40181ea0b69d46dbeb918631e356c451', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7614, '2023-04-05 19:39:19', 'SALE/POS2023/04/7624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '564442ef8ef9079692487e4541efa909b646ad322f40be1fb51abe6ac4316ef8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7615, '2023-04-05 19:54:45', 'SALE/POS2023/04/7625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d5cc2dbb54ff427084ecbebc0539537cb552a7a47372d759aae362e2c90470d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7616, '2023-04-05 20:00:50', 'SALE/POS2023/04/7626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '67.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '554ab5be0a378531126252f57803fb07d658aa7bbe6fcb83e1983db9f6e1593f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7617, '2023-04-06 05:32:06', 'SALE/POS2023/04/7627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73cf9be1efc7843d762627fb9f735c43b0b5fdc5d1c8c8c863d5e28e0ab96515', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7618, '2023-04-06 06:20:37', 'SALE/POS2023/04/7628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e8866cb4cd20bdea54835346184be4840fa564b6e3c6aa639f237d1dbf6c8cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7619, '2023-04-06 07:20:51', 'SALE/POS2023/04/7629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb6b296f98a51f4452562247d9d8bb0f3401c037c8576b74337219ac872d89bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7620, '2023-04-06 08:00:51', 'SALE/POS2023/04/7630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8615b05e8e3ac4254fbbb1fe28c30a46f5d496896e9d3c1218ce48c4e871266e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7621, '2023-04-06 08:15:05', 'SALE/POS2023/04/7631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b144d24449ec02146a0ae08ec888d6512fb3c583c68192868daf0dfc9876054', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7622, '2023-04-06 08:37:22', 'SALE/POS2023/04/7632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e390e0c26270539d664d5e3fdb4ffafcae47af4802215517e56ade44458c1d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7623, '2023-04-06 08:39:30', 'SALE/POS2023/04/7633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '113e286a37fa7edf6f05e54a332455c680d2faa8e6fae25fa5068001311d4a0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7624, '2023-04-06 08:45:21', 'SALE/POS2023/04/7634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66d392ec9fd6aeefd20bbf90d9d3e3133c01eb577a92078b31f42db64dca5f11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7625, '2023-04-06 09:00:43', 'SALE/POS2023/04/7635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '204727257f6dae28e55e96653f81ce02bcb92f2ba89de70ec0a19b344788887e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7626, '2023-04-06 09:27:38', 'SALE/POS2023/04/7636', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00a667fb64bee9d06ec0093853e376fd52823f073da5ffb388852ba964361ec7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7627, '2023-04-06 10:24:03', 'SALE/POS2023/04/7637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8fff67d63d39223dd8d7078d62efa2a86796a26219fcb3415af41d0343f9074', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7628, '2023-04-06 10:43:22', 'SALE/POS2023/04/7638', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cc859e7f3b04ffc03bb166c9507ad78e669eff00c8f448a28d3c4d832c3dfe6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7629, '2023-04-06 10:59:14', 'SALE/POS2023/04/7639', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '433f7d35a7681e72ffd2f8297a71bc543ca21fab7b3401881d60fa75935b7034', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7630, '2023-04-06 11:01:47', 'SALE/POS2023/04/7640', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db73c00cfc16887208d110399b9db3bae02cc70d4dfddc711c050e3a1893ca6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7631, '2023-04-06 11:12:28', 'SALE/POS2023/04/7641', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '861c68a2d7baa2a6d4201e03421dc472629931e2df84d26dd0d06b014fceff12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7632, '2023-04-06 11:25:01', 'SALE/POS2023/04/7642', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '71.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cfdec150c260ce8c1c41682d836e3288e0578ac1a693c0690aafdaa0907ed8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7633, '2023-04-06 11:35:20', 'SALE/POS2023/04/7643', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dcb9dc74ad2292c77e05f8e86446bf23414300fb841df8b7cee455dd1bd1c0b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7634, '2023-04-06 11:57:22', 'SALE/POS2023/04/7644', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c11dfc585a70b1084fe90169d7d098580e95e8c10e6759dc03659abfcde46a16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7635, '2023-04-06 12:09:59', 'SALE/POS2023/04/7645', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8129f7ad4c1a106496b241db66bd5d1f4ac1638e3a74906247f9de3dd0f35359', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7636, '2023-04-06 12:53:40', 'SALE/POS2023/04/7646', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c480c8b8a0c50dcec10cb5cf6e2a4b7330a5356eda4bfcc6117a41bf710d12d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7637, '2023-04-06 12:56:23', 'SALE/POS2023/04/7647', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0bbb44762bda203cf855ea641aaeddd6a4ae383e7bd8d08b400e31f2b6f9907', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7638, '2023-04-06 13:12:42', 'SALE/POS2023/04/7648', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54e3f1dbaad032cfa7d8d7f978bc11a0f1acceb425766f482d9b23d9f510c833', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7639, '2023-04-06 13:23:26', 'SALE/POS2023/04/7649', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '104.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ad2341fb3ce4f1bbafb82218f5e9b484f9dcc26d25566107c0bae5a5dd35fae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7640, '2023-04-06 13:29:08', 'SALE/POS2023/04/7650', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7fba7bc05607c480f51d7e5459635ea8245084b8f342141ddbf976ff6ef5d52a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7641, '2023-04-06 13:39:38', 'SALE/POS2023/04/7651', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17592033b6608c6dfc4276e61875453d62330998b513acfef94c2600491f3259', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7642, '2023-04-06 14:24:48', 'SALE/POS2023/04/7652', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea692787d5d57e1fb3d4e0c75dd8eebdcbed7b18af3b2b1938328ec33666a6cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7643, '2023-04-06 14:37:58', 'SALE/POS2023/04/7653', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b114cadb1e42f3fcba8c73ded210342b96c4311aebad2f25025a0aecc676d44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7644, '2023-04-06 14:51:34', 'SALE/POS2023/04/7654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c53366e81fc704ec4f901882d6305ad9e20a57643501bf6cf38851054fa694ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7645, '2023-04-06 15:11:57', 'SALE/POS2023/04/7655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8afdf788f9d7acb5f765f38b5720bb6a286b41e405d80d09ab8a8064cd044dbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7646, '2023-04-06 15:24:53', 'SALE/POS2023/04/7656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3636c6237df47e51bfcd0e5cb32ff9493d7e685b3aacca655a70041962be7ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7647, '2023-04-06 15:29:20', 'SALE/POS2023/04/7657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38616d90dafb9c8ba5a71105dee60374c9a2cfe78f720326f64a8998e4fc7aed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7648, '2023-04-06 15:42:26', 'SALE/POS2023/04/7658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ac660843eb008d60b4be05dd9f2b6c2ca0de25f82978a2771be3a89ae85cdbf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7649, '2023-04-06 15:46:54', 'SALE/POS2023/04/7659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb3088c7e82ad45e143d5d918892892a90e4121dc7e8e262d5c500ed64e58280', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7650, '2023-04-06 15:51:44', 'SALE/POS2023/04/7660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06db57c4c85c2ae0555f523fb33b06b074034df606ea3aca010447f234e1abd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7651, '2023-04-06 16:04:54', 'SALE/POS2023/04/7661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4e8c3d51f21e8517343f03c806c8c2d305e593e6d48dc24e2356bfa23627d1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7652, '2023-04-06 17:15:58', 'SALE/POS2023/04/7662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55d2ee9670b440c36db404b1aaee756878de06947e589408f438c89c39bbb030', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7653, '2023-04-06 17:20:23', 'SALE/POS2023/04/7663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4a083c98a2bafdcb65367096cc25c02b40ddb865c60ae9a14c86a6cb40b7746', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7654, '2023-04-06 17:49:56', 'SALE/POS2023/04/7664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94d7385f94ef27a454b46ccd93ceb010eb7852f2054900756109eca45faeb106', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7655, '2023-04-06 17:58:41', 'SALE/POS2023/04/7665', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1185373650ab30b76f450074fd10ec4318bfc734b27797fd0b254bd78fccdae6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7656, '2023-04-06 17:59:14', 'SALE/POS2023/04/7666', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40dbe6c8b6cb1e577bd570e5871abbbe50df752c63784416507b4f846257e266', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7657, '2023-04-06 18:00:54', 'SALE/POS2023/04/7667', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79867b74ddea20e2b8a3eee2dc3c3654c206bf75c14eb2458faa4d69636a38eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7658, '2023-04-06 18:06:27', 'SALE/POS2023/04/7668', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24e66a836d5ece6bdb8d7ebcd97ba6d646f6a2fedaa573c317b6bb686d807631', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7659, '2023-04-06 18:22:43', 'SALE/POS2023/04/7669', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '39.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '911912bbc996a96fa25b45dd5f74a12216929d1c95d63406800ba4f978043750', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7660, '2023-04-06 19:22:09', 'SALE/POS2023/04/7670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89ea92495d15ab29be331fe2b6fd5f190ee83adcec0dc7de3a40fd90ee533efb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7661, '2023-04-06 19:22:51', 'SALE/POS2023/04/7671', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb9c0067c48e3aa87801e417aa9f9117d4d101163490a725fc4d65243130f940', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7662, '2023-04-06 19:38:59', 'SALE/POS2023/04/7672', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12e8cd652ad8abd4627939f8b875ebc33103a369c30a6f09719a9acc7179122b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7663, '2023-04-07 07:04:51', 'SALE/POS2023/04/7673', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79f1c5daec79412f350b47fae2362aafd7103a444cedc5f9dcc0d8e39bd14fcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7664, '2023-04-07 08:08:44', 'SALE/POS2023/04/7674', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e81e6934113818b8c41e30c74695046135123e1d7c9a8be59e9048d8816b1ed7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7665, '2023-04-07 08:51:23', 'SALE/POS2023/04/7675', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '655f0638dcbf8c444baf51fc2ac1da980f5247e48562eab5f9adfd1ac6136f59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7666, '2023-04-07 09:29:18', 'SALE/POS2023/04/7676', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06b0e20dc18480b742061ed3f410d98c8c9b7976ba14d95e24d4ef820a572512', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7667, '2023-04-07 10:00:24', 'SALE/POS2023/04/7677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64782130906f4170877f5e9ba8f552ab5c3d57d99ffbdab4ff5cb4199569e832', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7668, '2023-04-07 10:39:20', 'SALE/POS2023/04/7678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b097a7561c7dc279bf82504eacd70408f9b7dac91201bf91c0b5fd2c9ee7f424', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7669, '2023-04-07 10:51:10', 'SALE/POS2023/04/7679', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5e699e6c4ac440fe3d9d374cd70a759f8ab50e7be01ae7695e0bdafc1127e7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7670, '2023-04-07 11:19:34', 'SALE/POS2023/04/7680', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5d6559168944ac1c0f5011d65bbaf15f7261b09bf7a994635459e8114f2f040', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7671, '2023-04-07 11:47:15', 'SALE/POS2023/04/7681', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fe17f91810d9ae2e2d4a13bacb0f85ea0d48de53637559c2b584de2fda6e794', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7672, '2023-04-07 11:51:44', 'SALE/POS2023/04/7682', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1dd18953af4c316d05ec99f9795840d22a7acc2ec01a718f7a6c15da08c3fec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7673, '2023-04-07 11:55:03', 'SALE/POS2023/04/7683', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba3e1bdb1b2b965a95a53770b3ffaba3311dda97bd0c3cb18608c01eee7b4328', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7674, '2023-04-07 12:03:06', 'SALE/POS2023/04/7684', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5270b4ed8791ecbbc13bbcec50d37456820c30b632b00ceeaf2f52b147715a8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7675, '2023-04-07 12:07:26', 'SALE/POS2023/04/7685', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd1634bc7953a7bec9e19325a6f9428841d23671edd8b8ad3e12befb87120b51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7676, '2023-04-07 12:14:05', 'SALE/POS2023/04/7686', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f570f95e6262192b1b37f5cb48eca9a23a8072b0f954e318c9c395b8b572fc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7677, '2023-04-07 12:18:29', 'SALE/POS2023/04/7687', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b40dec86775be0b8f321d95b14b14784617ba6fd50b69b7273db5799cff8f9d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7678, '2023-04-07 12:25:30', 'SALE/POS2023/04/7688', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67bd6bc4be5ab704eebadaba49cd42c220342013134a90c45e53823e279ad123', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7679, '2023-04-07 12:27:41', 'SALE/POS2023/04/7689', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12d763bec21c0c5b4adb6808f0be4e7a65f539b53b55c3db19dc2e51e203e4f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7680, '2023-04-07 12:31:12', 'SALE/POS2023/04/7690', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0a446704157530abff711f04b9215e6e5be6b48e8cb258e9d1362ca2c86cf3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7681, '2023-04-07 12:51:26', 'SALE/POS2023/04/7691', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1fdc02ba5f0005152c6ae0267bf8099c4619543add11cf61f9e3fb6d8775069', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7682, '2023-04-07 12:53:43', 'SALE/POS2023/04/7692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cdc31ac8684bebfebd7ce4f61db368e74bc966cec27f56e672a3fd982dece91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7683, '2023-04-07 13:10:52', 'SALE/POS2023/04/7693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50eea3aa173ce035e0a22a1684507ca5e3ca4a8b9945e912cf11cb85f8e7df0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7684, '2023-04-07 13:13:31', 'SALE/POS2023/04/7694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe7ddfd531256c89bfd5eb4ed89b02415cce9bf4dee4dd418912e58feaa50f92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7685, '2023-04-07 13:24:14', 'SALE/POS2023/04/7695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '272281f8312a83d5e545570a90f3a6bf23508a4ebe3eb7fe79190ed6a2d2a685', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7686, '2023-04-07 13:39:28', 'SALE/POS2023/04/7696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f10d9623baa73b51b12d75df6b0447c94d7011f497c7a542e0171bf5c20561d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7687, '2023-04-07 13:46:01', 'SALE/POS2023/04/7697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae3000210c8ff42a12c5a6c88cb93df310692bf656b6ab810da1aea7263536ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7688, '2023-04-07 13:54:03', 'SALE/POS2023/04/7698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d7efe70252054b11dd468c3b066d337e6d233a7d9f9de566de29f453afc82dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7689, '2023-04-07 13:55:35', 'SALE/POS2023/04/7699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c593dfe700e605f5a984a6fe16027ee48397041b73e96bbdc2440f24c98da3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7690, '2023-04-07 13:55:54', 'SALE/POS2023/04/7700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e3c32a331902fb624d660fd6e172e8501e98946f89f05063e129d4147122289', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7691, '2023-04-07 14:02:44', 'SALE/POS2023/04/7701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a46c868909e806990dc61653b7d410191584cefd8432cb88817fef6ab36849f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7692, '2023-04-07 14:26:51', 'SALE/POS2023/04/7702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b6e83ae37c58d49eb9620383322204b298899bd1e0c38668680ba4553781c8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7693, '2023-04-07 14:35:56', 'SALE/POS2023/04/7703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '034f620a774378d644763fdf4951723f5841f943afe824c4e3cc025d4aae8e77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7694, '2023-04-07 15:14:09', 'SALE/POS2023/04/7704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cc875dcbed169ccabfcd4a4e6730ab171532dfa69b21ac5080b3e4e31cb0dbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7695, '2023-04-07 15:14:53', 'SALE/POS2023/04/7705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '573f042b6e46b2d63ceb670499280da0abc9721fed74b4323b98009d07b792a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7696, '2023-04-07 15:17:19', 'SALE/POS2023/04/7706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15bbe57a96d3309ec4d6de069fd3fe8f9bc72b0a920e8fafe7374a317164822d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7697, '2023-04-07 15:56:40', 'SALE/POS2023/04/7707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be1032111d6d184b1daca72b72d8611671fa57298ffb3e73c05de9c77775f0c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7698, '2023-04-07 15:57:55', 'SALE/POS2023/04/7708', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c42f1534e962a8edfba880c7644c0bf566155f900a2fd7602e26f0318b26888', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7699, '2023-04-07 16:00:41', 'SALE/POS2023/04/7709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '186bbbc2f1c4884b5363764ff71aee5879a9190f1bfc8e563d8a88dd2f9b5af7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7700, '2023-04-07 18:11:34', 'SALE/POS2023/04/7710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e01f8b0af40fefb93acb920fbcace4f30f57af5096875b174f5b8b90c66fea71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7701, '2023-04-07 18:12:01', 'SALE/POS2023/04/7711', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4b67856c621ca40db1cc6918d146d6d03108248e248d2b8a3405ede50ee48c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7702, '2023-04-07 18:39:13', 'SALE/POS2023/04/7712', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94a464a356e9d340f807a76cde91ae1847c6e956dd4be5c6c1893fa71b5f01f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7703, '2023-04-07 19:06:54', 'SALE/POS2023/04/7713', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcf9ccb3b92b2ff15df3756c578f85e673465791cff129919ac3fb779664dacd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7704, '2023-04-07 19:09:13', 'SALE/POS2023/04/7714', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b51bfacbc7f891c94bacda52d7e797f10b91eb39828e59773301ec7094e1ea13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7705, '2023-04-07 19:12:00', 'SALE/POS2023/04/7715', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63fcda99e75773a4dda94a3cb892a6e0d23894e1faf302d3778923b5d5b7b4e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7706, '2023-04-07 19:50:31', 'SALE/POS2023/04/7716', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3efdff033847c900de6cf6a7fe4b32ab9651c1810f02cf27dce06d99573c53b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7707, '2023-04-08 05:54:32', 'SALE/POS2023/04/7717', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36621af8cac9dc8887c6c55e7a26d619dc1e7791618ab90e4378842ea5269b4f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7708, '2023-04-08 06:07:13', 'SALE/POS2023/04/7718', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c25bc25446a7c1db4db9ae6c22111918f26ebc544625e7d4faa35c6922de3230', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7709, '2023-04-08 06:16:56', 'SALE/POS2023/04/7719', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a45dfb7d928edf54e590d52d09901052a57ac130984998c6077b0b0e35d5f284', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7710, '2023-04-08 06:26:25', 'SALE/POS2023/04/7720', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a13625bd55f0fbbd988c0566abf81f4060d2eee50800f458f9bc67dc3a8ac33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7711, '2023-04-08 06:29:56', 'SALE/POS2023/04/7721', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e43e827f69f4b8eb543d9317753ce7d71d1050816de084570a14601f7052a3f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7712, '2023-04-08 07:15:06', 'SALE/POS2023/04/7722', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27ecf41d7442a1b1e8dfcc8b77b488de826b27873188e16adda088350489951e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7713, '2023-04-08 07:52:48', 'SALE/POS2023/04/7723', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7048c99293a7b84cefb40f0af2ef9fb0f83c9c118bdc97303a45b44798445f0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7714, '2023-04-08 07:56:51', 'SALE/POS2023/04/7724', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04068f1f3768346ad296a5004d3534d039a39d9621c6a1156159f56872ccc3a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7715, '2023-04-08 08:07:18', 'SALE/POS2023/04/7725', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5aa51241a58cded510435bddb9b2d037a3039b0ce010d8e5040f4e49efc34fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7716, '2023-04-08 08:18:39', 'SALE/POS2023/04/7726', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2af6bcb2aaccbf0be2ba72a95ce251a7ef37c8a57704c6fbc3ca01ec3540316c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7717, '2023-04-08 08:33:54', 'SALE/POS2023/04/7727', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc30dd4abb6e61b05831f6aa2fa38295827b53e3f40f8b5fc301301a07039f96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7718, '2023-04-08 08:35:00', 'SALE/POS2023/04/7728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '673e4a834858e386b3f4da0a84328f3a35d23fbe29c7d318aca54f5be5be2e3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7719, '2023-04-08 08:36:30', 'SALE/POS2023/04/7729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e38dd1ee7171154adcc1e800f0c9e9ae173be6824d0cfabbcad75734fbda6c20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7720, '2023-04-08 08:50:00', 'SALE/POS2023/04/7730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18a50c8507621e3bcb68c09a424a9ea9f50c218e9901ec1316890e0b6a19fa8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7721, '2023-04-08 09:06:28', 'SALE/POS2023/04/7731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '85.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '218dfa343979d2f7981fbf6d9b4191ae0a064fa3738d12f5d88accb57b047532', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7722, '2023-04-08 09:10:46', 'SALE/POS2023/04/7732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9837c0f89697d2022b94fe24b599c3364ec3429f273312616453bec2d8c811ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7723, '2023-04-08 10:40:26', 'SALE/POS2023/04/7733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f90582eaa8374d633c771b0c61ed7c5e71efc98714afc1171c2d8e6d0873fec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7724, '2023-04-08 10:51:18', 'SALE/POS2023/04/7734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82d7d152344406fe091e6a5afb53f49d9525f73809df56f0b032c4ab4134352a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7725, '2023-04-08 11:04:30', 'SALE/POS2023/04/7735', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cff85962c1e182c01b0eab189d48a66ffdd863c6a8efada110ca616fb133129', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7726, '2023-04-08 11:10:44', 'SALE/POS2023/04/7736', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78b2108f78c1576d3900d461750ce907f994144d88904aa09f7d7b6a4da32a11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7727, '2023-04-08 11:16:01', 'SALE/POS2023/04/7737', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96a8361ca9a41d592a4a5cf571840cceb19f5102dcad9dc3484a296c32896aed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7728, '2023-04-08 11:33:23', 'SALE/POS2023/04/7738', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56298f040c5be70c0abeb137986ee3575a7d868583dd74b2b604c2c965fc5764', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7729, '2023-04-08 11:36:16', 'SALE/POS2023/04/7739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b9eb390b42ab95aeb9842b2322ce24f26ed2c4ffabaa3f110e320449f9cbc7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7730, '2023-04-08 11:40:10', 'SALE/POS2023/04/7740', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdfa56da26513ca112aa5c14eff97eb12aa04350007a8a31a149f27f8a510a63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7731, '2023-04-08 11:47:51', 'SALE/POS2023/04/7741', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b91228d81d0028f6658f7ddefd6ce929b0f51165df4b84df0557e60c6bb2d715', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7732, '2023-04-08 11:48:39', 'SALE/POS2023/04/7742', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4edcbc51255b47c825512fe1bafcc8380bd44c023c8580ab9635ffeedecd5481', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7733, '2023-04-08 11:56:58', 'SALE/POS2023/04/7743', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15168bf467fa8a5dabae85f35d79ef63bd07105f11afa68703bcab77f23d6160', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7734, '2023-04-08 12:24:24', 'SALE/POS2023/04/7744', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42859676794a4245c289eccd99cc80dbfc9590eb6cbab8929305755db36eb389', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7735, '2023-04-08 12:40:04', 'SALE/POS2023/04/7745', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7017092f2a5d0990fabe8df0327efd7b92f3a92972a818b2fbea385a7d9dfe84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7736, '2023-04-08 12:43:03', 'SALE/POS2023/04/7746', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '499651d4522bd146f4e9e631ef8a11d3109e57bd11fe7bc243f18a12bb57e19c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7737, '2023-04-08 13:09:50', 'SALE/POS2023/04/7747', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c83399f5671723cfe6b388097b012eefccfbd5fdc2f997e5e34c3fe33d1c8dd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7738, '2023-04-08 13:27:52', 'SALE/POS2023/04/7748', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef93c16210d3cba7c0ba45dc43f84c496a6961ce813995f5581f2ccc5e8b2515', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7739, '2023-04-08 13:58:23', 'SALE/POS2023/04/7749', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9bac0e0beb55f6485356d55e5bb289d76d61d39971950522e7c972a049cbdf1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7740, '2023-04-08 15:58:29', 'SALE/POS2023/04/7750', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b428bab42a28e80403223a095803691a169772ecf867693f263dfc1f96fa9b01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7741, '2023-04-08 16:05:07', 'SALE/POS2023/04/7751', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd90606141dfc71827751023eb4503037d2028735cfce2cc1f4a2bef4565853ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7742, '2023-04-08 16:09:35', 'SALE/POS2023/04/7752', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8dc53d0bff1799aee2c8876349711e6da32cb85ebbced7a81a4e474678961f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7744, '2023-04-08 17:33:17', 'SALE/POS2023/04/7754', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e034e0c1f6c2061be7344ca192763a392259d8a6676ea237681244e3f4eb5654', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7745, '2023-04-08 17:47:16', 'SALE/POS2023/04/7755', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7ca005bd4ddf0a4d1bf211f138d782c14e365c00d38ad7854168c41cfcc65ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7746, '2023-04-08 17:48:53', 'SALE/POS2023/04/7756', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7e88f436ae89470f4575b238fd2bc7f3dfc5aad99e33eac5bae4000d8abe174', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7747, '2023-04-08 18:03:53', 'SALE/POS2023/04/7757', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6de5604b00e746df4dd8e3ed88b1b914896f9ad5ae4debda972df0a95ffe4c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7748, '2023-04-08 18:04:41', 'SALE/POS2023/04/7758', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02aa3bb71f38e507cf2906d34569f42143b4516f62870ca303aceb92e378a0cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7749, '2023-04-08 18:07:04', 'SALE/POS2023/04/7759', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c518df78b626c49c75d9ac538e675755e0ca6be241bd2c2313704ed1b6f9a11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7750, '2023-04-08 19:54:07', 'SALE/POS2023/04/7760', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e559cea107623c01b60ea353d0839884f992df9da22a534b605376e5665f83e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7751, '2023-04-09 06:22:55', 'SALE/POS2023/04/7761', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bb80300735aad92f5f12915c0134bac31aaf853d4928fc75c6ed461a6fcae3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7752, '2023-04-09 06:24:47', 'SALE/POS2023/04/7762', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d043a9a4075a52bb07fccf13aa148c674e9713fe4b75f34d3be7503f425e15d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7753, '2023-04-09 06:31:40', 'SALE/POS2023/04/7763', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c31ce6f0b612acab8db8bfa73e66a4300abfa6b9f06bfa7699d9c0189e09f808', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7754, '2023-04-09 08:10:03', 'SALE/POS2023/04/7764', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0054eba05b43c96909f99303a395a17bbe409ca1561930b7f24a43a84d429ec6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7755, '2023-04-09 08:43:20', 'SALE/POS2023/04/7765', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fb49e357696f2b2794c9639ddb650cece986a415aaab94377a714d6c9337897', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7756, '2023-04-09 10:57:31', 'SALE/POS2023/04/7766', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32375130d39486ea62fd59a377540072104c645f6c4e49ed66e06f04c614d29f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7757, '2023-04-09 11:06:54', 'SALE/POS2023/04/7767', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6605f2d7468bcd731a61bc689c892f9557fcba1fbb3a2dcf95a81ea1076a3e0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7758, '2023-04-09 11:17:25', 'SALE/POS2023/04/7768', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1f2ef93e576858744434a6cd211191d2f40ed6ee62f876847d3493330e3d788', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7759, '2023-04-09 11:26:28', 'SALE/POS2023/04/7769', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b0fb4228fd9cc5727a6bacd36b8e0b55005caf03572db6e31e99fe6bd32b2a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7760, '2023-04-09 11:27:18', 'SALE/POS2023/04/7770', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44bcc9e1a2c5565fffeeabc3dbe13c675a1b44d259353cbaf717813ece4ebf1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7761, '2023-04-09 11:31:15', 'SALE/POS2023/04/7771', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a2e989d380f32aec60b08b2f44d0d976c4e6d0797145236e4c5e4190f670953', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7762, '2023-04-09 11:35:58', 'SALE/POS2023/04/7772', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f5a1a068f9d604622e67e5e305f8088da128cf7a10fc3fa0f46f755c3ac3c05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7763, '2023-04-09 11:36:48', 'SALE/POS2023/04/7773', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd781a6ebdf4014b412c1bc61215cf54a44f9483ad2b343d9848e5b8f9754031a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7764, '2023-04-09 11:39:51', 'SALE/POS2023/04/7774', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32a137c32392a93ce4f0b901661172d79b0f75cb0160848961d0ed5b22fab0c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7765, '2023-04-09 11:41:51', 'SALE/POS2023/04/7775', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe5800d91f61a62a4d3f810e388c28fde5fac64e09a14c7e0313bfe9308afb6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7766, '2023-04-09 11:56:30', 'SALE/POS2023/04/7776', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '208.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '208.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 47, 1, '208.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b59d981e1766a7a86f03e2b36e9f660761ae71f4a6edb10922bddf4e3a3b3092', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7767, '2023-04-09 12:51:36', 'SALE/POS2023/04/7777', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '71.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86243daa8872ddb1554c83a62f6e950a342e2b95c8b1b7023761dcdda904915e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7768, '2023-04-09 13:14:06', 'SALE/POS2023/04/7778', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40f577630fecdc6323e02d2f09915a046f6211477ecdeb8a17027609da0fc2cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7769, '2023-04-09 13:22:50', 'SALE/POS2023/04/7779', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '101.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '101.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '101.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7c0a3b0dc4801fc996a4b9d5b6bf7ac5633d72efa1e630510217da6a4b81cc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7770, '2023-04-09 13:44:21', 'SALE/POS2023/04/7780', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ce008e8418670a7c5db92909dd298426d36925eb56c8bb12e8d2ab4ab0e767a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7771, '2023-04-09 16:28:36', 'SALE/POS2023/04/7781', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e94f1f4dee99136bf7509f3e18767514189fde20dee9f27163c88c047111540a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7772, '2023-04-09 16:41:18', 'SALE/POS2023/04/7782', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0dd857ba654d1ca6bc1c805a46f3047bfc87d443ffb0cce34656da81ac4a748a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7773, '2023-04-09 17:03:10', 'SALE/POS2023/04/7783', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d1d23aec9106b4fd3900be307da2bd877707ea0f40855181c186178002d2852', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7774, '2023-04-09 17:33:18', 'SALE/POS2023/04/7784', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c2637659f48644f85f70449d39ea611b1b11af66ad757e5b847eefe5d9fc40a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7775, '2023-04-09 17:48:32', 'SALE/POS2023/04/7785', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa99eee608820fdf25692e02ffac0ee6ba08f6301a75abed8eea1ccf0910253e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7776, '2023-04-09 18:24:30', 'SALE/POS2023/04/7786', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64ef12ed446f300e70be38c2d18bce8c5b7df79b587ff7b32221e5262348bee8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7777, '2023-04-09 18:38:51', 'SALE/POS2023/04/7787', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87d1eeb9a229d37901339a3fc4da5e4afbd5ba1eb9044a6496b218cd98925e86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7778, '2023-04-09 18:47:31', 'SALE/POS2023/04/7788', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67fb72e0f76786c0ec4e57d24f58651766141aeb307abd3e460d03fc8043e66c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7779, '2023-04-09 19:17:09', 'SALE/POS2023/04/7789', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '57.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1ca4e071b8d19ce882454bdd26361d044b7db5068ee7ca2f74c707a49213ae3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7780, '2023-04-09 19:31:11', 'SALE/POS2023/04/7790', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c16c76ba3992dbb82f265cb5740e47e667086d5c4aa3ebe79eb0debcdce995b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7781, '2023-04-09 19:33:08', 'SALE/POS2023/04/7791', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea762ffc350a82777ea240a1b8c2ffe6fe9ce6e6da875227a6b1b77b2a55cda7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7782, '2023-04-09 19:35:21', 'SALE/POS2023/04/7792', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70d0af1203fb45ce81488e1b11e7266837c8956c424f087697148a845fda06cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7783, '2023-04-09 19:49:36', 'SALE/POS2023/04/7793', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f96657988ba9261954f15de2bbd9a4cdb96e983b3acd4feae97b93e9cff621a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7784, '2023-04-10 06:41:12', 'SALE/POS2023/04/7794', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c30fa801ac8828a4a9d5119c4073fe73e0a73baae0440bbed9c44d496ce2bb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7785, '2023-04-10 06:45:00', 'SALE/POS2023/04/7795', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e2669a03d32e2cd649752b4859f0faa26e4a81f368196df619ae1c15fa536c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7786, '2023-04-10 06:48:33', 'SALE/POS2023/04/7796', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a5ba214c271947020900450bcf5f67fe48636987ea39033efefb6a755e636df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7787, '2023-04-10 06:49:27', 'SALE/POS2023/04/7797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6d9c6f07a82f9d1a7fe0e08aa8d86bb165a317438b92290b281472bc4db9973', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7788, '2023-04-10 06:50:41', 'SALE/POS2023/04/7798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3985dc2e0c510140e58dd9bcfe02858a0ce3df2063eb034af9758760cc47f5c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7789, '2023-04-10 06:51:23', 'SALE/POS2023/04/7799', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a869bff085a61265792c6b01c3c24dcd4afea2b4519d77d830eac144ffd1ea1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7790, '2023-04-10 06:53:07', 'SALE/POS2023/04/7800', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '80.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8923675d530c0c0ff76e58fbac4aad020154343a86444072d03f81c7fcc30456', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7791, '2023-04-10 06:53:36', 'SALE/POS2023/04/7801', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e16795e84513f7a97c4bfdd53c6462936ad780056b229bd180fb12449c91e5b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7792, '2023-04-10 06:54:38', 'SALE/POS2023/04/7802', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca6dbe7189da312102f4fb15bc7f283298a72dc3aa28ddc3b0e59cdbb33806b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7793, '2023-04-10 06:55:39', 'SALE/POS2023/04/7803', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '109.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '109.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '109.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '072deb5b4db30dccbcb67a807f57ad8f4c444efbe1d16ca5184bd5557dfedc37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7794, '2023-04-10 06:57:45', 'SALE/POS2023/04/7804', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3304938f86a8384c99029d9ff6822ab6722edb63853002737e8217e15617b683', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7795, '2023-04-10 06:58:07', 'SALE/POS2023/04/7805', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59714dc0f1608154c9f8d76c0e6883280aa7100b0a65e57965c1aa4542a4ac5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7796, '2023-04-10 07:16:59', 'SALE/POS2023/04/7806', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df77949d5842df3e3d78e5531035ef9c0978dba78e8e1c522e2b8a8c93771ccb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7797, '2023-04-10 07:43:29', 'SALE/POS2023/04/7807', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5af9747b1cac6d6bfad8649d36aac571670d65c569425cb7f0d9c0fc80bf27f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7798, '2023-04-10 07:46:08', 'SALE/POS2023/04/7808', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bbae0bd5dcfbb4a5b880f0fa0753162593177758c18c03f75e1c1fa095f5eca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7799, '2023-04-10 07:49:18', 'SALE/POS2023/04/7809', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bec3206564cbafa218813ad9491730252d951e9e57b2307304e84733ffe7b321', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7800, '2023-04-10 07:50:33', 'SALE/POS2023/04/7810', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '61.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ebb2bfb212c3620a519cc2c80999972fb57ca587b1b26b89d0c0a4387bcbdff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7801, '2023-04-10 07:51:06', 'SALE/POS2023/04/7811', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dfca7ae1bf25b2b60a0a049cb38aead6d82cb95cfb88dd63b46e38e62c4c7d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7802, '2023-04-10 07:52:54', 'SALE/POS2023/04/7812', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '124df62c59b38097acf269caeea3e953c929b98796bebb8346d3ea947b18f264', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7804, '2023-04-10 08:14:19', 'SALE/POS2023/04/7814', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9b832be11ac408f220c69da8a10e4084927f04fcaf06137d8c069cd76f888f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7805, '2023-04-10 08:59:46', 'SALE/POS2023/04/7815', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '211.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '211.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '211.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f80c26b076a1068150471ce1e48d351df0a15375e59692010443f10a50a269db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7806, '2023-04-10 09:36:08', 'SALE/POS2023/04/7816', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f33491f5747e711053b04f79ef09853b466a6fd9becee196d612c81f180df814', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7807, '2023-04-10 09:53:23', 'SALE/POS2023/04/7817', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '72.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c49d7b6fc42ab2c577b99cb4065d9b2b67180a41efcb84a29e36903a8642927', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7808, '2023-04-10 09:56:14', 'SALE/POS2023/04/7818', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd56d620799952f3604e0b3330c670eca8ce0612f4ac10ae4d3029fa210d7655d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7809, '2023-04-10 10:08:43', 'SALE/POS2023/04/7819', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b353ce112a6f9ed0be770452be8aecbbbe50b21e785a7f279498cc0d73cd3923', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7810, '2023-04-10 10:17:00', 'SALE/POS2023/04/7820', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01460daccd948c6e4772210b0eb66a41151d49c0199d5b7e980ae3c07d6a7def', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7811, '2023-04-10 10:25:04', 'SALE/POS2023/04/7821', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e476a0b6050dede75f4d3d91b102cf9c84ff21d812cc1f5be0a064e9a5afc716', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7812, '2023-04-10 11:22:01', 'SALE/POS2023/04/7822', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3213d3580c713f97dbc98d3a9ea6dbf7f3328df8267485657d37e128587081d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7813, '2023-04-10 11:58:03', 'SALE/POS2023/04/7823', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cd7d64fcd551f1efb77c0b04b745aafb96c4a61eb9e53de05e5624097671465', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7814, '2023-04-10 12:00:38', 'SALE/POS2023/04/7824', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f1156899d36febee2e5112b6f2b996b972463096b5477b6ed61cc708e52c972', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7815, '2023-04-10 12:26:11', 'SALE/POS2023/04/7825', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d7de6c59acfcfa6f9e705146b4a4d712ee32036095d3324163ef37ccf6bac06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7816, '2023-04-10 12:28:40', 'SALE/POS2023/04/7826', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71782a0e50dc0404780611623b30b385ebadd47b9337ed1c2ecf44381c07e55d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7817, '2023-04-10 12:29:45', 'SALE/POS2023/04/7827', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4df03558c7f4fc5de5f5de4b87f16b2b27017f3f29c0d8bbdd0ae3874a71a411', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7818, '2023-04-10 12:31:47', 'SALE/POS2023/04/7828', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb16ea26df1eb1b23f4fa29a91bf9bfb3620c487272fd9ab3d3ae1a18948860b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7819, '2023-04-10 12:42:57', 'SALE/POS2023/04/7829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '026a9deba712f074fe5be74009de2d02013edaf462a8ccb2ed17a0d00cff81d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7820, '2023-04-10 12:51:16', 'SALE/POS2023/04/7830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a19e928eed89c8e7492f46656e6cd855ca9ca2124ee81296cca6cab6761b54cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7821, '2023-04-10 13:09:08', 'SALE/POS2023/04/7831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51444d949e2f41ece796ee06d13eb8b312b1386591ac58566021bd083d2fe6a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7822, '2023-04-10 13:45:05', 'SALE/POS2023/04/7832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb24a66075b826b0b9bf7309238ecdfc247dc73ef6421de36ac08b874d222ef9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7823, '2023-04-10 13:50:51', 'SALE/POS2023/04/7833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71d8d954a505e829b6a79be526eef77835c5a56b61b40a84a30a6867619b53e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7824, '2023-04-10 14:17:50', 'SALE/POS2023/04/7834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69d1fbf71b00e1b07806f97447103f7ade50aa10c14fa199fec32b8ef771c614', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7825, '2023-04-10 14:46:38', 'SALE/POS2023/04/7835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d280e0c342d73f9e64f2ca05d05bdc4c3755dfbe33d54791827d7e5d535304d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7826, '2023-04-10 14:55:03', 'SALE/POS2023/04/7836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9df43209b23668d10253c1bd2664aa533bded1ccf07de7a2c87b4d7197f7ae88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7827, '2023-04-10 15:05:41', 'SALE/POS2023/04/7837', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '97.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '97.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '97.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05a49cfd750377feb62fcadaa9318812c5129a6f9542bfc5b47e656b7308ec77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7828, '2023-04-10 15:14:33', 'SALE/POS2023/04/7838', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '013ecc3493cb71940b2d8cd0fb500f622b205beb390adc2c3ca6d0cc652d91a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7829, '2023-04-10 15:27:54', 'SALE/POS2023/04/7839', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc7bf4802a477aa36cad91cad19f96732120bee90b40138f8d509b4c76b367a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7830, '2023-04-10 15:37:02', 'SALE/POS2023/04/7840', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f1c459db2377db4f4f096fa19d3f85d109e4e2db83ad0384ce7e84aeaa0a685', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7831, '2023-04-10 16:07:39', 'SALE/POS2023/04/7841', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e23747a816d3cdaa9a8c21402f2f5d6e94f49b534be19d7171d30225ddf66b21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7832, '2023-04-10 16:31:43', 'SALE/POS2023/04/7842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37bde63f23ee8a352aa82949615aca694f335323e6b99320131e1d8d4141b3a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7833, '2023-04-10 16:51:12', 'SALE/POS2023/04/7843', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a27eb66504c8dfb5f82bab7b84f3c31ada4a694e9517cd6b1b8593ab6d3fa825', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7834, '2023-04-10 16:51:57', 'SALE/POS2023/04/7844', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e36b6f5aacb6ff5addf80c9f4db465af95e5f6b94362a87948f87afb0cdc62cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7835, '2023-04-10 16:55:33', 'SALE/POS2023/04/7845', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d7798460de2f03092c4ec32b2382e66bfd1ec7afd86dad3f309c40032596949', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7836, '2023-04-10 16:59:52', 'SALE/POS2023/04/7846', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '917742b1438bde5ec7997517570cb5f23d9ce137aca8a5fd2eba8c9eb1191ea4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7837, '2023-04-10 17:09:03', 'SALE/POS2023/04/7847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41da1f0fb58b29cf2e7f218b490aa1d5a43ad6813bd565796d66014a515b81f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7838, '2023-04-10 17:12:22', 'SALE/POS2023/04/7848', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa16bc7cfc74f2e6b552d8815eb88ca662a577c50719da1855e26844808ed4fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7839, '2023-04-10 17:15:57', 'SALE/POS2023/04/7849', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f11d33fe013e1ab8b55de95c72aae2b5fa14449981ca03ef5ebd1d20cd8a6b68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7840, '2023-04-10 17:28:27', 'SALE/POS2023/04/7850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '51.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96c12ee9b85ee0fb469b93c35823aa1a9754149c3772ef8ff83099fcee648357', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7841, '2023-04-10 17:34:29', 'SALE/POS2023/04/7851', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a190eaee3e84a1e518208a38ea3f5bce99661882fd6c5949fdb2ef5c0c99226f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7842, '2023-04-10 17:41:05', 'SALE/POS2023/04/7852', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec29da2bfc5e56fab5416647fe8fc4b37bc854a33c235468615b93310a1545a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7843, '2023-04-10 17:46:15', 'SALE/POS2023/04/7853', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14f3f59b89ea8cd86d99f66f7769027e54ea9356f9547e9565c258f469adca21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7844, '2023-04-10 17:46:33', 'SALE/POS2023/04/7854', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fdafd24c936333cc8b3903b72de0d579bf01dc2c2500b23ae07dba667f3b991', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7845, '2023-04-10 17:54:15', 'SALE/POS2023/04/7855', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30eeeae8e64aad215a274146b76d19b47acb3753a88fa22ebba224f7be7ba870', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7846, '2023-04-10 18:03:33', 'SALE/POS2023/04/7856', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19bf1f09d93140bc545effb963a4e2e4205098a4ca79327e4bc1ef791771cd6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7847, '2023-04-10 18:13:32', 'SALE/POS2023/04/7857', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f89d3a558c5069e9bfc9cb4f2c35f4f4233dba474d817504f6a81c5c4551819', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7848, '2023-04-10 18:16:47', 'SALE/POS2023/04/7858', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4f1d2c0ebd8489167aa068784eeeeecb15b0ea91a9e88a0d360a7f546cfa530', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7849, '2023-04-10 18:26:32', 'SALE/POS2023/04/7859', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '79.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46ac902000e4bf3680b91f920fa19c3aba5cda5fe1815f9d82063082a14639be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7850, '2023-04-10 18:31:16', 'SALE/POS2023/04/7860', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e96ebcabc88cd56e46ecb3e208cb3e7838bba7a1700578c1cdf20528ec31c0cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7851, '2023-04-10 18:37:30', 'SALE/POS2023/04/7861', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ab33743e214672e2be035196d769618b5a94aaf146e70b04f557f87775995a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7852, '2023-04-10 18:54:23', 'SALE/POS2023/04/7862', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97bb22a304765e1704ba7ae347b8c37fd1fb4375526a4b19815d4466d3a536bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7853, '2023-04-10 19:17:43', 'SALE/POS2023/04/7863', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79d8bf3ca3593efebdddc04132f4cc30fa01430d7aa0a8d485ee812066602244', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7854, '2023-04-10 19:26:16', 'SALE/POS2023/04/7864', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b56edfb44b6876329801f60c078ff191b2382da56204279d41980cf7c40c287d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7855, '2023-04-10 19:34:49', 'SALE/POS2023/04/7865', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f32aaa437e38c9d434bb4230eefcb794ccb793ed967cc658f6f88895e5f968e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7856, '2023-04-10 19:41:31', 'SALE/POS2023/04/7866', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04075d817b2e757ca775fe18644f8a8ac474c8c665e35aac33938cd2dfb018ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7857, '2023-04-11 06:10:47', 'SALE/POS2023/04/7867', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e27041352037ad6f32f313a768f64ccf6f1f4ff5a5fec59b3d7bc29927f9e2c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7858, '2023-04-11 06:15:06', 'SALE/POS2023/04/7868', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53f8d648d1cd3fb61a2848581007936b93a80905fbcbf95d88dd2f4a60593d69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7859, '2023-04-11 06:21:46', 'SALE/POS2023/04/7869', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a0a917552ad16c69b868d2661b789f5634b6e6a0784d867b97bd4544bf633d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7860, '2023-04-11 06:31:06', 'SALE/POS2023/04/7870', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bec5053ea1e8dc488799a01e2f1cc82052898bc22f8cb43dcbf26a8498d340e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7861, '2023-04-11 06:37:58', 'SALE/POS2023/04/7871', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5f0f4ddca63009b1776943358b8d5dd8f52c7d98ab0b7ff00213bbc7eda24c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7862, '2023-04-11 06:38:21', 'SALE/POS2023/04/7872', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6affe977674fc643be5cf35cbaebb2413a459e9f4f25c5c9f79a4afb319c1d27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7863, '2023-04-11 06:38:59', 'SALE/POS2023/04/7873', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5eda4460589aee9bf7b74ed9b7be511aee5f51a2fff100487634897ce3cbf5b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7864, '2023-04-11 07:47:35', 'SALE/POS2023/04/7874', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '151.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '151.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '151.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8b304b3062ca764b9e417f61209bcc4d21f6c4a23759c086a35c2e445bb3877', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7865, '2023-04-11 07:53:36', 'SALE/POS2023/04/7875', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5ffaaf2aa6687fa35902b4b59364b712922f00eb2832ec4019c19cf656f2e01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7866, '2023-04-11 08:17:44', 'SALE/POS2023/04/7876', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27387461c8581b98eeeb8afc4964fb99ffef775c17b23b8d8723d1708f539ccd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7867, '2023-04-11 08:34:27', 'SALE/POS2023/04/7877', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '285f04a94f1d32816a65fbab706e5d55016156d967d6a61532e34e2de4d231d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7868, '2023-04-11 08:56:54', 'SALE/POS2023/04/7878', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'caa4820eae826f44398cc12bc98fab0931c04de89101e15961751a705239c456', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7869, '2023-04-11 09:35:39', 'SALE/POS2023/04/7879', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a0f3db5810e9f14532bf0e48bbdd8b819a5999bd0ea64b56a3a0585abd6e186', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7870, '2023-04-11 09:54:08', 'SALE/POS2023/04/7880', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c700d7ff09ba971e94738b8d28f17076efc67b0b9fd32d2f52efd644988dfbfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7871, '2023-04-11 10:01:05', 'SALE/POS2023/04/7881', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acfc706c3a84b4b7f164071d0495abe6d9d94170c388220767494f1bcd42377c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7872, '2023-04-11 10:15:08', 'SALE/POS2023/04/7882', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea1426ef1ccd94253862e23e68443c67a9e306016cb95d4a0ccfa42ab749438f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7873, '2023-04-11 10:28:14', 'SALE/POS2023/04/7883', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81ad13c15ff11d9003512a1289f926ed5cb701f2ad60f6aada33d7c827b056ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7874, '2023-04-11 10:43:02', 'SALE/POS2023/04/7884', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cd2fc371d6f910ee266a08b24ad64bab331a636853a2d5b13c9bfaa595d4155', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7875, '2023-04-11 11:41:57', 'SALE/POS2023/04/7885', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b08ec9e61a774d9b17df15b65ddf5af9b151665a0bab2347bce04dd2fe685dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7876, '2023-04-11 12:06:12', 'SALE/POS2023/04/7886', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f6314afbdf48dce222c3c8d174137d19beb6b646ff77fe97926eb66a8ce5dbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7877, '2023-04-11 12:22:23', 'SALE/POS2023/04/7887', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '711f84c3df37545f944cc19aeab984e847b8b854ef32dbe68f1161b308277be0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7878, '2023-04-11 12:26:13', 'SALE/POS2023/04/7888', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cea3e866fd115f219b2d9ca904723b9e228c53ce00f421e1393ddcc5898314c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7879, '2023-04-11 14:51:18', 'SALE/POS2023/04/7889', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad3a7bb6e69b6151cb7b7c9abd3ab45207da394d695e332c9de9d1397ac3d4a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7880, '2023-04-11 14:59:42', 'SALE/POS2023/04/7890', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd85986229e6a61bf132ba4a577c1b6a0c5dd62691b0e22d0a917bfb3f59feba7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7881, '2023-04-11 15:30:00', 'SALE/POS2023/04/7891', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b7d7509d2053af67b2dd1ee676116a897964ce6569dabe1e9df4c34ef87ccff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7882, '2023-04-11 15:47:43', 'SALE/POS2023/04/7892', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee67c0c753687a4140933bad62c6079424672085ac361d9c1461f5f172787e9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7883, '2023-04-11 16:00:29', 'SALE/POS2023/04/7893', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf85a269934c3564fd5057fbcb2d08a919149352604a15853bc8da3679b6c9c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7884, '2023-04-11 16:43:28', 'SALE/POS2023/04/7894', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '745a637bf93642bc5a3b724266502709e86153414eb8d07f62299c675b3e6e16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7885, '2023-04-11 16:48:39', 'SALE/POS2023/04/7895', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac4a2c9901918ec2f8d147a4980bc17e4548b13e0b89c588f6c8f6790fec9c39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7886, '2023-04-11 16:52:54', 'SALE/POS2023/04/7896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce4ea391adce3aae7ae4a9abfca079fe037f2657c545aa7dac395cc7084f3fef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7887, '2023-04-11 17:09:42', 'SALE/POS2023/04/7897', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6620227b2cc1803dbf3aec424de99e0a4991395ac504b8635b8534236f4d0748', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7888, '2023-04-11 17:19:17', 'SALE/POS2023/04/7898', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc4aad210825d21979f9b0288901fe03d8441711e70dcfe3885c497b6de3afc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7889, '2023-04-11 17:30:08', 'SALE/POS2023/04/7899', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c73d9932aacdf7c7167affa9b5c471ecafa6c982a9074e88c7c590242b18e5ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7890, '2023-04-11 17:43:25', 'SALE/POS2023/04/7900', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58f003453847f1a07feaaefddc45e0165edb2cc71af6d8be1629ace0af2dbe69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7891, '2023-04-11 17:58:34', 'SALE/POS2023/04/7901', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '702b4b5d8daf56d9e4186e1d6e76428844034379326fab699ecbaec1ad7bccf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7892, '2023-04-11 18:07:34', 'SALE/POS2023/04/7902', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce3fb0c0958d9941e52dca9f2ae39b880fcc5a473fddc35683f18ec78da98bea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7893, '2023-04-11 18:11:56', 'SALE/POS2023/04/7903', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d5ccc3a4a273cee8a599ffbf2d3532ace025e464537f76a24be3256f11edbe5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7894, '2023-04-11 18:16:38', 'SALE/POS2023/04/7904', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d0c731fc7cf4f70bf32eaa622c394014f66ce52f95cf02af6f43fc4e1d2d937', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7895, '2023-04-11 18:19:53', 'SALE/POS2023/04/7905', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6154ba8db832f87820336e7d5c6dabb3f733f3e1b728eb8699d9d8cb8127003e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7896, '2023-04-11 18:23:13', 'SALE/POS2023/04/7906', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4278178ec593ed38c13a8a2202612275c43bb9361e5fd99d374a412f0342107', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7897, '2023-04-11 19:44:54', 'SALE/POS2023/04/7907', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd9eb1aa0fdf1fe60e32ee90ecbe0e425818d75aefbf0dcc1763c04be6839886', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7898, '2023-04-12 06:02:55', 'SALE/POS2023/04/7908', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5dbb5af8c0d87d64c50855fd460314948ffeb0941b9eaac0b8beb161655445aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7899, '2023-04-12 06:22:49', 'SALE/POS2023/04/7909', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '130.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '130.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '130.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3550d33cefa5caefd9334ab0f082ea712a54eee79c226a4be986694b81e22ee3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7900, '2023-04-12 06:25:45', 'SALE/POS2023/04/7910', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '513.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '513.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '513.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15dbb6dc8cb3aee91810dd81ea82d09f388fb40117f48e2505cf91c25c912aa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7901, '2023-04-12 06:37:18', 'SALE/POS2023/04/7911', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f3d2816a3e42d8a11ac951496075e0dca817cc3740d2a249bc375c6359760b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7902, '2023-04-12 06:41:18', 'SALE/POS2023/04/7912', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e41916b453c4a040dd2fc65124b4eabf7b727dda8e90908e323a3b4447e7c0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7903, '2023-04-12 06:42:59', 'SALE/POS2023/04/7913', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3448242da4018ba0a9636996c61e589ba597f3f3d00b422ba5d3e8b10cd6b84c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7904, '2023-04-12 06:47:10', 'SALE/POS2023/04/7914', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6dbd0ac571f5f612066b79d9d2ab630882f44c5cb3c4119592357b7948b68737', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7905, '2023-04-12 06:48:42', 'SALE/POS2023/04/7915', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd993efc5393ea3c19bcc995a6a6d258d79e991c68e3a1aa0ffb50c521c436fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7906, '2023-04-12 06:49:50', 'SALE/POS2023/04/7916', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e02d9de33c69f33809eab6f20523cf4e397d4a8f82cc6427f5ab31fca1010b95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7907, '2023-04-12 07:01:45', 'SALE/POS2023/04/7917', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18fb5b85eb43dee23489958556e2569184cadd4f4235faed660aaef16be47937', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7908, '2023-04-12 07:25:36', 'SALE/POS2023/04/7918', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf475cd47484ed08a52763a9f149c02183bedcf515935c6f72910994e137c074', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7909, '2023-04-12 08:22:15', 'SALE/POS2023/04/7919', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8423ff9f7c5c68da082bf04b664e9016cf0e5c5de7a87796ebd7ad1ec1a0d1a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7910, '2023-04-12 08:28:35', 'SALE/POS2023/04/7920', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca95364a9861fd3e40855e3227b84e260baa850f207688491d5aca1425877c50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7911, '2023-04-12 08:55:52', 'SALE/POS2023/04/7921', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '281b811487504526178a024e400870c2550da1bda060888919b34e49dabfe290', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7912, '2023-04-12 09:49:27', 'SALE/POS2023/04/7922', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2e6028da2bd5840ec7eef6d990b163cabc54ca57295309839d1a5949d6cd590', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7913, '2023-04-12 10:18:06', 'SALE/POS2023/04/7923', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57855211a8ccae22655df0a14e15f4dd964cc2999a9902f74dd558414b932759', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7914, '2023-04-12 10:18:44', 'SALE/POS2023/04/7924', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd401505432c1ae8b2fec0381a1e477412f00fefb630aae023a3d66282243f535', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7915, '2023-04-12 11:05:20', 'SALE/POS2023/04/7925', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a98d5cf8ef15ca3dc5cdeac45d67291f0695ce83f413e91ac690e26abdc01a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7916, '2023-04-12 11:18:39', 'SALE/POS2023/04/7926', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91b41334448b6a67a054f2078fbb05e1b3065e21182ae38ece0be65be4a554d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7917, '2023-04-12 11:31:13', 'SALE/POS2023/04/7927', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b744b82a07e4cf99fbb70a1c029d7b87eb54f3e2bcd4a1cb67968141f70195f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7918, '2023-04-12 11:42:27', 'SALE/POS2023/04/7928', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e3d8348f31c6016b8b0a6af9bf9527f44c324ef025e6f87b2b26957c481099f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7919, '2023-04-12 11:58:46', 'SALE/POS2023/04/7929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c0101ca0435602faa22871d774e350a6880efd4b28b313ce8c43352bdd1731a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7920, '2023-04-12 12:05:26', 'SALE/POS2023/04/7930', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5bf3102c098d8a648dd36a4cfbc22b7b75885a6ac3cd164014c89933ec316e02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7921, '2023-04-12 12:35:12', 'SALE/POS2023/04/7931', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '104.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '104.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '104.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3b700acd0e0fdbe5b276cbc4a7ae1edca3a508405a4d2eb205d81d0879304d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7922, '2023-04-12 12:52:44', 'SALE/POS2023/04/7932', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3769ee300a7365eff2d996ce9580eaf7ffa0a3d37a9833484a1894b507b70ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7923, '2023-04-12 12:56:13', 'SALE/POS2023/04/7933', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f7f5923f799192c788733a837469fbded81627ad45025ebd0e7bcac0b5ed34d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7924, '2023-04-12 13:11:35', 'SALE/POS2023/04/7934', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c7a4482254236600f23341e98f559d4e3be02a8eee62c700668a6411b7df4b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7925, '2023-04-12 13:45:42', 'SALE/POS2023/04/7935', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8a1fcb3a7cb38688fc0cd785e733a4719e9c2ee76e680833b4a3ab813ef2022', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7926, '2023-04-12 14:52:04', 'SALE/POS2023/04/7936', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ef95ebcad83f36eb0dc4187da30a22fe0e3ed0bd557a3cd40a55cd01f715ed5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7927, '2023-04-12 15:07:48', 'SALE/POS2023/04/7937', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5eaeaf9ad5dba3a39a29216cc448e6bd5a200ca1d8feab13a7af1f5134a3cd01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7928, '2023-04-12 15:08:34', 'SALE/POS2023/04/7938', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3334faf944da2a3736cb3a763ffe5b0d6ca84a11a4ad9571562ad8e509c9325', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7929, '2023-04-12 15:39:18', 'SALE/POS2023/04/7939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ed2161e9f1347ed14788f0fd43896a1dd3495979c4166c80fc788419e71c058', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7930, '2023-04-12 15:40:45', 'SALE/POS2023/04/7940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fb03cbc287f70c5a7679fd95171791e30409daf8b7544bac8573c2fe37a416f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7931, '2023-04-12 16:25:10', 'SALE/POS2023/04/7941', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '206e6ce160f40b7e60132853cdc6634137fdbaca807dbb3277b037e6e3a48f14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7932, '2023-04-12 16:54:08', 'SALE/POS2023/04/7942', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa51acf8049674cd17f2f16a092bea9bab4c55f92d0f95eddb033e151e9768fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7933, '2023-04-12 16:55:37', 'SALE/POS2023/04/7943', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad49dbb1035c755f51e01f4c6e65ee144c73bf4c7fcc9f01c8a0d2820b23ef1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7934, '2023-04-12 17:07:39', 'SALE/POS2023/04/7944', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c93433450356ba23f2394f95ceeecdcd45648c265fd6a17989493629e4a16a58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7935, '2023-04-12 17:12:45', 'SALE/POS2023/04/7945', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9118b2eb9fa7415ea94964340d34ec7c6ad03792e0c3f9febe2cf8884c6199af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7936, '2023-04-12 17:29:10', 'SALE/POS2023/04/7946', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fafb7dc3427d11f674902ecc4bad9a785e1b6009cffcd5448dec518490017513', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7937, '2023-04-12 17:48:22', 'SALE/POS2023/04/7947', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38d6edc6911571426a84d80421b949d70374591248a034b139265b34c6cf5c2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7938, '2023-04-12 17:50:29', 'SALE/POS2023/04/7948', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a68c4b0fc6fa013518ce58f508ad1bf0e2093e8ca151d403774af84e1092ec0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7939, '2023-04-12 17:51:13', 'SALE/POS2023/04/7949', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdbb83e9ee33a77fe64a68219e0f804e1b75f3b40f7f0e8d3c679639c28db06e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7940, '2023-04-12 17:57:58', 'SALE/POS2023/04/7950', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b49f0c975911380bee8f59a5e572d0c3b97464de99a64b71e25ec197c9cde85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7941, '2023-04-12 18:01:38', 'SALE/POS2023/04/7951', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e841a76edfbd41f411bc1c95cb0772ddcc5cda1aa0baffc9c55ebd5489e1e9f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7942, '2023-04-12 18:26:35', 'SALE/POS2023/04/7952', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61e229b3645b0ad17ab16b695ee80f1d3a757509cc065e481916e2ee087a2c9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7943, '2023-04-12 18:28:23', 'SALE/POS2023/04/7953', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc4517e13db17220b2a85b549c41969f2ec836231cc36e83a467c2e4bf8621c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7944, '2023-04-12 18:36:40', 'SALE/POS2023/04/7954', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4942f246742da1774ba23d4c1105e924df29facfbf4a12eaa9f08dab9d6a69b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7945, '2023-04-12 18:57:40', 'SALE/POS2023/04/7955', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c236e4e695042ddc555ee08d551f76b876641969122d583909976ff4ce52052', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7946, '2023-04-12 19:03:29', 'SALE/POS2023/04/7956', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bae0789bb4fdd8907f0453149e2a74109c8739201088e2bfea72c3fb00cc8d3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7947, '2023-04-12 19:04:26', 'SALE/POS2023/04/7957', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '503f74623fc20871010b5b03c751b3afe27818d4debcac52c5da825656e8ff79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7948, '2023-04-12 19:13:42', 'SALE/POS2023/04/7958', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fd2581e88db7633fd98019ddc9676e56bfc16615a10ae45f7f474d73fd7bb76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7949, '2023-04-12 19:48:58', 'SALE/POS2023/04/7959', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '114ca6638ff285ed67d6f946451bf9fc3f8bec16f5811e0e8cffb2e6d14e995e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7950, '2023-04-13 06:33:48', 'SALE/POS2023/04/7960', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1453c2ac079708c522257a75a7b2b42d9b9aedad0527cab24decaec7cf20920f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7951, '2023-04-13 06:46:26', 'SALE/POS2023/04/7961', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c884d67479d5bf1ad9b9b20c1886bb513eed3c57f4cf10bdedda75935433722', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7952, '2023-04-13 06:47:03', 'SALE/POS2023/04/7962', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8024883d0ffb46cb5a5ce80dba4f2c7ef792ef976bdfa682843f84204e32c1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7953, '2023-04-13 06:47:30', 'SALE/POS2023/04/7963', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49f921c77f315b18b4c452cf97402cec096c445f67fb4bc3a6008382f4ae5d55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7954, '2023-04-13 06:48:05', 'SALE/POS2023/04/7964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c151b9753c1d6fce585f7732f54cfb9c4694f3b2326a26737199d166b7224090', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7955, '2023-04-13 06:50:15', 'SALE/POS2023/04/7965', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c643ec4b5d239a94872abd4d9b19be82b78b6137cfb00a238d7e871c1cc24fa1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7956, '2023-04-13 06:57:13', 'SALE/POS2023/04/7966', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc9a27f43097bce6f58e5845b00bed614c29ddd7c64469dc11b5c6aa36b17e1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7957, '2023-04-13 07:18:44', 'SALE/POS2023/04/7967', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb4c23656d808870f395051e930ac736be816c371d1308ba3d95ab5c7d39975d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7958, '2023-04-13 07:19:34', 'SALE/POS2023/04/7968', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a4a63824139e287ffb77903208a42ede303b26ccc713f9d907be3d1e35a6d1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7959, '2023-04-13 07:22:47', 'SALE/POS2023/04/7969', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '156.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '156.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '156.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '511e419fd9c9efe92233c5ed71065b569e03a204333b5a8651c43285080f6048', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7960, '2023-04-13 07:24:26', 'SALE/POS2023/04/7970', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '242.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '242.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '242.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cce645711d8f58600e6a459e1e328bd0e983926edd167e737f75401c1ec0989', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7961, '2023-04-13 07:57:07', 'SALE/POS2023/04/7971', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cfc29d85687676d97ebef0a0869076bae36d57999ecd9ee7f32dfe828809b91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7962, '2023-04-13 08:11:51', 'SALE/POS2023/04/7972', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '520e7ec759af7bb72ec72844d2b3b6cac508f3e7e1315d72da064537ada79f60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7963, '2023-04-13 08:34:23', 'SALE/POS2023/04/7973', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19609fcfa74c126d74d6873919a17968fb2c3113d8f89aa4bfb86783ee2bc856', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7964, '2023-04-13 08:59:21', 'SALE/POS2023/04/7974', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ed76c7bdc0dea143a388aeda57aab8f057f4292b877346082f1dfe0cc095533', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7965, '2023-04-13 09:25:26', 'SALE/POS2023/04/7975', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c9f0139f93624b5146faa400128baa4ae9e8c22e36fd0ddb51cbb4a04867010', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7966, '2023-04-13 09:52:40', 'SALE/POS2023/04/7976', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33fc83cbfe9426efe7b4f7d600565f3778f6463146d93ff29f2675c1f1d1c5f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7967, '2023-04-13 10:00:02', 'SALE/POS2023/04/7977', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b6e5f34201cdc464f605920b1e396baac67e3ab1fec80c13c3f77662d35932e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7968, '2023-04-13 10:20:45', 'SALE/POS2023/04/7978', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '686a32efc1e95ace6de7a83aa263925d4897e95242ad24ce2eae950deaa96d4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7969, '2023-04-13 10:39:43', 'SALE/POS2023/04/7979', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f487d24106d7ca8db26a52049a6d321a8465af02a4784aafa49dfdfb26c4abd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7970, '2023-04-13 10:58:35', 'SALE/POS2023/04/7980', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4aed392955c573d717ea3eb8a7fa2afa92d650ded2895a481215f07ff0bb911b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7971, '2023-04-13 11:06:31', 'SALE/POS2023/04/7981', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5de7b0d32ba0e53aeea7498d95b7a755d2c9e9bd9dcb827e2dea4b1c7093273', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7972, '2023-04-13 11:14:26', 'SALE/POS2023/04/7982', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '405ae2d291eaf70c53cba1ebe8c63d5a9c0c11f9a7e99a918d2b94684c1102f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7973, '2023-04-13 11:15:45', 'SALE/POS2023/04/7983', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c39c4fc8eea802c80218b2bdd7664ca988bfba9bd1f8aac9388bae0a7893fe7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7974, '2023-04-13 11:42:47', 'SALE/POS2023/04/7984', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce90ce35839ff520fc314beb027741db7a22223780b1aa56e17af51320a19803', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7975, '2023-04-13 11:46:04', 'SALE/POS2023/04/7985', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5ff2c1d5037a5ff0cc4fc5d51909ccc468de7919ea0a2468e57aea8ca6aa8b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7976, '2023-04-13 11:46:27', 'SALE/POS2023/04/7986', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fee4fd361d7525fa9930e3d7cb71cb79b80c184b1b44ef6b15018396e406cdb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7977, '2023-04-13 11:53:31', 'SALE/POS2023/04/7987', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '135d62ae88b1ae945c4f0d77d35f3054d9b67aa262c8e517c949d7d328540ee5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7978, '2023-04-13 11:59:52', 'SALE/POS2023/04/7988', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cecbe52fc3b3e1f12fd7326610d946713d035f0120357dd5990a4b7cf8f7af76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7979, '2023-04-13 12:17:22', 'SALE/POS2023/04/7989', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '305a429e8c56583685fbf674b3001384a6a400561301d83a47e2a3151da6e0fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7980, '2023-04-13 12:24:46', 'SALE/POS2023/04/7990', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66c3b2e204a9735c12ed4ad4b9103ededb976a09a02fec508eef27cf167b9fac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7981, '2023-04-13 12:39:33', 'SALE/POS2023/04/7991', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0335b285a1b7ff670ee3ed94351ab0834ddbf4e529b11a1bee231218a2cb19eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7982, '2023-04-13 12:43:59', 'SALE/POS2023/04/7992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4197b7ee9a4b3d3b643c65ef24d1d52ed360040cacd09e5fd1085be6395d4b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7983, '2023-04-13 12:44:40', 'SALE/POS2023/04/7993', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d4429b673711f1e4d3778c9b7f5be36e4140aac73e84cb87201c6d09853f21a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7984, '2023-04-13 12:47:20', 'SALE/POS2023/04/7994', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4644b2d8910bc0b8696951b6de9f25d4e53008f9c1e6c254b542dbd6e153ab5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7985, '2023-04-13 12:51:14', 'SALE/POS2023/04/7995', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f422e55a5cf1719e23d62bf08fd0508e536d4b14c62705630ef8f94f5f3c07af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7986, '2023-04-13 12:57:56', 'SALE/POS2023/04/7996', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6099ce7eef04f63d734cb13689f4dd77987702e496108e31135655e64cee1301', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7987, '2023-04-13 13:36:55', 'SALE/POS2023/04/7997', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebbfc2dd45a01aa9447628ebe8e5f1e3a9f97e17d6a6cf56f4ef08f6f4c9378f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7988, '2023-04-13 13:37:14', 'SALE/POS2023/04/7998', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43d3cfde6100226bbdd21ecdbcc8fb818218890999c2e57ae5e02b0e4f9c85db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7989, '2023-04-13 13:47:18', 'SALE/POS2023/04/7999', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c5657863407577f5fa81d8f8d9713cf17c1a0b30b2eaee7711bc59c0eec8022', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7990, '2023-04-13 14:08:32', 'SALE/POS2023/04/8000', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43c46df0c10591ebe65c2f0db48a3790ffd329f7e21ca55de4c3c727f017b8d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7991, '2023-04-13 14:10:49', 'SALE/POS2023/04/8001', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7be370fc2959c27753ff2371578301aec5da9d2f0a871e811e7e2f2fcd774811', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7992, '2023-04-13 14:27:36', 'SALE/POS2023/04/8002', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04d6b5da194c070f82c1b32172e91d50fe21a8c504532bd47ed186a497b90044', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7993, '2023-04-13 14:44:25', 'SALE/POS2023/04/8003', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a6de2d01be2756d5802ffdd34012d5d316d523db891734a07d08230cb73f5f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7994, '2023-04-13 14:52:49', 'SALE/POS2023/04/8004', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0d58baf6b7e26a77aee43b90923cb5b4851800064f8aa37473298af75ba96d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7995, '2023-04-13 15:00:24', 'SALE/POS2023/04/8005', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ef21df5198218c029c3ccff5be75a0854690f7d29829ad45a758d98558229b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7996, '2023-04-13 15:02:24', 'SALE/POS2023/04/8006', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dadd63dc39c8553160839f93608663abe26a95bac946264a1b61fec6980edae6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7997, '2023-04-13 15:30:11', 'SALE/POS2023/04/8007', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b512308c78a2ac67e34f07edcf1b17d0ac46b70b74e61acc314a6dfcd55f5cf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7998, '2023-04-13 16:16:31', 'SALE/POS2023/04/8008', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0398b5798c41c8c9719d6a5c251098f2fc6b62fc9530866afec9a44865ee8c7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (7999, '2023-04-13 16:25:14', 'SALE/POS2023/04/8009', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '382b587473f040a1085b7ad67f53912401c3ee205ff25ef3306262c28fc47b6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8000, '2023-04-13 16:41:11', 'SALE/POS2023/04/8010', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ab29e4783fc678afac951c70603d84729c2ed8b0acafb9ab6084f89ae14f86c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8001, '2023-04-13 16:52:33', 'SALE/POS2023/04/8011', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d019ada4eb3b716be3a7a98a49bd14702eae205cc8ff58ac491c2d0a368933e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8002, '2023-04-13 17:04:59', 'SALE/POS2023/04/8012', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7510a49f161b9e5e6754247d59d8d5d751f8d4f70e100b2de06f94c45976cf04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8003, '2023-04-13 17:08:02', 'SALE/POS2023/04/8013', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1dc60f0d5a45e71b27ae857646b213c40dc7522bf451deb41f0e4a232dc8c8f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8004, '2023-04-13 17:14:08', 'SALE/POS2023/04/8014', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d30a100e541241ecaadec72d32eabd887ee62d48fa7ed0f654eeb3158faed96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8005, '2023-04-13 17:32:34', 'SALE/POS2023/04/8015', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6904b8fce3b44ac4b5cbba4780fdeabe92f6bc4deccf4c71713fef892a798f13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8006, '2023-04-13 17:38:52', 'SALE/POS2023/04/8016', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '845ced9a0e1f0f87d6bb2506908f3c9066bee6ea369b8d2bf906582005369dfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8007, '2023-04-13 17:44:24', 'SALE/POS2023/04/8017', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d44cafe7af08caec00b3a3813024007426b918c48280f49fb271bbe4db1ea58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8008, '2023-04-13 18:10:15', 'SALE/POS2023/04/8018', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '161db07187eb441c5e56569a85f05625236395b3d683aeccb68d8c39433083d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8009, '2023-04-13 18:17:33', 'SALE/POS2023/04/8019', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cd941774fe01597c507f5b7e3cb7d80ef0d2b115bc35b89a76d8e0732e2bb3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8010, '2023-04-13 18:31:38', 'SALE/POS2023/04/8020', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba3050c55a927a17757ec4c0f5f5695c3dcf90990902cec1a8321b02530edf9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8011, '2023-04-13 19:11:45', 'SALE/POS2023/04/8021', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28d616b3457a42918d41ef1232a299889e2596c9e986915a5546f4d47381df6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8012, '2023-04-13 19:17:31', 'SALE/POS2023/04/8022', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34318828423e952da940de207a3a1d81aa2805513f30e4ab98b72cb82f68aea9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8013, '2023-04-13 19:23:04', 'SALE/POS2023/04/8023', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdbc4917637efb05661f956c932dbf4ae757d0ce0ff9babb0eac2ebccec3f6ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8014, '2023-04-13 19:46:34', 'SALE/POS2023/04/8024', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bab51bc6469afdb46931960d3d112a2d48950c813b300e5379c06ab8ef3d766d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8015, '2023-04-14 07:16:46', 'SALE/POS2023/04/8025', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d0aaf51b0eb2dbe44c3cd218a17b622d88269083ba36882d1f829d330d83920', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8016, '2023-04-14 07:18:07', 'SALE/POS2023/04/8026', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ccb51e91389bbbfdaf683b29d6ec8452b48f95d1a05432db26e664fa2a3ba39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8017, '2023-04-14 07:18:22', 'SALE/POS2023/04/8027', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d49dc895b95c56267c04f358a454584630c636be48f2a8aa108b946309389fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8018, '2023-04-14 07:19:13', 'SALE/POS2023/04/8028', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '361437794d93bedd18f5acc20ed0b6d505fcaebd915d8cadb78c08a3c8103eff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8019, '2023-04-14 07:21:25', 'SALE/POS2023/04/8029', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52393fa0b7d128b8ba3adedf2333d38bf5fa8f3465fd3e8c6bc7bd18d13b0d5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8020, '2023-04-14 07:41:14', 'SALE/POS2023/04/8030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52846b82ca5e95cc0c9c032b6939a5b6299dc0edfc3e5146a960fef9be5323b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8021, '2023-04-14 07:41:30', 'SALE/POS2023/04/8031', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fdc19762624543c5fa03b0a1964755055aa37296dbe88c416c3926505f2b03d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8022, '2023-04-14 07:41:45', 'SALE/POS2023/04/8032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50aa5a271e9c67165ddcc8092db6b0a0c94d2d16ee0bae91c7b3021977034992', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8023, '2023-04-14 07:43:26', 'SALE/POS2023/04/8033', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd44cca40589a136f5b31aac9b93dd488f270d847325a61284cadfe516a934a55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8024, '2023-04-14 07:59:23', 'SALE/POS2023/04/8034', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d55314b58217c5ca530f18b4bcd29820b0b1f1d0b9b942bc9c2251104d516c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8025, '2023-04-14 09:02:06', 'SALE/POS2023/04/8035', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '493e75e783e668d565f6a0cad15fa7cce12ad7c0ac1a5784e1d09014d2b93447', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8026, '2023-04-14 09:21:00', 'SALE/POS2023/04/8036', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56e71739f07ce9d653eb612a2766e8142af82f244ffacf99e4c37316612516bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8027, '2023-04-14 09:38:36', 'SALE/POS2023/04/8037', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '136.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '136.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '136.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5eef83620ce3915f5aa25bd2dc311481be3aa08a890ba1fbe234966e21218720', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8028, '2023-04-14 10:36:15', 'SALE/POS2023/04/8038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1641270b6a39d7502137011329b9ab33f331d9315bbaad693e6484d5cbb410ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8029, '2023-04-14 10:54:15', 'SALE/POS2023/04/8039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a322904aadb6c9b98a1406202f119371edcbe4d1bdff1b15e3264af3e8f133ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8030, '2023-04-14 11:31:15', 'SALE/POS2023/04/8040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dae40dc40c0b9b07ca91cc7b4f5c1cf0383860456f03f871bb050beedabe3084', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8031, '2023-04-14 11:43:34', 'SALE/POS2023/04/8041', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1e24574c91da5125c6cde92e7c0914d438cafeebe526b93dda4b8dcf17a1341', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8032, '2023-04-14 12:16:14', 'SALE/POS2023/04/8042', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5c0a036833b70c34a78422f4bcebed7b6e89727f98156228fc6154817533582', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8033, '2023-04-14 13:04:08', 'SALE/POS2023/04/8043', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46d38699632fab9ac8b5e4ac8c26815bee10d2df12f45bf7542736f5d15dcd79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8034, '2023-04-14 13:14:04', 'SALE/POS2023/04/8044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be5193893fdfa4d3d00c7c31fee29a450b8b74bf58fbcb4839e28e15b85a264e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8035, '2023-04-14 13:40:14', 'SALE/POS2023/04/8045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '828a90e0e3da4f5d47469dbd48743d20a1266fd7a1094203ef9e928b269f4f5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8036, '2023-04-14 14:11:11', 'SALE/POS2023/04/8046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acc75a7e6d3a2783469f73bc2ab0d9a9b0386f1af0a8a2f8cf7f7404a53049f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8037, '2023-04-14 14:13:58', 'SALE/POS2023/04/8047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e22a3e2b2e80e0611ac9573bf492ee4dcb48d302b2a0caf69134ec381a6735a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8038, '2023-04-14 14:22:30', 'SALE/POS2023/04/8048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '63.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35994715f5b21ec356e031b54a8beca28c1932bf6200aeeb0eba2489de258adb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8039, '2023-04-14 14:23:17', 'SALE/POS2023/04/8049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84c6073283e9127e869f7ea79311bebe2dc911c58bb8a045e05e8f0b17b08b7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8040, '2023-04-14 14:31:06', 'SALE/POS2023/04/8050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '140d4b23f851cd7a1d9ba320b3be6713d68ae654af56ae4b12848291b8c791b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8041, '2023-04-14 15:38:24', 'SALE/POS2023/04/8051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98006b5ad1a2ca2f6c122b52258713c95771b0e2148d8c9b8e4f9042de85a9e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8042, '2023-04-14 15:51:39', 'SALE/POS2023/04/8052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16d934248e0e0e1603bed779f532cc58a7ee09a24c5689e6f29eaa055be74af9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8043, '2023-04-14 16:10:17', 'SALE/POS2023/04/8053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ed9b568fc8ec20381a57e4525007e43f32408319729733cd082c026872df72b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8044, '2023-04-14 16:30:50', 'SALE/POS2023/04/8054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7fcdbdcff623e5ef256c4003770c96304f9fd80461233a109103d7e8a126d664', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8045, '2023-04-14 17:09:33', 'SALE/POS2023/04/8055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab2e888e0701aeba7e515c4a579097efca59cd2e276dee8bb49920a78993f402', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8046, '2023-04-14 17:31:36', 'SALE/POS2023/04/8056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21d399e7e88a6628d996e0a17aeb931757fd522797dfbceba0ec7a2a24bcd95b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8047, '2023-04-14 17:40:52', 'SALE/POS2023/04/8057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24b69fdb0a3dbeb7983af043fa12ee8fcb39ace13637920bdede3a724392a1f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8048, '2023-04-14 18:14:14', 'SALE/POS2023/04/8058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f097b7f8df18005707c718aa65509cc95f21df3fdcd03aea4f47f6a044f57f4f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8049, '2023-04-14 18:32:52', 'SALE/POS2023/04/8059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd29ec592f13ca3db54ef3e38a0eaed3c640c17edf179333c36a4b154a995b39c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8050, '2023-04-14 19:03:14', 'SALE/POS2023/04/8060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5539a410f6794b010f7a408c95909734cd289b90fdddc457f2c387c6034ff1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8051, '2023-04-14 19:43:39', 'SALE/POS2023/04/8061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'beec5208c076914f455e5f8a69e198ac78abdedde160e13879ead71bf4efae8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8052, '2023-04-14 19:50:01', 'SALE/POS2023/04/8062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82d41e4f0374eb4b14310b53af8ff35dec7fbae32226709eaa244fcdff4dc1e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8053, '2023-04-15 05:50:06', 'SALE/POS2023/04/8063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4071edeebf24e873b778f60d1f0a575185916bfb1ae9a55137a280e1adc34740', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8054, '2023-04-15 06:19:25', 'SALE/POS2023/04/8064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfc4c3b058ddd4c81f72d8671bdb34cb5ad004bfc456a055b9a9feb42a2a73c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8055, '2023-04-15 06:36:39', 'SALE/POS2023/04/8065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bda48d7d7bb714e260e97bf420a1d13f96ba17dc7297be51516202e4296cfc27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8056, '2023-04-15 06:44:38', 'SALE/POS2023/04/8066', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a504b03116a65a371f28440485a9424f1625805abfca25584f70ba30bd4b0f82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8057, '2023-04-15 06:44:55', 'SALE/POS2023/04/8067', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f9bbf32943e88f5aa8b732a07fcff7730bacea1041ffb7ed2d50c5f5f34af58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8058, '2023-04-15 06:45:18', 'SALE/POS2023/04/8068', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd473eb79e2801039f180d4d0b72ef794b433de0162a59e4236765b71fdc0a375', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8059, '2023-04-15 06:45:30', 'SALE/POS2023/04/8069', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac5b7a4dea0e1c34e9b33d358fa8d24fb2338c9d47c37bf31cb6e68ac8ee44f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8060, '2023-04-15 07:50:22', 'SALE/POS2023/04/8070', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbc923fd9612e751390b2d5e251a4c0fb3faac0468711ad72a787500b208c019', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8061, '2023-04-15 07:59:16', 'SALE/POS2023/04/8071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd4ff9da3308c3287dfd57692828de203dae0b03609c37fa2b5c2cbf0c9aa5a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8062, '2023-04-15 08:15:16', 'SALE/POS2023/04/8072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82af59c070a5c3294683d6edcc91241b11ca987f4988ee83cc893e6c9f9ef791', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8063, '2023-04-15 08:24:33', 'SALE/POS2023/04/8073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8c42ac0bde0684081faec6058ab2f564b9f02614972ea0564be6a49b3815c4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8064, '2023-04-15 09:04:54', 'SALE/POS2023/04/8074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26bc65d3a5f72cafb7a35bb9ae5f66f4dc0b567ac7c6a64d55f1406887eb2d6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8065, '2023-04-15 10:14:37', 'SALE/POS2023/04/8075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '89.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0bd8ffdfa1a75e8b555ddbcf7ca5f4072a8f068c8107bf01490eee5a473c375', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8066, '2023-04-15 10:19:40', 'SALE/POS2023/04/8076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f9ed4f5bc35792970d58ddf20352f299426583dd0332a05d09723f73c9ffcfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8067, '2023-04-15 10:27:52', 'SALE/POS2023/04/8077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4f4798d8229ad87df113dc81f734b3457c07e36b02d4feacb8c7e514b82d776', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8068, '2023-04-15 11:36:12', 'SALE/POS2023/04/8078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '129.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '129.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '129.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0205f8ef37bba12921b2864dad5aa01ae27551a9c37049481f34493db32fd56a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8069, '2023-04-15 11:49:05', 'SALE/POS2023/04/8079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0b42408036df7c501cadaa472e69476f8c4cbe6e9aaa5fca6fb85fcc4257718', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8070, '2023-04-15 11:50:55', 'SALE/POS2023/04/8080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94c1d05d7c2050bcd85c14e8f8d2b38973a26ffb1bcad285acebf59a07be869a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8071, '2023-04-15 12:00:57', 'SALE/POS2023/04/8081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9449ebebac03dce25d42a924c7a179e10d441118b0f8b79d4f1d29da7e392f14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8072, '2023-04-15 12:41:26', 'SALE/POS2023/04/8082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '73.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b08da61489aa91f7c0e62319c71cbe93c01834df0d03e0b46482a58dbb3b23f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8073, '2023-04-15 12:52:37', 'SALE/POS2023/04/8083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55cbf507e0be1c07124d5a8fc10eb728695cc0111c4a97e86263be5636db83a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8074, '2023-04-15 13:05:22', 'SALE/POS2023/04/8084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea4eac5e38a8ed26a5948dab4fb3fb62f7e1b637b3c9314ff94e630c18e850d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8075, '2023-04-15 14:10:41', 'SALE/POS2023/04/8085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da0290d5dfc20b0213d35daf86207387749c25f5e150d7be63fcb8c44378713d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8076, '2023-04-15 14:27:47', 'SALE/POS2023/04/8086', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '170.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '170.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '170.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84a438cc8ebed6773daadc9f1431b62a72b5ef2e6359c2fbdf191e794e855cf3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8077, '2023-04-15 14:34:25', 'SALE/POS2023/04/8087', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9393b11a18d77ec30b66ab3c6af492cb26b0cadee1170e1d788f6b76324ccac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8078, '2023-04-15 14:58:35', 'SALE/POS2023/04/8088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9571f4b2c9f4d9fc6a48585d44d28625324c6d4bbba3c98e8528aa9a8890393', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8079, '2023-04-15 14:59:09', 'SALE/POS2023/04/8089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43b99aa411b9654a7b6bdbd924e15e902b93e2f8f5e502f43c32d2c0f7be24d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8080, '2023-04-15 15:06:17', 'SALE/POS2023/04/8090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '034f098ebfa6600c79d8cf749617d59451dc2e733a44179559039a171b2ead43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8081, '2023-04-15 15:24:43', 'SALE/POS2023/04/8091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9eeac03f603eb6b987dc8c879f7aea5880de7bce23451eeaf9fded1cd9286806', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8082, '2023-04-15 15:29:32', 'SALE/POS2023/04/8092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca32fd40461deb3fc8c3cb5cc73b96ca34e023a33a274824c2436ed858fb7dd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8083, '2023-04-15 15:32:06', 'SALE/POS2023/04/8093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e30ea8d3b50af4ef9a684feeb18f23f5feefb75eda508c4e290e2f46277ff9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8084, '2023-04-15 16:06:29', 'SALE/POS2023/04/8094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e639b4c0c013751a4f74cbb2281aafef722e2da59593633a975bc08f1f04082', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8085, '2023-04-15 16:26:33', 'SALE/POS2023/04/8095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3ca0f7de79832197ff471b7597ad8bf52e60066387a205cc5ce70ba2ba47613', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8086, '2023-04-15 16:30:55', 'SALE/POS2023/04/8096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36b20337804923c48b85d4f5c70938aa4b97225b7999ab6e45521a0bf0179e6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8087, '2023-04-15 16:41:14', 'SALE/POS2023/04/8097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f6b2fe88cfd3613746c7caacea14826e191eb13632ffd0bf22c009d783854cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8088, '2023-04-15 16:42:21', 'SALE/POS2023/04/8098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9199da9b99ae7a83d0bac1b323b99b2a393a9ebc27dab94a009ec39d0d71e4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8089, '2023-04-15 16:44:10', 'SALE/POS2023/04/8099', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '943f95353574d015e4b47acc57edaab235a3da7ba5aaff131650d4ed32898275', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8090, '2023-04-15 16:46:45', 'SALE/POS2023/04/8100', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f75d85a7586c4894efd8bffdde274d27d82e64d82c2d374be67b82d92e74c5d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8091, '2023-04-15 16:50:10', 'SALE/POS2023/04/8101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61f87f84f5b0e8dd0fa98980f3ffd96d4c2a4e09d32e528ab318b337347e3235', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8092, '2023-04-15 16:52:10', 'SALE/POS2023/04/8102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b38407b403fbc400522aa7bdadc49b324264cb25993ebf0f9abf2a3921467d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8093, '2023-04-15 16:55:38', 'SALE/POS2023/04/8103', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6672cee2d1b59c806293729b2254197536c3ca18ac2ee9a27202458854a2cdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8094, '2023-04-15 17:08:58', 'SALE/POS2023/04/8104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9f70a1d4ecdbdec84952e639a808ec53c5cc8cbfaa394f3aa03d755b8928287', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8095, '2023-04-15 17:24:45', 'SALE/POS2023/04/8105', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e0726ac226b73e51feebb6ea2ea35466aa543bbb64b4fa23bf218fa7b01c753', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8097, '2023-04-15 17:46:35', 'SALE/POS2023/04/8107', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5d25df68a5467f29561980cdb897f2fb629222bea7edc61a81e996baa091ab4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8098, '2023-04-15 17:53:34', 'SALE/POS2023/04/8108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd55daa3e1653c24bddd5f04dc6f0da035361980e8ad1aa129149cb2aaf373505', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8099, '2023-04-15 17:57:16', 'SALE/POS2023/04/8109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd320ae1552502986ed266668465d9857c190b72493c76f2e09d7b45b214d973a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8100, '2023-04-15 18:29:39', 'SALE/POS2023/04/8110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b95eae4c1a4faf790cd31c814103e5cee85e0848bdf31d85bf2f43c04e02031', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8101, '2023-04-15 19:15:03', 'SALE/POS2023/04/8111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0cd6f13790c747b2f2b1fbf9f0820f2ae374b30d1f138847849a026dff04439', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8102, '2023-04-15 19:24:23', 'SALE/POS2023/04/8112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f9f82a83edf57fc7edb6a6b2b6638702a2500d9b4d9abe66defc323b9926481', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8103, '2023-04-16 06:09:38', 'SALE/POS2023/04/8113', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c468f9d4f87265690d0e8d36f713782a4d29133ea9ae7eba00e8558e165cf20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8104, '2023-04-16 07:52:35', 'SALE/POS2023/04/8114', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74de0962d16cb7489b5a6fd158c479d5ed79c81da4c4d3f2c39cc6ac8a636cb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8105, '2023-04-16 09:40:22', 'SALE/POS2023/04/8115', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cec496776f3299e01885a227fb13724c3ab55b5ccab2829616a5aaedd93af7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8106, '2023-04-16 09:58:50', 'SALE/POS2023/04/8116', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '61.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da2300c01252d0c4830a651f38549d74d16686fbc173841bfeb84cdc27aacbfa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8107, '2023-04-16 10:09:32', 'SALE/POS2023/04/8117', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c39b8949f8d09025504c7248252493befaa94d643bd5ce662239e7e02d0bb58a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8108, '2023-04-16 10:14:03', 'SALE/POS2023/04/8118', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a14ce6063554dc9270019e86a2a20360e5fd28cecc5b786ac5f22ee72e08c8db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8109, '2023-04-16 10:24:23', 'SALE/POS2023/04/8119', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6893b00645ea43d6c0d7eb654781602b7e4314acbab6700b40f5149c4f648b61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8110, '2023-04-16 10:30:46', 'SALE/POS2023/04/8120', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fef1e7a0b0c02acb904c638a2ec534f9dd0a0fdad9690f0b6fdbbe9436489320', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8111, '2023-04-16 10:45:57', 'SALE/POS2023/04/8121', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '435ae3cba833f045058422998faab256e45e368d97275f3eaea6ee8505242297', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8112, '2023-04-16 11:00:23', 'SALE/POS2023/04/8122', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28aa6fa6c3dab38ba3b4b8ad7f96aa2d58daa04b4d9f49fde180162125513e74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8113, '2023-04-16 11:06:34', 'SALE/POS2023/04/8123', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba2a0ea9c2d2f7f0eef9a2916f37a5a1d68e027db30654895fb9188786e34e76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8114, '2023-04-16 12:10:22', 'SALE/POS2023/04/8124', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12ed0fbe8fe77f90f26b503e6cf2d776d7c9d09b302e5913d9215eae48c17c1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8115, '2023-04-16 12:17:10', 'SALE/POS2023/04/8125', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b52daf191775ec5152a83a7c8d963141f1fd4162285fc83c0e4e72a03fb6c91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8116, '2023-04-16 12:18:38', 'SALE/POS2023/04/8126', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaa3e67ac51a7fa13a16e0bdaca4deafafd628cf26384a9099dad24d38593113', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8117, '2023-04-16 12:23:43', 'SALE/POS2023/04/8127', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7275e84bbf9206d17f03bd3d97d4e69c1dd3e61d5f7f2c5a86609180cf0272c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8118, '2023-04-16 12:32:54', 'SALE/POS2023/04/8128', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3c883c17ac72a278cd70dd9d9cb685952ab4f802d3904410207698ee489c24f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8119, '2023-04-16 12:55:43', 'SALE/POS2023/04/8129', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '655dae40493018fc0aee07bd4fd52850781fe9a3beb5a7000c565267bfd35d54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8120, '2023-04-16 13:05:49', 'SALE/POS2023/04/8130', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16cea8bdb72ee80c4964236ae80188e85c1884d5dfd7fd29bffefc2c28b7721f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8121, '2023-04-16 14:02:26', 'SALE/POS2023/04/8131', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e2e4a19a122a61ec401e3119b2a95f7811d0884fdf5ebb2afeb5a510e874ca9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8122, '2023-04-17 05:40:31', 'SALE/POS2023/04/8132', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd94757961b9ba606d686fc4b4ee1ccbe8bbd247042e77cd6ba60130ddc7bc8d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8123, '2023-04-17 05:52:42', 'SALE/POS2023/04/8133', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '181.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '181.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '181.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc5d0575c2bd517282f689f88535fa4ac5ce443bf8ebd894c80aed7f1a3eaa8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8124, '2023-04-17 05:54:18', 'SALE/POS2023/04/8134', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '103.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '103.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '103.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b22993d9428c8f39c012ebfc3860af956184b19c4d62ff3668a380197e020686', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8125, '2023-04-17 05:58:04', 'SALE/POS2023/04/8135', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '61.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38a78b97d58a0d11a822c4c8d306da5d8e9fe7b102922e6c75601dd166984e4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8126, '2023-04-17 05:58:56', 'SALE/POS2023/04/8136', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82f4453eef75e0d50125ff5360f60abc6fecd3df2be01febea3491bc5fd3b959', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8127, '2023-04-17 06:39:06', 'SALE/POS2023/04/8137', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7db637df8629da15d1fe7433dc769007d9dc5ac545ecce8c00d0a9a9b079914f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8128, '2023-04-17 06:39:30', 'SALE/POS2023/04/8138', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53e1aa8d2c47058c2ae4675a5f744b67710743652143b79fdca0c49d1e24f601', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8129, '2023-04-17 06:50:00', 'SALE/POS2023/04/8139', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a6da13d70e3096ce6c686a2f7d9955f4f643995e7dac5a8cdeb8a91cc8df829', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8130, '2023-04-17 07:00:03', 'SALE/POS2023/04/8140', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc502b4f2bb1e83bf23accb97929d5e4be611f45f373f4a03c05109de1a2685f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8131, '2023-04-17 07:00:57', 'SALE/POS2023/04/8141', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c546b72ef0cc34eb4f3631215ea36000781396a3a9a2177d7fd6084dc54a1f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8132, '2023-04-17 07:01:27', 'SALE/POS2023/04/8142', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66cff302a1bf85c582975dfae18b049485113bceb31e056917c0c8496895042b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8133, '2023-04-17 07:01:58', 'SALE/POS2023/04/8143', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10b331543cdd4c368076a77c3aebf4d4ab6577ed277730873199057a3d66f7f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8134, '2023-04-17 07:02:24', 'SALE/POS2023/04/8144', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '102eba2d6cd0f317581790dec8ecbcbb747256b6794f5815c4b976309c212f51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8135, '2023-04-17 07:13:09', 'SALE/POS2023/04/8145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '122.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '122.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '122.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d834f3acabac799473ef35cbef0eb4f5daa42696e7cc2a6bd56219585699eff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8136, '2023-04-17 07:14:02', 'SALE/POS2023/04/8146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47b1c1fe3c3fbedd07827ca5974389d843d809f0931623cbb95339160a6ad0b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8137, '2023-04-17 07:15:19', 'SALE/POS2023/04/8147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '46.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce1c78254871da5a975887b0524a31142396b23a308542ecd7f6c596be25470b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8138, '2023-04-17 07:16:37', 'SALE/POS2023/04/8148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a3d100fb9c056d6690bf3d88c45c0f585f91dbeb8aa1e1f61bfb6e024c0e5f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8139, '2023-04-17 07:17:24', 'SALE/POS2023/04/8149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98c13c7535637a2403e2cf5c42d723e6ff2fe98de44f2411ed5ed4c410a9ec05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8140, '2023-04-17 07:19:41', 'SALE/POS2023/04/8150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '261.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '261.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 84, 1, '261.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e766a9df4d717486d94dd035af4b3c39b4131c07b561466e3d04eff657ee64f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8141, '2023-04-17 07:20:57', 'SALE/POS2023/04/8151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '43.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2207872ac297a2e30f250c2f170658121c6d020531471dce0c1540aaafde57b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8142, '2023-04-17 07:22:55', 'SALE/POS2023/04/8152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0f61ef727eac0eeae862b392fae33fb8106907c0d99318b96dd8af593d575ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8143, '2023-04-17 08:04:41', 'SALE/POS2023/04/8153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b6aa35fbae63c11d8b34be1b6067da6b3d0548e9782ffce78b5fbbdd2cb8cdb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8144, '2023-04-17 08:22:30', 'SALE/POS2023/04/8154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35a967a9e19c10291a3dbaf10ba4fe405c136cae87c0e97510c62fa7c9f8f906', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8145, '2023-04-17 08:30:15', 'SALE/POS2023/04/8155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd207cdda4a67e83e90e75cf2a489c567fe867fac01e6668a36029df4c8953281', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8146, '2023-04-17 08:41:22', 'SALE/POS2023/04/8156', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd136278e604b7e30f394d764e2949163595e77cb711d9d8266c2f4f3c5e1239d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8147, '2023-04-17 09:09:14', 'SALE/POS2023/04/8157', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ed37a7f67ac4c33b3070a96546f982bfd896dc903b90820d5177088e8653708', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8148, '2023-04-18 16:48:56', 'SALE/POS2023/04/8158', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4873635cbbdf7db72e05137ba34f58d24b35cd56187aec90ae365cf66a3b9306', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8149, '2023-04-18 16:52:15', 'SALE/POS2023/04/8159', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '74.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '74.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '74.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df7ac1edc09df804fb22ae9061ef83d26510d9190151838a8e261897c220a196', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8150, '2023-04-18 16:55:14', 'SALE/POS2023/04/8160', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef12a079c440ee1f6e02ee387b7af35366b28fccc9c21f26887f814fa89477f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8151, '2023-04-18 16:57:34', 'SALE/POS2023/04/8161', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af151334c2debe04752d1fa879fb0cb5c28d0bfcb50c85dec5fe58ba9c7ca556', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8152, '2023-04-18 16:59:36', 'SALE/POS2023/04/8162', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f12a19a8434dd1162199988b78fb4df02e234f8803f9f39a4af01afb3cc4e678', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8153, '2023-04-18 17:05:39', 'SALE/POS2023/04/8163', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e392e07ecdf6d9d5715a9392d9f885a1b1269d498df25fd4532bcae429a21427', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8154, '2023-04-18 17:07:45', 'SALE/POS2023/04/8164', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5858baf0543c22a0afcc03fd836b5e30e131787ff613d0b387a7ebaecb9b55a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8155, '2023-04-18 17:09:31', 'SALE/POS2023/04/8165', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b561cdddb1deb77424ec38adc4f5d0562f3006e2bf8dee5358e2f6b7fdf1a306', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8156, '2023-04-18 17:12:25', 'SALE/POS2023/04/8166', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7255e203f910e9e2d7a95d97da0be46383e4eaf87c412bf01af741887b9a4f2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8157, '2023-04-18 17:14:30', 'SALE/POS2023/04/8167', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cc94c1bcaeea3ccca899ddd9128aa817670f1d066dd1449d15aa51c3dd5f905', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8158, '2023-04-18 17:16:39', 'SALE/POS2023/04/8168', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f6b68956a6eff2febf423fb998dc23e2b96615d1745a69c48e5eb80e322d558', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8159, '2023-04-18 17:18:29', 'SALE/POS2023/04/8169', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8cd430e7ce483646ad15786a7cc056e449570ec6a2c5891f7a5a1890deb7bd17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8160, '2023-04-18 17:19:56', 'SALE/POS2023/04/8170', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96ac534382947aa2eabe85f889dbb206bf39c45f010ba71810ccb0e9a3182ed6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8161, '2023-04-18 17:26:28', 'SALE/POS2023/04/8171', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95723278fd93faefc7fafa2966fbfc416ec066f8a6c47be5aecd4c0d5fe51793', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8162, '2023-04-18 17:30:05', 'SALE/POS2023/04/8172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12a7448d360db48bd75be5d54030405daf69e6a890d34724a17376fe6cff2cec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8163, '2023-04-18 17:38:30', 'SALE/POS2023/04/8173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '54.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e55e32f433d4faa2bb42ab081f46ae84c3307f789206da3f1f21baebe155e64a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8164, '2023-04-18 17:41:10', 'SALE/POS2023/04/8174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '92.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e83cb60c3e637be925c22e2b1ebb2f1b94aee731e47957fc02d04ea557bca65e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8165, '2023-04-18 17:42:51', 'SALE/POS2023/04/8175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '46.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1737448926687a963d1c7bcd32d770b560ac976ab5f17c99f4367873464344ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8166, '2023-04-18 17:45:26', 'SALE/POS2023/04/8176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6803cb1dbb40e454c1191a1131f68c01b5f71b25dc31a4988e088167b5de9ce5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8167, '2023-04-18 17:47:08', 'SALE/POS2023/04/8177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0a518b52997a9ff9b8b7ba55430caafeccc27891d2994d35a1ab93699640d75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8168, '2023-04-18 17:48:54', 'SALE/POS2023/04/8178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f7fa18c7f58666041d1d21c4620a5c15faaae6c31afd2e56104544caa6d42e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8169, '2023-04-18 17:52:11', 'SALE/POS2023/04/8179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fa1eefb5f7fcafd03486b6360f58736d7f812564929f115604dbb590bb1cba0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8170, '2023-04-18 17:55:41', 'SALE/POS2023/04/8180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f3b5657f6a68ff11724de6afefc1a349de5129be60e6baf2840817313a006fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8171, '2023-04-18 17:57:10', 'SALE/POS2023/04/8181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfe511b9aa926115377cfae141a7adccfcc0ddb2cdc659c4dab103c64593b9f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8172, '2023-04-18 17:58:56', 'SALE/POS2023/04/8182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef8dda1f24855bd887645b5ab889592d597d33589a684e700b92b92553611ba0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8173, '2023-04-18 18:20:04', 'SALE/POS2023/04/8183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b44eb702f5f66d5def47b5b2a7ab4f604881156898711b8e872b146bbaab127', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8174, '2023-04-18 18:24:07', 'SALE/POS2023/04/8184', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5aed9a2e5fca8fffd155a04c4a0686d4f230a9e40da24049bc9626c536ef88a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8175, '2023-04-18 18:30:32', 'SALE/POS2023/04/8185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90b46698812e6ee8d911a12ea3e18e413575a7f19705c93b1566cd532b31cfdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8176, '2023-04-18 18:33:47', 'SALE/POS2023/04/8186', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e50cd6af9f685c5c2cb1e0b08068280df85c0307f707e4ecb17739489ac51403', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8177, '2023-04-18 18:42:55', 'SALE/POS2023/04/8187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cd3e88a66823962f433a0a06fbdaea2935dd20b14c40b2ca6149059a9dbfb62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8178, '2023-04-18 18:56:27', 'SALE/POS2023/04/8188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '859b72e639ee5f02d5b24e7f9758f37baaf4d33146742f82011eb727501d811e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8179, '2023-04-18 19:08:15', 'SALE/POS2023/04/8189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b808d7bd353269ca63f78019bbcadfcaeb952b7d4469ae7898c7d35a95b4b7a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8180, '2023-04-18 19:45:22', 'SALE/POS2023/04/8190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2eac654ad3d2c8b6fa6733aa2f0f165df7517448b2542d478bc2f39cf6e48133', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8181, '2023-04-19 05:36:08', 'SALE/POS2023/04/8191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e44b1e469e7a662ffd1decdeab9cafae837d3a1833360801240c2f196230370', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8182, '2023-04-19 05:43:20', 'SALE/POS2023/04/8192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '285214e1bd7366466aa6f0890c4a9f6b57dfb5fab700f118f479ccde3bc92a64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8183, '2023-04-19 06:13:49', 'SALE/POS2023/04/8193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98ee272deb3c678624aa5dd0a9d050f35b97e23651e6d56e62a3a9c9aa250f2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8184, '2023-04-19 06:23:45', 'SALE/POS2023/04/8194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f119cca66ed925f137078d4d940ec0d92ea0b28bc8e70d200426dd2e4acfa23d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8185, '2023-04-19 06:41:43', 'SALE/POS2023/04/8195', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3808e39ac5acec9d05a85b4f6ed1062d3a97af7012119c89dc17c5e7253716e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8186, '2023-04-19 06:48:09', 'SALE/POS2023/04/8196', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '294.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '294.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '294.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd76193225c6764ff13fe64446d060ac750f6f0f791f2b2c738e97e06c55c1ad4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8187, '2023-04-19 06:52:22', 'SALE/POS2023/04/8197', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db02c85a7a6f25d51f69ba70e9820b4cc886b6ddfb8f2a58d74b54cd703340eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8188, '2023-04-19 06:56:15', 'SALE/POS2023/04/8198', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6cea0814f06c2116e3ec8ceabadc88dc446c71e2667a3f7ce8522c636355d0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8189, '2023-04-19 06:57:17', 'SALE/POS2023/04/8199', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1381126435679498acf6bf7c374c329efffc02fc1388d9bf40f2b7d79df0be4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8190, '2023-04-19 07:00:14', 'SALE/POS2023/04/8200', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8af652793f1705124e81d7a68f07cbf7c55d0e1612bf6f6303b94248eb535838', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8191, '2023-04-19 07:08:37', 'SALE/POS2023/04/8201', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3aa104a0f0d92190d48cfcd45e454a04bf4c7a28e4ae3e2496685ae3505389c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8192, '2023-04-19 07:11:25', 'SALE/POS2023/04/8202', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8b7e98301b6abbb7ebfe2b2e18aa07028833b16bd8de025d6dc6224eb23dccb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8193, '2023-04-19 07:12:17', 'SALE/POS2023/04/8203', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3683725b017681e3160ef92b3df28a1138c670fc0b50430538597174040a09d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8194, '2023-04-19 07:13:23', 'SALE/POS2023/04/8204', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31a9f97749c140ff816f9f61e058a6ca6ae8588d30dbb8a0e6fe7d9a1455cf12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8195, '2023-04-19 07:14:28', 'SALE/POS2023/04/8205', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f83fe85e2f9eec4a972a2270aea47a9df9da822850d21987d14e5735bb2ae623', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8196, '2023-04-19 07:15:02', 'SALE/POS2023/04/8206', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58ef2c16f9cc541023dff75034cbc696ad658ceca41c23d7a3bbf6e1f3b2f01f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8197, '2023-04-19 07:15:43', 'SALE/POS2023/04/8207', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f7435b2564fe789e5b743a6aa83453a0bb83ebf94017a5b7c22bfe4e9f7bbc8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8198, '2023-04-19 07:17:23', 'SALE/POS2023/04/8208', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83cbfdc719847f87ecb6f02bd84c3b438d9883591f139e2792b6eb465efe79c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8199, '2023-04-19 07:18:58', 'SALE/POS2023/04/8209', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51452b1c6c4c8a6b7dbea4f511567677ddfd041948e2c28d0c625fb4da1b9912', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8200, '2023-04-19 07:20:57', 'SALE/POS2023/04/8210', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '52.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc8d9b8726553e0d75d52c8be127549ea4f848f394a87226a39db445717bf65a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8201, '2023-04-19 07:22:54', 'SALE/POS2023/04/8211', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a6c546671365e359848503ad879547d9e01b4803a358800c2c7f0200b958a7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8202, '2023-04-19 07:23:49', 'SALE/POS2023/04/8212', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb856de3f373d00ea09c1ba944e9207f2c4d04c4842d0b0f44a9a53af592cbcb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8203, '2023-04-19 07:27:06', 'SALE/POS2023/04/8213', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9264ee6990b0bf14b2a5ddf3f238e44d93c3c10d72b07bee50166014692cf828', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8204, '2023-04-19 07:29:28', 'SALE/POS2023/04/8214', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1049ebff34e23728be8e06be6ff0612855b66b73b5533a6747f2853300c07032', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8205, '2023-04-19 07:30:00', 'SALE/POS2023/04/8215', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0209f3f2304daeae50cc2e7ff5ed6bd6635809640776f6a13ae43f2ac0a7238f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8206, '2023-04-19 07:31:57', 'SALE/POS2023/04/8216', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6edf9fc99862fb08cfc0b49a6b005d0d000610c428ef775b7c945f08dfd37c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8207, '2023-04-19 07:33:44', 'SALE/POS2023/04/8217', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89af354c857f082eb265262b2ff7094ecd3687ba10bdc7f7717cd214ceae9909', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8208, '2023-04-19 07:40:19', 'SALE/POS2023/04/8218', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '209.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '209.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '209.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f496e71b73dad688f438bf60d17d1267ceac6601197913605431552820620155', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8209, '2023-04-19 07:50:07', 'SALE/POS2023/04/8219', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f813caa1f764df7f39b2000d2e6ddf79483a82c6eb859d7b193b4625f70e6fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8210, '2023-04-19 08:06:28', 'SALE/POS2023/04/8220', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22879c86446522223e4002e20ee2f2c325b38fcc9e5c9043b90fc008a90e881b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8211, '2023-04-19 08:24:14', 'SALE/POS2023/04/8221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '285.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '285.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '285.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7defe84c15350a78ce2368d895c7bdc88844a33815798052ac0a0818a2045ec9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8212, '2023-04-19 08:46:46', 'SALE/POS2023/04/8222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87c6241de98d09cf89c5249900cb8d650266290196e0085f4623b220a20d3028', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8213, '2023-04-19 09:51:23', 'SALE/POS2023/04/8223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9160732613c271c57e176fc1d63cd41c315340faa7b1ccf96344146c1b90cd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8214, '2023-04-19 09:56:02', 'SALE/POS2023/04/8224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ada01456cfcca9c01bb2759dba080d623bb0a509dba0353a9c876203ce94c85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8215, '2023-04-19 10:10:10', 'SALE/POS2023/04/8225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '731b7e0222c8279fd35c666e412d1f526f068fe26d5ba529c3a1d967490043fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8216, '2023-04-19 10:41:52', 'SALE/POS2023/04/8226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c3961f119066a51f4e5736d66c048b988cea252ab5eebc7418969818625c107', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8217, '2023-04-19 11:28:10', 'SALE/POS2023/04/8227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd77cff927e5a730f30bf6ed408e29a2b1846ae673be122f818b39428aa998fe2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8218, '2023-04-19 11:43:39', 'SALE/POS2023/04/8228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '296c65ce44712a6e18e06734382ebf7b2be8d0849ee772dc647b095d3879e037', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8219, '2023-04-19 11:48:25', 'SALE/POS2023/04/8229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce11457144038f1fb9595ce1a7f975e272ae4fffa7588ee45dd474954f6f2d15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8220, '2023-04-19 11:54:35', 'SALE/POS2023/04/8230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd297a19146c600e0e494323915f84d8170caec1734e4fc72a2b8f82942abbc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8221, '2023-04-19 12:26:51', 'SALE/POS2023/04/8231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9df322606d6a6c2b01a2600be50f0f04ec51720bbc1bde70beee87a9ded193d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8222, '2023-04-19 13:37:38', 'SALE/POS2023/04/8232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86436c19622772b185c26f8c1f70787cada7b5c4efd7f17d28a3e76f06dc9caa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8223, '2023-04-19 14:04:51', 'SALE/POS2023/04/8233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52f108240b589a37bf025260d4a4be47e6420a55f9339cd724c536e9bdeb7c22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8224, '2023-04-19 14:23:56', 'SALE/POS2023/04/8234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '872dcd6126eadeb9922e1b2b4395aeeb390e512ef690ffe2b3c4cd0767a4c832', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8225, '2023-04-19 14:47:31', 'SALE/POS2023/04/8235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cac17b791b7f9c5ebc91b1145b1004a72cad2d521be1b597cbaec5fcb1ee726', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8226, '2023-04-19 14:52:14', 'SALE/POS2023/04/8236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f59e2025155d12a139eb977f039da04dbae5e7e5f8f88d317562e73cfd5f870', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8227, '2023-04-19 15:16:51', 'SALE/POS2023/04/8237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '279298585e72f6551a95f639573726c096f4a2794a117980527255c64751a4be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8228, '2023-04-19 15:47:38', 'SALE/POS2023/04/8238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '578d4994977062bad912d149871af5c37057167fa38e451a362b10f7aef922c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8229, '2023-04-19 15:57:26', 'SALE/POS2023/04/8239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15878e67d293ec9a85811b3d69d05aa5ce49bffe0b89a10fac3ebdd1a14ffdc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8230, '2023-04-19 16:13:51', 'SALE/POS2023/04/8240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95bbdc9c6730f98dd1222e4da348021e133bdbe738e45b160ea6ccf82e9ea660', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8231, '2023-04-19 16:14:45', 'SALE/POS2023/04/8241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33f4c079672be0514f3c1d565ee5f5cf8b4a66826439249f42f8154dd94e2364', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8232, '2023-04-19 16:18:06', 'SALE/POS2023/04/8242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38d0fcc77b45fd0f35fd8eeec989f759ffb5323d20b424ec41db2220e80f93b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8233, '2023-04-19 16:52:09', 'SALE/POS2023/04/8243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '893c99935aa041bd55a1dd7625dc2f905df38d460213430b24d08c828419baa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8234, '2023-04-19 17:24:45', 'SALE/POS2023/04/8244', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '752a2a3473b167a764746091969597d8eff00cee23aa2a57f76acdffc129f5a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8235, '2023-04-19 17:30:39', 'SALE/POS2023/04/8245', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fab31cca595417ce19df543983ab80add40bef886a9eb498581a4ab1f9516819', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8236, '2023-04-19 17:54:24', 'SALE/POS2023/04/8246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7610d65b86a5772cad0b62ed1e06dcddb33f50606ce8c3bb90ee04c31d87487b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8237, '2023-04-19 17:56:28', 'SALE/POS2023/04/8247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fea179954b73fd8417d81c9245ee87ccdcba6fe6d12ed66b51805146a5351f17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8238, '2023-04-19 18:07:13', 'SALE/POS2023/04/8248', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f486d8140795977d8ece95cd9762295fb654755c16c3e378fac32ea834be3941', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8239, '2023-04-19 18:18:55', 'SALE/POS2023/04/8249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '042a9ff13caea768db04093b78093e23e4fcb7d44664349257a1b0b8eac627d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8240, '2023-04-19 19:00:35', 'SALE/POS2023/04/8250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9094e2964b8d1176a5b0b4d42ebba3fee2565758c5a776e9755dbb4375ae8a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8241, '2023-04-19 19:10:21', 'SALE/POS2023/04/8251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48705b5705cce8b5f2be07755a844bc316b8b681c9035b2b969fffca7239b0be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8242, '2023-04-19 19:16:29', 'SALE/POS2023/04/8252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99a121c5eb67934166d101acd3af8ec3cec495c39c22a0b7a7eee60767e9f85e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8243, '2023-04-19 19:19:46', 'SALE/POS2023/04/8253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ecb70fada7d569160a1cb605da73cc449c5eea83e2c0c2a32881a7cfbfd66d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8244, '2023-04-19 19:49:25', 'SALE/POS2023/04/8254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0f2fb3a279e3a3591c0ecbf36734b4eacd0b3c96028c57bc6bcb1797958e033', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8245, '2023-04-20 06:30:11', 'SALE/POS2023/04/8255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '125.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '125.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90242a4cc7353c14c0e62a99e97f93b6319da24c1429fb8f3570bf9295432c7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8246, '2023-04-20 06:35:39', 'SALE/POS2023/04/8256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8713cd035641d17a0f2636d73583e811bd992300042401e2af0c31bae7c8b2ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8247, '2023-04-20 06:44:38', 'SALE/POS2023/04/8257', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48e7cce5f512699c4f96ac9fe142f4d56046a62433158a7cdedd82a8ca200904', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8248, '2023-04-20 06:53:36', 'SALE/POS2023/04/8258', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '45.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfa585893371978a85f51e70444b8edbd652bd846b765e97c4d0b8c2c4cea819', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8249, '2023-04-20 06:55:28', 'SALE/POS2023/04/8259', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4db522f7be909f0feb76b848241ae2b4a8df6ffd4a3e613047df7d07d5bee2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8250, '2023-04-20 06:57:02', 'SALE/POS2023/04/8260', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfe84b98555548f7ded0356d2b8a2a2eabae6a9f141b733426539ed71888b924', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8251, '2023-04-20 06:58:13', 'SALE/POS2023/04/8261', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c551204dd49781882560a62032c615ac4be11ae874a9cefd087775a3206ac036', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8252, '2023-04-20 06:59:18', 'SALE/POS2023/04/8262', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b26e42f5e91da09c04b68e61f2b483f8e4856e424a48e7b88f7fd8b001de5f33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8253, '2023-04-20 07:11:29', 'SALE/POS2023/04/8263', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89a1a9ce02477d399d8c8e7188d80e2d8e9d32153c247dca3bb05ae38d88fb49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8254, '2023-04-20 07:53:00', 'SALE/POS2023/04/8264', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3442abfaf4a1ef6b0f3d301cd1c167cc57ff43d3c98a07310d4ab16b551b6ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8255, '2023-04-20 09:41:56', 'SALE/POS2023/04/8265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10fb5adb97bc12c93f60d86502e878c7812374fb75605760efbe02b3f82a6573', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8256, '2023-04-20 09:43:13', 'SALE/POS2023/04/8266', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8d57699f6c7c20a4918e805d6b087e3380d81686c8ea65274dc056f100f9bf7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8257, '2023-04-20 09:52:25', 'SALE/POS2023/04/8267', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c15cf92300630992b3490414def677ad23a2e2b039c733d94cdbdb9dc827a954', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8258, '2023-04-20 10:12:00', 'SALE/POS2023/04/8268', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb46602e6cd05fa4e83bce042d5125c72536058376e50edc8d5ee097b7a72a02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8259, '2023-04-20 10:38:13', 'SALE/POS2023/04/8269', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f9c995c467fa2f2a363acb9bf7c6b2dde91d73634ff123b115cc252dba2da17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8260, '2023-04-20 10:39:05', 'SALE/POS2023/04/8270', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a2387b23a857c48d79be5a616053eb89a6f8e0c08fdc8e0a1e0fc3c7ac27d53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8261, '2023-04-20 10:41:39', 'SALE/POS2023/04/8271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '346bb99776a1485bd40db2b118eefd5bf15936a6c62be74b634adccd9d87c3f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8262, '2023-04-20 12:07:38', 'SALE/POS2023/04/8272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dec066b9142356839ffd80ff5416fba215749e9db7b2d06245de40f613dd1d0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8263, '2023-04-20 12:34:23', 'SALE/POS2023/04/8273', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 51, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a2ea9ee0ffd0ce6df30d228f9e2012a62a1aa08b59f6913735de5cf90964faa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8264, '2023-04-20 12:35:22', 'SALE/POS2023/04/8274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fc6d755513ab5c873b5187034d2aafe2c392d6b17c6ffcb7d9cf0325939db3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8265, '2023-04-20 12:55:11', 'SALE/POS2023/04/8275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9dcbe8b28795760890c93f66e66483ff263ebe3f4dee98f58972549957c1af3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8266, '2023-04-20 12:56:27', 'SALE/POS2023/04/8276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff67729fe58d562b5585b761dbebade261b128529a3abcd16acff9172e8761e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8267, '2023-04-20 13:20:58', 'SALE/POS2023/04/8277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fc22df66ebbfca7bcb8056d522da6b694c9c8308a783fd6c502230540bbf5f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8268, '2023-04-20 13:49:08', 'SALE/POS2023/04/8278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '102345bd5265bfaff172b3e507df76ad6d6025fc76b8c4ae8271dd8669a02c90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8269, '2023-04-20 13:56:37', 'SALE/POS2023/04/8279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95ffe13f0fe6670c260f3c5605bdc17c9d88be9e93bab0bb951ee2fa0789906a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8270, '2023-04-20 14:14:20', 'SALE/POS2023/04/8280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44793a14b4fc2a6f0cf14fc217d5ead437e55e794bc51a884364237a4131b220', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8271, '2023-04-20 14:29:01', 'SALE/POS2023/04/8281', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2088a4fe8f959b96e3add808267b593ee7dbdeb93ad251929578f4e0cdca858e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8272, '2023-04-20 14:31:48', 'SALE/POS2023/04/8282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2dee3351211a92da4a59247b64feb3045ef0110828fdb9c9f3be99010965cdac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8273, '2023-04-20 15:11:03', 'SALE/POS2023/04/8283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5be195b5291c2b342654fbe81d0798a6a8fc0396cb2b79728740a107101a5e16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8274, '2023-04-20 16:00:31', 'SALE/POS2023/04/8284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de1db179d0f4c6dac3cdc08bda0cc4152cc4fb17963190ae64c1e9fc7a2a1bbf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8275, '2023-04-20 16:40:56', 'SALE/POS2023/04/8285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46411b1cbadb8eaedb33b62279e976a9e9a81f3bf697ae60beb6a46076027a7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8276, '2023-04-20 17:11:17', 'SALE/POS2023/04/8286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9bea0938d6ec3b6b83857106353b02d298c82b05ba10629fd00478bff96f20ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8277, '2023-04-20 17:13:45', 'SALE/POS2023/04/8287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3032cae08ed4b977a63d23af0881f5ea0f5a41018b5e31aa4a1ff80b941b9e8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8278, '2023-04-20 17:33:07', 'SALE/POS2023/04/8288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2f03f07d6af8a7f71b92a992749a5e6629b3781a0aeb1e3db51e723e1936f91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8279, '2023-04-20 17:45:16', 'SALE/POS2023/04/8289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3843d920a8d05f7591b5fa68801f4d69fd7fb346c54c6c1bb2fc3f0af4b47e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8280, '2023-04-20 17:46:33', 'SALE/POS2023/04/8290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e62653c580221b067314439bf172cdfa36750e0ca8aaca05f4c7ef2ca180ff1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8281, '2023-04-20 18:54:26', 'SALE/POS2023/04/8291', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '375a0aac226976f9857100728db208d06a0796ca8a1e9a7400e9c8f2ebab1cba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8282, '2023-04-20 19:09:59', 'SALE/POS2023/04/8292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '016789c9f3bfb70096f5156fbdc071913583a4616c8b280b170cd8f687311486', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8283, '2023-04-20 19:24:20', 'SALE/POS2023/04/8293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1a5675d77dd6e99c70c03dd2eb53d0f1c64ff8fe19bb44cc4ed703757305244', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8284, '2023-04-21 05:27:45', 'SALE/POS2023/04/8294', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ed504dcfb9555e7578192a7f2fc80768735abcd3032fb62db58395e016851e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8285, '2023-04-21 05:50:48', 'SALE/POS2023/04/8295', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff4028dcc74e5188fb413f35ef9b1f752f40794c1e69f5376b8903dfc4a53c4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8286, '2023-04-21 07:03:24', 'SALE/POS2023/04/8296', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2504d675d5dbb1f62bd5dc5427deb4fc28b4d4ce4f84d2967cbe9f60a4411314', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8287, '2023-04-21 07:06:16', 'SALE/POS2023/04/8297', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '77.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3b4dbe6e9f510f5e76a56eeccc8d4648f191ffbcc96f7f2459d8f34587f90c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8288, '2023-04-21 07:06:57', 'SALE/POS2023/04/8298', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d13ecae8a81dbb226849e2ae56182ac0362eacbfacfb42496a9972dddbd350f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8289, '2023-04-21 07:08:09', 'SALE/POS2023/04/8299', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2d3e6f5286503da0398b1f7a04f9c4be90a7f4a785755eb9fc11efe1fb8c95d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8290, '2023-04-21 07:08:52', 'SALE/POS2023/04/8300', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0993fa10e25d5bdf94d30fea0a80720aebecac151b59874009a39c6548e7e3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8291, '2023-04-21 07:11:05', 'SALE/POS2023/04/8301', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac8da0b3a60289fb467e54493948b84e1f86e9d29cd5b5a354877492fd458fa1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8292, '2023-04-21 07:12:38', 'SALE/POS2023/04/8302', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7529e5cbaccc60750b82799f89568948a971a24d6e148840dbcfb99b4289bd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8293, '2023-04-21 07:13:14', 'SALE/POS2023/04/8303', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c49cfa7147a9cf475b74cf0e0e1116be1545edcfd6783a97315b121d3ff2ac3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8294, '2023-04-21 07:14:56', 'SALE/POS2023/04/8304', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94944df39316b081686dfc66ab5b86efd1dd3d19a6281bd98b2bc0c107bebdd2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8295, '2023-04-21 07:17:53', 'SALE/POS2023/04/8305', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'affe685a6ea0c0af09cd3a634fa6fd090eadbace9533a149e3aa20afbe457349', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8296, '2023-04-21 08:01:46', 'SALE/POS2023/04/8306', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07310dce071751dfb49e6ebbe68858fb3d50eac5458a684cee37d2dd310a6ee1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8297, '2023-04-21 08:21:39', 'SALE/POS2023/04/8307', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c042e94d80f0eda622e0d8fad09f990f7e33c909e157ce7edc38bcea0e8093a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8298, '2023-04-21 08:52:14', 'SALE/POS2023/04/8308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04eef30dbfdec41f39e8707ff6a41296a2147e1801cafff44dce1946cfd3f4d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8299, '2023-04-21 09:07:17', 'SALE/POS2023/04/8309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fac761823728b860bdc05e27d09997e81882ecfa114bc66344f06ba3af55f8f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8300, '2023-04-21 09:14:51', 'SALE/POS2023/04/8310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '825f54d2693d5de4f9c6f0aee8913138cada5fa2852a4d1e38ebc7c023fa6430', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8301, '2023-04-21 09:17:53', 'SALE/POS2023/04/8311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffece0faf9a4137f2dba1101eee1324c6cc5c37c883f5f3d663fb04f04520f95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8302, '2023-04-21 09:18:58', 'SALE/POS2023/04/8312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90003071a64e0e36e2a4ab12ccb955ffd618708a82609841282c2fc62ed99c5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8303, '2023-04-21 09:25:25', 'SALE/POS2023/04/8313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89515043d28c69998ccb9b65e3ef95ae2cd477f743ce5d5a31cca1852c0b0869', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8304, '2023-04-21 09:32:44', 'SALE/POS2023/04/8314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b3ba11211cb0933cce8be3130f68fa230af0ab12efd520f8f1f636b4956011c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8305, '2023-04-21 09:39:01', 'SALE/POS2023/04/8315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4059060cd1d23ff64481d2120568a6a1ce527c083965d7f27309a379a4ead065', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8306, '2023-04-21 09:42:12', 'SALE/POS2023/04/8316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '967cffddf72634aab26c3bff2a9a451b8f3ef5c4dbc2162169919344126afeb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8307, '2023-04-21 09:49:45', 'SALE/POS2023/04/8317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b8d409aa6cfe9660e9527f22e697c2fb485ecb15cc7d96d973abe439b368234', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8308, '2023-04-21 10:01:23', 'SALE/POS2023/04/8318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8b586362ea4cb7cdba5617646de909a8b17b433aff63f7b107646ca339813fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8309, '2023-04-21 10:05:07', 'SALE/POS2023/04/8319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d04128797108516940d744883745b94aea8d7f92c4a661d68c11dce4e698f44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8310, '2023-04-21 11:10:42', 'SALE/POS2023/04/8320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a28065023fc11e425d1c11f886736fe944a21516f5bfe71969c2f435eb97bd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8311, '2023-04-21 11:55:00', 'SALE/POS2023/04/8321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '695187349d1cbc4c4355566781858a8ba6b34084cbd3b0f856f69d35b70369cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8312, '2023-04-21 13:07:02', 'SALE/POS2023/04/8322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7d68783b750e2e8a97f4ad3535e227dcca7adea18e90ef6267877c11c82b834', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8313, '2023-04-21 13:40:39', 'SALE/POS2023/04/8323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5893778cd8db6474378713e0671b53600cb7fe56f88298df826e73ae47f2a2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8314, '2023-04-21 13:57:19', 'SALE/POS2023/04/8324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e3695b97a8ae13675b467fdd8826e1a717b0704b88e43c9d38a937e8435abb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8315, '2023-04-21 14:42:29', 'SALE/POS2023/04/8325', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd835dec254468f364b24e8af49a4248909af338deffccf52577b2e2aa3407ce8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8316, '2023-04-21 14:50:56', 'SALE/POS2023/04/8326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18613ea44fcf9a4f02df2d89e201f36a672a2fc2f70776d775106ef6bfedd56b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8317, '2023-04-21 15:05:11', 'SALE/POS2023/04/8327', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e5dd4904101528bd05ac07bbddf229e40727b3706b3b4063ec3d2fd30353557', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8318, '2023-04-21 15:05:53', 'SALE/POS2023/04/8328', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61a772db8e6c5afad70f08f375f352bebb21cfe6d20433296c6111d2c2b2e9a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8319, '2023-04-21 15:08:36', 'SALE/POS2023/04/8329', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd653f3239ecda785aee69659e25404e1c53f86a5546ef3d86c6ad8359deb50f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8320, '2023-04-21 15:24:24', 'SALE/POS2023/04/8330', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44966dee7f1cd54082de12a712bd1c4a084f3e9f5e9e641fae3def47fdcb1464', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8321, '2023-04-21 15:43:21', 'SALE/POS2023/04/8331', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c71850d4d5d56ce49636e3ecb9557e291d26ec76e2c35e78cf2fe96a4a00b674', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8322, '2023-04-21 16:42:53', 'SALE/POS2023/04/8332', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6414da5a17940498817273da472d0414676210806e904678481145637450e3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8323, '2023-04-21 16:52:07', 'SALE/POS2023/04/8333', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '085384e4831490b7fc9177790fd2aef0c9b1e539118cddf4395a897777d3d5a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8324, '2023-04-21 17:12:59', 'SALE/POS2023/04/8334', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b41e8ee10e66d7ca8c3ef813251337f3d6b4ad857402ff5287d666a9ce09b08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8325, '2023-04-21 17:41:51', 'SALE/POS2023/04/8335', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b2ba30eccf8fde7524a237b80a6895898608551ffc732ea2b3791cbe5dd2783', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8326, '2023-04-21 17:50:06', 'SALE/POS2023/04/8336', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6aa30536f5fe8dab4e24f188b4a2e66712f1ba9d82faca871762a55b3e5467d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8327, '2023-04-21 18:14:02', 'SALE/POS2023/04/8337', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd48118c7db0b17e8c0a1d40cdf202407d8caf5b83f20a4bc7828b9c25d085957', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8328, '2023-04-21 18:17:09', 'SALE/POS2023/04/8338', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74af6ba8e3cbc70f278ba14473daae39c885e893a99c4897870c009340302395', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8329, '2023-04-21 19:19:20', 'SALE/POS2023/04/8339', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fa94fed18d8cc72ea5a95722454dca977690d52d4dc9b7cf82b181cdd7efeee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8330, '2023-04-21 19:34:26', 'SALE/POS2023/04/8340', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a20952f3f6dc93f0798eed809b885562b21e287faf3c84526263405f56fc149', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8331, '2023-04-21 19:43:01', 'SALE/POS2023/04/8341', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3eb59f6c209a0ebb1f3a3cc26f64628accbb75de9f38870efcd46fd8145d6bc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8332, '2023-04-21 19:44:56', 'SALE/POS2023/04/8342', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ceb59eead2895c8048e8459092cbbbc4d8237b4f58accf35157629a4da10e47b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8333, '2023-04-21 19:48:53', 'SALE/POS2023/04/8343', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8c94dfe8c16fed38f8bd73e78a2224c1cb62c70d663f3134f9ce1440948fbbf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8334, '2023-04-21 19:53:31', 'SALE/POS2023/04/8344', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '074e6bd4dc8cb7d5e71bcb0bf847225674775b5b138ac3909fa32f40f01d5997', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8335, '2023-04-22 07:41:12', 'SALE/POS2023/04/8345', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '955c8353ca745dfe7a858ddc942881af5a85660386eb9f575cf20e42201fb0d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8336, '2023-04-22 09:59:55', 'SALE/POS2023/04/8346', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8895e174f5050728a79d1592ca6985bd69444793b9f0ed7204467265118b9e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8337, '2023-04-22 10:13:58', 'SALE/POS2023/04/8347', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6c742f9a5e7256986121bd56fe166724801f1a7516221bc12e7962648373fe4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8338, '2023-04-22 10:36:16', 'SALE/POS2023/04/8348', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d2ccfc83ec74c5821476d0278b9d50781f7f24e25dc4c95208a6131346ad3ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8339, '2023-04-22 10:44:35', 'SALE/POS2023/04/8349', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d5aafa10ab7c26d15bd1f43bacfdd32bc85bb6e9e21f552c835f7e2c3e0961e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8340, '2023-04-22 10:54:25', 'SALE/POS2023/04/8350', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a654c39ba71b1f58c95b7677883619bc89a8e3d9586bc7d3489a7852e46160d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8341, '2023-04-22 10:58:02', 'SALE/POS2023/04/8351', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46f01a1636a7e7f8e66d9b49e40341cc1329b635cf6ab70683c57395e8b3737e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8342, '2023-04-22 11:29:00', 'SALE/POS2023/04/8352', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c81dd000ed21eb0921f8ca8a00c8ace39c86ccbbae54c2333fe33ef5f6727fbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8343, '2023-04-22 11:39:52', 'SALE/POS2023/04/8353', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d08ced05f773a1c524a423ddcd677e0755f5e0036c7a236d34e987dbf24c5be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8344, '2023-04-22 11:41:22', 'SALE/POS2023/04/8354', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '188.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '188.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '188.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87afdadbc11092ca73a51a8238da347918d96f5be37a0773f9197a7bc787e6a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8345, '2023-04-22 11:42:46', 'SALE/POS2023/04/8355', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '44.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8264e73756cf63addff65c52ca1f44ac94aa762d2b7a6be11fb8f2662701084', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8346, '2023-04-22 11:43:50', 'SALE/POS2023/04/8356', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2438b9f1856effee224cae4c767d01cf9732c1d844a20f1ba2c655f63a20302b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8347, '2023-04-22 11:51:07', 'SALE/POS2023/04/8357', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3577a017ba193c6904614e2e797aeea49db2ddeb4f6f57b2ff15c127178c4a70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8348, '2023-04-22 11:59:31', 'SALE/POS2023/04/8358', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50c7f7196f2d2b7c6c71439fbc366cb6b4e4a7a4254f2d85794abe1e5375a7cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8349, '2023-04-22 12:03:29', 'SALE/POS2023/04/8359', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09cdc0420e3e1e195e46bc8b487001aec19a0be7ddbda71c11fdd38e278f79a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8350, '2023-04-22 12:24:42', 'SALE/POS2023/04/8360', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ecff90e069010b592ba98b56adfd7abed0788873edf182f8c926991c996f3af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8351, '2023-04-22 12:34:50', 'SALE/POS2023/04/8361', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36402ab1028b98e3123b39f6ad00740d37a38d52f66ec7309abe0af0388702f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8352, '2023-04-22 12:35:56', 'SALE/POS2023/04/8362', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '142a695890271e46b24eeb5796443f1da99b99ef3f25fa12622670fe215f57e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8353, '2023-04-22 12:37:43', 'SALE/POS2023/04/8363', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '62.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a90b2b931e9097136bb839ff643e24a75f261b0abc9fa7321b3279c90e005237', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8354, '2023-04-22 12:38:13', 'SALE/POS2023/04/8364', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0aeb11f549570bf33f36446fc2cece8c133dcb1f67ca883c208ead3100475bac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8355, '2023-04-22 12:41:30', 'SALE/POS2023/04/8365', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1bddeb13d3d1a977514492f1ad69c1b5505134152fbb63e1789505946b6596c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8356, '2023-04-22 12:42:08', 'SALE/POS2023/04/8366', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb1b2f7a3baeb10ef970ff6bad783c6155dd21667e747b09741e5cb368545703', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8357, '2023-04-22 13:19:08', 'SALE/POS2023/04/8367', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c4317fc473174010984eba93318dbbf9acfda4dfe48b7066e46754c942efdd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8358, '2023-04-22 13:54:43', 'SALE/POS2023/04/8368', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa9ca6e5b8a49acc286d1517d9be1a1a416343f9666b1048eac668e5f11ded69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8359, '2023-04-22 14:20:58', 'SALE/POS2023/04/8369', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d1a97727ec695cec8dd4b45b2ea93a9d07774f252e0c67eec051602125add6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8360, '2023-04-22 15:03:55', 'SALE/POS2023/04/8370', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '425863477072c07060ffb2eaec6a3abbfb9ee63de1f20b315bbd059d4ca0e274', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8361, '2023-04-22 15:19:10', 'SALE/POS2023/04/8371', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82b8a6b2bc862f7905b2af6e82e0687977f8ec3fc23c32ca893f6c2e0afce7fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8362, '2023-04-22 15:47:33', 'SALE/POS2023/04/8372', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bf9e980b5da12aa984212a5fafecb8b3861fc76ba07fc7c634c2cc72e8768a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8363, '2023-04-22 16:18:14', 'SALE/POS2023/04/8373', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '108420c6dda8130be9691cea8b3808205b0dc4c2983e17115b216305ebd06248', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8364, '2023-04-22 16:36:45', 'SALE/POS2023/04/8374', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd12d188c4643bd6b11e2a3935e6083563286b2f878072a8162120240dccb13c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8365, '2023-04-22 16:53:51', 'SALE/POS2023/04/8375', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36e8baff51379c861c3819d9c72663eacf5f837ee0d7850fad47e78ad282bdb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8366, '2023-04-22 16:56:27', 'SALE/POS2023/04/8376', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d02259204fc530712af4d8b4d416abd4c0100f3f9a76fe6f912df5ab6bdf1af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8367, '2023-04-22 16:57:29', 'SALE/POS2023/04/8377', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7abdcab1e9c07ae32e868de73fe027e15e6c65592da942fb25e767fcb5629186', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8368, '2023-04-22 18:07:59', 'SALE/POS2023/04/8378', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f86daded4b96b28611e601c9a3f99bf9e1342b784ecb716f966ca190a84dd92c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8369, '2023-04-22 18:17:02', 'SALE/POS2023/04/8379', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7899800e4f1ddf40a4b408f4843ef910d1e228d744e9689cb6c093267069dc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8370, '2023-04-22 19:05:47', 'SALE/POS2023/04/8380', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbfbe0b37e2cba86935589b53bb2d2ee9425ddbc2c7b7343c75cc4f7408d428d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8371, '2023-04-22 19:17:48', 'SALE/POS2023/04/8381', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f558538473622cd2c1d2567ecc5f8142d0cc0ad78d4ff75488dc26fba77d93b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8372, '2023-04-22 19:58:44', 'SALE/POS2023/04/8382', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f37719a47016925e3acc8ccc9fcc3aebe02bb4b12fd9e8538800a0ebf926885', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8373, '2023-04-23 06:13:45', 'SALE/POS2023/04/8383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '783544a4816e65521a1aa03372363af8faf34f34fcbca66fdd161fe9af756867', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8374, '2023-04-23 06:53:57', 'SALE/POS2023/04/8384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '496612088f4978ec2c53f05182674788453df51f7e065a6cc26150e734e4692a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8375, '2023-04-23 07:04:20', 'SALE/POS2023/04/8385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cebb772bb54ae26b1a3da12147800cc0079288f8784316dc3f414e31f172730', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8376, '2023-04-23 08:26:48', 'SALE/POS2023/04/8386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd3f28df49292e8cabc114e4f99ae81cb2c7277b503dc759fdc30e0c5fe682c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8377, '2023-04-23 08:56:29', 'SALE/POS2023/04/8387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef6a163b7ad1cd0356c2f2736823bfeb3f3060078428ed7f992f6e4e8d30eab1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8378, '2023-04-23 10:19:27', 'SALE/POS2023/04/8388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78bbabc69a1629d6b353ba1af063fffc1d0676d5dc21c6855785b7aad61bbe77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8379, '2023-04-23 10:52:27', 'SALE/POS2023/04/8389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4665362b14c2667f350d04765905a4889321940f5105e3290f9bb4872c2d852', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8380, '2023-04-23 10:57:34', 'SALE/POS2023/04/8390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '950ec9a86432c640dd24bcc85200d490baf425f8cdeeda9d8012a226e7875bfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8381, '2023-04-23 11:17:05', 'SALE/POS2023/04/8391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab0a450dac0130cfeab835c54f0bf1c1fa8f502e6db82c4dd4582bd65f04dc8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8382, '2023-04-23 11:21:16', 'SALE/POS2023/04/8392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e536f3a9f450e57b276beedeabf0249c137ae57743ec671eed1194f81ebdbf8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8383, '2023-04-23 12:24:23', 'SALE/POS2023/04/8393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '977f77baa097fd9bef0e80e50c30eed4b27a77cd469c50ae348f0851633c0fe5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8384, '2023-04-23 13:01:35', 'SALE/POS2023/04/8394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5f92a1e0328a4d4e13d5b902832d8b4d83328894f11e315159cbf92829c5319', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8385, '2023-04-23 13:43:56', 'SALE/POS2023/04/8395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab25415165791d9b9ac7a096676b3b0d9ace279ceca104e5899f6d16c09ba5a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8386, '2023-04-23 15:00:22', 'SALE/POS2023/04/8396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e643dc54c28f52577836331e4a648c79e836f3cd90bbe3d9cb3de62359591bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8387, '2023-04-23 15:29:59', 'SALE/POS2023/04/8397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecd4bd7d030c6e89ac4b2a1addd523174ce0375de5cfd1e011bd8ed4319b1c8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8388, '2023-04-23 15:57:59', 'SALE/POS2023/04/8398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '867acf9247cc44375ef155e4b1a1b7d0fc87b0130588e17086b12b0f1b99476e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8389, '2023-04-23 16:02:15', 'SALE/POS2023/04/8399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3a249446fd34bb53a65be4dd5a0400d7ec734d47f43ba84cbd354d14815ecca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8390, '2023-04-23 16:46:55', 'SALE/POS2023/04/8400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0dc79f7e33826424285afc70b1cef3376d7598931c053419b1d8b75604150630', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8391, '2023-04-23 16:52:57', 'SALE/POS2023/04/8401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '825f0e91ebb75b6670aa2583c7bcd52035b151be0871d57ec8747b295bc101ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8392, '2023-04-23 17:19:30', 'SALE/POS2023/04/8402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd90e4ee08192e31a04d1184ea8e51a58a333a8319800c72a3ccc0b4c47d89a51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8393, '2023-04-23 17:20:33', 'SALE/POS2023/04/8403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d7dfa78b0761345a629bd4b341b88493615a5858d8f26c89924e0995b479195', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8394, '2023-04-23 17:58:13', 'SALE/POS2023/04/8404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '164c8ede662ea06a8122e2110da054ec66f8a311cbc92bf1bb29d60297cbca37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8395, '2023-04-23 18:14:17', 'SALE/POS2023/04/8405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '99.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '99.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '99.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '563ecaa556cd280e5fe311496dc71b1b6def4399725e1de71813119ff16bd680', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8396, '2023-04-23 18:14:31', 'SALE/POS2023/04/8406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2c299b24f5101e2e6bf489b323263c902b2872cb8e83a509d01f1e43402fb59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8397, '2023-04-23 19:00:41', 'SALE/POS2023/04/8407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fced9edf5f0ec2f0a25bc7e2d1f2373758b446ee42b3dcf2a5dd02a5b5130c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8398, '2023-04-23 19:26:33', 'SALE/POS2023/04/8408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a1eb640664ef82aebfd0616307f20225407a6621d67133fc59f7742795def9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8399, '2023-04-23 19:29:18', 'SALE/POS2023/04/8409', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '375.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '375.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '375.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8b8ec26c943fd141caa9408a4ff473743b1b2608fe7fe5462a1b498b56f6540', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8400, '2023-04-23 19:36:18', 'SALE/POS2023/04/8410', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '176.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '176.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '176.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '583da8a6cbb015e500be7ce1eccf0da3ccc10a2b13c28f9796eb5fc31fce2efd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8401, '2023-04-23 19:40:51', 'SALE/POS2023/04/8411', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '122.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '122.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '122.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c026a0f958dfde6030187c614280b8eb1b2b6f439dcb1a4a69fa00e033c8800', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8402, '2023-04-23 19:42:17', 'SALE/POS2023/04/8412', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fcc916a4d44fe97e6b9b872ebb673f110651ef85b7869259ab96c614abfa1b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8403, '2023-04-24 06:35:51', 'SALE/POS2023/04/8413', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '109b407ccc44913a9d311b548d2d4113f028ebe748ef7c979183618d5a6bce2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8404, '2023-04-24 07:00:25', 'SALE/POS2023/04/8414', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd6e0ae157b253bc94a4bead03131a5e33e233f2830cfcb074b45615afb67d0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8405, '2023-04-24 07:01:31', 'SALE/POS2023/04/8415', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c4d6d36b3e470c1480037289ec62851b99338486a33f1a8966a3dfe065e7f2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8406, '2023-04-24 07:03:57', 'SALE/POS2023/04/8416', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b45249f25f65302bee3693745a20143136e556e7f443b58f31189c316e5d36d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8407, '2023-04-24 07:07:36', 'SALE/POS2023/04/8417', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '272477deda8cb6d362cf46f6bb141d474a6b38f3a49167cd3e6810f7e87b1044', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8408, '2023-04-24 07:08:57', 'SALE/POS2023/04/8418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '71.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92e858ab4ae901a27ae3f7b1010cfe373866fe6a9b42d0e7c09ccb16764c8125', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8409, '2023-04-24 07:11:03', 'SALE/POS2023/04/8419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe20d8b07da5b8fd32206a7225fa6bd7004cd59a40e200534e29ad8f13120629', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8410, '2023-04-24 07:12:43', 'SALE/POS2023/04/8420', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3563ba33e3d0d97203401faee12f8c6f74af4ee2ef0b2130c6c00a92b96a61f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8411, '2023-04-24 07:15:46', 'SALE/POS2023/04/8421', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '847fb416a4627d33b027b8fe2642f2c53d7bac423980476a7a27e1e61f016631', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8412, '2023-04-24 07:22:33', 'SALE/POS2023/04/8422', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '601ef03d88ba297cd0096895e830c069bea8478c7aa83d12946b40e65c80fcaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8413, '2023-04-24 07:29:27', 'SALE/POS2023/04/8423', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '894b9a35ed4efbeabca9d5065a990c528b094a43615b10fcc7e366b767d223b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8414, '2023-04-24 07:31:15', 'SALE/POS2023/04/8424', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '354d8af09c5bfaeeca0b80f7bf4e627259e50fca1a8571f8a320a3fcd82e596f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8415, '2023-04-24 07:51:53', 'SALE/POS2023/04/8425', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '224.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '224.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '224.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db8a24cf9734ca57ebbb8b706c2c6e6acf8a032b018f6424abca61a114a15403', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8416, '2023-04-24 08:32:55', 'SALE/POS2023/04/8426', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99ce604d7f8b0c1f897699c5e7cf69af1f41983286cc262a681b9e9a45a413be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8417, '2023-04-24 08:33:47', 'SALE/POS2023/04/8427', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '195.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '195.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '195.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2e2b5e0f3976716f145e8dfd48cb0b2ec7427bb0d5bd955f0e5c40d7a13df5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8418, '2023-04-24 08:38:58', 'SALE/POS2023/04/8428', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67537e106a4caa402836682878e5c7c8be5cdc4e6e0c328c3b1c5cdbfc5491d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8419, '2023-04-24 09:05:14', 'SALE/POS2023/04/8429', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e066b0a123e0ce36e32bd8b82f12f10b66399b65121c3cbb9fe07169ee7b832', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8420, '2023-04-24 09:18:44', 'SALE/POS2023/04/8430', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ccfa806dc592094f214173b24b48f2a5d24010ac941977e2790a9bf2cdb6022d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8421, '2023-04-24 09:20:07', 'SALE/POS2023/04/8431', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7cc604d0407d645b3a3c08bf474927c10e07b45ad926fb1e147ac23e4097d1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8422, '2023-04-24 09:41:27', 'SALE/POS2023/04/8432', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '889ff7d1eae9e3f3091052c92d94c11781d3179f260065355fe5647d30f3aa26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8423, '2023-04-24 09:49:06', 'SALE/POS2023/04/8433', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd44eddfd8f04b918f7b71b25100a08c48c70c23a100eb96f4c1c07a1257494e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8424, '2023-04-24 10:03:50', 'SALE/POS2023/04/8434', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcb3809e8a9856e630b60cb6496baf9488523c3e039dc12b3e052f021e4e0260', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8425, '2023-04-24 10:27:10', 'SALE/POS2023/04/8435', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8ba2fe8326dd72c40f32f0918a615cc9a8ade4fff1e84f6d4eb96ec1b955926', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8426, '2023-04-24 10:30:58', 'SALE/POS2023/04/8436', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b42fe524504937951e045dbe4380723d39d865462d593fab1f839538e8b3122', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8427, '2023-04-24 10:50:47', 'SALE/POS2023/04/8437', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4f5d790039f87bd74bdcb710f99dc9bf1f7f135422cb4cce5a4b5b04fec1f85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8428, '2023-04-24 11:08:45', 'SALE/POS2023/04/8438', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2535327a1f2f7c4607923e13d568c61f4e9aee341f264af5841293ac8702e573', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8429, '2023-04-24 11:37:38', 'SALE/POS2023/04/8439', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ba3376817d85f471b7556533928acf56223b2d4654091863346cde9285cfa41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8430, '2023-04-24 11:49:00', 'SALE/POS2023/04/8440', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '437fc11edff237efe8a4f9f285fc71bf035df1f6e8f7d75d233c354c718617e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8431, '2023-04-24 11:49:47', 'SALE/POS2023/04/8441', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd80449fd4d2087def3ceccc5789a463cacb6c1e537cb3a524d60fa1fdaacc15b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8432, '2023-04-24 12:06:01', 'SALE/POS2023/04/8442', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f8f9b20cc9cf0d752d648f4e729fbf109115e824099507db47b63a43c7e3353', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8433, '2023-04-24 12:26:38', 'SALE/POS2023/04/8443', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fa4f1e645eb47229b3d601edbfbea86bb3780c7a63e26b9080a3e7b1e2227d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8434, '2023-04-24 13:14:29', 'SALE/POS2023/04/8444', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9bee03905d66ca1abe8a619e1f015107e21b4ba3440be2cf378db842c6991967', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8435, '2023-04-24 15:03:58', 'SALE/POS2023/04/8445', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '038127c54989af36ffbef4099f60d9f75dcf4c10039d63ebad4c7e23b7db6ae0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8436, '2023-04-24 15:12:54', 'SALE/POS2023/04/8446', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b836dec528164857698429b2fca5005025bc1754d9cdddb117420540ef2ff8fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8437, '2023-04-24 15:18:47', 'SALE/POS2023/04/8447', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30c4abbf3b769c5976c5de501ea96bfb2953f9476e35f2b3668877c46b9dc120', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8438, '2023-04-24 15:22:10', 'SALE/POS2023/04/8448', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52b1864ace613a5ffb3f47733c3a4ca1314ddc94607495004cb727dcad57d26e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8439, '2023-04-24 16:10:05', 'SALE/POS2023/04/8449', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fc37be79ad06dff978daedf657be904f6f9d40db10d537eb4f44a460e738da0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8440, '2023-04-24 16:13:58', 'SALE/POS2023/04/8450', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b882449044aa3882311b0a4b635c3a80e724d12cefd65633a931865233e6a49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8441, '2023-04-24 16:14:20', 'SALE/POS2023/04/8451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '506589ff4bcc894be7227e9924aba2ab91f31d3918c248e442aebbfb6f51b146', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8442, '2023-04-24 16:15:37', 'SALE/POS2023/04/8452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22dda277f6da58649dde358f24860a7e1b6c691aaf24f74a94b5e6eafc267a5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8443, '2023-04-24 16:18:55', 'SALE/POS2023/04/8453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e55f1cbc8a38675aaf50a15e875b6446ae20f58944db9e94c83a4de0f26b427', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8444, '2023-04-24 16:28:54', 'SALE/POS2023/04/8454', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcec38befdfa6680e173ae2006afa84773d34044c8c374cacd9571d8a7f32134', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8445, '2023-04-24 16:30:09', 'SALE/POS2023/04/8455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '485110d140b093ad6ac6503090ad048b72565b739c6df1a62be4401c35676b00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8446, '2023-04-24 16:49:34', 'SALE/POS2023/04/8456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0799624c3a5a6a9e92c57b2395f54b7084625c6c2554e8d8c531a2a7a853d1ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8447, '2023-04-24 17:12:47', 'SALE/POS2023/04/8457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '138816bb74af6fdfc1be3f9e3de7f64e9184f004d94bd744ce7d501f2b39d369', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8448, '2023-04-24 17:13:53', 'SALE/POS2023/04/8458', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cd3426dcbfe3e2565bec59396b8d33e76f7d10e9eac7da20b336b941c8ffd3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8449, '2023-04-24 17:23:52', 'SALE/POS2023/04/8459', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fad6ba82f79eae2409eb2181cbfc4a25cecd1d016e3274d3f978b6ad2b28d529', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8450, '2023-04-24 17:26:41', 'SALE/POS2023/04/8460', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c367434b12282f9cbbf6e366d4e0ec613b3421bb2126aaa03c1c95aa95c8b489', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8451, '2023-04-24 17:42:45', 'SALE/POS2023/04/8461', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee854bfacbb66cbedcb35005ea4bdd66aadec6e9e187cc25397989ff99650304', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8452, '2023-04-24 17:44:40', 'SALE/POS2023/04/8462', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdcd4a0ff7f86347d54ac1c6b6e7037160e3d789a281d7701c12aaac4c7dfb62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8453, '2023-04-24 17:47:20', 'SALE/POS2023/04/8463', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f31b111556daec622bfe7727dfd8c2abefb226cbfb942af0c7b31605d7fa8fb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8454, '2023-04-24 17:53:16', 'SALE/POS2023/04/8464', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f899908ac62cff7e9a16fc908bcd3bb522e92248eee05598183d46c78534968e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8455, '2023-04-24 17:53:46', 'SALE/POS2023/04/8465', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50963dff676d2d9b672af16986e337f0708db47750073cfb6f54ec813b02c502', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8456, '2023-04-24 17:54:16', 'SALE/POS2023/04/8466', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f3958c1ef52ea42a5750c8f9cdacb1e7a9fb79604217f3fe22ef3842359a30f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8457, '2023-04-24 17:55:40', 'SALE/POS2023/04/8467', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0da8c9bc36e49c956240a6e1beb2c971bf8670f6d72f441521871d92a77eee23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8458, '2023-04-24 17:57:52', 'SALE/POS2023/04/8468', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78494a06a4fd9aa9f30ab1a4e0373e10908e5bdcf8b77bad9651bc324b6a405e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8459, '2023-04-24 17:59:58', 'SALE/POS2023/04/8469', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '771d5f7120cc45275faa7f56d7c2583797ca92f003e3924dc7fecb9af694addf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8460, '2023-04-24 18:04:15', 'SALE/POS2023/04/8470', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c628eb491f0f753a3ea80e3852e256f580c3152fd0b39465ba5fcdaf03896fa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8461, '2023-04-24 18:09:50', 'SALE/POS2023/04/8471', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7551a318065537f538a38fced1251539001f827cefe2a11a41da38c7d81e804c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8462, '2023-04-24 18:10:12', 'SALE/POS2023/04/8472', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'faf076fe54c0c372f47a2e016694cbdd415ea94fa05ddfdf5728acd98d243cd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8463, '2023-04-24 18:10:29', 'SALE/POS2023/04/8473', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d4ec9a8988d9a3c1508087a395e962c8f7e663ec5cdaa99aa62b7aa5ac27184', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8464, '2023-04-24 18:11:33', 'SALE/POS2023/04/8474', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10f4d66ff686311dbba962c847851bf98877875fef83a4e6ca523d01ba600dad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8465, '2023-04-24 18:21:10', 'SALE/POS2023/04/8475', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4da8dfcd29f21237b7d40582ef0fb6599be2a337e864a8471676c5dda27af1f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8466, '2023-04-24 18:22:46', 'SALE/POS2023/04/8476', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '735b706ec6232ad4de020d22659b6bbc5fc278f4bf682739a993035be683efa0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8467, '2023-04-24 18:30:21', 'SALE/POS2023/04/8477', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc26596cd5056ade2d37ae41aa0f0c74f7935e540c352da1104c0b3b759ae4f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8468, '2023-04-24 18:32:16', 'SALE/POS2023/04/8478', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0f2e43081c2347412b8eea242c56a510d82c3d3724ae4f1778095693a1a15f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8469, '2023-04-24 18:35:10', 'SALE/POS2023/04/8479', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f142f8f69a2bbc291737c205e593965ad1942e139bbe176738d34c2831edba9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8470, '2023-04-24 18:35:27', 'SALE/POS2023/04/8480', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4639b3a67d85c8103743ccf0606104bf19c989608f310b86c759f3bcefca43b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8471, '2023-04-24 18:53:55', 'SALE/POS2023/04/8481', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b050b46db760c3d40b2b5bd7652552073d74c93b9a44dff759e45a5ced411a8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8472, '2023-04-24 19:09:22', 'SALE/POS2023/04/8482', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45097559a84c01d78a335efecd523cd08c9bae3395bdf980cd77f22d15f9bfdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8473, '2023-04-24 19:11:38', 'SALE/POS2023/04/8483', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbf1cac3a0625028bc01cd3aac44ec8e424c58cffe611ad135c34a1e3ef90b17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8474, '2023-04-24 19:13:12', 'SALE/POS2023/04/8484', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9698bdeffdb9567c301f77184f097f7ae5b4c24b8daadcb431a6f608517a3997', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8475, '2023-04-24 19:54:34', 'SALE/POS2023/04/8485', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0016a105356f24f8307ce8796946ae5c2f749e6298b91f9f879100973acd7d52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8476, '2023-04-24 20:10:39', 'SALE/POS2023/04/8486', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b1e81c39322fc33689f6f0125fac61646aa38b298cd6db8b64a532cb46cb19e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8477, '2023-04-25 06:57:08', 'SALE/POS2023/04/8487', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d0f4a12c4b8730ae6189a4b261f931c4d524759cba7b2e12e1f0d33b5dac113', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8478, '2023-04-25 07:05:58', 'SALE/POS2023/04/8488', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '162777a761f5164ffc3b15529bf88432438866efc19a1dcd63af3775d0a48353', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8479, '2023-04-25 07:09:22', 'SALE/POS2023/04/8489', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '493c0176d187e5ea9b934d4fb6d25a21933b4278382c5203ebfc1d3fe71f42a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8480, '2023-04-25 07:09:43', 'SALE/POS2023/04/8490', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf0467793b80d084454ca9ce074935b345e9982f2204b17d14f7eda9d9a28e2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8481, '2023-04-25 07:10:05', 'SALE/POS2023/04/8491', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2d3aed744511d0dd272c1579a3a20fe521c56ba5dfeb66f24d088b6c78c6fea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8482, '2023-04-25 07:12:24', 'SALE/POS2023/04/8492', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f330157af602a1584ffee16dd21deedc6eb06de81c5bf0b90308636212756877', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8483, '2023-04-25 07:51:00', 'SALE/POS2023/04/8493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29715c1f96f901384600d1e1a070b64cad5d94e59516ef5713cd0aa8642d9374', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8484, '2023-04-25 08:46:55', 'SALE/POS2023/04/8494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a4868883e58c11201b5b6b4b552fd906db376a55381a0ec36464b84d3225c9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8485, '2023-04-25 09:04:46', 'SALE/POS2023/04/8495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0dbebb1f271ea2a20804202ef6a2b34019da0d4e7c8a809526b475bbc5f3555d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8486, '2023-04-25 09:05:51', 'SALE/POS2023/04/8496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ad0ff6247a3ad54ad61072752bad52814a6b2cd23174b5b39576fe61666c093', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8487, '2023-04-25 09:15:59', 'SALE/POS2023/04/8497', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44c456f7727605d8f187227ca0e996d581b10db7d2c977847fa61a2eb242e027', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8488, '2023-04-25 09:43:46', 'SALE/POS2023/04/8498', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a235a1991c39e0e362e20c01a871c8767d3158bca7a8b33dc867b8bf5a95f41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8489, '2023-04-25 09:54:45', 'SALE/POS2023/04/8499', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53e2702e99dbdff27f100f96e5163929b9f1a06f64d4d4ff4f49d2ae32cf8dbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8490, '2023-04-25 11:43:47', 'SALE/POS2023/04/8500', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc585333df100faf0aac5b36ea349ff9b6e9cd6998453af7620a55a000464080', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8491, '2023-04-25 12:12:21', 'SALE/POS2023/04/8501', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5214c6bf4eab3572ca2189a1519e46c999f238990bdc8064b7fefb8e215615b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8492, '2023-04-25 12:37:41', 'SALE/POS2023/04/8502', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65054587e7d76a0ba4b0e54880ad8ac17524899cf649b62df338c605b3235b16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8493, '2023-04-25 13:35:02', 'SALE/POS2023/04/8503', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cd7419a8d286461a2a9f9d8aa1e016d180126db3c5383a7b18fa7a83512f27a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8494, '2023-04-25 13:39:19', 'SALE/POS2023/04/8504', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd49f131ae2a729c348e453f263dbfba29c1f44e6341560c6cc51b55a11b6eebd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8495, '2023-04-25 14:31:33', 'SALE/POS2023/04/8505', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd40a4530d3c42bb3f866cdfb02bbd694fba9773a24052540cd1b7acf6ce56690', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8496, '2023-04-25 14:37:04', 'SALE/POS2023/04/8506', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e03d70ea95dce2e4f1379a019822fa1b4dc429c655e92222c8b19030e514e113', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8497, '2023-04-25 15:07:48', 'SALE/POS2023/04/8507', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41f843dbacb09d74d010274b0cb8e772af31ae8cf638e964c910e81c26d960c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8498, '2023-04-25 15:24:39', 'SALE/POS2023/04/8508', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba2abfd85c5d3cc1df4acdb66befd5f65757c15b77d676575534f94c101a2a1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8499, '2023-04-25 15:29:08', 'SALE/POS2023/04/8509', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95cd2639e05acc0f33d74e50f487f4104f1f7749920f99adafaff9b8d01d0400', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8500, '2023-04-25 15:33:45', 'SALE/POS2023/04/8510', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc48423611f21e17909781cb2e2a11e67f0d132588df00947d66baca475b43c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8501, '2023-04-25 15:37:03', 'SALE/POS2023/04/8511', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd88f4b210245f7b09d684dc48b53330a25b61b3e29450a486586fa14bd7bbc12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8502, '2023-04-25 15:37:21', 'SALE/POS2023/04/8512', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfdf6ad5e5336fdbe33b02cb168da90c36f4f7ac403cfef1877a16e634737967', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8503, '2023-04-25 15:48:38', 'SALE/POS2023/04/8513', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de177c49c6b35b6fb6eb578390b86ed4a2c987917f71c77897b23536de3fbbe4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8504, '2023-04-25 15:50:48', 'SALE/POS2023/04/8514', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfcfc1d9dc0775180688d017d816a137e87e9524d6e482d8afc601f79a2ff52e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8505, '2023-04-25 15:53:03', 'SALE/POS2023/04/8515', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c60c986a08407f8a9ed5e33251f4ee52c33ba00eec243f75c6569fe279be2955', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8506, '2023-04-25 15:58:39', 'SALE/POS2023/04/8516', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5affb82c8b3279d35fc76441cd4e6530950d6ea5072fe9269edcb1a0f2518e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8507, '2023-04-25 16:16:19', 'SALE/POS2023/04/8517', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aef5da6024847f955f264abeec5b47d5e73d9f732ee4e04a6e8b760847793900', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8508, '2023-04-25 16:18:52', 'SALE/POS2023/04/8518', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '428414e7e0296f3498fc91ea7bfcda62ba47e14578a10d3df9d1f7fef835e94e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8509, '2023-04-25 16:42:13', 'SALE/POS2023/04/8519', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2aa1f2cd3adbdf7d71d78ac40dce7e0f7cb6c5a2ea12854a288f0cfaf9a1b633', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8510, '2023-04-25 16:58:44', 'SALE/POS2023/04/8520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b18fee122524c56d34816463c94974a6483e524df1578eb9f0118e4c09059e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8511, '2023-04-25 16:59:14', 'SALE/POS2023/04/8521', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '496bc1fc60d103e01a88734dac59b19b9f627d6eaa01938545df72f0bd457312', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8512, '2023-04-25 17:01:31', 'SALE/POS2023/04/8522', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '805b34274c85ac5e5129203888d9fe6e81ca7068829dfdf4b516825c9d8a7ddd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8513, '2023-04-25 17:02:30', 'SALE/POS2023/04/8523', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d2ad26bede00e214d26be5786d5ec0e4a5534019a8f878c78a006d14f21228e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8514, '2023-04-25 17:05:47', 'SALE/POS2023/04/8524', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '075331737658b8bfd734def6a03df7387b5241c5491eaa53ddcb4f161184288c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8515, '2023-04-25 17:38:31', 'SALE/POS2023/04/8525', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f5336b95a2fda84acb14a51fdca7003f2c769b1d0cfe3192b472798ce60d721', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8516, '2023-04-25 18:00:52', 'SALE/POS2023/04/8526', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '650ed013e37f02d6131fd2f2cbb36c2a71026ec4138ce1e8a0ffa9c32847251c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8517, '2023-04-25 18:06:43', 'SALE/POS2023/04/8527', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e505f9ac615eeaccfb93b2b09b1a8f901b6c53b0ed94b314a8ddb04e5c7ac532', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8518, '2023-04-25 18:45:11', 'SALE/POS2023/04/8528', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '024cca001d9861939e58b152fb873409da3d2b6f9c0f2067ecf75d784e50882d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8519, '2023-04-25 19:39:28', 'SALE/POS2023/04/8529', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bebc3a98a7c21c4123aa2e417ad4e5fbed958c8fa397b9f67064584a2b7ef561', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8520, '2023-04-25 19:44:04', 'SALE/POS2023/04/8530', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f30a7f61cc15cbdb921597dd97cb5e47d7e9735098ad53b8758a555e64b67d81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8521, '2023-04-26 07:13:25', 'SALE/POS2023/04/8531', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84df75b61b8444c566cd3536ef75d2d1fac82c1293dcfd902f66d8792bdd58fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8522, '2023-04-26 07:17:12', 'SALE/POS2023/04/8532', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2b1e8a47b257b54e520caa1dc819640d7e46517c75aab4183ff74fce028fa52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8523, '2023-04-26 07:21:45', 'SALE/POS2023/04/8533', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f67e4d5b5cebeaba6219227b7313b42d14fc63dcd2f5dfda7ef3788e7c760459', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8524, '2023-04-26 07:23:58', 'SALE/POS2023/04/8534', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7e7bcb44459e60bfe46e2c90fee03a00f3cf8e8a584853673301c6570ff0d73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8525, '2023-04-26 07:25:04', 'SALE/POS2023/04/8535', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b62f6e09dcbc6b9dbc2ea998dab68d660c300c0c34268fe18f91d788aa27093', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8526, '2023-04-26 07:28:12', 'SALE/POS2023/04/8536', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21e3d8f54e8debd9e5ec5e028b8da5a22c0e2263a9b0341f30ec6b3e77a6a790', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8527, '2023-04-26 07:35:23', 'SALE/POS2023/04/8537', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bbc41ba7965ce29a53fc964a21fd058f529daefd5a81a9610a813018845b7aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8528, '2023-04-26 07:45:11', 'SALE/POS2023/04/8538', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfe81c5c77a774bcb86b6e860849ebd87e38c26ab4442f23340b444687221168', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8529, '2023-04-26 08:13:44', 'SALE/POS2023/04/8539', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5af50f317622e4e187d5064abfbe7aa63867864ec770c1b5e6be509a5ee4854a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8530, '2023-04-26 08:23:56', 'SALE/POS2023/04/8540', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2976163ff0111fcc8d88faba92f3aaf075b0a8f74a7287a27841cdc292de0f25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8531, '2023-04-26 08:41:01', 'SALE/POS2023/04/8541', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0c5d0fe7eff1fcb754c615a2abd48b9a1f3f56b543d375451c0b43ee82cab8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8532, '2023-04-26 09:18:01', 'SALE/POS2023/04/8542', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '495.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '495.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 37, 1, '495.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6956ea32ed6be5777939d1ea83c1d5a6d1ff95c736dcf1379b629d2b5ba9e644', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8533, '2023-04-26 10:27:59', 'SALE/POS2023/04/8543', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1b9f3fad8ff374f4e440dbef1210bf5a00767678835ba241824e31b302b9b24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8534, '2023-04-26 10:31:53', 'SALE/POS2023/04/8544', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f2a4caa570ae3e1a244f86d8b1b3a865af508bfbddc8ccd4bdface86c6a85c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8535, '2023-04-26 10:40:56', 'SALE/POS2023/04/8545', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc689d32ad725581b625eb8e1c49c4f8b36daf2aa080cca46577b8f4544a5957', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8536, '2023-04-26 10:42:00', 'SALE/POS2023/04/8546', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33a8d7ea1c6b3b2dff4e0fea2f544dcbd54994b6e1ced548b4fed23b13331497', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8537, '2023-04-26 10:42:32', 'SALE/POS2023/04/8547', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '885b09d70ed475f4c0572059e75350cf509e73200543ea5577b5cd9219a0cd65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8538, '2023-04-26 10:56:34', 'SALE/POS2023/04/8548', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaa93a1b227207d743b2aa49b048941548686afab70c6e8936bab068c4d294a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8539, '2023-04-26 11:21:27', 'SALE/POS2023/04/8549', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9d4377b22de1a0f8c078493a4e06d03741779d24e06f25e604b62e46c6ea97b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8540, '2023-04-26 11:25:08', 'SALE/POS2023/04/8550', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9266ffb08f3102b998ea28da2188cc530e1bb8df82d0663c66c7aae13414ef5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8541, '2023-04-26 11:30:25', 'SALE/POS2023/04/8551', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f7d693fbd1230c02a09421aaa749bb658c81033bad14d4f76f7f3b185b0a520', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8542, '2023-04-26 11:42:24', 'SALE/POS2023/04/8552', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0121310a94e867e4346e1335e16d6ffa5bf564f58332b3022344dd18705fd567', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8543, '2023-04-26 12:02:00', 'SALE/POS2023/04/8553', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1873567b99b332a1a62987911fb6ad9b3b25e5ac7e73e308b85ff2c0a788bd91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8544, '2023-04-26 12:22:13', 'SALE/POS2023/04/8554', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '031afe337488f8822d927e392aee3c8e840da8734df61b1f7308927bbee63fd2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8545, '2023-04-26 12:22:57', 'SALE/POS2023/04/8555', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96fda09dd16953358bbcf0f28baac9e29dbf0e5eb19caed832616b4e1d8c5fd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8546, '2023-04-26 12:37:48', 'SALE/POS2023/04/8556', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f49d90e839fc03feb2c34d60e82e3173c36178726a21e110bed85a6f98bacecc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8547, '2023-04-26 13:06:00', 'SALE/POS2023/04/8557', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66a22ce38d2977f026c13f9a45baba4365d3bf1ed1a2e4e57630eb9f4ba96877', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8548, '2023-04-26 13:06:19', 'SALE/POS2023/04/8558', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05461331665767f154523af2b48328e251a90dba25bbf1e7ce8df4e32368bf37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8549, '2023-04-26 13:21:04', 'SALE/POS2023/04/8559', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0306f90b119aeb62e2b740208690c7dfccb49a21a3d556b34f1661789137a3d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8550, '2023-04-26 13:34:24', 'SALE/POS2023/04/8560', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7abf9967a7656883da059083de32db8336905f682aa9deab5fc252c2ac6419f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8551, '2023-04-26 13:43:02', 'SALE/POS2023/04/8561', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c702b1e03afeb31c93edf50b98bad8e0fd20c4f40ce46dabd5d166ec1ea825b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8552, '2023-04-26 13:48:20', 'SALE/POS2023/04/8562', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26850614606b317c8f7cab1cd912db05dbef242829627b3faf4cde878e089a72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8553, '2023-04-26 13:58:35', 'SALE/POS2023/04/8563', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '98941f3f9c75b695554899f7435e49e9609fa7e8b5b73d0670f93479642908d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8554, '2023-04-26 14:06:49', 'SALE/POS2023/04/8564', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '119f249e8c435ec756da1f227ee92198f605dfb51de1826e14d9af0757ce0812', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8555, '2023-04-26 14:10:55', 'SALE/POS2023/04/8565', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dddb4a39a5c059fcfff76d747b8d0abc3324df12118979569cb480c1efb43060', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8556, '2023-04-26 14:18:14', 'SALE/POS2023/04/8566', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93a6b761de4831b5c92edc4ebad864f306fa22dce5f1ce324fb0f224144a637f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8557, '2023-04-26 14:45:39', 'SALE/POS2023/04/8567', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8d1f640e912167e7ffd45555d2878d2498d13cd5c14825693f0b4018a66aa4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8558, '2023-04-26 15:01:48', 'SALE/POS2023/04/8568', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5346423bd64fcc330236ccda0b4d9ec2c2ad8803de2981f9543a0fd458519942', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8559, '2023-04-26 15:39:45', 'SALE/POS2023/04/8569', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6d8204abae456acae8b2ea4e7ae1b5c01db074bfb398a29be2d1dfbda2b679f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8560, '2023-04-26 15:49:11', 'SALE/POS2023/04/8570', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5323cd4947ec0cd1656cd9bc6e8c37c972534f45475b9d583de4c01020febfdd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8561, '2023-04-26 15:59:52', 'SALE/POS2023/04/8571', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f570913a24fdab568d83fb6b977a413bdc515e483e0a07b6018326fd7344bb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8562, '2023-04-26 16:11:21', 'SALE/POS2023/04/8572', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dec6455305af7a7c33d70a9bb044c65c88b279bdfcccf126cf7d4971f052a831', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8563, '2023-04-26 16:11:35', 'SALE/POS2023/04/8573', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b83bf27542e09bc695117f5af1016733be46a7e84176bec8542b970c1b566d68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8564, '2023-04-26 17:22:42', 'SALE/POS2023/04/8574', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ddb53d6d470646a4b11acb5f744e4f0f5a6760701e8c88cec5f467af9f3cbb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8565, '2023-04-26 17:28:32', 'SALE/POS2023/04/8575', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36d485f78034a07e6ba24338d0f052800f9dd1864fce0f5cfb032ec45e22d36c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8566, '2023-04-26 17:31:58', 'SALE/POS2023/04/8576', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a37ba304db6a98b0338c08cf6ef493a571e693322b3c6be32c07fc68be4e0af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8567, '2023-04-26 18:04:16', 'SALE/POS2023/04/8577', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '68.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec4853bafe92ab210d419f33aff05a4876803b89c54d40b9e2da0180da7a228a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8568, '2023-04-26 18:17:41', 'SALE/POS2023/04/8578', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a8a8efc53935559d38df14a8f0614e203aeb2fb9eda1504811939fd49337e00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8569, '2023-04-26 18:18:00', 'SALE/POS2023/04/8579', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a07c3c51945aa4e7bf16dbeb4d5858ec050560da7020beb1c7a791db7f792d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8570, '2023-04-26 18:19:12', 'SALE/POS2023/04/8580', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eed3b7206f298a8ee32c50539b0691c967b9cf338bfeb303494ecdc77e26378a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8571, '2023-04-26 18:22:25', 'SALE/POS2023/04/8581', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3947d0ba53baa879d5f7eac94601449ce2e08f4f92b555bec73f2507b0bc14e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8572, '2023-04-26 18:22:55', 'SALE/POS2023/04/8582', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '291f53e32a58d5a1774a582a7822740701b1bd1096cc95c17770059f1673319d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8573, '2023-04-26 18:23:47', 'SALE/POS2023/04/8583', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a6539e89aab39b57ac5b5257e2501bc57a80717296fa8515492e2f291a5a805', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8574, '2023-04-26 18:35:59', 'SALE/POS2023/04/8584', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28c35786cd5f176025bbe0c96a871e2aeea67831d378ba3f69a2bbb6e18fccd9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8575, '2023-04-26 18:36:18', 'SALE/POS2023/04/8585', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '647864c054a4d6bb095d9a7918d191177267ac6073acb23a34861844b7f688e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8576, '2023-04-26 19:07:28', 'SALE/POS2023/04/8586', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93b3b7511e0dc9ad5a58ba8daa42d5610b6b93dd9cce61accf0851b00b261ce4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8577, '2023-04-26 19:31:40', 'SALE/POS2023/04/8587', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b46b4a39ba458508654da376ca13a430f7623fde46520c3c9cd5239cd3f791a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8578, '2023-04-26 20:07:40', 'SALE/POS2023/04/8588', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '99.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '99.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '99.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c48ae89204f4b7cf0a9af4c6e35f7ab4c40f2e8ce52022ba345ef28a6aec070', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8579, '2023-04-27 05:26:18', 'SALE/POS2023/04/8589', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bddff2fbf0b4f63b1201df2a3ffea30852e45815006b26783eb57ba15888ff3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8580, '2023-04-27 07:02:09', 'SALE/POS2023/04/8590', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '54.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e10da4364df3e7e0bf63cf2b68a00484c6785b947f51c73c98aeb66ebe74e5f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8581, '2023-04-27 07:12:26', 'SALE/POS2023/04/8591', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f58516b662fe71b6fd4347fce034cf0af30ba1c191d07021b729524439c35dff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8582, '2023-04-27 07:14:25', 'SALE/POS2023/04/8592', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb95f6eb79e38561f4fa875c54339564c5eaf3dda3fe1dc987a72f6041bcfd37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8583, '2023-04-27 07:15:31', 'SALE/POS2023/04/8593', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0006cb0ec0e6fade09f77055c03ebcb1963ca165778838203bcf84327f8a770', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8584, '2023-04-27 07:15:54', 'SALE/POS2023/04/8594', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b72b20e19c69b215445c792fa1358aab7519e6aecb14d511bf3d2e2dadef238b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8585, '2023-04-27 07:16:54', 'SALE/POS2023/04/8595', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ffcaaa61d42b35ec47710d861a4de9c7609b84c75b259e28844a1acfe8d6aab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8586, '2023-04-27 07:17:31', 'SALE/POS2023/04/8596', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b15e6597b135c17754c6e7821f5de09d66dff341a73a3029bdfc7ecb5564b4ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8587, '2023-04-27 07:24:11', 'SALE/POS2023/04/8597', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d44417cd35d931fe14b4a4e3d53fcc4e7032926813c3e6a40bc3672a27d9b8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8588, '2023-04-27 07:26:10', 'SALE/POS2023/04/8598', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '294bcc10f545f1f241f6441fe6dcad92fc23df03466ae4cf40eeba07d7dfb5f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8589, '2023-04-27 07:26:58', 'SALE/POS2023/04/8599', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8af912ef62d8517e83e16f1426b00e5aa9f7253f57516b478f56c6525caf9441', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8590, '2023-04-27 07:32:12', 'SALE/POS2023/04/8600', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '119.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '119.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '119.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60356ce3050b01d7cb96f5c1a54e39d392e644a210c0d48ea3c5241b04354eba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8591, '2023-04-27 07:50:50', 'SALE/POS2023/04/8601', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afb429c5aac7cb729559a05d85718f4a6ed16d573c6c23facf93942bf092abc2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8592, '2023-04-27 07:52:00', 'SALE/POS2023/04/8602', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da2f77725d31c8058fcc7bbfa31fb480fddf29309f98b66ce338eb78973bdd6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8593, '2023-04-27 07:57:41', 'SALE/POS2023/04/8603', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b820015d35944331f8816d4e394dfda49d04b8efded197422b3168d2be29f1cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8594, '2023-04-27 08:09:56', 'SALE/POS2023/04/8604', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '856af8027bd7ef14a06a36f0a46fc00453e992fc54d259dd4288689fc2398445', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8595, '2023-04-27 08:20:15', 'SALE/POS2023/04/8605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24798f772c6bc82c50e04fe7d0011345b0f136c64cf5153b6dfc0e13e4bfe881', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8596, '2023-04-27 08:22:20', 'SALE/POS2023/04/8606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40a815d39d20e6d736e8549ec9d23bb23ed91a3192256bbdb9b35e3359d9af8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8597, '2023-04-27 09:10:33', 'SALE/POS2023/04/8607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bd579fe952b79bc2032d3311afe849aaa5dc377c7a65bb69a4a9da9eabeef5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8598, '2023-04-27 09:11:10', 'SALE/POS2023/04/8608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3484622c152f1e6f48e6046d6bf42b0fc5cd13aa89485f22893ccbbbd76b8752', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8599, '2023-04-27 09:19:34', 'SALE/POS2023/04/8609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d40f0b6d1095e42a3e59b40799aca0d769f48ebbb0e95784cecd178cfac5d65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8600, '2023-04-27 09:38:02', 'SALE/POS2023/04/8610', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36c1679d1f41f8c0ed19325bd65bcc4de9b87addc3c66b1bfbda0161216f9476', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8601, '2023-04-27 09:41:30', 'SALE/POS2023/04/8611', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4cc1d8b1db2a361c5602cd068fb49466480a69a3e8b39cd8eabeb6db74bf07ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8602, '2023-04-27 09:48:44', 'SALE/POS2023/04/8612', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71c7550c2ba1ab9be6043e526eb1ec67137e0be145d597565dccd8684410a384', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8603, '2023-04-27 10:03:49', 'SALE/POS2023/04/8613', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '322dcb63e3cb928d9c3503b5a566fba551d20a8f44c8093599c516626d73b0d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8604, '2023-04-27 10:06:19', 'SALE/POS2023/04/8614', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6f972ac1eeb2240eb947e3f53639012344156eb65832a0911301aefbb3f73bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8605, '2023-04-27 10:29:59', 'SALE/POS2023/04/8615', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d00f985f9d9c5c12fc305f6ae852e862545ac9ac46dec623926000d6245aaaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8606, '2023-04-27 10:31:04', 'SALE/POS2023/04/8616', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9361dd6c505174a936ca51f2563abb317cc8b15c8624f94804d394801e9bee2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8607, '2023-04-27 11:00:50', 'SALE/POS2023/04/8617', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbe7fd36e20c1898dfd2aad28ccb06dd1712b3e82336fae7119ded9f32d17e54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8608, '2023-04-27 11:47:43', 'SALE/POS2023/04/8618', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbd76779936e042fba48b037f1f39fd967c062d66deeee2ffd82af4221df6574', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8609, '2023-04-27 11:49:42', 'SALE/POS2023/04/8619', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45279dbd5ad603115a6d2841fa5d34fcb3abd9c0bb624bc46e1d68e281e6c96a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8610, '2023-04-27 11:49:58', 'SALE/POS2023/04/8620', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '789fa6a1837960f8813d1847a67c09bdfbfd61a7e38248809cfdf9466b7f8a75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8611, '2023-04-27 11:50:25', 'SALE/POS2023/04/8621', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e2f021dbfa747990209b908d08ed0751d315a7c44f18929366a81afce5dc800', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8612, '2023-04-27 11:50:51', 'SALE/POS2023/04/8622', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43a0a49ce9edc436748816a0af74e3b0f609caacd586e03d614b4cb63b8cee7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8613, '2023-04-27 11:51:11', 'SALE/POS2023/04/8623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6160b1fe3672da4a5623291b2b9884bb5aa1f6fecaceee7ad88c5f2df0396807', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8614, '2023-04-27 11:51:58', 'SALE/POS2023/04/8624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f368cc7b37c0dca466d22a285383bf593bb9bb5f458d108c6015afc27e21d73c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8615, '2023-04-27 11:52:39', 'SALE/POS2023/04/8625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8555c197b8513d1dd2f7671ba6d34ca3c9e7b5573d10894775774561e4b04213', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8616, '2023-04-27 11:53:03', 'SALE/POS2023/04/8626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0be15a1a552bbbca180c55780e06857711a645d121d77d77ec0d7c9ceafe472', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8617, '2023-04-27 11:58:12', 'SALE/POS2023/04/8627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0680f1cc845c5e1ef7062731adbf9f65ac9da01cf243e843b3943c84d49645ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8618, '2023-04-27 12:06:46', 'SALE/POS2023/04/8628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b04cb4abfe34c2d871d261ba713ce92488d14c08e1f6e8213e48f630750324b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8619, '2023-04-27 12:47:31', 'SALE/POS2023/04/8629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe8b8d0adc3df698d3530f8fd6414fb5738cea25f31612c21ab6bc8febcbe62d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8620, '2023-04-27 13:00:48', 'SALE/POS2023/04/8630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80cea49b22a515792c09f75bd47f80e0906cb8c831af4872075996373bb29a42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8621, '2023-04-27 13:13:19', 'SALE/POS2023/04/8631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5e8023b7c92a2f4ca3800b2abbc13dbeaa3d86b852e10da46a4ee9fd0b8ed73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8622, '2023-04-27 13:50:44', 'SALE/POS2023/04/8632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03c9ff6dbab6a8cc4a60f330b52a7a267a764c889bb5a15aa2f7ca5974fea9b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8623, '2023-04-27 14:05:14', 'SALE/POS2023/04/8633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cdc0f808183b773b524da515c8bc621487af860557f0ffee86e7d4d521baa70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8624, '2023-04-27 14:15:15', 'SALE/POS2023/04/8634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a30237f24754603f8705bde243afdde206ea5fb4e05efd54e4416d155fc9a95d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8625, '2023-04-27 14:35:04', 'SALE/POS2023/04/8635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a00a91b9b961128d9806e9cd670aab71354d1d281c67493f11dba1955ac5756f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8626, '2023-04-27 15:04:57', 'SALE/POS2023/04/8636', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e532ab3b9f98ba12c97598938e5ae2d9c471bbd0a49295e054a376f85c79b9fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8627, '2023-04-27 15:10:53', 'SALE/POS2023/04/8637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b37411ae61c0bc18ad31c262e3a7850ba066b3135f1a34a1a070c06246d2c4f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8628, '2023-04-27 15:36:24', 'SALE/POS2023/04/8638', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3038612e23bdb3f89966320d5769c6999e5cf64dca0c26ace77ed14838254b31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8629, '2023-04-27 15:40:22', 'SALE/POS2023/04/8639', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4726dcd2f4d165da9e526e553e29262cac0740ccac5e73e5b4d8f8d96eaae54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8630, '2023-04-27 16:08:56', 'SALE/POS2023/04/8640', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77a3402aa2d517a8ce8e84166d66794c7c9f2bbd01ccf171c7fc82f5b33e2bf2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8631, '2023-04-27 16:31:46', 'SALE/POS2023/04/8641', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4cfa4467ed14896ee006eb2ff4cca61fc5a5da5f779afab17b345c202a432081', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8632, '2023-04-27 17:01:14', 'SALE/POS2023/04/8642', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6d50cfdf5ea78771851aba8f93f41f30a3bbc4a65ab06647ae87fa61a8e5275', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8633, '2023-04-27 17:03:45', 'SALE/POS2023/04/8643', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e68eea5712e7cc9a12e2ebf3596ae0c19cd5ac714f4e34bb092038fb26e61475', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8634, '2023-04-27 17:09:40', 'SALE/POS2023/04/8644', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbebde84733584fcfa2d0409bc16706c35e97fb84488e9be9b8b1be060a7653a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8635, '2023-04-27 17:13:54', 'SALE/POS2023/04/8645', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56e08dd1d8a3bc5cd1a2e00e1eb3bfc948655e1b493e0840beb757bee502116c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8636, '2023-04-27 17:36:38', 'SALE/POS2023/04/8646', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab05611422d9b87a92616699ee46c983e99e07a5cc0031685d82724c05198102', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8637, '2023-04-27 18:24:56', 'SALE/POS2023/04/8647', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd475dd54e005a92b6cc2dd525d90ee108aed98472bc8bdcb1a68ec995b2d549', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8638, '2023-04-27 18:41:45', 'SALE/POS2023/04/8648', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1ee9ce987f2cddb908a17a7914dcde9789a54c249b845b743e7e309f49c0d78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8639, '2023-04-27 18:52:20', 'SALE/POS2023/04/8649', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9083666a090123e97c43a9c9cd4cd7c502a55a9dc18719afe4b693eef1c304e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8640, '2023-04-27 19:13:29', 'SALE/POS2023/04/8650', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c63c912ad7dd06f5a4889fd59e7490a93dbce8d087ea4657aed40140c51fef8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8641, '2023-04-27 19:31:07', 'SALE/POS2023/04/8651', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '697ca0aa1bbf30bace47308ec8523fcd826955965f912452d304c70934e804a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8642, '2023-04-27 19:31:25', 'SALE/POS2023/04/8652', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '327e5a48978fbdd55b4baa41cf3b4a04578a66b7799d18c5512af2fe040bde3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8643, '2023-04-27 19:47:12', 'SALE/POS2023/04/8653', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd86b7bad3ec968ac3cdcbcc8a2a19c2ce4561677d84ebadb4a51905d5ee6979f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8644, '2023-04-27 19:52:56', 'SALE/POS2023/04/8654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21b2c15e81240d3f1506cb990a1bc80e2dec71e55b4ed24b0dd14beffdd16fba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8645, '2023-04-27 19:54:40', 'SALE/POS2023/04/8655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cde16da535b1a5f252d7ffd57bbed791510ff6c94d9ed2efa9a663731f789cfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8646, '2023-04-27 19:56:53', 'SALE/POS2023/04/8656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff92c527bd1d5a8aa8bb2340621305a44b41d471e46bb29f2bb2ec8539f64d04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8647, '2023-04-28 06:42:01', 'SALE/POS2023/04/8657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0a5635401294523bf8149506cf545e82e8adfc97d24067410cae6dab1594298', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8648, '2023-04-28 06:42:54', 'SALE/POS2023/04/8658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b04950943cea2748432da00589f258e3de9fc27c946e03ad77e03fdf8e0d49d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8649, '2023-04-28 06:56:45', 'SALE/POS2023/04/8659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a33d3be3d39d7961deff5b354b62cb1ba1c91e771b4220243b1c54b3d0adaa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8650, '2023-04-28 06:59:46', 'SALE/POS2023/04/8660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04588735f4460996e44eb59159df7d92eb2e33fbafbaf8cfa9d15bb18bf0d558', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8651, '2023-04-28 07:01:04', 'SALE/POS2023/04/8661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93e4fe35501c8393c46422fc0aca823377cefd50481a9eb94d8d284a1a4cf7a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8652, '2023-04-28 07:02:59', 'SALE/POS2023/04/8662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e016702b7d762a816587234b8e118b92f833cd86f7757dfe7598b0273c6a48e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8653, '2023-04-28 07:08:16', 'SALE/POS2023/04/8663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79e2f4c531dc49f46504b0a0735b3073f0d97ab32a3cd3ee6881ce143b8815da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8654, '2023-04-28 07:11:43', 'SALE/POS2023/04/8664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a37e94e0729c87229cef4cdb2a0e57bba1e73d790759de95a64fb817cc8fdf60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8655, '2023-04-28 07:17:00', 'SALE/POS2023/04/8665', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '289.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '289.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 43, 1, '289.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a883a605a9eb757ca3857ac89c9dab3e264b346ab67954a51986e4379d6b7e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8656, '2023-04-28 07:23:21', 'SALE/POS2023/04/8666', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '118.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '118.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '118.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60734e84921e4996832edebd68a00ba1677598f95428e4d0516e26ca59261652', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8657, '2023-04-28 07:26:00', 'SALE/POS2023/04/8667', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ac776c88066e8797465c6cf8c7bb2e6a17ab8631bb3cb597d752cc108f3e192', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8658, '2023-04-28 07:54:18', 'SALE/POS2023/04/8668', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c771ff27f25e829d53675d4b2d7d62a87a0d946dbbb5ffaf6d85df7d324dcb5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8659, '2023-04-28 09:02:45', 'SALE/POS2023/04/8669', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83e36a5a3860e8ae058a0e11ea791139c8ae5dbda7682d346b188a56cc35ca76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8660, '2023-04-28 09:04:09', 'SALE/POS2023/04/8670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4695cd7ca02b0ea1f439c8895a0b782cb6cf3f9402be08bad6555bba3c012273', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8661, '2023-04-28 09:33:05', 'SALE/POS2023/04/8671', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73a319917c425818afa6b81dbcbdecb8b6663bec979b01e2957f85c5f078fc8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8662, '2023-04-28 09:54:11', 'SALE/POS2023/04/8672', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '567f608be64c174c174f96ceaa6d04426f7dadfca3aea868afded8093a2bf58b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8663, '2023-04-28 10:12:28', 'SALE/POS2023/04/8673', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8caf2170304ee115c3967738817e6b346595a9a0da63f3ae17147ffc7b29ff6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8664, '2023-04-28 10:14:10', 'SALE/POS2023/04/8674', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '947b73f7a3c81f94f18b462513c93cc95f373cbe21afcc4703ebc7ed15f4bd23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8665, '2023-04-28 10:19:39', 'SALE/POS2023/04/8675', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78ee025febadd4ccfe89ecdd377e49b6ba6eacb7f6caf457fbe2f31e738178cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8666, '2023-04-28 10:32:12', 'SALE/POS2023/04/8676', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e8681173844f02cf7f35822a6b30c1ddd9159022c12ddd7d4ca97ebe710c68c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8667, '2023-04-28 11:05:03', 'SALE/POS2023/04/8677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ba6a2a180271962f51698f62a9a7ecdb713afef4321ea6d11dbec04d9bc053d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8668, '2023-04-28 11:19:26', 'SALE/POS2023/04/8678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bf4e0caccaf328a5b56425d064d2bd1a1d5848e9ca4da50cf195a04db557bda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8669, '2023-04-28 11:21:05', 'SALE/POS2023/04/8679', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03c4acd1f4138b61f4042ac7c5076a2eb2db2266728e4221e04db3af5dc2f6c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8670, '2023-04-28 11:39:00', 'SALE/POS2023/04/8680', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79988ef4abec37cfac82b3a50766dbdcbae5e8913f7003de809fd653bcaca4ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8671, '2023-04-28 11:39:16', 'SALE/POS2023/04/8681', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c94673fda5a1b905c65e35d559eb5e6dde0c2718c36359defb4c3023d4f74d70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8672, '2023-04-28 11:52:43', 'SALE/POS2023/04/8682', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fd4698d839615dfa699845c9aff6690f03d61bfe3f07a66ff9993026becb542', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8673, '2023-04-28 12:13:24', 'SALE/POS2023/04/8683', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '741d7fa6aa27dc63bbe3cfe0c550247d85941a4cf3df177e824dfd896dae9db3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8674, '2023-04-28 12:15:14', 'SALE/POS2023/04/8684', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22e10999ec0e3c8455f95da8fa93dfc3b0eff12cbf569bbb1b32e00275d30a24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8675, '2023-04-28 12:34:24', 'SALE/POS2023/04/8685', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '015f07ff8e61dd41c5b26f596d204e6dcb3f3f3e10c62b6c6fdc3bcf5a7b3b26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8676, '2023-04-28 12:54:15', 'SALE/POS2023/04/8686', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50480f34aa7b8555f98a71a56e1608ba5f8eba26cca07f65a1b32893a15db638', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8677, '2023-04-28 13:38:50', 'SALE/POS2023/04/8687', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e42b102c9d9b0c522b056462e98ab36cb1136f15565d78eab6bd3bd9b21cf168', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8678, '2023-04-28 14:06:15', 'SALE/POS2023/04/8688', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'abf33052f24c5e6252a400bb0848b8574e32bac5e12d24bb16f9d534f227cc48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8679, '2023-04-28 14:20:28', 'SALE/POS2023/04/8689', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1a46c6f0ced61d76d5e9eb37602066b9d52ed5a8a967c5687e9a15e9ee02dbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8680, '2023-04-28 14:34:16', 'SALE/POS2023/04/8690', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f080caf1ee45173a452347f9c2954da14c03e9a54c7a861e866f9c8fff6dbb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8681, '2023-04-28 14:34:44', 'SALE/POS2023/04/8691', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '232ae21b6c9bccad5a74054dc36c148d3f1d4bc3b249a63403e2ccfe9cff825c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8682, '2023-04-28 14:45:29', 'SALE/POS2023/04/8692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e20f50bc71538dd1137cbd210b6df3c2fcd3196388fc67169ce740d19c1b1c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8683, '2023-04-28 15:09:26', 'SALE/POS2023/04/8693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fc78509850ec4549eac9ec46c3678643a41ba27b847e1a414daa0281eb95813', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8684, '2023-04-28 15:09:44', 'SALE/POS2023/04/8694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d25b6199aa67f5aa1706dffad237e473633fb1671cb22d907de6bce2e7e7ce0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8685, '2023-04-28 15:13:54', 'SALE/POS2023/04/8695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff840f1127955f3afe1a43edfa1f714bcc61197cd4547ca09e6baafc64ebb9c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8686, '2023-04-28 15:22:28', 'SALE/POS2023/04/8696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f40ce0ed11f57594b000d4c3c813078af6c0bb52a20f5fac4940829f38127103', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8687, '2023-04-28 15:42:54', 'SALE/POS2023/04/8697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f080c2d46fd9e0db69771c75974e5375a0119d34474b633a7540d351910d0bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8688, '2023-04-28 15:56:29', 'SALE/POS2023/04/8698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dea78c17d53d95fa27c84f21a4b550cb29a5c364d3f0cb24f015380da7c7ac47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8689, '2023-04-28 17:30:38', 'SALE/POS2023/04/8699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bf503529771ef1330643bf125bf5c8f6432804bf23606a15c822a3241ae6a42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8690, '2023-04-28 17:33:48', 'SALE/POS2023/04/8700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7d2edee365f140c8191b7073ce948eae9c920d373c861a3a52d4f0a89cb6c77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8691, '2023-04-28 17:41:31', 'SALE/POS2023/04/8701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '233f00c5d1e596f996ae63173e2b7b76a93f2b07ee9d1bd673f0762283e1ce08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8692, '2023-04-28 17:45:05', 'SALE/POS2023/04/8702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '839788fe9c04efb7982024871fc962fc79384ca4df4fdf0bc5ddc26a502eb4bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8693, '2023-04-28 17:57:41', 'SALE/POS2023/04/8703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3dd40e58ebcfffcfc66e74cdc76f9ed51d257aa30dd6871cccc27e831b48acc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8694, '2023-04-28 18:42:14', 'SALE/POS2023/04/8704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93afb695833354a82d10509f1bded80b73b907c12bfae2ad75eae81f147bca18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8695, '2023-04-28 18:45:39', 'SALE/POS2023/04/8705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72937a60ca526ff1cb99ef860a199a5e438f5331b89a3a86a68859cf1b8a8989', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8696, '2023-04-28 19:27:22', 'SALE/POS2023/04/8706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9de6e86dbe8b5fd8b453ecf7c10e6fa20c60868149039338debf04e15e879d40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8697, '2023-04-28 19:27:34', 'SALE/POS2023/04/8707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a16d8e9732e8c8278afda56069144b4114d81d1e7a1ea93b1a712a8dc6f87da2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8698, '2023-04-28 19:48:31', 'SALE/POS2023/04/8708', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '451a796a11585e7e52f26b97b9c6ee919d2f94f18d925821c72a7f819abcebf3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8699, '2023-04-28 19:49:12', 'SALE/POS2023/04/8709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab356418d30c1b0500e6449c59f35bd5d49d5173dcd9ffdb3e4dd76f5c7079cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8700, '2023-04-28 19:58:42', 'SALE/POS2023/04/8710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8be98df94afc9a2ad9797776f2e10f63216692c35969109a54a78d0299a38832', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8701, '2023-04-28 20:03:22', 'SALE/POS2023/04/8711', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '963a14daf1cdcbd1f371b02b726001edad81e014db7a43aa0c27f56b7511afab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8702, '2023-04-29 05:59:52', 'SALE/POS2023/04/8712', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'debcc5e21c7b3b391b8594ca9b1f7c4bdae3d0e42a0b084543e5fee0b43f7b0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8703, '2023-04-29 07:02:21', 'SALE/POS2023/04/8713', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f394a8e14b3292904059beb485c51d15400620bf4a31a6362d192bb9f92a3e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8704, '2023-04-29 07:17:16', 'SALE/POS2023/04/8714', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a5035b79b3cbae4f16ce553e45932edd90c61e80c55ab0277fa7b8db66981ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8705, '2023-04-29 07:32:26', 'SALE/POS2023/04/8715', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39aae9586ff94f67a7cff5801e70b5f39cb1d617320450c51cb50b442ff773b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8706, '2023-04-29 09:25:39', 'SALE/POS2023/04/8716', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c83c8dcb91e3810da3b7c9571cdc8be65df9ea5747eee96d4226f41550c5186', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8707, '2023-04-29 09:27:26', 'SALE/POS2023/04/8717', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a19e31a0323dcc067c8c4b23957e2659464d33a6d22662ddf0ee46a34469fbfe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8708, '2023-04-29 09:50:11', 'SALE/POS2023/04/8718', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbbe67f70d31601c0f234fd6561dd6b393d86e8ec788cd7ac4ab82846afbbd23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8709, '2023-04-29 09:56:52', 'SALE/POS2023/04/8719', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15ddc28861b70626b8bd1a979be1b8977795024cf4e8035e0a24594e911bdb58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8710, '2023-04-29 10:24:13', 'SALE/POS2023/04/8720', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f616bcc00972cf5b320991ea8c7b2987566ab7a4c0e68175a08d96fd456d818d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8711, '2023-04-29 11:09:23', 'SALE/POS2023/04/8721', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4cf8570d838fa62b4299fe25d1923f0a5f2fef8765eaf300bd52f89756ffd4a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8712, '2023-04-29 12:04:28', 'SALE/POS2023/04/8722', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5ea1f2dfb04c53a80b6dfd0d7a8fcc756003f242d59c6851614c07d75fd2ef0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8713, '2023-04-29 12:43:00', 'SALE/POS2023/04/8723', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '717091d6ef2d7cd72d2de1f1112a1c93d406d9ddcb8fec28bd4365d43564580f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8714, '2023-04-29 12:56:24', 'SALE/POS2023/04/8724', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7259f1dd724f558ba7d72069b8bb35d5f9e0b57a18cc74d354ac1aa8cd7ea23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8715, '2023-04-29 13:13:06', 'SALE/POS2023/04/8725', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6adb1e8774a1cf9b49cd6d97b791c664e343b5ed4948573e25c892516ac16cb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8716, '2023-04-29 13:14:13', 'SALE/POS2023/04/8726', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5da29755f198c43c0183c13667545cec80bf47259479378b781aa93d3a2e5765', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8717, '2023-04-29 13:16:48', 'SALE/POS2023/04/8727', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bea9283c8416ff51bb6def35f978199483b53c2b1eb8ab00d7ff881dcc90389', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8718, '2023-04-29 13:25:45', 'SALE/POS2023/04/8728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ca03d4fd8a0acd3a00938ac9dc9661a796604fcd05d74982167b00da3fb60ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8719, '2023-04-29 13:38:07', 'SALE/POS2023/04/8729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d5105e7313b130fd42225ae71c4b205e6ce0c5335c00030d3f6fa30578492c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8720, '2023-04-29 13:38:26', 'SALE/POS2023/04/8730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4097f95996d22c5c21711bf4223802e55013579de842a4f4e64ba2d836c9a406', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8721, '2023-04-29 13:55:52', 'SALE/POS2023/04/8731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67fd30dea45c71da6bf7b134b82d49285063fa53687d27d2d14294798dc0a420', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8722, '2023-04-29 13:58:44', 'SALE/POS2023/04/8732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da2e2b822ec899dbbd29172a788465fe702d3fcd4d14f31ac6f6015f70ea0c49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8723, '2023-04-29 14:27:10', 'SALE/POS2023/04/8733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5e1644af3852dc1df40f1bcbfe988f03a58db2fbabd3b6db37d93aaf634fe1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8724, '2023-04-29 14:59:45', 'SALE/POS2023/04/8734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b541559e0ea31db4627a12434d687b0fa793c5ba0524c8475cff5271d4f35348', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8725, '2023-04-29 15:02:31', 'SALE/POS2023/04/8735', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17db225073e8c55451507bfcdd06b76a08ab462569620281b5a27e2a240fe7cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8726, '2023-04-29 15:05:35', 'SALE/POS2023/04/8736', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3da98dc827f6c36d02a779cf0c47dd57b3484cb7b948121a22b6b33a0f67c82c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8727, '2023-04-29 15:35:41', 'SALE/POS2023/04/8737', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28cc7705527df92ccd41ab69a1c474e51fbdcd0046b46607f038e50a1dea1254', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8728, '2023-04-29 16:08:46', 'SALE/POS2023/04/8738', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68f86dd3aec51709bbb59b008376beeea50fcdf4df58f9b3641449670d0f23e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8729, '2023-04-29 16:14:09', 'SALE/POS2023/04/8739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaf8b729210e8f9d57240f08acda95163dbce1be081062c8c7bb8cd0c705e001', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8730, '2023-04-29 16:26:43', 'SALE/POS2023/04/8740', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85dae5b19c540205119a90637dbcf329e0e680f01d716554fc5dce0aac84bb5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8731, '2023-04-29 16:28:37', 'SALE/POS2023/04/8741', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebc08b8815ca71fbe372aaf698f012ff4ba5165a3826ec59f34c428132381f5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8732, '2023-04-29 16:35:15', 'SALE/POS2023/04/8742', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37cf2679a8b2b78f5da01f30b940824784dd311ec983ecbb425e7e3a6c5e4952', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8733, '2023-04-29 16:36:11', 'SALE/POS2023/04/8743', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfec6cc3445230d45f83b6d71fe20d3680ae2ce52d7288fb40e54dab5b2d7951', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8734, '2023-04-29 16:51:09', 'SALE/POS2023/04/8744', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd0f434540b1b58aaaf615e9523578a549375a7ab2e3c6db9dc7df9d40ed3e37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8735, '2023-04-29 16:57:58', 'SALE/POS2023/04/8745', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f654a0079f0d1f0b70e43f509f7feb7f7d0105191967972841a320fb557e586a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8736, '2023-04-29 17:03:39', 'SALE/POS2023/04/8746', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7fae35f8ba03c87b144c1da01740a9b84cc96aedf15e15017bcc112e8f35592', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8737, '2023-04-29 17:28:10', 'SALE/POS2023/04/8747', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58f4bb784158268b9eec1d5709bd6de12182f4b444d695ece8ffd3515c70ed2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8738, '2023-04-29 17:31:55', 'SALE/POS2023/04/8748', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '517005d10870f5c9650aed7fd23b70a6447a5642c36b09542aad6559c8349787', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8739, '2023-04-29 17:41:58', 'SALE/POS2023/04/8749', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '65.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8a7e53181fcd2e3cf2b609dccb69c427fe6f454df9742cb5b36c9b1ef6521e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8740, '2023-04-29 17:43:44', 'SALE/POS2023/04/8750', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3aae8e5c692d4039dfcc4c619b796b8cc032ab15300b09d17b12d50475bf6d6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8741, '2023-04-29 18:09:12', 'SALE/POS2023/04/8751', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88884d886ff707a2dacec8c3e923d33088328f38480f29bb878d5ea1455a7330', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8742, '2023-04-29 18:23:22', 'SALE/POS2023/04/8752', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '256a9eae40194b80da8a2e7ec02899b7e523d54a79650497e11e06b5a9cdc27e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8743, '2023-04-29 18:32:19', 'SALE/POS2023/04/8753', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab591a655c0aae7fefe7310c2f730502240a40719ac66abb445a2e4b260419dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8744, '2023-04-29 18:41:22', 'SALE/POS2023/04/8754', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a621a0274e47040001daf7a5e777aabcdb3bbd60f691be5f9201b8c83e60024', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8745, '2023-04-29 18:55:09', 'SALE/POS2023/04/8755', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0934fd802d264e74cd77b125ee5395aedddf5cbfa8287a5721cd42061f4c3478', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8746, '2023-04-29 18:55:50', 'SALE/POS2023/04/8756', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8cb5d9e48fed0ab76191934bece357a7c60affa9685731bcd8a294d3b1c91726', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8747, '2023-04-29 19:21:15', 'SALE/POS2023/04/8757', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1a1118bba62f7d61ca0604c807c6afe79b874f96631a9d96b64d8e3db700ad8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8748, '2023-04-29 19:46:05', 'SALE/POS2023/04/8758', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56c9cebecc4e5a251b1bca1b69e7537e9aff1eba5e80b3675b2e91164c881a20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8749, '2023-04-30 06:05:10', 'SALE/POS2023/04/8759', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce9a2da9160de311860651c50b33e09597eee6e4d7768825a507238a1e274b21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8750, '2023-04-30 06:43:34', 'SALE/POS2023/04/8760', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29d5d29a2eff381a84c0e1599ec39836da87c67bf0e934b2f480dac97a50507a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8751, '2023-04-30 07:42:29', 'SALE/POS2023/04/8761', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '175.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '175.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '175.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '711e6c63f544f68582b5594dce6b6743e727f96e20eaa25a0facb9fe8f7be12e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8752, '2023-04-30 07:51:49', 'SALE/POS2023/04/8762', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd086a8601dc8e47398e274831e2286c006268ba9253c21d09b514c5cf85e0cb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8753, '2023-04-30 08:52:54', 'SALE/POS2023/04/8763', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4eebd5172165b7acd5731a18304ffe821140e85e180a24c39ba221861d5f71e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8754, '2023-04-30 09:08:48', 'SALE/POS2023/04/8764', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1dfe7443cd45d641aa0a6693d2a94f14ce652fc46d542b1f0a2b64bca8212ae2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8755, '2023-04-30 09:24:59', 'SALE/POS2023/04/8765', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '311bc37d741ebc02a6074cb9fdb1b85fe78ca40f577ab4430fcca581b5cd330c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8756, '2023-04-30 09:25:19', 'SALE/POS2023/04/8766', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66bba0a4f9c5417668b28b753f0638fef8e3736beb6b6aa334a572b303ad17e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8757, '2023-04-30 09:33:22', 'SALE/POS2023/04/8767', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73476e9eee040009358e7a8e6688efdda884c8d6bcb927f2697f290641cc8dd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8758, '2023-04-30 09:43:25', 'SALE/POS2023/04/8768', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d94c43f8e089f8048ffe453c3d229616d3e6c2710422c0dc3c57e64eb090523', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8759, '2023-04-30 11:03:45', 'SALE/POS2023/04/8769', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77786d8fb1258c010e3ee1f5a22023965ef8890c379223c99fe7b024fa3f8905', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8760, '2023-04-30 11:35:05', 'SALE/POS2023/04/8770', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b7e6264b77476b0cd0fc555227c02bb8bd827d86978c3a7fc9ddaadf12a5a05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8761, '2023-04-30 11:55:24', 'SALE/POS2023/04/8771', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e60a142fbcec877427b9178e4eba78860eb4063ea757260fed2beedcf1780e59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8762, '2023-04-30 11:57:00', 'SALE/POS2023/04/8772', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05ca83f63e77d55059364733bfe3d8ed9f39462289eecc6959a5c7ab4d07af5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8763, '2023-04-30 11:57:44', 'SALE/POS2023/04/8773', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5faf14d834600437149a5d78c5f76ad8dd261cc52e5f6854b8aac4a4a292daac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8764, '2023-04-30 11:58:39', 'SALE/POS2023/04/8774', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '126b5391e5e21c5a97620ae6f1eebea2c0ac4b78365459a7d6f98f051f5eda8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8765, '2023-04-30 12:00:10', 'SALE/POS2023/04/8775', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2644c3cad44fe18acf274983bc4967044bac36da3280dde03b77522d1fd70196', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8766, '2023-04-30 12:00:34', 'SALE/POS2023/04/8776', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d586c10e0679072e9f4faee94ec9199134aa4b11df182627a55820b70813b0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8767, '2023-04-30 12:01:15', 'SALE/POS2023/04/8777', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4e6262f0989abe1c6a775bf668a1234ea6907a0a5433755a1dc9acd15676b1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8768, '2023-04-30 12:01:55', 'SALE/POS2023/04/8778', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '534f4a72576693115df7d8be63740b9e3ea53ea37c2c860a152d22a507b4dd15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8769, '2023-04-30 12:12:24', 'SALE/POS2023/04/8779', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33b738b69365609b7d4db9ae6a6c2514390f78f35066483f0ca1cef1f50ca661', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8770, '2023-04-30 12:13:52', 'SALE/POS2023/04/8780', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '133.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '133.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '133.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc6b250902284e1ad93ce9480899b333c44d27166496d11407bb0d50bd9511d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8771, '2023-04-30 12:16:39', 'SALE/POS2023/04/8781', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96fb6372408ccc386af0bbb6d0531bc254d44af0cd85dc6f17e2f1dd1af6488d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8772, '2023-04-30 12:17:39', 'SALE/POS2023/04/8782', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '398ce74d681c60ea33e964f19f6e468ff7bae6faf69738ea95849e6ccbc5b5a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8773, '2023-04-30 12:20:34', 'SALE/POS2023/04/8783', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11986f7eaea66d872417008146b6457c40f87062e2bc5f22bb8d651604bf6410', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8774, '2023-04-30 12:35:18', 'SALE/POS2023/04/8784', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e8a1d018186153ff52d4c27234bf0a7e00da89869cc27bd7d60295b6d8dab05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8775, '2023-04-30 13:13:27', 'SALE/POS2023/04/8785', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16241510b12378dab66cca1cff9cca4d70a37f07d596d90bad2cedadaf6330a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8776, '2023-04-30 14:28:40', 'SALE/POS2023/04/8786', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b2ab555fff9ae6388b05bed14719a8cf6e4bab0b360ec2e848f0613bdb2c694', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8777, '2023-04-30 14:45:47', 'SALE/POS2023/04/8787', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d1cf5442ddc7b97dabf2b9eca75837604aa21a4599a57b76bd0ff49595cd0c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8778, '2023-04-30 14:52:06', 'SALE/POS2023/04/8788', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd5b711e779cc0cc387619e9dd372188528c2da017b8567d4f3bd3b6d86f5c36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8779, '2023-04-30 14:54:07', 'SALE/POS2023/04/8789', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf67d9fe07d612460ac0b10898cfc5e29cc5a0dccbce96fc673881353f763a8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8780, '2023-04-30 15:09:07', 'SALE/POS2023/04/8790', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '85.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad4958dc83f1ff828003fc02bcda11ce1d0b4597f762ea752ca8f0d9cfb6ad92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8781, '2023-04-30 15:28:00', 'SALE/POS2023/04/8791', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a700b95c2003acfd8a84a6b46a199aa3fc855c3d911b0c9b43184b0f24f45c49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8782, '2023-04-30 15:42:04', 'SALE/POS2023/04/8792', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f877aba83db64914157d1aa17f42d9ea1456772b6813dcfb608b4b7601e1209', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8783, '2023-04-30 16:06:13', 'SALE/POS2023/04/8793', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e5f28b11306f70e1e616268f4b29f525659b5d04caef6a9afc7ac141f6d914f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8784, '2023-04-30 16:22:32', 'SALE/POS2023/04/8794', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9360921d22b8f21e5e305953c2b33b500972942fd2e587c61a7baa696247e108', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8785, '2023-04-30 16:30:58', 'SALE/POS2023/04/8795', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '149fe52b00995185ad9ca2fc1fdadc7cdd2562495d15335c1301f70311216b5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8786, '2023-04-30 16:52:46', 'SALE/POS2023/04/8796', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6ed3a29008a4a761fb7059352c9943c95cae5c83759760965444cce207654ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8787, '2023-04-30 17:02:51', 'SALE/POS2023/04/8797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5520fbb45679c3940ecd478529cb3ccaf77fa6dffb2e23bc971c6495486a86fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8788, '2023-04-30 17:13:02', 'SALE/POS2023/04/8798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a14bdf5df075adce9963ba60e2f2277f5c08762d9ee81b713b9d9b60f5757a38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8789, '2023-04-30 17:14:50', 'SALE/POS2023/04/8799', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '804796cc3e23fc5cfb9e13c6ba0775ae03838c6e86b9744d791ed2204e40a661', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8790, '2023-04-30 17:20:34', 'SALE/POS2023/04/8800', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '341587b3184434e0de098fdccabd48ef1195ff5a2a7e5609b3338aba317d1c00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8791, '2023-04-30 17:38:49', 'SALE/POS2023/04/8801', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebc4ce1afff9bf77b3e4920af6711509516ddb8e4f279ef8988557dbcd5eea8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8792, '2023-04-30 17:53:56', 'SALE/POS2023/04/8802', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '078916a977843d84ff1f9a0c17a61cfa1445e9d50bdef7ffb19cf7fe76db697b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8793, '2023-04-30 17:54:15', 'SALE/POS2023/04/8803', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5979d674a1bab3b3039aac440ff5ebc7bf9e1e86cd213dd7bf23c365e3728075', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8794, '2023-04-30 18:04:50', 'SALE/POS2023/04/8804', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2bc3bb4371cfc95fc9c554fc7559c44917404b5466f3182d5801477cabf11e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8795, '2023-04-30 18:08:45', 'SALE/POS2023/04/8805', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '102.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '102.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ca65ce32261e5d820fef73279042efc4ff32cae64f8e175f95700b92e75b7ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8796, '2023-04-30 18:10:42', 'SALE/POS2023/04/8806', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b50cad89274680eadefe7aa273981177e6903b59b0e8319fd75339b827047142', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8797, '2023-04-30 18:24:08', 'SALE/POS2023/04/8807', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5602fad390f15bf081e9de85b44effd55aedbdec3ff675bad84e98c6b867ca64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8798, '2023-04-30 18:29:07', 'SALE/POS2023/04/8808', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd0a2e7c23d6b3b7af656b7913a37e9a61d0a32a4dfd5b1e4f63e4f9d953140b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8799, '2023-04-30 18:31:35', 'SALE/POS2023/04/8809', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fd4db9f4936a4cee3e3f1f0baeb3ae1a3e4e38a6ece22d219a8eb1e1a0f12ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8800, '2023-04-30 18:58:02', 'SALE/POS2023/04/8810', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd44f5c0f48c566f81fd8d30bac2da2caa2f1dbbd5420491cec55d4712fb512a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8801, '2023-04-30 18:59:40', 'SALE/POS2023/04/8811', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f800f19ed2b84a2e88a3493be9d52bb92a1e7f7d388962cb4ac5c9a40a5a62bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8802, '2023-04-30 19:01:38', 'SALE/POS2023/04/8812', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '43.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '199413e934b5df28eada0b4d0386e2c7d74a7f5eadfcbbd805e97db68ce56a2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8803, '2023-04-30 19:03:23', 'SALE/POS2023/04/8813', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94de127029a86dac0c807723a31f26fbd27b96ed35dac8a25566e2ad4eb5e154', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8804, '2023-04-30 19:05:38', 'SALE/POS2023/04/8814', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ac88ec9bb52783d9dbf34ca16e9e0681a6958404bb1588f0e8fdcf9eb19498d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8805, '2023-04-30 19:10:16', 'SALE/POS2023/04/8815', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46d3fe602566e04d1c998145eb7c980323ca31e3edcdfa9def60aa39ffa116ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8806, '2023-04-30 19:13:37', 'SALE/POS2023/04/8816', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb118051d29788c9642d67dbd43dad1b9bc16d8ce198594d2e58f70b2062b3f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8807, '2023-04-30 19:15:38', 'SALE/POS2023/04/8817', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acce439c821ee4383724f81d5692fab5d21513c1dbe4c8f667b0e65405d84a05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8808, '2023-04-30 19:16:55', 'SALE/POS2023/04/8818', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82673cdf46d26dc1eb37ec285d578aa9665912ae2acb1a7ecf68522b52d5df3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8809, '2023-04-30 19:33:18', 'SALE/POS2023/04/8819', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50663ff5ed5001f2b890d53e877eac87fa34199c9d3f73d421600f432c3460fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8810, '2023-04-30 19:45:16', 'SALE/POS2023/04/8820', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f84fcf3b700887bc0dfda2aff68baca97eabd1655b536b0674c6a340f68f35bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8811, '2023-04-30 19:47:49', 'SALE/POS2023/04/8821', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae38c4b4826fb48d8cc51a2f80fc34c63315ac50f9c076fd67826114795fed1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8812, '2023-04-30 19:56:19', 'SALE/POS2023/04/8822', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd99db7bb4e5f9e68b140e805ad8e2040edb09779f9f38708bc42200f5063c0bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8813, '2023-05-01 06:05:23', 'SALE/POS2023/05/8823', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '593e24399b7f7ee23d6a1ee72fa579790a93acfa82e8d8f805e1f3c2abf1254a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8814, '2023-05-01 06:48:44', 'SALE/POS2023/05/8824', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33a5b149d3684a8b04f57eee9560c5547439fa9d87fb7046c506ceb57c807014', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8815, '2023-05-01 07:29:15', 'SALE/POS2023/05/8825', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcd38a17fbaafb4f453a42e50b5b1dada0d6459bc4012158131e95ff4c7f8a52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8816, '2023-05-01 07:37:47', 'SALE/POS2023/05/8826', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80846b529d5f27ac0bbc2dbd4edb428ac346853544183d9f5543f295cad888d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8817, '2023-05-01 07:38:18', 'SALE/POS2023/05/8827', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60b5b791c93345e21cc76996c8a1fd03e17b916761015bf4a273ee499b50e392', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8818, '2023-05-01 07:39:30', 'SALE/POS2023/05/8828', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '46.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41b424d06d7768369236f5c7530fbe30aa0a5d1ea3dd1d7c40c9a6748be75c38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8819, '2023-05-01 07:40:07', 'SALE/POS2023/05/8829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '989d71f4b0cdc584eb9c40dd4ac6555ea86692650f5f6e7f92e51398452b40ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8820, '2023-05-01 07:42:44', 'SALE/POS2023/05/8830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '95.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '95.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '95.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32e9075986381b81f809c4f574ad73c6fcda6adef438376c894ce6f76779540b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8821, '2023-05-01 07:43:32', 'SALE/POS2023/05/8831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cf2b7dfb3196e86e826e5867df5a3ef21b7e90285a90d7794575327becc8e24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8822, '2023-05-01 07:43:57', 'SALE/POS2023/05/8832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93c77dbaa9b20c8a0878aee4e2c53fa9f757da861c4eb845479f6b6243f13ca9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8823, '2023-05-01 07:46:51', 'SALE/POS2023/05/8833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1fd637f6b7fb8caed474b603d5bf41c3e51648e4c82c9cef08a0d57824cd5e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8824, '2023-05-01 07:49:07', 'SALE/POS2023/05/8834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62fbd59828caac3bb2c66819862c18c4cd96da470fd53614be46cf05c07aedad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8825, '2023-05-01 07:56:46', 'SALE/POS2023/05/8835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f258ff4e1f25274ab2cd1a1f2864daf21b7fb9e5bf7aabbd72f2326342c06664', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8826, '2023-05-01 07:57:01', 'SALE/POS2023/05/8836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd487ce526258249702c0163107dc1f0a0a879c96d33727769f3f5ca75e97c49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8827, '2023-05-03 16:46:31', 'SALE/POS2023/05/8837', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf34b8118c5c02cf74525bd00433a3f99999e322f84b9e8823181c2482eb4ba9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8828, '2023-05-03 17:08:25', 'SALE/POS2023/05/8838', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3470db396092db5188f189245ddf87317ec4842276f52ec0944a6d286546854', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8829, '2023-05-03 17:16:28', 'SALE/POS2023/05/8839', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8376feaed1c192245db8d201a70da7110d90e381529b94d7fdc66b565084cedf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8830, '2023-05-03 17:28:48', 'SALE/POS2023/05/8840', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a1170cbaca306ea094327aa871668119bbeb9071d24e82cecb962f450e43272', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8831, '2023-05-03 17:31:34', 'SALE/POS2023/05/8841', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '71.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d32a8ef4cce4d88c5fce82e6b732a6d00742712343cbb857d3d841fecb17209', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8832, '2023-05-03 17:34:59', 'SALE/POS2023/05/8842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '106.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '106.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '106.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6dfa696f8b280d112596974034f39535c7265f242ac323288cf7f4df6de14764', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8833, '2023-05-03 17:54:41', 'SALE/POS2023/05/8843', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '224.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '224.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 39, 1, '224.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdd47e7dd84364574856feff92829a11a74650dbaa7b09ea73ee4d821c43f407', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8834, '2023-05-03 18:05:13', 'SALE/POS2023/05/8844', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5538d76dac98913abdce6f73f581ffa39d60c3d5d69359e8c75cfa95c238b989', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8835, '2023-05-03 18:12:36', 'SALE/POS2023/05/8845', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '164.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '164.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '164.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fa8c619e1781f0a222f7f353dcdc3cc2ef9b655e4617ec4029c9f423cc3613a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8836, '2023-05-03 18:25:38', 'SALE/POS2023/05/8846', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '252.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '252.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 43, 1, '252.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5796aee52e2f294f31fb2181c00b6edf200363b97e95c742203bed5273f006c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8837, '2023-05-03 18:35:40', 'SALE/POS2023/05/8847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '110.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '110.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22ca628d2d1a9c2bc8504e12a68afca6a283dbaabc3cbbad30aab361fde0122d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8838, '2023-05-03 18:39:44', 'SALE/POS2023/05/8848', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '285.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '285.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 39, 1, '285.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7844326d4b4671a500ea4fcf27448d82272c25039a745bd51678ed04ca982793', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8839, '2023-05-03 18:41:05', 'SALE/POS2023/05/8849', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '63.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f329360ad98603e6c7451ab6f01cd7a164cddfc9af2456df5125ec6d93f9dfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8840, '2023-05-03 18:43:59', 'SALE/POS2023/05/8850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '182.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '182.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '182.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e29da5de0d77438e66b2bd5ed62241422a775f5825a251d69ebe9ac5ab990ef9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8841, '2023-05-03 18:47:57', 'SALE/POS2023/05/8851', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '178.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '178.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '178.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d06b1e2f6ffea0e160f286494b330283281c27d805d51fbb3f20a7fa7967e7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8842, '2023-05-03 18:53:17', 'SALE/POS2023/05/8852', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '98.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '98.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '98.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b74b58a8a2d9f365a05fe3a5f1e311d97c7b934fe910136db0e79c597ec1cc46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8843, '2023-05-03 18:54:24', 'SALE/POS2023/05/8853', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c37381754db9f39f89b0e8b2bfd8469af9d30786502ba49cf303cbf03a3a1d51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8844, '2023-05-03 19:01:57', 'SALE/POS2023/05/8854', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2557da4ad94e421ee7331b9c013d96162b883ae068bae7b2277fd5e55c63d562', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8845, '2023-05-03 19:03:03', 'SALE/POS2023/05/8855', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '154.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '154.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '154.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd5503106d7a0fcd93e4b708499a0c640e46797fbe9165095b2e8c627988b9bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8846, '2023-05-03 19:06:16', 'SALE/POS2023/05/8856', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '134.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '134.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '134.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae442d62a03297a556c8e92250d5da7bcd86761cf2608cb27689b7c24c8f7091', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8847, '2023-05-03 19:07:29', 'SALE/POS2023/05/8857', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '81.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9885ac3d43fff4c44d569e09db0796ac6f429c7dbbb823277697fd1edcccab2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8848, '2023-05-03 19:08:35', 'SALE/POS2023/05/8858', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '77.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '77.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '77.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0f8cae6c57530bb32dd493dde6367e05f8db02be4d4440ca1d5f799ca900572', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8849, '2023-05-03 19:11:13', 'SALE/POS2023/05/8859', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '128.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '128.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '128.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93641e09877c3959c9e9014d0fb4823caa8e66354c9c8a4bc991aa2122892959', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8850, '2023-05-03 19:13:00', 'SALE/POS2023/05/8860', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '85.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8f27a7164f07c0b015a6841bb7f17c2538404067e30c85fd28a2abcba315908', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8851, '2023-05-03 19:15:32', 'SALE/POS2023/05/8861', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '124.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '124.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '124.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d6119e810d1dc272a9fb9694e282949d73636cd6b34c2231d63be9e6112ed36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8852, '2023-05-03 19:16:46', 'SALE/POS2023/05/8862', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29d92cd204a03f8292125e4fc3f3b3bcd624f186029e52f6492b7c259df4d843', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8853, '2023-05-03 19:19:06', 'SALE/POS2023/05/8863', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53ce2bbfbd50ac40615970eaa3ee9892badb018c3281dd2e8dbbd1e1906cbea9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8854, '2023-05-03 19:19:32', 'SALE/POS2023/05/8864', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c2ed22c5bd14a1af88fca359e78fe2154ff63b7d9bd239bbed7f4766af2f44a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8855, '2023-05-03 19:20:24', 'SALE/POS2023/05/8865', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '814b59900b9e86c039ff9a8d172343588e6939f1d3ef9f46f78ae6e2c9463006', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8856, '2023-05-03 19:20:48', 'SALE/POS2023/05/8866', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'babb3fc14a95b6b1448e7037eeb9e0e58db9ddc6b79b235c7197d942c01624b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8857, '2023-05-03 19:22:12', 'SALE/POS2023/05/8867', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b27da0f7efb7e9cca60826e3bf6f4aa6eefdeb31d8a1448c371e12e7a343bc02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8858, '2023-05-03 19:23:24', 'SALE/POS2023/05/8868', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '255.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '255.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '255.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d90bf038302bb727eb7c2148e196ed7b3ebf0f15b8d75d64dbb990cab1cd27e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8859, '2023-05-03 19:25:38', 'SALE/POS2023/05/8869', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '364.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '364.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 48, 1, '364.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd983418cdd71f3d22a3fe0689f3104c1b5de57890c4b2172da7d7b84cb802f07', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8860, '2023-05-03 19:27:00', 'SALE/POS2023/05/8870', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '142.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '142.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '142.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de61e4d0a5407bb58e07b0ad1c4c4aa3fca219482c5559b9fcf0cea7f6211adb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8861, '2023-05-03 19:28:40', 'SALE/POS2023/05/8871', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '252.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '252.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '252.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '060840421d77f52002e6d4469f4566d184d034484fada9272e390af0e0052876', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8862, '2023-05-03 19:29:12', 'SALE/POS2023/05/8872', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '278.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '278.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '278.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d701a7dba9abc422a99c550441d621f013724c75c58959dfe21a8e9e72d33d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8863, '2023-05-03 19:32:01', 'SALE/POS2023/05/8873', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '105.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f26663a5ebca47e2c1141b8dc21bbb3a27e7b8333d54909e7fdad06787c4e80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8864, '2023-05-03 19:33:04', 'SALE/POS2023/05/8874', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e099f9a49d3dbfe1c60377581465bf11944283f0deb381c42caff9c27c0c98c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8865, '2023-05-03 19:35:01', 'SALE/POS2023/05/8875', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '162.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '162.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '162.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87cdb59b4716efffa9fc910aea919453b13bdd1540996f8890503102f1f59805', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8866, '2023-05-03 19:36:21', 'SALE/POS2023/05/8876', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '106.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '106.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '106.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df195e49d9f7ca057fad3fd22962d5916b781fe86fd496b36f8e49510ebd5f46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8867, '2023-05-04 07:00:48', 'SALE/POS2023/05/8877', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55db3292ae8badf3ef08f064061cd6d1f977a1c57d03e7d3ceb456b463741cd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8868, '2023-05-04 07:04:28', 'SALE/POS2023/05/8878', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60ca3722c0eccc949137b15c174d6efd52f9ef3e3f599cf82d4c2cb7a6152fe1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8869, '2023-05-04 07:04:54', 'SALE/POS2023/05/8879', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8be310480e191064d582251407ae7c24a29f853e8fd9202dc9372a5a342a0a80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8870, '2023-05-04 07:05:24', 'SALE/POS2023/05/8880', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cca35c4278408d9c001f44e14993d42f36f3386c85f45724de4b5a19bef9fc31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8871, '2023-05-04 07:07:03', 'SALE/POS2023/05/8881', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '53.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73a1e507fde0a13606a34fc2ac4c7c0a8cdbbdeb8c4b885bc14d696a7d12c071', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8872, '2023-05-04 07:07:50', 'SALE/POS2023/05/8882', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfb88eea436e6f4c9767282d02cf818cd9fb5920fd193e0a38eb7167a7bad087', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8873, '2023-05-04 07:08:22', 'SALE/POS2023/05/8883', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c81022c0f5345aa6663f75f993584c593595ae8e73e9e2bd9b7239c6d9e1b3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8874, '2023-05-04 07:09:50', 'SALE/POS2023/05/8884', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3cac8fe2f504eb2eba4a6060127f624e2bae6195a871fd98cf9e6de613eab81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8875, '2023-05-04 07:10:50', 'SALE/POS2023/05/8885', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12f1cd54b335f531ac1892c34a76c52be1085f164a09ddeffad76c1e67222178', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8876, '2023-05-04 07:12:11', 'SALE/POS2023/05/8886', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46469511411972f35d3283a8c8e25440cfcd41fb32eb72bcaf211194ff766b35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8877, '2023-05-04 07:14:12', 'SALE/POS2023/05/8887', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f01043d889a7f5027613b1f791d945d3dd5d75a0301ef022e1e9e4772947ae10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8878, '2023-05-04 07:15:08', 'SALE/POS2023/05/8888', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fba14886b78ef7883cec4c2ca3c70740b0c75e01ae23b2e287644b3b963a78e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8879, '2023-05-04 07:15:56', 'SALE/POS2023/05/8889', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d15914c6a50536eebed4de89408f4568ed3776e19a4703b046e600341f6465b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8880, '2023-05-04 07:16:46', 'SALE/POS2023/05/8890', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7a11dc9ec684d9d10d16b67356e589b590bcd2db4cbef79240ed36fdb9dddb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8881, '2023-05-04 07:17:13', 'SALE/POS2023/05/8891', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c1ba08e6477b9ff80c4081ac45eb8c6f69c7ccae218b5354d510b7e3fb36b34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8882, '2023-05-04 07:18:47', 'SALE/POS2023/05/8892', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '111.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '111.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '111.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b19fed2fc8cee6c7db2b9bf05ca71c992fb8a6670918e61b8bb351e071b2363f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8883, '2023-05-04 07:43:35', 'SALE/POS2023/05/8893', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ec661a01cf496986fd8649e0b17d2631c1797845d32103e2fc0699556277388', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8884, '2023-05-04 08:17:24', 'SALE/POS2023/05/8894', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa45f3d2eb0ca8ed861c39f9cf85827fc644fa1b50593e51bde237984942140b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8885, '2023-05-04 09:13:25', 'SALE/POS2023/05/8895', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e551ad29b8173d94d044495ff07b7be8e92c1f4e2d77c1b2d30c5b75b4e3b212', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8886, '2023-05-04 09:53:13', 'SALE/POS2023/05/8896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e63077a0f16e385f33f41ec792a72d4b81745abb1d2caa87948958ada0badd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8887, '2023-05-04 09:59:46', 'SALE/POS2023/05/8897', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '218e572a8641ae43ae0dfb1a9b900f6125b1ac0c9f1cb2a7f4969e707c32c341', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8888, '2023-05-04 10:15:00', 'SALE/POS2023/05/8898', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '724e6df76042c19b4e8cc36aaf951833660be1eeca7bb28b799c8968b9b17ece', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8889, '2023-05-04 11:17:33', 'SALE/POS2023/05/8899', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21bbf8cd8aa3257643cafa4c6bf5d09a4923459992c146c3e631f62a93f0519f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8890, '2023-05-04 12:19:24', 'SALE/POS2023/05/8900', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7d970edc94c54f13f4570d4bda047c37fa550db3c3220ad9d5fd2a5971d53af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8891, '2023-05-04 12:19:39', 'SALE/POS2023/05/8901', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '935f65dbb8748ec726f7f080c869051a52469e176bf0a4985430ecbb39b7b1b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8892, '2023-05-04 12:22:04', 'SALE/POS2023/05/8902', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b928de367170c8a59c3a03ef7663639348b980c148b3c0f2f783dde4abaa13b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8893, '2023-05-04 12:24:04', 'SALE/POS2023/05/8903', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8331b9ac440f345ce93d881a09e2081a7e3a101d1da8e0544907606664a37c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8894, '2023-05-04 12:32:16', 'SALE/POS2023/05/8904', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a58ed0bce14dd61da9739fce39230c19be05b91e509bae2a1e4d7d14a33f8f28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8895, '2023-05-04 12:56:13', 'SALE/POS2023/05/8905', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21871271c63140e00fbeccf255e37e5a20af2f4e14e0bc4b87a0b45a01a72ac1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8896, '2023-05-04 13:25:08', 'SALE/POS2023/05/8906', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c2043fd0deed8d2c04c7cbe2d7beeb573746805260ea1b53c4b18743aa07b38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8897, '2023-05-04 15:18:17', 'SALE/POS2023/05/8907', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2013793f688dcd474d60510a0e85a51d79f23aa5162c31c38faacecfbe1ff29d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8898, '2023-05-04 15:24:21', 'SALE/POS2023/05/8908', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acb48f3a1fec308b8c3d9fb4075894a3c2166187e38ed5eabaf6c76a0d0ff68d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8899, '2023-05-04 15:52:37', 'SALE/POS2023/05/8909', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f67434a0c99b0e4a1f8d7abcc0e63bec8f8002b051647e373044fe655467658f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8900, '2023-05-04 16:23:11', 'SALE/POS2023/05/8910', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3701a23543f6f2d42a2907761f338a757a6dc174cf5317f3e1c69da5b0ee5a20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8901, '2023-05-04 16:24:02', 'SALE/POS2023/05/8911', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38e37bd4b6aeefa6409a7df7810231b9dc478b218ddc69bc99e9b576663c2106', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8902, '2023-05-04 16:28:56', 'SALE/POS2023/05/8912', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37f47917ebb7ab504f6d4d3e3d45f625524988feae4ed6e1e93bc081a318cda8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8903, '2023-05-04 16:29:34', 'SALE/POS2023/05/8913', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d6086cd22bbf69ae008d596065d25e8fd892c43d862309526dd4ee4edb9c226', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8904, '2023-05-04 17:41:51', 'SALE/POS2023/05/8914', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1e6fc6fceba0f5354ec713599d7b3d6adb3be3447f3329b07ac4f0ea143ed55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8905, '2023-05-04 17:46:46', 'SALE/POS2023/05/8915', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e993f2df2d855357e128195faf28939bf1271a59094c9084f19832dfe3b28e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8906, '2023-05-04 17:48:05', 'SALE/POS2023/05/8916', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0c75e5af7d3f112644acae16b252816d31d7a41c7354bbdcedd81bfc3331d44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8907, '2023-05-04 18:05:43', 'SALE/POS2023/05/8917', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '211b89931e7eb19446cfae11799a1a11d77d577846493aa10c911f7a8d3e36ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8908, '2023-05-04 19:49:20', 'SALE/POS2023/05/8918', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76c73768ae1efc0f0d4f4651708f71d35054f33536994e43d5efdc4bfc4fdf61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8909, '2023-05-04 19:51:55', 'SALE/POS2023/05/8919', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6056d04b2e6154bc23abdc1b9116f520c27722552ea4c6207b6b08bfbe79c53c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8910, '2023-05-05 06:52:16', 'SALE/POS2023/05/8920', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7702f5aa9e9c23c9d13e4ccbb30b5326acfd2510cd45d34faf3fa6720ec71849', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8911, '2023-05-05 06:53:37', 'SALE/POS2023/05/8921', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '53.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a507ac2f7eae88fbcf8698992239254ad17e3166a0da3ce4a7de2a244346de1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8912, '2023-05-05 06:53:52', 'SALE/POS2023/05/8922', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6b9e41c16d076a6f9ff09b52ca17965b99e9118716e50cd70cd3d59547c2b42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8913, '2023-05-05 06:54:33', 'SALE/POS2023/05/8923', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '342b6e63adb03e438a8dc6a8ec6b7cb1633e71f1fd9103b440fae3e4486b52c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8914, '2023-05-05 06:58:21', 'SALE/POS2023/05/8924', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '121.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '121.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '121.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26731845154822605591e6923d126d9ad7ef4a989f1cd29629b3e7225a422522', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8915, '2023-05-05 07:09:10', 'SALE/POS2023/05/8925', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbcf58a6fc76a3224a62a4bb7dab5257339ee00bab2a2fb071b0bf09989c0865', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8916, '2023-05-05 07:20:47', 'SALE/POS2023/05/8926', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5c8ac1709ce75cfd428f0da120c3cfb539fdff4e3db035c4a8955ef2106fc7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8917, '2023-05-05 07:25:05', 'SALE/POS2023/05/8927', 54, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a922e0178feeeef21dbb9375a6425f3c9edaeab4d8a42d66b18b4304149b8926', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8918, '2023-05-05 07:33:56', 'SALE/POS2023/05/8928', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d06c18477dc8eff990a5562ac0562dc3fa2494123440456e1b5850758fabd7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8919, '2023-05-05 07:59:02', 'SALE/POS2023/05/8929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4eb297d72ffd5385e3b07407c087447752b4cf3c42aa396c401bfc129dd455c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8920, '2023-05-05 08:07:44', 'SALE/POS2023/05/8930', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be9a24bcee157bee1faca8c66b2932d3f26e029e88ab1c2070a55ca694d4bc0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8921, '2023-05-05 09:03:48', 'SALE/POS2023/05/8931', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1b50ff399bef389abe26437817019d3aaf9a33b8ad091731ffa94f529fb9afc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8922, '2023-05-05 09:50:40', 'SALE/POS2023/05/8932', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '354fc0f84d8eeafd4a205a0cb600db110d656f5b3a5ceaac8197e59ee3cbd755', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8923, '2023-05-05 10:11:08', 'SALE/POS2023/05/8933', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '348124bfd0e66791ce51e152bf0f6d0e8784b30801810d19bab94b8dc00f8d15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8924, '2023-05-05 10:33:18', 'SALE/POS2023/05/8934', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc66f2eb6afd4bd806a2c293f9f96d4a2e6561fe63eaf5fae6b7c6db1d801fc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8925, '2023-05-05 10:37:44', 'SALE/POS2023/05/8935', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4ee797a62e265bf893a379e5f34f50f5ff3bf631f5f7503924c3d655fd6bae8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8926, '2023-05-05 10:40:58', 'SALE/POS2023/05/8936', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51e68f12e2d364958f82829e7d74c5633b7bc507034d42caecbbb4f20ef18566', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8927, '2023-05-05 10:41:25', 'SALE/POS2023/05/8937', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f72abe4a56e75797b22ec422bac22a8e121a4c4b8db329fb9902dc80721aedf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8928, '2023-05-05 10:57:54', 'SALE/POS2023/05/8938', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94fbb49ceec414d95ebb089e1cb4a0513bd740cf8049d2043f85a372e953a044', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8929, '2023-05-05 11:10:48', 'SALE/POS2023/05/8939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a76e3e8bf40f38d7c3826a14b04a9b994cd3cbfe604359391d505c3bfd3fc3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8930, '2023-05-05 11:12:05', 'SALE/POS2023/05/8940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01c9a921768e7bfb8985b3623742a1b677fc8b81ab731252d3952799b602eb2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8931, '2023-05-05 11:29:52', 'SALE/POS2023/05/8941', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '999a722dcae8c65b3d2b2a5179971532bd2b5769a7c4e4c725c0a1f682b29388', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8932, '2023-05-05 12:15:49', 'SALE/POS2023/05/8942', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0d5e0c5d8e308812e0c1ab74c55e3a0c59ac5b5bb5a847a563553d1c776cdea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8933, '2023-05-05 12:28:42', 'SALE/POS2023/05/8943', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edec80670b1df0ef948579b7c529a781e7cb934afb8ab2817cd0b0917d670055', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8934, '2023-05-05 12:41:15', 'SALE/POS2023/05/8944', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46100a1052979db815fd6f5b5efd9f51390b9fe09b82f62e6e6ae8b72a4d5161', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8935, '2023-05-05 14:36:08', 'SALE/POS2023/05/8945', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd5da1e6be53bd8aea15e209a568f8370c9175e59f0fc642613361b4acd34bb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8936, '2023-05-05 14:45:58', 'SALE/POS2023/05/8946', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8086890d69d993304c194a607342a8f04e1ba53ac1149cb4737eef0f01780b5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8937, '2023-05-05 15:12:14', 'SALE/POS2023/05/8947', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7d3c7920353535f46fe7e5cda5f459c4478a52dc6ed169844fe36a08ef70c3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8938, '2023-05-05 15:18:53', 'SALE/POS2023/05/8948', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cb83ae80e8707033dfba653e813fe0bf702ae3536f287a694520c0a7ee4d62e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8939, '2023-05-05 15:36:13', 'SALE/POS2023/05/8949', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd0561471940190e2acc45c2e95b65f3b3871bdcced0f594c694fdd558f956a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8940, '2023-05-05 15:46:58', 'SALE/POS2023/05/8950', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bdcf1b64bca90ce3bc14874d9372fa810170c41401bfb3e776ac25147811d292', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8941, '2023-05-05 16:12:32', 'SALE/POS2023/05/8951', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a5f115cdd8c06f4292a2736d501e29b385cadacbec0a6ee55ae9f302d767971', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8942, '2023-05-05 16:21:38', 'SALE/POS2023/05/8952', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01703119926f187f656f160b5b0d0de205646076c4b926ddbe71c9b5466185cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8943, '2023-05-05 16:23:39', 'SALE/POS2023/05/8953', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e8d527fdec5b33c66a3fc512257046d00609046d0ae59a3161e9f85a55c0a37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8944, '2023-05-05 16:28:11', 'SALE/POS2023/05/8954', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9867568a1bed5a391a4c3b21ebe2fda2ba2cd356182df86b0e116936f2955b7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8945, '2023-05-05 16:35:08', 'SALE/POS2023/05/8955', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f90477027cae162d8c999fd9dccb9dcaa70e789d4bee5efea380a7adc5bb6b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8946, '2023-05-05 16:37:44', 'SALE/POS2023/05/8956', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5d55aaf0d7fb6630a669c6062c96006d8f1db8680fb497c1ab35e072c4530c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8947, '2023-05-05 16:54:05', 'SALE/POS2023/05/8957', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57fbfcceb6c553600a510122c610388920cfbf4de16469f7e5cc3a0f72de7481', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8948, '2023-05-05 16:57:19', 'SALE/POS2023/05/8958', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2371ec4126ea59042bc4d41248824cf6366d0c6fcceff93f1ca91395349179e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8949, '2023-05-05 17:05:58', 'SALE/POS2023/05/8959', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2e2e136b3bc847b41190f33ef5583971704560b6677719ed3c4854dee19389d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8950, '2023-05-05 17:29:45', 'SALE/POS2023/05/8960', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50d8ea622b8637f9707f720019e3d1048d0354d351cc24745bf9faf8651ab749', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8951, '2023-05-05 17:35:09', 'SALE/POS2023/05/8961', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b96600a344b825baf75f2c3882033ae8dd9298a54b969fd9f3efa220bc7cc355', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8952, '2023-05-05 17:55:19', 'SALE/POS2023/05/8962', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd3c162d47fac148a67b733c0937413a4199ba33a256fd264e63f6099e89a393', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8953, '2023-05-05 18:01:05', 'SALE/POS2023/05/8963', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '942defad0c76cbb2e47f4d47f85d46d9d79feed12759e16107d49daa67eb2de8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8954, '2023-05-05 18:05:56', 'SALE/POS2023/05/8964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e05c0b9959df755c4810f9b53144442f21777c7e6800e26a0c183bd939d31cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8955, '2023-05-05 18:51:22', 'SALE/POS2023/05/8965', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec093360ae8db5e5c50d05f61c8b14870824368ee4edfcd609c3a0f297adb0f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8956, '2023-05-05 19:01:21', 'SALE/POS2023/05/8966', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf5ecba335d22c24dbceeb3516d7b567d48cab4483ff3602a9f1f0bd49d7c3f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8957, '2023-05-05 19:04:31', 'SALE/POS2023/05/8967', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1cbbc0e8415bf38debd0d6d535ffbc93f427e0cb0ed76f679e9788d91ee574d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8958, '2023-05-05 19:05:21', 'SALE/POS2023/05/8968', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc33c7b9e51490f497dd52a1a8de03f6b2992f50774d1ce2448fc93378faadd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8959, '2023-05-05 19:17:40', 'SALE/POS2023/05/8969', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f71f729a9b848a5a5e7f870e739ab846e4190a368668ec685aaf77b23e5e256a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8960, '2023-05-05 19:48:45', 'SALE/POS2023/05/8970', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b8b6e4a3ecd8cff5d8a9c5e6ae8c9f0d6b6a47fe94fb1f36e487a708221d5a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8961, '2023-05-06 05:32:40', 'SALE/POS2023/05/8971', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b6e7a53dc1f4fc71d60e445b2d11117e1eaa5ca48dc04470767ef716ac57f8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8962, '2023-05-06 06:26:33', 'SALE/POS2023/05/8972', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ab2176a6dd015841fb7ccd1949315305034c34b13bea2769046878fb36fb762', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8963, '2023-05-06 07:30:54', 'SALE/POS2023/05/8973', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f36a260d8472b57522befdd3b917e41684713786bdc35b0f76e9152de7d15aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8964, '2023-05-06 07:55:52', 'SALE/POS2023/05/8974', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0535d0a2db6b3ea72fd18ddb827939f4581b04c747b43c009175c99711ccc29d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8965, '2023-05-06 08:52:06', 'SALE/POS2023/05/8975', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc2fcc1de0589954f7f8ff2d58dadca440681751ffa9fdc8a244fdfe92c66fae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8966, '2023-05-06 09:01:12', 'SALE/POS2023/05/8976', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'abe16621f2a848af67a0fe749628cb46c1c2ffa2d947b8abf2bc44de63dc8aff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8967, '2023-05-06 09:44:19', 'SALE/POS2023/05/8977', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f109ccdbc127fb01c76463d9bbc7736fbfcbd30a20252a450f1e9eb006f4164', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8968, '2023-05-06 10:20:48', 'SALE/POS2023/05/8978', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09c9b7c837af53712a429781f5405539ea743fb9c1a888427a9c6d8d9c025382', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8969, '2023-05-06 10:25:20', 'SALE/POS2023/05/8979', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b888eafb06bf1a81dcbf98179b8767eb95f973a9e797765f9cfe222c6f066da0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8970, '2023-05-06 10:34:07', 'SALE/POS2023/05/8980', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d8e93bda68cdee9ed71d6598e2bba81f6f1711fb8e0b1b8963e4a022ab61660', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8971, '2023-05-06 10:53:43', 'SALE/POS2023/05/8981', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b3ade40f76f51b5b702a638063223c17eff6e67106af68d6cee25a667d11140', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8972, '2023-05-06 11:15:40', 'SALE/POS2023/05/8982', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0379ca8eb442d9b53a5af0764b85989a305deafff5a4a5da2d95456ea10304a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8973, '2023-05-06 11:18:25', 'SALE/POS2023/05/8983', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8511233fcfcf7a1708fd78350563fe0546a92f959eb495cdb91adee907809db6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8974, '2023-05-06 11:35:39', 'SALE/POS2023/05/8984', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e72f6ebb46c420151e7f30105e5fafbffec78a577df6e050aa41a42add903514', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8975, '2023-05-06 12:24:50', 'SALE/POS2023/05/8985', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04dc6c69af013c61f1ee744db0ace38553e5f8019d7536f6158083578d8d5225', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8976, '2023-05-06 13:00:45', 'SALE/POS2023/05/8986', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd2018a7789600f50a8fa8a45ee1f24ea1964f29ff720b62dce4e73c3df03d74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8977, '2023-05-06 13:03:56', 'SALE/POS2023/05/8987', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b4b8c8da6f8828931e4170a852e9529a1b8853b69b01f1b788cf093a55efd87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8978, '2023-05-06 13:59:58', 'SALE/POS2023/05/8988', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddcdba861a3671549990b8891e656fc493f78c3bc57b2b42d99b6533bc788275', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8979, '2023-05-06 14:09:08', 'SALE/POS2023/05/8989', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e12e8faa07e0b83e0ca77530ba09594f2c8c6fe7a2e3d6a3c532ff6340f45e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8980, '2023-05-06 14:11:48', 'SALE/POS2023/05/8990', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2934d6832bffa4afd4d579e83cff0d6faf6f20177ed89ecf0e7b06d00375e949', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8981, '2023-05-06 14:28:38', 'SALE/POS2023/05/8991', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21f768185e6fc8dbadb38d52388e7b9423302315e07818d9e5f6dedb6ac5a25a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8982, '2023-05-06 14:34:13', 'SALE/POS2023/05/8992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4dd22ebc08172714c8670f23f3aecbda16a3a3aee2dbf46ba3f946ae48f1b499', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8983, '2023-05-06 14:36:52', 'SALE/POS2023/05/8993', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8843a9ff1d87d508657ed282f5051865b23946a89adec4b7e580b156f4ab5508', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8984, '2023-05-06 14:43:18', 'SALE/POS2023/05/8994', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c46a2283a29fbe37197f259a893e2c967917a7a8e385b382ddcefba306aef52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8985, '2023-05-06 15:07:31', 'SALE/POS2023/05/8995', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3838ef690c28ff4129ef6e07bcf170baec8ed4661ccb83a2db3040bc58fc8f8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8986, '2023-05-06 15:49:16', 'SALE/POS2023/05/8996', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a937aad6f014439a755f9ae6286923ecc7065fedc51e5e731df41d3e538cd112', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8987, '2023-05-06 16:12:19', 'SALE/POS2023/05/8997', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a27cbeb96d531197ffce76a85789f14292c51e41782115de75255a8dd2d8bda8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8988, '2023-05-06 16:43:26', 'SALE/POS2023/05/8998', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c00c6d470b618ddb30c7c96d7849ecff98892e142db60972212b5d2204b1938', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8989, '2023-05-06 16:44:43', 'SALE/POS2023/05/8999', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afea4704dfb04fbeeaa4bca62b8d07b49ff333931700878e4d0e1e55826cc24d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8990, '2023-05-06 17:00:08', 'SALE/POS2023/05/9000', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c8402735b93b303d83a1f67dfe336a268e0581bd1d175c9258fd135babcdfa2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8991, '2023-05-06 17:34:01', 'SALE/POS2023/05/9001', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27100b7bb977496b59075655987d7f5b46015a826df93b6c36ebbce3b5ac67dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8992, '2023-05-06 17:48:49', 'SALE/POS2023/05/9002', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '926293bb79b4ca8feef2310bb9122270443e65e0675222506676187e016b7d28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8993, '2023-05-06 17:54:11', 'SALE/POS2023/05/9003', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b67b305acae67e40a0127407df6d2f63f136252802574b4846f9f73a9b7bbe9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8994, '2023-05-06 18:02:57', 'SALE/POS2023/05/9004', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3e2098fddf571460a52601c83c60fd45ca2d3f49813ae3895b54ddc9d5e94b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8995, '2023-05-06 18:25:53', 'SALE/POS2023/05/9005', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fcd8925a13b367b567dc7e37c4e21eac0afe70d348dd809ace8162f2bb8db7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8996, '2023-05-06 18:28:49', 'SALE/POS2023/05/9006', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88f321a2dd8ec98c8902bafbec97e6f3e7371cec567c7df55c56b8381f7638b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8997, '2023-05-06 18:29:08', 'SALE/POS2023/05/9007', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '585c6dcdfe392e2fd19c44cdff44c3516e91bb0694e248a6a2e102125f313e49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8998, '2023-05-06 18:49:46', 'SALE/POS2023/05/9008', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43057dfabb4ee7e8182e9ee1a4e6caa389b4e197d680279891033721fbd80f13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (8999, '2023-05-06 19:08:04', 'SALE/POS2023/05/9009', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c9d33bbd82a26e80b3b1036805f2566f20a039f6a67b5b813beb9d7f5cc3ade', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9000, '2023-05-06 19:18:45', 'SALE/POS2023/05/9010', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16d7d0b29daacb96ec3bc56f5643b5bc49d05838f47e16f544d97a41de3bdb2a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9001, '2023-05-06 19:47:29', 'SALE/POS2023/05/9011', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b27ba070bcf36982b1835b38fc757e34bbc521c76a150c71108a289d48f9215', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9002, '2023-05-07 06:56:51', 'SALE/POS2023/05/9012', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b98072e35486f88ea4c90a775c307ee69877727fc5acab07420b8bf8ac70000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9003, '2023-05-07 07:03:12', 'SALE/POS2023/05/9013', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a8bfefc4f674396274f68211a08207da8e738e792efcb2fdb49c9d561650515', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9004, '2023-05-07 07:25:55', 'SALE/POS2023/05/9014', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '644c2a33db69fe6411fdb595ae793bdf930ecbf275a29ce1f7f02199434aa31c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9005, '2023-05-07 07:51:17', 'SALE/POS2023/05/9015', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab62774f3cb06392221a1a37032fe6774094c601d499ef2f924b3994b23e259e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9006, '2023-05-07 08:03:46', 'SALE/POS2023/05/9016', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56bb98746b6fb98063f93884215256697fc207582a70e14228587046fc3e225b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9007, '2023-05-07 08:41:55', 'SALE/POS2023/05/9017', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9c604ce0e2f37708d784f1a12a25e0ade8e69379ffa64d173d551f27508ffb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9008, '2023-05-07 09:04:53', 'SALE/POS2023/05/9018', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f610bc820965ec3a57a833c02059c54def394e9ef22a70d688fa356d780b285a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9009, '2023-05-07 09:39:42', 'SALE/POS2023/05/9019', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fb9335f3941120f28ba1fc03bb6285c2ab2f7ab5bae431b7a4085a9a8ae29f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9010, '2023-05-07 09:43:34', 'SALE/POS2023/05/9020', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '139f3553def7a65d7950989a78669683554e0fb75ff9190e627459b258333a64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9011, '2023-05-07 10:02:24', 'SALE/POS2023/05/9021', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '206e8a8f41d98211148a18f82749748f6cb229ce3867590ccb03cce397ea508b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9012, '2023-05-07 10:19:09', 'SALE/POS2023/05/9022', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f11531d354277bbcc605f9a5155368f41168fc61980093e137adf1ba1e63166', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9013, '2023-05-07 10:25:04', 'SALE/POS2023/05/9023', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02e374528ea02d6b01d8d3e916e9881576fc304b17440168556cab8eb5bee801', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9014, '2023-05-07 10:37:21', 'SALE/POS2023/05/9024', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd08ea6363b8295961b588f40bbba5dfa1636619ddd22f02e2c89aa24d06aa33f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9015, '2023-05-07 10:38:57', 'SALE/POS2023/05/9025', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41b24506fb3e0cf713d288b9756c74f0eed609724158e5d3f7653ab7c6a7fded', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9016, '2023-05-07 11:40:48', 'SALE/POS2023/05/9026', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb02733fe145dbae2cbb280e87a2732e25b5a6f0d218773918f3cf7e46818e10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9017, '2023-05-07 11:49:44', 'SALE/POS2023/05/9027', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1da5a0cd4e423d73e2d3f82f668baaa0eefd3fd16761903958723ee2b9226647', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9018, '2023-05-07 11:57:16', 'SALE/POS2023/05/9028', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fb4de73445f0bca7825ef5d89386e84db26bd108273c27fff2a9c2db895e55a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9019, '2023-05-07 12:18:17', 'SALE/POS2023/05/9029', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '143a335fdb4339dd678e65353296887cd13cf304a85453873f65ad41984bd77d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9020, '2023-05-07 12:24:14', 'SALE/POS2023/05/9030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4db242079d2d05e1e4ad0a77ad86320b0da5e76e666cfadf855383d1a20653c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9021, '2023-05-07 12:26:25', 'SALE/POS2023/05/9031', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08be9ed7096165f84bf09344362e1544f73e3e8ea5dfa5fb170e19247629298f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9022, '2023-05-07 13:04:10', 'SALE/POS2023/05/9032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e25e62e9856d848a974be58f468d8ea73f3098305604a2ee7959fd2ff02cb62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9023, '2023-05-07 13:39:10', 'SALE/POS2023/05/9033', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a50fba52f26b4f8e689dc36907b061860da45f0b343e6315183784b2f025bdb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9024, '2023-05-07 13:58:59', 'SALE/POS2023/05/9034', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ade060a824c7f8cd7a457aab1bbc5674d03d81ad04aba0b60495cba35b9e3f39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9025, '2023-05-07 13:59:41', 'SALE/POS2023/05/9035', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b716c0471941fe194f54d7476dcf32d81cda202e3415b4a6bb1582aeb02a5656', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9026, '2023-05-07 15:06:24', 'SALE/POS2023/05/9036', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbf83aae423ec91b8a6bee5a484b8cf0be17a8bcbf690a876345b72c49c3d28f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9027, '2023-05-07 15:08:03', 'SALE/POS2023/05/9037', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '41.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd525b9bc03825d42ff77479d7dd4ec102a20be86dc803327fa7391ccc780f802', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9028, '2023-05-07 15:18:17', 'SALE/POS2023/05/9038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5e375f81cddc5c2ddefede179d68d945abd8fcea1608e4df8a08b6af587e671', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9029, '2023-05-07 15:19:10', 'SALE/POS2023/05/9039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b0368cad41c57b92f678bfb21c9d0bfb1ddfa26a16c8efbafcefcee99567bac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9030, '2023-05-07 16:36:32', 'SALE/POS2023/05/9040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f4bb7be336db5ac836bbacf5c638a9256feef5ac177a3de17ea5a6862a0ceda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9031, '2023-05-07 16:43:38', 'SALE/POS2023/05/9041', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbac7617e0810a4102f126a9cab3581ae06d8430cfac2a0644e5f94bf3b5a961', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9032, '2023-05-07 17:22:09', 'SALE/POS2023/05/9042', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cb4c27c6449e5e8b81b3f9dbfacd6debbda4169c9370e3dd3707929f17ddd9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9033, '2023-05-07 17:35:24', 'SALE/POS2023/05/9043', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9acf9044ebe422ccffdefb563fc817972c6e116aa3d3fd4a474c766c4e062945', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9034, '2023-05-07 17:39:03', 'SALE/POS2023/05/9044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1c5c82c55798343d8d491d200c6592409f3fc467d2495828dd463f4b2dcd3cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9035, '2023-05-07 17:49:36', 'SALE/POS2023/05/9045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95f50b12b2aa3711680f8ee1292a8cbcbfd4350acbee41ee9c37a70eaf2ab460', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9036, '2023-05-07 17:57:19', 'SALE/POS2023/05/9046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae94fda8f04436723003d0bb51cd363985f679a5ec500ea565261b2198eaf6d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9037, '2023-05-07 17:58:38', 'SALE/POS2023/05/9047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5927debf075f17c87ebc17da531b4463470837e1d702ac68101fc8ab060979ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9038, '2023-05-07 18:03:33', 'SALE/POS2023/05/9048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3e3181a11c702bc6c6e9c8065ff388b808100ff36cfa6444fb3e1505e2744b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9039, '2023-05-07 18:16:28', 'SALE/POS2023/05/9049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a46dac2ab4fa98e2d2c7e504b85b9525b3f37205edb5ff639a983326a816b1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9040, '2023-05-07 18:21:09', 'SALE/POS2023/05/9050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05e6a41dff06e0d1d10d7ecbfaab0744b114ad950159ad163319e992a81be962', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9041, '2023-05-07 18:29:02', 'SALE/POS2023/05/9051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0677718a5a6a3752fcc74daf919b6f237b30ac69fff506d6a05cfb6d008db91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9042, '2023-05-07 18:35:55', 'SALE/POS2023/05/9052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9538ab6137827bc1063e568f39d00c0b1982adf89b0da7371ed5763044034fa8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9043, '2023-05-07 18:46:17', 'SALE/POS2023/05/9053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea7f5c2766941d325d6bab71311155e2e1af7651ab43c0688d454bda1ffa9175', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9044, '2023-05-08 05:50:11', 'SALE/POS2023/05/9054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd873e66463b3cadb76f38acea6c6c58f0032e7785b478558e623375a7e684897', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9045, '2023-05-08 05:50:32', 'SALE/POS2023/05/9055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68d16a1611d0108fb907b8941141d5e4b8869c0011bf946ff64d8f7d92f81fad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9046, '2023-05-08 06:05:57', 'SALE/POS2023/05/9056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7003e159044ab826103d56a332bc85aa416fa0f46541acb3e3a7fb1edb1dc5dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9047, '2023-05-08 06:48:06', 'SALE/POS2023/05/9057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6897586e4b8a3f1f79f785908c249819bf4abea2317f331d5f4a470edd82b7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9048, '2023-05-08 06:50:56', 'SALE/POS2023/05/9058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf5e4b78f434c922e4be3a5dfa0de5e4225312db942d3245ef5f9f4a84614ff7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9049, '2023-05-08 07:03:30', 'SALE/POS2023/05/9059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '73.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fb3373eebe0479b9d2f0861e127bfc2bf3a597e302939b30a8867f3727c3212', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9050, '2023-05-08 07:08:08', 'SALE/POS2023/05/9060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a391c7fc483dfd82755cff7aefaa6cdd199dddc6161674e6db727396c31d8fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9051, '2023-05-08 07:08:52', 'SALE/POS2023/05/9061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c8156107c40b9ede430d721add06c0925bcf4492bb258df19425c44f1e01cbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9052, '2023-05-08 07:09:37', 'SALE/POS2023/05/9062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fdb47971a0a916c3b6245ac0180fc85131cd507746a703ac6a78e8a22bc6d54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9053, '2023-05-08 07:10:55', 'SALE/POS2023/05/9063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3c86223f749e50f5bf4ce4843c047b2291748834eb06d8be5ae0bb7b8c525c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9054, '2023-05-08 07:13:22', 'SALE/POS2023/05/9064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b52fe4b550158e0c31ea85660db8eb844dc68baad31efd1a94744c9b432cac6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9055, '2023-05-08 07:13:46', 'SALE/POS2023/05/9065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a74d91d1d745a06d1fc3a3fc0749fa1ffa38286ba2cbc53fe492271d5fa7c9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9056, '2023-05-08 07:21:14', 'SALE/POS2023/05/9066', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9807b368107b516904e66e798f5bed8eb89e24b98f25d0cfa70df72050c0ebc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9057, '2023-05-08 07:23:39', 'SALE/POS2023/05/9067', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '313.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '313.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '313.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1db0dac1b3f8ae9fa1a62fab3eff3c1e96f279f780ddf2b9669c71ce0e6500a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9058, '2023-05-08 07:44:11', 'SALE/POS2023/05/9068', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '100.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '100.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad02b003b401985d1765ec3a7b87488edbf866e6727b95aab54a1fb576faf823', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9059, '2023-05-08 07:47:49', 'SALE/POS2023/05/9069', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a990f44b6c6b8d2b542af6f8fad24d2fe977db63626e580d9d96bb1079828095', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9060, '2023-05-08 07:51:24', 'SALE/POS2023/05/9070', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '45.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee3e2525e201b3edb43347814d4d0e5db5f5f2c51bd13380618668bcc54b5355', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9061, '2023-05-08 08:12:59', 'SALE/POS2023/05/9071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79d685a832e68dfbc1e4bda223330cc79090576d0bee24b3241154be7c84b146', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9062, '2023-05-08 08:46:04', 'SALE/POS2023/05/9072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '099fe09eefdbc8ee203e4cbc5230746ec03ae92457bf90398f1141a593dec35f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9063, '2023-05-08 09:11:18', 'SALE/POS2023/05/9073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '191.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '191.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 33, 1, '191.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09d2492c20d2c436f09c1c7793731dc2f1311f669f25f35d379de065a9c95b01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9064, '2023-05-08 09:21:39', 'SALE/POS2023/05/9074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1457e805bffc43bbec22897f021906a118abda3ed7ac18378a45e29ddd907105', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9065, '2023-05-08 10:01:01', 'SALE/POS2023/05/9075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7fa03f5a8147855a55e006d4153e2a79000a4222e1d2724b3bc111abbb15438', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9066, '2023-05-08 10:22:45', 'SALE/POS2023/05/9076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8152be9eb088b732ef5fbcae37d1e684575440313a804992c70ccfaf5988484', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9067, '2023-05-08 10:52:11', 'SALE/POS2023/05/9077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d4c412b4fb1e98c20308adaa6a4525b8461972998cbe1e23453e764729a41d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9068, '2023-05-08 11:39:44', 'SALE/POS2023/05/9078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47e51eda89fad96eb06f9be076d618bf29efd880d7f632c1f8adce6b4861d7c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9069, '2023-05-08 11:51:05', 'SALE/POS2023/05/9079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65947718c83d5d9c49f3c346b8928e937c37411179403fd4303a18d71cd8bcb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9070, '2023-05-08 11:53:19', 'SALE/POS2023/05/9080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '874a29283d65dcaef244af5155df0ab67f119030286225326d4554adf8c33735', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9071, '2023-05-08 11:54:20', 'SALE/POS2023/05/9081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1890fe8b9b38c6c1e988815c8576ec772feb9b26eaa34e50aff314d880b165d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9072, '2023-05-08 12:29:29', 'SALE/POS2023/05/9082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01ed138ae7afd623d36d861685e3a27a0bf40d58e8c4dc6653d64d0329acf7c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9073, '2023-05-08 12:31:24', 'SALE/POS2023/05/9083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8659abc6869277cac5407a261c577d685edfeae416aa182edb588d4738599931', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9074, '2023-05-08 13:42:08', 'SALE/POS2023/05/9084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '598546d265d938966b2de025159b06d2f88296e51ce28c1449ab7b2c0ba7d529', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9075, '2023-05-08 13:52:10', 'SALE/POS2023/05/9085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '107740fe075ef59b84c4aee5cb178702f3ce40ea8cf7ec6e3545c15f96b39ed6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9076, '2023-05-08 13:56:39', 'SALE/POS2023/05/9086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb8ed71e3c8091f4ba38c0b795587a81d3980e23280ca0ec562f5085253e7f67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9077, '2023-05-08 14:24:08', 'SALE/POS2023/05/9087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '359b91c2a21643a53e5ff12eb786877baacf83804a097d8eba3d4db928dd73b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9078, '2023-05-08 14:52:42', 'SALE/POS2023/05/9088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acf723241ce64a69e06369647209b2bfa05bc17fe26ac4c0e6eb29f7d7497db3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9079, '2023-05-08 15:00:14', 'SALE/POS2023/05/9089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f967154695eaa5e9f3813a2d3db471b2b26c3ce1097bfe8df2be910c04a0bdeb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9080, '2023-05-08 15:19:44', 'SALE/POS2023/05/9090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9db207807af7badb3c369461f4be126a86775b58f6159b5f2e609f4c73f11798', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9081, '2023-05-08 15:53:09', 'SALE/POS2023/05/9091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92871d03e4c53b5e61d21c9d68992e289a8f6c8fdd3298eb75a4381b6b52e02e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9082, '2023-05-08 15:58:55', 'SALE/POS2023/05/9092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32342e315eaaa109b94d6c1b4289ce99f461549533ba7d76720514b2fb7d70a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9083, '2023-05-08 16:11:31', 'SALE/POS2023/05/9093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d5816f755d7573fb6385c91506aa886d87b2128666a67f0a50144a6d36cc9d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9084, '2023-05-08 16:15:17', 'SALE/POS2023/05/9094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0766eb9a0455c7431e53be6413409868ba4642429fa9a531332d391983e557ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9085, '2023-05-08 16:57:01', 'SALE/POS2023/05/9095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '319f516f0324aacb0b9267ef474e728232798314a316dd57eb24002c9f6cdae4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9086, '2023-05-08 16:58:53', 'SALE/POS2023/05/9096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54ae4b7fcf59aa1ebc7b921b83ea23184ec520dd0b182d26976df6aeb358dc3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9087, '2023-05-08 17:10:48', 'SALE/POS2023/05/9097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02b778a69afb5b7aa281583f5ef481de18f3c41303b1ceecf94299a858f99099', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9088, '2023-05-08 17:15:17', 'SALE/POS2023/05/9098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5bdeaf84f78b7d03614d192e31f60e9a4846c32a016189737a066e05ce57cb27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9089, '2023-05-08 17:18:15', 'SALE/POS2023/05/9099', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'faa759c636465ae13fa5b27fef2a81818c519de7a81952a2c5cdd008dd243ac1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9090, '2023-05-08 17:23:54', 'SALE/POS2023/05/9100', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ca1e9e92d90647e62260a73defb96bfbd6f317094b9b637d694c1478de91881', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9091, '2023-05-08 17:29:42', 'SALE/POS2023/05/9101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ad7e584dda93a569ec0e5f09ff03151bb2940e04f30806a7e69dcbf7a677a12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9092, '2023-05-08 17:34:25', 'SALE/POS2023/05/9102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43fbe8368a2e73c7b622be563cf833d00975baa79253ae81a2df864baed33ede', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9093, '2023-05-08 17:54:21', 'SALE/POS2023/05/9103', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27cee2358dd5ddc84210b5ee79d0db9215cf5339a34573db6ec51f61221ccf13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9094, '2023-05-08 17:58:33', 'SALE/POS2023/05/9104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '51.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0678ce7f8dc698a65a7b96a6a77bda69c662950214bfbc5a8781e38f482ccbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9095, '2023-05-08 18:00:51', 'SALE/POS2023/05/9105', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea5ffeedb04add0c7b8834d557ac4eb9fa779f352c42c4501ed20386bb7564f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9096, '2023-05-08 18:09:07', 'SALE/POS2023/05/9106', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27a52d721f5e20d813f26a663f4130da71bc91147c12e05523455c8501fb5c3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9097, '2023-05-08 18:15:44', 'SALE/POS2023/05/9107', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd1d82e803bd6631df1c8772690b30d954657b532dc96c20b3cea004509f1554', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9098, '2023-05-08 18:36:05', 'SALE/POS2023/05/9108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce5b4d7154735ae84c663823aa58c9a5f039ca5b4dc4087b05e694b476631329', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9099, '2023-05-08 18:52:05', 'SALE/POS2023/05/9109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2c0ed09a56d5ae30c3ea513a802c86686b0ce9d1d141c0f40f78d8564bab943', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9100, '2023-05-08 19:05:54', 'SALE/POS2023/05/9110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be3c33c4c39f52628ddef4bf9317b544b223c35a45801e68b5104c0036121226', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9101, '2023-05-08 19:07:38', 'SALE/POS2023/05/9111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d6a44c40130e4817d8626ac12b2732dc99ea43877f6c52203b461d0c7880415', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9102, '2023-05-08 19:24:27', 'SALE/POS2023/05/9112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12eb59180f28b58d5cf9e2e1d463f6b1f6a77987e0257f5d5361edcaca910ed7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9103, '2023-05-08 19:49:05', 'SALE/POS2023/05/9113', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df1b418fed8ad83a8ae0d12c44ff4e9afcf34d973110bf8ae8e3d7b60bbb2100', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9104, '2023-05-09 06:20:17', 'SALE/POS2023/05/9114', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4659ea3986a09d869e2067a3ba80e3066f66ec8f98fa9366441d9e9636ce84bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9105, '2023-05-09 06:42:13', 'SALE/POS2023/05/9115', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '904dbc70ae9a42818a3af3ad134aa5728d23f1c6817240017e8690d1f4a28535', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9106, '2023-05-09 06:43:25', 'SALE/POS2023/05/9116', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2033fb95c047ea9170803f6f9fb753a7dc9b8aaa61d2f9d45b4ce71dccaaa9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9107, '2023-05-09 06:44:03', 'SALE/POS2023/05/9117', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05ff60a96790271fcab12e2d6aaf73f55aedbe75a548e6c544053c7e1bebc765', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9108, '2023-05-09 06:45:26', 'SALE/POS2023/05/9118', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b50f10d0e287d96cc6b4b27d3ecb27f93b02735f1f570e3e4401d699cb79557', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9109, '2023-05-09 06:46:02', 'SALE/POS2023/05/9119', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46edeaf250e0b2fc386cac06a210da4ddf959d0eb677f1222d38baf668076b95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9110, '2023-05-09 07:29:31', 'SALE/POS2023/05/9120', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56cccfa634e8971af29dee3d2309ec229e1c9ab5866187962b06b495b1d7a29a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9111, '2023-05-09 07:40:42', 'SALE/POS2023/05/9121', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28161edf053626605589f364c0a5ff9ba9d5a2f59ce9ad6e8b1ad350cc86105c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9112, '2023-05-09 07:42:45', 'SALE/POS2023/05/9122', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c619996702d769b08bbdba3d3c8ec3ed22112f4270fcd4778c12e5ff715c6aad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9113, '2023-05-09 07:44:31', 'SALE/POS2023/05/9123', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa0531f3661e52aa33a7524fc8564fd8156510dfb069e0ff46f86ee6c50171fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9114, '2023-05-09 07:46:08', 'SALE/POS2023/05/9124', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4a03130a19114cabb27460196b5045d8e13b148d0eb76151209201ef8a83fcb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9115, '2023-05-09 07:47:20', 'SALE/POS2023/05/9125', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '61.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '61.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '61.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '951c16f53cdb1c85abbca29c32e5840a7cf6492ce037eabefd15658b64c8363f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9116, '2023-05-09 07:54:23', 'SALE/POS2023/05/9126', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f7b4ac61e749074aa986cfee389c7e16623c7b6563aa1b17164ec5b6dcf516e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9117, '2023-05-09 08:17:40', 'SALE/POS2023/05/9127', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a314f79a303164d73c1f65b10f9954214881ed94b107129fd0eb9bb1d16da62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9118, '2023-05-09 09:19:56', 'SALE/POS2023/05/9128', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cf6d8b57372f386700ceda7a4105c226a5a4bb230457177417cc7b58616a462', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9119, '2023-05-09 09:29:39', 'SALE/POS2023/05/9129', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72c43a0fc92cf9e668defefbb1df6ea0ab5bc202a4dd2e4a601cb233bcdb4433', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9120, '2023-05-09 10:02:39', 'SALE/POS2023/05/9130', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c90030af2559e1fddc704530bc0c7b4dc57fe5d14f69d049da00cc4a632a5bfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9121, '2023-05-09 10:27:47', 'SALE/POS2023/05/9131', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a87815dc9a5e14be6b7a3b3a6997f185ec51da3ebdd9aecb2ab15abb3521e9cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9122, '2023-05-09 10:31:00', 'SALE/POS2023/05/9132', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bcef94a84085c1a79f715655a47cde5e4bc7aeff060f24d17308869ab686aab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9123, '2023-05-09 10:37:36', 'SALE/POS2023/05/9133', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8e31a769c0fe840bfcf03a61378ce7b2f5262d9367464ddbb0c6352fb3b1dd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9124, '2023-05-09 11:46:16', 'SALE/POS2023/05/9134', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d3670c38a570d4d483f82de85cedfdc5169198bd47ecce50a8821d3a7460f0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9125, '2023-05-09 11:57:58', 'SALE/POS2023/05/9135', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ffdb69974960576b9a18611c8a0c0f2d933f8d546ab3d9280c2814b5598595d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9126, '2023-05-09 12:01:04', 'SALE/POS2023/05/9136', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd46e07f4bbf6c08628f54ad7ed547c5521b4f3f3eab8643c17263305b305a577', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9127, '2023-05-09 13:41:58', 'SALE/POS2023/05/9137', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8aec871d88f21f6d3c601d3ec79684a90e9afcc7c9daa9d388ee7c6c5f6509a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9128, '2023-05-09 14:08:59', 'SALE/POS2023/05/9138', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ae66fef016254319f9f46872a29b5d9ca61df494a37f95d535e0692c27e7e88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9129, '2023-05-09 15:56:59', 'SALE/POS2023/05/9139', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bbf7ef8b789c4b5b3c836a0b77fcb502b1124ff8b5406031d4c8dfda985ed5ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9130, '2023-05-09 16:56:49', 'SALE/POS2023/05/9140', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f036c69e49967fd69be69a06f7f1371535e939360f4bc41b1f63d0184c3517ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9131, '2023-05-09 16:57:31', 'SALE/POS2023/05/9141', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b68a2d773669f2743be33d024726159c72a30164e50c6c46afc0fe102a11ec6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9132, '2023-05-09 17:07:31', 'SALE/POS2023/05/9142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0814ce5d0de509f68da629638e4921130787caee0a48670290abe7a2063c93f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9133, '2023-05-09 17:13:32', 'SALE/POS2023/05/9143', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef4432799be48885317ffc70ec812a52d20001333783d7f8ef165302b7a7d6d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9134, '2023-05-09 17:15:28', 'SALE/POS2023/05/9144', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc4a229c51e541f57c6fdca12c957bc7f627d3d92d3522f5f1cc56b8c7f555ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9135, '2023-05-09 17:35:00', 'SALE/POS2023/05/9145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0e5eb5d59c0b4416ab483a4050d613503df7a3e82f46d353f99efb95fd9f3a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9136, '2023-05-09 18:26:55', 'SALE/POS2023/05/9146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0ee9338fa32ca5f12870492f78886cb8b2be6e6c36075af3eaff93b100abd20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9137, '2023-05-09 18:35:42', 'SALE/POS2023/05/9147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfcb024b4636cbfeddc2f64402e7f5a414a48e8371ec2d4e1a2c635204a542f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9138, '2023-05-09 18:38:11', 'SALE/POS2023/05/9148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92a130cce16adc5e503a849a453c34805affe965059478da7393d0b61e0370d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9139, '2023-05-09 19:03:38', 'SALE/POS2023/05/9149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7fe0f8b82c04bcb8eee470eddbd9ea2ebddb0e8f3d2dff0d38372dccf34f0b9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9140, '2023-05-09 19:47:38', 'SALE/POS2023/05/9150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '855a6da5724f6f3b7c0f24aa422c6735d5b658cfc8009e3e4c589a1808bcce8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9141, '2023-05-10 06:10:39', 'SALE/POS2023/05/9151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fd9dada620e25727da9199c72327260f1e7916f8f9563598a6f5f3230496da9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9142, '2023-05-10 06:11:18', 'SALE/POS2023/05/9152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1bd983fdc33c3d8bf2d739a6df75bf67011dae617d0c268e238dd7eed391519', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9143, '2023-05-10 06:16:48', 'SALE/POS2023/05/9153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83e77f5497d93c58833c41f581d8d4094cbe9263b908f228b68e9fa95aaa80ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9144, '2023-05-10 06:17:38', 'SALE/POS2023/05/9154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 5, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3c477fdf0d3675a3a8e7b084c7d6571b9e922cbcc40226daf4aea11a354aea0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9145, '2023-05-10 06:21:40', 'SALE/POS2023/05/9155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a778d19b77efb2d7fd07fcd7e8eff0ac2a35049f9644696640989ce8c97919c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9146, '2023-05-10 06:44:14', 'SALE/POS2023/05/9156', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3726aafdda7dbf947d84e2a7d1d7c9c83cd14f087059617b46b9c39d1abdb5be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9147, '2023-05-10 06:46:59', 'SALE/POS2023/05/9157', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a522af7341f0d0f7d9477501a0c57d843d82fc649c2c8af246f1c9a5b49f6b06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9148, '2023-05-10 06:51:28', 'SALE/POS2023/05/9158', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8493e804890c530ccd9f38f45217822c31fa1970fb63ffc5de8dbf576a7bf03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9149, '2023-05-10 06:51:48', 'SALE/POS2023/05/9159', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a4075848dcf595a16da47dd9534be0b871eca7a36133c2213ddfb6f3be5f579', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9150, '2023-05-10 06:53:19', 'SALE/POS2023/05/9160', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd9e191dbc6c96f9b59d444de52192ba820b61088bdec3da47c27b02dfee0827', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9151, '2023-05-10 06:55:44', 'SALE/POS2023/05/9161', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66414dcabb0e3be8b27d91400f8f0b5ba492f934cbc611555a75430426287157', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9152, '2023-05-10 06:56:32', 'SALE/POS2023/05/9162', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0779421093e31874c7de17e3efad91c4d8c0dcceaf38bfd669806e9c5e67db66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9153, '2023-05-10 06:57:02', 'SALE/POS2023/05/9163', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '334f98c03790900c3fbeacb8a41e7b16547891daa840451a6283bdb689e99310', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9154, '2023-05-10 07:00:13', 'SALE/POS2023/05/9164', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f35eb0ccc6a5e10992a86e5b3dbeff96f599da0d24415bc0eb85f1bb277e165', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9155, '2023-05-10 07:03:15', 'SALE/POS2023/05/9165', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '375.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '375.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '375.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ed45138679112bd36396b9605528995d6ba8bef0c9f72105e4f589e8f5c4c72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9156, '2023-05-10 07:20:54', 'SALE/POS2023/05/9166', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69873336588db44c8a6f6cca7b97f1b3196f90e5115a94798d11a50d869c1f93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9157, '2023-05-10 07:41:59', 'SALE/POS2023/05/9167', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f97726c1d275a2a28d729458b389fec8799f68c05bc74e044e7eed8cf7122d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9158, '2023-05-10 08:19:37', 'SALE/POS2023/05/9168', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '73.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0a6f6507c15a59010edb572a893f3fa62315c1afe4dfa335301b1573e7ba616', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9159, '2023-05-10 08:25:43', 'SALE/POS2023/05/9169', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56573c910321ac593153637b914291456fe13d77c5a41de1058e089871100ae8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9160, '2023-05-10 08:44:23', 'SALE/POS2023/05/9170', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7603c6b6b8c6d7e971eb0ab5fd34a7ceec8da8fb99f6740e612a9d452eb79f0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9161, '2023-05-10 09:01:58', 'SALE/POS2023/05/9171', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e107f369113b1eeef795a1faac94b24d23ffb63c20eff25d5033242037cc3b7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9162, '2023-05-10 09:16:04', 'SALE/POS2023/05/9172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1bb7d688136d246e27e384a4f42849a7e790b9bf66cf1723be16eeb129f5c76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9163, '2023-05-10 09:43:37', 'SALE/POS2023/05/9173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93b56bf51b3c0d33f3f8600596521899fa4116ae8d5ae743b08dbb266ef28ea4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9164, '2023-05-10 09:54:51', 'SALE/POS2023/05/9174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27b994f237458f55ea5ef844ae2a1f179942f9ef03ec83e092dfc4e9fcbf3794', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9165, '2023-05-10 10:33:53', 'SALE/POS2023/05/9175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b59047bd0c53204dcc7de32813f56a9c650941759b85c228089754224f3c942', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9166, '2023-05-10 11:28:11', 'SALE/POS2023/05/9176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f9c63749d05adce4782f50c84a94d82caf032d29c312e06341f497cde8a4613', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9167, '2023-05-10 11:31:10', 'SALE/POS2023/05/9177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd51a863925e415076a5124e193276b46cd1be889889bab05e2d338dde4ab9e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9168, '2023-05-10 12:01:57', 'SALE/POS2023/05/9178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae3c28e26577075bb18d4468b06b5458450627f726d7be20ba7a4046a629b610', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9169, '2023-05-10 12:18:44', 'SALE/POS2023/05/9179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ad0926d5e3752d3b1a210ecbec736dd9f2a4b9c96c845212c6ad0c0f9046b78', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9170, '2023-05-10 12:26:58', 'SALE/POS2023/05/9180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ffdddcf78e01d137a133c8d01e5e17c749e544022954caa5e160e98e093d843', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9171, '2023-05-10 12:57:06', 'SALE/POS2023/05/9181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7603869215c6802c0db332baacaea0bfcfc948d0892899594d36f1096e71b94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9172, '2023-05-10 12:59:11', 'SALE/POS2023/05/9182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5be269dab5b13a251a71f143320b83b56ff3dc8a04eae568f8ea450aca04f6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9173, '2023-05-10 13:08:40', 'SALE/POS2023/05/9183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e50a5042d7d38f08f032e859d8236e9daf99c71ed564c9d330a67846c0885fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9174, '2023-05-10 13:51:38', 'SALE/POS2023/05/9184', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de4cae37ec5c61f5ad1374becec128d5a0ad85451b9b736d13cb8134866f00df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9175, '2023-05-10 14:24:22', 'SALE/POS2023/05/9185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43436f5ef750a829a9e759ee7184e283f62165eeb17cf83c566869e1e9e601fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9176, '2023-05-10 14:49:23', 'SALE/POS2023/05/9186', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1697673611aff71324b7d77be83d0521ec7c6e9b3f9446f3180093581e1be63b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9177, '2023-05-10 15:26:27', 'SALE/POS2023/05/9187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba1c3baacce036509ec6800d1a12e5fc774a8860a2e8bcb5367312d40204d193', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9178, '2023-05-10 15:32:33', 'SALE/POS2023/05/9188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c32d81293e5c827f04ac0f9782a0811895f33a5ca3c5d8373b2033ab1df33d49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9179, '2023-05-10 15:34:08', 'SALE/POS2023/05/9189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4db624138cae74a0ee0f45ac4c37f3c3e11a9a0ed06dc63487febcaec7cd6ecb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9180, '2023-05-10 15:41:25', 'SALE/POS2023/05/9190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fd76ae471a4eab3f46b52b98f13c4b5f0cee5d0910f9496cec8e0d1d341802c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9181, '2023-05-10 15:47:46', 'SALE/POS2023/05/9191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39e6c42d204c3153afcfbeba1ddef9f4d1023925e0bcbae3458eaa17be6e7731', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9182, '2023-05-10 15:59:42', 'SALE/POS2023/05/9192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0da2a2385a0ed6826d0c38647a0eb010e2a6136155ff1b89eef56a54c44c2a74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9183, '2023-05-10 16:09:18', 'SALE/POS2023/05/9193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6918f637d6d2de1661bdbc173d77473504f1c868611eb5e879f2617fe9f7b6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9184, '2023-05-10 16:22:09', 'SALE/POS2023/05/9194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '815b7870d8668c3867631d1f19345e0733673d78449f02700323cd1fbe1d82af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9185, '2023-05-10 16:23:47', 'SALE/POS2023/05/9195', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43b9e01e143ffa7e0c7fa64e248805b0a6f502ba0db80f1bd919f1ce1e0c9a8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9186, '2023-05-10 16:43:22', 'SALE/POS2023/05/9196', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '050e18c9c35585e85cb55a0486e56ce1c09189f9551d7617cb6fa67c2ccffe33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9187, '2023-05-10 17:03:41', 'SALE/POS2023/05/9197', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5944d79b4519fd732602fef4ef63010680860b82dfb9b9517b0e22d9acf02f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9188, '2023-05-10 17:07:44', 'SALE/POS2023/05/9198', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '556f297f7e27576a9d2d68b7e2612e86a90ae155ba0055f9374a4aa3227c64e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9189, '2023-05-10 17:12:31', 'SALE/POS2023/05/9199', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec11a5de4e19a77f36bca89d3acc948a67c4261054f2e7725dcd4cd1871e4a09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9190, '2023-05-10 17:38:10', 'SALE/POS2023/05/9200', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8624ded578cd879a12fc2862dff960f72c89dcd1a5186f97fe2bbe7021842672', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9191, '2023-05-11 06:48:49', 'SALE/POS2023/05/9201', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fd37377da1f799469295bd728c7a162e346ffb67c7b74594482b8775daf0f0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9192, '2023-05-11 06:49:38', 'SALE/POS2023/05/9202', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10a9286a524b5b14d95a4e83e3cadef72a09e02d543de6ecb9219c2b59f00e56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9193, '2023-05-11 06:50:34', 'SALE/POS2023/05/9203', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebdd36d7906ee2ab2df66edf2d7ee4f5dc0a7f0c2681002699173c2417292ba7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9194, '2023-05-11 07:44:26', 'SALE/POS2023/05/9204', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83e1efd899dc7a752679d51c9888a50b2b308019838e893ffd077767cb82f02e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9195, '2023-05-11 09:08:20', 'SALE/POS2023/05/9205', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '342b63c4af33860ae942fe417ed86f4f2ac95f403255046920f6f540d7bd7f18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9196, '2023-05-11 09:23:05', 'SALE/POS2023/05/9206', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c57d3fddceb69545a3157eac1f7aec0171967cf68390efb16252e614e6b7554e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9197, '2023-05-11 09:42:19', 'SALE/POS2023/05/9207', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1a8ab4ff6a9d1d7e6a7c3f066f7fa3816e2163e3e496fda9cab5fd5364b15df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9198, '2023-05-11 10:02:00', 'SALE/POS2023/05/9208', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80ed3b0f58a8e114ee9e7cabe86c6c440bb9c43e3fb55833bdbd1db124db05ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9199, '2023-05-11 10:47:42', 'SALE/POS2023/05/9209', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa71cc56a5f07dc3a37acd91a6d34804f30aab3ccea4e1848a6c0df7e83ba8f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9200, '2023-05-11 11:27:39', 'SALE/POS2023/05/9210', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2afae1a108e33e53458982e8395f901f0e0f9cadde16f237a8d47ea497b72329', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9201, '2023-05-11 11:33:59', 'SALE/POS2023/05/9211', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02593d6733765160cf8de45626da30a4ce86d0d18ec43880ac745d1b99f1b601', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9202, '2023-05-11 11:44:28', 'SALE/POS2023/05/9212', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a7399b1d8779d646e26b99f49b670797e99c4d0118f207c4161d0ca54409015', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9203, '2023-05-11 11:51:46', 'SALE/POS2023/05/9213', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02afb4d19b048bafb4f429a46d7aa2e5fb6663fec6e61fb52821b105be1c9780', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9204, '2023-05-11 12:12:17', 'SALE/POS2023/05/9214', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '896e3bfa3c4817a800866ce1a2e3f2ad77e59344e09176c2713126de4c4ffd04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9205, '2023-05-11 12:18:28', 'SALE/POS2023/05/9215', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f52d90c143bdda31a5ff6b2e39713ad279e2fd0f09a8c3975ca2a2b29359fe7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9206, '2023-05-11 12:31:22', 'SALE/POS2023/05/9216', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70872e1f7de742f7dc46551fc2ade1d1960e59d439c89ba00dde7ba144692f6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9207, '2023-05-11 12:36:57', 'SALE/POS2023/05/9217', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 4, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0e52b2f4a4c731ce95d75431c0823a87261234026afe157f3b953dc5fd3060e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9208, '2023-05-11 12:58:44', 'SALE/POS2023/05/9218', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c628ec2da94c41475a773418e3f2e872d6799872d4705d4e8fe220fa01dfb54f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9209, '2023-05-11 13:00:26', 'SALE/POS2023/05/9219', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8e34396169ebd21c484eee85adb1b90a488a7a946b2ab7d282016149a4b8ec4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9210, '2023-05-11 13:04:49', 'SALE/POS2023/05/9220', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58ecfdb29a2b51129652ff523b17405dc5ef7be2ecf53af7696b675c73912108', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9211, '2023-05-11 14:24:02', 'SALE/POS2023/05/9221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cea8728df8b083d958003f65da6f06990110f2bdc59d93bd99dceccd370bdc2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9212, '2023-05-11 15:31:16', 'SALE/POS2023/05/9222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea9beba456ce68960e61aa5f3a13386d2e80ddb22822ebb3db6f9b4e3403f525', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9213, '2023-05-11 15:53:11', 'SALE/POS2023/05/9223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90a3c54076bd04379ba72b6cb12a74c2965bae8a9f9971dbea049e068df17efc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9214, '2023-05-11 16:36:07', 'SALE/POS2023/05/9224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd84f86d58379871d61a3fc5a46c2483a0837b8d7edbfe46dc4b1fe5c7527aa7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9215, '2023-05-11 17:25:36', 'SALE/POS2023/05/9225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0828a1a9b9c315c9016e54228f6375149f429c0e0e78b5c5581dafbdd3783f28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9216, '2023-05-11 17:58:14', 'SALE/POS2023/05/9226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74989fa3b161b2ba3a845eabed4c5e8794478690a21ea5852f13043d5ee311bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9217, '2023-05-11 18:16:34', 'SALE/POS2023/05/9227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '760b461f7883e9ff2592fe0b4ab919fc4757d57e843990ad1e9832b9021b129b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9218, '2023-05-11 18:32:45', 'SALE/POS2023/05/9228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34c82277b07790ab85d56b3cd287ca76b2dd4c60fba7ab5580d255470c9be2c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9219, '2023-05-11 18:36:37', 'SALE/POS2023/05/9229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2c7833c278296dc1f8d894f5335618ea4f48b7576614be3f58ffebc9599edaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9220, '2023-05-11 18:37:49', 'SALE/POS2023/05/9230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa120a057b063e0d08598d063f27991705f6cb491b4c9bb12e53d6aad9b61124', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9221, '2023-05-11 18:46:13', 'SALE/POS2023/05/9231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c03a26253711ff455127ce5072a93cdd9a35513ed0624d50f883fcfa6d829669', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9222, '2023-05-11 19:49:23', 'SALE/POS2023/05/9232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79a19264759123391b829eaba439656a76cb4eeee4cfeff5dd75462635de6974', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9223, '2023-05-12 06:01:38', 'SALE/POS2023/05/9233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'adb03a582ddaf9be264c5e8870754ff6cad1c1eec750ed8da56fe9e35f7eda2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9224, '2023-05-12 06:14:47', 'SALE/POS2023/05/9234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'beec5d5b041cdb385501a21e9ccb91f7c0614a51659bdf71b135fe059da394be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9225, '2023-05-12 06:15:08', 'SALE/POS2023/05/9235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ca84f47ec9070956eaa14f01bf6014b3d1292959323b2cf429f4476e8941863', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9226, '2023-05-12 06:15:47', 'SALE/POS2023/05/9236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d9f4eae386d917d249c00c3e12c0273906f6759d93dae29ab1e1421d5d0b61c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9227, '2023-05-12 06:16:09', 'SALE/POS2023/05/9237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecc4169726086f3257811a2ebbce9bc4ef0c636dac613516da1d6848338e594f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9228, '2023-05-12 06:17:37', 'SALE/POS2023/05/9238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c652298de8df39d89a17bdee9dce134a4d89e6c2bff1ab4f8cad12080613b99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9229, '2023-05-12 06:18:12', 'SALE/POS2023/05/9239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f888cdf6dc93dbac9007972e4cc501b5d0ee70083b0cd615da53092a931f9a36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9230, '2023-05-12 06:27:46', 'SALE/POS2023/05/9240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af2944f8f03259833d938601c59282d1339ff0fc8cb1899566ed34914d6640b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9231, '2023-05-12 06:47:45', 'SALE/POS2023/05/9241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3a9f606665ff14547b3ddec4755284eab29048100033c033b08dfee544ff33e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9232, '2023-05-12 06:48:50', 'SALE/POS2023/05/9242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f5d207ba233f1b5f4f2820ee9345d73d3d1cc8380f222903c7b8a8bdb49b299', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9233, '2023-05-12 06:49:00', 'SALE/POS2023/05/9243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, 8, '2023-05-12 09:07:16', 4, 1, '44.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6203ff52e1fca7c556410478d9374970f4c83585af93fb5c09022bed187de75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9234, '2023-05-12 06:50:15', 'SALE/POS2023/05/9244', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '117.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '117.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '117.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5162c93913cd75e9fd74e5d0da1e6fab7bb002a702706072c3e85128335b78f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9235, '2023-05-12 07:08:09', 'SALE/POS2023/05/9245', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '106e5b8dbd84e68b9c08f2a39d5defb459a6ee85a63a9b7dd93e246327311eee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9236, '2023-05-12 08:05:52', 'SALE/POS2023/05/9246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9a3826393ff197ef3d7b56ed13ef678b2fc739def10037b565941f154ba5e24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9237, '2023-05-12 09:19:35', 'SALE/POS2023/05/9247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca38a7afd1b6c7b8e586f270ba0bcb4eba3b57437c3538b5720a9f394019c781', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9238, '2023-05-12 09:34:34', 'SALE/POS2023/05/9248', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0b25f679d1f180fe9c94366add9cff4521252aa707aaf3da3c29cabf34f0bc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9239, '2023-05-12 10:25:30', 'SALE/POS2023/05/9249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ed8fcc9f04571e39f538cb8936fc8244d91ff84e6ef87a29b6b3d79cea7c04d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9240, '2023-05-12 10:29:25', 'SALE/POS2023/05/9250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df032b6f24354314dc463ef655e1c0f08ca3d83fad447f1785dca0a8d7c9b37b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9241, '2023-05-12 11:35:10', 'SALE/POS2023/05/9251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46c9a0912bc6cd455d9df8b3ba7eaf3b8312145706c1450a5a31ae30445b9818', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9242, '2023-05-12 11:42:07', 'SALE/POS2023/05/9252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c99d9a41fe0b8dfa5ba308d66c7053c4881e05e93e1bc5e041a102cd8c70bd03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9243, '2023-05-12 11:51:48', 'SALE/POS2023/05/9253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ab0d4bc062a711f777740e0cec438162702e131846a1edab647993d082148dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9244, '2023-05-12 12:00:03', 'SALE/POS2023/05/9254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36b9f2ba7ecace51eaac53c3b7f360965e12158d6a469304a2aa1f5762465fc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9245, '2023-05-12 12:11:34', 'SALE/POS2023/05/9255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '901265771265471cf409cc4f83c376299e943e64a7229a6f4e33f1b2b5e28edb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9246, '2023-05-12 12:13:22', 'SALE/POS2023/05/9256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79e460476e282bf4894f712b34db9a36a38d87c0c19b5b92a3370859285f8d51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9247, '2023-05-12 12:18:09', 'SALE/POS2023/05/9257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9ed881009d39c362637253532dec13672c5da94535f4b1e8ffc8c1d145b0bdf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9248, '2023-05-12 12:33:58', 'SALE/POS2023/05/9258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8eb7ebcb51a10aed686e113d2bcf1940b1c08fb80ed624ada4f2b05bf6fb4f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9249, '2023-05-12 12:53:26', 'SALE/POS2023/05/9259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2154808e38e327df790261d0ec96503627387fce7898a32eaf313708d3ebecf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9250, '2023-05-12 13:02:34', 'SALE/POS2023/05/9260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0987fba539634c36d478ad42a270b479983abd2fc10be6ceb2af36e55ea873e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9251, '2023-05-12 13:20:21', 'SALE/POS2023/05/9261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '177dccfcfe8ec8e0d12c76638492d45ac5b21c6152b09f7bdf96469a79c742b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9252, '2023-05-12 13:53:23', 'SALE/POS2023/05/9262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8cb6b89336ac857a95ba8824b2278e21435a492e4d472993864dd06e9273e2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9253, '2023-05-12 14:03:32', 'SALE/POS2023/05/9263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a9d024382e5fd050347fa08273f0bc85b7e6bef0978e8292360ab360540ba03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9254, '2023-05-12 14:51:33', 'SALE/POS2023/05/9264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ddaba2b377d8fa82df8606ee614db94e603433b660ee8589379148ff5ef1283b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9255, '2023-05-12 14:53:13', 'SALE/POS2023/05/9265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d81ef1cc614edf461da4143282f29ad97f31c68c30d7b82f3a0fca73e5b555d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9256, '2023-05-12 15:48:13', 'SALE/POS2023/05/9266', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82a01580421f70a504fadb2e78904a151c89b8c0847c3cdd393ae938a09d5544', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9257, '2023-05-12 15:54:00', 'SALE/POS2023/05/9267', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dcc08a79befdfbf5deb907c068b29d4378a1af980965b2f363747b5018c8c906', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9258, '2023-05-12 16:33:53', 'SALE/POS2023/05/9268', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55611b2c2f1a1738ad4eaef2ffacf8ce52ee27ff8f544a15b763bff4af0d073c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9259, '2023-05-12 16:37:05', 'SALE/POS2023/05/9269', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb8b94a9a353016deff43bc44b4e8511e5aaaca419f1644967926cb949f68e45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9260, '2023-05-12 16:41:39', 'SALE/POS2023/05/9270', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04ae8fd91b38cee0181a64d95d1489e060cd7a34d0edd5c7af4b5566580feb9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9261, '2023-05-12 16:56:57', 'SALE/POS2023/05/9271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0edd1a24b0299532badb6217e5b543a2d3ebbc89b33b70c163deb3cd4aed2227', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9262, '2023-05-12 17:09:38', 'SALE/POS2023/05/9272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26bd229c1a9cfe8f6fe1b2832afae9ebe661636d1f1c95c28362af47c3c90b32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9263, '2023-05-12 17:50:48', 'SALE/POS2023/05/9273', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8d14be23dcde7a3e53885ae9ce7e68c7be94c2f84be2a7b4b72e25ffb298052', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9264, '2023-05-12 17:51:43', 'SALE/POS2023/05/9274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '103.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '103.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '103.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7126cef927a802ff42865811ca11d05d16a758933fc4c84fd1005b86a19d603', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9265, '2023-05-12 18:02:35', 'SALE/POS2023/05/9275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4496ddc531adec532f8c5b1ebc206e544c6a8de92d0b63fda7df9ae7a1754b39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9266, '2023-05-12 18:13:04', 'SALE/POS2023/05/9276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32c0feddc7bc3aee2d587ae07e38b4f9b8e04ff155482566867cfe3d3138d1ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9267, '2023-05-12 18:44:11', 'SALE/POS2023/05/9277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11c9abe31774aef7c146feb621b5207c0fec1ea31443d7b952124c9da88d3769', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9268, '2023-05-12 19:19:56', 'SALE/POS2023/05/9278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4b50c7c3dc742e25886f1f43758ed2c7e4e7b7de44fa62ae8059c2c07ba911c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9269, '2023-05-12 20:04:13', 'SALE/POS2023/05/9279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '560ccc25fe4b54bb13bf1f83d87a287fa561a97d6f8061e7aa3a0b328cc81f52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9270, '2023-05-13 06:18:40', 'SALE/POS2023/05/9280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2da8c52b229fd4f367973052a95ca9a9945b14a066d1e1ba25b37940c37f0fc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9271, '2023-05-13 08:25:16', 'SALE/POS2023/05/9281', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0e7785f62ffd31ae19937e31d284281f70d7be142b38aa9434eb442229c7da9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9272, '2023-05-13 08:36:47', 'SALE/POS2023/05/9282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a888eb237f1a52c213376a4e42adae73b0e3da40d65cd4cfa028470d31be8220', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9273, '2023-05-13 08:39:42', 'SALE/POS2023/05/9283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b56ea6d87e5df19d65d1e52ad75d7d20c5018d04181d613d85461af69fbe32b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9274, '2023-05-13 09:01:26', 'SALE/POS2023/05/9284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5290a59559526e2bd7b47d261757a5c9e458cf19657a9d19d5903ea67064c9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9275, '2023-05-13 09:01:50', 'SALE/POS2023/05/9285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fff059e7df3b8d2ceccab730a8f327a3207e1591c1b03351f6a187e2dcfdf84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9276, '2023-05-13 09:04:05', 'SALE/POS2023/05/9286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc74eca6b7d38d0642304487af4c5f128093f3fa15d672fd7a0f411dfce7751f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9277, '2023-05-13 09:15:28', 'SALE/POS2023/05/9287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0f3c2c6c4c78ea8707ef10486173a5209ff71fc9ca6f3984767b47e728a24da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9278, '2023-05-13 09:27:00', 'SALE/POS2023/05/9288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b453b96717a78456bdb7fc3d222b4eaf0aa0f5ee9dd65482f1ab6d5e63231de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9279, '2023-05-13 09:33:22', 'SALE/POS2023/05/9289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '272497ebdad15c728d59efd99bdfc648a41fc209504e104ee9008efcceb75819', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9280, '2023-05-13 09:59:25', 'SALE/POS2023/05/9290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebf5e69d6eabc94cc879185e4b32d08a07a795dc3a47fc15bb4145db1dca7ea5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9281, '2023-05-13 10:23:36', 'SALE/POS2023/05/9291', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c76ffb1e2c93348f1ddbd49a32b7318138b175ffc65cafe7684ef7a0c7613e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9282, '2023-05-13 11:03:01', 'SALE/POS2023/05/9292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35b550af35234d3fc1d2e5918b6c80f64ad93d83c56cd17f45171703768a7b9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9283, '2023-05-13 11:17:15', 'SALE/POS2023/05/9293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '50.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c3deac5aa42b43dce680303680b1ff510a989cb463afba8b0e667e917dffe01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9284, '2023-05-13 11:28:36', 'SALE/POS2023/05/9294', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '419d0efe524d8203901efc823df0fecb013b1680f8bdcaa29b7cb9d46fc12eeb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9285, '2023-05-13 11:37:37', 'SALE/POS2023/05/9295', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13559eae6fc20a13d0772a03b683eef8cd99e62d5c5f4c766a138b403910686d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9286, '2023-05-13 11:52:28', 'SALE/POS2023/05/9296', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '431504dd0a52348c4b1e68019864aff19f0d07b01e5b7b906bdfa1cbe9de3ffb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9287, '2023-05-13 12:41:25', 'SALE/POS2023/05/9297', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd99be754abb8620dc5baaa8b34d5196e7b9639dd95230b849c9047ccc3b6bbd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9288, '2023-05-13 12:56:18', 'SALE/POS2023/05/9298', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '592de236e419083222adec77fdec5bba94662fd236057014ee11a71968e2b012', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9289, '2023-05-13 13:01:06', 'SALE/POS2023/05/9299', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01a1b958b9c65a2d20d167f348fae0c97965cbd1a1e4297109ed5ce3f7515339', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9290, '2023-05-13 13:13:46', 'SALE/POS2023/05/9300', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a6c74947216a8f80bbc0dc7b798d64bf5447375984823b812ee823d70633734', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9291, '2023-05-13 14:02:43', 'SALE/POS2023/05/9301', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b355f5110568c80a3e9d5f7e5cc1451ced43fe51b5199aefa05d51cfc931e924', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9292, '2023-05-13 14:03:41', 'SALE/POS2023/05/9302', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c63fa00a1cd19021147afce9fd81e02e951d0dcc8bc4d68fed70622110010c76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9293, '2023-05-13 14:15:27', 'SALE/POS2023/05/9303', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2f7a2900794cc4bc6c352bf5d47f928586f3f91652b4bba147d8f27b084952b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9294, '2023-05-13 14:18:28', 'SALE/POS2023/05/9304', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fd23af07ee5dae99e6ff963307c02272c8d1abd8ade03c9a55f34eabe6c8a3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9295, '2023-05-13 14:53:09', 'SALE/POS2023/05/9305', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '82.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c619e037634aa6a4fc55c6916f4f790e5c0799396ee3c946b269d0a7c0ab46a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9296, '2023-05-13 15:04:16', 'SALE/POS2023/05/9306', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d6d20aa0fd7a6f71669a7dba33ce37ea9ae634fb3f742ec1bb8d81ac7aa3597', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9297, '2023-05-13 15:07:10', 'SALE/POS2023/05/9307', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13f51514a9d4efac204021baa4f0a61bcc987eb22f242d6962221fb05c6f32c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9298, '2023-05-13 15:08:55', 'SALE/POS2023/05/9308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56bcb7480bc5c22d30e389519ece92215a7c57ee2d3f5e1e00c1a6d1c4f70e4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9299, '2023-05-13 15:14:21', 'SALE/POS2023/05/9309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b35e216856ebab9d87563714c71b5f86112b8446cbdc0acfdc3e19ee7cfc12a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9300, '2023-05-13 15:16:12', 'SALE/POS2023/05/9310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '269c862cde3d13d0bc184acfa09ed898eb0f56c8a6809a998799b34962e47b8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9301, '2023-05-13 15:46:53', 'SALE/POS2023/05/9311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27b728d3d0ee1df7f25d6735d9ccc8ee33ba59d8c5a724e825a0f6eaa2291ed6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9302, '2023-05-13 15:58:31', 'SALE/POS2023/05/9312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3708f77a6e9ea8ddb1afc9e77b979aceec62ec1fb23a2be07b0a30c1ac54597b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9303, '2023-05-13 15:59:20', 'SALE/POS2023/05/9313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02906c5db57266a32c3fc220cc3fd70bc40f31cbcaed8fd5ca1091d1ee734a8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9304, '2023-05-13 16:08:56', 'SALE/POS2023/05/9314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ef38e472ba4e3f36ac2172d5f2cd1c20e77062ff71ff81461ee8e4bf28c75fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9305, '2023-05-13 16:10:20', 'SALE/POS2023/05/9315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd306adf7f84bcf1509c9b15ed2eed10737ab812dffd677424def4b7015400342', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9306, '2023-05-13 16:48:05', 'SALE/POS2023/05/9316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59dfcc714b1a69f75e4a3eddeab3e2111b10a3cc191978670337e420c54518f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9307, '2023-05-13 16:55:13', 'SALE/POS2023/05/9317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f8b11055bbadb0d7362a4ef01397207c68d38791555509cc39e90ce3adef099', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9308, '2023-05-13 17:30:20', 'SALE/POS2023/05/9318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a9cca0ee246e3121335d99a1d4fe0b537b3adb5549636f315ea46daf5549ce0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9309, '2023-05-13 18:09:21', 'SALE/POS2023/05/9319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '450687d3528f85f34b30718f32e6cbbebcdc195b99d944a71f90d0af566eba87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9310, '2023-05-13 18:57:40', 'SALE/POS2023/05/9320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffb73d0633dab084b45d8ea293fb4d5a29a41f0c1f4d1a4d2035198c3606741a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9311, '2023-05-13 19:18:10', 'SALE/POS2023/05/9321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da928e3e01cea1fb472c2d6186fc2460528be0ca07b1b8f451fd1c109a9f770f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9312, '2023-05-14 06:00:05', 'SALE/POS2023/05/9322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '726bc42910d69875a358663faad4b07decae88fbc6bf4501591e78f8e7406753', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9313, '2023-05-14 06:23:02', 'SALE/POS2023/05/9323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15ff5526f220b934f3cc8432ca149c2a594ff87c2ef4c55e621def11498d31d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9314, '2023-05-14 06:33:39', 'SALE/POS2023/05/9324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72738546c20679f3c582080c9d7dd7c86d438b9c6248eea004fc618edd5a2b54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9315, '2023-05-14 07:08:12', 'SALE/POS2023/05/9325', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa8f00369620a3c06c862b0caf81f369462919a8db4c48cf53e96af2a9e9b88e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9316, '2023-05-14 08:53:57', 'SALE/POS2023/05/9326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca82e347b879baa8d097d0ed4fe706888f1ebc1ea330fbbef18a91623860f98b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9317, '2023-05-14 09:49:10', 'SALE/POS2023/05/9327', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fc6a09eba63b49a152c8db2e2a54128e2e4e61120eabe38031e711a8cf23b43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9318, '2023-05-14 10:02:31', 'SALE/POS2023/05/9328', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f79a30d90d1e5275d9021dce830c62dbbc9daf6f9e1e5ed37497717ca797c5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9319, '2023-05-14 10:03:44', 'SALE/POS2023/05/9329', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d4aded3938e648a03aa3e3f56f2dfa421ddde4ef52d4caea4e7af615358f7f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9320, '2023-05-14 10:47:43', 'SALE/POS2023/05/9330', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78a0b52756bf9a561c74ceef4156eefa706ea28d7b5b159dd4203dab0b0586c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9321, '2023-05-14 10:55:23', 'SALE/POS2023/05/9331', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '281.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '281.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '281.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55dbdf77b93e3b5735acb664829d5abd97c3c20763422bdab8a5970acbcd1e73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9322, '2023-05-14 10:58:00', 'SALE/POS2023/05/9332', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '310.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '310.0000', 'completed', 'paid', 0, NULL, 7, 8, '2023-05-15 09:08:06', 31, 1, '310.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6517b91e4cb3a2d55f01512316b51fb42d3f10bab770948a40ecbca988d55fd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9323, '2023-05-14 10:59:48', 'SALE/POS2023/05/9333', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d4d909d5aaa4ac9f419a30f9be9af5dd7bbbb2f8eb470a40d25191cf2b15733', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9324, '2023-05-14 11:00:08', 'SALE/POS2023/05/9334', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '106a080aabcf3eae712f3a376d7552f7ce49bdc785814cc852d112cd199dfaf5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9325, '2023-05-14 11:09:00', 'SALE/POS2023/05/9335', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6804910564dfc0287940d3abdfdcd691c040699ae1f2178e0e8c5e9703db7a8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9326, '2023-05-14 11:15:12', 'SALE/POS2023/05/9336', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bb5a2a07e70d8019fab9435908b69300ba3bc6e90951abe86b2ae40324c0dde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9327, '2023-05-14 11:15:37', 'SALE/POS2023/05/9337', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1bed4e4a21f27be1265ec38e654fa8e3e59ec7b5388f8b0a3d87a99038dd51e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9328, '2023-05-14 11:20:28', 'SALE/POS2023/05/9338', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2f53e11d50410a2617774dd8250dfbbbe6a1667c4558fe2f090519b1d920bad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9329, '2023-05-14 11:40:20', 'SALE/POS2023/05/9339', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b2336734b89546692d4c086b232f763b6f8974f06bc04d5c004df85aa08c60b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9330, '2023-05-14 12:09:37', 'SALE/POS2023/05/9340', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e28212f5dab4a8db227bf88b59efa70d752f48cf6956a4e6c66e5ec1139e76c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9331, '2023-05-14 12:29:19', 'SALE/POS2023/05/9341', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb6c0354bbb4f0c209872c4279705d237328885090544f297df2d15c5d592727', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9332, '2023-05-14 12:34:32', 'SALE/POS2023/05/9342', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fd15dbd92d9594e70a906c0451f13a221f9edf8734edf34d6e9876f1093ef18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9333, '2023-05-14 12:44:00', 'SALE/POS2023/05/9343', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3daa3a510c1b60203e70d660e7f76578fdcb4a2b5a87439051fa486dec501ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9334, '2023-05-14 12:57:08', 'SALE/POS2023/05/9344', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1b32799ce011e066c5023f573a4d4cc8255bab5a7aeba18847594f7609f43db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9335, '2023-05-14 13:04:44', 'SALE/POS2023/05/9345', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb74a2eae7629443c9274c13ae7b828badc7409413e11c42baa532c64ed1d44a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9336, '2023-05-14 13:14:43', 'SALE/POS2023/05/9346', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '200beb39555e9979eaf515f1c26fef7f09b65f554cd1301624d885152617a83d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9337, '2023-05-14 14:18:08', 'SALE/POS2023/05/9347', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63a59fab736a466a2dc6830d3f87df540a9fd53dcdfa261575010f8516dd59af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9338, '2023-05-14 15:47:36', 'SALE/POS2023/05/9348', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc9407d2888c5512d090d2b99711ceee6fd1b58d91c1164660aabfab39c9bfad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9339, '2023-05-14 15:48:16', 'SALE/POS2023/05/9349', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51d1ee83ab8c9737815c0cad4769435ee86f2d5b64671e9c99e9b0fd7fb29ec8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9340, '2023-05-14 16:02:26', 'SALE/POS2023/05/9350', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88eca8ae29270014274fb0e93f3597402b3aa7af37430768c8946f71fc483b13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9341, '2023-05-14 16:05:16', 'SALE/POS2023/05/9351', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66766d77c2e7da6068d91f707beb5d692c53e52bfa6d4f4b88a6bdeec5ded0e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9342, '2023-05-14 16:16:16', 'SALE/POS2023/05/9352', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b85d814b5cfdc85ccbd6c49d0e973e42627a7b938b5ad509b8ba9b4628a6235e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9343, '2023-05-14 16:22:47', 'SALE/POS2023/05/9353', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '284b163b5d8452ab459a291e11e7f08310a3fbeaee272c7ba0919e738d8f9c38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9344, '2023-05-14 16:28:04', 'SALE/POS2023/05/9354', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb455c92069e1ea334bb6f273cf153418319898cee8ace932c9aec0d08f64f60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9345, '2023-05-14 16:39:25', 'SALE/POS2023/05/9355', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '86.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ccf07e1337ef27dec8a2409d86ff79d92c443f15f29b2b57f40733dd757e0e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9346, '2023-05-14 16:46:09', 'SALE/POS2023/05/9356', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66bc5690267ed0224b13301becb65358de961b87409765200431ba69b3bb694b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9347, '2023-05-14 16:56:18', 'SALE/POS2023/05/9357', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '231c7f3bb2928befdf9df951f84fb7701c729c43298d28a436b6f13136929ed4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9348, '2023-05-14 17:01:21', 'SALE/POS2023/05/9358', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '405aec5c2520c2e4939872c48c46a640635a4fc9e45fc7262961bc44839535ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9349, '2023-05-14 17:11:53', 'SALE/POS2023/05/9359', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '437e9d6810814db7d423f6fb6f3f06704541c6ed53d9b61f4a6d3d4594dffc86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9350, '2023-05-14 17:16:58', 'SALE/POS2023/05/9360', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29020e9f3187ab12e9966c397fc6134cc456af444e7dfccbc5874b5f7809ae28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9351, '2023-05-14 17:46:33', 'SALE/POS2023/05/9361', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69b212c5a9be2175ae6a87d583ddb0918334e0dd2a8ad0cf42e21b0f0b277c62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9352, '2023-05-14 17:57:32', 'SALE/POS2023/05/9362', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34a68b761e55d2430d12078a3f3adf0a941f27d4f8f97fedde4146c175d06afe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9353, '2023-05-14 18:11:13', 'SALE/POS2023/05/9363', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc7e2b459b965fddd94420a9cd0db5e37539397c60bf2aa062d99e358a89d906', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9354, '2023-05-14 18:26:10', 'SALE/POS2023/05/9364', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23327b68e498e07a0da19e503296b2dfbd0e342b0b20b8c116efe931dc6e4ac2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9355, '2023-05-14 18:33:10', 'SALE/POS2023/05/9365', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd6c4b6aed1c9f28a89c3320e0dde00e6ddecf5cb94450848a24af207a745047', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9356, '2023-05-14 18:43:53', 'SALE/POS2023/05/9366', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c97f9beb3d2802a4693275d24e479f577f27aee5d0cf205d2c0db014dc187a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9357, '2023-05-14 18:50:11', 'SALE/POS2023/05/9367', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcbc634424e67c9538345a24a55eed1cf32be9bb13eb0b31bb2b01c1a431b4d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9358, '2023-05-14 19:25:28', 'SALE/POS2023/05/9368', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40078cd3bdbeb391dae99207ce23acd729781d131eb0c3c7369af3fe2b10b62d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9359, '2023-05-15 06:07:25', 'SALE/POS2023/05/9369', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a35ee37fd0887f624c9dbfdfd9d1e7d16d8d715d2c3c6f04af2251f3bd9d7873', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9360, '2023-05-15 06:20:54', 'SALE/POS2023/05/9370', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '802a8df6ee7bf8b52b50ad8de1f308cfe790a57bd9bbdc6e8e390e44b999b2ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9361, '2023-05-15 06:35:03', 'SALE/POS2023/05/9371', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64d9f21efcdef45f381c0db1ea7996b0f02891bd120528703bfd8a5abbde1812', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9362, '2023-05-15 06:38:48', 'SALE/POS2023/05/9372', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '662a79e5fea9feca1db35ffa9c454b7957046fa930ff9f08dc3541c05aca5898', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9363, '2023-05-15 06:43:56', 'SALE/POS2023/05/9373', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dfa783283b2274f6b61f7cee847c0701a93a186e969adb2f36c5b33bb7f0d792', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9364, '2023-05-15 06:45:15', 'SALE/POS2023/05/9374', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0132cc7392fe8fdafd1a530e3664f20e78ebad6f09693b9a18ca0fcc1f827c18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9365, '2023-05-15 06:47:54', 'SALE/POS2023/05/9375', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30efd1c227c1ae876ebb22c009d6bde1d7e9724efd70133bd939d949ed4ff461', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9366, '2023-05-15 07:00:02', 'SALE/POS2023/05/9376', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '122.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '122.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '122.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '458b0788f1c5c83811025ac1bddb88344aa4f0850de18381e2011eeedd11149d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9367, '2023-05-15 07:01:53', 'SALE/POS2023/05/9377', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2de86817951c07655cebaacd3ef31b482b8389e57d2f1a4c0d111ff4a9012bfa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9368, '2023-05-15 07:04:47', 'SALE/POS2023/05/9378', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '136.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '136.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '136.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1daf3f00dc627415e677fa46cbdc8c2ef1ac19bbd10396a350b2a06a66a82376', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9369, '2023-05-15 07:14:45', 'SALE/POS2023/05/9379', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f648d8d999335f28f4f61829843879a82cf6a0ee3be2c9a02ef50bbad98ae151', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9370, '2023-05-15 07:19:21', 'SALE/POS2023/05/9380', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '78.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb09b7a1376a0a136b6a9c59c8fa0b7462d1ce6e44dfad4abc345264155fb754', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9371, '2023-05-15 07:20:32', 'SALE/POS2023/05/9381', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8613453379f222b96c903d19058cff3611c0615b9fb5c61f99f350f2b3836b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9372, '2023-05-15 07:22:24', 'SALE/POS2023/05/9382', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c87cc53320c26d8c86fbedf5103235276acb3f17ba3797ca6e5163f2ebb8a656', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9373, '2023-05-15 07:30:33', 'SALE/POS2023/05/9383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd234e3e56d1a9be9cdfca45cde226e35668dd566a8b4b8a57ab8e83354819e1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9374, '2023-05-15 07:31:06', 'SALE/POS2023/05/9384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5c7aa8a01261392dbbb73004dbbc287264d7f7343b67d7c75959ff964571715', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9375, '2023-05-15 07:31:35', 'SALE/POS2023/05/9385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dea7d5897172dd7116ea4636b46bf36fee94bcb2db171d7d14bafe726d857c5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9376, '2023-05-15 07:32:34', 'SALE/POS2023/05/9386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ec0469b9398d7166a7beedefaac45654527a0abe9862a6c2100836f737c14d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9377, '2023-05-15 07:33:26', 'SALE/POS2023/05/9387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '574cf23de286f989a4aff250f98303d0b6d69a7bcfab678308d4ff655d0bb602', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9378, '2023-05-15 07:34:31', 'SALE/POS2023/05/9388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8b33e00e35ffeba0773262491a6328aaad01213463b4a61b3fd6d359ad15ad1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9379, '2023-05-15 08:22:18', 'SALE/POS2023/05/9389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a95a4ce7435930e7c896a7164b2fb52d577263b7858a324d7fd937d2f0efd829', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9380, '2023-05-15 08:31:58', 'SALE/POS2023/05/9390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '360.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '360.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '360.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1eabbcfc455ee57210f75d48b9b34f1da11f8d63c3888d5f4ebe63e418c2834b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9381, '2023-05-15 08:32:54', 'SALE/POS2023/05/9391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04754ee2fdc15707d2713f1fc1bd0a703f2691ff5790ef53f918f41fd2692fda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9382, '2023-05-15 08:50:55', 'SALE/POS2023/05/9392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17af01f4c22be581b4a2292a540995586741d097e5ac5f201df79165648dbd93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9383, '2023-05-19 15:07:18', 'SALE/POS2023/05/9393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '89.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8de7a2a79b1fc3e26ad14ee11815d777e25132f63a6f8b9964599d36eba59c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9384, '2023-05-19 15:14:50', 'SALE/POS2023/05/9394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '168.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '168.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '168.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd59b9a030ad3c28c658d8d73fe207ce45f2b995a9ed55d9b708925b9c831a430', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9385, '2023-05-19 15:32:25', 'SALE/POS2023/05/9395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '136.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '136.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '136.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea2f633ff47844f20c6b6f8f4147201c09b16e7a84b029e2f600d3019af2170c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9386, '2023-05-19 15:45:00', 'SALE/POS2023/05/9396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '231.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '231.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '231.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c4c8124753d2363ea70d57eb09cf6bbc4b95b9d0b23542b72285f4b6975153d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9387, '2023-05-19 15:58:33', 'SALE/POS2023/05/9397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '176.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '176.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '176.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bff663582cddef096016e8c0946ad4e42ce19e83e9cea43b020393393730cf19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9388, '2023-05-19 16:07:07', 'SALE/POS2023/05/9398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '165.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '165.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '165.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5369d9d54c79459b75d0097881eada374a7e1226fdae11065b0fc37b142a8701', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9389, '2023-05-19 16:20:51', 'SALE/POS2023/05/9399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '249.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '249.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 33, 1, '249.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65f729952fec8698afb2f8665eb12715801c99aa5bded655c679fb0080e2a7ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9390, '2023-05-19 17:57:49', 'SALE/POS2023/05/9400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '199.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '199.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '199.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0db15380b8b10d779c955a31a595c5aa326ea2030ae4505628261b8b4a9c6cb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9391, '2023-05-19 18:04:25', 'SALE/POS2023/05/9401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '159.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '159.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '159.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3392075bda98ddb2fc4fae65150a7f5d422f862ba9d264312c4a32f5bca532b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9392, '2023-05-19 18:12:08', 'SALE/POS2023/05/9402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '224.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '224.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '224.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11421234620fffebd2b4f1291b0f51c64e7ec51ddf8300135243e9d33fe0a462', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9393, '2023-05-19 18:19:38', 'SALE/POS2023/05/9403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '214.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '214.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '214.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '124c28760c7a1aa405581c4b5bc4c4e6aa3616cd1cf6747ccf52b1a26af7e65e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9394, '2023-05-19 18:43:55', 'SALE/POS2023/05/9404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '292.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '292.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '292.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a2d5f2a8378e9dbc136d1deb4666c8deb45049a5b05c9e10f7f006188b58ea7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9395, '2023-05-19 18:54:09', 'SALE/POS2023/05/9405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '177.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '177.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '177.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ba82096f7eba3acc526afe4a9eb027b5f80d6c15cf741b4ace5a17f60921261', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9396, '2023-05-19 19:27:26', 'SALE/POS2023/05/9406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '190.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '190.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '190.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84b062551940cd55b53e815f7ccf9f0b292836f99f251736a88ab685e123aeac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9397, '2023-05-19 19:33:03', 'SALE/POS2023/05/9407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '204.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '204.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '204.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e1d709661f0f2685a4eba0acd83a8bf8b87e658fa295d340ef3924c26382606', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9398, '2023-05-19 19:54:46', 'SALE/POS2023/05/9408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '219.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '219.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '219.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '104279559dc570967abfbef698c04c322ec43591d8e4e8fdeb36880724535ba1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9399, '2023-05-20 07:21:19', 'SALE/POS2023/05/9409', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '173.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '173.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 32, 1, '173.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '053aa196887146a92ce7c26fc42271a0d234f7d06ffc2ad94a4c98ed1031f737', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9400, '2023-05-20 07:29:44', 'SALE/POS2023/05/9410', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '323.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '323.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 42, 1, '323.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23a3606065f67db1452216687641cb8f87f8fc92044927d78b780d48cf0ac2c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9401, '2023-05-20 07:40:39', 'SALE/POS2023/05/9411', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '237.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '237.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '237.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ce46183632f130f434d930812b1353363953397f4509e55d14fa15208e1137c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9402, '2023-05-20 09:34:31', 'SALE/POS2023/05/9412', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '178.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '178.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '178.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acd474ce83edeb3c5c453b0164441b966e1c5da6e8aa47f64012563eb01a80e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9403, '2023-05-20 10:55:47', 'SALE/POS2023/05/9413', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e797a4196720216e4ce403e2459fe0e0572f5367a3d60b8899c4d1456dcdb731', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9404, '2023-05-20 11:14:29', 'SALE/POS2023/05/9414', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fcdbdcf816f43f785a077add406aca140fd44bf505ae954a80d1c2a77c30f5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9405, '2023-05-20 11:53:05', 'SALE/POS2023/05/9415', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cde08c4d610689fe9f69b32306118e853e69d3d71e564f6f444fc6871f1e710b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9406, '2023-05-20 12:17:23', 'SALE/POS2023/05/9416', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc7256b150bcd9afc242509e2e7e06ab0e35aecc159f73cc011d06095dba3b52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9407, '2023-05-20 12:28:09', 'SALE/POS2023/05/9417', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '70.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac5f45ee25f19f08f6d550154143e1b082d655605dc054fd93673b832fc1e57f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9408, '2023-05-20 12:37:11', 'SALE/POS2023/05/9418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ecd3eae31a6cb830641cb4d73f6069a46f003130f55bdb06d8480edaa24426d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9409, '2023-05-20 13:31:47', 'SALE/POS2023/05/9419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0a42747424f423e57ad5f177e3d95e5df0fcc6a205d29a1f78254ab3582e348', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9410, '2023-05-20 14:15:08', 'SALE/POS2023/05/9420', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39145ed172fafef50fc50fb8aefc6e5795c2cadfe92ce5e3ede7848760fdbbc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9411, '2023-05-20 14:16:52', 'SALE/POS2023/05/9421', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79917957201ec7d233b00a0e0b77978cbbfcb118e86c3ab5ba85c1d145733a48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9412, '2023-05-20 14:22:19', 'SALE/POS2023/05/9422', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3533515f9b67e9d86a451bad103163e7ec7cc51c7da5a49a484ea53ece0b885', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9413, '2023-05-20 14:37:40', 'SALE/POS2023/05/9423', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d6b25c52576a2580792333764033b3c55a20aca954599770ef2f4e14adb40cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9414, '2023-05-20 14:39:58', 'SALE/POS2023/05/9424', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1fe4276594930ab482eea2bc0b9d6040db819ae3351ebc5872722cd6291d79b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9415, '2023-05-20 15:02:55', 'SALE/POS2023/05/9425', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab85214a2c2ebf52f54ae3c7da1b19401be8c5df723877515bf0bbba3d9130ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9416, '2023-05-20 15:59:14', 'SALE/POS2023/05/9426', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18a6ec722f85b7d347e7703123bc614441f21ab01730c50b0d08c153911bf6d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9417, '2023-05-20 16:44:45', 'SALE/POS2023/05/9427', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '55.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd83a6da20b7398c826c5d87e993e5dacea9d5ec10418b8bf6f145d2f501aead7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9418, '2023-05-20 16:54:07', 'SALE/POS2023/05/9428', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8b7dc7eb96fa5f28379e4112a8cbdc9b41aa058e13e588c8a9f8aa1cb7a3535', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9419, '2023-05-20 17:20:04', 'SALE/POS2023/05/9429', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46038d9ff144ef1375e04407ed5993d1ab8d7fb1c5e3bcf455a7d4d7d51494c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9420, '2023-05-20 17:31:01', 'SALE/POS2023/05/9430', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c739ec24f65db8ef2e8233bdd56d5aef332631c958c6d8a593b20e18f0e1dad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9421, '2023-05-20 17:59:14', 'SALE/POS2023/05/9431', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97f54a6729598297579eccf4d997357ef77b26dfbc4f9d118b5a1915f92d4cec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9422, '2023-05-20 18:07:36', 'SALE/POS2023/05/9432', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eed2e37fc409689b1d32012bb3876e8912a68b0ffd9aa740af6c1841d01f4d1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9423, '2023-05-20 18:14:37', 'SALE/POS2023/05/9433', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08a985b31b340d13d285233493808f654556cfb2c499e1c93ad8efbb740fd0fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9424, '2023-05-20 18:23:34', 'SALE/POS2023/05/9434', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ff5a89e75253034cace66f9ffca83e314df2faa7150ff303d7a43f7166b48d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9425, '2023-05-20 19:09:37', 'SALE/POS2023/05/9435', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ca414003a9c706d2836aaff839ab5f46a81f92e3dc9ddabee9aa03e725dcacf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9426, '2023-05-20 19:12:23', 'SALE/POS2023/05/9436', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '587aec624a0562c572de9146ebd0cc2867d75676f3658e67149e70007ad52e1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9427, '2023-05-20 19:16:46', 'SALE/POS2023/05/9437', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54143b5acaf71380c3cf1cd96f93407ee53fba59892526dbb9078b0b94f2e172', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9428, '2023-05-20 19:20:20', 'SALE/POS2023/05/9438', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d4e57f5d261d49e602faa7a5c9807d0c878788738a00254e5df4ea5202f709f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9429, '2023-05-20 19:51:13', 'SALE/POS2023/05/9439', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a15c29403bcccf995cbb43c0b6eaef45b4d831ffe75458ec07483567b1d2f21a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9430, '2023-05-20 20:00:53', 'SALE/POS2023/05/9440', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cc19a81f52c83470e7a176c7a6540d1dc09b7424157c69befadc253f125b063', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9431, '2023-05-21 05:49:34', 'SALE/POS2023/05/9441', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8334d83f7c131b86b8941e4ee57e6b0400b16143daaee96d8242d8be2b9f5ff7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9432, '2023-05-21 07:16:47', 'SALE/POS2023/05/9442', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '860cb93351be7132412ba623c631a61dc4f5bbb8b2f7a85ce90ed1abf7cbf793', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9433, '2023-05-21 07:26:26', 'SALE/POS2023/05/9443', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9a78d2104df1a4c5df6c1ed8f6c0be2c52bd04604acc698395bb1cc4edfd7e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9434, '2023-05-21 08:07:39', 'SALE/POS2023/05/9444', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd9b5a7728e6c29d2508672ea0fb174b9a7561370c347796e90af4632f8ccf70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9435, '2023-05-21 09:31:27', 'SALE/POS2023/05/9445', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c983ebbef8318c4df82f2998228fa3d772cedfefb2699157dd70a55e08a26029', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9436, '2023-05-21 09:35:55', 'SALE/POS2023/05/9446', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b6c795eb2e187d9cd7ec04b67bf3228ad199c978e47ce9a6049b4cf50723040', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9437, '2023-05-21 10:29:08', 'SALE/POS2023/05/9447', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbfca8ed6299df6ea49ea54a678e635249adca7abe247c48b4fd3f18d46a2acf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9438, '2023-05-21 11:02:45', 'SALE/POS2023/05/9448', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2f41006523c15daa3ebd13f8bcd78ccbdfc7880340003739a88ba6832b172f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9439, '2023-05-21 11:13:53', 'SALE/POS2023/05/9449', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9887808cfbe5948f9067cb9c0e8e7920bf89152d860b0f89f6282ef3d3592223', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9440, '2023-05-21 11:36:39', 'SALE/POS2023/05/9450', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd80a52969fe4e5b1315d8c3b5def8ade57e7c9a921a0e0d5d1b9aa83daf2e7d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9441, '2023-05-21 11:55:51', 'SALE/POS2023/05/9451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cef8020b98ec392b8623bbdd64c1d8761ee4f1b6858aecf138589e717a36c41a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9442, '2023-05-21 12:13:09', 'SALE/POS2023/05/9452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0aac49bc7b7ae13d96612d7cead5c98e9dc5303f6e637d99ca1614e4af36076b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9443, '2023-05-21 12:16:11', 'SALE/POS2023/05/9453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '099c4b1e22d82186de73efab91aa6a08e59e2318521aa0e8ee47cb20bc578a5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9444, '2023-05-21 12:43:28', 'SALE/POS2023/05/9454', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34d8a04719ad54ba776f5a792de6ea9000e6eec01743e8461529dc4ef0bf8f14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9445, '2023-05-21 13:03:09', 'SALE/POS2023/05/9455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47f15749e59e9182ecdaf6ffd4faf9c29ec2800192900a31508f74b1550625b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9446, '2023-05-21 13:18:09', 'SALE/POS2023/05/9456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '190b5b3b57d8570dd1bd1149a8df5ebacadb3c017ccd2d9a50c2bacdadfe3340', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9447, '2023-05-21 13:42:50', 'SALE/POS2023/05/9457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6687ea918bd566f6951cc5e779529ba28503feca5647a6a66385bf17a34e437', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9448, '2023-05-21 13:55:15', 'SALE/POS2023/05/9458', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ec5af4c51ce0d3491f16af6b2d844a1ea515aa1d6dff68e7820c5977a5be226', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9449, '2023-05-21 14:10:26', 'SALE/POS2023/05/9459', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '45.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e86a253f6528aae78b1d41df5c4ac2e997fe5a6dd828ab4348e0d4cde3007ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9450, '2023-05-21 14:10:41', 'SALE/POS2023/05/9460', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01376a0a12bf9f769154bd2f5680f29a76dee67287edf93503301dc4f1b36990', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9451, '2023-05-21 14:39:36', 'SALE/POS2023/05/9461', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ad44c7e2f2a83f82830fa724c0c67a82678f6eb8edee9d86f3ed13837bf5d56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9452, '2023-05-21 14:40:03', 'SALE/POS2023/05/9462', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4e184475fdf9808a5680d2ea466e802bb9d453a3dab006f210c04d072bdc2bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9453, '2023-05-21 14:49:40', 'SALE/POS2023/05/9463', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c466a226fd7c12d0d0e42e1ce285c5bd17727980c826f0ba094f2c7a5a42489d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9454, '2023-05-21 15:02:52', 'SALE/POS2023/05/9464', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1345e21ef20b658c0454a6f82511885631e097d79bb67403533c4a1d169e3565', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9455, '2023-05-21 15:03:50', 'SALE/POS2023/05/9465', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89e927979499f15d6c8a5a8420f8ac3aa0cefe68c5d6357afe7ecf87d420eed1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9456, '2023-05-21 15:06:23', 'SALE/POS2023/05/9466', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5baa30dd63a44c51b9333d82d0c3bc0f0ff8a5a55482cb4886678257a0ba980', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9457, '2023-05-21 15:11:59', 'SALE/POS2023/05/9467', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbcff5165e17c18fdb7e131aa5ddbbfbaf9992245ff5e77fcc17e25d148d863f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9458, '2023-05-21 15:16:50', 'SALE/POS2023/05/9468', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea28f6b22f5dc2792127afd798a6d2c0011df5b6c77ca0fe1e5046999d389d4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9459, '2023-05-21 15:18:37', 'SALE/POS2023/05/9469', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '82.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8927284f7fcf7a18e7b7c85ea652bae9ea4a0ed02e10a3d62c9de7548e4bce66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9460, '2023-05-21 15:19:39', 'SALE/POS2023/05/9470', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08bb202a5d0ca7ed93374ddaad6ec9174c3a486beb81e3d34fe19c4be867d461', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9461, '2023-05-21 15:21:17', 'SALE/POS2023/05/9471', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48a03cca885ec6962de9e638d817b4c5b0929f9577fd70447e46462722df9e65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9462, '2023-05-21 15:22:28', 'SALE/POS2023/05/9472', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2393f83909e434c4ee64d88988bde93e5f2275dfe0aea191d661281ddff24bd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9463, '2023-05-21 15:24:21', 'SALE/POS2023/05/9473', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aaea7433476af33bd6bf009a0be29b6378edc49d01d66247ffcb9ffc31c738a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9464, '2023-05-21 15:25:47', 'SALE/POS2023/05/9474', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5889dec62fc5659a45e65f74d63c995d1909571e92a76f3c9e21178ad7c03439', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9465, '2023-05-21 15:48:17', 'SALE/POS2023/05/9475', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1369d6653f003fa8e8fded69dfed011b441a2e9a100915d56deca0a2da7d6619', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9466, '2023-05-21 15:50:01', 'SALE/POS2023/05/9476', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '53.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5bc32385720b08842586c129d6b3f2a7e77e4af9643dc811a71bcea029d9868', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9467, '2023-05-21 15:51:06', 'SALE/POS2023/05/9477', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bf733bb4ef6e1286e52833b5844a92a3a2e4387d528af985fa970c7fdc651b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9468, '2023-05-21 15:51:48', 'SALE/POS2023/05/9478', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b7aa1f9388206ac4bceb5303adfac1d5f6ffc0c6bad7f5b7db5af02bc5bbef8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9469, '2023-05-21 15:57:33', 'SALE/POS2023/05/9479', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '172.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '172.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 25, 1, '172.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53d708125276b9db5e9c32e763ba3cfaaeddb30ed05d3401603f1e2bc16e10fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9470, '2023-05-21 15:59:27', 'SALE/POS2023/05/9480', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2614652bb039afeb4ac4cf2fbd3a403f05e0cb241b84069d970f6568fbe23c30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9471, '2023-05-21 16:01:41', 'SALE/POS2023/05/9481', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26be6ba0532d468a1076d28ed93919c3a479458711a2b99f1a8744d5a7a4ad51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9472, '2023-05-21 16:03:00', 'SALE/POS2023/05/9482', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47aa923b97b332432854f46954b30a6f9f0470acd30dabe46aa6709604e0da70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9473, '2023-05-21 16:04:45', 'SALE/POS2023/05/9483', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5546d1f7142cab523f08ac8681a2bf3898a192e3846c0a39c7a2c768bc0bc20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9474, '2023-05-21 16:06:33', 'SALE/POS2023/05/9484', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfe74554e41bc89fe8fddd33483abae6198e9a7a664c470b07ab0fe2c93c18f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9475, '2023-05-21 16:27:47', 'SALE/POS2023/05/9485', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '280.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '280.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '280.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a11587de0315e5d7162774fb6c1b6da17f60bd3d44fde7adb468bee3b0593b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9476, '2023-05-21 16:28:32', 'SALE/POS2023/05/9486', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '224a28491d19307982b934bace7734272368ad57f21e7842e303531212a09c21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9477, '2023-05-21 16:35:29', 'SALE/POS2023/05/9487', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '82.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b3b174a0b81a235ed0a2c4d367ef8a896e5f5b3d3c84f74e31fe7e15978c5d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9478, '2023-05-21 16:37:39', 'SALE/POS2023/05/9488', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '89.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '89.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '89.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb29f221eacf639d915d5f578f94cbe329d899fe6d3204a6e5efec29228b43a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9479, '2023-05-21 16:43:02', 'SALE/POS2023/05/9489', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '82.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8861da91da8e5d5a1b2ea3f1085f59fc6403548b5a7e16f487d54ab4a8164fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9480, '2023-05-21 17:31:33', 'SALE/POS2023/05/9490', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'abfc540c5c696ce850cdfe24ae8ae3c39619e0d7316a8706fe180a32870c2f61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9481, '2023-05-21 17:38:19', 'SALE/POS2023/05/9491', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb2c0746726a6b21dc10639065ffaa321adea9036359c69de79497d32bd4906f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9482, '2023-05-21 17:39:30', 'SALE/POS2023/05/9492', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ef637be91115625ccae11e975e9ec5fa0f70a3b53ea975047a4501442baa5aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9483, '2023-05-21 17:44:39', 'SALE/POS2023/05/9493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1649a221833f161545be0d32ac29f2b0ca9b4ff52d9491e74facbaf9c136411', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9484, '2023-05-21 17:52:30', 'SALE/POS2023/05/9494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '53.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df6c5df93114ef351563056fb03d022a8d7fd6b2e70ac1f135e2d425120622a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9485, '2023-05-21 17:54:19', 'SALE/POS2023/05/9495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a16d51e4337c08fcef04864a141a2f6ede297e6b888a5adba54d9ae9c189e46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9486, '2023-05-21 17:55:23', 'SALE/POS2023/05/9496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9015c55e8002852cc4d9a59c26aef54604db9dfe8201b4cc620d4d711e2c01cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9487, '2023-05-21 17:56:14', 'SALE/POS2023/05/9497', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3da52a41f7193d9dff895eed8364b64613c2b1c5dd06f7fc96f5c87cabb72d92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9488, '2023-05-21 17:57:19', 'SALE/POS2023/05/9498', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99481942d69c49c9220a3788de7bc471c3dd3ca5e5a49b30c8b83d4f0add0ecb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9489, '2023-05-21 17:58:46', 'SALE/POS2023/05/9499', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '832937cd715305bfb128357779145435a2f788d69c268609e46c3b50addbfee2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9490, '2023-05-21 18:05:01', 'SALE/POS2023/05/9500', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c6afc521568a58a5cda62724e63907d9a7446fb616790be9b4336090bbe29ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9491, '2023-05-21 18:07:09', 'SALE/POS2023/05/9501', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bc86d136cdca0ff44ad347bf52e56fbb111987c2452dbfb4370d7bc9b401ba8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9492, '2023-05-21 18:21:23', 'SALE/POS2023/05/9502', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '426.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '426.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 51, 1, '426.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09ad91e218930bf19d8f64a2f427a06f047f75d5957dcf122634a75a6d7ac753', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9493, '2023-05-21 18:28:01', 'SALE/POS2023/05/9503', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1b350281571a99df1b9ac113e6ef1e74235b0f71f9b302f7a86b4c41a03d27b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9494, '2023-05-21 18:31:58', 'SALE/POS2023/05/9504', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b33eac4eef45aa2432c17ac132d5518b4a25c2549a6782406a4bea5e44cbb80f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9495, '2023-05-21 18:44:32', 'SALE/POS2023/05/9505', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b75b6e62936018e3e52f3cea09b331c9d36a5a58140e9f0a4aeed03aecc7fb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9496, '2023-05-21 19:30:11', 'SALE/POS2023/05/9506', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2622debdeab455ad4cf40902dbb9c9cc0a3395675b6b575f73a407dd14d7928', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9497, '2023-05-22 06:28:10', 'SALE/POS2023/05/9507', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66e854fbc4c932e82f69f0a2e8c9be2e912759d8bd75b0307d0e99e1edcf8577', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9498, '2023-05-22 06:58:54', 'SALE/POS2023/05/9508', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '92.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '92.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '92.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b93f75c09e2c594f5cabae21f668a92f0274bd9af1ba113693ed3d9a12aba18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9499, '2023-05-22 07:04:59', 'SALE/POS2023/05/9509', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '156.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '156.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '156.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6435c17e153648255a1b9b10eb26ba2df42187cd062d24b4f85a61eb20c83703', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9500, '2023-05-22 07:07:15', 'SALE/POS2023/05/9510', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c355c84d5fca7e351af3ecf4c04bbeb7706b29469d6a683841212187bdd05787', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9501, '2023-05-22 07:09:00', 'SALE/POS2023/05/9511', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '124.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '124.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '124.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be7ae77bb6c4ce84a4bff4f0990febaf341cffd5539e595dab07f2e73c47023c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9502, '2023-05-22 07:10:17', 'SALE/POS2023/05/9512', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9abf525715a048bef980dce6d9348c31fc55ab5aed38c3559bc1b924742d8610', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9503, '2023-05-22 07:11:52', 'SALE/POS2023/05/9513', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d78978f9f31a9f749947b3b174e9bb9c08b49cd5a4e6b50c9b8995d9bba041e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9504, '2023-05-22 07:15:16', 'SALE/POS2023/05/9514', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c91dd69f4be2354e76ff1a311f361c29084106b19144f51fac4ba7871635580', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9505, '2023-05-22 07:27:32', 'SALE/POS2023/05/9515', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec768104653212406c05a9d6bae9654a24f9a747e4260c8a9d4452bc69dcf657', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9506, '2023-05-22 07:38:35', 'SALE/POS2023/05/9516', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '906c75f0334517734fc76b24a7dd64deb295c6437ef5881d3c3e892301ae6758', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9507, '2023-05-22 07:46:32', 'SALE/POS2023/05/9517', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f993706fef4643aa9ae6f0b464388b146c0ad4fb634efc71f36a39e7c2131740', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9508, '2023-05-22 07:52:18', 'SALE/POS2023/05/9518', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbdd778419ce9d7a7a0b39b18dd83d7f5329f6412ca6452127b00c76ff80464d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9509, '2023-05-22 08:00:47', 'SALE/POS2023/05/9519', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1461deadafaf3694feb5c8005c9b0376c3f4730acf3713922302a4850cfb67d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9510, '2023-05-22 08:05:25', 'SALE/POS2023/05/9520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '380358917165456249d09907b421f6df793345bab3d9988a911fa74f21c41f15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9511, '2023-05-22 08:24:59', 'SALE/POS2023/05/9521', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '105.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '105.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '105.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9da20cec943f978f064fed5d1379ca45c7357b2645a552f841089b97a4baaa17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9512, '2023-05-22 08:27:34', 'SALE/POS2023/05/9522', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5159fcac81c8d1ad69c41b39cbf2f0797a693f76dc9b58b4064ab1bbb201e8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9513, '2023-05-22 08:29:06', 'SALE/POS2023/05/9523', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1adfb2fbbf294af76ca7e100878a1f9e02da2c94519169c95938cdf9630855f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9514, '2023-05-22 08:29:41', 'SALE/POS2023/05/9524', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d898d2d12407a2330d443f5835cc63a266e1885b6102e6d8751ad95fc5d4669', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9515, '2023-05-22 08:31:24', 'SALE/POS2023/05/9525', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d2bcdec3fe005dc413f5841f442e42ddcf15436f64ccb12961f422885fc4441', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9516, '2023-05-22 08:34:08', 'SALE/POS2023/05/9526', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '150.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a447afe23bd220945e669b8a861ab7189383c5dbfeb672af64e6829f88e96672', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9517, '2023-05-22 10:14:46', 'SALE/POS2023/05/9527', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe0c4c294532ed1ae1298067fd0c908f145a808d8e987686362a6e9cfd0586f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9518, '2023-05-22 10:18:40', 'SALE/POS2023/05/9528', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b7158518413c9585fa522c3d153faf16a390e7de02c2483fbabecd2e9d31d4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9519, '2023-05-22 10:41:38', 'SALE/POS2023/05/9529', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40fd196e3412f94267f9b8e829f49b429246a892886c463b8e9d5ddd2ef6b60b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9520, '2023-05-22 11:13:30', 'SALE/POS2023/05/9530', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e6708c666a144f11805bc3c48e09f1f1081a2af66475fe6a05e22162507ec35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9521, '2023-05-22 11:24:50', 'SALE/POS2023/05/9531', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8871709c71e62bb92d07544bb02661bf6d5a7bd4ec9bb7add396fa97f163dfd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9522, '2023-05-22 11:53:00', 'SALE/POS2023/05/9532', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1301bf2226e0203270a6558a2cba8069f6c474bf7b29877a7ac31527371dba37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9523, '2023-05-22 12:13:28', 'SALE/POS2023/05/9533', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4d86059d3ec822ec732b0beadb0c085f4604a3e95ac16f6c1f20276dae46c82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9524, '2023-05-22 12:22:55', 'SALE/POS2023/05/9534', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '553a54ec6b353a41260fb526ff158901068505090f98fc07261fcbd4ce99434a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9525, '2023-05-22 12:23:36', 'SALE/POS2023/05/9535', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6912b2d7c65b7bd817da7aa3260bdb6d724b71125bc790466a62c0d5a554cf46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9526, '2023-05-22 12:33:54', 'SALE/POS2023/05/9536', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8387bc638828f5303248f12c718c3736596db49691e12c05861db518d91a3b84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9527, '2023-05-22 12:49:41', 'SALE/POS2023/05/9537', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ef5aaeee5c8e410cfe022721d8b489381a44f2f6ed91da862a1873acdb4cc92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9528, '2023-05-22 13:11:53', 'SALE/POS2023/05/9538', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd35b30ff26afdf14a57c53359fb15be7d8435db7df74b446b003aab7f1b78a4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9529, '2023-05-22 13:36:24', 'SALE/POS2023/05/9539', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2ae9a2cb02de053ba517d58ebbaede0d3d025b5921da73ce0cc3c3be6f20e06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9530, '2023-05-22 14:29:00', 'SALE/POS2023/05/9540', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e350c5f993ebac345ae123d13ef101fbf429b57f37dc14ce7894aa6e1cd6c136', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9531, '2023-05-22 14:29:23', 'SALE/POS2023/05/9541', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d3ede372fc639d363dfc312f11e8a85a4c9d3fb579fada38a4649cd067bda25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9532, '2023-05-22 14:49:13', 'SALE/POS2023/05/9542', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b8c8d9c28e691ca7fdd167263d8ca9f29ef972844e4d109b42c067409498a5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9533, '2023-05-22 14:54:58', 'SALE/POS2023/05/9543', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cdcbb7426261289b42c4abed8aa32d5c07caab8e4fcbc947771e96ce6a557609', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9534, '2023-05-22 15:29:10', 'SALE/POS2023/05/9544', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f32bc33318dc136d97d3c3c766d6aa99de101a925b98e38ea0af37704780452d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9535, '2023-05-22 16:31:40', 'SALE/POS2023/05/9545', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7de98abe464700152893739f6028475908972c8970baceda117ca41695692d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9536, '2023-05-22 17:15:52', 'SALE/POS2023/05/9546', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '342f18dff9eb17bfe5722c918f3c708fa34927b91d04cb6656a0825892da2a74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9537, '2023-05-22 17:40:47', 'SALE/POS2023/05/9547', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed200ba0d0dab320f9c3aead01091f7a3f3bd1057ea1127e72037da61ecdaaeb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9538, '2023-05-22 17:47:53', 'SALE/POS2023/05/9548', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb58ad41702741d20ac9f6a6d8ca1b3008eb0d79d72b60ff3be68084d9c9bec6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9539, '2023-05-22 17:54:21', 'SALE/POS2023/05/9549', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a4acf96eb59130ac12014a80b9accb871d5bfb95ccfeee997aebdb6b8668789', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9540, '2023-05-22 18:04:33', 'SALE/POS2023/05/9550', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7fe456b626c95ab65ab151ba3de756e8597a61816008a27452724c4c6b9104e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9541, '2023-05-22 19:54:30', 'SALE/POS2023/05/9551', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1c4a00734cd97bc4cfaa4f67e323e76ac2838a76ae45ae26842443271c22695', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9542, '2023-05-23 06:22:10', 'SALE/POS2023/05/9552', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f01677b433372fd801ee1c2957429246b2f3bf91f7fc894778ec6ff9683c433d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9543, '2023-05-23 06:36:35', 'SALE/POS2023/05/9553', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d93b66ca33d142307e99bd817878452ee7b5e318f676aaf733180ba8f36690f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9544, '2023-05-23 06:52:24', 'SALE/POS2023/05/9554', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a728d4a678ed76565a43d5698444bcd41fea13e55fd593e34da2f6de0de55a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9545, '2023-05-23 06:58:22', 'SALE/POS2023/05/9555', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4daa36c889b6eba8e5a446af145aeab39f22e64adda9760e1819a5c7f80d0a17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9546, '2023-05-23 07:12:08', 'SALE/POS2023/05/9556', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93a8166252cdecacfc14cbf5f76d1632620bdba587e5297e22fa2533b91167af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9547, '2023-05-23 07:16:19', 'SALE/POS2023/05/9557', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67a82cf3d6a960948f1807ff348d5b951f00b88bee09dfc09864ea48e862b998', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9548, '2023-05-23 07:17:48', 'SALE/POS2023/05/9558', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '64.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae07ccfac7bdc88ca36d40796f15c126d955dc8325ad87692a5008897da1b2b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9549, '2023-05-23 07:19:31', 'SALE/POS2023/05/9559', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb81a5bdf30a3f7a21afa8e92182f1496bc2e1f4014fb99a6a194284bb8b4dd9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9550, '2023-05-23 07:20:23', 'SALE/POS2023/05/9560', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0adfb1fdd815a6b8f5ac883dc8c4479f3e85dbcdf747559077a93e6694fe4480', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9551, '2023-05-23 07:21:48', 'SALE/POS2023/05/9561', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29b5a248d92ea0c47f4235de582e0fee3ce74d749971b2f73a1cc82ddfc8b4c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9552, '2023-05-23 07:23:34', 'SALE/POS2023/05/9562', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16c9fe04bea261228d27edc6fbdd292e07e306c73fa2a22cd3f64b8a150eb560', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9553, '2023-05-23 07:37:22', 'SALE/POS2023/05/9563', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '79.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10657c0de095e53653cadc3f44a62133172812182d723e202305e8eba66ff255', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9554, '2023-05-23 07:52:52', 'SALE/POS2023/05/9564', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8478ed248e039121ebe681d3013842ac4a10a132b55b006cb716e23688ddca69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9555, '2023-05-23 09:19:05', 'SALE/POS2023/05/9565', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b31d5ad077fa3b1b17c7403c56a6677453cc9e828597e9f4a06116b629e8754', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9556, '2023-05-23 09:29:43', 'SALE/POS2023/05/9566', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '93.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '93.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '93.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5b273e380485be8f16a072e03da0d2addfc1b8726792b1e2dc268ec1694b5b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9557, '2023-05-23 09:33:50', 'SALE/POS2023/05/9567', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61809b6f6a85a8c2e12c0865cc10389fb566525501c67df77800578cdd7f73eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9558, '2023-05-23 10:01:08', 'SALE/POS2023/05/9568', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc5416b8a13849ec9e2ef6bb8d0938248ee2d3d50c837f57c4b7f9975435c28d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9559, '2023-05-23 10:12:08', 'SALE/POS2023/05/9569', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2fdb07d4c74b701b8931b07361e59c4fc42b0eb567af16d4933f3acd04ad9f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9560, '2023-05-23 10:38:36', 'SALE/POS2023/05/9570', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '672bd8073fa25b5b989e7c9e7c8da7f0a2c3168b5009cb4bff24f9271259781c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9561, '2023-05-23 11:38:17', 'SALE/POS2023/05/9571', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5910ce807f9fdc78e0e6fb69bb5735973141dedad89eb7be250ade0700a3316', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9562, '2023-05-23 11:49:22', 'SALE/POS2023/05/9572', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68a92ad5a4fb7f67d5719713d5f6f59001e07187783001aee9cb698f8f70fe7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9563, '2023-05-23 13:24:53', 'SALE/POS2023/05/9573', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32e48f4f74fa98277906b19ea99f35dc5b9f28780f0b32d2335b305cc252db30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9564, '2023-05-23 14:52:34', 'SALE/POS2023/05/9574', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25fba1e1c159a7d6e57743c58d93dfd012b0a72d7f34607be965d9f001bb0c5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9565, '2023-05-23 16:32:13', 'SALE/POS2023/05/9575', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2f63d60a23d515e50de7b19a90598116767680c97930e48b750a10dec333dec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9566, '2023-05-23 17:28:35', 'SALE/POS2023/05/9576', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7436a67b19e7aa689bf739e5ae8ea44046b43130bb7a17456f72f70eeea159cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9567, '2023-05-23 17:50:06', 'SALE/POS2023/05/9577', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77fca66c718830275f15dc4ea9a3759cceb2764cd70aad2300ce62c19bdee20d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9568, '2023-05-23 17:56:29', 'SALE/POS2023/05/9578', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c96aa1afcb59ecb6cc622de2732bf282a33b7a00f0a58806bcb68eb9c14e5a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9569, '2023-05-23 18:15:10', 'SALE/POS2023/05/9579', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f09ccdfba2704d47d549865a8412d0ae602839a2cb49c4e494c78268440489a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9570, '2023-05-23 18:45:05', 'SALE/POS2023/05/9580', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15bbd569221da0a1f12f60e0fc5bc96d975243418a1b43c29a3c73776c373a66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9571, '2023-05-23 18:46:46', 'SALE/POS2023/05/9581', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b02732f15592244feb00aefde5c06cde65cc10ce153caa2453aff41002933e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9572, '2023-05-23 19:13:10', 'SALE/POS2023/05/9582', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dc0b462f10b03c234d31b836fc7511aac3cdfa41e809291d219787d1f9e4c8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9573, '2023-05-23 19:43:36', 'SALE/POS2023/05/9583', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c35d1cc72a09fe802ffe8f0ce401f9d5efb49830223e478c95b0105b79cd6ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9574, '2023-05-24 05:33:17', 'SALE/POS2023/05/9584', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb921b418b9606b863cf2fd0d21832094c1d7e070e2225e83fc21b13773bc966', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9575, '2023-05-24 06:32:28', 'SALE/POS2023/05/9585', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62a0321982885148a8c1b7fa0814c5fd7bb5b789dff5575cb697a3d057c78d04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9576, '2023-05-24 06:38:14', 'SALE/POS2023/05/9586', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23d2077d772ea6ae2a0023c3111117eb1316102019f802d6889f18e8cad9bfd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9577, '2023-05-24 07:02:03', 'SALE/POS2023/05/9587', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4946c06d7a5d0d46f19766746dce27baa234b112a404f27cadc90210b2c7bfc2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9578, '2023-05-24 07:06:14', 'SALE/POS2023/05/9588', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '436.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '436.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '436.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecf89ce04955c8aaa7132240f91fe53a3debd097a503ced71c7e13cd65705700', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9579, '2023-05-24 07:09:30', 'SALE/POS2023/05/9589', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0c98110a775b31b5bbd37fcf25ba373dfe8661889b333ecb74bae7de79946e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9580, '2023-05-24 07:13:14', 'SALE/POS2023/05/9590', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '49.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6280bb7723721673a428978c91151d6c13ff2357a09504924b66285e1e117d3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9581, '2023-05-24 07:13:51', 'SALE/POS2023/05/9591', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2060819e421dd3bbc0ad12b57f68e9a18d1fed8fe8764aa5d941be8d80275de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9582, '2023-05-24 07:14:40', 'SALE/POS2023/05/9592', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd70976a0545273a008f4787fd69915d88c76cd477a7452df64bbcd0c0f919570', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9583, '2023-05-24 07:16:27', 'SALE/POS2023/05/9593', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea0bd4449654a46d2dd4ed457136d0c72297121631be7cef6923736ae07638ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9584, '2023-05-24 07:53:53', 'SALE/POS2023/05/9594', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b576e40b62d9921c6a7a6a60aea4fa7137303d0040fb0accd59ba0bb87cb75a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9585, '2023-05-24 07:59:16', 'SALE/POS2023/05/9595', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf3aeb4b69887883a45482a87d7d5dbfcf995b5206a9f147aea930b23e8e36e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9586, '2023-05-24 08:15:11', 'SALE/POS2023/05/9596', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d53b08e3366b58303e49d359dc439abc516a698979c424732005f124405c91c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9587, '2023-05-24 09:01:10', 'SALE/POS2023/05/9597', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbb227c5546d28216292636a107b4db5e51145f2dff940588f736f9e913cded1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9588, '2023-05-24 09:16:09', 'SALE/POS2023/05/9598', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '809d416b56807a5702a836faff8355dede254fe9f2532c09428717e3116eec6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9589, '2023-05-24 09:16:21', 'SALE/POS2023/05/9599', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f31d9499a5cacb661862495260382df92f9a4807bfedefee012dfae68b4e24a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9590, '2023-05-24 10:03:50', 'SALE/POS2023/05/9600', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfde0a7e95d8a80c896b4edc8cabd4d568055f4fd01006c5384c7beb635de984', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9591, '2023-05-24 10:22:29', 'SALE/POS2023/05/9601', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ba0a3d0c25eea4540a9765cb4dbf461b499ee06adcc057404693bf7c82cec87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9592, '2023-05-24 10:36:51', 'SALE/POS2023/05/9602', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f64d12a7a88225e16c55877388f02c24bd9b944e31bdc1ffa332dfd48dbed81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9593, '2023-05-24 10:57:10', 'SALE/POS2023/05/9603', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b190739af65184f91e355f2839466446cd925e08eac704287b192f7692a00fa8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9594, '2023-05-24 12:05:30', 'SALE/POS2023/05/9604', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b05e4d0f476e0e476da780c8ca6896e8c41bc0ae8ef17a5fafa9c672c9d0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9595, '2023-05-24 12:31:58', 'SALE/POS2023/05/9605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1aa21502411a83e88702a16241abe8316ab9f2df1c57b85feb7754e6409c069d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9596, '2023-05-24 12:53:49', 'SALE/POS2023/05/9606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '093954052260cd3be7afbc882f570e35b63bfff0703e3baaa8c9e2332bef16a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9597, '2023-05-24 14:22:49', 'SALE/POS2023/05/9607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d18f393956f92026adfca167e3cfb6a3cd9c79c146c6c1bea00eaf997b72b9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9598, '2023-05-24 14:30:11', 'SALE/POS2023/05/9608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4dda3df9382883af780f80a80a314539e8a4c3c264f399ddfa2ee6b3facde0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9599, '2023-05-24 14:36:10', 'SALE/POS2023/05/9609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd0af1057971d0bd7b018e2f8a280c25bcf013f34fb2d28cbd73d5c677607968', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9600, '2023-05-24 14:38:24', 'SALE/POS2023/05/9610', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a69743a7ea6077f2dbe293acb14fe8678952288d16817035bbd1a9cfc7c76fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9601, '2023-05-24 14:44:39', 'SALE/POS2023/05/9611', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c5c70b0223359b2c6119f94d099a63d4df4a6df4965633e4d417005d2545fea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9602, '2023-05-24 14:50:40', 'SALE/POS2023/05/9612', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f35f46b7ccbaee87891ec943d67a576b789cc8895a9a4ed1d2ba56415ea20f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9603, '2023-05-24 15:06:55', 'SALE/POS2023/05/9613', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '231c71e213eac227d820c6ef42ec1cd091ea7588643789c4215cd59e7e87d034', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9604, '2023-05-24 15:22:05', 'SALE/POS2023/05/9614', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '617aae7119163af7f4c579ac7d74bcf850274d82f90ca3e70df87d035b45e09c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9605, '2023-05-24 15:34:18', 'SALE/POS2023/05/9615', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2be38a626a342f919b72c963eba69c18baf5ebd3b074bcfffc26adaa982497af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9606, '2023-05-24 15:37:06', 'SALE/POS2023/05/9616', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a022029de3e6b250ee0f721a5fc2680d4035c03262d883149de6bc34d9d3b01f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9607, '2023-05-24 16:25:42', 'SALE/POS2023/05/9617', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '750729aac22bad72b2f22ee3f959b72cf19cd6410224495b87ceb7f3caecfd27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9608, '2023-05-24 16:39:10', 'SALE/POS2023/05/9618', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c237e22f4d29619ecac13fe94adba16e4d07145f6a7baae0f046bb869fe6a925', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9609, '2023-05-24 16:52:28', 'SALE/POS2023/05/9619', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c580e719def86aad306f1ffc9ac9174e89dd2b43e79bc78af4440ae2a96a092', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9610, '2023-05-24 16:52:44', 'SALE/POS2023/05/9620', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc3d0cc9a318c0310aa0df6e37f5f40a4dc4740b627067b354f069a00f383399', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9611, '2023-05-24 17:10:46', 'SALE/POS2023/05/9621', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a1649bd9c5b9c1885e7ec93d6765d42e1b1d40404e563d056e3bf7d83afe654', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9612, '2023-05-24 17:17:38', 'SALE/POS2023/05/9622', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41de774c6ece90400ba35511451fe838683f43ed20b11f890f38117271b12c70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9613, '2023-05-24 17:21:07', 'SALE/POS2023/05/9623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6dd91783809720d3381bc5833b17b2c1018008879dd2d337686930d13c813f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9614, '2023-05-24 17:32:47', 'SALE/POS2023/05/9624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6396615fc6d8b7e27fd23952673585cbfb4f588de8736de67a290028fc2c380', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9615, '2023-05-24 17:36:26', 'SALE/POS2023/05/9625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f81c8235cc79a1b2529e0d992a945c18397512f115f66216578d7a0d2a241952', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9616, '2023-05-24 17:38:36', 'SALE/POS2023/05/9626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7395d9f4816a6c51e0db739d0938b7cd4676541c8631ff4b29bb579f5f5eb3a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9617, '2023-05-24 17:50:10', 'SALE/POS2023/05/9627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e22bf5d8aa4200701b1184861c965f43ac4af1109d66c787ac7c4fe30ef9ddf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9618, '2023-05-24 17:50:30', 'SALE/POS2023/05/9628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a937eb06241d77618eabb116803f9710a583f7ec257f4ee0aecc22fa5546044b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9619, '2023-05-24 17:50:48', 'SALE/POS2023/05/9629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8789fece7efcb8a4539e8c82691cf16fba483cbfdb13b56523fb97857b22af7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9620, '2023-05-24 17:53:14', 'SALE/POS2023/05/9630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '808646d53b5e11fbd0ad797a3b9ce1f5a3c68f4104e1884285ceb75a98b9b60e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9621, '2023-05-24 18:05:09', 'SALE/POS2023/05/9631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b688c9ae5e7288d2c13ed46983919abc9d19c20a8fc4c2d38d6ba765e8041465', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9622, '2023-05-24 18:10:13', 'SALE/POS2023/05/9632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3aaa9ac40b0bb173e169dd91fa424017a6b1c117de7491342ba08c29ee26867a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9623, '2023-05-24 18:25:07', 'SALE/POS2023/05/9633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39a6e4d0ed9e0327a3702529fc1308c7f5008c98230c02ff4ae443a7d5eda8eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9624, '2023-05-24 18:25:56', 'SALE/POS2023/05/9634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '326ba0bcbe8e55cb82878daa70f8d43c6d5cc671fbcd4d19c1a0cce987635b1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9625, '2023-05-24 18:28:22', 'SALE/POS2023/05/9635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f64877392869d6e4cc017306bec22d0a86d9bf508f716d78c05906082130e10', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9626, '2023-05-24 18:36:38', 'SALE/POS2023/05/9636', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19f856d88f136365207b70921167f67123b8aed57ad61b0f66983338259d2309', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9627, '2023-05-24 18:53:29', 'SALE/POS2023/05/9637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '630b8c0dde9226e7f85f3118c50699cb3346a2d39e0fb8d22579630aadadf432', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9628, '2023-05-24 18:57:10', 'SALE/POS2023/05/9638', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fd879232869ac099d8cd7bc4d17d4f3ff709fca1d54184b06610e44bf21b848', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9629, '2023-05-24 19:04:09', 'SALE/POS2023/05/9639', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2a0547fc5bad6b6fce674e5cfd892c11e04ae3f3345af40d02ad742f078b87e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9630, '2023-05-24 19:14:35', 'SALE/POS2023/05/9640', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86745e834d61fe06ff8bcb2be41a65763f0c87b02cd1f0323026794c3310f8e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9631, '2023-05-24 19:54:03', 'SALE/POS2023/05/9641', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e17b1f33dad1cf4df27be8085e7514c63e8901f437e23780052af53623f709c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9632, '2023-05-25 06:19:18', 'SALE/POS2023/05/9642', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2752e4117b733f302a78b2502c1ae6d01f06133f0863f9b9c97ed97cf4f96436', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9633, '2023-05-25 06:34:33', 'SALE/POS2023/05/9643', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '059a1e123ff2921a333afa4b2e2cbdd6d56dd109ad11d71930056d6a2a6406ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9634, '2023-05-25 06:34:50', 'SALE/POS2023/05/9644', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46d556ade4b0780777df9947f34b5cfa0e755525f5f09835a2164628b34b6c61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9635, '2023-05-25 06:37:45', 'SALE/POS2023/05/9645', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7f4107dcfd803a10b14e087f83809687ff249e58448e58cfc6308a2294def65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9636, '2023-05-25 06:49:34', 'SALE/POS2023/05/9646', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3225276f63da9024fe9f1892a1db76f3665d1d8da5af255a0dec3c05540a2c6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9637, '2023-05-25 07:30:14', 'SALE/POS2023/05/9647', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7570d16f4a6ec5f900ebfe409439cd58b9688e8d37b58a142b8cb9edbde40e50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9638, '2023-05-25 07:31:07', 'SALE/POS2023/05/9648', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49ee9d7aa88a755dc6773229a3cb8c51e5036ed8516d3e9d92ff4759fde0b76c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9639, '2023-05-25 07:37:30', 'SALE/POS2023/05/9649', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c292f59057032591d625b790629cb0e434df17f8105c79ee12656047c17fef3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9640, '2023-05-25 08:15:43', 'SALE/POS2023/05/9650', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '116.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '116.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87f8386b1bf7c97a1493d54cab85cce3fc59e3fdb6c0ea115b49fe24186149a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9641, '2023-05-25 08:16:52', 'SALE/POS2023/05/9651', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1146c7222d6967c1f87cd2c175cfab20cf4124c8a67130b846cf4b7e36a946a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9642, '2023-05-25 08:20:00', 'SALE/POS2023/05/9652', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c215bff29965e65151262190c88b715076052b2e1bbce66e0caedc0efd54dbe3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9643, '2023-05-25 08:56:32', 'SALE/POS2023/05/9653', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c5c4fe3ed01d4fd94ff171c1083630a8a9b5615154be73533a71f1c82795875', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9644, '2023-05-25 10:00:28', 'SALE/POS2023/05/9654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aeb0e4ac72136798e9a48733144e5a8238c93e7082d3d249ee91e86ab364d37e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9645, '2023-05-25 10:02:08', 'SALE/POS2023/05/9655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49dbe59bd4c37e444fa3e80ea78e460b952810717bb2f159488d662d9141fdb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9646, '2023-05-25 10:57:37', 'SALE/POS2023/05/9656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '030c8f863b26c95769bab1b06661b9a42745c11ebd1f39969321c12bcb850f3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9647, '2023-05-25 11:08:17', 'SALE/POS2023/05/9657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4f7dd350caa2b496a1a574bdaa7c442f9477d5d5d5397bb4d7cc46c26dc17a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9648, '2023-05-25 11:13:00', 'SALE/POS2023/05/9658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5d53e93841c0bf738f7ea42cff5be63238edb62928da93bef7775924bd3a7b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9649, '2023-05-25 11:37:16', 'SALE/POS2023/05/9659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37cb52014ef19fa18022881fe4c71bd184efe172cb80b11962c6b3b6f1481935', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9650, '2023-05-25 13:06:15', 'SALE/POS2023/05/9660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03bd180d14c4da6da3b287ff526e3a2b06413dbada0b3d4871a707c65ff2ca61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9651, '2023-05-25 13:54:36', 'SALE/POS2023/05/9661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14707ecae18843aaa716afe48a797e1db67b71c72ab91aba9746e5e9d6e4419b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9652, '2023-05-25 14:10:04', 'SALE/POS2023/05/9662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '795fa9820b6334b9c570aceecf01f687be261b4b55bdb302a80f94975e781a85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9653, '2023-05-25 15:24:44', 'SALE/POS2023/05/9663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa0a992100a4e2dd5fca534b39deb1e279594f2c43fb3a9b4f99b81d2be56fd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9654, '2023-05-25 15:41:39', 'SALE/POS2023/05/9664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d9e6b8821368cf60e08a339a6232e7b1f37be20757e87ae67ac8bebb9681fd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9655, '2023-05-25 16:10:31', 'SALE/POS2023/05/9665', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b10065c0212bf87c1decc26bb14989c422f4a7ea91ee808d7c132854826a1c24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9656, '2023-05-25 16:34:42', 'SALE/POS2023/05/9666', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40356b53e8fd912da07690bee002c576f450022641d7441e29828030247d24fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9657, '2023-05-25 17:41:51', 'SALE/POS2023/05/9667', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8634d139320f7abe0641ad8995b4dca44bb73d781283e54fdbfb32aa5c6d983', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9658, '2023-05-25 18:02:14', 'SALE/POS2023/05/9668', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2506732449cd6dc9610a06abbb56398fc244d6bdbc2569a1750ec39efd5051be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9659, '2023-05-25 18:18:15', 'SALE/POS2023/05/9669', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '548263309e5f79acc47be0821d6fffec363f4813bbc9c56e140a328efd2ba41f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9660, '2023-05-25 18:26:49', 'SALE/POS2023/05/9670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f166cc6560cb5fac76a4f8f382bf32382bdbbb3046763d6146aca1e1e69e5b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9661, '2023-05-25 18:27:28', 'SALE/POS2023/05/9671', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91cf43fec248bb029af175e4b3b4c0953274db6840715e5de02cd1f4e89f728b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9662, '2023-05-25 18:39:33', 'SALE/POS2023/05/9672', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d30fb6f9be9191aa1ed6ded34ed85716aed81ac02de0de90a8e2e4062f903da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9663, '2023-05-26 06:00:51', 'SALE/POS2023/05/9673', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '527de364d8a9d49c8f125d8eba7abac2beb914eacf21b5ff07bee95e14add6b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9664, '2023-05-26 07:06:16', 'SALE/POS2023/05/9674', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef26f6534fa54c8e65547d3c8baf7326c69c7ed22cf08cb99fe85fdffcd81d17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9665, '2023-05-26 07:45:45', 'SALE/POS2023/05/9675', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '39.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0626c6428ba637c53d6350721fdc96a4c243b78c8ecc6762c09a80219ac6a2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9666, '2023-05-26 07:52:26', 'SALE/POS2023/05/9676', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '259af9bf77497d6aa6a84b5e8aa182c90d5016d19ca2eabf4e8fec6d02fc583f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9667, '2023-05-26 07:54:09', 'SALE/POS2023/05/9677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29ea438d17301ec9dce07fc068393883a1b4b331d2858cd021f86f0f2b1bc6e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9668, '2023-05-26 08:00:20', 'SALE/POS2023/05/9678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c03d175d20141e51baa757c757827dbdf43c7967afe352e63dad7fe8473ccae8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9669, '2023-05-26 08:01:09', 'SALE/POS2023/05/9679', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b6fe11877d9cca1bca2a9b9fc4b82e9ec2ad408ff200dc582b73d0ccd8d4d70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9670, '2023-05-26 08:03:14', 'SALE/POS2023/05/9680', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ae4a72b37a92f9600c672467ef699fb50891c958190d5522722ea21f5353bd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9671, '2023-05-26 08:04:50', 'SALE/POS2023/05/9681', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '170.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '170.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '170.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '838ca7c13fa58c1b2a1d8b90752d426132f0c9e240c353bb8f6c8c7804b1c206', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9672, '2023-05-26 08:07:32', 'SALE/POS2023/05/9682', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a41a2c24a43ed8cab0db5ae8bbca5207a3f07757eed555310a3cbe2964b9c239', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9673, '2023-05-26 08:30:54', 'SALE/POS2023/05/9683', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.4000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.4000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '2.4000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67d050f2e8d14015bf329539c1beb2b3d81b1e5337e5ba853f96a1b1cc2ac339', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9674, '2023-05-26 08:31:51', 'SALE/POS2023/05/9684', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55c3e1180066f3b30c3b7ce64ff2385813f08f7c0f594f1b9faea8e439053246', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9675, '2023-05-26 08:43:36', 'SALE/POS2023/05/9685', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1c8083f638a482883fd9a1cc6a4dd1612b0ae879ff7e60089acd04482773a3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9676, '2023-05-26 09:49:13', 'SALE/POS2023/05/9686', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05051c4dcd22881e95727f1460ec54e8f30da99d06e4062c74895b7b024b1425', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9677, '2023-05-26 10:12:25', 'SALE/POS2023/05/9687', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '108.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '108.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '108.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6df685072431161ec093f2c9eff65c8cc3f450097619bfa6486049e936be4ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9678, '2023-05-26 10:17:30', 'SALE/POS2023/05/9688', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cde690456c4b34a40bc0b26d12362cc699314a3b76a6ab20b9c0fb84a569dd4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9679, '2023-05-26 10:19:33', 'SALE/POS2023/05/9689', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12b2149610657d6da3bb1ecb5d728b542dc494e7b36b2c37335bb106e8c8ab34', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9680, '2023-05-26 11:31:02', 'SALE/POS2023/05/9690', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '149.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '149.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '149.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d293d171ede60e220475c228fa415027789ddfdb541076dcd622c88ccb516b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9681, '2023-05-26 11:45:56', 'SALE/POS2023/05/9691', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b31ad61a74f93aa9d8e55d64d32f4942b087f27c9fd832a5469a8a6cafd7ab98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9682, '2023-05-26 11:46:18', 'SALE/POS2023/05/9692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e33a4054d58593b8f356072959d58ac100f64bd8695ba1c25665b89b69537af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9683, '2023-05-26 12:14:04', 'SALE/POS2023/05/9693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '971a3764e0da3730ffa88f5c4e22247b08ddb6c6aa9f9780f29aa6eebbf84dac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9684, '2023-05-26 12:21:43', 'SALE/POS2023/05/9694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c90dba2ba91240e57d209a4e02276a82c27548c3f88cf1761924b0245b226430', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9685, '2023-05-26 13:20:00', 'SALE/POS2023/05/9695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6efab0cc47b7317cec5b3ec5a7803fa0ecdab413edb1b2eda779e6b944e112a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9686, '2023-05-26 13:41:25', 'SALE/POS2023/05/9696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'faef40376a52dc684515e64be160e2c21839da19e3c5de9cd210ad3b040c23dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9687, '2023-05-26 13:57:03', 'SALE/POS2023/05/9697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1336c39cdf1f68978fe3185d14f024b286b300d036a22398e41a4febf5800474', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9688, '2023-05-26 14:14:31', 'SALE/POS2023/05/9698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23d76af0415dca10b76bd8bacc86d3d09d97ce93062ea3ab3f53b0cb618da657', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9689, '2023-05-26 15:21:14', 'SALE/POS2023/05/9699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '143.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '143.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '143.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c2567c8232470f85f35d5897380bbbc5d76ccf787e5e57049cc7a0ad478d29e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9690, '2023-05-26 15:23:55', 'SALE/POS2023/05/9700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ccd90e834b59c0dffd10cfe6d83435cf0709cfebba2c1f3cec11ab62a929abb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9691, '2023-05-26 15:31:38', 'SALE/POS2023/05/9701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe3e7008f7b303de07eda0018da2d2109a28ff43fd55b9683daa7be25526c01c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9692, '2023-05-26 15:33:54', 'SALE/POS2023/05/9702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '28f6da00c19ca38c7d13d606869ae5d9eb3618b4c6f8cb28acd52edba8bbbb9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9693, '2023-05-26 15:38:38', 'SALE/POS2023/05/9703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a92754c38f81e0d2d8e7396a89fd19ca4b816a20fd5334f5f945faa0f0351179', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9694, '2023-05-26 16:07:45', 'SALE/POS2023/05/9704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e9fa5b59c4eedabd66750238eb76584ee612d126eb40d27212820dda007e583', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9695, '2023-05-26 16:53:35', 'SALE/POS2023/05/9705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '043ef9047e192e659b261415953fd81adc9c731dae659ef11f3802a22da6b4d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9696, '2023-05-26 17:09:51', 'SALE/POS2023/05/9706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f468f6df7ff633007c9bc82d908fcde9110ea91befb265cb61a2542e0d4acbb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9697, '2023-05-26 17:17:06', 'SALE/POS2023/05/9707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2dbfdeaf827bf3bdce937ebcc26221f358348dad760eff13a2ecb036a91c11f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9698, '2023-05-26 17:28:09', 'SALE/POS2023/05/9708', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16b46c5572479be4702cf4846f3f35c215412a20c566b402650a4322264bc18a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9699, '2023-05-26 18:02:26', 'SALE/POS2023/05/9709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '985c00fcfe849ce40538a5a15b62179b867f40c6a0d1dbf68db65fbd900c2d52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9700, '2023-05-26 18:14:08', 'SALE/POS2023/05/9710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cda2ea74678644589c73c2526862d0d9c263b4f112e7fa33afe08680ab3854e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9701, '2023-05-26 18:27:59', 'SALE/POS2023/05/9711', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60da29c60cd4b049e279e113cad1adbbd57b30db10b6969f9cf6d860214091d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9702, '2023-05-26 18:29:49', 'SALE/POS2023/05/9712', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43de59f6f1a912d6ee57e762954323b26c168dddd699062423621dc0bd79eb84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9703, '2023-05-26 19:13:57', 'SALE/POS2023/05/9713', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42111f9898b226a319659cfa514a2eb3a080babc4e813c91dfbb8e91271a8190', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9704, '2023-05-26 19:30:21', 'SALE/POS2023/05/9714', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7463a7cfc050d2b394f2e1de830f877840e6e5da878d2518770059f3a0ffb4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9705, '2023-05-26 19:39:31', 'SALE/POS2023/05/9715', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38ec40a13dac029e8aba7eb859774408dc4ad092c7f9475223dd803f1e6088ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9706, '2023-05-26 19:39:56', 'SALE/POS2023/05/9716', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6b9b6c6c9eff4b69f78b5ac55584eed581de7e6d30f9942b25bd5050300dfd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9707, '2023-05-27 07:07:25', 'SALE/POS2023/05/9717', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce35f7f758169cb459a6dfbc28f401db1d6b63e24ab73b9e1e3900852e25883e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9708, '2023-05-27 08:18:41', 'SALE/POS2023/05/9718', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '863eaea4d6dabcf79e2e6eda0a44dceaeaf6272e155a0d3319c1c695262cf083', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9709, '2023-05-27 08:49:04', 'SALE/POS2023/05/9719', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b879fa4b0d95343f6410603ab3341791f39b7cf686def053445802cefe517993', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9710, '2023-05-27 09:46:43', 'SALE/POS2023/05/9720', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66ec5fd75e5311a65eb37d27893b7fe5b12c4627e9ef3a52a636c19ba2c60273', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9711, '2023-05-27 10:02:07', 'SALE/POS2023/05/9721', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c3c45905d6a8a0aa538bc320761678e0fe593f7fac62a9aea12176ea90bfb72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9712, '2023-05-27 10:50:45', 'SALE/POS2023/05/9722', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da50ecc2edf9a81c1279d252f40bbe46b76a693ceb4e49ec75737d936c3d41bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9713, '2023-05-27 11:37:01', 'SALE/POS2023/05/9723', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8280083024ac407233b59a15b8a68ae2babb96d0b1b88bbf1c19144717dc3889', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9714, '2023-05-27 11:55:37', 'SALE/POS2023/05/9724', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f5d7b85d3380b0ae134185abea6696863783221847811dcfb0b7a9ac244e936', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9715, '2023-05-27 12:02:11', 'SALE/POS2023/05/9725', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67efe16a4659d0c915ea4d78bdf4cc544ce0093f95c8ae2c00c3d5f5cfe8a862', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9716, '2023-05-27 14:57:09', 'SALE/POS2023/05/9726', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5794053549da5bfc4e13f455bc5cdc0ee76f68971412d90239dfec78e20330e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9717, '2023-05-27 15:07:53', 'SALE/POS2023/05/9727', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92bd6f182193c213967d297db07d30315056926e95ba1e781d837ce9cb0e29cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9718, '2023-05-27 15:45:59', 'SALE/POS2023/05/9728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5dfbb942cc14b3fe55008615a2a38a6bbcfe1f604c14ae5354b511c8964bda0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9719, '2023-05-27 15:57:27', 'SALE/POS2023/05/9729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78932960667f22f51034f60472db2f2cb16c451928d2fccf6de1d744e7b043c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9720, '2023-05-27 16:07:50', 'SALE/POS2023/05/9730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09949bc389fbf08b40c38719bd99c5e3a9d921014b49ce69e862300978e3dc51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9721, '2023-05-27 16:11:11', 'SALE/POS2023/05/9731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd90c0046c92c254ff39f5f0c540a6ecfb9d81db3ceea010bb50ccba3d1f54755', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9722, '2023-05-27 16:28:16', 'SALE/POS2023/05/9732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51e682174d21ede63df8c7ba4347ed67db99c7d384fa8aa3e8c5e2d95453912d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9723, '2023-05-27 16:48:18', 'SALE/POS2023/05/9733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '29.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8609eaddc784f43fa144c3254bb85a0715ed7f8e3736a2ed024be031a320e497', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9724, '2023-05-27 17:04:52', 'SALE/POS2023/05/9734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36197efb3b9882b709d75c1f7fb7390af6f5f21702a8ab4ec5db639e1be0c12b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9725, '2023-05-27 17:15:07', 'SALE/POS2023/05/9735', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8653424bc90fc6720f7c257307649c3636206369f7f693ddd9f9a41cd35de1f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9726, '2023-05-27 17:17:07', 'SALE/POS2023/05/9736', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7147bf56baac7817c613825bb3309ac3c05dd1fbc2ad1e286c61ba3aef8b43a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9727, '2023-05-27 17:17:26', 'SALE/POS2023/05/9737', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3f3fb0c1a3b8bcae9bff77fbccf8b3d6dba751fa1d2ee1cd5d186738b35966f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9728, '2023-05-27 17:23:54', 'SALE/POS2023/05/9738', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d3ba93cbfc459769c288c7edad73231314e10f56238bfb6bbde2a5253faa699', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9729, '2023-05-27 17:59:20', 'SALE/POS2023/05/9739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ead78550768fefd2ba885cd8310eed3bed797613a24d82222e5ea67301672365', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9730, '2023-05-27 18:01:43', 'SALE/POS2023/05/9740', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '065d76f647d49a29c3a520bead3e9bac476ef24d5eed28f34781ec0bfd843745', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9731, '2023-05-27 18:29:25', 'SALE/POS2023/05/9741', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d0aae55a7956cda0a93f3639bdb874d0b9ef4cf6f34e13d1707edfa0852fdf7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9732, '2023-05-27 18:29:39', 'SALE/POS2023/05/9742', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d8208d16b86a71dd7719fccddd8ff2270d008dd91d0deea54a458af39945a27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9733, '2023-05-27 18:50:57', 'SALE/POS2023/05/9743', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd18742fba0b0aad0c5902b2617f268a4ac3a36128e7639bbb97c685b382ce3ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9734, '2023-05-27 19:03:08', 'SALE/POS2023/05/9744', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '84.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '84.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '84.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41e5f110781e1c5387240bfcfb1f1ef0ff01767075a035460059d6beea93fe54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9735, '2023-05-27 19:03:45', 'SALE/POS2023/05/9745', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08aa73047c99cbb58f1566501cabd91f420f8113bf10a0601f3994d6a5215439', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9736, '2023-05-27 19:10:33', 'SALE/POS2023/05/9746', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '523f3cd559b546704a155173f1081b6fc0e54754900ff353dd4dd7dc1b418d75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9737, '2023-05-27 19:11:05', 'SALE/POS2023/05/9747', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6b69d44089c286f9dddc185474b5ff09301cf5c4429299c33338c91ac3f0b64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9738, '2023-05-27 19:12:52', 'SALE/POS2023/05/9748', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b58887481e07837f317a40f1ac7abebf915a82856c53e9f95d7f61741a3cb36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9739, '2023-05-27 19:15:47', 'SALE/POS2023/05/9749', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e8b9f366f871ed94f0749a4bf8072471c55761e8b514a5bce875c0374685b90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9740, '2023-05-27 19:30:04', 'SALE/POS2023/05/9750', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '108.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '108.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '108.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '423a995ca885f28341bb8d0628f549b57a9228ee021eb43ab2e3d92627d29c1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9741, '2023-05-27 19:30:31', 'SALE/POS2023/05/9751', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14d08e4e7dd54f305fac08b8d0e2e3829d2e112d83fb4b01397ea19d092e9135', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9742, '2023-05-27 19:31:36', 'SALE/POS2023/05/9752', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93240dd46cb228aed65d174bf35f65023db416fc58014ec57d66169a2576559e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9743, '2023-05-27 19:37:52', 'SALE/POS2023/05/9753', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03cf25d3aabc2744aca674cebdd2ccc1b4489048e3221d225044bfa15ebd3527', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9744, '2023-05-27 19:39:40', 'SALE/POS2023/05/9754', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c4655e3bf20d24f764e70779dedbed1bd9b178ad46ac3c081e488f13e40ccba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9745, '2023-05-27 19:41:33', 'SALE/POS2023/05/9755', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1d238ffc750fb78c62af450e2ff3d25752a7161b5ccc6c0e55ea6b29d1a7264', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9746, '2023-05-27 19:45:31', 'SALE/POS2023/05/9756', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f507dd8e0c216aa001c3c3a654695d6f0aa8a8914eb2aa03fbe285facf51b20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9747, '2023-05-27 19:45:48', 'SALE/POS2023/05/9757', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '013af0a0a4bab14942fdc27a4d95f655c043823c575adc88406144487a1dc7c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9748, '2023-05-27 19:49:55', 'SALE/POS2023/05/9758', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29365e90c4f7b5dc391418d8fba29a8f33f2fbcd7668522bec460c0f1ded7164', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9749, '2023-05-27 19:55:13', 'SALE/POS2023/05/9759', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e43a52774cf8d6f90bef63ab31c1287ac7591d0d5e2cb3c5370e9025b27bdd1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9750, '2023-05-27 20:00:59', 'SALE/POS2023/05/9760', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37ccc8e0ee8cf7bdbc7faa2e198b795a73ae511b0c8e6bfa2b6b70ef60ea2f1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9751, '2023-05-27 20:01:17', 'SALE/POS2023/05/9761', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b78903fbb2c53b9db197939cab428d6eed185a93aa016da25bf7032e5e5c4e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9752, '2023-05-27 20:01:55', 'SALE/POS2023/05/9762', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cc976cd7361318c52558f1c13b6abf6a238160c73749e1a7b11a1f33075a5cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9753, '2023-05-27 20:05:54', 'SALE/POS2023/05/9763', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c89e8179240535740fec55b6359a76c9fdf4d5b7f5333f3682436caf3f6e6f3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9754, '2023-05-27 20:15:00', 'SALE/POS2023/05/9764', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df7b515b4a5fee00e8e5a3b464151b277fc6495d4d23940fdd1cd059444d4bff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9755, '2023-05-27 20:15:37', 'SALE/POS2023/05/9765', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33659282c1a240fbbac3f1bb6a89d4d2a3a4b1b27e71080419fd3fdb2fc1d533', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9756, '2023-05-27 20:18:49', 'SALE/POS2023/05/9766', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '188a41cedf09196be6220a02caa2c7960b308db1f433c9713af1b72310c3e956', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9757, '2023-05-28 06:40:39', 'SALE/POS2023/05/9767', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '992c389bfeae2971f54add60670b8c6932feb0fcb239b5197c9fc13cceaa3559', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9758, '2023-05-28 06:42:47', 'SALE/POS2023/05/9768', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2691c477a0a43ebbe3a6bdc34338d1406c0642589d80febae936a3ba08f6b338', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9759, '2023-05-28 06:43:01', 'SALE/POS2023/05/9769', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c641e3aee576d1a8fd84dd2edeb3b3e161d101950a48bccb7605aefef5060357', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9760, '2023-05-28 07:05:21', 'SALE/POS2023/05/9770', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f21e73487cfac51afbef96d5555c94b503f228335f2351bd70e15e8eec37ebf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9761, '2023-05-28 07:55:54', 'SALE/POS2023/05/9771', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77a896f0618bb5f5c5154eda5ad8dcbad0537b6e9c61f6208938512232b14b1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9762, '2023-05-28 08:06:04', 'SALE/POS2023/05/9772', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '295d9e10478584ebaba7858cd9bd60c1d0be30d4648eaa9239f794a1d291a8ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9763, '2023-05-28 08:22:12', 'SALE/POS2023/05/9773', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb635aa287e96772ba83aeb5e3808407a7e798d4a601b9937895334a262c8f1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9764, '2023-05-28 08:29:10', 'SALE/POS2023/05/9774', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00e8e676ddb324ffa5b927681410d5459f70d6d2941a6d1a72e62f279e49918d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9765, '2023-05-28 08:36:05', 'SALE/POS2023/05/9775', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9365a25e29b78a0987e71ff8c20ed175750cff48b6fd5afe3638ce57ea52102e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9766, '2023-05-28 09:13:37', 'SALE/POS2023/05/9776', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e329c37e965ffaaca583ba8e17ab784f8ac08c28e2d3a7727ed3c4d2ef941be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9767, '2023-05-28 09:13:53', 'SALE/POS2023/05/9777', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66d3da67652115b22d8ab15495fc31df3b42e6f7089c6bd4adbb18ca685464d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9768, '2023-05-28 09:34:23', 'SALE/POS2023/05/9778', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c34b39b9efe64e0fcf7ad0b37ba7fe484ea299852943f9650cccc4e9d5cde3a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9769, '2023-05-28 09:53:20', 'SALE/POS2023/05/9779', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f8343b702a6d4995b10de8241eccb97106d58a99edb1a2c9e992113e0d4a5ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9770, '2023-05-28 10:35:35', 'SALE/POS2023/05/9780', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b5177efa06d69f88df5ea0707745c8871af8b63530ee27c107e20dc009e3031', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9771, '2023-05-28 10:35:52', 'SALE/POS2023/05/9781', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '461d2a581476c71f0d8e15752a8b2a0fa739400fe7b7db80fed2bc8ae6f4fdc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9772, '2023-05-28 11:18:40', 'SALE/POS2023/05/9782', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3de7cc421b984cebcd4d446e919c7e42759354c3478296a316fb88ed42ea3513', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9773, '2023-05-28 11:53:53', 'SALE/POS2023/05/9783', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9f95fd34d6b6db2def33a0543fd12bd8a17aebf4d033adcb42be4242a8a4d0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9774, '2023-05-28 11:57:40', 'SALE/POS2023/05/9784', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffdb779458a7796ddda703966a4114797e8c61b4aae71650712eacd933896d28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9775, '2023-05-28 12:23:23', 'SALE/POS2023/05/9785', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4784dfb439d2e222284da239c06317f9e107b0f88f1808155ea6d65f627f5c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9776, '2023-05-28 12:57:46', 'SALE/POS2023/05/9786', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b03619fb1d4d6b11f3c694ef6dd4443510a11fb4afc288679e8125341cfa000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9777, '2023-05-28 13:41:42', 'SALE/POS2023/05/9787', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26f8ec2d2135af82b559e4785582e6e3fd634392f8abdb50ffa134d77fc926b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9778, '2023-05-28 15:44:14', 'SALE/POS2023/05/9788', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40a76e8e234448fefb3fd170af4c5052fdc5df719f6d5e202d78e0a4d42bead8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9779, '2023-05-28 16:02:35', 'SALE/POS2023/05/9789', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec0facfb25b5b366ce1baf3f305e2198fbe616d54a3e549f963f7ca4f03b6ac3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9780, '2023-05-28 16:03:25', 'SALE/POS2023/05/9790', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '945cab39a4fa6430ca3af3d7232dfeceb385558b187e366ddacfda08ca5293b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9781, '2023-05-28 16:15:16', 'SALE/POS2023/05/9791', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '158.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '158.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '158.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96fe0978cf49f3c209701a976d8f35cadb8cc3713beb20acc1d4c2c00a026033', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9782, '2023-05-28 16:21:21', 'SALE/POS2023/05/9792', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33ecb196e0487f1a1cab72e60f612c8b2bd524e1f54c08a5432b4a81fe42aa7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9783, '2023-05-28 16:38:51', 'SALE/POS2023/05/9793', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '883a04839bf10f351583941c5dd652a075c99ec0edc23253dd60fc7090d4fc02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9784, '2023-05-28 16:39:44', 'SALE/POS2023/05/9794', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11e0a21bc0f2ede863b86dd88f5487f164f9e64454c36f0e8722417395db1d24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9785, '2023-05-28 16:43:29', 'SALE/POS2023/05/9795', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9916c8f35ec6b3185bcae696d8c6004768cff5b3f3faff5992d85640bc26de4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9786, '2023-05-28 16:44:34', 'SALE/POS2023/05/9796', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bef0a846e9eea59c3cdab0de7dfe9c09bfa8de03ce6219f60704389a56f9019', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9787, '2023-05-28 17:06:41', 'SALE/POS2023/05/9797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31e28fc730432f20a90fc0cbbd793bb61e8f0fbda17132b190c143533181502c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9788, '2023-05-28 17:14:41', 'SALE/POS2023/05/9798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '753ac6b55c1bbf7e07faa0b3d78cff7d55eed23a087c10a34243673e4c075715', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9789, '2023-05-28 17:28:12', 'SALE/POS2023/05/9799', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '225.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '225.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '225.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24b0436fde3cf1f223f3aa809aee604560138a8ca7c575ce7614a2898eb54458', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9790, '2023-05-28 17:29:33', 'SALE/POS2023/05/9800', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c4632294d6555aed271a5fea9d819b64f59a3347e9067645105323d50158f2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9791, '2023-05-28 17:31:30', 'SALE/POS2023/05/9801', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eca4100fe212b44c42b9e267e6e1ba8afe45ece3fb9209e077a8810ff509c741', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9792, '2023-05-28 17:32:16', 'SALE/POS2023/05/9802', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dcae1414d2e67616b63baaa6775f140027235ef98ccc99abf70bf818e1220b89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9793, '2023-05-28 17:32:57', 'SALE/POS2023/05/9803', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86f4a265ca8b4c41bde35d2db08bebb904e259a740be0799a1090aa8c72fc313', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9794, '2023-05-28 17:34:20', 'SALE/POS2023/05/9804', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdc23ea799e861d71f345e7f25d20fef5902d1f048a610879b09e18b3de7856a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9795, '2023-05-28 17:35:08', 'SALE/POS2023/05/9805', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e6da415309add1c6cf3b7615111bab2c5c7df6df9a535fd7b2b304e78452e16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9796, '2023-05-28 18:28:48', 'SALE/POS2023/05/9806', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51483f39536874d3d90b72faa5994f578b08df9bc09ce90fef7fca2e20062e58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9797, '2023-05-28 18:29:44', 'SALE/POS2023/05/9807', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecfd5bc954d0442e1e7ca1ab1229b5fdc7b0c0ac47d810566f7a63d06ccf7d65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9798, '2023-05-28 18:34:39', 'SALE/POS2023/05/9808', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffac1ec772d6ec2785ffbb98bfae755015cef35f71fabfbb3bdd4700d5281c1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9799, '2023-05-28 18:37:02', 'SALE/POS2023/05/9809', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffceb528a6492e5ac23d01c8fdb35a392ab3e812fc19480819e917293d4088c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9800, '2023-05-28 20:02:59', 'SALE/POS2023/05/9810', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '615eebb9fc1c8b784d213193e2e0d3197d61d8f0f5b915d35de937d77d6830c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9801, '2023-05-29 07:04:20', 'SALE/POS2023/05/9811', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0abc991d9e6a88de9d338d098b8290a04929e31501f5e65f0dedc92181d956d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9802, '2023-05-29 07:11:41', 'SALE/POS2023/05/9812', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2950bf2461d2a8bc3a57f40145f011e66f165d2ebe6d28b3a1b9bf453c3fef70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9803, '2023-05-29 07:14:43', 'SALE/POS2023/05/9813', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59b7894564ba2bd45c536a06d8ecdf534ec3ce910eb5cbc747a22f5315f5ad64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9804, '2023-05-29 07:15:59', 'SALE/POS2023/05/9814', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '065718b573a3216019ea4d236e9c41ea04e4594012d88f369d32fbf641b77014', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9805, '2023-05-29 07:24:07', 'SALE/POS2023/05/9815', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '535a82082cb50a4d35faf341ce7ba4a28b3a8c2a35fe30820d0e0d50503e628c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9806, '2023-05-29 07:31:36', 'SALE/POS2023/05/9816', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '585.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '585.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '585.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee16bbf2e02a3bbf04726415924e868648089f569abae6ba94a363cb1eb4cbf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9807, '2023-05-29 07:35:48', 'SALE/POS2023/05/9817', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '169.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '169.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '169.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd8181216d9a9bf3a3b547736673febc10bb791d111cbdfbf9b2a57eae4d1afe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9808, '2023-05-29 07:38:44', 'SALE/POS2023/05/9818', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1ef31377807236a24784f06f2c3e1ec2ee90dc1750754e5933adb72e6504043', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9809, '2023-05-29 07:51:30', 'SALE/POS2023/05/9819', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaca0dfe5c569d6bd696225f00b15519ca046a1d4df110e712d21beeec7962b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9810, '2023-05-29 08:15:46', 'SALE/POS2023/05/9820', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42dc821bb8d43f237e1ce898f391d0b37acf4667d0deb8ff632ac12f93ec397f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9811, '2023-05-29 08:27:11', 'SALE/POS2023/05/9821', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '427cc607a6c46e59510b0710535df1c80a9ceba25933094e3528cef8480be793', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9812, '2023-05-29 08:28:15', 'SALE/POS2023/05/9822', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ef0bf2a2a0894abdc92be13812951c4ea6c1e1d74f7a16bae80230f9e27e918', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9813, '2023-05-29 10:16:06', 'SALE/POS2023/05/9823', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a895cc2ca42d5111b9394380a2d3c9ec079c1781420c666fca95a11889ba0862', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9814, '2023-05-29 10:26:24', 'SALE/POS2023/05/9824', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91f01c875282bfedeafaccae5cce41b202c1453e7d963f9802ec622f24ce108b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9815, '2023-05-29 10:34:12', 'SALE/POS2023/05/9825', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96a2a6f4a6f92c01c44e82e35f8528916cee936c5e160968343921efdb57a9a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9816, '2023-05-29 10:35:44', 'SALE/POS2023/05/9826', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ff06b43e99ff8848f487292431fcf478a0738e863562f474ae440500d2af9ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9817, '2023-05-29 11:09:49', 'SALE/POS2023/05/9827', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3454232e17c2b4b7b969325e870caee2d672fb8f4f00b4895feaa40a6acef9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9818, '2023-05-29 11:44:59', 'SALE/POS2023/05/9828', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33d3dfd9a9531beaa6f4443f247080c1684094b0fbcae41e0d3a24b248773dea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9819, '2023-05-29 11:46:29', 'SALE/POS2023/05/9829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ecfcf60d7e64a3fded209d488c6e3153f872f64b600e75239697442849e63af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9820, '2023-05-29 12:02:24', 'SALE/POS2023/05/9830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5737426f8293266b12754640ffe24e4eb1692a1f62a85c65d70718c00f4c3595', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9821, '2023-05-29 12:30:22', 'SALE/POS2023/05/9831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58c0bed0b1858a54d33b886785903b865ab9d40e46c671417d56ec6aec12a8c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9822, '2023-05-29 12:30:48', 'SALE/POS2023/05/9832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94be72bee1cd4a9ff593934e1c7a80c2fe7915182cdea0e6c53da8c7a5b58e8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9823, '2023-05-29 13:37:44', 'SALE/POS2023/05/9833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1308e2f571b10cb9817e17b0b99a60e21991b9a4aeabab309b84080fcaae7ace', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9824, '2023-05-29 13:41:24', 'SALE/POS2023/05/9834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4cdae01df4090c135101d99dc3652ed2d99558890c9ecefb98d1bb092ea12248', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9825, '2023-05-29 14:23:42', 'SALE/POS2023/05/9835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd8bb7f41c11ccb005c744816130694fd5a11bb93559c0aa34c6f6899c8c2c83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9826, '2023-05-29 15:02:53', 'SALE/POS2023/05/9836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '335d297c440acadf9303bb18f5c67bc05f04efc39c4b30480472240ee865ecf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9827, '2023-05-29 15:24:09', 'SALE/POS2023/05/9837', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37b5dcbaba90dcd5ea2c353d7fa100e6bbed839b224882f30a42341025e00b16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9828, '2023-05-29 15:35:53', 'SALE/POS2023/05/9838', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54226f63dd71749d9328723ddbfabfd42bcd6d50ab9a466bffbcf1756517b652', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9829, '2023-05-29 15:36:11', 'SALE/POS2023/05/9839', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '572bae7863d0eaf470047dc2bcb9c548bdd082b261088267702a8a3ff67caf1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9830, '2023-05-29 15:38:27', 'SALE/POS2023/05/9840', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3484d520d7212ce6ba05cf497de408a5c5acf74fbc1c5f1a06659369e12bddb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9831, '2023-05-29 16:02:19', 'SALE/POS2023/05/9841', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbbb28594aa42920704b10e8a3b2132829d4699306b379724081167604110b6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9832, '2023-05-29 16:30:22', 'SALE/POS2023/05/9842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcf74685864c045ee6cccd88d5cd241c4c3df976ba8457b4775ebc922a569a76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9833, '2023-05-29 16:49:40', 'SALE/POS2023/05/9843', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b85ba5933ac7bb1f2f0352afa7749de497d0d56370bff3f50aec3c7ce60ddc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9834, '2023-05-29 17:08:35', 'SALE/POS2023/05/9844', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8351455ee35451ea504bf9290b6b8df87a621ec0bdeed05521d8de6b426841d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9835, '2023-05-29 17:30:40', 'SALE/POS2023/05/9845', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ca506ce4fceb9dfa3a71ce49b06b67fcceff6ee9ef1092bb139653e27dd3139', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9836, '2023-05-29 17:59:12', 'SALE/POS2023/05/9846', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ae28055f4ed9a9157d34d7cccfbe7738516182027ae4c9a943e84f5e658822d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9837, '2023-05-29 18:05:16', 'SALE/POS2023/05/9847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b879399a9b0368eed83d8f3fb8aa64ac36eef68c320bba1490466a1085c5da0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9838, '2023-05-29 18:33:03', 'SALE/POS2023/05/9848', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15e6f7fa660573ab9d7a7b7a8c5d84f665a9b200d1a84f268302afa58b74cec2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9839, '2023-05-29 19:01:19', 'SALE/POS2023/05/9849', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '066e77b8950fbb9672553264e5c967ec6b1e55008acbd5bfd549c8bb7937a681', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9840, '2023-05-29 19:23:53', 'SALE/POS2023/05/9850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc5eebe92200c5c064a1c3dbcc8ec968b461f0dd43332b768bb18939246acd02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9841, '2023-05-29 19:36:19', 'SALE/POS2023/05/9851', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85e0a0cc4460a2849d3387ecd46e4fc57b137c9548aff87f1dc086781b692bb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9842, '2023-05-29 19:42:30', 'SALE/POS2023/05/9852', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a14e5796f0fe3745a8f348a774a9e78c5fe03e3e2079122f4db3373f12a11fb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9843, '2023-05-29 19:53:53', 'SALE/POS2023/05/9853', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d3be84b9ca406bd29e1d73da7a229b0a2e670d8b73bb2e00d82f304557f9248', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9844, '2023-05-30 06:37:27', 'SALE/POS2023/05/9854', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2947eb24565b86c606c8ad74d45976ffe0cbe95730346aaedc2e2eec32cd3861', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9845, '2023-05-30 06:52:41', 'SALE/POS2023/05/9855', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46cf124240f3dca8e90536082a725408868a647e91a75452dfc4bf50762f6ba8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9846, '2023-05-30 07:03:51', 'SALE/POS2023/05/9856', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd49c04c52153a15ddd71bb9592afc094ec39c79568627c587fd5468883e67107', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9847, '2023-05-30 07:07:19', 'SALE/POS2023/05/9857', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6baf1e1190da35fd0f73b408e5c0a0a7feefe399d4bb6c347280e32e55772c15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9848, '2023-05-30 07:16:17', 'SALE/POS2023/05/9858', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '030b9fc531f91c76bb05a63f1d9f34f0bd74a1e0a12c7edb9ea2d1ae474a3a9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9849, '2023-05-30 07:19:28', 'SALE/POS2023/05/9859', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73973d3036ba7822eda48e1afd4ef57edce4891e5783763c202eb332e669955f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9850, '2023-05-30 07:20:12', 'SALE/POS2023/05/9860', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '248270ac98afa94ae0f581a924ddf6784013257c34ec34bdf83918f8d72f3bf3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9851, '2023-05-30 07:21:23', 'SALE/POS2023/05/9861', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd69c8d57ae68c861352c87c6161bc7415281663cdbf7a8bcfabfc34cb11f6909', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9852, '2023-05-30 07:26:12', 'SALE/POS2023/05/9862', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56d61db5318eb5f282ea2ba3e29597d2c3522bcde97afed0691c9db16ce2786b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9853, '2023-05-30 07:40:06', 'SALE/POS2023/05/9863', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f17a4718514a86d6f055bcf39d344e64b464c90a124f270e3213334c2c000aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9854, '2023-05-30 07:42:54', 'SALE/POS2023/05/9864', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6a8b1d1737e798b96afcfc963c37912f1f6847f46a72704119dff132ecf63f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9855, '2023-05-30 07:47:24', 'SALE/POS2023/05/9865', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b201ff470c96ef2ba64e131fe52e2c7bc153156e066cafcf7f7d6be1a4b048e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9856, '2023-05-30 07:47:53', 'SALE/POS2023/05/9866', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa6b869ee7a797c405c9a4c1c6e1b1e8a224f87562aef4ed25643d2287bd2a57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9857, '2023-05-30 08:04:20', 'SALE/POS2023/05/9867', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4b6f4fbc35238ccbf5440e770f891ee6319975c0f38e128dd18ba1fb5897154', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9858, '2023-05-30 08:39:00', 'SALE/POS2023/05/9868', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e21a2815ee637f2766110b5c94b9daf994d0c5f87c15b074f615f4a28d6f012', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9859, '2023-05-30 09:08:46', 'SALE/POS2023/05/9869', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08f0547b33efdbcecef132fe6b2b7d3eebe7fa7fa2b71a464a9245f265473b24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9860, '2023-05-30 09:31:30', 'SALE/POS2023/05/9870', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '571b5a8774142b9d1439c315167bd266b36aa1cc1e66b1ad9f9d304bd1fc7375', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9861, '2023-05-30 09:38:36', 'SALE/POS2023/05/9871', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22890dd58509dd0df75dedf9f0e442d91d4f1ff9f56c9c29cef3e04a7eda245d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9862, '2023-05-30 09:55:13', 'SALE/POS2023/05/9872', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d9c23d3f8bb2fec7718d5422e26ab4afe66f3ab68da32199a7ed5c2cb743b40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9863, '2023-05-30 10:31:25', 'SALE/POS2023/05/9873', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9be5de7a380568ab8db05b17d4fcf60a634618c2a1d4013f6cc85abfdbdcbfcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9864, '2023-05-30 10:46:14', 'SALE/POS2023/05/9874', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca8398bb50ace20fe907300210289cea6d471210f37a1fc81419685e83ccc6c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9865, '2023-05-30 11:56:36', 'SALE/POS2023/05/9875', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bb005c2380c75678a433beb7450d6a689b01850b75da440d0b3fa10277f7e05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9866, '2023-05-30 12:12:57', 'SALE/POS2023/05/9876', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd7f83957f09e57d6c4164fb776053cadec4ec06c5bcc25b110916e5296ddf01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9867, '2023-05-30 12:47:19', 'SALE/POS2023/05/9877', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '976764c3881fd00a5923a8b1f7a78b822d331145e11fbfa375742e35837d69cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9868, '2023-05-30 13:37:27', 'SALE/POS2023/05/9878', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3186a15a5761adc7d79cbdccd59b18a9487f55fb33022d17e379cf54bd68b25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9869, '2023-05-30 13:41:12', 'SALE/POS2023/05/9879', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b0ccc5864ef3f2db226445e8e8ead2616f1a7e4c735d98db518c71173310d4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9870, '2023-05-30 14:11:05', 'SALE/POS2023/05/9880', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '116.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '116.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '116.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26609f2e9231632a548b82fe2958644078eb0b6c1daff65d8ae20b64157833f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9871, '2023-05-30 14:17:16', 'SALE/POS2023/05/9881', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4c098d509c914e5d74635b49ee5560d76fcc509da717d00f545d238db98ce3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9872, '2023-05-30 14:22:57', 'SALE/POS2023/05/9882', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be37d318b16f3c0311fde3b36a58d609b93980290f02780ff9e924a18d69ccef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9873, '2023-05-30 14:52:47', 'SALE/POS2023/05/9883', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7153e979e01f5f95c19fad97baddbce4c1c8109018af4bf8c48e32bb8aa201b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9874, '2023-05-30 14:53:37', 'SALE/POS2023/05/9884', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e187d7fe2a2922dd7954fe8e293c0a1c91823f716fc1a55abe10caa6315582b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9875, '2023-05-30 16:47:57', 'SALE/POS2023/05/9885', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a29c18482513d0bc5eed595e19360e30e7a3ec7824bf2093cc4be9dc6114dd12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9876, '2023-05-30 17:36:54', 'SALE/POS2023/05/9886', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf6733143118bd5f08016e648cfa0a0f5551c4a56e28487ba54fa521a2692ba6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9877, '2023-05-30 17:52:10', 'SALE/POS2023/05/9887', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '50.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38f112cb1d0c3f9ae14952a834aa255bac3b43e12e1998de37aedfd6eff4393e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9878, '2023-05-30 17:56:58', 'SALE/POS2023/05/9888', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4977c644718be1def92ee46c71b70c001e24fea9544eba9fc9cc286956057563', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9879, '2023-05-30 18:31:32', 'SALE/POS2023/05/9889', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de861035ba08252dff236269c7c943586816627cbd1482f25460806c218b9f50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9880, '2023-05-30 18:31:53', 'SALE/POS2023/05/9890', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91a5fbd2fcb39c8553663c99b1a75856dc030c77707d07458b9d2326d152bd36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9881, '2023-05-30 18:33:38', 'SALE/POS2023/05/9891', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0f86dacd969e8a48b8bee59c36d018dfdcd6e12471be702103294436492fd5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9882, '2023-05-30 18:34:34', 'SALE/POS2023/05/9892', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34f9a27658c2f820f2a147896e9906af16e792fa1576fec2116923c305a9619a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9883, '2023-05-30 18:35:45', 'SALE/POS2023/05/9893', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34d752523539f1ba2c62d235c7a2e06c5199a2b99fd8c09363cc71fa7f1e51dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9884, '2023-05-30 18:43:08', 'SALE/POS2023/05/9894', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d19af6ec8d412c5cee6cfb7adf53c626c67cc99f183ea9e861840ec112d9833', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9885, '2023-05-30 19:05:22', 'SALE/POS2023/05/9895', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '479c6e6bcfda0ee2dc81f8a1d9fe494ab51f12bf49f2ed472af9adf25a443387', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9886, '2023-05-30 19:15:02', 'SALE/POS2023/05/9896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1945aa04bb795773b0c3fe6577a438f8bac3e730f87c9cd9509585606a7495a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9887, '2023-05-30 19:35:15', 'SALE/POS2023/05/9897', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42fb01eedbefc79578307ffd35020581b84beb2d503521ba1cfccb13e362995d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9888, '2023-05-31 05:39:58', 'SALE/POS2023/05/9898', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24aa0ba37bd89b13202ee401125db610b2ef34c21564fac69f796d46f47eadf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9889, '2023-05-31 05:45:57', 'SALE/POS2023/05/9899', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a7465123fcf9e3cc0dd0222e788d73dbb2cc7daa91e9bce24e576fd7c37fa6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9890, '2023-05-31 06:46:26', 'SALE/POS2023/05/9900', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99a701b22ddbde2804e85d652dd50f21c1185fb410e3c856e0ed6d0154bd2c39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9891, '2023-05-31 07:12:05', 'SALE/POS2023/05/9901', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '86.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63fb4d811ecfa2a2a31e42364a49df6311b706e25df88c1105a9cbf9a1d300fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9892, '2023-05-31 07:13:43', 'SALE/POS2023/05/9902', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0499ba45efda22f8ef6ec3a2b6084327df1ef887ef87a2aba42317505a385466', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9893, '2023-05-31 07:15:19', 'SALE/POS2023/05/9903', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec87cc10521c07f775a3019f7bbfdcfd60c727af8e42fa26d3ff625978764a79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9894, '2023-05-31 07:15:54', 'SALE/POS2023/05/9904', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aad85c69b5929aba7eab4f0be11520fedbb67b8bbfa3773475cff8fe63349a7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9895, '2023-05-31 07:17:00', 'SALE/POS2023/05/9905', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '528a1e078ef09f9cd6e88316a539929e71c67d092db265999a8b0e12875719db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9896, '2023-05-31 07:34:40', 'SALE/POS2023/05/9906', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f10f091237e40f18c4b0c2abb040bcd4b2438581594a9e9b3a6d3b570c0870e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9897, '2023-05-31 07:37:45', 'SALE/POS2023/05/9907', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60aabf050a60bb0480c9a029e7650cb3f1d0487bb089fce22b7367d17f5e61fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9898, '2023-05-31 07:38:24', 'SALE/POS2023/05/9908', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fe9506d71965de91c761ecff1eaa5e8fa5e7036cc2f25f6a441d0db3753cb4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9899, '2023-05-31 08:11:49', 'SALE/POS2023/05/9909', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ffa29e47ed066950b2dbda46e3c7cf0d6dc21c3e95fa462b974907e55ac299d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9900, '2023-06-01 17:06:52', 'SALE/POS2023/06/9910', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '163.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '163.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '163.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37798501e474863a6fc89bbdb25a9c10f102d1598a27fda5abd9679802a297d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9901, '2023-06-01 17:12:16', 'SALE/POS2023/06/9911', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '324.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '324.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '324.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49b7f6a096fe2e1ed054025c28b54c6c5f4a9f253caf5398c36966054f84c7cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9902, '2023-06-01 17:19:09', 'SALE/POS2023/06/9912', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '261.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '261.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 1, '261.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9c94d254eda54ec6bf93bfae20091cbb282fe5d3fabdab4b0704c6b9e27dbd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9903, '2023-06-01 17:38:59', 'SALE/POS2023/06/9913', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '402.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '402.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 75, 1, '402.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9eb4f5e1fa5aacead9a7493ecbb0f702d1faa5bfb0af6a665176eeb32d78ca41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9904, '2023-06-01 17:47:52', 'SALE/POS2023/06/9914', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '107.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '107.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '107.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b7ab77ac1a823ff2d4bb5d58cd2a1eb0341c74f0de110cb0c559a43d8418fed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9905, '2023-06-01 18:07:01', 'SALE/POS2023/06/9915', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6db5602efd14e439529df4b1a5c243ae0fa6a9ebbae9f0a614fdcda68e0f7c6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9906, '2023-06-01 18:17:32', 'SALE/POS2023/06/9916', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '139.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '139.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '139.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f7b0678abc0b022daaa4f5ffe1e4d3dc057a17ba229b15f9f512fd54fb3410a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9907, '2023-06-01 18:19:59', 'SALE/POS2023/06/9917', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '63.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09731fb0e3f68efdb48ee3ec55ebabcc0d2ac12121a909b3e86c0edeba2223be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9908, '2023-06-01 18:22:57', 'SALE/POS2023/06/9918', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8910189524820f0b13752585bd70696be9240dd3d637940c708b161866abee11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9909, '2023-06-01 18:26:31', 'SALE/POS2023/06/9919', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a34daff3f4ce1c1909056aca3fce8f5922138c027fdd2036fba7f752976bef5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9910, '2023-06-01 18:36:59', 'SALE/POS2023/06/9920', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50b2040ed950ae3b69e9729f660fbb738c68153d487c9879f3d4d4a173b9dafb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9911, '2023-06-01 18:47:58', 'SALE/POS2023/06/9921', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc57d8f7e5f2746cab79ed96afd841e2a66f442bdfca13c06cb26305692eb945', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9912, '2023-06-01 19:07:25', 'SALE/POS2023/06/9922', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74991466d4dbc29b6ddf044b268ea35d5239896dc231215c80932fb599f4fdf2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9913, '2023-06-01 19:43:48', 'SALE/POS2023/06/9923', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ea2f650a9b026ba4dab134b8632c22fb7b63e598a3c3a07f080ebb399419f7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9914, '2023-06-01 20:02:12', 'SALE/POS2023/06/9924', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2aa3bccf14cfe88b91d2a7f733b07152e5c2895c7128ba335aa2bd760f7f2171', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9915, '2023-06-02 05:40:43', 'SALE/POS2023/06/9925', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '235.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '235.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '235.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd7829c7a817b8700e15c63e9f0baa5bd0e4840704ae3fef0b934c2008bdea698', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9916, '2023-06-02 05:42:46', 'SALE/POS2023/06/9926', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '830437144cfff920bf13e9c7fa3a1b2871364cc8e87a87f7c67ed06f21553ada', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9917, '2023-06-02 05:43:57', 'SALE/POS2023/06/9927', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f28abd08be9942bd03f5c000838e653c90aafbfdc97c7251d7bd4b021af11504', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9918, '2023-06-02 05:44:58', 'SALE/POS2023/06/9928', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '279a00dec1f91af0744b3fab38cf0c0f7f31a32f434f48d1fdd966851b1dbdb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9919, '2023-06-02 05:46:31', 'SALE/POS2023/06/9929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '71.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '71.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '71.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '938c930020e1269e00ee24435e2e28d82850c0bbe8b071ccdc057914fbd6975a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9920, '2023-06-02 05:47:12', 'SALE/POS2023/06/9930', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d53028abe65ea3b2693c5109b0c3cfb30cf20ffb384d65b0b64cfa273d408ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9921, '2023-06-02 05:47:47', 'SALE/POS2023/06/9931', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '37.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f3f2030246335c875a7c1b16f7c45e4c292e24fb1eca7276395cca9ecf22921', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9922, '2023-06-02 05:48:31', 'SALE/POS2023/06/9932', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ada4a24261231e42ca6d7caabad2792fb146dba9663cdc4665f345bbbe91334', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9923, '2023-06-02 05:54:16', 'SALE/POS2023/06/9933', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fd2676222bb94fc205094e6b8bb33b62768614a6d1c80f52207241910137bbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9924, '2023-06-02 05:57:55', 'SALE/POS2023/06/9934', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ae50029b4e158c80985044b904b72db005d66c1d342deb3128250bcd274b07b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9925, '2023-06-02 06:09:29', 'SALE/POS2023/06/9935', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaf46df9dca6c33723758091e4f6b85dec25a909a56aa6d966510f338fab8493', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9926, '2023-06-02 06:10:56', 'SALE/POS2023/06/9936', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e52d358cca22024f72bcd8d65168f229f3c1116fb527d68db525db864518c732', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9927, '2023-06-02 06:11:50', 'SALE/POS2023/06/9937', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c9e9f6274c1b9a9652d950463f6c08101ac3f581f6516e92d96bf8a4fd57315', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9928, '2023-06-02 06:30:34', 'SALE/POS2023/06/9938', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '326a9e4516a69fddf100de6c920cf95b47f6d4fa9ba5c47fcea987752518e259', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9929, '2023-06-02 06:34:18', 'SALE/POS2023/06/9939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5beeae09dfc34db2e56c51962efbd498c7a1a638fb003c69106e708d49b07c8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9930, '2023-06-02 06:38:49', 'SALE/POS2023/06/9940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '73.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '73.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '73.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aedb78964c20c1f6abbea087a83a6ad055823f13a01313fd80c29b8dc5222ec3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9931, '2023-06-02 06:41:26', 'SALE/POS2023/06/9941', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05e40609ef5bfc454bd84e45af852a18ec5ed79a2718345aa9802d7c23b96b82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9932, '2023-06-02 06:51:35', 'SALE/POS2023/06/9942', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '173.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '173.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '173.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e508a9d9f03dbc7e9d1fa0d22d623173f85889a691b543cb77423697084af3fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9933, '2023-06-02 06:55:50', 'SALE/POS2023/06/9943', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0eca88e0c1f6e86e665bf31235d179503c75d961eca470f318b0da49b764d187', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9934, '2023-06-02 07:18:19', 'SALE/POS2023/06/9944', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3fca29e4b5602799abfec5e15f68fc2176cfb57b6fd9e5cac74ef45860954f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9935, '2023-06-02 08:28:39', 'SALE/POS2023/06/9945', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a722987d76cc0ba00d80dacdea412ae1b9d65dbbbd53a21ca6dd8d2a4d26aa32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9936, '2023-06-02 08:32:01', 'SALE/POS2023/06/9946', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cc5542d5c64fec26844b2f803a0db237d447fc2263df97c29d3c5ea8a420f1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9937, '2023-06-02 08:51:10', 'SALE/POS2023/06/9947', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6b7d5ca5fc3e55ca11ec3df60b11be6c515c5f7ef4a1b687f282982b104d671', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9938, '2023-06-02 09:04:19', 'SALE/POS2023/06/9948', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afa0d7d3eb5ba684f32ec546f8b6b4228dae3d3247662e187fe7b8e875b2f077', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9939, '2023-06-02 09:32:18', 'SALE/POS2023/06/9949', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c93797801a5ea10fb42dcb9f195b1fa796536c071739023c84ff0517873d832f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9940, '2023-06-02 09:36:09', 'SALE/POS2023/06/9950', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a21f30c4ceed41ac6b73d8e6fab7277a55e03a2b254cde2960d49f24d6ea3f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9941, '2023-06-02 10:09:32', 'SALE/POS2023/06/9951', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dd0507a7a5a49994166f934efaa019a05d71bb85a379b503557153aeba99886', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9942, '2023-06-02 10:11:10', 'SALE/POS2023/06/9952', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e527650bbc4255521a7616b39d9ae21dbeb5599f05f7203cceeba9b87ffb0f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9943, '2023-06-02 10:11:52', 'SALE/POS2023/06/9953', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '333b947a2c4f3e92bfff4b8b6fb834b34db9ccb4abc1c045aca5c81b4a681080', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9944, '2023-06-02 10:26:07', 'SALE/POS2023/06/9954', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '690db9aea7bb8bbe4d57e7fab9babb861ca4092591fcf44af611d382ff3a4d60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9945, '2023-06-02 10:41:21', 'SALE/POS2023/06/9955', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7382689fb8136c7cb1d8156d20ed5450f6edcb54b143f7553458f6065baa00f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9946, '2023-06-02 11:36:06', 'SALE/POS2023/06/9956', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1602a4a5a2333e5ffbc09bce3a3ebb57d39f5c58e101256ecdf4f72f55879027', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9947, '2023-06-02 11:37:26', 'SALE/POS2023/06/9957', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '547c5dbf98a7c4aeef38c96a70c2cf22762d0ede06c0968bb85c4bf32da2fc74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9948, '2023-06-02 11:38:46', 'SALE/POS2023/06/9958', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f198d9780c0d7449f09f42c7865a68890a56bb7221a6045cc25c2c02a463622', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9949, '2023-06-02 12:12:01', 'SALE/POS2023/06/9959', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02f895506bf1d2fe00cd158e7d16b38db8062714bbc1bba798ae097001cebde3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9950, '2023-06-02 12:13:22', 'SALE/POS2023/06/9960', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91dfb413a0aebe6f984dadb659f34b61010f76f90ab9ef094bfa8a81082148d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9951, '2023-06-02 12:15:19', 'SALE/POS2023/06/9961', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5477c93b120d49a70b3a5ea800dd2884808d9992bace779181933a15737d0876', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9952, '2023-06-02 12:35:35', 'SALE/POS2023/06/9962', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93ef7a0c0ebd37b750a5613a05ec80409c4dba0b02030a5a41a913c4320aebfd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9953, '2023-06-02 13:09:20', 'SALE/POS2023/06/9963', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 19, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1543ef50ea4eb0be06ba35ef95a0e06107cf16d3ba1080e9214d9613be51e95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9954, '2023-06-02 13:30:59', 'SALE/POS2023/06/9964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd50fe984daec1629ddb7a7e065c69dacc13a6379910e1595cfe6f51216e4c2d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9955, '2023-06-02 13:41:24', 'SALE/POS2023/06/9965', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4beb1c28d9e78bde40584a5d50f89f8523bf2879ae06b19a1bdf8dc26ae93b1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9956, '2023-06-02 14:24:47', 'SALE/POS2023/06/9966', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a48233de31bbbe693e7d1a1bb4371b1795175ef180bc7d955e12ac0288c10528', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9957, '2023-06-02 14:33:10', 'SALE/POS2023/06/9967', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87c19e08b1a58457fd02a42bbcea941b59413dc48a7024af9912833340c99ff3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9958, '2023-06-02 14:35:32', 'SALE/POS2023/06/9968', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f934e7d3e781576a31ad05c4dcb71b0354a02135e7fcc60bcdceda91378a3af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9959, '2023-06-02 15:03:24', 'SALE/POS2023/06/9969', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e875779016cc8d0bbaf266771d2622fecf708f9eca700ec0852e74f5c62e0b0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9960, '2023-06-02 15:22:12', 'SALE/POS2023/06/9970', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c15136e91e78c4e3b4bae4eb4bd6845ed29b9c496ec9a0aae84c94f12022938', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9961, '2023-06-02 16:17:55', 'SALE/POS2023/06/9971', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e223b4c6f4da96b363b28e44064dee961d247dd55fcc71443d717e9dcabb227b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9962, '2023-06-02 16:32:51', 'SALE/POS2023/06/9972', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa12d454467f9c73bc8a5cb1cc7e14103693abc9eaa47bbc14930a3c3bf4af19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9963, '2023-06-02 17:03:55', 'SALE/POS2023/06/9973', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5cdb3a1fe590b0f90fab696980aa35e7a7b1f301b31cdd13f17255982b56c9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9964, '2023-06-02 17:56:43', 'SALE/POS2023/06/9974', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3eddd081679518800c06ea28ddda7c0912c1afd89c028ac8f276a48b2ec11fdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9965, '2023-06-02 18:09:31', 'SALE/POS2023/06/9975', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e1e8a754498599f165dda525a6477e52acf52b8a5fd139e04b9a6cd2c3a5a17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9966, '2023-06-02 18:16:24', 'SALE/POS2023/06/9976', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cb299634ebd0da11216ad80970d450135a66ef069f955644939dbdb08d4259f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9967, '2023-06-02 18:39:46', 'SALE/POS2023/06/9977', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e20a642cb563a41acfbfa202849f3a460040a6a51347a3e316e2d9aeff366395', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9968, '2023-06-02 18:43:15', 'SALE/POS2023/06/9978', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0400b46c9fffdd4194ed0a8a829b5cd429b76fb610f19344612034da58b70bba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9969, '2023-06-02 18:45:16', 'SALE/POS2023/06/9979', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4a5438ce4d017373d1e32c4e2df6e6e2683e19141a05978ad20d434f52b966a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9970, '2023-06-02 18:46:29', 'SALE/POS2023/06/9980', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68367e5dad2540503c92acb436826a30a3430fe3fdd873ed451eeabbb5e5ee87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9971, '2023-06-02 18:49:56', 'SALE/POS2023/06/9981', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '514f7f621e135927feec3898a651f6edf3095ab76aa41d387514ff22f7b8d831', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9972, '2023-06-02 19:01:24', 'SALE/POS2023/06/9982', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '870cc486cc396d0cbc9bfc62f0282adb91d837c63aca849c406cbfc708335156', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9973, '2023-06-02 19:06:30', 'SALE/POS2023/06/9983', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '551a6cf573155c399e7a222c3234c8ce60484d0e3d6eb6f61d8418819986c5fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9974, '2023-06-02 19:21:05', 'SALE/POS2023/06/9984', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11543b671ae191000f1e50a481b347582f9beca4da9b89e579296b62c62fe69d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9975, '2023-06-02 19:22:24', 'SALE/POS2023/06/9985', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '916e646f99a185a484e4bdfe45144477dcd4800dafa6031ec3f37ad279e861aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9976, '2023-06-02 19:56:10', 'SALE/POS2023/06/9986', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9c6f8b6df160f81e628361cc1b895f8150ec2587e7c49b066b89ad9b77dd1a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9977, '2023-06-02 19:57:14', 'SALE/POS2023/06/9987', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '629334f457e1f5248994e1d578f12535f38399f93f21bb6fcafe61b18c8832fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9978, '2023-06-02 20:00:59', 'SALE/POS2023/06/9988', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'daf606d92bc5845be2090f5d7934e8e186db45df52911cefa9c8d2765789c447', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9979, '2023-06-03 06:46:02', 'SALE/POS2023/06/9989', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec738ae561c4b9f341d64b919f2063014a74c81a271aa615c16a260ad48ac3d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9980, '2023-06-03 06:47:52', 'SALE/POS2023/06/9990', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c4f3838a937cb5e79aeb38f4d6cd7bcb6f93308b62b485c68f4648575f65f9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9981, '2023-06-03 06:53:37', 'SALE/POS2023/06/9991', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b27ef1c180b62234debbc1f91d5a94f2fb4a85a713ad3c85039409f37324d83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9982, '2023-06-03 06:54:45', 'SALE/POS2023/06/9992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '48.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '598393f5d3a9689c3f93ee3e845002a779d1dcba99220015db5f26e3cf654bb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9983, '2023-06-03 07:06:44', 'SALE/POS2023/06/9993', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47c23e38f470b0086e1c9ad4341921b47c5d4984159a21de63cf4b102f19658b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9984, '2023-06-03 07:16:12', 'SALE/POS2023/06/9994', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4d7bea03f0c6835b8f1ae2d7d46f51d646363783f5b984db7211a78473dba6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9985, '2023-06-03 07:28:04', 'SALE/POS2023/06/9995', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '171.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '171.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '171.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5a82404ab2bfba6878b42296e2fbebd9dcb3fca158567818773d1718e60eff8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9986, '2023-06-03 07:29:59', 'SALE/POS2023/06/9996', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bbb9c2135fff5c4f8c590ad2df83b98ccbf9a7281971dbf58cc31e8b0326b4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9987, '2023-06-03 07:32:06', 'SALE/POS2023/06/9997', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a01aa4f2e3fc161faf79b204e991ffe8d51c604aafe665b7911be9ed96dbb669', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9988, '2023-06-03 07:32:34', 'SALE/POS2023/06/9998', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '033633f163893cdb518fc4dea59e3226bf6e629bb7488230da91dede198af3c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9989, '2023-06-03 07:35:03', 'SALE/POS2023/06/9999', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83fa571e2c1e7838512ea69544d78a548ebbffe9f0707d5fa1dc8b6f939e73e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9990, '2023-06-03 08:15:02', 'SALE/POS2023/06/10000', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbb5a10ab73ca1e2843e2414d4199b79fcefd870c03898ec475ffbead04ca0ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9991, '2023-06-03 08:24:43', 'SALE/POS2023/06/10001', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '683fa26f11d9946fd7c0670a5dddb881f40632327c40f81c01f303245782aab3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9992, '2023-06-03 08:43:30', 'SALE/POS2023/06/10002', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21480c6c522cda7e4db7c72e0c6a3709c847eca79b0d3aab4d0e73ed11d3eaf9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9993, '2023-06-03 09:07:24', 'SALE/POS2023/06/10003', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9565932df646dda8a9c7456ed2f7bd76830fa16c5a729d4f3d969a535516d0b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9994, '2023-06-03 09:23:18', 'SALE/POS2023/06/10004', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb9bb912e8a3960daba258a5a1abd4a4aea26521709ef0f17f7826b194b0f419', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9995, '2023-06-03 09:40:25', 'SALE/POS2023/06/10005', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b212e1e5669be2f51b1ca854f96a4b9770f7f780ef586e9a78467f1c169c4b75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9996, '2023-06-03 09:57:12', 'SALE/POS2023/06/10006', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5a48698c3bd339a65c6a7db0aa5097055649720d49d1f61a1e1a72ae818e490', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9997, '2023-06-03 10:03:29', 'SALE/POS2023/06/10007', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acde646edae062b403931ca68bd75f31d17e116d5ab6c6c5b4c10f6989b2e98a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9998, '2023-06-03 10:04:45', 'SALE/POS2023/06/10008', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d1ba8f3d0cb31f5efcde1e720260cccfa06c166077874badbbd4f3c3d5b7fb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (9999, '2023-06-03 10:27:38', 'SALE/POS2023/06/10009', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a309ba82609b699cb598f1a9d07ad237e2d58e763c6acc0a44c5a68178fed526', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10000, '2023-06-03 10:42:29', 'SALE/POS2023/06/10010', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cafc4cd4bee99bbeb2c12e20928ad1c97ecf5b702c34aa31d7e5d44c7b0bb7f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10001, '2023-06-03 11:03:10', 'SALE/POS2023/06/10011', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6a6df273b9cb9278023236c7d713a7ead7257ee469268123e09a3ee5ac696c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10002, '2023-06-03 11:13:46', 'SALE/POS2023/06/10012', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '604ae3a3cb693cb625d24ef28f338f08049eb4ff8530f824572f16d43b81d0ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10003, '2023-06-03 11:27:49', 'SALE/POS2023/06/10013', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68563a005111c45f57af2ba89d9580f625c077508c2d0f1efc493803eb715b33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10004, '2023-06-03 11:37:56', 'SALE/POS2023/06/10014', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e30ec46d23d1b38aeae73aa7826985381bf89560b01b20231ea0ceedc833b53e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10005, '2023-06-03 12:00:14', 'SALE/POS2023/06/10015', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '110.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b753943627b879bda97990910fbe535b0bbf874be1ce054b556247204cd5fa69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10006, '2023-06-03 12:08:43', 'SALE/POS2023/06/10016', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b273e18ba7ad95d246196ae366c4602a4da13f7018277e95a4e4c9788e395d3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10007, '2023-06-03 13:01:45', 'SALE/POS2023/06/10017', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93a6848a5fcbc2edc0507aa839ddce552aed7739fd0dd82a0a25cf15626c6727', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10008, '2023-06-03 13:42:50', 'SALE/POS2023/06/10018', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'adb598a0d5b54eb62278a8e3e71b511f1737b4598b7046389a7dcdfa99c2e89e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10009, '2023-06-03 14:02:30', 'SALE/POS2023/06/10019', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '63.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '63.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '63.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49212d6981b6117ffcad37abd49e48681ef857f78488bc630950a579b96ca2b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10010, '2023-06-03 14:15:46', 'SALE/POS2023/06/10020', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '51.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '51.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c90bf70d7a7ab662e227ed00a410c110b80bed057e43c6fb851529bdc8d59ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10011, '2023-06-03 14:44:10', 'SALE/POS2023/06/10021', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27583510acf14e912a9fab06be69b7318ad13a9ca0749884fdbed0567ef7b160', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10012, '2023-06-03 14:58:46', 'SALE/POS2023/06/10022', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb6d04c296a408938006e44d805bd58c04dc8cf7f2491ee45a186c32b19ce72d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10013, '2023-06-03 15:12:01', 'SALE/POS2023/06/10023', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b0207a67b33d3ab1cc72e8963f9a24c1ed202784c82402d95982baa1714dad0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10014, '2023-06-03 15:15:30', 'SALE/POS2023/06/10024', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e47a76a1e9451b15b7d06004380800e81e5ded9a7923a582b5af4a90c327858a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10015, '2023-06-03 15:27:02', 'SALE/POS2023/06/10025', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df5757eca87d36457a3fc329f9fedb54d27e08c85ad9ac92fe324604aafb2638', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10016, '2023-06-03 15:47:37', 'SALE/POS2023/06/10026', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '34.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb67f97d3be56b27ce01b1e0abe5a0eec834a707c6b6ef91f182f7218c5b9651', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10017, '2023-06-03 15:53:33', 'SALE/POS2023/06/10027', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'baededba4dab16a987c1d5859f401e25c0356205e8c8ae261e5b42906bbc8e66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10018, '2023-06-03 15:54:30', 'SALE/POS2023/06/10028', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb9955e90f45dd227323a965f6f2c4eeec09518c2a54571892ba71e899ed6377', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10019, '2023-06-03 16:03:59', 'SALE/POS2023/06/10029', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '60.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c59c3b0f465257ee7e61076c7a0077795a17771a60cd3475e8d71013485813b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10020, '2023-06-03 16:10:35', 'SALE/POS2023/06/10030', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66554929cc8b8960120f9f416c8ad1b59b0165d5c93e51885ac940e84e52b441', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10021, '2023-06-03 16:21:03', 'SALE/POS2023/06/10031', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e91465c0184f41b8e51e54786b7dbaf72d3455a6cf06331e414e35edfb20bd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10022, '2023-06-03 16:27:35', 'SALE/POS2023/06/10032', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ba370e0826a0ccba84b24f6362c85e9791698f95a3482b89916a77b7ad872d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10023, '2023-06-03 16:39:04', 'SALE/POS2023/06/10033', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c105fe82f72bc0183a57ffeb9517e357a6691af4b99164a74e0e8d97d85cd90c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10024, '2023-06-03 17:01:58', 'SALE/POS2023/06/10034', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '152.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '152.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 26, 1, '152.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2648f8659988cea5357bf5b0abf3597e9981105f5706e472951a3d46d6e2436', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10025, '2023-06-03 17:13:42', 'SALE/POS2023/06/10035', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a710672dd04847a9bc8e723544da22d7633f758c050bb9fc5b3531b245f3b00d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10026, '2023-06-03 17:20:57', 'SALE/POS2023/06/10036', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0feb708da057b46ab38e33fed43a6d46e8fb259d6d222b497fc5a00f95923e85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10027, '2023-06-03 17:34:12', 'SALE/POS2023/06/10037', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c56f5aadb69028d3d827acc7c996071528c8ad30ce52ea4bd7831f8e949675fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10028, '2023-06-03 18:02:24', 'SALE/POS2023/06/10038', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8dede452ae587e829286030791526cbe9bc22da5c4d7322f58ec6b3c4c945f08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10029, '2023-06-03 18:20:46', 'SALE/POS2023/06/10039', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c62c0eb5244c1c425a6e4d1ad813d68d15a806f2a37cca0b0c09079bbaad5341', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10030, '2023-06-03 18:28:59', 'SALE/POS2023/06/10040', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff347ce20c69595e1652abb06a96a8b57594ba024e12be618f33911a3c117154', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10031, '2023-06-03 18:56:02', 'SALE/POS2023/06/10041', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9de8c9a57e4657fee34b7694e8001aff002f71928e72b7f7ceb834fa0141031d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10032, '2023-06-03 19:52:03', 'SALE/POS2023/06/10042', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd410d31f734e41880f42fb6dcd40a926ab5a8cb2e199358da1bda41879b9af86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10033, '2023-06-03 19:57:15', 'SALE/POS2023/06/10043', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51c49e552286438a856c5a898f06a129a4cf77f856adf8b169ab8183c3c24a8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10034, '2023-06-04 06:03:38', 'SALE/POS2023/06/10044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72bbc22076e562e219dcb7d884e15b89459b1df55275dc3424a186287ef5a5dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10035, '2023-06-04 06:26:20', 'SALE/POS2023/06/10045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85064b98e83177fce7824936a5121d58e77eb2a5af5a868ea7756874e1cf2b43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10036, '2023-06-04 07:05:24', 'SALE/POS2023/06/10046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbabbdd14db216a948a3d8596209d855793e5ac3a9a3b107c95298cd57c22137', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10037, '2023-06-04 07:07:18', 'SALE/POS2023/06/10047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11e668312ab3f3191e8cb31fec19b1bc0a8b399f5f969074cf254dfdfc316ea6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10038, '2023-06-04 07:11:53', 'SALE/POS2023/06/10048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ccb247cb40ce3c54d17d8a12a62e487fd27d56fe70b0146de0fd0b7a2ec7b5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10039, '2023-06-04 07:25:00', 'SALE/POS2023/06/10049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd2a1fc870056a4fe41c4b28b11282e123d3b3734e820aad05b72d3e9c818ff5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10040, '2023-06-04 07:48:10', 'SALE/POS2023/06/10050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91c6f13fabfae0d76338e23edec9bed7595c762bc164fb1a0e738b5f8341872e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10041, '2023-06-04 08:07:36', 'SALE/POS2023/06/10051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ad9e85fc78c694fe8809b001fe470fcce6af95d1145996d8cb897a574e7a04b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10042, '2023-06-04 08:15:57', 'SALE/POS2023/06/10052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '93.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '93.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '93.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4858fa997845822aeeddbec0c84559282aa82e0593b2157285929c94b88824df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10043, '2023-06-04 08:44:38', 'SALE/POS2023/06/10053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '835830f3dada14d7965e149f4da9b93bc10e3b63ea1e8de9e790ce26cf860dc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10044, '2023-06-04 09:03:39', 'SALE/POS2023/06/10054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c5dd154f778df6b74aa943b8b345085d8b5efa0a585db3de1a35d62fd706a38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10045, '2023-06-04 09:29:24', 'SALE/POS2023/06/10055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d3b941394c6eefea986bce8f61a62e76fe90a164d3f76b89e633d1d0c560559', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10046, '2023-06-04 09:37:55', 'SALE/POS2023/06/10056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2bd568e86ba8d0ccb567a233b15d7ac09adf8e319c710bd15bab894fb93af9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10047, '2023-06-04 09:39:24', 'SALE/POS2023/06/10057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03d6e999a87bc19ab73a8f7167563f21a96758a6f5d1a5eab19b0114c8db1014', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10048, '2023-06-04 09:40:19', 'SALE/POS2023/06/10058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '672019d12a8b3c6322ea30b6d10f329a67b4042c321a06e087da213974c440d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10049, '2023-06-04 09:49:31', 'SALE/POS2023/06/10059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdb2932a05c545ee1c66e3c228b39fe92b2fe0c7cefcbdb20b70ecdd29c87b13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10050, '2023-06-04 09:51:09', 'SALE/POS2023/06/10060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07646e0e5d980a02a24397852bd5a512d473ab3e8a0ad647c5b91b8affd6d878', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10051, '2023-06-04 09:54:56', 'SALE/POS2023/06/10061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '62.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '62.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '62.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fafe569058a2035faff07a2f483143b665f0f5d62f873e5e8295076c0bfbb9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10052, '2023-06-04 10:41:01', 'SALE/POS2023/06/10062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8c5b5248d67126b21432331fc421637a36e42c7d5b5bbfe9200d9f1b48f44a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10053, '2023-06-04 10:43:58', 'SALE/POS2023/06/10063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0694a93a1d41c9b6d1308ae16cfc62f2aee814fd677831629140c208dde408b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10054, '2023-06-04 10:52:21', 'SALE/POS2023/06/10064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b919ba7ea9370e0f1aac0301aed877a00a1d5dff28f8498facc861e38ed27455', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10055, '2023-06-04 10:54:02', 'SALE/POS2023/06/10065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '273fecafc1d31ffc784be7c313abdd8def866f3ece4d465cb66923e01c70c475', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10056, '2023-06-04 10:55:53', 'SALE/POS2023/06/10066', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '414b7c5d286d818ea66d2dbbc9ea76a62f8875e3eafe46943cf3e13b472ad502', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10057, '2023-06-04 11:18:20', 'SALE/POS2023/06/10067', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48c60d3cf7407d0d61eb7aa64c72f6a6f5a4235ce88f906c4799aebf761bef4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10058, '2023-06-04 11:19:16', 'SALE/POS2023/06/10068', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5b38f2615cc3e1fd2e6f615d0e4896ee3a29bcc8d6735391889f47114b4a087', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10059, '2023-06-04 11:20:34', 'SALE/POS2023/06/10069', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0d7e4ac0f3c2d4ba39eb16febd7362a1904e51f0f3846f5642534341e8f50fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10060, '2023-06-04 11:21:00', 'SALE/POS2023/06/10070', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bed3339b15f3840347a2f20999a577ba357958e79e4124fe6281435780142e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10061, '2023-06-04 11:21:36', 'SALE/POS2023/06/10071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d45baa8e8113d1f5f9ecc9fa618c15e95e7c09984c6cdb04fdf28e7973de513', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10062, '2023-06-04 11:22:03', 'SALE/POS2023/06/10072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1ffe11307d54f376f36657f641b077e38df0308a8cfcf56895b1b91f7feb980', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10063, '2023-06-04 11:47:47', 'SALE/POS2023/06/10073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6fe7631bb8b1738948f84bdcd6e3399f43f84565b9a0ee058ed957eb64f64f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10064, '2023-06-04 12:15:54', 'SALE/POS2023/06/10074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0893aa47f22cb952b67b1a8e95bb4591c6e226448863571c19c04009f665624', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10065, '2023-06-04 12:17:23', 'SALE/POS2023/06/10075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7100a0ca98be0fd258b61eb3fa4b2e9ab7559861da88ca650facfc66468410d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10066, '2023-06-04 12:22:16', 'SALE/POS2023/06/10076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6dbd977db45a0e03ad37a7cd091d96a2f41db5352e3d3cda9a698b8d99eef34b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10067, '2023-06-04 12:27:32', 'SALE/POS2023/06/10077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df612e79d037959a9cdfa8f99a6a51c9c387073c84a83cd7fe4e65fed81ff105', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10068, '2023-06-04 12:40:22', 'SALE/POS2023/06/10078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96734a468a4b1943bfb9abe928824eb206cd0152666d48e4e1f0ec413a2d435c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10069, '2023-06-04 12:46:16', 'SALE/POS2023/06/10079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ea0bc0af4f0f7f8b35223fa2526ecf9d4af370189a24973936c5d53f5119220', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10070, '2023-06-04 13:10:37', 'SALE/POS2023/06/10080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '592b5d46895ec7b3b2712731b00b530c220b20ca0a7dc9d806ccc92a7e9cdcc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10071, '2023-06-04 13:12:15', 'SALE/POS2023/06/10081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a6d6d329b27a4f4f2da0a6037205d7fb8f4d4e44cb7ed0056e636ce9f19424d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10072, '2023-06-04 13:31:00', 'SALE/POS2023/06/10082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a03e8a9a12bb63bf12ec89dd6d45d0c58ada1283b12c4121f3afede9ffb868b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10073, '2023-06-04 13:41:42', 'SALE/POS2023/06/10083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3b529a60d97e7c6fac6e050a9d7377600d7023ea3ffaa0895667d3ff22ff8a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10074, '2023-06-04 14:08:36', 'SALE/POS2023/06/10084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa4bff72b68b19659256eea6886608bd40c0359d2adb3d143467e592808f7cc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10075, '2023-06-04 14:14:38', 'SALE/POS2023/06/10085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c4d78d28ba6752e954fe6ee2767cb1d8761bc22d8fa89e2b192e0b65dc79463', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10076, '2023-06-04 14:31:30', 'SALE/POS2023/06/10086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41ef104b565b496f4307ad06729fd8017678f0d55f43de0f9bad9d2ad837f3c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10077, '2023-06-04 14:32:25', 'SALE/POS2023/06/10087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f858de406f0584b39a7b97e5c31009836fcf70f5014a98a809aee3a10e26660', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10078, '2023-06-04 15:08:58', 'SALE/POS2023/06/10088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed4eed637812797721b2475e6c8bff0ba180ce7aca2f224bb17dac6833578e4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10079, '2023-06-04 15:29:02', 'SALE/POS2023/06/10089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '49.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5362c484611fdcee94799bc4f7ae78d4895fa893be045220a9d034ed22b7707', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10080, '2023-06-04 15:40:45', 'SALE/POS2023/06/10090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cad6e49e335f3e7377da5c59f87c5d5c7c53089e4b6c887376e9ef1f57f755a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10081, '2023-06-04 15:42:56', 'SALE/POS2023/06/10091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39634cd009d1ca20300fde14bdd87c6e61ccbffb8b2775a872f562b2ffa25252', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10082, '2023-06-04 15:44:47', 'SALE/POS2023/06/10092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd53b0f394390ae43f3eca1df28116635410c51c256496b3c2d13345bf41e5715', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10083, '2023-06-04 15:53:22', 'SALE/POS2023/06/10093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '980ec637927168388b6d5eef40f98d8a8dfb5784f4ccc273c1c46d655633541f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10084, '2023-06-04 16:23:24', 'SALE/POS2023/06/10094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '43.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '43.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '43.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56f5615f2afa91f6315d3a36c32752f542dd823cc7442cf69c371e4986a0633c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10085, '2023-06-04 16:26:53', 'SALE/POS2023/06/10095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bf90c3f3464c9ef35e1d2cc99e2a2f92a0515b65a60ccadf307fd73f9d3a36e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10086, '2023-06-04 16:27:20', 'SALE/POS2023/06/10096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0996ba9abf3ac1d996d8dc80d7e5552eb8bebd9e4dc793741775268e44377284', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10087, '2023-06-04 16:27:37', 'SALE/POS2023/06/10097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ce732d1db0057983188f9be042e039d668d59bab912aed0e41e12c1b356329c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10088, '2023-06-04 17:02:50', 'SALE/POS2023/06/10098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de46204854df0ca05505cc380433576ab532ea5f391cfb6112b95c19ff43763f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10089, '2023-06-04 17:03:35', 'SALE/POS2023/06/10099', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '111.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '111.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '111.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49fea2bd511d68408690d53c1b344eb8dbdcdf340f0524bf5d887c73e80491a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10090, '2023-06-04 17:06:46', 'SALE/POS2023/06/10100', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '420bd8c14f34de473da0c8267fe1181073a8d0115e7eaba03a0892c05d22a534', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10091, '2023-06-04 17:23:03', 'SALE/POS2023/06/10101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13830e987840546cb680c827b1b21b39bce4c1e547d8af9b549f729b9f0465c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10092, '2023-06-04 17:28:08', 'SALE/POS2023/06/10102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a73f8368f4a5c9c4c00d13b07034f1195da80d76b9bc25c4da898ddae27f07c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10093, '2023-06-04 17:31:32', 'SALE/POS2023/06/10103', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f11107ac5db723965c2aa1917a484c3c3f7f1c01662459c7302a90cd318e529e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10094, '2023-06-04 18:04:44', 'SALE/POS2023/06/10104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d1072d71b8787745f838003c189635c617c6fdc37f7d1d5916c035d372e49ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10095, '2023-06-04 18:07:52', 'SALE/POS2023/06/10105', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f0591113af1339a1f0401745686fcaabacc2f66c33d9383a25d6297feb0083d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10096, '2023-06-04 18:12:15', 'SALE/POS2023/06/10106', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3685d6e2561b88dbed5cd80afb8fb99d3aa36fb14a39f3084b18e9d62cae3a7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10097, '2023-06-04 18:19:58', 'SALE/POS2023/06/10107', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c821b2f862546c17e9189797a418d7b5c20134caa8c287a459553ec59457e45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10098, '2023-06-04 18:24:39', 'SALE/POS2023/06/10108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5043237c86db2bbe5ad4ceff53f7963a49b403a9283aef18982fd154e0efe8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10099, '2023-06-04 18:30:31', 'SALE/POS2023/06/10109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f84a6cc0bc2117b18e37c7631eae228f8955e1c88ead4a24ff98aae31a99fce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10100, '2023-06-04 18:33:02', 'SALE/POS2023/06/10110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '124878c9b8e2f196b9ce863d9fd04a24beed8f0a1bf62ed4d3df30a52365d115', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10101, '2023-06-04 18:34:29', 'SALE/POS2023/06/10111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a49810b0c9ba9ed4900755c5171fe36026c82c4e382752096d6f8f300ca7dc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10102, '2023-06-04 18:50:20', 'SALE/POS2023/06/10112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4ea366ea9504239328ddc33a6edbee76c1bf3bf32bcc9fd12d42d4a35f2aabf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10103, '2023-06-04 18:51:40', 'SALE/POS2023/06/10113', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9198fbe317d218fd406b05cc27a11ffac8b4b9c7eb8eea8c4412971138aee4a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10104, '2023-06-04 18:54:47', 'SALE/POS2023/06/10114', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2ef4760f3d55c854ae3435539995e8632583f6901f113b74e5583d025f6f85e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10105, '2023-06-04 18:55:05', 'SALE/POS2023/06/10115', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16703d1ed50050ce0f5a3c51ad4e02b7111bef802674b4da20dce79cef857284', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10106, '2023-06-04 19:03:46', 'SALE/POS2023/06/10116', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd8571191726b7a6464c5e570f2adcb96f04eb195a27131726ec12416734ba1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10107, '2023-06-04 19:19:00', 'SALE/POS2023/06/10117', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e5822e1685ff65ce3a3da7bb1acae96fbaf76b1b004af854284e5e08ab92352', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10108, '2023-06-04 19:25:48', 'SALE/POS2023/06/10118', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0dec62f5a7f07d9779941ef7af01a0cc28257cbac0e903f3b06bc25c94e0cd07', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10109, '2023-06-04 19:27:55', 'SALE/POS2023/06/10119', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6172881e13921f23c9a7e6a96eb690c0c7e9781105b1ea3a5ca312cae74f143', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10110, '2023-06-04 19:28:16', 'SALE/POS2023/06/10120', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5c746748639e27ec17c8a3b1822900420ce0e958cfcb2f0c2915fed4c95f4c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10111, '2023-06-05 05:27:05', 'SALE/POS2023/06/10121', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f06eedd76bd5dec28f98877ce3fdb238a16fe269597c136877e9ead38ef0dba7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10112, '2023-06-05 05:28:44', 'SALE/POS2023/06/10122', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bcf35fd4bbfcd17dd49a629753e9458b14e17a74bdacd0da952622b0d2e6be05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10113, '2023-06-05 06:09:05', 'SALE/POS2023/06/10123', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53a78755dd863f1126c8254d0abdbbdac1917bc53e1c883157a5e13cfcc84b5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10114, '2023-06-05 06:37:36', 'SALE/POS2023/06/10124', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '494adb62137b3948177b121641e679b87a76428b23a8963bf0f9549ea4440faa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10115, '2023-06-05 06:38:59', 'SALE/POS2023/06/10125', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5e072b70382f4dc79e51254a9f244bbb9b5c6011abec3be82f15eecf247da95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10116, '2023-06-05 06:42:01', 'SALE/POS2023/06/10126', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a70d3a6be92464053c52f2821c61c16a4e0b6893d9c2bf77ea851ad3b99fdbf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10117, '2023-06-05 06:45:45', 'SALE/POS2023/06/10127', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21b4f06fa0f27033f08db106dd30285e0f1833d44d8535a27b90bb4f2354ba88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10118, '2023-06-05 06:50:53', 'SALE/POS2023/06/10128', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '76.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '76.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '76.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a103977f067a5969346dbf437ef91864c4049b93556429a4a25004ed564c61ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10119, '2023-06-05 07:22:46', 'SALE/POS2023/06/10129', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '460fe3e11b7746c8d446ff85e03e8a6a05ca02c73b67541b44474d6a1f525149', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10120, '2023-06-05 07:23:21', 'SALE/POS2023/06/10130', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9498050607493e562d984e0e437470acced1212d849fad62f6f120d8cd2aeabf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10121, '2023-06-05 07:25:08', 'SALE/POS2023/06/10131', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b636425559b04f4b1da8173cc7174e0bd1a7202d5f3a78187ecd6ead93533ce1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10122, '2023-06-05 07:31:03', 'SALE/POS2023/06/10132', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01ca9b3355ad42d7746c37c24b60d2445160f639145e8e2f6bb464a0b828cbc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10123, '2023-06-05 07:34:10', 'SALE/POS2023/06/10133', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e322bab16ae89f2361a4df03429bca98f6fb6d7e3dde3a413d1c50382083916', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10124, '2023-06-05 07:46:31', 'SALE/POS2023/06/10134', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbf99c1cab25f821ecd50b1811bc4dba01d509a141eccfd06953ed0caa6d1066', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10125, '2023-06-05 07:57:30', 'SALE/POS2023/06/10135', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '449df25bbcb46f0cb152f7c39f5e0b451d8ec8afd391e41a77ecf73fc3224fd8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10126, '2023-06-05 08:04:54', 'SALE/POS2023/06/10136', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '181b4fa7df1d2d67adadc6b7835a096f1e8807d6b5f078ce8c6f7ad50fbea038', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10127, '2023-06-05 08:30:08', 'SALE/POS2023/06/10137', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '108.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '108.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '108.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8cedbf3c016f68ed25b3f3ea6ebfd078a206756cf0cf359d484d2dcd40785660', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10128, '2023-06-05 08:31:35', 'SALE/POS2023/06/10138', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '126.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '126.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '126.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '64370788aed55c63cee3d5c409dbac96adff6ac8f83c2a29bb04317bb23af9cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10129, '2023-06-05 09:07:57', 'SALE/POS2023/06/10139', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd857923ce3aca295a06e4708f4583a6b64f91fbbfbaab6dac20cc7dfddbe348b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10130, '2023-06-05 09:09:34', 'SALE/POS2023/06/10140', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a5cbc694aeef5ef0270c134b90ae86dc012ff9c320e0030bc2cb3b683b7412d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10131, '2023-06-05 09:09:53', 'SALE/POS2023/06/10141', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8accb0bd41784977c51e69a1888fe27a65b264bdb8a2e437c49e723365c92ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10132, '2023-06-05 09:10:15', 'SALE/POS2023/06/10142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c47c8420c7abd74b5432f79e787eaa7537947dc95ddf5f0b61eaacdae9870c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10133, '2023-06-05 09:28:40', 'SALE/POS2023/06/10143', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '165c13d38934c3dc552360bb2e97c1ec0946358488ac1d1f8da232d86d5c6ca8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10134, '2023-06-05 09:40:24', 'SALE/POS2023/06/10144', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'beee37830863e5c14abae123823adb1ce1dacf1a4aa953221b3fb7d23c3dd8a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10135, '2023-06-05 09:49:47', 'SALE/POS2023/06/10145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3641d1a6920708f1e71bbf7948d392f0290414cdd18f0b58dc17d226e224fbe9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10136, '2023-06-05 09:54:36', 'SALE/POS2023/06/10146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bcb1dd1209039d6ddbc043e6164203e7af72fe4f908101410cd5d463ae770b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10137, '2023-06-05 09:58:48', 'SALE/POS2023/06/10147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6d5ac4d55920a7789d50f3f65a319b1dbfce9cb13bd9702b043485f5fc61dc2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10138, '2023-06-05 09:59:50', 'SALE/POS2023/06/10148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca1c57cb988e426bb809381d1fde77ad8be9ae6080c2792ed1e014f2385bd8fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10139, '2023-06-05 10:06:42', 'SALE/POS2023/06/10149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3971662f8444d8578359726e3ce62527b7f5ecb5f154081aa3a620478416db2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10140, '2023-06-05 10:21:50', 'SALE/POS2023/06/10150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34de6d7cfc4016019871c140a2812de5f960f973ffc7eaff2aff140da2f35387', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10141, '2023-06-05 10:23:44', 'SALE/POS2023/06/10151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '152016a4ab89946198ca351a3cf11f36cb456d95cf63384d87bd61d0e9310585', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10142, '2023-06-05 10:35:00', 'SALE/POS2023/06/10152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06e77a6202a43a5b141bc9a81c1be6fa5c56a575de23aa977b9087530ce29ba2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10143, '2023-06-05 10:35:20', 'SALE/POS2023/06/10153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'accbd9179f5cbac88ce2129deba51900062f3fb1715ed680dcf706772695d10e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10144, '2023-06-05 10:42:38', 'SALE/POS2023/06/10154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '249487750fb38418ce088450985d341bd56f10a35458797ef51b2d41c7e10d41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10145, '2023-06-05 10:50:14', 'SALE/POS2023/06/10155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '38.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73ebd6dfd55467d22d865839a56b1144d0269832783db0f8e4fbb80134dc5e42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10146, '2023-06-05 11:04:43', 'SALE/POS2023/06/10156', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0749723a1a346c0d5d9d9dc59a48b4ca822d998b5504773c0f61a882cb34d7c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10147, '2023-06-05 11:06:52', 'SALE/POS2023/06/10157', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '876906ac26f02ce4cdb76c0fccc2c326dc16512f1a4308b0f5af7e71a4bbacd8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10148, '2023-06-05 11:15:14', 'SALE/POS2023/06/10158', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e43ddecd76f044782e4b05a37132f52450e5a469f1fcc0b636b4575204897854', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10149, '2023-06-05 11:30:04', 'SALE/POS2023/06/10159', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '283447a402d53fef116c425846871bc061cc93eaaf101f9983b4fa4a5f3499bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10150, '2023-06-05 11:51:36', 'SALE/POS2023/06/10160', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a0a918bcc242e893e30e3e49e217c338696bfb0adcb5f98dc40d2f61e520962', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10151, '2023-06-05 11:56:28', 'SALE/POS2023/06/10161', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2ea4c25ab48a76b49342d36ea3c20c2ab00efd14d95b29e2b3c0324b551b1e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10152, '2023-06-05 11:59:18', 'SALE/POS2023/06/10162', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e22fec6debb9570f7043ff41af85cbcdb256cb023ec3633e65385b56270f19ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10153, '2023-06-05 12:25:39', 'SALE/POS2023/06/10163', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecbc899f430dfbcfe4db84f4a116aeaf98ea000eea699f56dd9df2835dfd1214', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10154, '2023-06-05 12:26:51', 'SALE/POS2023/06/10164', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8e7ee0ba9f10694a48b6c8aac915346a57c28d1441d61406521e15ca606272d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10155, '2023-06-05 12:59:59', 'SALE/POS2023/06/10165', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d5108501ccac62abe37f28b356735c56f3e5ba4981ed7389828b03e84ca3aac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10156, '2023-06-05 13:43:00', 'SALE/POS2023/06/10166', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f2715dc1d5dc8f58a28c009d9f57724f40b436c602772b3f010896d1c858880', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10157, '2023-06-05 13:44:34', 'SALE/POS2023/06/10167', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9bcdc8e9d4300f052e483b20b7080fe5df1b6b57224121cc5e4b7871337ce82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10158, '2023-06-05 14:09:03', 'SALE/POS2023/06/10168', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '490d750b4d0d5bf711676b7948d52637935f94b316a00386ef5cefa4b7099e48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10159, '2023-06-05 14:38:48', 'SALE/POS2023/06/10169', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0faca9f590b0ada8776fa75583e3267559894036329740667d64c12046b9038', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10160, '2023-06-05 15:08:41', 'SALE/POS2023/06/10170', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe7b63082f59b0c3e628f9364692c333a137a65960e0031df5458b4101aed3e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10161, '2023-06-05 15:10:37', 'SALE/POS2023/06/10171', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ce62fc1bb6cfe8cd99e372c0649ea3fa1af47bc1c4170d538bffd770d9d2c83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10162, '2023-06-05 15:21:34', 'SALE/POS2023/06/10172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45109f5d52e1e11d3b335b74d29d133f7fe4d16306938fa06f6cf2295f099148', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10163, '2023-06-05 15:38:04', 'SALE/POS2023/06/10173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bed3d60f6c0f31b2be7f7b06bcfc9e86075e5ae5c766f068b2e25fb84258d2a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10164, '2023-06-05 16:14:29', 'SALE/POS2023/06/10174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8d000dbd0abec69d816f87ad841397b9c2f9ce2ab644065ba0f96cf582ab39c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10165, '2023-06-05 16:17:21', 'SALE/POS2023/06/10175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f844e6c32d4a1fad34c3156642b5da0c695939177ac3968dca25ab401dde077', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10166, '2023-06-05 16:21:04', 'SALE/POS2023/06/10176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec9e11df34f8db9f6fd5d12bfc6649a038b77a63103c611442351b90bc233729', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10167, '2023-06-05 16:55:52', 'SALE/POS2023/06/10177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c01c81de4cbdd8f5df562f71b7543f2e56be9cc8c53390d94fa8e288730b4208', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10168, '2023-06-05 16:59:25', 'SALE/POS2023/06/10178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9519bc9dfe677f72e24d0921e17a47e08c40f7c862a2d5ab875e81ed3d6253da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10169, '2023-06-05 17:01:15', 'SALE/POS2023/06/10179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9c5fda28eb15be87424be7b4388ba69f05994a8fe4f239345241c0ac2f8dfe4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10170, '2023-06-05 17:18:07', 'SALE/POS2023/06/10180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47ce5a7794f68fd8469a8a758ee6c3a887b51bcbd2a3182edcd9155c8455072f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10171, '2023-06-05 18:38:07', 'SALE/POS2023/06/10181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea5c4dbbee9e78f66c465e226e6a0b289ae9c7c05fa26af8ebd70ac26bdf1e52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10172, '2023-06-05 18:47:16', 'SALE/POS2023/06/10182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '334e5a4f161b37ac77e0b491ee8d9d18dbd24789ec4360d34ab5aca761e81d5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10173, '2023-06-05 19:39:29', 'SALE/POS2023/06/10183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db121c753696a97d7c34884dd8b1e78705ebabf928a5c055af2761256adc6664', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10174, '2023-06-05 19:56:32', 'SALE/POS2023/06/10184', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af55c17384a4e3c97f2e07876ed23a25b891d90d258181b92e4a408b6f236de3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10175, '2023-06-06 05:34:33', 'SALE/POS2023/06/10185', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f23e647c4e5068bde49ff9126e66ec070463dba10ce4b657b4a84e1d4ce62539', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10176, '2023-06-06 06:11:17', 'SALE/POS2023/06/10186', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '64.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c63ed36670d3fa433c09af0aa00721ef26224a53daec5f54f12a30e7a1fdf942', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10177, '2023-06-06 06:19:11', 'SALE/POS2023/06/10187', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f45dbdcd58d9b2dbf9cd9286b35fd847383c4f98b4abb2932e1536695eaf012b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10178, '2023-06-06 06:40:12', 'SALE/POS2023/06/10188', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c57d61979ad9c8312b6a82c9c6fd7403eeb4886c2ddfd25a41c5fc88e084427', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10179, '2023-06-06 06:40:55', 'SALE/POS2023/06/10189', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3522dad23ca47f90e50433f986b8505594a6bf350b0cc9e5c015734f375f713', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10180, '2023-06-06 06:48:13', 'SALE/POS2023/06/10190', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd24e6a46f66f46cce0afd6637608756106fcd7e1529ff8a8839a606add3d2429', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10181, '2023-06-06 07:17:13', 'SALE/POS2023/06/10191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de09a80190f3563c9f3393d2c78995b07297fc77ac9b2a97a07f994b13958e97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10182, '2023-06-06 07:18:30', 'SALE/POS2023/06/10192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b60485489a20c43cd4a3fe1f7512e40d50aea54f4dcd6327e248b751facbd3e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10183, '2023-06-06 07:19:12', 'SALE/POS2023/06/10193', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69b38232194fb7666150aed68a62406dad72c7ddf60413d7ff779d2e2957349c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10184, '2023-06-06 07:47:25', 'SALE/POS2023/06/10194', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec1e01838a7387bfe39436b261ff9443edae88985282959055ecf9676bcdcf1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10185, '2023-06-06 07:51:49', 'SALE/POS2023/06/10195', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b053d2facc824a5ab471a05887e4c8d40d24819a9c7aff810aafb514fd7ca0b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10186, '2023-06-06 07:52:34', 'SALE/POS2023/06/10196', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5126d6a757e5daee5f5440be23fe2d2f69c334f24876f01a548cb8a2c04a7d92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10187, '2023-06-06 08:26:55', 'SALE/POS2023/06/10197', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a4c7c2e536f9f873757267d25c69207bf85a2fe9563d8a4113505acd80261f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10188, '2023-06-06 08:42:11', 'SALE/POS2023/06/10198', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3fc3134bc2708509a5826342b922c36c022649040b0d4c63327772159a300e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10189, '2023-06-06 08:46:37', 'SALE/POS2023/06/10199', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a93318fff0bcb379f3827920b54aeba1aa11559391b7e84a706cc06956ddf725', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10190, '2023-06-06 10:57:44', 'SALE/POS2023/06/10200', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf0183d77578271f01a528572e206d3186cce89304392988f0a8e7d29f9bde67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10191, '2023-06-06 11:02:25', 'SALE/POS2023/06/10201', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9fdf996829cb2bbfb83f7f7c872c99a9299001e5cfe22b84e3ecf8597c5c581', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10192, '2023-06-06 11:06:40', 'SALE/POS2023/06/10202', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '597fdac1e43b6dfea8819460d9d54220910079eade564556a39e36970056c407', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10193, '2023-06-06 11:08:03', 'SALE/POS2023/06/10203', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '138d8270406719d4a4be8ba9944da922affd2b32db4de9715e823decfb449547', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10194, '2023-06-06 11:21:29', 'SALE/POS2023/06/10204', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74fe84d57f1395f3b7ba7b845f62a28a20c69e7bae227c0ee913ef79b195bd3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10195, '2023-06-06 11:34:05', 'SALE/POS2023/06/10205', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90ebd76a8e3d586b72af69e5644f03b41d36c86017f5daaeacea4739d7c921ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10196, '2023-06-06 11:34:41', 'SALE/POS2023/06/10206', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac83ca5498cc020b1d3d222c8b3afd4da687e68b2aefc54289e6f2d4e552f839', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10197, '2023-06-06 11:41:18', 'SALE/POS2023/06/10207', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce0f151750ead6c3860d5273048c6b8347d712644b72a250266abc559771a7c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10198, '2023-06-06 11:48:19', 'SALE/POS2023/06/10208', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a858e7b758796213ebcc24f71c6ed9b51ffae4c32c440d7425d41b56d66d886', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10199, '2023-06-06 11:49:47', 'SALE/POS2023/06/10209', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3223ac4ff0fbe41e48ba4fe2c537413079131ee688e903f106cf47c3ed6a5d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10200, '2023-06-06 12:30:54', 'SALE/POS2023/06/10210', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a698098621c08cd3c7639d6bfc16d19cea1d69527786553cdce0a93bb38c0256', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10201, '2023-06-06 12:44:33', 'SALE/POS2023/06/10211', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d17ab285d778474c146592bdad5a16c888ecdad72ac5e2dbf01ee7f3b389035', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10202, '2023-06-06 13:10:19', 'SALE/POS2023/06/10212', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22ac4809215e1a6dab7c806537ba37899e161c677ac4f49805b54f423d37f427', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10203, '2023-06-06 14:12:49', 'SALE/POS2023/06/10213', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0b138d55a55216b5924e891d353e73bb4c097be559a23466ea0f0ec9c215da2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10204, '2023-06-06 14:32:49', 'SALE/POS2023/06/10214', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57cb18e1b8dfdc07b1fac7743b82b7670d3338aad2121defdd5b8c7509d33193', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10205, '2023-06-06 14:42:08', 'SALE/POS2023/06/10215', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72dd8ca1680bf8f2be03fd8032532fdeca85c52b4988f9ddbb488134ef351f0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10206, '2023-06-06 14:51:48', 'SALE/POS2023/06/10216', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34479ba328cb033ac50c4ad83cd5352d309430e606275003988f8e92d1744cb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10207, '2023-06-06 14:57:41', 'SALE/POS2023/06/10217', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db0c444ad081485a6b6562e3b5bd004f3e0bf0aad45f69c74d4d4fdfabc6c508', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10208, '2023-06-06 15:11:46', 'SALE/POS2023/06/10218', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '445a6106cea5edaa8f9fd16b2d02cfcb7880d134e66ebefe1ad24defd68c1f4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10209, '2023-06-06 15:25:41', 'SALE/POS2023/06/10219', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '671ed700a2ed645f9f60902b2eaaed4c18f5889e4dda1cd453a28fa834892b97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10210, '2023-06-06 16:06:10', 'SALE/POS2023/06/10220', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36b18181872410bd48efae9bf4bbc7107d6e00240bf4d8d172810307f08eb78e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10211, '2023-06-06 16:08:00', 'SALE/POS2023/06/10221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, 8, '2023-06-07 08:25:12', 2, 1, '15.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80f3c35f4ef3143b49fe8c77b514637c8a6132fbf9a622d65b340f1c7038e1e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10212, '2023-06-06 16:14:44', 'SALE/POS2023/06/10222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6e2e5aee7dc027e2b829c0ea2a23d1117a83d7247e1f2a9f94d8970f9d1f920', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10213, '2023-06-06 16:17:38', 'SALE/POS2023/06/10223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8afa54b59cf9218bbff419cbb86d00207869d8256aaf386bb98ec88f8d4493cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10214, '2023-06-06 16:19:37', 'SALE/POS2023/06/10224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61460ff789f4884be163e00affb20c2cad71738c3b904286e9f0da8bf6f97a86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10215, '2023-06-06 17:02:36', 'SALE/POS2023/06/10225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1e3530664193b8c50597ed1d693921249a569e99c6ca21a3463198dd1c327d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10216, '2023-06-06 17:05:20', 'SALE/POS2023/06/10226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0c63425f36bb537c8e0b5fefd9a73201f26d42edd24db988e39f76824d912c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10217, '2023-06-06 17:06:50', 'SALE/POS2023/06/10227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c412ab9bd2ccedb06e94ac94899364e93ce29cc93516238e02bdbe676cf6ad4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10218, '2023-06-06 17:33:39', 'SALE/POS2023/06/10228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10b8a1ab74ae5e4cb89b29a0daa2e479b892c5401b845706d772073ad23a048f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10219, '2023-06-06 17:35:47', 'SALE/POS2023/06/10229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04edd5e945a2198ef0c12085d3248522d3bd954e7c364d4a46e2d293b454ba02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10220, '2023-06-06 17:38:34', 'SALE/POS2023/06/10230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41aa069d8d8fca5522e590b11f6ef80311b430b9cb4f96da1d39f8b68d57b03b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10221, '2023-06-06 18:01:19', 'SALE/POS2023/06/10231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9685ba6a293876424723d7203e36058bd6c6fa9dbe7d6b0ce4a50e7f5f7eaf08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10222, '2023-06-06 18:19:35', 'SALE/POS2023/06/10232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0350c1871d23995c41680f7b9504a249c261eac4560e96bd6c7396485a536845', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10223, '2023-06-06 18:42:05', 'SALE/POS2023/06/10233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de99379cdca0f845f3fc39c10ea026f80983304d77a43ad5eeb05775d0b3bcd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10224, '2023-06-06 18:45:55', 'SALE/POS2023/06/10234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09e4bff4bf6fe2ffbfb2efaf329aa65ce537ac1e486f78ed73532646caf67efd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10225, '2023-06-06 18:49:11', 'SALE/POS2023/06/10235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a91529d87fea4288c9cfd692c672144903ce63e064cc2b30edc2cf646914a73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10226, '2023-06-06 19:14:54', 'SALE/POS2023/06/10236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'affdd4f42ae4cecbb5fd3532d0102653ef44eaa8428eece7e750c19b0d6e76df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10227, '2023-06-06 19:20:37', 'SALE/POS2023/06/10237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0afca64385ccf6a34ac18582b1c3f382f778a2d99c1493d3b24a1d811053270', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10228, '2023-06-06 19:47:12', 'SALE/POS2023/06/10238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '005f8442ffd71178c79eb040b479fb05682d5bb644aae4569a06385f2bc3b5d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10229, '2023-06-06 19:59:56', 'SALE/POS2023/06/10239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bed82f6128d7eaffb29fcf7915130c999663180d8618cf01b89a92a6f84dc879', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10230, '2023-06-06 20:00:57', 'SALE/POS2023/06/10240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27ef38eca567a4681e0f86581c30fa38ce96fc5f3af6f1e54a9e776a14c57ef6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10231, '2023-06-07 06:08:06', 'SALE/POS2023/06/10241', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '752eb14c4e251c3fccdcf85982b9fb4cb0c730a2281a91e89096c772ee926c67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10232, '2023-06-07 06:10:39', 'SALE/POS2023/06/10242', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '295.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '295.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '295.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6250680f867068a6f11dc8968e450527cfd26b54c203b73fc4070040204290c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10233, '2023-06-07 06:12:01', 'SALE/POS2023/06/10243', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4775260f3c141b90f43a2217dd69c79c07ef78b9c01046fa7aa980271ce45e72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10234, '2023-06-07 06:12:25', 'SALE/POS2023/06/10244', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f7fc92e588bd99935092920d49afceb8f51ef6e4598ebb806d17732406d9ab1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10235, '2023-06-07 06:12:47', 'SALE/POS2023/06/10245', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e4a93064e46f0df4f48969f6e754b489f50cc79da8be556ae4511d624d055dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10236, '2023-06-07 06:13:57', 'SALE/POS2023/06/10246', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73e6e8ebf621bff1e1281f9b21e1dce5d846afb28ea8e078db6cd463b6252ce7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10237, '2023-06-07 06:14:45', 'SALE/POS2023/06/10247', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd76c092c2e53da819baa102c093f8dc3de2d2c0d43841f05e75f6dc4545049a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10238, '2023-06-07 06:16:03', 'SALE/POS2023/06/10248', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '801fd6d1f7091142cc342fde61f380e26ccfe33bec5109efee1680e6f4fda298', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10239, '2023-06-07 06:17:14', 'SALE/POS2023/06/10249', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7388e417705961ab3bf57fbd7b07496e8fb6f3c06b8148a9ee0db10f34ff6aa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10240, '2023-06-07 06:26:05', 'SALE/POS2023/06/10250', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa250b3a526751f9fc4061b0aa5a3a3fd456e2faf8d61e30f14012498e5db483', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10241, '2023-06-07 07:37:57', 'SALE/POS2023/06/10251', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90f8ac434a37ffec0f409ad70f9e7f6e4efb58bb50fa417ed532a7ee20849c39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10242, '2023-06-07 08:06:33', 'SALE/POS2023/06/10252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54104ce40b5b5fad86985be4af25989878eedef651fe8144c4f02ebdc40aa7de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10243, '2023-06-07 08:09:02', 'SALE/POS2023/06/10253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '201e0a784a538f23fc8660ac54d1ec93b0c0b8e84fdc1586359cc89c82856dfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10244, '2023-06-07 08:20:30', 'SALE/POS2023/06/10254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '318952f7dfe8c35039266d81d57e842a1f7b938a813e86a8da8db0e56d74fc7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10245, '2023-06-07 08:37:19', 'SALE/POS2023/06/10255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47bae6075d583a3a1b9f9de49b312a7a1712ab687834ffb587517baa049e34ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10246, '2023-06-07 08:38:03', 'SALE/POS2023/06/10256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b22caf6c27cba24c7da566dd91318e9bf65df8c345fd3fd2b6a135778a97e74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10247, '2023-06-07 09:12:32', 'SALE/POS2023/06/10257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43a2a5a64bc82fa7997c1fc2ce7da4e762cc12025833dc259ba1bf6dcb39add5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10248, '2023-06-07 09:14:25', 'SALE/POS2023/06/10258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b330771ce74f51a178443fdaa74f01e3c0bd0213bd9a74627ceac72774c86ec5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10249, '2023-06-07 09:14:50', 'SALE/POS2023/06/10259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47387831c8cd39d67c828646cd82092025d32ba8308dd85d615ec261ee889c62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10250, '2023-06-07 10:39:25', 'SALE/POS2023/06/10260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11d77ac7a7352928a927894cbcf220c9fbab6503d2eed2a9e2f96304b0a2b7d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10251, '2023-06-07 11:41:47', 'SALE/POS2023/06/10261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '091bbe4be4fd6dbb6164fe4d49dcdbf487d967b3b3b93d638d903055f287cf2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10252, '2023-06-07 12:21:11', 'SALE/POS2023/06/10262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bda0b5e1026f358570c32da9115215aaf4c40b834c772dfca54d5038e5d6ffbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10253, '2023-06-07 14:23:23', 'SALE/POS2023/06/10263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6d498f76fab52b0c00fbc155219e816cc05a63bc1722749b13538943a919cba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10254, '2023-06-07 15:59:27', 'SALE/POS2023/06/10264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22c2718eeb325e73926f1c5e5ad97531e234c1a686fd9a3f9c8e0a43227421f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10255, '2023-06-07 16:07:29', 'SALE/POS2023/06/10265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ae6a6764fb3c0f74b1f4a7a81843247de157a6d8eb5cdbb942c218188259031', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10256, '2023-06-07 16:25:00', 'SALE/POS2023/06/10266', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e605e2cadcc9b230aae12028e5659bfd6e3c219b0217d9528937f5dba96d33d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10257, '2023-06-07 16:37:38', 'SALE/POS2023/06/10267', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73792a08bfa1708ec6945adfcb2c8eb85f07935d69df5b2ae65ab4205a87e8a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10258, '2023-06-07 16:40:05', 'SALE/POS2023/06/10268', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ae267a02b052b9082a968b5c12be8617b6c5c23a3d707ed1ccc1a719e699f0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10259, '2023-06-07 16:41:24', 'SALE/POS2023/06/10269', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be204d139f1c40a494412d6ba08348f5c6df20b0098ec9648fba9a7988fb1dc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10260, '2023-06-07 16:44:11', 'SALE/POS2023/06/10270', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f23fdd61464c16e82ebba1671b00814094531df303141debb31593bf865926ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10261, '2023-06-07 16:47:05', 'SALE/POS2023/06/10271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da1a0bdd8a4907f0888f9407c4f8f835fd80ec4ca66b8b93e4753c6343657a46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10262, '2023-06-07 16:48:45', 'SALE/POS2023/06/10272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62b698432c437d562fd2ec8ce91fdcf5226591752ffc6d4fa6cd293444278513', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10263, '2023-06-07 16:49:12', 'SALE/POS2023/06/10273', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c578f7000664ff283df6be8158e8818330db437266837c1942fbb5b3f21a6df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10264, '2023-06-07 17:10:45', 'SALE/POS2023/06/10274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86980167dda5b4fc25f4a2400206bba9e2bd60f13afb5e9071881bdb2bcaab32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10265, '2023-06-07 17:12:19', 'SALE/POS2023/06/10275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd69e40756c7c6b7665abdef22da3992e0207922632cee42dd900fd7e1ecfe32e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10266, '2023-06-07 17:36:19', 'SALE/POS2023/06/10276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b892187ca888cfa6d4be181016dd2975d120427a3d3d604a7ad869baba947b93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10267, '2023-06-07 17:37:06', 'SALE/POS2023/06/10277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31672e565385997590b2fd05cef2bac774abb44f749682ef7e5e7495a4b051e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10268, '2023-06-07 17:40:22', 'SALE/POS2023/06/10278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6a52fda7461a2d893a33e3812df097eca0495c166b9503bca71891bcc5428bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10269, '2023-06-07 18:15:15', 'SALE/POS2023/06/10279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20ea85608bb452a3f19ce115b3fd961ef54b26facaa5f363b295de85897be604', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10270, '2023-06-07 18:42:22', 'SALE/POS2023/06/10280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce84da4ae062615d0f91b17667e1a3992d7a815f685a505ba53c9568a26efd21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10271, '2023-06-07 18:49:28', 'SALE/POS2023/06/10281', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3364f685c881de966ae4bdcbf8e4e27126b8fc2739e57ca8fbee14d7c72295c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10272, '2023-06-07 18:55:26', 'SALE/POS2023/06/10282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdd9280a16279e13de57f6654ce603d1b60d1ceeb2743f483aec645871b92bf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10273, '2023-06-07 18:58:58', 'SALE/POS2023/06/10283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a6ab6da9186e3004f08efde1a990f57d8ee3459c03d2c294b901ade466c8807', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10274, '2023-06-07 19:09:27', 'SALE/POS2023/06/10284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '739a8956a5ae6dccfb0d058f08a0cd6770c0a57b68a4cda97828e61c8a196fc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10275, '2023-06-07 19:22:06', 'SALE/POS2023/06/10285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e012908e23d186b92c030594a8382a7d7eccafb2f8f8a08fa72e8ea5f61ea39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10276, '2023-06-07 19:57:13', 'SALE/POS2023/06/10286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a404e7745cb342ca3e00dfd854e52b93d56e64c8322b74c3fe052d40a7c09d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10277, '2023-06-07 20:03:04', 'SALE/POS2023/06/10287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42955e70c43e1f7b335679d4c60613b3b8cd5dff29c510637b3ebb656c3c7402', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10278, '2023-06-08 05:49:07', 'SALE/POS2023/06/10288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61642a51e3e248c1d40910f821f47b96e829f4e02c9dc85db724a0e07c4079ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10279, '2023-06-08 05:54:17', 'SALE/POS2023/06/10289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '410b8151005677fb900d4311834a29d32174372382660431f57c34312b52af86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10280, '2023-06-08 06:44:20', 'SALE/POS2023/06/10290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3819fdb810a730fbe575de71e3a1d758392455ec01bf83bdfde19f78d791a82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10281, '2023-06-08 06:44:56', 'SALE/POS2023/06/10291', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7041877c017763f385209b5ffbcbc72b2a149c8437025aa966673bdccf5c838b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10282, '2023-06-08 06:46:11', 'SALE/POS2023/06/10292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c2483188035e1704e6a828115e46d8dcec2b248dd8df99930169fc2b565dedf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10283, '2023-06-08 06:53:10', 'SALE/POS2023/06/10293', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '567089d8ec0487353ceddf6c222007c50d49c11e083af131272b0204143741ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10284, '2023-06-08 07:17:58', 'SALE/POS2023/06/10294', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'caaa64369ca30b4e43fbdae9209dae417d3c0a062fc71f7a58c1b370f5a116aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10285, '2023-06-08 07:20:16', 'SALE/POS2023/06/10295', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5770a6d78af013c776269fb73d7fc0373da36c2211d7e5a3b8d49e5b2b74b7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10286, '2023-06-08 07:30:57', 'SALE/POS2023/06/10296', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4752d6d1ad6b22253cc00084e3d86cc84d38a472f22631853ae0e3b780d51faa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10287, '2023-06-08 07:44:01', 'SALE/POS2023/06/10297', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '832b9cb93b1aca1094114da980956e5f35dc55f5a0851f6595cee59db6da954d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10288, '2023-06-08 08:14:54', 'SALE/POS2023/06/10298', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d167ec88117fdff745b0eca7a83fe1f2a1f460b7e8b9f19e85b35ac7f6c091e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10289, '2023-06-08 08:22:18', 'SALE/POS2023/06/10299', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ac012c1e2f6e3e4dae18013bd3d786ec6d2af59424d7898083146a174e98290', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10290, '2023-06-08 09:06:54', 'SALE/POS2023/06/10300', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8d4d0e15454568822b39cb11a19c9e8aee395eb8b93c03b0e88a974357d5f1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10291, '2023-06-08 09:14:00', 'SALE/POS2023/06/10301', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4ad44b595dce32f91391a5d0e5c887e9ff884cf63b499b39ed911e527868ad8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10292, '2023-06-08 09:20:53', 'SALE/POS2023/06/10302', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7bba8381356793363de4db7d0f9e5aeb1833220f005934f40205a37ee182820', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10293, '2023-06-08 09:31:57', 'SALE/POS2023/06/10303', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac1c664f508b40fe82d0bf5f32a0c5b3d1dff2b377addb14971f97dc6086c79a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10294, '2023-06-08 09:48:30', 'SALE/POS2023/06/10304', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec8e4bccf5be4505f6954f3b456d81348c93f725d1accd1e80aad904b1d1b27d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10295, '2023-06-08 10:01:52', 'SALE/POS2023/06/10305', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8eb1b4c01ec19e32f0c74a3890e14f4fab2150818b6bb2a71ddca9aee0f25c67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10296, '2023-06-08 10:04:22', 'SALE/POS2023/06/10306', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4a9a5579d4e5aaa970fa7b5abc0fa72d04d7d80f4bfc1e427276237fb1c5443', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10297, '2023-06-08 10:17:14', 'SALE/POS2023/06/10307', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '460615c5f45c177c4af68358a4532a1945e90680621f552641e54e1f5f241645', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10298, '2023-06-08 10:24:38', 'SALE/POS2023/06/10308', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1122b4df20cfac561ff77fd07fd0ea8719b8a15474741271d2a25118bf944c13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10299, '2023-06-08 10:26:28', 'SALE/POS2023/06/10309', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed748a4ecf0926923a359dd49ae3ab1ecc747429943bf041318ea46666f63efa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10300, '2023-06-08 10:27:50', 'SALE/POS2023/06/10310', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c6c8785302c4814ed83646871b4d050a4c524cad42129425b3259f2faaa7956', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10301, '2023-06-08 10:39:50', 'SALE/POS2023/06/10311', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38ec1b150d516d9675eeb0a5e6495e28308b6c5be99f6de6690a756f6dcd9e63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10302, '2023-06-08 10:54:38', 'SALE/POS2023/06/10312', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd796220c1ad7b4a0da9ad600e598fbe9af9492ce4adfbd29b94789c17dbd5be6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10303, '2023-06-08 10:57:50', 'SALE/POS2023/06/10313', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e87e12898f80b20f66c78ca0d42f3b755f35f7ca4a9db7fcfac0798f6eabc80f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10304, '2023-06-08 11:11:44', 'SALE/POS2023/06/10314', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4b0a77663d8c18872bc9ffd8d1351029839dee0abfb2325f450e942cfdda62a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10305, '2023-06-08 11:19:15', 'SALE/POS2023/06/10315', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d97aef814615f68f9fbfbe635be78220fe15051864702bd8b7c7b3ddad50fd8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10306, '2023-06-08 11:36:57', 'SALE/POS2023/06/10316', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1168b75019c0ac2fd13db5ba7c6373c136aa3e0437b347c0f5fa89eba834bc7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10307, '2023-06-08 12:19:21', 'SALE/POS2023/06/10317', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f36cc08ad77528b901476beade6466eef957fa826cc611a09684525e0417e739', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10308, '2023-06-08 12:22:28', 'SALE/POS2023/06/10318', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '094bbc3f7cb1ea98bd0b4d40d702a5117fd63c8c3f5e08c912d1fb543e41470f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10309, '2023-06-08 12:35:03', 'SALE/POS2023/06/10319', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '47.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0900cdace57dddbe85978d417894297f422a076b016dfdf3cc881fc534602b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10310, '2023-06-08 12:44:05', 'SALE/POS2023/06/10320', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbcad99783262dd4be5b5abf0442e46a941eb565fc66a953c08e6728a396b190', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10311, '2023-06-08 12:46:19', 'SALE/POS2023/06/10321', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03ac9a26a86aa1bb502fb966277d15c63d1cafe59f3f46d004ad60d7d2a842a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10312, '2023-06-08 12:51:28', 'SALE/POS2023/06/10322', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54911ec6938df832ab99d644122e8daae1c98f664ff3bee12f75fc5794763634', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10313, '2023-06-08 13:05:57', 'SALE/POS2023/06/10323', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3370b5e714869bfae544070ac1686c9e21cdb8c64c4b3e5dbfb3309528cf8f48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10314, '2023-06-08 13:26:16', 'SALE/POS2023/06/10324', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb57073584b452dfc6e55e2a50fb0c8fcf075938297a938b660bfe8f030fe2d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10315, '2023-06-08 14:12:51', 'SALE/POS2023/06/10325', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fea91baa3db0847cd0200bc3dafb8168887820577172f80fe4fe6ee942cd75a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10316, '2023-06-08 14:34:05', 'SALE/POS2023/06/10326', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88cd6e92a2e6ff1cfcc10119b614773fc0087e160e08c297a5126255a92ddcf1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10317, '2023-06-08 14:51:40', 'SALE/POS2023/06/10327', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a6757e59b47de59f15e80534752fd86e59d4a5741a7e5ec24e0f0808354bb43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10318, '2023-06-08 14:52:58', 'SALE/POS2023/06/10328', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8719cfbd98025fb1f0e285acf21afc013e715641bdb556fee7d371284d63b624', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10319, '2023-06-08 14:53:57', 'SALE/POS2023/06/10329', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a73a400b3db65076412d4d30e11232482f043918cc9f35d30674712493223e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10320, '2023-06-08 15:07:38', 'SALE/POS2023/06/10330', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eccdf44edb4a3c7724fd6f98f274a3fde1d7c9f1a7774f341d752a443ce797d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10321, '2023-06-08 15:34:35', 'SALE/POS2023/06/10331', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9131f4c2b8c54887f55f805381b2f2bab1b75fd0a48ce7319f59ecb9f2c2918b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10322, '2023-06-08 15:57:53', 'SALE/POS2023/06/10332', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.4900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.4900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1.4900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd807d7c67dca9103cb6d1e3f2e2e04cc6dba64a10f7dca482a1d52f89b2b41a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10323, '2023-06-08 17:32:05', 'SALE/POS2023/06/10333', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e67916b540b9037fea86e0757ee0d67e40c040d8549b6ec4e669f256c5abd6d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10324, '2023-06-08 17:34:43', 'SALE/POS2023/06/10334', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02279d612edea00316f31bc018d5ccedd503b5dec9f03fd43f0863b6e62c0287', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10325, '2023-06-08 17:53:24', 'SALE/POS2023/06/10335', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78b63bcaf665dbce83c5b699cdc30965e07e1e8f43c14c7adc2b976f9b4eb576', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10326, '2023-06-08 17:54:05', 'SALE/POS2023/06/10336', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd254257b92b42f9ce080d63669d731cabf980b226f2064365199ca1d5a95f17e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10327, '2023-06-08 18:01:15', 'SALE/POS2023/06/10337', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '851d5c9d8b441d871bdbb71d35516b9b37c2318f5433edc92d0dba4fff0c88c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10328, '2023-06-08 18:08:34', 'SALE/POS2023/06/10338', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecf189df8138bc5b9bfc1901edf8541ebf280fa28e760a76f99cc03dcdfc2a77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10329, '2023-06-08 18:17:57', 'SALE/POS2023/06/10339', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2f29e00c85cfb0d4908b3572e57f9e6efa648b88a9a6f9ae6877106374d308a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10330, '2023-06-08 18:22:13', 'SALE/POS2023/06/10340', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9784ff9d496e4bf3d75a6c889e7b48497ece36e21ace8d141d3364930d0d45b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10331, '2023-06-08 18:26:07', 'SALE/POS2023/06/10341', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da0b6d01a57f10531ab60f1a082d31594dd9bf99cb10346f9bbcb0c74fa04548', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10332, '2023-06-08 18:29:54', 'SALE/POS2023/06/10342', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '946e31e3b3cba3f51811c16a75a101862c27c2a6c5ade1606dd0a104999a85b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10333, '2023-06-08 18:51:25', 'SALE/POS2023/06/10343', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9e6aad271300a37c93bd0e9301b6ab43d7875b48a4910b91ca416fe06391e05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10334, '2023-06-08 18:52:56', 'SALE/POS2023/06/10344', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '171e8e6d2ff2983ecd65d621988dfae4647bab10cfbf4511e827e796170d36d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10335, '2023-06-08 19:11:49', 'SALE/POS2023/06/10345', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe080ace334a324d5f1254d1a959b3a9f620dac1f15a3c5863f8f8cf8da28179', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10336, '2023-06-08 19:16:08', 'SALE/POS2023/06/10346', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5e23f6daa1958e5880f69a97d6db62dfdfbadaa66ce6105973d1ed6bed937ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10337, '2023-06-08 19:38:23', 'SALE/POS2023/06/10347', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b296e4454e93dea6ecca00b0d09730e551c88339922db41e752ce3ff681b380', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10338, '2023-06-08 19:43:20', 'SALE/POS2023/06/10348', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0278d6e1708a8f2fdbb132c86ca7d396abd680c0a23f7e5d38f37a79535b1f94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10339, '2023-06-08 19:44:18', 'SALE/POS2023/06/10349', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '650e57519013ec72950d48a4af74b2e1a46bd72048c6b0e606efd05f725c0563', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10340, '2023-06-08 19:51:48', 'SALE/POS2023/06/10350', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cb5fdb617555e6cd133defe0d0020924fad8a6deed6733d8fd400aa320d3793', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10341, '2023-06-08 20:00:54', 'SALE/POS2023/06/10351', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c049f36ab9a72980c91333c9e4f29ad893d647b4ad59668eaba5116dea32ab0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10342, '2023-06-08 20:03:23', 'SALE/POS2023/06/10352', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '286d4197a94e473a19f1fa4560e5210a7f708c6e9a102a77c461dff94fa60957', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10343, '2023-06-08 20:05:06', 'SALE/POS2023/06/10353', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5ee7c04433cbc0039140ecbbf7b7775e774cc59b40356d06b814a8212a141d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10344, '2023-06-09 05:29:32', 'SALE/POS2023/06/10354', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42615dd1dc82b8ebcaa18aa74de0ef60c6cb78adc137538ebae6b96304e3e79a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10345, '2023-06-09 06:33:10', 'SALE/POS2023/06/10355', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba36895c02d3c635b25f0d3f781039f9c396e0490bdf6a3ebf6050747d5e8f08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10346, '2023-06-09 06:34:01', 'SALE/POS2023/06/10356', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40d18d1b956058859a59a3a062c5ed12728953a104b153df61472cc7e603a3f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10347, '2023-06-09 06:36:33', 'SALE/POS2023/06/10357', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be4d110ba82f59de9a0713db94d47f7187495fd4251aecd6b8c4460a1ba599f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10348, '2023-06-09 06:37:29', 'SALE/POS2023/06/10358', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '69.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cdf51b8564f7889af1820b668a5116f9513e6136d010b2cfdad031226d0897b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10349, '2023-06-09 06:48:08', 'SALE/POS2023/06/10359', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a62e85f642d0fae930b71fe27385ec3fc3854447f4a6a1fc7ced5e1aaebb92b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10350, '2023-06-09 06:50:45', 'SALE/POS2023/06/10360', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22511f9e00d3fa2b2ed0539f61a08b07bbff5cf583b8a0ce256d4279e54d4312', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10351, '2023-06-09 06:55:19', 'SALE/POS2023/06/10361', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '170.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '170.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '170.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ac6fd128686d5705455324daee657a51bc55389a697866de76f19eac3e6bfe4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10352, '2023-06-09 07:13:43', 'SALE/POS2023/06/10362', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9691f81c53b2edde6ac71adb06b7c6341a4bd3d32ac40a51bf35b907faa7db93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10353, '2023-06-09 07:17:51', 'SALE/POS2023/06/10363', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bc5409f4c349e24bb8ff46ed8041f27432ff5727e3560e76b6041e91e3a687b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10354, '2023-06-09 07:43:56', 'SALE/POS2023/06/10364', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ab8ad4aad91de165eac9fb9977d35e0d4ec9d9a515a911d3152921ec6d03f5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10355, '2023-06-09 07:55:33', 'SALE/POS2023/06/10365', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '82.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '82.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '82.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14c28647f5236ee0e46dd4cd5107dd43999b26407d2f6b9e68eb4a577805ffe5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10356, '2023-06-09 08:23:26', 'SALE/POS2023/06/10366', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50f883eda5dca6ae1bc30487daeae2aeac8db0507d210c29b4ec2a9733274285', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10357, '2023-06-09 08:33:56', 'SALE/POS2023/06/10367', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b11ee9dcacc285372786c676c9184c20e90228ba3753140126f45d12d148914', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10358, '2023-06-09 08:36:24', 'SALE/POS2023/06/10368', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1cb9367de74548ad2c8cf500470ec7e907f4a12fc8c697b5d616611b5ebfe01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10359, '2023-06-09 09:12:48', 'SALE/POS2023/06/10369', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c4f584050e3b256121956e43e533cc5e25ee8abe43652e2030f10b1d0a48228', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10360, '2023-06-09 09:17:59', 'SALE/POS2023/06/10370', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9667709f1753871ba58b395d4cb6ba414842688e4e24c064f14b159c0b06c26b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10361, '2023-06-09 09:28:40', 'SALE/POS2023/06/10371', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f1ae148c6327cc1ea94a5ae667483ead7687c7008e8bdcb63073badc872a28e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10362, '2023-06-09 09:28:53', 'SALE/POS2023/06/10372', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6639ae55048b0a4d0245ea2e7065105c203f9c175b3cf614558310a1f7eadd76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10363, '2023-06-09 09:42:20', 'SALE/POS2023/06/10373', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '216fba9c36705948a6ce96231b289fbb5b98c9b6e57fffae99e221860b9949be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10364, '2023-06-09 09:46:35', 'SALE/POS2023/06/10374', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc0fdc406622fee7469079bc91e2a6a5fe4649384e715b38e27ec070fb7146ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10365, '2023-06-09 10:21:28', 'SALE/POS2023/06/10375', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f141783c5bbaa9694d9aebb71f7e0f0443b25024e51356da5c7734a0b681f1e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10366, '2023-06-09 10:25:24', 'SALE/POS2023/06/10376', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15e264e06c8558de055ee91b741143b89fa7f595ba1e0b1a110edf993f0cdae8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10367, '2023-06-09 10:32:30', 'SALE/POS2023/06/10377', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '41ce34bc05fc6e5ec7ec2ef7253d4db96ded5a71c25f8373962847e98d3a9dbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10368, '2023-06-09 10:38:42', 'SALE/POS2023/06/10378', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd43a7ca67950a0b6c94946777950b6fb10d4f0cc0fe075e1acd375876e239038', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10369, '2023-06-09 11:01:25', 'SALE/POS2023/06/10379', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '126.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '126.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '126.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7dd4d864fa62b26c1c4ff8e36f1324a6fa2f84a237964df930611b6cf83588dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10370, '2023-06-09 11:20:28', 'SALE/POS2023/06/10380', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93c11dd45912676d35cb5d0b363ab65b15f0e28ec8107f2bc8e6a43338919401', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10371, '2023-06-09 11:38:34', 'SALE/POS2023/06/10381', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa0b38d6a36448dcaaee73e718287799f8c8af8cf72c211c6b8b80ade42acce9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10372, '2023-06-09 11:39:15', 'SALE/POS2023/06/10382', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb0a2bc73511c2bb93022f7ca6a729504ca5ae31ab5ca09f5fd877e2da722961', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10373, '2023-06-09 11:40:58', 'SALE/POS2023/06/10383', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01c6f772d1b18fe35581eee726b24e791d3251f845ec4b424229a33a878fa7de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10374, '2023-06-09 11:43:03', 'SALE/POS2023/06/10384', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05abced2d63b12f0d74339db89188a047f61f046fb5fdf8b1ad27eabebc3af85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10375, '2023-06-09 12:10:03', 'SALE/POS2023/06/10385', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86885cd4d57b824ee949e3a240b7ea268172f5f9bc641f107c3cb77aff699f4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10376, '2023-06-09 12:29:57', 'SALE/POS2023/06/10386', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52ba0c017bb3821367d113efdb748b6c6f14a4de5eccec286a32f6eb05a3aa8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10377, '2023-06-09 12:35:13', 'SALE/POS2023/06/10387', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58955c6bc642f32d828ace7a07b0bda108b25dad4a6b6f409b4984e44f1b08cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10378, '2023-06-09 12:46:28', 'SALE/POS2023/06/10388', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b427d049e7981a0c6a8ebcf43ab5da5be0b121c9c7089899901227edce1c44c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10379, '2023-06-09 12:58:09', 'SALE/POS2023/06/10389', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57ad47228352c3d156debc888726f6ed00de8cfa087d10b6487e421ef4cbec15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10380, '2023-06-09 13:25:43', 'SALE/POS2023/06/10390', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e00a134ba1b5624c3a962687d9577cabd4e5327d797c54fac74d5c882c4786b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10381, '2023-06-09 13:56:14', 'SALE/POS2023/06/10391', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '943d049db4922bbfeedec791640a7a36ffa2681ca65bfbb91f875b2443e7c30a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10382, '2023-06-09 14:31:33', 'SALE/POS2023/06/10392', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f45f660e61c2feb096f86c13580a6647f8c793d268904cbf83aa066b15331bd5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10383, '2023-06-09 14:35:44', 'SALE/POS2023/06/10393', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '113616d868274878e53785c0c876315e03497bd9bc4ea3c7d8c7240dd070d173', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10384, '2023-06-09 14:43:05', 'SALE/POS2023/06/10394', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2795fd434a234e83c6ab8d7a804cd9cd096b7e4f984110662d373d5e7f230d40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10385, '2023-06-09 15:00:46', 'SALE/POS2023/06/10395', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f29199b3d2695457acdf7705b7125af6021b44169b22d38ed0d717f47f48096', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10386, '2023-06-09 15:30:08', 'SALE/POS2023/06/10396', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d7e2d3eed48043ce9b0ab0b8d17f26549a24b7cc72e721153094f9d87ed6f93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10387, '2023-06-09 15:30:25', 'SALE/POS2023/06/10397', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a02146a90a31d8195fc342eb2d1b81d1c1f56f11ba4ae6600181a79056007759', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10388, '2023-06-09 15:42:05', 'SALE/POS2023/06/10398', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f34befd349854dd35a8366b62d0fac4d0396e23ca4d646fb3b6bdce805f2a00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10389, '2023-06-09 15:56:37', 'SALE/POS2023/06/10399', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14d470121decf83b04592cd940fffb58339881d25cadafbd0d1a0caf7bc11f09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10390, '2023-06-09 16:00:43', 'SALE/POS2023/06/10400', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9218e2111ed1784233fe9f643a0a852a377242bd2cfaa31f363525475c062f45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10391, '2023-06-09 16:01:22', 'SALE/POS2023/06/10401', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23d11fc1a21cf9ccb73db7f4b68d96f82e09a1c0f6febbf1a5126ebd1be6df25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10392, '2023-06-09 16:06:28', 'SALE/POS2023/06/10402', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '751704330adf6d28a5d56f744c503b78d3acd056176a82823e37a09925fb5c77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10393, '2023-06-09 16:46:19', 'SALE/POS2023/06/10403', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c61aceec633cf77b66dd81ec8f4983f3c0d1a49a2ebd4ef7eba57da4d9532570', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10394, '2023-06-09 16:52:57', 'SALE/POS2023/06/10404', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '427d4cacd087a05f4863d8bddc823369061471a7fcf5df701ea8a1aa2bf5e91c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10395, '2023-06-09 16:55:08', 'SALE/POS2023/06/10405', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60ff39c9006d62010744d0c9147048104e89302b32e37552fc7796181d6e93c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10396, '2023-06-09 17:38:35', 'SALE/POS2023/06/10406', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44e2705eadf90902cc0c42dbd8b731f4d6f710ec48070136a154e44176d7b202', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10397, '2023-06-09 17:49:54', 'SALE/POS2023/06/10407', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97208a7d9cb23eb84c201684d83788bf4ca8bdc2813753ee2e590a9eb340b7c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10398, '2023-06-09 17:52:32', 'SALE/POS2023/06/10408', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8362ecccf3c7120d7080c97748e7187787aaeb79fdd27b74886b8002f78e9680', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10399, '2023-06-09 17:54:34', 'SALE/POS2023/06/10409', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31506891b242f1b27b45f636da03898d42295546e9f9da8ff281ed1c591d744b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10400, '2023-06-09 18:21:14', 'SALE/POS2023/06/10410', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '426954c9c5aca9b741bf72e2ebb54336c04411bfc4b247b8149663d63a77a55a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10401, '2023-06-09 18:28:04', 'SALE/POS2023/06/10411', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '876f19e311f2f08e20c85a93f07b5169066daa92f86e9d346ebbe3d60a2039a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10402, '2023-06-09 18:35:36', 'SALE/POS2023/06/10412', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '45f0db6210143a8ddf9d2688b722facaddafb2feff9915fc994e1e1ab12a5adb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10403, '2023-06-09 18:36:03', 'SALE/POS2023/06/10413', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '183bb3a0e5453e25247d984e9d29ec6ab7083b7396c855144c662dcbac156f3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10404, '2023-06-09 18:36:26', 'SALE/POS2023/06/10414', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3174ff0a94c6a043fde531440fb2bfb934a7074089ad9d4b483cdb5df2862b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10405, '2023-06-09 19:02:05', 'SALE/POS2023/06/10415', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69b335bb6ceb4b117c6ed91e30f1732ee0bc1863785a0c0c3ebe9d7c4556f7df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10406, '2023-06-09 19:30:22', 'SALE/POS2023/06/10416', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '492361705b5f33850306c87184795abbb2d1bf5e40f2ec5b435774d210e16d47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10407, '2023-06-09 19:56:57', 'SALE/POS2023/06/10417', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b4e673ecd4f219f4962cbd46005c37fa25b5cf02fd2a879cdd9c00d4ca78f37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10408, '2023-06-10 05:39:40', 'SALE/POS2023/06/10418', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e9b90524600875108a3e13f47c0644fb2c51b0c866fb92985ecf8f6f617328b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10409, '2023-06-10 06:15:32', 'SALE/POS2023/06/10419', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '805c6b93706ef749c3f51d9f5a644548a3d5c91cdb00a8db61235f0f77c7ca6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10410, '2023-06-10 06:57:44', 'SALE/POS2023/06/10420', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2548ce8242fc8b30fa48b77739608a095fd5b6c4694102e0880ce5c1fa21b99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10411, '2023-06-10 06:59:42', 'SALE/POS2023/06/10421', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95f90f4272cbe343cb3ccf33ae3dbb4593767c6cbc9f9e4c70807bf400da9dc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10412, '2023-06-10 07:00:55', 'SALE/POS2023/06/10422', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '40.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8d4868dea728b0ae873001197d03c09913b2f7d58698dd9f12ecd790ba27068', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10413, '2023-06-10 07:03:25', 'SALE/POS2023/06/10423', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f267db557e1c647cc6064cb292b657a348d99fa92a7c6f0e83644f47b4c275f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10414, '2023-06-10 07:06:29', 'SALE/POS2023/06/10424', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '44.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12decebd735eba5448550c2d22d27953ff5afa1266e6c149b14e0794e95a39c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10415, '2023-06-10 08:01:45', 'SALE/POS2023/06/10425', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '125.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '125.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 81, 1, '125.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa1e8a159fd587310ff5079d67b676f7753a59007d071376afe76776764a57e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10416, '2023-06-10 08:09:08', 'SALE/POS2023/06/10426', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c8ee7008724eb0feae3535f2af2f20ae4ddfff8615d5a222499d45827eb708d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10417, '2023-06-10 08:34:29', 'SALE/POS2023/06/10427', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69685ae5169e77a4fe0af47cee0aa045de2b87d2f18eddac2a53de98f6434c49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10418, '2023-06-10 08:47:27', 'SALE/POS2023/06/10428', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee84301486e89e94b7fdb205e2dea26c0103e89a5a1e6b1373f431b2b65678d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10419, '2023-06-10 08:47:50', 'SALE/POS2023/06/10429', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '116815bf335e5b8bd796fd1bb8398ef2e9368b9186bf397b0f50f4abad0b1d20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10420, '2023-06-10 10:07:19', 'SALE/POS2023/06/10430', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e866032023cbb714a7c660da1464128bc34e32d1f7a68aa1fca01946fcf055b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10421, '2023-06-10 10:27:48', 'SALE/POS2023/06/10431', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20c21d75738a1d49ce300592126f471ce8c08db98e0b60850adda58133fa34aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10422, '2023-06-10 10:28:16', 'SALE/POS2023/06/10432', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42ba4a22816bd1a579b9c3e08cc26ddda2c067be03116380957765d264df30b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10423, '2023-06-10 10:29:13', 'SALE/POS2023/06/10433', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.9900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.9900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '28.9900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee8483f19bed1c3117771fec5d9a8efa907ec485066a2ecea046fbeb4c215ab9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10424, '2023-06-10 10:29:54', 'SALE/POS2023/06/10434', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '470806b560754003d9ac09e7dcec0390918cfdd7a994f06c08750c4a4afd6025', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10425, '2023-06-10 10:50:49', 'SALE/POS2023/06/10435', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5bedfe39546ccde523350b7723d2f40242d871ef92edc13f5ccc29dad2e67e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10426, '2023-06-10 11:18:36', 'SALE/POS2023/06/10436', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da1aa2cfe085d1aa824d3f36dbe9745edcfd00c684fff93b758c360e982f2864', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10427, '2023-06-10 11:26:05', 'SALE/POS2023/06/10437', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de814c69d8416dda670ef7158d5f74bbbb060795e6c471f2629b0b4523298691', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10428, '2023-06-10 11:27:22', 'SALE/POS2023/06/10438', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '718cdb96706b0103042fd79f01e2cd38207bdf8bdee9181bb054508be5c4074a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10429, '2023-06-10 11:43:45', 'SALE/POS2023/06/10439', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c93de9321e29679512f018a4c80bb8008617df50f79526e895ed525bc418a65d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10430, '2023-06-10 12:23:29', 'SALE/POS2023/06/10440', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70932367b76efb4e8b1b9d707eeb2ad42bac9e5b2f307b30e859daa39f8d103c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10431, '2023-06-10 12:43:55', 'SALE/POS2023/06/10441', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2cf14fab21ebde5bb12ab224c72c4e282f21c009233d49779c911a73cc9b40b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10432, '2023-06-10 12:54:28', 'SALE/POS2023/06/10442', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63afd8a53d440cd72b2427b122ecdc0b3ced9cbe8e590c88a83a1a91b6290286', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10433, '2023-06-10 13:12:28', 'SALE/POS2023/06/10443', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01de2e8b8d70632d5874591903f823f955469c7d657d5c08ff3bda697ac7bfc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10434, '2023-06-10 13:31:35', 'SALE/POS2023/06/10444', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59a2ba917eec1ffb79b2f3047ff2a960288f3c16f81a2ffea97e82dd258dbfdf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10435, '2023-06-10 14:07:28', 'SALE/POS2023/06/10445', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd184b88cfbfdb36ac76eaec55845fee738ffc3da32a25a1fa55fc4351cc5f1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10436, '2023-06-10 14:09:15', 'SALE/POS2023/06/10446', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe1348b8e646f06dc48111ef9c359f0fe8182e67f5d8749d2afcdb60505bd567', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10437, '2023-06-10 14:36:46', 'SALE/POS2023/06/10447', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b538c0ecf671cfdb00a467b37b034efb48075cf441376ce7612181729f879a14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10438, '2023-06-10 15:23:26', 'SALE/POS2023/06/10448', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '926d348088fa76650b0ba77959e79ad21f37f2b1c6eb3b29949038a3ca790e92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10439, '2023-06-10 15:35:52', 'SALE/POS2023/06/10449', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6ee08f564cde8ed045b9aaa05e4a5ba7f7157f0f28757f57bc3a25d8665b439', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10440, '2023-06-10 16:13:06', 'SALE/POS2023/06/10450', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04c2416ce041e25667d58d785ede00f92e8b7b8c7d8e7ec485ba979b34c0d89b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10441, '2023-06-10 16:23:09', 'SALE/POS2023/06/10451', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '265.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '265.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '265.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59d4c27adc1f4b5d3a2e68cc899ec7bf4841dc7a7e9480939a64172655e8939b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10442, '2023-06-10 16:26:52', 'SALE/POS2023/06/10452', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a68c5d259552ea9c970937dec89d02edee6fbc924ed6ff7e1ef4a54b968c712', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10443, '2023-06-10 16:55:36', 'SALE/POS2023/06/10453', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf6d0b68ad834761bea31b537f4b0f2b53c36dc677d2bfedaaaa40ca09cfdc2a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10444, '2023-06-10 16:57:08', 'SALE/POS2023/06/10454', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6186d4dd835280c1e93ce7d5f3c4fa631918742c5b1b5164910c9a74ad0db99c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10445, '2023-06-10 16:58:53', 'SALE/POS2023/06/10455', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9effe1abc5ab17b3ed61efc066c7d0d5efcdebef56d2111bd72f35ff7575569', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10446, '2023-06-10 16:59:24', 'SALE/POS2023/06/10456', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8907901f1e84763f61fae0479a26f98db8d4613ce564741aca60f1ff5f9a5a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10447, '2023-06-10 17:40:43', 'SALE/POS2023/06/10457', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70f0d14a88be8de77281352ca76d7b718226049b6544ac0c68c167b5ed78e175', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10448, '2023-06-10 18:02:31', 'SALE/POS2023/06/10458', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc4f95eafc01a9c780b3a3edf32936eeb49f9843d6d43e2cda8b6b31e3bae05a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10449, '2023-06-10 18:24:05', 'SALE/POS2023/06/10459', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e70d1f9c7164a8423fe8784f9000daf0102c3bc252216b6110ec4b13958d4c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10450, '2023-06-10 18:24:21', 'SALE/POS2023/06/10460', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d4d3b547115b7ee774143aa000652f940cfdad4f9afd8637a97b80aa32be17b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10451, '2023-06-10 18:33:12', 'SALE/POS2023/06/10461', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ec63bfc52cbae7d5ab0c0c996a5700d950a45ec6f9635635ad4c98c16a30a71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10452, '2023-06-10 18:35:00', 'SALE/POS2023/06/10462', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bed728425c24da116dada307919912b33f5c7c6e956eee698f08c12ac30a687', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10453, '2023-06-10 18:38:09', 'SALE/POS2023/06/10463', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b8ca9f75f6a0f9781127c22ee7768296fe04e24fe4aed0e239cfe316cd7c9dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10454, '2023-06-10 18:48:32', 'SALE/POS2023/06/10464', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a72bf9d444065827c75977ab19101a0045b916dd99aec9d41263049427e2962', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10455, '2023-06-10 18:50:04', 'SALE/POS2023/06/10465', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae84f1ecb95594596e1bb956e2dee4f33dc29f6e19d06e198d3bf8e47736b891', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10456, '2023-06-10 18:53:39', 'SALE/POS2023/06/10466', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6828b0e9d22beda49b0dfcf94cbaf60cf23237bc2faf7b36ba5f2a948c8be1a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10457, '2023-06-10 19:17:10', 'SALE/POS2023/06/10467', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ed7b3e1455434de9553eeb7c1de27559851dfe8e4b1dfe0361ab385e7778f30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10458, '2023-06-10 19:18:50', 'SALE/POS2023/06/10468', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.9800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.9800', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '1.9800', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c26b4fefc386a69daca21313b616cd3834207127df10a143204f89a20eec4c5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10459, '2023-06-10 19:21:28', 'SALE/POS2023/06/10469', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47df6096a5daa869dc6e30acc399cf84f41242c8522bdd3fae3062be5682965d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10460, '2023-06-10 19:35:56', 'SALE/POS2023/06/10470', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd69948d3c63d8044b628b68fc4276e9bc07835c0c230320719c4ac584fa59953', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10461, '2023-06-10 19:46:46', 'SALE/POS2023/06/10471', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba370453d18f3585fc54c78ab35c6228ce6cc3ba88fdd7f487dbe844efd3ef40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10462, '2023-06-10 19:48:15', 'SALE/POS2023/06/10472', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9989ca614bc7b23cd8300a8be1300c88d8057f53a9961c81c03d35eec313fc48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10463, '2023-06-10 20:00:59', 'SALE/POS2023/06/10473', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0f1c59ed99d6d3da03dee979831024545107fae2d0d886237ff04b56cee3e79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10464, '2023-06-10 20:02:45', 'SALE/POS2023/06/10474', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '266bc9e3cf899600b0375c06ef2d008b9293eb77c02779f08e72e212a599a513', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10465, '2023-06-11 05:30:49', 'SALE/POS2023/06/10475', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95308825cf575552707a0ed823a7532436f09db1abf974da2b1293f3702d59ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10466, '2023-06-11 05:53:42', 'SALE/POS2023/06/10476', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5056f50c3d5eac4e16d8168a76f6ff3707742e439c513cec7bcb5777829d6e76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10467, '2023-06-11 06:31:59', 'SALE/POS2023/06/10477', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5507baab0d86834c77fb2ff855d388decba47976e04560ce7b9f88e59de110d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10468, '2023-06-11 06:58:23', 'SALE/POS2023/06/10478', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.9900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.9900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.9900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '150ab027e551202dee6cd3c157fc046a3c1b921b6239e02d9863c83c2b217784', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10469, '2023-06-11 07:22:40', 'SALE/POS2023/06/10479', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5049439f079cf50fb7e658b70c3c143d75a22c7eaba260d236586936f940ef7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10470, '2023-06-11 07:23:53', 'SALE/POS2023/06/10480', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.9900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.9900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.9900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f19dfc0be39b8f42e3f74cab03a34bf2bf2272da20496a66c7c6380847ffcc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10471, '2023-06-11 07:38:40', 'SALE/POS2023/06/10481', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63332ca3a01a27a551df77acc777e2a8564af5db35f90ea50402151becebb17e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10472, '2023-06-11 08:16:37', 'SALE/POS2023/06/10482', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd799d249723253b060343de10bc5102b51dbc3a967ade8e2986abf46a4f7db45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10473, '2023-06-11 09:52:05', 'SALE/POS2023/06/10483', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '858cde93447a0672ad99b0b4aa59f5b92dee12bfd7d1bcfa9fb431ff6bc744b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10474, '2023-06-11 10:01:24', 'SALE/POS2023/06/10484', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3b83378fbf24d661a57f5be2ccaae5cce0054304869b82494ea2530ecf780878', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10475, '2023-06-11 10:01:39', 'SALE/POS2023/06/10485', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a093774475f346a1a741367cf34e587668aabf3ba5aeb555015406cb77fec7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10476, '2023-06-11 10:03:33', 'SALE/POS2023/06/10486', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bd6f41801a572f864fea8a614d116e3ee118f63a85b725fba5c5cf27be25314', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10477, '2023-06-11 10:28:20', 'SALE/POS2023/06/10487', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04a2734f6eada36973be9ea03fe7dbe585f0f826c2e233d9a9bcce44a2f6482c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10478, '2023-06-11 10:35:52', 'SALE/POS2023/06/10488', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6c33feec8c3490d45f8889400d6cb314bbc6db4ee8d20e669ddd3145249c13f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10479, '2023-06-11 10:36:59', 'SALE/POS2023/06/10489', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19397553c3880f6829e4e7997f0551a025c4163f54a229bfc9cbf7f637dad9a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10480, '2023-06-11 11:23:31', 'SALE/POS2023/06/10490', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f19e80aa0fae2159a9d5c0c3cc316bb02cda9ead3064fd8c41c64eda3cc6606b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10481, '2023-06-11 13:03:09', 'SALE/POS2023/06/10491', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5a5c992edcf873e4199c84408c00814db7b5254d8bbc566ae71e4a849d59f20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10482, '2023-06-11 13:03:30', 'SALE/POS2023/06/10492', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5495e7a387a6b1f8a6536203826a1767e5a830ce4543617100f5cf31071d17d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10483, '2023-06-11 13:06:12', 'SALE/POS2023/06/10493', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f039fe76442514b210d6cfe0fc88c29a5b25a0aa70750b30d12bb8dff01f45e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10484, '2023-06-11 13:18:20', 'SALE/POS2023/06/10494', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eea5386b206cfd1f5bf5b35f885c87e1faf17fe5e9b9e433b8c88d7b4ba5105d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10485, '2023-06-11 13:30:45', 'SALE/POS2023/06/10495', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 20, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4448a38538b10efba40b27bb58143cc344f2c90d12f018082493ff26b14fe6f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10486, '2023-06-11 13:34:02', 'SALE/POS2023/06/10496', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc0c98e51842a86be2235270d849c3dc1605f734bc33bb265957fb2d9f492c45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10487, '2023-06-11 14:08:13', 'SALE/POS2023/06/10497', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f539746b8e90439cd9781f68fceaf51d909ee820d530c22a93628b7707b8a795', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10488, '2023-06-11 14:33:46', 'SALE/POS2023/06/10498', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '636834cac25339bc6c2e9ec414ef34d463c475913d3ffa253859cea023911ccd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10489, '2023-06-11 14:40:52', 'SALE/POS2023/06/10499', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6d4fbb7cc307ac01feddae14a453a60ea9fa83a5249cc266148cabe808bcbb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10490, '2023-06-11 15:39:09', 'SALE/POS2023/06/10500', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '64.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '64.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '64.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bb78d450eaa69ec2791745c81e3ec999765fbc71c69547abbd93e4ac260b3fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10491, '2023-06-11 15:53:33', 'SALE/POS2023/06/10501', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f93af37373d421606944be296df79034ee91d3ffc04705619054fbb5db0ed1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10492, '2023-06-11 16:12:16', 'SALE/POS2023/06/10502', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1057ff5adc394673d522467bdeb8c8930cb964ef1fd20e26a3cb2f699bf5cfa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10493, '2023-06-11 17:00:04', 'SALE/POS2023/06/10503', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd02b8ff9f5ca1707ae7e060c4513c2ca680398c89a31a6fa4e488fd7dff93252', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10494, '2023-06-11 17:25:14', 'SALE/POS2023/06/10504', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '979206bae33fabf2f90da340ed88130bb8cf0b4c983fcad9c74bae3625e1f674', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10495, '2023-06-11 18:11:14', 'SALE/POS2023/06/10505', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dde85b0f83e818eb52b93a5bf1ef37cb478c7accaf99cd7914e9d57cb9d92b87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10496, '2023-06-11 18:14:52', 'SALE/POS2023/06/10506', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bda4cef2a8f0173c1b56231c989193cecb89dfc50d730914849ac42b5942f38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10497, '2023-06-11 18:39:05', 'SALE/POS2023/06/10507', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7d68c14f6a3ecc477151dd0dc29768a4c5e28599eefa45c7cd85a43c47b54c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10498, '2023-06-11 19:07:21', 'SALE/POS2023/06/10508', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c64d8c048e06aa95c9c3585214757532bb166152430c2d20d7c218404980bd46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10499, '2023-06-11 19:22:18', 'SALE/POS2023/06/10509', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e2d9d6145506ceebabcefc94d0bdb0ab1295afba5a1b79a24c273d9da6f18f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10500, '2023-06-11 19:43:47', 'SALE/POS2023/06/10510', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a47135e9dbf90187cbdf6d4fdc3f5c9fb8815927ec501a27608b97db68e0458d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10501, '2023-06-11 19:45:48', 'SALE/POS2023/06/10511', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd44822b70e4486e94d278e73d4a65f0b2ddd9031826f5dd7f64632c424fd3f59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10502, '2023-06-11 20:05:54', 'SALE/POS2023/06/10512', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9005ad5de4f282538c10682fb8d0d3859bacf9ab04b11c8744ab8adc926da1b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10503, '2023-06-12 05:57:15', 'SALE/POS2023/06/10513', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db08652faee487b0d06963bbb99b64bd158ebc48554e5b58db443c4d70a4fafb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10504, '2023-06-12 06:00:28', 'SALE/POS2023/06/10514', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf33ca617ad5b22d8da939ca16f8a75b96f76169f297d0e808a3a05db2d9413d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10505, '2023-06-12 06:17:02', 'SALE/POS2023/06/10515', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa351553a93a3ca38456d526ef34c1f7235f56510637fc726e3662f62d281c04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10506, '2023-06-12 06:19:58', 'SALE/POS2023/06/10516', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75e14f9a67cc94f16d278e3f30f873da05260e7125c7fd870adec90227686993', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10507, '2023-06-12 06:34:04', 'SALE/POS2023/06/10517', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57633df33a6b5a8120061e5a1fdea1367334c0b1db89919f60d18a1f7a77b676', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10508, '2023-06-12 06:35:15', 'SALE/POS2023/06/10518', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd71846248ea211a9d864914b69e055f09c6ab292d9f12a46cc7e30b865bdea8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10509, '2023-06-12 06:53:31', 'SALE/POS2023/06/10519', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4b0958f0f09785fc8bf2cb3e5881f04a01e2f85b3c01a1a16470f6d519687cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10510, '2023-06-12 06:55:05', 'SALE/POS2023/06/10520', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37b698f8ae5a98c74da165b92b2601ececa1b26ce1d68ecd0d8f82ca07a1d556', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10511, '2023-06-12 06:55:47', 'SALE/POS2023/06/10521', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '52.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eeb85984dbb2b29488ad8a503c21ee1c20d0cf52a8f14b4e99863220be27cf20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10512, '2023-06-12 06:56:32', 'SALE/POS2023/06/10522', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '18.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c037d9d1895377662678aa46e5ac0758ab2cfb68b297289bd4c4d50034489603', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10513, '2023-06-12 07:14:07', 'SALE/POS2023/06/10523', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a65b32368c53aefc537bbaf26af09a8887e9cf5ab340af9cd218d6030b2e7120', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10514, '2023-06-12 07:17:21', 'SALE/POS2023/06/10524', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eee51dd38cd91c6a702488f113a73dc8ab1ace24192614615017274421086f9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10515, '2023-06-12 07:24:16', 'SALE/POS2023/06/10525', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd5f4497677429062ed9705d7dd9f41402907cab98b495b8dfbc2b1da8f82078', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10516, '2023-06-12 08:09:28', 'SALE/POS2023/06/10526', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a53df05947f9f48507e87239fb54aedef2b0557f5a5f5d0c8e4a7dc9d9ef231e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10517, '2023-06-12 08:20:22', 'SALE/POS2023/06/10527', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa51e6b01a5756fd16ad79dabe582a3bc14692419c4784318ca0459d7ecdec77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10518, '2023-06-12 08:23:47', 'SALE/POS2023/06/10528', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '75.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '75.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '75.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3763cdf993f85e4aa4c255c6ba9fc88a3f20522236c0d284b48cfaf5cbff66e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10519, '2023-06-12 08:24:18', 'SALE/POS2023/06/10529', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73eb29d94969f7fadeb4a7849ac60f6dfa81cc4efb275e7274bc35191ac84a07', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10520, '2023-06-12 08:24:43', 'SALE/POS2023/06/10530', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '144.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '144.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '144.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcb58c746505e0a4b3331fa1b9898edc422edfe40089ef490d9d8f453e6a6c80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10521, '2023-06-12 08:25:15', 'SALE/POS2023/06/10531', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97be812edfe255e80812a8e76c1e4919f3ef8bff09cb2a604e5959e28fca1723', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10522, '2023-06-12 08:25:52', 'SALE/POS2023/06/10532', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c112df067b79d9cc1ae08c9a6b4b85361e7eca9f6dca5308608c8fb5589d81d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10523, '2023-06-12 08:26:35', 'SALE/POS2023/06/10533', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '79.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '79.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '79.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c4c489c09c84d1ee1ccf0f20d8f4185fd979f20e3953ce587c2d6a8c8659664', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10525, '2023-06-12 08:36:00', 'SALE/POS2023/06/10535', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fcbf017707569f939392b41823e6fe86955c5f562db8ca999ac3cb9758caaa42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10526, '2023-06-12 08:36:19', 'SALE/POS2023/06/10536', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5f019ff98cdfb0a4518393333bfb046c249ecc195316ba1ef8f0cf5ae0730d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10527, '2023-06-12 10:32:28', 'SALE/POS2023/06/10537', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02d46f2efaec43a97ca8b8fadc92e8ef02062fd3986486ef33cd8c4d90970683', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10528, '2023-06-14 16:42:57', 'SALE/POS2023/06/10538', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '141.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '141.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '141.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cf8fd95e077ebcd8001b63ba2c5f39dd5cdccc223edb198a86abb38a29c3792', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10529, '2023-06-14 16:51:18', 'SALE/POS2023/06/10539', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '131.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '131.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '131.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de9747ae9b139452ebd9d8e8fc43db674b0dbb914d9729e94b9a05fde9f75d32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10530, '2023-06-14 16:58:55', 'SALE/POS2023/06/10540', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '241.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '241.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '241.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3fe1224856212fe847213c9a150850d54a5c85e2346d6224ae2d91205cd9f6d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10531, '2023-06-14 17:05:00', 'SALE/POS2023/06/10541', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '270.9800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '270.9800', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 43, 1, '270.9800', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07f6527b8cc460c23ec0223fb2c2f3cbb4cda17173af17140428106b31d113a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10532, '2023-06-14 17:15:32', 'SALE/POS2023/06/10542', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '141.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '141.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 22, 1, '141.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84a877f9fdf9ec86190f6daac374ce4d0e1aec4f19b7241a03b719bd6de5cddc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10533, '2023-06-14 17:18:59', 'SALE/POS2023/06/10543', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '133.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '133.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '133.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b30cd69b66ff846bc66900e59dcb736d8774b31ade97818a4951f5b4d07ee6db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10534, '2023-06-14 17:31:20', 'SALE/POS2023/06/10544', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '226.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '226.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '226.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce429de5e4f0691ca0c228777b0f30d741bab2bae48df539bc8adf0238389e06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10535, '2023-06-14 17:36:23', 'SALE/POS2023/06/10545', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '184.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '184.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 18, 1, '184.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd04540178c9ed81799357ea9f6ca864819628e85b61784ce4f164b751a3bde2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10536, '2023-06-14 17:43:48', 'SALE/POS2023/06/10546', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '188.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '188.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 35, 1, '188.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83140d25151455b139c8f56762b6a3d8e4a81f0403d4fc59d73cce5cb14c2400', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10537, '2023-06-14 17:54:46', 'SALE/POS2023/06/10547', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '284.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '284.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 28, 1, '284.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f8865b031614ea8894a92cc08540cee99e77552bd83ad02cb490b64706cb6e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10538, '2023-06-14 18:00:08', 'SALE/POS2023/06/10548', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '96.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8031528443975df07b0ac9c580b07c396b0582c62b9e1085dd541ee24e97b945', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10539, '2023-06-14 18:20:04', 'SALE/POS2023/06/10549', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6606161e2c3733581255de53a4981acec4fb10888e65ba7d44c3ac4c660cb8af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10540, '2023-06-14 18:20:39', 'SALE/POS2023/06/10550', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ff8edf10f3b085301b60e617a479b8c7b7d49eb7db04f3aa54aeecb562723b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10541, '2023-06-14 18:23:09', 'SALE/POS2023/06/10551', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f0bf22740a92a719469cab25a55860cdb2a3223bf63918bd1b6bd0d007a717f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10542, '2023-06-14 18:24:05', 'SALE/POS2023/06/10552', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7257d314c02aface219f3e52e7098e01aa8f0054908eab3c9d07b3dbffe140ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10543, '2023-06-14 19:06:46', 'SALE/POS2023/06/10553', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae07e4351548a9c43e4fe6ecc6f5cd08db62bac741ebc1df725df239768f6ded', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10544, '2023-06-14 19:15:49', 'SALE/POS2023/06/10554', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c498be647fdbbc9ffacfcba141ae64a424038bd06450a83d6ee753ef90861d96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10545, '2023-06-14 19:16:45', 'SALE/POS2023/06/10555', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0dbdc6faa59b09781dcd4fd6cff9468331e4b61fd1229a7d290e1acd6f84783d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10546, '2023-06-14 19:18:12', 'SALE/POS2023/06/10556', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fef495eef34eaef700c19dff19457c42d3a61aa7cd5857fd2ecd02f9fc0d89d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10547, '2023-06-14 19:19:09', 'SALE/POS2023/06/10557', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '41.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '41.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '41.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a178bb76b2ee8ee57236843accfdf651a2672273a1b9bee02eeb6b88f3dea48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10548, '2023-06-14 19:19:27', 'SALE/POS2023/06/10558', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '969f1f4314bc4a86c6fb29e64835b9152ee78e5dc578805261de74b6051cfdc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10549, '2023-06-14 19:21:47', 'SALE/POS2023/06/10559', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '68.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ca00b8b11773aeeb49f3c248bbe718c6715136eabe0bc338a05a03ce28bb378', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10550, '2023-06-14 19:23:11', 'SALE/POS2023/06/10560', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '239b339755e86187e9641fd71f9513d44046233f0e15ef493dd3d929871c70e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10551, '2023-06-14 19:25:42', 'SALE/POS2023/06/10561', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '248.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '248.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 24, 1, '248.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de14d777f12a814031e606bbfe871af413e0d834766bb79c89dffcd600d49a86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10552, '2023-06-14 19:27:08', 'SALE/POS2023/06/10562', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '133.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '133.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '133.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09c050adc04d8245e9b1794cdeb8b5db16734d0b7b0c96989145225f20c8e406', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10553, '2023-06-14 19:29:02', 'SALE/POS2023/06/10563', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5580ce1664fd5bfc6d05abd72162cbbe79179dfb32ee013cb8e7a94122c2662', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10554, '2023-06-14 19:30:08', 'SALE/POS2023/06/10564', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd97e79693b2fab7ecf8ec0fcbed410783436a808c022edcdbc897f16386645e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10555, '2023-06-14 19:30:55', 'SALE/POS2023/06/10565', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b6627a9abf61c29a3de68c2be8989fd68d40865f9bf0f03e86d4d08a898b672', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10556, '2023-06-14 19:32:25', 'SALE/POS2023/06/10566', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d4b0729e2594ad44e1ba9cb60ca927c7601268a8206ec44dffbb931c51c0094', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10557, '2023-06-14 19:47:56', 'SALE/POS2023/06/10567', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '797225ea4ecb3e56c02cbcabf7614ccde4bb4f0339133f2bfef86ebd33c06067', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10558, '2023-06-15 06:52:02', 'SALE/POS2023/06/10568', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59323b8c5f8257c1fbad3bed1826fb953d1a1d3eaab47b8f72a65cc097d34762', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10559, '2023-06-15 07:03:35', 'SALE/POS2023/06/10569', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c85dad81a8f057dd4a38ab6357d6923e45cdee219f695749b6c457235b33fac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10560, '2023-06-15 07:04:25', 'SALE/POS2023/06/10570', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b57cdef1208a953497bcc3432f5be469801384f2613bd1714f7dacc70e6a20b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10561, '2023-06-15 07:04:49', 'SALE/POS2023/06/10571', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20f507c875cab0fb893ecf569b2a77f62b0e74e2bf4a0e4b2e24c07d4c2de00c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10562, '2023-06-15 07:13:47', 'SALE/POS2023/06/10572', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.9800', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.9800', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '24.9800', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8f83f040b96f321203bafa834796f5509102b2fb853df65967bf30aa5889ebc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10563, '2023-06-15 07:14:10', 'SALE/POS2023/06/10573', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7267e5afa5b7edfbfdfa38b0ce32b0dbec18c251df9ac4381fb46de46c1a02e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10564, '2023-06-15 07:44:30', 'SALE/POS2023/06/10574', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9701cccb88b658819dd80caba5e3828b7061452b67f2736594fc92ebbbe00eeb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10565, '2023-06-15 07:45:51', 'SALE/POS2023/06/10575', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2512a908302e1e4c4d1d4bfa7ea4953a123ca28bb00c6e839833fb09a2a2feb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10566, '2023-06-15 08:20:58', 'SALE/POS2023/06/10576', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f251d8258dbc70cb35c35196b8a9ec63fc7961eac3441c9bb9f53788e8a3f0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10567, '2023-06-15 09:03:48', 'SALE/POS2023/06/10577', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95cec80f2203d5844c08bd1fd55fbdded8b8a90461565984082ed6e3493240de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10568, '2023-06-15 09:11:08', 'SALE/POS2023/06/10578', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d3d29f94e7c6bcaa3d5200efbb4aa525d4f6f790a947985fd35574705e0bd63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10569, '2023-06-15 09:32:26', 'SALE/POS2023/06/10579', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bf45163525ac4931b87b083f832e6ec79bdbeb349a3b5338bde2c01b8a3592f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10570, '2023-06-15 10:17:37', 'SALE/POS2023/06/10580', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '107.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '107.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '107.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '167d8e0014a2c9ceff22413bbb22976506ba82617e3038f28d4073a9d30eb684', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10571, '2023-06-15 10:24:31', 'SALE/POS2023/06/10581', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4faab83070649cbebde3f04cc254c22899e1992b1993dadba3446c726055b032', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10572, '2023-06-15 10:38:05', 'SALE/POS2023/06/10582', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b88fe397d9a930fdc8e1a492da750cc96398db2517b9c618a5b62306df964706', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10573, '2023-06-15 11:08:24', 'SALE/POS2023/06/10583', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '984908defff8e078450f2caa1b961ff183ce84f410491cfb33b823ccfac744d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10574, '2023-06-15 11:41:15', 'SALE/POS2023/06/10584', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd59aa2cd0c7ebfbe084bfbe121a1c00881228c4724a4f03c478955008b8b288', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10575, '2023-06-15 12:02:53', 'SALE/POS2023/06/10585', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e22dbfae348727ac846e614a8b43cf9bb64a9b06a2e6c250e99f673b552d4e27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10576, '2023-06-15 12:24:36', 'SALE/POS2023/06/10586', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0781e3056c9965367166428a7cb175a33877b8ac382cb86cf4d9dfe9ca506001', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10577, '2023-06-15 12:49:03', 'SALE/POS2023/06/10587', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd60c8fb89032d86aa9ac13fb2db52562ae9bacbce562c88a7a9e855d2c2c8b88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10578, '2023-06-15 14:10:32', 'SALE/POS2023/06/10588', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'daf5707dc7bae9925339edc910b374c24f16d0011a38407b98572369c39dc228', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10579, '2023-06-15 14:37:42', 'SALE/POS2023/06/10589', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b6db9892696252aba1a56391c72f426c88470e462091581a514ca82e6cf5151', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10580, '2023-06-15 14:49:56', 'SALE/POS2023/06/10590', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '235e864eca4c6aea8ad55235ce77eccaa5fbd0b4f1066ce0811555d119652d16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10581, '2023-06-15 15:03:39', 'SALE/POS2023/06/10591', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85908906007639fd78c224c17490e3217978e07d98c4c58a46d5f48136742d08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10582, '2023-06-15 15:14:15', 'SALE/POS2023/06/10592', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e111e13e481761cea50b2fc5354ee1d3896a0b9391d5bd388f3d7a8012560ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10583, '2023-06-15 15:14:47', 'SALE/POS2023/06/10593', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd99d34b3bf23b443543411f73eae06921a12c30dc02f99ee32cf3496c9681b3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10584, '2023-06-15 15:23:43', 'SALE/POS2023/06/10594', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26254b1d7748f6e969f7d485023ff4822fa48b421a143a9a69015ea4a3445b59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10585, '2023-06-15 15:23:56', 'SALE/POS2023/06/10595', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da2cd9eeb4e7269ab67a36f96f41e42cad7507a4642b581045775da95f77530f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10586, '2023-06-15 15:29:19', 'SALE/POS2023/06/10596', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5aa55db4e0fdc420a17fa402c8f5f3deec9778d407603269d588717314117f0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10587, '2023-06-15 15:34:01', 'SALE/POS2023/06/10597', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e0a37103371d7c15731da3a301d3dc4eeb42d7c8dbc8251d458edcfb83580498', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10588, '2023-06-15 15:48:57', 'SALE/POS2023/06/10598', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '154.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '154.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '154.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b845119f3868cff1192c551cf6273e8ee5c94e34c3ee0704a34407fd521166c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10589, '2023-06-15 15:49:46', 'SALE/POS2023/06/10599', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c295bb2936a69677f70e747a1e3da13783f1c3410685dc2c9fa530536456078', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10590, '2023-06-15 16:01:26', 'SALE/POS2023/06/10600', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bede96a96ac6122d350b8e8c9bb8df5ca173e541e68fd3202ac2df4d68edd47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10591, '2023-06-15 17:10:31', 'SALE/POS2023/06/10601', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be54ed05fa4aa7251261b3802ce8c4831e8087373b99237b5673e589bbcf8f1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10592, '2023-06-15 17:21:26', 'SALE/POS2023/06/10602', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '46.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '46.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '46.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63e2c42b3c52c0693485d4abeb139be26455839f85d640fbd5044ddc8ccca336', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10593, '2023-06-15 17:22:12', 'SALE/POS2023/06/10603', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bba8384ff6e2e246e4ec67701d538222a4d790478d81a305d720541fd5128a0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10594, '2023-06-15 17:23:31', 'SALE/POS2023/06/10604', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfa2f248603bab3461c65411ee5203d5007ba4b69ed7c71560aef78116a5be75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10595, '2023-06-15 17:39:33', 'SALE/POS2023/06/10605', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea1afea706a91e925506b05b75d8338cdec04b895740cb73951d299c99d36889', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10596, '2023-06-15 17:43:00', 'SALE/POS2023/06/10606', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '532d6a7344bc872c44eb2d0b691cbbcff18728b0c9dc07639e937f74c3195e6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10597, '2023-06-15 18:21:10', 'SALE/POS2023/06/10607', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe359a5becdbb49f7e0b2b5fd510cd94f960eec3ee17d40aa16e945003c0323a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10598, '2023-06-15 18:50:30', 'SALE/POS2023/06/10608', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e636def78f06ade539745e5b0d49854cc498d2b6942c118d577698d53579027', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10599, '2023-06-15 19:39:23', 'SALE/POS2023/06/10609', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '31.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0392753de799554044867ba99ceb9e32bc094d4d9cfde6325b54c9485e28f265', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10600, '2023-06-16 06:01:31', 'SALE/POS2023/06/10610', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3143f7bcffb0f694f69f544357e0db62d397974b835104a2c0591af8dbfdd838', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10601, '2023-06-16 06:02:39', 'SALE/POS2023/06/10611', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.9900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.9900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '0.9900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24b2ecc65b8482c5dbaf8414c59eae8c72687f751c5caa09fb1745c99453bff2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10602, '2023-06-16 07:10:09', 'SALE/POS2023/06/10612', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2322a652e6b86a487df687cd5ae7f7066d5e2c1d761997badab6c86e8723acb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10603, '2023-06-16 07:18:14', 'SALE/POS2023/06/10613', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '70.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '70.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2a5e11148bca247f4f049535d632aa0b16c691143e511c4de113b3dbbf397e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10604, '2023-06-16 07:19:58', 'SALE/POS2023/06/10614', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '67.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63514eab3d05ee85924b9f7a631d0a6bab4881946db96bce8e333fe85d6f4740', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10605, '2023-06-16 07:25:07', 'SALE/POS2023/06/10615', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '340.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '340.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '340.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f0be2b0a03e2ee7445911c0e684837bb790b8006506a18758134656969b67a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10606, '2023-06-16 07:26:18', 'SALE/POS2023/06/10616', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7da0f87af3f8f3bf8e9b326675abd149fcd82d5ea6dc89e375237e6b2d323c0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10607, '2023-06-16 07:27:43', 'SALE/POS2023/06/10617', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd862b5264f66432be20f05377857059b0e4cd884e08037cbba8c7930bed7f2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10608, '2023-06-16 07:29:57', 'SALE/POS2023/06/10618', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.7500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.7500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '28.7500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3282739eba0711646ca970fdbab08e36e5b99addef246535de9a425753b9b408', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10609, '2023-06-16 07:30:48', 'SALE/POS2023/06/10619', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc9a4c588be21a1e0cb4e702f0b68e9ec6df391719853e3a06b2c17c620884a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10610, '2023-06-16 09:41:51', 'SALE/POS2023/06/10620', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '712295eeae3511735f5c5087417369310156616f84c03f586a4c60c5d0040aa4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10611, '2023-06-16 10:04:38', 'SALE/POS2023/06/10621', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08cdad59aa29063b9e113e7ab6ac63bd1392db5c4a73681d0d7cca359d8f5f81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10612, '2023-06-16 10:27:38', 'SALE/POS2023/06/10622', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4bae3b78db48bdc4d3c31a196485081f25f64063a8858cf4002db6f4d4b19304', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10613, '2023-06-16 10:48:56', 'SALE/POS2023/06/10623', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2116e13fc67b75c3f16991e0dd5bddaa851694bb07aebc82d7303fcf647eea22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10614, '2023-06-16 10:50:47', 'SALE/POS2023/06/10624', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee7ad87702c476433fcf27d77b59411f5fd7a8b7556c755dbfc9d2457b7e26d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10615, '2023-06-16 12:57:23', 'SALE/POS2023/06/10625', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cb81c252dd89e8c2fe8bd422925e305b1c52680169242a7f247d6b3bf73b42f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10616, '2023-06-16 13:07:49', 'SALE/POS2023/06/10626', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ad36d027ac378ba4aaabc5db6eb378973e9d778ce5500f1ae97355b98b0acc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10617, '2023-06-16 13:36:16', 'SALE/POS2023/06/10627', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40334980e28c9ba913b5c84544db19d11067384402ae375acc509c0fb552107f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10618, '2023-06-16 13:36:46', 'SALE/POS2023/06/10628', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fa4224f4ceb59c2913ebbe0df6c1eebb6e91252418c23bd79664c669109c1cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10619, '2023-06-16 14:09:00', 'SALE/POS2023/06/10629', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5f773b17a5287b9494d68727306fde596c63bb7e748d135648a5dc8da5c5a38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10620, '2023-06-16 14:48:54', 'SALE/POS2023/06/10630', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35894a7ddc03a792b580a5875f53035973104259e8d4d9ddaa54b1ddb2b74b0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10621, '2023-06-16 15:08:40', 'SALE/POS2023/06/10631', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a762a0032254a475726f56d87ef64305bf87616cd1d82c4530c1126a24729c0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10622, '2023-06-16 15:09:58', 'SALE/POS2023/06/10632', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc77786e6d0c534357149f69a4b52f337e7b5ac4ac86508c72b7809aba627c4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10623, '2023-06-16 15:32:28', 'SALE/POS2023/06/10633', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07d7f32a03b18e26341584038834982db105076f9f6451313e14c9dd78df3f5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10624, '2023-06-16 15:50:44', 'SALE/POS2023/06/10634', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34a10658faa794a64604719402c1c5c56fe2cebc78195d83f596d5fd2c5c797e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10625, '2023-06-16 16:01:24', 'SALE/POS2023/06/10635', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8ff115029821e3a57d5ed168ad766e5e9afa897eb8702d4d337b3f7da9daca4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10626, '2023-06-16 16:18:15', 'SALE/POS2023/06/10636', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '865afe04b11835dd0bb8aee2c844899337d5db90dac21e0de44ace739bcedfcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10627, '2023-06-16 16:31:37', 'SALE/POS2023/06/10637', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a29c390f5e38af653315a6991c42ce1e24f70d5238bddc97407c15cdef177db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10628, '2023-06-16 16:32:29', 'SALE/POS2023/06/10638', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0e4d2b37c30f7ddd4f5ff52573efa9b6a44f939b8d50502ca6419c999e390ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10629, '2023-06-16 16:35:26', 'SALE/POS2023/06/10639', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba2573599f5a3c3cc6ea3d1b0936d31c9785372120bbb6ca0b585e9c1c640734', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10630, '2023-06-16 16:36:33', 'SALE/POS2023/06/10640', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0bab345de3e85319942de963dc5ddbeafd2b4d6cbf56ff62c0e95aacaa01636', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10631, '2023-06-16 16:39:21', 'SALE/POS2023/06/10641', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6ef60a44168414c7662a553a697c0eef645af40024466ca521c564f2fa844d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10632, '2023-06-16 17:05:16', 'SALE/POS2023/06/10642', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43b320e02f5dbf905e57ac4c5c34d3d6e8ab2703530c1568b99c990825f20fe4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10633, '2023-06-16 17:06:07', 'SALE/POS2023/06/10643', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8aa4553a66695f8c5d82b3558e7d3c0c839b288cdf4efe0ef368daa355bf2dd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10634, '2023-06-16 17:15:27', 'SALE/POS2023/06/10644', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48ae39c68adf3c14b4d6e7e956ced0ea535196c21dc6f38e32fb61dc8155ecfe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10635, '2023-06-16 17:19:05', 'SALE/POS2023/06/10645', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c1a1dc8600a687970d8900e95b6c68756f487ae3d58ce09b91c52c2dc7f8ae0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10636, '2023-06-16 17:22:22', 'SALE/POS2023/06/10646', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5755f95d4ae471991575a6a41fc3889e9e9d55dc2bdf5bb34a7083fcf6c41902', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10637, '2023-06-16 17:24:07', 'SALE/POS2023/06/10647', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e99d303c71168d85ac27ab596071679b2533f75ac2636e0f664c2a207234d287', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10638, '2023-06-16 19:41:33', 'SALE/POS2023/06/10648', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23d69a8ac5af6d28f527176a6e5999e3892281a9c646f36b4e70c1e695b9fcfa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10639, '2023-06-16 19:42:38', 'SALE/POS2023/06/10649', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9aa0dd8bc8af79fef5c34bfd09508a4bfe4baf30098f1c14c2d73f022cdbb1e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10640, '2023-06-17 07:16:12', 'SALE/POS2023/06/10650', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0079bb1d9d6e7c4aedd39b81165d07093fb307807e10a8ff5acbf6b774fd119c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10641, '2023-06-17 08:02:12', 'SALE/POS2023/06/10651', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8538b325de5ba2708f3436809e1287ba60a83fbc1bfe89b36ae3367f531a93c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10642, '2023-06-17 08:11:34', 'SALE/POS2023/06/10652', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bef40f3a92e49360e3fe27a5c6b2719d64ae962ff49703c680ebbc17a35a2142', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10643, '2023-06-17 08:12:38', 'SALE/POS2023/06/10653', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af00f57a6dadaea9b1380ddfee77bce5facd1f90ee56f6f09505dd8540e85e7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10644, '2023-06-17 08:19:18', 'SALE/POS2023/06/10654', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01cb7a227a12ddfdfb6d95650418f973b79cdb1f29cac719172f97fef185d239', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10645, '2023-06-17 08:20:53', 'SALE/POS2023/06/10655', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '599e9a5dcaf85569f8492b08e9de3e2baf9cf2ecc7af13f3a75f6e422b6c39dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10646, '2023-06-17 08:32:31', 'SALE/POS2023/06/10656', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57d82a9a1ea726ca00dbdf565016ee5405d57533bd40d34c97e4d4e3c0dc625e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10647, '2023-06-17 09:25:40', 'SALE/POS2023/06/10657', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3eb249d09e3752cd7ef217dd35e0be0b188b7722ea539030e8e066f29d7f6d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10648, '2023-06-17 09:29:54', 'SALE/POS2023/06/10658', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fab9bf90d910e701aa4a56de1721daaac880fd3560cb59e8f08130e50ec4442', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10649, '2023-06-17 09:32:43', 'SALE/POS2023/06/10659', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79b2844e9913a307a5d5f2a73efde6dc6feeb95b76b201973988f8d1de08eeb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10650, '2023-06-17 09:47:28', 'SALE/POS2023/06/10660', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4aa8324d69e09aaee3e79283a85b215bde5843167f28b7efd1643cd34b6fee6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10651, '2023-06-17 09:56:35', 'SALE/POS2023/06/10661', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c17dc2f3a770fe36c5e1a5dedb5b34bbda1779d3b8ccf8b00364941a6e4f439', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10652, '2023-06-17 10:20:37', 'SALE/POS2023/06/10662', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a71c4c4ca375473da60bee38c84a5fb28a0cc902f2bce9a8d59b71f3a24522bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10653, '2023-06-17 11:13:00', 'SALE/POS2023/06/10663', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8641f88db78c4a2ff8a9841f325773bcc6eed2b12208d4fc360bc166e571e471', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10654, '2023-06-17 11:42:12', 'SALE/POS2023/06/10664', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '203.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '203.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '203.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afc8ef4ae6fcb58184160e2b42c643c07c8f089fbe547f977af2539a660ffcf4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10655, '2023-06-17 11:44:58', 'SALE/POS2023/06/10665', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '041517c80a0744ed0aebe42c45c60f1f8a39d903511396b8f4f3e42ec1866a17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10656, '2023-06-17 11:59:27', 'SALE/POS2023/06/10666', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8dfe0a2eb663a254e401cb1d5229a0835ead1fb8c3c5ecdc11dc4871624f781d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10657, '2023-06-17 12:24:38', 'SALE/POS2023/06/10667', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfe6eaa6e8b1cf62f8bd9902b0f705da49d7c847d23c689741023e7a0ddd1d63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10658, '2023-06-17 13:05:21', 'SALE/POS2023/06/10668', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78f92e57aca58c09fdd6638b249c081288d307afb30422c3981e3a783ad1389e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10659, '2023-06-17 13:06:44', 'SALE/POS2023/06/10669', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ebb645e5021c49fe5c0ff19fc18e9eba0e05b4e3d2a0a5ce557908ca1be6252a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10660, '2023-06-17 13:15:17', 'SALE/POS2023/06/10670', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a48a197a784d771aede7c352c5fb95bba115491c18630a58a60cc0e148b0984', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10661, '2023-06-17 13:34:42', 'SALE/POS2023/06/10671', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '56.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32dae3c80058497d5393ed6c39631e52a5ef17a0baef6f7285820698b25832b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10662, '2023-06-17 13:35:44', 'SALE/POS2023/06/10672', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c412870a509f1eec432f217f77a9feae23236990b016480b19f5d9ead88287e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10663, '2023-06-17 14:00:38', 'SALE/POS2023/06/10673', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3576c4a41fed5e0666d79c728a414e50eb0b39b4adf905d09fc3a3728339e0bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10664, '2023-06-17 14:09:13', 'SALE/POS2023/06/10674', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cdbfecc7953e880cd75aa49f56905a3791ba5dd08ab58a04801c394704057ff2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10665, '2023-06-17 14:22:32', 'SALE/POS2023/06/10675', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3e0e8b8db1c0f53cd781cc6b624ab7856ceb704f58c9081f43ed263d86d5656', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10666, '2023-06-17 14:22:59', 'SALE/POS2023/06/10676', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c0e873e0eedc60a6a9cb7c1cbdab4591d1e47b396e81a17d3f560abba62f16e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10667, '2023-06-17 14:29:28', 'SALE/POS2023/06/10677', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8c7f2a5aad760d4cb5d07408e1d4cdd0b9824488c46c83afe04ef627ab0844e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10668, '2023-06-17 14:31:01', 'SALE/POS2023/06/10678', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3794fa9ab1986e126258d30f850d63849ae8543bfb8bb5d90f8c8ad74667d208', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10669, '2023-06-17 14:57:17', 'SALE/POS2023/06/10679', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfb2545813f2c38afbec89766e8183fb17894c0bd84feded761dbdce783301b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10670, '2023-06-17 14:59:51', 'SALE/POS2023/06/10680', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aecd3c7a4a2b675cf2a52b1ad8cfda62e7ca2f407f025f5f1170ab1ce78438e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10671, '2023-06-17 15:03:04', 'SALE/POS2023/06/10681', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b665de7aa4920c258dfa61f6b06b4faa9157ee5cafc1ae7cea45900cbc121864', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10672, '2023-06-17 15:12:00', 'SALE/POS2023/06/10682', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ddbdd4c999517beb84f8a04260809e49eaf3ee5593ab5223758eb098c67fbbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10673, '2023-06-17 15:19:39', 'SALE/POS2023/06/10683', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '114169c0820261fade2447eced7b6bd9713abf9899caa482c737689466917239', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10674, '2023-06-17 15:34:26', 'SALE/POS2023/06/10684', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f413954c066accb25a69012fb8d8821771ab182b1e0bda6003e82e09b0c14691', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10675, '2023-06-17 16:13:42', 'SALE/POS2023/06/10685', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f1a5f35fb72c9f6b383e4adbb7769f30d96662866d300f9f74c23e5deaa4536', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10676, '2023-06-17 16:16:15', 'SALE/POS2023/06/10686', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5052163627686fac21039b753f7f071d541db1f453a40447c674f7edcf57139a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10677, '2023-06-17 16:19:44', 'SALE/POS2023/06/10687', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '219e328ab8afff2f0fb94c6c47da1f6e6b84f73ec7e5e09e97d7f6f9e9bdaa05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10678, '2023-06-17 16:24:47', 'SALE/POS2023/06/10688', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5492b2881f64575845b8c7777f8acd41c6e9f2c77359048d17cebc104abff5ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10679, '2023-06-17 16:38:35', 'SALE/POS2023/06/10689', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61d31d51dfa07be7c0c4288705521781080df9201a929a69ff5059155db156c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10680, '2023-06-17 16:48:01', 'SALE/POS2023/06/10690', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd64341175c08e31394ad33412720630c7415b122b87f20232f2f2fae19db9f11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10681, '2023-06-17 16:59:08', 'SALE/POS2023/06/10691', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c30759bb9ebffeef2dc685ac63116482535491dfbf36ae51e38b6e78994abb20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10682, '2023-06-17 16:59:19', 'SALE/POS2023/06/10692', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd461dbe1a11168a6dea874c36565c45242d3ff0b36c70e21bffb943bb2e443d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10683, '2023-06-17 17:11:05', 'SALE/POS2023/06/10693', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2136acd7e910a949dd51b085659887e61c94e4ccdc01e1b06e15f558a2b2f89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10684, '2023-06-17 17:21:14', 'SALE/POS2023/06/10694', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc61ff1ca609188351e09101850dcd029f0b953711da9a8208abed09044ae1cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10685, '2023-06-17 18:07:35', 'SALE/POS2023/06/10695', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87b95674550a942092601ea36266fd8565d5e545179b0c682b5d2ba16e7715b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10686, '2023-06-17 18:08:35', 'SALE/POS2023/06/10696', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87faf85ce6edefc49234755cacadcedfcc2bb7742ed0c0a575d9dc271e2ecc3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10687, '2023-06-17 18:21:26', 'SALE/POS2023/06/10697', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15d253e83e9aea8396f5a50b862454c71e3d014e3e901c62180b3ec6304786e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10688, '2023-06-17 18:26:55', 'SALE/POS2023/06/10698', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc3c1b8b2a4f9b58efdfcdc71455fe66a73c97df2cb495bc71feec2ced4a3c7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10689, '2023-06-17 19:11:48', 'SALE/POS2023/06/10699', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '81.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fa9ac5fee600e9f2bdfa9983db99be7b94d52c48fb071a7c028026819323fcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10690, '2023-06-17 19:36:30', 'SALE/POS2023/06/10700', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '35089a6bb0052df4c1de0b03c039c092cbf712ef4e06f348e1f7e51a6c6d6f49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10691, '2023-06-17 19:43:14', 'SALE/POS2023/06/10701', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27eafa4abfd1ead3197a54fdb07e745790971b44631888db94bcf6cd4d8cf4dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10692, '2023-06-18 05:56:22', 'SALE/POS2023/06/10702', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c4718a2be0fb1d1f93c9960a706544feee63affb944b6996cf2c35bd1701eee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10693, '2023-06-18 05:57:39', 'SALE/POS2023/06/10703', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38c25b9f61bae703ce7ac711b85731443170749b9479866744fc9dd108c1502b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10694, '2023-06-18 05:59:54', 'SALE/POS2023/06/10704', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84601a33451df8085f34fe9edb1df2e599cd5ff28cbc181f6e25de15281a5cb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10695, '2023-06-18 06:07:52', 'SALE/POS2023/06/10705', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66e18205c4e34cffeee54e1c8ad598566919c1d43116a38ec21542e4c03968f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10696, '2023-06-18 06:20:36', 'SALE/POS2023/06/10706', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8591b8a0fd52e5db8ba1c83ad08dcae9ee8ce0a01b0b02929e439bafaa133346', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10697, '2023-06-18 06:34:18', 'SALE/POS2023/06/10707', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6f346a5396fd54d348b9f41ae4058e208dfb4f2ab51a5bdfca5c428d187c2dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10698, '2023-06-18 06:36:50', 'SALE/POS2023/06/10708', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf65588c867ff7b29a30d79179ea58291ab6c20c03caf5df65d2e2a7224052ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10699, '2023-06-18 06:40:16', 'SALE/POS2023/06/10709', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77f7f7a7f7a6ef974f0dfd82a4ce80a1a8fd8a2aa2c257ed41fd7ba2054c3b75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10700, '2023-06-18 07:12:30', 'SALE/POS2023/06/10710', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.9900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.9900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2.9900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55010b1007f5890e3fb5502fb37d05589fdc89409918db8e4a652c6f1b00db01', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10701, '2023-06-18 07:38:22', 'SALE/POS2023/06/10711', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd11516e1815130d56799688cb2619fa0b46b0ce8369189fe30b8a4239b1de556', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10702, '2023-06-18 07:40:33', 'SALE/POS2023/06/10712', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b3bc4995cd5da66c54d442f15479cfc507086f035237026ec196cc085e5cc6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10703, '2023-06-18 07:48:07', 'SALE/POS2023/06/10713', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34ac9356280e095e44cfe24bb91751e524001e7bb3fe0c2afdafd91c9ff46b4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10704, '2023-06-18 08:27:30', 'SALE/POS2023/06/10714', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '96.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '96.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '96.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b16e9455b11c5d697da8c57d6ebd9d05d1f6541b19b68065d5720f7182624af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10705, '2023-06-18 08:46:29', 'SALE/POS2023/06/10715', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8077a971f93d8184a3c9722d906f1fe94ac297712687baab582a5d1f9e6b2a3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10706, '2023-06-18 08:49:28', 'SALE/POS2023/06/10716', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfd848cf420c2e232808ae355416dcd0b165e89725eb87444a2e4f4b048c309b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10707, '2023-06-18 08:51:26', 'SALE/POS2023/06/10717', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef731cb045e8993143a9a54551bbebf8bc56b193df7604057290243be10e730d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10708, '2023-06-18 08:56:46', 'SALE/POS2023/06/10718', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf8ba14e775d8e36775012c365e93e3246439bf9850b398f496366ba694414ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10709, '2023-06-18 08:58:15', 'SALE/POS2023/06/10719', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3443b8878bc5616947193abe6412fae41a06b9edb8f57e339e169d6117e9bdb5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10710, '2023-06-18 09:21:59', 'SALE/POS2023/06/10720', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8523c440daa91ee6fd872b2102addf904a6efc035b08c9dc45c22b3201a9e69b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10711, '2023-06-18 09:25:04', 'SALE/POS2023/06/10721', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3de0d8e0feb3b204be8e93983b05e6037bbacc442a7a0b3c483113aae779a156', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10712, '2023-06-18 09:36:00', 'SALE/POS2023/06/10722', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85f638598d562a3e20a05d2f15cd94a0d735dac83e3123f26a152c69d97bebe1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10713, '2023-06-18 09:37:27', 'SALE/POS2023/06/10723', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75084e140f1168eb6186bc7f2d1523f2c0fb785f90565ba145e66ea0ae4e39cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10714, '2023-06-18 09:47:36', 'SALE/POS2023/06/10724', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2883f998bf147c4ecf19332177f55657c4400ebe8837ef9f82680cabc588e8c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10715, '2023-06-18 10:35:26', 'SALE/POS2023/06/10725', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '931f518d538d4f0e126ee8db735b4481caf72dc2fd7b8bea9da78f0e911779b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10716, '2023-06-18 10:39:28', 'SALE/POS2023/06/10726', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30c3b5e13998159673f161a836d41f90f29e88f12b9bd190c80128392facee39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10717, '2023-06-18 10:44:49', 'SALE/POS2023/06/10727', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3462968f4b270f3e1982ac5a01d640a47ce16b6b55bef58882e943234ec1d020', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10718, '2023-06-18 10:45:21', 'SALE/POS2023/06/10728', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87a72fcd67c7de9071633a7cab83c6aa63866eeb4886200de9a43f81c2b49344', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10719, '2023-06-18 10:57:13', 'SALE/POS2023/06/10729', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62adfeadc77c60ba1cc23c86b5c30d8fa716cf177906d6990c5c72207d6e25c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10720, '2023-06-18 11:03:43', 'SALE/POS2023/06/10730', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81f654dc4704361dd514b7a118484922284b472a3160d5c7bd1fd214fc6399c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10721, '2023-06-18 11:06:07', 'SALE/POS2023/06/10731', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae961dc71bdbd0505e80ead3339708a15d75b1ad2aa786c4ced4c1de3945822c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10722, '2023-06-18 11:26:49', 'SALE/POS2023/06/10732', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21b8231f0468fc154e14575bb8ce9efa370232b332fd494d41f8f1bd02ea97d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10723, '2023-06-18 11:27:25', 'SALE/POS2023/06/10733', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f5624a0e8e86b2eee76d8a9c516362a2a018aadf83355fa58d4294fe1b011fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10724, '2023-06-18 11:54:32', 'SALE/POS2023/06/10734', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17ce041ce166e55f087df5625ed1d7e2130a263b576a32d14367d1bf77478d33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10725, '2023-06-18 12:03:03', 'SALE/POS2023/06/10735', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee0f4d6f270e9b232e33efe3f441cf1b926c801e5534cefbe2a8e39ce63ff20f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10726, '2023-06-18 12:52:46', 'SALE/POS2023/06/10736', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd36ff487e77d68b174a3bfe4c79cd0d6b477de86df20237efb600f2c81254bb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10727, '2023-06-18 13:16:50', 'SALE/POS2023/06/10737', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1c38afe040f7580d3f72ea96d079358205804206a71aefbba931fb85c919d25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10728, '2023-06-18 14:20:35', 'SALE/POS2023/06/10738', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e2f5c6395229fb95b1a495cab802e32ceb336ba99cfa5b66833bb2e7a049774', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10729, '2023-06-18 14:54:50', 'SALE/POS2023/06/10739', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1631fe9fc4392bb3574e7aa480b08ad8ffb7536cfcba835a5d66c10c6fa6a408', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10730, '2023-06-18 15:49:35', 'SALE/POS2023/06/10740', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4dab4662f7ffa8e1529057b821e2abca98f3b5211828a43293159d95215c783', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10731, '2023-06-18 15:51:53', 'SALE/POS2023/06/10741', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fbe926c57c8b1ef4a72c7532e207ca458e6585d31541bec1e56ecdedafb0267', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10732, '2023-06-18 15:52:37', 'SALE/POS2023/06/10742', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f60916c65b5449679dcdc5779012ca35b60e4481e3691c4282cff22eff28022', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10733, '2023-06-18 16:17:09', 'SALE/POS2023/06/10743', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4ab8e72120e01c720f428e749b2f6c5bb40c23c19fc8ec79138c3ae7aa2eeb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10734, '2023-06-18 16:19:05', 'SALE/POS2023/06/10744', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9c73835e1817e9a51937385d310b6d12002cd349837fb551f4e23db0c34aebd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10735, '2023-06-18 16:48:12', 'SALE/POS2023/06/10745', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7bcc60a353b8957e9457ede1a78c03c7ffa573f802ec4549c6fb0466ab596d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10736, '2023-06-18 16:51:12', 'SALE/POS2023/06/10746', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b6e5e35fa44cf8f198a40ae128f72de793dae445d7f998ca3cdb72a03dfff4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10737, '2023-06-18 17:12:33', 'SALE/POS2023/06/10747', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '935f21e7c602b968d159ea07526a23bc1aa0d4cd28387a740115f1dd44b7ceb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10738, '2023-06-18 17:13:19', 'SALE/POS2023/06/10748', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '02b1046976d91fd60e4af32cde0a3217a8e4635e73eb39556ea05c1b21adfd0c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10739, '2023-06-18 18:01:18', 'SALE/POS2023/06/10749', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4345b4162b0428378aeed566c99b04606193cc873339c23f5ff098f5c7b3ac14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10740, '2023-06-18 18:13:22', 'SALE/POS2023/06/10750', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e38b5a6426d4e7f8c6e2e8321ae354fd0f68b3b516a4bfc549e36b7c75ed9b5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10741, '2023-06-18 19:14:33', 'SALE/POS2023/06/10751', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad31c7ac798932dd4495dcbba38f29c1a9cf5f8521f3008b57bbf08b2321cd43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10742, '2023-06-18 19:16:16', 'SALE/POS2023/06/10752', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a579c590ea16a97585e1fde9263ee35795a76d40d97937cbcb2701b4149e802c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10743, '2023-06-18 19:28:14', 'SALE/POS2023/06/10753', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80e5f829c625ff3e34e29c02e18574aab6aec03e1a3403020b3ac7114896ba60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10744, '2023-06-18 19:39:59', 'SALE/POS2023/06/10754', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bde65842ed70dbebe208c9d2786c83c5c538276b48b88074cc8d9004e81be247', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10745, '2023-06-18 19:55:23', 'SALE/POS2023/06/10755', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cf7e580c50213fb017a852ece33658e3d4effeb4790eaeb82d37bf0ffa4f695', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10746, '2023-06-18 19:55:56', 'SALE/POS2023/06/10756', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7535d13f92bf26d610501866aaf4b1a2fff5971ae8099d1366958fb64a4a1908', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10747, '2023-06-18 20:05:52', 'SALE/POS2023/06/10757', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '714e43d345b376504f9f731cacb4fae18fa04faa2c3a75bf92b7c1c555f350b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10748, '2023-06-18 20:08:57', 'SALE/POS2023/06/10758', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b1c840b742b8b718cbaaca751477bc405ae9c00e29b250d48fe4c23917d3ff7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10749, '2023-06-18 20:09:47', 'SALE/POS2023/06/10759', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a1133bc1439dc5417281d88af75350a75cf3af12c0b266269bd1526cee220af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10750, '2023-06-18 20:12:48', 'SALE/POS2023/06/10760', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acfb87876d6bb332f63611246f202522aa139fdd52e15b76aad37e967dbe4488', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10751, '2023-06-19 06:04:27', 'SALE/POS2023/06/10761', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6e153dcf44f581737abd3b6b2b99137ce3145df3cd9e1816cca81907db61528', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10752, '2023-06-19 06:23:10', 'SALE/POS2023/06/10762', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bacaa1f574228778dcbd4be9ee47deab81691c6f61a59df78c0e01fafb1ec3ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10753, '2023-06-19 06:23:55', 'SALE/POS2023/06/10763', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11db254569f3f48b2e7aba1abfbffc33162b9aff4acfbca8f68701e42e4dfe47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10754, '2023-06-19 06:25:32', 'SALE/POS2023/06/10764', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '86.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '86.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '86.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd788bb743b6c2f09255d847f84ede7b29829ce7c790d5c648e0a2ce1906a901f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10755, '2023-06-19 06:32:35', 'SALE/POS2023/06/10765', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '55.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4979165b3894863f6cd4a1d1b489d64a677931c547eed6065b7e4a829bae89b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10756, '2023-06-19 06:33:23', 'SALE/POS2023/06/10766', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb8c0ab04266ffb46bf7b850da37305ccb49a64fbc0b611a9f7e960f3479afa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10757, '2023-06-19 06:46:13', 'SALE/POS2023/06/10767', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96575e8487f45a5b040395f8ae74f37461affa0eb8e5003a321fe6e3130752b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10758, '2023-06-19 06:48:51', 'SALE/POS2023/06/10768', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '66.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '66.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '66.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8587b06be5d75d6bcd2e6bef42f5a9f64c1f7cd915efd6078d4f51926b66d40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10759, '2023-06-19 06:56:32', 'SALE/POS2023/06/10769', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '57.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '57.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '57.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ce08e2ead7e83e5081c17fdc37faf21f28bf897fb16b1a70f606d8adbb3d533', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10760, '2023-06-19 07:25:36', 'SALE/POS2023/06/10770', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85e18aa6b55dccadf965d0eff3d96bb776231c63ff908533d39633eed5dec292', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10761, '2023-06-19 07:53:08', 'SALE/POS2023/06/10771', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '68.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70658b06c60d2d0857a1aa9f5861556463feaee90d563d74f5410641cde28200', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10762, '2023-06-19 07:59:45', 'SALE/POS2023/06/10772', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba1edf3939a7337724450194184ae1a9205b3bc6b1d308c338019c3ca3fbef2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10763, '2023-06-19 08:28:29', 'SALE/POS2023/06/10773', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '29.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '29.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '29.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '165e93eb1d92b5d523bd6fcac7b78c1c0228ab6bf92b0b2e38fa31bb60c77b02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10764, '2023-06-19 08:59:00', 'SALE/POS2023/06/10774', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '68.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '68.5000', 'completed', 'paid', 0, NULL, 7, 8, '2023-06-19 09:02:30', 4, 1, '68.5000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e370bc68dc247a1c086433119402c6d9a1a76ca06d6f4c405df1f4325e6cad84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10765, '2023-06-19 09:04:36', 'SALE/POS2023/06/10775', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '59.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5643d087e379fcd758a3babd6bf90b17aed65bf436001e2d8122d25eb7e9c86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10766, '2023-06-19 09:05:48', 'SALE/POS2023/06/10776', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '94.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '94.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '94.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b330e1d3d313da3d06f90b6129e6d0b88dabed3b4a6d75b1b8fda0e7cb8839c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10767, '2023-06-19 09:06:42', 'SALE/POS2023/06/10777', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '69.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d26ebab96f811a7771ca215d1838919cc9e92fba1a933cb9522ba737a3b99b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10768, '2023-06-19 09:07:47', 'SALE/POS2023/06/10778', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '52.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9611cd90a8a0438aac926aef56126f751e07373b0c959ee2b12c6623644e9173', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10769, '2023-06-19 09:10:37', 'SALE/POS2023/06/10779', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '324.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '324.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 27, 1, '324.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '596f58a416deaa4df8c5ca80b8b9cf6dfb72be317c6c297ad814ebad0913158f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10770, '2023-06-19 09:11:01', 'SALE/POS2023/06/10780', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f41ff6a4a81a0d2738808c42212c69035da345408f73c89743db572f400c9ad5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10771, '2023-06-19 10:22:26', 'SALE/POS2023/06/10781', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d2cdb91fbc2fa03401872985e062695c8971bb27b5a2a2e4198275aba51aed5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10772, '2023-06-19 10:44:18', 'SALE/POS2023/06/10782', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e599079e91b61ea3c20adf99a05d9014950fd72ece16098c707ae04ad010c1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10773, '2023-06-19 11:02:00', 'SALE/POS2023/06/10783', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '84810dac09f1fed59efe846bed9f30c8648dd76462cf963cfee65629403063a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10774, '2023-06-19 11:38:24', 'SALE/POS2023/06/10784', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a952d96115fa844a4f89f2dea178ab9bc353a1b19ed4f972a01f687a1d66e6ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10775, '2023-06-19 12:11:52', 'SALE/POS2023/06/10785', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd011333932977166eb50c206d30dd54989cb95ac5f751130ae249a954f506839', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10776, '2023-06-19 12:12:56', 'SALE/POS2023/06/10786', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5effbd1857e0f1fa715ae60b52d5bc89b2f740f5ce302d624ec9282a8142a56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10777, '2023-06-19 12:27:54', 'SALE/POS2023/06/10787', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fe5b0201b10f2b60a44ff3cee38b3dc7362cbcf643aec1e0006798576c14750', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10778, '2023-06-19 12:50:03', 'SALE/POS2023/06/10788', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '106e56f5f5408059394f42c990a5de8ca316c9478a19a080e236a59262c22ee9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10779, '2023-06-19 13:28:39', 'SALE/POS2023/06/10789', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ff174d183054e82331b856e410e175798a98f2e714c75050da7afa5db08074a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10780, '2023-06-19 13:52:03', 'SALE/POS2023/06/10790', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf63712ebfdbd809eb6be8f15c51d15dfe28b8b574cd53e88284e185527a318c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10781, '2023-06-19 14:12:56', 'SALE/POS2023/06/10791', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4473f9b4f1b7251742588fe536a5a8502d5b578ce61141c27ff09dcdff37e618', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10782, '2023-06-19 14:41:36', 'SALE/POS2023/06/10792', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a45c27543bf64c75319bc52d6a01472e2546f42cd67e545b2f6f02f879b7e46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10783, '2023-06-19 15:42:00', 'SALE/POS2023/06/10793', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42f58546d0e52855db130bc68360cd91badde29a342867110b51444348db5f4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10784, '2023-06-19 15:51:57', 'SALE/POS2023/06/10794', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7394c7565415bab603f4d7445a6dfc97dff808d3a36affd15b39af327e0d3e1c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10785, '2023-06-19 16:26:02', 'SALE/POS2023/06/10795', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6181cfcee89d6ccbe9bb9e3e304f3f6c395d535e152b11d55b8343cd38f4656', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10786, '2023-06-19 17:00:17', 'SALE/POS2023/06/10796', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3791b4bed61e5498e17a07a3b123db759073546de49bbfe9ecbdeb81a496a81', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10787, '2023-06-19 17:03:13', 'SALE/POS2023/06/10797', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '685fb0fd5a992b62d2775f8e1a3b532d5b19c452dad8732260049a17eaadff96', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10788, '2023-06-19 17:06:17', 'SALE/POS2023/06/10798', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '56.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '56.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '56.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f5742d28af1754702d4a6f52a6af8719c2e5c80b2bbfd3ee98167da10f07a58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10789, '2023-06-19 17:15:52', 'SALE/POS2023/06/10799', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a543e8bfcd9d4b1a70e86396470be48107e7a02b3edd85cfe9e3fb90b01b836', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10790, '2023-06-19 17:26:46', 'SALE/POS2023/06/10800', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a877f9dd512184c45edafd37cb9be30d2ed17cb279bd68e0acd5ec1b7da3bd0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10791, '2023-06-19 17:28:35', 'SALE/POS2023/06/10801', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd16e25524107100a15d05fc0ad5fb56184fd9891f1cf9dbb1e701aabd65161cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10792, '2023-06-19 17:50:34', 'SALE/POS2023/06/10802', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c52894f9db8d4ce8e1ce2b0c99253bbbae768d5a046e2b09b4b303aa83cd2900', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10793, '2023-06-19 18:04:00', 'SALE/POS2023/06/10803', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd27cd0dc19f05e0a81269e70fc8aa8b5e349ac5b8f1b705146f148293c550e28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10794, '2023-06-19 18:28:24', 'SALE/POS2023/06/10804', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9b759962044182d4a94f332ee778d10a093f1bc479f269bdf63709c6a28b6be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10795, '2023-06-19 19:08:59', 'SALE/POS2023/06/10805', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5aa0edebfefd29882e79d9be4ae093a995d298f227ee30447385e1bfef4d88a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10796, '2023-06-19 19:25:22', 'SALE/POS2023/06/10806', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '42806d6bb06247a001d929617438baffe3ae5a99e4a077d33cc2040f3cddd4ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10797, '2023-06-19 19:40:25', 'SALE/POS2023/06/10807', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04108340ed0ee2b07b819d226ee211589acce3baf7c8876bb84b79fdbd178486', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10798, '2023-06-19 19:55:27', 'SALE/POS2023/06/10808', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7eeca3644fcbc7818da69c6d50d454c89433a28cc9f518975f08a4dcac75eada', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10799, '2023-06-20 05:46:12', 'SALE/POS2023/06/10809', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1615c3853fbcbde7a13ce94834a14dc4cf3508b7d59a503cf3570cdf7be572f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10800, '2023-06-20 07:09:32', 'SALE/POS2023/06/10810', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e66a356c70a0b82c0a024e212c8e01ac7234eaeb0cfef8e4bba10572833489a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10801, '2023-06-20 07:13:32', 'SALE/POS2023/06/10811', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9807eddf24abd809403216b4b2e7da2c961cbd7b0102fa551e04e37646b0962', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10802, '2023-06-20 07:14:39', 'SALE/POS2023/06/10812', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f4240938865fee5e72110dc877f422a80b9e4bb924579a2bcde1c86bb06779a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10803, '2023-06-20 07:15:31', 'SALE/POS2023/06/10813', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '663c7f7ceb39fd0f6c754478f382ee50f7fee8ce8fdfe4184eb6aa7a8e40d621', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10804, '2023-06-20 07:16:24', 'SALE/POS2023/06/10814', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ed9d231698b987725bf69f9f7e8a339b81f518614fe20a787be440f75085f9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10805, '2023-06-20 07:17:21', 'SALE/POS2023/06/10815', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.4900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.4900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '13.4900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a4e01e0e34245922180064db11ced8416dff765fc9359e84fec063d70424485', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10806, '2023-06-20 07:18:52', 'SALE/POS2023/06/10816', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '103530a9e6c264a0b2347abd6ae0f87fc19f2a0ee170d863b41e5dcc05a2678d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10807, '2023-06-20 07:26:58', 'SALE/POS2023/06/10817', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '390.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '390.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '390.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95b8cfdacf178d614bff9c056b9bccc16ce14f96a566f730503fd912d0140f6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10808, '2023-06-20 07:59:32', 'SALE/POS2023/06/10818', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '392c5ea6fb6a86d8fba0f6dd658870e270bec9cf762f1a80a1e9853152a53459', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10809, '2023-06-20 08:19:12', 'SALE/POS2023/06/10819', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6ca878aadcd19f71adbc48bf9d76bcf566f4a5a90eb2bb4e3d00ff84d9f05da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10810, '2023-06-20 09:38:06', 'SALE/POS2023/06/10820', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7dd6e0021e24562401033509e403dbce205a06efe99d401ae0405d654b7fb1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10811, '2023-06-20 10:03:53', 'SALE/POS2023/06/10821', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6562090ec84d3bf0bbd92e3d2f07d009e2f3b658c9e6c7d53b4c35abce6bdd4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10812, '2023-06-20 10:43:46', 'SALE/POS2023/06/10822', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86c58ef9490bca2268f1a505c24fda1e6720d307a75ef1307ac5a62a53bb58ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10813, '2023-06-20 11:19:08', 'SALE/POS2023/06/10823', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5f8906db49a6d8054b8890feae696754c640fd46eb18a4eaf9be3c6555fca5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10814, '2023-06-20 11:39:08', 'SALE/POS2023/06/10824', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8215daf27fd3564792f194dd30a76035d1c27c2c93747c86562c650fea8b3257', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10815, '2023-06-20 12:48:40', 'SALE/POS2023/06/10825', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3882e8da89b8eba37f253f33b518cecaf67720b826875e0eb891ccf2a1b92c14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10816, '2023-06-20 13:13:31', 'SALE/POS2023/06/10826', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8be6b1c2a02915ba03ffa75d490763884b04a157ac3615165b844a2d36229023', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10817, '2023-06-20 13:45:43', 'SALE/POS2023/06/10827', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8309d5fc99af79eef0dc1a1e015eb819e68a3e36e7328472b77d24bc55505344', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10818, '2023-06-20 14:02:23', 'SALE/POS2023/06/10828', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb5b4763fe75311c6e50be09f9775aa4a846046d721bc6623a464fcfc1525dd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10819, '2023-06-20 14:31:14', 'SALE/POS2023/06/10829', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7c1f451295c86aec88e7bfc67ace636e5f861f67005994926cd6efa823a5fdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10820, '2023-06-20 15:13:55', 'SALE/POS2023/06/10830', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fab9f1a9e6fb374cf1cc13db439a5776dc5de997c38e6ed0762fbf19a8fc18fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10821, '2023-06-20 15:51:16', 'SALE/POS2023/06/10831', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e737a793838e1a4ea4467c020f3391f85d876b880d0f7865df0957e75e31f856', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10822, '2023-06-20 15:57:08', 'SALE/POS2023/06/10832', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '72.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '72.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '72.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b912bf5333b35d1f595292d2a6724250c407d94e8d6a7778db698c8fa9104e12', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10823, '2023-06-20 15:59:44', 'SALE/POS2023/06/10833', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d162ce3088af36919832d64caed9e3491adde2502124b41b67ce9ac1220ccd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10824, '2023-06-20 16:02:37', 'SALE/POS2023/06/10834', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93e3c48b798d4bfa13aac28680d80590bf29a7aa3667e9ccf0cddbbc7c1ad7e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10825, '2023-06-20 16:28:44', 'SALE/POS2023/06/10835', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e09fbdc89035668da795fafaf409f154f1dba07c7328ad635fe6336dc4cc2d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10826, '2023-06-20 16:32:03', 'SALE/POS2023/06/10836', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e5c9a0de2c59a4f0fad142f82d6b57dbaf41ec4a80ce0ade69cfe60f5e6e396', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10827, '2023-06-20 16:58:11', 'SALE/POS2023/06/10837', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7e63bdc527c1e02ac1441d56cd332722b8ce3ae0c1f39e0e7a967a487667af5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10828, '2023-06-20 17:38:02', 'SALE/POS2023/06/10838', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4abeda3e98cdf8078968289020e5f67a595dc6832c8df504999f262419452cb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10829, '2023-06-20 17:38:46', 'SALE/POS2023/06/10839', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29a50101013b8e990d8330547fbd08be9e50eb8c6d45cab543632fdf0176686c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10830, '2023-06-20 17:41:54', 'SALE/POS2023/06/10840', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '156.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '156.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '156.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '791ca478ed43494021ec0e10f6c5ae6709f170faca1bfda4f085474ea34e2dec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10831, '2023-06-20 17:53:06', 'SALE/POS2023/06/10841', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6fed83fcee3262d6b2b5c905da9d4bc74e41a4b5ea9ccd26457c25513f03406', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10832, '2023-06-20 17:59:59', 'SALE/POS2023/06/10842', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e5a6a6c13b1e633280fe0c0154fdef8221913749e32d2bfd9a69cee3289f386a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10833, '2023-06-20 18:01:43', 'SALE/POS2023/06/10843', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '638fed75e42d753d0a875e93d4a2267ae7d88730f6cb2b8482b4690c9a851c89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10834, '2023-06-20 18:07:02', 'SALE/POS2023/06/10844', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c53e705710215d2681c39a7aa62c852763fb227b78611285b9d4638c758cf25d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10835, '2023-06-20 18:29:02', 'SALE/POS2023/06/10845', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dda96e0e558829fd4aafba6e0b54cc93af7abf97f10745e854c89d544ee6eedf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10836, '2023-06-20 18:29:18', 'SALE/POS2023/06/10846', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97cb21546a21c75c37e26ca59cc2d1768a220e5b53b1c2f407b3cbff73eeeef2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10837, '2023-06-20 18:30:44', 'SALE/POS2023/06/10847', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc8a89b2a3d02f5d1ce43dd0419970241cea9f3057fe4667f91a4596c635d03e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10838, '2023-06-20 18:31:16', 'SALE/POS2023/06/10848', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4b1b6cfa848de2bb3448c0578bc32e6e125635ae59404655bd40e93f3eb28ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10839, '2023-06-20 18:45:34', 'SALE/POS2023/06/10849', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c77e10865dc7bb413b8df1034d1bb90d5419a06e0e1846acc8512b03d32ffbd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10840, '2023-06-20 19:03:16', 'SALE/POS2023/06/10850', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c507c884cef02025e5a73baf86b26860a2d6c63f9b68fbbf31285db1eefc69d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10841, '2023-06-20 19:16:16', 'SALE/POS2023/06/10851', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46eeeaf2b9c61dd3010fbb52a88a430916ad13cc811078386474716695259931', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10842, '2023-06-20 19:40:28', 'SALE/POS2023/06/10852', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75f7540db5985325dfa211d47325206584cb6ef67190f10ad86d2ff97101eba3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10843, '2023-06-21 07:16:12', 'SALE/POS2023/06/10853', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '90.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '90.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '90.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a34b4028a45bbf930640dd460d5d5374edd6c5fb001183681396844975d91c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10844, '2023-06-21 07:21:04', 'SALE/POS2023/06/10854', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f2e8362d06949ea95f9526d5f13870cb78c4b5a35bb6c4ab0f8ebca51690969', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10845, '2023-06-21 07:24:40', 'SALE/POS2023/06/10855', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e198c24cc8d34e27e0aa1eb33d280bd40074ee9a0e7f3a6fd0a79fc1d836784', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10846, '2023-06-21 07:25:04', 'SALE/POS2023/06/10856', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aacdaba0315ddec5853b05c8bdbecf3933ed4bce8ef55430af5a84550a68e80c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10847, '2023-06-21 07:32:29', 'SALE/POS2023/06/10857', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c9553785fa51260b7c297a3d6ed60713a20a8c04e57fe45b4b7f8d4678e90d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10848, '2023-06-21 07:54:52', 'SALE/POS2023/06/10858', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '96dd6e6838aa38e96779693abf93ee025c2b63ecd0f50dd7ab23f9a8f3a4f699', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10849, '2023-06-21 07:56:16', 'SALE/POS2023/06/10859', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c03de2a28ecce0a64eb5dc57e96836aa8f9b46c1b589313bdb537d91df13c75a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10850, '2023-06-21 10:09:28', 'SALE/POS2023/06/10860', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd155b70dac93795c5fbeb19ba834a49eb946d2e88acf3d2b6c2575d80cd24e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10851, '2023-06-21 10:10:02', 'SALE/POS2023/06/10861', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '0.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '0.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '0.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '663a2f6d1254cc325f9a4ff212bb8a6aee3ed1012fba4d020c148d21e9fd36d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10852, '2023-06-21 10:34:09', 'SALE/POS2023/06/10862', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bdf6c5b31cbf2bb74e9e779b6b0be8dc98a5a28f44e683d62b965dd8c0da171', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10853, '2023-06-21 10:35:26', 'SALE/POS2023/06/10863', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea0087e2c862ceee5921962fb554a5136407c3577f0c5d288dd9551fd6667d61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10854, '2023-06-21 10:46:55', 'SALE/POS2023/06/10864', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5af20365befc4ec615993a3ac80ee31b4079fcfb17bba52d2c4ff07e12e397b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10855, '2023-06-21 12:35:13', 'SALE/POS2023/06/10865', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b27dd5225a4d37ed69523f3c03e59bae4b836f29ec182ba40f0a6a77a6b0360', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10856, '2023-06-21 13:33:44', 'SALE/POS2023/06/10866', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b62df83446477c7f65ca89101c0aff44be22cbe39c8441aa86b9f0d907b1a374', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10857, '2023-06-21 14:33:08', 'SALE/POS2023/06/10867', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d65030a77e4715b81e5c673f4d60c3e3cd7a0d5128b12012a63b50c9d78bdc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10858, '2023-06-21 14:45:16', 'SALE/POS2023/06/10868', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7098ab48badb3a3751c733f2c7c8e8b6de96b60869cf396fee37e91e2d8c0f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10859, '2023-06-21 15:02:09', 'SALE/POS2023/06/10869', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62542ee6c1ce0f26ccba8e9d1d1ad06b53fc880ea2cf5d6bbbc8d0739ac3e200', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10860, '2023-06-21 16:40:24', 'SALE/POS2023/06/10870', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1133f0a417b606afaf5c1208765cbee648edae3cd770bba7325640d4d071ea4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10861, '2023-06-21 16:53:14', 'SALE/POS2023/06/10871', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b75ed47a3860ede9231e3c66ded2dab0632244712ed296a3e06056179a6a3884', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10862, '2023-06-21 16:57:23', 'SALE/POS2023/06/10872', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '69.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '69.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '69.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd8eaef049be46f427904116099b8f3aa63c924a9d57c1557a7606a89f47106f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10863, '2023-06-21 16:59:08', 'SALE/POS2023/06/10873', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ae65d52e5fb0efc54442fc891264f32c7d5e91f57961e1dd8affa7e5746dea8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10864, '2023-06-21 17:14:18', 'SALE/POS2023/06/10874', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb9589b89011c1c9c63cf66ea4870e8db0c9be7456c760c4cda6ddead17d7268', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10865, '2023-06-21 17:14:50', 'SALE/POS2023/06/10875', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a0bf19b7ce7285e70d05928a5f1dfe6d89746d13dc3fcb42da01769e97312c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10866, '2023-06-21 17:23:05', 'SALE/POS2023/06/10876', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7de77ce4ba5ff7b60bf5ecb24ace2bcd994bc3fe8460750577ec229d5d2e4075', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10867, '2023-06-21 17:55:19', 'SALE/POS2023/06/10877', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06dc6bf81a84afd54fd617f6b2f4ac7a401a827f18ba8644afe3357d7541c628', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10868, '2023-06-21 17:58:43', 'SALE/POS2023/06/10878', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5bf62056551aaa8bb331696dfa254be149e0c6f3c74b95effe4f0a1831030a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10869, '2023-06-21 18:28:21', 'SALE/POS2023/06/10879', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1e1ed27eeddb2d1fa06d38d300d85b03cfe94afb909ca70a867ea4ee1eb4865', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10870, '2023-06-21 19:00:50', 'SALE/POS2023/06/10880', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2806775032242c21f17275f86f56c1e93f3974ad485f1816701764f9667ebf6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10871, '2023-06-21 19:01:17', 'SALE/POS2023/06/10881', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '247a2ec4b6b0239825a46938f4c8e6cb0847d35eda472fff327ad3d5837e1cbc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10872, '2023-06-21 19:32:13', 'SALE/POS2023/06/10882', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77043f8d889fe337605e6ee1653916ebb1309124a97748a9d6493976b8a5e973', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10873, '2023-06-22 05:50:44', 'SALE/POS2023/06/10883', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '102.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '102.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85bbed6ca332b1c74d85e30a56e2f7c6e47d24e5224f0326aa679b25a602896b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10874, '2023-06-22 06:27:08', 'SALE/POS2023/06/10884', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34583a46ba225771e9d455d87c6637e901c3f8654db264c373e8a3db09672f0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10875, '2023-06-22 06:51:20', 'SALE/POS2023/06/10885', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c790a073c95916bbe97b720ee889841f96e8b38fea2c7f0aa651a35a80d3d996', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10876, '2023-06-22 06:58:44', 'SALE/POS2023/06/10886', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8b4836d73defc421e88aee7580b08ce3717e9cf04866d3fb11d33d10d8036ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10877, '2023-06-22 06:59:55', 'SALE/POS2023/06/10887', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0acd3ba1afcc00a80603c8448a921c8d9d359c7a25d975e772942abe3d15f445', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10878, '2023-06-22 07:02:59', 'SALE/POS2023/06/10888', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4320224ddd73f56b4d493aa99262b202f1b276efe8ac865692f57932cdef7e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10879, '2023-06-22 07:03:58', 'SALE/POS2023/06/10889', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1008ec352e902b8dda410a94ee0c3c915fe3f8813adaf4571a680530593932e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10880, '2023-06-22 07:05:23', 'SALE/POS2023/06/10890', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c1a83c05a5b8609a3aaf61acbe408dc615231fdcda3484e7107e314a682cf75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10881, '2023-06-22 07:28:50', 'SALE/POS2023/06/10891', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.2500', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.2500', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.2500', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e324dfee7574e1ba66f52e96643a35d367d30bc694e15728774a0732091ce267', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10882, '2023-06-22 07:49:46', 'SALE/POS2023/06/10892', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6370c3f6b6509625c8c9167ea9c0c4449ba8f1a9bae1699a4cef4f2affe9584c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10883, '2023-06-22 08:01:37', 'SALE/POS2023/06/10893', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0226caf9842a700c9ef99519a946c8d23eeca40d7c0b2fdd71f5fa485d8dbfb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10884, '2023-06-22 09:03:05', 'SALE/POS2023/06/10894', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a263c9a983881b7180ba1976755055537e246b558e0c68e2e961450eb490c7df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10885, '2023-06-22 09:44:05', 'SALE/POS2023/06/10895', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '748592a17e1f3d2a79d11970e6b46efc77b2824c0a5ae5ded4e86dc0c11addf9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10886, '2023-06-22 10:02:18', 'SALE/POS2023/06/10896', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ee874f4fc807e0dd836be19e5fc45e23d58ecb6d0e2301cb85168af6a59a315', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10887, '2023-06-22 11:05:07', 'SALE/POS2023/06/10897', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '91edca9fe8afac2dad5fa97fc4089549bb7ad2ca026aa416ecf12da1c192744d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10888, '2023-06-22 11:07:10', 'SALE/POS2023/06/10898', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '409c1a00dc11b72f3730430d997eb895f6457155e32508f8e27b89d3d0aa11de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10889, '2023-06-22 11:10:26', 'SALE/POS2023/06/10899', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d6118d76ba25eabfd514aed8a00c943b9288491ad897304a1c1e1de48b79cb0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10890, '2023-06-22 11:38:52', 'SALE/POS2023/06/10900', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbc67e049b8c203c7d978cc8f84713bd5992b7ef24ef173b4a8fc256cb405a99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10891, '2023-06-22 12:24:34', 'SALE/POS2023/06/10901', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a83bc0547f3d38b98604fa5d5e2bb8c10c913aa041635998c90f3e13c98310c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10892, '2023-06-22 12:30:26', 'SALE/POS2023/06/10902', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df2570921d51858b4d2a1ac600b9796d61275cc1f9ea7a29c3b64b384be40ef0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10893, '2023-06-22 12:36:46', 'SALE/POS2023/06/10903', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd15b8421d484d0f3a7ff74de55cb95f80849d595bbf806f0169b5c1288a7b1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10894, '2023-06-22 12:48:06', 'SALE/POS2023/06/10904', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54e157cf7631e478fc3b39b91312b8bfe84d5e7a3ed1acb9928d9203bd1ba064', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10895, '2023-06-22 13:37:57', 'SALE/POS2023/06/10905', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'faee5f64b2a49510b888b9a48a0fed2c7f2b6c23d48a9a2b96e2a62049addc6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10896, '2023-06-22 13:49:18', 'SALE/POS2023/06/10906', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b414e3eb6ff7d6ed4d6d13459bb7bc1e70951b1a65ddb73a9756ab5c4811177', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10897, '2023-06-22 14:02:29', 'SALE/POS2023/06/10907', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92dd871801356cf36ae10fd669f75bba7513e13cb4d7fe57db3a4b5b4339d425', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10898, '2023-06-22 14:21:52', 'SALE/POS2023/06/10908', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbb5ff9864e4d4bc3294209fdbc31c3c856db08fbd2a67c220ca4037972e5d18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10899, '2023-06-22 15:02:07', 'SALE/POS2023/06/10909', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a52bf163376a0798425e0a3c11bd345ce7b978f9399924b7ef31eb4a032a94e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10900, '2023-06-22 15:03:37', 'SALE/POS2023/06/10910', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '505e408b647d3b0b7ff260061506724a88d4b69ffd0222baf144968c2f9d20d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10901, '2023-06-22 16:40:08', 'SALE/POS2023/06/10911', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '94dd0737f17274ac34d47541114547421949ff67881c3cb4ccabc2fbfe723045', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10902, '2023-06-22 16:42:22', 'SALE/POS2023/06/10912', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c7f6156bd1a40f149b4b88a953dc0609e2af232e0bf499c67d103a1939cf92b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10903, '2023-06-22 17:06:30', 'SALE/POS2023/06/10913', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7e2a9f90a8a67364c13544a627a9aae78e07278e2e1e8a4944ae3e6db3ac5fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10904, '2023-06-22 17:14:40', 'SALE/POS2023/06/10914', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '948c1dfb40dbca9515e434e25c05c87a6d4f2389e49ee28de9414ed0d90d5311', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10905, '2023-06-22 17:23:18', 'SALE/POS2023/06/10915', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '388902d9f599b5060ec522c675ed890c68605fa6b24bf89ab46e45543ff62206', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10906, '2023-06-22 17:35:13', 'SALE/POS2023/06/10916', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f8a4201b46ec36822d2b939d24e57c0ce5a0d0550b5b2516338bed18a7066df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10907, '2023-06-22 18:09:58', 'SALE/POS2023/06/10917', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c855a9a1d649567683207a992cb976e2ea8eb477e1ebc1059c17f4daf9462b54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10908, '2023-06-22 18:12:02', 'SALE/POS2023/06/10918', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbe9f95842016c6a4927e453bf3c1e0b4fc18126c78871c3811c216d142e0d18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10909, '2023-06-22 18:18:51', 'SALE/POS2023/06/10919', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b89ad4979d2116d4ae24ac02a57c4c3a2ff081ac8968e32048749feb5e3573e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10910, '2023-06-22 18:26:28', 'SALE/POS2023/06/10920', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15b995954fe81df86085b27d2edfcc554598db55f8b614fa35e3ed25481430db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10911, '2023-06-22 18:33:43', 'SALE/POS2023/06/10921', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f27ce8286b2d2210543534c422280a3b6f050093a049c039afd04bd427294e45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10912, '2023-06-22 18:35:05', 'SALE/POS2023/06/10922', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20ffc1ac84c2fe220594981bccf47e3021114d602b80cfe91210f35d3a57a27d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10913, '2023-06-22 18:46:12', 'SALE/POS2023/06/10923', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '942fe3b589f1aa6b97d723768a6ba255adec33b7d9f3437dcaf1541c8eae68fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10914, '2023-06-22 18:48:15', 'SALE/POS2023/06/10924', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edd0423687233faf1a900fe19ea291fb4d0b23f442e070a37dc072face1f54ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10915, '2023-06-22 19:15:04', 'SALE/POS2023/06/10925', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd559a712cd1af816a75dc9a05c73cfc5da03c541700ee558faa1db9f438d7bdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10916, '2023-06-22 19:15:30', 'SALE/POS2023/06/10926', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2314f0965f048ad771e4820a09bb4a4597ab629d2df3d296398ee0d5322ed51a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10917, '2023-06-22 19:38:06', 'SALE/POS2023/06/10927', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eee095a454a3563d65e6e1028b7ec8ed3e83acb9c3ae038a85233c9e23278f69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10918, '2023-06-22 19:56:17', 'SALE/POS2023/06/10928', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a81757cfaf73b4f28a73f07532d7ef22f91861e993cca03b88e7433672f2ecb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10919, '2023-06-23 07:23:02', 'SALE/POS2023/06/10929', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5eb98c5878585da2480eca12102b0e3f85eaa268a08853a1687e8de6c6699cc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10920, '2023-06-23 07:38:29', 'SALE/POS2023/06/10930', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a5a47d8374d904556a238d6ea34b15688873064e14d393688d94ab14f984f97a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10921, '2023-06-23 07:50:52', 'SALE/POS2023/06/10931', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '287.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '287.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '287.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5b4935d5cc8f47deec20d3e5ef6cd31862a520717f31a36958d59d51d96a081', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10922, '2023-06-23 07:52:21', 'SALE/POS2023/06/10932', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffcb1bdd93852803d45da00007473378f9986001986311254abfc578c7714949', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10923, '2023-06-23 07:53:54', 'SALE/POS2023/06/10933', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e69879c01bc96c91d8c9a3e9a041ed82b14382868d620f2c11bbc2fd97699dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10924, '2023-06-23 07:54:32', 'SALE/POS2023/06/10934', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33783e7d0991e2eb3759f7f0a1b04a6717ce6073a9178305f79374adac65afa6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10925, '2023-06-23 07:55:13', 'SALE/POS2023/06/10935', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6aac07a6d1236f34bb15e6b08c315844a675073e43ca5595e04819ebd7ea8fa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10926, '2023-06-23 08:12:47', 'SALE/POS2023/06/10936', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cece02ba2d95a6444165d0dd266463ca51cfd8e9c659894a0827f7eddf5c5c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10927, '2023-06-23 09:37:10', 'SALE/POS2023/06/10937', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c9267dc516036e8ee01ea26fa4d4a321e52747faf92714f9856fbb9efbe41e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10928, '2023-06-23 09:41:49', 'SALE/POS2023/06/10938', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd8fb9bececb4fc5354ab5d7d58b4a2dc8479600290202b22bcb87dd8e411dfc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10929, '2023-06-23 10:03:10', 'SALE/POS2023/06/10939', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab4f33d9c61108949548260487cb87dc7c121692369f47bd04c6146ba2e4190c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10930, '2023-06-23 10:15:46', 'SALE/POS2023/06/10940', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dc0f2c046570a450c7b85a7615d72bb3b95f539dbdf3c4cdeec8b91ac5b0e47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10931, '2023-06-23 10:16:00', 'SALE/POS2023/06/10941', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5e3ce7e2cb65dbcdc88951789907caa15e362d70755b3ec10e3b476f3cb72cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10932, '2023-06-23 10:18:33', 'SALE/POS2023/06/10942', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61e9a4ccffcf3a50d234e115823c99e196fb78484ed935b524e2165dc8279789', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10933, '2023-06-23 10:43:10', 'SALE/POS2023/06/10943', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '38.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '38.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '38.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4812466687a73bea852f56201f18b71caed55a4c4f780f011db463c082b0b4f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10934, '2023-06-23 10:44:17', 'SALE/POS2023/06/10944', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7c6d33416195f9441e7964f775c40b21c59601e017d40089413bc2e4299e452', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10935, '2023-06-23 11:18:14', 'SALE/POS2023/06/10945', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fe185df0d1adc3bf9d89aaa3b8f8e8cef006180ae668913fdc6070e374108dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10936, '2023-06-23 11:21:38', 'SALE/POS2023/06/10946', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '78.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '78.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '78.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '897fb713787ac1033c6e86bdcf87f9605280f4ceeac29a33e0a16318b2b25d22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10937, '2023-06-23 11:24:50', 'SALE/POS2023/06/10947', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '726c39746b706c9e981ea6c2fcd3ceccbe482e49ac1813f24daac84524104373', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10938, '2023-06-23 12:05:19', 'SALE/POS2023/06/10948', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '25.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '751e1cedb46d2e1de0cc0230fba85e9738be95056fab9a4de2d635a74fd83543', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10939, '2023-06-23 13:00:30', 'SALE/POS2023/06/10949', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06405307895014973a51a491ec03c164377655992e057e4be0db5051a11de082', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10940, '2023-06-23 14:25:24', 'SALE/POS2023/06/10950', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b2aac72ff7f813f5e1817f9e4b6b13d3bee454886b4ce690b799ccee0d0b60d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10941, '2023-06-23 14:29:17', 'SALE/POS2023/06/10951', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eac42fd492d689151f8a63ef1d2aaaca339b4818dffbdaf4236d8ea8ae129caf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10942, '2023-06-23 14:40:27', 'SALE/POS2023/06/10952', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a66d14b8757c6a40d4c1fd3e1805ad6bed9f70bb578f2f8dbe35af07cf4baa1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10943, '2023-06-23 14:41:23', 'SALE/POS2023/06/10953', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb5ec2d0a505d511c22836c9b077815c6bf8f216e51b814cb5ce17b2e81e25dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10944, '2023-06-23 14:50:44', 'SALE/POS2023/06/10954', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd30138e9f089ffbded1fd09b9306f089ea9459c47578e4a5f50fb77b66effbf8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10945, '2023-06-23 14:57:00', 'SALE/POS2023/06/10955', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '697c2d1ec81a509b0f7c418db4f4e5e5ea44aaa742cda83937c98075a6aa055f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10946, '2023-06-23 16:34:57', 'SALE/POS2023/06/10956', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0960602cd65b1dbf5fbf4992e30ddcacf229346cd40ac8ba3191045fd8a01b0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10947, '2023-06-23 17:06:59', 'SALE/POS2023/06/10957', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ccf1374313c068adbcd35a82f04c952dd6b5f8a6251339dcccd0b53fcaba4914', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10948, '2023-06-23 17:19:18', 'SALE/POS2023/06/10958', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed3f635849643b802522bd2d4988e26c425cd66765eff194f9a159fabc498667', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10949, '2023-06-23 17:37:55', 'SALE/POS2023/06/10959', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0297aeac9077383e7695497449bdf110de2c47035a752c1fc490a7a612e7165a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10950, '2023-06-23 17:47:07', 'SALE/POS2023/06/10960', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1939f348e98f36d5babfbedc1f9c6fee3f23289c065f78112a0b92a80f6e5f05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10951, '2023-06-23 17:48:09', 'SALE/POS2023/06/10961', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67a9842d3650dba12d9811c8c5c869417bb620ca2396d6a4901a9d77155ce185', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10952, '2023-06-23 17:53:45', 'SALE/POS2023/06/10962', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d4b8b8dfa897a3a82f4e75d7cedde30d1283a9164b06b0c744db6ac5bc950ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10953, '2023-06-23 17:59:07', 'SALE/POS2023/06/10963', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac3413d306ac01f0e6c979592556b4c859387e4c1f2ba779b2eb94cc2623f472', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10954, '2023-06-23 17:59:33', 'SALE/POS2023/06/10964', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40c7169956681611df371047441e9cacbdc5730a072ea1a4e6c64dfbd1f3c316', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10955, '2023-06-23 18:19:36', 'SALE/POS2023/06/10965', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b8c1099e932a7cc35262e6643e4b50109545d7f2309a9405a8d358988a4f703', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10956, '2023-06-23 18:29:01', 'SALE/POS2023/06/10966', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edeacfe8d677fe9488722984146a983e425960d65a9fd927a6762fe3b0d50b73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10957, '2023-06-23 18:36:58', 'SALE/POS2023/06/10967', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd094fc5e0ec3db7a16c0596da341c43ad570a93957c78c7d48d932a66ec711c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10958, '2023-06-23 18:58:52', 'SALE/POS2023/06/10968', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e03513e45b475577eddc42959ec43cfb8150fcd9fa0268c35f7dd815c3486848', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10959, '2023-06-23 19:18:56', 'SALE/POS2023/06/10969', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6441bc1e2eaa5916ad31b86a3f4371a9c27dee8bbd4253e1d68214a507a7e071', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10960, '2023-06-23 19:49:19', 'SALE/POS2023/06/10970', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27750386263fe7a90db2eb58e153fbb2c9114c91cb6d0d0151d8bbb822d2ae41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10961, '2023-06-24 06:01:30', 'SALE/POS2023/06/10971', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dad2814b947ef9ddd438f5c8a48089a50f6e63655cf5e941c3cb4de3f0699a2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10962, '2023-06-24 06:39:46', 'SALE/POS2023/06/10972', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4901dc494f9d1d14c124acc030e98e07a51894da1888407b9fdc8807f43705d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10963, '2023-06-24 06:58:32', 'SALE/POS2023/06/10973', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b3f9fe72cebc2ce277cfacdb25b102e5116e2c8b9fa024328aef2c02dfc008b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10964, '2023-06-24 08:59:08', 'SALE/POS2023/06/10974', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9de189ee6baa7d803597b060b0bbf7cee3341f946a261b5c5492c117dcb2a046', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10965, '2023-06-24 09:22:46', 'SALE/POS2023/06/10975', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ed116d19d672922a36a143ff4eb8961ab9f346efdc1cd850d265e9c7d12d120', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10966, '2023-06-24 10:01:47', 'SALE/POS2023/06/10976', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '814662957e51abe1f18c88aa2d45c950696366d9c259c0958f728fc585d1f4c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10967, '2023-06-24 10:13:03', 'SALE/POS2023/06/10977', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38604cfcd200408c7bde1996f56a4b3fecdaeaf3d0b4f247f907f88e4a65b389', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10968, '2023-06-24 10:45:17', 'SALE/POS2023/06/10978', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f45b98f63e1bfe39546b139ac0aab75abdf7223f5e0ffa3f105d70472ce2e53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10969, '2023-06-24 11:00:46', 'SALE/POS2023/06/10979', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '30.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e73fb01f2695b1fabb3a40347fd72f4790dd988d0986e8af16193d6a905c233f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10970, '2023-06-24 11:03:12', 'SALE/POS2023/06/10980', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4735e698d0c3e9b9ec47fb8c1f2d542828add2a7db7537b2f50c491b863d1988', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10971, '2023-06-24 11:27:21', 'SALE/POS2023/06/10981', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14a2d33318ede9d537c04c72a3984cc90c84a1142566c6d1bb079551030459f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10972, '2023-06-24 11:33:26', 'SALE/POS2023/06/10982', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '28.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b96d5fdb6aaf1cad567ae33fc4941c179913c1164feb8f3c141c573e03ce96e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10973, '2023-06-24 11:35:07', 'SALE/POS2023/06/10983', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb536a3c8809bac3a463831bace760f8340dfc129a7e983a2d2571ba921a7c5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10974, '2023-06-24 11:50:22', 'SALE/POS2023/06/10984', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37ad1c41131d665bf2ed92767f8499583b2b8b7d1accc2fd9aca976efffcaa2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10975, '2023-06-24 12:36:44', 'SALE/POS2023/06/10985', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '277fe72463a030a241cec392101c0e724cfcd1e940fd3fa6e7810473091ecff7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10976, '2023-06-24 13:47:55', 'SALE/POS2023/06/10986', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ee1cc8ca6cf08416039324b3bb52c81d63125e85c91b76ca44c380626626b14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10977, '2023-06-24 13:55:45', 'SALE/POS2023/06/10987', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7dbdf01ae1749e7cb7b7b0432e6894b051bd0c4299e84c4302eec5c6c7c50168', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10978, '2023-06-24 13:56:53', 'SALE/POS2023/06/10988', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '21.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87e985685b354cba3b400d085a66fb298303aec530c470659c98cb7fba40e017', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10979, '2023-06-24 13:59:45', 'SALE/POS2023/06/10989', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e5feecb46ca0899dfa7456da0b3b539115811e15dcbdf4a717208a45f896b43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10980, '2023-06-24 14:10:58', 'SALE/POS2023/06/10990', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a46f4b1fcaad5280ac8b55a1ede458c1cf83ddc0e7b0fddacb7ad019697b971', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10981, '2023-06-24 14:16:42', 'SALE/POS2023/06/10991', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f84c1c06a217d05c455776be503171cca9fc9a80c6141fa13633f5e465ffe6f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10982, '2023-06-24 15:39:13', 'SALE/POS2023/06/10992', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '60.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9744beb58fa544ba5da138002f6910e0b7542f21900fe7cabbebf6809fb04c5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10983, '2023-06-24 16:00:31', 'SALE/POS2023/06/10993', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2215726c37df90d0ae3dece307e8da29d082d222a41eb097726bb5c8f3ba4f1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10984, '2023-06-24 16:00:50', 'SALE/POS2023/06/10994', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edfdb8cf000b8d890181fba7fc6813a1e1fb6b23551463877d0d65309f3c06c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10985, '2023-06-24 16:12:17', 'SALE/POS2023/06/10995', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3006bd114d77e23fdc2dbf5db8dea6ee4e4daa6fb5e4269473e3cb4e51645c9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10986, '2023-06-24 16:19:12', 'SALE/POS2023/06/10996', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee527022820d633a0a4696f7bf012c10dd682ecdfb043ced643ffacf61560830', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10987, '2023-06-24 16:30:49', 'SALE/POS2023/06/10997', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7f032b6cf8649dc9b47c0cf85106e067c31a082793dbd6192494a9df701f6c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10988, '2023-06-24 16:57:27', 'SALE/POS2023/06/10998', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '19.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c20123e95c11a95ff5595ced1802c925ce05b0d48dfcaf59e73c47bb2db7727', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10989, '2023-06-24 17:15:20', 'SALE/POS2023/06/10999', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7d4d1401d2fb59fe65367731da69c9dadfa2a799461e3a742020569f2f5778a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10990, '2023-06-24 17:30:55', 'SALE/POS2023/06/11000', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c005b95bfb6cb15abb667fd05f80edfcb3d26d51ddf537f884d4db1799221bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10991, '2023-06-24 17:45:39', 'SALE/POS2023/06/11001', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ca80aa260befb4e13fd6cac678137d507a74d1c3b177874860c0aa869c22697', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10992, '2023-06-24 18:02:49', 'SALE/POS2023/06/11002', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47e6d6ea172a3739fda4578e79046d3b49736a5b5fa20ccda0b96de3f54994c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10993, '2023-06-24 18:11:30', 'SALE/POS2023/06/11003', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b42c97cd618e596f19c6ca97f19b557d652478abd822d1e246bd50681e17e24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10994, '2023-06-24 18:13:16', 'SALE/POS2023/06/11004', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2905a7f314e7b6ab39772666d0b076dda6fd1ea6adb35b4d7e5b92b2b06ebe2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10995, '2023-06-24 18:18:00', 'SALE/POS2023/06/11005', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73b2fad6f0faabe817bf4e8f4a9761e2d2eda017181b1ab5e37e3c1c26a65179', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10996, '2023-06-24 18:25:19', 'SALE/POS2023/06/11006', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d2323ee14cd8316a726783b660c0748d79b99581d3dbfc9790b07d6637a74cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10997, '2023-06-24 18:34:41', 'SALE/POS2023/06/11007', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a5526d33eed21adf68bbddbb9550434bff9108c2885f05f800d98abab301708', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10998, '2023-06-24 18:37:50', 'SALE/POS2023/06/11008', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '186f22f6674cf23a92b85fb4c7e66f9f733a4f8e6b24ff21d50311dc016b9387', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (10999, '2023-06-24 18:47:10', 'SALE/POS2023/06/11009', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3e2b2d7908366534ba71703399484a737a8e597833fce4a5d8840fbaab75eb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11000, '2023-06-24 18:51:29', 'SALE/POS2023/06/11010', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a319bfa72ee71dcd618c36264879fb82257e5108fd3bd3ad7a5a372a57bda06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11001, '2023-06-24 19:14:18', 'SALE/POS2023/06/11011', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad0768a43c4f7adf55c373c6b4a1508aedb42e281c750d80dedda6fb4934a37e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11002, '2023-06-24 19:20:43', 'SALE/POS2023/06/11012', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6baafae79a1abb382d2915a7668a75210186f1169619aa2bfff967a170f9224', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11003, '2023-06-25 06:41:30', 'SALE/POS2023/06/11013', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e84ea48bfbf6a486374faf141b710f27b4a08bfa85b61244312c4b6b91d0437', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11004, '2023-06-25 07:15:49', 'SALE/POS2023/06/11014', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '468bbc6545b650137e9b32ab3a8ff650da6e80b500d9bfbf8e22e4ca0cdea766', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11005, '2023-06-25 08:19:51', 'SALE/POS2023/06/11015', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ca66f1cc18c3819b17c3bd165cebebc2c91bb930aabb2e9d50d886eb294661c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11006, '2023-06-25 08:21:54', 'SALE/POS2023/06/11016', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2d2abb4892cc4e404e4429aafd4cfcaebb10e13cfd8b96277e05f9e490a0d8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11007, '2023-06-25 08:35:08', 'SALE/POS2023/06/11017', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0df2110573d4c446479d9afd3b9bf66f8a2f765fe2f85b54f5dca067cc5a51c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11008, '2023-06-25 09:21:39', 'SALE/POS2023/06/11018', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4af5d2492e7e925d37c3857914d65d3015dfe3bef6854b11f61c1746dc51f2bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11009, '2023-06-25 09:54:19', 'SALE/POS2023/06/11019', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78f34fb0b66f8e8964f878809dade6c89256fc62a5802f1c925cfe71db4edb80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11010, '2023-06-25 10:42:34', 'SALE/POS2023/06/11020', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c6388f7070a0dd5f230f76e5e278eba44861881af2e0e64b7d6e0747aff50bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11011, '2023-06-25 11:43:10', 'SALE/POS2023/06/11021', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a5998fcf2a298bef4049ae8389f7a328ee8106eba86dd032f6b471723c4ea5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11012, '2023-06-25 11:47:23', 'SALE/POS2023/06/11022', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '34.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '34.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '34.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b30d75f0af601f3d5870dea303fbef6dfba2c9f7bc5c55a1fc7ae7ec054b8728', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11013, '2023-06-25 11:50:24', 'SALE/POS2023/06/11023', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc19e976dfa86e0d9aa8ff48186709ee11bb2306e6f6f6ae4fe7920cc51a4cf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11014, '2023-06-25 12:15:06', 'SALE/POS2023/06/11024', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1c7ca7f6bf4c4dd3004efe6ddb8ee1eaa1440f727afcd1a1e0ddff4f2ff7fde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11015, '2023-06-25 12:22:02', 'SALE/POS2023/06/11025', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '40.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cc26d2ea8a7bfbad72e09233667518bf5ccf8ed7ef746ec0c813ccc395ef97e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11016, '2023-06-25 12:57:13', 'SALE/POS2023/06/11026', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fda0ce4e5241b0cf904a7be0edafa13bf26816cd3d6ffba19dd519023cfa3abd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11017, '2023-06-25 13:17:35', 'SALE/POS2023/06/11027', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '021fa4d2dcb7a2f46fb015cdde1531797710265dfdb8964bab633699646db73b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11018, '2023-06-25 14:28:01', 'SALE/POS2023/06/11028', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3e9bed43eb54c05b9761212846b68fd2188172e84da9eb78b23f5ef5d7e4428', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11019, '2023-06-25 14:38:48', 'SALE/POS2023/06/11029', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 1, '50.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eee1b2a1a73d31a6afdfdea62913e7df71c6dc454c79596d0b25aeb9a52bed69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11020, '2023-06-25 15:05:45', 'SALE/POS2023/06/11030', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a5074ce0b0a301baeb8bd34d5b3306fa5596b475041cd09637a11c698d8006e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11021, '2023-06-25 15:35:26', 'SALE/POS2023/06/11031', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8d6fecaf7efe3378d21cec342d0d28477c38bf61fe215928c8327b7c535680d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11022, '2023-06-25 15:42:43', 'SALE/POS2023/06/11032', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '19.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '19.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5afebfa8af45f11f50ee09558a0ce798608633ca8b803a81a751645a20fe29b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11023, '2023-06-25 16:58:45', 'SALE/POS2023/06/11033', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee45e182a5b2e530cce8c45c0596a5914f9a713b752e64d3caa60a4bac89015a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11024, '2023-06-25 17:29:22', 'SALE/POS2023/06/11034', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0785f2b57b96457d40f62f98ef2c202be3fd1987dd86be21b2e32fc7786f7d9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11025, '2023-06-25 18:31:35', 'SALE/POS2023/06/11035', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0be7f65887ce0e29210835a65d4449002571e11e37555c92cd6ed603d357aca2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11026, '2023-06-25 18:57:45', 'SALE/POS2023/06/11036', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '22.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '22.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '22.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6813eed2ea2c70af9e65af536434d84cd96b7da3ab2ea95adc1339c8bd946b51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11027, '2023-06-25 19:17:15', 'SALE/POS2023/06/11037', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5dec401a3992d9d2b8dc52e270a416f81bb26156e44b2dd40cbda2ddd6b785b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11028, '2023-06-25 19:25:36', 'SALE/POS2023/06/11038', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '930e96dae0f46641b90aea596c9f355285ec7829934aff150122defd7f00a264', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11029, '2023-06-26 06:50:56', 'SALE/POS2023/06/11039', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17ac0dd7bf48e4d0e1af11d9c5f5aa5ef3cd529241ab1e5e6664ed6978e70756', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11030, '2023-06-26 06:52:22', 'SALE/POS2023/06/11040', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07bf2779d069b56905c8dbd4529d42097d65b9ba25bd28275e07671529acfbd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11031, '2023-06-26 06:54:52', 'SALE/POS2023/06/11041', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15dfd73a9eb3ffab9dc4eb1ea6b5c3158487b80dc0c4fe29a740fb17a001287e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11032, '2023-06-26 06:55:40', 'SALE/POS2023/06/11042', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '23.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '23.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27953f72e7b27e8c37f358f1e98e13e340eeedf0b632dd72fe2eb54ca6256c94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11033, '2023-06-26 06:56:13', 'SALE/POS2023/06/11043', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a34be08c699c247e5363cfa04f2dfe263c861d028e1f8f836f36e5d739672f0b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11034, '2023-06-26 06:58:09', 'SALE/POS2023/06/11044', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '26.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2b0646c21d176f600a1d5a0dde486f7ce2e5eb68818aa6dc78d25818f2c216b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11035, '2023-06-26 06:58:47', 'SALE/POS2023/06/11045', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd474559080fb2c680270faf0d7f7dc2c2662010386a099eaf80914cea9709b6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11036, '2023-06-26 07:03:47', 'SALE/POS2023/06/11046', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f91c6c6822b05480ff776dd791bda09eb03249cbd73f4e1a16a85d8977de547a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11037, '2023-06-26 07:06:40', 'SALE/POS2023/06/11047', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '40.9900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '40.9900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '40.9900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3237f02e99259c7cab10efecf12cb215eb5c92150f7daa2323512b5691565d09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11038, '2023-06-26 07:07:25', 'SALE/POS2023/06/11048', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aec065ae26afaed9d8d8ad0e95f18453ba25c938aca3e958d4873b2f052efeff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11039, '2023-06-26 07:08:46', 'SALE/POS2023/06/11049', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54cb8d3f255cc32ce7f81b3e76d48da8bcac1f616975093e59fc8840aa09e89a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11040, '2023-06-26 07:09:17', 'SALE/POS2023/06/11050', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b7eedaf3746eeda0bd603926e81a049aef98d2e807570376a3d0d3c9a64eec4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11041, '2023-06-26 08:09:56', 'SALE/POS2023/06/11051', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e91d8e35e31a08bcffb54ddb6ab5815bae0c7608c1e8d37b9c0269a4d1db6687', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11042, '2023-06-26 08:27:39', 'SALE/POS2023/06/11052', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26d3fdf034ee182fc26b66d221445e3c76e2a1f58bd008409623bbd5dec90603', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11043, '2023-06-26 09:01:23', 'SALE/POS2023/06/11053', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9b0eb0b0e01d17c5f2f4dac23394b2fce1b8f077f6b02df826a645a5ddb5d24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11044, '2023-06-26 09:36:48', 'SALE/POS2023/06/11054', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51941430b06b13f946985101b75a3cdde7109ed79ba2e575acd3727f15c2f27a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11045, '2023-06-26 10:15:59', 'SALE/POS2023/06/11055', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0dd472c44fbf88fb9db89e62a893d5e2a5f382f50dcc445aa73273e194ccfd3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11046, '2023-06-26 10:41:15', 'SALE/POS2023/06/11056', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0dc934f6a1df2de4ca9bdc2ad92c767afbe70ca415448a577a923c69a3ce5af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11047, '2023-06-26 10:45:19', 'SALE/POS2023/06/11057', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93ddf5002fe7804c3d8b5c595f94642ccb10d17ae290b81555cc3ff90caffbe3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11048, '2023-06-26 11:35:42', 'SALE/POS2023/06/11058', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1f48e298f4a6fa45b113b04b042d8d6edac560c11b2e80908bc8ed3b1bc6204', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11049, '2023-06-26 11:59:00', 'SALE/POS2023/06/11059', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '44.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '44.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '44.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58b27b50f02e493ff7b75812ee5133e2a508c2f726579b48d8ea8d7bf9fa0fbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11050, '2023-06-26 12:00:17', 'SALE/POS2023/06/11060', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63fbf061eccf988d8010f5dd73ec413b38cd6f7c8ef25fbe6d8e660372122f8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11051, '2023-06-26 12:04:17', 'SALE/POS2023/06/11061', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0c8a715ae0fdbad1c6dfae6374ea8e5d5419023f6ffea9e3a9af79912edf436', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11052, '2023-06-26 12:06:23', 'SALE/POS2023/06/11062', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '048d164c9436b0d1949ca3d27933f78dd6a6e1ff1ba4d4ed1ed95886de35624b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11053, '2023-06-26 12:19:20', 'SALE/POS2023/06/11063', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f61d3b49afeb54982b3984c01aa35d5031c76cb6fe23d932739dd3c4333f18b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11054, '2023-06-26 12:19:52', 'SALE/POS2023/06/11064', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5a3842969e96fba0d62c966df2ae08c833bc8c1bc5a90fcbf0cb0ce0899304a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11055, '2023-06-26 13:34:30', 'SALE/POS2023/06/11065', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e554314b9f313c1c237d5bdd6171101fd457885d0733875b2d9c03eb1f59b654', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11056, '2023-06-26 13:39:11', 'SALE/POS2023/06/11066', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25b798499bfdcf7bc8a0cdb35e173ea66a134f292b5f8d5d8110efc62aca6382', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11057, '2023-06-26 13:41:19', 'SALE/POS2023/06/11067', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee9f14efc01316842f2bd4097f3388746e81fa12705d5df5c4b66a2bb033610b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11058, '2023-06-26 13:41:32', 'SALE/POS2023/06/11068', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba65a26b61badb2305d6c94763fec4ced00b1d70db08e0c4ee833f9438a571b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11059, '2023-06-26 13:51:02', 'SALE/POS2023/06/11069', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1a397ea4847eddfa60372db57cc16cfdcdb512dc84d72d5efa2b270f210afaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11060, '2023-06-26 13:59:23', 'SALE/POS2023/06/11070', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f53f63c102759bcc138108e98235fde0d10d45d3342ccc2a94e425a6b00b923f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11061, '2023-06-26 14:11:03', 'SALE/POS2023/06/11071', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8012d087c06506e070cfabe8285475f9bf1896a2fbee2e47a0ceb2d8044ee3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11062, '2023-06-26 14:45:36', 'SALE/POS2023/06/11072', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e83778078274b23bccee1338ba71ded12b1cff75e5139a8563f11d84899841a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11063, '2023-06-26 14:53:01', 'SALE/POS2023/06/11073', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '110.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '910aca41ab4227a27b9cae28760dc14f7f29c4d532836c22700de97953e7aaa3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11064, '2023-06-26 14:58:38', 'SALE/POS2023/06/11074', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d6952498cc8b5f3961f392e8294bd2f444e32a564e830faa226c4b2d41aeb42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11065, '2023-06-26 15:17:14', 'SALE/POS2023/06/11075', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87cc914493fc5392e28211f8c1551cab7053295a5f917a5a3b234c439ed11aea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11066, '2023-06-26 15:36:48', 'SALE/POS2023/06/11076', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5cc4d8e7a9542c89b2d8fdf150e55c99848cabf8ffbb85240de3f1d1c54687e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11067, '2023-06-26 15:39:00', 'SALE/POS2023/06/11077', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5912309fa2c96fe7e7f6b1fd4eb9f3365686fc9c8004a7f45b98c1b77d2f4be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11068, '2023-06-26 15:40:37', 'SALE/POS2023/06/11078', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de39cfc5021412c790281e8f5112237e43330db786ed82aa6adcdfc8b3e39168', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11069, '2023-06-26 15:42:04', 'SALE/POS2023/06/11079', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61a2b00c740abae97a2ce6376c87750453b2cd4a0de78106ab2ad89b6db48d42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11070, '2023-06-26 15:49:46', 'SALE/POS2023/06/11080', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54fc91c81b10038302f625b2aa5bd80f884056a42e24e40cd3898fe3797f9402', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11071, '2023-06-26 16:30:14', 'SALE/POS2023/06/11081', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ca92079ff034d0cd7c67e14e9931519793bb6b159453f1e8c584fa8e2ab7b27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11072, '2023-06-26 17:11:20', 'SALE/POS2023/06/11082', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efb40502b6e4d341fb9ca36d34cbb9eff2ceb331d2e5470378c6e4f472af1d25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11073, '2023-06-26 17:18:29', 'SALE/POS2023/06/11083', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a004fcdc22b8215bddb62eea08df204af7163a7adf267af2b743379e523aac14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11074, '2023-06-26 17:27:01', 'SALE/POS2023/06/11084', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '14.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '14.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9228b238554c2a39742f1234688f296c9516180c57823585bab0db943ce7f59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11075, '2023-06-26 17:38:43', 'SALE/POS2023/06/11085', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6f8cc72d3b278e65b501a8f4f3739c18f50ce50e2335af56a639eda7dc3aba6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11076, '2023-06-26 17:41:55', 'SALE/POS2023/06/11086', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '55.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '55.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '55.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd1059c19a1b142baf56c0d1275b12df815c193a609e367e5e90eafd5695b391', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11077, '2023-06-26 17:43:46', 'SALE/POS2023/06/11087', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '77a4612929d4dace59851993caf42ae6497eb3e971ad424f52930c862a462c5d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11078, '2023-06-26 17:51:35', 'SALE/POS2023/06/11088', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25573ed32d7b7327236da377de892a0f87f39fbbf00bc30396ce78cb737aa022', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11079, '2023-06-26 18:17:48', 'SALE/POS2023/06/11089', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63b79bd9cd27485d3fd02a9ccdddeb90cc0525ace24036cb53cbd9cd7666dabd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11080, '2023-06-26 18:18:08', 'SALE/POS2023/06/11090', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a1b6076cd770673f7be7ca82e2419a39d86a1332e9b68576dfacae34bf68a30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11081, '2023-06-26 18:18:21', 'SALE/POS2023/06/11091', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a486e3b1a2c02432dd86279003d9895c98602dc2efa5c45d2a209aff3635cee3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11082, '2023-06-26 18:26:24', 'SALE/POS2023/06/11092', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '54.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '54.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '54.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c848b6509b0fac6fc07588b418f081773ca7afa7cdb960db63cc3c8fb46ad8a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11083, '2023-06-26 18:27:53', 'SALE/POS2023/06/11093', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8ee2594eb132610d2f569c4547014f52f99b12b929cc49020e2f547ef577ab27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11084, '2023-06-26 18:45:58', 'SALE/POS2023/06/11094', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e50896971efb39478aaa61f8e6fa3061a96373e241e7cf7d3066f848f57286c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11085, '2023-06-26 18:47:35', 'SALE/POS2023/06/11095', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6feb8d90dcc3cecd68ee41d0f85c325ef58005f04a54d9f81b5748d4ccaab124', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11086, '2023-06-26 18:59:08', 'SALE/POS2023/06/11096', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c199e4c12833b2b1b146552321fda50ea80badc920c63bff6477c9f7a326255a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11087, '2023-06-26 19:01:43', 'SALE/POS2023/06/11097', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87bdfb9bb311cbc26164374ee9662ba0d7295f4676668d55289ec7ff8c57f955', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11088, '2023-06-26 19:27:02', 'SALE/POS2023/06/11098', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e64afbebd715683342e98a6703facaf1b8b3d548910e224cd83cfd81734b5c36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11089, '2023-06-26 19:50:03', 'SALE/POS2023/06/11099', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd34ddd759aec1d12d2a41bdf81e7eea62243b119d6b820ccc1f0f267fd55b401', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11090, '2023-06-26 19:59:23', 'SALE/POS2023/06/11100', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0aeac195abdb7b4d23d9cda0954df1ea6076503ad5e53ea35a9eeeac5488dd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11091, '2023-06-26 20:02:31', 'SALE/POS2023/06/11101', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '8.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bc905c3621882edd4ae3aa58be048a75bb3b10a4d02f633815cf429c2796b44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11092, '2023-06-26 20:03:22', 'SALE/POS2023/06/11102', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ced1dff23842ce9be4ad80169fdd5747de181ead7ba205c55779bb9763b7bc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11093, '2023-06-26 20:03:52', 'SALE/POS2023/06/11103', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59fd6307424a79131895feb3ea91006600ad0663a45866bb4b10a1603d7f7d0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11094, '2023-06-27 07:25:37', 'SALE/POS2023/06/11104', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ec1df132e3af506459290590ab2435d1bf7edfa89d32db7e6407637a5d0ffa4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11095, '2023-06-27 07:32:11', 'SALE/POS2023/06/11105', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '10.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2c128c74bed39062f8942c8f2eebed704c736d57e9a9af57d69d1476e52355b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11096, '2023-06-27 07:32:49', 'SALE/POS2023/06/11106', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fab6aa538361977a424129e825598b0e048e0830572625fa654a90e0c93f703', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11097, '2023-06-27 07:34:49', 'SALE/POS2023/06/11107', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6869b2c6aa60e648cc5ed933735dda7e22e3c107b7a2a5931b13fcee0410ed3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11098, '2023-06-27 07:53:05', 'SALE/POS2023/06/11108', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18eaec07b77b52bca055dec8efe71b9284b7959ff5612f79e358c4501d258b7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11099, '2023-06-27 07:55:32', 'SALE/POS2023/06/11109', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43fa86d11bb5c21d736e6ddc6bcfd5745f3b453b30069384d8e5724e4fd8b73c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11100, '2023-06-27 08:11:35', 'SALE/POS2023/06/11110', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad1edf4a1f803cca07e346f2f1d9c8a805253dee2b07f010a34320835dabcd0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11101, '2023-06-27 09:01:17', 'SALE/POS2023/06/11111', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c18987d2019a90618e142995ba3b6896c0e9f34941109363f060ba42e972c67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11102, '2023-06-27 10:02:39', 'SALE/POS2023/06/11112', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0631570ce9aa1cf72e56ee53fcdd62848d47521e09b9a21592bd7cc0b1a55de7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11103, '2023-06-27 10:21:57', 'SALE/POS2023/06/11113', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acd24ee9f155dd71dc94bbf5b341c60d42464755c0ca6e43e71fa22130df01b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11104, '2023-06-27 10:27:22', 'SALE/POS2023/06/11114', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '48.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '48.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '48.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd9c01383d7fc3ba51fa2a91752916be74d9f57d19cbbe4ff6c250c211d1aa59b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11105, '2023-06-27 10:28:13', 'SALE/POS2023/06/11115', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cf809b4f25bda3f4be42c00912d4dc20145080abe2438a08e02ae692f779583', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11106, '2023-06-27 10:32:44', 'SALE/POS2023/06/11116', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae5a8352d973514f737d9630c7752fb910a1f93a83dc8b101d5d537086809aec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11107, '2023-06-27 10:50:24', 'SALE/POS2023/06/11117', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '17.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a7449cb30ef362cb6c4f538b206b28b2c62b48e3e181c7ac51a1f104a628994', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11108, '2023-06-27 11:13:08', 'SALE/POS2023/06/11118', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e95f0ad190c92ce0737b166cd967267354d06a5b48af4c6c0bfb332ac7a2646', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11109, '2023-06-27 11:18:07', 'SALE/POS2023/06/11119', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce9611aff8eab55907ab355f76557699c059e33b2972dac15ebda5e9b75e0039', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11110, '2023-06-27 11:31:20', 'SALE/POS2023/06/11120', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '11.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf1ce5b0d9aaa1d6c91f2bb749e47e982134fcf15fc0519b51c72c5583427aad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11111, '2023-06-27 11:41:28', 'SALE/POS2023/06/11121', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '235b0a1b3c5c17c81abcaa8deed10b45b9c953ef1e39ac1e1a1b1aa2db1302bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11112, '2023-06-27 12:03:41', 'SALE/POS2023/06/11122', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '130.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '130.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '130.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1560c3cf189715311ec23a74868294d36faada7e5cc933bbabcfcac356f1898', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11113, '2023-06-27 12:03:57', 'SALE/POS2023/06/11123', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7428d7e2aaa1206256d855aa1e226191344376e12f92a8b2c0d921f8b85fe44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11114, '2023-06-27 12:07:50', 'SALE/POS2023/06/11124', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e73b5e7fdfb273ba306f86772b2589d624e4ec7d09225fe6db639f62a590768', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11115, '2023-06-27 13:56:04', 'SALE/POS2023/06/11125', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd179bc673fd5ed70baa907c6d26dfe261eb7f4c62e4e6acc26ab1f4501c7a54e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11116, '2023-06-27 14:00:26', 'SALE/POS2023/06/11126', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4327381ae90907a2fd3a743c47f4bd313f51ea700c0c317fb3324f33709969b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11117, '2023-06-27 14:33:21', 'SALE/POS2023/06/11127', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f929e6777d74e6e63f324237c329e69e334133ec06ff3484b0427b8d867b6b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11118, '2023-06-27 15:30:42', 'SALE/POS2023/06/11128', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2294900d4ea44d7a522759076757f310b08271f83b2b770571fa415a0017115b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11119, '2023-06-27 15:47:33', 'SALE/POS2023/06/11129', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '97935511123fd4bc2f851794469425e4286356cb23f3383e965bec35c043189b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11120, '2023-06-27 15:48:16', 'SALE/POS2023/06/11130', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed3f3598e2be9ec516e2991be072df73eca2259db3ed54e09700d6339a50ef80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11121, '2023-06-27 15:59:42', 'SALE/POS2023/06/11131', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0907029fdf3cee4e0b90cea7a10ca41acf403ce7e89ae873ff290bc863c9461f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11122, '2023-06-27 16:22:15', 'SALE/POS2023/06/11132', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1de8a92d641236a94ffbfab03117b24203f6ca95d2a0d0695c493737578dc51a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11123, '2023-06-27 16:46:13', 'SALE/POS2023/06/11133', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40d18555a794bd4bc5aaab656e6eca248d63ef518d65a2a62e5662a6f316a020', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11124, '2023-06-27 17:01:35', 'SALE/POS2023/06/11134', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da272d51003871d00173a4a97e71ce243985dfcdfc00397d3eb6bbc45bd771fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11125, '2023-06-27 17:03:11', 'SALE/POS2023/06/11135', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '265a77e18ac71e783987d240c6c024ea04b334967bec27302a3a163347d69392', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11126, '2023-06-27 17:05:17', 'SALE/POS2023/06/11136', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c702832971d7db94a72e1325bfc5fbfbcc3c0d52af2f6a41b6b57065e5c38025', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11127, '2023-06-27 17:21:02', 'SALE/POS2023/06/11137', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fcd7a9c979ce597279b440e4e23f8c905217ccc55cc2cdb237dfb3498e20c8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11128, '2023-06-27 17:22:26', 'SALE/POS2023/06/11138', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7220cf1883cfb0d1a243d6d170ac5b042646f11703e9d9982d5e297fdc51c5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11129, '2023-06-27 17:22:52', 'SALE/POS2023/06/11139', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '60.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '60.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4341babb24b7b279957dab6d77ff0d38a1becb46a7253ee1d0379458ce67f809', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11130, '2023-06-27 17:33:45', 'SALE/POS2023/06/11140', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8060aafed7e30aa62871e767d46495326978da391323d61dca4324c14bb976a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11131, '2023-06-27 17:56:08', 'SALE/POS2023/06/11141', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac9df0aa864b86869a7900229a5dcbbc8991c19b159edde87fff54633c82dcf5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11132, '2023-06-27 18:02:40', 'SALE/POS2023/06/11142', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49130338efb7adfcc36bbf33568cdc2c779af08f1b3fc652405082af60fa1621', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11133, '2023-06-27 18:09:35', 'SALE/POS2023/06/11143', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '52.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '52.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '52.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d80763dba41d3780fa7c32dcff974dd938311f9098b1fa7d5dd4b8dabfe7156', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11134, '2023-06-27 18:44:20', 'SALE/POS2023/06/11144', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '39.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffa4f2a82df3724312181eceb99688c1429915910aa11a09df695a70f525d17c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11135, '2023-06-27 19:51:08', 'SALE/POS2023/06/11145', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb202d629895cc31829827e9c98adc602169b0acb46914b0b4b9ff36135176a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11136, '2023-06-27 19:55:10', 'SALE/POS2023/06/11146', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '4.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db4ea2fcd6c751c0092ce4edfc3f413f99440b5119432d7d564ea73c5d421479', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11137, '2023-06-28 06:06:55', 'SALE/POS2023/06/11147', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dad15206af37c2bd22b094257bdea9255e8dcf3601d044e7cff2a4dca0a74b4f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11138, '2023-06-28 06:30:16', 'SALE/POS2023/06/11148', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a96d39f213ee1f32f06f3b58ae1e6a4ede23b641565d42ad41460b6b606e019f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11139, '2023-06-28 07:41:17', 'SALE/POS2023/06/11149', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9220649c08817eb0c6a17dd19880ab65e7790b9bbdd1837062aeb742c2757ccd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11140, '2023-06-28 07:46:31', 'SALE/POS2023/06/11150', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '21.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '21.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85fe043dc3e75ad762389c9ee02da7f0bc2660ac4e84416f01fcbcb99eaafb19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11141, '2023-06-28 07:47:16', 'SALE/POS2023/06/11151', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f16b007e7ea4ab3cd3a2cdf8b5c496e8b600f94eef1a37e14a02a6b80c68b58a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11142, '2023-06-28 07:49:27', 'SALE/POS2023/06/11152', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '17.4900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '17.4900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '17.4900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2a0d2832ef27900659bac1859c4c46ee9a196f4319c565a33f0a456c502e24e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11143, '2023-06-28 08:21:02', 'SALE/POS2023/06/11153', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '39.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '39.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4fab258783e411071f618268e645009b3da8449a2cc097f420660d3a0abf380', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11144, '2023-06-28 09:04:31', 'SALE/POS2023/06/11154', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '770391f31b29a5d13ccd322f092e45f4595ef9ad846cfcedb7d36f761848a457', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11145, '2023-06-28 09:09:40', 'SALE/POS2023/06/11155', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '20.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15cf3c4f193710806c7691d4001277a218811122bee48926e38e4291355869c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11146, '2023-06-28 09:11:37', 'SALE/POS2023/06/11156', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1267b1795dfd0363ae81b94c9bff396e38f926e1676dafb8612989025a773787', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11147, '2023-06-28 09:21:29', 'SALE/POS2023/06/11157', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5b6d0d806817bd312fbbba91315abbc54df0055e043a6a84be0ebb9849a9df8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11148, '2023-06-28 09:22:38', 'SALE/POS2023/06/11158', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fce472e461914c38cabc812c53bffa6b99c51192f781176df6fab2e8d5f57475', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11149, '2023-06-28 10:18:32', 'SALE/POS2023/06/11159', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '90089a62337c8f70952adcd1e216398df52b26b9aafe409e21ca5e3c86c3a352', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11150, '2023-06-28 10:24:05', 'SALE/POS2023/06/11160', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0ccb4aa315b396e668915ffc474f4fcdd81cfc8de39603c4e7cd8fee2e1f7ca9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11151, '2023-06-28 10:28:33', 'SALE/POS2023/06/11161', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2d52b63341bebabf6914c5ca6f3ea4c32ae6e070e72e7e37b5277c2e46970ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11152, '2023-06-28 10:29:27', 'SALE/POS2023/06/11162', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '808a6d7d32199a83f69ff2d9f370f6493a368298a93f145ee296708fafb1ebb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11153, '2023-06-28 11:28:45', 'SALE/POS2023/06/11163', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf73bb103bd9b101d15e3e5e8c68b009a8352c4f0ca101cff3055e6177f3ab61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11154, '2023-06-28 11:31:07', 'SALE/POS2023/06/11164', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e53d33989bb9b7be0095559bb32e283e4d620ff1c4e6f879a173ef8ffb07826', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11155, '2023-06-28 11:37:18', 'SALE/POS2023/06/11165', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '952f069b0e804343598ef5424ccd84e96a746659b25cbe29ea2d88f97f964a67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11156, '2023-06-28 11:46:16', 'SALE/POS2023/06/11166', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8632bae29f04b74e63dfb1794a50c65f25705a2a10afd45cf2d07198b60e51e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11157, '2023-06-28 12:17:04', 'SALE/POS2023/06/11167', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7aa42d143f2cdf074c468e6cfbb9a73ece90fe1869c099a06c2873794443121f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11158, '2023-06-28 12:18:08', 'SALE/POS2023/06/11168', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '45.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '45.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '45.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0508617b860df48464f64be7e1f6f6d3dd38e3cf06f0e0ec666ba1eb4a8862f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11159, '2023-06-28 12:22:47', 'SALE/POS2023/06/11169', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48d3750c7eb6a46e192c750f5147a755503d5252e578377f08278bad0664c062', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11160, '2023-06-28 12:33:06', 'SALE/POS2023/06/11170', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fabb52b86bd2ca35e8ae8733e218cc46e29c05357e10a20982616ebf1e42065d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11161, '2023-06-28 12:46:38', 'SALE/POS2023/06/11171', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '27.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e25914b54ca9c54264007ba05fed6ca3ed8253854748b88a5301e5c796451d84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11162, '2023-06-28 12:49:06', 'SALE/POS2023/06/11172', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7e7e65b840980eafbe44e79818ae4d8d63d479ab94b0ad75e1e3f0e441637b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11163, '2023-06-28 12:52:36', 'SALE/POS2023/06/11173', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29d58267bdd5aaa6ddb26cb6883925bd6a7f2eb71916418432c7fdade4266f04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11164, '2023-06-28 12:56:04', 'SALE/POS2023/06/11174', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2136a728f24f48477bfd5b312560d9e21b74e2bfddfcb348c4dc80e5f0a24ab2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11165, '2023-06-28 12:57:43', 'SALE/POS2023/06/11175', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '7.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af89daf8d10526eeac5f4a48e51cc1bfa7a2a18a717fbe4fc05be26b2973273f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11166, '2023-06-28 13:59:42', 'SALE/POS2023/06/11176', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7549de9023a2169c1ed3ffc39361b78899f45575beda6a220a0952abaa1834fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11167, '2023-06-28 14:37:50', 'SALE/POS2023/06/11177', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2c5d025cd991d240b26f1313ca70c0c9a1559d31d8787510ab832a509b3e1b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11168, '2023-06-28 14:57:06', 'SALE/POS2023/06/11178', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '549a45f60f2430dadd9f83477ddc152408e32bc8d429404edf2bec7fad6ad542', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11169, '2023-06-28 15:07:50', 'SALE/POS2023/06/11179', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d8fbc1c95caddc469e2277c53025d35c83a7b26caa3834559e9a600a5ac63ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11170, '2023-06-28 15:29:46', 'SALE/POS2023/06/11180', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75d08baf1a43daffb6c3ec6cf7ef5c21b2ef3b3a8d9471690fd229e3b79b63ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11171, '2023-06-28 15:49:07', 'SALE/POS2023/06/11181', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '7.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '7.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1aba7cf3f784c163ea13b7f2e1a0596b003c3ab63ccf426a44837c0fc90411b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11172, '2023-06-28 15:49:18', 'SALE/POS2023/06/11182', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a004da9404990c123aafddbde6eaa0d7ada69b96084f000e194a2fd4c5766416', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11173, '2023-06-28 16:38:39', 'SALE/POS2023/06/11183', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '931fd65df3b5e6e8300791cae8d80c14416803f8fdd283448e170533b9b399f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11174, '2023-06-28 17:57:06', 'SALE/POS2023/06/11184', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e348cd0912ecca5f9f6b7344dbfd61ebb548b4c66be05d9ed4226e7738b7b23f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11175, '2023-06-28 18:01:29', 'SALE/POS2023/06/11185', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '6.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '6.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '31158e9eb9803d8058da2245e95fa057b9e4528d81a07dfdcfd5f7a6b914c0cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11176, '2023-06-28 18:34:12', 'SALE/POS2023/06/11186', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ae89dd06ec013444897f4e8c80538cecd3e995848659c1824abd7ab9c8b72ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11177, '2023-06-28 18:55:06', 'SALE/POS2023/06/11187', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18f484058f61533e981be1629f9addc90fde13ae5e958990a06e93fedbc29fe8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11178, '2023-06-28 19:42:34', 'SALE/POS2023/06/11188', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '15.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '15.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '15.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68cafc100c7f0803b2d59c0c3be2ffb36eff8700be5395395bd1308893ae64cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11179, '2023-06-28 20:00:21', 'SALE/POS2023/06/11189', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '13.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '13.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2478a3bcca99374317a0d4b26bf0e85a4e330d6a325b9beb16a8ba6db8c28d03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11180, '2023-06-29 05:41:38', 'SALE/POS2023/06/11190', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a10fef270e3a80a13752577556fa9f2a891216f53207d62ad4bbde334a8de569', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11181, '2023-06-29 06:10:53', 'SALE/POS2023/06/11191', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c34dd7b15937619f6f1bb177304ab672cd61ca5a599fa3e6f474c31e944afd23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11182, '2023-06-29 07:04:42', 'SALE/POS2023/06/11192', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '31.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '31.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '526ad04f419993d52c64c55e3e12c26b8287149887657b1141a6d3c700f78420', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11183, '2023-06-29 07:49:48', 'SALE/POS2023/06/11193', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '286.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '286.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 21, 1, '286.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f710bdb06ddd3e19417c5ce1e4ea340de75564ef0dcfa4393d6755d1307a2977', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11184, '2023-06-29 07:51:32', 'SALE/POS2023/06/11194', 2, 'Consumidor Final', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '880b3b0e4c1926ad2b1695b231aaab1595568f3649fcb7372b043b6f5be0d843', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11185, '2023-06-29 07:53:02', 'SALE/POS2023/06/11195', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '94.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '94.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '94.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '898837d31f7cf850c69febf2c6de2df2493a5adc6688af964add115d569115dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11186, '2023-06-29 07:53:34', 'SALE/POS2023/06/11196', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23deca03c220cef6ab830ee3f46d9e4a207ba0cb2672a4ff6f1a40fdf4847eea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11187, '2023-06-29 07:57:24', 'SALE/POS2023/06/11197', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d374606882c8743597fb8333bb3256b05f49aac4f38e7ddee26c41157232655', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11188, '2023-06-29 08:02:18', 'SALE/POS2023/06/11198', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '137.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '137.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '137.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '108b0df5807b589e8c9ca0436f3a8c7114ed52216f516b40b1af3939ddcd772a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11189, '2023-06-29 08:04:28', 'SALE/POS2023/06/11199', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '123.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '123.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '123.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c2fc6368f3870e5953e18543cacba5a6221367837777b05b747a0a27b179a22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11190, '2023-06-29 08:05:16', 'SALE/POS2023/06/11200', 55, 'KARIN DE CASTILLO', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '115.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '115.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '115.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0d3cf636a6831e5f1c557f48ae1912ce54eaf52528925c6d1d2aedba5b080d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11191, '2023-07-03 11:20:46', 'SALE/POS2023/07/11201', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '91.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '91.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '91.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a64889aa7bba611910ac7502988a6742cb15b18b39c5ea58eca029d9eee7ebb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11192, '2023-07-03 11:27:07', 'SALE/POS2023/07/11202', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '159.9900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '159.9900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '159.9900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8be4a9dd2ee92b5f9b6d7312bd9cf0c9def0c16955dcfd831c131aecf66addc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11193, '2023-07-03 11:29:13', 'SALE/POS2023/07/11203', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b8b95e9cdd31f28117f2c13bdf846763ea8ea327ea0bffb9aeb2788901f5535', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11194, '2023-07-03 12:24:59', 'SALE/POS2023/07/11204', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '67.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '67.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '67.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69abe83572557fba07b7c2d39d6e8b84aecb6849c29a7ae0b470858176a781ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11195, '2023-07-03 12:34:55', 'SALE/POS2023/07/11205', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '253.4900', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '253.4900', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 54, 1, '253.4900', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d782382ce8807f07338bca85f0d63f1913ca352d1c64352f0ba4348205e37cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11196, '2023-07-03 12:52:15', 'SALE/POS2023/07/11206', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '275.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '275.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 1, '275.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4318334b7a34d8822946f11be2d13534bd3753af31f559bba83466dd75bf8697', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11197, '2023-07-03 13:01:59', 'SALE/POS2023/07/11207', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '374.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '374.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 57, 1, '374.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1edae186494a290c6c1f8457a8489aea8145b6cf466aac39b1cbae23cc09fbf3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11198, '2023-07-03 13:17:40', 'SALE/POS2023/07/11208', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '209.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '209.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 29, 1, '209.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7afdb3660ecd4b7804b462634b5fa1d47503f7dda822a47fdc81ce518f87d91a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11199, '2023-07-03 13:31:25', 'SALE/POS2023/07/11209', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '225.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '225.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '225.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04bed1e615696ef0c5d866a72055672b2b82af0e1a02d0d8fbe6f9742b06548a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11200, '2023-07-03 14:21:35', 'SALE/POS2023/07/11210', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '303.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '303.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 44, 1, '303.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1d4833625b522d2a685879eb18b96440556be96c8a0499fcd0565cad6f465a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11201, '2023-07-03 14:33:34', 'SALE/POS2023/07/11211', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '540.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 59, 1, '540.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1216c3b4b4ec60e828a1f4d13df655c806690be7bebaff5601197653efc24fd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11202, '2023-07-03 14:53:57', 'SALE/POS2023/07/11212', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '85.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '85.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '85.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd5c8d183d462f32413a63fbc222b149a0664c48001769db48f1a09f3790832e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11203, '2023-07-03 14:55:40', 'SALE/POS2023/07/11213', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bfdc8d36bae2d8b7a96bd955522150cb19119e1c0498ac0a628be339917d213e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11204, '2023-07-03 14:58:16', 'SALE/POS2023/07/11214', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '102.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '102.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '102.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cad4b14059132a61a555b05b62ff84e64c75f9a2d6c6c23137ade8fda26cb98a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11205, '2023-07-03 15:23:32', 'SALE/POS2023/07/11215', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '269.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '269.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 31, 1, '269.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c18b9161878ec244e5ef7a5f51b055374a4eb24fa430010b5b35108c903067ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11206, '2023-07-03 15:31:57', 'SALE/POS2023/07/11216', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '42.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '42.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '42.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25b240f1099f51423b73ebc47b17bfccfc6e581c9c5c3f7345b96c343771322e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11207, '2023-07-03 15:38:09', 'SALE/POS2023/07/11217', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '11.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '11.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57763c048a8efa3de34ca27d53267bbdadc81b2cebf471a8f73ff5e4108b2155', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11208, '2023-07-03 15:39:06', 'SALE/POS2023/07/11218', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '5.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd4ed3e8d7a5c1f098010110705a1c42b58e9fb04e2feb91ec471968aff1de2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11209, '2023-07-03 15:39:44', 'SALE/POS2023/07/11219', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '32.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '32.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '32.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7a5cb3dbb912ad4b92a3b86b92ba7f8270dee92191a68e760b0ee54fe3fe423c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11210, '2023-07-03 15:40:18', 'SALE/POS2023/07/11220', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '83e45b2d38bc127fde89392cbff5d653d3da98969b4503f27817c2037c23cbdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11211, '2023-07-03 15:41:04', 'SALE/POS2023/07/11221', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '20.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '20.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '20.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '664f7cfb476d59569d3d92eee434faecd9123f93cd994bb848315ccc7d6213ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11212, '2023-07-03 15:43:07', 'SALE/POS2023/07/11222', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8cf06cd780cdd452a7adb3032b91dfa80b35a65323a98ceeb7a5ce292ed18cda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11213, '2023-07-03 15:44:59', 'SALE/POS2023/07/11223', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '49.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '49.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '49.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '907d464f81882c1c2ed5d659e504917a3851f5128f92697b4c0a9144c6dc56dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11214, '2023-07-03 15:46:21', 'SALE/POS2023/07/11224', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '299b6da0b16cd7ac4906f3e80f3ede671843a25e4d251564e29ac9adf2468d24', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11215, '2023-07-03 15:49:30', 'SALE/POS2023/07/11225', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25b8104cba68586e994124050b2cf76e60242f0b98e7777cd9f3fa0612460011', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11216, '2023-07-03 15:50:43', 'SALE/POS2023/07/11226', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8f825488231a591cf9bde2e03f2462815b7ee475114565c7d62b0bfbe74fa7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11217, '2023-07-03 15:52:19', 'SALE/POS2023/07/11227', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '53.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '53.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '53.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f63ccc32229d34ae5e25bf18a253efe1f8bb5875ebcd306e542ec9f3681885a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11218, '2023-07-03 15:57:14', 'SALE/POS2023/07/11228', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '59.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '59.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '59.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '846bbae9c0184b327f219de6fbd62ef963aa4db87b00638d1ec2602b33958e80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11219, '2023-07-03 16:00:13', 'SALE/POS2023/07/11229', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '9.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '9.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c626a6bd03925ee218cebb186a9c9d2b9b2746cafb2b2f6b04478398999c5894', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11220, '2023-07-03 16:34:59', 'SALE/POS2023/07/11230', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '58d0c580e7e237e93607706e4e5dd6b70af9f591a5237df2e70885be206971b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11221, '2023-07-03 16:41:05', 'SALE/POS2023/07/11231', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c3a0bfcd5e2ab24acadfa3e2fc185c3bb34b26c0d76579de56a86e7509a7c97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11222, '2023-07-03 16:56:18', 'SALE/POS2023/07/11232', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '696d41d9ff846d455713559f6fa719e4cc58ca2f9bb66fe3147394205303dd15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11223, '2023-07-03 17:00:50', 'SALE/POS2023/07/11233', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab17e73bdb1fc6bd70ec3e8bc3ac4e311c63daf6ac11643c842175ebd8be4b79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11224, '2023-07-03 17:03:04', 'SALE/POS2023/07/11234', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5caedae43e2c60e537c2ca5479e20c5dbff0f2f98fd3cd42bff0519c155fd95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11225, '2023-07-03 17:13:36', 'SALE/POS2023/07/11235', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d6d145f1716b93feb2488037e6471f4ee8cb01fdea38997d0a13b85b08ffd3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11226, '2023-07-03 17:19:08', 'SALE/POS2023/07/11236', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1abc83d87122633479c6ad2ff16aac2830c1e52360846a1bd916f99878a0d028', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11227, '2023-07-03 17:46:41', 'SALE/POS2023/07/11237', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '26.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '26.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '26.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bac9aed8d6bfcc9094bf0496c3ea62d78fee49dd710de1d6f649a1818d3f52df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11228, '2023-07-03 18:12:55', 'SALE/POS2023/07/11238', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f5fb4e50d74a9decda6e739e1be1f5d04435087649eb024f13aad93c8dc9d23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11229, '2023-07-03 18:18:41', 'SALE/POS2023/07/11239', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '10.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '10.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '10.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf3a02d579837c76615d5db687da577d2d06fa4694cf37a3d0d0837e5c29a72e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11230, '2023-07-03 18:23:14', 'SALE/POS2023/07/11240', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '65.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '65.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '65.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa9452cd5c02d7c0c7349d05a33328c44021b196636c226e3ef069878557f037', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11231, '2023-07-03 18:30:19', 'SALE/POS2023/07/11241', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fedae0e8dd9e269539634bfbad1fa1d52fdbd5a676583177cf1042c17c5db2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11232, '2023-07-03 19:01:34', 'SALE/POS2023/07/11242', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9107be0fd6944750852c1c1271b2b04afa4370562d8916d38f0ce0da83878bb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11233, '2023-07-03 19:33:30', 'SALE/POS2023/07/11243', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f89e9eee2f51f64466146f3f72149abe7a28134931159cdcb30cb8e10a4d7304', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11234, '2023-07-04 09:36:28', 'SALE/POS2023/07/11244', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '87.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '87.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 1, '87.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0abcf95f027cd31d0369491af62edef9a4fe731434a4b05f7b2468673b5437cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11235, '2023-07-04 09:39:55', 'SALE/POS2023/07/11245', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '35.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0942148f2ab00e602c43a90a64c2a01e282faec5dfeac2cf4c083618a3ba070c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11236, '2023-07-04 09:40:53', 'SALE/POS2023/07/11246', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '58.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '58.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '58.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9095571669dd35be332a2d614380077bc1b1da830e4bc069fae039917d5d9eaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11237, '2023-07-04 09:42:08', 'SALE/POS2023/07/11247', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2646739db22aa3db76ad925b5f8c201f4a3af8892717bed614afddc3fb78f0e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11238, '2023-07-04 09:48:24', 'SALE/POS2023/07/11248', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '33.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b442c60109fa354f8cbc16f225d41ffb66732730967de071ebde3cae365e961', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11239, '2023-07-04 09:54:58', 'SALE/POS2023/07/11249', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '35.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '35.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '35.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7feb6b302c268ab29ef31d3271e34bd451f10b2c8425879dfb037bc2b6125792', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11240, '2023-07-04 10:04:12', 'SALE/POS2023/07/11250', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a5a99ef69a2e7a87cec17aa59d4c7ec01320acec1c0a57858b730da1eb94af5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11241, '2023-07-04 10:21:29', 'SALE/POS2023/07/11251', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23fe4ae0f8563166045c478a2ddc8833df543365a2fd59f96dee2f29189f54de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11242, '2023-07-04 11:28:18', 'SALE/POS2023/07/11252', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bd16bfda3f4ecfef1a5700478a887fcbafdaba893298ccebda1b10e67521d35', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11243, '2023-07-04 11:46:00', 'SALE/POS2023/07/11253', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '28.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '28.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '28.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3440cd048cda283a7d4c3de78da2d8178f310fc6b2e6f44f02879a946d154b14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11244, '2023-07-04 11:46:25', 'SALE/POS2023/07/11254', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '813bff9a07108e2ac0d8bc2c66ab0bcb387d94b082bf6c78cc6c4c947d9f65c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11245, '2023-07-04 11:50:43', 'SALE/POS2023/07/11255', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b49e7df9bb679d207a20935cd4656b963f52dc611e120e6369baae5082c6138a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11246, '2023-07-04 11:58:50', 'SALE/POS2023/07/11256', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca8658a3890cf31db8f5237a946814047011cc04b4c0dff5854ec2b5bf3e171a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11247, '2023-07-04 12:32:16', 'SALE/POS2023/07/11257', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '50.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3103446b79e31291d7af770be4c6656539f620c89f5fa37e85c021b880c01b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11248, '2023-07-04 12:36:44', 'SALE/POS2023/07/11258', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '16.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '16.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cb405fce6bd491a9d6b3a63cc4dbfc5cbb8ee1c874a06592f6541742c88ef6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11249, '2023-07-04 13:23:08', 'SALE/POS2023/07/11259', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3065fb6bfb099f047903557800dfaaf2fc8a27976b53b22e1d40038769417c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11250, '2023-07-04 14:48:35', 'SALE/POS2023/07/11260', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '8.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '8.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd57632c6883464c155e9c651bc6891993addb0068169b363569781ce6e36aeaf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11251, '2023-07-04 14:57:34', 'SALE/POS2023/07/11261', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '37.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '37.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '011d3e4c97bfe56223c2400e02e43a3973d1dc1edb6b25bb3ce97f8f93f0c62d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11252, '2023-07-04 15:04:35', 'SALE/POS2023/07/11262', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffe10407bcbfc6500b06ae532ae0b4b3e849c8e9aa262fcb3bd59b8e2b70c97e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11253, '2023-07-04 15:40:06', 'SALE/POS2023/07/11263', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0517deab6b9a841d6e6ccdece7376e6c282b2ea8cc71e13362b808812cf54382', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11254, '2023-07-04 15:54:34', 'SALE/POS2023/07/11264', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '2.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '2.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49cd496fe3f6ee782c71e6f94bd771b879eb9af0ae8e89ed2ca1a437180d92fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11255, '2023-07-04 16:47:36', 'SALE/POS2023/07/11265', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e3d68c210bd2c812feaa889abc6638c4db70c2aba253711f0c029c332986b3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11256, '2023-07-04 17:10:22', 'SALE/POS2023/07/11266', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0aee13048a1f4d2db5c61ae08548b4661127fa6429cb707094e1f03030d1ed99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11257, '2023-07-04 17:28:55', 'SALE/POS2023/07/11267', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '30.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '30.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '30.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56cdf168155c086dc30de4bc1b935ad35eab1b63da9d8d723ea43eab449d10f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11258, '2023-07-04 17:58:24', 'SALE/POS2023/07/11268', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7549a3234fce9ca6b487b84ed72b002fb25c9b38ccc4510caebc8825ac4ac0c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11259, '2023-07-04 18:01:40', 'SALE/POS2023/07/11269', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a9f144b70413dadd8e3f92e620bb2bd8bc4d379fcff608fb8a0e63ce1cdcb5c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11260, '2023-07-04 18:02:05', 'SALE/POS2023/07/11270', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '3.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '3.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '581217e41c5579371b85da476fb530c2854a63f9eec9722e90bb08208df2f2e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11261, '2023-07-04 18:04:27', 'SALE/POS2023/07/11271', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '47.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '47.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '47.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76ecfad776601618ae9b96bde56b045d1ea78c493cf8900a055e566dedcdd2b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11262, '2023-07-04 18:13:52', 'SALE/POS2023/07/11272', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b5afe408706af99679f6ba06c555b33d91e847650a3f8a224fcb42a9f022cee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11263, '2023-07-04 18:16:42', 'SALE/POS2023/07/11273', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '27.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '27.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '27.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7dd56ab3e3ad1c6d64706d31a58ed6a4f77e23d6ce9b30930a2457dd52a29fae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11264, '2023-07-04 18:16:57', 'SALE/POS2023/07/11274', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78b90700da26e5ddf7f12cf861ff5d69b36bd437ddf585affc2d135329c1d7f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11265, '2023-07-04 18:24:12', 'SALE/POS2023/07/11275', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '1.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '1.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62913c7169159db355e62e2165d2470659514dfcffa9d5ae30036ae58f065808', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11266, '2023-07-04 18:32:22', 'SALE/POS2023/07/11276', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7259fffc6b81942da1e69c55f207af15a82878048f093f49d228909e951190ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11267, '2023-07-04 18:34:39', 'SALE/POS2023/07/11277', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '353ce6c56bf36a6436786603b78581a59da1afc44979c8c5f608edd770f6e76a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11268, '2023-07-04 18:41:33', 'SALE/POS2023/07/11278', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '668ded6842de36622b5510a90ad13035ff4ef0d77d59ccfd4e4540ec89cc1997', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11269, '2023-07-04 18:47:36', 'SALE/POS2023/07/11279', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25719dcf826bcd084a02854c11aa4421f1701b0a38b74901c3b596daa00f8605', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11270, '2023-07-04 18:55:10', 'SALE/POS2023/07/11280', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '24.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '24.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '24.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc92ca2a02184be17f6622f3bfd4d8a45f5774f5cc0ced934f9feb578bc98740', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11271, '2023-07-04 18:59:24', 'SALE/POS2023/07/11281', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f9039e521d87a7f9e96185ad92d491757cbb8184492c789a0aedc918e2705c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11272, '2023-07-04 19:01:51', 'SALE/POS2023/07/11282', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '5.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '5.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '80da487b917d7167ae335d27cd2dbada0d230304c2418cb51bfe95b8b5294ebd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11273, '2023-07-04 19:06:50', 'SALE/POS2023/07/11283', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d1b342817ef546550e9bf1978739763ac8e29443e4318f85f74e953860dd5e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11274, '2023-07-04 19:09:33', 'SALE/POS2023/07/11284', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b39b3e271bbb82d9f5db87ff7f271deab9de73404f36711509a62b8e7ca29cad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11275, '2023-07-04 19:12:12', 'SALE/POS2023/07/11285', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '4.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '4.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aaff6c1452baeb4e97f3bef5d2f75c0ec357d27e4428c500cd52e5fd3a967437', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11276, '2023-07-04 19:25:51', 'SALE/POS2023/07/11286', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '18.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '18.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0554f0e1edc7c7c73259c6c30514d9380863a6ea8a5d2672bb1c9a0479ba9434', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11277, '2023-07-04 19:36:45', 'SALE/POS2023/07/11287', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '33.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '33.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '33.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1862dbaad97816d05ffbcf9c45cb275ab0284bd087cf86d90035753516de62c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11278, '2023-07-04 19:39:24', 'SALE/POS2023/07/11288', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '25.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '25.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '25.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd148ce4d39f6c3339ba1656862431e5415f73aacf467b4bb236b6fd8784cd379', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11279, '2023-07-04 19:53:38', 'SALE/POS2023/07/11289', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '36.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '36.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '36.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5db850595032e7c6ddc35a51435d6ba8feb5962858211d5f13151ae4dead31d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11280, '2023-07-04 19:58:08', 'SALE/POS2023/07/11290', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '80.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '80.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '80.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2dfd0f89de0fdde5b84354182b040dc2de01c064e6681d8661ff6c508bbc8890', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11281, '2023-07-05 10:34:02', 'SALE/POS2023/07/11291', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '12.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '12.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c5c65c84aa10f92bbeb7c25003454db13eab27343de1c5b35a706153ee3d310', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (11282, '2023-07-05 10:38:14', 'SALE/POS2023/07/11292', 1, 'Prueba', 3, 'Gasolinera y Materiales Manuelito S.A.', 1, '', '', '81.5000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '81.5000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '81.5000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5bfbe50bf6a5326f0162c4228c28e2b235fde671dc23fd1a479853732c7a66a2', NULL, NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_sessions
#

DROP TABLE IF EXISTS `sma_sessions`;

CREATE TABLE `sma_sessions` (
  `id` varchar(40) NOT NULL,
  `ip_address` varchar(45) NOT NULL,
  `timestamp` int(10) unsigned NOT NULL DEFAULT '0',
  `data` blob NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ci_sessions_timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00051e13c1f2501f4ea37701b96140eaaf900183', '51.222.253.12', 1661435336, '__ci_last_regenerate|i:1661435336;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0006eb0cf9afd7ecac3cadde3b99fb8be479a84a', '207.46.13.23', 1674073353, '__ci_last_regenerate|i:1674073353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00071b65c60cb69f5e973b17c6d768a26b44d2a6', '114.119.157.239', 1688007762, '__ci_last_regenerate|i:1688007762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0007b4c40053f27fc92742bfb6029594e2d5d64e', '52.167.144.164', 1685074050, '__ci_last_regenerate|i:1685074050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00096103a04b7653c2ba8392a2383ed8a9156954', '207.46.13.207', 1681323749, '__ci_last_regenerate|i:1681323749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('000d5907396217877b2fbb0aba26277f7498e350', '200.119.170.209', 1656777446, '__ci_last_regenerate|i:1656777445;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656708949\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656777445;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('000dbe42ba191f14cfc5be16039a70d77e4ef245', '207.46.13.127', 1656865582, '__ci_last_regenerate|i:1656865573;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('000eb3e8bf4080b21637b0127bc440ee0f9edf85', '114.119.155.185', 1686865490, '__ci_last_regenerate|i:1686865490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00108969748bae2e833a274af0fa37e57ec7ec14', '207.46.13.217', 1681390794, '__ci_last_regenerate|i:1681390794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0010ed443f96f3f79624d8c4c0ab964fd8f46883', '124.206.180.138', 1651557023, '__ci_last_regenerate|i:1651557012;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00158935d480f910500540fb3ee99e8256923d74', '52.167.144.164', 1686692120, '__ci_last_regenerate|i:1686692120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0016c44527b939ee82f55c14642b2c3cfea2434e', '200.119.172.60', 1674952157, '__ci_last_regenerate|i:1674952157;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674950506;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0016fa6b4729221a494906c796ccb8e0f183349a', '207.46.13.44', 1673056548, '__ci_last_regenerate|i:1673056548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0017105baa5c4c73771cf803e6e8f748d1a326bf', '162.142.125.221', 1652021715, '__ci_last_regenerate|i:1652021715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('001751c0af1c8c28a62b886bb08929cb04b050a2', '190.56.32.174', 1676858160, '__ci_last_regenerate|i:1676858160;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676858094;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0018067a564fd4ab2c80af9c00f18eef54cea8c3', '52.167.144.171', 1685403442, '__ci_last_regenerate|i:1685403442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('001824a3e2f28b790078096e0909b56ceebd2c74', '114.119.153.246', 1688286307, '__ci_last_regenerate|i:1688286307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0018f0096c90fda2b6b932fb46f5985ee02b4d9a', '114.119.133.190', 1688194292, '__ci_last_regenerate|i:1688194292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('001930ef8ef098897de45dc4236dca3bccb3b3ed', '157.55.39.253', 1682938864, '__ci_last_regenerate|i:1682938864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('001cb46b1b941a3410419806f560600483b985c6', '190.56.50.6', 1686934136, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686934136;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686934096;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('001dd77394cd59602d741261f59318f4bfb48be3', '198.251.73.45', 1669807896, '__ci_last_regenerate|i:1669807896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('001e1a8a91aef7224a66e8fbd4aa3ff688b1154f', '200.119.170.143', 1670202442, '__ci_last_regenerate|i:1670202442;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670202366;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('001ea7761751b8cbecbf437afe85313075659778', '190.56.54.156', 1665274680, '__ci_last_regenerate|i:1665274680;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665273581;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('001ef3b7170c413702c154a462d093066333fd3d', '190.148.252.235', 1666882883, '__ci_last_regenerate|i:1666882883;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666822029\";last_ip|s:14:\"200.119.170.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YAzP0Eux1ospdMlg3wO8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('001f425a8d56511733f6b69dff3de60466d6beb8', '200.119.173.177', 1685399422, '__ci_last_regenerate|i:1685399422;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685399223;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('002275fe9ed035f37b5e73d97e105ec4977d4ea8', '190.56.54.156', 1665425628, '__ci_last_regenerate|i:1665425628;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00236ba94ac66a9ff58c1c7f065e0510425723b8', '114.119.134.18', 1684109872, '__ci_last_regenerate|i:1684109871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00245a9209e96a81fc506d89a9e923e28a7c3547', '157.55.39.79', 1669794923, '__ci_last_regenerate|i:1669794923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00253d91510a0bb9ed957f82004a48209ead07f9', '190.148.158.151', 1677087983, '__ci_last_regenerate|i:1677087983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677087721;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0025b10cf1ef1ebf6ff83bd5b901538eadbbb5cc', '40.77.167.184', 1679135086, '__ci_last_regenerate|i:1679135086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0025d0a61f8e8d3193e98aa8cb999a6c1918e54f', '190.56.55.113', 1673373899, '__ci_last_regenerate|i:1673373899;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673373893;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00276d2553c5519c99d52db24ca0232e9405abef', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0027c78421dc329dfe51e817f09ca8c2bdc41296', '51.195.90.229', 1650840958, '__ci_last_regenerate|i:1650840958;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00289c61e01f2049b871822a68763709e3fe7faf', '66.249.79.210', 1679300708, '__ci_last_regenerate|i:1679300708;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('002b0a007cdd588f063894ae7e5c6874631cb236', '190.148.158.151', 1677087681, '__ci_last_regenerate|i:1677087681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677085762;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('002d8426f64d898d7d7fe0b032517aa8644aee84', '157.55.39.164', 1663461052, '__ci_last_regenerate|i:1663461041;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('002dcf4905901a65e64c544882e6d8b0c570d43c', '190.148.87.96', 1678549213, '__ci_last_regenerate|i:1678549213;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678548381;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('002fef6d6d7a342ee56a04392aa67a243787496d', '114.119.135.206', 1683372096, '__ci_last_regenerate|i:1683372049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0032820484245750ae6e2df43992729a4268cd33', '52.167.144.164', 1685876658, '__ci_last_regenerate|i:1685876658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00373611a9a2e2cb25ad285e431e02e3cdebda50', '52.167.144.162', 1682959428, '__ci_last_regenerate|i:1682959428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('003a7276cad90b50485d9bd2edf93d2e628ec75c', '34.123.63.51', 1659887364, '__ci_last_regenerate|i:1659887364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('003a8586919cdd98b1bf5fc12acfd8a46b6b018c', '157.55.39.253', 1681976374, '__ci_last_regenerate|i:1681976373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('003b6292a3f0cf2ebbd3c1997059d6749c277fd9', '190.148.252.183', 1681584086, '__ci_last_regenerate|i:1681584086;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681582888;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('003b6861106ba0ec8e74b3fdc41f3461bbe20e5b', '190.56.55.113', 1673824584, '__ci_last_regenerate|i:1673824584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673824579;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('003bb92bac592fc107901d940881de8354eedff5', '104.131.94.164', 1657274122, '__ci_last_regenerate|i:1657274122;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('003c66a7b409ebdf548bab5a878cea8993f9bf6d', '51.222.253.10', 1670292131, '__ci_last_regenerate|i:1670292131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('003e98c21c91b25a8e23f485dc3ee20f698c4814', '51.222.253.15', 1668409718, '__ci_last_regenerate|i:1668409718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('003f06957e6307d4e65ca609e7e64348072e5cfb', '114.119.157.152', 1686701839, '__ci_last_regenerate|i:1686701839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('003f6c3ea16300ac8f1e1e165bf5fa0dcf477ee9', '54.36.149.85', 1654197185, '__ci_last_regenerate|i:1654197185;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00401d5e5016218d07ec07931d0541a3bea81af0', '51.222.253.6', 1651165252, '__ci_last_regenerate|i:1651165252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0040bbd89873d81e409eaa1600ec7417b5ba3491', '207.46.13.154', 1671783516, '__ci_last_regenerate|i:1671783516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0042aaa6244ae0d123b0ff32d56aab3bc5c10e5a', '190.56.55.113', 1673545438, '__ci_last_regenerate|i:1673545438;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673545412;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00448a1f71b9ecda70e06c61aa306242f782f98f', '52.167.144.164', 1685476005, '__ci_last_regenerate|i:1685476005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00449a37a574f12479201ca82250653aedf593e0', '190.56.32.35', 1671826251, '__ci_last_regenerate|i:1671826251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671826214;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0044eb0fc496b98a750704bdf7bfdd56b9db2f2e', '190.148.252.111', 1677960863, '__ci_last_regenerate|i:1677960863;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677960797;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0047734f5b919f7683221d5764060aafde701ee1', '52.167.144.171', 1685760640, '__ci_last_regenerate|i:1685760640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0048a5485f06e1ba95173125f5b28ce27ebe03de', '157.55.39.143', 1667121350, '__ci_last_regenerate|i:1667121350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('004a0c2fd7f6e3f15b81d62d5ae7696040831fa1', '190.148.252.151', 1671028891, '__ci_last_regenerate|i:1671028891;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671028814;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('004b87c2c22be606cae73524771b03201be026c7', '114.119.155.55', 1683416202, '__ci_last_regenerate|i:1683416202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('004be763367ee6b535ea6b96094d772324c36607', '190.56.32.174', 1676509293, '__ci_last_regenerate|i:1676509293;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676509285;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('004ca19878cb582a5ea58f61ddee22d1a4c21175', '190.148.158.164', 1667322867, '__ci_last_regenerate|i:1667322867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667322859;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('004e2f5d0802f8c626de600ab2e92d7475589360', '40.77.167.104', 1670040729, '__ci_last_regenerate|i:1670040729;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('004fad0c3573154a2d7d2ee18790d7de68ca7074', '185.27.99.129', 1682140098, '__ci_last_regenerate|i:1682140098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0050cecf3e65626c9aa0a852e413225cd4e0a678', '205.210.31.150', 1652303378, '__ci_last_regenerate|i:1652303378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0051efeba74fb5b6e97bf45ba8b50dc236859d45', '200.119.173.96', 1687132878, '__ci_last_regenerate|i:1687132878;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687132876;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00531c32e14e5bd54b7cfc82727a0ee237b3a284', '207.46.13.41', 1665485755, '__ci_last_regenerate|i:1665485755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005334c6b67a4ca2f8f99f77b5339e1df6334676', '66.249.79.199', 1681493823, '__ci_last_regenerate|i:1681493823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005375e65ee240e2800de1401a9a62b6d55b8b94', '114.119.133.152', 1688569710, '__ci_last_regenerate|i:1688569710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005a64972752ece513975467bb2e552c2b5879d4', '40.77.167.175', 1680363845, '__ci_last_regenerate|i:1680363845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005a6ea590ed25752cb65ca4bb275dbb8719020a', '52.167.144.164', 1686406376, '__ci_last_regenerate|i:1686406376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005b7ca5fef077b0d1476f7b9a8267a2d5a46f64', '190.148.252.183', 1681419618, '__ci_last_regenerate|i:1681419618;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681419169;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005b893a8af6083ccc647ccffafaeda18ea2ef22', '35.217.74.140', 1669971224, '__ci_last_regenerate|i:1669971224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005bfac4e36ed610251be3b15494b37edee795c0', '200.119.170.10', 1655311474, '__ci_last_regenerate|i:1655311474;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655311466;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005c4491aae6a94be5225915149ea733bce6c348', '40.77.167.156', 1678677370, '__ci_last_regenerate|i:1678677370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005dcb30c71bcea222ddffb0b996ac795d085972', '40.77.167.202', 1687397052, '__ci_last_regenerate|i:1687397052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('005f41f983a62ebf48efc015eb17b74548bd4d70', '200.119.169.25', 1664890667, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664890667;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664890662;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00600f280efa254a9957d23f1d0f37f055082147', '190.148.158.69', 1685459326, '__ci_last_regenerate|i:1685459326;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685459237;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00606affcf3f1979d5a3242a3d3e6bc58064139d', '40.77.167.101', 1662355817, '__ci_last_regenerate|i:1662355817;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('006299d41b03527047439231b482ec044072d2f3', '190.56.50.6', 1667673094, '__ci_last_regenerate|i:1667673094;requested_page|s:29:\"category/ferreteria-manuelito\";error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00638fd5ff18023c47803089b29e4c1d3f8b9e44', '190.56.50.253', 1682691482, '__ci_last_regenerate|i:1682691482;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682691096;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00648864fc1b03f4cf0b6f78a51fab1602b6271e', '40.77.167.11', 1657625103, '__ci_last_regenerate|i:1657625091;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('006642b531610321acba225b1a61c4c73c3b52ba', '52.167.144.61', 1688042493, '__ci_last_regenerate|i:1688042493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0066c3b55e1b905a04d1438f89b63b54f05b461a', '66.249.64.103', 1671763525, '__ci_last_regenerate|i:1671763525;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0066c7e890ae5fb609ccd5df59605cd14dd93afe', '40.77.167.222', 1681662464, '__ci_last_regenerate|i:1681662464;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00676815f8bfa4e0b81a5ce450294b045ea2eee1', '51.222.253.17', 1652389381, '__ci_last_regenerate|i:1652389381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0068126b13991f48488e287af071ed3e140e5818', '157.55.39.80', 1670282811, '__ci_last_regenerate|i:1670282811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0068859057a5d1ffa21e57b768622225405b15da', '114.119.154.155', 1685195693, '__ci_last_regenerate|i:1685195693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('006928ada0a2f677fccaecdaec8326c498c2c529', '78.47.36.113', 1652341694, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00696af488981f67548dfea167e0cac7b6fb64b4', '51.222.253.12', 1672045075, '__ci_last_regenerate|i:1672045075;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('006b2c9a3ac968ab4184ca71d468e1e6c1048d37', '40.77.167.202', 1687333369, '__ci_last_regenerate|i:1687333368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('006d50a0daf427ad9be305bc211ddcfbb9b5f02c', '200.119.169.44', 1663700220, '__ci_last_regenerate|i:1663700220;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663683942\";last_ip|s:12:\"190.148.87.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663693750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00701a6b22625d55ed20871db6fa93d5e48e27d7', '40.77.167.191', 1682109636, '__ci_last_regenerate|i:1682109636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00727dd47355b96a285f1baa9d7624221c4031c8', '157.55.39.100', 1672236935, '__ci_last_regenerate|i:1672236935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0073e45b649494b35103f8387ac76e2937ea3459', '114.119.161.89', 1688321763, '__ci_last_regenerate|i:1688321763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00754474bc1eeca71645c011d3b6286ed62156ef', '52.167.144.107', 1680738765, '__ci_last_regenerate|i:1680738765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('007619b55227c137710ab66b78da33a5c03b2519', '40.77.167.178', 1677057418, '__ci_last_regenerate|i:1677057418;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('007971d12107b039f343d48e9c731ce55f894387', '114.119.142.43', 1687972581, '__ci_last_regenerate|i:1687972581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('007a1f597e3566b9778dcd05da9bf9e6d1766360', '52.167.144.98', 1684132469, '__ci_last_regenerate|i:1684132469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('007a84f658cb55b3d534cdace95355df612c5c3a', '52.167.144.43', 1683658252, '__ci_last_regenerate|i:1683658252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('007aa482c0a620f0f0673a557993694a4da7d91f', '104.131.94.164', 1657274115, '__ci_last_regenerate|i:1657274115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('007c749ce459770234ab10baea738331c048edbe', '190.148.87.6', 1668379100, '__ci_last_regenerate|i:1668379100;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668378720;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0083ae073839f7de4a28885018a9c3421903a749', '190.148.157.103', 1666795219, '__ci_last_regenerate|i:1666795219;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666795211;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0084249a51ed859282b61219eb1f298dbdee8096', '198.46.201.185', 1653501582, '__ci_last_regenerate|i:1653501582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008484d84103e6919bfdb2334598413f5c18c92c', '54.36.148.236', 1660602029, '__ci_last_regenerate|i:1660602029;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0084a7cbf71bba66495460c5203de862feba36a8', '157.55.39.80', 1670598073, '__ci_last_regenerate|i:1670598073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008514dd254107595a876c0a67d2297131e3a838', '157.55.39.144', 1665471337, '__ci_last_regenerate|i:1665471337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00852ea99f1fd6656bd47999521fc53782b6931e', '52.167.144.164', 1685594543, '__ci_last_regenerate|i:1685594543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008547aa8809e5206a4696d14c099a006223daf2', '40.77.167.221', 1680727998, '__ci_last_regenerate|i:1680727998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0085c36fa988ccc8928eb7c4986194ca2e0b2730', '200.119.168.250', 1681149483, '__ci_last_regenerate|i:1681149483;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681149479;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008a287653ab3ade8b366c0c9d3dc5323558401e', '190.148.157.183', 1680273400, '__ci_last_regenerate|i:1680273400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680273109;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008b7860480eee60abe5b8f6bb9f659ed1fbdea3', '200.119.171.24', 1665932427, '__ci_last_regenerate|i:1665932427;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665931769;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008bb906a4cd70231634713ac64302d06f981e81', '207.46.13.41', 1671597829, '__ci_last_regenerate|i:1671597829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008c690936fbf4af1f8143fbec5d62589517a159', '190.148.252.235', 1666886906, '__ci_last_regenerate|i:1666886906;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666822029\";last_ip|s:14:\"200.119.170.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YAzP0Eux1ospdMlg3wO8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008c8b0b20ecf17be003cec8b96f5ce02a3f95ca', '52.167.144.89', 1679557529, '__ci_last_regenerate|i:1679557529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008dc7f11553bdb37ee6fae23a418be4081b2a4e', '149.28.132.74', 1651140721, '__ci_last_regenerate|i:1651140717;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('008f31259c38e06f25def3b8685dada6e6548076', '114.119.159.37', 1686389709, '__ci_last_regenerate|i:1686389709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('009166527fdc14b2d9cbeed5428536f267e457f7', '40.77.167.91', 1687041487, '__ci_last_regenerate|i:1687041487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0091da1d17d0d7e0997211ed3563bbccc9f7a70d', '52.167.144.66', 1681924621, '__ci_last_regenerate|i:1681924621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('009292ec5ae2d025fa15c15dde0f65e7744d78b4', '52.167.144.162', 1681942361, '__ci_last_regenerate|i:1681942361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0094a35e1318b904af836082c7c4c29c0da55a5a', '190.148.158.175', 1672332419, '__ci_last_regenerate|i:1672332419;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672332005;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0094d7545bb6d9123be59771ab7bc2e74085d5aa', '114.119.142.19', 1686353917, '__ci_last_regenerate|i:1686353917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0097e807a3eb0019702300d9c570deda399fd5eb', '17.121.115.157', 1654432712, '__ci_last_regenerate|i:1654432712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('009925b9645b4ff0448d22a5bfbd0f5de563dd70', '200.119.170.113', 1666699677, '__ci_last_regenerate|i:1666699677;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666699617;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('009baf7583bb145970a4417e8edb969b00c9bf93', '190.148.158.164', 1667336722, '__ci_last_regenerate|i:1667336722;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667336717;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('009c866fb7884829a6798dbade0349de3ed05532', '34.208.202.133', 1668776983, '__ci_last_regenerate|i:1668776983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('009e127de7ad9f84d60ae0c6b42fa1f0804fa521', '157.55.39.79', 1668834364, '__ci_last_regenerate|i:1668834364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00a033b6d637b49b4b5000ebe514f0d38a852d12', '88.230.14.20', 1684269586, '__ci_last_regenerate|i:1684269586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00a151247894b7638788d5c3e39c64e87f361951', '114.119.148.161', 1687732771, '__ci_last_regenerate|i:1687732771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00a3466b9be05a9bf6675dec1d45c46d156104b6', '66.249.79.208', 1654782254, '__ci_last_regenerate|i:1654782251;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00a58bbdec4982f9255f7347be8c42a5f9fc3a87', '54.36.149.38', 1684557285, '__ci_last_regenerate|i:1684557285;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00a679895bb8d0e581b8ad22695f29c5b97142ae', '66.249.79.194', 1688545532, '__ci_last_regenerate|i:1688545532;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00a7da2eddc0bead9f98fd2b975d4ceb58764238', '190.148.252.177', 1673966437, '__ci_last_regenerate|i:1673966174;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673902592\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00a8f762bfeda050e471e699dd6e0f7e46e1f9a5', '190.148.157.122', 1666654489, '__ci_last_regenerate|i:1666654489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666654394;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00a946a5deb9e7b7d4c700f5f7f7825cd4668076', '157.55.39.94', 1672790676, '__ci_last_regenerate|i:1672790676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00aaa8f48aa8c5bea0458a2c4e4fe9728e038b97', '54.36.149.98', 1673765536, '__ci_last_regenerate|i:1673765536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00ac3d1f6fa9cfc842fd634c6e1327d2968091a0', '74.208.2.231', 1684500930, '__ci_last_regenerate|i:1684500930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00b5a95982a50da6dd95853efe58a52b7ab86cf1', '157.55.39.69', 1672304499, '__ci_last_regenerate|i:1672304499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00b74db9105df80d13721c5460af589ac772cf85', '66.249.65.103', 1651319398, '__ci_last_regenerate|i:1651319398;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00b84fd5f9aad43e8c3d5b78584c307d021c0c23', '144.76.151.42', 1650866383, '__ci_last_regenerate|i:1650866382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00b90e30db94c841c0a1078522c58a7995fbafc8', '40.77.167.225', 1680307935, '__ci_last_regenerate|i:1680307935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00bc4bb81403d8da6a72543f38b331f8a14a61a9', '36.99.136.142', 1650686099, '__ci_last_regenerate|i:1650686099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00bccbeb99947cf60ef63b6d975292a1733767ad', '190.56.32.35', 1671655181, '__ci_last_regenerate|i:1671655181;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"q6PhFUJiGmKHSQwOB40N\";remove_pols|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00bde770407d4e60a13f89638467ffa61d6fc2d6', '51.222.253.3', 1654659992, '__ci_last_regenerate|i:1654659992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c05d84dcb1ceb5f5b9c7bf3a2ef8b702ca4fa6', '207.46.13.199', 1661374852, '__ci_last_regenerate|i:1661374841;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c1d08f04bc817f1e7bf6701c9033de536713c8', '40.77.167.102', 1661586879, '__ci_last_regenerate|i:1661586879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c1d9e5878053481fcf08e61547205228a9c663', '207.46.13.217', 1684278050, '__ci_last_regenerate|i:1684278050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c2ab512c2e7b8168cea53bebedbe3170554331', '52.167.144.98', 1684970780, '__ci_last_regenerate|i:1684970779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c2f11d0d36f6580a1ef6c0b4b5912e2572ce66', '200.119.174.9', 1674305458, '__ci_last_regenerate|i:1674305458;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674305068;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c37f294e2ee8a79ca7d499d190c5302c335cf8', '40.77.167.166', 1676527737, '__ci_last_regenerate|i:1676527737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c4d5364d53f36ebc3e1b4848443ca7486dbca7', '52.167.144.98', 1684980344, '__ci_last_regenerate|i:1684980344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c54c3cc78ce255609fddcbcd5ebae81685fd42', '52.167.144.154', 1687707354, '__ci_last_regenerate|i:1687707354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c60699a70b89217703fce9f2a98745baca746c', '66.249.65.110', 1674611032, '__ci_last_regenerate|i:1674611032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00caa764d6d63e143005df9fd60e93ce5d0a7ca6', '3.135.236.6', 1660656450, '__ci_last_regenerate|i:1660656450;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00caacb4f929ff781ec66f604cf06049ebd1d966', '52.167.144.98', 1686769229, '__ci_last_regenerate|i:1686769229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00cb8a4fcdd2e7f5a455c5be91492d8bd34098d3', '190.148.157.206', 1679532731, '__ci_last_regenerate|i:1679532731;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679532674;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00cc23683d55adad472766a59aba719b0a1a8288', '200.119.172.95', 1659539707, '__ci_last_regenerate|i:1659539707;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659464807\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"PGxmt4KWdRVSgcz2wvTp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00cd5f6a11c942f4d904fcabfe08e0e3f274e782', '40.77.167.37', 1667733671, '__ci_last_regenerate|i:1667733671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00ce6fdecb8fe3857b70126bdb2ccc1428d2f911', '40.77.167.13', 1672390037, '__ci_last_regenerate|i:1672390037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00cec189fb258b2c0e18274d75b68e09ce16efa8', '52.167.144.171', 1684315717, '__ci_last_regenerate|i:1684315717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00cf94e7a2c997b4c5098498c57e0bdaa9252924', '95.111.235.203', 1652339945, '__ci_last_regenerate|i:1652339945;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00d326ab388bd3d1e332e933a72da46f5f110c10', '190.148.87.182', 1679779336, '__ci_last_regenerate|i:1679779336;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679777729;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00d3284a8692cd05f88482d488140114479d1dfb', '114.119.135.251', 1685300229, '__ci_last_regenerate|i:1685300229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00d4564968e9112473c47bc15cb46297fd74fd0e', '40.77.167.178', 1676829705, '__ci_last_regenerate|i:1676829705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00d53ee358597a70451f535694596c3290eb162d', '207.46.13.205', 1671234196, '__ci_last_regenerate|i:1671234196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00d6dfb83b377d0b8980eefae5a697a6614bb155', '3.111.41.2', 1670738450, '__ci_last_regenerate|i:1670738450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00d774bbc88925f02baa64b2f5c2a7b010435ba8', '51.222.253.11', 1676847766, '__ci_last_regenerate|i:1676847766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00d99bfe43c611e82e86b53e4cf5718563c2f0e6', '190.56.32.174', 1676559633, '__ci_last_regenerate|i:1676559633;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676558127\";last_ip|s:15:\"190.148.158.108\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676559280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00dbd91bee57357924c9c94b5b017d8cc012d5ec', '40.77.167.45', 1670375201, '__ci_last_regenerate|i:1670375201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00dcae8c64a24afa84a275450bc8d47414886c8e', '164.90.241.135', 1683765782, '__ci_last_regenerate|i:1683765782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00de06e0e7496b387dafa884480db2ef25834276', '40.77.167.64', 1674733339, '__ci_last_regenerate|i:1674733339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00de10085a7605614e4f7a6e5f3f6346842d9ad4', '40.77.167.133', 1683870611, '__ci_last_regenerate|i:1683870611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00de46e60eecf2a6fb9b7bfa5aa60ee0c5eaeeb1', '114.119.134.41', 1686976466, '__ci_last_regenerate|i:1686976466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00e1202c980c67aeca16a3764b57ea082fcb693d', '3.145.28.38', 1664946805, '__ci_last_regenerate|i:1664946805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00e1bbd58e04fd894bbcbd7fc0dba9f2aa0e2d94', '17.121.112.70', 1658078812, '__ci_last_regenerate|i:1658078812;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00e316bf6e6f81717a511a593aa81909ae1c0346', '157.55.39.69', 1671750075, '__ci_last_regenerate|i:1671750075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00e7f01387323118b06234e58d6f3191dd9f7863', '114.119.150.27', 1688100982, '__ci_last_regenerate|i:1688100982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00e9f8ca82bfd5ab57495e13a87af7d98ee8cef5', '114.119.155.54', 1688377611, '__ci_last_regenerate|i:1688377611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00eb187501b01dce5f4afc3565391b08a9a0beaa', '17.121.114.212', 1662615567, '__ci_last_regenerate|i:1662615567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00ebe324bdf1808a4f5b91c968a415dece7e420b', '114.119.133.236', 1687030143, '__ci_last_regenerate|i:1687030143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00ec6715a15dc412ef35d983d0ed2308f3a4844e', '66.249.74.105', 1683116109, '__ci_last_regenerate|i:1683116109;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00ee11b24354c7934e3bb068e422f1de0bb5caf2', '52.167.144.98', 1686515214, '__ci_last_regenerate|i:1686515214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00ee2006ef43b31a4573fec662aac79a13e5735e', '40.77.167.133', 1683979220, '__ci_last_regenerate|i:1683979220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00ef8dc321bed3c789dc07c9ae64c00a1a31a6ed', '95.163.36.8', 1682376506, '__ci_last_regenerate|i:1682376506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00f24ab87fadee81612b291544cca999d03285b9', '207.46.13.229', 1683376205, '__ci_last_regenerate|i:1683376205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00f24db4cdc37d8e82c1d292230b58b279e6e0f1', '3.144.113.56', 1655174258, '__ci_last_regenerate|i:1655174258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00f3df1015ff237fa6128ddcd6617b98112c4b51', '68.183.75.40', 1657274128, '__ci_last_regenerate|i:1657274128;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00f76caef397795c9cbbb2939d984494843c0ab3', '35.166.254.4', 1670680332, '__ci_last_regenerate|i:1670680332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00f8292041f5fa78a62da76a7e204a6f3458f683', '190.148.157.80', 1686233786, '__ci_last_regenerate|i:1686233786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00f8303e1e295599387063cc3b8a1287eda7cf38', '157.55.39.200', 1665523741, '__ci_last_regenerate|i:1665523741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00f8dee2997458fe5c5bb1b66aae22f8c14e2504', '114.119.151.64', 1687644409, '__ci_last_regenerate|i:1687644409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00fe33c301dd69c10f4b8642a1a17e4cf64f2625', '17.121.114.87', 1656517689, '__ci_last_regenerate|i:1656517689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00fe4296b0f74161c01ea4ab4bf13dc6e64df3d4', '54.36.148.74', 1658072415, '__ci_last_regenerate|i:1658072415;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0100242b6efbd2d58ccf671bf2ee69b382d22f8e', '40.77.167.187', 1680470944, '__ci_last_regenerate|i:1680470944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01023a9ebe1b87cfaaa972f84280557da21d8c04', '52.167.144.49', 1677392848, '__ci_last_regenerate|i:1677392848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0103811302a84bf6cf0146d2cead6e2ae90a1f1e', '52.167.144.98', 1685288869, '__ci_last_regenerate|i:1685288869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0103be520b0b8086e800275f1276d9f6dfd87358', '51.15.227.188', 1656192873, '__ci_last_regenerate|i:1656192873;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('010512bbf6a3b97aecc0b8e36e77b002077c9a06', '190.148.158.175', 1672667054, '__ci_last_regenerate|i:1672667054;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672666898;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0106d831ab573c4a11e1ebfed8773298ed168c49', '200.119.170.168', 1670594045, '__ci_last_regenerate|i:1670594045;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670593915;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0108adf9bf791d744e88a340e462c4ca902c57c2', '190.56.51.158', 1655652747, '__ci_last_regenerate|i:1655652747;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655584639\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655648498;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0108fb5706dece36a326ef148932f434a1331840', '190.56.32.174', 1676493175, '__ci_last_regenerate|i:1676493175;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1676480160\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('010e0c61c78fee5c676d3243e1ff75eae3119533', '54.218.210.222', 1686185659, '__ci_last_regenerate|i:1686185659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('010e1c3a2762bdfa77ac5e1f1606418d37221932', '200.119.173.177', 1685392896, '__ci_last_regenerate|i:1685392896;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01123794e0145d4cea4e10d5ed8cfcc97884cced', '190.56.50.253', 1682430295, '__ci_last_regenerate|i:1682430295;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682346726\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682428700;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('011248e58a539ab00043815664d391d58d91b1c6', '149.57.16.7', 1653807056, '__ci_last_regenerate|i:1653807056;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01125c63f68588b4e66f63c12ae1def9ee24a3b1', '93.158.90.164', 1679809058, '__ci_last_regenerate|i:1679809058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01128bea5f05cddf2a058e9259d6b8c1a1ac4429', '54.227.32.154', 1651580157, '__ci_last_regenerate|i:1651580157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0113ddc0aea991b01be43d2bf9d9bd04aecc09b5', '54.36.149.97', 1659364985, '__ci_last_regenerate|i:1659364985;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('011675dcc701d87d664510f7c9a775ba6965abbe', '190.56.173.175', 1653080556, '__ci_last_regenerate|i:1653080556;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653072792\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653080365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0116b4f929b03ca8bc042f59e5413c1fec3a436d', '54.37.233.116', 1650851735, '__ci_last_regenerate|i:1650851735;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01173869ff96b1beac34dc490ce6e5432a3986cc', '200.119.172.96', 1675470703, '__ci_last_regenerate|i:1675470703;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675470504;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('011a03b53df6a086854e4d936a80fcc05cc4781c', '34.214.158.242', 1655908229, '__ci_last_regenerate|i:1655908229;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('011dfda6b34b7dfc5e8d41b66b114f1530dedbf2', '5.188.62.76', 1659499798, '__ci_last_regenerate|i:1659499793;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('011fd99b7fc24482cf6a06e524dbe1bc5a2a0789', '51.222.253.1', 1686450625, '__ci_last_regenerate|i:1686450625;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0120105d7ae2bc571f6216be3056c70e790ab383', '200.119.174.9', 1674427010, '__ci_last_regenerate|i:1674427010;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674426957;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01208de84b8fc09c46aa192a6e50afad3eed674f', '211.105.231.119', 1651089902, '__ci_last_regenerate|i:1651089902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0124216d34562e99d82373a8c03aa80ae77cf55f', '190.148.252.197', 1665527428, '__ci_last_regenerate|i:1665527428;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665527417;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('012461fddbb6cf5294a2728c0875dcfc567649ed', '114.119.158.203', 1684391332, '__ci_last_regenerate|i:1684391323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0127d9beb0477f641661edc220d238bb87eb0f2f', '200.119.168.250', 1681159262, '__ci_last_regenerate|i:1681159262;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681157871;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0127dca29cacc2ebf16f6e1e31528804b87688a5', '3.139.73.68', 1684425841, '__ci_last_regenerate|i:1684425840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('012b005b398b62b70ef093d772fe70115047cccb', '40.77.167.101', 1681816375, '__ci_last_regenerate|i:1681816375;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('012e522adacde2f78729f16a4ed50669670b98ff', '114.119.154.5', 1687522569, '__ci_last_regenerate|i:1687522569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('012e6050f20dfd00e69e0fc57f6da6f4ad36a982', '52.167.144.162', 1682993099, '__ci_last_regenerate|i:1682993099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01307374fc98b744b12f2240f4d5ecb12c31f3da', '52.167.144.70', 1688371825, '__ci_last_regenerate|i:1688371825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01308c680175efe6b97bcfc6615646d63a441648', '35.86.224.86', 1650870940, '__ci_last_regenerate|i:1650870940;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0130d6807f567a222b4e104117eea872887934b3', '66.249.66.64', 1686740883, '__ci_last_regenerate|i:1686740883;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0131a5e070899d5828fb20409c32fe642e20e49a', '54.202.170.121', 1653227500, '__ci_last_regenerate|i:1653227500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0131e85af5573b1594acf958b803fee598eee075', '190.56.32.243', 1684764774, '__ci_last_regenerate|i:1684764774;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684764433;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01329609a061021a76cad97f5e05ce5ccdbb519a', '66.249.79.177', 1664832344, '__ci_last_regenerate|i:1664832344;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0132dfdf42894e06ead9d3cb1d5e176a5d607db2', '200.119.173.88', 1660157080, '__ci_last_regenerate|i:1660157080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0133ce792ea7d8b63399ab4ac13dfcce2e502d38', '190.148.252.88', 1670791019, '__ci_last_regenerate|i:1670791019;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670790648;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0136575fbd3286b226ef927e55fa5ac71d42af11', '190.148.252.139', 1679403178, '__ci_last_regenerate|i:1679403178;requested_page|s:13:\"admin/welcome\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679312373\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679402973;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0137e7220c389c116b769567c1c8a5995db7be30', '114.119.154.161', 1686460924, '__ci_last_regenerate|i:1686460924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01394f142959b2d4b9bf9b603ea9705b8bfeac20', '52.167.144.171', 1685705196, '__ci_last_regenerate|i:1685705196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('013bf442267c0ec4c6f767e556d207309bb53336', '157.55.39.125', 1654073520, '__ci_last_regenerate|i:1654073510;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('013d508cb775d30898c9cbe5a46b6e0eb09fa850', '20.213.56.176', 1651277955, '__ci_last_regenerate|i:1651277950;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('013ed782538379c59240facec418bd57d8e68c1d', '207.46.13.205', 1671277042, '__ci_last_regenerate|i:1671277042;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('013f4c289901b173b83a02b20d82054a7bae4054', '190.56.55.48', 1687566541, '__ci_last_regenerate|i:1687566541;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687566520;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01410771f924f366bc4508a2da9e08498c6e7ef0', '114.119.137.252', 1686712739, '__ci_last_regenerate|i:1686712739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01430908d9a2eca32745f682e13d5cc8bcc509ba', '40.77.167.175', 1679850286, '__ci_last_regenerate|i:1679850286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01446f7292071afe06c2137c5ef6dcbe845a7745', '157.55.39.79', 1668834364, '__ci_last_regenerate|i:1668834364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01475bfb2360e2c6c088da9a83f5b81c1114adf6', '190.56.55.113', 1673818173, '__ci_last_regenerate|i:1673818173;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673817985;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('014aa6c511c71a72b2849beba6f5c02232f1d039', '207.46.13.10', 1670998431, '__ci_last_regenerate|i:1670998431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('014aec89440b3af2f5a5b9c1184c74b00a0cd616', '190.148.158.175', 1672160453, '__ci_last_regenerate|i:1672160453;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672160440;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('014cf3e54f029d736777c1737014462da3a3d04c', '46.0.40.106', 1675122156, '__ci_last_regenerate|i:1675122156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('014cf70e89a3a154c77e891621c360c6208a6a0e', '54.36.148.95', 1676880863, '__ci_last_regenerate|i:1676880863;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('014d9aeb85924770a63c31a49932908c8cd666d7', '157.55.39.227', 1688519111, '__ci_last_regenerate|i:1688519111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('014df81be8682325fb537e885a5836036289f236', '17.121.112.134', 1660376953, '__ci_last_regenerate|i:1660376953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0153f7971f237b3794b22c1ee22dc0c949e73ee5', '51.222.253.13', 1664650593, '__ci_last_regenerate|i:1664650593;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0154a65bb85a33815fbc3ee8fd2d3628e9c85a18', '190.148.158.151', 1677023622, '__ci_last_regenerate|i:1677023622;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677023615;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('015596f6ec16e90749b73bd6f0d0795ffc50dcdd', '114.119.155.122', 1687580000, '__ci_last_regenerate|i:1687580000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('015ce1fefc7a89a827d0ce7b251aa3ca01dbca9a', '52.167.144.98', 1685427178, '__ci_last_regenerate|i:1685427178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('015fd9c7aa400b9950dab489899a8f3cc26829ff', '93.159.230.88', 1676474606, '__ci_last_regenerate|i:1676474606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('016249123b3e1d4720129dfd72aa5e713abba772', '52.167.144.70', 1688243859, '__ci_last_regenerate|i:1688243859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('016367b917311e2b3a37d9ebe88ba6a90f13df02', '190.148.158.69', 1685889878, '__ci_last_regenerate|i:1685889878;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685889876;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0163eba54222286bb5a07d4d6356b25e3c7ab5ad', '200.119.174.9', 1674325829, '__ci_last_regenerate|i:1674325829;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674325811;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01692cfdecbb1b01076ec1057c5d5cc1f141865b', '190.56.32.162', 1686397180, '__ci_last_regenerate|i:1686397180;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686397134;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('016a59e1fcecae51849208475e55ae5de9747d1e', '93.158.91.224', 1667821671, '__ci_last_regenerate|i:1667821671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('016aaca2e32aebaac87307d8a1e0223073322683', '17.121.113.11', 1652636098, '__ci_last_regenerate|i:1652636098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('016b1a4d3fc800c8f2b53cee5e0d261e4455c2f7', '144.76.67.169', 1669883384, '__ci_last_regenerate|i:1669883384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('016cd8e369793c6da9e73cbeffc979000033f5b5', '157.55.39.69', 1671956122, '__ci_last_regenerate|i:1671956122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('016d06958ac33cd5f48578aae2cd0b6ad719d756', '190.56.55.113', 1673656541, '__ci_last_regenerate|i:1673656541;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673655609;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('016d06e65437ac8d7f4b71d74831fda315a99d98', '207.46.13.130', 1660556731, '__ci_last_regenerate|i:1660556731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('016de275815f00f0cb95ac745ba63fd8f39c3f92', '207.46.13.154', 1671169067, '__ci_last_regenerate|i:1671169067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01725763aba350c8f8d3e71ab58a38f29279395b', '190.148.157.183', 1680448968, '__ci_last_regenerate|i:1680448968;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680447107;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0173a8e6407d85a797f502f01a96d107961ea189', '52.167.144.162', 1686652144, '__ci_last_regenerate|i:1686652144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01755fdefeda2937d53d9092c5abd12f52309840', '52.167.144.42', 1679496872, '__ci_last_regenerate|i:1679496872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('017683187734de0ca7fddc94a344a7081063d26b', '200.119.174.9', 1674343571, '__ci_last_regenerate|i:1674343571;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674343472;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01774f9df9c1c0bfa239b32f7331da4483456836', '190.148.158.75', 1663338723, '__ci_last_regenerate|i:1663338723;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663246907\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663338717;register_id|s:3:\"107\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:28:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0179f49eb0abd0c77df07d6efb26a37d13e498ae', '54.36.148.235', 1655859999, '__ci_last_regenerate|i:1655859999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('017a7610327c3d8a527bdb00e252e82a3039e1da', '190.148.252.139', 1679404420, '__ci_last_regenerate|i:1679404420;requested_page|s:13:\"admin/welcome\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679312373\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679404416;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('017f83696a045ebfbf494e4f90dc79214617a956', '3.139.73.68', 1684425841, '__ci_last_regenerate|i:1684425841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0180a3eb1e9a33799fa1eb62c8f600612cf1c88d', '51.222.253.15', 1668251679, '__ci_last_regenerate|i:1668251679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0180a46a0459b6714d26cabc381d9dc4d9ec8ffc', '52.167.144.76', 1681942356, '__ci_last_regenerate|i:1681942356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0180a734a19ea7d332a5ec0dc32e411667848cdc', '51.222.253.1', 1665156442, '__ci_last_regenerate|i:1665156442;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01819ef16af9cc700e2123f50004182278797641', '52.167.144.162', 1683090313, '__ci_last_regenerate|i:1683090313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0182c32a8db5ddc123feef26dc4fdf3028abb296', '207.46.13.209', 1681036726, '__ci_last_regenerate|i:1681036726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('018308efcf15099bf0abfee7faddfdebf9ea4972', '190.148.252.151', 1671467891, '__ci_last_regenerate|i:1671467891;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671460460\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0186b17676a33028c860e9d3ed2adae09f883c37', '190.56.50.15', 1667068523, '__ci_last_regenerate|i:1667068523;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667068520;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01870f0e648f391153298dfd5d6a188697bff51a', '190.56.50.106', 1652308782, '__ci_last_regenerate|i:1652308782;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652291404\";last_ip|s:13:\"190.56.50.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"wxXo4NGdjB37UJeVFLDi\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0187ca3e2a4549e15540af51b155bffc539e0649', '40.77.167.235', 1687895257, '__ci_last_regenerate|i:1687895257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01895188a69dc40618a17173f201886a948d2c14', '207.46.13.205', 1671662739, '__ci_last_regenerate|i:1671662739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('018b9b15bea6bac6ede40a2c6f39e4359b3db894', '207.46.13.219', 1678795279, '__ci_last_regenerate|i:1678795279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('018c0e842658a1d952f593930aa0a5d0063c6468', '190.56.54.156', 1665335537, '__ci_last_regenerate|i:1665335537;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665334392;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('018d3b31894fc4e6bd74fcb15235c0eea9a0f56a', '54.36.148.84', 1651904033, '__ci_last_regenerate|i:1651904033;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('018d5d98ddbac171cc492b7f80cf1bf384b55ba8', '190.148.158.69', 1685927940, '__ci_last_regenerate|i:1685927940;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685927937;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0190683fc38419c3f92c71249ce3b8d74fd085e3', '130.255.166.195', 1655824107, '__ci_last_regenerate|i:1655824106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01923aeab64891566dc4180b95fa9af5dd82e00a', '190.148.157.183', 1680288735, '__ci_last_regenerate|i:1680288735;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680288663;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01925a6e678196478716a137fe26a3aa160b2996', '63.33.66.125', 1683799619, '__ci_last_regenerate|i:1683799619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0192925614b2413cdcc67ff2dd8a4a1b434649c4', '34.67.212.255', 1664171808, '__ci_last_regenerate|i:1664171808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('019313f6f35c0b55d8944fe5c6ca188d5b9e43cb', '190.56.54.156', 1665257636, '__ci_last_regenerate|i:1665257636;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665257225;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0195b29c79e5b137590f50427c43475199118058', '40.77.167.133', 1683979661, '__ci_last_regenerate|i:1683979661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0195f7e67f787234e9422e18e5abc93ab94d0835', '51.222.253.2', 1661445953, '__ci_last_regenerate|i:1661445953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01979365065f5cd89314f6d874b0efc7f42a1790', '114.119.146.40', 1688487166, '__ci_last_regenerate|i:1688487166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01983fb2987c6eff95a25f56c52cc16c1b785e01', '52.167.144.164', 1686368782, '__ci_last_regenerate|i:1686368782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('019910ad4a7512103a8a72c8ee45542d2fbe0450', '54.36.148.26', 1680207458, '__ci_last_regenerate|i:1680207458;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('019934274f84d06624367b30f37c527dd4054d30', '51.15.22.197', 1659711028, '__ci_last_regenerate|i:1659711028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('019c0db05a7f814ea8d2507fb0eeb3d71703de47', '52.167.144.74', 1688108622, '__ci_last_regenerate|i:1688108622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a1e7230b0ff5428295624c636e6a5ab711a6c8', '190.148.87.182', 1679599596, '__ci_last_regenerate|i:1679599596;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679598772;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a232a17f7425be9a37007d3976517919b22697', '157.55.39.79', 1669795013, '__ci_last_regenerate|i:1669795013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a2a21eadcb05f02c5ba7cdbb11edf484e5322d', '40.77.167.202', 1687450629, '__ci_last_regenerate|i:1687450629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a3e7a72e06e891bcfbf78543b19f3a01e81d3f', '190.56.173.167', 1650904029, '__ci_last_regenerate|i:1650904029;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650900925\";last_ip|s:14:\"190.56.173.167\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1650903995;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";user_csrf|s:20:\"6FEASnwDMi7ehL4oBmNG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a46f66495a1a4bf2aa2709bae3dbc37ca64a8b', '190.56.173.175', 1652913612, '__ci_last_regenerate|i:1652912706;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652912707;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a4ab64bb53ef6bbd2da076889c33e367954fec', '149.56.160.162', 1664183110, '__ci_last_regenerate|i:1664183110;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a6d9e8c07769be276596d4186572e3a71c3b39', '40.77.167.2', 1668111677, '__ci_last_regenerate|i:1668111677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a7ccf940e0e2980233211ed06e1f651bde8d9b', '200.119.168.250', 1681061644, '__ci_last_regenerate|i:1681061644;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681061644;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a95ebc1f3cb58ba3f7880babee9c5b9266112b', '85.239.45.120', 1664742656, '__ci_last_regenerate|i:1664742656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01aae8b76d8a11dca3b6aff5f69d3f78d535c736', '190.56.49.237', 1665768435, '__ci_last_regenerate|i:1665768435;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665750466\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665767736;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ab521b5d401e41bbcf598aedca663c6467cc20', '200.119.174.83', 1655854579, '__ci_last_regenerate|i:1655854579;requested_page|s:18:\"admin/pos/view/371\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655838417\";last_ip|s:14:\"200.119.174.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655848763;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ac33d709f06e90ec2ba82a4674526565d4ce6f', '40.77.167.255', 1684309036, '__ci_last_regenerate|i:1684309036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01acc157484e6d9565db25e49cb6b3615d8083db', '190.148.252.235', 1666874096, '__ci_last_regenerate|i:1666874096;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666873990;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ad34092d49835302cc99d48371eedca942876a', '207.46.13.234', 1660080303, '__ci_last_regenerate|i:1660080303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ae517c39fd76bf78282affb1aa22b449f0eff6', '198.235.24.138', 1656822731, '__ci_last_regenerate|i:1656822731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01af11f0d2a164aecf76995b05f0ab7c38e09d19', '190.148.158.74', 1669042180, '__ci_last_regenerate|i:1669042180;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669041077\";last_ip|s:14:\"190.148.158.74\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01b1f8a173ad53ceb1197a33e547b45df3f56aca', '40.77.167.175', 1680180116, '__ci_last_regenerate|i:1680180116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01b3600910d7a89372714c8343de3a82b29f4e86', '157.55.39.217', 1683270768, '__ci_last_regenerate|i:1683270768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01b3debd3e1c59daf1ae445b6a590fe1ffa3cf22', '17.121.115.89', 1659877133, '__ci_last_regenerate|i:1659877133;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01b47195fad14206ffce585ba199f879911155e0', '190.148.157.53', 1683931196, '__ci_last_regenerate|i:1683931196;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683931025;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01b51cab436e2718e250804c444bcd59b4117307', '207.46.13.17', 1674224881, '__ci_last_regenerate|i:1674224881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01b527dd25f0931c1f94be4ea158a4355c4e8eaf', '66.249.79.196', 1687465220, '__ci_last_regenerate|i:1687465220;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01b6a84481c1c203fc59dc460d4a5aa1c6e9f836', '114.119.141.30', 1688288973, '__ci_last_regenerate|i:1688288972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01b97de6618fc206174262ea2d501375467761cd', '167.172.158.243', 1652794582, '__ci_last_regenerate|i:1652794582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01bbec8d08f22a408fd2d93f6843cdc87be5a10a', '190.148.252.102', 1681907025, '__ci_last_regenerate|i:1681907025;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681906993;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01bc7c824f80fb0e73e125fdfbed9a60bbf23d6f', '200.119.173.133', 1660924996, '__ci_last_regenerate|i:1660922295;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660863183\";last_ip|s:15:\"200.119.173.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660922459;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01bd9872ae3068c4a4b8e3c1f2302a29b70583a4', '52.167.144.70', 1688177250, '__ci_last_regenerate|i:1688177249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01c1717cf24cfe0952b41addfd2107d2396a72ef', '114.119.157.24', 1688218107, '__ci_last_regenerate|i:1688218107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01c548740a8db0f4019ec261a5eebc92534a2f53', '52.167.144.98', 1685629937, '__ci_last_regenerate|i:1685629937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01c674450569c7897f840faa4d0531802ba98270', '114.119.139.166', 1687769042, '__ci_last_regenerate|i:1687769042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01c77366dc59e8da31e551b49c1f9d4be748ba9b', '54.227.32.154', 1650911145, '__ci_last_regenerate|i:1650911145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01c98b0aae0bfcbeb5084b2805ae406304a0d316', '35.184.66.49', 1652092078, '__ci_last_regenerate|i:1652092078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01cbb61b1a2be230dff1d63eca3670751e10ab5b', '104.155.162.25', 1651874484, '__ci_last_regenerate|i:1651874484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01cbc881471565977680279740b7f7693ac059e2', '190.148.252.111', 1678107475, '__ci_last_regenerate|i:1678107475;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678107429;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01cbfa35732ab13164f36973855dde7e8f20c98c', '190.148.252.96', 1673054779, '__ci_last_regenerate|i:1673054779;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673052725;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ce06f25d6a916953984280541ea357c0305c32', '190.148.252.112', 1667852377, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1667852377;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667822823\";last_ip|s:15:\"190.148.252.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667852214;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ce2679dd0df924c0d0d2c661092a53ba1ce898', '51.195.216.255', 1650896988, '__ci_last_regenerate|i:1650896988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ce4e3453fc166576cbef09acf3681d19e91282', '190.56.54.156', 1665156913, '__ci_last_regenerate|i:1665156913;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665154983\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ced5d8d02d9a6aa93ce1d50fbaab06a5ca8107', '190.148.157.8', 1677865523, '__ci_last_regenerate|i:1677865523;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677864892;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ced8c10fbd7f77d69abd2b6cf7309c94d2dd4d', '51.222.253.14', 1679280384, '__ci_last_regenerate|i:1679280384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01cf1b25829f893064372f6435ae54051a28d1b6', '52.167.144.171', 1684832566, '__ci_last_regenerate|i:1684832566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01d0c118fce2e6ffb0d8d3bb05103a17cd00a5bb', '190.56.51.158', 1655740623, '__ci_last_regenerate|i:1655740623;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655728798\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655740623;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01d392a71fb5d1fda4da30915a566e7f5550f1f4', '52.167.144.98', 1686209043, '__ci_last_regenerate|i:1686209043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01d39d8267f3c74fcc6604a55b945b2769be17ca', '207.46.13.234', 1658496434, '__ci_last_regenerate|i:1658496434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01d45cdb96f7a3877525d8a0c6d5dc250aa87b6b', '157.55.39.79', 1668934964, '__ci_last_regenerate|i:1668934964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01d478e9fdc3a1cc62defe8b9b0ec67bc340c4b3', '52.167.144.162', 1686564661, '__ci_last_regenerate|i:1686564661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01d6f9dcb71013d32b38ca86c1fe96e262d64712', '200.119.172.126', 1652832306, '__ci_last_regenerate|i:1652832306;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652819643\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652832294;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01dc7a744ba152ebdca69163aa03297d338083bc', '114.119.153.137', 1684920949, '__ci_last_regenerate|i:1684920949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01dcd86a6edc122360e1f42e236ba2c5e2e47c78', '190.148.157.206', 1679526637, '__ci_last_regenerate|i:1679526637;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679526556;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01dff472eb87b8d1501aca5183e62f604bd084a3', '200.119.173.212', 1667933991, '__ci_last_regenerate|i:1667933991;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e0b1305b77e502e5f442bc54afb156338eecd0', '190.148.252.177', 1674088678, '__ci_last_regenerate|i:1674088678;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674088643;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e22b32f5572f7b8e86b1b352a97cb55a7c7f76', '51.222.253.11', 1655703018, '__ci_last_regenerate|i:1655703018;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e2846bcb2aadcf3c1d823cf0485d9dd0dd9a5d', '51.195.90.229', 1650840562, '__ci_last_regenerate|i:1650840562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e5374709b4febcb85211afedda92d235afb23b', '51.222.253.1', 1654838205, '__ci_last_regenerate|i:1654838205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e6f96100060a67c7aa56cff328ef870ca84197', '93.158.91.183', 1664364908, '__ci_last_regenerate|i:1664364908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e760c7b85e84a21bf667f4371c188673bed589', '40.77.167.202', 1687638488, '__ci_last_regenerate|i:1687638488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e7ba7fa8406a3bdf2611772e4b9ac197e05487', '207.46.13.142', 1664905067, '__ci_last_regenerate|i:1664905067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e7c479b561c7314102762ff0dd3ab9d5e534ab', '52.167.144.74', 1688346763, '__ci_last_regenerate|i:1688346763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01e8a23a20f473e7ef835a4232eee35c99178e3d', '51.222.253.6', 1668029449, '__ci_last_regenerate|i:1668029449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01eb55051673aa92dd9bfa722d96a86ec0143f22', '111.7.100.24', 1650976221, '__ci_last_regenerate|i:1650976221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ebad866b2b529ec1ca908e10e047d62467fa6d', '114.119.159.40', 1684923949, '__ci_last_regenerate|i:1684923949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01ec792cb9dec56cc422c9a0bdc2f65f0200f9fc', '114.119.150.42', 1683939168, '__ci_last_regenerate|i:1683939168;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01f122eafd5ca5b543d459a143b6c377bf4d5f9d', '54.36.149.89', 1675918245, '__ci_last_regenerate|i:1675918245;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01f2fe3c3c99d7a3aecb91617351b137bb48d2b5', '114.119.150.252', 1686671952, '__ci_last_regenerate|i:1686671952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01f9ea39656bf74b04f06c30cc33194b55e83f76', '82.80.249.158', 1668921130, '__ci_last_regenerate|i:1668921130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01fe63c149d10248966f40d90d79268f05da0b20', '190.56.55.0', 1687804723, '__ci_last_regenerate|i:1687804723;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687803996;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";csrfkey|s:8:\"dp9GND0i\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfvalue|s:20:\"8QZDRj0gLihqAweIzKH1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02008ad3dd667655e5db3ea5d9bcfa1af6aeba1e', '52.167.144.98', 1686581768, '__ci_last_regenerate|i:1686581768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0200b4c87ee14a20d29af98605867b83b32ee578', '54.36.148.141', 1678579667, '__ci_last_regenerate|i:1678579667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('020154be751948f17b7de3ad903200c7763b062b', '52.167.144.54', 1675379394, '__ci_last_regenerate|i:1675379394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02031e78e6b67d76244c4372b9212f6b4e5dfdde', '208.91.69.20', 1679303894, '__ci_last_regenerate|i:1679303894;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02035b1f034a00ccb47c642dbcf5b15996dd7895', '54.36.149.49', 1686811578, '__ci_last_regenerate|i:1686811578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02047f44fc466ffa004178ec86f3192e9b51771a', '200.119.168.48', 1668113172, '__ci_last_regenerate|i:1668113172;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5JLi8IkQuqRp1rw7Vojy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0204b2b8c6d2b6c8ec76bf1248c431fee2b524ae', '146.70.29.180', 1651026892, '__ci_last_regenerate|i:1651026882;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('020682985c0adf6eefaeb2653327d60aa7d313a7', '207.46.13.6', 1671597882, '__ci_last_regenerate|i:1671597882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('020acae606995c54d883946fa6add081075f7fe3', '54.36.148.250', 1676414174, '__ci_last_regenerate|i:1676414174;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('020e782dab0f089bfddd467b01e589609037035e', '52.167.144.164', 1685350800, '__ci_last_regenerate|i:1685350799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02107ebe98fc9c570ab00a6d79f836aa4b63f63d', '157.55.39.164', 1654234214, '__ci_last_regenerate|i:1654234205;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('021468721344fd1ae64b6e58434d1e3ac2b1666a', '52.167.144.120', 1688063395, '__ci_last_regenerate|i:1688063395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0215da636985dea43b2acba0179247ea0839ace0', '190.148.252.85', 1666196354, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666196354;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666196352;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('021844b033c3200d7ee9d552c6d7814bcabfcf5c', '52.167.144.171', 1685587489, '__ci_last_regenerate|i:1685587489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0219b80ffc879be939ed8fc40f979a2363a9f9eb', '91.227.68.183', 1662933528, '__ci_last_regenerate|i:1662933528;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('022257ab2670a2e1a2a1509c8556e13b8731d475', '114.119.135.96', 1686046464, '__ci_last_regenerate|i:1686046464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0222f4672a065548825ac9e3eb30ed0da3b754f4', '190.56.32.243', 1684760699, '__ci_last_regenerate|i:1684760699;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684760662;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0223722014856bb895f290d9a87f080ed2e24931', '190.56.49.237', 1665849652, '__ci_last_regenerate|i:1665849652;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665849013;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0224d139f63e96af88a05e6fee58a7bbd74dbe4b', '157.55.39.194', 1674473579, '__ci_last_regenerate|i:1674473579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02271456c042ab6f39f0eafcf8327b1449c72e20', '207.46.13.205', 1671665675, '__ci_last_regenerate|i:1671665675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02275c04691694c049c57283c93669467e2db378', '114.119.144.38', 1687073744, '__ci_last_regenerate|i:1687073744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0228ec5104f703061c03e3bc196033214abe176c', '200.119.168.250', 1680993377, '__ci_last_regenerate|i:1680993377;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680992399;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0228febff93fd4af9da5db0c0226526c795b1a96', '51.222.253.5', 1688371217, '__ci_last_regenerate|i:1688371217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0229c988c803e09c56da851d104d86aa759f1233', '190.56.32.174', 1676907735, '__ci_last_regenerate|i:1676907735;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676907630;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('022a6febdabda0637425111c43f76194b781d77d', '157.55.39.51', 1667953311, '__ci_last_regenerate|i:1667953311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('022aa933563729d6083ccdcf40d07132fa14ed20', '40.77.167.202', 1687653153, '__ci_last_regenerate|i:1687653153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('022ab9a7bece3d0090df8385087daf74d7154ab2', '200.119.174.9', 1674479942, '__ci_last_regenerate|i:1674479942;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674479877;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('022b7f53b45f7ecc482a5aac61bfa766f2a0d068', '200.119.172.48', 1668612772, '__ci_last_regenerate|i:1668612772;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668612462;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('022c14ffd7f17e3f5d298aa55cb5f28b9c839999', '190.148.87.51', 1676288736, '__ci_last_regenerate|i:1676288736;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676288621;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('022db7026dc86b7ae6babd25830889bcb0d10f00', '40.77.167.30', 1656134439, '__ci_last_regenerate|i:1656134429;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('022e02166800c20b71a815e6fe17657ab5723895', '5.188.62.140', 1653328708, '__ci_last_regenerate|i:1653328708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('022fefa4a97a7c55096c918b7f96d8f30e7b6da6', '151.106.35.235', 1660936660, '__ci_last_regenerate|i:1660936660;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0230928eebb84d34ecb87b023c79b8f148861512', '114.119.148.106', 1687575530, '__ci_last_regenerate|i:1687575530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02314786eb88983a0b7f2b1986026baff8afe34e', '40.77.167.13', 1672246880, '__ci_last_regenerate|i:1672246880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('023167eb1dac3183317e0f30a9ef6044dad590dd', '114.119.130.29', 1685867290, '__ci_last_regenerate|i:1685867290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0232585a8b18328da592cf2ab8db88020a03809d', '200.119.168.250', 1680697664, '__ci_last_regenerate|i:1680697664;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680697661;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('023266c2f9dce19d3935f338f28c3fe992d67d38', '200.119.173.78', 1682958053, '__ci_last_regenerate|i:1682958053;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1681856460\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0232a5996a91b0df634ae49131acc20254287a12', '130.245.169.70', 1657360545, '__ci_last_regenerate|i:1657360544;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0233d7b5272e04f25f4d5dcf41efc8767f46a46e', '190.148.158.164', 1667346695, '__ci_last_regenerate|i:1667346695;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667346665;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('023455a42b449cdf781966a2695ab589d050f8f3', '66.249.79.197', 1664832030, '__ci_last_regenerate|i:1664832030;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0237d392a15f87103ae21187763692e02a7c24d3', '51.222.253.11', 1673280062, '__ci_last_regenerate|i:1673280062;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0237e84d0a3cdc4f2cff81af1cc6b3e5df294577', '190.148.87.6', 1668207168, '__ci_last_regenerate|i:1668207086;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668204512;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"RiFbIDrJY0loWdVtgm4e\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0237fea7a6c90ebd44ece844d0c7e7ead4223394', '54.36.148.241', 1686251879, '__ci_last_regenerate|i:1686251879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02382ed01b004fffbfed2a32141c60dd27ba0bc2', '52.167.144.63', 1686889998, '__ci_last_regenerate|i:1686889998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0238f73d87c83859b16feec22aa3ebbcfcd63e2b', '190.148.157.183', 1680356122, '__ci_last_regenerate|i:1680356122;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680354902;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02393cbbfa012ae2b3bbada408c57dc6627c1c23', '114.119.129.218', 1683274718, '__ci_last_regenerate|i:1683274704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0239454c7ba7a61cfd6a2fed043daae8d40cc51c', '190.148.252.151', 1670935647, '__ci_last_regenerate|i:1670935647;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670935621;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('023c975114d3c73c98619046ce23c2af805910c0', '52.167.144.162', 1686703873, '__ci_last_regenerate|i:1686703873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('023dee18a05603cb71c6b89bfee3d165846532b6', '52.167.144.98', 1686468757, '__ci_last_regenerate|i:1686468757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('023f996e131b13cfc51bca2a056826f9b039147c', '52.167.144.61', 1688311810, '__ci_last_regenerate|i:1688311810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('024372610f7ed7185e593e2dd6ae81897536a638', '36.99.136.141', 1650976208, '__ci_last_regenerate|i:1650976207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02441268cc03943f4ea227264c996d75196bff88', '157.55.39.69', 1672176663, '__ci_last_regenerate|i:1672176663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0244d788a417286a4324ee0e372d12f2a6b2705f', '42.83.147.34', 1660588936, '__ci_last_regenerate|i:1660588936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0246a2d0b8b3127c0b56780a8c298665ed48cf42', '52.167.144.98', 1685628647, '__ci_last_regenerate|i:1685628647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02499065ab5ded3fd7cdd1bbc8dff512e81c9c09', '198.251.73.115', 1680407274, '__ci_last_regenerate|i:1680407274;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('024a0dc035ef7bc28ea0e390c8d5f1744dccd61f', '114.119.133.108', 1686428270, '__ci_last_regenerate|i:1686428270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('024aadb4cf811aa8284e3b0e05e63cad382c1ab1', '40.77.167.64', 1674750237, '__ci_last_regenerate|i:1674750237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('024b6d88468691734be73e0ae55f1a1ff84be34f', '40.77.167.27', 1658879329, '__ci_last_regenerate|i:1658879319;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('024ecfbb4ee68be0bd619c51a7d838e5eb1dceb5', '40.77.167.63', 1671856007, '__ci_last_regenerate|i:1671856007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('024f5ced03c8bdd4f09b19b12f42e63dad4d91e3', '17.121.114.46', 1652539587, '__ci_last_regenerate|i:1652539587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('024fdb48bb99fd98e84bbbbfa34877f0ccbe2d6c', '17.121.115.197', 1654781027, '__ci_last_regenerate|i:1654781027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02510c1f3256a463251fab4be523156899878de9', '34.222.13.173', 1666829539, '__ci_last_regenerate|i:1666829539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0253425c21e4e7ff6f78289d127a17db737bec8c', '200.119.170.168', 1670718140, '__ci_last_regenerate|i:1670718140;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670717413;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0253b06975eb4460e6acee0a67275fb73b581847', '17.121.113.173', 1654531015, '__ci_last_regenerate|i:1654531015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02540459ac4f70c2c281dfd8d927589891ab2c94', '200.119.173.212', 1667944342, '__ci_last_regenerate|i:1667944342;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02550b2c7c14897dc08a801a12822a2b71946aa9', '40.77.167.49', 1666600868, '__ci_last_regenerate|i:1666600868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02556dd3e3a7cd60f6a962de5cdbfb497406edf7', '18.206.55.48', 1651400285, '__ci_last_regenerate|i:1651400285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0255ef96693490a5135074992c40993754939e11', '190.56.32.162', 1659550812, '__ci_last_regenerate|i:1659550812;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659549409;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02570b265f77638d5a716dc8934f1d7e55592247', '190.148.252.55', 1675709403, '__ci_last_regenerate|i:1675709403;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675709385;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0257c4716b5cc7c47d51e4b71eb84f0ce8b1abb3', '20.216.44.185', 1651771240, '__ci_last_regenerate|i:1651771235;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0258a7b00dc5e05f4a529e8c93f1cb503a402391', '190.56.50.6', 1667681311, '__ci_last_regenerate|i:1667681311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667680974;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0259590934fb4127ef88db2c1a9d839d6cb82b9b', '20.246.57.24', 1653185517, '__ci_last_regenerate|i:1653185517;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0259db7de562c1dcbc66f34e79d221196891e158', '66.249.65.97', 1652287933, '__ci_last_regenerate|i:1652287933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('025a18353b0736b5ba797fc6ca7d8d10692f1753', '114.119.167.129', 1686268965, '__ci_last_regenerate|i:1686268965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('025b50db0715c2fc8cd8429ecd9637f8b6578ee4', '190.148.252.178', 1657284070, '__ci_last_regenerate|i:1657284070;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657231854\";last_ip|s:14:\"200.119.173.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657284054;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('025d1e15cc860e7ebbcb24a99e08d50334dec2be', '114.119.158.138', 1688074894, '__ci_last_regenerate|i:1688074894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('025e726344a117dbc3778689ac313aad22fd7a11', '157.55.39.253', 1682186471, '__ci_last_regenerate|i:1682186471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('025fc7c9673852f479b96339f3b0d48cbd49703b', '207.46.13.207', 1678423118, '__ci_last_regenerate|i:1678423118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02629088e3c93fde570ff73fbc97c7a0f70501ca', '52.167.144.162', 1686177908, '__ci_last_regenerate|i:1686177908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026334cf0b728ae270d9309f6fccbab299bc1271', '157.55.39.147', 1671956121, '__ci_last_regenerate|i:1671956121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02633f8c1301b9bfdeb94e1f25594e29e06b262d', '200.119.168.250', 1681141846, '__ci_last_regenerate|i:1681141846;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681140969;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02649852a09807bbe31664ed290a851ca49c0309', '95.111.235.203', 1652339946, '__ci_last_regenerate|i:1652339946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02654ece501497b735abf3c05f69ecfc0989cf24', '54.37.233.116', 1650769328, '__ci_last_regenerate|i:1650769268;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02661df23ec5c4a8a0145afcbe25da1db9c390a0', '190.56.55.113', 1673817861, '__ci_last_regenerate|i:1673817861;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673815684;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02670ff841e64df71160b556f7f5a6d46c290929', '190.148.87.182', 1679871047, '__ci_last_regenerate|i:1679871047;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679871035;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02675cbbb46cccdb486ae229ae022c5508444883', '66.249.65.97', 1651445398, '__ci_last_regenerate|i:1651445398;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0267c5e715bf80c114f944d325b527c72d00fcef', '114.119.142.14', 1688476233, '__ci_last_regenerate|i:1688476233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026a04e93581ee69d5ee5620598b278a7fd663bd', '207.154.204.175', 1657274125, '__ci_last_regenerate|i:1657274125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026a18d134013ca3e87575f6e639a099df9458a0', '114.119.159.39', 1686246646, '__ci_last_regenerate|i:1686246645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026b6331678753ece44970b6766b6f8db2b7a7a8', '40.77.167.123', 1683017678, '__ci_last_regenerate|i:1683017678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026c0638dcca26da750ebd5a5287c484bb9e8995', '114.119.146.12', 1685038838, '__ci_last_regenerate|i:1685038838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026c1696aada54ae6d61d2b0a3ae3426519a200a', '52.167.144.98', 1686581769, '__ci_last_regenerate|i:1686581769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026c5f0286dfafc562ff45d5cc43c6ce138dc6a8', '207.46.13.132', 1674032175, '__ci_last_regenerate|i:1674032175;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026c7bf04caba7e7c7b36d9dcb4337059412f038', '200.119.173.87', 1663001888, '__ci_last_regenerate|i:1663001888;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662650129\";last_ip|s:14:\"190.148.157.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"X3FvWJmzDNe7MVgh61bf\";last_activity|i:1662999219;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026ddaa07cefdbd77e51d8f3b2c187504632ccc5', '114.119.135.229', 1688303233, '__ci_last_regenerate|i:1688303233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026f634f10a7cb4d58bcb7bca1b90b95ce308aa1', '35.166.176.213', 1672406672, '__ci_last_regenerate|i:1672406672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('026fc7f08f08d8a6c44554288a8cfdbea25d967f', '54.36.149.104', 1657506564, '__ci_last_regenerate|i:1657506564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02703431efebb13c4d378d803789119ef794045c', '114.119.149.183', 1684251655, '__ci_last_regenerate|i:1684251655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02742c54d9bc7eb076853c6c3cb060be02979783', '190.148.252.183', 1681395057, '__ci_last_regenerate|i:1681395057;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681311299\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681394227;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02744e526be0d65f2a0f790e9c9ceb18485b1d28', '114.119.141.133', 1684865130, '__ci_last_regenerate|i:1684865130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0279058d595a2a9933ff9dc497ad06e1bc5c9aa4', '190.148.252.81', 1658768903, '__ci_last_regenerate|i:1658768891;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658755706\";last_ip|s:11:\"190.56.50.8\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658768903;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('027b2f3192cc74919e5ce7c32f8a43ac5194fe0d', '137.184.49.251', 1656809859, '__ci_last_regenerate|i:1656809859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('027d69ed457fb63f6281ab8514b257e707176f7c', '52.167.144.164', 1686535386, '__ci_last_regenerate|i:1686535386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('027e0a693e590188d5ccce8726b87e3fb9838500', '18.236.211.89', 1678626470, '__ci_last_regenerate|i:1678626470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02804ff2d0c2191e47067b10dca8446446bf0180', '200.119.174.9', 1674155387, '__ci_last_regenerate|i:1674155387;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674155327;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02831569aca26cfb15b51b38d9a3f3cd39480e1d', '51.222.253.12', 1686443019, '__ci_last_regenerate|i:1686443019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0283168575e17e59cdbef239a171464e4ade076f', '114.119.166.166', 1688011276, '__ci_last_regenerate|i:1688011275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0284909c763734f7911153f8e66a85cb1a38ba0f', '207.46.13.99', 1667501430, '__ci_last_regenerate|i:1667501429;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0286192cd8b121359e7cd5a80772d1eb41718d96', '157.55.39.173', 1668631553, '__ci_last_regenerate|i:1668631553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0286e84d9bf28b1cbc0a127dffe6899c9ae9732a', '149.56.160.191', 1661469059, '__ci_last_regenerate|i:1661469059;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0286f8f06863ff69d6771230186cc1f026c3b0ad', '51.222.253.17', 1660285304, '__ci_last_regenerate|i:1660285304;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02870ddd09ebfb0b954b0d79711922de8ec6a01f', '207.46.13.1', 1671636290, '__ci_last_regenerate|i:1671636290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0287ac460fbf96d1273dfbc9ca690c39b38765b5', '190.56.55.0', 1687800942, '__ci_last_regenerate|i:1687800942;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687800940;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02884c3155ae9076f36091c9347987bc9dc37a5b', '35.164.49.219', 1676985931, '__ci_last_regenerate|i:1676985931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0288ed936a8ca17860d4ae779b0b840f31cc1084', '20.12.177.195', 1658797144, '__ci_last_regenerate|i:1658797136;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('028aafc41d2011f20a7c868fe7a1574b9d736d98', '190.148.157.80', 1669635075, '__ci_last_regenerate|i:1669635075;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669634767;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('028b78ee08fe2a6bb9ceb66cc5fc5085252b39e3', '52.167.144.164', 1685546724, '__ci_last_regenerate|i:1685546724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('028c01c16edda63ff3a014fb4ecbc2bdeca7509b', '190.56.173.175', 1652891056, '__ci_last_regenerate|i:1652891056;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652890798;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('028c56bb1e38eb4c34ab06ed85fd04bd9c85401a', '40.77.167.182', 1683155811, '__ci_last_regenerate|i:1683155811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('028ca67fb582392f83889d1797bd272f444cefbf', '40.77.167.39', 1655988909, '__ci_last_regenerate|i:1655988898;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('028d0b083d645368dfdcaf9569e84f02fae1e944', '190.148.158.164', 1667323251, '__ci_last_regenerate|i:1667323251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667323188;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('028f55c31546861ada042f76d50b1a0a9460ab92', '190.148.158.151', 1677356589, '__ci_last_regenerate|i:1677356589;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677356585;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0291ff40fc5c4ef38a694c54aabaca2e48045839', '54.201.90.228', 1650870939, '__ci_last_regenerate|i:1650870939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02922def7040384c566e1eb7fc6d0462eb83b1da', '40.77.167.115', 1681591725, '__ci_last_regenerate|i:1681591725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0293689f16b36616d6bcdb0188fe809f7162c149', '51.222.253.20', 1677432069, '__ci_last_regenerate|i:1677432069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0298307f856eed6f199a6286a734c1b864f175f0', '20.246.57.24', 1653185518, '__ci_last_regenerate|i:1653185518;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0299764319ce27906aac0686929b3f5149e4eab0', '157.55.39.51', 1669242031, '__ci_last_regenerate|i:1669242031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('029aea9b8cb70e05e60051de6f2de83064bc6dd8', '190.148.252.233', 1668809844, '__ci_last_regenerate|i:1668809844;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668809490;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('029c2de841b940e7b975eba98317918a14af2f46', '190.148.157.117', 1675524672, '__ci_last_regenerate|i:1675524672;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675524666;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('029c3261954dfd047d5ee475f33e076047029fa4', '40.77.167.244', 1677861239, '__ci_last_regenerate|i:1677861239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('029f94acb6ff796d795be1fd9c1f1ea131a83e0b', '114.119.145.3', 1688188693, '__ci_last_regenerate|i:1688188693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02a1962ff00254d65b6035ec4c8afd7d017bd12b', '51.195.90.229', 1650841014, '__ci_last_regenerate|i:1650841014;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02a1f56e120282126093f33b3d9e92bf28d790d4', '114.119.152.155', 1685591710, '__ci_last_regenerate|i:1685591710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02a2e2b9b6ac21512e85c4f55bb3162e71b83ba0', '103.108.140.168', 1651570355, '__ci_last_regenerate|i:1651570355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02a4a1799be749991d32e29d0330332b1e9e6df4', '5.188.62.76', 1656408495, '__ci_last_regenerate|i:1656408492;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02a59ddeae0106f23da8e1abc32a17dd406e685f', '17.246.19.85', 1686614654, '__ci_last_regenerate|i:1686614654;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02a7759a9d07b314a856c0a3e1e4cb04c5f37aa8', '52.167.144.162', 1682665793, '__ci_last_regenerate|i:1682665793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02aae6daa05a00fd713ad282808a27bbac13978f', '207.46.13.160', 1664993152, '__ci_last_regenerate|i:1664993151;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02ac547933781bb3f146ea0538885eb4924a53db', '190.56.32.174', 1676766493, '__ci_last_regenerate|i:1676766493;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676766456;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02acb6cfdfbefc4092c4a221d20a5cd81802babf', '54.36.149.31', 1677593240, '__ci_last_regenerate|i:1677593240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02ad1af1a70946867711bff6216a4762e6ec86b8', '157.55.39.51', 1669794972, '__ci_last_regenerate|i:1669794972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02afbfa27adb24474e5d8373f4117d2f622bd904', '40.77.167.63', 1672012254, '__ci_last_regenerate|i:1672012254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02b1a7156a3c9ea0e5e5ad8149553913d9746e0f', '190.148.252.178', 1657311462, '__ci_last_regenerate|i:1657311462;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657229796\";last_ip|s:14:\"200.119.173.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"VwHYr3d9jGQnlvKMpE2i\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02b28a89a70175e3ad509c517050e6f10ecacdfc', '17.121.115.220', 1657464918, '__ci_last_regenerate|i:1657464918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02b2a2ffca301dc6cfa81ae24158f21c833b17db', '200.119.173.96', 1687180484, '__ci_last_regenerate|i:1687180484;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687179706;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02b792f3157062240ed03ade051d954f5a50398e', '17.121.113.182', 1662863504, '__ci_last_regenerate|i:1662863504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02b9ba1c6787657cb4ab3be134484fa2718711d9', '190.56.32.35', 1671658308, '__ci_last_regenerate|i:1671658308;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671657933;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";csrfkey|s:8:\"PRIaqvUi\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfvalue|s:20:\"G78TtsLzhVydBJAw5miS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02ba06ac0838f3e6f03f8fc9c974667330a893ef', '40.77.167.192', 1688371819, '__ci_last_regenerate|i:1688371819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02baf8fee06275e977078dff7eef87f2620ef9d7', '157.55.39.217', 1683349839, '__ci_last_regenerate|i:1683349839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02bc24c725ff97b2509bac9d8d141fbb813fa268', '190.148.252.73', 1664832140, '__ci_last_regenerate|i:1664832140;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664832117;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02bccac050bf4d03695c716e9d8802ab08ca98c7', '40.77.167.85', 1686203034, '__ci_last_regenerate|i:1686203034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02befda931ed08d0b1eda6135bbc7a879f985604', '40.77.167.37', 1669794992, '__ci_last_regenerate|i:1669794992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02bf1dfdea38cdd0e9fe777945febc2dc57f89a1', '209.216.78.52', 1650895612, '__ci_last_regenerate|i:1650895612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02c038274bffa97d6722adc1184591f5af8c31fd', '40.77.167.101', 1661911103, '__ci_last_regenerate|i:1661911103;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02c3dc34efde7fd649a786b31a4d57b29ea8d014', '114.119.139.167', 1686241336, '__ci_last_regenerate|i:1686241336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02c64ddcce4c92fb52bf27ff0baa702613070c8a', '52.167.144.31', 1681421355, '__ci_last_regenerate|i:1681421354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02c6d58bc6ef6f6663e77a900eaddf81ca8d1d0b', '190.56.54.129', 1653589102, '__ci_last_regenerate|i:1653589102;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653585233\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02c8fa04f1130d425a4ac4b3051bfb27ecc3b8b0', '52.167.144.171', 1685462884, '__ci_last_regenerate|i:1685462884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02cb3c7147e44ae771af2276da721fde88bcc993', '52.167.144.70', 1688177250, '__ci_last_regenerate|i:1688177250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02cda2b8d68ab121bdb9a539abb33b6a0830915d', '40.77.167.161', 1676212037, '__ci_last_regenerate|i:1676212037;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02cf8016e48f0909cd065f6924160a3ec4ef2475', '51.195.216.255', 1650895448, '__ci_last_regenerate|i:1650895448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d27576aa931069a7958c5bd18a4db6fce89225', '157.55.39.173', 1668934982, '__ci_last_regenerate|i:1668934982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d2b3ec4ef5da494180ee5fa1e8126c2dcb95e8', '190.56.173.175', 1652911562, '__ci_last_regenerate|i:1652911562;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652911450;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d32fd3f2ee05f2e968ae5c7ff4fd607fbc5544', '51.222.253.14', 1686263634, '__ci_last_regenerate|i:1686263633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d336a9c475726a9f27ee9f24fcb6b27456c896', '157.55.39.54', 1659816853, '__ci_last_regenerate|i:1659816853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d466af5464ab0352b9d9f210c87c65546eb7b8', '207.46.13.6', 1672068377, '__ci_last_regenerate|i:1672068377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d498f2dae44d6f31925700d0c6c68bd9e2cf95', '190.56.32.162', 1686351177, '__ci_last_regenerate|i:1686351177;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686351162;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d499333c5cdd982b7cc3182c5dfc6a3e8a1372', '190.148.252.96', 1672950671, '__ci_last_regenerate|i:1672950671;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672950661;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d55e8f63a3f4463b718d6ecf6014e473ea7c13', '190.56.50.15', 1667047332, '__ci_last_regenerate|i:1667047332;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667047279;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d88a5ecc24eaaf6fd59686d43a6bd87b58e873', '51.222.253.17', 1674334570, '__ci_last_regenerate|i:1674334570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d8a05d018f53636094e0cf267549449803fd05', '51.222.253.6', 1683720336, '__ci_last_regenerate|i:1683720336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d8f26bc61a89c48cbc1d36ebc54cd97a547b3e', '157.55.39.253', 1682086099, '__ci_last_regenerate|i:1682086099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02da33e51c768016525be970ccf2308720e8d357', '200.119.172.96', 1675378307, '__ci_last_regenerate|i:1675378307;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675378252;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02dae08d23870f2001bcbfc5c1ab77859907a779', '66.249.79.210', 1666093093, '__ci_last_regenerate|i:1666093093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02dd569764f0f2fb0e46b9289bbe62d0def09bec', '17.121.113.39', 1654958593, '__ci_last_regenerate|i:1654958593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02ddce8c6c14529a1104f46186a39437af20d6a3', '188.163.17.25', 1673540094, '__ci_last_regenerate|i:1673540093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02debea6cef1673914946328b6ee73094490f80c', '157.55.39.253', 1682047170, '__ci_last_regenerate|i:1682047170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e0307e835644874ed30e13e1302eb2e374c0d5', '17.121.114.82', 1659063436, '__ci_last_regenerate|i:1659063436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e1032c06362d9d61acc7816041e5955219116a', '51.222.253.6', 1653544450, '__ci_last_regenerate|i:1653544450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e13ff0562c2272445daa1cace82dafe62ff5f0', '52.167.144.61', 1687927165, '__ci_last_regenerate|i:1687927165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e18c612a07f11aef9fa0dd9a0a59123c1e0878', '52.167.144.47', 1678235099, '__ci_last_regenerate|i:1678235099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e1e6030c6bc7aa76d068a480d41ddca41884b9', '190.56.173.213', 1683569663, '__ci_last_regenerate|i:1683569663;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e30fad7788742add53470b3657f5b262bd50d4', '5.188.62.140', 1653250220, '__ci_last_regenerate|i:1653250217;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e454a7d7c3ea8b616f418614f6921e9deb0e49', '190.56.32.110', 1669842160, '__ci_last_regenerate|i:1669842160;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669842128;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e6e949d45531d679bad8b9121ab4c5c18b24d5', '190.148.252.98', 1659984062, '__ci_last_regenerate|i:1659984061;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e730f18a9d695cb61c52c1c7766581cc71d51a', '200.119.173.177', 1685397706, '__ci_last_regenerate|i:1685397706;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685397617;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e807e3fe3850927d19b579ee421e1dce4c7279', '51.222.253.17', 1678782773, '__ci_last_regenerate|i:1678782773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e86a9620f5ab973c82b1c99686ffc646c7018b', '65.155.30.101', 1650752428, '__ci_last_regenerate|i:1650752428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e8be1f10b3e7232eb2b41921e60d1c2b806521', '114.119.148.187', 1688176799, '__ci_last_regenerate|i:1688176799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e93fb92975ed0ba9b1e074f144886ddd2a5fc7', '190.56.32.37', 1670504523, '__ci_last_regenerate|i:1670504523;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670504500;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02e95a4421ed22f4bb249e2498e0a18a38cf70b9', '52.167.144.98', 1684366438, '__ci_last_regenerate|i:1684366438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02ebdf5fa4af845c892893c7adc0286fa5a734a6', '144.76.151.42', 1650866398, '__ci_last_regenerate|i:1650866398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02ece3d9b6fb11fe6f9c2c458277988cdb2fab67', '114.119.138.5', 1686178698, '__ci_last_regenerate|i:1686178698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02ed4cdc2147149a07dec22179947417627dc073', '35.90.104.163', 1676985257, '__ci_last_regenerate|i:1676985257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02ede25c64a9d146c8c8b370bb3c8aef0bedd07e', '114.119.145.25', 1685093802, '__ci_last_regenerate|i:1685093802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f1e0f5c5178be6b69edb0ccfb4179650369b9d', '52.167.144.162', 1686510685, '__ci_last_regenerate|i:1686510685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f2281aa67971461cccb6488e50e4cdfd3a2bf8', '40.77.167.11', 1673444159, '__ci_last_regenerate|i:1673444159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f2abbc234cb23be72c409359bba107d2caf09a', '190.148.252.57', 1657891459, '__ci_last_regenerate|i:1657891459;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657849125\";last_ip|s:14:\"190.148.252.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657889754;register_id|s:2:\"44\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-14 19:41:57\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f2f17a080dd80956b1479c0013f9404d2a4efd', '190.148.87.6', 1668185025, '__ci_last_regenerate|i:1668185025;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668180052\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f30ee0d2f0cb1dd6f0b31a1e588ba3f2c04f01', '159.65.130.54', 1652715592, '__ci_last_regenerate|i:1652715588;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f5b2a1d4bba51cbad5781a215fea160f7cd3ee', '190.148.157.167', 1665600173, '__ci_last_regenerate|i:1665600130;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f74d871c6d88c27ae9e2968be82efa77d86bc6', '17.121.114.53', 1660798902, '__ci_last_regenerate|i:1660798901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f7a9b708c8e4b19838464bafca5b1efe4bfc6f', '190.148.252.151', 1671413569, '__ci_last_regenerate|i:1671413194;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671413569;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f7cdf91c5fd387982765a9ca18fd39e0024577', '200.119.174.83', 1655825835, '__ci_last_regenerate|i:1655825835;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655763646\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"TyzbGk0XmpcgFWRE1i5Z\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f961d24886ce3ba0a2081b14040cbb713bda45', '93.158.90.70', 1663652069, '__ci_last_regenerate|i:1663652069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f98889ab4330812eaa07b2607c390e9485d102', '167.99.123.158', 1652591463, '__ci_last_regenerate|i:1652591463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02fa43e3309ba8c1b669ea49670d2217cf69d731', '66.249.64.229', 1675721010, '__ci_last_regenerate|i:1675721010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02fb96c7be63ff071fba0d497f50563a08482c18', '40.77.167.37', 1668631600, '__ci_last_regenerate|i:1668631600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02fdb57b49eab7d1c306a21f5e62092edee96d1c', '157.55.39.64', 1672408010, '__ci_last_regenerate|i:1672408010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02fe500254db694245948b40af1f657fa293c5eb', '207.46.13.44', 1673056548, '__ci_last_regenerate|i:1673056548;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02fefea017d31bf8c27ed23a2224e8011e145b6e', '193.168.180.174', 1651578674, '__ci_last_regenerate|i:1651578672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03017273cf79fb1a108095e2404f4d174d251f01', '52.167.144.162', 1683017669, '__ci_last_regenerate|i:1683017669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030562ae4ebb0dfc79555685108a9495a959baaa', '190.148.87.182', 1679787654, '__ci_last_regenerate|i:1679787654;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679787652;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03059ba228eff72e279b8eb436e44cdc957b70de', '205.169.39.63', 1672578744, '__ci_last_regenerate|i:1672578744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030644755e0bb5f38cbd3566e6b4780134633ad6', '40.77.167.175', 1680361119, '__ci_last_regenerate|i:1680361119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03069aaaee515f08c7ca16f61c53242da16c29c7', '51.222.253.2', 1659596628, '__ci_last_regenerate|i:1659596628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0306baf6db3dc3554e026b5c9cb6b264b6b74d52', '190.56.173.213', 1683329709, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683329709;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683329656;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0306c7152ee87b43417964483198ea75317b8a34', '54.36.148.95', 1675089044, '__ci_last_regenerate|i:1675089044;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0306ed6b6db61a1b339aff1551295bf6182e2677', '51.222.253.13', 1686771742, '__ci_last_regenerate|i:1686771742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030731bde22e4c95b3b473121e58fcd58aafe6c3', '190.148.252.67', 1688518056, '__ci_last_regenerate|i:1688518056;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688517978;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03075b80587665582902a5a67d2528d98b02a8e5', '40.77.167.191', 1681663299, '__ci_last_regenerate|i:1681663298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030820833707de26de21a7b3708b8e47e10b45c5', '52.167.144.82', 1687440808, '__ci_last_regenerate|i:1687440808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0309ec7d50261cbed23a0d2e4c73b9186c2fcb69', '190.56.32.174', 1676728233, '__ci_last_regenerate|i:1676728233;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676728097;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030b343477a720a3bff59ab1d9eba4c60092357a', '114.119.155.236', 1684209611, '__ci_last_regenerate|i:1684209611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030bb716311844eb3dac00c9aebc738111703e10', '207.46.13.12', 1675435946, '__ci_last_regenerate|i:1675435946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030d0fafd8b2170fba4429b74f60f4bd8685dae0', '40.77.167.11', 1673468186, '__ci_last_regenerate|i:1673468186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030e29c947e234035e9c3a9126a986b8d9d65766', '172.105.200.88', 1653079786, '__ci_last_regenerate|i:1653079786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030edc43b749d3a025afdffa0322a67b8274c7bb', '51.222.253.3', 1663221682, '__ci_last_regenerate|i:1663221682;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030f495001b7ec524af117808c637b1a53102b44', '51.222.253.1', 1668786514, '__ci_last_regenerate|i:1668786514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('030f5daeef6921d8a062808f9ce6346a2e8a8fcc', '157.55.39.51', 1668367050, '__ci_last_regenerate|i:1668367050;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0310dd27f1c90f9ebfbc7b28bf5a623d443c776e', '17.121.115.161', 1658441542, '__ci_last_regenerate|i:1658441542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0310ec26911b7412385786a803c2b24942091b31', '107.174.138.169', 1651762749, '__ci_last_regenerate|i:1651762749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0312baf6a0956e44569aee9297ff6b3f031ad698', '18.237.54.44', 1672580062, '__ci_last_regenerate|i:1672580062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03133b69d5ce8d00cb495ceaf4d6ee755479c941', '190.148.87.244', 1654616962, '__ci_last_regenerate|i:1654616962;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654548800\";last_ip|s:15:\"200.119.170.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0318be316e3a465c98aa554d571d7c712c5bce34', '52.167.144.164', 1686652321, '__ci_last_regenerate|i:1686652321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0319b1f5e23e733609051c1ded07aa15a55941fa', '111.13.63.118', 1650719277, '__ci_last_regenerate|i:1650719277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('031c23bf2b93356504a3ac620d4037e4b81415e7', '52.167.144.176', 1678148552, '__ci_last_regenerate|i:1678148552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('031c2d1affba62c0cde7f8cc9584070b326dc87c', '138.246.253.24', 1674315833, '__ci_last_regenerate|i:1674315833;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('031c3f3fd976ccec07179960f456ac74e5314e57', '200.119.172.60', 1674587116, '__ci_last_regenerate|i:1674587116;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674586947;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('031e2c16b88733e3e871e3be414bbacd4823351f', '157.55.39.173', 1668934984, '__ci_last_regenerate|i:1668934984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('031f82b59154d53aed1e6f319862e5a6297768e4', '17.121.115.2', 1651858325, '__ci_last_regenerate|i:1651858325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03204a97bf36ac2d883d72cebd1b755771aeecc6', '66.249.65.110', 1653271182, '__ci_last_regenerate|i:1653271182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03208b7c70807b72144a9ef787827f0c624896ff', '157.55.39.79', 1657995973, '__ci_last_regenerate|i:1657995963;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03225f07bde2edc594b061561442194a461aaa8c', '114.119.155.205', 1687608083, '__ci_last_regenerate|i:1687608083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0326641d24d2a809a9175094db3443f62b210d6b', '40.77.167.60', 1671574993, '__ci_last_regenerate|i:1671574992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('032858397ef9bdf995efb73a86179b25af670ebc', '190.148.252.197', 1665496049, '__ci_last_regenerate|i:1665496049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665426042\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665495922;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03289cdb0ecccbd52e9da1a04f8c272ebf61c13e', '200.119.173.107', 1686863509, '__ci_last_regenerate|i:1686863509;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686843371\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0328bbdf81801757eaf3ffeed3f1e2dca8aee907', '167.172.75.190', 1651331486, '__ci_last_regenerate|i:1651331481;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('032e60f99788236ea82e87db38ffc040e8465237', '190.56.32.35', 1671811355, '__ci_last_regenerate|i:1671811355;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671810956;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('032f398853bdc1a0ec9640aaca1145f9fc02acee', '207.46.13.6', 1672246894, '__ci_last_regenerate|i:1672246894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('032fbb1e90aceced088af636bd3f2f1adcc92221', '190.148.252.106', 1684359084, '__ci_last_regenerate|i:1684359031;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684335919\";last_ip|s:15:\"190.148.252.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0330f97dbd8a1105c6ba88ddca433eee3e270d8b', '114.119.146.100', 1688089427, '__ci_last_regenerate|i:1688089427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03322c52188214be1896d527ebc1e904344ca386', '114.119.136.86', 1687237501, '__ci_last_regenerate|i:1687237501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03326cb3ecac9c810ef8c8e3bac1331283e3c15e', '190.148.252.161', 1670014187, '__ci_last_regenerate|i:1670014187;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670014137;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03355a4d3666ccef635c65fac0b8f1efca2ca0d3', '51.195.90.229', 1650840563, '__ci_last_regenerate|i:1650840563;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0337e617b7137545cfd6a98c3923203f2ce44f4b', '207.46.13.205', 1671557093, '__ci_last_regenerate|i:1671557093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('033c74ced1273513ce82c038cc204e2709da9db0', '52.167.144.76', 1681674780, '__ci_last_regenerate|i:1681674780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('033ca44d4d8b354bfbfac6eed558a58c2d4f3572', '207.46.13.179', 1673056525, '__ci_last_regenerate|i:1673056525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03427a81f899bd392cb81cad72d84f56fb0c9663', '54.36.148.230', 1659441498, '__ci_last_regenerate|i:1659441498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03434f04e5fb197684617db279bdbc7d94dcb6fd', '117.33.227.207', 1670511346, '__ci_last_regenerate|i:1670511346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0345afb6de4eba887c707f4e470b68cfb4ced8e2', '52.167.144.89', 1679548300, '__ci_last_regenerate|i:1679548300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0345d96c95a147f24b5eb9f425c394292c2981b6', '190.148.157.165', 1668007411, '__ci_last_regenerate|i:1668007411;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03467d13c8234f86af5bf02c6a26c85c953a50d9', '114.119.155.122', 1686680127, '__ci_last_regenerate|i:1686680127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('034868ac674dd36d4b9760949db42a54ddc967be', '114.119.137.180', 1685095415, '__ci_last_regenerate|i:1685095415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0349066eb6be023c085e9d8483556b40a4699933', '51.222.253.19', 1673765537, '__ci_last_regenerate|i:1673765537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0349db95f4ac59707828a88298d74bd9f6c3d92e', '52.167.144.171', 1685360494, '__ci_last_regenerate|i:1685360494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('034c60687059f8b21a7e8af1c4ed1a55488b879d', '133.155.19.113', 1651580146, '__ci_last_regenerate|i:1651580146;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('034c76bb731a612ec98172bff4685ea51731d4a8', '34.72.164.252', 1664852198, '__ci_last_regenerate|i:1664852198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('034c9c77514c9ae78c0c571d886304f9b8179378', '137.226.113.44', 1657761981, '__ci_last_regenerate|i:1657761981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('034ca2275c4eb04825b9f6adbb4056738604b148', '190.148.158.9', 1686761716, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('034e3fa28a4d95b41f1265f6cd0d7ce01f973a72', '45.90.62.76', 1650808833, '__ci_last_regenerate|i:1650808833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('034fbe162704bf955c4aac323e105384a25bda7d', '130.245.169.70', 1657360533, '__ci_last_regenerate|i:1657360532;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0352f2348a3600babf1c9d85aa9ad35f9254b246', '190.56.32.174', 1676928739, '__ci_last_regenerate|i:1676928739;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676928735;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03537846ffb065ba6cf56a123ae29ac3bd5ec78b', '54.36.149.9', 1658636512, '__ci_last_regenerate|i:1658636512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('035641573016fbf9004f1e50b20350b99979d071', '190.148.252.76', 1654279506, '__ci_last_regenerate|i:1654279506;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654214806\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654279506;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('035660039254b21c325d046c6426798ff6a64d06', '52.167.144.56', 1681149733, '__ci_last_regenerate|i:1681149733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03597e9a0074d9aaaeeeffb0c7d1208e341c5a60', '207.46.13.217', 1684212657, '__ci_last_regenerate|i:1684212657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('035b9797726ae2be1f294a5c2eae15f30d15d51a', '190.56.32.32', 1686089488, '__ci_last_regenerate|i:1686089488;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686089426;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('035ce6e9802cf0c3c51efdab6b540ac66b59d65e', '114.119.144.24', 1687827973, '__ci_last_regenerate|i:1687827973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('035e976178b6a7f98447ed6b2778880ca9846408', '40.77.167.182', 1683842361, '__ci_last_regenerate|i:1683842361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('035f2f434609cdd90674370c931df3b8183cfc0f', '17.121.112.180', 1653663433, '__ci_last_regenerate|i:1653663433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('036111a57ab5b2318ce163d14cadf1b76e75ad39', '40.77.167.222', 1681370027, '__ci_last_regenerate|i:1681370027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0361c97ff3f2c55a9d13b31185761bf4c338f712', '190.148.157.80', 1669165416, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1669165416;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669142647\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669164166;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('036292986665b13b8e7900330e6e870b0d200ab8', '190.148.157.183', 1680441561, '__ci_last_regenerate|i:1680441561;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680441535;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0362ee448ec9076cb3baf5267065dcc0e9cea862', '149.56.150.116', 1650829803, '__ci_last_regenerate|i:1650829803;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('036382cbdf4c5ea90d65d91f5f185890b314409d', '157.55.39.217', 1683180895, '__ci_last_regenerate|i:1683180895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03657d1adde7eef3ba14937fd9e68e820370ecf8', '207.46.13.6', 1671759461, '__ci_last_regenerate|i:1671759461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('036584555d2741b682486225792f8e67222f5933', '17.121.115.185', 1653217259, '__ci_last_regenerate|i:1653217259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03660f300781f91cfa9abef6e193bc738f323a7f', '52.167.144.98', 1686406948, '__ci_last_regenerate|i:1686406948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03689c88a99d725f338cd718b354e0336a0c92b3', '40.77.167.37', 1667842385, '__ci_last_regenerate|i:1667842384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0369234e24d91a47849f73020b5f9fffdb3f28ff', '190.148.157.80', 1669119886, '__ci_last_regenerate|i:1669119606;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1669046932\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('036b9b7ecfe48f87e40bedbafc88c8faee99352c', '40.77.167.91', 1686901603, '__ci_last_regenerate|i:1686901603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('036eaa98646341b29dad58c1ad2ec61ec893e67e', '190.56.55.113', 1673353183, '__ci_last_regenerate|i:1673353183;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673352964;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('036ef982bbef5f27ee32318c4fbac062a049e7b8', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03723c9b5e58a448575fe5c8dfa901508d039af3', '52.167.144.76', 1681513638, '__ci_last_regenerate|i:1681513638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03756da995656afef492bab9f7ad1f5c11ebd5b5', '114.119.136.44', 1686731585, '__ci_last_regenerate|i:1686731584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('037754bc503ac54a1b5fe453521615103fdc2408', '52.167.144.164', 1685773948, '__ci_last_regenerate|i:1685773948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03785e0845eeb6e8494767edb377931e530da96b', '190.148.252.48', 1656636796, '__ci_last_regenerate|i:1656636796;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656613862\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656636165;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('037a491e2fe53832a8e6b5d63f2086621795ce31', '207.46.13.154', 1669998862, '__ci_last_regenerate|i:1669998862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('037b395f520adb17da71939f9398bf1f4842b852', '190.148.252.56', 1663966159, '__ci_last_regenerate|i:1663966159;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663796870\";last_ip|s:15:\"190.148.252.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('037caaf755b1895d1ea54f2fffe37d4ea973f3a8', '52.167.144.98', 1685350807, '__ci_last_regenerate|i:1685350807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('037e7e6f32bb02299904d5df1d61e5ccb5450cb1', '200.119.172.60', 1674917542, '__ci_last_regenerate|i:1674917542;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674917508;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03813d4b50a37d505c77c5f0223fdb88878060bc', '200.119.174.28', 1660061255, '__ci_last_regenerate|i:1660061254;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0381d14af2b5a58a34f74dfdb433b32f95e06555', '20.223.49.193', 1651063072, '__ci_last_regenerate|i:1651063072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0381eacfe0fd4df15b2c7283296501c40a22fa20', '200.119.172.95', 1659740876, '__ci_last_regenerate|i:1659740876;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659734240\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659740323;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0382629940287f894bf3a2e9144fbd5fdd4e89f9', '207.46.13.41', 1671416362, '__ci_last_regenerate|i:1671416362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('038271e4da30865ad47212850deb0bc287cfdbb6', '82.80.249.158', 1668921130, '__ci_last_regenerate|i:1668921130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03833066ad795e392687f45bbe543207c1f6319d', '114.119.132.101', 1685100005, '__ci_last_regenerate|i:1685100005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0383d4cdc7c1515d288e37e64dfc99b15c4b3519', '207.46.13.41', 1671104354, '__ci_last_regenerate|i:1671104354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0385e7218906ee0e16cad70f600c7fed4021eed7', '200.119.168.9', 1656168224, '__ci_last_regenerate|i:1656168224;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656121973\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656165840;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03869242557e78be71c6c6c0f3f63ec412d3c125', '52.167.144.74', 1688459904, '__ci_last_regenerate|i:1688459904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03881dcb4de474a9eb638b5c16e9c7391f0b24d2', '40.77.167.39', 1656002036, '__ci_last_regenerate|i:1656002036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03894e2bd7f7a83a66fc2c2240825e30f56e849b', '157.55.39.79', 1668934964, '__ci_last_regenerate|i:1668934964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03898644144d4ee9706e3bd5536cab8196c79140', '52.167.144.164', 1685619147, '__ci_last_regenerate|i:1685619147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0389988495cf681c1d09f7f0110ea00130164046', '190.148.252.161', 1669944249, '__ci_last_regenerate|i:1669944249;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669943005;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('038c45f54929ba4f96118f81480189f4d2794d10', '51.222.253.6', 1674504854, '__ci_last_regenerate|i:1674504854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('038ee66338e885b65296de811155f33fa9a22df5', '40.77.167.133', 1683726212, '__ci_last_regenerate|i:1683726212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('038f2d40717e7ebf48302ac86f4b14fd5a7cb835', '198.251.73.5', 1669808171, '__ci_last_regenerate|i:1669808171;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('038ff00aad6c6f457352ceca8b3d09e7a92df774', '198.251.73.77', 1672881212, '__ci_last_regenerate|i:1672881212;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('038fffac3d6b3a3046e8b478fdbf0c5ab94e360d', '66.249.77.164', 1686538664, '__ci_last_regenerate|i:1686538664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0390cf77632bc815267afa48295be7b0d37ddb8f', '52.167.144.154', 1687644143, '__ci_last_regenerate|i:1687644143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('039130ad799a2d1616fbd75b75b3f2cc60ec41f8', '52.167.144.154', 1687858736, '__ci_last_regenerate|i:1687858736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03935394b0c5dc0dbb2437d9f2528e1bf7ebae5a', '147.182.171.81', 1650861180, '__ci_last_regenerate|i:1650861180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03973eef9eb62ec3d1c7ff6cda75485749657d89', '190.56.54.129', 1653585606, '__ci_last_regenerate|i:1653585606;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653414869\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"WgD2GU5CYeMbdiXwcpsh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03983739c9a04dd79f6e67afca7eaae593c048c9', '114.119.155.23', 1687517285, '__ci_last_regenerate|i:1687517285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('039a2dcbb58f25ea9e75f100c3822423601dde8b', '40.77.167.133', 1684212661, '__ci_last_regenerate|i:1684212661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('039ae8ab82ec277c1a076373521509728f54ae95', '190.148.157.80', 1669422383, '__ci_last_regenerate|i:1669422383;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669421882;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('039bd346dc6ac40d45086452e8b7443cdc4be00f', '190.148.158.69', 1685584223, '__ci_last_regenerate|i:1685544742;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685533134\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685584223;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('039cc0721798552c887103d4e4a41ee9631df38a', '114.119.148.160', 1686871040, '__ci_last_regenerate|i:1686871040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('039cf9341b56e48592571c040dc981380a2f11c0', '51.222.253.14', 1655866250, '__ci_last_regenerate|i:1655866250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a00325e0b5cc64b4f1539406aeb99947a886ef', '198.235.24.25', 1660543248, '__ci_last_regenerate|i:1660543248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a0e34c838e5477ccaf1654786383897513b6ff', '207.46.13.17', 1673673380, '__ci_last_regenerate|i:1673673380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a1e34ee845668beed225671f3f7ffb28e38542', '190.56.173.175', 1652909783, '__ci_last_regenerate|i:1652909783;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652909493;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a3f0ffcb1c4d98e07f95bef254b0b65e560157', '40.77.167.182', 1683503815, '__ci_last_regenerate|i:1683503815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a51aab27a715b1352083a383fec36511162495', '190.56.51.158', 1655662446, '__ci_last_regenerate|i:1655662446;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a5ea27a30eeab2df1f9cb0c14ddb98acbddd58', '40.77.167.37', 1669153653, '__ci_last_regenerate|i:1669153652;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a661d20039833780f054f7c2595f38a1d8c8a0', '66.249.65.161', 1672066784, '__ci_last_regenerate|i:1672066784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a7da23280ca478e3fef88ac1bcc384a6eaf128', '114.119.153.211', 1684144285, '__ci_last_regenerate|i:1684144285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03aa597ffbd2463491254ef13a6f8f7ed9b8e11b', '190.148.252.183', 1681742482, '__ci_last_regenerate|i:1681742482;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681742426;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03aab733b32d75c2217daf2d6380688d82a49915', '200.119.172.60', 1674655230, '__ci_last_regenerate|i:1674655230;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674655225;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03aab80c23fb557c8532bdd60930608597999c61', '198.251.73.109', 1686692725, '__ci_last_regenerate|i:1686692725;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03ab11886ed2b02f00ed451d8d387b95aef1e042', '52.167.144.63', 1686901608, '__ci_last_regenerate|i:1686901608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03ae4028939134c35bcf4b2a317bf5cd690e9e45', '51.222.253.9', 1663190606, '__ci_last_regenerate|i:1663190606;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03afe267083046e75ff55aebec8366d626a81e64', '52.167.144.98', 1684228886, '__ci_last_regenerate|i:1684228886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b2076207042f76ba43ac570ab5aeee172ef326', '46.101.63.152', 1652762874, '__ci_last_regenerate|i:1652762874;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b2fdf063043ebb88c40b2282a7e217af4b4577', '114.119.139.53', 1687870929, '__ci_last_regenerate|i:1687870929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b3adb0d42e2f4d0c14b784775d683aa512021d', '190.148.252.76', 1654461212, '__ci_last_regenerate|i:1654461203;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654446172\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654461211;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b3e88069b02de46e1548288113d7d24feeb734', '17.121.113.119', 1652228904, '__ci_last_regenerate|i:1652228904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b47a8a30a89f90909fc2319a1c77955e579822', '50.21.188.67', 1672492738, '__ci_last_regenerate|i:1672492738;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b4f155748ce4539c895cd19858666ed5aa6a49', '51.222.253.16', 1676172962, '__ci_last_regenerate|i:1676172962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b5f5da6cdfe23129855a67677673bb91e9958c', '52.167.144.98', 1684248142, '__ci_last_regenerate|i:1684248142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b6cc73667f0e1bb0879d84f313541a20d5a03a', '190.148.158.23', 1687210920, '__ci_last_regenerate|i:1687210920;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687210858;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b7429e2f67839e0860caaab047bce009aee439', '17.121.113.135', 1652113121, '__ci_last_regenerate|i:1652113121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b94e225a39de39493dec90bec987f9dd1a5edd', '128.199.84.63', 1684239371, '__ci_last_regenerate|i:1684239371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03bb2343edb5c2e9c2c98b97fb8d8ba7ce3c5051', '194.26.192.170', 1652464600, '__ci_last_regenerate|i:1652464596;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03bb698756a40513fd52504f575a634478ffd2ee', '157.55.39.51', 1668935053, '__ci_last_regenerate|i:1668935053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03bbda1f09e213f37003f082f4391716af8c776c', '144.76.67.169', 1669883554, '__ci_last_regenerate|i:1669883554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03bd28f3a3da97f1bb9a88011d9d45ad2463bbe3', '52.167.144.171', 1684399824, '__ci_last_regenerate|i:1684399824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03bdf86e227912e1f4223943c8a08205f6dbf9e4', '190.56.32.243', 1684623247, '__ci_last_regenerate|i:1684623247;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684623032;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03be602f6d4b96c0bc50661afa6850cdfd30ee1c', '200.119.174.9', 1674176202, '__ci_last_regenerate|i:1674176202;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674176106;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03bf9689ad17224a98040c00348f7d7c20a35a2e', '51.222.253.5', 1667689942, '__ci_last_regenerate|i:1667689942;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c04729757d2a088552c594cdf857084bd68aea', '17.121.113.46', 1662863079, '__ci_last_regenerate|i:1662863079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c100a570bd732d32d17aed2c78f420765e1346', '114.119.128.77', 1688326545, '__ci_last_regenerate|i:1688326545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c257289d644064aa0112fc8bf5c296085137bd', '93.158.91.201', 1667821668, '__ci_last_regenerate|i:1667821668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c27f8158b459cf498f454908994f28bdcf245a', '190.148.252.183', 1681228319, '__ci_last_regenerate|i:1681228319;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681227340;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c3d920c541eb5d6ecf49f081b13000e371f3b0', '157.55.39.125', 1654333322, '__ci_last_regenerate|i:1654333312;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c65e6a5c3ad72eedd3dc038bb0023c6af2b7bf', '114.119.131.195', 1688238913, '__ci_last_regenerate|i:1688238913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c7df8d3559f80c4a1ea1600b157e8eb23c251a', '114.119.142.210', 1685131668, '__ci_last_regenerate|i:1685131668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c7e9f316afea62a69669ad18b5c9bc5ef5029c', '168.90.199.67', 1661156404, '__ci_last_regenerate|i:1661156401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c7f1d574d2115a311dc0ab7ff5411c45661a9b', '223.240.99.104', 1677688780, '__ci_last_regenerate|i:1677688779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03c8f8a3567d8b8efa6af19a0eb3d296fe5869f3', '157.55.39.173', 1669794938, '__ci_last_regenerate|i:1669794938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03ca5728e5f318bca94d6c884deda5516a91828d', '190.148.157.98', 1679013935, '__ci_last_regenerate|i:1679013935;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679010880;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03ca9f75496d322f11b28ff7750c714127c6e4d6', '40.77.167.13', 1656914596, '__ci_last_regenerate|i:1656914583;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03cb03ade859f2d36d56d4e1bc81602ae55cd596', '111.7.100.26', 1650976213, '__ci_last_regenerate|i:1650976213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03cb116791d7fae2941d9ced6dd7be850504e07a', '190.56.50.15', 1666989242, '__ci_last_regenerate|i:1666989242;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666989172;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03cc3b68746e24fb5e2a5994cf929056eadd3064', '212.83.186.254', 1660603136, '__ci_last_regenerate|i:1660603136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03cff4af21144e0171d4abf5482ace8008bcdce1', '40.77.167.222', 1681482492, '__ci_last_regenerate|i:1681482492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d01c353bbcd037d95acc23f29d79c15ca72840', '52.167.144.98', 1686416865, '__ci_last_regenerate|i:1686416865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d11c4b146bd3c23ea3c8c9cb822652bc81cc11', '190.148.252.233', 1668900172, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668900172;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668899717;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d134f566f78933c0444aa788b5d1460825cc7f', '190.148.252.151', 1671136560, '__ci_last_regenerate|i:1671136560;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671134526;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d366dda98719dfedba46521248012c205921ba', '52.167.144.164', 1685731786, '__ci_last_regenerate|i:1685731786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d44ea1da5edb9d7ad14c158239556e67c1a38f', '17.121.115.27', 1657741108, '__ci_last_regenerate|i:1657741108;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d5a143eb1c520e34de2fcde1f2397b53640a44', '35.88.150.127', 1669382030, '__ci_last_regenerate|i:1669382030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d6fb2843f68f0b8ed8c23723f28e3d9b79cb7e', '54.37.233.116', 1650851769, '__ci_last_regenerate|i:1650851769;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d73170b0ce9b7e5281625dd1391e3a743964c6', '54.36.149.78', 1652746859, '__ci_last_regenerate|i:1652746859;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d77a4f190a51043e27b5ca6ac73bb94f85d14e', '190.148.252.96', 1673138870, '__ci_last_regenerate|i:1673138870;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673138856;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d87d3a6b9d89e4f5e178b9aec20c7d06891440', '200.119.173.96', 1687190927, '__ci_last_regenerate|i:1687190927;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686949676\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03d884e9bdd2e6709ebffa5f7f71c271f567cc62', '40.77.167.219', 1676522052, '__ci_last_regenerate|i:1676522052;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03da43930e88b452ca332b69c3c5cf3305363ab8', '52.167.144.162', 1686667322, '__ci_last_regenerate|i:1686667322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03db42b36d3d28199d1fa5e02bcd8e7ba187a8c0', '52.167.144.164', 1684947835, '__ci_last_regenerate|i:1684947835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03db803d2370c928db0dfdf74d50bbf62eab4054', '157.55.39.147', 1672037404, '__ci_last_regenerate|i:1672037404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03dc42b64c2c735b15d18c98f4801966b78e38cb', '114.119.158.189', 1687855555, '__ci_last_regenerate|i:1687855555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03dc9c41d2888b375fff08f92184f13003f964ee', '157.55.39.69', 1672325422, '__ci_last_regenerate|i:1672325422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03dcd9c6fbfd098315ce253f6c13631fe1d2483e', '40.77.167.225', 1676637935, '__ci_last_regenerate|i:1676637935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03dd9f72db26c02b48c4a502045bd418255cd5e4', '78.84.114.171', 1652222144, '__ci_last_regenerate|i:1652222144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03e10443a3bc116e0114a5bfc5514d1c8e379656', '200.119.172.60', 1674667477, '__ci_last_regenerate|i:1674667477;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674667407;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03e1813af38541a554233d8430d9f5f9b18b3c50', '17.121.115.148', 1660121223, '__ci_last_regenerate|i:1660121222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03e4998017a1ac3953c2d8319584fd522d5c4134', '34.68.13.112', 1651656624, '__ci_last_regenerate|i:1651656624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03e5cc0f8a373cbc397e23e3b641eff5e72f0337', '3.237.104.7', 1654055397, '__ci_last_regenerate|i:1654055397;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03e696f971c4d57abb937725191b238bcc2611aa', '66.249.65.167', 1667668077, '__ci_last_regenerate|i:1667668077;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03eaf5b17ed3360a339885cded9b738a283880ba', '54.214.104.160', 1687305428, '__ci_last_regenerate|i:1687305428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03ee3ae4a06e1abe1009d04f97c5dccf1fb285f7', '200.119.174.9', 1674492040, '__ci_last_regenerate|i:1674492040;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"CWAaFpkHoLPrxXcVGUeB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f20301794a70d01393ede105d4a232b8d89d1e', '114.119.134.1', 1686051296, '__ci_last_regenerate|i:1686051274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f29a247b9703a11543d65967eb7b7ed499fe5c', '51.195.216.255', 1650743093, '__ci_last_regenerate|i:1650743093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f2b50d1cc207f6cd2f576704be515a9831a324', '200.119.170.209', 1656708736, '__ci_last_regenerate|i:1656708736;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"J0COGSRTMbjIgLDB5EZo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f30a145b3446ce35ed4c3539b8754bd86ba3d6', '54.36.148.44', 1679888025, '__ci_last_regenerate|i:1679888025;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f5601622220c9492bdd0fd79a711d0fa8ef66d', '200.119.168.250', 1681087642, '__ci_last_regenerate|i:1681087642;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681087132;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f6d8e3202ba66458ed6531bc8f1c90b64587cb', '40.77.167.221', 1680790049, '__ci_last_regenerate|i:1680790049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f7446dd1bc56a792be977d1f721dcf5156ea2b', '178.63.66.151', 1677237515, '__ci_last_regenerate|i:1677237514;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f77531119297b60194695af2846c5125851c6d', '207.46.13.41', 1666351462, '__ci_last_regenerate|i:1666351462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03f85c8837c47b367021fcddd8f7e0837b1c424f', '190.148.158.164', 1667324495, '__ci_last_regenerate|i:1667324495;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667324343;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03fb48ad72ac81bcaeca0fc22e5507eb242df193', '52.12.210.182', 1679491493, '__ci_last_regenerate|i:1679491493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03fc021d59a813cd7659515f132369a4f1f2d90f', '216.145.5.42', 1672838301, '__ci_last_regenerate|i:1672838301;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03fc0df79b4eb4735f812270cb8445543347f764', '200.119.174.28', 1660056825, '__ci_last_regenerate|i:1660056805;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659993570\";last_ip|s:14:\"190.148.252.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03fde45b5b7bc963597b7fc8e6e2bde7eeb82565', '190.148.252.151', 1671239704, '__ci_last_regenerate|i:1671239704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671239633;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03fed052f6d6ccd2afc1a0676094d648642dc0c0', '114.119.148.127', 1688428277, '__ci_last_regenerate|i:1688428277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03fef6ed68f9a9a6f1b63083bea7fe5721bd9f27', '52.167.144.89', 1679396424, '__ci_last_regenerate|i:1679396424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03ffa861edb9341d6b8920ad11704dcab1221ebf', '114.119.153.242', 1686431506, '__ci_last_regenerate|i:1686431506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0400516347aab6531115088b2db7386e915c4efa', '93.158.91.243', 1658679432, '__ci_last_regenerate|i:1658679432;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0401df26341801def1ed1fe206d6574a22751e97', '128.199.118.164', 1657474021, '__ci_last_regenerate|i:1657474017;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04023cd11c1d3479b7ddc1f4b9bb25718d81d13b', '52.167.144.162', 1687203716, '__ci_last_regenerate|i:1687203716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('040281d455185a693c458cf57fe34174bce3e2bb', '51.222.253.18', 1674859209, '__ci_last_regenerate|i:1674859209;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0402db919879290daff508343dbcc2f21ff98dca', '190.148.252.233', 1669033737, '__ci_last_regenerate|i:1669033737;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669033679;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04051e9d251f5ae6671555a40bcda73fcf12e7a4', '200.119.172.60', 1674756063, '__ci_last_regenerate|i:1674756063;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674756056;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04060db32419c9da9e5580f4984a11b44834c393', '130.245.169.145', 1657274140, '__ci_last_regenerate|i:1657274140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0406817054a3245695b530bb5b93ef9c01f9c313', '208.91.69.20', 1679303897, '__ci_last_regenerate|i:1679303897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04091a6c0548e643244c9bbbecf03b84ba30646f', '157.55.39.100', 1672124205, '__ci_last_regenerate|i:1672124205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('040a64e27640304b2b444931eabc178baf900c0c', '200.119.173.130', 1675811076, '__ci_last_regenerate|i:1675811076;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675693155\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"xcZ5X1Vi4TYfbR7I6Gdp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('040a969e4e58c4c75a206a16e11704c7159d7b27', '54.36.149.39', 1687967811, '__ci_last_regenerate|i:1687967810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('040a99218ed3e411f729ab489799aabe9e013515', '190.148.252.76', 1654347264, '__ci_last_regenerate|i:1654347210;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654293375\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654347264;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04100d58bd0379f6c62816d951adfc6236b67fcc', '200.119.168.55', 1663077056, '__ci_last_regenerate|i:1663077056;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073311\";last_ip|s:14:\"200.119.168.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663077049;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0412741d8dde52514f6258b79de43cc3dbc9e95c', '200.119.172.60', 1674748680, '__ci_last_regenerate|i:1674748680;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674748667;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0412851006052a7f6db70bc10d753392a20f9663', '200.119.168.250', 1680704122, '__ci_last_regenerate|i:1680704122;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680703574;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0412c46791b5826532a72a177a8980b4d1af0dc7', '40.77.167.123', 1683381318, '__ci_last_regenerate|i:1683381318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0414deb065430f3bbf089a77fec8a2978458003a', '40.77.167.191', 1682053710, '__ci_last_regenerate|i:1682053710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0415b4c7226efec65aea081f54d8122c7a951395', '190.148.158.69', 1685495122, '__ci_last_regenerate|i:1685495122;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685495091;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04160684d503fdb801c94fb621469c245b3903eb', '52.167.144.171', 1685484959, '__ci_last_regenerate|i:1685484959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04166046ceaa3572b38488cc8b3f7765c034f0c7', '40.77.167.13', 1672620112, '__ci_last_regenerate|i:1672620112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0417e2e9e01bfdb76758576b0c2c2f6a4f385954', '200.119.172.60', 1674866454, '__ci_last_regenerate|i:1674866454;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674866374;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04193b8755830a5633e5986bffb21a1d61473f0f', '5.188.62.140', 1656425682, '__ci_last_regenerate|i:1656425682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('041a5dafd9bbec622cececf45f522a2f4ee958e5', '190.56.51.158', 1655776310, '__ci_last_regenerate|i:1655776179;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655763526\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655776310;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('041c5060c30d78362719f0b6bba97de3646def1a', '17.121.114.81', 1658269588, '__ci_last_regenerate|i:1658269588;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('041c71502dccde5afdbf1f28edb1116d36257ad1', '157.55.39.79', 1671253679, '__ci_last_regenerate|i:1671253679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('041cd1d66de3b8bc53ba693b7314f8fbcccba242', '52.167.144.171', 1684307523, '__ci_last_regenerate|i:1684307523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('041ce43fd6e9960d56e769ebbe5c4f07c1b4bb33', '207.46.13.6', 1672093942, '__ci_last_regenerate|i:1672093942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('041d8eb78e87046f10e2b04605904759bb7b7567', '51.158.117.188', 1656192146, '__ci_last_regenerate|i:1656192146;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('041e188007d524b7c4d405d3af59fe542af4f6ad', '207.46.13.41', 1670998404, '__ci_last_regenerate|i:1670998404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0420993cf851502e09f08897c42307b415cc2e36', '54.36.149.93', 1652061302, '__ci_last_regenerate|i:1652061302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0421b2c1790a3f4dd4d93e8f3e404623fb550d38', '200.119.173.130', 1675867063, '__ci_last_regenerate|i:1675867063;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675866631;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04239e38a6372b7ce34df184fdb09e4d2b8c6d71', '190.148.87.96', 1678482476, '__ci_last_regenerate|i:1678482476;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678481577;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('042635cc94049bfbcfef890960ebc17ebb1a128c', '17.121.112.246', 1652538953, '__ci_last_regenerate|i:1652538953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0426f341b35d7603e07abcac6fb3d65eec61e8ec', '190.56.173.251', 1652135710, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652135710;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"awAv0xToVG17iMEUHgqs\";last_activity|i:1652134720;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04274e2a781385734cc0a695f639854b2a6f3e92', '52.167.144.98', 1686411615, '__ci_last_regenerate|i:1686411615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0429435d3d8c5a952bdda386b08f849edf0cea89', '51.222.253.6', 1673394650, '__ci_last_regenerate|i:1673394650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('042b1fedc7b4c067c10d1bf59171869b74942a6d', '52.167.144.70', 1688395871, '__ci_last_regenerate|i:1688395871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('042d89cd90e9e9935d55611471538c3ff6967513', '190.56.32.243', 1684675586, '__ci_last_regenerate|i:1684675586;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684675421;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('042e02b1daa9ea632c9c2b0cd8e1b1e4b1940ad3', '114.119.141.194', 1687521891, '__ci_last_regenerate|i:1687521890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('042e6b4a778276f794dcbed1c196ea0b20b548aa', '190.56.32.35', 1671820521, '__ci_last_regenerate|i:1671820521;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671820518;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('042ed27e13bda65d576cfe6985671f0de6dacf8e', '114.119.138.70', 1686889533, '__ci_last_regenerate|i:1686889533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0431abc3f5abdb3681ffb1f8ce4854d37f47dab5', '40.77.167.146', 1687895186, '__ci_last_regenerate|i:1687895186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0431e0fbe9ee3dd22727c702dfc6a2d842b33ec5', '51.222.253.6', 1656355735, '__ci_last_regenerate|i:1656355735;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0432da24a7b953471af1409641e559255aebc203', '157.55.39.51', 1667563345, '__ci_last_regenerate|i:1667563345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0433be544d448f10c9d108ae61d14321d07109f6', '40.77.167.175', 1680413092, '__ci_last_regenerate|i:1680413092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04350d3ee45da02fc44ae06af52f5afb80656cb3', '40.77.167.235', 1687835944, '__ci_last_regenerate|i:1687835944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04353381450c891d565f8ad20b9a23069dfe3cf6', '54.36.149.9', 1658790833, '__ci_last_regenerate|i:1658790833;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0436cf3b7c0cfba97bd56772c4cf10df90092ed2', '157.55.39.33', 1653006117, '__ci_last_regenerate|i:1653006117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('043727569a8328915a6c4bbc376b51aac3208815', '40.77.167.123', 1683740550, '__ci_last_regenerate|i:1683740550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04373225eb9ecb2dae79a584216399d14683b457', '200.119.172.123', 1657646295, '__ci_last_regenerate|i:1657646295;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657636050\";last_ip|s:14:\"190.148.252.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657640939;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04382110db8f1661bb0e6e6e4a5972e3fbc56d3f', '207.46.13.11', 1668631624, '__ci_last_regenerate|i:1668631624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0438dbc999ba00176c63bd77ded99144f0393a9b', '190.56.55.32', 1657147654, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1657147654;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657136400\";last_ip|s:12:\"190.56.55.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657147629;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0439e65ca53a3ad6de0f14ecadb391b281ed9b51', '207.46.13.17', 1673821393, '__ci_last_regenerate|i:1673821393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('043ac8203bc71805cc5cc9652d379d70ca189611', '157.55.39.123', 1673056530, '__ci_last_regenerate|i:1673056529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('043c7a037f9807279c350339e942765bf13009ed', '40.77.167.97', 1655500343, '__ci_last_regenerate|i:1655500343;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('043c9cbf49abfcf1db1535fe9f57bcd911bdc990', '114.119.135.30', 1684417091, '__ci_last_regenerate|i:1684417091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('043cc654d257663f958ebf7c54e0ca737f763d7c', '5.188.62.76', 1659601188, '__ci_last_regenerate|i:1659601183;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0442ddd8e059f5e0700d6a2172f11be80eb9b1f5', '93.159.230.89', 1669712396, '__ci_last_regenerate|i:1669712396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('044452773d97842cf3d0d18b136f179dd6d7d563', '40.77.167.64', 1674735312, '__ci_last_regenerate|i:1674735312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0444a228314cf752e3c5dc85d37469ddab6662d0', '51.222.253.17', 1664130784, '__ci_last_regenerate|i:1664130784;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04450196b8b951f814d7a11ea0c0397f40f059b3', '200.119.170.168', 1670606606, '__ci_last_regenerate|i:1670606606;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670605566;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0445f245bbfcba52aea6dca912076f07b877f5f1', '50.21.188.67', 1672492736, '__ci_last_regenerate|i:1672492736;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('044609aca3da366afeb11cbb619d3a082f4610dc', '157.55.39.173', 1670190826, '__ci_last_regenerate|i:1670190826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04461bb375d5a16d2658fbab42b12d4ddb8dfc2a', '5.188.62.21', 1653277467, '__ci_last_regenerate|i:1653277467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0449d3db99e8d9ca253cd43183d37ed417db0e05', '190.148.87.96', 1678457492, '__ci_last_regenerate|i:1678457492;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678456944;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('044a7164ddb0805321d2828cafa4801ba56c18a5', '190.148.157.177', 1681935836, '__ci_last_regenerate|i:1681935836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681935830;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('044ab924a6b568447d979da407d99201facd7945', '190.56.55.113', 1673358749, '__ci_last_regenerate|i:1673358749;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673358747;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('044ae306c65b41c0c398f27f3e69de31ce790398', '200.119.169.25', 1664900024, '__ci_last_regenerate|i:1664900024;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664889752\";last_ip|s:14:\"200.119.169.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664898870;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('044b3e57c158c0b5bd4d0280de0b61d1da86466d', '66.249.65.103', 1652433712, '__ci_last_regenerate|i:1652433712;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('044fec08fe599b367a9147998f103df8f68d42f5', '149.57.16.7', 1653807007, '__ci_last_regenerate|i:1653807007;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04515e6f9c0d3eb834c4b53353285a36c6387e68', '157.55.39.9', 1675045646, '__ci_last_regenerate|i:1675045646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04531cb19f19a78e3aa45b7024479de88080d291', '54.36.148.62', 1654414230, '__ci_last_regenerate|i:1654414229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0453302d6433672f81b3edf3dc07991eac3ee17b', '114.119.155.126', 1687658820, '__ci_last_regenerate|i:1687658820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0453452edf1bb520866f99c8a366b3ebc804a158', '40.77.167.133', 1684264519, '__ci_last_regenerate|i:1684264518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04547c0545fffabc7b2a06b88367f721e6792dcf', '66.102.8.68', 1673151482, '__ci_last_regenerate|i:1673151482;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045505e617cd86ef8c79ab0c5a954e145fe02fa4', '40.77.167.60', 1671586650, '__ci_last_regenerate|i:1671586650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04565b0db5940cbd55336ff79a8cfe6cd28286ea', '157.55.39.79', 1670799678, '__ci_last_regenerate|i:1670799677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045680345f6089b49bd88ac844399c9c0c73c5f7', '200.119.172.95', 1659737301, '__ci_last_regenerate|i:1659737301;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659711480\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659734981;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0457006191475df1884fb3680a086baca7f4925c', '5.188.62.76', 1659575750, '__ci_last_regenerate|i:1659575745;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045b305f97aa8d12ba525fef581d754526c118cd', '54.36.148.148', 1681960471, '__ci_last_regenerate|i:1681960471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045bee387e2a91c30553ffb288daff7bf45abcdf', '190.148.157.53', 1684177703, '__ci_last_regenerate|i:1684177703;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684162940\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684176807;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045d37f3507f90740d8e65cd2d2a1636140da98c', '223.240.99.104', 1667291303, '__ci_last_regenerate|i:1667291303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045db7b18caafb5a3703c9203161fca4ab332718', '190.56.32.243', 1684698170, '__ci_last_regenerate|i:1684698170;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684698080;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045df01409bd2566b70109a745dd281277d2a5ff', '66.249.79.194', 1687489145, '__ci_last_regenerate|i:1687489145;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045e0f077ec468e8469c98c8c6350a1cdfc98d77', '190.56.49.237', 1665705819, '__ci_last_regenerate|i:1665705819;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665705472;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045e6aa0e9d9c8ddbdde7974ef1a0b6cb3557441', '190.148.252.151', 1671128358, '__ci_last_regenerate|i:1671128358;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671128239;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045ef6447bfcc88af2a001effe821db9f75904b1', '52.167.144.164', 1685462966, '__ci_last_regenerate|i:1685462966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045f8dc263c48dad4abf92577fbf17b397bf350a', '190.56.49.83', 1687048015, '__ci_last_regenerate|i:1687048015;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687048008;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045fa5bb39b1973e28baa9b00f3a521676a55b9c', '207.46.13.41', 1670850127, '__ci_last_regenerate|i:1670850127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0461db2e5a2a5b1f2a61fe298d7b316bd9cb0813', '52.48.31.105', 1688335883, '__ci_last_regenerate|i:1688335883;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0462d950993b99fb8884c6b1333160bf815493e0', '190.148.252.82', 1663610748, '__ci_last_regenerate|i:1663610748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('046347f2b8e4516ba86a75e15b9d3ba6977d49fb', '40.77.167.13', 1672679167, '__ci_last_regenerate|i:1672679167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0464d913e8acf3fa20b2939d840681820d818813', '87.249.132.161', 1653327960, '__ci_last_regenerate|i:1653327957;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0465ddc62f21a54986bd1578b4faf3bb229d7657', '130.245.169.139', 1657878939, '__ci_last_regenerate|i:1657878939;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('046a1ce06ee9a799322e79c546a6b3c26ee3719e', '200.119.170.209', 1656788328, '__ci_last_regenerate|i:1656788326;requested_page|s:18:\"admin/pos/view/468\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('046bec7cb3635a6bcb0cf8691eda06e1f5ec2f05', '52.167.144.171', 1685758200, '__ci_last_regenerate|i:1685758200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('046c472529aa2b9fc9e75fb19810cd1b1a74ac88', '157.55.39.90', 1663420278, '__ci_last_regenerate|i:1663420267;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0470130ba97e9c6e52868274e1c819220adfe481', '157.55.39.55', 1662108065, '__ci_last_regenerate|i:1662108065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04708993221fe40b972291be8c5636c8a0f8c770', '157.55.39.51', 1668834276, '__ci_last_regenerate|i:1668834275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047160de2b981a03285f8018b476abf609503cb1', '54.36.148.183', 1678440513, '__ci_last_regenerate|i:1678440513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0472973b72c5dee4949e137417b84ea3d09e201c', '51.222.253.16', 1672927563, '__ci_last_regenerate|i:1672927563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04733fce85064d3238db73b7e03c45d3956291f7', '40.77.167.49', 1666269929, '__ci_last_regenerate|i:1666269929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0475894cb6c6ea73fea071162fd0cb030a64b40c', '52.167.144.109', 1680284713, '__ci_last_regenerate|i:1680284713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0475d9556436e11d6593de0c54d1f397218f2aa9', '190.56.173.251', 1651871910, '__ci_last_regenerate|i:1651871910;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651854512\";last_ip|s:15:\"190.148.157.184\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"rknYmcx4epdU6KPXNtGz\";last_activity|i:1651871710;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0476b5c1783b0cdb27fd4f49f874a2c594c1ed26', '114.119.155.36', 1688385925, '__ci_last_regenerate|i:1688385925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047a1b48fc2c1ba8f463da611e99dee85a31c150', '157.55.39.173', 1670226763, '__ci_last_regenerate|i:1670226763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047a9b60c115c8f28c1c5d017680b42f937b1fce', '200.119.173.130', 1675888104, '__ci_last_regenerate|i:1675888104;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675888070;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047c61c620b0a39086fce580306b9ac55ccc9c67', '52.167.144.162', 1686837533, '__ci_last_regenerate|i:1686837533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047c9496f19ae345e45f8f3bce97769c32cd155c', '163.123.143.82', 1673574376, '__ci_last_regenerate|i:1673574376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047e2c6c86cc1f318ce51a561987579616e76bc1', '207.46.13.205', 1671347493, '__ci_last_regenerate|i:1671347493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04801e2d3e8995aec5ffe7d52981a1a05e8d14d0', '190.148.158.151', 1676986431, '__ci_last_regenerate|i:1676986431;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676986400;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04806da161f2c48a1f97948425b50a578cfd420d', '52.167.144.164', 1685587499, '__ci_last_regenerate|i:1685587499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0481a45cf12ec555e02303afb3d1e97f77ca7929', '190.148.87.6', 1668279283, '__ci_last_regenerate|i:1668279283;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"mfIqMjx2UeHOvoic9TSY\";last_activity|i:1668278965;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('048212117adbb8c04c6bb8396270f67ab1c3508f', '51.222.253.16', 1679757922, '__ci_last_regenerate|i:1679757922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0482d0b953875a57a2a09474a58adff8cba54fb1', '18.190.157.138', 1676715646, '__ci_last_regenerate|i:1676715645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('048566834e375420b85f61a118622ac3a9543162', '40.77.167.202', 1687203693, '__ci_last_regenerate|i:1687203693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04864160cfe7b6334cc8e59482edd480bdfa4656', '190.148.157.98', 1679090131, '__ci_last_regenerate|i:1679090131;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679089596;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04877b7e1dd56927447eeb005ca20f3bd331b971', '52.167.144.70', 1688180760, '__ci_last_regenerate|i:1688180760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('048921a1a286ec5ea4faff187a42ff30d0da0afb', '114.119.136.205', 1686315629, '__ci_last_regenerate|i:1686315628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('048a6d7f96d0e3df8ebfb578cb592e4af4a03812', '190.56.55.48', 1687312194, '__ci_last_regenerate|i:1687312161;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687312193;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('048ac225882337241c58820ee70b9ac9dd0f0c54', '66.249.79.199', 1678658171, '__ci_last_regenerate|i:1678658171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('048b0102a326104d4b8095be511d0dadb2e8f5c3', '65.21.206.45', 1661013526, '__ci_last_regenerate|i:1661013526;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('048bc2b8a47f9033a5a8922c82ce5bf54b0acd03', '114.119.140.85', 1687816728, '__ci_last_regenerate|i:1687816728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('048d7800f004bec2e5386809423ec314726c281c', '114.119.152.97', 1685503176, '__ci_last_regenerate|i:1685503175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('048ecf0396df3aff2321d20471891e50d4a2839f', '17.121.114.132', 1654861193, '__ci_last_regenerate|i:1654861193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('048fba89c1a269b5b57d934909de624bb849ff07', '66.249.79.203', 1680914541, '__ci_last_regenerate|i:1680914541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049006cc45af3ae14ef6efb9d29d939b0b25a3f3', '114.119.137.64', 1685105250, '__ci_last_regenerate|i:1685105250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0493686fd60e596a2b4bc10f7fe30ce67eaef6bc', '114.119.147.129', 1688468172, '__ci_last_regenerate|i:1688468172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049390849bb07db83bfb6c17fe8754b05448284b', '190.148.158.175', 1672247829, '__ci_last_regenerate|i:1672247829;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672247817;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0493ece8097d74e53d8c2316685e81a94d4a2c4d', '40.77.167.63', 1671956143, '__ci_last_regenerate|i:1671956143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04954d055f7067720a6eb3b6b3c9bd927c7b93f9', '190.56.54.156', 1665414691, '__ci_last_regenerate|i:1665414691;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665403324\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665414662;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04956330c66a605b25423466cdb27169a8e25730', '114.119.131.11', 1686603565, '__ci_last_regenerate|i:1686603565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0495cec632413c1cf5c0579d2020380d4c347ae1', '114.119.144.176', 1688363046, '__ci_last_regenerate|i:1688363046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0496d7f751ec25fa3c8a5690ef8a9851e97b24bc', '40.77.167.175', 1680263887, '__ci_last_regenerate|i:1680263887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0496e6fc137b39b6964e889dc712235196a76be4', '52.167.144.28', 1679282463, '__ci_last_regenerate|i:1679282463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049a84c1c153984d7c7d07bdcc218b035eb95924', '157.55.39.253', 1677205890, '__ci_last_regenerate|i:1677205890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049c8e22013c1c999e8a4f62d339c3f1784d917d', '17.121.114.53', 1660798901, '__ci_last_regenerate|i:1660798901;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049ddd7c66ae243a5d2e80c594b62bb84906837d', '114.119.144.42', 1687121660, '__ci_last_regenerate|i:1687121660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049e42b75858b7a5ddcc21c418884230a80dec1d', '52.167.144.171', 1684783109, '__ci_last_regenerate|i:1684783108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049eb69f67e078d940aec251b73054bc613b97af', '114.119.135.237', 1688530217, '__ci_last_regenerate|i:1688530217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049ef64b913dd03a86e118f36cbd044e4c3bd60a', '34.122.11.138', 1659282505, '__ci_last_regenerate|i:1659282505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('049f52ea4ab96a12b65eea310a63995e5ef55aab', '114.119.155.223', 1686876255, '__ci_last_regenerate|i:1686876255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04a0a81511f3de2e77c9b13de5c0d4307ddcfcc2', '114.119.146.229', 1688206139, '__ci_last_regenerate|i:1688206139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04a166594fa005044412a81b90b0690efc40d7ea', '190.56.50.253', 1682557647, '__ci_last_regenerate|i:1682557647;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682557554;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04a1c4dd42a8f0b8927c65a785e22f7f403bf4fc', '190.56.173.175', 1652987522, '__ci_last_regenerate|i:1652987522;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652925922\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652982687;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04a6b102177b8a7b217bbbea8f1a19f602a84dcd', '200.119.173.130', 1676120080, '__ci_last_regenerate|i:1676120080;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676117969;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04a75d8851b41dce5bb55add288260d6cc5bb7ef', '114.119.148.242', 1687020167, '__ci_last_regenerate|i:1687020167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04a929ca9853231c1d3c4d8b1b8ad5bf2f9fa46d', '190.56.32.174', 1676944249, '__ci_last_regenerate|i:1676944177;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676944249;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04aa0b88398862622b0d2f9dd94e3968a580c7ba', '17.121.114.100', 1659152284, '__ci_last_regenerate|i:1659152284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04ac3ccb3297627db0cfa6012e4a8ead046f6f8b', '190.148.252.96', 1672949396, '__ci_last_regenerate|i:1672949396;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672949390;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04acb0d8a2d718abeb19f5fe7ccd6d76fc7656c6', '18.206.55.48', 1651508264, '__ci_last_regenerate|i:1651508264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04adc7ca13a149181f51c91ed2a11ddee16723de', '157.55.39.46', 1672687801, '__ci_last_regenerate|i:1672687801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04ae776eebd362c2fdf357bd872e7d556e42e2c7', '72.13.46.6', 1683034881, '__ci_last_regenerate|i:1683034878;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04af2caeddb799c6d6f309f0df2e15967d88ba20', '190.148.87.96', 1678367044, '__ci_last_regenerate|i:1678367044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678367030;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04af56e2d1505546936bcd785321bb25094fe1dc', '190.148.157.80', 1669425543, '__ci_last_regenerate|i:1669425543;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669424382;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b058e4e6ca6d8287939146be97da41c547ce96', '40.77.167.63', 1672186581, '__ci_last_regenerate|i:1672186581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b124694d629424cafd6db06db54fb370c7ffac', '130.255.166.121', 1678191424, '__ci_last_regenerate|i:1678191424;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b1e5c8ec81510c95ca4e91e9b3cf452c245861', '190.56.173.213', 1683295655, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683295655;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683295142;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b44d30d1c7fb0f778975f842a2f6a26da18756', '190.56.51.158', 1655589468, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1655589468;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655571580\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655589463;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b46f940fc6a8f416e0179b66fd66119ed1739f', '190.56.173.213', 1683596654, '__ci_last_regenerate|i:1683596654;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683595467;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b682ba8b5865cc11eee9071638413164c770b4', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b890d38f1c19a4b5f21b5f430a08acc2322453', '52.167.144.178', 1683853893, '__ci_last_regenerate|i:1683853893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b8a1dae35960cdfdb97ee9a03632401c8d6b4e', '157.55.39.65', 1662079719, '__ci_last_regenerate|i:1662079719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b97a08238408f4fd4939a1489cee290206be5e', '52.167.144.109', 1680226214, '__ci_last_regenerate|i:1680226214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04bbfaa4efc139250c15aebea1ed7ae88f15da63', '157.55.39.164', 1654916514, '__ci_last_regenerate|i:1654916503;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04bdda6a3a3733bb57498079eaac6144aacab083', '190.56.55.113', 1673476525, '__ci_last_regenerate|i:1673476430;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673451718\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04c0358eb1b26f653418bfc6aed91f7b0b317425', '185.27.99.118', 1659396436, '__ci_last_regenerate|i:1659396436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04c14186fb9be64d971aed13465ec8b9c9a7341d', '207.46.13.6', 1672099611, '__ci_last_regenerate|i:1672099611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04c153b1fc9a2058807d5a45483e0468021df337', '190.56.173.213', 1683163921, '__ci_last_regenerate|i:1683163921;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683163911;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04c514d99eebfaca3b8c0ffbac51467c56b3561e', '66.249.79.206', 1654782249, '__ci_last_regenerate|i:1654782249;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04c6415d512bb1430223e6612e814d2b868e7e7f', '52.167.144.164', 1685649685, '__ci_last_regenerate|i:1685649685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04c645f29706a493e96223e75e3d909ceec14bf6', '52.167.144.162', 1686634945, '__ci_last_regenerate|i:1686634945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04c7d7b8f59270d71a9e1cdae55066c5180c659c', '147.182.171.81', 1650861178, '__ci_last_regenerate|i:1650861178;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04ca454401c802f70c97bd144b0ceba3843424aa', '93.158.90.143', 1670706271, '__ci_last_regenerate|i:1670706271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04cae4b03bb7524d41d6cb8929283c20d74adaa0', '157.55.39.192', 1665209016, '__ci_last_regenerate|i:1665209016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04cb18fb5478815c81ddf9d65c42b082c7684a50', '114.119.159.87', 1686284230, '__ci_last_regenerate|i:1686284230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04cb85e167ce52391b160cd32a142b4c6eee9115', '190.56.32.174', 1676820206, '__ci_last_regenerate|i:1676820206;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676820177;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04cc0aefa99a43a1ce4c9bd184ea48c4ab42b720', '51.222.253.18', 1687212742, '__ci_last_regenerate|i:1687212742;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04cd0c4bd55a8eee0334c788253f2816f19e9d3c', '193.201.9.12', 1654595402, '__ci_last_regenerate|i:1654595402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04d46c50bbc019a484d1dd41dc0c3125f67c6759', '147.182.171.81', 1650861184, '__ci_last_regenerate|i:1650861184;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04d50ae165cc06e2481a2ecc4580eed6b41a617b', '40.77.167.182', 1683237139, '__ci_last_regenerate|i:1683237139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04d53e82f4d3db556d2af70636002c3dae3b3651', '40.77.167.236', 1677923122, '__ci_last_regenerate|i:1677923122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04d8a2c3574929a9f6de1814a1bdd3706b425d07', '190.56.50.6', 1667655142, '__ci_last_regenerate|i:1667655142;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667655098;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04da590423fe77f69bb723081ca0ea012ba26a6b', '72.13.62.26', 1651191317, '__ci_last_regenerate|i:1651191317;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04da985b6c2a369812a01f8e00699a879552b7db', '114.119.141.215', 1688029248, '__ci_last_regenerate|i:1688029248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04dbd9ec7d8124561e130919a4f88a6c05e50879', '40.77.167.43', 1654147813, '__ci_last_regenerate|i:1654147803;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04dc9850a8bcce9a4d48fe8e0b8e828bc14a1aa3', '190.148.157.53', 1683938633, '__ci_last_regenerate|i:1683938633;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683904085\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683936784;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04e0253fd6080ed063802525dee8a7782a858727', '190.56.49.237', 1665856005, '__ci_last_regenerate|i:1665856005;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665855583;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04e03ec6ed79bcf211f9e49570c9e485185e284a', '207.46.13.41', 1671080564, '__ci_last_regenerate|i:1671080564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04e0e9e2acaa09a3a8db0e216e8dff97540a4e4c', '66.249.79.206', 1666094879, '__ci_last_regenerate|i:1666094879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04e134cd11b93f4041fca27dce276ed0f67392d7', '52.167.144.98', 1686025486, '__ci_last_regenerate|i:1686025486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04e1d614ff098fa5b60317f73f9668cb19d1443e', '52.167.144.162', 1681602818, '__ci_last_regenerate|i:1681602818;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04e48bcd745c915703368d0d7a6e2e330bb4966e', '200.119.172.60', 1674684424, '__ci_last_regenerate|i:1674684424;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674684421;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04e5f9c29bc62780325264af3c6fb3314842d0eb', '52.167.144.61', 1688061765, '__ci_last_regenerate|i:1688061765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04e984a80932009aa1c0af44213508fb93cbd801', '52.167.144.162', 1682933091, '__ci_last_regenerate|i:1682933091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04ea30ea843399381f9c3e5d55e0f32d4aa484a1', '114.119.154.67', 1688516033, '__ci_last_regenerate|i:1688516033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04eb82dfd2559dda37d23e1eb7358c10c23c1227', '17.121.115.204', 1658326749, '__ci_last_regenerate|i:1658326749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04ed119a4022312d5c75b1a3f767d79f4efba28c', '40.77.167.169', 1675466784, '__ci_last_regenerate|i:1675466784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04edea7756917e12a229fda433d16dbcdd7f0fbc', '107.174.138.169', 1651762748, '__ci_last_regenerate|i:1651762748;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04efc62d1dd54ef0a46aa11b1eafd55e153ecc81', '157.55.39.118', 1656141529, '__ci_last_regenerate|i:1656141519;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f07593e6f9f80bf7c281c228cdca492770cc20', '40.77.167.63', 1671815529, '__ci_last_regenerate|i:1671815529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f082c5ccbb994be437fd773d76845bb02145a9', '198.251.73.99', 1686693223, '__ci_last_regenerate|i:1686693223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f3cc8bff037cd729bbc51ce2d081a964d32df0', '190.148.252.163', 1668521223, '__ci_last_regenerate|i:1668521223;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668521217;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f4a81ef506a143bf7a275492cbd111a822711d', '114.119.144.7', 1685526091, '__ci_last_regenerate|i:1685526091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f4f2bc517c541c0ff440526be02d328989e82e', '51.222.253.15', 1678519199, '__ci_last_regenerate|i:1678519199;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f59d8968511bedf5f86a5e2b040c668569e9c3', '52.167.144.164', 1685477986, '__ci_last_regenerate|i:1685477986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f8e171d26a636d9d10ab0d7d5e71625f3b1f75', '114.119.141.18', 1684901966, '__ci_last_regenerate|i:1684901966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f8e41b9c1e8676890d30872d278a22c6d09941', '51.222.253.9', 1660678066, '__ci_last_regenerate|i:1660678066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f95b69eb42e71fd9dbc86a409e97dd8c370860', '52.167.144.162', 1686667321, '__ci_last_regenerate|i:1686667321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04fa33485cc647a2c790f1263ae79466150a8199', '190.56.173.213', 1683553884, '__ci_last_regenerate|i:1683553884;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683463304\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683553874;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04fa7e76e5acce71eb98ccb064e1154fd0d5d192', '114.119.147.87', 1688475599, '__ci_last_regenerate|i:1688475599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04fc7b52194b4fe15e7eada2217ff4696e0b1f31', '200.119.173.177', 1685206245, '__ci_last_regenerate|i:1685206245;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685206221;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04fd2f4a0f802d68ba89f449c3d0407690fdaf7c', '190.148.157.117', 1675551400, '__ci_last_regenerate|i:1675551400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675551398;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04ffa659a8f890900c3cdf740955f70ee38af378', '17.121.115.230', 1655040706, '__ci_last_regenerate|i:1655040706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('050010fa6e1cc63e23a45ff74fda8651036077fc', '52.167.144.98', 1686635360, '__ci_last_regenerate|i:1686635360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05059e673e360d69b334599a33ff6c2e9c00fadd', '52.167.144.164', 1685129224, '__ci_last_regenerate|i:1685129224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05063de7fe8c25114c2f7e0fe4831a1d35175e46', '51.222.253.17', 1676496571, '__ci_last_regenerate|i:1676496571;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05063e04b1509ba8130f517435dd2ef5cb45ed24', '54.75.109.118', 1651450663, '__ci_last_regenerate|i:1651450662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0507c12684bdd9b6dbd5de9881fd7b13b43db19b', '190.56.54.156', 1665076102, '__ci_last_regenerate|i:1665076102;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665076019;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('050aa4ae6268fd2d594116e62908ad52c8c8b759', '190.148.87.6', 1668434055, '__ci_last_regenerate|i:1668434055;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668434033;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('050bea498434797737757886157f8bdfdb3fa0c2', '114.119.137.122', 1687104672, '__ci_last_regenerate|i:1687104671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('050caefc7d1922426018d5bc98de2618b08c5742', '190.56.50.15', 1667072311, '__ci_last_regenerate|i:1667072311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667072311;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('050d16cb615e4c81e51de4f36d31695fad68ae99', '54.36.149.16', 1675495803, '__ci_last_regenerate|i:1675495803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('050deb85c35536edd5008e839af9ac44062d4837', '111.7.100.22', 1650686247, '__ci_last_regenerate|i:1650686244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0512482c2af1e37cde997b65a3384faa8ad42f2d', '190.56.50.6', 1667580664, '__ci_last_regenerate|i:1667580664;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667580658;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05124987a52ccb904b7bf208b23652ba865eb6ed', '52.167.144.171', 1685629924, '__ci_last_regenerate|i:1685629924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0512ad08d00a21d3fb6e103e4d0db35eda1aa9ea', '114.119.138.199', 1688489901, '__ci_last_regenerate|i:1688489901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0512d867b684f8a0ab3cb8d14449c98626c9402b', '52.167.144.61', 1688036822, '__ci_last_regenerate|i:1688036822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0513654ce1aac9677774111db5b43beb496305da', '207.46.13.189', 1668367034, '__ci_last_regenerate|i:1668367034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05153a0844df176f4da3a8e88de05e88703d2bdd', '54.184.199.229', 1680613677, '__ci_last_regenerate|i:1680613677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0517e6e41c115659cc2d8890c6ab878b3203af62', '40.77.167.191', 1682185670, '__ci_last_regenerate|i:1682185670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('051ab082b9816089cd47c8ac95f83982038cef1f', '40.77.167.79', 1654557307, '__ci_last_regenerate|i:1654557297;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('051b0c3faaeb258b7f3319f344033c9acb8a2e61', '149.57.16.7', 1653806997, '__ci_last_regenerate|i:1653806997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('051c790dbcfd5f6ee907d1b312feacb8f0e907c6', '72.13.62.43', 1681608766, '__ci_last_regenerate|i:1681608766;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('051d468cb1dfb7db6c00309f98acdd9e634b6be9', '207.46.13.217', 1684204131, '__ci_last_regenerate|i:1684204131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('051ecae6d8add9e560507268742b43b469f119a4', '190.148.252.197', 1665530091, '__ci_last_regenerate|i:1665530091;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665529973;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('052013b4b555a83e5feff5246080f0cb2aeeae49', '3.133.143.114', 1654742178, '__ci_last_regenerate|i:1654742178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0520ea76ace44638c1502e5f3db528ae9ced4ca5', '40.77.167.41', 1671038127, '__ci_last_regenerate|i:1671038127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05251e6a7f73c058ec3bb14a38d6d50a4950e723', '207.46.13.41', 1671234181, '__ci_last_regenerate|i:1671234181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('052566c8929875ef2fa5622b73ff10c8c14c5150', '114.119.159.210', 1687192343, '__ci_last_regenerate|i:1687192343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('052863e0cd3510a0aad44ffbaf8c952d03e01e6e', '190.148.158.69', 1685831944, '__ci_last_regenerate|i:1685831944;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685831918;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('052f4df05f7ddba76ffe5b4cd185567f63b26f6f', '54.36.148.63', 1680336918, '__ci_last_regenerate|i:1680336918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05319bd207b1a0de96fe7946532e4b02321a8f28', '157.55.39.79', 1669419419, '__ci_last_regenerate|i:1669419419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0533348f19c5df678fafdbbc5aba49ecc5666e57', '54.202.65.197', 1685948633, '__ci_last_regenerate|i:1685948633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0533919afdef9f4a25036c5c3a628e93cb82d5d4', '51.222.253.14', 1653116134, '__ci_last_regenerate|i:1653116134;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0533dee780b58b9cf0b0f226a4ffa8956c887afb', '114.119.142.37', 1687578002, '__ci_last_regenerate|i:1687578002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05353154d0cc58a1f44160fbbec69c6d400d1dad', '114.119.147.81', 1685806145, '__ci_last_regenerate|i:1685806145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05383faf239fa8262fc21b08ac1a152afe86df1d', '114.119.142.236', 1686538455, '__ci_last_regenerate|i:1686538455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0539dd9e1731d1e286207c4e5022d65292bf41a3', '157.55.39.118', 1667719662, '__ci_last_regenerate|i:1667719662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('053a0949a95f321a7b0f8b32a38ab9d1968c1850', '200.119.172.126', 1652885138, '__ci_last_regenerate|i:1652885138;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652885130;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('053a2029bf72ded1b21ba095bda090584b4f1781', '41.104.210.63', 1652223467, '__ci_last_regenerate|i:1652223466;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('053a824bd1f08a93b8704f235ef57fc956400ef2', '190.56.55.113', 1673718666, '__ci_last_regenerate|i:1673718666;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673718623;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('053d430805a6a46c3d241bd54c6c65b097ac8ca3', '114.119.151.206', 1687324623, '__ci_last_regenerate|i:1687324623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('053d518c93f83c6ed6721521c556cf8ba56e24d2', '44.204.115.49', 1677163861, '__ci_last_regenerate|i:1677163861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('053db2e7c7952eb5d378ae67f0710f640ba85241', '207.46.13.209', 1685975697, '__ci_last_regenerate|i:1685975697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('053dde8c2cea943c5d410bc386522a4aa210f054', '114.119.139.78', 1688232649, '__ci_last_regenerate|i:1688232649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('053e651e2fd74009db575a1418fb75180c4c2ad0', '52.39.26.128', 1683069974, '__ci_last_regenerate|i:1683069974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('053ed45549b109461f98ddbf9aea0a246eae934e', '40.77.167.133', 1683939959, '__ci_last_regenerate|i:1683939959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0540dca4ae89937da4904e844369fa0e1aeb25b7', '52.167.144.162', 1686564480, '__ci_last_regenerate|i:1686564480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0541bfadb35ab521309a8c71cf6da12f9893fa7e', '52.167.144.98', 1686179282, '__ci_last_regenerate|i:1686179282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0542eef714ed3b66ea2a62f3d6e7ef5793fb9377', '198.251.73.69', 1679118700, '__ci_last_regenerate|i:1679118700;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05458c312b42b2ecb6080a076b015f0a3c8a5163', '200.119.170.209', 1656709064, '__ci_last_regenerate|i:1656708937;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656698981\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656708949;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0546c96a16b37c0000d6ab56c3ee7aad4adf2ffd', '40.77.167.30', 1656803799, '__ci_last_regenerate|i:1656803789;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0547a13aebbe4789c713aa4d09bbb0044e00a277', '114.119.150.65', 1687581713, '__ci_last_regenerate|i:1687581713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054a4512570a429566f068c961d7032679d8f15f', '40.77.167.43', 1654821147, '__ci_last_regenerate|i:1654821136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054d7ba696754ec71b64653b8c8833911f33e44b', '40.77.167.37', 1667741183, '__ci_last_regenerate|i:1667741183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054ec2e5bcf38cc36bdbca705bf82180a1bf6451', '190.148.157.147', 1658844883, '__ci_last_regenerate|i:1658844883;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658784380\";last_ip|s:14:\"190.148.252.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658844490;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054f9ecca68d8aeb3c0d329abb5b2effb0dd04ce', '130.245.169.139', 1657878944, '__ci_last_regenerate|i:1657878943;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054fbfdded197485a3bcaf10d71bf3a404ea6a13', '157.55.39.79', 1669168274, '__ci_last_regenerate|i:1669168274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054fc6a9727cd7e0bbe71d5b67b820d4c94af1d7', '190.56.50.253', 1682629497, '__ci_last_regenerate|i:1682629497;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682629384;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0551670a9ee103a03c75ee875ecd5a7f76cc5b32', '52.167.144.164', 1686100737, '__ci_last_regenerate|i:1686100737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05532522d8d8886a6335f5502b49a109956d047b', '207.46.13.41', 1671597828, '__ci_last_regenerate|i:1671597828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0557e01479999cb1b355e23177e31e6fc1a41c0a', '190.148.158.175', 1672591945, '__ci_last_regenerate|i:1672591945;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672591906;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055970703da9ae4ab979d9ac354b03ebe4e70f54', '5.188.62.21', 1656400257, '__ci_last_regenerate|i:1656400254;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0559826a8e9a0419e6cda7dbeef8bc3624b80382', '40.77.167.64', 1674994008, '__ci_last_regenerate|i:1674994008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055adb9f2c3dcd86f225aeb4db1959ce04db8f76', '190.56.32.37', 1670465092, '__ci_last_regenerate|i:1670462179;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670465092;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055cd4bb4b2e35568379612bed5daef4de653beb', '52.167.144.166', 1686899924, '__ci_last_regenerate|i:1686899924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055e1479f11849e002a58a601e120cbce3455ad7', '52.167.144.98', 1686652092, '__ci_last_regenerate|i:1686652092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055e25a5f839b60123106e519fe54230f93254f4', '190.56.54.77', 1666305438, '__ci_last_regenerate|i:1666305438;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666305433;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055eae381d47640b5e5002aae8d8393dc9179af5', '114.119.152.54', 1687274877, '__ci_last_regenerate|i:1687274877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055f0649af7e146cc1fe586bbae23d91f4ec2c0b', '207.46.13.12', 1675946592, '__ci_last_regenerate|i:1675946592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055f44f6479db7eff3b26beec8477d29c2dd7e01', '200.119.174.56', 1664230788, '__ci_last_regenerate|i:1664230788;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664230734;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055fa40bd012da3b3bb291deff0da100b0141505', '46.101.63.152', 1652762876, '__ci_last_regenerate|i:1652762876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('055fc90ba516914108ee40081cce51e103c20047', '176.74.192.85', 1654403409, '__ci_last_regenerate|i:1654403409;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0562f06bb92a2c289667ca22cd03175eb2bdd13d', '52.167.144.45', 1680978026, '__ci_last_regenerate|i:1680978026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05657a7f39cc37524bb4055238ba87972e8c70b0', '190.56.50.38', 1670377354, '__ci_last_regenerate|i:1670373205;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670283296\";last_ip|s:15:\"200.119.170.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670377354;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0565f224257f42e47394708eca4c97dfeec94e64', '5.188.62.140', 1653301141, '__ci_last_regenerate|i:1653301138;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('056702e0431ab41596499a9aa772226e9197dd1a', '190.56.50.15', 1667001606, '__ci_last_regenerate|i:1667001606;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667001597;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05678470bf5476d33aa3178e5861269b5e1163d2', '200.119.168.9', 1656167918, '__ci_last_regenerate|i:1656167646;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656162218\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656167917;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05697063d65622e945cefb3436b4f9299b834f26', '52.167.144.70', 1688122078, '__ci_last_regenerate|i:1688122078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('056975a1d40388f3221c02371086c18ccf427f8d', '157.55.39.253', 1682112129, '__ci_last_regenerate|i:1682112129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('056c35fc395ccc2462fab1d198854ed165f83189', '5.161.154.50', 1682606251, '__ci_last_regenerate|i:1682606251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('056c5a6818e6b0b299fd4a2a1f8f91f863150c5e', '51.222.253.5', 1687192476, '__ci_last_regenerate|i:1687192476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('056efe2f9c4647a773add75306b5779edba97001', '200.119.173.130', 1675877375, '__ci_last_regenerate|i:1675877375;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675876856;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('056f8b20bd683cbf6dcd2a4af50bc276aa2c598a', '190.148.158.151', 1677017828, '__ci_last_regenerate|i:1677017828;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677005852\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"zexkMByLdliA03XvG78n\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('056faae8b85865056950b7b899e3aeee12cd3a4d', '157.55.39.51', 1669577811, '__ci_last_regenerate|i:1669577811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0571876a4d26b5e3a1c117713042b89f4c157ff7', '190.148.158.151', 1677106972, '__ci_last_regenerate|i:1677106972;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677106949;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0573c7bc6d4aec17dc280bb51c577a21e48d2e28', '114.119.159.233', 1686937653, '__ci_last_regenerate|i:1686937653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0574ceadc46a4dd4025f51795f00a4f5ab36fa5f', '190.148.252.161', 1669992254, '__ci_last_regenerate|i:1669992254;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669992246;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0575d58daecfad925f8be15f49e32d2de720fbd9', '190.148.158.69', 1685909316, '__ci_last_regenerate|i:1685909316;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685909313;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05780fbcb7fe05e8a173b52db532eec7df5ca5cc', '207.46.13.12', 1675860939, '__ci_last_regenerate|i:1675860939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('057c7f52a551c7e4487c1db1da839aa584198b32', '149.57.16.7', 1653807059, '__ci_last_regenerate|i:1653807059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('057de4f65e4d180822f31cdef23d2e96c89cdbd0', '190.148.87.96', 1678466774, '__ci_last_regenerate|i:1678466774;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678465360;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('057e383bae56fee5ccdedee4199e87d6b0f5bbf1', '200.119.168.250', 1680793162, '__ci_last_regenerate|i:1680793162;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680792321;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('057e737e521e4a74990c30fddcfcbcf55cf6a10d', '20.205.103.83', 1652046024, '__ci_last_regenerate|i:1652046020;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('057f20ac1eaac6350bb2e5a39c9d0eb6979d61ac', '66.249.79.195', 1688184918, '__ci_last_regenerate|i:1688184918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0583d78f721b255864db9f2d1f2712b03c49522e', '40.77.167.123', 1683658297, '__ci_last_regenerate|i:1683658297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0585919cafc95c9fdd08fdbab735d3e9bd944fb0', '40.77.167.64', 1675082626, '__ci_last_regenerate|i:1675082626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058886b8ff73a563cbbc8ab7b8f294bff2d0108c', '114.119.139.201', 1688363793, '__ci_last_regenerate|i:1688363793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05898174d8593bb9fd1985765f4450a3c3fdc575', '190.104.119.212', 1654187209, '__ci_last_regenerate|i:1654187209;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654179806\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654184636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058b2012fa0854b88bd991b684628fc893142970', '190.148.157.233', 1655480308, '__ci_last_regenerate|i:1655480308;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655422146\";last_ip|s:13:\"190.56.49.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655476472;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058bad6a87216317ca19ca34bdb94b279a364b2f', '17.121.113.40', 1653823055, '__ci_last_regenerate|i:1653823055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058c27651f3bf3bb352c26a09c6abebd5a2462cd', '157.55.39.79', 1668631534, '__ci_last_regenerate|i:1668631534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058c9fbd58e8137e3331f8bbe6abb8ee8a420b50', '190.148.252.183', 1681436794, '__ci_last_regenerate|i:1681436794;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681436788;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058cf4b8d5f78016ce67464d099051acaba02143', '114.119.128.233', 1687593435, '__ci_last_regenerate|i:1687593435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058d5b6675a9cffa95a3b941e70de4526d2b63ae', '52.167.144.63', 1687178306, '__ci_last_regenerate|i:1687178306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058e5a587c583c2288ef5bc65ca4baa84441f074', '200.119.172.60', 1674866109, '__ci_last_regenerate|i:1674866109;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674866101;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058ea2f6fb54266f1065edf69f3b06be444221fd', '40.77.167.63', 1671972133, '__ci_last_regenerate|i:1671972133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058f2df00cefd876e1ac5c9df6420d42d8a57e19', '190.148.157.177', 1682019347, '__ci_last_regenerate|i:1682019347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682018458;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05907b236d8705da6cd56cf52b95e6c4d35cbf3d', '130.245.169.247', 1657277751, '__ci_last_regenerate|i:1657277750;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05914220ad42f95e0e0a37af279d4381da40778a', '157.55.39.33', 1653052067, '__ci_last_regenerate|i:1653052067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('059189ffd7a608c1646bd1850e12da37bfa1d149', '200.119.174.9', 1674408115, '__ci_last_regenerate|i:1674408115;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674407986;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05929ffb05134c7230e91ad070e448c7563ccfc4', '52.13.116.58', 1663683669, '__ci_last_regenerate|i:1663683669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05940443d7a5f2eacad541597f9a99113da87ee7', '81.69.199.237', 1661178169, '__ci_last_regenerate|i:1661178169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0595265f5a0af00bea936bd8a06ba8eaf5298b07', '207.46.13.4', 1666800369, '__ci_last_regenerate|i:1666800369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0595891620d2538f27ee94c35d4b7394c8106a44', '157.55.39.227', 1688445242, '__ci_last_regenerate|i:1688445242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0595fb4a7d4aacbb6b82bf0bbb36157fd9bd8f06', '114.119.155.10', 1688092038, '__ci_last_regenerate|i:1688092038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0596cf35aeb58084c6b8d4126513a1531207c49b', '114.119.129.97', 1687980284, '__ci_last_regenerate|i:1687980284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05971b96784bdfb4cb721149e7353c7be7e232a4', '114.119.139.86', 1688109595, '__ci_last_regenerate|i:1688109595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0597bed00182ec71094bfc2c4a9784b8f1772a84', '54.37.204.35', 1675847353, '__ci_last_regenerate|i:1675847353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0597e3da67be7e15ffc957fdb3472f2432b5fd0a', '52.167.144.98', 1686581769, '__ci_last_regenerate|i:1686581769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('059c5b8b349c0ff5596fdebb9830b4cc1f1b8ac3', '52.167.144.76', 1681663302, '__ci_last_regenerate|i:1681663302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('059cfde922c54f6d987b6589b86d37c28191b6ff', '104.131.94.164', 1657274122, '__ci_last_regenerate|i:1657274122;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('059d0fdcaf73e945eb351e42df96e85e13c00f99', '190.148.87.51', 1676295645, '__ci_last_regenerate|i:1676295645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676295507;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('059d1d64146d605324efb531f7d5543ec8406b71', '114.119.139.118', 1687332187, '__ci_last_regenerate|i:1687332187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('059d48ce46af89c0a938826d9d4a6e03b945dde0', '40.77.167.202', 1687393063, '__ci_last_regenerate|i:1687393063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('059dc333c9a90d8ae7af6859c99ddd4eaa2a7562', '157.55.39.173', 1669577834, '__ci_last_regenerate|i:1669577834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('059ec98fa325085a8fd996dec94a8740bf34dc76', '157.55.39.100', 1672221280, '__ci_last_regenerate|i:1672221280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('059f154ec9711b2a754d3e7240c52ab278935972', '157.55.39.80', 1669998729, '__ci_last_regenerate|i:1669998729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('059f171b73ad3fbc58ae8a3cafa4cbc5fb0bb2b4', '54.36.148.106', 1681231457, '__ci_last_regenerate|i:1681231457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a0686b89bf722355ca894e8f5e295bf7aa5839', '114.119.136.100', 1687225174, '__ci_last_regenerate|i:1687225174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a0db576432ea19c75d0c24e37b145a74f3494b', '52.167.144.31', 1681301744, '__ci_last_regenerate|i:1681301744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a134da83bf05377394f8263177c6515b6c2936', '51.222.253.2', 1653312275, '__ci_last_regenerate|i:1653312275;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a3f9d8680254ba3f92eb3939c4b2a41b832e9a', '200.119.173.130', 1676034158, '__ci_last_regenerate|i:1676034158;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676034148;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a4542c0b6de643a69cab169dd7c840efaf0ee0', '130.245.169.145', 1657274138, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a555d70566cde105d8c52169093f5f199f2ccb', '114.119.132.43', 1686380578, '__ci_last_regenerate|i:1686380578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a5a4c12a50e187b0f5c3773f3f54d590e1f91b', '207.46.13.210', 1677512569, '__ci_last_regenerate|i:1677512569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a8cf61754317548093683cf3775d732f6b02ce', '114.119.132.65', 1688103280, '__ci_last_regenerate|i:1688103280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05ab3a76d9d43f72d79664dbf86c3ef45e45d1ff', '190.148.158.69', 1685666878, '__ci_last_regenerate|i:1685666878;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685666865;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05ab75964518b35f433314040797d7b22837d16f', '190.148.252.96', 1672952985, '__ci_last_regenerate|i:1672952985;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672952976;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05ac81da8e659ed1e56c313e14cc7e1fccff8961', '157.55.39.69', 1672246859, '__ci_last_regenerate|i:1672246859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05ae38f0f0454345ad0a7e86226bd24e3a5a9776', '40.77.167.23', 1673649445, '__ci_last_regenerate|i:1673649445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05ae633972bd43976ffb3d08be1af1c5f8fc7580', '114.119.145.123', 1688501713, '__ci_last_regenerate|i:1688501712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05ae7d5982acf6d19b34f53ac872f3186ca15fdf', '34.221.47.115', 1679924096, '__ci_last_regenerate|i:1679924096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05aecbf31e15708d8aacb39992f07e37229fbe20', '200.119.170.168', 1670624623, '__ci_last_regenerate|i:1670624623;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670624615;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05b296aad5c72472c32629cf24e5ee75a05adf2e', '207.46.13.205', 1671475300, '__ci_last_regenerate|i:1671475299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05b3c94d62bf2acc90535bc947b4703dbe82ab90', '157.55.39.69', 1671972146, '__ci_last_regenerate|i:1671972146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05b47d563cfa9ac17641dc5fa1dfa9123d93df50', '207.46.13.41', 1671201516, '__ci_last_regenerate|i:1671201516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05b4b7a073267e4484c02b9ed44e6c37e467836e', '192.71.10.105', 1657248892, '__ci_last_regenerate|i:1657248892;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05b5d978dcadb500af9f6a6698b8b470a536eac8', '40.77.167.227', 1678950063, '__ci_last_regenerate|i:1678950063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05b621dc866b254071ea0b451eab22a6f56332d5', '40.77.167.225', 1676649545, '__ci_last_regenerate|i:1676649545;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05bab8cb28ab7eb2b26553117294cd364c56291e', '200.119.168.1', 1655335405, '__ci_last_regenerate|i:1655335405;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655331630;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05bc563575a3f89ab3daee1d8f83ff6c1f400b2a', '200.119.173.177', 1685115445, '__ci_last_regenerate|i:1685115445;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685113936;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05bcc0f83ae74dc19705e7a0883f7d600948bf22', '40.77.167.11', 1673213609, '__ci_last_regenerate|i:1673213609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05be6955a7836fa00cc55e32fdc3b631b97ce459', '51.222.253.12', 1655316510, '__ci_last_regenerate|i:1655316510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05c16a99329166987b20c45b3f7167e6a95d5d49', '157.55.39.212', 1677443045, '__ci_last_regenerate|i:1677443045;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05c5437818a8604252083210408b9b38df2e90f6', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05c705bbbac46e907ae7a39f08304f431eb99517', '51.222.253.4', 1658846482, '__ci_last_regenerate|i:1658846482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05c756ddf33a5814bfcbb6bc05e8db4c6516d51a', '52.167.144.164', 1686576744, '__ci_last_regenerate|i:1686576744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05c8aea2c7bec071c2d5002c0daa3e99e8e75265', '190.148.252.96', 1673127914, '__ci_last_regenerate|i:1673127914;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673126404;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05c919b8d5581a5c6eaaa32e72bafc2366afd6ae', '51.222.253.1', 1662034008, '__ci_last_regenerate|i:1662034008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05cb546b2d4e1edb810a08cf048dd8b100d649fa', '157.55.39.253', 1681802872, '__ci_last_regenerate|i:1681802872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05cd92107ed49bc4fc0aa82d0c81e333c632ca5d', '52.167.144.164', 1685241021, '__ci_last_regenerate|i:1685241020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05cfeaff2dedbf83fc436bab357c3f9624199326', '130.245.169.139', 1657878942, '__ci_last_regenerate|i:1657878941;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05d1d043a99ef544acf7fad717a18c49e782262f', '157.55.39.54', 1659989664, '__ci_last_regenerate|i:1659989664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05d60b11b2627cfad33c63e8f1ff2e49bae741cf', '52.167.144.154', 1688004831, '__ci_last_regenerate|i:1688004831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05d790a43218bab5407176db0a171184beb54a93', '52.167.144.178', 1683941141, '__ci_last_regenerate|i:1683941141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05d79e03995072de8a12260ea5e9eb7f57677724', '190.148.252.88', 1670808989, '__ci_last_regenerate|i:1670808975;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670808988;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05d8680bb4b3262db5ebd957c1f695ada5e19f21', '157.55.39.173', 1669794936, '__ci_last_regenerate|i:1669794936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05db1a4d7d58ee6a50dbc24bed9f849d435aeded', '52.167.144.74', 1688428059, '__ci_last_regenerate|i:1688428059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05db7291dd1d84b9cb1ec0875e285e1dfd42b3a0', '190.148.157.135', 1677620286, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05db84ea9aff25cb62e3c66fca291c8c73dbf326', '52.167.144.98', 1684835841, '__ci_last_regenerate|i:1684835841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05dc8d9b4c2316eaf67b4ef636a45fedf6bb3fa9', '157.55.39.176', 1667365282, '__ci_last_regenerate|i:1667365282;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05de09a687364d48631e30b1ff7ef140d15c2a35', '54.203.73.198', 1650669877, '__ci_last_regenerate|i:1650669877;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05de978d17d22ac4e45f6603f18a4804d15018f3', '190.56.173.169', 1651706562, '__ci_last_regenerate|i:1651706562;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651702981\";last_ip|s:14:\"190.56.173.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651705565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05e2f9b8bb97a20fecac84e26a8b655633a672af', '52.167.144.166', 1686918540, '__ci_last_regenerate|i:1686918540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05e4cb8432e4213b37def532d1512617b61628ee', '200.119.170.221', 1664402097, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664401562;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664402062;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05e793735e2dfc1d4e54b7d46976e4bea2a3ad61', '185.253.122.87', 1653484635, '__ci_last_regenerate|i:1653484632;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05e888638fa82ce73c7d5448bc41c33c3a91e1dc', '114.119.152.11', 1686562474, '__ci_last_regenerate|i:1686562474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05e8b0b49e897f609492baf7b528f5e423e30121', '190.56.55.0', 1687795583, '__ci_last_regenerate|i:1687795583;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687557352\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"osvdCGUYP8Af3mqVNnKr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05eb2311c031ce06d15b33ebb282ef2caa0b6911', '40.77.167.100', 1672023872, '__ci_last_regenerate|i:1672023872;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05ec8ded248311ec108953cee1b80374aa6be9a2', '157.55.39.65', 1662482172, '__ci_last_regenerate|i:1662482171;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05ede1fd18a41f2d64e1354c75be1ddd9aac7101', '34.219.61.78', 1685924832, '__ci_last_regenerate|i:1685924832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f1340a826830573efacd43be240846779b663d', '157.55.39.123', 1673113065, '__ci_last_regenerate|i:1673113065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f22b798fa2f5c106765ca9a4f5b012f3fc8098', '173.249.31.237', 1659409194, '__ci_last_regenerate|i:1659409194;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f28fe40c720a3006b8156857db8ad117d1eca0', '51.222.253.16', 1680797726, '__ci_last_regenerate|i:1680797726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f4fab10c58012ecffc5740b68d9575eb188a20', '52.167.144.31', 1681456542, '__ci_last_regenerate|i:1681456542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f542417ab0e8c4273cbee581286f90faeffc50', '190.148.252.85', 1666214484, '__ci_last_regenerate|i:1666214484;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666197100\";last_ip|s:14:\"190.148.252.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f5ffc806c705c55cb4791db98b01f36e6789dd', '35.92.217.31', 1681564632, '__ci_last_regenerate|i:1681564632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f8ac78fdde5cb64cdec5dbba4c29ba6ccb2b96', '52.167.144.171', 1684566636, '__ci_last_regenerate|i:1684566636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f9667f6902e9fa05205f0ad61af4988adedf19', '52.167.144.63', 1687178308, '__ci_last_regenerate|i:1687178308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05f9915232c1f31ea27baa78aa0201d263a6d2a4', '157.55.39.173', 1670231441, '__ci_last_regenerate|i:1670231441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05fa11d9564759db5604064c3b93566f5f39182a', '190.56.55.0', 1687818614, '__ci_last_regenerate|i:1687818614;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687818504;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05fadb02a12d17592aef9a4b2f89dd533d9250e1', '40.77.167.133', 1684156859, '__ci_last_regenerate|i:1684156859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05fc3a05d46f2d5b6e9a8176be7bdc43b6554c91', '157.55.39.217', 1683409569, '__ci_last_regenerate|i:1683409568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05fc407f3836fb467dacde7eb58e4e0b755327e1', '3.216.3.74', 1685702639, '__ci_last_regenerate|i:1685702639;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05fcf82cc325c53c74d3c1be73aca6f3cff83baa', '114.119.141.69', 1688414236, '__ci_last_regenerate|i:1688414236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0601cf134465206401c865a5a08b32c7253c9b7b', '190.56.32.35', 1671649736, '__ci_last_regenerate|i:1671649735;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671649735;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0601de7248ad1d81cd24f2124ff9943aa58d7c11', '157.55.39.217', 1683534314, '__ci_last_regenerate|i:1683534314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060230a16f182b97c73d23cc6ed036437de22326', '207.46.13.130', 1660654365, '__ci_last_regenerate|i:1660654365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06023a213a87f668a8aacbc091e311a780d23563', '207.46.13.6', 1671745070, '__ci_last_regenerate|i:1671745070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0602cc96912bf3ab0167495c50029f2f2addead0', '66.249.79.177', 1678934337, '__ci_last_regenerate|i:1678934337;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0603dae489eac1a4622d1d63f3566e3e83ab8548', '190.56.173.213', 1683303068, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683303068;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683303050;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060675e8cc4447d3c3e03b09a59826a929f59f96', '40.77.167.123', 1682997266, '__ci_last_regenerate|i:1682997265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06070099902a95a3fe2b73870ebe4f041d252da4', '51.195.90.229', 1650840436, '__ci_last_regenerate|i:1650840436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06086228906596112c90fbd3c04fc8248bb1d2b9', '114.119.131.206', 1688538135, '__ci_last_regenerate|i:1688538135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060b264baf0becc3ea746ea00aaab4da5ffa4952', '51.222.253.11', 1679054353, '__ci_last_regenerate|i:1679054353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060ce89b0312642ba66a1ac760c13381b4ce331d', '52.167.144.63', 1686903854, '__ci_last_regenerate|i:1686903854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060d5d87d170a1e2cf264badc04cfa5a920b0375', '157.55.39.173', 1669167959, '__ci_last_regenerate|i:1669167959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060ddc3c5fbefc5ccb283f44ce4550c965ef84ef', '3.237.104.7', 1654055396, '__ci_last_regenerate|i:1654055396;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060e1590cd607b320e505feb01d15a8fdeabeeb1', '52.167.144.74', 1688162348, '__ci_last_regenerate|i:1688162348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060eea179746d54c0abcfb600da086598a67c543', '51.222.253.5', 1676167319, '__ci_last_regenerate|i:1676167319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060f1570f877ea293fcc03af4486bebb2c5d0e27', '200.119.173.67', 1679339301, '__ci_last_regenerate|i:1679339301;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679339297;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060f50367a2ad62f30819649a4b793fdda1888d7', '114.119.132.58', 1687522411, '__ci_last_regenerate|i:1687522411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0611c46b1615fc8ec530cc89b68aa4512991994a', '157.55.39.217', 1683218753, '__ci_last_regenerate|i:1683218753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0612037d6204cc011b1068177d0a6e09ea346cf8', '190.148.157.183', 1680486372, '__ci_last_regenerate|i:1680486372;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680486288;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06139a7fad65296e2da7f21a42a42d7ee22269aa', '190.56.55.113', 1673381227, '__ci_last_regenerate|i:1673381227;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673379433;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06145a213e6bad40435a12b4263699615595be82', '157.55.39.212', 1677610184, '__ci_last_regenerate|i:1677610184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('061503b32638aec01cb57d737668d9cbb2ae45fb', '200.119.172.60', 1674935004, '__ci_last_regenerate|i:1674935004;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674934917;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0617fece7a17b6282697499963b4abfe9ff65b2f', '157.55.39.216', 1676490089, '__ci_last_regenerate|i:1676490089;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('061926c42d406ea8e9831db0ce0494ed66eeb24e', '40.77.167.202', 1687810736, '__ci_last_regenerate|i:1687810736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('061c1840af7677626aca7d9c377f878be4a6e1a0', '54.36.149.52', 1675279844, '__ci_last_regenerate|i:1675279844;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('061c9067d4be060c202c2bf665d5a254900f0485', '114.119.156.152', 1687912585, '__ci_last_regenerate|i:1687912585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('061ea891483f27ffac708b90ccb3ba9ed8c3d9f6', '190.148.87.6', 1668211297, '__ci_last_regenerate|i:1668211297;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668210926;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('061ec23db7470ebcb153caaf68f1dee31712ad4f', '40.77.167.244', 1677512563, '__ci_last_regenerate|i:1677512563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0622d07758da9e9b3d506e84dc8fcc8e3ffd8f43', '200.119.170.120', 1660086412, '__ci_last_regenerate|i:1660086412;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659539362\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ryShGQdzkICXt1YJOc8m\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06256c13082d808ea7e246fc8804f9f1ab1a96fb', '52.167.144.109', 1680453257, '__ci_last_regenerate|i:1680453257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062646f526ee0239c3dc6bb3cc0d6f74b90e53ee', '190.56.173.213', 1683162117, '__ci_last_regenerate|i:1683162117;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683162010;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06294174deea4f8bb8d6837a944fb941bc4f1a3a', '190.56.50.32', 1655140077, '__ci_last_regenerate|i:1655140077;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655140077;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062a299bb1b1b1084046ae937ed576f435c04f2d', '114.119.146.215', 1684887187, '__ci_last_regenerate|i:1684887187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062b06b6523a98677a904a9b69712e8412569d20', '51.222.253.12', 1680941112, '__ci_last_regenerate|i:1680941112;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062bcd37426e95c6cc62f30e6693db3afa72e22d', '52.167.144.70', 1688177250, '__ci_last_regenerate|i:1688177250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062d85d8951983fb9846f92d69f5a682d482dc9c', '190.148.157.117', 1675635042, '__ci_last_regenerate|i:1675635042;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675634350;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062e0672df1365574fcd49d0ecb7052723980702', '207.46.13.130', 1660448861, '__ci_last_regenerate|i:1660448861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062f03aa0cdefe2e4d1a7e8cfdf4adbb751668ce', '190.148.252.112', 1667832681, '__ci_last_regenerate|i:1667832681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667832346;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0637d0a14f43a4eec3c72206b076dcb8cb2a59cf', '200.119.174.9', 1674517331, '__ci_last_regenerate|i:1674517331;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674517310;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('063f0d548a166ac6d058252a775280e9b87281db', '190.148.157.53', 1683638971, '__ci_last_regenerate|i:1683638971;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683638962;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('063f5c7d7de18cc3841e74e99940f7171a7c8171', '190.148.252.111', 1677952393, '__ci_last_regenerate|i:1677952393;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677950805;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('063feec4c9227d0f432bd7b6b95dd01f366b73db', '40.77.167.104', 1668407394, '__ci_last_regenerate|i:1668407394;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06419151d3e35be221a42c98561f287a8f1ce725', '190.148.252.96', 1673269978, '__ci_last_regenerate|i:1673269978;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673269942;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0642e922149850eb607aeeaf05aa9ceac64a0046', '207.46.13.154', 1671223364, '__ci_last_regenerate|i:1671223364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0643ce03614857a570058d1ad2b947c3ee12112b', '190.148.157.183', 1680289462, '__ci_last_regenerate|i:1680289462;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680289436;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06449cef2a150e5d14d9b87fdf27e9afbab453f2', '149.57.16.7', 1653807009, '__ci_last_regenerate|i:1653807009;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0645f0815d3640ca88e5b81ac6cc0277a4517552', '40.77.167.166', 1676530561, '__ci_last_regenerate|i:1676530561;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0646f8215e01a7695a6ac1bd8ccdc3ef3f08a4e3', '200.119.174.9', 1674493864, '__ci_last_regenerate|i:1674493864;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674486232\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06487c58fbac695464dc16a89f3a7a2c634f763d', '114.119.156.132', 1684243772, '__ci_last_regenerate|i:1684243772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0648a9271521a3112e763b1d5e2d1ee5a1dee71f', '51.222.253.2', 1654880113, '__ci_last_regenerate|i:1654880113;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('064a4bc06dc2d48c626cfd78db308f3ec98479e4', '207.46.13.4', 1667398821, '__ci_last_regenerate|i:1667398821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0653015385c468ea142550020b773daad41844b3', '190.148.157.98', 1679233368, '__ci_last_regenerate|i:1679233368;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679232611;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06531786624d580f820c50d86b65928fe8dbcaef', '40.77.167.249', 1680800318, '__ci_last_regenerate|i:1680800318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06533c431a7f521f9625c6f21182edda6d9ec80c', '157.55.39.69', 1671858680, '__ci_last_regenerate|i:1671858680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('065388c13bbe093ae5c137b1b2528d7b5084cb30', '200.119.173.177', 1685059334, '__ci_last_regenerate|i:1685059334;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685059330;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0653ebbe71601d88919732612e54617404d386c5', '176.120.118.83', 1650952848, '__ci_last_regenerate|i:1650952848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0654c1711fb071a4883ef6861bd64727b0fcb693', '157.55.39.207', 1677293988, '__ci_last_regenerate|i:1677293988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0655167cb72adfe32a3994cdbca0b8bf393d9560', '52.167.144.164', 1686563528, '__ci_last_regenerate|i:1686563528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('065846be071a9a164d5c4fef581bf1001318ef09', '40.77.167.246', 1677220063, '__ci_last_regenerate|i:1677220063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06587b3977264695a848dada65d48c0b40ab022e', '40.77.167.123', 1683265900, '__ci_last_regenerate|i:1683265900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06590d7c5b54194c3e40d10630161ff41374f063', '114.119.145.88', 1683519879, '__ci_last_regenerate|i:1683519879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('065a7a659143bbbc360b118336d10d1174dd28c9', '190.148.157.53', 1683908730, '__ci_last_regenerate|i:1683908730;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683908618;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('065d6ce045322bd14d8d070e29b464633c5ddb0d', '52.167.144.171', 1685411244, '__ci_last_regenerate|i:1685411244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('065da8ad49ae2960cff25d0ab16abf842c376077', '190.56.32.35', 1671641255, '__ci_last_regenerate|i:1671641255;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671639408\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('065f3c16c50570d79337bf813699f900846adb28', '114.119.156.140', 1687021725, '__ci_last_regenerate|i:1687021725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0660e2aabf8a01a8c2eba0b06efc400cca8a7586', '52.167.144.164', 1686411258, '__ci_last_regenerate|i:1686411258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06617d2bb1387992bf9b9e9f105f8de7390a49b3', '190.148.158.175', 1672453490, '__ci_last_regenerate|i:1672453490;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672453467;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0661be377f36f5bfc6109d0c68052404aea253de', '190.148.157.98', 1678977375, '__ci_last_regenerate|i:1678977375;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678977366;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0661f025dce7dbabe569fc9e8671a24cd560ddec', '17.121.113.192', 1656517979, '__ci_last_regenerate|i:1656517979;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('066410d9d44e3f4e2fa0a229cd926825f51767b2', '190.148.158.151', 1677499914, '__ci_last_regenerate|i:1677499914;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677411775\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677499911;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0664af350233482a620d16eb247b4169a91d5ec8', '190.148.252.197', 1665593873, '__ci_last_regenerate|i:1665593873;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665593866;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('066d2801b60036948f95b6961fea9bad504d2b63', '114.119.156.175', 1685842833, '__ci_last_regenerate|i:1685842833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('066d579928c72ed97e5d9c03568a51c403933836', '5.188.62.21', 1656428148, '__ci_last_regenerate|i:1656428146;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('066d626d37db6576cf739c42f9182e214f136619', '157.55.39.164', 1655009191, '__ci_last_regenerate|i:1655009180;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('066f2f90ba80275bf13bae825cdb107ecb5f5b02', '40.77.167.13', 1674578967, '__ci_last_regenerate|i:1674578967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('066f59e85d4ad88c9ca067b5931e409cef4ca230', '157.55.39.86', 1671785734, '__ci_last_regenerate|i:1671785734;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('067286e85b821f8ea19da434b0c0f573edd310ac', '190.148.252.183', 1681397335, '__ci_last_regenerate|i:1681397335;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681396047\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('067427206f8f5f61ab0a88a7f93ed991ba7d84db', '190.56.50.15', 1667005204, '__ci_last_regenerate|i:1667005204;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667003819;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('067639932e807b05b33d1c147563e640fceed300', '190.148.252.88', 1670808975, '__ci_last_regenerate|i:1670808975;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670808348;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0678cf17ee6a7c2739f137497ccd25d06a42688e', '114.119.150.68', 1687279220, '__ci_last_regenerate|i:1687279220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('067b4c12cd99057b9dc6172928ae7d88110388ff', '114.119.136.113', 1687971298, '__ci_last_regenerate|i:1687971298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('067b73c89dfa1849624b9273a16940151e9886b7', '157.55.39.125', 1654648471, '__ci_last_regenerate|i:1654648471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('067d4ee8b422c278fefa5fdd71f8e19d58811cd8', '190.148.252.183', 1681737581, '__ci_last_regenerate|i:1681737581;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681737555;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('067fbdae2b379871b5dd194a5132f51f30db5906', '52.167.144.166', 1686843563, '__ci_last_regenerate|i:1686843563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0681f4e46d39c6bf4087d17f89893e4c0760b7ef', '205.210.31.130', 1658219348, '__ci_last_regenerate|i:1658219348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('068416636e843eb4cbbd31617807d28728f30df3', '35.162.237.80', 1686870617, '__ci_last_regenerate|i:1686870617;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0687873412aa8cd197ad3e200403cd23113fb379', '190.56.32.37', 1670507592, '__ci_last_regenerate|i:1670507592;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670507581;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06893f4271073ba9f9079ade6f71366319d730da', '82.80.249.158', 1668921125, '__ci_last_regenerate|i:1668921125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0689e020f69d1e8857ccc35ae5586889efc49e96', '157.55.39.79', 1669167642, '__ci_last_regenerate|i:1669167642;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('068a82483b767d3e0c1b50acac60ec433652583e', '190.148.252.183', 1681421373, '__ci_last_regenerate|i:1681421373;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681419744;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('068b2ab0ecc401f6f0510ff96eb70cbcf1d55567', '52.167.144.98', 1686596288, '__ci_last_regenerate|i:1686596288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('068d846a20f816a92f381455c1a3e1a55381ac7a', '36.99.136.130', 1650976209, '__ci_last_regenerate|i:1650976202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06913af5db5bc149c01bc4747f59ab25e9d19793', '157.55.39.86', 1665829072, '__ci_last_regenerate|i:1665829072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('069167fb28e439bc7e53b746fa24b52d468e03db', '190.56.50.6', 1667583479, '__ci_last_regenerate|i:1667583479;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667583407;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06922a3a7c1f227fa78d7d43f1d7803b03d5afbb', '190.56.173.213', 1683160783, '__ci_last_regenerate|i:1683160783;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683160757;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0693fa1fa59a75bfd0f5ce0a9c9bfa5da65d2a5b', '157.55.39.212', 1677419807, '__ci_last_regenerate|i:1677419807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0696605b0bed12bfc18e2db0ddf8e39ef981c228', '54.184.175.190', 1665754264, '__ci_last_regenerate|i:1665754264;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06985c1c827e4c16ead2a9fb1ea742bd6e8186bc', '190.148.157.183', 1680396717, '__ci_last_regenerate|i:1680396717;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680396614;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('069990db632c4890a3b20a004494fc35265f212d', '40.77.167.41', 1670991028, '__ci_last_regenerate|i:1670991028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('069c108a798b9195b53e4e2ccb0cc86b97967795', '207.46.13.219', 1678834215, '__ci_last_regenerate|i:1678834215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('069c716fc7747c6544f19173a9cf773bc4fe1f86', '52.167.144.69', 1676753232, '__ci_last_regenerate|i:1676753232;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('069eafd0392326fcb2a48372aba4547790554f60', '52.167.144.98', 1685546740, '__ci_last_regenerate|i:1685546740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('069f8e22e3313493ce57df9b6dda9884e249092d', '200.119.170.210', 1669770695, '__ci_last_regenerate|i:1669770695;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669770675;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('069f9b5627141cdb17cfd48f7bc7d5aa143139a4', '190.56.50.2', 1668780516, '__ci_last_regenerate|i:1668780516;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668780319;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('069fdccc8e8002c4cc468fe1f916d5b008dcdf5a', '157.55.39.143', 1670374708, '__ci_last_regenerate|i:1670374708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a067a749196e1a4df947c66abb9f6b02419dc7', '190.56.173.213', 1683482089, '__ci_last_regenerate|i:1683482089;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683481785;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a0f0078e53b21e844f65396e317694022a73b5', '190.56.49.237', 1665793868, '__ci_last_regenerate|i:1665793868;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665793859;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a15079b9b7ccab2d8c5415a7e0ed6feb42468a', '52.167.144.164', 1685129225, '__ci_last_regenerate|i:1685129225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a2c20c0c88a334e82292c5b33796d10c46c165', '200.119.173.78', 1682945324, '__ci_last_regenerate|i:1682945324;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682855442\";last_ip|s:14:\"200.119.173.78\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682945322;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a551fa31b3546005b9d9434495f0979fe86ea7', '190.56.173.136', 1687883564, '__ci_last_regenerate|i:1687883564;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687883557;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a6cf7652a4678eccc96771afd5b1f4fa3537ec', '51.222.253.1', 1674227707, '__ci_last_regenerate|i:1674227707;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a80e87f73abb8e0c5961588a1d3d43d718bcd1', '199.244.88.224', 1682537387, '__ci_last_regenerate|i:1682537387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a8776bb61abdcb483e23814d410b2420640311', '40.77.167.75', 1659816860, '__ci_last_regenerate|i:1659816860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06aa6d413e255df66c6f28c781240a97e54222d7', '52.167.144.98', 1686404396, '__ci_last_regenerate|i:1686404396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06aac27587ce236221c42aa48ef35c5c608f0850', '207.46.13.51', 1662702647, '__ci_last_regenerate|i:1662702647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06ab7486ea4c0232e3801aa7a2aa409535333b26', '114.119.131.151', 1687592288, '__ci_last_regenerate|i:1687592288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06ab75fbeddeb05a10793da3fe51cc698ac908cf', '190.148.252.102', 1681855026, '__ci_last_regenerate|i:1681855026;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681850958;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06b1b7ec7816200757a9d17e5fe20e54ebf5e50e', '40.77.167.169', 1676123910, '__ci_last_regenerate|i:1676123910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06b2e52a2910ad1a24f878568f78cb810351c05b', '18.206.55.48', 1650999420, '__ci_last_regenerate|i:1650999420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06b4603b2aafb931bbf6f305f57f69dfcc2053b3', '17.121.112.180', 1653403927, '__ci_last_regenerate|i:1653403927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06b529a0a495b0abe8d8e0a5cafaca384eb57087', '34.122.77.98', 1664258813, '__ci_last_regenerate|i:1664258813;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06b63751b29003f8fc2d0a0fdd5d245f03330cd2', '40.77.167.101', 1681640914, '__ci_last_regenerate|i:1681640914;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06b79d56b9272b026f0b5be989c14c55b6ccc162', '52.167.144.74', 1688056056, '__ci_last_regenerate|i:1688056055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06ba3f8fbfc953ba559866df6e81465360a042d4', '190.148.157.177', 1682208479, '__ci_last_regenerate|i:1682208479;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682208440;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06bb24af9254e67b7ea9a9e05f5aeca91bdd140b', '157.55.39.216', 1676435818, '__ci_last_regenerate|i:1676435817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06bbbd2a25e5f1d7cdf9f71983719b398535e4b9', '114.119.134.187', 1688167404, '__ci_last_regenerate|i:1688167404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06bbcf8beaeccbb6f708e7882846f495e022e79f', '52.167.144.171', 1684484662, '__ci_last_regenerate|i:1684484662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06bd784ee044654ecebfa54f0d6d1b002c9dc5a5', '190.56.173.213', 1683205623, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683205623;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683148367\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683205600;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06be917f5108e2e5a63b2a4cf83e4df46b783752', '200.119.169.5', 1654871030, '__ci_last_regenerate|i:1654871030;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654811927\";last_ip|s:15:\"200.119.170.145\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654871030;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06bfc4aaa55ba4411e0de056f627a106105313d9', '190.148.157.80', 1669251110, '__ci_last_regenerate|i:1669251110;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669251048;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c00077c6f1b1f7c0e28530e2209c450e793a0a', '18.206.55.48', 1651390387, '__ci_last_regenerate|i:1651390387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c11dc0cfc1fc019d5d3f367d768c218c9d43c1', '190.148.252.115', 1664575453, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664575190;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664575452;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c3e9fbc3c264f2815afb18634f7ce7d12f389a', '51.222.253.3', 1687727101, '__ci_last_regenerate|i:1687727101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c499803392704bc4fc89fea227696c023a9a79', '52.167.144.171', 1685450425, '__ci_last_regenerate|i:1685450425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c63d09f53543f6df5daae973d7d8562a42ba95', '65.154.226.168', 1651385818, '__ci_last_regenerate|i:1651385818;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c648cb8179e519770ecbe7f8c6575368953c26', '190.148.87.96', 1678479277, '__ci_last_regenerate|i:1678479277;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678478251;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06c8368313a2ad0a8dfd6ca31c11004b803a495d', '114.119.155.205', 1687122633, '__ci_last_regenerate|i:1687122633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06cabfd8ff2ab25ad2c545b6bbf501170c95a26b', '34.220.25.33', 1658065313, '__ci_last_regenerate|i:1658065313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06cec700b684728c7c37262645f94b539a7dc02f', '54.200.70.171', 1660137395, '__ci_last_regenerate|i:1660137394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d03dccb1c72466a92d79ffc58499237e8b8e7e', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274139;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d14ab03c3252244fbfc376157a0ad209e75b35', '190.56.32.174', 1676857075, '__ci_last_regenerate|i:1676857075;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676857016;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d1b900d237445ea6b7a6045e647d51b7c03df6', '157.55.39.128', 1673322668, '__ci_last_regenerate|i:1673322668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d20a225b248727dc6db961a869a9c1aaa68e58', '114.119.138.239', 1687851203, '__ci_last_regenerate|i:1687851203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d2135c0c6a52a3e009d0f3be8cebc048aee706', '190.56.32.164', 1664570071, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664570071;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664570063;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d3cd2d64d714b278ccf137950d0280874e83fa', '66.249.79.203', 1683788239, '__ci_last_regenerate|i:1683788238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d5986aaa08269ce7a125b8a020852a9a9155ff', '190.148.252.151', 1671039189, '__ci_last_regenerate|i:1671039189;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671039149;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d5aa170353300b287bef9d91307f193c5f3d32', '40.77.167.202', 1687784034, '__ci_last_regenerate|i:1687784034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d62c603a1450f365413a994927bf22936378fe', '200.119.173.177', 1685397145, '__ci_last_regenerate|i:1685397145;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685396363;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d64f56b3e151a4dc661e96166160d3ed57ad69', '200.119.174.28', 1660076111, '__ci_last_regenerate|i:1660076111;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1659994124\";last_ip|s:14:\"190.148.252.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06d90d9d3899b63b4440aa5aebe572832f4ebf6b', '51.195.216.255', 1650897767, '__ci_last_regenerate|i:1650897767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06dadf9c46ded8c78e22f84d82e61d0c766be43e', '190.148.87.99', 1688415889, '__ci_last_regenerate|i:1688415889;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"rWM4XT52CtEOU7y9FYNo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06db4625353bf7d4e6602c8d52bfc9ccf8e002e9', '35.88.197.19', 1686349263, '__ci_last_regenerate|i:1686349263;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06dbf2585fde2d6677c4ed58c2eeab0e1dacbbdb', '190.56.173.136', 1687964671, '__ci_last_regenerate|i:1687964671;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687964647;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06dc4bd69dcc64b7802df09ac480bfb3756d39bd', '200.119.173.130', 1675776438, '__ci_last_regenerate|i:1675776438;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675775333;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06dc66cd89cdfbc546e31774a1997cdbfcd84ff4', '42.83.147.34', 1656330131, '__ci_last_regenerate|i:1656330131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06dc8bd26d50e75483c01881251952070daafc3d', '52.167.144.98', 1685951114, '__ci_last_regenerate|i:1685951114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06dca65b3e2d3a294df5a075ca06b36692f164a7', '52.167.144.164', 1684315775, '__ci_last_regenerate|i:1684315775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06dce2a8f4c4952ccc1fa54ff1d45ddc717d3ebb', '17.121.115.35', 1656600923, '__ci_last_regenerate|i:1656600923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06dd90e78bbd83d94b9151a3290f2002049fde21', '52.167.144.178', 1683941142, '__ci_last_regenerate|i:1683941142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06e052a13ea6d41e0937f662d9f32fcac8e6a8e2', '157.55.39.173', 1669577833, '__ci_last_regenerate|i:1669577833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06e339ccefc58b2fdf59e890094421cc16f2d6bd', '52.167.144.28', 1679320541, '__ci_last_regenerate|i:1679320541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06e37d606a6223dc845190ab07f262ba3c4d7151', '157.55.39.173', 1669998592, '__ci_last_regenerate|i:1669998591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06e526e986b75b389db3fc24a576b77d61e65d4b', '52.167.144.98', 1685693192, '__ci_last_regenerate|i:1685693192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06e61a215f3ef05930e08098da03547fe5ce8171', '52.167.144.28', 1679029126, '__ci_last_regenerate|i:1679029126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06e79bfd7015ce94ab2dbc331397ba4a15aff5c0', '52.167.144.162', 1681796134, '__ci_last_regenerate|i:1681796134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06e79d1aedd3188d7dc9a764622d5694b7b545a0', '40.77.167.182', 1683192158, '__ci_last_regenerate|i:1683192158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06e90bf58d0423d8d874aba927224494a6467283', '157.55.39.62', 1658870455, '__ci_last_regenerate|i:1658870445;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06e98f1f4f80d38bcb766f45d9ac98aaafa14724', '40.77.167.182', 1683456461, '__ci_last_regenerate|i:1683456461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06eb5d754fb9c8aeb39f8363f5735dfddd56fb00', '51.222.253.14', 1671133815, '__ci_last_regenerate|i:1671133815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06ebc6b05c5bdcb607ecdb66a987d2a089296345', '200.119.172.60', 1674946571, '__ci_last_regenerate|i:1674946571;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674946334;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06ecee3122abbe9009894cc08f9677acf11e05e4', '54.36.149.95', 1678346807, '__ci_last_regenerate|i:1678346807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06eda46b562cb60a7988b1b9896431903bae2aa5', '14.29.206.197', 1671747382, '__ci_last_regenerate|i:1671747382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06edaad25b293b2e1f0ed81284f98e09519175c8', '144.76.151.42', 1650864866, '__ci_last_regenerate|i:1650864866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06f171b6c99248deec468711203a55f5557481c8', '34.209.2.38', 1688337673, '__ci_last_regenerate|i:1688337673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06f3d46c2f0d6f980a56beaf2fd96e2bbb3c0ceb', '5.188.62.21', 1656410748, '__ci_last_regenerate|i:1656410748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06f519839e7242b19eade12f6eee3e9ba62f3cd3', '52.167.144.98', 1686667047, '__ci_last_regenerate|i:1686667047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06f59f48d2d481db332505979ad345b3f1af7cdb', '52.167.144.98', 1684340087, '__ci_last_regenerate|i:1684340087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06f5e78d5d4013c81fe69601c2e425fbb95ad8c1', '190.148.158.69', 1685887656, '__ci_last_regenerate|i:1685887656;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685887629;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06f95108ea530600021e47b665a10f365f265c31', '54.36.148.79', 1662895096, '__ci_last_regenerate|i:1662895096;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06fb0765845e11af28b9fee074b1126c6825239f', '74.125.215.11', 1665091595, '__ci_last_regenerate|i:1665091595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06fb5c4c17d34d07b8e904713af76d893fd8e6c8', '157.55.39.125', 1654489961, '__ci_last_regenerate|i:1654489951;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06fb7a95b10b2c89d2b67ab9d9aeb528dbfb783e', '146.59.52.85', 1683295395, '__ci_last_regenerate|i:1683295395;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06fc4e7818bf28778e70de8cfcd58bbb434e47b3', '45.41.15.32', 1662520987, '__ci_last_regenerate|i:1662520986;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06fca8e90b32b6b0711acc21a13371f37f1f2c0f', '207.46.13.127', 1656235875, '__ci_last_regenerate|i:1656235874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06fcef4d33b151747d4cacd4770314ba0da4d325', '51.222.253.17', 1683511945, '__ci_last_regenerate|i:1683511945;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06fd7c433fdd855f38ce372f9a37881097688f6a', '40.77.167.166', 1676470668, '__ci_last_regenerate|i:1676470668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06fe5e8c1f5e19ae7a38b88be6efc3c19f65e6f3', '93.158.91.231', 1681354165, '__ci_last_regenerate|i:1681354165;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07010faec3142038e069f7634ffaada08570fa36', '190.148.157.177', 1682352230, '__ci_last_regenerate|i:1682352230;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682352197;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0701456857e7625511f297b72b36a4cd2494a601', '207.46.13.212', 1676871224, '__ci_last_regenerate|i:1676871224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0701cc1e6de1c35f1dde226a412920b453f6e4d7', '190.56.32.131', 1687645849, '__ci_last_regenerate|i:1687645849;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687645847;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0702b06dcc215a731aca454f786f3d7e144d50db', '52.167.144.154', 1687774405, '__ci_last_regenerate|i:1687774404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('070330f0fe9f11497e7766f460799c361cd7de65', '190.56.50.253', 1682647040, '__ci_last_regenerate|i:1682646776;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682647040;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0703c6fe7a29b5ef43eebf8f464851bd917c34f4', '51.222.253.20', 1661287639, '__ci_last_regenerate|i:1661287639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('070540a7d2f8d8997d0c75bb20d3ccc16cbbcf34', '190.148.158.151', 1677018414, '__ci_last_regenerate|i:1677018312;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677013657\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"f6wAdFL5qU4jyYaetSrk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('070588bf4b1a78f257cb8cb244a1eac69c2d7cc6', '190.148.252.73', 1664835198, '__ci_last_regenerate|i:1664835198;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664834844;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07074b2d1df4308cd0e80d637bb36ba1b0e5caff', '52.167.144.73', 1680020699, '__ci_last_regenerate|i:1680020699;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07078c91621eea3fc6a4ac376ab125bccd856a6e', '200.119.168.250', 1680881789, '__ci_last_regenerate|i:1680881789;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680881358;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07090c704600214fdada1e60600466277049d5da', '190.148.157.117', 1675640311, '__ci_last_regenerate|i:1675640311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675639494;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('070a74ea41422df943e266f5129b6babbe6677aa', '157.55.39.208', 1685947174, '__ci_last_regenerate|i:1685947174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('070b8811c30fee2ae7cacb8d3d2ae3f203c182d3', '190.148.157.183', 1680308586, '__ci_last_regenerate|i:1680308586;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680308226;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('070b908cc8bb66078907c597c47a300839b69bf7', '190.148.252.111', 1677783327, '__ci_last_regenerate|i:1677783327;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782391\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ZJ3L1subMw5HURo4FPNz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('070c922371548ddd76ae208f4f0bb09c541f6514', '190.148.157.177', 1682187882, '__ci_last_regenerate|i:1682187882;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682187879;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('070e3b1338fe375772c90d98d4f265e90a9dcda2', '190.56.32.174', 1676578641, '__ci_last_regenerate|i:1676578641;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676578638;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('070e413529bb7e5ff1dde40ddb61c50c7415df43', '114.119.135.159', 1686518366, '__ci_last_regenerate|i:1686518365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('070e7055f6e377a050f8dfad3052e94d05ba32e8', '114.119.141.201', 1685456026, '__ci_last_regenerate|i:1685456026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07108ee0ad4c607dc49925f7400140af8104f5b4', '190.56.32.174', 1676593889, '__ci_last_regenerate|i:1676593889;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676593824;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07109c068f935efd733d210209e5541c1cc263a1', '40.77.167.202', 1687583623, '__ci_last_regenerate|i:1687583623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0710f6665728eb31abdea424e207a975aab0f1df', '54.36.148.23', 1677647039, '__ci_last_regenerate|i:1677647039;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0712643e2917baf05e645475541617c65dc6b691', '190.56.55.48', 1687274258, '__ci_last_regenerate|i:1687274258;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687271873;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0712c3048cabfac3477eb58c812bec2ed1cb2208', '52.167.144.154', 1687463730, '__ci_last_regenerate|i:1687463730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('071603ceeca1819a6cc47ba8011b1c3bc4718003', '157.55.39.128', 1674133413, '__ci_last_regenerate|i:1674133413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0717745b65f772778ca4ca4bb29c6a57b0ecde2d', '190.148.158.69', 1685663559, '__ci_last_regenerate|i:1685663559;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685663559;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0717b6683169f7be72d69c0fa8c2212f376d03f4', '114.119.145.125', 1686904054, '__ci_last_regenerate|i:1686904054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0719abaae34f633023ee8e9e7003818ba48c974f', '45.63.18.23', 1688461455, '__ci_last_regenerate|i:1688461455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('071a34b1cabe7cf7a1bb6138fe726ab89046ce11', '35.161.221.194', 1680183460, '__ci_last_regenerate|i:1680183460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('071cc9729605b7c2c19d4d5dc1b2822820db5cca', '34.102.12.65', 1652131847, '__ci_last_regenerate|i:1652131847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('071ddb00a4da5d45268327452fccbbcdc07c1312', '74.208.2.228', 1672815797, '__ci_last_regenerate|i:1672815797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0720ef444b8a0574a4c6fa015d59a26fdefef47c', '114.119.147.60', 1686380765, '__ci_last_regenerate|i:1686380764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0720ef9e9ecc2f6ff16495fee4e980c140e800d4', '40.77.167.37', 1668367160, '__ci_last_regenerate|i:1668367160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07238003a49a6e85d30099a75a85bd0410a2521f', '190.148.252.82', 1663605365, '__ci_last_regenerate|i:1663605365;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663339810\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0724e19aa1f80be004c1d31897c23e620cd4f8f5', '114.119.163.186', 1687895081, '__ci_last_regenerate|i:1687895081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('072830b4773c42d94fdec17c8449531e0672c57a', '40.77.167.182', 1683192158, '__ci_last_regenerate|i:1683192158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07292c05cfa1a78803c5b8c4371f0d59588ddd50', '114.119.134.195', 1684280241, '__ci_last_regenerate|i:1684280241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07293db15e7ed8605d41ac6c2bac7b2fc6d22d76', '190.148.158.69', 1685894096, '__ci_last_regenerate|i:1685894096;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685894047;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('072a6f160033bfb7fcb8ffd5d012b77e06e2349f', '114.119.148.94', 1687334049, '__ci_last_regenerate|i:1687334049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('072bb51989bdd31d238644eaeb102b4a853b8481', '51.222.253.3', 1661843120, '__ci_last_regenerate|i:1661843120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('072c6b845014b4cd7883d0f0d757522e3ee77ef1', '52.167.144.49', 1677395603, '__ci_last_regenerate|i:1677395603;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('072e9bde56e45348bfebdda36c1c683a78059e3b', '190.148.157.98', 1678978281, '__ci_last_regenerate|i:1678978281;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678977647;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('072ede3f818e571346bfaf3560a838a677b0a6de', '52.167.144.98', 1686180627, '__ci_last_regenerate|i:1686180627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07310e917fa3f24cf3bec3636617de7d8fb215c7', '190.148.158.69', 1685801702, '__ci_last_regenerate|i:1685801702;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685801699;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07318ead5b9abe2a0a9b6a30bb11654d5bacae44', '190.148.252.76', 1654176140, '__ci_last_regenerate|i:1654176140;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654088186\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654175486;register_id|s:2:\"16\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-01 09:01:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07329c5190f86ea9b4a8b2ab3383cf91a68439a0', '190.56.173.169', 1651786305, '__ci_last_regenerate|i:1651786296;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651705544\";last_ip|s:14:\"190.56.173.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0734359cf925235daa1cf83366b9511a51850751', '46.101.63.152', 1652762866, '__ci_last_regenerate|i:1652762866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0734c63f4c2b8751501e6eae47a1bcd2a549802a', '114.119.131.43', 1688575539, '__ci_last_regenerate|i:1688575539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07379755766faecf2326af950f8efe58fa130953', '69.160.160.58', 1680641185, '__ci_last_regenerate|i:1680641184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('073864913fb5ce69cc35489197900d792a59f8a1', '44.193.25.146', 1671940330, '__ci_last_regenerate|i:1671940330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0738d8579b43fcf3f69483c49a86daeb1463473a', '17.121.115.120', 1651594416, '__ci_last_regenerate|i:1651594416;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('073ecfd87cd96b6face4368c0662f193751669b1', '17.121.115.151', 1655572910, '__ci_last_regenerate|i:1655572910;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0744d220f6884e1646027dbacb59404d381a5460', '157.55.39.194', 1674475836, '__ci_last_regenerate|i:1674475836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('074695ab2f5892b5981e68510e1bb5bd7c97f34a', '207.46.13.154', 1669998862, '__ci_last_regenerate|i:1669998862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0746abe1530ed936317e206d0a796d4a5f6fdd2a', '200.119.168.250', 1680703574, '__ci_last_regenerate|i:1680703574;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680702585;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07489cdc699c0455aba82dd14281785ff5f09f4d', '3.17.157.152', 1668808900, '__ci_last_regenerate|i:1668808899;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('074916369fbc4c75f3cc9bd3c83c0ccf110dd8ef', '52.167.144.66', 1681987037, '__ci_last_regenerate|i:1681987037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('074b9b761d216d619e43020303b3c8b28900635c', '40.77.167.133', 1684025484, '__ci_last_regenerate|i:1684025484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('074d62f8474f030a81de5a80ed6a5de8b97489e4', '190.56.54.129', 1653490186, '__ci_last_regenerate|i:1653490186;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653490066;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0751aa2f07b8043f86ba672b5daa2733dfb436ee', '40.77.167.220', 1677409030, '__ci_last_regenerate|i:1677409030;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0752c4ed77bf1c3d883625f97ccab4ec379ae199', '114.119.134.204', 1687240489, '__ci_last_regenerate|i:1687240489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0753b7a2888b3203df44ac976492f5899c85e530', '190.56.32.243', 1684619954, '__ci_last_regenerate|i:1684619954;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684619813;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0753b9cfdbae04f5967d669c8ad9b56d8db453be', '157.55.39.212', 1677321405, '__ci_last_regenerate|i:1677321405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07545b24c161d7341cafbcd597e7e7cec0bbfcfe', '190.148.252.96', 1673268077, '__ci_last_regenerate|i:1673268077;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673268061;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('075607d5e9d570c4b3abb868dabe2537a298fb4e', '190.56.55.0', 1687808479, '__ci_last_regenerate|i:1687808479;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687808415;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('075750a015204e52f194a59c003d159f97e15f5b', '51.195.90.229', 1650840596, '__ci_last_regenerate|i:1650840596;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('075908dad87fcfef5c9fed2e135a6edb5a8edf9e', '35.88.249.228', 1668777436, '__ci_last_regenerate|i:1668777436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('075a755d1276d12350d4c4b608ef91d84a9b6499', '157.55.39.147', 1672157234, '__ci_last_regenerate|i:1672157234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('075c60a0ea70bf4bcbf7a6f1415c130430738afb', '207.46.13.230', 1656868222, '__ci_last_regenerate|i:1656868222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('075cf382d7c5b0d126c6258a50e21f23a333ba2c', '5.188.62.140', 1656461255, '__ci_last_regenerate|i:1656461252;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('075e229da1c988cf56dd6929c97e382d6d5c48bd', '183.99.86.15', 1651386232, '__ci_last_regenerate|i:1651386232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('075fdb96128508ede754a6436c22b068fd597bc1', '190.56.32.162', 1686328001, '__ci_last_regenerate|i:1686328001;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686327945;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07602715929efdb700c63d01b672e6d6877f5aac', '111.7.100.25', 1650686480, '__ci_last_regenerate|i:1650686480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0766f622cd8267f8334e6e41a08d18b41db10665', '52.167.144.98', 1685402630, '__ci_last_regenerate|i:1685402630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076906c344bdad55e93d8d88139a5794b6d94fab', '52.167.144.76', 1681961645, '__ci_last_regenerate|i:1681961645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076a3fbaba0f26743b83e4527808917e0504de2e', '137.184.49.251', 1656809860, '__ci_last_regenerate|i:1656809860;error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>www.google.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076b460011cfce6d39e68a8f215faff46e8da80e', '207.46.13.154', 1669998863, '__ci_last_regenerate|i:1669998863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076d60f63e7b75cde11a918c411b61daccbeac99', '207.46.13.154', 1670766306, '__ci_last_regenerate|i:1670766306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076dc425f3d4b22708bce81f4ebf640c13560282', '200.119.168.250', 1681142162, '__ci_last_regenerate|i:1681142162;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681142004;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076e02f1c561b8a12c094f811624a187743c4048', '114.119.128.127', 1687639746, '__ci_last_regenerate|i:1687639746;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076f8456d12d5287884f22ce0875c7f927db1145', '200.119.170.168', 1670623827, '__ci_last_regenerate|i:1670623827;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670623772;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076fd32515d4ae5cd2ffe6d023cfb3bee8dd50c2', '190.148.87.6', 1668182566, '__ci_last_regenerate|i:1668182566;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668181570;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07709f19e488a3455416bd878a898f148f22ecae', '66.249.74.101', 1683524244, '__ci_last_regenerate|i:1683524244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0771617952c318dd5fe7e1486783fb4d0906220d', '52.167.144.154', 1688004831, '__ci_last_regenerate|i:1688004831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0772b7000e4e0fb7a3476347c8f92201be9b5635', '198.235.24.18', 1652307871, '__ci_last_regenerate|i:1652307871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0772cb4f409455031e5d6b70d29123333160f04e', '200.119.170.113', 1666700506, '__ci_last_regenerate|i:1666700506;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666700488;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07733a1f17bba3f826a0448ef4b81ff49de05bc9', '40.77.167.37', 1669577868, '__ci_last_regenerate|i:1669577868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0773fe31b43659bf03a962907ad0cd93998919ed', '157.55.39.51', 1668834274, '__ci_last_regenerate|i:1668834274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07756cc41948756ec42d576facb953bfb1b593e3', '190.148.158.74', 1669038601, '__ci_last_regenerate|i:1669038601;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669038577;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0776675e7da8985c195ed4a94cf63fc27c34c158', '54.36.148.11', 1660103531, '__ci_last_regenerate|i:1660103531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0776a554d800538891163a793f1138dd933c3fa9', '40.77.167.156', 1678668156, '__ci_last_regenerate|i:1678668156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('077ae0b25d94999e45231737564d27e5e1682850', '5.78.75.151', 1688155763, '__ci_last_regenerate|i:1688155763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('077b3c4edfce9a6f5ba06726a60392440bfcb6bf', '111.7.100.25', 1650686100, '__ci_last_regenerate|i:1650686100;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('077bcd181f75920d1cf3702114f3e3ca5622e579', '190.56.54.77', 1666309262, '__ci_last_regenerate|i:1666309262;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666309258;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('077c375ac6add5bb401d61d7ec6b6b55d8a8ef7f', '114.119.145.216', 1688195920, '__ci_last_regenerate|i:1688195920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('077e683ade679ad77b52e7b51118824ea37b3b29', '114.119.154.161', 1688170224, '__ci_last_regenerate|i:1688170224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('077e8eedaf6d6fce439587c8e6bf79fe5d28f49c', '205.210.31.155', 1655419446, '__ci_last_regenerate|i:1655419446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('077e95ae4d2656b6ccff3e71d84dd9bad908c5e8', '52.167.144.164', 1686631872, '__ci_last_regenerate|i:1686631872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('077eb6d7e19bb3afde0d1c1bbedcf4eef1bc3afd', '40.77.167.182', 1683463421, '__ci_last_regenerate|i:1683463421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('077fd671cbfc0c3586df5cfebc497ff127af44a8', '190.148.158.69', 1686011887, '__ci_last_regenerate|i:1686011887;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686011857;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('077fe6e56e32584d2d5451d3abc05cc71616e6fc', '52.167.144.171', 1684315726, '__ci_last_regenerate|i:1684315726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0781a634fad95d9df2745a50e08623d22d58842d', '14.116.152.84', 1663926371, '__ci_last_regenerate|i:1663926371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07846b4c54edc123cff92517c7a34a079b6fcab5', '207.46.13.205', 1671347494, '__ci_last_regenerate|i:1671347494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07849c15bb9ec1f16c8e32ad6f6e5d618eeb5ba7', '17.121.112.187', 1658971190, '__ci_last_regenerate|i:1658971190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0788e6a41f10e6f730b44e4e81d8ebbe76e9e0d2', '52.167.144.98', 1686596288, '__ci_last_regenerate|i:1686596288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('078b38c93e3ac238c53040f0bba07e616810534b', '130.245.169.139', 1657878928, '__ci_last_regenerate|i:1657878928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('078b52eca6a7fefae8f0578712416e0c425ab115', '190.148.158.175', 1672182613, '__ci_last_regenerate|i:1672182613;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672182610;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('078bd4d97aa6c0097cf800e90410794d903e6e95', '190.148.157.183', 1680287278, '__ci_last_regenerate|i:1680287278;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680286456;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0790947121932dd07e1b8cfd24cbcf87d8d17ef0', '138.246.253.24', 1667447272, '__ci_last_regenerate|i:1667447272;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('079264a73a8810ce237f72a7d5f854c4e1b4da10', '190.56.54.156', 1665242020, '__ci_last_regenerate|i:1665242020;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665242011;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0792ac267c9c3afdab27b5b839bca436fed2cd1f', '190.148.158.175', 1672448979, '__ci_last_regenerate|i:1672448979;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672448959;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0792de1b8e6938365c663ea3af49ecf18649b632', '190.148.158.175', 1672267310, '__ci_last_regenerate|i:1672267310;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672267279;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0793198fa8acef2601d3e68b6298af0ccb1af8c2', '52.167.144.164', 1685690103, '__ci_last_regenerate|i:1685690103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07939a33956b6d3a6554735dd6b2344e916ea06b', '51.222.253.8', 1671780028, '__ci_last_regenerate|i:1671780028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('079416366cdd8f84410f5d0faa8fc90a4320d056', '66.249.79.210', 1679852232, '__ci_last_regenerate|i:1679852232;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07944064ca351a8a381ebb03ce9c1a2cdf4d4b44', '190.148.157.98', 1678971147, '__ci_last_regenerate|i:1678971147;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678971138;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0795271dedbb18cddfa35c1f0b5d9d4809ad6acf', '51.222.253.9', 1653279184, '__ci_last_regenerate|i:1653279184;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07957cc58067fca04218495e042c73190eb8c9e3', '65.21.206.43', 1658803503, '__ci_last_regenerate|i:1658803503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0795fb417b32f55fffdd7f8ef3754c64cfbe764f', '114.119.139.224', 1687572400, '__ci_last_regenerate|i:1687572400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07963cc975d96010464ef32cda1dcb771b725462', '40.77.167.101', 1661257297, '__ci_last_regenerate|i:1661257297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07978e77f79c1f87e67293cf86acb67d7fc0d693', '114.119.157.250', 1687641066, '__ci_last_regenerate|i:1687641066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0797aa9a33535e77d414c7a836d4836ac06391be', '149.57.16.7', 1653807061, '__ci_last_regenerate|i:1653807061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('079b73bbea40f838472647db67f8247846c504a1', '40.77.167.56', 1673225871, '__ci_last_regenerate|i:1673225871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07a0acd86b48c2bdbbf05832d796bea945933fe9', '207.46.13.127', 1657642488, '__ci_last_regenerate|i:1657642488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07a103e97e1fa0194009748f57833e88b781c1af', '79.185.75.235', 1673646263, '__ci_last_regenerate|i:1673646263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07a1890deca6a3c2c5fda7dac11966d5d13a9b55', '52.167.144.164', 1684308872, '__ci_last_regenerate|i:1684308872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07a1d9a647b44dc54f07a27ae724dbbd8cf57c6d', '74.208.2.188', 1672815797, '__ci_last_regenerate|i:1672815797;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07a23322bcab5befc5984a21d31aa5ad4e2551d8', '190.148.252.223', 1659013807, '__ci_last_regenerate|i:1659013807;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658971020\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659013569;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07a67cc5de6c8ee22f931d530fd928572249b37a', '207.46.13.6', 1671815525, '__ci_last_regenerate|i:1671815525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07a87e18492ab6ec1ed00918cc26301ebfc98bf2', '40.77.167.123', 1683265498, '__ci_last_regenerate|i:1683265498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07a94fc732f9a8e9a6deffbc5c5a1c9d030c5b8f', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07ad84e13e1f5a8131ba8278d79fe73389a779e7', '51.222.253.3', 1653506722, '__ci_last_regenerate|i:1653506722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07af781c7d913b22b636fe2f92edf6b8424ac3b5', '190.148.87.51', 1676310038, '__ci_last_regenerate|i:1676310038;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1675375918\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b0d6e5aaa0c29b8c44768d4ac2abbf0c52316e', '114.119.148.208', 1688235687, '__ci_last_regenerate|i:1688235687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b0e829c8beb83f1e51c7fa044f953a5f94bc4c', '17.121.113.232', 1653818862, '__ci_last_regenerate|i:1653818862;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b20fd3d2fb5f704cd0dc25486f256def855b57', '52.167.144.82', 1687478737, '__ci_last_regenerate|i:1687478737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b2226c8f52c0c4197008065205ae1b0ef26f31', '40.77.167.156', 1678892028, '__ci_last_regenerate|i:1678892028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b2e220d1e8733c40a136c377d64daa75421ae7', '190.56.54.77', 1666285506, '__ci_last_regenerate|i:1666285506;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666285404;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b4842c42c13c097f83bc6ca01e528d60530ae8', '54.36.149.98', 1685672834, '__ci_last_regenerate|i:1685672833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b506c9ca61a7a42557f07c594fe88d3108795f', '190.56.173.213', 1683304664, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683304664;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683304543;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b51ccb93d42a10de3c796c3fae59ef299607f5', '138.246.253.24', 1660841259, '__ci_last_regenerate|i:1660841259;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b563b6cddebbc38ea4aac2844fe5c01e4f2dd2', '17.121.114.192', 1654774309, '__ci_last_regenerate|i:1654774309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b574c716e5a85f5d279b7298c4bfbc4faf918d', '114.119.155.203', 1685324559, '__ci_last_regenerate|i:1685324558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b88691ce49d63631c327ea97f4cd12208b1615', '52.167.144.98', 1684648122, '__ci_last_regenerate|i:1684648122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07bb3966e8b84b49ba319e1df1eaa1320cc3bd4e', '52.167.144.70', 1688243859, '__ci_last_regenerate|i:1688243859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07bbd3754d1629be7051aef6be73f9c2d418c047', '40.77.167.202', 1687895188, '__ci_last_regenerate|i:1687895188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07bc4ea5d2895985380260673a8b2d08e7861ebb', '190.148.252.112', 1667831864, '__ci_last_regenerate|i:1667831864;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667831858;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07bc7ae71e2cd65a61fa4ea600e2b5ed547c7d99', '17.121.113.85', 1651222052, '__ci_last_regenerate|i:1651222052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07bd4cfe3becc5b151e35db85484cef3f478f78f', '52.167.144.98', 1686103216, '__ci_last_regenerate|i:1686103216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07be0d71e3a9318ab81b80fb76620c43dd15eba6', '142.93.178.58', 1671936506, '__ci_last_regenerate|i:1671936506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c0a56720a37472eb641b0e351f027ccf58fdfb', '51.222.253.9', 1654589470, '__ci_last_regenerate|i:1654589470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c0a92adafd4c658a8382396bef4143b865a37a', '52.167.144.164', 1686257556, '__ci_last_regenerate|i:1686257555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c17d0ac4b3f2ca3ac373b0043f2b41448f6630', '200.119.173.78', 1682874224, '__ci_last_regenerate|i:1682874224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682874086;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c215ecc6766afc32e317d52e460fc408411038', '190.148.252.151', 1671126144, '__ci_last_regenerate|i:1671126144;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671126058;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c67ea8d06d41d28318e9de3c108ccd04d79845', '114.119.156.247', 1688484050, '__ci_last_regenerate|i:1688484050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c791b1d2397891e5e378470debced2b25c3c5c', '190.148.158.175', 1672602669, '__ci_last_regenerate|i:1672602669;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672602467;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c921c45b3e7cba5d78fc0ca09e58d91185ac0b', '114.119.158.50', 1687569766, '__ci_last_regenerate|i:1687569766;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07cbd45b79294d920e328403d02dd0905b2cdc75', '157.55.39.51', 1669419362, '__ci_last_regenerate|i:1669419362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07cbd857be14bfced82bb1acf23b6775c64d6e2a', '40.77.167.102', 1670580363, '__ci_last_regenerate|i:1670580363;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07cc07d8da4bb85f47d047b7b6ba0390de96be5a', '52.167.144.164', 1685187463, '__ci_last_regenerate|i:1685187463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07cc74c4107f79408f0535a9d20796d97fd2d227', '200.119.169.59', 1655251407, '__ci_last_regenerate|i:1655251407;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655238850\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655251403;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07ce1e4eac8363d84c929ec9fbd06ac9231b1b1f', '207.46.13.211', 1679496886, '__ci_last_regenerate|i:1679496886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07ce75bd89244b883456037745f12d6bcfdea00a', '190.56.55.113', 1673886108, '__ci_last_regenerate|i:1673886108;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673879211\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673886025;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07cff1c8bf95a8d61994c44d1cf756dac06f6a35', '190.148.157.53', 1684111811, '__ci_last_regenerate|i:1684111811;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684111741;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07d06687fb66ef93f26e472d036abfd9ad4fc942', '114.119.144.105', 1687299064, '__ci_last_regenerate|i:1687299064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07d075ce9df013befb0d267859b298d9f9d23ca6', '40.77.167.43', 1659181549, '__ci_last_regenerate|i:1659181549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07d0c0bcdd4669bc1f738208ccee8b35324e9b68', '130.255.166.80', 1678191425, '__ci_last_regenerate|i:1678191425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07d114d20db8d332139b1f9d7ffff71f2cf91721', '54.36.148.43', 1655746350, '__ci_last_regenerate|i:1655746350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07d38cc6fcd0458916b821d2e06a7648d7a57c89', '52.167.144.98', 1685179195, '__ci_last_regenerate|i:1685179195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07d48d9dad3383b3a276e4afde824be0bab883e7', '190.148.252.233', 1668786229, '__ci_last_regenerate|i:1668786229;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668784499;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07d4f28af9a10fa3094dfb0259f9858f25f21b38', '52.167.144.39', 1680454092, '__ci_last_regenerate|i:1680454092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07d50fb4079b9c11e8674247ca5157d7804990f6', '17.121.112.59', 1651249830, '__ci_last_regenerate|i:1651249830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07dc84436986e8c6ae797eb0ba255bb04dc5a9aa', '190.148.87.182', 1679749286, '__ci_last_regenerate|i:1679749286;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679749277;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07dce4e80002d324e9b09a0b58024e4a099e6a0d', '190.148.252.36', 1661962040, '__ci_last_regenerate|i:1661962040;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07dd3388c4286ceddfd6c71e4fa932f0d9ae5fae', '54.37.233.116', 1650851846, '__ci_last_regenerate|i:1650851846;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07dd79f121002bb37413c7345200378fe0fe16c9', '130.245.169.247', 1657277735, '__ci_last_regenerate|i:1657277735;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07dea7af662b8bf7b5f642628e3c5881308e4e59', '114.119.157.111', 1685291916, '__ci_last_regenerate|i:1685291916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07df06e74c8489fc91a6242a44f98dd789f49329', '40.77.167.123', 1683595293, '__ci_last_regenerate|i:1683595293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07e0b45df62939ba7bbad3c93c8bf884d85dd1bf', '66.102.8.7', 1653023707, '__ci_last_regenerate|i:1653023707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07e311f79463acf568e3b95c2de2d4a135f58c73', '51.222.253.1', 1653417159, '__ci_last_regenerate|i:1653417159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07e4c489a410a5f75683905aeac1d77444cca9f9', '137.226.113.44', 1652316862, '__ci_last_regenerate|i:1652316862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07e819f0fbce9cab6d2005beb57d0ba9618085c0', '114.119.159.64', 1685229083, '__ci_last_regenerate|i:1685229083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07e96ba2174666ecd26a1dab9723e739ee08f806', '51.222.253.7', 1675986961, '__ci_last_regenerate|i:1675986961;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07ea4df5ac883d269fce53beae835de2712ea140', '200.119.168.250', 1680731518, '__ci_last_regenerate|i:1680731518;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680731103;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07eba9ebbdd10e61a4ff6cbaeaa44c3bec63cfd1', '190.56.55.113', 1673698464, '__ci_last_regenerate|i:1673698464;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673698106;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07ec9e5845940c4a43797e7d99c9929af2ccea4c', '134.122.44.189', 1687883784, '__ci_last_regenerate|i:1687883784;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07ed5f57df24574c2e52d8dd095ed057e2321f6b', '52.167.144.61', 1688182984, '__ci_last_regenerate|i:1688182984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07edd358e0fb095a7ca4f9986bd4e92e666a0aa4', '152.89.196.102', 1659731119, '__ci_last_regenerate|i:1659731092;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07ede26a8093d490cb45a97487cd872a97b362fc', '51.222.253.18', 1658458168, '__ci_last_regenerate|i:1658458168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07ef07a566ddbb0c880e5c9bba7b936872625955', '172.105.200.88', 1653079786, '__ci_last_regenerate|i:1653079786;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f00d630eccdbaa2b82ac3dd2b7a7596a766064', '190.148.157.117', 1675549242, '__ci_last_regenerate|i:1675549242;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675549159;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f06835cc8385043056e49bddd8249b7fa4820d', '190.148.158.175', 1672666688, '__ci_last_regenerate|i:1672666688;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672666671;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f19ec62c27d47dd620495d5f466ac0efe137f4', '52.167.144.171', 1685060028, '__ci_last_regenerate|i:1685060028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f25664b764c0cbdd49926b09ac19ccfd69a0da', '54.36.148.94', 1670560524, '__ci_last_regenerate|i:1670560524;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f33e5d6db024147008d338e7bc2164eefe33df', '40.77.167.37', 1669419382, '__ci_last_regenerate|i:1669419382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f362ef77dab6d39cc9bb9abe1b43835d9c30ba', '200.119.174.9', 1674169657, '__ci_last_regenerate|i:1674169657;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674169613;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f434056addce09e1566ab95f8dacd7436ce255', '157.55.39.173', 1670600252, '__ci_last_regenerate|i:1670600252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f4ad6070859ff974867bb8ab50b3e5bce63757', '52.167.144.166', 1686899925, '__ci_last_regenerate|i:1686899925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f6fe77dae31c9e3541ba57b14eee1dda567a7a', '157.55.39.208', 1686035617, '__ci_last_regenerate|i:1686035617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f75a0666b29fc60f83c15e862f03ebad87ab40', '193.168.180.174', 1651578671, '__ci_last_regenerate|i:1651578671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07f7735a860b98b43df91b1ed3a86524aed60ef0', '54.36.149.85', 1674325586, '__ci_last_regenerate|i:1674325586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07faa78bb7f9663c473b6b6b77676b9b2cdef7b0', '157.55.39.125', 1654137291, '__ci_last_regenerate|i:1654137282;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07fd5f080e28eee7b9e08859794adac3a8781e23', '190.56.55.113', 1673819425, '__ci_last_regenerate|i:1673819425;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673818210;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07fd64bcd52720ae3e26e1411624b3945a4a6f46', '40.77.167.222', 1681633829, '__ci_last_regenerate|i:1681633829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07fd6e57ad97633514d01b9e10b43f21d6a31bce', '40.77.167.147', 1681090777, '__ci_last_regenerate|i:1681090777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07fe9c361aaaefa6782110d8a3f7141ea36d1c3e', '5.188.62.21', 1653285522, '__ci_last_regenerate|i:1653285522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08002c0a5ca5b8c932a49966639dd6e1a672c943', '52.167.144.98', 1685165713, '__ci_last_regenerate|i:1685165713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08022425f41ae27d1fc71c61e8224675f66ca7c8', '139.59.212.82', 1671980213, '__ci_last_regenerate|i:1671980213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08032ce43e5ed9d45be269959798dac2ef63ab36', '206.189.119.23', 1687558288, '__ci_last_regenerate|i:1687558288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08038ddfc543f1ae31a68cb6a528684221b82d87', '200.119.168.250', 1680889904, '__ci_last_regenerate|i:1680889904;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680889902;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08042f885b1fb3ba2780fcd3f4be91b009288bff', '52.167.144.98', 1684948726, '__ci_last_regenerate|i:1684948726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08078a3507584dd988b797ee9945f89daa3b774f', '51.222.253.2', 1673057445, '__ci_last_regenerate|i:1673057445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08096496be0172063d14ae49a60b9b91fa51bd19', '207.46.13.229', 1683562765, '__ci_last_regenerate|i:1683562765;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('080975153abcc9a7907791a8743da550d5234ce2', '40.77.167.23', 1674110044, '__ci_last_regenerate|i:1674110044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('080b363dec04ee20c7d30af0dadb4bc14cedccbc', '207.46.13.224', 1680226001, '__ci_last_regenerate|i:1680226001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('080c71588a8d50ebc7ca86e3157ac520deb4817d', '190.148.252.195', 1653776609, '__ci_last_regenerate|i:1653776560;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653749821\";last_ip|s:15:\"190.148.252.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653776609;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('080f3da0f0adc54e10165ab105c17f20512defa5', '54.36.148.252', 1663264002, '__ci_last_regenerate|i:1663264002;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0810425320da3d7f76d8af8c041ee3c7712367ac', '190.148.252.67', 1688471761, '__ci_last_regenerate|i:1688471493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0811595b4a3e05d243db990883a0fec9590462eb', '200.119.172.60', 1675043553, '__ci_last_regenerate|i:1675043488;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675043551;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0817c36ef7dbc2cfe8e4aa19f9e19edeb9f0b821', '40.77.167.11', 1674052174, '__ci_last_regenerate|i:1674052174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('081920313c2c710ca0e5a8d8f2f44a1e7d26094a', '51.222.253.12', 1655427765, '__ci_last_regenerate|i:1655427765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08197c0fa480ef949dae296d7c92038680407d89', '17.121.115.161', 1658441542, '__ci_last_regenerate|i:1658441542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0819d6d3aa0aadd27e44d2589275c2de02957214', '51.222.253.5', 1663049316, '__ci_last_regenerate|i:1663049316;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('081c233a9f516efaab5e3b19065198cc7c4a25bd', '190.148.252.111', 1677790526, '__ci_last_regenerate|i:1677790526;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677790516;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('081cc3786255fba8cbd66a152f270064e5b85270', '200.119.170.16', 1666810251, '__ci_last_regenerate|i:1666810251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666809479;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('081d580693d34aa29740cb8c05931a3e8d6b20ea', '52.167.144.164', 1686635488, '__ci_last_regenerate|i:1686635488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08219c21f1ae6679286fd32908127763cffba319', '40.77.167.80', 1686837717, '__ci_last_regenerate|i:1686837717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08261dac8ef78fc524542b06e1eead4e0d2daeaf', '114.119.137.54', 1686941553, '__ci_last_regenerate|i:1686941553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08268f8beff59d2ea6bdd4be798b2e7ba7d877b0', '165.231.54.141', 1654901678, '__ci_last_regenerate|i:1654901678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0827808fddda13c42e17dd5db22177dfd530a53d', '52.12.170.190', 1663163685, '__ci_last_regenerate|i:1663163685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0828427ea1ab5cb055033be8cee5f63d7a43a8c0', '51.222.253.8', 1660103532, '__ci_last_regenerate|i:1660103532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0828a1f32bd3f73fc3eb1a5203c582219b24fd33', '52.167.144.162', 1686404422, '__ci_last_regenerate|i:1686404422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('082c17de292312741268391a8b5d3ab798196e75', '207.46.13.230', 1656050535, '__ci_last_regenerate|i:1656050535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0832ae175e1a7b872fd4547c772ba8b3acf5fc37', '52.167.144.98', 1686103015, '__ci_last_regenerate|i:1686103015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08337e27a434679014b085472dce8f5cdf5a7ba4', '156.235.89.62', 1685468003, '__ci_last_regenerate|i:1685467998;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0836034aac3ecaa053988ab9b78b477410d47733', '40.77.167.202', 1687463739, '__ci_last_regenerate|i:1687463739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0836699a16607e85ab68263ba6978fbedac46a9f', '40.77.167.97', 1670834719, '__ci_last_regenerate|i:1670834719;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('083b16af8d13dfef14729f3afe003f983f588f09', '200.119.170.137', 1668711066, '__ci_last_regenerate|i:1668711066;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668709918;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('083d92ba4e09ec4fb573d070ef31002e7d8ec421', '40.77.167.49', 1664202438, '__ci_last_regenerate|i:1664202438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('083f55c119585e8e4a8ed57ac926ab4ca43b6f42', '157.55.39.69', 1671799456, '__ci_last_regenerate|i:1671799456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08404944169423688583719a93e4f4c85099b034', '52.167.144.63', 1687177394, '__ci_last_regenerate|i:1687177394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0841e0ec31eb17bf979edb234832199ff263e2c3', '190.148.157.122', 1666662292, '__ci_last_regenerate|i:1666662292;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666662214;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08433d68399c91c010775a1daa73682aa82ed8c9', '190.148.252.177', 1674089368, '__ci_last_regenerate|i:1674089368;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674089349;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08446594ef28817a257f6527bdffbf5989ba9e5b', '5.188.62.76', 1659575740, '__ci_last_regenerate|i:1659575735;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0844822c655d9ee3c48da311ac2459d1dfaea61a', '190.148.158.69', 1685991599, '__ci_last_regenerate|i:1685991599;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685991568;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08450b9472028236e263e528b8f08571033d1269', '190.148.252.183', 1681565031, '__ci_last_regenerate|i:1681565031;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681565027;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08457914600004fb4dd7df98f5106ef1ca6a5c06', '54.191.207.118', 1672060883, '__ci_last_regenerate|i:1672060883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0847b772196658a1f9151755cd3b95c9c4cf004c', '114.119.133.34', 1688376463, '__ci_last_regenerate|i:1688376463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08483ac01516485978e10a66fc66eb2496faf435', '190.148.252.85', 1666228272, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666228272;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666228270;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0849b66df98289a0aeb52001f0941d7ae62fc8ec', '51.222.253.12', 1651654741, '__ci_last_regenerate|i:1651654740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0849f481f2f892e4481f63e46d55b2bd6b567e1a', '190.148.252.183', 1681246278, '__ci_last_regenerate|i:1681246278;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681246275;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('084d4e244897ce18587922fd9e988c9c36b854af', '114.119.133.142', 1688208465, '__ci_last_regenerate|i:1688208465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('084f28eb6d1b4eafa2ebcedea81d5751363a070b', '146.59.157.229', 1650750203, '__ci_last_regenerate|i:1650750203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('084f4e8ab385a7c348be1626490c3b89c4d78558', '157.55.39.128', 1673094041, '__ci_last_regenerate|i:1673094041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('084f72331cd0771eabae3fe5b0166baae4fe34dc', '165.232.169.138', 1671924997, '__ci_last_regenerate|i:1671924997;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08508af1e18c634fdc6f518a7a2ec74dd781ef21', '157.55.39.216', 1676490090, '__ci_last_regenerate|i:1676490090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08522d4ecbb5845d5dcd0839a586c5237738157e', '52.167.144.171', 1684494554, '__ci_last_regenerate|i:1684494554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0852d3a304ff16a30e1d348b351f8f335a878e02', '190.56.50.253', 1682618806, '__ci_last_regenerate|i:1682618806;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682618804;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('085343f3f042c1f3d102d56615ca03eb391b3b2e', '40.77.167.60', 1671545203, '__ci_last_regenerate|i:1671545203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('085379303acc6c3b9bddcc1bfe5c7aa7f6968ef2', '40.77.167.146', 1687764671, '__ci_last_regenerate|i:1687764671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('085494e6f6fe63a1b3ee5b98d721cdbaf1b1484d', '207.46.13.10', 1672569995, '__ci_last_regenerate|i:1672569994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08552761617485652ecd839a53bc6e47c5aca3d2', '190.148.158.175', 1672598303, '__ci_last_regenerate|i:1672598303;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672598271;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('085543ce80311d093066da1baf56c72d9e2238aa', '190.148.252.151', 1670964498, '__ci_last_regenerate|i:1670964498;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670962353;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0855f70ef056f06dca3011827c8ba3f5918a71c7', '176.53.223.118', 1650752753, '__ci_last_regenerate|i:1650752753;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0855fb8f7a1f0319c5d208f36a43a1d937361ba5', '157.55.39.25', 1663316494, '__ci_last_regenerate|i:1663316494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0856ec992878e923ce0480e83be4efb98f3bcef2', '190.56.55.27', 1662388014, '__ci_last_regenerate|i:1662388014;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662322040\";last_ip|s:12:\"190.56.55.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662387497;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08571a32cb3e11490f0552fcba25cba892811600', '207.46.13.212', 1677265102, '__ci_last_regenerate|i:1677265101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0858df8dda0a7cd5d696ef8bb6b0fef62e2cbdef', '74.208.2.160', 1672659936, '__ci_last_regenerate|i:1672659936;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('085a3794f9f9b8cbb223e66a824d60f260243e85', '157.55.39.217', 1683134530, '__ci_last_regenerate|i:1683134530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('085bf4927ef5ffa82a8d0f9b8a268cef63c8f1e5', '190.148.252.73', 1664813739, '__ci_last_regenerate|i:1664813739;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664805335\";last_ip|s:14:\"190.148.252.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664813660;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('085c1d1a8009f456a3427dad42619f977db5a227', '34.208.161.60', 1657200776, '__ci_last_regenerate|i:1657200776;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('085eea0fb911fbb389c1566f69a51ce1601316fb', '52.167.144.74', 1688245455, '__ci_last_regenerate|i:1688245454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086b36e40c9db2e0088764adf820dbaf83473f3c', '17.121.112.229', 1651139243, '__ci_last_regenerate|i:1651139243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086c5d24b3b3b1317add1c4b7aecf6d48373c9e7', '54.36.149.61', 1681075458, '__ci_last_regenerate|i:1681075458;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086da7f0bb840b6dbd5ac374533f6e8627d898ed', '1.233.127.186', 1650979632, '__ci_last_regenerate|i:1650979632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086dae0e703dc2e43e57a7307e1d99af941ee7c2', '190.56.32.162', 1686332621, '__ci_last_regenerate|i:1686332621;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686332583;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086df2796ca2d3d99198c7fa4402b6bbf340e12e', '40.77.167.241', 1687583630, '__ci_last_regenerate|i:1687583630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086dfab696a8fe5bce1385b96cbc5e17959e6293', '200.119.174.9', 1674129827, '__ci_last_regenerate|i:1674129827;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674129820;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086e58af7f41425768393d880513cab2e2bae897', '190.148.158.23', 1687223339, '__ci_last_regenerate|i:1687223339;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687223309;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086f1cacaefb437d8319c4e444a847adc4d82560', '40.77.167.227', 1682062348, '__ci_last_regenerate|i:1682062348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08709a7b0a5b5f06554ddfbff41c5d99506ea79f', '198.251.73.5', 1669807895, '__ci_last_regenerate|i:1669807895;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0870e6443476dfe38202d1b72727c604e2bdc2c9', '40.77.167.191', 1682520074, '__ci_last_regenerate|i:1682520074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('087202ac1ec02e49e6351530c4f54cbbf6393fde', '114.119.142.217', 1684888086, '__ci_last_regenerate|i:1684888086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0872ebe3a8fff0e03fa2b325cd03bcfb0647968c', '190.56.51.158', 1655655591, '__ci_last_regenerate|i:1655655591;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655584639\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655652756;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('087358ea9abf56a83b4269f208e9db8882419b76', '200.119.174.30', 1667519515, '__ci_last_regenerate|i:1667519515;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667519492;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('087422a0ff3463f090dee243eb8710da68dd78cc', '161.35.184.248', 1672476921, '__ci_last_regenerate|i:1672476921;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0876b3de999746948e36ab90f9ce449a60f77391', '54.36.149.77', 1667379399, '__ci_last_regenerate|i:1667379399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0876e21ebeab2354f4105d26f712d6b8d3831eb2', '190.148.157.177', 1681949233, '__ci_last_regenerate|i:1681949233;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681949062;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0877ece5a17aa793c4df61fc4f38c45c96c7b791', '192.71.103.173', 1652301733, '__ci_last_regenerate|i:1652301732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0879dfdf2716d286b183629311071030ef6f3f7f', '147.182.171.81', 1650861188, '__ci_last_regenerate|i:1650861188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0879e44ad23628588231159d6911b8137d857807', '40.77.167.161', 1675466790, '__ci_last_regenerate|i:1675466790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('087b2597fa7460ec24ca33c59defe54d80c21f61', '157.55.39.65', 1661910396, '__ci_last_regenerate|i:1661910396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('087c12e033c5782098ba4566b669f900b405ad71', '54.187.68.199', 1651370342, '__ci_last_regenerate|i:1651370342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('087d4cf67d70c57f4833f314062be2d38f51a357', '114.119.140.79', 1685130890, '__ci_last_regenerate|i:1685130890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08802a7c96c4a93f92099245de160251d64bad54', '124.221.247.200', 1659414639, '__ci_last_regenerate|i:1659414639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08818205d2eb8f139d3cf6cc0222a9c51925b972', '17.121.112.170', 1652794329, '__ci_last_regenerate|i:1652794329;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0881bb2fd18466206bfc1056031b18738b47e7ed', '40.77.167.133', 1684132436, '__ci_last_regenerate|i:1684132436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08822527feadc6819bdc1ca63b7350d06b169970', '200.119.172.60', 1674865773, '__ci_last_regenerate|i:1674865773;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674865652;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08829d3a081b38181342614ff6003f45139b3a7b', '114.119.157.152', 1685036257, '__ci_last_regenerate|i:1685036257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0885659c155cb3d97299058ef7ad9b14eb1a1851', '190.148.87.165', 1657922676, '__ci_last_regenerate|i:1657922382;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657838239\";last_ip|s:14:\"190.148.252.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"pbZK8IJTAycuPo3w14rg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('088f0cde4f28dc3a7593140418cce2f272e78a85', '51.222.253.12', 1675249412, '__ci_last_regenerate|i:1675249412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('088fb83ad44d8d3ee5cdf3a6092686627a8f1f00', '190.148.158.175', 1672413780, '__ci_last_regenerate|i:1672413780;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672413767;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0890b3952fecfe91358970450d59684483148946', '5.188.62.26', 1656354184, '__ci_last_regenerate|i:1656354184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0890e4d0d8fc06e9115481d8f87327af338d2198', '198.235.24.153', 1658221427, '__ci_last_regenerate|i:1658221427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08912be877050a310916716187f813e66847e506', '157.55.39.253', 1682246209, '__ci_last_regenerate|i:1682246209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0892e2f0123612029e6351b64a2a47faf889114d', '190.148.157.165', 1667997583, '__ci_last_regenerate|i:1667997583;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0893719f0cd8fa63f405d34284fa00c57ae62fcd', '190.148.87.6', 1668199117, '__ci_last_regenerate|i:1668199117;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668198672;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"r5IYWAOK0vRgjnDV9NfB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08952c47ea887c869ed1b8db590289c5d4b0b965', '114.119.167.239', 1687182723, '__ci_last_regenerate|i:1687182723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0898748f7edf92b289e2df2634b1781f9d9477fd', '190.148.252.88', 1670869058, '__ci_last_regenerate|i:1670869058;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670869000;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08991c35a1956d87d83818ac181d8ca860052b8e', '103.163.182.40', 1662530897, '__ci_last_regenerate|i:1662530896;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('089b8662796d055698eecbb13c1f71e8fbd316d5', '207.46.13.154', 1671597843, '__ci_last_regenerate|i:1671597843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('089bfa12286a41f8a39454d9a805a5efafbc2003', '51.222.253.16', 1677454565, '__ci_last_regenerate|i:1677454564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('089cf3bde660d8301dc6827a510b19a10a71ef14', '17.121.114.166', 1652700793, '__ci_last_regenerate|i:1652700793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('089e04e4b0301f61ea0300883d0ce5dbbd7d830b', '114.119.131.192', 1684440089, '__ci_last_regenerate|i:1684440089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a010d6e1ee1bedbf0c6cca12c3af838754f8d6', '157.55.39.79', 1668935029, '__ci_last_regenerate|i:1668935029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a131258b1d7d82e7f89c3ec72b99521dccdae4', '157.55.39.253', 1681909387, '__ci_last_regenerate|i:1681909387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a14e273edd66c8f38b92935be001ead336aa7b', '190.148.158.151', 1677455774, '__ci_last_regenerate|i:1677455774;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677455466;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a3828790babc28bda178e780425091b1929742', '104.198.148.17', 1652222942, '__ci_last_regenerate|i:1652222941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a634921bed08dfcd3e93d1da33d53028ddee4b', '52.167.144.164', 1685876016, '__ci_last_regenerate|i:1685876016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a8d2d7109475f5e8410e6443d72b48cba90861', '52.167.144.171', 1685546715, '__ci_last_regenerate|i:1685546715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08a9ec6b8757909b8f74dea02e07fa5d30a7ab7b', '190.148.158.151', 1677436893, '__ci_last_regenerate|i:1677436893;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677436787;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ab7507e99ca5d671310742907da25ee7e82ec7', '114.119.153.97', 1684288741, '__ci_last_regenerate|i:1684288741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08abe702b58ffbbce98e7c08d3faf7a9584a5934', '66.249.79.194', 1688200535, '__ci_last_regenerate|i:1688200535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ac31b2cc5ec0158eeedae15e63729bac43565f', '190.148.252.111', 1678025910, '__ci_last_regenerate|i:1678025910;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678025882;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ad1e7bf13610395995ce294e8807e93b6faa70', '190.56.173.251', 1652136914, '__ci_last_regenerate|i:1652136914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ad47c1e8087ef9ffe7ca480c34fb34b0e0d1f4', '144.172.67.108', 1674809105, '__ci_last_regenerate|i:1674809105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ad5a10f42be87eb5a1be242733f5a060eddf12', '114.119.142.85', 1683779380, '__ci_last_regenerate|i:1683779380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ae01c0452893fc27f040519c98965695e73c64', '198.244.152.59', 1687704318, '__ci_last_regenerate|i:1687704318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ae5232dee38a0e3d8a34b0a4bc9a04a319fd1b', '190.56.50.253', 1682561260, '__ci_last_regenerate|i:1682561260;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682561135;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08af902d1c4d8ad21c2d519313d7259647f3eed5', '200.119.172.95', 1659738509, '__ci_last_regenerate|i:1659738509;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b0c71d81cde68cb3e20f3c3750ba381c91b143', '40.77.167.13', 1672001191, '__ci_last_regenerate|i:1672001191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b194b67379514bdc76d305d29355ee3f1f3fac', '5.75.202.197', 1671763283, '__ci_last_regenerate|i:1671763283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b2bdaf0a9cdf07e7b4e11af856a6d84b7144ab', '52.167.144.164', 1685058875, '__ci_last_regenerate|i:1685058875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b30d9f7b3e93502168ee14c569b8fc487b6ac4', '163.172.176.202', 1682465692, '__ci_last_regenerate|i:1682465692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b318299dd7a283aa8f7ca09ec9a4414940925b', '209.38.226.64', 1686666199, '__ci_last_regenerate|i:1686666199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b35f1e7de8c425454cedf7ade037bda00ba158', '40.77.167.133', 1684132436, '__ci_last_regenerate|i:1684132436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b3891190c5dd5e8aca7458d8a27fb8be401569', '74.208.2.223', 1668050326, '__ci_last_regenerate|i:1668050326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b39e06938a5acdfff4f61215017351e3a3acec', '17.121.112.44', 1657830707, '__ci_last_regenerate|i:1657830707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b3cea84355e40b307f3cb49d1a29a4b4604b87', '190.148.87.96', 1678409476, '__ci_last_regenerate|i:1678409476;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678409466;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b419e1a05afefbd6c2c27875cfcbf36a96d35c', '190.148.87.6', 1668261606, '__ci_last_regenerate|i:1668261606;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668261597;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b4241994b6888faff1d4ae5e712db8ce27d9da', '114.119.134.107', 1688198811, '__ci_last_regenerate|i:1688198811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b4247742bf24f630fe63f98f76f53b5cb3fd67', '200.119.172.96', 1675457110, '__ci_last_regenerate|i:1675457110;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675457041;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b49eb0a8c692b35157ad11d96de96b8c0a74cb', '114.119.133.213', 1688293744, '__ci_last_regenerate|i:1688293744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b6e7ba8d1f9422cd21475865f0032e6f9bd0be', '190.56.55.48', 1687636459, '__ci_last_regenerate|i:1687636459;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687636083;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08b77cc31c53c000c2746861b5ea73b761c7cbbe', '17.121.115.214', 1655321199, '__ci_last_regenerate|i:1655321199;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08bcaa0e82e654bbc392b5b90f1ac531b508f62a', '52.24.41.19', 1682813529, '__ci_last_regenerate|i:1682813529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08be595859ea08afb13927e631fd9caf34bcd1ee', '157.55.39.79', 1668631645, '__ci_last_regenerate|i:1668631645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08bf2c0ca589731d0a041746d7f9c98fcaf52b15', '190.148.87.182', 1679777395, '__ci_last_regenerate|i:1679777395;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679777393;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08c22499221fe34e025b3682536ca480514ae659', '200.119.168.250', 1680646779, '__ci_last_regenerate|i:1680646779;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680646246;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08c9c37f2c46b2ae6261b0b8e2da44b2c5ecb23d', '17.121.114.18', 1658807993, '__ci_last_regenerate|i:1658807993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ca3c9571874607c6e44bd363ecda430c18eb5b', '40.77.167.123', 1683409559, '__ci_last_regenerate|i:1683409559;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ca943bd96a79ec797c0a4704416f8909b83c30', '190.148.252.177', 1674081519, '__ci_last_regenerate|i:1674081519;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674081495;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08cab431c519319385ed2eb07c1d59f99498662a', '200.119.170.209', 1656855612, '__ci_last_regenerate|i:1656855612;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08cae9114b8ab032cae30ce7d5707d1ef7bf5994', '52.167.144.61', 1688299637, '__ci_last_regenerate|i:1688299637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08cb58632492bc07c1e0e0c667e43408e1c93908', '175.196.127.111', 1650791350, '__ci_last_regenerate|i:1650791350;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ce1b47d0a04093829c0a2e3667b75ce288aea7', '52.167.144.28', 1679548294, '__ci_last_regenerate|i:1679548294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08d00a8954b5119cf3d90cabc9af639c667996bf', '200.119.173.177', 1684885806, '__ci_last_regenerate|i:1684885806;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684885800;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08d07cc054fc5a8628da04af7ca2886d893ea7b2', '34.213.92.223', 1672580049, '__ci_last_regenerate|i:1672580049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08d18680340559d3f2ff17f53cb03a7bee66f957', '190.148.158.175', 1672274055, '__ci_last_regenerate|i:1672274055;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672274039;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08d2606520e524c975daf905a58d32a92e39329d', '200.119.174.9', 1674516379, '__ci_last_regenerate|i:1674516379;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674516367;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08d32e96fa01990ce26e33331cfb19c214350b9f', '54.36.148.148', 1669283800, '__ci_last_regenerate|i:1669283800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08d53e82a7c084caaad462b32153a85acc23be63', '207.46.13.154', 1670957208, '__ci_last_regenerate|i:1670957208;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08d5d7ba33a1910dea5e9dc89a2783c3cfb95eb4', '124.221.186.82', 1655594015, '__ci_last_regenerate|i:1655594014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08dc7c922dc43e56d37a193f0d7db9c3fbba76f0', '200.119.170.221', 1664290494, '__ci_last_regenerate|i:1664290494;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664290348;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08dc8b2a4e9207b7fe8b3e36b989d464db61ead6', '114.119.138.220', 1688204389, '__ci_last_regenerate|i:1688204389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08e0485a25a38d348662ca8f232c67285c507f52', '157.55.39.79', 1671109080, '__ci_last_regenerate|i:1671109080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08e230ace7dea1cebcf30af1783af4f75a327fd5', '190.56.49.237', 1665855336, '__ci_last_regenerate|i:1665855336;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665855284;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08e2fa6be5ad6c37b5fb025d9888e7b3d6437fdc', '207.46.13.12', 1675584086, '__ci_last_regenerate|i:1675584086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08e89e3b81e244743527bcbe2290e9ac81171f22', '190.56.173.213', 1683424049, '__ci_last_regenerate|i:1683424049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683424029;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ed5d994aa9f41834188e67ee2e11be6142c085', '40.77.167.45', 1670600820, '__ci_last_regenerate|i:1670600820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08f085ef5ebfaf6c31bf74de80a387e4422160df', '54.36.148.131', 1681936631, '__ci_last_regenerate|i:1681936631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08f25f247c902221411f5d5fc602b6019f7e0752', '157.55.39.217', 1683362210, '__ci_last_regenerate|i:1683362210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08f2db85492bc142afdb69d369bda2ff682112a9', '114.119.131.68', 1687964830, '__ci_last_regenerate|i:1687964830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08f41ea60cf80ff99107d01e273dd3ec7fdfbb4f', '200.119.173.131', 1657072866, '__ci_last_regenerate|i:1657072866;requested_page|s:18:\"admin/pos/view/486\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657060960\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657072862;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08f52f995a1f1def10b800b1a8c9c6684ff467b3', '34.221.28.51', 1679233129, '__ci_last_regenerate|i:1679233129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08f735492f97ff8d2fb387297fa346c0c19e64d9', '40.77.167.182', 1683398223, '__ci_last_regenerate|i:1683398222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08f9460626c64724871b93520d838b3bddec8ced', '200.119.169.175', 1669811936, '__ci_last_regenerate|i:1669811936;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669811862;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08fb4761ab7010a03ecd2ec55ac92d3b1c8fcb66', '190.148.158.69', 1685710295, '__ci_last_regenerate|i:1685710295;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685710288;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ffd28b12fe0405c50feef08589d4fd76c76de4', '114.119.142.204', 1684850323, '__ci_last_regenerate|i:1684850323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08fff0756cf072994f6fbcec7f3599d357a9cb39', '40.77.167.37', 1668367157, '__ci_last_regenerate|i:1668367157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08fffeaa5bc1acfe1673113a25b95a337c9b60f7', '114.119.153.20', 1687981185, '__ci_last_regenerate|i:1687981185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0900f01dbcdfb7499c2b1446c9027dd978a187fc', '207.46.13.154', 1671300735, '__ci_last_regenerate|i:1671300735;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0900ffcd2efc8179d4c301c65d4b8837fcde5e01', '40.77.167.64', 1674947436, '__ci_last_regenerate|i:1674947436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('090174683d429ec82d4d03c9de8bc2deefd97e8a', '51.222.253.12', 1662883137, '__ci_last_regenerate|i:1662883137;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('090232a04a3b0262d69b218a157a8e0823bc305f', '114.119.142.188', 1685591599, '__ci_last_regenerate|i:1685591599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0902f313519e9a18e5b7584b69254c20f3642bd3', '190.148.157.184', 1651861215, '__ci_last_regenerate|i:1651861215;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651786305\";last_ip|s:14:\"190.56.173.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651860390;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0903507e6fb8f3552bd10f747b6790d48c771931', '66.249.65.100', 1651271940, '__ci_last_regenerate|i:1651271940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0906a4c1300aa8c90e65df44c2dad69689296995', '34.219.207.188', 1655039568, '__ci_last_regenerate|i:1655039568;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0906d90e8a363683b789fd9c25d3360a89d794b1', '207.46.13.199', 1660652207, '__ci_last_regenerate|i:1660652207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09086ea35d97cc3a5df168a57b0ea4b26c786b2b', '40.77.167.181', 1687645471, '__ci_last_regenerate|i:1687645471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0908abec941a35c1e4cbdfd789cd075c6d816c4a', '114.119.132.248', 1686430117, '__ci_last_regenerate|i:1686430117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('090ce7d7410980053c894a90ec504ad5419f78fe', '200.119.172.60', 1674606962, '__ci_last_regenerate|i:1674606962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674606920;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('090e68e07d44b04352f963291c1659a91527bb09', '207.46.13.6', 1672346733, '__ci_last_regenerate|i:1672346733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091048bf7535b27f01307775148fb540507f5087', '157.55.39.65', 1662248503, '__ci_last_regenerate|i:1662248503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091181e5b3006686f6f9fa22112a66037eb343f0', '40.77.167.227', 1682283301, '__ci_last_regenerate|i:1682283301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09124260c53ef5a01a10c869aca99e260422eca4', '35.88.150.127', 1669382025, '__ci_last_regenerate|i:1669382025;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091544c6708a241ad360ef6313af431b8cf1f0df', '190.148.157.183', 1680561931, '__ci_last_regenerate|i:1680561931;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680561924;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0915c163ea30c9d4c97b13bd9343167b2e90e785', '52.167.144.95', 1680693121, '__ci_last_regenerate|i:1680693120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0918dd3fccea0aac83691cfd32ca6509765139df', '52.24.125.225', 1664402164, '__ci_last_regenerate|i:1664402164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091934783793ca145ac0ef364ac10383b7f978b9', '35.165.215.76', 1655639516, '__ci_last_regenerate|i:1655639516;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09195f0bef233b411f0dc012d2c21c77deea1dcb', '200.119.173.111', 1654801016, '__ci_last_regenerate|i:1654801016;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0919de59608d972be86c6fa6fe4a31fc32f77231', '200.119.174.9', 1674522885, '__ci_last_regenerate|i:1674522885;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674522879;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091ac7b4aa4e784ea8d67b40e5ff19d324a6cb1e', '64.225.52.129', 1654453583, '__ci_last_regenerate|i:1654453583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091b03b23e72615f293ff604063655f9a1e8baed', '51.254.199.11', 1651974225, '__ci_last_regenerate|i:1651974225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091dd14ac40a6088636c154f80bd5161a7b4e8dd', '17.241.219.41', 1686613562, '__ci_last_regenerate|i:1686613562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091e5758b876edefc930b9687662deeb983b4565', '157.55.39.79', 1669794923, '__ci_last_regenerate|i:1669794922;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091f5b841f142d12f3b562499d487eab905b4030', '190.148.252.161', 1670070781, '__ci_last_regenerate|i:1670070781;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670067151;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091f7192c108a776c7b1423a805ac326cb41be91', '35.86.174.48', 1663164255, '__ci_last_regenerate|i:1663164255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0922b53ab15fdd94e6278969c06e6121d648c8be', '40.77.167.123', 1683866439, '__ci_last_regenerate|i:1683866439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('092415fd70d943db271cf90fd80cb8b5663b5a4e', '54.36.148.15', 1660096811, '__ci_last_regenerate|i:1660096811;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('092515a4d8707d4f8584d4d9650b2b82cdc0a5c6', '200.119.168.108', 1669043265, '__ci_last_regenerate|i:1669043265;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669041077\";last_ip|s:14:\"190.148.158.74\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0925ff1aa7455219c301297deebd9d2d7825306e', '200.119.172.96', 1675385556, '__ci_last_regenerate|i:1675385556;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675384982;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0926554c82f1c4c97bf75522c914d07583b68fd3', '51.222.253.1', 1675019868, '__ci_last_regenerate|i:1675019868;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0927fbc6765eba2f6153d9b714320200e5993ded', '190.148.252.183', 1681426353, '__ci_last_regenerate|i:1681426353;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681426324;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09281b57174c3911a08ca116a07c36c651b4b73a', '51.222.253.4', 1675279847, '__ci_last_regenerate|i:1675279847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('092c1543f5d3d7584437b0d6e61f90a5582f0e44', '114.119.153.7', 1688277017, '__ci_last_regenerate|i:1688277017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('092d06bdfd5dacc2a14b4aff5ea521d6b15a4467', '114.119.159.86', 1687814815, '__ci_last_regenerate|i:1687814814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('092dff800515fa7c05b2a3586f3b120797c08fe2', '130.245.169.247', 1657277749, '__ci_last_regenerate|i:1657277747;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('092e1ae57c127311913c13326b8d9a580b8cc94e', '66.249.79.175', 1662165369, '__ci_last_regenerate|i:1662165369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('092eb66673db65dfd1f2f5eb50552fe100e4f7cb', '200.119.172.123', 1657646899, '__ci_last_regenerate|i:1657646848;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657636050\";last_ip|s:14:\"190.148.252.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657646898;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0930026beab770d6bf5477c6fe5bdf222e040f5a', '52.167.144.171', 1684948721, '__ci_last_regenerate|i:1684948721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09308c36e97beb33ce4fcd229e2fbee30696b755', '190.148.87.96', 1678400297, '__ci_last_regenerate|i:1678400297;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678400295;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0931d77c48037e667f81ddad4ed0d881c11130a0', '114.119.132.171', 1688493862, '__ci_last_regenerate|i:1688493862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0936e066de08908efe6c89fc989bb4774cbe1fa3', '54.36.148.3', 1663555275, '__ci_last_regenerate|i:1663555275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('093740f91fbec9ee9d580514080116cdbad19b5e', '190.148.157.80', 1669552404, '__ci_last_regenerate|i:1669552404;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669462305\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669551401;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";csrfkey|s:8:\"ZRSjAUyE\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"5vJ7r9THnEwIjGeCbK6P\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0937f1f1834332aa31058a87bf78b95e4d35fc6f', '18.236.70.29', 1680183519, '__ci_last_regenerate|i:1680183519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('093852f5b806dff396ca13e67df44f390b1c5b78', '52.167.144.171', 1685076625, '__ci_last_regenerate|i:1685076625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09386b6a729e680281f1656e917eafce3af72ad2', '52.167.144.162', 1686065861, '__ci_last_regenerate|i:1686065861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09399a7d87c75bb9384a1c141ab15d5bdfd13bfb', '51.222.253.13', 1688428049, '__ci_last_regenerate|i:1688428049;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('093a4cb381e962bef9e03b6b2cd96470d31d4e03', '157.55.39.173', 1669577833, '__ci_last_regenerate|i:1669577833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('093a5b4366f2425579286bd18c1dc491a6ccc4a6', '200.119.172.60', 1674859238, '__ci_last_regenerate|i:1674859238;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674859162;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('093bdb9f3b98ff768a8bf62b5c59d2702c7b78b2', '51.222.253.15', 1651869005, '__ci_last_regenerate|i:1651869005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('093f3985b83244679a8cac3621bb9b3c2b2942f7', '207.46.13.217', 1681399500, '__ci_last_regenerate|i:1681399500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0940449648fb70810f9f9e8f46c1eab5c41bc74f', '130.245.169.139', 1657878940, '__ci_last_regenerate|i:1657878940;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0940f319a3b8e8cfbcd997e6af4b7b316f2ba841', '54.188.195.226', 1653517020, '__ci_last_regenerate|i:1653517020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0941e47ee00b5297a362d3751ca5698b2731b387', '40.77.167.181', 1687645471, '__ci_last_regenerate|i:1687645471;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('094472787501cd5728e670aaa3258e6961dbf7be', '190.56.173.213', 1683473873, '__ci_last_regenerate|i:1683473873;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683471894;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0945d95ea70b5b08f2163b314a9fecc07be7ccde', '51.222.253.5', 1651117384, '__ci_last_regenerate|i:1651117384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0948ed3528c704ef16400e497e16580df2020eb2', '157.55.39.210', 1680935380, '__ci_last_regenerate|i:1680935380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0949f2b3787f2cce9f7ed41ac9b7bd52cb0bcff2', '167.99.215.123', 1682040095, '__ci_last_regenerate|i:1682040095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('094a12c87e405805d403a2d64b5c74ce9df9ba6b', '52.167.144.56', 1676980365, '__ci_last_regenerate|i:1676980365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('094b0e88a7aa864d36523d0f0f38fb358351dc78', '207.46.13.41', 1670844649, '__ci_last_regenerate|i:1670844649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('094cb9b49b8466acbdd45b7b43a918e154ad16ed', '114.119.153.186', 1687691069, '__ci_last_regenerate|i:1687691069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('094ddc0a2b806a4d85452aa49932fc41d6f4cd7e', '40.77.167.91', 1687033105, '__ci_last_regenerate|i:1687033105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('095126f1293669ecd8210564dc69b506b743c70e', '52.167.144.162', 1687185705, '__ci_last_regenerate|i:1687185705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0951b6841db787425b6a7f4592ff7cb8eaeb2fcd', '157.55.39.112', 1666445745, '__ci_last_regenerate|i:1666445745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09538e5a8dde925ef99d0cd2b46af38c51f44b91', '144.76.67.169', 1661938644, '__ci_last_regenerate|i:1661938644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0953d5c478d8fdedb78d4449b8b8622c7b5c23c0', '40.77.167.106', 1687157103, '__ci_last_regenerate|i:1687157103;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0954340d8c79157dc8d2b3d6212500f454819969', '114.119.159.237', 1686463068, '__ci_last_regenerate|i:1686463068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09551f0e1b97b0782f111f8d1c92378afecb7076', '114.119.131.120', 1688139620, '__ci_last_regenerate|i:1688139620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0955ab52ebc09c32296429020911b0fe88225166', '185.27.99.146', 1682140097, '__ci_last_regenerate|i:1682140097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09565530e9afb08ed7aa965ceca958f02e003add', '52.167.144.164', 1686166338, '__ci_last_regenerate|i:1686166338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0957bbf84c982456bf9eae959390adece4259ada', '200.119.170.158', 1661287187, '__ci_last_regenerate|i:1661287187;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661283696;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('095bbd65ccff9de62e5d520879f1aa5fd5ef0729', '114.119.158.156', 1684847532, '__ci_last_regenerate|i:1684847531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('095c9c0b77f08726a4baa5d5f6f992ff4e6edf34', '40.77.167.49', 1664330058, '__ci_last_regenerate|i:1664330058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('095ed23dde4397dd7d86049c4291e6b89445b05b', '51.222.253.6', 1655025379, '__ci_last_regenerate|i:1655025379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('095f33e24bca691b4aa5d78545d2008cc54dde07', '157.55.39.69', 1672157241, '__ci_last_regenerate|i:1672157241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('095fed1e89a44c8d67c736a7d2c876a1f990178a', '190.148.158.175', 1672668837, '__ci_last_regenerate|i:1672668837;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672668832;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0960cd51b7d204d223ef9c9526180134b24dca4a', '54.36.148.74', 1654699014, '__ci_last_regenerate|i:1654699014;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09623ab136d8d4e5c0a7daccc79e7c7b989f3425', '157.55.39.100', 1671815533, '__ci_last_regenerate|i:1671815533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09635758535ac14ef077caa0d55e24503ba1746a', '190.148.157.183', 1680457395, '__ci_last_regenerate|i:1680457395;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680457187;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09646666ca2b46d0bd8a7a6f32faedb70978829b', '114.119.156.71', 1685154351, '__ci_last_regenerate|i:1685154351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09651a3e677826bb09cc4573884ce62d9835675d', '114.119.139.251', 1687514998, '__ci_last_regenerate|i:1687514998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('096577efd1b80d14f398bca42a8613c8a72eb830', '190.148.87.99', 1688417637, '__ci_last_regenerate|i:1688417637;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688417541;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0966782d6f543f130c30742896e6ae64bec77c6f', '190.56.32.32', 1686235850, '__ci_last_regenerate|i:1686235850;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686234930;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09673e486b48948b2143a172acc5fb6b451853b9', '114.119.151.155', 1688183123, '__ci_last_regenerate|i:1688183123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0968f874bc54f72cdd1c5ca2970dfd0343d94626', '17.121.113.135', 1652113121, '__ci_last_regenerate|i:1652113121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('096942f56ce423cf76040a4f351cd10739d20483', '54.237.250.240', 1652222151, '__ci_last_regenerate|i:1652222151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('096a688df644768ab02cc071d88e91a70f4394be', '66.249.64.2', 1674660065, '__ci_last_regenerate|i:1674660065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('096b50ba567d28441a73f845a6adb76210fd97c3', '207.46.13.6', 1671956127, '__ci_last_regenerate|i:1671956127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('096e62bc10a939f01fd365e4aa55bc8f3868d1e0', '114.119.132.218', 1688325149, '__ci_last_regenerate|i:1688325148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('097259893840194d0382902adeb8c1c2f70f7977', '51.222.253.2', 1672474346, '__ci_last_regenerate|i:1672474346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0975ad5f859e4317efeddd293ea56ef12a7612f4', '200.119.168.9', 1656174209, '__ci_last_regenerate|i:1656171258;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656121973\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656171597;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('097801d24b4cd28bf9a16a1997b190acfbcf95bf', '200.119.170.168', 1670692538, '__ci_last_regenerate|i:1670692538;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670692498;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09783f8047028b76949492e393db1498b625fc5c', '34.219.148.58', 1655471641, '__ci_last_regenerate|i:1655471641;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09793196287c0391784804f556eac7404043796f', '207.46.13.154', 1670676594, '__ci_last_regenerate|i:1670676593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0979fd50d150481a7d1e2d96057b9ad892f5d4a0', '40.77.167.80', 1686862185, '__ci_last_regenerate|i:1686862185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('097a50f1237d5722cd8541c617d9dbc89a37a602', '190.148.252.36', 1661954621, '__ci_last_regenerate|i:1661954610;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661949888\";last_ip|s:14:\"200.119.174.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661954621;register_id|s:2:\"91\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 17:05:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('097bed7bdb715a950509f3e5d851761e72d61404', '51.222.253.18', 1687981777, '__ci_last_regenerate|i:1687981777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('097bfa8200e97c5f859d453f916d08ea9b6da136', '128.199.114.57', 1651696053, '__ci_last_regenerate|i:1651696049;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('097cf461c15e6dc7cee3a17507d6701322e9498b', '40.77.167.224', 1686974780, '__ci_last_regenerate|i:1686974780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0981059d3d3c2dda77578bb2cfedf99f5de4fe10', '52.167.144.162', 1687351046, '__ci_last_regenerate|i:1687351046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0982b55004cac46bd0e00e2aff88c5bde1c9ff61', '45.63.18.23', 1688440996, '__ci_last_regenerate|i:1688440996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09867ab0a8147eef6f59c36c549f20dc1f723272', '46.4.33.48', 1672106478, '__ci_last_regenerate|i:1672106478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0986cd87e0c07c791fb7d533b728d02467208aac', '40.77.167.79', 1654637234, '__ci_last_regenerate|i:1654637234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('098766eae61e025603c95ff17278cfee3d5433be', '190.56.55.48', 1687475680, '__ci_last_regenerate|i:1687475680;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687475674;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09925fd8b2e09139bde9f534b8d3f6c96ce928ec', '114.119.138.36', 1687555534, '__ci_last_regenerate|i:1687555534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0992f1d7356cbcacf4d808b4608b88fc87b8918c', '46.101.63.152', 1652762876, '__ci_last_regenerate|i:1652762876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0995bb87f96f27addf2e1a715d375fc7bba411db', '157.55.39.253', 1682194264, '__ci_last_regenerate|i:1682194264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099679950b6a28037b31b792ac210be9233d3eb6', '52.167.144.98', 1686404396, '__ci_last_regenerate|i:1686404396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099852399c03b495191af51769bae9fac7f6120d', '157.55.39.51', 1668935052, '__ci_last_regenerate|i:1668935052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099991ac9001429b3201f6a8d81a3a914321b6f1', '157.55.39.143', 1669998799, '__ci_last_regenerate|i:1669998799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09999cc36362989cfa643a611be4dc73a9792e45', '114.119.159.197', 1685041693, '__ci_last_regenerate|i:1685041693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099a0941b3127d38460d75064cc78fed11835b0c', '114.119.156.27', 1687856789, '__ci_last_regenerate|i:1687856789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099bcd3768e0c21cf8343808755e22396c82f1b6', '51.222.253.12', 1669271042, '__ci_last_regenerate|i:1669271042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099bd91a9d501e77cda5306da94dc96f16da293d', '40.77.167.192', 1688371819, '__ci_last_regenerate|i:1688371819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099ca8ed869d56fc268ce69aa53991f045e73680', '190.148.252.151', 1671367135, '__ci_last_regenerate|i:1671367135;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671366431;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099da0ae6162c4c84da4956ee6dd337bbc901dc0', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099e9ecd0ec3ca731f5825e92e96608e0eb34b0c', '163.172.180.205', 1682465992, '__ci_last_regenerate|i:1682465992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099f592db8b31a31022ad1b3cdbb978ab042f26e', '66.249.75.47', 1653110648, '__ci_last_regenerate|i:1653110648;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09a1d77bab903990783bddd6d093782b852796d4', '205.210.31.141', 1651804123, '__ci_last_regenerate|i:1651804123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09a32cd24e7e92738c78a4659e6b68beebcb9e87', '157.55.39.94', 1672603575, '__ci_last_regenerate|i:1672603575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09a34fa1aeb45ccc6a94626175a5397aaae0910a', '52.167.144.164', 1685760157, '__ci_last_regenerate|i:1685760157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09a38ecb83b6efb82dfcaf3aba844f0418246f87', '108.174.2.216', 1678599684, '__ci_last_regenerate|i:1678599684;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09a3b1f372969511bc5cb5476b7227eca73ab3c0', '157.245.156.70', 1652414998, '__ci_last_regenerate|i:1652414994;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09a48c5207885b847acfb9c19172ded52b9647d0', '207.46.13.210', 1686964916, '__ci_last_regenerate|i:1686964916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09a5e8e9e723033afe2ab6d06f65d45d7fb88e61', '190.56.173.251', 1652119439, '__ci_last_regenerate|i:1652119439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09a9ab52fee0855bb062fce6512b6f4d32ab1817', '114.119.132.114', 1688407350, '__ci_last_regenerate|i:1688407350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09aa61a5b9ce8dfa319e7f90f2aefaaad2def248', '114.119.145.137', 1688190853, '__ci_last_regenerate|i:1688190853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ab8edbd7fd4d5b36f62766f163bc8d62ee9fe3', '207.46.13.224', 1680289497, '__ci_last_regenerate|i:1680289497;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ac1a49e29d326b6b45b93a4e67a5a0ee3a7dbd', '157.55.39.227', 1688445242, '__ci_last_regenerate|i:1688445242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09adf59682f22f8a7b61deee42c258e7aa3c54b0', '190.148.252.151', 1671121201, '__ci_last_regenerate|i:1671121201;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671120580;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09adf67014507a706cc7090480c99c898589b2cc', '52.167.144.76', 1682115249, '__ci_last_regenerate|i:1682115249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ae1214dc749c73fb5757a23ed337ba92368f3d', '52.167.144.164', 1686575764, '__ci_last_regenerate|i:1686575764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ae480c1253d276ccb15bb363b237f500b8d60d', '5.188.62.21', 1659471449, '__ci_last_regenerate|i:1659471444;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09aef632cec4901660fb9fe07dc52c06410e4959', '190.56.32.174', 1676771111, '__ci_last_regenerate|i:1676771111;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676771081;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09b3cdee9919d55acc703b8f86638fa079c8e521', '51.222.253.11', 1664742416, '__ci_last_regenerate|i:1664742416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09b538f1765199e4589d599165ee33139b35f4d1', '52.167.144.171', 1685077874, '__ci_last_regenerate|i:1685077874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09b5f8b9afc79666cc4787a540094678e484c5d8', '51.222.253.17', 1684211327, '__ci_last_regenerate|i:1684211327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09b7d094e0d021a9542d6001482aaf87342918b4', '190.56.50.120', 1661812178, '__ci_last_regenerate|i:1661812178;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09b7f12efc614d5f32b42adc4cd2e3bf227bdb09', '54.36.148.106', 1662577756, '__ci_last_regenerate|i:1662577756;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09b8c4f16251e4ee4d3b0352787a6adb34c4dfb8', '51.222.253.4', 1676030531, '__ci_last_regenerate|i:1676030531;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09b8f470063a29b36455ccc4eb237f0f052c63a5', '52.167.144.98', 1686652784, '__ci_last_regenerate|i:1686652784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ba45130b13b4c799e58d231ec055408beaf592', '74.208.2.140', 1672659928, '__ci_last_regenerate|i:1672659928;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ba9d29c3e3ae608e3d8eb1da056fd4ecdbd235', '51.222.253.12', 1652499446, '__ci_last_regenerate|i:1652499446;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09baeaa1e0915d1d73f3124bd2ec9c390d8d0f63', '17.121.114.157', 1656155576, '__ci_last_regenerate|i:1656155576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09bbdd4d3bfb09a2f1be802ccd2c475aa3482c14', '114.119.156.119', 1688499734, '__ci_last_regenerate|i:1688499734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09bc3054c3b72624534051717b8e43771418af64', '52.167.144.162', 1687185708, '__ci_last_regenerate|i:1687185707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09bd4cf5af7bbb03129dcda72d3a5884254978c7', '190.56.55.48', 1687266879, '__ci_last_regenerate|i:1687266879;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687266869;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09bd9bfda058543d5eb6b6aaf529677b6d75e9ff', '51.222.253.15', 1678352723, '__ci_last_regenerate|i:1678352723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09bed400f69c0befa94fcc1d7a13f52954b0a394', '40.77.167.37', 1669577867, '__ci_last_regenerate|i:1669577867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09bfa7ab7809c5953a574518af75be25ae559020', '40.77.167.227', 1678893155, '__ci_last_regenerate|i:1678893155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09bfc2c3a0845b47899fc5f4e0aa0a36ace57b28', '51.222.253.4', 1675739313, '__ci_last_regenerate|i:1675739313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c0ec0b4ffb8af7009b8802ec834c63ddca61b2', '190.148.252.183', 1681396463, '__ci_last_regenerate|i:1681396463;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681311299\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681396454;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c2a2a00d987c5bc5e3e10facdfa6ee7960a69d', '190.148.157.53', 1684066955, '__ci_last_regenerate|i:1684066955;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684065605;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c5d8ebadf7a0d41d2a990fd7b1fcd1e27444df', '40.77.167.97', 1654526711, '__ci_last_regenerate|i:1654526711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c647b7c7cbdc59d73724e83245e32cccda8812', '52.167.144.109', 1680215643, '__ci_last_regenerate|i:1680215643;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c6cb6981625750eaf501f5974ffc0ed6b5bfaa', '52.167.144.61', 1688244951, '__ci_last_regenerate|i:1688244951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c71b4babbada71a1c370c563469818ab9646e5', '114.119.147.152', 1685622071, '__ci_last_regenerate|i:1685622071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c782318595b4cf652b90cb98f54c0d6c156cd1', '114.119.131.200', 1686274414, '__ci_last_regenerate|i:1686274414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c7e79bc8e6761fc0881b48364237d31fb8ce9c', '190.148.252.183', 1681511777, '__ci_last_regenerate|i:1681511777;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681483862\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"OS0VcQ9ayYvCMzomUGbN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c919b2ed833b14e860230f04741cbf67247894', '157.55.39.79', 1670998417, '__ci_last_regenerate|i:1670998417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09cc7d480b400f20698ef453b16719bb38b87b2a', '114.119.154.169', 1686124426, '__ci_last_regenerate|i:1686124426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09cd48a17e2556dc014cfa7a693ceb75063afe47', '190.148.157.53', 1684091564, '__ci_last_regenerate|i:1684091564;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684091084;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09cdc6e2d0c1c08a3ebdbd5bb5a265610bb484bf', '190.148.252.151', 1671062258, '__ci_last_regenerate|i:1671062258;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671061935;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ce3a9890b988dc15998401195ef7348429b28c', '207.46.13.173', 1664057867, '__ci_last_regenerate|i:1664057867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ce57df335052dd110c04f08b8b6e4692a10267', '40.77.167.56', 1673202585, '__ci_last_regenerate|i:1673202585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09d1de3f84d566130d44d46e8617cb3e74c4b422', '51.222.253.16', 1662209885, '__ci_last_regenerate|i:1662209885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09d474a3c1bab76413104106013a4dd84129d0ba', '52.167.144.74', 1688059521, '__ci_last_regenerate|i:1688059521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09d6913944e4d1d416de483d5d043bba46d168b7', '190.148.252.96', 1672862118, '__ci_last_regenerate|i:1672862118;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672784211\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672858840;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09d6d7274951f68fafe16ef2d7827025466f7170', '190.148.158.69', 1685796362, '__ci_last_regenerate|i:1685796362;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685796347;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09da3cb4e110970bfd48606412ce5939f57ce650', '190.148.252.233', 1669034598, '__ci_last_regenerate|i:1669034598;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669034565;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09dc7cea952c7a5b8e96364f531852e6ae886377', '51.195.90.229', 1650840458, '__ci_last_regenerate|i:1650840458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09dffe2a2932b2f7ffeae8df2cab2262cf61ef80', '190.148.157.98', 1679143897, '__ci_last_regenerate|i:1679143897;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679143800;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e1312626f565d3ce418eeab2ee2739f619c65a', '34.248.52.50', 1678206489, '__ci_last_regenerate|i:1678206488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e13e84eea5d2eb8621d0c4722aa78b3cdeacb0', '114.119.157.210', 1685434141, '__ci_last_regenerate|i:1685434141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e22fbef2f770a69b44077c1e3e4769506f2e00', '190.148.157.80', 1669333274, '__ci_last_regenerate|i:1669333274;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669333262;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e2cc367ea4d2f34bae7e7f9408000d8bc7987a', '157.55.39.79', 1669794923, '__ci_last_regenerate|i:1669794923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e3def561a49f6f4e772291027d4b8a9f863595', '200.119.170.143', 1670109934, '__ci_last_regenerate|i:1670109934;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670109909;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e3f5fbe095138c897691611785c30bc45e9f03', '54.36.148.75', 1685198879, '__ci_last_regenerate|i:1685198879;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e51c76f6fbd411cbb127fd136fba7592ef6519', '190.56.50.15', 1666997465, '__ci_last_regenerate|i:1666997465;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666903179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"A80rQaKOMXtfEuv3Sw5h\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e6fe83867096400232499f9990f420e1bd9678', '134.209.82.158', 1687529238, '__ci_last_regenerate|i:1687529238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e70e8d1af81c7bff0a0abfa392e0ef9e1d098d', '52.167.144.162', 1687351046, '__ci_last_regenerate|i:1687351046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e81ce754939b456f5f3bff6fe6ac4ec0fad26e', '190.148.157.117', 1675636207, '__ci_last_regenerate|i:1675636207;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675636059;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e8373dd7f9fc7a2ee239ae0af08cd6040c3db5', '144.76.68.17', 1683713062, '__ci_last_regenerate|i:1683713062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09e919fda200495ac85b296400ff16ea80398861', '38.125.115.116', 1688532120, '__ci_last_regenerate|i:1688532119;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ea010c2972e989707652cb99339b8593f1d5fe', '114.119.154.186', 1686143791, '__ci_last_regenerate|i:1686143791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ea30edcb620b2146c6526a0fda08ce1b0f1e95', '190.148.252.96', 1672789982, '__ci_last_regenerate|i:1672789974;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672745067\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672789974;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ea35646a1bad63b7e191d6cfe80e3e82cc4116', '200.119.173.111', 1654788939, '__ci_last_regenerate|i:1654788939;requested_page|s:13:\"admin/welcome\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654655235\";last_ip|s:14:\"200.119.169.33\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ec8147ffa802e05337fff90b3179f4a5f4af06', '52.167.144.94', 1687055970, '__ci_last_regenerate|i:1687055970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09ed96d8e1557c511028cf90ed760df92739b098', '200.119.170.10', 1655316533, '__ci_last_regenerate|i:1655316533;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655314872;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09edcad4a90806418279e0eabb27f8ca6b65068c', '190.148.252.76', 1654180462, '__ci_last_regenerate|i:1654180462;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654179419\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09eeb54d28ffee3b61495178b61073b13736f757', '200.119.172.60', 1674828189, '__ci_last_regenerate|i:1674828189;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674732509\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674826772;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f013078fa7e0ff0b3558ed2ab5d230aec8b95c', '200.119.173.78', 1682864212, '__ci_last_regenerate|i:1682864212;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682864103;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f188eba1ce1daa0fcb9fadf23bad700273f09b', '200.119.170.209', 1656777445, '__ci_last_regenerate|i:1656777445;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656708949\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656770796;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f1bc97ddecb240ba07545c8539dd36fad16d64', '157.55.39.79', 1669577793, '__ci_last_regenerate|i:1669577793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f35cb9d6a81a9819f0012280d8db277ac8a586', '51.210.53.165', 1655833134, '__ci_last_regenerate|i:1655833134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f4011449a6305baf4cec695f4c3cd61fa3bf6f', '157.245.71.118', 1654150769, '__ci_last_regenerate|i:1654150766;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f4dc143918fa29d42bafe9b001aa73cde12436', '52.167.144.31', 1675547525, '__ci_last_regenerate|i:1675547525;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f76a90a6cbce3a5d81d91ee06e353d74cc2ec2', '157.55.39.131', 1663307813, '__ci_last_regenerate|i:1663307813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f793b64fd297e66b2d5ec214800effee52c8cf', '66.102.8.81', 1670928174, '__ci_last_regenerate|i:1670928174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f7df977dc5db2d31bd88b13d2f540d62a1c02f', '207.46.13.1', 1671347522, '__ci_last_regenerate|i:1671347522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f91c3e9a082257d4c901b7ecf73009d21478fc', '190.148.252.96', 1673290964, '__ci_last_regenerate|i:1673290964;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673284948\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673290851;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09f9ebbdb54e53b8370cf0b6ab24cdb9f1ab51ec', '114.119.159.16', 1686727294, '__ci_last_regenerate|i:1686727294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09fb5b65b18d336183da668f70f4f174aaa2e82c', '200.119.170.10', 1655320840, '__ci_last_regenerate|i:1655320840;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655320836;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09fb796990ce7dae786bc845ae48cc5f2e7c8068', '114.119.152.47', 1687833097, '__ci_last_regenerate|i:1687833097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09fbc39366751783affbf8451468cef6fdd25d0e', '51.222.253.12', 1654312219, '__ci_last_regenerate|i:1654312219;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09fd646022e155099f65ab63af980ab02ca5bf20', '51.222.253.8', 1684238651, '__ci_last_regenerate|i:1684238651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09fdf67dff191f0e608bc8386a60951a7ab3b0c9', '190.56.173.136', 1687884624, '__ci_last_regenerate|i:1687884624;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687884606;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09fe0d11ca5541a1fb917d7726d50a12cdf9291d', '157.55.39.46', 1672776190, '__ci_last_regenerate|i:1672776190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a023f1f467824011649ee0fd278d16d4262421c', '54.36.148.158', 1686362083, '__ci_last_regenerate|i:1686362083;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a03f63fef1c8d7e8c773664beed37a7c83a355d', '51.222.253.10', 1651568319, '__ci_last_regenerate|i:1651568319;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a0599397b57736349de1c22ac5558332c00b7ec', '157.55.39.216', 1676794171, '__ci_last_regenerate|i:1676794171;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a096fa87684eaa8768ca788ae5b26168b9f3936', '52.167.144.164', 1686767849, '__ci_last_regenerate|i:1686767848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a0ada5dcc696a83d6051e3c69b413924c98c666', '190.148.157.177', 1682127266, '__ci_last_regenerate|i:1682127266;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682126982;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a0f079d17e935d4de91b46afedf33036282cff9', '51.222.253.3', 1659217852, '__ci_last_regenerate|i:1659217852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a107d0bf3abf9ad140ceeededd179dedee32db4', '157.55.39.173', 1669794936, '__ci_last_regenerate|i:1669794936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a11749a2d847244b1166eafafd28a4e14adc871', '114.119.132.211', 1688526578, '__ci_last_regenerate|i:1688526578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a12915845f367f221ca94c4c74515bf0b1fd025', '114.119.133.213', 1688132629, '__ci_last_regenerate|i:1688132629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a12b14c10c81b843321d44fc00bf744a7fbb3d2', '114.119.131.105', 1688021753, '__ci_last_regenerate|i:1688021753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a1316902ca2bc123297583077f7bfe03c42d720', '143.198.51.227', 1672637180, '__ci_last_regenerate|i:1672637180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a13ee6ab94b3bac7f764bbe97c10cdf2aeaa346', '17.121.115.92', 1652790951, '__ci_last_regenerate|i:1652790951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a15eca257d1bc970f6d4438eb7473ed476669f3', '54.237.250.240', 1651089910, '__ci_last_regenerate|i:1651089910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a172f8e4a2e0198cfed5472070bfaf5a44cabcd', '54.201.90.228', 1650870929, '__ci_last_regenerate|i:1650870929;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a18993fc5bbd37607050c9501a2a06703f7bdef', '190.148.158.175', 1672365999, '__ci_last_regenerate|i:1672365999;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672365672;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a18b9d88502fd44105875ff6cb8b2dcd29b149d', '114.119.158.142', 1685687634, '__ci_last_regenerate|i:1685687634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a1b487bfe8b23fed9e682096e990bc12b6bec82', '114.119.151.64', 1688225652, '__ci_last_regenerate|i:1688225652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a1bedf7520557c7950f2460911ed9738efcd373', '54.36.148.189', 1686737516, '__ci_last_regenerate|i:1686737516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a1cf5422424866b4c4b1149efd2ec2d4e20a069', '52.167.144.171', 1685100151, '__ci_last_regenerate|i:1685100151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a1d1b1a748dc6230ee22f8f4c8e08db2ef429c2', '52.167.144.164', 1686537830, '__ci_last_regenerate|i:1686537830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a1ffad4d0157137abd4ac8d79c96ff5a7e88e2b', '157.55.39.54', 1658980696, '__ci_last_regenerate|i:1658980696;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a216a0cdbcfc82ca0d42b7fb274e8085728b74f', '198.244.142.178', 1657181760, '__ci_last_regenerate|i:1657181760;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a22f79061a335b5ded08517516e9e6be1900471', '190.56.50.6', 1667604122, '__ci_last_regenerate|i:1667604122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a232b10de692c99ed30af7611f0918c73c99edc', '40.77.167.152', 1680748631, '__ci_last_regenerate|i:1680748631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2459839a4103f9c572a7beb3e91d3e6731e997', '114.119.154.207', 1685085473, '__ci_last_regenerate|i:1685085473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2696117b49887b46013e2f9dd6ab66be790f7d', '190.56.54.156', 1665161670, '__ci_last_regenerate|i:1665161670;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665156288\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Jkp4YK7Cei6TWgxEcQsF\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2c3b48b40a8831a159867f203a9cb1f45a810c', '190.56.173.86', 1655162193, '__ci_last_regenerate|i:1655162193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2c9bc2e1467a8825954b44c7e73912796e6751', '190.148.252.235', 1666835307, '__ci_last_regenerate|i:1666835307;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666835295;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2ceddf48bc300f18bdc42d31b2fa669a12452d', '5.188.62.140', 1653305009, '__ci_last_regenerate|i:1653305006;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2f3ee92d6cbdb675daa23bc23e7b55d0e29b96', '200.119.173.130', 1676142051, '__ci_last_regenerate|i:1676142051;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676141948;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2f9316e7003e73b710d3e0a41b7bb2d5f0b0ae', '190.148.252.183', 1681520594, '__ci_last_regenerate|i:1681520594;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681520547;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2f981934e5e4954c7eb11580be8cf2e78c3aeb', '114.119.138.99', 1687647465, '__ci_last_regenerate|i:1687647465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a30b571180bf8031e610dc2fd693cec3864f5a6', '114.119.150.210', 1685558401, '__ci_last_regenerate|i:1685558401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a358e09a30221fcd5133d9e9ba2288b1fdcf8a7', '157.55.39.169', 1669273577, '__ci_last_regenerate|i:1669273577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a37b99911051da85c849239a1a3fb0ef7b516bb', '190.148.87.96', 1678498583, '__ci_last_regenerate|i:1678498583;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678493980;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3820a0022b3ed27166d747e5982ba269d254ba', '190.56.55.113', 1673722659, '__ci_last_regenerate|i:1673722659;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673722559;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3834597897d7269c3d26ac8d442197d826661b', '5.188.62.21', 1656402345, '__ci_last_regenerate|i:1656402342;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3929054551d22a9784fe8f20664752d25e922c', '193.201.9.12', 1654595411, '__ci_last_regenerate|i:1654595411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3a79d31f0ee214e403e6cd5cbda759d38c45d1', '52.167.144.94', 1687055970, '__ci_last_regenerate|i:1687055970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3b71cadf5a51ca52dab2673e976186977d9a5c', '46.101.63.152', 1652762869, '__ci_last_regenerate|i:1652762869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3ca1d1a6a315d0af4c4a617810eb79f351e15c', '114.119.149.90', 1687681514, '__ci_last_regenerate|i:1687681514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3d08876595d745866987bfb8d190475290f67b', '52.167.144.164', 1685526143, '__ci_last_regenerate|i:1685526143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3d56b9810e48426d950072738e60709c0bc4d5', '68.183.227.168', 1659050787, '__ci_last_regenerate|i:1659050783;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3e8018957e7c509307e7d77632ba01a9602db2', '190.148.87.6', 1668285372, '__ci_last_regenerate|i:1668285372;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668285366;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a3ffbd4ec4da487daa0fa28dc5ae6f86d40e67e', '114.119.135.36', 1687626663, '__ci_last_regenerate|i:1687626663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a421ed7226b2ec1f00e2eb96e1687b36f16dbd2', '207.46.13.10', 1671347508, '__ci_last_regenerate|i:1671347508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a42d4bd10982d496d0bbfd0f78a1ef770c2cf17', '200.119.168.250', 1680729300, '__ci_last_regenerate|i:1680729300;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680729293;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a433a938a82d7abe7cbf44859a8efc454a89b2c', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a43f989eb7b773086ec1772ebc73e71fb6beaae', '93.158.91.180', 1667128761, '__ci_last_regenerate|i:1667128761;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a45aae374be577d63cff443d77e7405b6664e86', '200.119.172.60', 1675031551, '__ci_last_regenerate|i:1675031551;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675031545;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a47f38d2992727cf52fec435c7f4626ae0090af', '200.119.170.113', 1666715415, '__ci_last_regenerate|i:1666715415;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"msU24dxZtGMeoiCE0Lkv\";last_activity|i:1666712885;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a48c5e57a623ab3c4658a67ff5e4fad5d5f2c5b', '114.119.133.190', 1688394878, '__ci_last_regenerate|i:1688394878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a4b8206b2082a29103e2e934dfd4dd18dbe5b8a', '5.188.62.140', 1653312859, '__ci_last_regenerate|i:1653312856;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a4b9bb0eefffa85f7e0c28c1cdb7ccd590ec2fe', '114.119.138.202', 1686914676, '__ci_last_regenerate|i:1686914675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a4c1a72d70e6cea675dd7fa92d4b4f2635b9942', '40.77.167.249', 1680655971, '__ci_last_regenerate|i:1680655971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a4cb9d99aae1ede5901d6ebf1458794c0f3b32f', '157.55.39.65', 1662334963, '__ci_last_regenerate|i:1662334963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a4dc091f9d1b9734f296be3fa65bdfc1cb3bdbf', '5.188.62.21', 1656419247, '__ci_last_regenerate|i:1656419244;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a4e6e8a7f785effe468618997746f0a7bc51fda', '114.119.155.225', 1686453658, '__ci_last_regenerate|i:1686453658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a4f1b24e491a4dfb717019916846b191519cf57', '157.55.39.173', 1670374532, '__ci_last_regenerate|i:1670374532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a50035bafcd78c929c33e6dbf797d2543a49ef4', '52.167.144.162', 1683091485, '__ci_last_regenerate|i:1683091485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a519615b8e68457d7f90baa21938c28114c70ba', '114.119.139.226', 1688314887, '__ci_last_regenerate|i:1688314887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a525f77895a6d581e62c7aed6e3c6cc09e349f0', '40.77.167.101', 1682196548, '__ci_last_regenerate|i:1682196548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a53403af4189f7148b83a8bebda584eb8ea3a60', '40.77.167.43', 1654140122, '__ci_last_regenerate|i:1654140111;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a54a0ca7c77b0970accd4eeda0616bc275f30af', '128.199.204.109', 1651757779, '__ci_last_regenerate|i:1651757775;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a55a8165869fb8c23aef4396035f3c44487bed5', '51.222.253.7', 1658277485, '__ci_last_regenerate|i:1658277485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a56bd50fea867546d56c6eab3f9cefe937297a8', '40.77.167.30', 1656171157, '__ci_last_regenerate|i:1656171147;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a572bf1a55c6cb25578be10fa64975d516e3bd0', '190.56.54.156', 1665404723, '__ci_last_regenerate|i:1665404723;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665315158\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665404674;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a588b511d1100c0a9c87579c5b76069d0a2dbaf', '35.222.65.206', 1652354001, '__ci_last_regenerate|i:1652354001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a5b6276ffa54ea1a4146b202ebd83d191988f79', '40.77.167.225', 1676536577, '__ci_last_regenerate|i:1676536577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a5c453e23f7b8fab26a88fb368c5b88cee16980', '178.208.160.86', 1683876290, '__ci_last_regenerate|i:1683876290;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a5c7ac90b29e9a7b8ea4ca6a11b2fde86d07a16', '207.46.13.11', 1669577857, '__ci_last_regenerate|i:1669577857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a5da5e0c395b0185510cee20041bfd0bbf7c479', '52.167.144.98', 1686025306, '__ci_last_regenerate|i:1686025306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a5fba93e1cbdbd2a55c262be54c3275b0db2950', '50.21.188.4', 1677542059, '__ci_last_regenerate|i:1677542059;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a5fbbdd4a976628edfbc5e7ac561e4c9c991ffa', '207.46.13.229', 1683517771, '__ci_last_regenerate|i:1683517771;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6095cc6784c0e0ee66e8ddb8226edd31027b0a', '51.222.253.19', 1669418100, '__ci_last_regenerate|i:1669418100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a64c321eff8239a609ae78663ba302eb279225c', '157.55.39.65', 1661550793, '__ci_last_regenerate|i:1661550783;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a656f83b368449c75a85eb4aae366ac3efc5800', '114.119.137.134', 1687700920, '__ci_last_regenerate|i:1687700917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a67f7d236f46f2e2cb8685441fa530247d8af68', '207.46.13.138', 1674497213, '__ci_last_regenerate|i:1674497213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a68b907e236fa2b0c9763dddeed26ad7fd194fd', '190.148.157.117', 1675555655, '__ci_last_regenerate|i:1675555655;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675555652;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6a6a10d8b1c4b8a9e2cd3b73b30467b961ee40', '52.167.144.73', 1679322598, '__ci_last_regenerate|i:1679322598;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6a8ea6cd3601436d4a7fdb36c0ceac5e3fad37', '190.148.252.183', 1681561165, '__ci_last_regenerate|i:1681561165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681561160;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6ae692d286eec200c25d4a42660e828d2af2e4', '207.46.13.6', 1671798526, '__ci_last_regenerate|i:1671798526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6ddf87bab1ab7586c5e5539e200da7d420444d', '190.148.252.111', 1678107133, '__ci_last_regenerate|i:1678107133;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678107008;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6e1310c2f08c11bb6046680095fe7354f157a3', '40.77.167.37', 1669419382, '__ci_last_regenerate|i:1669419382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6ec4de32f5a79f305d161106168e9738265541', '40.77.167.43', 1657803960, '__ci_last_regenerate|i:1657803960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6f9d4151c0a0853cba515a7257401a4c9f9472', '190.148.87.244', 1654614536, '__ci_last_regenerate|i:1654614536;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654614521;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a6fbc63381d63df82c006cca235eef95b053980', '190.148.252.57', 1657901962, '__ci_last_regenerate|i:1657901962;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657888799\";last_ip|s:14:\"190.148.252.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657895093;register_id|s:2:\"44\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-14 19:41:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a7031652306816f5a9c4b886c9e41799cb0d4b5', '190.148.252.236', 1656081010, '__ci_last_regenerate|i:1656081010;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655994097\";last_ip|s:13:\"190.148.87.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a709f9396f05a0761b2d7e3c0436ab0ef570f2c', '74.201.72.172', 1652201941, '__ci_last_regenerate|i:1652201941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a7160d0694d31d9ae2e765d90f561ce837edb7e', '17.121.114.91', 1655397696, '__ci_last_regenerate|i:1655397696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a72217cba7679603596c9e06114da2506bdb80f', '40.77.167.37', 1669577868, '__ci_last_regenerate|i:1669577868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a725e3f413210b81dcca2bf18333d91e02eb293', '74.125.212.199', 1670950751, '__ci_last_regenerate|i:1670950751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a789a2b84b561bee5198bf7cf2d0dddd508ddd6', '190.56.32.170', 1651079370, '__ci_last_regenerate|i:1651079370;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a79414ec80c03926f42a18088a13a5c30f080c1', '207.46.13.154', 1671206475, '__ci_last_regenerate|i:1671206475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a798ab3325528427c1f8de0023d1b55f8b4fd93', '17.121.114.149', 1662176759, '__ci_last_regenerate|i:1662176759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a7b598243517b2dca58993adb7255dffb083910', '54.36.149.51', 1656177693, '__ci_last_regenerate|i:1656177693;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a7c38ddc65b2ead2a4f205ddef69c87f0f86c45', '40.77.167.187', 1679412205, '__ci_last_regenerate|i:1679412205;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a7d7059b077d1e0501509c5375d4153ff3072c7', '207.46.13.205', 1671783519, '__ci_last_regenerate|i:1671783519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a7dc747a27416f098a652031e225650bc12591c', '52.167.144.98', 1685931798, '__ci_last_regenerate|i:1685931798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a7e58570f45fb072483dfcfaf2c6f9d77538510', '40.77.167.80', 1686857006, '__ci_last_regenerate|i:1686857006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a7e5d0136119e03bc4a1c51beea429bc72b6367', '157.55.39.173', 1670250321, '__ci_last_regenerate|i:1670250321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a801caa6b158914168c179b3fb65d0ef4147610', '52.167.144.164', 1686666652, '__ci_last_regenerate|i:1686666652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a826a8e57a06240c2497e7660b1258f29b44998', '52.167.144.98', 1685975589, '__ci_last_regenerate|i:1685975589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a831cea98cec6579e0bd9777a30ebd53529bbcd', '52.167.144.162', 1686570880, '__ci_last_regenerate|i:1686570880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a8449a1dba7992bb0d470f988a929236a0c6ce4', '35.92.218.11', 1674567462, '__ci_last_regenerate|i:1674567462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a85b5f49778f17107e66bf6d13a51e267933669', '114.119.148.120', 1687558754, '__ci_last_regenerate|i:1687558754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a875e495e97ccd9db4a5ac0df326b416728065d', '52.167.144.63', 1687159836, '__ci_last_regenerate|i:1687159836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a87d30e2037af21625e1ff0d4ee878e20f04030', '66.249.79.199', 1679907214, '__ci_last_regenerate|i:1679907214;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a887ecbcaba3fb262b690c4337be6549a121e03', '190.148.157.53', 1683678372, '__ci_last_regenerate|i:1683678372;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683675300;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a8acfb9d46e3eab61768de5223fbcad9005973c', '51.222.253.20', 1674259265, '__ci_last_regenerate|i:1674259265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a8b726c69a9ef9e46e3a6b65c695b347071a9ca', '37.225.75.66', 1671876797, '__ci_last_regenerate|i:1671876797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a8c872d464a964efb5d0547ff111e64df09968b', '190.148.252.96', 1673017423, '__ci_last_regenerate|i:1673017423;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673017422;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a8de04a72cd1c8d30aec8dc10407a5e378121e7', '66.249.77.19', 1663196423, '__ci_last_regenerate|i:1663196423;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a9230dd9abd11cdc9660d7d082f3ab3abf60e1c', '144.76.67.169', 1669883409, '__ci_last_regenerate|i:1669883409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a944acb0f89a0f1d711f200b423310ca194c5d2', '157.55.39.69', 1672059865, '__ci_last_regenerate|i:1672059865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a98e529a1dd426868daf9ea07975f46fc4d168e', '190.148.157.183', 1680266654, '__ci_last_regenerate|i:1680266654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680266647;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a9b5d9823083c69ef4c6721ac5162d3322a0852', '18.190.157.138', 1676715654, '__ci_last_regenerate|i:1676715652;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a9c959820012c518b6c454770993817958bddc0', '50.112.198.144', 1660137366, '__ci_last_regenerate|i:1660137366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a9dbe95aa3fcbbd41b6826e96cc3132fa0efb2c', '159.65.40.30', 1659525853, '__ci_last_regenerate|i:1659525853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aa184d844ea8fcd9ffd004b7e4f31332501c420', '66.249.79.197', 1681074473, '__ci_last_regenerate|i:1681074473;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aa21ead98ea7220db70caa2cc89aec6a3eaa34e', '190.148.87.182', 1679927442, '__ci_last_regenerate|i:1679927442;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679927256;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aa283b64230e0f91e93dbf7db7073f8682e9e5a', '36.99.136.141', 1650976202, '__ci_last_regenerate|i:1650976202;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aa3634914c210069921aed73f28989d543b4f12', '40.77.167.60', 1671490287, '__ci_last_regenerate|i:1671490287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aa3de32600843b049578763a42bed089d190a10', '114.119.152.171', 1685735032, '__ci_last_regenerate|i:1685735031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aa7ed52634327a721ed3b3b67af18b438c037ce', '51.222.253.8', 1662214752, '__ci_last_regenerate|i:1662214752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aa9646b14e21517b9705f08d4484497af7ebd78', '190.56.55.48', 1687356940, '__ci_last_regenerate|i:1687356940;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687356845;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aab1405779aa8b7c8ab8687f70b302c2392165d', '190.148.252.183', 1681254582, '__ci_last_regenerate|i:1681254582;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681254496;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aad5e2584f5cb911dfd660b6157211d107ea97e', '93.158.91.234', 1663045231, '__ci_last_regenerate|i:1663045231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aafcee93e8e3cce20059b7b1d57c5b6dbf4e7ad', '114.119.151.197', 1688140291, '__ci_last_regenerate|i:1688140291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ab58bfa05c17d31cf5188303a7294133abf23d9', '157.55.39.253', 1682979202, '__ci_last_regenerate|i:1682979201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ab58fe4d056f4424afe52ea941b2e3010d2a57b', '190.148.158.151', 1677021427, '__ci_last_regenerate|i:1677021427;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677021310;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ab5c8b7d7f1518823477cd3c87bb44e2672f110', '207.46.13.127', 1657884181, '__ci_last_regenerate|i:1657884170;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ab6d0b82989d2a28c4e009dc40c3340a140b350', '207.46.13.211', 1679312922, '__ci_last_regenerate|i:1679312922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ab85ded1f9fb35545d734e588591f5655c7f4e0', '190.148.87.182', 1679959974, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ab9142029e4e2db7b0bccd232ab6e07568f3c9d', '52.167.144.61', 1688064450, '__ci_last_regenerate|i:1688064449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aba0684f0899ae459de835272f07080a76b813d', '207.46.13.10', 1671347507, '__ci_last_regenerate|i:1671347507;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aba20a4040a048e4cb85fc9fdc11adc5a4439f3', '54.36.149.79', 1655462473, '__ci_last_regenerate|i:1655462473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0abc5e4bff570427e9752dce1b2117aac4314f8d', '52.167.144.171', 1684372724, '__ci_last_regenerate|i:1684372724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0abcab9d00ddd3dab762240feda42006c5f08585', '52.167.144.43', 1683745652, '__ci_last_regenerate|i:1683745652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0abcb6caea6c4827cb27e14f1c40b854146b878b', '198.251.73.67', 1672881329, '__ci_last_regenerate|i:1672881329;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ac550ba6fc499e1ac55fe294dcc36b457c2f309', '207.46.13.44', 1673056548, '__ci_last_regenerate|i:1673056548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ac5594504a9b3def13133009b647a1dd8038711', '40.77.167.43', 1653926918, '__ci_last_regenerate|i:1653926908;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ac5fd3d2cf837d2039a8676caf9565c3e3a4166', '52.167.144.74', 1688453099, '__ci_last_regenerate|i:1688453099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ac85a09569fa0480e511a9ca7a657acf81a235c', '52.167.144.98', 1686665865, '__ci_last_regenerate|i:1686665865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ac9ca4c17bf81d677803589cedb7f4624c2aaa0', '190.56.55.113', 1673912348, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1673912348;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673887796\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673912302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ac9ef1eb2cd6d77349cedd5c6af663fc0aa92d8', '114.119.159.58', 1686314894, '__ci_last_regenerate|i:1686314894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0acb0aeecd546738be972052ceaac0629c8b2ebb', '5.161.127.165', 1658927584, '__ci_last_regenerate|i:1658927584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ace23e0a29bafcf6540086d376723ca6f6f67da', '52.167.144.164', 1686395070, '__ci_last_regenerate|i:1686395070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ace78aa06b57638823fdd89c73066320e874ade', '190.148.252.183', 1681422036, '__ci_last_regenerate|i:1681422036;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681421411;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ad159ca293b98e74bc6055ae4158138afd07396', '114.119.148.187', 1687568219, '__ci_last_regenerate|i:1687568219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ad606c8668fc8def1163c96d339f41d6fa60d46', '17.121.112.53', 1668450734, '__ci_last_regenerate|i:1668450734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ad71a2c91492a7241f059ba20b2ed70fab96ab6', '207.46.13.160', 1673654244, '__ci_last_regenerate|i:1673654244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ad7f1e95c2477f5f2b28f4798ff1302d7638aa2', '52.167.144.70', 1688283071, '__ci_last_regenerate|i:1688283071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ad854cacb7002f92c81d3aff2c8bd884e72906a', '142.132.250.173', 1674979413, '__ci_last_regenerate|i:1674979413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ada46b733d7cf42b7d481aa707d6b0925d1fa13', '74.125.215.160', 1687539892, '__ci_last_regenerate|i:1687539892;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0adb734732c1d585fb06839af5022762ff292c64', '190.56.50.253', 1682448929, '__ci_last_regenerate|i:1682448929;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682447868;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae1be34d2348d3a5543e3ed4817f7f36a647fc4', '18.236.190.179', 1662038571, '__ci_last_regenerate|i:1662038571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae3ebb1aa5df88619868cb1ea72764ed6232521', '66.249.79.193', 1679158455, '__ci_last_regenerate|i:1679158455;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae4f2d37299d05ae399e44101b2df4daa8edc21', '52.167.144.171', 1685629925, '__ci_last_regenerate|i:1685629925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae51d3483e4caaf07653c67aa44d71b5413f0bd', '111.7.100.25', 1650686094, '__ci_last_regenerate|i:1650686094;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae5c6eb0b353fc886de5aa0dec245f9935406d1', '190.56.50.6', 1686927457, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686927455;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686927416;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae5cfb5090277e889f9823b33768a797f901c4f', '52.167.144.166', 1686837537, '__ci_last_regenerate|i:1686837537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae726c7849b192a1849769860132e6b30be7878', '51.222.253.3', 1686929620, '__ci_last_regenerate|i:1686929620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae80d17f2ddcf9f2675fbc44ced1c4dec49cd5e', '190.148.158.151', 1677284525, '__ci_last_regenerate|i:1677284525;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677284523;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae8633b9e609948faae640088a7fb794aa53012', '193.235.141.135', 1680193412, '__ci_last_regenerate|i:1680193412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae9178733f04c4e93257ff0dd46f568f7a7d13e', '17.121.113.176', 1656696929, '__ci_last_regenerate|i:1656696929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aec8d7438b076f8bdfc5b35723833f5e7c8a8fb', '8.41.221.48', 1653437971, '__ci_last_regenerate|i:1653437971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aeddfe6737822f355515bfd507de7ebef6f70bb', '157.55.39.46', 1672772040, '__ci_last_regenerate|i:1672772040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aede3ff2274ff600eac75283b261d90ebaa575b', '52.167.144.66', 1677702223, '__ci_last_regenerate|i:1677702223;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aeeb42c2ff47c2a9940a6d23a7b2ee6d6e3a946', '52.167.144.164', 1685685196, '__ci_last_regenerate|i:1685685196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aefd682bb52d2189247763b64a9bb0eb6f54b53', '190.56.50.6', 1686952884, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686952884;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686952877;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af0ff0f398f5f186a47b69fff72f6def288a86b', '52.167.144.74', 1688074415, '__ci_last_regenerate|i:1688074415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af1b9d48d0ff925ac5368e60b7208ad8fc33154', '141.147.45.186', 1655297133, '__ci_last_regenerate|i:1655297129;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af479662e39916ac819666c5d02399786a7128e', '190.148.157.177', 1681920610, '__ci_last_regenerate|i:1681920610;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681920592;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af4c5caea6f4660ccbd427d63011113370d5e41', '207.46.13.17', 1673821393, '__ci_last_regenerate|i:1673821393;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af5ca73e8478de53b3edfe8d7dd23342c92b36b', '190.56.32.174', 1676837238, '__ci_last_regenerate|i:1676837238;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676837079;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af693b9c9b45e290b267d017596cd78439c372f', '207.46.13.154', 1671234236, '__ci_last_regenerate|i:1671234236;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af83446857c26acfb0ca02f65a8064034ba20b3', '66.249.77.168', 1686491047, '__ci_last_regenerate|i:1686491047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af985c103359aecca71ec305861e8563560a617', '54.36.148.78', 1668651378, '__ci_last_regenerate|i:1668651378;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af9f5e504a2498abe3d4ff3d7115eb6559d8ae8', '52.167.144.164', 1685715661, '__ci_last_regenerate|i:1685715661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0afac406afa727e9c685b580b90d6409a7f2a5ed', '52.167.144.28', 1679469267, '__ci_last_regenerate|i:1679469267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0afb64201bfd38eb598118b3948b558d59f664ad', '190.148.87.191', 1664201146, '__ci_last_regenerate|i:1664201146;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0afba698c3bffda1b2845c0d158812f16f41772a', '190.56.49.237', 1665770941, '__ci_last_regenerate|i:1665770941;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665607155\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0afc8ccecc05f7aff9b74471303911cf3f30a86f', '52.167.144.70', 1688395872, '__ci_last_regenerate|i:1688395872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0afd29f51c1468356b2a2a81aa6923e62da63528', '52.167.144.61', 1688036823, '__ci_last_regenerate|i:1688036823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0afe587e40ebdcf7e09f097a2f67bab00c1a9ab8', '190.148.158.175', 1672496571, '__ci_last_regenerate|i:1672496571;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672496461;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b00d6fe17e372aaad219cc8f5e321ffb5e60d74', '190.148.87.6', 1668291992, '__ci_last_regenerate|i:1668291992;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668291984;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b0107d41a919d3050cc985d6ac5c04c72dae112', '114.119.150.68', 1688230308, '__ci_last_regenerate|i:1688230308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b01e3dac097eb77c78ce46cc14134d6c4a42612', '52.167.144.171', 1684512974, '__ci_last_regenerate|i:1684512973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b0490d2fc69e693da60b56dac89e5a3c0ae53b8', '190.148.158.175', 1672255828, '__ci_last_regenerate|i:1672255828;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672255810;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b067bdadb788498a5d2356aa71e39f7635112d2', '17.121.114.32', 1652273700, '__ci_last_regenerate|i:1652273700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b082cf5a05c6ca9ba7a06a37cb0db7302238489', '200.119.173.78', 1682856310, '__ci_last_regenerate|i:1682856310;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682856305;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b0984e25ab08aa5b45f8a07264fde7b9b3b97b4', '52.167.144.164', 1684696519, '__ci_last_regenerate|i:1684696519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b09c5557280d16ce821b59a8ca3d5dbff507b9a', '40.77.167.202', 1687547957, '__ci_last_regenerate|i:1687547957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b0c1db8ea67af6b7849a583697ffeae75e73f32', '34.219.31.102', 1663163553, '__ci_last_regenerate|i:1663163553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b0e7dbfaab453e937ccf559848ed2eb1b698344', '200.119.170.209', 1656712970, '__ci_last_regenerate|i:1656712970;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"FOZtbJhPEC6yp1RIu5HS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b0f2642e3dbc6d02d6cd8a7cfbfacc86b465288', '190.56.50.15', 1667234210, '__ci_last_regenerate|i:1667234210;requested_page|s:37:\"category/estacion-carolinas-manuelito\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667230196\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667232906;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b104c4b0db9db72c5a812fee6365259b3335216', '40.77.167.224', 1686877668, '__ci_last_regenerate|i:1686877668;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b10626128a9341cc50dd73e826d6db2b1bdb03f', '51.222.253.13', 1672765826, '__ci_last_regenerate|i:1672765826;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b10745e457dc57b554ba14c25ead42c9f896889', '190.148.252.233', 1668892561, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668892561;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668890366;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b114526fbf959221e331a3840113c7b75ff898c', '66.249.65.176', 1670968476, '__ci_last_regenerate|i:1670968476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b123ce394eab39261c1f33ef2cf48cd7efde520', '190.56.54.156', 1665093124, '__ci_last_regenerate|i:1665093124;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665093118;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b17532500c2efd2d4654a9edcd3f2061b41c5a5', '40.77.167.161', 1675379320, '__ci_last_regenerate|i:1675379320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b180a36ccc8003000e33d55ab62265388178709', '52.167.144.54', 1678782515, '__ci_last_regenerate|i:1678782515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b18fd63fb1ffbb07a5d4e33bcbeafe0db610dd4', '66.249.74.103', 1683514382, '__ci_last_regenerate|i:1683514382;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b1966915a11d8d13fd5876028c019c2c497115c', '54.36.148.186', 1658206706, '__ci_last_regenerate|i:1658206706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b1a76945ea618e4dff37c3e060eebfd0e5bcc1a', '190.148.157.171', 1667409594, '__ci_last_regenerate|i:1667409594;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667409589;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b1acc0f90eb221e7f2a88d823b48fccb9e53981', '207.154.204.175', 1657274124, '__ci_last_regenerate|i:1657274124;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b1d6579a3e21001e171a99e79872f9b5f8a9014', '190.148.87.99', 1688424065, '__ci_last_regenerate|i:1688424065;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688423979;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b1fe02d6365c3fa1c874e4c57aa384d5a56d1f3', '40.77.167.222', 1681432253, '__ci_last_regenerate|i:1681432253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b21033133db3f355af354982aac8cc81941fe6e', '207.46.13.219', 1678813049, '__ci_last_regenerate|i:1678813049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b24cbf5b2c49c9782fdf8a6167ed0eb49bae77c', '157.55.39.69', 1672157241, '__ci_last_regenerate|i:1672157241;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b24ecc1eaba4e6d0cce73f72badb2a3a419658b', '52.167.144.154', 1687452493, '__ci_last_regenerate|i:1687452492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b2866510a4894e95edc7e69e994576c83d010b6', '66.249.74.97', 1680756271, '__ci_last_regenerate|i:1680756271;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b28e74ea37967bde2db0590a5303ab8d8122817', '58.17.6.9', 1652909341, '__ci_last_regenerate|i:1652909341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b2917ae4a726c43ec8a846bbc169be202b00b25', '66.249.73.8', 1682134922, '__ci_last_regenerate|i:1682134922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b29d58d0cbfc3d21ac92221c1112f59be72baf6', '190.148.252.151', 1671463346, '__ci_last_regenerate|i:1671463346;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671210803\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"3ond5rsc9ZUxF7jLClT4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b2a5c35e210de7c7a6f5ec6d4392814f0c77b8d', '190.56.55.113', 1673833505, '__ci_last_regenerate|i:1673833505;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673833492;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b2b9c9b85be60c38fe2a75bf0b57889a7e85e2f', '40.77.167.43', 1658508245, '__ci_last_regenerate|i:1658508235;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b2f74a6f24a4224d599f26219af45cd699b6cdf', '40.77.167.13', 1672603591, '__ci_last_regenerate|i:1672603591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b30b11299cb5aba42dc8f5a18626b3dbf4c78a6', '190.148.87.164', 1667921703, '__ci_last_regenerate|i:1667921703;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b30dc7e65bda5fb9826846c690a03727323a2f2', '190.148.252.151', 1670950716, '__ci_last_regenerate|i:1670950716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670950695;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b31ad4e562b2462d37b1c642d9529cb4d0b86a9', '207.46.13.113', 1675379394, '__ci_last_regenerate|i:1675379394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b3824700204044e2a613b23056daff9a1f50596', '114.119.134.196', 1686743501, '__ci_last_regenerate|i:1686743501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b3a35c4caa83d8ceaeebd66b17542c116af4514', '51.222.253.2', 1651799285, '__ci_last_regenerate|i:1651799285;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b3a40000dc68ee88a19dc7555f83caa0d2a04e8', '190.56.32.162', 1686421409, '__ci_last_regenerate|i:1686421409;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686421364;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b3f12f6db53b43000496bc8cba429ee73c3190e', '207.46.13.49', 1661590128, '__ci_last_regenerate|i:1661590117;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b3f1c4d073cb120e790f036637678da830a4678', '114.119.156.84', 1688309995, '__ci_last_regenerate|i:1688309995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b3fe5b3f10e1289c79c534bdab7f431bf44f28c', '190.56.54.129', 1653515187, '__ci_last_regenerate|i:1653515187;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653515183;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b417db909fe887188867b4a2da61ab6ccc5c54f', '52.167.144.98', 1686404395, '__ci_last_regenerate|i:1686404395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b433ff376e39f15ccb2b5a18917761cebf0ba86', '52.167.144.42', 1679410976, '__ci_last_regenerate|i:1679410975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b456877037d0d801e03bb68669a693d9bc74b0e', '114.119.148.56', 1685739562, '__ci_last_regenerate|i:1685739562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b477b919422e27dd8697d5382e8d06ccc4a6ac9', '51.222.253.12', 1656355083, '__ci_last_regenerate|i:1656355083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b47d8c12b4cd73158c2ae5df5c15a00891de104', '114.119.145.212', 1685003973, '__ci_last_regenerate|i:1685003973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b4858449ff0b3dcce2784e326985668bb4447fd', '52.167.144.162', 1686569621, '__ci_last_regenerate|i:1686569621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b4a0de0620fec348cdfcc97f9e1c1c1f095ab8f', '181.209.236.193', 1682101239, '__ci_last_regenerate|i:1682101239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b4b28f057dc94310701235cffbc690329a49ea4', '34.221.78.214', 1679406517, '__ci_last_regenerate|i:1679406517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b4b691c28b854784ea28fb6799cc86dbe0e3187', '51.158.126.132', 1682465964, '__ci_last_regenerate|i:1682465964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b4c07b2f704bd8c9705925f875ca651e6ba4d9b', '190.56.32.243', 1684706253, '__ci_last_regenerate|i:1684706253;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684706232;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b4cf257786566c6faff8f4d611e33a3bc885427', '200.119.168.250', 1681155680, '__ci_last_regenerate|i:1681155680;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681153749;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b4fb7149225cb8866189c500ab7c89140daa81b', '190.56.32.32', 1686228260, '__ci_last_regenerate|i:1686228260;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686150206\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686228256;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b5217f66ca0528cb959c5eea184254d18d32ade', '190.148.252.96', 1673106079, '__ci_last_regenerate|i:1673106079;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673105975;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b523ce3f380d0a1f6b0560ea9b17e155a619dc5', '52.167.144.98', 1685649699, '__ci_last_regenerate|i:1685649699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b544e25bf092c4fbf7f4a812ba69fef9c029085', '190.148.157.98', 1678915983, '__ci_last_regenerate|i:1678915983;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678718621\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b57d03d789aa01bc0c3e6d5b435542575ce5309', '190.56.55.0', 1687796159, '__ci_last_regenerate|i:1687796159;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687796157;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b58c3e7961f01246a8b3fcca9900f4b92fc3d76', '190.148.87.182', 1679584786, '__ci_last_regenerate|i:1679584786;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679584083;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b58cd50206fdc0e73d2f6d7b8057237f3a84266', '190.148.252.236', 1656081792, '__ci_last_regenerate|i:1656081792;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655994097\";last_ip|s:13:\"190.148.87.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ZntAeGFi0Lu12cEKSB7o\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b5a4b213c287169850dfddd96d2474ef77b520e', '14.116.152.103', 1679075215, '__ci_last_regenerate|i:1679075215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b5c6f3c97c54aad98b2839a8e725f879b9d9ac5', '40.77.167.66', 1674200001, '__ci_last_regenerate|i:1674200001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b5ec6063ec80f8d9ac92920789527f63bf73889', '200.119.174.30', 1667514962, '__ci_last_regenerate|i:1667514962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667514954;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b610691b99142b796728d4bb62c31beeda708e3', '207.46.13.41', 1664589757, '__ci_last_regenerate|i:1664589757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b644134014774d9343492c6ae8141a0b39c426d', '190.56.32.243', 1684765810, '__ci_last_regenerate|i:1684765810;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684755860\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684765806;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b64b4b59491b8ef0365525722192c50aaf3d4d8', '114.119.151.72', 1687974835, '__ci_last_regenerate|i:1687974835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b6551de7812a1d50609f1c334a138becdf4576a', '23.106.22.156', 1660097021, '__ci_last_regenerate|i:1660097020;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b66313e9ad4fd3a9c00e02b96036eb680ee6be9', '190.148.157.206', 1679488788, '__ci_last_regenerate|i:1679488788;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679420575\";last_ip|s:13:\"190.148.87.23\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679488766;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b665631244a10ab6b8e527fdaed843f99158a25', '190.148.252.96', 1673295913, '__ci_last_regenerate|i:1673295913;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673295866;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b66d8cfa8f324edf224b46a89747aa4b1c89660', '52.167.144.164', 1685077839, '__ci_last_regenerate|i:1685077839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b66f68078a3dd97aac765f6d34b8143efb83815', '173.249.31.237', 1659409329, '__ci_last_regenerate|i:1659409329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b68589af323571441eb1f81b65003342b0ed06a', '74.125.215.47', 1678163860, '__ci_last_regenerate|i:1678163860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b68acee3b2070e3d63605bb9b9aba117102c1a3', '40.77.167.161', 1676930462, '__ci_last_regenerate|i:1676930462;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b69379fd046ae27f278a20c6345743bfc0f94e0', '52.167.144.31', 1681217981, '__ci_last_regenerate|i:1681217981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b69b2efa4b7c47027fae785b04ba2b28133c523', '198.251.73.5', 1669808181, '__ci_last_regenerate|i:1669808180;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b6a1739fe62e7b16da66be172d09935e2247f62', '40.94.27.93', 1661296350, '__ci_last_regenerate|i:1661296350;requested_page|s:12:\"admin/quotes\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b6b58837d12d57437c5323a0532066255c802f4', '200.119.173.130', 1675774867, '__ci_last_regenerate|i:1675774867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675774859;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b6c131ee69a7af1e6563666308cca6f4a069075', '114.119.156.59', 1686124938, '__ci_last_regenerate|i:1686124938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b6d70164cdd7001875b82d7fa0c65f0b2729c05', '114.119.134.64', 1687541774, '__ci_last_regenerate|i:1687541774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b70c6b3bf0f6ebabf599810cd32d158fa4c41a6', '190.56.173.175', 1652990843, '__ci_last_regenerate|i:1652990843;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652925922\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652987523;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b7247a2c8740d946f7914ceacf1914dbf7ddbde', '128.90.117.196', 1676091629, '__ci_last_regenerate|i:1676091629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b730aaae83d18b6cbda4950c0add21c411dcfac', '40.77.167.30', 1656717821, '__ci_last_regenerate|i:1656717811;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b7316ff18a43b34bce998588130fffbf1f95a11', '40.77.167.37', 1669794992, '__ci_last_regenerate|i:1669794992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b74d12962dcb4f57a6474617e31ab2df4d7830a', '17.121.114.162', 1662344788, '__ci_last_regenerate|i:1662344788;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b7538c2c232622478a346ac1744f8f5d78329eb', '157.55.39.100', 1671862499, '__ci_last_regenerate|i:1671862499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b77a5d7079925c93e6c787009d0bffdeb729dc2', '207.46.13.173', 1663965009, '__ci_last_regenerate|i:1663964999;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b77aea3bcb50ff938c9e124eed7e371c36e73e4', '40.77.167.43', 1659065445, '__ci_last_regenerate|i:1659065445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b7b781c042b6b69fa06e8e11db1697273159bff', '35.89.129.7', 1650870112, '__ci_last_regenerate|i:1650870112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b81164879edbef8660ac2f898a0081cfe31faab', '40.77.167.106', 1687178278, '__ci_last_regenerate|i:1687178277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b8168315baab0d13efa255ab0b29fb9787856d1', '207.46.13.6', 1671815525, '__ci_last_regenerate|i:1671815525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b82d6f64509b296e31ec83062d487f8b6738536', '40.77.167.123', 1683295516, '__ci_last_regenerate|i:1683295516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b83b7ee466cbc4c55159af26e8a59c04c102786', '5.188.62.76', 1659506181, '__ci_last_regenerate|i:1659506175;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b85e80964401e9779ee0e37f749189b1a5e4ae4', '114.119.152.47', 1686046894, '__ci_last_regenerate|i:1686046894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b87de4eee4bd5d1404390e01ddc52bf554f4fee', '52.167.144.162', 1686179990, '__ci_last_regenerate|i:1686179990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b88ec357069c1209563d921443acb23cb755727', '190.56.54.129', 1653515196, '__ci_last_regenerate|i:1653515187;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653515195;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b8b4a02a9d889e3ed9b0ff28b959492f87bb65d', '200.119.170.30', 1660600239, '__ci_last_regenerate|i:1660600239;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660241119\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660594490;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";user_csrf|s:20:\"eboldqAY40sxgZz7PtBw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b8bdf0ced34151e31da09b933381727fa503dbe', '52.167.144.98', 1686726871, '__ci_last_regenerate|i:1686726871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b8c282286acc9c60cd9df9a659294948fd09d84', '157.55.39.69', 1671802049, '__ci_last_regenerate|i:1671802049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b8e5fff196e50e79c0b3a3e69908883e9aa529d', '157.55.39.164', 1654488318, '__ci_last_regenerate|i:1654488308;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b926f4ececcf0b1598b926dffbc3cf6c67417b3', '40.77.167.227', 1680976675, '__ci_last_regenerate|i:1680976675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b9427784d061ecb31bc65f9799cf678a7ddaea1', '66.249.64.138', 1677486083, '__ci_last_regenerate|i:1677486083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b967c2f32aab7b2a98ae01fe1c021c724e84a11', '52.167.144.162', 1686400952, '__ci_last_regenerate|i:1686400952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b9788f812cf3becfd29c4b9f457cb4a08395659', '161.35.35.160', 1687853156, '__ci_last_regenerate|i:1687853156;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b9827725c9ac01d3a00841367329700df14bda8', '8.41.221.49', 1658622134, '__ci_last_regenerate|i:1658622134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b9c356e559e9df60bc967377c773a54c52f7681', '40.77.167.225', 1680765265, '__ci_last_regenerate|i:1680765265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b9ce346cec74452819b3a2a4e6641f79703a268', '114.119.150.65', 1688187159, '__ci_last_regenerate|i:1688187159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b9d5aef6c16f5f89d4a718eba6a97e1ac6fa33d', '52.167.144.61', 1688277933, '__ci_last_regenerate|i:1688277933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b9d5edeb6804095e7e9e48c30099977ac443755', '52.167.144.43', 1683811948, '__ci_last_regenerate|i:1683811948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b9ea4e423ed21d2bb0b93a308f346549862113a', '200.119.170.15', 1655227868, '__ci_last_regenerate|i:1655227868;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ba08a989a38784151bc42c93ea03bec67a16835', '190.148.252.111', 1678136157, '__ci_last_regenerate|i:1678136157;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678135442;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ba0e5c1a8dcb482aa6afb802c5f10e9e7fc8fa6', '52.167.144.164', 1685375639, '__ci_last_regenerate|i:1685375638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ba1671468362fe66f2fe4c583ef27178b3ee015', '200.119.172.96', 1675436431, '__ci_last_regenerate|i:1675436431;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675363966\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"7UC5v3miofe19yW6OTXg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ba347f5ee0eed7224e8476bdf7a1ab43f020bb7', '52.167.144.98', 1685473661, '__ci_last_regenerate|i:1685473661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ba34dbe8933257a1884374417bbb69fa1f7c61c', '190.56.32.35', 1671841630, '__ci_last_regenerate|i:1671841630;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671841390;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ba36262c01a6121353ad7c29fd21be1de9faa9d', '114.119.155.233', 1684316661, '__ci_last_regenerate|i:1684316661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ba57af8fdb91a7226f8a615c009ed9e32123ecb', '52.167.144.82', 1687550150, '__ci_last_regenerate|i:1687550150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ba9064ff460c21d9f435794fdb49fd41cca7695', '114.119.133.250', 1685462129, '__ci_last_regenerate|i:1685462129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ba9086d8416a32d14cff707854a47747176b09a', '144.76.68.17', 1683715031, '__ci_last_regenerate|i:1683715031;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ba99e7ca64da936b7a13e7a693f283c989026e7', '186.169.246.75', 1682603746, '__ci_last_regenerate|i:1682603742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0baa7a801597541dc0bdba6b17c7cb5439de3082', '52.167.144.74', 1688064442, '__ci_last_regenerate|i:1688064442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0babe72fe4a0ffd734c5003b2823ff7b34ff7cea', '40.77.167.157', 1677882435, '__ci_last_regenerate|i:1677882435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bad71ae2103b9d653fe529a272d97f0887ecd1f', '114.119.138.70', 1686879534, '__ci_last_regenerate|i:1686879534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bae4c495f25f1317214a4fe000b45f52b11b2f0', '52.167.144.164', 1686100737, '__ci_last_regenerate|i:1686100737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bafa0bcef02ac3bd7390fac462b6b34798d8e8d', '190.148.87.182', 1679610299, '__ci_last_regenerate|i:1679610299;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679609360;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bb2abf622ab5499b3b14dc6bef60462c6daefd4', '190.148.252.111', 1677790284, '__ci_last_regenerate|i:1677790284;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782391\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ot53WMSrY4PbFqB0CATJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bb354e0a434fedf1d4d3487484001fc88a3bd15', '190.56.51.7', 1650931821, '__ci_last_regenerate|i:1650931821;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650909409\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bb4f6631c11d9d4f943a15e0f74f5c55e624215', '54.36.148.63', 1688537829, '__ci_last_regenerate|i:1688537829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bb73537945ed49d9784cb3ceb814df2c81a5902', '190.148.158.151', 1677372844, '__ci_last_regenerate|i:1677372844;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677372836;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bb9be766f114200cca00bb0e5772289f12bc65f', '190.148.157.177', 1682201894, '__ci_last_regenerate|i:1682201894;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682201887;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bb9dfc885b16faa3ccc85d53d961e527bd16d54', '200.119.170.168', 1670601301, '__ci_last_regenerate|i:1670601301;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670601078;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bba6a88dc54a5887c6f5ad0ccd4e7af90a22245', '52.167.144.162', 1686796157, '__ci_last_regenerate|i:1686796157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bbc2184d3cce92ccc111e416938eade5193fe1e', '190.56.54.156', 1665154556, '__ci_last_regenerate|i:1665154556;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665149005\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665152309;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bbd7d1f32d846a396026018cf33fbe4ad0f4f03', '40.77.167.187', 1680413692, '__ci_last_regenerate|i:1680413692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bbea09ef3e1e693ed3f0fb2135ae5a1e745e678', '190.56.55.48', 1687271433, '__ci_last_regenerate|i:1687271433;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687271372;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc03ec68b51f2745e4c22e4daee123dbbd949a0', '114.119.132.88', 1688186640, '__ci_last_regenerate|i:1688186640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc1d8c30020ebb3dec22473844e189add8cdb26', '190.148.157.80', 1669242757, '__ci_last_regenerate|i:1669242757;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669236506\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"NGzgH1vPZaiceMAsOSUT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc2e7ca3b249584d22659a944e34f3ae0daeaab', '52.167.144.178', 1683728140, '__ci_last_regenerate|i:1683728140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc47e3d5b3c69421e9ae13770958cabc7dd1e5b', '66.249.65.178', 1658981350, '__ci_last_regenerate|i:1658981349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc48139fc0d534d353877043c6e1e5e85d9ecd0', '52.167.144.39', 1680409049, '__ci_last_regenerate|i:1680409048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc5522db7b39468509e77cbc1cd95492708e299', '190.56.173.152', 1654964161, '__ci_last_regenerate|i:1654964161;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654887010\";last_ip|s:14:\"190.56.173.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654963809;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc5af5c71f8ed9cca554bea0057044e85c40d27', '114.119.128.126', 1685122602, '__ci_last_regenerate|i:1685122602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc8ab90c2decf1da5abfb39a260f6584428e29c', '51.222.253.3', 1659279318, '__ci_last_regenerate|i:1659279318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc983e0dbda809dc9bc0878b1c70adb4dbe1a58', '40.77.167.37', 1669794991, '__ci_last_regenerate|i:1669794991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bca9f770cc19f67643b165e3892642119cf7b26', '219.142.131.78', 1656556922, '__ci_last_regenerate|i:1656556922;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bcaf20eccf38b38b4e8789528ea0212db8c8a7d', '54.188.1.121', 1670333369, '__ci_last_regenerate|i:1670333369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bce89a44ba7d2f8cd7e206639d43e2c4cac608e', '200.119.170.168', 1670622735, '__ci_last_regenerate|i:1670622735;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"NbdKYGlOmEz3uJeQrA8t\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bcea8322007ee87e9b566eff578a63c3884317d', '207.46.13.12', 1676302023, '__ci_last_regenerate|i:1676302023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd06783786c3d8cf2e4a9a2c6cedb2e92fe6939', '200.119.169.5', 1654867277, '__ci_last_regenerate|i:1654867277;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654811927\";last_ip|s:15:\"200.119.170.145\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654867173;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd149384f502855e0f837748af7e136c39f5e7b', '54.36.148.76', 1665360882, '__ci_last_regenerate|i:1665360882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd19599cd76b30444789d83f01c82d87c243adc', '207.46.13.211', 1679945498, '__ci_last_regenerate|i:1679945498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd2f9a614a2041bb36b40c9b75ed488666f8891', '52.167.144.162', 1687279265, '__ci_last_regenerate|i:1687279265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd48246fd883eec73b2cce3ec70ae655f1778dd', '157.55.39.147', 1671956135, '__ci_last_regenerate|i:1671956135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd7fc47d6b06f9dc99f82892e5eec1b16b3a31c', '114.119.141.27', 1687563790, '__ci_last_regenerate|i:1687563789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd83e75d09181e5fdc592355351c002ce88a8a5', '190.148.252.56', 1663975033, '__ci_last_regenerate|i:1663975033;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663956751\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd952871f94179a8e82afe9ac156f2e1f1f4b40', '114.119.148.154', 1685949258, '__ci_last_regenerate|i:1685949258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bd99877049a8efe12fb2a9fae061a68cbba1045', '40.77.167.255', 1687812478, '__ci_last_regenerate|i:1687812478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bdaaae2b95c36620f42d348e7dd3c33b45d7911', '190.56.54.135', 1663610065, '__ci_last_regenerate|i:1663610065;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bdaf3d9197785d6210f78acc3b9fd166bb149d1', '157.55.39.173', 1669794936, '__ci_last_regenerate|i:1669794936;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bdb62b20ea62b63300cd46dba6e891b1100b06b', '50.21.188.16', 1675140486, '__ci_last_regenerate|i:1675140486;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bde6a6c0fb876044a6dfbd17e477739ca12645c', '114.119.147.233', 1688212726, '__ci_last_regenerate|i:1688212726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bded35b0dacd66cfe778b9a99691fceec3e426f', '66.249.79.210', 1666103160, '__ci_last_regenerate|i:1666103159;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bdfbfa79edc55d51f2ad5549de4006e51337213', '200.119.173.130', 1676065570, '__ci_last_regenerate|i:1676065570;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676065567;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0be0a65f2fcd52ad6d88e503ecdfea3ab39301ac', '128.90.117.196', 1676091631, '__ci_last_regenerate|i:1676091631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0be7ae301409ee7526e7d289853e37fb3615ab08', '190.148.252.111', 1678028061, '__ci_last_regenerate|i:1678028061;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678027749;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0be821f50a8d700a3e82286c41adc5fe00ee2531', '200.119.173.87', 1663007199, '__ci_last_regenerate|i:1663007199;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662999200\";last_ip|s:14:\"200.119.173.87\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"IcKQeVvEkpL9rPu0fBqO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0be860793a717b271317132a9274f41b924d3290', '51.222.253.2', 1656014424, '__ci_last_regenerate|i:1656014424;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0be8e896ee460c08443b441beed0365c9881c840', '200.119.172.60', 1674573245, '__ci_last_regenerate|i:1674573245;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674492457\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"It6pQSv5fC4mcJDFugUO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0be9964db7b53d62ad19f22f2e7df65adb2381a3', '40.77.167.219', 1677845374, '__ci_last_regenerate|i:1677845374;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bea3840be9637afc89c133dbb3498788b657e5b', '200.119.174.9', 1674487429, '__ci_last_regenerate|i:1674487429;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Aw6fmDO2Flia4Xe0tdyb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0becfc9f81d4b36169e8aad74e1eb75613a70432', '121.3.155.48', 1650911124, '__ci_last_regenerate|i:1650911124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf0f015938c99c2b0bd88bddc909b57ed81cf2c', '198.251.73.5', 1669808175, '__ci_last_regenerate|i:1669808175;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf1dba6246ab3302a20b9a65c606ecf9d6584c3', '217.160.225.209', 1659072870, '__ci_last_regenerate|i:1659072870;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf268ff5cd3cad9574b23cb891250cbc8623f6a', '74.208.2.183', 1668050320, '__ci_last_regenerate|i:1668050320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf3cd35f2240b25e0a5a62223236ab1dc86987f', '190.56.32.174', 1676592331, '__ci_last_regenerate|i:1676592331;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676592319;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf485c7a7ad3496ad8fe446f3c4a3bbd206970a', '190.56.54.156', 1665278919, '__ci_last_regenerate|i:1665278919;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665278031;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf509cbe039d016588a3cd588df7316cf729f0a', '54.36.148.240', 1683236812, '__ci_last_regenerate|i:1683236812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf6c187b6e861659503ab9bb06b23027a4e777b', '190.148.252.151', 1671319104, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671319104;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671319083;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf73f696fcdf4df8d4bb8cf69ac351aafba5715', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf820b58d00e99248c44df0ea668cee7a2e62f1', '114.119.148.138', 1684910697, '__ci_last_regenerate|i:1684910697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bfd52fea6d669dca452050efbc7ba8a4c55219b', '114.119.136.72', 1686216062, '__ci_last_regenerate|i:1686216062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bfea5aea4c784e09975b032e4d3483e65a91f56', '190.148.252.178', 1657311126, '__ci_last_regenerate|i:1657311126;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657229796\";last_ip|s:14:\"200.119.173.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bfff28057420b4c8abfd2a6eb5c8f5aff5bf770', '66.249.79.195', 1688234092, '__ci_last_regenerate|i:1688234092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c00aa4f077dbb2af5253f3fff5c95df88f1787c', '54.36.148.88', 1681698727, '__ci_last_regenerate|i:1681698727;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c00eb12f3d377f82342909b219181b8168edf89', '17.121.115.230', 1654094050, '__ci_last_regenerate|i:1654094050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c02149615b33a9318f571eef05445b7e60f1798', '114.119.146.107', 1684905385, '__ci_last_regenerate|i:1684905385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c02ac64d10effb3b8cbed5ed5f6376b69e31ceb', '190.56.173.251', 1651938980, '__ci_last_regenerate|i:1651938980;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0395dc8b08658e645cbcbd671aaed17f2ca42a', '20.117.100.124', 1657971626, '__ci_last_regenerate|i:1657971623;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0627f0cb6607d565f3891462c3677d246738ae', '52.167.144.154', 1687536333, '__ci_last_regenerate|i:1687536333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c077ec86a386cc1c0cafe0857c58297540049e7', '114.119.132.38', 1686987818, '__ci_last_regenerate|i:1686987818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c08eec55517d90693a01ac6c7df56e25476b053', '52.167.144.94', 1678118643, '__ci_last_regenerate|i:1678118643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c095c839e0c4ae65f9d63ae237f8b3ecfbb7c99', '51.222.253.4', 1669692337, '__ci_last_regenerate|i:1669692337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c097f5e00e441e7257e0e8b9d81f0250787e10f', '157.55.39.51', 1669807946, '__ci_last_regenerate|i:1669807946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0a52b9f87d2e8ca413bc6348b9540795cd32e7', '192.36.71.133', 1665057161, '__ci_last_regenerate|i:1665057161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0b75f6cc846b78ffe9e7cf79a29a40a98ced19', '157.55.39.51', 1669316169, '__ci_last_regenerate|i:1669316169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0b8569bcb2a912269babe8f635d4a198794828', '207.46.13.154', 1671783515, '__ci_last_regenerate|i:1671783515;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0be8d5dbf32e453ce5827a022b61b0f4cfc69f', '52.167.144.164', 1685587499, '__ci_last_regenerate|i:1685587499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0cc948d10f57cfd3b4e372ee6d00c4247d6869', '5.188.62.140', 1653324730, '__ci_last_regenerate|i:1653324727;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0e6dddf3fc9b71f676e6c6494f2fe03cb91cd2', '52.167.144.109', 1680599757, '__ci_last_regenerate|i:1680599757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0e702f73da7a2edf4639043ef84125be913aeb', '200.119.174.9', 1674238983, '__ci_last_regenerate|i:1674238983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674238980;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0fa01215cf376d9cd10655bc301f47abe5c2c4', '40.77.167.23', 1674073368, '__ci_last_regenerate|i:1674073368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c10c8596ebadb1a8e38b750ab3c925fa6df03a6', '52.167.144.61', 1688296436, '__ci_last_regenerate|i:1688296436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c110a30f1364008cdd538df6ef68834d753b64b', '52.167.144.164', 1686104484, '__ci_last_regenerate|i:1686104484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c145ca067d391587fb5d938e6335b170f526b7e', '34.213.228.31', 1675171917, '__ci_last_regenerate|i:1675171917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c14945953f4861a1890cfef2b6b7910f497c4e1', '17.121.115.4', 1652213758, '__ci_last_regenerate|i:1652213758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c1531c0a60bbd8dddef1bd92da25fce32f8ff11', '51.222.253.8', 1680061480, '__ci_last_regenerate|i:1680061480;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c1584d9a7767a7d5b99cfea1b1d1a271887dab7', '52.167.144.98', 1686368924, '__ci_last_regenerate|i:1686368924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c18a5b84cd1d4598b3cc53613d7776958425380', '190.148.157.183', 1680218629, '__ci_last_regenerate|i:1680218629;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680218590;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c18c2d7cc361e7df60691520f51918791b84670', '157.55.39.143', 1667368782, '__ci_last_regenerate|i:1667368772;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c19a373da3d9ebc2852467cfc1b7e0136a6d491', '114.119.134.106', 1688237045, '__ci_last_regenerate|i:1688237045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c1a3b7adcb370ccf89bf47631317748585728a3', '54.36.148.119', 1662623233, '__ci_last_regenerate|i:1662623233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c1d1fb00e1917de3b769d5f625163ab155e2709', '58.17.6.9', 1652909336, '__ci_last_regenerate|i:1652909336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c1e25734ba0c39dfdc620150dc3446b2b3574df', '200.119.170.168', 1670695463, '__ci_last_regenerate|i:1670695463;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670695354;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c1f84aa10db6026d77d92ea96db588fb760bf39', '207.46.13.207', 1681504969, '__ci_last_regenerate|i:1681504968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c22a0e3ee94a13a3ee36d18243149732eb916d8', '190.148.252.183', 1681322710, '__ci_last_regenerate|i:1681322710;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681322326;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c22f7f9bb6b1e95fd56b6a713902e495fda82aa', '35.193.164.16', 1664214242, '__ci_last_regenerate|i:1664214242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c23ead8300d22e06b0aea0ff1291d16eaffc811', '66.249.74.100', 1686364706, '__ci_last_regenerate|i:1686364706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c2453c05b8352fe235158695e7266420ee8a29d', '114.119.152.59', 1688312282, '__ci_last_regenerate|i:1688312282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c25be0fcf72bc17135805a690fae097093fefa9', '157.55.39.173', 1670200200, '__ci_last_regenerate|i:1670200200;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c25f5b2505bc6d7ac898959b1638eaf136175bd', '146.59.157.229', 1650749555, '__ci_last_regenerate|i:1650749555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c26dc69a2bec413fc3b56e8cc040b10a6bf565e', '40.77.167.202', 1687203694, '__ci_last_regenerate|i:1687203694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c29d43fbe8289e49c8efd430883c7ca2ffe069f', '163.123.143.186', 1661518071, '__ci_last_regenerate|i:1661518071;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c2accb9976174be709f7f1a347aa0f4bac3229d', '190.148.157.183', 1680546142, '__ci_last_regenerate|i:1680546142;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680546107;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c2c1302c2e375864030e27f6d5e03fbbe6a2f4c', '207.46.13.6', 1671750082, '__ci_last_regenerate|i:1671750082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c2cfab211554142b580168d495ef6da2fc717e9', '198.12.91.231', 1653192442, '__ci_last_regenerate|i:1653192442;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c2fd6c58aac956900f64775a8d03dd71a8be48e', '190.56.54.156', 1665452770, '__ci_last_regenerate|i:1665452770;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665450802;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c300ca88f115054b629568a13a05ae14909e62d', '157.55.39.147', 1671972156, '__ci_last_regenerate|i:1671972156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c306eb3efa6583606afb137b62e5f9ea2e59bd8', '114.119.157.112', 1688103677, '__ci_last_regenerate|i:1688103677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c313a57367d8ba0d6370be10734b19680dbee0b', '157.55.39.217', 1683265882, '__ci_last_regenerate|i:1683265881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c33ee68da36c6b1d7fa7196701aa4a475228a09', '40.77.167.191', 1682165560, '__ci_last_regenerate|i:1682165560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c35367f5bc9ea4bb7036a020cce6cb7e8070e85', '3.139.73.68', 1684425846, '__ci_last_regenerate|i:1684425846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c3695be8c2e37c3a30d97580ee4a03fe1e35a35', '190.148.157.53', 1683934444, '__ci_last_regenerate|i:1683934444;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683928481\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"LXz5ksFPjdOZRfVTbnEu\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c391bf4b93632c1e9ed2a6feab7ec6e33f8aa6f', '52.167.144.166', 1686834432, '__ci_last_regenerate|i:1686834432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c392a44da638444a3ecea2ca1782997205d2914', '17.121.112.73', 1655398960, '__ci_last_regenerate|i:1655398959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c3968cc1acec36b842e51a01f39938cc2eacf67', '52.167.144.82', 1687481062, '__ci_last_regenerate|i:1687481061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c39a8feabac402c7d8637f0b36db966251cd09e', '190.148.252.233', 1669059835, '__ci_last_regenerate|i:1669051814;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669041275\";last_ip|s:14:\"190.148.158.74\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669059770;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c39cdf26aa93477414a2943e8080d62f05866e3', '200.119.170.158', 1661273751, '__ci_last_regenerate|i:1661273751;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661272419;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 08:49:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c3a63512f94c3aa22aa352a6c1aae50115b6a8f', '198.235.24.22', 1658591160, '__ci_last_regenerate|i:1658591160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c3b3c5fc629cf6d0c2eacbc304babe43fde2597', '200.119.173.78', 1682882007, '__ci_last_regenerate|i:1682882007;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682882003;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c3b6a98983de5f8e90ab716df950da500f42b54', '52.167.144.164', 1686510357, '__ci_last_regenerate|i:1686510357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c3c20e81cae01723531dcd334ad6ba39f5ea3d5', '17.121.114.46', 1652539586, '__ci_last_regenerate|i:1652539586;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c3d1b9a637becaa2fe45cb970eef3030a5f91db', '5.8.10.202', 1659144763, '__ci_last_regenerate|i:1659144763;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c3e3996b4c86cb9c81461d9dfc55a542d595eff', '35.222.54.30', 1664962050, '__ci_last_regenerate|i:1664962050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c3ed05b194ef215d8bda22dcbbe988eedd66c93', '52.167.144.41', 1687094903, '__ci_last_regenerate|i:1687094903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c40c8c41b2c428e645c37840e05175fe8f0677d', '157.55.39.90', 1663322152, '__ci_last_regenerate|i:1663322152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c42dbffc1dfc512ae247d4f8e4c1042cedf5e35', '114.119.156.110', 1687848163, '__ci_last_regenerate|i:1687848163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c4376ea9645570430194ee1050eb8eaf86989f0', '40.77.167.49', 1667288070, '__ci_last_regenerate|i:1667288070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c44cc444cd0ab384c05ab4a7a4519c1117bc81a', '34.222.77.100', 1684713674, '__ci_last_regenerate|i:1684713674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c46098ff6bcdd48fc607aa3192402b00a1edf0a', '207.46.13.10', 1672548745, '__ci_last_regenerate|i:1672548745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c47673fe7f084e722a651bc77d332d95fa7898d', '207.46.13.217', 1684131950, '__ci_last_regenerate|i:1684131950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c478a4ee2212e1735fe285cfe552175c9037eb0', '200.119.174.9', 1674242512, '__ci_last_regenerate|i:1674242512;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674242158;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c4afc10f3d873aef7f14a7ff7750daf1f447db0', '173.249.31.237', 1659409023, '__ci_last_regenerate|i:1659409023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c4cb6ddb4c931cbbb1340d427f22d666cef672c', '54.36.149.66', 1688059633, '__ci_last_regenerate|i:1688059633;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c4e8e3221698cd86d02982c62f9833a3b4d4a38', '157.55.39.123', 1666465177, '__ci_last_regenerate|i:1666465176;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c4f3e71063d14e3271d01dd71eca7fa344c1d77', '66.249.79.194', 1688550798, '__ci_last_regenerate|i:1688550798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c50d47099a7a63b4531d5827467990564d07a4b', '207.46.13.236', 1654000768, '__ci_last_regenerate|i:1654000768;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c51ba1cd27115d381566e6b9bc99222d0f034f0', '190.56.50.15', 1667006243, '__ci_last_regenerate|i:1667006243;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667006230;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c52fdaa11f409fa06823140baa1a48dd5df8dae', '114.119.134.165', 1687739230, '__ci_last_regenerate|i:1687739230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5311ee8f842b5a36d00f485b872502256c03ca', '190.56.32.174', 1676855828, '__ci_last_regenerate|i:1676855828;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676855723;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c53a624eee0e9cc7d1aaecccc1c03a41a1a448c', '190.148.87.96', 1678551448, '__ci_last_regenerate|i:1678551448;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678549765;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c54619128b25db3cc6221cb1e372a0455cf51ed', '207.46.13.210', 1686938203, '__ci_last_regenerate|i:1686938203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c553c68e9cb069bf91e0b8c635e0aa8575e4a18', '190.148.157.53', 1684162674, '__ci_last_regenerate|i:1684162674;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684161791\";last_ip|s:15:\"190.104.119.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684162672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5551d1d7cabc1a111b86cb3b0af9888f4a28c2', '51.222.253.15', 1669271057, '__ci_last_regenerate|i:1669271057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c56ff00e345998120872b1e3ad740f4deb9575a', '52.167.144.98', 1684339338, '__ci_last_regenerate|i:1684339338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5b0972fec48ccdbd40a11d4ad10e77d0055797', '40.77.167.156', 1679101772, '__ci_last_regenerate|i:1679101772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5c01acd36a0aff7f9c1817898a0fe97618de33', '52.39.95.6', 1684021275, '__ci_last_regenerate|i:1684021275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5d6c2fff653859685b3dc19106e023b6797b79', '190.56.32.174', 1676562705, '__ci_last_regenerate|i:1676562705;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676562702;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5db70b954844a323eef67104466a2b1fbc5dc0', '51.195.90.229', 1650840450, '__ci_last_regenerate|i:1650840450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5dda975dcd9d0637d510f28a02d918476949b5', '198.251.73.29', 1669808171, '__ci_last_regenerate|i:1669808171;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5e78144c3be5ef68c2809ac8ce4e82e1337ae5', '52.167.144.164', 1684980353, '__ci_last_regenerate|i:1684980353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5fe5cafa6dc3b89f73172e4e4ddd4ffbb76f6e', '165.232.190.123', 1656638099, '__ci_last_regenerate|i:1656638099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c6065fa452c8b8f7de3c5d35c877ead19820e57', '5.188.62.26', 1661087629, '__ci_last_regenerate|i:1661087624;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c6220c6c53cc9f20f418b3e9c558590b4f46399', '52.167.144.171', 1685129291, '__ci_last_regenerate|i:1685129291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c647d4473f493fc67a6c8c26e061349b902bbd3', '17.121.112.214', 1660058536, '__ci_last_regenerate|i:1660058536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c665baef35be8fd5ff89c928c75b2ddcbb679dd', '40.77.167.146', 1687660227, '__ci_last_regenerate|i:1687660227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c6be2425b406eecf588aa994f0abd3872f463ed', '40.77.167.236', 1677875915, '__ci_last_regenerate|i:1677875915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c6cad78b64dcb7d0b630ec69b34e4bf69d3dfaa', '190.56.32.174', 1676577946, '__ci_last_regenerate|i:1676577946;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676577942;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c6e4cc42f1ac2bc6c4f04d95f2ae6fd1778d12b', '40.77.167.156', 1678888366, '__ci_last_regenerate|i:1678888366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c6f63427c3b7f7b56c36a4dddd16ce891a9cd72', '157.55.39.216', 1676652978, '__ci_last_regenerate|i:1676652978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c70e362c3197066d02936542b0fc203e0640612', '51.222.253.4', 1674756447, '__ci_last_regenerate|i:1674756447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c714c2440e1d3489d7b6e841c7adf587cee55cf', '190.148.252.76', 1652807737, '__ci_last_regenerate|i:1652807737;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"qOXJxB10NCy6omrwpnMu\";last_activity|i:1652807735;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c72aa84d4b948a20c164426cf20431414c3a8b0', '190.148.157.229', 1686665807, '__ci_last_regenerate|i:1686655063;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686580502\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686665807;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c72e2c50b9baa28cb3ac6333cc3b1d0d54bee44', '52.167.144.74', 1688366445, '__ci_last_regenerate|i:1688366445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c74033712d8cd6063ef14cf2c17ff9a3c098610', '17.121.112.175', 1653057293, '__ci_last_regenerate|i:1653057293;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c74926c1a220818981a82b05a13fd67ce179efb', '52.167.144.171', 1684754555, '__ci_last_regenerate|i:1684754555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c75590205dcdb8ce26e23c5aac0809cd0a0cdb5', '52.167.144.164', 1685882420, '__ci_last_regenerate|i:1685882420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c75f14f0dacb0555f81721a708a8192b8964094', '190.56.32.32', 1686059553, '__ci_last_regenerate|i:1686059553;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686059531;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c75f37e5c1babdc7051d7054f2742b679db1671', '114.119.133.103', 1684918965, '__ci_last_regenerate|i:1684918965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c77da9e86cd3ea589b68be290cac010cff47ff9', '190.148.252.183', 1681316286, '__ci_last_regenerate|i:1681316286;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681316214;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c78d1317684d5e9d46e381544c31c9314f62f27', '17.121.112.237', 1661246743, '__ci_last_regenerate|i:1661246743;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c7e9e7327d22bbe79c3c79a2be21a2d4eb02e2d', '52.167.144.74', 1688346763, '__ci_last_regenerate|i:1688346763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c7ec02e01cae0aad5b4d3906f6a581a1e17640e', '114.119.136.224', 1685322944, '__ci_last_regenerate|i:1685322944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c801f96398340153096cd36de2496639535bf9d', '40.77.167.37', 1668935072, '__ci_last_regenerate|i:1668935072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c80970bf62ff53a8109c6bcdb8108a54a420e16', '54.70.186.52', 1685751026, '__ci_last_regenerate|i:1685751026;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c80a739d7685e1a7fa07c695f0a6cf36e811e44', '190.148.252.111', 1677802422, '__ci_last_regenerate|i:1677802422;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677802054;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c8341934d5865509f1558fb65967ecd9b513739', '190.148.252.96', 1672939267, '__ci_last_regenerate|i:1672939267;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672917479\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672939252;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c835edf61f59a89cfa64c7ed5e1051533ebf852', '157.55.39.179', 1671970076, '__ci_last_regenerate|i:1671970076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c837c48275c03ebfbfcf27126cd7358f1dea408', '185.29.9.118', 1657746742, '__ci_last_regenerate|i:1657746742;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c85367c400aa4787acaa8042b657bcf074f8d19', '200.119.174.9', 1674351387, '__ci_last_regenerate|i:1674351387;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674351356;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c85c9cca35bf2fcc188c76ee1476f37a935d39a', '40.77.167.11', 1658733216, '__ci_last_regenerate|i:1658733216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c89cad06da8263d74912b53abc3164dd8f129b1', '23.80.150.64', 1675230211, '__ci_last_regenerate|i:1675230211;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c89e474605aaebad81e675dab1a7c38e65e3021', '200.119.174.9', 1674308942, '__ci_last_regenerate|i:1674308942;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674308736;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c8b2b4ec8e2b5aade190050c77f9653ea563c75', '40.77.167.244', 1677860729, '__ci_last_regenerate|i:1677860729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c8bec8cd970fa1d07a16d4e29317b7362087653', '190.56.54.156', 1665179291, '__ci_last_regenerate|i:1665179291;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665179285;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c8ee80abaeba0885ff519eaa5c69873f989562b', '190.148.252.55', 1675689556, '__ci_last_regenerate|i:1675689556;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675689552;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c8f03a01bb271ab4bd19fadb18e652513760fa8', '51.222.253.3', 1686456061, '__ci_last_regenerate|i:1686456061;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c8f827480365e599a3f825461a8514cbb1b3bb7', '190.148.252.151', 1671054947, '__ci_last_regenerate|i:1671054947;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671051434\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ABh2u9ij8zV3WH1QxEMp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c900ae918908038ed328301ee55ccc293d59d7e', '51.222.253.20', 1669423566, '__ci_last_regenerate|i:1669423566;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c910b3eb39dc94300f9d8484e19d058d6c142fe', '114.119.159.121', 1685938648, '__ci_last_regenerate|i:1685938623;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c927f88a06c42da26ab903df8724eded4c8ed31', '46.161.27.204', 1653459627, '__ci_last_regenerate|i:1653459627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c945b81b73f5badc8412434fdd33fbb71637d78', '40.77.167.32', 1674651498, '__ci_last_regenerate|i:1674651498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c96a4dda83997c4cb240cd26e0a98a06bb148c1', '190.56.32.35', 1671914359, '__ci_last_regenerate|i:1671914359;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671913557;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c9864cc96b197c7ad2e57b7cdbc178d6a04ce58', '17.121.113.120', 1651254174, '__ci_last_regenerate|i:1651254174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c9afdec63e2f8935e042ab9ecde196c8ffe93ce', '190.148.157.183', 1680267510, '__ci_last_regenerate|i:1680267510;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680266688;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c9bdde643b947573fc6a211d35bd02217861a57', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c9c1dbfbf3da34d8ee36aa17501f5424aa6ff80', '190.148.158.151', 1677111141, '__ci_last_regenerate|i:1677111141;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677110922;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c9d015dcfd974f1bf9cf246ed33f0d4b00adc96', '168.138.2.237', 1653981125, '__ci_last_regenerate|i:1653981121;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c9faba9b08cdd9fae2df1e892ddd49225ad6bda', '51.195.216.255', 1650898097, '__ci_last_regenerate|i:1650898096;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c9fc7e0bcbf794172d506b97b46aaa6f4f7cc5d', '74.208.2.234', 1684500935, '__ci_last_regenerate|i:1684500935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca08094bb0566669f7c9d269b79cc5d3c867202', '190.56.50.15', 1667244259, '__ci_last_regenerate|i:1667244259;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667244254;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca218ac307d1414a9e26bcade355310f392d52d', '190.56.55.48', 1687559575, '__ci_last_regenerate|i:1687559566;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687373196\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AgQBkZed0MGy3O9ziclL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca251ebc320c5ce3632f602052e6a18c54432da', '207.46.13.211', 1679952520, '__ci_last_regenerate|i:1679952520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca34e4619ff17ac78b500934545ed8cde9d41d3', '54.36.148.174', 1661943870, '__ci_last_regenerate|i:1661943870;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca3f56e2476e3642aaa78f913e40846044b7d4a', '52.167.144.76', 1681922675, '__ci_last_regenerate|i:1681922675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca4376656c6e3d2003237ec2b05030a111d9380', '200.119.174.9', 1674390446, '__ci_last_regenerate|i:1674390446;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674390423;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca4b04bb81567b8ef45b1108db3e26db51bc904', '52.167.144.162', 1681624953, '__ci_last_regenerate|i:1681624953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca4e003e9e544e0f08100adb2bb739d030bd8ad', '207.46.13.106', 1670871177, '__ci_last_regenerate|i:1670871177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca7ba2c206d36a5a4498aee102087dc460b5c65', '40.77.167.225', 1680631165, '__ci_last_regenerate|i:1680631165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca9ba25269fc129e5145fc0c577c27a82359f6a', '34.223.60.249', 1651020097, '__ci_last_regenerate|i:1651020097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca9edcda64d1cc584e7edf9b262d7b9d225d2a1', '157.55.39.173', 1669998593, '__ci_last_regenerate|i:1669998592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0caa4200377a58fc5d895f0fb59d765ecd8957c1', '190.148.87.6', 1668271428, '__ci_last_regenerate|i:1668271428;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Z9JsfXnxhcm7qWDI68A0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0caab5a03d92c2b67b1ac9a35d6b7883c99e5271', '157.55.39.173', 1668934981, '__ci_last_regenerate|i:1668934981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cab00762c2f732403251054d43c379774cdae7f', '34.212.22.71', 1687822181, '__ci_last_regenerate|i:1687822181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cac214aa88db90b221589adb4a197239386406d', '200.119.172.96', 1675461551, '__ci_last_regenerate|i:1675461551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0caca0be826b7b4381c7809157e4b43d2b247f43', '190.56.50.38', 1670452309, '__ci_last_regenerate|i:1670452309;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670452300;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0caca7b1df28d1e39a02d1775ccd4cb160dcb658', '40.77.167.227', 1680966383, '__ci_last_regenerate|i:1680966383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cada382146ad876ec9869dba7c0bc976e709ef5', '200.119.173.212', 1667948259, '__ci_last_regenerate|i:1667948259;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cae2716738ba6328e79c46e784f2479ae935033', '52.167.144.164', 1685882419, '__ci_last_regenerate|i:1685882419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb016c9038af0668c81c0d527c338f2efa383c0', '69.167.36.21', 1681022752, '__ci_last_regenerate|i:1681022752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb15de1909509bfb05becbeb08aa4e75be68489', '114.119.131.28', 1688134397, '__ci_last_regenerate|i:1688134397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb1bbe2aec4c3c734c756e38dda520273d18b3a', '157.55.39.176', 1667883715, '__ci_last_regenerate|i:1667883715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb203f17e4490a525857777b767a2c22041b544', '190.148.87.6', 1668362118, '__ci_last_regenerate|i:1668362118;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668362114;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb508ce28cb18ede2bd46558a36f526e08d699f', '51.222.253.17', 1672902793, '__ci_last_regenerate|i:1672902793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb58606bc581db0105e74a4d15c7cdde995e5b2', '200.119.170.30', 1660582404, '__ci_last_regenerate|i:1660582404;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660241119\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660581577;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";user_csrf|s:20:\"ca3lVI52CGsL9MFmY8dO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb798c9fad55bc1fda5c7dcbffcf0085bb2f77b', '40.77.167.123', 1684091762, '__ci_last_regenerate|i:1684091762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb89f7047dfc144c323a8c4c622e7c90714c2d0', '51.195.90.229', 1650840858, '__ci_last_regenerate|i:1650840858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb9672cecba0feeed4dc4c5b7c4abd6d864744d', '114.119.154.87', 1686673936, '__ci_last_regenerate|i:1686673936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cbaddebdb3c1f333848ca57347fa77ff670a7a9', '157.55.39.79', 1669795013, '__ci_last_regenerate|i:1669795013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cbb4939440ea16fad9f1f61f7a0b56e36efcbb1', '173.249.31.237', 1659409125, '__ci_last_regenerate|i:1659409125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cbe55add5c0675f7765fd39722ee33dff217f54', '190.56.54.77', 1666280015, '__ci_last_regenerate|i:1666280015;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666280008;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cbeb805be4f66580668be0c8c6b21b3328c7a74', '198.251.73.69', 1679118696, '__ci_last_regenerate|i:1679118696;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cbf8a5e06bf5bd05340509d70353f8f4a92caad', '200.119.168.104', 1660136145, '__ci_last_regenerate|i:1660136145;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660091537\";last_ip|s:15:\"200.119.170.120\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660136136;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc1fa7ada9882c91e2b5bcebd9ea3d9b2f2239e', '114.119.142.173', 1687206282, '__ci_last_regenerate|i:1687206282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc4cd37f8c7cbfb95f53ebf7df42574cf15ce6d', '52.167.144.91', 1680899489, '__ci_last_regenerate|i:1680899489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc5cff8c39a00a3cc09b9df045f2a402582bb5e', '38.108.182.5', 1650713516, '__ci_last_regenerate|i:1650713516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc7d35ddcdaf340f000f5229e28d4ae8f6dd0f6', '40.77.167.13', 1672812011, '__ci_last_regenerate|i:1672812011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc80e7c8897339df1528d055e26e3b7ed396b98', '157.55.39.80', 1669983893, '__ci_last_regenerate|i:1669983893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc82c66b8a3be0dff0e3e1500739feee8d4e78a', '157.55.39.123', 1666611070, '__ci_last_regenerate|i:1666611070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc960826b07bbff0d70b84a1eb5c457673a6a42', '66.249.65.161', 1658664780, '__ci_last_regenerate|i:1658664780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc98c9abe29947f4c30d3f0cc81bf38f4b20a9b', '93.158.91.229', 1667821670, '__ci_last_regenerate|i:1667821670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cc9abd93caceba4b56191a6bca8ba7ae8d055df', '200.119.168.9', 1656262828, '__ci_last_regenerate|i:1656262828;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656193581\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656262828;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cca3feff7d14801d9192c905882aeab5c3dac75', '200.119.173.135', 1666361346, '__ci_last_regenerate|i:1666361346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ccc436784454ee6f77578dcfdd47e1cf1d7c955', '40.77.167.123', 1683253092, '__ci_last_regenerate|i:1683253091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ccd12831c2795289c39df560490595871e4947f', '114.119.155.232', 1688386308, '__ci_last_regenerate|i:1688386308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ccde61aa423c00d4ff3a212b54f526d153f6124', '40.77.167.85', 1685231770, '__ci_last_regenerate|i:1685231769;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ccf63b5a104e40b745cfaca132c703f69b87bd2', '190.148.252.223', 1659102791, '__ci_last_regenerate|i:1659102791;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659057354\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659102753;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cd267ccd45565049a987021f396fb4c0ebcf4d7', '40.77.167.30', 1657043188, '__ci_last_regenerate|i:1657043178;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cd373070ac6ca91c716058ac0c4e912e5b2a6f2', '40.77.167.123', 1683381394, '__ci_last_regenerate|i:1683381394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cd39504e1d80fa107b9a68148c1b268936d53f2', '51.222.253.8', 1664042107, '__ci_last_regenerate|i:1664042107;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cd96252aa81320c3183a9aa6bf332e057c184bc', '190.148.252.96', 1672935002, '__ci_last_regenerate|i:1672935002;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672932959\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cdb4b5fa2467a6f1838da27485a40f5b7e72a8c', '114.119.152.216', 1688281031, '__ci_last_regenerate|i:1688281031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cdc64168a91c264d456a4e1e084564e43790fca', '40.77.167.123', 1682771483, '__ci_last_regenerate|i:1682771483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cdc8786810bbde47e063f6bb81bc7b7f18664e6', '114.119.140.13', 1686482378, '__ci_last_regenerate|i:1686482378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cdcf830ee7d1c58d864a6b628426a6fd7ed1d81', '54.36.148.124', 1661048701, '__ci_last_regenerate|i:1661048701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cddbf7dbcd55ba1e9f4b794e232282c71684dfd', '190.148.157.98', 1679160337, '__ci_last_regenerate|i:1679160337;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679160261;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cdee1e130fbf90961666d184f4ea0ea6aa574e5', '52.167.144.109', 1680358822, '__ci_last_regenerate|i:1680358822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ce0a0b2ad91ad573d6bd204f81f7503b9fc3350', '52.167.144.154', 1687547831, '__ci_last_regenerate|i:1687547831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ce1e8af989a932520490d9c2fa70c0ca43f2e09', '207.46.13.6', 1671943614, '__ci_last_regenerate|i:1671943614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ce21001a819a95e664395bfd6ed3a372ef6c0e3', '40.77.167.191', 1681819308, '__ci_last_regenerate|i:1681819308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ce6ec3251915d5fed595acb8f6ee4e693127490', '190.56.32.35', 1672067316, '__ci_last_regenerate|i:1672067316;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672066630;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ce722db89c6b0d08246b849180d709a0de028a4', '51.81.32.179', 1665787272, '__ci_last_regenerate|i:1665787272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ce8f35e1d138d2475f86f01f2fd914653167efb', '51.222.253.1', 1678150755, '__ci_last_regenerate|i:1678150755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cea01f673b4a22dda2f6dbee7bfba7e1a843868', '40.77.167.91', 1687025570, '__ci_last_regenerate|i:1687025570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cea3023ac0049d902b9f0b1dc4dbb16a162b6fa', '40.77.167.255', 1684539384, '__ci_last_regenerate|i:1684539384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cec55c831c938a932a2e0bae38d93f082a950ae', '188.147.12.193', 1670502357, '__ci_last_regenerate|i:1670502357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cedd250fc8db98dcd19e9ce98edb5ea113e8cd2', '207.46.13.207', 1678401928, '__ci_last_regenerate|i:1678401928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cee8f11cdc636f428b9c138cd074948bbcf5dfc', '54.36.148.147', 1651503934, '__ci_last_regenerate|i:1651503934;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cef4eeb32c14d25bf0e5c6325534d0b03624e93', '66.249.77.162', 1686585537, '__ci_last_regenerate|i:1686585537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cefd77e48ead982272df9b340430814ad14a49d', '74.208.2.230', 1684500919, '__ci_last_regenerate|i:1684500919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cf08bdb1115c7d4dbc64167874959384ac8694d', '114.119.144.30', 1688526433, '__ci_last_regenerate|i:1688526433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cf0ca7d77f521b3fe5537490196baecc519d063', '114.119.132.52', 1687659907, '__ci_last_regenerate|i:1687659906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cf25d9ef30949b9f3e0a4b80f9a6023697f4cca', '51.222.253.18', 1684060324, '__ci_last_regenerate|i:1684060324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cf54a433e46e42f39ca896a872d6e3e428175e6', '157.55.39.194', 1674432081, '__ci_last_regenerate|i:1674432081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cfb09f46a59d80bf980bb044c5fcd7ab917d445', '207.46.13.41', 1671516840, '__ci_last_regenerate|i:1671516840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cfb139b89d2d362454c51973f80afef034635f7', '164.92.202.75', 1688458636, '__ci_last_regenerate|i:1688458636;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cfb483b43f451e3a6ca0621a63d48e4ca46793b', '114.119.157.118', 1687561122, '__ci_last_regenerate|i:1687561122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cfd7c81f32768c7eaa303d57d594d7f4bcd74e5', '54.227.32.154', 1652862226, '__ci_last_regenerate|i:1652862226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d00d7f9175ae11d0cf02559e6c287df4d399516', '35.90.213.95', 1662212535, '__ci_last_regenerate|i:1662212535;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d02117a52603c06aab34dca0d886d156771ea6b', '51.222.253.9', 1660678063, '__ci_last_regenerate|i:1660678063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d0224bde19af5a964c689df40b8eaa8b275b9d6', '114.119.154.81', 1687295425, '__ci_last_regenerate|i:1687295425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d031b991aa5f0aa9469842e156e81299b0347ae', '114.119.133.138', 1686699396, '__ci_last_regenerate|i:1686699396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d031cc1781c97ae622cac5f13697b9c096b1134', '114.119.159.128', 1684172511, '__ci_last_regenerate|i:1684172511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d039355b9197c68d88806b80af94e92fbebb888', '157.55.39.51', 1669168055, '__ci_last_regenerate|i:1669168055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d04480e6f4955a5239811c2cd3c36696bba2b8b', '104.237.147.188', 1659152473, '__ci_last_regenerate|i:1659152473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d066223671313fe19daccb96c941c006eb03187', '190.56.173.175', 1653064417, '__ci_last_regenerate|i:1653064417;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d069276d9578ceb3d725f26406b38e9607cb911', '72.13.62.27', 1688564636, '__ci_last_regenerate|i:1688564636;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d06c5d9884b70ec142d172852f3c9b3332d4e95', '200.119.168.250', 1680732867, '__ci_last_regenerate|i:1680732867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680732864;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d0726c3c15d89dc20d9d8e325b3d2e5cea21aa6', '149.57.16.7', 1653807022, '__ci_last_regenerate|i:1653807022;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d07cc982144b818d919d8f4773155cbd422a7bc', '17.121.115.95', 1662006948, '__ci_last_regenerate|i:1662006948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d0b2a8c7afdffb6866a28867af64f41ca6620a9', '18.191.208.80', 1676399568, '__ci_last_regenerate|i:1676399568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d0b641bccfa06dc1c7e64c46843f63babbdb9ae', '114.119.136.146', 1687204303, '__ci_last_regenerate|i:1687204303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d0c050e134d275f1e357b4b537d5f0a5f459f02', '114.119.148.94', 1686605800, '__ci_last_regenerate|i:1686605800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d0c13d61135425143571b767e58fb5e68cb214c', '54.36.148.54', 1673280055, '__ci_last_regenerate|i:1673280055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d11c16e05b3214880aa34d53d10a4c327d1486a', '52.167.144.172', 1687104792, '__ci_last_regenerate|i:1687104792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d134dd324f42b6fc477a4ebd9493d2688cf1103', '190.148.157.214', 1669741774, '__ci_last_regenerate|i:1669741774;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669741749;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d13746ebae11571fbd6c6d792b279feb5a58aa3', '17.121.114.169', 1654257512, '__ci_last_regenerate|i:1654257512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d14a0b400f21eb2d8f6476da7c0e94e866a1534', '190.56.173.213', 1683587082, '__ci_last_regenerate|i:1683587072;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683557046\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jQr27mKoyd0NiIqE3nlM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d172992b73762823fe2244c1bc464d5dbbc97e2', '51.222.253.17', 1663183865, '__ci_last_regenerate|i:1663183865;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d17d2e6e7e8b1553e38f075ee30108779f67f0d', '52.167.144.98', 1685077855, '__ci_last_regenerate|i:1685077855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d1b4b51a04253209274aff9280bc6fd38af6285', '149.57.16.7', 1653807076, '__ci_last_regenerate|i:1653807076;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d1c0632b21482df4e0d8cfafd5bfbed859b05c6', '198.251.73.89', 1686693222, '__ci_last_regenerate|i:1686693222;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d1c8023b7e6c7a3ad777281276d6c6fa1091fab', '200.119.170.221', 1664378628, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664378628;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664375041;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d1d0edd9ed365e906f4c639ba86fa2ab5352b8d', '190.56.32.35', 1671923157, '__ci_last_regenerate|i:1671923157;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671923076;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d1f4a9a0ea70e097e944cd2ea605332d7849c13', '54.245.66.40', 1650893877, '__ci_last_regenerate|i:1650893877;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d221b82f65997bc13d1e31be77962b8754a60cf', '200.119.173.177', 1684933323, '__ci_last_regenerate|i:1684933323;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684933273;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d23cb26cf643b6b1906afc01d567eca783f1f1e', '190.148.252.76', 1654180899, '__ci_last_regenerate|i:1654180899;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654054804\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d23da773afae7e919108f63205a21f0c20d4d57', '157.55.39.79', 1668935028, '__ci_last_regenerate|i:1668935028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d2510594df6e0c8aa533ce9baca2bff44b16ba2', '190.56.32.174', 1676569180, '__ci_last_regenerate|i:1676569180;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676569175;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d2535405bbef4734809b7f765fe9965de03b99f', '114.119.131.199', 1688066423, '__ci_last_regenerate|i:1688066423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d25ecc3befeecb43cf0cf58a61e00bd1f19be21', '190.56.51.241', 1661443881, '__ci_last_regenerate|i:1661443403;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661373738\";last_ip|s:15:\"200.119.170.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661443881;register_id|s:2:\"85\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:03:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d27fc2d8a61e1574f70f8208a4ce84b7824eb17', '114.119.140.47', 1685976376, '__ci_last_regenerate|i:1685976376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d28ae7e830a0de0f5bca5c8656a31cc5d5e27af', '52.167.144.74', 1688283078, '__ci_last_regenerate|i:1688283078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d2b38ef409f4f6d953b4100e4be288a003d8795', '114.119.148.127', 1685032262, '__ci_last_regenerate|i:1685032262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d2be48ba9e922c781cc5483cfdc20aefd5522a2', '34.244.84.56', 1680919185, '__ci_last_regenerate|i:1680919185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d2d250eb3b3a953d5f8355d93267d2e6799e563', '157.55.39.79', 1668465786, '__ci_last_regenerate|i:1668465786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d2d543df8f64ca2b244112a5e7470f8eb78a392', '207.46.13.12', 1676424393, '__ci_last_regenerate|i:1676424393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d2e3aeadce894f7506a3689d31281740fecace2', '114.119.135.174', 1688226537, '__ci_last_regenerate|i:1688226537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d2fd2ce3e95db7f547c170b706e7e89b493dfa2', '213.211.139.85', 1674419641, '__ci_last_regenerate|i:1674419641;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d307f130f36e50459866d49578e1e23d324394b', '114.119.146.87', 1688362669, '__ci_last_regenerate|i:1688362669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d3252edfe1a16f1687578a86323ad75590f21d7', '190.148.157.80', 1669477266, '__ci_last_regenerate|i:1669477266;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669476718;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d32584499bdf63b3f5ee8819f4c808272d624cc', '18.236.234.48', 1671368546, '__ci_last_regenerate|i:1671368545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d3316c1ef7283aca433fdf76057837c966ffeda', '151.204.150.136', 1659094047, '__ci_last_regenerate|i:1659094047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d33b87b338203261a1dd783d3052c6f3de044da', '13.38.27.119', 1653408636, '__ci_last_regenerate|i:1653408632;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d348aa1c61b1fc9306c3a73da1f5c8016b7a667', '51.222.253.7', 1653438597, '__ci_last_regenerate|i:1653438597;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d35187c980ec3d72ecde5f51518cfd4c5445727', '190.56.55.32', 1657147667, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1657147654;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657136400\";last_ip|s:12:\"190.56.55.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657147667;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d35828749073622e402236c6a4d473a5973716a', '52.167.144.171', 1685077873, '__ci_last_regenerate|i:1685077873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d35dc8b9755a98d4191e80fea74af28aad15f1d', '52.167.144.66', 1681789539, '__ci_last_regenerate|i:1681789539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d35ec9273194af7a55f2b47adb662a500aa83da', '51.222.253.10', 1684068629, '__ci_last_regenerate|i:1684068629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d362f201bd7c5257e2bc73e3079c996313e9618', '34.214.198.235', 1682987296, '__ci_last_regenerate|i:1682987296;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d3659de8d4ae75c78ed826a4f2d2d9f1d88ff23', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d39bb422b230c8b4f592c10836995342b5262b2', '40.77.167.49', 1664532768, '__ci_last_regenerate|i:1664532768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d3a55c5133c246b8914806fe6361835d76cf237', '51.222.253.14', 1680102650, '__ci_last_regenerate|i:1680102650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d3cd97dafb7d3663ae032e05d3296e5425616ca', '157.55.39.79', 1669623299, '__ci_last_regenerate|i:1669623299;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d3d7541b6d44edfaf1299dea990e7b3cfb12853', '114.119.134.12', 1685656353, '__ci_last_regenerate|i:1685656353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d3e0ae62ebf0ea5a69cc295eb06b776172d501b', '54.36.148.38', 1651654739, '__ci_last_regenerate|i:1651654739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d41b496b0f1f0cfafea2462629502d6e2038e59', '50.21.188.2', 1663642577, '__ci_last_regenerate|i:1663642577;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d43f377cdb7130066c99c8d4bdce9a22f54de61', '114.119.131.248', 1687629394, '__ci_last_regenerate|i:1687629394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d4a3f61b91e172f26a5432005179eb36c5ffcdc', '190.148.87.182', 1679851346, '__ci_last_regenerate|i:1679851346;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679851254;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d4b441b0cc78da1ecfdc9ae3198a1006f144780', '190.148.87.96', 1678469284, '__ci_last_regenerate|i:1678469284;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678469261;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d511b4e98a82a7b93f7b3de44ce6f3e6d732b3f', '200.119.174.9', 1674495065, '__ci_last_regenerate|i:1674495065;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"CWAaFpkHoLPrxXcVGUeB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d52067a4986a958fa3323a3ecd5b3e1b2e04586', '52.167.144.76', 1681499250, '__ci_last_regenerate|i:1681499250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d5304f08d41b2921983aeaf637c06b221d2dc3f', '51.222.253.20', 1654554939, '__ci_last_regenerate|i:1654554939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d53b3afd74fece98d5b0e27c0f464a6249a592e', '46.101.63.152', 1652762876, '__ci_last_regenerate|i:1652762876;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d55867b1945037f8ad9725c65e5d6de78c24e85', '52.167.144.31', 1681560265, '__ci_last_regenerate|i:1681560265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d56a61d11583ec830997fcd5d7e52e23ed46435', '190.148.252.197', 1665512192, '__ci_last_regenerate|i:1665512192;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665510817;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d5762ffcdea3a74b5ae8d596a8191ba6b95b891', '200.119.173.87', 1663015698, '__ci_last_regenerate|i:1663015698;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662999200\";last_ip|s:14:\"200.119.173.87\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GZNBdtCXA4jgT1rkPSYf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d587f6344b5975b38a8dd43dc0278c91f8cd282', '157.55.39.253', 1682118019, '__ci_last_regenerate|i:1682118019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d58a2f5d8f6053465ba4dde4cfd68ca48d2b1fc', '52.167.144.98', 1685951113, '__ci_last_regenerate|i:1685951113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d5a8bb84e7f7a49fc286b5406cd6a437e2ae39d', '157.55.39.51', 1669386130, '__ci_last_regenerate|i:1669386130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d5b97af2172689bdd10da10e28a59427f7bfc87', '130.255.166.120', 1687905062, '__ci_last_regenerate|i:1687905062;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d5c41200997f5c61e1e807709c6369d44acda40', '52.167.144.41', 1687141354, '__ci_last_regenerate|i:1687141354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d5d01a183f8fa97ee1d7eb55e70b8b91d4ee864', '190.148.157.98', 1679158641, '__ci_last_regenerate|i:1679158641;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679158633;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d5d07a3970d30236aa40be542875212e31edb53', '157.55.39.100', 1671972141, '__ci_last_regenerate|i:1671972141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d5db10916e168844a0badbf74d096aeba066765', '40.77.167.166', 1676435958, '__ci_last_regenerate|i:1676435958;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d62993d4861e6a45e04d3e3a290fa7c3817ca65', '51.222.253.16', 1658868275, '__ci_last_regenerate|i:1658868274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d62d118842fe7629b31e3c7534e9ed4fccc2f2e', '40.77.167.49', 1665118092, '__ci_last_regenerate|i:1665118091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d62e12e1fc6d3ca036356c51ba15abc71cc9f8e', '190.56.54.156', 1665076466, '__ci_last_regenerate|i:1665076466;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665076421;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d646dfc8c22f4d74fa92c2e88d1e390145442ae', '34.121.233.252', 1664428097, '__ci_last_regenerate|i:1664428097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d673bd319aaefe242cbc2fd0c07c443d63504d5', '190.56.49.237', 1665792709, '__ci_last_regenerate|i:1665792709;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665792618;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d6747a1165c5ce181cdc9ac611d2601b18728af', '52.167.144.162', 1686368786, '__ci_last_regenerate|i:1686368786;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d6b0f4b07be78e2a1aed9428ac63daf66cd3e79', '51.222.253.20', 1657828183, '__ci_last_regenerate|i:1657828183;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d6b6e2b9c981434d2300da53560f2e91048f7fa', '207.46.13.211', 1679761616, '__ci_last_regenerate|i:1679761616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d6c908554ea63121ce695e9e5990af866b32e04', '52.167.144.162', 1686862075, '__ci_last_regenerate|i:1686862075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d6f6593f320c222cbea01da29b851f6aff7a3b2', '157.55.39.25', 1663460825, '__ci_last_regenerate|i:1663460825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d71a45f2f7beda675db4940f7eacb612ff5de69', '114.119.159.208', 1687606605, '__ci_last_regenerate|i:1687606605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d72bb03d896460078b3359ea8c91fb12db8730b', '52.167.144.74', 1688245464, '__ci_last_regenerate|i:1688245464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d72d3ce4c93938796d349c257a89f0e52b872f5', '207.46.13.209', 1685975697, '__ci_last_regenerate|i:1685975697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7499dfe75d5e54d547ba1a6b6b093f65e15538', '40.77.167.225', 1680723729, '__ci_last_regenerate|i:1680723729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d75f99d835e7d0e4587f9d086d16a9380b92ecf', '54.36.149.36', 1662750362, '__ci_last_regenerate|i:1662750362;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d760d50b156690eb55125fb9e4f8fd8a3c51ef0', '52.167.144.98', 1685608927, '__ci_last_regenerate|i:1685608927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d769a80792c04488079a8b56523f7e3dbfa290b', '40.77.167.191', 1681560342, '__ci_last_regenerate|i:1681560341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d76c41e7c00f34f02d8a452f995f94ffe72d326', '114.119.148.14', 1688517663, '__ci_last_regenerate|i:1688517663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d77c1c721eb98bbf908e302aa6569fe15e65708', '163.123.143.82', 1673574365, '__ci_last_regenerate|i:1673574365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7971a65c398937af9e489124ca0784d07fc1b1', '114.119.152.54', 1687569076, '__ci_last_regenerate|i:1687569076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7a29c1aed41426e65c34aeda7a618450649d9f', '200.119.168.9', 1660741606, '__ci_last_regenerate|i:1660741606;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660683817\";last_ip|s:15:\"200.119.168.196\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660740884;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7b6396c8d47e2e3f5d385fd059d2fdfda35518', '114.119.135.187', 1688136520, '__ci_last_regenerate|i:1688136520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7b6a556e3d147c9f6dcbf38f238707da6b877c', '52.167.144.69', 1676208631, '__ci_last_regenerate|i:1676208631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7bfed267a4eea8071a8c932f63f5c0809219b0', '66.249.65.167', 1668519220, '__ci_last_regenerate|i:1668519220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7c52f5cebd8e95e1fe646e8b0a30a7992a1e1c', '157.55.39.94', 1672603575, '__ci_last_regenerate|i:1672603575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7e270c437adc32d626617faae2802541e3b86d', '190.148.157.53', 1683929539, '__ci_last_regenerate|i:1683929539;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683928440;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7eecec4a11b98c4dd9840f0f0a2273235804d9', '52.167.144.98', 1686171998, '__ci_last_regenerate|i:1686171998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d7f8c42e461cfd8750758b4f6727f0ad8df4d83', '190.56.32.162', 1659544860, '__ci_last_regenerate|i:1659544860;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659544840;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d835b5c11acca7849b462caa04d86d3898cd4ce', '5.188.62.26', 1656353691, '__ci_last_regenerate|i:1656353691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d83fb7a9df1b3a3e810cc7a7c03a37a18c36e6c', '190.56.32.243', 1684712243, '__ci_last_regenerate|i:1684712243;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684712143;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d84da8474ba85fe0a1d7339189ee4e1336ab9dd', '5.188.62.140', 1653273532, '__ci_last_regenerate|i:1653273529;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d8693834bf0d9cab2fbcf8c513d6363f837aeed', '52.167.144.164', 1679462372, '__ci_last_regenerate|i:1679462371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d8704f7eac7ee6fc65da66de87470c5d44d8061', '40.77.167.63', 1672246871, '__ci_last_regenerate|i:1672246871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d87f093a24a735b50c397092448412be1164846', '130.245.169.70', 1657360528, '__ci_last_regenerate|i:1657360527;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d8b0dc9419aeaf5dd436d1ecd2af08451ac496c', '190.56.32.35', 1671718037, '__ci_last_regenerate|i:1671718037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671717892;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d8c0e1a0e20091f9d0844d5f2dcf09e10b2fe5c', '157.55.39.130', 1673056521, '__ci_last_regenerate|i:1673056521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d8c798154acbd493fed51f107141e6972a562c2', '190.56.51.241', 1661432084, '__ci_last_regenerate|i:1661432084;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661373738\";last_ip|s:15:\"200.119.170.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661432077;register_id|s:2:\"83\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-24 10:23:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d8d7ca3b7459706ecc0a4b70bf9baf058492142', '52.167.144.164', 1684512551, '__ci_last_regenerate|i:1684512551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d8d9e2f53fd91576978948820d87f86c4eb921b', '40.77.167.191', 1682039844, '__ci_last_regenerate|i:1682039844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d9015288adf7fe1e252d6e4eb305d1fa55669ae', '200.119.170.212', 1665872426, '__ci_last_regenerate|i:1665872426;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665872417;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d92cfa8db8cf20bc493567cba2b8ecb605ce07c', '40.77.167.246', 1676963992, '__ci_last_regenerate|i:1676963992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d930d83d4591f0e36a056ba6b230432d0af7083', '40.77.167.191', 1681826651, '__ci_last_regenerate|i:1681826651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d93d4be4c502fc284f17a46d5a80cfccd745585', '17.121.115.76', 1659620007, '__ci_last_regenerate|i:1659620007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d93fd5fd24645b31b5ad5dd76def2c51e133833', '157.55.39.253', 1682115246, '__ci_last_regenerate|i:1682115246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d954899928574ae78b0b302cc57545e7566194a', '207.46.13.215', 1680302008, '__ci_last_regenerate|i:1680302008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d95db54f6b79339f4eb6b5c9508042e72cf68cc', '200.119.168.96', 1666917545, '__ci_last_regenerate|i:1666917545;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666917532;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d96ac18bf3c94788a67f9a89fde3bf2862b6e6c', '14.29.231.137', 1665560409, '__ci_last_regenerate|i:1665560409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d98de41cea156e7a373f9c5365e35a92bdd2c23', '17.121.114.26', 1658517203, '__ci_last_regenerate|i:1658517203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d9952667059d248b8a8d6070a9c0cb3af6b724e', '40.77.167.207', 1681719193, '__ci_last_regenerate|i:1681719193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d99711f86a6d4844095e5365feee34b05fb3d2b', '66.249.79.195', 1688550797, '__ci_last_regenerate|i:1688550797;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d9a11cd1791921d900ae8612ff9dda159c6714e', '50.84.48.187', 1671671888, '__ci_last_regenerate|i:1671671888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d9aaf723b06e1b93901700fc2f274c25458da39', '40.77.167.37', 1668834602, '__ci_last_regenerate|i:1668834602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d9d4e14a9fccd0d931304021a3317870d1a0ed2', '52.167.144.63', 1687074744, '__ci_last_regenerate|i:1687074744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0da3428ee31632690cde59ef9c2ffa536e66b622', '114.119.150.156', 1686430327, '__ci_last_regenerate|i:1686430327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0da37409cf7362a20e50183540d38684aca766b2', '17.121.115.114', 1660444527, '__ci_last_regenerate|i:1660444527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0da4503c969911a65b6913506f7f4e176ffca97b', '200.119.174.9', 1674482959, '__ci_last_regenerate|i:1674482959;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674482953;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0da4aa322e13faf7aaf6dd2662a5b680e5ad1b6f', '114.119.154.200', 1684314943, '__ci_last_regenerate|i:1684314943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0da6e68a137a63b052d9deda85209fbe5c16740c', '66.249.79.230', 1650842825, '__ci_last_regenerate|i:1650842825;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0da71990906bf47c01f00826a08f7699b549c715', '190.56.32.174', 1676560508, '__ci_last_regenerate|i:1676560508;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676559810;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0da79e4848b61cb619970b8c45c93f018fd4cc25', '51.222.253.17', 1686351325, '__ci_last_regenerate|i:1686351324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0da7c77b82ae3534d874ad87bd43a9aced0fe10a', '190.148.87.6', 1668203002, '__ci_last_regenerate|i:1668203002;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668178010\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dacfa0233636f302b11ea6f3f0132edfe2400f5', '207.46.13.6', 1671434263, '__ci_last_regenerate|i:1671434263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dadfcb295164cf79a8c7cc2dee2b2eb1ddbab1e', '190.56.55.48', 1687558526, '__ci_last_regenerate|i:1687558526;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687373196\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YzRmkOIrEfMKpNFeBtD5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dae875077a820be54374aa1ab25af3cdb91d6aa', '157.55.39.144', 1666351905, '__ci_last_regenerate|i:1666351905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db005a593bff912c29462c30215ede6fc8bf67c', '40.77.167.37', 1669419380, '__ci_last_regenerate|i:1669419380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db18104fbc06ba8c10e44a97b884e4de0ad4710', '93.158.91.231', 1684584319, '__ci_last_regenerate|i:1684584319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db290016e9f596cd998ab4863e40c69e6a98f62', '17.121.115.82', 1661245683, '__ci_last_regenerate|i:1661245683;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db2ae7ac992fb908789b4f3521d315887bacbf7', '3.17.148.246', 1687183265, '__ci_last_regenerate|i:1687183265;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db3620c27cfd2cfc4ae94b7289980ac35a11657', '52.167.144.172', 1687082851, '__ci_last_regenerate|i:1687082851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db40e7a9e8a098ed062afb8f00afd15f2923766', '40.77.167.157', 1677794782, '__ci_last_regenerate|i:1677794782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db46020861f62c8a1f11170f361331083345de2', '157.55.39.100', 1672369589, '__ci_last_regenerate|i:1672369585;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db48290fa5061aede530d8022955ff526a808a4', '198.251.73.53', 1669808175, '__ci_last_regenerate|i:1669808175;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db59998700b90e5bc9ea07ce18051b543c35007', '190.56.173.251', 1652120862, '__ci_last_regenerate|i:1652120862;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651869909\";last_ip|s:14:\"190.56.173.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652119596;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0db8f39070678da4e7c3ff5e55f2be5f1fd664db', '157.55.39.128', 1673213630, '__ci_last_regenerate|i:1673213630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dba374509f0c504e80efee242306ab09a99d671', '190.148.157.177', 1655217847, '__ci_last_regenerate|i:1655217847;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655153139\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655216922;register_id|s:2:\"23\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-13 15:55:18\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dba49e518313b849afbdb3d45160755737f3ba7', '207.46.13.142', 1664460402, '__ci_last_regenerate|i:1664460401;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dbb34ccf30a1bfec4d8a53f6710b4bae6a0991b', '190.56.50.120', 1661822555, '__ci_last_regenerate|i:1661822555;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661821384\";last_ip|s:13:\"190.56.50.120\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661822366;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dbc8e006861deeb48a46d3a3469f3af52ec4154', '52.167.144.166', 1686904120, '__ci_last_regenerate|i:1686904120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dbc9eaa4fda453b81a767ebc261415b5d3b4bf7', '50.21.188.67', 1672492717, '__ci_last_regenerate|i:1672492717;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dbf265782128487cbac661a8ce612db75774be7', '138.246.253.24', 1678991564, '__ci_last_regenerate|i:1678991564;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc221e5ddb5f4ec558ba43c41cbbf59612e08af', '157.55.39.194', 1674432082, '__ci_last_regenerate|i:1674432082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc290380ff22ffc9d58edb9c1d8310c494bb11d', '114.119.146.4', 1686649830, '__ci_last_regenerate|i:1686649830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc3e74a375c59c844e828e491769eac575f99e0', '157.55.39.216', 1676794171, '__ci_last_regenerate|i:1676794171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc3fac9f2c5245f5a01230ab1706544e82544bf', '114.119.138.183', 1687029092, '__ci_last_regenerate|i:1687029092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc48970d8c561717cf5e9c28f3f752f4f0ee173', '190.148.87.23', 1679436767, '__ci_last_regenerate|i:1679436767;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679436756;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc54287fa264de3aa0d4dd9220eae60889509c7', '52.167.144.164', 1684835836, '__ci_last_regenerate|i:1684835836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc66640bb64056e4b6eb9d698bccaf8dbebc555', '52.167.144.74', 1688047269, '__ci_last_regenerate|i:1688047269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc6c0cbbdcc347315a59c289cf673e8810a5529', '190.148.252.161', 1669902775, '__ci_last_regenerate|i:1669902775;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669902704;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc7715bcc4fbe80525cbfb3fb442d191eff1dca', '190.56.49.206', 1655396759, '__ci_last_regenerate|i:1655396759;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655384992\";last_ip|s:13:\"200.119.168.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655396759;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc7e03ad1434d4caed456932d9c2d9ed07568fe', '130.245.169.247', 1657277742, '__ci_last_regenerate|i:1657277740;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc7f5179025dbb3f379a77f2265aefc3df7f212', '52.167.144.164', 1685129224, '__ci_last_regenerate|i:1685129224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc857730b4ac52a8ee37caafa7bff4255d528e2', '114.119.139.44', 1686278692, '__ci_last_regenerate|i:1686278691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc8d378611f13516ee9f1eededc328bd0b935f9', '40.77.167.225', 1676595288, '__ci_last_regenerate|i:1676595288;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dc922f47f5b4c8d52dcbff430c1c10fd74394f8', '190.148.252.102', 1681865787, '__ci_last_regenerate|i:1681865787;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681865736;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dcb790d5f6bfb0f50bb97924e234565f52c910c', '45.129.18.202', 1655495719, '__ci_last_regenerate|i:1655495719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dcca5cb364545a7e25b2deedbf3f620d57e3b49', '51.222.253.12', 1676226694, '__ci_last_regenerate|i:1676226694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dcdffcabcecf83b6ba12b3bb651ba02d587578b', '207.46.13.41', 1671597829, '__ci_last_regenerate|i:1671597829;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dd1b7257cbcb080e804cb663b282d1b63462a3e', '54.227.32.154', 1652867998, '__ci_last_regenerate|i:1652867998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dd1ddb6df3444abd566e69577783a78f2b408bc', '190.148.158.175', 1672187214, '__ci_last_regenerate|i:1672187214;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672187187;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dd41f8a8634479a45f336f8071b98fea8378d12', '207.46.13.41', 1670996971, '__ci_last_regenerate|i:1670996971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dd489d74090e8cd99d3b5620b86273a6aeca3e5', '207.46.13.6', 1671925965, '__ci_last_regenerate|i:1671925965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dd6e4bd06a50d96a6b8f98c8d50fad67f4d333b', '40.77.167.23', 1673919437, '__ci_last_regenerate|i:1673919437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dd7d8d2fea06be3923f97e37e4ae7ae1d8801ad', '66.102.8.71', 1665105277, '__ci_last_regenerate|i:1665105277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dd822f6c10c41c685f9a734c76b3ac9795cb5ad', '5.188.62.21', 1656419238, '__ci_last_regenerate|i:1656419238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dd88772439158396ff705e6a3ba496e71c7147b', '200.119.173.130', 1676143202, '__ci_last_regenerate|i:1676143202;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676142857;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dda728dec6ab842f190599954d2eb5617122da9', '51.222.253.8', 1680721623, '__ci_last_regenerate|i:1680721623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ddb3bc30fb3519c7551d38b382f86af1a5de98a', '114.119.153.160', 1686728844, '__ci_last_regenerate|i:1686728844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ddc80e9429edb19f612b2949876a59f1d592892', '114.119.128.85', 1687341663, '__ci_last_regenerate|i:1687341663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ddd2aa260faf19ab12a2ff25615c61ae06f6b21', '94.156.14.19', 1656187857, '__ci_last_regenerate|i:1656187852;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ddf9b19abfb1dca2f042cfe8407f4b02ea4b165', '200.119.168.250', 1680998548, '__ci_last_regenerate|i:1680998548;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680997733;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de059327a0ca8f71921f00c2e9b3e18cb3e3a81', '52.167.144.171', 1685546716, '__ci_last_regenerate|i:1685546716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de09cf6c382d4368613531c4cc13900f6e73897', '52.167.144.31', 1681389423, '__ci_last_regenerate|i:1681389423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de275b29541fdf458ec7b99e2c021f9882a7b90', '40.77.167.35', 1661401255, '__ci_last_regenerate|i:1661401245;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de2a0758273368866cb99ddef3537477ce856f7', '5.188.62.140', 1656368858, '__ci_last_regenerate|i:1656368855;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de391ac958b47960066ac5c8dc6682f34e4d96b', '35.90.118.11', 1686959486, '__ci_last_regenerate|i:1686959486;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de4be97d08159f07e6469b7fc3ccc573fb75964', '114.119.158.253', 1685553368, '__ci_last_regenerate|i:1685553368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de62961fe92a0ab7ccebb5d7371b0a85738d1bd', '190.56.54.129', 1653581110, '__ci_last_regenerate|i:1653581110;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653524823\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653577607;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de8973d10adab3581b764b2bc8891d3e22a863b', '190.148.157.177', 1682379765, '__ci_last_regenerate|i:1682379765;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682379685;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de97acdde9db4b706520dec12b11b2bb3b07e79', '52.167.144.66', 1682201422, '__ci_last_regenerate|i:1682201422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0de9b7456182f971c7a430fb0e8e5b42724c5da4', '51.222.253.10', 1685772198, '__ci_last_regenerate|i:1685772198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dec19f699b56adfd3f3ba58dc514eff3c4d4ad0', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dec66aea654bfc23e7ab32f0a36bce9f6d6cab8', '190.148.158.175', 1672408665, '__ci_last_regenerate|i:1672408665;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672408632;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dee665d1f0846378b9e88b8853d85efea261d67', '157.55.39.51', 1669794971, '__ci_last_regenerate|i:1669794971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0df28607831b624f5c0e67d2ad22fdd546fcdd01', '190.56.50.32', 1655133934, '__ci_last_regenerate|i:1655133934;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655133930;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0df346d182de668746c121479efe96af0859f45a', '52.167.144.98', 1685951112, '__ci_last_regenerate|i:1685951112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0df420bbccf03194d18c1cae4533f80fafff67c0', '162.142.125.213', 1656697190, '__ci_last_regenerate|i:1656697190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0df6eb21b3e3974b49856fbd80aeef1879baa89f', '190.148.252.161', 1670003938, '__ci_last_regenerate|i:1670003938;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670003912;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0df7b8784c15be397b50d4cf6fc92250aa84ae64', '52.167.144.98', 1684566627, '__ci_last_regenerate|i:1684566627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dfb398cfcc9eafc3778e4413435f2234ec30ec2', '190.148.157.53', 1684164918, '__ci_last_regenerate|i:1684164918;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dfc0a78d4e6137336bfb9e01908ea79048c634e', '157.55.39.253', 1682531991, '__ci_last_regenerate|i:1682531991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dfc28c162662c8f514d61650bf309fe954ff600', '114.119.136.246', 1685433814, '__ci_last_regenerate|i:1685433814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dff32e209a409ce0f029b46b4027d9e163e69f4', '20.15.133.162', 1686163363, '__ci_last_regenerate|i:1686163363;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e02af4a960b34addad4d2356f1ad344b2b34293', '40.77.167.202', 1687268300, '__ci_last_regenerate|i:1687268300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e02cb35d8dbf0420592848291957bba208514ba', '190.148.252.96', 1673289089, '__ci_last_regenerate|i:1673289089;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673041728\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"TX5zA6oRcNs17YUG9HDQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e0865900ede21277c48f5abdf8d30a4d62d00ad', '69.167.36.21', 1681022756, '__ci_last_regenerate|i:1681022756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e0a1ad7fce3dd96e4dc8a7d3a403f3840c2da6c', '52.167.144.61', 1688219871, '__ci_last_regenerate|i:1688219871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e0a471fc0e531ab912ce08da9f7f224ccec3e7c', '40.77.167.123', 1682907759, '__ci_last_regenerate|i:1682907759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e0a4f0a79ed5b2f382501e1de42f8ee61f6f150', '190.148.158.151', 1677093049, '__ci_last_regenerate|i:1677093049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677089708;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e0a6e4e02a03f53a0c0b260f5379a4a444d701e', '114.119.133.53', 1685497799, '__ci_last_regenerate|i:1685497799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e0a8133e5a74bd858e5515c80121069c57ba264', '190.56.32.32', 1686082369, '__ci_last_regenerate|i:1686082369;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686082364;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e0ab93f6b1d27cf7a61b7d8a4dbca3fa2078149', '149.57.16.7', 1653807056, '__ci_last_regenerate|i:1653807056;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e0f7e90d1997bc320220a4c483c5ca1d2549597', '114.119.145.140', 1683808439, '__ci_last_regenerate|i:1683808439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e0fc11786f1a90fb6e0472e325bf557dfea413e', '34.218.244.48', 1651929634, '__ci_last_regenerate|i:1651929634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e11e52c0a5d3ef083fca5f55622c9f67936a793', '35.215.64.144', 1676808932, '__ci_last_regenerate|i:1676808932;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e12eb1368c3ceb7e0de11b2b2de98546fb85634', '207.46.13.214', 1679854360, '__ci_last_regenerate|i:1679854360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e13f0d071123ca33a1bc8471b61098fbd546c2e', '114.119.158.58', 1688411363, '__ci_last_regenerate|i:1688411363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e1561fa9f40205c0f4fbd5047c1e5a879693aca', '200.119.173.130', 1675945673, '__ci_last_regenerate|i:1675945673;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675945631;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e176a6ac373b6959c481fca9d1c8284586e44ca', '54.36.149.35', 1653602455, '__ci_last_regenerate|i:1653602455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e17717e7ad4135c7386524cd46a32680e3bcaab', '190.56.173.136', 1687962499, '__ci_last_regenerate|i:1687962499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687953011\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687962437;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e17e678a6d39e010f4a1219c5d89f7531b9157b', '200.119.173.87', 1663000430, '__ci_last_regenerate|i:1663000430;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662650129\";last_ip|s:14:\"190.148.157.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"X3FvWJmzDNe7MVgh61bf\";last_activity|i:1662999219;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e18c39f377913b2ab3a9535b5fc513f7b1a13d3', '54.36.149.67', 1671136417, '__ci_last_regenerate|i:1671136417;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e19377d963ed10ff163ebc8835fb5f56f559d1d', '52.167.144.108', 1680293208, '__ci_last_regenerate|i:1680293207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e1dedfa028bfbce5355d98d61d046ae4b4a1912', '34.66.243.214', 1651526200, '__ci_last_regenerate|i:1651526200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e1eaa35a9c6a407af48274218da2c0e59249024', '185.181.60.12', 1660277174, '__ci_last_regenerate|i:1660277174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e1f94c6e93fd08f775d2fb1c367ca32de6084bd', '114.119.137.123', 1687551734, '__ci_last_regenerate|i:1687551734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2075441ccf668edc132a11e63a0ec82a6cf70d', '190.148.157.177', 1682268747, '__ci_last_regenerate|i:1682268747;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682268739;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e22cb9e01911e36ef352628b10345bcbda87994', '190.56.55.48', 1687293074, '__ci_last_regenerate|i:1687293074;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687293062;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e238d20021feb22efefe769ea5ac98283ba2187', '54.36.149.67', 1653022419, '__ci_last_regenerate|i:1653022419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e239c789f317922dcdc65aaeec82bd4a990c2f5', '5.188.62.21', 1656423620, '__ci_last_regenerate|i:1656423620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e23fe881017ef004513c3d7b42e9fceeccc40bd', '157.55.39.9', 1674919028, '__ci_last_regenerate|i:1674919028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e24b6b347c9737e3a52c2a40e16e506862ca092', '52.167.144.98', 1684282457, '__ci_last_regenerate|i:1684282457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e255e4f63fee06c4dc26b56bfa427d77f62fc37', '114.119.152.139', 1687512725, '__ci_last_regenerate|i:1687512725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2598c78c29173a8f1363ba4357f6980fe428b8', '147.182.171.81', 1650861185, '__ci_last_regenerate|i:1650861185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e25fcfafd8eae7ae22af4958a944a0e3d778df1', '114.119.138.98', 1687630257, '__ci_last_regenerate|i:1687630257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e26466986a0dd694e50ec458092696dd5358e0d', '40.77.167.43', 1654014126, '__ci_last_regenerate|i:1654014126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2873e9c1e5d7dfad4dda8d7a52781e3dabf3f5', '54.36.149.39', 1673329665, '__ci_last_regenerate|i:1673329665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e294be0e85b6fb17bbef10c100ab8e87447a605', '54.36.148.200', 1684993736, '__ci_last_regenerate|i:1684993736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2aac88f203b9cbe90c963e1ba1b83e36ef6b42', '52.12.107.250', 1652621310, '__ci_last_regenerate|i:1652621310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2ade1854526b67a3a2fe19cbb400a6cecacdb3', '114.119.136.68', 1685497452, '__ci_last_regenerate|i:1685497452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2d34846301df7688c7e66d5de35f80f3306003', '17.241.219.162', 1672318754, '__ci_last_regenerate|i:1672318754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2df8ea33546a6c791cfa0ff084180f64a98493', '67.205.176.132', 1671966404, '__ci_last_regenerate|i:1671966404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2e0dff2b5e04c6049339613b26bf3ddce6f353', '54.36.148.58', 1670179447, '__ci_last_regenerate|i:1670179447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2ef6b341eb2145d34953e1d99a4d06bd4dc0fb', '114.119.144.99', 1686579503, '__ci_last_regenerate|i:1686579503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e2f5f45762cd5ba1cb75fdc23363a1a7402cb05', '40.77.167.49', 1664555324, '__ci_last_regenerate|i:1664555324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e3092adf443c6b5c5c5f4c9ff90707ed29ea321', '114.119.149.116', 1688168451, '__ci_last_regenerate|i:1688168451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e309b9b7a98a8babb6a45d90d5908a2e5a8fcc3', '114.119.153.160', 1688383160, '__ci_last_regenerate|i:1688383160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e30b77a8752970d9171e2e44ab504a1f5351955', '207.46.13.134', 1673322337, '__ci_last_regenerate|i:1673322337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e3106d023fc388058657103cf583e1e451756fa', '54.36.149.47', 1677593245, '__ci_last_regenerate|i:1677593245;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e35066622ae3c50892dada9de43cd91651d332c', '200.119.172.60', 1674656805, '__ci_last_regenerate|i:1674656805;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674656802;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e35f8819939120ccd89e77a6ef1092d78fe1238', '200.119.173.130', 1676161584, '__ci_last_regenerate|i:1676161584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676159766;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e36256753d1b450e4678cfc3d6a4fa6a0a8aaa4', '35.86.85.207', 1679233264, '__ci_last_regenerate|i:1679233264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e37bebc8984d7c17e61d67b371bc9c583703073', '200.119.174.9', 1674171085, '__ci_last_regenerate|i:1674171085;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674171079;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e3b73fa5dce9e814aaabed8230d6f7928446e7e', '190.148.252.76', 1654370936, '__ci_last_regenerate|i:1654370936;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654346772\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654368127;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e3e29b5aad330da17c65602db29dd447ce962d6', '104.154.92.6', 1664804043, '__ci_last_regenerate|i:1664804043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e40829ecf1b71f24aa7c26807c4d02103514529', '157.55.39.79', 1671089088, '__ci_last_regenerate|i:1671089088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e46dee3477e53edc5422c4a0342fa169a91c5ce', '66.102.8.139', 1677433095, '__ci_last_regenerate|i:1677433095;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e4a2aa16c4d9a690549dd5e308b1e04e0206e48', '190.56.32.174', 1676638237, '__ci_last_regenerate|i:1676638237;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676559673\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676637794;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e4ad24b5afa8e424e651e87e474f51a5a2f5f8b', '40.77.167.169', 1675495663, '__ci_last_regenerate|i:1675495663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e4d53de9679ca6dbc3fb4a5a7b1168d1a39af6b', '52.167.144.98', 1686266296, '__ci_last_regenerate|i:1686266296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e5033052afdacfb444bd89ad343f7dd65614ff4', '52.167.144.70', 1688219885, '__ci_last_regenerate|i:1688219885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e505ec90d14479ba7d7320885ecb7e4ad0ee5cb', '190.56.32.174', 1676820655, '__ci_last_regenerate|i:1676820655;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676820601;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e530fc6bd88f21b50b113d366d14fa72422021b', '17.121.115.152', 1654543528, '__ci_last_regenerate|i:1654543528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e531e6ab6b618a497214c8bf640fd2d094ee4ed', '190.56.49.187', 1687996606, '__ci_last_regenerate|i:1687996606;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687996603;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e53bbac7360227e9dbd59a79ed3b09418292f6c', '198.251.73.67', 1672881341, '__ci_last_regenerate|i:1672881341;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e570c88917661cae4fdf61eb0fdf2fd5674e7d4', '47.242.88.206', 1650927906, '__ci_last_regenerate|i:1650927906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e58b78a1c70cfcd41958d43428b3fa2876571fa', '42.83.147.34', 1658120736, '__ci_last_regenerate|i:1658120736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e590939c6bb5317d68855a3e423820fcbfdd01a', '114.119.143.103', 1686540034, '__ci_last_regenerate|i:1686540034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e597b0ccdbe7fe63c41d862d3197cd367f88ad6', '114.119.139.44', 1687787914, '__ci_last_regenerate|i:1687787914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e5c5b2e8286b3f6bb1b5a2a7b07f7e65e8ee302', '190.56.32.243', 1684711893, '__ci_last_regenerate|i:1684711893;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684711686;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e6074cfd94952d04ea975f46e6ad6ca6bb598fb', '200.119.170.221', 1664486331, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664486331;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664486326;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e63d69fc8074e3daa3d8d99adaa564099feeb44', '111.7.100.22', 1650976214, '__ci_last_regenerate|i:1650976214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e66c5b3443d09c00d486f767f8219921b32c4a6', '3.144.113.56', 1655174258, '__ci_last_regenerate|i:1655174258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e694f875b659451370fdefa6edbd1d9d8fb514f', '114.119.144.11', 1685090113, '__ci_last_regenerate|i:1685090113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e6b6b33bf21dbd06a2f002d17224f6957a4b02b', '157.55.39.65', 1661896334, '__ci_last_regenerate|i:1661896334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e6c21ad45c41798b507419018b89a31aa8b2152', '51.222.253.20', 1662019603, '__ci_last_regenerate|i:1662019603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e6c4f5bd2a6a90c635091f813a51a45767012d4', '200.119.170.10', 1655303472, '__ci_last_regenerate|i:1655303472;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655303139;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e6f7968e25a937841b82c42f8c79157e99c9f8e', '190.148.87.182', 1679951734, '__ci_last_regenerate|i:1679951734;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e70ab3d73bf5b62290602ed86fdacad3d56990e', '114.119.136.68', 1685494931, '__ci_last_regenerate|i:1685494931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e71959524be60cba941b01014eca58b9f0b7768', '192.227.248.189', 1651335596, '__ci_last_regenerate|i:1651335596;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e720e93d4b6550798a688d5b48c629f3e2d88be', '159.203.113.143', 1683116844, '__ci_last_regenerate|i:1683116844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e72b434f31fd48496428da6e1b79ccdf9d6b566', '200.119.168.250', 1680728902, '__ci_last_regenerate|i:1680728902;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680727929;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e72cfdf3cd2eda133e0201fd0de13cf4e919f12', '114.119.134.91', 1684414590, '__ci_last_regenerate|i:1684414590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e74f3fe9e9cd833f4f07a29f5980c6cad9bb7fc', '51.222.253.11', 1668710510, '__ci_last_regenerate|i:1668710510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e757e71d0c236fadb4c5802a176933e620e6a4f', '66.249.79.85', 1650842802, '__ci_last_regenerate|i:1650842802;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e75a94efcd9a09bf5f9c1d1b403262371b81a10', '190.148.252.96', 1673295108, '__ci_last_regenerate|i:1673295108;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673284948\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673291025;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e75f2ea4ee8640c1bd9dce3edb5f46008496705', '190.148.158.175', 1672593942, '__ci_last_regenerate|i:1672593942;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672593923;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e79c67c66525aba270374931b7504e8ecb7571e', '40.77.167.175', 1680353680, '__ci_last_regenerate|i:1680353680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e80471b1ee580c009f642c1ae1a14d8efda247d', '51.15.22.197', 1659711029, '__ci_last_regenerate|i:1659711028;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e804ad34edf6cbb956f82282c49b2e27891d140', '190.56.50.15', 1667094865, '__ci_last_regenerate|i:1667094856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667094864;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e80752cc0f9a3f9e9446e320c30c8c16592364e', '52.167.144.171', 1685427183, '__ci_last_regenerate|i:1685427183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e80ff57d57f441ed8680f20182a0a5af2a3be5a', '130.245.169.247', 1657277739, '__ci_last_regenerate|i:1657277738;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e82661d1e300ee06da7ec7479d95110f0303365', '200.119.172.65', 1659389309, '__ci_last_regenerate|i:1659389309;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659359702\";last_ip|s:14:\"200.119.172.65\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659388871;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e82d6d1c672a5ef1d21a94175c1e936b4708fbf', '114.119.128.139', 1687112026, '__ci_last_regenerate|i:1687112025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e888b3cfbed8e15cdbc17c05b1fe198c7e60445', '198.12.91.231', 1653665927, '__ci_last_regenerate|i:1653665927;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e892d85c3d04e3f7425b1505150df88d633e1d4', '114.119.130.18', 1688300734, '__ci_last_regenerate|i:1688300734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e8bab881768c57889bf57c67b5ab16d3fe6313f', '157.55.39.79', 1668545382, '__ci_last_regenerate|i:1668545382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e8c00ddf9cf87f97d8ff9c11e955ac1d3256594', '157.55.39.253', 1682705300, '__ci_last_regenerate|i:1682705300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e8c95e3b5714fa9afe489c1f39a3e171ea8a655', '114.119.133.222', 1688492096, '__ci_last_regenerate|i:1688492096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e8cc555a44a7980891c3818fd2a881bc59a633d', '190.148.158.151', 1677358374, '__ci_last_regenerate|i:1677358374;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677358372;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e8d33bbca4847fdf9abe2208a6a46905a738f23', '114.119.132.11', 1685589222, '__ci_last_regenerate|i:1685589222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e8faaac7fa018b2fc06c2f2f56792552683bfe7', '207.46.13.154', 1671160543, '__ci_last_regenerate|i:1671160543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e92717b8967cba4baa9d65d2e6a3f60465de2b4', '190.148.157.80', 1669244259, '__ci_last_regenerate|i:1669244259;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669236506\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"WwRbFGK64Vvi8LAY2B3S\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e9285a4d8ec50f7344fcf72f50fbaf7bb0f3c46', '17.121.113.53', 1659987528, '__ci_last_regenerate|i:1659987528;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e93bd3f7c973643c102a6a99d46ca0d4c3edc0a', '207.46.13.207', 1678600423, '__ci_last_regenerate|i:1678600423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e95d69da96601f8dcb5139d63ba97c7eaee18da', '190.56.50.15', 1667165760, '__ci_last_regenerate|i:1667165760;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667165756;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e97452778b9d0624120d8e53de83fd752dda1c3', '190.148.157.80', 1669375457, '__ci_last_regenerate|i:1669375457;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669375457;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e9a17686d3156d559fe7c8937d20e096278e0cb', '40.77.167.202', 1687595160, '__ci_last_regenerate|i:1687595160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e9a4fb5784b0d622e645114071bf6ff45999727', '52.167.144.164', 1685054645, '__ci_last_regenerate|i:1685054645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e9a8c49b68e2d37ff2ea946a0aa96976d413ac7', '190.148.157.183', 1680386103, '__ci_last_regenerate|i:1680386103;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680386017;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e9c0e37800f5fbe903b66434b0ef05f6a5b0380', '190.56.50.3', 1660761332, '__ci_last_regenerate|i:1660761331;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e9d5f4643753f369a0020281e8479e9ad8e6db8', '114.119.132.34', 1687689867, '__ci_last_regenerate|i:1687689867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e9e4f7baab2c08239bcb24c56ed4b995032599d', '190.56.50.15', 1666998296, '__ci_last_regenerate|i:1666998296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666998253;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e9efd4318dfbb2750f032926d3c6e7094334e02', '51.222.253.14', 1656190315, '__ci_last_regenerate|i:1656190315;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea04d99fc2a997d3a966e9d69cda2c4fcf5bd8b', '50.21.188.32', 1663642574, '__ci_last_regenerate|i:1663642574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea0801fb9043c483fe72c483a80ce0d84ad677a', '40.77.167.202', 1687333368, '__ci_last_regenerate|i:1687333368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea08a6288485e162146c8ada6cf1b9f78ff38a4', '138.246.253.10', 1656900548, '__ci_last_regenerate|i:1656900548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea1e3a2ba69c1eef10397650bd2728448d3d2ff', '51.195.216.255', 1650895824, '__ci_last_regenerate|i:1650895806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea437ded07803f7c0b97ebffa77a8eccc162c91', '17.121.115.219', 1652790346, '__ci_last_regenerate|i:1652790346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea470677975fa52f506ab303cdb1be551869c52', '157.55.39.208', 1686035616, '__ci_last_regenerate|i:1686035616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea4c9fd950dacf3f181fcd0e0b8518e4f49ed3a', '40.77.167.49', 1667218098, '__ci_last_regenerate|i:1667218098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea6c8e8bc53829d965725cddccc6d691ed9b820', '34.222.67.199', 1671369036, '__ci_last_regenerate|i:1671369036;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea72d8d891480a9a1083b88daf99f1ffbe678b2', '114.119.159.8', 1688228980, '__ci_last_regenerate|i:1688228980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea7a90a0195d2ed9beeba00ea48580320ae7a03', '207.46.13.210', 1687082872, '__ci_last_regenerate|i:1687082872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ea8f1db6276e76cddfc167d9ca2e699abff80e2', '130.245.169.70', 1657360540, '__ci_last_regenerate|i:1657360540;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eabeccf03619691e7da11e6b5f234db611984c4', '190.148.252.197', 1665539974, '__ci_last_regenerate|i:1665539974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ead67569ddf36bc9d500e97c2c939f401f1ea07', '190.56.48.81', 1666032912, '__ci_last_regenerate|i:1666032912;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666032847;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eafa780f381f1a698ad1f0c6a94675308eada34', '200.119.168.250', 1680904842, '__ci_last_regenerate|i:1680904600;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680904842;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eafe59379de925637ffaa80821c6d0875e88dfc', '114.119.157.156', 1686219520, '__ci_last_regenerate|i:1686219520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eb0bbac78c1832aca5448da85b48808ff5d3f23', '114.119.138.250', 1688172534, '__ci_last_regenerate|i:1688172534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eb11afaba1200c6f132aca4d9539a6b0012bf1a', '3.144.113.56', 1655174261, '__ci_last_regenerate|i:1655174261;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eb20e2e91f7e02700ab62a79d5685605fabec81', '207.46.13.106', 1671021332, '__ci_last_regenerate|i:1671021332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eb2be78460ab2469da948eebe6853002572591d', '74.208.2.164', 1682136350, '__ci_last_regenerate|i:1682136350;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eb4e59eecd8511ebf05e6e1a92e3b7fca67299f', '40.77.167.97', 1653968960, '__ci_last_regenerate|i:1653968960;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eb60dff6470f10c0dd381b022aaa5ebb4d65171', '52.167.144.162', 1686263916, '__ci_last_regenerate|i:1686263916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eb8fd19c7691b6e484cbf688740265eee0a88e4', '157.55.39.79', 1669795012, '__ci_last_regenerate|i:1669795012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ebb9b9434d0a8cef1768870af5efef09cf5958d', '74.208.2.160', 1672659754, '__ci_last_regenerate|i:1672659754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ebc8844cbd5f20fa2f18e7556f28c0eca074d50', '54.36.149.28', 1685862845, '__ci_last_regenerate|i:1685862845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ebd15a756d06483619c92ae4f4687015f9321a4', '5.188.62.140', 1656403231, '__ci_last_regenerate|i:1656403231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ebdf5354f0de1b83af8539c3db85d5c5e46d01b', '114.119.149.218', 1683531892, '__ci_last_regenerate|i:1683531892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ec24bbf2812f99a73aa68837075487e2c50b6f2', '69.167.36.21', 1681022751, '__ci_last_regenerate|i:1681022751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ec32c3df717222ec0370c84e8661dd31b2dd494', '40.77.167.134', 1680081185, '__ci_last_regenerate|i:1680081185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ec5a37531170d72927d58716417ba2b82a3c834', '52.167.144.164', 1686769263, '__ci_last_regenerate|i:1686769263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ec5a8e6d6cdcb3bc7c85fc534d554967b9089ab', '18.206.55.48', 1651889274, '__ci_last_regenerate|i:1651889274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ec6999d923973ed4dccf25022d5176505f617d0', '190.56.32.162', 1686410537, '__ci_last_regenerate|i:1686410537;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686408474;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ec6e2e9b3ef65632312ec7eddb07ac21c6a0b72', '54.36.149.18', 1685110890, '__ci_last_regenerate|i:1685110890;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ec81aaa0ece7e5904ed99dd717f2cd653369861', '82.80.249.158', 1668921136, '__ci_last_regenerate|i:1668921136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eca4aabac55ab42c7d4f31b82726f7a161bf1aa', '40.77.167.43', 1658180123, '__ci_last_regenerate|i:1658180123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ece476caead08a96f08f8084f0c1ddc4f7d18c0', '54.36.149.2', 1663998099, '__ci_last_regenerate|i:1663998099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ece5611294a128b3548d63c2fa2759210a71870', '114.119.133.201', 1684291596, '__ci_last_regenerate|i:1684291596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eceef037d03dd88fb6d4f29272994716ff9a099', '52.39.70.240', 1673702308, '__ci_last_regenerate|i:1673702308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ecf706e223f9d2a9fd25fbd27575f7ea6b954f7', '40.77.167.161', 1675382686, '__ci_last_regenerate|i:1675382686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ed17903f20c42eb5ed263b838130f3b4d1e955a', '5.188.62.140', 1656386193, '__ci_last_regenerate|i:1656386191;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ed184e4fafabf84b2d9af04b58603923aa6d666', '190.148.158.175', 1672278149, '__ci_last_regenerate|i:1672278149;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672278098;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ed21888526db95bfbb98c546e9112827ba73de6', '190.56.51.184', 1658423445, '__ci_last_regenerate|i:1658423445;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658407531\";last_ip|s:14:\"200.119.175.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658422632;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ed6c2b64d5b19367b79a1baf839a7bc7633f9d0', '200.119.169.82', 1656457326, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1656457326;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656420319\";last_ip|s:14:\"200.119.169.82\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656456983;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ed92b59d8e3e32e7b49048d778999f5690fea5b', '157.55.39.130', 1659052340, '__ci_last_regenerate|i:1659052331;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0edc13820a294181f9049bea287388ba9265649c', '200.119.172.95', 1659561890, '__ci_last_regenerate|i:1659552221;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659561890;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0edc4cbc2698008ea5c6df264617642b0d2ca08a', '190.148.252.96', 1672943361, '__ci_last_regenerate|i:1672943361;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ee006cc0520a81e938aa1aa5c9e562dcc7e3c95', '51.222.253.10', 1666874528, '__ci_last_regenerate|i:1666874528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ee0cc7516fbda44f51ab359f1a3db96b23037f8', '157.55.39.143', 1667222621, '__ci_last_regenerate|i:1667222620;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ee3be90a8d200f956e594f03bab30bdcd21faa7', '51.222.253.19', 1664878422, '__ci_last_regenerate|i:1664878422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ee3efd8c20a2a7ecabb1e4b9bd1afc0402d37d0', '104.131.94.164', 1657274122, '__ci_last_regenerate|i:1657274122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ee541350ae14a2cf4ce257d0efae9a0d1ace259', '51.222.253.14', 1679958475, '__ci_last_regenerate|i:1679958475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ee7a7e8f670e5c0c6f3d96368bf0d9a9915de9f', '38.121.43.104', 1651606099, '__ci_last_regenerate|i:1651606099;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eeb9fb10452858ae6bdf3f74a21876dac6b2dde', '190.148.157.214', 1669748762, '__ci_last_regenerate|i:1669748762;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669748762;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eee126aee805b49782507b392420fab464be00b', '52.167.144.98', 1685463986, '__ci_last_regenerate|i:1685463986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eee6e83d34554b425fb223c046bdd9f33f29f22', '52.167.144.154', 1687962087, '__ci_last_regenerate|i:1687962087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eef2bb5dd2afb726b8cfb9e97fafc9dc2ca3b50', '51.222.253.15', 1676333257, '__ci_last_regenerate|i:1676333257;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eef904011ec9e1927c721ba3dc3c0e7a55d3af5', '190.148.87.96', 1678381949, '__ci_last_regenerate|i:1678381949;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678379416;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eefd7677a3b3d8f2dfed2784b1e33c3c4a0dc5b', '35.92.250.30', 1675864330, '__ci_last_regenerate|i:1675864330;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ef180db34508829611104c69d69746957374e4b', '114.119.156.99', 1685439758, '__ci_last_regenerate|i:1685439758;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ef1e7a76eac561390bffca4936e4b9bf0d37d3a', '190.56.32.37', 1670519292, '__ci_last_regenerate|i:1670519292;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670519289;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ef33186cc219bef7c23fe2ba469296fb02558c7', '40.77.167.249', 1680636450, '__ci_last_regenerate|i:1680636450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ef43b32611e91b21a43cdca7defb583a875e676', '190.56.54.129', 1653527079, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1653527079;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653483113\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653527072;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ef5e294af01a3c4926304a34ce86c57d95da431', '51.222.253.17', 1664746776, '__ci_last_regenerate|i:1664746776;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ef69733d9205249c662fd1acb866e44ddbf84b5', '114.119.155.217', 1685808517, '__ci_last_regenerate|i:1685808517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ef72412f75545f5dab830eea34e53f27005b70f', '190.56.50.6', 1686948534, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686948534;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686948531;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ef7e0ca429b6f46d5fbd3e23285a682eda9952d', '200.119.172.126', 1652827272, '__ci_last_regenerate|i:1652827272;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652812246\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ZT2XoWhJBK1fbHUwACnq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ef7fa4fc491f310db5dca2c171def5d79d9b3ea', '157.55.39.194', 1674397819, '__ci_last_regenerate|i:1674397819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0efaf1846bf1eaef3384b4666b85567598946ebd', '40.77.167.37', 1668631601, '__ci_last_regenerate|i:1668631601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0efbb08edb56ac7074ee1ce434d119645bc2d439', '51.222.253.14', 1673938274, '__ci_last_regenerate|i:1673938274;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0efd1ddbe535cdc70f62110f1701e7646797fb2e', '157.55.39.253', 1676967259, '__ci_last_regenerate|i:1676967259;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0efe12a2867be6f0f33c3dc816dbb36d3182939b', '190.148.252.96', 1673102091, '__ci_last_regenerate|i:1673102091;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673101219;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0efed52b6fd3ea9a9147805efa2e9cc40c619903', '114.119.146.109', 1687528579, '__ci_last_regenerate|i:1687528579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0effaf5c5fb6c6c1e2fb6b62e6cadbe76de8aaeb', '149.56.150.190', 1687689257, '__ci_last_regenerate|i:1687689256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f008d7a1a340a3b94c74dab8548acc97b7fb982', '52.167.144.76', 1682165528, '__ci_last_regenerate|i:1682165528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f01c4775083955339dd7ac499f2469aad67ad86', '52.167.144.162', 1686138324, '__ci_last_regenerate|i:1686138324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f0201c7c7e303c206b180cbb037dee10e0049e2', '66.249.73.2', 1658401066, '__ci_last_regenerate|i:1658401066;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f022ea5ab076a08873b9bec40c66c893acc0a20', '20.92.113.19', 1653601596, '__ci_last_regenerate|i:1653601593;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f0363d4200da1f654eb6f035ce56be54a213b13', '157.55.39.194', 1674432082, '__ci_last_regenerate|i:1674432082;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f04c3a4d5517d7c82601fdcee7b4a7a1b2d355a', '40.77.167.37', 1668834604, '__ci_last_regenerate|i:1668834604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f04d585308ef7f68113be7361bc87d9aff93671', '207.46.13.51', 1662555816, '__ci_last_regenerate|i:1662555816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f051765b77e42e41067074df4f845be63d5762b', '68.183.245.101', 1654742179, '__ci_last_regenerate|i:1654742179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f0621c3c1b01c8be27f75ca6f440bf0136c0195', '35.91.124.247', 1680961208, '__ci_last_regenerate|i:1680961208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f06a873cf871b8f0a6d051148e7a77c4b86e292', '52.167.144.74', 1688505773, '__ci_last_regenerate|i:1688505773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f0755b03f6e5f1a965c42edf276e0085fac7284', '51.195.90.229', 1650840446, '__ci_last_regenerate|i:1650840445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f084696e6bf8cac3ed5b5c82e6e82ae13f1bee5', '20.106.219.40', 1657981641, '__ci_last_regenerate|i:1657981641;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f0aed9c94c14b8a849da34adf76bce8f62e226c', '190.148.157.53', 1683903752, '__ci_last_regenerate|i:1683903752;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683892888\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683903635;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f0bb1a4969a854c9eb7b72db28316abb5456f72', '207.46.13.217', 1684209291, '__ci_last_regenerate|i:1684209291;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f0cc9ebc033bef7613f6971da37cb0a09bd1b4b', '40.77.167.49', 1663925871, '__ci_last_regenerate|i:1663925871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f0f5c14b2f75225a8abd9e847c9812c27832305', '114.119.159.145', 1684927874, '__ci_last_regenerate|i:1684927874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f0f7f0130becb6cd174fe5d28f8871c00c0a9ff', '52.167.144.98', 1686768629, '__ci_last_regenerate|i:1686768629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f10276c46bbd52c3fbb0f991deb51dd64c91a0e', '114.119.153.97', 1688566573, '__ci_last_regenerate|i:1688566573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f1369383605a900014ee22213e99375cd26fd8a', '17.121.114.234', 1657919008, '__ci_last_regenerate|i:1657919008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f13d8cec1720e6c1b4fa379e9140cb74bb48d22', '54.36.149.39', 1673514119, '__ci_last_regenerate|i:1673514118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f14e75a03155039f7e82d44e0393c9c44f4cddc', '40.77.167.60', 1671526577, '__ci_last_regenerate|i:1671526576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f15ecdd0e497aa9baf7535591160f4f9bd57dda', '200.119.172.60', 1674679627, '__ci_last_regenerate|i:1674679627;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674679575;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f163d799b6af3540768cb8bc043688616a63c29', '130.245.169.145', 1657274140, '__ci_last_regenerate|i:1657274140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f16766e371229808105a3e9f5253fd71d9bd5c9', '173.249.31.237', 1659409170, '__ci_last_regenerate|i:1659409170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f16f0adbe20871ee1acade1dc1ef772ad6ec7c9', '52.167.144.98', 1684336372, '__ci_last_regenerate|i:1684336372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f181c3ee172178b242930a4d474c334eabbb2a0', '190.148.252.151', 1671241148, '__ci_last_regenerate|i:1671241148;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671241121;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f18edf03384de79b45ae9c653a127a76ccebb6e', '207.46.13.12', 1675379330, '__ci_last_regenerate|i:1675379330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f19236ccbb8b3f4577828fc6d3d2ffeaceb0d62', '190.148.157.99', 1662505154, '__ci_last_regenerate|i:1662505154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f1a9073b42d61798d81c1d12ed2a7b6d7f273af', '51.222.253.20', 1651568321, '__ci_last_regenerate|i:1651568321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f1d70d77e6cd5affb21f0bcb4177be127e33b82', '114.119.145.236', 1687535726, '__ci_last_regenerate|i:1687535726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f2253b65d3a944683173362459316f0826c6ff8', '35.91.189.45', 1663768783, '__ci_last_regenerate|i:1663768783;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f23b9c10056f3201d4a020cb21e270d6d9cb288', '207.46.13.211', 1679371627, '__ci_last_regenerate|i:1679371626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f24b4a3f3d641f592788e6b442243f1ccdcbc5c', '114.119.154.26', 1688172875, '__ci_last_regenerate|i:1688172875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f25b93bc3038a0095005820247ef01439414a7b', '52.167.144.154', 1687590307, '__ci_last_regenerate|i:1687590307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f267395d091f6b82218aace7a3ac27c13674077', '157.55.39.55', 1661630690, '__ci_last_regenerate|i:1661630690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f271811ee82c872c062b6d3eb161f315e6afca1', '51.222.253.8', 1686737519, '__ci_last_regenerate|i:1686737519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f286f12ae2b2b0bcc44dbf2e7985ce9d11fcc4b', '40.77.167.182', 1683192152, '__ci_last_regenerate|i:1683192152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f29710cd0b8f9938564bdad712cde4fb5417171', '190.56.173.213', 1683483802, '__ci_last_regenerate|i:1683483802;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683483499;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f29ebc23c3294c4875ddf1224dd35d494dd30ad', '147.182.171.81', 1650861178, '__ci_last_regenerate|i:1650861178;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f2a278d5569d645e7095779a3ed1ae1c512a946', '5.188.62.21', 1653328222, '__ci_last_regenerate|i:1653328219;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f2d9fa5c37bb735a40d48c74e20517e95f9afbb', '190.148.87.182', 1679705585, '__ci_last_regenerate|i:1679705585;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679705582;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f2e4f8b05f9e10d2de0e40b31f4428d5452c316', '5.188.62.140', 1656425699, '__ci_last_regenerate|i:1656425696;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f30b95153c3a8dd5f49b2ecdd6f5b81142c7b5f', '157.55.39.253', 1682707627, '__ci_last_regenerate|i:1682707627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f30cbd2f47159f3c531c8bfa2893204634fe311', '66.249.65.103', 1674641961, '__ci_last_regenerate|i:1674641961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f32d722b6e64b7fd218b675049eb53a38589f5a', '35.222.85.6', 1651482750, '__ci_last_regenerate|i:1651482749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f32fc9fbff0b04e124e3eaa92006e4d48fa97cc', '114.119.130.183', 1685008396, '__ci_last_regenerate|i:1685008396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f37145bb2b90f67ae155610554dfa9a2a1543a8', '190.148.252.183', 1681428754, '__ci_last_regenerate|i:1681428754;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681428744;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f3ca7938eb8fa51e3fb1aa3e93f08d67243b747', '51.222.253.17', 1687596468, '__ci_last_regenerate|i:1687596468;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f41127027934a116f5eb1511473a32b8869ec60', '157.55.39.173', 1668934983, '__ci_last_regenerate|i:1668934983;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f414d1285f353ae3a9fd362c3b77185017de9c9', '190.56.50.15', 1667226635, '__ci_last_regenerate|i:1667226635;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667130438\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667226602;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f41b52892f1a806942f842ec1423bb13b3bf185', '190.56.50.15', 1667249050, '__ci_last_regenerate|i:1667249050;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667249039;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f425901bd1eff23f04c1b26c1a9792816917b2a', '40.77.167.60', 1671750081, '__ci_last_regenerate|i:1671750081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f4472d39aed3b90fd543afc0f8c30c1842b436a', '52.167.144.31', 1681441720, '__ci_last_regenerate|i:1681441719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f44d53642d98c5b414e873f8a3381c377ea3dc4', '40.77.167.91', 1686899969, '__ci_last_regenerate|i:1686899969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f44eec20b46d50a64d8b01b85927caea6563782', '93.158.91.196', 1687149737, '__ci_last_regenerate|i:1687149737;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f45b4441bd8a3fa33b731e3e8208d0db81f1164', '190.148.158.151', 1677332531, '__ci_last_regenerate|i:1677332531;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677332531;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f4793a0ed0093d21f49c884477032411091353a', '162.142.125.212', 1654967246, '__ci_last_regenerate|i:1654967246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f4a51b15931cf5524ca1d0158bf741bdcba5136', '17.121.115.37', 1658077965, '__ci_last_regenerate|i:1658077965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f50ebae164a119492781ee8951c4582247a4edd', '34.219.207.188', 1655039571, '__ci_last_regenerate|i:1655039571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f51869f58e30a77d6fda60cfde6b51baf80153e', '200.119.173.130', 1675891374, '__ci_last_regenerate|i:1675891374;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675890634;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f519ebe6b0d59764231fe85b052788369911999', '20.221.219.40', 1651088387, '__ci_last_regenerate|i:1651088385;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f52cbf0caa9c686f3efaf1ca2d93b1b00b23c3d', '114.119.147.239', 1688192545, '__ci_last_regenerate|i:1688192545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f53ab0be29be894e4b72e352cc23ca08a5a5ecb', '149.28.132.74', 1651158823, '__ci_last_regenerate|i:1651158819;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f54cefb2184c0f3a07b520d674e9577dd7a81a7', '51.158.68.251', 1656192028, '__ci_last_regenerate|i:1656192028;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f57a71ca71b80df4921b9b743c4f81395ed3e51', '143.110.166.75', 1687267486, '__ci_last_regenerate|i:1687267485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f583eff98ffb53367b3cb736b8bb643ec7622ca', '190.56.54.156', 1665183104, '__ci_last_regenerate|i:1665183104;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665182953;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f596a7759f056b0dd5371f801f76c48ff246fb0', '190.56.32.162', 1686429406, '__ci_last_regenerate|i:1686429406;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686429378;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f597f0a2a83da688b51998275118aa146889727', '54.36.148.239', 1658400752, '__ci_last_regenerate|i:1658400751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f5acda538eac2d4dbba7a0dd4eff3746d4031f2', '114.119.130.221', 1685806910, '__ci_last_regenerate|i:1685806910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f5bb3b8774e96509b88fd0016d47ebf0f7a167d', '157.55.39.69', 1671859204, '__ci_last_regenerate|i:1671859204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f5bba0912707ad9202396cb49a9fc63d637bc2f', '190.148.157.177', 1682014058, '__ci_last_regenerate|i:1682014058;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682014054;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f5fb1ccc18e7da2e3efade65786440d0dfb5dd8', '114.119.133.87', 1684208660, '__ci_last_regenerate|i:1684208660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f605a0ffeead655e5dc5f12ca1c056340f5d647', '51.222.253.10', 1687967814, '__ci_last_regenerate|i:1687967814;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f60b80bfa81a3b52f76e5c918168eea782d36ed', '190.148.252.111', 1677979669, '__ci_last_regenerate|i:1677979669;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677979652;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f6193a6775e07afaabe057c64cb63e0d528db2e', '40.77.167.227', 1682133445, '__ci_last_regenerate|i:1682133445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f645c7e2e73f4e4ff8f522a61d6ff31eb42be9a', '207.46.13.205', 1671815534, '__ci_last_regenerate|i:1671815534;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f675368eea7a78ba40aa1fdcad5ffcabe664782', '34.210.129.171', 1679406537, '__ci_last_regenerate|i:1679406537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f6c2eb370a7fed60bf2f268a77cb3d77cb20275', '192.99.18.122', 1652019447, '__ci_last_regenerate|i:1652019447;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f6d608929fe85950d0f0b6d12828a9728242896', '52.167.144.20', 1685672089, '__ci_last_regenerate|i:1685672089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f6d8db48221dcdd3e586855bf8e4887a6869512', '200.119.173.212', 1667945418, '__ci_last_regenerate|i:1667945418;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f6ecc702c08755614d31f7f672a5fe933d3ffa5', '207.46.13.12', 1675772874, '__ci_last_regenerate|i:1675772874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f7042d8da1ac60f0a874464c4cf1a8db9dabd82', '54.36.148.138', 1684344275, '__ci_last_regenerate|i:1684344275;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f7220c3a97b657d2e2406c4aa6ac623c2f733c2', '54.237.250.240', 1652669811, '__ci_last_regenerate|i:1652669811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f73282f6f757fe047f668ca3366b034b7c851e3', '35.88.234.184', 1661779760, '__ci_last_regenerate|i:1661779760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f74c5b445f1764b7bb9dfec8db4ef29ebeb5eb3', '114.119.138.151', 1684912040, '__ci_last_regenerate|i:1684912023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f76a5476fe85d5bce24b477d6336778da9dbca4', '157.55.39.216', 1676589270, '__ci_last_regenerate|i:1676589270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f77a29ac8906c856c2147903c2d369e6b87e6ca', '40.77.167.182', 1683889129, '__ci_last_regenerate|i:1683889129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f78014519160156812b476665dae4a272989402', '194.26.135.17', 1680891851, '__ci_last_regenerate|i:1680891851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f78043b7be2dbf345127bc53e1676d9d8863ace', '52.167.144.162', 1686208420, '__ci_last_regenerate|i:1686208420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f7879f777034e309e8856863518bbc386d23fb1', '52.167.144.98', 1686769228, '__ci_last_regenerate|i:1686769228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f79514dba61c5c7ac2cfd4ba6d5c61673dc4b40', '52.167.144.98', 1685478670, '__ci_last_regenerate|i:1685478670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f79fdd9235c119da8eae37961a0efc8458298bf', '114.119.134.25', 1688220764, '__ci_last_regenerate|i:1688220764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f7bbbc27c0605677e0289f1113eb9016d67e020', '51.222.253.15', 1652404105, '__ci_last_regenerate|i:1652404105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f7c8e1de517895c98ca0cea71f79bcf37c24523', '190.148.252.151', 1671399982, '__ci_last_regenerate|i:1671399982;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671399662;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f7eb6c7137b7f9f32e2316937984f5e68ec9235', '52.167.144.162', 1681578982, '__ci_last_regenerate|i:1681578982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f81e86050b9bbe25cd4de67bb14d618597ae527', '52.167.144.162', 1681554523, '__ci_last_regenerate|i:1681554522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f81e881921f95d13501e1b317a4c84cb0d206a2', '52.167.144.31', 1675149532, '__ci_last_regenerate|i:1675149532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f84fbb1bac909c29245ea158a8c808e8a1daa0e', '114.119.134.187', 1687659742, '__ci_last_regenerate|i:1687659742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f860f261b11db11dd4f88de0c66d470c06de887', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f87c2141690378b245c5b6e937f8da08d49e4d8', '40.77.167.227', 1682510355, '__ci_last_regenerate|i:1682510355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f889a6dbb7b6db00b47ca1b3324f62473e3a788', '51.222.253.10', 1665365986, '__ci_last_regenerate|i:1665365986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f8b03d5d2d6f4afa100a87b6cf72d69ae632518', '52.167.144.43', 1683945443, '__ci_last_regenerate|i:1683945443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f8b1bb193b751d52af7e95081dec19c47d0e1ce', '144.76.151.42', 1650866365, '__ci_last_regenerate|i:1650866365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f8b49ac24be91740331a987ef89a8cd098d709a', '157.55.39.90', 1662862820, '__ci_last_regenerate|i:1662862820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f8b5c1194928451592cf9c2046b94302982bc94', '190.148.252.235', 1666898053, '__ci_last_regenerate|i:1666898053;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666896939;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f8b99ffb15d815423429d260acb66ebd94e4516', '17.121.112.89', 1659675136, '__ci_last_regenerate|i:1659675136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f9019198c4df484e434d0a1bb4178392cebc1e3', '200.119.170.212', 1665870574, '__ci_last_regenerate|i:1665870574;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665870529;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f903f619eb16def86a66063376221959dc64482', '200.119.170.168', 1670690191, '__ci_last_regenerate|i:1670690191;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670690106;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f9075c75985e2ed6a9101baebe822d14b387bfc', '5.188.62.26', 1656354692, '__ci_last_regenerate|i:1656354689;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f90ea8bf1e08c0feb8642958cd6e2f07eab1abf', '207.46.13.217', 1684212657, '__ci_last_regenerate|i:1684212657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f91229f54733bad6c4ea0a2020e9c0f046b608c', '200.119.173.107', 1686859832, '__ci_last_regenerate|i:1686859832;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686859826;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f937faa01a5eaf6f06b1b95607a8441e53486f3', '190.148.158.151', 1677256191, '__ci_last_regenerate|i:1677256191;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677255227;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f943bfc69386d4ac56eca46bc87120288616bb6', '157.55.39.218', 1681184585, '__ci_last_regenerate|i:1681184585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f965f22f67cda1842c188b669e3c34ba0381414', '51.222.253.7', 1662326252, '__ci_last_regenerate|i:1662326252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f966840a930ef73d5166041fa1c12420d03a3b8', '65.21.206.45', 1660765843, '__ci_last_regenerate|i:1660765843;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f9699223027b407e16d51537823b0369fc667c1', '51.222.253.16', 1685322681, '__ci_last_regenerate|i:1685322681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f98435a460673ca4d3274895ca988574e12c692', '190.148.252.96', 1673300719, '__ci_last_regenerate|i:1673300719;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673299673;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f988fca43b10c2b189bc6144dd556d835a73464', '157.55.39.79', 1671347482, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f9a780fb986ec87a69aa626356b78389a7dd2f8', '190.148.157.53', 1683733417, '__ci_last_regenerate|i:1683733417;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683733310;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f9c68d842280d3fc093dfc763ea47c7d61926b1', '212.83.186.254', 1653411174, '__ci_last_regenerate|i:1653411173;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f9c88ed59c271a1a700a1783e850e53543d518b', '190.56.54.129', 1653425825, '__ci_last_regenerate|i:1653425825;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"w6SOl75ofFTarixmDZ4v\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f9e043318387a6eefadd1bfaf944bfdb3727e51', '52.167.144.164', 1686563349, '__ci_last_regenerate|i:1686563349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f9e5c39f1b502d594f4e15792debfe19bc952c8', '40.77.167.85', 1685231771, '__ci_last_regenerate|i:1685231770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f9e62c752f028869a268493efe94e45017b5e8b', '114.119.135.159', 1686635138, '__ci_last_regenerate|i:1686635138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f9f1e2da3a46bd5993fe91f2554148ddf50b261', '190.148.158.75', 1663334336, '__ci_last_regenerate|i:1663334336;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663246907\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663334016;register_id|s:3:\"106\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-15 08:21:24\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fa079e495fbf046e5171f7d5000671c7531ebe0', '51.222.253.13', 1674067968, '__ci_last_regenerate|i:1674067968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fa0bc6bf49e18e0222f8f174d36b08a4447269c', '66.249.65.174', 1658703248, '__ci_last_regenerate|i:1658703248;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fa32b081c1135df82ad03009fd250077a8403cc', '190.148.252.183', 1681582551, '__ci_last_regenerate|i:1681582551;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681581657;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fa3f8eb818d08f948f0454083c8dbacb9948367', '52.167.144.74', 1688384291, '__ci_last_regenerate|i:1688384291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fa4f27323df66fa2871d97ddb1cbec6e3aa1de3', '157.55.39.214', 1683611648, '__ci_last_regenerate|i:1683611648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fa636278e846721ef2d9abe8a722ce1f04665e3', '190.56.55.113', 1673526146, '__ci_last_regenerate|i:1673526146;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673526139;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fa91b6778645a489229c124e8ef1829e4c0b61f', '114.119.162.80', 1685325830, '__ci_last_regenerate|i:1685325830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fab865de7aadee5ce05dee24424b757bbfe4e07', '93.158.91.232', 1663045229, '__ci_last_regenerate|i:1663045229;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fac7e1ed7af5c990d54b24f2f9666da80d26e57', '52.167.144.162', 1683074058, '__ci_last_regenerate|i:1683074058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fad59fd327db7159be93b489e1e52d3b4a13ac1', '190.56.173.136', 1687887079, '__ci_last_regenerate|i:1687887079;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687886880;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0faf508ab05ae78e421f94a1032329600125519e', '114.119.140.71', 1688227139, '__ci_last_regenerate|i:1688227139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fb16e86329973e6555e73869af2b0541c9bc83f', '114.119.156.146', 1688280739, '__ci_last_regenerate|i:1688280739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fb2f6c2a3a0d4050e37bf23bce788dc89d3afc5', '52.167.144.164', 1686453854, '__ci_last_regenerate|i:1686453854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fb4f6f21bb7d3cc6a420cbe811fa7e8d1eca71d', '52.167.144.164', 1686419289, '__ci_last_regenerate|i:1686419288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fb51e953036428ddd3ef79c4eab6d1544068086', '52.167.144.171', 1684625422, '__ci_last_regenerate|i:1684625422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fb5c86aa080e85f32fc1dc9909a059180abe628', '114.119.162.58', 1688315963, '__ci_last_regenerate|i:1688315962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fb64b95bfc5df5a90abfb7fffc1aaf8ec3537a5', '52.167.144.98', 1685760627, '__ci_last_regenerate|i:1685760627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fb7753b891e61f59b64d14ec9631c6a658cb37e', '130.245.169.247', 1657277748, '__ci_last_regenerate|i:1657277745;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fb98384ad81e3055f9ac0d5c3d53602991bb272', '190.148.87.182', 1679785975, '__ci_last_regenerate|i:1679785975;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679784848;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fbbf8ccc7139ca2511c170a8a884823efc1ef9d', '52.167.144.98', 1685594554, '__ci_last_regenerate|i:1685594554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fbe46175b22732a880fe3fcb3d0c0408c0440da', '190.148.157.53', 1684022961, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684022961;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684022917;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fc0e94943f5f5b3e14ca9d7aeef439a69be8c10', '190.148.158.69', 1685454339, '__ci_last_regenerate|i:1685454339;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685454207;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fc37d82c344b6f102b669bd2373fc7d677eb52c', '51.222.253.12', 1688358559, '__ci_last_regenerate|i:1688358559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fc4a04b99722707db2bd8d963abfaee919d6d6d', '190.148.157.98', 1678986688, '__ci_last_regenerate|i:1678986688;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678986688;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fc61ac19d1d352bccb939d85601d551d25a6fea', '207.46.13.41', 1664017495, '__ci_last_regenerate|i:1664017495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fc884bf9b68faf39e25f9c8cc2248b26380e576', '190.148.157.98', 1679057231, '__ci_last_regenerate|i:1679057231;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678966907\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679057215;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fc90c494d329e23a45df56fc904cfc7ded6fd03', '188.147.8.198', 1673646264, '__ci_last_regenerate|i:1673646264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fc98334e9762e29e385f94aeeed0a407fd8779f', '52.167.144.82', 1687355421, '__ci_last_regenerate|i:1687355420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fcc6eb1d1e9d1114786f519f90d43c8141b9bf4', '200.119.170.143', 1670203740, '__ci_last_regenerate|i:1670203740;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670203734;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fcc8bbf6105e19a229522227baaf0a5e921d488', '51.195.216.255', 1650895999, '__ci_last_regenerate|i:1650895999;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fcc9a6655522d3fda23253b1b60a7242cd9cb73', '190.56.50.15', 1667003539, '__ci_last_regenerate|i:1667003539;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667003528;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fcdaf969d235ae42b8833ee634b0bbdf9322e9b', '17.121.113.165', 1652367087, '__ci_last_regenerate|i:1652367087;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fd0b880ab59e6d4b22ebbdb7bbbd42fb945b57d', '40.77.167.246', 1676871228, '__ci_last_regenerate|i:1676871228;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fd0f4515388ef5ec42efb80753396fb0473945b', '114.119.130.154', 1687646144, '__ci_last_regenerate|i:1687646144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fd4617c7bb29d51a54d9426f49f8f6d65f10518', '190.148.252.183', 1681590295, '__ci_last_regenerate|i:1681590295;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681589608;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fd54e1ceb2f29a3727cbc6499399cc5cb8fb9e8', '190.148.158.69', 1685982539, '__ci_last_regenerate|i:1685982538;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fd5e28d8f481eeb47669b114d53398dd45fbe9f', '51.222.253.14', 1674871144, '__ci_last_regenerate|i:1674871144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fd642b3b7107be223bd51021e730b7d5bf129c0', '190.56.51.206', 1676338005, '__ci_last_regenerate|i:1676318854;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676338005;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fd7a48ad0441cecb802447c231e70d68e7b51d7', '114.119.129.237', 1687586657, '__ci_last_regenerate|i:1687586656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fd7c934d3ca6fe1d475a9167bc3c2db9a7393c7', '200.119.172.96', 1675454489, '__ci_last_regenerate|i:1675454489;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675452513;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fd97636e04241040bc44bf94abb415189b307c5', '40.77.167.123', 1683523440, '__ci_last_regenerate|i:1683523440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fd9c68ae47da6b47cfedbf7bea38ab81c427f35', '17.121.115.220', 1657464918, '__ci_last_regenerate|i:1657464918;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fdb8ddac5ba36b4bfcb1dabefb129db3d2a84a3', '77.74.177.119', 1662041448, '__ci_last_regenerate|i:1662041448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fdbc78f9304c227baca1b9b9d33518b0646f245', '51.222.253.10', 1688462640, '__ci_last_regenerate|i:1688462640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fdc26c32f2522ba012e4428f3457753d984def9', '190.148.252.88', 1670864792, '__ci_last_regenerate|i:1670864792;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670864491;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fdc4101029c7416e9bbaaac91c4689db0dd39a5', '114.119.160.75', 1683778007, '__ci_last_regenerate|i:1683778007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fdf2a5cf3e732aa432a5aeae36b439fd5487bc7', '52.167.144.171', 1685760640, '__ci_last_regenerate|i:1685760640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fe06ccdb0422d7318b90bb7a1e127a4eb6d899f', '200.119.173.177', 1685036236, '__ci_last_regenerate|i:1685036236;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685035942;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fe2952eafe2a5e97adf55635c5e9a2195f5d7e1', '114.119.131.253', 1686671712, '__ci_last_regenerate|i:1686671712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fe399b604aedde0a3bc3a85ce99f427677af497', '52.167.144.98', 1684832576, '__ci_last_regenerate|i:1684832576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fe650b0c320810e3334c1406fdce4a45c0df6b4', '52.167.144.164', 1685787370, '__ci_last_regenerate|i:1685787370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fe6aa002043fc76c0d8f2c61daf03a8beb7901e', '190.56.49.109', 1666138272, '__ci_last_regenerate|i:1666138258;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666138272;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fe751be4aae206602e848389b14b85ce7798aa0', '52.167.144.98', 1686627295, '__ci_last_regenerate|i:1686627295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0feab5d9491d82e5b488f07e7d7acda0157b0bd9', '201.238.248.134', 1672389901, '__ci_last_regenerate|i:1672389901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fedb8d5d32db03b12d61654a722c6d11a31b885', '143.110.162.209', 1687576708, '__ci_last_regenerate|i:1687576708;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0feec12765d053717dcc598786bcb4d3b006466f', '40.77.167.156', 1679044565, '__ci_last_regenerate|i:1679044565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fef5d9090f7c653f18338b8c3e8f16d6dab2330', '52.167.144.98', 1684553836, '__ci_last_regenerate|i:1684553836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0feff2248d0d84267122acdb163e33088f05df7f', '190.56.173.213', 1683323051, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683323051;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683322573;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ff17ed5f871b2f3ce0b75587c6436052e1b7cd5', '207.46.13.51', 1662903679, '__ci_last_regenerate|i:1662903679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ff3dce0611f7a77c7a2352334f77b81d6010f41', '200.119.173.212', 1667944751, '__ci_last_regenerate|i:1667944751;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ff458acc9cf44e0601e63bb160c4605fdc3ea3c', '17.121.114.34', 1657126345, '__ci_last_regenerate|i:1657126345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ff7bb6b9b5ac32dded48d380e84361e51a9d6ea', '52.167.144.166', 1686837536, '__ci_last_regenerate|i:1686837536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ffa4d656ec4c54a498f169d1f631254383f4054', '114.119.130.231', 1687698236, '__ci_last_regenerate|i:1687698236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ffb1da25063875908b4b4b797a193177151cd4c', '51.222.253.14', 1651975501, '__ci_last_regenerate|i:1651975501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ffc002787202b781bf7f7e734ac0d1075e25130', '190.56.55.48', 1687526582, '__ci_last_regenerate|i:1687526582;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687526478;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ffdaa95e1beb526a0f94962f2fcae00ec9cf1f6', '52.167.144.76', 1682521083, '__ci_last_regenerate|i:1682521083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fff51d8a576fb2cf4f25204851265f3a0f9f73a', '144.76.67.169', 1669881270, '__ci_last_regenerate|i:1669881270;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10008edd872c1bb8ed73f402f87319fea71faefe', '190.148.158.220', 1660082953, '__ci_last_regenerate|i:1660082952;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660061259\";last_ip|s:14:\"200.119.174.28\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660082953;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10010bd68a4af076cec67495dd3ff76e4dbfeb1e', '45.63.18.23', 1688453648, '__ci_last_regenerate|i:1688453648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10010dd746956701eb081578f6dc8d26d32f9084', '157.55.39.173', 1670229609, '__ci_last_regenerate|i:1670229608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10012a717bcecf15e2400f05cb3798e528a5a08a', '54.36.148.138', 1684344276, '__ci_last_regenerate|i:1684344276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10013e6ae33f2c38535f07766312a33839c8de14', '40.77.167.249', 1680664214, '__ci_last_regenerate|i:1680664214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1001e5e44a7abc8e6958e970fd4710bb3c62f3c4', '52.167.144.98', 1685979585, '__ci_last_regenerate|i:1685979585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10022d511555e9f2d5106f95d21f4da0cb16d9a4', '207.46.13.6', 1671800571, '__ci_last_regenerate|i:1671800571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1003d2a8420b25e6d2306e67dc865129b9e3e9bc', '114.119.148.198', 1688566952, '__ci_last_regenerate|i:1688566952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1004343d008cf6393ec7e7532762b61cd76ddd1b', '46.101.63.152', 1652762865, '__ci_last_regenerate|i:1652762865;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('100a1cfca17cd501babb2ed6d263a4a2f628d639', '200.119.173.107', 1686784532, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686784532;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686784502;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('100b2fa35ebf987941aa31953427fb37a218ae23', '137.226.113.44', 1652931738, '__ci_last_regenerate|i:1652931738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('100b33db89c150c1c3f85edf5043ad1a77d22870', '190.148.252.96', 1673283994, '__ci_last_regenerate|i:1673283994;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673279368\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('100c27f277eb8520cca707db46028b337682e7db', '114.119.151.9', 1687549299, '__ci_last_regenerate|i:1687549299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('100c7a9aa8939e009ecaa404524fd64494ee463b', '174.7.32.199', 1659923333, '__ci_last_regenerate|i:1659923333;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('100f2785a7c2d5192f73a7301dd04bce04c53e36', '190.148.252.96', 1673101219, '__ci_last_regenerate|i:1673101219;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673101152;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('100f5e4f62a925cfecf8888970c51fe5b347679c', '185.181.60.12', 1682760955, '__ci_last_regenerate|i:1682760955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('101152283d75d9f0b6379b8a339e9bd9a34c1045', '52.167.144.70', 1688180760, '__ci_last_regenerate|i:1688180760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10119b376962b139828686829d6647528c77f82c', '200.119.173.177', 1684856649, '__ci_last_regenerate|i:1684856649;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684775626\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('101395d815f458a75486e6abb33420f2e42213d9', '114.119.138.230', 1685356594, '__ci_last_regenerate|i:1685356594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1013b718d2312294fb90787d2f628c001c645ea5', '52.11.120.238', 1672060304, '__ci_last_regenerate|i:1672060304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1013cc991c967df21778fddee5525406b8c19b9a', '157.55.39.90', 1663544255, '__ci_last_regenerate|i:1663544245;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1014f99436c94cdd815be4eefc7ce790e805ec06', '130.245.169.139', 1657878935, '__ci_last_regenerate|i:1657878934;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10167d8300b16f4367518a5139787a343201fbdf', '52.167.144.164', 1686412014, '__ci_last_regenerate|i:1686412014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10185cfc43a7d9217b1fc7fe927894e791f02a4f', '34.215.65.29', 1652880294, '__ci_last_regenerate|i:1652880294;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1019d011a03f52766c3a1933a2d5b7ce43711838', '34.209.142.142', 1671369833, '__ci_last_regenerate|i:1671369833;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('101b6bad350a176cbca40a30e9404f0840a6b448', '40.77.167.175', 1679894295, '__ci_last_regenerate|i:1679894295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('101c43bcfedd1e9d39743f11eff37473891fea7a', '200.119.173.177', 1684936433, '__ci_last_regenerate|i:1684936433;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684936426;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('101c6e814a325d35c4e5b38b7c7606919888189b', '54.36.148.90', 1658692146, '__ci_last_regenerate|i:1658692146;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10207d8bd5a2ee0d2c75a778206d1bd83a951128', '40.77.167.37', 1669998943, '__ci_last_regenerate|i:1669998943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('102170333dc26da20f0b0f9fd90c7071b69bdf65', '207.46.13.154', 1671783515, '__ci_last_regenerate|i:1671783515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1021e0df01457a06ec17b62bb111e36e815fa2ad', '114.119.143.55', 1686989032, '__ci_last_regenerate|i:1686989026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('102297ea95d60dd8b2835db6c0c20524b18e6355', '114.119.157.4', 1685322647, '__ci_last_regenerate|i:1685322647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1022d69372b4e4da3fc38811620ec8dc8f110baf', '51.222.253.8', 1685868386, '__ci_last_regenerate|i:1685868386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10262082984f2e0a77d6996dc4c8004df7cfddce', '40.77.167.106', 1687164036, '__ci_last_regenerate|i:1687164036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1027ef00ad2cd795362a8d431d485f0f26fcc462', '52.167.144.61', 1687995476, '__ci_last_regenerate|i:1687995475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10286296b48cbc4b61ffd1b126381a64aba1c2b4', '51.222.253.7', 1686646412, '__ci_last_regenerate|i:1686646412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('102a8e78a8b2f2286e98c11d82d2477cda200bfe', '52.167.144.74', 1688282934, '__ci_last_regenerate|i:1688282934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('102cf578936a824a3ffdf220923aa77ff4321877', '52.167.144.162', 1681792809, '__ci_last_regenerate|i:1681792809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103162d1659f49b8ed386e4f2ae082bdee4662db', '190.56.32.174', 1676904020, '__ci_last_regenerate|i:1676904020;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676902904\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676904020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10335df3e886c84d037d1b33b71d78eb8bc35623', '114.119.137.162', 1687674744, '__ci_last_regenerate|i:1687674744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103415bfaa5e9a1a6afbe11719f8e6ae4733ed8d', '52.167.144.162', 1686258014, '__ci_last_regenerate|i:1686258014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10348f6290afd5fd561937bc9a7877868a569a4f', '54.37.233.116', 1650851704, '__ci_last_regenerate|i:1650851704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103537ec08cff2dbf160f2781631f35e1b7cc042', '17.121.114.135', 1657371771, '__ci_last_regenerate|i:1657371771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10353a020fdfdeb6f0b276595fd2574eceef95d7', '51.222.253.11', 1655708826, '__ci_last_regenerate|i:1655708826;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1035e9dd6a22499951e832525273e4c59d1e63bb', '178.128.88.61', 1686490689, '__ci_last_regenerate|i:1686490689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1037e058db52a482829dffd926af5a65cc7f2023', '207.46.13.160', 1673837067, '__ci_last_regenerate|i:1673837067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103898e18635918b4d8f8f7edea6eadcc0c2a172', '190.56.173.152', 1654898556, '__ci_last_regenerate|i:1654898556;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654898551;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103ac106387030d97b2ab444580cb9e61e9fbfc0', '114.119.145.225', 1686842100, '__ci_last_regenerate|i:1686842100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103b97b865da8c981165b29f6fe27d25888b42db', '52.167.144.164', 1685077837, '__ci_last_regenerate|i:1685077837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103ee52612ca185189743fc818649efb411aaeca', '114.119.156.185', 1686540351, '__ci_last_regenerate|i:1686540351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103f80d987a7798d1c543fa29d43bbd15db61b9f', '142.93.201.0', 1653717890, '__ci_last_regenerate|i:1653717887;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103fd84b62b9bd3bf3ece9e656f3a203c2c49f40', '54.36.148.61', 1651789264, '__ci_last_regenerate|i:1651789264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103fe0adc0f4eddcc454ca7609097459f9c4e2e5', '52.167.144.98', 1686515475, '__ci_last_regenerate|i:1686515475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10416073a7e7c5524836a2ab178bcf9b6071edfa', '157.55.39.51', 1669727148, '__ci_last_regenerate|i:1669727148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('104250ec05f850ea465704642d07b140932d7da1', '149.56.150.116', 1650829798, '__ci_last_regenerate|i:1650829798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1042ab95535225716a981f3a4ae913958b71d220', '114.119.145.228', 1686045367, '__ci_last_regenerate|i:1686045367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1044d7ca761f96a3d4def70f49c5da045f3cd3d2', '149.57.16.7', 1653807025, '__ci_last_regenerate|i:1653807025;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1046621de004938a8366983638e2e1dd4b387d16', '190.56.32.35', 1671907044, '__ci_last_regenerate|i:1671907044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671906599;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1047f388cb749f74c5400cc67d1a097ffd081074', '190.148.158.175', 1672353858, '__ci_last_regenerate|i:1672353858;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672353855;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1048529c3862f651bf3562a518bd3dcd60cd5079', '114.119.159.177', 1686997867, '__ci_last_regenerate|i:1686997866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('104ae18d28c93c64c25383690faceb2a797e1aa3', '40.77.167.91', 1686910069, '__ci_last_regenerate|i:1686910069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('104e9377e5d3229dd6f4c9fc1f141d567bd65931', '52.167.144.95', 1680612620, '__ci_last_regenerate|i:1680612620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1050d465816e65a7c33d3d3ebca3f62d9b0c7676', '52.167.144.162', 1686571633, '__ci_last_regenerate|i:1686571632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1053823bf045b9d8bbce5afc9200cdb3fa45bb84', '130.245.169.247', 1657277742, '__ci_last_regenerate|i:1657277741;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('105481cecf2c5781926675726307f7e72a32810e', '52.167.144.49', 1677205775, '__ci_last_regenerate|i:1677205775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1054ee13e6e4a4659faa13df735cded2fe383699', '190.56.50.32', 1655157257, '__ci_last_regenerate|i:1655157257;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655124180\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655155892;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('105537ac38c8776c30d4667daee5142e7cd1813a', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10571a41ac1c1d80967477eec0eafc63f8a2c602', '190.56.32.243', 1684798847, '__ci_last_regenerate|i:1684798847;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684798802;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10588d781ed352e0d59945f8e3abf4536f5d2a7f', '114.119.166.212', 1684512749, '__ci_last_regenerate|i:1684512749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1058cf48e5dc24cac88a4cf420daf6bef214535c', '40.77.167.202', 1687232722, '__ci_last_regenerate|i:1687232722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('105a3b8ef1f710abdd205d4f30f37fb779d4289c', '17.121.115.113', 1654009356, '__ci_last_regenerate|i:1654009356;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('105a7765a0ba0f49e24520edb5142df076c7a43f', '52.40.167.251', 1660137537, '__ci_last_regenerate|i:1660137537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('105e9479271d8865717f46138d52125e671b7e84', '114.119.146.226', 1687999290, '__ci_last_regenerate|i:1687999290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('105ea734ef50be8af8342c40af78ca60d7b1e0e0', '190.56.50.253', 1682451286, '__ci_last_regenerate|i:1682451286;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682451062;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('105edd9515b11c277332ff0e7f46b77d03c421f5', '207.46.13.41', 1671118525, '__ci_last_regenerate|i:1671118525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('105fd66fe0fde00b0992fe12146883c4e2b48e0a', '40.77.167.202', 1687644129, '__ci_last_regenerate|i:1687644129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1061d3acdb45c9056bc27c1753a51f5c973ec44c', '200.119.174.30', 1667490488, '__ci_last_regenerate|i:1667490488;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667490483;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1061f0cb87115652a9529b68d8d25bc409ca686b', '149.57.16.7', 1653807067, '__ci_last_regenerate|i:1653807067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10655fb0366084c2e1ecdd2b988afa64a731d05f', '114.119.146.120', 1686549841, '__ci_last_regenerate|i:1686549841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1065f4be6f4b15bfb3a88d2694c9310c809bb22e', '45.63.18.23', 1688461953, '__ci_last_regenerate|i:1688461953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1067a40fba399842ffe4dd8a79351cf25eaac4e8', '190.148.158.69', 1686003634, '__ci_last_regenerate|i:1686003634;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686003582;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('106e2ed8690f6836c7e27c339b57bacabe6bd663', '157.55.39.212', 1677509454, '__ci_last_regenerate|i:1677509454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('106e9b304f3b5fd4f645bbd22ef3d99cff5eb878', '17.241.227.235', 1679734443, '__ci_last_regenerate|i:1679734443;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('106eccbc7a5192780f7e1c9b164f01a1cee406fe', '58.251.94.154', 1650670583, '__ci_last_regenerate|i:1650670583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('106f88eb40c89cfacd6273071479cb7c6839998f', '52.167.144.74', 1688005473, '__ci_last_regenerate|i:1688005473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('106fda23aa04892bc43e87abf04c964967338a90', '52.167.144.98', 1685951113, '__ci_last_regenerate|i:1685951113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('107070669a48c9c08d521eb4c5cf2afeabb81a19', '157.55.39.173', 1668934982, '__ci_last_regenerate|i:1668934982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1070c6378d1116ecbab872baa75729baea07794d', '46.101.63.152', 1652762872, '__ci_last_regenerate|i:1652762872;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1072b6c7a4424b3f03d8d0dcc875e37640bfa7f2', '51.254.199.11', 1666111337, '__ci_last_regenerate|i:1666111337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1073b8d9493ca2d951706c78861cc255abef9463', '200.119.168.250', 1680788883, '__ci_last_regenerate|i:1680788883;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680787251;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1074b955f3d0cd6168c12f1c13aa1b0c7c7bd263', '40.77.167.85', 1684081106, '__ci_last_regenerate|i:1684081106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10759bc6d157ff6927fbd64d4c74ad2c32e6f755', '190.148.157.98', 1679080831, '__ci_last_regenerate|i:1679080831;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679077688;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('107b502d47b942a8f1afeb5d4f27b76465e3b774', '209.141.33.65', 1664485366, '__ci_last_regenerate|i:1664485366;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('107b6063d48fbc770c967901801bbc15585f6296', '190.56.32.162', 1686427648, '__ci_last_regenerate|i:1686427648;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686427638;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('107c06ebf56d562f8c03e7c45fb1ae6a72e90895', '207.46.13.12', 1675425690, '__ci_last_regenerate|i:1675425690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('107fffa9ae2e39a6f9c870f46aa77fc31537d2dc', '190.56.49.83', 1687032553, '__ci_last_regenerate|i:1687032553;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687032521;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1081b0666d82d2caf670703a5a975f43c6689777', '18.206.55.48', 1652213276, '__ci_last_regenerate|i:1652213275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10821eee6a1af5b4b56273f8009e05d01215e295', '17.241.227.197', 1674545046, '__ci_last_regenerate|i:1674545046;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10844a73f37fa7e9cc94d3ff1b76bb630c8a7037', '18.236.190.179', 1662038571, '__ci_last_regenerate|i:1662038571;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10860aadfb47e05df94db77cdf5575749dab0018', '200.119.173.78', 1682868802, '__ci_last_regenerate|i:1682868802;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682868789;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('108739ffe0b9127903978e5b940ea2847c3a413f', '52.167.144.171', 1684315726, '__ci_last_regenerate|i:1684315726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('108771ffb9124e26301ea1c938d2c51ec5c4d3e7', '114.119.147.181', 1686827472, '__ci_last_regenerate|i:1686827471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('108949aef0e582dfadb0972fe6b0136a314c062c', '173.249.31.237', 1659409030, '__ci_last_regenerate|i:1659409030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1089d36a460638885235e84a216ac96d5bd79944', '142.93.201.0', 1661739528, '__ci_last_regenerate|i:1661739528;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('108cb7ea12f3c3ede438a1b7be39c76c3d09c25b', '190.148.157.183', 1680482961, '__ci_last_regenerate|i:1680482961;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680482510;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10902fe76c24d5ef9fad29a9718b348d78e8ef77', '114.119.134.41', 1685041213, '__ci_last_regenerate|i:1685041212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109104fd6c92029d3896f095e4cf8538b4229ecc', '190.148.252.183', 1681402845, '__ci_last_regenerate|i:1681402845;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681402831;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10955947dcb32537fd3ca2e94edeae10dbefc192', '52.167.144.98', 1685350807, '__ci_last_regenerate|i:1685350807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109641de9cf6a19b8259956d7084bede8b588700', '190.148.157.53', 1684102557, '__ci_last_regenerate|i:1684102557;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684101916;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1097ae4c3d13420f3f9f8a93484bb30ac209d878', '200.119.173.177', 1685021414, '__ci_last_regenerate|i:1685021414;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685021395;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1099c9975ae9bf81d57f4b82cb27022616e36d39', '52.167.144.98', 1686209046, '__ci_last_regenerate|i:1686209046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109c4ff466b125395a867abb8ef04ba7132ed6e3', '190.148.158.23', 1687225225, '__ci_last_regenerate|i:1687225225;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687225220;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109c9ca79a095ca82e6fbd838b452844f6235ea5', '207.46.13.205', 1671347494, '__ci_last_regenerate|i:1671347494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109ca77cf0b5b276fdb688a9daf03b62cb16af30', '190.56.173.160', 1655816183, '__ci_last_regenerate|i:1655816183;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655778367\";last_ip|s:14:\"190.56.173.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655816133;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109ce2fa3fd307fc15ba48f39b35e3c486fbfea5', '17.121.112.138', 1654860769, '__ci_last_regenerate|i:1654860769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109d1a27645658399a031c2e5a49b0bca8ab81e8', '52.167.144.98', 1685519923, '__ci_last_regenerate|i:1685519923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109d41b0577353c2433a6fa6055a5b1cede113db', '114.119.157.56', 1685582002, '__ci_last_regenerate|i:1685582002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109e1396c7908f79d9c89a24b4922c17f45e426b', '200.119.174.137', 1654808124, '__ci_last_regenerate|i:1654808124;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799788\";last_ip|s:13:\"200.119.181.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a076b6d6be2d0c4f462b6e5b7007c8764b5d45', '190.56.50.253', 1682791468, '__ci_last_regenerate|i:1682791468;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682791436;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a0d38f3a77d8588f82d9111bd8091885a89991', '157.55.39.215', 1678711522, '__ci_last_regenerate|i:1678711522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a37edd797f9103f00e92d293f2697e27881bb0', '69.160.160.60', 1662188502, '__ci_last_regenerate|i:1662188501;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a3f3f76f92e651bb82df879842c6cc5822cf91', '66.249.79.195', 1688560207, '__ci_last_regenerate|i:1688560207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a4995b385e07a4bf9cfc493e766b21b7b1f5f1', '40.77.167.123', 1683192147, '__ci_last_regenerate|i:1683192147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a4b02c25d13e583ceea566a24f79b6ec6605ff', '52.167.144.154', 1687450610, '__ci_last_regenerate|i:1687450610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a6ad0f1e5eb6bd03c17d970fc02248f1b0fe23', '52.167.144.98', 1685517220, '__ci_last_regenerate|i:1685517220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a7fd4b1d31ab39fd86f31912ab9bd364059bfb', '190.148.158.175', 1672412544, '__ci_last_regenerate|i:1672412544;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672412539;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a8c0991e1ab5bcdc11a010bd996b1030a0aa47', '50.21.188.52', 1663642565, '__ci_last_regenerate|i:1663642565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a9326c70dd49aa94efa0a74eed23be0d894c04', '40.77.167.43', 1658237540, '__ci_last_regenerate|i:1658237540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ad7b1276e75d17bf7d7d2b3b2aa57616c55709', '52.167.144.171', 1684756787, '__ci_last_regenerate|i:1684756787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ae1d79e53c69d2f18ef875e51558dc32ff9ec4', '51.222.253.13', 1680297831, '__ci_last_regenerate|i:1680297831;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10aebae61fe7df6ca3c6b5fd7afd3453638e36f5', '157.55.39.90', 1662515740, '__ci_last_regenerate|i:1662515739;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b083e89ab2df648269e64effa5885dd2f4f1f7', '157.55.39.112', 1666272892, '__ci_last_regenerate|i:1666272892;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b0ca79c484c401f8bf29c8372c8055716dd86f', '157.55.39.210', 1680927078, '__ci_last_regenerate|i:1680927078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b0e5e9c37f775dfe45b7417dfe23bd47b3577e', '207.46.13.6', 1672109627, '__ci_last_regenerate|i:1672109627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b2282b0c9dce9d76b27e23e5ab99ffa4617b53', '52.167.144.82', 1687252833, '__ci_last_regenerate|i:1687252833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b24058e9bcd42d295e6e0cc801ddadb64337bd', '66.249.77.164', 1686491046, '__ci_last_regenerate|i:1686491046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b2cde39923a747d135df98c8d7d99ca3a99405', '66.249.64.2', 1674644309, '__ci_last_regenerate|i:1674644309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b49e81d0926eeb7b9b4d6fa39bd89cc2a659e8', '200.119.172.60', 1674764317, '__ci_last_regenerate|i:1674764317;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674764315;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b5a07fcb302d56d42fe81416a440c69905df15', '34.217.132.76', 1684630778, '__ci_last_regenerate|i:1684630778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b6a57d6b5abc521ff9a89df101d53264744691', '51.222.253.9', 1670753077, '__ci_last_regenerate|i:1670753077;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10b9422f73f4d3a966b7c2344c03f9ea39633cc4', '40.77.167.35', 1661510908, '__ci_last_regenerate|i:1661510898;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ba152895e1e9c848c1e76e2c1beb7c45153909', '5.188.62.21', 1659471759, '__ci_last_regenerate|i:1659471754;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10bc8090f76f9bb600ba84205b5918582b8928db', '200.119.172.60', 1674862254, '__ci_last_regenerate|i:1674862254;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674862133;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10bce406fbddc24f1e9690b5bde20c4e8441e730', '66.249.74.103', 1683360930, '__ci_last_regenerate|i:1683360930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10bda3b4bdc99eb973c759c858d159d76d8bad7b', '104.154.92.6', 1664804057, '__ci_last_regenerate|i:1664804057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10be4994e82bf27b4c44de472edacdc940eb0256', '52.167.144.94', 1687055970, '__ci_last_regenerate|i:1687055970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10bff567143ef5a142ea33d5eb1b5a089796788f', '52.167.144.70', 1688122078, '__ci_last_regenerate|i:1688122078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10c23b7c7d7c32d77d607b0a91d7a35a2facc310', '69.160.160.60', 1662188504, '__ci_last_regenerate|i:1662188504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10c6149cd7167841c80234801e53574e0925cb3d', '190.148.157.117', 1675604669, '__ci_last_regenerate|i:1675604669;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675604169;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10c6442e609f445263dae5a13095891869c62787', '54.36.148.104', 1654844979, '__ci_last_regenerate|i:1654844979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10c7086c99a763f58bbbc84683f2a1892fab348a', '66.249.79.193', 1653900747, '__ci_last_regenerate|i:1653900747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10c77b733c78391f71ed3f9092515317bcd9397a', '190.148.158.69', 1685982900, '__ci_last_regenerate|i:1685982900;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685982880;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10c8b6377dc311ae2557030382ea7c009c26bc7c', '190.56.32.164', 1664565488, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664565488;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664565476;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10c8ca05a11795599d8823b577ed2ec3a2611a52', '138.91.110.15', 1651769952, '__ci_last_regenerate|i:1651769950;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10c90df6406508c539fe6a93cab24c358885c44d', '114.119.146.88', 1684859691, '__ci_last_regenerate|i:1684859691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ca804bf6b7f62e71637bb4a61c29b9ddeaf442', '190.148.158.175', 1672182247, '__ci_last_regenerate|i:1672182247;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672182238;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10cb1313c7b99692b21308fe70fe591e0c377367', '190.56.50.253', 1682620879, '__ci_last_regenerate|i:1682620879;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682620163;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10cb5c3639d80da3990912200d70f9fa9c068f1f', '157.55.39.79', 1668367006, '__ci_last_regenerate|i:1668367006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10cd02eb720c84f4ea2b3ff897bf33c4289cee97', '190.56.32.35', 1671992561, '__ci_last_regenerate|i:1671992561;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671992547;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10cd4844cc16e6dd743dcd39973e8633d368994d', '207.46.13.230', 1656303025, '__ci_last_regenerate|i:1656303025;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10cd4c1c4d580422cbf1b3f337153716fc5a51cf', '51.222.253.5', 1654746730, '__ci_last_regenerate|i:1654746730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10cee53278f9c5bd85bde1655774636d12d2b6c8', '5.188.62.21', 1656412890, '__ci_last_regenerate|i:1656412887;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10cf757528356e256c1da2105ce3318cffea859f', '89.248.168.222', 1651000024, '__ci_last_regenerate|i:1651000024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10d5c9d5014f60d0f07bc018c5267530219c5047', '114.119.153.169', 1687889302, '__ci_last_regenerate|i:1687889302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10d75727aa697d533efa20b43945487d6e2f223c', '74.208.2.183', 1668050329, '__ci_last_regenerate|i:1668050329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10d7dcce179a830ab984f1f7a6ffc52ca8a1b0b7', '114.119.137.217', 1685397905, '__ci_last_regenerate|i:1685397904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10d87af7df35dfe793465b7096cecd152c6c78ba', '190.56.55.48', 1687637802, '__ci_last_regenerate|i:1687637802;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687637594;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10d962bf2a50a46611b0131ef1cf419570ab3760', '52.167.144.108', 1680358828, '__ci_last_regenerate|i:1680358828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10da895500cc9fcbc50bf324711e3ba9303c433a', '114.119.157.157', 1685105814, '__ci_last_regenerate|i:1685105814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10db02e4fb83c4612aa4d2579a57c529092b4712', '200.119.172.96', 1675459569, '__ci_last_regenerate|i:1675459569;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675457110;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ddc4c1e8174b1511c75dc87d548ee33e39a6df', '52.167.144.63', 1687104744, '__ci_last_regenerate|i:1687104744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10dfa4472ecb5fc92cc345933c34c130c033d25b', '114.119.129.189', 1686939920, '__ci_last_regenerate|i:1686939919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10e0d95b60b342103014dc526ab16afdfa0f870f', '40.77.167.37', 1668367158, '__ci_last_regenerate|i:1668367158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10e3802e65c61f2553e56f8d87c22bc903d8b258', '151.204.150.136', 1659094050, '__ci_last_regenerate|i:1659094050;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10e41a384260ba6d60a94da419b6e50df3352436', '114.119.142.173', 1687630099, '__ci_last_regenerate|i:1687630099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10e53dcbaea98f2daf1bcdcb519c820fe36acbd7', '190.56.55.48', 1687267618, '__ci_last_regenerate|i:1687267618;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687267571;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10e5a9887fec553163ae3f7ac43ba95397734b05', '114.119.148.49', 1686647773, '__ci_last_regenerate|i:1686647773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10e5eb2a5274fcd1801da18e5020282bae096af5', '52.36.152.30', 1681911970, '__ci_last_regenerate|i:1681911970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10e6f8427648a8b07d219070a03fce699c1d4921', '114.119.152.59', 1686121107, '__ci_last_regenerate|i:1686121107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10e92f9b3c43eea1d19fe87e859e317e8b611b0f', '40.77.167.170', 1678893160, '__ci_last_regenerate|i:1678893160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ea011c207d74910a2a9d3dc7ea2e35efe9c6d7', '190.56.32.162', 1686331608, '__ci_last_regenerate|i:1686331608;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686330761\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10eb9245ef81e9006239be66fb8f1c3a7f7ccc7b', '40.77.167.123', 1683489405, '__ci_last_regenerate|i:1683489405;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ecc024251fa5c69d83b93379b05cb64ada18d7', '40.77.167.115', 1681433266, '__ci_last_regenerate|i:1681433266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ecf502694e0ce039592b6d9fb43e392c909ad9', '114.119.131.181', 1686931302, '__ci_last_regenerate|i:1686931301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10f0e501bea533f8e0650c3d92ccb901f59de48d', '114.119.138.239', 1687560391, '__ci_last_regenerate|i:1687560391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10f109337299f821b76dea6dfbb8bb9068c2f82a', '52.167.144.66', 1682173709, '__ci_last_regenerate|i:1682173709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10f4765ea02790c5d68ca91c8702b910e276f588', '190.148.252.98', 1659967527, '__ci_last_regenerate|i:1659967510;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659797058\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659967527;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10f4e2932a1003316f1b7241f92894ce94917974', '190.56.48.27', 1650981707, '__ci_last_regenerate|i:1650981706;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10f60d13b204ba5de728c10c42779e7e6b9cb5a9', '190.148.157.183', 1680277212, '__ci_last_regenerate|i:1680277212;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680277207;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10f65cd0b3b614f8da85ef43109d9dc705408b98', '165.22.62.204', 1671966003, '__ci_last_regenerate|i:1671966003;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10f7438439e05b1229decbc5e2d9b55f9d52371e', '54.36.148.157', 1670302387, '__ci_last_regenerate|i:1670302387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10f780819fb7edf00e6aeaf6b0d26ed71b278b3c', '190.148.158.69', 1685882827, '__ci_last_regenerate|i:1685882827;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685881592;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10f9ef050f089c57d0cf53dc70071359a18765cc', '190.148.157.53', 1683646026, '__ci_last_regenerate|i:1683646026;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683645596;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10fa35567a4f93738a2f253103d5694f3a1589c6', '190.148.252.177', 1674093551, '__ci_last_regenerate|i:1674093543;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674093550;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10fa63a52a58be90a64fd8e59957b9512016de5f', '200.119.170.143', 1670257238, '__ci_last_regenerate|i:1670257238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10fc07ccd591cdd7acb743e3fa96fd38ce68b559', '204.48.19.95', 1672513674, '__ci_last_regenerate|i:1672513674;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10fc62f5126dd5590fc9a2b4483ac3f9558aa76d', '200.119.170.168', 1670610935, '__ci_last_regenerate|i:1670610935;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"OaVwpdKEnFUJ9lteI5ML\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10fe0f461681fe11fcfcf8479dedd482aff83ad7', '114.119.156.131', 1687857238, '__ci_last_regenerate|i:1687857238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10fe3fb3ba5e787c1cfb73e185a65ece031ee7f4', '200.119.173.130', 1675989600, '__ci_last_regenerate|i:1675989600;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675989571;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ff2ed95254ac1ae63ebc425706d0c4d95d9466', '157.55.39.253', 1682238489, '__ci_last_regenerate|i:1682238489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ffa4af7d7f7ad16f21406e25bc24a3bb14c470', '207.46.13.6', 1671921467, '__ci_last_regenerate|i:1671921467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1100f43e92c774cd8564da14838434d33fa2f2a3', '157.55.39.208', 1685949152, '__ci_last_regenerate|i:1685949152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1101ea4506914fa88bca363ee001bd33ed2cf4a5', '5.188.62.21', 1656408637, '__ci_last_regenerate|i:1656408633;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110251a7c4af3f250444f2ba1d5e15c5bd955c77', '130.245.169.145', 1657274134, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1102f5eb186573a401c64e0b47994a1872d25956', '40.77.167.146', 1687702722, '__ci_last_regenerate|i:1687702722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11036c170e4deea013f9c03391cbb51500009760', '54.36.148.76', 1670179444, '__ci_last_regenerate|i:1670179444;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11048272c7d4fd6219a24e5c23158c52e8c9efe7', '54.36.148.51', 1679563995, '__ci_last_regenerate|i:1679563995;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11049dbf675e6dad3d88ccb097ead40041582708', '157.55.39.200', 1665162231, '__ci_last_regenerate|i:1665162231;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11068cb31298bb149aad2da89f2fbab03299f5cd', '200.119.174.56', 1664231708, '__ci_last_regenerate|i:1664230788;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664231708;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11070a3e2df2f9b8fefcbb1f512026027ccb8649', '190.56.50.15', 1667079696, '__ci_last_regenerate|i:1667079696;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667079690;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11071ce485bc8d469043c7176adacf9ed129f36c', '45.88.97.217', 1662966906, '__ci_last_regenerate|i:1662966905;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11084120dca419a713ef0b86514d85f68e506811', '51.254.199.11', 1660061475, '__ci_last_regenerate|i:1660061475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11086f1f32ab0bd39988b274c74b8850c3a3289b', '190.148.87.6', 1668190032, '__ci_last_regenerate|i:1668190032;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668190024;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110971a9886b3240a05fb76c72d45993ecffeb23', '190.148.252.151', 1671027877, '__ci_last_regenerate|i:1671027877;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671027877;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1109cec8e6424df0a2caa815054848490545b025', '198.235.24.149', 1651961450, '__ci_last_regenerate|i:1651961450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110b4eda067d984049716230ee3a93c6b55cc639', '114.119.142.47', 1688224126, '__ci_last_regenerate|i:1688224126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110b5bae6bf08b2df8a745d06f08154381a6b0c4', '40.77.167.182', 1683547580, '__ci_last_regenerate|i:1683547580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110bd04d95a582c9e0f183ac38f48e0681d02666', '40.77.167.37', 1669168379, '__ci_last_regenerate|i:1669168379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110ca111fe809b8daac3fc3638f3bb5d0caf71a0', '157.55.39.54', 1658980697, '__ci_last_regenerate|i:1658980697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110d33fafa476e69180d8369752c4ff5aa022429', '40.77.167.37', 1669794993, '__ci_last_regenerate|i:1669794993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110dbfc2a3f7c4b79e6ec6e387550ca57a3e1a2f', '190.148.87.6', 1668204889, '__ci_last_regenerate|i:1668204889;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668204512;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"6x72HeQwFDmJupoM5Isz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110e52f618c19c06d9621dd7b716cadf0dcfa2ea', '157.55.39.100', 1672327203, '__ci_last_regenerate|i:1672327203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110f0bd8785fda6c2f69882710e258ff7befb683', '190.148.252.111', 1678036319, '__ci_last_regenerate|i:1678036319;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678035960;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('110f4fdba4c4841987d15cc8490859aac8db1443', '45.170.101.2', 1667551405, '__ci_last_regenerate|i:1667551405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11115091c78512c97a01ca7847e8f12f20567df5', '200.119.173.96', 1687184909, '__ci_last_regenerate|i:1687184909;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687184870;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1111664fd269e08fd1cfc471db797a754045ec95', '159.223.53.127', 1653492862, '__ci_last_regenerate|i:1653492859;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('111186c3f2d7d42d51b9aef31f0d283d8ca8e616', '190.148.252.225', 1687742867, '__ci_last_regenerate|i:1687742736;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687742867;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1112f11262df3fa9390ff710110df97227ec83f4', '190.56.50.253', 1682781939, '__ci_last_regenerate|i:1682781939;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682781833;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11130d6a8edeff3ada14255fbf312155897afa45', '82.80.249.158', 1668921157, '__ci_last_regenerate|i:1668921157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1114e5d19245f6d35f716bb7d0fa2a53e2c4ce67', '40.77.167.108', 1680076315, '__ci_last_regenerate|i:1680076315;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1115fd58f4cae895e0a50f13d4528157ef8c7ec2', '51.222.253.13', 1650997689, '__ci_last_regenerate|i:1650997689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1116d0bbc6871ca6cd8175506cdddbb6ddbe377f', '157.55.39.54', 1659430216, '__ci_last_regenerate|i:1659430215;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1117e9b5c98d769943586988bc5d1f5635522780', '40.77.167.49', 1667306870, '__ci_last_regenerate|i:1667306870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1117fd768ab21560431b90264ba1393fa7f51087', '200.119.173.90', 1657227932, '__ci_last_regenerate|i:1657227932;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656969858\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GvOdsQXA5MDiF7zuaNhf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11191ee6ceecc24d061f57abc81de9346017e6ea', '190.56.48.81', 1666053642, '__ci_last_regenerate|i:1666053630;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666045803\";last_ip|s:15:\"190.148.252.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666053630;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('111a876c285f10c11b660a12a55a70f44a6b994b', '40.77.167.11', 1673539680, '__ci_last_regenerate|i:1673539680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('111ae20aa31c15afa3ddd045d72eb5fd9b846142', '40.77.167.97', 1654339410, '__ci_last_regenerate|i:1654339410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('111b6b70f40d76014ab4e089ef981e33f0b58f9a', '190.148.252.111', 1677933937, '__ci_last_regenerate|i:1677933937;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677933666;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('111c030dd1554031df789c4d544c15838d999860', '52.201.235.110', 1680771949, '__ci_last_regenerate|i:1680771947;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('111f635054e49151823a5da3f1c0d31b44613687', '190.148.157.80', 1669396074, '__ci_last_regenerate|i:1669396074;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669395616;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('111f8c58a2c73e86e8f9842308dab45e18998fc1', '52.167.144.164', 1686373005, '__ci_last_regenerate|i:1686373005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11207f305032e47312747e9553999ea6aa354e9c', '157.55.39.173', 1670189844, '__ci_last_regenerate|i:1670189844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1120c4873a83484d202ba7f6379c6d2061fc6cd0', '40.77.167.227', 1678333198, '__ci_last_regenerate|i:1678333198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112253f62ff243d1e9c9d7b1fce090bce66fefb9', '207.46.13.113', 1675558764, '__ci_last_regenerate|i:1675558764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1122989163d469c0f76e0282a51de12e949bcfe5', '200.119.173.130', 1675821250, '__ci_last_regenerate|i:1675821248;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675821248;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1122d84b15b66f634a090e68595481be76c6d883', '190.148.252.96', 1673112402, '__ci_last_regenerate|i:1673112402;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673111295;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1122f93db0f6849683785dfa6272d73a8edae240', '138.197.65.98', 1662791691, '__ci_last_regenerate|i:1662791691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112407df36de496081dba62f79da731785e046dd', '52.167.144.171', 1684553832, '__ci_last_regenerate|i:1684553832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11276bcf73aa50b2efe00832108933356b4dc242', '114.119.133.14', 1687285937, '__ci_last_regenerate|i:1687285937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112a6d27f4dafb7c36b809f8f843754510fcceac', '114.119.136.75', 1685461514, '__ci_last_regenerate|i:1685461514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112acbba9529caf1db28d31ec8ddfe49f73a1fe0', '17.121.115.247', 1654599194, '__ci_last_regenerate|i:1654599194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112b34c4c628cdac40eb3ce4613ba210ef552ddd', '52.167.144.98', 1686003810, '__ci_last_regenerate|i:1686003810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112b908338b2d533dce1ed339f2155a136837c92', '200.119.173.177', 1684847868, '__ci_last_regenerate|i:1684847868;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684847852;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112c874be7bd2bfe7667950c70c629f16ed14f5b', '190.56.50.253', 1682645467, '__ci_last_regenerate|i:1682645467;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682645164;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112ce7d6dc603755b846d981c1f2773c342a1f02', '52.167.144.164', 1684583593, '__ci_last_regenerate|i:1684583593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112cf4e3bcce1e6bf41d1bcdcfb82f2aa810c2e3', '40.77.167.175', 1680266501, '__ci_last_regenerate|i:1680266501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112e9c649f8edb41a099e18ac66e659e2b57b319', '190.56.32.174', 1676574766, '__ci_last_regenerate|i:1676574766;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676574545;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('112f889c0d0e760b450a484ebbca42bf8ea7faa7', '52.167.144.98', 1684132425, '__ci_last_regenerate|i:1684132425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('113054465dfab0b6c9d64a0ed8474b369c09e635', '163.172.128.176', 1656192158, '__ci_last_regenerate|i:1656192158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11322bd7b8eaf694adc819ae0836a3081874a97f', '190.56.55.113', 1673746550, '__ci_last_regenerate|i:1673746550;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673746447;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1132b87c18a283bb7266e8df02d0876bbe1b4347', '200.119.170.209', 1656971666, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1656971666;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656950297\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656971656;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11334430d52ae2815c563bc0ba4eb87aba2b99c3', '114.119.136.75', 1687512380, '__ci_last_regenerate|i:1687512380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11341a1526316b4c88783e41ca6978f420edfe82', '114.119.155.149', 1686546774, '__ci_last_regenerate|i:1686546774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11368b69cd266671332ab2a6d331de45e29eb549', '200.119.170.209', 1656901052, '__ci_last_regenerate|i:1656901052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11372a0a4f85fa5dbf7b526055ca74663b3805cc', '165.22.197.234', 1688445205, '__ci_last_regenerate|i:1688445205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('113732fc45971ffd48b200ea92c0a427ab89befc', '114.119.158.189', 1684051632, '__ci_last_regenerate|i:1684051632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1137ae9e2cd1b23661525965010257bd352a7776', '52.167.144.89', 1679574746, '__ci_last_regenerate|i:1679574746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1137d0e35fad03ced4b436bdf334a61f8af2d494', '52.167.144.164', 1685947169, '__ci_last_regenerate|i:1685947169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1139485c1560d9cfee633ab8a77087543cf04525', '207.46.13.189', 1668367034, '__ci_last_regenerate|i:1668367034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1139dfcf144e12da4dac5b6f07d153a708202f41', '190.148.157.98', 1678994558, '__ci_last_regenerate|i:1678994558;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678994453;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('113adc1e0d7f6209c5682d15db635d20b57de748', '190.148.252.73', 1664805662, '__ci_last_regenerate|i:1664805662;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664805599;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('113e95ee74bab39cd95a4550c5e7631d2bf8eb43', '51.158.74.117', 1682466437, '__ci_last_regenerate|i:1682466437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('113eeab7f2f3cb4499121dd878e2801fc431641d', '146.59.157.229', 1650749783, '__ci_last_regenerate|i:1650749783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114033b3438188dd7ad81e3711fc4a9cc28e3416', '190.148.252.161', 1670001260, '__ci_last_regenerate|i:1670001260;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670001260;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11407d74b00f145c11842844726c40794f8f869d', '51.195.90.229', 1650840565, '__ci_last_regenerate|i:1650840565;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11427113a69a912e8ada348de802544f52e5ce67', '190.56.173.251', 1651957204, '__ci_last_regenerate|i:1651957204;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114367fa6221ab832f15a9ccbaa6fef32ea5641f', '190.56.54.129', 1653485357, '__ci_last_regenerate|i:1653485357;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653483118;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1144ebec1e02f764319aa519f6a855b5fdbaee60', '114.119.141.206', 1687998164, '__ci_last_regenerate|i:1687998164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1146268fcf0800feb11a382bd69328e117409d4c', '40.77.167.49', 1666261705, '__ci_last_regenerate|i:1666261705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1147111a6af9ed9a5ef082cd4a75bdc8717174e0', '40.77.167.105', 1653134487, '__ci_last_regenerate|i:1653134487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1147154ef44276597953999b44482919e9b82bcd', '190.148.87.96', 1678454632, '__ci_last_regenerate|i:1678454632;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678454215;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11474ea94b5e20438a3165293efe28d7d796dbdf', '114.119.131.11', 1688102629, '__ci_last_regenerate|i:1688102629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1147d222aac011469b4f71523a3c72caefbe9cbb', '51.222.253.20', 1658645571, '__ci_last_regenerate|i:1658645571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11483f65a4456f36fe27e71daa9a1eb825a0859f', '52.167.144.164', 1685975763, '__ci_last_regenerate|i:1685975763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114aff9dc1fe1755e20f9cc0f85fe34427ff533c', '52.167.144.171', 1685608933, '__ci_last_regenerate|i:1685608933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114be2cf19a0c98c50a34388a1ff2ef1d32daa14', '190.56.55.113', 1673807732, '__ci_last_regenerate|i:1673807732;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673806506;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114cb4b7cd47945bafb10183b1dc38bb8cf6b247', '200.119.168.250', 1681005247, '__ci_last_regenerate|i:1681005247;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681005131;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114d068a1a8bcc548ab34d73e2ad3ee4175eb9d5', '114.119.129.176', 1688504081, '__ci_last_regenerate|i:1688504081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114d8327364569e5781b20b53ec0d020fb25ad87', '35.91.218.248', 1674393630, '__ci_last_regenerate|i:1674393630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114e614a4e9cf5b3b8bbdefd2c56596da235fcd1', '51.222.253.19', 1668409716, '__ci_last_regenerate|i:1668409716;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114f4df6fec1e42809096bc83c55e321339359ae', '207.46.13.11', 1668935009, '__ci_last_regenerate|i:1668935009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114f76160ac65e3a62f19fe14749d56f4d926936', '157.55.39.208', 1685949152, '__ci_last_regenerate|i:1685949152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1150c127e198d30a1aa3d992e49c171b34f526ac', '138.197.78.80', 1660176339, '__ci_last_regenerate|i:1660176339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1151030b889e71fcb631f8f7fb4f47d5384cc3a6', '190.148.87.182', 1679748932, '__ci_last_regenerate|i:1679748932;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679747774;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('115132cc4f8f8c3863ee048402c9baf6e267b5af', '190.148.157.94', 1662739859, '__ci_last_regenerate|i:1662739822;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662730186\";last_ip|s:14:\"200.119.173.87\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662739826;register_id|s:3:\"101\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-09 08:43:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('115162f85d75e47f4d1f1fbee839b9f0afe8ec4e', '54.36.149.62', 1688262907, '__ci_last_regenerate|i:1688262907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1152057f96f52b913d96db40f785e3c71b3eed40', '114.119.150.127', 1688086303, '__ci_last_regenerate|i:1688086302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1152cf1f01900f41e0fb8725841b9ef3308dad09', '190.56.51.169', 1684532700, '__ci_last_regenerate|i:1684532700;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684532664;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1153039075605e07c8eb37919ed8f0cb8638b5e1', '111.7.100.26', 1650687208, '__ci_last_regenerate|i:1650687208;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11551c39229b74cbd07f1f022bb76213a8f8d92e', '130.245.169.145', 1657274127, '__ci_last_regenerate|i:1657274127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1157514cc0a59f5814c22d601719473660e16202', '5.188.62.21', 1656421346, '__ci_last_regenerate|i:1656421346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1159d56157e973142f03840881e45bcf1a10e020', '190.56.50.253', 1682775146, '__ci_last_regenerate|i:1682775146;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682775138;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1159f4da8e84fbb60d01676cfe80427293ba948c', '40.77.167.37', 1668935072, '__ci_last_regenerate|i:1668935072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('115a05e76c95a75614cc1784329e7c4d88ede784', '207.46.13.230', 1657841639, '__ci_last_regenerate|i:1657841639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('115b8828a82ccc705fb266b07b5ca15db7058bfb', '114.119.131.123', 1686849486, '__ci_last_regenerate|i:1686849485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('115ded8c3629ab361539c9d78e8983258eba6322', '190.56.50.39', 1665008549, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1665008549;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665008494;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('115efebf40a654e8b2e7400748e4676934896061', '52.167.144.89', 1679808126, '__ci_last_regenerate|i:1679808126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116075d53384d0a8d5293c98c745b2c6b9c032cc', '40.77.167.13', 1672413678, '__ci_last_regenerate|i:1672413678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11608128a2c5b26ab12f2b45bdd7227be70643f0', '5.188.62.26', 1661220361, '__ci_last_regenerate|i:1661220356;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11608a9cfa47215325b93b6fc591055340b6ec55', '3.111.41.2', 1670738445, '__ci_last_regenerate|i:1670738444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116193137969cdfea0d821d6cb6e843f38698737', '200.119.172.60', 1674822855, '__ci_last_regenerate|i:1674822855;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674732509\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674822828;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11625374fafde7b3a2ccec4426c16307673b0812', '52.167.144.98', 1685649700, '__ci_last_regenerate|i:1685649700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116429aa5f2636ae453607bd533a8f6cc573fd5c', '165.227.27.133', 1669735556, '__ci_last_regenerate|i:1669735556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1164e99b895cada7814c339d68fce2419730a520', '34.220.66.94', 1671109265, '__ci_last_regenerate|i:1671109265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1165906c5340f1d3cdaa0345b1468f4e01dc43db', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1166b8b45321e4626e3375add48a59f9a6416e53', '114.119.156.71', 1688273058, '__ci_last_regenerate|i:1688273058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116a98dfcb98a9dfefe8d79155d685784f5f8562', '52.167.144.98', 1684995058, '__ci_last_regenerate|i:1684995058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116becbab38a8c6cae351884bc044519eba58b76', '114.119.165.200', 1688525569, '__ci_last_regenerate|i:1688525568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116c26c4d3787717fb47ac0bc18d2261b697a542', '190.148.252.96', 1673290174, '__ci_last_regenerate|i:1673290174;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673284948\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673289409;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116c6ce9735b16a2d4b310f6e34139bb3ab062ca', '190.148.252.161', 1669854233, '__ci_last_regenerate|i:1669854233;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669853530;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116d083c7e4bb0c42d54c58958ef78379b92ab5e', '17.121.112.173', 1658977221, '__ci_last_regenerate|i:1658977221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116d299cfed3ea43440fe079ddf4da87f3837319', '114.119.142.179', 1688078875, '__ci_last_regenerate|i:1688078875;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116d50a2d564a3d5dec18c7ff13b3909b58d6e09', '40.77.167.49', 1665770438, '__ci_last_regenerate|i:1665770438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1170067de6b34d4449c4b041e1bbc57037883b5e', '54.212.37.214', 1687732615, '__ci_last_regenerate|i:1687732615;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1171e48e1d46458976ad540f18d20581e28603ed', '200.119.170.168', 1670720134, '__ci_last_regenerate|i:1670720134;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670720091;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11720890ff54e7bea8539611ff619b9c50733977', '114.119.158.203', 1687726992, '__ci_last_regenerate|i:1687726992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11723d3b37d6acbdb1e18a3e94994dfc723bd632', '52.167.144.76', 1682149644, '__ci_last_regenerate|i:1682149643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11729650780869a9a1eeadd33c23c8f95b55367c', '190.56.54.156', 1665360060, '__ci_last_regenerate|i:1665360060;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665358181;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1174a54f9b51bf1134f9c3be8fb5389398a9dd9a', '52.167.144.26', 1682414197, '__ci_last_regenerate|i:1682414197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('117530d778ebab086252e29e7c75a99ddbf9b457', '190.56.32.162', 1686350779, '__ci_last_regenerate|i:1686350779;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686350771;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11758615a4ab9ebbcdc3bac2a06958d374bd65b1', '207.46.13.154', 1670376840, '__ci_last_regenerate|i:1670376840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11764ae523d656efa1d4fa0611c4dae6f2562cd1', '200.119.170.16', 1666820026, '__ci_last_regenerate|i:1666820026;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666820026;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11770e60d8c7ee6bf4aa338cd8b1b6c93a23bf49', '114.119.142.243', 1688281542, '__ci_last_regenerate|i:1688281542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11771e61390fb3db1b8a72ff7c916f5a37fff211', '52.167.144.74', 1688004653, '__ci_last_regenerate|i:1688004653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11790060a171c1e1de626d90dbf71c1c4f3168a9', '190.148.157.206', 1656603198, '__ci_last_regenerate|i:1656603198;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656593800\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656603192;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('117b39769090cba6658a1cf6500a164af0ecadea', '114.119.150.140', 1684251477, '__ci_last_regenerate|i:1684251477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('117d3242f4c20fcf554e3da4ab6615737e92ad22', '52.167.144.30', 1677744836, '__ci_last_regenerate|i:1677744836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('117da6cd4d1d1948bea1e8b7cf3fdf71afa913a2', '157.55.39.253', 1681912993, '__ci_last_regenerate|i:1681912993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('117e6b8c9e6f19324ad4daf6227a76d5becfefbb', '190.148.157.203', 1664549547, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664549547;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664549537;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('117ed3affde61ff08c8a2bb6ec1641733634cc42', '5.188.62.140', 1653341248, '__ci_last_regenerate|i:1653341245;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11800960359f3bf6c78e5c5e18a4854fcdab9fd8', '190.148.157.8', 1677869736, '__ci_last_regenerate|i:1677869736;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677865994;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11802a9a47fc06189ed92f286c21c1c135530d39', '52.167.144.164', 1684693285, '__ci_last_regenerate|i:1684693285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118092aa27ea8b1a5f5486b4afdc6d37a984de4b', '52.167.144.164', 1685760655, '__ci_last_regenerate|i:1685760655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1181af39cb561a5b53001a9362897b964b85fe9c', '18.207.144.249', 1679877937, '__ci_last_regenerate|i:1679877937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1183e7518f48ab97b0335ba255acb8e2a2af7e6e', '157.55.39.128', 1673892579, '__ci_last_regenerate|i:1673892578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11843901c849b8fa29609d5fdad4cab935fc0c25', '114.119.141.4', 1687966619, '__ci_last_regenerate|i:1687966619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1184f7971589a4a85df62e3059d5b6264112469e', '3.16.27.50', 1667542191, '__ci_last_regenerate|i:1667542191;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118501457152d3d9e1d7ade3cbaca4a67b0b9c81', '200.119.170.30', 1660249231, '__ci_last_regenerate|i:1660249231;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660239168\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11855526b7cc670e77c342bbe675d49bb7d9e366', '207.154.204.175', 1657274125, '__ci_last_regenerate|i:1657274125;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1185864f1eced2c716ecbd0b800c9e2f5dce66fa', '190.148.158.175', 1672360545, '__ci_last_regenerate|i:1672360545;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672360532;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11858c1d3d8fba46253bb80422a799e4c59592a7', '40.77.167.182', 1683068373, '__ci_last_regenerate|i:1683068373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11864dd093756b148e228f48943a16913ec112a5', '35.90.222.103', 1687822178, '__ci_last_regenerate|i:1687822178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1186582fa2b408ac64ed63d8b0fe7ca3a0faf7e5', '51.222.253.19', 1662438624, '__ci_last_regenerate|i:1662438624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118873793d1c07d095acccbf29ddf0461303324d', '51.222.253.14', 1680102649, '__ci_last_regenerate|i:1680102649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1189d44a25cccb93c41bc7ef240ab39e16d6909f', '40.77.167.123', 1683842351, '__ci_last_regenerate|i:1683842351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118b5325e96573b4fb853c1fdd55a864269a316b', '200.119.173.130', 1675786186, '__ci_last_regenerate|i:1675786186;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675785871;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118bfc3942f8f9462f2765b22e75334f3b851322', '200.119.172.126', 1652826453, '__ci_last_regenerate|i:1652826453;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652812246\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"yeZ73AG0lVU4cTI9Ytu6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118edccf7a6183a33ed2d0102f029252e4aa3e8e', '114.119.134.121', 1686649528, '__ci_last_regenerate|i:1686649528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118f3e19672d23781a6737fafe704293861ac48b', '190.56.32.174', 1676571457, '__ci_last_regenerate|i:1676571457;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676570971;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118f72ad125ccadb79049fcbce50181b97bd1a81', '51.222.253.15', 1685225405, '__ci_last_regenerate|i:1685225405;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118f9d3f1391ab42676bf6fd837d90d4d558c23f', '54.36.149.46', 1661961373, '__ci_last_regenerate|i:1661961373;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1192c3c9990c309b7b82e21b4a819b2c1383a89d', '5.188.62.26', 1656354844, '__ci_last_regenerate|i:1656354840;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1198028461c71ba6c7906c66d36a42e6ceab64a7', '157.55.39.200', 1665824551, '__ci_last_regenerate|i:1665824551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1198210d54752bb5329f6b19108b1f6daeaaa550', '40.77.167.202', 1687286797, '__ci_last_regenerate|i:1687286797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11985f670622d24a88f79c20b81087ae24d482aa', '114.119.129.200', 1684247630, '__ci_last_regenerate|i:1684247630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11989704afdd0cec56c2a07b671a7d752d1f3162', '157.55.39.80', 1670180390, '__ci_last_regenerate|i:1670180389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1199058fe39efefcdc3eba8e1b56abe3dda99ecf', '54.37.233.116', 1650851874, '__ci_last_regenerate|i:1650851868;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('119a01f9693ed8c617609ef202d6ebad775307e9', '157.55.39.79', 1668935029, '__ci_last_regenerate|i:1668935029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('119aef2029461dbe15441488d2bed65848f55d67', '190.148.87.6', 1668213425, '__ci_last_regenerate|i:1668213425;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668213111;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('119d9cf9faf2efdf7c972929b2fac8d9c86805e0', '190.56.54.129', 1653522561, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('119e615503ff8337b3eeb770c8308b2e0bf7a3dc', '114.119.158.125', 1686734065, '__ci_last_regenerate|i:1686734064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('119e6fc49f3bf5516d2f61757e671e3ec32ea782', '3.237.104.7', 1654055395, '__ci_last_regenerate|i:1654055395;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('119e8cd0bc790157e6e8e12e9f5d3350c84d4bbe', '114.119.128.39', 1688377756, '__ci_last_regenerate|i:1688377756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a37ed5af1591b30e98b04eb72f34857dc83be1', '93.158.91.207', 1656537383, '__ci_last_regenerate|i:1656537383;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a39ab8c5e8a55e1a7fa96338c681055601097e', '157.55.39.80', 1670374739, '__ci_last_regenerate|i:1670374739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a5106067ea611db3809bf2767a1bc8a48645be', '52.167.144.109', 1680774690, '__ci_last_regenerate|i:1680774690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a61678fee06ab0082985b82cba586799cbed2a', '190.148.87.164', 1667922660, '__ci_last_regenerate|i:1667922660;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a67f9e8b97e05566aebf956640f0744e915bf2', '40.77.167.37', 1669998942, '__ci_last_regenerate|i:1669998942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a75dc95325bbd892d7c4e704218773d8a18859', '114.119.146.61', 1688080229, '__ci_last_regenerate|i:1688080229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a7f784d1bc4692937cd37e1c6b4bd76576e25b', '157.55.39.216', 1676469368, '__ci_last_regenerate|i:1676469367;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a7fa2842cce4b864115b96e279853d9ed462a9', '200.119.173.78', 1682948947, '__ci_last_regenerate|i:1682948947;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682855442\";last_ip|s:14:\"200.119.173.78\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682948900;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11aa62b6d0bcfcb0cc9f643e6fcbb7e4a43d89b0', '190.56.32.35', 1671759455, '__ci_last_regenerate|i:1671759455;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671758943;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ac4c03c89ca69d1eb63e3630579c46b9a28b47', '200.119.168.250', 1680890586, '__ci_last_regenerate|i:1680890586;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680890578;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ac8829095399b33c38e06880a1b2372c351109', '157.55.39.253', 1682011858, '__ci_last_regenerate|i:1682011857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ad4b379d3f1917fd313bfb2bae9d79a70de4d4', '40.77.167.175', 1680364335, '__ci_last_regenerate|i:1680364335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11b09acf23ac346e649f2e4d65952c276592ced1', '190.104.119.122', 1651020376, '__ci_last_regenerate|i:1651020376;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650987096\";last_ip|s:13:\"190.56.32.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651020059;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11b16ae738f90313b7de42b39d7e018456da0083', '144.76.67.169', 1669883614, '__ci_last_regenerate|i:1669883614;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11b2ef3401eb19342f0b5f5ef22d9a6caaef9bb9', '137.184.189.92', 1688078683, '__ci_last_regenerate|i:1688078683;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11b32790666b7b0232e584cc7ca21dbba46df270', '207.46.13.10', 1671347508, '__ci_last_regenerate|i:1671347508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11b5a98946ae33d88e8e8031c3ed616f4a0d4971', '190.56.50.15', 1667073731, '__ci_last_regenerate|i:1667073731;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667073726;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11b600f277ba0da695e9d84f1904beeed0e0316f', '51.222.253.20', 1687331596, '__ci_last_regenerate|i:1687331596;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11b6ee53e9b3f57c0896f30e64ccd4ad68d62415', '114.119.134.12', 1687513145, '__ci_last_regenerate|i:1687513145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11b91f2d358872899125e27fe673521fe5bdaccb', '52.167.144.154', 1687835845, '__ci_last_regenerate|i:1687835845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11b97a287bb0e26784399c991375439a0b56f463', '40.77.167.134', 1680045712, '__ci_last_regenerate|i:1680045712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11b9d3887d5d36912709846f58e695395e854c60', '17.121.114.107', 1662946760, '__ci_last_regenerate|i:1662946759;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11bb8122b431fac5b9d219825772398a4fefca6f', '207.46.13.230', 1655990871, '__ci_last_regenerate|i:1655990871;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11bc20e4fd30af469dfbcb770cda154ce60b643f', '51.222.253.12', 1687484683, '__ci_last_regenerate|i:1687484683;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11bc5bbcfac69f63917902fcf776494cf1d0443a', '190.56.54.77', 1666287416, '__ci_last_regenerate|i:1666287416;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666287409;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11bee2c8dcf239ff0e575371c5e158b697a13d25', '104.131.94.164', 1657274122, '__ci_last_regenerate|i:1657274122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11bfa908877dee7656739d421539d8abab649ecc', '52.167.144.73', 1679174145, '__ci_last_regenerate|i:1679174145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11bfb95c1ca695d4237ad15176425f8157ae6aa0', '68.183.75.40', 1657274126, '__ci_last_regenerate|i:1657274126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11bfcdf3e4ee6157fe17a3fc0d5e915dd35c5fe2', '52.167.144.63', 1687074744, '__ci_last_regenerate|i:1687074744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c0156f65ec2f9100a47ef23e29aa1cd915c253', '190.148.158.175', 1672428083, '__ci_last_regenerate|i:1672428083;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672427950;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c1f5c37143eb1159157e7cd898eff27121a6d4', '190.56.55.48', 1687536190, '__ci_last_regenerate|i:1687536190;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687536186;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c22cd6d85ce2761d01ae4c213f49e55163cf15', '34.93.133.111', 1661735005, '__ci_last_regenerate|i:1661734998;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c25e95a203c222014458a73b741bd335073ef7', '205.210.31.6', 1657947454, '__ci_last_regenerate|i:1657947454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c309d80ad29f5e52d3c027d73809127d494790', '207.46.13.217', 1684248132, '__ci_last_regenerate|i:1684248132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c3887669aed26ac309c4de79879aae94b84a65', '52.167.144.76', 1682106031, '__ci_last_regenerate|i:1682106031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c45dae1880154ba200717bdfb0ec6a68bff602', '52.167.144.98', 1686667049, '__ci_last_regenerate|i:1686667049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c5a45a0c5ce9924c74107d86a20abfa3b12fbf', '54.36.148.198', 1685326974, '__ci_last_regenerate|i:1685326974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c6808ab6b1565091d58d03fb6615bd6dd28fdd', '190.148.252.55', 1675733971, '__ci_last_regenerate|i:1675733971;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675733951;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c7ef3b199d24eefb420403b03f101487ace066', '114.119.138.210', 1687797387, '__ci_last_regenerate|i:1687797387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ca07e32a3e562e417fb5b423d68863450f9720', '52.167.144.162', 1686572625, '__ci_last_regenerate|i:1686572625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11cb2b006c9bc82a8d167a066f94268f6cb04d8b', '86.136.34.238', 1684189718, '__ci_last_regenerate|i:1684189718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ce28f75bc00c1a34291b0d4b5a2bde9f5b133b', '93.123.132.168', 1674060744, '__ci_last_regenerate|i:1674060744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d03df43f560f542c04d74005af39da7da14933', '190.56.50.38', 1670449868, '__ci_last_regenerate|i:1670449868;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670448554\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d08a9e164ffeccb3255dae79a6c0f3b5d986a6', '52.167.144.43', 1683811947, '__ci_last_regenerate|i:1683811947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d30ab4e6d181082c97de986fccfd5636d8f326', '207.46.13.41', 1664934395, '__ci_last_regenerate|i:1664934395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d53a331c0cd0cf45a33419f895d6befbe015e8', '52.167.144.171', 1684657904, '__ci_last_regenerate|i:1684657904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d5e4900141ec364a9f8a2e35a5a8e20fe1e18e', '52.167.144.162', 1686568836, '__ci_last_regenerate|i:1686568836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d76e456eb3dc472fb0560b048dbd1df970e83f', '190.148.87.182', 1679880412, '__ci_last_regenerate|i:1679880412;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679880404;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d795e3be13b9df73e8d85f87686d1f04f4ac40', '190.56.55.48', 1687553820, '__ci_last_regenerate|i:1687553820;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687553772;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d7d9fc9256d201959eec09eddab425fc128252', '40.77.167.49', 1666837787, '__ci_last_regenerate|i:1666837787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d93e1f201bc5e49717e3450728a6960fda1e01', '190.148.252.183', 1681481394, '__ci_last_regenerate|i:1681481394;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681480763;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11da13878f61277889633c8e38807849c687c55b', '185.195.24.62', 1657440330, '__ci_last_regenerate|i:1657440330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11dae653867d81637ffa7efa2b9810703f611019', '114.119.143.14', 1688509243, '__ci_last_regenerate|i:1688509243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11db81184463d1640cc71fb0b3baa5e51e76ad21', '185.181.60.12', 1658503997, '__ci_last_regenerate|i:1658503997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11defc25e318a1d8a1b3abed7b4f0c44c30c71c0', '40.77.167.236', 1677964235, '__ci_last_regenerate|i:1677964235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11df064d6a438b7435db53168c85361a0e636230', '207.46.13.154', 1671603454, '__ci_last_regenerate|i:1671603454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11e1922f9933f6885e954fe049cf3c27c98fc7dc', '114.119.136.15', 1687965862, '__ci_last_regenerate|i:1687965862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11e1e48d5f11ed3bae7d1b7e1fe88d7db874a3a4', '190.148.252.111', 1677845534, '__ci_last_regenerate|i:1677845534;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677845483;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11e218094ab7fa82902c1170c059513dc1b6d64c', '54.36.148.13', 1664786328, '__ci_last_regenerate|i:1664786328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11e33009233839a0372f45041e7aaab86cae16a0', '149.57.16.7', 1653807032, '__ci_last_regenerate|i:1653807032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11e45c019c499884d5c04785096d456277d0543d', '114.119.155.83', 1686485747, '__ci_last_regenerate|i:1686485747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11e5c877d0dd5d9ba1f7bc83329b6bb52847e3f3', '52.167.144.49', 1677080625, '__ci_last_regenerate|i:1677080625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11e7a80dba87f5433841b5b3068b06f2065fe5a9', '14.116.150.68', 1669751816, '__ci_last_regenerate|i:1669751815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11e96d0301d2ee25481c1d9c08ebce1ed1f14059', '118.191.130.53', 1656725413, '__ci_last_regenerate|i:1656725413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ed0001b4bcd4d43d4cf409d15278089985ae5b', '190.148.157.194', 1662051574, '__ci_last_regenerate|i:1662051574;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661991901\";last_ip|s:15:\"190.148.157.194\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662051521;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ed41c80e34b65fbbb98ebc318dd034a8048d3c', '190.148.157.80', 1669643246, '__ci_last_regenerate|i:1669643246;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669640742;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ef667c3ed2d4598dd38383540063fc5dff0bb8', '190.56.54.156', 1665185094, '__ci_last_regenerate|i:1665185094;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665185041;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f01d6f453c9f58265b3f1af7b0a440bdea954e', '178.208.160.86', 1683876291, '__ci_last_regenerate|i:1683876291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f0981710216f0940d8046a4b4f146f19f42ae8', '52.167.144.162', 1686739309, '__ci_last_regenerate|i:1686739309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f120d599f3bda56d36d4f8f685719b993d1502', '40.77.167.102', 1661552055, '__ci_last_regenerate|i:1661552055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f1a57bbfe438bada7c0f88a045140cf86f1bfc', '52.167.144.89', 1679548300, '__ci_last_regenerate|i:1679548300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f1fdf9391e2277238d80403dea9d42086d9880', '190.148.252.177', 1674087652, '__ci_last_regenerate|i:1674087652;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674087612;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f289cc7726cb3628fc0ab81e20c135b25e91ce', '175.196.127.111', 1650791329, '__ci_last_regenerate|i:1650791329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f842248875239a9ae23387eb7ec3b70e4ddab9', '114.119.134.203', 1687720025, '__ci_last_regenerate|i:1687720025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f87421cbb48aa239e518cef9bc84b038aad1ef', '146.59.157.229', 1650749711, '__ci_last_regenerate|i:1650749710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f9b3aa2105dcd7ede3b90d0eba33eb4a2df6d4', '114.119.138.77', 1687073101, '__ci_last_regenerate|i:1687073101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f9fe23001d3e4055f5bfbd146b903300154c13', '114.119.128.172', 1684183242, '__ci_last_regenerate|i:1684183242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11fa02214a14cfded824b47232a4c09cdff28d3e', '40.77.167.182', 1683265858, '__ci_last_regenerate|i:1683265858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11fa157240e80766ca91ed21b9fbba83ac46293c', '190.56.54.201', 1681782168, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1681775355;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681743862\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681782168;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11faba999e7b742b9a2154721ec9194e0452b73a', '207.46.13.217', 1684103794, '__ci_last_regenerate|i:1684103793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11fbfd149b6660c8535b5c9e5f2fc6f799dc3b95', '40.77.167.210', 1677726898, '__ci_last_regenerate|i:1677726898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11fd28320cda9d6c25de72baeca7d026b8df7eb4', '51.222.253.14', 1657346872, '__ci_last_regenerate|i:1657346872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11fea8c8b16049e369cb6cfcc26acebcdba7b1f2', '157.55.39.192', 1666282707, '__ci_last_regenerate|i:1666282707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11feb4d14fa98baaaf7fb6b18f266afda72c2a7d', '54.36.149.85', 1674325585, '__ci_last_regenerate|i:1674325585;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11fedb1412cc10003a8ee3d74cf8aabb5e96dcae', '40.77.167.13', 1673064697, '__ci_last_regenerate|i:1673064697;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ff4cebf0a08d87238bbd2d9d6961c3ff08aaa3', '93.158.90.143', 1679809057, '__ci_last_regenerate|i:1679809057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('120266e9e4d817ac8eac4f61d38bde5170403a65', '52.167.144.164', 1686596406, '__ci_last_regenerate|i:1686596406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1202def4d1e8e7f8380ba9bea78de82f7fc89015', '40.77.167.146', 1687764671, '__ci_last_regenerate|i:1687764671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12033d868af287d47fe9e1aa7e0c908162507990', '52.167.144.61', 1688296436, '__ci_last_regenerate|i:1688296436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12046bc10662480dc8196a5bc5d56f89be47e50b', '114.119.151.237', 1685288335, '__ci_last_regenerate|i:1685288335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1209cf2db447fafa31899a29eb0d360ccc78edea', '157.55.39.79', 1668367218, '__ci_last_regenerate|i:1668367218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('120a2549ca28cea2f367df352292d464ddd471f5', '17.121.115.115', 1653742286, '__ci_last_regenerate|i:1653742286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('120d7751d30f0e464abeed2429ee3956587fd1a1', '52.167.144.31', 1681480930, '__ci_last_regenerate|i:1681480930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('120da000827f1caed0bd6d4301f6b87122f0c69f', '149.56.150.60', 1672432586, '__ci_last_regenerate|i:1672432586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('120eeb6651d08f78fa04ae60d8126006e6a0edd9', '198.251.73.97', 1672881264, '__ci_last_regenerate|i:1672881264;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('120f503a8e50f1ef640f379e4d638aa1ac2b0148', '157.55.39.125', 1653569922, '__ci_last_regenerate|i:1653569922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('121124306b42d6bb02306afc4c53e589b3c898c2', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274133;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1211313aa7cc753a7e00cfd4d71eb9b72832171b', '51.222.253.17', 1655454657, '__ci_last_regenerate|i:1655454657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12114576b031f94179ef3b1500c7608d32fad949', '190.56.32.162', 1686574411, '__ci_last_regenerate|i:1686574411;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686482992\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686574406;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12120c8ca1eec75c160aae436e7f2e019ce3bc6b', '149.57.16.7', 1653807072, '__ci_last_regenerate|i:1653807072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1214571f312eb45093a96e82d252c5f277527685', '17.121.112.109', 1652266909, '__ci_last_regenerate|i:1652266909;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1214b3806d7ad51fb850e52e53177bc33d63eb47', '190.148.252.197', 1665539968, '__ci_last_regenerate|i:1665539968;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665538259;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1216fb468edc733971d1541c392f2b83c931bf5a', '157.55.39.9', 1675068666, '__ci_last_regenerate|i:1675068666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('121cb4b4b64440477221d13f5ceb0b98c444494d', '52.167.144.178', 1684159644, '__ci_last_regenerate|i:1684159644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('121f00ece59c5bc99986c83c30ff3d5dfdd6c0ff', '36.99.136.138', 1650976201, '__ci_last_regenerate|i:1650976201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('121f045066d20a2bc51187133abfe387a9fbad28', '66.249.79.196', 1688234092, '__ci_last_regenerate|i:1688234092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('121f7f8439cc153e404edb4d668f360e4bb32627', '40.77.167.207', 1681699279, '__ci_last_regenerate|i:1681699279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1220e76433dabdc457267449606544ec1566f8e5', '200.119.173.107', 1686791749, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686791749;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686791746;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1222f0d64865e170dfa7a7743707c0c6330b1fbf', '190.56.32.174', 1676816265, '__ci_last_regenerate|i:1676816265;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676816046;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('122667ae80f45162ec35e27958caec833920e73c', '207.46.13.41', 1664683667, '__ci_last_regenerate|i:1664683667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12288997aacb3fab59805866508fffa6403b9629', '190.56.32.243', 1684683402, '__ci_last_regenerate|i:1684683402;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684683401;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1228ec02bf567e6629e1b10933dd9149185738e2', '200.119.168.9', 1656341997, '__ci_last_regenerate|i:1656341997;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274344\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656341241;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('122ef2916599bfc2ffa70bfa2aec6e12733e3b1b', '74.125.215.21', 1661575169, '__ci_last_regenerate|i:1661575169;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1231aa65710ec504c729804be47ed680acafde1f', '190.56.32.174', 1676657206, '__ci_last_regenerate|i:1676657206;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676633086\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676657180;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1231c3275508b1a804c2b77dcb611b053267c4cd', '52.167.144.70', 1688346755, '__ci_last_regenerate|i:1688346755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12326cc76e55b56ce7ee66449362248d3d92aace', '52.167.144.171', 1685608933, '__ci_last_regenerate|i:1685608933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12358eb4c51934614793f577d2b141e92903d7d1', '51.222.253.10', 1687023404, '__ci_last_regenerate|i:1687023404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12373dd6601cfae9ccf4d4946808df603db97e40', '118.191.130.119', 1656725362, '__ci_last_regenerate|i:1656725362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1237430e6f4396663a8a270ec7be484f9672f64c', '66.249.65.100', 1652194066, '__ci_last_regenerate|i:1652194065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1239471ec65f883a49259b8a417075c1ac7a1ad4', '190.148.157.177', 1682349524, '__ci_last_regenerate|i:1682349524;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682349285;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('123abace2bb30ba493de6f5c4d8eb95e0cca42a7', '64.246.161.30', 1669496271, '__ci_last_regenerate|i:1669496271;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('123bd575927dcb5c6045d930dcce43de74682bd6', '200.119.168.250', 1681169597, '__ci_last_regenerate|i:1681169597;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681169308;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('123c7256182c73e4c940d06a461f336ae01e8040', '114.119.139.66', 1686487935, '__ci_last_regenerate|i:1686487935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('123d59e7bb9b5d50502dae4e97538782b720c557', '114.119.137.116', 1685195927, '__ci_last_regenerate|i:1685195927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('123d5d029bd190490b27e1f5838c7dd634b50928', '200.119.174.9', 1674175668, '__ci_last_regenerate|i:1674175668;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674175062;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('123e0be419ebbe357d4b2deed0191ab680c61f2c', '190.148.252.161', 1669907831, '__ci_last_regenerate|i:1669907821;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669820900\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"EFT7H8XclzG0usgRh5rJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('123ec0027c9aa8a62b40ad5b3a9ff2042fdbbf23', '190.148.158.175', 1672597110, '__ci_last_regenerate|i:1672597110;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672596947;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1240370e6621cbd78412b69d88abbfc4a83d5050', '54.227.32.154', 1651889285, '__ci_last_regenerate|i:1651889285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1240ebabe165c7026cf2b2cac24e7168651bcde8', '114.119.159.16', 1687174899, '__ci_last_regenerate|i:1687174898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124108a6d66243a87b06546edcba3a0e6ca3d75a', '200.119.173.133', 1660835355, '__ci_last_regenerate|i:1660835225;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660785297\";last_ip|s:14:\"190.148.87.248\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660835355;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124180843f6a207cd02fa454a920340e4422a6c2', '190.148.87.96', 1678383082, '__ci_last_regenerate|i:1678383082;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678383069;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124202ed30ae0156a071912464558ad9fd66eeb2', '51.91.125.152', 1650735850, '__ci_last_regenerate|i:1650735789;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12421b033dcdd172d4e60dfc642964cf0db7c3eb', '157.55.39.227', 1688505776, '__ci_last_regenerate|i:1688505776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1242b73477b13d0046c53e106441b38e7d0efee7', '190.148.252.183', 1681302169, '__ci_last_regenerate|i:1681302169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681302165;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1242f8c69971eb44eaf68b07f4e306f51d1651b1', '5.188.62.140', 1656438885, '__ci_last_regenerate|i:1656438882;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1244612e808f33f051cb43e6f1bc48947e2c0db0', '52.167.144.61', 1687962025, '__ci_last_regenerate|i:1687962025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1244a2719322ecc5e4b0ec260c76db997c4d4e0b', '40.77.167.37', 1669168379, '__ci_last_regenerate|i:1669168379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1244e48131ed95f06ec4bef06be37d1fbb662060', '157.55.39.253', 1682816579, '__ci_last_regenerate|i:1682816579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12451d1554e1ecbc75a2b29298dbacf8b87d767e', '163.123.143.82', 1673574326, '__ci_last_regenerate|i:1673574326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124521c347cc8ebf595b7bd269f04d09b1c7a316', '40.77.167.85', 1686871251, '__ci_last_regenerate|i:1686871251;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124589298fe7d6532e8458244f82c41940b2ae69', '52.167.144.43', 1683741406, '__ci_last_regenerate|i:1683741406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12496da96ab6f1c4a61f2aa98bd6507eeb8fc9c3', '40.77.167.30', 1656993057, '__ci_last_regenerate|i:1656993047;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1249fca71c10426c2dbc090f2ce4d6ecd6185958', '51.222.253.16', 1684235031, '__ci_last_regenerate|i:1684235031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124abd9104b2a3138e0c4124b2755450ec75894d', '173.249.31.237', 1659409044, '__ci_last_regenerate|i:1659409044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124bcd71dfe002717a5ad7efda36e0c7aa979906', '157.55.39.125', 1653538603, '__ci_last_regenerate|i:1653538603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124cab2c8e0142cf986d51f37eb915dd2e665376', '198.251.73.121', 1679118694, '__ci_last_regenerate|i:1679118694;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124d256e94aa82c60b17df9add12acadca959bbc', '190.148.87.99', 1688409295, '__ci_last_regenerate|i:1688409295;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688409255;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124eed3e272193c960043a11b3bfa5f6d1cf8bc3', '14.116.152.84', 1680536733, '__ci_last_regenerate|i:1680536733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124f3870dd35d37eeb0626c9a8b140876f4593ed', '40.77.167.133', 1683745252, '__ci_last_regenerate|i:1683745252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124fdeab5d5565427ef9d6916c3d23fe771301b6', '51.222.253.16', 1688338078, '__ci_last_regenerate|i:1688338078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('125073d4bcb9a90d7a8425ecf9a4c95e4c26fbc1', '200.119.173.133', 1661003148, '__ci_last_regenerate|i:1661003148;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661000722\";last_ip|s:14:\"200.119.170.19\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661003148;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1251d319097639f0357b72bc351e4e5ca4e78ca5', '190.56.173.152', 1654887001, '__ci_last_regenerate|i:1654887001;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('125374d04f1cc9ca764069f80b2d21b46acff797', '200.119.173.130', 1675815258, '__ci_last_regenerate|i:1675815258;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675814961;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1255067ccefc6d8734505c35e56a297fd0bba0ed', '35.163.9.215', 1674998734, '__ci_last_regenerate|i:1674998734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1255fe784bebfdf2a50b82b9cf57968fd963c883', '51.222.253.13', 1657209193, '__ci_last_regenerate|i:1657209193;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12564130943585a221aff1772173795e6719e622', '40.77.167.241', 1686030787, '__ci_last_regenerate|i:1686030787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12564c400c93a76c62a5c0d16929cea56041a921', '51.222.253.18', 1664130775, '__ci_last_regenerate|i:1664130775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12566bce60cc3eaf6ad078c2b58aeba14cb6ff7d', '52.167.144.90', 1680955521, '__ci_last_regenerate|i:1680955521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('125919488dadf757fce75727ccba12a317a4c28f', '51.222.253.10', 1664447712, '__ci_last_regenerate|i:1664447712;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1259dac7755510e8cc75e61341b6b4ea73dd2c2e', '185.27.99.134', 1662866731, '__ci_last_regenerate|i:1662866731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1259fa8f0819f47509f8cb27ec2a68e8310c62f6', '200.119.173.88', 1660152401, '__ci_last_regenerate|i:1660152401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('125b9f3a1bd22ea59146bac28beb1a3203d8227e', '51.195.107.236', 1651171462, '__ci_last_regenerate|i:1651171462;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('125cc2b2630dd55c805fecb120dbecaf36199019', '157.55.39.69', 1672390055, '__ci_last_regenerate|i:1672390055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('125d878ede64a2dab5ad2ac57a300395417c524e', '40.77.167.43', 1659265640, '__ci_last_regenerate|i:1659265640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('125f58ac0a9a80b1bfa26be65a405b44b84c3b59', '200.119.170.221', 1664389330, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664389330;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664388270;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12601c8bff2e6d62c5f0234006a0711d3cd6792b', '51.222.253.7', 1654977330, '__ci_last_regenerate|i:1654977329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12645151cfa4e197458ad64c48f61e37f96c062d', '54.227.32.154', 1652222162, '__ci_last_regenerate|i:1652222162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1264b5dba3766efece390d9802a28dcf4eb430f5', '17.121.115.118', 1657217515, '__ci_last_regenerate|i:1657217515;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1269555f06a45d915c64e67dc672f43c3d6afb8e', '52.167.144.98', 1686401150, '__ci_last_regenerate|i:1686401150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1269c5ccdfe4d8787258f38e5f143d37e1c33bd7', '51.222.253.7', 1687118550, '__ci_last_regenerate|i:1687118550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('126b543118a3084bae4d5dd52558539e156effce', '190.56.173.213', 1683385253, '__ci_last_regenerate|i:1683385253;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683384726;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('126bbd8b9ba7202c7cb122f967dfaf168c9e4a7a', '17.121.115.27', 1661675140, '__ci_last_regenerate|i:1661675140;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('126c990dbe512df70d5fb8d86db991266c544b08', '51.195.216.255', 1650897995, '__ci_last_regenerate|i:1650897995;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('126fcfe556ed87d5c7206afcaaa66b2af8c895b5', '52.167.144.75', 1677862867, '__ci_last_regenerate|i:1677862866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1270d50a2fb3c929b0e9a4d8c09ae9a129f72c3d', '52.167.144.63', 1687178306, '__ci_last_regenerate|i:1687178306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1270fbf431473d2d6553e420c303c0b1bd67aabf', '200.119.170.193', 1670525042, '__ci_last_regenerate|i:1670524906;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670449121\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1274f502a48562d2884264be3053207795484f70', '171.13.14.21', 1650685708, '__ci_last_regenerate|i:1650685708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12751feb3ee3ec9e4aa7dc790efbdcae7aafcd41', '119.90.52.34', 1650859262, '__ci_last_regenerate|i:1650859262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12782687e4dbcf901c83bd690c33bbf02bde58cd', '207.46.13.217', 1684102182, '__ci_last_regenerate|i:1684102182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1278e740c99aa4efc560108cacd996d769a7f270', '51.222.253.7', 1653208352, '__ci_last_regenerate|i:1653208352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('127a8c86c47fb25cf21a1fc68f12ff6d5d6b7659', '40.77.167.133', 1683858492, '__ci_last_regenerate|i:1683858491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('127b3d9520f4f07b5697dd0c3801d98e88d32650', '40.77.167.170', 1675636535, '__ci_last_regenerate|i:1675636535;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('127c78de37efcf3370ac91175f68aca2e3385640', '190.56.50.52', 1657717210, '__ci_last_regenerate|i:1657717210;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657715847\";last_ip|s:15:\"200.119.172.123\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657717205;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('127e45934b6511a6deaa0ec0ea0d26f89b9593c7', '51.222.253.17', 1665054835, '__ci_last_regenerate|i:1665054835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('128044362770e0d7184370853f11ec71a2d468dd', '114.119.148.4', 1688295950, '__ci_last_regenerate|i:1688295949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12817d20816c6dea0decc0b4e1b78f6cbd511236', '128.90.117.196', 1676091630, '__ci_last_regenerate|i:1676091629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12834df10a94e8313cb02a76c3dc0611c65363fa', '207.46.13.12', 1676374906, '__ci_last_regenerate|i:1676374906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1284d3fc8ae81cbeba8f6eed390ab5c8974f7673', '54.149.201.132', 1651325505, '__ci_last_regenerate|i:1651325505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12854a761d2a006041b77f1e365e4123bbe7c350', '130.162.193.249', 1659917575, '__ci_last_regenerate|i:1659917571;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1285b5ee406806d39483dc5e48fb11c3856eb07b', '207.46.13.12', 1675525301, '__ci_last_regenerate|i:1675525301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1285d80bb3e737b85315317e57d4ccae632a6350', '200.119.172.60', 1674739810, '__ci_last_regenerate|i:1674739810;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674739569;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1285dfca42575d7464833836f166fbca2428eec4', '207.46.13.138', 1674266400, '__ci_last_regenerate|i:1674266400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12863f8370bea9eedb8f0d881a7617b970ebbc8b', '40.77.167.115', 1681562380, '__ci_last_regenerate|i:1681562380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('128798a5a82ece95941eebb76faff2074b0883e0', '51.222.253.7', 1663264004, '__ci_last_regenerate|i:1663264004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12889215f3f3c80f1071bc56b7b765d266efaea2', '52.167.144.98', 1685649699, '__ci_last_regenerate|i:1685649699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1289105bbf8ccc3f5ccf17b24e70ac65a940b632', '51.222.253.7', 1677283453, '__ci_last_regenerate|i:1677283453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('128a0b2b4e4dfe14488178df09697a8631718778', '114.119.157.26', 1685196175, '__ci_last_regenerate|i:1685196175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('128b55da3b3381763fb52862114ea2776fba6182', '200.119.170.113', 1666705456, '__ci_last_regenerate|i:1666705456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666705434;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('128d9e19a258e66b869af5ffa1494f6791d4ade6', '52.167.144.164', 1684474011, '__ci_last_regenerate|i:1684474011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('128d9fe19088fee3f60be9dc6feb5dc7395448ba', '5.188.62.140', 1656456517, '__ci_last_regenerate|i:1656456514;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('128dd38ab13f2cf6c5f3c1ad8b59fe03b47ff493', '114.119.152.139', 1685042178, '__ci_last_regenerate|i:1685042177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12903ccf4f2b654d44831d62213d235123109407', '157.55.39.54', 1658083125, '__ci_last_regenerate|i:1658083125;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1290cf0509a2def70d0ed5fa8a83145415b91383', '52.167.144.31', 1681535888, '__ci_last_regenerate|i:1681535888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1291c7d1710bf5142a009456eea82dddfd6b052f', '114.119.137.122', 1687627731, '__ci_last_regenerate|i:1687627731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1292d2a9fc13554004bc173e9785569ddd91c718', '190.56.32.162', 1686484374, '__ci_last_regenerate|i:1686484374;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686484366;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1292e5418bd05b89fff26861e227bca92889b4f3', '200.119.173.177', 1685210137, '__ci_last_regenerate|i:1685210137;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685210131;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1293d9a1d5cbd3ed1f197fe0c252bc0c57a6c210', '190.56.55.48', 1687623183, '__ci_last_regenerate|i:1687623183;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687623168;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1295318d1f2f65288c7a75e1e0bc6fb4bac4038f', '114.119.152.245', 1685010454, '__ci_last_regenerate|i:1685010454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1295d791cd9afa78947d37af5ad23fe1c1422089', '157.55.39.217', 1683409568, '__ci_last_regenerate|i:1683409567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1295fd769f4e840dbb9787caf3eb3a9a98b79b19', '51.222.253.10', 1682365444, '__ci_last_regenerate|i:1682365444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12976f4d18efc41b4a807a1042d6d720fe55e8cb', '207.46.13.154', 1670600475, '__ci_last_regenerate|i:1670600475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12985882dc30c6408dc16292f54e4d926559a953', '52.167.144.162', 1681942361, '__ci_last_regenerate|i:1681942361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('129a6877b28866a68751d3a055f5e4818757dd73', '190.56.55.113', 1673656898, '__ci_last_regenerate|i:1673656898;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673656816;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('129c1a33447f5b1a852e84c7eca398a4eaa5ea77', '52.167.144.74', 1687962033, '__ci_last_regenerate|i:1687962033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('129df0d7c5e6167de1239a267279eb1134f80c16', '40.77.167.37', 1668935071, '__ci_last_regenerate|i:1668935071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('129e3fd233e3683923217a14f5c5ddcfbf97188b', '114.119.146.7', 1686506293, '__ci_last_regenerate|i:1686506292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('129e44d2036faff4ceca0a22d245914f8c971744', '207.46.13.142', 1666475177, '__ci_last_regenerate|i:1666475177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12a45508c652ae9c4161d6e8a0da9e79cc7d3ee9', '40.77.167.157', 1677906618, '__ci_last_regenerate|i:1677906618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12a5aac5d3e34a4c97d6d3ef29e7c4763095e2bd', '40.77.167.191', 1682495288, '__ci_last_regenerate|i:1682495288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12a733ae7703d7ab827a8668707fba70a2e1dbeb', '157.55.39.147', 1672141074, '__ci_last_regenerate|i:1672141074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12aa5e1729194aed29e0760291f4b1ee1279fdf5', '51.222.253.4', 1684419433, '__ci_last_regenerate|i:1684419433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12aad13f0dacf469e148e42774472d949d60eda1', '157.55.39.173', 1668834339, '__ci_last_regenerate|i:1668834339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12aae6657cad89518861a07dacde31fe46ca3414', '52.167.144.171', 1685130098, '__ci_last_regenerate|i:1685130098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12ab7ca786106eb1add7375e6c5910f51ecf8751', '190.56.173.167', 1650902446, '__ci_last_regenerate|i:1650902446;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650900506\";last_ip|s:14:\"190.56.173.167\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1650902429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12ad46645d830b15b499d654cc36b4925b55ccdb', '52.167.144.162', 1686510245, '__ci_last_regenerate|i:1686510245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12aff2dca68d3ff60b3df34a891d747dd96ff3b4', '190.148.252.178', 1657548814, '__ci_last_regenerate|i:1657548814;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657485666\";last_ip|s:15:\"190.148.252.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657548811;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12b2b2618afc4afa05993dca4a8f44ebe613db84', '5.188.62.140', 1656407425, '__ci_last_regenerate|i:1656407421;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12b3d1abe645b1aa2aaeac24c6b8e4f1ee72de58', '51.222.253.11', 1664742416, '__ci_last_regenerate|i:1664742416;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12b50e7b1306f687cda544c447dc3589d7b39855', '52.167.144.98', 1684315732, '__ci_last_regenerate|i:1684315732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12b6f984459800b7f965ed65cc11c5077eb7001c', '190.148.252.96', 1673299673, '__ci_last_regenerate|i:1673299673;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673299670;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12b8e03e209e137a06c41670d72aa1085c797df9', '200.119.173.107', 1686847085, '__ci_last_regenerate|i:1686847085;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686847082;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12ba225b5bcd7e402ead420c8fcb91174f245453', '190.148.252.111', 1677852415, '__ci_last_regenerate|i:1677852415;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677852389;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12baf1d53f5e2131ce5d8d107a87a65d46ce474f', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12bc53f1f07de876edb49b8c5494e95323edea85', '130.245.169.247', 1657277742, '__ci_last_regenerate|i:1657277741;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12bdd9475dcaa7f8957a0f88fb4bff9e3c289e29', '52.167.144.98', 1686596287, '__ci_last_regenerate|i:1686596287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12c34f6509a184cd127ddb6dcdd4538babf35dc0', '52.167.144.67', 1677382437, '__ci_last_regenerate|i:1677382437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12c368dd9a1dea9e0984e8f7f2a821432e9e57b1', '190.56.32.37', 1670505724, '__ci_last_regenerate|i:1670505724;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670505647;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12c46bee7ac5c1ec03b3146553819339f17e8559', '51.222.253.5', 1663049317, '__ci_last_regenerate|i:1663049317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12c5fcb17b943f02a91bbbe40081a718fe93eb5f', '207.46.13.48', 1663078117, '__ci_last_regenerate|i:1663078117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12c6aec54b64128607cfdef1165c827465905446', '114.119.137.232', 1688383015, '__ci_last_regenerate|i:1688383014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12c737322f30dc19a728d96e4d2ed890384d3f11', '190.148.252.236', 1656076514, '__ci_last_regenerate|i:1656076513;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12c8e705ba4201dcc9528fb99f735cf6baad4bd8', '200.119.168.250', 1681061188, '__ci_last_regenerate|i:1681061188;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681061136;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12ca8548e0a5817e5c9090ec4aa49f63b2ef728d', '40.77.167.49', 1667403822, '__ci_last_regenerate|i:1667403822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12cc5600019df8c2f48ad6ba2b02a02a34a780ba', '52.167.144.74', 1688064442, '__ci_last_regenerate|i:1688064441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12cf01027e54d0099079886721bc0c671b745267', '49.36.83.179', 1657143479, '__ci_last_regenerate|i:1657143479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12d10b86198022c2f03d7d2dc13b3c7fd0a2eb1d', '40.77.167.182', 1683061893, '__ci_last_regenerate|i:1683061893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12d6a0ded01a6391a642db58452bfede22893ed8', '190.148.252.178', 1657373307, '__ci_last_regenerate|i:1657373307;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657283686\";last_ip|s:15:\"190.148.252.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657373307;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12d83e805ff8a3eb7f4ef72ddcb1e15002d8480d', '114.119.138.202', 1685053326, '__ci_last_regenerate|i:1685053325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12dacedfbc1be08f670b2d8d2fcc24950767dea2', '52.167.144.164', 1685773949, '__ci_last_regenerate|i:1685773949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12df0410ca00241427d4e229c3448af9ee1ded3a', '130.245.169.145', 1657274134, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12dfa90712ff8e07ba622de19ec51241d30a3be1', '173.249.31.237', 1659409150, '__ci_last_regenerate|i:1659409150;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e0679ffe71f453631965be10c40935ad92652f', '40.77.167.49', 1665228801, '__ci_last_regenerate|i:1665228801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e082682f3447497b8a01159820d570b580835a', '66.249.74.5', 1678145132, '__ci_last_regenerate|i:1678145132;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e124856f662b329ddb23da1694b1081e12ec55', '190.104.119.122', 1653323650, '__ci_last_regenerate|i:1653323650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e2c6ca605a41ddc7877ff61a2a3f882c93796e', '40.77.167.63', 1672124197, '__ci_last_regenerate|i:1672124197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e2c7f53c86118c2ade64f6511ecfa1d93257e1', '52.167.144.98', 1684132470, '__ci_last_regenerate|i:1684132470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e54b5f796ba61a577e0feadc99d64e319ab529', '200.119.175.15', 1658587654, '__ci_last_regenerate|i:1658587654;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658512474\";last_ip|s:14:\"200.119.175.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658581002;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e86f8cbb5b1ccd7d4431e1aabf0e064e07dcf5', '200.119.173.67', 1679332350, '__ci_last_regenerate|i:1679332350;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679332344;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e8c19d183637e74b28d7ff860968a9ff13c847', '111.7.100.23', 1650686096, '__ci_last_regenerate|i:1650686096;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e8e3f212a47e811dc56abc3d5bad77aa970be6', '114.119.151.251', 1687560042, '__ci_last_regenerate|i:1687560041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12e93af5a59261d75a75ef68310f3cce452b4244', '190.148.87.51', 1676290064, '__ci_last_regenerate|i:1676290064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676289974;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12ea2ef51edcfe3ecea0e7be74d288cc79d0b632', '51.222.253.4', 1652188242, '__ci_last_regenerate|i:1652188242;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12ea482adcecb5d507d0b4462c7159a6a2aabe8d', '185.27.99.141', 1651627516, '__ci_last_regenerate|i:1651627516;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12ee59b3abfb5d97a9bddba0037e04660982fee4', '207.46.13.6', 1672246893, '__ci_last_regenerate|i:1672246893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12eeab7d8b849e1a07c6b8d681925a9453ed7644', '207.46.13.224', 1680239663, '__ci_last_regenerate|i:1680239663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12efdea5c10e886d3745c8f2bc53286611c2a0c6', '207.46.13.217', 1684164791, '__ci_last_regenerate|i:1684164791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12f06b9f509ec09d3bfa8d458389bc380fb4cec0', '34.219.148.58', 1655471641, '__ci_last_regenerate|i:1655471641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12f1555d0ac640758858f26aba2c292d00b8eff9', '200.119.173.111', 1654801415, '__ci_last_regenerate|i:1654801415;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12f1b7f587dca2cb55ca6417a9924629fafa5137', '190.56.54.201', 1681775355, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1681775355;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681743862\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681775331;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12f2ccaf7097f309c05e2309816d064d143e8d8d', '40.77.167.13', 1672390037, '__ci_last_regenerate|i:1672390037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12f2fc208cfa265291f70b7ff7be1d0d7af6ef97', '190.56.173.251', 1651948393, '__ci_last_regenerate|i:1651948393;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12f785924a396df8d260f9535e2b72866c9b7350', '190.148.252.111', 1678135050, '__ci_last_regenerate|i:1678135050;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678134948;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12f820aeff2a66f5dac68138742fe6d26aa13236', '190.148.158.175', 1672447163, '__ci_last_regenerate|i:1672447163;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672446985;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12f9a456504ce5a468830e105d02212a9dea12c8', '207.46.13.215', 1680308187, '__ci_last_regenerate|i:1680308187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12f9c81e0fe1cd65fb701450031b592e972a6863', '52.167.144.162', 1682615073, '__ci_last_regenerate|i:1682615073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12fb6d8025838ff30a3ed6fc300705de92e44141', '190.148.252.151', 1671237882, '__ci_last_regenerate|i:1671237882;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671237202;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12fb8510ebde733d0c9e0b26d74ef2b61db9feaa', '40.77.167.13', 1673079278, '__ci_last_regenerate|i:1673079278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12ffbf916e31e3c92b4e071b29ae59abac00a344', '66.249.79.173', 1661476877, '__ci_last_regenerate|i:1661476877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13006d7d9146c45fe0569f4d949c16f3af6e4a18', '114.119.147.113', 1688375004, '__ci_last_regenerate|i:1688375004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13009888d395138676840b884ebe5e586ee6b84b', '200.119.170.15', 1655228243, '__ci_last_regenerate|i:1655227868;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655210084\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655227869;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1300a2560f833e61e62a40c224d9d9527347fe60', '157.55.39.79', 1669168273, '__ci_last_regenerate|i:1669168273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1300d5dd187627f4c8568cf6da43dee0e2b0c937', '54.36.148.3', 1687308491, '__ci_last_regenerate|i:1687308491;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('130196531c546bbc5f46dc118635a9c114cc8971', '200.119.173.130', 1676063970, '__ci_last_regenerate|i:1676063970;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676039210\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"75sX4pvtZluKAT0yDxVW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1301caa4936d3452d213481b59371e2d0321f48a', '52.167.144.43', 1683864256, '__ci_last_regenerate|i:1683864256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('130303193b0b751f1d08b0a80bec935579bbaa36', '52.167.144.28', 1679463818, '__ci_last_regenerate|i:1679463818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('130370cac653bdab8e238647694f768a9aa429be', '40.77.167.185', 1677732970, '__ci_last_regenerate|i:1677732970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13037b74a40747d51a32362925f113ef91a6a733', '190.148.252.151', 1671462117, '__ci_last_regenerate|i:1671462117;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671462020;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1303a19f0b45dc292372b73a825590bf7c496e80', '190.148.252.161', 1669941635, '__ci_last_regenerate|i:1669941635;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669941186;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1303d30bcf13bcc0d4299c35f7d45e484e5717fc', '52.167.144.61', 1687972921, '__ci_last_regenerate|i:1687972921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1305124ee9c512b85902a2ff942e5fb61d641f01', '130.245.169.70', 1657360538, '__ci_last_regenerate|i:1657360537;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13096c0482e1273aced22026bd49e3141a06751a', '17.121.114.56', 1654094730, '__ci_last_regenerate|i:1654094730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('130a8867474a1fdf08992f911816bd8a4d38dbc1', '163.123.142.195', 1673440820, '__ci_last_regenerate|i:1673440819;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('130aa81b856521622244495a20c905de3f8117d9', '34.214.118.31', 1686870597, '__ci_last_regenerate|i:1686870597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('130eba5ce6cadfc1b15cfee469b40bd9a815b671', '35.165.218.243', 1651325341, '__ci_last_regenerate|i:1651325341;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('130ef7ed1be64d0a59bb33f135cc7bad525aa76f', '114.119.132.76', 1685007263, '__ci_last_regenerate|i:1685007263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('130f0b015f7e8c3e2aecf084686b2285a3aaa11b', '114.119.131.205', 1685253967, '__ci_last_regenerate|i:1685253967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('130ff4b1dec78c162451ada3c86752d9fd4c7afa', '114.119.137.85', 1685530334, '__ci_last_regenerate|i:1685530334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13143d9b658b0dd14273317b25fdf7704992b6b0', '17.121.115.4', 1651331912, '__ci_last_regenerate|i:1651331912;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1314bd93c6ec63a73ae94a83705ae34594f472da', '51.222.253.2', 1663831136, '__ci_last_regenerate|i:1663831136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1314fb41ab01b68c7cfed0501b28ab9228d0d422', '52.167.144.171', 1685188473, '__ci_last_regenerate|i:1685188473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1315fec962e9892b199988adad5236b2d4df9ce7', '190.56.50.15', 1666975538, '__ci_last_regenerate|i:1666975538;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666975526;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13166c4c8d1c05da64392064f3d4bd0350ab35d2', '198.251.73.113', 1686692560, '__ci_last_regenerate|i:1686692560;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1317c9b29dc4638e59fa03f723c39afcf7edcfcc', '207.46.13.11', 1669273888, '__ci_last_regenerate|i:1669273888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13193174116932da538c422e114657817c12f739', '157.55.39.131', 1662669351, '__ci_last_regenerate|i:1662669351;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('131ca617c7bc1003616167fb700d93b8b18bd4f5', '200.119.169.55', 1667266073, '__ci_last_regenerate|i:1667266073;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667266068;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('131dc2f58612325520e87b18221744d0e4c8da46', '17.121.113.105', 1659264731, '__ci_last_regenerate|i:1659264731;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('131e51659114de6b25f20d389ee3f83dcc1a6f84', '157.55.39.227', 1688430567, '__ci_last_regenerate|i:1688430567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('131ec9991d7a8416875b64c470038a3191741853', '149.57.16.7', 1653807014, '__ci_last_regenerate|i:1653807014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1320e223466e4f400f5a9a0a534dd680c54a8ebb', '173.249.31.237', 1659409094, '__ci_last_regenerate|i:1659409094;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1320f95ac762cce66e8bab8da4912f8f55ad890f', '114.119.150.254', 1685625246, '__ci_last_regenerate|i:1685625246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13232052caaf44a896156a6ffcae7c8aaca4d540', '51.222.253.13', 1662212237, '__ci_last_regenerate|i:1662212237;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1324c5e978b358ecfaf8453a31ac9e8243049426', '190.148.158.69', 1685920983, '__ci_last_regenerate|i:1685920983;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685920979;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('132c2fdd6be22accf721307c4c51591a839ca264', '114.119.136.160', 1687650500, '__ci_last_regenerate|i:1687650500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1331e65af8871f4be14df6a809264f4edff19930', '157.55.39.79', 1668834366, '__ci_last_regenerate|i:1668834366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1332434fa6d344f178cbee7e3be3a4bb494fbccd', '114.119.157.82', 1688432966, '__ci_last_regenerate|i:1688432966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133493dfc8271341c440e16a01ba44c52750178f', '51.222.253.1', 1680701274, '__ci_last_regenerate|i:1680701274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1334a5e08a3a6f904bbd1816dc179d8bcdde9087', '52.167.144.171', 1684444395, '__ci_last_regenerate|i:1684444395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133628dcc9f443252d9a31e39c8c1ec96e03e70b', '114.119.149.108', 1687735020, '__ci_last_regenerate|i:1687735020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133730111ac057e6df84a6636edeec8614a2a6bd', '207.46.13.11', 1668834389, '__ci_last_regenerate|i:1668834389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1337660bf8f2671fe14e65d9d990bd516b326a7d', '52.167.144.162', 1687306380, '__ci_last_regenerate|i:1687306380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1337cde7fcdc41e23ca8612b1e14b47960db44fc', '190.104.119.212', 1654184179, '__ci_last_regenerate|i:1654184179;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654179806\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1337ff994f8327f6249fc8227d2411a0343227a2', '51.222.253.3', 1654398354, '__ci_last_regenerate|i:1654398354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1339410fc88ef204f1bc7599b66627e885c7accf', '35.225.163.183', 1656610432, '__ci_last_regenerate|i:1656610432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1339e178b0bf69ecaa6d07718007a7ac3094f831', '157.55.39.215', 1678716411, '__ci_last_regenerate|i:1678716411;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133a2a457308c5da03b2ccc567c7aa964f0614b0', '114.119.166.212', 1686869787, '__ci_last_regenerate|i:1686869787;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133a7da7f2c28df9afe21bf1068a20c736376aaa', '114.119.129.113', 1684935068, '__ci_last_regenerate|i:1684935068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133adff50c12044bb07b6837c262a64425156c17', '40.77.167.13', 1674626062, '__ci_last_regenerate|i:1674626062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133bc2993a2df69b25707e2e574c8102b8308409', '200.119.170.168', 1670674795, '__ci_last_regenerate|i:1670674795;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670674783;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133cae3d92391856d36e0ece11810fc948f291e1', '190.148.252.236', 1656017015, '__ci_last_regenerate|i:1656017015;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655995345\";last_ip|s:14:\"190.148.87.246\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656013431;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133cc55493a870dcdaf51f34d0f1d5d5e248ccd9', '34.245.70.54', 1650678032, '__ci_last_regenerate|i:1650678030;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133ce4a6581fc23a11ca6d7f71e3180189aa80e8', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277752;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133eaabc74a1d2a824a87cdf60528a3c96b79eea', '207.46.13.210', 1677538928, '__ci_last_regenerate|i:1677538927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133f516693d8399b4440430d210d49a63a98100f', '40.77.167.28', 1660398222, '__ci_last_regenerate|i:1660398222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13403f90133985645ae253505b9db23ec925c640', '54.36.149.93', 1663251444, '__ci_last_regenerate|i:1663251444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13407cd909d4ad94639c12ad2f6e579ee9cc9161', '17.121.114.208', 1655309897, '__ci_last_regenerate|i:1655309897;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1340f4960a9f8806bf6921589ca1d994e4a968ea', '17.121.112.147', 1659675136, '__ci_last_regenerate|i:1659675136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13418223e770ecee5ebfd10973dec48168a1e6aa', '17.121.113.137', 1658807994, '__ci_last_regenerate|i:1658807994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13439145c75dd67aecacf413bcae6012c8c0b7f5', '190.148.252.151', 1671058828, '__ci_last_regenerate|i:1671058828;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671058513;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1343d629294994f32db8eba5be685789487901b3', '190.148.157.177', 1682007120, '__ci_last_regenerate|i:1682007120;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682007031;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1349ccb4aba462864b3c91d9038fb38981e74c02', '157.55.39.79', 1669419458, '__ci_last_regenerate|i:1669419458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('134a7209931b058f3dd5a74a34a13f82605d31a8', '207.46.13.17', 1673654250, '__ci_last_regenerate|i:1673654250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('134b1e5a8ba61a167a7a38a8be6aa2a0a823aeec', '40.77.167.182', 1683658285, '__ci_last_regenerate|i:1683658285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('134ed3cb8b278c891695b5966db76eef364265cb', '200.119.170.137', 1668719846, '__ci_last_regenerate|i:1668719845;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('134f7d0110e4a937a7064120759bf7c2a1cee002', '114.119.150.56', 1686902332, '__ci_last_regenerate|i:1686902332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('134fa9027eb0b9121fbf194d488283331ed18f8d', '192.71.12.140', 1665057160, '__ci_last_regenerate|i:1665057160;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13503ac6e3991ed136bf34f1060a5e496921f02f', '51.222.253.11', 1661927809, '__ci_last_regenerate|i:1661927809;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1351b46c82047d720c8288fbeb8a7c78234e896e', '54.36.149.60', 1681843646, '__ci_last_regenerate|i:1681843646;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('135520731cd239bf8566a9ee83ab83fe625bf7b1', '114.119.130.13', 1685655197, '__ci_last_regenerate|i:1685655196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13562eb270473b62d11cc47e02ea7f98ef69cbf2', '173.249.31.237', 1659409251, '__ci_last_regenerate|i:1659409251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('135719ab9759c6fdc76eb1d7f7af3dc612686414', '40.77.167.255', 1684583131, '__ci_last_regenerate|i:1684583131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('135763318755999b801806600ab99d6f6212b613', '188.166.15.209', 1672457966, '__ci_last_regenerate|i:1672457966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('135764ae9cdbcfcaceabddeab10f31fef60dd5d4', '54.70.21.162', 1685659104, '__ci_last_regenerate|i:1685659104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1358e1bf1208b26ac6544db3f9ca66b73817e5dd', '114.119.132.85', 1686833028, '__ci_last_regenerate|i:1686833028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('135b0e1479c38b44693a79806849563635d65301', '114.119.150.57', 1685055549, '__ci_last_regenerate|i:1685055549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('135eed32aa27c7d1110edc482d59af79e693ed71', '54.36.149.50', 1677975516, '__ci_last_regenerate|i:1677975516;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('135f2d4c3c713d5f03e5aa5aed2b4d211a0ea7f8', '40.77.167.11', 1673359648, '__ci_last_regenerate|i:1673359648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('135f705cc786843b3904d42a9d43343ee227228b', '190.56.49.187', 1688000106, '__ci_last_regenerate|i:1688000106;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687999959;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1360dcee356708deb12fbab5b75d600f841b8fdf', '157.55.39.69', 1672390055, '__ci_last_regenerate|i:1672390055;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1361075fc991c8e63fa5e0076c84387a3d3c9a5b', '190.148.158.175', 1672491083, '__ci_last_regenerate|i:1672491083;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672491075;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13617b4fa6a8257ddedc9962c24e48d2fbdf1007', '114.119.134.6', 1688312804, '__ci_last_regenerate|i:1688312804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1363130b6cb890096126a30e56623754418c1f76', '190.56.32.162', 1686580772, '__ci_last_regenerate|i:1686580772;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686568753\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686580613;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('136399ce1bb002774025d90bd3a52d88a66fd4ff', '207.46.13.106', 1670998535, '__ci_last_regenerate|i:1670998535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1363ef5d57052f6066ccc57875daba1fbffc8cff', '192.64.4.26', 1680865992, '__ci_last_regenerate|i:1680865992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('136a4aeaf24d324ff10c94d338618e933c6e9904', '52.167.144.109', 1680228616, '__ci_last_regenerate|i:1680228616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('136af8e0e05c5eb184a20f9d87030805f1db7dfc', '54.36.148.144', 1676295805, '__ci_last_regenerate|i:1676295805;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('136c3b83a727072566708e2cda22bfdd568d90b7', '190.56.50.13', 1658188486, '__ci_last_regenerate|i:1658188486;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658178714\";last_ip|s:13:\"200.119.171.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658188470;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('136dcb554c25e4db9c8f5f50d6da6dd6647a6ea5', '207.46.13.12', 1675324893, '__ci_last_regenerate|i:1675324893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('136e36cb1ee4c03e0b0ca91a138da14f118b22f8', '157.55.39.198', 1671672290, '__ci_last_regenerate|i:1671672290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('136fe6fdc662abcd6f5581b57cee251152e5f408', '54.36.148.201', 1658201925, '__ci_last_regenerate|i:1658201925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1372225793144ab1aec396596565027eea099f0d', '190.56.51.144', 1687114366, '__ci_last_regenerate|i:1687114366;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687114194;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1373ae9b5a294ed4a6ee81d252acf8174f792499', '91.248.58.43', 1674346054, '__ci_last_regenerate|i:1674346054;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1374a8c025246ed446690f07ddcfd1c152a06c2c', '114.119.131.43', 1685708765, '__ci_last_regenerate|i:1685708765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('137a4d3609ce5b63b0e8fef401ec4dd109eb9355', '157.55.39.79', 1669577781, '__ci_last_regenerate|i:1669577781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('137adc9fc7c4ba23630d1b0dda9e2c0d4ab8a961', '212.16.185.37', 1660166498, '__ci_last_regenerate|i:1660166498;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('137b5ee11f6166ecb249132c8363b989dd0cbce6', '66.249.79.199', 1661056318, '__ci_last_regenerate|i:1661056318;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('137c147fabcdb943c29ae1b23deacc7478d72f69', '52.167.144.42', 1679328052, '__ci_last_regenerate|i:1679328052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('137ffc37a467c0bc73d30f70b17375969e5b8ca1', '114.119.145.187', 1686641953, '__ci_last_regenerate|i:1686641953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13814a4818a4683cd496b4f077face5414a407e8', '200.119.173.67', 1679362774, '__ci_last_regenerate|i:1679362774;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679362646;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('138529d6e1dd419b5c3bb6c54527bb40021b7344', '190.148.252.111', 1677966240, '__ci_last_regenerate|i:1677966240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677966236;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('138657e9e53733817958113c8addac3b81099262', '114.119.141.79', 1685834800, '__ci_last_regenerate|i:1685834799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1386f245f84d69d418dc17c28e055687afd3f239', '200.119.168.250', 1680641295, '__ci_last_regenerate|i:1680641295;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680640075;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('138bd7be22cad3456861098195219ca9e6264bf7', '52.167.144.171', 1684842330, '__ci_last_regenerate|i:1684842330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('138d2120eadbe61d38e72abf0170241c62631d39', '51.222.253.19', 1661376976, '__ci_last_regenerate|i:1661376976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('138da09051abf1efc47d0d6116ac34e6d49e2a50', '114.119.135.215', 1685809525, '__ci_last_regenerate|i:1685809525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('138eee2aee3970ec6817fc56f79b516047620ad2', '52.167.144.74', 1688122068, '__ci_last_regenerate|i:1688122068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('138fba43e6f8ec9954e2299c2dd7d1faf1684cfd', '200.119.172.60', 1674953760, '__ci_last_regenerate|i:1674953760;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674953756;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('139079dcb7e77c95cac5bfb9d2ad6c114bf160fe', '152.89.196.102', 1660066440, '__ci_last_regenerate|i:1660066439;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('139293a46f88490dd91e82c0706262515f4f4e1c', '114.119.133.182', 1688116806, '__ci_last_regenerate|i:1688116806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('139a34eb152d2dfb1c5bf22dd2f79e295456abba', '200.119.172.95', 1659734981, '__ci_last_regenerate|i:1659734981;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659711480\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659734240;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('139adfd60916235a66e1bc425f0535239b5b64ad', '40.77.167.146', 1687707349, '__ci_last_regenerate|i:1687707349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('139f3dd9722735cdb7ececbd5393ca8450d7b4ba', '51.222.253.16', 1668419784, '__ci_last_regenerate|i:1668419784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a01218d0038ad3f3b8de6c277d97cd675a6803', '200.119.172.55', 1661531322, '__ci_last_regenerate|i:1661531322;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661517893\";last_ip|s:14:\"200.119.172.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661531246;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a0ecb606eea71619d802650636d6629566f8c4', '114.119.157.236', 1685157230, '__ci_last_regenerate|i:1685157230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a307edf47d0cb004abf2395d0391383ab91915', '40.77.167.41', 1675142826, '__ci_last_regenerate|i:1675142826;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a4410f4f660366a3c156b8cf35336e96db9c97', '181.113.151.59', 1673798960, '__ci_last_regenerate|i:1673798960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a4a60328df0551b4ba345f2f0f5e110808ebf2', '207.46.13.189', 1668054625, '__ci_last_regenerate|i:1668054625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a78d93f0b02c1a28447d49395fadc516341098', '52.167.144.98', 1685629938, '__ci_last_regenerate|i:1685629938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a7ca0eb7704c51f1b5a6ef289cb9f516d47283', '40.77.167.13', 1672198490, '__ci_last_regenerate|i:1672198490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a8969155d18a5fa81e47cc7cd5ed44f489bd34', '52.167.144.61', 1688234857, '__ci_last_regenerate|i:1688234857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a9586fc0b016be86c192282901889666d3c295', '3.139.73.68', 1684425840, '__ci_last_regenerate|i:1684425840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13aa59eee62ba4a943eff993ea4e307768498233', '200.119.172.60', 1674664453, '__ci_last_regenerate|i:1674664453;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674664314;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13aaf1dc3083e2c2382b2831c087461b12365148', '190.148.252.111', 1678126166, '__ci_last_regenerate|i:1678126166;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678120921;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b052062f4a65f38cdbe595257a4277895f83c9', '144.168.228.114', 1658950727, '__ci_last_regenerate|i:1658950723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b19b59e49690142948908107320f93676db1cd', '190.56.48.81', 1666022322, '__ci_last_regenerate|i:1666022322;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666021628;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b2959a2c35d508a8bc2f6b10a7f7b25330ad8d', '51.222.253.13', 1680752259, '__ci_last_regenerate|i:1680752259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b312d56407669b462f414506393db4c81dcc7b', '190.148.252.36', 1661900732, '__ci_last_regenerate|i:1661900732;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661879987\";last_ip|s:14:\"190.148.252.36\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661900729;register_id|s:2:\"90\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 11:33:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b36dc6c5c00ac0aae0b34c1fdb3eaa4938ce2a', '51.222.253.18', 1686638920, '__ci_last_regenerate|i:1686638920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b4606bf75b3ff6635e63a5d14656879684fd76', '13.38.27.119', 1653427568, '__ci_last_regenerate|i:1653427566;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b514bfaad80d3f9b189d591e77cb322489ae98', '190.56.32.35', 1671756096, '__ci_last_regenerate|i:1671756096;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671755099;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b6b517b45dbb1e8bf358eabd8ec4c1519c64c8', '190.56.49.237', 1665710530, '__ci_last_regenerate|i:1665710530;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665709017;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b705ab702560f05207ad381f129a6e657dca5a', '207.46.13.221', 1687074740, '__ci_last_regenerate|i:1687074740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b748cdc18b5320e02cadee44c172b7ebb3c2b6', '200.119.168.250', 1680705532, '__ci_last_regenerate|i:1680705532;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680705485;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b846b688cc4dbe21a5e8db9aa8e63d627aed92', '52.167.144.171', 1685690093, '__ci_last_regenerate|i:1685690093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b8c47b33c934bac1d92237ea07fc177c73b651', '114.119.154.237', 1687554331, '__ci_last_regenerate|i:1687554331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13b908c4332c5c8674f2c9855ace4731b57edd67', '40.77.167.37', 1669168378, '__ci_last_regenerate|i:1669168378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13ba47ec35c7a1fcf48fcf2a0218192b3bc19dad', '95.177.174.212', 1651267996, '__ci_last_regenerate|i:1651267996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13bab6232d6b21289ff3b157c182a16a0a604273', '114.119.152.204', 1686973621, '__ci_last_regenerate|i:1686973621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c0379d9cf603177c3a957c839d347b4a17c835', '51.222.253.5', 1658606272, '__ci_last_regenerate|i:1658606272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c1a4e6a6b4885277ec67bb2c005b782c340483', '114.119.142.126', 1687974343, '__ci_last_regenerate|i:1687974343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c1accaca2119f41057950a682ad6eb3ff4540d', '17.121.115.197', 1654781027, '__ci_last_regenerate|i:1654781027;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c1b50be208b58d98571969f77a5108b635828c', '200.119.173.130', 1675801825, '__ci_last_regenerate|i:1675801825;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675801822;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c1d003ec9e6bf61865f348b800103d78444e6f', '190.56.54.156', 1665238396, '__ci_last_regenerate|i:1665238396;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665237806;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c1fb47c1bd7d243cbe9cd5d282fd57129bcbc9', '190.148.157.80', 1669324713, '__ci_last_regenerate|i:1669324713;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669324565;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c29c15daa71e54918d5af9cbae449b5610e106', '17.121.114.28', 1659169563, '__ci_last_regenerate|i:1659169563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c2bb4f2c660af790e49699de6f8ecf7cad98f3', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274131;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c32ffe94903ced3e5124c0c59e30c359992d8b', '190.148.252.56', 1663973115, '__ci_last_regenerate|i:1663973115;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663956751\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c63740d5295250c531588f5691be22bb0c8128', '40.77.167.191', 1682289304, '__ci_last_regenerate|i:1682289304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c6b57a6c4114caf6ce5ff603f8c7f6b632fcfa', '5.188.62.140', 1653308926, '__ci_last_regenerate|i:1653308926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c7957861fce98676bfc6f65f0bfdbd8e19a077', '190.56.55.113', 1673882622, '__ci_last_regenerate|i:1673882622;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673869013\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673882619;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13c9dc817feb7970960e6d63e974e81f15d1c30d', '190.148.252.223', 1659102107, '__ci_last_regenerate|i:1659102107;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659057354\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659101745;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13cac3e84d6b11a99a042819f789d4d4952eabe9', '190.56.49.237', 1665790312, '__ci_last_regenerate|i:1665790312;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665789953;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13cacdba94e249e49323aae6b99f127b09d47522', '66.249.79.210', 1659176653, '__ci_last_regenerate|i:1659176653;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13cd038168831405ec7756c530fc0eca80b7fa6e', '52.167.144.133', 1682311246, '__ci_last_regenerate|i:1682311246;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13cd7c316e1c1820e7309b0b7d1da7f639f66cd1', '190.148.252.73', 1664834562, '__ci_last_regenerate|i:1664834562;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664834557;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13cfa1e1469fd12f190a982926775fd7f37e0c4a', '190.148.252.178', 1657472898, '__ci_last_regenerate|i:1657472898;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13d0d82916cbce80f2b9a0ade9ee6d07d8516b51', '17.121.112.253', 1658265962, '__ci_last_regenerate|i:1658265962;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13d1133be57d838c4d5eaabcc5f048d3eee73168', '40.77.167.97', 1654445211, '__ci_last_regenerate|i:1654445211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13d35ed9f88b736111c772b3a6e2fd2157a293a2', '157.55.39.173', 1670806022, '__ci_last_regenerate|i:1670806022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13d42d66fcad804569a7aeb7def35abe16f4df1a', '190.148.157.83', 1687724881, '__ci_last_regenerate|i:1687724881;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687724871;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13d8ba5bdae1029a1a4cdb0e29f70eba8836e8dd', '190.148.252.55', 1675700694, '__ci_last_regenerate|i:1675700694;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675700689;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13da4b2021a6fc9016fa7a6ec6e61a6ddb947b54', '40.77.167.249', 1680629226, '__ci_last_regenerate|i:1680629226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13dadf8cfbd396cb7716063b8ee874132f808726', '114.119.134.107', 1688311558, '__ci_last_regenerate|i:1688311558;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13db05bedc73366c7472c9d939d3834bb56179ca', '51.222.253.2', 1673854195, '__ci_last_regenerate|i:1673854195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13dc03d071409168e77b2a87e7874d9c0bc86de8', '157.55.39.143', 1666949143, '__ci_last_regenerate|i:1666949143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13dd40f0f40f5efd372a9368bcaf402e988b3ba4', '52.167.144.98', 1684480369, '__ci_last_regenerate|i:1684480369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e081557fc34a04a939d1b17c8f8a0af21ff1b7', '190.56.55.48', 1687627641, '__ci_last_regenerate|i:1687627641;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687627556;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e160d41afc8a529ff43402d270c81a558e0d99', '51.195.216.255', 1650895746, '__ci_last_regenerate|i:1650895746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e228ac7cdc1828f98dc7889a64367e39f3b37e', '40.77.167.225', 1676641982, '__ci_last_regenerate|i:1676641982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e2910dcda8e014a941696ddd647c2e85f2e89b', '52.167.144.98', 1685979584, '__ci_last_regenerate|i:1685979584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e2ce9336b07a67dfbaea695a582b5f065a7a98', '52.167.144.109', 1680706494, '__ci_last_regenerate|i:1680706494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e365f865d5aa0a81f3c05f7f5a1c2caef4fbe9', '40.77.167.45', 1670170748, '__ci_last_regenerate|i:1670170748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e42af6ad85570935bdef3b1204edcb94b4f65c', '216.24.212.204', 1687181877, '__ci_last_regenerate|i:1687181877;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e4f809e68a7a4861ec47776e1335067fa7ac65', '74.208.2.188', 1665904748, '__ci_last_regenerate|i:1665904748;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e593f08adb8b05ad4eaad044cc16141cd86513', '40.77.167.37', 1668367157, '__ci_last_regenerate|i:1668367157;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e6973594a675e7be2d5b7962130ebf1ac9b982', '157.55.39.51', 1669794971, '__ci_last_regenerate|i:1669794971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e7adc8b505351c99e9f55f5568d26aa9d26f12', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e8cc39732af36dfecb4b3516c22f7c5dbaecb0', '52.167.144.154', 1687764685, '__ci_last_regenerate|i:1687764685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e95078949b5fcaafcde34d7107e98863de96bc', '200.119.173.130', 1675986499, '__ci_last_regenerate|i:1675986499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675986311;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13e9b4080c2369ca8c861caf1cebc3d59a4c47c1', '17.121.114.49', 1657915315, '__ci_last_regenerate|i:1657915315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13ea1b2883dc43f5287635b6cdcf3c862b25e91f', '207.46.13.127', 1658024473, '__ci_last_regenerate|i:1658024464;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13eb4b8f14b4b16b86beb59bba7b06f087461d8f', '114.119.145.66', 1688415494, '__ci_last_regenerate|i:1688415494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13ed1c7d94b8b64e082eca32f3fbcccd91c8f3b7', '190.56.32.174', 1676922442, '__ci_last_regenerate|i:1676922442;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676922255;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13ed5cc2dc521b9861aa8f55827bdeabeeb88671', '40.77.167.79', 1653620520, '__ci_last_regenerate|i:1653620509;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13ef3e38d9cb1423c0b278ffbf85f63bf391a250', '52.167.144.25', 1687144623, '__ci_last_regenerate|i:1687144623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13ef7aa67b4c9e438b19dab245571048ae2a11fa', '5.188.62.21', 1653245891, '__ci_last_regenerate|i:1653245891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13f001967136fdaeb94f0687da4712097db342b7', '157.55.39.62', 1660307874, '__ci_last_regenerate|i:1660307874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13f0d382bb4e9411532dab54ead7b1ae0e7ac0ef', '66.249.74.100', 1680756271, '__ci_last_regenerate|i:1680756271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13f4055b87c94c4a9b63b2ca4b2ae6a9d71952f9', '190.56.32.162', 1659544545, '__ci_last_regenerate|i:1659544545;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659544474;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13f4a17e9c74efcf8aa020b14b90b674f7927645', '157.55.39.64', 1672383579, '__ci_last_regenerate|i:1672383579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13f88acf7646c1231419978340e59041f3fb6582', '5.188.62.76', 1659594924, '__ci_last_regenerate|i:1659594919;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13fac37f7600808579ccb025689a8defa3946b84', '157.55.39.213', 1681443356, '__ci_last_regenerate|i:1681443356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13fc72c4004498c2db657c41b554fc6cb41fb19d', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13ff2f7cb364331feb2f5563e5114aac636b74c2', '157.55.39.131', 1662817257, '__ci_last_regenerate|i:1662817257;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13ffd324b837f3d6a11a76457788b2da321d9f38', '52.167.144.61', 1688122058, '__ci_last_regenerate|i:1688122058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('140181038620bc16b423df177196c82deea99c84', '149.57.16.7', 1653806997, '__ci_last_regenerate|i:1653806997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14025cb4251d5f3b6af549c5507a1ff9ab4295ae', '190.56.32.35', 1671643727, '__ci_last_regenerate|i:1671643727;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('140297e16489db73b278674fa9e9ad81b8c92be3', '40.77.167.44', 1659643925, '__ci_last_regenerate|i:1659643925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1402f8805612ea59edcb2b98d21d3806e6f0f9c5', '157.55.39.192', 1666317323, '__ci_last_regenerate|i:1666317323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1404e4299f2070bbf05c7e6b921e240e55c52d04', '54.36.149.95', 1678346807, '__ci_last_regenerate|i:1678346807;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1405ba8727aee8b7a8a856fcbebef56765626411', '51.222.253.10', 1684482572, '__ci_last_regenerate|i:1684482572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14087d5160b4ea2880fd6a3d37f8216417e905aa', '40.77.167.182', 1683842362, '__ci_last_regenerate|i:1683842362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1408ae91d1b33abc497ef5693cbbce6f459fa927', '207.46.13.224', 1680345236, '__ci_last_regenerate|i:1680345236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('140b40b714222f57b11dc4dfebbfb2543a665925', '207.46.13.207', 1685882410, '__ci_last_regenerate|i:1685882410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('140cbdea85a64c5ad5eff48645d70143d0d989af', '200.119.170.137', 1668709907, '__ci_last_regenerate|i:1668709907;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668709884;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('140d9d2db082ea6220772bfb516ac34c107fbd6d', '190.148.158.175', 1672405644, '__ci_last_regenerate|i:1672405644;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672405576;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('140e20c0c70891f2cc11473fce4f55f721fbcb19', '66.249.79.196', 1679907214, '__ci_last_regenerate|i:1679907214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('140e760c1cb0d25211f97cc3b9fae65aabe72b7c', '17.121.113.252', 1656353736, '__ci_last_regenerate|i:1656353736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('140ed374219d2609b1912090402b1ee1a9dfb32c', '190.148.252.67', 1688495536, '__ci_last_regenerate|i:1688495536;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688495532;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('141025c09aec88dc7c256d579739de67ca406684', '46.101.63.152', 1652762867, '__ci_last_regenerate|i:1652762867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1412b5a3363ae88d7fcacaa4428a030802b8d987', '149.57.16.7', 1653807027, '__ci_last_regenerate|i:1653807027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1412d2697ff2612f387718bdd317205e30d60120', '200.119.172.96', 1675444097, '__ci_last_regenerate|i:1675444097;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675444063;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14140afd126c613a31512c12f29ed92c1ac1240e', '35.88.90.33', 1673788825, '__ci_last_regenerate|i:1673788825;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14157c3b2e44216bdeea7eb31bf543347294c6d0', '157.55.39.51', 1667767783, '__ci_last_regenerate|i:1667767783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1415a8d9b3b3185c525a916afb00768350c86b17', '52.167.144.164', 1685060218, '__ci_last_regenerate|i:1685060218;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1417cbdccc32534d149d4e1c239cea91a572ba29', '52.167.144.74', 1688061166, '__ci_last_regenerate|i:1688061166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14185372d7618b38545aed1fe37d051ddf464882', '208.91.69.20', 1679303896, '__ci_last_regenerate|i:1679303896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('141a075068da357553cadbcb47be7ef59c2295f1', '190.148.252.88', 1670877440, '__ci_last_regenerate|i:1670877440;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670877204;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('141c67174220bc892191522a6652619dc4bc8b60', '114.119.137.45', 1686124182, '__ci_last_regenerate|i:1686124182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('141e274388a5670c59a5ed4c7529aaccf490d8a0', '190.56.54.129', 1653575557, '__ci_last_regenerate|i:1653575557;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('141f5f86778f6720a849944608082feb963d26bc', '66.249.66.37', 1686740883, '__ci_last_regenerate|i:1686740883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14200d5d59ced6d539c178aee332c51c7022d7a0', '51.222.253.9', 1658298951, '__ci_last_regenerate|i:1658298951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1420783a74a4452c7fbd25abc06877adebb80dee', '51.254.199.11', 1677324609, '__ci_last_regenerate|i:1677324609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14216c8ca964da23047107e7ee125b9b57df4702', '157.55.39.148', 1671815337, '__ci_last_regenerate|i:1671815337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1421865b5ed93f121dfd3ab44b9dfb9be989b46b', '200.119.169.27', 1657029300, '__ci_last_regenerate|i:1657029300;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656985265\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657028869;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14226b617febf151900d6630025eb3980df59826', '54.36.148.83', 1682337393, '__ci_last_regenerate|i:1682337393;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14227caefc5b4b7aed031f1fb99828778e9881d9', '190.148.252.183', 1681522996, '__ci_last_regenerate|i:1681522996;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681520595;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1422968cca8c62a303798cb3a6cd7365c868d24d', '66.249.77.39', 1680665932, '__ci_last_regenerate|i:1680665932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1423489bb99d86ba3f296d014240fee6c462526d', '157.55.39.143', 1670168909, '__ci_last_regenerate|i:1670168909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('142354f35f15463bbf42765164e723758c2846c8', '52.167.144.162', 1686627300, '__ci_last_regenerate|i:1686627300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1423b9724fda72c7799f7548b3d51f53c4cdecbe', '200.119.174.9', 1674240805, '__ci_last_regenerate|i:1674240805;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674240793;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1424d64d397f2fe434d7a98328f6210da5b45e2a', '66.249.79.203', 1681530638, '__ci_last_regenerate|i:1681530638;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1429b22840c879aa6bde86100be5b63f779ca98a', '200.119.174.9', 1674246406, '__ci_last_regenerate|i:1674246406;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674075818\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('142c2f84c8545ddfba12914c9c40010b1c7521e3', '157.55.39.69', 1672041996, '__ci_last_regenerate|i:1672041996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('142c4f7567236944f7750f984ec1ad0c162cc12d', '167.94.138.120', 1660234509, '__ci_last_regenerate|i:1660234509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('142d50b6b56f0cc162dccdc310bc8e6ed84f7aaf', '52.167.144.73', 1679668236, '__ci_last_regenerate|i:1679668236;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('143052a64df3ab0c3d3c5337c9e1afe8908b3604', '52.167.144.98', 1685451377, '__ci_last_regenerate|i:1685451377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14309d6240fe15c24e26d3e53122f4134dd46c75', '52.167.144.98', 1684773770, '__ci_last_regenerate|i:1684773769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1433e1d3d7f1fb3df3e99dfd32dd5fe01eb7760a', '190.148.157.99', 1662591578, '__ci_last_regenerate|i:1662591578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1434441c70e584e195a95a62fc697b7be180db7d', '207.46.13.205', 1671858685, '__ci_last_regenerate|i:1671858685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1435354e88f1847a3b4f13bf9d7afdfe72a3a634', '40.77.167.123', 1683253470, '__ci_last_regenerate|i:1683253470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14375459117f71c30109d61345e4a2a765de5bbb', '190.56.173.251', 1652134261, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652134261;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"G1d9EqgUuIa0VeP5i6zo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1438178293d116422eb019d892ce24caa1df6a4d', '173.249.31.237', 1659409106, '__ci_last_regenerate|i:1659409106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14389b28ad7cab56c31b5cd92cd1335441df66ee', '54.36.148.30', 1657221918, '__ci_last_regenerate|i:1657221918;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('143a753e34cde9542b57fc53b07fc12e1de7371e', '198.251.73.5', 1669808084, '__ci_last_regenerate|i:1669808084;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('143aba0642d79437e8e89c53cefc4c0bc577518e', '190.148.252.151', 1671137384, '__ci_last_regenerate|i:1671137384;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('143b0642817f4cc9de7502a1ddf0febb49ab733b', '52.167.144.94', 1687060298, '__ci_last_regenerate|i:1687060298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('143c5341e599850be40d464b338d52567ba2f4a4', '52.167.144.82', 1687397062, '__ci_last_regenerate|i:1687397062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('143c9b68967073eef8669d38d60af723742f970f', '167.94.138.62', 1653401794, '__ci_last_regenerate|i:1653401794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('143e7347b8dfda82146773e6daa4c4842eeb120c', '54.145.39.219', 1656209696, '__ci_last_regenerate|i:1656209696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('143f43297edba1db90db707e7aece6a3e6a06d93', '138.246.253.24', 1676599450, '__ci_last_regenerate|i:1676599450;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1440334e21e06a4ed348b3e19781fb83069b474a', '157.55.39.55', 1661990700, '__ci_last_regenerate|i:1661990700;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1440b346b766da1ba27fc9b057056257c8f26ad1', '190.148.87.6', 1668291512, '__ci_last_regenerate|i:1668291512;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668291409;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('144134e289aed6e932daef520a7888cd355bfa7b', '52.167.144.28', 1679442504, '__ci_last_regenerate|i:1679442504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14429cb0859bc7e9e7cabc79f92c57108a36b687', '207.46.13.217', 1683623881, '__ci_last_regenerate|i:1683623881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14449fcd135c4cfd28b45949e3f94f8bedf76c4d', '207.46.13.207', 1681385329, '__ci_last_regenerate|i:1681385329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14463864ba5ba63281cdd11b73fc04616f53dbf3', '114.119.147.73', 1684288646, '__ci_last_regenerate|i:1684288646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14471a1af2b35c31b9d92b91aace2b0d6e822069', '200.119.172.60', 1674931478, '__ci_last_regenerate|i:1674931478;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674931462;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('144763e3e58385462b0aee82bbc34c7cfa43d660', '154.22.135.98', 1650847927, '__ci_last_regenerate|i:1650847927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('144a7fca5daf8fca18b9f91bdd3b0120360471d2', '52.167.144.98', 1685760627, '__ci_last_regenerate|i:1685760627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('144af5e4c9e607f0ea0ec23d604a83ea9aa2ab30', '40.77.167.241', 1687669315, '__ci_last_regenerate|i:1687669315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('144bf1a42508241899170cd95184330be1f0109c', '40.77.167.37', 1669577868, '__ci_last_regenerate|i:1669577868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('144c35ba6a1465ec2de9bbde2037f516b3d3e557', '40.77.167.85', 1685966127, '__ci_last_regenerate|i:1685966127;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('144cca47796f2932811fae54ba7fa872e7b4196d', '114.119.140.103', 1684312796, '__ci_last_regenerate|i:1684312796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('144e89672df5ce00e44b42581165bf196371f545', '165.227.238.36', 1688001687, '__ci_last_regenerate|i:1688001687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1450254c29101e5777f018a2974d6e3cec1bab71', '40.77.167.182', 1683022962, '__ci_last_regenerate|i:1683022962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14512ab973300e60f9130e3185a49c00f8336c12', '207.46.13.217', 1684248133, '__ci_last_regenerate|i:1684248133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1451ae4550a540ee94ee8b47eb71528f7f97de55', '114.119.136.64', 1683779240, '__ci_last_regenerate|i:1683779240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14525e0e8e71f640bb010cdaf29a5194f2ee8728', '51.222.253.4', 1652381841, '__ci_last_regenerate|i:1652381841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1453cdb3861ebccadb0e6c0e30f8bb781c0502ac', '52.167.144.31', 1681285880, '__ci_last_regenerate|i:1681285880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1453ec283c9de13bc0c5753f20465c085db98813', '114.119.135.130', 1687547793, '__ci_last_regenerate|i:1687547793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14577b18fa79e8a53c3802b9c9cb261a6f6d9c06', '40.77.167.13', 1672842405, '__ci_last_regenerate|i:1672842404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1457db4af0ecf4ce04c8c2b23dadddd87b5e9ea9', '200.119.173.130', 1675774161, '__ci_last_regenerate|i:1675774161;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675774143;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1459cc85ce7371525391248246d0898cb806a0a3', '190.56.32.35', 1671915650, '__ci_last_regenerate|i:1671915650;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671914963;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('145bc1abf2589cc2a6dc335a5a9c8664e4041fd9', '157.55.39.69', 1672390056, '__ci_last_regenerate|i:1672390056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('145c7d251a597b8864fd10335bb7f2c47e808674', '40.77.167.146', 1687757188, '__ci_last_regenerate|i:1687757188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('145ca4105f6659059cfe5f725be59f82026ea0c7', '112.211.96.131', 1653288828, '__ci_last_regenerate|i:1653288827;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('145cfde865886175390bfb770919c9e9135e5603', '167.248.133.117', 1653238103, '__ci_last_regenerate|i:1653238103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('145d2ce166cb2a984507706c5d6a489dd2881abb', '157.55.39.173', 1669419403, '__ci_last_regenerate|i:1669419403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('145d9e06a57206a6f27f1e8d7421116ea227c1a0', '114.119.138.177', 1685777570, '__ci_last_regenerate|i:1685777570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('145fff35dc5daa1fe0fdce4bba84b7a79fef1da9', '52.167.144.25', 1687644289, '__ci_last_regenerate|i:1687644288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14662287327cbb81fe40ed9525b7d838529cabcc', '52.167.144.164', 1686161161, '__ci_last_regenerate|i:1686161161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14673a0d5ee31b5bb8ea8ee581ead8d3a934f279', '50.21.188.63', 1672705001, '__ci_last_regenerate|i:1672705001;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('146c08a4bfd70613ce03ae182cdfcb311093fb8a', '190.148.252.161', 1670092753, '__ci_last_regenerate|i:1670092753;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670092457;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('146dad9544a2a741fee486a6883c71bb619b0748', '157.55.39.192', 1666300497, '__ci_last_regenerate|i:1666300497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('146dc7efe91263a70afebf1b503741a1f775deaf', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('146e3edd44ed662a70657e5b497e951af61bbe02', '157.55.39.173', 1668631555, '__ci_last_regenerate|i:1668631555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('146ebf9253493b865362453f6bb658c520bfc5b1', '35.90.213.95', 1662212535, '__ci_last_regenerate|i:1662212535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('146f0dc1abe91738e9bd2bcc1ae062e5e4b29a7a', '207.46.13.212', 1676930458, '__ci_last_regenerate|i:1676930458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('146f42fb1733e42ed9c1e6a3c18421e6f2a4b160', '190.148.87.96', 1678308835, '__ci_last_regenerate|i:1678308835;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678304390;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('146f790d3a8bfa92016c888d457a7ba3ff16e46c', '51.222.253.14', 1658488359, '__ci_last_regenerate|i:1658488359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14732771e435a076bb72df81df6c881e221fe1ae', '200.119.170.4', 1658368048, '__ci_last_regenerate|i:1658367900;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658321301\";last_ip|s:15:\"200.119.170.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658368047;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14734de90b984430edac8e16eb7e3c0be7881050', '34.213.64.91', 1660310809, '__ci_last_regenerate|i:1660310809;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14738fc27f980f0601353ec924a0a4ada094efb1', '52.167.144.74', 1688406027, '__ci_last_regenerate|i:1688406027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14757dbe6a770fbaad67079628b99f34654e6dad', '54.36.148.177', 1657057599, '__ci_last_regenerate|i:1657057599;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14761534386f93015530f944997a9fa07ec7ecbb', '190.148.158.175', 1672358470, '__ci_last_regenerate|i:1672358470;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672358452;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1476591ace59d0fb1d93f6d6eb009d1016e71c63', '190.56.54.156', 1665418527, '__ci_last_regenerate|i:1665418527;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665414341\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"2G7qaS5bmE4jLkv36NPs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1476fa787d1f2519a23d14b8898cf3ef9e88c74a', '40.77.167.37', 1668296576, '__ci_last_regenerate|i:1668296576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1478da035496510ebe3b721aa0cec73cd4a5c4ed', '40.77.167.60', 1671473942, '__ci_last_regenerate|i:1671473942;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1479afe1112bc91edccba7ec39959dea2eea49b8', '114.119.144.84', 1684855449, '__ci_last_regenerate|i:1684855448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('147c5d89a62770f0ca897e260cc37bb55a6a3b3b', '114.119.149.3', 1687031984, '__ci_last_regenerate|i:1687031984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('147dd8c4691abdae9dab2d8bd47d00e35376b4fb', '74.125.212.209', 1670243410, '__ci_last_regenerate|i:1670243410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('147fbb7bd053c65d1031c5c4392e7d688f568109', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1480175f56965e9024be62b540e7fa267a8808b5', '17.121.114.95', 1651027877, '__ci_last_regenerate|i:1651027877;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14817b98cd3bf71424b0eedef388db1207b093e5', '200.119.168.2', 1661377770, '__ci_last_regenerate|i:1661377769;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1481e0d9f75797c1ba477fd26ca670d0fc772bd0', '114.119.136.208', 1687887400, '__ci_last_regenerate|i:1687887400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14830ca87352f7150f21451615248e2fe21789e3', '54.36.149.5', 1676327274, '__ci_last_regenerate|i:1676327274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1484be907d1a4f1b71cb9136b1029e380c70fb6c', '51.222.253.10', 1669851684, '__ci_last_regenerate|i:1669851684;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1488ccb5c416643023de2e8fccb678bece36223a', '157.55.39.131', 1662655006, '__ci_last_regenerate|i:1662655006;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('148a653cafaaf8e8a74b6591cc38f7b42c879a4d', '40.77.167.123', 1683192181, '__ci_last_regenerate|i:1683192181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('148b52dfed6d6c123c22106081a1a40fe97ee7c6', '52.167.144.162', 1682170315, '__ci_last_regenerate|i:1682170315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('148b6c561bd04344e6f45809fe1ffae257cc4aac', '52.167.144.162', 1686834428, '__ci_last_regenerate|i:1686834427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('148ca68b679d406e813c0083be8f4385b2c92d8c', '157.55.39.173', 1670600253, '__ci_last_regenerate|i:1670600253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('148fb3c3efe831d078d193b020c88f4d7da4a495', '35.88.122.108', 1652621334, '__ci_last_regenerate|i:1652621334;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14917137724ac895d288530ab731250ac3cbfd51', '114.119.131.231', 1688009601, '__ci_last_regenerate|i:1688009601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1491df4313f8210a942a6c541b3b8f7b4c9b72ac', '200.119.173.107', 1686879589, '__ci_last_regenerate|i:1686879563;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686879589;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('149251bd851d61547c8e0ceb0bbbe81cdc923cf1', '51.222.253.4', 1680978479, '__ci_last_regenerate|i:1680978479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1493048fd130ee33b23f28c71541cddc536d876b', '190.148.87.96', 1678465312, '__ci_last_regenerate|i:1678465312;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678464872;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14940cec28aea137f6886725e24dfc2d069afe23', '207.46.13.113', 1676130286, '__ci_last_regenerate|i:1676130286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('149686d16bec4a86a9eba70c9074e48855321eed', '40.77.167.225', 1680384032, '__ci_last_regenerate|i:1680384032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('149963700a9f666556f5227fcb18c2d4fa3d6846', '54.36.148.73', 1663713082, '__ci_last_regenerate|i:1663713082;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1499b4fc4a8f130089f7035c4fd58ff6abd8a683', '5.188.62.140', 1653345497, '__ci_last_regenerate|i:1653345494;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1499ddbdfcc5418dfa88b5a5c1da0d6c2f905d83', '111.13.63.126', 1650696233, '__ci_last_regenerate|i:1650696233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('149a387798d75d24eff21dc6583bda90d0c49d69', '207.46.13.206', 1681158278, '__ci_last_regenerate|i:1681158277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('149aa0b51a5605b3d06af872eaa84a1c3a6fb724', '46.101.63.152', 1652762864, '__ci_last_regenerate|i:1652762864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('149c3217cace7ae30debac88d554d47969457fbd', '17.121.112.248', 1655767174, '__ci_last_regenerate|i:1655767174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('149ccb5eae72fb99cf28c04a0c13d92f81ea2feb', '35.89.32.163', 1679144943, '__ci_last_regenerate|i:1679144943;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('149d70a515018d92549031a9030846fe0498f8b8', '144.76.68.17', 1683713135, '__ci_last_regenerate|i:1683713135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('149d769f275c640f1a42af244fd3c8b679cff337', '52.167.144.164', 1686596407, '__ci_last_regenerate|i:1686596407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('149f6ee4cad58a62a4357559fe5e0ffa760aa64c', '51.222.253.19', 1676414177, '__ci_last_regenerate|i:1676414177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a00aaf00b4371f83fda2358ae470a5a056ee9c', '17.121.112.169', 1656782528, '__ci_last_regenerate|i:1656782528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a036064f188870ca4e26a4691d700c687a6d92', '54.36.148.74', 1668250159, '__ci_last_regenerate|i:1668250159;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a1b2621728a6c8d8002cd58d4d973ccf08b510', '93.158.90.151', 1676649804, '__ci_last_regenerate|i:1676649804;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a4dc64f84a6bbaca78f1a73591d84e8ee830ca', '52.167.144.98', 1684832576, '__ci_last_regenerate|i:1684832576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a5039445d0797c16d14f1e49a2067b5f2b6035', '200.119.170.137', 1668704650, '__ci_last_regenerate|i:1668704650;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668704188;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a53fb35439c24e68efb955b1c937e722a84ec3', '157.55.39.147', 1672157234, '__ci_last_regenerate|i:1672157234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a72da7aa8b7d12591ac1d8b5dce88ac3f321fe', '190.148.157.214', 1669740596, '__ci_last_regenerate|i:1669740596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669740567;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a8861c485784260300b75ec2589f20734a9901', '190.56.51.144', 1687101719, '__ci_last_regenerate|i:1687101719;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687101641;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a931e4e18fdd72d6ba9260f328f6d9234d575b', '190.56.50.120', 1661823945, '__ci_last_regenerate|i:1661823938;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661821384\";last_ip|s:13:\"190.56.50.120\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661823938;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14aad861ffc80739dae4ac701d8046feb08ec55a', '52.167.144.98', 1685431075, '__ci_last_regenerate|i:1685431075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14ac82fd573cedf49d5f1ecc2b813744c9e58f31', '66.249.70.114', 1675720913, '__ci_last_regenerate|i:1675720913;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14ad8841153f222220af355f88e428f6e23382e9', '51.222.253.9', 1666450111, '__ci_last_regenerate|i:1666450111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14ae235195b7bb81a9a02ba749e4fdfb06dfa2a4', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14ae2991fb5dfc03335ff746b3b4727df95ade92', '51.222.253.16', 1682356392, '__ci_last_regenerate|i:1682356392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b113d05cc4f2f0c95c0c4b6312bd43057a3904', '3.237.104.7', 1654168718, '__ci_last_regenerate|i:1654168718;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b1632e9d403cec07777c05abed88e57fb74f22', '50.21.188.93', 1672704853, '__ci_last_regenerate|i:1672704853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b2cc77fdbd7ac09e259bd3615c6b27977e555c', '52.167.144.162', 1686510685, '__ci_last_regenerate|i:1686510685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b48ae5d49fa01aad97f62305a614d58faba97e', '207.46.13.215', 1677155765, '__ci_last_regenerate|i:1677155765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b48d8789e7bb7ba3c440f1a60d44e807a1a90a', '52.167.144.76', 1681937067, '__ci_last_regenerate|i:1681937067;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b6f8669003ee18e4e6e085b7b276e555f5ed04', '207.46.13.210', 1686999481, '__ci_last_regenerate|i:1686999481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b7b57288fa6d579f9b90f0f22a567cdfc35de7', '93.158.91.206', 1663045228, '__ci_last_regenerate|i:1663045228;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b7c708973933a15130f40078cdc4aca0d015e8', '40.77.167.123', 1683265498, '__ci_last_regenerate|i:1683265498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b819a6dbd334ed77818179d5d8c68894f688dc', '200.119.173.78', 1682809078, '__ci_last_regenerate|i:1682809078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682809045;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14b9219e0da3dcf758c5a5a018b017fd9c7275d9', '51.195.90.229', 1650841015, '__ci_last_regenerate|i:1650841015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14bc4b3860ce56f64ac50fe9f913cb91a24138aa', '114.119.144.222', 1688536659, '__ci_last_regenerate|i:1688536659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14bf68cb2da64999ec29d3dd0833b3aa7487fdca', '200.119.172.60', 1674582372, '__ci_last_regenerate|i:1674582372;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674582336;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14bf91128e5d8da0412a0b6bb709acd2e39eb02a', '40.77.167.30', 1656944580, '__ci_last_regenerate|i:1656944570;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14bff36591371f2ccef45758df028c2f26f1c215', '157.55.39.144', 1664963714, '__ci_last_regenerate|i:1664963714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c0eeb0dd94e18a616cd9cc967a92f70b323cb0', '17.121.112.250', 1659524463, '__ci_last_regenerate|i:1659524463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c21ca6a651107dbadf18181fa672cc9fa88e3a', '51.222.253.1', 1685005524, '__ci_last_regenerate|i:1685005524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c21f056e91ca7c44275c80227bdcf061751762', '190.56.54.156', 1665184368, '__ci_last_regenerate|i:1665184368;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665184354;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c229e178b9dc4f8c218fcf234416c1ba226774', '40.77.167.191', 1682429333, '__ci_last_regenerate|i:1682429333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c30a3c565cef578fe5d3623114d2739a48e973', '157.55.39.79', 1668935027, '__ci_last_regenerate|i:1668935027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c33e3a61d1e9209912388e6b542032e7c3a48c', '40.77.167.161', 1676995533, '__ci_last_regenerate|i:1676995524;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c5307f7d621bdcce693e87242aff47872c98db', '190.56.55.113', 1673436919, '__ci_last_regenerate|i:1673436919;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673436317;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c6ad7539a0b7ece5b5843ca28afef66e484013', '51.158.117.66', 1682465596, '__ci_last_regenerate|i:1682465596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c79aa2933f18d3780531869368df9c33d6bffc', '157.55.39.173', 1670600253, '__ci_last_regenerate|i:1670600253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c93fa7e1997f0880135bb8f58d6a4d4da3d94e', '200.119.170.10', 1655308108, '__ci_last_regenerate|i:1655308108;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655308073;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14cadae7d99c2c474b4981ba523e26eede21c211', '190.56.55.113', 1673386242, '__ci_last_regenerate|i:1673386242;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673386239;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14ccaf55c59a4eda1759b57a3ddabc432fe37ba0', '114.119.152.128', 1684652797, '__ci_last_regenerate|i:1684652797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14cfd02fb3b0866328f25ef3e563d172444f3f00', '164.92.200.171', 1687575700, '__ci_last_regenerate|i:1687575700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d01a922a1e2edb9cb72ade4d933a458ade3127', '190.148.87.96', 1678288653, '__ci_last_regenerate|i:1678288653;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678222268\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YTzlM75JEyaN6PLSuZX0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d0538551f779fa76c5f55827e5cd7469d65fb8', '17.121.114.28', 1659063975, '__ci_last_regenerate|i:1659063975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d06ec6816a4f5fdb29c876bf585eada241e4fb', '52.167.144.98', 1686727011, '__ci_last_regenerate|i:1686727011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d0af893b458e8419d92eb9c40f0a49c824cd73', '111.7.100.21', 1650686162, '__ci_last_regenerate|i:1650686162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d0c76881640d16c0017e8d5e164a39df97a640', '66.249.79.208', 1664324499, '__ci_last_regenerate|i:1664324499;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d19159cdd344f865f4d13ad9dc9f78794fc315', '40.77.167.23', 1674073368, '__ci_last_regenerate|i:1674073368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d219a65f8837159245e18e20a6cba1f5d010a1', '114.119.130.91', 1688179820, '__ci_last_regenerate|i:1688179820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d2ddfef2002f0ed4ce220a51b036c33c5fc4ee', '65.21.206.44', 1655591879, '__ci_last_regenerate|i:1655591879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d3ce3082d5828983215a86d64de92152cadcee', '114.119.144.37', 1686245126, '__ci_last_regenerate|i:1686245126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d4a031315fe52ed7328a86ef48c824d1a1fd86', '5.188.62.21', 1653417828, '__ci_last_regenerate|i:1653417828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d566427a89c301bd16a141fe2a18b62ca94765', '190.148.158.164', 1667329030, '__ci_last_regenerate|i:1667329030;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667329021;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d68db0180f428fe5319eacb23652e1bd4104aa', '51.222.253.9', 1668167302, '__ci_last_regenerate|i:1668167302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d7359e756a59867f0bb2cbf9e2ef2a67346931', '207.46.13.209', 1681130727, '__ci_last_regenerate|i:1681130727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d88e7e3eb24da95ae30dd9341d60b7408dec89', '200.119.173.107', 1686785103, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686785103;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686784828;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d931c9e05cbbbf29e5ec80df973358f6800fb1', '194.163.134.40', 1658220485, '__ci_last_regenerate|i:1658220484;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14da30f5e72a03711518e3cd84575dd00a07a539', '40.77.167.43', 1658091282, '__ci_last_regenerate|i:1658091272;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14da352a8b235789f131de486eb1270006ba8ae2', '190.148.157.177', 1682385294, '__ci_last_regenerate|i:1682385294;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682385200;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14dc761e3b9672d8ab4618efa4b00f4ce2c90dee', '190.56.50.39', 1664987258, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664987258;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664986092;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14dca938553eb057d6b3dc7b274fe61604d97dcd', '114.119.156.124', 1688414568, '__ci_last_regenerate|i:1688414568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14dd9495bebeceb0435f5bdb523e7b40b85747eb', '66.249.79.161', 1688261541, '__ci_last_regenerate|i:1688261541;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14dee37da88420b87cac9002056f03a73cd084e2', '190.56.54.129', 1653444140, '__ci_last_regenerate|i:1653444140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14df51a3109881eb565ea6ffca49eba4eda8dc9b', '51.222.253.6', 1684903125, '__ci_last_regenerate|i:1684903125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e10d93300836b810fd50e28ffb40fbb4b8b776', '114.119.156.99', 1688365658, '__ci_last_regenerate|i:1688365658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e11e1a58922d8bdc253d170b8e620d3ad03bcf', '149.56.160.153', 1669810903, '__ci_last_regenerate|i:1669810903;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e13f4a6cb613225ce9b21797803b895b347c67', '66.249.74.101', 1686408868, '__ci_last_regenerate|i:1686408868;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e2cee2754dcfabe7661330e475eedaa129cf68', '190.148.252.112', 1667834596, '__ci_last_regenerate|i:1667834596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667834596;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e30d5c171a797788f4dcbf178e3fd2426a54b8', '40.77.167.49', 1667230158, '__ci_last_regenerate|i:1667230158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e31246d9623eb9af89f330e9ac518d904641b5', '157.55.39.173', 1670264023, '__ci_last_regenerate|i:1670264023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e58f24d2159403ad56a92777d7fc12cb1e94be', '157.55.39.253', 1682150706, '__ci_last_regenerate|i:1682150706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e743ef566b2eca988040ab3bb7edb9feb215d5', '200.119.173.107', 1686864223, '__ci_last_regenerate|i:1686864223;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686864053;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e77be0ace16230055a71990892b5769f469cf7', '5.188.62.76', 1656377667, '__ci_last_regenerate|i:1656377665;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e8794b349d57d639cfa9d185fb40f836160be5', '17.121.114.152', 1660625835, '__ci_last_regenerate|i:1660625835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e971884c741987edd13242fae548dde295db81', '40.77.167.227', 1682406702, '__ci_last_regenerate|i:1682406702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14eb06307bfb51cf39cb6e3e7b5e8290104846c6', '52.167.144.164', 1685077838, '__ci_last_regenerate|i:1685077838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14eb286dfce7be805850089079db25ae07bd901e', '114.119.129.82', 1685151120, '__ci_last_regenerate|i:1685151120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14eb329666f2d58647a878b77ad981156d12ecb2', '51.222.253.2', 1682479657, '__ci_last_regenerate|i:1682479657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14ee630298be5b48ea8fbd99033260cf1b8b6ca9', '190.148.252.96', 1672953846, '__ci_last_regenerate|i:1672953846;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672953759;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14ee9b9afc8492d3464796b486fb1afd30158a45', '114.119.149.195', 1684433921, '__ci_last_regenerate|i:1684433919;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14eebc4c1c8b10a7c18e4073e30003eaeb5bff95', '17.121.115.204', 1657560639, '__ci_last_regenerate|i:1657560639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f02e5d6627a5103709e285c351fcf4d3121e4c', '40.77.167.175', 1680335611, '__ci_last_regenerate|i:1680335611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f0811810993941f6503dd81d816715013cef6c', '18.246.22.59', 1683931211, '__ci_last_regenerate|i:1683931211;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f101271250d9952dd0c7578d8901d0b77010c6', '40.77.167.227', 1682384987, '__ci_last_regenerate|i:1682384987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f2eec2a17835988a64f8ea1c6a30e181fa674e', '114.119.151.126', 1684615303, '__ci_last_regenerate|i:1684615291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f4273c96dc828fc84f5a4ad69dad962d0c856c', '207.46.13.127', 1657952089, '__ci_last_regenerate|i:1657952079;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f5f116dbebb3fe99468b98678422c40773c9c9', '130.245.169.247', 1657277735, '__ci_last_regenerate|i:1657277733;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f6aba94464bc419307d01583f1593c874ef7c9', '51.222.253.13', 1672765826, '__ci_last_regenerate|i:1672765826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f7d8515f082cce5b4448c1bf66647b8a6fb2ba', '121.4.238.122', 1659478133, '__ci_last_regenerate|i:1659478133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f82954846c3589be807280cb4c8d2ea55dc378', '114.119.154.203', 1685651181, '__ci_last_regenerate|i:1685651181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f8558d5c956010c7ccda1fb9566ede09e3fec8', '200.119.174.182', 1667738879, '__ci_last_regenerate|i:1667738879;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667738805;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f8d66e6f78e346350932961593b70c9fc6256c', '128.90.117.196', 1676091624, '__ci_last_regenerate|i:1676091624;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f9d41b84b9ebb7feabaaae13213893e692b21c', '40.77.167.170', 1675427399, '__ci_last_regenerate|i:1675427399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14fc4a1c312d6076dd438e3fb38334824413399e', '157.55.39.46', 1672833625, '__ci_last_regenerate|i:1672833625;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14feed43d63de8e1554c31d09031b92c482519eb', '190.56.32.35', 1671812938, '__ci_last_regenerate|i:1671812938;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671812865;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1500d0069f0fe378fe8f1f147eefd79e206875c7', '52.167.144.162', 1683069971, '__ci_last_regenerate|i:1683069970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15013703d8e937d99559b7b75fb941be90b2db6a', '190.148.252.178', 1657320172, '__ci_last_regenerate|i:1657320172;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657310806\";last_ip|s:15:\"190.148.252.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tw9yocQ16vdghpnJISEu\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('150206bdecd4185424bacbbe3910890a0ffebec1', '40.77.167.175', 1680337995, '__ci_last_regenerate|i:1680337994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('150234d384603e0c3900abf922ff7e3b5dbe5552', '190.148.252.151', 1671153536, '__ci_last_regenerate|i:1671153536;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671153509;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1502c7f337bc2762d25b4f1f7b2bfee98528ca58', '66.249.73.230', 1652201746, '__ci_last_regenerate|i:1652201746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15039ee7cda29384e93bd1ce9f13f6c144bcb506', '52.167.144.98', 1686035154, '__ci_last_regenerate|i:1686035154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1504995e5433f2e395a534da6e82bd2f9cd47d0e', '40.77.167.108', 1683176638, '__ci_last_regenerate|i:1683176638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1504c6cc9fea2fab221c874138339aa17e2eb99a', '52.167.144.31', 1681144779, '__ci_last_regenerate|i:1681144779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15055d5cc8a65cf39e781280a727b869f393b2ef', '52.167.144.70', 1688574670, '__ci_last_regenerate|i:1688574670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1505a2e8da8cc4897336cec4c67f656a117ce467', '190.148.157.80', 1669159763, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1669159763;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669142647\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669158781;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1507d29b43ce6e188e0eb09e3e53886ecbfb2919', '207.46.13.207', 1681439546, '__ci_last_regenerate|i:1681439546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15089433f49b234beb580155e56790fffcd1af47', '51.222.253.4', 1660161197, '__ci_last_regenerate|i:1660161197;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('150a5bd4ae5d01dc2f1ed37cbcfa2f916dbce491', '40.77.167.202', 1687735031, '__ci_last_regenerate|i:1687735031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('150adbd9f6eb5a090e0d53e7677056abbd490b22', '54.36.148.240', 1673072015, '__ci_last_regenerate|i:1673072015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('150afd3b991f7006770f62fcfbca4da760ce5332', '200.119.172.60', 1675043488, '__ci_last_regenerate|i:1675043488;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675043467;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('150c9c65e19180dfc39b262d399ac0fe5948682b', '190.148.87.96', 1678713099, '__ci_last_regenerate|i:1678713099;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678712946;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('150eb2da9363dcd37b8d50b1e0b30f57f8483a61', '114.119.152.161', 1686450832, '__ci_last_regenerate|i:1686450832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1512cc8aaad60df762ec54ed3caad037a151a602', '40.77.167.49', 1663963140, '__ci_last_regenerate|i:1663963140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('151370674738735917dc7f6d6df424b2ccb264e0', '190.148.158.69', 1685798172, '__ci_last_regenerate|i:1685798172;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685798168;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15138ec28fe989b08a8b184636f63fd5c4c04eee', '200.119.172.96', 1675385933, '__ci_last_regenerate|i:1675385933;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675385913;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('151411728a4df264044a0a4efd1ed6b7767167d4', '114.119.131.180', 1688508965, '__ci_last_regenerate|i:1688508964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15150d558bf96cfc9135c53d8e4781954024a94a', '40.77.167.227', 1681052876, '__ci_last_regenerate|i:1681052876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1517322c69095b8ef932a0c692c233c4b9544195', '40.77.167.49', 1666870368, '__ci_last_regenerate|i:1666870368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1517bf0d87cbc3e0774ad5fc1f5c58c983032286', '190.148.157.99', 1662582250, '__ci_last_regenerate|i:1662582250;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662563564\";last_ip|s:14:\"190.148.157.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"WlKn4drQ19P2JMtju3ym\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('151bc6b00b90ce191c0dca9bab7f101214049c22', '200.119.172.126', 1652824879, '__ci_last_regenerate|i:1652824879;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"hCIHOuPFKgbadU742TLZ\";last_activity|i:1652820336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('151e7c330eae8585120e18e4542443ff72e77a00', '15.204.182.106', 1678845309, '__ci_last_regenerate|i:1678845309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('151f760ff693aaa9a809af7a382cfb73ac0838a1', '190.56.173.175', 1653086190, '__ci_last_regenerate|i:1653086190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1520ccb17cdee380c1c8b54ddc70b32c58a74c79', '157.55.39.79', 1657005720, '__ci_last_regenerate|i:1657005709;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('152201fa57d8303f838e20541091afe74874db68', '51.222.253.16', 1674839435, '__ci_last_regenerate|i:1674839435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('152ac2e681a7b401fe35a54dd3388259e68ce4a2', '52.167.144.61', 1688311810, '__ci_last_regenerate|i:1688311810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('152b7e162e76e475089cdc325a4d1ddeee0865ba', '52.167.144.98', 1686414268, '__ci_last_regenerate|i:1686414268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('152bf2e5dd3b9dbfd4bad1cb303a971b13d75aa3', '200.119.174.137', 1654619645, '__ci_last_regenerate|i:1654619643;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('152c106d0226c96e4f81f1819800bac8734c4083', '190.148.252.197', 1665496380, '__ci_last_regenerate|i:1665496380;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665426042\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665496309;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('152c290b67ff35254cac37f91532798311f6e06a', '52.167.144.74', 1688459904, '__ci_last_regenerate|i:1688459904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('152e4614708b50ca96c7968ba284f66441758ee8', '17.121.115.27', 1652634248, '__ci_last_regenerate|i:1652634248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15302046819ddd678355171a5c4f05ddfa08c9ad', '52.167.144.43', 1683985025, '__ci_last_regenerate|i:1683985025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15312a456c72f309552eb4b5ccfce684f427569a', '52.167.144.63', 1686934739, '__ci_last_regenerate|i:1686934738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15313c43ac8ddec4ae8bc0779693d1a7264318b5', '190.148.157.147', 1658839630, '__ci_last_regenerate|i:1658839630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15352e50bc34931163101b718fd8cc2de9818b17', '157.55.39.128', 1674073351, '__ci_last_regenerate|i:1674073351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1535f9ba33b5f4468a60a705be71039c651cc010', '157.55.39.200', 1664189011, '__ci_last_regenerate|i:1664189011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15368fe9e2be1248305168d13483a1f91e382f36', '66.249.74.103', 1683602446, '__ci_last_regenerate|i:1683602446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1536ab3b32ee547f9be454caa18a270437abd6ff', '114.119.131.11', 1686919059, '__ci_last_regenerate|i:1686919059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15391f70c40ab6f57011c954e6aefbf7a092cdde', '52.167.144.162', 1686289784, '__ci_last_regenerate|i:1686289784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15392ad820940f269c0da9ccd52ce2781b4f1a8f', '190.56.173.213', 1683588582, '__ci_last_regenerate|i:1683588582;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683588561;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1539dd1dc4cae764f0248a3e10f3699430029a99', '190.148.158.151', 1677500475, '__ci_last_regenerate|i:1677500475;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677411775\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677500468;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('153a5aef2b1638f2c6bd9be100704eb9df51c4b9', '157.55.39.69', 1671972146, '__ci_last_regenerate|i:1671972146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('153aa3eb59c35cb40497654b1baf619c2fd47d58', '190.56.55.48', 1687626575, '__ci_last_regenerate|i:1687626575;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687626272;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('153b4f83face76fb1e26ed12dd397577a4a12d2b', '51.222.253.5', 1687339398, '__ci_last_regenerate|i:1687339398;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('153d190fc95e2515e7465c1afc21bafdeb3fd9f9', '52.167.144.162', 1686339248, '__ci_last_regenerate|i:1686339248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('153f68d6d64ae5b0021bda9491727571d28c4388', '114.119.159.121', 1685686904, '__ci_last_regenerate|i:1685686904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('153f7c2f9e07cc3b4b52dab28e63e4aa411d590e', '157.55.39.253', 1682098152, '__ci_last_regenerate|i:1682098152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('153f8f70ca0708052f6cbae554f8fd273bca6f65', '8.218.26.244', 1650950383, '__ci_last_regenerate|i:1650950383;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1540d32881e1148a044b0d64a8489deb27bf658b', '17.121.114.244', 1658987648, '__ci_last_regenerate|i:1658987648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15427bfbf625bf0ab187495ce5e705eafa6dbd68', '51.222.253.12', 1680923027, '__ci_last_regenerate|i:1680923027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1542f3efd35872af7b0cf76e702f851535c215b2', '157.55.39.208', 1686035617, '__ci_last_regenerate|i:1686035617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15437658a707121d5e7610287cb8b211e24d2a3d', '40.77.167.192', 1688396998, '__ci_last_regenerate|i:1688396998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('154638af2883db88e2f6c222e22fa9d36f64de5a', '40.77.167.181', 1679977980, '__ci_last_regenerate|i:1679977980;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15469c55508aa9158eadc8f8a919e9e4100b2a41', '207.46.13.209', 1686035761, '__ci_last_regenerate|i:1686035761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1546fac0f3de03a5301d8655bedf2eff80d3b381', '157.55.39.253', 1682621728, '__ci_last_regenerate|i:1682621728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('154aa729a3670510a71af90cbe22b0fafe4d5fec', '40.77.167.156', 1678888367, '__ci_last_regenerate|i:1678888367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('154b7661f961d0a51815d3eeab7a231e3d6161be', '190.148.158.175', 1672334439, '__ci_last_regenerate|i:1672334439;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672334420;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('154b77a027786c7d3d772c521a0debd47e94bcc7', '157.55.39.147', 1672475803, '__ci_last_regenerate|i:1672475803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('154c4d4db7aa9dc5c4fe6bba0bc1e969f0984cfd', '190.104.119.122', 1651069241, '__ci_last_regenerate|i:1651069241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('154d56fc05be92f47804ca83d6a0d0f3ba30da43', '190.148.252.96', 1673198857, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673198857;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673198811;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('154e1dbaead452020ae3bd7934883019b0c3b959', '54.36.148.136', 1653215183, '__ci_last_regenerate|i:1653215183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('154ea164027ba974dfcd52e2d55217165fd411f3', '51.254.199.11', 1654866987, '__ci_last_regenerate|i:1654866987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1550669efb55a9c9534b4fa8f9b4b8fbe5f2146b', '111.7.100.23', 1650686244, '__ci_last_regenerate|i:1650686244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1550ec38040cd505767d36fb2ac7f9d71410fe67', '34.215.122.212', 1685402805, '__ci_last_regenerate|i:1685402805;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1557f96e241b2f5f2cafe08bb2c89ff8257d308b', '190.56.32.243', 1684781754, '__ci_last_regenerate|i:1684781754;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684764798\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1558d8ea76d1e5a95ba2402a6c278a152b7dfc8a', '51.222.253.3', 1688169050, '__ci_last_regenerate|i:1688169050;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('155d3219f83e281e518a18f7ea8cd8852dc79971', '3.253.100.245', 1678204727, '__ci_last_regenerate|i:1678204727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('155fdf0a2e5b50c458549c72cbb5c769e0d0ae7e', '51.158.127.119', 1688524064, '__ci_last_regenerate|i:1688524064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15610f2679a967674eac56daf39825d46e995239', '51.79.197.183', 1672580188, '__ci_last_regenerate|i:1672580188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1564e0792ed9c5b9efaa3724f051ea1bcf3d8efe', '200.119.174.30', 1667492821, '__ci_last_regenerate|i:1667492676;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667423548\";last_ip|s:15:\"190.148.157.171\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1564edc49ccaadf0ca825cf636f275999ee6ed58', '52.167.144.74', 1688311818, '__ci_last_regenerate|i:1688311818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('156504898f6787019e82725305cbeb0e07ba885b', '200.119.173.177', 1685313531, '__ci_last_regenerate|i:1685313531;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685313527;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1566a7ea6002687f1fcdfd587142c63deed99f84', '157.55.39.79', 1668935029, '__ci_last_regenerate|i:1668935029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1569eaf9be14d06260228d83c7899a0eb1ac9a85', '190.148.252.151', 1671138736, '__ci_last_regenerate|i:1671138736;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671138651;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('156a2f4131251a52c2f5434f09d9001fc9fa27de', '190.148.157.53', 1683919221, '__ci_last_regenerate|i:1683919221;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683919217;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('156d28a8d62983938f80f3026b4fcb79fa53e04b', '190.56.32.32', 1686162071, '__ci_last_regenerate|i:1686162071;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686162055;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('156d6748d38d6c20d80fda07c02f8286f20db9cc', '18.237.186.28', 1650870709, '__ci_last_regenerate|i:1650870709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('156d7299c055066d58d882c413401b3e9542ee5e', '157.55.39.65', 1661517520, '__ci_last_regenerate|i:1661517520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('156e753a7b0a4f754e63f66f0d3c46c6f93bc756', '40.77.167.13', 1672246880, '__ci_last_regenerate|i:1672246880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('157452fd780717b68b5b0f0df70ac4219404f6d6', '66.249.65.103', 1677853445, '__ci_last_regenerate|i:1677853445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15751007c78505b77d0d44bd522fe42c1df93773', '190.148.157.98', 1678922935, '__ci_last_regenerate|i:1678922935;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678718621\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15764f3a1a60a5aacd52dcac49d74aff428d3f67', '52.167.144.56', 1685805745, '__ci_last_regenerate|i:1685805744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1578485860cfa23ca3ead5f733db2bcf5e260808', '51.222.253.18', 1687636785, '__ci_last_regenerate|i:1687636785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('157a0954f49bf74f002eb1a6e2932560948f4186', '200.119.174.182', 1667742310, '__ci_last_regenerate|i:1667742310;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667742300;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('157b63303c0c726fa245be9dad01ea7ad92234fe', '54.36.149.95', 1687877965, '__ci_last_regenerate|i:1687877965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('157bccf5781194c620301fdac4a96dc0b2747e31', '190.56.55.113', 1673568862, '__ci_last_regenerate|i:1673568862;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673568233;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('157e216cbf553c9b34b1f20db0e5ea1111a32f46', '54.37.233.116', 1650851700, '__ci_last_regenerate|i:1650851700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('157e588efaefb5a92cd59a3858266785e7bfd74a', '157.55.39.79', 1668367006, '__ci_last_regenerate|i:1668367006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('157fa780d04e863a9d3dc0d121fc1829fbfcb4fa', '190.56.32.35', 1671918916, '__ci_last_regenerate|i:1671918916;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671918546;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15809d47b2b996f1dd503cc98e0bd9459f422c10', '54.36.149.64', 1650920628, '__ci_last_regenerate|i:1650920628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1580bcb7bd99f1b6fcdc4add3aa12a7680297c8f', '51.222.253.5', 1686839350, '__ci_last_regenerate|i:1686839350;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1580c360992f525f125f451ac3ef68b58c1355ac', '52.167.144.38', 1687185665, '__ci_last_regenerate|i:1687185665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15822ea7a9ba673d434432b10cfdff9b18c26559', '40.77.167.202', 1687212883, '__ci_last_regenerate|i:1687212883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1585f9d45c62607795e722a90962d7d467cff1c4', '114.119.150.140', 1687694971, '__ci_last_regenerate|i:1687694971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15861c71456894ae656b24ddc7eea3c3d689f754', '173.249.31.237', 1659409186, '__ci_last_regenerate|i:1659409186;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1587257e0127cae7f5fb1ab321fc69296b16a0da', '17.121.113.165', 1652367087, '__ci_last_regenerate|i:1652367087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1588446f0d8b8257b31c4d81e67b41a87f310c52', '111.13.63.78', 1651072917, '__ci_last_regenerate|i:1651072917;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158939971f762d7aa51eb8f195ff804863b19330', '157.55.39.79', 1668934963, '__ci_last_regenerate|i:1668934963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158b36e5324504eee8b22dba89598242338c8d7e', '190.148.87.182', 1679604121, '__ci_last_regenerate|i:1679604121;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679603825;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158b4b9b2ba832611e072a7a837ca071ab95c91b', '52.167.144.164', 1684677280, '__ci_last_regenerate|i:1684677280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158b9f434cef0d355a7c227c70f86b7e4f462867', '40.77.167.133', 1683858901, '__ci_last_regenerate|i:1683858901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158c044f29c8c7787e9a533ad94c557063daf96e', '51.222.253.2', 1682337396, '__ci_last_regenerate|i:1682337396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158d49b551123a7bd0a3218a705f1e8f40bed22b', '200.119.174.9', 1674504589, '__ci_last_regenerate|i:1674504589;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674503916;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158de9ea9003c08e4bdd99daa2481f3c44791e4a', '190.56.173.175', 1652899333, '__ci_last_regenerate|i:1652899333;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652899325;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158f5b09740dba27f235b134aeeeeb7e67271f39', '157.55.39.79', 1669419456, '__ci_last_regenerate|i:1669419456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1593a603fa7ed774b3a2cc61c5a9f81e514610e7', '130.245.169.139', 1657878938, '__ci_last_regenerate|i:1657878937;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1595b55df8b6805c4ba7a829dfadd0f46a12fb95', '35.165.215.76', 1655639519, '__ci_last_regenerate|i:1655639519;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('159644495a78c6a237a7c2c4295457966aed4f06', '190.148.252.183', 1681509073, '__ci_last_regenerate|i:1681509073;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681508304;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15997fe65277d0bdebaf493aefd332b782951824', '190.148.158.175', 1672252023, '__ci_last_regenerate|i:1672252023;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672251115;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1599fa6e5ddb625001a142e9fd7ca87c7ae3473f', '157.55.39.69', 1671774855, '__ci_last_regenerate|i:1671774855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('159a7db9c7a2fcedfd9b15666917287797a0b904', '45.63.18.23', 1688457598, '__ci_last_regenerate|i:1688457598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('159acd37b1f3cfdf10a2c2db92bd72c9b439885b', '200.119.172.96', 1675470255, '__ci_last_regenerate|i:1675470255;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675469800;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('159ad636900a0917a4c42fd96981db7d9785aa8f', '190.148.157.8', 1677877910, '__ci_last_regenerate|i:1677877910;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677876103;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('159b0c25fd4a32835fa9d2b3b0c73576f3c58655', '207.46.13.209', 1677882107, '__ci_last_regenerate|i:1677882106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('159ccedc7be3607218fff96e0abfcfb2a36f1c8a', '40.77.167.37', 1669794992, '__ci_last_regenerate|i:1669794992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('159e02587833eaa16d337607a65888345c318d6d', '200.119.172.60', 1675029852, '__ci_last_regenerate|i:1675029852;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675029482;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a005b6f653fb99acca2304f6c0db150f9b6586', '157.55.39.217', 1683192202, '__ci_last_regenerate|i:1683192202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a3628ecf94a752e4f1c138fb62cdb92c268c60', '198.235.24.159', 1658108166, '__ci_last_regenerate|i:1658108166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a50429b18286d3b75e76d45dd7aeb4ff97d177', '114.119.139.66', 1684923596, '__ci_last_regenerate|i:1684923596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a5247ad66c7962385ea31c469c71fc305de2b9', '52.167.144.98', 1685462744, '__ci_last_regenerate|i:1685462744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a557459ee131ccdb431afddfdd5ef1e20ba472', '200.119.168.250', 1681138341, '__ci_last_regenerate|i:1681138341;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681136489\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"qKQgsIUolpzhxFZiGb1R\";last_activity|i:1681138332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a645c88a7566bc58c3214e796cb038746dba3f', '52.167.144.98', 1686568283, '__ci_last_regenerate|i:1686568283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a6c0c516815332e76344c101253c33f828bc9d', '52.167.144.89', 1679274507, '__ci_last_regenerate|i:1679274507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a77370c5098cbc5a4b39e60ee1531eed94e6cc', '52.167.144.98', 1685129059, '__ci_last_regenerate|i:1685129059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a8a84e5ad87e9f93bcbba3ecba1cc0146a990d', '200.119.174.137', 1654617382, '__ci_last_regenerate|i:1654617382;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654614343\";last_ip|s:14:\"190.148.87.244\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";error|s:81:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15aa06963db8a41845a565ed1194b7cadaf68337', '40.77.167.225', 1676511086, '__ci_last_regenerate|i:1676511086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ac57705acc6a41a6f355822ab4639a899437c5', '190.148.158.175', 1672422748, '__ci_last_regenerate|i:1672422748;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672348758\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"2sENMf6xZVRughS3JKX0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ae066bee792cd3d20a087f516ea3adb67f7a08', '51.222.253.17', 1668502297, '__ci_last_regenerate|i:1668502297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ae69d9bc783a602e13dd2de61ed1133af01053', '190.148.252.236', 1656082108, '__ci_last_regenerate|i:1656082108;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655994097\";last_ip|s:13:\"190.148.87.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"PBpUx0LJ86Ih17wyfNSj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15aeb66c02fc46995909c48d83f9d77ec69a31b1', '20.70.215.53', 1657496839, '__ci_last_regenerate|i:1657496835;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15af75c49d5c6daff7d5e07a8bed4a9edcc59f66', '190.148.252.96', 1673027990, '__ci_last_regenerate|i:1673027892;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1672932464\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15b28b82981459163857e7a39dc1fefae073c0f2', '114.119.131.253', 1686463301, '__ci_last_regenerate|i:1686463301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15b37242b1de662f3039525375cd82fd9cb26683', '52.167.144.164', 1686339252, '__ci_last_regenerate|i:1686339252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15b5b43a94c63d8e1af44b409d4d4f57d60c6ea1', '157.55.39.80', 1670624486, '__ci_last_regenerate|i:1670624486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15be027e62381e30e7dcfd233373d685f817e7a3', '190.56.54.156', 1665184078, '__ci_last_regenerate|i:1665184078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c02b2791085352e1fb532e4e95c5bee7e0770c', '190.148.252.111', 1678061901, '__ci_last_regenerate|i:1678061901;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678061684;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c0df3a79bf94a85871e1b8a025b9c06a5f638f', '173.252.95.23', 1659226444, '__ci_last_regenerate|i:1659226444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c17a44b1e1dff5a37df01fa47eeed857cee3f7', '54.70.182.152', 1662816475, '__ci_last_regenerate|i:1662816475;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c2e0f615516b042f750e97ee07e58cd13b1387', '18.206.55.48', 1651803479, '__ci_last_regenerate|i:1651803479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c3969d05c775fad4855b0a7484aebb5df2cc74', '200.119.170.221', 1664480074, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664480074;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664480070;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c53f9fc08c6fe2349b6c2909468876e7f2b952', '190.56.50.253', 1682719324, '__ci_last_regenerate|i:1682719324;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682719003;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c599b42ad3194d8f4a9d006292ddaa6fc0fc54', '54.37.233.116', 1650851736, '__ci_last_regenerate|i:1650851736;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c6e32c95ad8bb3687fb17a5bab2abaa036583d', '157.55.39.173', 1668834340, '__ci_last_regenerate|i:1668834340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c8c607e8465e18f843248bfae4425b7b96959a', '114.119.130.27', 1686853821, '__ci_last_regenerate|i:1686853821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15c9bec11a1cdc11e9d2daf14895c8ccaff49a1c', '52.167.144.63', 1687073624, '__ci_last_regenerate|i:1687073624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ca663778eef5063a668f856e3fa6ee9d39066f', '152.89.196.13', 1660620542, '__ci_last_regenerate|i:1660620535;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15cc06f663d3c488f752e88a8e7f46c13d324591', '114.119.140.48', 1688365082, '__ci_last_regenerate|i:1688365082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15cd80136d97a9726a1af81345b6cc1630ee4f84', '198.251.73.5', 1669808169, '__ci_last_regenerate|i:1669808169;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15cdc94138b38548cdb64526fda2cc572afe0a30', '45.63.18.23', 1682028570, '__ci_last_regenerate|i:1682028570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15cdfd7ae8d758a73152905ed3d6ec2bd1a4917f', '34.221.160.111', 1671196643, '__ci_last_regenerate|i:1671196643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15cf475a3872c5a21844c441d09395a20eb6aac9', '190.148.87.182', 1679880797, '__ci_last_regenerate|i:1679880797;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679880787;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15d0bc036312b67362d2732d9b52e36811ef3785', '190.148.157.206', 1656553353, '__ci_last_regenerate|i:1656553337;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656550865\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656553342;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15d3ba2b244b5e4ca9e5a669d91dc2df445d80dc', '190.56.32.162', 1686413239, '__ci_last_regenerate|i:1686413239;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686413222;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15d53a72a606a7d8d1f36aeda31b7453b9bdaa97', '190.148.157.80', 1669684072, '__ci_last_regenerate|i:1669684055;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669684068;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15d540687b289055aa426c17818e74fac3601e90', '190.148.252.183', 1681735146, '__ci_last_regenerate|i:1681735146;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681735129;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15d6bf438aeaaec751d945fee1c9d4fcffb66298', '51.222.253.6', 1686302021, '__ci_last_regenerate|i:1686302021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15daae32822323e8e32408add61901c987fafefe', '52.39.60.43', 1670506106, '__ci_last_regenerate|i:1670506105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15db6fb6feea22a9fb6539c90c448255d8fd505d', '190.148.252.161', 1670002549, '__ci_last_regenerate|i:1670002549;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669907507\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670001645;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15dbe04a35e46734992d18a24cda8303cc9f1914', '17.121.114.168', 1655136715, '__ci_last_regenerate|i:1655136715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15dd302b252bba68eddabc131177455e68a68d1e', '200.119.173.133', 1661034051, '__ci_last_regenerate|i:1661034004;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661021250\";last_ip|s:15:\"200.119.173.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661034050;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ddee2fdc94fba9018c4b8342b94728217a575b', '190.148.252.197', 1665534470, '__ci_last_regenerate|i:1665534470;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665534461;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15e2acab6a236886192f0a313d832685ae693e40', '17.121.112.249', 1651254174, '__ci_last_regenerate|i:1651254174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15e6caa2629038243b9191676dbafee82cb53f12', '185.181.60.12', 1661033503, '__ci_last_regenerate|i:1661033503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15e6de2a8372602933b07aa8cb54cb1f1ffd0efa', '114.119.158.83', 1685258496, '__ci_last_regenerate|i:1685258475;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15e8d93a976c1ba40857e7adc31da1195ea962a5', '114.119.149.1', 1688172388, '__ci_last_regenerate|i:1688172388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15e9ddbfd6ee4a23f39aad1833a761ebdcbab957', '190.148.252.236', 1656081433, '__ci_last_regenerate|i:1656081433;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655994097\";last_ip|s:13:\"190.148.87.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"38v2oKTXyWwjIp4nDE7e\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15eac52ee6a8ff5a1689c710bf8d60c34b75d811', '157.55.39.144', 1666298821, '__ci_last_regenerate|i:1666298821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ead055da44e4479cc689ac0b37b11fb2387c20', '52.167.144.76', 1682181383, '__ci_last_regenerate|i:1682181383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15eada8e9c879126177a9f9178d935af5a6d9b87', '51.255.62.1', 1657370146, '__ci_last_regenerate|i:1657370146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ed265d7f75804d5da6cfd11656411cf7113b8a', '207.46.13.12', 1675324893, '__ci_last_regenerate|i:1675324893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15edd923bac5ad3876c353988908200c242d6d72', '40.77.167.13', 1672124184, '__ci_last_regenerate|i:1672124184;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15edf54503e04da9574a8a2b74a0b32e0f4461b7', '190.56.55.48', 1687393701, '__ci_last_regenerate|i:1687393701;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687393693;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ee5d2fc4854e2a1074a81a44adf178e03f37de', '51.222.253.2', 1658480449, '__ci_last_regenerate|i:1658480449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ef5882b15a994b9536131becacf1b850a292d4', '157.55.39.65', 1661892007, '__ci_last_regenerate|i:1661892007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ef624da72ab90beacae21cdf789809756e031b', '114.119.142.14', 1686602271, '__ci_last_regenerate|i:1686602271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15f15af5117f6f0d98e1623ad09a7eef448fdc75', '51.195.90.229', 1650841018, '__ci_last_regenerate|i:1650841017;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15f3d3a5ca3f922ad40f977c93e4f52c2bf69802', '190.56.173.213', 1683407251, '__ci_last_regenerate|i:1683407251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683407145;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15f7d1791ffcb52bb2399997d15c73ec08b3ef46', '200.119.173.130', 1675990016, '__ci_last_regenerate|i:1675990016;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675989918;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15f912babbdf95a391fd43249babc783bd8b68c9', '40.77.167.49', 1665219526, '__ci_last_regenerate|i:1665219526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15fac4ead63815a2fa8ed69804960c05dddacab5', '190.56.32.35', 1671842846, '__ci_last_regenerate|i:1671842846;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671842770;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15fc3a51d9af1fcca0f13473e62d8aac56ad94e4', '157.55.39.173', 1670256001, '__ci_last_regenerate|i:1670256001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1601f538407c9945948dfc839627fad0a32c5474', '157.55.39.130', 1659044230, '__ci_last_regenerate|i:1659044230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1607468edaf11ed3e53350f8b1a204d610aa740e', '17.121.114.183', 1658450037, '__ci_last_regenerate|i:1658450037;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16079142be0e8123677ca49d3e945ace923b567f', '52.167.144.98', 1684132425, '__ci_last_regenerate|i:1684132425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16089c567ed853941f35f18cb764e33297b1e4ae', '190.148.157.173', 1652733029, '__ci_last_regenerate|i:1652732904;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652716576\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652733029;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1608c601e046811cd290d8028fab2850f76f8877', '40.77.167.184', 1688108715, '__ci_last_regenerate|i:1688108715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1608d37e9e62eb3a96556bc828900ae372011b36', '40.77.167.123', 1683741401, '__ci_last_regenerate|i:1683741401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1609a0fbaeb59e13eaee5e440a16592950c3722b', '40.77.167.37', 1669710954, '__ci_last_regenerate|i:1669710954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('160af25dbf58d1c407a5544043acb1f26e9bbc89', '190.56.50.253', 1682712375, '__ci_last_regenerate|i:1682712375;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682712367;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('160b53697388be7bf2898df400d5e4efc4d4d368', '207.46.13.175', 1672942764, '__ci_last_regenerate|i:1672942764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('160e64f969b502df077360ad902c46e521695c8a', '54.36.149.41', 1681047119, '__ci_last_regenerate|i:1681047119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('160f044546c97e2d3d0af08fa30cbbdc4efad02f', '114.119.154.229', 1685436904, '__ci_last_regenerate|i:1685436904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16114960b80c1a6f7138b085805ca69909e692c0', '207.46.13.205', 1671783518, '__ci_last_regenerate|i:1671783518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1611b07a117198d837a0e634c730b97c4188bb16', '190.148.157.183', 1680384045, '__ci_last_regenerate|i:1680384045;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680384038;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16123ab42e4fccd04e9df1646642a35d51a216ac', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16133b807452616e05f5940ed45528eeb20e3640', '52.25.14.75', 1661779774, '__ci_last_regenerate|i:1661779774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16136ac7089058d052ae37a5c1d9b986515a8e62', '190.56.55.113', 1673448927, '__ci_last_regenerate|i:1673448927;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673448275;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1616060472d96114d11b2ef7bf4495bf8442fb41', '37.120.147.90', 1652890675, '__ci_last_regenerate|i:1652890657;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1616666f0fbf3171a535eebcae62b924f97baf1b', '114.119.159.135', 1685457369, '__ci_last_regenerate|i:1685457369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16181c8e847187384757b3061e54fb6135117ea1', '66.249.64.18', 1674660065, '__ci_last_regenerate|i:1674660065;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('161b0552308d9daf65dd07fb5f78eac34a0ba829', '190.148.252.85', 1666216233, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666216233;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666216224;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('161c66078591dc20bc9a9359b2d15442d7b5913b', '190.148.87.96', 1678371416, '__ci_last_regenerate|i:1678371416;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678367959;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('161cec956fe609c226b669105c6692e267d64460', '190.148.87.96', 1678485503, '__ci_last_regenerate|i:1678485503;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678485241;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('162273f4953067f148e4c9b3956173a32cae0c62', '52.167.144.82', 1687419146, '__ci_last_regenerate|i:1687419146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1622871bd587ee2a5307d41affb3dc89ae32a186', '40.77.167.178', 1676897433, '__ci_last_regenerate|i:1676897431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16269acab1765813b081e864739bc215586dd6ae', '40.77.167.175', 1679987546, '__ci_last_regenerate|i:1679987546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1626adc00d4eb219f51811d5fdc6dd51f998ac45', '20.37.12.186', 1651411885, '__ci_last_regenerate|i:1651411881;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('162767f0821cf8413de366c9665f9edca981b6b7', '40.77.167.182', 1683465912, '__ci_last_regenerate|i:1683465912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('162802f507d16d34079dbe6f3586da049ff02737', '40.77.167.106', 1687159827, '__ci_last_regenerate|i:1687159827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('162876f3070d4bb79101bf002d3c82e3a890b56d', '190.148.158.145', 1680991317, '__ci_last_regenerate|i:1680991317;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1628edc1147b098a677952f8fc943159b1f93253', '114.119.148.198', 1687911724, '__ci_last_regenerate|i:1687911724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('162a7468921c31ffb5e49ce4b5b7268d8c555652', '40.77.167.184', 1688520180, '__ci_last_regenerate|i:1688520180;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('162c20da981ec0daccb1c8302786d08cd1f5a049', '35.92.91.178', 1668346067, '__ci_last_regenerate|i:1668346067;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('162f344db197fb1cd94cbe3af37ad19e783fcc13', '18.237.231.215', 1669469273, '__ci_last_regenerate|i:1669469273;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16300e412a98ca7a3d81bf78d8a5fa3b8bad0c4c', '52.167.144.98', 1685512993, '__ci_last_regenerate|i:1685512992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16326c3a6d59441a4be851ed203a9ab0af38bdaa', '52.167.144.164', 1685546725, '__ci_last_regenerate|i:1685546725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16336ef254d985dcdc5522a4c2cea652dba256b4', '51.222.253.3', 1669423567, '__ci_last_regenerate|i:1669423567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('163517c251a5d44e699fad1e93415da6299a915b', '17.121.113.174', 1660119509, '__ci_last_regenerate|i:1660119509;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16369a2cae45d2b51f478744f20a2e179bb256ad', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1637f92276d9a51316af8b9ebcafd08d3f34c44d', '51.222.253.6', 1685959447, '__ci_last_regenerate|i:1685959447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1638258843fdaf5dee79e35154c73c39fc353386', '51.222.253.16', 1667367600, '__ci_last_regenerate|i:1667367600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('163aaa4030457f9cb064cf35b3d14d831e602afe', '40.77.167.100', 1671848598, '__ci_last_regenerate|i:1671848598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('163d5f40ab54ac333b3d4904bf9c569312b70343', '52.167.144.98', 1684132475, '__ci_last_regenerate|i:1684132475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('163d696e425c5d3a1e45bee763d373b312befe52', '40.77.167.192', 1688395867, '__ci_last_regenerate|i:1688395867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16401f147872ccf71c0fa3567335808a187a06d3', '17.241.75.90', 1676900626, '__ci_last_regenerate|i:1676900626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1641bc4c647a58fedf30a3509f8189206f333772', '114.119.140.115', 1687320703, '__ci_last_regenerate|i:1687320703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1641c5326ad18a43627324a78495849327bc8551', '51.222.253.6', 1651789259, '__ci_last_regenerate|i:1651789259;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('164200d33960c53463eba5ae22b62080beba431e', '5.188.62.21', 1659472496, '__ci_last_regenerate|i:1659472491;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16430da1021e59b826b7c9f8fde64607dba66858', '52.167.144.69', 1675918857, '__ci_last_regenerate|i:1675918857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1644b7b014195b1e11879c4d5ff856a4807c8187', '114.119.137.43', 1685354967, '__ci_last_regenerate|i:1685354967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1646b46cc6e1178b348f45561f8d9452d0f3b76c', '207.46.13.154', 1670166883, '__ci_last_regenerate|i:1670166883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('164aa47a03b76b27b2010bbd1c4318cba1fc9abe', '52.167.144.171', 1685546734, '__ci_last_regenerate|i:1685546734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('164d32f81523a887519b9802833e2940042159a2', '190.148.252.96', 1673281262, '__ci_last_regenerate|i:1673281262;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673280840;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1650a25501124eafe12acc867c9bf075fdd7fb87', '51.222.253.12', 1687967812, '__ci_last_regenerate|i:1687967811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('165182a3741e8095eddf9c4605db0e6c061fd6f5', '51.222.253.18', 1672011606, '__ci_last_regenerate|i:1672011606;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16528d8caa129d517433b8cae43d9060461e20c2', '190.148.158.151', 1677419047, '__ci_last_regenerate|i:1677419047;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677419044;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1653a60731149c06dd7be22c941da4a012426d79', '190.56.54.129', 1653430871, '__ci_last_regenerate|i:1653430871;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653409139\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653430868;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1654bdcfabe0e4d7d8d1f1f4636be4639675638a', '157.55.39.108', 1671774355, '__ci_last_regenerate|i:1671774355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('165577ad2941627e23cf4f95bad59ac31edb21af', '114.119.134.95', 1688012106, '__ci_last_regenerate|i:1688012106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16561881144ec77c6601e8a747f3c48a9fff5905', '51.222.253.5', 1662655728, '__ci_last_regenerate|i:1662655728;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1656c95a7aac35b7f33e88dbe1adfe4b5dff815e', '114.119.137.237', 1685102128, '__ci_last_regenerate|i:1685102128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16573bce3827ceb32f84fb8a4246c18eab083d11', '54.214.67.162', 1686870621, '__ci_last_regenerate|i:1686870621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1658c5f2d146db2a980e9f814ec8fbd10d5ca90d', '58.17.6.9', 1655921424, '__ci_last_regenerate|i:1655921424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1658f3fff67609640e56fdb29cb61f7f7efeebe6', '190.148.252.88', 1670775607, '__ci_last_regenerate|i:1670775607;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670775599;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('165adf4dcfa752848574be23b22a63176d7724e7', '114.119.131.234', 1685587510, '__ci_last_regenerate|i:1685587510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('165b8799ab03b470246fdc82da1d9635b0109756', '114.119.138.48', 1687141798, '__ci_last_regenerate|i:1687141798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('165c473c53cda2b9c9ab7914d9b34ccb19e47537', '200.119.168.250', 1680659194, '__ci_last_regenerate|i:1680659194;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680658972;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('165c7985b0a786ec64b0a3d4d4f7785c7e5ccf09', '40.77.167.147', 1680961521, '__ci_last_regenerate|i:1680961521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('166091f903ea7b9fc9b95893e50052241e7a1942', '40.77.167.178', 1676895605, '__ci_last_regenerate|i:1676895605;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1660e51584295778ad27381a5e03f2c6ae316c9f', '51.222.253.17', 1653846239, '__ci_last_regenerate|i:1653846239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16612a5172828af3d8fbda82b2036ac76a28147c', '51.222.253.15', 1669271057, '__ci_last_regenerate|i:1669271057;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('166411aac7741afa857c22be70379e43ba4a34bd', '207.46.13.206', 1678256102, '__ci_last_regenerate|i:1678256102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1664eb57850a7b8a0fe5ababfd61261f66d073a6', '17.121.113.69', 1662177983, '__ci_last_regenerate|i:1662177983;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16667070bf81dfd8c78cd959e503ec032e1d2766', '17.121.114.50', 1654180407, '__ci_last_regenerate|i:1654180407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1666eb885fa499475d6f639b40868a6aa01af477', '190.148.252.55', 1675734832, '__ci_last_regenerate|i:1675734595;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675734830;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1666fa1ec3dfa2d0fa78cd8843984a78d2544897', '190.148.87.96', 1678384506, '__ci_last_regenerate|i:1678384506;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678383266;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('166852e5c89b6d557f37b04d605ae605e715e9b0', '40.77.167.27', 1658980717, '__ci_last_regenerate|i:1658980708;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1669801107429faa66fbe922638824bceda895d8', '159.223.78.207', 1653616185, '__ci_last_regenerate|i:1653616182;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('166a39bd82e5eb1310b061814c17d8d130a844a1', '200.119.174.9', 1674412101, '__ci_last_regenerate|i:1674412101;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674412085;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('166abe03730a2b93e71f2c94f99b1bd3b1f78320', '190.148.252.178', 1657401343, '__ci_last_regenerate|i:1657401343;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657376129\";last_ip|s:15:\"190.148.252.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657399569;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('166b317b2f1c6f62b19e1ef472aa03a959a39ece', '169.150.196.10', 1655600225, '__ci_last_regenerate|i:1655600225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1670053c4c3a46474b0da830fe5283620bcc8436', '114.119.135.64', 1687125924, '__ci_last_regenerate|i:1687125924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('167578c2e4b338854f9b2ae916cac9e5814550c0', '114.119.129.237', 1685332909, '__ci_last_regenerate|i:1685332909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16759669b3dc1da066c98422e2183c2ca0822ea5', '190.148.158.175', 1672266876, '__ci_last_regenerate|i:1672266876;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672266804;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1675b60c493569cdbe80540febcca8f389ffbd24', '207.46.13.217', 1684054636, '__ci_last_regenerate|i:1684054636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1675f3bcedca3d53a2fbed290fec1ca1ecd68a59', '200.119.172.126', 1652827592, '__ci_last_regenerate|i:1652827592;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652812246\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"9zQ6sEKB1ulg2kwOn7Cq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1679d9d0eb6c1bbcfe6e8c9e65dd630ea7816f0f', '52.167.144.76', 1682145116, '__ci_last_regenerate|i:1682145116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('167aa9d9f73325749da6de29e48301a8ef90fc7b', '54.36.149.9', 1658636511, '__ci_last_regenerate|i:1658636511;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('167c6968a43a1f3e14988e5ff9013f950c8962aa', '157.55.39.173', 1669794937, '__ci_last_regenerate|i:1669794937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('167eafb88cb8ec198057f1618b3aaf5a9513ff66', '190.56.32.37', 1670454323, '__ci_last_regenerate|i:1670454323;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670454252;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('167ef97f4d7c78941e6940a9a7d92946604556b9', '114.119.150.140', 1688106319, '__ci_last_regenerate|i:1688106319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('167f0824121ad71f3141bc3933ce98bfec575f41', '130.245.169.247', 1657277740, '__ci_last_regenerate|i:1657277738;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16816c3c1f017a8def48199073b51e2061cc6e78', '190.148.252.161', 1670006842, '__ci_last_regenerate|i:1670006842;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669989297\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670006416;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16825a171712d435b08f9d427a560bfc5b01276d', '190.148.252.88', 1670892439, '__ci_last_regenerate|i:1670892439;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670892427;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1683394e4ee35246a79fcc91e0fe87ffc749357d', '52.167.144.162', 1686177907, '__ci_last_regenerate|i:1686177907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1683d6e2c6dbd2f58b0018cbbea22a527ee8a69b', '50.21.188.52', 1663642579, '__ci_last_regenerate|i:1663642579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1683fb2262e9aae2f9be9e59502d66f21c05539b', '149.56.150.118', 1658780075, '__ci_last_regenerate|i:1658780075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('168416d71db151549c95502507c1c5100f0de332', '190.56.51.158', 1655669740, '__ci_last_regenerate|i:1655669627;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655662461\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655669627;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('168431a6b7a8ff39484d5bc05b8f0e3b9cd71b3d', '190.148.252.223', 1659059549, '__ci_last_regenerate|i:1659059549;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659041761\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659059529;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16847f561f002dd75fa44de0c04767dbfc2e68e5', '52.167.144.23', 1687306474, '__ci_last_regenerate|i:1687306474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16869bd67bdef4f4bb3979c884be8c07d34fcbca', '190.56.55.48', 1687479531, '__ci_last_regenerate|i:1687479531;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687479528;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16881bd407ed52e7d97892117ed7559de0e37215', '52.167.144.98', 1685629937, '__ci_last_regenerate|i:1685629937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16891c4e96c4536447dbcde7ba596d0a4abf78ba', '54.36.148.94', 1670560524, '__ci_last_regenerate|i:1670560524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('168bea130838fe042cf2be710ef1e664d237cdb9', '74.208.2.188', 1672815808, '__ci_last_regenerate|i:1672815808;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('168c4928403ae25cbe4d68780b70245c15869711', '157.55.39.80', 1670750335, '__ci_last_regenerate|i:1670750335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('168df3daec0f26a3b3db990dc92f9156ef53f2c6', '66.249.66.42', 1682875721, '__ci_last_regenerate|i:1682875721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('168f11b97359d19e5eb8948d6061d1aaea53dab6', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16904a48311c5bea4462143f4dabcc3abe28fec7', '114.119.138.117', 1688361780, '__ci_last_regenerate|i:1688361780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('169082c0c94dd0fb6b57caa45f6db6753d6ba77a', '157.55.39.51', 1669794972, '__ci_last_regenerate|i:1669794972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('169107da66c2ec4b97d426333765e8108a10d562', '51.222.253.17', 1675089046, '__ci_last_regenerate|i:1675089046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16914f314871c442e66edbbaf60640a7f7a6b096', '130.245.169.70', 1657360544, '__ci_last_regenerate|i:1657360543;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1694906cc8950fb9d71191daa255fe10307f793f', '207.46.13.84', 1675150311, '__ci_last_regenerate|i:1675150310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1694effde58ae92d12e6e40b7c70087346746748', '40.77.167.191', 1681886844, '__ci_last_regenerate|i:1681886843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16969f84ae45050bc5131efccea3a1bf2dc4f64e', '114.119.135.237', 1687658448, '__ci_last_regenerate|i:1687658448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16973286a4959b43cba7fc08094555018f9a5333', '40.77.167.146', 1687689771, '__ci_last_regenerate|i:1687689771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16989f5af7b8cd674fb0248fbc133ded552ff737', '52.167.144.70', 1688472080, '__ci_last_regenerate|i:1688472080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('169aa64fb26d996d1137fcaca45874eea419e355', '190.148.252.96', 1673274330, '__ci_last_regenerate|i:1673274330;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673274268;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('169d45080ae2a236833980289f6e7a3da8dfd29e', '51.222.253.3', 1668913237, '__ci_last_regenerate|i:1668913237;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('169e0aa2d26d3c0c5b713bf094ece8485a0e2077', '40.77.167.191', 1681663308, '__ci_last_regenerate|i:1681663308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('169f774f02bee19afe30a5937b87fa84b59eda5e', '52.167.144.164', 1686312926, '__ci_last_regenerate|i:1686312926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('169f801c3e6eddd60174aff3a719d737358c0680', '157.55.39.208', 1677988888, '__ci_last_regenerate|i:1677988888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16a3a716ff9156aded48af7c3d6b016dc6167817', '200.119.169.175', 1669812320, '__ci_last_regenerate|i:1669812320;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669812193;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16a42ffb2c4d60d93f25c877a3faec149ec8f81b', '114.119.130.110', 1686849831, '__ci_last_regenerate|i:1686849831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16a52dbe9e01eb6fe8e14f9598173ef6a41fee5d', '40.77.167.85', 1684306867, '__ci_last_regenerate|i:1684306867;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16a55814ae3a7b4e3415aa53d2d1f17cac2288bf', '114.119.153.131', 1688124423, '__ci_last_regenerate|i:1688124423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16a65de11e67a715b81ec445276d4497ef1beb73', '17.241.227.197', 1674545047, '__ci_last_regenerate|i:1674545047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16a716400044f9b0683c71f2de09db72253dd3bc', '17.121.115.99', 1663109149, '__ci_last_regenerate|i:1663109149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16aa18f851a03aad48ef6ed20cd59e16ec4e70f0', '52.167.144.164', 1685049039, '__ci_last_regenerate|i:1685049039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16aa5da6762d164ac63c48314fab9aa0d2f45e5f', '52.167.144.171', 1685511470, '__ci_last_regenerate|i:1685511470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16aa9f459fbc860ac6e7c5d0675c5673d877c05f', '52.167.144.70', 1688445252, '__ci_last_regenerate|i:1688445252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ab419eafc44ac5f376746f83874b90326fa144', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277752;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ac02b2475bf2bb5e6d6974fb6e7e7dcc176c48', '175.196.127.111', 1650791350, '__ci_last_regenerate|i:1650791350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ac211675916f0000fd2a270ce079dd30e24da8', '52.167.144.98', 1685715207, '__ci_last_regenerate|i:1685715207;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ac7676065abfa4c24b173858673f5a443f0e96', '190.148.252.67', 1688521005, '__ci_last_regenerate|i:1688521005;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688520941;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16add02cce78705e8c284e814e210dc667fbdf15', '157.55.39.79', 1669577780, '__ci_last_regenerate|i:1669577780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ae7c885cf4245a0595af79a4cf15c40610e71a', '35.193.228.117', 1666451199, '__ci_last_regenerate|i:1666451199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16aea90f2c8c52ac91410c54382b443ca8c480c0', '17.121.114.132', 1661940215, '__ci_last_regenerate|i:1661940215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16af1564b1bb6719ca2ab6763b6bfec020af2fbc', '192.71.3.26', 1660121405, '__ci_last_regenerate|i:1660121405;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b04d092251271158343755c09070c816fd5757', '190.148.157.177', 1681953389, '__ci_last_regenerate|i:1681953389;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681953346;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b07c8c8cce6d24e2f2afe46e093a238cc0ff53', '40.77.167.123', 1683656813, '__ci_last_regenerate|i:1683656813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b0a818ac2d8f80b9a5445aecd983c36571c83d', '190.148.252.233', 1669074989, '__ci_last_regenerate|i:1669074989;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669073296\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669074935;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b273e9646cd3bb4b182a4b8dab3d4bde20d683', '190.148.157.80', 1669670836, '__ci_last_regenerate|i:1669670836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669670006;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b385ba93f789e61883b4bc4670a1d45222c2ab', '190.56.54.156', 1665157842, '__ci_last_regenerate|i:1665157842;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665154983\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b47f0d8e9e2e19b2b645d4cd6fdd58898572b7', '200.119.173.212', 1667932661, '__ci_last_regenerate|i:1667932661;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b6cc08f484365a84631381d7c3edfa46556bff', '174.138.19.175', 1651624318, '__ci_last_regenerate|i:1651624313;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b6d563c38cec822a48ca4139890c618669d99b', '114.119.146.179', 1685492607, '__ci_last_regenerate|i:1685492607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b9146c1cb016628acb6eda0732b17140db4e1f', '207.46.13.41', 1666596676, '__ci_last_regenerate|i:1666596676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16b92e3068ba2611a461d2812ddf7c302cd708aa', '52.167.144.98', 1685951114, '__ci_last_regenerate|i:1685951114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16bd3edc33e96a86159c9ed66744fce26209036f', '130.245.169.70', 1657360543, '__ci_last_regenerate|i:1657360542;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16bdea65acfb4723729febc92b4d4c39b5c64d8b', '51.222.253.13', 1676209608, '__ci_last_regenerate|i:1676209608;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16be44c3c74cf701e001711d3c3e4487d37a79b6', '190.148.157.183', 1680530711, '__ci_last_regenerate|i:1680530711;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680530596;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16be9aea2529f7ca8ee4f82b5c73b9573a918dbd', '114.119.139.202', 1685532535, '__ci_last_regenerate|i:1685532535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c0a60d4052138843dd21f2e3e5b02d496969e8', '40.77.167.123', 1683648160, '__ci_last_regenerate|i:1683648160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c1fcfee9b51e8ff481d74b8029c1888a8603d5', '54.36.148.177', 1657057600, '__ci_last_regenerate|i:1657057600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c4715a0569f81b37024e74fd2c5a9ef41d6e16', '66.249.79.194', 1687101264, '__ci_last_regenerate|i:1687101264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c4b8989ea996162f675dbd1d6ca5e9486b47a0', '207.46.13.10', 1672812026, '__ci_last_regenerate|i:1672812025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c4f29147131797b521ab4cafe4371322d0f5f5', '190.148.158.175', 1672668535, '__ci_last_regenerate|i:1672668535;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672668535;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c618eb3d97ee3ff4c43ffb313c5e5aa97ce6e9', '157.55.39.79', 1669419420, '__ci_last_regenerate|i:1669419420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c67fd87fe515154f32aed32218c9aefc0524eb', '200.119.172.96', 1675474565, '__ci_last_regenerate|i:1675474565;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675474559;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c6a4b47b54c1f6b010de4376075bed75e1a76c', '190.148.158.75', 1663332657, '__ci_last_regenerate|i:1663332657;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663246907\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663332307;register_id|s:3:\"106\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-15 08:21:24\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c716358f75f8aa6b51a0af8876530a81642bbf', '114.119.131.192', 1688090858, '__ci_last_regenerate|i:1688090858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c82ee8f649a0c0175e4225a08d3eaa7e12d104', '190.56.55.113', 1673704530, '__ci_last_regenerate|i:1673704530;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673704522;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16caea4e44e7ccccc2afabe2028eeeb3957c1edf', '190.56.50.253', 1682532120, '__ci_last_regenerate|i:1682532120;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682532103;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16cec029d388c868c89bc38d0613c87a7c413339', '40.77.167.192', 1681369317, '__ci_last_regenerate|i:1681369317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16cf6ff9666576e52d37f57d4511dfaa75dd1a00', '5.188.62.76', 1659563216, '__ci_last_regenerate|i:1659563216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16cfa19f8c1fde587bb94453fc6e8d8a5cc28986', '66.249.79.199', 1680464131, '__ci_last_regenerate|i:1680464131;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16cfcff0bd1a38648840adf7c6f04aa0f38d242b', '190.56.54.77', 1666296393, '__ci_last_regenerate|i:1666296393;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666296382;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16d20ea2bc02fd4b47374ab3c0523f6f4343e50e', '190.148.157.98', 1679242892, '__ci_last_regenerate|i:1679242892;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679242881;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16d4b3baa234248cf4c3cf677a4d3294dc5bb545', '17.121.115.251', 1659934729, '__ci_last_regenerate|i:1659934729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16d52750a31b95e66027a6d895c1adb1e2aad416', '190.148.157.53', 1683666316, '__ci_last_regenerate|i:1683666316;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683643022\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"DL9Sp7wCMauk2KfURsBg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16d5d3caeca1459e6af3f38cf189d01ce4b7d425', '200.119.168.250', 1680743749, '__ci_last_regenerate|i:1680743749;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680743572;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16d66386c1702cfe2159fa27662be6c3030ff198', '207.46.13.205', 1671347494, '__ci_last_regenerate|i:1671347494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16d7e8f933ec4dec131d0bd0f88e813766896faf', '52.167.144.154', 1688036999, '__ci_last_regenerate|i:1688036998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16dac0fa708df1a3d62a8213abc9c99c1cbbabec', '51.222.253.3', 1665040847, '__ci_last_regenerate|i:1665040847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16dc4ccdeda7f45e83e520534acfb155013b4156', '17.121.115.145', 1662445756, '__ci_last_regenerate|i:1662445756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16dc601fe665353fb94dc05cbc81dcf9aadbf3d1', '190.56.173.213', 1683153826, '__ci_last_regenerate|i:1683153826;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683146655\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"kyVUWHxmJTEgibGdFq34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16dca7cc3832b4ad7eab16a73de04357dc122293', '40.77.167.147', 1680868069, '__ci_last_regenerate|i:1680868069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e00172756560d98d2da424b06389d48e485ce4', '190.148.252.183', 1681512107, '__ci_last_regenerate|i:1681512107;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681483862\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"OS0VcQ9ayYvCMzomUGbN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e07fedfc790ec9b7e37a2fd8bdba958bf937e9', '74.125.215.160', 1687530074, '__ci_last_regenerate|i:1687530074;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e0ff1cf977979161fb12c3b4da03487d14e8f2', '111.13.63.78', 1651072917, '__ci_last_regenerate|i:1651072917;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e294e70cbed05f4075b574446d52bc80c941b8', '54.37.233.116', 1650851695, '__ci_last_regenerate|i:1650851695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e45635e2619646ab2329b4771deb17a6670633', '40.77.167.192', 1688406014, '__ci_last_regenerate|i:1688406013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e4b28f35ea44985a90633dd8b763086e89b27e', '157.55.39.51', 1668935051, '__ci_last_regenerate|i:1668935051;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e6687bfce649c1140971612b034c3acd1eaf7a', '207.46.13.11', 1669677316, '__ci_last_regenerate|i:1669677316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e6867a5cfe330844850d3340fffef567a17c6d', '207.46.13.113', 1675639284, '__ci_last_regenerate|i:1675639284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e69160c8dd48cffddda3d84b048f48f102d670', '17.121.115.214', 1658695763, '__ci_last_regenerate|i:1658695763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e6bdc80ff3e9160ce777071ef24dfa504d397b', '52.167.144.61', 1688060361, '__ci_last_regenerate|i:1688060361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e998311c903c50db377752f33616f036bf3255', '200.119.174.30', 1667505028, '__ci_last_regenerate|i:1667505028;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667504906;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16eb844b8d3d4846a5be02eb916f5a7a9c6f953d', '200.119.168.250', 1681069414, '__ci_last_regenerate|i:1681069414;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681068170;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ec2d2815ff97e18aa6becb4a42378d04dc6065', '51.222.253.17', 1652381840, '__ci_last_regenerate|i:1652381840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ec436242c8178bf0163b9f1d42dc3539aaf153', '52.167.144.76', 1681663292, '__ci_last_regenerate|i:1681663292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f10df4c8f606e3fe923b83bf8a2225d703e303', '93.159.230.83', 1654864630, '__ci_last_regenerate|i:1654864630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f2a6989c5830f89ef41dbb863c6546c1dc64cd', '190.56.54.156', 1665097453, '__ci_last_regenerate|i:1665097453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f2aacfe286df4256b11b16252ef9a9430608cb', '40.77.167.13', 1674539166, '__ci_last_regenerate|i:1674539166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f319efe924aad1130bfeaee1c936aad4e354f6', '52.167.144.98', 1684248142, '__ci_last_regenerate|i:1684248142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f3f6474abe3748c23e2069264e3493ea6a302b', '40.77.167.123', 1683915115, '__ci_last_regenerate|i:1683915114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f406ed236ee4fdfc3144932d4effa9c834edc9', '54.36.148.214', 1676030523, '__ci_last_regenerate|i:1676030523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f42aa3f7896b1e423ce20687c46093af93c762', '190.148.157.177', 1682357218, '__ci_last_regenerate|i:1682357218;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682110649\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"RsehCFA9X20tJc8fMpIP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f565fa6fb378972dfe73b5b4c6a4471b5b811e', '3.111.41.2', 1670738475, '__ci_last_regenerate|i:1670738474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16f88280201fda916d0ed275404ab4d1226a01d2', '114.119.158.13', 1688141124, '__ci_last_regenerate|i:1688141124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16fada84fe2bac4bd5080b29f2e6d65e87357129', '52.167.144.164', 1686652323, '__ci_last_regenerate|i:1686652323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16fd95b37fd95f9514fcceee182984ef6d8530bd', '40.77.167.184', 1687148487, '__ci_last_regenerate|i:1687148487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16fdb91b8818fe89e9e2aa98a8cc5efc3f3fefd9', '200.119.170.168', 1670708061, '__ci_last_regenerate|i:1670708061;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670706834;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ff267bc9578ea4a231593755a64465cf0293cb', '130.245.169.139', 1657878947, '__ci_last_regenerate|i:1657878947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17003bc6f86abe258274850b2d6180280571978d', '200.119.170.168', 1670676251, '__ci_last_regenerate|i:1670676251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670676192;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('170097d00f9273ebe0e49c10df24ee855d5b6052', '52.167.144.63', 1686912209, '__ci_last_regenerate|i:1686912209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1700d1a87f3aaa9df309fe49836cc15b979cbd34', '190.148.252.151', 1671292401, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1701c0cbc99cd8e6c280f3ab7d90283aa471aec2', '190.148.158.151', 1676995845, '__ci_last_regenerate|i:1676995845;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676995321;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1702e8232a08710d89522be587e3479d900c0600', '200.119.169.82', 1656431669, '__ci_last_regenerate|i:1656431669;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656381927\";last_ip|s:15:\"200.119.170.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656426355;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1703536798fea8174ee60379e5318098daad3367', '40.77.167.43', 1659100140, '__ci_last_regenerate|i:1659100140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17046a6168b5d943bcb0cb01d877be451ee0e0da', '190.148.158.75', 1663108813, '__ci_last_regenerate|i:1663108745;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663005228\";last_ip|s:14:\"200.119.173.87\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"2GFHWkSIdmlQbLYtMUqw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('170527c8940261e18d63dbf79ca59bfbb8a10c4e', '190.148.252.183', 1681596389, '__ci_last_regenerate|i:1681596389;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681596384;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17076b2bf803425b24f0ca58c26c81ec67f54c4b', '40.77.167.114', 1678716418, '__ci_last_regenerate|i:1678716418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('170947352cfa65a0de06d626891c04b1475c50dd', '167.248.133.47', 1659211435, '__ci_last_regenerate|i:1659211435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('170b5fb9326ac2afcb5e7373e67e5646b148b675', '52.167.144.42', 1679258366, '__ci_last_regenerate|i:1679258366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('170e17d47e16862db03363be572144f5f576dd31', '40.77.167.57', 1671096419, '__ci_last_regenerate|i:1671096419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('170f5f5c0816868795767bde0bc94bc9121bcce2', '40.77.167.63', 1672246872, '__ci_last_regenerate|i:1672246872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('171065327d8a2233cb03bfc789ed013420395c31', '190.148.252.85', 1666225487, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666225487;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666225129;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1710fc397358105b4cca614d36a411b59cccc6ba', '190.56.50.6', 1686928638, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686928638;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686927506;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17118f512bf6b546a3e1f6ef43d769fdbebbfec7', '114.119.155.118', 1684184449, '__ci_last_regenerate|i:1684184449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1711c57b55c53d10eff4c0a270a76e343fd3f95c', '190.56.50.15', 1667065081, '__ci_last_regenerate|i:1667065081;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667065060;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17144b661eb1905d774004580396250bc5b2f66c', '207.46.13.41', 1671234181, '__ci_last_regenerate|i:1671234181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1714c6fff53814f712164ea3d6145bc12ca067e9', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274139;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17158eec90f4ccdd888f6516c7e559fe4904bec7', '190.56.54.156', 1665319443, '__ci_last_regenerate|i:1665319443;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665315343;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1718ff95a452179df7bd1626f8113aa594db5113', '190.148.87.182', 1679856380, '__ci_last_regenerate|i:1679856380;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679855821;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('171bcffd22c2a1af40ae5539157e9144d0d8d424', '190.148.252.182', 1663797718, '__ci_last_regenerate|i:1663797718;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663795545\";last_ip|s:15:\"190.148.157.203\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663797664;register_id|s:3:\"109\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-21 15:14:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('171bec61581ea724cbef9419380b18754e81be43', '54.36.148.245', 1657049948, '__ci_last_regenerate|i:1657049948;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('171f12ffe0a32a7b920ee8b84f67b7dc52b0af33', '157.55.39.128', 1673493525, '__ci_last_regenerate|i:1673493525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('171fde38c715fad0899f7baee1966a1469b91b84', '190.148.157.173', 1652479618, '__ci_last_regenerate|i:1652479618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172033e456f6d5507f4f559b8518c3798ecc25ca', '190.56.55.48', 1687568351, '__ci_last_regenerate|i:1687568351;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687568351;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1721838f187b0d86ff8c3622c7c8ef1042a412d5', '114.119.156.193', 1685728991, '__ci_last_regenerate|i:1685728991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17221120e9e827dec29f44f848e5f04ab5acd956', '66.249.74.102', 1686287883, '__ci_last_regenerate|i:1686287883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1724f94c74156c66cb82fd76b6263fd3da165e68', '207.46.13.209', 1685975697, '__ci_last_regenerate|i:1685975697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1728f312a2fa7d6cb6dd3dec1661ecbbebc147c4', '198.235.24.3', 1658889374, '__ci_last_regenerate|i:1658889374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172943a0a8849894529d5849713ba61ed9720002', '40.77.167.13', 1672215475, '__ci_last_regenerate|i:1672215475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172a1b9a24721371487c3ee392731eb92d0eb04d', '51.222.253.13', 1666105280, '__ci_last_regenerate|i:1666105280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172b77d47bc5b0db9f71221d39689e59a7bf529d', '52.167.144.171', 1685608933, '__ci_last_regenerate|i:1685608933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172b8c374f0eb75c07e41e3acbfa941aa70579a9', '52.167.144.164', 1685467852, '__ci_last_regenerate|i:1685467852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172c1456c0d60d72dfc19f3d48cd97f6bbbc3f91', '35.91.219.221', 1674555220, '__ci_last_regenerate|i:1674555220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172e86fa8bffa924b656fe761534edb94db9e0c0', '17.121.114.162', 1660707864, '__ci_last_regenerate|i:1660707864;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172f87606ac9f46d987d6e872ca02fe8e74228ff', '157.55.39.100', 1672390029, '__ci_last_regenerate|i:1672390029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17308df6f0257669ea45455cb70c029e0af01157', '52.167.144.164', 1686577777, '__ci_last_regenerate|i:1686577777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1732430c011c05375e20bd659bac8e1659314166', '157.55.39.28', 1667956306, '__ci_last_regenerate|i:1667956306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1732b65c70b0485a1b3a3a9792b20e896be750a6', '190.148.252.76', 1652806474, '__ci_last_regenerate|i:1652806474;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"wAevBtxqcdIJulVFUGkz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17340185e3079c00955c366a5588be4b8abec10c', '190.148.157.99', 1662555247, '__ci_last_regenerate|i:1662555247;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662498578\";last_ip|s:14:\"190.148.157.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662555216;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('173ec328ca12efe22d6b41d4db2b6d4a8abf290b', '40.77.167.49', 1667042189, '__ci_last_regenerate|i:1667042189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1740427f5a552f19aca7d120438e5f6ae0b1e1ba', '207.46.13.205', 1671234196, '__ci_last_regenerate|i:1671234196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17424f68c9f08a7af77688b53bfbb98548b542b6', '54.190.25.44', 1678110168, '__ci_last_regenerate|i:1678110168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1742695bae3a656583160c4ec94c1c9ded83d3bc', '157.55.39.112', 1666445744, '__ci_last_regenerate|i:1666445744;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17431c3e98697d5984a986cc28af863be9cdd5ab', '54.36.149.59', 1662730040, '__ci_last_regenerate|i:1662730040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17458f5b2a11ee7fbbef0c396e01c4004681adcb', '137.184.234.181', 1651250784, '__ci_last_regenerate|i:1651250783;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1746d32d1fbe2d5677dd7670610a7dc17c938886', '52.167.144.61', 1688058460, '__ci_last_regenerate|i:1688058459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17474f2b319534af4ab4c23ca9e9042e10959b0c', '114.119.141.80', 1684549140, '__ci_last_regenerate|i:1684549140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('174882019810ec2841be8d49084ab1a09614c283', '69.167.12.35', 1681555075, '__ci_last_regenerate|i:1681555075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('174cebcfc0bf7fe11fc8c3ce2e7ddcc134351191', '34.220.11.138', 1677677741, '__ci_last_regenerate|i:1677677741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('174d8f38cf4b851de0d71901a2a9cc2b0430bbc3', '54.36.148.144', 1688338084, '__ci_last_regenerate|i:1688338084;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('174ee02cab0d51c27e35d7c159215e9d9665935f', '193.235.141.60', 1682500747, '__ci_last_regenerate|i:1682500747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175073a47534c0521bf6436d9a26c361e8282904', '51.222.253.20', 1662722248, '__ci_last_regenerate|i:1662722248;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17541b3ec172004969197a5d1cfc0b60addea4e5', '190.56.32.174', 1676899767, '__ci_last_regenerate|i:1676899767;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676806358\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676899754;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175694e82a98b4607251abb4e2acb30ed268501b', '207.46.13.17', 1673654252, '__ci_last_regenerate|i:1673654252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1757d864ab959480d8f8766659d9d69445d40149', '207.46.13.10', 1672679171, '__ci_last_regenerate|i:1672679171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1758eefd459658495abbb939f141e4f0e647c29b', '207.46.13.160', 1673691870, '__ci_last_regenerate|i:1673691870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175a56e60a8338eff06b4d02f1258423b8f8583f', '52.167.144.98', 1686568284, '__ci_last_regenerate|i:1686568284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175cd32180005081e2f66655fba0e62bbb7e1022', '200.119.170.137', 1668634539, '__ci_last_regenerate|i:1668634539;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175cddbf89f6daa3afe272bd331bed9139852745', '149.56.150.60', 1672432590, '__ci_last_regenerate|i:1672432590;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175d07475ca36d2279a8adf94b693797f493272a', '190.56.50.6', 1667681338, '__ci_last_regenerate|i:1667681311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667681338;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175dd46082fb7b84accddf1343afe5fa183695b3', '35.232.131.51', 1661702184, '__ci_last_regenerate|i:1661702184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175e443d521c83a15df5f3a994d7fded1e8d58a1', '52.167.144.82', 1687268524, '__ci_last_regenerate|i:1687268524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175eab83258502d1da88c1a37450fea2d4e79219', '157.55.39.79', 1668367007, '__ci_last_regenerate|i:1668367007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175fb1a2fa886549db88138c3350684f4bb90979', '17.121.113.99', 1660598909, '__ci_last_regenerate|i:1660598909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('175fc04e226b474aea0e9fcbd2c34297c2c266bc', '52.167.144.56', 1681292745, '__ci_last_regenerate|i:1681292745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1764fa449c38cc50ca83aa4919a00298b0b79fa6', '190.148.252.76', 1654216925, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1654216925;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654204410\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654216922;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17658cc3ab129362bc0abbbbdc4392f0aed645e4', '52.167.144.63', 1686908661, '__ci_last_regenerate|i:1686908661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('176595332438601078476a1fe44f86f65e40b61c', '52.167.144.98', 1686739328, '__ci_last_regenerate|i:1686739328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('176a1c52d321cb0a044604b6e032177afb039e5c', '40.77.167.191', 1681775105, '__ci_last_regenerate|i:1681775105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('176b497609227ef2d8ca2e8ed91a2b888f7e1cf6', '52.167.144.98', 1685712122, '__ci_last_regenerate|i:1685712122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('176c3720f5e891aeb1fe13e84a4e2cbcac7c0fb9', '190.56.32.35', 1671846162, '__ci_last_regenerate|i:1671845864;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671846162;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('176cb73de2ca42c22eb6cc9e2d00d0c28f8d020b', '51.222.253.16', 1682238865, '__ci_last_regenerate|i:1682238865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('176f4d2e9955b569baa4e603c021ad96d291d8c8', '190.56.49.206', 1655422141, '__ci_last_regenerate|i:1655422141;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17705a4e6b9ae5e06b4e2c2ddd8f2206314507ba', '66.249.70.7', 1682797401, '__ci_last_regenerate|i:1682797401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17706863e758fb80f53c0cd3dfed2a2a24eb1cab', '54.36.148.25', 1685964509, '__ci_last_regenerate|i:1685964509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1772c14bb3024e7cadd9206b2ce1e97154de5342', '114.119.135.166', 1687865006, '__ci_last_regenerate|i:1687865006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('177303c2ac50ac871483c6214fb7e0299e3fb6a0', '74.208.2.188', 1665904747, '__ci_last_regenerate|i:1665904747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17768b0312c27c9f3bec55ecd1f5a1081d2263f2', '207.154.204.175', 1657274121, '__ci_last_regenerate|i:1657274121;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1776f4f9a4be932bf7f43b00bd97a82fc5df01f5', '40.77.167.63', 1671815530, '__ci_last_regenerate|i:1671815530;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('177c26d3a597721e838cfd5e178fea11a690c923', '207.46.13.229', 1683057499, '__ci_last_regenerate|i:1683057499;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('177c8526713217176d74b1aa752add2238b204f4', '52.167.144.171', 1685376210, '__ci_last_regenerate|i:1685376210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('177c8fa6b677c4d942b10db5f95ae1caab36f8e6', '157.55.39.69', 1671783504, '__ci_last_regenerate|i:1671783504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('177cdac599c2eb99201307565b903f2239d2c8fb', '52.167.144.56', 1675408726, '__ci_last_regenerate|i:1675408726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('177e62175faca4ee8db8404ca023ac614cd1c111', '114.119.137.217', 1685556322, '__ci_last_regenerate|i:1685556322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('177e8a77f87bc077f63ed0a58787d72e7e01792b', '157.55.39.210', 1680965486, '__ci_last_regenerate|i:1680965486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('177e9f0d66518297adaeb459ba006ba0fb2dbdc2', '46.101.63.152', 1652762870, '__ci_last_regenerate|i:1652762870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('177f1e85c709c66e398695c7a5fd2272f3d811cc', '200.119.172.65', 1659366037, '__ci_last_regenerate|i:1659366037;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659298139\";last_ip|s:14:\"200.119.172.65\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659366037;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('177f3815380da3fb66346ede5407b9cda50edecd', '114.119.143.55', 1687023014, '__ci_last_regenerate|i:1687023014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1780387b62f6325ae1563e76ff23f74793c1cb31', '40.77.167.249', 1680774988, '__ci_last_regenerate|i:1680774988;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17823cfa4369dcff639f27715ee5a53d407f685f', '40.77.167.79', 1654394039, '__ci_last_regenerate|i:1654394028;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17827d718fdbade3cb6a2132229aaf10edc958f3', '51.222.253.19', 1687793442, '__ci_last_regenerate|i:1687793442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1785fe7cf96a7203b1fb77a9d176e89478358bcf', '157.55.39.253', 1682506483, '__ci_last_regenerate|i:1682506483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1786eb78558c89c4134060a5077b18c232f45877', '40.77.167.123', 1683443493, '__ci_last_regenerate|i:1683443493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('178712bc64c6d262be3f9670a0725b2945c4e612', '51.195.216.255', 1650896812, '__ci_last_regenerate|i:1650896812;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1787d24b947e5efaea063cc4ec99fae3ac501a65', '190.148.252.161', 1669945735, '__ci_last_regenerate|i:1669945735;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669945698;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17887d59e7a35d341a4a5731c6cb598f4de75dd2', '207.46.13.12', 1675662128, '__ci_last_regenerate|i:1675662128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('178c2471eda24a19eded2de23530391f2472a45e', '52.167.144.30', 1677706128, '__ci_last_regenerate|i:1677706127;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('178c4ad1343de2e2e82301f50e0e942791fbb3c2', '190.148.252.183', 1681503071, '__ci_last_regenerate|i:1681503071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681503064;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('178d527d9f50dc2d0088c20ee40fd03e502a18bb', '51.15.251.107', 1682465634, '__ci_last_regenerate|i:1682465633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('178de048be5385c2f2936e2a49f7f81097e6bc84', '40.77.167.192', 1681442647, '__ci_last_regenerate|i:1681442647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('178e4e42f8fbccab507dad31ed0e682bea6370a7', '40.77.167.182', 1684114383, '__ci_last_regenerate|i:1684114383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('178f4d4bc5ce3e6785ad0fb09c229f9d9b213b16', '52.167.144.164', 1684289102, '__ci_last_regenerate|i:1684289102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('178fbcf78917dce2e837bc8c7fb04da64e33a462', '40.77.167.37', 1669794992, '__ci_last_regenerate|i:1669794992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17907a8215d84a3a60f7cc23eb3a2333b3710236', '52.167.144.171', 1684412205, '__ci_last_regenerate|i:1684412205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('179180a33e888a939ba00da5b8ae655ef18daf6f', '207.46.13.210', 1686954235, '__ci_last_regenerate|i:1686954235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17921f96076e878b538aa8ec2bb1d779c25a17f1', '190.56.173.213', 1683577466, '__ci_last_regenerate|i:1683577466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17925f8304533faabbdbac470461a006bba5df42', '200.119.170.145', 1654817370, '__ci_last_regenerate|i:1654817370;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654793848\";last_ip|s:15:\"200.119.173.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654811927;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17956a82935404162a7737ff6fee785c98d349df', '157.55.39.147', 1672124178, '__ci_last_regenerate|i:1672124178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('179715e69f35cbfee72c2261e80152e8c7465025', '114.119.152.8', 1688270694, '__ci_last_regenerate|i:1688270694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1797780e905b726b96c3ea07985fc652cd702a9c', '51.142.159.136', 1653611197, '__ci_last_regenerate|i:1653611194;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('179979154c80bfda2d5754ce1a4c752c04645052', '190.148.157.53', 1683914403, '__ci_last_regenerate|i:1683914403;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683914396;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1799f940a24dc6be2597d7627e0b92469778bd45', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('179a20ec0f073cea875f476d470c46b6d6650ddf', '52.167.144.61', 1688180770, '__ci_last_regenerate|i:1688180770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('179a37e2942def012cd710bca6ffc0e0d641bfd2', '52.167.144.70', 1688182990, '__ci_last_regenerate|i:1688182990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('179f3bc0338e0baf0d616eabae8f05d9157a3f44', '51.222.253.13', 1664650593, '__ci_last_regenerate|i:1664650593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a18dd99d07f583e8e1336b77170b1c56061014', '52.167.144.171', 1685594531, '__ci_last_regenerate|i:1685594531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a1d649268cf1d43a6054e4a987cd191e6a54c0', '200.119.170.221', 1664303562, '__ci_last_regenerate|i:1664303562;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664303517;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a28c4f03b066e74f3669384f6c776a030d66fa', '114.119.144.7', 1684936027, '__ci_last_regenerate|i:1684936027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a4f27b17bc72ab219168c9b40b456b3a832d4a', '190.148.157.88', 1668528072, '__ci_last_regenerate|i:1668528072;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668528066;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a5007c07acb56eb8685418eaf339ee2158e847', '190.148.252.88', 1670890415, '__ci_last_regenerate|i:1670890415;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670889597;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a51162294dd2707339d8d40c77f199fc77b744', '51.222.253.2', 1674557392, '__ci_last_regenerate|i:1674557392;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a75089c7cd12e67664d0315da14801faea0d83', '190.148.157.98', 1679249139, '__ci_last_regenerate|i:1679249139;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679249137;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a8eded74631da0bf46434810ec115d6ae809a5', '34.219.37.64', 1685576823, '__ci_last_regenerate|i:1685576823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a8f45bf24942e19c467c93819d0b78089db1e2', '157.55.39.253', 1682727769, '__ci_last_regenerate|i:1682727768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a98f40bab3757f0273c350cb4713b321cec496', '200.119.172.96', 1675381149, '__ci_last_regenerate|i:1675381149;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675381082;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17aa5a9bee6920176740099a25cdc36091dcf686', '52.167.144.98', 1685685190, '__ci_last_regenerate|i:1685685190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17ab68477475aa2918c792db0a45f61d3ec72c64', '190.148.158.69', 1685812426, '__ci_last_regenerate|i:1685812426;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685812423;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17abf71cd56a2fc5c1f47bd9f6cb5ed192082daa', '190.148.158.164', 1667354043, '__ci_last_regenerate|i:1667353847;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667354043;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17aeaac324aee9766ff2ce949058b03cf8019471', '190.148.157.173', 1652733389, '__ci_last_regenerate|i:1652733389;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652726053\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652727380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17aefe628b12af6fb8a5454c82e164aa688abe24', '200.119.174.9', 1674257727, '__ci_last_regenerate|i:1674257727;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674257436;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17afb0ba856dd80a75c18e657d0bc552d6b314e3', '40.77.167.202', 1687653153, '__ci_last_regenerate|i:1687653153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17b2140d46304e1f86a45b37aba31c36a7d16dd3', '51.222.253.14', 1687606175, '__ci_last_regenerate|i:1687606175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17b62a66e77f56fee2a5fdd91dcdbbe2551e7027', '190.56.54.77', 1666287084, '__ci_last_regenerate|i:1666287084;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666285506;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17b66b04881224330277824fcf14c2243a41ec57', '114.119.128.244', 1688203937, '__ci_last_regenerate|i:1688203937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17b82e127b690f7297bbbdfda9015a5a6efd1478', '74.208.2.233', 1684500931, '__ci_last_regenerate|i:1684500931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17b8508d26f233fb0468f4411d5eed1342a51563', '190.56.50.15', 1667232617, '__ci_last_regenerate|i:1667232617;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667225807\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667232506;register_id|s:3:\"115\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-01 06:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17b93f6f5537385fadc0605badf00eac4b409fa7', '52.167.144.171', 1684507377, '__ci_last_regenerate|i:1684507377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17bb248d9ab2547055d8b7476a1f20c8b0a22d51', '52.167.144.164', 1685876658, '__ci_last_regenerate|i:1685876658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17be2035fda75bfd0403a420b05e68e09c5e1867', '17.121.113.89', 1660545797, '__ci_last_regenerate|i:1660545797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17bea0db54a05147f1eb79b79930334834c08323', '190.148.158.151', 1677347793, '__ci_last_regenerate|i:1677347793;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677347027;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c09911cb8f00cd56c1c14f3f5c970fe10b6b5a', '66.249.79.194', 1688566625, '__ci_last_regenerate|i:1688566625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c10a9480e7d06e25940655d186c9010ca87f14', '66.249.74.102', 1686287882, '__ci_last_regenerate|i:1686287882;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c285e8ef11b6a43ee6c9328a9ba881020b9f81', '40.77.167.152', 1680775627, '__ci_last_regenerate|i:1680775627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c2aead9848025873988ca462f2266b8eddd210', '157.55.39.253', 1682806941, '__ci_last_regenerate|i:1682806941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c3e422fd253e9d4b16dccd73c7792557b364ef', '40.77.167.104', 1668228195, '__ci_last_regenerate|i:1668228195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c400d47e083394e3f335351917d64a565d8b11', '190.148.87.6', 1668442453, '__ci_last_regenerate|i:1668442453;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668436606\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"NzHl8AdrsJ3mKPoxpYGq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c42d49b207a5ad9bb18d7718bbc7e5c7736b10', '190.148.157.53', 1683760064, '__ci_last_regenerate|i:1683760064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683760049;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c4cbb8993268352a70a113bf93045e457dca33', '200.119.173.177', 1685316492, '__ci_last_regenerate|i:1685316492;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685316447;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c657d18b97d4d37c68428d003c247a293eaf2e', '35.189.0.155', 1655445010, '__ci_last_regenerate|i:1655445006;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c6852acd66a912c4f866e27b7c29e45c6ba032', '114.119.149.252', 1685188848, '__ci_last_regenerate|i:1685188848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c6ee84acf46c66da9f1e6515af27e3ecceb031', '190.56.32.35', 1671921177, '__ci_last_regenerate|i:1671921177;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671920788;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c91a6e940e3e721a46e8b30e74291b486828de', '52.167.144.120', 1688063391, '__ci_last_regenerate|i:1688063391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c954ae2c960737bf1bed1c39032a0a2d252e0a', '52.167.144.82', 1687366133, '__ci_last_regenerate|i:1687366133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17ca4bb0c6edfaff3007d6e58229acf18e005be1', '52.167.144.74', 1688519121, '__ci_last_regenerate|i:1688519121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17cb0d043154fa35603eda5d2ea583900bcdb52f', '114.119.133.108', 1684914774, '__ci_last_regenerate|i:1684914774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17cb2cd04c30334483af612858d787e310fcb947', '40.77.167.92', 1687128371, '__ci_last_regenerate|i:1687128371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17cc4368d648a8eab0755823f602d289f3af0f7c', '190.148.87.182', 1679769762, '__ci_last_regenerate|i:1679769762;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679769383;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17ccc2176187c3f05b943e242717bb6872c74fd5', '190.148.252.183', 1681744149, '__ci_last_regenerate|i:1681744149;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681731026\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681743963;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17cf967a3b52c4490500482815a3b14b82306074', '200.119.174.40', 1671549520, '__ci_last_regenerate|i:1671549520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17d0e17a8f6872f77dfcab2b6b63ae206ec5c758', '190.56.173.175', 1653328797, '__ci_last_regenerate|i:1653328797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17d2869c843f885ba7c31c569e0ab27512038fc2', '114.119.158.106', 1687580886, '__ci_last_regenerate|i:1687580886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17d37a2da8e439ab227cf86f5ff3eafa9a2bd2f0', '51.222.253.12', 1659425332, '__ci_last_regenerate|i:1659425332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17d3d42cbb476b3645778055fb39218c818eefa6', '114.119.148.120', 1686016725, '__ci_last_regenerate|i:1686016725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17d61c0f53e7cacacacac28a8b5752c78f7c8174', '207.46.13.44', 1673056548, '__ci_last_regenerate|i:1673056548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17d8d8ee43fdaec3a979633e99c6d925586084b0', '190.148.252.197', 1665613638, '__ci_last_regenerate|i:1665613638;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665612789;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17d8e2d41dacbf6b8e089cf681027b069a6c5ca9', '52.167.144.31', 1681395908, '__ci_last_regenerate|i:1681395908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17d9a26bb40907d920c2c56cb51684f62c5e7c14', '51.222.253.1', 1653889046, '__ci_last_regenerate|i:1653889046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17dd1754f8a6bdc9d51ac0e1945a5e662d37c694', '174.138.60.28', 1688169213, '__ci_last_regenerate|i:1688169212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e04a66c371432e2bbabfd33b89eec99085a3a5', '190.56.55.113', 1673480264, '__ci_last_regenerate|i:1673480264;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673480147;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e2ac73cbdc505c79d26c39be8c93057618a2cb', '114.119.141.119', 1685357742, '__ci_last_regenerate|i:1685357742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e2f0ac169c464a2d79170325e225303c6ad0c7', '40.77.167.182', 1683658257, '__ci_last_regenerate|i:1683658257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e3d9d922d97868a33ed168063490e352de36a5', '54.36.149.78', 1653889044, '__ci_last_regenerate|i:1653889044;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e4dcd9e75d60e64a8e03e98a025f7c1238217a', '66.249.79.207', 1654056363, '__ci_last_regenerate|i:1654056363;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e57498446539544b0c92bc7818e968de908903', '157.55.39.80', 1670587626, '__ci_last_regenerate|i:1670587626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e5ae6c892be938bb538543625b4d9451cbfd76', '157.55.39.79', 1671234170, '__ci_last_regenerate|i:1671234170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e72955752801593dc94d508576ba25c0a4a184', '40.77.167.202', 1687664952, '__ci_last_regenerate|i:1687664952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e831c1f32f896158a62403937cf5b517931ac6', '200.119.170.113', 1666700122, '__ci_last_regenerate|i:1666700122;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666700050;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e8cc5a3f0560689895a7a180781d2ba9d47ea5', '40.77.167.63', 1672273638, '__ci_last_regenerate|i:1672273638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17eb33fbff0b9a699f5be38d65166654031e6f99', '114.119.136.221', 1687553947, '__ci_last_regenerate|i:1687553947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17eebc72837444471c72c04e20a92b603ff22686', '40.77.167.170', 1675493122, '__ci_last_regenerate|i:1675493122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f012bbaad68f6d77df9bad3293b02e5013e28f', '74.208.2.198', 1665904587, '__ci_last_regenerate|i:1665904587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f025ed16740096ab8fabd114022f4eaf568104', '200.119.170.168', 1670602588, '__ci_last_regenerate|i:1670602588;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670602040;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f16cd675ab067130a9f0bb643279007fde90f7', '50.21.188.42', 1663642265, '__ci_last_regenerate|i:1663642265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f192ac541019c8a9f033ec4be82374baa79dc2', '165.232.97.210', 1688332816, '__ci_last_regenerate|i:1688332816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f5dff8ce420e358bd0e7ca41b6f46a1814ff51', '52.167.144.89', 1679709576, '__ci_last_regenerate|i:1679709576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f632ec02c70650b8dc88992b7e54b8bc9458b2', '190.148.157.80', 1669594376, '__ci_last_regenerate|i:1669594203;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669462305\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669594375;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f68ec97b0b45f92b874b25fb36ca407ac7caa1', '190.56.173.175', 1653102960, '__ci_last_regenerate|i:1653102662;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653086044\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653102957;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f7f057e53762dd944c29d575ebc5bce652ea34', '190.56.173.213', 1683381352, '__ci_last_regenerate|i:1683381352;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683381231;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f8c76a44d569e347dc5e57f241f3d62a6feace', '52.167.144.67', 1677602690, '__ci_last_regenerate|i:1677602690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17fa745d1775a8360d1472de2c34859e3a75e898', '40.77.167.13', 1672911224, '__ci_last_regenerate|i:1672911224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17fd71238d263082e6a069a976f82028cc42573d', '40.77.167.114', 1678426605, '__ci_last_regenerate|i:1678426605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17fdfea8b40109c1dc2a20e0788b83c2fa4ea802', '138.246.253.24', 1679643883, '__ci_last_regenerate|i:1679643883;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17feae7cd614e4a92f65ba16311643a7e4f9cc4f', '54.36.149.26', 1686157616, '__ci_last_regenerate|i:1686157616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18007bbb30e9aebd8c6ea7db809841446c4f8177', '64.246.178.34', 1658527023, '__ci_last_regenerate|i:1658527023;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1800b9ab9a9c5b54fe8ff911ab765de9432dd21d', '65.21.206.42', 1657801880, '__ci_last_regenerate|i:1657801879;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1800c2108aa5431bdd2cd5a39fa82447b996680a', '188.166.15.115', 1672615709, '__ci_last_regenerate|i:1672615709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1802b469ab483371421af894f7ab0488269562e4', '200.119.173.177', 1685041575, '__ci_last_regenerate|i:1685041575;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685041570;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18037658c61ccfa327a6618332c3d54a78170f54', '114.119.146.159', 1684589745, '__ci_last_regenerate|i:1684589745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1805cfbee8b7d10332b1093022ff994f483ed20c', '93.158.90.73', 1669214615, '__ci_last_regenerate|i:1669214615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1806ac1884170e3389fe63ccd2574bea329a10c9', '17.121.114.28', 1659169562, '__ci_last_regenerate|i:1659169562;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('180a29fa29c9730dd0adeb8ec578282c37a49c65', '190.148.87.182', 1679872135, '__ci_last_regenerate|i:1679872135;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679871597;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('180a3085bab96475e02217f29559965ce61f4a6e', '54.36.149.102', 1679162999, '__ci_last_regenerate|i:1679162999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('180be7a9872e62db0bda77f0be4ee94385ba2a2f', '40.77.167.49', 1664562545, '__ci_last_regenerate|i:1664562545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('180cc492b8d7536c9b32653c878ec13635a64c06', '52.167.144.164', 1684766459, '__ci_last_regenerate|i:1684766459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('180e50de56ee337a465bb2cdcc59f5ad67bf007c', '157.55.39.194', 1674378439, '__ci_last_regenerate|i:1674378439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('180e8d2879577e8c4bcf012f5953bc179a9019ec', '114.119.145.150', 1687584816, '__ci_last_regenerate|i:1687584816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('180e9c1dc120907bdfe9668ee21e1ae19a83536a', '52.167.144.164', 1684832571, '__ci_last_regenerate|i:1684832571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('180ed1b6ee32f01cc48285f3afaf1d2dc6a73856', '52.167.144.28', 1679255760, '__ci_last_regenerate|i:1679255760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('180f569240931cf16d27cb37db1fd27be90e4a6b', '190.56.173.136', 1687973325, '__ci_last_regenerate|i:1687973325;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687973256;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1814bd20d909e40a3c0399cff96e2f1c2781d9eb', '17.121.113.80', 1652464348, '__ci_last_regenerate|i:1652464348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1814e724c598ff7894cbfc3547afc46ca087ab4b', '51.222.253.6', 1668648341, '__ci_last_regenerate|i:1668648341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18176f81a63e74d462bf3812c7c852c50252244a', '52.167.144.162', 1686569168, '__ci_last_regenerate|i:1686569168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('181776fc7f8ddf1ec94a0a20c09674e2d29b86fe', '207.46.13.209', 1685999837, '__ci_last_regenerate|i:1685999837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('181935554497c34294385d1f9f4099c7225c48dc', '52.167.144.74', 1688180765, '__ci_last_regenerate|i:1688180765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('181b2db13693e0cd0998063e5e96d9b67c3f1d93', '157.55.39.79', 1671232914, '__ci_last_regenerate|i:1671232914;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('181c739819809d0580d77e08c0ea71bd8d3ef90c', '52.167.144.98', 1685008849, '__ci_last_regenerate|i:1685008849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('181db8f4aabede75f79c59634e7138cfeb818c46', '190.148.252.73', 1664813100, '__ci_last_regenerate|i:1664813100;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664390071\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"TGv7n03XgCRkimchDMpO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('181f50bdba64fad30cc8a08dbeb40f571439d069', '114.119.146.145', 1685835571, '__ci_last_regenerate|i:1685835571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18210a2847310997f03f429204cedb3e50c13ed2', '52.167.144.56', 1681149732, '__ci_last_regenerate|i:1681149732;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18213882391542c1588fb4616b57f326486ca367', '51.222.253.14', 1685681358, '__ci_last_regenerate|i:1685681358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('182181dff99458f5e896e303f4b2664a98025b57', '17.121.115.156', 1661938729, '__ci_last_regenerate|i:1661938729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1821f75ec837a3da761a2488a50a2f7afdf9aa57', '190.148.252.73', 1664808187, '__ci_last_regenerate|i:1664808187;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664390071\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"mZEUrth9S7LCo3uRbTvX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1822584f53cf7ee98eee9a06075f1dad95b8f7e4', '190.148.252.197', 1665607713, '__ci_last_regenerate|i:1665607713;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665603472;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1826331b93c6bc1bb777051a8f64e6f2bb07556f', '44.242.172.192', 1664256911, '__ci_last_regenerate|i:1664256911;error|s:97:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>http://www.gumbo.com/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('182656b95f97784fdb3886145704c2129cbbc1d5', '157.55.39.79', 1668367005, '__ci_last_regenerate|i:1668367005;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18269196ecc49adbd5c1dfaf75d765173efc49be', '190.56.55.113', 1673631485, '__ci_last_regenerate|i:1673631485;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673631378;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('182a15e472410ebf8cee09ce7e7b5db2264c5db2', '52.167.144.98', 1684376694, '__ci_last_regenerate|i:1684376694;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('182aa896300ac7db9883bd96da2ad1daaf5d9782', '190.148.87.6', 1668202593, '__ci_last_regenerate|i:1668202593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668200901;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('182cb78a64d26d8204dc1b2f67c06a26de855067', '114.119.138.194', 1686121295, '__ci_last_regenerate|i:1686121295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('182d23a91c582124e7550a0c8a01d28f1dad9284', '114.119.153.105', 1687735640, '__ci_last_regenerate|i:1687735640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('182f49db137acac9b5450c34f346e1f5913ac87b', '124.206.180.138', 1652053632, '__ci_last_regenerate|i:1652053617;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1833cbb433df378bfc50b237c326299bf850d968', '157.55.39.54', 1660898982, '__ci_last_regenerate|i:1660898982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18343c5ed11fea5c843a2931a954e8b6c30a649c', '66.249.79.206', 1659791617, '__ci_last_regenerate|i:1659791617;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1834d8c687b9ecbc8a7c2e5a2089d5d9c23296ea', '114.119.145.22', 1684611739, '__ci_last_regenerate|i:1684611739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18356045c10cf7beea8bb245faf4d1ed9f2e2a1c', '114.119.137.174', 1686545127, '__ci_last_regenerate|i:1686545127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1835f8a98ef3190f3d39ff9a25936e369dadecb0', '190.148.158.69', 1685542975, '__ci_last_regenerate|i:1685542975;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685542917;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('183871d4e010213f3e3eaa43970145f5fddbbca4', '200.119.173.177', 1684889105, '__ci_last_regenerate|i:1684889105;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684889101;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('183b3dab7338cc4c0f614b28d4609d9a1eb1eb0d', '200.119.173.130', 1675861304, '__ci_last_regenerate|i:1675861304;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675861280;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('183bf11f348a626c8ca6683215adcc9daf44ec80', '114.119.135.186', 1686921323, '__ci_last_regenerate|i:1686921323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('183d005d11848973d5b49e3547e2745e426e841e', '114.119.135.195', 1686963847, '__ci_last_regenerate|i:1686963846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('183db1b63718737ad8eeed8f09bdf145657023db', '3.66.27.24', 1669313582, '__ci_last_regenerate|i:1669313582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18421a6f4c9601e57f6492a8862e76b93f3ac9a3', '66.249.79.208', 1659528514, '__ci_last_regenerate|i:1659528514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1842cdee5afceebf72c9346302504bed742d28ef', '114.119.140.44', 1685087509, '__ci_last_regenerate|i:1685087509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18430ae670dbbba3d419fe99276dbda3c086275d', '190.148.158.69', 1685476222, '__ci_last_regenerate|i:1685476222;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685476211;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1844aaca15a72d70c987ca01c746788af57b6930', '114.119.153.67', 1685913165, '__ci_last_regenerate|i:1685913165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1846201abe9589258faeec819ad4027a64bb9444', '40.77.167.182', 1683842361, '__ci_last_regenerate|i:1683842361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18477b80d362ec21da2906a7860c7cefd2d518cd', '104.131.162.245', 1687865145, '__ci_last_regenerate|i:1687865145;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18478097eb938a57ddbb2e2d2734e3f18b755d69', '190.148.252.76', 1652807056, '__ci_last_regenerate|i:1652807056;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652791220\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652800157;user_csrf|s:20:\"QzuSag9c8nmW4Z1YGLvP\";csrfkey|s:8:\"mE0yKpBV\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"Wgfcm85940QuOU3KiZz1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('184783c2a57eb87f43478a7db19c97ebec58d918', '190.148.157.53', 1683851471, '__ci_last_regenerate|i:1683851471;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683850595;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18488d5e5c08a70ce9b663571f4c919aaad5af7b', '51.222.253.6', 1679992030, '__ci_last_regenerate|i:1679992030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1849c13f6943f19caf2d2c78e562da6601b38d36', '200.119.170.212', 1665884576, '__ci_last_regenerate|i:1665884576;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665884101;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('184c65733bee851b86130c273fe3f65d640d4be3', '40.77.167.11', 1658872641, '__ci_last_regenerate|i:1658872631;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('184e438b22c741dd3b086c7b990237ffb2b911e0', '200.119.172.60', 1674928904, '__ci_last_regenerate|i:1674928904;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674928805;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('184e90e7e770e4ee3245b19a1591f9315379d732', '200.119.168.250', 1681168450, '__ci_last_regenerate|i:1681168450;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681168342;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('185203a91cf56ea00eaaab65bcf9a4227c368621', '42.119.144.212', 1674862741, '__ci_last_regenerate|i:1674862741;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('185219390d8e55d6b59bd8c7bdcd88a51c270e0d', '200.119.168.118', 1668017366, '__ci_last_regenerate|i:1668017366;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667830934\";last_ip|s:15:\"190.148.252.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1853e21734466212b74617da8c475835b70ecc19', '190.148.252.151', 1671402267, '__ci_last_regenerate|i:1671402267;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671402221;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1853e7c6a002ec1b3e77583e80af4a15820f240f', '35.92.251.61', 1669469236, '__ci_last_regenerate|i:1669469236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('185509b94831ec351e66e2102a3b4258f3852ac2', '52.167.144.160', 1685927731, '__ci_last_regenerate|i:1685927731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18586058f28076524235e46e38e51ff40bd49907', '17.121.115.233', 1654774387, '__ci_last_regenerate|i:1654774387;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('185940d9119f129723af6784b3f8770cc2d4de2a', '54.36.149.82', 1657806070, '__ci_last_regenerate|i:1657806070;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('185affeb63bd7b9d4314af43626bbc45329fc76a', '40.77.167.222', 1681403718, '__ci_last_regenerate|i:1681403718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('185fcf2763f7e63bfdac9aca7baa92588ec5bbf2', '52.167.144.164', 1685949306, '__ci_last_regenerate|i:1685949306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('186233d17fb5c510f7b7d398696b6fbf0572b1c5', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18623db9fba154f1d5d1f3366a15f7f84b663e58', '51.222.253.7', 1665136090, '__ci_last_regenerate|i:1665136090;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('186268d1cbcd0d567cc311cfee36df3fc564daa9', '190.148.158.151', 1677448131, '__ci_last_regenerate|i:1677448131;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677448085;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('186337be921ab8b294bfa615474511fd3fb7b409', '41.93.82.7', 1653426015, '__ci_last_regenerate|i:1653426015;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18641e97fde30e920ca3de229cb9b6259c9b9f63', '159.65.207.245', 1688123477, '__ci_last_regenerate|i:1688123477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18651e5031bc056fd0491910385cc44070a98f8f', '51.222.253.1', 1654844980, '__ci_last_regenerate|i:1654844980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18655e795c2ef9149972b8a726576d0a103937bb', '3.237.104.7', 1654055394, '__ci_last_regenerate|i:1654055394;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1865b2c2854fcc0b0a495be8c150b304a54b5cfa', '114.119.144.132', 1684178727, '__ci_last_regenerate|i:1684178727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18672f84f38034fcede0e6007c915814aaddf570', '207.46.13.154', 1671089678, '__ci_last_regenerate|i:1671089678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18682560ffba9773bf0a9c4c7c6dde8d6d726d0d', '190.56.32.162', 1686490720, '__ci_last_regenerate|i:1686490720;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686490718;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1869077e88d806031690f809e8b5b44fa9bb8504', '190.148.252.197', 1665603453, '__ci_last_regenerate|i:1665603453;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665603147;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('186b7701fecdef6b017bf9a9a585cb17e79cdfa8', '200.119.173.130', 1676141047, '__ci_last_regenerate|i:1676141047;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676139798;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('186c48f65c82c941d1a1b8780c3fb1deb08c4f6a', '172.104.50.136', 1656391973, '__ci_last_regenerate|i:1656391967;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('186d8a4fde0d14ab8dd490410b9567d2e8519c3f', '52.167.144.74', 1688433890, '__ci_last_regenerate|i:1688433890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('186d9325f1ba2a3d9dd3495999d97706d02166dd', '114.119.154.128', 1685765305, '__ci_last_regenerate|i:1685765305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('186e32afa43a59df98b81a6f916dd1dff41d0867', '190.56.54.156', 1665424633, '__ci_last_regenerate|i:1665424633;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1872932e48abbf68493a83168e494ec68c3febe4', '40.77.167.191', 1682224584, '__ci_last_regenerate|i:1682224583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1873159de9e2aa131497402b6589dbaaf5fb1727', '190.148.252.183', 1681523401, '__ci_last_regenerate|i:1681523401;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681523398;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18748ed5fb7efedc95018a0c559eee21a58bc1c6', '190.148.252.106', 1684335912, '__ci_last_regenerate|i:1684335912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1876a288c63b47e166d6dcd14e357ca34ddb66cc', '114.119.135.84', 1688281872, '__ci_last_regenerate|i:1688281872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18772a15faefc95e34f46df224d9738b2196c5ee', '52.167.144.70', 1688364988, '__ci_last_regenerate|i:1688364988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('187844acd0adba62b7790392b1a36d585c7a95ef', '40.77.167.202', 1687547957, '__ci_last_regenerate|i:1687547957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1878f1a5026d7e1655a5be74eacfce0abc931d15', '74.125.215.36', 1678163861, '__ci_last_regenerate|i:1678163861;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('187ac2464a24b96881ee698336246ca18dff22a4', '17.121.113.160', 1662344871, '__ci_last_regenerate|i:1662344871;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('187b9567f02e139f95a4e6e7bf17f64ca8568abb', '190.148.252.96', 1673142290, '__ci_last_regenerate|i:1673142290;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673142255;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('187d0ebe9095b04ab6e052ea52732aae7117631b', '40.77.167.107', 1687203711, '__ci_last_regenerate|i:1687203711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('187e1f9a7d56fa72272954be68458e5ae8a72ad8', '190.148.157.53', 1683663874, '__ci_last_regenerate|i:1683663874;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683643022\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"xQmpHJ9l2dftijTGnYZ6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('187e5e0f2c4ec776343a155ad955e1aeb6c50953', '203.198.207.253', 1669970471, '__ci_last_regenerate|i:1669970471;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1880200c4869cf3eb7aaf311b96ca18507114b46', '146.59.157.229', 1650749987, '__ci_last_regenerate|i:1650749987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18806909c5f5e552692cf16785e43a0e9ce29396', '190.148.87.96', 1678312322, '__ci_last_regenerate|i:1678312322;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678310930;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('188156ae8d0a86d2cac0440d7e23926d36f2489e', '200.119.170.209', 1656716511, '__ci_last_regenerate|i:1656716322;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"3Bo4YjaI98Nd1POCfWZV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1883300643cc4ac9503e4a29db9a54e537e2a782', '190.56.50.253', 1682618292, '__ci_last_regenerate|i:1682618292;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682618289;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1883754d3a16bfa63de075a0d486cf6357427f2a', '51.195.90.229', 1650840447, '__ci_last_regenerate|i:1650840447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1884ce5ae5990f89b2077086662c0fe4d9afac61', '54.36.149.22', 1668415758, '__ci_last_regenerate|i:1668415758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1888b09f4fe54a72cd98e368a2e8e27468c1bf1f', '18.190.157.138', 1676715651, '__ci_last_regenerate|i:1676715650;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1889078a4525597c4ff616f96673598c439ac93e', '190.148.252.96', 1673011376, '__ci_last_regenerate|i:1673011376;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672952400\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673011254;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('188bb9523b4067a02e93b4952d4a30c49b3189d5', '190.148.252.112', 1667772462, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667772462;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667772457;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('188e7165c2397b108aa728271cef575831bc2731', '190.56.55.113', 1673543347, '__ci_last_regenerate|i:1673543347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673543332;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1890a90715e6c5c193de20bc3e90b52176181d87', '190.148.87.23', 1679447422, '__ci_last_regenerate|i:1679447422;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679447403;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18910227c5965c17b5d2e354e74b63ec8ebe0697', '207.46.13.178', 1655640309, '__ci_last_regenerate|i:1655640309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1892b8d354e7f77215924a870bf51d087edcfa49', '20.211.95.174', 1650951931, '__ci_last_regenerate|i:1650951927;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18942ba7a2ac4595a8a9483ee00d97dccd88ac2c', '207.46.13.160', 1673821402, '__ci_last_regenerate|i:1673821402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1896a9482efbd1faa337868816a56f662c054acd', '200.119.173.78', 1682948568, '__ci_last_regenerate|i:1682948568;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682855442\";last_ip|s:14:\"200.119.173.78\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682948564;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1896ae93d603e5ab54bedca574d6959d69a7c7f6', '190.148.157.53', 1684015458, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684015458;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684015161;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1896fdd45bc5e9af136d7524ddbd9c7b694b4268', '40.77.167.175', 1680437171, '__ci_last_regenerate|i:1680437171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1897032d11efd51ac7dd41b2657d202ee3e695ca', '207.46.13.154', 1670623290, '__ci_last_regenerate|i:1670623290;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1897f643b13b0b2c2deee1d50e7aeb02cf045f04', '69.10.40.142', 1672874934, '__ci_last_regenerate|i:1672874934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1898d1db6ca13075f94ec710b26b91d08352335a', '200.119.172.96', 1675460625, '__ci_last_regenerate|i:1675460625;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675459712;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1899aff2a825aa296c18fd42c9e4273496be30b1', '190.56.32.174', 1676663776, '__ci_last_regenerate|i:1676663776;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676663338;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('189a9568344a494956a80cdb90acf711c169fc0e', '52.167.144.98', 1686691995, '__ci_last_regenerate|i:1686691994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('189de1a7f7bddbf70301dc2de72687ac823c7497', '17.121.114.205', 1661474826, '__ci_last_regenerate|i:1661474826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('189ed9a0140d403712b9f067a4b192863a82edd1', '114.119.148.103', 1687044185, '__ci_last_regenerate|i:1687044185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a0637aa9cee7c3b6cf7bb97ff7502ca72897d3', '207.46.13.12', 1676187509, '__ci_last_regenerate|i:1676187509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a0bf8ae5fad08b156a4047bd9c0ff878d99170', '52.167.144.162', 1682904798, '__ci_last_regenerate|i:1682904798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a0d0a3c04ef0e24f2a7b5b5fa53983c98855ee', '207.46.13.41', 1670998404, '__ci_last_regenerate|i:1670998404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a2a211dfa662e3a9539ea2a1f0d057ea609733', '5.188.62.140', 1656364396, '__ci_last_regenerate|i:1656364396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a3306f3591810a25ca772222d3148bd7767e6d', '200.119.168.250', 1681152177, '__ci_last_regenerate|i:1681152177;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681152169;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a421ba0fd7f82be71a9ea0b9cd1be56c243c77', '54.36.148.77', 1686162208, '__ci_last_regenerate|i:1686162208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a59c75687e9687bf0f649250c83e5a47aed30d', '121.127.155.124', 1652492260, '__ci_last_regenerate|i:1652492260;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a600146b092f8753560e3e31c97d5550d8d8c7', '114.119.158.126', 1687637265, '__ci_last_regenerate|i:1687637265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a7aaf0423ff72351fa838b60f1da99722621cc', '200.119.172.95', 1659648730, '__ci_last_regenerate|i:1659648634;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659643996\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659648729;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a7e922fecd33b0d554eb01505ad4c9415b3922', '114.119.133.228', 1688392066, '__ci_last_regenerate|i:1688392066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a847c5fed5ca20aa5cd5a12734f3461b60fc2d', '114.119.144.127', 1688233251, '__ci_last_regenerate|i:1688233250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18ab75ba764adf3e8a7bb6c0f3c4a9302e4f95a5', '52.167.144.164', 1686312927, '__ci_last_regenerate|i:1686312927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18ad1ea2bf1d5870942fdfa2ea36c00a4fecbc53', '40.77.167.244', 1677513525, '__ci_last_regenerate|i:1677513525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18adb5ef0eab5821a1cabcc6c8a0bbd3f1c32d3c', '40.77.167.49', 1667045535, '__ci_last_regenerate|i:1667045535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b0cbb6a8b2ff829b8711fe04e4294fe1b94dac', '207.46.13.207', 1685832199, '__ci_last_regenerate|i:1685832198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b2b2eec6e943c048cfbdb3903e753626839b0b', '40.77.167.241', 1685478467, '__ci_last_regenerate|i:1685478467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b2f0ca14de2a81db4f87fd70054ea63ff01b63', '157.55.39.69', 1672297438, '__ci_last_regenerate|i:1672297438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b367dc1eef19afd2c586bd032e798dab997a71', '52.167.144.63', 1687074744, '__ci_last_regenerate|i:1687074744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b52de9bc4182138dbf24689bb06d76f002399b', '40.77.167.123', 1683191757, '__ci_last_regenerate|i:1683191757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b6a53fd548494c0450f640928dd8eab8f582a0', '200.119.173.177', 1685283732, '__ci_last_regenerate|i:1685283732;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685283563;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b6b5d8c0b86063509dcd6c882cb60007933ac5', '190.148.158.69', 1685823346, '__ci_last_regenerate|i:1685823346;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685823267;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b799833edfc4f42d11860e05698c403b578c0f', '190.148.157.53', 1684175850, '__ci_last_regenerate|i:1684175850;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18bd0c19e296e8c32035c5881e5e67b10a9999a8', '51.195.216.255', 1650895650, '__ci_last_regenerate|i:1650895650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18be22bfe2e95cbd08242a7061924503b7e73dc9', '149.57.16.7', 1653807053, '__ci_last_regenerate|i:1653807053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18c2bdff3373deff7c3a41d2efc3793afd95d28e', '190.148.252.111', 1677854252, '__ci_last_regenerate|i:1677854252;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677794754\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Yn1piCGaqdAPDFfNZ7sz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18c46f7a4d9d0a5e92d80c7087ec835ca0494b97', '52.167.144.171', 1685765061, '__ci_last_regenerate|i:1685765061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18c4735a9f97fdb323876ae4ece084b43b7e98eb', '200.119.174.137', 1654810902, '__ci_last_regenerate|i:1654810902;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799788\";last_ip|s:13:\"200.119.181.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654809531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18c5fd0caebba814ecceefcdd59ecc1599e6fc72', '40.77.167.16', 1673322347, '__ci_last_regenerate|i:1673322347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18c60c73f1955b41ef898f155b9412d8ef1e54bb', '190.148.252.151', 1671206779, '__ci_last_regenerate|i:1671206779;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671206774;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18c6726921e0f124a6345b559dbee8f247b6dd7e', '50.21.188.67', 1672492429, '__ci_last_regenerate|i:1672492429;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18c6e54e994b9dd8f42bcf43e5694154b50b244c', '40.77.167.202', 1687450629, '__ci_last_regenerate|i:1687450629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18c6f4dd836d8a85cf25b60a64cf626166763c52', '66.249.74.105', 1684515726, '__ci_last_regenerate|i:1684515726;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18c744979e1b7f20d9fa507f7cff468888cf45f6', '34.209.238.201', 1660743470, '__ci_last_regenerate|i:1660743470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18c86ea798d1b99b53f12a35e0f59bbb820e601c', '46.101.63.152', 1652762864, '__ci_last_regenerate|i:1652762864;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18cb67dbf9ed7aadcd206e6e5c83dc04c9660a7c', '114.119.137.180', 1685320773, '__ci_last_regenerate|i:1685320773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18cdba5cf615af7f18efb66d58710ed177b5ea56', '40.77.167.202', 1687701565, '__ci_last_regenerate|i:1687701565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d1e4c2c24dc5cf89cbda8623c7d3303c176515', '17.241.219.72', 1675232388, '__ci_last_regenerate|i:1675232388;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d220749471dc0934737dc619a2f77f3ba75233', '40.77.167.49', 1664868187, '__ci_last_regenerate|i:1664868187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d239a9dd84bf49836945381e24709fd4676be2', '207.46.13.234', 1659679811, '__ci_last_regenerate|i:1659679811;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d321920f88cab92ab1b911b0ca34e328287815', '190.148.87.182', 1679602271, '__ci_last_regenerate|i:1679602271;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679602187;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d458e4b04dd238ed6f5110f177f19f07be0e96', '190.56.32.174', 1676729192, '__ci_last_regenerate|i:1676729192;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676729187;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d4dc9cb019ec4673bc508c7521b4c97e5dc786', '40.77.167.37', 1669794993, '__ci_last_regenerate|i:1669794993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d520e3e73a1ac60988898ffbe58f7234e2ae1a', '157.55.39.253', 1682753851, '__ci_last_regenerate|i:1682753851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d633d53219f5d1bf86bf1d8abfe46363ffbd78', '114.119.155.104', 1686427667, '__ci_last_regenerate|i:1686427667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d64bc04e49b82f6497880dc82608b4adb8dae4', '114.119.150.95', 1684511535, '__ci_last_regenerate|i:1684511535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d6a0f0ebacdaaf0a6607c1003af21fca730448', '52.167.144.69', 1675948965, '__ci_last_regenerate|i:1675948965;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d7b3bb935c3905e19d10db012f55c1ef0c5a9e', '114.119.152.246', 1688075536, '__ci_last_regenerate|i:1688075536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18da82f9519acdaf5aca6f48ab685eaba5389d67', '51.222.253.5', 1667689942, '__ci_last_regenerate|i:1667689942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18dd01a2f1883f04f2e46e557967dd6119a3c2ed', '52.167.144.43', 1683647461, '__ci_last_regenerate|i:1683647461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18dd71d2bb3a1a87577b8b8f328ee2eb80ad84b7', '34.123.114.161', 1665053180, '__ci_last_regenerate|i:1665053180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18ddd81531f768365f3b8548ca2c951cc5b5de08', '52.167.144.154', 1687583635, '__ci_last_regenerate|i:1687583635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18dec0eecf2e98269f6c0329c0d9bd4ca77dfddf', '46.101.63.152', 1652762865, '__ci_last_regenerate|i:1652762865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18dee0eccc1186dbe3ebd3a3f96623479a408969', '54.36.148.234', 1683720333, '__ci_last_regenerate|i:1683720333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18e03f657424f997cf01fcb162bf3f5ab27ea91f', '200.119.170.158', 1661297994, '__ci_last_regenerate|i:1661297963;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661283116\";last_ip|s:13:\"190.56.51.191\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661297994;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18e16088409873a82a80903314965aa7b7cb75d2', '51.222.253.18', 1668415760, '__ci_last_regenerate|i:1668415760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18e95c1ceee2f79f7cd4aa1649c4708e32e78775', '207.46.13.12', 1675466795, '__ci_last_regenerate|i:1675466795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18ea4b3c0cd04e976d747d8bc82cbb7e96d0638f', '207.46.13.53', 1662789782, '__ci_last_regenerate|i:1662789781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18edf93d25af216a196f2cb6e2245bf3a7c0c07b', '190.56.55.113', 1673657467, '__ci_last_regenerate|i:1673657467;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673657465;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18ef28d68a4d92f56ec26f44c6bc05925240c476', '40.77.167.166', 1676694613, '__ci_last_regenerate|i:1676694613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f0a1ea273a775d7a59c72152c0efcaa671d453', '52.167.144.162', 1686569948, '__ci_last_regenerate|i:1686569948;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f0d9354798944507d683e5d34fa359c8b99aa6', '40.77.190.6', 1665314057, '__ci_last_regenerate|i:1665314057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f14e016deb750730e2cb007fa81558c237cb48', '114.119.156.131', 1688003543, '__ci_last_regenerate|i:1688003543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f3523329be9e4187197c672e4228fd22479ebd', '40.77.167.11', 1658861753, '__ci_last_regenerate|i:1658861744;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f3ebd8a1395f251f3095c38a9831f4950e9539', '17.121.112.217', 1654008002, '__ci_last_regenerate|i:1654008002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f4e01f5982d51345a5741bc8ed6316a035a9c0', '52.167.144.162', 1686769198, '__ci_last_regenerate|i:1686769198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f66e380136c6f22d427e8871490296771799ca', '190.148.252.161', 1669989965, '__ci_last_regenerate|i:1669989965;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669989944;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f6f897d3abbf853f6a98c1d0e009523319db20', '181.131.32.139', 1670099973, '__ci_last_regenerate|i:1670099960;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f81e18983903ca5860ad1dd7c571ea1a6f297e', '80.255.7.74', 1650679546, '__ci_last_regenerate|i:1650679546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f861f6303cad183d98da6738a9d1b35f5aedd2', '51.210.182.66', 1650745949, '__ci_last_regenerate|i:1650745949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18fb11419c1fc4a57adbfab9825c42c3804f77ef', '190.56.173.251', 1652132675, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652132675;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"G1d9EqgUuIa0VeP5i6zo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18fbe2fbef9db2d708c7e3d70891e3852aa5478d', '190.56.49.237', 1665796008, '__ci_last_regenerate|i:1665796008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665795974;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18fe4006513d12c9ebd400a1cd3a4e14f3aaafbe', '207.46.13.106', 1670855763, '__ci_last_regenerate|i:1670855763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18fe90a0d8923979b5f3f48b9337dbca71448c64', '93.158.90.155', 1676649803, '__ci_last_regenerate|i:1676649803;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18ffe8fda97d727dbc32bd23265453f62a1ed0ef', '190.148.157.80', 1669332142, '__ci_last_regenerate|i:1669332142;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669332131;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1900df8210ea5c861ca781d23d55eb770a80911e', '17.121.114.191', 1656781635, '__ci_last_regenerate|i:1656781635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('190133b99eafed92838fb9d7a903d1a79428094c', '35.89.89.80', 1671716284, '__ci_last_regenerate|i:1671716284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1901d3d810f8c41436b717f7a1ca211d34224cd8', '54.185.220.164', 1679924100, '__ci_last_regenerate|i:1679924100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1902573ff6e96179dfaacbcbf1726d1b49eea8a4', '157.55.39.173', 1670374532, '__ci_last_regenerate|i:1670374532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19049d0fe65f3199e201fb8a8fb93299d9b5ed66', '198.235.24.139', 1652284716, '__ci_last_regenerate|i:1652284716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1904f330af921564b8bd9ea9461b5392875af341', '190.148.157.177', 1682181875, '__ci_last_regenerate|i:1682181875;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682181867;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('190a679d0316ff4417b7e19d2ffdcda5e6d51688', '190.148.158.151', 1677280152, '__ci_last_regenerate|i:1677280152;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677278316;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('190d2ac8dd8438f8b75e04e9e14ba1981c9440c2', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('190e15f6a725c8ad8775b4e70ff5549d1b7116cc', '207.46.13.217', 1684025473, '__ci_last_regenerate|i:1684025473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('190edb6717a4b52eeef39571dac77013e1e218f1', '190.148.157.80', 1669241112, '__ci_last_regenerate|i:1669241112;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669241109;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19117b465fdfabc9765057ccd4c9569460b64dc5', '52.167.144.98', 1685083725, '__ci_last_regenerate|i:1685083725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19125d38c3c4c876082433173d0a157c82f9d414', '54.36.148.99', 1673795704, '__ci_last_regenerate|i:1673795704;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1913a1ce8c152bf8fefcc8b2f5dd0b81ce75647b', '52.167.144.164', 1686100738, '__ci_last_regenerate|i:1686100738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1913c89dc99c534cbdd983425606d45ca7524a1d', '190.56.50.253', 1682535960, '__ci_last_regenerate|i:1682535960;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682535898;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1914fa08b14631bac36db10bcf5e9dcbdcac46e7', '5.188.62.76', 1659588526, '__ci_last_regenerate|i:1659588520;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('191553008651aba441503e63c69f3a4bda13d791', '190.148.252.151', 1671326613, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671326567;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671326612;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1915c2395cc2ef755025819ae6a731ea843656ec', '52.167.144.162', 1686667320, '__ci_last_regenerate|i:1686667320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1917b1e433794c672ec83a5da065337fd63ad821', '51.158.102.254', 1656192423, '__ci_last_regenerate|i:1656192423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19182cd9284b172c1847569b8fd0446bd4e93da9', '51.222.253.17', 1687402106, '__ci_last_regenerate|i:1687402106;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1918ca1d914fd55bbed691013331eb33e21a33b3', '40.77.167.102', 1670973617, '__ci_last_regenerate|i:1670973617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('191aee0eba287800720b8f75bcffc3903740ff48', '74.208.2.213', 1668050098, '__ci_last_regenerate|i:1668050098;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('191c2bf3d8522282e5697cc096bff9f8e0528f7c', '190.148.252.96', 1672941725, '__ci_last_regenerate|i:1672941725;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672933899\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('191eb96025dd6968a38c2091b5ccc42f0552b9d3', '40.77.167.219', 1677671409, '__ci_last_regenerate|i:1677671408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19211c3d266f2237896dba4fe443350a91acbbcc', '190.56.32.162', 1686525914, '__ci_last_regenerate|i:1686525914;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686525911;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('192453c93b8454a69cfed84794d1fc4d412b745d', '40.77.167.63', 1672157232, '__ci_last_regenerate|i:1672157232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('192585ba3bd6f36594e0c7e17ec8db413729a0e9', '54.36.149.81', 1661129653, '__ci_last_regenerate|i:1661129653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1928f366a3899c86063c8fb5673590b91dd2efa3', '173.249.31.237', 1659409060, '__ci_last_regenerate|i:1659409060;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1929525f28ce5e43019f68f6a193481fdcf3e649', '190.148.252.96', 1673033143, '__ci_last_regenerate|i:1673033143;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673033098;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('192e458c7f3563e56fc0f318438a3ac8f721acf5', '52.167.144.56', 1685805744, '__ci_last_regenerate|i:1685805744;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('192e75edb486c8a59f607b5d7c48563061ce935f', '200.119.173.130', 1675875645, '__ci_last_regenerate|i:1675875645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675875637;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('192f6f1e3427c29700184860d8886e6e7a753ed5', '40.77.167.207', 1681582235, '__ci_last_regenerate|i:1681582235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('192fd6a4a2c9a0b14bb909dcd3bd5028c184cd4d', '157.55.39.54', 1659816853, '__ci_last_regenerate|i:1659816853;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1931e869542913af065e1b216b436d6427c56cd7', '198.251.73.79', 1679118696, '__ci_last_regenerate|i:1679118696;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19382b452f1dcec874bd70cc7385119d6ade165d', '40.77.167.123', 1683218031, '__ci_last_regenerate|i:1683218031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1938ffc2e6b14286ae9ab68053bc8463d266c8b7', '207.46.13.44', 1673086058, '__ci_last_regenerate|i:1673086058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1939c1718eb8d43993aeff7c5b580ce9c2a06142', '190.148.157.222', 1656022315, '__ci_last_regenerate|i:1656022315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('193affae7b55e2542644a06db8f4ef9c8e6ef405', '157.55.39.173', 1669577832, '__ci_last_regenerate|i:1669577832;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('193c00a2335e736d13d9505a31e318852ebb391d', '40.77.167.13', 1672928901, '__ci_last_regenerate|i:1672928901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('193d18cb7c2869b1b071000730e1fb73da6998a2', '209.160.115.40', 1682930805, '__ci_last_regenerate|i:1682930805;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('193de10f78525255e354a5f7f7efcec240ce4306', '46.101.63.152', 1652762861, '__ci_last_regenerate|i:1652762861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('193e130bc81c420c4b600d083ed3e93c5abe567e', '198.54.130.141', 1678528030, '__ci_last_regenerate|i:1678528030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('193ed02fb3d34a3783385d0581e3d86b72c45a37', '40.77.167.27', 1659674634, '__ci_last_regenerate|i:1659674634;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('193fef91965bf9c68b2085d0476ba19edd05c6fd', '138.246.253.24', 1651781453, '__ci_last_regenerate|i:1651781453;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19405e6a3c0ae84d4bd6e485254866b15bb599e1', '111.7.100.27', 1650976298, '__ci_last_regenerate|i:1650976294;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1942527602185cf9fd990d3d8fc172cfabdc3660', '190.148.252.161', 1669996486, '__ci_last_regenerate|i:1669996486;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669996446;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1942b340f431f748089733d848b106b6db931112', '200.119.172.60', 1675040728, '__ci_last_regenerate|i:1675040728;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675040480;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1944fa6afe11a420930628f1729349883ebc6f83', '207.46.13.145', 1668165868, '__ci_last_regenerate|i:1668165868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('194989d50e8347276341bdab86af2fc36cb119a0', '190.148.87.51', 1676300030, '__ci_last_regenerate|i:1676300030;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676059965\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"qHLdORzlTyct2CsJu9F4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1949da2562ac389b57608826ee1dc0cdacc16fbe', '114.119.154.186', 1684454992, '__ci_last_regenerate|i:1684454992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('194b789552de5b274e4e46c2ce4268dc0251a1dc', '147.182.171.81', 1650861182, '__ci_last_regenerate|i:1650861182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('194cfaef0d029ad5f37713ca0c36976a1411fcf2', '114.119.137.252', 1684881579, '__ci_last_regenerate|i:1684881579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1950a81d9997bbe7dae3d6f6af7a25e796f70c65', '190.148.157.53', 1684011856, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684011856;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684011834;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1951b9a7e45b4eb55811df6b8bd4dd9d26bfd038', '54.37.233.116', 1650851698, '__ci_last_regenerate|i:1650851698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195235cbb97c599f5e7ba3ea1ad00dcf8ffc83c9', '137.184.38.179', 1687870593, '__ci_last_regenerate|i:1687870593;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19568b21b1df1c53822770c2fbdd53a89d0a7ec1', '176.53.217.182', 1650722708, '__ci_last_regenerate|i:1650722708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195903c481fc9e2deab042d3929e0fe286ab3e9a', '114.119.135.35', 1686680555, '__ci_last_regenerate|i:1686680555;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195a6bbd0567c0903fdd293d2c40f8cb6ddb8a20', '157.55.39.253', 1682290461, '__ci_last_regenerate|i:1682290461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195b6da6c3a4668f46b6bac618da9133ea5a7828', '190.148.157.98', 1679159704, '__ci_last_regenerate|i:1679159704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679159692;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195b8b36c979149060666c35d739ef5af1b9aa82', '190.148.158.69', 1685660812, '__ci_last_regenerate|i:1685660812;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685660765;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195c707c0451848336e5b792b58f6c17e4ca60b1', '114.119.157.206', 1686869431, '__ci_last_regenerate|i:1686869431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195c8500f740f504f641a403f68f4bc41b6ebdd2', '114.119.154.103', 1687587700, '__ci_last_regenerate|i:1687587700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195d7c074c12e4146e3ac72da7cf395ece025af1', '34.220.89.94', 1653485622, '__ci_last_regenerate|i:1653485622;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195f54180283d5ffa56d5659bae2d333344afc8b', '51.222.253.11', 1683689567, '__ci_last_regenerate|i:1683689567;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('195f67685c1560c7803bdd5b5bb8746338dec54e', '190.148.87.164', 1667923042, '__ci_last_regenerate|i:1667923042;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1962e2d11b12e59253b681418bb4fd3b14a0ad44', '157.55.39.25', 1663461775, '__ci_last_regenerate|i:1663461775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19650266f5bc354591883534a4ca9f39841fc6a1', '190.148.252.76', 1654182536, '__ci_last_regenerate|i:1654182536;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654054804\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654181423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1966f6c8effbb7753e70970395875da04aded000', '157.55.39.88', 1662616027, '__ci_last_regenerate|i:1662616016;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('196b55c4c1cc507b6a7a2ea9002fb101eabb664c', '207.46.13.234', 1659140648, '__ci_last_regenerate|i:1659140648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('196bdc42018afec031d315095744cac3b08ea559', '144.217.135.235', 1676900438, '__ci_last_regenerate|i:1676900438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('196c1c17ee9553875910ec2e68c578ac2816a323', '54.36.149.13', 1664913553, '__ci_last_regenerate|i:1664913553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('196d3566f2e6f6c6f2cb05831bae603122906bab', '66.249.79.195', 1687099317, '__ci_last_regenerate|i:1687099317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('196d5fa25c2e8352088e4365c74274d3579c8758', '190.56.49.206', 1655420306, '__ci_last_regenerate|i:1655420306;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655410143\";last_ip|s:13:\"190.56.49.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655420303;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('196f168d93fe445d57b61743390266f8e4918c69', '137.226.113.44', 1653542259, '__ci_last_regenerate|i:1653542259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19719dc5763f087690fb00f2f8d5d11477083113', '190.148.252.183', 1681250232, '__ci_last_regenerate|i:1681250232;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681249663;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1971d6ea93dd8b528bda1d68ddba36908ee25cce', '114.119.136.143', 1687652147, '__ci_last_regenerate|i:1687652147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1972d7c5ce299aa22a4fd5a3f72e6fee76b26c06', '40.77.167.106', 1650829380, '__ci_last_regenerate|i:1650829380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('197300a92e1f441bcccb52759648d6a5482fe051', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('197439505336aee7a43362c3316cadf94ebe3fa2', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19745f5e9ee3bb133bb4ec1cbe2325fdd5e21045', '157.55.39.227', 1688453094, '__ci_last_regenerate|i:1688453094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1974cb998f4a40ef875f3d33fb56dda27833368e', '114.119.137.252', 1685528654, '__ci_last_regenerate|i:1685528654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1975024ff9c5c73eb21506c0237268eeeb3a0de6', '190.56.54.156', 1665194185, '__ci_last_regenerate|i:1665194120;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665194184;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19751a1a8edd88e2938acc4ec0c5d04f864bf627', '162.14.71.142', 1656790188, '__ci_last_regenerate|i:1656790188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('197520b64233700dfc7a8de2588b9ac7683266d6', '52.167.144.98', 1684121117, '__ci_last_regenerate|i:1684121117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19753efc22a88d3335cc69e4e6a5c1c72987ea8f', '52.167.144.162', 1686158777, '__ci_last_regenerate|i:1686158776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('197796d9ab205d2e51e2e0c2b0e88a1bd70dfb1e', '40.77.167.11', 1659143121, '__ci_last_regenerate|i:1659143110;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19782dc430c718536067314bdf0bf5f65c4a31a9', '205.210.31.141', 1651716497, '__ci_last_regenerate|i:1651716497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('197c164f171a81f02628ff459dee6aa874cd9fbc', '190.148.157.183', 1680458718, '__ci_last_regenerate|i:1680458718;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680458697;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('197c1c9ea51f9c1529ba1678d69b7e393f7861a9', '198.244.142.178', 1657181760, '__ci_last_regenerate|i:1657181760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('197c38cd90df607476f21792a0b697d3f556a065', '190.148.252.55', 1675711127, '__ci_last_regenerate|i:1675711127;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675709404;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('197f06d11c8c05c7ea5d437c09f76ae2c4472aa3', '190.148.157.117', 1675638976, '__ci_last_regenerate|i:1675638976;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675638956;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1981979892e9e322d74e4cf6cfb6d26e0b941d21', '114.119.146.158', 1687046213, '__ci_last_regenerate|i:1687046213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1981c2a9b04f7b68db0a8f69fb9702097155d83f', '200.119.170.209', 1656700955, '__ci_last_regenerate|i:1656700953;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656689199\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656700953;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('198599d3734e3cfbbb04f4f648e7178906d575c2', '157.55.39.51', 1669076227, '__ci_last_regenerate|i:1669076227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1985a187cd0b858735b093f440cb574e580e8486', '114.119.139.42', 1688181936, '__ci_last_regenerate|i:1688181936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('198723424659d7ecc788f027037ef446018e897a', '69.160.160.59', 1667400626, '__ci_last_regenerate|i:1667400625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19879110c0119f90cec758188d45fd7cbef0956b', '157.55.39.51', 1669577812, '__ci_last_regenerate|i:1669577812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('198824b33ea1a2366ed7d4dbdb612fbd825d50da', '51.222.253.12', 1663946545, '__ci_last_regenerate|i:1663946545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1989a658939148d2e6474f7202f52e27ceca58a4', '52.167.144.164', 1684804159, '__ci_last_regenerate|i:1684804158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('198ae43ce7aaac6c23573091ac3a3c545979fddf', '114.119.151.17', 1687537611, '__ci_last_regenerate|i:1687537611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('198c4bb32162b8fe0533ae1ad8edb48c7eb02483', '54.36.148.173', 1680814350, '__ci_last_regenerate|i:1680814350;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('198d5a0f94546c61bb870c0fd960e044733b2aca', '52.167.144.89', 1679668245, '__ci_last_regenerate|i:1679668245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('198f054313429abef4e9ffb55decd0e3bcaaa50b', '52.167.144.70', 1688296431, '__ci_last_regenerate|i:1688296431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1990242b4bedcb32ab50c25e0e327dff26b091a9', '200.119.174.9', 1674224532, '__ci_last_regenerate|i:1674224532;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674224425;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1990588d044e6a7e29d8fa241f8ebeeeee57bb22', '114.119.152.155', 1684510759, '__ci_last_regenerate|i:1684510759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19928d3e8a6a5505f819a6f1c4bdd3cac5c8d3b6', '190.148.158.151', 1677075670, '__ci_last_regenerate|i:1677075670;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677075599;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1993332b679597c4f1a0f31cde088895a1f2f05f', '114.119.145.37', 1686423995, '__ci_last_regenerate|i:1686423995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19942c1340d45e0a8e86c02e272c02a4f664c5e3', '173.208.246.130', 1653003375, '__ci_last_regenerate|i:1653003375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19948f0a76e2605af808e655d13c4ff81b79e2a3', '114.119.153.105', 1687617759, '__ci_last_regenerate|i:1687617759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19949f30a78658bec1c3ec7b19dc1f8a647a0d93', '52.167.144.171', 1685129288, '__ci_last_regenerate|i:1685129288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19965b4f1528d219b54df39c2431b6148435705e', '130.245.169.247', 1657277743, '__ci_last_regenerate|i:1657277742;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('199a00522793662b449c6ae827dcf364f327c707', '207.46.13.236', 1654043001, '__ci_last_regenerate|i:1654043001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('199a7ee52d901e5a4cf809ff344bbf0fb0318c5a', '52.167.144.154', 1687835846, '__ci_last_regenerate|i:1687835846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('199ac01eb93c47fb47a1e4940f81ea6cfcd5d96c', '207.46.13.207', 1678625281, '__ci_last_regenerate|i:1678625281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('199b2d57054ae235b9d095f235d96f59ef33548c', '207.46.13.217', 1684239358, '__ci_last_regenerate|i:1684239358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('199e7d1c4ad601d77c3b4fa542c4751eba1cd038', '157.55.39.253', 1682250747, '__ci_last_regenerate|i:1682250746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('199f658f898c9abbe13cc3331352c6ad088ba0b3', '51.222.253.12', 1685214679, '__ci_last_regenerate|i:1685214679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19a02ec874d0121ac26c41c2985dc3605252b4a7', '190.56.48.81', 1665950594, '__ci_last_regenerate|i:1665950594;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665950451;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19a066b3842ba74384e0c181c015ac3ed37b71b7', '190.148.252.55', 1675717657, '__ci_last_regenerate|i:1675717657;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675717654;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19a11dd3b5987fe9c0457d33bee418f3870101b4', '157.55.39.149', 1651115197, '__ci_last_regenerate|i:1651115197;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19a222271c592e4e3c6021ff890d5517965a2952', '200.119.170.113', 1666717399, '__ci_last_regenerate|i:1666717399;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666717372;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19a8720733a251f30234f39c1e8133d56991a21f', '40.77.167.114', 1678668349, '__ci_last_regenerate|i:1678668349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19abfd842ebdd0d9219b96c786eb34152ee2af3f', '34.212.178.151', 1655472229, '__ci_last_regenerate|i:1655472229;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19ac042a8855e61c13c8ad82f6825c8159bbf2bb', '185.181.60.39', 1678578465, '__ci_last_regenerate|i:1678578465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19ac36736761d2580752be88268ffafbe232e600', '157.55.39.253', 1682611580, '__ci_last_regenerate|i:1682611580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19ad291b6ad3aea627673b94b5eb269b511927e0', '185.27.99.138', 1655113325, '__ci_last_regenerate|i:1655113325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19add8eca0045dcc96f4b2e955443eee01ae7995', '205.210.31.143', 1658543936, '__ci_last_regenerate|i:1658543936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19aea2ffd47e9cfccbc679d479906712f07003d6', '190.56.32.35', 1671746728, '__ci_last_regenerate|i:1671746728;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671746005;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19b1ec3dd1d13c5db7fe781e5046bd9d2ddaafc8', '190.148.252.183', 1681590626, '__ci_last_regenerate|i:1681590626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681590477;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19b224ad4d1c55c09d54eec59ecbbe03b9ef066d', '114.119.144.179', 1687618329, '__ci_last_regenerate|i:1687618329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19b484084665fc8378ceee0a02566a4c4930f2dc', '52.25.14.75', 1661779774, '__ci_last_regenerate|i:1661779774;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19b70e3c06a32188ece40fe226d46e8182f3dde1', '40.77.167.13', 1672887306, '__ci_last_regenerate|i:1672887306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19b8dffc669fbc449a48cd6e972116a4b8989e57', '40.77.167.182', 1683265878, '__ci_last_regenerate|i:1683265878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19b92f4c80fb87fd1b010d3ae4d55ea6aa3f8020', '190.148.158.69', 1685907060, '__ci_last_regenerate|i:1685907060;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685907033;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19bbbb7a99409d1304460b34623fd650abd02141', '114.119.140.170', 1687995216, '__ci_last_regenerate|i:1687995216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19bc31fe759827a9aad8451ab1f5dae19ffb94de', '54.37.233.116', 1650851713, '__ci_last_regenerate|i:1650851713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19bc65315f7dd432e9855681588b9b2ba6c1cdf3', '200.119.172.60', 1674566271, '__ci_last_regenerate|i:1674566271;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674566260;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19bcb018a1aecfb361f42ebf89504f2c3333e4bf', '198.251.73.97', 1672881336, '__ci_last_regenerate|i:1672881335;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19bd22a705790101459efa42799c1eb7bfa51adf', '54.36.148.210', 1653624381, '__ci_last_regenerate|i:1653624381;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19bdb85dfe767538dc67544419c3ae51cccc9027', '40.77.167.227', 1681013505, '__ci_last_regenerate|i:1681013505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19bec09096fba8cde7b17a7fbfc0d06189e5b679', '190.148.252.161', 1669851410, '__ci_last_regenerate|i:1669851410;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669851392;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19c0257e126a0dd332a6084ff2123f83616a04fd', '207.46.13.41', 1670879715, '__ci_last_regenerate|i:1670879715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19c0c01b105a221612a0b547738841d7a832b3d2', '54.174.58.229', 1676751454, '__ci_last_regenerate|i:1676751454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19c38bb0f1a20c4f7bb34c41e0a60e64c8a9e7b6', '190.148.157.177', 1682347364, '__ci_last_regenerate|i:1682347364;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682347364;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19c3cdc77f5c56fcc1de52c9241d9eaee8ceeca7', '198.251.73.121', 1679118416, '__ci_last_regenerate|i:1679118416;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19c4cef75ff4d323f9d1a3e1f7691bf762694350', '157.55.39.253', 1681911142, '__ci_last_regenerate|i:1681911142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19c92872050045b46d67dfe77671a49ff5279384', '66.249.74.107', 1684461684, '__ci_last_regenerate|i:1684461684;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19ceca243c862b86061be11c3d58bc1e2320300f', '157.55.39.192', 1666459745, '__ci_last_regenerate|i:1666459744;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d2293a445f64ec484e2cb0e68cb6267f334329', '195.123.241.30', 1669408124, '__ci_last_regenerate|i:1669408124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d2a592a613dc428d56d7153f23df22e28b19e3', '114.119.136.245', 1687511029, '__ci_last_regenerate|i:1687511029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d39f4fc1ccae8a31d76bd767983518fab11f04', '190.56.32.174', 1676936022, '__ci_last_regenerate|i:1676936022;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676935845;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d3e0c047ec015df9bb33e1644e439e3b49c6e1', '190.148.252.223', 1658938641, '__ci_last_regenerate|i:1658938634;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658881820\";last_ip|s:15:\"190.148.157.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658938641;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d46e646f2be0d0671ac09b67091f715304b0b3', '51.222.253.6', 1680297834, '__ci_last_regenerate|i:1680297834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d4c4444a8335d0aac0698a6b5536c93cba1a6c', '52.167.144.89', 1679301856, '__ci_last_regenerate|i:1679301856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d5efdd14ee3bdd339b3cc742bb72b053fc233d', '190.56.32.35', 1671723804, '__ci_last_regenerate|i:1671723804;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671723761;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d7ed7e41d5083d23281db5509d0aed3bc115ae', '190.148.157.98', 1679250696, '__ci_last_regenerate|i:1679250696;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679249465;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19d9a3fbfa7d50cf157b458496e1906f1244841d', '207.154.204.175', 1657274121, '__ci_last_regenerate|i:1657274121;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19da17ed3b7b030129ebad23aae046e659887a4a', '40.77.167.37', 1668598904, '__ci_last_regenerate|i:1668598904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19daed8dff5352034eeeeb6a448691216c6ac187', '51.222.253.11', 1679501659, '__ci_last_regenerate|i:1679501659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19dc7e921f81809192735518534719c94944278a', '190.148.158.69', 1685826721, '__ci_last_regenerate|i:1685826721;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685826701;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19dccd9d5b77616bbe18ab231fb78de83285a15c', '52.167.144.171', 1685594530, '__ci_last_regenerate|i:1685594530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19dcd1b87c63edeb9cb19e8d852ec41895422fc1', '207.46.13.205', 1671597868, '__ci_last_regenerate|i:1671597868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19dda6941b4e68f47bd5e1a88b940a3c03ee8492', '17.121.114.254', 1651941762, '__ci_last_regenerate|i:1651941762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19de0eb8d1682b36beb79f448e13e6c585b31724', '207.46.13.224', 1680532185, '__ci_last_regenerate|i:1680532185;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19e13b65b32e81190a7792f15ef4eaf69ecb695d', '114.119.129.200', 1686808652, '__ci_last_regenerate|i:1686808652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19e34becb71154c852653f23326c73deb883aaec', '5.188.62.140', 1656411876, '__ci_last_regenerate|i:1656411868;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19e5e0b03fdc8d1800caeb66e77abddda8cf5c2a', '190.148.157.53', 1684111354, '__ci_last_regenerate|i:1684111354;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684110790;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19e6a51f189940d3d0944ede10ae2f8a536c1aca', '40.77.167.13', 1672943635, '__ci_last_regenerate|i:1672943635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19e725ed28bda739e3c5621f6d393185a6c93ace', '200.119.173.90', 1657230122, '__ci_last_regenerate|i:1657230122;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657226110\";last_ip|s:14:\"200.119.173.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19e82b38cf8de86e79728a47f1a38164dd0b69f2', '52.167.144.43', 1683724288, '__ci_last_regenerate|i:1683724288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19e959f60fd7bd876a73c2a29b4ae2c377f1e9af', '207.46.13.41', 1671110031, '__ci_last_regenerate|i:1671110031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19ed8dd2b85a13ed979a40cc25d9fae111fb1091', '66.249.73.8', 1682349594, '__ci_last_regenerate|i:1682349594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19ee5d43201e74e80895ac07bb987a97500d9de2', '52.167.144.154', 1687653190, '__ci_last_regenerate|i:1687653190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19f1bcebf23f2fbed0a5a77374192dcd015f16bb', '190.56.50.253', 1682698779, '__ci_last_regenerate|i:1682698779;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682698776;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19f6b6af6454cb9fd61625f21764033c743e91f2', '54.37.233.116', 1650851985, '__ci_last_regenerate|i:1650851985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19f82383052256c1507f95358bfeab0f7c99afc6', '207.46.13.211', 1679258350, '__ci_last_regenerate|i:1679258350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19fbb00813952c8d24623155ef2c3c7326c7d34b', '66.249.65.100', 1677835885, '__ci_last_regenerate|i:1677835885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19fcf52e628fe89b92b0ac19a77b647869086954', '54.36.148.41', 1650946034, '__ci_last_regenerate|i:1650946034;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a002cde6739e7076863156eaeeded7ba1572e3f', '190.56.50.253', 1682705604, '__ci_last_regenerate|i:1682705604;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682705596;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a0075337c561e0431e281b112b4e53407894b5a', '40.77.167.191', 1681830990, '__ci_last_regenerate|i:1681830990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a01e4867cbda301c2da364dbbded687750b2e79', '52.167.144.164', 1686667311, '__ci_last_regenerate|i:1686667311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a033b0abaa8b17f2c28ab7ef6fbdfc41cfd0895', '54.218.207.145', 1674911008, '__ci_last_regenerate|i:1674911007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a043fc317df8bfde35073cd4bfc51c35a0fc787', '114.119.145.42', 1687658262, '__ci_last_regenerate|i:1687658262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a049e88f90fd0ab02db227a19126e94eb564d88', '52.167.144.63', 1687159835, '__ci_last_regenerate|i:1687159835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a04b5ee80cff1dd700225517a27ef17f8f0d7d7', '141.147.113.25', 1651180692, '__ci_last_regenerate|i:1651180691;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a04d6612140bc27f9d62bd19cee3ec46aeac97f', '114.119.132.9', 1688184405, '__ci_last_regenerate|i:1688184405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a058666c3cc2d79cec74ea810aa85b4cdce509a', '51.222.253.12', 1664537963, '__ci_last_regenerate|i:1664537963;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a05cd7b7b9c43618194a0959f990876a36ee6f9', '114.119.147.209', 1686321420, '__ci_last_regenerate|i:1686321420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a0a1f931dd78530157442e5bd96487806799bb7', '52.167.144.98', 1686406948, '__ci_last_regenerate|i:1686406948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a0aac6b8046d79659132ede7018312e178392ee', '114.119.151.128', 1684951341, '__ci_last_regenerate|i:1684951341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a0e34d4e267b12eb2f8dd5464cd92a2a8e1f69a', '51.222.253.1', 1685565781, '__ci_last_regenerate|i:1685565781;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a0e3cffe0d5a05bbc36f0697b67d553b8567a12', '207.46.13.41', 1671427801, '__ci_last_regenerate|i:1671427801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a0fe83876d73fe84dc2a6825b2fb9f1c76a1293', '157.55.39.215', 1678333003, '__ci_last_regenerate|i:1678333003;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a100135c59c8f4ac5cd7d9c7f8f06803a0e531c', '190.56.32.174', 1676913228, '__ci_last_regenerate|i:1676913228;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676905216\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"A9XJ7LbWmMjnQta65kFz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a107a1d6030505fe4a28ee4a5d3fdc30db5154a', '52.167.144.162', 1686400391, '__ci_last_regenerate|i:1686400391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a1240cd882c0e3c0c2248752d5491b9eb16627f', '157.55.39.231', 1672559365, '__ci_last_regenerate|i:1672559365;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a147bb22d0c718a1ddbaa05251c199588f33671', '3.111.41.2', 1670738476, '__ci_last_regenerate|i:1670738475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a14ffc7449d7e24a57e5966672ed8853701a046', '52.167.144.43', 1683658263, '__ci_last_regenerate|i:1683658263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a152a3beec0000c47fd26f96b39aa88e7b0f1a0', '190.148.157.103', 1666797922, '__ci_last_regenerate|i:1666797922;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666797914;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a176e1f378e78a0c7d869db3bbe5ea499f581c4', '157.55.39.200', 1664632070, '__ci_last_regenerate|i:1664632070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a179472be14fb988e632267c6a8a351053cafbd', '200.119.170.221', 1664464591, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664464591;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664464564;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a191cd1e81c2bd03e7b3e1613fae7b26058a24b', '157.55.39.88', 1662626103, '__ci_last_regenerate|i:1662626103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a1a488ccd94cb1a468da76bc531a3e516add651', '190.56.32.35', 1671816294, '__ci_last_regenerate|i:1671816294;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671816287;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a1b639e2457b764671e6b72c1b6253f3e8fb405', '52.167.144.89', 1679167307, '__ci_last_regenerate|i:1679167306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a1c4dcb2edcd29b710cc418f04f5d8078182be2', '52.167.144.171', 1684756848, '__ci_last_regenerate|i:1684756848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a1caf1eaf5cb75ddc17eaf36108dd33e1119a00', '207.46.13.10', 1671226246, '__ci_last_regenerate|i:1671226246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a1ffdae79324d44ac3907294d430807aba97767', '200.119.172.55', 1661458875, '__ci_last_regenerate|i:1661458875;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661436067\";last_ip|s:15:\"190.148.252.220\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661458875;register_id|s:2:\"85\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:03:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a20c100a74640cafd65f9a80688350f45fc670e', '200.119.174.9', 1674170463, '__ci_last_regenerate|i:1674170463;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674170441;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a232814f773d0a95218c2f882608178f5ed1801', '190.148.252.151', 1670950378, '__ci_last_regenerate|i:1670950378;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670948619;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a23ba5e6590f2784d0a3804b5de7682c740c843', '104.131.94.170', 1657274120, '__ci_last_regenerate|i:1657274120;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a24838009c0854f7aff40e991a64240c01f5ed8', '190.148.252.67', 1688521763, '__ci_last_regenerate|i:1688521763;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688521173;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a251c9ad2bc9e49675d5a8f881f26a26ec29263', '50.21.188.46', 1675140684, '__ci_last_regenerate|i:1675140684;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a25f72b2198963a0f5e40d8a49fc48aabfda6ee', '207.46.13.205', 1671783518, '__ci_last_regenerate|i:1671783518;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a2625b3823707b5c9889f89720a0a659ab87a2f', '52.167.144.61', 1688108629, '__ci_last_regenerate|i:1688108629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a27715b59746d18178e210a35d9760f60433de8', '198.251.73.69', 1686692861, '__ci_last_regenerate|i:1686692861;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a29376f6daf444001efb1607c69f5d3d43bc6f5', '114.119.143.172', 1686025344, '__ci_last_regenerate|i:1686025344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a2afcd89609a89eea106cd7bbfdd5fcf7db80b5', '18.189.2.21', 1680308338, '__ci_last_regenerate|i:1680308338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a2bd4afeb0ce9b5e20eb7e88e10646933bb4f46', '51.195.90.229', 1650840501, '__ci_last_regenerate|i:1650840501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a2d75114e7fab21ba51cf903bb83ff55ab0cd7e', '157.55.39.253', 1681808301, '__ci_last_regenerate|i:1681808301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a2e516e8e6fccc9e277fa1aea7b25edfb8c441b', '51.222.253.14', 1687606177, '__ci_last_regenerate|i:1687606177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a2fa57fa5e7a1b06b7f05f7d099a2fa4714424b', '157.55.39.51', 1669123561, '__ci_last_regenerate|i:1669123561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a304c79a17fce7b880efe4c9dc78f419f42a537', '17.121.115.125', 1663042738, '__ci_last_regenerate|i:1663042738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a3142145785007aba09f52dab6f6132c5be231f', '207.46.13.189', 1668367034, '__ci_last_regenerate|i:1668367034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a32bd6f60201a4b98006ad70e03712e775d4b04', '20.213.112.13', 1651005103, '__ci_last_regenerate|i:1651005099;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a3460c507a0877ebe56be3cbc8f8639b619b3f0', '157.55.39.79', 1669167642, '__ci_last_regenerate|i:1669167642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a349e88e8ba0107776636b109a39fc71d973525', '190.148.87.6', 1668444860, '__ci_last_regenerate|i:1668444860;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668444811;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a35865e718cda0e82bf2333de8531f12005a4fe', '200.119.174.132', 1663791559, '__ci_last_regenerate|i:1663791559;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663781335\";last_ip|s:15:\"200.119.174.132\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663791251;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a35c1d2fc56a7d428545f5b25ed996ae1911e8c', '190.56.32.243', 1684627656, '__ci_last_regenerate|i:1684627656;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684627634;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a364d4ff43f0fa7302d42fbe2ce09efd346892f', '40.77.167.102', 1670929389, '__ci_last_regenerate|i:1670929389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a3a7c3a59e2c43cc4bb8961c15fe6a0fd5984a5', '40.77.167.220', 1677728184, '__ci_last_regenerate|i:1677728184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a3b3f06d00c9bc30422d50645fb92cd30a7b7b6', '207.46.13.211', 1679463823, '__ci_last_regenerate|i:1679463823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a3b9cd43576d68b6ec8ecc70c0c43db241f8dd6', '190.56.32.35', 1671710673, '__ci_last_regenerate|i:1671710673;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a3f3229883f3fc9050429ff6f2dc52e660e6afb', '52.167.144.98', 1685796514, '__ci_last_regenerate|i:1685796514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a3ffd4bf09b35818228ba2aaebce45d8d233b79', '74.208.2.228', 1665904748, '__ci_last_regenerate|i:1665904748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a4156d1f92bba07df83ac2354e5c30cb187e695', '190.56.32.162', 1686276317, '__ci_last_regenerate|i:1686276054;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686276317;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a419edc8c8e82ceb1c4debdb40ebc822ead3e5b', '52.167.144.98', 1686175282, '__ci_last_regenerate|i:1686175282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a41a2ff4ea5895d4613264687c9326ee9802f4a', '51.222.253.10', 1676352362, '__ci_last_regenerate|i:1676352362;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a4251fe6aeef1104013a8d909150d3b24fce4c7', '114.119.136.109', 1688272725, '__ci_last_regenerate|i:1688272725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a45950a2f9ae41526b794d89893b3e421cf1d72', '190.148.158.161', 1651244851, '__ci_last_regenerate|i:1651244851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a474fb09f9bbdff1f7dab2fd43c37c02711a96b', '51.222.253.20', 1681952996, '__ci_last_regenerate|i:1681952996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a477bc0bd34bc6f44fad38b8178d1ed3174c9f1', '157.55.39.28', 1667679988, '__ci_last_regenerate|i:1667679987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a48d193445c454f7ab52495880b1714e5c19ea9', '18.237.74.97', 1678714272, '__ci_last_regenerate|i:1678714272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a4970ec0b837e0cd582ca33cac94b5dbbac743a', '190.148.87.6', 1668200522, '__ci_last_regenerate|i:1668200522;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668198672;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"2f7clarS5ZzeiEHJdUwO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a4ae946f63cb795a542ef9a725b604fc3093284', '200.119.170.158', 1661366925, '__ci_last_regenerate|i:1661366925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a4cec6659716c8d2d6553730736bf4dc35d2862', '52.167.144.98', 1686039685, '__ci_last_regenerate|i:1686039685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a4e26b08888762e2b40ddebb4d07baa340203e9', '66.249.79.239', 1650832853, '__ci_last_regenerate|i:1650832853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a504b2f22ce35ea5550e68df784316395fb8a6a', '40.77.167.49', 1666479587, '__ci_last_regenerate|i:1666479587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a506aec417758c842f8292b4cd4db132d44205b', '114.119.135.83', 1687849131, '__ci_last_regenerate|i:1687849131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a519ca9cd193d7938a98ebcc4b93312c81762bd', '157.55.39.216', 1676485046, '__ci_last_regenerate|i:1676485046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a5387da78514a8a23bd6d3eb354b4234eaa27e5', '190.148.87.96', 1678454214, '__ci_last_regenerate|i:1678454214;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678454208;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a54c3464e2b82edc02cd650c0603254814f620a', '40.77.167.86', 1678530082, '__ci_last_regenerate|i:1678530082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a558bfeee771d581cc60b23929f5dc84ce8ca2b', '51.195.90.229', 1650840724, '__ci_last_regenerate|i:1650840724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a5599e1c36c58486892d24385f2285b9bb78281', '52.167.144.42', 1680117594, '__ci_last_regenerate|i:1680117594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a56ad02b875b4d7899f1faf3a228bf757376b2d', '200.119.172.95', 1659545439, '__ci_last_regenerate|i:1659545439;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659544611;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a56bae04d95d96caa43bf7c075b26dff758bf39', '207.46.13.211', 1680008407, '__ci_last_regenerate|i:1680008407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a58d2bef6cab39a496f72e94a80be24b3de89a8', '52.167.144.90', 1680899744, '__ci_last_regenerate|i:1680899744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a5b774f244799ba517d5163cf57e4aede174fa9', '114.119.129.143', 1687539352, '__ci_last_regenerate|i:1687539351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a5bf1ef23475f6ad61e2022dc21bfd50a29ff0f', '114.119.138.117', 1685678684, '__ci_last_regenerate|i:1685678684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a5d372f569a6a446559a727288b58e68f3af4e3', '52.167.144.61', 1687927165, '__ci_last_regenerate|i:1687927165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a60208baeb62130333cdcf7314c306c89e4664d', '5.188.62.21', 1659471145, '__ci_last_regenerate|i:1659471140;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a62eaa4b821b954ef8a69ad47cc13a20c112dbd', '190.56.32.164', 1664560287, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664560287;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664560282;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a64704850b3aad82f500d4aeee9cc6d3a84d4fb', '207.46.13.221', 1687074740, '__ci_last_regenerate|i:1687074740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a67654d3f3aabe3393689b1fcb3d55811b5d369', '34.219.102.244', 1659792563, '__ci_last_regenerate|i:1659792563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a6b0113100d5fae4f3bb051d8c73f5e9ac70013', '114.119.150.29', 1686043440, '__ci_last_regenerate|i:1686043440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a6c3f61cb166f7cdb3cbfc66317c17e923ac0fa', '190.148.157.50', 1668778085, '__ci_last_regenerate|i:1668778085;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668777922;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a6ca98fc7deae534ebaf22647835bf06fe70b7b', '66.220.149.5', 1682908577, '__ci_last_regenerate|i:1682908577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a6d69966f8696a0f0b4dd0136f4305be33b84c2', '157.55.39.173', 1668934984, '__ci_last_regenerate|i:1668934984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a6ec63a6b7df176b9ab23dd0bd45a83161ab04a', '190.148.87.182', 1679682480, '__ci_last_regenerate|i:1679682480;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679681663;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a6f7bec444f5e852653e4a00832dfb3983c3f98', '40.77.167.146', 1687764672, '__ci_last_regenerate|i:1687764672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a6fc2487f7a08f7a6856767879299ee0e1ef9c3', '40.77.167.169', 1675504444, '__ci_last_regenerate|i:1675504444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a6ffd9b7d49c78be29e4c7ef46133c9c365a218', '66.249.65.178', 1667323085, '__ci_last_regenerate|i:1667323085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a70dcefefcc1d3f5d32a39aa886680aefc8dae5', '200.119.170.212', 1665883701, '__ci_last_regenerate|i:1665883701;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665883334;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a7117ec68f8e30f36b0e6cd4137fe810f43e5db', '52.167.144.164', 1685594543, '__ci_last_regenerate|i:1685594543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a726b5940ab6b804912e3a21ebb4005ed05a84d', '207.46.13.10', 1672679171, '__ci_last_regenerate|i:1672679171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a72c662574b004eed3127435a5dc2cdbdf3f1ff', '190.148.157.194', 1662052895, '__ci_last_regenerate|i:1662052895;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661991901\";last_ip|s:15:\"190.148.157.194\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662052244;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a74d3d601f07e51c3d6a8f6496b66501111ea71', '40.77.167.37', 1668631600, '__ci_last_regenerate|i:1668631600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a758151ca6371f387068cd8b91c28c17cb49951', '51.222.253.7', 1688107206, '__ci_last_regenerate|i:1688107206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a75f3463cfab3819fe7f783788ddf40079fa235', '207.46.13.12', 1675150306, '__ci_last_regenerate|i:1675150306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a76497915b6d676700959af957521debbcfb17b', '190.148.157.206', 1656553337, '__ci_last_regenerate|i:1656553336;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a7697b03f9dbf440df81d0723b47b63f91c2512', '200.119.172.96', 1675388369, '__ci_last_regenerate|i:1675388369;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675388366;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a7767ea37a47cc310e77a436bb95ab6ab50c318', '52.167.144.166', 1686889977, '__ci_last_regenerate|i:1686889977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a77dab1a96ae79d23336b1a50f9203cd10b8f74', '157.55.39.125', 1655470980, '__ci_last_regenerate|i:1655470971;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a79724f3bd294bc2ef759fb58999d1214b33861', '207.154.204.175', 1657274125, '__ci_last_regenerate|i:1657274125;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a7a4b688330cf7f73a73ca3c42edabcd3943bc4', '40.77.167.37', 1669998941, '__ci_last_regenerate|i:1669998941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a7ae81034b17d766adc063e446afb930249686e', '190.56.173.213', 1683594339, '__ci_last_regenerate|i:1683594339;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683593525;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a7bb775d18aae1fa443ee4c48b6a2cd1ec7e57b', '190.148.252.183', 1681253319, '__ci_last_regenerate|i:1681253319;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681253266;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a7cebc2f9cc9e8c9a41537863c113f6527bd789', '190.148.157.99', 1662651438, '__ci_last_regenerate|i:1662651438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a812f8bbbe07c09b8e44998eb9ce5322ee25b9e', '190.148.157.53', 1683990713, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683990713;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683990245;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a8184e23e6f3715b41d5b0f38747b64dbf686ea', '52.167.144.66', 1682293466, '__ci_last_regenerate|i:1682293466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a82781361a9cfa7475f99d0d234f6fe11eeb919', '54.187.237.224', 1682083267, '__ci_last_regenerate|i:1682083267;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a840ab566d8e4c41c85494cc210cb34e43dd72d', '40.77.167.13', 1672331367, '__ci_last_regenerate|i:1672331367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a8451e42ac1ffc0caf4a8da1b22924c3bd7d3f8', '51.222.253.7', 1674436040, '__ci_last_regenerate|i:1674436040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a84d642797c63815d37b0a0927ce667380d3e60', '114.119.142.39', 1686562220, '__ci_last_regenerate|i:1686562220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a85e181d1f4840fbe18824ad2c76a93ec8dff80', '157.55.39.69', 1672124212, '__ci_last_regenerate|i:1672124212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a862809ef5a06ad034f8361cfc887b2e90f310d', '52.167.144.162', 1686527966, '__ci_last_regenerate|i:1686527965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a87cb656c07e8096f674ac2b168a89e176d6c87', '190.56.54.156', 1665166183, '__ci_last_regenerate|i:1665166183;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665166179;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a88b45e07481588366c40e22c154912ced13019', '190.148.87.182', 1679792504, '__ci_last_regenerate|i:1679792504;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679792501;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a8abe95ffde751e2a13be0a48ea29b0b8de820e', '190.56.173.175', 1652910757, '__ci_last_regenerate|i:1652910757;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652910599;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a8adc947532b8dafce1254296c13b80832a5035', '51.195.216.255', 1650895608, '__ci_last_regenerate|i:1650895607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a8c153e396e65a61d62af8590f7da2408a005c7', '144.76.151.42', 1650866386, '__ci_last_regenerate|i:1650866386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a8c1550a90453876ef1e102a46c5c1c88e9c32a', '114.119.137.116', 1688096904, '__ci_last_regenerate|i:1688096903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a8d409cfd3fa110d1b6aa746b95b44343d90feb', '190.148.157.80', 1669248872, '__ci_last_regenerate|i:1669248872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669248796;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a905ac4a52c3614b04a98487ac16aab43516d06', '52.167.144.171', 1685277135, '__ci_last_regenerate|i:1685277134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a90d3b74f3c4b9448866b2ce7e315142e1a1ffd', '190.148.87.6', 1668124232, '__ci_last_regenerate|i:1668122628;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668114706\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668124232;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a92d0a1b8de9f99dcc83c8507fbce9324c81474', '190.148.252.151', 1671151898, '__ci_last_regenerate|i:1671151898;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671150448;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";error|N;remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a95768eebe84e16bdf551de00c7e9aedcdc454f', '40.77.167.37', 1668367160, '__ci_last_regenerate|i:1668367160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a974fc45c48c0e80492ded50b2699e363fe3024', '190.148.252.236', 1656087879, '__ci_last_regenerate|i:1656087879;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656076616\";last_ip|s:15:\"190.148.252.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656087587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a9827505cbab409674dec0f0d6bb04a2b257714', '52.167.144.61', 1688208555, '__ci_last_regenerate|i:1688208555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a9bbf2fe5ad2fe3664b9226ee2ca3240ca13c39', '190.148.87.182', 1679683886, '__ci_last_regenerate|i:1679683886;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679682485;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a9c137540d127072bb00df5c4628a7f465e1555', '185.27.99.146', 1659396437, '__ci_last_regenerate|i:1659396437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a9caba8ef2539ce62596b7782f31929692b8851', '157.55.39.128', 1674073351, '__ci_last_regenerate|i:1674073351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a9f02a896e527ff2d7d416a09f864488074e640', '51.222.253.13', 1669268535, '__ci_last_regenerate|i:1669268535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aa0914eb91f05d7c348a932dd7f79a6bf00430e', '65.108.244.63', 1651173837, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aa14dd51f35b475c773a9394b17d1ac7adfa18b', '114.119.151.82', 1684967083, '__ci_last_regenerate|i:1684967083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aa2e4b282df8b224285c801ad67242e2f9baf03', '34.126.71.134', 1684075592, '__ci_last_regenerate|i:1684075591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aa374a8a15fdb90ee391fd272525e115cc91f50', '157.55.39.46', 1672806051, '__ci_last_regenerate|i:1672806050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aa64565e1fa4f2cb4fdccb7da8aed9a5e0873bd', '40.77.167.101', 1661369893, '__ci_last_regenerate|i:1661369893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aa866f6a8c2099a4837a4b5a57f0d140953fadf', '54.227.32.154', 1650999430, '__ci_last_regenerate|i:1650999430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aa87bf4a6c2e12fe5c4285f661b2a69a5b03330', '157.55.39.239', 1677704363, '__ci_last_regenerate|i:1677704363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aaca066464e3c949047f59e3647bde1e4fc358e', '54.190.42.201', 1684021308, '__ci_last_regenerate|i:1684021308;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aad4fbaae7ab9e66e71ecf0601030007e3ad9d8', '193.201.9.12', 1656309422, '__ci_last_regenerate|i:1656309415;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aaf77f3c0c25dd082f06f582d803965242d590a', '198.251.73.115', 1680407275, '__ci_last_regenerate|i:1680407275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab1c765ca6524750c23c219189a2089782545d1', '162.14.71.142', 1656790187, '__ci_last_regenerate|i:1656790187;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab214eb816acb2d90e39c0c2f0b1da009f2d9ba', '200.119.173.130', 1676072105, '__ci_last_regenerate|i:1676072105;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676071666;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab217e8796943cd0497ddfe4a4ee2b4e124b2b6', '207.46.13.207', 1681466569, '__ci_last_regenerate|i:1681466569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab22dd929d4a474a89c76c7f506a94c0ac69cab', '51.222.253.20', 1668176246, '__ci_last_regenerate|i:1668176246;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab264f988620b66e96805724584c95269fbb218', '207.46.13.224', 1680573089, '__ci_last_regenerate|i:1680573089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab2eb7dc813595729253033057bb150832f1e48', '17.121.112.226', 1652285493, '__ci_last_regenerate|i:1652285493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab4cd2006b2beee2ab33e6aeb59b4cb9c53b7b3', '40.77.167.202', 1687735031, '__ci_last_regenerate|i:1687735031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab52e7edbf6714cc55b10fa1ff539e49a5bea36', '114.119.142.173', 1688413942, '__ci_last_regenerate|i:1688413941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab5f494aa4839ea952f4676aa267173ee1795df', '157.55.39.88', 1662628278, '__ci_last_regenerate|i:1662628277;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab63b1e2e8c89cabeadb8ec45291d02f07b3238', '192.36.71.133', 1665057160, '__ci_last_regenerate|i:1665057160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab762026b4dc3068d52574cc81c7cec0f1bbd66', '190.148.87.182', 1679920174, '__ci_last_regenerate|i:1679920174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679919994;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab90ecb211c99e3f75032b2b34a1a69eefab45e', '66.249.79.201', 1681463280, '__ci_last_regenerate|i:1681463280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aba43c66d4b07e1cf6863257bf72512dde2dfdf', '157.55.39.121', 1674748617, '__ci_last_regenerate|i:1674748617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abbec0dc8d8ee1f0ca2e4155919fe290b35af27', '114.119.129.199', 1686353262, '__ci_last_regenerate|i:1686353262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abc8b84bfbf07f617b01fe1bd40725762e0ad0e', '190.56.32.174', 1676741540, '__ci_last_regenerate|i:1676741540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676741492;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abca10a90f61b991fbf151c086bc8d929dc6369', '114.119.131.231', 1686828176, '__ci_last_regenerate|i:1686828176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abd4b4093eb7377705f069b2e22d27e77e68b29', '40.77.167.37', 1669577867, '__ci_last_regenerate|i:1669577867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abe285a313da5d3ba981f368f801963f2217b71', '114.119.151.12', 1685943953, '__ci_last_regenerate|i:1685943953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abea23175d6b57955175e329b963c0eef56e091', '190.56.55.113', 1673883362, '__ci_last_regenerate|i:1673883362;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673869013\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673882638;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abf7df555c4a339b1641034fc88e835f119e3ea', '40.77.167.43', 1658971216, '__ci_last_regenerate|i:1658971216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abfa344471c690b856a10220edf0d3c9ed70ec5', '190.56.54.129', 1653603894, '__ci_last_regenerate|i:1653603894;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653569173\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653603891;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ac1b156a2d5b8e3aa95346ade8016fe5a6e3438', '114.119.133.30', 1684987990, '__ci_last_regenerate|i:1684987990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ac2d93a4ff7a8dcced819e3c02287411dc6b358', '69.160.160.58', 1680641193, '__ci_last_regenerate|i:1680641192;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ac57abfa5c57d38a009c214b1ddb51b2d48141c', '52.13.44.249', 1681219229, '__ci_last_regenerate|i:1681219229;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ac5bd91ab35629b4c4ffda001825baf616101d6', '157.55.39.79', 1669419421, '__ci_last_regenerate|i:1669419421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ac67ba1ae36dc6ca791e95639f2f70e4979dcd1', '52.167.144.70', 1688122078, '__ci_last_regenerate|i:1688122078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ac68ff4b38abbf41e5d62a7942f3780747b65e5', '190.148.252.151', 1671379752, '__ci_last_regenerate|i:1671379752;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671379638;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ac9bb2382556d90f9ea81ef27b6012f38b44bb9', '20.191.45.212', 1659383603, '__ci_last_regenerate|i:1659383603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1acaffeadfa41aef74f4fa0de1f5a15b30844fd5', '40.77.167.133', 1683811938, '__ci_last_regenerate|i:1683811938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1accb4a1333cb6ba04b44ca927d2510406c25794', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1acd5c2878fcb7941b3fd2c783eb461149ca6651', '207.46.13.230', 1656579394, '__ci_last_regenerate|i:1656579394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ace91c9d27ac19ae25e3c516a19f4c21b3ba65e', '40.77.167.156', 1678711528, '__ci_last_regenerate|i:1678711528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad0b412bcc8cae4801fc067af6d5cb5ab53ac73', '114.119.153.56', 1688005443, '__ci_last_regenerate|i:1688005442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad131191a771f07f2f5bb76d81858a9c1b86f76', '190.56.173.213', 1683138049, '__ci_last_regenerate|i:1683136326;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683123416\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"NbMrwj1UaIg0fnlCE2sK\";last_activity|i:1683138049;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad206e787842fe62a46cfe5bfc76940dedae2fc', '190.148.158.69', 1685732960, '__ci_last_regenerate|i:1685732960;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685732918;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad3cbbeab6246a93306ecd9b25bd2ad0e2b6fc8', '190.148.252.161', 1669900941, '__ci_last_regenerate|i:1669900941;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669900839;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad45b2c94107bb7fd2ac7f4c11d6c99f28a519d', '17.121.112.53', 1651776250, '__ci_last_regenerate|i:1651776250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad49015fb32495e36098ba99e6c5358edc45170', '190.56.55.113', 1673451711, '__ci_last_regenerate|i:1673451711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad57245c3b757026b7581d3f8bca788cecd8b6a', '51.195.216.255', 1650895434, '__ci_last_regenerate|i:1650895434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad7de638434f070c8d2dfe9530054a1c7ad9341', '52.167.144.98', 1686258562, '__ci_last_regenerate|i:1686258562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad883a5ffd06d8ed2d5ec663da20161e502d608', '190.148.158.175', 1672668231, '__ci_last_regenerate|i:1672668231;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672668219;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad8e6ae03d3d9d2ee0221d5cc4ddc5bb6b8d75b', '40.77.167.207', 1681591941, '__ci_last_regenerate|i:1681591941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ad936554c5d499d6eb49e28b54733b165ea3c08', '40.77.167.123', 1683702210, '__ci_last_regenerate|i:1683702210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1adc792163a087b8cb07d348d0856bd264638f20', '54.36.148.179', 1653175531, '__ci_last_regenerate|i:1653175531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1adcc07db5224e7c083728d4e4105402728aed9c', '51.222.253.1', 1668719691, '__ci_last_regenerate|i:1668719691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ae2a43d5d89e5e48c312c3c15f80406aef14cd4', '190.148.158.164', 1667330162, '__ci_last_regenerate|i:1667330162;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667330153;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ae30b2bff022c5439a16255f6d59b37f3ce4772', '114.119.159.24', 1688234453, '__ci_last_regenerate|i:1688234453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ae322706d928518a74aa294a9ad25b9e783ecd9', '52.167.144.171', 1685690094, '__ci_last_regenerate|i:1685690094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ae3cfa38c3c108693870ce5ae7436f9168c35ce', '157.55.39.65', 1661034203, '__ci_last_regenerate|i:1661034203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ae53a1ef84df7d4ded4a41b1bfbc5d52be01eeb', '207.46.13.207', 1681426702, '__ci_last_regenerate|i:1681426702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ae5ff87ec63d34c40a901aa3eb65569ed4a5761', '157.55.39.80', 1670191908, '__ci_last_regenerate|i:1670191908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ae6167c8763d77ae804995fee08cac0f4067508', '190.56.32.243', 1684695789, '__ci_last_regenerate|i:1684695789;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684695630;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ae6e40260a416e910e9cfcadb4d076c26f4c81a', '52.167.144.164', 1686515984, '__ci_last_regenerate|i:1686515984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ae80ee5e8abf0b6be4db82e00e2e5cab5f367ef', '52.167.144.82', 1687655225, '__ci_last_regenerate|i:1687655225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ae92b0649a30003d6a487f7e8afbddb1ff0d11b', '52.167.144.98', 1685629938, '__ci_last_regenerate|i:1685629938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aea043110b2305b0fa2fa3d0918af0d36beba91', '52.167.144.164', 1686167701, '__ci_last_regenerate|i:1686167701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aea1a759710659dacb4ac65e82c1efcd731bafe', '51.158.66.129', 1682466057, '__ci_last_regenerate|i:1682466057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aec6de097a089e01c75bf215b00ba9971c3516b', '200.119.174.9', 1674245013, '__ci_last_regenerate|i:1674245013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674244844;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aeccf11a09d877fbccf239258fb75bea1381416', '35.92.212.239', 1674480138, '__ci_last_regenerate|i:1674480138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af109b6aecf01b898be8f44501cd7d5ecd6bfe9', '114.119.146.208', 1688223341, '__ci_last_regenerate|i:1688223341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af1c6513e035f49d153ed6009dca504faeb031e', '114.119.147.81', 1687001414, '__ci_last_regenerate|i:1687001414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af35ef9f75b71600d5bce2b4d37d8bec2e6be6d', '190.56.55.48', 1687372513, '__ci_last_regenerate|i:1687372513;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687372507;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af4c6cc98f84ff8f731fa7dc7c28fa48b3ad5ab', '40.77.167.39', 1656164143, '__ci_last_regenerate|i:1656164142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af5d636d2c92655a684916ddead22bb0e490884', '40.77.167.104', 1668228211, '__ci_last_regenerate|i:1668228211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af6700fea9303e19fc4d5e4b015e3cf6c4dd8f5', '52.167.144.95', 1680801832, '__ci_last_regenerate|i:1680801832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aff5e809897cd6c7325fcb5320630d72efd859a', '190.148.87.96', 1678459239, '__ci_last_regenerate|i:1678459239;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678458414;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b004888120a5b7614809c2f777a73f357e35c8a', '157.55.39.253', 1681896150, '__ci_last_regenerate|i:1681896150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b013466aae62e28a5bb6dd666dc69bd0f70563b', '190.148.252.197', 1665520528, '__ci_last_regenerate|i:1665520528;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665520114;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b01b219f809541b44912c1c0ae15ead4671d8fe', '69.167.12.35', 1681555075, '__ci_last_regenerate|i:1681555074;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0287292e0a5231f882600897df4f10d9aca7e6', '114.119.140.161', 1685225474, '__ci_last_regenerate|i:1685225474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b067b01cb83fc286124bfcd1df16abe46bf3a0e', '40.77.167.13', 1672387145, '__ci_last_regenerate|i:1672387145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b06d1f735e8e563f53c073e259caadd0bc9eb66', '190.148.252.116', 1653398320, '__ci_last_regenerate|i:1653398320;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653352332\";last_ip|s:13:\"190.56.49.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653398314;register_id|s:1:\"9\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-23 12:00:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0729f5a61a413cfead5829023e6cb8adc6d61e', '40.77.167.27', 1658710311, '__ci_last_regenerate|i:1658710301;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b079b20918184781b1cde5a4c3b78ee7d6f4c80', '51.222.253.20', 1675739312, '__ci_last_regenerate|i:1675739312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b07b8e544c8b82655cdf1f3f197f7f0dc8cd8ee', '190.56.32.162', 1686240442, '__ci_last_regenerate|i:1686240442;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686239818\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"bO8Y31BavHAMnxwWqhIC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0bb5e6c5bec20bee8094380368be880fc7f754', '207.46.13.41', 1671326568, '__ci_last_regenerate|i:1671326568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0bddcc0d935a541661702e03386e1a85e9a131', '190.56.54.77', 1666300611, '__ci_last_regenerate|i:1666300611;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666300570;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0c00a043b5b776daa1989ad4f7a035f96200d9', '52.167.144.98', 1686790482, '__ci_last_regenerate|i:1686790481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0c94a59e57d1086c3fab6cb0f947f72db1b14f', '66.249.65.97', 1651275661, '__ci_last_regenerate|i:1651275661;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0d146f6e41164bb6efe3ba11af2ed899e64e59', '35.222.85.6', 1651482752, '__ci_last_regenerate|i:1651482752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0e0200e3d7144b47a6805263d179e7f70e28b6', '52.167.144.89', 1679496875, '__ci_last_regenerate|i:1679496875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0e5bba8d0ce266bd553021671325d80d754fe9', '17.121.115.186', 1655210254, '__ci_last_regenerate|i:1655210254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b1096969d4dbd393e2adb65624a5b5dc90fcf9e', '157.55.39.80', 1669867057, '__ci_last_regenerate|i:1669867057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b109db0925c5834ba5aa8482ceff9f7d2b33805', '54.36.148.17', 1677229584, '__ci_last_regenerate|i:1677229584;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b13c1534a36a77fab7615ad992c465e8195cac4', '114.119.129.179', 1687626169, '__ci_last_regenerate|i:1687626169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b13d01a9171b9929464d5dfa386de36dbe37414', '190.56.173.136', 1687986180, '__ci_last_regenerate|i:1687986180;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687986179;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b1563c050ae3386e7f115f561e642f9eecf6d62', '190.148.157.233', 1655488829, '__ci_last_regenerate|i:1655488829;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655486244;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b18b2792ad5fac5a55e5519044f8816e613db23', '157.55.39.192', 1664613266, '__ci_last_regenerate|i:1664613265;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b19477cf26c5c9983a6f39348c9211692aeb2f5', '190.56.54.129', 1653602641, '__ci_last_regenerate|i:1653602641;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653569173\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653602635;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b1b395e54898c0868d2edfd55363eb71578a51a', '51.222.253.4', 1676030532, '__ci_last_regenerate|i:1676030531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b1cf1cdbd40210f6b4960e2e3b671c15ce5c060', '167.172.79.222', 1651208857, '__ci_last_regenerate|i:1651208853;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b1d2080759c3f74ef48fd2c44ac665f0193ffcb', '198.251.73.97', 1680407568, '__ci_last_regenerate|i:1680407568;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b20b6f31a7f53c46a8fd14096e0e226e3d358e3', '51.195.90.229', 1650840378, '__ci_last_regenerate|i:1650840378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b20e89065cc929b76bd1f34a9e529aa71378735', '54.36.149.52', 1658835237, '__ci_last_regenerate|i:1658835237;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b21e6ec5210c124aa261e69e91cb96746d41344', '179.43.169.180', 1650965594, '__ci_last_regenerate|i:1650965594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b2242f972061f3fc24149012fee9e005ba63e08', '157.55.39.69', 1672092729, '__ci_last_regenerate|i:1672092729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b23003d41acd70f5b4965b9809187db651cc1f3', '190.56.32.35', 1671746005, '__ci_last_regenerate|i:1671746005;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671745993;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b2588a963034c3d60003dd79a50e65a96ae387e', '146.59.157.229', 1650749551, '__ci_last_regenerate|i:1650749551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b26ebdd49c99542416f4d6e8a7343c02fb9ea1d', '190.56.54.156', 1665441808, '__ci_last_regenerate|i:1665441808;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665440679;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b2702cad02925c204468738e9626dd2fdec0752', '200.119.172.60', 1674599679, '__ci_last_regenerate|i:1674599679;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674599643;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b27513d32e5c0b80a02bdb6e6c09ba7d3889f24', '51.222.253.7', 1651552163, '__ci_last_regenerate|i:1651552163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b283f9dc4a044187e09337e9044eb0c79cb5202', '200.119.172.60', 1674742721, '__ci_last_regenerate|i:1674742721;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674742510;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b2868ecdeb9aab972492dc9e2c5db8f59b7207f', '114.119.133.42', 1687229077, '__ci_last_regenerate|i:1687229077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b29a0e50983f538b19bd374944f25501f0dcfc1', '190.56.173.213', 1683155788, '__ci_last_regenerate|i:1683155788;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683155731;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b2bdced568aec1cd97e6e652f8a9f3e737defd9', '52.167.144.28', 1679599734, '__ci_last_regenerate|i:1679599734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b2c4fd5ac39ee3545c46e4655f9bd28f2dc61d0', '190.148.87.51', 1676288397, '__ci_last_regenerate|i:1676288397;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676288383;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b2dff04ddc526aa78e1b250537c27e9ed998546', '190.148.252.151', 1671311629, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671311629;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671311552;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b33b59b8e682166fa53c4f8f04899033fb0d883', '52.167.144.162', 1681800681, '__ci_last_regenerate|i:1681800681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b34133fde58b5f54356ec4f6648626155c5e0e9', '51.222.253.14', 1663160154, '__ci_last_regenerate|i:1663160154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b348a2fa55f79a14f54deecc71d6e1d9a236933', '66.249.65.103', 1652046092, '__ci_last_regenerate|i:1652046092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b35505ec22e67a271d82928123a120d315c83b4', '157.55.39.13', 1676424718, '__ci_last_regenerate|i:1676424718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b35dbe1be2fb1fe1227353d676f776d322e885c', '52.167.144.171', 1684721713, '__ci_last_regenerate|i:1684721713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b36f5c4620dbd4c55d310771061790534aad62a', '114.119.133.89', 1687225520, '__ci_last_regenerate|i:1687225520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b381e2d94a1ddbf01a24f851c8540a634979d9c', '144.217.135.176', 1653430310, '__ci_last_regenerate|i:1653430310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b3a6d2f9d1d359ecc7503d6eba97531012b61b8', '74.208.2.233', 1684500919, '__ci_last_regenerate|i:1684500919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b3c34225ed7b5a931f19eec75f90dd94661e472', '52.167.144.56', 1676053801, '__ci_last_regenerate|i:1676053801;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b3e3fb6cf1f76ab613b2d33a96f3b5773678c88', '207.46.13.11', 1669577857, '__ci_last_regenerate|i:1669577857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b3f31da1e9b92ec8dec18c498f37e0cdd5805a8', '190.148.157.183', 1680199153, '__ci_last_regenerate|i:1680199153;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680198964;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b4154877b9171eddaf1dfb47e56467208fb4927', '200.119.170.113', 1666710876, '__ci_last_regenerate|i:1666710876;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"kUKw8YJupFTmNXy0Sl1o\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b4175f92d691a38be1fb4348ed3733c5efa6f08', '200.119.173.177', 1685382299, '__ci_last_regenerate|i:1685382299;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685382239;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b41eceef74bfc4570d8e2429e7b728bac103dc5', '66.249.77.164', 1686644145, '__ci_last_regenerate|i:1686644145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b4230688c1b2631ad8b75abb82ac8c4c3478856', '40.77.167.49', 1665069194, '__ci_last_regenerate|i:1665069194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b42cdd3521aa62c1be533bd7290115331b0ebc7', '190.148.157.53', 1684157433, '__ci_last_regenerate|i:1684157433;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684157429;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b431a93e98757e328c0bd7810b29ea942a5e748', '149.57.16.7', 1653806988, '__ci_last_regenerate|i:1653806988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b436449dc473b424b921a3cf6922779e6292000', '54.186.153.156', 1680183487, '__ci_last_regenerate|i:1680183487;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b46ba81f1a29fae4eee1db232bc6e66acc52d16', '52.167.144.98', 1685773955, '__ci_last_regenerate|i:1685773955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b4745bd42fd754401f2c2a41271c9517e6bfeaf', '23.236.216.106', 1664742686, '__ci_last_regenerate|i:1664742686;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b4ed7c1a5361b659b9ad0424deebac0fba4b560', '17.121.112.64', 1656078831, '__ci_last_regenerate|i:1656078831;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b4f150e50985856f79648502d60fc914d0722c0', '114.119.137.141', 1686038402, '__ci_last_regenerate|i:1686038402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b4fbf935fb8c663841a44475734b76e5dbcbf5e', '17.121.112.228', 1651596746, '__ci_last_regenerate|i:1651596746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b5096c6ef7248f46cf5cc65e014b2125e49a014', '157.55.39.51', 1668367050, '__ci_last_regenerate|i:1668367050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b53b146315637ed9cd1c24e50a0585a092a8576', '190.148.157.173', 1652717282, '__ci_last_regenerate|i:1652717282;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652390499\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652717087;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b552c58e764076405b8161050056c030e589061', '173.249.31.237', 1659409212, '__ci_last_regenerate|i:1659409212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b55cc4121977e89f700b961f3aed6de8b1af3f2', '40.77.167.91', 1687033105, '__ci_last_regenerate|i:1687033105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b55fd48902ef8a6305b6d7d1ab1f24a398332f1', '54.36.148.20', 1655152121, '__ci_last_regenerate|i:1655152121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b595e502f6bd9ed9290e7f9d48e09289751bca8', '157.55.39.46', 1672679162, '__ci_last_regenerate|i:1672679162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b5987c071d2d2cce2c22a95797e5b68c13ef9b5', '207.46.13.142', 1665829083, '__ci_last_regenerate|i:1665829082;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b59aeedf36e00bf428b9d57b9a4b60ff59a069e', '52.167.144.162', 1681581564, '__ci_last_regenerate|i:1681581564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b5c693725e5bc8687302fddb3aace657c8609c8', '200.119.170.212', 1665871742, '__ci_last_regenerate|i:1665871742;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665871524;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b5cf78db5381cf1b5e6ffe4739faf37e470dc8c', '200.119.170.168', 1670608726, '__ci_last_regenerate|i:1670608726;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670607152;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b5e91d644b2c347b09e9ae78a09fbc38cd02f17', '114.119.148.88', 1685709414, '__ci_last_regenerate|i:1685709413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b5fdf59e11f92e23e41dbba6ed14fe9f0f597df', '138.246.253.24', 1652469770, '__ci_last_regenerate|i:1652469770;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b601cabfa88145548e7a9ebaa3c356dfc91d41d', '207.46.13.41', 1666462121, '__ci_last_regenerate|i:1666462121;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b6083b73f57923691d7356808d54a063cce0c9d', '65.21.206.46', 1655278658, '__ci_last_regenerate|i:1655278658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b621d070c11a544a9edec3e317b76260f22a3df', '5.188.62.26', 1661220340, '__ci_last_regenerate|i:1661220340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b6327592ca9ca7b299bf66910c4ff6f52d5d53e', '114.119.130.13', 1685532690, '__ci_last_regenerate|i:1685532690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b65120f426bce7ff3ba00bcae34c645fbf4ee9b', '207.46.13.6', 1671540826, '__ci_last_regenerate|i:1671540826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b6705d6da89d624fac3e8b20381c1fc309ef0cd', '212.113.116.136', 1677944955, '__ci_last_regenerate|i:1677944955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b6811fdbc5b6c4f0c8c2963472c042b51d86420', '157.55.39.217', 1683443507, '__ci_last_regenerate|i:1683443507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b6a80334e70dde0b2c646a793df8c4193a22ca0', '51.222.253.10', 1668893671, '__ci_last_regenerate|i:1668893671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b6a9dd91fbe0c43836d00178a273d8ebbfcf973', '190.148.252.111', 1677886653, '__ci_last_regenerate|i:1677886653;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677886614;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b6c188cf7049f0e772b9f1c37e14493e944b41d', '190.148.157.233', 1655491904, '__ci_last_regenerate|i:1655491904;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655491901;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b7199b2b6fa8f74b05942da57e26f62c0729386', '207.46.13.10', 1671294865, '__ci_last_regenerate|i:1671294865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b76a5581d0b8a53395308774392ba5a9489d862', '114.119.144.178', 1688134209, '__ci_last_regenerate|i:1688134209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b76c8505e8630b1962f4faa9bdc86f8cc71aa47', '207.46.13.41', 1671597829, '__ci_last_regenerate|i:1671597829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b7940ed6fdb78ff16b74244b6821c4100e8c490', '114.119.133.76', 1685043365, '__ci_last_regenerate|i:1685043365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b79948e3f4ce6bde1491a080e1a1a33a9804284', '54.227.32.154', 1652386632, '__ci_last_regenerate|i:1652386632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b79d980ded8d6ab7b64997df9c546856eae283a', '52.167.144.164', 1685427196, '__ci_last_regenerate|i:1685427196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b7a78d6861673f1ac229fa068687b95cca26ed2', '207.46.13.6', 1671783536, '__ci_last_regenerate|i:1671783536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b7c96519436347a556f7085ac48503cea9e4425', '200.119.168.196', 1660683480, '__ci_last_regenerate|i:1660683480;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660581542\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"CosgNMTnR0VqHzv3IWbx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b7e60d96a4d31615d62320ce41b7ae3d135e67e', '52.167.144.98', 1685534907, '__ci_last_regenerate|i:1685534907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b7ed40484109d65ba94f0413818b2d2c2f7ab0d', '190.148.157.83', 1687656043, '__ci_last_regenerate|i:1687656043;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687656038;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b807e091b7084b981316daf98db78e8d128643b', '40.77.167.123', 1682963267, '__ci_last_regenerate|i:1682963267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b809ad04a3cde3517d0ae73a4f753fc3bd95c5d', '207.46.13.224', 1680354551, '__ci_last_regenerate|i:1680354551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b80ff9c7335248cc141a64ee1e2835503e3ecf8', '114.119.136.3', 1688483022, '__ci_last_regenerate|i:1688483022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b81c1ebd7ab20e6795837d98cfa08f8cc24751a', '52.167.144.69', 1675861488, '__ci_last_regenerate|i:1675861488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b82b0a5d517903931a05741d2a18e92a4faa715', '200.119.168.250', 1681143482, '__ci_last_regenerate|i:1681143482;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680991691\";last_ip|s:15:\"190.148.158.145\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"IZ5yHmU8aYxXiQjKuFp7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b82d8ec7552e01b753254fccb3244c0d6aa0b60', '157.55.39.80', 1670489082, '__ci_last_regenerate|i:1670489082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b83d2e86efbfe4319f22f8e5c822c17304cbf39', '198.251.73.37', 1669808084, '__ci_last_regenerate|i:1669808084;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b84e90dd25433657a5e8fbfd3c56de4003a3bc3', '190.148.157.103', 1666795960, '__ci_last_regenerate|i:1666795887;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666731325\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8Uw1r2TpkHlECgdihLAG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b853cd0405c13f63229cf87ab14759158dd1298', '157.55.39.253', 1682776400, '__ci_last_regenerate|i:1682776400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b86b44abdc8eb70c7af30b25d7e47f5e3c35e4a', '35.90.149.213', 1675173263, '__ci_last_regenerate|i:1675173263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b8916a16ffa859c33851ea3b1262b243426fe14', '207.46.13.154', 1670376840, '__ci_last_regenerate|i:1670376839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b8b42db9ae01d9023f35e9744a7737428b5330c', '190.56.32.164', 1664574786, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664574786;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664574696;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b8c574e2a0f536d363d09bef5d7973bf99d8bcc', '190.148.158.69', 1685969145, '__ci_last_regenerate|i:1685969145;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685969137;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b8e6c5e509004115cb9a5f7c209129470fbf867', '52.167.144.70', 1688283071, '__ci_last_regenerate|i:1688283071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b90583c7262fc24135d829d94a81ef36f712e26', '137.184.190.41', 1672705877, '__ci_last_regenerate|i:1672705877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b91c836ae7c16c66f1960e48b666f7707c88bcd', '120.33.229.87', 1668814722, '__ci_last_regenerate|i:1668814722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b9316b4bf917c2ec924dd602f03612181ec7157', '66.249.72.232', 1651747708, '__ci_last_regenerate|i:1651747708;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b97179cdb38f2a22208bb11019fc624b857230c', '54.36.148.87', 1664518358, '__ci_last_regenerate|i:1664518358;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b971fa39e82ffa551475dc7571260d2f9196669', '52.167.144.171', 1685106814, '__ci_last_regenerate|i:1685106813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b973a0caced5f75c0a3442abc74717627b3af02', '190.148.157.183', 1680395581, '__ci_last_regenerate|i:1680395581;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680395550;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b97d05f1ecede6182eb6ce0171c03cd71117023', '35.92.250.30', 1675864332, '__ci_last_regenerate|i:1675864332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b99cc6229c676498c2eacbed063e259328233fa', '200.119.168.250', 1680644242, '__ci_last_regenerate|i:1680644242;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680643056;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b99f8e2af6de935239a27b62098ac03378c2adc', '40.77.167.49', 1666959429, '__ci_last_regenerate|i:1666959429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b9b5fe50fe2738eca14a43d3cd53e4d49ea33d9', '52.167.144.164', 1686726972, '__ci_last_regenerate|i:1686726972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ba0baec28fd7caa238f1e821d301afef8135217', '54.36.148.255', 1676913622, '__ci_last_regenerate|i:1676913622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ba0d3af9c3bcce755ba1ede8fb66a92181a7cb1', '207.46.13.210', 1686934730, '__ci_last_regenerate|i:1686934729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ba3e8c902ce12ef15eaff796fd8f0af510bfe27', '40.77.167.13', 1672456104, '__ci_last_regenerate|i:1672456103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ba9e8a91c885005d8763afcb8745c75cc420e13', '157.55.39.62', 1659248152, '__ci_last_regenerate|i:1659248152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1baa3f8cb45448eb9cd3fcc4db595bf51b4c08b0', '190.148.252.161', 1669945417, '__ci_last_regenerate|i:1669945417;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669944263;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1badcb3d0e71a05b16e187b466d48a5f10d09c73', '190.56.49.187', 1688235703, '__ci_last_regenerate|i:1688235676;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1688048817\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bb238c1973b2703cddc2992966114b835b4c28e', '200.119.170.209', 1656779354, '__ci_last_regenerate|i:1656779354;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656770560\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656778828;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bb2a585fc1e3ad4ff2a5dda2ce04739cb039bec', '157.55.39.13', 1676424717, '__ci_last_regenerate|i:1676424717;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bb2f898ca49f8e695cbd712d517dde9b303f14f', '114.119.146.41', 1688273567, '__ci_last_regenerate|i:1688273566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bb3b1e78dcf3c0f6edb96cc936ea10150fe8b52', '190.148.87.182', 1679660253, '__ci_last_regenerate|i:1679660253;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679660250;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bb4d4e1acfd58e4e9382e53ac13e4b056abb2e8', '190.104.119.122', 1650733452, '__ci_last_regenerate|i:1650733452;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1648663108\";last_ip|s:14:\"168.194.72.202\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bb6886dedacf5a69343e6a7f86e1e3ec6f81624', '114.119.138.140', 1683571847, '__ci_last_regenerate|i:1683571837;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bb821a22f373cafbb246821961592dd473db5b4', '40.77.167.133', 1684132442, '__ci_last_regenerate|i:1684132442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bb98d5d750748ec1acceda4318c9746a44dc6c6', '52.167.144.154', 1687764686, '__ci_last_regenerate|i:1687764686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bba93e9346d6f39496105d1b2348dba6967292f', '52.167.144.76', 1682441278, '__ci_last_regenerate|i:1682441277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bbb7e16396f2d9f8d057b31366c688e605d56b9', '54.36.148.38', 1673795706, '__ci_last_regenerate|i:1673795706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bbcc4771da3d1ffaf4eaf84e549125d6982c57d', '114.119.137.153', 1688328844, '__ci_last_regenerate|i:1688328844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bbd579ceb191c9a66dae356b780401a65f679d2', '52.167.144.164', 1684365997, '__ci_last_regenerate|i:1684365997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bbe3cd25d7e7b67fa14165cfc76639de2921c8b', '130.255.166.213', 1655824106, '__ci_last_regenerate|i:1655824106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bbf8a38688e9acefdd01e424d26f0cd7cddfd91', '190.56.173.136', 1687908545, '__ci_last_regenerate|i:1687908545;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687866247\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687908203;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bc1a6d98fe9061037c685497bbee8370a699f98', '174.138.56.139', 1687273108, '__ci_last_regenerate|i:1687273108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bc2d38716c4b47cf1729d51c82c5d7916e2a8d5', '114.119.151.64', 1685456484, '__ci_last_regenerate|i:1685456484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bc33dd3f8278ef050a00d587a57ef892aebfdcc', '40.77.167.170', 1675502749, '__ci_last_regenerate|i:1675502749;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bc408edb51662372066e9a3f741e89e1c1ddb0b', '130.245.169.70', 1657360543, '__ci_last_regenerate|i:1657360542;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bc484dca2fe47523bd23b05a07a93d3fd1db388', '190.148.252.88', 1670806425, '__ci_last_regenerate|i:1670806425;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670806340;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bc6c9d6be37e1b7cb39c920845b9a3cc72967cd', '190.56.173.213', 1683379854, '__ci_last_regenerate|i:1683379854;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683379851;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bc8c853e70cb5f526ca801e8fb7b33d4cd85218', '157.55.39.253', 1682053696, '__ci_last_regenerate|i:1682053696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bc8cb25df2075f3568c47bacd5c2109b1545f31', '50.21.188.36', 1675140586, '__ci_last_regenerate|i:1675140586;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bca1b99d1da11499f2bf314be28c85ba64de444', '207.46.13.215', 1680344622, '__ci_last_regenerate|i:1680344622;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bcad5ccade9c8a21e487ef39564af48208d3fc9', '54.36.148.174', 1685455389, '__ci_last_regenerate|i:1685455389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bcc43e71a0589d75e8dec89fc4d17f8fe87ebff', '190.56.173.136', 1687901442, '__ci_last_regenerate|i:1687901442;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687901412;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bccb8ecf160091d3765b802dc7c7b96a74caf38', '17.121.113.62', 1658517203, '__ci_last_regenerate|i:1658517203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bce48a2fc128345b35f82e87d7a99ab252ad943', '35.226.163.141', 1655648447, '__ci_last_regenerate|i:1655648447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd21555c3487a942397094e3cc77d9ce5c6d41b', '52.167.144.74', 1688234852, '__ci_last_regenerate|i:1688234852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd24f4a8fa2461d5c57c7813c6eeab352458ab2', '103.101.160.37', 1660143025, '__ci_last_regenerate|i:1660143025;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd29c96ac50bf7a21306f439043763ac8ba72e6', '52.167.144.98', 1686515211, '__ci_last_regenerate|i:1686515211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd35d1566f3784edb8422df88280fb1212a201d', '114.119.136.137', 1688012275, '__ci_last_regenerate|i:1688012275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd3c165f992122deb5b16995dc6aaa2bf167ac5', '200.119.173.67', 1679333380, '__ci_last_regenerate|i:1679333380;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679332589;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd3c9f98028169a607d626ca9e958fbefb11c1b', '114.119.154.73', 1686224715, '__ci_last_regenerate|i:1686224715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd5c8bf79e8bd88c6f362bf28776d3e1aa13e24', '157.55.39.69', 1672390056, '__ci_last_regenerate|i:1672390056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd780d26928a37c94db015a58462524146779d2', '190.56.50.15', 1667144952, '__ci_last_regenerate|i:1667144952;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667144949;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd8c3dc6aa55506ca253bc2a9fdbcc118f92492', '190.56.50.253', 1682642321, '__ci_last_regenerate|i:1682642321;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682641529;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd927a564f4c356e22f6ae71bd3825b28f605b1', '208.86.196.149', 1650756651, '__ci_last_regenerate|i:1650756651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd9537cfcc352682aa633c9c0a6dc4d3cb6f696', '74.208.2.208', 1672815568, '__ci_last_regenerate|i:1672815568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd9a4386693e04d086e7386aec13a42518d7a01', '54.174.58.233', 1676751451, '__ci_last_regenerate|i:1676751286;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bdbc35251159245877ef1bd7542a16ceb6afc3a', '200.119.173.177', 1685106376, '__ci_last_regenerate|i:1685106376;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685106370;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bde196c010420f40e67b168bab3632eb96a1ae4', '157.55.39.79', 1669168273, '__ci_last_regenerate|i:1669168273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bdea34ca4f9b9293ef97da3e62dad194f547d3e', '200.119.174.9', 1674483735, '__ci_last_regenerate|i:1674483735;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"0pRDbYI2twnAyrhUueBm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bdefb83d92454892ddf1e1d0bed911b11ab98fc', '52.167.144.162', 1686570219, '__ci_last_regenerate|i:1686570219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bdf684eadddde13ce9b5525acff3bdb191f05c4', '134.122.44.126', 1687737632, '__ci_last_regenerate|i:1687737632;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1be14808ede607e6f84f47711fa50444aeac37bc', '167.248.133.118', 1651931989, '__ci_last_regenerate|i:1651931989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1be394b6a475be11f2ae907142ed307ca9f8bd58', '52.167.144.98', 1686406948, '__ci_last_regenerate|i:1686406948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1be4059bfc22996a1d9442e73cb85dc9c2978039', '190.148.252.151', 1671063592, '__ci_last_regenerate|i:1671063592;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671063487;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1be5f5a2aad81e90d7ad9093caf822f5806605a3', '74.208.2.198', 1665904748, '__ci_last_regenerate|i:1665904748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1be741202251678d494c839fdb6806a85e56b66b', '114.119.138.207', 1686271859, '__ci_last_regenerate|i:1686271859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bee71ffed5362558dc33f010b60877d121f9f52', '114.119.133.138', 1685456623, '__ci_last_regenerate|i:1685456623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bef5a0bdc8991278be95b1ff325e83856fbee97', '190.56.32.174', 1676750216, '__ci_last_regenerate|i:1676750216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676750062;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bef8bee3e2e8a5e7e4a3b5bccf45a017ae86c7e', '52.167.144.63', 1687104744, '__ci_last_regenerate|i:1687104744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf191b2028eeebde868dd2325e5c6804d23e7be', '40.77.139.59', 1657444960, '__ci_last_regenerate|i:1657444960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf1b7e90682099cd542e19bab2cfd7285608992', '114.119.152.46', 1685625133, '__ci_last_regenerate|i:1685625133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf231911b03c3454dd1b1618584b1bd81796081', '17.121.113.135', 1652113121, '__ci_last_regenerate|i:1652113121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf4795e0004167cb9b4b56a8d8b389baac66359', '190.148.252.76', 1652803892, '__ci_last_regenerate|i:1652803892;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"wAevBtxqcdIJulVFUGkz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf527e6f63102086f25f7f976bc8767a30fdf3e', '52.167.144.164', 1685546830, '__ci_last_regenerate|i:1685546830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf57687c4e5a497b8b84431671a27f7e59feb8a', '51.222.253.13', 1651573952, '__ci_last_regenerate|i:1651573952;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf8522e2a0aa7e086d301ae57aab7a40c811ecf', '114.119.151.170', 1685628694, '__ci_last_regenerate|i:1685628694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf99b698218ea4a7d9e4b7ad43c53fa896d16be', '52.5.40.206', 1655445092, '__ci_last_regenerate|i:1655445092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf99edf25f312258798845cab874aafb7fd981e', '190.56.54.156', 1665173368, '__ci_last_regenerate|i:1665173368;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665172372;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bfcf3e0e4e85e0b062f43056f28a204d686119e', '51.222.253.19', 1681551858, '__ci_last_regenerate|i:1681551858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bfe51cc759a9c682156dd0fe469fbd15891aa12', '114.119.156.175', 1686807185, '__ci_last_regenerate|i:1686807185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c027455ad732b8bbd24a78eb6ae1416bc1450a0', '54.36.148.5', 1655103788, '__ci_last_regenerate|i:1655103788;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c063c047a909f04ede6edf6d65c1fae59353877', '207.46.13.41', 1663963600, '__ci_last_regenerate|i:1663963600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c074a5819e6c558c3aeb185610e6acaa1ece875', '190.148.252.106', 1684355457, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c07d477579344e7c7b4696238f246f13b753ce1', '52.167.144.162', 1686510244, '__ci_last_regenerate|i:1686510244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c08dcb33b9abb80fef83d41bc897added66e523', '52.167.144.164', 1684648240, '__ci_last_regenerate|i:1684648240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c08f2f50635839d674af705c26d9a87b400071a', '17.121.113.198', 1656934406, '__ci_last_regenerate|i:1656934406;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c08fffaed73da22140d4bf3f4745f7ea46b4070', '157.55.39.215', 1678276211, '__ci_last_regenerate|i:1678276211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c0a44b620a28ebd203a72b4fd4280bb3d5cfb0a', '17.241.227.64', 1682680951, '__ci_last_regenerate|i:1682680951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c0d8bfcbffc763cf00b690250c4364b78712c19', '69.167.12.35', 1681555078, '__ci_last_regenerate|i:1681555078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c0dabb11fbbe4d87d57bd201f02e08da4b3d11a', '52.167.144.164', 1686595041, '__ci_last_regenerate|i:1686595041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c0e33c88decba54cc3d77c47863addf14163744', '114.119.139.43', 1688111074, '__ci_last_regenerate|i:1688111074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c0e9b1af750578bfeaf2bc675222975bcbeae4f', '52.167.144.162', 1686100749, '__ci_last_regenerate|i:1686100749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c109a11a49dbbe1ef67acd8f7395b2f8c2d78e3', '200.119.168.250', 1680636267, '__ci_last_regenerate|i:1680636267;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680635266;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c10d4aaeb1cbc4a2a61e92c6e0e6b84a7d6b3e5', '51.222.253.3', 1653279180, '__ci_last_regenerate|i:1653279180;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c11aa84336bfa5fb09f933bb433d2aeb980e43c', '40.77.167.222', 1681068005, '__ci_last_regenerate|i:1681068005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c138cd5b673f13f99e30e7e06de2eb0dbc707dd', '190.148.157.53', 1683932828, '__ci_last_regenerate|i:1683932828;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683932218;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c14a9cd7fb2981c5d92a24bc06ff7c29ec19ed6', '200.119.173.177', 1685141615, '__ci_last_regenerate|i:1685141615;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685141604;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c15459be498c4bc5ded511f35a7a960f7f89380', '18.206.55.48', 1650999419, '__ci_last_regenerate|i:1650999419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c15a961832cc49587c425fc2764abdba2ea65ee', '52.167.144.171', 1685427183, '__ci_last_regenerate|i:1685427183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c1786b82c37fb01dc976d62582d526dc25b0961', '200.119.169.44', 1663689910, '__ci_last_regenerate|i:1663689910;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663683942\";last_ip|s:12:\"190.148.87.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c17f814e55a2ae2b591c4eee917477d23c7d26a', '207.46.13.236', 1654526875, '__ci_last_regenerate|i:1654526875;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c188ff68cbcd5efa0b0604b5b0b8b9c53bbe36d', '17.121.115.143', 1659836667, '__ci_last_regenerate|i:1659836666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c18e2a0402bddf22017a067cdc158bbbe5e67af', '51.222.253.13', 1683261886, '__ci_last_regenerate|i:1683261886;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c18f1da38c1c63f9e328263d96c3f916faf59c9', '190.56.32.243', 1684788930, '__ci_last_regenerate|i:1684788915;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684764798\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"B3pNcjaDLXREhAtzuSey\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c199b09be83a3fa3ba4b6d6ec29e5543715f22b', '190.56.55.32', 1657129880, '__ci_last_regenerate|i:1657129880;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657072722\";last_ip|s:15:\"200.119.173.131\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657129421;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c1a5a70ffff2530470ba21731983dc09ed80c00', '52.167.144.98', 1685355235, '__ci_last_regenerate|i:1685355235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c1bdeaa418497580e4fb27071e883856ee381f2', '157.55.39.62', 1658157125, '__ci_last_regenerate|i:1658157125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c1cb4b6addb65f47bd958a343e095e7d72e8683', '114.119.156.23', 1686935360, '__ci_last_regenerate|i:1686935360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c1db37de1c50e05e7122f2b23140e6f742b3e59', '114.119.150.57', 1688119236, '__ci_last_regenerate|i:1688119236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c1e3d97d4d807d1c3cfe8b5c55f6184c0def23e', '200.119.173.177', 1685325779, '__ci_last_regenerate|i:1685325779;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685325776;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c1e8d0d42bbb8dbe320cfe773255ffb5695bc34', '40.77.167.191', 1682458488, '__ci_last_regenerate|i:1682458488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c213e1e4dfb7522bb845aa7c1eb36c2cc9a5373', '200.119.173.133', 1660848323, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c237fb23d4f9549f1adf95cd1217cc429af87b0', '190.148.87.182', 1679767819, '__ci_last_regenerate|i:1679767819;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679767150;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c24571f337969d066ae1f60c6112185c9ebd284', '207.46.13.10', 1670998431, '__ci_last_regenerate|i:1670998431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c27852a87efbaa816a1b8f32047e962d578b265', '114.119.150.239', 1687642737, '__ci_last_regenerate|i:1687642737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c2a592aeb1f1f37f8dc45c6582a7464f777e53a', '20.109.126.100', 1654147131, '__ci_last_regenerate|i:1654147129;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c2a7a5753fea3d88d9e5295dc1624f455c88aa7', '190.56.55.48', 1687478998, '__ci_last_regenerate|i:1687478998;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687478995;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c2ba89d6f60db8fb09f41c8276be6cf3d860f3c', '200.119.173.177', 1684931853, '__ci_last_regenerate|i:1684931853;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684931853;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c2caa9a1b1ce2704c2a1c1f124cef4d006a28f6', '157.55.39.128', 1673654240, '__ci_last_regenerate|i:1673654239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c2d8c5576fc165b36cfdb11544944543917f127', '54.237.250.240', 1650979650, '__ci_last_regenerate|i:1650979650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c2e07eb3e0c230d6cd361e044ce903b892356a5', '200.119.172.96', 1675431429, '__ci_last_regenerate|i:1675431429;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675431425;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c311b10261c27559ca3f029e832b87486c7b798', '40.77.167.202', 1687279259, '__ci_last_regenerate|i:1687279259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c3150b2f13545a97ef97c5608f87a0d2c2dd017', '157.55.39.173', 1669794936, '__ci_last_regenerate|i:1669794936;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c32c89358a7ebd2262efcb8291664b4cb0073a1', '207.46.13.6', 1671789712, '__ci_last_regenerate|i:1671789712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c34aff8c4eecbfc931db3db2daaa242cca2effd', '40.77.167.133', 1683917653, '__ci_last_regenerate|i:1683917653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c35ef583785bf8fc739b38e8d8e85b3e43362b1', '114.119.154.67', 1684903159, '__ci_last_regenerate|i:1684903159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c36524edab5ceb1e0fa45014e4b0e0115d6c307', '45.41.160.147', 1675003127, '__ci_last_regenerate|i:1675003127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c38486ded3e9121a78a969b34bbbf29e514d0bb', '51.222.253.6', 1651088310, '__ci_last_regenerate|i:1651088310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c39cc0e8c8290e560f5230067c46b37f38a2744', '114.119.135.182', 1684852417, '__ci_last_regenerate|i:1684852417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c3b24df9e2de99ad0fe4e3235dc84cc19305b45', '52.167.144.94', 1678198523, '__ci_last_regenerate|i:1678198523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c3f48f7415ae1ef9280623991fc09eeb0125878', '52.167.144.61', 1688243869, '__ci_last_regenerate|i:1688243869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4054aa0971d1e589b6c2a2c8d26c7d0764b7d6', '190.56.51.158', 1655747410, '__ci_last_regenerate|i:1655747410;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655669018\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655747396;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c40b479d8f38e800c289115dab2dfd14f0b9da1', '157.55.39.88', 1662669355, '__ci_last_regenerate|i:1662669354;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4129e4025b876e0bf426fbd3d10355b9def240', '200.119.173.67', 1679353029, '__ci_last_regenerate|i:1679353029;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679352988;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c42796fce8f5ecaa304f5aeabd9e5e6a5ae6708', '207.46.13.51', 1662605718, '__ci_last_regenerate|i:1662605718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4445b31e9762b12e7fa4b5c674e0a3d47b3e86', '51.222.253.17', 1659556548, '__ci_last_regenerate|i:1659556548;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c44c71f8a6d53861e93546f966c80623b134d1f', '190.56.173.136', 1687969767, '__ci_last_regenerate|i:1687969767;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687969738;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c45b70d8b12559ec1432d87e734a9fc0c98e50d', '52.167.144.164', 1685882419, '__ci_last_regenerate|i:1685882419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c45f7a11a2f37b13c502eadb8a4a5236e0fab64', '51.222.253.16', 1670188816, '__ci_last_regenerate|i:1670188816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c47499db44ad4397e2d4f4c2285338ad35b471a', '40.77.167.175', 1680194920, '__ci_last_regenerate|i:1680194920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c49c354cf63db80862b397c7a10ac42b0fc0bde', '52.167.144.120', 1688063397, '__ci_last_regenerate|i:1688063397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4b0d0a7f23b110b81c9a88c26cb95d083a187d', '157.55.39.87', 1663711965, '__ci_last_regenerate|i:1663711965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4bf153237e6cb1cd42cc6ea053b0f2ca44f522', '95.216.202.228', 1664184850, '__ci_last_regenerate|i:1664184850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4c5725548e2747a294315ddac0f639b9f90acd', '149.57.16.7', 1653807015, '__ci_last_regenerate|i:1653807015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4c811b3340ab5a3327fd605089f09fd42e4716', '200.119.169.44', 1663691543, '__ci_last_regenerate|i:1663691543;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663683942\";last_ip|s:12:\"190.148.87.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4d06d86768eb4475c1d2b23ddbdef1fabfc0ef', '52.167.144.160', 1685914069, '__ci_last_regenerate|i:1685914069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4ded2d1f0a7e3d3e73e5f69964f40f4650dd19', '114.119.159.123', 1686878813, '__ci_last_regenerate|i:1686878813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4e0cfe6d1f63c516d3e1a67cb47c42534fef02', '157.55.39.80', 1669998729, '__ci_last_regenerate|i:1669998729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4ef765bde77c0a4b7eba2d8bcfedf0e848760f', '52.167.144.98', 1685628646, '__ci_last_regenerate|i:1685628646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c4f74f9111d9176eeee105b8f2aad1b0f0abc2d', '54.36.148.88', 1688249998, '__ci_last_regenerate|i:1688249998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c5114f9461bee4175d147f3074b615728a80935', '40.77.167.222', 1681445896, '__ci_last_regenerate|i:1681445896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c559394004380c32b61a9e892e6262d4cf7475a', '52.167.144.171', 1684593694, '__ci_last_regenerate|i:1684593694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c55acea4f4e57fea90106a00a15c5e5c7dd63b2', '157.55.39.217', 1683192202, '__ci_last_regenerate|i:1683192202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c58b6a355c32d3fcb621a5b560994c05dc06edb', '114.119.158.45', 1686721941, '__ci_last_regenerate|i:1686721941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c59fcbe59df47aa401309d38f8e977318ad9ffa', '207.46.13.215', 1677160893, '__ci_last_regenerate|i:1677160893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c5ba40bfb1fe2e2751d6f505a987ebab8cdca4f', '190.56.32.174', 1676931019, '__ci_last_regenerate|i:1676931019;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676930973;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c5da78a0c2934280523e7aca3237b968df26bf3', '40.77.167.37', 1668367159, '__ci_last_regenerate|i:1668367159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c5db141f6f258892f63434c42466158b6c89233', '200.119.174.9', 1674510838, '__ci_last_regenerate|i:1674510838;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674510831;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c5dc396ed8568a8fbcf3b2c2c14f34ab9dae810', '114.119.150.90', 1687904778, '__ci_last_regenerate|i:1687904778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c610ab9e08df1da03be29a2ac71cdb0d7468332', '190.56.173.175', 1652909377, '__ci_last_regenerate|i:1652909377;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652909365;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c63c5279a7959a0873ab176300f2af407ece9af', '20.15.133.170', 1687684429, '__ci_last_regenerate|i:1687684428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c640e826a0b9c5ffc4d767f35dfecd8b77e86f7', '54.36.148.108', 1676847769, '__ci_last_regenerate|i:1676847769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c650ea6b54efdb2e5d2980820607a87b677a3cb', '54.227.32.154', 1651701826, '__ci_last_regenerate|i:1651701826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c65dfcea53717c194bc30bf92400da0b22d410e', '200.119.173.130', 1676142621, '__ci_last_regenerate|i:1676142621;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676142556;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c686230404cd658383dfce514133a7587100208', '190.148.252.56', 1663866704, '__ci_last_regenerate|i:1663866704;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663859608\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663866682;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c6913239f6631fdac67ae056eb4a64b4c4e61f0', '40.77.167.69', 1663954732, '__ci_last_regenerate|i:1663954721;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c69a9d08c8f5cc33c1deee2b78e96dd57f25bed', '52.167.144.98', 1685821641, '__ci_last_regenerate|i:1685821641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c69f55c6eb48aa9b3db3a29c6818738fa957921', '207.46.13.6', 1672215470, '__ci_last_regenerate|i:1672215470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c6a4617e67f25e3f9fa1283bc3e0907aa3e9830', '65.21.206.43', 1662072054, '__ci_last_regenerate|i:1662072054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c6b1717c74bbdd74faf9e9610742fe1bd122c81', '68.183.75.40', 1657274126, '__ci_last_regenerate|i:1657274126;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c6bc7293c4504fab2c5b4745b6056cf5342b1e3', '40.77.167.222', 1681734266, '__ci_last_regenerate|i:1681734266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c6e1181c9aa50707b41b71b8ffbce03b6b837c1', '200.119.172.60', 1674690080, '__ci_last_regenerate|i:1674690080;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674690048;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c6e511838a230c942f785021621953acd803500', '51.222.253.5', 1669541182, '__ci_last_regenerate|i:1669541182;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c6e65df91910b7860c1606c8be9eb36b185b0b3', '66.249.79.165', 1683744327, '__ci_last_regenerate|i:1683744327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c6fccd34c6b6768ba3f3091f40073d7de524eb0', '40.77.167.192', 1681425331, '__ci_last_regenerate|i:1681425331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c75d26e3d5f1e5a2eabc2537cb14f2ccb7863a8', '157.55.39.128', 1673095848, '__ci_last_regenerate|i:1673095848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c7628ab50f9b866d68979a5bfeaaaab555109ca', '51.222.253.11', 1680095692, '__ci_last_regenerate|i:1680095692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c793ab08ed0cc58535ccb9ec16a2e4a5e1e089a', '207.46.13.6', 1672246893, '__ci_last_regenerate|i:1672246893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c7a391c6360c7765ca20d4f2b866512d7242e48', '17.121.114.133', 1654317566, '__ci_last_regenerate|i:1654317566;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c7a943a96116eb45cae54f2d47dc8549faf5b3a', '190.148.252.183', 1681328622, '__ci_last_regenerate|i:1681328622;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681326696;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c7e4679e272a00655de736cafe633f71cdd79de', '190.56.50.8', 1658755901, '__ci_last_regenerate|i:1658755901;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658691548\";last_ip|s:11:\"190.56.50.8\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658755898;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c7e7e7403ada5530725417ab9ce53fe3ab97a85', '157.245.176.7', 1669926817, '__ci_last_regenerate|i:1669926817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c7ece7d17f315493a231eb408ba0f8f6541d1f0', '190.148.157.80', 1669243400, '__ci_last_regenerate|i:1669243400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669243253;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c7f316dabf0b16dedd60c221e368b2d2bd6e6cf', '52.167.144.171', 1685218560, '__ci_last_regenerate|i:1685218559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8068f53fd8d19bfad1079188f42ca7f8678d29', '207.46.13.209', 1681216847, '__ci_last_regenerate|i:1681216847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c85cff3abd4ba721b19eb3a8d648762c73c0122', '52.167.144.63', 1687178307, '__ci_last_regenerate|i:1687178307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c874d670d27a4f9c2ecb9d21ac34d470c9bb99e', '34.218.244.48', 1651929632, '__ci_last_regenerate|i:1651929632;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c878aa96f24575d3817c75b729dd73aa64cb590', '157.55.39.51', 1667960833, '__ci_last_regenerate|i:1667960833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c87eff223857ca08106d8fa198388323d2a1693', '190.148.87.6', 1668472400, '__ci_last_regenerate|i:1668472400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668471792;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c891d6cc0e64a1f60a52c63bf37351676b57e97', '147.182.171.81', 1650861189, '__ci_last_regenerate|i:1650861189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8946c7a776f63812fef4c47b10a023e5b51e61', '157.245.156.70', 1652502663, '__ci_last_regenerate|i:1652502659;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8b1e270641e5f3ad60f0be977a3682f5d4e226', '190.148.87.96', 1678479785, '__ci_last_regenerate|i:1678479784;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8b4ef4997fc9d19ef1e67c31b9d38a372f14de', '93.159.230.87', 1670386227, '__ci_last_regenerate|i:1670386227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8bf722a85ba5b425908fa30c3ec284fcce57af', '40.77.167.202', 1687397052, '__ci_last_regenerate|i:1687397052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8c0413908fda8c8110e44affa33f17c2f08525', '207.46.13.207', 1681509174, '__ci_last_regenerate|i:1681509174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8c729bde515d12961b241e47756a5e9d942dd7', '190.148.158.175', 1672162796, '__ci_last_regenerate|i:1672162796;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672161667;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8c88be3bbd5a52abefd9ff37b6587d7bbd0d0a', '200.119.173.133', 1660849226, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8dbefb37520318c85f0b3bff80208aed5ffc1c', '157.55.39.253', 1682511715, '__ci_last_regenerate|i:1682511715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8e20745e70af1f716251693eeb0993a5241aa9', '5.188.62.21', 1653310680, '__ci_last_regenerate|i:1653310680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c8f777779822656cfae9694bc99b7ac08159b1c', '190.148.252.151', 1671223670, '__ci_last_regenerate|i:1671223670;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671223633;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c904636d9094874831d26c6c931edc0b486f5b6', '192.36.53.165', 1662143849, '__ci_last_regenerate|i:1662143849;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c90d32ba4ce96d57471499e487cec6b634eb8b6', '190.56.50.253', 1682549707, '__ci_last_regenerate|i:1682549706;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"9VnD234ALOMHsdc6aerS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c97f4ca81866758d3493873a60e16b8eb6e6111', '190.148.252.177', 1674007403, '__ci_last_regenerate|i:1673966912;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673908300\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674007403;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c988c71f5fc386f5117e2fdf92bccc8d770ede0', '40.77.167.101', 1681467381, '__ci_last_regenerate|i:1681467381;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c98fa45766439d2a881e04d682d8b0154101875', '200.119.173.177', 1685312116, '__ci_last_regenerate|i:1685312116;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685312035;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c9978db6eb4974650855e636a148b5a04531c5f', '40.77.167.95', 1655975129, '__ci_last_regenerate|i:1655975129;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c9aa81bf535085373c9571977b5e7ac578cbee2', '190.148.157.117', 1675528006, '__ci_last_regenerate|i:1675528006;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675528000;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c9b52adc762b935805a021896860d6ac814832e', '52.167.144.98', 1684229117, '__ci_last_regenerate|i:1684229117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c9cf33be1c6aa22b298be659e83c81280db3ca5', '190.148.157.98', 1678975962, '__ci_last_regenerate|i:1678975962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678975005;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c9d0083e920179421e12d4d692792c943e65b3d', '51.158.98.24', 1665557139, '__ci_last_regenerate|i:1665557139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c9d7f4abf9dad146abefedb8bc1e78ed5988b4b', '52.167.144.164', 1678947189, '__ci_last_regenerate|i:1678947189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c9e432762e1be78ad6c1dff49eb9f942858f5ba', '114.119.142.39', 1688084079, '__ci_last_regenerate|i:1688084079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ca0f36bb0614157b5a88767803ae58a7c5c2c81', '40.77.167.13', 1672768358, '__ci_last_regenerate|i:1672768358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ca76bcec9f56e170103c246d29bae511e272bc4', '190.56.173.213', 1683293093, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683293093;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683292847;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cabc3b961124f449a285bc1f8c58b166cb268b2', '34.209.138.248', 1656682676, '__ci_last_regenerate|i:1656682676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cacbdcb741f1b7e13dbbafe6388f88aaa9380af', '190.56.32.243', 1684800273, '__ci_last_regenerate|i:1684800273;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684800264;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cad3086dc0cf1430d0a7d7e6aafab2b31fb27e8', '40.77.167.37', 1668367157, '__ci_last_regenerate|i:1668367157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1caed45b07af76291235be678945bed38c944dec', '130.245.169.70', 1657360530, '__ci_last_regenerate|i:1657360530;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1caedc53166b3f8713c0cf9058efdfe01e6303ed', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1caf5f03a43c048242afb34e8a1ceeb097cead20', '200.119.172.95', 1659553749, '__ci_last_regenerate|i:1659553749;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659551002;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cb0be0c482db27b2483611a3b91e554ef1de433', '190.148.157.53', 1683915489, '__ci_last_regenerate|i:1683915489;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683915409;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cb110fb1b4188cf21e5b14858635457bb9bec25', '207.46.13.219', 1678816294, '__ci_last_regenerate|i:1678816294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cb1183138a72c95b8fc1690edbc34cda8945d16', '190.148.157.183', 1680195053, '__ci_last_regenerate|i:1680195053;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680195046;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cb179298b22b92628d914642a627f223faf66fd', '17.121.113.184', 1658879473, '__ci_last_regenerate|i:1658879473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cb4702b663248b12da6d07a027ccbb1c9f40d25', '52.167.144.162', 1686415131, '__ci_last_regenerate|i:1686415131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cb4b90af3c277f43dc19d101a043c39e1d09f93', '190.148.157.53', 1684113922, '__ci_last_regenerate|i:1684113922;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684111812;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cb7e2512705881f4764dbb8746bf3848d2fe5aa', '190.56.173.175', 1653096286, '__ci_last_regenerate|i:1653096286;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653064053\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653096286;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cbd3a83d6b5e103f30a6dce3cb4bba87079d0d7', '207.46.13.154', 1671674446, '__ci_last_regenerate|i:1671674446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cbddc5fa4c9997d12933afd6a2a4643ee714f0f', '51.222.253.7', 1651317466, '__ci_last_regenerate|i:1651317466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cbe1a72042030b12740da6c75e5588724d3203b', '190.56.55.48', 1687282748, '__ci_last_regenerate|i:1687282748;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687282664;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cbe9890e3e580e716349ca18b1113b1647631a3', '130.245.169.247', 1657277736, '__ci_last_regenerate|i:1657277734;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc04cca98467b37ada77ee3d5e2a1b02c5297ad', '190.148.158.175', 1672245365, '__ci_last_regenerate|i:1672245365;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672245344;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc15f922f8252d6d85370fd78d21d5be8c60eaa', '190.148.252.195', 1653669388, '__ci_last_regenerate|i:1653669388;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653669381;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc2123160df5530ab7a90456b259d5e6e4a18a7', '52.167.144.98', 1684322189, '__ci_last_regenerate|i:1684322189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc242ab18f41b912f77640971a73a72434c84d1', '52.167.144.89', 1679383412, '__ci_last_regenerate|i:1679383412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc2d7de8038093be8212271a709faaeddfc713a', '17.121.114.215', 1661834387, '__ci_last_regenerate|i:1661834387;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc2e3bd18f1891bc418ebf6bbad9e55718d1db4', '190.56.51.158', 1655761799, '__ci_last_regenerate|i:1655761799;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655735793\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"LaBdJhZKVle4UrDSIbXf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc3684e8e47569d632774f56f18a6fbbefed9af', '200.119.175.15', 1658408338, '__ci_last_regenerate|i:1658408338;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658365936\";last_ip|s:13:\"200.119.170.4\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658408052;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc4373be8a0be966267f05d030f9a6a1629bfd6', '23.80.167.126', 1666146288, '__ci_last_regenerate|i:1666146287;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc8d57e2330e1d2eaf91c2379226c503d48e804', '18.209.171.133', 1688578245, '__ci_last_regenerate|i:1688578245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ccae5c3a3958e66c87d1de5cedb8605a0d33f1b', '190.148.157.53', 1684110333, '__ci_last_regenerate|i:1684110333;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684109474;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ccec76113db06af1fa8342f85b9da8a9c92b807', '139.59.117.147', 1651031932, '__ci_last_regenerate|i:1651031927;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd131a22adc4f2a837564c7401871e019b8562a', '200.119.168.250', 1680740895, '__ci_last_regenerate|i:1680740895;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680740111;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd165acd5e35be5add7806baf7949a32ec978e3', '200.119.172.234', 1654616776, '__ci_last_regenerate|i:1654616776;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd358c25af9745b0a6518d943625af8d6d2cc4e', '52.167.144.120', 1688063395, '__ci_last_regenerate|i:1688063395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd4d75ca57ddad903c114d22f4768dafbaf772b', '52.167.144.162', 1686484048, '__ci_last_regenerate|i:1686484048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd503ae0e2b74b9797318991267654160263a47', '51.222.253.7', 1658645572, '__ci_last_regenerate|i:1658645572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd62fc901f6c0c2b223a1eae1e9cf64db3e5894', '130.245.169.247', 1657277731, '__ci_last_regenerate|i:1657277731;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd636697985dc1c9eedb869f87cf21763cebcd4', '52.167.144.171', 1685480121, '__ci_last_regenerate|i:1685480121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd6c50e5a3c49f057ec4f71763b82a6e5e82b2b', '114.119.131.231', 1688114774, '__ci_last_regenerate|i:1688114774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd7af12f0a8ea39cc0642c6bb91f1fe18dd32f6', '40.77.167.204', 1678233754, '__ci_last_regenerate|i:1678233754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd9537d5eeb1102f5ff2400b0a8b1aae1fa3a52', '190.56.173.136', 1687984670, '__ci_last_regenerate|i:1687984670;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687984529;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cd9f631832ef74222a7768dd73563abb9c50783', '74.208.2.130', 1672659832, '__ci_last_regenerate|i:1672659832;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cdb7065c7964dd8631207068f63486fb6eba430', '114.119.151.209', 1685623849, '__ci_last_regenerate|i:1685623849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cdc4805a234dde69b8d73013517baf883b8f13f', '54.36.148.197', 1665566031, '__ci_last_regenerate|i:1665566031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cde854aa453fd65534c9f59dbc6bdc0566253a2', '207.46.13.23', 1674073353, '__ci_last_regenerate|i:1674073353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce129149f41777c67bc816355ca2da444ea0536', '35.226.160.203', 1652048602, '__ci_last_regenerate|i:1652048602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce12e60238cbae5fc2258cc8040924b8dcf1cb7', '114.119.148.154', 1688196977, '__ci_last_regenerate|i:1688196977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce18c46eca14c701853b219dfcf55da935fd103', '157.55.39.51', 1668077880, '__ci_last_regenerate|i:1668077880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce1cc78244bb8478111eb4c28401b4b2e50e3e1', '157.55.39.173', 1668834339, '__ci_last_regenerate|i:1668834339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce23772d062196be62865d742ad4aa86428f222', '52.167.144.74', 1688245464, '__ci_last_regenerate|i:1688245464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce2501905d51284095bd8e829ed4e7c588b4c94', '66.249.77.162', 1686585540, '__ci_last_regenerate|i:1686585540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce29e5d1af35490251f2c54bd92cc2f4c765bda', '190.148.87.6', 1668186988, '__ci_last_regenerate|i:1668186988;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668180052\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"iBmH04WRgbNSkCZpdFEI\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce44d87be82b364f91b3ead049fad66c079c532', '52.167.144.76', 1681982638, '__ci_last_regenerate|i:1681982638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce83165af23a94f90a7e4e84fb28875c9ff1120', '190.148.158.69', 1685802283, '__ci_last_regenerate|i:1685802283;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685802221;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ce92539803d9cfbde1ac879af5c5b725f8f1567', '52.167.144.74', 1688094066, '__ci_last_regenerate|i:1688094066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cec678454c2c5192e6340f4336134d43c4f20e3', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cece410dedce10be16d0018d1822ac157a6f151', '52.167.144.98', 1686573742, '__ci_last_regenerate|i:1686573742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf23819c067afa48d4f6fb0c79b4875fe1de526', '17.121.113.160', 1662344872, '__ci_last_regenerate|i:1662344872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf40169a49ce4b49cf65decfb9b57ff9a7cc65a', '190.56.173.251', 1651940241, '__ci_last_regenerate|i:1651940241;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf444bcead3c0093d3adc4b36a3b17f8c4283fe', '52.167.144.98', 1685685191, '__ci_last_regenerate|i:1685685191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf486e5c6b4fa79072748820ea2604baa9773dc', '40.77.167.227', 1682192187, '__ci_last_regenerate|i:1682192187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf5a82714220cb5f0dafc8f4aafbd2021920efe', '20.211.113.28', 1652862277, '__ci_last_regenerate|i:1652862273;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf64c8898055d97d70591bcda0dd29cc0b87638', '51.222.253.8', 1670283673, '__ci_last_regenerate|i:1670283673;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf680ec82c58ed30cd2e7e5f7088133835e9cf1', '190.56.32.174', 1676728822, '__ci_last_regenerate|i:1676728822;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676728820;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf6ac4ab547d46bc6bbbea1841a9bc485c9be26', '52.167.144.98', 1684132425, '__ci_last_regenerate|i:1684132425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf7b3c8ef077ac51879be31d1f8e48522f68388', '51.222.253.3', 1687408454, '__ci_last_regenerate|i:1687408454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf895bcad9facb85e856a0262225a59b1a6d293', '52.167.144.69', 1675609825, '__ci_last_regenerate|i:1675609825;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf8d6fbfca050291f176b05a525da021525d6db', '190.56.55.113', 1673878277, '__ci_last_regenerate|i:1673878277;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673650607\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Nz8gLaDMOe5iH6T0ZEXh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf987413af0b7a78df6dc945662e8a4b64df2bc', '52.42.90.139', 1678626492, '__ci_last_regenerate|i:1678626492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cfad66650d366d12143cd606790f3eff19973dd', '35.164.225.24', 1661089072, '__ci_last_regenerate|i:1661089072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cfb4d27ef876787b40fd9acefc95ac0b579d8a7', '40.77.167.43', 1659388757, '__ci_last_regenerate|i:1659388746;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cfe2424cc027011dd78f6d12508ea6fee99d808', '51.222.253.6', 1675631099, '__ci_last_regenerate|i:1675631098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0070593a74b2dbbc106faef5ab2583451d1bf1', '200.119.172.55', 1661452158, '__ci_last_regenerate|i:1661452158;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661436067\";last_ip|s:15:\"190.148.252.220\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661451387;register_id|s:2:\"85\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:03:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d01498a63822e02269b2770cc971a5878e478ab', '51.158.125.31', 1656187971, '__ci_last_regenerate|i:1656187971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d02ecb25a80969c4c4e57f67a6213ac702f4724', '51.222.253.10', 1658764974, '__ci_last_regenerate|i:1658764974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0322c3c7c5081f1d2e36bac221d9ee2a89fce9', '40.77.167.222', 1681108168, '__ci_last_regenerate|i:1681108168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0612b1ff291c6f9d51b044cbd18fde93b4b277', '200.119.174.137', 1654619644, '__ci_last_regenerate|i:1654619643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d06fbf56f4c1c6b9048eadcf45f36af9e4c7bc9', '200.119.168.104', 1660137219, '__ci_last_regenerate|i:1660137219;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660091537\";last_ip|s:15:\"200.119.170.120\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660137202;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0854f919107868423b57633450fb742b90108c', '190.56.49.109', 1666128707, '__ci_last_regenerate|i:1666128707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d09704b13ff4e09f075c70571d35fa1e71c24b7', '173.249.31.237', 1659409246, '__ci_last_regenerate|i:1659409246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0a99f88a67df80d1ce89692d3921f9b52d07d3', '190.56.173.213', 1683292150, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683292150;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683292091;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0af173f01f235cf0ac313b80642066de163d54', '52.167.144.73', 1679569043, '__ci_last_regenerate|i:1679569043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0b140db36d468a73116d7217a898631f562360', '51.222.253.7', 1651233097, '__ci_last_regenerate|i:1651233097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0cf4950a05857d06e9f1123743e3980be10471', '190.56.173.175', 1652993933, '__ci_last_regenerate|i:1652993933;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652991937\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"rcmJSgY7v0RuazBZ6plb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0eae69cbbec1a937e93146a0e75eb5d7f0edb4', '51.222.253.15', 1675361416, '__ci_last_regenerate|i:1675361416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0ed6382b6dd2168acc4f415a9f83ccd054c2df', '114.119.150.196', 1687689768, '__ci_last_regenerate|i:1687689768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0f4fe45cee02a7c15098c99aa26afac8dfc39d', '207.46.13.12', 1675851918, '__ci_last_regenerate|i:1675851918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d0fda9d1442ce4f8e9e45033f53d7218d91947a', '135.181.154.144', 1663832814, '__ci_last_regenerate|i:1663832811;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d10ef4799386bee87c186bc46b1d09598f891ad', '114.119.147.152', 1688240924, '__ci_last_regenerate|i:1688240924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d127b358d64a48b621e632747024b5efe206e06', '51.222.253.8', 1653964993, '__ci_last_regenerate|i:1653964993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d13f760ccd9783638835884b14e0ae278765dea', '40.77.167.147', 1681224252, '__ci_last_regenerate|i:1681224252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d13f90dc7581aef86ac45be5077cb31059323c2', '157.55.39.173', 1670806021, '__ci_last_regenerate|i:1670806021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d1622c898462a80bcc20530bc148052ef38c708', '163.123.143.82', 1673574382, '__ci_last_regenerate|i:1673574382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d18009d3243c1e5108087a9b43cb8982d48acc7', '40.77.167.1', 1672431004, '__ci_last_regenerate|i:1672431004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d1895a0ace5b31caa951b110fdcfcba5958aa6b', '40.77.167.133', 1684072336, '__ci_last_regenerate|i:1684072336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d19171b085b0601f337674bb80b4048627fef36', '52.167.144.166', 1686901538, '__ci_last_regenerate|i:1686901538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d1bc2c7ac5c116b375c4afafa3b5cd5992c6472', '198.251.73.87', 1672881329, '__ci_last_regenerate|i:1672881329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d1c3ad03e91bb783479043c126ef48aef9a770e', '51.222.253.1', 1685866046, '__ci_last_regenerate|i:1685866046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d1d0f4df162b6050b3124013e1a38e52650d594', '190.148.252.96', 1673094280, '__ci_last_regenerate|i:1673094280;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673093191;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d1f8004dc928c655d23055c1520b23780dc5ab6', '52.167.144.162', 1686557876, '__ci_last_regenerate|i:1686557876;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d2124c31465c19768f4fae73e5ee5d501be8b9c', '190.148.158.151', 1677182134, '__ci_last_regenerate|i:1677182134;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677180884;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d23bebdce2c8e21f4fea07fabec8367176d72c6', '114.119.156.138', 1688331873, '__ci_last_regenerate|i:1688331873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d240d8601832456f295c20aaad038e6b8d47f4c', '20.210.106.80', 1651025195, '__ci_last_regenerate|i:1651025192;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d244f9d5b5b6ba35cdf86a8311496f0252462fc', '207.46.13.17', 1673533882, '__ci_last_regenerate|i:1673533882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d247040e9a9aa372c1a8fc5b4f7432fe634286e', '52.167.144.98', 1685951114, '__ci_last_regenerate|i:1685951114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d2577c8865e90fc361d368d40b67edc6252f457', '190.148.157.80', 1669424264, '__ci_last_regenerate|i:1669424264;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669424264;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d257ff354f88484875933083ac8644700215177', '114.119.141.24', 1687569261, '__ci_last_regenerate|i:1687569261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d26925f57bb730d91a529fd304a92eb26c10002', '54.36.149.78', 1670552130, '__ci_last_regenerate|i:1670552130;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d273edf04db5d6e1b964453343f4a9ca7285581', '52.167.144.23', 1687306474, '__ci_last_regenerate|i:1687306474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d2badb49063a2e24ed8739b27d5ee4fd57d933a', '207.46.13.41', 1665917702, '__ci_last_regenerate|i:1665917702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d2cb54ad9cd847e0ecf96480c2962c867fd633e', '44.242.172.192', 1664256911, '__ci_last_regenerate|i:1664256911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d2d4cf581acfd0c1246b40f5663b1746a14e3f5', '36.99.136.130', 1650976201, '__ci_last_regenerate|i:1650976201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d2e32285baca85c76b2d80f6ef30539c815c65b', '114.119.142.210', 1685590706, '__ci_last_regenerate|i:1685590706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d2e951bbebb0583ae8409c4a2fd4c0f11b63298', '40.77.167.37', 1668935070, '__ci_last_regenerate|i:1668935070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d306d461287e9932fad2fc9fdc5f9941a0b684e', '52.167.144.164', 1686595041, '__ci_last_regenerate|i:1686595041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d327b2d65659f6b6a7dd78272b01bbffc3b31b6', '200.119.170.16', 1666812874, '__ci_last_regenerate|i:1666812872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666812867;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d357e262e80316c68902f10130964f75a6efa26', '157.55.39.149', 1655662605, '__ci_last_regenerate|i:1655662605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d369cc84379205c40286cc753f4af5417487d2f', '54.36.148.218', 1669403726, '__ci_last_regenerate|i:1669403726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d373f687ce50881c6a1cde20dacdf83e794159a', '173.249.31.237', 1659409333, '__ci_last_regenerate|i:1659409333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d3ccf2a83712484c07a03ae37febb8d15ad90f9', '157.55.39.79', 1669167643, '__ci_last_regenerate|i:1669167643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d3e3794be7a99ef2ee00eec9fa785858e4cf41a', '190.148.157.214', 1669727471, '__ci_last_regenerate|i:1669727471;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669727464;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d3e903a7d431158e25d996b74df22590e0eba8a', '190.148.87.96', 1678296655, '__ci_last_regenerate|i:1678296655;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678222268\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YTzlM75JEyaN6PLSuZX0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d41b6d3fafb67ad5e13bb92199ff29f168943d3', '54.36.148.117', 1686251875, '__ci_last_regenerate|i:1686251875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d428bbee840f6585eab440f0087f529f4a5e01f', '64.246.165.170', 1660428990, '__ci_last_regenerate|i:1660428990;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d4345a4df9c3af736faf8bb3b5bbf318c9d081e', '190.56.51.206', 1676318854, '__ci_last_regenerate|i:1676318854;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676318599;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d4854d3d41ee58f69b66bef48077abc5477a3f4', '207.46.13.6', 1671924141, '__ci_last_regenerate|i:1671924141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d4a75c330109250a22650171227a98a6bbd9d4d', '200.119.173.107', 1686844020, '__ci_last_regenerate|i:1686844020;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686843206\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d4aa61ea6d15a9fc6b75bc18f114e414ec30616', '93.159.230.88', 1662052279, '__ci_last_regenerate|i:1662052279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d4af0cd30143add4f1d69a5c803863da83e884c', '200.119.173.177', 1685137118, '__ci_last_regenerate|i:1685137118;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685137109;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d4c2cd7165b54eb2698557d89b803e2f673608d', '176.120.118.83', 1650949611, '__ci_last_regenerate|i:1650949611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d4c4e28892b85d5d5108136b5e6aa087a093e82', '40.77.167.43', 1659134623, '__ci_last_regenerate|i:1659134623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d4ed70b044bc6d5f150256a78d459a039e9f5d8', '51.222.253.12', 1678825275, '__ci_last_regenerate|i:1678825275;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d4ee5bae9e478ed830c5af451eaca87f2ad4f74', '190.148.252.76', 1654219955, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1654219955;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654204410\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654218098;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d51010e6f6e28642f4f9ecb1f63237c43d37ff3', '66.249.65.168', 1673296013, '__ci_last_regenerate|i:1673296013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d51a0c833599ce7edfb322bb946e0463979aa1a', '52.26.163.31', 1668777718, '__ci_last_regenerate|i:1668777718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d53aa21c1c4c20649cdaccdaf6330f1fe3d850b', '114.119.152.204', 1687850794, '__ci_last_regenerate|i:1687850794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d54d8a733b4fca751ae755bb5ef397003a492a2', '51.222.253.12', 1681231461, '__ci_last_regenerate|i:1681231461;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d573975f0ee8485f7dd59ec4ef5cdd52ca7df08', '66.249.64.48', 1677144745, '__ci_last_regenerate|i:1677144745;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d57751eeabf0ade9adb7d51bb502c3bf685548c', '66.249.73.232', 1651636120, '__ci_last_regenerate|i:1651636120;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d57e584a1a90c5b3390384d9953b89221e88d55', '114.119.147.209', 1688216856, '__ci_last_regenerate|i:1688216856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d581a3042f6c90d5bec51bc2d6ec7290adbbb8e', '52.167.144.164', 1685405376, '__ci_last_regenerate|i:1685405376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d5871bb93aeecbf253c9f538f977903be69ccae', '200.119.170.221', 1664401562, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664401562;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664401465;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d58d20f65ad99e8642944730a4f7e9d9f329eac', '52.167.144.166', 1686834432, '__ci_last_regenerate|i:1686834432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d5b27b58562cb7984d32cdcbe9568cfdb344bd1', '40.77.167.49', 1665855236, '__ci_last_regenerate|i:1665855236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d5f2cb29ce57c728f95c42b8228ce952b844b48', '52.167.144.98', 1685130089, '__ci_last_regenerate|i:1685130089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d5f74b5114d4ff3eb254dcbda83af8a6cee81e4', '54.36.149.72', 1656058753, '__ci_last_regenerate|i:1656058753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d60dbb7f24d32ca823ba811487077c5c3f3727c', '93.158.90.73', 1652994974, '__ci_last_regenerate|i:1652994974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d61827ed4586d93f019706cf8eb6097afa4bdbb', '40.77.167.43', 1658314942, '__ci_last_regenerate|i:1658314942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d61ec54af94558bab5c243c3d1885a226d3201e', '190.148.157.117', 1675552427, '__ci_last_regenerate|i:1675552427;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675551401;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d63153be06f87867fd9eeff52462f7b10c5f68a', '40.77.167.91', 1686910069, '__ci_last_regenerate|i:1686910069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d6318418cdf98692236a8f01f1d0365a484da45', '52.167.144.74', 1688243879, '__ci_last_regenerate|i:1688243879;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d653006b351b5d6df88c7dae3440130a1d25df0', '66.249.64.135', 1677486084, '__ci_last_regenerate|i:1677486084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d659294d02e51eb45c10bfed6b00263228416cc', '190.148.252.116', 1653409485, '__ci_last_regenerate|i:1653409485;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409114\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"MdyAJkNsQU6qFltKvegf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d66da6734070ab3714abb52a4003bc39a5dd973', '190.148.87.182', 1679687456, '__ci_last_regenerate|i:1679687456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679687424;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d69246562f28424d2a65a10e56165835a00f6ac', '52.167.144.164', 1686321511, '__ci_last_regenerate|i:1686321511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d6a48eede663f36c690ec0f2b0e82c29db8c3e8', '52.167.144.171', 1685427183, '__ci_last_regenerate|i:1685427183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d6bc9824449965700d35dee37a4a142c5fec132', '51.222.253.4', 1660628364, '__ci_last_regenerate|i:1660628364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d6cb7e43969436de549dd26c0d0dd9af068df33', '40.77.167.37', 1668935073, '__ci_last_regenerate|i:1668935073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d6dafb2ca1b17141da238b06685fc2e33f25a8d', '190.148.158.151', 1677370618, '__ci_last_regenerate|i:1677370618;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677370513;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d70da2a5c80371ec7dc9b025f46074b746c86dd', '190.56.32.162', 1686519549, '__ci_last_regenerate|i:1686519549;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686519531;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d728b5facc0a312729aa9ab1662b56dd6960aff', '114.119.145.139', 1687902214, '__ci_last_regenerate|i:1687902213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d76c5fdbdd84a1110d2213958cae214a9c93a64', '190.148.158.175', 1672669852, '__ci_last_regenerate|i:1672669852;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672669832;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d77e92eda219ed1efea936fb52fffa0ba0d86b9', '114.119.159.58', 1686422994, '__ci_last_regenerate|i:1686422994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d7a1f1ecabbde0102eb0a28fbe9d33dfd057e94', '157.55.39.79', 1668834293, '__ci_last_regenerate|i:1668834293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d7adfe75406017ee8894cf0df61a2bdadfeb9a7', '51.222.253.14', 1671552180, '__ci_last_regenerate|i:1671552180;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d7d567132b951258aa119fc57a8a97b0e7e0b88', '66.249.70.11', 1682774103, '__ci_last_regenerate|i:1682774102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d7d57179addde06669a1c8eb4b6a9974e7f3704', '20.226.18.128', 1661050983, '__ci_last_regenerate|i:1661050978;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d7dd3bf1da89dfee97b0414cee9aa788a9c02ee', '114.119.158.18', 1686645658, '__ci_last_regenerate|i:1686645658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d830d58553f17cda5f92188f37faa71d9aa2692', '200.119.172.60', 1674605046, '__ci_last_regenerate|i:1674605046;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674604241;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d832285199c4b567fdf059c8b6b5d9a86806193', '146.59.157.229', 1650749973, '__ci_last_regenerate|i:1650749972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d83c77fd1fca2ff5fe8e0eb6063f3b3c20a8c2e', '200.119.172.60', 1674585060, '__ci_last_regenerate|i:1674585060;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674585031;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d83ee7a03749efe8c7a6859b8003d7f573d26fd', '69.160.160.58', 1680641193, '__ci_last_regenerate|i:1680641191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d83fd3f0a4c22b3d02ad45099ebf93923b6d02f', '114.119.138.147', 1687082857, '__ci_last_regenerate|i:1687082857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d86bb8f695cb4090d2274769480e54ee2990f80', '51.222.253.17', 1668164143, '__ci_last_regenerate|i:1668164143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8709b2b72275c17637e1cdb7d38bde979d7695', '52.167.144.171', 1684980357, '__ci_last_regenerate|i:1684980357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8874391801ada099d2c01f0b986182e11b3d45', '52.167.144.164', 1684382159, '__ci_last_regenerate|i:1684382159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8a88e2b14342685bcee36188738f079c6e4243', '200.119.173.133', 1660921935, '__ci_last_regenerate|i:1660921935;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660863183\";last_ip|s:15:\"200.119.173.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660921423;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8b4b2405f25600907008cc4b2590b34a7ef9ee', '54.36.148.182', 1673662484, '__ci_last_regenerate|i:1673662484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8d2eb2aca4ebeb3e3d769336906443cd8dc96b', '190.148.252.55', 1675694337, '__ci_last_regenerate|i:1675694337;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675694323;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8f092242b393ef973145b4dd24fbb99bfd5882', '40.77.167.202', 1687333369, '__ci_last_regenerate|i:1687333369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8f353f87bb79bf092b53bf12d028d722195ffb', '114.119.158.128', 1685704279, '__ci_last_regenerate|i:1685704279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8ff6cd8490d9e47cfba9baf034500468b5da59', '40.77.167.161', 1677047979, '__ci_last_regenerate|i:1677047979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d921cbda1dddf23908977b8f9d759295e2b692a', '45.63.18.23', 1688455225, '__ci_last_regenerate|i:1688455225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d92b750e1a8955bda315979ce69527de39007db', '190.56.32.35', 1671845563, '__ci_last_regenerate|i:1671845563;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671845335;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d94d6b8e4b89c844e0c58bd3f77215ad34086ab', '114.119.148.163', 1685495137, '__ci_last_regenerate|i:1685495137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d9522c37d865ca8e2b23cf5d21d493ca523dc58', '190.148.157.147', 1658844332, '__ci_last_regenerate|i:1658844332;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658784380\";last_ip|s:14:\"190.148.252.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658843850;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d98a297649c20c0d4ed945fe2fded9b0e555916', '190.56.50.105', 1660655661, '__ci_last_regenerate|i:1660655661;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660599100\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660655627;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d9af7293d2de8ca43529344dfe0cda38c82fc8a', '200.119.173.177', 1685381730, '__ci_last_regenerate|i:1685381730;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685055199\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"f2tn86Zu5S9dcjyp4eUa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d9c9792ebd0166f9c5b8df9b8b7862944980e0a', '17.121.112.63', 1660190582, '__ci_last_regenerate|i:1660190581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d9d0ecbbcd4403a36c7d029cdf82e18170df445', '190.56.55.48', 1687353372, '__ci_last_regenerate|i:1687353372;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687353361;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d9d9ae14d425f18e15613cbb37b4ee69c3b7bfc', '207.46.13.41', 1664990795, '__ci_last_regenerate|i:1664990794;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d9e3c937ee1f284e1ee11cf3f8acc35432ffc29', '40.77.167.227', 1678514421, '__ci_last_regenerate|i:1678514421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d9f5e3f6b3aed2f8ee384984f8e45ab8026948e', '176.53.223.118', 1650752753, '__ci_last_regenerate|i:1650752753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da090380a9c097cac04f7377bb0bcf33ec309cc', '114.119.135.204', 1688174623, '__ci_last_regenerate|i:1688174623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da28d5eaa507eb48713f34758d2f6fe26c1b0f2', '40.77.167.227', 1682187328, '__ci_last_regenerate|i:1682187328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da4126071b62992728c1ca461369866df9b6048', '52.167.144.162', 1686178227, '__ci_last_regenerate|i:1686178227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da448cd710e374cbd634f8bdb4feeb8426f05c6', '52.167.144.154', 1687547831, '__ci_last_regenerate|i:1687547831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da66135d5d374dacdee63604b07da9fa84bd91e', '17.121.112.130', 1655042251, '__ci_last_regenerate|i:1655042251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da7aae7b5bdeb2d96eae683a29c5ddf0e3871d9', '52.167.144.43', 1683889125, '__ci_last_regenerate|i:1683889125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da8119b9a36eb1e40af9762dbb033e625395828', '66.249.74.103', 1683380108, '__ci_last_regenerate|i:1683380108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da93a2f3f878dcaeabcd909890c58cda2375bf8', '149.57.16.7', 1653807069, '__ci_last_regenerate|i:1653807069;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1daa4534da4754b2715be8f5c6a05592a6726f47', '114.119.138.207', 1687658072, '__ci_last_regenerate|i:1687658072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1daa7c400814eb705001cc49f120c431f26364b8', '190.148.252.96', 1672843272, '__ci_last_regenerate|i:1672843272;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672784211\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672842473;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1daaf9bd66466249baadc1877f0f5ae09ecd49fd', '51.222.253.14', 1652154930, '__ci_last_regenerate|i:1652154930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dac677d2f1f7fc533e713ce2415279a1812ae46', '190.148.87.182', 1679870302, '__ci_last_regenerate|i:1679870302;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679869137;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dafd2cd8e890f0a799f63370aa0142ff425b9bc', '200.119.168.250', 1681073598, '__ci_last_regenerate|i:1681073598;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681069461;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db043fe72bf910e533584b8b68ff8db8b213a19', '190.148.158.175', 1672677073, '__ci_last_regenerate|i:1672677073;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672412959\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"kJAxylKYvMCW9ocubLaq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db059ca063cc1a23ccf156416a8e14ed7b4c446', '190.148.157.183', 1680472418, '__ci_last_regenerate|i:1680472418;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680472101;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db18ad5920590a30c22090bc5a2d756bd06c600', '18.246.32.49', 1682988426, '__ci_last_regenerate|i:1682988426;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db195f17c90b06889d9b2a5eceb58bfe43a9c33', '93.159.230.89', 1662045066, '__ci_last_regenerate|i:1662045066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db30970d8d6b4449411115187d42023a86cb30d', '190.56.50.15', 1667086418, '__ci_last_regenerate|i:1667086418;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667086410;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db315e17fd4a2755841e5a7394d788f2e61e170', '190.56.50.253', 1682473689, '__ci_last_regenerate|i:1682473492;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682473689;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db53bc3face0363450384839c6533ed01ed7e17', '157.55.39.173', 1669998591, '__ci_last_regenerate|i:1669998591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db561c0bb83114865bcd91b6547c379905d3d46', '52.167.144.73', 1679281034, '__ci_last_regenerate|i:1679281034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db57bbdc20484a250027cf26a79495d81262802', '200.119.173.177', 1685366222, '__ci_last_regenerate|i:1685366222;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685366167;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db6ce40cd995a6cf5e40ba6892ca799218d7ce8', '52.167.144.162', 1682707618, '__ci_last_regenerate|i:1682707618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db8ca5e8a6575ee9293f49a717fe793d5c841ed', '190.148.157.98', 1679056266, '__ci_last_regenerate|i:1679056266;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678966907\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679056223;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dbdbb2a394034852088586c01d7ded409d608c2', '114.119.133.30', 1686991420, '__ci_last_regenerate|i:1686991420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dbe5ffba79d457f8288fc5862b658446d4285d7', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dbefba1631c62d79ae16cdfb15b53d9b8195da0', '190.148.87.6', 1668459723, '__ci_last_regenerate|i:1668459723;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668459714;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dbefe7c56f8cd878f49634fc414f1ea5be0cea3', '40.77.167.133', 1684132452, '__ci_last_regenerate|i:1684132452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dc07e96f854b1edca91ecf2164e676171e9ae5c', '66.249.77.162', 1686588818, '__ci_last_regenerate|i:1686588818;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dc0d6a66c96a939255de55df9b0e32355701b56', '157.55.39.125', 1654555245, '__ci_last_regenerate|i:1654555235;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dc0f9b7188bb26041e1921bcd2430832e834c6c', '157.55.39.192', 1666547063, '__ci_last_regenerate|i:1666547062;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dc1a3ef9a1ba0bbfe59ce96d0a0463605b1e1f0', '51.222.253.4', 1653506721, '__ci_last_regenerate|i:1653506721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dc1b6dbfe501f189b598190eddf229cda981e2a', '190.148.252.56', 1663954566, '__ci_last_regenerate|i:1663954566;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663954527;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dc1c3c3dc39571315e6f3c269ed4ae36cd51445', '52.167.144.74', 1688234852, '__ci_last_regenerate|i:1688234852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dc5e052de530456b65555ce31322141c1a3a248', '190.148.157.80', 1669381709, '__ci_last_regenerate|i:1669381709;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669381644;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dca7e4e3d0f234f9d549b169ff3f8d9fe71f55e', '200.119.173.130', 1675887732, '__ci_last_regenerate|i:1675887732;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675868530\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"hoMOsfxTN7CLgiBnUcKH\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dccc286662f51c08abe6da8005e721c574f8ea6', '40.77.167.191', 1681572882, '__ci_last_regenerate|i:1681572882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dcd3b5bba592137a2ebd3cdcc67720aa2a6482c', '114.119.137.174', 1684483682, '__ci_last_regenerate|i:1684483682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dced3783c45934464ddafe43b4571303ab93a41', '200.119.170.143', 1670168424, '__ci_last_regenerate|i:1670168424;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670167935;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dd2c7b67738a42b18cd19ace79872b442878d4a', '40.77.167.225', 1680477937, '__ci_last_regenerate|i:1680477937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dd52c68fc61e3160a75f4335e8c53bc66e26a3c', '40.77.167.123', 1683253091, '__ci_last_regenerate|i:1683253091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dd625a042469aa0aa45436a77f6785b60922ecb', '40.77.167.23', 1673851380, '__ci_last_regenerate|i:1673851380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dd64b74f3ee768381b2a3f5e5edd54765795409', '207.46.13.1', 1671594082, '__ci_last_regenerate|i:1671594082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dd69f5d31072a3325cada491b74fd5afc60092b', '40.77.167.192', 1680991688, '__ci_last_regenerate|i:1680991688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dd7174f0654e8071c7bdf3b0d454cafca9de990', '190.56.173.175', 1653011944, '__ci_last_regenerate|i:1653011944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dd8a01938fd7053fa6c4cf5b13b8592f10e75d5', '52.167.144.31', 1681420386, '__ci_last_regenerate|i:1681420386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ddad8f366e87f59a540006ec747085845a63c9a', '190.56.173.213', 1683214647, '__ci_last_regenerate|i:1683214647;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683213206;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ddb3cf08f04e378de7cd1fda280c056ed7b930c', '190.56.32.35', 1672016397, '__ci_last_regenerate|i:1672016397;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672016391;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ddb69b0c636433ad99669c592bd56865807e5fb', '114.119.155.54', 1686501550, '__ci_last_regenerate|i:1686501550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ddefb2964b39fce7abbcf1589ddb24085a28481', '51.222.253.6', 1656208189, '__ci_last_regenerate|i:1656208189;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ddf52661455fcaa12e150e160605356ecc4edfa', '157.55.39.68', 1667301604, '__ci_last_regenerate|i:1667301604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1de088c41163881abac32f3dd9a5855e80de6a92', '17.121.113.168', 1658324454, '__ci_last_regenerate|i:1658324454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1de32fe486293517b0459508b13c83f9c2aa89fb', '52.167.144.70', 1688214975, '__ci_last_regenerate|i:1688214975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1de69df47cd81c082adca9bec805c78776a568bc', '66.249.65.171', 1673396682, '__ci_last_regenerate|i:1673396682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1de6a85f542d919e87a1b8fc8a29be64421d999b', '34.132.163.13', 1658894621, '__ci_last_regenerate|i:1658894620;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1de8e4cc2c056e42b090cde0b76eb0bd55ccaecd', '69.160.160.58', 1680641189, '__ci_last_regenerate|i:1680641189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1de90267098d45d4f5bc6c499d8c8032fb8e1941', '51.222.253.11', 1680759834, '__ci_last_regenerate|i:1680759834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1de913058e18c46e2cf4661634c5c751c229b82b', '114.119.159.177', 1687520777, '__ci_last_regenerate|i:1687520777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1deb447ba1eb82bbfd315f9eb413e19fc6f6c8a0', '190.56.32.174', 1676643632, '__ci_last_regenerate|i:1676643632;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676559673\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676643622;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1debd01a2154309949dcbbc0ff97514002dae773', '157.55.39.125', 1653312342, '__ci_last_regenerate|i:1653312342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dec0a9f1e87fb7a7a18eb7586ae6cf686cbeea1', '200.119.169.82', 1656512686, '__ci_last_regenerate|i:1656512683;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656467059\";last_ip|s:14:\"200.119.169.82\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656512683;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dedbd170a86259114c115bee8ec2af3d9eaba22', '114.119.139.25', 1684245256, '__ci_last_regenerate|i:1684245256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dedc167fe4172c1fe34849684195f4b58cc258e', '114.119.141.119', 1685846959, '__ci_last_regenerate|i:1685846958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dee2d8b5e8a241b6b1235cc3c0880ab5e85e8cb', '51.222.253.6', 1687218456, '__ci_last_regenerate|i:1687218456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df0c4332cc3561bdbed1f6f59112dd0828fb5bb', '52.167.144.25', 1685989579, '__ci_last_regenerate|i:1685989579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df164102a4edf3aaf68d263c4547dab8d3fd379', '114.119.157.199', 1684884212, '__ci_last_regenerate|i:1684884212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df1d89f102051633ea8800e5de33276a8ad400e', '190.148.157.122', 1666655360, '__ci_last_regenerate|i:1666655360;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666655079;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df4ec16726b1bb67eceb6ea43a7657cb8af8d4a', '40.77.167.166', 1676530561, '__ci_last_regenerate|i:1676530561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df68164573bd2f0e4bb95c532e643683f792a25', '47.93.42.221', 1688553229, '__ci_last_regenerate|i:1688553229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df6b83d19ceae97bdaba7cce2f9ae9cf84f2a7b', '54.237.250.240', 1650878955, '__ci_last_regenerate|i:1650878955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df77132c2df42a2a532a34cf49d161a02e2fc08', '190.148.252.177', 1673989480, '__ci_last_regenerate|i:1673989480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df79537d3aebb16acc2b79625a7c5282dbaf985', '190.148.157.80', 1669242443, '__ci_last_regenerate|i:1669242443;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669236506\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"3FntXkqBwy5pzmNvMSUa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df875b9cf701898fdbaa0abf5aaae7ba8f287d1', '40.77.167.147', 1680993201, '__ci_last_regenerate|i:1680993201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1df9806a647f83db1456683de4e4e25c165ba868', '200.119.174.9', 1674335102, '__ci_last_regenerate|i:1674335102;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674334886;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dfc7e13ff11e2ce605ae5b84407dbd933f8bbff', '18.237.122.39', 1671457222, '__ci_last_regenerate|i:1671457222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dfdf82d6908c2e2dfef42f662a48f3fbf5033f2', '40.77.167.37', 1669419382, '__ci_last_regenerate|i:1669419382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dfe5da95291cef0674e9531af45fb34a4469cc7', '51.222.253.4', 1669532959, '__ci_last_regenerate|i:1669532959;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dfecdc14e96f8ff6da18bdaa409a86dd740cda0', '52.167.144.28', 1679572618, '__ci_last_regenerate|i:1679572618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dff2f2deadc0777cf7f228a1853554abc1cbc77', '114.119.140.107', 1686964511, '__ci_last_regenerate|i:1686964511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dff9eefb4a67e1b4c27bc1e9cef9dde957a0332', '40.77.167.115', 1681445225, '__ci_last_regenerate|i:1681445225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dffa1de7219e56b1af9901d336078d5ef0ad933', '54.203.39.49', 1652621313, '__ci_last_regenerate|i:1652621313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e00c6be88a45ea3d146aed0e4676e6a45e5e28d', '190.148.252.183', 1681598787, '__ci_last_regenerate|i:1681598787;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681598787;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e01015c829ea7edd6d8a277d78bd895db05b1c9', '52.167.144.171', 1684641417, '__ci_last_regenerate|i:1684641417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e02b5ea404ba70f9193617897b9837fea5e985b', '200.119.172.96', 1675464845, '__ci_last_regenerate|i:1675464845;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675438662\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"pH2jbXIRmGsa5OQBtWFJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e05a0f4da09bf9d112548d5200c0623b91d2857', '207.46.13.217', 1684126533, '__ci_last_regenerate|i:1684126532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e05f5d65e921329a2089711f4595061aa5e0aaf', '157.55.39.148', 1671763658, '__ci_last_regenerate|i:1671763658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e061ef71abd8d219d4c3172075e33488d07e78a', '196.18.230.116', 1679555197, '__ci_last_regenerate|i:1679555197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e082cf484a1f18cfa52f2fa255de699895865bf', '40.77.167.56', 1673195374, '__ci_last_regenerate|i:1673195374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e089d02351b4814f0b2af8ad94616e3e6560736', '54.36.148.104', 1656873716, '__ci_last_regenerate|i:1656873716;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e0a0f0aae024bcc694e101dda7f838b9b061d03', '52.167.144.82', 1687513383, '__ci_last_regenerate|i:1687513383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e0a327c883101d3d9398882f52219776438b98f', '190.56.32.35', 1672064660, '__ci_last_regenerate|i:1672064660;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672064659;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e0b13d02ab07ae72e73bd76d18183d46d9416ce', '190.148.158.151', 1677019092, '__ci_last_regenerate|i:1677019092;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677018784;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e0cf4ec61b805a1b906f1aa9a71051475570857', '144.76.68.17', 1683713016, '__ci_last_regenerate|i:1683713016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e0f648911d40f3d48804c5521cf38c34ca68a90', '213.239.193.124', 1658542337, '__ci_last_regenerate|i:1658542337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e1043dca2af6d5c71e4435590b9aa6fdfbbbc4c', '190.56.50.15', 1667000650, '__ci_last_regenerate|i:1667000650;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667000640;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e10fb2376fac89a41d783e6fc0bf94a5e05b59f', '20.211.34.101', 1659491254, '__ci_last_regenerate|i:1659491250;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e1145ada9c702ffd54727676acf5abe6942614a', '157.55.39.123', 1666445754, '__ci_last_regenerate|i:1666445753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e146e6ad51cec394b3266d0b437fd3cde77f881', '40.77.167.26', 1670854192, '__ci_last_regenerate|i:1670854192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e153284ebb734b01f7cfb7240c588caa80b99a4', '114.119.130.169', 1687281457, '__ci_last_regenerate|i:1687281457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e15b1690a2c3e057e6050458a8693f44f583c35', '190.56.55.113', 1673450360, '__ci_last_regenerate|i:1673450360;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673450334;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e160d3cdb280ac685be6bb571463fd1df65f647', '190.56.32.174', 1676937244, '__ci_last_regenerate|i:1676937244;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676937237;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e1726fee7e0c25cabc2a26db46270d4d7c2fc09', '74.208.2.183', 1668050334, '__ci_last_regenerate|i:1668050334;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e1749fb74137c0ad72289028aace56c389a6435', '114.119.150.133', 1687567218, '__ci_last_regenerate|i:1687567218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e1809e3e858405c944ff8aba65a3eaac73179c2', '200.119.173.130', 1675983614, '__ci_last_regenerate|i:1675983614;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675982715;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e180e2193a6c70f07fb75c0270c8bf6a7ec4d08', '190.56.32.243', 1684692789, '__ci_last_regenerate|i:1684692789;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684692771;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e198be6e18cef87497be3a2e67b4764f2a9a382', '52.167.144.154', 1687644143, '__ci_last_regenerate|i:1687644143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e1b7867bf23db010d736c5b8e1aacadd5b854cf', '40.77.167.222', 1681391309, '__ci_last_regenerate|i:1681391309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e1c843d6771e5832cce859b5b2c0e588709796f', '3.12.151.57', 1654673025, '__ci_last_regenerate|i:1654673025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e1e705e3d5a781e8bb3d7af92cd3d62341bed33', '114.119.135.159', 1688391563, '__ci_last_regenerate|i:1688391563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e1e8e700ddb2b9f52d650269d05514af54be87d', '52.167.144.98', 1684525110, '__ci_last_regenerate|i:1684525110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e21b98487e17b220594919160455a7f000e3ee1', '114.119.152.128', 1685555880, '__ci_last_regenerate|i:1685555880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e237b479c5a825e992777c053e22472cd1760e1', '5.188.62.140', 1656438873, '__ci_last_regenerate|i:1656438873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e25dc3adad1b288b671af059e3a9d434e24aac9', '200.119.170.168', 1670609158, '__ci_last_regenerate|i:1670609158;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e26d591354b48a408a583aed2fd117b5e9a506d', '161.35.31.35', 1688212178, '__ci_last_regenerate|i:1688212178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2737ef7d298f8da15ba43484f0ca7cffad5faa', '200.119.174.30', 1667569944, '__ci_last_regenerate|i:1667569944;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667569920;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e27ca94c635879a78e476570206f783ac5a4fcd', '176.100.243.133', 1672580069, '__ci_last_regenerate|i:1672580069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2896dced73e997550ca02e81542c42fa1b9301', '52.167.144.164', 1686579430, '__ci_last_regenerate|i:1686579430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2a33c7212c7a79264d6687a2990a480a9f036b', '157.55.39.65', 1661003412, '__ci_last_regenerate|i:1661003412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2b19eabd78d609b70c6520c8997be221bea374', '146.70.132.44', 1683193968, '__ci_last_regenerate|i:1683193968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2c59be894304f205719b6180fdccdba5a67e89', '207.46.13.207', 1678281514, '__ci_last_regenerate|i:1678281514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2ca63a29d80511c9b142dccfdd71584f5cacaa', '40.77.167.227', 1681824460, '__ci_last_regenerate|i:1681824460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2d92dad26569adaca8c2396c8815cd6731d267', '52.167.144.162', 1686692000, '__ci_last_regenerate|i:1686691999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2f8967a09aa59838242cbb3849f36e144cda4e', '66.249.74.99', 1688125713, '__ci_last_regenerate|i:1688125713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e3113799cb25b8f5cd01efbd1451bc42863b40c', '52.167.144.162', 1686767775, '__ci_last_regenerate|i:1686767774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e3208290a429418702ef7ccc4ea9f9f0a57be59', '52.167.144.164', 1685629952, '__ci_last_regenerate|i:1685629952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e33e24fc4f5e7a9c9eca96946e561d7e4989864', '207.46.13.12', 1675769069, '__ci_last_regenerate|i:1675769068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e357cbf417ac91a363cb0bf77f61a8aaef563b9', '51.222.253.14', 1677120699, '__ci_last_regenerate|i:1677120699;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e36e3368583b4dd87ec35be8d1506f5235d8d13', '40.77.167.227', 1681068993, '__ci_last_regenerate|i:1681068993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e36fc9e9ed4c3e4cd1d5c5d1d09641fa70dc8c0', '114.119.132.103', 1688212528, '__ci_last_regenerate|i:1688212528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e37b67a26fce05adeada5baa254acf306a861e2', '205.210.31.13', 1658383200, '__ci_last_regenerate|i:1658383200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e39b25cf5dbf0bc3c3b534737c739b535066032', '207.46.13.10', 1671125118, '__ci_last_regenerate|i:1671125118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e3a043cc0efc0b86ed914f85c42c4014afd0c6e', '157.55.39.86', 1676692895, '__ci_last_regenerate|i:1676692895;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e3c68858c9e7ee90381c3bc18059728fae13173', '200.119.170.30', 1660309500, '__ci_last_regenerate|i:1660309500;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660227948\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660309491;register_id|s:2:\"67\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 06:47:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e3ef925fd0f12438c77eb81558d3cb7c3a9b816', '190.148.157.53', 1683753923, '__ci_last_regenerate|i:1683753923;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683751763;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e419156b76f72437afc6c7d3cdf464895a2d985', '54.37.233.116', 1650851656, '__ci_last_regenerate|i:1650851596;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e419815b76dd1cbc0f2fcb85762e95b8476b081', '190.148.252.197', 1665494867, '__ci_last_regenerate|i:1665494867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665426042\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665494718;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e443409ecd5669ac3ef811101e1524880586ae7', '190.56.50.15', 1667175683, '__ci_last_regenerate|i:1667175683;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667175674;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e445fb58a1582034360aed45171cc246ee7a70a', '200.119.174.30', 1667511275, '__ci_last_regenerate|i:1667511275;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667511241;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e472431677b929e308f34fff8b24a98465610fb', '190.56.32.35', 1671658314, '__ci_last_regenerate|i:1671658314;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e47cfc28187598b268a50c3d36d9aafa98b50b8', '52.167.144.98', 1685758214, '__ci_last_regenerate|i:1685758214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e49b8c237fef44a50889dea8ae6b990dac7e878', '114.119.139.25', 1685490153, '__ci_last_regenerate|i:1685490153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e4b0294181f49883f2279f351644b3cab6f4f2d', '190.148.252.111', 1677870582, '__ci_last_regenerate|i:1677870582;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677869845;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e4ce55d9eeccccf7ba017cbd9d8494de3549277', '190.148.158.175', 1672665663, '__ci_last_regenerate|i:1672665663;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672665646;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e4d97f112f0def957a82365fae62211034a2f90', '52.167.144.162', 1686577473, '__ci_last_regenerate|i:1686577473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e4dc7b160af438bb27b0986de5335a3111f44a4', '52.167.144.63', 1686934738, '__ci_last_regenerate|i:1686934738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e4ff3e048ce65e997096b32ca4dc573c01342fe', '5.188.62.76', 1659550687, '__ci_last_regenerate|i:1659550682;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e53c17229f61bc0c37ee0933e44be531063f88d', '40.77.167.161', 1676794166, '__ci_last_regenerate|i:1676794166;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e53c520a1dc4f7919a98076e3d1331d359db77b', '54.36.149.18', 1685110891, '__ci_last_regenerate|i:1685110891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e54fa0093718e1e750e1f530e36b2f0218922fa', '207.46.13.217', 1684043040, '__ci_last_regenerate|i:1684043040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e55feb0c4c5cb62af735d6d13eebdd9f004a313', '52.27.110.33', 1681911973, '__ci_last_regenerate|i:1681911973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e5672d689d2b98f15e4de6dccf8c7a0d4d2836b', '190.56.32.174', 1676649235, '__ci_last_regenerate|i:1676649235;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676633086\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676649229;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e56db8f27fa90031e1b89300b70eb5638843e96', '93.158.91.196', 1681354165, '__ci_last_regenerate|i:1681354165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e5713ad61df5d47cc96344def45424371d5b153', '134.209.194.57', 1650912357, '__ci_last_regenerate|i:1650912357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e572f2db7b0567dc304ba2d65b751c28af64858', '157.55.39.90', 1663379124, '__ci_last_regenerate|i:1663379124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e58a61f96eb851e69b75b7a97c1743ad1df89ff', '17.121.113.112', 1668803177, '__ci_last_regenerate|i:1668803177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e58d61ffde9e415cc6099259da92b2ff3cd962c', '40.77.167.182', 1683040030, '__ci_last_regenerate|i:1683040029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e59e3bd39b9a7a048888b9474a16936316fda78', '200.119.170.221', 1664489443, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664489262;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664489443;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e59e73dea5583968bb9a98201d099a90d460037', '147.182.171.81', 1650861179, '__ci_last_regenerate|i:1650861179;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e5a0d85369830230d69c608e5f912bb3e4677c4', '40.77.167.202', 1687397052, '__ci_last_regenerate|i:1687397052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e5d0a8e26629df759d05869698e473397929fef', '190.148.157.98', 1679075729, '__ci_last_regenerate|i:1679075729;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679075089;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e5d2ef015887bdb4060afc3f43ce8acc2419ddc', '170.244.93.145', 1682763497, '__ci_last_regenerate|i:1682763497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e5ed4b7ac18b31d2b15e2b1304ad84df63d262e', '17.121.114.236', 1652274787, '__ci_last_regenerate|i:1652274787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e5f5b6d9b83f2f7fe254a917372f741658d5fec', '190.56.50.126', 1658187611, '__ci_last_regenerate|i:1658187611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e626daa3ed5d79fce3e3f75b5e79fdcd4ffbac3', '207.46.13.36', 1672812034, '__ci_last_regenerate|i:1672812034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e627c626d0d1bff9a38866ac23091773d32fabf', '111.7.100.24', 1650976182, '__ci_last_regenerate|i:1650976177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e62df4552a5460f7eda08c094308a089b08cb7c', '200.119.173.177', 1685240185, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685240185;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685240185;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e638c7ff7fb0c4cc7e27d47a7dc2fae83d545d7', '200.119.170.168', 1670713806, '__ci_last_regenerate|i:1670713806;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670712807;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e63c31667bab37f19800daa97f842753ed955b7', '114.119.132.250', 1688168120, '__ci_last_regenerate|i:1688168120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e63d3cfdedf2c011ea98d28878c94cc8834dd56', '207.46.13.154', 1671783515, '__ci_last_regenerate|i:1671783515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e67e9e8a3aee55ec2b3df892729ecf150516b24', '157.55.39.102', 1659202483, '__ci_last_regenerate|i:1659202472;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e6bc8fa43fea2ab5817fe24937e3f3946f0fba7', '190.56.173.213', 1683560155, '__ci_last_regenerate|i:1683560155;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683559299;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e6d2a69f98de8fef11ec679a4acdace0c4e5e01', '52.167.144.70', 1688445252, '__ci_last_regenerate|i:1688445252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e6e82f109f4ec2b5491972fa229f140e264c517', '114.119.147.229', 1688118110, '__ci_last_regenerate|i:1688118109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e7087297701fedcd70927ced3aceff12c76b05d', '190.148.158.151', 1677439895, '__ci_last_regenerate|i:1677439895;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677439866;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e74537899e8182bc626b4499cb4e4daaae76bd7', '190.148.158.69', 1685975761, '__ci_last_regenerate|i:1685975761;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685975530;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e749dc7fbceb963d95e46337626da0a70185bef', '190.148.158.175', 1672529917, '__ci_last_regenerate|i:1672529917;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672529303;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e751630de04a1955453518e8cd959b01018052c', '51.195.90.229', 1650840567, '__ci_last_regenerate|i:1650840567;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e75563f62b4f4b9097bd06e66d90cf6fd8e31c8', '190.56.32.162', 1686444512, '__ci_last_regenerate|i:1686444512;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686444507;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e774128d92dcd3e0d66beddbb1cf59438e2dc7a', '190.148.158.151', 1677250270, '__ci_last_regenerate|i:1677250270;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677248442;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e776dc9660e6693e10c42ed1c4b004b7c46cda2', '51.222.253.5', 1688059627, '__ci_last_regenerate|i:1688059627;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e787b65f9e03a40fa8cc4b7328223fd81cd5d05', '51.222.253.6', 1670292121, '__ci_last_regenerate|i:1670292121;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e790d7f5a6c0880b633b736a4cb79725e98b840', '190.148.157.98', 1678928593, '__ci_last_regenerate|i:1678928593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678793200\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678928539;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e7baa0d70ef54ce16da625ad666dc57e100e5c8', '207.46.13.1', 1671315559, '__ci_last_regenerate|i:1671315559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e7d2672e376209f848a2a9224c7073003d1802f', '52.167.144.171', 1685534034, '__ci_last_regenerate|i:1685534034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e7d40a0e444c29f78091270c30160a90253fe44', '207.46.13.224', 1676529544, '__ci_last_regenerate|i:1676529544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e824be7f0019e4d2053ec7c53fd79bdcab3a37a', '173.249.31.237', 1659409100, '__ci_last_regenerate|i:1659409100;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e83256f2e8c32b3dcaa1669e5bf4bc8b3a31133', '114.119.128.102', 1686840716, '__ci_last_regenerate|i:1686840716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e84ce9397243d95e49139a297628c1927c7b50b', '144.76.67.169', 1669881320, '__ci_last_regenerate|i:1669881320;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e84d753ebc74e8a8a3a852d32d8035f2e5ec644', '190.148.158.69', 1685754084, '__ci_last_regenerate|i:1685754084;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685754035;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e855d9c64e9c3e1d25b236a601cb02678c6729b', '207.46.13.11', 1669419438, '__ci_last_regenerate|i:1669419438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e8694e8f6ac2155398812244ea11ec04351c66e', '52.167.144.63', 1687157113, '__ci_last_regenerate|i:1687157113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e872f4f33b66849f443e19e5c3692243f5a296f', '190.148.252.177', 1674061158, '__ci_last_regenerate|i:1674061158;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673955075\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674060810;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e87b65cbafa55b7004b7afb34a59d36eb9cf461', '190.148.252.111', 1678127684, '__ci_last_regenerate|i:1678127684;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678127680;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e87bb8d301855a2aead675e930a1d2acae0c9ce', '190.148.87.182', 1679602575, '__ci_last_regenerate|i:1679602575;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679602575;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e896c20c99c97199660cde537b742e5bd9f3368', '17.121.113.220', 1651027897, '__ci_last_regenerate|i:1651027897;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e8b586bf36c849a6237a5457da9b06440eff3ff', '190.56.50.32', 1655139147, '__ci_last_regenerate|i:1655139147;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655138990;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e8be9df5851dfd3e37b12497c7ec66ddb2113a2', '141.98.255.211', 1678446532, '__ci_last_regenerate|i:1678446532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e8dd4b966d290b4c473defe062740c7f89ec047', '192.36.53.165', 1660121404, '__ci_last_regenerate|i:1660121404;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e8f3296ce306a7ff37740dcdf521c0e61035e8a', '51.195.216.255', 1650896027, '__ci_last_regenerate|i:1650896027;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e8feec0a9e1a97d3032c85d510885757a3ffcc1', '173.249.31.237', 1659409088, '__ci_last_regenerate|i:1659409088;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e916891e8d08c7f46323832f5a9c78217d3790c', '40.77.167.106', 1687183607, '__ci_last_regenerate|i:1687183607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e92453f425518dd1d70f59e5611c8733e636d6a', '114.119.148.138', 1684655615, '__ci_last_regenerate|i:1684655615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e93a98b08350cd2dec3b2badd05f4dad2b9614f', '190.56.173.213', 1683334281, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683334281;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683334206;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e953949eb2a91614c82fe5b0bc9b37e4447e6aa', '52.167.144.171', 1685384012, '__ci_last_regenerate|i:1685384011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e983ab406948db66d0e1d57603e3b300adc12d9', '52.167.144.164', 1685448674, '__ci_last_regenerate|i:1685448674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e9877502ecf50c966ab5862c3f8c12cece2a205', '66.249.77.163', 1686644146, '__ci_last_regenerate|i:1686644145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e999695b3264fbf1ec7610e4bbed76301052be1', '190.148.252.183', 1681236537, '__ci_last_regenerate|i:1681236537;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681236372;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e9ac29cdaa175da095bc7bd3e95a7328e59e519', '207.46.13.154', 1670152991, '__ci_last_regenerate|i:1670152991;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e9b0e339626011d738760a5c84c6b68e23f7657', '111.7.100.20', 1650686094, '__ci_last_regenerate|i:1650686094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e9b3639ac6f09c15ddd853cab335c50a28bef39', '207.46.13.41', 1664275376, '__ci_last_regenerate|i:1664275376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e9c82f5528c50c79c42c201a02a8de21a097718', '190.148.252.151', 1671052426, '__ci_last_regenerate|i:1671052426;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1671043699\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e9c9e35fb6aceddc319bbf4eb19e156783e375a', '157.55.39.51', 1669729251, '__ci_last_regenerate|i:1669729251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e9dbf88aa0486424ee2b768fa413d4635c057fd', '74.208.2.188', 1672815715, '__ci_last_regenerate|i:1672815715;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e9ead7b1f991e0603ec19eb65e4e11152cb3033', '190.56.32.174', 1676492311, '__ci_last_regenerate|i:1676492311;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676479886\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Y7zPMZjfFDw9eg4UKCqV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ea23e0956d2a34720811519c2a922a59a61e1a8', '190.148.252.85', 1666197549, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666197549;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666197538;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ea2609fa067f92096adf8fd459175b5ae52fc35', '40.77.167.202', 1687203693, '__ci_last_regenerate|i:1687203693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ea3a4b449bb1f65db5d9edbde188606fe368d25', '200.119.173.177', 1684968748, '__ci_last_regenerate|i:1684968748;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684968739;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ea638fd5e676823c00fac6d966699c8cee4e629', '190.56.32.35', 1672065645, '__ci_last_regenerate|i:1672065645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672065639;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ea9342a1817470be504ce18102aeeb77243548e', '17.121.113.55', 1652141419, '__ci_last_regenerate|i:1652141419;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eaa98feaa4ff8f20748ed66faa235e405ef4076', '207.46.13.17', 1673792016, '__ci_last_regenerate|i:1673792016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eaac9463d122900e9a47570a7208e872437f30b', '52.167.144.82', 1687478748, '__ci_last_regenerate|i:1687478748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ead42bf0d8dcd8f51a5a4c6b0e385de4ed04b67', '190.148.252.57', 1657814748, '__ci_last_regenerate|i:1657814748;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657635989\";last_ip|s:14:\"190.148.252.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"lbfCHQEDXgOcehFzPyS9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eadc9ce39c0a972b09fc3678f4131985fb3d2d4', '190.148.157.177', 1682008757, '__ci_last_regenerate|i:1682008757;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681856744\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"W7Tzi4wetHB3cKEo0sNh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eae0cc7b7e1a5a95387f8ffa9c7cefe9cd8aa41', '52.167.144.98', 1685129060, '__ci_last_regenerate|i:1685129060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eaf0a52da88994ee9d133246e1335b2752887f3', '40.77.167.11', 1658121769, '__ci_last_regenerate|i:1658121769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eafbfc7580de34f116f4e6908e500133b94048d', '200.119.168.250', 1681170855, '__ci_last_regenerate|i:1681170855;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681170779;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb11fae424bb3c4eda9a33f7edaad867faaa9a6', '207.46.13.17', 1673540072, '__ci_last_regenerate|i:1673540072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb356c54d5fc49a0460676675cb27266101be40', '190.56.55.113', 1673873043, '__ci_last_regenerate|i:1673873043;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673873020;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb3691b0ab7ea36ca01301c406c993f20d4e943', '157.55.39.147', 1672504220, '__ci_last_regenerate|i:1672504220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb4e115f56d9315a81720042bf53c42c1b1bde5', '52.167.144.105', 1677944034, '__ci_last_regenerate|i:1677944034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb86477b8a468df2c828a315dd58be8900f8d99', '40.77.167.37', 1668367160, '__ci_last_regenerate|i:1668367160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb8ab7c8b6dcbb786142709f05ad3d15dc7f616', '157.55.39.192', 1665027224, '__ci_last_regenerate|i:1665027223;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb8c738f5c91f9ea1f8302142d3f83e7bb3172c', '40.77.167.202', 1687595160, '__ci_last_regenerate|i:1687595160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb91e81d70cc4c399427708d14bdf9a12af76d0', '118.191.130.182', 1656725352, '__ci_last_regenerate|i:1656725352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb92d7f2a0bc8633d56f57c8a9216f0357c0e48', '144.76.67.169', 1669881419, '__ci_last_regenerate|i:1669881419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb954c5c178bbeb1a7a01783bad7012c893cb05', '51.222.253.18', 1688553032, '__ci_last_regenerate|i:1688553032;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb9d1765a6287c85eb12cde97843dc621a54352', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eb9ddb2d57c435380b676928319d86f43abdbdf', '52.167.144.98', 1685546741, '__ci_last_regenerate|i:1685546741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ebba692fcd51215e5b805571a66e7bb5857cfb2', '40.77.167.157', 1677964039, '__ci_last_regenerate|i:1677964039;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ebd744c7edcb28f18cbb0fb69c4643c623cbe6b', '190.148.252.183', 1681311179, '__ci_last_regenerate|i:1681311179;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681309076\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"H5aV1DI2gL38xyWjmA7U\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ebe05f11b2557db09868fa2a33ecc3e72a3f6b0', '190.148.252.55', 1675685113, '__ci_last_regenerate|i:1675685113;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675684999;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ebe19541e077bb4e1ee74836a80460e4991eb40', '114.119.160.248', 1684349775, '__ci_last_regenerate|i:1684349775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ec297deb122cdbdd8cfa7c00089f75d253c7506', '66.102.8.161', 1678848906, '__ci_last_regenerate|i:1678848906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ec3f9e2dc30da68575d4e29900674be74a55c96', '114.119.155.235', 1687324872, '__ci_last_regenerate|i:1687324872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ec4af339ff9206f61de14acd49a5e49b8f63269', '157.55.39.79', 1656831921, '__ci_last_regenerate|i:1656831911;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ec808d628d18f4fdc6f034ed967f8bc94ea0d5c', '161.35.35.166', 1688141889, '__ci_last_regenerate|i:1688141889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ec86de30d0564cdc001ac088ee8ea9d3e63beb1', '190.56.54.129', 1653427484, '__ci_last_regenerate|i:1653427484;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"EeCX3Zx2wMyP1Aiucnlh\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ec8b828afabb556f9306ee3b7870887916e63dd', '190.148.87.6', 1668369979, '__ci_last_regenerate|i:1668369979;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668369948;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ecbca09ef81d3ba5132bf1b6eb6118ee0ce5bae', '114.119.132.207', 1688276892, '__ci_last_regenerate|i:1688276892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ecc2bc628a224c267fea7a835d463ce4955e5c2', '200.119.173.87', 1663019890, '__ci_last_regenerate|i:1663019807;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663008386\";last_ip|s:14:\"200.119.173.87\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663019890;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ecd07de3c872ea37d34c99d81fc29fe59016873', '190.148.252.96', 1672970471, '__ci_last_regenerate|i:1672970466;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672970467;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ece23398f30bd7c3ef41986c3d9936bcec82fa0', '51.222.253.12', 1682249550, '__ci_last_regenerate|i:1682249550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ecedeb6df7dd0e0bb1844e282679c1ad4539654', '40.77.167.91', 1686964938, '__ci_last_regenerate|i:1686964938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed046e33f791687846035a5052ef9387eb90f8d', '35.165.225.170', 1685576687, '__ci_last_regenerate|i:1685576687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed0a3bc7429457bd98f84008d1ece46c83509fa', '190.148.252.151', 1671116996, '__ci_last_regenerate|i:1671116996;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671116916;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed12aa43ae8e24ff37b4b991ecaf65f81720076', '114.119.156.126', 1687729052, '__ci_last_regenerate|i:1687729052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed19962caef4b43b0d209a399dc768881f9308c', '35.86.94.51', 1653485430, '__ci_last_regenerate|i:1653485430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed2b2ceb3de24db09c644a6df8e8316eee0b21b', '157.55.39.227', 1688519112, '__ci_last_regenerate|i:1688519112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed39e3fa81447e5353d7b123b2e858676b6abfc', '74.125.215.33', 1675989426, '__ci_last_regenerate|i:1675989426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed52c12ff1a0fef0d2a3ea5e5d4bea47555455d', '190.148.157.53', 1684090619, '__ci_last_regenerate|i:1684090619;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684089840;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed674c910bc60f5b9e4c1bc7c7186358e8280b2', '190.56.54.129', 1653661306, '__ci_last_regenerate|i:1653661306;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653660394;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed695496d0ee87f4b53eff12489c7715acbc115', '200.119.173.78', 1682905872, '__ci_last_regenerate|i:1682905872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682905871;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed86e833bfe28b6a7c85aced6355b62f267f010', '114.119.142.140', 1688211980, '__ci_last_regenerate|i:1688211980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed8cf916f350411c4814b651e7c61ab399d41c6', '51.222.253.5', 1680941114, '__ci_last_regenerate|i:1680941114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed8ebd30bda960c4750bbaec648992a657563c9', '5.188.62.26', 1660997055, '__ci_last_regenerate|i:1660997055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ed9d7bfd9802a09a45c734e7b8dc3aec8e9d70e', '114.119.136.174', 1687879301, '__ci_last_regenerate|i:1687879301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1edac01bef17cce6da9936500402b079374fbe10', '51.222.253.10', 1679336159, '__ci_last_regenerate|i:1679336159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1edd593c71d3062d35a4bf84c9a151c91ab4a2ff', '40.77.167.189', 1680899747, '__ci_last_regenerate|i:1680899747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ede5edfb0890fdfe6efc679aa41eebe44b94a15', '52.167.144.98', 1686594874, '__ci_last_regenerate|i:1686594874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1edef00544c6e2cd46736702ab389992805f3c83', '190.148.252.96', 1673109090, '__ci_last_regenerate|i:1673109090;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673108121;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1edf346b702108bf28dff70adc80314cf38b9d96', '52.167.144.164', 1686403145, '__ci_last_regenerate|i:1686403145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1edf40cc2a693fd1d3019f8af714a822d08206de', '114.119.142.253', 1686245557, '__ci_last_regenerate|i:1686245557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1edfa93143686133bad1dafb8618be2be360a6ee', '190.148.157.53', 1683934456, '__ci_last_regenerate|i:1683934444;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683928481\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"LXz5ksFPjdOZRfVTbnEu\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ee0333c18d4f0aeba522a97b72a3c99f69b2372', '52.167.144.74', 1688445248, '__ci_last_regenerate|i:1688445248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ee23be76bcec43813ff937e205869418ae81c6b', '114.119.134.208', 1686909279, '__ci_last_regenerate|i:1686909279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ee25c051c229062dcd59e3e45a41de91a2030bf', '114.119.153.112', 1687545615, '__ci_last_regenerate|i:1687545615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ee2cd4f3e90af925c10ecae1fff8d084e42100d', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ee50a3babf0b7fc3612fb4c5355665cee0c6925', '200.119.173.177', 1685411650, '__ci_last_regenerate|i:1685411633;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685411649;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ee5bb91acdba2f070c0797a91376c20cf182f9f', '114.119.143.5', 1688434073, '__ci_last_regenerate|i:1688434073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ee6ca440efdee90f0d3e8c55268b1053b1a04b2', '45.129.18.191', 1656666364, '__ci_last_regenerate|i:1656666364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ee88b49db9bd264cc9ab055688d92a66c113b9f', '207.46.13.154', 1670600474, '__ci_last_regenerate|i:1670600474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eeda381019d6d4cef1128b224d10d5821507f92', '17.121.115.112', 1651861097, '__ci_last_regenerate|i:1651861097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1eeef01ccbb84b79fa9cfc02142d361ad700c641', '200.119.170.113', 1666707209, '__ci_last_regenerate|i:1666707209;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666707147;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef005079f1405e6f0c64fc6253a2c48f3c2517c', '142.93.201.0', 1653717894, '__ci_last_regenerate|i:1653717891;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef0d4f070762f5221f1542008b8c5caba169adc', '207.46.13.207', 1681462250, '__ci_last_regenerate|i:1681462250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef46308f8035230d4fa24958f6f0e980f082791', '51.222.253.6', 1664862085, '__ci_last_regenerate|i:1664862085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef5a712e82ffc59a1675dc6f0cec871e9482a91', '114.119.147.204', 1685491898, '__ci_last_regenerate|i:1685491898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef5e34f8e61080b4f59db283f5ec1bc75134328', '207.46.13.10', 1670880072, '__ci_last_regenerate|i:1670880072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef656259b4f675699793fa03c20082a5185fb31', '173.249.31.237', 1659409251, '__ci_last_regenerate|i:1659409251;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef7b5ce1c4f21e63b6516e22f141ab14190f399', '51.222.253.19', 1675169438, '__ci_last_regenerate|i:1675169438;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef8998da74b6785e83e6256f9a04a985070be5d', '190.56.32.162', 1686498725, '__ci_last_regenerate|i:1686498725;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686498707;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef8f9e17e15e1dba7789c0e85b048cb57b78648', '207.46.13.209', 1681361877, '__ci_last_regenerate|i:1681361877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1efafd0cc5899430f7eed54becc2c557d76e5d16', '114.119.145.88', 1684910433, '__ci_last_regenerate|i:1684910433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1efec1c96968b2734799b58e123adbb6e0df4461', '200.119.168.250', 1680746068, '__ci_last_regenerate|i:1680746068;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680745159;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1efedbc6212f7bd25ecfdf8c2d06ce9ec5d3eca4', '151.106.35.235', 1654766560, '__ci_last_regenerate|i:1654766560;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1efeeb1bfe35605350cadbd21f6b5cba48edb97c', '190.56.173.175', 1653095542, '__ci_last_regenerate|i:1653095542;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653064053\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653095498;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f02ddf2b62c97e1c059033189dc955812588b26', '190.56.54.156', 1665415859, '__ci_last_regenerate|i:1665415859;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665403324\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665415855;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f034a75af7456f387a067473eb2efe7a63dc26a', '66.249.79.200', 1685084273, '__ci_last_regenerate|i:1685084273;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f03da76735bd3bb73cd38ebb4b6b466ea95850f', '114.119.132.114', 1688532909, '__ci_last_regenerate|i:1688532909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f0505011068a1a34e7695d5c96f005b68fb68fd', '173.249.31.237', 1659409144, '__ci_last_regenerate|i:1659409144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f05590f46d4e1174d932f7b6fca5bef25a76c99', '114.119.151.179', 1687787075, '__ci_last_regenerate|i:1687787075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f05b12c982c8a534f95ea18f3bbc2dc01ebe11d', '114.119.142.135', 1685040029, '__ci_last_regenerate|i:1685040029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f0677660444b8e40cb71b3bcea92e4cb06eded4', '190.56.55.113', 1673710138, '__ci_last_regenerate|i:1673710138;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673710049;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f0d146579de4cc5ea2b93fdbe1d474717fee2bd', '190.56.32.35', 1671929742, '__ci_last_regenerate|i:1671929742;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671928824;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f0e21d5075dc623cc14ab3f862920cafd6e2c16', '66.249.74.105', 1682584186, '__ci_last_regenerate|i:1682584186;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f0fc920c5efec6e3b365bb3ace84ce32acb78ea', '190.56.54.129', 1653586072, '__ci_last_regenerate|i:1653586072;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653414869\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Bs7gaS3coVzRwYXfEb8Q\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f101f6f6808de1bdbaa4d95b5b2c6a0957e8271', '17.241.227.64', 1682680950, '__ci_last_regenerate|i:1682680950;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1165ec6d44ea957fa73fc62f2227ee4b1f1eba', '51.222.253.5', 1656699010, '__ci_last_regenerate|i:1656699010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1182d25a63604d5de977209fdd51da54cdcb9a', '40.77.167.169', 1688117431, '__ci_last_regenerate|i:1688117431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1488c5416e9714bac285a6135a0dbd1d4805ff', '190.148.158.23', 1687226149, '__ci_last_regenerate|i:1687226127;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687226149;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f16d8b81b4807173358205b3f79fb4120a2f72e', '190.148.87.182', 1679751727, '__ci_last_regenerate|i:1679751727;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679751342;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f19d81b2bcc546fb286b9e72c0219df73fc36c7', '157.55.39.253', 1682095767, '__ci_last_regenerate|i:1682095767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1a0ff405f30b0b6e639704c99e1886960ccb4b', '207.46.13.199', 1660580431, '__ci_last_regenerate|i:1660580431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1bd3ccc930f9eb4fb3c640992ffe04cfeb798e', '51.222.253.7', 1657811446, '__ci_last_regenerate|i:1657811446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1c4268a4c81046aeb69cc793531da1dbad88fc', '168.194.72.202', 1651244849, '__ci_last_regenerate|i:1651244849;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1ce46473bba50008097f082bf3b6fff8f7fc10', '66.249.79.199', 1685084273, '__ci_last_regenerate|i:1685084273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1d011c568dc62476150b1d28afb202de104b7f', '157.55.39.253', 1682773103, '__ci_last_regenerate|i:1682773103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1d6f666c16d4bd7fb9f4f4d3a20baf4dc9fa65', '200.119.172.60', 1674688211, '__ci_last_regenerate|i:1674688211;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674572467\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1f5bb733c156638207fbc5cef1ab9c90c3a2d5', '104.144.99.235', 1664742588, '__ci_last_regenerate|i:1664742588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1fe862af84fc325616f69d169b21f970e467bf', '190.148.252.88', 1670858884, '__ci_last_regenerate|i:1670858884;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670623060\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f22c26ae80aff09a658c2d90c5830dba7bbb824', '104.129.56.70', 1654742981, '__ci_last_regenerate|i:1654742981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f242a89d8a71807ba2f742be83a5d2fefca37d2', '34.208.237.144', 1659100776, '__ci_last_regenerate|i:1659100776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f26d906aaeeb77753a1f2fa2ef6aa70a54ab3bc', '200.119.168.96', 1666918211, '__ci_last_regenerate|i:1666918211;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666918162;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f271be0c108af2955a3c0c8922b0b9f26dab7fc', '40.77.167.219', 1677834437, '__ci_last_regenerate|i:1677834437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f279fd186c7ae35a6e4a8ff2bef3ddebe67b52d', '207.46.13.205', 1671750080, '__ci_last_regenerate|i:1671750080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f28117c38c4a7d063f2d01033ace57720bc6877', '52.167.144.108', 1680211217, '__ci_last_regenerate|i:1680211217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f291c4b5be29148a0922b1b3919ccd8fce3abd9', '17.121.113.39', 1654958593, '__ci_last_regenerate|i:1654958593;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f29b0a6dd375140c60c4050092cd0f1b8dfcb1a', '190.56.49.237', 1665796464, '__ci_last_regenerate|i:1665796464;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665796011;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f2bf6e51a9746f4e1b370dcf932dbe36cbd7b49', '52.167.144.164', 1685892362, '__ci_last_regenerate|i:1685892362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f2cb9619cf033b6c24ac54f9f22824f5d41fb5c', '114.119.137.162', 1685320523, '__ci_last_regenerate|i:1685320523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f2cc4facc967cc831d94d0b4e1e179ccad0cb72', '190.148.158.151', 1677364009, '__ci_last_regenerate|i:1677364009;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677363598;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f2e3a55ec1cd0e86622beda5bd1229bf0941c97', '52.167.144.71', 1678234080, '__ci_last_regenerate|i:1678234080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f2e4321c1c995ac41473ccd46d89f8a1b78cf14', '52.167.144.98', 1684373418, '__ci_last_regenerate|i:1684373418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f2eabf31847505c986f88c228b30d28854d7816', '190.148.158.9', 1686782577, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686782577;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686782554;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f30d6c57a97fbcfcdc0588e033779263c909549', '5.188.62.21', 1653408815, '__ci_last_regenerate|i:1653408813;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f34054dc9a54880b8473115fd13a344ccdb2449', '51.222.253.9', 1656058754, '__ci_last_regenerate|i:1656058754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f3672c73e12ca206b87936c61423e720edebb48', '185.27.99.126', 1666432937, '__ci_last_regenerate|i:1666432937;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f3c672103b2b2edbd1a955002a75023d2f56906', '209.160.115.40', 1682930806, '__ci_last_regenerate|i:1682930806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f3c8e7b4f2d812456e0fe010d94f813108ff4c1', '46.101.63.152', 1652762863, '__ci_last_regenerate|i:1652762863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f3cfc1cc607792d70743b0fa60446f6daee2aa9', '200.119.168.48', 1668112380, '__ci_last_regenerate|i:1668112380;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"RCPaHSVI2wE4bZWfjyLY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f3d8b0b6a80a627adcbc9f7ddccd4ffb5408cf7', '40.77.167.104', 1668054616, '__ci_last_regenerate|i:1668054616;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f3e58fae9a7dc69006f2b8d62738cc2ec1fc879', '52.167.144.162', 1686168070, '__ci_last_regenerate|i:1686168070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4037d9a8a28e9bff270eea392d2f0f3edab0cf', '192.64.4.26', 1680865991, '__ci_last_regenerate|i:1680865991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4056195858f52fa99e739ffbc5bd9f282a9782', '40.77.167.156', 1678585796, '__ci_last_regenerate|i:1678585796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f41d81a07f5dbb7285fac73e005b7b3b6857649', '51.222.253.2', 1656356374, '__ci_last_regenerate|i:1656356374;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4280b5fb205f1ee74c8fcc0794b4c32391cac7', '52.167.144.164', 1686373004, '__ci_last_regenerate|i:1686373004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f42eb6dbe0c45d00dbe6d7b001cd6a9d6090300', '35.91.64.107', 1661779682, '__ci_last_regenerate|i:1661779682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4302c103b00d2a21cc09b180ad21afa7755c0e', '157.55.39.54', 1660874712, '__ci_last_regenerate|i:1660874712;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f446768d29581a21fbf96b897e22b0433983bcb', '18.206.55.48', 1652386623, '__ci_last_regenerate|i:1652386623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f45bd82f96f3f3af1711be90f22c30aff6d71c7', '114.119.153.158', 1688187810, '__ci_last_regenerate|i:1688187810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4659849a94e3c376e5647e767a4d25252d6919', '190.56.49.237', 1665774721, '__ci_last_regenerate|i:1665774721;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665774679;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4842ddbeccbb76349c667f54a85d7f304cd96d', '114.119.139.207', 1688527507, '__ci_last_regenerate|i:1688527507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f48f6baa205dcfe0c502146dacbbbb85b461635', '52.167.144.98', 1686254588, '__ci_last_regenerate|i:1686254588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4a774478affccd26850943e38292b00bfda4c6', '190.56.173.136', 1687977186, '__ci_last_regenerate|i:1687977186;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687977179;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4bf938d7e25632f753a29e9034fdec55a11a46', '52.167.144.95', 1680463987, '__ci_last_regenerate|i:1680463987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f501858b60f3af334f596f51fbb1228e5416d53', '40.77.167.161', 1675489482, '__ci_last_regenerate|i:1675489482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f50387c0e0130c68b7b40488b8c203f771acc84', '190.56.55.48', 1687463719, '__ci_last_regenerate|i:1687463719;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687463363;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f50c4499859bf8b461c1ef1d03e17a99370d863', '138.246.253.24', 1655969519, '__ci_last_regenerate|i:1655969519;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f51771b84aaeccb02a3d4ebc76e4eb844694b48', '207.46.13.12', 1676013345, '__ci_last_regenerate|i:1676013345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f51b4453ea65b554ef9a09143cc888efa738402', '200.119.174.9', 1674243536, '__ci_last_regenerate|i:1674243536;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674243530;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f52d576e1688c3cd9f0234e55d397edfd70b449', '114.119.140.102', 1685358844, '__ci_last_regenerate|i:1685358844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f560ec45dee0b2537c1fa7e6f6d05ce3c9463b0', '190.56.54.129', 1653590777, '__ci_last_regenerate|i:1653590777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f5a406fc94a46229284410f17497d681f98ea0a', '157.55.39.173', 1670231771, '__ci_last_regenerate|i:1670231771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f5a77b97f476b7f938aa64b237d95a35c376fdb', '200.119.172.96', 1675433411, '__ci_last_regenerate|i:1675433411;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675433373;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f5acbc2530c9a6b272a8a460ac945844c3bf46c', '52.167.144.70', 1688574670, '__ci_last_regenerate|i:1688574670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f5acfe1b3b74467b86aa612510487ef816d7191', '51.222.253.12', 1652618631, '__ci_last_regenerate|i:1652618631;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f5b351370492a1132236c96bed5b9606ae25b65', '190.56.55.113', 1673615151, '__ci_last_regenerate|i:1673615151;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673543670\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673615151;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f5d41de8bfe09a261b1f25f7b5eca8c10cac4b8', '190.56.51.158', 1655681536, '__ci_last_regenerate|i:1655681518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f5d74402b413698741f7c5c9ec6cb7f3d6a2340', '176.9.150.124', 1684024512, '__ci_last_regenerate|i:1684024512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f5da12a5ca81b39e318df228c69d741ba38955c', '207.46.13.41', 1670821101, '__ci_last_regenerate|i:1670821101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f5df3b2294861ac5a952479396b1670ae4b624b', '190.56.54.156', 1665184715, '__ci_last_regenerate|i:1665184715;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665184713;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f62da9fc23cf4c727c2c7f392567e8a30a9e1c3', '190.56.49.237', 1665769995, '__ci_last_regenerate|i:1665769995;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f64b21fb07f278c3bd55c0bfc48b33a557733ca', '52.167.144.74', 1688459904, '__ci_last_regenerate|i:1688459904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f64d01580ae20ff9cfecb2fe64fae092233c920', '17.121.113.110', 1656261845, '__ci_last_regenerate|i:1656261845;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f6600f3f52ee55b1b611c9cf2ee5f142edfa770', '190.148.252.197', 1665609275, '__ci_last_regenerate|i:1665609275;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665608108;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f662816ca4d86c120d4922a9c8bc6c17eecc5be', '40.77.167.13', 1656784357, '__ci_last_regenerate|i:1656784347;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f666a56d0b2fbfeb0e6fd55d8c4754d0f3f4e7c', '51.222.253.17', 1660150410, '__ci_last_regenerate|i:1660150410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f668ffa70290aa770b1cffa8c6d1b27a4fb13c3', '207.46.13.11', 1668631626, '__ci_last_regenerate|i:1668631626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f67cc57b7fd3cc3525d245fe114a8f55a4aea82', '190.56.32.243', 1684779208, '__ci_last_regenerate|i:1684779208;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684779174;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f6b8bade3ce00f2dc2dbbfda75c0267a499f751', '52.167.144.166', 1686862079, '__ci_last_regenerate|i:1686862079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f6f3251603ab4f9bdf9202016f72700f1e8907e', '40.77.167.43', 1653444134, '__ci_last_regenerate|i:1653444134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f6fbc521fb48730ede27754a76274c47432b53f', '40.77.167.43', 1658092194, '__ci_last_regenerate|i:1658092194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f6fd644ea8fc6f0a516a40c9e3110f4b150e9fe', '93.158.91.205', 1664364907, '__ci_last_regenerate|i:1664364907;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f6fdc91bf1257bc03b5b8ac015ec76a63f30919', '40.77.167.45', 1670225775, '__ci_last_regenerate|i:1670225775;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f6fea139743f4eda87f26bc55c7b141e4bb897d', '207.46.13.4', 1666679487, '__ci_last_regenerate|i:1666679487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f70dfd1cd79573fa2a948df3964dc36d3342689', '114.119.137.85', 1687622575, '__ci_last_regenerate|i:1687622575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f718ae391b4fd1765183a49dcfc7a6208b09d32', '190.148.157.80', 1669336910, '__ci_last_regenerate|i:1669336910;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669336594;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";csrfkey|s:8:\"4fqBKa2N\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"KD2jN540FrnvV3MUQcBs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f718dca1283417c8fcc8fa81106f6025a06bdd2', '114.119.140.13', 1686545820, '__ci_last_regenerate|i:1686545820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f732ca118fa6ca4426c6b417329c86638a878c5', '52.173.243.132', 1653459602, '__ci_last_regenerate|i:1653459602;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f77a0f7056507c03acbfc02410136ca6637b29d', '207.46.13.230', 1655990871, '__ci_last_regenerate|i:1655990871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7904c54f847c61d52e5d788ca7537e8cb5a98d', '190.148.157.177', 1682128133, '__ci_last_regenerate|i:1682128133;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682128131;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7a65803adafc778c0bfbdb94ec03fbe3abf279', '114.119.160.75', 1686580007, '__ci_last_regenerate|i:1686580006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7c09b4d79f6170c4f19108cd89c83da07b10a3', '17.121.113.200', 1656934407, '__ci_last_regenerate|i:1656934407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7c3fe0292e7ec831be0d7d3c3d5753cb617157', '17.121.115.137', 1651935487, '__ci_last_regenerate|i:1651935487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7c5d931d102b8595700794d733b1e38d121990', '198.235.24.30', 1652293753, '__ci_last_regenerate|i:1652293753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7c607be1a02e33fd43b197a095a873bcd94dce', '52.167.144.42', 1679496872, '__ci_last_regenerate|i:1679496871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7d7b495f7b85f744c93c5bec6a663e8094e3e2', '40.77.167.11', 1673354671, '__ci_last_regenerate|i:1673354671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7e08e3beed0af0ec9d3634c1c3a786a6756456', '190.148.252.233', 1668796027, '__ci_last_regenerate|i:1668796027;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668791298;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7e64409c2efdf1f09122cf7dd7e0e2aa9a9d40', '190.148.252.233', 1669047151, '__ci_last_regenerate|i:1669046922;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668436674\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7e7cd5a1f4c895e888aec183f800bcc728dad8', '190.56.51.158', 1655773598, '__ci_last_regenerate|i:1655773598;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655763526\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655773545;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f7eacf351a4f12f3f0efe74d3b68c581e24cf51', '200.119.170.209', 1656711114, '__ci_last_regenerate|i:1656711114;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"crUDS9YznEIK2tyipbo0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f81fafbc7efbeb3a963dcf1b712fb93a558a628', '114.119.151.233', 1684389376, '__ci_last_regenerate|i:1684389376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f82218c13f8cba613c12d7acfc33f16921929e0', '207.46.13.205', 1671416446, '__ci_last_regenerate|i:1671416446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f839ea8415ca6f4ce40a7684e533641211cc62e', '114.119.155.223', 1687533441, '__ci_last_regenerate|i:1687533441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f856fcc519a7357bf06f4c7934f504d2261bea5', '190.148.252.183', 1681405436, '__ci_last_regenerate|i:1681405436;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681405131;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f86d52c2c982433864bddef6d045d3df1df4432', '190.148.87.6', 1668300749, '__ci_last_regenerate|i:1668300749;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668300742;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f8714171c290800b8a7b11fbe7bf69d32bd6ec3', '52.167.144.171', 1685714061, '__ci_last_regenerate|i:1685714061;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f8716ac6680321f1c60b541c22bd171ada60ed1', '40.77.167.104', 1669476274, '__ci_last_regenerate|i:1669476274;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f87701b10dbf587de5ecdbd378a9722e15fd949', '207.46.13.127', 1656047076, '__ci_last_regenerate|i:1656047076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f8b18af8c5534c96a510c7d304eab6d91a2f62e', '114.119.146.185', 1685628356, '__ci_last_regenerate|i:1685628356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f8b8144cf4fba14491831e8c9c4b201a32f8fd2', '190.148.252.219', 1657559294, '__ci_last_regenerate|i:1657559153;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657549700\";last_ip|s:15:\"190.148.252.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657559293;register_id|s:2:\"41\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-11 11:06:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f8ce283feb85698642c68010c0bf13f1d430921', '52.167.144.162', 1686739309, '__ci_last_regenerate|i:1686739309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f8e200ee40c4a0d8b9ba7fc3cee0570babd5769', '17.121.112.217', 1653320994, '__ci_last_regenerate|i:1653320994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f8e8121b1c4a28054e285bc98390df8886f7fe4', '52.167.144.98', 1685629937, '__ci_last_regenerate|i:1685629937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f924214a73b8de6728634358794a5ab56626c5f', '114.119.141.146', 1687592480, '__ci_last_regenerate|i:1687592480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f92c1ca55271349bf6a557a470b9e8ff55a582f', '190.56.48.81', 1665958037, '__ci_last_regenerate|i:1665958037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665957982;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f95ff160ffed9953b46b63ece1509d8f1efb991', '207.46.13.154', 1670998753, '__ci_last_regenerate|i:1670998753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f962b1bd5be74b8fdd01e27c5c8dce182874825', '40.77.167.191', 1681886716, '__ci_last_regenerate|i:1681886716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f991e877a9eb8cfa8394c191e5b54a0b5b4e24a', '190.148.87.99', 1688418786, '__ci_last_regenerate|i:1688418786;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688418617;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f9a6cd4df214d37097b4da35daae672985501b2', '200.119.168.250', 1680619437, '__ci_last_regenerate|i:1680619437;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680619437;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f9b762e862a8a9b5da6b818679af3cf0fb335fc', '200.119.170.221', 1664472358, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664472358;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664472340;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f9d51b44d3eb119afe691ff86444b7433ccf45f', '40.77.167.166', 1676847231, '__ci_last_regenerate|i:1676847231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f9dcf2954d66a096b36fb91c1122fd635adcb1a', '223.247.178.167', 1668236019, '__ci_last_regenerate|i:1668236019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f9dd3f0fcf9a7c45415f08e0ca1100f1242e213', '190.56.32.35', 1671647252, '__ci_last_regenerate|i:1671647252;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671647235;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f9e293e422d150bdbcc36f9f0db73e6095ecb89', '190.56.50.2', 1668781741, '__ci_last_regenerate|i:1668781741;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668781725;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fa127e234a7cbf698fa20d931b90f7494e0a984', '190.148.252.111', 1677889857, '__ci_last_regenerate|i:1677889857;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677889635;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fa12f932645e22cfb56d00753ef962c39b8b95e', '190.148.158.69', 1685843844, '__ci_last_regenerate|i:1685843835;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685843843;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fa960fe358401c7615abec7478bf3a80b47dee7', '157.55.39.217', 1683578911, '__ci_last_regenerate|i:1683578910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fa983052fbe362034cc45cba7b5bda1185ecf04', '190.148.252.111', 1678020436, '__ci_last_regenerate|i:1678020436;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678020001;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1faa19460948e5fe8776a8a71d6a4fc80dfbb209', '52.167.144.82', 1687551483, '__ci_last_regenerate|i:1687551483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1faacd31d6e5cdec0d6bc535778b0ee1da774ba6', '190.148.157.99', 1662658053, '__ci_last_regenerate|i:1662658053;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1662230604\";last_ip|s:15:\"190.148.158.110\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1faae46975027fee05dd36a1bdf2938c6fb2ca46', '52.167.144.164', 1685377863, '__ci_last_regenerate|i:1685377863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1facfbdbc50c5a697de5144df166084c5e2e2471', '40.77.167.202', 1687203695, '__ci_last_regenerate|i:1687203695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fae8709259cd37f6812535f7e5a5b6500507423', '54.149.157.30', 1650806823, '__ci_last_regenerate|i:1650806823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1faf8df00bd5fa632e89256e082715b8decd6e71', '40.77.167.225', 1680509296, '__ci_last_regenerate|i:1680509296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fafd93a2d475f54858bcc20899656ebcd2fc34e', '157.55.39.55', 1661536288, '__ci_last_regenerate|i:1661536278;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb09c1e871bce9f010256d5aa0dfc8dfdb1708e', '114.119.140.221', 1685358421, '__ci_last_regenerate|i:1685358421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb0f8a75109e1a15df0e579f228609390d3ac1b', '130.255.166.90', 1678191422, '__ci_last_regenerate|i:1678191422;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb16be1fa31d3480dfe372b06cba023b5f0b527', '51.254.199.11', 1673225865, '__ci_last_regenerate|i:1673225865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb2a56b205acd77a90ec30bdb8517e08afffa68', '200.119.172.60', 1674577000, '__ci_last_regenerate|i:1674577000;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674492457\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"It6pQSv5fC4mcJDFugUO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb527c7740dcce37b8d2130bbb0e98af821493c', '54.80.231.66', 1657853519, '__ci_last_regenerate|i:1657853519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb561dfaa4877bcef62383585bbb5e786e6d5f7', '35.187.23.62', 1686634934, '__ci_last_regenerate|i:1686634934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb6d1405f6bd81ba846a464cb4004c2467b3225', '114.119.139.118', 1688410507, '__ci_last_regenerate|i:1688410507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb7310ee21ff17de949627e297d7b55b6c6011c', '157.55.39.173', 1670600252, '__ci_last_regenerate|i:1670600252;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb75e841fe1160c8357e3b41a6ac3253d842bfe', '157.55.39.253', 1682833345, '__ci_last_regenerate|i:1682833345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb93097a4006c641b24cfb8e31f277489361853', '173.249.31.237', 1659409250, '__ci_last_regenerate|i:1659409250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb9deb1e731f518470deb90a1a8b73f43611ae9', '114.119.151.0', 1684586125, '__ci_last_regenerate|i:1684586125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fba3236897fbe4a440fc78254ef121f08f321b6', '207.46.13.6', 1671780246, '__ci_last_regenerate|i:1671780246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fba568579296b5716894fe9655d3c8be692f02b', '190.56.50.253', 1682694472, '__ci_last_regenerate|i:1682694472;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682694345;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fbbeb7313500a613756a6811a8fbe9e90e4978b', '51.222.253.5', 1650939311, '__ci_last_regenerate|i:1650939311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fbc51d2d77b12e991a6612c3411ea64bb536796', '190.148.87.51', 1676299558, '__ci_last_regenerate|i:1676299558;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676299558;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fc21d8b68a41e7c528cf98d2afb0713809f5aaf', '190.148.252.56', 1663870075, '__ci_last_regenerate|i:1663870075;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663859608\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663869937;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fc301e178b4b8dad6bc997ad89eed134c5d4894', '52.167.144.162', 1686577061, '__ci_last_regenerate|i:1686577061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fc50b0a3c2b87c98248acb8d76dba38b5fbe9ba', '190.148.158.74', 1669040989, '__ci_last_regenerate|i:1669040989;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669040879;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fc5e973a7f96110963d0b890454a2ec3455ccf3', '51.222.253.1', 1658915184, '__ci_last_regenerate|i:1658915184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fc6c6dfefdb74b021169eb92cbd5a9f379e98b7', '51.222.253.20', 1671518511, '__ci_last_regenerate|i:1671518511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fc9e9e88849b1b70f3d668ce1644c4374b45356', '157.41.93.56', 1662790107, '__ci_last_regenerate|i:1662790107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fca13b5a9dfb97028745936c87d283c2b96ab7e', '157.55.39.253', 1682079939, '__ci_last_regenerate|i:1682079939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fcf4e56b8f69fb1a491c97d5ef25212ba237aad', '17.121.114.31', 1652032383, '__ci_last_regenerate|i:1652032383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fd0282447a36c7c27d374f62220dce6792c9ce8', '66.249.74.107', 1682537293, '__ci_last_regenerate|i:1682537292;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fd29f19a44a43dfdab3a7ecb3e7e4f58465712a', '40.77.167.85', 1684867284, '__ci_last_regenerate|i:1684867284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fd31e7023a65eeddf5fe07ae7d6e4db3e8b8f41', '190.56.50.253', 1682428344, '__ci_last_regenerate|i:1682428344;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682346726\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682428324;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fd33578475c98c219ed08fea9f00185d5421e9b', '144.76.67.169', 1669881395, '__ci_last_regenerate|i:1669881395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fd3616b72df9a601d999d717aeb108c803f2611', '114.119.147.73', 1686541836, '__ci_last_regenerate|i:1686541836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fd48ee211fbb0a944bc973b33c5731ae0f16f7b', '200.119.173.130', 1675879579, '__ci_last_regenerate|i:1675879579;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fd5b8d1c5e26ea2975846194b47329a6f10f04e', '40.77.167.37', 1669684793, '__ci_last_regenerate|i:1669684793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fd633b8463eab60c379377753688051b4438e9e', '157.245.254.89', 1655520992, '__ci_last_regenerate|i:1655520991;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fdc1f893d9d8ef25aec20d645f733bb014ccf66', '130.245.169.139', 1657878941, '__ci_last_regenerate|i:1657878940;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fe26092329514b60098455b1d09580d1b58ad22', '114.119.134.226', 1686349395, '__ci_last_regenerate|i:1686349395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fe53a4ef9d05cddaab179634c342c199fe1bb1d', '45.63.18.23', 1688458814, '__ci_last_regenerate|i:1688458814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fe6862d83950148a6c3a0d0807d46107ab380d8', '157.55.39.51', 1669577813, '__ci_last_regenerate|i:1669577813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fe90824516076d35eabfbe797f044f7abbf108a', '200.119.172.60', 1674840297, '__ci_last_regenerate|i:1674840297;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674840227;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fe95066dad16bd70d0d48ef747fc0610e829681', '190.148.252.235', 1666902275, '__ci_last_regenerate|i:1666902275;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666900813;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fea4f75f9b326d88f209f398e988541b7ea0793', '157.55.39.227', 1688505777, '__ci_last_regenerate|i:1688505777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1feaac0a20890ae5c8726d62bc335a340ec1a85e', '51.222.253.6', 1682437583, '__ci_last_regenerate|i:1682437583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1feb62bb0480f1f7183587bb0a8a1dc792eb7a6e', '51.222.253.9', 1684710605, '__ci_last_regenerate|i:1684710605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1feb9c784786d82146a162c1bfe3896646f94d8a', '40.77.167.123', 1683244440, '__ci_last_regenerate|i:1683244440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1febca33243155d97d98c82a95dcbaa716443784', '200.119.173.130', 1676055695, '__ci_last_regenerate|i:1676055695;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676055519;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fee4fc4fac3bcbbe0f8c81dd854128326574cbc', '190.56.50.253', 1682546392, '__ci_last_regenerate|i:1682546392;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682546389;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ff0779be453ef57dc0f73aef3132932b70d7ccb', '40.77.167.30', 1657120822, '__ci_last_regenerate|i:1657120813;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ff344cb3133f9c74205f4bcb81e99917f70b16d', '51.222.253.2', 1652164038, '__ci_last_regenerate|i:1652164038;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ff35cdc478754c976bc7926be80005129e4961a', '157.55.39.164', 1663674981, '__ci_last_regenerate|i:1663674981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ff789c94446f3c45d14940175d7a82ca9e40c97', '40.77.167.43', 1654293254, '__ci_last_regenerate|i:1654293243;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ff7e85f9411e29e315904fe3271cba118b3d5de', '20.15.133.162', 1686015686, '__ci_last_regenerate|i:1686015686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ffab6cabb15191cc5420ae2107f2a8a01600653', '114.119.140.166', 1685008717, '__ci_last_regenerate|i:1685008717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ffc1997d659a8a1b1d5c84857d09fe1e3781187', '52.167.144.109', 1680550899, '__ci_last_regenerate|i:1680550899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ffc23606a1e86b1e6e06247e13b467a043670fc', '82.80.249.158', 1668921132, '__ci_last_regenerate|i:1668921132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ffc92a29004323bee78adf43fc63c6603ddb439', '52.167.144.164', 1684516478, '__ci_last_regenerate|i:1684516478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ffd875c01f035006544de9462787b1e134e7b4a', '157.55.39.100', 1672187258, '__ci_last_regenerate|i:1672187258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ffda9c7b42fbceeef12abb51606451a21238830', '157.55.39.121', 1674841531, '__ci_last_regenerate|i:1674841531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ffeee112a10ff18fee235235e5537ae591a5507', '200.119.172.96', 1675434754, '__ci_last_regenerate|i:1675434754;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ffefc161dc5a5e3deaaf826839adf20d594f8ca', '114.119.147.32', 1687602996, '__ci_last_regenerate|i:1687602996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('200092666b930714719012ef4bf34228b95e5ce5', '200.119.168.96', 1666918908, '__ci_last_regenerate|i:1666918908;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666918903;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2001aebe4df8950e11585f7f5f6639f80a6de226', '52.167.144.166', 1686862079, '__ci_last_regenerate|i:1686862079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2002f54d9bafc0ac56880c99d37b0708472af50c', '114.119.150.57', 1684453328, '__ci_last_regenerate|i:1684453328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20034e0ea427a70e76f52f125f671af78209ea3c', '213.162.246.192', 1651950154, '__ci_last_regenerate|i:1651950121;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2006d8e2dd52208d1542af8439a3dbe7d0113be1', '157.55.39.102', 1659371258, '__ci_last_regenerate|i:1659371247;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20070c8aaa891edc02c45162e9a037068edfd9f2', '54.36.148.234', 1683720332, '__ci_last_regenerate|i:1683720332;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20072c8c34f6e1e18fe00c86a219cc80b9e5a675', '207.46.13.175', 1672946309, '__ci_last_regenerate|i:1672946309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2007afb725ce1e66c33320e0e8482d89dd1cbc4a', '66.249.65.100', 1677866306, '__ci_last_regenerate|i:1677862996;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('200867e55c08357fef3b281a09acca932ca07972', '17.121.112.157', 1655642823, '__ci_last_regenerate|i:1655642823;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('200d797dd8b03a4888250f1cb2ed6cfceeabfb2a', '173.249.31.237', 1659409220, '__ci_last_regenerate|i:1659409220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('200d844f903756883284fde38e183c9792e8e5ad', '200.119.173.212', 1667941925, '__ci_last_regenerate|i:1667941925;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('200e8ace2eee78f47809551735d31eb96a3afa18', '157.55.39.80', 1670704563, '__ci_last_regenerate|i:1670704563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('200f69376d4f2f03ac807dbedf2dd77ae23bd13a', '40.77.167.37', 1668935070, '__ci_last_regenerate|i:1668935070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20119df5d01469f2dc3cbd40f92b223527348843', '52.167.144.171', 1684833477, '__ci_last_regenerate|i:1684833477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2011c97867db42e2f0e31b3d3c9cc6f410d78894', '157.55.39.51', 1669087645, '__ci_last_regenerate|i:1669087645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('201375816fd0f79842edbd5ea1ba514cd0c128e0', '40.77.167.182', 1683398244, '__ci_last_regenerate|i:1683398244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2015b5824892cfc19cb74e3cf07493b6421370a2', '17.121.113.121', 1659280920, '__ci_last_regenerate|i:1659280920;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2016115cbe52f885b39e03c3584600b59f608a21', '118.191.130.123', 1656725241, '__ci_last_regenerate|i:1656725241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('201a3dfe4db6318cb852cd9bc8a5d68f454d6d77', '52.167.144.61', 1688296437, '__ci_last_regenerate|i:1688296436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('201a4390d9b9c07a44f78bc65673c6cfe919157c', '51.222.253.10', 1687402112, '__ci_last_regenerate|i:1687402112;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('201a6a69caf74b5fa1d3476ce0d85a7b952144b0', '37.187.76.13', 1682114217, '__ci_last_regenerate|i:1682114217;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('201bad7327c9d7a8ebe249d5391b22c1b502a962', '114.119.135.120', 1686674674, '__ci_last_regenerate|i:1686674674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('201c25313aafdee4befc09281e05dce661eaaf75', '52.167.144.162', 1681663313, '__ci_last_regenerate|i:1681663313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('201d212821b68608f8971b5af960a240a3f13b50', '40.77.167.13', 1672094106, '__ci_last_regenerate|i:1672094106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('201db565c52256cac9f344b3f1e7d24493bff1ea', '200.119.174.9', 1674176931, '__ci_last_regenerate|i:1674176931;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674176915;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('201f24644c9a91352571e66c4f9cd275811e1a79', '52.167.144.98', 1685760627, '__ci_last_regenerate|i:1685760627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2022241a8f3b8e3ac7c298de0f02d0ea06de7424', '35.90.186.224', 1674480073, '__ci_last_regenerate|i:1674480073;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202228e96950908d211fcd40a6882521cbc0948b', '51.195.216.255', 1650898748, '__ci_last_regenerate|i:1650898748;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202323f65f1a84530fdce5954c53b90e227ccf3a', '52.167.144.56', 1676882326, '__ci_last_regenerate|i:1676882326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2023f715ab453062531b9b5f91fa22c3f4016578', '114.119.139.212', 1688297892, '__ci_last_regenerate|i:1688297892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202654064ff0ee12505d7f8330d1fffd998c782a', '52.167.144.98', 1685062607, '__ci_last_regenerate|i:1685062607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2029756bf1cdeb948725c3405e67ced8956da014', '190.148.157.103', 1666793596, '__ci_last_regenerate|i:1666793596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666793475;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2029b0165ca3edb0daf4c21a54681ef35a58d582', '190.148.157.177', 1682091164, '__ci_last_regenerate|i:1682091164;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682091161;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202a5ae4a11c52f78ea739e97e40cfd0fe4b994d', '114.119.150.65', 1688226947, '__ci_last_regenerate|i:1688226947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202bc8375af9c2e4f34e8df765fe84e7494e90a5', '51.222.253.1', 1655697013, '__ci_last_regenerate|i:1655697013;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202d6e1b69a776134b7531c36a2428d78331749f', '54.37.233.116', 1650851771, '__ci_last_regenerate|i:1650851771;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202f0e425a8e4fe3670ef85a7ceaadeab5f38037', '114.119.130.240', 1686253041, '__ci_last_regenerate|i:1686253040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202f8116886784f0cab8595d4b4d9f00d5475084', '207.46.13.17', 1673759985, '__ci_last_regenerate|i:1673759985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('203099dd17a6c8bec45db9dc4cfd8dc835910ef5', '51.222.253.14', 1665130727, '__ci_last_regenerate|i:1665130727;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('203250c70bd8e3fa9a7f1ba7c7fe1ae6e703eb06', '52.167.144.164', 1684564956, '__ci_last_regenerate|i:1684564956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2032a9d453d03aa7efc648973ae4070c240b309e', '45.141.239.30', 1657463448, '__ci_last_regenerate|i:1657463448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2032c5ae9befd4453951bc28dbed22eb4bea0e73', '52.167.144.171', 1685546716, '__ci_last_regenerate|i:1685546716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('203371de0cebfc7fdb52b72a28399028919bd818', '144.76.67.169', 1661941009, '__ci_last_regenerate|i:1661941008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2034fa95e487c36c9a93c7ec2163c1e5a7422658', '190.56.32.35', 1671909424, '__ci_last_regenerate|i:1671909424;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671909367;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2035da458e928d1d05ad6f0e3926531103a6fb00', '114.119.146.158', 1688327286, '__ci_last_regenerate|i:1688327286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2037bfc82464b64525afecab178e247e6abb40e7', '40.77.167.64', 1674905957, '__ci_last_regenerate|i:1674905957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('203986a8e028c178e424d0684976bf51c638445b', '130.245.169.247', 1657277755, '__ci_last_regenerate|i:1657277755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('203c016d9a936a2ea41ba619004bbc4b81f0862a', '114.119.129.237', 1687559147, '__ci_last_regenerate|i:1687559146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('203cb27780ec25b3a3328df7bff2d9d7aa8a0702', '114.119.154.22', 1684146290, '__ci_last_regenerate|i:1684146290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('203cff2c9f964afcb1b797a544cd9b2ce6d7fef7', '52.167.144.162', 1686726391, '__ci_last_regenerate|i:1686726391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('203e14b5ca186c401dfb2e59e4f5b106552e4294', '52.167.144.98', 1685279708, '__ci_last_regenerate|i:1685279708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('204054d3392d38016636d28b9fcd7274f7d4dffc', '51.222.253.3', 1676053674, '__ci_last_regenerate|i:1676053674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20406759756a8c4b69f77ac3bc7293e5bc6083a9', '190.148.157.183', 1680288138, '__ci_last_regenerate|i:1680288138;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680287387;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2040d12fd916b2078470375849c6a6271a6ded88', '114.119.154.113', 1686281138, '__ci_last_regenerate|i:1686281138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2044163acef52b0f69edf5ad7fd3b5401833a15c', '157.55.39.62', 1659373245, '__ci_last_regenerate|i:1659373234;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('204482f692fee32f463f0cf1c32bc48f43c5c42a', '157.55.39.79', 1669167642, '__ci_last_regenerate|i:1669167642;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20448ecd110763f12d01f5e2e39f678f99aed981', '34.209.27.7', 1656595858, '__ci_last_regenerate|i:1656595858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2046da63f2ef3a08282f2bbf8f91116a6b4375bf', '52.167.144.171', 1685240968, '__ci_last_regenerate|i:1685240968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20477cc9ef10f2a21aa6f14dffd8dc69762c2952', '51.222.253.10', 1662201946, '__ci_last_regenerate|i:1662201946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20477e5b06b3d60b5f587ee851a0a7c672ed5447', '77.74.177.119', 1654864630, '__ci_last_regenerate|i:1654864630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20484be9966d1f3679a8efce454a57fdaef1ef00', '52.167.144.98', 1686025305, '__ci_last_regenerate|i:1686025305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20488be7663a605e968eecd28ec49ea64b13c835', '114.119.143.68', 1687147375, '__ci_last_regenerate|i:1687147375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20498147ce00673b9a10a0c9f5527852a5ce5f69', '52.167.144.63', 1686912208, '__ci_last_regenerate|i:1686912208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('204bffab1d28f030ffa2304ff57349546294b23c', '157.55.39.87', 1662869563, '__ci_last_regenerate|i:1662869563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('204f3b2df20dad4549bdd4ddd305a93b7e7b629f', '51.195.90.229', 1650840504, '__ci_last_regenerate|i:1650840504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('204f86175df143d6cbe9717c774c4c9a819d136a', '51.222.253.7', 1670769875, '__ci_last_regenerate|i:1670769875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2050d759db504c16533a1a3dedd13a8af519dae7', '74.208.2.188', 1665904744, '__ci_last_regenerate|i:1665904744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2051731b285f3946b01f1a84882b0396288d9afb', '114.119.156.232', 1685299688, '__ci_last_regenerate|i:1685299688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2051a1178911ab71222fdb3011c813c52c2bde03', '190.148.158.23', 1687199274, '__ci_last_regenerate|i:1687199274;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687199261;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20544a6d24ab161641ccaf7726061e4a5648fa25', '190.148.158.151', 1677436102, '__ci_last_regenerate|i:1677436102;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677435934;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2056e8951306b2b8b4908de956d1097aa217f58a', '114.119.139.186', 1688314381, '__ci_last_regenerate|i:1688314381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('205725f67c32df278ec44b49f7940f52bbb01988', '40.77.167.133', 1684233695, '__ci_last_regenerate|i:1684233694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20582308b9e3ddf9845dd38e2a8a0550c5117aab', '114.119.137.31', 1686734302, '__ci_last_regenerate|i:1686734302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('205a4e7810554a8baf65698bfd2cd5f260abecb1', '66.42.115.29', 1650768074, '__ci_last_regenerate|i:1650768074;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('205cab30b8c01590c2f936572c419ccb5ac91f9f', '207.46.13.41', 1664876042, '__ci_last_regenerate|i:1664876042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('205d766cc418cb19e62b095b8fd9734bad925476', '52.167.144.162', 1682109618, '__ci_last_regenerate|i:1682109618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('205d82b4d2f21dd7aa40ed138d027d55606c0d78', '207.46.13.160', 1664328708, '__ci_last_regenerate|i:1664328708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2060a0f30305dc9e85ab39bf25a6fb6b6eed14d7', '157.55.39.253', 1682423359, '__ci_last_regenerate|i:1682423359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('206467757e5b411f558ea0fd016993c5d84a7b0f', '52.167.144.93', 1677992384, '__ci_last_regenerate|i:1677992384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2066c639e700b5f44144b1fad6e96046c6bd88ab', '190.148.87.96', 1678557979, '__ci_last_regenerate|i:1678557690;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678487828\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"CB9QMV4Nr0KveGhaXEuc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20676334f06ae6a4c178bf43963883f628426704', '190.148.157.177', 1682387674, '__ci_last_regenerate|i:1682387674;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682387615;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2068ff929057afe24fea9d6ce965dc63dee65089', '200.119.173.177', 1685240367, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685240185;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685240366;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('206aa036dddea0fd5f17634e404c71fa8954bcde', '52.167.144.164', 1685427196, '__ci_last_regenerate|i:1685427196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('206cdd4ad9c34b0b7cefdb5963a36b6d89a47581', '200.119.174.30', 1667526737, '__ci_last_regenerate|i:1667526078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667526737;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('206d68ef510e812c7e145d3ca462ff6936bff2e0', '3.237.104.7', 1654168719, '__ci_last_regenerate|i:1654168719;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('206e0d4712bebd9febff0290cbb901c367bb4f59', '17.121.115.39', 1659794841, '__ci_last_regenerate|i:1659794841;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2070a3dd2a82654f2d2060a259573742c2cff67d', '40.77.167.11', 1674073383, '__ci_last_regenerate|i:1674073383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2070df7f09c8b4c105222c98bed6637298946312', '200.119.169.55', 1667259528, '__ci_last_regenerate|i:1667259528;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667259523;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2071436aa3d6bf7e51c3daa2be0d2ba5faa0dbc3', '207.46.13.207', 1678624330, '__ci_last_regenerate|i:1678624330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207167c2d139b02676c39c11d175d4faf5acfa2f', '192.99.18.122', 1652019448, '__ci_last_regenerate|i:1652019448;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2072205834e12cfeb7722d2d7695049a04ec9995', '190.56.32.162', 1686432206, '__ci_last_regenerate|i:1686432206;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686432172;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2072bb7278c0b3570ae11a3b5c236e51df5d16bc', '157.55.39.173', 1669998593, '__ci_last_regenerate|i:1669998593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207418c578b2dde8c1993e64a8a7bbf449251f52', '190.148.252.161', 1669986278, '__ci_last_regenerate|i:1669986278;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669893688\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669986278;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207680ed7eaaac7a24335051e47eaf5d52b92a10', '52.167.144.171', 1685594529, '__ci_last_regenerate|i:1685594529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207789d94eafa2b2e7d52799790e0dda04468915', '5.188.62.140', 1656434621, '__ci_last_regenerate|i:1656434621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2077ba403cd3f5e0f8474b74046f326a4667fbcf', '200.119.173.177', 1685151571, '__ci_last_regenerate|i:1685151571;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685151571;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2077ca8311376344aee6accd31fa570e48c42861', '52.167.144.28', 1679658423, '__ci_last_regenerate|i:1679658423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207976494077af7f44b7a37a5e5dc88ccf4cfa24', '109.70.100.19', 1651171461, '__ci_last_regenerate|i:1651171461;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207baf1ce9a6cd46fac5b34b912ef80eafaa40f8', '40.77.167.49', 1667239182, '__ci_last_regenerate|i:1667239172;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207c19584a59d88d8195738a6120ce3e98b02a60', '52.167.144.171', 1685416432, '__ci_last_regenerate|i:1685416432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207c31e4fcb7a5f5cca00f332b47bfcdac06eeda', '130.245.169.139', 1657878940, '__ci_last_regenerate|i:1657878940;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207c5ba3b7b10808055d7013a53f6de725c15974', '114.119.132.149', 1687965490, '__ci_last_regenerate|i:1687965490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207e061a0d784eb69475ed6bfc9148e0496f6a16', '40.81.27.57', 1652917669, '__ci_last_regenerate|i:1652917665;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('207f996801b901e0435e4e5f8934c01889af30d7', '190.56.50.32', 1655162421, '__ci_last_regenerate|i:1655162421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('208141635d3020e358f5786144c7cc1975f58355', '40.77.167.227', 1681976140, '__ci_last_regenerate|i:1681976140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2084bad60a121cdcdea2e0ca53f27e27bf9f2c2a', '114.119.136.215', 1685196436, '__ci_last_regenerate|i:1685196436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2087855adb262659f29fc9d7c546f4a885b373c1', '114.119.157.196', 1686814238, '__ci_last_regenerate|i:1686814238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2088436a6a3909f943a345d28d38a3471a801ad1', '40.77.167.64', 1674587444, '__ci_last_regenerate|i:1674587444;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2088b5e1dd4a044565d91a7fad3c4d695a189c97', '51.222.253.4', 1669161282, '__ci_last_regenerate|i:1669161282;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2088bda8d5653621c281431a431c3d70a4f8e8ed', '34.102.12.65', 1652130063, '__ci_last_regenerate|i:1652130063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2089805396aaccf4dba904ee97e88cf3194257cf', '114.119.139.70', 1687630802, '__ci_last_regenerate|i:1687630797;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2089929d9ca85c755f550df5045257b414bfe6d9', '157.55.39.79', 1669998546, '__ci_last_regenerate|i:1669998546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('208b2d76ae64b9065f70b8b559ee4313ebaa367c', '190.56.50.253', 1682609882, '__ci_last_regenerate|i:1682609882;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682609674;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('208dd4ddee62a82fd850ed6c156673cbdba8248c', '190.56.32.164', 1664553949, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664553949;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664553949;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('208f2c4a214ae0edf0b9e131678a2d313c9922e9', '40.77.167.184', 1687103985, '__ci_last_regenerate|i:1687103985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('208fe8d25509fdf862b92d1bd22898cf524652fa', '52.167.144.89', 1679396424, '__ci_last_regenerate|i:1679396424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2092a9bf13baf0385ba8347f160d287d0bf0f3da', '200.119.170.221', 1664311888, '__ci_last_regenerate|i:1664311888;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663972368\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"OZaBQAhWVFoJcifk078m\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2092ff81f2afc688a57d618e393897350d3e144d', '207.46.13.11', 1669419437, '__ci_last_regenerate|i:1669419437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20941c47f55efdecba63b7b83a9674f6d983d854', '207.46.13.113', 1676347516, '__ci_last_regenerate|i:1676347516;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20948bfd24da7581eb39923b3e5f8b6d0fcc51ab', '200.119.172.60', 1675099547, '__ci_last_regenerate|i:1675099547;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675099519;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20969540ddff4a0137091d8db3252774296eec63', '190.148.87.6', 1668299691, '__ci_last_regenerate|i:1668299691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668299247;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('209814fed385f48c139240a48102b7ec1bc97774', '18.190.157.138', 1676715645, '__ci_last_regenerate|i:1676715644;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20988e0e82d6b1a50b40d3200eef2a510623de2c', '209.145.55.127', 1651081632, '__ci_last_regenerate|i:1651081632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('209c8b30d5461858335010bd417cadb22dd39b85', '190.56.49.83', 1687033352, '__ci_last_regenerate|i:1687033352;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687033227;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('209d1bd6019d8d3b905c5cae85790d32b4c4a7d7', '190.148.252.81', 1658769344, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1658769343;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658764583\";last_ip|s:14:\"190.148.252.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658769343;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20a12052b7eb37feffcee668c65114676be77b88', '114.119.138.127', 1688247771, '__ci_last_regenerate|i:1688247765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20a1a4fab7d60b0dd76b4b07bb2cbb68afbeb0cd', '157.55.39.80', 1669998729, '__ci_last_regenerate|i:1669998729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20a2945892484985cf2ac24717aabe7796a28623', '54.36.148.143', 1687503216, '__ci_last_regenerate|i:1687503216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20a847de2be9efe60131e75c4b4cdea0f00b3e34', '54.37.233.116', 1650851697, '__ci_last_regenerate|i:1650851697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20aa39d68ac0a4aec0f9a57bbb6a2b109d2dedfb', '51.222.253.18', 1675078955, '__ci_last_regenerate|i:1675078955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20aaef0b38b32448d61272d111397a1b2aaa384b', '200.119.174.30', 1667508720, '__ci_last_regenerate|i:1667508720;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667508703;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20ab36267f654c8a8e6d6184ba2742fe8252f758', '207.46.13.11', 1668631626, '__ci_last_regenerate|i:1668631626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20ab971f02c6869de5d1e53f79a5350cd5a57d23', '52.167.144.154', 1687810862, '__ci_last_regenerate|i:1687810862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20acd00c051f35ac69890c55f01e97599a57db6e', '190.148.87.182', 1679694722, '__ci_last_regenerate|i:1679694722;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679693184;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20adf3d76c449666974b32993a111ca7308f5d7a', '185.156.120.250', 1678093893, '__ci_last_regenerate|i:1678093893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20aed7cb6c4f0913bdf45d0b8d75cf7967d43110', '190.148.157.122', 1666663584, '__ci_last_regenerate|i:1666663584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666663523;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20b2156dbdf150970f2f8d8fdc7621091afeb230', '52.167.144.171', 1685379735, '__ci_last_regenerate|i:1685379735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20b3ca44c479b9753ecb4f07250b7597f82c3eb9', '190.148.157.177', 1682302009, '__ci_last_regenerate|i:1682300537;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682302009;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20b4573d24cf88cc0445bca2caf8a64e3222bb09', '40.77.167.91', 1686889993, '__ci_last_regenerate|i:1686889992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20b79b750989452f57430ba209fd41ac0d596a1a', '114.119.138.183', 1688006499, '__ci_last_regenerate|i:1688006499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20b827ec4a2db2397293099c5905d25e1fdc6b36', '190.148.158.69', 1685709034, '__ci_last_regenerate|i:1685709034;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685709031;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20ba37abbd01852ca42961b53f10d00fe314eeb1', '137.226.113.44', 1661999368, '__ci_last_regenerate|i:1661999368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20ba3ad79a2d4a761a60c596682dd1f8b0a40f11', '51.222.253.14', 1668656800, '__ci_last_regenerate|i:1668656800;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20bb45849107e262fc88356d1d548fff9743a3b0', '190.148.252.223', 1659057337, '__ci_last_regenerate|i:1659057336;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20bb57836397419c8aea6a374b28841529adc332', '207.46.13.236', 1653312333, '__ci_last_regenerate|i:1653312333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20be779e07a1b304edec7f9948ce1765e866aa01', '52.167.144.98', 1686667048, '__ci_last_regenerate|i:1686667048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20bededd17e5da6ea538ce05a39ceb428c425556', '52.167.144.171', 1685129290, '__ci_last_regenerate|i:1685129290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20c059bf4e1568caeffac2b71138b30f6713a54c', '190.148.87.96', 1678487991, '__ci_last_regenerate|i:1678487991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20c2d5b0be153c874706f9a7e0c904c52023a7f2', '52.167.144.63', 1687073624, '__ci_last_regenerate|i:1687073623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20c477dc365ae62946abd8c63ec97abd7ed18a8e', '190.56.32.162', 1686576256, '__ci_last_regenerate|i:1686576256;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686482992\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686576254;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20c4aa8d74619fd15b6a342be6773e443e28d9d2', '35.162.52.48', 1675172439, '__ci_last_regenerate|i:1675172439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20c5b6679a5aba95e9b9009067bb06f805d377c0', '40.77.167.2', 1668018969, '__ci_last_regenerate|i:1668018969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20c5ea3907109c7ae3a6018a0104fe1d6528195a', '190.148.252.111', 1678132237, '__ci_last_regenerate|i:1678132237;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678131899;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20c6b3201ca65b10918506bd494e3e938e7abe3c', '52.36.91.242', 1656249306, '__ci_last_regenerate|i:1656249306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20c74c81059fd21edac9489e8c7f7908eaeadcbf', '198.251.73.69', 1679118692, '__ci_last_regenerate|i:1679118692;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20c7642de76d94dffb453b5b91153da1d20c33bb', '207.46.13.6', 1672246894, '__ci_last_regenerate|i:1672246894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20c782dc2591317849bbf22484afb3f5b8ff6874', '190.148.252.96', 1672941079, '__ci_last_regenerate|i:1672941079;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672933899\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20cc307e24622a7d3d4714eddd4235853408d0b1', '207.46.13.6', 1671972140, '__ci_last_regenerate|i:1671972140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20cd8ba5aa0aff241a029073da9ef1f352aeebeb', '190.148.158.69', 1685813268, '__ci_last_regenerate|i:1685813268;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685813233;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20cdf954c1450d091d88f778030ed143e22c24ae', '52.167.144.98', 1684833487, '__ci_last_regenerate|i:1684833487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20d11a247517fe5eaf0029ebc51459c8c6ef0d74', '74.208.2.134', 1682136345, '__ci_last_regenerate|i:1682136345;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20d1b58d596b79362f0c48c8e7458202ed9ed690', '190.56.173.213', 1683561661, '__ci_last_regenerate|i:1683561661;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683561081;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20d24a66458436490aa76c6d62b8d2112370528b', '40.77.167.123', 1684025458, '__ci_last_regenerate|i:1684025458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20d313e809ce418e4ea1ccf1c35a85b6c40cec9a', '146.190.49.125', 1671930527, '__ci_last_regenerate|i:1671930526;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20d4914558137edbe9317fa64270c29d9962bb7a', '17.121.115.92', 1652790950, '__ci_last_regenerate|i:1652790950;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20d641f1a3e8e90e887280476723c09475b18276', '51.222.253.11', 1680236109, '__ci_last_regenerate|i:1680236109;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20d8b6a3ab7bb50b733f98f0cf68149ee301a0cb', '40.77.167.133', 1684083327, '__ci_last_regenerate|i:1684083327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20da5b5e67b4e19ff5af4d35a277015f251e58f2', '207.46.13.173', 1663864060, '__ci_last_regenerate|i:1663864060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20da84dd3df4ba946a0681b65e7199c661cf7e70', '157.55.39.69', 1672114692, '__ci_last_regenerate|i:1672114692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20dae4fc67f9e30b67bd457b8c233a60042fa137', '200.119.173.90', 1657234116, '__ci_last_regenerate|i:1657234115;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657224817\";last_ip|s:14:\"200.119.173.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657234115;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20dba9bb8c0df8309fc6182ae607e0253229e742', '40.77.167.102', 1670755397, '__ci_last_regenerate|i:1670755397;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20e2d97f23d458a9beef21c4bb6cf73edfd0f798', '200.119.173.177', 1684976009, '__ci_last_regenerate|i:1684976009;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684975823;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20e3df5317c669a3cd7f9536bd8a802c9cf7d565', '52.167.144.70', 1688346755, '__ci_last_regenerate|i:1688346755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20e446f1136b8b84d42190c8a9b7a16af4ee4a3f', '18.206.55.48', 1650999419, '__ci_last_regenerate|i:1650999419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20e4e4b54f9d3c2bdd1c40e8509f383555f6650c', '51.222.253.16', 1656349598, '__ci_last_regenerate|i:1656349598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20e6a0472bc77cd57cfad1388a10cdc7fc89b925', '52.167.144.98', 1685179316, '__ci_last_regenerate|i:1685179316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20e7073fe4338018c196e3162debcc0c5d8c7941', '52.167.144.98', 1686209045, '__ci_last_regenerate|i:1686209045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20e81604594250e931f5c3bccb1c6faef7024850', '51.222.253.2', 1675216415, '__ci_last_regenerate|i:1675216415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20e971f7b3311e19fe0c41763d61171ac9e92674', '40.77.167.182', 1683073251, '__ci_last_regenerate|i:1683073251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20eb3f4847b14f7b677534ac305080b8ba8e678b', '157.55.39.173', 1668879499, '__ci_last_regenerate|i:1668879499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f00a85bee8c47adac9595a9b2f0ecc641ac6fd', '35.87.6.28', 1672406656, '__ci_last_regenerate|i:1672406656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f134d804d01489dd4901b87b63fada970d9425', '40.77.167.191', 1682015228, '__ci_last_regenerate|i:1682015228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f179eb2106336f14d3df17389363dd38bd9821', '207.46.13.41', 1670805993, '__ci_last_regenerate|i:1670805993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f1bc47e0feda78ac9ecdc1c82fa5e5d07438dd', '190.148.87.96', 1678545008, '__ci_last_regenerate|i:1678545008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678542208;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f23717c172da274bb78c986abc14e0e335bb4e', '200.119.172.60', 1674593276, '__ci_last_regenerate|i:1674593276;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674492457\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"It6pQSv5fC4mcJDFugUO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f3a339dfc17c36fa415cf3818bd1b69a681573', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f454b6e67a8f6963c5226a83e444ea5c354c5d', '157.55.39.192', 1665057682, '__ci_last_regenerate|i:1665057672;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f4c12382b4d94d5e8d2855ddb8a5c72e46b7c6', '52.5.40.206', 1655445092, '__ci_last_regenerate|i:1655445092;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f5dbba0f19a5d937e3b3f9a9d60e00bcf65009', '207.46.13.207', 1685876662, '__ci_last_regenerate|i:1685876662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f6c25d6c4598214a9f1462b7a95dafdbf18d96', '190.148.158.69', 1686001084, '__ci_last_regenerate|i:1686001084;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686001015;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20f9e022d3f017ae8d1fa90713515112c76352d2', '200.119.170.137', 1668641917, '__ci_last_regenerate|i:1668641917;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668641881;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20fa6dd1dd5dbabd11d2e7c70469af5c80666045', '42.83.147.34', 1654561458, '__ci_last_regenerate|i:1654561458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20fb0c0fbcbcc9a261e3c374e11ceb6a7f091ee0', '54.36.149.18', 1662557789, '__ci_last_regenerate|i:1662557789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20fd9ad66fea5d7de26ddfcf0ba96eb512d57f4a', '40.77.167.192', 1681245953, '__ci_last_regenerate|i:1681245953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20fe8abd9f5b686114c98c419c3f52cd75c57d0c', '190.148.158.69', 1685671332, '__ci_last_regenerate|i:1685671332;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685671311;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20fea52c9a661d3e78dc1f58ac94ada83504fa88', '147.185.238.53', 1653390407, '__ci_last_regenerate|i:1653390407;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('210063cdaef6e0ef3750a1fe3ffcb3b8214496ca', '17.121.113.68', 1652144454, '__ci_last_regenerate|i:1652144454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('210088e7d9c63fde2dc82cc708652765e8982410', '40.77.167.197', 1678333176, '__ci_last_regenerate|i:1678333176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('210390f827be072b66509b5b9e047c132283f423', '190.148.252.102', 1681909717, '__ci_last_regenerate|i:1681909717;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681909573;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21046a670b2c720a77ea88c7307248af274cf36b', '200.119.172.60', 1674841344, '__ci_last_regenerate|i:1674841344;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674841340;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2105e0de9f7561df4250085e5b18f50123c7d190', '190.56.50.15', 1667055299, '__ci_last_regenerate|i:1667055299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2105e628f3611425ae39ed5fa5ff7cae0a171c09', '157.55.39.79', 1670998418, '__ci_last_regenerate|i:1670998418;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('210c8970845d42ba1f46327ae4408d52d0dd386f', '190.148.158.69', 1685496915, '__ci_last_regenerate|i:1685496915;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685496870;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('210c897a78923d0a6e63603a4df924fd56f44877', '190.148.252.111', 1677793472, '__ci_last_regenerate|i:1677793472;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677793391;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('210e331a392b4c748f924f6165b087c7134e99bd', '157.55.39.79', 1668336957, '__ci_last_regenerate|i:1668336957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('210fbb57d128e3a448d30a7093a0b54a2ff423b7', '40.77.167.192', 1681464813, '__ci_last_regenerate|i:1681464813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('210fe83f5f6c060a181a86028e0dc718f40ac4e7', '51.222.253.4', 1658272064, '__ci_last_regenerate|i:1658272064;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2110dc840769827b15daa7552cb0bd66ca7707ca', '45.63.18.23', 1688462935, '__ci_last_regenerate|i:1688462935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2113a05c17df2805adfa62abf1c2bba29ea5328f', '74.125.215.36', 1654601766, '__ci_last_regenerate|i:1654601766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21146d9ea95ebbe5038370485410abb0246e6e00', '190.56.50.32', 1655138086, '__ci_last_regenerate|i:1655138086;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655138080;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2114fbb800ce2518846b3da2598982713b18b0d4', '17.121.112.71', 1654774953, '__ci_last_regenerate|i:1654774953;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('211534d441d4211d2c48d23ac8a3f541b0521ea3', '157.55.39.164', 1654947112, '__ci_last_regenerate|i:1654947102;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2116d74b1c49692483be290aa7a5d857a98477d7', '66.249.77.39', 1680665932, '__ci_last_regenerate|i:1680665932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21170ddd9ce3335668ae499f6f3c1ed20a016d84', '5.188.62.21', 1656457568, '__ci_last_regenerate|i:1656457565;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2117a35d360d51d3f56ba9f7576722700f1047b9', '190.56.50.120', 1661821804, '__ci_last_regenerate|i:1661821804;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661808867\";last_ip|s:13:\"190.56.50.120\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661821606;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2117fac859c05d9fac42597b71f7b957578c2157', '17.121.113.154', 1651249829, '__ci_last_regenerate|i:1651249829;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2119dd1f1263531f36ee281efe188039816ea2c9', '17.121.115.37', 1655767173, '__ci_last_regenerate|i:1655767173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('211c79b7c93e0bb793584b448cea74ce12050113', '146.59.157.229', 1650749460, '__ci_last_regenerate|i:1650749460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('211da9e4d896e645212beb01beb07216eb9ce835', '40.77.167.13', 1672799869, '__ci_last_regenerate|i:1672799869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('211e5cc8c3187542ba345fb3a6e44ef79d623c9f', '52.167.144.171', 1685685206, '__ci_last_regenerate|i:1685685206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2121cb6c14731b16d58fc79af44e2199807d60a2', '114.119.162.251', 1687821561, '__ci_last_regenerate|i:1687821561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2122b72b5ca2c14c8ac89d8d80967e0003d26ee3', '190.148.252.151', 1671026533, '__ci_last_regenerate|i:1671026533;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671026524;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('212be12855bc96d4d4d8b7627b4460f5ed9d5e1a', '190.148.252.88', 1670851013, '__ci_last_regenerate|i:1670851013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670851002;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('212c8caeb68a08a920361f42f92f9ed947d5e60c', '207.46.13.236', 1655098693, '__ci_last_regenerate|i:1655098693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('212cbfa5427f4b96c69cfb20109db1023842bfb2', '157.55.39.65', 1660947772, '__ci_last_regenerate|i:1660947772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21304f99d73e3bc0ffffb125f1344b3b8b460bc0', '52.167.144.164', 1686596407, '__ci_last_regenerate|i:1686596407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21322f2803e0e99d94c11758aacb4d2a3d5e9d26', '190.56.54.156', 1665172078, '__ci_last_regenerate|i:1665172078;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665169052;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2132fbb4978bd3ee914f484766ed7d2189502551', '164.92.101.174', 1671921971, '__ci_last_regenerate|i:1671921971;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2135a537fd823903d95f6d71e50b2e38ae370d34', '51.222.253.15', 1673404264, '__ci_last_regenerate|i:1673404263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2136c9c0d092051aae86152dd991a653c5018579', '50.3.86.163', 1676667882, '__ci_last_regenerate|i:1676667854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2138faf8d6373539a4c62307e625ddbb741c9540', '190.56.54.129', 1653575465, '__ci_last_regenerate|i:1653575465;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653524823\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653574911;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('213a2fddb130ffd559c3462b2f291b723e3a4998', '52.167.144.164', 1686413879, '__ci_last_regenerate|i:1686413879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('213b6214417ea0c8d35368715a92b83f30267d74', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('213f8af0a6019ca495a3c7cb957b452ddc62516a', '114.119.129.81', 1686540722, '__ci_last_regenerate|i:1686540722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('213fd1e0269717c39bc72d0b30de0f923f65b8e8', '190.56.49.83', 1687035784, '__ci_last_regenerate|i:1687035784;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687035730;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21419f74a7e536a5bea8e72b4340418ea2e7860a', '5.188.62.140', 1653308932, '__ci_last_regenerate|i:1653308929;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('214283188e80a3383ffbbf3e6c2ad4f75b1306ee', '190.148.157.53', 1683817700, '__ci_last_regenerate|i:1683817700;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683817508;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2144e03035df84857de63ad2d073a5a9b1616b67', '52.167.144.162', 1682641374, '__ci_last_regenerate|i:1682641374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21451c2a3028a7d5b560e912d64c63c2bc80ec3e', '40.77.167.227', 1681828236, '__ci_last_regenerate|i:1681828236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2145216132f8910d60f6dfcee75f79190895b514', '52.167.144.98', 1686074788, '__ci_last_regenerate|i:1686074787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2147666a5607e9244e43f4c2b36e99825f1a6097', '207.46.13.234', 1658996238, '__ci_last_regenerate|i:1658996238;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2149f6ae3c527804b7a346da5d832098ca4bb340', '52.167.144.73', 1679410989, '__ci_last_regenerate|i:1679410989;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('214cab0b328925ffa98b00345369ac4f8a5f1260', '190.56.32.35', 1671832937, '__ci_last_regenerate|i:1671832937;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671832899;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('214e4f5c6222599132648dddc1575f677052a15c', '207.46.13.205', 1671783518, '__ci_last_regenerate|i:1671783518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('214ef601db63a3b6c00089a9e65299b4448db140', '52.167.144.28', 1679047827, '__ci_last_regenerate|i:1679047827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2150b3e029e9260e661429663c02192d186106c9', '52.167.144.34', 1675224308, '__ci_last_regenerate|i:1675224308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21510c0f93d5872225f1d0b9465ffe24a09688f5', '66.249.79.206', 1659528514, '__ci_last_regenerate|i:1659528514;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21533af71b0b5af972a965d68e24e91e438b0eda', '157.55.39.65', 1662291344, '__ci_last_regenerate|i:1662291344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21534219aa4ed15a036f68538f961badb65e3957', '190.148.252.197', 1665530597, '__ci_last_regenerate|i:1665530597;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665530302;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('215592b626379a8539ddda4f1e50a09d223f8dfd', '187.135.76.36', 1673279441, '__ci_last_regenerate|i:1673279440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('215637fd4dad62852c18c31557c6450843e71025', '5.188.62.140', 1653254048, '__ci_last_regenerate|i:1653254045;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('215758ad4e1b7fd28d734a7ac92f0ce22c0abc82', '190.148.157.98', 1679270405, '__ci_last_regenerate|i:1679270405;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679269800;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2158a89abfcfe0034fd4b2a81700a77ea88158cd', '52.167.144.98', 1686769229, '__ci_last_regenerate|i:1686769229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('215f691be526338fd3ef8bd9c812d1261c9e1ba3', '190.148.157.147', 1658839257, '__ci_last_regenerate|i:1658839257;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658784380\";last_ip|s:14:\"190.148.252.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658839226;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('215fbd49998eec9661804908e2adfc55723ec6fe', '114.119.157.4', 1687888349, '__ci_last_regenerate|i:1687888349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2160c324ad5bb1dfbc8ea124730b145f12995bd2', '52.167.144.89', 1679628620, '__ci_last_regenerate|i:1679628620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21638040381de9c06af82c1dff211718987a89b0', '66.249.74.107', 1683116109, '__ci_last_regenerate|i:1683116109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2164ab06ea176a747e1538f70b34fe7b98c7a97b', '66.249.65.176', 1658988408, '__ci_last_regenerate|i:1658988408;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('216adb278cc268bd3fbf5e6f2002dc7cc583c766', '114.119.142.208', 1688222723, '__ci_last_regenerate|i:1688222723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('216c5d926944b538226698bef9842157828a78d3', '190.56.54.156', 1665160850, '__ci_last_regenerate|i:1665160850;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665153054\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665153980;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('216fe7ae4e94d21428ececc6853439d00368bb1f', '51.222.253.3', 1652139181, '__ci_last_regenerate|i:1652139181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21717e36088b9066bcb9077dd6ce03c93ceda644', '52.167.144.162', 1686403470, '__ci_last_regenerate|i:1686403470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2171c30cc2d87fa86f46ebe639fbcd571b00b157', '190.56.32.110', 1669843233, '__ci_last_regenerate|i:1669843233;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669843217;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2171d9f25f61b909b52db4cd3a142352f152213a', '190.148.157.53', 1683648063, '__ci_last_regenerate|i:1683648063;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683646179;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2172276a7bfe425052831d64978c2d21ff4e5686', '51.222.253.8', 1670079742, '__ci_last_regenerate|i:1670079742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2172b5daa8da920d9c206e046aea58f5438766f9', '190.56.173.169', 1651706137, '__ci_last_regenerate|i:1651706137;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651702981\";last_ip|s:14:\"190.56.173.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651705565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2173717ae4fccfc7f3b58c8e95a11121167780db', '190.148.157.206', 1679527683, '__ci_last_regenerate|i:1679527683;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679527677;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('217499d75115e5fa752d661cfe1cda33e0d93cc1', '114.119.138.155', 1688019589, '__ci_last_regenerate|i:1688019589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('217771be6218f30a4e9612de9f1793db0947e6c2', '3.237.104.7', 1654055397, '__ci_last_regenerate|i:1654055397;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2178fe5222f915ca1c54247bac7e209ef0a27c63', '114.119.147.87', 1686934746, '__ci_last_regenerate|i:1686934745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('217a816d5b56fe21ef05e80e9c0bcca716a6a052', '114.119.137.143', 1686268467, '__ci_last_regenerate|i:1686268467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('217a9e2cb2631f420d9040900ba733b121d27254', '190.56.32.162', 1686504211, '__ci_last_regenerate|i:1686504211;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686504208;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('217f36c40cbed426b4964a3747f6db086b114a5d', '114.119.159.228', 1687706023, '__ci_last_regenerate|i:1687706023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2181018e7034fd6c7841e2c2a4142e1fa0d9d119', '114.119.128.208', 1684282759, '__ci_last_regenerate|i:1684282758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21858fcd575f5c418191a2652795d285afa26e54', '190.148.157.50', 1668776550, '__ci_last_regenerate|i:1668776550;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668776013;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21859437b4998766c57f0ef3256bbcac1a3bc1f6', '190.148.252.235', 1666889260, '__ci_last_regenerate|i:1666889260;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666822029\";last_ip|s:14:\"200.119.170.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YAzP0Eux1ospdMlg3wO8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2185bb6d38c5356f666e026d900a5d3a17266e6f', '190.56.49.109', 1666105753, '__ci_last_regenerate|i:1666105753;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666104859;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218695b8541555b9f699295ead62b2e526cf645c', '190.148.87.244', 1654620188, '__ci_last_regenerate|i:1654620188;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654617278\";last_ip|s:14:\"190.148.87.244\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218880ab031091d042402965336b2bf04f6fa2ff', '40.77.167.190', 1677456168, '__ci_last_regenerate|i:1677456168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218b1cdb3fcc3212ee33f49e15e74a277b2a451c', '200.119.172.95', 1659745319, '__ci_last_regenerate|i:1659745305;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659734240\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659745305;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218bc319b29df94c108bb339428b6187ad300fc1', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218bdcc5160cbd1d837d1f4848bb36e337c2b60d', '51.222.253.9', 1669972120, '__ci_last_regenerate|i:1669972120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218d5999cbddcea93d769d908e377aadb4ddb119', '40.77.167.166', 1676840791, '__ci_last_regenerate|i:1676840791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218d774aa6ba3f4e657f73525cfffc019952ba2b', '200.119.168.109', 1668871749, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668871749;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668871201;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218d9584de141efbccf389c842378d4370299997', '51.222.253.12', 1676928543, '__ci_last_regenerate|i:1676928543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218f209bd991d35cd8f1a872985fcdf82a5815ed', '157.55.39.216', 1676702707, '__ci_last_regenerate|i:1676702707;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('218f6235f85d56c2d07832babc091983840e0f1e', '165.22.63.55', 1656357684, '__ci_last_regenerate|i:1656357680;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2191188172a0dfac5fd63c2a6515146965dda390', '36.99.136.138', 1650976201, '__ci_last_regenerate|i:1650976201;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2192c6930f099eda45de3aecc9d23787410b85da', '190.148.158.151', 1676987596, '__ci_last_regenerate|i:1676987596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676987578;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2194230a34e577a3283ba7136648176894f37d3e', '190.148.158.164', 1667393166, '__ci_last_regenerate|i:1667393166;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667392871;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2195bdfc4be41f42c50bace98bb734288990d8eb', '40.77.167.43', 1658211699, '__ci_last_regenerate|i:1658211699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219606567f2a007eea7e6bf7ba1701aa035e0768', '54.36.148.120', 1682137913, '__ci_last_regenerate|i:1682137913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2196b58f9658c35ee69dca752f4b0f36d73cd8b7', '52.167.144.28', 1679226374, '__ci_last_regenerate|i:1679226374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2196eccfd9f4f77a5328ef302dc32fa73333971f', '54.36.149.93', 1667364821, '__ci_last_regenerate|i:1667364821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21989c34b52597da503f6f1240bfbd4658f44c10', '147.182.171.81', 1650861183, '__ci_last_regenerate|i:1650861183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219ae7c4131c16e294345e1813cc650eb0b70f4f', '54.203.49.137', 1688169157, '__ci_last_regenerate|i:1688169157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219b23b5c4eb37e912eb4ba67e7e5a4f094d419b', '104.154.192.148', 1658677662, '__ci_last_regenerate|i:1658677662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219b8b6803b5b5d23ff19ca267796dead73fb68d', '114.119.153.25', 1685536857, '__ci_last_regenerate|i:1685536857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219c2685dcf7870487160d2d9a12d3429a2fff31', '207.46.13.160', 1673444154, '__ci_last_regenerate|i:1673444154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219c89289e38983192480c38ee937210f62f8326', '190.148.252.151', 1671326567, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671326567;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671326363;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219d4b7362b241b0a5ad7ac4ff51232158c09b5c', '190.148.157.117', 1675550273, '__ci_last_regenerate|i:1675550273;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675550137;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219d9234ed6fe2c5067dd4fd593a6fe3e9460c4a', '50.112.52.173', 1671025687, '__ci_last_regenerate|i:1671025687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219e075f9b308809cfc437915d5f979949d55f51', '190.148.157.80', 1669334773, '__ci_last_regenerate|i:1669334773;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669334761;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219ea50cdd2a261cf199a00f2c35a0dd578080d7', '40.77.167.133', 1683805988, '__ci_last_regenerate|i:1683805988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('219f3a7cb66a9334f47f3cb8f48934017728738b', '51.222.253.20', 1678156798, '__ci_last_regenerate|i:1678156798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21a01073910e6497fbd94912626d1677d54811f1', '207.46.13.215', 1677162425, '__ci_last_regenerate|i:1677162425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21a0d22b2ce59feaf3cdd7d0c3243e599ed6cf1a', '190.148.252.76', 1654297905, '__ci_last_regenerate|i:1654297905;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654118076\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"riLC3VkF0dxIJ2E7tcTe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21a1ef87412c9cf7ab151b639f7a6cbd890a2a63', '52.167.144.162', 1686570400, '__ci_last_regenerate|i:1686570400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21a279cc6244c50636728b19d31a8e11f6d68e88', '17.121.112.209', 1660190050, '__ci_last_regenerate|i:1660190050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21a28c77ec0334b3615891eac1c7aa8524753aae', '157.55.39.69', 1672124212, '__ci_last_regenerate|i:1672124212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21a3642dda83e2a84d52f39dad24f3f8bb55ebe9', '190.56.48.81', 1666017788, '__ci_last_regenerate|i:1666017788;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666017150;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21a518937295c5a2d85a4c875b34d891da331f53', '40.77.167.60', 1671642029, '__ci_last_regenerate|i:1671642029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21a9f764e81d54a17dbb7d847c104e7d87cfc6f0', '40.77.167.44', 1659646019, '__ci_last_regenerate|i:1659646019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21ad38e2053da62507080b505aae790425bfd2d7', '190.148.157.103', 1666796768, '__ci_last_regenerate|i:1666796768;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666796309;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21adf5bb8a270b823a6eb2d7a7518b6d94f1fff0', '54.218.220.80', 1674394096, '__ci_last_regenerate|i:1674394096;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21aec52e40ac9ce49e6ebc57b0303088c202113d', '157.55.39.79', 1668834365, '__ci_last_regenerate|i:1668834365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21afbefbd230009d2f970653cb28a6c062d44fc1', '175.44.42.142', 1661303754, '__ci_last_regenerate|i:1661303754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21b0398c1ae61abebb994c65877cc15503012ec7', '193.235.141.45', 1682967132, '__ci_last_regenerate|i:1682967132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21b03cc2a42dfe0ff14b3e999946300a605903d1', '190.148.158.23', 1687226127, '__ci_last_regenerate|i:1687226127;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687226118;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21b414940cd9d00918c0e553b0344f63ea819c8c', '52.167.144.76', 1682588177, '__ci_last_regenerate|i:1682588177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21b448ba72daa76f3b2a9b1893f6b9f91b4e73c1', '52.167.144.171', 1685706820, '__ci_last_regenerate|i:1685706819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21b6586a87a60456fe66cc2c5704a4c494853206', '52.167.144.162', 1686576430, '__ci_last_regenerate|i:1686576430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21b67e7cd9fdbe23bd0c1d5eeb6aca2b4a82fa0c', '190.148.157.194', 1662045318, '__ci_last_regenerate|i:1662045318;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661991901\";last_ip|s:15:\"190.148.157.194\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662044338;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21b814f5fe6e0b1039b9f0056a778461dd01c28a', '51.195.216.255', 1650895879, '__ci_last_regenerate|i:1650895879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21b8a43255397a051f1d783ffa2280ca0cbc4956', '157.55.39.65', 1662333672, '__ci_last_regenerate|i:1662333672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21b945865e1b8e5213dca329efa5544d8f4d4240', '40.77.167.49', 1665069715, '__ci_last_regenerate|i:1665069715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21bb59d7de91423bccc6691a00d720476e6a9aff', '3.17.157.152', 1668808891, '__ci_last_regenerate|i:1668808891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21bc71a5020a5d9ee18618138a5afcc4d2d7ed8e', '54.36.149.70', 1681264749, '__ci_last_regenerate|i:1681264749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21bc883b877d6091db5700f978480efaa25e0d28', '54.36.148.95', 1681428951, '__ci_last_regenerate|i:1681428950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21bd9106592f19ed2b8264e564ffdf8a696f4f7d', '200.119.170.30', 1660585578, '__ci_last_regenerate|i:1660585578;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660241119\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660581577;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";user_csrf|s:20:\"NBwTMaFhCKg9X8fbcjn5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21c03f795dab0fc8dd009df07861ba21f2961202', '5.188.62.21', 1653253674, '__ci_last_regenerate|i:1653253674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21c05d0d5fefd6b5b25d35a04eb061a7b807ddb9', '52.167.144.76', 1682157366, '__ci_last_regenerate|i:1682157366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21c0c1d366fef359bda2553a9748a9e67b64f56c', '190.56.55.48', 1687453507, '__ci_last_regenerate|i:1687453507;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687453473;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21c2c71379e2d3a04da3510ce5939aa1fb0c311f', '52.167.144.164', 1684308872, '__ci_last_regenerate|i:1684308872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21c32312956ee8835f12a309b5944b867715ee12', '198.235.24.128', 1654241352, '__ci_last_regenerate|i:1654241352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21c5f004ff74f8c45785228b222f12cb01583146', '157.55.39.217', 1683221777, '__ci_last_regenerate|i:1683221777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21c64bbe61d761ee66e937470ea61ad530d7b61b', '190.56.32.32', 1686066803, '__ci_last_regenerate|i:1686066555;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1685744140\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21c74a3faacd1c16ba2b9a6c4b482aa0d410eb45', '52.167.144.89', 1679919875, '__ci_last_regenerate|i:1679919875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21c763762026f62581082eebc12c99548851020f', '66.249.79.201', 1681447754, '__ci_last_regenerate|i:1681447754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21c95795481c97005d2f5cadaa4d4c967e4c478f', '54.36.148.174', 1653544449, '__ci_last_regenerate|i:1653544449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21caa772e116e4614eb4a6794ddacd55e8f70701', '51.222.253.6', 1677611375, '__ci_last_regenerate|i:1677611375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21caf7cbb6275e486a39f052167e3dae19706968', '40.77.167.191', 1681886716, '__ci_last_regenerate|i:1681886716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21cb399eb8701cda4f9c13f2473fda151f4e23e6', '144.76.67.169', 1669883574, '__ci_last_regenerate|i:1669883574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21cfb1b3ea5b3a9bdbd1590c19091187d0d70d80', '190.56.173.213', 1683588234, '__ci_last_regenerate|i:1683588234;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683588053;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21d1176c2e42a6c4b2eb35fda35a17fe9b9c2896', '200.119.168.118', 1668012074, '__ci_last_regenerate|i:1668012074;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21d3b5a13edcca49f00cba205dfaeff319aaf425', '190.148.158.151', 1677329493, '__ci_last_regenerate|i:1677329493;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677329434;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21d3d81f437d63b6fb8027c86b4cd0263305c4ae', '157.55.39.65', 1661576495, '__ci_last_regenerate|i:1661576495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21d407c4f304fa44c6a2cbd5074b74c42ac261a8', '190.148.157.177', 1682343394, '__ci_last_regenerate|i:1682343394;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682250367\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682343076;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21d5254fe0ba5cdf9143b3d25aee84caf7e42d88', '51.222.253.5', 1669994153, '__ci_last_regenerate|i:1669994153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21d7a8a5bd8e8ec8cedcc10822a0d1975d6cb2e1', '134.122.44.189', 1687602781, '__ci_last_regenerate|i:1687602781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21db06396ce5ee82f7ed93280afe6e85838d8241', '52.167.144.98', 1686103215, '__ci_last_regenerate|i:1686103215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21dbd6ea41a07cc2d6ca6bfc2f54d34bef0f22ec', '200.119.174.54', 1657927457, '__ci_last_regenerate|i:1657927452;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657894812\";last_ip|s:14:\"190.148.252.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657927453;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21dc2fbace2914b669cc2d741978639c7362c06e', '52.167.144.133', 1686843557, '__ci_last_regenerate|i:1686843557;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21dc783eb834b24793d1f9d321b1f500ff778d4e', '114.119.158.200', 1686550472, '__ci_last_regenerate|i:1686550471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21dda6d44fbfc6827adc12c9e07d5a6aa87e8ac4', '190.148.252.197', 1665513402, '__ci_last_regenerate|i:1665513402;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665513303;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21df29b3b68b5274307bc8ca278e61c8b844a95d', '207.46.13.207', 1681449710, '__ci_last_regenerate|i:1681449710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21df9267d7e8fe7f6e036e8d5fb007bee37e658c', '207.46.13.209', 1685975698, '__ci_last_regenerate|i:1685975698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21dfaba7ffec5edecdac703ef15c083cd16d898c', '157.55.39.79', 1669795012, '__ci_last_regenerate|i:1669795012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e234c13c4e44d699698b43d21ee0ca37144d57', '200.119.172.96', 1675467233, '__ci_last_regenerate|i:1675467233;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675466912;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e31448896fce974ebae233ab1c5f2ce825afd8', '93.158.91.196', 1667128763, '__ci_last_regenerate|i:1667128763;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e4a2ffdcf04c0121d5de5beeec0830755c8a71', '54.36.149.41', 1659009832, '__ci_last_regenerate|i:1659009832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e4e801ebccb9e22b0add3b6292bc54051401e7', '207.46.13.52', 1662642675, '__ci_last_regenerate|i:1662642675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e5ece21d76ef448529016addc43d2126599803', '207.46.13.1', 1671347523, '__ci_last_regenerate|i:1671347523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e6026cd31df794c705b18a25bd95088850b01d', '190.56.51.169', 1684533528, '__ci_last_regenerate|i:1684533527;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684164272\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"DJGKr8gvbuVYP95A2tjZ\";last_activity|i:1684533528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e7d97123511817270b78038d980a7f12d6fcb5', '40.77.167.123', 1683870595, '__ci_last_regenerate|i:1683870595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e7fd44b8612709db2de386525f72e0a29f34d8', '114.119.165.200', 1686459081, '__ci_last_regenerate|i:1686459081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e959f33a3f63aacc629b362d5f256ff1c283b1', '190.148.252.96', 1673111295, '__ci_last_regenerate|i:1673111295;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673111253;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21eaa9063caa8af40669aa9bc243eb6372084a98', '194.61.9.164', 1676469615, '__ci_last_regenerate|i:1676469614;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21eab13943745fa3f9d3cf3df6da6168bf96a077', '64.235.231.20', 1655234059, '__ci_last_regenerate|i:1655234059;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21ec0147d7ea611119d7f1a55abd99b3ef138386', '190.56.50.253', 1682519996, '__ci_last_regenerate|i:1682519996;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"gdskWzDjiYwSLQtG54xm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21ee9db4b47844a7ae021d33c49c0ad9084703ed', '137.226.113.44', 1660176584, '__ci_last_regenerate|i:1660176584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21eebec5af600892ab04ac4559c0bbe30504e842', '190.56.51.158', 1655749278, '__ci_last_regenerate|i:1655749278;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655669018\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655749219;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21eedf85f5f3874a02b31ef6dd96458a2b9dd762', '173.249.31.237', 1659409137, '__ci_last_regenerate|i:1659409137;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21f5e600f2f21892b049769b165537f3a3ad11d2', '52.167.144.70', 1688110795, '__ci_last_regenerate|i:1688110795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21f5ec7a07beac6ca31ada00682fc7193b7d1679', '34.213.116.81', 1680788331, '__ci_last_regenerate|i:1680788331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21f7a726e02f19df517b84cd4fdda0e8222129ad', '52.167.144.164', 1685777208, '__ci_last_regenerate|i:1685777208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21f7d2caf451e2941fa1f34a1f9e1e0ee891fcc0', '93.158.90.142', 1679809057, '__ci_last_regenerate|i:1679809057;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21f81e4c42af25b324d9cd3537775da129eaada2', '198.235.24.158', 1658866984, '__ci_last_regenerate|i:1658866984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21f903ca148625141a374a83f218dc08352e13d0', '157.55.39.227', 1688476162, '__ci_last_regenerate|i:1688476162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21f9317650aacf2c67e24874839f6d3ee2182424', '190.148.252.55', 1675709048, '__ci_last_regenerate|i:1675709048;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675708992;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21f9c9245abca5936d0c215ef60be4faaa51f367', '190.148.158.69', 1685815214, '__ci_last_regenerate|i:1685815214;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685815179;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21fb452322e6b2e29fe2bc4579dc3b344184eddb', '17.121.113.211', 1652151655, '__ci_last_regenerate|i:1652151655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21fc2402d849dd2989d00c18c82acb203db80adc', '190.56.32.170', 1650986878, '__ci_last_regenerate|i:1650986878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2200490ae4bfa7509f134a16b6406f27abdb9956', '200.119.172.60', 1674646735, '__ci_last_regenerate|i:1674646735;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674646378;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('220145e3757cecf8517941c7d15f8ce94251c746', '190.56.54.129', 1653432378, '__ci_last_regenerate|i:1653432378;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653409139\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653432290;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('220284c729fcf592a57290a2f2601cafb17efced', '114.119.135.166', 1688115980, '__ci_last_regenerate|i:1688115979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2202a5c7a19212db847ac33cf27cdfe285363185', '207.46.13.106', 1670805749, '__ci_last_regenerate|i:1670805749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2206011d52baa58a86d1e26da74df0a3e3a35f04', '190.148.87.182', 1679587436, '__ci_last_regenerate|i:1679587436;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679587436;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22075626fd031d131d6c3046038601585d02cb2c', '114.119.135.166', 1687192661, '__ci_last_regenerate|i:1687192661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('220825ed6eba8ca3deac6bd5179a77075e5f63a2', '190.56.49.187', 1688154823, '__ci_last_regenerate|i:1688154823;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688086232\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688154554;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2208450bd53a3cc869148399b0c80537e39b4d0e', '200.119.174.54', 1657977667, '__ci_last_regenerate|i:1657977667;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2209f28b63cdcf75e9f1cc6bc0b7e80fc8de7596', '207.46.13.230', 1656015560, '__ci_last_regenerate|i:1656015560;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('220c43ce5a6af442af5b6b1ddb4801320d6a0830', '52.167.144.171', 1685130098, '__ci_last_regenerate|i:1685130098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('220c645ab2403ee8139fa9799fa9c3b03298d2ea', '40.77.167.202', 1687289787, '__ci_last_regenerate|i:1687289786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('220d509a984d1557964b2741c246e4d91434d143', '190.148.157.177', 1682353629, '__ci_last_regenerate|i:1682353629;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682353540;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('220e29733be09ead0614bb6a7b5a9d3ec0a643b3', '190.148.87.96', 1678284419, '__ci_last_regenerate|i:1678284419;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678280865;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('220fed79e563514f790549d69bf71aa3fa619541', '52.167.144.73', 1679731947, '__ci_last_regenerate|i:1679731947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('220ff6743d852bff8840a3c879d9bfef387326f0', '200.119.169.19', 1668179026, '__ci_last_regenerate|i:1668179026;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668179006;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2210537b43c1168296adf267ae7c11498c474d03', '157.55.39.51', 1669463050, '__ci_last_regenerate|i:1669463050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2210d78c96a4ce30c360c8bcd3672b7cf3cf43fa', '51.222.253.2', 1668504860, '__ci_last_regenerate|i:1668504860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2213fed13f66ffb722c7ca5d2d78b38701a1ad10', '52.167.144.98', 1686074788, '__ci_last_regenerate|i:1686074788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2216e1f7742defe7c63a9b8c2e66c57e6b158d99', '40.77.167.37', 1669794991, '__ci_last_regenerate|i:1669794991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2217c48347a24d46142d7b9111d07f3ca6c044ac', '52.167.144.41', 1687117346, '__ci_last_regenerate|i:1687117346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('221abe2e4097d670eec4b2811593be2a43056c7a', '114.119.135.136', 1686460226, '__ci_last_regenerate|i:1686460226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('221b87e85bd06bf4421d0fdbeb4d2f6a83c0c991', '52.167.144.171', 1685077873, '__ci_last_regenerate|i:1685077873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('221cf874264e9cacc849c1c83b0f183c4d606b54', '190.56.32.170', 1651070473, '__ci_last_regenerate|i:1651070364;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651069031\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('221d8db8f3660d7e33edb895d05e1ad368adc04f', '190.148.157.173', 1652376109, '__ci_last_regenerate|i:1652376109;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652375258;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22213572a11085a61f52a452a69f3f2ee8bf76cb', '40.77.167.133', 1683924165, '__ci_last_regenerate|i:1683924164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2223675bf7d00d1b5f60cd91ee8297917a4c35cb', '114.119.152.195', 1687503451, '__ci_last_regenerate|i:1687503451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('222477b9b4c1e2915a74f81e333264d4dcf3e586', '157.55.39.200', 1664455884, '__ci_last_regenerate|i:1664455884;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2226f10160c49b2f7a50d2774215f9169a4fdd45', '207.46.13.199', 1660445172, '__ci_last_regenerate|i:1660445172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22271abe27b871d276d2eff09c4387659e800f52', '190.104.119.122', 1651019674, '__ci_last_regenerate|i:1651019674;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650987096\";last_ip|s:13:\"190.56.32.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22293415aa2431dc57174f59c3a718043ae59fd1', '40.77.167.114', 1678799610, '__ci_last_regenerate|i:1678799610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('222f9c192ab80f0e6da75e1df5f7ded7cdde04c5', '207.46.13.130', 1660360690, '__ci_last_regenerate|i:1660360681;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22302b93d42895d7d81c46d8275e8d8c14f7f2ec', '134.122.44.157', 1687649733, '__ci_last_regenerate|i:1687649733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22303a97f73db5af992351be1b22778ffd16fd81', '157.55.39.80', 1670374739, '__ci_last_regenerate|i:1670374739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22307e2add89e471d51f45228599d659fabb5b26', '52.167.144.76', 1681936909, '__ci_last_regenerate|i:1681936909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2232018a91d207e36aace34d76075c56218d5f1f', '207.46.13.17', 1673873061, '__ci_last_regenerate|i:1673873061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22321ec27c5f4338d9faa3ee0180852de672fcb9', '207.46.13.12', 1675431177, '__ci_last_regenerate|i:1675431177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('223293e7ad619aa2a17678db14ca59c2029c5906', '54.36.148.236', 1674067966, '__ci_last_regenerate|i:1674067966;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22341a3b5c8576233d0424db68f03d0561ff4e11', '190.56.54.129', 1653605412, '__ci_last_regenerate|i:1653605412;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653569173\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653605400;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22342337329ef334e7cf0332f26749858e6b1a37', '40.77.167.101', 1687894280, '__ci_last_regenerate|i:1687894280;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2236e9d7d2355b8c078016f1f8895f143e51748e', '200.119.170.113', 1666716465, '__ci_last_regenerate|i:1666716465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666715919;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2238ea2df5b3cb96fb10ca657ba86e78e230bac7', '52.167.144.164', 1685758208, '__ci_last_regenerate|i:1685758208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('223c2e2901a23099f86f0acfb20336164b3a3e5c', '40.77.167.115', 1681417318, '__ci_last_regenerate|i:1681417318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('223cdcf1163d2fe798214a4942b45ccd109d7fca', '114.119.146.51', 1686387471, '__ci_last_regenerate|i:1686387471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('223dd65451d6fc864e2a2bf1849f6470e4602fc3', '200.119.173.177', 1685298203, '__ci_last_regenerate|i:1685298203;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685297589;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('223e209941df2e46ce2bcbb1cba37e48f97d576a', '190.56.173.213', 1683244052, '__ci_last_regenerate|i:1683244052;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683244006;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('223e92f515d1429af746436303b74388f41bf02d', '114.119.155.217', 1687895545, '__ci_last_regenerate|i:1687895545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('223fda504abb872709f8accf009bebae90b97710', '52.167.144.74', 1688054310, '__ci_last_regenerate|i:1688054310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2242092be0a34ffa19cf5cc71a23320ec58dfa5e', '190.56.32.35', 1672058415, '__ci_last_regenerate|i:1672058415;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672058401;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('224270db4474464bc28ae2f6c412e27bdfe38443', '190.148.252.88', 1670797205, '__ci_last_regenerate|i:1670797205;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670797088;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22429fc47aa39044d1986b0db704f7dbe88e153a', '40.77.167.249', 1680693515, '__ci_last_regenerate|i:1680693515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22463d4811b392e44c735429eda4fc859adcd840', '200.119.172.60', 1675091944, '__ci_last_regenerate|i:1675091944;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675091841;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22475f643e8e989ae4f98ea51902435a77ef1ad1', '114.119.140.175', 1684247523, '__ci_last_regenerate|i:1684247523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('224bd6f9f416112c2bc594ac90108141a2686f97', '193.201.9.12', 1654595411, '__ci_last_regenerate|i:1654595411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('224c6348a6a07d7e2b7575a5f6ad39278efa1198', '114.119.128.50', 1684615201, '__ci_last_regenerate|i:1684615172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2251b8e3323c3c7d015b40ac85807583ffa5f9d3', '114.119.132.68', 1684180480, '__ci_last_regenerate|i:1684180480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22530bb414cf8727a24935d35e2042282d1e111c', '52.167.144.42', 1679336504, '__ci_last_regenerate|i:1679336504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2253b1660663acd311a4d267be874b7d01e46723', '173.249.31.237', 1659409180, '__ci_last_regenerate|i:1659409180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22594271690ba937dc9cee485c99fee386324b2d', '114.119.132.42', 1688194646, '__ci_last_regenerate|i:1688194646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22599ea00c20bcd277c116839fd3d84e02887751', '18.206.55.48', 1651390387, '__ci_last_regenerate|i:1651390387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2259eb88bb95f3dcc77d09db1635e160887e73b2', '190.56.55.0', 1687788596, '__ci_last_regenerate|i:1687788596;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687788593;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('225a25cb4c2ce1a361b0f86bf99792cb9d504f11', '157.55.39.69', 1671831878, '__ci_last_regenerate|i:1671831878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('225b0d7142afacb616700c93b21d116a4d161ad8', '190.56.173.167', 1650901274, '__ci_last_regenerate|i:1650901274;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650900201\";last_ip|s:14:\"190.56.173.167\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1650900935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('225c621f1688207ca4ad8d2f52b2650f249b9de0', '200.119.174.30', 1667490847, '__ci_last_regenerate|i:1667490847;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667490843;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('225d75ce597ba33c3dbe9a1f602fcc7a8a95d194', '193.235.141.45', 1677675393, '__ci_last_regenerate|i:1677675393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('225db8b689cf9341d67dfb1854ccea25a662e77a', '3.16.27.50', 1667542258, '__ci_last_regenerate|i:1667542258;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('225e3b70372fd3878c323dd652ecc064cc582b4d', '52.167.144.98', 1686614221, '__ci_last_regenerate|i:1686614221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22615def8f259ab73462fa3745824df679f1c365', '157.55.39.51', 1669100756, '__ci_last_regenerate|i:1669100756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22641e211615eda9392d35c0501c2296776e8a0d', '114.119.140.79', 1686646952, '__ci_last_regenerate|i:1686646952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2265052c8467542b39daf9c8b0d553cff4b3982e', '157.55.39.253', 1682540369, '__ci_last_regenerate|i:1682540369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22655f67a1c63e31d8f17cf632dd3f0e9c813271', '190.148.87.23', 1679445166, '__ci_last_regenerate|i:1679445166;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679445161;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22694704695559fb61dd6d0392b18cf47a286669', '17.121.114.212', 1656785757, '__ci_last_regenerate|i:1656785757;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2269adc0d0c5d2b76890ddb3277fe01b78944bb7', '51.222.253.10', 1682369520, '__ci_last_regenerate|i:1682369520;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('226a0caa4916966422ef63756ccf2c43f5d5626f', '52.167.144.164', 1679644255, '__ci_last_regenerate|i:1679644255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('226f62e69088037504eaf49c89a5da67ec24cf89', '52.167.144.98', 1685462042, '__ci_last_regenerate|i:1685462042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2273b2841a54a1466a1d949cbb9d7e9620eec79b', '190.56.32.174', 1676650692, '__ci_last_regenerate|i:1676650692;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676633086\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676650661;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22751c68c30fb05e00d9dc8d4f5fbf26be0146f1', '190.56.173.213', 1683502524, '__ci_last_regenerate|i:1683502524;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683502334;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('227588e6a0a842a8402395ed133beead320b51e1', '190.148.157.53', 1684160913, '__ci_last_regenerate|i:1684160913;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684160539;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2275e70fd08c2cb2bcbc878da25297dd6e14ce16', '190.148.252.88', 1670849625, '__ci_last_regenerate|i:1670849625;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670849618;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2276a5df90a5f3ebb1b38f13f618493977f0a250', '17.121.114.115', 1653322362, '__ci_last_regenerate|i:1653322362;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2276b153fa8229aa4ceb75772455735320c3e05e', '40.77.167.182', 1683595319, '__ci_last_regenerate|i:1683595319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22777e61040c2793d2c7fa603b7aa6d861db9103', '52.167.144.98', 1685884552, '__ci_last_regenerate|i:1685884552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2277d51203e66dc0486ff526599c0ce6337239e1', '157.55.39.68', 1667514236, '__ci_last_regenerate|i:1667514236;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('227ae637c20d679a899882b7234f505f4cf0f1d6', '190.148.252.96', 1672941386, '__ci_last_regenerate|i:1672941386;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672933899\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('227cb474a093544de7cc621bc3493f6fb8e2367f', '40.77.167.49', 1666651204, '__ci_last_regenerate|i:1666651204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('227ce253eb4068575c0abe696b906e30fd865ea8', '40.77.167.170', 1678903781, '__ci_last_regenerate|i:1678903781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('227d37d632704610e4fb835dba4e228efc69bbf5', '40.88.21.235', 1681835820, '__ci_last_regenerate|i:1681835820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('227d5fa39d152916556b0cd5c514e7d9a5c55e2c', '200.119.174.187', 1667433617, '__ci_last_regenerate|i:1667433617;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667433570;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('227f6290374ce7b85537bd80a630e51461028a2d', '17.121.113.24', 1663042737, '__ci_last_regenerate|i:1663042737;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('227fb2268b2bcebdfda95c52742a240e6b0fd9be', '40.77.167.192', 1688370135, '__ci_last_regenerate|i:1688370135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228292c12af7db429672065ab494cdc02f6b9cdf', '157.55.39.173', 1669794937, '__ci_last_regenerate|i:1669794937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2282d258f5c07f5fecbbab87135641e2a13b1522', '190.56.55.48', 1687277033, '__ci_last_regenerate|i:1687277033;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687277026;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2283373a0ba0bcc49b4f62eb956f9e47c1858c24', '168.138.2.237', 1655443173, '__ci_last_regenerate|i:1655443169;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2283acff976663c7fa43d3795d4430199d7d75b7', '200.119.170.113', 1666706549, '__ci_last_regenerate|i:1666706549;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666706524;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2283fe3834eb12c171f8a27149f736f852fd572b', '54.36.148.82', 1668659850, '__ci_last_regenerate|i:1668659850;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2284f33a70b65ab43a48ee86f1ce7a11103a2081', '114.119.144.51', 1687575301, '__ci_last_regenerate|i:1687575301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22856edd8c32511742c7347cf83d9661a3895575', '114.119.157.241', 1685433342, '__ci_last_regenerate|i:1685433342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22859b6377066156d3eeafb079a15d85996b7d8a', '54.218.171.21', 1668173982, '__ci_last_regenerate|i:1668173982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2286582001dbc81593eac3d122385ecd70120ea5', '157.55.39.253', 1682267784, '__ci_last_regenerate|i:1682267784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22867f2da44fac974fea225292438513e441f558', '17.121.113.207', 1656354647, '__ci_last_regenerate|i:1656354647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22868fe55f275839137ea8a24c0a32b75929589b', '190.148.158.69', 1685706043, '__ci_last_regenerate|i:1685706043;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685706023;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22877dd298234aaad566e607518abacc28880b1f', '66.249.74.98', 1687057467, '__ci_last_regenerate|i:1687057467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2287b3f28e6a71b2b81a2e9230c9d7c7dee2bbf1', '190.56.32.162', 1686340574, '__ci_last_regenerate|i:1686340574;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686340550;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2287f1e182e664e6b54d3515f98a5328f605bff4', '200.119.168.250', 1681173330, '__ci_last_regenerate|i:1681173330;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681173076;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22880cc129591a6984e07b43005049d25d98da33', '200.119.170.209', 1656778823, '__ci_last_regenerate|i:1656778823;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656770560\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656775646;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2289217a0d95280ade63d36f6d37109beadae736', '114.119.159.61', 1684081381, '__ci_last_regenerate|i:1684081380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228a03b772340bd303ea23cdcb5bde84eae74c88', '207.46.13.154', 1671234237, '__ci_last_regenerate|i:1671234237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228adc12c1568a5223c164354ae06f29fb05f405', '40.77.167.16', 1673468188, '__ci_last_regenerate|i:1673468188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228b3e7bdd54b3cbc1d6bb753ac1b96d21c1925a', '200.119.173.130', 1675959879, '__ci_last_regenerate|i:1675959879;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675959608;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228bd5cce213b98663dd1d4d12c36180fdd154e7', '40.77.167.181', 1680159879, '__ci_last_regenerate|i:1680159879;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228cd19970b40293d19b7789f6daa80030c3a0bb', '190.56.50.253', 1682473492, '__ci_last_regenerate|i:1682473492;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682473491;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228d7251c31d5ac8c4890d44bc13b4988e32eef9', '200.119.174.9', 1674230257, '__ci_last_regenerate|i:1674230257;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674230204;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('228f1b691f6a86074873bdc6915577d63bc8c2e9', '52.167.144.98', 1684474440, '__ci_last_regenerate|i:1684474440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22910af0bf6d3de3b63c6d8ddd7ddb701dbda0e2', '51.222.253.5', 1684492331, '__ci_last_regenerate|i:1684492331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22915fe40976d3f63d6b76ecf1d279ca2f90123e', '54.201.124.138', 1688337704, '__ci_last_regenerate|i:1688337703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2291f8a4c427f3028f9905ff5d6721662ca3a6b3', '40.77.167.220', 1677444130, '__ci_last_regenerate|i:1677444130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229220dbae6330876a19703fed79a4e015415ce6', '200.119.172.60', 1674854431, '__ci_last_regenerate|i:1674854431;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674854395;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2292b629bc47d6b7fe3d0ff50aae62d44513b9d5', '130.245.169.70', 1657360546, '__ci_last_regenerate|i:1657360545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2292db20ad813c7a9ee26398fe3409e6f28ccd10', '66.249.65.171', 1673389768, '__ci_last_regenerate|i:1673389768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229331e2f8f64a8e3da17244ac6f1a78cd1faed7', '114.119.149.43', 1686043249, '__ci_last_regenerate|i:1686043249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2294c8d561be0f62bbb953b6bba0f5127a3e8acc', '141.147.113.25', 1651291298, '__ci_last_regenerate|i:1651291295;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2294edf8f7c262db7b014b833c39539e1f04b8fc', '3.71.12.106', 1666497540, '__ci_last_regenerate|i:1666497540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229563d861cf4cac7e33dc5f77df7ba290ae75b7', '52.167.144.164', 1686398275, '__ci_last_regenerate|i:1686398275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229597d2a5e83f4f1150c90b207f844d7fab509f', '114.119.160.195', 1688230122, '__ci_last_regenerate|i:1688230122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2296400579588d6f09c9b56e9e8713128a29df2d', '190.148.252.173', 1667314071, '__ci_last_regenerate|i:1667314071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667314056;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22964e9141e51095a4ec408f96663dbe0dbfd553', '114.119.129.74', 1685843750, '__ci_last_regenerate|i:1685843749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229797b6c93aa47de2a0e093c1e16fff0ac0454b', '190.148.158.9', 1686770110, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686766250;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686741986\";last_ip|s:13:\"190.148.158.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686770110;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229949333d5ce5e76b96eccd0e24bfbb5a2cf660', '47.242.88.206', 1650927899, '__ci_last_regenerate|i:1650927899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22996960c21f83832532b462ac483b352338a959', '114.119.158.46', 1685941572, '__ci_last_regenerate|i:1685941571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2299841ea057b688c46ca2e550af1495691cf394', '51.222.253.17', 1669551358, '__ci_last_regenerate|i:1669551358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229b486be653b3d4d6c5413e216327515a188151', '52.167.144.164', 1685706717, '__ci_last_regenerate|i:1685706716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229e375bde2e3d17acab1f0566d1968c62f21dd0', '35.246.118.137', 1656305432, '__ci_last_regenerate|i:1656305428;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22a000d1762429687896c54856ddfe4c02438ca7', '51.222.253.17', 1680705872, '__ci_last_regenerate|i:1680705872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22a0e6bbbbe08f549294d0c515b6acc08a250ac1', '157.55.39.208', 1685947173, '__ci_last_regenerate|i:1685947173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22a60c09f36d789fecbd0323e671d0b5514f188e', '50.21.188.67', 1672492736, '__ci_last_regenerate|i:1672492736;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22a7812f27e8392615fc1b02b9f1ef703a35825a', '40.77.167.227', 1678333198, '__ci_last_regenerate|i:1678333197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22a7a344194c0b1761ee108351e98088d3c2a950', '5.188.62.21', 1653363060, '__ci_last_regenerate|i:1653363060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22a8a0ae9c3060e55ea783596b46af9540998ce8', '18.191.208.80', 1676399570, '__ci_last_regenerate|i:1676399570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22a918a0085bce47547457995e3271573500dd44', '52.167.144.164', 1686726972, '__ci_last_regenerate|i:1686726972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22a9528c7b4f37c35e03cfe27ae31bb386e121bd', '52.167.144.74', 1688347575, '__ci_last_regenerate|i:1688347574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22aa60808c890bade38f94a498d393c2a24c1e10', '157.55.39.210', 1680970181, '__ci_last_regenerate|i:1680970181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22aabab607a7f446726a41482278efe975ec03c3', '51.222.253.4', 1685468123, '__ci_last_regenerate|i:1685468123;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ab2d1f8070bf2f3e60ad175010dcddf574b465', '59.21.133.73', 1652861847, '__ci_last_regenerate|i:1652861847;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ab6e91883042b3f4e81b52ddec572f10b69d4c', '52.167.144.164', 1684480373, '__ci_last_regenerate|i:1684480373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ac0d02fceb5061a7b555cc6518f126b05d36ab', '54.36.148.158', 1662036659, '__ci_last_regenerate|i:1662036659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b04d3263e9f17bc02000b091028f245c970b95', '190.148.252.183', 1681600071, '__ci_last_regenerate|i:1681600071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681599339;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b094b2c4580bd0ca4316678f82de1f158ba415', '190.148.158.175', 1672492659, '__ci_last_regenerate|i:1672492659;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672492491;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b0a2ce4949d563e6ddf862f1903ff1a83837ea', '200.119.168.5', 1668723209, '__ci_last_regenerate|i:1668723209;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668723203;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b15aef7719f38ec3a13c936cb0517ae140d100', '200.119.170.221', 1664547038, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664547038;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664546950;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b3199a10696075116c5bff0a9d7d40dfb6b057', '52.167.144.164', 1686315395, '__ci_last_regenerate|i:1686315395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b32191765dcb03adf461cad5c65f67c27d3da2', '114.119.136.190', 1688195162, '__ci_last_regenerate|i:1688195162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b37880028c29d95a26e177823e62ad634f1cda', '51.222.253.9', 1684993737, '__ci_last_regenerate|i:1684993737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b3ac36bc7aa982c5b8ef20f6a5074c849c5ece', '40.77.167.80', 1686862185, '__ci_last_regenerate|i:1686862185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b3d2c138239c38f802f6a734e9dad567168a9f', '65.21.206.45', 1656738879, '__ci_last_regenerate|i:1656738879;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b4135380855da6240c3b7348d67500e2d281f7', '40.77.167.13', 1657493185, '__ci_last_regenerate|i:1657493176;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b4b24b7bb9d588ef70474df8c32666d57a9489', '157.55.39.231', 1672496285, '__ci_last_regenerate|i:1672496285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b65ebdb77e81b3b858b345164d1aabbc9f2c66', '40.77.167.45', 1670375203, '__ci_last_regenerate|i:1670375202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b6a58cc9daac291bbccc8f1daf00cc65546116', '54.36.149.18', 1680593126, '__ci_last_regenerate|i:1680593126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b6e71eac0ad6fb13e3ce86a8f2e9d616009155', '173.249.31.237', 1659409051, '__ci_last_regenerate|i:1659409051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b87f37074e61982835450e462f57f93466cb11', '114.119.143.18', 1686459827, '__ci_last_regenerate|i:1686459827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b99f121eb98332b613867de23d06c75b9f5eee', '190.56.48.81', 1666025858, '__ci_last_regenerate|i:1666025858;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665785359\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666023878;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"J5rjmHxithUGgzw0fDZC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ba38ada8638760dc0fb2b7dcad89dd07a5b5e5', '114.119.159.228', 1686459291, '__ci_last_regenerate|i:1686459291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22be80cc1e7ed104722578874a7ca628115fc262', '114.119.155.118', 1687186721, '__ci_last_regenerate|i:1687186720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c162671b5eeeb0e166e0acf6fdcf0698bfec7a', '51.222.253.7', 1669144441, '__ci_last_regenerate|i:1669144441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c1b3c74833b82efc592bcd15a4df2bd07466ce', '207.46.13.217', 1684209701, '__ci_last_regenerate|i:1684209701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c1fccc2d3b2b0bf51d2baaa69811277c1efba1', '17.121.114.19', 1661064482, '__ci_last_regenerate|i:1661064482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c2aa5a6b630ea81efe3cd5c33676067bfa3d93', '190.56.50.253', 1682636474, '__ci_last_regenerate|i:1682636474;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682636458;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c39d57ecd5fb2f307b2d25e74b9c47860749e2', '157.55.39.200', 1666859262, '__ci_last_regenerate|i:1666859262;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c3f410b3f5382653432f8895c4b9da298b6914', '190.56.32.174', 1676509873, '__ci_last_regenerate|i:1676509873;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676509861;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c45c9a4c1e1f07c970e083746bbd3e714cb9d4', '190.56.50.15', 1667178169, '__ci_last_regenerate|i:1667178169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667178148;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c4d280b396cd433edf871ca317d5862e8fcc69', '40.77.167.166', 1676832408, '__ci_last_regenerate|i:1676832408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c56200ba1891af564e789c66ec04746c6ddbd7', '157.55.39.25', 1663400826, '__ci_last_regenerate|i:1663400826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c610511af620ea88a07b7f9935c6037ab104dc', '54.36.148.211', 1687691529, '__ci_last_regenerate|i:1687691529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c7aa3d90cffa3a80295b044483c09fcf703c8a', '52.167.144.98', 1686568757, '__ci_last_regenerate|i:1686568757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c984c6505ef557a1d4bf2b4f0bffd27c75d8cd', '207.46.13.211', 1679795864, '__ci_last_regenerate|i:1679795864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c9ec14aacfaaa807df4cff59de75ab9c6310e4', '200.119.173.177', 1685136073, '__ci_last_regenerate|i:1685136073;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685135989;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d014fdfd98100a609e3d739050d1adde84d07e', '40.77.167.182', 1683313642, '__ci_last_regenerate|i:1683313642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d0a5307d9e455d354c4983fbb1c20387698522', '34.214.112.223', 1671196895, '__ci_last_regenerate|i:1671196895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d0e4250fec35c2914bba56208131155e4b8d7d', '52.167.144.171', 1684470347, '__ci_last_regenerate|i:1684470347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d1e9670c32d4ab39f1ad9e1fda64feb1192422', '52.167.144.162', 1686665846, '__ci_last_regenerate|i:1686665846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d41feff20148980299567f4010fa5e754fbba6', '207.46.13.160', 1666304548, '__ci_last_regenerate|i:1666304548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d473cbcc8fe5610dd0adca52b6f6524a13bbed', '51.222.253.6', 1651515798, '__ci_last_regenerate|i:1651515798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d5629db1663b2fba13239c967d3b45ff2ba223', '52.167.144.164', 1685077838, '__ci_last_regenerate|i:1685077838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d5bcd25316cb75c2f8baad728b07f210bb5fb8', '190.148.158.151', 1677356019, '__ci_last_regenerate|i:1677356019;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677355911;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d85439a20e1cf1d4c90a38f42ac17aa75a5aec', '200.119.173.67', 1679331662, '__ci_last_regenerate|i:1679331662;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679066929\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"LOb2KMWm9guRsZNap3H4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d87c4fbf565e1d35e5575c72136eec4890e221', '200.119.168.250', 1680737594, '__ci_last_regenerate|i:1680737594;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680737591;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22d8e7c98ed9ddb2ac45afdcfa28c16b56d9e75b', '51.222.253.4', 1677105607, '__ci_last_regenerate|i:1677105607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22e141f996391860a025dc81839cd46232fa6b9f', '54.36.148.237', 1660228197, '__ci_last_regenerate|i:1660228197;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22e15c62c1876502b9ec998ad26bd3aab35546bc', '114.119.132.42', 1688322389, '__ci_last_regenerate|i:1688322389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22e1be72dde1f5441ee1651e55e2bc497466fb92', '157.55.39.80', 1670474247, '__ci_last_regenerate|i:1670474247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22e38e3d2ca2ccd1aa6df7d5de09e78108d554da', '66.220.149.7', 1667172727, '__ci_last_regenerate|i:1667172727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22e4a10b21aac3a82eb6a76994040d67bcca356b', '40.77.167.85', 1686105087, '__ci_last_regenerate|i:1686105087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22e4b1fd83e5ed67ff09273641509539ce5917a4', '5.188.62.140', 1653301129, '__ci_last_regenerate|i:1653301129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22e5d463b6a1e5924f1547c64d5f3ae231378272', '66.249.79.237', 1650835696, '__ci_last_regenerate|i:1650835696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22e98b4877b3840cce213f895f23eac489c05cce', '157.55.39.253', 1682079610, '__ci_last_regenerate|i:1682079610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22eaf72869725a4038dc4a4a6a3a9e04b63b1ea8', '52.167.144.31', 1681117757, '__ci_last_regenerate|i:1681117757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22eb51b4cf68f088f1f1e736f5142f4548e60055', '51.222.253.15', 1652849266, '__ci_last_regenerate|i:1652849266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ebe9a126a5fff26198f8d51e4ccb3f4c23c900', '207.46.13.6', 1671783536, '__ci_last_regenerate|i:1671783536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ec457e6b02c7c43f70c20798af3c1173c2e6a6', '40.77.167.101', 1661257297, '__ci_last_regenerate|i:1661257297;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ecc65f1e3b8a47105649fa0fb1886b74346076', '114.119.131.197', 1686730647, '__ci_last_regenerate|i:1686730647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ee1efbc595ce83429d66cc65894bccfbd966e0', '190.148.158.151', 1677504389, '__ci_last_regenerate|i:1677504389;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677411775\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677504385;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22eeff567f8f93d3f0dc8da57598032afbbfb017', '207.46.13.41', 1671463826, '__ci_last_regenerate|i:1671463826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22efb9f7fc6b1d1f2b6d3fb347cd55d719b17350', '200.119.170.217', 1656381921, '__ci_last_regenerate|i:1656381921;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f0f8f815e6ba5ef2b18a0c2ac2aa2c7d8d3893', '52.167.144.73', 1679844642, '__ci_last_regenerate|i:1679844642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f465684ddb6c779205e4e25978ef3cc00ca3e3', '46.101.63.152', 1652762863, '__ci_last_regenerate|i:1652762863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f56cbe09e20d6f8f79df4c3c2cf5f386acded6', '207.46.13.205', 1671597869, '__ci_last_regenerate|i:1671597869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f5c726b19af439d7b21274ea30f5d9a95c7d5d', '40.77.167.191', 1681998522, '__ci_last_regenerate|i:1681998522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f5e6f6d6ebbcde7e7902e90a6049403a254281', '51.222.253.11', 1680095692, '__ci_last_regenerate|i:1680095692;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f6e6c1cfd242c0b9673d3d5903a47cdeebdf48', '40.77.167.182', 1683842380, '__ci_last_regenerate|i:1683842380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f74d0c6c6e2dd1dad56104ad5bd50cbe70661c', '52.167.144.154', 1687824337, '__ci_last_regenerate|i:1687824337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22fac076953eba910b7741ee25220326ad95451f', '114.119.138.36', 1687903632, '__ci_last_regenerate|i:1687903631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22fbc10841ec642348e68c065b4b95385baf18dd', '40.77.167.161', 1675498337, '__ci_last_regenerate|i:1675498337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22fc1fc99cf82f0bba5564e96fe0c7ebd17a0632', '190.148.87.85', 1684544049, '__ci_last_regenerate|i:1684544049;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684543855;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22fdfbc5becf1586aa3cc35e591b94e5553b0102', '190.56.32.32', 1686100837, '__ci_last_regenerate|i:1686100837;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686100834;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22fe74800b69a6eb1b4b46fcc1fd9f192fcbf2bc', '190.148.157.214', 1669736552, '__ci_last_regenerate|i:1669736543;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669389200\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"UakZ7HF8gAOTJIQMh1CL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22fe9fdb0849dd4ee862f04808e090ad842e636b', '114.119.142.232', 1688171147, '__ci_last_regenerate|i:1688171147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ff64473d73a74e5f627934c93efa63ab29b4dd', '207.46.13.215', 1677161755, '__ci_last_regenerate|i:1677161755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('230088d837aa6bed18cf5ea8c84b4d6bab1f2759', '190.148.158.151', 1677283936, '__ci_last_regenerate|i:1677283936;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677282066;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2303c879c38c7e41fa9295bf48512cac99738adb', '190.56.51.169', 1684532333, '__ci_last_regenerate|i:1684532333;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684531957;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2304118626328d6733fde0507ab2e0eb378c3363', '190.148.158.69', 1685491031, '__ci_last_regenerate|i:1685491031;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685491019;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2305dfe3730206898bee2569786c3daf96f676fe', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2306e704771a11d1950fc7a04a154c8003cb732c', '51.158.125.31', 1656187971, '__ci_last_regenerate|i:1656187971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('230794cd51ffa9c0c31e035d43cb719e0a222a2d', '157.55.39.173', 1670269091, '__ci_last_regenerate|i:1670269091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('230a6a92b9373780f7a0addfafa2cc701aa5fa05', '114.119.132.103', 1685360267, '__ci_last_regenerate|i:1685360266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('230b82d73fa0effae74b993d965c09fd7305c7a8', '190.148.157.53', 1683829802, '__ci_last_regenerate|i:1683829802;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683829108;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('230c3e1164e021a46362935f5daefae0062f6625', '207.46.13.41', 1670994448, '__ci_last_regenerate|i:1670994447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('230ca3fcd4e328c2e94dbd44a142601ebeaec30e', '157.55.39.65', 1661087659, '__ci_last_regenerate|i:1661087659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('230e9a79297b813e7b2917732d0be3c105ff1e97', '52.167.144.98', 1684910723, '__ci_last_regenerate|i:1684910723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('231035de0a6f8ecdb8b46873dc2fcc39a7c12bd1', '51.222.253.4', 1663713084, '__ci_last_regenerate|i:1663713084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2313863f1ad619ec4418926944074f08fe352b63', '34.69.52.27', 1653309571, '__ci_last_regenerate|i:1653309571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2313f8fa6c123e09534019faabf2acaf47a68142', '40.77.167.202', 1687701568, '__ci_last_regenerate|i:1687701568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23151d43dfeff044665da2feaf84a31dee69379b', '190.56.32.35', 1671996771, '__ci_last_regenerate|i:1671996771;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671996309;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2316884d51947570a28a98eb9f4dda19f60dfba8', '52.167.144.98', 1686209045, '__ci_last_regenerate|i:1686209045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2316b671f809f611417c0b3179b18cc6aa4c4b9d', '34.216.176.111', 1685549622, '__ci_last_regenerate|i:1685549621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2316c6f91d945526f688f44f23793addbdbf80b5', '52.167.144.98', 1685129061, '__ci_last_regenerate|i:1685129061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('231736b69657f7296cc25b6331b7dca9310eb3b8', '114.119.133.69', 1687810040, '__ci_last_regenerate|i:1687810040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('231a039fc016acf7ddd68935841b31485c54e2bd', '207.46.13.134', 1673424492, '__ci_last_regenerate|i:1673424492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('231a690e9e9e6504c089ab3ba25efe92a078eea9', '114.119.155.185', 1686907492, '__ci_last_regenerate|i:1686907492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('231b22fe0aca30d5b8da97df02827b89e9ed3b20', '114.119.144.87', 1686116164, '__ci_last_regenerate|i:1686116164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('231b4de345be17900f40810b186462817adfaa97', '52.167.144.171', 1684543246, '__ci_last_regenerate|i:1684543246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('231c2be3e94a12581696759fc05123961aa321f3', '157.55.39.102', 1658722453, '__ci_last_regenerate|i:1658722443;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('231ca367cef2dbe72c84e873c46318586bdec8f8', '149.57.16.7', 1653807045, '__ci_last_regenerate|i:1653807045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('231d48147edaa907569fa4d24f3dc6f718d578ad', '34.208.58.110', 1662383279, '__ci_last_regenerate|i:1662383279;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2322bb5806c671e4f0deae6fa59f4dfdbdae1066', '190.148.157.177', 1682113401, '__ci_last_regenerate|i:1682113401;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682113387;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('232655af01eadb39fa80cb806c71b0c1d447e1f7', '52.167.144.162', 1686196078, '__ci_last_regenerate|i:1686196077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2326dcc4803bb1e1e568f3c1c50c8718dcc5f3ee', '114.119.137.134', 1686546060, '__ci_last_regenerate|i:1686546060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2328459f5d3feda03c17f4942028a7ee580f7f4e', '200.119.174.104', 1666635027, '__ci_last_regenerate|i:1666634593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666621756\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666635027;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2328dd26f2b85f13fec455d44e7ff38fbacf8597', '17.121.115.40', 1660798903, '__ci_last_regenerate|i:1660798902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('232adfd41194b7d7ca87a498d080ac6684dab839', '114.119.162.62', 1687074111, '__ci_last_regenerate|i:1687074111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('232c6b00a39ad592fce8032e1595c1bfb58add9e', '157.55.39.33', 1652974075, '__ci_last_regenerate|i:1652974075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('232def8b9df99c5ca1e807a9150125c8a71e16e1', '52.167.144.171', 1685462053, '__ci_last_regenerate|i:1685462053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('232ed0754c429f3cdb7846285e5c74482dfc11d2', '52.167.144.74', 1688311808, '__ci_last_regenerate|i:1688311808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('232fbb3bb33dffa68ef17a05c7e622edda512bff', '114.119.128.236', 1684613186, '__ci_last_regenerate|i:1684613186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2330434f8943a6d1b3a12328f3dd0c3ce8fac72b', '34.121.233.252', 1664428041, '__ci_last_regenerate|i:1664428041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2330d4a500046e0dd625ac32a82e6d779f3e3f45', '190.56.49.83', 1687036320, '__ci_last_regenerate|i:1687036320;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687036315;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2331974931ccebdf8f6bca5574be0832584c31ab', '173.249.31.237', 1659409194, '__ci_last_regenerate|i:1659409194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2331ce2bfb3df6f3a89c4aeccb15170ada07f38f', '40.77.167.3', 1668558577, '__ci_last_regenerate|i:1668558577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23334e1a06af138a016ec61be1fdb4bd40da24fc', '114.119.149.71', 1686847497, '__ci_last_regenerate|i:1686847497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2333c182def26c5560c82ea8fcc3a59200b0a3af', '51.255.62.6', 1684519481, '__ci_last_regenerate|i:1684519481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2334906c0f97c47aa124819e100c9f1bed7b3d73', '52.167.144.61', 1688113975, '__ci_last_regenerate|i:1688113975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('233587e5a20b8d1eac29a23afdf31fc1a40686f6', '52.167.144.109', 1680290843, '__ci_last_regenerate|i:1680290843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23381f152822419aba8b37ea7142c928ca7f3683', '157.55.39.69', 1672390055, '__ci_last_regenerate|i:1672390055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2339df88236b2155d0356e461a54881e745e8702', '200.119.172.88', 1659451067, '__ci_last_regenerate|i:1659451001;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659404340\";last_ip|s:14:\"200.119.172.65\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659451067;register_id|s:2:\"61\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:36:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('233f59f89412cae1357bad2081bee437aaf1945b', '17.121.113.112', 1668803177, '__ci_last_regenerate|i:1668803177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('233f6c72d0c2ff83b3b4fdf266f4e0610e7d95fa', '5.188.62.21', 1653269460, '__ci_last_regenerate|i:1653269457;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('233f8174bd1afcf1e0607865a190d72addd815cc', '40.77.167.91', 1687027856, '__ci_last_regenerate|i:1687027856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2341f3bc990428947b6c9076c0e1e121bd84a9ac', '157.55.39.143', 1669998799, '__ci_last_regenerate|i:1669998799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('234293defe88d9c90e96c0808e318e2f54ce3b7c', '114.119.155.122', 1688223534, '__ci_last_regenerate|i:1688223534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2342c2cbdc48438dc6c67b7d8bbcf3aa080c21ca', '17.121.113.197', 1655752311, '__ci_last_regenerate|i:1655752311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2346ff485950bec146485600cebc83bf4def900b', '190.56.32.170', 1651071076, '__ci_last_regenerate|i:1651071075;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651069213\";last_ip|s:13:\"190.56.32.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('234759537b5b2e58d713dfdb6e0599ebecbfc4d5', '66.249.79.175', 1664325545, '__ci_last_regenerate|i:1664325545;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23478849143990186e2c609816f6c5ffe8274740', '114.119.134.231', 1688313505, '__ci_last_regenerate|i:1688313505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2347de9bcfd092a0ec1e47efe804dc1c92014bae', '157.55.39.79', 1669168274, '__ci_last_regenerate|i:1669168274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('234ae51256ad9a5e99798cc07c7e358baf461133', '190.148.157.183', 1680565308, '__ci_last_regenerate|i:1680565308;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680563872;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('234bfd8e661150b29676cb1ac6482819b24ce7e4', '190.56.173.136', 1687882916, '__ci_last_regenerate|i:1687882916;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687882914;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('234c5dd6cad6097ef37d39d85f4b97917d357c89', '65.21.206.46', 1653769057, '__ci_last_regenerate|i:1653769057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('234c657e21c2b53ec9241a5a99f5606434977bf9', '190.56.32.162', 1686358924, '__ci_last_regenerate|i:1686358924;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686358915;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('234fe4007fac0bb964fb6e2c3f4b2380c2dc8df0', '192.36.109.127', 1686587400, '__ci_last_regenerate|i:1686587400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23516df639a708c5e8894e8f6012150d5388c83a', '54.36.149.72', 1675923014, '__ci_last_regenerate|i:1675923014;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2351f73f6649c095721216001958aee72c9dbd6a', '207.46.13.205', 1671234196, '__ci_last_regenerate|i:1671234196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2353753fe0adb1e8dbcbd956da804cf715441b10', '17.121.113.112', 1668803176, '__ci_last_regenerate|i:1668803176;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2353ebdc8b214b5a85bd44ab48e17158b3a51d10', '52.167.144.162', 1686105644, '__ci_last_regenerate|i:1686105644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('235441e82f0cce61e4564d8d937f2404cc697143', '190.148.158.69', 1685479967, '__ci_last_regenerate|i:1685479967;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685479961;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23557eccb7660b27e0b9c5548eccd371fa3b38e3', '200.119.172.60', 1674599630, '__ci_last_regenerate|i:1674599630;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674492457\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"It6pQSv5fC4mcJDFugUO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2355cd4eb439c961c1c264180f6a9bccc1882679', '114.119.144.11', 1688074013, '__ci_last_regenerate|i:1688074013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23569c08d7fb99a4682efd7a049849226cde09af', '52.167.144.98', 1684212651, '__ci_last_regenerate|i:1684212651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23571b9df512b2f3631b74e331dff17ebb73c585', '157.55.39.105', 1676884585, '__ci_last_regenerate|i:1676884585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('235a2fd905a726f16f1e9ea3b7723bb3e180f124', '114.119.130.231', 1686114864, '__ci_last_regenerate|i:1686114864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('235a9418979c827bd0a98b4b67c45d879c3a1f26', '157.55.39.55', 1662467936, '__ci_last_regenerate|i:1662467926;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('235be46a0610935b290549718d3738fd08fe28e5', '52.167.144.154', 1687894387, '__ci_last_regenerate|i:1687894387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('235c58c648b8f2862010fb799c944691fd80bc2a', '17.246.23.5', 1688584261, '__ci_last_regenerate|i:1688584261;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('235ce37db89c7c36b26dd2148ba9fa8856745d68', '190.56.32.32', 1686233694, '__ci_last_regenerate|i:1686233694;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686233665;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('235d1117a03d3e3e81ae197fabf75c513474c838', '190.148.252.139', 1679405054, '__ci_last_regenerate|i:1679405054;requested_page|s:13:\"admin/welcome\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679312373\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679405049;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('235d6deb0c315d526edbd02ecacc7d7ef66aee6e', '52.167.144.98', 1684635472, '__ci_last_regenerate|i:1684635472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('235ddd2ad062e4ebca697e947956e623b4ed486e', '190.148.252.183', 1681484526, '__ci_last_regenerate|i:1681484526;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681484523;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23603fbd535ca2d3d8323bae14d59b4a61d07e54', '40.77.167.13', 1672477239, '__ci_last_regenerate|i:1672477239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236110f4cb3153cc89be87b5dc11a8ba1d39370e', '190.56.55.113', 1673392754, '__ci_last_regenerate|i:1673392754;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673392709;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2361cee6bc3e4a9f20df9c2786a38805c873d4a8', '52.167.144.70', 1688334431, '__ci_last_regenerate|i:1688334431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2361e788938648d0845ec8df04a188a31b9d92d9', '40.77.167.104', 1670226752, '__ci_last_regenerate|i:1670226752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236385bec486d6e0d2d927e3b9a33ee5ec26b9eb', '190.148.157.98', 1678996442, '__ci_last_regenerate|i:1678996442;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678996439;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2363c281182da67e4f4361f96ea02fdd1bbca682', '121.4.238.122', 1658925836, '__ci_last_regenerate|i:1658925836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2363d13fc84cb157bea33135a83b75568bcf5045', '207.46.13.51', 1662738746, '__ci_last_regenerate|i:1662738746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2364c39001b28ad04f3526f652620a40cae9b7af', '40.77.167.169', 1676166026, '__ci_last_regenerate|i:1676166026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2364d4d558de5606714657651451ca149440da4f', '66.249.74.105', 1683155662, '__ci_last_regenerate|i:1683155662;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23653d32d30c2b194acc3fa9a80c4acd96d3ae8b', '52.167.144.162', 1683017579, '__ci_last_regenerate|i:1683017579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236621d017a75f8c05842a01089b85bf55d7bdd7', '190.56.50.52', 1657803226, '__ci_last_regenerate|i:1657803226;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657724104\";last_ip|s:12:\"190.56.50.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657803222;register_id|s:2:\"43\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-13 08:55:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236645d123e48cb431f8febdc2816ad0bd0754a5', '69.167.12.35', 1681555076, '__ci_last_regenerate|i:1681555076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23681b96df3e7dcda0d254e70a4b7dd5b5cd0b63', '35.92.99.65', 1675950139, '__ci_last_regenerate|i:1675950139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236833676f2faf1b7bc579a687a606ecfc87ccbf', '94.142.141.236', 1666676248, '__ci_last_regenerate|i:1666676247;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236b642368526fff29071d22d64c3e71a29b0697', '51.222.253.19', 1658400753, '__ci_last_regenerate|i:1658400753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236ceae1f2f3ac9ff16dd8110db5398296a740b2', '51.222.253.13', 1655672221, '__ci_last_regenerate|i:1655672221;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236d437d03c96743b5afa5568cc5acd0422ce540', '205.210.31.2', 1652599666, '__ci_last_regenerate|i:1652599666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236ef20b6388bb4066933c347d92ac643e3d8961', '54.36.148.118', 1666520256, '__ci_last_regenerate|i:1666520256;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236f926f5fc7ea6312a21f0a08a956446daa4065', '114.119.128.26', 1685360492, '__ci_last_regenerate|i:1685360492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23707c45a3a968e29e97b3d05aa03a257d6c5ec3', '144.76.67.169', 1661940880, '__ci_last_regenerate|i:1661940880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2374ececbff71c55ee070db627c8b9e7e5de89b8', '54.36.148.161', 1687767614, '__ci_last_regenerate|i:1687767614;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2377858e41671f626dab53dbce8461501437efc4', '89.104.111.178', 1650837593, '__ci_last_regenerate|i:1650837593;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2377a1b23ba46da3693a2de9e7b14f3aacf28b6b', '114.119.150.16', 1687319603, '__ci_last_regenerate|i:1687319603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2378cd35262a440376571f7c12a69467996a7dfd', '107.178.237.9', 1669313125, '__ci_last_regenerate|i:1669313125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2379cad71f594befe2533f646900e4262403e2f7', '200.119.174.9', 1674137665, '__ci_last_regenerate|i:1674137665;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674137628;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('237c79910c5551c0eb0a900a904a6d5c22152e2b', '54.36.149.89', 1664125377, '__ci_last_regenerate|i:1664125377;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('237da4a0497bf4f4d41fdab984a4700fe8888a43', '51.222.253.4', 1668253424, '__ci_last_regenerate|i:1668253424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('237dd2f0cf52d45d0de9be85d7438b443a4b7432', '190.148.158.69', 1685729521, '__ci_last_regenerate|i:1685729521;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685729498;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('237e77d21b995f0d16377d43133ae1fa435c4289', '35.238.232.178', 1660492380, '__ci_last_regenerate|i:1660492380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23805d9f42d3ce176e7fe9e9504ef5d78d2c180b', '52.167.144.162', 1686157664, '__ci_last_regenerate|i:1686157664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23818051ecee2521c5d8b9c757e9c5fe41939520', '114.119.131.207', 1686317336, '__ci_last_regenerate|i:1686317335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('238304d5afcd206ea404c93993d3a8925e900f30', '74.208.2.188', 1672815807, '__ci_last_regenerate|i:1672815807;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23830ffcfc2134892b0ca2f43daa7df4de94c0a2', '54.36.148.63', 1688537829, '__ci_last_regenerate|i:1688537829;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('238482f6e542b8111e5e119c7370d09049074709', '54.149.157.30', 1650806822, '__ci_last_regenerate|i:1650806822;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23881ccf23684ec41c2f2c0e04c37f71d1f3a7c9', '54.36.148.226', 1679757920, '__ci_last_regenerate|i:1679757920;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2388410b7876019a48dc2447115c559a2b1ea49a', '52.167.144.171', 1684653129, '__ci_last_regenerate|i:1684653129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('238cae6fc1c40fb75dcab827e95fa7f4b920ba42', '3.237.104.7', 1654168712, '__ci_last_regenerate|i:1654168712;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('238d62216b30c48a851e01a33b3f45605fc519b9', '190.148.157.53', 1683846644, '__ci_last_regenerate|i:1683846644;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683844568;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('238dea9628ba3c918879c65015b87c80dd8e9196', '52.167.144.164', 1685457947, '__ci_last_regenerate|i:1685457947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('238e5ee65b246836acc85a79790fc7a6c5cc2073', '52.167.144.31', 1681484047, '__ci_last_regenerate|i:1681484047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2394bffa1e32aa02d1b2e4413e9846f58d9e1f1e', '114.119.155.149', 1687307653, '__ci_last_regenerate|i:1687307653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2395796365ed4446e29d6ca3da78df4be2cb65d0', '35.90.251.60', 1681912681, '__ci_last_regenerate|i:1681912681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2397516372d4fce4db2266fee35d278b0e9b6106', '3.17.140.79', 1667896434, '__ci_last_regenerate|i:1667896434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239810b0827683c909928046a9030c5f6c204575', '190.148.87.96', 1678196956, '__ci_last_regenerate|i:1678196956;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678194629;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2398c155075d9c1c6d89d8a6091a9b94df7d0036', '52.167.144.90', 1680903320, '__ci_last_regenerate|i:1680903320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23998d010379ac2c7e1abaa3787394f87de09c57', '114.119.150.37', 1688004447, '__ci_last_regenerate|i:1688004446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239a33f8382b39116c56a73dce5ded0fb568115e', '190.148.252.151', 1671201183, '__ci_last_regenerate|i:1671201183;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671200894;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239a8adb42237eabeaa5233a7f38ea517b56b88a', '114.119.143.247', 1688304853, '__ci_last_regenerate|i:1688304853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239ac22725e3f4c7f1853b56c38213c74c6e5d9b', '157.55.39.253', 1681823616, '__ci_last_regenerate|i:1681823616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239b2d1303cc59f5556d43471da9e1b5a4edbb31', '190.56.50.38', 1670454952, '__ci_last_regenerate|i:1670454952;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670448554\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"gDojtm1qKTL3JQM4A0iB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239b4e1d4c114e0b3686fdaa5271630bacd3d57b', '207.46.13.127', 1656048287, '__ci_last_regenerate|i:1656048287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239d4e99b520c914d1f55d3bbf9107c2f58f07c5', '51.222.253.4', 1679700831, '__ci_last_regenerate|i:1679700831;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239d7f23fd9257e043340059fd98c9f35422870d', '200.119.174.9', 1674151262, '__ci_last_regenerate|i:1674151262;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674151234;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23a25826a6532812a406e54bb0c678dbf337ff74', '52.167.144.98', 1686411789, '__ci_last_regenerate|i:1686411789;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23a2de80cca2f52b3932504cdeabc735287a5730', '190.148.157.242', 1687007772, '__ci_last_regenerate|i:1687007772;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687007697;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23a5a86c51d40f6301ae2304d3d334c6313b6bff', '35.222.224.245', 1652179403, '__ci_last_regenerate|i:1652179403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23a672e9ed1507f9f398ee7020a76d1d1f65a877', '200.119.174.9', 1674402302, '__ci_last_regenerate|i:1674402302;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674402244;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23a7a7356f43846e1d5d091c4a283db2818c5002', '51.222.253.11', 1664997122, '__ci_last_regenerate|i:1664997122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23ab16eb1ba962d96a37e7d0babbec23d06bb11a', '54.36.148.105', 1686732190, '__ci_last_regenerate|i:1686732190;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23aba001488d8ea701ec70ddff1fb51810f746a6', '52.167.144.154', 1687547963, '__ci_last_regenerate|i:1687547963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b0a53ef05025e7df7f525e272161d89b24f27d', '190.56.50.15', 1667046362, '__ci_last_regenerate|i:1667046362;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667046352;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b2d28c873f3bc4cfc4bd4193d33dd74d427a00', '114.119.135.174', 1687806425, '__ci_last_regenerate|i:1687806425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b3c3b4975f7c8b969c0a60aefbdc82f6a64155', '51.222.253.1', 1660161195, '__ci_last_regenerate|i:1660161195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b47042c8acea0d43e24f4e25db8de2839325d5', '40.77.202.160', 1673296202, '');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b4b64ea74c470cb75e452e578b7036e3b5c3d9', '207.46.13.154', 1670600475, '__ci_last_regenerate|i:1670600475;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b4eb38f5fe6911240a50e4aac063a774e63845', '207.46.13.10', 1672521832, '__ci_last_regenerate|i:1672521832;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b5111d5829f71bab138fa3b909a75ed17ebb3f', '190.56.50.39', 1664988097, '__ci_last_regenerate|i:1664988097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b541e1d357c139395b46ba40782092c03aa32f', '114.119.151.172', 1687590926, '__ci_last_regenerate|i:1687590926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b83d898a5e95835845aee5a3ca593475c82490', '118.190.156.248', 1680729781, '__ci_last_regenerate|i:1680729781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b8807bd669781a7f34517e1799e522c7bc120e', '190.56.50.15', 1667059985, '__ci_last_regenerate|i:1667059985;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667059970;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b93bff07cb248b9edef6d231e38da7d2ad4ce2', '40.77.167.156', 1678506714, '__ci_last_regenerate|i:1678506713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23b9d7ef5337eac55a190a3a477926686dfb2748', '40.77.167.123', 1682914671, '__ci_last_regenerate|i:1682914671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23bac84f6db2adbe3b6a8851afec6722a4f0e917', '52.167.144.120', 1688063397, '__ci_last_regenerate|i:1688063397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23bc480728e543aa2c90393830c49b125cd02aaf', '51.222.253.4', 1674492700, '__ci_last_regenerate|i:1674492700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23bcc408d12fb7c8e4005b16e25e56b48c28997a', '51.222.253.1', 1681810739, '__ci_last_regenerate|i:1681810739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23bcf7b1430dc3856f68c4fab43c91008c984a6e', '190.56.32.174', 1676589791, '__ci_last_regenerate|i:1676589791;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676589775;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23be933777fec89336bb0cf5895dd293bf546b80', '157.55.39.173', 1669577832, '__ci_last_regenerate|i:1669577832;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23bebc9cc05b374e09c2e0b5ec3029d9c310da5a', '114.119.159.210', 1687165268, '__ci_last_regenerate|i:1687165268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23bf271b079a15d4e602a6c4ed9c36280010b532', '114.119.151.14', 1685455415, '__ci_last_regenerate|i:1685455415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c0e2b45a377abcbffcecb56bbd68957ac7f473', '163.172.173.117', 1682467622, '__ci_last_regenerate|i:1682467622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c1198a1efe0dd11dd92bbd9a822023ad4676ec', '114.119.157.191', 1686115334, '__ci_last_regenerate|i:1686115334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c14260032f4f8edb2797f6c01c2f81b6a05f94', '40.77.167.37', 1669168378, '__ci_last_regenerate|i:1669168378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c2bee7b2a669a5007adeacfea34ee39dcb0ee0', '51.222.253.5', 1684333052, '__ci_last_regenerate|i:1684333052;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c367680c0487971ecf748f4b4b15e8f2e9a67f', '114.119.134.182', 1685741675, '__ci_last_regenerate|i:1685741675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c3ce7d914f2c4bf3a9208edec68a7364de0a78', '190.148.252.96', 1673313843, '__ci_last_regenerate|i:1673313843;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673313112;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c5397aa7fa19f4ec0b3f0af639160233c26e45', '52.167.144.171', 1684326914, '__ci_last_regenerate|i:1684326914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c8483322b14014fe6ec89a7bc761b4454c32c6', '52.167.144.162', 1686398264, '__ci_last_regenerate|i:1686398264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c90678eaa4f469aa7d0108efab2658ea5c5f0a', '190.148.158.175', 1672604870, '__ci_last_regenerate|i:1672604870;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672604181;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23c9a97764c7af5752dfecedb6020d424d295e5d', '190.56.50.15', 1667088834, '__ci_last_regenerate|i:1667088834;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667088821;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23cdbf7d44c964f754c10f0736ef207e1b840e92', '190.148.252.76', 1654297380, '__ci_last_regenerate|i:1654297380;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654118076\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"riLC3VkF0dxIJ2E7tcTe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d14213ab9e34223a580c106eeceacd50714015', '190.56.50.32', 1655066135, '__ci_last_regenerate|i:1655066135;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655043371\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655066132;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d18d247a09def17c815f3f2bc58247a43e490a', '190.148.252.233', 1668810252, '__ci_last_regenerate|i:1668810252;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668782296\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d1a2f07f0c77b137813f87cfb4a8b074a02b49', '200.119.171.24', 1665923156, '__ci_last_regenerate|i:1665923156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d2588d01092737237dab43a220758dff0dd645', '157.55.39.79', 1669419456, '__ci_last_regenerate|i:1669419456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d44a22db0fb7a56b20dd2199b77394d7d2aa40', '5.188.62.76', 1656415986, '__ci_last_regenerate|i:1656415983;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d4f0989d34ebf8c4f82ed53bd4f7fa2ec781a8', '51.195.90.229', 1650840442, '__ci_last_regenerate|i:1650840441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d502c5de8a0a978f005585f1ada966c235c37a', '52.167.144.39', 1680439698, '__ci_last_regenerate|i:1680439697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d73dd6f56967eb051a9b78ab8fed6d338316be', '62.141.44.236', 1684048366, '__ci_last_regenerate|i:1684048366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d7530f57c8a707e8e6c2f3069403efa88d69bb', '51.222.253.12', 1673545278, '__ci_last_regenerate|i:1673545278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d7a93158a3940aa151c57081685c64bb9dbf59', '114.119.144.29', 1684929949, '__ci_last_regenerate|i:1684929949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d8251bcb8965efc46d960ff51050b325812a79', '114.119.135.159', 1687093118, '__ci_last_regenerate|i:1687093118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23d8e0c0dad7543358c71f29ae0078c01ece0bd4', '14.29.206.197', 1666764859, '__ci_last_regenerate|i:1666764859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23da0f93ad63380ab3554cb40be1d960faaff1a0', '190.148.158.151', 1676985363, '__ci_last_regenerate|i:1676985363;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676985351;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23da7c9e446974aaa5bbe6f003ab0492d502f17a', '66.249.79.199', 1681501001, '__ci_last_regenerate|i:1681501001;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23dbe07ef6a2a72e3db4ff6ff83c53762df7a531', '51.254.199.11', 1679385925, '__ci_last_regenerate|i:1679385925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23de9e2473be0c480ad895d8959a6c5bae9184b7', '190.148.157.177', 1682382927, '__ci_last_regenerate|i:1682382927;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682382920;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23df20b3454542646cd1ccdc8ec9f5c76accacfb', '190.148.252.235', 1666880756, '__ci_last_regenerate|i:1666880756;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666822029\";last_ip|s:14:\"200.119.170.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YAzP0Eux1ospdMlg3wO8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23df433269540bb3b9a8d6ddc82a1c4569f56f09', '147.185.238.53', 1653389476, '__ci_last_regenerate|i:1653389476;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e0030f0d12da4c09949be3b8dba8f782578e22', '40.77.167.146', 1687835820, '__ci_last_regenerate|i:1687835820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e1f2b99b28a54cc29c52ca128f2dd665c49513', '207.46.13.210', 1677320371, '__ci_last_regenerate|i:1677320371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e33258e38250ca8e7af36fb2feadb7a1326fd4', '52.167.144.98', 1685051688, '__ci_last_regenerate|i:1685051688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e44522ecc0b91d6d85fa9fffea9df5d2fe0500', '157.55.39.80', 1670374739, '__ci_last_regenerate|i:1670374739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e45b612b57c80db328d3eb0848d758c0fdd930', '66.249.79.210', 1680457794, '__ci_last_regenerate|i:1680457794;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e58ed90339267579d5620aa8a984f8f3e6d449', '114.119.135.171', 1685689568, '__ci_last_regenerate|i:1685689568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e59f2f35c3b8cb9e060ef61fb2a58525f175cd', '114.119.134.231', 1688498363, '__ci_last_regenerate|i:1688498363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e72e5bbc1a96cfb281c52ed4920c7e9d99f845', '200.119.170.158', 1661355085, '__ci_last_regenerate|i:1661355085;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661297969\";last_ip|s:15:\"200.119.170.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661355082;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e85f9adc14562a920da9cd4553cd620adcb005', '114.119.144.64', 1687986825, '__ci_last_regenerate|i:1687986825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23eb12caf9498d54aecd2d4cf03cb16a4e747087', '190.148.87.6', 1668390170, '__ci_last_regenerate|i:1668390022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668390170;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23ed3387e5c04934eb91d72ec426532eb7141d95', '200.119.169.175', 1669821676, '__ci_last_regenerate|i:1669821676;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669821146;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23ed458e5fdc3a1b755ff730af99057ad4541436', '52.167.144.70', 1688528564, '__ci_last_regenerate|i:1688528564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f02e100884ba1bc48691ac3ecf889db9b0e429', '161.35.38.229', 1687762747, '__ci_last_regenerate|i:1687762747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f08aafa42a88e31f5218a86db028d0c2063958', '40.77.167.80', 1686837716, '__ci_last_regenerate|i:1686837716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f31e3aa142ed83785440eff3c744ee43618597', '17.121.113.156', 1655398115, '__ci_last_regenerate|i:1655398115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f3502c97e459fcd13de90c830b136bcff1c3d1', '114.119.133.82', 1686381262, '__ci_last_regenerate|i:1686381262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f6248418308226660aa7cbae0fad2a30fd17a1', '40.77.167.225', 1680607159, '__ci_last_regenerate|i:1680607159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f63343687b68ac61b6aca8da8222a0343cda7c', '190.56.55.27', 1662418806, '__ci_last_regenerate|i:1662418806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f86f0354973ab1f5c2bb7729ebd03b3172d339', '18.189.2.21', 1680308338, '__ci_last_regenerate|i:1680308338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f8dcd9c28d397487d916131329b592f2f4444d', '144.76.67.169', 1661938468, '__ci_last_regenerate|i:1661938468;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f9161af69f0cc58e54d9bf1eaddf275d9969e0', '157.55.39.208', 1686035616, '__ci_last_regenerate|i:1686035616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23fa2dca938ede51debdd4582695a9aeb2583d35', '190.56.50.8', 1658758706, '__ci_last_regenerate|i:1658758558;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658691548\";last_ip|s:11:\"190.56.50.8\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658758706;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23faa465f13840c7e87638679bd365c8be747a8e', '52.167.144.74', 1688453109, '__ci_last_regenerate|i:1688453109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23fd68eeca739bee0b3169d198b3ffc2531dee47', '190.148.252.183', 1681570836, '__ci_last_regenerate|i:1681570836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681568673;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23ff0c7ccb6f0c0062f36630c1848099cc44fac7', '82.80.249.158', 1668921135, '__ci_last_regenerate|i:1668921135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24005e1633a6986ccc5c6ba0320b89bcc63a0f9b', '93.158.91.224', 1667821669, '__ci_last_regenerate|i:1667821669;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24032279619c4b6cf2bef3b7810b8d2b9a029996', '51.195.90.229', 1650840435, '__ci_last_regenerate|i:1650840434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2403afb5243021e194069129fd8e839d915b6f9d', '200.119.169.175', 1669820906, '__ci_last_regenerate|i:1669820883;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669734883\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2404582080dd58e46c02a95bfb1e0dd9b8800738', '114.119.146.16', 1683353098, '__ci_last_regenerate|i:1683353098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2406724544a47c8164adea31c77566e4369f49cd', '40.77.167.60', 1671725780, '__ci_last_regenerate|i:1671725780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('240905e3dce4884a74a81099cf9dc248b7838c2c', '52.167.144.69', 1675822668, '__ci_last_regenerate|i:1675822668;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('240b1e80e420865d47a67d701e9bd3373f41581c', '190.148.158.151', 1677162965, '__ci_last_regenerate|i:1677162965;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677162188;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('240d7b16b8cae5b71cde801f4e61b0b0873323c2', '190.56.32.164', 1664560741, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664560741;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664560705;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('240e24228e97d3ec9043adf6ee6e5539b8068387', '17.121.114.132', 1654861193, '__ci_last_regenerate|i:1654861193;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241136f4733444877c77a4780b323057694bdf7c', '200.119.168.250', 1680801901, '__ci_last_regenerate|i:1680801901;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680801876;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241681724a8000f212d73f1fb58f7057834620c7', '52.167.144.89', 1679682708, '__ci_last_regenerate|i:1679682708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241699c952a40f476aa4e58a2e19f42b52a196f2', '190.148.157.53', 1683998235, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683998235;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683998092;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241833a438575c614a93fc02988872b8fe418dd1', '51.222.253.13', 1651185589, '__ci_last_regenerate|i:1651185589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2419101b29dcd776971e8d038e307c88242d93ca', '52.167.144.42', 1679414301, '__ci_last_regenerate|i:1679414300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241ac01ec299bffab10d9e25b3c7187b904ed62b', '40.77.167.63', 1672094103, '__ci_last_regenerate|i:1672094103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241cec4f8b1862277fc5802c63dc5dc61fc449c5', '190.148.252.111', 1677975281, '__ci_last_regenerate|i:1677975281;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677974961;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241d972d1dd54d0006703b67b6d05ff20605b9e2', '52.167.144.164', 1685619147, '__ci_last_regenerate|i:1685619147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241dd3ebf191072faf177d7d9d953a27c57b2d83', '190.56.49.237', 1665768125, '__ci_last_regenerate|i:1665768125;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665750466\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665767736;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241ef97bc53f0bc0826fd27b52037e287290afad', '207.46.13.106', 1670834727, '__ci_last_regenerate|i:1670834727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241f04173a2fefc95c8b1702e4bc297ec183f96c', '134.209.194.57', 1650935334, '__ci_last_regenerate|i:1650935334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('241f65c27967e74af234e02f694d852b73c8e877', '40.77.167.181', 1679977980, '__ci_last_regenerate|i:1679977980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24207dac5ced3b7e054758130c6988f6cc6537eb', '190.56.50.13', 1658190790, '__ci_last_regenerate|i:1658190782;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658178714\";last_ip|s:13:\"200.119.171.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658190789;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24209053d40da22886f0ffa09758bf180df26e82', '190.148.252.96', 1672955825, '__ci_last_regenerate|i:1672955825;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672955760;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2422d131235131faf59309974d6e009a4f7b42dd', '114.119.156.185', 1688218612, '__ci_last_regenerate|i:1688218612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2423f9bdc1134d885902c259f39d3590ce4621cb', '190.148.157.53', 1683728743, '__ci_last_regenerate|i:1683728743;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683728734;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('242415de1485eaa182fff95ca13217be58e42ca7', '190.56.32.32', 1686078619, '__ci_last_regenerate|i:1686078619;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686078600;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('242489918e281e88b876c90429a36a4d86931c86', '51.222.253.13', 1651005586, '__ci_last_regenerate|i:1651005586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2424be8af2324cf321912e3548bfaf44ad207e81', '52.167.144.98', 1686258851, '__ci_last_regenerate|i:1686258851;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2426f1580ef60be6eed2e0d56170e42f24543544', '40.77.167.63', 1671956144, '__ci_last_regenerate|i:1671956144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('242b8b15fdb506b7112ae56eb9f299919a9fa388', '190.56.55.113', 1673476432, '__ci_last_regenerate|i:1673476432;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673476285;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('242bd287b18132290b423b10f66a96d28234e763', '200.119.173.78', 1682948267, '__ci_last_regenerate|i:1682948267;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682855442\";last_ip|s:14:\"200.119.173.78\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682948261;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('242c01e23ceef3a646bc77430efa2054a25c2b29', '40.77.167.146', 1687911607, '__ci_last_regenerate|i:1687911606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('242efea2267ccf8231833d1c4de8f0eba6444fc3', '190.148.157.53', 1683924683, '__ci_last_regenerate|i:1683924683;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683921812;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2430f255d5fb556b55137447a4bb1ecbbdcaf4b7', '107.178.203.149', 1674372895, '__ci_last_regenerate|i:1674372895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2431fd8a4a7b93b35398344115591604f8359e23', '154.6.25.13', 1667549135, '__ci_last_regenerate|i:1667549134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24394b0b7d5f69a408c1e52cb73111ffdcdbe097', '17.121.115.3', 1658005231, '__ci_last_regenerate|i:1658005231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2439c2c358bac3eed54ed56367327522024b742b', '138.68.173.4', 1685277453, '__ci_last_regenerate|i:1685277453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('243acce0f0a98d23c001902659575896f3b7af9f', '147.182.171.81', 1650861185, '__ci_last_regenerate|i:1650861185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('243c7e39f94e621805a3eb356623dbb01e7a855c', '40.77.167.133', 1683802794, '__ci_last_regenerate|i:1683802794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('243d8238085ae91be7c4a7e0ea56b92a5699bba6', '40.77.167.182', 1683192189, '__ci_last_regenerate|i:1683192189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('243e1370dab7e1a683c06b93236f4c4efc543bec', '200.119.168.250', 1681051336, '__ci_last_regenerate|i:1681051336;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680954199\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681049403;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('243ecd75204dbdf6f9d117fb11a726b6ac4a50e3', '52.167.144.70', 1688113986, '__ci_last_regenerate|i:1688113986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24410f1282531285c1c5c6154e3a9a074904de7a', '190.56.32.32', 1686072845, '__ci_last_regenerate|i:1686072845;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686072842;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2443005c9e31bdbf52aabb2623476f59e7d67af6', '52.167.144.171', 1685685207, '__ci_last_regenerate|i:1685685206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('244439b4e8b705e360282cf8b0367475c829ac93', '52.167.144.98', 1685401298, '__ci_last_regenerate|i:1685401298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('244618ea2f67472287ca76e2e384b7fb6c72a394', '52.167.144.164', 1685649686, '__ci_last_regenerate|i:1685649686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2447972e8417dbc513666978b78f95d09ebdf73b', '52.167.144.82', 1687655226, '__ci_last_regenerate|i:1687655226;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2448986e0ead3e7b6bb08a7eb0968004c8ccd836', '54.36.149.104', 1679124566, '__ci_last_regenerate|i:1679124566;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('244f17b365cc96ea28bed0abf1202c7bc58d6188', '190.148.252.116', 1653415190, '__ci_last_regenerate|i:1653415190;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Tv6NPQsY4Rbg9Chl2jZx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24548434cf87ce1ddbe6f28636942019c76c6dcd', '114.119.156.9', 1685253659, '__ci_last_regenerate|i:1685253659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24553adb35fc817fac980271029c04e31fe6f57a', '52.167.144.98', 1685410383, '__ci_last_regenerate|i:1685410383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2455c6f2605564224548f825bcda3211c6dd8bc1', '150.147.198.180', 1650878938, '__ci_last_regenerate|i:1650878938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24564bb63de94eede6d83c289bbebfcfa6a9f904', '52.167.144.70', 1688283070, '__ci_last_regenerate|i:1688283070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2456eb5219b137912c1f056ec6726269b97a03e2', '190.148.252.73', 1664824700, '__ci_last_regenerate|i:1664824700;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664824678;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2457c2753a5421a7f575ae6b17f9c3a13c5c0123', '190.56.173.213', 1683115830, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683115830;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683027149\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683078805;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24591269de8ad1a4d0179b7b688447cb7b2b0e27', '17.121.112.12', 1659911659, '__ci_last_regenerate|i:1659911659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245bae3d6a535b3314a9c516a44af9dd90f378a6', '66.249.74.107', 1684461684, '__ci_last_regenerate|i:1684461684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245c797e0a6d125d12cf3387df51d0bacdbd5bad', '51.222.253.8', 1666450113, '__ci_last_regenerate|i:1666450113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245d7c547142282ea199aa14fa46b80bccd152d3', '74.208.2.230', 1684500931, '__ci_last_regenerate|i:1684500931;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245d8c4785092b076b6025aaf3228fcf12dca217', '17.121.114.11', 1659431597, '__ci_last_regenerate|i:1659431597;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245ddf9b8890d5416eb7e6f30f028165a10cbf98', '52.167.144.154', 1687583636, '__ci_last_regenerate|i:1687583636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245de584864bb74953a1cb8305030c294f0e9416', '190.148.87.164', 1667923107, '__ci_last_regenerate|i:1667910225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667850837\";last_ip|s:15:\"190.148.252.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667923107;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245e81bb32fd0b627f429b501f16aee7b6e1bda5', '207.46.13.11', 1669419438, '__ci_last_regenerate|i:1669419438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245e9c2c341a92f562caf79bded98c21eb06c6fd', '190.56.49.237', 1665680154, '__ci_last_regenerate|i:1665680154;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665680148;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245ef8d26963267af560568f770ce5cddea44094', '157.55.39.79', 1657077320, '__ci_last_regenerate|i:1657077309;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245efba42e8c55919e3e91679a2975de0b9cfb73', '190.148.87.6', 1668384783, '__ci_last_regenerate|i:1668384783;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668384521;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245f4207a5fe4f74ae1c9d390b67e6d7061ea74e', '200.119.170.30', 1660237825, '__ci_last_regenerate|i:1660237825;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660231740\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8Okgy9KHAZzRpxniGt2B\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245fe95ef608995965d3cbcda96485d8213f7de9', '114.119.158.203', 1684949378, '__ci_last_regenerate|i:1684949377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2462da93ac9b02815d5cc1fef4cf66bac8634216', '40.77.167.202', 1687441280, '__ci_last_regenerate|i:1687441280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2464c90ad127d6750bb95f7668cc355e667dacb7', '52.167.144.171', 1685388462, '__ci_last_regenerate|i:1685388462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2464fa167235cc71425694cb7e25e284d2350ce0', '40.77.167.102', 1671322272, '__ci_last_regenerate|i:1671322272;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('246558772cf0e7f062f9747bc6833f9c62f60131', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24660282e50c48119ec9383e147f27d497bd5bf4', '52.167.144.162', 1682316424, '__ci_last_regenerate|i:1682316424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24662d77d2491c0d7cf1789608f2ca01563d8287', '51.222.253.8', 1685953789, '__ci_last_regenerate|i:1685953789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2466c0cda23b5584a74ab37ea5120842f6d27218', '51.195.90.229', 1650840371, '__ci_last_regenerate|i:1650840315;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2466c7785bebc34d9f31b9d6bb09b5d7e03858a7', '121.4.238.122', 1658925839, '__ci_last_regenerate|i:1658925839;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('246bc4132ba0f34c674501d59f1ade3aab2ac621', '40.77.167.169', 1675611974, '__ci_last_regenerate|i:1675611973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('246bcb6a9cb019901851593ceebc656d32a474ed', '81.36.129.175', 1656522927, '__ci_last_regenerate|i:1656522927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('246d5471373ec57c07cc6ea3e55972be829389d2', '74.208.2.218', 1672815802, '__ci_last_regenerate|i:1672815802;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('246db6a48eb2a9d8507f531fcea687a7435a4937', '190.56.32.243', 1684787677, '__ci_last_regenerate|i:1684787677;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684787626;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('247215081013e7704807765b619b32beebfd0af5', '190.148.157.8', 1677864878, '__ci_last_regenerate|i:1677864878;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677863754;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('247237d9571ddf9e0f63726942aee04eda8d95c8', '207.46.13.205', 1671347494, '__ci_last_regenerate|i:1671347494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2475ee90532a99016f3e44a93441ccd38810ca5f', '17.121.112.226', 1652285492, '__ci_last_regenerate|i:1652285492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2478baf72edd4269aab74b62ddbc75589b8b8e14', '146.59.52.85', 1683294927, '__ci_last_regenerate|i:1683294927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2479d899d291cb89861e4763a04806aada103850', '207.46.13.189', 1668367034, '__ci_last_regenerate|i:1668367034;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('247a6eb1260edc448e88694c3610844d584cbdf7', '190.148.252.96', 1673141547, '__ci_last_regenerate|i:1673141547;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673140674;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('247adac3bc379a760b44326a048f916201a3e26b', '190.56.54.156', 1665150375, '__ci_last_regenerate|i:1665150375;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665149005\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665150341;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('247d2dc27221a5aa678ed9c23fab097944bc4f4b', '66.249.77.135', 1684647079, '__ci_last_regenerate|i:1684647079;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('247f1f6eee1efc2cd69f561e20bd542b44c0e461', '190.148.252.233', 1668894514, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668894514;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668894286;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('248065f089a3d52a8de37fa938efaf590c7ebf75', '17.121.114.20', 1656694346, '__ci_last_regenerate|i:1656694346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2480984e6ff6de6c3c6c8495bf279bdeb65f7925', '190.56.55.48', 1687266572, '__ci_last_regenerate|i:1687266572;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687266563;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2482a3d9c3567c2fe8f1de9123e668937716fbf9', '207.46.13.217', 1684131950, '__ci_last_regenerate|i:1684131950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2483652a76fde6376d1b4a2938652b7f7bea752a', '40.77.167.11', 1674161952, '__ci_last_regenerate|i:1674161952;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2483e5f13b5b77358bbf51c4ec1a7b993397905c', '191.102.154.171', 1654970073, '__ci_last_regenerate|i:1654970031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24848c9f235d21065d9fce22978ccbb933ad0779', '65.21.206.43', 1651946765, '__ci_last_regenerate|i:1651946765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24849ed0a137a736a01b05081d942f1c14e047eb', '51.222.253.4', 1658373420, '__ci_last_regenerate|i:1658373420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2485572cb7010f2171fb3496cc682b7dd126336c', '40.77.167.189', 1680920540, '__ci_last_regenerate|i:1680920540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24861a4e3d455293f01227d53f2582b117c605a4', '54.36.148.211', 1685959445, '__ci_last_regenerate|i:1685959445;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24863fdf2902ec6e8cb6a0f8d500f40f01c2ed31', '3.21.158.231', 1684627135, '__ci_last_regenerate|i:1684627134;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('248911f4174245844a5fd7a0684e0b337e788789', '200.119.170.168', 1670531744, '__ci_last_regenerate|i:1670531744;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670531019;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2489ee805e68204786f5afb2457af95a81b9504d', '200.119.172.60', 1674955764, '__ci_last_regenerate|i:1674955764;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674955757;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('248a447fd53dad9dbc5e428296b87f3e80f12d8f', '52.167.144.98', 1684132475, '__ci_last_regenerate|i:1684132475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('248b7e187056d901db8f70da1cf5b8df6fdb4405', '93.158.90.70', 1663652070, '__ci_last_regenerate|i:1663652070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('248ca9b11c646bf1efe47c3efa3823a44724c7fd', '147.185.238.53', 1653389175, '__ci_last_regenerate|i:1653389175;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('248f229f0ccc7ad99557036f90932fd3e4fbae6a', '114.119.140.44', 1686607084, '__ci_last_regenerate|i:1686607084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('248f97eea23dfe8b799865af6f7c318b522c5223', '190.148.87.182', 1679856690, '__ci_last_regenerate|i:1679856690;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679856380;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('249038fafb8de259df647b034ff637ec7253c058', '190.56.32.162', 1686320365, '__ci_last_regenerate|i:1686320365;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686319852;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2490b5226887b1b09f609755f6271d598f41646f', '17.121.112.51', 1661475407, '__ci_last_regenerate|i:1661475406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('249214ac5f7c62e2df651cbba5c33fe95d4de520', '207.46.13.211', 1679621063, '__ci_last_regenerate|i:1679621063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24929d5f6c6d7de46d95662c30c70bb0cb20f791', '51.222.253.17', 1686648547, '__ci_last_regenerate|i:1686648547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24930c6ce5df06e00639b7933ee61e11739057ef', '190.56.173.213', 1683493584, '__ci_last_regenerate|i:1683493584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683493459;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('249339a05ebdb2a1baaa13edc81379137cc2ac79', '52.167.144.26', 1682438125, '__ci_last_regenerate|i:1682438125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24938561b0fefb0307fd55832503422f7f25bc50', '92.119.36.84', 1688537821, '__ci_last_regenerate|i:1688537821;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2493a8430ed3b71588f0bfe9caf2108d0246869f', '200.119.173.137', 1661870031, '__ci_last_regenerate|i:1661870031;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661822071\";last_ip|s:13:\"190.56.50.120\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661870019;register_id|s:2:\"88\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 08:23:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2494e3ecb0382bf116fc8a2d6e749e2eff8fb8fe', '207.46.13.154', 1670806750, '__ci_last_regenerate|i:1670806750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2498c309b3678363f7f23c1a57ed55288e8c119e', '190.148.252.96', 1673035506, '__ci_last_regenerate|i:1673035506;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673035483;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('249968ff2af338e8c5363e95bb5f74d25cebbc75', '52.167.144.82', 1687333363, '__ci_last_regenerate|i:1687333363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2499fe517f9167cb98b3f3ea2fa06469d18a812c', '52.167.144.162', 1686202604, '__ci_last_regenerate|i:1686202604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('249a1c6c4773da8268e68206d4a93324c47613a2', '141.147.45.186', 1654372140, '__ci_last_regenerate|i:1654372135;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('249b6343ce2a199e2ec97357bb095a9eee52c937', '190.148.252.73', 1664817225, '__ci_last_regenerate|i:1664817225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('249b8a5afc181c8f52012c0ce487e1352e85ab2e', '54.36.148.159', 1663232502, '__ci_last_regenerate|i:1663232502;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('249cac5eb41762d5f716f2603d35e784b3e0574d', '114.119.158.142', 1686485600, '__ci_last_regenerate|i:1686485599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('249d510ffb68add4a8df376e30be6e64bbebaa03', '164.92.117.240', 1672462029, '__ci_last_regenerate|i:1672462029;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24a1bbc423d8558d50d83b94d474457d02434c93', '190.56.173.136', 1687983028, '__ci_last_regenerate|i:1687983028;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687982388;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24a1cb5fcb760f28e0a623e8c0c49435d1a0847a', '207.46.13.130', 1660568489, '__ci_last_regenerate|i:1660568489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24a31a53b8c2cc291dbf16b434c43f11dd26607a', '54.36.148.56', 1687192475, '__ci_last_regenerate|i:1687192475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24a41a7cbd40a7ac26dc00f6d2b3e4e9e445a1fd', '137.226.113.44', 1670534550, '__ci_last_regenerate|i:1670534550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24a502f0ef23b2bec9d723c7bc0fd0b650a7548d', '114.119.131.97', 1687981806, '__ci_last_regenerate|i:1687981806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24a58dd49d9b9a12f4397a364e0e1789d6edd62a', '190.148.252.96', 1672961586, '__ci_last_regenerate|i:1672961586;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";last_activity|i:1672951621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24a6b9164883e83f39827b779c8f912745b727a1', '54.36.148.35', 1673195699, '__ci_last_regenerate|i:1673195699;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ab4565cbf4b37327b5ad14a153a11b5595626a', '111.7.100.23', 1650976208, '__ci_last_regenerate|i:1650976208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ac6e75f996ab5234fbe66e5b51368a10f8cdcd', '190.56.173.251', 1651944658, '__ci_last_regenerate|i:1651944658;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24aca7abc41cfb9a49a4c7c0ffbc106733d04d4d', '51.15.22.197', 1659711031, '__ci_last_regenerate|i:1659711030;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ad2a16737307b9a0dbffa81c194ae33213c3b2', '157.55.39.253', 1682936426, '__ci_last_regenerate|i:1682936425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ade0b01f8caca5d79f05e47e646d6920f1f5af', '51.158.74.117', 1682466436, '__ci_last_regenerate|i:1682466436;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ae5f65873ed795848f5d29cf546b259749be0f', '207.46.13.229', 1683473873, '__ci_last_regenerate|i:1683473873;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24b0a13e0f3d6cec552bc5fd1fdfdbe584ef9fe8', '114.119.143.18', 1688247068, '__ci_last_regenerate|i:1688247059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24b2e696c241f3dd7c5c414761dedb6c7403b352', '190.148.87.96', 1678367374, '__ci_last_regenerate|i:1678367374;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678367354;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24b314d748474e7db8dee1f4bf038be7e322413c', '157.55.39.69', 1672157241, '__ci_last_regenerate|i:1672157241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24b4a5bd842b96bbd4dde27f44e46698ed007f4d', '190.148.157.80', 1669243949, '__ci_last_regenerate|i:1669243949;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669236506\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"XhUgQZltsM5DSfrdnvpe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24b4c7912ae1dd343b83202741070d2342821026', '190.148.252.96', 1673193192, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673193192;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673193134;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24b635e5ed3b922bd3a8766900bb33b49509c2ff', '157.55.39.144', 1665396687, '__ci_last_regenerate|i:1665396687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24b78be5aeb2c14f96314f609ba5867e40731e47', '40.77.167.181', 1679897146, '__ci_last_regenerate|i:1679897146;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24b7a64e934b0899ea530ed5bc25e8d93599a2b2', '157.55.39.216', 1676534811, '__ci_last_regenerate|i:1676534811;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24b8aa8257eacb9c0dcbb7251933f637a6d02934', '40.77.167.49', 1666175241, '__ci_last_regenerate|i:1666175241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ba4d63da9b6c9e33389c0bfdad30c5f78dae69', '51.222.253.11', 1673815141, '__ci_last_regenerate|i:1673815141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24bcf83fe6ac0d37ffa0362fc376f698721b54d1', '18.206.55.48', 1652846888, '__ci_last_regenerate|i:1652846888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24bd5bea1d2571dc366848ee478fc35118917d1e', '40.77.167.175', 1680191164, '__ci_last_regenerate|i:1680191164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24bf0cf44a31062a114097dd0e2b64c6db5f615c', '17.241.227.89', 1675764588, '__ci_last_regenerate|i:1675764588;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24c110dfcca332cf33f29c27f3e8e32dc7b1ef2f', '200.119.170.212', 1665884898, '__ci_last_regenerate|i:1665884898;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665884859;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24c1ef1ffdc7dfc6e28833c6a326be5be55d939a', '82.80.249.158', 1668921144, '__ci_last_regenerate|i:1668921144;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24c248f86740351c7217382e2d586172a4f132b5', '114.119.143.247', 1687123257, '__ci_last_regenerate|i:1687123257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24c5badb7d920502347a604011556751bd4299b2', '157.55.39.55', 1661549249, '__ci_last_regenerate|i:1661549239;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24c81db1af889f9b4cf1fb7f52b3eb1b6d631fc3', '201.216.168.213', 1688226344, '__ci_last_regenerate|i:1688226344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24c8872e8bd8e20f4162ee762fd612b6c7056bd1', '207.46.13.154', 1671597843, '__ci_last_regenerate|i:1671597843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24cb6c1a18ef7e73aeef4a909154d0a533ffafce', '200.119.173.130', 1675811494, '__ci_last_regenerate|i:1675811494;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675811373;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24cc3ae625e64cc6647ae60f5cd311318fdc0f10', '193.201.9.12', 1655454353, '__ci_last_regenerate|i:1655454352;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ce9f229a8bd7c44ec0ae022212882be0c1207f', '51.255.62.11', 1650694604, '__ci_last_regenerate|i:1650694604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24cfbc5a545209c0926691eba6a07fe1b8a3923b', '114.119.141.40', 1687998005, '__ci_last_regenerate|i:1687998005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24d08471634d2d3f3ea9cb8efe468b294c33ec97', '52.167.144.82', 1687463734, '__ci_last_regenerate|i:1687463734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24d2035ded3574c47c35c21572bd09a0b0fcb6bd', '5.188.62.76', 1656386321, '__ci_last_regenerate|i:1656386321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24d24d90d8dc02d50d1daff2f6a67375c70bfa55', '190.56.50.253', 1682617983, '__ci_last_regenerate|i:1682617983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682617977;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24d43350d4ce8e26580b15049bd26170ad348f22', '200.119.168.250', 1680717565, '__ci_last_regenerate|i:1680717565;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680716631;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24d595830ea852d426dea408f376c164d553bbfd', '54.200.52.250', 1684386974, '__ci_last_regenerate|i:1684386974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24d61dc7d92311807f218ae0587a5f1f2267069f', '207.46.13.154', 1670481456, '__ci_last_regenerate|i:1670481456;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24d707e89bcf65f287b35e8146b1685a1c2f4616', '18.222.207.164', 1685810458, '__ci_last_regenerate|i:1685810458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24d8e6aaebd701b9a5e8486baaf9db44aaf47f70', '54.201.184.191', 1656595863, '__ci_last_regenerate|i:1656595863;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24daa94c0d1db0b85f40a4be4e9e83984a0c9df4', '190.56.32.170', 1651159463, '__ci_last_regenerate|i:1651159463;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651090063\";last_ip|s:13:\"190.56.32.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24df462fe2698c7e858052c0a86bcdac3e2b4a80', '52.167.144.76', 1682312907, '__ci_last_regenerate|i:1682312907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24df9138344c8b18c9182108505f72ac3178138f', '185.27.99.130', 1662866732, '__ci_last_regenerate|i:1662866732;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24dfc748d8d7721c797e2be2e186ce3ea9da5a90', '114.119.136.190', 1685409546, '__ci_last_regenerate|i:1685409545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e2e6ff27a2fe778fafd711cba94044934b2037', '165.22.53.146', 1653599989, '__ci_last_regenerate|i:1653599985;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e2f4adac386b3e7a06f806de4811df6220d591', '114.119.151.9', 1687888006, '__ci_last_regenerate|i:1687888006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e3b82e5abe6f3e931710591a910d8f8ff14a64', '114.119.146.208', 1686855062, '__ci_last_regenerate|i:1686855062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e635e94e5e965df2aecfd82e647acad88a8b3d', '157.55.39.65', 1662468951, '__ci_last_regenerate|i:1662468951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e801323809c3f2f321633a44a435f95686a60f', '200.119.168.250', 1680972510, '__ci_last_regenerate|i:1680972510;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680972026;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e82fb00c7f6b8946f0615c777293aaa39f1b77', '157.55.39.51', 1668682873, '__ci_last_regenerate|i:1668682873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e8cadab15cd5288eb3c356c73d0cbc5ec0fc3a', '207.46.13.41', 1671283708, '__ci_last_regenerate|i:1671283708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e9a07f9b43789b8a70ccd947db0e684df0ba3d', '5.188.62.140', 1653320854, '__ci_last_regenerate|i:1653320851;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24eb11c7bbab1dbfd99818cc6bc278ae44cc1fdb', '52.167.144.63', 1687144547, '__ci_last_regenerate|i:1687144547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ec4923b3a3c526469fad265bae064f6038d77d', '200.119.172.96', 1675370512, 'requested_page|s:27:\"admin/sales/modal_view/1525\";__ci_last_regenerate|i:1675370512;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675352351\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ecaacb4d066b5d8d5482dce1927dc3fcbb372a', '190.148.157.88', 1668545986, '__ci_last_regenerate|i:1668545986;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668545842;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ed8c304f9a5212fc54f6f28a54ec28b0d6de4e', '200.119.172.95', 1659480479, '__ci_last_regenerate|i:1659480433;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659444849\";last_ip|s:13:\"190.56.51.188\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659480478;register_id|s:2:\"61\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:36:41\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ed99b5b47c238d121e9a82067f71aec27cf2fe', '200.119.173.107', 1686788908, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686788908;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686788651;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24edcb30f49b6eb82efef4ae156743537d118bc2', '51.222.253.3', 1657049950, '__ci_last_regenerate|i:1657049950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24eddc1f4c24be8be5180b4b51d497ec4ef0d8c0', '190.148.157.184', 1651853005, '__ci_last_regenerate|i:1651853005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ee33b9f34bb2cb0a3d15ea1b3209657c9e9bc1', '66.249.72.208', 1660061188, '__ci_last_regenerate|i:1660061188;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f17debcb8e9d955b482a03f46bbc03eaf3b849', '114.119.143.119', 1688133811, '__ci_last_regenerate|i:1688133811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f1851fed33840638e89d1484e04faf716fb5b6', '157.55.39.46', 1673056527, '__ci_last_regenerate|i:1673056527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f23c9b373c952c7a8cef847c019b23084d2033', '157.55.39.147', 1671931591, '__ci_last_regenerate|i:1671931591;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f277dc1eb5646dcd1299f3ffa086add891091b', '157.55.39.227', 1688472076, '__ci_last_regenerate|i:1688472076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f4ab6f77eefee859638ea576d78808b34a32c0', '54.36.149.56', 1656525274, '__ci_last_regenerate|i:1656525274;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f5a4d92c6c3b560ca4f3e1239181c4046d13b2', '190.56.51.144', 1687109209, '__ci_last_regenerate|i:1687109209;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687109198;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f69dcff3d08f27614e6738ed9576061d6011b0', '5.188.62.76', 1659512524, '__ci_last_regenerate|i:1659512524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f743cba66acf3426c2f2a69638a787d16dd1d4', '190.148.252.96', 1673098465, '__ci_last_regenerate|i:1673098465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673097956;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f82da9899d2a869e7c93af3193ef91d3fe4eee', '207.46.13.11', 1668631626, '__ci_last_regenerate|i:1668631626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24f8e22d9c75ac627782427a66b528f3f017fd40', '194.163.134.40', 1658220483, '__ci_last_regenerate|i:1658220483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24fb5e6358359a24de998148ac526c8c89e439f8', '40.77.167.101', 1682067262, '__ci_last_regenerate|i:1682067261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24fc8edf78f393aae57a8171b546c5ab107b8d99', '51.222.253.2', 1654496224, '__ci_last_regenerate|i:1654496224;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24fca0175541333b06423898d29b73d2b077e0a6', '190.56.49.237', 1665788064, '__ci_last_regenerate|i:1665788064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665788061;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24fece16736aea6a03ef065ded0dceedcf8939e4', '40.77.167.30', 1656680742, '__ci_last_regenerate|i:1656680732;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ff00082c286b6ef719f36f28500e3689e551f1', '8.36.86.63', 1682471967, '__ci_last_regenerate|i:1682471967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ff3706ad9c0a275e944103dcf45af01cdabcb1', '54.36.148.82', 1661843119, '__ci_last_regenerate|i:1661843119;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ffac33b3211c3511b31b929c7a83e597b0f31a', '190.148.252.116', 1653417826, '__ci_last_regenerate|i:1653417826;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GM5E7xukS936VLszyTaY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ffbab991f5b6899b10e2476053b7852a8b8151', '52.167.144.162', 1686100749, '__ci_last_regenerate|i:1686100749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25006f89a7a2f65bb2d76a00da7202b61eba74a7', '190.56.50.15', 1666997776, '__ci_last_regenerate|i:1666997776;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666903179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"3DJX5HLoqN8k7tdsv29A\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2502426e2d175244efc76618d120a92cccd1a550', '157.55.39.173', 1670600253, '__ci_last_regenerate|i:1670600253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('250301dc32ac443669f1454c9fe01c45076b9ff6', '190.148.158.175', 1672333512, '__ci_last_regenerate|i:1672333512;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672333504;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2504d03b9a560201cef55954cc6a3d99db70df19', '40.77.167.43', 1653673757, '__ci_last_regenerate|i:1653673748;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2504e7bb401592239699faf8592a3e2b36345032', '157.55.39.227', 1688472076, '__ci_last_regenerate|i:1688472076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25057e84f237828be0b21f6ad34c7e5b80564bd9', '190.56.32.35', 1671981586, '__ci_last_regenerate|i:1671981586;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671980445;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2505a47bfc891aa1ca95ae169e3e44ea5080aa8a', '34.208.164.159', 1675689447, '__ci_last_regenerate|i:1675689447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2505ce401adfcdf55a89887d53322d5d719203bb', '40.77.167.56', 1673199810, '__ci_last_regenerate|i:1673199810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2509f75e623c91f4b46959fd2b0c876b5d70e54a', '207.46.13.44', 1673079281, '__ci_last_regenerate|i:1673079281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('250b2f9261bfc86dc59959c8330cd68b663dd39f', '144.76.68.17', 1683713126, '__ci_last_regenerate|i:1683713126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('250b716418e95b86de6242bf2861090549177c1a', '20.213.149.10', 1651012358, '__ci_last_regenerate|i:1651012354;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('250c1cc0493e3b38ffc96f144d4b1c7203e03c04', '40.77.167.182', 1683543227, '__ci_last_regenerate|i:1683543227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('250c803c4ee716cc20e54c3502bfc7be98e2042a', '114.119.149.252', 1687272264, '__ci_last_regenerate|i:1687272258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('250e4e93d46c2feb286a5d7b72daf4a82e9f6385', '190.148.158.151', 1677366289, '__ci_last_regenerate|i:1677366289;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677366272;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25105229853bc1c4c80e2caba3ddac4443d49779', '157.55.39.253', 1682769948, '__ci_last_regenerate|i:1682769948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('251065cc858e36ab128bb5426e779172579c733d', '114.119.140.47', 1687546113, '__ci_last_regenerate|i:1687546113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25129620767efb26606bcb258db9a0c7e3baf7b2', '157.55.39.144', 1666607389, '__ci_last_regenerate|i:1666607389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25129ace7b553c4d567ec326ed32db6238a2bb9b', '51.222.253.14', 1673634547, '__ci_last_regenerate|i:1673634547;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2512bed8a03fbc211849c42e0844e24e4e35e0f8', '54.36.149.96', 1687888791, '__ci_last_regenerate|i:1687888791;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2513ec16dec40142be19e02272722b6bc12cd899', '114.119.151.168', 1688585633, '__ci_last_regenerate|i:1688585633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25143e743781e9c4c8ba00ba9afd46c32abac405', '52.167.144.42', 1679411896, '__ci_last_regenerate|i:1679411896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25173ed3846a3b8ad0980d94af791f29babce776', '114.119.137.31', 1685143667, '__ci_last_regenerate|i:1685143667;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('251931d74780f49e234534de2625a3a3817f01bb', '95.177.174.212', 1651267996, '__ci_last_regenerate|i:1651267996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2519e607414b4aeeea31fd5d30d3f66cbcaac1e5', '200.119.168.250', 1680887974, '__ci_last_regenerate|i:1680887974;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680887139;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('251a915d081855b3788ff2ed6e98cbeb5bb00f99', '114.119.145.36', 1685624452, '__ci_last_regenerate|i:1685624451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('251b02f03271a74bfdf25217e506116001810293', '40.77.167.13', 1657003579, '__ci_last_regenerate|i:1657003568;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('251b2cc759a26610d6d6bb82950759fbf44526e4', '114.119.132.192', 1684145842, '__ci_last_regenerate|i:1684145842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('251b63e150fc1ed88fd5c4beb07b0b0d8b51868a', '190.148.87.182', 1679753480, '__ci_last_regenerate|i:1679753480;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679752430;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('252080576d3ea4fef6436c6d38b1619a45f1a184', '51.222.253.10', 1658452716, '__ci_last_regenerate|i:1658452716;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25220250bf4c60192d93387d63bd6d1c34ddecac', '190.148.157.183', 1680559417, '__ci_last_regenerate|i:1680559417;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680558739;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2524e3580b0e0292f07911a42bc50d9b8a83663e', '114.119.153.215', 1688272872, '__ci_last_regenerate|i:1688272872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2525076be7ff6b76e6299f33a704100ecfbcaeb4', '190.56.173.213', 1683209609, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683209609;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683148367\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683209084;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25260db002cf0860199493c4ac0b0bb76368ff1e', '190.148.252.151', 1671146114, '__ci_last_regenerate|i:1671146114;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671144815;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2526dd2d5835a8c6ca34d1fb68bd8d3cf3eea2e3', '93.158.90.136', 1670706273, '__ci_last_regenerate|i:1670706273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2526f90739010f6e3e2e30a700e3fd10eed0fbcd', '157.55.39.179', 1671972172, '__ci_last_regenerate|i:1671972172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('252775be5c0931869ec2d50d1847369ec4f14675', '54.36.149.107', 1672048593, '__ci_last_regenerate|i:1672048593;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2527aa07a03b4405d15c46635ce2fa0c19339fab', '52.167.144.162', 1687203716, '__ci_last_regenerate|i:1687203716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('252bafd2dd49ea4e2d83fe46f7ddd6279dbe9c12', '52.167.144.70', 1688162344, '__ci_last_regenerate|i:1688162344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('252c46947782064045f5094c9e91163e6a716642', '51.222.253.1', 1685565782, '__ci_last_regenerate|i:1685565782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('252c484dd66348b44638b25ba698ea982a441ff7', '200.119.174.9', 1674227114, '__ci_last_regenerate|i:1674227114;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674227064;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('253085ac29f094a560b1005de0cc7cd15d650e19', '54.37.233.116', 1650851898, '__ci_last_regenerate|i:1650851898;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2531981e234c156520533be1da5b2714384b5e0d', '52.167.144.171', 1684570388, '__ci_last_regenerate|i:1684570388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('253220be6a6618cd1b7155465011b876497527b8', '52.167.144.28', 1679349848, '__ci_last_regenerate|i:1679349848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2534c11750762e22dc2636554a8da93a51e31795', '54.36.148.197', 1657972551, '__ci_last_regenerate|i:1657972551;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25351c20765f997cc2af1f27f8050d3a397e4713', '52.166.174.122', 1658744475, '__ci_last_regenerate|i:1658744475;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('253734f8ed345b86debb2a7c09d1b6e914802e80', '114.119.131.253', 1684109149, '__ci_last_regenerate|i:1684109149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2538892fad192863c5e4e7093749df071d95c7b9', '205.210.31.132', 1656470084, '__ci_last_regenerate|i:1656470083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2539764313bdf255c8289e337cab57637961bc9b', '40.77.167.97', 1654339409, '__ci_last_regenerate|i:1654339409;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2539f6e7421abe3f0d31f0f0eb184d492a5f0ac3', '93.159.230.89', 1683806454, '__ci_last_regenerate|i:1683806454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('253e99072e7a9e82b89ad21fdd050ccb1d44c077', '207.46.13.205', 1671597868, '__ci_last_regenerate|i:1671597868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('253ec6362f192f77839ae2a57eeae114aa13a968', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25430375ac1d98e0dc987edc24634471973b62d6', '190.148.252.151', 1671066071, '__ci_last_regenerate|i:1671066071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671065876;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25433ba757df32cc450cbd5626f1b43c764a4f9f', '17.121.115.47', 1661834445, '__ci_last_regenerate|i:1661834445;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('254502f2b3bef1285297bc98747e63decab8ee32', '190.148.158.69', 1685457540, '__ci_last_regenerate|i:1685457540;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685457534;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2547b2374d8694320b8a36de0d7392bcbe93c437', '114.119.146.77', 1688010283, '__ci_last_regenerate|i:1688010283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('254851457bff73702b037785806b38328dc8cdf1', '200.119.170.137', 1668712636, '__ci_last_regenerate|i:1668712636;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668712634;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2549ec610715e9c11371551a4e2f3f2ad6e74622', '207.46.13.230', 1657688734, '__ci_last_regenerate|i:1657688734;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('254a7c1ca09ab06f1098cdd91af032bb77751ff8', '104.131.94.170', 1657274120, '__ci_last_regenerate|i:1657274120;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('254bbfd3f6cf88c7120246186c2300da1bc9ecdb', '40.77.167.45', 1670375202, '__ci_last_regenerate|i:1670375202;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('255088eba80f8fc80000b4119b18c89b139f785f', '207.46.13.41', 1664321660, '__ci_last_regenerate|i:1664321660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25524e0e9f662053536466388625c5f7b2c45ad0', '157.55.39.227', 1688505776, '__ci_last_regenerate|i:1688505776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2556fd25f199432dd0c798a9f9f3db488f3df318', '40.77.167.49', 1665965770, '__ci_last_regenerate|i:1665965770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25586847e576b469e4f403e6c32649e332303034', '157.55.39.147', 1672390023, '__ci_last_regenerate|i:1672390023;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('255a50190dde5cb5e4b7f7eea6c24e862d05846c', '40.77.167.133', 1683842371, '__ci_last_regenerate|i:1683842371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('255aae68918c83b9d66736fcc3874c2e16c1ad44', '40.77.167.175', 1680101826, '__ci_last_regenerate|i:1680101826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('255c7404049e4af6b9dfbb54b9670ef3c9aec12c', '190.148.252.96', 1673201195, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673201195;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673201189;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('255d44f41b3091f50d9429c47414ae48ca45e278', '52.167.144.164', 1684315757, '__ci_last_regenerate|i:1684315757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('255d6364e69736a5b0831f232f949ea52811d4ca', '207.46.13.160', 1674017527, '__ci_last_regenerate|i:1674017527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('256110538db1ca497d38d2be60f543824cc42d9f', '51.222.253.10', 1650928148, '__ci_last_regenerate|i:1650928148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2561ce12963fdc8f07c3e214cdb6e259c160d26a', '190.56.55.48', 1687305599, '__ci_last_regenerate|i:1687305599;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687305596;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2562eb9404efdc3475661c48a598c166e17f9259', '190.148.158.151', 1677425163, '__ci_last_regenerate|i:1677425163;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677425150;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('256483ad96be0ebc732a2807972cd7c8c1c2705a', '188.166.238.199', 1654748287, '__ci_last_regenerate|i:1654748282;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('256653429d5f8852aa83d1a1f8f760b742873021', '52.167.144.171', 1684315727, '__ci_last_regenerate|i:1684315727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('256680d4c1e3aeee51598629b07af385aeceac0a', '52.167.144.98', 1686568285, '__ci_last_regenerate|i:1686568285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2566918283e5a910d9c87394e9cf0eada4548a89', '162.43.237.248', 1650670213, '__ci_last_regenerate|i:1650670213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2566e84c11d0e5ba5372b808936d815fcca34a37', '144.76.67.169', 1661940816, '__ci_last_regenerate|i:1661940816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2568665dfc7379c0c08322da57b01c1fc9046604', '40.77.167.30', 1656076116, '__ci_last_regenerate|i:1656076106;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('256a25a1843bbc26f1e9ca38974aa1932551274f', '5.188.62.21', 1656430412, '__ci_last_regenerate|i:1656430409;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('256a5a3dcca2633863b94fbdb5f5b2f92bbc7998', '51.195.216.255', 1650897540, '__ci_last_regenerate|i:1650897540;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('256da77a75ae3118fcdcc974485b410f3b0a995e', '40.77.167.170', 1676125680, '__ci_last_regenerate|i:1676125680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('256ec2433d5a53db951afe5a83b80502c29e87b5', '207.46.13.154', 1670806750, '__ci_last_regenerate|i:1670806750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2571cc04d34a6ed971a7eaf5008e3c856c8a4475', '190.148.157.183', 1680359070, '__ci_last_regenerate|i:1680359070;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680359013;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2572a6f8433ac6aefb03841df91bbe212868399e', '34.101.131.141', 1654433489, '__ci_last_regenerate|i:1654433485;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25731a7ea76bc0d561f10c9fd7b08e05381872d9', '157.55.39.200', 1664881067, '__ci_last_regenerate|i:1664881067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25738447c167d19080dc6d2b0efa1b775e482ef0', '51.195.216.255', 1650743509, '__ci_last_regenerate|i:1650743507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('257589dcf4f9259bb0563028879e501bb8c322f5', '144.76.67.169', 1669881204, '__ci_last_regenerate|i:1669881204;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('257598d2fae8c36275083aa84d8f02f36afe77ff', '114.119.157.189', 1684276391, '__ci_last_regenerate|i:1684276391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('257684c2fe13e7d8f00f80aeafb4b6ccaa01a7cc', '91.227.68.183', 1662933536, '__ci_last_regenerate|i:1662933536;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25798449a982ae19a7ddcd6a75ad84658b56bbca', '17.121.113.196', 1663042964, '__ci_last_regenerate|i:1663042964;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('257a3645012402371a549b742b30e74d7e7a5aa8', '52.167.144.171', 1685242141, '__ci_last_regenerate|i:1685242141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('257b53b147eb8e31d75e56fb938d27d987b62bee', '52.167.144.61', 1688122058, '__ci_last_regenerate|i:1688122058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('257c129bbaa854c66e2e75616eba7bfd36c7d1f5', '190.56.50.15', 1667056535, '__ci_last_regenerate|i:1667056535;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667056455;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('257d3a68f49b9e99a2d3635115a010984d1704c5', '178.208.160.86', 1683876290, '__ci_last_regenerate|i:1683876290;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('257e3936a47e4aa35a958eee2dc236105362a9d5', '52.167.144.98', 1686581768, '__ci_last_regenerate|i:1686581768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('257f2ceafec200fcb055b35121036290359c3192', '200.119.170.143', 1670175694, '__ci_last_regenerate|i:1670175694;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670174325;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2581bb99ad91f1a9d17116d8031d324e25f94eb2', '5.188.62.21', 1656402350, '__ci_last_regenerate|i:1656402347;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25822744b15dae7bdf224008adfb87184c5dd11a', '93.158.90.169', 1668516477, '__ci_last_regenerate|i:1668516477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25835f51721cce686c14fe0ce1fe5287becab9db', '207.46.13.10', 1671347507, '__ci_last_regenerate|i:1671347507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2585f68f6025a290a2765fa470d3264e2ae2487b', '168.138.2.237', 1654257653, '__ci_last_regenerate|i:1654257650;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2585fe3b322e6e6502e59f2f5805ba2abe51ad2b', '34.141.32.37', 1662643516, '__ci_last_regenerate|i:1662643513;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2587ee1ce8ce248c0eda4327ee57d1cc5ad03ba5', '52.167.144.164', 1686177658, '__ci_last_regenerate|i:1686177658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('258bf0d7ec5ce874da7641079d71e04a5eeabe0e', '40.77.167.220', 1677728184, '__ci_last_regenerate|i:1677728184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('258ca64c4db94f7346f9fee64e342461f4aa0192', '40.77.167.169', 1675851904, '__ci_last_regenerate|i:1675851904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('258d45ae97531f22ea6bd95d3a974c096102525c', '54.36.149.47', 1676141787, '__ci_last_regenerate|i:1676141787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2591e6bdcbe95e07db62d8891571a2baabc8ca5c', '34.212.39.128', 1684629421, '__ci_last_regenerate|i:1684629421;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2594b1eb46028d73cab65a48d88e8ddf7dfa33e4', '114.119.137.180', 1687594212, '__ci_last_regenerate|i:1687594212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('259605c1b61aad279e1f306c88d3bcdd6fa37de9', '40.77.167.178', 1676725321, '__ci_last_regenerate|i:1676725321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25967fe0824f6ff84f5e12252a7a8bc027c350b9', '104.131.94.170', 1657274123, '__ci_last_regenerate|i:1657274123;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2597f87996ac3830fe23ee02bb603037e00caea9', '190.148.157.53', 1683928351, '__ci_last_regenerate|i:1683928295;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683926921\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2598a428ebaf618e15fc41c4bd9c3737d696b815', '52.167.144.162', 1686176315, '__ci_last_regenerate|i:1686176315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2598f10735bc15bca132603e2ee9f24171466255', '40.77.167.85', 1686061021, '__ci_last_regenerate|i:1686061020;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2599412c5a4ddb7ee9493d00b7294f4b4666318c', '190.148.157.183', 1680196813, '__ci_last_regenerate|i:1680196813;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680196807;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2599c3e7a17271b1d0e6bd7525b7abce3091a929', '190.56.55.0', 1687821080, '__ci_last_regenerate|i:1687821080;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687821077;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('259af35a7f46dbe343dc15e4ed233a8687c9e021', '66.249.79.199', 1684834486, '__ci_last_regenerate|i:1684834485;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('259b0496a53176ea2cb16dc1204f2668c13d3d9e', '190.148.157.53', 1684191640, '__ci_last_regenerate|i:1684191640;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('259d232e46fff1c61439edea18a89b2157167631', '40.77.167.13', 1673012433, '__ci_last_regenerate|i:1673012433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('259e2994ebf838e763ec08e827b482200e5d31b9', '118.191.130.103', 1656725477, '__ci_last_regenerate|i:1656725477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a02a559e82f45e73c38e09da8105627bf4f6ae', '52.167.144.154', 1687764686, '__ci_last_regenerate|i:1687764686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a04b9ef39eeef532a7b0b42cdaaf82875c5106', '40.77.167.45', 1670178509, '__ci_last_regenerate|i:1670178509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a10cbb92f1940dcd80be9d742e7f6ea1602c14', '54.185.86.251', 1663164251, '__ci_last_regenerate|i:1663164251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a18fd746acacacb16cfc9c9f2bf23d797eb438', '190.56.50.253', 1682633336, '__ci_last_regenerate|i:1682633336;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682633314;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a2331dabc1d621cf32fce16e610c5d90ce1284', '34.223.243.94', 1677677717, '__ci_last_regenerate|i:1677677717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a2fb66776b693aeb236b8248bb6e134b696f1c', '114.119.151.237', 1688314529, '__ci_last_regenerate|i:1688314529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a3b9dd52db01a5781fc284977dd853ec323c1e', '114.119.146.215', 1688113697, '__ci_last_regenerate|i:1688113697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a460b3cdacfc8461b7a780ae972e162871c588', '157.55.39.125', 1654234877, '__ci_last_regenerate|i:1654234867;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a5060c05e3047d81fe7e247b6cb3fad473cca4', '40.77.167.80', 1686843814, '__ci_last_regenerate|i:1686843813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a739cefc2559c8fbfb71a88d1a23b0e6f2056a', '114.119.155.64', 1687523676, '__ci_last_regenerate|i:1687523676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25a7a3e415e5bb1c2e70e51373b2fd7e2268d7c3', '157.55.39.192', 1665010607, '__ci_last_regenerate|i:1665010606;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25aa038c3cddbb4f6296890e35520abbe10db597', '207.46.13.224', 1680560138, '__ci_last_regenerate|i:1680560138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25aaddb0bec54b63cef39e81863f1cded4ae4424', '146.59.157.229', 1650750137, '__ci_last_regenerate|i:1650750137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25aaf27f6ea4cae32526d21e470c5c70cac2c23b', '5.188.62.26', 1660868494, '__ci_last_regenerate|i:1660868489;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25ab78ac57a2b2b752aad34ed7708b9f7a739342', '52.167.144.73', 1679180696, '__ci_last_regenerate|i:1679180696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25ae59ae18ee9b67cbac1c7bc2700e5ccd7ef49d', '157.55.39.79', 1668935029, '__ci_last_regenerate|i:1668935029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25b121411b605abbd532612b7c282be84440149c', '190.148.252.115', 1664578372, '__ci_last_regenerate|i:1664578372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25b32538653b3ffa492121d8c102594cb7b957a4', '8.41.221.63', 1650953543, '__ci_last_regenerate|i:1650953542;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25b36eec76437b10996537472a39899daf76899b', '190.148.252.106', 1684249801, '__ci_last_regenerate|i:1684249801;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684164257\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25b50176daaa7f761e7a45fe3015e2034d32780b', '157.55.39.171', 1675198396, '__ci_last_regenerate|i:1675198396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25b73804c0e8712bc106c87f881cd042593dab9a', '190.148.158.69', 1685706391, '__ci_last_regenerate|i:1685706391;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685706382;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25b7b2b220f07625df5f60f8f470d03f3eb8eb9c', '114.119.134.48', 1686929736, '__ci_last_regenerate|i:1686929736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25b83a25600ca03d8a37630a7d2437ae3c7656cd', '190.148.87.96', 1678489201, '__ci_last_regenerate|i:1678489201;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678489198;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25ba7ad17ab11ef1ff232a4110ee705a617bdb72', '51.222.253.2', 1662196098, '__ci_last_regenerate|i:1662196098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25bba863f789dd99e99f59e6027ecb55c82b0662', '51.222.253.15', 1661890803, '__ci_last_regenerate|i:1661890803;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25bc552178808ebf64646f80be36e9d845a051b2', '157.55.39.79', 1669168274, '__ci_last_regenerate|i:1669168274;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25be68b5ba6a45945820606bd2e749d978d6e5b1', '40.77.167.182', 1683139785, '__ci_last_regenerate|i:1683139785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25bf0c50afc938f2c28a35e769401d6e97b31b6f', '52.167.144.28', 1679225994, '__ci_last_regenerate|i:1679225994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25bf4a0c37ac39247bf89503843bd89733fd45bc', '190.148.157.80', 1669671250, '__ci_last_regenerate|i:1669671250;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669671238;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25c1f8d915032f6e358d538b169bbf094e4f26fa', '68.69.184.202', 1671722385, '__ci_last_regenerate|i:1671722384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25c34e57311b344cd68b2ffc74763969bbb6a624', '200.119.170.168', 1670705828, '__ci_last_regenerate|i:1670705828;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670705566;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25c456516f022bda7266b59a5715c641231827ff', '207.46.13.207', 1681517508, '__ci_last_regenerate|i:1681517508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25c5052573a4182c286986c0a12e58600012d6c3', '51.222.253.11', 1666079654, '__ci_last_regenerate|i:1666079654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25c7ad38d6ae9f17e16280011da66c08ad2c5aaa', '34.216.70.163', 1651324840, '__ci_last_regenerate|i:1651324840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25c7f8002aa2f10e2f2309ab06c1837faa4c565f', '137.184.93.142', 1688413222, '__ci_last_regenerate|i:1688413222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25cac80546d2384aa0ec444eb77620f0cc5ad106', '119.90.52.34', 1650859265, '__ci_last_regenerate|i:1650859265;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25ce8ed57b132f3b3535ba87f88ec2f68ec2f302', '207.46.13.217', 1684057761, '__ci_last_regenerate|i:1684057760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25cf796784340c23aa9bb1548a21dda985b26b80', '17.121.115.72', 1657560784, '__ci_last_regenerate|i:1657560784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25cfc802813f9ca2d2fb77f5ddbbd06c5f4aeb8b', '114.119.155.170', 1687660452, '__ci_last_regenerate|i:1687660452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d0a77b3aa0f77713eec07b2a17bc3870fc878f', '51.15.234.20', 1656192682, '__ci_last_regenerate|i:1656192682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d14e8c35746fcf6ae0eabff8be13b9280176b7', '190.56.48.81', 1665952987, '__ci_last_regenerate|i:1665952987;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665952983;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d20276f9d8d7278fcfffef8e33bc01999c9997', '54.213.225.152', 1665582018, '__ci_last_regenerate|i:1665582018;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d2993c8da714e05b5a07374becb410aef6fe1f', '40.77.167.169', 1675466812, '__ci_last_regenerate|i:1675466812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d2b5c5a634526647bd787d503378c6f3b5eacb', '50.21.188.6', 1675140685, '__ci_last_regenerate|i:1675140685;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d51a3d65341c6e1f1bd5eaedd81e8f476f114b', '66.249.79.196', 1662601095, '__ci_last_regenerate|i:1662601094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d588802d18346996362d83e45784a4e330bf2f', '144.76.151.42', 1650866395, '__ci_last_regenerate|i:1650866395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d5c0a91223e5eeb365f748ed1c2bc1daba5031', '157.55.39.123', 1667421046, '__ci_last_regenerate|i:1667421046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d5ca590270aefff14cd0d416f1de24ccb7dc2e', '200.119.173.107', 1686836670, '__ci_last_regenerate|i:1686836670;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686781978\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686836646;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d92c5be79425d0a20711d7fb4e8c4c776a1c96', '54.195.146.227', 1680933677, '__ci_last_regenerate|i:1680933677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d9b62dc6ad5c6a4bf595238e8c57aab10537bb', '200.119.170.168', 1670629091, '__ci_last_regenerate|i:1670629091;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670629038;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25db20d10bae12392acb241aae2aaead20e45b6f', '190.148.87.96', 1678315655, '__ci_last_regenerate|i:1678315655;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678315614;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25dd0e67d881f30e7c70458e57fdb2d2f175e733', '114.119.130.29', 1688015261, '__ci_last_regenerate|i:1688015261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25de5d6f6ddc6b7ec0b2181e17d4051a10e41ada', '17.121.115.189', 1659073751, '__ci_last_regenerate|i:1659073751;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25df5d52dad20ccf1b25e7e4b3d37b43ee2b1f13', '190.56.32.35', 1672081127, '__ci_last_regenerate|i:1672081127;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672080869;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25dfc7d664756882b22b6873cb8e1a1c5df8e3a9', '190.56.173.251', 1651958691, '__ci_last_regenerate|i:1651958691;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e0b6e5769214d751b38fc88f86117f21c015f4', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e0ed68f7399a260eb2b1967d8401f34e6af3da', '52.167.144.98', 1685077856, '__ci_last_regenerate|i:1685077856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e2ac1fb979ac35776373b0e1e6708cec86f9a5', '51.222.253.2', 1661857063, '__ci_last_regenerate|i:1661857063;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e535f2148ee8d256dd7955c45290972e8f7e9a', '200.119.169.175', 1669819420, '__ci_last_regenerate|i:1669819420;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669819389;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e5f86a2473ce77490cf4c186cb99278a0e1200', '46.101.63.152', 1652762865, '__ci_last_regenerate|i:1652762865;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e67513b1d138746d9ac57923e55992548a66a2', '54.36.148.12', 1680399908, '__ci_last_regenerate|i:1680399908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e8181fc448fefebd2aed07f452d9c8e7247059', '190.148.158.175', 1672413009, '__ci_last_regenerate|i:1672413009;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672412999;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e90ffa799785afaa6d186716a45f2f35b0c986', '52.167.144.164', 1686100738, '__ci_last_regenerate|i:1686100738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25e99ed270d9b11c97e28f7cdc69f36635d766d9', '114.119.132.25', 1688540076, '__ci_last_regenerate|i:1688540076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25ee67ad9f8e77bd5d0e9bc2711105b243499020', '74.125.212.199', 1682049536, '__ci_last_regenerate|i:1682049536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25f0d07e2fe3c67ccb11687f57ff93d2775df107', '40.77.167.37', 1668229259, '__ci_last_regenerate|i:1668229028;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25f1c7f89e6be01896898d02e35ffbcbe9f9a081', '165.227.42.13', 1687865320, '__ci_last_regenerate|i:1687865320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25f271617407f2ee6c35088f2b0dd6cea0253567', '52.167.144.162', 1686572776, '__ci_last_regenerate|i:1686572776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25f46492046e8bedec91df76a4043cb44ab57e19', '190.148.157.183', 1680227647, '__ci_last_regenerate|i:1680227647;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680226862;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25f67d9a88abd03c63ac680ec1402851326f548e', '74.125.215.49', 1680979230, '__ci_last_regenerate|i:1680979230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25fab0402b6e1b85f2fd6af630e63ff782b5d2cb', '35.88.112.219', 1672838918, '__ci_last_regenerate|i:1672838918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25fb19846a3486c50ce5394db5a64da73695cecd', '200.119.170.221', 1664476707, '__ci_last_regenerate|i:1664476707;requested_page|s:14:\"admin/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664459534\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664475557;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25fb90d51ce6696a69d7ea37b92cb19b230889ef', '190.56.51.191', 1661267076, '__ci_last_regenerate|i:1661267075;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25fd2ed5ed7623ca3561e08a8eb751e115d88f48', '200.119.172.60', 1674866762, '__ci_last_regenerate|i:1674866762;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674866628;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25ffac3fc7177ed56c470b8bf80a2fd6009c74cc', '157.55.39.86', 1672649683, '__ci_last_regenerate|i:1672649683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26009d9a23e588e01a35d18f64855507325e51f5', '190.56.32.170', 1651071075, '__ci_last_regenerate|i:1651071075;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651069213\";last_ip|s:13:\"190.56.32.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2606c05b07abffe217e0da5cc6a27743316578fc', '157.55.39.167', 1674750215, '__ci_last_regenerate|i:1674750215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26070ffb0996638ae4259a4a7b20519807bdc716', '40.77.167.13', 1672608485, '__ci_last_regenerate|i:1672608485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('260771c281db1ce3a9ec2f5bb0b6c8d7799bac61', '65.154.226.168', 1651385816, '__ci_last_regenerate|i:1651385816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2607e80536c9ae9c2872dcd43aeeb4dd9372e135', '190.56.51.158', 1655588467, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1655588467;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655571580\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655588461;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2609c46766b9a928d5465e2ead6e2813f5ca94e4', '52.167.144.162', 1686647513, '__ci_last_regenerate|i:1686647513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('260a6820f4a9dc8a44ea5d4b6771f555626e57b7', '190.56.55.0', 1687784173, '__ci_last_regenerate|i:1687784173;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687784164;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('260b704b27af10073c2c76ab382832d3c613b2ee', '51.222.253.10', 1668717520, '__ci_last_regenerate|i:1668717520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('260c7954dde378c4a388288d821146418db84256', '190.56.173.213', 1683149445, '__ci_last_regenerate|i:1683149445;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('260cc697bd07c50f55f279f9a24f8f93a7ae12a2', '35.224.43.9', 1659478217, '__ci_last_regenerate|i:1659478216;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('260e7bc8a6be31b23c65fc5eb54a29dded8253fa', '156.238.7.41', 1664742615, '__ci_last_regenerate|i:1664742615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26123b1d8fe5c9b6fccef67f62f525a277bce08f', '40.77.167.115', 1681423208, '__ci_last_regenerate|i:1681423208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26123e325f579d45ac2ee3fba28d045f408ee232', '34.220.89.94', 1653485623, '__ci_last_regenerate|i:1653485623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2612acf252678a249a2692027b5dbf7df078b0d9', '17.121.113.250', 1658604073, '__ci_last_regenerate|i:1658604073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('261342605494e2e43960583d9d4912cd5da72aa9', '190.56.48.81', 1665951539, '__ci_last_regenerate|i:1665951539;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665951536;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2614a7e1aef3082dacacb68b03bf22892a030a95', '114.119.143.250', 1687717549, '__ci_last_regenerate|i:1687717549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2617ff4dd298258ff160d3194fb4ce338f5be89f', '157.245.254.89', 1655520994, '__ci_last_regenerate|i:1655520993;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26187c02ec83a491069b8aa5b5e5331a4d9e658d', '114.119.159.76', 1688294808, '__ci_last_regenerate|i:1688294808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2618b0222ed88e196ee1313d516fb1c944971ff1', '40.77.167.97', 1670314436, '__ci_last_regenerate|i:1670314436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('261a37c28936d41c9f87c744f42235c5e94ae63a', '52.167.144.164', 1679236970, '__ci_last_regenerate|i:1679236970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('261b9b61292f2580a7c319073d074b1d6c2e1a85', '51.222.253.5', 1663590619, '__ci_last_regenerate|i:1663590619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('261d1b72359fcac804768693e2c787d52fe0cf8a', '190.56.32.162', 1686318236, '__ci_last_regenerate|i:1686318236;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686318233;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('261dfa3948baaad90ea6aaf1c889a9240adecc55', '40.77.167.235', 1687895258, '__ci_last_regenerate|i:1687895257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26201c8c8c81a4852e0cfd955ce39a5c9c644cc7', '190.148.157.53', 1683743110, '__ci_last_regenerate|i:1683743110;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683742809;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262028444a398f754c774cd205ea3999a4f349de', '190.148.252.177', 1674082465, '__ci_last_regenerate|i:1674082465;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674081949;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2620f82b5f15070693257cf20035ba32045d20bf', '51.222.253.8', 1687788945, '__ci_last_regenerate|i:1687788945;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26215cef12eac92a94a0b5f37e1121e1745ed80d', '207.46.13.41', 1671366501, '__ci_last_regenerate|i:1671366501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262287647df6b6384ec1d11efd6ee75516e8e12e', '114.119.147.42', 1687550030, '__ci_last_regenerate|i:1687550030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2623918b7ff7e25b63b93008e6dce363bb51a155', '157.55.39.79', 1669419420, '__ci_last_regenerate|i:1669419420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2626f950144eeea03f399796d59b912c5010a74b', '40.77.167.75', 1659807596, '__ci_last_regenerate|i:1659807585;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2627066b537487760e8f586ac60acb27c48e270a', '35.164.49.219', 1676986072, '__ci_last_regenerate|i:1676986072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26275ba003d4fb18e3bd98db0e8aa43ef572f2c5', '190.56.48.81', 1666037689, '__ci_last_regenerate|i:1666037689;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666037668;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2628fb1ad5c61f0dd0d13cd44e8269c08942d0cd', '190.56.48.27', 1650985649, '__ci_last_regenerate|i:1650985649;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650938768\";last_ip|s:13:\"186.151.60.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26292998707d6fbb96eeafb551dc628d2ec26365', '52.167.144.171', 1685364902, '__ci_last_regenerate|i:1685364902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262a197e97177f9f3c693694cb37e29ae612b908', '190.148.87.96', 1678461186, '__ci_last_regenerate|i:1678461186;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678460734;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262a1c61585a703df9998ea79922a8e0810620ab', '190.56.55.113', 1673874930, '__ci_last_regenerate|i:1673874930;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673874120;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262ad9a18e6115c1b80f516826b453f43d455959', '114.119.132.65', 1685841675, '__ci_last_regenerate|i:1685841675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262bd967ad77d1734663722bf20aa4a9ac75e491', '190.148.252.111', 1677953486, '__ci_last_regenerate|i:1677953486;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677953141;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262c5aab1622980fc276c2124273e5c050e67458', '185.27.99.113', 1655113325, '__ci_last_regenerate|i:1655113325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262caa5e10ac468f77f168fc9412ff08daee7ee6', '207.46.13.41', 1670980747, '__ci_last_regenerate|i:1670980747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262d5edb84c7c9e8243e21bf9f566a74c943f702', '200.119.170.30', 1660579036, '__ci_last_regenerate|i:1660579036;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660490808\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660579030;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('262f9ac20f3096b947ba4ca98a1c6c189303f93c', '40.77.167.123', 1683294454, '__ci_last_regenerate|i:1683294454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2631a849189f90cc0ee719f8606045e61f9c3023', '190.148.158.151', 1677257598, '__ci_last_regenerate|i:1677257598;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677257520;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26331c01aa5bae9176c43babe1f9aca7da043c37', '49.12.224.61', 1679236923, '__ci_last_regenerate|i:1679236917;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2633f15bc15781a5795e7232365e98e96df7cba3', '40.77.167.182', 1683613651, '__ci_last_regenerate|i:1683613651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2634971203237003de7b0c3a51e9833e49a4d9a2', '200.119.170.113', 1666719924, '__ci_last_regenerate|i:1666719924;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666719645;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2637c539331507031d7ff944ef2b718e45be61e9', '190.56.32.174', 1676506793, '__ci_last_regenerate|i:1676506793;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676506775;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2639e2982acf26166d61570fb31f02390300f44b', '190.148.158.69', 1685537186, '__ci_last_regenerate|i:1685537186;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685537103;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('263be9042cef56e73468ba34de65926ae6004e5a', '40.77.167.182', 1683019667, '__ci_last_regenerate|i:1683019667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('263f8582fc72fd31977b70232535159ba49df799', '35.93.66.195', 1671457226, '__ci_last_regenerate|i:1671457226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2642e4687a9b5e62b5eb707a2955bfb457065004', '200.119.173.130', 1676158283, '__ci_last_regenerate|i:1676158283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676158280;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26469432e5a6e853ec2000ad77238eb9e79ee29a', '190.56.32.35', 1672020705, '__ci_last_regenerate|i:1672020595;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672020705;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('264834a77533074a9455985f6c616e527c78ceaa', '200.119.168.250', 1681046662, '__ci_last_regenerate|i:1681046662;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680954199\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681043501;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26488ff2c954e5865efa6ad547d55a10c3d36da9', '190.56.32.35', 1671805829, '__ci_last_regenerate|i:1671805829;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671805825;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('264ac72b8f9d32ab09e6d01f365c10cc233ed64d', '157.55.39.90', 1663655597, '__ci_last_regenerate|i:1663655595;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('264bdc108a6354f719c6a2be31bb2b16a46eeb00', '40.77.167.175', 1679932609, '__ci_last_regenerate|i:1679932609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('264e719ff9eac5cbe52529a03b39537c0d72e961', '207.46.13.6', 1671750082, '__ci_last_regenerate|i:1671750082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('264f51db5904e0a07cac9dfdac044fb8e3fbb600', '190.148.87.96', 1678374141, '__ci_last_regenerate|i:1678374141;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678374136;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2650944f076d4935036eda472bd1e4cf0df14098', '200.119.173.130', 1676135218, '__ci_last_regenerate|i:1676135218;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676135197;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('265111e14fe8dac19d991f4e8e76208604cd8958', '200.119.172.48', 1668627810, '__ci_last_regenerate|i:1668627810;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668627445;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('265161e3c65c7980a6c0469574dc1a461702c071', '190.148.157.183', 1680551074, '__ci_last_regenerate|i:1680551074;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680550462;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2651d258419e69caa2611eabec7e5bc4bb2aac46', '205.210.31.18', 1651879039, '__ci_last_regenerate|i:1651879039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26528cd6b59b25cbee55f6e4019f7be777fd3926', '92.223.85.153', 1651051680, '__ci_last_regenerate|i:1651051676;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2653d962d8311d1dbb2c4a352af860e802272d23', '40.77.167.202', 1687268299, '__ci_last_regenerate|i:1687268299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26545ec914248d1df3aba9681949c79d8fc891f4', '190.148.87.182', 1679870660, '__ci_last_regenerate|i:1679870660;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679870583;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('265743e9f7ab9466ce6edecb3794b3ab02951e8a', '190.56.51.158', 1655571544, '__ci_last_regenerate|i:1655571543;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2658505582a380630844f6c806a29916da25b194', '52.167.144.98', 1686582045, '__ci_last_regenerate|i:1686582045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2658e94d0aa51727166e8877c59ee6fb70e39b70', '40.77.167.182', 1683642593, '__ci_last_regenerate|i:1683642593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('265aa5bb842cd96060fc204d7dc93c7195e7c878', '40.77.167.227', 1678711519, '__ci_last_regenerate|i:1678711519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('265b82caa2b51bda92d4dbb718cd8fd9d7702fd4', '52.167.144.74', 1688440209, '__ci_last_regenerate|i:1688440209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('265e716883ea4efebfdb0666832238f1993ae7f6', '190.56.173.213', 1683555179, '__ci_last_regenerate|i:1683555179;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683463304\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683555170;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('265ffabdb9c63786909ec2711e286f64392f6067', '157.55.39.173', 1669998592, '__ci_last_regenerate|i:1669998592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2660044582307815844cbcc36b6b1a2b50d393cd', '190.148.157.53', 1683913802, '__ci_last_regenerate|i:1683913802;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683913328;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2660e0f548d2ffa5bb459df3bade338589d8bf7a', '207.46.13.234', 1660283508, '__ci_last_regenerate|i:1660283508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('266116824687d0a15f45389d04a7e81841184315', '190.148.158.69', 1685975408, '__ci_last_regenerate|i:1685975408;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685975316;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2662ba8745a2f9f6f0617898b4c26a00a55a8f5e', '17.121.115.9', 1656853207, '__ci_last_regenerate|i:1656853207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26647876b5027c8d52e157767969cdf948fb4512', '190.56.50.6', 1686921907, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686921907;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686921819;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26670e51addf9ccc13f985b40709c56a9113f2e3', '157.55.39.253', 1682199362, '__ci_last_regenerate|i:1682199362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2669a94f59af0f4844424b57b46f5bcdbaf456d0', '40.77.167.49', 1665839001, '__ci_last_regenerate|i:1665839001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('266a5dbaa7d6e27149dbead81de598a2e61089a1', '209.141.51.222', 1673863953, '__ci_last_regenerate|i:1673863953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('266aea63812aeaa029ab37df999fffc7b759d099', '52.167.144.171', 1685544399, '__ci_last_regenerate|i:1685544399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('266b036571abeb28fbcb4d924699fc591e1739ef', '190.56.173.213', 1683216900, '__ci_last_regenerate|i:1683216900;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683216857;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('266bd48599c2693c84dfe9861870e3eb9d00faae', '114.119.146.229', 1687729460, '__ci_last_regenerate|i:1687729460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('266d32277e6e16e1017aab01e40ab64e90502bd7', '114.119.144.212', 1687564452, '__ci_last_regenerate|i:1687564451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267211b42b4d9d70e773dc3af068fe7068f382fa', '198.244.142.178', 1670011146, '__ci_last_regenerate|i:1670011146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267230f02d62628427aa4ab7372bb81dcf0748bd', '157.55.39.200', 1665699533, '__ci_last_regenerate|i:1665699533;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267545d4177e3fd7af80cde55f5e77b00a1a51c1', '157.55.39.100', 1672410445, '__ci_last_regenerate|i:1672410445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26756cbee3c1a2196df9ffade3863b5bce40a94a', '54.36.148.165', 1681525738, '__ci_last_regenerate|i:1681525738;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267665e0c5e966aea3ac73e595ca8f371ed94e46', '167.235.60.61', 1688447984, '__ci_last_regenerate|i:1688447984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2676c66657724980e10ab192d0153bb43d6e37f2', '190.56.32.243', 1684701629, '__ci_last_regenerate|i:1684701629;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684701622;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2677340c06c221517445e9e57abb60fe0dfc68b2', '17.121.114.215', 1661834387, '__ci_last_regenerate|i:1661834387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2677de27e9871fec8a732ac96c36399ccf5c7388', '114.119.154.161', 1688122315, '__ci_last_regenerate|i:1688122315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2679c9b63972056f7ddb6c2b763a3830c459c06c', '40.77.167.182', 1683192169, '__ci_last_regenerate|i:1683192169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267a6686552cec7ed74c4bce551f61bb10b45c1f', '157.55.39.253', 1682780138, '__ci_last_regenerate|i:1682780138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267b7e3c56df4c5a277401ce3d6ad085eb118072', '52.167.144.98', 1686456474, '__ci_last_regenerate|i:1686456474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267bad52d6712407a50ab3b8b211aa5609289167', '40.77.167.170', 1675721808, '__ci_last_regenerate|i:1675721808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267dfd54a7763de75d8932afe7f9950f2ef7e3e0', '200.119.172.95', 1659542811, '__ci_last_regenerate|i:1659542811;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659541795;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267ea847334974f2b17b91d84c65b712a7e221de', '190.148.157.80', 1669636470, '__ci_last_regenerate|i:1669636470;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669636412;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('267f95714da2155b61a48bcc7a4b832ddc88a74f', '52.167.144.39', 1680546446, '__ci_last_regenerate|i:1680546446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('268112d3a142890ec0eaa12d0757b936b81b6ec6', '200.119.170.168', 1670759657, '__ci_last_regenerate|i:1670759657;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670759636;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26839d4ad468e49d4f0f07500b9764ec54fd2f0b', '157.55.39.87', 1663633992, '__ci_last_regenerate|i:1663633992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('268428d7b5227bc7a5778bd3aa9c246351824cb8', '52.167.144.171', 1685619137, '__ci_last_regenerate|i:1685619137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2686571a42fe1a224e1dd926ba32408b4e85dc22', '190.148.157.122', 1666651055, '__ci_last_regenerate|i:1666651055;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666649032;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2688b7751b1b57a072b0d3dc305f99e66e617b7e', '190.148.252.73', 1664811102, '__ci_last_regenerate|i:1664811102;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664811015;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('268e7b57b7e5e9303e4fd4f9ee31b91895e56d80', '34.68.212.90', 1652441416, '__ci_last_regenerate|i:1652441416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26900f0e7dc8786a4af42d7c484de719840dc90b', '40.77.167.108', 1679714676, '__ci_last_regenerate|i:1679714676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('269127f2b1d19baa8c36599459770defcefd039b', '54.202.68.210', 1655471616, '__ci_last_regenerate|i:1655471616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2691485becf195ac6546afc936ca8112762b0318', '46.101.63.152', 1652762869, '__ci_last_regenerate|i:1652762869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2692403512cec722c8fedb5b1331f541ca3ddc0c', '54.36.148.65', 1675320282, '__ci_last_regenerate|i:1675320282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26924c11e2b87093177b84c77d74e43698f28197', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26930196b7b83d3a0b9b5fd0391892befd14c01e', '157.55.39.200', 1666145518, '__ci_last_regenerate|i:1666145518;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26930a2e060d2d82470bd617ee06b22cbada41ff', '190.148.87.96', 1678411689, '__ci_last_regenerate|i:1678411689;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678411230;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26935f749ed8e815fa3308754b6bc6c240689118', '217.182.192.90', 1675807850, '__ci_last_regenerate|i:1675807850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('269367cffdee2bc2360b05a5c4ea6f085eae11b3', '157.55.39.79', 1668935027, '__ci_last_regenerate|i:1668935027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2693fff333a228ea8337b8e4c32e680de3fe7c19', '40.77.167.187', 1679412205, '__ci_last_regenerate|i:1679412205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2694e1acf36ed9a533ee0c0acbad5c0ec28dba4d', '114.119.151.208', 1687605714, '__ci_last_regenerate|i:1687605714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('269648c036c4f4c7e21046e463deeae191709486', '46.101.63.152', 1652762869, '__ci_last_regenerate|i:1652762869;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2697adfe1ccba2a967de7a405cd1c2aa5a1c5de2', '198.235.24.158', 1653735106, '__ci_last_regenerate|i:1653735106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2697d12c2ef9fc95be8cb53224c50edb120e3288', '40.77.167.43', 1654138077, '__ci_last_regenerate|i:1654138067;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2698d35475fb72b7be42e497e9fff29d35259cf3', '157.55.39.173', 1668934984, '__ci_last_regenerate|i:1668934984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2698e8f209256ece35528b1af5f18322c7dd9802', '190.148.87.96', 1678194404, '__ci_last_regenerate|i:1678194404;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678194390;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26997b6cb6baa366bd9c401137313718a132a0f9', '190.148.158.164', 1667400341, '__ci_last_regenerate|i:1667400341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26998d410900c312043e89b2fe1d9ffc718fc11e', '17.121.114.24', 1656518109, '__ci_last_regenerate|i:1656518109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('269cc44794e04f575d4ce1fa03936202e8ef0e60', '157.55.39.80', 1669998728, '__ci_last_regenerate|i:1669998728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('269de51132944f6c2d56b867c0f645dd51268d38', '50.21.188.2', 1663642566, '__ci_last_regenerate|i:1663642566;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a02343c654766e0d5abb4da16c2e89089ec69f', '52.167.144.43', 1683658253, '__ci_last_regenerate|i:1683658253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a0b4011fc902024c28806cb25186c64cfbbed9', '173.252.127.120', 1651369411, '__ci_last_regenerate|i:1651369411;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a23b717a41f58cf8277a8965019cfacfc56eeb', '52.167.144.98', 1686290014, '__ci_last_regenerate|i:1686290014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a248351e83270d5fd425c700d9daf401b25f90', '40.77.167.91', 1686942234, '__ci_last_regenerate|i:1686942234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a4d2dc1fad374e4a765d17b8288b22323d8fbd', '114.119.148.37', 1687138867, '__ci_last_regenerate|i:1687138867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a4e34d2fb24406b531881242c829753453ea63', '200.119.170.168', 1670607152, '__ci_last_regenerate|i:1670607152;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670607149;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a51ff0f232cb40927f5b4ce05daf4658cee276', '190.148.252.183', 1681745058, '__ci_last_regenerate|i:1681745058;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1680627888\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a5dfc617b06ffd9e468e52005e88496f79aac9', '190.56.173.175', 1653065889, '__ci_last_regenerate|i:1653065889;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653065332;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a6dfcddaf938fbab0bf0de2512f9fe67070ab2', '40.77.167.100', 1672023873, '__ci_last_regenerate|i:1672023873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a814a7c46a8e794aa159b16704ef2f9218a8c1', '34.221.6.101', 1679924180, '__ci_last_regenerate|i:1679924180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ac1fa2b6eff3282a1e440091766a137587e3da', '200.119.170.113', 1666701546, '__ci_last_regenerate|i:1666701546;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666701507;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26adccdd379185011f36ca15aeaa98fefa329f25', '52.167.144.76', 1682081303, '__ci_last_regenerate|i:1682081303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ae26de5020d97a2ae73f5d3a2077ee921199b3', '190.56.55.113', 1673353582, '__ci_last_regenerate|i:1673353582;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673353577;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ae508bbe7f6abd8e0dc10940270616a5a8373e', '114.119.152.142', 1688312624, '__ci_last_regenerate|i:1688312624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26afd0cd9a5e234dc0a59c11082d07463f14ca8f', '89.108.88.240', 1679727330, '__ci_last_regenerate|i:1679727330;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b0383787b9e0e6c5af89284c8f3bb03a5ba5e9', '86.106.74.254', 1653693804, '__ci_last_regenerate|i:1653693801;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b09f99f5d8bda5922e6d2311d76a92e4450eb8', '51.222.253.15', 1683889928, '__ci_last_regenerate|i:1683889928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b367b15ede6293703f5b6a6c23964783d044e7', '114.119.151.89', 1688029434, '__ci_last_regenerate|i:1688029434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b47f94407973e1780743a2261a6b11225341bc', '190.56.55.32', 1657131616, '__ci_last_regenerate|i:1657129880;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657072722\";last_ip|s:15:\"200.119.173.131\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657130325;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b4819b15f2dcd1b0fc8093adbd0cfac380acd0', '35.88.233.161', 1652621391, '__ci_last_regenerate|i:1652621391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b6c6d938a9667aac9e8beef5dd50491ab13094', '190.148.252.55', 1675734595, '__ci_last_regenerate|i:1675734595;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675733972;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b732e53561323e376a24b3c807c3a5c8bb053c', '190.56.49.109', 1666189655, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666189655;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666184120;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b74be4cd37d1d0b56b271d0607fc3feae234ad', '157.55.39.51', 1669550198, '__ci_last_regenerate|i:1669550198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b7a67e129867301393c4a2e788bc4a6177e21d', '190.56.55.0', 1687816186, '__ci_last_regenerate|i:1687816186;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687816182;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ba422ddc2106b0de7e4e4e2e6489b16e255304', '157.55.39.65', 1660827358, '__ci_last_regenerate|i:1660827358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26be7433edd8e67d429ceab188b241fbbd824c62', '190.56.55.113', 1673793735, '__ci_last_regenerate|i:1673793735;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673792101;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26be8e7a2f410013b375774959dbb2476d119a46', '114.119.130.167', 1686888171, '__ci_last_regenerate|i:1686888171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26bfa368ab1e96918e9cb20dc2b1099b1b1cf761', '35.93.18.100', 1687532940, '__ci_last_regenerate|i:1687532940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26c36371c3e78910dd1c22f3b39a2750410c6058', '40.77.167.192', 1688371819, '__ci_last_regenerate|i:1688371819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26c36d43ede9a664d1231083954dd84edca77733', '207.46.13.17', 1673913034, '__ci_last_regenerate|i:1673913034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26c38dd868b053a112f67e9b741a795d6c6abc58', '190.56.50.253', 1682698347, '__ci_last_regenerate|i:1682698347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682698246;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26c69222a32508a7bb5bfed7d5dbb53c6bdc111b', '190.148.157.206', 1656543494, '__ci_last_regenerate|i:1656543494;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656080607\";last_ip|s:15:\"190.148.252.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ED41Se0qjXobTU5angxB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26c72e948edc43048a5bb2a653cb02491009a8b7', '52.167.144.171', 1685129291, '__ci_last_regenerate|i:1685129291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26c7d93523cd07814ef192768cb70d83b50123fd', '52.167.144.162', 1682747519, '__ci_last_regenerate|i:1682747519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26c83e1be04793f787d9226d78944e85011879a0', '130.255.166.115', 1687905065, '__ci_last_regenerate|i:1687905065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26cd3202986c9199c42501dbe5638e11ab59c136', '190.56.173.213', 1683419153, '__ci_last_regenerate|i:1683419153;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683419128;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26cdad09b619c441dce03eda36288ccf0276a0ae', '200.119.170.120', 1660086094, '__ci_last_regenerate|i:1660086094;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659539362\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"26GZjAWybVSxUNiEOc1R\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26d2a3fb10315f609806914925fedfd555dcfae8', '200.119.172.60', 1674783651, '__ci_last_regenerate|i:1674783651;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674783621;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26d3dfa260986dc185bad2a9e4d55ab2511268f4', '51.195.216.255', 1650895366, '__ci_last_regenerate|i:1650895366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26d619eef941126ad6f12d09c5317a87cc15db5b', '52.167.144.31', 1681244364, '__ci_last_regenerate|i:1681244363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26d7272ff00e7daa89248bf54bfdeb6f700d0ea2', '40.77.167.63', 1672128148, '__ci_last_regenerate|i:1672128148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26da14a927c1b5ecaeff4f2cda1b83c65fe32f84', '190.148.252.76', 1654204411, '__ci_last_regenerate|i:1654204410;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654182834\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654204410;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26db00e5a93f2554ba04e83db66110f4dfefe07c', '40.77.167.133', 1684132295, '__ci_last_regenerate|i:1684132295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26dbabe743b14855a4a3769f65e2ca7a0782f295', '205.210.31.134', 1652703461, '__ci_last_regenerate|i:1652703461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26dc13efb2f933b19d2fd2f51f79f7a69c401285', '190.56.49.83', 1687029317, '__ci_last_regenerate|i:1687029317;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687029223;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26dd8d777c2373f71efbd76a8cf47ea105467c33', '190.148.252.111', 1678066204, '__ci_last_regenerate|i:1678066203;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678066203;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26dd952a538b0e404ef85e15af741b279ddee471', '114.119.143.110', 1685554143, '__ci_last_regenerate|i:1685554143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26de561f8eff79f42828b12568d2e91f92255c37', '17.121.113.119', 1652228903, '__ci_last_regenerate|i:1652228903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26de5df3a344ec6e9498a7b4752283f60fabe427', '93.159.230.88', 1660832163, '__ci_last_regenerate|i:1660832163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26de79c9fabf9d27addbbc76c9ec040fcb39c736', '5.188.62.21', 1653253679, '__ci_last_regenerate|i:1653253676;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26defe61df105c21de0cd96938aee7966641ff37', '17.121.112.197', 1658174965, '__ci_last_regenerate|i:1658174965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26df7d957c7b50b7b793d9b93e214aed3d44e81f', '190.148.158.175', 1672183782, '__ci_last_regenerate|i:1672183782;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672183767;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26e05759e0503936efdd6ed89d79e47969b3675e', '190.148.252.233', 1668782562, '__ci_last_regenerate|i:1668782562;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668705801\";last_ip|s:15:\"200.119.170.137\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26e05d91eaf2d087ab3ac1b76f94ca084319b226', '130.245.169.139', 1657878946, '__ci_last_regenerate|i:1657878945;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26e0e86367acb77af1edc9fbb4006b3add21ef8d', '190.56.55.113', 1673652629, '__ci_last_regenerate|i:1673652629;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673652625;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26e236e60121294a0b91bdcb0b7e55fb509a2a6f', '40.77.167.63', 1671831303, '__ci_last_regenerate|i:1671831303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26e60d68bff774add0da2c5e641f40f2b69575bb', '157.55.39.112', 1662728660, '__ci_last_regenerate|i:1662728660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26e717ad6a32997c3fb88ba1ad9925115919adcb', '190.56.54.77', 1666294814, '__ci_last_regenerate|i:1666294814;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666294198;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26e86ceaecddf1f36bb7510382875b72d225e21c', '17.121.112.188', 1662804186, '__ci_last_regenerate|i:1662804186;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26e8beeef2f0131a1e213c0f337a8e931e44bcff', '161.35.184.107', 1672564992, '__ci_last_regenerate|i:1672564992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26e939494c3dc1081d7eaae870f10cdb5425dd85', '190.148.252.197', 1665491803, '__ci_last_regenerate|i:1665491803;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ea1ad0e1ba1e79bdbaeec9946a6d293d513123', '200.119.174.9', 1674179622, '__ci_last_regenerate|i:1674179584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674179622;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ea66fff0841cce76c37be94a6e2db35fa59539', '152.89.196.102', 1659897500, '__ci_last_regenerate|i:1659897494;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ec386e3f06cd61847b8f1886b219181e673b29', '52.167.144.98', 1685951113, '__ci_last_regenerate|i:1685951113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ede185a31cbec2316586d2d2794b81e5f09a98', '52.167.144.164', 1686579099, '__ci_last_regenerate|i:1686579099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ee7442a26bd158c56c29c6655da0609fa77037', '52.167.144.162', 1682981192, '__ci_last_regenerate|i:1682981192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26f0d1f6f49d41903533bc886500a122165a05e1', '157.55.39.51', 1669419363, '__ci_last_regenerate|i:1669419363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26f18e69adb0f6ac5efddc0a3c3dd25ec4b817a1', '52.167.144.98', 1685129061, '__ci_last_regenerate|i:1685129061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26f5dd016874c0b32bc3b4b1eb4636eca6f1979e', '66.249.77.31', 1681585959, '__ci_last_regenerate|i:1681585958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26f5ed57a02099983940b442c027f744a2ff5721', '52.167.144.98', 1685773955, '__ci_last_regenerate|i:1685773955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26f7980c66d938b6e21b6c622a55204ee88db977', '17.121.114.147', 1652190193, '__ci_last_regenerate|i:1652190193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26f89c8905178fb6fbf008addfb70eb3e493ff44', '66.249.79.196', 1654381673, '__ci_last_regenerate|i:1654381227;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26f8f75c887d839b08f726b24e47416e7517c520', '190.148.157.53', 1683640432, '__ci_last_regenerate|i:1683640432;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683640040;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26f965f5a87ae9b0efc78f3b07fd21220c164307', '190.56.50.52', 1657658040, '__ci_last_regenerate|i:1657658039;requested_page|s:18:\"admin/pos/view/522\";error|s:94:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos/view/522\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26fa06219622ccf426a61909515a3d21c388a9ff', '173.252.127.11', 1659226452, '__ci_last_regenerate|i:1659226452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26fbb7b1e064ef13e525fad2eb609e4d018526f2', '149.56.150.180', 1669810964, '__ci_last_regenerate|i:1669810964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26fe22b6b0398f8c589563eca89d008424a12a71', '51.222.253.17', 1662812546, '__ci_last_regenerate|i:1662812546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26ff5ad63fa22a7c0bc7fecbe20fa14082e8815c', '190.148.252.183', 1681319912, '__ci_last_regenerate|i:1681319912;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681319120;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2700b723ee191956648d3c3062f45fd3702898ad', '157.55.39.176', 1666920846, '__ci_last_regenerate|i:1666920846;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27014296743384df52572b28d0fd606d702a84c5', '52.167.144.164', 1686564975, '__ci_last_regenerate|i:1686564974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2701dde2bf165f4ba956f59a06431efb125e00b8', '190.148.252.233', 1668904146, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668904146;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668903460;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27025d198d4996bf0af8c68106d3f575cc481b3a', '114.119.140.219', 1687964523, '__ci_last_regenerate|i:1687964523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2703da0abd16800e1dd97024146916f37e3f8e2b', '190.148.157.122', 1666650607, '__ci_last_regenerate|i:1666650607;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666359105\";last_ip|s:15:\"200.119.174.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27099a2c2286e22dda47c992ef28b6e1a6de4c9d', '130.245.169.247', 1657277758, '__ci_last_regenerate|i:1657277758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('270a9457ff2f09b9472a7aa26a37e8850a65d0de', '114.119.150.45', 1685908363, '__ci_last_regenerate|i:1685908363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('270ddd1a8d100755051b5a5834228af69337fd1e', '114.119.157.25', 1686987552, '__ci_last_regenerate|i:1686987552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('270e78fc728d873c508fe9bf3bccbb790d8fa336', '200.119.169.175', 1669822005, '__ci_last_regenerate|i:1669822005;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669821962;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('271042932ef4d5e5864ee65d26265354e87d0458', '17.121.114.20', 1654686265, '__ci_last_regenerate|i:1654686265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27119c85d548c4c9a288c21bb3711a109349e237', '52.167.144.109', 1680654515, '__ci_last_regenerate|i:1680654514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('271210093caa5ed655c1d7f8792bb9557d9881f8', '190.148.252.151', 1671452242, '__ci_last_regenerate|i:1671452242;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671452189;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2716a6b420c80cfaedd22212632e06a016b92678', '114.119.155.38', 1687981956, '__ci_last_regenerate|i:1687981956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2716df11a46eb7f1ca377dfb4ad1342e140434f5', '207.46.13.209', 1681182318, '__ci_last_regenerate|i:1681182318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27179eba7c34e4f1672e631935a907f9497c71d5', '114.119.132.38', 1688124008, '__ci_last_regenerate|i:1688124008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27199347306d5ba82e7e91011bda119d7fa96936', '17.121.115.114', 1654686472, '__ci_last_regenerate|i:1654686472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('271a200beff4543f1c465e5bd49dc8111b7477a8', '175.196.127.111', 1650791337, '__ci_last_regenerate|i:1650791337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2720974368cf5f7ace4004cf36eae4d5d76b6643', '111.7.100.20', 1650686161, '__ci_last_regenerate|i:1650686161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('272226dcdc6f75e844e797004323bd0b2f223ae5', '51.222.253.16', 1669155232, '__ci_last_regenerate|i:1669155232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('272508ad917fc8c80b4d068ee3569748b7b8d569', '130.245.169.139', 1657878945, '__ci_last_regenerate|i:1657878944;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27252be01bbd12c8a791e1777660cdef19160ab3', '157.55.39.217', 1683124002, '__ci_last_regenerate|i:1683124002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2726b1a17d343d1c12099b8a7eae787b1d9cba5e', '190.56.54.129', 1653443454, '__ci_last_regenerate|i:1653443454;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653409139\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653437911;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27272674b0be0cabccb9370041813a7cbf0e39e7', '52.167.144.162', 1686413813, '__ci_last_regenerate|i:1686413813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('272742e6a0965a534123ce8a625f7aae7c91bdf6', '200.119.173.130', 1675777483, '__ci_last_regenerate|i:1675777483;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675777474;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27284fcabcb1d8bdcc4fbc1525374c496cc6f992', '40.77.167.85', 1686203034, '__ci_last_regenerate|i:1686203034;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2729747c7291bb8521256798a9782d3e85953d5b', '51.222.253.9', 1681368917, '__ci_last_regenerate|i:1681368917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2729af1838cf9e78bd409c30626731d089823a17', '198.235.24.156', 1659562732, '__ci_last_regenerate|i:1659562732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('272aec73a5c22b209873b6d3f973f7b58445e090', '66.249.79.199', 1681453157, '__ci_last_regenerate|i:1681453157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('272c17e05950ea96619a195edffd5fe03725e01e', '54.191.84.218', 1688169156, '__ci_last_regenerate|i:1688169155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('272d13d16bf7cfad5218ff8e166512f380aeca6f', '190.56.51.184', 1658419162, '__ci_last_regenerate|i:1658419162;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658407531\";last_ip|s:14:\"200.119.175.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658418748;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('272d2da645614ad437a4bd8adb4056656fbab121', '207.46.13.199', 1660614336, '__ci_last_regenerate|i:1660614336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('272e32568b0fb746466c1124242d1c8f45c6f678', '54.36.148.21', 1668419781, '__ci_last_regenerate|i:1668419781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('272ef4af2151bcf2096d96d80ca791943562fd5b', '52.167.144.98', 1686143681, '__ci_last_regenerate|i:1686143681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27309b6a6734d86caa52a61edf36dda5aaa5f7ad', '205.169.39.170', 1669414700, '__ci_last_regenerate|i:1669414700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2730cb7b065f350b6f4a7d2d289952c7fab780ab', '207.46.13.134', 1673444183, '__ci_last_regenerate|i:1673444183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2734d6a2bd3746d750a6dcae05916ce586a65bb2', '157.55.39.64', 1672432429, '__ci_last_regenerate|i:1672432429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27356f04b1db9ff0c850636a438a8f99cd50e599', '190.56.32.162', 1686276054, '__ci_last_regenerate|i:1686276054;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686276041;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2736acbb07e64b54199e354219306a6ded10fca0', '200.119.173.130', 1675869328, '__ci_last_regenerate|i:1675869328;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675810213\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"spkKuRGDjaOwJrCx4MUA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2736f1217e5ed7f5968d03f596e0295692ee1f79', '52.167.144.162', 1686574006, '__ci_last_regenerate|i:1686574006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2737f78509818df94d98c24864136b45acc3234c', '3.139.73.68', 1684425844, '__ci_last_regenerate|i:1684425844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2738895697ad02c6c615c50897f02357d81302bf', '130.245.169.139', 1657878945, '__ci_last_regenerate|i:1657878945;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27395a74ad754122dea62a0c78ba4b6dc064025e', '52.167.144.98', 1685800989, '__ci_last_regenerate|i:1685800989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('273a28cd7b2136b7ddcc7f726acfd213ebf87af0', '52.167.144.30', 1677727191, '__ci_last_regenerate|i:1677727190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('273b4c2f1608468633017de630e9d7599091a527', '190.56.32.243', 1684715281, '__ci_last_regenerate|i:1684715281;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684715278;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('273ff4f46e3fe89f943d3038a8aaa8d881e061d2', '114.119.144.23', 1685005993, '__ci_last_regenerate|i:1685005993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2740215c0f609c09c119de08b78a54da9fd4f490', '14.116.157.23', 1680710530, '__ci_last_regenerate|i:1680710529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('274055251f36c626564d1e456fcf404396e13e7a', '130.245.169.70', 1657360544, '__ci_last_regenerate|i:1657360544;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2740775a48437e536fd58abb56a431344afb3fb7', '51.222.253.18', 1675002710, '__ci_last_regenerate|i:1675002710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27462aef14fab912b9cc972897ec66b6510b0713', '114.119.152.54', 1687196295, '__ci_last_regenerate|i:1687196295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27463c41d5561ae5d2938ead34e29935c96fa2a2', '200.119.168.250', 1680698764, '__ci_last_regenerate|i:1680698764;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680698586;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2746e4015affad0f4d4bbaa4ca8162f189f57415', '52.167.144.164', 1685619147, '__ci_last_regenerate|i:1685619147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('274721933dff2c006f0dd7cd6633ad44a483219d', '17.121.113.56', 1659862580, '__ci_last_regenerate|i:1659862580;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27488760781894ba1d24dd1730b16ba188a274fd', '50.21.188.34', 1677542053, '__ci_last_regenerate|i:1677542053;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27493b63388fa74cc646e8ec0ccd4289d4cc8a71', '200.119.173.130', 1675794510, '__ci_last_regenerate|i:1675794510;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675793509;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2749e48485b0d4d0afda9a17bcf0398c86fe1891', '114.119.156.193', 1687934724, '__ci_last_regenerate|i:1687934724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('274ad0233e05517c75b36c39a846327e6199c693', '52.167.144.98', 1686039685, '__ci_last_regenerate|i:1686039685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('274b27231881c3fcb12501b3eaf9a50d15587509', '114.119.134.220', 1685460182, '__ci_last_regenerate|i:1685460182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('274b6bb9e040e433da09c2ea058815355b4a8db4', '114.119.128.132', 1687078411, '__ci_last_regenerate|i:1687078411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('274c0ac3e3ce1b1c2d300768c40f700dbca9f4ce', '207.46.13.6', 1671944135, '__ci_last_regenerate|i:1671944135;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('274da27ce5cb8151f738e685201638ed13a64318', '17.121.115.48', 1662863079, '__ci_last_regenerate|i:1662863079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('274e32dac62df45f86f11d3f74a5570e1eb580bb', '52.167.144.82', 1687583631, '__ci_last_regenerate|i:1687583631;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27520832dfb64667007ebc739f2cf022ef7582e1', '45.9.75.135', 1678856930, '__ci_last_regenerate|i:1678856930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2752f6aa974d98f76272f583fda6e6ab5f13b1e2', '52.167.144.61', 1688036822, '__ci_last_regenerate|i:1688036822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27530266adb112934a3816200fee4402cb2dfecc', '54.36.149.12', 1675002709, '__ci_last_regenerate|i:1675002709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2753a63be3c259773521dbffc666ce92d44ac585', '40.77.167.63', 1671972133, '__ci_last_regenerate|i:1671972133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2753d6a4641320305e5b404893ca6aa123c5430b', '114.119.154.137', 1686456614, '__ci_last_regenerate|i:1686456614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2754d70f7a81874baaf0e3b149f62cd947e6ce49', '74.208.2.188', 1672815567, '__ci_last_regenerate|i:1672815567;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27560129ca069ac96696324dc84ca3fae125c54b', '52.167.144.171', 1684403922, '__ci_last_regenerate|i:1684403922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2756fe925e78c19da10bff8a05056c4d3c25463d', '40.77.167.182', 1683256291, '__ci_last_regenerate|i:1683256291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('275756ca56bbb35640329b459a47f84d36816870', '35.92.99.65', 1675950138, '__ci_last_regenerate|i:1675950138;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2757d1a24a2a9b0043daf067da42f35ea4f38518', '119.90.52.37', 1650878400, '__ci_last_regenerate|i:1650878399;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2758df6bed2fcfb397a0a8348c9bd453f2e91746', '114.119.139.43', 1685196644, '__ci_last_regenerate|i:1685196644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('275adaacb5c21b2e84e9d31fc0da8719418e7709', '198.244.152.59', 1687704317, '__ci_last_regenerate|i:1687704317;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('275c15a15f2c2864be9d3a698799f2aa98a9bf03', '54.185.89.34', 1687732072, '__ci_last_regenerate|i:1687732072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('275e7573009091100a5d316bce0c5cd580aaf300', '190.148.87.248', 1660788361, '__ci_last_regenerate|i:1660788361;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660783603\";last_ip|s:14:\"190.148.87.248\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660785297;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('275e8756a7978bcc449cd89d57d1db4dce948577', '114.119.129.191', 1688285009, '__ci_last_regenerate|i:1688285008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('275fbeed2d1969f73235f9e3155f9708233d64d8', '40.77.167.114', 1678434096, '__ci_last_regenerate|i:1678434096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('275fe88cc91bcdcad3f257d3e8ce6ca2f451c49f', '114.119.143.158', 1688326443, '__ci_last_regenerate|i:1688326443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27608f5594af352a47ee66e0c07b4268554dcb35', '34.102.12.65', 1653409347, '__ci_last_regenerate|i:1653409347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2760a5a720935cbe95bd2854817d887f69ea87cd', '54.36.149.85', 1654197185, '__ci_last_regenerate|i:1654197185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2760bbc3de894993461d725807366f5f4df2ffb2', '114.119.151.59', 1687737664, '__ci_last_regenerate|i:1687737664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('276142382e72d9477ec41e802eacda6d70ff6c69', '40.77.167.202', 1687203695, '__ci_last_regenerate|i:1687203695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27626656ee13b89e8ad9779447d474fa7586fbf1', '118.107.40.179', 1655220935, '__ci_last_regenerate|i:1655220935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27633ed216f77803b643f6ca00f6ec5f475210c3', '54.36.149.66', 1688059634, '__ci_last_regenerate|i:1688059634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('276342bd161b5ae2e16dd32f7689a51a106bf78c', '200.119.173.130', 1675896272, '__ci_last_regenerate|i:1675896272;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675868530\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"qnVJ61rCeWPcTtNvHgmI\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27669a5312b6ce03d604d8f629fcf9b24c1771da', '114.119.150.34', 1687519199, '__ci_last_regenerate|i:1687519199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('276751434ffc3d6dd5626a5723c956b7794e7c72', '114.119.151.89', 1687535248, '__ci_last_regenerate|i:1687535248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2767520855f992448c0c89acb88ea245b65fdd37', '198.235.24.145', 1651958490, '__ci_last_regenerate|i:1651958490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2769655b6b0645cec59507f08eb7fe7ead642794', '52.167.144.164', 1686021033, '__ci_last_regenerate|i:1686021033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('276ee5f7a98ff0d82269ea540dcc97870a77df59', '52.167.144.82', 1687303494, '__ci_last_regenerate|i:1687303494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277023f576e6f9e4c99cf91d7852a9e221b32628', '173.249.31.237', 1659409291, '__ci_last_regenerate|i:1659409291;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277260487c9607294e376d25037a780414ef92b5', '40.77.167.182', 1683253087, '__ci_last_regenerate|i:1683253087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277331ebee02f3e815e30ab87f8b19d38f57b23d', '190.148.87.182', 1679594499, '__ci_last_regenerate|i:1679594499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679594495;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2776ea181e7be141389d4bc586f6bb5dbe36a2ab', '54.149.110.55', 1682988388, '__ci_last_regenerate|i:1682988388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277b6de0f92ff10b4082a54d93ab592be1978285', '200.119.174.132', 1663781151, '__ci_last_regenerate|i:1663781151;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663771524\";last_ip|s:14:\"200.119.169.44\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"VBnlN3isfqPLydFUvEh5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277ba90fb508597188f2daeea91678cd307fe826', '190.148.157.98', 1678993184, '__ci_last_regenerate|i:1678993184;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678991753;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277cb27d312849d9c34218c4d8a9da7a73f84403', '190.148.87.23', 1679423450, '__ci_last_regenerate|i:1679423450;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679423416;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277cc219465823be454cec85c553992a5467bd30', '185.27.99.113', 1659396436, '__ci_last_regenerate|i:1659396436;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277d5573cdb062ef2f3889766a0332839789cf31', '114.119.157.17', 1688500199, '__ci_last_regenerate|i:1688500199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277e27393ae3fcb1e0a29a465504d11bc0972618', '190.148.252.111', 1677789845, '__ci_last_regenerate|i:1677789845;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677789836;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277eae29eba9d2e0de89b2087df7b169ebe2ae2f', '54.36.148.147', 1664700408, '__ci_last_regenerate|i:1664700408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277eb273cdfdaada1f1a3aef36a0432872b33c5d', '114.119.135.64', 1684145312, '__ci_last_regenerate|i:1684145298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2781a8a23900adad862badfdccd1e191d4ced80f', '190.56.32.32', 1686059245, '__ci_last_regenerate|i:1686059245;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686059180;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2781ed5e70a6fcf9259f838624b2ae4c03512c34', '190.148.252.177', 1674086537, '__ci_last_regenerate|i:1674086537;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674086476;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27823b631dd55344d9db7d6d4cbf341dfafd111e', '190.148.87.248', 1660828913, '__ci_last_regenerate|i:1660828913;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660785297\";last_ip|s:14:\"190.148.87.248\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660828888;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2782710df398b14e75acdf95d247a8d7092c7741', '190.148.252.183', 1681311619, '__ci_last_regenerate|i:1681311619;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681311619;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2783a97f6a9a114854546561b4f6d30cd25da05c', '207.46.13.217', 1681329358, '__ci_last_regenerate|i:1681329358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2783b3e70b8b47faf5748e5164e6b5273d047b8d', '52.167.144.61', 1688113975, '__ci_last_regenerate|i:1688113975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27875955ae7a3d093137d54dcb2a830b80f6d87e', '190.56.50.253', 1682641496, '__ci_last_regenerate|i:1682641496;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682641414;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('278872bae6d465a1e652809a58d7a5737d8b0bf0', '200.119.170.210', 1669765584, '__ci_last_regenerate|i:1669765584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669764705;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";csrfkey|s:8:\"HWf9uxZP\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"ON5Fik6n4JxqZsYR9SXw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2788a5d18269a4d94683d5aa281a2081f68d8679', '54.36.148.89', 1669684491, '__ci_last_regenerate|i:1669684491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('278a64c4eb89f92b1258fa9b2532fc6a57030d49', '114.119.141.200', 1688475393, '__ci_last_regenerate|i:1688475392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('278acddb28ffa57b618ae08889683102d4c7eba8', '54.188.58.48', 1678109612, '__ci_last_regenerate|i:1678109612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('278b18a50ad9b049a03dc553f95899f5ed8f8ba4', '130.245.169.145', 1657274134, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('278c747c6efee2ea4775eb5d936ab4572f548efd', '52.167.144.61', 1688242656, '__ci_last_regenerate|i:1688242656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('278d1b0938de27ffe9f296105b4ddbb1b1567f18', '200.119.173.67', 1679330452, '__ci_last_regenerate|i:1679330452;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679330448;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('278e54477516e31dcb6910ac3787c5ad9e08f836', '190.56.32.173', 1666490652, '__ci_last_regenerate|i:1666478641;requested_page|s:25:\"admin/sales/suggestions/1\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666442522\";last_ip|s:15:\"200.119.170.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666490635;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('278f15847bc0f53451c88702d4ffb59c466525e2', '207.46.13.204', 1671949622, '__ci_last_regenerate|i:1671949622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27917bacb145c23cce3e7ec1d1eadc99a7a4b5e3', '190.148.157.98', 1679185763, '__ci_last_regenerate|i:1679185763;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679185619;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('279226ddfda5fd95251fa2b8c064ff2f6b334a00', '40.77.167.182', 1683047470, '__ci_last_regenerate|i:1683047470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27930a8711fdcd510dca5e844cd0f11d8dcc175e', '190.148.252.73', 1664817225, '__ci_last_regenerate|i:1664817225;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664805335\";last_ip|s:14:\"190.148.252.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664813743;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2794acfd9a5a159b8e7a5eda2669685933d90213', '34.67.172.198', 1652614778, '__ci_last_regenerate|i:1652614778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2799649177e3a3995be39dc3a6b80ea2f9ebcc9f', '51.222.253.4', 1686450630, '__ci_last_regenerate|i:1686450630;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('279b216e997ccb8f8c5d97deeecdaad855df5f73', '40.77.167.227', 1688098072, '__ci_last_regenerate|i:1688098072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a137ffeadc57de5d82ccca3f65a5d64b12575e', '52.167.144.23', 1685937230, '__ci_last_regenerate|i:1685937230;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a1ffc6342fe1c8a0ce979ec19fd92a4ee44cea', '207.46.13.1', 1671511356, '__ci_last_regenerate|i:1671511356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a30fbbf4ee3c678a6f3c38251f4d2d8919004f', '40.77.167.63', 1671972133, '__ci_last_regenerate|i:1671972133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a335019fb9bd799258b4a6ffbfab642d0773e6', '114.119.141.152', 1687900470, '__ci_last_regenerate|i:1687900470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a499d21010439d39a2d9b39e94633e2d228c76', '207.46.13.229', 1683473873, '__ci_last_regenerate|i:1683473873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a5964c242374fc9873a1fc89ee18d4af67a461', '3.253.70.103', 1686807883, '__ci_last_regenerate|i:1686807882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a831e25c0358b949c94686abe955a1576a07f3', '207.46.13.41', 1671134441, '__ci_last_regenerate|i:1671134441;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a84d7100ca7dc70e9133fec268696f962c9bfd', '52.167.144.164', 1686510628, '__ci_last_regenerate|i:1686510628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27a89dcc3071f5ed075ed41d6bf420fbf5a86209', '200.119.170.137', 1668690908, '__ci_last_regenerate|i:1668690908;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668690055;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27aa48d38f69218104aa47ddb01e0d5ad0313d34', '157.55.39.125', 1653632250, '__ci_last_regenerate|i:1653632240;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27acc080d15ae2183ba6c29dd33d6335ed8ad7a6', '190.56.32.32', 1686179445, '__ci_last_regenerate|i:1686179445;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686179438;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27ae5204c3759700e423ff5774161b9ac0a35a91', '18.206.55.48', 1651889273, '__ci_last_regenerate|i:1651889273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b08f13a22e08369352b188b1438c2fbe3a8ea7', '52.167.144.164', 1685358081, '__ci_last_regenerate|i:1685358081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b367044d0249a8dbdc78529f93c9b32706fb18', '114.119.138.82', 1687041333, '__ci_last_regenerate|i:1687041333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b38485514bbbb4afec4f7191b348fe1ddb1210', '114.119.155.236', 1686644344, '__ci_last_regenerate|i:1686644344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b4d3127912dc562897e659491f7bc6e6c3f768', '157.55.39.80', 1669982892, '__ci_last_regenerate|i:1669982892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b5315094cfb2ba59d18d598a38f2595d046f12', '52.167.144.89', 1679322602, '__ci_last_regenerate|i:1679322602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b625be98f68b97b1a0727142d5945e1e8bd2b3', '200.119.170.113', 1666705021, '__ci_last_regenerate|i:1666705021;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666704983;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b66fce1efb8de20c2754820b48690dedaad253', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b6778601805c7ccc96ce19408e922eec2e982d', '114.119.153.172', 1688023464, '__ci_last_regenerate|i:1688023464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b6d608d397842a9a0a63b46dbcb7b35cd2ab0a', '198.251.73.5', 1669808175, '__ci_last_regenerate|i:1669808175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b6e057ab04de68fbd2c9fcf9cf91f92e70dfa6', '52.167.144.164', 1684448397, '__ci_last_regenerate|i:1684448397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b767f0147d2907839d33a61aaec9627fae2597', '52.167.144.70', 1688283071, '__ci_last_regenerate|i:1688283071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b8e32e310ec038d8cdf33cc4ce28b7f6e68777', '198.244.142.178', 1676523001, '__ci_last_regenerate|i:1676523001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b94289edac07d3c7b3c71f2ef87eed1e3bfe4b', '190.148.157.177', 1681925290, '__ci_last_regenerate|i:1681925290;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681925262;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27bb2b88bff096f9bd300327dbc69fb3dfd0ab68', '200.119.170.129', 1658237793, '__ci_last_regenerate|i:1658237793;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27bb6289d3f148c4de04f4fedeabcef73d994cea', '157.55.39.192', 1666859268, '__ci_last_regenerate|i:1666859258;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27bdedf61c3b450525264424ce751fd47c8b59ca', '114.119.146.20', 1685359787, '__ci_last_regenerate|i:1685359787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27bf36d2022b43324828ce178e83303db63117e8', '190.56.32.170', 1651100053, '__ci_last_regenerate|i:1651100053;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651084539\";last_ip|s:15:\"190.104.119.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c137688ca01d2a98a65b13df832faf25ae852c', '52.167.144.164', 1685927721, '__ci_last_regenerate|i:1685927721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c13ea609bfd1ec4e3fbb711ef66976b3dc0dc4', '51.222.253.12', 1676928542, '__ci_last_regenerate|i:1676928542;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c1bc90d91e1594e7a35a36900a1824f9b8914e', '190.148.252.88', 1670805451, '__ci_last_regenerate|i:1670805451;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670805031;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c292f41f1be3d76230338043b13da54007151c', '52.167.144.74', 1688527127, '__ci_last_regenerate|i:1688527127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c4c4f0a8eb231f06326d18c1460a6fbd6101d3', '52.167.144.98', 1685679482, '__ci_last_regenerate|i:1685679482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c5664bc031f7cb2c70a4f622eede9150f635d0', '185.27.99.143', 1675158327, '__ci_last_regenerate|i:1675158327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c6be18b2dcddb55c2e5a4911b1d5acd53f1989', '35.165.215.76', 1655639518, '__ci_last_regenerate|i:1655639518;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c854fbb7843e2d59656ac05305d309e97e137b', '207.46.13.221', 1687074740, '__ci_last_regenerate|i:1687074740;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c8582005be1168a6f3fb0780ee932bbddabb49', '114.119.134.67', 1688311252, '__ci_last_regenerate|i:1688311252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c9401241e1771ddc53b63aa8d16fe344040fe8', '190.56.32.174', 1676511323, '__ci_last_regenerate|i:1676511105;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676511322;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27c9e2e7512a03a625717c79ac73e8a463ab00d9', '190.148.252.88', 1670795550, '__ci_last_regenerate|i:1670795550;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670795518;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27ca9c76b08149c816a2154a2ebd8accc588780e', '190.148.252.111', 1677943735, '__ci_last_regenerate|i:1677943735;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677943729;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27cc9229bbe3ca52d977f153fe145e5404b61e86', '76.71.76.46', 1676471164, '__ci_last_regenerate|i:1676471164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27cd51ae942f91c4f2dba7a108a0db117180a21f', '207.46.13.41', 1666431290, '__ci_last_regenerate|i:1666431290;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27d1f2b086fe2d0a79075e10430bff6183733adf', '190.148.87.182', 1679709427, '__ci_last_regenerate|i:1679709314;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679709427;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27d608b206d895d3ae933cba862b44325365a2d8', '54.36.148.23', 1685772197, '__ci_last_regenerate|i:1685772197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27d7d52371dcd9441ff7d5c5230c32e886afe50a', '190.148.252.151', 1671022594, '__ci_last_regenerate|i:1671022594;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671022591;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27d9a5fdca00a7d8124e9e814aef529a369f7fcb', '198.235.24.13', 1652406716, '__ci_last_regenerate|i:1652406716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27da9a678aaf0c54c8da1e61695e08f025873ccf', '40.77.167.85', 1684198976, '__ci_last_regenerate|i:1684198976;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27dab68c0445c342b4c13b2a9f350a117a983db9', '130.245.169.70', 1657360537, '__ci_last_regenerate|i:1657360536;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27dac1c83ad534bb954e205bb26c78780218add8', '114.119.141.135', 1685658538, '__ci_last_regenerate|i:1685658538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27dad34f4fbd560de1e67eaf121a5a4f63448c05', '200.119.170.143', 1670104641, '__ci_last_regenerate|i:1670104641;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670104635;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27dc8906d9f527f9a8b44fee019ce1c4887edaf9', '157.55.39.125', 1653484445, '__ci_last_regenerate|i:1653484445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27ddece3469706bf43dcc808cb856048c0babaec', '157.55.39.51', 1668407401, '__ci_last_regenerate|i:1668407401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27ddf3531820c7723ed9e66d3e30d4da62085e3c', '5.188.62.140', 1656373350, '__ci_last_regenerate|i:1656373347;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27de98b0f1abc1a0c64999500a37d08d507d2b53', '66.249.74.104', 1686478464, '__ci_last_regenerate|i:1686478464;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27dff613dd32788f92b8ebec48e32dfc66c3e561', '52.167.144.171', 1684559490, '__ci_last_regenerate|i:1684559490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27e125efef11d4e1982756670ccc2151105c55d4', '200.119.172.96', 1675452493, '__ci_last_regenerate|i:1675452493;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675452493;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27e2111b9043e32a1b9fd81d96fd0fa85818f37a', '40.77.167.123', 1682880947, '__ci_last_regenerate|i:1682880947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27e31a1bc1f0780b48ff5b7b2880f20ebe1110d6', '190.148.87.182', 1679948392, '__ci_last_regenerate|i:1679948392;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27e37337c8ae8e54a0e787fc9ccd8e1e285c62a5', '34.245.70.54', 1650678127, '__ci_last_regenerate|i:1650678126;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27e377262a0d450ec13eeb7ee59d79691650fd6d', '198.251.73.97', 1672881344, '__ci_last_regenerate|i:1672881344;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27e641ebfb7c727b93ec1ba0be291a6b5b8526de', '40.77.167.123', 1683565815, '__ci_last_regenerate|i:1683565815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27e727ebd0e03de6458cd7338bffc68b527a22cf', '190.56.32.35', 1671648488, '__ci_last_regenerate|i:1671648488;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671648479;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27ea817602b8c0eaa001054b8330b7187a02c843', '207.46.13.207', 1685876663, '__ci_last_regenerate|i:1685876663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27eaffd39d1aa22cfd43ee6196c4cf2435fc2548', '52.167.144.98', 1686179692, '__ci_last_regenerate|i:1686179692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27eb88ad76762df541eb8a006ed4a714d84b9853', '190.148.157.165', 1668002003, '__ci_last_regenerate|i:1668002003;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27efe44300c1ccbc72e082a5cf9a1d9e3dc22e28', '52.167.144.98', 1685279708, '__ci_last_regenerate|i:1685279708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27f28563b2113219130e94d0304567cd3ced0968', '52.167.144.49', 1676794176, '__ci_last_regenerate|i:1676794176;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27f2b9d454c211d457ce09f9b76bc096622d4997', '157.55.39.51', 1669168055, '__ci_last_regenerate|i:1669168055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27f3801bad5b94981426e4bd6e0e9672164f4a17', '34.222.230.39', 1681219211, '__ci_last_regenerate|i:1681219211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27f493b20f759b2a4b1ed0d648bb968f893b9ff8', '157.55.39.64', 1672430335, '__ci_last_regenerate|i:1672430335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27f6046775c949fa5d2b539834aa6989d07431bd', '51.222.253.7', 1680236111, '__ci_last_regenerate|i:1680236111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27f83376658255c214444e0fec521fccc073c8e9', '20.191.45.212', 1672415163, '__ci_last_regenerate|i:1672415163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27f8a39dd794a7a7754f0506977c02cd1c0c076b', '207.46.13.1', 1671347523, '__ci_last_regenerate|i:1671347522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27f918015eb702fb3c4397afe7d07021cabb6d68', '139.180.187.43', 1669881624, '__ci_last_regenerate|i:1669881624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27f9e309ea3c6fa5354a6b89ffdeeebca12d7ecf', '51.222.253.17', 1651808081, '__ci_last_regenerate|i:1651808081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27fb68cacb74ad3d1a6b675072953b054acf97a7', '52.167.144.154', 1687784099, '__ci_last_regenerate|i:1687784099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27fd3621ee5e01efce262501c404755e47160da2', '190.148.158.151', 1676999076, '__ci_last_regenerate|i:1676999076;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676998719;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27fd6ad739b7ee155db48342848bac13b1e45809', '66.249.74.103', 1683602446, '__ci_last_regenerate|i:1683602446;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27ff8971eb50b3a8a22908d8b39363225bbc761e', '52.167.144.133', 1681879260, '__ci_last_regenerate|i:1681879259;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2800be0746829f8467ecf310293a9a88eb5f32c8', '66.249.79.196', 1687923194, '__ci_last_regenerate|i:1687923194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('280188829733cc634d82ab29807c564445a52d93', '190.148.252.151', 1671501833, 'requested_page|s:15:\"category/prueba\";__ci_last_regenerate|i:1671501678;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2802ee5ee6ffc3d5c6809607b2ad94caf26306aa', '190.148.252.183', 1681431015, '__ci_last_regenerate|i:1681431015;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681430937;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2805f36faeec90e170bc3a64874c082fddefba1f', '205.210.31.157', 1651590694, '__ci_last_regenerate|i:1651590694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('280653d1fdcc05574c1b4c003509e361d027c98d', '93.158.91.251', 1669912155, '__ci_last_regenerate|i:1669912155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('280ad879a19c992af6ad39cf26073fae7ec052a7', '52.12.217.227', 1668173999, '__ci_last_regenerate|i:1668173999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('280c54b2c9a0609483e38e7983f6189022f51a07', '52.167.144.98', 1685444124, '__ci_last_regenerate|i:1685444124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('280d4982642b7ce2a480ab8bf2210ddcc7d719fe', '51.222.253.8', 1684903124, '__ci_last_regenerate|i:1684903124;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('280ed1f967875a9adc6772abba10dc97ad9c4bfa', '190.56.32.37', 1670518165, '__ci_last_regenerate|i:1670518165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670518157;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('281008620cee5b5e8b052022e890376f7376b50c', '5.188.62.21', 1656415000, '__ci_last_regenerate|i:1656415000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28100a274527ce4929989288a81b7a3359647781', '190.56.55.113', 1673740419, '__ci_last_regenerate|i:1673740419;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673740374;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2810712b0b6540c80731a8ec153c38fa912d063a', '190.56.55.27', 1662418359, '__ci_last_regenerate|i:1662418359;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662050557\";last_ip|s:15:\"190.148.158.110\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"nsQ7jf8TcmuybMO39UKt\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2812c4a2274303c26c3a0b14cda13208fdd37912', '40.77.167.222', 1681472989, '__ci_last_regenerate|i:1681472989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2814d816f1ff3a6be3aa029e603fddf643770609', '114.119.156.146', 1687605284, '__ci_last_regenerate|i:1687605284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28152c61dc71eee0793012d2a9c0a0d98541962d', '157.55.39.54', 1659643921, '__ci_last_regenerate|i:1659643921;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('281642a191eeaf9bfc6fe5acdc158d2502841810', '35.85.36.104', 1671889712, '__ci_last_regenerate|i:1671889712;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2816a8d90569d3086f0fd27fccf4623c8654cf71', '52.167.144.171', 1685427182, '__ci_last_regenerate|i:1685427182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('281853308288ca780d5e263fb8d9608f34a2115c', '40.77.167.220', 1677794773, '__ci_last_regenerate|i:1677794773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('281acd27eb90c67fba6736e39a417291b6bd6bca', '157.55.39.64', 1672390022, '__ci_last_regenerate|i:1672390022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('281b7e5696962e033cace7438896e5cf52d652b4', '190.56.50.253', 1682536313, '__ci_last_regenerate|i:1682536313;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682536313;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('281f245a726ae416a1fd6b1d7c7a3882fbb3a43b', '190.56.55.0', 1687815724, '__ci_last_regenerate|i:1687815724;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687815722;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('281febe45779f7c5408e81e279dcdbdb989bf2c3', '114.119.154.11', 1688225809, '__ci_last_regenerate|i:1688225809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2823da1207adb275c3e0da4ed1d09de8dc373c2b', '190.56.55.113', 1673389781, '__ci_last_regenerate|i:1673389781;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673389750;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2823e5bc634b8da5aba032a3e1d3340e9160bda8', '190.148.158.69', 1686000094, '__ci_last_regenerate|i:1686000094;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686000091;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('282436b89c46c8117866916b47cc4d109f4f3f29', '52.167.144.171', 1684573943, '__ci_last_regenerate|i:1684573942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2824eaf189840d953d607a0ebd71bd5491d02190', '200.119.173.130', 1676074898, '__ci_last_regenerate|i:1676074898;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676073616;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2825482f9130b6d0836877b3202e2033f94e1bc3', '34.67.212.255', 1664171809, '__ci_last_regenerate|i:1664171809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28267de15e87d6ffdf016f863760595dd0f2c0dc', '190.148.252.151', 1671065588, '__ci_last_regenerate|i:1671065588;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671065344;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2826c950339b57e01275c62632bb92757e2c9054', '52.167.144.70', 1688110795, '__ci_last_regenerate|i:1688110795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28272037b39f4d63db0f37bde11b91b5496ce894', '200.119.173.177', 1684940470, '__ci_last_regenerate|i:1684940470;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684940440;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('282a3d483d46593ba9e35b0c04eed3017a0956bf', '114.119.128.46', 1688066938, '__ci_last_regenerate|i:1688066938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('282ae7a442765a43133b83e487889b41f68f66a9', '40.77.167.37', 1668935070, '__ci_last_regenerate|i:1668935070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('282eb1032ff363bd38659466cf7a29bc00a33beb', '114.119.152.204', 1686425995, '__ci_last_regenerate|i:1686425995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('282ebd567958b74ab3368a9d29b5be4a942af73e', '3.16.27.50', 1667542203, '__ci_last_regenerate|i:1667542202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('282ec9d3c437de03e1baad0ae710e02e962a2fd2', '114.119.158.106', 1684145158, '__ci_last_regenerate|i:1684145158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2830661ba8fec916c75d204914a2ce4e779eed73', '52.205.193.93', 1673736055, '__ci_last_regenerate|i:1673736054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('283096a1ecb370a0bb8dcffe43b92b7d1013114a', '114.119.144.233', 1688173668, '__ci_last_regenerate|i:1688173668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2830f3782dde1aba465b1c14cbeeb77e9611db20', '114.119.134.224', 1688337449, '__ci_last_regenerate|i:1688337448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2833155a396cfeb318d1bf601bb6884ecd4ac3c8', '192.71.225.127', 1657248893, '__ci_last_regenerate|i:1657248893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28344b13e05284f749759c461c687d3aa9999a08', '190.56.173.213', 1683468131, '__ci_last_regenerate|i:1683468131;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683467477;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28357a4fc8964d2b2d90dd2348405a080fd43202', '190.148.87.96', 1678412604, '__ci_last_regenerate|i:1678412603;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678412603;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2835acbbe6a6ad03fc2c23c993a5bee037b503e8', '40.77.167.123', 1683192194, '__ci_last_regenerate|i:1683192194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2837aa485dda5ac6547b08b22cd9273d6df1991d', '193.201.9.12', 1656013707, '__ci_last_regenerate|i:1656013706;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28389a2c1b89eddb106dea3b11d91f9eb73de6a4', '190.148.87.96', 1678387593, '__ci_last_regenerate|i:1678387593;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678307998\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"peUiD1cTS0av6dzW2bJQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('283927a0aa614459bb5f02982931df70a682cd98', '40.77.167.49', 1666443289, '__ci_last_regenerate|i:1666443289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('283b521c83e7b5ef967900683d5db1889c28f0c3', '157.55.39.176', 1667360625, '__ci_last_regenerate|i:1667360625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('283be7a595d33e9e3a462e011122aa0c52e4c780', '190.148.87.99', 1688413457, '__ci_last_regenerate|i:1688413457;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688412973;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('283dea8e16899bfa64bc6e0bfae576e2e44bef3a', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('283e42216992a35cb67d17a614db03ad29cfc622', '54.36.148.116', 1686672697, '__ci_last_regenerate|i:1686672697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2842c42ce4a0753e53055925ab2e485923a65235', '40.77.167.202', 1687701566, '__ci_last_regenerate|i:1687701565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2848889e3758e12bf213692e7b24ed54d817635e', '114.119.151.108', 1686044577, '__ci_last_regenerate|i:1686044577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('284b35eebde0c54941e648fecc9bbce60114d6eb', '190.56.32.32', 1686103196, '__ci_last_regenerate|i:1686103196;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686103185;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('284fefb77723a43773724788cde89cb072504196', '114.119.144.202', 1685034179, '__ci_last_regenerate|i:1685034179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('285066bbfd5c1c222a3eac568e796bb2a49dc0d5', '54.36.149.46', 1673174692, '__ci_last_regenerate|i:1673174692;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28507ab3fb8b971443d34f4b112d6d6852485ee3', '157.55.39.69', 1672157240, '__ci_last_regenerate|i:1672157240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28515c9399f453eb8dc341b7d1e2681c76e1602c', '52.167.144.98', 1686568757, '__ci_last_regenerate|i:1686568757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('285179ccaf4655b2df4c827923d6c058c7638e68', '66.249.73.232', 1651937558, '__ci_last_regenerate|i:1651937558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28538391c8afe43470f81bd34d2b090b4b9ce0c8', '52.167.144.61', 1688296437, '__ci_last_regenerate|i:1688296437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('285516395a8be4f0aeafb58937e3c7dc64206e14', '35.193.161.37', 1651787253, '__ci_last_regenerate|i:1651787253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('285731e0baab6bad8cd4c0c3f00f3951abb71284', '200.119.173.107', 1686845520, '__ci_last_regenerate|i:1686845520;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686843206\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28575dd89c23299ce475726a128a73e2d67112bc', '200.119.173.78', 1682886520, '__ci_last_regenerate|i:1682886520;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682885992;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28579ffea13c809c42d4b6a1ccda90d49954d286', '157.55.39.79', 1670998418, '__ci_last_regenerate|i:1670998418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2859d538a5c209f7d8dc2f807dca01630ee78f8d', '190.148.158.151', 1677436431, '__ci_last_regenerate|i:1677436431;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677436353;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('285b626c5ff7fbaaec02194a29bb71db1447a97a', '114.119.148.1', 1687557729, '__ci_last_regenerate|i:1687557729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('285de156ceebf426edd35279270f8e9d2cc86a8f', '40.77.167.115', 1681497859, '__ci_last_regenerate|i:1681497859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('285e6763f05759e9f6b15f6125785ca4f1c56ae4', '51.195.90.229', 1650840561, '__ci_last_regenerate|i:1650840561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('285f2f7c933af18f7b7642ea8a810f039685fb2b', '52.167.144.164', 1685882420, '__ci_last_regenerate|i:1685882419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28610f13701af202bc0e836102acdafe560b153a', '114.119.130.202', 1687777388, '__ci_last_regenerate|i:1687777388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28626b5636c83fb1f74bce2ceefb6496318b96b6', '17.121.112.144', 1653743726, '__ci_last_regenerate|i:1653743726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2862ff0d5e356308185704bef57fd78aadab90a0', '52.167.144.162', 1687419140, '__ci_last_regenerate|i:1687419140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2865a2c23e3852f99edd9f655508e21a10ca6e6c', '190.56.50.105', 1660658243, '__ci_last_regenerate|i:1660658243;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660599100\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660658240;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28668eac403d40ff8eb61603b0c3a7ee265c28f2', '190.56.55.113', 1673813050, '__ci_last_regenerate|i:1673813050;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673811426;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2866bc8f5cf6b0ba60f16267477f881ccfbb059f', '200.119.174.129', 1666359129, '__ci_last_regenerate|i:1666359129;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666359124;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2866c9dd4d0bde7252f705a1bae94058408c11ab', '114.119.152.160', 1687813110, '__ci_last_regenerate|i:1687813110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2866fab0e6d445d1826f30d4965e9b6eb0186c68', '157.55.39.173', 1668934983, '__ci_last_regenerate|i:1668934983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28680fc7645c564770916d6cffcbe67bae4ee6f9', '190.148.157.183', 1680391872, '__ci_last_regenerate|i:1680391872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680391651;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('286b6b28bc58f1c0d4906700ea61bfa0ca4697f5', '40.77.167.115', 1681620833, '__ci_last_regenerate|i:1681620833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('286b8cba266c1327de50e3b593f8d8eaab12e32c', '116.203.228.252', 1656007201, '__ci_last_regenerate|i:1656007201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('286cd7471c48f6d90742abf7cfc45042ce116710', '52.167.144.162', 1686187806, '__ci_last_regenerate|i:1686187806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('286cf99d21c88ee1ac48afabc444da710a28c7b9', '114.119.150.156', 1686482621, '__ci_last_regenerate|i:1686482621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('286e287ccc570930fcb9d9f4dec8e9169f571bc5', '51.222.253.8', 1663361829, '__ci_last_regenerate|i:1663361829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2871261d82affd3628839bb141178a0dd33c33de', '114.119.152.245', 1685624324, '__ci_last_regenerate|i:1685624324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2872b233d51f8b2c0fa50128c40501b7c16b27e3', '52.167.144.98', 1686171515, '__ci_last_regenerate|i:1686171515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('287446c9edb120cf85dbd0a80c6c12ad369576e9', '114.119.146.212', 1685980712, '__ci_last_regenerate|i:1685980712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28774425778efa964d6eb74c65f82a2d05b1e064', '157.55.39.51', 1669168053, '__ci_last_regenerate|i:1669168053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('287784ad67a3b30f9ecea16aa33b6645dd03272c', '190.56.32.35', 1672006806, '__ci_last_regenerate|i:1672006806;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672006643;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2878dba5c2db160da64623fbbe31f8dd9867effa', '51.195.216.255', 1650742245, '__ci_last_regenerate|i:1650742245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('287b714f40df3409c0b42680400138a2df214fba', '157.55.39.227', 1688574660, '__ci_last_regenerate|i:1688574660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('287b803d83d7eef653329de8326b0bc815834912', '52.167.144.164', 1685071656, '__ci_last_regenerate|i:1685071656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('287d7527cfb40be1f93265556d4d96ef513244fa', '54.200.24.166', 1672406715, '__ci_last_regenerate|i:1672406715;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('287e37454009512e6da1a3f89737a2f5c0efbead', '114.119.147.233', 1687848029, '__ci_last_regenerate|i:1687848029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('287e8f058d3277965b30236ca501c6f7218bdc43', '52.167.144.162', 1681601276, '__ci_last_regenerate|i:1681601276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('287f0c6f49f9810bf1b38af07c25fd8fa87b0c0d', '35.90.184.70', 1675863608, '__ci_last_regenerate|i:1675863608;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('288032e39895d2c0e2985f82784a9da81f951060', '79.185.58.100', 1671294171, '__ci_last_regenerate|i:1671294171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28822bfdb619fc194725ca6deb46dfc4cdd0f646', '200.119.168.9', 1656100381, '__ci_last_regenerate|i:1656100347;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656087587\";last_ip|s:15:\"190.148.252.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656100381;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28825e325978b03d82fe39e98f347437fb62d8dc', '190.148.158.175', 1672338687, '__ci_last_regenerate|i:1672338687;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672338304;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2882b404e4383ada99a76a387e9dd902c1ba77ca', '190.148.157.99', 1662647149, '__ci_last_regenerate|i:1662647149;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662581516\";last_ip|s:14:\"190.148.157.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662646780;register_id|s:2:\"98\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-07 08:12:03\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('288313ee1c2ea3565e8993f93c4204de24c815e5', '17.121.113.245', 1660959297, '__ci_last_regenerate|i:1660959297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28834057196fa60983da66764ac48bbd102ce790', '52.167.144.164', 1685927721, '__ci_last_regenerate|i:1685927721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28842d05a9c440b9f45a2b4335a638ecb84b3578', '52.167.144.171', 1685758199, '__ci_last_regenerate|i:1685758199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28850ed81f9854dc379eafceb6ec1819cc09b2ac', '17.121.114.31', 1652032383, '__ci_last_regenerate|i:1652032383;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('288520730d20ed7ef5b86c8015e3f8c86257cb78', '52.167.144.171', 1685453961, '__ci_last_regenerate|i:1685453961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28866ef77325f2a96c0dd65d8a29107bf5eb1b79', '200.119.170.145', 1654812525, '__ci_last_regenerate|i:1654812525;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654793848\";last_ip|s:15:\"200.119.173.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654811927;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28876a9edf00c1abb279493651c9e1afd28d7018', '114.119.145.151', 1686114059, '__ci_last_regenerate|i:1686114059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28877c607a873107018dbd84b8140ff61a2c25b8', '200.119.174.72', 1660166639, '__ci_last_regenerate|i:1660166639;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660156542\";last_ip|s:14:\"200.119.174.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"VLDIZGtJ64M3BF2gzpc7\";last_activity|i:1660157214;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2887a0dae23b2e231fac560b9ccbf50cff633171', '52.167.144.105', 1677773025, '__ci_last_regenerate|i:1677773025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2887e10cf2f8fd95c0730dcf490ff0d5ce98628a', '200.119.173.96', 1687176267, '__ci_last_regenerate|i:1687176267;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687176263;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28880f148177636647c00ea4d63a4db0f7db5135', '157.55.39.221', 1661463712, '__ci_last_regenerate|i:1661463712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('288867e537cc9fb8a6ccf773631d1ce11a9b06c1', '93.158.91.204', 1667128762, '__ci_last_regenerate|i:1667128762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('288a658c65a046da146c222017a775a9595648c5', '52.167.144.70', 1688395871, '__ci_last_regenerate|i:1688395871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('288ad275080a2d7578b7d68cda9e907b66af1e5a', '34.172.119.108', 1681265207, '__ci_last_regenerate|i:1681265206;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('288b9cf2abfc1bfcc13510ba447cc40c0222fa2c', '157.55.39.125', 1654835949, '__ci_last_regenerate|i:1654835949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('288c00077a7659b7497f3f2c9914c337ef0bc6ac', '50.21.188.4', 1677542058, '__ci_last_regenerate|i:1677542058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('288c4c02611cea1b5c400fa1b2e7c7395e968034', '40.77.167.43', 1659481027, '__ci_last_regenerate|i:1659481027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28924fddbb22e4e1481f25d01c64fb713db14242', '52.37.149.173', 1673269409, '__ci_last_regenerate|i:1673269409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2897f3c853d0a4ba90ef2d8d962ae3f8f946d710', '130.245.169.70', 1657360540, '__ci_last_regenerate|i:1657360539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('289c5c094cd6ddc794ee19d891c40b706ebc92f1', '54.36.148.46', 1654456814, '__ci_last_regenerate|i:1654456814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('289d00e56c90be6481cae0023ca2f3a81ddee95a', '200.119.170.210', 1669764364, '__ci_last_regenerate|i:1669764364;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669764282;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('289d906e5c83d3aeb2691adb43ff2f6cfc9d2b32', '51.222.253.19', 1666877544, '__ci_last_regenerate|i:1666877544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('289dbdd1a43d2734249778a53923c6947df8fd69', '114.119.146.29', 1687880309, '__ci_last_regenerate|i:1687880309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('289dc85ddd905a4e2f3ad4a976c3205b787f3a77', '40.77.167.123', 1683440039, '__ci_last_regenerate|i:1683440039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('289e630cc5c1b726883d76fd4696a24b02ef7c9e', '190.148.158.23', 1687214740, '__ci_last_regenerate|i:1687214739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('289fb20822a358b73c21874cc72bdb0a95de4cbb', '52.167.144.98', 1685242136, '__ci_last_regenerate|i:1685242136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a11ee3a103342700fc7bcdbe53e6aae9fb9a48', '114.119.159.16', 1686704593, '__ci_last_regenerate|i:1686704593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a1c8d27bd12fd7b03888fbc412216b0404a85c', '52.167.144.164', 1685019573, '__ci_last_regenerate|i:1685019573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a26790a4cd3d2b4d2b9caa37b8c8260c67cea3', '114.119.143.58', 1688402296, '__ci_last_regenerate|i:1688402296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a2e4f1165601b76ca654f679ef38cb6f4602e8', '190.148.157.80', 1669297665, '__ci_last_regenerate|i:1669297665;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669236445\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669297659;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a37047e78b890f976cd399cb4829efdae1a319', '190.56.32.174', 1676903107, '__ci_last_regenerate|i:1676903107;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676806358\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676903098;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a43863cddcb2e7fd0a9aa640b41e126e78a582', '125.78.199.118', 1661237958, '__ci_last_regenerate|i:1661237958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a5306d0f4023cbea5a08e32f9133a8e54d7c68', '207.46.13.138', 1674438062, '__ci_last_regenerate|i:1674438062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a536648520007a2ef9c6cfdc9589a13ac1d769', '35.88.155.171', 1675518216, '__ci_last_regenerate|i:1675518216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a5d3a60ca12d1aa2d18e21c9f4d2d8ed4225d2', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a7096a62a2204e1482526fd79345ab32630e4b', '40.77.167.60', 1671698078, '__ci_last_regenerate|i:1671698078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a7a01a976d5a9e26f545bb28cb24ea35c99832', '52.167.144.56', 1677382425, '__ci_last_regenerate|i:1677382425;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28a8723cfcf02122dc0e26310c34f8d09c4d995c', '40.77.167.182', 1683192168, '__ci_last_regenerate|i:1683192168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28abfde19a24bd437a3aca00e42789a2c53d50da', '40.77.167.123', 1683265872, '__ci_last_regenerate|i:1683265872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28ae528b353aff039b1965f277fc6fa7f61fb4c0', '200.119.170.19', 1661000723, '__ci_last_regenerate|i:1661000716;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660916273\";last_ip|s:13:\"200.119.168.3\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661000722;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b0e75f0a5c1c3e755606380ac74f9a1980e403', '200.119.170.143', 1670178002, '__ci_last_regenerate|i:1670178002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b11d970b4e01f997611626f2363163f98dc8e9', '54.36.148.174', 1652139179, '__ci_last_regenerate|i:1652139179;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b27c75f2a3f084883f823139f4ec2c539e1574', '66.249.79.237', 1650832853, '__ci_last_regenerate|i:1650832853;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b334f620e7d97825865138a03248c04d855119', '157.55.39.192', 1666463300, '__ci_last_regenerate|i:1666463300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b3b48436916d0c50a63e4f581b8b06cb09b647', '3.16.78.97', 1668653793, '__ci_last_regenerate|i:1668653792;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b41b9ee95b82792ca0e6dd762c74dcb2158e0e', '106.75.76.244', 1686908257, '__ci_last_regenerate|i:1686908257;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b5057248d6f373649ab39bf693707b4b9bc8fd', '157.230.82.67', 1684764181, '__ci_last_regenerate|i:1684764181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b5759ebb029b05c085bc35778c955c3a2ee055', '157.55.39.79', 1670173447, '__ci_last_regenerate|i:1670173447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b6114684cdd54420d8bfad2f15452acede5307', '114.119.140.239', 1687871037, '__ci_last_regenerate|i:1687871037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28b669a6c01795dbc73c20377e6f1c85153f9662', '40.77.167.191', 1681700520, '__ci_last_regenerate|i:1681700520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28babb0bc25f360c82a2f7ccb7d42a63ce778f55', '40.77.167.115', 1681433247, '__ci_last_regenerate|i:1681433247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28bba6b7f1525080f738073aea91c60e6dfb9039', '190.104.119.122', 1651068888, '__ci_last_regenerate|i:1651068888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28bc64b5c47184f7dfd8b06e1e40fc355642056e', '190.56.32.243', 1684611107, '__ci_last_regenerate|i:1684611107;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684611092;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28bf353fb49d380453de6e8fdd519264822f49c8', '200.119.173.177', 1685044476, '__ci_last_regenerate|i:1685044476;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685044350;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28c043b751526dc61fbd98ad43abf856564ad07d', '157.55.39.79', 1669795012, '__ci_last_regenerate|i:1669795012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28c1bce9ed201de4d0d53e5765a499a074e1fe7d', '114.119.150.252', 1687603671, '__ci_last_regenerate|i:1687603671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28c305dbcd9646da03425bb600bfb9455444c8cd', '190.56.173.167', 1650898327, '__ci_last_regenerate|i:1650898327;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1650897799\";last_ip|N;avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1650898150;register_id|s:1:\"1\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 08:49:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28c33682e23fac118cc2eabb9e853f8edd5f9634', '190.56.55.48', 1687446967, '__ci_last_regenerate|i:1687446967;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687446961;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28c3781da4aa6c2bd6d5b0f6e6406cbe30ff0063', '114.119.155.230', 1687584673, '__ci_last_regenerate|i:1687584673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28c58fda95008643841f17d4829cc5db296bb414', '190.148.252.183', 1681568664, '__ci_last_regenerate|i:1681568664;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681568117;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28c7fbd52d11a247e840855cb0c9abbbf0482097', '52.167.144.162', 1686579914, '__ci_last_regenerate|i:1686579914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28c8a02aef582c03c656e58c932e78fa24e56978', '40.77.167.181', 1679742792, '__ci_last_regenerate|i:1679742792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28c989a7f1306b6142a71d704bdc9d6fd2addaf4', '40.77.167.63', 1672124197, '__ci_last_regenerate|i:1672124197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28c9ce6c454930b952b05ac8c4ed1729734c51f9', '190.148.252.96', 1673283211, '__ci_last_regenerate|i:1673283211;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673279368\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28cdbc27d01bc157480ace79e28153bb92dcf85a', '173.252.95.118', 1656950236, '__ci_last_regenerate|i:1656950236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28ce4ca3b7b23a3fbb57440c96525becd6ba6750', '40.88.21.235', 1664365763, '__ci_last_regenerate|i:1664365763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28ceae2c5979164d201f0b0ff2d1d7a316e2194f', '200.119.170.16', 1666801669, '__ci_last_regenerate|i:1666801294;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1666650656\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28cf8149be915bc39081aad8187f6a2be02c9812', '52.167.144.67', 1677386762, '__ci_last_regenerate|i:1677386762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28d089ca5eca47556fc063c86166f77a57aad895', '114.119.137.180', 1688204628, '__ci_last_regenerate|i:1688204628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28d0c9f49fb055b65d8e3a1a22504dbd44fc5f35', '190.148.252.116', 1653417391, '__ci_last_regenerate|i:1653417391;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"nC4G9TuwoJOsIP732lvB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28d13f86a5d42e9ae9404d88aa716c4d55e86b39', '51.222.253.16', 1682238865, '__ci_last_regenerate|i:1682238865;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28d5ea4894c7e2114e41a75a4fb4cc497c75e94d', '200.119.170.168', 1670699752, '__ci_last_regenerate|i:1670699752;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670699748;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28d72e7c9a141a21b8b7e5627d5d8e660b2831af', '52.167.144.82', 1687583632, '__ci_last_regenerate|i:1687583632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28d9fdae76698446f98445d30f915c69a492daa2', '17.121.115.9', 1655491092, '__ci_last_regenerate|i:1655491092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28db4516ec6b1d121f6bbb5e43d55c7de6f4a60f', '207.46.13.41', 1666264804, '__ci_last_regenerate|i:1666264804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28db858f59ee0a384eb115190d507f7819cf246a', '54.227.32.154', 1652215638, '__ci_last_regenerate|i:1652215638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28ddfa6e675858d69f46aef819d5a2bcd5e0c03e', '207.46.13.207', 1681390267, '__ci_last_regenerate|i:1681390267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28decfb731a6c62af8095f17539a8a84ec508d30', '52.167.144.98', 1686627294, '__ci_last_regenerate|i:1686627294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28df5130bdf2edc508943aeb14b9010646f0daf9', '17.121.112.151', 1654094050, '__ci_last_regenerate|i:1654094050;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28df52e58f2148d5ead023557437f37c486118e8', '51.222.253.17', 1672254976, '__ci_last_regenerate|i:1672254976;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28dfd19b9cf7f818d4b505736317fe25f1242972', '51.195.216.255', 1650743516, '__ci_last_regenerate|i:1650743516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e093fd9c27094a1eee1e8f6945bc7e452fc0f9', '114.119.137.193', 1688239912, '__ci_last_regenerate|i:1688239911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e13413b36d6f5617a2c4fffe8ee86cda1d4209', '154.16.106.233', 1651508245, '__ci_last_regenerate|i:1651508236;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e1debbfe126cb67a36836f0e367f58061adfb0', '35.90.248.222', 1674047619, '__ci_last_regenerate|i:1674047619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e2ca23fac2dd32efc71686192848094435785f', '114.119.138.107', 1687584246, '__ci_last_regenerate|i:1687584245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e6854f16db3391afdda07382354f73c6cc17db', '198.251.73.69', 1679118691, '__ci_last_regenerate|i:1679118691;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e6f4348fda18fb0abc44e0c4ac79a2a32df499', '52.167.144.154', 1687702777, '__ci_last_regenerate|i:1687702777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e73ce281f69d34b4338058d477e95e969701a3', '40.77.167.63', 1671815529, '__ci_last_regenerate|i:1671815529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e789bb94da1e686d76d81d00658b9d342ff3a5', '190.148.158.69', 1685495702, '__ci_last_regenerate|i:1685495702;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685495697;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e7e58e62412e7d7a998f0e1f979e0fcf03cb96', '54.245.2.181', 1677332384, '__ci_last_regenerate|i:1677332384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28ea7fdca95ab45f7de747519f04ab607c01653f', '200.119.170.143', 1670107023, '__ci_last_regenerate|i:1670107023;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670107017;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28eaaa85b2510f83f696f2e995551cd81da11406', '114.119.159.19', 1687518697, '__ci_last_regenerate|i:1687518697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28eb9805b7cf6e3e8cc96f6a154298089702a862', '190.56.32.162', 1686446230, '__ci_last_regenerate|i:1686446230;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686446191;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28eb98579a628bf193f86852f7589269471f40d2', '190.148.158.175', 1672366117, '__ci_last_regenerate|i:1672365999;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672366116;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28ec9d321748dffe5f29509b0ff08b93c083f1ff', '52.167.144.98', 1685355235, '__ci_last_regenerate|i:1685355235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28ed996a7b4264b5e9c8689b28f81126bd252791', '114.119.144.36', 1685285703, '__ci_last_regenerate|i:1685285703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28edb5d6110a2cb7b7a10f5907ed3e4af711e60c', '45.63.18.23', 1688455571, '__ci_last_regenerate|i:1688455571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28ef7aa4aeb2b8f36b6fa062a7bbbad569ddfef0', '5.188.62.140', 1653293320, '__ci_last_regenerate|i:1653293318;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28f3f735e432bf8af15e321bdeff0d8101398f76', '52.167.144.98', 1684948726, '__ci_last_regenerate|i:1684948726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28f67b374c00a886b11d36c0c1331feab23c91a5', '198.235.24.10', 1658610139, '__ci_last_regenerate|i:1658610139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28f81c26b59371dfc6b487b2d451a192dd7aeaaa', '130.245.169.139', 1657878942, '__ci_last_regenerate|i:1657878941;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28f87243a94c4b02e26ad7bb51399a8637a63814', '40.77.167.133', 1683695845, '__ci_last_regenerate|i:1683695845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28f9116673cdc2b83da676847973e90de9e2f411', '114.119.133.245', 1687186047, '__ci_last_regenerate|i:1687186046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28fa04776098c4c06f1502cc2a9354d94e1de855', '40.77.167.202', 1687393063, '__ci_last_regenerate|i:1687393063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28fb77a7e6ff595aaaebb0ad9158547ec6450e51', '40.77.167.49', 1664776663, '__ci_last_regenerate|i:1664776663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28fba55d503b04deefb5c1ff4084598a856de988', '52.167.144.41', 1687094904, '__ci_last_regenerate|i:1687094904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28fe8d5f0bdbe8efdb881037996e45493395862a', '190.148.87.6', 1668304978, '__ci_last_regenerate|i:1668304951;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668304976;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28fe99306fc0872edcb66020cc760917b41025ff', '17.121.113.223', 1658692046, '__ci_last_regenerate|i:1658692046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28fea9b34e50829d4e1c13f270947a3bf49e3545', '207.46.13.12', 1675599969, '__ci_last_regenerate|i:1675599969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2903c072f6e01a58e01be4a15f684aeb1986ef10', '114.119.143.123', 1687519641, '__ci_last_regenerate|i:1687519641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29069eadadf282e3dc37132bcd0c3000ddc1ef7f', '52.167.144.171', 1685410664, '__ci_last_regenerate|i:1685410664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29073426a059cce17e93f10924ba742d803d8b4a', '40.77.167.202', 1687296745, '__ci_last_regenerate|i:1687296744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('290a6b63e4f41e8c10ddf4eda2a1ce149fc54707', '190.56.32.162', 1686486719, '__ci_last_regenerate|i:1686486719;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686486716;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('290bb2fad4e86add2100cb04b170a9b1965a1ab1', '40.77.167.182', 1683265867, '__ci_last_regenerate|i:1683265867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('290fe74bebbc32c548c0971aed0872e5792f02c4', '190.56.173.213', 1683424420, '__ci_last_regenerate|i:1683424419;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683424419;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('290ff56d76b50f3d4c3262190ce13ff21749efb3', '52.167.144.98', 1685361474, '__ci_last_regenerate|i:1685361474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2910c9ade71e52246ed21811dd0d0a31bf3af5de', '51.222.253.1', 1672907132, '__ci_last_regenerate|i:1672907132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29111a11cbac97b39394d6bdb3d9e7c4a36a7939', '130.245.169.145', 1657274143, '__ci_last_regenerate|i:1657274143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29116377ea9dd9dd7e3896f3ccc732edd9c55777', '114.119.167.129', 1686461907, '__ci_last_regenerate|i:1686461906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2911fbff7da7a3cb5c0a840ecba100ab28544051', '54.202.242.237', 1677590956, '__ci_last_regenerate|i:1677590956;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29127bc335747312e15f017ec8b8370145c4c12e', '52.167.144.164', 1685546830, '__ci_last_regenerate|i:1685546830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29127f5631df74694a8f19250f6b13304e199d67', '51.222.253.17', 1675429779, '__ci_last_regenerate|i:1675429779;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29150761c3239ab5b4864ddce872c8efde8d2aba', '157.55.39.173', 1668834340, '__ci_last_regenerate|i:1668834340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('291811ed7e0c5c2b1abc2f10ec96592e63c86b55', '200.119.173.130', 1676040727, '__ci_last_regenerate|i:1676040727;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676040494;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2918efdac9fe7293966c966d73e9d439bb99186a', '54.237.250.240', 1652698357, '__ci_last_regenerate|i:1652698357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2919d1813515e88092ff52dbe8760c8889bbb164', '190.148.158.69', 1685907702, '__ci_last_regenerate|i:1685907702;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685907633;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('291b90a73aac899b8fc883e64bf73ec7b28ce469', '157.55.39.79', 1671290382, '__ci_last_regenerate|i:1671290382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('291c4a2acab551e7b995006f2b1f204be2322fbb', '114.119.130.23', 1686877466, '__ci_last_regenerate|i:1686877461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('291c4e589e47a8cbbc738b65efd7aceab556c15b', '114.119.149.7', 1686047109, '__ci_last_regenerate|i:1686047109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('291e482e5ab0a539992fb686605c06fa4cb664c3', '190.56.32.243', 1684590907, '__ci_last_regenerate|i:1684590907;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684590045;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292221fc08d336c4a507a5c15c09d42933139323', '190.148.157.117', 1675606156, '__ci_last_regenerate|i:1675606156;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675606089;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29234ca0560ecc360d4809f46496ad26529ecaec', '66.249.79.210', 1666093093, '__ci_last_regenerate|i:1666093093;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2925a19be24019e7285330a0e67b75610d318a3b', '34.221.229.150', 1652708520, '__ci_last_regenerate|i:1652708520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29290b002f27968ba0cab8117b96272991bc1690', '200.119.170.113', 1666737440, '__ci_last_regenerate|i:1666737341;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666707397\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"TM8PYD4NjuHdhr9iCeBs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292b9dcc461979e087cbdb0e40f3b1114b957929', '66.249.79.173', 1677569472, '__ci_last_regenerate|i:1677569472;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292ba3c3cd4de392a81e07c45b9950f09bd2b276', '17.121.115.90', 1662542854, '__ci_last_regenerate|i:1662542854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292cfe8e3aa0f21429123c247412ff7f5f8c38ad', '114.119.157.84', 1688234071, '__ci_last_regenerate|i:1688234071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292d40d4d6aac440e1babfee061ecb3bca7d120c', '207.46.13.207', 1685876020, '__ci_last_regenerate|i:1685876020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292e3502076e5632732e01ebd60525706772cbb8', '190.148.252.235', 1666906234, '__ci_last_regenerate|i:1666906234;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666906097;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292e44259cef9b901e2e7151b8da8d0c426b52de', '52.167.144.63', 1686908661, '__ci_last_regenerate|i:1686908661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('293286c41bfe0a2cecea03f50654610d209f9260', '51.222.253.8', 1661216500, '__ci_last_regenerate|i:1661216500;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('293519f2183231926aa93978633d342c6a2f8ef4', '3.17.140.79', 1667896449, '__ci_last_regenerate|i:1667896449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2936ba87ca6d8d365b0026c5a06288175f83a106', '190.56.51.158', 1655750539, '__ci_last_regenerate|i:1655749278;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655669018\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655749313;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29375040ce47a0cd2961ef12868c3f139c93052a', '17.121.113.232', 1653818863, '__ci_last_regenerate|i:1653818863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('293784e5440fd3a951a76884065e3a0487cb3da5', '35.189.122.147', 1658506407, '__ci_last_regenerate|i:1658506400;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2938a8a57250b3a3f8b61127d2fd6cb27afa306a', '114.119.148.50', 1685582522, '__ci_last_regenerate|i:1685582522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2938d9876a0a62eeb61683fbee1ccea89ac70af0', '17.241.219.72', 1675232389, '__ci_last_regenerate|i:1675232389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2938f6e0843ac00f1966cbad106c6b43700d3c71', '40.77.167.182', 1683690667, '__ci_last_regenerate|i:1683690667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('293e4f514f03459297ab5cfb21e33fd27f400e35', '173.249.31.237', 1659409276, '__ci_last_regenerate|i:1659409276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('293f2751e487378209c2ad6c20b1263ad8fdf7d5', '190.56.32.37', 1670455257, '__ci_last_regenerate|i:1670455257;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670448554\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"i3pDeKJbfxwauZIkV9yl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29430452af755c04009177541cf4ca8d4db851e9', '146.148.68.183', 1664132402, '__ci_last_regenerate|i:1664132402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2944e7c13e6e7b6d40b21f81322a4b046d553d46', '207.46.13.205', 1671944126, '__ci_last_regenerate|i:1671944126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2946099dad5df10996af873c94cc647020876a84', '114.119.157.24', 1688022464, '__ci_last_regenerate|i:1688022464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29495908aefdbb4095ba57d61de7f4ee8f0affd5', '3.111.41.2', 1670738449, '__ci_last_regenerate|i:1670738449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('294c77b7f3c1c4eabe60f41b850db62085a9fea3', '190.56.55.113', 1673470197, '__ci_last_regenerate|i:1673470197;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673470186;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('294d0296ff6d472d508c4564e8b14641563c8c16', '40.77.167.30', 1657487549, '__ci_last_regenerate|i:1657487539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('294f8d1d6c33be31280827319a2a2123b4f3d30d', '200.119.173.177', 1684861337, '__ci_last_regenerate|i:1684861337;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684775626\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684856690;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"d6qPa51zTYkvmOwGnJZb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('294fea62cc60fb92563f09d057dae2daa18be50e', '17.121.113.174', 1660119510, '__ci_last_regenerate|i:1660119510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29536469157826d6c2c7f5e1cf33d2da61ae6012', '167.172.78.50', 1654749991, '__ci_last_regenerate|i:1654749987;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2953f780cd040085536c5864a792a0cf4c9573f8', '52.167.144.164', 1684303404, '__ci_last_regenerate|i:1684303404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2954513fd11d9947cb4085cc95e8306c578379d9', '207.46.13.51', 1663076727, '__ci_last_regenerate|i:1663076727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2954ff187dbd200b64a069aeab039ba4d8155295', '126.110.109.21', 1651485917, '__ci_last_regenerate|i:1651485917;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2955e3571577de94301856d554630208a1fd3fc7', '207.46.13.41', 1671122241, '__ci_last_regenerate|i:1671122241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29560fc3729d892b6df30be9ad7b3217058a294f', '52.167.144.154', 1688004832, '__ci_last_regenerate|i:1688004832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29580dae567078fa38b342f66490aaa54f1d4673', '52.167.144.98', 1685076620, '__ci_last_regenerate|i:1685076620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29582eaf1245e271a7a524e47b270dc08a2b7ca0', '74.208.2.208', 1665904734, '__ci_last_regenerate|i:1665904734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('295852595aa779053e479a275f08e64dfe037a95', '190.148.87.96', 1678311580, '__ci_last_regenerate|i:1678311575;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678285119\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"FRPdt7AsaUXgGKvqlOS8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('295c4a59e67ef86cabf1c04cf9a4057d848028f4', '52.167.144.74', 1688277725, '__ci_last_regenerate|i:1688277725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('295ccc1ef2c49dd432fb97d4a5a5993389db7fa2', '51.222.253.17', 1660535038, '__ci_last_regenerate|i:1660535038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('295d460181c5eb2ddf79fc53fab58ab6c04edac7', '207.46.13.154', 1671160041, '__ci_last_regenerate|i:1671160041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2961b4faba5459bd2427cbae98ae80d0ecd75679', '190.148.87.182', 1679872490, '__ci_last_regenerate|i:1679872490;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679872443;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29620ee8abeb83cffae884d2692ccffec466949f', '52.167.144.28', 1679489228, '__ci_last_regenerate|i:1679489228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29622dcde137373d27fe7c6e77745e5e0826bfa1', '190.148.252.236', 1656083019, '__ci_last_regenerate|i:1656083019;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655994097\";last_ip|s:13:\"190.148.87.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jMBdYVqeutE2U9HvmLI4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296325d9233aa7bc682a571bd807f3f97a3af9d1', '190.56.32.35', 1672077461, '__ci_last_regenerate|i:1672077461;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672077461;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296449f3a8fd8b9e07f911a6a13912193e3eb9e5', '52.167.144.162', 1682918560, '__ci_last_regenerate|i:1682918560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29644dcb770920bf4a6c4f663b44abfd7083f09d', '157.55.39.253', 1682359883, '__ci_last_regenerate|i:1682359883;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29651d28f3f2c6d83d0d4e7fd71b7af23520ed62', '200.119.170.209', 1656712296, '__ci_last_regenerate|i:1656712296;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"B8jEPvIa6yzOr4mGcRdD\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296576a3d4f68dbc407d1a0285e71bc7b8d35875', '157.55.39.253', 1681986202, '__ci_last_regenerate|i:1681986201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296774820850a124e2c30f1106019ec7b1920d26', '207.46.13.205', 1671260746, '__ci_last_regenerate|i:1671260746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2969cc22dfacf3be115d8e122d576e4db8b842bc', '157.55.39.108', 1672935653, '__ci_last_regenerate|i:1672935653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296b51b2bc55e4543df3d61cfdd9c819e242bce0', '207.46.13.142', 1664610162, '__ci_last_regenerate|i:1664610161;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296c84811ccfc71fa33f35b499a6d34e401735f9', '114.119.138.99', 1687978359, '__ci_last_regenerate|i:1687978359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296d88d69ad8f29c3380662734b1d37eca9b977f', '157.55.39.253', 1682619042, '__ci_last_regenerate|i:1682619042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296e401197a16d7fd5ad0e9331738959ce152652', '190.56.50.32', 1655066976, '__ci_last_regenerate|i:1655066976;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655043371\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655066757;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296e5801e9f1d70a853c4e22054e00ca48e6dc0a', '40.77.167.161', 1677012802, '__ci_last_regenerate|i:1677012801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296e7b78be583d96b82239fd78236658d47ee143', '52.167.144.63', 1687178306, '__ci_last_regenerate|i:1687178306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297230e3d67566ca31b4a52ec4cd9963e7e0380b', '200.119.174.9', 1674476097, '__ci_last_regenerate|i:1674476097;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674476079;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2972b18e6ddc34e33aa1e87b75a03b6e06e6eb32', '46.101.63.152', 1652762872, '__ci_last_regenerate|i:1652762872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297355975ce9a400ed0efb0115a35d2f72b9d2d2', '157.55.39.55', 1661070803, '__ci_last_regenerate|i:1661070803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2973bea1739e0399edd7d92bf109fb7c1d8610f9', '40.77.167.244', 1677744808, '__ci_last_regenerate|i:1677744808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2974065ab8b652b3f3563ccdff4fe522493a630e', '157.55.39.51', 1668631582, '__ci_last_regenerate|i:1668631582;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2974b4a0d36f68e586414fb7aeafc9924125cfe9', '190.56.55.48', 1687553199, '__ci_last_regenerate|i:1687553197;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687553192;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2975192974bf8d74d2681575393aff8fb41d718b', '54.36.148.255', 1663144818, '__ci_last_regenerate|i:1663144818;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297610523b7cb1c9aa1ef2d890a453c18ff292ea', '114.119.129.184', 1688211333, '__ci_last_regenerate|i:1688211331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2979bf8009a551482f24c96fb1f9be45cea5ff53', '17.121.114.226', 1659158929, '__ci_last_regenerate|i:1659158929;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297afb7a5af87090a91e1d207f0594d7f9915179', '190.56.51.144', 1687111383, '__ci_last_regenerate|i:1687111383;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687111380;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297cbf0f14757cec756f24bc7d4bd27fc92f4a62', '74.208.2.134', 1682136350, '__ci_last_regenerate|i:1682136350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297ce537592f9ee56cd341d8e187f365821f46d6', '207.46.13.217', 1684126700, '__ci_last_regenerate|i:1684126700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297d1938f7c3c2f5bb90e243fc0539ba0dd9c35b', '52.167.144.98', 1685764032, '__ci_last_regenerate|i:1685764032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297d7af4158cc16cdb0b78f2bef101769aab7520', '200.119.168.118', 1661606341, '__ci_last_regenerate|i:1661606341;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661549338\";last_ip|s:15:\"200.119.168.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661606332;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297e5a44d623359e5f3aa435e6173e766bccb376', '52.167.144.98', 1684980345, '__ci_last_regenerate|i:1684980344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29824cbbcbe3bf2b888c3555843937984eb50884', '190.148.157.177', 1681949935, '__ci_last_regenerate|i:1681949935;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681949920;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2985c0ab6eba1f3c72e5685631e047899f89db46', '87.116.175.231', 1680086212, '__ci_last_regenerate|i:1680086211;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('298814e3fb113a692a630236fd5907a5bbbd1516', '162.55.237.166', 1670380696, '__ci_last_regenerate|i:1670380696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29886b640623d3e4ee6b8e8d27e0d72879b87ed6', '114.119.142.19', 1685102720, '__ci_last_regenerate|i:1685102720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2988c710af3bacf83fe5edb1aa126953c70b974f', '54.36.148.140', 1672751518, '__ci_last_regenerate|i:1672751518;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29891820900d41695c8eb085844163cf9a231cca', '114.119.140.71', 1686454541, '__ci_last_regenerate|i:1686454541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('298f06a4fcae746987d6c4c2d4b1e6e3a8f2d61f', '51.158.104.74', 1656194650, '__ci_last_regenerate|i:1656194650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('298f147a741fc5c2a0d10043a4050da79942a868', '192.36.109.120', 1686034150, '__ci_last_regenerate|i:1686034150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29921845f12c19ccb889211ef26724afb1239067', '52.167.144.74', 1688412017, '__ci_last_regenerate|i:1688412016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2992735eb369a99c3ee21d012f7529979264153e', '40.77.167.191', 1681886716, '__ci_last_regenerate|i:1681886716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('299325d8b8ef3255be5ca173ea3ab1fda6b81652', '40.77.167.91', 1686973936, '__ci_last_regenerate|i:1686973936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2994e88137f40c232903c6f4897804d73d7212c1', '130.245.169.139', 1657878944, '__ci_last_regenerate|i:1657878944;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29964f8ed29493327cad149569e86db0c96c5117', '14.29.223.121', 1667403634, '__ci_last_regenerate|i:1667403633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29968675d09ed183067269ac68678621f2e3e40d', '52.167.144.109', 1680307939, '__ci_last_regenerate|i:1680307939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29972d0efc4a629fc9b981e995238f4d8d037f8c', '190.56.50.253', 1682515238, '__ci_last_regenerate|i:1682515238;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682515113;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('299762a7feee63f3b4fb64ab1f9b35bdb9e33261', '54.36.149.76', 1655427763, '__ci_last_regenerate|i:1655427763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('299869a0c012a27da4a9d9c200dfdb250dbb97fe', '114.119.153.137', 1686942411, '__ci_last_regenerate|i:1686942411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29987b4dd6d2f4d1c5e180f35bf3ccf278214ac8', '52.167.144.162', 1687246651, '__ci_last_regenerate|i:1687246651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('299bbdfe51ca12e229ee71149bb2d2fb6123cf8b', '114.119.128.237', 1688229385, '__ci_last_regenerate|i:1688229385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('299de7c103aeb139e5a294b4b14275c3bc77bbe2', '190.148.252.111', 1677792601, '__ci_last_regenerate|i:1677792601;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677792586;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('299ea8a97098c19ed6eb7fbd5fe29b1931c82f9c', '44.200.209.28', 1682293438, '__ci_last_regenerate|i:1682293438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('299f89c82b600c6054ad79cc8a17c20869362b0a', '52.167.144.164', 1679550610, '__ci_last_regenerate|i:1679550610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('299f9c46c9336443bf98489fad043be6c5d1eec1', '174.138.58.62', 1687957128, '__ci_last_regenerate|i:1687957128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29a5a97b126aabb4a4a8ce67e7ab491e20d2c96c', '114.119.150.127', 1686025547, '__ci_last_regenerate|i:1686025547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29a62f654cfe123a0b25ac7df7e20f6bbf95c6a2', '190.56.50.6', 1686954947, '__ci_last_regenerate|i:1686954947;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686954558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29a6ea7dc7b7054366989658a14c8e13771b0448', '35.222.54.30', 1664962050, '__ci_last_regenerate|i:1664962050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29a81798bd8874831c89fd230583fdee83b8bd42', '190.56.32.174', 1676939415, '__ci_last_regenerate|i:1676939415;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676939315;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29a984758ab1006a824da1c15ab22efbaa71aceb', '173.249.31.237', 1659409263, '__ci_last_regenerate|i:1659409263;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29aa814fb13e793ba2f5741f26f1896da85ea8b7', '114.119.158.5', 1688491451, '__ci_last_regenerate|i:1688491451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b135164cb57809f8f56f7fa8c76bf538b846ed', '207.46.13.213', 1679075534, '__ci_last_regenerate|i:1679075534;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b13dfe67b5c6282645dbe3e2d3df7c7a2b743d', '190.56.32.35', 1672093849, '__ci_last_regenerate|i:1672093849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672093818;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b1cc475bd4c0ac76d7c6e31d3a67bd0b8faa61', '51.254.199.11', 1681879258, '__ci_last_regenerate|i:1681879257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b33472e4d4d832cbca75c4d8d6189be7e684fa', '114.119.134.212', 1683737397, '__ci_last_regenerate|i:1683737394;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b3aeb7ffdfc46b940c88f2bd3bc6bba3ddea1a', '52.167.144.98', 1684315742, '__ci_last_regenerate|i:1684315742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b487f719f852b8cc0f0f4cb863b6a8e479fa02', '207.46.13.160', 1664378737, '__ci_last_regenerate|i:1664378737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b61ee0396a2661f1481cc3745387958e65af1f', '207.46.13.11', 1668935009, '__ci_last_regenerate|i:1668935009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b7d0ff0506d7d33b4b0f8fcb5565b3b474daa8', '52.167.144.61', 1687998402, '__ci_last_regenerate|i:1687998402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b83b41934dd7dd75902a3e4f1a4c3b9c9c2d6e', '52.167.144.164', 1686580126, '__ci_last_regenerate|i:1686580126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b850bcecb22fb4d146f364288905da161b1fea', '40.77.167.227', 1679092402, '__ci_last_regenerate|i:1679092402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b8e0d53c6bed0943b6f05a717fb820636c8776', '205.210.31.28', 1651957290, '__ci_last_regenerate|i:1651957290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b90c2af81124609eff4168de2ce69affcf9d6d', '190.56.55.113', 1673529408, '__ci_last_regenerate|i:1673529408;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673529401;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29bbb516ad2a44de48a7b343b07d8d08d30c455a', '190.148.252.111', 1677716220, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1677693524;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677671189\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677716220;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29bc6945784c84cd8881340a82abb0ae436c1989', '190.148.157.183', 1680302453, '__ci_last_regenerate|i:1680302453;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680302441;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29bd2dafe3cd4838ca34b8b5da91da5232eb24b8', '114.119.153.186', 1684486613, '__ci_last_regenerate|i:1684486613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29bd811e47255194404a71a3434bc9642d42e5aa', '52.167.144.164', 1684436062, '__ci_last_regenerate|i:1684436062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29c0693bedfc141acb8bbac2db301d6020be1179', '54.36.148.21', 1686443017, '__ci_last_regenerate|i:1686443017;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29c0c9e7e922f6491e8f114a1c00d6ff302ff24e', '114.119.151.185', 1688433816, '__ci_last_regenerate|i:1688433816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29c2d9521e587d2be16ad56736b897e4e40d4d59', '54.218.70.85', 1671716289, '__ci_last_regenerate|i:1671716289;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29c47d2ecf70360df14570650f5ae5d1b299ba93', '52.167.144.98', 1680161667, '__ci_last_regenerate|i:1680161667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29c5c6bdad01110d98bcbdfc199bcba83be87c33', '40.77.167.227', 1682119631, '__ci_last_regenerate|i:1682119631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29c6ab7dfe68cdf7fc5608b02548030f2c73a2a4', '40.77.167.91', 1686999564, '__ci_last_regenerate|i:1686999564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29c74d4655edacede51454c286afaafcee877918', '173.249.31.237', 1659409222, '__ci_last_regenerate|i:1659409222;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29c87f18a938fd058d8dfde70985044150d59b29', '207.46.13.41', 1664621126, '__ci_last_regenerate|i:1664621126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29ca3b427a08363d44f53642f6c5513a66c73323', '149.56.150.116', 1650829802, '__ci_last_regenerate|i:1650829802;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29ccaa138c60d576b143c1ede9d039786e2e6a6d', '200.119.174.9', 1674144864, '__ci_last_regenerate|i:1674144864;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674144836;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29cf5846798c60cc0bb666b82fcef2cc147bcb30', '114.119.136.143', 1685156995, '__ci_last_regenerate|i:1685156994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29cf6411daa33d1bc64efda76b0fabc4893d0227', '157.55.39.173', 1669794937, '__ci_last_regenerate|i:1669794937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29cfc8957f9eded1ad77ac7f5ca805a3145ebe9a', '190.56.54.156', 1665241535, '__ci_last_regenerate|i:1665241535;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665241527;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29d13cc5f3e49efc602bc516897f3a404a9e5d5d', '157.55.39.100', 1671904766, '__ci_last_regenerate|i:1671904766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29d26182b9fa24744bce6921b8e4e1e35955c9ce', '152.89.196.13', 1661058953, '__ci_last_regenerate|i:1661058953;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29d40daed6d12a71ac3b375de2831fd675b5b652', '190.56.49.187', 1688085431, '__ci_last_regenerate|i:1688083328;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687963363\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688085431;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29d4c2ed30a527f43058dfaeb3626474e19d8d42', '52.167.144.98', 1685100141, '__ci_last_regenerate|i:1685100141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29d56641452f5e124ef933b8d150858958cecfec', '207.46.13.154', 1671592757, '__ci_last_regenerate|i:1671592756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29d5c2cad4e20a36a2b3db8d928b765a87ea6d52', '190.148.157.53', 1683978952, '__ci_last_regenerate|i:1683978952;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683904085\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683943453;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29d66ad56afaaab9cd7362ac520e77189d1a0e34', '40.77.167.91', 1686949400, '__ci_last_regenerate|i:1686949400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29d8e41f36fbbe5ef1d2e87465e62d773c5d9008', '17.121.115.152', 1656077123, '__ci_last_regenerate|i:1656077123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29daa7b5a5b50ce67af1ed21a9a81f2b4afae3d4', '190.148.87.244', 1654617606, '__ci_last_regenerate|i:1654617606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29db21d53ea0668d692a6c219240d55c04450d15', '190.148.252.166', 1658161182, '__ci_last_regenerate|i:1658161182;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658081998\";last_ip|s:13:\"200.119.168.8\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658160990;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29dbc28ebd27b6a28e3785a37fbf569b0283756e', '114.119.156.152', 1687167676, '__ci_last_regenerate|i:1687167676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29e03e3c5469d07a3fa344be46fe9860a04bae40', '111.7.100.24', 1650686201, '__ci_last_regenerate|i:1650686184;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29e247fb6b08a19ff056ba4c5bb04e35b1541ddd', '52.167.144.162', 1686208420, '__ci_last_regenerate|i:1686208420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29e45be385a085e1134ba7e235e433d3e4fb221c', '52.13.46.114', 1672752447, '__ci_last_regenerate|i:1672752447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29e7573a78573090826bfea6528862b74de34e57', '200.119.170.113', 1666708681, '__ci_last_regenerate|i:1666708681;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"2HbzvRM6Bc1jnJ8PNmk0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29e7acc948433ccadeef3a3dc347eb81e34175aa', '209.160.115.40', 1682930804, '__ci_last_regenerate|i:1682930804;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29ea0bef46572474117c994de4883e17c96e95f2', '47.242.105.176', 1683794589, '__ci_last_regenerate|i:1683794589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29ed78cdf7ff1547ff69673eb10c975d21594f71', '40.77.167.192', 1681430389, '__ci_last_regenerate|i:1681430389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29ef9a2071c4a67e202b755ed1e61619381e6e60', '157.55.39.80', 1670209526, '__ci_last_regenerate|i:1670209525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29f0eb559ec24dfd1a3839ba32e30f86bce2822d', '54.36.148.209', 1669976022, '__ci_last_regenerate|i:1669976022;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29f1f2a953a8a20424b4a6f9038813fbb349875c', '54.36.148.188', 1653776139, '__ci_last_regenerate|i:1653776139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29f382dcea54ae47c4868ce91f06e3ae2e449d85', '54.36.149.47', 1681175948, '__ci_last_regenerate|i:1681175947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29fb7ebc4cbd1536ba506cd7952916d779036206', '157.55.39.173', 1669998592, '__ci_last_regenerate|i:1669998592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29fdc72cf12c937f5f87a37ebe04dd9c31a72481', '207.46.13.221', 1687033066, '__ci_last_regenerate|i:1687033066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29ff088e5ae4f2b8b0e839b5185d48b2b31edf16', '190.148.87.191', 1664217311, '__ci_last_regenerate|i:1664217311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664217255;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a009ef1d23f5857b505601817540aff3c3298c7', '51.222.253.16', 1669844541, '__ci_last_regenerate|i:1669844541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a00bbd860dfacf06458d68b202075423e95a034', '51.159.101.199', 1666850215, '__ci_last_regenerate|i:1666850215;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a00c7911db43b89f921cfd1f0744a5cdb387e07', '157.55.39.125', 1654071026, '__ci_last_regenerate|i:1654071016;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a033e14d9d1dda575a885561bdb51c5c9bf8b79', '35.167.197.235', 1685751047, '__ci_last_regenerate|i:1685751047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a03bb5a6cfa62a55845de057a0caee02325e677', '52.167.144.82', 1687239139, '__ci_last_regenerate|i:1687239139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a04a95d2b271ba82a87b1eb3ec13fc4c7490bef', '190.56.55.113', 1673915412, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1673915410;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673887796\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673915410;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a06d7152c539f36e5f2eee20ab2f39a2dd90fe1', '190.56.54.156', 1665164225, '__ci_last_regenerate|i:1665164225;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665156288\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"hq7lJmesM16U2prPI3yQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a07cadbd2cf4455af5d3dc8c781314ef3aa9f97', '54.36.148.135', 1681256745, '__ci_last_regenerate|i:1681256745;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a0810d63224deba79a092e4ebebf46a7fc1fd07', '190.56.173.136', 1687889520, '__ci_last_regenerate|i:1687889520;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687889423;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a082a5134918e5ecf9439627100cc0cba51ea58', '114.119.151.170', 1688576915, '__ci_last_regenerate|i:1688576915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a085957eb663b3a5a644ffd08bff0599c98a2e6', '147.182.171.81', 1650861189, '__ci_last_regenerate|i:1650861189;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a09553e79e7181a76adf174d56c353d2aafc7bf', '207.46.13.160', 1674447865, '__ci_last_regenerate|i:1674447865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a0d7ab1c68c0bc1606f42a31fac6773f00e760c', '52.26.163.31', 1668777715, '__ci_last_regenerate|i:1668777715;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a0d9442a1df64a6386d26c42c968f38c9db1ed5', '144.76.67.169', 1676801018, '__ci_last_regenerate|i:1676801018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a0e827a5731f5e56ec6435cdf55734a9a940765', '207.46.13.10', 1671066998, '__ci_last_regenerate|i:1671066998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a13f40c203e4a34a22837ff8982690821d65a01', '40.77.167.227', 1678552600, '__ci_last_regenerate|i:1678552600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a148d0ca96feb47d275ff416b5e9df30e489941', '5.188.62.140', 1656386200, '__ci_last_regenerate|i:1656386197;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a15cc55b06d29bb6c3fce81a7a451c7d570339f', '207.46.13.210', 1677293966, '__ci_last_regenerate|i:1677293966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a15cc857236d69d83c185bea7c8244e29c3d5f9', '45.79.42.132', 1654673406, '__ci_last_regenerate|i:1654673406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a171201b1ef9274e0c7d4cc472771ce90214682', '114.119.129.148', 1688018629, '__ci_last_regenerate|i:1688018629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a1759582a5ab109934a2b382b5170eef63b5fb7', '52.167.144.76', 1681587283, '__ci_last_regenerate|i:1681587283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a1b63f2964bc116eeed9cf2668d5e8cf56370f0', '52.167.144.171', 1685512972, '__ci_last_regenerate|i:1685512972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a1de0c910cbb143fa1ce5e97ccc8dea18429393', '40.77.167.254', 1685440865, '__ci_last_regenerate|i:1685440865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a1fa1e85a01ac07fc1d1a7dd8bd0c0484a0b986', '52.167.144.98', 1686401150, '__ci_last_regenerate|i:1686401150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a207aa19b5c35a17a8c86db3b74dc6cbd46d6dc', '5.188.62.21', 1656417132, '__ci_last_regenerate|i:1656417129;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a208c5b19bf8e2f7681243a77697b47f03c07de', '157.55.39.217', 1683265915, '__ci_last_regenerate|i:1683265915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a20a4e2d00ff10089786bb7240dbc54956a6695', '190.148.157.183', 1680279735, '__ci_last_regenerate|i:1680279735;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680277280;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a239f52d57642992be3c8db35ab3c60ab22e9e0', '51.195.90.229', 1650840562, '__ci_last_regenerate|i:1650840562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a2443c9ec7904135186edf84cf05558aa7d0805', '52.167.144.171', 1685379735, '__ci_last_regenerate|i:1685379735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a2456dcfb4707843ff06b4259bfb654c5fd5b28', '40.77.167.182', 1683192189, '__ci_last_regenerate|i:1683192189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a24dd07c30a352d7ca0bc5d2b77f73c86f1ee49', '40.77.167.182', 1683491100, '__ci_last_regenerate|i:1683491100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a26a00057ae561aac98a7a96cf0bd3cd6043af8', '207.46.13.41', 1665041366, '__ci_last_regenerate|i:1665041366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a28041c96c76eb2c2d895036647b2ec1df7d665', '176.74.192.85', 1654403413, '__ci_last_regenerate|i:1654403413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a280d0b7cb8a2123ce588ecf890ed2704de9dc2', '44.192.130.218', 1652859292, '__ci_last_regenerate|i:1652859292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a28d4c63f9ed2ff2fa23aa5b568eac963c4203c', '190.148.158.75', 1663195133, '__ci_last_regenerate|i:1663195133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a2a8347cbf2bc91d11515612da5e68ab2f7c034', '40.77.167.64', 1674559490, '__ci_last_regenerate|i:1674559490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a2dc767d9742c91440bea3a669b606860fcf7ba', '40.77.167.220', 1677794773, '__ci_last_regenerate|i:1677794773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a2df525f14ab9eef4b4fd96dcf0da0a8c8d4e76', '52.167.144.54', 1675296758, '__ci_last_regenerate|i:1675296757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a2fd228cc44ff41a5136d2a32e852b61acd8a74', '200.119.168.250', 1681171413, '__ci_last_regenerate|i:1681171413;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681171390;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a31048a7067ddf8a87338774dacad2acc2e9144', '3.237.104.7', 1654055393, '__ci_last_regenerate|i:1654055393;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a3231d6b422891ae292c8ffde3d30cf90902e6d', '17.121.115.104', 1656260888, '__ci_last_regenerate|i:1656260888;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a329e0cc550ea42fecc866376ac7ed691a35bc7', '52.167.144.73', 1679677130, '__ci_last_regenerate|i:1679677130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a32e9211e27c398566ef834ba481ddaba93cb41', '35.222.54.30', 1664962061, '__ci_last_regenerate|i:1664962061;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a335679be142891eb5a75763d322c2ac26364d4', '190.148.87.6', 1668466258, '__ci_last_regenerate|i:1668466258;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668466252;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a3646c752523e2d2b67490a071c75affb7fdea9', '167.248.133.118', 1654111102, '__ci_last_regenerate|i:1654111102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a36a0ffd9e5945539b16b41565d8dec079d6ad8', '52.167.144.171', 1685619137, '__ci_last_regenerate|i:1685619137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a384b19ffa97b96d8e0f96de1191a762977215b', '190.56.55.0', 1687798009, '__ci_last_regenerate|i:1687798007;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687557352\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"osvdCGUYP8Af3mqVNnKr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a38b118f60a79373008c32f158c4b57ab90d90a', '40.77.167.123', 1683192163, '__ci_last_regenerate|i:1683192163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a3a16b8ff4290343de304eaff81e2f21fa10607', '35.166.254.4', 1670680331, '__ci_last_regenerate|i:1670680331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a3a8a81be1650213234ad0a3317bb23713f177c', '157.55.39.69', 1672246859, '__ci_last_regenerate|i:1672246859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a3b89cbff4ddad8297c6b0d7b4b158e1b7c5734', '51.222.253.7', 1679501657, '__ci_last_regenerate|i:1679501656;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a3cc20a628bbb2ffb8954d29ffa1faf42610425', '17.121.113.17', 1658883524, '__ci_last_regenerate|i:1658883524;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a3d1ab85c401c3ca3812d23608a746fa7855835', '200.119.168.250', 1680713649, '__ci_last_regenerate|i:1680713649;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680711596;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a3d846ad9b187c0a8db5b6dd525fb058ff6e72b', '51.222.253.20', 1684238652, '__ci_last_regenerate|i:1684238652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a3eef7ef6f8043b5910158821b9f96ee3deefe0', '52.167.144.164', 1685105040, '__ci_last_regenerate|i:1685105040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a3f6c0dd3b3857cddd058e6779fc1d7014c8f26', '190.148.252.111', 1678057519, '__ci_last_regenerate|i:1678057519;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678057516;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a40d61968c6ea97cdddefe9ed7c1964595a0263', '52.11.124.205', 1677332351, '__ci_last_regenerate|i:1677332351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a442301513aa10b0cdcda2b4429cf8b9f9ff760', '40.77.167.101', 1661374833, '__ci_last_regenerate|i:1661374833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a44dccedfa9426137920cd9015bf7e42d5be9cc', '40.77.167.45', 1670375202, '__ci_last_regenerate|i:1670375202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a46c3d2a597fffd3beba504d595ff93811d6d9c', '52.167.144.98', 1686635360, '__ci_last_regenerate|i:1686635360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a4790ed8aec257a735de9c8a12d2da2a9a60da1', '5.188.62.21', 1653371996, '__ci_last_regenerate|i:1653371996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a479ef13e70619e498d53066c8ee975118ffadc', '54.36.148.206', 1688074646, '__ci_last_regenerate|i:1688074646;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a47b463372fbd4d5b5556c938baaeb6670e356e', '35.90.104.163', 1676985248, '__ci_last_regenerate|i:1676985248;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a4865bcba553b4612205ed2d18ce015803c57eb', '200.119.170.10', 1655312598, '__ci_last_regenerate|i:1655312598;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655312422;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a4df48b61e311fbe11e20281aa741b400270b47', '40.77.167.101', 1661502625, '__ci_last_regenerate|i:1661502625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a4ec5ac71e19cf198674d749bc85a00a6382af4', '207.46.13.142', 1664975923, '__ci_last_regenerate|i:1664975913;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a502ee0191282beb91d6496637439a5a0e99b66', '114.119.154.26', 1687601766, '__ci_last_regenerate|i:1687601766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a51a6b3ff89f67e35825964b85bab2f24aff855', '114.119.133.247', 1688439920, '__ci_last_regenerate|i:1688439920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a51b085a2f67d67b7d377248930d8f783706d05', '190.56.50.38', 1670449114, '__ci_last_regenerate|i:1670449114;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1670256170\";last_ip|s:15:\"200.119.170.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a51c58cf71841c886338f0cc2ddb9cb7ae15827', '52.167.144.164', 1685703742, '__ci_last_regenerate|i:1685703742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a528f90f8c5bbfb82ab5bd54257d9ae0ee1c11d', '52.167.144.98', 1686515213, '__ci_last_regenerate|i:1686515213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a56d4efc38a77b582f2e2ded46d6e981ae5d7ef', '130.245.169.70', 1657360540, '__ci_last_regenerate|i:1657360539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a5800daace6fb3c4fc15ab87d07b7dade69bbb8', '157.55.39.51', 1668935051, '__ci_last_regenerate|i:1668935051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a59554b954eabb9ffda8375a8e6ab0301fa7a32', '5.188.62.174', 1659445836, '__ci_last_regenerate|i:1659445830;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a5a2634942ac6eb11b2ff9f533ca67a7df2f3f4', '190.56.51.247', 1660401759, '__ci_last_regenerate|i:1660401759;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660308462\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660400578;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a5a83ba9039eec7521379d5e9b62551c2177e14', '52.167.144.162', 1686599418, '__ci_last_regenerate|i:1686599418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a5adb1375079f8997908ea09ca0b48afa536dc0', '52.167.144.73', 1679517051, '__ci_last_regenerate|i:1679517051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a5c908b1822eac845b06b5b8b7fae3a6450e1a6', '190.148.252.183', 1681258793, '__ci_last_regenerate|i:1681258793;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681258773;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a5d3ead3f47afb9808088363d3f3a25027e6be8', '114.119.153.158', 1683779449, '__ci_last_regenerate|i:1683779449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a6283eccf8baffed3e9c927b0f8b33a04f2f6e2', '190.56.51.144', 1687115810, '__ci_last_regenerate|i:1687115810;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687115795;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a6360254e8208a0dd4b38b33cc7b4bce36b89fc', '207.46.13.127', 1657984179, '__ci_last_regenerate|i:1657984179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a6418b6157c5ba8ac2f19f95c1bb7fe03fc1897', '40.77.167.123', 1683083787, '__ci_last_regenerate|i:1683083787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a643c12e8325af7f9c6de4ff331d96aefe108d3', '157.55.39.147', 1671972156, '__ci_last_regenerate|i:1671972156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a650c2fc6650d41f69d164d3faa9fe9070462a2', '207.46.13.11', 1668935009, '__ci_last_regenerate|i:1668935009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a665b298fddf30921227d94f30e69c49b1e26b7', '157.55.39.100', 1671972141, '__ci_last_regenerate|i:1671972141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a66fbb706a4d57cabd9710039905378ecd7d8fa', '52.167.144.63', 1687159835, '__ci_last_regenerate|i:1687159835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a69b45c2a6650708b70af97602d7431956c8868', '190.148.158.175', 1672509246, '__ci_last_regenerate|i:1672509246;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672509243;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a6d41298993ff0fa646756ed03e419294c5acf2', '52.167.144.154', 1687653190, '__ci_last_regenerate|i:1687653190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a70f18fac9919a5b0a21a491d377803cb82ac61', '114.119.139.103', 1688140097, '__ci_last_regenerate|i:1688140097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a72493c3cde2493e847621fdb91d72d62a9065e', '190.56.54.129', 1653660366, '__ci_last_regenerate|i:1653660366;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653660348;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a72dcedac0411fd05c2b277ef26df8e21cfdc35', '190.148.87.6', 1668206685, '__ci_last_regenerate|i:1668206685;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668204512;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"f4pdqQBs9IiyhP7ra05U\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a75b74ed624de61d875cc5cf276b31d95fdf039', '200.119.170.212', 1665883262, '__ci_last_regenerate|i:1665883262;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665882429;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a76cc619ca3aa9a29fc5de976937f766b881a39', '157.55.39.79', 1668935029, '__ci_last_regenerate|i:1668935029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a781c440bfe4bc9ea23cb981631eb7501cf2e1d', '200.119.169.5', 1654826343, '__ci_last_regenerate|i:1654826343;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a78d0a049e6a0cf999be9846f2285f84b055b67', '200.119.173.177', 1684964058, '__ci_last_regenerate|i:1684964058;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684964030;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a7c3bc38eb62e20b704d6bfc9da95515ea4e76a', '157.55.39.69', 1671795378, '__ci_last_regenerate|i:1671795378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a7d9d4799f58538377371def883238e81946a13', '190.148.157.98', 1679016690, '__ci_last_regenerate|i:1679016690;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679015074;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a7da0be68c980f79cc0503860598f2c60628e95', '190.56.50.15', 1667142706, '__ci_last_regenerate|i:1667142706;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667142699;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a7ff7c2f57503681d7cf5705af235a61c471422', '104.131.94.164', 1657274122, '__ci_last_regenerate|i:1657274122;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a80f62c39019e757a11b8d614f45ac2c2feb9bc', '51.195.216.255', 1650897996, '__ci_last_regenerate|i:1650897996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a84dea56b7ef4b89e0f00df68973c51eaf5ae31', '200.119.173.177', 1685202391, '__ci_last_regenerate|i:1685202391;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685202157;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a86bdb80ce25619e6918d3fe5bb80bc6e369273', '190.148.157.80', 1669327055, '__ci_last_regenerate|i:1669327055;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669325748;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a89c63453ae56a6bad0e4dabd3c9b5310470ed3', '190.56.173.213', 1683209039, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683209039;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683148367\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683207815;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a89fc39791b1d18422d082ef057624dd482e72b', '144.76.151.42', 1650866400, '__ci_last_regenerate|i:1650866400;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a8ab6b3edf244dd2bc2f2441d656285526d84cf', '190.148.87.6', 1668458751, '__ci_last_regenerate|i:1668458751;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668458096;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a8c397e0c2bc8526393f7cf29557d45c5beae3f', '190.56.50.253', 1682705123, '__ci_last_regenerate|i:1682705123;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682705010;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a8cf94be48d05812dcf8671ce0ce1522652bdb2', '207.46.13.4', 1667084623, '__ci_last_regenerate|i:1667084623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a8d2f97cd6ac8900f31ddfd94b3583a2ed94d8b', '157.55.39.79', 1669998546, '__ci_last_regenerate|i:1669998546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a8d779d5b38f02751c2586d37207bf82d74be04', '52.167.144.98', 1685975590, '__ci_last_regenerate|i:1685975590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a901a797b703a698955c22cd11d50f3b00f8aa3', '51.222.253.6', 1680313623, '__ci_last_regenerate|i:1680313623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a924784e28878659b8211a36169a3031d34f72a', '207.46.13.215', 1677262788, '__ci_last_regenerate|i:1677262788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a937c028ec83141d6bc04de646dd1797de5e1a1', '157.55.39.54', 1660874712, '__ci_last_regenerate|i:1660874712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a94749a74003296687d9329f7f17f13d1d0f59c', '40.77.167.161', 1676589266, '__ci_last_regenerate|i:1676589266;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a950f23cd8fc5bcc3e639e93af1770743f8eb2e', '61.183.152.210', 1674562170, '__ci_last_regenerate|i:1674562170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a9588391bbece7932a24088504f284d78fc8de2', '190.148.87.6', 1668462413, '__ci_last_regenerate|i:1668462413;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668461749;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a9a64d8eabe0cac2d7dfbc25273338ac5f8b81e', '40.77.167.64', 1674966598, '__ci_last_regenerate|i:1674966598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a9ae75aedf0cfd24ad70d165f51d45caeed77a4', '190.148.158.108', 1676761587, '__ci_last_regenerate|i:1676761587;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a9bf9e05b6f8c1ed00c4da799e7032b70206940', '52.167.144.98', 1686468562, '__ci_last_regenerate|i:1686468562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a9d22738e73327bf043f4dc6bb7716a5dfa049b', '52.167.144.70', 1688110795, '__ci_last_regenerate|i:1688110795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a9d807f983f2395f59c8689e405252eaea5a75b', '114.119.130.199', 1686629272, '__ci_last_regenerate|i:1686629272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aa24713e7f3426790d6ce8ed5ec1b34c4ded6ae', '190.148.158.175', 1672514608, '__ci_last_regenerate|i:1672514608;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672514584;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aa27ed283be516347ba971792d440bfb67d7c7e', '34.215.83.22', 1685319805, '__ci_last_regenerate|i:1685319805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aa4b9a925c15caae549c8e99587104c23325dc4', '190.148.157.177', 1682170872, '__ci_last_regenerate|i:1682170872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682170823;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aa9048fb5118dfd0644503f4e0c00fa25991fb8', '190.148.252.112', 1667778373, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667778373;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667778222;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aa93997adf2f81924f3421ab56e27b1beaa10cf', '159.89.125.211', 1687177570, '__ci_last_regenerate|i:1687177570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aa95bf19a7bcc87eaea847a70832861c1830420', '190.148.87.96', 1678472678, '__ci_last_regenerate|i:1678472678;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678471671;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aaa261eb66f7d1cd70a443043a4d457f2693a78', '40.77.167.37', 1667613121, '__ci_last_regenerate|i:1667613120;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aaa54e2bdf6e4e704dadd0b6529e9be0f34d9da', '149.56.160.175', 1656119776, '__ci_last_regenerate|i:1656119776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aaeb187f02b8417741124d19d05e12f7c55b662', '190.56.32.243', 1684605185, '__ci_last_regenerate|i:1684605185;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684605128;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aaf3ba8d0604e86ccfacba38ae142e4edafb384', '157.55.39.62', 1659368766, '__ci_last_regenerate|i:1659368766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ab249e452ad84b38bba216efa7f26cb30d15a78', '207.46.13.154', 1671426394, '__ci_last_regenerate|i:1671426394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ab4fa82fb3bb055721157150c9a192e3d7a0426', '52.167.144.171', 1685758199, '__ci_last_regenerate|i:1685758199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ab842dc34cf67c0f30e05c5878dda7007f8668a', '52.167.144.31', 1681476824, '__ci_last_regenerate|i:1681476824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ab87853e217bbb6e2baaaccbf2e22aeb076e717', '5.188.62.21', 1653380986, '__ci_last_regenerate|i:1653380986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aba31fe8f0947f9eccd9317cea983efe766cd2a', '114.119.140.56', 1686284491, '__ci_last_regenerate|i:1686284491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aba438f8574c1b3b08770c05cfffc60f20a63e0', '114.119.154.87', 1687518005, '__ci_last_regenerate|i:1687518005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aba6f2370c201a310c05aade85864f8be098327', '190.56.51.158', 1655735820, '__ci_last_regenerate|i:1655735820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2abab7908ad2a3ddd230da03b2a15750a7c37d8f', '17.121.114.82', 1660190363, '__ci_last_regenerate|i:1660190363;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2abafd920180136cd85e67f873dd434a24c57310', '200.119.173.87', 1662733433, '__ci_last_regenerate|i:1662733433;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662677602\";last_ip|s:15:\"200.119.174.131\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662733006;register_id|s:2:\"99\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-08 08:25:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2abb1fdbef8ebf90fe290ea7905a76aaebc3b5b6', '207.46.13.12', 1675721818, '__ci_last_regenerate|i:1675721818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2abc67705733981cf0b8906815d678744346413e', '138.91.159.185', 1672389961, '__ci_last_regenerate|i:1672389961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2abda506cbe55dcde95bc948667f2d18b8880588', '207.46.13.189', 1668367035, '__ci_last_regenerate|i:1668367035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2abe1418120637b0b20b5d34804c26eaf6c4a4c0', '207.46.13.6', 1672227038, '__ci_last_regenerate|i:1672227038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2abe5741c2a75d130e588ac5397bba24aad8872e', '54.36.148.73', 1663713083, '__ci_last_regenerate|i:1663713083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2abf8d8e3b2f7354f7e225edfcc8ed684096fe67', '157.55.39.253', 1682113242, '__ci_last_regenerate|i:1682113242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac0a78cae018a053acbca523bba590709bed6e0', '157.55.39.253', 1682185519, '__ci_last_regenerate|i:1682185519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac0bccd999e003b4df14e47bc69c24fca45e73f', '157.55.39.79', 1668834365, '__ci_last_regenerate|i:1668834365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac1bfbf3898c15fba4737df1c81f65697758a30', '157.55.39.253', 1682212423, '__ci_last_regenerate|i:1682212423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac23a7318ff07c283955338bee014eb59e22d7a', '190.148.252.139', 1679400733, '__ci_last_regenerate|i:1679400733;requested_page|s:13:\"admin/welcome\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679312373\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679400728;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac48011a1c4b270b95f5390f707a74a95002617', '52.167.144.70', 1688245452, '__ci_last_regenerate|i:1688245452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac51c199ecbcb55f59197a2b94965cd4034ac91', '200.119.170.221', 1664468509, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664468509;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664468486;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac65493c94a8e5514c0f83a26ee3046fb927b55', '17.121.112.33', 1662445756, '__ci_last_regenerate|i:1662445756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac6f36e3fde35e1f3fbd670fbaea4942e02d2e6', '3.144.113.56', 1655174267, '__ci_last_regenerate|i:1655174265;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac75486731758ec1612cd536837dbd7eb6b458c', '17.121.115.37', 1658077964, '__ci_last_regenerate|i:1658077964;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac81f3e67e3dcccf837f3809fed4d712e286fbe', '157.55.39.64', 1673444151, '__ci_last_regenerate|i:1673444151;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ac8eb5718c1ff4095cdf3656597534e5b52300b', '18.206.55.48', 1651390387, '__ci_last_regenerate|i:1651390387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aca8bb6556d2740df4ad1b44d1b2a773773d73f', '190.148.158.23', 1687221806, '__ci_last_regenerate|i:1687221806;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687221118;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2acc232f3202c9555de5617d8d0b4f2f238632bb', '207.46.13.127', 1656228433, '__ci_last_regenerate|i:1656228423;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2acd756b8a4824459816376b04de89616d9a17e3', '114.119.146.246', 1688407647, '__ci_last_regenerate|i:1688407647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2acdad7f9092d9a7bd99853ae5fa8aecdc8f9c89', '35.92.91.178', 1668346069, '__ci_last_regenerate|i:1668346069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ace2d94ac749c942f316cd6632dde8a02f01b14', '207.46.13.230', 1657841638, '__ci_last_regenerate|i:1657841638;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ace671fb4d7683f9d8e0973c7e739a1d6198216', '40.77.167.37', 1668834603, '__ci_last_regenerate|i:1668834603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ace92e78e9131823a3bed99abd002828c9e5fdd', '159.65.24.22', 1653658149, '__ci_last_regenerate|i:1653658149;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ad0c0290fc75e3aabb06c7cf73900e77eb2a6e5', '157.55.39.125', 1654813322, '__ci_last_regenerate|i:1654813322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ad18b57af22dd66b1898d73ea873d22f975df6e', '163.172.184.39', 1656194446, '__ci_last_regenerate|i:1656194446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ad41df64ed04693b9c05283c26262896a221e58', '40.77.167.207', 1681669603, '__ci_last_regenerate|i:1681669603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ad42c91e475dde6317770803db43e5eaf5ece40', '40.77.167.43', 1658388802, '__ci_last_regenerate|i:1658388802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ad4c72558c15cffc740bd40f4e16453192d5d87', '157.55.39.128', 1674085294, '__ci_last_regenerate|i:1674085294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ada0f287be4c3e25cf430930a250e6bffb92f59', '205.210.31.143', 1651665288, '__ci_last_regenerate|i:1651665288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2adc4e8d03ca444ff48cddcf53371e7318000672', '190.56.55.0', 1687789659, '__ci_last_regenerate|i:1687789659;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687789562;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ade810268d9fdb9d05736e30dd9202d0f7be7ae', '157.55.39.55', 1661657873, '__ci_last_regenerate|i:1661657873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ae07ba812da398dcb23ddc6ee82c9435d04a828', '190.148.157.122', 1666665378, '__ci_last_regenerate|i:1666665378;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666665273;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ae0d137c7f49f6b2283c604dd8d8335e6f006a6', '51.255.62.7', 1657370143, '__ci_last_regenerate|i:1657370143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ae2e728b177d59a6ecdd09a9455b7c1a99e856b', '40.77.167.176', 1677962933, '__ci_last_regenerate|i:1677962933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ae81a7caa628d38e9e315ae75037c81d32da2a7', '54.36.148.24', 1677395693, '__ci_last_regenerate|i:1677395693;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ae88040276d8dde975773b4bec881b5560fd70d', '52.167.144.69', 1675744898, '__ci_last_regenerate|i:1675744898;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ae8b4898900217f6fc31126a92c16c4f3ed3cd6', '114.119.155.239', 1685000251, '__ci_last_regenerate|i:1685000251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ae968c8d118d1c4d61cb854ccb81ab94cc643bb', '95.177.174.212', 1651267996, '__ci_last_regenerate|i:1651267996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aea12f9a92505fdf3376188f9b85db2ed271aef', '51.222.253.10', 1679005174, '__ci_last_regenerate|i:1679005173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aead2cf97f26d253ba32cb38e3fe37029d809e6', '46.161.11.199', 1660275173, '__ci_last_regenerate|i:1660275171;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aec5ad21c95b019bf9c93d5a177c83a7f6c51b8', '200.119.173.177', 1685302902, '__ci_last_regenerate|i:1685302902;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685302823;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aecafb277ee55cb123101321e0707dbad7eac15', '190.148.252.151', 1671050748, '__ci_last_regenerate|i:1671050748;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671050695;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aed2efab53ec9c7c44d0c1a7ab05526d37794e1', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aed2f8cda2ea022500755f5275af19ee2089c15', '114.119.154.14', 1688073633, '__ci_last_regenerate|i:1688073633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aed7b0080b4548ed5bacf1dd7cfe5b4b088249c', '114.119.147.110', 1685155802, '__ci_last_regenerate|i:1685155802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aee86bd774b8f75476425a09360d2824ba56f68', '190.148.252.151', 1670945380, '__ci_last_regenerate|i:1670945380;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670945291;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aeea64311d0f23dc52f5ddc5673cc5afecee753', '190.148.158.69', 1685664321, '__ci_last_regenerate|i:1685664321;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685664163;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aef46b746c918b09344e90215abd86307861bac', '200.119.172.96', 1675389951, '__ci_last_regenerate|i:1675389951;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675389343;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aef6b8c248e5f7fa53e3dee430fe0d6b6418394', '190.56.32.174', 1676767691, '__ci_last_regenerate|i:1676767691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676767645;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aef9a41a0af3f9200389e8d13550d835d19ae4e', '51.222.253.18', 1674859206, '__ci_last_regenerate|i:1674859206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aefdc61b1b39a52656799de44abb1fde62db1d3', '207.46.13.41', 1666323899, '__ci_last_regenerate|i:1666323898;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2af150e588dd78ea7e2a28396449d2cb4fa020f5', '51.195.90.229', 1650840602, '__ci_last_regenerate|i:1650840602;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2af19023ea621049d6bfdc3cb571e7e94c33d70f', '114.119.131.131', 1687587245, '__ci_last_regenerate|i:1687587245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2af251c57165c3912332a1c08fbe468fe01b40f2', '157.55.39.216', 1676435817, '__ci_last_regenerate|i:1676435817;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2af26371265d3ffabe4fcd9b0d1d38a0274bb04c', '114.119.156.188', 1688514458, '__ci_last_regenerate|i:1688514458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2af295a6709cc33616e1f710fafc73a2684e727a', '190.148.252.111', 1677976614, '__ci_last_regenerate|i:1677976614;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677975815;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2af4363bff0e4475f5491733097b15a01a2e5a68', '207.46.13.10', 1671347508, '__ci_last_regenerate|i:1671347508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2af7438fa855aeafde03337759364f19fcd8664b', '52.167.144.162', 1686208420, '__ci_last_regenerate|i:1686208420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2af88031de41035e9623eecf87a458fc9277ce1d', '17.121.112.209', 1651506056, '__ci_last_regenerate|i:1651506056;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2afd27edac0be527021694dfb1b8ae9669920ab6', '51.222.253.15', 1686615362, '__ci_last_regenerate|i:1686615362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aff000d8d8358ad5b36b0cd80cf40ec8dcb02ae', '34.172.23.218', 1666276906, '__ci_last_regenerate|i:1666276906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b01144c4a84a84f076ddc981161e95c3a456c21', '114.119.145.205', 1688431164, '__ci_last_regenerate|i:1688431164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b0170cdaef696258c6683bec2451a4109209bbb', '51.222.253.3', 1677681073, '__ci_last_regenerate|i:1677681073;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b01b3d0b4e913112b92dd03ad3f4e285a319f41', '69.160.160.59', 1667400626, '__ci_last_regenerate|i:1667400626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b0248b6b8cb71b4bfbaa42006ac4debbabed9cc', '52.167.144.98', 1686515211, '__ci_last_regenerate|i:1686515211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b02965d6f054596c6586baa2430df0b62a49b42', '52.167.144.164', 1685129225, '__ci_last_regenerate|i:1685129225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b031884cb0264817291a13278d0f35f67a3689c', '52.167.144.162', 1682566708, '__ci_last_regenerate|i:1682566708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b03f21d0a08b6b132fd766283babe585090ea5d', '114.119.136.164', 1688009933, '__ci_last_regenerate|i:1688009933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b0423de69b683efba8d65825883e8e0eb05fe9e', '54.36.148.160', 1660352815, '__ci_last_regenerate|i:1660352815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b04cf182b5c6937c13e65ee1941b2a87761cde7', '200.119.172.95', 1659535412, '__ci_last_regenerate|i:1659535412;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659535328;register_id|s:2:\"61\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:36:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b0603c6bf48d80c9365bd1dccbb194ce5934946', '114.119.130.221', 1688292506, '__ci_last_regenerate|i:1688292506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b085a4c52cb4c6212afe31d5ce56c51c64ee37e', '114.119.135.65', 1687888738, '__ci_last_regenerate|i:1687888738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b08b27d8ef4fdfe46ce586845c1aff132adbea1', '40.77.167.169', 1675639303, '__ci_last_regenerate|i:1675639303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b10911b31fc5ff4e0fd9f890915078ef26e683f', '190.148.158.164', 1667342589, '__ci_last_regenerate|i:1667342589;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667342540;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b116f9b2cad4895896aff5f18f7c8a2cde2d11a', '190.56.55.113', 1673719512, '__ci_last_regenerate|i:1673719512;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673719486;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b142f6d6c72002cb3c7ba558a8e0f646aaba6c1', '52.167.144.164', 1685981562, '__ci_last_regenerate|i:1685981562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b167f5d917ed3afc8479b8dfb74d44398c7c1e1', '17.121.113.190', 1652622307, '__ci_last_regenerate|i:1652622306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b18c13834a62cee0aeb69588414be4a279cee9f', '200.119.173.96', 1687140786, '__ci_last_regenerate|i:1687140768;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687140785;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b1a65e76a793afc283101b7a5ab9d0cbca73eca', '190.56.32.174', 1676824169, '__ci_last_regenerate|i:1676824169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676820870;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b1d95014ed396d2f3ea1cd40823c4e933369f26', '114.119.148.33', 1685536077, '__ci_last_regenerate|i:1685536077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b1e276c0930693f97d39253936b4c673fcb7689', '157.55.39.80', 1669998728, '__ci_last_regenerate|i:1669998728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b1ebe88c27f8fc425143c9cc41652a5f217fc2a', '52.167.144.98', 1685649698, '__ci_last_regenerate|i:1685649698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b1f02b72f515979ce95547dd4acff534b99a16a', '148.72.155.248', 1655685208, '__ci_last_regenerate|i:1655685208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b20718b3484bc33898d2803c21aeaca5b0e58e9', '200.119.174.56', 1664223238, '__ci_last_regenerate|i:1664223238;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664222900;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b21352f291a9af0d97578dc9944b4db6ce1b2c6', '40.77.167.146', 1687876704, '__ci_last_regenerate|i:1687876704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b222d895b59afd0b99cc03cb4083fa5de0f970f', '190.148.87.6', 1668473130, '__ci_last_regenerate|i:1668473130;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668472400;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b237f36d9f2ed59309780b93b08db150edc68fb', '207.46.13.41', 1670883301, '__ci_last_regenerate|i:1670883301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b239d61ed71d83df12330bbe5bd4ee942257ff2', '66.249.79.194', 1688566625, '__ci_last_regenerate|i:1688566625;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b242c1b22fdf3184e5f479f8a6f20c8a9a5b6e6', '200.119.173.177', 1685320479, '__ci_last_regenerate|i:1685320479;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685320289;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b2518af267c3c4c44322c3c8d75761cf71354f1', '64.225.57.75', 1665208922, '__ci_last_regenerate|i:1665208922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b26a471e2475df7e33ba9cbb965c10c97046064', '157.55.39.46', 1672473010, '__ci_last_regenerate|i:1672473009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b27769ff9092eb38bbd4e722585a0efaa2b7e50', '190.56.55.48', 1687626046, '__ci_last_regenerate|i:1687626046;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687625881;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b28e64e4b97b92265018886b551d62a7586e73a', '51.222.253.2', 1656353792, '__ci_last_regenerate|i:1656353792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b29c59703a5b10d21aa9833c9a6b1bd83b53b6f', '66.249.74.102', 1684091367, '__ci_last_regenerate|i:1684091367;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b2a946d01be820024212e54320ad73d6a8b3ece', '114.119.151.107', 1683676423, '__ci_last_regenerate|i:1683676423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b2b2ad4d3c550c5caeafc2f0b5f8a78b3feb344', '52.167.144.171', 1685594530, '__ci_last_regenerate|i:1685594530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b2c0fda76e51a6d0466f9d6319432f134285e90', '200.119.169.27', 1657028860, '__ci_last_regenerate|i:1657028860;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656985265\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657028392;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b2cc91469bdcbd5a17cbc702f90500ffcf0d61d', '17.121.114.108', 1657372079, '__ci_last_regenerate|i:1657372079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b2d32a6c51ae66168059f909b6c1fd662d8e833', '190.148.157.183', 1680220571, '__ci_last_regenerate|i:1680220571;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680220186;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b336b1e9195b17d310adf6587ee694c2e6939ce', '190.148.158.164', 1667335974, '__ci_last_regenerate|i:1667335974;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667335957;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b33800d3676af05f6febd642fe9051e2873326d', '40.77.167.202', 1687426958, '__ci_last_regenerate|i:1687426957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b338c09ccbc7f9c39a82e6685cb09aebb112d32', '40.77.167.49', 1664070880, '__ci_last_regenerate|i:1664070880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b3483754772795ecf164246d66b8387d8537cbb', '190.148.252.183', 1681249653, '__ci_last_regenerate|i:1681249653;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681248600;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b377cc72e7a131569ca3369eca3ca840afbab13', '157.55.39.173', 1669577833, '__ci_last_regenerate|i:1669577833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b3792c8ba0ecd53bac530dee2e0944431d083bd', '51.222.253.11', 1668781489, '__ci_last_regenerate|i:1668781489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b37d18220741fc2e2f31e89590559ac610d5f04', '52.167.144.31', 1675558426, '__ci_last_regenerate|i:1675558426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b38dd6a401fbbb68e3f6be4c439571ecb3f8144', '200.119.174.129', 1666357134, '__ci_last_regenerate|i:1666357134;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666357086;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b3abf4214af0791e31ccc4a05d9bcd1b5084259', '93.159.230.88', 1673411595, '__ci_last_regenerate|i:1673411594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b3cc0753d9ea87275eb1058e6314ed15c06a060', '54.36.148.64', 1681621255, '__ci_last_regenerate|i:1681621255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b3cf4ca9749d2665dcc4dcde6477a9f5c934729', '40.77.167.178', 1676760420, '__ci_last_regenerate|i:1676760420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b4004e2f4b874f0be94acc2d78c0849e03597d0', '190.148.157.80', 1669675764, '__ci_last_regenerate|i:1669675764;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669675752;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b40c0ff57c46556c14c2e0b2d15bb5c10d89b98', '40.77.167.13', 1672581992, '__ci_last_regenerate|i:1672581992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b4439288e7945c134dc54fe1469fc437197c04f', '157.55.39.217', 1683534314, '__ci_last_regenerate|i:1683534314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b44611c1c940782747bcdc94b182947e252fd81', '114.119.134.195', 1688188019, '__ci_last_regenerate|i:1688188019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b463b193d0eb49522e0cee9411fc66c2ab64a01', '114.119.132.74', 1687521066, '__ci_last_regenerate|i:1687521066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b474730ad3a722202565f5b9277a0aaf57fba4c', '114.119.155.236', 1685435810, '__ci_last_regenerate|i:1685435810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b475f4bb41eef785ef4f204e36b99f0f0ed6cda', '52.167.144.98', 1684519420, '__ci_last_regenerate|i:1684519420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b477931109ee152b4968f455acb7b1420192d63', '51.222.253.20', 1674866816, '__ci_last_regenerate|i:1674866816;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b493082c0e79042d0832ac84ca8b14ec7d79117', '54.36.149.0', 1663087397, '__ci_last_regenerate|i:1663087397;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b499bec8239dc079eb7155606520ddf74a55794', '114.119.159.232', 1688332021, '__ci_last_regenerate|i:1688332020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b49e9498f4fb745b4bde0357869403bd2bad3a5', '114.119.148.105', 1687196613, '__ci_last_regenerate|i:1687196613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b4b8034b3ffb4077f0c7ee5ddefdf345af6f127', '52.167.144.164', 1685685197, '__ci_last_regenerate|i:1685685197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b4ec28e3f0194b130e405cb17718da3fe1a0fc4', '52.167.144.25', 1687781963, '__ci_last_regenerate|i:1687781963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b4f171eb1d8963a0687710503a8c375a8fe5164', '190.56.173.213', 1683585895, '__ci_last_regenerate|i:1683585895;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683584118;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b51910662f6574dcc9d28ee12788bcb3d42ae5f', '200.119.170.113', 1666713495, '__ci_last_regenerate|i:1666713495;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666713495;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b530fe93564bed32db326bb01852b965d42c912', '190.148.252.111', 1677978465, '__ci_last_regenerate|i:1677978465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677977278;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b5376d9d40362a9465e18dafa848c40a171f105', '114.119.143.18', 1686844523, '__ci_last_regenerate|i:1686844523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b548f97dea2609a0270111a6ce38df858e8747a', '17.121.114.82', 1660190363, '__ci_last_regenerate|i:1660190363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b56d2b1af8d635bdbde72c78659aeb7af9a24ae', '190.56.173.213', 1683389696, '__ci_last_regenerate|i:1683389696;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683387859;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b5850583d3b70510025e845de1f475439fef87c', '52.167.144.162', 1686726832, '__ci_last_regenerate|i:1686726832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b5ac84c4f75f5440afae7eada506bd20db1e70f', '114.119.131.199', 1687887551, '__ci_last_regenerate|i:1687887551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b5b45561e5b54dd39c885b38d05329460a75bd7', '190.148.158.75', 1663177230, '__ci_last_regenerate|i:1663177225;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b5c3a885b768557dcb554783a400ffa1b6a481c', '114.119.157.46', 1686221402, '__ci_last_regenerate|i:1686221402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b5c9843d648cc8678b4cdbdbdd75de65672e28b', '209.160.115.40', 1682930806, '__ci_last_regenerate|i:1682930806;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b5d071e57ae77b7cbc831c804efaecd14b40751', '51.222.253.3', 1656357808, '__ci_last_regenerate|i:1656357808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b5d2c310c5488908dc964b4b2d0e71cf5ffe5c3', '190.148.158.110', 1662125601, '__ci_last_regenerate|i:1662125584;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662079139\";last_ip|s:15:\"190.148.158.110\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662125601;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b60ed49568bf8caadfa37c695b241e479767ab0', '207.46.13.210', 1686934728, '__ci_last_regenerate|i:1686934728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b6107b0440a49e4e538c651d32f9ded336942f8', '200.119.168.8', 1658082998, '__ci_last_regenerate|i:1658082855;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657977671\";last_ip|s:14:\"200.119.174.54\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658082997;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b61a0113da09fca59b974e730c2512cc2ee4f7b', '130.245.169.247', 1657277741, '__ci_last_regenerate|i:1657277739;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b62304de85a27c432812056bf1af3031e645c0e', '190.148.252.223', 1661172993, '__ci_last_regenerate|i:1661172266;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661172135\";last_ip|s:15:\"200.119.173.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661172394;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b62ddce0a73d8b0a270dba1347a8b5b2c38fda5', '190.148.252.96', 1672950973, '__ci_last_regenerate|i:1672950973;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672950971;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b638e9c049d4ec94541fad3796331a0e86fcb68', '130.245.169.70', 1657360540, '__ci_last_regenerate|i:1657360539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b63b0c38c3ecd7d44f16d7da203718cf625193b', '157.55.39.79', 1670554459, '__ci_last_regenerate|i:1670554459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b63ee4a6672d2193963f2017cdc42bedd878822', '121.4.238.122', 1659478139, '__ci_last_regenerate|i:1659478138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b650df1bfa0886f8c44687d1b0421bc5aae2621', '157.55.39.198', 1671660442, '__ci_last_regenerate|i:1671660442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b654536503e51c773bcce2cc7bc412fe850e701', '54.36.148.20', 1675249410, '__ci_last_regenerate|i:1675249410;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b6844c9fd023e0ce2ebf8d21eff8d3efea93396', '52.167.144.28', 1679243370, '__ci_last_regenerate|i:1679243370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b687f482c8b643e826b8a84b9e0c1b87f911805', '157.55.39.169', 1667657604, '__ci_last_regenerate|i:1667657604;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b69b567d2ecf16e58b9b7e3a74160353e4194da', '114.119.158.46', 1680597675, '__ci_last_regenerate|i:1680597675;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b6ac69113682439dfee49e6fb41eedc8e992548', '190.148.157.165', 1668000171, '__ci_last_regenerate|i:1668000171;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b6af58132f1caae9d72e6a2b06d303f66824f02', '190.56.54.156', 1665454127, '__ci_last_regenerate|i:1665454127;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665452786;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b716969bf84f2d4d95fdff80ead4338e8edb0de', '17.121.115.136', 1659587802, '__ci_last_regenerate|i:1659587802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b721742e059cdeb26ceaea64c1ce1766188f360', '51.222.253.6', 1652160822, '__ci_last_regenerate|i:1652160822;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b72fb8d538058225d39a9c79cd1c114bbba73c6', '200.119.170.168', 1670688829, '__ci_last_regenerate|i:1670688829;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670688790;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b7603bf949672b5bbcfb57fc1bce17020239593', '51.222.253.6', 1677120700, '__ci_last_regenerate|i:1677120700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b76c7f6a1b6d60db0f7ee515b53c5775ec01927', '40.77.167.169', 1675639283, '__ci_last_regenerate|i:1675639283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b787c52f6bd42e9b013ae99c5536a1185723644', '5.188.62.21', 1656448451, '__ci_last_regenerate|i:1656448448;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b79cfc1a02e1c5f72d0db711cfeb2bc2a39b858', '192.36.53.165', 1652301732, '__ci_last_regenerate|i:1652301732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b7aa070df204455f68ea9503c5cd60a3a4a85d5', '114.119.141.9', 1688362052, '__ci_last_regenerate|i:1688362052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b7bc594b5f6279fc45e6981997c7393385cf049', '20.191.45.212', 1673964365, '__ci_last_regenerate|i:1673964365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b7e4a4ea9b22b8d6782b559df8fda621b2e4ea2', '157.55.39.173', 1669577834, '__ci_last_regenerate|i:1669577834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b7efdf5ebfe2386203843221619459571031406', '52.167.144.63', 1686912207, '__ci_last_regenerate|i:1686912207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b7fc5dd05da53a4e13d79b41a4eed8027e5c27c', '114.119.137.167', 1688382796, '__ci_last_regenerate|i:1688382796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b836317e0f759397f8e3da9adfd2776c90c13a1', '200.119.172.65', 1659404340, '__ci_last_regenerate|i:1659404340;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b8456f78ed9ef30392bb8a6d42b7fdd0c2f50b1', '54.36.149.101', 1671556537, '__ci_last_regenerate|i:1671556537;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b864a2603854da48133441a73da8b51dd0d143b', '40.77.167.123', 1683842351, '__ci_last_regenerate|i:1683842351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b87bc3410a847120545f763f58883a597434614', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b89238da083b1a28024306b97f97a8363b21254', '45.115.7.38', 1665549570, '__ci_last_regenerate|i:1665549570;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b89818e2e58adae95b93c5e5c2eac47c7e17902', '52.167.144.164', 1686572922, '__ci_last_regenerate|i:1686572922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b89cb6359b7cbe49559dff649c3ae54f2933db2', '190.148.252.151', 1671234422, '__ci_last_regenerate|i:1671234422;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671233758;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b8bed2d306f121c9fe81d813b1d1d4f6d4a9e1f', '114.119.150.186', 1687598845, '__ci_last_regenerate|i:1687598845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b8c9d51a5344a9a8f96323bd6221328c9c46ec9', '207.46.13.178', 1655710250, '__ci_last_regenerate|i:1655710250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b9062eb5301bf276e9af65a07610f540be7695d', '114.119.156.129', 1688037849, '__ci_last_regenerate|i:1688037849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b91a8dc9baff15141f1fcbfc45fbb1f38e2730a', '157.55.39.123', 1666757457, '__ci_last_regenerate|i:1666757457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b91c91e5b354135de1cb47048bac56fecaaf16e', '52.167.144.89', 1679731960, '__ci_last_regenerate|i:1679731960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b91cd259ecae4bbbf7af5c21687db34cb253d8a', '207.46.13.230', 1656680728, '__ci_last_regenerate|i:1656680728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b926e1bc60ef71a626930e2cfeb3fb912ba5c7f', '51.222.253.14', 1684489837, '__ci_last_regenerate|i:1684489837;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b92ed8490e9b28142e1e5e435d4e53848885486', '54.36.149.77', 1655650783, '__ci_last_regenerate|i:1655650783;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b941bc9fbebbc57615fa1cae48a9d669cbfdaf6', '51.222.253.14', 1683482699, '__ci_last_regenerate|i:1683482699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b96559e3929d5f78077815abe28f80f013a46bf', '52.167.144.98', 1685853591, '__ci_last_regenerate|i:1685853591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b969c92a748fd10fa45ebde552eb139f91de7ad', '23.80.167.228', 1663119537, '__ci_last_regenerate|i:1663119536;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b98bc65e9f80e78dc13f8105f92622376ff4626', '114.119.135.223', 1687905939, '__ci_last_regenerate|i:1687905939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b9a34ad8a737977abce9b27e1acf494c1a3cb2a', '114.119.149.51', 1685707390, '__ci_last_regenerate|i:1685707389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b9b0073389c934b8d6624417fee897f6a0a473d', '40.77.167.227', 1681999156, '__ci_last_regenerate|i:1681999156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b9c38bf0ae96a27e371c7aa68379db46aa1f070', '40.77.167.175', 1680354551, '__ci_last_regenerate|i:1680354551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b9c392dc22cdcdcd13e752f9fef0af1205f7f40', '190.148.157.206', 1679522397, '__ci_last_regenerate|i:1679522397;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679521790;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b9cd5c83c288218f24660be27460eaf82165cef', '190.148.157.53', 1683993974, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683993974;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683993565;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b9cfb6577e295f1a0c7bf3b65d252aa1b0fdbe0', '114.119.140.84', 1688083035, '__ci_last_regenerate|i:1688083035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b9dd3f6d7153b4d7e5435bec1fe06be7db7098d', '52.167.144.164', 1685086961, '__ci_last_regenerate|i:1685086961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ba45eabfe01811ebd8915fd8f6c017886f68a56', '200.119.174.9', 1674245902, '__ci_last_regenerate|i:1674245902;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674245799;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ba4ca69733915bd0c1abb7e996f9fc50b028e83', '200.119.172.60', 1674661433, '__ci_last_regenerate|i:1674661433;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674661424;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ba543e9fdb93674f6b3a1d049a96743a198995e', '51.222.253.4', 1687101055, '__ci_last_regenerate|i:1687101055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ba571d650f8f2e2a121c176230eb80532d8705a', '40.77.167.45', 1670600819, '__ci_last_regenerate|i:1670600819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ba5978e5fb119487d1bcabe06e3ee207833efac', '190.56.32.162', 1686516052, '__ci_last_regenerate|i:1686516052;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686516020;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ba95cd588c2d6c88b7fd7d7b9074c52256d0f93', '17.121.113.76', 1654435367, '__ci_last_regenerate|i:1654435367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ba9db9432adf46ddcc4599795e3adf1ddd0d68d', '200.119.169.52', 1664903131, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664903131;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664902610;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2baa24cc92ce6e6ac28fd4444149260a24e5e230', '40.77.167.91', 1687033677, '__ci_last_regenerate|i:1687033677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bac74152214bff6a2dcf7ed841f14f20829562b', '52.167.144.56', 1677409019, '__ci_last_regenerate|i:1677409019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2badac02fcbcbce31bb79c536151b71a51fc1d4f', '66.249.64.233', 1675721010, '__ci_last_regenerate|i:1675721010;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bae831068bb360d098f4021bbb08532b8876241', '207.46.13.205', 1671234196, '__ci_last_regenerate|i:1671234196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2baf7874411bfcdbaccfde6759994fda0849dbfa', '51.222.253.17', 1652643510, '__ci_last_regenerate|i:1652643510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2baf7e4b9dcb8e4cd3fafe1ab224b5253d10cdd5', '114.119.137.174', 1685355402, '__ci_last_regenerate|i:1685355402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bb03fd1183baaaf7c741a5c9fcfeec8e3a714b8', '114.119.141.228', 1686843749, '__ci_last_regenerate|i:1686843749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bb3323c70821466e5c35af9dbdd497b97478683', '190.148.252.183', 1681321346, '__ci_last_regenerate|i:1681321346;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681320791;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bb43b6ba7070e7d94d3a3ce981c89ba51bad1e0', '207.46.13.189', 1668028966, '__ci_last_regenerate|i:1668028966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bb54485adc525f3ed416299638a7e6d9d440bb2', '114.119.136.164', 1687071107, '__ci_last_regenerate|i:1687071107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bb9ba3c72206db9721db04182c6f8cc2d69cd49', '207.46.13.205', 1671799128, '__ci_last_regenerate|i:1671799128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bbb4c270416b19b2172c13026b7b4339577e828', '51.222.253.5', 1650932043, '__ci_last_regenerate|i:1650932043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bbcc10ca27992d2970e3f8a4e0b1b8567c8a6f2', '38.41.224.130', 1669322947, '__ci_last_regenerate|i:1669322888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bbe15705517f5456d117603e67264ef4990ee40', '114.119.128.5', 1688316829, '__ci_last_regenerate|i:1688316829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bbe20232a450d8c6358d9c02be386f04fcc297c', '52.167.144.109', 1680462711, '__ci_last_regenerate|i:1680462711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc11458416d04344da3b53388e99d13631c9827', '51.195.90.229', 1650840563, '__ci_last_regenerate|i:1650840563;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc1c474542c47b164ec737042eff9357c652c69', '190.148.157.192', 1655902133, '__ci_last_regenerate|i:1655902133;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655902024;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc2d5ec9be7bd00041be968278db860853fe159', '66.249.65.103', 1677728477, '__ci_last_regenerate|i:1677728477;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc3a295dc476b64e66d6e2449701925a8bc5730', '200.119.170.221', 1664459499, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc3d39de592cded03056dd3a1fc4e9cb3305043', '190.148.252.96', 1673110184, '__ci_last_regenerate|i:1673110184;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673109788;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc6fcde182fae94ac7d563b19b0fb644e75786c', '51.222.253.6', 1659789286, '__ci_last_regenerate|i:1659789286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc88ed173f85e714b4c86218fd466bcc45c1be0', '40.77.167.13', 1660307864, '__ci_last_regenerate|i:1660307864;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bcbb7f8b48326ff4d4e57d43858e171962b1b3a', '190.104.119.148', 1651241763, '__ci_last_regenerate|i:1651241763;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651169832\";last_ip|s:13:\"190.56.32.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bcbd9433b5aa81966bce0a31348bc3df242564d', '157.55.39.79', 1668323054, '__ci_last_regenerate|i:1668323054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bcc2cc28a1242ddcd738839775ac55966653ce4', '17.121.114.212', 1656785758, '__ci_last_regenerate|i:1656785758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bccc36866169a90e2e6ef46e002e8a82e31f0ac', '157.55.39.80', 1670706646, '__ci_last_regenerate|i:1670706646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bcd44eddf64ffb33d7d75c0ae33a45a9b8198f4', '17.121.114.150', 1659583369, '__ci_last_regenerate|i:1659583369;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bcd59534f018babaf7b66c6eda57e8591f1693f', '51.222.253.6', 1659371999, '__ci_last_regenerate|i:1659371999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bcddb8358ed0b582a558491ca92366e816eaac7', '207.46.13.44', 1673056548, '__ci_last_regenerate|i:1673056548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bcfd3461fc5101700cde5de9bbce44eb64c2ea1', '66.249.79.85', 1650842802, '__ci_last_regenerate|i:1650842802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd0c0a92fd2b3e657711d75f62a01c17d1beeab', '157.55.39.79', 1669173833, '__ci_last_regenerate|i:1669173833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd23c9cd5aaae6c4ac83b5bb518bd388b9375ae', '40.77.167.37', 1669998941, '__ci_last_regenerate|i:1669998941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd244dca52e292f8b31c393348bc01bae19fdc2', '17.121.115.120', 1662804471, '__ci_last_regenerate|i:1662804471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd33d06858190ac2287f67571f9d8e51ee7ed20', '114.119.147.196', 1686461626, '__ci_last_regenerate|i:1686461626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd4627dc1fc30a36157931991b07652497c8d23', '181.209.144.49', 1675377950, '__ci_last_regenerate|i:1675377950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd4a8ffa6a4c1edd842174364ca76625daf85ff', '200.119.170.212', 1665874154, '__ci_last_regenerate|i:1665874154;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665874150;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd5ce43d5bb243bc43e547356c0194fe72a4e36', '51.195.216.255', 1650896025, '__ci_last_regenerate|i:1650896025;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd6094464ef9917a2329f22e50967910fcb5b19', '190.56.32.35', 1671588282, '__ci_last_regenerate|i:1671570703;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671467960\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671588282;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd6663323be5b12a8f49f9d85a7bb7233a602b8', '40.77.167.43', 1659352509, '__ci_last_regenerate|i:1659352509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd6b2f5cf41385c629acf0f66eeb409980d1f3e', '5.188.62.21', 1656441701, '__ci_last_regenerate|i:1656441698;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd6f457ee1d92031fdf4c1ba365f37fad29fb16', '114.119.133.67', 1688504247, '__ci_last_regenerate|i:1688504247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd880f5e7679939342812607766051cfa861e38', '200.119.168.250', 1680653009, '__ci_last_regenerate|i:1680653009;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680652969;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd9f8f419d8e29373c3a1805d4bc8de6fcbc41e', '5.188.62.21', 1656432683, '__ci_last_regenerate|i:1656432680;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bda36fc69836f0bd170e6f734d9df635bd01a05', '114.119.141.201', 1688533358, '__ci_last_regenerate|i:1688533358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bdd6ede5b0f44359b0553ca015b5e773d473166', '190.148.252.111', 1677788880, '__ci_last_regenerate|i:1677788880;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677788679;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bdface13e51dbf6d3216bab48ff221c8832f0fa', '114.119.132.146', 1686985160, '__ci_last_regenerate|i:1686985160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2be0c5b0c90006082bded1c50917bb9e999dac5f', '207.46.13.11', 1668908941, '__ci_last_regenerate|i:1668908941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2be3d0740df82e0fe64091f3d24f709445645429', '40.77.167.8', 1673539316, '__ci_last_regenerate|i:1673539315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2be4d756fde74106e3e9a7145010ef99808495b5', '157.55.39.79', 1669794923, '__ci_last_regenerate|i:1669794923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2be4d9d4d1c1203fe92494cf80c09535721d1cb4', '17.121.112.131', 1656936234, '__ci_last_regenerate|i:1656936234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2be52f321936ddb8131c2292d355dcc2c93eac80', '200.119.182.121', 1682609169, '__ci_last_regenerate|i:1682609168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2be546fa67c7f860a085deb6f553d856a89ad1b3', '190.56.51.158', 1655571268, '__ci_last_regenerate|i:1655571268;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2be7125ddc110cbaecb756bc7da47ea1bd281df6', '190.56.173.213', 1683476678, '__ci_last_regenerate|i:1683476678;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683476349;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2be8f4082b678934bb3179db73145dd4a896246a', '190.148.252.76', 1654178070, '__ci_last_regenerate|i:1654178070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2be97bd4538c8173e23c81f0f674b91ed32d84cb', '200.119.170.10', 1655330718, '__ci_last_regenerate|i:1655330718;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655325577;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bec1e86233d235be4c0d52cd2c610734f692420', '192.71.2.171', 1652301730, '__ci_last_regenerate|i:1652301730;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bec71f3351733897348148bde12259d6bb0b93b', '51.222.253.9', 1676094470, '__ci_last_regenerate|i:1676094469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2beca7c2c64a66d0da37bd956448249e06757c28', '178.208.160.86', 1683876291, '__ci_last_regenerate|i:1683876291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bed7c3ad7763d3cce7bae62d6787c55a9161937', '114.119.145.110', 1686404224, '__ci_last_regenerate|i:1686404224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bef217ff9ed3c51257a9b70de0bdccff974c33f', '40.77.167.115', 1681633411, '__ci_last_regenerate|i:1681633411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2befadeeb7ae269e82f9b4c86833bf770b3fec66', '185.183.122.143', 1655112135, '__ci_last_regenerate|i:1655112135;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2befdfcc43c176111fd38085445a64c44f8b3507', '51.222.253.19', 1651789261, '__ci_last_regenerate|i:1651789261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf071ed33c404059090bfa43faa3ffbf96deb27', '114.119.144.7', 1686709773, '__ci_last_regenerate|i:1686709773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf0f6c8fd2bd9322768e08867c0a8f40f663a03', '157.55.39.51', 1668077319, '__ci_last_regenerate|i:1668077319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf260785337a69d651f33941e2a562b4af3c431', '40.77.167.123', 1683941145, '__ci_last_regenerate|i:1683941145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf2f74ed1c1e58383c14c322b6013bd48253fe8', '40.77.167.23', 1673975213, '__ci_last_regenerate|i:1673975213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf4976abfcdc24be5792c289bf8fd51d972e587', '40.77.167.80', 1686857005, '__ci_last_regenerate|i:1686857005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf4ddfba16a3bd7dc16b2b1947b24a94cf05c30', '114.119.145.154', 1684851519, '__ci_last_regenerate|i:1684851519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf5065da1cbafd1dbf184ca943d62a02b025a47', '52.167.144.164', 1686205719, '__ci_last_regenerate|i:1686205719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf53e74bf27fcfd41d7c539580eda159901ce92', '200.119.172.96', 1675353093, '__ci_last_regenerate|i:1675353093;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675351364;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf6e43ca63536567d47689ab9e8bb0313c4e239', '190.148.87.244', 1654614693, '__ci_last_regenerate|i:1654614693;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654613403\";last_ip|s:14:\"190.148.87.244\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf86813496bf6044dd63fd8391a27fbc9cc6db1', '17.121.115.44', 1651028005, '__ci_last_regenerate|i:1651028005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf923b8f711ebffc6c98d4456e37fbf7c8a3909', '157.55.39.143', 1670168909, '__ci_last_regenerate|i:1670168909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bf9c4bc17321fd3ce2f7885302d300594188181', '207.46.13.217', 1684132447, '__ci_last_regenerate|i:1684132447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bfb32f56aee936ba305f92cee513f5a00f78e6f', '18.117.223.160', 1667962342, '__ci_last_regenerate|i:1667962342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bfb35143586405f7d26c8ab26803b8a9ade66dc', '190.148.252.85', 1666201011, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666201011;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666201008;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bfde9acdfa3bf33e20d3a15ae1e7d296deec321', '207.46.13.205', 1671770271, '__ci_last_regenerate|i:1671770271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bff05238accf3f3818eebbadf7fd8d6af6cfe09', '45.55.64.142', 1671065378, '__ci_last_regenerate|i:1671065378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c006eb44429e971a022d24bec30b0d605c1c664', '17.121.113.68', 1658450039, '__ci_last_regenerate|i:1658450039;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c00caca730ea7a3e1e9d2b97d272c6b40d2db8a', '190.148.252.233', 1668904945, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668904945;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668904939;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c0115af11c3167ad2dc528af8164def86942527', '200.119.169.27', 1657030788, '__ci_last_regenerate|i:1657030628;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656985265\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657030787;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c01689e0faf4915a9f307157d81695e52f2f7e9', '190.148.87.6', 1668280675, '__ci_last_regenerate|i:1668280427;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"kh6WBMSyC8X75e9NQRjz\";last_activity|i:1668279283;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c03e9b0bf22d148982f6947347a477902707385', '157.55.39.227', 1688519111, '__ci_last_regenerate|i:1688519111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c04cbed59a98f30995d498af345eb3b121c77dc', '40.77.167.191', 1682400386, '__ci_last_regenerate|i:1682400386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c04d5439f03a28a4f500f775600387e7de38a40', '200.119.170.15', 1655230833, '__ci_last_regenerate|i:1655230833;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655160414\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"7V93l16PaDAQwR2ujCmJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c0562c8ea17b46a365237df72f853dcb851a3bc', '207.46.13.6', 1671783536, '__ci_last_regenerate|i:1671783536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c0696b1262789bbe95379f37b5d11207ca68e1f', '40.77.167.191', 1682042741, '__ci_last_regenerate|i:1682042740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c083dc93384c3335f5eef8177277070f0564004', '40.77.167.32', 1674947432, '__ci_last_regenerate|i:1674947432;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c0a313652700782fd3a791ba28c4ac1771823fb', '51.222.253.19', 1680130820, '__ci_last_regenerate|i:1680130820;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c0aeb6074b7480bc7e67a89dc6ca066425e84fa', '111.7.100.25', 1650976220, '__ci_last_regenerate|i:1650976220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c0e20fc8a178f9a43767d681834fa5fec3f168c', '207.46.13.48', 1653626137, '__ci_last_regenerate|i:1653626127;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c0f1307087406122fb9e743245f3a631405e3d2', '114.119.141.116', 1687518268, '__ci_last_regenerate|i:1687518268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c107197337f26c6011ef936422396cbb463a13d', '200.119.173.130', 1675775595, '__ci_last_regenerate|i:1675775595;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675775333;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c11c9fd487931885ab757d7aa7c8fac3a11b6f5', '114.119.139.66', 1687561492, '__ci_last_regenerate|i:1687561492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c1360ccd0a4f5b01d6704187c195400370fd309', '52.167.144.98', 1685077855, '__ci_last_regenerate|i:1685077855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c13692cab78c17751e246eb971db768417c7cf3', '52.167.144.37', 1677652590, '__ci_last_regenerate|i:1677652590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c1512b1e1c9c922b1e3c6c30581dd3c4e38652a', '114.119.157.152', 1688500363, '__ci_last_regenerate|i:1688500363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c15e98b22bd34c62ab74e557379d8b6794ffae3', '118.191.130.253', 1656727979, '__ci_last_regenerate|i:1656727979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c1679c7c7a3ae62fa3ce00f4fbf64d9abcb85e9', '207.46.13.209', 1681082779, '__ci_last_regenerate|i:1681082779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c16cda002bcbd2f21538a361a478ae4a33b6de8', '114.119.148.27', 1684854621, '__ci_last_regenerate|i:1684854621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c16d2aa533201ea2b26bdc6cd32a1f0e8d18283', '17.121.114.118', 1655309633, '__ci_last_regenerate|i:1655309633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c1775c4a73b35d8deec167eb76e8d2dab317f09', '93.158.91.233', 1684584318, '__ci_last_regenerate|i:1684584318;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c184ee58c71f679729f2abc9f2f485b36ef9164', '190.148.252.183', 1681223338, '__ci_last_regenerate|i:1681223338;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681222665;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c1874c0892262c719f29fc0c915c0ab7daa3eda', '51.222.253.12', 1662883138, '__ci_last_regenerate|i:1662883138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c18b32c1d8bdd3a8648ba898c3a04341c8a2b41', '200.119.172.48', 1668605895, '__ci_last_regenerate|i:1668605895;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668605892;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c1aac4f0b4f2762ab1873c32e151221288bdbae', '17.121.113.181', 1653921129, '__ci_last_regenerate|i:1653921129;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c1ad6e95ac50c5e04fc331a395ff6824be2874b', '114.119.142.14', 1687644815, '__ci_last_regenerate|i:1687644815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c1c35a2f182402a1a98d0b4a3d9589832b84c92', '40.77.167.224', 1687784175, '__ci_last_regenerate|i:1687784175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c221547e68e8a257ef70888c0acdb6d1ca0612b', '144.76.151.42', 1650866388, '__ci_last_regenerate|i:1650866388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c22765549a642198bdc944be5d2a498e3ab4037', '190.148.157.53', 1683916438, '__ci_last_regenerate|i:1683916438;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683916431;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c2302f974b2f88b64ac1adb7333d18f0c39ebc9', '40.77.167.227', 1678974797, '__ci_last_regenerate|i:1678974797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c244d4c7d1b2f06a1b40c98519c8f795b27a3bf', '200.119.173.130', 1675958183, '__ci_last_regenerate|i:1675958183;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675958169;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c268f0a1689366607a5c309398eafb78867919c', '52.167.144.178', 1684067789, '__ci_last_regenerate|i:1684067789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c271b4c1e218d6ebaf46f2841850803ad8ae7e3', '190.148.252.36', 1661900743, '__ci_last_regenerate|i:1661900732;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661879987\";last_ip|s:14:\"190.148.252.36\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661900742;register_id|s:2:\"91\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 17:05:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c27be6359ff1d14876a22ce457d89f2aff51956', '190.56.54.129', 1653527502, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1653527502;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653483113\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653527266;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c28c2cee99b6089ce96c7a8195becc759f10d5d', '190.148.87.96', 1678200126, '__ci_last_regenerate|i:1678200126;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678199871;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c2ab392b06f8c44f4ab545adcd4e42d73011d60', '54.36.148.255', 1676913621, '__ci_last_regenerate|i:1676913621;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c2d21c9c7aa27b311d3a97833eff5a7f44edbae', '51.222.253.4', 1656704381, '__ci_last_regenerate|i:1656704381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c2d6aa9d22f22bcf56ad8190e7ca4cbccbb3fad', '190.148.252.96', 1672959009, '__ci_last_regenerate|i:1672959009;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672957693;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c3141933ac46f38d18bac48a09516e9c01c67bb', '52.167.144.162', 1686415574, '__ci_last_regenerate|i:1686415574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c320042bf532685998bbd6004f1036f9d2eae73', '40.77.167.187', 1680572845, '__ci_last_regenerate|i:1680572845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c35017cc8e9448ce4e3a9e4dead291ad4b41fa8', '190.56.50.41', 1654005167, '__ci_last_regenerate|i:1654005167;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653951889\";last_ip|s:15:\"190.148.252.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654004579;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c36a229163e7e4e6269727bfcbc40ac9f6bb3db', '200.119.169.44', 1663772906, '__ci_last_regenerate|i:1663772906;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663771809;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c37e85ec7efa7cf797b6aeae4da40079e3f0d7d', '190.111.27.194', 1688407463, '__ci_last_regenerate|i:1688407463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c3823740e9966091347b958dfe668f35bc84283', '200.119.168.250', 1680652071, '__ci_last_regenerate|i:1680652071;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680651836;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c382b524bff82a4efc8580921ca8299666c8d7b', '40.77.167.227', 1682225150, '__ci_last_regenerate|i:1682225150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c399da6690d63cee1792dd07e48eff0541a112e', '200.119.169.175', 1669821146, '__ci_last_regenerate|i:1669821146;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669821045;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c3b440f9936e7d48f81c9e531c18cdcffc11326', '52.167.144.70', 1688459896, '__ci_last_regenerate|i:1688459896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c3ba6ff8290d76c5fae90463787ee1b6e2d7b91', '190.56.55.113', 1673821990, '__ci_last_regenerate|i:1673821990;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673820552;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c3be60c3e763143fa8f848e00da814fee9f68b6', '157.55.39.69', 1671858680, '__ci_last_regenerate|i:1671858680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c3c969d669755e4efb7a9d7990fd57338a9d915', '190.56.173.251', 1651962974, '__ci_last_regenerate|i:1651962974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c3e0eb1c62630558fcd6d894123da66ca56032b', '114.119.131.166', 1688114944, '__ci_last_regenerate|i:1688114944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c40adb4a46b87b0874a6a0a95d029dd7c59c034', '114.119.148.174', 1687330780, '__ci_last_regenerate|i:1687330780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c40e423326dbb0bf83449eea80425b6f2d0ad1e', '207.46.13.12', 1675584086, '__ci_last_regenerate|i:1675584086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c41735ec28d02368a018e296bed36938911d30f', '35.167.112.30', 1687305402, '__ci_last_regenerate|i:1687305402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c42fefde88d8c74118d961e3ba9eb10b2bf032b', '190.56.173.213', 1683235439, '__ci_last_regenerate|i:1683235439;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683235097;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c43190755d7bc9b5f6255a84281419ebca887e3', '190.148.157.183', 1680443036, '__ci_last_regenerate|i:1680443036;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680441562;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c43629398129afbf694140c43a31b37bf6d7f80', '200.119.173.96', 1687186301, '__ci_last_regenerate|i:1687186301;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686955365\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"TAVzmenP4kRSwayWj3iM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c4671bb0ab1223a36843a3cde57436b7e5e4a96', '114.119.154.229', 1686862082, '__ci_last_regenerate|i:1686862082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c467ebff6cb21b57796f77b33791efdcd4350fb', '200.119.174.9', 1674414550, '__ci_last_regenerate|i:1674414550;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674413934;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c47187e8032125c9dd967fd6bf262bf7c7ae8cc', '66.249.77.46', 1678221948, '__ci_last_regenerate|i:1678221948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c47f1f3cb7b26465b4f1618b1ce80d3fb8cc8a5', '52.167.144.98', 1685884551, '__ci_last_regenerate|i:1685884551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c4c64ac6389993c4ca046a71dcc490f0729855b', '54.37.233.116', 1650851701, '__ci_last_regenerate|i:1650851701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c4f404bfc23340b70cb4d12504ee62a0b84c835', '200.119.173.107', 1686839785, '__ci_last_regenerate|i:1686839785;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686781978\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686839274;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c4f45f620f3c0b5b057e5cfe63f678c3c5274b7', '52.167.144.164', 1685874293, '__ci_last_regenerate|i:1685874293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c5005326836111c6bf4086a221da9e3300c4ad0', '190.56.32.174', 1676914924, '__ci_last_regenerate|i:1676914924;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676914915;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c50b18a4a70dc7e32090cb757b0e9680d759079', '51.222.253.20', 1679706886, '__ci_last_regenerate|i:1679706886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c50d6dc2501646b9109f39063317388f4933d5e', '157.55.39.54', 1659724325, '__ci_last_regenerate|i:1659724324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c52eba89c76772eae565f1cf531b210db8e0f79', '190.148.157.53', 1684101916, '__ci_last_regenerate|i:1684101916;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684101804;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c53bf06683ce06d51cf9f352f74156497525371', '52.167.144.171', 1685619138, '__ci_last_regenerate|i:1685619138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c5499aff7052dbdf27d3fd7834aa1dcf401d583', '51.222.253.16', 1655316509, '__ci_last_regenerate|i:1655316509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c55580e83cf0456fb6d29c786f4016e41e574c5', '200.119.172.96', 1675381453, '__ci_last_regenerate|i:1675381453;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675381220;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c55d19c8eb9c779f6ef5f67b75ab54fb285359d', '190.148.87.182', 1679674121, '__ci_last_regenerate|i:1679674121;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679674119;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c56bdd3622ea8df4435c4471ad2e03f22d9650e', '52.167.144.23', 1686336856, '__ci_last_regenerate|i:1686336856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c56e878e92c30f5c0c9cf48abd487aed394d58a', '200.119.173.130', 1676076738, '__ci_last_regenerate|i:1676076738;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676076405;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c57607ea6acf08d9dee13ad051cf858c9528f06', '149.57.16.7', 1653807058, '__ci_last_regenerate|i:1653807058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c58b91a2ba28eea0879d8245432c4c528c0d35f', '114.119.130.221', 1688302771, '__ci_last_regenerate|i:1688302770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c5957390a136d9c14027adbe166e66dae037668', '157.55.39.80', 1670301461, '__ci_last_regenerate|i:1670301461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c59fc020c62280734d2afa8d4c434dc8b22023b', '207.46.13.41', 1671220397, '__ci_last_regenerate|i:1671220397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c5a029856cf6b33375d351094f34ab80a3c8f1d', '52.167.144.109', 1680283490, '__ci_last_regenerate|i:1680283490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c5b0488042745557597717b43a81ad9fc13d240', '207.46.13.212', 1676930457, '__ci_last_regenerate|i:1676930457;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c5b3ad8a55a654623ae9d417c51ab97cdf2c28f', '190.148.157.183', 1680306434, '__ci_last_regenerate|i:1680306434;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680306349;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c61706a6dd0d307072543621494aa9460906643', '200.119.174.55', 1662298061, '__ci_last_regenerate|i:1662298060;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c62a959bf83f01a8081d741c804772952805030', '207.46.13.217', 1684131950, '__ci_last_regenerate|i:1684131950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c62aa790e493c69b2750860054d9f5e74bdb287', '190.148.157.53', 1683830204, '__ci_last_regenerate|i:1683830204;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683829882;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c64df7a8c7df62e92a8f06fb26cfd3b08c5262c', '89.248.168.222', 1651085439, '__ci_last_regenerate|i:1651085439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c64e779104526c6555b36df5f304628b77cdf77', '190.148.252.73', 1664813896, '__ci_last_regenerate|i:1664813896;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664813884;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c657e7fd858cd517ee7bd2c644272b91d40cb62', '106.75.101.43', 1686908253, '__ci_last_regenerate|i:1686908253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c65c3cb816de88c657e304e96141787aa5d2b19', '207.46.13.17', 1673611703, '__ci_last_regenerate|i:1673611703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c65cf6abad6bd566cff30ef2632eaf26000ccfe', '114.119.133.208', 1687083362, '__ci_last_regenerate|i:1687083361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c6644b0bb6b56b5dd740d1683d5ff26fff4c988', '200.119.173.130', 1676139495, '__ci_last_regenerate|i:1676139495;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676139278;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c6c9115a0587d1462d54c6994aceb51c6f5ae0f', '157.55.39.112', 1663374642, '__ci_last_regenerate|i:1663374642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c6dd0ea4ddd2eaeebff188a99ee922a2e97c6ca', '207.46.13.205', 1671234196, '__ci_last_regenerate|i:1671234196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c71b9edd76fdde3a5e0b7a0d054a0950ebff15e', '52.167.144.37', 1677683899, '__ci_last_regenerate|i:1677683899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c73008be9408546caf35bf59dd0289a318cf585', '54.187.123.223', 1672406700, '__ci_last_regenerate|i:1672406700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c76d540ec53728f45388ad770ac7e87c2de937e', '200.119.173.107', 1686863655, '__ci_last_regenerate|i:1686863655;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686863615;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c770149269340a0d60789e68d2cfab5d90832a3', '200.119.170.221', 1664465494, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664465494;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664465486;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c772039116501fe2b17e234683f29ff4e3e9256', '40.77.167.123', 1683391091, '__ci_last_regenerate|i:1683391090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c775ab0a0d1453a9fb51abb833d42ed76c4679f', '74.208.2.183', 1668050280, '__ci_last_regenerate|i:1668050280;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c7a46f1c289593330691e01ee40fb93d2e50654', '190.148.87.182', 1679701018, '__ci_last_regenerate|i:1679701018;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679701009;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c7a5efb7d6fcd80e03c798f088716cfc0a29b6c', '192.36.248.249', 1665057159, '__ci_last_regenerate|i:1665057159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c7b25b8070c9bccfb267348b8b16f391572a691', '190.148.158.74', 1669039320, '__ci_last_regenerate|i:1669039320;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669039301;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c7dc1e13133f95f592f9f64a9d8cf99d5f798f8', '144.76.67.169', 1669881204, '__ci_last_regenerate|i:1669881204;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c7e0a01cc54bc2a17ec875ba2772c6fe2abdd78', '52.167.144.28', 1679155233, '__ci_last_regenerate|i:1679155233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c7ed77ff5929dd160cb974215f88dcfed85b453', '157.55.39.69', 1672157241, '__ci_last_regenerate|i:1672157240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c7ee6f3e5fb4b4945ad7240a6831e57a6bdd460', '190.56.32.35', 1671749622, '__ci_last_regenerate|i:1671749479;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671718715\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Sj6WoiAl0s4PrfQJugGM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c7ff3236c5a979a7d5d2e594d693b705bcf1a9a', '40.77.167.182', 1684213128, '__ci_last_regenerate|i:1684213128;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c80b9e7017c190a05c4886f90adfeb95296b349', '190.148.157.50', 1668778815, '__ci_last_regenerate|i:1668778815;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668778755;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8108106d0e6a6f7abbca099ec1889d478531c9', '114.119.158.36', 1688099453, '__ci_last_regenerate|i:1688099453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8222edccec43b4bd3d3b3b7f7204b9caed509b', '40.77.167.91', 1686964923, '__ci_last_regenerate|i:1686964923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c82e81910d377629389a830a3f9276aecace9e3', '207.46.13.113', 1675721813, '__ci_last_regenerate|i:1675721813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8373ed7651db6c29a5d31a74f23a07e2b0814b', '52.167.144.154', 1687701607, '__ci_last_regenerate|i:1687701607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c83af2d7b9a28f7eaca81f9acf0d947fe7422f2', '52.167.144.66', 1682046470, '__ci_last_regenerate|i:1682046470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c84221f0d7c902a64be44419e4a1fbc4552a5df', '157.245.71.118', 1654150783, '__ci_last_regenerate|i:1654150780;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c854d56c99ef26ccff8d94a32c447364532df39', '157.55.39.51', 1668935052, '__ci_last_regenerate|i:1668935052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c85d36aa27bc2bd9fa728f5904fe540baaa82f5', '185.27.99.123', 1682140097, '__ci_last_regenerate|i:1682140097;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c87e54a7055ecf6465778842fd407a1eadf7462', '200.119.172.96', 1675466912, '__ci_last_regenerate|i:1675466912;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675466906;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8aded877d73bc85d36c68f5049f50f8c5d33ac', '149.56.150.59', 1682409116, '__ci_last_regenerate|i:1682409116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8af13f52b2d441c94b5e2bee2ef5274daf011e', '52.167.144.98', 1685951114, '__ci_last_regenerate|i:1685951114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8c02fd6b870f6423af2192e0576686a650b49d', '157.55.39.253', 1677056769, '__ci_last_regenerate|i:1677056769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8c20ee660df86c77e4fe152d685fcb1792c2fb', '40.77.167.91', 1686974791, '__ci_last_regenerate|i:1686974791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8e740f1c0ac16b9a327855bd8ab1fef7ba3cbe', '52.167.144.89', 1679614418, '__ci_last_regenerate|i:1679614417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c8fa6d7258c3f6b3b628ac9657cdea3834b7ad4', '40.77.167.60', 1671468853, '__ci_last_regenerate|i:1671468853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c91e915b6be90efb1c01270078c304d501dca53', '40.77.167.26', 1670876283, '__ci_last_regenerate|i:1670876283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c94a3ea59e4ec7762eae127a9cb32b129207d1d', '34.222.13.173', 1666829539, '__ci_last_regenerate|i:1666829539;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c966c795c366c2c49e6d3edd13a08319d83d2b3', '52.167.144.171', 1685123929, '__ci_last_regenerate|i:1685123929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c97c934d057cde85bdab3a8cf866681a8dadb00', '207.46.13.6', 1671858689, '__ci_last_regenerate|i:1671858689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c994c4833ea164fd3167aafc4e5093d5753df70', '200.119.170.131', 1660165829, '__ci_last_regenerate|i:1660165829;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660157091\";last_ip|s:14:\"200.119.174.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c9ad881faf3ab307cf6752121375466e0495ccc', '181.174.80.228', 1652752648, '__ci_last_regenerate|i:1652752648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c9bc2ce42ecec2ef05f5fa0401524dba07887b3', '200.119.173.90', 1657202723, '__ci_last_regenerate|i:1657202723;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657140685\";last_ip|s:12:\"190.56.55.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657202717;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c9e45b78d98c9d30fd60655de7bc92ddb023edd', '157.55.39.80', 1669998730, '__ci_last_regenerate|i:1669998730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c9ee0bfefcbb6e16c57caca68df15c1702eb667', '190.148.87.244', 1654619274, '__ci_last_regenerate|i:1654619274;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654617278\";last_ip|s:14:\"190.148.87.244\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ca0ee00f00cd4d5e53e0f78a007634731924854', '114.119.143.101', 1685592170, '__ci_last_regenerate|i:1685592170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ca53eabf93a4cd72986e60a20cf55bdd927e39f', '190.148.252.162', 1664908992, '__ci_last_regenerate|i:1664908992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ca63d4a0f21db778c7d981ad129dcb6556535f4', '52.167.144.89', 1679581058, '__ci_last_regenerate|i:1679581058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ca98493f952471aabf9852b1d4cddf6746b82b8', '190.148.87.96', 1678376153, '__ci_last_regenerate|i:1678376153;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678374150;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2caac9b39e116c94bf63db4d8604466d4f660cff', '114.119.132.59', 1686070419, '__ci_last_regenerate|i:1686070419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cad7fb019181ec03ad785d3870ff93678c1c589', '114.119.153.114', 1687709940, '__ci_last_regenerate|i:1687709940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cade113109157bda449e9b496e53e6e92c2df04', '114.119.159.243', 1686189141, '__ci_last_regenerate|i:1686189141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cadec948bebbdf8605a3ddc5751e781d76e77c9', '114.119.140.56', 1688381735, '__ci_last_regenerate|i:1688381735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cae142ec5707608a57b858e8293d61833c84580', '51.222.253.11', 1658298952, '__ci_last_regenerate|i:1658298952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2caee31afb68533be3c3fe61fd02a25eee2fe203', '40.77.167.11', 1673791519, '__ci_last_regenerate|i:1673791519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb0a021366b1d4157e375faa71f067d8afa46e3', '190.56.173.213', 1683156899, '__ci_last_regenerate|i:1683156899;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683156885;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb35b36b7c939f5824627e121ad579e5b50d11f', '51.222.253.3', 1659331730, '__ci_last_regenerate|i:1659331730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb3fef4530ce9cabceac26e66215a49260169f6', '17.121.112.191', 1655743451, '__ci_last_regenerate|i:1655743451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb53441fa1734fb659a92650a69c33b5386a716', '114.119.150.32', 1688177619, '__ci_last_regenerate|i:1688177619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb5b0fd2f8003915d07b754a5cd7004f145a17b', '151.106.35.235', 1654766561, '__ci_last_regenerate|i:1654766561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb630c991677aa9de9d75b3834f52d2392d85e0', '52.167.144.24', 1687435005, '__ci_last_regenerate|i:1687435005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb6d6cacdd01cb414f16b4d7c4e6fea227c65cd', '157.55.39.105', 1674121780, '__ci_last_regenerate|i:1674121780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb7268ec6eb30f32935cd3a9ad44e8aa4bdf5ac', '52.167.144.164', 1685778776, '__ci_last_regenerate|i:1685778776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb7e17ab52990de6bca543aa618f9ee8dfaf126', '51.222.253.15', 1673169483, '__ci_last_regenerate|i:1673169483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb8432266cf97d5969aafc5449e90868d1df7f6', '190.148.158.69', 1685730241, '__ci_last_regenerate|i:1685730241;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685729724;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cb84c9dfc383b8a3a1d866f245e1213d5750971', '190.148.157.135', 1677633684, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1677621429;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677585444\";last_ip|s:15:\"190.148.157.135\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677633684;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cbd1fa0dd90089c81f1efb32443bae76ee133fb', '52.167.144.164', 1685077838, '__ci_last_regenerate|i:1685077838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cbda976c899111fa48f238ff0c815083cba0901', '190.56.32.35', 1672076041, '__ci_last_regenerate|i:1672076041;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672076017;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cbe4dfcd50ed6d21c1d99db4d081c625d9a8710', '157.55.39.86', 1666037117, '__ci_last_regenerate|i:1666037117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cc24883dc5e4ff84638d50a20189cf3c39d190c', '54.37.233.116', 1650768751, '__ci_last_regenerate|i:1650768751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cc2871ae2f93ce119a9e9928280e4384a56ecfb', '190.148.157.183', 1680364060, '__ci_last_regenerate|i:1680364060;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680363871;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cc2f5e63253d5f4ad5f20be38d8538e0c27dad0', '200.119.173.78', 1682806126, '__ci_last_regenerate|i:1682806126;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682806098;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cc44b57bebf5347cf55cadc94c88d39b236e936', '66.249.72.203', 1682723685, '__ci_last_regenerate|i:1682723685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cc5d733bff62bd7e291c70436cc3c9958c5c8be', '52.167.144.75', 1677743398, '__ci_last_regenerate|i:1677743398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cc7ad82edf177ba9add9178ff1d7c355517d9ab', '52.167.144.70', 1688406017, '__ci_last_regenerate|i:1688406017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cc8e2ca55847a352e7ceee2419a850b0e06acdb', '200.119.170.113', 1666701225, '__ci_last_regenerate|i:1666701225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666701056;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ccc107ea5dec17d4673680e018a7b01983caac1', '207.46.13.41', 1671082598, '__ci_last_regenerate|i:1671082598;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ccd4e124c222eeb909fb01d8bc3b66bd4b34507', '40.77.167.56', 1673373042, '__ci_last_regenerate|i:1673373042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ccd71aa72304eb8fe41ba92de0429345763fd4c', '114.119.157.221', 1686025086, '__ci_last_regenerate|i:1686025086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ccf36a88f83b061a8091432a6f33f47c8c3a489', '190.148.252.197', 1665497765, '__ci_last_regenerate|i:1665497765;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665426042\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665496596;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cd0df8f2744e8f15fd388ddc66810deb20b1b9d', '190.148.252.151', 1671117310, '__ci_last_regenerate|i:1671117310;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671116997;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cd13d88a40affa63a36dd3ac6bf945369c016f0', '17.121.114.15', 1661676506, '__ci_last_regenerate|i:1661676506;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cd32e08eb01cea810e80789a67b61efa1e58478', '190.148.158.69', 1685905837, '__ci_last_regenerate|i:1685905837;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685905818;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cd45e66b409d9ebbd3900b76c905122e728c2b3', '40.77.167.101', 1687949433, '__ci_last_regenerate|i:1687949432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cd53bec790964c5766a45cab0554f97ade95de1', '52.167.144.164', 1686215814, '__ci_last_regenerate|i:1686215814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cd739e6a2e3bc29f9218737f9eec338d3d99cbc', '52.167.144.98', 1684315731, '__ci_last_regenerate|i:1684315731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cdbf64cc0c7b0a01a9cf0d02f87ca8659321aaa', '69.160.160.60', 1662188502, '__ci_last_regenerate|i:1662188502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cdd7d6c72bb4c511753dee914d1c6241ed68cde', '114.119.128.181', 1685043610, '__ci_last_regenerate|i:1685043609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cdd82b09571dfb6edd31dcc1620ee74095096b0', '114.119.139.202', 1688098015, '__ci_last_regenerate|i:1688098015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ce0431eabcbdc3a6acd161907a15a2b5f500653', '52.167.144.162', 1682959429, '__ci_last_regenerate|i:1682959429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ce082c903617da232f723fe2cc39bafd7c8fbdc', '190.148.252.96', 1673285324, '__ci_last_regenerate|i:1673285324;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673264143\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673285025;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ce1285f9b12f261242f037a0d1521f8333aee8f', '146.59.52.85', 1683295058, '__ci_last_regenerate|i:1683295058;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ce1348947335a9c868fc46101d8cf0c6d14195f', '52.167.144.171', 1684303409, '__ci_last_regenerate|i:1684303409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ce19e35ac779e05ee1908535dcda5467ebab529', '17.121.114.184', 1652635088, '__ci_last_regenerate|i:1652635088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ce57e07dcc64c8582877c8eaa78b4e6af92cac7', '149.57.16.7', 1653807000, '__ci_last_regenerate|i:1653807000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ce657fd726ad8059f02955fe7f207e2620c11c1', '200.119.174.30', 1667509996, '__ci_last_regenerate|i:1667509996;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667509928;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ce6819d42a057d013de4557ad439d8333a47f9d', '114.119.129.143', 1683517389, '__ci_last_regenerate|i:1683517369;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ce9ba383ebba08ab97427dc82911d8d92072d65', '51.222.253.8', 1660772406, '__ci_last_regenerate|i:1660772406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cea0528355fc8f90ed91c04bc8457287f7d35a7', '52.167.144.89', 1679952523, '__ci_last_regenerate|i:1679952523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cecec822a2ff134c17ec6ad7114b96bfe0326d0', '20.163.2.104', 1681608940, '__ci_last_regenerate|i:1681608940;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cedf4e1f282ac67851f0cc30d9479ebb44fd535', '40.77.167.79', 1653590632, '__ci_last_regenerate|i:1653590624;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cee4565f5abb52c5d84176b76623c9bf8eadee9', '190.104.119.122', 1651068472, '__ci_last_regenerate|i:1651068472;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651019642\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651068429;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cefa4c6be78f70c056f7de5722d75a3b440b6ba', '207.46.13.205', 1671581870, '__ci_last_regenerate|i:1671581870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ceffc499b650cce838f2147830380279611db82', '52.167.144.98', 1684672791, '__ci_last_regenerate|i:1684672791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf0456645f51fcb89d92a0f18ea78dccdac9070', '114.119.159.19', 1684210772, '__ci_last_regenerate|i:1684210772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf10d39a262ab5e1bdfa4e6363406d5d95ea010', '207.46.13.209', 1686035761, '__ci_last_regenerate|i:1686035761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf11f008c8874501ed42127036d73e13c656743', '114.119.139.1', 1688237230, '__ci_last_regenerate|i:1688237230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf1cea25f67248069aeb3df5cd8d8df90034cbc', '52.167.144.49', 1676930468, '__ci_last_regenerate|i:1676930468;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf1d5faa9533dff5744ea3e0cdcba71cb6aec72', '190.56.50.253', 1682769592, '__ci_last_regenerate|i:1682769592;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682769427;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf2f2186ea857e84d677e667c2d78f2cbfeb0cc', '52.167.144.164', 1685130103, '__ci_last_regenerate|i:1685130103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf63abad8b1840016e9e9e31748a1b60718f4dd', '190.56.54.156', 1665320151, '__ci_last_regenerate|i:1665320151;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665319482;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf6594f93da79c4cffe939aa070ee5bf0e94048', '51.222.253.4', 1650938181, '__ci_last_regenerate|i:1650938181;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf66d085eabee1a7f122cbb959a1fa03e0ba56d', '144.76.67.169', 1661940461, '__ci_last_regenerate|i:1661940461;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf79709860810f66ef09aa12004156d8d259d91', '190.148.157.53', 1683988550, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683988550;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683987917;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf9baac9d2acfcd2ef3cfbdc9ea3285839426e6', '190.148.158.151', 1677460676, '__ci_last_regenerate|i:1677460676;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677460175;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cfa79d048346158c22f9948afe56d0a7fd2c90f', '40.77.167.157', 1677964038, '__ci_last_regenerate|i:1677964038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cfad6167ee608550cf0ff9c853a480b61def967', '190.56.55.48', 1687297876, '__ci_last_regenerate|i:1687297876;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687297872;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cff5ec73589a04f4d6e7a7b947f94cfc8261ba5', '40.77.167.123', 1682776404, '__ci_last_regenerate|i:1682776404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cffe8db3315bc4cd42db28ee7bcc28afe048def', '207.46.13.189', 1668367035, '__ci_last_regenerate|i:1668367035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d00fb6332e12daee598ad4f8c88e57382704f94', '205.210.31.152', 1651233561, '__ci_last_regenerate|i:1651233561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d0323fa21c62f9486c8934188c6c365e79e1af3', '200.119.174.28', 1660070402, '__ci_last_regenerate|i:1660070402;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1659994124\";last_ip|s:14:\"190.148.252.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d0538baff7d27fc3ed3d51798e220b1a85629fd', '200.119.173.78', 1682807203, '__ci_last_regenerate|i:1682807203;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682807200;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d06bc69a4c4c51f3ae677807d79019e9dbc848d', '193.201.9.12', 1657695157, '__ci_last_regenerate|i:1657695147;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d07f025296891802dc3b616dcad4cc8e1cc7d22', '157.55.39.149', 1652193267, '__ci_last_regenerate|i:1652193267;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d0938a0ad97697e09f223c274df736874ac9c41', '198.12.91.231', 1653665927, '__ci_last_regenerate|i:1653665927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d0952ab5ab52ef4cb27464bb742b8ff2f6cb73d', '199.244.88.227', 1666633323, '__ci_last_regenerate|i:1666633323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d09d5d96ce19e5ccd2f2958d5f310a65e497488', '52.167.144.154', 1687930902, '__ci_last_regenerate|i:1687930902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d0b0f4acb76ef43e8ba8eadd9d91fa340966f40', '52.167.144.164', 1686406557, '__ci_last_regenerate|i:1686406557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d0caa87f648fe36deeddb943d345e718af98bef', '40.77.167.241', 1687333533, '__ci_last_regenerate|i:1687333533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d0f8b7cb14c0eae8ba08df04925fb7603d8cf53', '66.249.65.174', 1658664780, '__ci_last_regenerate|i:1658664780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d0f90dc49fbf5d8f0067e21aabd1e4dcd932cc4', '51.222.253.13', 1660150408, '__ci_last_regenerate|i:1660150408;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1395066b622359221bc050dae7b13971bc4f69', '114.119.133.224', 1687738561, '__ci_last_regenerate|i:1687738561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d13ff06021ac6ad3c1807a9b3ac3ba1aa0eb2e6', '37.187.76.13', 1682114214, '__ci_last_regenerate|i:1682114214;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d15e8084a21c442ccad906f92d0c1dfcf01b413', '157.55.39.69', 1672384136, '__ci_last_regenerate|i:1672384136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1651742c668bfd055209da654c4626e9bdb23b', '3.216.3.74', 1685702639, '__ci_last_regenerate|i:1685702639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d166a09b8e115627b54ea162a9480d024839143', '190.148.157.183', 1680471836, '__ci_last_regenerate|i:1680471836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680471784;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d172cdc2571224924d28e793ab6417901600cf0', '200.119.174.9', 1674315911, '__ci_last_regenerate|i:1674315911;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674315899;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d17f490e255913371e2b12a55fb2f0e47fca3cf', '52.167.144.162', 1686699592, '__ci_last_regenerate|i:1686699592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1aa8c6aa2b031139c436410921460de352b956', '51.222.253.16', 1670761848, '__ci_last_regenerate|i:1670761848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1afe8ddbbac38bfa1ffd1715be3e524b89a69f', '190.56.32.35', 1671993789, '__ci_last_regenerate|i:1671993789;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671993710;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1ba47ee09d713fd0b42cd1f89b933557231292', '165.232.190.123', 1656638100, '__ci_last_regenerate|i:1656638099;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1c0f8787d79a0355fa655623b7d5fab30c0568', '144.76.68.17', 1683715157, '__ci_last_regenerate|i:1683715157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1cb0c19141024e186bc01486e19e93d7df79ad', '190.148.157.173', 1652308782, '__ci_last_regenerate|i:1652308782;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652291404\";last_ip|s:13:\"190.56.50.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"wxXo4NGdjB37UJeVFLDi\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1cb9d86dc98350ea1ed77795b204ac0757880f', '190.56.49.206', 1655410253, '__ci_last_regenerate|i:1655410138;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655390814\";last_ip|s:13:\"200.119.168.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655410153;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1df69abd1f20173c55b51f9cce36e660aab5f2', '190.148.158.175', 1672500816, '__ci_last_regenerate|i:1672500816;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672500797;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1ecd2de3034a51b649cf712c8d1b2075a86a9b', '46.4.33.48', 1654825812, '__ci_last_regenerate|i:1654825812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1efb9381f6ad8406f22bdc499fe62a974b4b91', '173.249.31.237', 1659409054, '__ci_last_regenerate|i:1659409054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d1f681e138046ab91b515c6c6d4c9dd21bdb711', '51.222.253.6', 1657338095, '__ci_last_regenerate|i:1657338095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d21d7e967142480106c1c84d61ba29fd108809f', '114.119.155.210', 1687544044, '__ci_last_regenerate|i:1687544044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d21de9fcb660a7c49ce99553bba997105bd1110', '207.46.13.41', 1665299397, '__ci_last_regenerate|i:1665299397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d2256c48f71edb51677af4e16ede17c5c3a0c65', '157.55.39.208', 1685974237, '__ci_last_regenerate|i:1685974237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d2343a759e0dc4b5ad3a097607f85376a0f6ca5', '200.119.173.130', 1676151215, '__ci_last_regenerate|i:1676151215;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676151191;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d238644c4995fde25a3e06ffaded38a5c9965bb', '190.148.157.88', 1668531872, '__ci_last_regenerate|i:1668531859;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668441459\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d26c305aa996fb7967c64243fabe1d5a3883cc2', '66.249.79.206', 1675114085, '__ci_last_regenerate|i:1675114085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d280b63e07217287fb7e0aaeae799f94a1b3ab8', '200.119.168.250', 1680801148, '__ci_last_regenerate|i:1680801148;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680801045;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d280ed92d0bb4632e14abf3b4b57d231a3ff378', '190.148.87.182', 1679875024, '__ci_last_regenerate|i:1679875024;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679874982;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d29b90aa82d21b73bee2aac1bd6be910eaa32e2', '5.161.148.165', 1668208710, '__ci_last_regenerate|i:1668208710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d29d6879316566c40c0b4334891ca89650dc070', '40.77.167.133', 1684025496, '__ci_last_regenerate|i:1684025496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d2d2e3a239b2e9989fcff69ecb9afeee57c0769', '157.55.39.173', 1669419404, '__ci_last_regenerate|i:1669419404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d2e9f74da2cb751c7c0fb92bee1846af4007c7c', '157.55.39.253', 1681999594, '__ci_last_regenerate|i:1681999594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d319f03060c2e0f33867350f56fd2549bdf7d7d', '52.167.144.171', 1685123929, '__ci_last_regenerate|i:1685123929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d32ad43bb5d61aface3c01b96d6abbc7d7c1d06', '200.119.173.137', 1661878520, '__ci_last_regenerate|i:1661878505;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661822071\";last_ip|s:13:\"190.56.50.120\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661878519;register_id|s:2:\"89\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 08:40:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d33ba5a4b5d369806cc801b5d855a6db2c45a8a', '51.222.253.13', 1660832406, '__ci_last_regenerate|i:1660832406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d3652a9de018c80a4109c4ddef252fbd9f7be3a', '114.119.130.30', 1684172453, '__ci_last_regenerate|i:1684172453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d3af905fc5e25bb3cf9b8b560794cf9069052de', '17.121.114.34', 1657740749, '__ci_last_regenerate|i:1657740749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d3d785d3eff45da82e3964eb0a403f841faa44c', '66.249.79.199', 1666135991, '__ci_last_regenerate|i:1666135991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d3dd004a8a769fb1af419bceeabf4dfff7c9932', '190.148.157.80', 1669251851, '__ci_last_regenerate|i:1669251851;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669251843;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d3e8149d4cba2117be0f51a0a6a8b69786a7517', '190.148.252.96', 1673280384, '__ci_last_regenerate|i:1673280384;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673280382;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d4039fd259847770286ba2999fb6c25b398a130', '157.230.240.208', 1653552614, '__ci_last_regenerate|i:1653552609;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d42c3bd4ea9cdfc508c509f6065208a45550f78', '190.148.158.151', 1677437637, '__ci_last_regenerate|i:1677437637;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677437173;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d4392d83381ece7691181c7a1cd606f937cdf8e', '46.161.11.199', 1660452822, '__ci_last_regenerate|i:1660452820;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d446eec8e3796d481bab9bb314af786df41b30d', '52.167.144.171', 1684632675, '__ci_last_regenerate|i:1684632675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d471fbb74db05670a7b3f9d9bf3cc430977cb76', '52.167.144.171', 1685384604, '__ci_last_regenerate|i:1685384604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d47a229ee36db04572c833bf752c5e44aea8f25', '144.76.68.17', 1683715175, '__ci_last_regenerate|i:1683715175;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d47a2648d82e9a9e929dd18d8f2c9d8b33caa44', '198.199.83.54', 1652106262, '__ci_last_regenerate|i:1652106262;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d4865eb99c6b775960f924853a05aee6201160b', '74.208.2.160', 1672659929, '__ci_last_regenerate|i:1672659929;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d49381011efca2416be76bac915fed7c66ca065', '200.119.170.217', 1656363721, '__ci_last_regenerate|i:1656363721;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274344\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656356642;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d4a03f5cd9cc18fba2d4cea2bd53651494edff6', '66.249.74.97', 1686844595, '__ci_last_regenerate|i:1686844595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d4b418c7c00fa59dc2301f664156bb30ab82cd0', '54.149.225.111', 1683931197, '__ci_last_regenerate|i:1683931197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d4bdb816838c558babb62fc1306b65a80c1d84f', '52.167.144.164', 1686468039, '__ci_last_regenerate|i:1686468039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d4e33cadb507ba9971df839d163823fdb2851ec', '136.144.33.24', 1672438103, '__ci_last_regenerate|i:1672438102;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d4eb875eb231594c2c421ad0a82779c512a07f9', '52.215.182.54', 1686007847, '__ci_last_regenerate|i:1686007847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d50052c18f39aa071a5956a93584da9481a3fc5', '52.167.144.162', 1682417202, '__ci_last_regenerate|i:1682417202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d52aa78523568b8f8b531711dc7700cd39efe19', '114.119.153.7', 1688240327, '__ci_last_regenerate|i:1688240327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d53ffdb40fafcbc5ac067c5076ed1cc07ad8f26', '190.148.158.69', 1685980187, '__ci_last_regenerate|i:1685980187;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685980181;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d56f9b5190ed2dc0daca4e3addbf86f49500b23', '17.121.114.17', 1662147730, '__ci_last_regenerate|i:1662147730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d5a1e540314d64d21e6787b47ac324bcd8705f1', '17.241.219.63', 1677771653, '__ci_last_regenerate|i:1677771653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d5e7620ce66fec4b07403bdecfe1820d5f319b3', '54.36.149.50', 1679280387, '__ci_last_regenerate|i:1679280387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d601ba625cb37c6418c530be63d60799dbf4a06', '20.213.56.176', 1651931581, '__ci_last_regenerate|i:1651931577;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d6058ca5803970df1088a715e992f426d1002ed', '149.57.16.7', 1653807036, '__ci_last_regenerate|i:1653807036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d61074875f7b80570d68ae6da98d0297acebdcd', '52.167.144.98', 1685077855, '__ci_last_regenerate|i:1685077855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d62759e72d2bdf46e0377973329de7cc23ebb6b', '54.149.240.48', 1662816470, '__ci_last_regenerate|i:1662816470;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d62c19c23aafe865f8683326ddaab86206097a4', '190.148.252.183', 1681568116, '__ci_last_regenerate|i:1681568116;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681568112;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d630c1f8d338d946b10c39122903719ca81832c', '207.46.13.230', 1656865569, '__ci_last_regenerate|i:1656865569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d63d1c22cd70ac89cec9671379237cee6986cf8', '190.56.50.6', 1686932858, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686932858;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686932854;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d64ee572ece1065479922322d926d70c7e52f2f', '190.148.157.80', 1669243130, '__ci_last_regenerate|i:1669243130;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669236506\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"XhUgQZltsM5DSfrdnvpe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d65e93ec919c4e1cd19d002076f36cf05bf99c5', '54.36.149.64', 1652484146, '__ci_last_regenerate|i:1652484146;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d66ed483ffc2af254d4702cc28453dc6902c6bd', '190.56.32.32', 1686189784, '__ci_last_regenerate|i:1686189784;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686189572;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d67aaf33e453ae129a68f67f9a8b098f079d6da', '66.249.65.176', 1667323085, '__ci_last_regenerate|i:1667323085;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d684a7e91e113d7bf7cf51151bcef7c6fd400a8', '114.119.140.50', 1688004329, '__ci_last_regenerate|i:1688004329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d6c7dcbd47962db18d77ceec9e5f0ec31215b1c', '193.201.9.12', 1659018968, '__ci_last_regenerate|i:1659018968;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d6dfbf1e3cca5329d7d8e0ec14bef023d86cbf5', '13.230.19.97', 1683952455, '__ci_last_regenerate|i:1683952455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d6f55bc12bc1cdcead8ffb5f0cf3d586e669f48', '190.148.157.88', 1668547965, '__ci_last_regenerate|i:1668547965;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d7270fec2008563fa325fab650041643853defa', '40.77.167.45', 1670269183, '__ci_last_regenerate|i:1670269183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d727a54599d70d35b3bbb9c5c21cafcb9604283', '114.119.156.60', 1686047675, '__ci_last_regenerate|i:1686047675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d72a5a7b94e4cab7459f6afef46358594e794e1', '40.77.167.175', 1679840951, '__ci_last_regenerate|i:1679840951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d73e24b27dd4a9cb6216d8e67915b71a9db5b54', '146.59.157.229', 1650749874, '__ci_last_regenerate|i:1650749873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d73ef80b125fe071ebc0521bc8c0aa344dcfd1e', '17.121.113.200', 1661835091, '__ci_last_regenerate|i:1661835091;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d754ef6822941a04a8ea8ab0c750535aa3c6e7f', '190.56.173.251', 1651962973, '__ci_last_regenerate|i:1651962973;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d75ca20a3a775684e27ac4be1f19265a7fc1743', '190.148.252.235', 1666882301, '__ci_last_regenerate|i:1666882301;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666881989;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d78b993a7a423d465b3aba26f6b7323d81f2878', '5.188.62.21', 1659472047, '__ci_last_regenerate|i:1659472043;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d7928b85acfcec6d5afa9528f58656724044a5f', '66.249.74.100', 1680701563, '__ci_last_regenerate|i:1680701563;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d7a08e3722d1c407b4251307f11902c3f7958e5', '157.55.39.69', 1672321034, '__ci_last_regenerate|i:1672321034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d7b0ba52ba688e970a090761624b1748cb6f82e', '74.208.2.134', 1682136363, '__ci_last_regenerate|i:1682136363;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d7ba8f3805c8f31bd2fe4c708aacd35c80abea9', '157.55.39.215', 1678423974, '__ci_last_regenerate|i:1678423974;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d7bb02fd56bc6dd4b50f7ea0294542e80ee366b', '190.56.32.35', 1671987987, '__ci_last_regenerate|i:1671987987;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671987844;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d7c4b7b2d339858d2ef7cbd0867089278326174', '93.159.230.88', 1664636719, '__ci_last_regenerate|i:1664636719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d7e2d629a31ca2002637230914ab8d17486cc88', '200.119.174.9', 1674152117, '__ci_last_regenerate|i:1674152117;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674152074;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d81fed7a5f8d45a07f13c00e243227bd89a0edf', '190.148.157.177', 1682085706, '__ci_last_regenerate|i:1682085706;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681989404\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682085688;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d82fcad3ae1e34c5816448738c43d16e77b4f4b', '51.222.253.10', 1660903898, '__ci_last_regenerate|i:1660903898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d84498bd75d34e41b2acaf5785dd372b14600b3', '52.167.144.74', 1688219874, '__ci_last_regenerate|i:1688219874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d855264206aee01fca1496596e0d35e14a071f3', '52.167.144.76', 1682341503, '__ci_last_regenerate|i:1682341503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d86349aba975e9da3d3e29636df885a33487e75', '190.148.252.73', 1664818546, '__ci_last_regenerate|i:1664818546;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664818516;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d86d32e6fdf5ed7d8b71a23d6d37f5bdfd29a78', '52.167.144.164', 1686679231, '__ci_last_regenerate|i:1686679231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d8792a6e39364e100b7be357e5f5c7cd76ac710', '52.167.144.39', 1680544030, '__ci_last_regenerate|i:1680544030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d890f6c97668ef61095addd4eece697e98c28f4', '51.222.253.14', 1665813797, '__ci_last_regenerate|i:1665813797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d8938157824f699909741db8d80572660b7a36c', '114.119.140.206', 1686891383, '__ci_last_regenerate|i:1686891383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d894be8c22dd4c24f15a5336a5aa8a9cabb81c9', '52.167.144.82', 1687351052, '__ci_last_regenerate|i:1687351052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d8ff6961af37dfd95379dbb0ea6651c67a9a846', '52.167.144.89', 1679341819, '__ci_last_regenerate|i:1679341819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d907593ae9dd93c4b885368d5059668e9ef858d', '200.119.172.96', 1675376629, '__ci_last_regenerate|i:1675376573;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1675094409\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"BEsPRQ3UtqCIMxjuJpck\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d95945a641b9d6a6f63e0b7430d5cbc8220a87c', '190.148.158.69', 1685806825, '__ci_last_regenerate|i:1685806825;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685806792;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d983b94de10cbaa5478454100a666fc3899f4b9', '190.56.173.175', 1652896270, '__ci_last_regenerate|i:1652896270;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652896260;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d9915a3b9c3fb6940aaacc933e25d1f7a214651', '190.148.87.99', 1688420970, '__ci_last_regenerate|i:1688420970;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688420960;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d998b54b7a0f33e6bffabc9d8644e2343a6f73b', '51.222.253.6', 1687218456, '__ci_last_regenerate|i:1687218456;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d99b1924a18aeac4210f5090f0dc51d79519f2f', '51.222.253.15', 1686672700, '__ci_last_regenerate|i:1686672700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d99bb6df6799eb9c532f22f5fc5e830d024db8d', '207.46.13.221', 1687073619, '__ci_last_regenerate|i:1687073619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d9ac47ec1fc6bb783b4287051929adc2f699a1b', '93.158.91.234', 1674451213, '__ci_last_regenerate|i:1674451213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d9cf83d7df936b1b8a2c10c4194b009268ea30d', '35.224.223.24', 1654351389, '__ci_last_regenerate|i:1654351389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d9d7521b74448f4f6936509d452c134b2887afe', '51.222.253.8', 1684903124, '__ci_last_regenerate|i:1684903124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d9dee0c46c8d0aef31c7ac0fba8caa5dd1b11fe', '190.148.157.117', 1675531566, '__ci_last_regenerate|i:1675531566;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675530230;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d9e2636d7225b7b7524b8f50663de2aae7bcec5', '52.167.144.54', 1688428704, '__ci_last_regenerate|i:1688428704;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2da0435cadfae01e756a3a06de9d4586c93949d4', '52.167.144.171', 1685401990, '__ci_last_regenerate|i:1685401990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2da3bf0d0f33af5e5e43061dd46da484257ea8fc', '114.119.137.195', 1684467963, '__ci_last_regenerate|i:1684467963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2da45df82b975cdfe525db50da36cd5beee2662a', '114.119.145.183', 1686909662, '__ci_last_regenerate|i:1686909662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2da5396d5e7ae9cfcf1bddce753feeefc127d0f9', '17.121.115.171', 1654316994, '__ci_last_regenerate|i:1654316993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2da7f3f6c0bb4b1c3def38bca3748ce1066e4606', '190.148.87.182', 1679703560, '__ci_last_regenerate|i:1679703560;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679703530;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2da9f93631ad85c544ff0a6a87a04839a1ec9ed9', '114.119.144.23', 1685355682, '__ci_last_regenerate|i:1685355682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dabe524f290c388c9a3931f7457ec5d3690b6bd', '40.77.167.227', 1679044570, '__ci_last_regenerate|i:1679044570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dadb052aecdc489e2a2b3ee31093755d29e0f31', '185.46.197.27', 1653289669, '__ci_last_regenerate|i:1653289668;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2daef4bf245f1928f27cb297c47b9dae0d4b3609', '200.119.174.9', 1674130840, '__ci_last_regenerate|i:1674130840;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674130039;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dafba46c677b4bb7502597c3145b8be77904dfb', '207.46.13.11', 1668935009, '__ci_last_regenerate|i:1668935009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db27aa7b4cd90f4f77e9879bd033302f431bad5', '200.119.168.250', 1680628067, '__ci_last_regenerate|i:1680628067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db28746fd860863946b088e209ac752e93ccb00', '130.245.169.247', 1657277740, '__ci_last_regenerate|i:1657277738;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db2baaedc0bdc646687041fb82f68bc99d5fe11', '52.167.144.162', 1686230287, '__ci_last_regenerate|i:1686230287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db2e66144699ed851fdcf4f9b7b5ebf5b795974', '5.188.62.140', 1653341242, '__ci_last_regenerate|i:1653341239;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db363b58c581258bdd8d747dc683700fefc4b90', '40.77.167.146', 1687809979, '__ci_last_regenerate|i:1687809979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db648782c833366ef2a5d035340739d5972b31e', '157.55.39.79', 1669397356, '__ci_last_regenerate|i:1669397355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db6fdc9cda58dcad598712f804db33e22c652f8', '190.56.32.243', 1684703820, '__ci_last_regenerate|i:1684703820;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684703817;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db97e391aa98a56fe410b12c6785ee240673d50', '77.74.177.119', 1667793904, '__ci_last_regenerate|i:1667793904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dba0ca90492bb114d5c54a022307b5b9338f1a8', '157.55.39.253', 1676892455, '__ci_last_regenerate|i:1676892455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dba4d3397ca6eb72df4fe30762456d67dcb6056', '190.148.252.183', 1681598474, '__ci_last_regenerate|i:1681598474;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681598467;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dbcda002f133ae5b75b2391f873393efcb8c7a6', '114.119.150.127', 1687971915, '__ci_last_regenerate|i:1687971915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dbef72c60303dca2523b105ba4048e1c585b717', '40.77.167.21', 1675198399, '__ci_last_regenerate|i:1675198399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dbf4cc715b9dea6f723a28c5553d52cda7af198', '190.56.173.251', 1652136913, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652136913;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Z3yfbjxPht21dSsqYw5r\";last_activity|i:1652134720;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dc5930d8c47656e3362ce29e962832222e3615c', '40.77.167.184', 1678960438, '__ci_last_regenerate|i:1678960438;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dc7abfe69f5197b0fceed0c5c46a0ec8d496e22', '190.56.173.167', 1650900487, '__ci_last_regenerate|i:1650900487;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650898904\";last_ip|s:14:\"190.56.173.167\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1650900225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dc8cbe73762e0747c173aea47eadc094928bfb4', '52.167.144.95', 1680766462, '__ci_last_regenerate|i:1680766462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dc956c98821e2937ff70a162b0f925791e4b96c', '52.167.144.154', 1687810862, '__ci_last_regenerate|i:1687810862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dcc0a94669b48b33799e3768055b529efea793d', '198.251.73.117', 1686693224, '__ci_last_regenerate|i:1686693224;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dcd4e6d28a44a2a2af442f0f1baea9f258faafe', '190.56.55.48', 1687270664, '__ci_last_regenerate|i:1687270664;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687270375;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dd27931f493bff5e3551f6b613716e73df02103', '190.148.87.6', 1668187299, '__ci_last_regenerate|i:1668187299;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668180052\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"iBmH04WRgbNSkCZpdFEI\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dd62084ff5b148307d8c6e8d541542ceb7f9a9f', '190.148.157.99', 1662657310, '__ci_last_regenerate|i:1662657310;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1662230604\";last_ip|s:15:\"190.148.158.110\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dd88c6fff83e5d2b03cc1497e7a19d8f04017fe', '190.56.50.6', 1667610773, '__ci_last_regenerate|i:1667610773;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667610769;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ddb4dbf2e09a09d9122d12cc84a5b26d5cb4592', '190.148.157.122', 1687781082, '__ci_last_regenerate|i:1687781082;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";csrfkey|s:8:\"GULNoTgD\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"qd7Jf4zGbpVC9UrHSFEk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ddb620b36a1fa7b553e7696a4a81d181a317312', '114.119.145.88', 1687858661, '__ci_last_regenerate|i:1687858661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ddd26e9a9b9888de91ee4d6517163318aa95cf7', '190.148.252.111', 1677949551, '__ci_last_regenerate|i:1677949551;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677949419;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ddda0bf9fcc1a9e954a26a210b3c39a3bdb9403', '200.119.172.60', 1674776126, '__ci_last_regenerate|i:1674776126;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674776089;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dddf6eec6efd4245208410b3db395715296b74f', '200.119.169.55', 1667267712, '__ci_last_regenerate|i:1667267673;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667267711;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de22301e1d9f1b20e36007ffbeddc3104e4decf', '157.55.39.173', 1669794938, '__ci_last_regenerate|i:1669794938;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de2faa47a03799cfc3d115b80e568f651bc6cbe', '190.148.252.55', 1675713855, '__ci_last_regenerate|i:1675713855;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675713842;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de457bcb2bbe17d6208e2a614e17cc883a7a630', '72.135.245.17', 1680786156, '__ci_last_regenerate|i:1680786156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de4d95a975bd4f508ca500c19a6d74d7bfbd7f9', '190.148.87.99', 1688401184, '__ci_last_regenerate|i:1688401184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de6540e77b93986b4c93869377c78e197df377e', '200.119.173.133', 1660914189, '__ci_last_regenerate|i:1660914189;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660863183\";last_ip|s:15:\"200.119.173.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660914179;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de720e980f403968e3efdb5df041dfa4c16a6e3', '114.119.156.119', 1687273918, '__ci_last_regenerate|i:1687273917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de744ca59c6e8077882ec9275378bb05141bcc5', '54.36.148.75', 1657488885, '__ci_last_regenerate|i:1657488885;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de8386ef74faa5c66a9ba8ca9cf5a968d00428c', '190.56.32.35', 1671930293, '__ci_last_regenerate|i:1671930293;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671930286;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de851b683e9896115dd351969b3a13f654d3bee', '207.46.13.10', 1670854020, '__ci_last_regenerate|i:1670854020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de87ff78c1aafcf82f1add79904e34296ab9bd1', '114.119.131.42', 1687688140, '__ci_last_regenerate|i:1687688140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2de907af6ab07342b1f06b57867dd118a017d568', '190.56.173.175', 1652907836, '__ci_last_regenerate|i:1652907836;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652907711;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dea5c512bf674a30a35a6190802c3c7c48101cc', '40.77.167.244', 1677560239, '__ci_last_regenerate|i:1677560239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2deaa1cd06a97bc46fcde1ca47dda3dd3178466a', '157.55.39.217', 1683564659, '__ci_last_regenerate|i:1683564659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dede43b097be2e2f0ae7ea555bfaf53097980e3', '190.56.32.174', 1676851501, '__ci_last_regenerate|i:1676851501;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676851485;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dee3110749ef179959c8b859da039e28e035f19', '114.119.157.26', 1688425944, '__ci_last_regenerate|i:1688425944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2def25f3c81da41f736ac65b0feac6468b1fbd0f', '66.249.79.194', 1688444043, '__ci_last_regenerate|i:1688444043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df2546331876eba1e4f1bd54d43ec8f426e1184', '149.57.16.7', 1653807070, '__ci_last_regenerate|i:1653807070;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df38d5d3e4347f72abfec363c2f3a6233fad39e', '114.119.140.166', 1686933010, '__ci_last_regenerate|i:1686933010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df529c7c9804fdac4c829f0c07159044ea7a427', '40.77.167.43', 1653627795, '__ci_last_regenerate|i:1653627784;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df66d994c49ebba2f223ea476727118e50cdf51', '190.148.87.182', 1679781322, '__ci_last_regenerate|i:1679781322;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679781315;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df68314e60f5356394095cb75905755e35fb7c3', '52.167.144.162', 1686050886, '__ci_last_regenerate|i:1686050886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df8861b62fe5dddbddedcaef41cb8d94fb07862', '54.149.201.132', 1651325503, '__ci_last_regenerate|i:1651325503;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df8d061064c8e3f5d9ac77c75da7457b0a61f50', '190.148.252.183', 1681317647, '__ci_last_regenerate|i:1681317647;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681316324;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df8e528a79c805cec654bb0e39729d6def1c8fc', '190.56.32.174', 1676676527, '__ci_last_regenerate|i:1676676527;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676676119;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df96a09e0adf10a153534371f8016d2b16c5fb4', '190.56.173.213', 1683136025, '__ci_last_regenerate|i:1683136025;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683123416\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"NbMrwj1UaIg0fnlCE2sK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dfa95cbebe8a27453d041ff375b86b0d9246840', '144.217.135.202', 1676900381, '__ci_last_regenerate|i:1676900381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dfaabe7455ffe04fc2696a944ae7927b33862e8', '114.119.148.237', 1687561862, '__ci_last_regenerate|i:1687561861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dfb49967b618b0b39322e300f038c692bc76feb', '138.246.253.24', 1657959885, '__ci_last_regenerate|i:1657959885;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dfc3f4e69fe46dde958832cee8225a17159fbf4', '157.55.39.79', 1668834366, '__ci_last_regenerate|i:1668834366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dfda5a65bc7ae2da1572550d77db4bdb685728d', '207.46.13.6', 1671815525, '__ci_last_regenerate|i:1671815525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dfe2bf9e7999bb9d47cbddc840d8e906673cce0', '190.56.32.162', 1686441751, '__ci_last_regenerate|i:1686441751;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686441748;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dfe724668fd134532ce04991eb5afe4a7674bba', '157.55.39.149', 1652193267, '__ci_last_regenerate|i:1652193267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dff310d884fb8c9a428c7bacecbb7f1ab2e1026', '157.55.39.55', 1661993213, '__ci_last_regenerate|i:1661993213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e006f85a65de89990ad5b8784a6cdeb5d7e2696', '66.249.79.195', 1688200535, '__ci_last_regenerate|i:1688200535;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e026049fbcceb844894b431deec904b217fd3cc', '20.191.45.212', 1678093890, '__ci_last_regenerate|i:1678093889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e03e96a3426081fc08e9e88e0b0f6553f847c56', '168.119.59.115', 1650934264, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e08c65b0633172caa89cabc0177c2be306e5da6', '54.36.149.47', 1681175947, '__ci_last_regenerate|i:1681175947;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e08d5bf95c5c51b208e8b9f4aad56c59242a633', '40.77.167.189', 1680899758, '__ci_last_regenerate|i:1680899758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e08ea75b0c5ad889272e95e534e7cc592ad86f9', '114.119.132.187', 1687611358, '__ci_last_regenerate|i:1687611358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e0991d302330b79ed89835595524c55d39157d9', '190.56.55.48', 1687458626, '__ci_last_regenerate|i:1687458626;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687458586;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e0c7723544f5201c107bcbf14e4279600615693', '165.227.44.97', 1687865267, '__ci_last_regenerate|i:1687865267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e0d7f652562a0dcf9dd4c3031323add1f399707', '40.77.167.222', 1681646679, '__ci_last_regenerate|i:1681646679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e0e86d33c0cbef80b7b253c08ca17c67280e9c7', '40.77.167.170', 1675588511, '__ci_last_regenerate|i:1675588511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e0f00bb0206755eefe1c384f92efc58fd9ec6c2', '190.148.252.197', 1665521554, '__ci_last_regenerate|i:1665521554;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665442203\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"H4O0i8frn6ouzZhTdx7Y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e0fdaa4559ae5ff94a5f4a524b41f018068ef31', '35.90.252.186', 1688432916, '__ci_last_regenerate|i:1688432916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e10aa69736d6f2a8e3a7e39c528f103009fcd60', '157.55.39.94', 1672812040, '__ci_last_regenerate|i:1672812040;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e1429b9aead850d361699e08d872e067c50020a', '175.196.127.111', 1650791335, '__ci_last_regenerate|i:1650791335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e14acf0acf09f9b46c80dfec8cada60fc5cd5f2', '40.77.167.170', 1675757728, '__ci_last_regenerate|i:1675757728;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e153bca30340098222987e03eb1d1ff809126a0', '207.46.13.106', 1671002181, '__ci_last_regenerate|i:1671002181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e15879ed323339cbcf0eaee8786e6345498a00d', '200.119.172.60', 1674589518, '__ci_last_regenerate|i:1674589518;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674589292;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e15bdbc67367032b8625a065555b2185af4ef32', '40.77.167.182', 1683658276, '__ci_last_regenerate|i:1683658276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e168b255d6fbd40e10a1d6d25fda23ab044d67a', '157.55.39.200', 1666859262, '__ci_last_regenerate|i:1666859262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e16bc9ac5acfc707a37601d26649ea81886ce30', '176.53.222.30', 1650779567, '__ci_last_regenerate|i:1650779567;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e16e20f91bb57efb16dd499ad4270258bc1538e', '114.119.149.43', 1687621281, '__ci_last_regenerate|i:1687621280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e1774553a16dee24706133587196bb5f62a1921', '200.119.168.250', 1680901953, '__ci_last_regenerate|i:1680901953;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680899756;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e188814e24b37e8058084fed0201a4ba1fb9fca', '52.167.144.89', 1679799025, '__ci_last_regenerate|i:1679799025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e198b9a6d43aa25933cd8d1bbc6cc47e8fee0e3', '52.167.144.162', 1686862075, '__ci_last_regenerate|i:1686862075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e19c147eb7fffa2f0f5156e0970de9bb4f58c20', '209.126.25.167', 1654108272, '__ci_last_regenerate|i:1654108272;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e1b857a490b482e6ce4c0a4726129011016a11a', '114.119.154.67', 1687626874, '__ci_last_regenerate|i:1687626874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e1e7ca377dad518d7bee08b8c77416595e5d465', '114.119.144.222', 1688203388, '__ci_last_regenerate|i:1688203388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e1f9b16acdbabb89503d9c328345bb0db5dc759', '190.56.50.6', 1667576353, '__ci_last_regenerate|i:1667576353;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667573820;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e20681b5600d84068230c2275635fcb29e473f2', '190.148.252.73', 1664816020, '__ci_last_regenerate|i:1664816020;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664814871;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2085694a0c5ab9f84f6f08a3e8e69c0b641ce4', '40.77.167.169', 1688117431, '__ci_last_regenerate|i:1688117431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2090de6499f25d45c4de3809ddb1105a171483', '114.119.148.0', 1687729207, '__ci_last_regenerate|i:1687729207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e20cfbea5a765f3d0c8e75f474e3a102fcc76f7', '52.167.144.164', 1686149213, '__ci_last_regenerate|i:1686149213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e20e5d8372667a8865471c679c6b546e46c9e7a', '114.119.141.206', 1683668271, '__ci_last_regenerate|i:1683668256;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e214dd92d8a79a124297bfd5651315ced25d71d', '40.77.167.222', 1681049477, '__ci_last_regenerate|i:1681049477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e21a957f9d7e1c2ce9f5ed60250fce8de8aa234', '17.121.114.7', 1657127551, '__ci_last_regenerate|i:1657127551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2263f4bec748f6b9b1f7df799d4f4f5e09eedd', '114.119.142.208', 1686117450, '__ci_last_regenerate|i:1686117450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e22986e629d4aed9e7262a47a2bf2584b1720fe', '51.222.253.5', 1687284989, '__ci_last_regenerate|i:1687284989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e23997a8304ad8ec668e939f41bb0567d387381', '52.167.144.61', 1688311812, '__ci_last_regenerate|i:1688311811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e25790d6489cdf38f9c3fd6482f2e1e7a1389ad', '40.77.167.123', 1682959423, '__ci_last_regenerate|i:1682959423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e266bf800c19536a7cbb4c516f015ff570dbaff', '114.119.155.252', 1685103285, '__ci_last_regenerate|i:1685103285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e26779bd788cda7327bfbee17d57d3d2fc19bca', '114.119.132.58', 1688131466, '__ci_last_regenerate|i:1688131466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2712e66c618af40e2d40a4dc68834a88429177', '40.77.167.63', 1671873819, '__ci_last_regenerate|i:1671873819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e27c20a86198e7f6c2909c85a91887d8a5f76f2', '40.77.167.191', 1682215506, '__ci_last_regenerate|i:1682215506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e27c7a53177f3fa304ab391bdf91afe363d9b6a', '40.77.167.64', 1675084709, '__ci_last_regenerate|i:1675084709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2818b56cd84162bbfba493de65baa4d06bda7e', '134.209.146.89', 1650717677, '__ci_last_regenerate|i:1650717677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e28bbefa05bbd5e5956fc508835544b889514c3', '114.119.149.252', 1686039836, '__ci_last_regenerate|i:1686039836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e297b619ab7c206aa1f8e075c289f961424afda', '207.46.13.127', 1657000848, '__ci_last_regenerate|i:1657000838;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2afea8365f5cdc819138ab4f03b802c0622ac5', '51.222.253.14', 1668496473, '__ci_last_regenerate|i:1668496473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2b17896adbc7baa7d11032256337f3799601a1', '54.36.149.37', 1680749786, '__ci_last_regenerate|i:1680749786;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2bd4a7913ea9e50284d2a2f384600620fe2ad6', '190.148.157.53', 1683641459, '__ci_last_regenerate|i:1683641459;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683640463;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2cd92d0ff0beacda863ffb5f3d4396d760ab7f', '51.222.253.7', 1661376974, '__ci_last_regenerate|i:1661376974;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2d97932bb60922a26eea0e394f56eaf117a401', '54.224.189.107', 1669694598, '__ci_last_regenerate|i:1669694598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e3056c871f5a911237620227fd7f4b1fd10bff7', '54.237.250.240', 1652215628, '__ci_last_regenerate|i:1652215627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e30b517eb16024483a7f968e1fe47635d691d34', '190.148.87.182', 1679774679, '__ci_last_regenerate|i:1679774679;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679773600;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e31f7d9fc9b7527189dd802a12847a8e0c9891e', '79.185.170.218', 1671876798, '__ci_last_regenerate|i:1671876798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e32433cb8339d80f355e55abae62a17770c84bd', '144.76.67.169', 1661938688, '__ci_last_regenerate|i:1661938688;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e32bb4bb68a25a2666f3977dc1cb1c819e598fc', '157.55.39.9', 1674817023, '__ci_last_regenerate|i:1674817023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e33760ec13d2b2d8a4aee39078165176cec7827', '40.77.167.219', 1676898773, '__ci_last_regenerate|i:1676898773;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e3442b2fc3e363b55aa2b4b94c27724a78877e2', '95.177.174.212', 1651267997, '__ci_last_regenerate|i:1651267996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e3543088c27bc639d05a2422154b534509384e2', '74.208.2.232', 1684500588, '__ci_last_regenerate|i:1684500588;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e367bb9c5c8ceee44e7bd8006f1a06790c858b3', '114.119.143.174', 1686069154, '__ci_last_regenerate|i:1686069153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e36b82a2bdb28c50dc86d24b9d0a058acb8c467', '200.119.173.130', 1675907690, '__ci_last_regenerate|i:1675907666;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675907689;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e38b46b62ba491307c1d3a57105ff95075fd70b', '52.167.144.171', 1685240968, '__ci_last_regenerate|i:1685240968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e39c0755bb269d40d97abcce4f215f303b28a70', '130.245.169.139', 1657878941, '__ci_last_regenerate|i:1657878941;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e39d58517416f6d679b9e00617addcca556cb47', '54.36.148.160', 1668328481, '__ci_last_regenerate|i:1668328481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e3af86969f707b528d80e0d6a1e728f4f4b431f', '52.167.144.98', 1686515214, '__ci_last_regenerate|i:1686515214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e3cb0d71210712456f6cea1f585024094f3b387', '40.77.167.123', 1683218032, '__ci_last_regenerate|i:1683218032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e3f36df2e048898536af2fc8e07a4ffc5c26b5a', '40.77.167.79', 1653735562, '__ci_last_regenerate|i:1653735562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e437c215c48a0d99eb42ea8d745a4c74c2c9f34', '207.46.13.230', 1656717807, '__ci_last_regenerate|i:1656717807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e441ad41af431f5a68bd005c3178a960ecd9716', '207.46.13.10', 1670998430, '__ci_last_regenerate|i:1670998430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e468713a987de145793538d7b5680f30c33e535', '190.148.157.80', 1669427465, '__ci_last_regenerate|i:1669427425;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669427465;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e47d11019ab8edeb8ba507156680c71d62ebb43', '114.119.135.159', 1688417881, '__ci_last_regenerate|i:1688417881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e47f40d936668e6b3fc9152c5a5b4c5d1309345', '207.46.13.113', 1675408729, '__ci_last_regenerate|i:1675408729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e496afd0621a2b6cdf984e1484354cb7b3560ee', '52.167.144.164', 1685876658, '__ci_last_regenerate|i:1685876658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e4a71d6b67516ee6845820afd5aa543b53fe7cd', '209.38.226.64', 1686666198, '__ci_last_regenerate|i:1686666198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e4d56d6e9814ab5baba63cd3ca06af121e1d7cd', '18.206.55.48', 1650917191, '__ci_last_regenerate|i:1650917191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e4d6797aa2afbec55d62cd01fa64674877a0366', '52.167.144.171', 1685546734, '__ci_last_regenerate|i:1685546734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e4e0f11a37ba576d28a073719d5c1a288105bce', '157.55.39.51', 1669577812, '__ci_last_regenerate|i:1669577812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e4e856132fdf02fff5e499789ee0433ba7753ae', '51.222.253.3', 1661216502, '__ci_last_regenerate|i:1661216502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e4eeb2a0d2827c2a93523e8e3fc74bc60297420', '40.77.167.43', 1653930862, '__ci_last_regenerate|i:1653930853;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5009d8f6b5f3fcdc588e361b5df03429d86635', '114.119.142.253', 1685359578, '__ci_last_regenerate|i:1685359578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e510dd7c259131ee405b8c5084a8d35558568bb', '5.188.62.140', 1653285566, '__ci_last_regenerate|i:1653285566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e51db68586a778c5e8e342bbd69a901d2a8a41f', '51.222.253.5', 1673184626, '__ci_last_regenerate|i:1673184626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5245892fe206e995b57c07a19778b800f37ec6', '52.167.144.25', 1687064484, '__ci_last_regenerate|i:1687064484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5415339fd45f51cc94f4dd2955511bc1e2ccd8', '207.46.13.10', 1672816154, '__ci_last_regenerate|i:1672816154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e561986da1bf4edf267fe257248e0d9bc773b9f', '52.167.144.164', 1686576745, '__ci_last_regenerate|i:1686576745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e563cbad2b5088c7d3c49b49392dd017e392b89', '52.167.144.162', 1682985627, '__ci_last_regenerate|i:1682985627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e573743b15049f893371f9ecb66d3404ddb9159', '200.119.172.96', 1675384781, '__ci_last_regenerate|i:1675384781;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675384746;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e58fda850f106932bd3a440d4cefb18ab6204d0', '157.55.39.64', 1673570130, '__ci_last_regenerate|i:1673570130;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5a524f491ccfaf6f730c5d514c75d2ccb4fd9d', '52.167.144.56', 1686065856, '__ci_last_regenerate|i:1686065856;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5a72217b7c2aee26c6b1a702d64037016c5e47', '157.55.39.217', 1683134529, '__ci_last_regenerate|i:1683134529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5b5441c6a0324c45782dcabf3d793234678c10', '190.148.157.233', 1655485119, '__ci_last_regenerate|i:1655485119;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5e179e595610f9d30a956aa80e8c1d1414dae1', '190.148.157.183', 1680285405, '__ci_last_regenerate|i:1680285405;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680284907;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5eed873e75ab5a2c69b1754f7ef2dbff289776', '51.222.253.19', 1662209884, '__ci_last_regenerate|i:1662209884;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e602ba5f1338d6544e8649ea75710d090d4dcad', '1.14.7.100', 1650946394, '__ci_last_regenerate|i:1650946394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e603eed0399b26f75894f7c1c4c5bddabb5de12', '35.89.214.230', 1654003629, '__ci_last_regenerate|i:1654003629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e61b58ebab396c1718879ca293217fdf8175d14', '54.36.148.135', 1674719558, '__ci_last_regenerate|i:1674719558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e659ba88704be730ab67829521ddaffad120663', '20.205.103.83', 1652249450, '__ci_last_regenerate|i:1652249446;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e67b0c58e209a5e0cdd82782b489d63750cc585', '54.36.148.24', 1677395694, '__ci_last_regenerate|i:1677395694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e6b0f88f086c97daad36933e8bc599536c3d4cb', '207.46.13.1', 1671099271, '__ci_last_regenerate|i:1671099271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e6b7da9b7ee141bce9d5b4f92c4b7a2c0455f56', '190.148.157.177', 1682097042, '__ci_last_regenerate|i:1682097042;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682097009;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e6fa7ca2cb22d5dc0867d4602007279475901a8', '190.148.87.96', 1678408891, '__ci_last_regenerate|i:1678408891;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678408888;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e7089cd54d60075cf870714f32d8f366bba0faf', '190.56.49.237', 1665783296, '__ci_last_regenerate|i:1665783296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665783238;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e70e1a6112d4fedfbde163c0df496f775fd7d9a', '54.185.48.198', 1686011342, '__ci_last_regenerate|i:1686011341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e70f05b4723eac9ae6bc7b6159a0c76df7052e6', '157.55.39.79', 1668367219, '__ci_last_regenerate|i:1668367219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e73f25b4f11e0c6e7ee7e3ad2daa64804b8bd0a', '114.119.138.127', 1688167883, '__ci_last_regenerate|i:1688167883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e743538153ca5c885bd482805c5ab9e74cc09a8', '200.119.168.48', 1668102429, '__ci_last_regenerate|i:1668102429;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668092504\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"xlLjkFGori2W3ZqtJBD9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e75db5e142b9633f49c9b47fa4bc945f79f31ad', '190.148.252.55', 1675685415, '__ci_last_regenerate|i:1675685415;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675685235;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e77817a1f2e3bcbd13c6c10d2ca1cf2fc51286f', '114.119.147.113', 1687611185, '__ci_last_regenerate|i:1687611185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e78dbe978847f0450b955104317e623b639ce06', '190.148.157.83', 1687720655, '__ci_last_regenerate|i:1687720655;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687720640;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e7b1c4d25fcf5af3109f98694d6ef70024e4379', '52.167.144.171', 1685629925, '__ci_last_regenerate|i:1685629925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e7c7d45d3e6ab85c04f013db07069383b89a16f', '190.148.252.111', 1678143487, '__ci_last_regenerate|i:1678143487;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678141654;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e7db9a5bbb832d5639838b3436a79c22bc0c7c2', '52.167.144.171', 1685685207, '__ci_last_regenerate|i:1685685207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e7edbbf83ab69ba0036e83bc1935e1e8484ba75', '52.167.144.98', 1685822881, '__ci_last_regenerate|i:1685822881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e81eb30e3ee04dec880e948f1ad801869971c78', '52.167.144.61', 1688044302, '__ci_last_regenerate|i:1688044302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e83197a3192758eb01c4fc3d8bcd264aaf3bd0b', '157.55.39.176', 1667001447, '__ci_last_regenerate|i:1667001447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e850d9d1bba24ad09e2cdfe0d67bf9ceb7182b2', '52.167.144.61', 1688053296, '__ci_last_regenerate|i:1688053296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e8718f9914079263f111cbed64990a2d1e0c883', '114.119.140.71', 1688073438, '__ci_last_regenerate|i:1688073438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e895058aa8f687479bd1b7c2892e1024c87cf51', '190.56.173.175', 1652906577, '__ci_last_regenerate|i:1652906577;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652906534;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e89508c2e861e772066bd66fa45b13fdc7c8aa2', '190.148.157.177', 1682382621, '__ci_last_regenerate|i:1682382621;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682382583;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e8bdad59a0ce39fed14327881061803b1737339', '17.121.114.40', 1654957943, '__ci_last_regenerate|i:1654957943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e8be1de9c18f55dcebe2a1d0355a122dc3fb162', '52.167.144.95', 1680704532, '__ci_last_regenerate|i:1680704532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e8c25dbe1cab0276a9fff6cabe7f00a7db76f69', '157.55.39.173', 1670374532, '__ci_last_regenerate|i:1670374532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e8c9b05c331e7752bcd24bf6c5e4dc6e58e0425', '51.222.253.20', 1660285300, '__ci_last_regenerate|i:1660285300;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e8e467ddc4d5807d674d206b52361aa48cdb343', '52.167.144.98', 1686103014, '__ci_last_regenerate|i:1686103014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e8e7e3d8f24b1176fdb5a75c087adf01bba8cfa', '190.148.87.6', 1668469546, '__ci_last_regenerate|i:1668469546;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668469539;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e8f3231d66504b0c7d526bda71d3898993e876e', '157.55.39.69', 1671972146, '__ci_last_regenerate|i:1671972146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e8f6b27909aa00821cf9e382348fcb81b64a558', '51.222.253.9', 1659425331, '__ci_last_regenerate|i:1659425331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e91cd510a5bd347bc0c66be18ef9b0d7dd7317e', '151.204.150.136', 1659094051, '__ci_last_regenerate|i:1659094050;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e920566065a51c97936e4954a6408f0aece2335', '114.119.130.168', 1688032675, '__ci_last_regenerate|i:1688032675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e9551c691f15f088886f03c78c399bc6ad952f1', '114.119.135.63', 1686352984, '__ci_last_regenerate|i:1686352984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e95aae141e1dd73bf90d1658cbd62c7c0403d22', '114.119.141.30', 1687004723, '__ci_last_regenerate|i:1687004723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e970c03537c197e44657700c7646de6e131617e', '190.148.157.183', 1680545202, '__ci_last_regenerate|i:1680545202;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680304340\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"iGhypm4TFeCcH6t0Ylag\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e97668354724bd556390e254c0a418b5eeb6d00', '34.214.177.187', 1686959461, '__ci_last_regenerate|i:1686959461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e984222daee0b07327b2d27878a0824df88d44c', '157.55.39.94', 1672514178, '__ci_last_regenerate|i:1672514178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e9927f06a9d0de936639c6f95fabd9d25063131', '18.206.55.48', 1651701814, '__ci_last_regenerate|i:1651701814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e9bc0daf1f646f8f4eefb7d3de6f3c4fc5edebb', '200.119.173.130', 1675885854, '__ci_last_regenerate|i:1675885854;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675885851;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e9d0a1de04d4c9b4f6b3ef8d5173aef2cd2084a', '52.167.144.98', 1686184889, '__ci_last_regenerate|i:1686184889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e9e4f82fd61f0e8045bf0171da478e46bcd2dc9', '40.77.167.202', 1687590302, '__ci_last_regenerate|i:1687590302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e9f08141702ceb394a5985fd6770e9f99ab0443', '114.119.155.230', 1686385419, '__ci_last_regenerate|i:1686385419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e9f2791135499bb6eaa9baafbff5e88c2d80058', '200.119.173.130', 1675773495, '__ci_last_regenerate|i:1675773495;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675773490;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ea181e665ad1409f76d68e639ffbf808893ff16', '190.148.158.175', 1672272791, '__ci_last_regenerate|i:1672272791;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672272770;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ea1bbeae707b1b07e4ba9aad72b5e181a193597', '40.77.167.39', 1656879299, '__ci_last_regenerate|i:1656879299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ea1e94c33691656110039a699ed55d4a58a7a0a', '51.222.253.17', 1684696677, '__ci_last_regenerate|i:1684696677;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ea2490107022cd960f3252ad513a6148694f063', '114.119.138.28', 1688494659, '__ci_last_regenerate|i:1688494659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ea26c250059366b5d49f2d40dee43ae742ff70f', '157.55.39.253', 1681942349, '__ci_last_regenerate|i:1681942349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ea3b65914c4e56c8ef77ee00814a896ec04303c', '190.56.49.237', 1665713004, '__ci_last_regenerate|i:1665713004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ea6f8a3ee0b21f78388790f0002c43315612a63', '167.99.178.69', 1672983818, '__ci_last_regenerate|i:1672983818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eaa49e0dd9f8491a7442319514eefacc7bc96e4', '54.37.233.116', 1650851983, '__ci_last_regenerate|i:1650851983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eae801192668cc520e35ff78fea5ce0a7bc0128', '40.77.167.11', 1673539680, '__ci_last_regenerate|i:1673539679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eb1d6aa022849c5c4b7883d7e7b2c7bc6c5936a', '207.46.13.234', 1659679811, '__ci_last_regenerate|i:1659679811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eb5e6755e4539652da613e9d31a315c17b6e6f9', '40.77.167.101', 1661718012, '__ci_last_regenerate|i:1661718012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eb68112c0ebea6960872d789667922dd860629c', '147.182.171.81', 1650861182, '__ci_last_regenerate|i:1650861182;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eb96e57ca65d5a2dbe66c25c5506862d930accc', '190.148.252.183', 1681515634, '__ci_last_regenerate|i:1681515634;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681515096;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eba594ce7c4206e44d657e02821fa3fead92d34', '190.148.87.182', 1679672978, '__ci_last_regenerate|i:1679672978;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679672223;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ebcaadd79c751b45fc84671878113fbf3ac2206', '66.249.73.131', 1675661138, '__ci_last_regenerate|i:1675661138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ebd87493f1a9b1d74854cfa469193b95ab75517', '51.222.253.7', 1682155099, '__ci_last_regenerate|i:1682155099;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ebec3841e4ea14515d26c54d5be05d7af84710e', '114.119.132.238', 1688003229, '__ci_last_regenerate|i:1688003229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ebf2c69062602ec853850b23399b928c3c1a715', '190.56.32.37', 1670455482, '__ci_last_regenerate|i:1670455482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ec012cc0f9880f159edeccc32d512522b81d725', '207.46.13.215', 1677238436, '__ci_last_regenerate|i:1677238436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ec0639c7acdb2ffccea7c9e1af25464114224a3', '200.119.168.250', 1680804591, '__ci_last_regenerate|i:1680804591;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680803842;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ec507ff495d1bbdef3414c195ebe971fd165b15', '17.121.113.154', 1651249830, '__ci_last_regenerate|i:1651249830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ec657e10cf311903d2920fbdbd88ee5ae718284', '157.55.39.79', 1656004934, '__ci_last_regenerate|i:1656004934;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ec76e8a5ab503043a0ec97f5274446b2fb2a377', '66.249.74.107', 1683470192, '__ci_last_regenerate|i:1683470192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ecb5a00dd03419b0bdeb45d04f40b00b611adbb', '130.245.169.70', 1657360537, '__ci_last_regenerate|i:1657360536;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ecc05703b81de497a895841167a7e45110163ef', '52.167.144.162', 1686075207, '__ci_last_regenerate|i:1686075207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ecc21d34e535958b90851a35e6d0cb1ba906f2b', '157.55.39.212', 1677499609, '__ci_last_regenerate|i:1677499609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ecd85b9dde891a9488eb0643fa06b8f24baab62', '200.119.168.48', 1668111529, '__ci_last_regenerate|i:1668111529;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ecdb87e021af785c5e3c479dd2ded46849a4ced', '54.36.148.25', 1660832404, '__ci_last_regenerate|i:1660832404;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ece0cf47203d3ce69027e13b62cfeb083ed2dec', '114.119.143.207', 1687973358, '__ci_last_regenerate|i:1687973358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ece9bedf73f8510ce9afe7c85cb1a676fa66f86', '207.46.13.207', 1678711525, '__ci_last_regenerate|i:1678711525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ed32132884134a1d012ddd7c6233eea7e30db32', '52.167.144.171', 1685546826, '__ci_last_regenerate|i:1685546826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eda34514b988a47d45f1bfef626aa620b99e1a5', '207.46.13.207', 1685834693, '__ci_last_regenerate|i:1685834693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eddc01312b68fa6412f388da75601ddf3fff3d9', '114.119.156.119', 1688127171, '__ci_last_regenerate|i:1688127171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eddc1893421625002cae137cef386abe4b76c5b', '114.119.158.149', 1687627536, '__ci_last_regenerate|i:1687627536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ee0b9c098faeafe872246090a18250b113d7ab9', '52.167.144.164', 1686408511, '__ci_last_regenerate|i:1686408511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ee59ae91cdc3063bacce351ce85266352b730b2', '52.167.144.98', 1686590917, '__ci_last_regenerate|i:1686590917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ee9c9d65aa8dafa4e29ab8d496c63af6cc6d91b', '190.56.173.136', 1687978663, '__ci_last_regenerate|i:1687978663;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687978625;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eeaa05f52e3ce623cf85a47ab07dbbe238fed53', '52.167.144.171', 1685355246, '__ci_last_regenerate|i:1685355246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eeac7aa5f492b1aac3d1c78e76b930c6fe83765', '40.77.167.13', 1673089094, '__ci_last_regenerate|i:1673089094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eec6cd6faed99cb9e4c2c2766aa83b250330a23', '190.56.50.15', 1667175984, '__ci_last_regenerate|i:1667175984;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667175969;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2eee8fca5bc6d576aae69b546452701bff6debff', '190.148.252.88', 1670804170, '__ci_last_regenerate|i:1670804170;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670804138;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ef25f469f108cccab131ebdd5c7893401cd5d2d', '51.222.253.7', 1657209195, '__ci_last_regenerate|i:1657209195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ef3ac08261b59d0cc3e7847e98a60746cce7c10', '114.119.128.10', 1687064717, '__ci_last_regenerate|i:1687064717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ef687b7fccac47ea467a373d282f8a91dd35412', '51.222.253.18', 1651738803, '__ci_last_regenerate|i:1651738803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ef79d43e62a439fd09875514e613b6d3facc4ef', '130.245.169.139', 1657878947, '__ci_last_regenerate|i:1657878946;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2efaeae477fffaccb0448bf0a81bb3eb10a82c5d', '52.167.144.154', 1687644144, '__ci_last_regenerate|i:1687644144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2efbde385cacf19af94e0769a63c08e25a640f66', '157.55.39.46', 1672603556, '__ci_last_regenerate|i:1672603556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2efc7ad0c2a7860b6983c36bca488b33caef6145', '66.249.79.210', 1680457795, '__ci_last_regenerate|i:1680457795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2efdeffed503b897371c4f004b57572be7bebe82', '200.119.173.130', 1675811182, '__ci_last_regenerate|i:1675811182;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675811177;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f00743da537d70ac01df28d33d2de17d6c3d718', '40.77.167.101', 1681473200, '__ci_last_regenerate|i:1681473200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f009ebd37fc1a1eb9d4cb229fbd07ecc481f35b', '163.172.157.95', 1682453613, '__ci_last_regenerate|i:1682453612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f00b1bd8b9fae578bc4d488557bde57781e19fa', '52.167.144.154', 1687481072, '__ci_last_regenerate|i:1687481072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f00d0d92fc4812e76ebeabffebce83e50a455de', '157.55.39.94', 1672559870, '__ci_last_regenerate|i:1672559870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f054eafafccb77ea4f34cc8ddc0e3db3f485b08', '5.188.62.76', 1656377656, '__ci_last_regenerate|i:1656377656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f05aeda3e88f8537bb65fcb88f80379ed3e2f8f', '200.119.173.107', 1686793676, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686793676;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686793659;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f081e26fe7836156ddd05f5ab5f151c53a1d5c6', '52.39.127.148', 1656595838, '__ci_last_regenerate|i:1656595838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f08be078907449b36879a6b607bf857b7c33ab2', '190.148.157.53', 1683991521, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683991521;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683990928;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f0b2db79644795cb529b1669124a0eaa8fa8678', '190.56.32.243', 1684764349, '__ci_last_regenerate|i:1684764349;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684764349;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f0b3933b75aaa281234f9af4d744cda85e1c206', '52.167.144.164', 1686035756, '__ci_last_regenerate|i:1686035756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f0cd9b6fe7902661c71e69f733269eb6399adf6', '52.167.144.164', 1685822092, '__ci_last_regenerate|i:1685822092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f0dd5caa5cc64bf4c129185a5d5054e9776c588', '40.77.167.184', 1679133283, '__ci_last_regenerate|i:1679133282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f13fd0d00fabf816d957005ca4d903114150f99', '114.119.156.9', 1685734910, '__ci_last_regenerate|i:1685734910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f158821ac27e3d48ad061ef38ad03f622e9e5cf', '207.46.13.210', 1677284500, '__ci_last_regenerate|i:1677284500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f187161bb0eebe09552d50885f1e9683f056895', '114.119.134.51', 1685911543, '__ci_last_regenerate|i:1685911543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f197260b08384e62847ea7cc11591220ac75cc5', '51.222.253.14', 1685681356, '__ci_last_regenerate|i:1685681356;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f199dee0789c2e58629f18600a89009383e5727', '190.148.157.117', 1675530230, '__ci_last_regenerate|i:1675530230;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675530220;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f1ab807c9303b23880f9cbf5c6f4e28f30a06d5', '190.56.32.174', 1676825479, '__ci_last_regenerate|i:1676825479;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676825477;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f1b4b493d4101f3b4b5a2531fb04e7f5b0d350a', '198.244.142.178', 1663564941, '__ci_last_regenerate|i:1663564941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f1b8ca427eb6e1160a1487602b285954874d2b0', '200.119.172.48', 1668617579, '__ci_last_regenerate|i:1668617579;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668531867\";last_ip|s:14:\"190.148.157.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f1cc5fa6a4c7347c09450656be4fee836f9845d', '52.167.144.98', 1686314622, '__ci_last_regenerate|i:1686314622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f1d8d32af808de019789e7dce8def28b9c19ef1', '190.148.252.88', 1670861547, '__ci_last_regenerate|i:1670861547;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670623060\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f1dd0b3b44828d3f1f39fc5ff86d03cbe348261', '130.245.169.70', 1657360541, '__ci_last_regenerate|i:1657360540;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f1ef367be4c66d4f831d7333395b57babd13f02', '190.148.252.161', 1670013847, '__ci_last_regenerate|i:1670013847;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670013827;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f21e0e3c6a505241c67df37af4f7f2d3116a4b6', '18.206.55.48', 1651400285, '__ci_last_regenerate|i:1651400285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f23911c867ab86b541ea3b254ffcd83bc62d6b9', '54.36.148.83', 1682337394, '__ci_last_regenerate|i:1682337394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f270991305ca4bbafcb80d1a341be9beada781b', '34.146.41.139', 1660101576, '__ci_last_regenerate|i:1660101572;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f27fe53a367b18c106253e56fea54f23192f312', '193.201.9.12', 1656407294, '__ci_last_regenerate|i:1656407289;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f28b4486b3bfd958ee0db7ba2b8d92c2f460f2a', '190.148.157.80', 1669388712, '__ci_last_regenerate|i:1669388712;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669386833;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f2b37dfcaac4eca53193d1a17b5dfe27df2a12a', '114.119.156.17', 1688141844, '__ci_last_regenerate|i:1688141844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f2b775167038ab37e19e3ce1acc9d9585bf8950', '52.167.144.82', 1687311746, '__ci_last_regenerate|i:1687311746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f2de4155b885648b057273cc551666a1b03654f', '17.121.115.23', 1658073193, '__ci_last_regenerate|i:1658073193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f32472cbb53f0b7b0c74f9debb501bbacbf766e', '207.46.13.6', 1671956127, '__ci_last_regenerate|i:1671956127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f327c0514bd78544f8da2231d8c8dbafb2c4be4', '113.125.140.19', 1669371495, '__ci_last_regenerate|i:1669371495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f32ca21e6cca9c04a94d8051c8419c0647f7710', '52.167.144.98', 1686581770, '__ci_last_regenerate|i:1686581770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f353928f5493e1e72b7dabe1f8f757ab0a245d4', '200.119.173.133', 1661183120, '__ci_last_regenerate|i:1661183120;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661034029\";last_ip|s:15:\"200.119.173.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661182484;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f35f8e558c6578c4edba3a2ff09aba779176220', '52.167.144.98', 1685129061, '__ci_last_regenerate|i:1685129061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f3681ec34960ac291bb8943ff5fc9044a54cc9c', '190.56.55.48', 1687304785, '__ci_last_regenerate|i:1687304785;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687304553;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f374bcb906be744fead20658e1279a0b325083f', '173.249.31.237', 1659409113, '__ci_last_regenerate|i:1659409113;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f37ab611cabe1f1f952e2464167225c6370b5bb', '157.55.39.94', 1672743952, '__ci_last_regenerate|i:1672743952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f394f432b8f368772d34bb1fc4bc17e5c87cade', '52.167.144.164', 1684315774, '__ci_last_regenerate|i:1684315774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f39f40d7d116a47471c0236f39472e6e13e5b13', '190.56.50.253', 1682611429, '__ci_last_regenerate|i:1682611429;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682610872;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f3a3bd5f0727cf7489429d299930f1c0cc6c802', '207.46.13.113', 1675379325, '__ci_last_regenerate|i:1675379325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f3b73f06bb30ddc0879ce654eb0e88611a34c76', '185.181.60.39', 1677526329, '__ci_last_regenerate|i:1677526329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f3cab1327a3a95ac923179fe698f0889ac66886', '52.167.144.95', 1678104136, '__ci_last_regenerate|i:1678104136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f3d1c92ca215869291a9d6ca2fceaf8d18ebcde', '190.56.54.135', 1663599527, '__ci_last_regenerate|i:1663599527;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663419227\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663594812;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f3e93a6778370835c503394175282a96d65a7ae', '114.119.140.38', 1687997192, '__ci_last_regenerate|i:1687997192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f406a883c4a0ca92c0e6eb92b0e83d9aecf2298', '52.167.144.28', 1679731951, '__ci_last_regenerate|i:1679731951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f41bf85484e19188dc9163303913b68a6de9854', '114.119.154.82', 1687819857, '__ci_last_regenerate|i:1687819857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f420df95ff9b7301ac1187a4a7b84434356a913', '146.70.29.180', 1650773899, '__ci_last_regenerate|i:1650773894;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f44fa4baea050357583a47d7a03808f18427d8d', '207.46.13.212', 1677205766, '__ci_last_regenerate|i:1677205766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f4722dd7586ecca267ea49a29acd75a70edba51', '200.119.172.96', 1675275953, '__ci_last_regenerate|i:1675253682;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675164568\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675275953;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f485fdfcd1bc9010e56b65c7a5cbfe0f5ab31f0', '207.46.13.207', 1685876663, '__ci_last_regenerate|i:1685876663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f4ab9e4f43c0f6ad0476d2705efd72a3d9d0d70', '114.119.130.110', 1685042885, '__ci_last_regenerate|i:1685042885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f4c3b60d0351207f7a2f68185a972040e98a536', '130.245.169.70', 1657360543, '__ci_last_regenerate|i:1657360543;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f4c8100ec1b80ba8ccad3ea36e1e72bb9222670', '34.126.71.134', 1683811073, '__ci_last_regenerate|i:1683811072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f4cf0bf368918bb6cfb7d615461b0b2b64b05ae', '51.195.216.255', 1650742437, '__ci_last_regenerate|i:1650742437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f4dfbc78a0f0b79b29205f3145fa622a59a85a1', '114.119.136.254', 1687303342, '__ci_last_regenerate|i:1687303342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f50885892118265423c4cda0ccd8197666eec33', '147.182.171.81', 1650861183, '__ci_last_regenerate|i:1650861183;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f5168d3d818f5631085b0cb645476653e597028', '200.119.174.30', 1667513174, '__ci_last_regenerate|i:1667513174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667513163;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f540e85742b784ebbd1fec4883426d1b810971d', '190.148.252.197', 1665526564, '__ci_last_regenerate|i:1665526564;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665525512;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f55e0ca46859ddfc9b93e3f75acfe09e3dd5aa4', '200.119.174.55', 1662479949, '__ci_last_regenerate|i:1662479922;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662468197\";last_ip|s:14:\"190.148.157.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662479949;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f5704db13ecb130ab746969d708032d0d9ca115', '54.36.148.131', 1651374253, '__ci_last_regenerate|i:1651374253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f57d90fc83639b4ac200b8e1c9fa88133d01966', '54.36.148.152', 1672281044, '__ci_last_regenerate|i:1672281044;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f5a8071faf0684273f86d4a4312acdd19c5bc09', '52.167.144.164', 1686291098, '__ci_last_regenerate|i:1686291098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f5b90f4f6963545b76da088eab6a3fe3fca0ee7', '114.119.130.248', 1687586805, '__ci_last_regenerate|i:1687586805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f5d4d10cbbd842f3e77ff24ab626cfad11fb5b4', '190.148.158.151', 1677195831, '__ci_last_regenerate|i:1677195831;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677195488;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f604b391c713afb8ba13a5e90ac0d421b419283', '190.56.51.152', 1651935181, '__ci_last_regenerate|i:1651935181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f62b4b58ca9b5f13b537250a0eb52c03bf8818e', '51.222.253.4', 1659499889, '__ci_last_regenerate|i:1659499889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f651ce206998e54283d1a07dbc9ca758b11f12a', '157.55.39.253', 1681904117, '__ci_last_regenerate|i:1681904117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f67af801c7a52f0aa63f62de2ff35ac40e800fb', '40.77.167.178', 1676893139, '__ci_last_regenerate|i:1676893139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f681c6390e412391159c075c22516dd1335aff8', '176.113.43.46', 1650833359, '__ci_last_regenerate|i:1650833359;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f68690e19a4645a899c3a2d1a8a4e75dec6c43f', '190.148.252.88', 1670767537, '__ci_last_regenerate|i:1670767537;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670761437;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f693c8edddb4568567f4d411175e96e6017f1fe', '52.167.144.154', 1687927230, '__ci_last_regenerate|i:1687927230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f6b3aa42c956871dc13b6e8b4dd8f31d171b4e8', '114.119.157.234', 1685652347, '__ci_last_regenerate|i:1685652347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f6cd1a3f6564dad20d319a96c8685552174612f', '17.121.113.109', 1660444059, '__ci_last_regenerate|i:1660444059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f701557b3ea12abc6c45bf714a7243150c7704c', '34.220.97.5', 1687911062, '__ci_last_regenerate|i:1687911062;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f710dee5947ae07c38811754f61491e9e0e9003', '52.167.144.74', 1688466680, '__ci_last_regenerate|i:1688466680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f747d3b3f6766b1e26dd9f8ef60d0ea0749496f', '190.148.252.177', 1674067041, '__ci_last_regenerate|i:1674067041;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673966187\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f748d0ff6b6c5cd3723f071de31992d29c2f1ed', '52.167.144.162', 1686413812, '__ci_last_regenerate|i:1686413812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f75a2797eb9314be1090c2d7f1c31b0a8c0a447', '40.77.167.202', 1687251084, '__ci_last_regenerate|i:1687251084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f75cee17a010e9539b6e2d1ff6b197e2c018156', '52.167.144.69', 1675822668, '__ci_last_regenerate|i:1675822668;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f75e259b0772d8a76f3a0d337e366edf94c1372', '207.46.13.209', 1681232489, '__ci_last_regenerate|i:1681232489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f766d4514e3472cfa86bf4b14f6458fc157e2c3', '40.77.167.182', 1683650042, '__ci_last_regenerate|i:1683650042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f795777c6a9f085ea6b0229f6c7ff018d52ada0', '114.119.158.196', 1687687963, '__ci_last_regenerate|i:1687687963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f79ee500d250835f4f8652eb9f323b99fdeeaa8', '190.148.252.111', 1678050018, '__ci_last_regenerate|i:1678050018;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678045860;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f7b99c34e52afd6e242b126ba7c67d130d4b8df', '35.184.109.66', 1651961525, '__ci_last_regenerate|i:1651961525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f7c6cdc90ef329dc6c31be877a58b3521be0a4e', '52.167.144.98', 1684449990, '__ci_last_regenerate|i:1684449990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f7cba490a09b96d65674f8a1e038744a43a2b4d', '190.148.158.175', 1672419873, '__ci_last_regenerate|i:1672419873;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672419854;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f7e8a5c0e89cdb16233b1ee0d38f309fc8fabe6', '52.167.144.74', 1688042495, '__ci_last_regenerate|i:1688042495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f822a64bdb89fc8f585eba73543e47572067499', '190.148.157.183', 1680303278, '__ci_last_regenerate|i:1680303278;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680302453;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f8266334517242065cc917538280424ff153f32', '190.148.158.151', 1677362704, '__ci_last_regenerate|i:1677362704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677362003;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f83eaf76e2b40a03daf1bcbd4202ad4e47d6161', '40.77.167.45', 1670256763, '__ci_last_regenerate|i:1670256763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f841099a29f02fc079614aa619684e6db356294', '157.55.39.227', 1688445242, '__ci_last_regenerate|i:1688445242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f85636704ee169b46e760ac62ab2e515446d01b', '205.169.39.245', 1651732849, '__ci_last_regenerate|i:1651732849;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f85be06c8c2f79a1e7d06adb65a9696fc6215a5', '114.119.157.112', 1688492719, '__ci_last_regenerate|i:1688492719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f8667071c657bf92febca2b3b091b99116bbd82', '157.55.39.46', 1672390048, '__ci_last_regenerate|i:1672390048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f87cf4f7c11d8f7ae2861caab0eb1d349e8c7f9', '190.148.252.183', 1681405881, '__ci_last_regenerate|i:1681405881;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681405591;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f87fc0966f7652809be846f720e0af1bb802ae8', '190.148.157.50', 1668779465, '__ci_last_regenerate|i:1668779465;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668779464;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f8963fde876e37be19570d11320ff726ce1cbcf', '190.56.32.35', 1671992159, '__ci_last_regenerate|i:1671992159;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671992149;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f8a05fd76712bf1a75aaa86fbe8e9229dc261e4', '40.77.167.227', 1682403738, '__ci_last_regenerate|i:1682403738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f8caeee90071f563edd7f39038b735a577edb68', '157.55.39.169', 1669446421, '__ci_last_regenerate|i:1669446421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f8f4fb2ba802d9c841e9e7312ca28e8f27455b5', '190.56.50.253', 1682435022, '__ci_last_regenerate|i:1682435022;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682434074;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f909618038adb937e576593425c9c2f6dc225bf', '114.119.135.217', 1685943432, '__ci_last_regenerate|i:1685943432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f90ebdbd5a9f371d868417f2c996efae20caf8a', '40.77.167.133', 1684228893, '__ci_last_regenerate|i:1684228893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f912d7dfdf3d87c4dfec46a88a5da56c02aed7b', '200.119.174.9', 1674132489, '__ci_last_regenerate|i:1674132489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674132393;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f92138cf8dcf196b65e05cec0cf72c6f7ca9e54', '114.119.156.190', 1686990607, '__ci_last_regenerate|i:1686990607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f929b088cbfb6f8017e0b8e1af9ededb5323caf', '207.46.13.41', 1670998404, '__ci_last_regenerate|i:1670998404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f92cf64b517bf7dc25aa4f4220b30f27ac06b6a', '159.65.101.238', 1656281144, '__ci_last_regenerate|i:1656281144;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f93adbf48941f40ce793667e909af5f7eb1f4bd', '89.104.111.178', 1650837593, '__ci_last_regenerate|i:1650837593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9408baf78260650512c9526a5da93373127671', '192.99.18.122', 1652019447, '__ci_last_regenerate|i:1652019446;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f94166083a069a3d9cc40ebf34c00d2b6e09a36', '93.158.90.141', 1673525317, '__ci_last_regenerate|i:1673525317;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9600310ceb297aafbbc6d1739244f101eb5026', '51.222.253.12', 1672751520, '__ci_last_regenerate|i:1672751520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f966a09f413abdb0e93fd9919df8039dd564e69', '5.188.62.21', 1656432689, '__ci_last_regenerate|i:1656432686;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f97a4daefe4a4ee95568725ad8834e11ed7dc9a', '46.101.63.152', 1652762873, '__ci_last_regenerate|i:1652762873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f984f6e096e63d21c70365d8b537700ba62aa31', '114.119.145.65', 1684490933, '__ci_last_regenerate|i:1684490933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9891b90f74f48c5738f0de1281a20d7e32ee91', '185.181.61.24', 1653340259, '__ci_last_regenerate|i:1653340259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f995f7fdca22697cff245a764f5b3a45a901764', '190.56.32.32', 1686053477, '__ci_last_regenerate|i:1686053477;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686053469;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9a1c10e35910446ceeaaed9ab526213193c44a', '5.188.62.26', 1660059380, '__ci_last_regenerate|i:1660059378;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9b9e7a33cd4cfb1d6bf24610c46d842078f67e', '190.56.55.113', 1673385763, '__ci_last_regenerate|i:1673385763;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673385759;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9ba29b6c32faaf2639230d3b477efd63372a29', '114.119.153.186', 1683751376, '__ci_last_regenerate|i:1683751376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9bc1e9671826592d0acd0075dfeec9da4ce4ec', '114.119.143.247', 1688540292, '__ci_last_regenerate|i:1688540292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9bee4eff2b3f9f1e8fcee8199c62bb6de96dda', '114.119.156.206', 1685835745, '__ci_last_regenerate|i:1685835745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9de8867b5818087dfa5b6870fc034d2da06fdd', '200.119.170.113', 1666710178, '__ci_last_regenerate|i:1666710178;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Aoxg7QDzf3iZSFKBnOX4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fa00e6a0594e1bc30d319ece96bfa43e0bbfd37', '40.77.167.166', 1676243623, '__ci_last_regenerate|i:1676243623;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fa0696731645b855d97e876c51b468b64e63e55', '107.150.70.40', 1676701907, '__ci_last_regenerate|i:1676701875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fa06edfcb13f1dfe7871f50876989b53ac461f7', '157.55.39.79', 1669106662, '__ci_last_regenerate|i:1669106662;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fa295eedd70de3ca3190d64aaf8682181172072', '157.55.39.123', 1667468363, '__ci_last_regenerate|i:1667468363;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fa3009a11002d7c8bc463076299d07aa6b5e176', '207.46.13.217', 1681267032, '__ci_last_regenerate|i:1681267032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fa32f9e498a62602e122a246d0e2c1270a881aa', '157.55.39.51', 1668512896, '__ci_last_regenerate|i:1668512896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fa61775519d8199cfd4a7bbf724d8ac912b34d0', '114.119.136.160', 1687577592, '__ci_last_regenerate|i:1687577592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fab73821982efe6451c3d94e3c24e05aac94fad', '114.119.135.202', 1687215246, '__ci_last_regenerate|i:1687215246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2facd5f5560a2d15f32f4474751ece8fd4a8dcc2', '51.222.253.12', 1657640507, '__ci_last_regenerate|i:1657640507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2facf225a2eda1ff7f0084f7f9d7429c0b047d31', '207.46.13.236', 1653491427, '__ci_last_regenerate|i:1653491427;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fb15a971cdde644862a5830b8cdd0a4ea8e8a94', '114.119.140.250', 1688224739, '__ci_last_regenerate|i:1688224739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fb26e15b9d468bf59db2487606e35728cefdf3a', '207.46.13.6', 1672286033, '__ci_last_regenerate|i:1672286033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fb2a8b6980262f2a379948fd35c9165741e506c', '65.21.206.45', 1658094428, '__ci_last_regenerate|i:1658094428;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fb3d4fed32e66cd9cd16a103a333eaba0e4654a', '40.77.167.166', 1676657381, '__ci_last_regenerate|i:1676657381;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fb44414bdecf2b419c7b7f0c249fda37af30a44', '52.167.144.98', 1686314623, '__ci_last_regenerate|i:1686314623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fb7d8d77d1c1a0b0bb3a5303a4ccbf99cafa470', '17.121.113.16', 1658003560, '__ci_last_regenerate|i:1658003560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fb827013e9c08a3c3b31fce22592b1a9e044f2f', '40.77.167.161', 1681055918, '__ci_last_regenerate|i:1681055918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fb8867f90b17e89d010cc0f14f0068ca39d6462', '157.55.39.217', 1683409568, '__ci_last_regenerate|i:1683409568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fba701eba932c548efd0cf103daa378dff76fae', '200.119.170.221', 1664470701, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664470701;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664470688;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fbca4cc92d829e40f70f1b9a05487245958548c', '200.119.170.209', 1656971679, '__ci_last_regenerate|i:1656971679;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656708580\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"be90tcOWJk6wFpQEmA1z\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fc148c86468971d525f3ffb5ddd4db3058c799f', '114.119.153.161', 1688315771, '__ci_last_regenerate|i:1688315771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fc355ddfe3e65acc98e022a860f31867b7a1684', '40.77.167.11', 1673707222, '__ci_last_regenerate|i:1673707222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fc428e3d3c96de8049b7566176848c0a4e24f10', '200.119.169.33', 1654655371, '__ci_last_regenerate|i:1654655229;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654635100\";last_ip|s:15:\"190.104.119.212\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fc52a58a609cb372e0b642637a9ff2072ba1a80', '52.167.144.164', 1684300398, '__ci_last_regenerate|i:1684300398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fc58f0d35928356b84b8b75487c21741aeac0b8', '200.119.168.250', 1680651667, '__ci_last_regenerate|i:1680651667;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680651652;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fc6146629af1f08fa220959a88631069547e610', '52.167.144.76', 1681684626, '__ci_last_regenerate|i:1681684626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fcb4e139fa93ec0430c3491252532077b65cae9', '40.77.167.27', 1658727980, '__ci_last_regenerate|i:1658727971;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fcc3d5f42d83bafe2b81cb2d3cd0994e425b18e', '157.55.39.173', 1668631555, '__ci_last_regenerate|i:1668631555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fce44ad069f49f08cc69df05fb155698cfdaf45', '157.55.39.79', 1669794922, '__ci_last_regenerate|i:1669794922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fcfd6f93d49d81b34e4d654586ae92eb237a2fa', '52.167.144.98', 1685337667, '__ci_last_regenerate|i:1685337666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fcff5559eac32af664f2682f7f8bd2bdde18d2c', '200.119.172.60', 1674950246, '__ci_last_regenerate|i:1674950246;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674949791;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd09a51384164ed5fe26aed2e42a1f8e7853d24', '36.99.136.138', 1650976208, '__ci_last_regenerate|i:1650976208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd162d20f3173c45fda9f4e74b774ae04a4e52b', '200.119.174.182', 1667740741, '__ci_last_regenerate|i:1667740741;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667740700;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd22998e6f3184a7e19e205d31bbb8a4e845f4e', '200.119.173.78', 1682877634, '__ci_last_regenerate|i:1682877634;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682877623;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd30175b088dbdcf348506631e93357358ccb8b', '157.55.39.54', 1658906758, '__ci_last_regenerate|i:1658906758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd42490b945a78ded1dd81864f703801352fbf0', '51.222.253.8', 1675986963, '__ci_last_regenerate|i:1675986963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd436fa54d46eff884ac06ad52b993d42ea964c', '198.235.24.155', 1659907136, '__ci_last_regenerate|i:1659907136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd5a2fec897e0b064d499f3dbb8eef4e4c8292c', '190.56.50.15', 1667172991, '__ci_last_regenerate|i:1667172991;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667172981;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd649d6a70dc2da3ff15404de47c0e1c8e10ac8', '40.77.167.166', 1676130316, '__ci_last_regenerate|i:1676130316;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd8fadaf9a3ff8a620ed3c82a79a6d596031a44', '40.77.167.184', 1688108715, '__ci_last_regenerate|i:1688108715;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd925d8b4ae1a9f2502f7336d8aa6599b0b1e89', '207.46.13.12', 1676292850, '__ci_last_regenerate|i:1676292850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fd9f8761bc1d720e8c4bc3bed5b7d1166efc2be', '52.167.144.82', 1687268524, '__ci_last_regenerate|i:1687268524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fda0d9cad9bf8abbda91148057ee4ee8b3d6916', '190.56.173.152', 1654964276, '__ci_last_regenerate|i:1654964161;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654887010\";last_ip|s:14:\"190.56.173.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654964276;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fdb613a75b18cd4acd6274185c62e7a2150fc50', '114.119.137.184', 1686737895, '__ci_last_regenerate|i:1686737895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fddea43e53758ee00448d979a7e2862ad7e55d8', '114.119.156.165', 1684279182, '__ci_last_regenerate|i:1684279182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fdf65aea589c8a528dc87b8a2388bc3a3633036', '40.77.167.202', 1687333368, '__ci_last_regenerate|i:1687333368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fdf935d24650758163fcd0b2508c12b53c9cdbe', '66.249.79.196', 1653743286, '__ci_last_regenerate|i:1653743286;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fe2726493bd3fa0a05b292ab5dec9889af6fc25', '40.77.167.202', 1687653153, '__ci_last_regenerate|i:1687653153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fe2fb06f596a745a0ab1b2862a51cf923fb0b51', '200.119.174.9', 1674165454, '__ci_last_regenerate|i:1674165454;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674165358;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fe5f07c1e411c04c709cf5bcd2d943cd3be56d6', '114.119.132.237', 1684849240, '__ci_last_regenerate|i:1684849239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fe756e95615e5c0cdbcec11d0dda9b66462dda8', '52.167.144.162', 1683094379, '__ci_last_regenerate|i:1683094379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fe9a98ab00dbe903942a8eb7b3cbc3aaf6cd55c', '52.167.144.98', 1685240965, '__ci_last_regenerate|i:1685240965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fea3a193737f82c30451e5ba4a8e1e8f006c17c', '52.167.144.109', 1680532181, '__ci_last_regenerate|i:1680532181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2feb39ff871e16014f74409efc70f4fe2d18c2ce', '157.55.39.79', 1668465296, '__ci_last_regenerate|i:1668465296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fedc3169bf6f72dab37d577e134708647a0b9f5', '40.77.167.241', 1687653247, '__ci_last_regenerate|i:1687653247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fef2009012d41da6d82d308c98315e14fe7cc20', '114.119.152.64', 1684272910, '__ci_last_regenerate|i:1684272909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ff0b3fdf0d069ee6612f65649bb537b043eb59a', '157.55.39.173', 1668587620, '__ci_last_regenerate|i:1668587620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ff26a542a098468283ba278f9e4e497da4bafec', '52.167.144.162', 1682793906, '__ci_last_regenerate|i:1682793906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ff571bef2b87cf8fc334d345f82a7f7b27f7857', '40.77.167.79', 1654003349, '__ci_last_regenerate|i:1654003338;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ff59e7f37d745a0a5a9f3c599fe032212d721ac', '207.46.13.130', 1660738569, '__ci_last_regenerate|i:1660738569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ff5ff73638cc09dc64903c092af731ba4afd692', '192.36.109.82', 1686587404, '__ci_last_regenerate|i:1686587404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ff8ba07e824b220ef7ff42f5ba7e557508a095c', '190.148.158.69', 1685903252, '__ci_last_regenerate|i:1685903252;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685903201;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ff9b38c0a5293f81fa148345a3eef7b9e1899f8', '54.36.149.38', 1684557286, '__ci_last_regenerate|i:1684557286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ffb0b4fe882234670ff7a0207f5f7fb6281c2e6', '190.148.158.175', 1672534751, '__ci_last_regenerate|i:1672534751;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672534565;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ffb58a4cc89edaf7c99497aedffbbd2d634c6f9', '198.251.73.67', 1672881264, '__ci_last_regenerate|i:1672881264;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ffe85a75be7c943aa38c096a84140898f73a5d9', '74.208.2.193', 1668050333, '__ci_last_regenerate|i:1668050333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ffea60fe4c7ceb7243a4cc0e6a7ce6614d3b622', '52.167.144.98', 1685076620, '__ci_last_regenerate|i:1685076620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fff435fd3c9d3eeb2516ec43b10baf2c0396b4a', '190.148.157.177', 1682188890, '__ci_last_regenerate|i:1682188890;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682188745;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fffe1e26d8528da8ed01c29f0a4e7f5cc99aca4', '74.208.2.188', 1665904747, '__ci_last_regenerate|i:1665904747;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('300035323bb21801052c731ef279e9137e6ed63f', '52.167.144.98', 1686177921, '__ci_last_regenerate|i:1686177921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3000cde405827a4fd08ba27ff9dc5cbd69c7c315', '40.77.167.219', 1676773389, '__ci_last_regenerate|i:1676773389;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('300131474b32347949b6104bdd9ff91f0178772e', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30013d1cf19f84bf8fc91150d195eae8d8925bcf', '200.119.170.30', 1660396338, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30023affcf5586b443ac338d8b6858b1f1737329', '51.222.253.5', 1652849264, '__ci_last_regenerate|i:1652849264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3004001d235703589b358e9b4369e95aedd95fc9', '17.121.113.120', 1659524463, '__ci_last_regenerate|i:1659524463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30061ac62b4c5457daf217ca5b6b17ad2bbf49f4', '200.119.172.60', 1675102446, '__ci_last_regenerate|i:1675102444;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3007361fe3124d9c519c7c6b0646f5b387d89238', '17.121.114.214', 1652963726, '__ci_last_regenerate|i:1652963726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3007d3af1ff8af2ad00c105fecec46dd32b1a9b0', '207.46.13.17', 1652880232, '__ci_last_regenerate|i:1652880232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3008cb43e9edc30ac7b42757790325fd0eceeb4a', '157.55.39.69', 1671956123, '__ci_last_regenerate|i:1671956123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('300933a71078fbc1e991db67bfb021515cb9e298', '66.249.65.100', 1677862995, '__ci_last_regenerate|i:1677862995;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3009443b379f33615d5dd145cc982be5d3ba9745', '114.119.155.121', 1687639307, '__ci_last_regenerate|i:1687639307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('300ae802e9f3f63c25c60e85dd1b2efb90aae736', '157.55.39.51', 1667722854, '__ci_last_regenerate|i:1667722854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('300b3e34ea534772b4cac0102c716d6b31349f07', '157.55.39.123', 1667468371, '__ci_last_regenerate|i:1667468363;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('300e8356775e8e0bbd41ab6b8242344615db7fef', '52.167.144.164', 1686412135, '__ci_last_regenerate|i:1686412135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('300ecaba24c2b1a1baf7b2b8da86bcc10f4244ea', '52.48.31.105', 1688335884, '__ci_last_regenerate|i:1688335883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3010472318c6f57d36e16455da65aeefb88049a8', '190.56.173.213', 1683241791, '__ci_last_regenerate|i:1683241791;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683239380;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3010c28485c4a72c841676148f4031ee7e55d118', '157.55.39.118', 1657111114, '__ci_last_regenerate|i:1657111103;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3012e0c0f1729a94bb8bf2d34f0adaf4c2d2878c', '190.148.157.8', 1677878233, '__ci_last_regenerate|i:1677878233;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677877916;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('301464992e001a6df2e4e84f3cf66323ec51e5cf', '51.222.253.8', 1650935888, '__ci_last_regenerate|i:1650935888;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3014a59111bf9f68d9b5d7766520b352f281b642', '40.77.167.79', 1654973975, '__ci_last_regenerate|i:1654973965;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3014accee539ec17c714bba060335d6e2a9af6c2', '114.119.137.200', 1683718064, '__ci_last_regenerate|i:1683718064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('301534ac43108d932da4524000b1c094e76ede5a', '51.195.216.255', 1650895312, '__ci_last_regenerate|i:1650895312;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('301572ed3b58ff487aa73f793c6f5ea10a3aaa7f', '190.56.50.253', 1682455024, '__ci_last_regenerate|i:1682455024;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682455018;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3018c10a3d3ede024969e48991ca11a1a1d9b6de', '157.55.39.94', 1672812040, '__ci_last_regenerate|i:1672812040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3018e0554ec4e741c74967037dabbfa8db4d2fbd', '114.119.142.42', 1688170397, '__ci_last_regenerate|i:1688170396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('301dba59adeba3d0487f845ec77d78bb3114300f', '42.83.147.56', 1684157703, '__ci_last_regenerate|i:1684157703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('301dc3de4e57f7dcdff4267294785349c41f0a30', '200.119.172.60', 1674742200, '__ci_last_regenerate|i:1674742200;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674742181;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('301dfe1909f6231eae259f74ce7582d4ef4940c7', '54.36.149.96', 1687888792, '__ci_last_regenerate|i:1687888792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302003dcac3cd3b775db94f87bb7a2949468c179', '189.217.219.221', 1678375620, '__ci_last_regenerate|i:1678375620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3020dd51e089908611dd408826c73657d4e9368d', '74.208.2.223', 1672574284, '__ci_last_regenerate|i:1672574284;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302143565e6a55762b62dfb2c98fa0e0b119f020', '51.222.253.12', 1685214678, '__ci_last_regenerate|i:1685214678;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3021e9ee6a08f5b67da429a8627a529ce6149ba0', '51.222.253.20', 1687001141, '__ci_last_regenerate|i:1687001141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30234c60605d6cae1bda5d66cdeb7768ca3fedc4', '157.55.39.176', 1667087141, '__ci_last_regenerate|i:1667086165;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3023d1a300b399eb0b9454ba346d1086bee00255', '114.119.132.25', 1686118229, '__ci_last_regenerate|i:1686118229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302666a0c9b330f0b8a5610168f8ce74f98442ae', '157.55.39.143', 1669998800, '__ci_last_regenerate|i:1669998800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30279bdfbfd1bd60bb06a7e4b0302662f21a455e', '114.119.142.135', 1688441365, '__ci_last_regenerate|i:1688441365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302a05f0f6e1b67928d388a828df796faf4a88a6', '200.119.170.142', 1658452924, '__ci_last_regenerate|i:1658452923;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302ce1603beed17bc9838ed52f910e2502b72045', '17.121.115.229', 1652635886, '__ci_last_regenerate|i:1652635886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302cf1d321e1646a82bccbeb7ab14406c41d0dac', '51.222.253.16', 1665108468, '__ci_last_regenerate|i:1665108468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302df075d787576bca1b867883d21dc069328920', '40.77.167.49', 1665497205, '__ci_last_regenerate|i:1665497205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302dfbe70fd7b44de6907d8ed376805226f01b28', '190.148.158.69', 1685979624, '__ci_last_regenerate|i:1685979624;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685979618;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302e68261fa1bbd7d3c06c69d3fbeb2fe0fd0e70', '51.222.253.2', 1663077707, '__ci_last_regenerate|i:1663077707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302e9e4982d5068b221bee2ddfc3a874c3e336eb', '54.36.148.65', 1671113632, '__ci_last_regenerate|i:1671113632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302ebb9f822cd20971e53dfa0800169ee65eacb0', '114.119.133.46', 1685056419, '__ci_last_regenerate|i:1685056419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('302f46a2f3953e68cac195d6cf925e20dd9097e1', '35.192.97.181', 1653570023, '__ci_last_regenerate|i:1653570023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3030912e97d1d2df48705a2512d5b1975cc0d001', '114.119.140.21', 1687523884, '__ci_last_regenerate|i:1687523883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3030b0e0ac8f12bc342e1584c5efa4b2e7fdad39', '207.46.13.211', 1679952520, '__ci_last_regenerate|i:1679952520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3032deb7aced70f70535ec925571d4e47b979857', '190.148.252.55', 1675700365, '__ci_last_regenerate|i:1675700365;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"XFHxW0zaVYJtm7l1cnI4\";last_activity|i:1675696288;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30335816a27544f92f48f064afc44c78c81d595f', '5.188.62.21', 1656439460, '__ci_last_regenerate|i:1656439460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3033ca449b8963ecdaaa8d36191e6c876449ec64', '54.36.148.75', 1666076475, '__ci_last_regenerate|i:1666076475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30379a1c0ce81f1a5251be4d315455ad55297435', '207.46.13.212', 1676847235, '__ci_last_regenerate|i:1676847235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('303a031c49b8a3c1fa352d8377e022195635d3f9', '190.148.87.6', 1668468426, '__ci_last_regenerate|i:1668468426;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668468422;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('303ca24e806b61c86d2cac83117098d66b7e43fb', '54.36.148.38', 1651654738, '__ci_last_regenerate|i:1651654738;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30418ec2f46dea92fa97d9c26ed4ce77719e5e11', '66.249.74.99', 1686969577, '__ci_last_regenerate|i:1686969577;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30437b958f068d72b6bd4169100c179e0ecff75a', '207.46.13.6', 1671956457, '__ci_last_regenerate|i:1671956457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('304555121a1cada8fdbcaf2d91f1814822e9b007', '190.148.157.80', 1669636063, '__ci_last_regenerate|i:1669636063;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669635085;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30469827070ce2dc6b1b62aea4b9f45df8ee6664', '51.222.253.20', 1687596465, '__ci_last_regenerate|i:1687596465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3046bd16d3955427ee50cdea0e15dbbf2e860346', '157.55.39.253', 1682754794, '__ci_last_regenerate|i:1682754794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30474dd8287201f12d8df75c61607df85dc65dab', '104.154.136.149', 1654091191, '__ci_last_regenerate|i:1654091191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30496e5c584108ae83cd47470112448f8a7d0fcf', '5.188.62.21', 1653302146, '__ci_last_regenerate|i:1653302143;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3049c91d00e54c83289f6d3cdbc458f164053716', '200.119.170.143', 1670240468, '__ci_last_regenerate|i:1670240468;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('304b27a5762eef12ed0dd9369d92ab3c2dbbb4b7', '207.46.13.213', 1678945095, '__ci_last_regenerate|i:1678945094;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('304bed6394245f9c6b093a6221497590e90f5301', '190.148.87.99', 1688429921, '__ci_last_regenerate|i:1688429921;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688429916;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('304e5e92db19b047ebe9c6779b0eb89b51927a14', '114.119.128.58', 1685843127, '__ci_last_regenerate|i:1685843126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30500d7f62d1a0d279f1d973bf2bc0dd42021916', '190.56.173.213', 1683556548, '__ci_last_regenerate|i:1683556548;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683324505\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jKrpHoiDvzGs591wxRk7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('305105b226b88063c06652c0bb105113c63c7bbf', '190.56.32.174', 1676500835, '__ci_last_regenerate|i:1676500835;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1676492724\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"3CNa4h07mF8LZOJU5uMn\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30545637a6f38c635aa0b7dc689cb2ecb7ffa861', '157.55.39.79', 1669419421, '__ci_last_regenerate|i:1669419421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3057073c71ad3ef0a5d60ae8d18e57f18a5ea810', '190.148.252.96', 1672925345, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30570870a2eda2851f0d3c53a81b06f88954f5d3', '114.119.141.200', 1687810707, '__ci_last_regenerate|i:1687810707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30575fe9a67bbf96476d1ad483bb21fb997488f8', '190.148.252.76', 1652812075, '__ci_last_regenerate|i:1652812075;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652800780\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30597102dcbca86ac469c1d89d47680b4ceb7ff0', '190.148.252.151', 1671392481, '__ci_last_regenerate|i:1671392481;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671392028;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('305a8d3d55c148b63ca5f67fbea6e933a8a03180', '190.148.87.182', 1679585070, '__ci_last_regenerate|i:1679585070;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679494386\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"4ulnMWyNtvajpLhHVxoK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('305cceb3e47bd88c20e1128e20168332b4ed04d6', '51.195.216.255', 1650895357, '__ci_last_regenerate|i:1650895357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('305d079e030f8a0ae9028f8b1058a8e09adb3be9', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306244bad1a6dc7c6cb1d2411d89ffd9807e6855', '52.167.144.61', 1687972920, '__ci_last_regenerate|i:1687972920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306268589c2393ecd1f291b0466b343706b55100', '114.119.140.161', 1687966218, '__ci_last_regenerate|i:1687966218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3067308147f109a83adfa08e280150e041b50d0a', '190.148.252.151', 1671317907, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671317907;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671316686;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30678603b94ddb9d51eb727c6c42a76cdc6b2202', '157.55.39.173', 1668834339, '__ci_last_regenerate|i:1668834339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306943ee7959f2d2d2343910c154b61e8d327da3', '51.222.253.5', 1676316648, '__ci_last_regenerate|i:1676316648;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3069bc73126e60a86bfced63528d203d36e1e6ac', '200.119.173.212', 1667941196, '__ci_last_regenerate|i:1667941196;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306ab1d6c6d6fa20047d6771d7d4774ba3b2a295', '51.222.253.13', 1655152122, '__ci_last_regenerate|i:1655152122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306c2c226c4b56d6a0c543efae55f38b803b956d', '54.36.149.67', 1661564142, '__ci_last_regenerate|i:1661564142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306c5aa5ae888e932f63d8f700d0cd66a27ad277', '157.55.39.68', 1666783311, '__ci_last_regenerate|i:1666783311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306d20d5d72e9bd6337cb3d78272c1e41e7070fb', '52.167.144.164', 1684481665, '__ci_last_regenerate|i:1684481665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306db15da52f2b1539e23caa5e68fa43a20295d8', '190.148.252.236', 1656076638, '__ci_last_regenerate|i:1656076514;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656074940\";last_ip|s:15:\"190.148.252.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656076637;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306ea0b162be91a2f50acb43883d6ef43d7fcca1', '52.167.144.164', 1686493818, '__ci_last_regenerate|i:1686493818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306ed32a7e92893709caaf7bb9b5531c039d818e', '52.167.144.98', 1686697136, '__ci_last_regenerate|i:1686697135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306f2f9af155d147ba8680b24e633be3ccb43dfa', '190.148.157.117', 1675526763, '__ci_last_regenerate|i:1675526763;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675526400;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('307023b9fceeb5adb3f34c3349363b133d4c3c0b', '114.119.150.110', 1687635010, '__ci_last_regenerate|i:1687635010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30704848cabcaac91f54ab2602b061e25a853ad7', '157.55.39.217', 1683549646, '__ci_last_regenerate|i:1683549646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3070f44d8b5460af9cae69ba0814b39e8f64af23', '114.119.143.172', 1685096326, '__ci_last_regenerate|i:1685096326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3071859581e23cf96454cdbba3c61ffaf38d0286', '200.119.168.55', 1663074694, '__ci_last_regenerate|i:1663074694;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073311\";last_ip|s:14:\"200.119.168.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663074674;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3072d3b5de81439b77a9cb182dd91f5a7dc8ffb3', '200.119.168.250', 1680815488, '__ci_last_regenerate|i:1680815488;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680814294;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('307309d3f94816c671753fabec13f3356c403b88', '190.56.173.175', 1653078777, '__ci_last_regenerate|i:1653078777;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653078762;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3073e93f3d944c43cae1820e2a1b4ac98bb1a586', '17.121.112.103', 1653661735, '__ci_last_regenerate|i:1653661735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3075b5650a3b2214a8dfc23e8dd725a6ea5416cf', '157.55.39.80', 1670688627, '__ci_last_regenerate|i:1670688627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3076ddbc6efb8aa4656473b011170b9cf77cc679', '52.167.144.162', 1686635368, '__ci_last_regenerate|i:1686635368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('307746ebe8027034ba142e2a07e3ae904e95253e', '52.167.144.70', 1688459897, '__ci_last_regenerate|i:1688459897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3077bbf7c82b0744ed065aada7949c0b7474defa', '200.119.172.96', 1675436125, '__ci_last_regenerate|i:1675436125;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675363966\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YwQ4WmT1I7gc62XE3lup\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3078d82f50bbc0666629846efc2dc9d7d938dc66', '149.56.150.82', 1666782066, '__ci_last_regenerate|i:1666782066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('307aeaa9d9a4a9e171e33a2204b85cc5b45d2bf4', '74.208.2.134', 1682136368, '__ci_last_regenerate|i:1682136368;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('307e3c3839624c83367e4ae58a69ab1987c99671', '190.56.32.110', 1669843848, '__ci_last_regenerate|i:1669843848;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669843262;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3080af7230dfc1ea92c45b0ec54fd1ca81425995', '114.119.136.13', 1684956945, '__ci_last_regenerate|i:1684956945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('308135a0fe01b35cbff51fc03b18792c5073f55d', '200.119.173.107', 1686845019, '__ci_last_regenerate|i:1686845019;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686843206\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30837e3f5f6698577cfe648e6db40e231c883b7f', '114.119.141.146', 1688128736, '__ci_last_regenerate|i:1688128736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3084b932bffeb4a29bf008266d674dc70b3c8af5', '34.221.148.77', 1651015507, '__ci_last_regenerate|i:1651015507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30877482dfe1402bed3b5a98ee0b3472bab0ebfe', '200.119.172.234', 1654616786, '__ci_last_regenerate|i:1654616786;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30886aeeac00708d5279abbdb75c4c2c83ed329e', '17.121.112.124', 1653694955, '__ci_last_regenerate|i:1653694955;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3089a4fbf1841ec89401a1a3dea24701a2941b22', '52.167.144.43', 1683681559, '__ci_last_regenerate|i:1683681559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('308c2cdb9b9fa90ade136ac4d0a6f41be6480f72', '52.167.144.76', 1681501451, '__ci_last_regenerate|i:1681501451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('308c459d26241999e0e2baf88e834ad01165870d', '207.46.13.205', 1671274882, '__ci_last_regenerate|i:1671274882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('308ceb80bfb827a152b6e117c6e88e168b7166ec', '52.166.174.122', 1658744468, '__ci_last_regenerate|i:1658744468;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('308dc2782fa1320bd1ebcbab045049edc9d0ee54', '157.55.39.253', 1682935135, '__ci_last_regenerate|i:1682935135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('308e0307ad97a1a653b3075d3f18723c3cbccdc8', '52.167.144.162', 1687259159, '__ci_last_regenerate|i:1687259159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30909d0193ca3770ea4c03fb8c0eeb1fd61deb55', '40.77.167.91', 1687033105, '__ci_last_regenerate|i:1687033105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309356f50c612e2490d0919f1a8f3573b4bf6ad7', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30954891f20dc6e77138a8922943324cc3bc965d', '190.56.32.174', 1676595211, '__ci_last_regenerate|i:1676595211;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676595197;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309804e468d6b3e4dad89c2de65d7800621c3c42', '51.222.253.13', 1674813997, '__ci_last_regenerate|i:1674813997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3098b9e7fae03e12c6614bacc77341d8cc736ad9', '66.249.79.203', 1681938376, '__ci_last_regenerate|i:1681938376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3098e3cf00e3f647d3731a4ce0c1432b956a3d14', '51.222.253.13', 1660772404, '__ci_last_regenerate|i:1660772404;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309a81beba25cfbf4bc6b8f16acad03e1622d7ad', '40.77.167.244', 1677538086, '__ci_last_regenerate|i:1677538085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309aec7e003520004f7eb27154fcf0d26d606c5a', '52.167.144.107', 1680803077, '__ci_last_regenerate|i:1680803077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309b70e5dc589c09cadea245430b7d435a8d4ec8', '52.167.144.162', 1682306578, '__ci_last_regenerate|i:1682306578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309bf335dd9a68260220cba1c3ae4b0acdbf5d7c', '190.148.252.161', 1669907821, '__ci_last_regenerate|i:1669907821;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669820900\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"EFT7H8XclzG0usgRh5rJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309c4e769937c2ad89f0cf01655775c563bf5a4f', '190.148.158.151', 1677084116, '__ci_last_regenerate|i:1677084116;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677084113;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309d622ff47b998f7782140c378288e18058be3f', '52.167.144.74', 1687953971, '__ci_last_regenerate|i:1687953971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309ee41ee471856cdafc3d3351007c17f9414fb2', '190.148.157.183', 1680468836, '__ci_last_regenerate|i:1680468836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680462688;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309fa7192d2998a8691bd54735cacdceae086623', '200.119.174.182', 1667739636, '__ci_last_regenerate|i:1667739636;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667739531;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309fc3b13ec4dbd4c77f132ad3265f7d0be739bb', '114.119.129.110', 1688038955, '__ci_last_regenerate|i:1688038955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('309fe8829fa06f58c7c3029fc3329b741abf27b6', '66.249.77.135', 1684647079, '__ci_last_regenerate|i:1684647079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30a643c904752eb7b6d48b328fd15b1f33c5daa8', '147.182.171.81', 1650861186, '__ci_last_regenerate|i:1650861186;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30aab28e34ad57ceea15cd60b0a9c78cad7ddfd2', '207.46.13.215', 1680286600, '__ci_last_regenerate|i:1680286600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30acdead2c447e21dd8f25bccba15c9c9aa20696', '190.148.252.56', 1663946296, '__ci_last_regenerate|i:1663946296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663946266;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30aedd2c7fd858d65df513f144284477bc9aeabc', '190.56.32.174', 1676644510, '__ci_last_regenerate|i:1676644510;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676633086\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676644225;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30b06d01b9091f1ad2579d025a186953957aa7c8', '190.148.157.53', 1683841991, '__ci_last_regenerate|i:1683841991;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683841896;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30b16482ff2ff266758232da09222776cd713589', '111.7.100.22', 1650976309, '__ci_last_regenerate|i:1650976304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30b1667e6a5b17a0ca82712cc0ea70bee123f13a', '66.249.65.161', 1668541237, '__ci_last_regenerate|i:1668541237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30b33299c28c7695fc1cc6e1982131b2549d3665', '40.77.167.43', 1658409464, '__ci_last_regenerate|i:1658409464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30b4113a251538497e5e7933108d3d4ff69b736f', '17.121.114.115', 1659328348, '__ci_last_regenerate|i:1659328348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30b438388a500ab12a90cbeed33c582b8fba78ff', '52.167.144.171', 1685608933, '__ci_last_regenerate|i:1685608933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30b63d91add8e2c7d0760f1b064c4c33999a7b60', '185.46.197.27', 1653289475, '__ci_last_regenerate|i:1653289473;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30b666706bf1f569bc6d73b5ab357d7f0e26649f', '66.249.74.107', 1683283943, '__ci_last_regenerate|i:1683283943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30b6d9c7a9e0d83e4db7ca2b746e1b9b529340f0', '190.148.157.53', 1683917499, '__ci_last_regenerate|i:1683917499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683916438;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30b7d839b93a49ee75b871597af1cb3ad104cfb0', '66.249.77.36', 1651747719, '__ci_last_regenerate|i:1651747719;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30baa441d5e33e6d092100756c9d892d696223f1', '190.56.50.39', 1664986092, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664986092;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664985436;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30bd5892ca4f6a456048fe4c3539c68314bd2cf4', '40.77.167.123', 1683448030, '__ci_last_regenerate|i:1683448030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30bdca5acaac382b37fe3bb1b935bd390c36f8ef', '52.167.144.166', 1686874783, '__ci_last_regenerate|i:1686874783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30bf66c8d441dd5666fbe94b7bd1c46da04ed488', '188.166.225.222', 1657100721, '__ci_last_regenerate|i:1657100715;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30c1730361ad9b3e8657ef1b1ef1a6beecca1b29', '40.77.167.178', 1676807068, '__ci_last_regenerate|i:1676807068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30c28fab2ae7a8c62db5e5f2e9390274fd086700', '190.148.158.151', 1677282005, '__ci_last_regenerate|i:1677282005;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677281345;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30c3093af02d743dbf64b6059bf0fa3b7472114a', '190.148.157.53', 1683936772, '__ci_last_regenerate|i:1683936772;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683904085\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683936156;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30c5b4005ef1df904b0afa7d9bce9fbd0e1440d5', '193.235.141.127', 1678345820, '__ci_last_regenerate|i:1678345820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30c884eb9da302cebe9d65514e35725ac1fbd7c8', '54.36.148.92', 1654838203, '__ci_last_regenerate|i:1654838203;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30c95eba9104a2b179c75d0089ff4f3fcd19fb5b', '190.148.87.96', 1678574048, '__ci_last_regenerate|i:1678573868;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678574048;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30c98bfff9fd4b4bf8d79f163d91e90e14810217', '17.121.115.82', 1657557542, '__ci_last_regenerate|i:1657557542;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30ca9d1c2c6a7eb586f362df52ee70ba05d9f675', '118.69.175.73', 1688283077, '__ci_last_regenerate|i:1688283077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30cc6a01d142bde80ed24e5ee22d3df9f86b93b5', '51.222.253.11', 1679353562, '__ci_last_regenerate|i:1679353562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30cca6bf4f368b6745dcede359de9d9710fe4ad0', '114.119.133.142', 1683860262, '__ci_last_regenerate|i:1683860262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30cce524f61191d4d0532b13893ce245612f8424', '114.119.141.18', 1683285881, '__ci_last_regenerate|i:1683285881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30cf9cf4517b22c493ecd30750ef54f33ed08c19', '52.167.144.171', 1685077873, '__ci_last_regenerate|i:1685077873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30d20d0c1143d32af91533acf70a3b9a9e0dbcb7', '114.119.141.80', 1686712999, '__ci_last_regenerate|i:1686712999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30d3219a77900602cdbc8666b2f005c72b4b2b9a', '190.56.32.32', 1686070664, '__ci_last_regenerate|i:1686070664;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686070658;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30d33ac1a3162f8404d91553c551e6ad6251c839', '51.222.253.19', 1674954665, '__ci_last_regenerate|i:1674954665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30d3f965a6c4aa7a3495ac3da93817adf698e97b', '52.167.144.82', 1687478747, '__ci_last_regenerate|i:1687478747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30d49598fbe27e5c81513fd5b177dc45b5359f8d', '5.161.144.64', 1682606252, '__ci_last_regenerate|i:1682606252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30d948ce50ddc5d857d638a6f876dcd504eb1d1e', '144.76.67.169', 1676801081, '__ci_last_regenerate|i:1676801081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30da5ea9e0f890c3eb853ef71f90623bad68a4e5', '51.222.253.13', 1682479659, '__ci_last_regenerate|i:1682479659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30db2eb0e0b20bf579b0de2d81ee6429eb2d762e', '190.56.49.237', 1665676095, '__ci_last_regenerate|i:1665676095;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665675048;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30dbcb394f1751c1ebdab72007ddd8fea312511c', '114.119.147.246', 1687593960, '__ci_last_regenerate|i:1687593959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30de039ec7579620c88e71770d47a77ad93afe30', '200.119.172.60', 1675088872, '__ci_last_regenerate|i:1675088872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675088854;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30e1bb74718e0e5fa1c833158e724c119887d901', '207.46.13.132', 1673167958, '__ci_last_regenerate|i:1673167958;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30e2fd804c45995be809bdf0d4b5b02781dd8b08', '157.55.39.87', 1663773034, '__ci_last_regenerate|i:1663773034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30e54f561fedda4086610de3d9df30a38812d93b', '207.46.13.154', 1670376840, '__ci_last_regenerate|i:1670376840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30e78262bf2bb1bb60512a3a4b9cf7add34cdb48', '200.119.170.143', 1670244287, '__ci_last_regenerate|i:1670244287;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670243907;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30e8351a4b5c8ef5adf11b090444f2207b6390bf', '40.77.167.63', 1672144385, '__ci_last_regenerate|i:1672144385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30e8656533dc425b71a744da18221475037fe9a2', '190.148.252.183', 1681303038, '__ci_last_regenerate|i:1681303038;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681302698;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30e8e3ce24b6e4ff6ecc1a8988d46ad36a4cf542', '40.77.167.85', 1684205858, '__ci_last_regenerate|i:1684205858;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30ebb3e99e3408b2c6487a08e988ffde4085c770', '40.77.167.182', 1683650763, '__ci_last_regenerate|i:1683650763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30ec96e866c3ca3605e602c0f090f06c9139ce73', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30ee6db15f8f241dfb97839f75428c93e2acafdd', '40.77.167.43', 1659098008, '__ci_last_regenerate|i:1659098008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30f256152f5313541ec9225a3a1f76e79aa88a7b', '157.55.39.69', 1672037770, '__ci_last_regenerate|i:1672037770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30f4c1eb3537b73af7c90fdb32b46eda1b45d71b', '190.148.252.183', 1681401471, '__ci_last_regenerate|i:1681401471;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681401160;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30f5a5e1e8ee7c6f58d7a1a2cde2da5569bbe869', '52.167.144.98', 1685375376, '__ci_last_regenerate|i:1685375376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30f7887e50a056ceff65f258cac26d96c492d20e', '208.80.194.41', 1653854948, '__ci_last_regenerate|i:1653854948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30f80094f39b4a9410ca124884aece468eda9ac7', '157.55.39.46', 1672603586, '__ci_last_regenerate|i:1672603586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30f834d225e79edd6b862e69a402f1b0acda60f0', '52.167.144.109', 1680536097, '__ci_last_regenerate|i:1680536097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30f8695125194f430ebea52396e6ec7b7f5c4d4a', '54.36.149.51', 1676094465, '__ci_last_regenerate|i:1676094465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30f9096a0b7f82e731347b614dec2a24d3ada4e8', '207.46.13.17', 1673821393, '__ci_last_regenerate|i:1673821393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30f95cf8df746832739db47e5a9acc5e7b37732f', '207.46.13.36', 1672820943, '__ci_last_regenerate|i:1672820942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30fb860fa0b1412b4b2c03f53d960f5d44d817e7', '52.167.144.95', 1680527294, '__ci_last_regenerate|i:1680527294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30fc1f03a14d67320f533e2eb249659a1e315872', '190.148.87.244', 1654614704, '__ci_last_regenerate|i:1654614704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30fd12a6e4f9032ef495f2e12a53b61a8170bc5a', '52.167.144.164', 1685649686, '__ci_last_regenerate|i:1685649686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30fedf6d358de8684579c7ab2ebc76ff0abbbe8b', '40.77.167.123', 1683268343, '__ci_last_regenerate|i:1683268343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3100cb8ad033ef95280c0b6cc944c3a6d99b11ad', '185.220.101.3', 1651171467, '__ci_last_regenerate|i:1651171467;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310185a5f39b349f25be21b6d0b9991c2ad5e919', '157.55.39.51', 1669419363, '__ci_last_regenerate|i:1669419362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31019c4e8540f4a1f7d90ff359c6bdbdec425bfd', '40.77.167.11', 1674073358, '__ci_last_regenerate|i:1674073358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31022f6b21c0a9647e3ad699122dd479df205b2a', '190.148.157.183', 1680299699, '__ci_last_regenerate|i:1680299699;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680298610;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31028102ec48d8d618ee8dfebba1e8af3bdd9fcb', '40.77.167.133', 1684025484, '__ci_last_regenerate|i:1684025484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3103be0399fc19d25c17de57fdfbf1366b0dc57c', '3.16.78.97', 1668653800, '__ci_last_regenerate|i:1668653799;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3106a7e7faf1351982bcd8defddb073ec7dc864d', '40.77.167.227', 1682059692, '__ci_last_regenerate|i:1682059692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310953592d997f11262498fb5a91e70698666278', '51.222.253.4', 1658620193, '__ci_last_regenerate|i:1658620193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310a42c44749cdc14d73183d38d1212ccbe52433', '207.46.13.113', 1676093372, '__ci_last_regenerate|i:1676093372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310a9dd0fae81b7e18f24949f9b56e5e6c4a3ba0', '114.119.156.146', 1686284032, '__ci_last_regenerate|i:1686284032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310bf9d9b1145fd686aa51185a790b5cb7fcfb7b', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310c8a05c58350f73ad5a0544cbccaff18a286ce', '190.148.158.175', 1672169341, '__ci_last_regenerate|i:1672169341;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672169113;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310d51f377d401cf62e3daa74aedcd1970281ca8', '157.55.39.51', 1669168054, '__ci_last_regenerate|i:1669168054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310d7825f59cd07b837f1f503050e9dac7b0da86', '207.46.13.11', 1669577856, '__ci_last_regenerate|i:1669577856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310f20fec1c0d9ecd4a4a2cb0198a60e1cc92be4', '190.148.252.55', 1675696320, '__ci_last_regenerate|i:1675696320;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675696314;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3110e1aa901d41b5b89ddf9b18e94b6380403aa8', '34.210.81.145', 1687305371, '__ci_last_regenerate|i:1687305371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31124c0fa388fdcc9676782a7f86a222d115c77c', '157.55.39.176', 1667050276, '__ci_last_regenerate|i:1667050276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3112dad1e7d6526952cb3a0f25a65df5fdcff656', '17.121.114.148', 1652133684, '__ci_last_regenerate|i:1652133683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3113af5381037363b889c9ce5da29464fcbb64f8', '211.206.180.41', 1651856167, '__ci_last_regenerate|i:1651856167;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31140846fe032c3f9985b279c4bfe98fe9012dcb', '5.188.62.26', 1660868504, '__ci_last_regenerate|i:1660868499;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('311854b8d6d77db8fc8718f38d5f0fb5ed20d530', '52.167.144.164', 1686573380, '__ci_last_regenerate|i:1686573380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3119bd2acadfde97e8eafb26c1e0c34220a45336', '52.167.144.98', 1686177845, '__ci_last_regenerate|i:1686177845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('311a2fb9b7ed564c979b07ec748b8db469e72799', '190.56.173.251', 1651938006, '__ci_last_regenerate|i:1651938006;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('311c23486f9c63056f5ae3d812ed486db26d5fb6', '190.148.157.50', 1668779992, '__ci_last_regenerate|i:1668779992;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668779974;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('311c2f8d2fc9ee9756dcb7a59f7cedb1165dd65e', '200.119.170.16', 1666826247, '__ci_last_regenerate|i:1666826247;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666826216;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('311de62db62b73eb0c441afd47c75944f049b60b', '161.35.184.18', 1671904322, '__ci_last_regenerate|i:1671904322;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('311f03a32f9b961a46e6ae3aa523d1e4e943b0a7', '114.119.149.150', 1687551899, '__ci_last_regenerate|i:1687551899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('311f3da997198f9187c15015ff03f5777dcc5a06', '198.251.73.119', 1680407563, '__ci_last_regenerate|i:1680407563;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('311f471b1f0f8be4601870caa93abd953e34782d', '190.56.54.156', 1665358171, '__ci_last_regenerate|i:1665358171;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665356147;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('311fb0c0bafce1866526abac2a656a58a2ca334d', '190.148.252.161', 1669909963, '__ci_last_regenerate|i:1669909963;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669909853;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31204c743dc6a059123c2e191baa1829b7b975e0', '190.56.49.237', 1665758197, '__ci_last_regenerate|i:1665758197;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665662040\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665758181;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312061cfac6347a92723d6a11d56500ec00815aa', '157.55.39.130', 1658707721, '__ci_last_regenerate|i:1658707711;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3121d840de2df3378ed165777ba20d891a1b6986', '17.121.113.243', 1661474827, '__ci_last_regenerate|i:1661474827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3121e10caac303ec14a93929c3c2be94dcb2547e', '66.249.79.195', 1688545533, '__ci_last_regenerate|i:1688545532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312271f8f46119d1657e5a59243fd6c9e1425d4b', '167.99.70.99', 1656177065, '__ci_last_regenerate|i:1656177060;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312437330cd4bb6b4fec142843b64da316f64404', '94.139.56.160', 1650670250, '__ci_last_regenerate|i:1650670250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3124e38e829a285633bedbda70da7c19969de693', '200.119.172.60', 1674861945, '__ci_last_regenerate|i:1674861945;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674861919;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3125170eec5ae20e7b15cbfee443993450e60b94', '52.167.144.164', 1686406688, '__ci_last_regenerate|i:1686406688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312645fdb345b157fdc1ec22510a7af56e8cbdb3', '114.119.146.141', 1687936164, '__ci_last_regenerate|i:1687936164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3126af826b3dbd222e65d4f61c1eb3ad36f2442b', '51.222.253.15', 1686537851, '__ci_last_regenerate|i:1686537851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3127494261f3620eb10fbb0dcbb5d2f370192359', '40.77.167.37', 1669168377, '__ci_last_regenerate|i:1669168377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3128dcaf416651b84f82689d28b7e6737281f0be', '20.28.149.205', 1653943034, '__ci_last_regenerate|i:1653943030;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3129bc6c0c417a5607ffce2fa48b28b2a059347a', '193.201.9.12', 1655581947, '__ci_last_regenerate|i:1655581931;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312bd7b740224f989bd7c9bcfe516d4723af932d', '51.222.253.2', 1677853691, '__ci_last_regenerate|i:1677853691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312c571f0a85d6cd3836a6bdb5b55946dcec524b', '51.222.253.11', 1663232494, '__ci_last_regenerate|i:1663232494;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312c9a905f579e4f943955f1670b3d3e73b71a0f', '34.222.77.100', 1684713673, '__ci_last_regenerate|i:1684713673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312caff0677653f6222ec0d368530ae811574f2b', '157.55.39.100', 1672188531, '__ci_last_regenerate|i:1672188531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('312de0d603b476db3b0926b663d8493badaab8f0', '185.72.54.199', 1653252102, '__ci_last_regenerate|i:1653252102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31333bb8bd5fc99bc58b206fa48310d4c06d8b2f', '190.56.32.35', 1672013137, '__ci_last_regenerate|i:1672013137;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672013068;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3133d573c1899541f4f9ec0de139b39b07cfc506', '40.88.21.235', 1672707461, '__ci_last_regenerate|i:1672707461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3133f9e287b7db87db6b384ab63dabcd3cc09fd3', '190.148.252.111', 1678138164, '__ci_last_regenerate|i:1678138164;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678137288;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3134759065bb9d83c0d47ee76ae7a5f14f442dfb', '190.56.173.175', 1652900676, '__ci_last_regenerate|i:1652900676;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652900588;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31354c7f0e4a5cac15906e97471860f639369d99', '190.56.173.213', 1683149575, '__ci_last_regenerate|i:1683149575;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683146655\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"xkb2mgFc5143jGravRHn\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31362cb2cc459049e0f1cc291e60e293014a2537', '157.55.39.79', 1669189869, '__ci_last_regenerate|i:1669189869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3136977c663f47f2bee2d5d50d8519ca64779f9c', '40.77.167.79', 1653745427, '__ci_last_regenerate|i:1653745417;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3137319481bc56b9b6179005f28800eec7642999', '52.167.144.98', 1684399109, '__ci_last_regenerate|i:1684399109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3137da9e24d43a58bb6f9b1b153dec9d620dd59d', '157.55.39.88', 1662616418, '__ci_last_regenerate|i:1662616407;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313888e9cc14bf3032687b7937c94c0498b021af', '40.77.167.175', 1680268664, '__ci_last_regenerate|i:1680268664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313ae6041c91dadcfb297704d7c8064195926972', '198.251.73.69', 1679118490, '__ci_last_regenerate|i:1679118490;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313b7ebdc2219377d889ddcc917c825fe861e36b', '114.119.131.33', 1688007228, '__ci_last_regenerate|i:1688007228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313c2cb8fa8f5dfcdc87452d45d6af49dca11594', '52.167.144.98', 1686568284, '__ci_last_regenerate|i:1686568284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313db63fc6ff1d7504b6144330d7908ac4e4495b', '134.122.34.14', 1687301527, '__ci_last_regenerate|i:1687301527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313dd91c2ebb0db194f92fdb20b84a8fcf73dc17', '200.119.170.143', 1670174315, '__ci_last_regenerate|i:1670174315;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670173856;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313f079df7bc5bebb693f2fa6f74f34018ca3be6', '200.119.169.52', 1673976287, '__ci_last_regenerate|i:1673976287;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1673889902\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('314101ea857700d217ee2ec1c1e86ac30e5875bc', '190.148.87.182', 1679708757, '__ci_last_regenerate|i:1679708757;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679708552;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3142b8d16cc0d7c0ec1ee632ad4ff19319aec087', '66.249.74.103', 1658232311, '__ci_last_regenerate|i:1658232311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3143e73a3150380d6990993d528dad6745820a43', '200.119.173.130', 1675968640, '__ci_last_regenerate|i:1675968640;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675953365\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"h6DYmOB5sIqpzJw9A7X3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3144438e4a8fbc45117b37da6a118c32fced8329', '52.167.144.162', 1686843569, '__ci_last_regenerate|i:1686843569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3145e2734129662d406fc1de2d9869a5ce8c6e29', '54.36.148.194', 1662438628, '__ci_last_regenerate|i:1662438628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31469f6df410556d1b981bd77feca44b69504e48', '190.56.173.175', 1653144880, '__ci_last_regenerate|i:1653144880;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653095491\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653142712;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3146ea1ffe92f3c1dfb68b9cd489bc6bbb5f72f6', '40.77.167.182', 1683658286, '__ci_last_regenerate|i:1683658286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3148199204c5eaccd0fa57983fdea5150d6f224d', '17.121.114.161', 1650890729, '__ci_last_regenerate|i:1650890729;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31497b7abdcf94a452d9e931771660902deab621', '190.56.55.113', 1673376512, '__ci_last_regenerate|i:1673376512;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673376128;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('314aff51ee1223e96ffecf85aa839e9d93b4453e', '157.55.39.100', 1671815549, '__ci_last_regenerate|i:1671815549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('314da29f8fdf3d044d5a53d0b80c797f6424ae63', '138.246.253.24', 1654261711, '__ci_last_regenerate|i:1654261711;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('314e7b0a31c46e8651240ae63da312e6f29cfd8c', '200.119.173.177', 1685147279, '__ci_last_regenerate|i:1685147279;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685147275;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31506d9d499e7a3f2228abd8e50d827bf213da93', '157.55.39.216', 1676657377, '__ci_last_regenerate|i:1676657377;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31512c62eeafec3e84a65ad5a03cd3c916541a73', '52.167.144.95', 1680706503, '__ci_last_regenerate|i:1680706503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31521d402786d877c584bc1257a3a3cc27e39d6d', '52.167.144.98', 1686691992, '__ci_last_regenerate|i:1686691992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31529887622c3d1541ad17dadc6b0e7520879794', '190.56.32.164', 1664567260, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664567260;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664567252;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3153f60d5259dd72ccbd267ea60fae2d453c88a0', '104.154.22.171', 1651569612, '__ci_last_regenerate|i:1651569612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('315492a971457e2f2bc9c458b07553ddd30a43b4', '114.119.142.236', 1687559530, '__ci_last_regenerate|i:1687559530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31562f984f172e6379abc15268b484a73010be5d', '52.167.144.164', 1686208477, '__ci_last_regenerate|i:1686208477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31567dcc9122415894bd4e9506c72bc403e76984', '52.167.144.31', 1681428532, '__ci_last_regenerate|i:1681428532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3157c09a72643da0658a39ece256789d51fdbeed', '190.56.54.156', 1665424963, '__ci_last_regenerate|i:1665424963;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3157e0cf7d008ca65a88ff4da04b20b06e3a0206', '52.167.144.63', 1686908662, '__ci_last_regenerate|i:1686908662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31591ba69cf9ea177e9c184ce20b5b41c64e4fe7', '207.46.13.210', 1677291942, '__ci_last_regenerate|i:1677291942;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('315983ff98367c5000cb279b1610a2ce0e0a015c', '190.148.87.99', 1688410335, '__ci_last_regenerate|i:1688410335;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688410246;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('315a59fb7dee29197167249d1549fdcede3fbae5', '40.77.167.85', 1685593710, '__ci_last_regenerate|i:1685593710;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('315bb69ed853ae60ed36262aac0b75c79f86181a', '5.188.62.21', 1653261495, '__ci_last_regenerate|i:1653261495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('315bbb62286192b0c964e34f51f768a89dafe93f', '5.188.62.21', 1653463338, '__ci_last_regenerate|i:1653463335;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('315be97fea181f79066e8a28fd680c947f422925', '114.119.155.51', 1686319743, '__ci_last_regenerate|i:1686319743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('315cdb6fe18c7e5c4b8a86e0a6ce5ad1584cf7b1', '207.46.13.178', 1655566372, '__ci_last_regenerate|i:1655566372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('315d6e8d4edb6bc40e45df70f5f56480749d0b94', '114.119.159.24', 1686460462, '__ci_last_regenerate|i:1686460462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('315eba21494b5bcb4873beaa4f534e5950256a04', '15.204.182.106', 1678845309, '__ci_last_regenerate|i:1678845309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3162aa474e9d7ac2f1826ccb6e362da3dff8e415', '190.56.173.175', 1653078397, '__ci_last_regenerate|i:1653078397;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653078368;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3163028bf2b1861d91897d532fcfc05e1bc65ab5', '52.167.144.20', 1687702830, '__ci_last_regenerate|i:1687702830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31644e5d421abdc99608e4028fca89b15ba84285', '104.248.242.243', 1673022891, '__ci_last_regenerate|i:1673022891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31645535727288dc5103529ef69ed34b94ee90f7', '114.119.135.42', 1685434661, '__ci_last_regenerate|i:1685434661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3164af07f095ee90f11d15dc12f8f86781b17e0f', '157.55.39.46', 1672943641, '__ci_last_regenerate|i:1672943641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31651ee54d43047e6337a5dd4a0979e631d03691', '114.119.148.33', 1688241721, '__ci_last_regenerate|i:1688241720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3165c59699f5b440735773987f514e2b0a26251a', '207.46.13.106', 1670998535, '__ci_last_regenerate|i:1670998535;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31690c0a6d6f8c21a6d489a3d2b481d550bba2e3', '54.36.173.89', 1685011155, '__ci_last_regenerate|i:1685011155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3169308a88c2e99af7fa28d9a9087ed6b5270fa7', '5.188.62.140', 1656355572, '__ci_last_regenerate|i:1656355568;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('316b21a2f7a351ef7fccd8a69eef66047856c9f3', '40.77.167.37', 1667969004, '__ci_last_regenerate|i:1667969004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('316bd5b1929fbde6c4ce96a637679053ab6591a4', '52.167.144.171', 1684355663, '__ci_last_regenerate|i:1684355663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('316f5d47bba422ed51f6188752cd553576210cf4', '144.76.68.17', 1683715183, '__ci_last_regenerate|i:1683715183;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('316fe379884d5cbd2d4b05ccbbf3de8a0ab84598', '40.77.167.147', 1681101831, '__ci_last_regenerate|i:1681101831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('317201c3bbffbc9948f89142ac4c586a132641eb', '114.119.148.237', 1688126308, '__ci_last_regenerate|i:1688126308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3174dd24ba601d4e99ed8932c49ac6936a7f11fc', '200.119.170.16', 1666822111, '__ci_last_regenerate|i:1666822003;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666794818\";last_ip|s:15:\"190.148.157.103\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"XmezjhMAFgJ85cKiPnvW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31766bbf23f5e8a602fe959d31947a2aacfe3603', '207.46.13.154', 1670212175, '__ci_last_regenerate|i:1670212175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('317675b3a479668dbf8aa6d81ade361e834c624a', '54.37.233.116', 1650851779, '__ci_last_regenerate|i:1650851779;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31770782e27bfdce1e18a797eddee39025eda2a3', '190.56.32.32', 1686088820, '__ci_last_regenerate|i:1686088660;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685991220\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31785e058be6c6af968bdc857da816921ab71113', '207.46.13.230', 1657487533, '__ci_last_regenerate|i:1657487533;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('317930c6fd3c42bb508b8aa099afac4be5d93a7e', '18.117.223.160', 1667962374, '__ci_last_regenerate|i:1667962374;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('317c6d7253147d57ca33e5a65e6ce0ce8ac99346', '52.167.144.164', 1686652927, '__ci_last_regenerate|i:1686652927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3180080e699303a58f8842bf0c24abecbe008c86', '52.167.144.162', 1686856905, '__ci_last_regenerate|i:1686856905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('318151f4f23fdee2a92399558d2ff8ab8a7c6a67', '207.46.13.10', 1671370244, '__ci_last_regenerate|i:1671370244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3181f1fdef35fca79e170ee7ace59a63b5c5bf29', '190.148.252.161', 1669997034, '__ci_last_regenerate|i:1669997034;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669996757;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3184eed2cc42be4c05381e1a32b67643631d142f', '146.59.157.229', 1650749489, '__ci_last_regenerate|i:1650749489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3185dabe0c68cd0d7eb07ee09c0e9977fb194a4e', '130.245.169.70', 1657360534, '__ci_last_regenerate|i:1657360533;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3186d4afacd2994878b4d24ef8d2ea4b7f2d067e', '190.56.50.6', 1667580846, '__ci_last_regenerate|i:1667580779;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667571319\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('318844a38690d2eded8fa7a26366abbbab541e3b', '51.222.253.9', 1666644724, '__ci_last_regenerate|i:1666644723;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3189b33e52a4d44e583fbc4dadb94ec8f1d6be14', '130.245.169.139', 1657878932, '__ci_last_regenerate|i:1657878930;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('318a2bab1a123a57a454625755ac4d0cafc352c2', '190.237.88.174', 1650669630, '__ci_last_regenerate|i:1650669629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('318c30186b262fb46bf878578704201ba619c0b4', '190.56.54.129', 1653490709, '__ci_last_regenerate|i:1653490709;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653490186;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('318edcfa250a7ae114d488c24dacfe314ffacdb0', '40.77.167.170', 1676166022, '__ci_last_regenerate|i:1676166022;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('318f53cb63fbc4729cb2f952e1c5be299e2cfb4a', '42.83.147.34', 1658847520, '__ci_last_regenerate|i:1658847520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31900c75e320c129cc300b8c7df8082b608ddafa', '38.25.15.48', 1654636907, '__ci_last_regenerate|i:1654636907;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3191a9d2ffeaf56e71e2598b5bd71572d55b1b1f', '52.167.144.98', 1685511170, '__ci_last_regenerate|i:1685511170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31925d8d83812ae9ff8b07ca74bc7e0a68c3f125', '54.218.70.85', 1671716289, '__ci_last_regenerate|i:1671716289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31926ba8086a4f6b49cf67f4e34d91a3f3444bea', '190.148.157.98', 1679017312, '__ci_last_regenerate|i:1679017312;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679017284;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31936ba9e30e69cf300b2af544c541b0dca6ec82', '35.91.46.88', 1671457206, '__ci_last_regenerate|i:1671457206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319433cf0584adc7f0599bdf8e9707a7ff40df36', '17.121.114.163', 1657020754, '__ci_last_regenerate|i:1657020754;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31948a0f4003357ca050c55908b4c0eef70e1c0e', '114.119.134.110', 1688109772, '__ci_last_regenerate|i:1688109771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3194ee425f2112c16a1a85aa8078c2f0784c3d5d', '190.148.157.117', 1675628681, '__ci_last_regenerate|i:1675628681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675626126;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3194ff051df91a830dc68e336161e76eb1519823', '157.55.39.79', 1668934962, '__ci_last_regenerate|i:1668934962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319689ed1754ff5842f5ce07bde84f4dbda7f5ed', '190.56.54.156', 1665266681, '__ci_last_regenerate|i:1665266681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665266677;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3196e3f2e90ea9595c43f4d9ca85ae131dd4cfee', '40.77.167.13', 1672196895, '__ci_last_regenerate|i:1672196894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319a3ba43dc406a5ca084f2945222623fa5ba99d', '40.77.167.123', 1682727712, '__ci_last_regenerate|i:1682727712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319a7185cd02309478b432f2a23768d01c0d3c23', '149.56.160.153', 1669810903, '__ci_last_regenerate|i:1669810900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319abb7c6b1c47cbb6fe43498348cb396f0b6c8e', '52.167.144.61', 1688110790, '__ci_last_regenerate|i:1688110790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319ae7ce8f26c5722a9507e80094964f39374a3b', '207.46.13.154', 1671048003, '__ci_last_regenerate|i:1671048003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319b1d581ff259c8add96a9588048e27084679e0', '144.76.67.169', 1676799075, '__ci_last_regenerate|i:1676799075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319b5085af2c76557af1c0a43a8834303d93570b', '34.217.96.21', 1655039687, '__ci_last_regenerate|i:1655039687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319b98b3668ff72263203eae4db4fe4be6a18faf', '51.195.216.255', 1650895470, '__ci_last_regenerate|i:1650895470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319cae5d07cf2b0c09b76cd6e8af2561ed35d516', '190.148.252.55', 1675712735, '__ci_last_regenerate|i:1675712735;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675711246;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319d1d34db75c9ea2cfa4eb1685d4dd0cd55ebd2', '190.148.157.206', 1656524665, '__ci_last_regenerate|i:1656524665;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656510643\";last_ip|s:13:\"200.119.170.0\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656520842;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319f84001c4386318d89599be924153f22a6d959', '114.119.145.89', 1688279029, '__ci_last_regenerate|i:1688279029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319feaf0d46555b577c2451a408a1a7997a0b5a0', '190.104.119.212', 1654191491, '__ci_last_regenerate|i:1654191491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31a3399755a3d43c149670da467cad672dd72971', '5.188.62.140', 1653250214, '__ci_last_regenerate|i:1653250214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31a3a5d956efb8266ab3a8c650707da15229db64', '40.77.167.192', 1681336066, '__ci_last_regenerate|i:1681336065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31a3dc80b766ea78ffbba81743d34bf69e446c1c', '52.167.144.82', 1687481061, '__ci_last_regenerate|i:1687481061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31a47023f6060681925672d49e5899926bb26381', '52.167.144.164', 1685427195, '__ci_last_regenerate|i:1685427195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31a60911c9df46cb0765239e1174972466acfcbf', '190.56.32.35', 1671639408, '__ci_last_regenerate|i:1671639408;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671466526\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";message|s:39:\"<p>Se inicia la sesión con éxito.</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31aa3a3ab40d96b9fca1dffaed0c0cf3e8a1e769', '45.152.7.169', 1664742724, '__ci_last_regenerate|i:1664742724;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ac58366086063bbb52de2acbf3dd18231c2917', '114.119.158.253', 1684396418, '__ci_last_regenerate|i:1684396418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b032171ad548ae8e4377c6057ccf2a5d02fdae', '200.119.173.177', 1684960211, '__ci_last_regenerate|i:1684960211;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684960170;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b052129c27ea90ed0b37c9c519068f80e85bf9', '157.55.39.79', 1668834292, '__ci_last_regenerate|i:1668834292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b075f4f2e95e28614630a690e5980ef1354b11', '111.7.100.27', 1650976210, '__ci_last_regenerate|i:1650976210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b0f9230d2fda850dfc85faa9826248a01be201', '193.235.141.170', 1665584177, '__ci_last_regenerate|i:1665584177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b19b946c109ade0557f1bff9be115d58f02846', '114.119.138.130', 1687551146, '__ci_last_regenerate|i:1687551146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b2732785f9b4ff1e5ede583d9c7aeabda57ea8', '190.148.157.53', 1684004082, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684004082;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684003285;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b2d9296a70f03b02bf85eaca68ec5cbfe4ae4e', '114.119.148.78', 1684447318, '__ci_last_regenerate|i:1684447318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b33a557e35730f0154564a3b42143ffdf52ee1', '190.56.51.212', 1688434434, '__ci_last_regenerate|i:1688434410;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688434434;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b60ffed87b2c8df72b1ca1c8583b2d6ae0cd49', '52.167.144.171', 1685427183, '__ci_last_regenerate|i:1685427183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b69f2c50b3e4c0d117855cbab02f4c94675221', '190.56.32.162', 1686273108, '__ci_last_regenerate|i:1686273108;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686273047;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b8f3f37eb7920628f0e0cfd4299a0b79a5461a', '157.55.39.173', 1668631555, '__ci_last_regenerate|i:1668631555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31baa40cb3adb027c3f3ad23cb878053857866ab', '190.148.252.151', 1670940684, '__ci_last_regenerate|i:1670940684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670940628;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31c0f7d6a0b25487f4a59b056a32da8257411ffd', '51.222.253.8', 1670085334, '__ci_last_regenerate|i:1670085334;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31c824f0bc0627ded2c886e537a0e92f318969e8', '190.56.32.162', 1686249303, '__ci_last_regenerate|i:1686249303;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686249264;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31c9c45e5954579411469d72a7402fb6d6692eff', '54.36.149.38', 1665108466, '__ci_last_regenerate|i:1665108466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31c9dc9b1b47fcb2831d638f4bedcf8c484fc465', '207.46.13.6', 1672124171, '__ci_last_regenerate|i:1672124171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ca1160b5066f88c7111c67f88ef695d42f8395', '114.119.155.232', 1685330623, '__ci_last_regenerate|i:1685330623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31cdb0b88336569b1a631c7a86869de867aa9e7c', '51.222.253.11', 1673416684, '__ci_last_regenerate|i:1673416684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31cddfb1f025371024c5e90cfdb0b3bd6226fdc0', '190.148.157.80', 1669413671, '__ci_last_regenerate|i:1669413671;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669412775;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ce8e0fa128d074434bb70749ac706babc1d73c', '40.77.167.102', 1661586878, '__ci_last_regenerate|i:1661586878;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31d532d526c77ac036985b0c7eac90ab9b11e8b6', '52.167.144.61', 1688036823, '__ci_last_regenerate|i:1688036823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31d589706310c0cd2c5faea1f4f8261ff0827372', '190.56.50.200', 1654607050, '__ci_last_regenerate|i:1654607050;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606401\";last_ip|s:13:\"190.56.50.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654606776;register_id|s:2:\"19\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-06 10:12:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31d6ef54f327c02ecd1d8af3e25f30506f843dac', '40.77.167.49', 1666251229, '__ci_last_regenerate|i:1666251229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31d85a02c768d76812d64fd6aa66e97a3376612f', '17.121.114.23', 1652555185, '__ci_last_regenerate|i:1652555185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31d863c5edc83e4980bf44bf55d024d3dfde8a8d', '52.167.144.171', 1685506343, '__ci_last_regenerate|i:1685506343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31d8838bdf265ea5d78e7aaf34b53066a5d9fa4a', '20.109.164.96', 1653815892, '__ci_last_regenerate|i:1653815890;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31da0330d7cf7443229df97dedcf51dc29a3546e', '190.148.87.96', 1678453867, '__ci_last_regenerate|i:1678453867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678453849;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31da4de551bec658c58c3f77d3bdad088ee86f40', '93.158.90.70', 1677424054, '__ci_last_regenerate|i:1677424054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31da7123a2cb309ef1d5372254ca3974161a28eb', '200.119.173.177', 1684892598, '__ci_last_regenerate|i:1684892598;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684890843;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31dc65a817ed9f935f27f1c7937ee7e58d94a2d6', '40.77.167.123', 1682611583, '__ci_last_regenerate|i:1682611583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31dcf15b38f21ca7bffea492e80231b809ea2f71', '157.55.39.130', 1672988404, '__ci_last_regenerate|i:1672988404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31de99f020fc74a5c1ebc024a24ec5c3c583df61', '190.148.252.161', 1669938609, '__ci_last_regenerate|i:1669938609;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669938601;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31df0a240e87138f3fd2e08b55e9f29d1b323c8c', '207.46.13.11', 1668834390, '__ci_last_regenerate|i:1668834390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31e13dd831f74a8428fbcaf441e8b19735d4f958', '52.167.144.98', 1686414266, '__ci_last_regenerate|i:1686414266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31e297c61b3ece06f3eec1814b1e61fc324c3409', '52.167.144.98', 1685619153, '__ci_last_regenerate|i:1685619153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31e4791b55f959f9d8ddfd3ff19e8286ef3719bd', '114.119.138.99', 1687672820, '__ci_last_regenerate|i:1687672820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31e62673cab8dc33d940e8057bc8ae4a336436e2', '190.148.157.117', 1675630771, '__ci_last_regenerate|i:1675630771;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675628740;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31e6af915454667f61643831f864206ccbc7da85', '104.248.121.110', 1671911942, '__ci_last_regenerate|i:1671911942;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31e7e23015e0bd5c006b34ebdb2a0313cae2054a', '40.77.167.182', 1683206851, '__ci_last_regenerate|i:1683206851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ea855418d7404179f3dc4e03ed1fb50484efad', '190.56.54.77', 1666292351, '__ci_last_regenerate|i:1666292351;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666292340;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ec5c464d15b330989cf5661c4db7aa60d47c50', '51.222.253.15', 1685422048, '__ci_last_regenerate|i:1685422048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ed08964f517afcc01b13298bcf85c2d20f6ee7', '52.167.144.70', 1688177249, '__ci_last_regenerate|i:1688177249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ed7ea107cdc9b6322f7c36240cf17c8b60995d', '51.195.216.255', 1650897806, '__ci_last_regenerate|i:1650897806;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ed9edac982614c90abcf0cfde38016f34949df', '52.167.144.95', 1680774676, '__ci_last_regenerate|i:1680774675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31eeda51922f77c2c06130a78e95cef71ab0ed74', '207.46.13.11', 1668935010, '__ci_last_regenerate|i:1668935010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f0983fe63ee753f9df8d252b20951e42a30ea8', '114.119.128.77', 1687887869, '__ci_last_regenerate|i:1687887869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f11698ec8c5c97cf64d55f452e82c4d978e63d', '40.77.167.63', 1671972133, '__ci_last_regenerate|i:1671972133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f1b989e76774a6f44fbdd22945b0b278b6a7dc', '190.148.158.110', 1662210021, '__ci_last_regenerate|i:1662209902;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662123232\";last_ip|s:15:\"190.148.158.110\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662210020;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f263c46f5a3604dba6d0bb8258e5386321aabc', '157.55.39.173', 1669419403, '__ci_last_regenerate|i:1669419403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f27e8253195f28fd81587603ef724bf9bae93e', '157.55.39.144', 1665511179, '__ci_last_regenerate|i:1665511179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f315175d17d0163e9a2850ffa9ee6d81c7b85e', '114.119.153.188', 1688476690, '__ci_last_regenerate|i:1688476690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f346c362474551c485aa8acc0e645728676a88', '51.222.253.1', 1680514209, '__ci_last_regenerate|i:1680514209;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f471dde1736040ee3438d9797594397472db7c', '200.119.173.177', 1685309303, '__ci_last_regenerate|i:1685309303;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685309258;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f55e7e4face1ad6149c018e90da9783884d16a', '190.56.32.162', 1659544186, '__ci_last_regenerate|i:1659544186;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659543927;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f5c84999756a7fe8d543ba535cbb1d33e52ebc', '114.119.148.191', 1687728181, '__ci_last_regenerate|i:1687728181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f772d8b28113b6117148599b636b60a3a02f4e', '3.144.113.56', 1655174258, '__ci_last_regenerate|i:1655174258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f825cca42246e6eec7874cccf04aa7f88a5ed5', '52.167.144.63', 1686908662, '__ci_last_regenerate|i:1686908662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31fa3d850704bf2b24cb1723aec9fbc1b1e7d538', '114.119.142.14', 1688005600, '__ci_last_regenerate|i:1688005600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31fa67976af9a281f186c7fb6054bb72e990dd87', '157.55.39.218', 1681179053, '__ci_last_regenerate|i:1681179053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31fb1ea3315fc3f13082a85b5fe35914caef84cd', '66.249.79.194', 1687923194, '__ci_last_regenerate|i:1687923194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31fc62ffb6569583d2f8c01054739002595813b9', '54.36.148.197', 1665566031, '__ci_last_regenerate|i:1665566031;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31fe0f11599c27bbcfe72bdeb199b07e21f9d881', '190.56.51.158', 1655729111, '__ci_last_regenerate|i:1655729111;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655669018\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655729023;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31fe4005f08fddcdbd05283eb9a7b82f3cf1fe5a', '207.46.13.234', 1658717637, '__ci_last_regenerate|i:1658717637;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ff91fb77512f1d40d8656e1dea6aa4713acdfe', '200.119.173.96', 1687138799, '__ci_last_regenerate|i:1687138799;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687138782;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31ffd76e311f60afb2ff45115f951c458e0318d5', '200.119.173.130', 1675813177, '__ci_last_regenerate|i:1675813177;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675813082;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31fff8afd0ad0d4deaf93df4805099d5843e507b', '190.148.157.80', 1669342584, '__ci_last_regenerate|i:1669342347;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669342584;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3201b397b15091397ba6373ae072b47f1975c1b9', '35.197.242.191', 1657943678, '__ci_last_regenerate|i:1657943674;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3201b69310eb9f2723979b3a8c15fb8d99216520', '190.148.87.248', 1660786548, '__ci_last_regenerate|i:1660786548;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660769382\";last_ip|s:11:\"190.56.50.3\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660786332;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('320411d53a57fc1db6fada48970cb6ace0deb73e', '51.222.253.3', 1659227899, '__ci_last_regenerate|i:1659227899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3204688f13d1b516d1e7e9c356fc815215e1e189', '190.148.157.53', 1684191339, '__ci_last_regenerate|i:1684191339;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3204a3993a97cee40b73b8236c4e6c601593e7aa', '200.119.173.130', 1676128209, '__ci_last_regenerate|i:1676128209;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676128204;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3206a6a0775cb3df63f04402b1c8641b844a1f8c', '40.77.167.181', 1679976494, '__ci_last_regenerate|i:1679976494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3206bce6509626e010b15f00caa5197040a30e61', '190.148.157.88', 1668527766, '__ci_last_regenerate|i:1668527766;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668527708;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3207c8fcc9443f2bd29fcb8393f0c4d49227b463', '40.77.167.11', 1673213624, '__ci_last_regenerate|i:1673213624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('320891437562a9a61a7c782e61999ce23a4ec92a', '54.36.148.87', 1651325522, '__ci_last_regenerate|i:1651325522;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32094c6ef51b6de09cf77438ba60275d30429642', '52.167.144.162', 1682440640, '__ci_last_regenerate|i:1682440640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('320a01eff2d7bd8aa44e9d105c496efafa3987d9', '157.55.39.147', 1672198480, '__ci_last_regenerate|i:1672198480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('320d3701e12cb1d7cb5f81c8c19066feffa1b4ad', '5.188.62.26', 1656354200, '__ci_last_regenerate|i:1656354196;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('320de32cd6e2991bdeec46a76f21d96e42c3f11a', '52.167.144.28', 1679234446, '__ci_last_regenerate|i:1679234446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('320e0df68c8c2c401f9800d1b4c987a788080fb8', '40.77.167.202', 1687664952, '__ci_last_regenerate|i:1687664952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('320fbaee18164ba501cf177ad48c67043d2ece7c', '200.119.170.30', 1660586214, '__ci_last_regenerate|i:1660586214;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660241119\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660581577;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";user_csrf|s:20:\"iOBeIXmhogjltWpJYrcd\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('321091953d2249f94d58936ccaca7f3ff0aad136', '200.119.170.113', 1666717540, '__ci_last_regenerate|i:1666717540;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"msU24dxZtGMeoiCE0Lkv\";last_activity|i:1666712885;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3211516ffcc6e5a8e5795b4c05a8c1288b045090', '190.56.48.81', 1666017132, '__ci_last_regenerate|i:1666017132;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666016870;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32131227a40bbc1f4e2b894c50828d25d70902a0', '52.167.144.171', 1685546825, '__ci_last_regenerate|i:1685546825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32160124f1a6ede4cfd1bb8435b9133a32185b09', '207.46.13.210', 1687082873, '__ci_last_regenerate|i:1687082873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3217a200d244ccabc8f48fa4e0890dc5b8b63f2e', '114.119.166.95', 1685490364, '__ci_last_regenerate|i:1685490346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('321b3b4dd078af0c22c7d947b515efa978b07c53', '52.167.144.98', 1685773956, '__ci_last_regenerate|i:1685773956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('321b42854c22ce88dfe08e64207cbde51886584c', '54.36.148.229', 1653608511, '__ci_last_regenerate|i:1653608511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('321fdd1eb08575f8044351af60fea84561125096', '200.119.168.250', 1680746393, '__ci_last_regenerate|i:1680746393;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680746187;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3223e000aff44801e6f0d34261b0818d2dbd3de4', '190.56.32.243', 1684763192, '__ci_last_regenerate|i:1684763192;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684763188;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3224970b4854d247a14cd32f8433f65cc6ad356d', '51.222.253.9', 1660405428, '__ci_last_regenerate|i:1660405428;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3224f9575304c396610061e1078346cfc12f238a', '114.119.140.250', 1687550766, '__ci_last_regenerate|i:1687550766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32264f432ef3a5e44ec70a2b98fa5b2913053b7e', '200.119.172.60', 1674599242, '__ci_last_regenerate|i:1674599242;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674599187;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3226d987dea18997e502224b9c14b58e18e0e4df', '51.222.253.2', 1683897962, '__ci_last_regenerate|i:1683897961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('322834df90127f37c828001fcc76c2f4ee19eaa9', '190.148.252.235', 1666887016, '__ci_last_regenerate|i:1666887016;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666887016;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32290f17bb5cd2fec598b2c57861da254d8b2b0e', '190.148.87.96', 1678460116, '__ci_last_regenerate|i:1678460116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('322939fb43b4c592dd208d7f571f1a1a3024d244', '40.77.167.123', 1682880947, '__ci_last_regenerate|i:1682880947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('322a23443df7f21285222586a89e4d42b66490d0', '200.119.169.44', 1663773236, '__ci_last_regenerate|i:1663773236;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663771809;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('322b0a00ad8fd8b1923ba1587ec1db2cf8ebdba6', '114.119.144.132', 1688332920, '__ci_last_regenerate|i:1688332920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('322bdaf3618251c8ddad9da59abbb1b798a0d3b5', '157.55.39.253', 1682201074, '__ci_last_regenerate|i:1682201074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('322d025f54872325f2093264f54c6c42d203c8d0', '157.55.39.51', 1668446343, '__ci_last_regenerate|i:1668446343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('322daa323136ea25162606d4bbcc340092db3918', '200.119.173.177', 1685223959, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685223959;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685223946;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32311b889917e8f0eb4c8c9c83378668943d8e37', '37.44.193.3', 1664742570, '__ci_last_regenerate|i:1664742570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3233a98bcc48144ad1589bed4300bfe3d8bc8544', '40.77.167.166', 1677360260, '__ci_last_regenerate|i:1677360260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('323783b486aeb792ba267b660153d58179251b08', '114.119.155.225', 1686874470, '__ci_last_regenerate|i:1686874470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32385ca76c534c641703e456328056ab71524961', '114.119.148.242', 1687234220, '__ci_last_regenerate|i:1687234220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3238ecf1ba330c1b70702af247e8db011daab007', '207.46.13.41', 1666176645, '__ci_last_regenerate|i:1666176645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3239149a1ddb29c623e53f090858514c4f18b92b', '51.222.253.16', 1668721977, '__ci_last_regenerate|i:1668721977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('323a53718ad7406e36e2265fbcb5960fb97c92f6', '114.119.140.111', 1685055156, '__ci_last_regenerate|i:1685055156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('323d5dcc8567353a3ff9a399da73452e9ae56a77', '190.56.173.175', 1653085808, '__ci_last_regenerate|i:1653085808;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653072792\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653083555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32407d4d6fd8e6f69f0a0bf3d0eac092c24da3f4', '192.64.4.26', 1680865993, '__ci_last_regenerate|i:1680865993;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3240d9f86840e6fd8ec0990471a6490ebf250a6e', '207.46.13.106', 1670998535, '__ci_last_regenerate|i:1670998535;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('324148e89cd0ce2484927d934286b73362130ba8', '157.55.39.87', 1663624687, '__ci_last_regenerate|i:1663624686;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32414e4c71324247293057b89a9594cb8b37fa4d', '51.222.253.3', 1674601007, '__ci_last_regenerate|i:1674601007;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3241f5d1630ab076203568c603844bf1e8c9733f', '157.55.39.80', 1670374739, '__ci_last_regenerate|i:1670374739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3242787dacb420f2ec44b6c45c44aed2e6aa0b4d', '157.55.39.200', 1667218092, '__ci_last_regenerate|i:1667218092;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3243a7e19820245a9cbf64b25fe6dc9ef9bd14db', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3243a91cf80a35d16239d8aef16a16b1a06005c4', '157.55.39.64', 1673444151, '__ci_last_regenerate|i:1673444151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32445dc79dea059dc0997a9056e2f0b210b3c388', '51.222.253.3', 1671113626, '__ci_last_regenerate|i:1671113626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3244ba35afc8b1cc7e2b684f3aafe8c9c39b92e2', '159.203.176.82', 1654201540, '__ci_last_regenerate|i:1654201540;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3245bdb260424d051502cd346e535c7b1b3ff563', '54.36.149.68', 1674916413, '__ci_last_regenerate|i:1674916413;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3246ab181ed7be220a9ebd0fe0ccaff8dc1c1cb6', '190.148.87.182', 1679837617, '__ci_last_regenerate|i:1679837617;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679837606;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3247cbcb62f9ab19f864f940e926c5bfd4c56c88', '52.167.144.98', 1686568757, '__ci_last_regenerate|i:1686568757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32488593aec205ec91c77a27dda50549a8b17e75', '190.148.157.53', 1683820861, '__ci_last_regenerate|i:1683820861;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683819740;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32488c49cf87dcc6cb19d83d15de97a46b223d0e', '54.36.148.226', 1676141791, '__ci_last_regenerate|i:1676141791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3249a6b2613860469262d0c44253cdffb884ebd5', '52.167.144.171', 1685685207, '__ci_last_regenerate|i:1685685207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('324af849e768a8d2867aa48714aadf2bf6b7a358', '51.222.253.7', 1667700428, '__ci_last_regenerate|i:1667700428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('324d536aed1b16a5c502fef28f42bf5f4769f232', '157.55.39.69', 1671858680, '__ci_last_regenerate|i:1671858680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('324d7f27b2afe24b31bed9b50b1f5463936bd804', '52.167.144.164', 1679626819, '__ci_last_regenerate|i:1679626819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('324d81266739c57bc5d67a2f6675f43b6f6640ce', '52.167.144.30', 1677512929, '__ci_last_regenerate|i:1677512928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3250b8e75c964a6a4d4198807a554dd1e9b64602', '207.46.13.234', 1660283507, '__ci_last_regenerate|i:1660283507;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32510005801324a7df20674648460775fd569fdc', '207.46.13.113', 1675717902, '__ci_last_regenerate|i:1675717902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3251cbfcc7ca457c1e94c8c753f93bc33462bc36', '138.246.253.24', 1655458411, '__ci_last_regenerate|i:1655458411;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32524a44560138a8bf3ab8828096951c77488af5', '190.148.158.151', 1676987907, '__ci_last_regenerate|i:1676987907;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676987903;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3254c0b404806682b44519853e6a341f173e5cc8', '114.119.136.245', 1686805413, '__ci_last_regenerate|i:1686805413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32550bcc642673463f04093d15dbbc7281b3393b', '200.119.170.168', 1670536948, '__ci_last_regenerate|i:1670536943;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670524551\";last_ip|s:15:\"200.119.170.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32563426f77ace9e64c321efe171b7b91f35feba', '40.77.167.13', 1672124183, '__ci_last_regenerate|i:1672124183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325772b7697a899bb19a3928a7dac34fb2bda410', '157.55.39.79', 1669119682, '__ci_last_regenerate|i:1669119682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325801e1656874c9c19eeb0bf8b096711054a1a3', '137.226.113.44', 1658977963, '__ci_last_regenerate|i:1658977963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325a259352575530820cb7a40a73c59b6ca3a27e', '17.121.114.252', 1656353755, '__ci_last_regenerate|i:1656353755;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325a4540eac57f8d4542aa14ac07b7175de3bced', '190.148.158.69', 1686015569, '__ci_last_regenerate|i:1686015569;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686015566;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325a7a56470bf1451e699f7838be66a6f3f38155', '190.56.32.35', 1671990500, '__ci_last_regenerate|i:1671990500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671990469;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325b004d4a6d154dd7a941e91727ef80e5faa3b6', '40.77.167.166', 1676267662, '__ci_last_regenerate|i:1676267661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325b9549ac887492edef1534d7b93be1f697453f', '114.119.155.255', 1686166644, '__ci_last_regenerate|i:1686166644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325cbbc87fb563e07fe6a23af8e7e62d54fa44aa', '190.148.252.111', 1677975815, '__ci_last_regenerate|i:1677975815;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677975811;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325eafdd461f435ee26932216ca46b751f972cca', '157.55.39.200', 1667037550, '__ci_last_regenerate|i:1667037550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325eb3e69cecd161797deb2d8012d82544cc744a', '51.222.253.7', 1653656442, '__ci_last_regenerate|i:1653656442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325faa9cd14ec92fd19f4f06a51b312545e92dd1', '190.148.157.53', 1683639765, '__ci_last_regenerate|i:1683639765;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683639761;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('325fc89fdc05dce2c37b11ccb3c1f7de065df9f1', '3.237.104.7', 1654055397, '__ci_last_regenerate|i:1654055397;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3263e374102a0bad432511e930a857ea6283ebf3', '52.167.144.171', 1685721042, '__ci_last_regenerate|i:1685721041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3266bd2a55b23c54ae16abadc3165f685642bed3', '190.56.50.253', 1682622048, '__ci_last_regenerate|i:1682622048;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682622040;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32686be4aef20145ed7c52540c9b1ee9a0642449', '190.56.173.213', 1683307792, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683307792;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683307730;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('326bbb866211cba91ed61886d9e3b96d87ef6804', '157.55.39.147', 1672603569, '__ci_last_regenerate|i:1672603569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('326d099bc33e1d4d13b85d19ad089ef3f8fd4973', '207.46.13.230', 1656680728, '__ci_last_regenerate|i:1656680728;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('326db86982f7a52745d910be29be7bd6066fb3dc', '106.75.76.244', 1686908258, '__ci_last_regenerate|i:1686908258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('326df00eb5ee1739217106c0cbe6cf326f4187b2', '200.119.173.177', 1685369653, '__ci_last_regenerate|i:1685369653;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685055199\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"RnINTOaYuUKGWv4MXd9C\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('326e81ab272da0472213c2811ab9573637d150f5', '190.148.157.98', 1679101646, '__ci_last_regenerate|i:1679101646;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679101381;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('326fe553c8fadb6efaff055a51d9d3f85edbf3c4', '207.46.13.36', 1672778360, '__ci_last_regenerate|i:1672778360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3271680503715400c70735ee756af577c4183916', '40.77.167.43', 1655098694, '__ci_last_regenerate|i:1655098685;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('327493bcea91a2b8eb57b965287c02b4f580ca4a', '66.249.79.194', 1688444043, '__ci_last_regenerate|i:1688444043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3278831dde75d135fe38128bcbdcf61d763a12fe', '168.138.2.237', 1657002455, '__ci_last_regenerate|i:1657002451;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('327a3b0cfe72fefdc407aa3706edc29cb503257e', '190.148.158.175', 1672426529, '__ci_last_regenerate|i:1672426529;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672348758\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"2sENMf6xZVRughS3JKX0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('327d028e8f7e580b7d9978598638bd833f3bafb3', '40.77.167.11', 1673213624, '__ci_last_regenerate|i:1673213624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('327eaf26a9008747eaea6610f30426ef0e382aaf', '54.36.148.76', 1670179445, '__ci_last_regenerate|i:1670179445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3281737584da39797c8f62c2116c905d35a53734', '190.148.158.151', 1677521558, '__ci_last_regenerate|i:1677521557;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1676496793\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3282547e95910f17a1594b8b071ec0d14d063432', '190.56.50.253', 1682465911, '__ci_last_regenerate|i:1682465911;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682465877;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3282fa71e91e8449712ac0f26733d379f74fcb95', '157.55.39.227', 1688446985, '__ci_last_regenerate|i:1688446985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3283aa0ab115563d59fc6d7e30307e599d3f7e4c', '114.119.165.200', 1685153298, '__ci_last_regenerate|i:1685153298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3283aa54c2d2d46d2a5fc987990f3bfb7e26dd35', '66.249.72.196', 1660061189, '__ci_last_regenerate|i:1660061189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3285c3f18a9c98aae47398a1d538459196e892c7', '190.56.32.35', 1671821333, '__ci_last_regenerate|i:1671821333;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671821024;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328743ca3236db3eca36cbf295a1ca76b7aae950', '190.148.157.98', 1678980612, '__ci_last_regenerate|i:1678980612;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678980603;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32875ce0090854b337b785e68155501285f7d0de', '190.148.157.98', 1679255383, '__ci_last_regenerate|i:1679255383;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679255368;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3287e9c03e4cbb18b6985edb1fc06167b207a2f0', '40.77.167.225', 1680754718, '__ci_last_regenerate|i:1680754718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328889cbddf3fce4601ee827c6bf0da1156081db', '114.119.156.142', 1684955724, '__ci_last_regenerate|i:1684955724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3288af7fbc6d469e3f356301e96662a63b2e5ef3', '52.167.144.24', 1687916486, '__ci_last_regenerate|i:1687916486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3288db4cead6eb80c269a557c37e901c66367439', '52.167.144.70', 1688122078, '__ci_last_regenerate|i:1688122078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3288ef47cb15ae19ad62fcfdbea92a866e310130', '114.119.144.200', 1685971994, '__ci_last_regenerate|i:1685971981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32890158f05e1da193859fd671f6eb34b7425374', '52.167.144.171', 1685279699, '__ci_last_regenerate|i:1685279699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328974c004f6d6c1fd1392fc7ab891fb44f0d17f', '190.148.157.183', 1680380567, '__ci_last_regenerate|i:1680380567;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680379977;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328aae5cd6449b0e52be7f887a990ea0aa084d18', '190.56.32.35', 1672104147, '__ci_last_regenerate|i:1672104147;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672104125;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328b2c7349212820483fc71ffab0fa81e13d7f92', '190.148.157.177', 1682358540, '__ci_last_regenerate|i:1682358540;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682358383;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328b5ba00b698f7eb6dd5e7e7fa8a0df3aec77a8', '52.167.144.154', 1688036998, '__ci_last_regenerate|i:1688036998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328d0aa1fb0139c405a0a26552a60e0990a1fa14', '40.77.167.170', 1675772851, '__ci_last_regenerate|i:1675772851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328d298458af85decf144a6149fc4df03eeb468b', '190.148.158.75', 1663169740, '__ci_last_regenerate|i:1663169739;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663092439\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663169739;register_id|s:3:\"105\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-14 09:30:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328db4c42209bd1a0d7e590c9f462e13f400b32c', '157.55.39.208', 1685947173, '__ci_last_regenerate|i:1685947173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328ea43ca26212eede9a67e92e4c732c1ecf3333', '207.46.13.230', 1656567924, '__ci_last_regenerate|i:1656567924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3291cb79f842755c74e60ed278f1cef651829cda', '40.77.167.11', 1673654236, '__ci_last_regenerate|i:1673654236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32924fe79a5ff0eeac27d0353644f3594bc5a113', '114.119.163.186', 1686547654, '__ci_last_regenerate|i:1686547654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3292e9eba594e372f164cdc87227f7f9575e0135', '40.77.167.202', 1687292689, '__ci_last_regenerate|i:1687292689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3293818ab3c080124ae64705058eee4db47372d7', '114.119.134.232', 1685657141, '__ci_last_regenerate|i:1685657141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('329537c3eb8f35e4bd02bbad9d89dc187c8cf2f5', '190.148.252.111', 1678051032, '__ci_last_regenerate|i:1678051032;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678050860;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3297636621ad34c646d5731d1656bf6e6299ee61', '207.46.13.175', 1672938146, '__ci_last_regenerate|i:1672938146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3297f8cda50c21558b43320e752aa6b875e42d25', '190.56.173.160', 1655817219, '__ci_last_regenerate|i:1655817219;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655778367\";last_ip|s:14:\"190.56.173.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655817197;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3298a93c7fcb34bf2939011f118c1b2457855b0b', '190.148.252.102', 1681908489, '__ci_last_regenerate|i:1681908489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681908348;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3299ccae4d2470c73357f7fe67057de313363431', '52.167.144.171', 1685411464, '__ci_last_regenerate|i:1685411464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('329a206989960014d44c6c6729a4de24ef12b0db', '192.36.53.165', 1660121407, '__ci_last_regenerate|i:1660121407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('329a4059c0be67dcc73955d73bb8e68c7feb621d', '190.148.157.177', 1682020148, '__ci_last_regenerate|i:1682020148;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682020144;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('329b3b5dae183caa880d7aceed818caef67d37ae', '74.208.2.150', 1672659502, '__ci_last_regenerate|i:1672659502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('329c4c852ed6ec4affdf42c391cc4a6b30a2fb1e', '58.17.6.9', 1686943531, '__ci_last_regenerate|i:1686943531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('329da0631f6ec87343c849498657dd4f2055ffd9', '157.55.39.94', 1672777575, '__ci_last_regenerate|i:1672777575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('329dcaca119db0ed76b9656a5d9ed66d75abdc5e', '190.148.252.151', 1671124360, '__ci_last_regenerate|i:1671124360;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671123511;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a0f9d36d9cc40ca29e0ef3b32c37a80f801f71', '54.36.148.0', 1686404055, '__ci_last_regenerate|i:1686404055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a215008c45df0f1c503e20bbb7edf6dd25c873', '190.148.252.151', 1671323128, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671323128;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671323124;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a3899395f5ddbba45651ff85c0389ec16fa8b2', '52.167.144.120', 1688067638, '__ci_last_regenerate|i:1688067638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a7a2161045f232dde4c0152b85bb65722e3327', '137.184.234.181', 1651250792, '__ci_last_regenerate|i:1651250792;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a7d5ad390f58dc451e97a7937285f6b8e9847e', '66.249.74.103', 1683139591, '__ci_last_regenerate|i:1683139591;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a81274559c1a41aca0d2fcf5d8b61eb06c24ee', '40.77.167.191', 1681830979, '__ci_last_regenerate|i:1681830979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32ad6436cf15d95bd7f9e4fc53852d9d0322b6f2', '45.32.203.197', 1652136669, '__ci_last_regenerate|i:1652136669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32ad67aefa9f95e6c9a6595dee24bd0b067a0a90', '52.167.144.98', 1685594555, '__ci_last_regenerate|i:1685594555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32ae82bf72294fef0667fb235f9503b1d2102d5a', '17.121.115.31', 1668638621, '__ci_last_regenerate|i:1668638621;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32aefcd0ceef464fe4cc25b0a445fdb9c9473fea', '207.46.13.224', 1680549810, '__ci_last_regenerate|i:1680549810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32afda32936a34ead03aa6e82c668a57d16db047', '190.56.51.158', 1655735137, '__ci_last_regenerate|i:1655735137;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655669018\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655735099;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32b511ddf4fd11e3a153b9b74292f1338869a102', '190.56.32.162', 1686415849, '__ci_last_regenerate|i:1686415849;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686415832;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32b67c91ae2444352eea8e8af9b3e35e63625f9e', '114.119.136.137', 1687927372, '__ci_last_regenerate|i:1687927372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32b7c961ab420e10a53fb9883e9b1afbc90d7629', '114.119.130.168', 1688000691, '__ci_last_regenerate|i:1688000691;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32b816fbf6c43e05b8eea5fcd41c27a362bad878', '51.222.253.10', 1653312277, '__ci_last_regenerate|i:1653312277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32bcb854e353bba0a21a481d1a3930b62277f4d3', '157.55.39.65', 1660873612, '__ci_last_regenerate|i:1660873603;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32bdbcc13da69d2fd219d6284adbf4aeff82552e', '190.56.32.35', 1671657962, '__ci_last_regenerate|i:1671657962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671657933;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32bfc4a5162588f5ca967cbbc64d32c896a2788f', '14.116.157.23', 1663961100, '__ci_last_regenerate|i:1663961100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c208908969415abd888b7f079328b57f49fd1b', '52.167.144.38', 1687183631, '__ci_last_regenerate|i:1687183631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c2090ccea03010bd6184905a964e7ac045f660', '190.148.157.53', 1683993565, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683993565;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683993561;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c3d36294195ce560bb7fbcc5461efb17b9c4cc', '190.148.252.178', 1657485846, '__ci_last_regenerate|i:1657485654;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657472911\";last_ip|s:15:\"190.148.252.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657485666;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c4786bc4cab10480c7d80d861c9e6bac8945a6', '114.119.133.204', 1684087255, '__ci_last_regenerate|i:1684087255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c67c305f483bbd06151d75e3808d9fa14ab7db', '17.121.112.229', 1650889514, '__ci_last_regenerate|i:1650889514;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c699e7d1235b77d25fce0bb31db6f6643f626f', '190.148.252.96', 1673133547, '__ci_last_regenerate|i:1673133547;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673133368;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c6ed0a76af3cd5ea2b627223195ccc3a1a7b3f', '40.77.167.37', 1668341916, '__ci_last_regenerate|i:1668341916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c8942388e57c40fbd9b4261ef234e1b3818f83', '157.55.39.173', 1669167958, '__ci_last_regenerate|i:1669167958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32c8f85afdec98e6f745f9596d5475fe98f55766', '52.167.144.164', 1686569191, '__ci_last_regenerate|i:1686569191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32caceda16752c00d6cfddeb00e5f7d048df9cfb', '190.148.87.182', 1679584065, '__ci_last_regenerate|i:1679584065;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679494386\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"cJwv4AZEufxLXV8i0nhe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32cb8357288930caa815dfe7e7df562b7da2a068', '52.167.144.70', 1688406016, '__ci_last_regenerate|i:1688406016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32cd88e884d4cea0a0c07fa32d8f167c8fb6c169', '52.167.144.61', 1688243870, '__ci_last_regenerate|i:1688243870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32cd892dd8064f4a89d646f13f3dca2a2aee08ee', '52.167.144.164', 1685999842, '__ci_last_regenerate|i:1685999842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d058a4606beb90d732e92936d36fbaf78d2da1', '40.77.167.156', 1678598857, '__ci_last_regenerate|i:1678598857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d1559c3d0e0fe9c03d9d7a405ed48f778df28b', '17.121.112.46', 1655570200, '__ci_last_regenerate|i:1655570200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d17cb712d6c3a31508c0e60e1462f3ef242149', '54.37.233.116', 1650851700, '__ci_last_regenerate|i:1650851700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d340a1b73a3722939da7d59d8f78da34fe7640', '66.249.74.107', 1682584187, '__ci_last_regenerate|i:1682584187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d4d1651db356ba06c1b133b391582510b0ef7d', '114.119.139.42', 1685810001, '__ci_last_regenerate|i:1685810001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d73b9d693add41b29fb8c9fba0e003e196a212', '52.167.144.164', 1686167701, '__ci_last_regenerate|i:1686167701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d80da9c34ccba2a9e834928954773678db439a', '54.36.148.13', 1688537832, '__ci_last_regenerate|i:1688537832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d98dfc7b474b26edf6350901ba2b3a369e17e2', '34.245.70.54', 1650678023, '__ci_last_regenerate|i:1650678021;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32daee46f028a6f824530b007ce4c013d217deb6', '190.56.32.37', 1670459966, '__ci_last_regenerate|i:1670459966;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670459450;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32db0ddfaf8c18606318c93c394dd4289b8be57a', '190.56.173.213', 1683321533, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683321533;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683321490;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32dbc780144023d84ef0ed1d6a9c9f741ccb2efc', '51.222.253.10', 1688153951, '__ci_last_regenerate|i:1688153951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32dbe521a16646e26c7194a105d9b02b3bfb4e23', '157.55.39.64', 1673654669, '__ci_last_regenerate|i:1673654669;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32dde70c1e87ddfbbdeb6b892c3c9b4893a9b4ff', '190.148.252.115', 1664630800, '__ci_last_regenerate|i:1664630517;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1664240301\";last_ip|s:14:\"190.148.128.36\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664628546;register_id|s:3:\"115\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-01 06:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32df83a89f189aaf25941e3336d1dd99f7101c92', '40.77.167.49', 1664298849, '__ci_last_regenerate|i:1664298849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e13c29ffbfa14ae52c789c99cba4c2bc684b4c', '52.167.144.171', 1684980357, '__ci_last_regenerate|i:1684980357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e175b07456755f18f4f7d06b2d9f7e7874b15d', '52.167.144.95', 1680719972, '__ci_last_regenerate|i:1680719972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e2c040b5e00505ff175014e5f3a376f48c1fd6', '157.55.39.79', 1669168275, '__ci_last_regenerate|i:1669168275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e4137e4044677011240e41f13e41c2ff1fffab', '114.119.136.66', 1683614862, '__ci_last_regenerate|i:1683614862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e4ee7edee16a527b7327a3b1391fa044a1c4ae', '114.119.162.62', 1687608901, '__ci_last_regenerate|i:1687608901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e8271e34948a1783db1ae027ef4b53a0c52fb9', '190.56.32.174', 1676511105, '__ci_last_regenerate|i:1676511105;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676511093;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32ea24eb2df1ff0c3a41d09b57c5603a43c6cf95', '146.59.157.229', 1650751271, '__ci_last_regenerate|i:1650751270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32eb9d045235fdab2beb2a73e764f7295dc6c4a0', '52.167.144.162', 1686100748, '__ci_last_regenerate|i:1686100748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32ebd5f8ce547054b387c235ef69c31cb68287c9', '186.171.0.19', 1682264557, '__ci_last_regenerate|i:1682264557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32ee9df25d5d4af51f8e14dd130f2102017af74f', '207.46.13.147', 1672603552, '__ci_last_regenerate|i:1672603552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32f050274ce16de044d220282a76ecdbc19be583', '209.127.28.179', 1658117651, '__ci_last_regenerate|i:1658117642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32f0d44cd013cda7f3d2baa90f489330d1e03347', '40.77.167.161', 1675359149, '__ci_last_regenerate|i:1675359149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32f3a2493a4db1d05e675eba414cba7a8185651c', '198.251.73.21', 1669808174, '__ci_last_regenerate|i:1669808174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32f524da4000b28f1f7d5d02bc9e228614008f62', '190.56.49.237', 1665854594, '__ci_last_regenerate|i:1665854594;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665854498;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32f625049b05bc8f53861cca456c0d14a66ca772', '114.119.133.237', 1687337297, '__ci_last_regenerate|i:1687337297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32f7cc69707ad9f35dc9e3aee2ff0fd2d4a4b128', '190.148.157.83', 1687702791, '__ci_last_regenerate|i:1687702791;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687700973;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32f8c5bbf45cdf0b4a8cf6a9e2f3ed89e8915994', '40.77.167.64', 1674919709, '__ci_last_regenerate|i:1674919709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32faa49a030e4c411171b8feee5d8786457017ef', '74.208.2.183', 1672574285, '__ci_last_regenerate|i:1672574285;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32fc5049cc14b5669e3bcb4fe78308dfa9ff7191', '54.36.149.40', 1668018355, '__ci_last_regenerate|i:1668018355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32fd870922e6f59169a679e6a3a02930a34dba6f', '40.77.167.49', 1665315789, '__ci_last_regenerate|i:1665315789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32fdf18cf20783fe951ce5eafae6046ee8995925', '54.36.149.65', 1657666134, '__ci_last_regenerate|i:1657666134;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32fe6f7866b31c2e1ed3b03814a4dfcc1cfdcddd', '52.167.144.31', 1681133610, '__ci_last_regenerate|i:1681133610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3300852c25193716110cca034c7d684a50da5eee', '157.55.39.79', 1668767547, '__ci_last_regenerate|i:1668767547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3301d1ebcdf7a438757bfbfbd728b01a9cec7311', '40.77.167.178', 1677067552, '__ci_last_regenerate|i:1677067552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('330212c024637eb2ed5787dbda9a36d69894f874', '207.46.13.10', 1670998431, '__ci_last_regenerate|i:1670998431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33052983a87364282cf95aa887ae68de9d042a3e', '52.167.144.98', 1685427178, '__ci_last_regenerate|i:1685427178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('330b0a14ca84680063531099ea018021565e24b7', '207.46.13.217', 1684025463, '__ci_last_regenerate|i:1684025462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33118dfe138d4aa670a139bf8a4581d6e6833273', '114.119.153.25', 1687912435, '__ci_last_regenerate|i:1687912435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33152be59886af70628b80d51857eed100bf1d6c', '157.55.39.112', 1663655596, '__ci_last_regenerate|i:1663655596;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33174d188e8663a9ff612202d3ff9dc8bdbb5e81', '114.119.130.33', 1688323504, '__ci_last_regenerate|i:1688323503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('331a92114a0fe525560c29b5aaaadffa629dd834', '111.7.100.26', 1650686111, '__ci_last_regenerate|i:1650686111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('331bdf5494871e65d75de841abeb1d73efe7cc5b', '157.55.39.79', 1669795013, '__ci_last_regenerate|i:1669795013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('331c58c5893121e7fcfa8cd8312459ae788636ac', '52.167.144.98', 1685975590, '__ci_last_regenerate|i:1685975590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('331d033d81bed3d22e651c35d54fb29e449196ff', '207.46.13.211', 1679360304, '__ci_last_regenerate|i:1679360303;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('331d9088f56e1b3ae837f88466ad55376fb67663', '190.148.252.96', 1673228517, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673228517;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673225259;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('331df28eccab665ce0b9d9eb1d4e29fa9b18a077', '190.148.157.99', 1662592391, '__ci_last_regenerate|i:1662587366;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662568982\";last_ip|s:14:\"200.119.174.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662587403;register_id|s:2:\"98\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-07 08:12:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('332409197eacc6a29c0666ec94c68bdc15db8081', '190.148.252.183', 1681335558, '__ci_last_regenerate|i:1681335558;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681334976;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3325ddee101b517538de10bb69d701b310182251', '190.56.50.6', 1686953637, '__ci_last_regenerate|i:1686953637;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3327973cce44d272f73bea4a8a42934eae774418', '54.36.148.10', 1652828078, '__ci_last_regenerate|i:1652828078;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33296180ebf102fb4a0d76a62c8e8d76485a811d', '190.56.50.15', 1667001177, '__ci_last_regenerate|i:1667001177;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667001167;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33298fbee89e9877f5d30eda6770e705e1d1dbf1', '114.119.140.170', 1688029774, '__ci_last_regenerate|i:1688029774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3329f0d4819a4ca96ce17396d442f0e0c7259fc1', '114.119.154.77', 1685412105, '__ci_last_regenerate|i:1685412105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('332acb379863d8c429c036b81278c6c7be3f8b81', '45.129.18.234', 1652773504, '__ci_last_regenerate|i:1652773504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('332b8bd6597dee449d3f9adc1dec49d1f5815e6b', '198.251.73.121', 1679118416, '__ci_last_regenerate|i:1679118416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('332ede38e3479f19321eba779764bc342ec61231', '66.249.74.100', 1688125713, '__ci_last_regenerate|i:1688125713;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('332f636fb80f21164dd9af6888e840920da3d11e', '40.77.167.181', 1680215635, '__ci_last_regenerate|i:1680215635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('332f7a3001ea7ece36875825a69abf95bba437b7', '190.148.87.6', 1668287436, '__ci_last_regenerate|i:1668287436;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668287319;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('332f9140cc9e2e7e4dafd1e3ae99e9b326c95638', '175.196.127.111', 1650791327, '__ci_last_regenerate|i:1650791327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3331d7147b2f9745904c4f38b000d50d5f149811', '40.77.167.232', 1680209296, '__ci_last_regenerate|i:1680209296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33322f59941045a669db980b556b1b8c27a2a2f1', '52.167.144.73', 1679843161, '__ci_last_regenerate|i:1679843161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('333523ae23d49f693ff81f66633b02b839d390f6', '52.167.144.74', 1688472087, '__ci_last_regenerate|i:1688472087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3336364cc5964512153f9d6f181e4278e8ffa6ed', '77.74.177.119', 1675491078, '__ci_last_regenerate|i:1675491078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('333717c7212d11b4b88acb4597e70d2fc881bd8e', '52.167.144.171', 1685496806, '__ci_last_regenerate|i:1685496806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33377c85231cb98bfe7553ceabb897c8f3200003', '35.167.112.30', 1687305401, '__ci_last_regenerate|i:1687305401;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33387b206b2b9f1140b96bb86f294aea53b2ecd8', '190.148.252.111', 1678154213, '__ci_last_regenerate|i:1678154213;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678154207;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33388bd9987b101b9467a8dfa16a9cc61acf14e4', '114.119.135.121', 1685057860, '__ci_last_regenerate|i:1685057860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3338b1b6933761b8e246a3eed65e6c3b108c8a2e', '207.46.13.210', 1677296213, '__ci_last_regenerate|i:1677296213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('333a4e85af3d60e8352d3b57c36531656cc06816', '114.119.139.86', 1687795792, '__ci_last_regenerate|i:1687795792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('333adfdad9d68be892688549528ea3f1005095a7', '200.119.173.130', 1675993758, '__ci_last_regenerate|i:1675993755;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675993756;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('333c093c742624b59c12cc0d19b5f17c3b9dbda0', '200.119.170.16', 1666825835, '__ci_last_regenerate|i:1666825835;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666825826;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('333c857e1b4de0febf96c33354abd227d90566ac', '190.148.157.177', 1682290326, '__ci_last_regenerate|i:1682290326;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682290326;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('333d906a53948f039fe2dc9ad203b76e995b64f1', '200.119.174.9', 1674421144, '__ci_last_regenerate|i:1674421144;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674421129;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('333e0274bd7f0297559517029e8fba0240c2fe77', '190.148.157.4', 1682946055, '__ci_last_regenerate|i:1682946055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('333eff58a54b76c53e15f35e6e74a02407b64043', '51.222.253.13', 1662326259, '__ci_last_regenerate|i:1662326259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33423404015041c7d3770e395fe11581c348c7ab', '40.77.167.2', 1668367022, '__ci_last_regenerate|i:1668367022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3344e82efbfe5209d81932a075f629ba780894a3', '190.148.252.112', 1667782686, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667782686;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667782661;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3348b3844b80cdc9fab5f9dea47bfd646041da32', '40.77.167.169', 1675387188, '__ci_last_regenerate|i:1675387188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('334b458db4794b3f256bfc935d38d758c8bdecd5', '190.148.252.151', 1671222624, '__ci_last_regenerate|i:1671222624;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671125250\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Y54agloN7KrUmn2xiS1y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('334bfc7b944d32be03695b5d01c90a22ac460293', '52.167.144.171', 1685077874, '__ci_last_regenerate|i:1685077874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('334c2f23234f94af64151c4c62f236518495f933', '163.172.128.176', 1656192159, '__ci_last_regenerate|i:1656192159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('334c9105ec0179b45cb8bce601a40f7596aed0e9', '114.119.132.42', 1685746157, '__ci_last_regenerate|i:1685746143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('334d7a13c4f89a8eee60d0999dbaa3546644e1ea', '207.46.13.211', 1679686183, '__ci_last_regenerate|i:1679686183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('334e4b7d18058a17be7aef337e419f977adaa459', '52.167.144.133', 1686843557, '__ci_last_regenerate|i:1686843557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('334edce801147385b28c549488aed2fc46101f61', '54.36.148.188', 1670849243, '__ci_last_regenerate|i:1670849243;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33527364175698012ab9985d6b931d2962c939df', '40.77.167.169', 1675379336, '__ci_last_regenerate|i:1675379336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3352e76e4177ca59f8eb65f3aa3ff21ba9863a63', '40.77.167.191', 1681905976, '__ci_last_regenerate|i:1681905976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33554736b2ad8a4a4f7bd1af1e3e420dddadc48b', '51.222.253.5', 1687499769, '__ci_last_regenerate|i:1687499769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('335596d2a32a77cba52cf217986568cdad461394', '190.56.55.113', 1673661534, '__ci_last_regenerate|i:1673661534;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673660385;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33559ff885f8cbaa2fccc3bc627d413a6527fb2a', '54.36.148.86', 1672474344, '__ci_last_regenerate|i:1672474344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('335a9781925dc55b95c42cab59209f9ee8fc9065', '190.56.54.156', 1665446281, '__ci_last_regenerate|i:1665446281;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665445327;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('335b4798b494850236706cb05805c64109cb5b75', '138.246.253.24', 1666973746, '__ci_last_regenerate|i:1666973746;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('335cce7a2a33755cbc33d1480c85dccecdfe8a1d', '40.77.167.187', 1680289502, '__ci_last_regenerate|i:1680289502;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('335d23c76eecff1e0fdfa3a21433959c67f94343', '52.167.144.98', 1686726871, '__ci_last_regenerate|i:1686726871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('335f8cc5d3ff0186a0dd678dbf2a60f10b508ee1', '51.222.253.2', 1654732027, '__ci_last_regenerate|i:1654732027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('336064da2979eae49ad0d849ea72fee3ea1c174d', '35.88.163.3', 1673097903, '__ci_last_regenerate|i:1673097903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33611ec1fefab5cc0a0ce949dac7715780e077e4', '190.56.32.162', 1686268875, '__ci_last_regenerate|i:1686268875;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686268856;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33626da9414356e3dee06c191244f42ebf9ca152', '51.255.62.3', 1664364326, '__ci_last_regenerate|i:1664364326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33631e1971a1ceb3494bc9af639ccd7a5b8bc588', '111.7.100.26', 1650976210, '__ci_last_regenerate|i:1650976210;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33632c3662a57a227f858dd84504ace97a35eadf', '114.119.136.185', 1688314015, '__ci_last_regenerate|i:1688314015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('336395a9c02d142ec4d59a18e6f3112d0d37bd71', '93.158.90.147', 1676649807, '__ci_last_regenerate|i:1676649807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3364a9762cc0e70879c1104dcb3359ef1f925d56', '190.56.32.174', 1676898793, '__ci_last_regenerate|i:1676898793;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676806358\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676898776;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('336540ab8fb2ee6d3b57b9e847a556e058ea3e2d', '200.119.168.9', 1660742693, '__ci_last_regenerate|i:1660742692;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660683817\";last_ip|s:15:\"200.119.168.196\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660742692;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3366e0fe9c5368221193db6e2078cea4b20f001a', '51.222.253.4', 1662675567, '__ci_last_regenerate|i:1662675567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3367b1672adc23e7177b182b86eb2372e2e0cd78', '114.119.150.120', 1684512533, '__ci_last_regenerate|i:1684512533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3367cffd5d91043c297dd3404309174fd727dd3d', '51.222.253.8', 1679888013, '__ci_last_regenerate|i:1679888013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3367dd204c1056dd454af235518ad5c75c5cc6ea', '190.56.50.15', 1667089983, '__ci_last_regenerate|i:1667089983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667089978;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3368b252fb6dfa5fc4b0fa8fa0f3ebbb77833aaa', '5.188.62.140', 1653324724, '__ci_last_regenerate|i:1653324724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('336975aafa506b5c59c97f2861a0f17a1758ee6d', '147.182.171.81', 1650861182, '__ci_last_regenerate|i:1650861182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33699d630c911e05a09010b5dc8690d2e97a13fd', '114.119.157.214', 1687761703, '__ci_last_regenerate|i:1687761703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3369a7af4a13bbd08519c849de04e519485f484f', '93.158.91.193', 1656537385, '__ci_last_regenerate|i:1656537385;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('336a23bc01fe9dd4e376c96c66e0ddadcf5af042', '200.119.173.130', 1676067366, '__ci_last_regenerate|i:1676067366;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676067323;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('336b344ee474cbdb439b3c5efdac92dad1f4f29b', '173.249.31.237', 1659409157, '__ci_last_regenerate|i:1659409157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('336d4519e98b7f6d44477409391a927f36a2530a', '162.214.145.74', 1660493001, '__ci_last_regenerate|i:1660493001;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('337052032ef8363b963af41c02eb15f8cf20f2f6', '40.77.167.192', 1688358228, '__ci_last_regenerate|i:1688358228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('337087d2156543289b38c60f9319487a3b3ae9aa', '52.167.144.154', 1687876787, '__ci_last_regenerate|i:1687876787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('337146d38b37d2782154cf53a2826726806f7fdb', '52.167.144.154', 1687513398, '__ci_last_regenerate|i:1687513398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33728dbde600e69cab4879ad0c9a86b8f4d4ac9e', '106.75.2.164', 1651072850, '__ci_last_regenerate|i:1651072850;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3372da13210eb4d2ece31351670b2e396ecd47e8', '207.46.13.11', 1668935008, '__ci_last_regenerate|i:1668935008;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3374ee10958ec0c3763df3a145b1541be6b6f58f', '130.245.169.247', 1657277755, '__ci_last_regenerate|i:1657277755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3376849a60104a0ca54aaa466b03aeb8b47cafde', '157.55.39.144', 1666361480, '__ci_last_regenerate|i:1666361480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3377de69146c5d51a3e6fa2bbaf0dbde0f5fd159', '51.222.253.3', 1675876132, '__ci_last_regenerate|i:1675876132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('337892d57832beddf76fc3e16b7519829584512c', '200.119.174.9', 1674406506, '__ci_last_regenerate|i:1674406506;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674406132;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3378c848a628c494d2554a9a3fafadd87c898ebc', '157.55.39.62', 1658993991, '__ci_last_regenerate|i:1658993981;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3378f7b7055dd5f11f7f2c5b846ed29545cbfd86', '104.131.94.170', 1657274123, '__ci_last_regenerate|i:1657274123;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33794881fb5c16cd7e310bd52d42ad996e91cb76', '35.222.65.206', 1652354003, '__ci_last_regenerate|i:1652354003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('337c51c4562e2ec8f30db5c4a2e4633bb63ec2bf', '190.56.173.213', 1683488350, '__ci_last_regenerate|i:1683488350;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683488334;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('338262e39466c4c83408fd8d1abccfc910842ac7', '114.119.150.62', 1688397305, '__ci_last_regenerate|i:1688397304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33829392cd585f34edd5610bcfa6ee4d2485e752', '200.119.174.9', 1674178485, '__ci_last_regenerate|i:1674178485;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674178448;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33834ec68faaa20bfc6c50bab2b30b4440226a3c', '54.36.149.91', 1685004502, '__ci_last_regenerate|i:1685004502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3383f5c03718a33822bc28fcb8dd4c7eb3eb3800', '40.77.167.123', 1682748666, '__ci_last_regenerate|i:1682748666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3389d948abbcfd8d115ba7bb6d60898d012ccae1', '185.220.101.3', 1651171467, '__ci_last_regenerate|i:1651171467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('338adf0223114bfc972d48ee67ce6351608538b1', '200.119.173.111', 1654693803, '__ci_last_regenerate|i:1654693803;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654648007\";last_ip|s:14:\"190.148.87.244\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654692813;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('338bee52767486c53370d176c715f6b1de5b13e1', '190.56.32.162', 1686321236, '__ci_last_regenerate|i:1686321236;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686321232;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('338ceb0bcb298b0a6069015f9e98e86beb45cf73', '17.121.112.112', 1656077123, '__ci_last_regenerate|i:1656077123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33904eaf073ebacdde9e24dfeaaf76710ae1a892', '51.222.253.18', 1664849186, '__ci_last_regenerate|i:1664849186;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3390c99ac4a9a49d2358283349c62ca981c0d618', '52.167.144.164', 1679362406, '__ci_last_regenerate|i:1679362406;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33926e31f61e44e281fd8ae512f0b6e93fb37345', '40.77.167.114', 1678711533, '__ci_last_regenerate|i:1678711533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3394233bd8d3a3ae38991f5eb9ddcd30b16a6c3a', '52.167.144.162', 1686723877, '__ci_last_regenerate|i:1686723877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3394a97f5163a72cd1078ea3b152d4075c3b1258', '52.167.144.61', 1688058550, '__ci_last_regenerate|i:1688058550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33972a3db7fef533992813a6610812948b86757a', '54.36.148.101', 1663126725, '__ci_last_regenerate|i:1663126725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('339b5871a99bf29fd3619c7ce5cbe0718c05aa51', '52.167.144.109', 1680803065, '__ci_last_regenerate|i:1680803065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('339c6d0e44b6e9320ac990e97da702247143db61', '157.55.39.121', 1674906523, '__ci_last_regenerate|i:1674906523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('339cf77cbd02acda96bbbb4a8ef39dd30f97d02a', '34.68.212.90', 1652441421, '__ci_last_regenerate|i:1652441421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('339ddff80aa0054037b2aa2a8cbfb17a4063025f', '114.119.146.251', 1686486359, '__ci_last_regenerate|i:1686486359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33a1d825c4743ec0455d1128bbea81c6187b09a3', '200.119.173.130', 1676121670, '__ci_last_regenerate|i:1676121670;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676121636;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33a2392ad9f447cadc6887056df7570e860e8fc5', '51.222.253.7', 1658760835, '__ci_last_regenerate|i:1658760835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33a39949243073ae0295d4da06f6ba5734ad8333', '190.148.252.183', 1681656465, '__ci_last_regenerate|i:1681656465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681559255\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681656373;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33a5311f09d2626d590ac22eda90be1b7b507a5c', '157.245.254.89', 1655520980, '__ci_last_regenerate|i:1655520979;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33a60eda92bca14ae2fd8e2ba485d100e576184a', '114.119.140.66', 1687142492, '__ci_last_regenerate|i:1687142488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33a632dac856eb90d71ffccbf3796bc87838f4f9', '17.121.114.11', 1659431598, '__ci_last_regenerate|i:1659431598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33a8813f10076ce02d2e33e95fbc7dddaaa81bbc', '200.119.170.16', 1666827732, '__ci_last_regenerate|i:1666827732;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666827663;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33a9bb6846db0697244c8770eec77513969be158', '54.36.148.36', 1656699008, '__ci_last_regenerate|i:1656699008;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33aa12ac2afa041eb09645ed14505ab707f3c943', '190.56.32.174', 1676479423, '__ci_last_regenerate|i:1676479423;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676389896\";last_ip|s:15:\"190.148.158.108\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"9EDzyFWMu7ldSZmBagsj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ab1b8b398aee86a579fcbf48e6dca6e841b448', '167.94.138.117', 1651498674, '__ci_last_regenerate|i:1651498674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ac40e79caf26c0987ea9b5e11dd2b28a4e91bc', '114.119.148.252', 1685255244, '__ci_last_regenerate|i:1685255244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33aca94689312335e660b84c023d1c6801e6d203', '190.56.50.6', 1667662202, '__ci_last_regenerate|i:1667662202;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667662198;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33acdf9e239b71322717406d8060b1a57287d833', '173.249.31.237', 1659409188, '__ci_last_regenerate|i:1659409188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ace270d3c872f556c9a584dd6a86d9eab8da1c', '200.119.174.55', 1662310378, '__ci_last_regenerate|i:1662310378;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662298065\";last_ip|s:14:\"200.119.174.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662306777;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ad52b29a8dbadb09476e994c40b7e12a9e8211', '40.77.167.123', 1683391090, '__ci_last_regenerate|i:1683391090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ad891e285976c13396b0322e3ab7548ca5483e', '114.119.147.32', 1688213693, '__ci_last_regenerate|i:1688213693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33af10e73c20ccae6b5c0a5ce42baaf4b4609ad9', '130.245.169.139', 1657878938, '__ci_last_regenerate|i:1657878937;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b00061774f4a29a6be4f13fc2e77a7a2ee7876', '52.167.144.39', 1680475593, '__ci_last_regenerate|i:1680475593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b09e601a793ae0c3b973482c3af850f4886270', '165.227.74.120', 1673223761, '__ci_last_regenerate|i:1673223761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b150124c813158ff6acf072e0a114f9d4c9b54', '52.167.144.164', 1684368746, '__ci_last_regenerate|i:1684368746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b53553dd6751e9ec10e2105dafc6cdbf22d96b', '51.222.253.4', 1688194622, '__ci_last_regenerate|i:1688194621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b565397f02a77cd62fd9e10155b33d5dc6c98b', '190.56.55.48', 1687446185, '__ci_last_regenerate|i:1687446185;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687446177;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b6105e68d66465045285b2bdf266d9725c69b6', '190.148.252.195', 1653761677, '__ci_last_regenerate|i:1653761676;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653741851\";last_ip|s:15:\"190.148.252.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653761677;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b71e5d6d9a75d7e1b51e210a2078ab2ee5b122', '40.77.167.161', 1675451803, '__ci_last_regenerate|i:1675451803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b75fe8397fd66bc2ff6e87bc56010368e4e9eb', '35.206.243.197', 1673230589, '__ci_last_regenerate|i:1673230589;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b790300d524e1cf8ccfda67cda11e78ace283d', '190.148.158.151', 1677083941, '__ci_last_regenerate|i:1677083941;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677017888\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"DeaTkK1jNmngpSWCAcIX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b85e6467db59ef2eea00e3079b1c8b4bb3e86e', '40.77.167.222', 1681577121, '__ci_last_regenerate|i:1681577121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b9d29a85d08d32e9fd6e8d0a7c0bb28ed036d4', '157.55.39.51', 1669794971, '__ci_last_regenerate|i:1669794971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33bb77ef6b5e9b0f614b975abae03fd7621118ec', '52.167.144.164', 1684566631, '__ci_last_regenerate|i:1684566631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33bc95dc7e844db3f7ee96e91d21df7422039b2c', '200.119.172.126', 1652826141, '__ci_last_regenerate|i:1652826141;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652812246\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Ci0cneAJsp2IGto7YyLO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33bd27ac977087aea80c50e7881d5c3c93a46e67', '207.46.13.230', 1656103857, '__ci_last_regenerate|i:1656103857;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33bfbf37497c5e865b1a7cb22a89310d94f4d936', '66.249.74.105', 1684422770, '__ci_last_regenerate|i:1684422770;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c00da219a5b0f5fcfafa22fcedfe9e847be26d', '192.36.109.117', 1686587401, '__ci_last_regenerate|i:1686587401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c0591044f667b498c28f299e3bbbe9846fe981', '51.222.253.4', 1656340550, '__ci_last_regenerate|i:1656340550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c08bd46abcba8aa4f6421367fe8f3016b4d659', '114.119.137.43', 1688084594, '__ci_last_regenerate|i:1688084593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c2335a9828bbfb3f0005f9039caa4d7e9dd50d', '190.56.55.32', 1657136727, '__ci_last_regenerate|i:1657136722;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657120628\";last_ip|s:15:\"200.119.173.131\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657136727;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c256b3a2a32a4917200b3419812cf73fc2535a', '190.148.158.151', 1677363598, '__ci_last_regenerate|i:1677363598;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677363357;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c5662c0b679aa5bcb2f8b0f79c6cd50bed70b2', '54.36.148.211', 1687691528, '__ci_last_regenerate|i:1687691528;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c67af29ab59e1e78734bd03db28ce465981ed7', '51.254.199.11', 1659365941, '__ci_last_regenerate|i:1659365941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c736ab2c8c3782f886faa5185ea410efa55ad0', '17.121.112.246', 1660295320, '__ci_last_regenerate|i:1660295319;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c73e8abd1097933f7ea00e55a838f1cfedbb30', '200.119.174.83', 1655825848, '__ci_last_regenerate|i:1655825835;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655763646\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"TyzbGk0XmpcgFWRE1i5Z\";last_activity|i:1655825835;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c919fb7506c92cf705f8ec8edb1d8f5b27458c', '190.148.252.197', 1665525512, '__ci_last_regenerate|i:1665525512;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665525500;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33cc3b55e3669b413ecf5b09a3b28f34d0c0d5e1', '190.148.128.36', 1664240161, '__ci_last_regenerate|i:1664240161;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663965459\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664239946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33cd761d255d734065a2906b94709c7b280b8044', '114.119.155.121', 1687648761, '__ci_last_regenerate|i:1687648761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ceae8baf92cd5a41bbc3c9b33502e5bfd3ce6f', '51.222.253.1', 1681127801, '__ci_last_regenerate|i:1681127801;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d22f6d7420ba489b19ef5483cc6f36004ea2fd', '200.119.172.95', 1659742343, '__ci_last_regenerate|i:1659742343;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659734240\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659740876;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d2e46ae3b159d67aa4b7f65109fd63c73c6129', '52.167.144.164', 1685385666, '__ci_last_regenerate|i:1685385666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d36b38b33237ffb1c52cbcc3aab8d55f06587f', '52.167.144.98', 1685780786, '__ci_last_regenerate|i:1685780786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d3d5323786f2ad5e11adacb6be6d652889898f', '114.119.159.122', 1688004822, '__ci_last_regenerate|i:1688004822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d54a271720d150cb1465b8b6b464b4953c0ebb', '190.56.32.243', 1684765117, '__ci_last_regenerate|i:1684765117;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684528207\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tF2fnmC48slKRA0uH3vc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d574880aaf6ba6d5225d362580ab14e2874c37', '190.148.252.111', 1678137029, '__ci_last_regenerate|i:1678137029;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678136862;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d5bf61744743b7c5a0043ffe22c602a2f0651e', '52.167.144.108', 1680279007, '__ci_last_regenerate|i:1680279007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d667ae9e6018f8a6a41f22835ff43210b7d866', '190.56.32.35', 1671672012, '__ci_last_regenerate|i:1671672012;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671670751;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d670328f4a384fc5549e5d72986ddb27029343', '51.222.253.9', 1653730514, '__ci_last_regenerate|i:1653730514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d79328f656dd7bc48bc4e75cc74e9805ee918a', '190.56.55.113', 1673739265, '__ci_last_regenerate|i:1673739265;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673739183;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d83316f8bd9a7cb260d61c1a63a8fe2fe373fc', '51.222.253.13', 1657355248, '__ci_last_regenerate|i:1657355248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d9cabc76a2f21daf18e25a85d07643afd13c72', '190.148.87.6', 1668379453, '__ci_last_regenerate|i:1668379453;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668379450;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33db09a1f75e91e5779be19d9bd5984d0ede99d7', '52.167.144.105', 1677845381, '__ci_last_regenerate|i:1677845381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33dce004be89d5536ffc44e30802530c99ee7843', '40.77.167.101', 1661763920, '__ci_last_regenerate|i:1661763920;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33dee6ebc759c89a15dbd750a7b1b86872ac2b4f', '52.167.144.98', 1684154499, '__ci_last_regenerate|i:1684154499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33defdfb6a55c1c8673c32821e75fa227599bdcb', '200.119.172.96', 1675383551, '__ci_last_regenerate|i:1675383551;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675383529;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33dfda743683cd06654331f0397ac76581c2675b', '52.167.144.98', 1685979585, '__ci_last_regenerate|i:1685979585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e0d3f7209afb924e36089393b8d50d450aeb29', '114.119.153.38', 1687995653, '__ci_last_regenerate|i:1687995653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e1f62134ee41d585c327278ddc751065583e3e', '52.167.144.120', 1688063396, '__ci_last_regenerate|i:1688063396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e326f744ef5d33c756b2ab979049818aae72af', '157.55.39.144', 1665699542, '__ci_last_regenerate|i:1665699542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e38073dfbd64dfe1db54a48739ea32103216ad', '130.245.169.70', 1657360539, '__ci_last_regenerate|i:1657360538;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e3afd2b33d20874160c97ac160df3e8d8b65e2', '207.46.13.211', 1679274503, '__ci_last_regenerate|i:1679274502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e4057e4decefef06cfd42dcbab6b272a8ce32b', '40.77.167.37', 1668631599, '__ci_last_regenerate|i:1668631599;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e5a73a2a7208e86ec4e74c1e34a232776d8100', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e6630b7b2e1baa9eee1ba8d10f7983b885bf69', '5.188.62.140', 1653320848, '__ci_last_regenerate|i:1653320845;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e6be0554b83be6ed29c215097cd1bf1797a760', '157.55.39.128', 1673322668, '__ci_last_regenerate|i:1673322668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ea518af3ab8a16f351a928bb1850f95da3e36c', '114.119.147.75', 1687727687, '__ci_last_regenerate|i:1687727687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ea62bf9ea133418cb20c3db673ff2c8bd1f141', '190.148.252.151', 1671242117, '__ci_last_regenerate|i:1671242027;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671242110;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33f13bdd6fb37dd8d82c3a550899f55812dfc96a', '52.167.144.63', 1687157113, '__ci_last_regenerate|i:1687157112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33f306f01a34f8c9af3664347dd6f192403753be', '163.123.143.82', 1673574330, '__ci_last_regenerate|i:1673574330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33f7a1e5c29cf99eaac076d2af32281d70f3eb3b', '173.44.51.5', 1684379236, '__ci_last_regenerate|i:1684379236;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33f7a6dafbee1407fee45ae35a2424dad49c0093', '190.56.55.48', 1687481172, '__ci_last_regenerate|i:1687481172;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687481128;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33f88e23e0eddf2ea2f27e0e70379cec685ab914', '207.46.13.53', 1662789852, '__ci_last_regenerate|i:1662789852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33f932efc5464f708bc745efc6fb76eb0bde5604', '52.167.144.98', 1684315721, '__ci_last_regenerate|i:1684315721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33f9d70f33e6c9c85f627104d3fe411ace186b74', '190.56.51.158', 1655669003, '__ci_last_regenerate|i:1655669003;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655646158\";last_ip|s:15:\"190.148.252.141\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655668999;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33faff7535f6593442b0b4c306437e9062547a3b', '190.56.51.144', 1687052190, '__ci_last_regenerate|i:1687052190;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687052185;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33fdc2986a34c20514a4af97641521c5152655f6', '157.55.39.51', 1668935052, '__ci_last_regenerate|i:1668935052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33fe5b79f83651c7872ab95db3118aa319b13726', '200.119.171.24', 1665922895, '__ci_last_regenerate|i:1665922895;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3401aaecbac8212b3c4dcc86970ad096bb741af3', '207.46.13.6', 1671783536, '__ci_last_regenerate|i:1671783536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34061a0840d1609abedc7b84c8dfd6b523de851c', '93.159.230.90', 1675533812, '__ci_last_regenerate|i:1675533812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('340712d1c8cc2ec9091857dfef2b19b4f509fba8', '34.146.32.155', 1660796450, '__ci_last_regenerate|i:1660796447;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34090c9d02192b86a1982cfd0579e8090dd3dce4', '50.84.48.187', 1671671890, '__ci_last_regenerate|i:1671671890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34091aed22ff220131a2ac1999d2b28e8b647458', '205.210.31.2', 1654850759, '__ci_last_regenerate|i:1654850759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34095d1a26757069b51529f547ae3bd549688a39', '190.56.173.175', 1653252376, '__ci_last_regenerate|i:1653252256;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653137016\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653252376;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('340995b71fa333e707105a2ab3b7c740ddf3e485', '192.64.4.26', 1680865991, '__ci_last_regenerate|i:1680865991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3409ee572944105a4cd9056827ef296271eb2e1f', '207.46.13.138', 1674926143, '__ci_last_regenerate|i:1674926142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3409f16beed2f8124603523f32cfecd821da124b', '40.77.167.133', 1684096406, '__ci_last_regenerate|i:1684096406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('340b81bc38e6298bab1d5eccf618844839046405', '54.37.233.116', 1650851688, '__ci_last_regenerate|i:1650851688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('340ce6f9795733a42afd1ffd6e54f60e3d1c862b', '40.77.167.178', 1676796704, '__ci_last_regenerate|i:1676796704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('340d97d956dd839357aa01bbb15e6a942d6483ea', '52.167.144.31', 1675848524, '__ci_last_regenerate|i:1675848524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('340e2af8466151081cf7501ed90d5c57aabb608e', '51.195.90.229', 1650840995, '__ci_last_regenerate|i:1650840995;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('340fc7630a2b4ec49ee1d01e003974683b668dab', '40.77.167.91', 1686974036, '__ci_last_regenerate|i:1686974036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3413dcb33b60747ed9dc54ac71d45c10ad2bd78a', '114.119.156.119', 1686281437, '__ci_last_regenerate|i:1686281437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3415553712b676ff0bdaccd54521e0a4543c3c1d', '114.119.158.106', 1686243511, '__ci_last_regenerate|i:1686243511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34174313a5729d1ca09d5e70259a937f8ae06c8e', '206.189.140.99', 1688397793, '__ci_last_regenerate|i:1688397793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('341781299e8c7ce4b14fdfa07125010ff639a7e8', '207.46.13.17', 1673787308, '__ci_last_regenerate|i:1673787308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3417847ad1f78c4742b9fa2b181a882452930f16', '190.56.32.35', 1671749479, '__ci_last_regenerate|i:1671749479;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671718715\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"0NWokO43ePRUT5HaqVX1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3417c9239773756abaaf951d9ec04aa4c6b5cb93', '52.167.144.162', 1687300238, '__ci_last_regenerate|i:1687300238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('341e2cac49bc5338aff41286baabedc0c6a9be1c', '190.148.252.88', 1670879189, '__ci_last_regenerate|i:1670879189;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670879064;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('341ea5444df2acc381b07ce4a850b8511f557b7a', '207.46.13.12', 1675851918, '__ci_last_regenerate|i:1675851918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3421fbc475323b51d814b09d530140ff43e7d61f', '190.56.50.15', 1667000322, '__ci_last_regenerate|i:1667000322;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667000322;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('342304807ef621cdded77b5ddce06805bb09ac00', '207.46.13.12', 1675165236, '__ci_last_regenerate|i:1675165236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3423cba7f63cb3eaff1f6f4f4e95ca486668a4d5', '40.77.167.123', 1682795921, '__ci_last_regenerate|i:1682795921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34240ef9bc76450945b0164d2f3da0c165faf954', '35.164.146.203', 1685576651, '__ci_last_regenerate|i:1685576651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3425e4b76674184e7c4323551cf2aaeb3851ceaf', '190.148.157.171', 1667408149, '__ci_last_regenerate|i:1667408149;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667408146;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3426c77aa84ed3bd5901973b5ddb3ca2dda5ad63', '190.148.252.111', 1677791249, '__ci_last_regenerate|i:1677791249;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782391\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"7Sm5sGhOyp9kDPnCHBIj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34279625b81e08bb0864eea6877739534b72a5d0', '157.55.39.253', 1682818540, '__ci_last_regenerate|i:1682818540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3428a250ebb22ad88dd7b012cd814aebf2c38de3', '51.222.253.15', 1663160151, '__ci_last_regenerate|i:1663160151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3429c78b94f8fcd3ac2de29152ce025014c48147', '157.55.39.108', 1673030906, '__ci_last_regenerate|i:1673030906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('342ba7dbdb9a90b9320078f567be04c40e7ca0b1', '40.77.167.207', 1681586933, '__ci_last_regenerate|i:1681586933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('342dbe80ea4a5b4dbce0f13bb0de591b21358d64', '190.56.51.7', 1650931062, '__ci_last_regenerate|i:1650931062;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650909409\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('342fc13255adaa654948d936914c866fba9d0225', '200.119.168.3', 1660921058, '__ci_last_regenerate|i:1660921058;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660913814\";last_ip|s:15:\"200.119.173.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660921054;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3430535252269e13814f5771993db64e2cc50f8b', '17.121.115.23', 1658182948, '__ci_last_regenerate|i:1658182948;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34322feb8bb879e7270db153b42a18dbcf8ec190', '52.167.144.95', 1680609353, '__ci_last_regenerate|i:1680609353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3432798e174b0853b61f0791645850212aac924d', '114.119.143.226', 1683677651, '__ci_last_regenerate|i:1683677651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3433cf308b0971dce45135dbd384774ada419008', '157.55.39.173', 1669998591, '__ci_last_regenerate|i:1669998591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3433e45c4bbd7ba9f7ad0c0017dd94e8176e3125', '193.201.9.12', 1658271226, '__ci_last_regenerate|i:1658271226;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3435a20014bcee6242bb4d50304d4751852e1c5e', '190.56.32.174', 1676834145, '__ci_last_regenerate|i:1676834145;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676834060;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3436426663075e62c1833f048ab352c8a2bbeb61', '52.167.144.73', 1679682598, '__ci_last_regenerate|i:1679682598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3436a006a2fb73fb1e0fd27cfacc95b7474bb58a', '190.148.87.244', 1654618554, '__ci_last_regenerate|i:1654618554;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654618335;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3437131e15dfbb7e738f1f6b3175a48f2b6c648b', '200.119.170.10', 1655311080, '__ci_last_regenerate|i:1655311080;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655310909;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3437e93d19a7ab2ad03cab823b348f1839b54bae', '114.119.153.118', 1684954261, '__ci_last_regenerate|i:1684954261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('343860f8b2c079cdd623d4e3edc4715354426b71', '51.222.253.7', 1678777196, '__ci_last_regenerate|i:1678777196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('343a630fc6784819c5e87a0733c18153bd18016b', '114.119.150.34', 1685621903, '__ci_last_regenerate|i:1685621903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('343b2a7784146e57c4977a25ed393a1c84f89857', '40.77.167.49', 1667383519, '__ci_last_regenerate|i:1667383519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('343cd3d98d61b66861817b0150cb2e5b909b8206', '200.119.174.9', 1674329189, '__ci_last_regenerate|i:1674329189;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674329143;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3440a10e10f5608c286bf163054b1d7e1840f975', '190.148.252.96', 1673216463, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673216463;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673214212;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3442a1130e5f392e5d2de10b58cb65baae8d0cf2', '35.92.200.128', 1682813561, '__ci_last_regenerate|i:1682813561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3443a85c2697a58d4d0d7fd49407e0664b07a433', '5.188.62.76', 1659569488, '__ci_last_regenerate|i:1659569483;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3443b930c56c7d129eb52edb4f14106b0d2065f8', '52.167.144.171', 1685077875, '__ci_last_regenerate|i:1685077875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3443dea9a17a9d5b5fba200d1cfe6439907a2ca7', '14.29.216.170', 1685292522, '__ci_last_regenerate|i:1685292522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3444f5e43b61847ac66223e6ef37e746c0a1e58d', '190.148.158.110', 1662219977, '__ci_last_regenerate|i:1662219958;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662209902\";last_ip|s:15:\"190.148.158.110\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662219977;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3445900e58fe8392b799674daaad8d672c157dae', '192.36.109.83', 1688459085, '__ci_last_regenerate|i:1688459085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34476436cf9a1acd3061595ed29f53336a59af36', '190.56.54.156', 1665267772, '__ci_last_regenerate|i:1665267772;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665266681;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('344b1ce5b22a14e1c542db638e91893cbc37c164', '40.77.167.221', 1680600289, '__ci_last_regenerate|i:1680600289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('344b24c4392c746b3760fce1ebd089dce58e2116', '52.167.144.98', 1685377890, '__ci_last_regenerate|i:1685377890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('344b7dccd5d5f649744b6a2b16299a1a513bc97a', '207.46.13.154', 1671234237, '__ci_last_regenerate|i:1671234237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('344c4266156962096836caddfa8789df82ea9dff', '114.119.129.225', 1686179462, '__ci_last_regenerate|i:1686179462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('344c4a334eb37a0df92169071493bd701f2b81e7', '190.148.87.96', 1678326288, '__ci_last_regenerate|i:1678326288;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678324486;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('344dcb562642dcb332a0d08fbb7f56744ec75cdb', '36.99.136.135', 1650976201, '__ci_last_regenerate|i:1650976201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('344e95738979ef0f1e0747d5adb9a8517d6dbb1a', '52.167.144.162', 1683033494, '__ci_last_regenerate|i:1683033494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('344ebb61489d5aa81f496c2523df6dcf3da74726', '190.148.252.55', 1675684590, '__ci_last_regenerate|i:1675684590;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675684297;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34518b1a75701cfd49ab3e465a2457b63c77451e', '190.56.173.160', 1655818691, '__ci_last_regenerate|i:1655818691;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655778367\";last_ip|s:14:\"190.56.173.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655818650;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3451b97fdacc68040c510d6b7fad52019611c81d', '51.222.253.18', 1665570605, '__ci_last_regenerate|i:1665570605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3454e0a816819e8de3b05c384c211d2a5c512093', '207.154.204.175', 1657274125, '__ci_last_regenerate|i:1657274125;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3457401390855c3c58883acdd92d0c310c532883', '40.77.167.123', 1683941146, '__ci_last_regenerate|i:1683941146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3458e313915b55f3cf74ee51a7f6f2dd69be83aa', '51.222.253.17', 1686146828, '__ci_last_regenerate|i:1686146828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('345b276c1d13400ca3f69de16bf68842f7064bc4', '51.158.66.129', 1682466056, '__ci_last_regenerate|i:1682466056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('345e544f44e4472fa6aee0cf0a96dd74ad3f0fde', '173.249.31.237', 1659409249, '__ci_last_regenerate|i:1659409249;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34606a62cea604a5bec8915478c6e9485d7cafa9', '157.55.39.200', 1666684928, '__ci_last_regenerate|i:1666684928;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346268050e1556d07fe4181ffcc6b455fb548b19', '144.91.95.177', 1679286569, '__ci_last_regenerate|i:1679286569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34635ac250579eda41136446ad48788fa21ff37a', '49.12.224.61', 1679236962, '__ci_last_regenerate|i:1679236958;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3463fb4affb721d3db4193ea49e81f73430895b5', '52.167.144.164', 1685129226, '__ci_last_regenerate|i:1685129226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3465d28b64feb0b8c2656ce25a053c2122bbeb20', '51.222.253.16', 1678440515, '__ci_last_regenerate|i:1678440515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346917ce56a34328e0a3a19d5f22be9be23311f5', '190.148.158.175', 1672428469, '__ci_last_regenerate|i:1672428469;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672428273;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346921bffda38a7094b12cd502e132aad3378946', '144.217.135.231', 1666782024, '__ci_last_regenerate|i:1666782024;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346a3efdaa25527108fe2617a176ef71af325b6e', '17.121.113.23', 1660887492, '__ci_last_regenerate|i:1660887492;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346af8abc6cc4ab62febd21a2f96b12332260fbb', '51.222.253.16', 1660755770, '__ci_last_regenerate|i:1660755770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346b4bafd5ebef79e0fe8a7126b7fba6c31fd8d8', '114.119.135.72', 1686610292, '__ci_last_regenerate|i:1686610292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346b5cb2480a5541277d7f3be033ceff946317d4', '190.56.32.162', 1686586774, '__ci_last_regenerate|i:1686586774;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686066561\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346d65cb4716e2731083b2b3d8e864c89e66a2c9', '40.77.167.56', 1673414476, '__ci_last_regenerate|i:1673414476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346d9a9e45e21ab2dacdbf05b166195c34a51864', '52.167.144.98', 1685608926, '__ci_last_regenerate|i:1685608926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346ef67fa08880de5b2bc4703796b190ba51699b', '54.36.148.64', 1672942542, '__ci_last_regenerate|i:1672942542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346f232a94f0dadc0f60f7d8f24dbd2e1b5ecb02', '207.46.13.12', 1675536059, '__ci_last_regenerate|i:1675536059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('347192ac8d535bdb9312bb70be9ccf2e494d38f2', '207.46.13.51', 1662881603, '__ci_last_regenerate|i:1662881603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34739a686754050ec8aa206ecd3ee384cb8af1ff', '54.237.250.240', 1652861853, '__ci_last_regenerate|i:1652861853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3474f39a512367da0d22754d663711926f2b1240', '40.77.167.225', 1676549407, '__ci_last_regenerate|i:1676549407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34750043190a665da07ab142c108af28996d7f25', '52.167.144.73', 1679563755, '__ci_last_regenerate|i:1679563755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3476941de9831e4d6b89f867f31658fd09f45b1b', '17.121.114.26', 1661320363, '__ci_last_regenerate|i:1661320363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34778507adaff3bb1a701ba056ab1e58d1ff51a5', '52.167.144.42', 1679132308, '__ci_last_regenerate|i:1679132308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3478f0607bd3bca0873f4741b5c796d0593b531f', '52.167.144.164', 1685649686, '__ci_last_regenerate|i:1685649686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('347c1fcbb6c026ad380ada576a4237909c0d12ad', '190.56.55.113', 1673525777, '__ci_last_regenerate|i:1673525777;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673523327;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('347ef1d0f9012624a2035f834352a629776d91ef', '17.121.114.182', 1653057899, '__ci_last_regenerate|i:1653057899;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34808726cf905d18d7843e00ccea70d761d122dc', '40.77.167.170', 1675308324, '__ci_last_regenerate|i:1675308324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3483044b93f3f7a9c94908cb09e32ecc4aa61661', '207.46.13.41', 1671037757, '__ci_last_regenerate|i:1671037757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3485479cd5bf62de12cfb425d19d84c1ddbd5026', '207.46.13.113', 1675495084, '__ci_last_regenerate|i:1675495084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34865ab6861160531e8d66dcaa2b9543d5da92ed', '190.148.157.53', 1684016743, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684016743;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684015820;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3486dac37fb8b6caf7e152d5543daaa91d0941f6', '52.167.144.154', 1687644143, '__ci_last_regenerate|i:1687644143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3487d85a80b47eec0f95d674d64883a156d61429', '190.148.157.98', 1679233874, '__ci_last_regenerate|i:1679233874;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679233872;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3487ea0afcdb3bfffbb45bc7ba78963775873629', '130.245.169.247', 1657277731, '__ci_last_regenerate|i:1657277730;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34887c6481e88fe7b1ffcb4cb8ea8e9a41f99aa1', '157.55.39.33', 1653137475, '__ci_last_regenerate|i:1653137475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('348dcc35711adee4de415f73675158e02cfe8744', '200.119.174.28', 1660065189, '__ci_last_regenerate|i:1660065165;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660056820\";last_ip|s:14:\"200.119.174.28\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660065165;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('348ebbe300e63e6463c8b0b11117b81349fe66a9', '52.167.144.171', 1684829532, '__ci_last_regenerate|i:1684829532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('348f564903d9e9a4481ac5ef783c3489ec33a85c', '207.46.13.215', 1677242064, '__ci_last_regenerate|i:1677242064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34903a0a3b475676de33848c753319cda7dba73a', '40.77.167.221', 1680598669, '__ci_last_regenerate|i:1680598669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3490a4ed69a4992c08eeddbb0081d6a50c830219', '51.222.253.2', 1670188813, '__ci_last_regenerate|i:1670188813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34910515efccc46ffaff8f79ff4b3dac794668fd', '114.119.133.1', 1685969910, '__ci_last_regenerate|i:1685969909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('349315272cff1b982ac4405b48adc6b60ab7bd04', '190.148.252.96', 1673220599, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673220599;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673220588;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3493b7aa91fe85a016ef58d13389a43d723f5fb9', '190.148.252.55', 1675723803, '__ci_last_regenerate|i:1675723803;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675723501;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('349465626433600da2b7cf2202b3b5476a933fbb', '207.46.13.36', 1672812034, '__ci_last_regenerate|i:1672812034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3499bde7215be2d7beee567414aa245ae8127ba5', '190.148.252.73', 1664640434, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664640434;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664640307;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('349a9dbc5bfeb9c263255ae861b040a8cb79d473', '40.77.167.166', 1676468245, '__ci_last_regenerate|i:1676468245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('349aeb4310885504c8d1424a04213766f2eb8d16', '190.148.157.127', 1668296998, '__ci_last_regenerate|i:1668296998;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668296984;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('349d23dfe1fae8690cbdd6a03b718b65c3b2dd15', '114.119.147.74', 1685588876, '__ci_last_regenerate|i:1685588876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('349ec9bde1e1c768ca47610660823768fd6304a2', '190.56.50.32', 1655161684, '__ci_last_regenerate|i:1655161684;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654900816\";last_ip|s:14:\"190.56.173.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"FZJc4rSktW95o6gqNBU2\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('349fa098a973e75d1093045da998ff30c7bee9c3', '114.119.150.114', 1686866958, '__ci_last_regenerate|i:1686866957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a01952a3e83c03f06526fa6cb0e06834650b87', '40.77.167.225', 1680226204, '__ci_last_regenerate|i:1680226204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a19034099d7bab7828339d8c1c8a6b5a4ef306', '52.41.71.197', 1680095993, '__ci_last_regenerate|i:1680095993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a3bb0db6888acb813b17ec3f41830e0dc24aea', '190.56.32.174', 1676915497, '__ci_last_regenerate|i:1676915497;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676915484;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a4584424fee1d09c8cc5a9afbb814b6a7552ad', '40.77.167.191', 1682327964, '__ci_last_regenerate|i:1682327964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a45ede57ae131f0a481398a5add24c48be0b3e', '52.167.144.164', 1686069789, '__ci_last_regenerate|i:1686069789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a50d2c07fac0c1c8151b51e8f501255203b7eb', '51.222.253.1', 1661082997, '__ci_last_regenerate|i:1661082997;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a59be973e6d6644e0099fb6c5f54a996493a39', '190.148.87.6', 1668199165, '__ci_last_regenerate|i:1668199165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668197745;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a6175820b6c334f04e38e7e9188926fa8a6b50', '93.158.91.187', 1674451215, '__ci_last_regenerate|i:1674451215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a651cff5b2b73110e8eb0b23f6ab109da951d6', '52.167.144.89', 1679897148, '__ci_last_regenerate|i:1679897148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a7a6fefb318629d1a44eff220e2a020759da15', '54.36.149.54', 1677790535, '__ci_last_regenerate|i:1677790535;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a82d7d9187130a110c11d82530e3b112f2a7c7', '111.7.100.20', 1650686107, '__ci_last_regenerate|i:1650686107;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a86e2740664a1b9ed5713b06412cc225d88135', '52.167.144.39', 1680413686, '__ci_last_regenerate|i:1680413686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a99dd0e5a6b5dcbe0cc85ea03f66abe0c3dc53', '51.222.253.3', 1672713444, '__ci_last_regenerate|i:1672713444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34ab0d9d83c0c91aacffb45c5e40605f874201eb', '114.119.137.64', 1686454100, '__ci_last_regenerate|i:1686454100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34ae9bf694a24aa0dee96f7ccebcf480b86965cd', '200.119.170.30', 1660399582, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1660399581;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660396137\";last_ip|s:13:\"190.56.51.247\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660399582;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34afd146a5e515d2e29f6bf845629dbbc7fa62f5', '52.167.144.171', 1685771882, '__ci_last_regenerate|i:1685771882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b23719c3d61b6c27a0e7dbd50739b4c2aa9cee', '157.55.39.253', 1682313671, '__ci_last_regenerate|i:1682313671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b24a8ef1fa2cb05c58d11627ba3ad7d68a795e', '52.167.144.164', 1686627396, '__ci_last_regenerate|i:1686627396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b2d09fa87737e05155d31bbc76cc70ad511ac2', '157.55.39.80', 1670717503, '__ci_last_regenerate|i:1670717503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b4303c677dc66870afcb4880f3e091ab220ca0', '66.249.77.162', 1686572683, '__ci_last_regenerate|i:1686572682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b54399ee967cdaf6303bc4914ec65bf9ed59b2', '52.167.144.76', 1682313669, '__ci_last_regenerate|i:1682313669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b5d6010f9162b953b15f4aa20b73a1b873aecc', '51.222.253.19', 1685566279, '__ci_last_regenerate|i:1685566279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b6d9e924bc30c17d8ba0377de59a584b885fc0', '190.148.252.88', 1670876776, '__ci_last_regenerate|i:1670876776;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670876702;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b87114ba85fc896a4f95b601c1073af9e56986', '190.148.87.96', 1678296930, '__ci_last_regenerate|i:1678296929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678296929;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b9542e70065a0d4cf270d7e8df806e94f48c5e', '17.121.114.162', 1657740777, '__ci_last_regenerate|i:1657740777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34b97024a231e5f3a02806d37118d1447ceb5a8b', '207.46.13.10', 1670998431, '__ci_last_regenerate|i:1670998431;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34ba13faec7ff99a6fd89162cf8e120387bac314', '173.249.31.237', 1659409042, '__ci_last_regenerate|i:1659409042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34ba9a77812bbca2974919f8472d75fe3b0d02fb', '190.148.252.236', 1656036163, '__ci_last_regenerate|i:1656035120;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656027950\";last_ip|s:15:\"190.148.252.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656035314;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34bb2124cf2eed67bd0f312f761352e4f175a0dc', '114.119.153.191', 1687238821, '__ci_last_regenerate|i:1687238821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34c16044ea39ee6e9d3e1aeb0fa5087ce963f06f', '190.148.157.117', 1675555243, '__ci_last_regenerate|i:1675555243;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675552506;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34c3c145cab015af5ca62677fcc29789e0975ff4', '190.56.32.162', 1686238938, '__ci_last_regenerate|i:1686238938;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686238322;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34c88ccd25085ac9d3f5de5ff30026a4d1efd283', '200.119.172.60', 1675039141, '__ci_last_regenerate|i:1675039141;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675039125;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34c894ebcfcb4ff509b76230a7be2a2e8f2c3aac', '51.222.253.9', 1687788938, '__ci_last_regenerate|i:1687788938;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34c8df5e26deb3cfc9e11ac9460f2fb4fa5a120f', '40.77.167.224', 1687463746, '__ci_last_regenerate|i:1687463745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34c93a523b0ee38d562441c4be9484a6698c31f7', '207.46.13.17', 1673542355, '__ci_last_regenerate|i:1673542355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34cb4f3b51a9dcc48bae4498619482bec42af587', '207.46.13.154', 1670806750, '__ci_last_regenerate|i:1670806750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34cd200097fb35eac91c435461b36fcbbb54326f', '157.55.39.79', 1668367006, '__ci_last_regenerate|i:1668367006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34ce6fb50b02a0766a54ff7d11378c23b7b335c5', '103.204.130.160', 1652028393, '__ci_last_regenerate|i:1652028393;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34ce96258d2d9706213deaa38460214fac2385bc', '159.223.41.244', 1653289812, '__ci_last_regenerate|i:1653289808;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34cf7d6c4aca90010ec7faf34484a45b2d058109', '165.232.97.210', 1687262288, '__ci_last_regenerate|i:1687262288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34d041fe35ca7d0d688f3a18f784b85c9baf9b27', '207.46.13.154', 1671234236, '__ci_last_regenerate|i:1671234236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34d2d7dbac11088e292ea3c0cb5ddc07ab2971aa', '114.119.142.212', 1688418530, '__ci_last_regenerate|i:1688418530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34d2efe739aeb22e1c48f05722519384b7df6b1e', '200.119.170.113', 1666737341, '__ci_last_regenerate|i:1666737341;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666707397\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"TM8PYD4NjuHdhr9iCeBs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34d3792e35fe7e44073a5aa8cc06dc598f673b5e', '207.46.13.211', 1679322593, '__ci_last_regenerate|i:1679322593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34d6b5ebc32e9b55b3a4d393f15ee961ff08504a', '168.194.72.202', 1651250375, '__ci_last_regenerate|i:1651250375;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1651017148\";last_ip|s:14:\"168.194.72.202\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34d82d11a9af855574dfcf5ec9fb2bb8bfecb603', '114.119.137.162', 1687660832, '__ci_last_regenerate|i:1687660832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34d84c7c94d8537ab0d7fbb4e773299906873c40', '190.56.54.156', 1665425296, '__ci_last_regenerate|i:1665425296;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34d892aae0f9886d13ae952daac0192a5aa896ef', '207.46.13.154', 1671553029, '__ci_last_regenerate|i:1671553029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34da10bd22e3c85f04efe68bad00387cc655ad25', '190.56.48.81', 1666038130, '__ci_last_regenerate|i:1666038043;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666038130;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34dba9782d26d67497ae899c458e5d5ec709a646', '190.148.252.82', 1663610748, '__ci_last_regenerate|i:1663610748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34de6042663ce6b50cfd12f2a1e944b5a51df675', '114.119.158.193', 1688411071, '__ci_last_regenerate|i:1688411071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34e27e33baad8542e22d5f9caed364585e8b2ca6', '157.55.39.173', 1670600252, '__ci_last_regenerate|i:1670600252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34e3ac899fed143b6e44d77f3701bc0cfecd3646', '40.77.167.37', 1668631598, '__ci_last_regenerate|i:1668631598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34e3c5f5133163cd95783f7673d4be0f0fa7b89e', '74.208.2.183', 1672574245, '__ci_last_regenerate|i:1672574245;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34e5fc6724db5f05331ce13bd45cefd0a05f8eca', '190.56.55.113', 1673573517, '__ci_last_regenerate|i:1673572305;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673572316;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34e81de4f92d0ef9bc715a805b13531ec8153d3b', '157.55.39.100', 1672152510, '__ci_last_regenerate|i:1672152510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34e8633ea3dd4f8a8c1e0e7a3b77896d6540d81d', '190.148.158.151', 1677113094, '__ci_last_regenerate|i:1677113093;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677113094;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34ea45e70d2f0941411d842368e182a174c21e43', '17.121.114.46', 1657828716, '__ci_last_regenerate|i:1657828716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34eb8174feb013b1b4196f418793aae3702d537c', '114.119.134.67', 1688081254, '__ci_last_regenerate|i:1688081254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34ec2ebf2c56a3b865e5502ced285b0fce5232c4', '51.142.159.136', 1653556355, '__ci_last_regenerate|i:1653556351;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34ed9b19501ed1de738297e0e2cec9ed3623fef7', '190.148.87.6', 1668455707, '__ci_last_regenerate|i:1668455707;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668455702;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34efa9626d3bc773a6c07cfbfcfd485bcd9ae96d', '40.77.167.169', 1676256837, '__ci_last_regenerate|i:1676256837;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34f25b653d8c3010b9a369048bd6f8c064a76252', '17.121.115.137', 1651935487, '__ci_last_regenerate|i:1651935487;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34f2dd10008bdc7118fd035c2293d7278f5e470d', '190.148.252.236', 1656017108, '__ci_last_regenerate|i:1656017015;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655995345\";last_ip|s:14:\"190.148.87.246\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656017107;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34f4cad8707cfdf03f1d56ab948c8c1323a6b61f', '200.119.173.87', 1662825869, '__ci_last_regenerate|i:1662825869;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1662656977\";last_ip|s:14:\"190.148.157.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662824635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34f521339fbd437f215efb3834ef04d92dd0988b', '35.87.51.164', 1686185679, '__ci_last_regenerate|i:1686185679;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34f606f1ec42257472148098a7aefe5ded1d6a00', '52.167.144.120', 1688067638, '__ci_last_regenerate|i:1688067638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34f6085705fd0d45696b55406b06b4e1aa95fb4e', '40.77.167.85', 1686061021, '__ci_last_regenerate|i:1686061021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34f7b4f6380976da2d2c4500f0d534f40996fde6', '40.77.167.207', 1681731199, '__ci_last_regenerate|i:1681731199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34f92b966d3142c68d50cd85560b5ac5ca3f39f5', '51.222.253.4', 1680426156, '__ci_last_regenerate|i:1680426156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34f92e7706c03cf76732da55378a52fefb99abc9', '207.46.13.236', 1655043483, '__ci_last_regenerate|i:1655043483;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34fa102bc3c109838048bfd738cede176fdb544c', '200.119.173.96', 1687185950, '__ci_last_regenerate|i:1687185950;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686955365\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"TAVzmenP4kRSwayWj3iM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34faa82b3d47a705f323a8096c3d299bf79ab890', '207.46.13.6', 1672124171, '__ci_last_regenerate|i:1672124171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34fab694228a9743d0b3dc77cded6cb6446e885a', '190.148.252.102', 1681908975, '__ci_last_regenerate|i:1681908975;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681908960;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34fd4446ffb057bca6776cce70a8ad60b734e61c', '52.167.144.164', 1684289103, '__ci_last_regenerate|i:1684289102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34fd791efa241c4663faf41481d07e9c856e4f8b', '157.55.39.147', 1672321039, '__ci_last_regenerate|i:1672321039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35003370266c71bd0718c4dd3bd8e88378f6fd19', '52.167.144.162', 1683074047, '__ci_last_regenerate|i:1683074047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3503459b211bdf767d6d6bf87ebe18c1a9ba5b17', '40.77.167.104', 1669117193, '__ci_last_regenerate|i:1669117193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('350351fa9eef6a266b2363e94935638dee06823c', '40.77.167.227', 1681040996, '__ci_last_regenerate|i:1681040996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3505b1fd2d2ae24794a38d329e8cc10f1847ebe2', '130.245.169.70', 1657360527, '__ci_last_regenerate|i:1657360527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3507e81da41992dd3429ab782ab45939c3bb7240', '190.56.32.35', 1671830684, '__ci_last_regenerate|i:1671830684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671830625;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('350821ced855c555c63744abaf8994c970248f1a', '40.77.167.37', 1668834604, '__ci_last_regenerate|i:1668834604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3508a6fbcb870b88fd1c0d2d7afb3afff1be3acd', '200.119.170.137', 1668628584, '__ci_last_regenerate|i:1668628584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668627974;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3508f258bb6b49c3ab4bf1702efb85d123172ee1', '5.188.62.140', 1656452139, '__ci_last_regenerate|i:1656452139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('350945c30a221d23f3e80585d19157cdcb5960fe', '93.159.230.88', 1668537797, '__ci_last_regenerate|i:1668537797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('350bdb7ad2896861a7f4ca8d1a8eb68bee14dab6', '190.148.252.219', 1657589838, '__ci_last_regenerate|i:1657589098;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657589061\";last_ip|s:15:\"190.148.252.219\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657589104;register_id|s:2:\"41\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-11 11:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('350c4d292fac97220da05c9a2624bc00765452f6', '207.46.13.205', 1671371195, '__ci_last_regenerate|i:1671371195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35103fa7b31da80297545f29c028a6da7fff6b65', '157.245.50.113', 1655380988, '__ci_last_regenerate|i:1655380983;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3510baae4cca190c60bb2ea38322924c04bd2710', '190.56.32.162', 1686530345, '__ci_last_regenerate|i:1686530345;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686530339;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3510d306799ae8d7c08ea5df07dce6b8001952f1', '207.46.13.41', 1671345529, '__ci_last_regenerate|i:1671345529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3511d6eae69655fdd8d0d5ab253d3f8867b0c66d', '167.248.133.188', 1688034803, '__ci_last_regenerate|i:1688034803;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3513aca98d427c8902c831dd74c04c76881f954b', '40.77.167.224', 1687252713, '__ci_last_regenerate|i:1687252713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3513c961ceed179d0637a417e4352e59069dedb2', '200.119.168.250', 1680831539, '__ci_last_regenerate|i:1680831539;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680831055;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35165b2d8ab4f4305267088e9ba51672396da83a', '52.167.144.82', 1687450613, '__ci_last_regenerate|i:1687450613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35166a9d2c1aab5a1ae80521b2be5b38be11cc81', '52.167.144.162', 1686321475, '__ci_last_regenerate|i:1686321474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3516e3f96f0858468878f31889eb8da410c2b28a', '114.119.154.26', 1687794828, '__ci_last_regenerate|i:1687794828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35173e3eb75169131042a00d3b13c22e5472131f', '51.254.49.105', 1664372843, '__ci_last_regenerate|i:1664372843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('351a192b8d7ef6cbf1770adf342c80198e094bf6', '52.167.144.164', 1685999841, '__ci_last_regenerate|i:1685999841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('351bf778964d5ec1e34e90f48aba0215d9bb6fba', '207.46.13.127', 1658038767, '__ci_last_regenerate|i:1658038757;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('351c51d5a13b365eb6c395cf4afe56eb4cfcdb7c', '51.222.253.18', 1665574264, '__ci_last_regenerate|i:1665574264;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('351fded83c52b8e44228ed417f1aacb223fd29ef', '52.167.144.171', 1685685207, '__ci_last_regenerate|i:1685685207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35207a0462036394c8b3f2fbefe82f99a55d6caa', '45.63.8.174', 1672674008, '__ci_last_regenerate|i:1672674008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3521897b03151759f2d66455d8322dd4f424d560', '190.148.252.233', 1668811302, '__ci_last_regenerate|i:1668811302;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668782296\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35221c179b4cf8633319f55b59dc505cb8acb671', '207.46.13.217', 1684020593, '__ci_last_regenerate|i:1684020593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35239a12a5eb663b9a325294da6733c356b865d4', '51.222.253.11', 1673280062, '__ci_last_regenerate|i:1673280062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3523f237b78d754887fc1dd334151a90366b5979', '114.119.150.209', 1687560216, '__ci_last_regenerate|i:1687560216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3525f50844e5e1567cf635ac1a8997b9eab7a15a', '17.121.114.160', 1661364837, '__ci_last_regenerate|i:1661364837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35269908d18a940c735f9f7a6d907f704bc87b74', '13.66.139.11', 1674605331, '__ci_last_regenerate|i:1674605331;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3526c4529cab4edefcb499acd76f8b193ea3b22b', '207.46.13.6', 1671750082, '__ci_last_regenerate|i:1671750082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35289e98278e6a47873bb580c4b425c7dfd99f18', '190.148.252.111', 1677894226, '__ci_last_regenerate|i:1677894226;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677894222;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('352af6dadb6dd1e030e5b902d4903d73473d65b6', '40.77.167.49', 1666634809, '__ci_last_regenerate|i:1666634809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('352cb6c308c9d3eac85017a28649787e39660f2c', '114.119.134.159', 1687191979, '__ci_last_regenerate|i:1687191979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('352e3b14ae2051a9a4d87cf48bd8068b0b937fe7', '17.121.112.226', 1652285493, '__ci_last_regenerate|i:1652285493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35322de3e186cdb85f8fcea5ff9371afda3b03ba', '217.160.225.209', 1659072868, '__ci_last_regenerate|i:1659072868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3533f71439e3f3c6b9959d36dd7cb4a4109b1f98', '40.77.167.56', 1673199441, '__ci_last_regenerate|i:1673199441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35350b6dabebd4abd8294420e4cd99fd35862826', '51.255.62.11', 1650694604, '__ci_last_regenerate|i:1650694604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353678f53d264e1002446f20a76bcd30e005c709', '40.77.167.123', 1683171400, '__ci_last_regenerate|i:1683171400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35367d49ffc009b6250203f64c356adac8b36120', '40.77.167.123', 1682893797, '__ci_last_regenerate|i:1682893797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3536dfe13e60fad2b77e70d5c360be6688514bb9', '52.167.144.76', 1682112312, '__ci_last_regenerate|i:1682112312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35381f0006756dad24a90b56eeca98b043cb7a9f', '157.55.39.217', 1683270768, '__ci_last_regenerate|i:1683270768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35386b0a5a633d52b6373d81ef440a3b20f16218', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3538d18c89b5f14be2b0fc6cb5f7e64102ba198b', '200.119.173.107', 1686787208, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686787208;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686787043;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3539b6db64946e23f62c8f711c1215a3ee053229', '157.55.39.79', 1670374515, '__ci_last_regenerate|i:1670374515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353b84d6eb2c4e0c7842eab492f40807bbefaee0', '157.55.39.79', 1669795013, '__ci_last_regenerate|i:1669795013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353cff6dc2fd210eae746724523844f982e33fba', '130.245.169.70', 1657360530, '__ci_last_regenerate|i:1657360530;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353d576782ae1a26840c93e211052e4161363271', '168.138.2.237', 1654868785, '__ci_last_regenerate|i:1654868781;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353e29df9ca9ef514acb01475c605f80c38b1842', '190.148.252.151', 1671105325, '__ci_last_regenerate|i:1671105325;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671105025;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353ec0e83ccefc34e8b79f776a3e3a714c5ee559', '35.165.215.140', 1656602355, '__ci_last_regenerate|i:1656602355;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353ec418db987b86706a5213206296582333b256', '190.148.158.69', 1685745171, '__ci_last_regenerate|i:1685745171;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685745167;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353f973fb1af6e0b70eebfe1f24bb4bdb68c1faf', '52.167.144.171', 1685685206, '__ci_last_regenerate|i:1685685206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353fa2c878c91d12d0495d09b472a516e095f4c8', '190.56.49.206', 1655394526, '__ci_last_regenerate|i:1655394526;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655384992\";last_ip|s:13:\"200.119.168.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655394253;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353ff4e60c700ca8ae0745de1c7a86ccf08e2ad6', '52.167.144.63', 1687144547, '__ci_last_regenerate|i:1687144547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3541f0ba6192be428751835decf3b34bfff02d10', '51.222.253.9', 1660685956, '__ci_last_regenerate|i:1660685956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35426f2b48b061f3f5ea4cfd900035230029becf', '54.36.148.75', 1685198880, '__ci_last_regenerate|i:1685198880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35437c4b5efaf9426d403bb43398d0715d12ea34', '200.119.168.48', 1668086481, '__ci_last_regenerate|i:1668086480;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668084603\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3544c4e60d082c5ea8faeb355d2e30d0147d7daa', '114.119.139.183', 1686889288, '__ci_last_regenerate|i:1686889288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3545f9a4f9be1c465461a60f7696d0e8827cb701', '200.119.173.177', 1684976648, '__ci_last_regenerate|i:1684976648;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684976634;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('354899684b2af3fa5a89cb5e6aa509619cbd1dc2', '157.55.39.62', 1659221079, '__ci_last_regenerate|i:1659221068;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3549290606bb9c2e1a841feb8c02505b852e1bae', '200.119.168.96', 1666922627, '__ci_last_regenerate|i:1666922627;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666922356;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('354b571fdb48ae401a31fe3e036062d43d6dac3f', '190.148.252.85', 1666218020, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666218020;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666216233;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('354b72e63ab0661f989511c127787dc399fc24c2', '200.119.168.250', 1681156250, '__ci_last_regenerate|i:1681156250;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681156245;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('354b9e9dcfb978f60aa394b81cac56f7406b8a1f', '157.55.39.176', 1666941490, '__ci_last_regenerate|i:1666941490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('354c3fa3efd1344d03ade681960c44c3d636a189', '200.119.172.96', 1675446998, '__ci_last_regenerate|i:1675446998;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675446891;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('354c520abf417ef2cacd117b756dd8fb19280254', '165.232.97.210', 1688236100, '__ci_last_regenerate|i:1688236100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('354dab180df61c7b09d22a948441dec08b099077', '45.63.18.23', 1688437733, '__ci_last_regenerate|i:1688437733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('354f145c83e59c7e496a5cbd29d20fcdaee7b364', '190.56.50.253', 1682459627, '__ci_last_regenerate|i:1682459627;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682459583;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('354fb46f5d60839558e00ef55832df12d29e2da9', '207.46.13.138', 1674750213, '__ci_last_regenerate|i:1674750213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3550654c57749151aaacead89c579bdb6acd71b0', '114.119.142.3', 1687965738, '__ci_last_regenerate|i:1687965738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3551674ab207c959c4d60ac8bac9d559a8a6ff2c', '93.158.90.74', 1677424053, '__ci_last_regenerate|i:1677424053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3552592b08eeca847068e5243adba063bc44198c', '190.56.32.174', 1676913924, '__ci_last_regenerate|i:1676913924;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676905216\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"A9XJ7LbWmMjnQta65kFz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3553757ff831f40e31369738472d94ccc436de66', '190.148.158.151', 1677254482, '__ci_last_regenerate|i:1677254482;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677254267;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35538759b3f3fcd2cb32a222451d8588fefbcdb2', '51.195.216.255', 1650741894, '__ci_last_regenerate|i:1650741894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35546db61bc19c9b330d957863ec4586bc57e5cd', '200.119.168.48', 1668113506, '__ci_last_regenerate|i:1668113506;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5JLi8IkQuqRp1rw7Vojy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('355917f20aa0789cd52b88ce7255360ddbfddda4', '163.123.143.82', 1673574393, '__ci_last_regenerate|i:1673574393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35598eabae80fe068ad788601b0caa1f62d28b61', '54.36.148.25', 1660832405, '__ci_last_regenerate|i:1660832405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('355b63fc59733411e224eeec8f57295257a6a63f', '5.188.62.21', 1656406527, '__ci_last_regenerate|i:1656406524;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('355d13a416a26a4fe8e6da03de9dc5322255267c', '40.77.167.182', 1683270778, '__ci_last_regenerate|i:1683270778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('355e9cb0251795128410ac797204c54713869b23', '40.77.167.178', 1677039460, '__ci_last_regenerate|i:1677039460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('355feea323a3f291acbd028f6313f6eed166e1e9', '114.119.145.198', 1684999381, '__ci_last_regenerate|i:1684999381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3561a7f79f51a93dac559ee77ec6d2769be545f0', '40.77.167.182', 1683253027, '__ci_last_regenerate|i:1683253027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35624d625c9b3ea920cf5095462e09254bccca83', '190.56.32.162', 1686261472, '__ci_last_regenerate|i:1686261472;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686261456;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('356452cb5d20474f04b3a2801c9aec1cf308bc36', '190.56.50.39', 1664995499, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664995499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664995496;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3564a29d1981add0ebd215cbbffb1d84248c656c', '36.99.136.138', 1650976202, '__ci_last_regenerate|i:1650976202;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3566c39095d9f00e15af2a14229c67b7098e2532', '54.36.148.240', 1673072014, '__ci_last_regenerate|i:1673072014;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3567d7034148bff268ba222d85031af20a4d176d', '74.208.2.188', 1672815801, '__ci_last_regenerate|i:1672815801;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('356a4bc914b325e809d5f91a873c720f746fba9e', '193.168.180.174', 1651578675, '__ci_last_regenerate|i:1651578675;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('356eb1ff7711fe8dd27c278318a8190609880cf8', '200.119.169.25', 1664895636, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664895636;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664895602;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('357201311e908b5eea5ce8c25b97cbf48c5bbf1b', '51.222.253.6', 1686058575, '__ci_last_regenerate|i:1686058574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3572fa81a5dd1b1f9c96351018fa217e5a8fdf76', '190.56.51.144', 1687095502, '__ci_last_regenerate|i:1687095502;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687095484;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('357a0bb42f5bd3db5bb40055ba6d55fc5cca46c1', '200.119.170.237', 1658326528, '__ci_last_regenerate|i:1658326528;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658248955\";last_ip|s:12:\"190.56.50.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658323911;register_id|s:2:\"48\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-19 10:42:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('357a1e1d832a26bde99ee4eb05562eae12a931ea', '40.77.167.192', 1681433636, '__ci_last_regenerate|i:1681433636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('357c022ceaf53f6f7bfa9624026fb96c76271394', '190.148.252.197', 1665611881, '__ci_last_regenerate|i:1665611881;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665611739;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('357d7d45cf7657f1928c877a4d7c9a3998a9d0c2', '40.77.167.123', 1683606159, '__ci_last_regenerate|i:1683606159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35801fc67e43efa1c635b59b18a0cb34b96fdc92', '190.56.50.253', 1682725069, '__ci_last_regenerate|i:1682725069;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682724834;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3581006bca73cca300d5078305f4a6fe64f291f1', '66.249.64.144', 1677203414, '__ci_last_regenerate|i:1677203414;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('358193a249ae6191d66bf25a65ea9908bd635027', '114.119.140.60', 1687851627, '__ci_last_regenerate|i:1687851627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35825f193f40670544e30ede640620509f805f37', '51.195.90.229', 1650840537, '__ci_last_regenerate|i:1650840537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3582edd89e3a4e323e3e895954ecc4aa4ece8601', '52.167.144.61', 1688042492, '__ci_last_regenerate|i:1688042492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3582f1a865eadc49378ca884f1f57732df3621d5', '190.56.32.35', 1671725440, '__ci_last_regenerate|i:1671725440;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671725431;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3586dc4f727ef69f66abab19f9548803f8f263ea', '200.119.173.130', 1676166036, '__ci_last_regenerate|i:1676166036;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676165117;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35896d7f9d2bbfc1499e99d8bd5a610565cf9d7b', '190.56.54.156', 1665325450, '__ci_last_regenerate|i:1665325450;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665325441;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('358ab93761f4096bd2463b6753ae8e4945e5e66a', '114.119.139.78', 1688026074, '__ci_last_regenerate|i:1688026073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('358e7890220346b8319caae8e5bbe51f62df2c3c', '138.246.253.24', 1659223739, '__ci_last_regenerate|i:1659223739;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35912033e80da9b9109314a646646a1a500a3328', '40.77.167.58', 1654998688, '__ci_last_regenerate|i:1654998678;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3591b203bfc23a06928d7cc881653e8ce4fd3781', '40.77.167.85', 1686804404, '__ci_last_regenerate|i:1686804404;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3594791e2c7458949ba66fc70d1af7ebcb4ab052', '190.56.32.162', 1686323879, '__ci_last_regenerate|i:1686323879;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686323742;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('359a2746b0cf396a309b7a818139055ca5222a7e', '35.192.207.120', 1651613081, '__ci_last_regenerate|i:1651613081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('359e281a0f1e49462181fcbe0d3f67abab719dc3', '69.160.160.58', 1680641185, '__ci_last_regenerate|i:1680641185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('359e4542b06ec98f9fb4bdd7c5611f35a607fa74', '190.56.50.52', 1657805459, '__ci_last_regenerate|i:1657805459;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657724104\";last_ip|s:12:\"190.56.50.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657805289;register_id|s:2:\"43\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-13 08:55:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a084192fb823e19cd019fa7053f9b1f4baee92', '51.222.253.10', 1681732219, '__ci_last_regenerate|i:1681732219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a1091f544866a1fc59db508e51749cd6cf687c', '190.148.252.177', 1674082984, '__ci_last_regenerate|i:1674082984;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674082844;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a13b43412dd2f059c1eb1a58f69ecc7747a071', '157.245.254.89', 1655520984, '__ci_last_regenerate|i:1655520982;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a1a40563b3b97b6afd798e14fa3e10f02652a5', '207.46.13.212', 1677163390, '__ci_last_regenerate|i:1677163390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a1a44a8775c1b3a110a6d61b74c414682e0075', '157.55.39.253', 1682170320, '__ci_last_regenerate|i:1682170320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a32badb36daf90f5a9f69cf7595ec790a41d1e', '114.119.144.17', 1687512918, '__ci_last_regenerate|i:1687512918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a56ddbe3f69131ddbbfa83075eee3c8be4426f', '52.167.144.164', 1684289102, '__ci_last_regenerate|i:1684289102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a67207646cb320e43506216eb0d0cae94e958d', '18.191.208.80', 1676399568, '__ci_last_regenerate|i:1676399568;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a705397ed2f23765ad9842581d3023f401c348', '157.55.39.54', 1660545874, '__ci_last_regenerate|i:1660545874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a767942a5d6586d640edd6df9edf90e6529b1f', '54.227.32.154', 1652386634, '__ci_last_regenerate|i:1652386634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a7dffe2ecb17216d4284b45b34f8c03f295058', '40.77.167.43', 1657589604, '__ci_last_regenerate|i:1657589604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a883b8d6f070fff663f6b3195ae776fa58498c', '190.148.157.183', 1680204863, '__ci_last_regenerate|i:1680204863;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680201266;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a9dd4d0ff82cf3ce31c2490510265ece495770', '157.55.39.54', 1658722447, '__ci_last_regenerate|i:1658722447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35ab0423f635a8b00c6f2da89e122626f21fad88', '35.92.79.242', 1674047591, '__ci_last_regenerate|i:1674047591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35acbfedf52949f9438cdf802c14d16246a2cc51', '77.74.177.119', 1686226319, '__ci_last_regenerate|i:1686226319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35af94d91ba0ad143ef53e7bcbf6590471b60730', '207.46.13.207', 1678582445, '__ci_last_regenerate|i:1678582445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b0939a5c437a3f6f730b7d51f59cb67104ea40', '200.119.174.9', 1674325131, '__ci_last_regenerate|i:1674325131;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674325067;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b1b35beb2df6c9a2eb9fd0556171a4f3b09652', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b301061dbc634b3cf4b21f3f50f989490341de', '157.55.39.173', 1669419403, '__ci_last_regenerate|i:1669419403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b3364695079544a057f49b16a185c0755c9986', '190.56.32.35', 1671664580, '__ci_last_regenerate|i:1671664580;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671664577;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b5546c23073d2a346a8a3f2207974425aacbc4', '190.148.158.151', 1677179223, '__ci_last_regenerate|i:1677179223;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677178520;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b59381b7f58c13eb2b159b8ac7014a641eb0be', '190.148.157.53', 1683666718, '__ci_last_regenerate|i:1683666718;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683662939;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b6bab58a227fb859e517a66ec66b347c7b62af', '190.148.157.98', 1679003581, '__ci_last_regenerate|i:1679003581;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679003577;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b7d25ac3bc4c979c415a8c15d21c5d7b5fcc17', '200.119.170.209', 1656880484, '__ci_last_regenerate|i:1656880484;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656878418\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656879039;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35bc09cc5302a96c80dc048d6873997448c1d3d4', '52.167.144.37', 1677647143, '__ci_last_regenerate|i:1677647143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35bcf5144dc8077cbbd2a00409892a9ccd9cb6be', '165.22.197.220', 1687256297, '__ci_last_regenerate|i:1687256297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35bf0825800f7e4b17aa303649e9a853da6e1574', '40.77.167.187', 1680649120, '__ci_last_regenerate|i:1680649120;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35c0425784f079cbe0b82efc61a939110314f5e8', '50.21.188.42', 1663642566, '__ci_last_regenerate|i:1663642566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35c063fa4307fe0c5bd6014e013db6e004707d86', '114.119.140.102', 1687850356, '__ci_last_regenerate|i:1687850356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35c080e3b3994ed356cd0b547cc375bc3d7af04b', '66.249.65.103', 1678149447, '__ci_last_regenerate|i:1678149447;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35c3cb4d9ea92a97436e1e7b92c7a90011df9d82', '52.167.144.43', 1683653385, '__ci_last_regenerate|i:1683653385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35c470e6341148b995ea09197b86646c439db3fc', '17.121.113.10', 1660683210, '__ci_last_regenerate|i:1660683210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35c4de9baa0a39df46ceac325cd6c944465c7045', '190.56.50.253', 1682724638, '__ci_last_regenerate|i:1682724638;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682724636;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35c607c3d68b2b33a6b3b115569881b3381209f2', '207.46.13.211', 1679473301, '__ci_last_regenerate|i:1679473301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35c7ec14397f62b0a45e0957512d90e677552fd7', '40.77.167.32', 1674773865, '__ci_last_regenerate|i:1674773865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35c7fb13e170cb4a888ecd0aebf54dbd09677f35', '200.119.170.30', 1660312927, '__ci_last_regenerate|i:1660312927;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660227948\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660312922;register_id|s:2:\"67\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 06:47:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35cb3c17c8d000658bf1a606788a0378c719e07c', '52.167.144.154', 1688033264, '__ci_last_regenerate|i:1688033264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35cd09dd52a7cd2e5f90d6b88143e4c9f79ba365', '52.167.144.43', 1683658263, '__ci_last_regenerate|i:1683658263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35ced056225d035294903881d2d18c450ae48441', '114.119.136.137', 1686511929, '__ci_last_regenerate|i:1686511929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35cfd88e05f86ca49be919e9f5e8ddf55cb62968', '207.46.13.51', 1663257510, '__ci_last_regenerate|i:1663257510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35d0672341af758e398301c849495107a8ee7f72', '114.119.153.114', 1687593674, '__ci_last_regenerate|i:1687593674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35d06e8e8a048fdd0fdc6447a5224ce85c26bdb4', '157.55.39.79', 1669419457, '__ci_last_regenerate|i:1669419457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35d115214378b6e979c81a5e2e2a46404f663f3e', '52.167.144.70', 1688505770, '__ci_last_regenerate|i:1688505769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35d22ad85c932b96d3ac9e0028c7d464ffd46204', '35.204.19.67', 1684306480, '__ci_last_regenerate|i:1684306477;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35d5111ea45c1ce2bb1a12b2d32c7a5240cba585', '190.56.54.156', 1665363656, '__ci_last_regenerate|i:1665363656;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665362830;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35d56f4e10b0c4aa44ab6242051258da774e79b0', '114.119.151.59', 1687557179, '__ci_last_regenerate|i:1687557179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35dbea797544fe7d125c0bebd0c786204cbcaabe', '40.77.167.58', 1654782988, '__ci_last_regenerate|i:1654782979;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35dc146c652048fc4c0244019d885130411eb76b', '114.119.142.188', 1687963308, '__ci_last_regenerate|i:1687963307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35dcd963e859b235d9f62e281c8a923a26e4a98c', '40.77.167.236', 1677385685, '__ci_last_regenerate|i:1677385685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35dd4555300f66c53c79c9f08bdc92debcfddbae', '190.56.55.113', 1673887652, '__ci_last_regenerate|i:1673887652;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673883430\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673887623;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35dda30dfed977608fd416e041352ffbd31e6afe', '17.121.115.43', 1660677087, '__ci_last_regenerate|i:1660677087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35e27e1a6cc85657e9f3c16d9e2d871725fa8f35', '130.245.169.70', 1657360543, '__ci_last_regenerate|i:1657360542;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35e3124f6fddde33c6c35a8b47dea28e0417c6d4', '52.167.144.74', 1687962033, '__ci_last_regenerate|i:1687962033;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35e36268dd17127e8b8327e71219d111d3f82687', '114.119.150.228', 1687833287, '__ci_last_regenerate|i:1687833287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35e4a5786ae64c6587b404047e18fae11358795d', '40.77.167.202', 1687326523, '__ci_last_regenerate|i:1687326523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35e587b9ad2c19d3ff3f980810d3c0ee43846886', '66.249.77.17', 1653118583, '__ci_last_regenerate|i:1653118583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35e6c304199efe16b139d03a3b71b8e9c434b9b9', '52.167.144.26', 1682501865, '__ci_last_regenerate|i:1682501865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35e97b60b1bcbab861e735e1f23b342d4b8a7e07', '157.55.39.51', 1669577811, '__ci_last_regenerate|i:1669577811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35ebfbcd0b03dccc4c159b646a28959876159a68', '51.222.253.20', 1671518511, '__ci_last_regenerate|i:1671518511;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35ec2c25ac45e18acbbb2de48ec5e236da2385ca', '190.148.158.75', 1663347355, '__ci_last_regenerate|i:1663338723;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663246907\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663347351;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35edcf8ddc2e6cff53aef691e72e9ba8dd2a60e0', '34.221.37.136', 1651151690, '__ci_last_regenerate|i:1651151690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35edfe6a60e488ec545c11018cab050c6249e871', '40.77.167.182', 1683647022, '__ci_last_regenerate|i:1683647022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35ee86503680539d4f2fcf54328ea9c7cba70373', '52.167.144.98', 1684709057, '__ci_last_regenerate|i:1684709057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35ef333999bc7ccc35b9f898d5d2ffedefa2786d', '51.222.253.5', 1659656267, '__ci_last_regenerate|i:1659656267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f044518a03d1266e44113a6c6f25c92f2e469a', '93.159.230.88', 1669705148, '__ci_last_regenerate|i:1669705147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f103edb016c86e26ca478f06c1faa4d67f2a49', '114.119.156.60', 1687830882, '__ci_last_regenerate|i:1687830882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f325ca53f5456b3d0fd2a5200592300f6417f0', '114.119.167.51', 1687582542, '__ci_last_regenerate|i:1687582542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f37fd5fe4bc2dc7bc78daedc48e2e900f7c4c7', '200.119.170.113', 1666727982, '__ci_last_regenerate|i:1666727982;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666727928;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f4944c74a756e90b3729bc9688a75b26b90b3a', '52.167.144.162', 1686510564, '__ci_last_regenerate|i:1686510564;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f4d23d4d1ae237da293c79128706224cfee79a', '51.222.253.15', 1680795757, '__ci_last_regenerate|i:1680795757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f4e2829bcd1c621d5815c8de87240865ba7e19', '52.167.144.95', 1680523349, '__ci_last_regenerate|i:1680523349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f6d23d672fb12bb37e6bbaf19c0949305c441c', '190.148.158.151', 1677333540, '__ci_last_regenerate|i:1677333540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677333538;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f73252acabf2fe21f5022ca975a72a17578633', '5.188.62.21', 1653310687, '__ci_last_regenerate|i:1653310684;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f74cfd58ba9b8c8f139906dbc702828a309cc7', '52.167.144.70', 1688284893, '__ci_last_regenerate|i:1688284893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f768978afe3fc1ac746d5aff48af53c7372a86', '190.56.50.6', 1686953941, '__ci_last_regenerate|i:1686953941;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686953771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f7740078b055d5b8a710f6582c7189923c9751', '54.36.149.14', 1687578907, '__ci_last_regenerate|i:1687578907;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f860f16430d92114c4c57bef406828a2638884', '51.222.253.20', 1657828183, '__ci_last_regenerate|i:1657828183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35fa4821bf5786f4ba12b80c23afa620868a9047', '207.46.13.205', 1671234196, '__ci_last_regenerate|i:1671234196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35fa9ce1dff2a590130e91f173003d492f2f150a', '157.55.39.173', 1669998592, '__ci_last_regenerate|i:1669998592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35fc11b4d3a8ee344528402075dbb8adb962ccf0', '114.119.131.166', 1688339820, '__ci_last_regenerate|i:1688339820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35fc1e0ae28000d6e9d7cd646be9d342238ec5aa', '52.167.144.166', 1686837538, '__ci_last_regenerate|i:1686837538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35fc4cff10999188dbfc6c53c22664572fde0541', '74.125.215.19', 1679447102, '__ci_last_regenerate|i:1679447102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35fc597e8d4647c623d0ae203879bd2893919fcc', '178.254.29.124', 1686019031, '__ci_last_regenerate|i:1686019031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35fd08e62ae08aebc8b6f601169d8868ed0711ca', '92.204.129.103', 1678462645, '__ci_last_regenerate|i:1678462645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35fd4286c31244020880dfde29f1f90500b24914', '190.148.157.203', 1663795512, '__ci_last_regenerate|i:1663795512;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663795146\";last_ip|s:15:\"190.148.157.203\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Mf6avPVRK4ieFBzyuk0t\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35ffa7e1b8bcc5329174bb5389b88e22852fa5c4', '114.119.146.129', 1688213484, '__ci_last_regenerate|i:1688213484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('360054aa8afb65fc8bd5767f89c6011ecc3d9094', '54.244.41.69', 1655908863, '__ci_last_regenerate|i:1655908863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36010591af7fa959fd5c65eb3262f99ec74f51cb', '186.151.141.14', 1682531848, '__ci_last_regenerate|i:1682531848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3604bc52d073ec9c4a2d2ba64ebd3d2ba72b1f24', '157.55.39.62', 1658329244, '__ci_last_regenerate|i:1658329244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('360822ca166a3168aab522b4656eb487758feef8', '190.148.252.96', 1673270867, '__ci_last_regenerate|i:1673270867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673270809;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3608ad1c2e90817ec071417adb4ac5bc56e872e2', '190.148.157.50', 1668733092, '__ci_last_regenerate|i:1668733092;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668732792;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3609a792eb6a6aa6c5a31b21cb872dd9cd9070f9', '40.77.167.85', 1684205859, '__ci_last_regenerate|i:1684205859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('360dcef236694740533f5850c0c1f6279d7e3eb5', '52.167.144.70', 1688180961, '__ci_last_regenerate|i:1688180961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('360df46c708c718338b01be73d0c0d82aa441080', '190.56.32.174', 1676685953, '__ci_last_regenerate|i:1676685927;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676685952;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('360fa8e43774ba3d9c4929a4e3b9118908fd123e', '114.119.140.186', 1685054791, '__ci_last_regenerate|i:1685054791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3611e8780afaf84eae082c0a5a67cd968a26e517', '40.77.167.13', 1672246880, '__ci_last_regenerate|i:1672246880;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36120693d9ddc41a1f0a29974f13d2eed4aca525', '74.125.215.21', 1665091598, '__ci_last_regenerate|i:1665091598;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361406f4241a7fe07e96264a8a897d0107d06741', '190.56.54.156', 1665176207, '__ci_last_regenerate|i:1665176207;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665176195;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36164b5b50b251993c1ce6fba29ae7042ab4af3d', '114.119.129.158', 1687536089, '__ci_last_regenerate|i:1687536089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36168a042af53ed7cbee2e2712140d4ab8264906', '40.77.167.182', 1683050344, '__ci_last_regenerate|i:1683050344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3616b25bdf9c5882da0004f2a929e7fe284e2baf', '40.77.167.37', 1667782058, '__ci_last_regenerate|i:1667782057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361819a8b554d776da7995ca497508adcfc2a274', '200.119.173.107', 1686864559, '__ci_last_regenerate|i:1686864559;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686864551;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361819cd21c375114de7917c5893a0f4709fc99d', '51.222.253.6', 1658796788, '__ci_last_regenerate|i:1658796788;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361986d93a5d8ab7c39a49cc477eb8188231643c', '190.56.32.35', 1671666033, '__ci_last_regenerate|i:1671666033;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671666019;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361a5319784f2d535591e5843718d102ec0f6ea9', '144.76.67.169', 1676801072, '__ci_last_regenerate|i:1676801072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361b16a003efafd3f9959cca66b1e7ed3f1b13fe', '190.148.252.151', 1671054981, '__ci_last_regenerate|i:1671054981;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671054953;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361bf0a11abf805d6ed9df94de007839adea7527', '52.167.144.162', 1686100749, '__ci_last_regenerate|i:1686100749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361c84d20aa04205e0b30550ff69053dab925179', '114.119.137.51', 1685357316, '__ci_last_regenerate|i:1685357316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361ca25d2a0bd0064d5813d19e88d7d5dbfa7882', '144.217.135.140', 1658780069, '__ci_last_regenerate|i:1658780069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361e24b899700d292e215daea613cbc09bfc8c93', '157.55.39.173', 1669167960, '__ci_last_regenerate|i:1669167960;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('361ee620b788aa2753c9383fa0d4309b3fb3dcc4', '52.167.144.171', 1685129290, '__ci_last_regenerate|i:1685129290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36202f93bc5b8593c13c35b2dc79cad86c37eb27', '52.167.144.98', 1686161831, '__ci_last_regenerate|i:1686161831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3621a3035a1c6be9063c4ff0a0e79d6c0cd2b2f8', '157.55.39.46', 1673213605, '__ci_last_regenerate|i:1673213605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3622922497274e3465e7a3a4cedc2d2275f02363', '54.36.148.26', 1680207459, '__ci_last_regenerate|i:1680207459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36264e6c911ce4199b2658e60b9f912fe1d7ba31', '157.55.39.131', 1662817257, '__ci_last_regenerate|i:1662817257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('362660914687062e11eb2f1f64f84a2d646841e1', '190.148.252.183', 1681225013, '__ci_last_regenerate|i:1681225013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681224926;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36266c01a0bec906b55a8e29e4e4bfbcc5fe26b6', '69.175.19.182', 1656275641, '__ci_last_regenerate|i:1656275641;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('362777d5561141c786e73aabf757f35c17b10ba4', '40.77.167.133', 1683842371, '__ci_last_regenerate|i:1683842371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36286e6d0d78ac22cada4201167a67a17d7df5e5', '207.46.13.236', 1655098693, '__ci_last_regenerate|i:1655098693;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('362b0cd2dc8c65cc9673853d3ec0c5b3928706fc', '51.222.253.8', 1677477138, '__ci_last_regenerate|i:1677477138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('362d314b132c3d4ca0bdddb9bdb691e4535c2d88', '40.77.167.191', 1682165550, '__ci_last_regenerate|i:1682165550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('362de9528556827d738191df35743ef9309599cb', '190.148.87.99', 1688425304, '__ci_last_regenerate|i:1688425304;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688425251;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('362e92aa385a59b5e5cd895012309573b9b739ba', '200.119.168.250', 1680696716, '__ci_last_regenerate|i:1680696716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680695633;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3631d6a0819eab5e934691099944642e5eecc12f', '40.77.167.249', 1680738775, '__ci_last_regenerate|i:1680738775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3632fc1c5c8d823527b96e031046f7baf0373bdf', '34.135.8.81', 1664346069, '__ci_last_regenerate|i:1664346069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('363365a727aa53029d6c7b6fa9c85f790fcb9484', '200.119.173.130', 1675864841, '__ci_last_regenerate|i:1675864841;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675861736;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('363373257bbfbe7a26c595b7436cec7e6eb310e3', '190.148.252.111', 1678108500, '__ci_last_regenerate|i:1678108500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678108469;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3633cf1f2458d20e4b86eceba79f174079f45bd0', '130.245.169.139', 1657878936, '__ci_last_regenerate|i:1657878934;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36343fdcbe11bcf7a99a759bcdc5c042a48586a5', '190.56.54.156', 1665151320, '__ci_last_regenerate|i:1665151320;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665149005\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665151318;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3634d66509004f4e6d549d8792b0ece03dfcce1a', '114.119.149.157', 1687170718, '__ci_last_regenerate|i:1687170718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3636ed197c407e08f00bef7d4c7f09a5d3847387', '190.56.54.156', 1665362830, '__ci_last_regenerate|i:1665362830;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665362759;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36373f09a0309d48de5a3bed5213434570bee255', '114.119.130.125', 1687503160, '__ci_last_regenerate|i:1687503160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36374cdb31d3a98d56a79e2712afdcdefeafb5bc', '52.167.144.164', 1686161771, '__ci_last_regenerate|i:1686161771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36379a6d57c4eaa30679a31cd2ce393081b254c5', '52.167.144.164', 1685129224, '__ci_last_regenerate|i:1685129224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36383052bac70151fd9a4151233cf1933fcc120f', '51.222.253.5', 1651325524, '__ci_last_regenerate|i:1651325524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3638b8f37ad01fa2d7744575ebd846ce0ae41e1c', '51.195.90.229', 1650840506, '__ci_last_regenerate|i:1650840505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3639190f04ea55f082669bc4d162197baed55a12', '190.148.252.96', 1673140639, '__ci_last_regenerate|i:1673140639;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673140616;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3639372f5eb07d0f8edc6e1fe09fbe7be9af0a6e', '114.119.141.15', 1688101875, '__ci_last_regenerate|i:1688101875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36395c70ae5a35d0018c1f38ee0d1e55b333b1b8', '52.167.144.70', 1688445252, '__ci_last_regenerate|i:1688445252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3639e2ce2b70641eab63f83762d82a78ed0c4e40', '149.57.16.7', 1653807042, '__ci_last_regenerate|i:1653807042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('363d19cf54e8f783c0913f7aafb48a912af664a6', '157.55.39.253', 1682423552, '__ci_last_regenerate|i:1682423552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('363f01809d82cb75cda271b196e523ec474edc47', '114.119.145.115', 1688374452, '__ci_last_regenerate|i:1688374451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('363fd1c6da68236145c5682d2aa20cd2f1f1a7f2', '40.77.167.182', 1683191036, '__ci_last_regenerate|i:1683191036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3641894a3e1ae52564f8a3eb7c64501bba54598a', '40.77.167.123', 1683265900, '__ci_last_regenerate|i:1683265900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36422a71cdbade291ce3eea7838d72d7471110fe', '51.222.253.8', 1684329887, '__ci_last_regenerate|i:1684329887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3642dee2ccadab62c39a57b36b2b8acd3e35bd73', '190.148.157.117', 1675562154, '__ci_last_regenerate|i:1675562154;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675562128;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36467cbcb6a61130361bcd74de82147b74dd22b1', '40.77.167.181', 1687213779, '__ci_last_regenerate|i:1687213779;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36470508ca2142f87c6677bbfe4b0bc6b342abbc', '157.55.39.125', 1655486455, '__ci_last_regenerate|i:1655486455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36476b3639539bdaab854fbb4ef801ecab5bf6eb', '200.119.173.131', 1657072769, '__ci_last_regenerate|i:1657072718;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657071725\";last_ip|s:15:\"200.119.173.131\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657072723;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364797b79c663ce00777bbb6e2164ebc9c3daeb9', '114.119.150.168', 1687197257, '__ci_last_regenerate|i:1687197257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364a2ef2220b3653cdb0d0f957d22bbcbc735d59', '52.167.144.94', 1687049214, '__ci_last_regenerate|i:1687049214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364ab68066da13125bb5cea965ec7595ce9b93a3', '52.167.144.63', 1687085269, '__ci_last_regenerate|i:1687085269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364b26dc857a031ce2d87d5ef3d06a5c86c01270', '190.56.55.113', 1673453287, '__ci_last_regenerate|i:1673453287;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673453278;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364b9dbd7fb5de3e37de2b8d79ad42fa7a5e1134', '157.55.39.80', 1670673705, '__ci_last_regenerate|i:1670673705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364ca7f8ef7edf11a49efeec9541e6593218e82c', '51.222.253.13', 1680773475, '__ci_last_regenerate|i:1680773475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364cd1a0e8e9d3a972b84ba08bccd725e127a589', '66.249.77.163', 1686585537, '__ci_last_regenerate|i:1686585537;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364e014e61e581e1771fa302205ccd813ad4d692', '207.46.13.230', 1657265295, '__ci_last_regenerate|i:1657265295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364f03f0fd264eada1ef2c581e55f98fafd27b25', '51.222.253.20', 1669553620, '__ci_last_regenerate|i:1669553620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364ff2349b681e389b0a777713020def3ee4f8b1', '51.222.253.10', 1664447712, '__ci_last_regenerate|i:1664447712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3650c97a09d4bfd18f10f72026ee5b528c98f190', '157.55.39.65', 1661606633, '__ci_last_regenerate|i:1661606633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('365191f84f8e0f8e090f80f84df85a0b85e1785a', '40.77.167.123', 1683390930, '__ci_last_regenerate|i:1683390930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3652e6ec63830a0dee1b4c7f3a6deaa26ba837fa', '207.46.13.10', 1671234220, '__ci_last_regenerate|i:1671234220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3657d64ddf545376262767bb98e3bb4c8f8b16c7', '190.148.252.111', 1678060632, '__ci_last_regenerate|i:1678060632;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678060626;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3657e9ecb9e6b60b14c6f5b0dcdad35f5ff6438e', '157.55.39.118', 1667912164, '__ci_last_regenerate|i:1667912164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3659e5f59f1d7f5da26ec98579c57acc0225709f', '114.119.152.221', 1688089091, '__ci_last_regenerate|i:1688089090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('365b5399321a41cc7197abc57c117cd85448a617', '190.56.32.35', 1671917186, '__ci_last_regenerate|i:1671917186;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671916907;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('365b5ef7c0067a1918acf447d46ded1fd7b7ba05', '51.195.90.229', 1650840910, '__ci_last_regenerate|i:1650840909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('365b60ca029cbcb561804be6f892828428f4c55f', '190.148.252.96', 1672943679, '__ci_last_regenerate|i:1672943679;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672943669;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('365bef86962d4f060011cb675fde64687ab8e96e', '190.56.50.15', 1667240348, '__ci_last_regenerate|i:1667240348;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667240339;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('365c205097d1981a177414ff8d315363c73433ef', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('365c47596f95ad6fd2c31595ffedcfa9fddc6eb5', '200.119.168.250', 1681134558, '__ci_last_regenerate|i:1681134558;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681059126\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681134550;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('365da4a7b7c21110a28f9adc70396421e0e78bf6', '52.167.144.98', 1684593709, '__ci_last_regenerate|i:1684593709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('365fbe94539aae99c42a0a4c88f6cd067c16afbf', '52.167.144.98', 1685649699, '__ci_last_regenerate|i:1685649699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3661e34ca330892a820da1fa4036bde8704f3eb9', '40.77.167.123', 1683361232, '__ci_last_regenerate|i:1683361232;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36623f6e463f09bce1b26ba57814f439e59e4ad0', '52.167.144.154', 1687463731, '__ci_last_regenerate|i:1687463731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36626cd7de2c16e97091ce1fd937055cb37a0c3d', '40.77.167.27', 1659307561, '__ci_last_regenerate|i:1659307552;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3663d0df0c64013c14256a789b32b1d70aa9115b', '114.119.140.44', 1685771818, '__ci_last_regenerate|i:1685771818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3663f9f41f6bde136a500b6fc384c52e610bd22f', '114.119.142.73', 1685458236, '__ci_last_regenerate|i:1685458236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36649dfb5c74b51e7489672c6824664363a0726f', '190.148.252.111', 1677968565, '__ci_last_regenerate|i:1677968565;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677967675;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3665ad45b366c28022040e6118c3c6b2602918fe', '52.167.144.162', 1686321474, '__ci_last_regenerate|i:1686321474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36677950205788cc2b2504c3b2f8f94b28ce661e', '40.77.167.101', 1687894280, '__ci_last_regenerate|i:1687894280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36683222527b15a80169ad39f6e8d2bf0cf428bf', '190.148.252.55', 1675731938, '__ci_last_regenerate|i:1675731938;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675731828;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3669d2bc94730b945f37772117cdabd511690fa7', '3.139.73.68', 1684425841, '__ci_last_regenerate|i:1684425841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('366caa074ac593dd1f0de3cf5c23bf515c9def72', '54.36.148.204', 1670568198, '__ci_last_regenerate|i:1670568198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3676855c4b5dbabfb797b8cbd3d7113a8c4e3b5f', '200.119.173.177', 1684875154, '__ci_last_regenerate|i:1684875154;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684875137;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3678763b26b48145b4eca9b426f1ffe63cca2c46', '114.119.144.143', 1685500780, '__ci_last_regenerate|i:1685500780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36789aeb1e3348e6ee1c4cdaad254a139cbbc4a1', '200.119.170.113', 1666708036, '__ci_last_regenerate|i:1666708036;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666708024;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('367982dec144f0d0e8300ac0e08413990a702850', '190.148.87.182', 1679595716, '__ci_last_regenerate|i:1679595716;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679595682;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('367abc3b2a17a4568d7576257f06a0c552cec09f', '157.55.39.130', 1673056521, '__ci_last_regenerate|i:1673056521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('367fb420efaaff688100c71a2e0489c88e7113f0', '51.222.253.19', 1686255693, '__ci_last_regenerate|i:1686255693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3681a96cec482c7ab548eaf2b6f1e32d02b36729', '5.188.62.21', 1656432677, '__ci_last_regenerate|i:1656432677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3681f181c1df17ec62f0459c1642e033d4241c6d', '190.148.157.98', 1679174686, '__ci_last_regenerate|i:1679174686;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679174680;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3683786e04d42bbf926b62bd98adadcdbc7b15df', '54.36.148.165', 1665809944, '__ci_last_regenerate|i:1665809944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36837dd6d845f60d4a2b0dd0df37b4a1ab0b26a5', '52.167.144.74', 1687930796, '__ci_last_regenerate|i:1687930796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36840c46d53fd81fd5ad5482d3b35534f12bdd3e', '20.223.49.193', 1651149582, '__ci_last_regenerate|i:1651149582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36858513167e2535eee9ded23bfa6fa66e6188ef', '190.56.173.213', 1683238991, '__ci_last_regenerate|i:1683238991;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683238971;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('368cedff2aa4b9d5115a7cb55b0fc72d81eb97fc', '40.77.167.170', 1676181476, '__ci_last_regenerate|i:1676181476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('368e362a8d379bed9acd1c85370812b70117fcaf', '157.55.39.90', 1663402651, '__ci_last_regenerate|i:1663402650;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('368e38f8b1d68e8a99c1723ee28064e8fd5a6ad7', '40.77.167.227', 1682425986, '__ci_last_regenerate|i:1682425986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36914368e7f37d09ffa852af1ada5b4e5a5a0b7e', '190.148.157.80', 1669322767, '__ci_last_regenerate|i:1669322767;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669322762;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36916ef78c30011e72f73b34f5469dbf26ed70b1', '40.77.167.170', 1676492501, '__ci_last_regenerate|i:1676492501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3691db9aecf95e218235222508d097d2f6f9567f', '40.77.167.123', 1682780336, '__ci_last_regenerate|i:1682780336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3692cb255ca5fb0c6adb3c7c1b2c261acc867876', '3.16.27.50', 1667542266, '__ci_last_regenerate|i:1667542171;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3692e6df848e6aa1b00e7bc8cb75a8afdfd40d08', '51.222.253.16', 1668125390, '__ci_last_regenerate|i:1668125390;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36940ede503eb197ec34711654eb23af9e3625d2', '18.236.88.135', 1687822199, '__ci_last_regenerate|i:1687822199;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3694aaedc75868dbf8bdc0b922edf69f1d92828f', '51.222.253.2', 1658277483, '__ci_last_regenerate|i:1658277483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3694dbce17251b747564428e6285019780afaa6c', '190.148.157.80', 1669242093, '__ci_last_regenerate|i:1669242093;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669236506\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"XVQS15DqJaRCzrfikots\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('369505e13e4a1cfe58ed72adf01ebdeb7aff210d', '173.249.31.237', 1659409250, '__ci_last_regenerate|i:1659409250;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('369725042c627c49f0ee88f7860a7d0458bcbbe0', '52.167.144.74', 1688334438, '__ci_last_regenerate|i:1688334438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('369891be0e8b2ca6fccb537d2c05ac173aab26e5', '69.167.36.21', 1681022753, '__ci_last_regenerate|i:1681022753;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('369965011c84c41e37884e75f15d85180ff2434e', '17.121.112.122', 1651861097, '__ci_last_regenerate|i:1651861097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('369a27730a448903779c93df8a5925d79414b4d1', '200.119.172.96', 1675382120, '__ci_last_regenerate|i:1675382120;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675382115;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('369a71502c56019e0527e7e50a66ccc8af10c3de', '54.36.148.251', 1659984323, '__ci_last_regenerate|i:1659984323;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('369b0b65f3607c9ab29743937c8a31cd7b88fe50', '190.148.252.183', 1681408792, '__ci_last_regenerate|i:1681408792;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681408778;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36a132bce6ac6779dfc8b17d24ad814a72bd82f4', '54.213.90.183', 1681824635, '__ci_last_regenerate|i:1681824635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36a13ff5a2a3169f7b9bb26c5641ec1075478070', '190.148.157.80', 1669138556, '__ci_last_regenerate|i:1669138556;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669074282\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669130927;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36a17b7f22bc75d1110f56a078302bf4f8928917', '190.56.32.243', 1684596871, '__ci_last_regenerate|i:1684596871;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684596731;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36a63f36a563e5470b2b9952375b869de26fb7e7', '5.188.62.76', 1656401082, '__ci_last_regenerate|i:1656401079;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36a71ceb47d3845e6f074821e756c7c27b2c9b1b', '34.222.231.49', 1682988088, '__ci_last_regenerate|i:1682988088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36a8081ded85b110b42b18787b743148fcc33bb4', '40.77.167.64', 1674925331, '__ci_last_regenerate|i:1674925331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36a90327c278aaae7db1abedb31741dae702a72e', '51.222.253.17', 1668164143, '__ci_last_regenerate|i:1668164143;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36a95d53639c60b8ed9366a48f1e803b37f13545', '190.56.32.162', 1686532041, '__ci_last_regenerate|i:1686532041;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686532024;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ab5b3fec0880e62794fd71fac1daac9f5652dc', '52.167.144.63', 1687159836, '__ci_last_regenerate|i:1687159836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36acd5da1c28e84c15d5534eec93d6c8881be2ed', '200.119.168.250', 1680707106, '__ci_last_regenerate|i:1680707106;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680706346;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ae54ebc3b1e1f2eeb691f5650ea4d9648ebf62', '52.167.144.70', 1688219885, '__ci_last_regenerate|i:1688219885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36af655dba39e2824e9fe4766cb81c1c7b8de7f0', '69.167.36.21', 1681022750, '__ci_last_regenerate|i:1681022750;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36b049633f034720c5dd5cad61ec92b1a4afe980', '114.119.143.152', 1684368815, '__ci_last_regenerate|i:1684368815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36b0555bd23743fdd60f6fd19e12589287dea446', '114.119.149.183', 1686122358, '__ci_last_regenerate|i:1686122358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36b52cc21e9fc3c01721afb5b101944b4182461e', '193.235.141.164', 1684613074, '__ci_last_regenerate|i:1684613074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36b5f9c1280059a3210bb538dc73876335fc0f2e', '167.248.133.46', 1652455282, '__ci_last_regenerate|i:1652455282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36b72caccfc8f534595de1affc707829d0e834e6', '190.148.157.80', 1669389032, '__ci_last_regenerate|i:1669389032;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669389012;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36b87d132098d2e42a78f074b35906a84af90567', '190.148.158.175', 1672415271, '__ci_last_regenerate|i:1672415271;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672348758\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"vqAtSTKup5rsMjiPQ9fw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36b8c038000686f4f710f4c0a89c7b93b0073086', '40.77.167.79', 1654136359, '__ci_last_regenerate|i:1654136350;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36bb688ac761b30e4c39f4440782ec6bc8c87344', '190.104.119.122', 1651020022, '__ci_last_regenerate|i:1651020022;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650987096\";last_ip|s:13:\"190.56.32.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651019720;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36bb89ff8d25a42a063abe3fcbd76c14b42d064d', '51.222.253.18', 1681155803, '__ci_last_regenerate|i:1681155803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36bbd070d0bbb2a754a9b6e476e6335531f80dc5', '190.148.252.111', 1677797274, '__ci_last_regenerate|i:1677797274;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677795720;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36bcab3769823699c7679bf3c24335eb6a251f79', '114.119.150.227', 1685969719, '__ci_last_regenerate|i:1685969719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36bcb0cb7fdaa3c0e11b1481568a68a03600aa89', '51.222.253.9', 1673087140, '__ci_last_regenerate|i:1673087140;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36bdf08e009acdd4a19ae4437b8b8c936254e887', '52.167.144.98', 1686767641, '__ci_last_regenerate|i:1686767641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36be8f75fa0636d5a9bce5261f011d0883954e89', '51.222.253.4', 1662540021, '__ci_last_regenerate|i:1662540021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36bea4f08eb2eba5a9fde8ca791c22c86a8bde66', '17.121.114.92', 1655397696, '__ci_last_regenerate|i:1655397696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c18349a235c21aeee746d1e46a5ad1f1d54b68', '52.167.144.171', 1684484663, '__ci_last_regenerate|i:1684484663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c28e7dbeff2c1d782b4c774efc0f9aa0182736', '54.36.148.124', 1653105863, '__ci_last_regenerate|i:1653105863;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c5a317574761567d087638b7b39eb1055804e0', '54.36.149.35', 1653602455, '__ci_last_regenerate|i:1653602455;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c6037d07c4932321f9664b79a2e704cc0a6584', '190.148.87.96', 1678288195, '__ci_last_regenerate|i:1678288195;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678288160;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c62ac720952de9abd6ddc20e2f1056197702fe', '190.148.158.69', 1685983358, '__ci_last_regenerate|i:1685983358;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685983351;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c73b630411143be7f6c2ed4a0833e107e9f1b9', '207.46.13.41', 1670935403, '__ci_last_regenerate|i:1670935403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c77fe15b1df9aeec3cc8f1768e0460bd48dbfb', '51.222.253.9', 1654969295, '__ci_last_regenerate|i:1654969295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c896ce77f3a1cd219af5d9a5cdbddde4a54ed3', '40.77.167.123', 1683381317, '__ci_last_regenerate|i:1683381317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c8e1a0f6ac41cc636804c877154b081ed2859c', '17.121.112.78', 1661939797, '__ci_last_regenerate|i:1661939797;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ca0f07cabcfabab0aab97282b8f6a3c5e171e3', '114.119.138.214', 1687556226, '__ci_last_regenerate|i:1687556226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ca43727722d8a3f9cc12af47cd340766e452bc', '190.148.252.178', 1657402266, '__ci_last_regenerate|i:1657402266;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657393090\";last_ip|s:15:\"190.148.252.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657402257;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ca6690b0551f6a6423c0b51d08bd14cf4ab88a', '40.77.167.227', 1682367581, '__ci_last_regenerate|i:1682367581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36cb642c0c838957efc5f99d6544e3e26302a427', '40.77.167.161', 1676871227, '__ci_last_regenerate|i:1676871227;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ccdc662d7fd4ee5ddb288da898d54c2e0e1a04', '114.119.140.217', 1688225291, '__ci_last_regenerate|i:1688225291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36cd067f40f16cd7263de657150005eb9dee879a', '200.119.170.137', 1668727819, '__ci_last_regenerate|i:1668727819;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668726136;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ceaaecf126a90751700fa31ecaa6d17765cfce', '52.167.144.74', 1687930796, '__ci_last_regenerate|i:1687930796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ceb01e803299335f5b527fe7717e85fdd22bd4', '52.167.144.70', 1688219884, '__ci_last_regenerate|i:1688219884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36cef7785f86e6505d94d5a6b4e46b3fa517eaea', '51.222.253.9', 1652139183, '__ci_last_regenerate|i:1652139183;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d092add6286a554f042675a7e922bbf71be21e', '51.222.253.9', 1664427796, '__ci_last_regenerate|i:1664427796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d2814d6c4f29d9957e60cf238e027b6cc23518', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d311ae6f10489e6feda01f8328cff90420218d', '157.55.39.51', 1669174365, '__ci_last_regenerate|i:1669174365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d3f9ac0d043219bb0a671e0bd7a900baadffb2', '200.119.172.95', 1659540831, '__ci_last_regenerate|i:1659540831;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659464807\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"PGxmt4KWdRVSgcz2wvTp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d4616987e03e7e96e6aa98f8c28e53207f31fc', '51.222.253.5', 1662895099, '__ci_last_regenerate|i:1662895099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d47963579a0027537dca02f109a99e1bbab16c', '40.77.167.161', 1675677322, '__ci_last_regenerate|i:1675677322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d549d5a60a7a40ee41b543224e71405d6f7067', '82.80.249.158', 1668921113, '__ci_last_regenerate|i:1668921113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d599e41a7f69af9c139f56f43ecdb6f91c4a0a', '34.221.229.150', 1652708516, '__ci_last_regenerate|i:1652708516;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d5f770c9492a616b92b5431817391bd16b85ab', '190.148.157.53', 1684176720, '__ci_last_regenerate|i:1684176720;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684162940\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684176507;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d844d66e65c6a434b56577b9c0fa059f0d1ed6', '52.167.144.171', 1685129291, '__ci_last_regenerate|i:1685129291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36d9899583a049b8f6684b738b5159bd5f2232cf', '128.199.64.72', 1652270688, '__ci_last_regenerate|i:1652270683;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36dcc406ae50696bed03626a52932a2e7ff7e377', '51.222.253.10', 1668246874, '__ci_last_regenerate|i:1668246874;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e41bc293e4267592855256e5fc82ac8129e151', '207.46.13.10', 1671347508, '__ci_last_regenerate|i:1671347508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e42200461cfbb7d62149677b43df9a24d75fbb', '200.119.172.60', 1675001940, '__ci_last_regenerate|i:1675001940;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675001507;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e52d68dca478fdc7636a68712576a54d162939', '193.201.9.12', 1657621519, '__ci_last_regenerate|i:1657621518;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e5d4fb112b4be0da5480a3928400b6c2791747', '52.167.144.166', 1686901537, '__ci_last_regenerate|i:1686901537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e6109ee8122bb8df762416ac735ca0b678fe97', '207.46.13.180', 1652747921, '__ci_last_regenerate|i:1652747921;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e6581e611165e727795f2ecb8ff93692078f81', '200.119.171.24', 1665932728, '__ci_last_regenerate|i:1665932728;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665932727;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e68f03ff20c7df8db69a4e8cc0c8cef2872ce5', '198.251.73.45', 1669807893, '__ci_last_regenerate|i:1669807893;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e773ba80895ed8197b976c97bcd3f2ad83a177', '114.119.136.174', 1686704373, '__ci_last_regenerate|i:1686704365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e82cf527d2c35d53a8d223bae50721c5baae2a', '200.119.169.52', 1664903969, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664903969;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664903320;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e8952804403acfbfd9d4513c8b1d2e2a26f49e', '200.119.170.143', 1670241548, '__ci_last_regenerate|i:1670241548;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670241529;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36e9c8811bcb0cb6204edb187d4610841ef68015', '40.77.167.23', 1674213646, '__ci_last_regenerate|i:1674213646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ee269ec99588aecc47be6f5b71a83086e0e4c3', '207.46.13.230', 1657130604, '__ci_last_regenerate|i:1657130604;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ef6e850b3b16cc8c263871df92ac4e4b51e2d2', '200.119.173.78', 1682867328, '__ci_last_regenerate|i:1682867328;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682867187;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f07f8966241e989709ba7cd0d99a9266826468', '52.167.144.93', 1678112892, '__ci_last_regenerate|i:1678112892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f0e189e4602fa1cee244bfbc255067c79750e4', '51.141.35.108', 1653756133, '__ci_last_regenerate|i:1653756129;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f27e82fb7dd530d8d15458b47cdb667e410e68', '181.174.127.36', 1688046970, '__ci_last_regenerate|i:1688046970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f4a6c636eaed86633a42eea74eda7acdc2ab3f', '52.167.144.74', 1688036814, '__ci_last_regenerate|i:1688036814;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f561788817ed17651b0eb7d2768c7f262f5239', '52.167.144.61', 1688311811, '__ci_last_regenerate|i:1688311811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f61a2a5f636679697054ec6e87356828a03ff3', '157.55.39.94', 1672479233, '__ci_last_regenerate|i:1672479233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f8145b2b0425917b7211d581483411531aef67', '190.56.32.243', 1684622685, '__ci_last_regenerate|i:1684622685;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684622625;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f84c93ec9b21650dae9d2ec8dd80478b8ee809', '40.77.167.91', 1686964919, '__ci_last_regenerate|i:1686964918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f85a074d397a414f4256992ddb644a27a3a1e3', '198.204.238.211', 1683241858, '__ci_last_regenerate|i:1683241858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f8c0e7621f8f4e3852361ec1d3195d1d00d6ed', '66.249.79.195', 1688500270, '__ci_last_regenerate|i:1688500270;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36f947ae85942719f6f29e1de82f55b29c7091bc', '5.188.62.21', 1656448456, '__ci_last_regenerate|i:1656448454;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36fa8a63fe6e47be6114120c8523f377a6b028bc', '34.72.86.192', 1654004410, '__ci_last_regenerate|i:1654004410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36fc81bbd6a0beb8a890d086347fd8c63df5b445', '190.148.87.182', 1679689882, '__ci_last_regenerate|i:1679689882;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679689881;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36fcea7cbd61a0d41d314b71a5264e3341afd8b3', '66.102.8.68', 1674438556, '__ci_last_regenerate|i:1674438556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36fda0549a15e22ecbbc5578404df07fec1087a5', '157.55.39.80', 1670374740, '__ci_last_regenerate|i:1670374740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36fdfa89cb86e79dc68753831583efd72899a381', '190.148.158.151', 1677243395, '__ci_last_regenerate|i:1677243395;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677243355;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36fe5b3eb0cb96a2dea1f1b9a22e6147f340bcf5', '52.167.144.98', 1684736461, '__ci_last_regenerate|i:1684736461;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36fe73b0f75d0251647a5791a574014f7f8a9b44', '51.222.253.14', 1678450314, '__ci_last_regenerate|i:1678450314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36fef34966d67d40e6bfd69a01ad2af6de6bb345', '157.55.39.79', 1657845332, '__ci_last_regenerate|i:1657845321;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36ff1444e78c0b44c935c46f409a118b5d3ae777', '52.167.144.164', 1686635488, '__ci_last_regenerate|i:1686635488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37000b517ed8a3d16a3153a7f50c3858e6c49202', '40.77.167.49', 1664423466, '__ci_last_regenerate|i:1664423466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37005a55e8d1e9a4394d68774e454ff3bf767415', '200.119.173.177', 1684977275, '__ci_last_regenerate|i:1684977275;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684977265;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3702e3108ee697079f129313f8bc91b22f455a04', '35.90.251.60', 1681912677, '__ci_last_regenerate|i:1681912677;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3702f9809a74d91adbf01e45733fa680165cb560', '190.56.32.174', 1676502810, '__ci_last_regenerate|i:1676502810;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676502783;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('370485df6583246076bea60af6e5fbc01dd599cd', '200.119.168.9', 1656122972, '__ci_last_regenerate|i:1656121973;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656117442\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656122123;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3705f41ec52c375a4b8cf0cd484a0926cfe59156', '190.148.157.117', 1675543248, '__ci_last_regenerate|i:1675543248;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675542235;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('370616be749cdd74becf38279fc89c4858abd2a2', '157.55.39.79', 1668367006, '__ci_last_regenerate|i:1668367006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37067cb47b722b72d66fb7b5783c836df72afa43', '52.167.144.166', 1686908548, '__ci_last_regenerate|i:1686908548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3707987726ada433698dd1a9482666814543a8c5', '114.119.150.94', 1687872173, '__ci_last_regenerate|i:1687872173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3708c4a9ea3be25e09ade94b02cce40eb6c05f41', '40.77.167.224', 1687463747, '__ci_last_regenerate|i:1687463747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37096d3404faf281d6e461e07812e0cf5707f3a7', '190.148.157.53', 1684186009, '__ci_last_regenerate|i:1684186009;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('370daa88fd1ce73fb8b1c5634824bbb9619f4551', '114.119.131.211', 1685808044, '__ci_last_regenerate|i:1685808044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37103659682424ba357cb5e02aae2f1d0c4e4f90', '40.77.167.250', 1677619541, '__ci_last_regenerate|i:1677619541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('371312d534a172ff6a6201af0409371bcb0c451d', '52.167.144.59', 1687162145, '__ci_last_regenerate|i:1687162144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37137dfb04db830061cdbb97b142e989a9e578d7', '207.46.13.205', 1671234196, '__ci_last_regenerate|i:1671234196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3714dcd7879421b6f81198d80b16225a877e69d8', '52.167.144.162', 1686667323, '__ci_last_regenerate|i:1686667323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3718f838c15ba0e79031cc0f2e56741272c76689', '190.148.252.233', 1668906364, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668906364;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668905976;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('371a260b17bca3ca2d53d4412ed80cb5d39e2abd', '52.167.144.82', 1687232717, '__ci_last_regenerate|i:1687232717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('371bab33e9db7745a2cf4d2541e5d2cf359d4794', '52.167.144.70', 1688296431, '__ci_last_regenerate|i:1688296431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('371ca928ce757070764ff9ffd30909b0b27c5066', '114.119.131.206', 1686869123, '__ci_last_regenerate|i:1686869123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('372023ed0da86c9849a899876be3b411ae0b21a3', '157.55.39.171', 1675198396, '__ci_last_regenerate|i:1675198396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3723340173c96b2ab7d8631edecddae0451e1869', '200.119.170.237', 1658268127, '__ci_last_regenerate|i:1658268127;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658179886\";last_ip|s:13:\"190.56.50.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"e02qtcRr7wpDhKoAuOxs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3724aed00f1236ad7618dcba1ce97f8346e51bbb', '207.46.13.175', 1673012758, '__ci_last_regenerate|i:1673012758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3724d0f1c65cc8cd2de12861859afad69f853094', '207.46.13.224', 1680326024, '__ci_last_regenerate|i:1680326024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37251ffa6defdd0b03f50a81bc80ab55c6d6af82', '114.119.157.96', 1685986838, '__ci_last_regenerate|i:1685986838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37257dda35ea8133bfc58e53254229aead3284c7', '208.80.194.41', 1651393030, '__ci_last_regenerate|i:1651393030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('372588f3c3c19c26105cf7a87966cba688089d89', '54.36.149.7', 1657351431, '__ci_last_regenerate|i:1657351431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3729e930a9e66e15d350830a81df738da7d31410', '52.167.144.109', 1680274316, '__ci_last_regenerate|i:1680274316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('372ae6056637ebccda38f3d077f9c93f9bd4b921', '157.55.39.54', 1659643922, '__ci_last_regenerate|i:1659643922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('372b0f6cc7404fda394d6fd18ab52c9559fe5f92', '93.159.230.83', 1662055883, '__ci_last_regenerate|i:1662055883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('372d6c643f83360434388eeb02fe40b227473469', '52.167.144.162', 1682841278, '__ci_last_regenerate|i:1682841278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('372e9f5c7fbb51c255038539103eb2610a73d530', '52.167.144.54', 1675732164, '__ci_last_regenerate|i:1675732164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('372f409bcb152db5df3efbaf54d64edff2df4618', '190.148.252.235', 1666886710, '__ci_last_regenerate|i:1666886710;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666886631;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3730388483231be77a31f145458d243cf04868c9', '114.119.145.154', 1685455858, '__ci_last_regenerate|i:1685455858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3734a3eb651eeb8974cbe7994f2dee2c0cdfc238', '190.148.158.69', 1685665377, '__ci_last_regenerate|i:1685665377;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685665365;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37357c10159a058ec87d3fa54849d88bb867ea2f', '35.192.218.43', 1654178087, '__ci_last_regenerate|i:1654178087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3737ed2ad08d6fbca8fd31adcb111bc84847ab01', '40.77.167.123', 1682705240, '__ci_last_regenerate|i:1682705240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('373a8d789e3ce2d594278f723a06f59962e6984f', '157.55.39.112', 1663611845, '__ci_last_regenerate|i:1663611845;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3742f36d7cc1976f0f308122a300219b0bfb20d0', '114.119.131.116', 1687645464, '__ci_last_regenerate|i:1687645464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37441f636493de3d82519b1457fc942e66fb1420', '190.148.157.177', 1682298041, '__ci_last_regenerate|i:1682298041;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682297955;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3745e6525d42c7620819e7e811cd29ff83803fe4', '200.119.172.60', 1675024526, '__ci_last_regenerate|i:1675024526;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675024186;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3746c100c6f0394d99558449c58ac8fa7e5fd7ce', '40.77.167.49', 1665221349, '__ci_last_regenerate|i:1665221349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3747b8bf3ccd39974d142f613364737aac0d9a50', '194.187.251.155', 1651188437, '__ci_last_regenerate|i:1651188437;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37481e65e82ba9c6b8e7094638542d22a6a2008a', '157.55.39.100', 1672124177, '__ci_last_regenerate|i:1672124177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37497079298c306b753125420ef6d8821828030a', '104.41.225.47', 1681047477, '__ci_last_regenerate|i:1681047477;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37499d1ae6afba381221b8a6da0dd1371f158834', '52.167.144.164', 1686510627, '__ci_last_regenerate|i:1686510627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('374aca3354a63f8f36be9942d0e1e2033d047b93', '74.208.2.160', 1672659755, '__ci_last_regenerate|i:1672659755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('374b97edd45c199961d845a41ca7edc3ba255ff7', '40.77.167.56', 1673194352, '__ci_last_regenerate|i:1673194352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('374e769c4d910801715a92051748867ebbb4840e', '200.119.168.9', 1656295004, '__ci_last_regenerate|i:1656295004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('374ea3039a3c5c5dab531b520a3da10b2873819c', '52.167.144.26', 1682410996, '__ci_last_regenerate|i:1682410996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37542b785bd874ab4a774365e0386c409755fb07', '52.167.144.70', 1688334431, '__ci_last_regenerate|i:1688334431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3756869640a9d24c40c68404c34af284573494d3', '190.148.157.117', 1675535970, '__ci_last_regenerate|i:1675535970;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675535948;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3756b3dce72f6b55294ebec37b64708b7e7dcd2b', '38.41.224.130', 1687382526, '__ci_last_regenerate|i:1687382526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3756ccca319ea09cb863d9f8cd012c31ed09b843', '114.119.138.151', 1688282721, '__ci_last_regenerate|i:1688282721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3757ac2fc9a8456b3b7094005023c900a7cb7976', '200.119.172.126', 1652821024, '__ci_last_regenerate|i:1652821024;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"y8KVELfZ159vOig0z4wD\";last_activity|i:1652820336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3759129ec9355ac318cd53ec481ec6106082d16e', '114.119.142.47', 1687789463, '__ci_last_regenerate|i:1687789463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375b83905d20bbf53bfc02d2c4596ae3c1fa31f3', '157.55.39.253', 1682311510, '__ci_last_regenerate|i:1682311509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375bea58439ebd84f8ad32892c118f1d2f6734a6', '40.77.167.221', 1680774685, '__ci_last_regenerate|i:1680774685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375bee00602c3a0081cc92eda85aabf04e718bcf', '17.241.227.235', 1679734444, '__ci_last_regenerate|i:1679734444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375cff5a06552a707bc7c30800bad264c5aaf893', '190.148.252.151', 1671067058, '__ci_last_regenerate|i:1671067058;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671066071;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375d2b2b7bdb81011c54117bb19f1e557712fcb0', '52.167.144.154', 1687644144, '__ci_last_regenerate|i:1687644144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375e3394c1130c3424b2dd3861a791f3f5754d0d', '52.167.144.164', 1685362278, '__ci_last_regenerate|i:1685362278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375e4457002589fda58db5b6d2e705e05dc67102', '40.77.167.123', 1683265910, '__ci_last_regenerate|i:1683265910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375e89163a6af1070aac2af32a72c2cf18633a78', '207.46.13.234', 1659373225, '__ci_last_regenerate|i:1659373225;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375f998501c726e06400b350f9cefd2bb1e2ab5a', '157.55.39.69', 1671654814, '__ci_last_regenerate|i:1671654814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3760a72c66b5f4a456a608b9767451ade2680f3a', '190.148.87.96', 1678393683, '__ci_last_regenerate|i:1678393683;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678307998\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"KABhNOV5QPuI6JtmaZH0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3761cb6edafa83299e19ca91319aaa207c24870d', '200.119.168.250', 1680642008, '__ci_last_regenerate|i:1680642008;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680641295;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3761e95376e3bd59d5ba82dbd857f58f338ee18a', '52.167.144.91', 1680903036, '__ci_last_regenerate|i:1680903036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37679a400e4fa19cb1b93578e7876d65b58666f0', '54.36.148.46', 1653846237, '__ci_last_regenerate|i:1653846237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37681c5fc95409dc9999d7e63df4b02efd80d7e2', '200.119.169.52', 1664912655, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664912655;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664912652;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3768790ba355d2cfda9d1daa7ef9f94c059ab38f', '114.119.135.158', 1685359077, '__ci_last_regenerate|i:1685359077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('376a61fb8d60e570334b1b25b864e8385eff120c', '40.77.167.178', 1677031675, '__ci_last_regenerate|i:1677031675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('376b983ef1cba78363481fb6bbb4d1b5c3edb277', '157.55.39.128', 1673706282, '__ci_last_regenerate|i:1673706282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3770d21438a51b79b0fd35bb5454f7c9c5d119b6', '69.160.160.58', 1680641191, '__ci_last_regenerate|i:1680641190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37726ed839f0885b72a85c3c39689922377c6097', '114.119.146.18', 1688006053, '__ci_last_regenerate|i:1688006048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3773be67c9f0ed2bed03e3f4abede0a93c4b9fc2', '40.77.167.123', 1682893737, '__ci_last_regenerate|i:1682893737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3773e6edff7df8d518ed06d961784ea2eccd6570', '144.76.151.42', 1650867214, '__ci_last_regenerate|i:1650867214;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3775a3f3629775eb5f525c97e7810e419f48e849', '93.115.4.181', 1656286232, '__ci_last_regenerate|i:1656286232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37762eca45fff14ce06b20b018f76337b7ded6dd', '40.77.167.2', 1668367022, '__ci_last_regenerate|i:1668367022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377995771d5ad671ea2b2a26e32572e07829d420', '52.167.144.61', 1688003731, '__ci_last_regenerate|i:1688003731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3779a7f1229d497ce5aa0665eb1ca3d8b32f41e6', '190.56.55.113', 1673884750, '__ci_last_regenerate|i:1673884750;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673879211\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673884675;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3779db80f50fbca400060deb0c824ed962c2d962', '52.167.144.45', 1678333070, '__ci_last_regenerate|i:1678333070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377a91c74b3382cc09f955c51acb2ebdbdfe2d9c', '51.222.253.1', 1658915183, '__ci_last_regenerate|i:1658915183;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377ab3a81615060f7f994896f2a11b43de6354fa', '112.211.96.131', 1653289002, '__ci_last_regenerate|i:1653289000;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377b0485e855f533aa61990579cab3ffa14c01ba', '17.121.114.164', 1660419098, '__ci_last_regenerate|i:1660419098;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377b3965056671202c9e2a2424dd8242fcfc2165', '52.167.144.31', 1681261101, '__ci_last_regenerate|i:1681261101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377be55b74d315e244b8a0be372ff6b10da83438', '200.119.168.109', 1668880353, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668880353;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668879595;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377c7fe547675632ec3fcb120dd4ea263c68cb73', '190.148.252.233', 1669074233, '__ci_last_regenerate|i:1669074233;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669043701\";last_ip|s:15:\"200.119.168.108\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669073315;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377dbd3ff1ed65e0bf310e1d6e97b078136643a3', '40.77.167.182', 1683288492, '__ci_last_regenerate|i:1683288492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377f2ef1e92fd692a0972e6cff84a30ff85c6ba7', '198.251.73.117', 1679118699, '__ci_last_regenerate|i:1679118699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('377faa5530a9ab3b9c517e06b3aff4a904b9b9fa', '190.56.50.15', 1667132309, '__ci_last_regenerate|i:1667132309;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667132300;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3780970fb44c90bb45a01b7789278defb1944187', '190.56.173.175', 1653051924, '__ci_last_regenerate|i:1653051924;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653007530\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653051372;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3781c3c61df7e664de106cf337f61ad0ce6de84b', '190.56.173.213', 1683395124, '__ci_last_regenerate|i:1683395124;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683394539;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3781feb088809a87553db4f6d6748303390bd49c', '121.4.79.217', 1659408062, '__ci_last_regenerate|i:1659408062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378217b27c5aaad46267cae4f433f00a2cd020d3', '40.77.167.123', 1682993038, '__ci_last_regenerate|i:1682993038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3783bdd16377794fd8fd8a8489ae2b49b010b7e2', '157.55.39.79', 1669167643, '__ci_last_regenerate|i:1669167643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3783c404892f4c2fe93055bb756d2ba225881d37', '207.46.13.12', 1675777470, '__ci_last_regenerate|i:1675777470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3785ac1d2102714854beb1ddfbb3eb6e9ab7035d', '18.237.90.169', 1675775146, '__ci_last_regenerate|i:1675775146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3785e6cb732d9356f6cc2efd5c4a8b2f5c6bf427', '190.148.157.206', 1656613856, '__ci_last_regenerate|i:1656613856;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37861d2454444b0ec2a679e5678649466b064390', '92.205.25.182', 1656609537, '__ci_last_regenerate|i:1656609537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3786888c1a04a5827e064ccf2401931e0a27aa81', '35.166.84.84', 1683419410, '__ci_last_regenerate|i:1683419410;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3786c63aa0856b04bcf4d2d9c19cbe9d0ea97511', '200.119.170.30', 1660224403, '__ci_last_regenerate|i:1660224403;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660154718\";last_ip|s:14:\"200.119.174.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660224266;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378aa36d0959cb024e4ec33b02e4da88fdf246ff', '40.77.167.56', 1673213617, '__ci_last_regenerate|i:1673213617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378b5ecf743a67538e9f5f250896a6be7b4c5b01', '40.77.167.202', 1687583623, '__ci_last_regenerate|i:1687583623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378b9857b7181b1b20411f5b1447814548576a18', '200.119.173.87', 1663008372, '__ci_last_regenerate|i:1663008372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378bed632fcf1e876229b631b6a2c23f73c031fc', '40.77.167.11', 1673919441, '__ci_last_regenerate|i:1673919441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378bee06a5b92405426834153fcc3f872f7bf3da', '52.167.144.28', 1679469828, '__ci_last_regenerate|i:1679469828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378cbba4f65673fbe78abd617f0e0bf7b1963dd5', '190.148.158.151', 1677521557, '__ci_last_regenerate|i:1677521557;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1676496793\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378dd771452cf88872186d616fcb51f39637eaf0', '190.56.50.241', 1676414237, '__ci_last_regenerate|i:1676414236;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('378f4be1c5f9efa225df109faea4314f5f3f2353', '54.36.148.203', 1656022815, '__ci_last_regenerate|i:1656022815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3790546b8d2ab8d0ee8bd949532f41d8f7c3555d', '52.167.144.70', 1688234846, '__ci_last_regenerate|i:1688234846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3790a50ef8108426adedfd02011b3e548dc6c27f', '52.167.144.74', 1688505784, '__ci_last_regenerate|i:1688505783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('379113084d561c433afe38ecf2949403ca241932', '157.55.39.65', 1661404310, '__ci_last_regenerate|i:1661404301;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3791fe18fe4cd16d644972301d43dc9ecdfe011d', '190.56.32.32', 1686149354, '__ci_last_regenerate|i:1686149354;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148410\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686149279;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37959b5b928b1a9b585504cda7f6ce3e07076342', '207.46.13.211', 1679581049, '__ci_last_regenerate|i:1679581049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3795c9ac64acde8d31556ce69c456156b33b30ab', '51.222.253.19', 1669268537, '__ci_last_regenerate|i:1669268537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3796bd0e5d88148b608889a44c1a7297ac4a2096', '51.222.253.9', 1656929063, '__ci_last_regenerate|i:1656929063;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3797364f0b8a621ebba0b8fc7a6e3e2fc141df77', '51.222.253.14', 1687596466, '__ci_last_regenerate|i:1687596466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3798013c9fa2c6b86a36816f5f678c6def082a87', '40.77.167.123', 1682993038, '__ci_last_regenerate|i:1682993038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37980dc718f120dd0b275d94bb9e891270fd282e', '74.208.2.213', 1668050098, '__ci_last_regenerate|i:1668050098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3798b0696284e35af80f34d77da8e4cb43bbf7cd', '190.56.49.159', 1653352651, '__ci_last_regenerate|i:1653352651;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653339509\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3798cfd1367938f0ca5c8b2932fa8c274776ccc3', '114.119.129.175', 1686652610, '__ci_last_regenerate|i:1686652609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('379c725ee2a2fe11b4f73ad86549317467b60414', '51.222.253.18', 1675572149, '__ci_last_regenerate|i:1675572149;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('379f81471b397d06d2df3a12f1d2befedfd15f87', '147.182.171.81', 1650861188, '__ci_last_regenerate|i:1650861188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a0223b4c9c163fc0f47f9bddc6e5d26305188b', '52.167.144.105', 1677794778, '__ci_last_regenerate|i:1677794778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a0253e27f80a8eb6c574399a2df86c9e7fc415', '40.77.167.175', 1680192996, '__ci_last_regenerate|i:1680192996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a08f41996811c977bb6910a4f9dbdc24652c11', '54.36.148.184', 1654636924, '__ci_last_regenerate|i:1654636924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a21e3404ec3a3661e38088373debc2e1187531', '207.46.13.215', 1680269277, '__ci_last_regenerate|i:1680269277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a30419a0d6554bbb9cbe203704f9a0f3d75240', '52.167.144.98', 1685608927, '__ci_last_regenerate|i:1685608927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a40e2663d34eed299c940abcf4317362c9fcab', '17.121.112.188', 1662804186, '__ci_last_regenerate|i:1662804186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a42a4b386000c73afeb2c030d730c956ff1e03', '200.119.173.130', 1675979939, '__ci_last_regenerate|i:1675979939;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675979937;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a5b98763d3417f07acb4af240f17b490a72a81', '190.56.32.162', 1686501352, '__ci_last_regenerate|i:1686501352;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686501349;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a6349325ba4b4caee4c4afc52d7be1fa63b475', '138.246.253.24', 1662039283, '__ci_last_regenerate|i:1662039283;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a64f0140f326d831a32007e588bbdf965dcd5c', '193.235.141.173', 1663816344, '__ci_last_regenerate|i:1663816344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a7577417991b8c0e26e354bc1d24559f6c967b', '200.119.170.137', 1668634796, '__ci_last_regenerate|i:1668634796;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668634621;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a7facfbea1208901ad4d104fd55c5ab9cbd2e1', '52.167.144.98', 1686739328, '__ci_last_regenerate|i:1686739328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a84c5394ae9f28b2019012b3c5eae790c5e7d5', '207.46.13.207', 1678280793, '__ci_last_regenerate|i:1678280793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a99640ab70dfe2bf9db0cf325c26546695a402', '93.158.90.66', 1680576688, '__ci_last_regenerate|i:1680576688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37aa349817be6bff91bda5a2d39e93e9e2e0f7e9', '114.119.159.243', 1685623526, '__ci_last_regenerate|i:1685623526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37aa90a9a5ffdd7dacca6136d93e911c490f0705', '207.46.13.207', 1681408566, '__ci_last_regenerate|i:1681408566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37aad665a91a3d2082057a9e219c92dac7f0159d', '52.167.144.162', 1682472348, '__ci_last_regenerate|i:1682472348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ab51e11e23d674cf57738657b50473dc61475d', '52.167.144.164', 1685407700, '__ci_last_regenerate|i:1685407700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ad9a93aedc3900a10cc404b39ff833aba21d02', '54.36.149.1', 1654131286, '__ci_last_regenerate|i:1654131286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ae2f957d39489ad8145bff38de26ae674495a5', '173.249.31.237', 1659409249, '__ci_last_regenerate|i:1659409249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37b2a112e1903b490ab55928b1a515cdaf588fc7', '207.46.13.234', 1659140647, '__ci_last_regenerate|i:1659140647;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37b39959d65575715f21114bd5b2c49039fb6ad1', '40.77.167.225', 1680558842, '__ci_last_regenerate|i:1680558842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37b564f96a2dadd26cac24d7ea158eb803ac08d9', '52.167.144.154', 1687915092, '__ci_last_regenerate|i:1687915092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37b5a81e20cb7034d2ee40761ea8194407e0d1ce', '66.249.65.174', 1658981349, '__ci_last_regenerate|i:1658981349;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37b865ab7aae9ac9b063ac6dacd1c092f57b597f', '52.167.144.98', 1686373276, '__ci_last_regenerate|i:1686373276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37b88d9480268f333a4571fc24d46919876c64ce', '190.56.32.35', 1671928717, '__ci_last_regenerate|i:1671928717;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671927312;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37b8964d8cb5c35f7bbe99a5a1b36a92e49adfc1', '114.119.129.25', 1686679375, '__ci_last_regenerate|i:1686679375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ba114753b93f1ebfbab2b5955b077d3e6dd2b5', '40.77.167.227', 1682053695, '__ci_last_regenerate|i:1682053695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37bc0803a49e01950385311e9245969a3e7ab4e2', '40.77.167.175', 1680247754, '__ci_last_regenerate|i:1680247754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37bd4172a62c330134cde64c0095f5164296a574', '52.167.144.98', 1686074787, '__ci_last_regenerate|i:1686074787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37bd6b293abc33d2ae3223faa09468ecb0668cf2', '190.56.50.6', 1667605730, '__ci_last_regenerate|i:1667605730;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667605720;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37bd8e3ae8cc1a4a710b3ed8952da6bcbccea462', '74.208.2.234', 1684500929, '__ci_last_regenerate|i:1684500929;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37bdbcb4aec058c63dfde4888682f039a2287934', '52.167.144.164', 1684752390, '__ci_last_regenerate|i:1684752390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c09bd5086b9d1b318b8e1d4a657aa474ee7a2d', '200.119.173.130', 1676079680, '__ci_last_regenerate|i:1676079680;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676077435;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c1e66037b08717b87f7a6248c9e996a17dc058', '52.167.144.160', 1685927732, '__ci_last_regenerate|i:1685927732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c21ff67924dd5b4c7db59ec4bf2e2d9bd55fca', '52.167.144.98', 1685051687, '__ci_last_regenerate|i:1685051687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c2b47fdea9d54cfcabb8a5395c576740fd49d4', '52.167.144.162', 1681830982, '__ci_last_regenerate|i:1681830982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c4be45f661ab9540902ea40afddecb55c83a58', '35.232.217.10', 1652397539, '__ci_last_regenerate|i:1652397539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c5bed31ce22eaa6c8d82d42f53869ff22245db', '200.119.174.137', 1654616551, '__ci_last_regenerate|i:1654616551;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654614343\";last_ip|s:14:\"190.148.87.244\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c67fc12e69d8b1e3e0318068412b3758096618', '190.56.54.129', 1653512215, '__ci_last_regenerate|i:1653512215;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653504789;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c73ea298e26608b822aeed9a230ff0de3fb432', '164.92.202.204', 1688249786, '__ci_last_regenerate|i:1688249786;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37c89e6a00a5fd01815e99f31866983021fdedfb', '207.46.13.217', 1681314941, '__ci_last_regenerate|i:1681314941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37caa46e53bea840af5a659ef83a16b3db45f057', '52.167.144.95', 1680639540, '__ci_last_regenerate|i:1680639540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37cb32560ffa0973e6727e913c936a606d764d3f', '190.148.252.151', 1671401727, '__ci_last_regenerate|i:1671401727;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671401718;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37cc4a588feafbeb227eb9839e90db43bf372027', '190.148.157.183', 1680030361, '__ci_last_regenerate|i:1680004011;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679917336\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680030361;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ccd33c8f52df24a424ffef1a5b5f75624f27c0', '190.148.252.73', 1664833562, '__ci_last_regenerate|i:1664833562;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664833094;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37cd47ffeefb6ab55d64bf2cc8eb34ca1d870b6b', '207.46.13.189', 1668367034, '__ci_last_regenerate|i:1668367034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37cd97534d8225fa6cd5765bf976af945dfdfa15', '190.148.157.173', 1652465890, '__ci_last_regenerate|i:1652465804;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652375254\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652465890;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ce63e408d90fb602131cf771d9980b4f9e292e', '198.251.73.111', 1680407575, '__ci_last_regenerate|i:1680407575;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37cee45d5e438e5006b25d99ad3d6f9403b30834', '200.119.174.9', 1674255103, '__ci_last_regenerate|i:1674255103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37cfc2366db021f2ee89e6e19dbc2e81a773912d', '207.46.13.41', 1665365293, '__ci_last_regenerate|i:1665365292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37d1625facc7693fe39d2f146e6a41b570c30c13', '17.121.115.120', 1659892952, '__ci_last_regenerate|i:1659892952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37d1fe894a99a9f5097df7ed31fe6fdf5173ebf9', '190.148.158.69', 1685985314, '__ci_last_regenerate|i:1685985314;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685985273;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37d28d4461359e34bb6f67cefaff632b1668b7e5', '40.77.167.108', 1678242187, '__ci_last_regenerate|i:1678242187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37d406d1ccc5cbc03efaa2c1f9944ff5673a51de', '114.119.133.87', 1686964275, '__ci_last_regenerate|i:1686964275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37d8a6f4f2ce12d6ba75d6ea7fa8eb91abdf1719', '66.249.79.196', 1688563420, '__ci_last_regenerate|i:1688563420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37d91e9392403ebda4bb29c7c1c1f33b7213c412', '74.208.2.193', 1668049973, '__ci_last_regenerate|i:1668049973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37da269e8780844d3f07f3ec46b38f35a88c58b1', '54.149.240.48', 1662816472, '__ci_last_regenerate|i:1662816472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37dabed829c17d1c72364df862a1a4a31d02b33d', '114.119.137.134', 1688197769, '__ci_last_regenerate|i:1688197769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37dc86f185ce441dcc0638bd859df50a9c2f5459', '40.77.167.13', 1672644302, '__ci_last_regenerate|i:1672644302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e33397f6cc2086ce8be28c9fb67aa77d9eff61', '52.167.144.98', 1686428130, '__ci_last_regenerate|i:1686428130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e3995a1c43f714d61bf895096da1f30eb30733', '40.77.167.202', 1687397053, '__ci_last_regenerate|i:1687397053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e4051b4c3c8f0506afd1dfa161d04804228941', '54.191.255.66', 1654177799, '__ci_last_regenerate|i:1654177799;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e4320da6d8593b53201b934ef7a767d7b34e7c', '51.222.253.2', 1658277483, '__ci_last_regenerate|i:1658277483;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e44cbdf835afa6a6294ecdf6b0ee011fcb5a3b', '114.119.136.196', 1685558684, '__ci_last_regenerate|i:1685558672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e4d21917917b07aaf83af2638bbaa4ea7591fd', '207.46.13.234', 1660269870, '__ci_last_regenerate|i:1660269870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e4daa5d063aff9c7709bf161ae50d92e918a20', '108.179.223.76', 1651858298, '__ci_last_regenerate|i:1651858298;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e50567bc19dec745280ba5630e78fa45da6807', '74.208.2.188', 1665904742, '__ci_last_regenerate|i:1665904742;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e5826db1bf778db5d32e23edcbdcce8cd26c90', '40.77.167.37', 1669577867, '__ci_last_regenerate|i:1669577867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e5840c4957036457c15d8b80254f3be1dee0a8', '190.148.252.139', 1679405213, '__ci_last_regenerate|i:1679405054;requested_page|s:13:\"admin/welcome\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679312373\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679405212;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e5849b8999f985f54e695bd99d0cd20b5edcf1', '40.77.167.11', 1673956639, '__ci_last_regenerate|i:1673956639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e60902e29aef0dc813b2c29310429880055c4e', '193.235.141.162', 1679715118, '__ci_last_regenerate|i:1679715118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e8a339cff523ec9f8cf1cb1249460b6af78833', '217.160.225.209', 1659072869, '__ci_last_regenerate|i:1659072869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37eb7b4cabaffab3a08ca3ee3d5efdbf6d1767f4', '114.119.138.251', 1683651108, '__ci_last_regenerate|i:1683651108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ec091eb75a8a8b0084254987bfbfe4fc0f3258', '157.55.39.80', 1670374739, '__ci_last_regenerate|i:1670374739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ed19924d7ad1b9a7e996aa9c8dffc22ca0b815', '51.222.253.7', 1674325589, '__ci_last_regenerate|i:1674325588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37edb14b09f27a46a4eb593c981e5e695f942378', '40.77.167.23', 1674215189, '__ci_last_regenerate|i:1674215189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37edcc2363a9868c60047a5faee5cef7f0b38937', '193.149.176.68', 1655198476, '__ci_last_regenerate|i:1655198476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ee314e3c6ddaaa371bc1f41e7c7b1a3c8a6097', '52.167.144.162', 1687288396, '__ci_last_regenerate|i:1687288396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ef8973b0f221a955c66390a13fa3b4c4ae87ce', '190.148.252.55', 1675727394, '__ci_last_regenerate|i:1675727394;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675726264;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37f0c9d235980e966594616473e3652bab955010', '52.167.144.98', 1686691996, '__ci_last_regenerate|i:1686691996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37f0ec8248125d7aff008557b7a7b9f7449806f5', '114.119.148.0', 1685092457, '__ci_last_regenerate|i:1685092457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37f11418ac780b000b66ab878f17eff9a04aea06', '200.119.170.168', 1670709314, '__ci_last_regenerate|i:1670709314;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670708934;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37f2a36f4a2f7de34a604480c0941d6a506b34e1', '207.46.13.207', 1678715074, '__ci_last_regenerate|i:1678715074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37f47b36362fad54f6ec185ac2cfc4e0cecf0947', '190.148.158.175', 1672149169, '__ci_last_regenerate|i:1672149169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672149052;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37f5c737f447c5c64b6130049f98c8e5a84d9cc9', '52.167.144.162', 1686413813, '__ci_last_regenerate|i:1686413813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37f8559dbf495fc9379fd1181331611e7ccb198f', '52.167.144.164', 1686652928, '__ci_last_regenerate|i:1686652928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37fa3f5440f00c5e76328419d2d2adecd0131483', '190.148.252.183', 1681399526, '__ci_last_regenerate|i:1681399526;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681399512;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37fb21d148ff17e0bf2a925b7d453df5b11dcd8f', '5.188.62.26', 1655130475, '__ci_last_regenerate|i:1655130471;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37fbeb2d4d278b71ca758852e2bf7bf2d14ecaba', '114.119.159.246', 1688400318, '__ci_last_regenerate|i:1688400318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37fd09b5a51f33e9fc18254b59539df368727888', '207.46.13.113', 1676053806, '__ci_last_regenerate|i:1676053806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ff2cb9f42a941bc32370a04d544a9954f63daa', '190.148.252.235', 1666834410, '__ci_last_regenerate|i:1666834410;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666834063;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38002924d000cafbdd1109d645bd8de3af935a3c', '130.245.169.70', 1657360536, '__ci_last_regenerate|i:1657360535;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38003f173b46c0bbd45b0b87c5f743256f0f37d6', '52.167.144.164', 1685594542, '__ci_last_regenerate|i:1685594542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3803615ad9a8fd416271ec18c12da63228d42f9e', '52.167.144.43', 1683658252, '__ci_last_regenerate|i:1683658252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38036e6b74f66ff0c629d5b11b1371495bf0a5c8', '138.246.253.24', 1686313124, '__ci_last_regenerate|i:1686313124;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380590b692e7258b13a581d28515128521be7406', '114.119.158.200', 1686918637, '__ci_last_regenerate|i:1686918637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3806e3a84ce681a995dc1bce43180e27f07bda12', '128.90.117.196', 1676091628, '__ci_last_regenerate|i:1676091628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3806e7906814c139d6abacea1726b08abd6d8795', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380811ffab81989f1f5bd6c8fdc8b52df9b03e00', '190.56.49.109', 1666123648, '__ci_last_regenerate|i:1666123648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666123612;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3808a7eea7984dee69ddb54fab72145dfd205746', '46.101.63.152', 1652762864, '__ci_last_regenerate|i:1652762864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3808b3cf1c340cf58e034c7b19983702fb153f4f', '114.119.130.210', 1687022281, '__ci_last_regenerate|i:1687022281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380b985d2b81b1e35f19554d8b343df5e5ba6e49', '40.77.167.192', 1681138928, '__ci_last_regenerate|i:1681138928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380c20bfbd9873bb47377b8ee500e2e49f20a780', '207.46.13.10', 1672597736, '__ci_last_regenerate|i:1672597736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380c870584cfd3a1f8f41869d52a8471c9b90362', '207.46.13.10', 1670965176, '__ci_last_regenerate|i:1670965176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380cccec26bd5baab71af58c8f59374e84c27ef4', '52.167.144.76', 1681495340, '__ci_last_regenerate|i:1681495340;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380d4f3ea867303d81745a9565e54855054a054b', '190.148.158.175', 1672261356, '__ci_last_regenerate|i:1672261356;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672261278;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380d95bb06a300b5b6e17a282e2eb165b538b779', '40.77.167.197', 1678333176, '__ci_last_regenerate|i:1678333176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3810ba4ee3d32fbd9bf512885a0f80ebc3ca63b8', '157.55.39.64', 1672430513, '__ci_last_regenerate|i:1672430513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3810c38e98404b5617ab92cfbbe08ed6456aa31a', '51.222.253.14', 1686263632, '__ci_last_regenerate|i:1686263632;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3810e9ad924dd0d569d6798a4b6bd753a8ef4aa3', '190.148.252.177', 1674085515, '__ci_last_regenerate|i:1674085515;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674085497;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38127942620856165c778665ca3bfcf906f3c0a2', '52.167.144.171', 1685102195, '__ci_last_regenerate|i:1685102195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3815453eb02e3b6b43c78df6d6356c690b0772c9', '52.167.144.82', 1687332902, '__ci_last_regenerate|i:1687332902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38165fb8b5c06772094c1cffad5a7de67f1df7fa', '51.222.253.3', 1672927560, '__ci_last_regenerate|i:1672927560;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38177d6c9373a5e4d87e0c4a5ae4fa0e265f6100', '52.167.144.154', 1687872632, '__ci_last_regenerate|i:1687872632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3819a04c9fe04071a0e685a0c096cdb08b29c3ec', '190.148.252.112', 1667774896, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667774896;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667774891;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('381a4ce5cefdda7a101e095e25e94405a058854f', '17.121.114.241', 1652181016, '__ci_last_regenerate|i:1652181016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('381b0f5b810a1826d56f5cb3bbb53f826ef93129', '52.167.144.98', 1685179195, '__ci_last_regenerate|i:1685179195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('381bf5c81fa1c555bcea315f6aa6a9c2f14e00e9', '66.249.74.100', 1686329820, '__ci_last_regenerate|i:1686329820;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('381d1c5f5920da7af0d6efb88261eed8bc3f36fd', '54.36.148.213', 1662807458, '__ci_last_regenerate|i:1662807458;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('381d4ada95a3865f6cd5b5ea0e42bb636a75dd46', '40.77.167.225', 1680538912, '__ci_last_regenerate|i:1680538912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('381ed99f414821749a92c0aaa4199438ed8ea662', '200.119.173.130', 1676047905, '__ci_last_regenerate|i:1676047905;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676047817;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('381fae4a7f08c9716c3158dcffbe56258c2c4b29', '52.167.144.171', 1685077873, '__ci_last_regenerate|i:1685077873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3820b997d9bb16a94bc83369864f0f8d51d5fd92', '52.167.144.43', 1683664902, '__ci_last_regenerate|i:1683664902;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3820bdea1ef52c27e3f4109504d710b17fd2e668', '207.46.13.206', 1681125814, '__ci_last_regenerate|i:1681125814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38253b68f6d239e4c39681ac204477bd5880315b', '190.56.32.35', 1671822179, '__ci_last_regenerate|i:1671822179;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671821740;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38254d90fb18276c13b6f6ac97e7c1460030a413', '114.119.158.203', 1685705547, '__ci_last_regenerate|i:1685705547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3825fd30d1d5df9cb56d419ee88ee1462044aed5', '114.119.158.220', 1685688769, '__ci_last_regenerate|i:1685688769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38268c1273f97ea897eae964ec1af6342b5b00cc', '157.55.39.79', 1668631534, '__ci_last_regenerate|i:1668631534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3829692a6087c745e28a32d5e5f53e1f39094a02', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38296c7e89241a1e7332f3d61bcaf4a8ecbe4b92', '190.148.252.151', 1670948619, '__ci_last_regenerate|i:1670948619;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670948597;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382a779af9d089aef67640f32fdc8e67f9b3b3fc', '52.167.144.109', 1680680414, '__ci_last_regenerate|i:1680680414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382ba14b0cde2e262a11a78d66e549c909d6c649', '114.119.161.89', 1683159360, '__ci_last_regenerate|i:1683159346;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382bcc185ba8c330956ce6fe41707e75d45b836c', '66.249.65.178', 1671236820, '__ci_last_regenerate|i:1671236820;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382c1f7d07094fd1b8e10ebeded01f798380d45d', '51.222.253.13', 1659499888, '__ci_last_regenerate|i:1659499888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382c6c2e7d9c4ef8ad74fed49d142ccd676d8072', '40.77.167.13', 1672390038, '__ci_last_regenerate|i:1672390038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382cf0c41bfbd017fef4c73c0d867098b750b977', '157.55.39.167', 1674750228, '__ci_last_regenerate|i:1674750228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382e89dc7871e5a76c82da314bd644be90bdfedf', '40.77.167.202', 1687664953, '__ci_last_regenerate|i:1687664952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382f900bc5f1f4fe0ba69b27a9d790d19f90928d', '157.55.39.143', 1667266030, '__ci_last_regenerate|i:1667266030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382fa1f46d2c961509d48b1cde6fbecdd175791d', '52.167.144.164', 1685594543, '__ci_last_regenerate|i:1685594543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38305cbfd52a5df03e7a65b29f0727b277fdde69', '207.46.13.11', 1668834389, '__ci_last_regenerate|i:1668834389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38313fb84623649a5df40d116ecbc99512920d39', '165.227.42.13', 1688021142, '__ci_last_regenerate|i:1688021142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38319a9ddd9cf3fdea3725e648ee452c9af72a63', '190.148.87.6', 1668171378, '__ci_last_regenerate|i:1668171378;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3831d3074e05ad81cf0a1ea0d67379efd918fe83', '40.77.167.182', 1683057506, '__ci_last_regenerate|i:1683057505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3832414c202104ec04da385dc41010805af43a96', '114.119.135.158', 1686176971, '__ci_last_regenerate|i:1686176970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3833ef1d45aaa0ba5b98fafe71334cda2a0b65a2', '52.167.144.61', 1687962024, '__ci_last_regenerate|i:1687962024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3835981ce11ae803d30830dc3b646e79584294fc', '66.249.79.194', 1688261543, '__ci_last_regenerate|i:1688261543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383724b06f0497491f58bfb7dad37d13da5e23bb', '51.222.253.9', 1686051322, '__ci_last_regenerate|i:1686051322;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3839be1218e604b6e073e2e183a33d56c193c29e', '190.56.173.175', 1653083519, '__ci_last_regenerate|i:1653083519;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653072792\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653083489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383bfb974ca410c2d0d00cdeb821d342f6b3dda2', '51.222.253.4', 1677105606, '__ci_last_regenerate|i:1677105606;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383e52e32c52edd46e1dd10de3f3e529d518fe23', '207.46.13.154', 1670248011, '__ci_last_regenerate|i:1670248011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383ebc75560159f2d7ef94cf6254e0e0b96b7ce9', '114.119.141.173', 1686648852, '__ci_last_regenerate|i:1686648852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383f4d1a9624962bf813c53356c1a7550f87efc2', '65.21.206.42', 1657582123, '__ci_last_regenerate|i:1657582123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383f68223b73ac9bd7f049afa085c4208e93be5d', '54.36.149.98', 1651498883, '__ci_last_regenerate|i:1651498883;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383f6e7b6abf5beabe543f42f69bbc739c460cca', '190.148.252.102', 1681908103, '__ci_last_regenerate|i:1681908103;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681908054;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383fb83f6e96c9e1dcf981bf48ba4740854dea44', '51.222.253.10', 1688338081, '__ci_last_regenerate|i:1688338081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('383fca26445ab3f05dd2d0819ab8cfe77b036392', '114.119.157.143', 1686923307, '__ci_last_regenerate|i:1686923307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38425c46a56a0f418ea4c7dd6b9c5dc4a7e23b30', '114.119.153.93', 1684350014, '__ci_last_regenerate|i:1684350014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('384267c43303ea626aad4da74d7d1669ad734e9a', '190.148.252.73', 1664818092, '__ci_last_regenerate|i:1664818092;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664818084;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3844d09e4217ea0bb91d6135dd36be418130e3b4', '54.36.149.32', 1684804592, '__ci_last_regenerate|i:1684804592;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3845388f79ef2582ad577a4b413e064ec0ddfd31', '40.77.167.123', 1683842341, '__ci_last_regenerate|i:1683842341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3845faf946df237de805a01dca9af9104aeb7bfc', '200.119.168.250', 1681080905, '__ci_last_regenerate|i:1681080905;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681080078;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38477edcf870db007cb63b55c925650cf0c5b9aa', '114.119.129.148', 1686901121, '__ci_last_regenerate|i:1686901121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38491f7349612a345367e5cbf16314600a59ab0f', '190.56.55.32', 1657141559, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1657141559;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657136400\";last_ip|s:12:\"190.56.55.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657141556;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('384980b56ea7f7a12f12d313bc45dcb3c27f72cd', '40.77.167.175', 1680444749, '__ci_last_regenerate|i:1680444749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('384a0efade98eb64481f9ed3c89829627406032d', '207.46.13.217', 1684025463, '__ci_last_regenerate|i:1684025463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('384a8fdfc6309df38a86e770b35bb40f9b533e0d', '134.122.44.189', 1687304597, '__ci_last_regenerate|i:1687304596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('384c8ddfecd5d6736314e3977c6bf19ab17b14e4', '40.77.167.13', 1672794500, '__ci_last_regenerate|i:1672794500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('384fb33596bfaeacc1af4ee5e8de84313a661a6d', '207.46.13.10', 1671347508, '__ci_last_regenerate|i:1671347508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38503efc7204d1e5cd5b16fbfab39a8614e7f236', '157.55.39.80', 1670675717, '__ci_last_regenerate|i:1670675717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3850fd4907009d290a44ffb4993443737695f32e', '190.148.87.6', 1668385799, '__ci_last_regenerate|i:1668385799;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668385702;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38525696a8d73df8549369ba869e89d44b05393e', '190.56.55.113', 1673738948, '__ci_last_regenerate|i:1673738948;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673738889;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3853990c965bebe24a117a62d05c394f3fde3200', '147.182.171.81', 1650861178, '__ci_last_regenerate|i:1650861178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('385644f4c5416057297e562ab8a6059b3e661ad0', '157.55.39.79', 1668367006, '__ci_last_regenerate|i:1668367006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3856fd9788237b6be9e20dc852d187f86c19519f', '157.55.39.51', 1668616829, '__ci_last_regenerate|i:1668616829;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38571bd839858922cfd53e6627dee3ece0a0a31e', '114.119.129.211', 1684849486, '__ci_last_regenerate|i:1684849486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('385751665d6523403606268e203635a4b96c49bc', '34.67.212.255', 1664171805, '__ci_last_regenerate|i:1664171805;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3857711086f4c2a9df9e4b04c400e05270b0c6c6', '54.36.148.104', 1664756027, '__ci_last_regenerate|i:1664756027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3858d8be92543d180699a924c8016290403cb1c1', '114.119.152.235', 1686866313, '__ci_last_regenerate|i:1686866313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('385c3e0d5bc38c7ba95a22b61d4702e9645b4316', '124.223.197.74', 1653430837, '__ci_last_regenerate|i:1653430836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('385d2832489c8cdf123816c4b7dbf0e4377fbff4', '114.119.154.189', 1686176201, '__ci_last_regenerate|i:1686176200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('385d9dc014a9b8c497fbac0a978df53fdfd4ec39', '52.167.144.98', 1685951112, '__ci_last_regenerate|i:1685951112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('385e862ce03f9d5672b95e97fc58584f45586dfe', '40.77.167.49', 1664609760, '__ci_last_regenerate|i:1664609760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('385fbadd50ac0f2453f8e3279721ea8fc2a04d3f', '52.167.144.98', 1685760628, '__ci_last_regenerate|i:1685760628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3861e300c656ce81f924e3e3c846f82068796385', '157.55.39.51', 1668367049, '__ci_last_regenerate|i:1668367049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38647ced6a5b9373bcf891438adba53be0284f88', '52.167.144.162', 1686406166, '__ci_last_regenerate|i:1686406166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38660ed067f60a1eda5a44468431292af68964b7', '190.56.32.32', 1686089807, '__ci_last_regenerate|i:1686089807;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686089779;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('386799ebb98bbe949a4a1d1fbd0e69edc8460124', '52.167.144.98', 1686256011, '__ci_last_regenerate|i:1686256011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3869a5239e5b15062f47381524de09cfe66caedf', '190.148.87.96', 1678216017, '__ci_last_regenerate|i:1678216013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678216013;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('386a0f9a72a5ea208a9c08d8cbc7f66d4e529273', '52.167.144.31', 1675198407, '__ci_last_regenerate|i:1675198407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('386aaad5ebe7386f7fa6036e227e9081c1f48632', '190.148.87.96', 1678471184, '__ci_last_regenerate|i:1678471184;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678471141;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('386c58caf3e885e5068e2c9ae7f04d9717e6ad23', '52.167.144.49', 1677306413, '__ci_last_regenerate|i:1677306413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('386d54bf15db62c3dff32202e7e2639e76445323', '52.167.144.66', 1682040314, '__ci_last_regenerate|i:1682040313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('386ee51004c0f5d1563a1e7c60adb73966c00ebf', '114.119.134.110', 1686244632, '__ci_last_regenerate|i:1686244632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38706710e6ba412dc8765f3d964680135f871002', '52.167.144.154', 1687930902, '__ci_last_regenerate|i:1687930902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38723f312257ffddaeff6e5c4bf3cea8fbee84ff', '52.167.144.171', 1684303409, '__ci_last_regenerate|i:1684303409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('387526fd3bd338049e926be2c00e3b8f37062649', '114.119.135.171', 1684577727, '__ci_last_regenerate|i:1684577727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('387895cc2ad696da92f74eca5cf4f7f4127d4e03', '135.181.219.159', 1675571666, '__ci_last_regenerate|i:1675571666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('387a11d42968523be5449e9ab2ca4703a963d240', '114.119.156.124', 1686385900, '__ci_last_regenerate|i:1686385900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('387c02e1b5bbde42a574967ca1e731e8266146df', '200.119.172.95', 1659547543, '__ci_last_regenerate|i:1659547543;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659464807\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"kuEIrtp09PaZLvoKD4nU\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('387c0ca5a4febd5b8ed3653d56c37e34094af03b', '40.77.167.37', 1668354917, '__ci_last_regenerate|i:1668354917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38804cb017c21241d237940346ee9273fb08b17a', '51.222.253.14', 1656704382, '__ci_last_regenerate|i:1656704382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3881aa6b15f6261c014005c3dcdd7ccecf1c88a4', '200.119.168.250', 1681166271, '__ci_last_regenerate|i:1681166271;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681166263;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388369544d8310926514ed246c6cd0c0c7510a6d', '51.222.253.9', 1679800725, '__ci_last_regenerate|i:1679800725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3884a3eca9a535ed88dc9b688de7356a5ce95717', '114.119.146.88', 1687308173, '__ci_last_regenerate|i:1687308172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38857b1ac253ed35f030e64e5722ff4de177f679', '40.88.21.235', 1673461338, '__ci_last_regenerate|i:1673461338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38872fa7d641d0db965a5249d82daaf3aadd5de9', '190.148.157.183', 1680462349, '__ci_last_regenerate|i:1680462349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680460472;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3887ecc13c42f3c20834564390798a908d3fa646', '40.77.167.202', 1687333368, '__ci_last_regenerate|i:1687333368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388a3eb851f726f82fab3ac24b994ba101cfa650', '190.56.32.174', 1676575666, '__ci_last_regenerate|i:1676575666;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676575049;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388ab57bbc07c5ce084c1f50b4e500d9bda420b0', '130.255.166.142', 1683770789, '__ci_last_regenerate|i:1683770789;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388be13f3d5f8ef711c0a111a0719bc52eb85460', '18.206.55.48', 1651390387, '__ci_last_regenerate|i:1651390387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388c2c788527cf14eb4b57ba92d1f9d990a0db86', '190.56.32.170', 1650987118, '__ci_last_regenerate|i:1650987117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388c8988f59fdf122277ef9e1b297c3e7ac71ae9', '114.119.133.138', 1688061608, '__ci_last_regenerate|i:1688061608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388cd4f1f549fd127e719ed25d77a46aaa370cb8', '190.148.252.183', 1681339980, '__ci_last_regenerate|i:1681339980;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681338310;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388db9e10f027533dce3f1563d97ed0d45b4c530', '114.119.139.112', 1688333960, '__ci_last_regenerate|i:1688333960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388eef91b207412434e4a572866d7f49d2b24f89', '190.148.87.99', 1688425619, '__ci_last_regenerate|i:1688425619;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688425388;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('388f5eb89d9ce43ecbd8ce4d2c272364e3af5342', '190.148.87.182', 1679663031, '__ci_last_regenerate|i:1679663031;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679663009;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3890b090e35d5b709f42a5946eabd4af79d0dd33', '114.119.144.42', 1686640374, '__ci_last_regenerate|i:1686640374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3894c12e1c4707c9f093afc30eff82cef9ba5d09', '5.188.62.76', 1659538005, '__ci_last_regenerate|i:1659538000;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('389589ff745be0cb19fe1141e861f8fc48125722', '114.119.128.108', 1687333302, '__ci_last_regenerate|i:1687333302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3896e5eb474ab720868b3a4cfef9988233cd805f', '190.56.32.35', 1672089756, '__ci_last_regenerate|i:1672089756;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672089684;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3897780fb5fb5328fbbefe70b241b0b7af8e12d4', '157.55.39.173', 1670792471, '__ci_last_regenerate|i:1670792471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3898cc0e42ac4e674ce2f298772c1ec7e359e9df', '51.222.253.17', 1662165651, '__ci_last_regenerate|i:1662165651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3898ded000f94edeb8ebeb4de0bc394eef8b566b', '40.77.167.147', 1681280581, '__ci_last_regenerate|i:1681280581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3899219da9cc2ecbc05988c77394c13734f2ff8b', '147.182.171.81', 1650861180, '__ci_last_regenerate|i:1650861180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3899ba422a384cbbb64f945283f40ec477684cdb', '52.167.144.162', 1686208420, '__ci_last_regenerate|i:1686208420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('389b36927484fbe53d74fb3aa0954ac4240c634d', '17.121.112.99', 1653820916, '__ci_last_regenerate|i:1653820916;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('389d49db7baeb888235d7147de33f4cc3ea3b4f3', '35.88.163.3', 1673097901, '__ci_last_regenerate|i:1673097901;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('389e1ca7f9349f24d6b4fc11b77448ca7a24858f', '206.189.140.99', 1688397794, '__ci_last_regenerate|i:1688397794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38a1a0425d0a7dbc90536dcdcfc67d3c87aa2c3f', '40.77.167.101', 1662355817, '__ci_last_regenerate|i:1662355817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38a30530e97cf7d8c5c26a130b99c46c422d6001', '40.77.167.123', 1683441184, '__ci_last_regenerate|i:1683441184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38a428a0cb148e25d5f0e12895bf1a9fa2277654', '157.55.39.131', 1663589180, '__ci_last_regenerate|i:1663589180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38a4e7cb9b920bda3b07ffab1452afb2f26eb319', '51.222.253.2', 1654517734, '__ci_last_regenerate|i:1654517734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38a6842d72b2504f40a89f1844ed06309e0d159e', '52.167.144.73', 1679976208, '__ci_last_regenerate|i:1679976208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38a7576c2db3f20f875812239026add1da6c9801', '190.56.50.253', 1682460979, '__ci_last_regenerate|i:1682460979;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682460975;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38a76e72b7fe9f4f5b7acc2d466f3f5b41a61766', '18.206.55.48', 1651126676, '__ci_last_regenerate|i:1651126676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38a7b23e861bb77e20a95c7fe5713afa74927820', '52.167.144.107', 1680712962, '__ci_last_regenerate|i:1680712961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38a9602c283daddb0c4149b18141f381126897f1', '51.222.253.13', 1680743237, '__ci_last_regenerate|i:1680743237;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38add2fc59148c7f41a1be0dcf502785324da6d2', '114.119.147.196', 1688096570, '__ci_last_regenerate|i:1688096570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38b17be83501ba8ce6d2f528318473a635638c21', '114.119.135.42', 1687579377, '__ci_last_regenerate|i:1687579377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38b341d8480de37a142f6401d5da10defe524d72', '190.148.252.96', 1673290752, '__ci_last_regenerate|i:1673290752;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673041728\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"TX5zA6oRcNs17YUG9HDQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38b518d4f12b68802f9262a72615dfc8eaaf772d', '114.119.158.106', 1687090037, '__ci_last_regenerate|i:1687090037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38b6275a6d97c9f5048e7bebb2685fcd8101b5cc', '52.167.144.67', 1677610185, '__ci_last_regenerate|i:1677610185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38b6c10eabcc1f1cb7d3fe81bd4dff5f9a4abba7', '40.77.167.182', 1683206449, '__ci_last_regenerate|i:1683206449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38bab1634491afea8bb0e95ed81eb8adc980536e', '157.55.39.253', 1682115247, '__ci_last_regenerate|i:1682115246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38bc09971d6dc8ff01195e84a555a07006c2fb63', '52.167.144.164', 1685758209, '__ci_last_regenerate|i:1685758209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38bc7556507c6a7a77a0b41f2db8841067f9a38a', '200.119.170.30', 1660397938, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1660397938;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660396137\";last_ip|s:13:\"190.56.51.247\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660397824;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38be24adb3c26a78a5e54d7e53239a6410314754', '157.55.39.51', 1669794971, '__ci_last_regenerate|i:1669794971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38be5139a3a747cfa1df56bec5b14e92136b8c59', '52.167.144.28', 1679691987, '__ci_last_regenerate|i:1679691987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38be6507c46ec3ac62ecd8d83e9d2c1b77957a4a', '40.77.167.43', 1658454598, '__ci_last_regenerate|i:1658454598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38be840e3fd255de15905506bebe79e4833fe41c', '207.46.13.6', 1672157216, '__ci_last_regenerate|i:1672157216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38be9f65209d6fb72afa5652577bead8cd4653ba', '190.148.157.53', 1683742712, '__ci_last_regenerate|i:1683742712;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683741717;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38bf0f86767b0be73438c71f9fe91150e3cf90f5', '52.167.144.164', 1686408510, '__ci_last_regenerate|i:1686408510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38c037498841e4c0d031eed245448fad3ec06693', '52.167.144.164', 1684668687, '__ci_last_regenerate|i:1684668687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38c3a008fa3775db3dd506eea9e785fd43e34b47', '40.77.167.58', 1654298354, '__ci_last_regenerate|i:1654298344;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38c3be5982211cbdc47d12429dba8a43d6398e48', '157.55.39.173', 1668631553, '__ci_last_regenerate|i:1668631553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38c5373843f84fc5f613203c759bef7be80e1827', '190.56.32.37', 1670512943, '__ci_last_regenerate|i:1670512943;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670512920;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38c64d1db56b643f07dd73ddd60ef3fec75d1185', '200.119.173.177', 1684931547, '__ci_last_regenerate|i:1684931547;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684931542;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38c6b93f2f4c9dc3206abf6ae48b0e5c16b64b7b', '34.105.37.64', 1680275950, '__ci_last_regenerate|i:1680275950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38c745a73e0bd4c2abcab15c07c63ce5ff6e932e', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38cbdece24398abbca23dca39fc646bfbc1511ac', '52.167.144.94', 1678202590, '__ci_last_regenerate|i:1678202590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38cca5b57cde299286df0337f2755f11b2019ae5', '54.36.148.188', 1664606171, '__ci_last_regenerate|i:1664606171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38ccfd56cc3706a47ef49fd7aef7799ca73aa4d6', '40.77.167.102', 1661431726, '__ci_last_regenerate|i:1661431726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38ce233657fc9b2130531b77fc166e9cd7e1458b', '207.46.13.11', 1668834391, '__ci_last_regenerate|i:1668834390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38cf37e15a21820c8b5ab383c8a2004878edb61b', '52.167.144.89', 1679346627, '__ci_last_regenerate|i:1679346626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38d2ce6df067e29d5f7a7d5a5755d03a8d2df391', '52.167.144.31', 1681469521, '__ci_last_regenerate|i:1681469521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38d53f3d112f652245d68bd7ae8a90a4db5fbfc1', '157.55.39.54', 1660538046, '__ci_last_regenerate|i:1660538046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38d59655ae96ec342eecdbf753202e3ecafdd723', '193.201.9.12', 1656896769, '__ci_last_regenerate|i:1656896768;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38d5c2918482fab3a5e83a9bede48aa84d11e67d', '207.46.13.230', 1656865569, '__ci_last_regenerate|i:1656865569;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38d9717d261fc433637a2390032ac3214f2049de', '52.167.144.154', 1687513397, '__ci_last_regenerate|i:1687513397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38daeffbabd3ea62912fd7bf737c5951288ff67d', '190.56.50.15', 1667235526, '__ci_last_regenerate|i:1667235526;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667234111;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38db07eb13dafa1076aa2a1743c30d1558ee4158', '114.119.165.5', 1685744859, '__ci_last_regenerate|i:1685744859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38dcf6c0759d54d9ea4b0db4b7213d663e763dd5', '17.121.115.10', 1655136895, '__ci_last_regenerate|i:1655136895;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38dd32e3a75966316b9f65c09850f60ab9f2cb71', '52.167.144.82', 1687268524, '__ci_last_regenerate|i:1687268524;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38ddab79fe604d6ba6960e52a0b044607af56a75', '190.148.157.80', 1669514349, '__ci_last_regenerate|i:1669514349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669514191;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38e01d9b33615c31774706c6476c82a447aff4da', '114.119.140.56', 1687713829, '__ci_last_regenerate|i:1687713829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38e07924990ba67cf6ae8c3a67b4ec0d992ecdc5', '149.57.16.7', 1653807043, '__ci_last_regenerate|i:1653807043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38e0fb5bd46bee463550a7c3485c73aab37b2fe1', '40.77.167.43', 1658376569, '__ci_last_regenerate|i:1658376569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38e4c7d46b516a512d935749492fc517fe395578', '157.55.39.210', 1680997570, '__ci_last_regenerate|i:1680997570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38e5d6f538ac64a4219ba87bfd268f2be14e0683', '40.77.167.166', 1676610116, '__ci_last_regenerate|i:1676610115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38e5e79846e1ccc0155e9b54a7db25cf79e57054', '190.56.32.32', 1686180979, '__ci_last_regenerate|i:1686180979;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686180964;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38e77c7d984b9acb09ef02535b4bd69beda7734f', '51.254.199.11', 1683961050, '__ci_last_regenerate|i:1683961050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38ea26f6d484b241ee2559ebc1e0110f52b17ef2', '167.99.215.123', 1682040094, '__ci_last_regenerate|i:1682040094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38ee8c11fa7804a4ae5067fbc94dbacc062e6013', '157.55.39.80', 1670388090, '__ci_last_regenerate|i:1670388090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38eef24f3f5f948d469b651b23fe42f742d09fe8', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38ef5cdff7da6e04e9fbe5031c39dd74a6cbfa35', '190.148.252.88', 1652792003, '__ci_last_regenerate|i:1652792003;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652756004\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652791523;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38efe21d3dfa227ec18bc36dab01cbd1eb8a3ff0', '40.77.167.85', 1685195244, '__ci_last_regenerate|i:1685195244;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f0ff816f6b61de9bbbdd496f6232ccab49374b', '40.77.167.147', 1681273207, '__ci_last_regenerate|i:1681273207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f1ef725766b9fba7664656bef0a4b6c8ff83cd', '190.148.157.183', 1680226522, '__ci_last_regenerate|i:1680226522;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680225786;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f2978af4f8f20f25f00ee13d55d92e08bebf53', '17.121.114.98', 1652890383, '__ci_last_regenerate|i:1652890383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f3ff677e98fa3529cbd5b02c33252357cfb3fd', '190.148.158.175', 1672320444, '__ci_last_regenerate|i:1672320444;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672320442;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f4fed46a08e247e64fcc977972bfa21acb8e3b', '35.92.193.222', 1685659084, '__ci_last_regenerate|i:1685659084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f5838ccc6d037afac25a828faafbb9a3cb135a', '190.56.50.253', 1682690058, '__ci_last_regenerate|i:1682690058;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682689834;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f91f30d5a911a79be5c7698f8f0ae571963f93', '157.55.39.94', 1672812039, '__ci_last_regenerate|i:1672812039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38fa1cceb70c82ee0e8b5d722914595ed57ba6b2', '74.208.2.134', 1682136368, '__ci_last_regenerate|i:1682136367;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38fc4b5423f47bc752fcce25069a9906164656fc', '173.249.31.237', 1659409186, '__ci_last_regenerate|i:1659409186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38fefa1c905af88f6734937569aca7812f796f16', '35.166.66.191', 1675518632, '__ci_last_regenerate|i:1675518632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38ff1d2217249090c033bf939ebcd83102ac6eb8', '114.119.132.149', 1688285408, '__ci_last_regenerate|i:1688285408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3900f9f7a8fa88c2e883a81fd03b20bc4b9b543d', '52.167.144.73', 1679919870, '__ci_last_regenerate|i:1679919870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('390105d71d29101f846ce9a721a1156c16f30872', '35.166.10.177', 1675171917, '__ci_last_regenerate|i:1675171917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3901658873b3300812d26aa341c5402705a06a9c', '52.167.144.162', 1686455226, '__ci_last_regenerate|i:1686455226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3902bb2b86c3fbfc8092aab95a403df19970de9f', '157.55.39.253', 1682756094, '__ci_last_regenerate|i:1682756094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3907fecca2695050c966ac388d906590cd219e03', '52.167.144.89', 1679266742, '__ci_last_regenerate|i:1679266741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3908b8fe3b319a91e46394d481f3cdf91f5727f3', '190.56.49.237', 1665706997, '__ci_last_regenerate|i:1665706997;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665705909;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3909d903a1c7599235871237f5e746b59cf5e37f', '52.167.144.162', 1686762455, '__ci_last_regenerate|i:1686762455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3909f62bb2879e8351cc5a66864a866c8258f207', '190.56.32.35', 1672082249, '__ci_last_regenerate|i:1672082249;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672082237;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('390c8d23995ab6a45c59dc79acf9ce3bf966c358', '114.119.153.232', 1683854235, '__ci_last_regenerate|i:1683854235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('390ce898a820be577abc37facbded14b89767064', '190.148.87.85', 1684541978, '__ci_last_regenerate|i:1684541978;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684541910;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39103d0b7881d6b6b6c41f71dcefe5dd78d38369', '93.158.91.239', 1658679434, '__ci_last_regenerate|i:1658679434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39114ab78888e3dabb60f68770368f583fab74cf', '200.119.172.95', 1659742419, '__ci_last_regenerate|i:1659742419;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659711480\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659741332;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3913ca427097a0586eb1d8a2372106a0f930ceba', '190.148.157.177', 1682300537, '__ci_last_regenerate|i:1682300537;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682300502;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3914634d6222f68f20c325d33f31ac45e4a72568', '74.125.210.100', 1675979291, '__ci_last_regenerate|i:1675979291;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3914bcf2886b3d7341fa692fe9270d3e98aed588', '114.119.136.64', 1685358178, '__ci_last_regenerate|i:1685358178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3914f2ae4e1c24d575a6e855061eae31ee8dca0e', '54.36.148.205', 1658539074, '__ci_last_regenerate|i:1658539074;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39154a8208f12950e4b97d55269238c0ccd3cc7d', '52.167.144.162', 1682997271, '__ci_last_regenerate|i:1682997271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39155af72cb12040521e4c96384c3a616e4c5565', '40.77.167.225', 1680594315, '__ci_last_regenerate|i:1680594315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('391669e325dcc794029b8d2937f6c7ec96550965', '52.167.144.164', 1686289789, '__ci_last_regenerate|i:1686289789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3916e1c02cc5f38f0e28c33f4884af1ee850b65a', '190.148.252.88', 1670860836, '__ci_last_regenerate|i:1670860836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670860763;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('391919988c665798238dcd97a4af13de96cd63a3', '157.55.39.173', 1669998592, '__ci_last_regenerate|i:1669998592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('391a582029da37b77010133393106d083e19afe7', '190.56.50.38', 1670452654, '__ci_last_regenerate|i:1670452654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670452645;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('391b6ac0689a54b5800ff2a62d1d5f79ebec902f', '46.161.11.199', 1660167353, '__ci_last_regenerate|i:1660167351;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('391e358a09f37e40c7595abe0d16b1af0ba09aa0', '51.254.199.11', 1655663642, '__ci_last_regenerate|i:1655663642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('391f0758cba1dfadd44a67e56e8fb621c8ac3481', '207.46.13.6', 1671956127, '__ci_last_regenerate|i:1671956127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('391f8d706eaa3d4a333852a570727cc3196c132c', '207.46.13.199', 1660592860, '__ci_last_regenerate|i:1660592860;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('392120f6ffe3b2f3ed2999e5d742318512178700', '40.77.167.60', 1671599941, '__ci_last_regenerate|i:1671599941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3922d21202ae1db13b85521238e80453157cadc4', '190.148.158.175', 1672506347, '__ci_last_regenerate|i:1672506347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672506253;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3923eeec12f9a0c83499c681d13fd56a42549b40', '52.167.144.98', 1686747064, '__ci_last_regenerate|i:1686747064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39244a451032fc48caebaa82f80614e8f5300d6c', '199.244.88.231', 1660882614, '__ci_last_regenerate|i:1660882614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('392592f0b967f39cda16f202f5382baf30740f82', '197.242.156.53', 1683765786, '__ci_last_regenerate|i:1683765786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39299113c0d85c4c42705816ce160d5bd2ed83b6', '114.119.129.148', 1688234265, '__ci_last_regenerate|i:1688234265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('392aeaf80ac09d0e76acf22080d5304157054a78', '52.167.144.171', 1685546826, '__ci_last_regenerate|i:1685546826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('392b4e1be43afccfb2ce7f573963a88fdd8a9426', '52.167.144.133', 1685328125, '__ci_last_regenerate|i:1685328125;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('392fc37d3f4a3b0f1739ff99e7ed1d3a18ab39cf', '35.90.85.16', 1663768274, '__ci_last_regenerate|i:1663768274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39339dc19225429ce19b730ad17009da8b8fdb90', '52.167.144.98', 1685874490, '__ci_last_regenerate|i:1685874490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3934d7862eb87f80199b568b7c160638976962ac', '157.55.39.33', 1652941592, '__ci_last_regenerate|i:1652941592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39352d07ac84a784ce3fc9bc47b4999275aa31d4', '157.55.39.51', 1669577811, '__ci_last_regenerate|i:1669577811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39354a9b9a7c51b7cd14a08df33f09af8c1df098', '52.167.144.98', 1686691989, '__ci_last_regenerate|i:1686691988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('393ea37f1efe0e8e1e07e191c6ce75943d2a68be', '40.77.167.37', 1668367158, '__ci_last_regenerate|i:1668367158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3940519ca53b6eabbd9c6b72ecc662c94588d10f', '52.167.144.164', 1686547294, '__ci_last_regenerate|i:1686547294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3940c175f92768a8f6151318448ccc971516c9ac', '51.222.253.14', 1653908378, '__ci_last_regenerate|i:1653908378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3941218db201fe64673f018eb8b53fad4269c45e', '51.222.253.17', 1679238923, '__ci_last_regenerate|i:1679238923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39419654b4f8dc392e1de136b0abe8ee6153d568', '52.167.144.171', 1685077872, '__ci_last_regenerate|i:1685077872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3942c0addf6b9c74d6e49091ec8b491ef64bbb80', '157.55.39.54', 1659086441, '__ci_last_regenerate|i:1659086441;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3943a7896fbc24fa8333d8c2947eacf441834740', '207.46.13.147', 1672603553, '__ci_last_regenerate|i:1672603553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('394486f90cc19e17a8d79241c8296c83d498ddb5', '54.37.233.116', 1650851691, '__ci_last_regenerate|i:1650851691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('394669e3677bde6ae9addc513874a7f91fdcc8d6', '52.167.144.164', 1685771945, '__ci_last_regenerate|i:1685771945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3946aa39d8fab554a0f9cb458689ed974446ac6b', '190.148.157.177', 1682211947, '__ci_last_regenerate|i:1682211947;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682211849;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39474f548b25beca28afff52af843f9a8d9ac803', '114.119.149.247', 1687506703, '__ci_last_regenerate|i:1687506703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3948607854a66ec0d1b93506f2435b26e3172c36', '190.104.119.212', 1654184581, '__ci_last_regenerate|i:1654184581;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654179806\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('394a85a60ceaec343edfcae4d9a8a97f3b974538', '130.245.169.247', 1657277735, '__ci_last_regenerate|i:1657277733;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('394bb2c796d88fb7704e83436f3c53f419c0b235', '52.167.144.164', 1685527596, '__ci_last_regenerate|i:1685527596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('394d3aae66f21804413d97398ff8a18279d820b9', '40.77.167.49', 1664915592, '__ci_last_regenerate|i:1664915592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('394d800f5fecd5133a6ac63ba9f9bc0be43ea034', '52.167.144.162', 1686409227, '__ci_last_regenerate|i:1686409227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('394f0a86f0a645b46fd490323d2c4c9846a36100', '192.36.70.176', 1665057162, '__ci_last_regenerate|i:1665057162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3953c31188372b988208062c40a6e0468964690f', '190.56.50.253', 1682626515, '__ci_last_regenerate|i:1682626515;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682626512;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('395483bf842cb9d8fd574b0f1171fedb60fd114e', '190.148.252.151', 1671201900, '__ci_last_regenerate|i:1671201900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671201399;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3954f2cfd72916efdc27a769b8ba9599c62d5946', '54.36.148.89', 1673667115, '__ci_last_regenerate|i:1673667115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39567afe29c227a238c24dd2411eb0b2773078ef', '207.46.13.41', 1671459991, '__ci_last_regenerate|i:1671459991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3959f814d11f9aaa7ca2623087289b360e900fcd', '54.36.149.1', 1674097523, '__ci_last_regenerate|i:1674097523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('395ae1347ee9d6bba13d5835643b50a12d8d00cd', '51.222.253.7', 1674859205, '__ci_last_regenerate|i:1674859205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('395af51f5994d67da50882f6bacaf7865bd73f01', '190.56.48.81', 1666020119, '__ci_last_regenerate|i:1666020119;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666020115;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('395bea53bd9d2d8f60b7ce2489561d95c321672f', '40.77.167.114', 1678717260, '__ci_last_regenerate|i:1678717260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('395c0c62b75e724fbf6af5363c307b17ba8889ce', '190.56.49.237', 1665667675, '__ci_last_regenerate|i:1665667675;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665666021;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('395c8c1bbdc53f7fbed8603b521ea753c4b2cf1d', '51.222.253.16', 1671333184, '__ci_last_regenerate|i:1671333184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3960f3065e89a212789a524ea87d43221ee2d86e', '54.36.148.64', 1681621254, '__ci_last_regenerate|i:1681621254;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3960f957977e337c68eab07a6d10571e6ac75f4e', '40.77.167.101', 1688042735, '__ci_last_regenerate|i:1688042735;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39615f842e838f18acc359a4a39cbbf4e9da5abf', '51.222.253.17', 1659556548, '__ci_last_regenerate|i:1659556548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39638db60037534a252234266ba01a5a7c15525c', '20.211.113.28', 1653036966, '__ci_last_regenerate|i:1653036962;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39640c7c7cbdc27214f65ccdb3a467841de97799', '51.222.253.7', 1653964992, '__ci_last_regenerate|i:1653964992;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3967890a8a92d1870870ceab4af5ddaefc9f4ff5', '190.148.157.214', 1669730499, '__ci_last_regenerate|i:1669730499;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669730495;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3969d786eb736a17ed329c502771ed8cd209b837', '190.56.54.135', 1663604533, '__ci_last_regenerate|i:1663604514;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663419227\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663604533;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('396c049541c67785782258411efc2fee00e403bf', '40.77.167.43', 1658692456, '__ci_last_regenerate|i:1658692456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('396c61e24508be516137bcd283f9f828d33b5232', '200.119.170.217', 1656380324, '__ci_last_regenerate|i:1656380324;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656339743\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656380324;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('396ce3c24866bd0a5389e859557bbf37d143e25a', '66.249.77.33', 1663189433, '__ci_last_regenerate|i:1663189433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('396d7570abb222754b857b1e745b4d1065c12200', '207.46.13.41', 1671162123, '__ci_last_regenerate|i:1671162123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('396d9fabb7bb7b2525c537e8cf2a11f398b4441f', '35.91.103.117', 1685403156, '__ci_last_regenerate|i:1685403156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('396e112c292ee62a77c4d416a7c858049a885049', '157.55.39.79', 1669998546, '__ci_last_regenerate|i:1669998546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39709fed22f49dc0b7b56c8e2745bbc6afab27bb', '52.167.144.43', 1683798244, '__ci_last_regenerate|i:1683798244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('397647b69145384fd0162db3989edc89ddd7072b', '51.222.253.10', 1679226852, '__ci_last_regenerate|i:1679226852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39764be176057887ca382320d9fca8b11875be27', '52.167.144.98', 1686739327, '__ci_last_regenerate|i:1686739327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3978949d4a12b7cad01e4546ca6df90fd066808d', '40.77.167.179', 1678063142, '__ci_last_regenerate|i:1678063142;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3979868031296c43a81f49ec2db63bdde792d268', '52.167.144.98', 1684647763, '__ci_last_regenerate|i:1684647763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('397a77fb83e475b240d2bd1259e418207c5ac546', '114.119.132.108', 1686703546, '__ci_last_regenerate|i:1686703546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('397d4236bc27882c5c359ef3850b4902154daaee', '66.249.65.164', 1668541237, '__ci_last_regenerate|i:1668541237;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('397ffa9bcf172de6598fa56af551c9d874b36b2a', '18.207.179.206', 1674525254, '__ci_last_regenerate|i:1674525254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398134616e7d42f5545cf3a615120d53b6714d1a', '200.119.170.168', 1670611379, '__ci_last_regenerate|i:1670611379;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"OaVwpdKEnFUJ9lteI5ML\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3981984c7c8724a3511850a8d750b4b3d5c55ca2', '51.222.253.9', 1658558053, '__ci_last_regenerate|i:1658558053;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3981ffa05ce08f55fc0a243bc54d0fb31e281648', '40.77.167.220', 1677301209, '__ci_last_regenerate|i:1677301209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398358d51c6beb1766616bbc86c674e2c2d2595b', '190.148.252.183', 1681302684, '__ci_last_regenerate|i:1681302684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681302345;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398383045140afdee4dbbea2ec2953342346eaaf', '40.77.167.222', 1681612956, '__ci_last_regenerate|i:1681612956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3984b73557b3ccd97dea7fb955f9fc9001343870', '200.119.173.107', 1686834868, '__ci_last_regenerate|i:1686834868;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686781978\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686834850;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398632d85d9a82f5d5fddbc00e43f54b709d4021', '52.167.144.39', 1680378741, '__ci_last_regenerate|i:1680378741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39866da49dd846c2162d0dee742ff6b41260c5d8', '157.55.39.147', 1671935036, '__ci_last_regenerate|i:1671935036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39878ea0540bd2c9c1935d45e2cefc2c160535e7', '52.167.144.61', 1688064309, '__ci_last_regenerate|i:1688064309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3987fd4fa936b05fe165739472ba1e2b7949be8d', '190.148.252.115', 1664575190, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664575190;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664575090;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3988874d8057a4fa7c2b3e46dc0ee2b88784808d', '190.56.55.113', 1673475626, '__ci_last_regenerate|i:1673475626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673475565;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398954291417958a6681078e878e3f232785dc93', '200.119.173.177', 1685311355, '__ci_last_regenerate|i:1685311355;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685311350;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398a7429e87a508169a4ae4a790b467a98b82eb2', '200.119.168.48', 1668111167, '__ci_last_regenerate|i:1668111167;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668092504\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"xlLjkFGori2W3ZqtJBD9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398afb6bd0dbe44bf6882e153cef980f549798c8', '54.36.148.211', 1653387018, '__ci_last_regenerate|i:1653387018;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398bf7486b4bdcda5b77a5065d228e6726d77f63', '40.77.167.182', 1683362246, '__ci_last_regenerate|i:1683362246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398c8b561a34fc1547d8066695a7272fa97ceb06', '190.56.32.174', 1676769275, '__ci_last_regenerate|i:1676769275;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676769131;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398cccf08316856a5fd3eb99719bcb36d61a5aa7', '52.167.144.28', 1679249771, '__ci_last_regenerate|i:1679249771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398d1704d214cb5f3635799020d1860fb029c89e', '157.55.39.79', 1656813351, '__ci_last_regenerate|i:1656813341;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398d59bffd5fd6c2008e9dab1a7b9a30fb19e92c', '114.119.137.167', 1686850491, '__ci_last_regenerate|i:1686850491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398eb6827b23649d376cea91f040b58d759bb164', '190.148.158.164', 1667395128, '__ci_last_regenerate|i:1667395128;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667395096;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398f66dbd3f8fb794b786e566611d9b4c0eca135', '190.56.54.156', 1665422837, '__ci_last_regenerate|i:1665422837;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('398fb1b963337f68a9a5fb10c831012a49de6910', '40.77.167.246', 1677296208, '__ci_last_regenerate|i:1677296208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399000578842e92a0009204582fbdd2c7a6b3c88', '190.56.50.253', 1682519641, '__ci_last_regenerate|i:1682519641;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"gdskWzDjiYwSLQtG54xm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399099d8d14e9b309e011a7ab973073ea8b914a3', '114.119.154.229', 1685591241, '__ci_last_regenerate|i:1685591241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3992c925b163943cc94951834ae1ddcf498fd31c', '157.55.39.79', 1670732438, '__ci_last_regenerate|i:1670732438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3992f74e91f7ce47140ce9fd6ebd024cce6fab7d', '17.121.115.108', 1650967964, '__ci_last_regenerate|i:1650967964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3995731eeac53f7c27a3006606e2d4ee6012a88b', '114.119.141.40', 1684180590, '__ci_last_regenerate|i:1684180590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3996250fe4bc0683952bfaae69bce3c3ec8ecf5c', '157.55.39.80', 1670042229, '__ci_last_regenerate|i:1670042229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3996bc9b01c821ae3f7657529c4561a642741c24', '190.104.119.212', 1654799377, '__ci_last_regenerate|i:1654799377;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3997d58852aa3c34e6c59c57a24736c1beeb1a06', '52.167.144.98', 1686515212, '__ci_last_regenerate|i:1686515212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3998db81cc0f872ee80709fac61268cf8b666c90', '200.119.172.60', 1675034264, '__ci_last_regenerate|i:1675034264;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675034261;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3998e58acbe01a046906df981368be9e7536fb28', '190.148.157.98', 1678981071, '__ci_last_regenerate|i:1678981071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678980824;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399a3333650af8911c3b1b268b000edae02290a3', '40.77.167.181', 1679761608, '__ci_last_regenerate|i:1679761608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399ba79e4498514e04fa6ebde09a2851f007d2fb', '54.36.149.107', 1672048594, '__ci_last_regenerate|i:1672048593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399d4c5cdca9475e0c594c51c9cace62bf9b7ba1', '114.119.159.237', 1686520553, '__ci_last_regenerate|i:1686520553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399de559548d5d1e02ff229a95a3ccc8f64f9466', '200.119.169.44', 1663775316, '__ci_last_regenerate|i:1663775316;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663771809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399dfb916575f1ce8398217df6a098a38bdd7d11', '190.56.54.156', 1665416188, '__ci_last_regenerate|i:1665416188;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665403324\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665416180;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399e5a120b582d1c5b284d9e62ac3379e201ee6f', '190.148.157.53', 1683755982, '__ci_last_regenerate|i:1683755982;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683755979;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399e6045b4cf2c171039e754cc21eaffd2b15b94', '200.119.170.168', 1670618688, '__ci_last_regenerate|i:1670618688;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670618679;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399f5a3235f23c632ad022d67b2777c06ef1763b', '45.57.226.168', 1665539441, '__ci_last_regenerate|i:1665539441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39a1463f0b96bf50a53d839b5f7756f379c67937', '54.36.149.76', 1684068628, '__ci_last_regenerate|i:1684068628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39a48d371c3ff68a7a01353d8f754d5924b01e61', '190.148.128.36', 1664240228, '__ci_last_regenerate|i:1664240161;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663965459\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664240162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39a4f403f01943c606a259d1ccc49a37ca87b470', '51.222.253.18', 1662170342, '__ci_last_regenerate|i:1662170342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39a6443edeeecc9a819daae07b62f240d6e52ceb', '190.56.54.156', 1665079651, '__ci_last_regenerate|i:1665079651;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665079460;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39a6551eac052b2dd18e9c8a62af5dec24f53755', '40.77.167.166', 1676032543, '__ci_last_regenerate|i:1676032543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39a6fd6cd054ab6ff69894efb7b0596b89d5e221', '190.56.54.156', 1665440679, '__ci_last_regenerate|i:1665440679;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665440667;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39ab81a0acdd90a45720f331b515177a046cb577', '66.249.74.100', 1688065505, '__ci_last_regenerate|i:1688065505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39ae3d437777ace1c034d478dce18e3ed027f570', '114.119.152.11', 1686613390, '__ci_last_regenerate|i:1686613389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39af58bbe3e23866268b7da8e32457ce295e2b9e', '114.119.136.3', 1688569435, '__ci_last_regenerate|i:1688569435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39b0e7e5f54f074f4113f93ca5c459a3a7e28ef6', '144.76.67.169', 1669881346, '__ci_last_regenerate|i:1669881346;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39b46e3232be5e559e56934c05280d7d369ba411', '52.167.144.28', 1679306039, '__ci_last_regenerate|i:1679306039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39b6695780e6500f58312fabe815d32e9fed378a', '190.56.32.35', 1671837607, '__ci_last_regenerate|i:1671837607;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671837577;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39b67be2958436c73cddf649b12d458c7545d4bf', '190.148.158.151', 1677342081, '__ci_last_regenerate|i:1677342081;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677342074;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39b916adf37cec8bb6969d59173fdbd8f40fce27', '200.119.168.109', 1668872771, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668872771;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668871765;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39bb1c0277b36dd0ba2f1aac27755dc46d18b7ee', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39bda1a966078bf74534205464af678100dccd45', '190.148.87.96', 1678453433, '__ci_last_regenerate|i:1678453433;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678453427;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39bf88268449b41a938cb3a65ab51eac3918262e', '190.56.173.175', 1652910114, '__ci_last_regenerate|i:1652910114;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652909859;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39bfdc543ae1fa6c9288c602157ab40ab615f44b', '200.119.170.168', 1670633453, '__ci_last_regenerate|i:1670633453;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670633435;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39c53d86e53aca40a5f5c4340ec13854d220b684', '40.77.167.64', 1674750237, '__ci_last_regenerate|i:1674750237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39c7ff8419f6e58bc996a9b2db92afd555718839', '190.148.158.69', 1685450247, '__ci_last_regenerate|i:1685450247;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685448598;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39c847e1390bbc6509ed4aba4200c1e4ff1b9e65', '190.148.252.112', 1667848888, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39ca991809eca5ceab2cb6b8de07e8e9c1f537a4', '40.77.167.114', 1678858292, '__ci_last_regenerate|i:1678858292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39cb95d317a286c9f0737245ffb8b39b4905886e', '52.167.144.39', 1680532192, '__ci_last_regenerate|i:1680532192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39cc3afa260c214386acbc3afca029ec1f921e2b', '52.167.144.171', 1685380887, '__ci_last_regenerate|i:1685380887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39ce52e9aa35f0acaa29701acd7962265b6f0192', '40.77.167.56', 1663399652, '__ci_last_regenerate|i:1663399650;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39cf7dac3e044586f8121ce034932982a052a7c1', '114.119.133.228', 1688000376, '__ci_last_regenerate|i:1688000376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39d05603eaa6d715ce9a1b585ebdba415c205856', '40.77.167.43', 1654341310, '__ci_last_regenerate|i:1654341299;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39d09530729bb8a7080f5cf208bbc6b3bea5b31a', '20.83.215.68', 1652862228, '__ci_last_regenerate|i:1652862227;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39d0b43f17305a3f12e7303d31c157e52c3f2f90', '114.119.135.171', 1687630467, '__ci_last_regenerate|i:1687630467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39d25ed579e4b91aaec098bf033ae41b8a968c05', '157.55.39.51', 1667823952, '__ci_last_regenerate|i:1667823952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39d30f6d18e83ad5233ac49894f013daf901bdba', '52.167.144.109', 1680553034, '__ci_last_regenerate|i:1680553034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39d3e73566420f4a091e6e102b19794a80a0b1a6', '190.148.157.80', 1669408794, '__ci_last_regenerate|i:1669408794;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669408571;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39d71574fd699c67b3958c450084b294a68d10d8', '114.119.151.170', 1688080383, '__ci_last_regenerate|i:1688080383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39d886ffb791094ee44e5a71e83e475186f1b8fe', '114.119.157.157', 1688006961, '__ci_last_regenerate|i:1688006961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39da357141ef9af4514aa59ba1373faa08e4c1ce', '198.251.73.109', 1686692726, '__ci_last_regenerate|i:1686692726;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39dab521ba26aeeff700b1f225b01e519fb70c17', '190.148.87.237', 1660279372, '__ci_last_regenerate|i:1660279371;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39dbe5a6736f84a72229f8b2457c7551c75e516e', '5.188.62.140', 1656364401, '__ci_last_regenerate|i:1656364399;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39dd3ed027012453d6a32cf633259bc283c45fc3', '40.77.167.133', 1684228893, '__ci_last_regenerate|i:1684228893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39de55b2ffd86e30a9ed93b28daea22aa04f80f9', '207.46.13.205', 1671606151, '__ci_last_regenerate|i:1671606151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39e1cdd06847f6125d173ae0cfbe6b4e72604636', '190.148.87.182', 1679588776, '__ci_last_regenerate|i:1679588776;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679588775;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39e1ddfd6278a600b580f9ab5893cf8644229881', '157.55.39.208', 1686021038, '__ci_last_regenerate|i:1686021038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39e1ff2caa3ed34b24ea648bfa98d665f402e378', '52.167.144.164', 1685129224, '__ci_last_regenerate|i:1685129224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39e775daa5afeb510db6ed520cb8853776f9e04a', '52.167.144.164', 1685528407, '__ci_last_regenerate|i:1685528407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39e86a48b2927dda4d29378569ee63afd54dbe8f', '40.77.167.227', 1678333198, '__ci_last_regenerate|i:1678333198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39e885c1383e361826f2143f71e9e4f7aba48d19', '54.36.148.252', 1684800957, '__ci_last_regenerate|i:1684800957;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39e9c2cf48c15eab9004cd8405028b6e4fabdca2', '190.148.252.151', 1671065227, '__ci_last_regenerate|i:1671065227;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671065075;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39e9df7a33da5a093ccf9a904636b18b383821e6', '66.249.79.199', 1684681028, '__ci_last_regenerate|i:1684681028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39eb847cfd2748011816ea15bf9be7550007d237', '52.167.144.162', 1686576941, '__ci_last_regenerate|i:1686576941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39ebe452d671037f04fea741696cdd685f319bf4', '190.148.158.151', 1677461683, '__ci_last_regenerate|i:1677461683;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677461681;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39efc79c679619f9758b95de71316ccc6d8e15de', '52.167.144.154', 1688004830, '__ci_last_regenerate|i:1688004830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f1a3ad3cac83f35f20666eb44c0f796cff0066', '40.77.167.179', 1677964034, '__ci_last_regenerate|i:1677964034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f28b8c772dcdffccaf1e837ffbba18eb0afcdf', '52.167.144.98', 1685878293, '__ci_last_regenerate|i:1685878293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f375337baed3f6fff489cda54634cafcebbdc5', '190.148.157.183', 1680190596, '__ci_last_regenerate|i:1680190596;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680188482\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"rBTD7yNsemIXg50ZV2PY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f3bc989cf93e60608988cc2faefce696e51bcd', '66.249.74.102', 1686478464, '__ci_last_regenerate|i:1686478464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f4192cdbcd0f443904ab3c40eb1532656d3ec5', '190.148.252.83', 1666911716, '__ci_last_regenerate|i:1666911716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666911682;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f44cf5ea221206022dc91bcbe61139160b1500', '17.121.112.39', 1654685253, '__ci_last_regenerate|i:1654685253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f4fe737387844ddf2ef1fa1cb3728170c08294', '54.36.149.25', 1679100141, '__ci_last_regenerate|i:1679100141;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f63e5524675387b07b57904bea3788dbca89a5', '200.119.172.60', 1674864754, '__ci_last_regenerate|i:1674864754;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674864747;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f7199211706402c978931a4179a66c645a122c', '190.148.157.183', 1680444485, '__ci_last_regenerate|i:1680444485;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680443749;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f74c828972e8cb2be562809d7da6bb4770c1ab', '5.188.62.21', 1656434951, '__ci_last_regenerate|i:1656434948;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39f83308f604b957a11e380b97e487d2335676cf', '54.36.148.252', 1684800957, '__ci_last_regenerate|i:1684800957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39fbcf8c98b594265d61e8d79a05413ce684f9f6', '51.222.253.16', 1685534041, '__ci_last_regenerate|i:1685534041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39fe56688d91cea7f36ed6e6ee024efafa72693f', '190.148.158.69', 1686012436, '__ci_last_regenerate|i:1686012436;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686012434;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a02b9abb240132c4a9c1d3fb57bb46a6c1665ad', '36.40.72.66', 1677431366, '__ci_last_regenerate|i:1677431366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a0463e143f32d968abdbf11e4b284835730a8ca', '190.56.54.156', 1665411282, '__ci_last_regenerate|i:1665411282;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665315158\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665411259;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a04726614d600b57dbd5ee1c8ca449b0b3add4e', '40.77.167.207', 1681640918, '__ci_last_regenerate|i:1681640917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a04e028f1816ba9a812a9e3add4c942fa86efc1', '207.154.204.175', 1657274125, '__ci_last_regenerate|i:1657274125;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a061fd4c626b35cde27f3996dc84372408e158a', '207.46.13.41', 1670941193, '__ci_last_regenerate|i:1670941193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a08290a44edee3c27f61a626da9fcd5d1903a86', '190.148.157.53', 1683767401, '__ci_last_regenerate|i:1683767401;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683761890;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a0e690f8610e0dfbef566811a48e942333d8239', '17.121.114.241', 1652181016, '__ci_last_regenerate|i:1652181016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a1244700ff68ffe4059ca91142228e05e99d74a', '114.119.130.202', 1688421358, '__ci_last_regenerate|i:1688421358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a14561bffcb692a5cd1667fe54a2e7aa35b12c7', '157.55.39.86', 1664460394, '__ci_last_regenerate|i:1664460394;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a14bf91b831ca7dc1bb59658e78ab42602761aa', '190.148.158.69', 1686007086, '__ci_last_regenerate|i:1686007086;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686006814;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a162b21c8988c502b2e863ad7784828891d9657', '40.77.167.170', 1676435813, '__ci_last_regenerate|i:1676435813;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a173932c885659cc4352769c5da93c69a67fb23', '157.55.39.79', 1668935028, '__ci_last_regenerate|i:1668935028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a184dceb1b30226d86e5e357cc6414786f9b662', '190.148.132.62', 1675983526, '__ci_last_regenerate|i:1675983525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a188a3bbed16d79d3f0102e7d43c4f2055dbd10', '17.121.112.98', 1657218965, '__ci_last_regenerate|i:1657218965;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a18f1a311fc30224d3d88a83fb0cc3a26f30395', '40.77.167.191', 1681886727, '__ci_last_regenerate|i:1681886727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a1a55375affc16ae013dc061b0fbec8413ae72b', '190.148.157.53', 1684091084, '__ci_last_regenerate|i:1684091084;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684090950;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a1aafb520b0ebe24194bfd29128a75ffcc79863', '52.167.144.90', 1680931275, '__ci_last_regenerate|i:1680931275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a1ab8776ac89f9e97b85853eaee49aa4332b259', '190.148.87.6', 1668206107, '__ci_last_regenerate|i:1668206107;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668206102;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a1bfa1916235e8bebd1ee5a36f7b221af00e7a7', '54.185.147.86', 1669037562, '__ci_last_regenerate|i:1669037562;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a1d45b495090c1727d13a5256f1fcac4586f711', '200.119.172.60', 1674771798, '__ci_last_regenerate|i:1674771798;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674771754;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a20be45467774d45c650a1c15a3a7267687033b', '17.121.113.195', 1656935813, '__ci_last_regenerate|i:1656935813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a21b243b1207eccd7640cfe4df102dc67ab0813', '190.148.158.69', 1685888157, '__ci_last_regenerate|i:1685888157;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685888144;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a21b6e0e3ecbb64e884acc80a634b821b09a2d8', '200.119.170.137', 1668649795, '__ci_last_regenerate|i:1668649795;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668649779;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a220371c6499c05de681a75fe9323a5da92369e', '200.119.170.217', 1656343480, '__ci_last_regenerate|i:1656343480;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274344\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656341997;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a2366937376be5fc1b62187f7f01479ebef96cd', '114.119.141.18', 1685552497, '__ci_last_regenerate|i:1685552496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a23b8ec1c7b9caef337ebe785b306d16fc6f255', '34.220.193.170', 1673443308, '__ci_last_regenerate|i:1673443308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a24b2858da1100bbf05902747572caf993e88f0', '190.56.49.237', 1665674817, '__ci_last_regenerate|i:1665674817;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665673915;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a25d8211e33301a26371cc8f9f614ef58303aea', '40.77.167.202', 1687279259, '__ci_last_regenerate|i:1687279259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a2601322ff43d6f19fb1f80f1206ee8afb1d93c', '114.119.136.221', 1685001454, '__ci_last_regenerate|i:1685001454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a261bd388d10b266eb65f86bde063245cdf7a99', '52.167.144.74', 1688414549, '__ci_last_regenerate|i:1688414549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a2840757b89f2bf3ec91d1d17dd7e4e8035680d', '200.119.173.130', 1675952889, '__ci_last_regenerate|i:1675952889;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675952594;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a287b81a7854d01c1a782eb27c9b9a9ab9f7ae8', '40.77.167.63', 1672109518, '__ci_last_regenerate|i:1672109518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a28a54ebf8c7684c198af22c0ae96ffdb2835ed', '66.249.65.103', 1651476609, '__ci_last_regenerate|i:1651476609;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a2dccf2375f4357aa57c2fc905b961849c57746', '52.42.158.78', 1672752476, '__ci_last_regenerate|i:1672752476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a30948766270423543320debac0f08691a1b6b8', '190.56.50.15', 1667080843, '__ci_last_regenerate|i:1667080843;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667080838;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a30f2d01f77ab32d17240324277a55f8012c70b', '200.119.172.60', 1674779927, '__ci_last_regenerate|i:1674779927;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674779489;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a312881c157893c2409b211c587c917fc070cbb', '190.56.32.35', 1672019796, '__ci_last_regenerate|i:1672019796;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672019779;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a31d93c73ff3868a26e54d32f41cfa2f5231304', '190.56.32.243', 1684634453, '__ci_last_regenerate|i:1684634453;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684634449;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a3467da0bd320d44544f4e9a9b47e4b33237e48', '138.199.63.98', 1655036575, '__ci_last_regenerate|i:1655036572;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a361edede67c1d5a115331a9c73aebaa25e2928', '157.55.39.253', 1682202780, '__ci_last_regenerate|i:1682202780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a36ffddf1641516b964f9585cdf0a4543208d6b', '190.148.252.88', 1670863267, '__ci_last_regenerate|i:1670863267;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670862927;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a3805bcdcb01db07713b7c5170ab2ab66426041', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a393e3a5791a65e9f9375d6c65a90d0b851fccb', '200.119.169.82', 1656431199, '__ci_last_regenerate|i:1656431199;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656419997\";last_ip|s:14:\"200.119.169.82\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656426784;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a3bc32e6cc3f1ee95e6a7293da6552264f28e17', '200.119.173.96', 1687189847, '__ci_last_regenerate|i:1687189847;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686955365\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5mOrL6bq9GiSpjsZIlAV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a3e11cdd7d62fc5e01488259a51af489baf42e9', '130.245.169.247', 1657277737, '__ci_last_regenerate|i:1657277734;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a412f79e428ed716fd52ed5c4e246e3c49e1151', '114.119.136.128', 1688123351, '__ci_last_regenerate|i:1688123351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a42e6fa8287cd9f8317d0b05c6bab281ae6e7fb', '40.77.167.91', 1686901603, '__ci_last_regenerate|i:1686901603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a44058dcb7539aa4233bfd82c478819df41f8b8', '52.167.144.171', 1685760641, '__ci_last_regenerate|i:1685760641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a444b1a7cd8918b247c7d8146cce73c4ce90e6b', '200.119.173.177', 1685034780, '__ci_last_regenerate|i:1685034780;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685034670;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a44f3512d9846ab0ca3d31961bbf72b53cd2890', '40.77.167.244', 1677512924, '__ci_last_regenerate|i:1677512924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a453a07f165a0aaa271de2ea302b90ac2460fad', '190.148.158.164', 1667338712, '__ci_last_regenerate|i:1667338712;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667338028;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a47c7ae4c5b693b78fe57ddf75983cfdadc94c5', '190.148.157.192', 1655909853, '__ci_last_regenerate|i:1655909853;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655901273\";last_ip|s:15:\"190.148.157.192\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655907536;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a480e16eddc98408d9d3f2048975f805d3e83e7', '40.77.167.13', 1672570004, '__ci_last_regenerate|i:1672570004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a4aad4421d9e929ecbc4e284a62db00bc0aa174', '52.167.144.98', 1685874490, '__ci_last_regenerate|i:1685874490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a4b32971809f33a5b3f3c4ab6669f2b5b656504', '200.119.170.143', 1670191696, '__ci_last_regenerate|i:1670191696;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670191678;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a4b3328da51b4b3aab85e03d1f419949e06dca8', '157.55.39.79', 1668935027, '__ci_last_regenerate|i:1668935027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a4b671969e6e8c56368f398b60ec870d801eb5a', '52.167.144.171', 1685679497, '__ci_last_regenerate|i:1685679497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a4cdd258da92df0e886b16931beec7babe10364', '190.148.158.151', 1677246496, '__ci_last_regenerate|i:1677246496;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677246312;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a4db6ed502fd8efb291d254ec11305fc330ab87', '144.76.67.169', 1661940502, '__ci_last_regenerate|i:1661940502;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a4e4cc69ef38b4d776b6b953857ad6c786cc319', '35.166.110.196', 1657890889, '__ci_last_regenerate|i:1657890889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a4e80ba7f95d81c10e71c55d32381bc7be4acc1', '54.36.148.218', 1669403725, '__ci_last_regenerate|i:1669403725;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a4f0fa7ba44e4f221d8b3c3e945953e56daedc1', '52.167.144.76', 1682512910, '__ci_last_regenerate|i:1682512910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a513324afc5be7ea7f00736785c890496349a33', '52.167.144.164', 1684615374, '__ci_last_regenerate|i:1684615374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a528dc3e8ed52793e00d9e06610f8c2529d2189', '101.68.211.2', 1657159715, '__ci_last_regenerate|i:1657159715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a56315cb7d653c990a3f568e26aaa797e75e792', '114.119.148.161', 1685326172, '__ci_last_regenerate|i:1685326172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a58582b53c98c6096161628900d84ee3aae6621', '66.249.73.232', 1652844386, '__ci_last_regenerate|i:1652844386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a59b65cdaa951ded17d7cc6f4b9e0691bd9395d', '51.222.253.2', 1683300510, '__ci_last_regenerate|i:1683300510;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a5a8b4c5dfec5afab74dce30c09c55fe0a266de', '114.119.129.36', 1685439285, '__ci_last_regenerate|i:1685439285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a5c5f002b63abd2196b38718a5ddbfabc790868', '190.148.252.183', 1681415238, '__ci_last_regenerate|i:1681415238;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681415233;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a5cc8721ff07f119679ca36c8c46aa0f494df44', '190.56.173.213', 1683597074, '__ci_last_regenerate|i:1683597074;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683597074;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a5f02730d3c19eefa17f9115b8c6be01c978458', '52.167.144.98', 1684132475, '__ci_last_regenerate|i:1684132475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a5ffde15dc7b5083c4e2780fa839c6e778fbc45', '66.249.74.103', 1683564945, '__ci_last_regenerate|i:1683564945;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a604034331b9517724b6f810e979d2ded803796', '52.167.144.164', 1684972700, '__ci_last_regenerate|i:1684972700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a604b8715133aebc65d84eeb56117a194fff964', '208.91.69.20', 1679303897, '__ci_last_regenerate|i:1679303897;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a6293dce46908e28a5b678635fd35a9d54178a6', '157.55.39.94', 1672495479, '__ci_last_regenerate|i:1672495479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a6670fa51685c4cb0706e607c669180d435fdbc', '190.148.252.96', 1673048785, '__ci_last_regenerate|i:1673048785;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673048772;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a66e1dabd1f4ccb96a59c2a79c01308b1c23fe2', '190.148.87.6', 1668284466, '__ci_last_regenerate|i:1668284466;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668284179;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a67faeaf83ddb2576e12f557e11f9707812e1b6', '52.167.144.171', 1685497829, '__ci_last_regenerate|i:1685497829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a6867a41a750a9374f0a1ebdb42f286d642f408', '157.55.39.200', 1666059428, '__ci_last_regenerate|i:1666059428;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a686bf7b00bf75b52086268313e32e362c8bc07', '52.167.144.70', 1688177250, '__ci_last_regenerate|i:1688177250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a68cf43b5877db63dd39fe8a562179b17afda47', '190.148.157.206', 1656543688, '__ci_last_regenerate|i:1656543688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a6993148052a8e3361d1f407a24d9bcd92d55fd', '157.55.39.54', 1658225080, '__ci_last_regenerate|i:1658225080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a6d9caa1831369ae2cd51f5903feb2d88a07764', '138.246.253.24', 1681572534, '__ci_last_regenerate|i:1681572534;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a6f9056f8290016c2251a2ae62034fdce0fef92', '114.119.144.132', 1686928730, '__ci_last_regenerate|i:1686928730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a72a5c740bf187472ffd048877f30974f0db6d3', '114.119.158.200', 1687528326, '__ci_last_regenerate|i:1687528326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a78b2e0c9cedc094f5997783772bd7214202cde', '52.167.144.95', 1680598648, '__ci_last_regenerate|i:1680598648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a78fb1225995b5c995edfb3a936122855bbdc70', '200.119.170.209', 1656700953, '__ci_last_regenerate|i:1656700953;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656689199\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656698981;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a790e76b2c20acaa3796729a731150b3a974c7f', '34.221.171.43', 1688169182, '__ci_last_regenerate|i:1688169182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a7dda5749e39906ce5548f0f9c9b247602f4ad6', '51.222.253.19', 1686341388, '__ci_last_regenerate|i:1686341388;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a7e122b2d61f2aac87e815c9963c520ff818539', '190.56.50.15', 1666986220, '__ci_last_regenerate|i:1666986220;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666986126;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a802c90b6f25c3d43210132572f04408c4155f6', '207.46.13.209', 1685975697, '__ci_last_regenerate|i:1685975697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a828028dd5ab30978525a02e9c797d2bb72bbc6', '200.119.172.60', 1674571896, '__ci_last_regenerate|i:1674571896;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674571867;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a8291d5223728754acdc0b2543828874e571e76', '200.119.172.55', 1661518668, '__ci_last_regenerate|i:1661518668;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661451379\";last_ip|s:14:\"200.119.172.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661518637;register_id|s:2:\"85\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:03:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a82cca5e5100390a10b9a484e652ebfd00471eb', '52.167.144.61', 1688059910, '__ci_last_regenerate|i:1688059910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a86a47dd312893a03930addc48c33f9c93b5266', '52.167.144.162', 1686407496, '__ci_last_regenerate|i:1686407495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a8818a624ea1e13c94de3a08e1842bc2fd1f080', '40.77.167.133', 1683893405, '__ci_last_regenerate|i:1683893405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a887992e01dbbfde9b669da86f8b08ac670883b', '52.167.144.98', 1686254587, '__ci_last_regenerate|i:1686254587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a89cbf10eb080eeeac5a9fd05e1cfe66525d802', '200.119.173.212', 1667939746, '__ci_last_regenerate|i:1667939746;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a8bc29324e4e9707b4dd72cdbab814b3b3180f0', '157.55.39.79', 1669142761, '__ci_last_regenerate|i:1669142761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a8c5667a3c04c9ed833f71a496d2d3290ce2f9c', '173.249.31.237', 1659409164, '__ci_last_regenerate|i:1659409164;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a8c7dbad2e86cbd3ea55491eaec488053d0879d', '190.56.32.35', 1671748521, '__ci_last_regenerate|i:1671748521;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671718715\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"meJoD2R3gOl7fUyxZ4hY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a8ca8a8226cbb9d57a907d626c387c7ae352b09', '40.77.167.123', 1683842341, '__ci_last_regenerate|i:1683842341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a8ea8a0f9fabeaf1192e8e10dcdb9c83b69b338', '190.56.173.213', 1683135327, '__ci_last_regenerate|i:1683135327;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683123416\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"NbMrwj1UaIg0fnlCE2sK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a91c5deead512840eadab558f2c3586776178b2', '190.148.157.99', 1662505154, '__ci_last_regenerate|i:1662505154;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662411296\";last_ip|s:12:\"190.56.55.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"cDEdm0MFCAUfXlrQpsVG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a920d9a892fdae058962ba43144d913209818f7', '114.119.141.52', 1687925123, '__ci_last_regenerate|i:1687925123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a93d0f18581e306f9fb8d7afdb33b47b7c48607', '17.121.113.81', 1661064907, '__ci_last_regenerate|i:1661064907;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a97a9fb86653d2237b36c94baf765dd958ccb2e', '190.56.55.113', 1673724879, '__ci_last_regenerate|i:1673724879;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673723215;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a980c83895ae2cd79374555f0e6f09f70b0aca8', '114.119.153.169', 1687606865, '__ci_last_regenerate|i:1687606865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a9bbe6f733ce06ade8c852bdbdf7a67258d4ead', '52.167.144.154', 1687590307, '__ci_last_regenerate|i:1687590307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a9d27a1449e86ce33705a10863a937a4848c944', '54.36.148.119', 1662834685, '__ci_last_regenerate|i:1662834685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a9d40c45e734ecb4bd445e65b0b4f6ae3444796', '190.56.55.115', 1667478333, '__ci_last_regenerate|i:1667478333;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a9e07a9752dc5e33f165fde1f32cc880da6cf9c', '52.167.144.171', 1685690093, '__ci_last_regenerate|i:1685690093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa00d07f8160fd43cfa24faec0a5e70ed81197a', '157.55.39.192', 1666005395, '__ci_last_regenerate|i:1666005395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa3fb3947c4052f0b84a8d9a4698c4ab5bedc7c', '190.148.158.151', 1676983672, '__ci_last_regenerate|i:1676983672;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676983670;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa4d3fba35dad935e748217c197ce51628740bb', '190.148.252.197', 1665524426, '__ci_last_regenerate|i:1665524383;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665442203\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"EI7M6cfKLCJX5vRZFsoj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa51b188bd0f7545a6c42c41370afb9e58ff15f', '40.77.167.37', 1669794994, '__ci_last_regenerate|i:1669794994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa65befca5f2596f60960e46964811177b33918', '190.122.185.252', 1678830670, '__ci_last_regenerate|i:1678830670;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa6f4e4fa1ecffcb3b1c4f2eeea6800b039d81f', '190.148.157.98', 1678971831, '__ci_last_regenerate|i:1678971831;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678971820;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa6fedb74b243eec21117aac901deace266cdd5', '190.148.252.56', 1663873215, '__ci_last_regenerate|i:1663873215;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663859608\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663872998;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa709a974c27cb5c9d60199f85b9287d67315b8', '54.37.233.116', 1650851695, '__ci_last_regenerate|i:1650851695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa7cf5bffaee6ba0a83b63474bed6873c2b7ac0', '66.249.74.103', 1681648689, '__ci_last_regenerate|i:1681648689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa80cbedde8c65c22cc07a2492fc527e44a523a', '200.119.170.143', 1670108324, '__ci_last_regenerate|i:1670108324;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670108293;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa8e55c1e39abdd87c0a37aca15a344241b27ed', '52.167.144.164', 1685481304, '__ci_last_regenerate|i:1685481304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa8fe19a293775c97a2ede7693a04b18486e753', '190.148.158.9', 1686774169, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa903d924116ef47daecf10b1d8fdebd5f51187', '114.119.146.145', 1685463018, '__ci_last_regenerate|i:1685463018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aa9cda0953a9044819d06572baad4b11b221990', '95.179.207.34', 1685532834, '__ci_last_regenerate|i:1685532832;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aaaef1ecdeb252f24095c40e97f6413efc82df9', '190.148.252.88', 1670876226, '__ci_last_regenerate|i:1670876226;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670623060\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"9FCkzSfs5ZrVPopXBLmU\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aac1d68ad004f45ed88d3f61d1b9a36690c8d65', '51.254.199.11', 1668237874, '__ci_last_regenerate|i:1668237874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aae06ce4cc304572dd017a3189d0924e084f1a7', '207.46.13.234', 1658720300, '__ci_last_regenerate|i:1658720300;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aaefd81e57d7cfa349d116421cc89fff1e4cfc5', '40.77.167.123', 1683265861, '__ci_last_regenerate|i:1683265861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aaf34e0fca798c44f8c9263409f0d7da09c52a2', '17.121.112.124', 1653694955, '__ci_last_regenerate|i:1653694955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aaf5a58d7f2f08959a9f279cadaec68836e6f3c', '114.119.129.7', 1686924702, '__ci_last_regenerate|i:1686924702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab0ab9114b758cc59458bcfbd0c28d2a2d95a1f', '190.56.55.113', 1673915410, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1673915410;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673887796\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673914854;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab13de9d321a604b06fac544e18eec8b53e9cbf', '114.119.137.123', 1686481355, '__ci_last_regenerate|i:1686481355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab15fd44d21e82f8b71ad852e150503f4361437', '190.148.157.53', 1683932173, '__ci_last_regenerate|i:1683932173;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683931299;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab2cfe01ff12778fc7511f715ac835d190b90d9', '52.167.144.98', 1684212650, '__ci_last_regenerate|i:1684212650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab3705fec72dfe73936a34cc824f8907fc3c05c', '114.119.138.147', 1686533490, '__ci_last_regenerate|i:1686533490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab5fb1944d3c34a8e945e91137a6002c838f1d4', '52.167.144.98', 1685690098, '__ci_last_regenerate|i:1685690097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab654adf4e4dcab83520ca726c7ebded51b480e', '157.55.39.128', 1673869171, '__ci_last_regenerate|i:1673869171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab772b12c399333069668599e20371f011ab177', '51.222.253.19', 1675814980, '__ci_last_regenerate|i:1675814980;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab784c10173f8a9b8ef434264313a129bf1199c', '54.36.149.63', 1674436044, '__ci_last_regenerate|i:1674436044;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ab82a82d77eece20d54220a43e03473d6774ee4', '51.222.253.9', 1685461787, '__ci_last_regenerate|i:1685461787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3abd5c6620ffbefe44c323d724af62357614bef9', '34.217.27.68', 1683931554, '__ci_last_regenerate|i:1683931554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3abdd911b1d7fbc3ffa218f15ac3ba113ab11166', '52.167.144.164', 1684315764, '__ci_last_regenerate|i:1684315764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ac761baaef9d0ce15315ba3e0ee86efc76935aa', '142.93.178.58', 1672985234, '__ci_last_regenerate|i:1672985234;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ac8f03c2c8774615329f305915cac6a5dc5c3d7', '95.164.233.88', 1664742596, '__ci_last_regenerate|i:1664742596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ac938ce6520966d52cd21050837e2de4abb26a7', '114.119.143.168', 1686190558, '__ci_last_regenerate|i:1686190558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aca5da395124e1424b4d05231c357c730fcd147', '51.195.216.255', 1650896806, '__ci_last_regenerate|i:1650896806;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3accffcb92204e22ceeb3ad7d25c956375e7bb57', '52.167.144.98', 1685758214, '__ci_last_regenerate|i:1685758214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad0cf6be20d15ce9cd54d865c475bbc5edcb6e9', '52.167.144.98', 1685378602, '__ci_last_regenerate|i:1685378602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad334858d43b4ae430ee168fe276f69eb79fc7c', '114.119.139.217', 1684644854, '__ci_last_regenerate|i:1684644854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad4457ebabee6b3b26fb2156384f199e6a37b46', '190.148.252.151', 1671463581, '__ci_last_regenerate|i:1671463469;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1671055832\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad46076f6aa4524430ce81be57c43e64bd65f6f', '66.249.74.107', 1682572836, '__ci_last_regenerate|i:1682572836;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad472188ed61bbb707da2b6e571c145c39535dd', '114.119.148.237', 1687735174, '__ci_last_regenerate|i:1687735174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad5d3571f8abdbd56794b2bc31f85ac5a85e839', '52.167.144.63', 1686912209, '__ci_last_regenerate|i:1686912208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad637607433a85cb4c8bb8dfb80cb82307c4eff', '190.148.157.80', 1669389236, '__ci_last_regenerate|i:1669389189;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669322060\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad769b02a1ea3067a66d26708a072bfed5e3169', '190.56.50.15', 1667173791, '__ci_last_regenerate|i:1667173791;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667173780;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad877345d4df8393be530fd88d5046432f43b8c', '66.249.79.200', 1682323111, '__ci_last_regenerate|i:1682323111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ad9d4aa59a621ec614af7d195b684d564b0a46d', '52.167.144.98', 1685410154, '__ci_last_regenerate|i:1685410154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ada3643fc61e8b0eb50e4b085515263d92f7e29', '157.55.39.125', 1655228843, '__ci_last_regenerate|i:1655228843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ada8befec51a9642c7d7eab6212a047b8dd62e9', '52.167.144.120', 1688067639, '__ci_last_regenerate|i:1688067639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3adaa6f70d7040215a0197ff102f34885aa8fe88', '207.46.13.230', 1657985147, '__ci_last_regenerate|i:1657985147;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3adc875fec564da63ac2e5e2b0568208ac8833f4', '207.46.13.134', 1673499841, '__ci_last_regenerate|i:1673499841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3addb0dca5e3c7e007b0922bd8ee008f99934904', '190.148.158.69', 1685750203, '__ci_last_regenerate|i:1685750203;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685750145;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae05e428855f3fcb4a67dc6e72c02395ec75208', '52.167.144.162', 1687306378, '__ci_last_regenerate|i:1687306378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae087b8c8075e17fa972b9b8c960e4ec0ba67da', '52.167.144.164', 1685950063, '__ci_last_regenerate|i:1685950063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae2df67cc85f49937b4d20fb788840440ec506a', '40.77.167.224', 1687203806, '__ci_last_regenerate|i:1687203806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae3e0f729f2bf2c800d88626d9b1e93372fefa5', '114.119.136.243', 1685438642, '__ci_last_regenerate|i:1685438642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae46807c7c2ec2dc36159a8c52001eed2118286', '92.119.36.81', 1688553502, '__ci_last_regenerate|i:1688553502;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae6699e6033fc86f02e4c237fd7c49e3b017a3c', '34.72.46.61', 1664924975, '__ci_last_regenerate|i:1664924975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae6dcae01b7cd165143edae97468be7906afb01', '114.119.144.127', 1688411876, '__ci_last_regenerate|i:1688411875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae7fbc6b407cea49748a902cb2182e8d9408f59', '200.119.173.107', 1686841868, '__ci_last_regenerate|i:1686841868;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686829206\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686841861;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae80429307fd0ff1b95c9a69b728dccb26993ff', '190.148.252.151', 1671125136, '__ci_last_regenerate|i:1671125136;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671124383;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae822cd827b16655b198179049a42f03dbe31cc', '190.56.32.131', 1687645152, '__ci_last_regenerate|i:1687645152;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687645045;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae8f5e7211e24e14b0a34ee1d33091da2766f69', '157.55.39.25', 1663551770, '__ci_last_regenerate|i:1663551770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aed889a2cabeed19c29979e0dff1b4d10dfcabd', '114.119.159.122', 1687769722, '__ci_last_regenerate|i:1687769722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aedb38a8878b7d6ba6ada48e164ae20e51b7a0d', '17.121.113.50', 1656782137, '__ci_last_regenerate|i:1656782137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aeea014589e684320f1282c267d48621004a1a3', '5.188.62.21', 1653380998, '__ci_last_regenerate|i:1653380995;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aef448c854c16a0c446a2d984905737ccc96fa2', '207.46.13.41', 1670878833, '__ci_last_regenerate|i:1670878833;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af150f255bb286557606d4bdb008bb3e02bc6be', '200.119.174.182', 1667746250, '__ci_last_regenerate|i:1667746250;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667746245;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af1cd91245188b8a021eaedc7d0b92db2159070', '207.46.13.6', 1671908999, '__ci_last_regenerate|i:1671908999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af2308f99b03a4cb6a9f11e25f24bd26347dad8', '52.167.144.171', 1685051678, '__ci_last_regenerate|i:1685051678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af241a5042cd10bd9ae080c86cc6b290b6c4d41', '190.148.87.244', 1654617711, '__ci_last_regenerate|i:1654617711;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654617708;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af2bcb9ab0fcf426f74f3560b69487d0fafbb6e', '54.187.177.110', 1684629197, '__ci_last_regenerate|i:1684629197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af6afee9f1f4c4833f8dadb0995b1f37c1cf555', '190.148.252.96', 1673026966, '__ci_last_regenerate|i:1673026966;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673016715\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af9016e48e640d944af15faf8b06ed60a692230', '114.119.135.204', 1688518003, '__ci_last_regenerate|i:1688518003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af980d50f0a66c8430bfa34a718f1c0115ad83d', '114.119.135.174', 1687695232, '__ci_last_regenerate|i:1687695232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3afa5eefcfbbf1a4ef239651e251e04c76628b07', '190.148.157.177', 1682008693, '__ci_last_regenerate|i:1682008693;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682008680;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3afb4fe146dc56cb1c731726439c020c9878d42e', '190.148.252.151', 1671450577, '__ci_last_regenerate|i:1671450577;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671450539;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3afbac5205b7ee28b24e6e9849fd3a3f4a574f12', '51.195.90.229', 1650841004, '__ci_last_regenerate|i:1650841004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3afdb59454a73b7dbca756ebf665761b9cdb585e', '95.163.255.108', 1682376505, '__ci_last_regenerate|i:1682376505;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3aff8ec0f51a69343eb8e6885167847e50e69c6d', '190.148.252.96', 1672758614, '__ci_last_regenerate|i:1672758614;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672664046\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672758328;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3affba8cd8990805694663e63c20e12064eba4f4', '114.119.136.132', 1685092858, '__ci_last_regenerate|i:1685092858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b0032493772360175015b757b9cb7cb3e048cb0', '52.167.144.28', 1679206614, '__ci_last_regenerate|i:1679206614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b0109f9b56832cf61c484c70189419f572ce35f', '207.46.13.205', 1671597868, '__ci_last_regenerate|i:1671597868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b01ff110a2e4eb591734fa81c156f8529c1ef9f', '34.223.241.251', 1682083245, '__ci_last_regenerate|i:1682083245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b036f9a6e25bffd73c2af144bdb15be6e960be0', '40.77.167.63', 1672246607, '__ci_last_regenerate|i:1672246607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b04c0b0edf20158b463d636ff512a7d8a4ab69e', '137.184.189.88', 1687558433, '__ci_last_regenerate|i:1687558433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b06bda4ab20c889474bf21cd5389e812ba5aa5b', '40.77.167.147', 1681098455, '__ci_last_regenerate|i:1681098455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b072ad6f8a343d711a14bf1e6b0880172b9a786', '40.77.167.91', 1686901604, '__ci_last_regenerate|i:1686901604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b0789a5057c7016d52c484506a7fc1034cbbe6a', '51.222.253.17', 1662906712, '__ci_last_regenerate|i:1662906712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b0871050c47ecea81341dc06c0f276ef8933ddc', '114.119.145.93', 1685055864, '__ci_last_regenerate|i:1685055864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b091cbca515b3d155e8a0925ee791f8783ef761', '40.88.21.235', 1680551038, '__ci_last_regenerate|i:1680551037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b0a0f02c1a0e78f8c9f153691c9a951251086e3', '190.148.157.206', 1679499399, '__ci_last_regenerate|i:1679499399;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679498918;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b0cd8155c4e55b86cb9d881816d463d4fe991d5', '190.56.32.162', 1659557629, '__ci_last_regenerate|i:1659557629;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659555648;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b0e7fc95f853c81ae214233831ab57d1563c94f', '114.119.152.160', 1686868760, '__ci_last_regenerate|i:1686868759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b10363453126b4837693b2ba0053b0007723c43', '190.148.158.151', 1677373162, '__ci_last_regenerate|i:1677373162;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677372844;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b106a30bf5dbda1bba523137d5bdca5be335772', '52.167.144.47', 1678324885, '__ci_last_regenerate|i:1678324885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b122c0539aed828305a8df21a20e7ef705bd131', '200.119.174.9', 1674311450, '__ci_last_regenerate|i:1674311450;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674311292;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b12dde16ca732baf05e811372979efb6d7c995b', '207.46.13.11', 1669087325, '__ci_last_regenerate|i:1669087325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b139d06c3b1699d277fa1054047d4ceb54cd427', '114.119.133.82', 1688279655, '__ci_last_regenerate|i:1688279655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b14552b631826cc1ea6ab48a600b625b5f4d28d', '17.121.115.38', 1657641298, '__ci_last_regenerate|i:1657641298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b172f822ac767747ebfd150b7d9036e4e1db853', '190.56.55.27', 1662321828, '__ci_last_regenerate|i:1662321827;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b17d13c73baf948c757f76119f7bbf9c0c88103', '54.36.148.72', 1658293390, '__ci_last_regenerate|i:1658293390;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b18f2ed3dc5396fde84dcf9bd26ef71ea133deb', '40.77.167.28', 1660367882, '__ci_last_regenerate|i:1660367873;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b1b19bf461d8b917f5cf011dd6e1fec16b68625', '20.222.68.226', 1659147799, '__ci_last_regenerate|i:1659147797;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b1cd22ad2d113e6b2a801c904aef94587560bc8', '104.154.22.171', 1651569615, '__ci_last_regenerate|i:1651569615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b1cf4d73a7c488d0e54d0c42f29768b6733d79b', '51.222.253.6', 1687981778, '__ci_last_regenerate|i:1687981778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b1dd51f577d2d05334e866f961bd9d8c8d0ed63', '51.222.253.12', 1668179422, '__ci_last_regenerate|i:1668179422;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b1df76f450e284baa7b7f2ac94d64f23b2e3221', '157.55.39.200', 1666320591, '__ci_last_regenerate|i:1666320591;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b1e9490c42bf73b5568ff7522df2483cc8bc72d', '52.167.144.162', 1686635368, '__ci_last_regenerate|i:1686635368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b1ed18f3786850cc1a9960fb5107eca8a0a1017', '40.77.167.156', 1678668156, '__ci_last_regenerate|i:1678668156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b21e867533dabe87c50b2fc544bdc682145d4fd', '58.17.6.9', 1687117004, '__ci_last_regenerate|i:1687117004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b225c23004c249705a911266974fb0fbfe5d0f7', '17.121.112.186', 1652206387, '__ci_last_regenerate|i:1652206387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b23b896dfed7775076ef345a8b515b76ce46af8', '51.15.235.134', 1656192017, '__ci_last_regenerate|i:1656192017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b25280bdebb16867601d0f24a4034abb64a4369', '207.46.13.44', 1673095838, '__ci_last_regenerate|i:1673095838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b257c3a19f6a1d4644a516f6639b8ed686a3b57', '51.222.253.9', 1682238862, '__ci_last_regenerate|i:1682238862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b26b0caaf86684d881eda056d26b8961eb762e7', '190.56.32.162', 1686578968, '__ci_last_regenerate|i:1686578968;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686482992\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686578964;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b2a0c41cd8531ddb8c1413ea14f272d3591b08d', '114.119.139.133', 1686483569, '__ci_last_regenerate|i:1686483569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b2be98792b1fc72b74d3ff15fb11b99b01db207', '190.56.55.113', 1673889699, '__ci_last_regenerate|i:1673889699;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673887366\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"I8T6KzfPesuGNbqghXJm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b2da9f9ad75f16e3037dd10c43cf2e551ec395a', '190.148.87.6', 1668119982, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668119982;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668089881\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668119902;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b2e5e4aa2bd08f763514fb39936fee5257c1ded', '114.119.137.8', 1688584835, '__ci_last_regenerate|i:1688584835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b2ff0fc0f354a8e2a73a84012eb704807b6c4c4', '157.55.39.79', 1668367007, '__ci_last_regenerate|i:1668367007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b3049717e2877d123b94bfa876804941a7ee64a', '66.249.74.99', 1688065504, '__ci_last_regenerate|i:1688065503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b306ea4c23a6f302011a287cb2307fbf8db0d67', '54.36.148.211', 1685959446, '__ci_last_regenerate|i:1685959446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b34049f7bde244d0d2dcb3ad2fe960183d023c8', '40.77.167.43', 1654469360, '__ci_last_regenerate|i:1654469352;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b358e71970c2746ecbb7409726685a6b2824f66', '190.148.158.69', 1685546780, '__ci_last_regenerate|i:1685546780;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684528368\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b35a04319742e4818faba3a4ad4c6e5290de5c4', '114.119.153.211', 1683808170, '__ci_last_regenerate|i:1683808170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b35c1fad98ce1d20b66efbd1d34909cc7fcc2bb', '130.245.169.139', 1657878943, '__ci_last_regenerate|i:1657878943;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b365d442cd977f0270ec20886c13363e5207929', '66.249.74.103', 1682523601, '__ci_last_regenerate|i:1682523601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b3672a39f8e66bd6bedad7a56769f6c8178f8f1', '190.148.252.236', 1656077475, '__ci_last_regenerate|i:1656077475;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656034860\";last_ip|s:15:\"190.148.252.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656077471;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b3731fdaaa21d661d62a5b841c67898f2c6bb4c', '207.46.13.51', 1663031738, '__ci_last_regenerate|i:1663031738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b37b53b45c71798519ef359012a332698599679', '200.119.173.78', 1682858614, '__ci_last_regenerate|i:1682858614;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682858383;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b39db110349bb386b3a7982c1c6a03b1f22d03a', '51.222.253.6', 1658533763, '__ci_last_regenerate|i:1658533762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b3a5c04f75980f08872012f80dae25ddbf140ee', '157.55.39.79', 1669296803, '__ci_last_regenerate|i:1669296803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b3c0cbf24c2dcf75a793165f950ca6fdda3cfbd', '114.119.133.67', 1684349616, '__ci_last_regenerate|i:1684349616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b3c3ef062d198626a00fd5034ea458495173e31', '200.119.168.250', 1680883223, '__ci_last_regenerate|i:1680883223;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680882886;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b3d43f570357f397c4ec8b931210a2f4a86ce32', '190.148.252.151', 1671307735, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671307735;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671307093;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b3f116b48c288c568ea57db67f18cece30cf5b8', '159.223.192.179', 1673013935, '__ci_last_regenerate|i:1673013935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b417b44df13f8c5885285c4dc8aeb40b28564a8', '54.36.148.190', 1680661977, '__ci_last_regenerate|i:1680661977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b430796567be6ef2aadfbc47c810f1578dd9976', '114.119.149.65', 1688126594, '__ci_last_regenerate|i:1688126594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b430f94eef0b12ac25004636c488378fb74732f', '144.217.135.245', 1679336572, '__ci_last_regenerate|i:1679336572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b43d19090a2822676d23247e94f60246bca04cb', '40.77.167.170', 1675923247, '__ci_last_regenerate|i:1675923247;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b44c58b48211c83ad64553e6ce2cf1585073d50', '18.206.55.48', 1651508264, '__ci_last_regenerate|i:1651508264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b44d9388e4fc4f42da1fe6cce7cb0c2b1316e47', '52.167.144.76', 1681581995, '__ci_last_regenerate|i:1681581995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4575cd3f617c882d233c95d813d820185451fb', '190.56.173.136', 1687887688, '__ci_last_regenerate|i:1687887688;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687887686;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b45ee8f2ebb13b7449f8d5879d2937a7e5007e4', '114.119.147.150', 1688222525, '__ci_last_regenerate|i:1688222525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b46bbb38224c35688b49374ff938656576f1c0e', '51.254.49.102', 1684542472, '__ci_last_regenerate|i:1684542471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b46ef378f47a353192ab01183c9c3fa9c0d475d', '54.202.205.11', 1664198503, '__ci_last_regenerate|i:1664198503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b47135d10487ac12ffeef53e9e16744fe2c5afa', '190.148.158.69', 1685923935, '__ci_last_regenerate|i:1685923935;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685923804;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b497545fd61f61863abf7ee5ee368a07ca87b28', '17.121.114.95', 1651027878, '__ci_last_regenerate|i:1651027878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4a8a7380fa659cba5b4da6bd8931e8f812f751', '17.121.112.87', 1658795112, '__ci_last_regenerate|i:1658795112;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4ab5f8795a106274b7d58875192f6650ac8b0b', '54.36.149.64', 1655746348, '__ci_last_regenerate|i:1655746348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4bb9b7c861247d48346369c5434aced9d0666c', '52.32.181.162', 1673788952, '__ci_last_regenerate|i:1673788952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4c864717a6c28958fd34319bba12474c6b4607', '35.88.253.42', 1670851778, '__ci_last_regenerate|i:1670851778;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4cce790c162f4e271d166057c8b7c2708fe89a', '190.56.50.253', 1682695985, '__ci_last_regenerate|i:1682695985;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682695883;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4ce81b320860da2eff5fc4fcc744a29e79fac3', '104.154.92.6', 1664804046, '__ci_last_regenerate|i:1664804046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4dd92221d3e9a59f726f9d0e88f4517daeaba1', '40.77.167.104', 1668054616, '__ci_last_regenerate|i:1668054616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4e29f095b3e4bedf59bf3338aef930bd35b75a', '52.167.144.164', 1686084860, '__ci_last_regenerate|i:1686084860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4ea45a68a957f26d929e78b1f7bea078f1d26f', '124.206.180.138', 1651846488, '__ci_last_regenerate|i:1651846485;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4ea9a83bac68456edd267c114ab6038ef8204c', '40.77.167.202', 1687595160, '__ci_last_regenerate|i:1687595160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b4f0490bd71b3266ae1a6bacf892c6e39973fbc', '51.222.253.14', 1656347200, '__ci_last_regenerate|i:1656347200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b5138b901713000a73e6b496dc2601cf1253119', '157.55.39.69', 1671783504, '__ci_last_regenerate|i:1671783504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b526694391bbba9d5abfb7af88f8d5706b7d192', '157.55.39.79', 1669577781, '__ci_last_regenerate|i:1669577780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b52784077761aa30090a88e3e2518228f6da8e5', '190.56.32.162', 1686327687, '__ci_last_regenerate|i:1686327687;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686327684;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b52d8d1d1846ce13c1f57ff195f62b06561e290', '207.46.13.51', 1662683514, '__ci_last_regenerate|i:1662683514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b572f49b85b53c93bc84b7bff94d47abd5e4d00', '190.56.55.32', 1657145471, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1657145471;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657136400\";last_ip|s:12:\"190.56.55.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657141807;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b588c82cb49a712c958b71edbf374f0f018a68d', '51.222.253.11', 1651701093, '__ci_last_regenerate|i:1651701093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b5a2f44e211da2d67ccc016cdab2824ab10f5c4', '52.167.144.98', 1686542610, '__ci_last_regenerate|i:1686542610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b5b543de922d06223b8cc50c4ad28563ed62111', '157.55.39.79', 1670242870, '__ci_last_regenerate|i:1670242870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b5bbe5a486f033071fbf7f2a0b9b903a0f00aff', '190.56.173.175', 1652975483, '__ci_last_regenerate|i:1652975483;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652925922\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652975473;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b5f7e8965885185f792205be444804cd2b1700b', '52.167.144.154', 1687547832, '__ci_last_regenerate|i:1687547832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b61fe1a135a7d61d2ec94b77979748e7550f447', '190.56.32.35', 1672089835, '__ci_last_regenerate|i:1672089835;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672064849\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"SyriYvLAptIu6B8VqxXa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b62e4874748c4f37995619393839ed91ba9b41b', '128.199.55.58', 1654673024, '__ci_last_regenerate|i:1654673024;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b63059675825d09b7b633f497bf970ac6e876b0', '40.77.167.11', 1673474225, '__ci_last_regenerate|i:1673474225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b639471490e9eda749820b05631f0592c68d145', '51.222.253.3', 1687023401, '__ci_last_regenerate|i:1687023401;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b64df0557afd1ec1e5720856dbf7fa5c06f4ef0', '114.119.149.43', 1686322336, '__ci_last_regenerate|i:1686322336;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b6d3d15b1bcd2d9219c31ad4009c9d9dceccf8c', '52.167.144.164', 1684841795, '__ci_last_regenerate|i:1684841795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b6fe84f6682c12447a25e8cdab82af4f4033c05', '190.148.157.183', 1680308225, '__ci_last_regenerate|i:1680308225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680308222;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b731dc231060501fcb5cf725eb1ee61923c4b93', '114.119.152.148', 1688185577, '__ci_last_regenerate|i:1688185577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b735ca7c70ece0b487a5258ff614a4249493e7a', '114.119.156.232', 1685622246, '__ci_last_regenerate|i:1685622246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b73af9fc4d6ce7e5852591aa89c03f1cb380a1e', '157.55.39.200', 1664707649, '__ci_last_regenerate|i:1664707649;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b7543d451f95ce86f5c42747c0845494eab23bc', '51.222.253.13', 1686629988, '__ci_last_regenerate|i:1686629988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b76430042c5c66b662838437b3451c300a877e2', '54.36.148.0', 1682165171, '__ci_last_regenerate|i:1682165171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b769288aa6faf2d4393b79de1d001438c1780ea', '18.206.55.48', 1657542565, '__ci_last_regenerate|i:1657542565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b774832d2d7dc6970a01655966d6f6513ffa593', '34.216.59.52', 1651325193, '__ci_last_regenerate|i:1651325193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b7eb4cfae2210487c1bc731776cf7ecb7a8335c', '114.119.149.23', 1686729143, '__ci_last_regenerate|i:1686729143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b80493763a1c75789e1c41803f3ffe4cee813cb', '74.208.2.134', 1682136368, '__ci_last_regenerate|i:1682136368;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b81cc736796d62ebee2e21ebdb9f85978eeac0f', '114.119.147.213', 1685558088, '__ci_last_regenerate|i:1685558088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b8445ddfb5062254368a84a6da5155ceb9da9aa', '200.119.170.209', 1656710797, '__ci_last_regenerate|i:1656710797;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"sojByeVZ17P4TlD2Qgvu\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b8503dc7548ac39c18824ccb2839cf0a43d42e5', '52.167.144.162', 1686594892, '__ci_last_regenerate|i:1686594891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b861d0e1cea7ac06f8023c2e99f7e6d78c825e0', '114.119.153.118', 1687101427, '__ci_last_regenerate|i:1687101427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b86d6de6ef40045dc1f490a950478cc1256a9f4', '52.167.144.162', 1682909275, '__ci_last_regenerate|i:1682909275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b8833ec6bfe43f0224b791835ce41e5289b171b', '114.119.130.199', 1684232948, '__ci_last_regenerate|i:1684232948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b88ff04da1ad21fec049104ef5b9e466d747ede', '190.56.50.15', 1667089237, '__ci_last_regenerate|i:1667089237;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667089227;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b8982ecc3b842f4562baab91e259acd5d424ce1', '52.167.144.63', 1686890277, '__ci_last_regenerate|i:1686890277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b8b30cd8ff68be48970626c2469decf93244ef9', '114.119.161.89', 1688114228, '__ci_last_regenerate|i:1688114228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b8b51f9691a8f1f9b720b700334820b5b7e9b46', '190.56.32.131', 1687652719, '__ci_last_regenerate|i:1687652719;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687652698;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b8dcdd9daadca1fda7ca1172b19c410a4878f25', '114.119.135.217', 1686675892, '__ci_last_regenerate|i:1686675892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b8e5646d273930cbdddb0742c01a7d2ffc88703', '40.77.167.104', 1668407394, '__ci_last_regenerate|i:1668407394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b9055e7d9557091e82c2472710d019fce505bfe', '114.119.130.99', 1685588766, '__ci_last_regenerate|i:1685588766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b907a0b82e91992b3ce64e5d7da6e6bfcfee7d2', '157.55.39.51', 1668834265, '__ci_last_regenerate|i:1668834265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b91cd7db4e85a48c86225527a19756cff8efca6', '200.119.175.15', 1658450715, '__ci_last_regenerate|i:1658450715;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b93deb1120ab091827d42cd69e268cb2a5a558c', '52.167.144.171', 1685129292, '__ci_last_regenerate|i:1685129292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b94c8237d7b79711991138ce9ab5b9a463bfa74', '114.119.149.78', 1688435158, '__ci_last_regenerate|i:1688435158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b96f7cceae2191870666e368158776a1ed0ed84', '52.167.144.31', 1681264477, '__ci_last_regenerate|i:1681264476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b9793106d90c549f944dcfd9fa49e5c286a5a29', '190.56.32.162', 1686342693, '__ci_last_regenerate|i:1686342693;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686342664;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b9840df0189fee50bd14df0abb96bccc20b9141', '54.187.177.118', 1682987302, '__ci_last_regenerate|i:1682987302;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b9b86e528bc0e08a3be44dce2ac1db5ea5b2bc9', '114.119.145.81', 1688120912, '__ci_last_regenerate|i:1688120912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b9de583038ab330097c7d8fe7a2723b3c1a1b06', '157.55.39.79', 1668367006, '__ci_last_regenerate|i:1668367006;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ba0aad7bde0c66d7d659bf550b95d0819eaa502', '74.208.2.174', 1682135806, '__ci_last_regenerate|i:1682135806;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ba14ca678f6ea495a98bfe9987342648c9d063c', '157.55.39.68', 1666902159, '__ci_last_regenerate|i:1666902159;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ba527ded541dee5b84bc884fd0f8729a671c46c', '122.134.103.184', 1652867983, '__ci_last_regenerate|i:1652867982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ba5ee4e308d69a529d1e3744a80371ddbae24c8', '114.119.140.170', 1687964455, '__ci_last_regenerate|i:1687964455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ba7bf68381fa1bf8178bbb1c77086d521e3a47b', '51.222.253.4', 1655311298, '__ci_last_regenerate|i:1655311298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3baa1f8746893ebcb3f3ee7dca5661f2aa991efd', '190.148.252.76', 1654188170, '__ci_last_regenerate|i:1654188170;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654183940\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3baadbb12f4897f2a81a01d6ffa5261d965c722e', '52.167.144.63', 1687178411, '__ci_last_regenerate|i:1687178411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3baf85330fcfe146764ed0708f29c9ff2504fd97', '52.167.144.164', 1686202653, '__ci_last_regenerate|i:1686202653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb01158da2cf2e3308179f39999ed269b088e68', '190.148.87.96', 1678298692, '__ci_last_regenerate|i:1678298692;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678222268\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YTzlM75JEyaN6PLSuZX0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb0aaf631475ffae8c4361c2708b8b7c5866d94', '190.148.87.96', 1678278242, '__ci_last_regenerate|i:1678278242;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678276501;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb0eac3c511dbb668d3e12042760c21fc5ceeed', '54.36.148.232', 1665006803, '__ci_last_regenerate|i:1665006803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb3b8b2eecdc93e84d19ddcf90dca18e0ddd931', '190.56.55.48', 1687279426, '__ci_last_regenerate|i:1687279426;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687279227;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb3d3c23781957d56b5d6e3f3fc3bf2d97de920', '40.77.167.219', 1677285118, '__ci_last_regenerate|i:1677285118;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb475bae5ed076d60476918995b57ea389a524f', '114.119.148.64', 1688417730, '__ci_last_regenerate|i:1688417730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb4d100adf4c54a70edd0d767996a541ccd678b', '190.148.252.96', 1673289409, '__ci_last_regenerate|i:1673289409;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673284948\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673289406;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb706854e9f849602c985d50a28cdb3eed02a8e', '190.148.87.96', 1678486970, '__ci_last_regenerate|i:1678486970;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678486962;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb7c32660764d865ee3d5e853f644c9a5afacd8', '52.167.144.164', 1686726467, '__ci_last_regenerate|i:1686726467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb84699c3ac0c71f766b39f449291f40d98ba79', '207.46.13.234', 1658496434, '__ci_last_regenerate|i:1658496434;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb99608eef39c824cb1930bdbb412570b767304', '52.167.144.61', 1688036822, '__ci_last_regenerate|i:1688036822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bba8b73766688c66c5efcd3a9df27ffec364f8d', '207.154.204.175', 1657274120, '__ci_last_regenerate|i:1657274120;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bc12d6dcc16dc08dd04789f22e3af26e2996b77', '35.88.197.19', 1686349267, '__ci_last_regenerate|i:1686349267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bc1b49a8f8033df24ad755313770695e0b7ed44', '40.77.167.85', 1686871251, '__ci_last_regenerate|i:1686871251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bc3b86023571cbfff2d9bb732e76010b07aa6b2', '157.55.39.69', 1672390056, '__ci_last_regenerate|i:1672390056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bc5b611593ec8af92866c5b55480c84398b6bea', '74.208.2.234', 1684500931, '__ci_last_regenerate|i:1684500931;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bc76f84eb32a015a78f0909efd1a14f31f4a136', '190.148.252.57', 1657895173, '__ci_last_regenerate|i:1657895173;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657888799\";last_ip|s:14:\"190.148.252.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657895093;register_id|s:2:\"44\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-14 19:41:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bc78d3a91218b9c45a09582c71c1113b6f8f4b1', '5.188.62.76', 1659544365, '__ci_last_regenerate|i:1659544360;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bcbe3abf6833069c1937e6a26e38281fcf279da', '52.167.144.95', 1680641797, '__ci_last_regenerate|i:1680641797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bcd17db269bbc4c6763fe897fd2155fe7223de0', '40.77.167.133', 1684237317, '__ci_last_regenerate|i:1684237317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bcd25024f2d64146a17eaa0bd4901d8bf0675c9', '121.108.250.177', 1659436570, '__ci_last_regenerate|i:1659436570;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bcdbcf0d97a4e9cee7a62cbe7de9efadd5d40b0', '207.46.13.160', 1674304161, '__ci_last_regenerate|i:1674304161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd02355fcc8024e444bea362583aa32120d9a28', '17.121.112.175', 1653057293, '__ci_last_regenerate|i:1653057293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd0e2f011a4786f438097a28c0825f2779b79b4', '51.222.253.17', 1655291363, '__ci_last_regenerate|i:1655291363;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd2a45081872fb5336a1c4419e244e8592fb793', '207.46.13.17', 1673616421, '__ci_last_regenerate|i:1673616421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd37748231e183fda934eb2c5546c24b1264810', '114.119.149.66', 1688271541, '__ci_last_regenerate|i:1688271541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd6c4f41fb5640796313d9fe0475f75ddb46922', '200.119.172.60', 1674572793, '__ci_last_regenerate|i:1674572793;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674492457\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd730267da7c6d00529901b901d0b4ed8227593', '40.77.167.219', 1676773389, '__ci_last_regenerate|i:1676773389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd8d16652ad74f270faeccfc9312302219892f5', '52.167.144.61', 1688078739, '__ci_last_regenerate|i:1688078739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd95d30c68a114ed77ba76b3ef08573c5ece4ab', '20.70.171.184', 1651065278, '__ci_last_regenerate|i:1651065274;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bdbd2659bb7e35e947180e14824590dadc2b4c1', '114.119.149.91', 1688324408, '__ci_last_regenerate|i:1688324408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bdbf1e0f424cb5d4b88228deb462454159b891e', '54.36.148.171', 1676379092, '__ci_last_regenerate|i:1676379092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bdd22bbc1487d55e23c4d3f65f3b251bfef0e20', '93.158.90.70', 1663652068, '__ci_last_regenerate|i:1663652068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bdeb986b12a3232fb2db3f3ca34b76c4b36468b', '190.56.32.162', 1686267125, '__ci_last_regenerate|i:1686267125;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686267116;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be187980578dc98870eed62a27a28ae5e516122', '190.148.252.161', 1669912368, '__ci_last_regenerate|i:1669912368;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669912127;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be25a2a9b8248d7ad1b541f3d87715c54743271', '190.148.158.151', 1677439090, '__ci_last_regenerate|i:1677439090;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677439087;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be29ad82e6ebd028d0f87b9ab0dfc42e6d184ba', '157.55.39.80', 1670211959, '__ci_last_regenerate|i:1670211959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be50cb370233be7c2f18d00251f6a354a06e953', '34.209.25.112', 1683679588, '__ci_last_regenerate|i:1683679588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be5408c71b7b97a4c7cd1f4ece915b2c91e8cf1', '157.55.39.192', 1665832166, '__ci_last_regenerate|i:1665832165;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be688b5666c1d7591324f4af11c51a366651f1f', '54.36.149.57', 1659180105, '__ci_last_regenerate|i:1659180105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be70fb76c703d2ca4d0f1e479ae607274c37f74', '190.148.252.183', 1681482584, '__ci_last_regenerate|i:1681482584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681481819;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be79720ee6921447ed56a855398ac3042f657b0', '190.56.32.164', 1664567753, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664567753;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664567748;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be79e2c796508d520329f3d3a9ff476713b1ff6', '149.57.16.7', 1653807010, '__ci_last_regenerate|i:1653807010;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be87d2dae7b4670953c84c6ca20d62126535c10', '114.119.148.155', 1687000245, '__ci_last_regenerate|i:1687000245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be8a2ecc3425d04f8d2cec1b255b59bd69e6489', '157.55.39.65', 1661772091, '__ci_last_regenerate|i:1661772091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be92de5e68fab01f34391c03eeff1dee28f3a29', '190.56.50.253', 1682726078, '__ci_last_regenerate|i:1682726078;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682705874\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"kuULoW7JAHEgm30jeKTr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be9983e1130b8dfc1669b0638ae8d8abb00e906', '114.119.133.192', 1686986289, '__ci_last_regenerate|i:1686986289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bea4e79b22f3c347661a8f9f73a68a9348aca43', '114.119.134.148', 1688540213, '__ci_last_regenerate|i:1688540213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3beb5ff9979fe78e3a559dd8a79f7cf1623b10e0', '147.182.171.81', 1650861188, '__ci_last_regenerate|i:1650861188;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bedf0b84f29b103e5161551f71d1c0136406f97', '200.119.170.217', 1656354651, '__ci_last_regenerate|i:1656354651;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274344\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656354532;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bee6700a15f6b7ec849cf15c99ef589592713cc', '200.119.174.132', 1663792650, '__ci_last_regenerate|i:1663792650;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663786417\";last_ip|s:15:\"200.119.174.132\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bf26069d2923bb59326e5471996d158e9bd3ae0', '52.167.144.171', 1685594529, '__ci_last_regenerate|i:1685594529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bf3b3eb72db7bbb0d1b5a01e81f5c02d5407383', '190.148.157.183', 1680480478, '__ci_last_regenerate|i:1680480478;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680480421;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bf4201955ff2eee0d58a8a007b62dda9d758212', '114.119.130.105', 1687709724, '__ci_last_regenerate|i:1687709724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bf455d8e3c0a2a0829d98f2f7237f32c8f0e2e4', '157.55.39.68', 1667042622, '__ci_last_regenerate|i:1667042622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bfab51413cb50b989136f5a459ac3e14e212886', '114.119.158.137', 1685878771, '__ci_last_regenerate|i:1685878771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bfbba0b623c8ba458f96e1fb9322fe6fb111bd5', '17.121.114.146', 1661139966, '__ci_last_regenerate|i:1661139966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bfc00aef53f50db2bd5da4861d0cb0c0a49081b', '200.119.170.137', 1668632299, '__ci_last_regenerate|i:1668632299;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668631288;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bfc59a6f7164efe0cd07d2e3dbd6e59412d56de', '114.119.146.215', 1686518093, '__ci_last_regenerate|i:1686518093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bfc72cf0e1011df6dcadbd02720dc926b5cb392', '40.77.167.175', 1680307938, '__ci_last_regenerate|i:1680307938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bfd1e647b7fd5ff787530a732cec9140d4cd676', '190.148.252.161', 1669847475, '__ci_last_regenerate|i:1669847475;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669847450;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bfd930e06e4547ccc25e4069730b3aa166bf22f', '190.148.252.96', 1673206459, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673206459;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673206324;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bff292b592607abfe0ba4671ad24e85efc79eee', '17.121.113.9', 1652028639, '__ci_last_regenerate|i:1652028639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bff8417b55472a1a6122d9d59cf8e9737006831', '190.56.49.149', 1688586010, '__ci_last_regenerate|i:1688585810;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1688400975\";last_ip|s:13:\"190.148.87.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c00680559d9d1f825b81b5d9aea000e0755621e', '54.36.149.99', 1677975521, '__ci_last_regenerate|i:1677975521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c034a3bbd78b63e43ae1260dd3230ad4b8aff94', '190.56.55.113', 1673736300, '__ci_last_regenerate|i:1673736300;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673736296;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c08a70b76bbd10f55787b96126bb7d00cd2ecf7', '5.188.62.26', 1660868484, '__ci_last_regenerate|i:1660868484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c08f88bf376e96d35f2091119c86a7243b401a0', '190.148.158.175', 1672257103, '__ci_last_regenerate|i:1672257103;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672257097;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c0bfbb00a6f249d8d978e6fbd7892b17a07a529', '40.77.167.63', 1672200047, '__ci_last_regenerate|i:1672200047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c0f93baaa8c5613bd27107fa7bd4370c8decd41', '54.36.148.68', 1688069406, '__ci_last_regenerate|i:1688069406;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c101a15faff35b60528fd7dae4c2061f3219ba2', '190.56.32.37', 1670518757, '__ci_last_regenerate|i:1670518757;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670518752;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c135c91e0a2112983da2e878cb97fbc2940b276', '200.119.172.96', 1675377409, '__ci_last_regenerate|i:1675377409;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675377401;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c13f74c38c58fbdca0730b75ddeeedf883eb86b', '40.77.167.91', 1686974037, '__ci_last_regenerate|i:1686974036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c18196646ed1715c68650fd5b858a9e6750d910', '40.77.167.11', 1673648737, '__ci_last_regenerate|i:1673648737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c188ae38d7ea8b17663a44f711809d2278c67bf', '17.121.112.70', 1658078812, '__ci_last_regenerate|i:1658078812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1a81aec643f6f3cfe7789c7793917cd9636e19', '52.167.144.63', 1686900022, '__ci_last_regenerate|i:1686900022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1aad6c9e13aca98a65647102c6d8c390c2c653', '34.216.233.187', 1658065518, '__ci_last_regenerate|i:1658065518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1ae6cb842e60917597f0fbd1f202d9e39bb645', '190.148.87.6', 1668431175, '__ci_last_regenerate|i:1668431175;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668260330\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1bd2d371a1f3b2ab9c7578a0f35a28e0b8eea1', '157.55.39.46', 1672551058, '__ci_last_regenerate|i:1672551058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1cc2561dc3100d91057f2cf588ba452f8f3dff', '176.53.218.98', 1650920563, '__ci_last_regenerate|i:1650920563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1d1407dd412860fb7a183a5b2f28882fdaaa6f', '52.167.144.154', 1688004005, '__ci_last_regenerate|i:1688004005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1d46864b68322c0744697e938e1adae7d093d7', '190.148.87.182', 1679673498, '__ci_last_regenerate|i:1679673498;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679673025;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1d769e162c656d2c20ed4df68e8f094aa80212', '114.119.135.35', 1687523193, '__ci_last_regenerate|i:1687523193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1ddab77ed219db2ccd1e082546c642801f86c5', '190.56.51.158', 1655760031, '__ci_last_regenerate|i:1655760030;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1df7304b447e8547720601b77e5d3019b3ffcc', '52.167.144.74', 1688171829, '__ci_last_regenerate|i:1688171828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1eb86f592812eb7130efbef2e62eb033cae9fa', '45.63.18.23', 1688457748, '__ci_last_regenerate|i:1688457748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c1ff156165c5f4fb5fe877dd3f8de2ba07d1254', '40.77.167.202', 1687268299, '__ci_last_regenerate|i:1687268299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c215de15d9de684f90ed3c052ea31ef898bf761', '190.148.157.203', 1664551190, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664551190;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664551180;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c21cb91d011808e48dadd46185e584697957089', '45.55.135.165', 1660252973, '__ci_last_regenerate|i:1660252972;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c22810b31d2b1427ed2ed65599f84ff4b50d479', '40.77.167.244', 1677487332, '__ci_last_regenerate|i:1677487332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c242259c00262899782a8cafad8a0af29e3d25d', '40.77.167.222', 1681571772, '__ci_last_regenerate|i:1681571772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c256f301028fbb06872aa293c76d7ee336ba0f3', '190.148.252.183', 1681491255, '__ci_last_regenerate|i:1681491255;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681491183;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c25849fe66e106eb3b30de78e8ffff30d2d8246', '40.77.167.156', 1678582572, '__ci_last_regenerate|i:1678582572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c25a6f1678af037126d3a5e31eaf302bf34e7e5', '114.119.130.61', 1688484723, '__ci_last_regenerate|i:1688484723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c2d5be4c2b7b77d7232e4145cfbae09e23ff920', '176.74.192.85', 1654403410, '__ci_last_regenerate|i:1654403410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c2feea9db87f40f906eb23bbbbcfa4143240fe4', '164.92.101.174', 1671989858, '__ci_last_regenerate|i:1671989858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c3243b43f2726d3db09cd9805be4522040c0aca', '112.211.96.131', 1653288747, '__ci_last_regenerate|i:1653288745;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c352395f2888616ec76019f37f06bdfa26adf18', '190.148.87.96', 1678569661, '__ci_last_regenerate|i:1678569661;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678563551;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c370c34a0b4f83a41a1b387c0316bc22cdc905b', '54.36.148.86', 1672474344, '__ci_last_regenerate|i:1672474344;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c374a3173677d92394ccab9d1677b3735e6e29d', '40.77.167.16', 1673444178, '__ci_last_regenerate|i:1673444178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c37542fb5a28ddb2d358d14b6204b21078a69f1', '52.167.144.43', 1683647461, '__ci_last_regenerate|i:1683647461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c37fc4076708b947e7ff853a7ad7f1410cdf83b', '114.119.142.207', 1687699482, '__ci_last_regenerate|i:1687699482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c38435cbbb227cbca853261353fc1aa2ac5b6c2', '17.121.112.236', 1655321200, '__ci_last_regenerate|i:1655321200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c3974d3d2f979635e895ea49524b3547e9fd9ba', '190.148.157.173', 1652716910, '__ci_last_regenerate|i:1652716910;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652390499\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652716697;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c3ab16d40b5d7d9f9ebcab0cbc214deffe83a47', '190.148.252.67', 1688471493, '__ci_last_regenerate|i:1688471493;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c3aeafa3784585936c018f9321690168f950c94', '207.46.13.6', 1671597882, '__ci_last_regenerate|i:1671597882;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c3c096486500b44eb245485151730d22b53f402', '40.77.167.182', 1683889129, '__ci_last_regenerate|i:1683889129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c3c2baf13c9b02e82e6bc77b1cb0ee344d2e0b7', '40.77.167.49', 1664906037, '__ci_last_regenerate|i:1664906037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c3c787b5f0e9f1c6d014ed8890930fcd61ff6f7', '157.55.39.46', 1672496295, '__ci_last_regenerate|i:1672496295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4054857587bd265ca8e2c0ae942f9d7ace6d4b', '114.119.137.38', 1688428431, '__ci_last_regenerate|i:1688428431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c41029352616bfe04af22367b386a0fc57b765c', '114.119.133.119', 1687504275, '__ci_last_regenerate|i:1687504275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4228cce18d4cf63aedb04a532129b27a20ae64', '93.158.91.224', 1656537387, '__ci_last_regenerate|i:1656537386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c426742e4e06345e0fa6a608fcbd625a7c4acfb', '114.119.148.34', 1687283496, '__ci_last_regenerate|i:1687283496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c44188fd62149967c61c86d645025daca05a4b4', '190.148.157.177', 1682203005, '__ci_last_regenerate|i:1682203005;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682202925;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c448d1b60568dbb9d3a4963e1fdd6576fc0ac0c', '50.21.188.2', 1663642577, '__ci_last_regenerate|i:1663642577;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4a1972ff2cbd8a73cd77ecdd86589f8593773d', '52.167.144.171', 1684450765, '__ci_last_regenerate|i:1684450765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4a69c0312e1ff5ed44e89d68d0633e6ca7d307', '165.22.44.243', 1671937298, '__ci_last_regenerate|i:1671937298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4ae6ae382305f32a03465ac8b47fb9aa2f76f6', '40.77.167.13', 1672236957, '__ci_last_regenerate|i:1672236957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4be909cd8a24229b5f6e763bdf0a2fba4ef1b4', '207.46.13.154', 1671695833, '__ci_last_regenerate|i:1671695833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4becf89f63719b63fb69c89f3aedd02f6181d4', '40.77.167.181', 1687268522, '__ci_last_regenerate|i:1687268522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4f4281b3b35fbe36d45dda441ef7e8b1287d24', '52.167.144.61', 1688296436, '__ci_last_regenerate|i:1688296436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c50b840949b2e676ec67b6d8a0386f424dbcedf', '207.46.13.212', 1676866625, '__ci_last_regenerate|i:1676866625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c516ea665aefbd083a2320db0664f3fde56128e', '54.227.32.154', 1652492280, '__ci_last_regenerate|i:1652492280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c532199b5ab148aa2f957fa90bdfd3bcb151e37', '114.119.145.66', 1688192796, '__ci_last_regenerate|i:1688192796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c53684a57877c58cce9e0d74519540d2a9e423c', '114.119.136.11', 1686020589, '__ci_last_regenerate|i:1686020589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c55ead52d00eeba44624e45764ecaefa5a30d87', '40.77.167.225', 1680413700, '__ci_last_regenerate|i:1680413700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c58115b55019c0622da128b24cdcb62c0e4385a', '190.148.157.98', 1679074066, '__ci_last_regenerate|i:1679074066;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679074047;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c5adb66dcc65143a39e2da8df74ad02fef1f392', '69.160.160.59', 1667400626, '__ci_last_regenerate|i:1667400626;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c604464d2de48a9a02e83eacb16d34a8578d21a', '138.246.253.24', 1678334667, '__ci_last_regenerate|i:1678334667;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c6065b9d97bbf5c2f06fd4729a9cf5f6bf9f253', '114.119.148.37', 1686392157, '__ci_last_regenerate|i:1686392156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c62b840bf3d5efb93c3373a2103cf8ff035f8d4', '114.119.139.103', 1687827387, '__ci_last_regenerate|i:1687827387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c63319f4ebc79cc93ba14e773c8bbc2aba596fd', '157.55.39.79', 1668367219, '__ci_last_regenerate|i:1668367219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c6368a68172a928823c5cd7c3804260765027b5', '40.77.167.85', 1685528403, '__ci_last_regenerate|i:1685528403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c64872be0d39bb15e0cf500df92e8e51577bc6a', '157.55.39.227', 1688519111, '__ci_last_regenerate|i:1688519111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c64aa9a060d995948663ff7f7a2e91e3ee5ad46', '131.153.143.50', 1685453029, '__ci_last_regenerate|i:1685453029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c650687093d3444bae34ec5c76527adf04b95fb', '54.36.149.38', 1677053109, '__ci_last_regenerate|i:1677053109;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c673e9eaa571b8d9ea2c505bb19daf2f1682f08', '190.148.87.182', 1679878802, '__ci_last_regenerate|i:1679878802;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679878800;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c68132ed45962262043aa1ee7d7e359d165ec0d', '52.167.144.98', 1686039686, '__ci_last_regenerate|i:1686039686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c68ce4fbe1177978d304629ddb16fba4560945a', '190.148.87.6', 1668437099, '__ci_last_regenerate|i:1668437099;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668192340\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c68d5523406f00d8b499ad6d112010e8923f4f9', '190.56.32.174', 1676747576, '__ci_last_regenerate|i:1676747576;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676747245;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c698d21e2774e0f825f29352b9f147f817fb915', '157.55.39.200', 1666004208, '__ci_last_regenerate|i:1666004208;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c69bac0dd1bf40724c0c5e3ed66940edfc4be54', '114.119.135.209', 1688102921, '__ci_last_regenerate|i:1688102921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c6a04084960f25fb9906a7994fdaeda67208936', '190.148.252.96', 1673044773, '__ci_last_regenerate|i:1673044773;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673044696;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c6a1f37982c3b279318b36c36a7ea86452ad556', '31.13.115.13', 1675132799, '__ci_last_regenerate|i:1675132799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c6a8385c1d9916524869ce2508fccf89e9a377e', '52.167.144.120', 1688063393, '__ci_last_regenerate|i:1688063393;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c6ccc05d0791abc3d35810602e7f4908e45d33b', '190.148.157.98', 1679089528, '__ci_last_regenerate|i:1679089528;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679089307;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c6e0a1642f392d4b5ee75262054274c407d6ac3', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c6e26dcd1b8fd99b577e681d67b160e96446e1d', '40.77.167.49', 1667095954, '__ci_last_regenerate|i:1667095944;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c6f79f71b75546b13d6ed9a44edcaf22eba6ac2', '40.77.167.37', 1668631599, '__ci_last_regenerate|i:1668631599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c71bfd41d187e73f6b030d6f77be3f4f8663002', '190.148.252.236', 1656080064, '__ci_last_regenerate|i:1656079916;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656034860\";last_ip|s:15:\"190.148.252.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656080064;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c72ae069603b6ab82034f15a26c0bbf576f9a1b', '52.167.144.76', 1682123871, '__ci_last_regenerate|i:1682123871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c72c58deaa3f0bb5c9eac8d9934a52d6dab3898', '190.148.252.85', 1666214824, '__ci_last_regenerate|i:1666214824;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666197100\";last_ip|s:14:\"190.148.252.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c72ea29356a7ba4445aa6e2955fd0266f2ae4cf', '52.167.144.27', 1677726903, '__ci_last_regenerate|i:1677726903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c73219f9e805b32983ed477713caa6558d4100c', '40.77.167.133', 1683925246, '__ci_last_regenerate|i:1683925246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c73898a214abaa691dad7dda14201bccfb8a765', '111.7.100.24', 1650976300, '__ci_last_regenerate|i:1650976300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c76161f6e01b2b7e9a99484234919757e573af3', '17.121.112.226', 1660508900, '__ci_last_regenerate|i:1660508900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c762f33863058dfdc0e8167c44f5f2b8ba236f4', '190.56.49.237', 1665672157, '__ci_last_regenerate|i:1665672157;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665672147;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c780b2a5e01d6636bc7b31b2883578185ccb623', '157.55.39.80', 1669998729, '__ci_last_regenerate|i:1669998729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c7843f83176a86f7cfdb46da1ccc34a1dc32c82', '35.92.109.117', 1673269415, '__ci_last_regenerate|i:1673269415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c786553ad782b095e8259fc601c595cf626aa8a', '114.119.135.251', 1688132418, '__ci_last_regenerate|i:1688132417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c7a05568ae1ea4487a3e66fcbb62c4e086b7daf', '52.167.144.162', 1681775081, '__ci_last_regenerate|i:1681775081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c7ae628bbfecb4f4b8eaac2adee6b7fb87ac142', '190.56.54.156', 1665413630, '__ci_last_regenerate|i:1665413630;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665315158\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665413601;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c7d501b8a6cbe5529fc5d179cfc4ae682521316', '52.167.144.31', 1681309988, '__ci_last_regenerate|i:1681309988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c82772fee9e32790f47e82c179d15b5cf0c97b1', '52.167.144.61', 1688003731, '__ci_last_regenerate|i:1688003731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c828e2e537442a14a4b6e0aba0907f19a3c09c1', '114.119.143.172', 1687810399, '__ci_last_regenerate|i:1687810399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c82ae6359e2ce1c75b677a29d4b7804fc039583', '178.62.85.196', 1688216145, '__ci_last_regenerate|i:1688216145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c84069a88ce5f99ead75bd806c37ebf9c28eb67', '52.167.144.98', 1684553837, '__ci_last_regenerate|i:1684553837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c845ccddee02878f3a031bade886efcb4475da6', '54.149.16.242', 1652967403, '__ci_last_regenerate|i:1652967403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c8857a979b62bae2db3d20a02c4337446c54fb9', '114.119.130.95', 1686939278, '__ci_last_regenerate|i:1686939278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c89ba1fe5a8c28c8ba8e4b70682d814a3b3df91', '52.167.144.76', 1681830987, '__ci_last_regenerate|i:1681830987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c8ffca0b9cea5d270b839474542759c06363b2b', '207.46.13.154', 1669998863, '__ci_last_regenerate|i:1669998863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c92fec048f36068017e82af1e777fb212c8fbe3', '114.119.150.75', 1688174982, '__ci_last_regenerate|i:1688174982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c93a1a929b953eb26f22c665a41e078b7a58738', '190.148.252.233', 1668859908, '__ci_last_regenerate|i:1668859828;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668782699\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668859907;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c94df6ed56707715e365024c7282052ed926243', '157.55.39.253', 1682551068, '__ci_last_regenerate|i:1682551068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c965e2adc0b411d34bdf0e03d9fddb45861dc5f', '51.222.253.13', 1686629990, '__ci_last_regenerate|i:1686629989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c98e50fea4d0f43b29f3ce98e711e7863e2faa1', '190.148.87.99', 1688420593, '__ci_last_regenerate|i:1688420593;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688420587;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c9960eb2de08b5bfa5cca7cc013083de43627f4', '40.77.167.191', 1682032753, '__ci_last_regenerate|i:1682032753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c9971da75de9913bfd7ad6ffedf358fe9781856', '5.188.62.76', 1656386327, '__ci_last_regenerate|i:1656386324;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c9b5f7ede39c8e360208856fcfff16da4caeb22', '190.148.157.80', 1669639209, '__ci_last_regenerate|i:1669639209;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669639204;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c9b6c2f42695da92f54bd5cfc48412e5530d04f', '66.249.65.110', 1677853445, '__ci_last_regenerate|i:1677853445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c9cbdc823bb4588986167ee5b3c8b3ca9f9b808', '190.148.252.197', 1665614861, '__ci_last_regenerate|i:1665614860;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665521221\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ca09c160b09a89b28ef24f6905bc97cc09b0c65', '114.119.148.208', 1688195752, '__ci_last_regenerate|i:1688195752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ca2dca55dee8f2cb03e41741d78e42ed7d218a1', '200.119.168.250', 1681139956, '__ci_last_regenerate|i:1681139956;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681138881;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ca470c707ed1a485c83e00ad7e7b73f72659952', '190.148.87.6', 1668209985, '__ci_last_regenerate|i:1668209985;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668209982;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ca5fd6a9261680a6f40dfe9873f8b79ef7bdb7a', '190.56.50.253', 1682629853, '__ci_last_regenerate|i:1682629853;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682629776;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ca67e619381c3e72a23149a7bd35bab2f9d6b3e', '51.195.216.255', 1650895728, '__ci_last_regenerate|i:1650895728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ca6855889f750079a89edae57642be5e1ce018b', '200.119.172.95', 1659549752, '__ci_last_regenerate|i:1659549752;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1657906606\";last_ip|s:14:\"190.148.252.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ca8871ea70582688775344f793d218b7be51785', '190.56.32.174', 1676592011, '__ci_last_regenerate|i:1676592011;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676591899;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3caba96223d01fecfd64b9506033e34aea94a778', '51.222.253.10', 1671133818, '__ci_last_regenerate|i:1671133818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cac416868faa33ded1bbf2e99631f44f9a249e2', '207.46.13.210', 1686964916, '__ci_last_regenerate|i:1686964916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cac6320650394dc76a62200458b00b208afe957', '157.55.39.125', 1653770790, '__ci_last_regenerate|i:1653770790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cacd7cd80157b57286bdf9044fab3389ea11aaf', '54.36.149.18', 1662557788, '__ci_last_regenerate|i:1662557788;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cad2f046fe27f6bfa220cd2439f867c37b1facf', '45.153.22.71', 1664742731, '__ci_last_regenerate|i:1664742731;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb102e782716151099879443c23dda67f714116', '40.77.167.146', 1687895184, '__ci_last_regenerate|i:1687895184;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb49111915417ade7d552fd1d6082b47a18fbf8', '207.46.13.215', 1677109762, '__ci_last_regenerate|i:1677109762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb57b82f5a0ea76ca0800729070e90116d65155', '114.119.142.208', 1686754173, '__ci_last_regenerate|i:1686754173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb692aa0633342b6c0acbacb6555687a6129224', '190.148.87.182', 1679577072, '__ci_last_regenerate|i:1679577072;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679576526;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb73c39676c6eebf57a7042142138e878835dce', '190.148.87.6', 1668378569, '__ci_last_regenerate|i:1668378569;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668378520;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb741c66223889507c4c773245bf5ed0c725599', '200.119.168.250', 1681151111, '__ci_last_regenerate|i:1681151111;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681149638;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb7b9efd9939e4edb0da531ce936e0c4c61e7d7', '51.222.253.10', 1657660450, '__ci_last_regenerate|i:1657660450;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb83c18cdd6d292465f96547abac831be04eb12', '40.77.167.181', 1679961170, '__ci_last_regenerate|i:1679961170;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb8e9b15c15f1790efa9ecb54d266ea2d5f71c0', '51.222.253.14', 1673938274, '__ci_last_regenerate|i:1673938274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cb97a6ae45f7e943baf0fe954e750b9d8a45170', '190.148.158.175', 1672439841, '__ci_last_regenerate|i:1672439841;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672439834;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cba0a48f1647b32732f79b4111bffd95cbf2c9a', '107.178.207.139', 1663165197, '__ci_last_regenerate|i:1663165197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cba2807b6fcea25a5c2400ee07ba11b64cd4801', '51.222.253.17', 1680313621, '__ci_last_regenerate|i:1680313621;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cba283ae11ff631654ede6d5fe9a6f53ade0e20', '190.148.87.99', 1688417492, '__ci_last_regenerate|i:1688417289;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"XNG1bqIf8UciWhedCyDY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cbab3db9daf36230e87f4f366f4cb212913cfc6', '200.119.170.10', 1655312945, '__ci_last_regenerate|i:1655312945;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655312868;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cbb56ab1825e9b921a356547569e6487aabf882', '190.56.48.81', 1666028910, '__ci_last_regenerate|i:1666028909;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665785359\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666023878;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"J5rjmHxithUGgzw0fDZC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cbd2c0e863a0ae2a5768dd8483ecccdac9c132e', '165.232.104.202', 1671903859, '__ci_last_regenerate|i:1671903859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cbe532bb171db68a00f4ca5966ba4d306f36359', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cbfc7f32a670ba4ce7d93e86a9d2a28da73422e', '190.148.252.88', 1670849008, '__ci_last_regenerate|i:1670849008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670848994;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc0e3113bdaaf1b3b97ff29257cc67c3a79c1c6', '40.77.167.227', 1682449520, '__ci_last_regenerate|i:1682449520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc124bc0e0f4e7a68a893db3e53f430218b1407', '52.167.144.98', 1686323426, '__ci_last_regenerate|i:1686323426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc20694006a8a5bc9cb66d1faf93d5d2125eae7', '200.119.170.143', 1670172626, '__ci_last_regenerate|i:1670172626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670171175;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc32206bf912c521552021fe0042e8f42f3e4a8', '66.249.65.164', 1672183485, '__ci_last_regenerate|i:1672183485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc327ef46bcf613ddbe04810d4c8ac2f1d0350c', '147.182.171.81', 1650861185, '__ci_last_regenerate|i:1650861185;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc74480c6db309a8a45ae4097ed953f95ba1107', '52.167.144.162', 1681810067, '__ci_last_regenerate|i:1681810067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ccaa3472c8cf11e81b9abdc3ec8d88b034bdb77', '54.36.148.2', 1680411057, '__ci_last_regenerate|i:1680411057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ccab915c56830031aa860e089ae18e3d2484107', '190.56.173.160', 1655816497, '__ci_last_regenerate|i:1655816497;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655778367\";last_ip|s:14:\"190.56.173.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655816450;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ccb0f255952b5bd0275c652fbf88a500407cd65', '114.119.149.159', 1688365465, '__ci_last_regenerate|i:1688365465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cd072347d9f5d9867ddd45662ad8b17d188cc29', '190.56.32.35', 1672096951, '__ci_last_regenerate|i:1672096951;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672094723;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cd0d212be456294b59ff83c98404971bdb82178', '52.167.144.98', 1686103015, '__ci_last_regenerate|i:1686103015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cd26add5e8ca16b9ce2a0f5fa299e1ffc9974fc', '200.119.170.143', 1670104311, '__ci_last_regenerate|i:1670104311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670103874;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cd59d0bfd5c3cf4eb72df90c2e54438220dde07', '207.46.13.215', 1680277585, '__ci_last_regenerate|i:1680277585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cd5cd8df45fec67fd30db784d0489c77247081a', '54.36.148.3', 1656201067, '__ci_last_regenerate|i:1656201067;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cd6cccb55ccf2fb0d18f91959622192581bcb9b', '198.235.24.2', 1652299150, '__ci_last_regenerate|i:1652299150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cd7107df3d7cb3df3e962164935240383c106fc', '114.119.146.126', 1686318841, '__ci_last_regenerate|i:1686318841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cd7c6db70e5cbc6b64dd3b185213123f0790339', '114.119.137.237', 1685869990, '__ci_last_regenerate|i:1685869990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cdb127d06d985401ebb7337b853bf34f13021f0', '190.148.157.53', 1683990086, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683990086;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683989999;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cdbff803029ca63fa81b7f43566e1a7257a6a3c', '190.56.173.251', 1651954319, '__ci_last_regenerate|i:1651954319;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cdc78d7decf4d4b33d623a853b13e971a6d6082', '51.222.253.11', 1659613219, '__ci_last_regenerate|i:1659613219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cde07cdb00db5cf545b7b657353785306a9e030', '52.167.144.162', 1686455227, '__ci_last_regenerate|i:1686455227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cdeaa0f380f5d2b730cc515cb1121e5a644fb6a', '114.119.140.21', 1686911603, '__ci_last_regenerate|i:1686911603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cded37d26b441c30326cdca0dc010db1a1cbb12', '200.119.172.95', 1659741332, '__ci_last_regenerate|i:1659741332;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659711480\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659737301;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ce130c0254836ca5d99dc65e6be68167ca821c2', '190.56.55.120', 1663340975, '__ci_last_regenerate|i:1663340975;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663332121\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663340215;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ce28d6ae82ebf4549225f7fa5f33dbbe4a0a1f8', '52.167.144.63', 1686908662, '__ci_last_regenerate|i:1686908662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ce4dd7fc0e0a8278d26c8c6528865b9d1de996e', '40.77.167.133', 1684256034, '__ci_last_regenerate|i:1684256033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ce5f0c14111f18c17bd20f7ce7150f8c5689893', '40.77.167.123', 1683658306, '__ci_last_regenerate|i:1683658306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ce6d6b0be41a826952fb2766e836dc3df5bf3ed', '190.148.157.177', 1681941446, '__ci_last_regenerate|i:1681941446;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681941432;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ce824b65fa94722336ecd07c543efddb7b0a4b5', '52.167.144.162', 1682959429, '__ci_last_regenerate|i:1682959429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ce8b68a08e7af24a6f6b98d9c4240412f069f48', '198.251.73.29', 1669808163, '__ci_last_regenerate|i:1669808163;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cea183b09e1b2613238028368964a1b9e906a9a', '17.121.112.88', 1660373957, '__ci_last_regenerate|i:1660373957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cea3b0cc2460e9af410106bebb7da7898eaa7ca', '52.167.144.171', 1685741412, '__ci_last_regenerate|i:1685741412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cf18ec2b5ec8fa9b95855dba9347e32709bceb5', '51.195.216.255', 1650896158, '__ci_last_regenerate|i:1650896158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cf2bf1a3e468f5c159940869d1a023a47dcbaac', '190.56.55.32', 1657126697, '__ci_last_regenerate|i:1657126697;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657072722\";last_ip|s:15:\"200.119.173.131\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657126695;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cf48a5ac4ce399419eadffaa0ce6d2022c0004c', '54.36.148.170', 1660535036, '__ci_last_regenerate|i:1660535036;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cf84c969ae08d2e1fd943875d354a5f4f8a4194', '74.208.2.232', 1684500653, '__ci_last_regenerate|i:1684500653;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cf885bab955c022e4a9cbbaedc7844a02a0c60e', '114.119.151.170', 1687827795, '__ci_last_regenerate|i:1687827795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cfa19aa20c64848c43f91675fcfdb2866b59d5e', '114.119.154.11', 1686926989, '__ci_last_regenerate|i:1686926989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cfbff0dee717dc9513efe3b1c1859e8489e4aeb', '200.119.172.60', 1674783912, '__ci_last_regenerate|i:1674783651;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674783911;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cfc890724bdec790701a76c003d028f98da416f', '114.119.157.24', 1688408118, '__ci_last_regenerate|i:1688408118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cfd304b6b9a8e00836a3be5e4e5643682fb382f', '114.119.158.253', 1688303053, '__ci_last_regenerate|i:1688303053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cfd4c661265adad47132c383ef70e15668b165c', '157.90.145.28', 1679389530, '__ci_last_regenerate|i:1679389530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cff62ab84abb44396cf2cea05cf5fcc83a5f850', '80.120.129.210', 1651258118, '__ci_last_regenerate|i:1651258118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cff7ddd92b75cd1881ff4302fb2de724e999e2d', '207.46.13.106', 1670998535, '__ci_last_regenerate|i:1670998535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cffd814108c05f5cd000a85e7600bc17d7e7667', '114.119.152.139', 1688009015, '__ci_last_regenerate|i:1688009015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d0188745573f7b3bd1271f4d4236cae6a35f7e7', '130.245.169.139', 1657878938, '__ci_last_regenerate|i:1657878938;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d0357fa18da82171c400f202a75438ba8c98c8d', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d04bb1089769a3f571c0369340c18e9d7545d10', '157.55.39.79', 1671082757, '__ci_last_regenerate|i:1671082757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d050b7133313080db6247042b411236693fd798', '190.148.252.163', 1668608948, '__ci_last_regenerate|i:1668608948;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668608829;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d058a7e1fc860ff226532691e41be5e74a56a6f', '114.119.158.216', 1688410713, '__ci_last_regenerate|i:1688410712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d08564e0338aba13dd89780224dc0a43a888c2d', '165.22.197.234', 1687587787, '__ci_last_regenerate|i:1687587787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d0942eb326b41e4ba4ee8ac9924b3329e0b6abd', '52.167.144.164', 1685971806, '__ci_last_regenerate|i:1685971806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d0943ba1525fe6786f1acbb9351df1f76858d28', '52.167.144.74', 1688090112, '__ci_last_regenerate|i:1688090111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d0996a8c6f439ee6b72804356b12ef0373402ba', '114.119.132.171', 1685496996, '__ci_last_regenerate|i:1685496996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d0caaeaaaa5dd9d6b99a448abca2bfee1469ba4', '104.248.195.46', 1672984088, '__ci_last_regenerate|i:1672984088;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d0ccab4cde90d2f85d8cbbce27485c0abf13b9f', '114.119.143.145', 1686144031, '__ci_last_regenerate|i:1686144031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d0d17a14e0b52a80d7e00bc28a9419267188ec2', '200.119.169.52', 1664979248, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664979248;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664979198;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d0eb9016a95b7dc05fae6d4d91c4307a72278e2', '40.77.167.79', 1653430949, '__ci_last_regenerate|i:1653430939;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d0ff861c328cdf08907f384fe978a45dd9fc9e5', '52.167.144.154', 1687664990, '__ci_last_regenerate|i:1687664990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d10081909d55c5e8988ce4ce41be5fb0bbfa820', '40.77.167.13', 1674432057, '__ci_last_regenerate|i:1674432057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d105469d15805129057495e115f3dca4d8ce3c6', '52.167.144.171', 1685179321, '__ci_last_regenerate|i:1685179321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d1076004d40df3a232931cf5a2bbb838d93ff81', '190.148.252.76', 1652801818, '__ci_last_regenerate|i:1652801818;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8ZK6yS2hJg4a7EinetGN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d10a81526681f3a1a9a8b8996aee637f4c8c599', '40.77.167.115', 1681719184, '__ci_last_regenerate|i:1681719184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d1289ff3926d9fe4ea72b9aab035c2f5c2a7508', '93.158.91.204', 1672591704, '__ci_last_regenerate|i:1672591704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d13aa2e04232e299c2329ce50f300321b0cca28', '157.55.39.46', 1673079286, '__ci_last_regenerate|i:1673079286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d15fc8ac6c606690c5b1dc03079ce533e1bb016', '114.119.147.137', 1688170782, '__ci_last_regenerate|i:1688170782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d174c79592938f001977bc40bceef572cf0ef35', '50.21.188.67', 1672492432, '__ci_last_regenerate|i:1672492432;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d179bd036033f6dbd25a85b4962d191962eca0c', '114.119.130.32', 1686679850, '__ci_last_regenerate|i:1686679850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d17ac9a4ad9344ba37561d45345c9d9804a6966', '17.121.114.158', 1660443938, '__ci_last_regenerate|i:1660443937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d17d003b4d85981812b403e98ee8e60d6f38fd3', '114.119.129.229', 1684247414, '__ci_last_regenerate|i:1684247414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d1816c5f2e3788fb715fdfb30bcfef7a65157a6', '190.148.87.96', 1678473493, '__ci_last_regenerate|i:1678473493;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678473305;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d18936da372449c66106d5a179e9570f7e50a2d', '17.121.112.218', 1651501310, '__ci_last_regenerate|i:1651501310;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d1b7e0813cc3245137f90561d87b9a7f8dba3a1', '190.148.157.177', 1681996289, '__ci_last_regenerate|i:1681996289;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681996192;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d1c6435dc596c3db8f2568537a66f1d0afd5a31', '66.249.79.194', 1687746490, '__ci_last_regenerate|i:1687746490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d1c6ccf99e36d0479bfe4e91f4069454536eb4c', '51.222.253.1', 1670681395, '__ci_last_regenerate|i:1670681395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d1e412f8a331ee444048949fc3b5961a16a89e3', '114.119.145.151', 1686710272, '__ci_last_regenerate|i:1686710272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d1f285e68a8fe98d70eb5b33d4d0794e4ae0699', '190.148.252.56', 1663886806, '__ci_last_regenerate|i:1663886806;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663859608\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663885780;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d222fc1ea18fd0b564f1f7a787c745fdeee8357', '190.56.32.35', 1671665593, '__ci_last_regenerate|i:1671665593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671665584;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d249343150264f87754963d0bfb79d7d6f3f2e7', '114.119.151.156', 1688325733, '__ci_last_regenerate|i:1688325733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d2728285eb6716d3a73f472ff54727a1abdd6e8', '54.36.148.24', 1662360490, '__ci_last_regenerate|i:1662360490;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d28b3507aea5993caea70099b62a9e834dec97a', '40.77.167.123', 1683658281, '__ci_last_regenerate|i:1683658281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d29b503e77f9e759f9b3183c43795d4fb3eadd3', '130.245.169.70', 1657360532, '__ci_last_regenerate|i:1657360531;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d2c31384d5b83b3d8aeb93dbb461d0674248e37', '52.167.144.164', 1684590806, '__ci_last_regenerate|i:1684590805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d2c48df1799834946b78fca182c3547b3431c63', '190.148.252.235', 1666829645, '__ci_last_regenerate|i:1666829645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666829636;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d30437aebc6bbc19159fc7a1cb2c0d006a0e002', '114.119.131.203', 1687643569, '__ci_last_regenerate|i:1687643569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d30611f5a7f46a6e5a6c676164ee156ec00a2c0', '157.55.39.200', 1667398818, '__ci_last_regenerate|i:1667398818;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d30a986ddebabbca642d3fa42345afa0b7d1ab2', '173.249.31.237', 1659409036, '__ci_last_regenerate|i:1659409036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d320f140afb5278aa7fb4e3ba6db75567b19b24', '52.167.144.95', 1680521297, '__ci_last_regenerate|i:1680521297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d3942c7324b39b61ca2f8192907fa305ceff518', '200.119.170.137', 1668637017, '__ci_last_regenerate|i:1668637017;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668611971\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d396f71963ab81217aad4986328b3d5578d387c', '190.56.51.144', 1687050708, '__ci_last_regenerate|i:1687050708;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687050652;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d3a296d4f46cba6debf79e5a83cf095da7ce39e', '157.55.39.148', 1671815576, '__ci_last_regenerate|i:1671815575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d3ae9cc2d407a81abe3fd0c8868a463f4f45c7a', '193.201.9.12', 1655951041, '__ci_last_regenerate|i:1655951035;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d3ba7b090bef62ec6e95e1740bdc5937b3a954f', '200.119.174.9', 1674525439, '__ci_last_regenerate|i:1674525215;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674525438;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d3bc4355f228b80999fdef9e8e73434861a80ee', '3.237.104.7', 1654055398, '__ci_last_regenerate|i:1654055398;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d3e8502ad10edb57f999e77327ee456c70e4146', '190.148.158.69', 1685923484, '__ci_last_regenerate|i:1685923484;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685923470;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d428ae0ec1d8b93235e74f5f458ab1f7b6b0577', '5.188.62.76', 1659907994, '__ci_last_regenerate|i:1659907988;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d42e68877cdec3a9385c84c8f8084d1a6766c17', '157.55.39.253', 1682978049, '__ci_last_regenerate|i:1682978049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d46a27dcf32aa08bc9dcbb5bbf5251ebb7a4be8', '157.55.39.217', 1683192233, '__ci_last_regenerate|i:1683192233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d4b151427d4d71cbb9e7f45786c88cda8ba4dfe', '200.119.172.60', 1674694379, '__ci_last_regenerate|i:1674694379;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674694375;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d4b2cb9b0049ef7dd8846daa3952820cb0669b4', '150.158.142.130', 1660413620, '__ci_last_regenerate|i:1660413620;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d4baea04c7eb0e85fe34a6011386706c89d18f4', '52.167.144.109', 1680738784, '__ci_last_regenerate|i:1680738784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d4d3fae7370803978eba2c910f1086c01db9fb7', '190.148.87.23', 1679423145, '__ci_last_regenerate|i:1679423145;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679423140;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d4ef6c420ce01e8ce2cec382d6e677b4aef1bed', '190.148.158.175', 1672666378, '__ci_last_regenerate|i:1672666378;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672666258;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d4f555ddefac6827b57d17fd027b2c3493f0a02', '5.188.62.140', 1653261730, '__ci_last_regenerate|i:1653261730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d4f8cfab81a1561f5bd4722831abb98925f95e3', '51.222.253.11', 1673634540, '__ci_last_regenerate|i:1673634540;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d52ad7121e67b991f4d0b15d4b584f65fe48f16', '93.158.90.164', 1676649805, '__ci_last_regenerate|i:1676649805;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d52e362ff92f70b4461030c184968c4ffbcb36f', '114.119.145.7', 1688267992, '__ci_last_regenerate|i:1688267992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d570f2739049475ba4c4cec686f8fe2da110ef1', '138.246.253.24', 1665824427, '__ci_last_regenerate|i:1665824427;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d5dc7f309c2378046fbdf3ab09a62f8ab734327', '114.119.153.131', 1688125180, '__ci_last_regenerate|i:1688125180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d613f6add8f7685a78f248a893e5c91fc8ba93c', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d6396b566b9229e18bdec52a009a2da875bb70d', '17.121.112.118', 1655476640, '__ci_last_regenerate|i:1655476640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d64db6a9f6edfac30bd451c42d5f0819a9f00c9', '190.56.55.113', 1673566830, '__ci_last_regenerate|i:1673566830;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673566799;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d66c5f9e9861180b16e89de9d20548e25ddc0dd', '190.148.87.6', 1668377477, '__ci_last_regenerate|i:1668377477;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668377441;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d67d6294b8a42590d2d3ba1740ce35b87ca25e7', '52.167.144.164', 1679355570, '__ci_last_regenerate|i:1679355570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d69f13dd7d27533f99d773184de917f74d6cd46', '34.217.60.196', 1682988221, '__ci_last_regenerate|i:1682988221;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d6bcdfc1a13c26ae3ff353f38fb023190c621c8', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d6c3de08c01dbc2017ac9de12801182b487d38c', '52.167.144.171', 1685760640, '__ci_last_regenerate|i:1685760640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d6c89788131d021b0a8f207e3fcf0ce96286017', '51.222.253.4', 1672286141, '__ci_last_regenerate|i:1672286141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d6e18958010dcbcba8e4f5b6c68e5a341c1dcf9', '17.121.115.118', 1657217516, '__ci_last_regenerate|i:1657217516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d6f034393dbaa43c2db6d8cafcd16e73598ebf9', '190.148.252.183', 1681427648, '__ci_last_regenerate|i:1681427648;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681427646;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d707282c1afb8b6848f2e03dc69494ebb7004c7', '200.119.170.168', 1670534533, '__ci_last_regenerate|i:1670534533;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670533643\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d70ca81f68cb161652a7c12f4de0c7a2fcba486', '190.148.157.183', 1680189585, '__ci_last_regenerate|i:1680189585;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680188482\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"QatscfSrbREq3K0xNWY9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d7223e33df01940b913bf7f181702267b30b093', '54.36.148.223', 1686550269, '__ci_last_regenerate|i:1686550269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d733cd9512fe8317f49d940c28db2b39d0d09a9', '190.148.252.177', 1674079987, '__ci_last_regenerate|i:1674079987;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674079987;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d7398ced449a6b87ce2c6e5f181943c2eb64d9f', '52.167.144.154', 1687478733, '__ci_last_regenerate|i:1687478733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d73d8dbf77786757e016da7b4658a20c7b9d15a', '190.148.252.96', 1673193530, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673193530;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673193192;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d756e71696c149b6c2fbc1b420ed630e7450d6e', '52.167.144.164', 1685628900, '__ci_last_regenerate|i:1685628900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d7608528b6217156ba6ebb06708838e8219c4ff', '190.148.87.96', 1678324479, '__ci_last_regenerate|i:1678324479;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678320839;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d7677ce88ea992089d3403c0f56f76b9f128298', '52.167.144.98', 1685594554, '__ci_last_regenerate|i:1685594554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d780ca60230220b13b8e38804146fb4b269f329', '52.167.144.164', 1685485469, '__ci_last_regenerate|i:1685485468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d78acb0a4f78d81be874bf84710d275537b0bc7', '200.119.170.168', 1670697299, '__ci_last_regenerate|i:1670697299;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670697200;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d7b9355103f02d54cfb15babe86a74a56325a6a', '190.148.252.96', 1672789974, '__ci_last_regenerate|i:1672789974;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672745067\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672784215;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d7cc31e4543d85e8127d49e4a72a6ab91a81dd8', '207.46.13.12', 1675639292, '__ci_last_regenerate|i:1675639292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d7ce2a37a53d8fd5010679c58d4156ff1a2ffaa', '157.55.39.200', 1666320591, '__ci_last_regenerate|i:1666320591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d7d8594aaea0616ae01075fb5a9b70498b754b7', '40.77.167.146', 1687864284, '__ci_last_regenerate|i:1687864284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d7d85b6af6d083415ae9e858140798eb1627c26', '42.83.147.34', 1654777210, '__ci_last_regenerate|i:1654777210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d80ef5a6a73536eb1fe4782e0d0dd8de999fb71', '190.61.98.17', 1683644911, '__ci_last_regenerate|i:1683644911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d81b60f01f5f9c6200818cd3d412ecc1cac7677', '52.167.144.164', 1686248372, '__ci_last_regenerate|i:1686248372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d826350554e365ad9f0a0af3278ec09b33a5c6c', '45.129.18.235', 1654089008, '__ci_last_regenerate|i:1654089008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d83be201f9785af483a4380e7776cfc241e8eb0', '52.167.144.154', 1687694250, '__ci_last_regenerate|i:1687694250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d83cbb34636997e8a230ff314fc40bc2f5009eb', '114.119.137.101', 1683614257, '__ci_last_regenerate|i:1683614257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d8570f8ea08f198feb4b5036496c8224f2caabe', '51.222.253.14', 1651892446, '__ci_last_regenerate|i:1651892446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d88e456a290190d94aa13248f2c969f1059d689', '52.167.144.98', 1685077854, '__ci_last_regenerate|i:1685077854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d8915ab0c4cc18acae1fc94d33b82a42857180d', '207.46.13.142', 1666449724, '__ci_last_regenerate|i:1666449724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d896fbd8269a791cb35a2ce17e23206d3c10bf3', '207.46.13.138', 1675009044, '__ci_last_regenerate|i:1675009043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d89c462d966521ae677fe4ae670eca872c0585d', '174.138.60.28', 1687579795, '__ci_last_regenerate|i:1687579795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d8e4a90beb1055ab7b6309fab490dae91e20bde', '40.77.167.37', 1668367157, '__ci_last_regenerate|i:1668367157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d8e66b8bfd5a399f7a2d77600424f19d92b1a4d', '190.148.158.151', 1677271853, '__ci_last_regenerate|i:1677271853;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677271476;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d8f060a11f95bdd6109326c1452f5f965089e34', '157.55.39.112', 1666509432, '__ci_last_regenerate|i:1666509432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d8f9e81a885722a5513e04addf38c0f09663df4', '40.77.167.225', 1680471857, '__ci_last_regenerate|i:1680471857;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d913d700615d4d2d0d230242ca57d17d605dc76', '200.119.174.55', 1662298743, '__ci_last_regenerate|i:1662298716;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662238076\";last_ip|s:15:\"190.148.158.110\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662298396;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d91920dca9f4bacb14cea3be01259d393d6968b', '40.77.167.39', 1656932102, '__ci_last_regenerate|i:1656932093;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d9218c800247313c4b9098628ed330e514bf08c', '114.119.141.146', 1687896530, '__ci_last_regenerate|i:1687896530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d9324d22bb73b3664170193c8516025128095bd', '66.249.79.200', 1682323021, '__ci_last_regenerate|i:1682323021;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d9381da0cc1d331b20f27cb994aca2ef03ebb61', '157.55.39.51', 1667650860, '__ci_last_regenerate|i:1667650860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d95b292743448cdc6244603d7bef87a61bb9939', '200.119.173.130', 1675984044, '__ci_last_regenerate|i:1675984044;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675983963;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d9783d1fe2ce8a15c067a468e357775cb51fe84', '40.77.167.156', 1678758671, '__ci_last_regenerate|i:1678758671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d985c9e3ae4da68935edbd0941ed05e1f59713f', '190.56.32.162', 1686240505, '__ci_last_regenerate|i:1686240442;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686239818\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"fnLqPmVrSe1xlEKQCjXu\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d98b81f5ec2d0febfb5c59f1ac44ab1956429b5', '51.158.101.117', 1682465617, '__ci_last_regenerate|i:1682465617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d9c26dc3f090651d1c9863ea87e891efafaaf48', '190.148.158.175', 1672337851, '__ci_last_regenerate|i:1672337851;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672337846;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d9c7f3c4980a88ccbd84bcd3ec43218bdd110e3', '200.119.169.59', 1655255628, '__ci_last_regenerate|i:1655255554;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655238850\";last_ip|s:14:\"200.119.169.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655255628;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d9d1a41e51a2d2b04f5d07bb2da3a4d3d9ee27a', '114.119.132.103', 1688036559, '__ci_last_regenerate|i:1688036559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d9f462ee8f05e98460d866b8d6c0710db5cab3a', '18.237.163.80', 1678626419, '__ci_last_regenerate|i:1678626419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d9f70d07a819514161fe4fa74cffdc9e4d9f884', '114.119.153.215', 1687323717, '__ci_last_regenerate|i:1687323717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3da06c8d8dc94a09227be7f960916685e8fd6ef0', '40.77.167.123', 1683558763, '__ci_last_regenerate|i:1683558763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3da2f42d3d8f09f720ba157602033558f18cc71e', '40.77.167.11', 1674019361, '__ci_last_regenerate|i:1674019361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3da3c42f3f954bf4bfdc6f0f339eaa65c38f5cbc', '69.160.160.58', 1680641185, '__ci_last_regenerate|i:1680641185;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3da4a4d0a60c84a632352350c4802d4f0e219802', '51.222.253.7', 1658488360, '__ci_last_regenerate|i:1658488360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3da4a8ae61d85cabc73e3cf514a0df33ecedb182', '74.208.2.203', 1672574288, '__ci_last_regenerate|i:1672574288;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3da57f884d0846d1af1e6f844bd13891c81d2b6e', '178.208.160.86', 1683876289, '__ci_last_regenerate|i:1683876289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3da6ffc60c6106a2863fd8b945c45d7c188ab71c', '114.119.129.225', 1685156767, '__ci_last_regenerate|i:1685156767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3da9dbe305c12bfd672ae125dbcdb375b9df1a53', '52.167.144.162', 1686312914, '__ci_last_regenerate|i:1686312914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dad355ff3eb4cfbc6c6ca98798f77bb3502a0d7', '207.46.13.230', 1657952070, '__ci_last_regenerate|i:1657952070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3db0275828468a6ac0b2858f98fc18662c2a6274', '40.77.167.202', 1687213583, '__ci_last_regenerate|i:1687213583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3db058bd4945f958f47495130d330f4134b13540', '51.222.253.16', 1680547997, '__ci_last_regenerate|i:1680547997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3db4eb54c4c82299065e7f0fc83c8a7b1fcf5d40', '149.57.16.7', 1653806990, '__ci_last_regenerate|i:1653806989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3db4f57bbd090d4babafdc9df7d081ea052f81ba', '190.148.157.177', 1681955378, '__ci_last_regenerate|i:1681955365;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681955377;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3db50e555e82b72cb05973199fff8110b71f7ee0', '52.167.144.76', 1682425162, '__ci_last_regenerate|i:1682425162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3db882b125e8a3a36da6ee678984852f18019978', '190.148.157.177', 1682181376, '__ci_last_regenerate|i:1682181376;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682181361;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dbad825d07be4f67e0f873016325eff95ce12c2', '17.121.115.156', 1661938728, '__ci_last_regenerate|i:1661938728;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dbb4133657a709628aeba9a1e6009fb18af22d3', '54.218.189.232', 1668777017, '__ci_last_regenerate|i:1668777017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dbe2c0f954b8e4eb5dd1b82342432cdd2430952', '190.148.252.233', 1668789524, '__ci_last_regenerate|i:1668789524;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668788250;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dc30cc3137e92dd635821fb4e19664c0315e2f9', '200.119.173.73', 1688398128, '__ci_last_regenerate|i:1688398128;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688397566;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dc322b02a612013710c4ce4df919a0362764cf8', '207.46.13.154', 1670806751, '__ci_last_regenerate|i:1670806751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dc620cfab016f72c4d5a68b2ea404253e906d5c', '207.46.13.10', 1672603562, '__ci_last_regenerate|i:1672603562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dc636f09c42b3e8d2757648f74cabee120a3a0c', '157.55.39.67', 1672373804, '__ci_last_regenerate|i:1672373803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dcad610bd3d49939a57a0f0c6fd657077fe7f99', '157.55.39.164', 1663462476, '__ci_last_regenerate|i:1663462475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dcd67e852fd4a61d6d36f797073a681ba58b595', '51.222.253.14', 1671762131, '__ci_last_regenerate|i:1671762131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dcdbb8d7205b8204130a54daaa1a179055634f2', '114.119.143.214', 1688424214, '__ci_last_regenerate|i:1688424214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dce4d983a44037a831251828e70b18332227de9', '200.119.168.1', 1655389303, '__ci_last_regenerate|i:1655389303;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655339946\";last_ip|s:13:\"200.119.168.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655387092;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dcf59287146db656d0de6195b389434819323fb', '52.167.144.171', 1684700099, '__ci_last_regenerate|i:1684700099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dd244f8d7f2cfcf2ef17cd37c28be482d6f7471', '130.245.169.139', 1657878939, '__ci_last_regenerate|i:1657878939;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dd2c2077f0166b318a5cbc4e9283e689454d2c1', '190.56.32.35', 1672089502, '__ci_last_regenerate|i:1672089502;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672064849\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"chr9qtHMmjU2AsDlpfiS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dd82cb2bf14751fe4bd25c308ee22d3adf27d8c', '190.148.252.183', 1681668622, '__ci_last_regenerate|i:1681668622;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681668619;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dd956f518d2d1604e9a28da19b187d6f5293b33', '200.119.173.131', 1657072719, '__ci_last_regenerate|i:1657072718;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dd9e905c99ba7be592c0ccf04d1dd13a1b219fc', '114.119.133.237', 1687891361, '__ci_last_regenerate|i:1687891361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dda12e3dda055b2c056be0c7e17289060a35543', '200.119.170.210', 1669770801, '__ci_last_regenerate|i:1669770695;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669770800;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dda9f0cd75d8c843475fa7e671a6da00f2d6035', '52.167.144.70', 1688346754, '__ci_last_regenerate|i:1688346754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ddab96edd11516a26c262e01c23c2685e451d71', '207.46.13.41', 1671234182, '__ci_last_regenerate|i:1671234182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ddaec52d006a9382352ba2a7ad4f714e833f8d0', '114.119.136.12', 1686741011, '__ci_last_regenerate|i:1686741011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ddb38e647c7b5a1f13fedfdaeb0bb835d8f39aa', '157.55.39.253', 1682814703, '__ci_last_regenerate|i:1682814703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ddc4b1ace18ed6099b12bb2b714a9eb41c161e8', '52.167.144.154', 1687594845, '__ci_last_regenerate|i:1687594845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ddc838cdc0dd673eef6e9fcd68f8392adbd3f51', '54.36.148.172', 1686351323, '__ci_last_regenerate|i:1686351323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dddf1ec8f69ca08b1913cadc3513199f55d76ce', '52.167.144.171', 1685361236, '__ci_last_regenerate|i:1685361236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dde0b1b57f7dd75ff1f63563889efd23144e461', '157.55.39.79', 1671189097, '__ci_last_regenerate|i:1671189097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3de05ffa2354c0ff1fc4df13edcbf104753fe7b4', '190.148.252.151', 1671461084, '__ci_last_regenerate|i:1671461084;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671210803\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"3ond5rsc9ZUxF7jLClT4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3de37f443e0784220d7f50ea71d3d621af103c4b', '40.77.167.45', 1670231414, '__ci_last_regenerate|i:1670231413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3de746e3dbaf1cd3894bbefb7d0c4415926353f2', '35.89.145.87', 1655558397, '__ci_last_regenerate|i:1655558397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3de8aba3690eef3e5b5d770fbcaa594ce73b427c', '52.167.144.154', 1688015633, '__ci_last_regenerate|i:1688015633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dea39ad3a26fea5690d7ac4515b85ab8d27eb7d', '51.222.253.12', 1652499446, '__ci_last_regenerate|i:1652499446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3debde9d4279bc7636151510f827d83c07855270', '190.148.87.182', 1679697403, '__ci_last_regenerate|i:1679697403;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679697400;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3decd720cfca18cf6bb5b16a800a87d4958ee5fa', '114.119.150.62', 1685357986, '__ci_last_regenerate|i:1685357986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ded0221b19c35691dd45d4456d8acdcb02d04f6', '40.77.167.123', 1683192143, '__ci_last_regenerate|i:1683192143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df0c4c7f95f627eab0aaec5a537f29c1620dfe1', '114.119.144.200', 1686916331, '__ci_last_regenerate|i:1686916331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df203a5080d8a8493294548f213fe7cc48de932', '52.167.144.171', 1685619138, '__ci_last_regenerate|i:1685619138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df2a5e1d00f2e639496a088feff40635719dab5', '157.55.39.100', 1672090420, '__ci_last_regenerate|i:1672090420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df36ad17bdbadb3a65cb7fe538114410be2baae', '147.182.171.81', 1650861182, '__ci_last_regenerate|i:1650861182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df405e3131ab43bf6fbb507aeabf8868d01219c', '200.119.171.24', 1665933152, '__ci_last_regenerate|i:1665933152;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665932727;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df5ec96366468628fb0980445a73d8f33c94e91', '200.119.172.60', 1675112224, '__ci_last_regenerate|i:1675112224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df8de0f0c8ae59d08c9c4a5a8da6a58645c8349', '54.37.233.116', 1650851694, '__ci_last_regenerate|i:1650851694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dfa4bbafcf1287a3cd83c7dd629184712519a19', '190.148.158.175', 1672499304, '__ci_last_regenerate|i:1672499304;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672499300;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dfaba0720be2f5406ddfcc487e6f83309963c99', '114.119.150.2', 1686280876, '__ci_last_regenerate|i:1686280876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dfc37164b0a2a2c44a46e03e018a4d77c009e1d', '40.77.167.56', 1673322663, '__ci_last_regenerate|i:1673322663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dfcc83e947624e1fc667c279d19344f6ad4c309', '190.56.55.48', 1687306022, '__ci_last_regenerate|i:1687306022;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687306009;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dfcdf1e4e50c9d75df78a7ddbd67f75ebe9f32a', '157.55.39.79', 1668834366, '__ci_last_regenerate|i:1668834366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dfcef393ddf8002879609bf8e65c18e5a68526b', '207.46.13.213', 1679099119, '__ci_last_regenerate|i:1679099119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dfda412b933b605cd63c3932b60578433b13484', '190.148.157.117', 1675635881, '__ci_last_regenerate|i:1675635881;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675635585;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dff47392ce42ce600fb2ef5086bcffb41861f3b', '52.167.144.162', 1686726832, '__ci_last_regenerate|i:1686726832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e00160d99285cda99bd169af47bfe8de23c897f', '40.77.167.156', 1678950054, '__ci_last_regenerate|i:1678950054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e01bee24b623c2c1c449e96d9f1cd001d2ed5e0', '114.119.158.204', 1688111285, '__ci_last_regenerate|i:1688111285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e0837bc160a34b97d3939136ca0af2528b0d87a', '200.119.168.250', 1681161200, '__ci_last_regenerate|i:1681161200;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681160741;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e0984d0cbc15ab08e422d5ff48c13856256c974', '190.56.54.143', 1661635694, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1661635693;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661617947\";last_ip|s:13:\"190.56.54.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661635694;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e0c1e6dbcc4103f8bc15ab1812b9747811ed598', '190.56.32.174', 1676510366, '__ci_last_regenerate|i:1676510366;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676510358;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e0e3fd19df52575595d5a5200ee5f4c4ce00930', '40.77.167.255', 1687824407, '__ci_last_regenerate|i:1687824407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e0e80866c9152b92ca3f4c25422f73e789af0ab', '40.77.167.156', 1679090655, '__ci_last_regenerate|i:1679090655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e111544218a78d2775077f323a3e95b5e2f7c89', '52.167.144.98', 1684523656, '__ci_last_regenerate|i:1684523656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e1271b294f535f6e035088adb18d3d1ae7c4fd8', '190.148.252.161', 1669929699, '__ci_last_regenerate|i:1669929699;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669929692;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e1326bec61c392eeaf0a7179e48a4fc6c28ebc2', '40.77.167.221', 1680591782, '__ci_last_regenerate|i:1680591782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e153b311830a63c413f27a22f942d87e7d7e84f', '190.56.55.113', 1673484367, '__ci_last_regenerate|i:1673484367;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673482817;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e15686158abe82d211cbaba8f0833dcd3de78a9', '114.119.142.93', 1686890289, '__ci_last_regenerate|i:1686890289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e16cc53c3be2de0389d37df12d60456074db208', '66.249.79.208', 1654782250, '__ci_last_regenerate|i:1654782250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e219fa307e34b6cf2ce95ae2468654e7e845eb6', '52.167.144.164', 1686339252, '__ci_last_regenerate|i:1686339252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e224e49ddf14831f21ab4f7799864782992aad8', '157.55.39.100', 1672246866, '__ci_last_regenerate|i:1672246866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e2458c1f8b5ce0ea649e0021297f0280e59d359', '207.46.13.230', 1657493164, '__ci_last_regenerate|i:1657493164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e279b2e1e4080e421ee81cd958e3d15d84b97cb', '200.119.170.164', 1666446499, '__ci_last_regenerate|i:1666442283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666391849\";last_ip|s:14:\"200.119.174.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666446499;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e2b5c48cbdb9038f38781b8d8e42b3e47c183d5', '52.167.144.74', 1688052967, '__ci_last_regenerate|i:1688052967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e2be32fa60dfc5cd050f89008a8cc8086ea207d', '114.119.153.50', 1687680646, '__ci_last_regenerate|i:1687680646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e2c0809fe60551caa45ddc2436c0c7bcbd2147d', '51.15.205.3', 1654057651, '__ci_last_regenerate|i:1654057651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e2c0bc4c3e852182ce1de15a2da5af839e14cfe', '114.119.128.237', 1688282054, '__ci_last_regenerate|i:1688282054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e2c7352b58f58d129b4b39137d08f25fc4ffedc', '114.119.155.144', 1686645211, '__ci_last_regenerate|i:1686645211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e2d214e89962a0e251ce6fa08a65d605230c3fd', '17.121.114.69', 1660058296, '__ci_last_regenerate|i:1660058296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e31482f05e5176e3dfb048b2c2c838a6255633e', '54.36.149.97', 1659364985, '__ci_last_regenerate|i:1659364985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e31a22bf841f807eb798930308562ea9404deec', '190.148.252.96', 1673312047, '__ci_last_regenerate|i:1673312047;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673311440;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e32344e4bba3e49829c2003044e31dd73872b03', '114.119.157.237', 1687913639, '__ci_last_regenerate|i:1687913639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e325206489bc1f1ce16ecdd8d11e8a42a55025e', '52.167.144.73', 1679831502, '__ci_last_regenerate|i:1679831502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e325619963ab65b10b3d8de0bae0bf70b173f61', '114.119.128.218', 1687674318, '__ci_last_regenerate|i:1687674318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e344d995f38a57ca1ef3a0d9840707972e89d49', '130.255.166.142', 1678191424, '__ci_last_regenerate|i:1678191424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e35c659b037bd3ab7395c82e5ad9b43db5b6510', '51.222.253.12', 1688250003, '__ci_last_regenerate|i:1688250003;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e398447f4b3e23c0faad88ccbf01de33903c10d', '114.119.137.31', 1685086369, '__ci_last_regenerate|i:1685086369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e3aa46ef41ef18e95e7311d400087b664ef2434', '51.222.253.12', 1688358555, '__ci_last_regenerate|i:1688358555;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e3baac1a81ac185c9f9a2e7d7b8e305714a70f6', '200.119.170.168', 1670618337, '__ci_last_regenerate|i:1670618337;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"NbdKYGlOmEz3uJeQrA8t\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e3dd9eec4d02c6945f56cbcc87c5dba9b884709', '66.249.74.98', 1686978220, '__ci_last_regenerate|i:1686978220;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e3fb034ef6986d2c405ed1022e15abf656719cf', '130.245.169.145', 1657274131, '__ci_last_regenerate|i:1657274131;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e3fd723cccb2bac5c97be9cfb77fdc16b71738c', '190.104.119.212', 1654808361, '__ci_last_regenerate|i:1654808361;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1654636952\";last_ip|s:11:\"38.25.15.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e419c72fb479baeb74a7faf8d5fee9f7c90c2b0', '190.148.157.98', 1679178213, '__ci_last_regenerate|i:1679178213;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679178209;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e41f7d932bf688be655baa55d01049cc305f669', '190.56.173.213', 1683465365, '__ci_last_regenerate|i:1683465365;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683464592;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e42abbc91e3c04e4701a769ad5e8bddff004257', '52.167.144.98', 1686515214, '__ci_last_regenerate|i:1686515214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e42ff2eac9cdd058f2bdbad69ab7ed6e7c26489', '178.128.54.239', 1658681687, '__ci_last_regenerate|i:1658681687;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e463ee281486ce82b5a46d413d93d605e13e6dd', '52.167.144.70', 1688110795, '__ci_last_regenerate|i:1688110795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e491902c3924288e5149f62588bd57f04d340dc', '20.53.249.252', 1650737647, '__ci_last_regenerate|i:1650737643;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e4920d3b4daf5b310dd280954aaa86487fafbed', '190.148.252.183', 1681325543, '__ci_last_regenerate|i:1681325543;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681324741;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e4a1f840ed10b99081cdb80afd0b9a5c912ccea', '51.195.90.229', 1650840504, '__ci_last_regenerate|i:1650840504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e4a93dac3678196b7176c0b407504be6420b8f4', '66.249.79.193', 1653866521, '__ci_last_regenerate|i:1653866521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e4b544625aacc1de7c26c71b79b5c2961b1f934', '130.245.169.139', 1657878942, '__ci_last_regenerate|i:1657878941;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e4b90b8be0127cf2669c97daaa77b554ec17ab7', '18.206.55.48', 1650999420, '__ci_last_regenerate|i:1650999420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e4eac73502b5b83fa82c67f889423000cd95951', '190.56.50.253', 1682706864, '__ci_last_regenerate|i:1682706864;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682706841;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e4f127de973aabb9fae0f606eca428239347d9a', '114.119.152.195', 1685628513, '__ci_last_regenerate|i:1685628513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e509fff6e3d772978a813d925912ee210ef1c8e', '52.167.144.73', 1679682698, '__ci_last_regenerate|i:1679682698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e562487203876943bf8f0e1434c6062c0efa86d', '52.167.144.74', 1688055706, '__ci_last_regenerate|i:1688055705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e562c067ca8cf494749d1b425ad48b627cb8ee7', '190.148.157.192', 1655914480, '__ci_last_regenerate|i:1655914480;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655901273\";last_ip|s:15:\"190.148.157.192\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655909889;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e576de4f526e4dbc5ecc0bead8662fd1ab7941c', '190.56.55.120', 1663338501, '__ci_last_regenerate|i:1663338501;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e57e58d8badeefb4abf2836362dd7ff9976d946', '114.119.152.119', 1685009216, '__ci_last_regenerate|i:1685009216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e582ad97aaa6931b4be42d8c99410d46894cf19', '130.245.169.145', 1657274138, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e5ca489099330ad8ab5138df63c613d6c3cba65', '17.121.112.148', 1652190993, '__ci_last_regenerate|i:1652190993;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e5cd71531968fe545b167d7e513f7cfb9e65a43', '190.56.55.113', 1673876852, '__ci_last_regenerate|i:1673876852;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673876549;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e5dcd567df0f51479506ca2b27b0fb1591d7d29', '190.148.252.76', 1654118782, '__ci_last_regenerate|i:1654118782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e601b300375de233935d3b55f8614452a17ec3a', '190.148.87.182', 1679605634, '__ci_last_regenerate|i:1679605634;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679605418;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e6421b44733d496e9c6483c8ee41b8570c79745', '14.116.157.23', 1664082826, '__ci_last_regenerate|i:1664082826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e649f722086e07867e92b5d982dbc82cd0c014a', '157.55.39.64', 1674473571, '__ci_last_regenerate|i:1674473571;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e668bd1bf22b6009fbaab172ebda78ff7547954', '200.119.169.27', 1657030628, '__ci_last_regenerate|i:1657030628;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656985265\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657030491;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e68d238e33d2c57d6ddb7f507e488ee25216077', '51.222.253.12', 1678825276, '__ci_last_regenerate|i:1678825275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e691f6a141147bacdd885f6d23c706a01f4349b', '66.249.79.195', 1688585125, '__ci_last_regenerate|i:1688585125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e69b717a90b0a12f0d07ba4d2d1bf7020041278', '40.77.167.123', 1682949607, '__ci_last_regenerate|i:1682949606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e6ae762f33ab8f8d63528e57241bd9c9239731c', '5.188.62.21', 1656457557, '__ci_last_regenerate|i:1656457557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e6c0250e6aaf16e0cd1686c88ebc1c99efd0fcb', '190.148.252.183', 1681411051, '__ci_last_regenerate|i:1681411051;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681411032;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e6c8590f764945036d8b18fabbb77470fc9b690', '52.167.144.89', 1679430445, '__ci_last_regenerate|i:1679430445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e6ea4f7366dccf72175074f10b9365f44c61cbe', '54.36.148.140', 1658676739, '__ci_last_regenerate|i:1658676739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e723a3ad53b02d77d8d642baa676df41ad5783d', '200.119.168.5', 1668720244, '__ci_last_regenerate|i:1668720244;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668720203;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e72646e02ee8c3667f1fd0c5cbfc5a9335b2cc5', '17.121.113.164', 1651937213, '__ci_last_regenerate|i:1651937213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e73388a1e236cfcfd44f30a92e2884f42d2334e', '190.148.252.219', 1657590008, '__ci_last_regenerate|i:1657590008;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657559158\";last_ip|s:15:\"190.148.252.219\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657589981;register_id|s:2:\"41\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-11 11:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e7381be944ec389e4457a8a7234e1748018648c', '104.131.94.170', 1657274120, '__ci_last_regenerate|i:1657274120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e73daedabd3b78ad296e5d49d95754a00c1c71e', '200.119.168.9', 1656171258, '__ci_last_regenerate|i:1656171258;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656121973\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656165840;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e73ee108fc03c02b4072441c65938d7242fae3a', '164.92.78.106', 1672747701, '__ci_last_regenerate|i:1672747701;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e76bbc58b318d41a816908b7bdae47141a5b1fa', '200.119.170.158', 1661283154, '__ci_last_regenerate|i:1661283154;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661283146;register_id|s:2:\"81\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 12:42:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e773a0cec48e33edcc487a4ffb7b7a1eab5305d', '190.56.54.156', 1665272064, '__ci_last_regenerate|i:1665272064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665272060;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e77bd97c844a5832bb4f0b91121db2f7ab3405f', '40.77.202.62', 1666578681, '__ci_last_regenerate|i:1666578681;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e77e0fdd36a1db2ba1b7fc74373ee1c30ae3469', '190.148.252.73', 1664821621, '__ci_last_regenerate|i:1664821621;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664821603;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e79607b0fdc2134ee87928cb6c5a2936163cb86', '52.167.144.133', 1685469767, '__ci_last_regenerate|i:1685469767;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e7a5fd58ed61ddf46fc1d15b07c4ad71433da8b', '190.148.252.112', 1667831231, '__ci_last_regenerate|i:1667831231;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667603892\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"abWY04oNh7lwBRud8g9G\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e7b4508e05b8aa1239c07db4aa012d7ac807dbe', '198.251.73.69', 1686692861, '__ci_last_regenerate|i:1686692861;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e7d1f47650ddf98089575635f797ccf47008c0a', '157.55.39.208', 1685950054, '__ci_last_regenerate|i:1685950054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e7da0509d7e475847cf6072adb3f72eca8f7622', '190.56.32.174', 1676744383, '__ci_last_regenerate|i:1676744383;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676744116;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e7f808d6590a5d391bf4eaf37cc7a0ef8f3137e', '157.55.39.169', 1667657604, '__ci_last_regenerate|i:1667657604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e7ff9f67da34ac1fce032432c99cdb2de5a1595', '40.77.167.102', 1671147818, '__ci_last_regenerate|i:1671147818;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e8360964734dd0c29350b71bcc15baa8decfd50', '190.148.157.98', 1679252284, '__ci_last_regenerate|i:1679252284;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679252148;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e846e2227d0b58478ec0f31a3b8d5c143f4d3ed', '114.119.158.149', 1688383548, '__ci_last_regenerate|i:1688383548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e84b0b86c878c7218f3283813539207298de9b4', '17.241.227.162', 1680734859, '__ci_last_regenerate|i:1680734859;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e85373cf998ab3333d687c42d508d8bd44e3090', '157.55.39.79', 1669168274, '__ci_last_regenerate|i:1669168274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e87f784e2eb3366b4a9ba688280d2311a9d5a78', '190.148.252.96', 1673208877, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673208877;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673208873;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e88239e89bd9eab0b2636b63f8977e30659a1f8', '52.167.144.28', 1679056810, '__ci_last_regenerate|i:1679056810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e893edc543bd0bf00b2aa0f5a9ba4e5178cf1aa', '52.167.144.76', 1682579503, '__ci_last_regenerate|i:1682579503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e8a7abdf43ee9a576964aed9ee285dfdc072dd0', '54.36.148.153', 1652711219, '__ci_last_regenerate|i:1652711219;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e8d1a58cef9604529d6a70a259c991da99986af', '190.148.157.53', 1683661318, '__ci_last_regenerate|i:1683661318;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683661316;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e8ee8d205989c1c7dcc2a776900a9e99de0c6b9', '190.148.158.175', 1672664046, '__ci_last_regenerate|i:1672664046;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e90c631bed105301f7ab50bfc5a58a375a82a7f', '52.167.144.98', 1686103016, '__ci_last_regenerate|i:1686103016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e921b0e45d9914c53265003542cc3fa92dacfcb', '17.121.113.134', 1659332632, '__ci_last_regenerate|i:1659332632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e94413d6307202d18199f615893a1167ae9d59e', '207.46.13.10', 1672812026, '__ci_last_regenerate|i:1672812026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e945634aa097a53df64dbaf4fd03016a827a59e', '207.46.13.12', 1675608631, '__ci_last_regenerate|i:1675608631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e95d0f3c5c13839b0ce5ca4e74fac48f17dda4d', '190.56.51.158', 1655742302, '__ci_last_regenerate|i:1655742302;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655669018\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655741856;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e9702dce0f6e9e5c79425c11efc8e0df9ea691f', '157.55.39.212', 1677634108, '__ci_last_regenerate|i:1677634108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e996acf30017a6b3883c6c886e3e3f87881aa5b', '34.129.23.210', 1658423350, '__ci_last_regenerate|i:1658423345;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e997e42079986110a974451fe5a1918dc23307b', '17.121.115.90', 1658789354, '__ci_last_regenerate|i:1658789354;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e9a67fa4284b9a5c5fa25a0e90c66b5cb4cfc3d', '165.22.72.79', 1688239686, '__ci_last_regenerate|i:1688239686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e9cdad79ca83ad5d834128e2518ef7c4cec661b', '114.119.146.171', 1687796412, '__ci_last_regenerate|i:1687796412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e9d997ed85acde52c76a8ff5b335c54f61d2afd', '207.46.13.236', 1653846836, '__ci_last_regenerate|i:1653846836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e9e1365402264308bb6e239635e6a8beafa932e', '157.55.39.164', 1654623833, '__ci_last_regenerate|i:1654623823;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ea0d05ee83f4814aa03237c16802debafedbb15', '157.55.39.80', 1670233303, '__ci_last_regenerate|i:1670233303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ea1db66b032ea7dcbe3d364e93acafa1b1e45c1', '207.46.13.154', 1671424439, '__ci_last_regenerate|i:1671424439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ea4cbbe074d72b95d139c13f5af6cf870867e5a', '200.119.170.168', 1670621747, '__ci_last_regenerate|i:1670621747;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"NbdKYGlOmEz3uJeQrA8t\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ea60def591b18d22aeec6bc4e10d9e738a1f588', '159.89.46.171', 1668715162, '__ci_last_regenerate|i:1668715161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ea8f29c93458b2c8c5a25cafdc6f677c258229a', '52.167.144.98', 1686568282, '__ci_last_regenerate|i:1686568282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eac4277e143640ceac7bceac32e321f845f97f9', '51.255.62.3', 1657370143, '__ci_last_regenerate|i:1657370143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eac4ad71795c0692689da1a5a405163d2f89e5a', '207.46.13.209', 1681093126, '__ci_last_regenerate|i:1681093126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eacd51d64cdaa526539e79b6e292fc04ab505ab', '190.148.252.111', 1678121198, '__ci_last_regenerate|i:1678121198;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678112014\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eae2f6b29c8cd5500bac323d8f4a1f2315b149f', '74.208.2.134', 1682136353, '__ci_last_regenerate|i:1682136353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eaecb465bc4559ed240ecec38bcea64e5d23be3', '134.122.44.195', 1687793244, '__ci_last_regenerate|i:1687793244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb1b824883e757dd46d3372df56b369fbdb49d1', '190.56.50.126', 1658180479, '__ci_last_regenerate|i:1658180479;requested_page|s:9:\"admin/pos\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657922394\";last_ip|s:14:\"190.148.87.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658179886;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"HWfKTD7FY5uxELclXhr3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb24fe0583c75a2eb3daace15476e5a80a0e10c', '52.167.144.61', 1688234857, '__ci_last_regenerate|i:1688234857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb3148816ad6e3e6abf5de2c724586307f0d1b1', '114.119.144.105', 1687336706, '__ci_last_regenerate|i:1687336706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb389e92480c99e0fff3684132589f4922f17cc', '190.148.158.75', 1663247642, '__ci_last_regenerate|i:1663247642;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663177352\";last_ip|s:15:\"200.119.170.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663247594;register_id|s:3:\"105\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-14 09:30:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb39f05dea2538a921475a6f1b5d07e8821ad9d', '51.222.253.7', 1676167317, '__ci_last_regenerate|i:1676167317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb3b8a7fe611bb7021b33a20a214d93de713b7c', '5.188.62.26', 1660246611, '__ci_last_regenerate|i:1660246611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb516066e1bf521728a7856a41ea188a6cb27ac', '54.244.60.134', 1659792582, '__ci_last_regenerate|i:1659792582;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb56cfd0a8e29d03ba0d3ede0271de2380fa010', '114.119.133.89', 1688248204, '__ci_last_regenerate|i:1688248204;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb6ebb10a9e2cc7c52a05a047655ccb7bcd0940', '190.148.157.233', 1655485546, '__ci_last_regenerate|i:1655485546;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655422146\";last_ip|s:13:\"190.56.49.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655485546;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb721079cc44d4f6e37191eaf99b6b2dbb8b384', '51.222.253.4', 1684810643, '__ci_last_regenerate|i:1684810643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eb7384a28f7b401c06a20fda1c511040dfe3d8f', '207.46.13.12', 1675466795, '__ci_last_regenerate|i:1675466795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ebc2c10f621a4fcd6f91245b0924027f873b35c', '190.56.173.175', 1653099434, '__ci_last_regenerate|i:1653099238;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653064053\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653099432;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ebc97e5396e1ee50e10b4569d153e86cfcf9cb3', '40.77.167.37', 1668834604, '__ci_last_regenerate|i:1668834604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ebc9969e8fca63bb6006ae5178c8d6e21122906', '190.56.50.15', 1667178748, '__ci_last_regenerate|i:1667178734;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667178747;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ebdfbf13318ac867aaf0f01e8cefd03fbb8d1be', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274139;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec09a1664f7f824102dcbc31205a7d66ad05be4', '51.222.253.10', 1672479416, '__ci_last_regenerate|i:1672479416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec0d1ddf004566db1c7587d7d51273ba122d2d7', '200.119.172.48', 1668620183, '__ci_last_regenerate|i:1668620183;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668620179;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec34842e71d5dbf461a68ae908efb80971e0e27', '54.36.149.39', 1673514117, '__ci_last_regenerate|i:1673514117;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec4b2fa079d51e35587c755226c8dc631945ba4', '190.56.173.251', 1651946636, '__ci_last_regenerate|i:1651946636;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec4cae4ed65d7353d12f88820c7c272ef94f63f', '17.121.113.203', 1660443945, '__ci_last_regenerate|i:1660443945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec50bfe0955228ef2cb5a142f0d265de8eee872', '114.119.139.224', 1686852970, '__ci_last_regenerate|i:1686852970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec648dfe1730fefe5edcee2b4dd6ecbc072f101', '207.46.13.217', 1684181828, '__ci_last_regenerate|i:1684181828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec6f0e008ee8cb423318f469b68ed7aa62980f6', '52.167.144.164', 1685383121, '__ci_last_regenerate|i:1685383121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec842e0878435f2b332ab63dd52c9e8799d5652', '157.55.39.80', 1670374740, '__ci_last_regenerate|i:1670374740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec9ea2dc141c10b540aa063222f16e92c0033cf', '52.167.144.171', 1685412678, '__ci_last_regenerate|i:1685412677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ecbf515cca2b39702db64ad6f55a62719d2297e', '51.222.253.8', 1670283675, '__ci_last_regenerate|i:1670283674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ecc11853a2394fecd5d5d727c7cbbf380c93692', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eccb31b320e2e0bc745cea2e12da4c728e39517', '207.46.13.127', 1656087319, '__ci_last_regenerate|i:1656087309;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eccc4ac9a52687e111f845ca03911109b384de2', '34.221.217.213', 1677937796, '__ci_last_regenerate|i:1677937796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ecd232a7dd0a5fd6be08730d6398557c5da4d01', '190.56.173.213', 1683494297, '__ci_last_regenerate|i:1683494297;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683494294;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed1aae095cfb6191b79db22cc973bff8ef613b7', '200.119.168.250', 1680654706, '__ci_last_regenerate|i:1680654706;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680654702;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed24f7d2fd5cf367a138aaf27851b7b1d194853', '52.167.144.31', 1681366422, '__ci_last_regenerate|i:1681366422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed300c417ab7665e9dc61e5806747c5c60fd181', '52.167.144.42', 1679258367, '__ci_last_regenerate|i:1679258366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed457c0aaf21927a56220e1546ed6bbb66c8214', '114.119.134.41', 1685779053, '__ci_last_regenerate|i:1685779053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed5c42339a01cc0ec03649b10f2d76bd5e677fb', '157.55.39.125', 1654615560, '__ci_last_regenerate|i:1654615560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed5cc684831d9e861a1da930548d4152aa2e5af', '40.77.167.45', 1670429216, '__ci_last_regenerate|i:1670429216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed5fdd49fd9f3eba908ec72eb3efc4923d2853a', '114.119.153.247', 1687086390, '__ci_last_regenerate|i:1687086390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed6afc77c5e53f624bdecdf4ff8c79895f9bc4f', '190.148.252.67', 1688498588, '__ci_last_regenerate|i:1688498588;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688498586;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed6dbb25273ec6f2cceb27af83d40ac672f9002', '66.249.74.99', 1686978220, '__ci_last_regenerate|i:1686978220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed6e8a317d318dcd8221b6708f8bb45091cc7e3', '207.46.13.207', 1685874287, '__ci_last_regenerate|i:1685874287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed86a1bb9b4f7d14313452b558c67c910ee412c', '40.77.167.161', 1675468289, '__ci_last_regenerate|i:1675468289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed8f1d04d7bf9e278a13c4b0de04787d6dffbc4', '190.148.157.53', 1684005226, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684005226;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684004678;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed9258f9e44e1689b7cd23d651e7c01bc919727', '52.167.144.74', 1688082182, '__ci_last_regenerate|i:1688082180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed96845848f3dd150330b09627678e9dad22369', '51.222.253.7', 1662203103, '__ci_last_regenerate|i:1662203103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed993e230c2d174ad26da28d658cada51d2b671', '17.241.227.205', 1682949303, '__ci_last_regenerate|i:1682949303;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3edbcf2a48895efbba87c9619b7b8a88bda00cbb', '190.148.252.151', 1671123499, '__ci_last_regenerate|i:1671123499;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671122103;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ee04ed630ddf9f9a443ba501998e8c537447234', '157.55.39.25', 1663421600, '__ci_last_regenerate|i:1663421600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ee06435eec77d3c01b0cb4240a35d312177abb8', '190.56.32.35', 1672000809, '__ci_last_regenerate|i:1672000809;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671997370;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ee3597f0c43f125b6e52fc22af0526a7cf3a49e', '52.167.144.171', 1684593075, '__ci_last_regenerate|i:1684593075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ee471c65f2aa46eb7bfada71cf0c7110ca9f64f', '114.119.139.226', 1688177199, '__ci_last_regenerate|i:1688177199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ee5fc70c4d2e0b5d4f8f3f14b8e5c604527a82a', '190.56.50.253', 1682462533, '__ci_last_regenerate|i:1682462533;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682462521;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ee791fcabdd62a253659d5d185d28f9309c9ff6', '52.167.144.162', 1686510564, '__ci_last_regenerate|i:1686510564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ee985fe709ee80c3914a09950631e8ec51329db', '17.121.112.154', 1652116148, '__ci_last_regenerate|i:1652116148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eea464b0271948e157526cc072d024e92509752', '207.46.13.10', 1670998430, '__ci_last_regenerate|i:1670998430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eea7da034ddbb6017504b217672ff4dd21c1571', '51.222.253.1', 1686638922, '__ci_last_regenerate|i:1686638922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eedc0464a4bc7c1a4af094c7254af797397878a', '157.55.39.253', 1682340198, '__ci_last_regenerate|i:1682340198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ef08da571aa0468d6715375ee2ddaeaf68e3bf4', '40.77.167.80', 1686843813, '__ci_last_regenerate|i:1686843813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ef1f0f70658e98951fa917ec67dae3c298ad175', '114.119.138.199', 1687508936, '__ci_last_regenerate|i:1687508936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ef2b7d89f345dba790187a551df0227e983d46d', '52.167.144.42', 1679731951, '__ci_last_regenerate|i:1679731951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ef2c3ff9bda29ab79b88114c0ec65eb516b7311', '40.77.167.43', 1653628917, '__ci_last_regenerate|i:1653628907;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ef3a529f173f59e96fe9f8d21f1faeeb9de4b13', '200.119.173.177', 1684848214, '__ci_last_regenerate|i:1684848214;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684848170;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ef3a5c164ba4e1a1a2a274750e5e79828bf37b0', '190.148.158.175', 1672444243, '__ci_last_regenerate|i:1672444243;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672444180;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ef4e41e902aacb0fcd867fe4099c7b8b6f97174', '69.167.12.35', 1681555076, '__ci_last_regenerate|i:1681555076;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ef53826bb2bcd02cc64b3868b4cb0e341e3d19f', '190.56.32.164', 1664558074, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664558074;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664558018;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ef8716b2768dcf62a1900e23b754369dfb19c26', '200.119.168.250', 1680879044, '__ci_last_regenerate|i:1680879044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680876524;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3efaab087d1e36aa69c038e195a5864988dd0eb6', '114.119.128.244', 1688376346, '__ci_last_regenerate|i:1688376346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3efb2204a02a0a1c8d53f1b87ba45b9967923407', '66.249.79.175', 1678934337, '__ci_last_regenerate|i:1678934337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3efd09fd290fab7581a0b112793755859e91dcfd', '190.148.157.80', 1669244771, '__ci_last_regenerate|i:1669244771;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669244737;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3efdf7f443f3f1096e30d8aaf99492343f04872f', '192.36.109.132', 1688459083, '__ci_last_regenerate|i:1688459083;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3effd430bcaeded3dc54ffc462a0b736228ef93e', '157.55.39.143', 1670374709, '__ci_last_regenerate|i:1670374709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f00e90e8ee8236009f8a81869047490b2106db5', '190.56.173.136', 1687917337, '__ci_last_regenerate|i:1687917337;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687866247\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687917319;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f02d4add1891cceb26d7be92e550be9633b76de', '212.102.57.92', 1659247815, '__ci_last_regenerate|i:1659247815;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f02ed4d4dd4cbb849f7c3432d369572627152f8', '167.248.133.47', 1660060864, '__ci_last_regenerate|i:1660060864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f037b49f04dadb9757ebf3cb7d2fb524a4637c2', '157.55.39.253', 1682076993, '__ci_last_regenerate|i:1682076993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f063888c0e5a07792c3ee16432db63c962c5925', '190.148.158.108', 1676761595, '__ci_last_regenerate|i:1676761595;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f066bb50e75d3b5652a9b3f87caa680955b4c78', '114.119.153.212', 1685975516, '__ci_last_regenerate|i:1685975516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0953f2533ff545d8c3c8b226934e6fb8d84e6b', '190.148.252.151', 1670944375, '__ci_last_regenerate|i:1670944375;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670942341;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0aa90162f8c009b7d36372cb0d1ec940b93d18', '40.77.167.182', 1683017676, '__ci_last_regenerate|i:1683017676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0b76c05901d44bf5af26a3f92f8dfd3d03ba04', '40.77.167.123', 1683316608, '__ci_last_regenerate|i:1683316608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0c3a70887ba671ac7d0746e9b6500ff4a63f14', '66.249.74.101', 1686418069, '__ci_last_regenerate|i:1686418069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0d071e994185bc72e557a86885ab162d946ac5', '190.56.173.213', 1683481784, '__ci_last_regenerate|i:1683481784;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683481779;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0e36fc30e585fb871c93bf8cebddedebca2886', '66.249.65.97', 1651945265, '__ci_last_regenerate|i:1651945264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0ec41cbcd94ef51f87679c75ec6c8f5ba928f2', '40.77.167.227', 1682325369, '__ci_last_regenerate|i:1682325369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0f3542a6b1ac2d111001492e6e6694e9adf15f', '114.119.133.190', 1688036184, '__ci_last_regenerate|i:1688036183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0f3c659d6a1aeee1a36ce21036ebd0e8c9a863', '190.148.252.235', 1666873653, '__ci_last_regenerate|i:1666873653;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666873560;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0fb54ca7ba62472c8d748d00a21a8991b910a2', '190.148.158.175', 1672176247, '__ci_last_regenerate|i:1672176247;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672176181;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f10df3b30378364c4452c4cecda37fd073c4561', '190.148.157.53', 1683927976, '__ci_last_regenerate|i:1683927976;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683904005\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"LxFaNwiCcMgZmDGzdUbp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f126e4af5c7744e333dc205841d68c0aa04a6ba', '190.56.55.48', 1687473608, '__ci_last_regenerate|i:1687473608;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687473605;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f14b2e3a61f78b7d335ab350e2a8fad5b316f6f', '190.148.158.151', 1676995236, '__ci_last_regenerate|i:1676995236;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676993280;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f15af31976620f3d9ec197034a4763060422635', '69.167.36.21', 1681022753, '__ci_last_regenerate|i:1681022753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f1733cca6ac21ca658fdaf0909a4eb18508dfe3', '52.167.144.164', 1684315747, '__ci_last_regenerate|i:1684315747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f17dd11bb8937a817f0ed43f31a293bd3a1f22a', '114.119.130.2', 1684280615, '__ci_last_regenerate|i:1684280615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f1809235a1aec2920f60fae8d6b5b3facd250fa', '173.249.31.237', 1659409213, '__ci_last_regenerate|i:1659409213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f18d34635bcc32311527862ce08d87f5a2d49e5', '157.55.39.131', 1663799594, '__ci_last_regenerate|i:1663799594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f19bcf8120ac499114e99c3ccdbf5e899c84a8e', '93.158.91.254', 1669912151, '__ci_last_regenerate|i:1669912151;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f1ab4674722663b2a5c2c64550b42e05600bf60', '114.119.137.91', 1688115346, '__ci_last_regenerate|i:1688115342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f1cc903efd761708be4cf5d5e3e8b65246a4941', '51.222.253.2', 1656530663, '__ci_last_regenerate|i:1656530663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f1fb475eb7f97b2387fc13c8e9cdb4aebaaa4cb', '40.77.167.30', 1656150474, '__ci_last_regenerate|i:1656150464;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2053451531d9f328558295d0ffbbec110d79ba', '207.46.13.6', 1672283002, '__ci_last_regenerate|i:1672283002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f212e524f97ff01e559342e3a6d0c86f42a279b', '51.222.253.6', 1674504853, '__ci_last_regenerate|i:1674504853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f22488d4d0f94f121bfa6bcc4b2662a704db816', '190.148.252.96', 1673222234, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673222234;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673221784;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f250eb8607ac2bb464451908306db03659ceb10', '93.186.120.193', 1678471972, '__ci_last_regenerate|i:1678471972;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f26bf351d1342f95320606aa4ae9a7c73628ccf', '149.57.16.7', 1653807032, '__ci_last_regenerate|i:1653807032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f28a5a26d31143a6789d5a5c8020e08085f1cde', '190.148.252.195', 1653857862, '__ci_last_regenerate|i:1653857862;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653770319\";last_ip|s:15:\"190.148.252.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653857849;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f29abe428e8f15a8df2ea4da8613a27149d732a', '40.77.167.63', 1672246872, '__ci_last_regenerate|i:1672246872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f29bb398d440b82103205fc199eb607c271c1a7', '200.119.174.9', 1674248060, '__ci_last_regenerate|i:1674248060;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674248009;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2adf8c3ee0def54a4dbc37e816be1ba94fcb24', '35.90.39.201', 1670851176, '__ci_last_regenerate|i:1670851176;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2b79fe551508f632f1281729c6eff11066daf2', '45.63.18.23', 1688460280, '__ci_last_regenerate|i:1688460280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2d2595cd974497bb857612aa9e98b6c77775c3', '34.143.254.19', 1658808397, '__ci_last_regenerate|i:1658808394;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2d89dbbb3c54b049571dafcba54407d980cfb3', '200.119.173.177', 1685124844, '__ci_last_regenerate|i:1685124844;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685124842;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2d98f922bc4126e8e5f502416c1a59e23dddbb', '147.182.171.81', 1650861177, '__ci_last_regenerate|i:1650861177;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2db8a14b43f55f7ca9b987926e4e7a15289c05', '17.121.112.197', 1658174965, '__ci_last_regenerate|i:1658174965;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2dbf8bc146e73641fb4f71c46fa2734af8496f', '157.55.39.227', 1688445242, '__ci_last_regenerate|i:1688445242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2fab283da0b25c80c5d0dd33d7e5e5e5536405', '190.56.173.136', 1687977517, '__ci_last_regenerate|i:1687977517;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687977370;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f300caa5c246ef5681c73b9f1e823133685dea1', '190.148.252.96', 1673206054, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673206054;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673206014;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f30a3622fbbee96be07288d2663fd505d457b56', '52.167.144.70', 1688366440, '__ci_last_regenerate|i:1688366440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f3206f31110706caf9641e2fb02e007df67a0c1', '157.55.39.176', 1667092404, '__ci_last_regenerate|i:1667092404;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f33df05a092829e9a59268b969c30d6d648329f', '52.167.144.28', 1679354917, '__ci_last_regenerate|i:1679354917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f3426ce911516e6bbacd0b26fefab040061b7ae', '190.148.252.161', 1670080533, '__ci_last_regenerate|i:1670080533;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670080171;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f35e37663ba9a18bd196fecdf5f4355a0616d17', '51.254.49.100', 1680294114, '__ci_last_regenerate|i:1680294114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f377feda8e18390f918599d2483102d7ad06c9f', '40.77.167.35', 1661622195, '__ci_last_regenerate|i:1661621224;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f37980f86d8ecf16bd396ab22faf5f114e69b9b', '200.119.168.250', 1680799402, '__ci_last_regenerate|i:1680799402;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680799013;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f3c4ce0e8266e6ed9aaa445c50d17f6cad649a1', '190.148.158.110', 1662079865, '__ci_last_regenerate|i:1662079864;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662037120\";last_ip|s:15:\"190.148.157.194\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662079864;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f3c8b314f933aa5f1dff8f7a08d290cbd851619', '40.77.167.91', 1686973936, '__ci_last_regenerate|i:1686973936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f3e27d91c8996cf51d8837c0650bb990203cc27', '200.119.173.177', 1685296432, '__ci_last_regenerate|i:1685296432;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685296429;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f3f89e0d4e07a945b597eb5378f649e20d27add', '200.119.173.87', 1662730974, '__ci_last_regenerate|i:1662730974;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662677602\";last_ip|s:15:\"200.119.174.131\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662730678;register_id|s:2:\"99\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-08 08:25:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f435110535da20feb1b7527ddb9c643f7cc1eb4', '190.148.157.183', 1680545202, '__ci_last_regenerate|i:1680545202;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680304340\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"iGhypm4TFeCcH6t0Ylag\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f43e4e18c4235d8cde5c6d981cd0449adb77c59', '190.56.49.83', 1687037666, '__ci_last_regenerate|i:1687037666;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687037664;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f4542b89e8e6c279a7106eff1f9d66ea7fde65a', '51.158.118.231', 1682817150, '__ci_last_regenerate|i:1682817150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f45881b6f7000f142c35317258627dcd5e0169c', '200.119.168.250', 1680996797, '__ci_last_regenerate|i:1680996797;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680996679;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f459bba99de12432c9a3a6fecb79fd28afb2e42', '200.119.172.60', 1675114495, '__ci_last_regenerate|i:1675114495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f483215b2c0abaf84de65b304c568e1b3abbfec', '114.119.157.17', 1686647911, '__ci_last_regenerate|i:1686647911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f4b1f43153a7cb291bf0f5ae36b608a0f8fdd8d', '190.56.54.156', 1665348994, '__ci_last_regenerate|i:1665348994;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665346765;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f4b95d2f390375250eccb99084025c483914d85', '190.56.49.83', 1687040687, '__ci_last_regenerate|i:1687040687;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687040680;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f4cf6e6706f6c5cb88d1e3a8e70829078fccb71', '18.206.55.48', 1651213085, '__ci_last_regenerate|i:1651213085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f51887152a0622e4d599b0b6fb515157e6cc53b', '157.55.39.208', 1685949152, '__ci_last_regenerate|i:1685949152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f5190bd8f7a780e9eb7e1bc3b832c5a435eccbd', '114.119.142.140', 1686856079, '__ci_last_regenerate|i:1686856079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f51ca4edba2444e4501f6a8861f26439f7376c3', '207.46.13.11', 1669273888, '__ci_last_regenerate|i:1669273888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f54b56b5f2cdfc197620986965cb6e44963c05c', '54.36.149.22', 1673533141, '__ci_last_regenerate|i:1673533141;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f54b90297a59a085075c7ded37c6bb88b36b42f', '40.77.167.123', 1683192148, '__ci_last_regenerate|i:1683192148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f554f5d6e70b346e7f87aeb2022d34eba85f22f', '190.148.158.175', 1672276033, '__ci_last_regenerate|i:1672276033;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672276014;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f56aa8469552af73bb0cd7e057afc75df31838e', '149.56.150.153', 1685001374, '__ci_last_regenerate|i:1685001363;requested_page|s:13:\"cart/checkout\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f57b6edddc88e41947d8fdba95176e6f8bb7200', '190.148.252.111', 1677882960, '__ci_last_regenerate|i:1677882960;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677882780;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f57d8ad6e580f69f730c7b5fa1f69451bba5cfe', '114.119.132.202', 1688311380, '__ci_last_regenerate|i:1688311380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f57ed12eefc7002dce130653ee3953ad6c66718', '114.119.134.41', 1687649127, '__ci_last_regenerate|i:1687649126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f57f21ddb2417de2ada83b6dddd6386a37f2471', '69.160.160.60', 1662188502, '__ci_last_regenerate|i:1662188502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f5851bff8fbe0170f9fe318516955a738d73804', '54.37.233.116', 1650851661, '__ci_last_regenerate|i:1650851661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f587fcaec29d32c65a5302c8e36af08d760efcb', '157.55.39.69', 1672124212, '__ci_last_regenerate|i:1672124212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f593500500eaa55e03a55d4f597edfd0502beda', '114.119.130.102', 1687340230, '__ci_last_regenerate|i:1687340230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f594a014bb2a2d3e97dc3e21115db1695f6b1fe', '114.119.157.183', 1688339741, '__ci_last_regenerate|i:1688339741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f594bdb9d10a2444c1ca8440b3d4164677f898a', '190.148.87.99', 1688401194, '__ci_last_regenerate|i:1688401194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f5d3996f16ec2de45c456c6f2cdd6b32303a4e7', '51.222.253.2', 1683503204, '__ci_last_regenerate|i:1683503204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f5e60cf48623a347be22b2837ba1f3ee1e68015', '190.148.157.183', 1680192075, '__ci_last_regenerate|i:1680192075;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680192066;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f5f244e180289af912c1d3960ff808c3f71ce2b', '190.56.32.174', 1676921304, '__ci_last_regenerate|i:1676921304;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676921289;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f5fe920486e63a491b75acb9195d948d90a6102', '91.248.58.43', 1674346058, '__ci_last_regenerate|i:1674346058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6032d5b4354e58697cd70b9343dfac26357399', '40.77.167.161', 1676564590, '__ci_last_regenerate|i:1676564589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6113aa9d1ab58f671f40393c023a14712ddd2f', '207.46.13.230', 1657043176, '__ci_last_regenerate|i:1657043176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f632ca7dc260d8208bf2a6ed43e8dd3edbe6ba4', '209.160.115.40', 1682930804, '__ci_last_regenerate|i:1682930804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f638ee2d9781f5a3895345b63aee52ac57c56f0', '52.167.144.162', 1686568685, '__ci_last_regenerate|i:1686568685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f64113019cba095a5b65c6d1006e155b1e62749', '52.167.144.43', 1683842384, '__ci_last_regenerate|i:1683842384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f65b6906d7efa418b6987a638d3255d80373669', '52.167.144.61', 1688060392, '__ci_last_regenerate|i:1688060391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f67205faabd262d1d262e0040573a424c786321', '190.148.252.183', 1681416424, '__ci_last_regenerate|i:1681416424;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681415239;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f67cc9e665a8166e70741a2a8d2c171f6a593b4', '190.56.32.162', 1686579952, '__ci_last_regenerate|i:1686579952;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686482992\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686579927;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6a884781c7cf1913445859a9dbd058bcbd93ef', '52.167.144.164', 1686767847, '__ci_last_regenerate|i:1686767847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6c039d3294a85d435ba375b6fc0202312be3ab', '40.77.167.11', 1673997727, '__ci_last_regenerate|i:1673997727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6c6e85ca0c57cda3b36530863be776e9b47548', '190.56.173.213', 1683150061, '__ci_last_regenerate|i:1683150061;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683146655\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"kyVUWHxmJTEgibGdFq34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6c724c87cb4f5ee464bf411e357d35d7f82d46', '200.119.170.168', 1670596107, '__ci_last_regenerate|i:1670596107;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670596100;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6c9bc5545456a23ac378439a38a2d26f474834', '52.167.144.164', 1679354486, '__ci_last_regenerate|i:1679354486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6cb5707f75b6f8438197e901811b4189cfbceb', '66.249.74.100', 1680701563, '__ci_last_regenerate|i:1680701563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6db60cb7842c391bc2e99792c2ca0abdb0958a', '190.148.158.69', 1685810549, '__ci_last_regenerate|i:1685810549;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685810539;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6f63663b002681029ac544ceb75cf3aad4227e', '52.167.144.98', 1684661292, '__ci_last_regenerate|i:1684661292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f703b5a85569019218b59b34989c6996ed3580f', '69.160.160.60', 1662188505, '__ci_last_regenerate|i:1662188504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f71302e0463a67261f312ad112e1b5847f40418', '190.56.50.39', 1665003682, '__ci_last_regenerate|i:1665003517;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664984094\";last_ip|s:12:\"190.56.50.39\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f7449045875314f47c5fe28aece887b7483f67a', '40.77.167.23', 1673601791, '__ci_last_regenerate|i:1673601791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f74787a984835ece658e81ec67a8df15211da45', '200.119.173.177', 1685229307, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685229307;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685229263;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f74ff5dc08731ebc866c97ad881dea8674e0df9', '51.222.253.5', 1677081299, '__ci_last_regenerate|i:1677081299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f765ea0520d15e8e6f07944520612ea20869b48', '84.247.48.62', 1654236407, '__ci_last_regenerate|i:1654236405;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f7716107d05ad01cb5a09a8b9debcd1349013f0', '207.46.13.41', 1670890823, '__ci_last_regenerate|i:1670890822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f776ae0bd3c51d0bac7bee836b2b77725ecd95d', '114.119.154.229', 1686287027, '__ci_last_regenerate|i:1686287027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f78e6064251499b29dd8fd6317266c6305abc5a', '114.119.158.13', 1687558530, '__ci_last_regenerate|i:1687558530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f78f6c5cd0ce798ec741d65563d4b370fae334f', '52.167.144.171', 1685486922, '__ci_last_regenerate|i:1685486921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f79baf7a237d90a8bfddcd0ca6ee652466e0195', '157.55.39.79', 1668834291, '__ci_last_regenerate|i:1668834291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f7abfa1d70af8c3834bfc8b53c660769b0d403d', '190.56.51.158', 1655759929, '__ci_last_regenerate|i:1655759929;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655733958\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655759658;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f7d3ae03051c9860cd84cde1739b0601b012b45', '51.222.253.13', 1677257175, '__ci_last_regenerate|i:1677257175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f7f110c34888621ee86b01568150ec070f7ffdb', '198.244.142.178', 1650754649, '__ci_last_regenerate|i:1650754649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f7fee2db565a7c795aa466515aaaf03b27029ad', '54.36.149.63', 1674436045, '__ci_last_regenerate|i:1674436045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f81da214d4eb6fd08334f5cbf8c873d45100764', '157.55.39.253', 1682205041, '__ci_last_regenerate|i:1682205041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f824cfaba0f091b92bb68a7e3892ff99d6ebeaf', '157.55.39.94', 1672603575, '__ci_last_regenerate|i:1672603575;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f830bbf0591832e35b3338265ade203bb75b17e', '190.148.158.175', 1672352587, '__ci_last_regenerate|i:1672352587;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672352572;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f83869060b9a845e266bbf140ddf337ea1cc17f', '190.148.158.69', 1685804844, '__ci_last_regenerate|i:1685804844;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685804814;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f84d31f7a48b64b7c9ab90c80d7adbfa4234eb0', '52.167.144.28', 1679421439, '__ci_last_regenerate|i:1679421439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8796a04d5009d70ca2b0d3ec07062985874d70', '190.148.157.165', 1668007938, '__ci_last_regenerate|i:1668007938;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8878467b9528d12c4d5e064311a1236b19f1a9', '114.119.158.45', 1687718237, '__ci_last_regenerate|i:1687718236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8a004d562b9f18e896620c92c49d4ab4f8ace6', '52.167.144.98', 1686103015, '__ci_last_regenerate|i:1686103015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8a59f9d6fa5df9db5d89a6913619b10b91526c', '157.55.39.200', 1666859255, '__ci_last_regenerate|i:1666859255;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8a6d11185d588dfd046e1622108bb286bc9428', '66.249.65.174', 1668519220, '__ci_last_regenerate|i:1668519220;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8c1b11d49a43a2940abac2cf1eec452d4641f3', '114.119.158.203', 1685332696, '__ci_last_regenerate|i:1685332696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8d7590e57c4994b721233ee66b3d167419cfbe', '52.167.144.69', 1676828320, '__ci_last_regenerate|i:1676828320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8deccea8598d453a1883df4c789f9986659f0a', '5.182.209.135', 1654888531, '__ci_last_regenerate|i:1654888531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f90fe5c8809357fdf077c5c1f79ad8031250724', '3.237.104.7', 1654168712, '__ci_last_regenerate|i:1654168712;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f92da3bb67cbce9edc63780065bc0f16dd418f9', '114.119.156.146', 1686747352, '__ci_last_regenerate|i:1686747348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f935dc5a8bbf86e72594e410f74bf8019693544', '40.77.167.225', 1680704527, '__ci_last_regenerate|i:1680704527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f93d032a585f43297f133e629daa2cbecd9ea36', '157.55.39.217', 1683218032, '__ci_last_regenerate|i:1683218032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f954e184d8aa4d35f5cc5fc0b4ad9519b97ac95', '200.119.172.60', 1674599630, '__ci_last_regenerate|i:1674599630;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674492457\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"It6pQSv5fC4mcJDFugUO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f96b1cf464dba43bf9d6099501d8b305d93da5e', '52.167.144.164', 1686257437, '__ci_last_regenerate|i:1686257437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f9758d7801b48a154465e259b68dc68ba97f3a4', '128.199.105.39', 1660302031, '__ci_last_regenerate|i:1660302028;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f978896353f78519438178e33e7eb540e9541b4', '52.167.144.42', 1679987541, '__ci_last_regenerate|i:1679987541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f97cb46219a6cb82ce11e89d8641fe8eaa633de', '40.77.167.202', 1687333369, '__ci_last_regenerate|i:1687333369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f981c13e221906ad0e8cfda9209b0d58e8bb628', '200.119.174.137', 1654809458, '__ci_last_regenerate|i:1654809458;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799788\";last_ip|s:13:\"200.119.181.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f9867bc1f676c348c64e71416d7f97fa668d306', '114.119.153.118', 1688014335, '__ci_last_regenerate|i:1688014335;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f9af9ccd6bd2ad16fa93c1c14a6d11624c323b4', '5.188.62.140', 1653265694, '__ci_last_regenerate|i:1653265691;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f9bd5d7e7bff131dfc7c04544036795d92965f9', '190.148.252.111', 1678058581, '__ci_last_regenerate|i:1678058581;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678058580;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f9e567a3d5a0b2ad1dd14a32f255bfa4ec77e20', '17.121.114.132', 1655981136, '__ci_last_regenerate|i:1655981136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f9e936aba73f884e3c3b2f8a0cc1eb384776b18', '114.119.138.82', 1688085471, '__ci_last_regenerate|i:1688085470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f9efe96722231e66c3825b3c486e28951b72fb6', '40.77.167.191', 1682165550, '__ci_last_regenerate|i:1682165550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fa3b2459843c532380fefa25606b595a65e4ec5', '54.227.32.154', 1651213096, '__ci_last_regenerate|i:1651213096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fa851431d814723a4fb0395df4f2291177a9df9', '190.148.158.175', 1672276443, '__ci_last_regenerate|i:1672276443;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672276362;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3faac882c88d0e730dcdc6e2ccfae608508c2976', '40.77.167.49', 1664962926, '__ci_last_regenerate|i:1664962926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3faad5d00517de17899ac75ab926912efcac14a4', '51.222.253.16', 1687499766, '__ci_last_regenerate|i:1687499766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fab5941b667a87895d2272e3451758207a3b453', '190.56.50.253', 1682456868, '__ci_last_regenerate|i:1682456868;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682456762;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3face12d0da71cdf64629cc45de60da559713c88', '5.188.62.21', 1653426793, '__ci_last_regenerate|i:1653426790;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fad72dc64c3a07d659128f5b94e2bae95ec0cd1', '190.56.50.32', 1655140959, '__ci_last_regenerate|i:1655140959;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655140470;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fad94e79aaa5318abc933b0d350694d21aed416', '200.119.173.130', 1675906752, '__ci_last_regenerate|i:1675906752;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675906176;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fae34d165b0dae5a0db429016d9fd4503693468', '190.148.157.206', 1656597789, '__ci_last_regenerate|i:1656597789;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656553341\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656593801;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3faeb9aea405afc68c9cf61ec5ebe4db40cc13d7', '157.55.39.192', 1666751645, '__ci_last_regenerate|i:1666751645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3faf436789a1b3e29242c830591deaaea080b141', '114.119.147.166', 1687771761, '__ci_last_regenerate|i:1687771760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb13c4df320279c4cdedbb7292cc0d16fe9ee51', '114.119.142.7', 1688219979, '__ci_last_regenerate|i:1688219979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb16ea1bd94c9ff3d9d8a1c01ea53a66de25985', '52.167.144.70', 1688431143, '__ci_last_regenerate|i:1688431143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb36b4f35187c1414aa1996b6166d0bac0fcc03', '200.119.173.130', 1675963197, '__ci_last_regenerate|i:1675963197;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675961043;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb46dad0e08d6f1bdfa9d028ff3d27c6208425c', '50.21.188.4', 1677542053, '__ci_last_regenerate|i:1677542053;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb60cd5ed16af8af4c2dcb09b0073f43d533535', '51.222.253.20', 1673297737, '__ci_last_regenerate|i:1673297737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb63a2ab3f60faa1eb05c97a9110ce293eedafb', '137.184.189.104', 1687712926, '__ci_last_regenerate|i:1687712926;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb702cfbefd6ad30ce02ae5e5d282098c17e23d', '40.77.167.123', 1683138086, '__ci_last_regenerate|i:1683138086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb79f2d2acd100b7e95a35876e38822b1f88f29', '51.195.90.229', 1650840570, '__ci_last_regenerate|i:1650840570;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb834637c0cff1785ff02c0a950b745e289cd1d', '54.245.46.117', 1688336682, '__ci_last_regenerate|i:1688336682;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fb992d3853cff34ea8628b8798397c5e460aa42', '52.167.144.61', 1688064451, '__ci_last_regenerate|i:1688064451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fbbb79f9360ae40b76d84e76c41be3caa37905c', '157.55.39.80', 1670374740, '__ci_last_regenerate|i:1670374740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fbef6ab65ad65b156ece670bdd0c47716e2ba7d', '190.148.252.96', 1673014936, '__ci_last_regenerate|i:1673014936;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672952400\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673014933;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fbf57b527a5f64052162e5db5fcd35cabf7f90f', '66.249.79.193', 1679903072, '__ci_last_regenerate|i:1679903072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc01dfd29397ee03779611bfbde9c26b40d1d8b', '200.119.170.137', 1668717006, '__ci_last_regenerate|i:1668717006;requested_page|s:5:\"admin\";error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc0777631b695078276bbcc64fe58b7bebf5dd8', '114.119.139.226', 1686868259, '__ci_last_regenerate|i:1686868259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc0fd265e93ec845cdcd8e18b21fd7af7ebc4d6', '74.208.2.140', 1672659922, '__ci_last_regenerate|i:1672659922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc29144ab0a9d9fa5ca4de64e09ffc9f36aa10c', '190.56.50.200', 1654611539, '__ci_last_regenerate|i:1654611539;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606401\";last_ip|s:13:\"190.56.50.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654607395;register_id|s:2:\"19\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-06 10:12:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc360390d57dd3b1136c7edc8a82745908430f5', '66.249.65.174', 1668519220, '__ci_last_regenerate|i:1668519220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc503a9086db378576122e51c9b2d62fb5b8571', '144.217.135.203', 1675113004, '__ci_last_regenerate|i:1675113004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc580f146db6580c76055e7c167154e716607d9', '190.148.252.76', 1654295924, '__ci_last_regenerate|i:1654295924;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654118076\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"7bQocrM3XtugawFV4ONR\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc6022d21a6779fd2f79601ee226717cc0b8c10', '51.222.253.5', 1688059628, '__ci_last_regenerate|i:1688059628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc6dde9c37a22dcab34cfe2b6e4c9ee0be6e936', '190.148.252.73', 1664649903, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664649903;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664649881;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc7db85d6120b079b11490e52895739a5d9824d', '40.77.167.202', 1687583623, '__ci_last_regenerate|i:1687583623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc8c20fd2554198348c91872ca51674cdb5b35d', '190.148.157.98', 1678970328, '__ci_last_regenerate|i:1678970328;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678970305;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc9c8cfd14d82a020243fc0fa7f5db088cebe01', '51.222.253.15', 1681843648, '__ci_last_regenerate|i:1681843648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fcad7011de06a737b50261a4339e8ec5f10bb61', '52.167.144.63', 1686912208, '__ci_last_regenerate|i:1686912208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fcbac0314d7a3ccf0000484b3fd84ec1bedd907', '157.55.39.112', 1662535700, '__ci_last_regenerate|i:1662535700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fcc1aa23f6ac6ef4a78eb415a6649e1a1223f6c', '157.55.39.65', 1661950840, '__ci_last_regenerate|i:1661950840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fcc38973856e7380e09539827cf066d7ca59ad6', '17.121.113.219', 1653147838, '__ci_last_regenerate|i:1653147838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fcc41a1d17fe423bd1b29e516f9b21424ff600e', '157.55.39.173', 1668631555, '__ci_last_regenerate|i:1668631555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fce48554d3dc089decd0343ab05335c7a5fd070', '194.113.35.33', 1664742752, '__ci_last_regenerate|i:1664742752;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fcf9889492c2bf19e20aa577a7c42e7c7979926', '190.148.252.102', 1681861110, '__ci_last_regenerate|i:1681861110;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681861068;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fd042df8952e794cbc10cab8f01a3c15db87bb6', '114.119.133.190', 1688315588, '__ci_last_regenerate|i:1688315588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fd16acbe8811bf9a92d1a60eb51e6096849eba6', '114.119.143.11', 1685353327, '__ci_last_regenerate|i:1685353327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fd2d82f7c9402a15a46eb66a04bb553172ead3f', '54.36.149.52', 1686007091, '__ci_last_regenerate|i:1686007091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fd44bf11322f869165a5f29f05c30d572f23b13', '114.119.132.18', 1686830433, '__ci_last_regenerate|i:1686830433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fd78f98400294de18650fcb14b5eae6bd413618', '114.119.152.149', 1688025770, '__ci_last_regenerate|i:1688025770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fdc3a54a88175ffd598055cf1c117af2e9f54b3', '40.77.167.178', 1676979715, '__ci_last_regenerate|i:1676979714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fdd71d7e481becedbfc46f7a9b9bd3f9bc506df', '114.119.133.85', 1685557222, '__ci_last_regenerate|i:1685557222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fe0a9d03652cb5ef926a38db3a84d392557120d', '207.46.13.41', 1665052904, '__ci_last_regenerate|i:1665052904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fe13917e78bdb6fe2909bfc962b751513028a62', '40.77.167.192', 1681315842, '__ci_last_regenerate|i:1681315842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fe5436c4e88579527add410df24aa564298043b', '40.77.167.133', 1684132452, '__ci_last_regenerate|i:1684132452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fe7260d52934b7016bc761f2f1ccf6108266f3b', '66.249.79.196', 1687530348, '__ci_last_regenerate|i:1687530348;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fe73fc59fc53f0b1a17a6286d146279d9569dd6', '114.119.136.224', 1684619751, '__ci_last_regenerate|i:1684619751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fe787169b7055836e5517940065eec1ab4cfcde', '190.148.252.195', 1653937487, '__ci_last_regenerate|i:1653937487;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653857434\";last_ip|s:15:\"190.148.252.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653937487;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fe9d8bc04f9e5d64c17379520207d3e69018663', '190.56.49.237', 1665763978, '__ci_last_regenerate|i:1665763978;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665662040\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665763939;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fec736d229dd896787757c87463b316ccff7b51', '200.119.173.78', 1682895166, '__ci_last_regenerate|i:1682895166;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682895159;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fee556d82675d5cfbfcbe2a701d790e34b172cc', '185.27.99.121', 1662866733, '__ci_last_regenerate|i:1662866733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fef6a3101636ff81e5c5ebfceafed6626044102', '52.167.144.162', 1686635368, '__ci_last_regenerate|i:1686635368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff1f9d9678fe054a910fd95a00ba0494247de60', '114.119.129.218', 1685811627, '__ci_last_regenerate|i:1685811627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff2464a3003e36457d26d1109ee33e9c5b4c5ce', '190.122.185.227', 1688495161, '__ci_last_regenerate|i:1688495160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff29c95d1d321c4a09d12f02846d1c22c646437', '157.55.39.253', 1682231345, '__ci_last_regenerate|i:1682231345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff31e07448ca03efe07688657b3f2aa2ac4a52a', '40.77.167.202', 1687212883, '__ci_last_regenerate|i:1687212883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff52ef879e6fe3eb4f3e6b9f016065199e44422', '114.119.141.249', 1688193755, '__ci_last_regenerate|i:1688193755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff5814995711b402606e52e19bae62d824dfbbd', '35.224.35.78', 1651700328, '__ci_last_regenerate|i:1651700328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff58da77bdcfea7a443dd405db2aa3e33e3d9b5', '190.56.49.237', 1665842622, '__ci_last_regenerate|i:1665842622;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665842613;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff6cfbf5b6f110247e76b51c67b911b431c915c', '190.148.158.69', 1685989539, '__ci_last_regenerate|i:1685989539;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685989536;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff6f224cdb672aed75b44a2d7a641932fb307ba', '190.56.32.174', 1676771909, '__ci_last_regenerate|i:1676771909;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676771906;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff7b1c2e7ce48352ff39dc9ee74efbeb9c217a0', '52.167.144.61', 1687962025, '__ci_last_regenerate|i:1687962025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff97697a2df1cdab5321d98a0d0492bdf8b680f', '40.77.167.227', 1678893155, '__ci_last_regenerate|i:1678893155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff97c2f26c71dab4ffe49f9b42329da0f08715a', '51.222.253.17', 1675125579, '__ci_last_regenerate|i:1675125579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ffa556bcbe78eef16e1bf4f3c8e14f2eebc982b', '114.119.149.252', 1687616791, '__ci_last_regenerate|i:1687616791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ffc11fc2d75dad6cadf65d3c94a320f4eef1e40', '200.119.172.60', 1674952943, '__ci_last_regenerate|i:1674952943;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674952912;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ffc4ca7c2a918a1daa7b00111621f6d9d633df7', '52.167.144.162', 1686270695, '__ci_last_regenerate|i:1686270695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ffc9beba7c4c84e5dae7e024fa4623beeb84cb1', '207.46.13.160', 1673850286, '__ci_last_regenerate|i:1673850286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ffca08348d92aed0eba07e9d90658834bf129f3', '52.167.144.171', 1685505092, '__ci_last_regenerate|i:1685505092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ffcd2564044e6a70715bcfb933ca277886c5cc5', '114.119.143.114', 1687903510, '__ci_last_regenerate|i:1687903510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ffd7a7f2f30b1cad61b9cc305da4b088e8fa038', '200.119.173.177', 1685315607, '__ci_last_regenerate|i:1685315607;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685315353;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ffd821181c1a99f51b0ee844de87a20ad8052f3', '190.56.54.156', 1665428065, '__ci_last_regenerate|i:1665428065;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665422218\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"BKe03Hf2q5Z9oIpzXM7J\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40009fbf2ee447c1619c073d077eed50a90ef7ac', '200.119.168.250', 1680824996, '__ci_last_regenerate|i:1680824996;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680824869;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4001023a4a6aec3d4cd6f7ef42252beb38441aa0', '151.204.150.136', 1659094048, '__ci_last_regenerate|i:1659094048;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('400106a77ecb9c1fa335c993200dae9fc5af86d3', '207.46.13.6', 1671755424, '__ci_last_regenerate|i:1671755424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4001376694ade867ddceb6080102209577d10e2d', '17.121.115.39', 1659794842, '__ci_last_regenerate|i:1659794842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4002b1e747cfed4e99c1835d08042bda12b7e851', '190.148.252.88', 1670786819, '__ci_last_regenerate|i:1670786819;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670786811;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4005a69c2344255b6127457f46ce0d83c7d5e25f', '190.56.32.162', 1686443580, '__ci_last_regenerate|i:1686443580;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686443061;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40061f8b6e4776c9935719619a9099ac97cd9073', '190.56.32.243', 1684683087, '__ci_last_regenerate|i:1684683087;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684683084;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4006b533fb10bb4197be7f430c011b9dfb5a00a3', '40.77.167.197', 1678326735, '__ci_last_regenerate|i:1678326735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4007d91e4c86e61e1bc59fba3b1a1e6b50b50b2b', '157.55.39.227', 1688528571, '__ci_last_regenerate|i:1688528571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40093c6c51f6349a61c03a8896971b8ca8550c0a', '114.119.158.137', 1684109353, '__ci_last_regenerate|i:1684109353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40094ddd0a4ce924ca5351856899dfca7e253ce0', '114.119.149.150', 1688408640, '__ci_last_regenerate|i:1688408640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40094f0bb2d02a17a64d4c7a235863d8dfa5ae8b', '163.123.143.82', 1673574322, '__ci_last_regenerate|i:1673574322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('400c8ec3db9e6495fdf1db9a2342ab9600f2067c', '190.56.54.156', 1665433523, '__ci_last_regenerate|i:1665433523;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665430027;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('400c99975b09be584d77888d0d7d639afb4f6f08', '190.56.50.253', 1682525281, '__ci_last_regenerate|i:1682525281;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682525154;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40100b1e095287ed419576553200e65a4778337b', '190.56.32.243', 1684688564, '__ci_last_regenerate|i:1684688564;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684688444;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40114c9a569f4c45f9cc083c9a477438416158a1', '40.88.21.235', 1673989075, '__ci_last_regenerate|i:1673989075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4012461ae11face6f5e3f8c4fad52ff0c9bb2cfd', '190.148.252.88', 1670802059, '__ci_last_regenerate|i:1670802059;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670801997;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('401246fa5e5043b8eff72cc31d2bff6780cc0a59', '52.167.144.162', 1686573546, '__ci_last_regenerate|i:1686573546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4012752cc5ecb2f29781f20860f5eb827f89e949', '40.77.167.37', 1668800917, '__ci_last_regenerate|i:1668800917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4015768fbbd7b77eed28424e1e3e060ba48deab4', '200.119.168.8', 1658081993, '__ci_last_regenerate|i:1658081993;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('401786b17ee15b286b8a2210f668294d9cb7fa4f', '40.77.167.146', 1687811224, '__ci_last_regenerate|i:1687811223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4018a9d56a71523267876d8d57e40a4f5d5f1e32', '205.169.39.208', 1651342483, '__ci_last_regenerate|i:1651342483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4018ba3f772e1713546534f54bcbeeb4eb994d6c', '190.148.252.151', 1671228844, '__ci_last_regenerate|i:1671228844;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671228002;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40193b6f6ca7e8cc2b4e70d3457d2d87b87947a3', '157.55.39.173', 1669419402, '__ci_last_regenerate|i:1669419402;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('401954fd111e7314407bbbfce2b59a276e6b334c', '200.119.172.60', 1674868443, '__ci_last_regenerate|i:1674868443;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674868373;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('401978ef62b2653018e2fe5fc3571f3a7beb82c1', '17.121.114.159', 1658924325, '__ci_last_regenerate|i:1658924325;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4019a38039fbe7373b7c2a62245be825323f27ab', '200.119.172.60', 1674768748, '__ci_last_regenerate|i:1674768748;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674748155\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"y8W6cfb7KCtrZdH0Y4Ns\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('401c1b9f4f282323b1b96c22e87035b3216fceb1', '190.56.32.162', 1686592909, '__ci_last_regenerate|i:1686592909;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686066561\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('401c7f0fa716303b83b1de7547bd2546d83fe7ba', '190.148.252.151', 1670967100, '__ci_last_regenerate|i:1670967100;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670967094;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('401d4d8f6630e1818767a3572a073c1b1ad02039', '114.119.136.72', 1687581031, '__ci_last_regenerate|i:1687581031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('401e31c011a6851e778ab82f7dcf7ee14ebed642', '74.208.2.183', 1668050331, '__ci_last_regenerate|i:1668050331;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('401f577fd8b5ba85f7d45b12328954c11da0e107', '40.77.167.192', 1688379751, '__ci_last_regenerate|i:1688379751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4020598156382d916f3b857df3ea5602c648e440', '114.119.158.105', 1687625198, '__ci_last_regenerate|i:1687625198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40205b219623370cc3e60b16796eaf6d64af6ebd', '200.119.174.9', 1674136034, '__ci_last_regenerate|i:1674136034;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674136034;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('402077a1d45949d005874decbf4425decdb08993', '114.119.145.169', 1685053034, '__ci_last_regenerate|i:1685053034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('402608bf696b708ad10f3b9bfc34dc5fe43814c8', '200.119.169.82', 1656512683, '__ci_last_regenerate|i:1656512683;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656467059\";last_ip|s:14:\"200.119.169.82\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656512153;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('402bba3f9c09dea8fbe112a64e0d46bcd373ddca', '200.119.173.177', 1685047103, '__ci_last_regenerate|i:1685047103;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685045435;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('402ebe9960dc79e76ed521fe9099471c61bb1346', '207.46.13.209', 1686035761, '__ci_last_regenerate|i:1686035761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('402eeea3116092a9e0e154b5850939ae67b926ea', '157.55.39.217', 1683265892, '__ci_last_regenerate|i:1683265892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('402f04831aeb8da98b045bc7f4a0c682c09f24aa', '66.249.65.176', 1672066790, '__ci_last_regenerate|i:1672066789;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4030cefbdc9b5c08857431bbaa942d1452427250', '5.188.62.21', 1656408624, '__ci_last_regenerate|i:1656408624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('403349828327c78faaf20cd53d6ca3cee35f4f4c', '64.246.165.150', 1664069196, '__ci_last_regenerate|i:1664069196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4033578b04323c57eb694e4c3410c6f38495d183', '200.119.173.133', 1660848323, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4035352da51850f8f321de15d78d6d0ed55472fc', '40.77.167.146', 1687803338, '__ci_last_regenerate|i:1687803338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4035528db59c31d505b50a6977b13af6e89cdeff', '114.119.128.23', 1685742772, '__ci_last_regenerate|i:1685742772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4035bfd70613212cf4a2acfc244fed788cdc5a78', '206.189.146.90', 1651138827, '__ci_last_regenerate|i:1651138822;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40363fd0b513b169dfca8759f05653e3354fb8ae', '40.77.167.37', 1669030698, '__ci_last_regenerate|i:1669030698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40368b1d05074305b2897cf418c9375b103982c6', '157.55.39.51', 1668834275, '__ci_last_regenerate|i:1668834275;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('403caf4a1e343d38954aa643cbf3488a0eac1f33', '52.167.144.171', 1684833478, '__ci_last_regenerate|i:1684833478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('403d2354d2a4dc7f48d5690d39c3ed2c8ab2947b', '51.222.253.18', 1661129654, '__ci_last_regenerate|i:1661129654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('403f5b23161e19fe0c0cb0369f6b9c7ffc5c1065', '207.46.13.17', 1673614808, '__ci_last_regenerate|i:1673614808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('403f79552b1728559d6f5ca7d28f8d96940aaa53', '190.148.252.73', 1664659471, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664658969;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664659112;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40402ffc82c2a4e3ae12b6b5c4306054f25dc79f', '40.77.167.43', 1654329180, '__ci_last_regenerate|i:1654329170;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4040476058ed65db4cf8a720c273b02dd656da11', '207.46.13.53', 1662627211, '__ci_last_regenerate|i:1662627211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40411d29467848d28e60fc09e15a7cd77f5df365', '190.148.157.80', 1669336581, '__ci_last_regenerate|i:1669336581;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669336550;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('404288e3a8decb579c6aa941f86a39df505380c8', '190.56.173.152', 1654902865, '__ci_last_regenerate|i:1654902865;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654901932;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4042c762ffd0c64f49f3c04dd727f10a312b7cc5', '51.222.253.20', 1673634543, '__ci_last_regenerate|i:1673634543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4043ba664441ab43c3d28d7b6d67ce2d03da8cbd', '17.121.115.46', 1652103702, '__ci_last_regenerate|i:1652103702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4043d62f061444030d5d98c929c0e276e98fee14', '114.119.137.98', 1684933353, '__ci_last_regenerate|i:1684933353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4045c0ed61ad99e205304387ceaaae7295073464', '157.245.254.89', 1655521012, '__ci_last_regenerate|i:1655521011;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('404bc29e71dc4ec965d4ff0c1848f9d3ef698bf3', '40.77.167.80', 1686862186, '__ci_last_regenerate|i:1686862186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('404c359d40941cd01c0c25d5acf11a005976739c', '130.245.169.247', 1657277742, '__ci_last_regenerate|i:1657277740;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('404d8cbad5cc33eecb4260de85619721d8fc7553', '190.148.87.21', 1669837440, '__ci_last_regenerate|i:1669837440;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669836224;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('404db2396061a68525bbc3a3d28db846b027b904', '157.55.39.217', 1683332423, '__ci_last_regenerate|i:1683332423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('404e8d37e626e6069e1e6e5f292c26ac87c8e57a', '66.249.73.10', 1682134111, '__ci_last_regenerate|i:1682134111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('404f01a64b47d20ebf928636004c97b176af25d5', '20.109.126.100', 1652762431, '__ci_last_regenerate|i:1652762429;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4050441b127dc9e2d4f1fbaefde9ae85d9d07fee', '65.21.206.46', 1655278658, '__ci_last_regenerate|i:1655278658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40505da790b0fdb797418ab1cb4b004d21c13434', '190.56.50.50', 1659708354, '__ci_last_regenerate|i:1659708354;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659662119\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659703889;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4052f550e1c1d1390c4127fdfdbbfda3ae1b655a', '200.119.172.95', 1659743299, '__ci_last_regenerate|i:1659743299;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659711480\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659742967;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405337d313a2c280316d07adb8ad09cde4797440', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405769cfcad8810d6ca2c93b06f2f11d336065bb', '40.77.167.192', 1681521420, '__ci_last_regenerate|i:1681521420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4059b79e0331e59798464af0056c379ac1cff496', '190.148.252.183', 1681435359, '__ci_last_regenerate|i:1681435359;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681435051;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405a1b3bd34e609e69c98eea5fa8fde12686e61a', '157.55.39.62', 1659853862, '__ci_last_regenerate|i:1659853862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405a5503bd9770ccb2784cfc3b188f9577848d3f', '207.46.13.207', 1681538250, '__ci_last_regenerate|i:1681538249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405a98a16964a995394ea958558804c76fa489c6', '190.148.158.75', 1655211334, '__ci_last_regenerate|i:1655211334;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655153139\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655210841;register_id|s:2:\"23\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-13 15:55:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405a9dc88a27793ef4c37292e4ca23aa73c0d1db', '190.148.252.111', 1678135442, '__ci_last_regenerate|i:1678135442;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678135390;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405b0d7c1cc6b016a91d7f06b3d063ef267a0e30', '200.119.174.9', 1674257393, '__ci_last_regenerate|i:1674257393;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674257328;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405b4c0116da562a92b57c5951d0cb82978bfb11', '66.42.57.193', 1656961406, '__ci_last_regenerate|i:1656961406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405c1cb87e813a318e7ba1572f554360d4c472e9', '51.222.253.1', 1685866045, '__ci_last_regenerate|i:1685866045;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405c408c076762acbde200295117781b500760b1', '190.148.157.53', 1684082863, '__ci_last_regenerate|i:1684082863;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684082859;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40603642bbc3de935605d1262ec3c7bfeb8700b9', '207.46.13.160', 1673600467, '__ci_last_regenerate|i:1673600467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('406037f3b9ea80257aaac4e9029094afc7d72f18', '40.77.167.123', 1683491069, '__ci_last_regenerate|i:1683491069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40608667428501afde0067ea5a4f4ce9a6f71b15', '52.167.144.164', 1685416326, '__ci_last_regenerate|i:1685416325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40611e527b27e077c2acba2cb9999ed99f99dccd', '207.46.13.17', 1674305599, '__ci_last_regenerate|i:1674305599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40621ba69c47e8f5ca07ef6d683a426f32d39f4b', '40.77.167.246', 1677285130, '__ci_last_regenerate|i:1677285130;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4063eb7ec06321f6feaa4ee813b74e1f4690d6bb', '114.119.135.92', 1686484189, '__ci_last_regenerate|i:1686484189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40673593576d4ea38ae07eed93e47644c3fe86b1', '40.77.167.182', 1683214833, '__ci_last_regenerate|i:1683214833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('406772c697e08fe09f78bc0b26f1fa5ea408dd00', '40.77.167.27', 1660423142, '__ci_last_regenerate|i:1660423132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4068d13f675bcda935f3b3227a30585f77648239', '157.55.39.80', 1670719096, '__ci_last_regenerate|i:1670719096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40698f6e98a32a4b36ae1e5165ecead097b3bc6b', '52.167.144.98', 1686581767, '__ci_last_regenerate|i:1686581767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('406a4b1f4c36cbc12404da7ac1be6d1963a1e463', '200.119.170.209', 1656970964, '__ci_last_regenerate|i:1656970964;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656708580\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"w3p07iCSKkrqe8XDU9Ba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('406a884fc33a3cf9faef1a92e66562912ae9829b', '207.46.13.17', 1674339665, '__ci_last_regenerate|i:1674339665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('406cfcfb25ba51d4957367ab6d2ad9dae8514c37', '40.77.167.13', 1672240052, '__ci_last_regenerate|i:1672240052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('406d386642a00faed223d3db6d32366ca63cf3a1', '190.148.87.182', 1679763356, '__ci_last_regenerate|i:1679763356;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679763316;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('406ee328c0031ddf05088044f3c2fa1c951ede1b', '54.185.147.86', 1669037566, '__ci_last_regenerate|i:1669037566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('406f6b3bc5621c062ce8ddbab344646be9c24993', '157.55.39.28', 1667806030, '__ci_last_regenerate|i:1667806030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4070e9cfdda570333aef1d51dfeb02f4bbbedce0', '24.199.84.191', 1681338464, '__ci_last_regenerate|i:1681338462;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4071f153f17689db44de8ce8133d55c05dd616f6', '190.148.157.88', 1668547121, '__ci_last_regenerate|i:1668547121;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668547117;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40739228615de3c27fd21f2eaf654bb2bea4936f', '157.55.39.179', 1671972172, '__ci_last_regenerate|i:1671972172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40748327df83a473b0255544f65be95f5aea9ac4', '190.56.32.162', 1686271885, '__ci_last_regenerate|i:1686271885;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686271856;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40758329bfdc733d581c0f4faca511a61d4d5e1e', '190.148.158.151', 1677453399, '__ci_last_regenerate|i:1677453399;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677453377;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('407b403554c6fa61ef23506a6e6af1e1d2045f05', '130.255.166.26', 1683770790, '__ci_last_regenerate|i:1683770790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('407cb4e73ba93e571dffa06c3ec007455f40d9d1', '34.213.1.28', 1682389063, '__ci_last_regenerate|i:1682389063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40807eaf2f4ea824f933603ff4d0417bdb2ffc1c', '52.34.99.101', 1673530967, '__ci_last_regenerate|i:1673530967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4081c933da830caa8a8723876825c72e1613a49c', '190.148.252.177', 1674062848, '__ci_last_regenerate|i:1674062848;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673966187\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40885c02c4f9bcddc6b276600b49a7975b3487bf', '207.46.13.217', 1684025463, '__ci_last_regenerate|i:1684025463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4088ef7ecc79ce972b3f3b60ffbe9c309211a926', '207.46.13.179', 1673056526, '__ci_last_regenerate|i:1673056526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('408a47af5728c4ff661040479a3a3a0d6dc32e1d', '157.55.39.79', 1669168274, '__ci_last_regenerate|i:1669168274;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('408ce30158d25f856259ce6546ffa04847553657', '5.157.131.138', 1664742684, '__ci_last_regenerate|i:1664742684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('408e252c639b22373efd862d92772b0e91ea90de', '190.148.157.177', 1682109749, '__ci_last_regenerate|i:1682109749;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682109740;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('408e6e26aa164113b0351c1f1ceeb48ec7ba4402', '207.46.13.229', 1682880936, '__ci_last_regenerate|i:1682880936;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('408f8291148779b23e3e70a54c5a1ba143f59c65', '190.148.87.96', 1678406678, '__ci_last_regenerate|i:1678406558;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1677782480\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('408fb0070a10f14e29f0cbd825fe5292d3ac638e', '200.119.173.78', 1682902682, '__ci_last_regenerate|i:1682902682;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682902567;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('408fc2ff4c9402036231d9e753963176550aec4b', '51.222.253.12', 1686255691, '__ci_last_regenerate|i:1686255691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('409181e8aeb25dc3573242a3ae63b2efb56328d6', '66.249.73.7', 1658401063, '__ci_last_regenerate|i:1658401063;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('409184857bb399a1e998cc627e56fa238629eed4', '114.119.129.82', 1685706441, '__ci_last_regenerate|i:1685706441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4092c024e2e7aeb6e3d8e1e633b2d483aa1ced4a', '190.56.55.48', 1687389785, '__ci_last_regenerate|i:1687389785;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687389777;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4095781f5e9585643d33ef7ac0c8982097619571', '190.56.55.0', 1687785307, '__ci_last_regenerate|i:1687785307;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687784962;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4096016c159fb208f2658f168c80def7083e59fe', '40.77.167.123', 1682855698, '__ci_last_regenerate|i:1682855698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('409738bbc278f8965188fa5ba9ccb6bce53cf25e', '190.148.157.183', 1680558383, '__ci_last_regenerate|i:1680558383;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('409779fc2c3c06378141edd16667c62eb99623d9', '52.167.144.162', 1686652826, '__ci_last_regenerate|i:1686652826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4099309be7d0693ec9acc4c7b09063c1453ad6ca', '18.191.170.48', 1671375497, '__ci_last_regenerate|i:1671375497;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('409b696ae9c13413efcb0b2bcd07d770aa037bee', '52.167.144.162', 1687393075, '__ci_last_regenerate|i:1687393075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('409e210c1544415f8ba0b0ff3baabab14a0835c3', '51.222.253.7', 1650925046, '__ci_last_regenerate|i:1650925046;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('409ec0a4932a727dc5abf86db1d3f7a6052f05ef', '190.148.252.56', 1663886811, '__ci_last_regenerate|i:1663886806;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663859608\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663886806;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('409f993927a3a03419625bb435c7437f8786ad23', '51.158.127.119', 1652923035, '__ci_last_regenerate|i:1652923035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40a0278e6c9b308e98642f89b1eba2db6736e234', '51.222.253.9', 1684329888, '__ci_last_regenerate|i:1684329888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40a25b837692f084f4ec2a760d67e91038908272', '65.21.206.43', 1655670371, '__ci_last_regenerate|i:1655670371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40a398832f7ca414428b63f32198ceb068fd4b3e', '51.222.253.17', 1680561590, '__ci_last_regenerate|i:1680561590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40a4d3c07efdccf264de2f00e3871cf2d03cc128', '190.148.252.183', 1681663533, '__ci_last_regenerate|i:1681663533;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681662646;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40a757911dac2b65da2b6f0a04bc987c76e15ddf', '40.77.167.123', 1684025459, '__ci_last_regenerate|i:1684025459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40a809021586a7d6edb16abc16c9ec0480c5b45d', '141.98.102.235', 1660351555, '__ci_last_regenerate|i:1660351555;error|s:98:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>http://manuelitogt.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40a92e13a7162d98034dc0e9d2ad377ea8ec3bef', '107.178.231.240', 1672575115, '__ci_last_regenerate|i:1672575115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40ab0be0e60f9da7eeaba7ef71c821349ab2464f', '190.56.32.35', 1671986288, '__ci_last_regenerate|i:1671986288;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671984748;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40abbb3d56e8b9090baa8024b80152a226a42b89', '190.148.252.233', 1668889541, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668889541;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668889106;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b0e5806adaa2f6ee98c97503574304a2c26f1d', '130.245.169.145', 1657274130, '__ci_last_regenerate|i:1657274130;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b344afcc1dc013b0f938dddfa7d1ee455c4be8', '190.148.157.98', 1679087168, '__ci_last_regenerate|i:1679087168;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679086678;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b3e495b2eb08078ad15b2296ab7b4539918b70', '51.222.253.7', 1674859204, '__ci_last_regenerate|i:1674859204;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b51fbdf3e3337f7e3970502a2dd785bfc77b0c', '144.76.151.42', 1650866367, '__ci_last_regenerate|i:1650866367;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b5a9bdb9de0778cfb25ff45ef63cabf29df011', '5.188.62.21', 1656406522, '__ci_last_regenerate|i:1656406521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b66414e0cb499dd437931c49b177b8da0d545b', '54.201.123.191', 1677157897, '__ci_last_regenerate|i:1677157897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b67aed67b6a037fd98c097f2e8f961e695e198', '157.55.39.208', 1685949153, '__ci_last_regenerate|i:1685949153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b77edcfc031a2f60971619506e878c224ae1cb', '190.148.157.183', 1680452835, '__ci_last_regenerate|i:1680452835;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680452133;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b7f7d556667d9198e600a15448cb84b49b9254', '182.43.148.98', 1680880722, '__ci_last_regenerate|i:1680880722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b84daf93f9ecdd1857cbca470d5d172c21a1c3', '190.148.87.96', 1678410126, '__ci_last_regenerate|i:1678410126;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678410123;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40b84e9d645362e45a88026b98b09180ca192ff3', '51.222.253.7', 1685107359, '__ci_last_regenerate|i:1685107359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40bb5b3c57382eae218e7651008744d8751687ba', '190.148.158.69', 1685843835, '__ci_last_regenerate|i:1685843835;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685843806;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40bb837827d668e7f2feffdd1e68c3b124f0a9e3', '114.119.150.196', 1686735133, '__ci_last_regenerate|i:1686735133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40bdcb92b161dcf7e541ca84210fbe69597da146', '157.55.39.79', 1669419458, '__ci_last_regenerate|i:1669419458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40c2520ccba7f5d9190c78eab7eaa6d2c3c783e0', '190.56.55.113', 1673471963, '__ci_last_regenerate|i:1673471963;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673471917;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40c3c14e74444d7b97202abb48151d629e09f5bf', '114.119.129.143', 1687642376, '__ci_last_regenerate|i:1687642375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40c3e306359a8774aecae1e3f2ce6d86ed2795d3', '52.167.144.89', 1679274507, '__ci_last_regenerate|i:1679274507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40c50b415cb59f69bf9b44151190693f440a023c', '200.119.173.177', 1685058111, '__ci_last_regenerate|i:1685058111;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685058016;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40c57f15ed5e829b3d109907a63c0260130925f4', '114.119.158.46', 1685624623, '__ci_last_regenerate|i:1685624623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40c6a43c17be2dcbdb7fca565858d343c4e8ba0a', '157.55.39.128', 1674122078, '__ci_last_regenerate|i:1674122078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40c92a9e73c1de96062aded2a8f0091b984b331a', '190.56.55.113', 1673746178, '__ci_last_regenerate|i:1673746178;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673746173;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40cb1acf19a2f677855560ade272dce17e672429', '190.148.87.97', 1655988645, '__ci_last_regenerate|i:1655988645;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655934067\";last_ip|s:13:\"190.148.87.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655988635;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40cbdd9b6f5ca623381f4d7ab73f94469acee2ea', '190.148.87.6', 1668270393, '__ci_last_regenerate|i:1668270393;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40cbec8445122bf4fd3b628af398018fbf5fff12', '200.119.173.177', 1685367426, '__ci_last_regenerate|i:1685367426;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685367356;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40ce4be22981082736e4cac636ee59177903b42c', '17.121.115.48', 1654958566, '__ci_last_regenerate|i:1654958566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40cee3013fe0361682f90cf6762dd8c645976dfd', '52.167.144.76', 1682218803, '__ci_last_regenerate|i:1682218803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40cfa8a3facf4319388b33a7b7ad9d2a137993c6', '190.148.252.88', 1670802638, '__ci_last_regenerate|i:1670802638;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670802585;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40d1757b2ff4d5be2ee9e2bd44260a5d24ecfe85', '52.167.144.164', 1686676765, '__ci_last_regenerate|i:1686676764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40d44a795062603e03db705bb771bdab624fc3f4', '190.56.50.15', 1667094519, '__ci_last_regenerate|i:1667094519;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667094511;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40d489ac3879f05375cf8a8d1b96cdca5cfff293', '200.119.169.175', 1669832828, '__ci_last_regenerate|i:1669832825;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669832761;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40d5b9865f7d9a512ce59a829a6bfc64328048e9', '190.148.252.166', 1658170107, '__ci_last_regenerate|i:1658170107;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40d5cbf07825b485cd50b1fc9cdb6cadf9cb18de', '190.148.157.80', 1669683598, '__ci_last_regenerate|i:1669683598;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669683563;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40d65ec135a64faf9ab78236dbb7421819c67339', '17.121.115.12', 1658324454, '__ci_last_regenerate|i:1658324454;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40d73b519f34267663b7ea1f770bf610d8c796f4', '35.90.118.11', 1686959487, '__ci_last_regenerate|i:1686959487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40d768f85f61ef47fb18d83c58e52cc0fb165824', '157.55.39.173', 1668934983, '__ci_last_regenerate|i:1668934983;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40da20604225036e7598791fcc8bb4243adb0fd7', '190.148.87.182', 1679709314, '__ci_last_regenerate|i:1679709314;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679708916;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40dac369e01759614338ce61524c502c4a71a314', '190.148.157.80', 1669118965, '__ci_last_regenerate|i:1669118965;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1669046932\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40db548c285918f85dc4a209578720c4072b37a4', '157.55.39.217', 1683265892, '__ci_last_regenerate|i:1683265892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40de07baa12792aba4192933205c7e23e22be81a', '190.148.157.206', 1656553166, '__ci_last_regenerate|i:1656553166;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656541208\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656553120;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40de5d7535b46008edaf7380930b6db8daa6f347', '190.148.87.6', 1668434904, '__ci_last_regenerate|i:1668434904;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668434502;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40dee5b8c2321fa617fd4e04edfccc36e739760d', '137.184.49.251', 1656809860, '__ci_last_regenerate|i:1656809860;error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>www.google.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e02d4f00076eab2956d872cba0c2936fc00b07', '190.148.87.96', 1678406860, '__ci_last_regenerate|i:1678406860;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678406855;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e0b285dc29a031d364b7a82a75a4c9e6dcadcf', '190.56.55.48', 1687475190, '__ci_last_regenerate|i:1687475190;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687475161;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e15f0b4475eb2241db8a214b34759ea7eb5086', '200.119.172.60', 1674850241, '__ci_last_regenerate|i:1674850241;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674844679;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e363fa0ad1474563796d2b35714b23f2469549', '200.119.174.139', 1660166416, '__ci_last_regenerate|i:1660166416;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660157091\";last_ip|s:14:\"200.119.174.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"XkVdxg6uWp7eQlFBibM4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e3b5f124b6ae5473323cc37bd1b0aad7fad02c', '157.55.39.79', 1656476944, '__ci_last_regenerate|i:1656476944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e403b290c1ca284dc34ddbad9e9883c504f735', '52.167.144.70', 1688162343, '__ci_last_regenerate|i:1688162343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e5245abb249c753dae768a47399b9a873179e1', '200.119.173.107', 1686846270, '__ci_last_regenerate|i:1686846270;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686846238;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e55ac7f3cf23efeb669c940e0d0b4f13aec1a6', '93.158.91.228', 1687149736, '__ci_last_regenerate|i:1687149736;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e5982df6fc343832db5546d76339fa74a09f5e', '40.77.167.175', 1679894217, '__ci_last_regenerate|i:1679894217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e60c7dff2da907f27e1368f1b2bc18d17ee33f', '190.148.157.98', 1678930003, '__ci_last_regenerate|i:1678930003;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678793200\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678929928;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e68a2b4de67e7962d3421398f22e37bb779814', '200.119.173.177', 1685233765, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685233765;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685233717;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e6fd16135e4716d126da529f1d70e7ed9b7a76', '74.208.2.183', 1668050320, '__ci_last_regenerate|i:1668050320;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40e74b03b8a95f3cd7d57f581d204f2592029ca5', '157.55.39.210', 1680960478, '__ci_last_regenerate|i:1680960478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40ec87f390855d161da8156819840f4c428c9ff6', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40ed90b636c8ee41a7d8bef6725d27dc2c652816', '190.56.173.213', 1683312075, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683312075;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683312045;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40ee372dba3a4683a6ee848596e8a2cf16ec8f61', '40.77.167.225', 1680418105, '__ci_last_regenerate|i:1680418105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40eecaeb6782cdd5475f60a3c883e15472e330a8', '190.56.49.206', 1655431069, '__ci_last_regenerate|i:1655431069;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655414772\";last_ip|s:13:\"190.56.49.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655428436;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40f24ac8e57122d7c0581122efb9e35e16619ebe', '207.46.13.210', 1686959916, '__ci_last_regenerate|i:1686959916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40f3a17c405686fea5a9277b3e010378553ad36d', '52.167.144.63', 1687157112, '__ci_last_regenerate|i:1687157112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40f3db45c9a283e42ec243bb1206ed62681178cd', '114.119.158.189', 1686861686, '__ci_last_regenerate|i:1686861686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40f42a3a0a60c2bfc58b954ea6db613f5f467712', '157.55.39.200', 1665910582, '__ci_last_regenerate|i:1665910582;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40f4922a6c703430110343d0c83df2835c0c09b4', '17.121.115.242', 1656600378, '__ci_last_regenerate|i:1656600378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40f52984d70c5760d15c15de113b7402c98e79f3', '51.222.253.5', 1659095250, '__ci_last_regenerate|i:1659095250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40f74691c1a3b5ba4f8544fc0d3a6e1a1119e9d9', '114.119.151.119', 1688089547, '__ci_last_regenerate|i:1688089547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40f77facb49ce10107578f543c0b108a5473c3a7', '52.167.144.61', 1688004661, '__ci_last_regenerate|i:1688004661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40fb371408e87f246d39f2cf4da52aa71586f40d', '40.77.167.13', 1672187570, '__ci_last_regenerate|i:1672187570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40fbde8273b2aa6c8a2037581afbab3bb4527f11', '190.148.252.88', 1670850015, '__ci_last_regenerate|i:1670850015;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670849625;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40fd7ae4550ebe3ee2cd94f9f4928a41b0447a33', '190.148.157.53', 1683988972, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683988972;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683988782;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40fe14b0bcb87e518ddf1cf4801e3f760680a5b8', '190.56.55.115', 1667480027, '__ci_last_regenerate|i:1667480027;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667480017;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40fecb497d5476fa58fcbd3b1d7cae6faef9f0c9', '130.255.166.142', 1653700971, '__ci_last_regenerate|i:1653700971;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40ff0d001bb350bab359b51325ea2b17379c621e', '40.77.167.85', 1685763508, '__ci_last_regenerate|i:1685763508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410016b9fc08e3dbc65539c7a6ca173bba9bd803', '207.46.13.209', 1681397162, '__ci_last_regenerate|i:1681397162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4101e7c5faab3809f39d2f8aa9a109973b04152d', '114.119.153.113', 1687851318, '__ci_last_regenerate|i:1687851318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4102390b3633919a04a29a8aadf2d6bd01bac8ab', '190.56.32.162', 1686528674, '__ci_last_regenerate|i:1686528674;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686528667;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4105a205296e66fcea5c267e12185c74de82cfe8', '40.77.167.37', 1667647174, '__ci_last_regenerate|i:1667647174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4105ac5cc52fcd23b179e15d4fb745d6b834c9de', '190.56.50.6', 1686955000, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686955000;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686954994;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410608ab4dd2487ec5fe0523ec4a41beca7a21e9', '190.148.157.98', 1679104061, '__ci_last_regenerate|i:1679103840;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679104061;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410637087d973816909d1c11c6d2e3ae5c52f640', '52.167.144.74', 1687972913, '__ci_last_regenerate|i:1687972913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4106d93a46b28291437ccc7f52bc0e534acde593', '51.222.253.4', 1687101054, '__ci_last_regenerate|i:1687101054;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41072c2a2e99de449cfda8ff4f08870cc97b9fb2', '52.167.144.166', 1686834432, '__ci_last_regenerate|i:1686834431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410923573cbf20317b625f5757701ee7b3df9ebd', '40.77.167.11', 1673331914, '__ci_last_regenerate|i:1673331914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410a4303de8b56dfdb0e04a6fc5e08c5137719b0', '190.148.252.111', 1677787987, '__ci_last_regenerate|i:1677787987;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677787980;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410a6605bcad0ed856911e4cd06ced7943e3049d', '114.119.157.39', 1687647691, '__ci_last_regenerate|i:1687647691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410b0745adffad1031a11b026531b490a8c220d9', '207.46.13.160', 1674383336, '__ci_last_regenerate|i:1674383335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410b8467eccadf5e0e067af54fd1e0f7c0f3625e', '200.119.169.55', 1667257334, '__ci_last_regenerate|i:1667257334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410c059bddc49755d443659de140dcb681a1c69c', '114.119.159.64', 1686903021, '__ci_last_regenerate|i:1686903020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('410f1e98e17c8237e98d1de3f65d979531624c5b', '51.222.253.2', 1661857064, '__ci_last_regenerate|i:1661857064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4111765cccc375a3dabffaa4d3060ac46b26b2d1', '51.222.253.7', 1653964992, '__ci_last_regenerate|i:1653964992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4111bac02b633bf18cefe4040986b27cbb3a9d04', '52.167.144.24', 1687962755, '__ci_last_regenerate|i:1687962755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411207d72ce95500d23e7c369ac2705d22e69cad', '66.249.79.199', 1681501001, '__ci_last_regenerate|i:1681501001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41125e37d32956fa03e3c93e35053b6d39b2b05a', '35.215.64.28', 1680896457, '__ci_last_regenerate|i:1680896456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41125f9e165124cf8062016c8088571a3f09467c', '157.55.39.253', 1682243376, '__ci_last_regenerate|i:1682243376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4112fa72b402e93988debf9454f7e4bb429f8eda', '50.21.188.12', 1663642567, '__ci_last_regenerate|i:1663642567;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4114296c45f01e334e4c86fb15faf843b2452b10', '190.148.252.111', 1678019094, '__ci_last_regenerate|i:1678019094;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4114bb75dabd993e59fb5a4a5df99cd4907f57a4', '130.245.169.139', 1657878937, '__ci_last_regenerate|i:1657878936;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4115366c0df7f921c03d103f42d8d8279343fc2d', '40.77.167.232', 1680275349, '__ci_last_regenerate|i:1680275349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4116045baee5bdf40b8890f5aac7f9eb71d3bd60', '185.27.99.132', 1675158326, '__ci_last_regenerate|i:1675158326;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411707fa3a026e72be464995e1734e6c9c913a79', '17.121.114.222', 1661320210, '__ci_last_regenerate|i:1661320210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4117142f4e644b5ce91d068436ed39fea13e14cb', '17.121.114.223', 1652462800, '__ci_last_regenerate|i:1652462800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4117356556d83ce69f2a770f61af3f5cad542aac', '51.222.253.6', 1681952994, '__ci_last_regenerate|i:1681952994;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41192b51112c9c19db1a55995247d3de2d50e450', '52.167.144.98', 1685019611, '__ci_last_regenerate|i:1685019611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41195eee3f5f2de7fac817d359aff41d9de2b812', '54.189.2.4', 1669382010, '__ci_last_regenerate|i:1669382010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4119e609829b877981464435c4a27e5989112016', '190.56.54.156', 1665423601, '__ci_last_regenerate|i:1665423601;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411bc295280c5a7cce8da610dc1d348fcebeec68', '190.148.158.175', 1672451623, '__ci_last_regenerate|i:1672451623;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672451155;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411c2331eb1cdaf6a31d5fb6b6b100225df6ab93', '52.167.144.164', 1684648094, '__ci_last_regenerate|i:1684648094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411ca9bf9b9ad2eeb259541067344c5c64ecd121', '34.143.199.222', 1651501322, '__ci_last_regenerate|i:1651501318;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411cfd39d63391a9c50f3b4ad8ace62674ec6ae8', '52.167.144.109', 1680454088, '__ci_last_regenerate|i:1680454088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411d8512ce2b72a2583955ca25a014f41f991c66', '157.55.39.65', 1661916406, '__ci_last_regenerate|i:1661916406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411dd4917388f3d66864210231b43b9ef48f9147', '190.56.32.162', 1686332314, '__ci_last_regenerate|i:1686332314;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686332298;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411edb1bc91da1b4829af53384b9f75bc656a1b3', '17.121.114.159', 1658262044, '__ci_last_regenerate|i:1658262044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4120e321c1784e30b20589c810d51f76a49d74ae', '190.148.157.177', 1682107039, '__ci_last_regenerate|i:1682107039;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682107034;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4121407bfa828b2014a9f7b883d34c2b9b75c7bb', '190.56.173.213', 1683158081, '__ci_last_regenerate|i:1683158081;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683158074;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4121a5ad7cd5efe16ca411ba78334a9664e02fc2', '207.46.13.12', 1676281622, '__ci_last_regenerate|i:1676281622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4121ae64e16f8f6de9b9ca912ca982c8a417acac', '190.148.157.173', 1652376470, '__ci_last_regenerate|i:1652376470;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652375258;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4122ba64bd1826e604e8bff52fb02f0ec8513d0f', '190.56.173.136', 1687895764, '__ci_last_regenerate|i:1687895764;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687895722;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('412380382b0d5a8dd715617c4210b58922631653', '66.249.65.164', 1669755905, '__ci_last_regenerate|i:1669755905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('412658c57342eaed8f5c3d21d9e6d197ea70e7e9', '190.148.252.109', 1684023282, '__ci_last_regenerate|i:1684023217;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683935211\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4126915a755a142e9b50ca6d7818a3de1eac4161', '54.36.148.149', 1681025466, '__ci_last_regenerate|i:1681025466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4127606f083892bde419f064a9cc16c0e9bde640', '52.167.144.164', 1686202653, '__ci_last_regenerate|i:1686202653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4128388d4d1cbdbc9c555c616c767d893ad4f2e1', '190.148.158.151', 1677534093, '__ci_last_regenerate|i:1677534093;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('412be34bcf856c780f98aacb77c92937edcb3036', '114.119.139.185', 1686883073, '__ci_last_regenerate|i:1686883073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('412cb3313ddeb8a67a6e37fabc8e55ed0bd468d2', '54.36.148.100', 1659669527, '__ci_last_regenerate|i:1659669527;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('412d5ecdc5c4a65f1af10857585310512de4bdf8', '51.222.253.5', 1670968008, '__ci_last_regenerate|i:1670968008;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('412d9b22e37ecfd49a77a4cec3fc786e3af65ffa', '51.222.253.11', 1684060322, '__ci_last_regenerate|i:1684060322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('412e7c9c2d5d5b6e80a1ecaac0a47bbd3f9c41b7', '51.222.253.7', 1651892445, '__ci_last_regenerate|i:1651892445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('412e976f4dc04c4d13d1a5e08cbb765d1325c2a2', '190.56.32.162', 1686401864, '__ci_last_regenerate|i:1686401864;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686401861;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4130b3b3f2a9065cf58204d1e58c66089cfda5f0', '190.56.173.136', 1687910975, '__ci_last_regenerate|i:1687910975;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687866247\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687910949;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41336f47cbee325e10956b35cdd4119d8f977a0d', '190.56.54.77', 1666281451, '__ci_last_regenerate|i:1666281451;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666281393;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4133ed14c022895cdb8c67e912227ffc9efdd3c8', '200.119.173.177', 1684844490, '__ci_last_regenerate|i:1684844490;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684844480;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4135fbfa3ac92b1a8b70415ab7770fa3e4593172', '190.56.54.156', 1665183335, '__ci_last_regenerate|i:1665183335;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665162387\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665179862;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4138282f0a74a3070a49511e337c807af14bd6c9', '66.249.74.107', 1683564945, '__ci_last_regenerate|i:1683564945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('413b310c569ccd04ce1f9d61d8ca3f6214c38163', '52.167.144.171', 1685484958, '__ci_last_regenerate|i:1685484958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4143dcdb75b16f347b1787b48001e5119555694b', '207.46.13.17', 1673821392, '__ci_last_regenerate|i:1673821392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414413285e351ad9a422d9db283f4461df525287', '157.55.39.51', 1668914711, '__ci_last_regenerate|i:1668914711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4145b7848c1515624a52e36d37b69ad73329070f', '17.121.115.85', 1657918327, '__ci_last_regenerate|i:1657918327;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414690258fb1b74ec7ea8828c3b744e6afba3f15', '51.222.253.1', 1684804594, '__ci_last_regenerate|i:1684804594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4148568377f13d96245768ce5ace31f2dd6fde2f', '157.55.39.69', 1671735553, '__ci_last_regenerate|i:1671735553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41487464cb68e2500f764403fad1800a23865058', '190.56.32.162', 1686511844, '__ci_last_regenerate|i:1686511844;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686511795;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41499eb39d9e321615d794b48ee8f12f80d76f5c', '51.222.253.13', 1657209193, '__ci_last_regenerate|i:1657209193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414a198e00c739f140744912130b24328c75adc3', '93.158.91.254', 1669912153, '__ci_last_regenerate|i:1669912153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414a542727e6ec0d098c70ee169bbdb5db59d33b', '207.46.13.217', 1684089251, '__ci_last_regenerate|i:1684089251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414b3c18a622acb997763ca1f1db6e5407e78abf', '190.56.50.253', 1682518424, '__ci_last_regenerate|i:1682518424;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682518361;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414c1eccace6b133fe65e9fc23dc646c04480520', '190.56.50.6', 1686952546, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686952546;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686952545;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414c394a67511947c75a0aaa80d094f815ce8c96', '157.55.39.173', 1669998594, '__ci_last_regenerate|i:1669998594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414ceed81ba00172490d6c16eb458501e300f362', '200.119.168.1', 1655385540, '__ci_last_regenerate|i:1655385540;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655339946\";last_ip|s:13:\"200.119.168.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655385539;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414ea2ed5e74d7bc14055160a4d06a950532a8b3', '207.46.13.154', 1670376841, '__ci_last_regenerate|i:1670376840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414f03630fd50d17a9f9ccc42b848060b546aab9', '52.167.144.162', 1682339881, '__ci_last_regenerate|i:1682339881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('414fb83199e7c5d275c3432e6a36b16264a20a27', '114.119.133.35', 1688271089, '__ci_last_regenerate|i:1688271089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4150875b17afd50d08f660cc5ddbd5d7dde3c367', '190.56.32.243', 1684777648, '__ci_last_regenerate|i:1684777648;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684776722;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('415213011647ec40aa78ab71c424d4b4e05b25fc', '200.119.173.177', 1685235788, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685235788;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685235752;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('415454330717f7ff4cfb64c1febf05199bc786c5', '190.148.252.56', 1663943838, '__ci_last_regenerate|i:1663943838;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663943809;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('415700c2e772b866e14c53ff2dfd92d4da14375a', '190.148.157.53', 1684086385, '__ci_last_regenerate|i:1684086385;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684086021;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4157395139c9f70456dfd4bd9521299b134af2f5', '66.249.65.161', 1671257203, '__ci_last_regenerate|i:1671257203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4157f5ef08c5c771b6f7fa7cd05bfe195bfe1855', '52.167.144.154', 1687590307, '__ci_last_regenerate|i:1687590307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41592ff61ae4ce02e5f2c1d7632ad98a80b0e624', '185.181.60.189', 1669178853, '__ci_last_regenerate|i:1669178852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('415a88ee3e92914d149f46edacf74529acb614b0', '157.55.39.65', 1662466866, '__ci_last_regenerate|i:1662466856;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('415c8e2ec6066c82d8457a2f021f9ce429235fbb', '52.167.144.74', 1688278034, '__ci_last_regenerate|i:1688278034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('415cb8d7ba821c9525edaa29b9d4e1173a1d2515', '51.222.253.18', 1678579668, '__ci_last_regenerate|i:1678579668;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('416079988be285c7969ab745737e7ef848e59bbb', '52.167.144.164', 1686180409, '__ci_last_regenerate|i:1686180409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4160e303375b7ae3e2c1cacddb8ca96b2bc5a4b6', '207.46.13.12', 1675780377, '__ci_last_regenerate|i:1675780377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41615b9a16a626c5c9544ad3e748ec283b213dc8', '144.76.68.17', 1683715088, '__ci_last_regenerate|i:1683715088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4162a959ce940ff4d2bf27ae51177093ac2ac70d', '52.167.144.70', 1688366441, '__ci_last_regenerate|i:1688366441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4162a96d6439cd0e55e93c9cc75ac9c61c67380a', '17.121.114.11', 1652277262, '__ci_last_regenerate|i:1652277262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4162d32ab2f2920a467fcaaee76a39d4637716e8', '34.66.243.214', 1651526182, '__ci_last_regenerate|i:1651526182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4163a15fc6526cff9aa4a37c1299b11c5c9c39f1', '109.237.97.227', 1680003833, '__ci_last_regenerate|i:1680003833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41647bf784a3da36a115f0d819fe71646690b8cf', '149.56.150.91', 1685001431, '__ci_last_regenerate|i:1685001431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41650c94f5bdc376e879c0a733bb52a43ddd0f50', '190.56.50.253', 1682516123, '__ci_last_regenerate|i:1682516123;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682516119;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4166c75a348e754c9351b5a02a74ec1dbad2f42f', '52.167.144.28', 1678967931, '__ci_last_regenerate|i:1678967931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4166efeaea957703c96701125c7ddcef46f33452', '69.160.160.60', 1662188503, '__ci_last_regenerate|i:1662188502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4166f3032088906500a6500ac9cea21eb8faa399', '200.119.173.130', 1675896272, '__ci_last_regenerate|i:1675896272;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675868530\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"qnVJ61rCeWPcTtNvHgmI\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('416752adc33b7138d6b06e049bc18f8c214ef13f', '190.148.252.116', 1653408462, '__ci_last_regenerate|i:1653408462;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653352332\";last_ip|s:13:\"190.56.49.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653405722;register_id|s:1:\"9\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-23 12:00:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4169e709b3c4454fbdba1d3b6cf23e72985e885e', '17.121.113.203', 1660443944, '__ci_last_regenerate|i:1660443944;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('416bf8e4e86b558af676c9fe09157ac1bbb2d51f', '190.56.173.213', 1683404902, '__ci_last_regenerate|i:1683404902;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683403909;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41707423eece63103e68dcf8bcacda42a2c5ffc8', '18.237.33.217', 1671024136, '__ci_last_regenerate|i:1671024136;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4170b4d1d65074f6d936d04d3c99534470eac148', '52.167.144.164', 1684629255, '__ci_last_regenerate|i:1684629255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4170ffe9b9f9c08aa865abd31256543871d6de16', '52.167.144.98', 1685751176, '__ci_last_regenerate|i:1685751176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('417183e8ff5376f58840ad0e6f926c728c066710', '190.104.119.148', 1651243282, '__ci_last_regenerate|i:1651243282;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651169832\";last_ip|s:13:\"190.56.32.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ozmL7Qd6n4KJEjhfyX3l\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4172b804d4de2efa43fc57a503283b92fb503317', '52.167.144.171', 1685407308, '__ci_last_regenerate|i:1685407308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41730f1876457abdab1c75a5eeb83de5b07b18fa', '190.56.50.6', 1686917047, '__ci_last_regenerate|i:1686916772;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686845534\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686917047;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41740c3a6c02e351acece3d03d83548307928468', '17.121.114.243', 1653742577, '__ci_last_regenerate|i:1653742577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('417574747b8c0b9f554eff9ea391066cb4a7f180', '52.167.144.133', 1685157038, '__ci_last_regenerate|i:1685157038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4175b8c379b1785c67d1723f47da65966b2dd9f6', '200.119.173.177', 1685024985, '__ci_last_regenerate|i:1685024985;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685024597;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4175c6865ba7007323958ed868bc948cac5051a4', '173.249.31.237', 1659409245, '__ci_last_regenerate|i:1659409245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4176795a09b53834faabcb83a6a02f795ca9dc0d', '40.77.167.30', 1656737683, '__ci_last_regenerate|i:1656737674;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41781e67e1567bf3552f26c08e423aa5b575554b', '40.77.167.43', 1654820045, '__ci_last_regenerate|i:1654820045;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('417af358a62a895384a51f1bd1b4c63911723907', '157.55.39.62', 1659810973, '__ci_last_regenerate|i:1659810973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('417f9f2e91004295427ddc16c725552508bca35c', '190.148.87.96', 1678457927, '__ci_last_regenerate|i:1678457927;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678457860;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41811fd7044af8dea323bff6cfdb97c161840c50', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41819c10bb0c37d56fac4a630c11902c6b5d1110', '54.36.148.91', 1656852436, '__ci_last_regenerate|i:1656852436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4183514b6b7524674766f9757d09e0b9de73d7da', '40.77.167.27', 1658237168, '__ci_last_regenerate|i:1658237158;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41851f6f7b3ada2c89482b7b51fa83fb44293779', '190.56.173.167', 1650898693, '__ci_last_regenerate|i:1650898693;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650898127\";last_ip|N;avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41852fd9d52c97c9d0c7b2e901384aa78770d000', '144.76.67.169', 1661938550, '__ci_last_regenerate|i:1661938550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('418538822b3d611e9f9981122ad88f106eb08ea9', '40.77.167.123', 1683017680, '__ci_last_regenerate|i:1683017680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('418677b5578a7d2bee203f2087c887ebc836423a', '35.215.64.144', 1676808932, '__ci_last_regenerate|i:1676808932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41879cb893bfb3197186fdabed11e8e574ef69f5', '51.195.216.255', 1650899379, '__ci_last_regenerate|i:1650899379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4187cc52676c64130bb7762c67cd1ffd55754d97', '52.167.144.98', 1686177663, '__ci_last_regenerate|i:1686177662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4188b6638d5dde37b23ee5743a63cc5abcad9273', '190.148.87.96', 1678556237, '__ci_last_regenerate|i:1678556237;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678553556;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4189900b72768c9bddeeb78613ee270e2fafe5d0', '200.119.172.60', 1674755158, '__ci_last_regenerate|i:1674755158;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674755121;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('418a622a3cbe9118ab4eeafe9811da3350344b59', '114.119.162.170', 1688094125, '__ci_last_regenerate|i:1688094125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('418ac174f23801281f79f612e63e796c2b3eb662', '200.119.173.130', 1676071653, '__ci_last_regenerate|i:1676071653;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676071201;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('418cd709c22f01275d98eff9cf5bf6c803cde4d4', '200.119.168.9', 1656342754, '__ci_last_regenerate|i:1656342754;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656333448\";last_ip|s:13:\"200.119.168.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656339788;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('418ce0e94125425780b95caabf478f74a6f2d8a6', '52.167.144.162', 1686577681, '__ci_last_regenerate|i:1686577681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('418dc9b455d8a78de919c58e33d998bf5e686f55', '190.104.119.122', 1651019353, '__ci_last_regenerate|i:1651019353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('418ec0cd97d1c8c073bed3d4626d3aa1f8a0e595', '104.244.72.115', 1672628423, '__ci_last_regenerate|i:1672628423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('418f6e27ae7ca7f0a9e25a1e8218ccdb6e7801f0', '157.245.254.89', 1655521005, '__ci_last_regenerate|i:1655521003;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41904a32e2662cd41ed5705a934b7b04e819b426', '190.148.252.139', 1679401727, '__ci_last_regenerate|i:1679401727;requested_page|s:13:\"admin/welcome\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679312373\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679401698;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4190ce09fa31267fb01fa5639db689847ccfb67c', '200.119.170.221', 1664483526, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664483526;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664482732;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41936a337294f7f2f85c548b4a72419af816201c', '157.55.39.112', 1663374642, '__ci_last_regenerate|i:1663374642;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4193edcf3538206110fe6616dd8d5ebf1df5852f', '200.119.168.250', 1681176350, '__ci_last_regenerate|i:1681176350;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681175863;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4196811af97c2876e7862d6e41a603ad3d68ba5b', '114.119.132.103', 1686460043, '__ci_last_regenerate|i:1686460043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4198b47698aa239780542a74bd1604fe7890d696', '157.55.39.125', 1653515065, '__ci_last_regenerate|i:1653515065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4199e81702a0fd135d09528f95622cb0bea52e0a', '54.37.233.116', 1650851774, '__ci_last_regenerate|i:1650851774;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('419b5ddb79fd817ff91758e4b0954007f5072704', '40.77.167.49', 1664302445, '__ci_last_regenerate|i:1664302445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('419cbd43f8c47a4965ccca1e5e064457ff13a96a', '149.57.16.7', 1653806988, '__ci_last_regenerate|i:1653806988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a170b6144b0eef331cf987ba7c953285349b78', '200.119.168.250', 1680883714, '__ci_last_regenerate|i:1680883714;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680883224;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a1f6b808d571629baade4cfc2e5e9f1eaa6ab9', '143.110.162.209', 1687301199, '__ci_last_regenerate|i:1687301199;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a40a338242d1392348c785bb73be31c6f95552', '45.140.185.39', 1658702287, '__ci_last_regenerate|i:1658702287;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a5679e6faf43dc805edb25b477e86280353c7a', '66.249.77.39', 1680665932, '__ci_last_regenerate|i:1680665932;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a5bb9dcfb0fa33a1c346f5c2f01a0380643342', '40.77.167.192', 1688366451, '__ci_last_regenerate|i:1688366451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a6a1551833c23d89b2f1f1bffeb1397318668e', '40.77.167.175', 1679852650, '__ci_last_regenerate|i:1679852650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a7463ae937fd3aee6740e19eddc7bacb5cec6b', '51.222.253.4', 1681706957, '__ci_last_regenerate|i:1681706957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a77e97aaed2feacb7e8eba68e5a561b6f4515e', '190.148.252.96', 1673115619, '__ci_last_regenerate|i:1673115619;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673114903;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a865e83c2adfb20a896fcda08afc1cf77a4819', '193.201.9.12', 1655213390, '__ci_last_regenerate|i:1655213378;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41ac91bd9dfffd68affe94a91c9d35104d71955e', '157.55.39.100', 1672390030, '__ci_last_regenerate|i:1672390030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41acc0ca73f3c8b4831d76ac9f6c9be2e7037102', '190.56.49.206', 1655416779, '__ci_last_regenerate|i:1655416779;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655305789\";last_ip|s:14:\"200.119.170.10\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"nbxioBEjTlHCw1FVRMgG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41ad50f227ebea51fbcbf8c693665a6b17bb8f90', '190.148.87.6', 1668444629, '__ci_last_regenerate|i:1668444561;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668436606\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"73UJAf54oZHlNTOgVX9p\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41ae3e92d0ade50d943c9610a056bef8102dce19', '52.167.144.164', 1685760654, '__ci_last_regenerate|i:1685760654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41af6cbe9850eb13a6ca1142c00259ff83490fcd', '51.222.253.6', 1684727702, '__ci_last_regenerate|i:1684727702;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41b0e93eb07321e4ea109bfe196de06b9bc7847f', '190.148.252.183', 1681390633, '__ci_last_regenerate|i:1681390633;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681311299\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681390619;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41b4cf74fb48a71b421a35d1190639cd6da52142', '40.77.167.133', 1683982375, '__ci_last_regenerate|i:1683982375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41b5d1c72cacbb4eb122778c1ec70f7f017939b4', '52.167.144.162', 1687268528, '__ci_last_regenerate|i:1687268528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41b5de4802a9c73a4e414daa80134d08cafb9d4c', '51.222.253.9', 1675845131, '__ci_last_regenerate|i:1675845131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41b664671a804db037af288724f0998110aa552d', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41b70672c78b06c038ae493896bed360652a6997', '52.167.144.73', 1679524183, '__ci_last_regenerate|i:1679524182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41ba1d39b5d08c68884cc2e820e62ba5cc7f5d4a', '207.46.13.48', 1662998938, '__ci_last_regenerate|i:1662998938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41ba80fb4334a6c63488a788ac459b0da43324e2', '200.119.174.30', 1667517168, '__ci_last_regenerate|i:1667517168;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667517072;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41bb843e759b8a0afd40bbe2680eab0251d76afe', '52.167.144.70', 1688110795, '__ci_last_regenerate|i:1688110795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41bca4fb53e1c3c4011cb05f857521776a803fe4', '114.119.157.132', 1688126191, '__ci_last_regenerate|i:1688126191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41be7cee2d7d1e60e05fc556128b83dbc5f75a78', '200.119.174.132', 1663799050, '__ci_last_regenerate|i:1663799050;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663784692\";last_ip|s:15:\"200.119.174.132\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"rwteZ2z7PBpUyK6fjAdl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41bee51e3923bc302f55228ca7bf3ab74a12a952', '17.121.115.106', 1659502364, '__ci_last_regenerate|i:1659502364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c2bf015f75effe6199ef93ae732a6db26f6cf2', '190.56.48.81', 1666015342, '__ci_last_regenerate|i:1666015342;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666015285;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c370cad13a9c5c4d43c3e2bd4d7629cd006ff5', '207.46.13.212', 1676930457, '__ci_last_regenerate|i:1676930457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c37de04b0e57f93667851732dbefd048de173d', '5.188.62.21', 1656439465, '__ci_last_regenerate|i:1656439463;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c3e8f57b83458cd15d0cf471dce48deb6edd3c', '114.119.128.196', 1687735495, '__ci_last_regenerate|i:1687735495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c52dbec77f72b5f1d59fe2dc902a1b5b514d0a', '52.167.144.63', 1686900022, '__ci_last_regenerate|i:1686900022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c80df576288bb2956f92e60aca0a0c3b71c03a', '52.167.144.98', 1684833486, '__ci_last_regenerate|i:1684833486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c88e0d0ee0b5e3adb4680734d4e4451a758004', '50.21.188.16', 1675140691, '__ci_last_regenerate|i:1675140691;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41c95fd367670c847b51acbb6759f4947eb21f66', '51.222.253.20', 1653387020, '__ci_last_regenerate|i:1653387020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41cb11cd039adc6f922b3ed7e80a7c7c77d74f06', '190.148.128.36', 1664240365, '__ci_last_regenerate|i:1664240266;requested_page|s:15:\"admin/customers\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1664239854\";last_ip|s:14:\"190.148.128.36\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41ccdc4a04ab0329a92164cb05879d7b22a21d0d', '190.148.252.102', 1681862279, '__ci_last_regenerate|i:1681862279;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681862230;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d09a036d22ba5552879657a3264827116be8ac', '114.119.131.248', 1684316273, '__ci_last_regenerate|i:1684316273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d131bc901183ae0ea9d3d89ffcf4e6c186de68', '51.222.253.14', 1681737715, '__ci_last_regenerate|i:1681737715;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d162dbd5c3c642af5379aaf283bd16eaa4ca6f', '157.55.39.125', 1653525160, '__ci_last_regenerate|i:1653525160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d1811511cb44394022f768e1aa23bb9f377d0d', '17.121.112.46', 1650892036, '__ci_last_regenerate|i:1650892036;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d3940311894bbc73aeadb11de26345a5d41c1f', '200.119.169.59', 1661272419, '__ci_last_regenerate|i:1661272419;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661271776;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 08:49:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d4469f1435ae3e09da9fe4d1e2ae5948ac4d87', '114.119.147.116', 1688121138, '__ci_last_regenerate|i:1688121138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d4c4ae1ddc5f3c44163762d4be52fcd6529e9a', '207.46.13.205', 1671234195, '__ci_last_regenerate|i:1671234195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d5eea8fdd2de41385f408f4381923600e5e44c', '157.55.39.100', 1671956119, '__ci_last_regenerate|i:1671956119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d649179d54a1fff699babeb7bc832767427ea6', '198.235.24.16', 1659516674, '__ci_last_regenerate|i:1659516674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d69611fa3ef2b6e7404cd092635d8bdf48bdbf', '52.167.144.98', 1685108785, '__ci_last_regenerate|i:1685108785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d6dcf0e65e8e72f88d4834b69a860f0b32bfea', '72.14.201.212', 1687530835, '__ci_last_regenerate|i:1687530835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d71ab46e674ea255d94e90d79aafce4edccd25', '190.104.119.122', 1650985431, '__ci_last_regenerate|i:1650985431;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1650734207\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1650984345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d87d7d3d36e78de4d3b78a9b3a7b6aed528b45', '157.55.39.94', 1672603574, '__ci_last_regenerate|i:1672603574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41db2b5a6fe5129599a3b46eff1e33b608cbc87f', '190.148.87.6', 1668440213, '__ci_last_regenerate|i:1668440213;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668440210;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e1667c95e77ee2e38d87904194543ca95a949c', '190.148.252.183', 1681408466, '__ci_last_regenerate|i:1681408466;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681398304\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"097cqR8IS3DHCBN25dZe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e18c08f8c62fd7da9ba6f282e1fb33bc713507', '207.46.13.6', 1672062414, '__ci_last_regenerate|i:1672062414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e252f590a31e4b516611b99ea2601d5e4f2128', '149.57.16.7', 1653807012, '__ci_last_regenerate|i:1653807012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e26e1e11e0060fa7086a2a571fa6ff2bb4f24d', '190.56.54.156', 1665156264, '__ci_last_regenerate|i:1665156264;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665153388\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665155800;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e2fec79209708352ee278ad64b6299146c60b9', '17.121.115.37', 1652188066, '__ci_last_regenerate|i:1652188066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e34993cee494a94a4aec491a184048bbc563c1', '157.55.39.105', 1674176346, '__ci_last_regenerate|i:1674176346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e3eee36ade5d8974bada7d11028c4fbbf435ee', '17.121.113.203', 1660376210, '__ci_last_regenerate|i:1660376210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e4e20ca229910b83c5f5412e353c5295f7f7e8', '52.167.144.98', 1686691990, '__ci_last_regenerate|i:1686691989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e511e4c313a902175066306e749268f8038216', '114.119.147.60', 1688332551, '__ci_last_regenerate|i:1688332551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e529a8e826e0d2a5b0ba471b93ffeff1c0b029', '40.77.167.225', 1676527733, '__ci_last_regenerate|i:1676527733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e5b0d26c7bda53f751921fcaa303bc709ef49a', '51.222.253.3', 1679899924, '__ci_last_regenerate|i:1679899924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e626e92adb02a34a186ecaa6d8f7eec2569d2b', '157.55.39.225', 1678271711, '__ci_last_regenerate|i:1678271711;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e6f888dcb05dcee4e3dd446c25878b483ebe12', '190.148.157.173', 1652753046, '__ci_last_regenerate|i:1652753046;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652732965\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652752706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e7154dee2c8f359073016a407fbff1877cdb9e', '207.46.13.48', 1653046528, '__ci_last_regenerate|i:1653046528;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e87d3d13884e287c99965e6e22443fbca902b4', '52.167.144.160', 1685927730, '__ci_last_regenerate|i:1685927730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e8800f31ff061c98d869d2b19742904a2d849b', '66.249.79.199', 1664836100, '__ci_last_regenerate|i:1664836100;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e8b04d3c72a884059f57f4f716f97530904d50', '207.46.13.138', 1674573022, '__ci_last_regenerate|i:1674573022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e9484bf3256e15568c19ca50e2d6bf45b85944', '52.167.144.154', 1687653190, '__ci_last_regenerate|i:1687653190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e9c736037b1553057b44b134487f1c23feb561', '54.227.32.154', 1650873763, '__ci_last_regenerate|i:1650873763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41ea28075c26dd451d9e72c494cfd8064a2f16f0', '52.167.144.162', 1682611589, '__ci_last_regenerate|i:1682611589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41eaf87fa90dbf4f0a0571bb1270c10e754203d8', '130.255.166.195', 1655824104, '__ci_last_regenerate|i:1655824104;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41eee883a8a4ba7fb81a35c79a3e40518046da6a', '157.55.39.62', 1659681243, '__ci_last_regenerate|i:1659681243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41ef11f1774289ddec200d2199ddca2e3687b195', '52.167.144.82', 1687550150, '__ci_last_regenerate|i:1687550150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41f25bb9df367eee81210e09cc034ee6185f7954', '157.55.39.51', 1669419362, '__ci_last_regenerate|i:1669419362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41f3f08cb26574ccdb66318fbb30ca773daa5c04', '44.234.60.96', 1654488505, '__ci_last_regenerate|i:1654488505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41f3f9a2f0657aceafd5fb1428f61377f73e7173', '190.56.54.156', 1665351023, '__ci_last_regenerate|i:1665351023;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665349847;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41f4493c5cfff89e5acf882c08f9ce46d1b15fda', '17.121.112.53', 1668450734, '__ci_last_regenerate|i:1668450734;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41f67672168ce1d2f34e84871df25f0ac863d5e4', '40.77.167.202', 1687782395, '__ci_last_regenerate|i:1687782395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41f67b630950f85b38b2154376ea545ea018ddda', '52.167.144.164', 1685384293, '__ci_last_regenerate|i:1685384293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41fce608c4d121df125143f0ba72b4da9de5aff6', '114.119.151.185', 1687511728, '__ci_last_regenerate|i:1687511728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41fe0d8d079c12366bb30feae7fde17d1d2b5acb', '52.167.144.162', 1686467779, '__ci_last_regenerate|i:1686467779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('420159f89af27c1aa7b540adbf9c4f22dac6b2bd', '114.119.143.101', 1686577428, '__ci_last_regenerate|i:1686577428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4201dc0127f3b2685cd9bf2a0fb54df11abe1fe7', '207.46.13.10', 1671347507, '__ci_last_regenerate|i:1671347507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4203aede5e2d5f7ced3430fac164a830f1faf0ac', '52.167.144.43', 1683842375, '__ci_last_regenerate|i:1683842375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4204fd2bc7fdf4285af5f50d717f3c651b3b74d9', '190.56.173.136', 1687973838, '__ci_last_regenerate|i:1687973838;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687973793;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4205b04d4e274adf760e7e352163915413e4c7e2', '52.167.144.82', 1687450623, '__ci_last_regenerate|i:1687450623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4206bab2d4bd08a97caeac653b033ba2c9681b6e', '190.148.158.175', 1672157720, '__ci_last_regenerate|i:1672157720;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672157694;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('420937f6131ba7cdc7be614d4ba1f2d89a78a374', '93.158.90.69', 1663652067, '__ci_last_regenerate|i:1663652067;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4209c378fcb77220d6b78426f2143176d92696a5', '51.222.253.10', 1654804465, '__ci_last_regenerate|i:1654804465;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('420ba9e973ea763cedfa132ad27e3f5aec892b3b', '157.55.39.79', 1671234170, '__ci_last_regenerate|i:1671234170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('420bc59c9adf810e9ccdd94bf0ab21bb62d17e9a', '114.119.139.226', 1686049182, '__ci_last_regenerate|i:1686049182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('420be144389226998b44564fe1b386191e6d82d4', '114.119.151.81', 1688522325, '__ci_last_regenerate|i:1688522324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('420d3401766592d9fd399e786a9b8b15b59d5ed3', '190.56.173.213', 1683504988, '__ci_last_regenerate|i:1683504988;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683504902;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('420dbbf3d03dcb182a8cdf38c472c9e1c881c893', '52.167.144.98', 1685760628, '__ci_last_regenerate|i:1685760628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4211fd1429ae25f7a53c94ef89c5f7d41d55adee', '51.195.216.255', 1650742688, '__ci_last_regenerate|i:1650742688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('421382196227900f36f0116b9272c6c32e564446', '114.119.133.222', 1687505485, '__ci_last_regenerate|i:1687505485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4213904fc1b6a8f360dad26a7263d1b0b9e8566d', '17.121.113.4', 1652889478, '__ci_last_regenerate|i:1652889478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4214509a62a4cfdbfb2fd570237a6127d9863a8e', '190.56.50.253', 1682561532, '__ci_last_regenerate|i:1682561260;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682561531;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('421654138a8cec2fabcf1afe2472e38bd376c36c', '107.189.12.106', 1651102903, '__ci_last_regenerate|i:1651102900;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4217610c3093f3c1de471ee4ba70bbce21a354f6', '190.148.87.191', 1664214078, '__ci_last_regenerate|i:1664214078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664214039;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42179839f75a86aceaadeb39d75c90bc5fcfe27a', '190.56.173.213', 1683390658, '__ci_last_regenerate|i:1683390658;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683390320;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4218ceff16567227ab21748875e4924c504d2977', '52.167.144.154', 1688004006, '__ci_last_regenerate|i:1688004006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('421c79293f1962409908d5abc2b9550b7db4b9fa', '207.46.13.12', 1675822672, '__ci_last_regenerate|i:1675822672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('421ea32edc787edde5911678162c87d3888cc110', '114.119.135.169', 1687539029, '__ci_last_regenerate|i:1687539028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('421f8446e44196af8141e7d235d40d97b3b5ef8b', '114.119.132.89', 1688119761, '__ci_last_regenerate|i:1688119761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4222830e95d983600e5c74e42b749e02b4d3f196', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274133;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4225f94862e92cb935539e1c569a3c6eccf52251', '51.222.253.11', 1665125906, '__ci_last_regenerate|i:1665125906;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4226ea65331a58a2821df339d8c821424c8ea91e', '52.167.144.98', 1686074787, '__ci_last_regenerate|i:1686074787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42298e469e3d6779a1c3ce6c8ae4bd01398805af', '52.167.144.164', 1685594544, '__ci_last_regenerate|i:1685594544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4229a8163e17a4b7581c9074f97740ab18f884b2', '106.75.101.43', 1686908303, '__ci_last_regenerate|i:1686908303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422acf4899a0354c2cb9b3657c3a2e9645e815e4', '114.119.129.7', 1687982363, '__ci_last_regenerate|i:1687982363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422b88c0241e711ebe7176d9313f7f81026a6237', '51.222.253.16', 1686049530, '__ci_last_regenerate|i:1686049530;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422c5afedb33e129703a60ade5db0da7e84b9b9e', '52.167.144.164', 1686576224, '__ci_last_regenerate|i:1686576224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422c68ae3d61a988dfd32404e7e3167a317f35ec', '207.46.13.11', 1669419436, '__ci_last_regenerate|i:1669419436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422c9940f9908f3f758a5fe4858d5c735e83a9f2', '200.119.168.48', 1668030237, '__ci_last_regenerate|i:1668030218;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"nfpXKcQiPJwH61Bu0qdL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422d0850f944dd1abc7fba272520f283f2f37d02', '190.148.158.74', 1669036861, '__ci_last_regenerate|i:1669036861;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669036809;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422f39dbdcbb68574cc14136947157a49e3b7d3f', '114.119.141.27', 1688038430, '__ci_last_regenerate|i:1688038430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42307c5dd5029c33fee5223f812e634c8841bde3', '207.46.13.10', 1672662169, '__ci_last_regenerate|i:1672662169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4231fc3e21153a0f9a710df1ed58cf32f66827b4', '207.46.13.217', 1681298372, '__ci_last_regenerate|i:1681298372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42331dd7c1c1d9633d5f8eabc4bd9c7197612bc3', '157.55.39.173', 1669794936, '__ci_last_regenerate|i:1669794936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('423359268236b8d95fd0a936c1e31800dc8649ef', '190.148.157.183', 1680563200, '__ci_last_regenerate|i:1680563200;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680561931;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4233608ad042a482974bdb438cb329e6f06d9eed', '190.148.158.175', 1672531930, '__ci_last_regenerate|i:1672531930;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672531930;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4234cddbf22e2450372db8d61c10397801b64d8c', '157.55.39.51', 1668935051, '__ci_last_regenerate|i:1668935051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4235c600328ce1a03840ef20a1a4fd7d6315fc36', '157.55.39.69', 1672092729, '__ci_last_regenerate|i:1672092729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42367a313ff20c86a539f898784bdcd656019a71', '17.121.112.147', 1657829922, '__ci_last_regenerate|i:1657829922;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4237102ee9306df1befb505e089e5237ed8de08a', '114.119.148.49', 1687046529, '__ci_last_regenerate|i:1687046529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42371369123c915c6477b6223d93dcfd7b5e4e09', '46.101.63.152', 1652762868, '__ci_last_regenerate|i:1652762868;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42371e5c2613cd83be317be767402703ec7c0370', '52.167.144.109', 1680454088, '__ci_last_regenerate|i:1680454088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4237d847a8c2656210e438399e2f788e9c7b9444', '114.119.132.192', 1687640803, '__ci_last_regenerate|i:1687640803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('423995837d1be7982443a8404f1b2f168acbecd6', '54.36.148.10', 1652828079, '__ci_last_regenerate|i:1652828079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4239d96d42e68e404a1c67dcf2190d1423d59060', '207.46.13.209', 1685975697, '__ci_last_regenerate|i:1685975697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('423b7f70aa3dab7262be4800ba6969f4ff74d813', '66.249.75.45', 1653110648, '__ci_last_regenerate|i:1653110648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('423c7b264ffc71eab3f842ffd38a52988569569a', '14.116.150.68', 1669281588, '__ci_last_regenerate|i:1669281588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('423c8d4ca26302b66731c11007d5dec0c4386e71', '66.249.79.199', 1653975623, '__ci_last_regenerate|i:1653975623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('423e4799e15277c9f8f30300587a5cb8073efd76', '52.167.144.98', 1685129058, '__ci_last_regenerate|i:1685129058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4240b42436f81d34fc526dd3bc991af598ef5cef', '157.55.39.173', 1668934982, '__ci_last_regenerate|i:1668934982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42413fdabf34f74caea2f07534f6d9ab3de6dc30', '17.121.114.65', 1661675914, '__ci_last_regenerate|i:1661675914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42418797e7e4e95b5de04d46c4bbefc0c5b799ec', '193.201.9.12', 1658444126, '__ci_last_regenerate|i:1658444126;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4242a77bf00681a36ab11ed1e25788fd603aa9f3', '52.167.144.171', 1684429512, '__ci_last_regenerate|i:1684429512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42437c24c74fbd0505c6765861abb03b0daae4d2', '40.77.167.13', 1657130622, '__ci_last_regenerate|i:1657130611;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('424467489075e1141551535f3b516f1e817819e1', '52.167.144.164', 1684553843, '__ci_last_regenerate|i:1684553842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('424558f8fa0843f6b3bf9fc24c574f6f9b2dc0a1', '190.148.252.233', 1668901205, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668901205;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668901158;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42474f7e211b3122389aae4cc19102c24f4abb8b', '51.222.253.16', 1677667822, '__ci_last_regenerate|i:1677667822;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42486f0e99caa14f16c12d12f605017325e6a1e2', '190.148.252.111', 1678019916, '__ci_last_regenerate|i:1678019916;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678019196;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('424e824f927ea654b90e86488bc4fada1cc72b5e', '207.46.13.10', 1671347508, '__ci_last_regenerate|i:1671347508;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('424ed0b099dcfdec3c304f420397e80458d096dd', '52.167.144.154', 1687927230, '__ci_last_regenerate|i:1687927230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('425313aca44bf49155169c0a56b163a8b65cfb5e', '130.255.166.26', 1687905063, '__ci_last_regenerate|i:1687905063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42532f9f38b2a019a39d1d9541a4f8a6a7b84c32', '157.55.39.79', 1669419456, '__ci_last_regenerate|i:1669419456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('425466ce02f4262738164add7e8357a1b899d09a', '114.119.139.115', 1687849273, '__ci_last_regenerate|i:1687849273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4255582970996509b5d047e3fdf01a822d902b1f', '51.222.253.18', 1687212743, '__ci_last_regenerate|i:1687212743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42566250dea97b053bcda6781b4fb35bc505276f', '40.77.167.227', 1681830998, '__ci_last_regenerate|i:1681830998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42574fdbac63bd3b7ee9ed5bbb50f3331379f8ad', '17.121.113.176', 1656696929, '__ci_last_regenerate|i:1656696929;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4259f3c7d393f36b2b29a9815e0f6713b0207ff7', '190.56.173.213', 1683156528, '__ci_last_regenerate|i:1683156528;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683156489;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('425c83e299eb2711d9cf85634e8a4e09fb8420e7', '157.55.39.200', 1666145518, '__ci_last_regenerate|i:1666145518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('425cc6aed7c09d4bbf74eac1368895511eb5f09e', '200.119.174.187', 1667439086, '__ci_last_regenerate|i:1667439086;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667439080;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('425e46f139d9be0d678eea65dfd5ef867d927028', '46.101.63.152', 1652762873, '__ci_last_regenerate|i:1652762873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('425f1eec27a9f000dba147d59a4cbd87cc7a46bd', '114.119.148.103', 1686705984, '__ci_last_regenerate|i:1686705984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('425f717141462b0b7465a46d7a01256caf9353b6', '157.55.39.51', 1667615383, '__ci_last_regenerate|i:1667615383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('425faae545dd39f229a47e964c4e52d7d730c082', '114.119.158.13', 1687567063, '__ci_last_regenerate|i:1687567063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42604e557be1b89a46b300aa0c0dc17fed200fc7', '157.55.39.147', 1672123174, '__ci_last_regenerate|i:1672123174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42607d325a0b2a074f53081023c871788caf9ced', '190.148.157.171', 1667408548, '__ci_last_regenerate|i:1667408548;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667408527;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4260a844b39318f4bad891e41adacc95671239e1', '200.119.174.28', 1660066167, '__ci_last_regenerate|i:1660066167;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1659994124\";last_ip|s:14:\"190.148.252.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42621ec7d09ed85250f7c4398690cb2e03b2558f', '66.249.79.196', 1688316857, '__ci_last_regenerate|i:1688316857;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('426260b640d402b9a004c968ff98ef3fc9650c43', '190.148.158.175', 1672158568, '__ci_last_regenerate|i:1672158568;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672158493;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4263afbcc3151957fa79b99add67368731d1363d', '54.36.149.73', 1684225080, '__ci_last_regenerate|i:1684225079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42659806e9add72a4ca383852c2bd4179ee8b96b', '51.222.253.4', 1659095249, '__ci_last_regenerate|i:1659095249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4265de27d545ebc3fe254fd0df6103452d575abc', '200.119.172.60', 1675008662, '__ci_last_regenerate|i:1675008662;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675008641;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42666ac4d72d2ece9217edc092c67da6a50f8b3c', '114.119.129.176', 1688245165, '__ci_last_regenerate|i:1688245165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4269e844cc5e8d6fa4978bad8f64e181442b626b', '40.77.167.104', 1670226752, '__ci_last_regenerate|i:1670226752;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('426be9e447204204061397d297c183f1fc8fc272', '190.56.50.15', 1667050633, '__ci_last_regenerate|i:1667050633;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667050623;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('426c3c340fd908810ff4bfe2ca4f15b9defe82a1', '52.167.144.20', 1687419170, '__ci_last_regenerate|i:1687419169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('426c4655e2a53b0705c523f9855e025b01edf422', '52.11.153.160', 1660743423, '__ci_last_regenerate|i:1660743423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('426caa1238e9aef29d85e0e55fe8ea2c750622f4', '207.46.13.12', 1675466796, '__ci_last_regenerate|i:1675466795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('426e5347bd16d434596a8851000004e3f1e8d3c7', '207.46.13.12', 1675466795, '__ci_last_regenerate|i:1675466795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('426f77aed202fa516be0e29be50fe022d51bbda7', '207.46.13.142', 1666416832, '__ci_last_regenerate|i:1666416832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('426f7d46c3ca11a0b8ffb153b7bca68d0282f6a9', '157.55.39.80', 1669998728, '__ci_last_regenerate|i:1669998728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4273abc7fc2af58ca2e11e1121c148fda490807a', '52.167.144.43', 1683829711, '__ci_last_regenerate|i:1683829711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4273b0a97b77c5ec4a7c871f362d8d66a6617eb1', '59.36.163.204', 1667465031, '__ci_last_regenerate|i:1667465031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4275e6f5f5557e0c2dfd7638f7f25f0e03b98c70', '190.148.157.122', 1666664427, '__ci_last_regenerate|i:1666664427;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666664258;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4276d4f86fe79f3b89e39290e983eb7a4af511f0', '54.36.149.20', 1684492330, '__ci_last_regenerate|i:1684492330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4278027aa3a19f797e91beaafff7e5c8ab1ab894', '190.56.173.213', 1683162449, '__ci_last_regenerate|i:1683162449;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683162443;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4278a81ae3db11382b74aea34b2e52da85ed3dcd', '200.119.172.48', 1668618855, '__ci_last_regenerate|i:1668617579;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668531867\";last_ip|s:14:\"190.148.157.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42794611aea20dedce8ce343ea2b6ba50a4f7810', '40.77.167.79', 1654070385, '__ci_last_regenerate|i:1654070385;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('427a4cd1bbe512d95b3725f1cf42875476e89d8a', '40.77.167.133', 1683922081, '__ci_last_regenerate|i:1683922080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('427a6438ff659c9ded3b2f4c958c743f5c616472', '144.76.68.17', 1683713107, '__ci_last_regenerate|i:1683713107;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('427a8a8a3cc24512bdf783d6cd66377a61619f3e', '114.119.139.53', 1687590631, '__ci_last_regenerate|i:1687590631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('427b9cc572015b4fffcc2f544d85a14046e04be6', '200.119.173.177', 1685391822, '__ci_last_regenerate|i:1685391822;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685391816;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('427c68cbd9c9c7d1ff250f08b6133a068d7f2f52', '51.222.253.4', 1658103618, '__ci_last_regenerate|i:1658103618;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('427c7226425b87e3fc68e16fedeea37df3ffb565', '207.46.13.154', 1670233640, '__ci_last_regenerate|i:1670233640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('427d00013ea28c21effaeb2c4b72af18d55df20d', '207.46.13.138', 1675066884, '__ci_last_regenerate|i:1675066884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('427d9cf8e851e4d16ea31b5dc99f1a47ff7904e3', '40.77.167.11', 1673539679, '__ci_last_regenerate|i:1673539679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('427e3c359d255a696a3fd1ca97f72aeba65cfe0b', '66.249.79.195', 1687494438, '__ci_last_regenerate|i:1687494438;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('427e5dd3dbf3115c99077d74fd5c76beeb9c7d21', '200.119.169.5', 1654814864, '__ci_last_regenerate|i:1654814864;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654804943\";last_ip|s:15:\"200.119.174.137\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Dv6ERlMLYZnhc7j3gmU0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428077684c4152389b32b6ebe972e1665071ab30', '34.135.8.81', 1664346076, '__ci_last_regenerate|i:1664346076;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4280df9e357699b0bee946090e56bd91c9bdf9f1', '40.77.167.156', 1678816392, '__ci_last_regenerate|i:1678816392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4281e1b25dd49d64346b342b2fd7b6f5f1da62ef', '40.77.167.43', 1657856316, '__ci_last_regenerate|i:1657856305;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4284e8879cfda41cf0d505b87810ce21f7bda5df', '190.56.173.175', 1653078017, '__ci_last_regenerate|i:1653078017;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653078011;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428642d7208faf8a61c7eb9b680f9b6b08fe6a94', '190.56.51.144', 1687102560, '__ci_last_regenerate|i:1687102560;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687102489;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42878f4d54918b798ea1b74eb0264781405a799d', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4287b2c8a609b6dd0a4ea0321fdfe5545f8be30a', '114.119.136.96', 1688135718, '__ci_last_regenerate|i:1688135712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428876ac5395cfdb66bd457384e41076565e6b5b', '52.167.144.162', 1687228726, '__ci_last_regenerate|i:1687228726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428a95e75dc0ba9dd62401c9cd011f8cdc6d0821', '144.217.135.181', 1653430257, '__ci_last_regenerate|i:1653430257;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428bfdee0a5c9e7e01d1476f8fbaa94f932812da', '190.148.87.96', 1678717261, '__ci_last_regenerate|i:1678717261;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678716648;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428d5df8723e50f9cd3030ac828ca7e0b42c170d', '190.148.157.98', 1678973030, '__ci_last_regenerate|i:1678973030;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678973006;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428e01547ecde55bf240ec9de0b37be3bd089d95', '40.77.167.123', 1682648508, '__ci_last_regenerate|i:1682648508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428e846fdb6cdae766930d2c8ed435ce1bc4c461', '190.56.49.237', 1665670879, '__ci_last_regenerate|i:1665670879;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665670480;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('428e9d956ddcb949218d5772fe97fa3f0a5cc83f', '45.152.198.64', 1661160628, '__ci_last_regenerate|i:1661160626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('429131b37e3ad721bf8210e27f6fd31dadc35950', '52.167.144.98', 1684647763, '__ci_last_regenerate|i:1684647763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4292822552255029436b4cdddcaf6ad09a32ca2d', '200.119.173.130', 1675780470, '__ci_last_regenerate|i:1675780470;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675780204;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4293536379517aab3be3e297e4ad7ee8effa2a37', '52.167.144.171', 1684389500, '__ci_last_regenerate|i:1684389500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4293b0982fd7a8aaba6f7fc2b3b151c42098a33d', '114.119.129.22', 1687168354, '__ci_last_regenerate|i:1687168354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42946ecdb0cb8108584979c8bea9e35d5109a254', '157.55.39.173', 1670374532, '__ci_last_regenerate|i:1670374532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4295364daeaa3df4c71f248cef0d04842682b230', '40.77.167.133', 1683716809, '__ci_last_regenerate|i:1683716809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4296e7a3b06a52ef362a6a698d3b3108f994be10', '52.167.144.98', 1686727012, '__ci_last_regenerate|i:1686727012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4297624e5a60bec1fb0b1def6bb35414b41ba508', '190.148.157.183', 1680459084, '__ci_last_regenerate|i:1680459084;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680458993;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('429cb36c94bf79181d6061f66bdbddffbedc8297', '50.21.188.52', 1663642578, '__ci_last_regenerate|i:1663642578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('429e153ef8471c96fea87f9140421bbb1e250dd5', '190.56.50.253', 1682514805, '__ci_last_regenerate|i:1682514805;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682514777;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42a0e743d32df8859aa7e364e9aacbcbc5e9b2a4', '52.167.144.162', 1682997271, '__ci_last_regenerate|i:1682997271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42a356d35f452a4193a9140a7799956ea399ff42', '114.119.146.252', 1688270800, '__ci_last_regenerate|i:1688270800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42a38f44f103a5b52accf97986bd236e3d1f2734', '190.148.158.151', 1677081256, '__ci_last_regenerate|i:1677081256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677081234;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42a6c9285eda389d7e7d726596ccd864e701beb4', '40.77.167.79', 1654457158, '__ci_last_regenerate|i:1654457148;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42a8f05c55ff451d3594901cd5c397f86de9ae5c', '190.148.157.183', 1680304872, '__ci_last_regenerate|i:1680304872;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680188876\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b129101b3e3301eea4a1bb2525ab777aaab7a0', '157.55.39.147', 1672585986, '__ci_last_regenerate|i:1672585986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b134d3fef646d28a3c68e9fcf6aef980cc6bc0', '74.208.2.231', 1684500931, '__ci_last_regenerate|i:1684500931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b19d4973f803dbac5c0851122e2024456dac48', '51.195.90.229', 1650840571, '__ci_last_regenerate|i:1650840571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b1b1597cb7d2a530e5d324cae7feb5cc05a046', '207.46.13.205', 1671597869, '__ci_last_regenerate|i:1671597869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b450f20c5543ffc87059f71421644d3a3c8b45', '34.101.115.34', 1653355016, '__ci_last_regenerate|i:1653355012;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b583def48b92d51dbc312ebad5ce3028176abb', '190.148.252.67', 1688502279, '__ci_last_regenerate|i:1688502279;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688502193;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b5dab266a031af6574a7ba8cdede291440b923', '157.55.39.144', 1666395615, '__ci_last_regenerate|i:1666395614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b6d003dce7f9f258af5864a008181ac4cf8a49', '114.119.141.133', 1687108356, '__ci_last_regenerate|i:1687108356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b94ff936d9722ad09e12bed30594585171a61d', '5.161.88.42', 1682606632, '__ci_last_regenerate|i:1682606632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b9f0db7d77b395ecf12698d8f5b4e07ed5f6c1', '200.119.173.130', 1676040530, '__ci_last_regenerate|i:1676040530;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675965675\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"XGv7mAODyWesFxjnbf3R\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42babda7bbb6da64f5aa53fd370a1baff374e573', '114.119.145.154', 1686809239, '__ci_last_regenerate|i:1686809239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42bae23ebe8ede2b09f309d53ea2809e1b906c7e', '66.249.79.193', 1653885979, '__ci_last_regenerate|i:1653885979;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42bc6ba8eca1de2083c2e81833d3761b9f6f5ef2', '130.255.166.51', 1687905064, '__ci_last_regenerate|i:1687905064;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42bc761e5f1df7170dada72b6a23972ca948b17a', '17.121.113.207', 1656354647, '__ci_last_regenerate|i:1656354647;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42be783c340bb950602412fef46e522e8d519fa0', '157.55.39.90', 1663549894, '__ci_last_regenerate|i:1663549884;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42be9a4a3a5a4622fe5a99f561da4e8c981d0ee1', '35.165.215.140', 1659021779, '__ci_last_regenerate|i:1659021779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c0363cc215a6b97b43d16bfabbc920f8e91c40', '114.119.155.126', 1685056657, '__ci_last_regenerate|i:1685056657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c1d7881192102e2ced44353f2c95801af41a6a', '157.55.39.148', 1671834206, '__ci_last_regenerate|i:1671834205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c31d9cb85492b6a7115b0bad7d4c2deaf12dd2', '52.167.144.43', 1683945233, '__ci_last_regenerate|i:1683945233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c34c2160e98fb79108a25b5134d69961d63cc7', '40.77.167.64', 1675001179, '__ci_last_regenerate|i:1675001179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c4128d020670bfe849b85ec870ed3c149643be', '40.77.167.85', 1685763508, '__ci_last_regenerate|i:1685763508;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c5baf6580bdd4cfd6bb06d97a0ba2b4a753e66', '114.119.145.110', 1687715672, '__ci_last_regenerate|i:1687715671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c71a396672736e4710eb2f93bed3a055d418b9', '190.148.157.53', 1683810379, '__ci_last_regenerate|i:1683810379;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683810048;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c76cc2652ebb5bd6c59d9b2f69758267031d3c', '190.56.32.162', 1659547944, '__ci_last_regenerate|i:1659547944;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659546306;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42c990c5782bb2554df0cf6f314fc9c7b7455f28', '52.167.144.98', 1685760627, '__ci_last_regenerate|i:1685760627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42cb80138abf55b221e2a2f4c236e80d8f974022', '18.190.157.138', 1676715641, '__ci_last_regenerate|i:1676715641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42cbbdad4b13463aab8aa0da8c2158e936aa9fc8', '40.77.167.227', 1682109616, '__ci_last_regenerate|i:1682109616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42cbc2730018557ec1a5a4670babe158cfba8c01', '200.119.172.60', 1674861144, '__ci_last_regenerate|i:1674861144;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674861121;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42cc50ce0800f1e31ee6548666f8593bed2926f5', '66.249.65.100', 1674611033, '__ci_last_regenerate|i:1674611033;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42cd861315755ff7419d63da8faedf93425e0b6c', '114.119.136.86', 1687315728, '__ci_last_regenerate|i:1687315728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42cddb58d6c61d795796426e397974774df8d22f', '54.36.148.82', 1680830626, '__ci_last_regenerate|i:1680830626;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42ce45b726f06e1c742527bf79a42c885030bae5', '190.148.252.96', 1673130213, '__ci_last_regenerate|i:1673130213;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673129417;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42cebae6244e03a5f7bd670847ebbb89910c92ad', '114.119.131.231', 1685254959, '__ci_last_regenerate|i:1685254959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d1e009e3479f91af996b5ea17463c9659b37bf', '52.167.144.171', 1685482495, '__ci_last_regenerate|i:1685482495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d2adf0ab91003e8e724771c691d3184a2f9d8a', '114.119.155.94', 1687008754, '__ci_last_regenerate|i:1687008754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d45a6738d7a529445b6feef650611faa9b72d8', '190.148.158.151', 1677116599, '__ci_last_regenerate|i:1677116599;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677116007;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d45cfc56243dad51114618523ddf9e5a54b72c', '54.36.149.9', 1658790834, '__ci_last_regenerate|i:1658790834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d4f393f3053788433442a299ca59bf2bc84355', '190.148.252.151', 1671032559, '__ci_last_regenerate|i:1671032559;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671032506;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d58b6abf95bf88bfcf14c4018e940db696658c', '114.119.167.18', 1687879595, '__ci_last_regenerate|i:1687879595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d7149d6a3d0d8f2e750ef71d10f17e03213f47', '190.148.157.173', 1652379391, '__ci_last_regenerate|i:1652379391;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652379334;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";user_csrf|s:20:\"bmaUxR7JGs5Fh0lNtVHT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d7fdb39837caa870508b7182954673ebfa964c', '54.36.149.90', 1687877971, '__ci_last_regenerate|i:1687877971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d9150b5b32b2044eab7807d91e78fc67578e84', '17.121.113.105', 1659264732, '__ci_last_regenerate|i:1659264732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42db454bbdab9491c04b61bcaba086a9e8213736', '114.119.138.100', 1688072277, '__ci_last_regenerate|i:1688072276;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42dbf950791804401133b904510620d462652f27', '130.245.169.145', 1657274134, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42dcf742382a8ad9a99d54c834cc2aee0173f28b', '51.222.253.20', 1679599522, '__ci_last_regenerate|i:1679599522;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42ddb772cfe350cb319a8d240ec1c7d878c9ffbe', '190.148.158.175', 1672415169, '__ci_last_regenerate|i:1672415169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672415132;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42dee3adc55b300bc86a502531d382e5807f54f5', '114.119.158.28', 1687978910, '__ci_last_regenerate|i:1687978910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42e074d9aff0d566e0e868e9204dade1d8176dd4', '51.222.253.1', 1659089244, '__ci_last_regenerate|i:1659089244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42e30c14c7e181150c48686bd7522d82050dc087', '114.119.142.27', 1686215434, '__ci_last_regenerate|i:1686215434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42e4af313168ed76618c19c9ad204a5323486c51', '17.121.113.50', 1656517903, '__ci_last_regenerate|i:1656517903;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42e516eb6f99258805a6d1b83e7b4ea6bb4ea55f', '54.36.148.91', 1665130726, '__ci_last_regenerate|i:1665130726;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42e65be57be1c8fb005382deec133ad5a3c18591', '40.77.167.123', 1683524313, '__ci_last_regenerate|i:1683524313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42e71cad0f3c81e68b12c42b5d44dd03517afbf6', '52.167.144.74', 1688108622, '__ci_last_regenerate|i:1688108622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42e9e59f9504db6d8ce77192328f06ae5800ae13', '137.226.113.44', 1654145137, '__ci_last_regenerate|i:1654145137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42eb673e8383981f9b23fa17b00f768dea011c9f', '207.46.13.154', 1671684291, '__ci_last_regenerate|i:1671684291;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42eeb407ae6b5a8f62b377603c3e6f7d0f3caf5a', '200.119.172.60', 1674779489, '__ci_last_regenerate|i:1674779489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674779281;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42efef1b9ea09ef42b1adeba2e51cc1537d3b281', '190.148.252.112', 1667784386, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667784386;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667784125;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f1cef4db5e33460e1a105b21aad51a04faf9e2', '40.77.167.191', 1681830978, '__ci_last_regenerate|i:1681830978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f335f11f8af39556f6aaab2e36bec2ca619690', '190.148.252.161', 1670084697, '__ci_last_regenerate|i:1670084697;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670084692;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f3de645d985db52e5672c6dd7db25ab0544969', '40.77.167.249', 1680803072, '__ci_last_regenerate|i:1680803072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f40ce564a673d72ca4bf53f81340c89eeb4fbc', '157.55.39.79', 1668834292, '__ci_last_regenerate|i:1668834292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f65a3074a752eadc3b58882c2b4eb3b597984b', '114.119.130.147', 1684077907, '__ci_last_regenerate|i:1684077907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f73ca5f7e5d879e8266dcadb66b611a2bbc1ff', '190.148.87.96', 1678573246, '__ci_last_regenerate|i:1678573246;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678571358;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f7afa2ba5eb16c18b12cbf085e66fcefc6dfb2', '200.119.170.168', 1670614476, '__ci_last_regenerate|i:1670614476;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670614466;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f7f983df629c93703af3e81910435a5c168f71', '173.249.31.237', 1659409125, '__ci_last_regenerate|i:1659409125;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42f95c6914acaf541ecf6595ba8f81496c99ff3a', '190.148.157.214', 1669732986, '__ci_last_regenerate|i:1669732986;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669732661;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42fb1ff35b7537e04eca82ec1d579ca3f952f3e1', '147.182.171.81', 1650861182, '__ci_last_regenerate|i:1650861182;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42fbb0019f52fb87aefb7cfc249b96c182232abf', '192.36.109.120', 1686034149, '__ci_last_regenerate|i:1686034149;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42fd4f704e7be9289c1ae06e987509632c91a569', '51.222.253.20', 1676059461, '__ci_last_regenerate|i:1676059461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42fde9d6e0072b8f7c88b38e0f037a39d3d87696', '81.7.10.109', 1677586333, '__ci_last_regenerate|i:1677586333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42fe37ee3e8307d1611ec7c1e535ddc12a8ac1c8', '190.148.157.177', 1681926875, '__ci_last_regenerate|i:1681926875;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681926835;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4302b67913e052ab7b24a127b8753bd5b556d3e1', '66.249.74.105', 1685902841, '__ci_last_regenerate|i:1685902841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4302e1975f3dfb3fbe2020a43415248c09a365b9', '5.161.70.134', 1682606632, '__ci_last_regenerate|i:1682606632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43039d75a5fd5747ee06a56c8dd49389e6b52c9a', '3.120.193.160', 1657470598, '__ci_last_regenerate|i:1657470598;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43039f1e0dcf10dc57a93b9d30c3da8e93c4c790', '104.131.94.170', 1657274120, '__ci_last_regenerate|i:1657274120;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4307eec41c9c91f720e06243114d792d707abeb8', '40.77.167.182', 1683503816, '__ci_last_regenerate|i:1683503816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43094d8c6c13b498bee47e8bbf01e8ce88d3a1ca', '190.148.157.117', 1675633868, '__ci_last_regenerate|i:1675633868;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675633352;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('430c1bcaa516b211e28d022f6010a94f6b4706e6', '66.249.74.7', 1678145133, '__ci_last_regenerate|i:1678145133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('430e295f02f47156abff20dac8b426be3b110487', '157.55.39.128', 1674019339, '__ci_last_regenerate|i:1674019339;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('430ecf3417dd5f2bab3e75e0f333d1f855ab0d57', '5.188.62.76', 1659582096, '__ci_last_regenerate|i:1659582096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('430f4f6adb28ac10053a03247fe25dd0a11973c6', '157.55.39.79', 1668234895, '__ci_last_regenerate|i:1668234854;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43106194e4dfa08236ae0dd88582862568e99e08', '46.101.63.152', 1652762866, '__ci_last_regenerate|i:1652762866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4310e0c2eb099c7755c5729e27dc61f641673950', '190.56.32.162', 1686256445, '__ci_last_regenerate|i:1686256445;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686256442;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('431214a76bc623ab6b9bf6100a80e1532214ffb1', '190.56.55.113', 1673823083, '__ci_last_regenerate|i:1673823083;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673822986;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4316367ea540c22dd013478daefad2f805cd2c27', '190.148.252.183', 1681580172, '__ci_last_regenerate|i:1681580172;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681578525;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43166449a7c47d103b8d6c42214e23432bb5a5cd', '40.77.167.64', 1674646111, '__ci_last_regenerate|i:1674646111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4316e8a1d34a2176e4612af5699250610876c85b', '200.119.173.177', 1685132071, '__ci_last_regenerate|i:1685132071;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685132064;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43173abb3d302941486ee1355b1ab7f6c0d32bb3', '50.21.188.67', 1672492430, '__ci_last_regenerate|i:1672492429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4317d802f54546bd175d7bdc66c0a43010cd36d8', '40.77.167.185', 1677726842, '__ci_last_regenerate|i:1677726842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4318387b9c732441525f327e4924deccfcb67ab5', '51.222.253.8', 1679280382, '__ci_last_regenerate|i:1679280382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43183c9a817d90d6bcf852171ac402a5db6ae776', '190.56.54.129', 1653424903, '__ci_last_regenerate|i:1653424903;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"pvjt95gelN4Mci0CxYRk\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('431b2be79fafd3d6104d0e87a4a7bbba1f0fbc35', '40.77.167.27', 1658012496, '__ci_last_regenerate|i:1658012485;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('431b69c654b9db1b5b7fccbbf59eeb6c1506f727', '121.4.238.122', 1658925841, '__ci_last_regenerate|i:1658925840;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('431bc7c3240b7b19ee4457ca2b263f14ac041eaa', '190.148.158.164', 1667343195, '__ci_last_regenerate|i:1667343195;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667343189;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('431d88e23a1e993a5d544f8915cb7b1c736e09aa', '207.46.13.210', 1686999482, '__ci_last_regenerate|i:1686999482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('431daf1eda658b80c5d4c75a5b84ed46a39fba5f', '114.119.135.130', 1687929202, '__ci_last_regenerate|i:1687929202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('431e297674bb4c04989b7e26804b50c4cce81d0d', '51.254.199.11', 1654163001, '__ci_last_regenerate|i:1654163001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('431ea3bd5112e2950abcf9e461ca903971cd242e', '51.222.253.5', 1664264932, '__ci_last_regenerate|i:1664264932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4320396a386ba5a6872adf145e6fa4a189b836d3', '200.119.172.123', 1657640775, '__ci_last_regenerate|i:1657640775;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657636050\";last_ip|s:14:\"190.148.252.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657640078;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43208261db79690f1f0c8e285f38e2cc83c978c7', '207.46.13.17', 1674073359, '__ci_last_regenerate|i:1674073359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43218dad0d9949ca3319560ac604747e703da6c8', '200.119.170.206', 1663177362, '__ci_last_regenerate|i:1663177348;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663169450\";last_ip|s:15:\"200.119.170.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663177352;register_id|s:3:\"105\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-14 09:30:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4321d2b2dc5eb86a61dbdde9372a0a2213e26669', '190.148.158.69', 1685904022, '__ci_last_regenerate|i:1685904022;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685903985;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4321dced05c795ac9dd094c63ef325b1c6f7abea', '207.46.13.10', 1670882805, '__ci_last_regenerate|i:1670882805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43228493e4b6875505910da4051949db7c23d18a', '114.119.153.156', 1688527578, '__ci_last_regenerate|i:1688527578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4323aa36dfb3675581e414635d377fc226dc0b0b', '66.249.79.213', 1654056363, '__ci_last_regenerate|i:1654056363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4324eba32561f2efa56b6edc37866472e3aecb24', '51.12.90.115', 1651616786, '__ci_last_regenerate|i:1651616786;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43258de8389ce3c938a559028db5fc94b828b28d', '190.56.173.213', 1683582789, '__ci_last_regenerate|i:1683582789;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683582713;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43261e5737938f628ae936300a5ed27adea05bc2', '52.167.144.98', 1685517329, '__ci_last_regenerate|i:1685517329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('432a52e216e0e3c4cbdbe4c7d5de0abfd9308e9d', '200.119.173.133', 1660918356, '__ci_last_regenerate|i:1660918356;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660863183\";last_ip|s:15:\"200.119.173.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660918240;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('432aa1fa2e2c674b98393b3f45f21c501d4490ac', '114.119.152.34', 1687786866, '__ci_last_regenerate|i:1687786866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('432b446b1e84fe8926dce68c24aba32abe5d9115', '207.46.13.142', 1666328341, '__ci_last_regenerate|i:1666328341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('432bcd121efc6498fba97f3c4739301ed53371ef', '51.195.216.255', 1650896106, '__ci_last_regenerate|i:1650896106;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('432c133768710c86448960d1940d7f2da5f34787', '51.222.253.9', 1663831137, '__ci_last_regenerate|i:1663831137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('432dcba556372cf8478c293235c7744cc395f6b6', '190.56.173.251', 1652106180, '__ci_last_regenerate|i:1652106180;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935575\";last_ip|s:14:\"190.56.173.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('432f7e32a0be2c3cabb3f66080abea30506fe062', '20.213.149.10', 1650971015, '__ci_last_regenerate|i:1650971014;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4330c3c092ba0f2003f8026cae5bee020756282f', '157.55.39.144', 1666182815, '__ci_last_regenerate|i:1666182814;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43344db301f95183fb549d091a370d425a392671', '190.56.173.136', 1687914009, '__ci_last_regenerate|i:1687914009;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687866247\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687913129;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('433498ee69236e81a16aaaacfb2bc2955279e47b', '54.36.148.66', 1680874373, '__ci_last_regenerate|i:1680874373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43351d3b83b20c00d42700cefe2b71898bf60e01', '54.36.148.101', 1668029447, '__ci_last_regenerate|i:1668029447;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4335b22f31fd4e5718f205c57489c9b482d21b9f', '114.119.147.91', 1684922454, '__ci_last_regenerate|i:1684922454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4336b7adf70439e207086579c41322d101a352f9', '114.119.128.6', 1686932160, '__ci_last_regenerate|i:1686932160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('433b01e1dde88cf5cf49a143f70f67e9bbdb9fb5', '52.167.144.74', 1688330428, '__ci_last_regenerate|i:1688330428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('433ca39e03eadacdcb8160efd67e883f1d0095f7', '173.252.83.4', 1682490346, '__ci_last_regenerate|i:1682490345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('433d089b684b138e6bce968185dfd7e2871a3c9c', '5.188.62.21', 1659471589, '__ci_last_regenerate|i:1659471589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('433f6b3f475087806905642a5f42872e36cda7c6', '52.167.144.164', 1685974244, '__ci_last_regenerate|i:1685974244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4340ce5e4b7934e65d5117084d306a0e3f325d62', '190.148.87.6', 1668289055, '__ci_last_regenerate|i:1668289055;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668288822;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('434167553d172ad922305f30964b3c9ab4eeda37', '190.148.252.151', 1671392900, '__ci_last_regenerate|i:1671392900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671392739;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43419fefcc784a6b6be39bd29857b10f50b83007', '66.249.65.165', 1669934809, '__ci_last_regenerate|i:1669934809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4343dfe5d71c1cbbd31a98189bac8c6d565e5a01', '185.27.99.145', 1666432938, '__ci_last_regenerate|i:1666432938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4346014f8c31f0eeb692268160b79d1da23f01d7', '200.119.170.209', 1656680720, '__ci_last_regenerate|i:1656680720;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656636165\";last_ip|s:14:\"190.148.252.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656680668;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4346586afa83ab7d378d3b9385ff876c3e419a64', '190.56.54.129', 1653428444, '__ci_last_regenerate|i:1653428444;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653409139\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('434a2cd7123aa43d4bb5f0377a5b40346dc5db5a', '200.119.173.87', 1663006766, '__ci_last_regenerate|i:1663006766;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662999200\";last_ip|s:14:\"200.119.173.87\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"EhOnyk4dY2DzlxowV9tR\";remove_pols|i:1;message|s:30:\"Compra fue agregada con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('434ace8f0cc2d6f5fd79edca4920736ba20a09a4', '40.77.167.85', 1686217296, '__ci_last_regenerate|i:1686217296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('434b0174e976de2288fb448c3f573ddf40eebd0c', '190.148.252.177', 1674078916, '__ci_last_regenerate|i:1674078916;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674074772\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ikNptd5D7A063uc2RTMZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('434cd0ea29be90b32f766be836d02436b22774c0', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4350618b7403691947f94af78a0ba76ea8bbd97f', '52.167.144.49', 1676905989, '__ci_last_regenerate|i:1676905989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4350d47cd9d20790bccdb2f41d0c665252103f91', '190.56.32.162', 1686334203, '__ci_last_regenerate|i:1686334203;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686334183;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43525420cf6b92690289b09fdb5854410e82dbc5', '52.167.144.74', 1688423003, '__ci_last_regenerate|i:1688423003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43542770c25262c6124496d8688db0688ca56afd', '207.46.13.209', 1685975697, '__ci_last_regenerate|i:1685975697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4355287a0ebd5a0da4bcf759d7c7636d95dabdcd', '54.184.76.150', 1668346117, '__ci_last_regenerate|i:1668346117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4355bd0ebdaafd72dd8080da6f4c25ac0554d760', '190.56.54.129', 1653489729, '__ci_last_regenerate|i:1653489729;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653488517;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435602469c7f0a9ea8b759222a20a1d3f4d821af', '190.148.157.194', 1662051213, '__ci_last_regenerate|i:1662051213;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661991901\";last_ip|s:15:\"190.148.157.194\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662050873;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43564e3e0323f7f3807a2e88c4561d83df12e3f3', '52.167.144.164', 1685077837, '__ci_last_regenerate|i:1685077837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43567a0b491af634f85017304a161e394aa25ab1', '190.56.54.156', 1665427131, '__ci_last_regenerate|i:1665427131;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665427127;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435977e3c619e219443c26d91edef1b257fe185a', '52.167.144.76', 1681970330, '__ci_last_regenerate|i:1681970330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43597a55b94d24e0e1f8e099d95ea5e8e38578e6', '190.148.157.98', 1678969966, '__ci_last_regenerate|i:1678969966;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678969755;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4359baabea8893b0ad72e4c76e85e2933ea2b272', '207.46.13.212', 1676894901, '__ci_last_regenerate|i:1676894901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435c0dab57639fba3dbf6984db3f990d6da88601', '152.89.196.13', 1661025793, '__ci_last_regenerate|i:1661025793;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435d221bd331efdd208568bffe5c58e4f7eaa5f4', '66.249.74.105', 1682482411, '__ci_last_regenerate|i:1682482411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435db7219f7edcf7b4aaf01c84ab7aa8f10f4ea8', '51.222.253.8', 1685953789, '__ci_last_regenerate|i:1685953789;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435e8ad030b8dddb17c3b133a7805b1d131bc2f6', '200.119.172.65', 1659298139, '__ci_last_regenerate|i:1659298139;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43611feb4eaebeab2eac4f3542a1d270698230fe', '200.119.174.104', 1666622408, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666622408;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666612330\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666622222;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4364cdc012b21b3a0947451843830e0242a182ec', '52.167.144.20', 1685278060, '__ci_last_regenerate|i:1685278060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4367e55ddd6eb93bbc548c4c8840215181b9a98d', '51.222.253.7', 1663702403, '__ci_last_regenerate|i:1663702403;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('436835aae3441f72e7937a597db4464bc5f7fccd', '114.119.156.38', 1688009256, '__ci_last_regenerate|i:1688009256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43691635a79cd8b4a4134ffe3b2eaafbd2fee16b', '18.206.55.48', 1651126675, '__ci_last_regenerate|i:1651126675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4369b25f1cd91a304ce2f8851c00df1811b5b796', '190.148.252.57', 1657817747, '__ci_last_regenerate|i:1657817747;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657635989\";last_ip|s:14:\"190.148.252.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"VrTUgAWj4kXHSs2OcR8l\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('436a4170b8e9d630a2a3586390d6823ad7885ceb', '190.148.158.175', 1672453983, '__ci_last_regenerate|i:1672453983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672453807;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('436ad9bb68994edb298aa5e3617837518cfdf420', '40.77.167.156', 1678974802, '__ci_last_regenerate|i:1678974802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('436be04ea9c043d31ae858c6fcb0dd1ad6f476db', '190.148.252.88', 1670896043, '__ci_last_regenerate|i:1670896043;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670894207;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('436caef99397d89d13dc02bf664d1acd2fa23bab', '190.148.252.151', 1671238378, '__ci_last_regenerate|i:1671238378;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671237919;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('436da7b071fbda9565c6a29a2e24b8deb855df9d', '34.209.42.253', 1674480492, '__ci_last_regenerate|i:1674480492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('436df4af5b3db149d06df2997e90a22a6a4619b2', '200.119.174.9', 1674167283, '__ci_last_regenerate|i:1674167283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674167243;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4374bf74cdac929cbf144750d04d0e5a7fd3bb0a', '52.167.144.98', 1685077854, '__ci_last_regenerate|i:1685077854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4374c081a7e64eee01058597bb641039fc1a238a', '114.119.146.198', 1688417132, '__ci_last_regenerate|i:1688417132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4374c28ffa774cde16d91d72dfefbfd7bcaf022a', '40.77.167.225', 1680384092, '__ci_last_regenerate|i:1680384092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43777354fb4ad035f840766f7a856ac4781e8c34', '20.77.66.63', 1653224261, '__ci_last_regenerate|i:1653224258;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4379a8ac17fb67384c87c4d4647bea97f70d79d1', '200.119.172.96', 1675375541, 'requested_page|s:27:\"admin/sales/modal_view/1525\";__ci_last_regenerate|i:1675375541;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675352351\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675375451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('437a0f7288b62e771cda908ff829ceb98cf97636', '3.17.148.246', 1687183271, '__ci_last_regenerate|i:1687183270;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('437bc21fed12ece10c97421dd15a96382e76d160', '52.167.144.164', 1686177913, '__ci_last_regenerate|i:1686177912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('437c0252d9a1c7afe948a28c015ced6f3f217590', '114.119.148.106', 1684414046, '__ci_last_regenerate|i:1684414045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('437e63061be24cfda574b76f567f468bcde50f7e', '51.222.253.13', 1686302020, '__ci_last_regenerate|i:1686302020;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('437ee511464cead3cbbd5a5841915e1a435974c6', '51.91.125.152', 1650737139, '__ci_last_regenerate|i:1650737139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('437ef96ab44a38a3fa24743ba0ab61588fe6d9f2', '190.148.252.183', 1681216678, '__ci_last_regenerate|i:1681216678;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681216671;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('437f6ee4cb6e14af7da7ffd72e6c958ed77e0171', '190.148.87.99', 1688423699, '__ci_last_regenerate|i:1688423699;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688423690;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43800ea3a28dbaa951a37a933239db487ed5fa90', '52.167.144.94', 1687055970, '__ci_last_regenerate|i:1687055970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43801501c9461903532fec9d9fbdb38c9aa36dd6', '114.119.165.226', 1686420776, '__ci_last_regenerate|i:1686420775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43810c3c4d4814ba341ac54c3aba8603f751f901', '51.222.253.7', 1662326263, '__ci_last_regenerate|i:1662326263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4381b20a26d2e34dc163fe57135c3863915dbe96', '51.222.253.15', 1685117211, '__ci_last_regenerate|i:1685117211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43833c7976a8ba8ee9bd860241747e5775106116', '114.119.138.239', 1686017545, '__ci_last_regenerate|i:1686017545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43842499ee2faa5364e1f35630fdba78d4894143', '114.119.143.166', 1687991901, '__ci_last_regenerate|i:1687991900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4385ecd0a61300ba72cf537e5659a59d25d99774', '190.56.32.35', 1671922543, '__ci_last_regenerate|i:1671922543;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671921501;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4386051cb1f2c5e9f309b2ec8155289cfcf298fd', '138.246.253.24', 1673109701, '__ci_last_regenerate|i:1673109701;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43862296cb89bad5c9863163473876784f69c8b0', '40.77.167.16', 1673322337, '__ci_last_regenerate|i:1673322336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('438670def162bd61024806d66e5127f3e5acf764', '207.46.13.106', 1671014822, '__ci_last_regenerate|i:1671014822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43873cfaac8c8393d269246b28812f027c1619e8', '190.56.32.162', 1686256733, '__ci_last_regenerate|i:1686256733;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686240010\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"txIFLvnG5grO92CSluE0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43879ec7c3fb2a57207771a91cd8dc9f14ea5087', '17.121.112.221', 1660702501, '__ci_last_regenerate|i:1660702501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('438b97bdd0415283667bb6ec11ec060caf4e7f38', '51.222.253.17', 1681465744, '__ci_last_regenerate|i:1681465744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('438d0befd870fddc19c6c3382ee8b96350b17972', '207.46.13.217', 1684233690, '__ci_last_regenerate|i:1684233690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('438f9312ce4ac671060f7b479de87874daeb850a', '190.148.252.197', 1665509437, '__ci_last_regenerate|i:1665509437;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665509431;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43922d57ac7f12a9280a704134ef2cc66dd61b39', '218.228.25.230', 1651856145, '__ci_last_regenerate|i:1651856145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43926dc2ff8d57c6b46a2b3e5355d7293d402773', '54.245.129.239', 1675518195, '__ci_last_regenerate|i:1675518195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('439284047868f52d121db3a7885b097d20dd7a05', '52.167.144.171', 1684752395, '__ci_last_regenerate|i:1684752395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4392ccece728afb0dd3b14df32fbd8a738ef761b', '40.77.167.27', 1658103725, '__ci_last_regenerate|i:1658103715;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4393084eaad725419d5428bae5e162bbcc683132', '200.119.170.143', 1670186339, '__ci_last_regenerate|i:1670186339;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670186331;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4393463b28ba13f7898565266a5a1b7031ae6bcd', '157.55.39.147', 1672373332, '__ci_last_regenerate|i:1672373332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4393f059172e5e53e0231e08fe5f20208ac30a55', '200.119.173.130', 1675808797, '__ci_last_regenerate|i:1675808797;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675807457;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4396ea929e4f0dfd0b8c60a2a1b1dd3a372774cc', '157.55.39.147', 1672070958, '__ci_last_regenerate|i:1672070958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4399c0c326260fefe516a7eed56f26e6f5b01300', '207.46.13.12', 1675639292, '__ci_last_regenerate|i:1675639292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('439a96cfc726114ad9b493a9dacad96b0362c5fd', '54.36.148.106', 1681231457, '__ci_last_regenerate|i:1681231457;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('439ced81058682ab661ce119c870e8ca148747fc', '40.77.167.175', 1680352707, '__ci_last_regenerate|i:1680352707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('439d14542bc88c8b7314c4e1c347fc9900da285e', '190.56.173.251', 1651947969, '__ci_last_regenerate|i:1651947969;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('439db532e35e3a702819018dc270e128a349a92b', '167.71.176.225', 1673235698, '__ci_last_regenerate|i:1673235698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43a2d8c1fe630aa82ad23230a9870b6f384b1ed3', '120.41.45.199', 1660387575, '__ci_last_regenerate|i:1660387575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43a316fd61e7e48e0fcbf69e13f792eb90d70c6b', '188.241.249.237', 1656286261, '__ci_last_regenerate|i:1656286261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43a368193adbe754cbe8089977560379e29ab7b6', '130.245.169.247', 1657277752, '__ci_last_regenerate|i:1657277750;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43a506797fbc9ecf0b11720373d279750a719a93', '157.55.39.253', 1682542878, '__ci_last_regenerate|i:1682542878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43a58018462127826b33866fb18e9e4897b48afa', '207.46.13.106', 1670777894, '__ci_last_regenerate|i:1670777894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43a5da77d6329249f709eaeeb7443fa13135d3a9', '190.56.173.213', 1683590418, '__ci_last_regenerate|i:1683590418;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683590313;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43a617e30cc90ce06a05f3071722981511d48afa', '157.55.39.80', 1670595659, '__ci_last_regenerate|i:1670595659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43a6da81733c7fc28f3d5cf96a0e83336e65be11', '114.119.132.101', 1685054411, '__ci_last_regenerate|i:1685054411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43a76ad9da5bb6cd96f8cce3e083b1a6fc3aff16', '40.77.167.146', 1687660228, '__ci_last_regenerate|i:1687660228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43ab6e77d8e289db0a1d06f0973b960ef908441c', '40.77.167.37', 1669419381, '__ci_last_regenerate|i:1669419381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43aea1cd18b09cef729972c7f2aff4e9282da638', '40.77.167.37', 1668367158, '__ci_last_regenerate|i:1668367158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43b0c9fc70eb9108f4dbdda5e68662b26139a003', '52.167.144.154', 1687784099, '__ci_last_regenerate|i:1687784099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43b0d8cb92a908b469a21ec7b3dc771e26bd36c9', '52.167.144.74', 1688406027, '__ci_last_regenerate|i:1688406027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43b2fc2decd691bc26365dff71de56324a9ec724', '157.55.39.69', 1671766273, '__ci_last_regenerate|i:1671766273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43b3d4fcf51bdf089785041f8a1237dd8698b25b', '190.148.157.167', 1665600157, '__ci_last_regenerate|i:1665600157;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43b64b699338c6182264b1312ba544f55fd46506', '52.167.144.166', 1686843563, '__ci_last_regenerate|i:1686843563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43b6e51b9fd7ad0be1139e19226e9b4f133419f8', '51.222.253.5', 1669541183, '__ci_last_regenerate|i:1669541182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43b6f62e854303082feafb03871f190f672519e5', '52.167.144.98', 1685746228, '__ci_last_regenerate|i:1685746228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43b83d57ec9bfe2d553af176fb441b682c1ec84d', '114.119.151.168', 1688239325, '__ci_last_regenerate|i:1688239325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43bdb8f942ce5eaa4b1344f20074a64eb2af498f', '54.70.154.37', 1671457258, '__ci_last_regenerate|i:1671457258;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43be0867f843f9df268cba9930710149821d3ef7', '54.36.149.34', 1669692335, '__ci_last_regenerate|i:1669692335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43be2bff0829108cba5fb6e771e43d62d96ae4db', '157.55.39.46', 1672570005, '__ci_last_regenerate|i:1672570005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43bfb24544de11cdb48a8fba3ca12873600e14da', '74.208.2.130', 1672659936, '__ci_last_regenerate|i:1672659936;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43bfdcbbd1d52c8fee7f29548d27999ed6299017', '40.77.167.56', 1673213616, '__ci_last_regenerate|i:1673213616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c050efd422d7fb2b04cc313ff25c8d23d24d8e', '54.187.158.167', 1675173031, '__ci_last_regenerate|i:1675173031;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c0e8446b2a4a0bfe0f1dbc3c4cfdedc0fd8218', '114.119.137.28', 1687513861, '__ci_last_regenerate|i:1687513861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c13bb21a23bc738413aa929aa762511cca5d2a', '106.3.146.202', 1679926506, '__ci_last_regenerate|i:1679926506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c27517fe6e4dd188b665f276d474d9d76e1032', '17.121.112.218', 1651501310, '__ci_last_regenerate|i:1651501310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c30e18623723ac1d95cedf796d43b7daafa340', '190.148.252.161', 1670021954, '__ci_last_regenerate|i:1670021954;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670021948;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c4b8040116034ce1a40ea24d2305372500d950', '190.56.50.6', 1667606251, '__ci_last_regenerate|i:1667606251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667606247;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c6e7457fea978f6aeedee3ad80f2d0c6febaf0', '190.148.87.6', 1668201638, '__ci_last_regenerate|i:1668201638;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668200901;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c6f37918894cbb16ca07173ea785c568e5bf95', '114.119.139.212', 1687075401, '__ci_last_regenerate|i:1687075401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c7311071f84ca87bb0d9a1cb93fd748056ed3a', '17.121.112.156', 1656853314, '__ci_last_regenerate|i:1656853314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c7ffd1be0f20199513c696183d1da649b3badb', '52.167.144.162', 1686100748, '__ci_last_regenerate|i:1686100748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43cc3018f4edba83c41a123906cbddc7d7fec6f8', '207.46.13.127', 1656763940, '__ci_last_regenerate|i:1656763931;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43ced2c04996075cc112f5c91875edf698b795cb', '190.56.50.15', 1667008386, '__ci_last_regenerate|i:1667008369;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667008385;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d032a033ce7aa8a2611fedaa4d9c4b8ecc3139', '114.119.142.15', 1687514757, '__ci_last_regenerate|i:1687514757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d2b06d4fb8ee22d18ec1d5cecf7f628ba3d1e9', '190.56.49.109', 1666131947, '__ci_last_regenerate|i:1666131947;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666131344;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d3c7d1c75e896f3e08f2a09de14f104f6901ba', '17.121.112.84', 1655148435, '__ci_last_regenerate|i:1655148435;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d3d299272759b62b41c176f778654ffd90967d', '190.148.158.151', 1677268337, '__ci_last_regenerate|i:1677268337;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677266647;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d3efb4ad756df3622f64da03f1f3aa63e75fb8', '190.148.158.151', 1677196140, '__ci_last_regenerate|i:1677196140;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677196131;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d41fc4af41df007b357346e39e7f74e838c3ca', '157.55.39.112', 1662715234, '__ci_last_regenerate|i:1662715234;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d61d1a2f3505eb02cc0b7b84ebb0a89c6b7683', '190.148.158.110', 1662079331, '__ci_last_regenerate|i:1662079129;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662079014\";last_ip|s:15:\"190.148.158.110\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662079140;register_id|s:2:\"93\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:37:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d6936a0e972fdd27f0999cf0394eb726e58737', '207.46.13.12', 1675379330, '__ci_last_regenerate|i:1675379330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43d6af0de920098e12a5f4eef3da52d42e47e34d', '66.249.79.194', 1687613830, '__ci_last_regenerate|i:1687613830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43da50a8593670e0f4dce71258b70304102c5e77', '157.55.39.215', 1678261317, '__ci_last_regenerate|i:1678261317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43dc28af8ff1e44cd0a676ac04e922ab785bf2bf', '171.244.201.17', 1660074331, '__ci_last_regenerate|i:1660074331;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43dc4842cfd5afb6fde8b9544b33d5e8aeda0676', '190.148.252.76', 1652821829, '__ci_last_regenerate|i:1652821829;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652800395\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652820438;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43dc63a1d613e1321630cba6979bcbf3b6c6464a', '190.148.252.183', 1681567108, '__ci_last_regenerate|i:1681567108;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681566622;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43deeb978e52dd220f290fb311593b551af63bd7', '124.223.197.157', 1653624943, '__ci_last_regenerate|i:1653624943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43dfd2ff6cf96f77e0ac254b24f216b345515e15', '54.36.149.15', 1657823878, '__ci_last_regenerate|i:1657823878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43e0055e4ad2b53027b5d1fdd49095450c29a1ee', '40.77.167.133', 1684038033, '__ci_last_regenerate|i:1684038033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43e2d1928f11b04bb9288c0604528f22b2677c38', '190.148.157.98', 1679065593, '__ci_last_regenerate|i:1679065593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678966907\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679065186;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43e334c0bab9796d73ce694f36cec861f6cd73b3', '51.222.253.15', 1655739458, '__ci_last_regenerate|i:1655739458;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43e4b2e6f5816027960048e0b5a93fe5c2b7a1cd', '190.148.87.6', 1668275624, '__ci_last_regenerate|i:1668275624;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Gn2lw7NBMDWxuQoSOJbU\";last_activity|i:1668273529;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43e72ebd7791a64fd6d456cd6b765c43cab50cca', '130.245.169.70', 1657360531, '__ci_last_regenerate|i:1657360531;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43e787079148a185d1c41e53125222916d8a667e', '114.119.136.32', 1688175716, '__ci_last_regenerate|i:1688175715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43e9cec2ab54b0086af64385819941afcd52f88b', '190.56.55.0', 1687829222, '__ci_last_regenerate|i:1687829222;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687829174;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43eb324d3d2fc0e3b32a4fe193cc515de6f6f647', '106.75.164.143', 1687190990, '__ci_last_regenerate|i:1687190990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43ee2574d6d5e2e9fabe407f6f0da0e254b22d30', '34.216.18.63', 1684629222, '__ci_last_regenerate|i:1684629222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43ee9a9d93efe3b68b9b05af826e8ee52cd2286e', '114.119.155.239', 1688106451, '__ci_last_regenerate|i:1688106451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43eef80e652b56a157ef0e9cfc61823ca74d9264', '190.148.158.151', 1677508715, '__ci_last_regenerate|i:1677508715;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677496910\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677508487;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43efa733e300d30f8b05c5c25235dd86a36e6c37', '14.29.223.121', 1665464519, '__ci_last_regenerate|i:1665464519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43efb11a748d6438d08046979ab5490ed7a3b26d', '52.167.144.28', 1679231673, '__ci_last_regenerate|i:1679231672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43f19ebb8bd0ebe4eff699331bd3c7d5bdd59bfb', '114.119.148.169', 1687323345, '__ci_last_regenerate|i:1687323345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43f33520f93a14738e1679e419c70362cf9b3dab', '205.210.31.130', 1655877732, '__ci_last_regenerate|i:1655877732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43f6e3dd40dcfd2d4155ce51312ec407633b61d3', '190.148.252.111', 1677790901, '__ci_last_regenerate|i:1677790901;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782391\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ot53WMSrY4PbFqB0CATJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43f7135b6421ea82e0bc98a7dcda80bcb6e1abc7', '74.208.2.213', 1668050279, '__ci_last_regenerate|i:1668050279;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43f7b928e8f54ff64d928c0a9289e11efd3554d6', '190.148.158.175', 1672429288, '__ci_last_regenerate|i:1672429288;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672429263;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43f8e78233ca8b5e574fa72cd62a1df4366b7249', '52.167.144.49', 1677347408, '__ci_last_regenerate|i:1677347408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43fade6226abc515f612e82d55445069e2bc69f6', '190.148.157.80', 1669250079, '__ci_last_regenerate|i:1669250079;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669250054;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43fc2d06ba58c17431841c248b1434de4980ca52', '24.199.84.191', 1681338472, '__ci_last_regenerate|i:1681338470;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43fd0774b02ab775e666f6f977f28d5c7054a4df', '114.119.139.86', 1686241147, '__ci_last_regenerate|i:1686241147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43ff98b268af728a88f2c7cd775fc560524cbdab', '51.222.253.20', 1663441333, '__ci_last_regenerate|i:1663441333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43ffce1ee64d2e738f31e8b23bfca0b7e35ac9aa', '54.36.149.87', 1651120882, '__ci_last_regenerate|i:1651120882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44023d5068887ac18a89f41baef7ac2dc43ec122', '190.56.50.15', 1667232294, '__ci_last_regenerate|i:1667232294;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667225807\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4404537d5a17cdf66f58d4ae3eb7cccb833878b1', '35.226.160.203', 1652048600, '__ci_last_regenerate|i:1652048600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4405680841c8882d006e188c491cf1dcc7fcb45c', '54.36.148.214', 1654141520, '__ci_last_regenerate|i:1654141520;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44062c336a56530d59819ccf2606c753a65f6d50', '157.55.39.171', 1675198396, '__ci_last_regenerate|i:1675198396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4407c317a626281cc8911760b229421d7fce662b', '190.56.55.113', 1673547652, '__ci_last_regenerate|i:1673547652;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673547647;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('440919d156d609f09b9438dc9764d81a1a2f98c0', '51.158.72.122', 1682465756, '__ci_last_regenerate|i:1682465756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('440baafaf907fa84205854a50f3bd197b2d60ee1', '130.245.169.247', 1657277747, '__ci_last_regenerate|i:1657277745;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('440c95efdb1e9e3ef59acf41e993aaf321ddfce5', '106.75.101.43', 1686908274, '__ci_last_regenerate|i:1686908274;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('440d00d4b3931304a68c4d879c482bb5db752b86', '190.56.173.175', 1652973342, '__ci_last_regenerate|i:1652973342;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652888466\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652972735;user_csrf|s:20:\"3xDoPhIuyF6iUfl1RMdC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('440d58808fa950127446c8e10265e02441b6240e', '211.108.187.32', 1650979644, '__ci_last_regenerate|i:1650979644;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('440e5c4e6480794f66b2de7d9db4f55f7d8e4c9b', '209.160.115.40', 1682930805, '__ci_last_regenerate|i:1682930805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('440ea825356b811228c231eff236e09f19056c2c', '200.119.174.123', 1669042891, '__ci_last_regenerate|i:1669042891;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669041077\";last_ip|s:14:\"190.148.158.74\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4413197926a01bd00c091315e38203c93ff47826', '18.206.55.48', 1651508264, '__ci_last_regenerate|i:1651508264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4415ae40d532e1f256af26e5070d1213da5c0743', '52.167.144.61', 1688122058, '__ci_last_regenerate|i:1688122058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44171075bae6ae921570d7def23fac5c702d23e8', '52.167.144.171', 1684983499, '__ci_last_regenerate|i:1684983499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44178e5b0bee4ec30500b7e1013117b54d483e7c', '52.167.144.69', 1676050995, '__ci_last_regenerate|i:1676050995;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4417c78ceb863acffb3cbe6848553bf459223f99', '51.15.22.197', 1659711032, '__ci_last_regenerate|i:1659711031;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('441825834dea056126cabe3c9f1b4a298144ca41', '207.46.13.217', 1681293936, '__ci_last_regenerate|i:1681293935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44183c99ea5994d9f4fa9c63f74542cda34d724f', '52.167.144.98', 1685355236, '__ci_last_regenerate|i:1685355236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4419a41ff76ceb604efd2f05cdabeb75bd80b10e', '50.21.188.6', 1675140685, '__ci_last_regenerate|i:1675140685;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('441aae95f3f25db3e65ecabbf594b463dcac714c', '23.231.13.150', 1658113382, '__ci_last_regenerate|i:1658113380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('441b475d8337cb47256792638739365b02812262', '190.148.252.111', 1677962498, '__ci_last_regenerate|i:1677962498;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677960864;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('441c551b032893ebcb8980010ce1d181f7c26a6e', '51.222.253.5', 1675433371, '__ci_last_regenerate|i:1675433371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('441e88b8f812aa58863a50db3a6324d9993a221e', '5.188.62.76', 1659544377, '__ci_last_regenerate|i:1659544372;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44216c66b15810aa69406328a408c5fe950d02e5', '34.214.70.41', 1675430379, '__ci_last_regenerate|i:1675430378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4421e01ccc71db37526dc285003cc0e8425f825f', '190.148.157.127', 1668293695, '__ci_last_regenerate|i:1668293695;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668293238;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4422af466b9a738cc3bf24cc839bcb5bcf45960d', '157.55.39.54', 1659265635, '__ci_last_regenerate|i:1659265635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('442337bf15e87d1a988423bc20b7782e15e81c3d', '200.119.170.113', 1666714166, '__ci_last_regenerate|i:1666714166;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666714166;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44235b5bdbb0a8a9b1b57855409dd84704f7805a', '66.249.74.98', 1686969577, '__ci_last_regenerate|i:1686969577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4427140f4b5b807030c1e4dcf90a4dda5d42a73c', '40.77.167.225', 1680532182, '__ci_last_regenerate|i:1680532182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4427270715a2411ba37d19b2332d563bc63e15b6', '40.77.167.63', 1672306974, '__ci_last_regenerate|i:1672306974;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('442761d72cbf999a6d1dd70fb3c78ead70680982', '207.46.13.210', 1677321419, '__ci_last_regenerate|i:1677321419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44297bd97ce8bfba899839a10ddc7ec3e9876213', '200.119.173.177', 1684887310, '__ci_last_regenerate|i:1684887310;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684887240;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('442a1e92c3ed57eae91258a4ceba4f9655b337a5', '40.77.167.182', 1683635829, '__ci_last_regenerate|i:1683635829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('442d1ec9f0a0ac7e7a5d9af50b0351ca66bd333b', '149.57.16.7', 1653807037, '__ci_last_regenerate|i:1653807037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('442d24babf3d48697d84e17104fbc1b853b4a118', '114.119.149.90', 1688247470, '__ci_last_regenerate|i:1688247464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('442fb3c9e18861068ee48195bc328cdeefdae170', '114.119.130.97', 1685532056, '__ci_last_regenerate|i:1685532056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('443194e3e235d05908cad0ae4922a6001d8ab137', '157.55.39.79', 1670243631, '__ci_last_regenerate|i:1670243631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('443318d20c02de0434435ad434c3c2e55231cf84', '130.245.169.70', 1657360537, '__ci_last_regenerate|i:1657360537;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4435a2962918e8757a6d57dfccb649eca94a34c1', '190.148.157.53', 1683750262, '__ci_last_regenerate|i:1683750262;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683750155;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4437072d57d913e72411de07e471e4c9a16a36b8', '207.46.13.41', 1670998404, '__ci_last_regenerate|i:1670998404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4437d72037fc04a3a349216e2fc0722b37f69065', '157.55.39.144', 1664603274, '__ci_last_regenerate|i:1664603273;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('443f1a5afdff9e5d641b1b644aa4e8899abb6968', '51.222.253.7', 1686616676, '__ci_last_regenerate|i:1686616675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44408c0660cf09fbc2f049b21d25759d559a4ee5', '52.167.144.171', 1685522096, '__ci_last_regenerate|i:1685522096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44412ec7aeea3abdb0af02e97037562b6bf3df23', '114.119.156.49', 1688283067, '__ci_last_regenerate|i:1688283067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4441d509def46ddcc58d41214426c4588b5c69dc', '54.36.148.184', 1654636923, '__ci_last_regenerate|i:1654636923;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44431af5fc56bb047c1c070f319c8d6a492f0aaf', '114.119.136.75', 1688269234, '__ci_last_regenerate|i:1688269234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4443e2e693c36a6702d7a895fa1f2226303aecc5', '157.55.39.180', 1667503645, '__ci_last_regenerate|i:1667503642;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('444709087fbebe9dfd2cf7ff9c6028ff86b27126', '157.55.39.164', 1663590283, '__ci_last_regenerate|i:1663590283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44488af254c3b21bbfbe4c5887364f486e1ce64f', '157.55.39.217', 1683275305, '__ci_last_regenerate|i:1683275305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('444a6ea46d131c99561b1b504dc93e9adeebdd91', '40.77.167.106', 1687185662, '__ci_last_regenerate|i:1687185661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('444b8fa26f87bf695ef90823eec4feffc6751f95', '40.77.167.225', 1680248996, '__ci_last_regenerate|i:1680248996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('444bd3e08454c0a657f30421a8969c520324b727', '190.148.252.116', 1653418582, '__ci_last_regenerate|i:1653418582;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"3DL5rVFTz7YSOpHfqdRl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('444c1aca3714800bb527767036607f3f28be929b', '52.167.144.26', 1682466960, '__ci_last_regenerate|i:1682466960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('444ef7245b60fbedf566ba5e805f955eda378849', '52.167.144.98', 1684132475, '__ci_last_regenerate|i:1684132475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('444f789171d99b2ed7f70957eb78aed0a4c8412f', '52.167.144.95', 1678193490, '__ci_last_regenerate|i:1678193490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445125ec779f648b63fed2c392573e314e93a172', '54.36.148.6', 1672244008, '__ci_last_regenerate|i:1672244008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445286c54578474a8bafab936771e5e63da713e9', '114.119.140.27', 1685622380, '__ci_last_regenerate|i:1685622380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44541c82348e00a2034f352b53ad996725ebb078', '207.46.13.41', 1664659518, '__ci_last_regenerate|i:1664659518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445427abab7ff4f2d3d661e2943f8a5539af0f40', '190.148.157.88', 1668532071, '__ci_last_regenerate|i:1668532071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668532068;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44544438747d575ded7bc1ae66eb82df7f1453d0', '190.56.173.160', 1655821564, '__ci_last_regenerate|i:1655821564;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655778367\";last_ip|s:14:\"190.56.173.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655821564;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4454d2a6be44c6f72530f2a34b5accd38a8693ed', '52.167.144.89', 1679757090, '__ci_last_regenerate|i:1679757090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445672d4023f9b0e20dd4322f5fcc25738df4a88', '66.249.73.230', 1652468951, '__ci_last_regenerate|i:1652468951;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4458487aeedba60c1fa29578026567d9f1bb997e', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445a1e75b3de0c3e1fc23c08fb75b2c0fc53f770', '51.222.253.14', 1668246875, '__ci_last_regenerate|i:1668246875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445aa3e87c653c3613304e2f03d3c9f42c447ff6', '190.56.55.48', 1687354349, '__ci_last_regenerate|i:1687354349;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687354346;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445bfe80a675bb65606142808a4dfc82df483ce9', '52.167.144.98', 1685240965, '__ci_last_regenerate|i:1685240965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445c078e1e54cee3c7bc8a87d0b6e75981ee9602', '66.249.77.164', 1686572683, '__ci_last_regenerate|i:1686572683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445c4912afd4b32f5649c78ee85a47ca7ec5c439', '190.148.252.183', 1681303721, '__ci_last_regenerate|i:1681303721;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681303717;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445d7dcf0bcc3bdb7a5255883496dff6cb3b59cb', '157.55.39.227', 1688505776, '__ci_last_regenerate|i:1688505776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445e2c6f1d2b4ea85ed89e82f4c7288e47a561a9', '52.167.144.171', 1685493101, '__ci_last_regenerate|i:1685493101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('445ef01a974be91ca54834d7de670b48dd26ccf4', '40.77.167.80', 1686849296, '__ci_last_regenerate|i:1686849296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('446156ea93c0acc0a451d12c0b6fdf5fbe7fc72c', '157.55.39.125', 1654446421, '__ci_last_regenerate|i:1654446421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44616c4e8d5115a53c16e56752ebeed2b4f126a6', '66.249.79.175', 1674173756, '__ci_last_regenerate|i:1674173756;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4462f7ff4d0e652b767d93acd4fe73b28e68840b', '51.222.253.1', 1674067972, '__ci_last_regenerate|i:1674067972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44632f6fa407d95cbbd30341931a8b4cc3d65cfc', '149.56.160.191', 1661469060, '__ci_last_regenerate|i:1661469057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('446a9c43e386889fa58d092c54f2a2667771d3f5', '190.148.87.97', 1655942600, '__ci_last_regenerate|i:1655942600;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655907480\";last_ip|s:15:\"190.148.157.192\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655941982;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('446d051c7c6ae25ea4eaf9222bd145a7b26a913d', '52.167.144.108', 1680261268, '__ci_last_regenerate|i:1680261268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('446d46a0affe869c49eb9feaa646aeec9baf094b', '40.77.167.64', 1674918174, '__ci_last_regenerate|i:1674918174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44702231516195d5800df4522d013aff7328e9d7', '200.119.170.221', 1664391867, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664391867;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664391825;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447064e53ada84b45aa6e28ce36814eb3d5980ce', '40.77.167.27', 1659267856, '__ci_last_regenerate|i:1659267846;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4471b828bdaf80133e0dc56e07998a962721e3e1', '51.222.253.15', 1687118553, '__ci_last_regenerate|i:1687118553;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4471e3ab04204cb8b52a5772c51a73dea6387471', '52.167.144.162', 1687333379, '__ci_last_regenerate|i:1687333379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447334f9fd18d587317f874b0da9db463239fc4c', '168.119.59.115', 1651182398, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4475a6a70e62fa035a9a5072422b88e7399cc12c', '190.148.157.173', 1652755992, '__ci_last_regenerate|i:1652755992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44764b36536db39fda17066ff8fd1c9cc9a343ef', '18.206.55.48', 1659436362, '__ci_last_regenerate|i:1659436362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44771d6d4d8427e2f9bd7c1b4326ece73449097f', '137.184.189.110', 1687945707, '__ci_last_regenerate|i:1687945707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44780d57a76d5d16d7fd0a23b15d67e90067f6c2', '52.167.144.162', 1687246652, '__ci_last_regenerate|i:1687246651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4478b144001457346c39638260c090ff3f667b3d', '66.249.79.200', 1682291262, '__ci_last_regenerate|i:1682291262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447a0d824196b8fb42c905340a63173efdd725ca', '190.56.49.237', 1665859291, '__ci_last_regenerate|i:1665859291;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665857066;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447a83c63064bacc4c78c64bec2efdc89029e70a', '190.148.157.53', 1684012546, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684012546;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684012462;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447aa301c90bc92901ac55641c419804bc397511', '200.119.174.34', 1654207569, '__ci_last_regenerate|i:1654207569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447c5009f0af74dee0bbf5dd8305c5478591a36e', '40.77.167.123', 1683381395, '__ci_last_regenerate|i:1683381395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447c732231f04cdd4f6b6a29f1a7ba16a69c3ff1', '190.148.87.6', 1668365867, '__ci_last_regenerate|i:1668365867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668364919;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447d75244964c276caa16675b36ece968aa491f8', '157.55.39.62', 1659373695, '__ci_last_regenerate|i:1659373684;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447e4680c70a26c40172148aa762495af743c6bd', '207.46.13.41', 1670998403, '__ci_last_regenerate|i:1670998403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44804c49d3b4f7cea848a20bb59a11da72237446', '40.77.167.123', 1684025448, '__ci_last_regenerate|i:1684025448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4480d00e5307db7919cfe2315d8eba48b5c2f0b7', '40.77.167.45', 1670600819, '__ci_last_regenerate|i:1670600819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4481111c8907f9cd6b9b718520efb567eff0ccb4', '52.167.144.171', 1685240969, '__ci_last_regenerate|i:1685240969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44829ced9c19df531688f10dd7f63e294cc2e790', '114.119.139.94', 1685039072, '__ci_last_regenerate|i:1685039072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('448391129b49ae852ac7553f4366c032973d3788', '207.46.13.217', 1684135184, '__ci_last_regenerate|i:1684135184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4484ae9436778201904b7c112a0e03428f0225c9', '54.36.149.78', 1669148492, '__ci_last_regenerate|i:1669148492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4484f17cc30ae0b608c43de2c2812f1c0d3dcab5', '207.46.13.212', 1677253633, '__ci_last_regenerate|i:1677253633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4485c96525eaa0a996b8f0d36c5fe0efa06819ef', '51.222.253.5', 1683689568, '__ci_last_regenerate|i:1683689568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('448634c854bb82278c852b3e8fdc1c26c9b737ec', '190.56.173.175', 1652975206, '__ci_last_regenerate|i:1652975206;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652888466\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652972735;user_csrf|s:20:\"dJwclRF6jISUWpmN2gLQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44876f1319a7fd2570058c976463331fe6a1bffd', '52.167.144.98', 1685528778, '__ci_last_regenerate|i:1685528778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44880f8595ec5a5bd1863b284354256cf942a2a9', '54.36.149.70', 1681264748, '__ci_last_regenerate|i:1681264748;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('448a4df074185a1c8491d6ee1d8f15ae76ded1ae', '52.167.144.98', 1686025306, '__ci_last_regenerate|i:1686025306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('448bc94c1896d0f7a07fecf5cf450ff3fec91bb4', '114.119.137.173', 1688067122, '__ci_last_regenerate|i:1688067122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('448c2b9928f82bdcf2ece4bc62496fca67807a13', '52.167.144.162', 1686165096, '__ci_last_regenerate|i:1686165096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('448f712858d17a918cb63190dc043bf9f4b447cb', '190.148.157.88', 1668556203, '__ci_last_regenerate|i:1668556203;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668555516;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4492d337b78b909d8dc8458a7485fddd67c17ce4', '207.46.13.217', 1684083323, '__ci_last_regenerate|i:1684083322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44932822b80859398d62b0cb1654434d96267087', '114.119.130.12', 1687514479, '__ci_last_regenerate|i:1687514479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4493b41adf140f0b3088869f82cf546482e6666f', '200.119.173.130', 1675816146, '__ci_last_regenerate|i:1675816146;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675815690;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4494bc019d549e1139f112dcaeab09e35d704c01', '52.167.144.162', 1686467779, '__ci_last_regenerate|i:1686467778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4494bcc9ad16bcb26f67adf5ea1ecaafd1cbd8e9', '40.77.167.11', 1674432064, '__ci_last_regenerate|i:1674432064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4495049168b6d13f616bb80e1b1071944091221d', '51.222.253.16', 1658868274, '__ci_last_regenerate|i:1658868274;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4497dc3bbd08c895a3696f0b815a87b4bb42039e', '190.148.158.151', 1677428523, '__ci_last_regenerate|i:1677428523;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677428480;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('449a0c2e2c97f5d98938d91abe612c495fe4c525', '40.77.167.79', 1653525438, '__ci_last_regenerate|i:1653525429;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('449baf001c8ad10598db51b2e54def7a3a54d246', '51.222.253.8', 1663251446, '__ci_last_regenerate|i:1663251446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('449d309eb96852c1c95d1979774f43cf70843776', '190.148.252.111', 1677932594, '__ci_last_regenerate|i:1677932594;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677932591;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('449d83537925017aae3c0629fb1d86c6c7ac4194', '40.77.167.236', 1677361903, '__ci_last_regenerate|i:1677361903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44a4b89d3b63bfa5ab17bf346f85eeca1ed931a3', '200.119.173.67', 1679357040, '__ci_last_regenerate|i:1679357040;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679357040;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44a60057f051b2831083d02cbf556f1e2ce07f72', '207.46.13.230', 1656483763, '__ci_last_regenerate|i:1656483763;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44a71b938b7a1ea38c8a2fbee40bc788f93b0903', '51.222.253.19', 1681459100, '__ci_last_regenerate|i:1681459100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44a85a1171e28a5999f305c4144d2f17709e2c82', '52.167.144.154', 1687645799, '__ci_last_regenerate|i:1687645799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44a919506d0f147fbf411174957dd7b4ed1b4658', '34.215.54.180', 1684713651, '__ci_last_regenerate|i:1684713651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44a95d78444e46a1198a2371937a8f955d9a99bc', '190.56.32.32', 1686055212, '__ci_last_regenerate|i:1686055212;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686055207;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44a9d48bcbe0540aaec9ae51aea3e7f0e3d958f1', '40.77.167.49', 1665162241, '__ci_last_regenerate|i:1665162241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44a9dcef6f874964a5fc3b35709afff66a2da257', '51.222.253.5', 1675779333, '__ci_last_regenerate|i:1675779333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44aa870008c7a732099f6af367f7ca2f53a29504', '190.56.50.126', 1658180174, '__ci_last_regenerate|i:1658180174;requested_page|s:9:\"admin/pos\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657922394\";last_ip|s:14:\"190.148.87.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658179886;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44aac66232d304979d2cedcf62f454b73f9354bd', '143.198.8.50', 1650794151, '__ci_last_regenerate|i:1650794148;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ae3d963eb44b7374574e95c69f61c932113fde', '114.119.145.160', 1688180690, '__ci_last_regenerate|i:1688180690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44b7bbaa7a3844925135e395d0edce232d7c9422', '144.217.135.245', 1679336583, '__ci_last_regenerate|i:1679336573;requested_page|s:13:\"cart/checkout\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44b7f4cebe096e483694548eada1c1f8928b27ff', '114.119.144.165', 1686551543, '__ci_last_regenerate|i:1686551543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44b8dc526e7f22912dbc914201c85a5f1208a6c7', '190.148.157.206', 1679528132, '__ci_last_regenerate|i:1679528132;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679527690;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44b986b1a7b52f03a42ef0350637721af9f0e185', '54.36.149.63', 1681459098, '__ci_last_regenerate|i:1681459098;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44b9caae598eb31022d1ea4ab6e2a7b3a60f23e6', '190.148.252.183', 1681608156, '__ci_last_regenerate|i:1681608156;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681607703;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44baaf404160e1420e20bb7de3fae0ac4353f9be', '207.46.13.207', 1678668143, '__ci_last_regenerate|i:1678668143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44bb8fc16bb836acdb1ff421c844caf07b02830f', '146.59.157.229', 1650750679, '__ci_last_regenerate|i:1650750677;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44beaace05d90741f34ecede6a041fae65dd6529', '45.92.229.32', 1688488954, '__ci_last_regenerate|i:1688488952;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44bf0bfb7363b2ba658912033943b3497f5a5f3f', '144.217.135.140', 1658780068, '__ci_last_regenerate|i:1658780066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44bf307984b9d01141f4fcee0a0347f0e57cc710', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44bf4e69c2c13b106d76c57b37c61aac86c9f102', '40.77.167.182', 1683648314, '__ci_last_regenerate|i:1683648314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44bf6f4ef4d0fe1128dbe4655b19c32c1d7e3c85', '207.46.13.6', 1671783536, '__ci_last_regenerate|i:1671783536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44bf945f2dc27dd7a530bf37d86e21fc640e413c', '40.77.167.63', 1672124197, '__ci_last_regenerate|i:1672124197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44c3564d8a67dccceed64aba4c1afae6f7cd9872', '54.36.149.91', 1653170452, '__ci_last_regenerate|i:1653170452;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44c386e1fd792a69860b04b670fcf5719ffb51da', '200.119.168.250', 1680973844, '__ci_last_regenerate|i:1680973844;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680973766;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44c532ab20202c62d514a8711a6befd01a90987a', '54.36.148.214', 1659773558, '__ci_last_regenerate|i:1659773558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44c7e8440835c497fdfc9fe45900b028b28b99e9', '40.77.167.60', 1671597856, '__ci_last_regenerate|i:1671597856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44c9998bb256c3ad543810f78ff395d303a6926e', '190.148.158.69', 1685880217, '__ci_last_regenerate|i:1685880217;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685880214;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44c9c64d430ee51c471e45442b22304f5f4f5fff', '54.212.113.134', 1670506103, '__ci_last_regenerate|i:1670506103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ca0ae041deeae2fcb5ca19d882295c19eec28d', '157.55.39.105', 1676894942, '__ci_last_regenerate|i:1676894942;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ca1b101f0d8c89cda66c9f371a479fb9bb68e0', '200.119.169.52', 1664908760, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664908760;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664908120;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ca2c1494f8dd806d624cdccb2a545482a7621e', '51.222.253.12', 1685214681, '__ci_last_regenerate|i:1685214681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ccbdefee4265d8de8ac4fce0722c0e400ef3d5', '40.77.167.100', 1672373328, '__ci_last_regenerate|i:1672373328;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44cd46c9545dbc08973446a3963c7143c08481dd', '40.77.167.227', 1681998517, '__ci_last_regenerate|i:1681998517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ce466dc0d7710c3942384b90859302dcd1d633', '34.146.29.24', 1661085015, '__ci_last_regenerate|i:1661085013;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44cf53b82181891199587eef43ed809bec48d927', '54.36.148.124', 1661048700, '__ci_last_regenerate|i:1661048700;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d079f868479ac49bcef8f31457652bcf7b0849', '207.46.13.210', 1677382444, '__ci_last_regenerate|i:1677382444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d0ccfd70cef5cc51fcd72cbdd7fab71ede71cb', '51.222.253.11', 1671773512, '__ci_last_regenerate|i:1671773512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d0e302308d66b9eb25952ff7cb9fa8b4cc74d5', '13.66.139.1', 1674605341, '__ci_last_regenerate|i:1674605341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d1d730eb25b685e06bf66eacdd4051aad8b784', '190.148.252.88', 1670782217, '__ci_last_regenerate|i:1670782217;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670782215;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d221f1c958d99846b0d4655753cadede2caac3', '190.56.173.136', 1687902453, '__ci_last_regenerate|i:1687902453;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687902446;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d38fba65c55fbea2676a275ac1847120ab8156', '52.167.144.76', 1681847931, '__ci_last_regenerate|i:1681847931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d4d42dc5b6b6a2d85658320bc26cc16e98de53', '17.121.112.186', 1660702817, '__ci_last_regenerate|i:1660702817;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d7a1f5911dde5c9784ab40e7e639e0bb0326d3', '114.119.146.211', 1685623745, '__ci_last_regenerate|i:1685623745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d7c12a98da2e4a67155ea899445e90a734a35c', '17.121.112.190', 1658270678, '__ci_last_regenerate|i:1658270677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d810034498aefed32b8a98a05362498441e36d', '157.55.39.54', 1658707709, '__ci_last_regenerate|i:1658707709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44d919fc573bc83d0a5447ac14b58139ca4a8bae', '50.21.188.103', 1672705002, '__ci_last_regenerate|i:1672705002;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44dac2809e9fa1fa8aad5c07099679f5f3804530', '207.46.13.41', 1671316000, '__ci_last_regenerate|i:1671316000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44daf2182e981acc333fd344214f9ee1c7d1b22d', '200.119.168.48', 1668095129, '__ci_last_regenerate|i:1668095129;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667918842\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44db76e2ad94993e8eba67c4b004fed2977ca22c', '40.77.167.45', 1670257394, '__ci_last_regenerate|i:1670257394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44dbd442c9abd4aa2762e6d6862b2d5e52ca2dc4', '106.75.103.44', 1654817918, '__ci_last_regenerate|i:1654817918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44dc11273d61ec64e2c3d06f884dac044a408ea5', '54.184.64.225', 1655384901, '__ci_last_regenerate|i:1655384901;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44dc7aaf0a842c57fe20e13f95e909f1216a0055', '20.15.133.171', 1687603331, '__ci_last_regenerate|i:1687603331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44dccd9305dbe37991c7aebda806caf71555576a', '114.119.132.202', 1686575298, '__ci_last_regenerate|i:1686575298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44dd6fa3d2f4d15c9200eb2efd4abd8af962c13b', '114.119.142.42', 1686317045, '__ci_last_regenerate|i:1686317045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e2243d8f4b762685d0c17907d8b32b12531e81', '40.77.167.13', 1672198477, '__ci_last_regenerate|i:1672198477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e24698c66699bddf5607042e32abb1bb4c74af', '143.110.166.51', 1688372072, '__ci_last_regenerate|i:1688372072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e4be4ab75ec0ffd50152b6ed034ce90de4b081', '114.119.154.135', 1688108727, '__ci_last_regenerate|i:1688108727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e504414eb7fdfd82a6b0c11abf18c4c6195ae1', '44.236.207.248', 1654183263, '__ci_last_regenerate|i:1654183263;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e54823de7d0f614d4297f17404f3d8300bd663', '190.148.87.6', 1668206578, '__ci_last_regenerate|i:1668206578;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668178010\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e68a78aa8b44a818644759fb9bda2516fe68e6', '17.121.113.157', 1659698731, '__ci_last_regenerate|i:1659698731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e6d52718d63464d5908e8602ab4660a1f27f39', '51.222.253.5', 1684724174, '__ci_last_regenerate|i:1684724174;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e710bb8220ce5d6545b94472a9d159876ca8e0', '52.167.144.171', 1685679498, '__ci_last_regenerate|i:1685679498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e7948434d4a429db17d3fa1619a80498ea978b', '190.148.157.98', 1679094548, '__ci_last_regenerate|i:1679094548;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679094347;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e7f8b3cff32b67a1c62af23a327bc5389c5c78', '52.167.144.162', 1686779622, '__ci_last_regenerate|i:1686779622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44e82ca9625a57f5b9b3cfb4dab67b8d4caa25a8', '130.245.169.70', 1657360530, '__ci_last_regenerate|i:1657360530;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ea91577517017dd1d03cd83666225f44b5c2bb', '207.46.13.12', 1675605676, '__ci_last_regenerate|i:1675605676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44eb42cd6df2295fca34f4c23c06bc0c6c34a8b5', '114.119.132.153', 1686275214, '__ci_last_regenerate|i:1686275210;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ec385a66e5bb79fda0c664102500e94d565dee', '52.167.144.162', 1686208419, '__ci_last_regenerate|i:1686208419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ee21595fd4689f089970c0fcba28382aab3636', '52.167.144.162', 1687271180, '__ci_last_regenerate|i:1687271180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ee9b2e277bbda7135d9a630c5b53319ac470e7', '114.119.145.139', 1687175243, '__ci_last_regenerate|i:1687175243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44eeef58d2ce3ae23ad4ebbde15db8962b353e27', '69.167.12.35', 1681555076, '__ci_last_regenerate|i:1681555076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ef84db56395ff79c26a36ec15e21e6dcccfd3b', '175.44.42.73', 1667549081, '__ci_last_regenerate|i:1667549081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44efee44dc3ab34847997301b1db193057a83b79', '190.148.87.182', 1679859709, '__ci_last_regenerate|i:1679859709;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679859564;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44f0c6c788b22beefd9d9d9e40a22d1c701acc7c', '40.77.167.123', 1683980126, '__ci_last_regenerate|i:1683980126;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44f168af7a697d831aa86ac29a54ba4f4bb6a956', '52.167.144.66', 1677702585, '__ci_last_regenerate|i:1677702585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44f2a94c573f46a125d7c73d3ac90847869d7b45', '52.167.144.164', 1686162232, '__ci_last_regenerate|i:1686162232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44f34779d9ac42d537a7781b96b1e4cd350b76e9', '52.167.144.43', 1683939968, '__ci_last_regenerate|i:1683939968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44f66c8b8dc6b17c8b659e26b5d030c31be1469a', '69.160.160.60', 1662188503, '__ci_last_regenerate|i:1662188503;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44f66f498aead1ddd1f06c917178efd651df2005', '51.222.253.11', 1651182580, '__ci_last_regenerate|i:1651182580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44f7b94f6a4b3c6a58d08d186194d4ce001f59db', '52.167.144.166', 1686916850, '__ci_last_regenerate|i:1686916850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44f97f6592de4d794bc855f79f0ba3092da44fee', '190.56.48.81', 1666012052, '__ci_last_regenerate|i:1666012052;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666011017;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44fc139e705caa71fbeee99667f506ebbecbd574', '190.56.55.48', 1687269572, '__ci_last_regenerate|i:1687269572;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687269566;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44fd0c37a2fd3b2ae7d46c43de689fdf0a8c0f09', '190.56.50.15', 1667134610, '__ci_last_regenerate|i:1667134610;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667134606;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44fef16eb33bfe32eba2162e7e6b72c327ef1dde', '114.119.147.75', 1687335503, '__ci_last_regenerate|i:1687335503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ff95093c498fecf48e50dbc0ec912c82ac3101', '190.148.252.197', 1665583651, '__ci_last_regenerate|i:1665583651;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665582365;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ff97de694dd46a929e470f6fb44ecb823fccdd', '207.46.13.17', 1674073359, '__ci_last_regenerate|i:1674073359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45010cbaeb35657576028726e6ccc41352be9253', '35.239.59.100', 1651094043, '__ci_last_regenerate|i:1651094041;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('450165ff044e0d127478607419e7984573294ec6', '114.119.153.108', 1686582424, '__ci_last_regenerate|i:1686582424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45037ce58d5b2deea0b84e3283e40fe0cece005e', '66.249.65.165', 1668543523, '__ci_last_regenerate|i:1668543523;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('450681a5aea11ebf07790b917e9e77db8c0b21d0', '40.77.167.249', 1680628167, '__ci_last_regenerate|i:1680628167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45075dd5a6fea14c720b6c288a71e5bcdee4c9eb', '157.55.39.147', 1672530683, '__ci_last_regenerate|i:1672530683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45083638df307943cce4547b3debe99bd69459a7', '190.56.55.32', 1657128425, '__ci_last_regenerate|i:1657128425;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657072722\";last_ip|s:15:\"200.119.173.131\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657128420;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45085e2cea493707927b6bdda2d2586221d9e9f8', '132.147.88.17', 1652867977, '__ci_last_regenerate|i:1652867977;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4508e931793e9f044590f7f61645893b76fbc63d', '157.55.39.79', 1669577780, '__ci_last_regenerate|i:1669577780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45094a47cab9ac37eca0d725a8bf71d25db54f05', '40.77.167.11', 1673468184, '__ci_last_regenerate|i:1673468184;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('450a0240ea3ad5b90f1fcc6a37b6ea9f9636481d', '40.77.167.175', 1679838588, '__ci_last_regenerate|i:1679838588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('450c1443f1c51236e7192b0a28a8beda80eb63d1', '51.222.253.2', 1682465767, '__ci_last_regenerate|i:1682465767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('450d1a31d5c17b0d424edbaff4964f00b2a4a6e0', '114.119.142.125', 1688204799, '__ci_last_regenerate|i:1688204799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('451195e7031fcc8937e666ee03ee62bf97ccc635', '51.195.216.255', 1650895690, '__ci_last_regenerate|i:1650895665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4512c9213fe344ca1f6cc5e4d20b0b4b84858bd7', '52.167.144.162', 1686219974, '__ci_last_regenerate|i:1686219974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4513166b55c90c509b8f785a66c87eca78b8de13', '51.222.253.15', 1651182581, '__ci_last_regenerate|i:1651182581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('451550cd19e8936baa70bafca7e5c3b15e1421f1', '76.72.173.2', 1675554678, '__ci_last_regenerate|i:1675554678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4516764f1f3ef6b644509fcbc0f2cb87f39a7063', '40.77.167.182', 1683221773, '__ci_last_regenerate|i:1683221773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4519c380751c62308bbd1d9ca2e9bb16f5c66676', '5.188.62.21', 1653293755, '__ci_last_regenerate|i:1653293752;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('451a1682910620b3f97dc0bdc587909df2051fb6', '45.32.203.197', 1652142266, '__ci_last_regenerate|i:1652142265;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('451ac41cb870f138bf8151e81824d6449f08be39', '190.56.173.213', 1683296576, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683296576;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683296572;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('451dcea365421e956e9a9c3f70fce9f273fb0906', '17.121.113.68', 1658450040, '__ci_last_regenerate|i:1658450040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('452083b92c937bc583844369133cad0a25f5dfeb', '190.148.87.182', 1679613260, '__ci_last_regenerate|i:1679613260;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679592989\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('452313fc75a001f005fc3127a74a9aaaeb31fa43', '157.55.39.194', 1674403698, '__ci_last_regenerate|i:1674403698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4523e9184d19d3eae136187d695cd69a4ca3fb1c', '190.148.157.98', 1678979141, '__ci_last_regenerate|i:1678979141;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678979129;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45261f1e4adb59d2f904410dd2b7d3fa38a23d9c', '40.77.167.11', 1673919441, '__ci_last_regenerate|i:1673919441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('452858a128bb6eafdc474846e8c8e99ec44623d1', '192.64.4.26', 1680865990, '__ci_last_regenerate|i:1680865990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('452fbbab5f941b49eb1272e07420e4d0ed9b0313', '52.167.144.154', 1687774404, '__ci_last_regenerate|i:1687774404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4532cd365fb77e10e2b7e2b84e3e0fa1a9033627', '157.55.39.79', 1669776843, '__ci_last_regenerate|i:1669776843;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('453336ef508a16a717ba50f7a430403501afcaaa', '190.148.87.182', 1679770243, '__ci_last_regenerate|i:1679770243;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679770241;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45343104b0a2a5ad2ecfd5f97fa15bed9eea9337', '200.119.173.177', 1684937711, '__ci_last_regenerate|i:1684937711;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684937528;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4534f9562ee5316177db5e156ece1fa6dccb76b3', '130.245.169.139', 1657878943, '__ci_last_regenerate|i:1657878943;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4539fdbf421e1ef72e349979db28aca989b49acf', '40.77.167.11', 1673146931, '__ci_last_regenerate|i:1673146931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('453af86132bcbfe6c589ee0a8276d1d0345f4547', '190.56.49.109', 1666102240, '__ci_last_regenerate|i:1666102240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666099327;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('453b92fe295249508f25446972a8d323a5eba50a', '190.148.87.96', 1678224249, '__ci_last_regenerate|i:1678224249;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678113762\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YrW5g46dsMaLU92hVycX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('453bcd060ea347063e4869ab54f1bbe38518d871', '54.200.216.135', 1673530977, '__ci_last_regenerate|i:1673530977;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('453ccd935df5078ab7bc0c8157aa10ebf08e61d1', '173.249.31.237', 1659409041, '__ci_last_regenerate|i:1659409041;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('453dd5024f46bfacd0e13f5d157c1560b41a6ec6', '68.69.184.110', 1686422151, '__ci_last_regenerate|i:1686422151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('453e803d449608f16de3905df2b1ce537c9eb037', '200.119.168.48', 1668111866, '__ci_last_regenerate|i:1668111866;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('453f52cfd82ea5fc123e85650d180a64833d0465', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45419eb803b7c3b9686b9a38b5b34a06f0ce2017', '114.119.146.206', 1685685271, '__ci_last_regenerate|i:1685685271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4544b6f58495f3690aaa58c96988fefb0460653d', '52.167.144.61', 1688057258, '__ci_last_regenerate|i:1688057258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('454658c90e81e86ddb6eb8e8c2fa7910067873c0', '200.119.172.126', 1652823517, '__ci_last_regenerate|i:1652823517;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"hCIHOuPFKgbadU742TLZ\";last_activity|i:1652820336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45489c825c53982c7fe17dc2a3ba3aebcf533696', '190.148.252.178', 1657485949, '__ci_last_regenerate|i:1657485784;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657401924\";last_ip|s:15:\"190.148.252.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657485949;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4548a46c394e6a3ae421869c9d08599630a48811', '190.148.87.182', 1679582236, '__ci_last_regenerate|i:1679582236;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679582234;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('454a12785f456452851dd6c6b6a085292ec72b0a', '52.167.144.164', 1686667311, '__ci_last_regenerate|i:1686667311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('454aab01f5c44ae2f23d1f8f6b9de73c147f3074', '157.55.39.62', 1659220739, '__ci_last_regenerate|i:1659220728;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('454bfd1b9881f77aa302985a6833976cff3388f1', '8.41.221.54', 1653526301, '__ci_last_regenerate|i:1653526298;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('454e34b16f70f99aab73e8bc2029454e05ac477e', '52.167.144.164', 1685389009, '__ci_last_regenerate|i:1685389009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('454f1db4a9a14f9208f79cfb517c90d481aef49b', '5.188.62.21', 1656412884, '__ci_last_regenerate|i:1656412884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('454f80cc2eb9471d242f585717a78a901db8f143', '144.76.151.42', 1650866365, '__ci_last_regenerate|i:1650866365;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45504488868634f6c1b0a23f0cac8b1cdcd329b9', '190.148.158.69', 1685973450, '__ci_last_regenerate|i:1685973450;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685973447;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4551ec3f5b269f3c25b5aa7a964b40455ab67d0a', '190.148.157.98', 1679055922, '__ci_last_regenerate|i:1679055922;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678966907\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679055266;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45522c95181c995bd55ec16e6d6b6f2b537f63c9', '190.56.55.113', 1673484763, '__ci_last_regenerate|i:1673484763;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673484713;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4554d5b643ece78c8543713df43ed537f13b3f51', '207.46.13.41', 1671218403, '__ci_last_regenerate|i:1671218403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4555ecaf66e1f80f91f832553f53fd1a58df2a95', '52.167.144.164', 1686414097, '__ci_last_regenerate|i:1686414096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4558bde8f85fef52686c560817c04929aec0ae09', '107.174.138.169', 1651762749, '__ci_last_regenerate|i:1651762749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('455a0c0b30220bf22421baff033c6a410bc3d3d2', '17.121.112.141', 1660553994, '__ci_last_regenerate|i:1660553994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('455a8aad5c1f53aafd461b40fcf0a183e905c1df', '190.148.252.223', 1659017353, '__ci_last_regenerate|i:1659017353;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658971020\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659015185;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('455ea1d5201644cda5e2ae2c7a2aa05b87b02c1a', '190.148.158.175', 1672577852, '__ci_last_regenerate|i:1672577852;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672577843;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('455f842570d908b73e9de539513f4cb8b2b2dee8', '54.36.148.17', 1685574902, '__ci_last_regenerate|i:1685574901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('455f8c46ccf110743102d23455dc1686bc0e90df', '50.21.188.63', 1672705004, '__ci_last_regenerate|i:1672705004;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('455fed075e27abbf356236fc0539626c940e2d9b', '52.167.144.98', 1685019577, '__ci_last_regenerate|i:1685019577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4560882643ae45e67ce9dd567ddb9d0f09fd6bae', '190.104.119.212', 1654636680, '__ci_last_regenerate|i:1654636671;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4561bcd1ecdbb0bbf89a35577d549bbab6287c2c', '54.36.148.181', 1659185148, '__ci_last_regenerate|i:1659185148;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45621d1462d544b143e560cca25b4df41921fe9c', '185.227.135.19', 1659033669, '__ci_last_regenerate|i:1659033653;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4562f07fc0ff984fb3e3a88ff35f8c7c6802debc', '46.101.63.152', 1652762867, '__ci_last_regenerate|i:1652762867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45661d6432fd5945d437472747020a5dd0851137', '52.167.144.162', 1686572294, '__ci_last_regenerate|i:1686572294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45686c6b7e91a99fbf03b060d7dd59fa225ec90c', '200.119.170.168', 1670717413, '__ci_last_regenerate|i:1670717413;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670717349;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4568a15acdfdd844f8632506ef06bc6c3227c24b', '114.119.137.67', 1688483449, '__ci_last_regenerate|i:1688483449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45697e237c5ec37fa306acaea33c97bf2dc4c622', '52.167.144.98', 1686515210, '__ci_last_regenerate|i:1686515210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('456c11d16869c4d67eb1a86ab8c1b133942dfb50', '114.119.154.169', 1688136076, '__ci_last_regenerate|i:1688136076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('456f514b29e4cf4fc7e20eaf2168a6c2594e4efc', '35.211.7.207', 1684273248, '__ci_last_regenerate|i:1684273248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('456fde18b131455913a87c3a080f2446d2e1dc50', '157.55.39.253', 1682611580, '__ci_last_regenerate|i:1682611580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45711f9b0587491b8dbcb9495879b286ac64523a', '190.56.32.162', 1686489760, '__ci_last_regenerate|i:1686489760;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686489758;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4571647473c04925345c9db6347f794c112c9d9d', '52.167.144.98', 1686667051, '__ci_last_regenerate|i:1686667050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('457236bcf23e6f119ee784d98524e22ee7446621', '190.56.51.169', 1684534027, '__ci_last_regenerate|i:1684534027;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684533861;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45728af6d23c54ccfffc9173bf58b6e084c371ae', '190.148.157.53', 1684164081, '__ci_last_regenerate|i:1684164081;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684023229\";last_ip|s:15:\"190.148.252.109\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"RjbxZ4o2yOQaJXsTn7f9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('457308d141448f914aa4188e5e3e020c7649adf6', '190.148.157.99', 1662650101, '__ci_last_regenerate|i:1662650101;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45797748da30adda320617125e1793b11442fe2a', '157.55.39.173', 1669577834, '__ci_last_regenerate|i:1669577834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4579c7d2685cc722f58c3bee873524ca5e6d9940', '190.148.87.182', 1679680474, '__ci_last_regenerate|i:1679680474;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679680440;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('457c56a0be2c26ebb46230afeb04928ddffd052e', '52.48.31.105', 1688335884, '__ci_last_regenerate|i:1688335884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('457cc1dc862d8bc523fecb01c2b851b636162bbd', '40.77.167.225', 1680623201, '__ci_last_regenerate|i:1680623201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4581217cdab078ee734e2398ade7800c5dffe295', '190.56.32.35', 1671658998, '__ci_last_regenerate|i:1671658998;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458347250d741337961e9dce56298d3b6fa4f64d', '157.55.39.149', 1650829385, '__ci_last_regenerate|i:1650829385;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4588640f11e3c28382ff44f74b5fdca92adcc290', '74.208.2.130', 1672659755, '__ci_last_regenerate|i:1672659755;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458b9ba3fef648b93478b360d45384b864f169ef', '207.46.13.12', 1675920541, '__ci_last_regenerate|i:1675920541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458c343eb30b8811e540a1cf9aac3942e0385cdc', '200.119.170.113', 1666711955, '__ci_last_regenerate|i:1666711955;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666711924;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458c78d08e496ddca17ef4ea27488d220d5af31a', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458ca910c9f6e42915e5bfcff668aa4b48423a22', '114.119.135.98', 1686673711, '__ci_last_regenerate|i:1686673710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458d8b089833275d939f88a18287b7dd4cd6b17c', '190.56.51.158', 1655657001, '__ci_last_regenerate|i:1655657001;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655584639\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655657001;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458dc1eb4da73071b1c80bc6027a491330635fbb', '52.167.144.28', 1678927869, '__ci_last_regenerate|i:1678927869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458dc3da0fb51829809c95a6cce1635192d86de3', '190.56.50.52', 1657803597, '__ci_last_regenerate|i:1657803597;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657724104\";last_ip|s:12:\"190.56.50.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657803543;register_id|s:2:\"43\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-13 08:55:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458e85624807ef013b2c50762006cae09a3dbadf', '190.56.173.213', 1683414008, '__ci_last_regenerate|i:1683414008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683413955;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458f6c2cb2c74b9f1870c79ed5c4ca89cdc51e9e', '17.241.227.205', 1682949303, '__ci_last_regenerate|i:1682949302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('458ff3f29989c7040907310d2d9fd6255d107b5e', '51.222.253.3', 1658873518, '__ci_last_regenerate|i:1658873518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4590ecfc98010e103671f9a8adc66eb0bf8014fd', '162.142.125.213', 1656697190, '__ci_last_regenerate|i:1656697190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4590ed96e32f47c207946ba974cb52642bc461ed', '54.212.114.172', 1680613706, '__ci_last_regenerate|i:1680613706;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4591d17fdffe996b02b3fd2c7e98e21f55f9bc6a', '138.68.173.4', 1685277452, '__ci_last_regenerate|i:1685277452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459393359d2d37469d681e62f756d84b62627788', '46.101.63.152', 1652762874, '__ci_last_regenerate|i:1652762874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459695e93f82cfa40fd43f32f788b1e5dcdb92a4', '190.56.32.35', 1671930305, '__ci_last_regenerate|i:1671930293;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671930304;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459953e855cde2bfaf177ea8f1470824e54b9957', '190.148.252.183', 1681741326, '__ci_last_regenerate|i:1681741326;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681740281;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4599af3adbb05b455acb0c10aa794994224bab6f', '5.188.62.21', 1653182055, '__ci_last_regenerate|i:1653182051;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459a126a424368b264209338a8bb88571244844b', '66.249.79.211', 1664832030, '__ci_last_regenerate|i:1664832030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459c21afc9697e3e7bc09712722c00cf52f33d91', '52.167.144.74', 1688060705, '__ci_last_regenerate|i:1688060704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459c4bdffb189c5c6ab1501ae4085378f31a2f17', '40.77.167.49', 1664782072, '__ci_last_regenerate|i:1664782072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459c78776a210af2701a1fdb6def6f44e96ff387', '40.77.167.79', 1653454626, '__ci_last_regenerate|i:1653454616;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459c81df86bc109f6a41e5beeee57a86c95a061a', '17.121.115.134', 1654010827, '__ci_last_regenerate|i:1654010827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('459e8707a712049eeebf0f4529860761a5f16ebb', '74.208.2.188', 1665904733, '__ci_last_regenerate|i:1665904733;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a0f6b535580dae3373528fc85ae7c6cd629a3b', '52.167.144.74', 1688036814, '__ci_last_regenerate|i:1688036814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a1b3787223443aa0a92abf09b48da22ef21064', '200.119.170.30', 1660600240, '__ci_last_regenerate|i:1660600239;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660241119\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660594490;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";user_csrf|s:20:\"eboldqAY40sxgZz7PtBw\";csrfkey|s:8:\"XFKmQpDa\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"5xgGTbsFpyMuLflv1PC0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a32909a7c641745c93f33b912509fafeb183e9', '40.77.167.11', 1673468185, '__ci_last_regenerate|i:1673468185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a43c144d9dad75fbb1b720b4dfad27bd9f83e6', '190.148.252.151', 1671118860, '__ci_last_regenerate|i:1671118860;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671118186;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a45991bd349fdb4ff8d02de95bdebd69f08d59', '190.148.157.98', 1679056613, '__ci_last_regenerate|i:1679056613;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678966907\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679056495;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a57d346ef08cc80208ffc1cb8c935a256644cc', '190.148.158.151', 1677096010, '__ci_last_regenerate|i:1677096010;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677094832;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a5e1cfea679f07456f523a7ea3b28d6c86990a', '157.55.39.217', 1683253031, '__ci_last_regenerate|i:1683253031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45a7dd95d2d908402b8e11a0543c770bef89680c', '130.245.169.139', 1657878930, '__ci_last_regenerate|i:1657878929;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45acaca1ffc6ab2f82add9f8250ddf065c5d4210', '190.148.252.223', 1658933537, '__ci_last_regenerate|i:1658933537;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658925530\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658932877;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ade3fb469200c45def932fd8fee0479f5250a8', '190.148.87.6', 1668274756, '__ci_last_regenerate|i:1668274756;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Gn2lw7NBMDWxuQoSOJbU\";last_activity|i:1668273529;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45af30c487403f973d08495ab8c5a048b0c0a406', '130.245.169.139', 1657878948, '__ci_last_regenerate|i:1657878948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45aff44b0e0f3270af88a661e3101d28c374cae1', '190.56.173.213', 1683239336, '__ci_last_regenerate|i:1683239336;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683239330;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b0ebc10403def3dba60750c647933f7f978532', '157.55.39.69', 1671750075, '__ci_last_regenerate|i:1671750075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b1898aa9b6bb3210ec7f7c06e8e0c2fcbaca25', '157.55.39.253', 1681942644, '__ci_last_regenerate|i:1681942644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b18cd0ccce3e2c6cf5d2cc9103b2101d235586', '172.104.225.97', 1688311894, '__ci_last_regenerate|i:1688311894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b2ba817f63fb58b358b5baa2210cfc714a983e', '157.55.39.69', 1671957521, '__ci_last_regenerate|i:1671957521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b312b83e51c188a9274c439a7fd7967e01d43c', '5.188.62.21', 1653354179, '__ci_last_regenerate|i:1653354179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b7d8530315652ad8de7cd21a866bb157af7de6', '190.56.55.113', 1673636829, '__ci_last_regenerate|i:1673636829;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673635453;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b8a798d583d3426d74bd38d6d12ce1260bf831', '114.119.145.102', 1686500394, '__ci_last_regenerate|i:1686500394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b8e0d61480661551518178c41bd6825d54dd51', '66.249.79.199', 1654390141, '__ci_last_regenerate|i:1654390141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45bc93281a80c96fc24c5b44f07f82a682fd9e97', '190.56.50.253', 1682634705, '__ci_last_regenerate|i:1682634705;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682634482;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45bd456d417e8d9770ea74bfb975853eac4aa19e', '40.77.167.85', 1684198977, '__ci_last_regenerate|i:1684198977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45bd73cabbd6bea92cadde63a7e47b5f81aadf10', '152.39.238.28', 1650756671, '__ci_last_regenerate|i:1650756671;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45bd750a837d57f4a0f1dec287e1483432980bfc', '190.148.157.183', 1680048967, '__ci_last_regenerate|i:1680048940;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680043017\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45be76127cb163e246650585bc15e2627aab5ccd', '52.167.144.164', 1685546830, '__ci_last_regenerate|i:1685546830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c005a105364a1a6d82e0b89cd22b462f68eecc', '190.148.252.151', 1671193681, '__ci_last_regenerate|i:1671193681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671193672;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c0648498b9f2b7e5179d92cf1b16b2f3217584', '40.77.167.37', 1668631600, '__ci_last_regenerate|i:1668631600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c209190ac703de7972727cf509c38d5dac9fe6', '54.36.148.57', 1678653541, '__ci_last_regenerate|i:1678653541;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c20f95b26c760c5976fd66812598671a8b0a93', '190.56.32.174', 1676858197, '__ci_last_regenerate|i:1676858160;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676858197;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c2ae393fce17334eb7d6cc48e86accadca5115', '54.36.148.35', 1686537854, '__ci_last_regenerate|i:1686537854;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c3097476241b2b39fe89f0ba2e884333695425', '157.55.39.69', 1672390055, '__ci_last_regenerate|i:1672390055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c70577e1d2154401e70d6d6d292a9422ae9cd3', '157.55.39.79', 1668631532, '__ci_last_regenerate|i:1668631532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c82244b3af4eddb5b6d3993a0211009192e28c', '40.77.167.11', 1674070225, '__ci_last_regenerate|i:1674070225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c82581bfb869f60694124d7f1ed6f0879d9a45', '54.88.217.203', 1650760959, '__ci_last_regenerate|i:1650760959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c867fc76b5d241301d4dd42e9537d74aae9355', '34.101.131.17', 1654133047, '__ci_last_regenerate|i:1654133042;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c955937b11043d2d6beca8ec17ffbc50bcde0b', '157.55.39.200', 1664532760, '__ci_last_regenerate|i:1664532760;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c9acdd6d09be40d18bc0d0a33851ae2505aefe', '190.148.252.197', 1665603087, '__ci_last_regenerate|i:1665603087;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665601822;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ca47c7a26301e30ad34f68ac540c8575712c4d', '34.219.76.175', 1654003647, '__ci_last_regenerate|i:1654003646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45cbb81bf01b44ac67fe4ba8fc1497d7cc7d1d41', '190.148.252.76', 1654179788, '__ci_last_regenerate|i:1654179788;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654088186\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654179450;register_id|s:2:\"16\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-01 09:01:19\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45cd4d0d4a1cbe29d97e800765633a7cbd3db228', '157.55.39.51', 1669202859, '__ci_last_regenerate|i:1669202859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ce0c891f4e042b817ed4b2d21e629628d847e9', '52.167.144.171', 1684366744, '__ci_last_regenerate|i:1684366744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d041c88f6bd79a34d7ad2d87ba2a9846dfad79', '190.56.32.32', 1686176700, '__ci_last_regenerate|i:1686176700;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686176687;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d0c1180998a44f969b92826fbce560df7b435f', '146.70.29.182', 1651804766, '__ci_last_regenerate|i:1651804760;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d5894f641d6ab3c94455ad217031b771b80aca', '17.121.114.28', 1652128452, '__ci_last_regenerate|i:1652128452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d699ed4568da476d01d29b037e63213ae377b5', '207.46.13.154', 1671783515, '__ci_last_regenerate|i:1671783515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d7332d11bf99928baf5cda21ff41598f8310aa', '52.167.144.89', 1679839478, '__ci_last_regenerate|i:1679839478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d9194a5a0fe9938759c42b64ea1bd3dd0a2248', '190.148.157.76', 1666749524, '__ci_last_regenerate|i:1666745760;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666745781;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d935c09247c59d3e7899d6dbb038354993d601', '165.22.205.26', 1688370005, '__ci_last_regenerate|i:1688370005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45db2582e07f83a566913cd9cbecff4a6aa42a09', '40.77.167.115', 1681589974, '__ci_last_regenerate|i:1681589974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45db44ade04a3624a04fbd441079248141e91efb', '190.56.54.77', 1666293061, '__ci_last_regenerate|i:1666293061;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666292352;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45dc37640791ee3c4d79572d11c70fbdc0883279', '190.148.157.177', 1682346173, '__ci_last_regenerate|i:1682346173;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682250367\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682344338;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45dc779b79c219349fb5de9b056c0bdcf2355ebf', '190.56.173.213', 1683325691, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683325691;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683325670;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45de3c1d605e26550149e3f4250301c8b3f77fdd', '40.77.167.43', 1654413222, '__ci_last_regenerate|i:1654413212;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45e11339267c526beb5656a540584fd5df8b4b60', '114.119.134.110', 1687571616, '__ci_last_regenerate|i:1687571616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45e71c449238389a4961b8d1d7ed17959d8f7a5c', '35.224.35.78', 1651700327, '__ci_last_regenerate|i:1651700326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45e81626d623f155dacce3d1e9df5e5bbda47a5b', '52.167.144.164', 1686178291, '__ci_last_regenerate|i:1686178291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45e8f11b09d0b27259e37d63dc0ca0e365dcae76', '77.74.177.119', 1662030614, '__ci_last_regenerate|i:1662030614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45eab7e0f2ec22c6fdd48c13a7d9096b7ff76d72', '190.56.32.174', 1676930101, '__ci_last_regenerate|i:1676930101;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676930053;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45edf0db47cfe945e3dbf1282a88c893be422390', '114.119.143.101', 1685915659, '__ci_last_regenerate|i:1685915645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ee1392174ae1dad35b5717c588693e414c75b5', '207.46.13.4', 1666955136, '__ci_last_regenerate|i:1666955136;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ee194e8ef6390efd77aba7e2b066d971170bab', '130.245.169.139', 1657878936, '__ci_last_regenerate|i:1657878934;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ee33e42907154815a035ff999ba4f6b8a66ca4', '114.119.131.231', 1688502376, '__ci_last_regenerate|i:1688502369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45eea108afca6ea7c3019b6687482855f1a1b9fa', '114.119.145.140', 1688005693, '__ci_last_regenerate|i:1688005693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ef4359c0a400da6169903aaea02953d4120d59', '190.56.173.213', 1683134128, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683134128;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683072141\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683133530;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f032986750b536e6bfaf6ceba3a37c1f0f9c1e', '114.119.140.60', 1687605958, '__ci_last_regenerate|i:1687605958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f03e7fc785315c094a3a9e8905d6df88ffeca8', '157.55.39.79', 1668834365, '__ci_last_regenerate|i:1668834365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f07e85ab93fded69abcb1ef21b6be8e28f8e91', '51.222.253.8', 1651986219, '__ci_last_regenerate|i:1651986219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f0dfd2dbe687c1854ee43630af30eca5f2606e', '190.56.50.253', 1682792873, '__ci_last_regenerate|i:1682792873;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682791870;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f13fb9386af54c7f1f8fa3875cc3254c131964', '34.216.63.73', 1673443254, '__ci_last_regenerate|i:1673443254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f221837eac1b57877bd848f3f5a014db42fd1b', '200.119.173.90', 1657227195, '__ci_last_regenerate|i:1657227195;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657140685\";last_ip|s:12:\"190.56.55.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657210197;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f3332ad8130ccb47673f76ec02c8c6a00c3d5a', '52.167.144.171', 1685379735, '__ci_last_regenerate|i:1685379735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f3c6b149eba93810b857e4d7e25576170d6b26', '40.77.167.13', 1672124184, '__ci_last_regenerate|i:1672124184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f5ffe256c3becb87b6cc17a34ee479f9f1f39c', '51.222.253.12', 1650930030, '__ci_last_regenerate|i:1650930030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f7ffffca4d7db30506d766c19536ba4ca2c6d6', '200.119.168.250', 1680701940, '__ci_last_regenerate|i:1680701940;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680701836;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f9de77531a712255f71ba4f7d716bf0b88b924', '52.167.144.164', 1686745118, '__ci_last_regenerate|i:1686745118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45fbf02fdee39760438f99d925bea1081ee0a165', '190.148.158.164', 1667336279, '__ci_last_regenerate|i:1667336279;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667336272;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45fdaaec394f3f628bfd55c6562888ac73adcc87', '190.148.158.151', 1677247328, '__ci_last_regenerate|i:1677247328;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677246509;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45fec7a7afd012e57b825794d7c771c82ecd1d08', '190.148.87.6', 1668452166, '__ci_last_regenerate|i:1668452166;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668451666;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45fedf56e5939206e71946d1e761ef2c8619805d', '52.167.144.109', 1680289492, '__ci_last_regenerate|i:1680289492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46015364e492986037eeb7ee3f6705e599cc648b', '200.119.172.95', 1659662106, '__ci_last_regenerate|i:1659662106;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460336137e04686f68015ce29209384179f07e09', '190.148.252.112', 1667833811, '__ci_last_regenerate|i:1667833811;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667833773;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46056d513f754c4ece3e8319768ea079df7c7009', '51.159.103.13', 1666415580, '__ci_last_regenerate|i:1666415580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4605c1a06a3a8be13871899555856373c46618a5', '161.35.31.35', 1687575628, '__ci_last_regenerate|i:1687575628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4606542f2823d7469eaf619e39ba5128630af5b6', '5.188.62.140', 1653277480, '__ci_last_regenerate|i:1653277477;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4606a3a853412f9f3524bd27cc1ab059ab869390', '207.46.13.17', 1674296606, '__ci_last_regenerate|i:1674296606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460747d2fa25a6efab01f946fc54359db66a3441', '40.77.167.205', 1680116164, '__ci_last_regenerate|i:1680116164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4608b0036a80bc01e9ad4bb1830095b0a167f563', '190.56.173.251', 1652106456, '__ci_last_regenerate|i:1652106180;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935575\";last_ip|s:14:\"190.56.173.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460a3283dc1954af8bf6bcdef3b0f48ba44b81e2', '52.167.144.98', 1684484667, '__ci_last_regenerate|i:1684484667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460a6a45f244f86acabab47de49142b9f2b6c502', '200.119.174.9', 1674161389, '__ci_last_regenerate|i:1674161389;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674161362;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460c5374784805e85e90f44e3293f7096bcab2fc', '51.222.253.1', 1655454658, '__ci_last_regenerate|i:1655454658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460d366065d4ddcc52dedd7c4c47731501d721da', '52.167.144.162', 1681999606, '__ci_last_regenerate|i:1681999606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460e40de16b3ee8117a55efaad1a5ede5796a3ad', '190.148.158.151', 1677535673, '__ci_last_regenerate|i:1677535673;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460e972556bca71501b4442a35cd2183d237ce9f', '52.167.144.98', 1686574868, '__ci_last_regenerate|i:1686574868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('460fce840d460cf40b93ae98392c45282c14745e', '51.222.253.9', 1651636048, '__ci_last_regenerate|i:1651636048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4610fb48bdc739eb10411016b599ea898b1d6ae4', '200.119.172.96', 1675515382, '__ci_last_regenerate|i:1675515382;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675515370;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46142db3170daa3382e0dd7ffd438613e69e55e7', '51.222.253.3', 1671113626, '__ci_last_regenerate|i:1671113626;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461713145d17ef0753f9c8b11f0065c696b27949', '190.56.173.175', 1652974270, '__ci_last_regenerate|i:1652974270;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652888466\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652972735;user_csrf|s:20:\"hgbJZD6FOa5CM73xrvYz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461829781a2a129543aa5a1f323095841330279f', '192.71.103.173', 1650734900, '__ci_last_regenerate|i:1650734900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46184abbec8c447212b8301e01523b1d586c4ad2', '114.119.139.88', 1687128160, '__ci_last_regenerate|i:1687128160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4618e137064bd9f620cdf6452ad7f35a520676b4', '190.56.55.113', 1673397105, '__ci_last_regenerate|i:1673397105;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673395343;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46196edf40317932a0cd68515adcf9a5fada48d0', '54.36.148.117', 1662642512, '__ci_last_regenerate|i:1662642512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461a1fca5f6bbdbe44c67cee7561aac34f86f6ca', '200.119.168.250', 1680613707, '__ci_last_regenerate|i:1680613707;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680612269;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461acfc0f4ebc561e276af8ac1160dca99e8d8fc', '190.148.157.183', 1680472824, '__ci_last_regenerate|i:1680472824;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680472644;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461bc833f14f9299e72b3aa14f6528f66073bae9', '77.246.183.70', 1658169256, '__ci_last_regenerate|i:1658169256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461bf6f34d71d70b57bf46831ac732f7b1f7153f', '114.119.138.207', 1686743010, '__ci_last_regenerate|i:1686743010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461c040331aeb7d401018fd1cc8e4b9dd2ffbe4d', '52.167.144.56', 1686065856, '__ci_last_regenerate|i:1686065856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461c64db20a407a3cec45d29bf6acdc2ba8b65f9', '157.55.39.80', 1669998730, '__ci_last_regenerate|i:1669998730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461c8af9e0def4572da075ad5f2fcfe9ce635aa8', '157.55.39.51', 1669640381, '__ci_last_regenerate|i:1669640381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461d7d57a34577e13436cf59328fa820ecb0482e', '51.222.253.12', 1664340172, '__ci_last_regenerate|i:1664340172;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461e769d1e3b57e45afc82caf3b368d7e5009fae', '54.36.148.60', 1679554032, '__ci_last_regenerate|i:1679554032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461f5cd9d60b3f538a400abfe6122948da3a904c', '52.167.144.31', 1681556260, '__ci_last_regenerate|i:1681556259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461f966b21861b3741135580e4df88133df815dd', '51.222.253.5', 1659773559, '__ci_last_regenerate|i:1659773559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462305d9fd3f45624f6657164bc7393648b2dc10', '190.148.252.151', 1671241684, '__ci_last_regenerate|i:1671241684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671241654;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4623b203c104541fb4443e7635d989b87cbf8f9c', '157.55.39.111', 1674466119, '__ci_last_regenerate|i:1674466119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46254f96a1fcb256b450b85a3bff10909b20f7ff', '206.189.113.79', 1671909538, '__ci_last_regenerate|i:1671909538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462588a4c91f28f35c879e4980ef79aa2efb5df5', '157.55.39.65', 1662051325, '__ci_last_regenerate|i:1662051324;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46267dcad68ea521f82e6c1b58dd3f43ec47b0d1', '190.148.157.53', 1684105281, '__ci_last_regenerate|i:1684105281;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684105275;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462820707df242a1928662fe5758e66c3250f845', '51.12.90.115', 1651599969, '__ci_last_regenerate|i:1651599969;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4628a5eba9721559d6ddb921cd8934bf00da1a32', '114.119.144.24', 1688513096, '__ci_last_regenerate|i:1688513096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462975a7a16a9550ae232738fd9b11a3dab7ee46', '40.77.167.207', 1681726270, '__ci_last_regenerate|i:1681726270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462b2b989d033da6481e062c0611f16cd5431a9d', '114.119.149.83', 1688284672, '__ci_last_regenerate|i:1688284672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462bde62dd8aeedbf5de53dca0f6aa4126890917', '207.46.13.207', 1678452225, '__ci_last_regenerate|i:1678452225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462bfe8f02b37d33f912b7490d102c80047429fa', '114.119.157.103', 1686022574, '__ci_last_regenerate|i:1686022574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462c15ea87a1d59b580645bc2d4614ff938401a6', '52.167.144.70', 1688406016, '__ci_last_regenerate|i:1688406016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462cbe78309bda10e9e38ac962f534960b592a85', '114.119.140.14', 1687789335, '__ci_last_regenerate|i:1687789335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4630ee71612a9976e83789076769a2da8d7d87ee', '51.222.253.13', 1655271858, '__ci_last_regenerate|i:1655271858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4630f29f57cb428cf5b2d008779ba5fad751d553', '200.119.172.60', 1674575602, '__ci_last_regenerate|i:1674575602;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674574257;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('463288b889a52aea742599b1eef2701d19e2478b', '51.195.216.255', 1650896023, '__ci_last_regenerate|i:1650896023;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('463530034c88874983782da9c3b9b4d4ee9f6a68', '207.46.13.10', 1670998431, '__ci_last_regenerate|i:1670998431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46388a0729464d7fe8dcf4557517251c9b415aab', '51.222.253.13', 1682034498, '__ci_last_regenerate|i:1682034498;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46390d01f438be61423573bfcb9541cfda965a93', '51.222.253.16', 1655597158, '__ci_last_regenerate|i:1655597158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46390e53cf5f4710f3f53b73ff92fa71d64f6e2d', '190.56.32.243', 1684590039, '__ci_last_regenerate|i:1684590039;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684589963;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('463a4b9483ca3b36f9a7e4bf625374e7513acaec', '190.148.158.69', 1685904376, '__ci_last_regenerate|i:1685904376;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685904355;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('463a63324514ac673d342a59fa9bf13d07191b3c', '52.167.144.28', 1679233718, '__ci_last_regenerate|i:1679233717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4640a05c7575b3cf08a229f03276a30826a6a865', '5.188.62.140', 1656421192, '__ci_last_regenerate|i:1656421189;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46423a36406ef8ac985a64d104e4745c6167e30e', '40.77.167.123', 1683999778, '__ci_last_regenerate|i:1683999778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46437d9fd31c9c6d2cd54560bdb28ba37064f873', '52.167.144.162', 1681775080, '__ci_last_regenerate|i:1681775080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4644c23c4e61e3d4ec1e8a4ee90db594e6a4277e', '167.71.77.102', 1672359098, '__ci_last_regenerate|i:1672359098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4646567a6614ad8e1e8b800057813ea631498279', '52.167.144.109', 1680584114, '__ci_last_regenerate|i:1680584114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4649d152397a964f8d3b416e62daff8a970b32b4', '130.245.169.247', 1657277752, '__ci_last_regenerate|i:1657277750;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('464a350efad92ffeff5eef676626459f563402d0', '52.167.144.164', 1686510627, '__ci_last_regenerate|i:1686510627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('464acd7fb42869aa08802b3cf87479821858213b', '20.92.239.122', 1651593521, '__ci_last_regenerate|i:1651593518;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('464c3e1df396dcfd4de096e1c488e5d6f3ac418e', '52.167.144.66', 1681926862, '__ci_last_regenerate|i:1681926862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('464c8f3e8468568111a06eb1fa5140e2778baab1', '190.148.252.111', 1677789329, '__ci_last_regenerate|i:1677789329;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677789321;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4651b68babad3db5bf29a18f315a3476f2ef8cd6', '63.33.50.71', 1675780543, '__ci_last_regenerate|i:1675780543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46533183f240f04e223ea39ee427cd76d6e8ee64', '52.167.144.171', 1685758199, '__ci_last_regenerate|i:1685758199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4653e2ccc6711d7fcf92ff16732653ca0114b5be', '114.119.134.123', 1684855188, '__ci_last_regenerate|i:1684855187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('465603f328a0e3459f3032a6e3289745ae6f57aa', '200.119.170.113', 1666702853, '__ci_last_regenerate|i:1666702853;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666702815;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4656a7e45b414f59f04372a910454c53a15e7b37', '114.119.153.158', 1687311653, '__ci_last_regenerate|i:1687311653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46576232a06b820c8fba1e3c466fc398bad65515', '114.119.152.207', 1686352136, '__ci_last_regenerate|i:1686352136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46576413b06de8e30b0ed28f15352076351a1086', '54.36.149.77', 1673416683, '__ci_last_regenerate|i:1673416683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46577acbb0ee45ce705e2fb3bc47b1854d0a5ce2', '207.46.13.41', 1664641128, '__ci_last_regenerate|i:1664641128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4657e84cfebf87d5f52ea7d90cf884791ea5b0a9', '190.56.50.106', 1652292406, '__ci_last_regenerate|i:1652292406;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652215793\";last_ip|s:13:\"190.56.50.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4658dde7ac83bfac9351a23daaa8642c0fe7f356', '200.119.173.177', 1684873192, '__ci_last_regenerate|i:1684873190;requested_page|s:15:\"admin/pos/sales\";error|s:91:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos/sales\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46595404c0db58b355ab8412d42bbc0e6af78b71', '66.249.65.168', 1668525843, '__ci_last_regenerate|i:1668525843;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4659721dfda1387107b45db3fe3699d325745cb4', '207.46.13.52', 1663477707, '__ci_last_regenerate|i:1663477707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('465b1dfec8ca60d9f642583408602e8f68110cd2', '190.148.87.182', 1679932928, '__ci_last_regenerate|i:1679932928;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1678922942\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('465c3a4bb821edba78c0ab7b76fe8f82718b4d73', '114.119.146.230', 1684419547, '__ci_last_regenerate|i:1684419547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('465ed06f9f1564d29925c4e4ec336bb304134c00', '190.148.252.116', 1653414665, '__ci_last_regenerate|i:1653414665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4661099afe82aeb991d4f153e8962d95ea1ef980', '114.119.158.58', 1687533789, '__ci_last_regenerate|i:1687533789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4661aef73ae7ffdb9a6c186e4c49c171757af37b', '190.148.157.183', 1680485055, '__ci_last_regenerate|i:1680485055;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680485035;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46623ab455860d1862006ab0d525c9e0ccbe5a09', '190.148.252.161', 1669989121, '__ci_last_regenerate|i:1669989121;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669893688\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669987424;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46644117e64e8fd0d01fce2ec14e0ce04976cbb4', '52.167.144.162', 1686455227, '__ci_last_regenerate|i:1686455227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466535aca2572f1698276b2605d8469a39cac2bc', '51.254.199.11', 1664705813, '__ci_last_regenerate|i:1664705813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466645acbb0042cdb7582893732a30cb99dfcfe5', '190.148.157.192', 1655919009, '__ci_last_regenerate|i:1655918767;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655901273\";last_ip|s:15:\"190.148.157.192\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655919009;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46666c463efd9943f2b738f71084caca548e9141', '190.148.157.80', 1669684055, '__ci_last_regenerate|i:1669684055;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669684050;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4666dd05dae0bb4fefbce63318e2f838a6a81bad', '52.167.144.171', 1685479380, '__ci_last_regenerate|i:1685479380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466757a8485e035cf51535f5ffb4774693e463c1', '130.245.169.247', 1657277730, '__ci_last_regenerate|i:1657277730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466776fe3d636c885dcce3e29f8f8141c65ec347', '50.21.188.34', 1677542052, '__ci_last_regenerate|i:1677542052;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46685e5efe31995a2fc65383c99a0701a3e196f0', '190.148.158.151', 1677507356, '__ci_last_regenerate|i:1677507356;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677411775\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677506620;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46697f12667b53e2ccad55554b8cb5f88abdbaa0', '190.148.252.183', 1681345451, '__ci_last_regenerate|i:1681345451;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681344098;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466aed6058c07d2025974b97c1ca4178f3188cc9', '40.77.167.115', 1681460339, '__ci_last_regenerate|i:1681460339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466c1c8373976894f2a07e4d91dd966abdb74304', '89.248.168.222', 1651290361, '__ci_last_regenerate|i:1651290361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466c8b6e50b553ad27b546d4a775996f218ad48d', '190.56.50.253', 1682607825, '__ci_last_regenerate|i:1682607825;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682607367;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466d7592cd81946655557ba7bf03a4abc577947f', '157.55.39.253', 1682108006, '__ci_last_regenerate|i:1682108006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466d95212db596d8b56f4a1a6e7e5d5d8cdc2b7d', '54.36.148.149', 1677224406, '__ci_last_regenerate|i:1677224406;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466dabea19eb0726864d23189ce390e6bd60a3c3', '195.201.41.238', 1650845746, '__ci_last_regenerate|i:1650845746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466dedbdcf2e025397d19bcffffe38070c39c010', '5.188.62.21', 1653319440, '__ci_last_regenerate|i:1653319437;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('466e650720317762043cd70b8bc75a8e51380ec8', '190.148.252.183', 1681228838, '__ci_last_regenerate|i:1681228838;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681228448;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('467050bc016895d20003c8b1ffb3b45a79b186ca', '190.148.157.53', 1684018871, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684018871;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684018513;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46709dba5b6c64c469ed6fae05840622eaaafb5e', '190.148.87.96', 1678571340, '__ci_last_regenerate|i:1678571340;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678570568;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4671df0d6dbfe9504f7451e2744b91c0a6076270', '114.119.151.233', 1684993661, '__ci_last_regenerate|i:1684993661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46756110f0abc2dd3b71258cc309d0ab755137ac', '66.249.65.103', 1651281629, '__ci_last_regenerate|i:1651281629;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46788cf393d2f387a049b227480d4703bfb25383', '114.119.147.129', 1688302056, '__ci_last_regenerate|i:1688302056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4679d90f03eb234761af6959502e8b270ee35031', '17.241.75.90', 1676900627, '__ci_last_regenerate|i:1676900627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('467de019f45d67b91daf62ae2dcf53d120ff6afe', '200.119.172.126', 1652821349, '__ci_last_regenerate|i:1652821349;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"y8KVELfZ159vOig0z4wD\";last_activity|i:1652820336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('467fb0c22be87485ff0b7f5e72701d7ed91a5a1b', '114.119.150.110', 1688414410, '__ci_last_regenerate|i:1688414410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('467fdc3ee90f91f338f9e2454b3d2c6f83648275', '42.83.147.53', 1680763475, '__ci_last_regenerate|i:1680763474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4681a450fc7421a2d53d3191a54e39e55032bd2f', '93.158.90.68', 1669214613, '__ci_last_regenerate|i:1669214613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('468325ed165a6e2cbdffc3d274762f389e7d80db', '40.77.167.202', 1687450628, '__ci_last_regenerate|i:1687450628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46832d9e8d9ba9240fd0fbc3734a33f835a4909e', '40.77.167.123', 1683119582, '__ci_last_regenerate|i:1683119582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46854adbc1610592a96fc81640cc3a72bffbd0db', '51.222.253.17', 1682356391, '__ci_last_regenerate|i:1682356391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('468683a4a662270413d742e7f6351ceb22f3f4b7', '200.119.170.137', 1668637767, '__ci_last_regenerate|i:1668637767;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668611971\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4686f3980aef3ec19f533457c23b9f71e219b8c9', '45.55.135.165', 1660252972, '__ci_last_regenerate|i:1660252972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46880c5640653391f49268c86243cf26abf4924d', '207.46.13.230', 1656528391, '__ci_last_regenerate|i:1656528391;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4688b7bf0bcd02826577748690bad15d3bb074d0', '190.148.157.53', 1684100856, '__ci_last_regenerate|i:1684100856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684100850;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('468b24199d0f18c08a62c854cfb6308ca28366fa', '114.119.129.175', 1688093069, '__ci_last_regenerate|i:1688093069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('468c6ff61e6b476092fda4fa64a3a05119b1a3e8', '114.119.133.83', 1688241502, '__ci_last_regenerate|i:1688241502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('468d7e198707b91eb8892212c6ef3c7eb2535c8e', '40.77.167.85', 1685921395, '__ci_last_regenerate|i:1685921395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('468f126c565c1d5d80fb83883cf16c67ef9d634c', '74.208.2.183', 1672574070, '__ci_last_regenerate|i:1672574070;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46902bd4b3f57a0c1888542b943d6f0c27f382e5', '157.55.39.125', 1654221535, '__ci_last_regenerate|i:1654221535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46910b77bc53ca9be6c410fd34566fbc968cc99d', '207.46.13.6', 1672140977, '__ci_last_regenerate|i:1672140977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46910e5c4789c36c73c66d3b7bd0f58aaaa3d4ff', '40.77.167.63', 1671816013, '__ci_last_regenerate|i:1671816013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4691c9c5fafee3b62c04536519e148af99c83bee', '52.167.144.164', 1686568525, '__ci_last_regenerate|i:1686568525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469341594b4bc6017f04b3e441ca681cdfe273e3', '51.222.253.15', 1688069409, '__ci_last_regenerate|i:1688069409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46935c2921178fec076daf09d8d46209cb9f9aa7', '200.119.168.250', 1680964281, '__ci_last_regenerate|i:1680964281;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680963520;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4695b65d61a9ac82aead6047922eadf4b05c1999', '157.55.39.173', 1670650251, '__ci_last_regenerate|i:1670650251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4696cdba0d8c3daf195c3bb0d809fd75ec70ebbc', '114.119.166.63', 1683785044, '__ci_last_regenerate|i:1683785043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4696f674957b7bd66b00dcf169f466c165d033cd', '190.148.252.85', 1666195294, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666195294;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666195281;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469739329ec219ffe43f07210ede63c3460a6784', '66.249.73.228', 1652287930, '__ci_last_regenerate|i:1652287930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469a032b9604f4647ea041f2b8cc7672c8042b1f', '157.55.39.173', 1669998592, '__ci_last_regenerate|i:1669998592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469bf952bf578b793ed511e6c1bd40c051146c71', '190.56.32.243', 1684703519, '__ci_last_regenerate|i:1684703519;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684703481;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469cfeacd797bf0659831b0465f4a74b293d1004', '66.249.64.33', 1677171725, '__ci_last_regenerate|i:1677171725;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469ef8e9c143a476f7869c92cea7dcc0f48db5b1', '128.199.167.115', 1650981652, '__ci_last_regenerate|i:1650981648;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469f97fdd990b66d975237ae4df37419e061cbf9', '52.167.144.164', 1685649687, '__ci_last_regenerate|i:1685649687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('469fc96ba57ed67979bee9c5661e3144d40a9991', '190.148.157.99', 1662472298, '__ci_last_regenerate|i:1662472298;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662414777\";last_ip|s:12:\"190.56.55.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662472271;register_id|s:2:\"96\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 15:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a22fcb269a6bf7687acaa57c9b7d1fe4f2ecc1', '135.181.91.119', 1671721843, '__ci_last_regenerate|i:1671721842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a238f2dbeaa4cbe482ae07c7427d8c7f0665df', '143.110.166.84', 1687299519, '__ci_last_regenerate|i:1687299518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a317c26709b15366f09ef574f5c9cabdfcde54', '40.77.167.80', 1686843813, '__ci_last_regenerate|i:1686843813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a44efdb21e8902c2c00b37a347b183cef1f24b', '40.77.167.182', 1683320673, '__ci_last_regenerate|i:1683320673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a4c3df88ae1a5099a41d26f338b3da2be69cb5', '200.119.168.250', 1681134209, '__ci_last_regenerate|i:1681134209;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681059126\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681134207;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a6030a3f3013c151235bb6d79f90884d91936b', '40.77.167.123', 1682905907, '__ci_last_regenerate|i:1682905907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a686981a8a56ffa664c2f900aa7d865ce8f8bf', '190.104.119.212', 1654184907, '__ci_last_regenerate|i:1654184907;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654179806\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654184636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a68d132276eb3ed53ea569bfd924dd08a6c4d4', '114.119.129.22', 1685525367, '__ci_last_regenerate|i:1685525367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a75e26dd352d5102bcadc9431bd07f797e1a5f', '51.222.253.2', 1686048739, '__ci_last_regenerate|i:1686048739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a776ef0516961a3624c9a0cbc9c44c27f87bc6', '18.206.55.48', 1651400285, '__ci_last_regenerate|i:1651400285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a7916e9a679d27fc8a6a4b890cd67ac6af6abd', '52.167.144.154', 1687547831, '__ci_last_regenerate|i:1687547831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46aa34cfd40ad899c640cf1cfeceaca61e93d289', '52.167.144.164', 1686726971, '__ci_last_regenerate|i:1686726971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46aac3265a75def91d594a6eaa58cd414ddc85a8', '54.37.132.86', 1656678179, '__ci_last_regenerate|i:1656678179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ab0b3faac714f03c788504c74c3b001aab6eff', '54.36.148.163', 1684413541, '__ci_last_regenerate|i:1684413541;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46abb4199717085f2df93cd9db13419e4eb5cb6e', '190.148.252.161', 1669911861, '__ci_last_regenerate|i:1669911861;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669911813;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ac76072c71a1864b4b6741a7a8ef412739b7ff', '200.119.170.168', 1670638084, '__ci_last_regenerate|i:1670638000;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670638000;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ae4b5e642a998c363882ac44fbdddc203c4eb0', '18.206.55.48', 1651126676, '__ci_last_regenerate|i:1651126676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46aebcba5ce2ef749bd18e1188b98d770dd390e5', '190.148.157.183', 1680190901, '__ci_last_regenerate|i:1680190901;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680188482\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"aSRZPM4cn30HidFp9hKu\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46aff97f694c47c1cfa7f71a7b989e7e32ec80e3', '190.56.51.144', 1687093490, '__ci_last_regenerate|i:1687093490;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687092041;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b4ab5be06a9d1e920408b54fab67c78c42ab3f', '40.77.167.123', 1683265910, '__ci_last_regenerate|i:1683265910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b6cac157119aee85bc15ea4a691cc2bbb10402', '5.188.62.140', 1653316869, '__ci_last_regenerate|i:1653316869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b6e6a70fa350b880ad46b98fc59098d1738d95', '114.119.167.51', 1688506290, '__ci_last_regenerate|i:1688506290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b7b6291216d53315716008aeeb8bda01afeff0', '114.119.128.237', 1688477208, '__ci_last_regenerate|i:1688477208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b7fcdf0967131240399c17dfc319397c0e0a6f', '114.119.143.50', 1688005134, '__ci_last_regenerate|i:1688005134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b8064a1101021221c254e2befa14fc4a3b8c35', '207.46.13.51', 1663099453, '__ci_last_regenerate|i:1663099453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b813bd6de1dc099eb733c6904216ffe0c59627', '190.56.32.162', 1686601849, '__ci_last_regenerate|i:1686601849;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686066561\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b8625a6a325a9bfe04585240e5e8e52effe026', '190.56.32.32', 1686073278, '__ci_last_regenerate|i:1686073278;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686073272;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46be35f4567fcad93cb2f695d31c6c935fa8414e', '190.148.252.88', 1670896086, '__ci_last_regenerate|i:1670896043;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670896086;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46beb865f5d99222c62dfc6747d23e0a162b045a', '40.77.167.63', 1671858702, '__ci_last_regenerate|i:1671858702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46bf74702de43b1b750518cd84ce2ea2094d99c4', '130.245.169.247', 1657277745, '__ci_last_regenerate|i:1657277743;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c099a39b1b36225bae9e290b44a9fff8b1d81f', '35.90.39.201', 1670851178, '__ci_last_regenerate|i:1670851178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c14af6aa7ec2ed285dfe9455748c0147a9184b', '200.119.173.111', 1654795748, '__ci_last_regenerate|i:1654795748;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654726836\";last_ip|s:15:\"200.119.173.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654793884;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c1a261dc4c6438cef5b7b5c84ad3ece7bc2427', '207.46.13.127', 1656015575, '__ci_last_regenerate|i:1656015565;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c1e7adb52d57057f6ca8b8dcf75c39d6b91ef6', '40.77.167.32', 1674543560, '__ci_last_regenerate|i:1674543560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c2095917487a52ff9773871df622b89cd9a7bc', '200.119.170.158', 1661289897, '__ci_last_regenerate|i:1661287187;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661287196;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c23b4d179c6928da00006df4a10ba7f42c0bac', '51.222.253.10', 1676436846, '__ci_last_regenerate|i:1676436846;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c4fd6dc9a4b7fd12571257abfe1debb4a38ab4', '200.119.172.95', 1659572349, '__ci_last_regenerate|i:1659572349;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659559169;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c54d081dd725f2f72bf44e3d55ad7cd601c15a', '40.77.167.227', 1682178056, '__ci_last_regenerate|i:1682178056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c78d942c04a8d6624377a86e266e8122e8e7f3', '51.222.253.9', 1673656315, '__ci_last_regenerate|i:1673656315;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46c9ebedeadd8860a57d479ab1d4a5b4bee4ee56', '17.121.112.11', 1655743451, '__ci_last_regenerate|i:1655743451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ca16e175299cf9244b40cda9d0d4005ab37c2c', '51.222.253.16', 1682063872, '__ci_last_regenerate|i:1682063872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46cb1da3dfc20bdfc4b224947fa9ff540a95b4d3', '157.55.39.128', 1673682608, '__ci_last_regenerate|i:1673682608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46cc08d86bc33c59e81627f8eff0cbfcf763c186', '66.249.74.105', 1685778131, '__ci_last_regenerate|i:1685778131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46cd5a528678cf5b05f22adc4f9dfc2e2014f9c4', '114.119.138.199', 1688112489, '__ci_last_regenerate|i:1688112489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46cda9db55f71e40d7223958b938e1d3aaa25dd2', '114.119.154.189', 1687549854, '__ci_last_regenerate|i:1687549854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46cf2c4293a711b06f67ff92aa816f3abd8e5037', '114.119.151.72', 1686274165, '__ci_last_regenerate|i:1686274165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46d2d81fea6e13c532d6027a50b969463fcc78a2', '54.36.148.161', 1687767615, '__ci_last_regenerate|i:1687767615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46d3a6b962142d339773b7891ccbd8cf3b7e3f77', '52.167.144.98', 1685129059, '__ci_last_regenerate|i:1685129059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46d3fb9fef552d9be0a055dbc71b930d751fb114', '190.148.157.173', 1652376946, '__ci_last_regenerate|i:1652376946;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652375258;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46d58e695ed00f5e8139cb3832c90a3483cf2bfb', '207.46.13.210', 1677610186, '__ci_last_regenerate|i:1677610186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46d86c7f813af30cf5023a3aeeece2bd2a81465d', '104.41.219.130', 1656071859, '__ci_last_regenerate|i:1656071855;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46da908981a20b5f4c945eb865f204eea585207f', '52.167.144.171', 1685714882, '__ci_last_regenerate|i:1685714882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46da959640c3724aaec778e8fd29d9163a8a23bc', '217.21.76.14', 1673986673, '__ci_last_regenerate|i:1673986673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46db9baa37ce904731b80823e7e5c2c899de103b', '200.119.168.250', 1680617393, '__ci_last_regenerate|i:1680617393;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680617385;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46dc021fc56904204934cda4ed4349ed4acfaaba', '52.167.144.70', 1688519130, '__ci_last_regenerate|i:1688519130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ddfe77ebc09f7fde561705c79013e1cb960081', '190.56.173.130', 1650899816, '__ci_last_regenerate|i:1650899816;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1650897218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46df1aa7b411f6b33b3b5ea1a2579db7eecd10fb', '51.222.253.1', 1685676662, '__ci_last_regenerate|i:1685676662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46e05975626758cf6c0b7a7e4ec7657cb7878036', '35.224.35.78', 1651700330, '__ci_last_regenerate|i:1651700330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46e4b5df7cb704eac0654d43b42a4f22c9439bcd', '66.249.73.228', 1652468951, '__ci_last_regenerate|i:1652468951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46e582460ebdd980ec696a9d6d63dccb6bcf4891', '52.167.144.171', 1685402841, '__ci_last_regenerate|i:1685402841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46e6f0fe498c33dfd11b02286265510cf90a24ac', '190.148.252.161', 1669846673, '__ci_last_regenerate|i:1669846673;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669846345;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ea00ccb4f0714d16cceb1e17e3a4e60f4337d2', '40.77.167.85', 1686246279, '__ci_last_regenerate|i:1686246279;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ea574f0f7f83702dfbfeb4cd0d7625240fdf83', '200.119.170.143', 1670272239, '__ci_last_regenerate|i:1670272239;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670272069;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46eb0481877fd2ede49ae1cea772b1728963cbe5', '40.77.167.30', 1656387403, '__ci_last_regenerate|i:1656387393;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ebebf2de6676a518edbe080073a46724da24de', '190.56.55.113', 1673795349, '__ci_last_regenerate|i:1673795349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673793879;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ecc26140e21777ab081ebf8ff04bf6d693028a', '52.167.144.98', 1686515214, '__ci_last_regenerate|i:1686515214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ed4a2b0724a482e01259224adbbe3bdd109296', '40.77.167.104', 1667693311, '__ci_last_regenerate|i:1667693311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ef5e106ba8372b1480f1961e56ae1c02a56a08', '40.77.167.175', 1680065568, '__ci_last_regenerate|i:1680065568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46effff15c3f026065d44c8d07198d847a4788c0', '114.119.156.144', 1685711327, '__ci_last_regenerate|i:1685711308;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f11cefd111a03cd346ecf903929b01b8ba3290', '54.36.149.31', 1658480447, '__ci_last_regenerate|i:1658480447;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f134e7f632c9e3ab47990cd111ce9789129489', '200.119.168.48', 1668114693, '__ci_last_regenerate|i:1668114693;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"hJHqAipvWENReIou8Ot0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f39166422143a2a005d025cd423fcbeb2b71ab', '52.167.144.70', 1688346754, '__ci_last_regenerate|i:1688346754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f3a495d126952758be6668b292a85a9f5e31e1', '190.56.55.48', 1687290343, '__ci_last_regenerate|i:1687290343;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687290310;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f445a8e1f6ca87f4b9e130711a7e41b495c01f', '190.148.252.235', 1666884526, '__ci_last_regenerate|i:1666884526;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666884495;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f471f06935e4e0fb84d88568b5fc55cfc2d427', '205.210.31.143', 1656783761, '__ci_last_regenerate|i:1656783761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f51bec8e341729d330dfc73ed2c5d0b4a9d916', '167.172.37.255', 1687575521, '__ci_last_regenerate|i:1687575521;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f58ea99bc391cced173543d8857dbf0e2d4ed0', '52.167.144.74', 1688105494, '__ci_last_regenerate|i:1688105494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f736d423b52e4beb78f3388d247eafbf6f4122', '64.246.161.30', 1669496272, '__ci_last_regenerate|i:1669496271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f8468e01efbcc8f92a98bb792d0d64ac65e507', '51.222.253.13', 1685913630, '__ci_last_regenerate|i:1685913630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46f972fe8a4bcda1b78ee80430943a9b33744ed1', '40.77.167.219', 1676995514, '__ci_last_regenerate|i:1676995514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46fb0f393880aae3e78422080fa341a2ef498d27', '114.119.157.234', 1686534288, '__ci_last_regenerate|i:1686534288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46fc46407b25e2770bb779e175e5f29c1c80f84d', '149.57.16.7', 1653806985, '__ci_last_regenerate|i:1653806985;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46fcfcd8dd7e0ad2be3894f9c73ae682497cc9f4', '190.56.55.0', 1687831163, '__ci_last_regenerate|i:1687831163;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687831160;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46fd4968ca7daf75aeb56bf9806b737ee583d732', '157.55.39.227', 1688510778, '__ci_last_regenerate|i:1688510778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46fdd99cd11542bd9a4fdd661ea96b8d5757a688', '190.56.55.0', 1687808995, '__ci_last_regenerate|i:1687808995;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687808492;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";remove_posls|i:1;csrfkey|s:8:\"MtDoNlZf\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"toCajUKrgMcEel8dS6TZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46fde55a9a5a1b721fe2a0c700d5a694a14638c1', '40.77.167.60', 1671642300, '__ci_last_regenerate|i:1671642299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46fe30ce0b6a55e60495755ffeb3d8db2a156b95', '190.148.252.96', 1673267153, '__ci_last_regenerate|i:1673267153;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673266762;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46fe94e695777abc35b81c1340b612a456be28e9', '17.121.114.17', 1662147730, '__ci_last_regenerate|i:1662147730;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46ffa8ab8f47a5b59508edaa9ed6b4c0fd46688c', '198.235.24.149', 1652138302, '__ci_last_regenerate|i:1652138302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('470035bd1bf3867e947daa873860c9fdce25e9d8', '40.77.167.95', 1655975129, '__ci_last_regenerate|i:1655975129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4700453080cbf449d3f74fa6a379ed6bf04c7d62', '157.55.39.143', 1670195010, '__ci_last_regenerate|i:1670195010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4700718ef60a19af9690dd30c7c7b94804823f04', '190.148.252.151', 1671037349, '__ci_last_regenerate|i:1671037349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671037313;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4703a48a033404acb9968aef9a18780e4e7c3d5e', '40.77.167.30', 1656628219, '__ci_last_regenerate|i:1656628208;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4704f14a80df5029aac11a7df18bc215eee6a5a6', '190.148.158.175', 1672323261, '__ci_last_regenerate|i:1672323261;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672323216;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47058cece34b55b2879f715d702f5d9048742504', '51.222.253.5', 1681799682, '__ci_last_regenerate|i:1681799682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4705cc54aab3cb836a56e3bd39695b85782bb3d8', '190.148.157.177', 1655218631, '__ci_last_regenerate|i:1655218631;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655153139\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655218625;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4706cfa4c3a92f4f99f1a17ec9a4960ad5704115', '51.222.253.6', 1666651146, '__ci_last_regenerate|i:1666651146;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4707bc009d2445717c5a8c6fc1f41458a60ed63a', '190.56.32.174', 1676496572, '__ci_last_regenerate|i:1676496572;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676483279\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('470836d178837898c51292d9adb30440eeb507b2', '190.148.252.151', 1671112809, '__ci_last_regenerate|i:1671112809;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671112678;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('470b231e5f94cb81be4a48e8c6c3be0a55ca4025', '89.108.88.240', 1679727321, '__ci_last_regenerate|i:1679727321;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('470c66c9e7158362e495915f47b43b7a8d9e89c8', '114.119.136.51', 1684109089, '__ci_last_regenerate|i:1684109089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('470e234112aa2a4aebd4820f0de579fdaefae52a', '54.36.149.97', 1651117382, '__ci_last_regenerate|i:1651117382;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('471081bcc14f770c4855e7efc45ea550ad579a29', '207.46.13.130', 1659989656, '__ci_last_regenerate|i:1659989656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4710a1c1780ab58f8b3db55edae2585abae957c1', '190.148.158.69', 1685912938, '__ci_last_regenerate|i:1685912938;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685912841;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47111b90de5ddc6fe00ac2b54b607beb6bf7db0a', '114.119.151.9', 1687972889, '__ci_last_regenerate|i:1687972889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4711a169ba94804f2ee1e0a57b58902e8afcdc5e', '185.181.60.12', 1665449335, '__ci_last_regenerate|i:1665449335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('471288803c782f3ccee682647d8fe79a91bec4cb', '54.36.149.34', 1671932756, '__ci_last_regenerate|i:1671932756;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4713d62436a24deeeadbecde1285ea31c46a3e86', '40.77.167.202', 1687858671, '__ci_last_regenerate|i:1687858671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4714b8494d5f5d6f741e5c1f16edc7879528e2c8', '157.55.39.212', 1677444276, '__ci_last_regenerate|i:1677444276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4716221483b951a7a1214bc0c74079d465d294e9', '51.222.253.20', 1669704030, '__ci_last_regenerate|i:1669704030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4716989026aedd3be96c83f3b0f7cf878b6c089c', '207.46.13.10', 1671007724, '__ci_last_regenerate|i:1671007724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47181cf6e174531c96df8ad53bb9f26d0a20caca', '114.119.145.175', 1687033004, '__ci_last_regenerate|i:1687033004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('471b79bfccbf09b89e2f68bc4fac5b8746a0d16f', '200.119.168.250', 1681059451, '__ci_last_regenerate|i:1681059451;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681059264;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('471c13db7a053ab80e870406b2c5d21d3fd1750c', '190.148.252.96', 1672944832, '__ci_last_regenerate|i:1672944832;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672944827;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('471ec1039ab072eab8e325f40b490c1cae298178', '190.56.54.156', 1665153703, '__ci_last_regenerate|i:1665153703;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665153054\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665153685;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('471f8e0e2a1f63d908bb3efa1c067de3e1c5cd08', '162.142.125.211', 1654040967, '__ci_last_regenerate|i:1654040967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4720bbf830f64c8ad57ed27a47666cbef206b745', '146.190.16.196', 1687015503, '__ci_last_regenerate|i:1687015503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4720f34446d677be2fa895f70ebf1a54fa55f606', '74.208.2.218', 1672815805, '__ci_last_regenerate|i:1672815804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4721dfc2b77a8c17e1977a0876a9f4973a9c293c', '114.119.134.41', 1688307267, '__ci_last_regenerate|i:1688307267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4722f90d1e057c5611e2a24c4660cbfa3237529d', '114.119.154.39', 1687609180, '__ci_last_regenerate|i:1687609180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4722fa30a7f743e9e2796ce884e15835c30785d1', '52.167.144.120', 1688063397, '__ci_last_regenerate|i:1688063396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4723a1a12d472cbcadcf30702066bd20f7e9e389', '51.222.253.7', 1656929065, '__ci_last_regenerate|i:1656929065;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47242eda84bd740730898421e977e7e9b63e4027', '52.167.144.162', 1687188323, '__ci_last_regenerate|i:1687188323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4728e8086f381b2915cd229342eb5848ba3d5b19', '157.55.39.210', 1680902796, '__ci_last_regenerate|i:1680902796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('472c62161a65d0d7e3c9c6e51f20ec9282d8e0e6', '190.148.252.151', 1671028513, '__ci_last_regenerate|i:1671028513;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671028503;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('472e63012433db6a985ab2ab7f098756da2c4f05', '40.77.167.123', 1682631532, '__ci_last_regenerate|i:1682631532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('472e6ca6ea5a56967053e5f6f3b329afc78bd484', '190.56.50.253', 1682734664, '__ci_last_regenerate|i:1682734657;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682734664;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473071ae691602b78a282f734ed716c1e2db58db', '119.90.52.37', 1650859297, '__ci_last_regenerate|i:1650859297;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47307ba1c1e86230420796dea6df368b4324d5dc', '190.148.158.108', 1676762116, '__ci_last_regenerate|i:1676762103;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676657262\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4730ba7f66fc333d9687f88187521524e8aa50d6', '167.248.133.118', 1653227015, '__ci_last_regenerate|i:1653227015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4733d1642c0605db3ae7a0987d653159c6e411e2', '49.234.150.132', 1655622004, '__ci_last_regenerate|i:1655622004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473443b76de786f3e07bb9e616e07fa9fa8332d4', '51.159.37.236', 1660474257, '__ci_last_regenerate|i:1660474256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4734f31a6404fae3d82bb0142713e115c7d8d359', '40.77.167.79', 1653567024, '__ci_last_regenerate|i:1653567015;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4736f8bf9b4945620e258808d1bae81befd2ae87', '190.148.87.6', 1668302182, '__ci_last_regenerate|i:1668302182;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668302175;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47374364d988e41704dacaf4892665cc04e3ed3b', '52.167.144.98', 1686515214, '__ci_last_regenerate|i:1686515213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473756417af50d605df13a673e38c085b9877333', '157.55.39.194', 1674387995, '__ci_last_regenerate|i:1674387995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4737c67f1a4e92d176c0a20f0d8cfcffeae5b8af', '207.46.13.210', 1686934730, '__ci_last_regenerate|i:1686934730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47385c3fa877a1fa3f56391599b9ca97667d7a96', '190.148.158.151', 1677340509, '__ci_last_regenerate|i:1677340509;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677340506;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473890ac2b3dff5b348bfd3465bd514a439c6661', '207.46.13.6', 1672215481, '__ci_last_regenerate|i:1672215481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4739893f47ab7b3f00d03a55264128e276228e57', '17.121.113.198', 1656934407, '__ci_last_regenerate|i:1656934407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473a7cf616dafa1be6e6cdf0f267f4029ba6cb4e', '190.148.252.183', 1681226336, '__ci_last_regenerate|i:1681226336;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681226083;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473bd3800177e234f3d474912f8d9793a3f23170', '190.56.173.175', 1653066221, '__ci_last_regenerate|i:1653066221;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653066110;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473cc00219cfcb08d7cb847cc4d30f84cae5016e', '194.26.192.170', 1652254890, '__ci_last_regenerate|i:1652254886;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473d15eb32c0835f5680540d29ac61e7f97eeef9', '111.7.100.24', 1650976210, '__ci_last_regenerate|i:1650976210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473d667d8d4bff86523c5d07ecce7ad499ed2a56', '190.148.252.235', 1666831494, '__ci_last_regenerate|i:1666831494;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666831488;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473d94a00252ad388e59eef4926863e5ab43cb09', '190.56.55.113', 1673890190, '__ci_last_regenerate|i:1673890190;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673884171\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673888975;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473e1761a0b15bfa8b7e262afed7435c560676d0', '114.119.146.120', 1688106100, '__ci_last_regenerate|i:1688106100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473e4189cb4ecfcbb87b40dc5663ee6803178066', '200.119.173.177', 1685325800, '__ci_last_regenerate|i:1685325779;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685325799;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474210322c0fcb73f207128f3e4513ca84fa3632', '157.55.39.94', 1672812040, '__ci_last_regenerate|i:1672812040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47425c83d1fbba9ce0378437e0d4fdd938be3cbb', '52.167.144.26', 1682412316, '__ci_last_regenerate|i:1682412316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47433c5c87a79786fd2def7ce4f9860832ea087d', '200.119.170.168', 1670694243, '__ci_last_regenerate|i:1670694243;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670694193;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4744a54e686a8b3dcdc1764d20920e0ec0eb592b', '69.160.160.59', 1667400623, '__ci_last_regenerate|i:1667400623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474513971d6bc87de8fce7c2be40f34a5c229432', '173.249.31.237', 1659409180, '__ci_last_regenerate|i:1659409180;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474535055b9fbfc658cd5b8c73aca28811cd8d24', '190.148.87.96', 1678488680, '__ci_last_regenerate|i:1678488680;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678488641;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474741bf7d77419439d38ff9d6cc3afc4670de5d', '17.121.112.73', 1655398959, '__ci_last_regenerate|i:1655398959;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474ae0f9093aad260727e5e1e066a865f4a498fd', '40.77.167.49', 1665367630, '__ci_last_regenerate|i:1665367630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474af59549d2ffc5b0ddf918377ba378a2cecc31', '51.222.253.9', 1681127805, '__ci_last_regenerate|i:1681127805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474e1f4e568a1cfac1334383b9781f9212879322', '157.55.39.62', 1660114492, '__ci_last_regenerate|i:1660114492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474e8aa6a6feb6265be2ce1626cdbd73deec277e', '190.148.252.111', 1677959969, '__ci_last_regenerate|i:1677959969;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677959121;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4750900ffb1ea46cdb0c0f490165e41638551909', '190.56.49.109', 1666133360, '__ci_last_regenerate|i:1666133360;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666133322;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('475534942d8827aac9a1e3896ea7f35e6813f0a6', '40.77.167.39', 1656184094, '__ci_last_regenerate|i:1656184094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4756528838f048e7d6bce088dc77962ce3927422', '40.77.167.169', 1675324928, '__ci_last_regenerate|i:1675324928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4758326cb312868a9633be8e3218edfec5efc9ac', '207.46.13.48', 1653361597, '__ci_last_regenerate|i:1653361597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('475a29f2fd507440e967d4dc8cb833e6e1c28b6b', '190.148.157.192', 1655905018, '__ci_last_regenerate|i:1655905018;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655904297;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('475b61f69402c64aaf1846ee6c8a40729b0f09d4', '199.244.88.225', 1678377970, '__ci_last_regenerate|i:1678377970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('475b866dfbc4c057793c1f99f64d94e6e2393e7f', '40.77.167.63', 1672241677, '__ci_last_regenerate|i:1672241677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('475eafccfde9d69bc1abf4ea29c370723f78a5e5', '40.77.167.13', 1672124183, '__ci_last_regenerate|i:1672124183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('476021810e1d615561bee546adfc249c9d66631a', '51.222.253.7', 1654456815, '__ci_last_regenerate|i:1654456815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('476140308c38463ca9c9ba4e97b298e0cc730daa', '114.119.133.34', 1686582113, '__ci_last_regenerate|i:1686582113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4761e0767d3af4198eab77424836370beea84e7d', '52.167.144.166', 1686835810, '__ci_last_regenerate|i:1686835810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4763e2f0669cb7117a64b6e5c6b7f3705ac7dc72', '52.167.144.98', 1685594555, '__ci_last_regenerate|i:1685594555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4764d95c2410405a2182927ed03469de7c1cb318', '190.148.158.175', 1672144505, '__ci_last_regenerate|i:1672144505;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672144470;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('476ab3eb092916c086578a056ef3a96a51b80d33', '200.119.173.130', 1676055385, '__ci_last_regenerate|i:1676055385;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676052899;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('476ee089ffdbdfcc7b1f95d4abddca7da382e8f7', '114.119.134.192', 1687524182, '__ci_last_regenerate|i:1687524182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('476f40befbfc12e235ef9f52fbfd07c2b65499de', '51.222.253.13', 1680882170, '__ci_last_regenerate|i:1680882170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('476ff7b2440fcd45f26e1de401f5cba69b931b8b', '207.46.13.12', 1675150306, '__ci_last_regenerate|i:1675150306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4770f4545988f1b013cb4d588a3caa723f8b4d5b', '54.36.148.2', 1680411056, '__ci_last_regenerate|i:1680411056;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4771c71d5f2e32dd890cdcff6b92e3300b2f0347', '40.77.167.146', 1687895185, '__ci_last_regenerate|i:1687895185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47721749cf2034c50c8fd4d3e639929f567889eb', '207.46.13.17', 1673531628, '__ci_last_regenerate|i:1673531628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('477337846f0998fdc0fea9cfa4e842441c84403c', '54.36.148.127', 1664172853, '__ci_last_regenerate|i:1664172853;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47790965b7787ea05e54e6617ace14279463a3a6', '198.251.73.87', 1672881336, '__ci_last_regenerate|i:1672881336;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4779af5d1e9c20fbaa88d9713863db99c05e5a2f', '190.148.157.177', 1681919383, '__ci_last_regenerate|i:1681919383;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('477d9c3538333f3e846ad9b6348490a0f74efb21', '52.167.144.70', 1688245452, '__ci_last_regenerate|i:1688245451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('477eb5c82a899e4caaeace6d888b85f99061d4c9', '49.36.83.156', 1667030115, '__ci_last_regenerate|i:1667030114;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('477f055079334b9065a67756411f8a17c2f8dc4f', '200.119.172.60', 1674945051, '__ci_last_regenerate|i:1674945051;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674945037;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478009a7fe5d0c623166f82498231848222f7a5a', '51.222.253.1', 1683511947, '__ci_last_regenerate|i:1683511947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4782def658150b2fa5b4712b2e1859d0b07c7314', '144.76.68.17', 1683713016, '__ci_last_regenerate|i:1683713016;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478578763f2c10d93d30bcfc651da5348c4b92a6', '52.167.144.154', 1687735044, '__ci_last_regenerate|i:1687735043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4786c6fcee2133d5ada92b0af1c521d605edca05', '190.148.252.73', 1664822292, '__ci_last_regenerate|i:1664822292;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664822225;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478820a6490998157a67dde3b5e8c36bb2401f87', '5.188.62.140', 1656421206, '__ci_last_regenerate|i:1656421203;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478852ca0978f3b6fa34fac696566561aec40289', '40.77.167.169', 1675584201, '__ci_last_regenerate|i:1675584201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478a1fee968ed9e636dfaf48898dca082d9e4511', '52.167.144.98', 1686575491, '__ci_last_regenerate|i:1686575491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478b29595faae2fb1af2744ae00ecc0bd9ea592c', '114.119.146.69', 1687710432, '__ci_last_regenerate|i:1687710432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478cd87125fa9a479cbff93b21ce8fc541d6e4e4', '190.56.32.174', 1676815187, '__ci_last_regenerate|i:1676815187;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676815080;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478d13cc106011b0311a007bee7de14a45f8b54a', '54.36.148.215', 1674719556, '__ci_last_regenerate|i:1674719556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478e0721cffac3766621f8b678470952bb3aca08', '130.255.166.26', 1653700974, '__ci_last_regenerate|i:1653700974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('478fe519abbc0b9db37ce7e51ac101f20a62710c', '190.148.252.96', 1673290567, '__ci_last_regenerate|i:1673290567;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673284948\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673290558;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47910c49f2b7e889913ba4274fff1b134fcd9ffe', '114.119.134.203', 1688128943, '__ci_last_regenerate|i:1688128943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4791a2205f125b2391f977e92e56eef4c14d28fa', '52.167.144.164', 1685123933, '__ci_last_regenerate|i:1685123933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47953fe9b7e11a989b43bbbea6874f89a6af3917', '51.222.253.19', 1680789247, '__ci_last_regenerate|i:1680789247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4796c69fe1b3c7b25ff41df0b6d3a0b81d060ca8', '51.210.53.165', 1655833133, '__ci_last_regenerate|i:1655833133;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47986272f3f24289fdc9f6cd46128ccd66828194', '190.56.55.120', 1663345804, '__ci_last_regenerate|i:1663345804;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663332121\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663344151;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4799e708c540ee3a8fbe06fa09ea470b845ea135', '52.167.144.162', 1686758199, '__ci_last_regenerate|i:1686758199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('479ae45c7e0e8f7f95447cf33f57c61f9e6732d9', '5.188.62.140', 1656368864, '__ci_last_regenerate|i:1656368861;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('479b5f39d763bdb7c8af703f00655f025ab2ed9f', '200.119.168.108', 1669043992, '__ci_last_regenerate|i:1669043992;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669041275\";last_ip|s:14:\"190.148.158.74\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('479d0e8d0c2754ce29be778720bc07d4ea2cc610', '40.77.167.35', 1661431744, '__ci_last_regenerate|i:1661431733;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('479dc8b4f11109f05426a8b9293743c1cde3429a', '157.55.39.54', 1660725020, '__ci_last_regenerate|i:1660725020;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a21fd13520309d3ecf1f30adb8f08a9abd4845', '190.56.173.152', 1654909790, '__ci_last_regenerate|i:1654909790;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654909786;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a27479ff3ed8e9c27b13b6c6b250134bf94342', '157.55.39.79', 1655978450, '__ci_last_regenerate|i:1655978441;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a2b0a2a4506004dafedce9dec66a01f5d81789', '45.133.172.234', 1654742984, '__ci_last_regenerate|i:1654742983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a2d3701d6e4454fa0aba3e38f3659ac2b8151d', '52.167.144.89', 1679731951, '__ci_last_regenerate|i:1679731951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a34425f1a6847051123177040aeb5fd4c38fd2', '40.77.167.191', 1681775111, '__ci_last_regenerate|i:1681775110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a57804ead86053fe37f77274a41986be595503', '52.167.144.98', 1684339338, '__ci_last_regenerate|i:1684339338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a68c6f97b87b22e3ff28cb4e2069d1a5e32b05', '190.56.55.113', 1673826800, '__ci_last_regenerate|i:1673826800;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673825841;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a805c2ae4deb6ff1e25ba380a90ec8bc78cac2', '40.77.167.79', 1654309825, '__ci_last_regenerate|i:1654309815;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a8814923cf9c3dba6ff0591028a85f61dc186a', '40.77.167.192', 1681218971, '__ci_last_regenerate|i:1681218971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47aaaea19d13202cbbb6c389cab64eac5d1c4546', '40.77.167.43', 1658314752, '__ci_last_regenerate|i:1658314751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47abbe7cf22be3891acff7042e67ad14096ef241', '130.245.169.139', 1657878937, '__ci_last_regenerate|i:1657878936;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47abcd1bd1ce015399af5af076bc721789adbb3d', '40.77.167.28', 1659916502, '__ci_last_regenerate|i:1659916492;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47b1154f037fc483ce40e724c3566114a03a5e53', '157.55.39.62', 1660055457, '__ci_last_regenerate|i:1660055457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47b48aea2929c5289cf51876e5a4ff62832b34dc', '157.55.39.192', 1665112241, '__ci_last_regenerate|i:1665112230;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47b4c5c2432eff4ee81f5c5db8841187e1e26dc6', '149.56.150.56', 1687689230, '__ci_last_regenerate|i:1687689218;requested_page|s:13:\"cart/checkout\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47b6ff7965f1067d952671d9c20c57576038edcb', '42.236.10.75', 1650670827, '__ci_last_regenerate|i:1650670827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47b7e213d30039410f7cf97845d0e34e26e9bd65', '52.167.144.61', 1687962025, '__ci_last_regenerate|i:1687962025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47bb15a41328be01b7d76e1ecfe5957d93bf80ca', '157.55.39.253', 1682189916, '__ci_last_regenerate|i:1682189916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47bb3bb90304df9f06353b4335b13c63b7436d36', '35.88.163.164', 1655039548, '__ci_last_regenerate|i:1655039548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47bbb29a11a97479b3a97e4b51418200a6864d3b', '200.119.173.130', 1676063208, '__ci_last_regenerate|i:1676063208;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676060588;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47bc7aaf473956a4e2f01fcfdf7aab5dc120ddb3', '157.55.39.100', 1672157222, '__ci_last_regenerate|i:1672157222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47bc7dd4646dd056edf46e7bb9b0422ff08c100c', '40.77.167.45', 1670177029, '__ci_last_regenerate|i:1670177029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47bc8d1414b5eb88df7dc790c0c579cd56eca5f7', '207.46.13.205', 1671234196, '__ci_last_regenerate|i:1671234196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47bc8e3fbefa441f05511c35da6d3740f888518e', '157.55.39.51', 1669817852, '__ci_last_regenerate|i:1669817852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47bde843510ce4aadbbbdf9a924110b2acb5467b', '114.119.151.174', 1687176610, '__ci_last_regenerate|i:1687176610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47be324f5ea55b433d8eab27bff7c954d6d273bc', '51.222.253.1', 1674492698, '__ci_last_regenerate|i:1674492698;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47bfaad76be724271d39bb02ccda86622e84d275', '190.56.50.253', 1682545185, '__ci_last_regenerate|i:1682545185;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682545182;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47c1b393b3edde428beb66147a2eeb34621b0a2a', '207.46.13.210', 1677558276, '__ci_last_regenerate|i:1677557301;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47c2b051f7307784a50fa9c517a27d8e7aa3a791', '190.148.157.98', 1678999871, '__ci_last_regenerate|i:1678999871;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678999802;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47c587a274cbc5631361a8b80420333722bbafd6', '190.148.158.164', 1665083755, '__ci_last_regenerate|i:1665083754;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47c74e82790f3690351c3d4eac82b950c75122f0', '52.167.144.171', 1684538407, '__ci_last_regenerate|i:1684538407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47c7d2c398b4a0241aeb61317f06c4dfcffb45ee', '190.148.252.233', 1668990229, '__ci_last_regenerate|i:1668990229;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668948081\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668990223;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47c91bec7b61b187d3f3ca44ec9d03d7fbe3e35d', '200.119.170.221', 1664309817, '__ci_last_regenerate|i:1664309817;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664309798;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47ca09738d2b855fcb74374d87e166585ff20608', '200.119.168.250', 1680895441, '__ci_last_regenerate|i:1680895441;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680894811;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47ce4af5280c5948ad3889713e98087b7b0dead0', '190.148.157.206', 1679534706, '__ci_last_regenerate|i:1679534706;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679534481;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47ce926e6664fe5c388f3195edead7b37bcaf626', '51.222.253.14', 1685676661, '__ci_last_regenerate|i:1685676661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47ceecfeea944e72af3391e3b8010b7141a9202a', '190.148.158.175', 1672360069, '__ci_last_regenerate|i:1672360069;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672360034;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d07d073812acac0be58aa120b8c6115f5dd37c', '200.119.174.9', 1674246711, '__ci_last_regenerate|i:1674246711;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674075818\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674246639;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d0a7b29784088f813b2aae3db25fbb8fb886c8', '190.148.157.53', 1683754353, '__ci_last_regenerate|i:1683754353;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683754345;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d221e9787654f76b905e8c6d521c65cb4ed30f', '40.77.167.13', 1672603591, '__ci_last_regenerate|i:1672603591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d23eaf5220c069ed4158f48ffbe720b13e9f98', '17.121.115.149', 1651856393, '__ci_last_regenerate|i:1651856393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d4435c3f31e95c13ea6dc63c532c3c8cf4a8be', '190.148.157.99', 1662563632, '__ci_last_regenerate|i:1662563555;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662502172\";last_ip|s:14:\"190.148.157.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d565a67163fa47401990868bea0f2242937e87', '35.90.184.70', 1675863611, '__ci_last_regenerate|i:1675863611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d58e324fe64692e60f7045a0735af0da1601dd', '66.249.79.203', 1681742900, '__ci_last_regenerate|i:1681742900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d5bfad9029e44d7c4a4c6eee6e002e120540fe', '114.119.141.18', 1685771390, '__ci_last_regenerate|i:1685771390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d64aa0ffc12e0805ab39996c63fb2035c941f9', '190.148.252.76', 1654260849, '__ci_last_regenerate|i:1654260849;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654214806\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654260802;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d8d48254e1b711e33d9cded7fdd36bd50d6f25', '40.77.167.63', 1671972133, '__ci_last_regenerate|i:1671972133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d9212c44337d8b50f350ab6a48dc5ae8bb3060', '114.119.156.44', 1688121947, '__ci_last_regenerate|i:1688121947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47d93f34d3d39f1d52a1a973a6a8b5d15d43fdd9', '190.148.252.88', 1670804671, '__ci_last_regenerate|i:1670804671;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670804357;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47db1bbf43776eb80a1a2233408eae8b24db799f', '190.148.158.175', 1672424463, '__ci_last_regenerate|i:1672424463;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672424016;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47de71548c53435155f96fa3cb7d45681d25a7dc', '190.56.50.6', 1686955368, '__ci_last_regenerate|i:1686955368;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686954558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47deafc8b8d0795e166cf2dc2a454f25ba1b5613', '114.119.151.126', 1684958669, '__ci_last_regenerate|i:1684958669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47df1e20728f0419a908775c5c375e225fefed3d', '190.56.32.174', 1676850153, '__ci_last_regenerate|i:1676850153;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676850151;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47e1b34190ac3c8902e1c18e18d7bbc21e0f295f', '200.119.168.250', 1680795940, '__ci_last_regenerate|i:1680795940;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680794858;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47e35495ebc61472c4155eb07e2708e5e2aaa1e9', '200.119.172.60', 1674766840, '__ci_last_regenerate|i:1674766840;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674766619;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47e42744781b7ac8100eea7cc662eb441728b45d', '190.148.252.112', 1667785574, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667785574;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667784428;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47e4dc7da4655980e393760f9842e0f5e317b664', '74.208.252.140', 1651394688, '__ci_last_regenerate|i:1651394688;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47e50850546c4e6e0693888a97c8c7e88ea15540', '190.148.157.117', 1675626064, '__ci_last_regenerate|i:1675626064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675624706;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47e5cf169e69742ef529aca007de1554ffa07591', '17.121.113.204', 1652200597, '__ci_last_regenerate|i:1652200597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47eb40a6717319d9747d3398c63cf4660b51995a', '114.119.151.72', 1684862130, '__ci_last_regenerate|i:1684862130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47ee29526e066046ae15bd238458d46b640fb704', '200.119.168.250', 1680636984, '__ci_last_regenerate|i:1680636984;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680636918;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47f0d1071b21d42ce2e402782507241a4edf4f77', '207.46.13.10', 1671128022, '__ci_last_regenerate|i:1671128022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47f32070c681083b375362418137a189c8e52a4c', '190.148.158.175', 1672493380, '__ci_last_regenerate|i:1672493380;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672493339;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47f350ce2f997505527e1b871ac4e318241f6b53', '190.56.50.253', 1682797087, '__ci_last_regenerate|i:1682797087;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682797073;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47f55d1e23a4fb48b8e95b24118294172ebcfb3f', '200.119.172.60', 1674747158, '__ci_last_regenerate|i:1674747158;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674747096;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47f7b3952800b97a26d2d77c2feed2a8b7f4ba95', '190.148.157.177', 1682032277, '__ci_last_regenerate|i:1682032277;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682032080;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47fa976b22ab25a83383e099cb03318b184be27e', '66.249.77.163', 1686538669, '__ci_last_regenerate|i:1686538669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47fac798bbaf5913b75454607f8abb12b9b5f8b8', '190.56.32.35', 1671838264, '__ci_last_regenerate|i:1671838264;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671838253;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47fb1f39a790c12e8742c4588f33c304d2d84518', '52.167.144.164', 1686688153, '__ci_last_regenerate|i:1686688153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47fb76c1022d6d95d98f233c22916455a2be2191', '200.119.174.9', 1674516680, '__ci_last_regenerate|i:1674516680;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674516668;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47fbed95de1c6c9987cf39dd1bd0defcd19fad4e', '157.55.39.62', 1660291398, '__ci_last_regenerate|i:1660291398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47fc8959ab31be2bc09c1d8ea4d37c105aae38f0', '200.119.170.143', 1670256565, '__ci_last_regenerate|i:1670256565;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1669239828\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47fe7d91840d1f1171f7a0e466df4d4ce70a0f16', '114.119.130.231', 1686555635, '__ci_last_regenerate|i:1686555635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47fefd9fa1d368489ca36f1c449801fc8f28225e', '190.56.32.35', 1672054902, '__ci_last_regenerate|i:1672054902;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672054897;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47ff8df703ff56084ec51eb0a486fea076b13c27', '114.119.167.129', 1687533076, '__ci_last_regenerate|i:1687533075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48001e73ac3d2244b2f6a4919b7139da47a46bf0', '114.119.132.238', 1684241604, '__ci_last_regenerate|i:1684241604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48021b09135ceb2a7affdf430d3886df87a89e2f', '23.229.82.154', 1681916411, '__ci_last_regenerate|i:1681916411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4802627fa8b7835517da4b8e75cb61c16c732d82', '52.167.144.178', 1684086709, '__ci_last_regenerate|i:1684086709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48048a74c6bdcfd9255768809b3f3d8c7af46420', '34.241.29.15', 1680926924, '__ci_last_regenerate|i:1680926924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('480538376853ef0ee9be4ac25deb653d254ec449', '35.202.192.252', 1666101344, '__ci_last_regenerate|i:1666101343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('480725e92b021aaff23e3e690d4a2e00206d268e', '157.55.39.112', 1663465731, '__ci_last_regenerate|i:1663465731;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4807a46bacd348876c11a10966751f0a3da6fff3', '130.255.166.51', 1660829472, '__ci_last_regenerate|i:1660829472;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4807b84e5618b4ef62387cbbed92ce8d21ec7b80', '207.46.13.189', 1668367035, '__ci_last_regenerate|i:1668367035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('480a566ef7567c51e93c73af425c559a077e49b0', '52.167.144.61', 1687930805, '__ci_last_regenerate|i:1687930805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('480aaa4206ef762a328b2ec6c9fc349721061106', '190.148.158.175', 1672670313, '__ci_last_regenerate|i:1672670313;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672669881;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('480cd7a97218953a1efdf9157d8574451700b4c4', '190.148.252.183', 1681221216, '__ci_last_regenerate|i:1681221216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681221213;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('480d44add9c7f61765e134713a1623d71881a744', '51.222.253.8', 1686058573, '__ci_last_regenerate|i:1686058573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4812786d44fb8c748ef40affe58ccd2368c0ec40', '207.46.13.207', 1681333575, '__ci_last_regenerate|i:1681333575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481311935c276d11cb257e1f1d3b2d660684cf3a', '190.148.252.73', 1664655375, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664655375;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664655355;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4813629f891e0886737be211e600663f3dc5cc5b', '54.36.149.16', 1656357807, '__ci_last_regenerate|i:1656357807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481630bf90cd08bcae2905d686a0aee4496d9c7c', '114.119.156.23', 1688093414, '__ci_last_regenerate|i:1688093414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481768bdb01d712845b785225ce81c746c1771da', '190.148.87.96', 1678712689, '__ci_last_regenerate|i:1678712689;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678712680;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4818bbe0041f0b4773d4ce9292facf6fb8629c7f', '200.119.173.130', 1675992066, '__ci_last_regenerate|i:1675992066;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675990437;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481a968e00d06218746b3cfcaa235c45beb4fcfe', '157.55.39.173', 1669998593, '__ci_last_regenerate|i:1669998593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481aad870fec73d8b026cf9d7e0461e56986f1e9', '200.119.170.200', 1654566577, '__ci_last_regenerate|i:1654564523;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654549230\";last_ip|s:15:\"200.119.170.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654564546;register_id|s:2:\"19\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-06 10:12:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481ac4b34d363d8256bd94b5872d5fd05a97c7c6', '157.55.39.68', 1666696452, '__ci_last_regenerate|i:1666696452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481ca2dcb005d22583ec8197b6a1e0e83c1d4a1f', '40.77.167.123', 1683405902, '__ci_last_regenerate|i:1683405902;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481cf3e77137479e50d6daccfbe21519ad983bc9', '147.182.171.81', 1650861187, '__ci_last_regenerate|i:1650861187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481e38bf9767bb12df3665209a23217fed87f169', '40.77.167.37', 1668512467, '__ci_last_regenerate|i:1668512467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481f2c3e2df48e96fcce01541ef2242e5c38e985', '66.249.73.232', 1652572459, '__ci_last_regenerate|i:1652572459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('481f424c870b192cd4273cbd6514208cfa1d7f5f', '66.249.65.100', 1677906419, '__ci_last_regenerate|i:1677906419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4820eafa4db9d03653ea4f75a789551d636119ae', '190.56.55.113', 1673655609, '__ci_last_regenerate|i:1673655609;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673655599;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48253b91fba1d70f3995b57cdc19bd816e1a23f2', '54.191.61.124', 1667828921, '__ci_last_regenerate|i:1667828921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48254a9b9ade712a3376d14e9081ba7a4d8309e9', '207.46.13.142', 1664211723, '__ci_last_regenerate|i:1664211723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48275dd4f0b996c3da0c2013f73cce7aa375bdf4', '190.56.32.37', 1670510947, '__ci_last_regenerate|i:1670510947;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670510943;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4828fae1afbe0c023c4c444c533c8093098d815c', '54.36.148.24', 1667367599, '__ci_last_regenerate|i:1667367599;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4829b0f4fdc924acbf1e5feaaf4f848c157d2f3a', '190.56.32.174', 1676921727, '__ci_last_regenerate|i:1676921727;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676921304;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('482a654e1519b37884a612701d77a7be76d18116', '52.167.144.162', 1686069800, '__ci_last_regenerate|i:1686069800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('482ab8e81703b8b8891a9c5f3d8f9bba7ed7182c', '52.167.144.98', 1685979585, '__ci_last_regenerate|i:1685979585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('482d3a0cb9b1fb0e6ca1f106d3ba93f75f55cba5', '51.195.216.255', 1650742433, '__ci_last_regenerate|i:1650742433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('482d758e9187e470e5bea0b8d467e9a6a0140892', '157.55.39.79', 1668631643, '__ci_last_regenerate|i:1668631643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('482f71b9f5d282640bbf3d3fce67088d6609578b', '200.119.172.60', 1674679955, '__ci_last_regenerate|i:1674679955;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674679828;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48332c68919390dd732e3976a03d2b311c63e9de', '114.119.135.223', 1687697057, '__ci_last_regenerate|i:1687697057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('483541d4d0e487c034e840d2da5fc87c0e928dab', '200.119.172.60', 1674660384, '__ci_last_regenerate|i:1674660384;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674659765;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4836e7964ac3dee8b65cee9c12ddbd9761974e0c', '93.158.90.166', 1668516474, '__ci_last_regenerate|i:1668516474;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4838082d1cd5a1893d972a82faba6fe6111121fe', '200.119.170.30', 1660589463, '__ci_last_regenerate|i:1660589463;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660241119\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660581577;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";user_csrf|s:20:\"eboldqAY40sxgZz7PtBw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('483837a80b0f5b7e8e1825eb0486df6e11b38612', '190.56.173.213', 1683417157, '__ci_last_regenerate|i:1683417157;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683416929;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48397787134596986f76625eb416c220c0d597e5', '119.238.213.210', 1655592288, '__ci_last_regenerate|i:1655592288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('483a6974057c0e1b0ddb63f730fb8ea15cd0b8ca', '157.55.39.253', 1682173513, '__ci_last_regenerate|i:1682173513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('483b2d6e84722b1cd9ccca21f77eb27a5bf37375', '157.55.39.212', 1677416811, '__ci_last_regenerate|i:1677416811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('483b614f2ba09e62a6199c823caae92ed6510728', '54.237.250.240', 1651386250, '__ci_last_regenerate|i:1651386250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('483c3d135eea276f190e39303a0375e900058305', '157.245.156.70', 1653234080, '__ci_last_regenerate|i:1653234075;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('483e262378ea4ee6d45b39fa4094a282b5a6e489', '74.208.2.228', 1665904749, '__ci_last_regenerate|i:1665904749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('483e609370784a6dd3d6254b4dc0e959ac3deb06', '190.148.158.164', 1667404357, '__ci_last_regenerate|i:1667404357;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667404319;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4840827f4c50a0d828770a9901a03a1634108a15', '190.56.173.175', 1652994394, '__ci_last_regenerate|i:1652994394;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652991937\";last_ip|s:14:\"190.56.173.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ow1QXmLnaNfGtBKvx5ed\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4841345365af93a57ae8f76600b401f0e10b6eaf', '52.167.144.98', 1685594555, '__ci_last_regenerate|i:1685594555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48424b0bf3db85d373c2b407aad94afac9f38221', '52.167.144.164', 1685703301, '__ci_last_regenerate|i:1685703301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48498ada02341143cd0f128c61dc84ab6d763068', '52.167.144.20', 1687033407, '__ci_last_regenerate|i:1687033407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('484a1915cad6a8b351f38c33cf0f70b02ab3860d', '52.167.144.98', 1685180471, '__ci_last_regenerate|i:1685180471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('484a45bdc9e396b9dc40fb8215e46a22d53f6507', '52.167.144.178', 1683842371, '__ci_last_regenerate|i:1683842370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('484b6dcb9d298ed51398d49c0d159c5f39fc3b33', '52.167.144.171', 1685125632, '__ci_last_regenerate|i:1685125632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('485055db7cfcf19604348b3d0a24943e0c4e840c', '190.56.32.35', 1671799138, '__ci_last_regenerate|i:1671799138;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671799109;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48538479bb2a2575a9a884ba161949e65033edb4', '200.119.170.143', 1670283222, '__ci_last_regenerate|i:1670283222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670282953;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('485484710bc4e11ed0a5849e6c916754407d678f', '200.119.173.96', 1687140768, '__ci_last_regenerate|i:1687140768;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687140694;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('485548b91866db460026ac9547d65f1eebd6d752', '52.167.144.56', 1681161227, '__ci_last_regenerate|i:1681161227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('485613eb160354bd0997a8e47de2d17d69bb3555', '114.119.149.199', 1687698126, '__ci_last_regenerate|i:1687698126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48588539fad89c3de515d223a4d3386a28bb8400', '190.148.252.183', 1681662592, '__ci_last_regenerate|i:1681662592;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681662263;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('485a9aabe48e286925deddad9e786c0681f5efba', '114.119.131.97', 1688224510, '__ci_last_regenerate|i:1688224510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('485b6e76a290385f46dff2656eeffa4df692f406', '190.56.173.213', 1683475344, '__ci_last_regenerate|i:1683475344;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683475252;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('485cc063774de836f8c04a0f2d046ded23f55f15', '54.213.73.137', 1685403090, '__ci_last_regenerate|i:1685403090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('485e8b3c56753ef64d4064e3175ff566ccb08e1d', '52.167.144.20', 1687033407, '__ci_last_regenerate|i:1687033407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('486047e05dd25c9442ee48c88df66d5a5f604d6c', '190.148.87.6', 1668364727, '__ci_last_regenerate|i:1668364727;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668364717;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('486099ae5401a993ce4ddf90e1959d1ce1f00652', '68.183.75.40', 1657274114, '__ci_last_regenerate|i:1657274114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4861173a27371c914d65b09351be32c491cca1f4', '5.188.62.140', 1656394848, '__ci_last_regenerate|i:1656394845;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4864d2f3d9fb0bb32a909ba4914632dcf0eaeedd', '190.148.157.122', 1666658130, '__ci_last_regenerate|i:1666658130;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666658081;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4865a0bab9e6a2f331eb56c10422d2dfcc403e20', '52.167.144.63', 1687073624, '__ci_last_regenerate|i:1687073624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4865df806d748efa34e5fb8033d955afafbfb86f', '51.222.253.7', 1651382942, '__ci_last_regenerate|i:1651382942;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48674b38ec58044f36fb45d0268d36fffcf9a48a', '114.119.151.156', 1685781180, '__ci_last_regenerate|i:1685781180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48698bc500e494f4bece2abece4bdca85e63b9ff', '40.77.167.23', 1674073368, '__ci_last_regenerate|i:1674073368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4869cc185b524c679ac0d3ca98a86f299f127c8a', '34.219.195.160', 1652708266, '__ci_last_regenerate|i:1652708266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('486a2ffafbd5a35043bf4503b61dab3768bbf577', '207.46.13.205', 1671347494, '__ci_last_regenerate|i:1671347494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('486a3b1978aa49db0432472fe1c5226702f9573e', '190.56.173.213', 1683318968, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683318968;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683318966;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('486add6c4949ad4accb6106d7bcf00e239af00dd', '34.222.95.115', 1668346093, '__ci_last_regenerate|i:1668346093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('486af2a1ad052fe37d89732c93ee6e5960ac95cb', '40.77.167.123', 1682723426, '__ci_last_regenerate|i:1682723426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('486c111f26334e3a750bd70469c180d393bf1fbf', '104.131.94.170', 1657274120, '__ci_last_regenerate|i:1657274120;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('486f56a52eb00e12af502ac810f43b3e48cd02a1', '142.132.250.173', 1686198072, '__ci_last_regenerate|i:1686198072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487033a9f950c9fda0f3df56adddece5cb0e0361', '190.148.87.96', 1678545928, '__ci_last_regenerate|i:1678545928;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678545900;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487161933f08c231943ac80b41388ebbc14e2c69', '45.63.18.23', 1688464375, '__ci_last_regenerate|i:1688464375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4875128230cd1d5bbdfd4aaaa28368f349b6bd9b', '17.121.114.179', 1660800210, '__ci_last_regenerate|i:1660800210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4877cf9c41b4e9a120214f6a34c8a32c6fe4fae5', '40.77.167.123', 1683842351, '__ci_last_regenerate|i:1683842350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487852c0d90a8f02933319061842b64a62b43212', '114.119.154.124', 1688232314, '__ci_last_regenerate|i:1688232314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487962677aba6957d3d80ac0f945343ceb3a7621', '207.46.13.205', 1671783518, '__ci_last_regenerate|i:1671783518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487aa8ed471ba82463033a9ace0a8776ac9d6554', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487ba679e774ed4cdb570d317a6219a9243615c1', '52.167.144.164', 1686574515, '__ci_last_regenerate|i:1686574515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487bdd4876bc9c724b7be22f592913a79d516f73', '51.222.253.2', 1673304392, '__ci_last_regenerate|i:1673304392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487c1d424f2145f91f203ebe2e07b5b09981166c', '114.119.134.156', 1686602787, '__ci_last_regenerate|i:1686602786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487e7e6543fc2f5671f60cbcf8c69e40e5c10f86', '190.56.173.213', 1683330833, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683330833;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683329711;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4880ed21fcfc55c8d082548e5ea8686d761403ae', '157.55.39.79', 1668935027, '__ci_last_regenerate|i:1668935027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4881f3240089c6b130a4e33021d35972ae40312a', '52.167.144.154', 1687702778, '__ci_last_regenerate|i:1687702778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4882bb6147a3710b3152c7c1628b8dc0a5e0bc16', '207.46.13.154', 1670600475, '__ci_last_regenerate|i:1670600475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4882d393f6a4399a72da627ad780a02270eff49a', '52.167.144.70', 1688459897, '__ci_last_regenerate|i:1688459897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4883249cb0b8d39d6fd0fba0a0de36973ccb8b4b', '54.227.32.154', 1651091489, '__ci_last_regenerate|i:1651091489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4886190a57ff46b13a64a47aa767ee97bbca7dd5', '190.148.157.183', 1680474468, '__ci_last_regenerate|i:1680474468;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680472824;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488676acbaa94afd5b324738e3f92c7d217a3317', '207.46.13.224', 1680382076, '__ci_last_regenerate|i:1680382076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4886b010d7dc5c1cee4891520ccc36ad3caf981a', '157.55.39.253', 1682959419, '__ci_last_regenerate|i:1682959419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4888fcfe41980c8661da801d38bfb044a9978ef1', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48896df8bde07646870154a87cec83f42c566daa', '91.227.68.183', 1662933525, '__ci_last_regenerate|i:1662933525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488aa7571f901b4d6438c701a44a6cfa6d7cd963', '190.56.50.6', 1667596295, '__ci_last_regenerate|i:1667596295;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667596262;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488af594c415245a793609606a00b7913e81397c', '114.119.155.118', 1687869741, '__ci_last_regenerate|i:1687869741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488bf637f30706b9325e9db5ab8beda793a2a50c', '52.167.144.162', 1686862074, '__ci_last_regenerate|i:1686862074;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488cbc0b4198fd231ada8a67cbfde08a8a13591f', '5.188.62.21', 1659471598, '__ci_last_regenerate|i:1659471593;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488d1e01c622e9cd3772d3bdd860e453c7c0c260', '157.55.39.164', 1655083698, '__ci_last_regenerate|i:1655083688;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488ec1a183b590a4f9fac2118f7bf3a98d7f3fba', '17.121.114.230', 1652145030, '__ci_last_regenerate|i:1652145030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488fe55aa1b34b787f29abe47ce096f7e89f93d3', '207.46.13.17', 1674097344, '__ci_last_regenerate|i:1674097344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4893bb788c4197cbb333d487ae7dc7d53ca85fd1', '52.167.144.105', 1677948832, '__ci_last_regenerate|i:1677948832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48943d53b7922830fffb2fe52b5f56f2450b6893', '114.119.155.149', 1687694812, '__ci_last_regenerate|i:1687694812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489447b2447d131664ddca9277e1552d1fc0c0b5', '114.119.151.128', 1684453162, '__ci_last_regenerate|i:1684453162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489713b824e99fd444a890b92293738e4d31dba5', '40.77.167.222', 1681417430, '__ci_last_regenerate|i:1681417430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4897d1501547193f776607ce047fe0ebda0485a0', '114.119.148.132', 1685589778, '__ci_last_regenerate|i:1685589778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4898f597eca15f4c38b215dfa827467c8ba53b1e', '207.46.13.205', 1671202164, '__ci_last_regenerate|i:1671202164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489b991605fc9269bca5b537a70a0a7ad9e88ba8', '190.56.173.213', 1683288216, '__ci_last_regenerate|i:1683288216;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683251874;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489bbb558b5dbd405ed25f0ae6adb98b9624ebf2', '52.167.144.82', 1687419146, '__ci_last_regenerate|i:1687419146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489cf75298c25a46fb38b9a3c673b28ef83b4009', '18.206.55.48', 1651400285, '__ci_last_regenerate|i:1651400285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489e08ca2e8b90fe32a9b55e7dc5483917cc0cfe', '157.55.39.208', 1686035617, '__ci_last_regenerate|i:1686035617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489e5aa0879b46768e791c22d48188e8ed866c8f', '52.167.144.120', 1688063392, '__ci_last_regenerate|i:1688063392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489e753e2c3090c66b4add9356d9bf189f12c511', '190.56.173.213', 1683416041, '__ci_last_regenerate|i:1683416041;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683416000;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489e86625b1d0bdb458a48a36a72dfca0adb610d', '40.77.167.170', 1676375779, '__ci_last_regenerate|i:1676375779;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a109ff21533532284ddde9e7d103376e3421d4', '163.123.143.82', 1673574372, '__ci_last_regenerate|i:1673574372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a1799539d886e35ae63502d5006508fb8b6b8b', '114.119.135.139', 1687345999, '__ci_last_regenerate|i:1687345999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a1bd2b1a9ba40be229c56702c201665a7cee79', '146.59.157.229', 1650749802, '__ci_last_regenerate|i:1650749802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a372d359e3942a4a304c5b28fc3a4b04831da3', '190.56.50.6', 1686931290, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686931290;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686930112;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a3e231961f6dfde62e5fb3d0ef840f71be9032', '17.121.112.210', 1659713949, '__ci_last_regenerate|i:1659713949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a5cedd0cc723a20345724c63369d5a1e07ca99', '40.77.167.114', 1678514390, '__ci_last_regenerate|i:1678514390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a6c533633a6e26500b85d250e1df9dd9b2ed45', '200.119.173.78', 1682864882, '__ci_last_regenerate|i:1682864882;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682864587;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a6e1d7f95f9710d4a29d5f90f238cc460e0298', '207.46.13.41', 1664109422, '__ci_last_regenerate|i:1664109421;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a6f89970d9273a5820fac2b4899d22825097a1', '200.119.173.130', 1675883776, '__ci_last_regenerate|i:1675883776;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675882034;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a87844c4416fea8cd4a128f16100c9b3fe6189', '111.7.100.25', 1650976211, '__ci_last_regenerate|i:1650976211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48a9dde400e3001fbca1b2b988059605dfe8befd', '157.55.39.225', 1687911604, '__ci_last_regenerate|i:1687911604;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48aaa28f1c14defc1dd4fbdf9fab97894515b89c', '190.56.50.15', 1667234774, '__ci_last_regenerate|i:1667234774;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667225807\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667232641;register_id|s:3:\"115\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-01 06:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48aca15c3e40ca9031aebcc03782e7bac2a4a0ec', '190.148.158.23', 1687205576, '__ci_last_regenerate|i:1687205576;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687205573;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48ae63d4af5c7bcde6fc459a48b727bda319e498', '52.167.144.162', 1682277584, '__ci_last_regenerate|i:1682277584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48b12ded06fc3ddf5a0a82eba95a941369630fb4', '190.56.50.253', 1682433834, '__ci_last_regenerate|i:1682433834;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682346189\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"RNfhC7QOkUKm9blWMc3r\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48b1cb455d99df76c39f378b83e3af9acd79fcb5', '52.167.144.162', 1681714965, '__ci_last_regenerate|i:1681714965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48b4c36e67a2d49608a67adf4591cfec597c47a1', '114.119.130.104', 1686712001, '__ci_last_regenerate|i:1686712001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48b69c6a20a38a71204d969a203aa8c9a0030158', '114.119.158.71', 1683780836, '__ci_last_regenerate|i:1683780836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48b764ed9422882cf7ea27ff9f85c8072d03c5a2', '52.167.144.98', 1686515210, '__ci_last_regenerate|i:1686515210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48bb161eb50096b4a08ff9ec25934dc0c7f90409', '35.92.151.49', 1684713690, '__ci_last_regenerate|i:1684713690;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48bb5da6229b6befc37890f75f580355c1b6c55d', '36.99.136.133', 1650687265, '__ci_last_regenerate|i:1650687263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48bd03dfb45b7bc73f2ce10cfeb117cdd3fbb18d', '190.148.157.177', 1655218659, '__ci_last_regenerate|i:1655218631;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655153139\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655218639;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48c2146208a4e1ea9d443444aca360fd345f30e7', '52.167.144.95', 1680560367, '__ci_last_regenerate|i:1680560367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48c78da8ff93791ccc1f3edb10a6f754c50746d3', '69.160.160.59', 1667400615, '__ci_last_regenerate|i:1667400615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48ca51868f6729a5546bb040e8044b1560b30124', '190.148.87.96', 1678367708, '__ci_last_regenerate|i:1678367708;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678367699;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48ca64b16dfb15f3b1e2e6a9dbe2a1734ec2c2a5', '157.55.39.253', 1682091367, '__ci_last_regenerate|i:1682091367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48cc595f183475528777aab13f16e2f68f7c43e7', '190.148.87.6', 1668367232, '__ci_last_regenerate|i:1668367232;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668366067;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48ce30b3747d6ca1e9f1aa975700f9ce62de2cdb', '207.46.13.212', 1677288788, '__ci_last_regenerate|i:1677288788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48ceb0166d632133817050fed99f5c0cb05eac01', '207.46.13.205', 1671858684, '__ci_last_regenerate|i:1671858684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d019d8ab24273f7919e5d00cc738c383e2e49c', '114.119.153.247', 1688298935, '__ci_last_regenerate|i:1688298934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d01c8b6c962a91a0845c84a71036cbd9249ebd', '207.46.13.209', 1681164691, '__ci_last_regenerate|i:1681164691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d0755677571dac1c2953c2e80dd383629073e1', '190.56.173.136', 1687910560, '__ci_last_regenerate|i:1687910560;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687866247\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687910533;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d07e4cd16e8c5939f8866564c6340ce6fb5e1a', '114.119.136.139', 1687226512, '__ci_last_regenerate|i:1687226512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d0d43bd53063bdaf9791878e3f77a0a6878762', '207.154.204.175', 1657274116, '__ci_last_regenerate|i:1657274116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d1b3223dd0fa70d7da21a9c9b0270baec751f0', '40.77.167.79', 1655484117, '__ci_last_regenerate|i:1655484106;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d1cfb9abe0bcd41558f23ac662561d03462e90', '207.46.13.147', 1672812017, '__ci_last_regenerate|i:1672812017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d223507e288cbce4365cbcd82578082ddcb8f7', '168.138.2.237', 1655675271, '__ci_last_regenerate|i:1655675267;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d24227f3b243e20f3fe1d172a936fc3441bbf6', '157.55.39.253', 1682652773, '__ci_last_regenerate|i:1682652773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d599f7dea6db1a484a97bd16efc80efddef152', '52.167.144.164', 1686572922, '__ci_last_regenerate|i:1686572922;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48d8f14ab645bee8e6c2f07c87e0737c1eff6e2c', '52.167.144.162', 1686263914, '__ci_last_regenerate|i:1686263914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48dc88d91c1a5b3d160b97dbcf791fbb4f1c6fce', '51.195.216.255', 1650896166, '__ci_last_regenerate|i:1650896165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48dd1a317af91e47ab47e1c8c93f6e2c669396ce', '190.56.32.174', 1676669825, '__ci_last_regenerate|i:1676669825;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676669328;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48defdaf364e48cbd2054d50359f90431c5a12ab', '114.119.156.142', 1687847876, '__ci_last_regenerate|i:1687847876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48e02565dac705dceae6544d554baae05b8da21f', '207.46.13.230', 1656163059, '__ci_last_regenerate|i:1656163059;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48e16245c8b5ad94b0618f805981fe04225428aa', '40.77.167.222', 1681524428, '__ci_last_regenerate|i:1681524428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48e20aebf4bba9788ac0f8659db818a38f853384', '114.119.136.111', 1685589533, '__ci_last_regenerate|i:1685589533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48e467c87399ad083d59b973c09b310cb0b6f8bd', '114.119.131.207', 1683808725, '__ci_last_regenerate|i:1683808725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48e54f32c04b7b4dab0a61cdd7a0ade8dceeb1a6', '157.55.39.51', 1669419363, '__ci_last_regenerate|i:1669419363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48e6df04d06ee07e13583a684adea8326cdfeaed', '207.46.13.17', 1673695515, '__ci_last_regenerate|i:1673695514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48e8a3e719aaf42955e5753322fffa45542d2e1d', '200.119.168.250', 1681051401, '__ci_last_regenerate|i:1681051336;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680954199\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681051401;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48ec54c2a8f66587da740a97dcfc117528e598f8', '143.110.166.84', 1688000976, '__ci_last_regenerate|i:1688000976;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48ec65737308a2f0b97b29d68909ff2bfd067687', '190.148.157.177', 1682357224, '__ci_last_regenerate|i:1682357218;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682110649\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"RsehCFA9X20tJc8fMpIP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48ecbe63f2e912ca12d850fa631044fc76f8c404', '190.56.173.213', 1683568265, '__ci_last_regenerate|i:1683568265;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683568263;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48ef4ec7b155673002e5b2205acae12f690dff5d', '74.208.2.188', 1672815808, '__ci_last_regenerate|i:1672815808;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48f15cd2376d4a5b4803f8008b158ced479477ac', '190.148.158.175', 1672445360, '__ci_last_regenerate|i:1672445360;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672445356;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48f49c48af30146667c1c35dd430057662d073e5', '52.167.144.23', 1687306475, '__ci_last_regenerate|i:1687306475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48f80263dd4a9acd2bfb29ecd0b447131c82cbb7', '82.223.29.20', 1653242680, '__ci_last_regenerate|i:1653242680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48f8dac23fa737293911f52bf5af7762ab455e4d', '66.249.79.193', 1661056318, '__ci_last_regenerate|i:1661056318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48fcdbafe145c6fb2d65a239cadb832883d21920', '207.46.13.207', 1685865663, '__ci_last_regenerate|i:1685865662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48fe2782c79ee92c163a6949fc31ef0bf3eaa557', '40.77.167.192', 1681353360, '__ci_last_regenerate|i:1681353360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49034258324c12191596b218baf5853788ac4ccf', '54.36.149.3', 1681936639, '__ci_last_regenerate|i:1681936639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4903cd3c84866f35f79f15c2798bf331c51f6381', '40.77.167.202', 1687701566, '__ci_last_regenerate|i:1687701566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49061aa8de648a50fc2cd5608ec642d6e19f421e', '51.222.253.1', 1654977332, '__ci_last_regenerate|i:1654977331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4908a504cb831829642b09ee0d54d6d4b76c2505', '51.222.253.16', 1685322681, '__ci_last_regenerate|i:1685322681;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4909a8665d6800142f895f192cb9f3e495390fe0', '200.119.168.250', 1680635568, '__ci_last_regenerate|i:1680635568;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680635266;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('490b189741435cda19165d7440ad3074b11f58bb', '52.167.144.74', 1688279688, '__ci_last_regenerate|i:1688279688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('490b7702cab0d4884aed852f2eb43cc60cbc3265', '190.148.252.151', 1671023715, '__ci_last_regenerate|i:1671023715;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671022882;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('490bb5e573ee8bf04fcaf25f07e36e166cc7faff', '157.55.39.173', 1669794937, '__ci_last_regenerate|i:1669794937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4913493e16f6f57f7c25d472b983262daa517ec3', '200.119.168.48', 1668115791, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668115791;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668089881\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668115652;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4916c91c5e22820cce0fff6f77d836c57b6bc286', '17.121.112.172', 1658607445, '__ci_last_regenerate|i:1658607445;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49184e72b72b8325a66009215cf32ebd13a1a53a', '17.121.112.182', 1656781635, '__ci_last_regenerate|i:1656781635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('491ad8a06871184db4ab0a3acfd58fcdb77ccae4', '157.55.39.79', 1668834365, '__ci_last_regenerate|i:1668834365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('491bef752659ed2724fc789db302eb7a5fe4ac24', '207.46.13.216', 1653040248, '__ci_last_regenerate|i:1653040248;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('491c2833bcdb43eab78ccde6b0a21c0ef3143703', '51.222.253.1', 1683290776, '__ci_last_regenerate|i:1683290776;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('491d42a231fd9dc6fa7b2d442c492a8a5d92717e', '77.74.177.119', 1669719569, '__ci_last_regenerate|i:1669719569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49200d59881ea5c8e9acd6abbc907720697c8028', '190.148.157.53', 1683921203, '__ci_last_regenerate|i:1683921203;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683921201;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492014cb01e859fda5f635c0124ce90a0a1fadac', '157.55.39.253', 1682909267, '__ci_last_regenerate|i:1682909267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492220f22cea4242785ef6732c619f8f65cfb27f', '190.148.158.69', 1685883924, '__ci_last_regenerate|i:1685883924;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685883856;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4922301ec2218f11b38a9bced9634fd364eb3766', '17.121.113.220', 1651027897, '__ci_last_regenerate|i:1651027897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49240933dff99fe0d14920366df0e01cde20d95b', '40.77.167.224', 1686535607, '__ci_last_regenerate|i:1686535607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492432f444a77ac00950ead8cbeb2a23f62c7312', '52.167.144.171', 1684553833, '__ci_last_regenerate|i:1684553833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4925403c92b96a3f0a3794c6db5a5bb140dac2d9', '17.121.115.120', 1652273699, '__ci_last_regenerate|i:1652273699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4926fe132bb14504ba8d1cd815e5d538275784df', '181.214.218.34', 1660408594, '__ci_last_regenerate|i:1660408594;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49291e7036c5a7c06f6eda5ae7749ef535ecb1b9', '190.148.158.175', 1672602124, '__ci_last_regenerate|i:1672602124;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672602090;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492934158a9c73ef2e8095728e494dec9ff514d3', '45.63.18.23', 1688491174, '__ci_last_regenerate|i:1688491174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4929c2b5fda612c6f43e876e8cf64782dc42c5e8', '51.222.253.6', 1658796788, '__ci_last_regenerate|i:1658796788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492a46c9df8d928dc5c1d0c75dd3f1100492d84d', '144.76.67.169', 1676801108, '__ci_last_regenerate|i:1676801108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492d530f6ef0dff4bab1e421bdee6d0d1eab6f94', '52.167.144.162', 1687306379, '__ci_last_regenerate|i:1687306379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492d83757c38f953c749dc692e4d6c21d6b88c96', '190.148.87.182', 1679618233, '__ci_last_regenerate|i:1679618233;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679616894;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492de9cd63b5214b16962850a2499a4dbf8ce1f9', '190.56.50.253', 1682701503, '__ci_last_regenerate|i:1682701503;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682701495;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492e4a63c465f168a150c1d6223976634ad3ae85', '157.55.39.143', 1670236924, '__ci_last_regenerate|i:1670236924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492ebbe794841f5587ec164414fe2d802f25591c', '207.46.13.236', 1654219272, '__ci_last_regenerate|i:1654219272;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492eedf16fba5f9a9446c68a05626f8ecce46bc7', '51.222.253.16', 1664849187, '__ci_last_regenerate|i:1664849187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4930ea58fa062d9987b82e1d92c7d3da9039fab8', '190.148.157.183', 1680554053, '__ci_last_regenerate|i:1680554053;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680554051;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4931c145ffafd7c43b6e034b37c630d831505454', '207.46.13.12', 1675379330, '__ci_last_regenerate|i:1675379330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4932aec39bf4524e439b4f576da66e3b35d14631', '52.167.144.70', 1688234845, '__ci_last_regenerate|i:1688234845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4933cead1599c3cdb0f18eab12e55c0e9827e75d', '40.77.167.13', 1673056536, '__ci_last_regenerate|i:1673056535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('493578b82941fc8a954e31443c678a58dcf4d408', '35.193.203.225', 1653483210, '__ci_last_regenerate|i:1653483210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('493748b5a37da64b01927163633fdbd96cc21713', '190.148.87.6', 1668434443, '__ci_last_regenerate|i:1668434443;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668434055;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4938993c665126ab82cc8a644e90de3c417193d9', '195.62.15.80', 1653289306, '__ci_last_regenerate|i:1653289305;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4938f9a541d6b6282510b86974b8ce97325ea861', '52.167.144.164', 1684825600, '__ci_last_regenerate|i:1684825600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('493a5f47c55cd81e7f8b25dcdc691a7095e84758', '52.167.144.162', 1682791120, '__ci_last_regenerate|i:1682791120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('493b191bcf6acbf96a98a68b75bf2b0d13449e7c', '207.46.13.106', 1670703053, '__ci_last_regenerate|i:1670703053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('493b58447e7201ed26ae5f1807a81b4caea1e862', '207.46.13.229', 1683376204, '__ci_last_regenerate|i:1683376204;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('493f674c4c12bd9450576d66796d46aff39da782', '51.195.90.229', 1650840995, '__ci_last_regenerate|i:1650840995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4940bf36c6316adb285dbc7a601d4ff2000684ba', '74.208.2.183', 1668050280, '__ci_last_regenerate|i:1668050280;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49424fa16949bfc18493e9e62241bd1352a499b1', '52.167.144.164', 1685073990, '__ci_last_regenerate|i:1685073990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49426e17c9905e4f85e58f4e8ba977ac02449720', '52.167.144.98', 1686341731, '__ci_last_regenerate|i:1686341731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49433f36be059659bdda3f9c4db7c89352af07e6', '52.167.144.164', 1684832571, '__ci_last_regenerate|i:1684832571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4944b33935df0aec0105720e7123d6a4d7da581a', '35.92.16.154', 1677503637, '__ci_last_regenerate|i:1677503637;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4947b0227e2248c32714f2b2a8c21432a3f8b8d4', '200.119.174.9', 1674503915, '__ci_last_regenerate|i:1674503915;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674503912;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('494846cfa2895455c2c7ae72a8aaf29296c1143c', '200.119.168.250', 1680812516, '__ci_last_regenerate|i:1680812516;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680809979;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49484df4ad940d6a359120aa4250572939e0266b', '200.119.169.27', 1657028392, '__ci_last_regenerate|i:1657028392;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656985265\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657028387;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('494b380868345d1e7c7d7bacdf71eca08d270257', '207.46.13.41', 1671312625, '__ci_last_regenerate|i:1671312625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('494ba686273da429e8c124d394f2dad323bda3bb', '74.125.212.203', 1682810702, '__ci_last_regenerate|i:1682810702;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('494c439f0a5e56888612c950b6605af01aaf6c48', '40.77.167.182', 1683611681, '__ci_last_regenerate|i:1683611681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('494d0fc131c5246425b3ec1c85274218da225b9a', '114.119.159.169', 1686046678, '__ci_last_regenerate|i:1686046678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('494d7ada00334e6246a6c4e579e554b392dacd6d', '157.55.39.167', 1674928272, '__ci_last_regenerate|i:1674928272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('494fd05c5f48b773aa4b9b4a4845a03376756dbc', '205.210.31.8', 1656021553, '__ci_last_regenerate|i:1656021553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49505892ca69117a1cf0fd39bef1833d0f5591e4', '52.167.144.98', 1686209233, '__ci_last_regenerate|i:1686209233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4951322928eef623f515cf82a3e7682f17270976', '66.249.79.175', 1674173756, '__ci_last_regenerate|i:1674173756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4952aca9f989b74b8105b3ebf8b3a6e50214811c', '190.56.55.113', 1673742680, '__ci_last_regenerate|i:1673742680;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673742487;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4953eb9e769c2a5d7af0b06d580a95b8d37853aa', '207.46.13.211', 1679731951, '__ci_last_regenerate|i:1679731951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4956f9e0027069089406e9c8cc27081936f9ed6b', '144.76.67.169', 1676801055, '__ci_last_regenerate|i:1676801055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49570f839d18403012c90368995fda0c178f81d9', '207.46.13.48', 1653925301, '__ci_last_regenerate|i:1653925293;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49587e87f5a4995a5723d8c9805c7e14670c29a1', '200.119.173.130', 1675952530, '__ci_last_regenerate|i:1675952530;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675952511;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('495b700e3d09973e32fca92b5d282e4c4f527a28', '111.7.100.20', 1650686769, '__ci_last_regenerate|i:1650686769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('495f9202c466ce91a7a4fbc4e1686b1c68c0e7e1', '51.222.253.7', 1657067002, '__ci_last_regenerate|i:1657067002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('496183a9852efa050f5a9489a96dfd63296f2f48', '114.119.158.157', 1687661545, '__ci_last_regenerate|i:1687661545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('496356a3c7a48f358653b187f18549bd2b141d3c', '40.77.167.37', 1668834603, '__ci_last_regenerate|i:1668834603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49646eee990623d92a82c459a35f0b4030684fc2', '52.167.144.73', 1679642996, '__ci_last_regenerate|i:1679642996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('496809424a915d25c6b2bd79499336efc7b76d7b', '3.111.41.2', 1670738477, '__ci_last_regenerate|i:1670738477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('496957c0de75500f9616890067af91124b4402e1', '17.121.112.219', 1658604073, '__ci_last_regenerate|i:1658604073;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('496b70b7aa742927f830a01e08b80928d101dd0f', '54.36.148.251', 1678352720, '__ci_last_regenerate|i:1678352720;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('496bc18aedcba0ffba6f4769c2dacb6b927bebf1', '200.119.168.250', 1680965337, '__ci_last_regenerate|i:1680965337;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680964590;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('496c27a04c177c3ad1aa6e2a5b9cf680c6c259f4', '52.167.144.98', 1685077857, '__ci_last_regenerate|i:1685077857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('496c4089b3efb69dc061b58418093f36ef0f275b', '157.55.39.118', 1657755847, '__ci_last_regenerate|i:1657755837;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('496cb7d16f527e2965c85e9bd63a76a2a1263d9a', '51.222.253.9', 1687788938, '__ci_last_regenerate|i:1687788938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49702e7195da7235be3962e721577c1ae43346a9', '51.222.253.15', 1681428951, '__ci_last_regenerate|i:1681428951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4970c7858af47c1842c2375f51bf4e4ee46aa8cd', '54.36.148.74', 1658072416, '__ci_last_regenerate|i:1658072416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4970eea83ab9fcfe377a6d61cea224a0b7e51e43', '193.235.141.176', 1666906203, '__ci_last_regenerate|i:1666906203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49719e2ded8b7b0d2a014e9a262c8a909abf0da8', '52.167.144.74', 1688036814, '__ci_last_regenerate|i:1688036814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('497228fcc56be052d320a206a595ef368c3c188f', '54.36.148.29', 1679958473, '__ci_last_regenerate|i:1679958473;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49744659d4cec5831fc89aa9d1db8568f9669443', '207.46.13.127', 1656163079, '__ci_last_regenerate|i:1656163069;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4974a092c2b5d73bce6876beef9150dfd045db57', '190.148.157.192', 1655855533, '__ci_last_regenerate|i:1655855533;requested_page|s:18:\"admin/pos/view/371\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655838417\";last_ip|s:14:\"200.119.174.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655854826;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4977c605f1851c55a9463603599c008e39930a57', '185.181.60.12', 1674193422, '__ci_last_regenerate|i:1674193422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4979af3edae850f8db7ee7df58adec023a8c8e95', '190.148.252.161', 1669921449, '__ci_last_regenerate|i:1669921449;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669920843;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('497ba637549f6b48c6f0c20dd2ccd0a09ee7ef15', '207.46.13.17', 1673654251, '__ci_last_regenerate|i:1673654251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('497d1fae8d563af194e98d20ec0324c680c94369', '114.119.157.142', 1687319838, '__ci_last_regenerate|i:1687319838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('497ebd7287747d2563cbd882baed8c878b2cba73', '190.56.50.253', 1682795653, '__ci_last_regenerate|i:1682795653;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682795646;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('498017d8950bf94ce5f255de2174b3158d998db1', '52.167.144.98', 1685878293, '__ci_last_regenerate|i:1685878293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49817f9c6d2bb42b9ed6cdc5851ac1c3e4e2eb6c', '190.148.252.233', 1668811932, '__ci_last_regenerate|i:1668811932;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668782296\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"vLukNeOQpcrqz8oZjWMJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49824551e5d0219a0eee68182f4e502ef9bc1da4', '157.55.39.192', 1664632085, '__ci_last_regenerate|i:1664632075;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4984e65163cb4f1ed8be64438dccad40a715daf8', '114.119.159.16', 1684981787, '__ci_last_regenerate|i:1684981787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4985beee5fc562c90df601a42178f0e4334d02d0', '200.119.172.55', 1661443869, '__ci_last_regenerate|i:1661443869;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4985e086519c0c266a2402736b35c4e22666fe30', '17.121.115.57', 1657464513, '__ci_last_regenerate|i:1657464513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4985f09182bbe8f2cbf08fe2a1880e4198bc1929', '157.245.254.89', 1655520997, '__ci_last_regenerate|i:1655520995;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('498760ed75d9e1d0224e1d170bab2ce3f220c045', '114.119.134.206', 1686994290, '__ci_last_regenerate|i:1686994290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4987ac9d7992b2079d1363b546bd8df5a2556a77', '40.77.167.13', 1672409189, '__ci_last_regenerate|i:1672409189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4987cd84807562075fba72336018e18192e3d234', '157.55.39.180', 1667469842, '__ci_last_regenerate|i:1667469842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49899d6df6fd94d582d3f444f1eef96dd0878f89', '51.222.253.19', 1650928597, '__ci_last_regenerate|i:1650928597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('498ad47a33741c03d768407532c0791b047c6a0b', '190.148.87.182', 1679928453, '__ci_last_regenerate|i:1679928453;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679612598\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"xRECoLUVQGcWNvDd6F4i\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('498ae803e3c597d54c5b7abae61311b69f396562', '223.240.101.111', 1668947539, '__ci_last_regenerate|i:1668947539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('498b9fbbce4637f8aec8f919e0cb0f9e578bfbce', '51.222.253.17', 1668504859, '__ci_last_regenerate|i:1668504859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('498c0795c4f9144f9db80c10087015dca958ec7b', '40.77.167.147', 1680918225, '__ci_last_regenerate|i:1680918225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('498d9c06fe97ba229389cfe019b915a82e8e7733', '114.119.159.148', 1683648414, '__ci_last_regenerate|i:1683648414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('498e5d9b89feaf7f44144e56da961efdc78686f1', '207.46.13.41', 1665431618, '__ci_last_regenerate|i:1665431618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('498eaf470ab76303f62e3780f3752d6652eb27e1', '45.115.7.38', 1665549569, '__ci_last_regenerate|i:1665549569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('498f39e90eccf5fa5f500d1033629ebc128157db', '114.119.149.215', 1687579037, '__ci_last_regenerate|i:1687579037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4990a0a20604f52e610040976b7940444661d714', '97.84.166.151', 1672618944, '__ci_last_regenerate|i:1672618944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4991603346a7ebfe3e1e70351d225d823708249f', '40.77.167.146', 1687776917, '__ci_last_regenerate|i:1687776917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4996af1abbb4a8141357e49d2ce66f5866522d33', '200.119.174.26', 1663706309, '__ci_last_regenerate|i:1663706119;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663689809\";last_ip|s:14:\"200.119.169.44\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663706309;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49971eaf9f766b92586826f4e1f9a9e6547e1aed', '114.119.152.119', 1686320014, '__ci_last_regenerate|i:1686320014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49985703d16da9d61a38287be8a5785bfe8b4fbb', '54.36.148.232', 1676847765, '__ci_last_regenerate|i:1676847765;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('499b46896a4ec5e3122eadcb28ebf8e54837a6cd', '17.121.112.253', 1658265962, '__ci_last_regenerate|i:1658265962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('499dddc16c874796d165e746a7698a4f7b60fdb1', '157.55.39.69', 1671858680, '__ci_last_regenerate|i:1671858680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('499f2322a14110c050a14ea2a2aba96530281098', '205.169.39.109', 1651342194, '__ci_last_regenerate|i:1651342194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('499f8a152e5b3e99cdd0ac97bc188f0a055ea17f', '66.42.115.29', 1650737120, '__ci_last_regenerate|i:1650737120;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('499ffb28581d2a7f2a8980bf0e2305637531f4f6', '190.148.252.55', 1675723485, '__ci_last_regenerate|i:1675723485;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675722304;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49a42c9fe2e0f4c134d4b1d961e6db79f2688722', '157.55.39.79', 1669167643, '__ci_last_regenerate|i:1669167643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49a4812cb43c4a28b0f2e26d1871920cab575687', '34.214.208.249', 1684296954, '__ci_last_regenerate|i:1684296954;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49a5a1fdd812eff94d058ba897d0dccba36b1299', '51.222.253.18', 1680785892, '__ci_last_regenerate|i:1680785892;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49a5bc940f0ea601a872989e882513cbc71623c1', '130.245.169.70', 1657360540, '__ci_last_regenerate|i:1657360539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49a6c82f2e7c766e36494674016e0266749f3a5c', '190.56.173.130', 1650904658, '__ci_last_regenerate|i:1650904658;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1650897218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49a7cc721999f26f86f0d669d823edcf71da742a', '51.222.253.13', 1676209609, '__ci_last_regenerate|i:1676209609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49a846d8fd985414fdfcbfad273def10362e5c20', '190.148.157.63', 1657294943, '__ci_last_regenerate|i:1657294942;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49aa0a6ae0355f18cc426720b6cdfd3163c5ff5e', '66.249.65.97', 1674611033, '__ci_last_regenerate|i:1674611033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ace74aecda293cee6baf16099f4e6a09e687ee', '190.56.55.113', 1673649908, '__ci_last_regenerate|i:1673649908;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673649890;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ad2bcee1ee66c793bdaa4619b68010609c51a5', '52.167.144.70', 1688162345, '__ci_last_regenerate|i:1688162345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ad678e3da9cade26be204b951d7bf1aebdc2de', '190.148.87.182', 1679608066, '__ci_last_regenerate|i:1679608066;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679608043;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ae9fdfd55a1cd80d758654ced11ca94ef889c8', '190.148.252.55', 1675698821, '__ci_last_regenerate|i:1675698821;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675698018;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49aea3a8eebca9391070311f1da9de3b39bca1a0', '207.46.13.41', 1670887076, '__ci_last_regenerate|i:1670887076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49b0c79a4a072bea401570fde4c487980104c190', '52.27.251.37', 1651929309, '__ci_last_regenerate|i:1651929309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49b2832a4b555bb6beb394da82671753ce63c3ad', '51.222.253.2', 1651799285, '__ci_last_regenerate|i:1651799285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49b3a447603d52c65eedb7895bd6758593a4b1c7', '40.77.167.13', 1672321034, '__ci_last_regenerate|i:1672321034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49b481e41eee82854318a31d54837e6e7374cb59', '114.119.132.59', 1686887831, '__ci_last_regenerate|i:1686887831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49b53f6aa6acb0cdc0b3712281fd27aebf252b07', '35.92.212.5', 1688082728, '__ci_last_regenerate|i:1688082728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49b6fbc475cd37b4d556bd05a7dfc37212aff2fc', '40.77.167.202', 1687232722, '__ci_last_regenerate|i:1687232722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49b7dc8efa5c165125dcf0b3318eeb3c22924ed4', '52.167.144.70', 1688334431, '__ci_last_regenerate|i:1688334431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49b9542773f0b5a74fe0b4befa4aba67b5e620da', '52.167.144.70', 1688574670, '__ci_last_regenerate|i:1688574670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49b95ded5c5a2e7ec3e35ac5089ff78811ba8945', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274131;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ba9d184d24ea41913f5fd4ca955e91e181ef13', '157.55.39.51', 1669456561, '__ci_last_regenerate|i:1669456561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49bd4181aacf31feb43ebb4e2409639fc77832e3', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49bf11bb1690c294ac7a0e224ee392f50783bf16', '17.121.114.148', 1652133684, '__ci_last_regenerate|i:1652133684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49bf2cacd72fbbc5a8415bc2f068316190eab53b', '52.167.144.171', 1685716816, '__ci_last_regenerate|i:1685716816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c3fd7711e6d63ce0b60aab18fa277d0008fb46', '157.55.39.79', 1671166504, '__ci_last_regenerate|i:1671166504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c421583a93d583e5f25126152165743bde4083', '207.46.13.211', 1680020700, '__ci_last_regenerate|i:1680020700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c4dd378b1806c96aec56454b0a7a704b74c0cc', '190.148.158.164', 1667349621, '__ci_last_regenerate|i:1667349621;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667349603;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c5e0ee7a8fabe3f2ef726b55d1e1ccf3325b26', '190.56.55.0', 1687826758, '__ci_last_regenerate|i:1687826758;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687826720;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c6f6f4c74d8de97571f9d7d28a2869cba5e6fc', '190.56.50.8', 1658609276, '__ci_last_regenerate|i:1658609276;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658590980\";last_ip|s:14:\"200.119.175.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658608554;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c79b2ce89be13e44ecad05aa7834cb3b538c6b', '40.77.167.134', 1680117583, '__ci_last_regenerate|i:1680117583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c7a5475c42fc259c0d1b371d2c1d4f18835cff', '82.80.249.158', 1668921156, '__ci_last_regenerate|i:1668921156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c9a5ba02b2f6f3ddf7401df8b83ad39774186f', '52.167.144.98', 1686290015, '__ci_last_regenerate|i:1686290015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c9eb09c506d295ea4d83bba34b2a390ae4160b', '51.222.253.15', 1685212187, '__ci_last_regenerate|i:1685212187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ca0c40b19bd6f994ef5d8d861416d517cd7865', '52.167.144.164', 1686573675, '__ci_last_regenerate|i:1686573675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49cb2da4f0fc5b39c310544476a35d72584a3548', '40.77.167.170', 1675717892, '__ci_last_regenerate|i:1675717892;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49cb3c5fed739205b612b7a5ff09f854a440539a', '208.91.69.20', 1679303896, '__ci_last_regenerate|i:1679303896;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ccc3aaf4b0553ba733d7c0746fb71458e5851e', '52.167.144.69', 1675848527, '__ci_last_regenerate|i:1675848527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49cfa39edaa0ed6e3242040a492c8f9bdccbe19a', '211.176.125.70', 1652051360, '__ci_last_regenerate|i:1652051360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d1569d9390a6108756e6b0f9ec0cc8c71266cd', '17.121.112.113', 1653821413, '__ci_last_regenerate|i:1653821413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d1ac4f51ce05583cbdecca594bc60c722313f3', '66.249.79.193', 1664836100, '__ci_last_regenerate|i:1664836100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d45de2130e458026561d8f973f66346d821eb1', '207.46.13.41', 1671234181, '__ci_last_regenerate|i:1671234181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d5ea181ac790368e4ac2ef65ae24a3179ac292', '190.56.32.35', 1671813365, '__ci_last_regenerate|i:1671813365;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671813051;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d7d827b0b6ef52c3af524b662c3966fa2d3a17', '20.191.45.212', 1672661067, '__ci_last_regenerate|i:1672661067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d81c278aa184a706373bc7192f296e4eb06835', '207.46.13.41', 1670998404, '__ci_last_regenerate|i:1670998404;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d8ac6ac7aaa55190151c758d41e0edfd35779d', '24.199.84.191', 1681338486, '__ci_last_regenerate|i:1681338485;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d8b60910a8509b283fa1581d1126316492dff0', '190.56.32.35', 1672003304, '__ci_last_regenerate|i:1672003304;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672003232;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49da18073c58b1d36acb41f6fd67757833fd11e3', '34.219.109.20', 1679144923, '__ci_last_regenerate|i:1679144923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49db652e79b4c24678b5d62903f19a2dbf4f8ebc', '190.148.252.183', 1681499597, '__ci_last_regenerate|i:1681499597;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681499048;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49dbd0ce02005728ea1e3e659fa0efb122a8452f', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49dd35619b7c7d6976e90f1e405ec104f353dae3', '190.56.55.48', 1687636074, '__ci_last_regenerate|i:1687636074;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687636045;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49df6f5f8a0dd43e65073fecec50bb9ccaf98df9', '149.57.16.7', 1653807020, '__ci_last_regenerate|i:1653807020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49e085b1d486e6123ebd3a67d3fe23707405e74c', '74.208.2.208', 1665904742, '__ci_last_regenerate|i:1665904742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49e0d9a72fd7b436574a0bbca41c6aeb9349aef5', '54.36.148.189', 1682337403, '__ci_last_regenerate|i:1682337403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49e0f875ea6a717bd152954976f34f49d123f0c6', '157.55.39.46', 1672806457, '__ci_last_regenerate|i:1672806457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49e1a7bf5c70b0814e69b397937b415a2a4b6666', '173.249.31.237', 1659409214, '__ci_last_regenerate|i:1659409214;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49e359826c63208b240db52d5ffcfc76c87d6438', '66.249.74.105', 1682584187, '__ci_last_regenerate|i:1682584187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49e6194d48511455a9ec6a695c33b7161be9e20c', '157.55.39.80', 1670600548, '__ci_last_regenerate|i:1670600548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49e64cea9409ec1fe3d73e1fa005a0e11b85e6f1', '5.188.62.21', 1656425923, '__ci_last_regenerate|i:1656425920;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49e76ed5b329a46aa1d2ae1dd4cd300b97132e3c', '18.236.159.137', 1675721994, '__ci_last_regenerate|i:1675721994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49eb9175e2ca587fc05a2b2dae4a7b3afaa238ba', '185.236.106.197', 1654753706, '__ci_last_regenerate|i:1654753706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ef53daeab3660da1d6db806732a301f6124308', '52.167.144.37', 1677610183, '__ci_last_regenerate|i:1677610182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49f195d1ad434730f6615dac2b6adfd67c50ca60', '52.167.144.164', 1686667311, '__ci_last_regenerate|i:1686667311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49f313b401d16fb0a0701fb2cc3a4ee6ac9aab18', '207.46.13.217', 1684132290, '__ci_last_regenerate|i:1684132290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49f3142b1cea5c139a58e951e0f41efdf470e38d', '207.46.13.10', 1671262254, '__ci_last_regenerate|i:1671262254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49f3c5c78c6a3b9f3a325e2190b4879e07009f03', '190.148.87.182', 1679926642, '__ci_last_regenerate|i:1679926642;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679612598\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49f7e65b666c2da9bd051977e44dd83f40a7f0e6', '114.119.150.28', 1685692893, '__ci_last_regenerate|i:1685692893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49f86d2b8a1dc20292a37586ce2587b79de9ae8c', '190.148.157.50', 1668736228, '__ci_last_regenerate|i:1668736228;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668736225;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49f9dce964c0bb8d684c4590b3f29fd74525db6a', '200.119.170.164', 1666440432, '__ci_last_regenerate|i:1666440432;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ff29aa925f0d779ea9a3716d5d9d1bac6d8e8c', '51.222.253.6', 1657355246, '__ci_last_regenerate|i:1657355246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ff9afcffc7d3c3d5d4e3ac2ce6cacf4431ebe7', '51.222.253.19', 1682034493, '__ci_last_regenerate|i:1682034493;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a008a4e1281459131f005921ce498d298cb05d5', '200.119.174.9', 1674512333, '__ci_last_regenerate|i:1674512333;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674512258;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a0313604193c9943cccac952ca2a5fc3aac9d4f', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a050964177bc9c18ceed5a2e5261fe482a9fad7', '66.102.8.33', 1679473791, '__ci_last_regenerate|i:1679473791;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a07faea3fd889d95ca5e88ae54eee13f02217ed', '190.148.157.183', 1680291227, '__ci_last_regenerate|i:1680291227;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680291199;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a094348ebc5ffbdb43590311abee7465f4c133b', '157.55.39.46', 1672525413, '__ci_last_regenerate|i:1672525413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a0d2a69489018ecb09bfc5a1b04cf37d226c9bc', '114.119.158.45', 1687672247, '__ci_last_regenerate|i:1687672247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a0ddbccd47f25d881aa2881ce4e3199ee2fed29', '40.77.167.37', 1669794994, '__ci_last_regenerate|i:1669794994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a0e866f7905c5757e8fd6473f28097c2ffcd5bf', '190.148.252.161', 1669935544, '__ci_last_regenerate|i:1669935544;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669935147;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a0f1bec584573b4dc6a9b5e21b0b647a85208d6', '52.167.144.43', 1683996242, '__ci_last_regenerate|i:1683996242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a0f5f181a705a312235b38664e82c5ecf7165d4', '52.167.144.171', 1685685346, '__ci_last_regenerate|i:1685685346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a121c0d60df1fa908e2bdd2d804f81f637c47c4', '51.222.253.13', 1668668398, '__ci_last_regenerate|i:1668668398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a125f16ae44141f0a6a6ffd275d4c8e5bd1a92e', '52.167.144.24', 1687962755, '__ci_last_regenerate|i:1687962755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a179bdb99f35655e42f73714fe2e08f1a3914a9', '200.119.170.16', 1666826555, '__ci_last_regenerate|i:1666826555;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666826538;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a1db33b840e6babd7b6b18acea22663201bfcb1', '17.121.113.126', 1659774870, '__ci_last_regenerate|i:1659774870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a1e6498367717a44f3679e40a90a940fd7cc9d0', '207.46.13.210', 1686999482, '__ci_last_regenerate|i:1686999482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a1f3135e7900d21133d96150d87593fb86fd536', '50.112.86.151', 1683679605, '__ci_last_regenerate|i:1683679605;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a201c7a7b8de5464c40e108b7258b6c77642e04', '52.167.144.154', 1687664991, '__ci_last_regenerate|i:1687664990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a209d8f1a5bb1d26399d8538b1e086dd46c8b3e', '190.148.252.177', 1674052737, '__ci_last_regenerate|i:1674052737;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a214444880aa1bdddc49dcf29ee5a432f768b7a', '157.55.39.46', 1672638484, '__ci_last_regenerate|i:1672638484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a234046146cd4c4e2b1f08f514308c005238a6e', '114.119.155.104', 1685330874, '__ci_last_regenerate|i:1685330874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a26c4cd7a145f16fad81f335b65859fbe25ee9c', '190.56.32.243', 1684589384, '__ci_last_regenerate|i:1684589384;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684589300;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a27d32085b344f444d4373e9a6155dbe5987216', '207.46.13.12', 1675689157, '__ci_last_regenerate|i:1675689156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a280db12cebb02ca56f61223cc60523b2a6d397', '52.167.144.171', 1684685187, '__ci_last_regenerate|i:1684685187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a288a88356e5a616a0c92c31c86a6a0686b869f', '190.56.50.15', 1666997944, '__ci_last_regenerate|i:1666997944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a2d6768d68b719e908335ea0b217f8dd2661ae5', '114.119.145.78', 1685771018, '__ci_last_regenerate|i:1685771018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a2de146ad07dd7edd0dfa68749e22e2291c8a21', '54.37.233.116', 1650851712, '__ci_last_regenerate|i:1650851712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a2e5ee64612e06a119d2263999f7b26504dee98', '207.46.13.41', 1664085186, '__ci_last_regenerate|i:1664085153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a2fa05e9ff27357094c99d77d9eb20c3400cd9e', '144.217.135.231', 1666782025, '__ci_last_regenerate|i:1666782025;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a300982c23d9d3e367e711c6985b0b03eb6a044', '200.119.172.60', 1674871024, '__ci_last_regenerate|i:1674871024;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674871015;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a327dcfca5d64990da49e32dd85ba2186ad1dd4', '17.121.115.48', 1654958566, '__ci_last_regenerate|i:1654958566;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a3467e05e9f61af95e1776ed57e08c41f798179', '200.119.171.24', 1665931047, '__ci_last_regenerate|i:1665931047;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665929183;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a3574769d12d8c3dcb4877c5a9e0a63ab6f26ff', '200.119.172.95', 1659652022, '__ci_last_regenerate|i:1659652022;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659618297\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659652022;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a3adcae4816fb417e1b19d4dda0b2e628405466', '157.55.39.173', 1668934983, '__ci_last_regenerate|i:1668934983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a3b680cf43d66ab71d3cb9a6fc38dc900d19e3b', '114.119.128.132', 1687625641, '__ci_last_regenerate|i:1687625641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a3d2ac00d9203e51fe2cb5fe150c81bf5e0ab9c', '51.15.140.158', 1656192274, '__ci_last_regenerate|i:1656192274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a3dfb97a6ad87b3c6e8dcb6da4367bdb47dcd47', '52.167.144.164', 1685129225, '__ci_last_regenerate|i:1685129224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a3f334570140ec2796046759155edd7f5755168', '18.206.55.48', 1651586860, '__ci_last_regenerate|i:1651586860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4432ee628ba171dc154b6088dbc043dd7c79b9', '114.119.137.68', 1687597843, '__ci_last_regenerate|i:1687597843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a45693a10b5e8f6590c34b6f9234d70bbb78595', '54.36.149.81', 1672902799, '__ci_last_regenerate|i:1672902799;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a45a0772b50b6e91bed345cce3dc4dd8df231a4', '54.36.148.103', 1662055983, '__ci_last_regenerate|i:1662055983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4622362482fb8e1eedca08d6673eb6a29baff1', '66.249.79.196', 1687498681, '__ci_last_regenerate|i:1687498681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a478a278ec16e5590239e1790c25b575299bdd0', '51.222.253.6', 1658452717, '__ci_last_regenerate|i:1658452717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a47e9a654313f53c50c409f0e8734f133ceadd9', '114.119.148.237', 1688240111, '__ci_last_regenerate|i:1688240111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a488f228d3d9ac3b9ed7ed41238fe3cdf7eecc3', '51.222.253.8', 1674806040, '__ci_last_regenerate|i:1674806040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4a214cf20357597dd9634b6f0ab65835787874', '190.148.252.236', 1656078248, '__ci_last_regenerate|i:1656078248;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656034860\";last_ip|s:15:\"190.148.252.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656078244;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4a69ed2a9dea9f663a0d018de96a0690c2112a', '207.46.13.154', 1670201398, '__ci_last_regenerate|i:1670201398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4a820a8911fa04ec0351c9a072c8bc0e9f092a', '52.167.144.164', 1686702134, '__ci_last_regenerate|i:1686702134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4b1c89bf024f4c1d3ec16c529b847c630a44c9', '3.17.157.152', 1668808891, '__ci_last_regenerate|i:1668808891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4c95d0cd12df50b79d050c0a257c16e87813cf', '51.222.253.7', 1657811445, '__ci_last_regenerate|i:1657811445;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4e17d7a85413b6ba23ac5e86c44b1fc083fa9f', '157.55.39.253', 1682580919, '__ci_last_regenerate|i:1682580919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4f588de74da86d5cd2fdfeb4217c18fee1f68a', '190.148.158.151', 1677259246, '__ci_last_regenerate|i:1677259246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a4fd2307de9c1eb73d8e6a5c73ca3b19df80975', '54.203.190.137', 1655908185, '__ci_last_regenerate|i:1655908185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a50b32d2a1c0f7982842097d265540a5ac6fbd8', '192.71.12.140', 1682937494, '__ci_last_regenerate|i:1682937494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a5357d0077aa44a6183ed4cf9894ddf2e385fd0', '40.77.167.146', 1687810724, '__ci_last_regenerate|i:1687810724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a54640693cbd6594849ae68b3414de49ed684bc', '114.119.134.25', 1687537417, '__ci_last_regenerate|i:1687537417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a5763aa9e912b3d5fbfb775a9a09867e79c723b', '146.59.157.229', 1650749474, '__ci_last_regenerate|i:1650749474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a581c0a337bd33e6c5fa0aea066bfca09d7eb7a', '157.55.39.79', 1669577781, '__ci_last_regenerate|i:1669577781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a5a38dcc85b0bc60d3a75cc207600bba1bb8d87', '52.167.144.76', 1682215486, '__ci_last_regenerate|i:1682215486;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a5e2b894a3f7204b42f0811c242eddc4ee89730', '207.46.13.84', 1675150879, '__ci_last_regenerate|i:1675150879;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a5edb49bb11288c6f4dd280b653ef70381ad0b0', '190.56.50.253', 1682464898, '__ci_last_regenerate|i:1682464898;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682464744;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a5facb5bed5c8a6e622b6d8c76a2a5fe7627a59', '173.249.31.237', 1659409246, '__ci_last_regenerate|i:1659409246;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a602ed6ad80432f84704d8babfb84629df97694', '17.121.114.161', 1656077947, '__ci_last_regenerate|i:1656077947;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a608d05dd5f8a26645924fd6a33e627b67c28d2', '114.119.145.22', 1685458670, '__ci_last_regenerate|i:1685458670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a61fd655c94c3b906a10d0a7eec2a332760cb95', '207.46.13.217', 1684233690, '__ci_last_regenerate|i:1684233690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a628a2e17f11048f4cad4d99e8b3abb0da8eee7', '52.167.144.49', 1677367007, '__ci_last_regenerate|i:1677367007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a679fa3b53b9165c970abd2e0b98f5749b9f1dc', '207.46.13.211', 1680082707, '__ci_last_regenerate|i:1680082707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a6840e990ec7ae8f1edb100837e9edd7e712af2', '190.148.157.183', 1680532478, '__ci_last_regenerate|i:1680532478;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680532452;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a685e2083f96aa584b7b9312aa75a881c97b51f', '211.205.155.42', 1657323963, '__ci_last_regenerate|i:1657323962;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a68ea9395e00d8ee79cef919871e7f125ae75c7', '40.77.167.123', 1683798252, '__ci_last_regenerate|i:1683798252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a68fd5901fb2de2015b705b5ab9637011b057aa', '190.148.157.183', 1680447106, '__ci_last_regenerate|i:1680447106;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680447103;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a6bec353886b04c055efa98b43bb94d0ed09fa6', '190.148.87.96', 1678388044, '__ci_last_regenerate|i:1678388044;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678307998\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"KABhNOV5QPuI6JtmaZH0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a702248e91df6d32414e512eb5ba9773181341e', '114.119.132.16', 1685236948, '__ci_last_regenerate|i:1685236948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a70a3e49b171be6132750b6b73d62e868407e85', '40.77.167.166', 1676707956, '__ci_last_regenerate|i:1676707956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a71d465ecf94e5e567c7f56dfd4180c8c89a8a7', '200.119.168.250', 1681151480, '__ci_last_regenerate|i:1681151480;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680991691\";last_ip|s:15:\"190.148.158.145\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"IZ5yHmU8aYxXiQjKuFp7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a761369c1536c43645e03f44d3b07db054c9f21', '190.148.87.6', 1668192505, '__ci_last_regenerate|i:1668192505;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668192325;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a789a97b6feed4de48fdc7c2f6ea649a9a6e3a0', '52.167.144.98', 1686404396, '__ci_last_regenerate|i:1686404396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a7a02749ffa806528f049d610f68a2416853aef', '190.56.50.6', 1667602658, '__ci_last_regenerate|i:1667602658;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667602649;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a7b50dec4e20c8603a0bcb5bd91ab7b82001708', '190.148.157.53', 1684087777, '__ci_last_regenerate|i:1684087777;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684087773;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a7c90d75d5bd8d43ea7cf0f59eb4be604a19a65', '147.182.171.81', 1650861187, '__ci_last_regenerate|i:1650861187;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a7cd255ff0f1d55913d4885226909b5bba86796', '200.119.170.221', 1664313153, '__ci_last_regenerate|i:1664313153;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663972368\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"MZxjwiOcnAGuWyS7rTE3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a7f2e817659c95818511fc290bff092643c50c8', '205.169.39.180', 1672578738, '__ci_last_regenerate|i:1672578738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a81dbb4fd32ee0c104cd2694ae391f1c8d555b9', '107.178.237.9', 1669313125, '__ci_last_regenerate|i:1669313125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a83d5a6d88e800b61fa8182c966a08c92a1a4f3', '40.77.167.43', 1658609292, '__ci_last_regenerate|i:1658609292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a86749d019bcc5ed7c5f56043d2cef0a25ad3f0', '51.222.253.17', 1663555277, '__ci_last_regenerate|i:1663555277;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a891f3abe228c04e25d35d38e403b281ed23589', '17.121.115.82', 1657557542, '__ci_last_regenerate|i:1657557542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a894df452f620cab8413675eab7e26ceb7d311b', '51.91.125.152', 1650737139, '__ci_last_regenerate|i:1650737139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a897e220d4994861c44677d7a3201d9886cff9e', '114.119.151.174', 1687779184, '__ci_last_regenerate|i:1687779184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a8d31b8f97123ea483ca061db61a8200a738198', '200.119.168.250', 1680629101, '__ci_last_regenerate|i:1680629101;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680628790;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a8d34aa8fc4ee400cf4c441b8bc15bc7ec1f4d5', '35.184.109.66', 1651961523, '__ci_last_regenerate|i:1651961523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a8e00136d375e6f3a555b3f88e2f1780e01d13a', '114.119.135.64', 1685462721, '__ci_last_regenerate|i:1685462721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a8e7d633b992113e4dc38a94fc00d3aea792cd0', '190.56.32.174', 1676745683, '__ci_last_regenerate|i:1676745683;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676745369;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a8e815908e083c3ef7540c12010b55a119f6ecf', '52.167.144.164', 1686510356, '__ci_last_regenerate|i:1686510356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a905a1de783b90401824c8220c3c3a8cb56cfa4', '190.148.157.80', 1669651909, '__ci_last_regenerate|i:1669651909;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669651519;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a91263f7cf50547bdafbc4cd71df2e14d7a6a05', '200.119.173.133', 1661003148, '__ci_last_regenerate|i:1661003148;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661000722\";last_ip|s:14:\"200.119.170.19\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661003135;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a93416e0457552849486c42448189c399e8050e', '66.102.8.47', 1679473787, '__ci_last_regenerate|i:1679473787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a936473708968e9ce192cd6ad8cdab83b9073eb', '51.222.253.4', 1654259531, '__ci_last_regenerate|i:1654259531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a9440ff0c0b18d0d538dbcedd218552e782aac0', '17.241.75.158', 1682934398, '__ci_last_regenerate|i:1682934398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a949a2b51223450b27e4c9bab30ab6c62f6b836', '190.56.55.48', 1687309396, '__ci_last_regenerate|i:1687309396;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687309393;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a94f34b6cdd39414eea4b2a8503679ec4e16185', '40.77.167.20', 1674539155, '__ci_last_regenerate|i:1674539155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a967b72b46ea2bdfb8dbf1c9f4afab51a03a849', '190.56.50.15', 1667228070, '__ci_last_regenerate|i:1667228070;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667130438\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667227960;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a9b4332436e6657504a868449dae786e157a69a', '114.119.158.31', 1688136376, '__ci_last_regenerate|i:1688136376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a9c97f45c7437f7815cd327286f91873d6b54c9', '40.77.167.43', 1654067515, '__ci_last_regenerate|i:1654067505;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a9d382584f9cc9deca35baacf619a937605f735', '157.55.39.118', 1656855355, '__ci_last_regenerate|i:1656855345;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a9e3469c0f7cdec48af89501fbbc6ed170a394d', '200.119.170.221', 1664319636, '__ci_last_regenerate|i:1664319636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa0692bce4237f98017e73072a8e865da631dd3', '200.119.173.130', 1676049436, '__ci_last_regenerate|i:1676049436;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676049431;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa229c145f7e14f9b3d854efca6534090f00fd5', '114.119.136.72', 1687596606, '__ci_last_regenerate|i:1687596606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa29e827c3efa4268b04efbfdea8ea672deaee9', '190.56.32.37', 1670515706, '__ci_last_regenerate|i:1670515706;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670515700;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa4d0f1bbcf9a9130bde3751221e80192eb6afc', '190.56.32.243', 1684702972, '__ci_last_regenerate|i:1684702972;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684702889;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa5770cc299192ef355a740ad59841d1d124e81', '138.68.180.18', 1658595821, '__ci_last_regenerate|i:1658595821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa58505433ea6b78f97fc960168d4f43e2d9dd0', '40.77.167.182', 1683218028, '__ci_last_regenerate|i:1683218028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa5bec331c8ec380abb73a77a53971c4ee6f1ed', '114.119.155.83', 1685133285, '__ci_last_regenerate|i:1685133285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa7854d900795e2a2a5eb904eb91e87af65f82c', '52.167.144.164', 1684980353, '__ci_last_regenerate|i:1684980353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa7ac7ee399a97d705986b1b2e1681dfb4391e2', '190.148.157.80', 1669427073, '__ci_last_regenerate|i:1669427073;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669426888;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa820fa90b6102beb65e729a70f8d6f53041d54', '207.46.13.224', 1680353649, '__ci_last_regenerate|i:1680353649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aac01f6f42f434d9ac3c2c9d68743bc40087ada', '52.167.144.154', 1687478732, '__ci_last_regenerate|i:1687478732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aac11c95fc6cdfb3af68dc7d4e1dd249ac7eaa9', '207.46.13.12', 1675150306, '__ci_last_regenerate|i:1675150306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aad8518fac73b10bb2c4180a817f037588ab617', '54.36.149.65', 1674659623, '__ci_last_regenerate|i:1674659623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aada3b556d60acfa3044c71a92e8d009825afd7', '190.148.252.233', 1668909276, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668909276;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668909067;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aaf752487dd68fa4522d1bed447f50d5d75674b', '52.167.144.164', 1686652927, '__ci_last_regenerate|i:1686652927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ab16d3d0124b3279789f23c544e70f4c512b957', '190.148.252.112', 1667824185, '__ci_last_regenerate|i:1667824185;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667823947;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ab3f080985bc0422c81f98140e528f11cb2ffee', '200.119.172.60', 1675034811, '__ci_last_regenerate|i:1675034811;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675034770;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ab5c9701057d1d67feeb348020d13b2ca23e825', '205.210.31.129', 1653741437, '__ci_last_regenerate|i:1653741437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4abb763719c99232cd1dbdd215d20cbd5e084b34', '3.144.113.56', 1655174265, '__ci_last_regenerate|i:1655174263;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4abe53f0c53acc0d04b820fc7dca6a692708feeb', '190.148.87.248', 1660830452, '__ci_last_regenerate|i:1660830452;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660785297\";last_ip|s:14:\"190.148.87.248\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660829746;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4abe5773860ef1e579bc0bf8b627272346b17e9a', '52.167.144.171', 1684780438, '__ci_last_regenerate|i:1684780438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ac3e5cce3fed679a8403ef7b6331798225b11e3', '109.107.185.196', 1651478441, '__ci_last_regenerate|i:1651478440;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ac53ee49eb8d44d31dee128e50085056f52450a', '190.148.157.214', 1669737367, '__ci_last_regenerate|i:1669737367;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669736824;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ac5ec748f4159573670f545801f0e60e4e65671', '178.208.160.86', 1683876291, '__ci_last_regenerate|i:1683876291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ac620fee6eead4ad06394a786c244a12c2bbcc7', '190.56.54.156', 1665426564, '__ci_last_regenerate|i:1665426564;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665426527;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ac796c858fb98ec3a29f35f23dbafc8d0a09b6d', '114.119.128.55', 1688247177, '__ci_last_regenerate|i:1688247173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ac805fcc4468385d9ad951a6e8b15faf52f5069', '200.119.172.60', 1674743974, '__ci_last_regenerate|i:1674743974;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674743967;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ac9ca7e096c19b074f53d3cfa60f68c5d480b6c', '207.46.13.215', 1680358837, '__ci_last_regenerate|i:1680358837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4acc3e531ce00b910b6b1a1ea89a3043c5aa5499', '190.148.157.183', 1680548562, '__ci_last_regenerate|i:1680548562;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680547096;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4acd22abca329ffa2dbac52d83506e55bb88ae0d', '190.56.173.175', 1652905773, '__ci_last_regenerate|i:1652905773;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652905452;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4acec74dff0a40bef9c7a7dc265dc9dc0785f00e', '66.249.79.194', 1688184918, '__ci_last_regenerate|i:1688184918;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4acf099b068fd28db7605795cd030ea511b9fc13', '157.55.39.51', 1667654497, '__ci_last_regenerate|i:1667654497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4acf0af80b473ddf80190c12b79791e069299153', '190.148.158.74', 1669037594, '__ci_last_regenerate|i:1669037594;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669037518;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ad0053b593356158270a1f9a42ee13192501e1d', '190.56.55.113', 1673883814, '__ci_last_regenerate|i:1673883814;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673878550\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ad094167e8c8ead7e70d6f7e80d998f208ef199', '190.148.252.195', 1653663841, '__ci_last_regenerate|i:1653663841;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653588132\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ad3f4092969cb7e7e3a13029a92083cbe77cdbb', '190.148.87.6', 1668277359, '__ci_last_regenerate|i:1668277359;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"nlSZaqhOMpN0oP5FeA7u\";last_activity|i:1668275721;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ad47016334062a99ebcdc4af98fade8fc694512', '51.222.253.11', 1657806072, '__ci_last_regenerate|i:1657806072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ad752ba35e4a7b43cdb73f02b415e6bf9244b79', '128.90.117.196', 1676091628, '__ci_last_regenerate|i:1676091628;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ad97182389889096ed479f2b977c17105b775e5', '114.119.156.114', 1686185832, '__ci_last_regenerate|i:1686185832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ada1156a0bcd7f3d79fbfbc63645bc8b0d96dae', '195.62.15.80', 1653289215, '__ci_last_regenerate|i:1653289214;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4adf0e35018a41da954e09cf8e1e46f7ff2cd937', '51.222.253.9', 1681025467, '__ci_last_regenerate|i:1681025467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ae13fd0a99eb4c86fdba0168ed212d045b8345b', '114.119.145.5', 1686222615, '__ci_last_regenerate|i:1686222615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ae190a526d9dfa2a591a197536cbf7b138d6d3d', '52.167.144.56', 1680976833, '__ci_last_regenerate|i:1680976833;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ae27f29b174258a658311b1193e1635e8323297', '35.164.255.75', 1650756865, '__ci_last_regenerate|i:1650756865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ae3402666e164e3e37dc22b2b3a8adb8b1e2e0d', '114.119.133.108', 1686930446, '__ci_last_regenerate|i:1686930445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ae381f4d22285d3d078e5c5cedcb422abbd1824', '5.188.62.21', 1659472337, '__ci_last_regenerate|i:1659472337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ae6f0c7183c97df97a2b5a34da916b5c01fd22b', '54.188.58.191', 1674651761, '__ci_last_regenerate|i:1674651761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ae73ecaa29fddc86f3b3e052f476967d7ed1d76', '200.119.173.78', 1682900947, '__ci_last_regenerate|i:1682900947;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682900931;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ae8b68d926adf0227f5dde812eb8d7fd5c7288c', '209.160.115.40', 1682930805, '__ci_last_regenerate|i:1682930805;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aecb4e71cbb16124e549bdda2fa06d274435424', '40.77.167.170', 1676007405, '__ci_last_regenerate|i:1676007405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aed3f382c95411fb2d50bb20f45b7c1b3b17235', '52.167.144.171', 1685628872, '__ci_last_regenerate|i:1685628872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aeed4662f36e776e942c51a71757759b43253c2', '40.77.167.182', 1683135069, '__ci_last_regenerate|i:1683135069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aef6d0073c84eb12588b9e95d370a03f6d64c93', '157.55.39.125', 1655044379, '__ci_last_regenerate|i:1655044379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4af11cd112042a64202b8fd4204a623c1a658821', '66.249.77.36', 1678221948, '__ci_last_regenerate|i:1678221948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4af1370a8e8fd5068a957eb0639e3582c988f853', '193.201.9.12', 1657109851, '__ci_last_regenerate|i:1657109851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4af198519c34fd614e1444a4ad670275b4f55d29', '190.56.173.152', 1654986417, '__ci_last_regenerate|i:1654986417;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654956724\";last_ip|s:14:\"190.56.173.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654986410;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4af40d6a8291fcdedd0ccd01f3970429e8cd1890', '69.160.160.58', 1680641187, '__ci_last_regenerate|i:1680641187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4af5bd5b6ca5727c82100e5bcad78c3447bf9f37', '190.148.87.6', 1668206967, '__ci_last_regenerate|i:1668206966;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668178010\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4af674344858877bc695e190978da3369fdce014', '40.77.167.37', 1668834604, '__ci_last_regenerate|i:1668834604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4af7b0eb6ae7bc427e9fb2efd90452eddc9373ec', '176.53.218.98', 1650920563, '__ci_last_regenerate|i:1650920563;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4af80660c4efcbc40c750d2cf8f1e2d3f41b4245', '114.119.146.40', 1688132030, '__ci_last_regenerate|i:1688132030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4af872dd7967e6dc30291459a943e1e79722d53a', '40.77.202.3', 1669743786, '__ci_last_regenerate|i:1669743786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4afa91b434e4adcbb88fece6103facce28bc6c0f', '40.77.167.91', 1686999497, '__ci_last_regenerate|i:1686999497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4afcd40eb19028d1b11e12476d69b2528f7d3cd2', '190.56.55.48', 1687458274, '__ci_last_regenerate|i:1687458274;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687458244;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4affcf07a1baad1bd7ccf689214d79babd71aace', '40.77.167.146', 1687908181, '__ci_last_regenerate|i:1687908181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b006d572818d9342331a191195a78c71d2320b3', '207.46.13.127', 1658092862, '__ci_last_regenerate|i:1658092852;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b009cedadcd365006c29291e30ae6534631d06c', '52.167.144.89', 1679288337, '__ci_last_regenerate|i:1679288337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b015fdbaaa5997bd8170e290fec8e394ea6c003', '173.249.31.237', 1659409086, '__ci_last_regenerate|i:1659409086;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b0748b65b47d3e3f19cb30ee9aa86c8ce512983', '52.167.144.171', 1685077875, '__ci_last_regenerate|i:1685077875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b07bbfd5956bdbe4f66da7aa866633b6d7f4662', '40.77.167.192', 1688371818, '__ci_last_regenerate|i:1688371818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b084b999cd1e62b2e0bce9a06603b6b940aa242', '54.36.148.30', 1657221919, '__ci_last_regenerate|i:1657221919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b09efffa999a7a910e9265b5383e469690745ae', '54.227.32.154', 1651090368, '__ci_last_regenerate|i:1651090368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b0a82a444ea530c1ae0999338bddbfcf93b2a7a', '54.36.149.91', 1653170453, '__ci_last_regenerate|i:1653170453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b0e9511aa9b5eb21eeb087a1681035f0b110b86', '54.36.148.61', 1688454479, '__ci_last_regenerate|i:1688454479;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b0f4ed8a4b4837f261ecf52529c185d5e8f5ec1', '52.167.144.164', 1685129223, '__ci_last_regenerate|i:1685129223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b107b8518ff89e717d6535f1e396f19c596ba03', '74.208.2.188', 1672815797, '__ci_last_regenerate|i:1672815797;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b1165e6701ac7f366331c4f8d615511730e2377', '190.148.157.80', 1669323401, '__ci_last_regenerate|i:1669322051;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669299616\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b13c87c669987e997de50f846548ff8b8191700', '190.148.157.177', 1682381055, '__ci_last_regenerate|i:1682381055;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682380945;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b164808542449c9547fc1a27dc25a443b3c9516', '40.77.167.227', 1682081312, '__ci_last_regenerate|i:1682081312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b18880e00362d7492fae2ebf6b5ae914ba5d6f0', '17.241.227.146', 1682005104, '__ci_last_regenerate|i:1682005104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b18afafdab4b668a4807b1ddc3e08d11f717a24', '200.119.173.130', 1675803501, '__ci_last_regenerate|i:1675803501;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675801826;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b1dc440f6c300dfac8157e3e67e285d6642fd50', '157.55.39.91', 1671066353, '__ci_last_regenerate|i:1671066353;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b1ec1192c2366a869884777e58cd779686cacbd', '207.46.13.160', 1673964915, '__ci_last_regenerate|i:1673964915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b1f4a698e137885a86c18496d885ac68af11187', '130.245.169.70', 1657360539, '__ci_last_regenerate|i:1657360538;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b20e5545854ca5e42215c4467cbfe893f943efb', '147.182.171.81', 1650861182, '__ci_last_regenerate|i:1650861182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b2196ca340d54e2056b49689867881fc75d971c', '40.77.167.115', 1681521166, '__ci_last_regenerate|i:1681521166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b21dc3cc79b9dff4adf0e1f7004f9f87ae40b60', '40.77.167.225', 1680779089, '__ci_last_regenerate|i:1680779089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b22f89932138837473401cf5c24c1ee867caf31', '157.55.39.51', 1669205844, '__ci_last_regenerate|i:1669205844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b23baae20eac286066737d8f1b873e841dce5dd', '51.222.253.13', 1686645396, '__ci_last_regenerate|i:1686645396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b245027f8a1c2ebc90f1aa1d7c7a5c1c4037bab', '114.119.159.232', 1688493655, '__ci_last_regenerate|i:1688493655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b24c36f341a9a4ed6e48d65190da5e0dfbc9229', '190.56.55.48', 1687453826, '__ci_last_regenerate|i:1687453826;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687453822;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b2859ce178ee65387b1b9057e81d918eb0f1791', '52.167.144.164', 1684828728, '__ci_last_regenerate|i:1684828728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b29d7306655cf59d5a89977023ed9c6bcaa4849', '52.167.144.171', 1685427183, '__ci_last_regenerate|i:1685427183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b2a722613128b5e71f610a603b3d265386a4198', '190.56.32.131', 1687650909, '__ci_last_regenerate|i:1687650909;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687650394;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b2babc9e571da77ef3b1ae9f76b4d98206cd709', '40.77.167.182', 1683934269, '__ci_last_regenerate|i:1683934269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b2ca1c424ef53152cd64ce7af16d9e2ec44bd9a', '190.56.54.156', 1665367145, '__ci_last_regenerate|i:1665367145;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665367145;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b2dd3d3fbd083bdb4ea6c3d5b927aa2ce7a97f6', '190.148.87.6', 1668429494, '__ci_last_regenerate|i:1668429494;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668428795;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b2f45af1cf2bafa119839a28c9e6c1bc95a818c', '207.46.13.142', 1665341666, '__ci_last_regenerate|i:1665341666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b3200bc2e85f3064f2ea2f03d6b904280836454', '52.167.144.154', 1687843113, '__ci_last_regenerate|i:1687843113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b33d505e6e79405e475313997e5249df25ebe3f', '190.148.252.235', 1666910732, '__ci_last_regenerate|i:1666910732;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666910724;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b34e0db5661bc797c364afe908f3badb0f13640', '200.119.173.78', 1682903416, '__ci_last_regenerate|i:1682903416;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682903414;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b36380f49da0debf956512ef07d571946b61002', '157.55.39.80', 1670597492, '__ci_last_regenerate|i:1670597492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b399044ad6214b77f649b3a3fff0ca6555c72ac', '40.77.167.191', 1682230552, '__ci_last_regenerate|i:1682230552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b3be7e8826fd795a0bfb3f199aadb97f442aa79', '190.148.252.88', 1670806734, '__ci_last_regenerate|i:1670806734;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670806425;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b3df563b519c9001609d1bad342879d7881e73d', '207.46.13.6', 1671863803, '__ci_last_regenerate|i:1671863803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b3e22a50a0c0cdd36f11323d505a4da61fb61ca', '190.56.55.113', 1673551657, '__ci_last_regenerate|i:1673551657;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673551642;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b3e92a973f18439b24a65c2c1d6e707dbae96ae', '66.249.74.98', 1686840126, '__ci_last_regenerate|i:1686840126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b3ffbcdf9301dad6a9c179cf9f3fd1bf841b78d', '14.116.152.84', 1667633765, '__ci_last_regenerate|i:1667633765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b402aa8eb48c63ce4a6e42de0be099b39eb2935', '114.119.133.103', 1688180019, '__ci_last_regenerate|i:1688180019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4048146674dddc60d346daf5ff8b6b49e4bb12', '114.119.130.255', 1686905674, '__ci_last_regenerate|i:1686905674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b40e783bac4611171a7292a3ecaf1e2b8efd46b', '207.46.13.12', 1675584086, '__ci_last_regenerate|i:1675584086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b413b60f6baa036ed757e6c26cfa447b70b8784', '52.167.144.74', 1688042496, '__ci_last_regenerate|i:1688042496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b423b6b939f0a036f357a0de747e6d86ee646b8', '74.208.2.234', 1684500926, '__ci_last_regenerate|i:1684500926;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4315fabb2d74b6d7f25d7b8558ccb0c4144d70', '209.126.2.21', 1652859158, '__ci_last_regenerate|i:1652859156;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4319dde9d4eef130e0dccdd891346e27fad519', '190.56.50.6', 1667672458, '__ci_last_regenerate|i:1667672458;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667672425;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b442a794f391876b75d765f2d3050c598cd3e93', '193.235.141.7', 1678571758, '__ci_last_regenerate|i:1678571758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b445c230de64178331cf40ca67782fdbf602913', '190.56.173.213', 1683567920, '__ci_last_regenerate|i:1683567920;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683567584;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b44bf2c62c6e1aed3ed076cffb0603029c1509c', '14.29.176.211', 1683556675, '__ci_last_regenerate|i:1683556675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b480b049e4ee8723e0d1d23bdec35529374d8d9', '114.119.133.253', 1687124321, '__ci_last_regenerate|i:1687124321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4998167dae0112e8a640cc1ee83291b9c7b69d', '40.77.167.123', 1683145148, '__ci_last_regenerate|i:1683145148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4cae658311c3d858c92f6d6a30844315764f6c', '200.119.170.142', 1658453675, '__ci_last_regenerate|i:1658453579;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658450715\";last_ip|s:14:\"200.119.175.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658453020;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4da7fea406aae76dc192f3e91243b97985102b', '54.201.29.105', 1682083275, '__ci_last_regenerate|i:1682083275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4db8984b68b90a19b26fa43db899484d721314', '40.77.167.225', 1680289488, '__ci_last_regenerate|i:1680289488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4dcd0d1c5dc6c5e8f871bdbc23473a469c653c', '52.167.144.98', 1686373275, '__ci_last_regenerate|i:1686373275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4eb8ad415f6a976e7ffa7ffbc075c62d710af3', '114.119.157.51', 1684468303, '__ci_last_regenerate|i:1684468303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b52ba0d1ff03e798d3d8280abdbce418d98fa74', '190.56.50.253', 1682427958, '__ci_last_regenerate|i:1682427958;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682346726\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682427933;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b52d566435c1e5ff162725e70245d52f0ed40e2', '190.148.157.98', 1679064648, '__ci_last_regenerate|i:1679064648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678966907\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679060450;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b53d37454f73df73bad95ef2a269eb81e5a0f6f', '52.167.144.61', 1688296437, '__ci_last_regenerate|i:1688296437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b56597d812983f6b25d048322c4f5e009cf52f5', '144.76.68.17', 1683715126, '__ci_last_regenerate|i:1683715126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b59460af04a29820bff3d6f0d0062c3c430aca8', '66.249.79.199', 1681393640, '__ci_last_regenerate|i:1681393640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b5ca73c165b26e09059ecbd954a57db33d2a735', '20.38.40.48', 1656787906, '__ci_last_regenerate|i:1656787905;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b5cd774f3606e7489ab5205d04f2a29a40d8ae1', '74.208.2.193', 1672574281, '__ci_last_regenerate|i:1672574281;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b5ced4cb88770a8e847c207d66267fc78120958', '144.76.67.169', 1661940420, '__ci_last_regenerate|i:1661940420;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b5d10a323ea9f04e6689c20bc2ca69a043b0d48', '207.46.13.199', 1661508798, '__ci_last_regenerate|i:1661508788;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b5df664102244ffed7383571600cdfac049c9d9', '52.167.144.70', 1688445252, '__ci_last_regenerate|i:1688445252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b5ee32fd676857520d1fb8f78d3f0258c74e239', '190.56.173.213', 1683552073, '__ci_last_regenerate|i:1683552073;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683463304\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683552071;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b63aa03b5dead180780f29b24218ab0e07f7256', '207.46.13.234', 1658872627, '__ci_last_regenerate|i:1658872627;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b63f5665eaa261682136ae56e19a15a653df83a', '54.202.86.5', 1685403067, '__ci_last_regenerate|i:1685403067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b6537161b76fd3783dff418df6e3a7900768009', '207.46.13.51', 1662859936, '__ci_last_regenerate|i:1662859936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b65a187e7a20fdb2b2f4288f7dc34ca8f632c9a', '207.46.13.230', 1655842398, '__ci_last_regenerate|i:1655842398;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b67d9d6df20e588f33b55f9637e23bdd66ea97e', '157.55.39.86', 1672217679, '__ci_last_regenerate|i:1672217679;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b6832c14cd09dbeaa54dc34b459d0557b2eef2a', '190.56.55.48', 1687448645, '__ci_last_regenerate|i:1687448645;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687448638;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b6a28c97d97776db2152c27beca63eedf2bb083', '54.36.148.124', 1653105864, '__ci_last_regenerate|i:1653105864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b6abe41ad3c30026934a0cad7238a77fa70e488', '52.167.144.164', 1685500574, '__ci_last_regenerate|i:1685500574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b6bdc780228c28d654718c2ab6a71aa55f8c979', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b6eec95cfc26f9f9e801612fc8584a26a4dcb48', '51.222.253.15', 1654636925, '__ci_last_regenerate|i:1654636925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b6fc86512444ca2e3c0c6065248802f5ff3780d', '190.148.157.98', 1678991753, '__ci_last_regenerate|i:1678991753;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678991745;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b75158746fc0395bc936fbcaf22d32cd52b402e', '207.46.13.221', 1687067459, '__ci_last_regenerate|i:1687067459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b7584a1d01b7d59ce35e2d88a623178dda7941f', '40.77.167.222', 1681037888, '__ci_last_regenerate|i:1681037888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b76f113250631acb67ee28242cd5dbded20c55f', '40.77.167.133', 1684132443, '__ci_last_regenerate|i:1684132443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b796b445f0ee6a8106e16e2fe40b30caf6b4771', '190.148.252.111', 1678147653, '__ci_last_regenerate|i:1678147653;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678147601;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b79764cb770d2a0670ce4ba04cba0fb874020d5', '17.121.114.248', 1653321624, '__ci_last_regenerate|i:1653321624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b79c962a526a24c8da807d279569221cae5cbca', '34.209.27.7', 1656595840, '__ci_last_regenerate|i:1656595840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b7a39645af33ad71585f23cb1cfbeab77fdf230', '200.119.169.59', 1661262120, '__ci_last_regenerate|i:1661262120;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661261883;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 08:49:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b7b9cb4c236312123b36c4eb78ab6663fdf0186', '51.222.253.11', 1659490407, '__ci_last_regenerate|i:1659490407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b7be3af5f86913cd52dbe82dd45c9088c19fc07', '74.125.212.199', 1668130025, '__ci_last_regenerate|i:1668130025;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b7f15a944469cb6c66cab6700dd8418a97222f1', '75.118.109.236', 1678986054, '__ci_last_regenerate|i:1678986054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b81962b27f6684e632733e67341c8c17083bcfe', '190.56.54.129', 1653609143, '__ci_last_regenerate|i:1653609143;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653569173\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653608632;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b8399500474c7e91f39ad2910a6a4413608ed63', '190.148.87.96', 1678410703, '__ci_last_regenerate|i:1678410703;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678410529;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b848950b4656d70697aa195dc6d3e14733c02cb', '190.56.50.15', 1667094167, '__ci_last_regenerate|i:1667094167;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667094155;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b852f2c3b693daa1b5d033b1e2b1ca3e4741a7c', '40.77.167.170', 1676440599, '__ci_last_regenerate|i:1676440599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b886175a3e0640fc87c131a315e911e0d284413', '111.7.100.27', 1650687324, '__ci_last_regenerate|i:1650687306;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b886849c7492c27630e06d9107c5225390c2e33', '190.148.252.183', 1681490523, '__ci_last_regenerate|i:1681490523;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681490175;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b8ad49d7367209266bbbb1d2605ada6d94d23a3', '149.56.160.191', 1661469057, '__ci_last_regenerate|i:1661469057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b8baadf24852ef848cb1eeb4c9be46d94a81b5a', '190.148.87.6', 1668121201, '__ci_last_regenerate|i:1668121061;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"hJHqAipvWENReIou8Ot0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b8c06e78595a433471ca67cea0f9b49186a2fdf', '144.76.67.169', 1661938468, '__ci_last_regenerate|i:1661938468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b90eed41c1c117637229ad189db338952c84ce2', '52.167.144.95', 1680809786, '__ci_last_regenerate|i:1680809785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b9164b23714325c180f94eb6c2305732b75f568', '114.119.159.79', 1688123064, '__ci_last_regenerate|i:1688123064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b942b7c5fb93b3b86ce38b1c31095fe78aee067', '5.188.62.21', 1656410763, '__ci_last_regenerate|i:1656410759;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b945772881f0a0326094c01a48f6dcb3a9d3c17', '52.167.144.154', 1688004831, '__ci_last_regenerate|i:1688004831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b96066127dd564c3361b01ed68c8802d06d4a0f', '190.148.158.151', 1677248280, '__ci_last_regenerate|i:1677248280;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677247739;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b98eba2bdd0a84a2154a4b4dc5325a2ed5822f6', '200.119.169.55', 1667263786, '__ci_last_regenerate|i:1667263786;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667263782;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b98f15a5e4320117d6b0faa9cdf4b59342bfba5', '52.167.144.164', 1685405636, '__ci_last_regenerate|i:1685405636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b9a4a13300b5b7b711427f6849abc656229fb13', '190.148.87.6', 1668271199, '__ci_last_regenerate|i:1668271199;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668271197;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b9aa8b06fbce832bb59788cc09f0eee513b3224', '52.167.144.162', 1686843569, '__ci_last_regenerate|i:1686843569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b9c0dd51b72d11895384a9aa516ab2be49fb2cb', '52.167.144.162', 1686769199, '__ci_last_regenerate|i:1686769199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b9d7e1598bcf9c2fbe12df7f7c1e1a9e209948b', '198.235.24.134', 1655893216, '__ci_last_regenerate|i:1655893216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b9e755f56090a9a7a83b33bb5c253a9101d58bc', '52.167.144.162', 1686665847, '__ci_last_regenerate|i:1686665846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba128f3214b89445c33a31093392878bf76ca1b', '190.148.158.151', 1677198062, '__ci_last_regenerate|i:1677198062;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677197206;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba1cb25418d6373a68a66e77137f7a7b5f24ca3', '40.77.167.191', 1682357119, '__ci_last_regenerate|i:1682357119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba20a69e22804ed8e1833836eafaccc44dc83db', '52.187.236.36', 1651609866, '__ci_last_regenerate|i:1651609862;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba5dc25210036608e1505c83fbb368962f1062c', '130.245.169.139', 1657878941, '__ci_last_regenerate|i:1657878940;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba7928cca4d103281789a4451e77b5cc43d9498', '200.119.168.250', 1680896750, '__ci_last_regenerate|i:1680896750;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680896368;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba7b60f27c082479d8718505430755060f762f1', '52.167.144.56', 1680976833, '__ci_last_regenerate|i:1680976833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bafd9cdea16aa98e69a81f719c4da2dcad40fcb', '190.148.158.75', 1655213031, '__ci_last_regenerate|i:1655213031;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655153139\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655213017;register_id|s:2:\"23\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-13 15:55:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bb39586bc6e386fba46d589c9f7273c89b7f0b5', '52.167.144.76', 1681612714, '__ci_last_regenerate|i:1681612714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bb6eeb9931be397fc45d4a5df6b31f168be4d1a', '20.97.57.171', 1651175992, '__ci_last_regenerate|i:1651175992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bb87d29771947f40390022f5ebd7e81e749bd60', '157.55.39.62', 1658847898, '__ci_last_regenerate|i:1658847898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bba6056175f204481f1ffd67626f41063f42414', '207.46.13.6', 1672215481, '__ci_last_regenerate|i:1672215481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bbb24d2f9bad563d6ea8130163534b47c86c408', '114.119.140.64', 1688192093, '__ci_last_regenerate|i:1688192093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bc34d2e4c10a3f64668b9fff58b021176a8e92d', '207.46.13.48', 1653111303, '__ci_last_regenerate|i:1653111303;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bc53874ac7ef68d1bf9be52021bff221287a804', '190.56.50.253', 1682625914, '__ci_last_regenerate|i:1682625914;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682625899;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bcb1b38ac39e85625806b519a041541705e391e', '190.104.119.122', 1650727193, '__ci_last_regenerate|i:1650727193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bcbb9bb8284eb5f05fc301a164b636a572dc80a', '190.148.252.183', 1681608263, '__ci_last_regenerate|i:1681608156;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681608263;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bcd212caaea1167d90e4dd69f8e252757b51f9f', '159.223.170.133', 1680960029, '__ci_last_regenerate|i:1680960029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bcdbe6fe1cb70bda3f2da50a292e7e5511e33e3', '54.36.149.103', 1671799000, '__ci_last_regenerate|i:1671799000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bcf7f1620025a2dfce411a3383fc8c416a834c4', '40.77.167.37', 1668834602, '__ci_last_regenerate|i:1668834602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bd1c12f187cd0522db3b3d50ea903b172d5f866', '207.46.13.154', 1670203641, '__ci_last_regenerate|i:1670203641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bd44af368a206f2ac5fd6a8430c0ed21d364162', '157.55.39.253', 1682181132, '__ci_last_regenerate|i:1682181132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bd5793e4970b4c48a1c293651834c71abfb4fbe', '51.222.253.17', 1683511945, '__ci_last_regenerate|i:1683511945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bd59465da3975ca01b9a968cabe4bc4684349e8', '52.167.144.162', 1686175782, '__ci_last_regenerate|i:1686175782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bd72cfd4fbb800da1f4b99dd00d6cd1ff82643b', '52.167.144.162', 1683046193, '__ci_last_regenerate|i:1683046193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bd7e0ce2f997559b293a3583ce01d5d5b947df4', '52.167.144.43', 1683842355, '__ci_last_regenerate|i:1683842355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bd7fe5b90e96b5a89db1551a5045cc26b23aa1f', '52.167.144.95', 1680765081, '__ci_last_regenerate|i:1680765080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bda0804dd17c601d5fb816e5b5bbfebbfeb9dbb', '40.77.167.227', 1682511334, '__ci_last_regenerate|i:1682511334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4be0eb3675be9e0b53fcdba5319e87f97efbde38', '190.148.157.206', 1656526139, '__ci_last_regenerate|i:1656526139;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656510643\";last_ip|s:13:\"200.119.170.0\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656525503;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4be0eecd5b2f2887257256997fd4623b759b5a53', '52.167.144.164', 1685076615, '__ci_last_regenerate|i:1685076615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4be116c62195c2306b4dfabf6eb96e93fe4fb6c4', '35.90.120.207', 1663163566, '__ci_last_regenerate|i:1663163566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4be15c2dad13fd684f0409e361802472d476ad9f', '144.217.135.231', 1666782024, '__ci_last_regenerate|i:1666782022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4be6d15803c88456275d14ace99dd573a26a585e', '114.119.141.249', 1688072963, '__ci_last_regenerate|i:1688072962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bec9e4fd227c89e643f1d9f7848296e5627490a', '157.55.39.200', 1667227120, '__ci_last_regenerate|i:1667227120;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bed6707dfc196b621154ab348cc3384b11918bc', '52.167.144.171', 1685441041, '__ci_last_regenerate|i:1685441041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4beed41f1613a7ca0eb1af2e80defb24bed7bf10', '157.55.39.253', 1682849081, '__ci_last_regenerate|i:1682849081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bef48f7790e6a15166f06603d681a1c04276a84', '157.55.39.221', 1662234223, '__ci_last_regenerate|i:1662234222;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bef973fef7457655cd76900168b0cbd9abc445b', '157.55.39.147', 1672419143, '__ci_last_regenerate|i:1672419143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4befa8d897c7d4c8fd19067d3b47bef065b46441', '93.158.90.65', 1680576688, '__ci_last_regenerate|i:1680576688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bf092408b502f5dab2a20c139dbb2f739d6e0f1', '190.56.32.174', 1676487111, '__ci_last_regenerate|i:1676487111;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676479886\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Y7zPMZjfFDw9eg4UKCqV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bf2ee50be355dd4d2d20987cedbbc933b565e8d', '192.71.10.105', 1657248894, '__ci_last_regenerate|i:1657248894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bf4c57d1c6e44a99ac1ac30c9ea619975e14e41', '17.121.115.130', 1655571374, '__ci_last_regenerate|i:1655571374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bf4d2f45f6edda4fac8f79ecf88ca48e7b43ffc', '190.148.157.53', 1684079217, '__ci_last_regenerate|i:1684079217;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684076037;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bf55f106993441776a5d10bb46cc1c91af37a11', '51.222.253.17', 1662812545, '__ci_last_regenerate|i:1662812545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bf878137927aaff31c4faaaf22af08612fde110', '3.111.41.2', 1670738462, '__ci_last_regenerate|i:1670738462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bf8866aa97dff520f1c677d70e46527d0f63e76', '190.56.55.48', 1687479988, '__ci_last_regenerate|i:1687479988;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687479879;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bf9076325f572782713a521f55c4a6c17ce04d4', '190.148.252.151', 1671109220, '__ci_last_regenerate|i:1671109220;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671109167;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bfba66dd0fc3e9bbaa9c95cb52675fd3c92df57', '20.28.208.202', 1655113469, '__ci_last_regenerate|i:1655113465;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bfe26cbde76e6a900ffbc83820add185d3fcc85', '200.119.173.130', 1675810374, '__ci_last_regenerate|i:1675810374;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675809955;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c0070d71f9d0c49a88c9cd96343a31173055606', '207.46.13.17', 1673654251, '__ci_last_regenerate|i:1673654251;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c018217f554bcd7bf1b844232878bde81a11877', '54.36.148.107', 1680514213, '__ci_last_regenerate|i:1680514213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c023feb54693b7fb0848c72feb2c40ea6f3dd9f', '51.222.253.14', 1660360725, '__ci_last_regenerate|i:1660360725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c027c3c1a3bea1db1919b54b1f9b1a214c48651', '52.167.144.98', 1686314624, '__ci_last_regenerate|i:1686314624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c0282ad386cd57140818c0aa33cf165dd2d83fc', '52.167.144.73', 1680045723, '__ci_last_regenerate|i:1680045722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c0488da3c43186078d13713004a22532d595d1e', '190.148.252.151', 1671225834, '__ci_last_regenerate|i:1671225834;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671125250\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Y54agloN7KrUmn2xiS1y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c053b4fc608bd1bccd4a287a64e247e932eb092', '207.46.13.12', 1675772874, '__ci_last_regenerate|i:1675772874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c05947292276293b72f0fd4dc75c2790885a314', '130.245.169.139', 1657878943, '__ci_last_regenerate|i:1657878943;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c05b4313fb5ce032483f15fe375b88175411214', '40.77.167.37', 1669377536, '__ci_last_regenerate|i:1669377536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c0933b312da2010df83b568a13c9a0dcd967b13', '190.56.50.106', 1652194150, '__ci_last_regenerate|i:1652194066;requested_page|s:13:\"shop/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652128713\";last_ip|s:14:\"190.56.173.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c0a5c8897e09d2db16c3a31ef8ff33e5fb2af5b', '52.167.144.164', 1685377603, '__ci_last_regenerate|i:1685377603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c0b65f4d4adcb5d6b31df497e7d90a095003d73', '54.37.233.116', 1650852028, '__ci_last_regenerate|i:1650852028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c12182d1a1501309214ea5fe9a90f750c1c7a2d', '190.56.50.253', 1682622799, '__ci_last_regenerate|i:1682622799;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682622794;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c12843b494d08fe51db40c94a12810d95470088', '200.119.174.9', 1674234442, '__ci_last_regenerate|i:1674234442;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674234436;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c1438e07de72afde1e2481dce736192191b6edd', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c1626dfadfb564dc10cd95574e752be00a31935', '139.59.73.163', 1687354683, '__ci_last_regenerate|i:1687354683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c1dd22cec37aec64ae71f27efdb1bb3b87fa86d', '200.119.173.177', 1684863502, '__ci_last_regenerate|i:1684863502;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684775626\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684861383;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"d6qPa51zTYkvmOwGnJZb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2698c4d2e782f5ee0a41a12ec09effac5dcf8e', '52.167.144.109', 1680583460, '__ci_last_regenerate|i:1680583460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2840f114af6da102eecfd6ae5b8e102306e431', '200.119.170.168', 1670585914, '__ci_last_regenerate|i:1670585914;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670585906;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c288d0393a123e4218bb2246b01e1cb17d958e1', '52.167.144.162', 1686739309, '__ci_last_regenerate|i:1686739309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2b04740594523e898491140da050cd7c012741', '138.246.253.24', 1672500344, '__ci_last_regenerate|i:1672500343;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2b2d78f72b773ab018505e50c7f525243ace4b', '190.148.252.162', 1667306575, '__ci_last_regenerate|i:1667306575;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667306538;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2c8232f6dd7e284194638794a50e45f763b589', '114.119.159.40', 1687274244, '__ci_last_regenerate|i:1687274243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2c884132a96c480354165f054dbf608382ac05', '35.160.6.51', 1654003658, '__ci_last_regenerate|i:1654003658;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2d4ddb2d5ecac1fc80673bf670597512a774be', '114.119.144.202', 1685192983, '__ci_last_regenerate|i:1685192961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2f2dcfb4ae41cf6b69192c9ef1fc3c261f15b0', '52.167.144.28', 1678888362, '__ci_last_regenerate|i:1678888362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2fd971597ea384a067a66288395758dac19247', '8.41.221.58', 1650846257, '__ci_last_regenerate|i:1650846257;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c3238b0c770973f23606f1198f7c169da05192a', '40.77.167.146', 1687664958, '__ci_last_regenerate|i:1687664957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c34e1514245451a15647c76917947a1219b2c0c', '40.77.167.161', 1681021264, '__ci_last_regenerate|i:1681021264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c3550204d32a4e06da2d655b9faaeed33919fbf', '66.249.74.100', 1686287883, '__ci_last_regenerate|i:1686287882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c3566b9729c5e3db441655053f05886d4228673', '114.119.148.160', 1687631486, '__ci_last_regenerate|i:1687631485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c35ad24373c2409a9d5cb58d7d71c268d0858d8', '190.148.252.151', 1671212585, '__ci_last_regenerate|i:1671212585;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671125250\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c35baa7ecab77a4ca966bd3ed014b21305d8e5c', '157.55.39.79', 1668934962, '__ci_last_regenerate|i:1668934962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c366688b9143de451a4768b927a67d98c49ffb4', '157.55.39.227', 1688519112, '__ci_last_regenerate|i:1688519111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c373e733a3835986348fe2a1340d859b632c451', '190.148.157.98', 1679001320, '__ci_last_regenerate|i:1679001320;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c37d2c394bdc7d9be4772bbd8536c1c4df5be26', '17.121.114.192', 1655912856, '__ci_last_regenerate|i:1655912856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c3b016f213bd9a15ef6b7fe73a53f7fc36bde53', '52.167.144.171', 1685379935, '__ci_last_regenerate|i:1685379935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c3db5555d3e6d3784cd64ff1697bfba52f3c7c4', '40.77.167.175', 1680368631, '__ci_last_regenerate|i:1680368631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c3f2a4824ebb031afc8ab0c5a371dfbafa362e3', '20.213.112.13', 1651530220, '__ci_last_regenerate|i:1651530217;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c3fa84c117bba5c4d92ee5115cf7d6991924bd9', '207.46.13.48', 1653668296, '__ci_last_regenerate|i:1653668286;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c4405e36551904d0607c7c7e5cbe4d5e1845e8d', '200.119.168.1', 1655385194, '__ci_last_regenerate|i:1655385194;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655339946\";last_ip|s:13:\"200.119.168.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655385161;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c455ecac71e6fb2ef3149bd1b7b7c62e9853164', '200.119.169.44', 1663711605, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c4713d2ec7a36a097e6bc959211c143ff038768', '207.46.13.205', 1671942672, '__ci_last_regenerate|i:1671942672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c4915b5167de1b68a6328cd93c9201145338cc7', '190.148.158.151', 1677028272, '__ci_last_regenerate|i:1677028272;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677028269;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c4954bd575559df38fb015e6d2b2184a8f19be2', '5.188.62.140', 1656364408, '__ci_last_regenerate|i:1656364405;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c4a2e724da8a9973ec544eae29adbdbecaed552', '157.55.39.209', 1679987561, '__ci_last_regenerate|i:1679987561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c4d38916560f8a659ec4c50e1627ce0e4a6d482', '157.55.39.62', 1660364156, '__ci_last_regenerate|i:1660364156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c4f23da128db61020dfe7e79a3ce7e0d6109b28', '190.148.252.151', 1671067649, '__ci_last_regenerate|i:1671067648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671067648;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c4ff7c4db02249733c568b336a89156cf10f600', '52.167.144.98', 1686266296, '__ci_last_regenerate|i:1686266296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c524a8b855858333d31ad3a973a172b61a229f8', '190.56.49.237', 1665696784, '__ci_last_regenerate|i:1665696784;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665696777;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c52f5194ad136948e6d50b63294f54ed316db39', '51.222.253.13', 1672707152, '__ci_last_regenerate|i:1672707152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c534399e48ca31d20ba7f5b2cca7a0a4d5c2674', '52.167.144.164', 1686507899, '__ci_last_regenerate|i:1686507899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c589adf34d51929a3acb05759117439627c5c92', '157.55.39.28', 1667751494, '__ci_last_regenerate|i:1667751494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c5a7f7b508cfcd037149bd857100488c628e54d', '157.55.39.169', 1669446421, '__ci_last_regenerate|i:1669446421;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c5bac12953edcd03e6ece9f71944a55ebade71a', '52.167.144.37', 1677646601, '__ci_last_regenerate|i:1677646601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c5d2e9613e1fdb52e6773293688b2f0c0894313', '54.36.148.174', 1652139180, '__ci_last_regenerate|i:1652139180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c5e49fd8837a02aa5f0f24c33806addc1099c50', '54.36.148.139', 1666450118, '__ci_last_regenerate|i:1666450118;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c5eaec67627c3e5db64ba91e6bd4818ea77d644', '52.167.144.164', 1686455266, '__ci_last_regenerate|i:1686455266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c60ece1d68e40087c572d6bfa4a95a996db51b2', '157.55.39.125', 1653607040, '__ci_last_regenerate|i:1653607040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c61abe468be50dd6b92f11cb375514815f5aab3', '207.46.13.211', 1680042392, '__ci_last_regenerate|i:1680042392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c623da46dafcd95b9c59c06781b7b67727b19e6', '190.148.252.57', 1657812409, '__ci_last_regenerate|i:1657812409;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657635989\";last_ip|s:14:\"190.148.252.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"TS2fs7rOPMLuHha0iUJQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c636e84422d60984983fa883933788f621f486f', '190.148.252.151', 1671134516, '__ci_last_regenerate|i:1671134516;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671134117;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c63fc4b07cf538c8825893ba397cdb621a3ffdc', '190.56.55.113', 1673546326, '__ci_last_regenerate|i:1673546326;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673546284;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c64cf25c3f3bf2eb0badce24ec6c151333f54b5', '54.36.148.135', 1664921863, '__ci_last_regenerate|i:1664921863;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c64d5712eb2a9d65b566980df39881f10d8ba02', '54.36.149.97', 1651117383, '__ci_last_regenerate|i:1651117383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c65ade1e7b0392cbdca9da8ea6276e5a09bc81b', '40.77.167.182', 1683265866, '__ci_last_regenerate|i:1683265866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6639e6b7b8d1e288c2dbea4c492543bb981533', '114.119.137.224', 1687584379, '__ci_last_regenerate|i:1687584378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c674d87b18309b365978a34620375f5b6f3c276', '190.148.157.53', 1683935089, '__ci_last_regenerate|i:1683935089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c678ca491177bad014de080bb67e48e1c7f0f91', '165.22.197.175', 1688003747, '__ci_last_regenerate|i:1688003747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c68c39f26f409a03fcbfcd1c118617962f5fc28', '190.56.54.156', 1665234706, '__ci_last_regenerate|i:1665234706;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665234658;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6aeb4823c4a9e9325fec7043b6f83581d2aff6', '40.77.167.133', 1684025496, '__ci_last_regenerate|i:1684025496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6c4879ce53b2f67f255944be091893cbad28ea', '200.119.169.5', 1654866894, '__ci_last_regenerate|i:1654866894;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654811927\";last_ip|s:15:\"200.119.170.145\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654866885;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6c4e6e9d7bd866e2ecf875ee29f011b698ef49', '66.249.65.177', 1673389323, '__ci_last_regenerate|i:1673389323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6c744ba1da2da529156094103fb6d506ef10c9', '51.222.253.10', 1651498885, '__ci_last_regenerate|i:1651498885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6ced58586ba9599a94a0854c715be8bac6e17c', '52.167.144.164', 1685077838, '__ci_last_regenerate|i:1685077838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6cf011383684c2c90782e6214354ab0f805e8e', '40.77.167.202', 1687774374, '__ci_last_regenerate|i:1687774374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6dcc45895e43cfbbaf8dd008f1d86c39cb4968', '40.127.111.29', 1681047481, '__ci_last_regenerate|i:1681047481;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6de7d08b570865b91f373087c80d8534daca56', '200.119.172.96', 1675433846, '__ci_last_regenerate|i:1675433846;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675433411;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c720fba4b88a9766db5ec72a9574e939f02a3e3', '114.119.150.228', 1688202576, '__ci_last_regenerate|i:1688202576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c722e507f3da08df18bce5b413c96cbb88c6f86', '18.237.1.0', 1672665693, '__ci_last_regenerate|i:1672665693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c73fd3d7d5fc6abc7120cce25ecd304a545740b', '190.148.157.80', 1669395510, '__ci_last_regenerate|i:1669395510;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669391955;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c7472021a2bffb408073f777747ac3cf43ffad3', '40.77.167.13', 1674208756, '__ci_last_regenerate|i:1674208756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c75e0557b649933f4d3ad0732cfec8b374b75e8', '190.148.157.98', 1678925907, '__ci_last_regenerate|i:1678925907;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678793200\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678925903;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c79d4b2ff8486a3d3998401ec69b5a3725eba4a', '200.119.170.143', 1670193367, '__ci_last_regenerate|i:1670193367;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670193047;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c7ac8cbecb8d542a64d513d8a80c5c919fb56e7', '40.77.167.255', 1685753050, '__ci_last_regenerate|i:1685753050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c7d63b8ca7c6d8a824ca9ed03561984e289d859', '190.148.252.183', 1681332704, '__ci_last_regenerate|i:1681332704;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681328743;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c7e1d93129fb38fe541b8e267b9e476a608b025', '190.148.157.80', 1669407695, '__ci_last_regenerate|i:1669407695;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c7e83e7e8b147e70ae0dfc4970a0974e52efd08', '200.119.170.168', 1670534839, '__ci_last_regenerate|i:1670534839;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670533839\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c7ecba5a6268aa30aba88736fda8aff3f5adeb0', '207.46.13.205', 1671815555, '__ci_last_regenerate|i:1671815555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8050717da3e36ddcab4ec7d49d69ad74aa7d08', '40.77.167.79', 1652820280, '__ci_last_regenerate|i:1652820270;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c80d7a6c7e16bc425f4c1f04b8e41d9f0478d25', '190.56.50.253', 1682433256, '__ci_last_regenerate|i:1682433256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682346726\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682430672;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c811794782ff0e2e6fb4e89bd1c2809bd5a78ee', '157.55.39.46', 1672390026, '__ci_last_regenerate|i:1672390026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c831a939e879bb7d2d9501b27d8d98a3834b4fc', '190.148.252.183', 1681309715, '__ci_last_regenerate|i:1681309715;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681309711;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8392f3ee5be451adbbd0c42aca45cd1af91491', '130.41.127.169', 1682439514, '__ci_last_regenerate|i:1682439514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c84430af5245cb065ef7fbbf74ba4bbb25c7a8c', '40.77.167.166', 1676707956, '__ci_last_regenerate|i:1676707956;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c849dd9eea8c02b6cefec2b7d8e37758c831755', '190.56.54.156', 1665245468, '__ci_last_regenerate|i:1665245468;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665245454;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c850344030ea820f418c6efd07ab12cb03fd534', '130.245.169.70', 1657360544, '__ci_last_regenerate|i:1657360543;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c85fa102608d26c89a78788e295ee5066f99dca', '52.189.255.137', 1658169611, '__ci_last_regenerate|i:1658169607;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c87e3147eabe270642934f8e73dfec3a6e55b1b', '52.167.144.171', 1685129289, '__ci_last_regenerate|i:1685129289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8884c9d71dc18c1a1bfd14fbba4e085dae2656', '40.77.167.156', 1678892029, '__ci_last_regenerate|i:1678892029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c89018345a3e9052e6664a41c34a50cb9b89c1a', '190.148.87.23', 1679426799, '__ci_last_regenerate|i:1679426799;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679426193;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8a987683762241ecf4b0a334809234c5e8baee', '190.148.157.183', 1680289089, '__ci_last_regenerate|i:1680289089;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680289051;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8c83f44a60830ddf55b9d15f09a39c2e536484', '190.56.173.213', 1683328127, '__ci_last_regenerate|i:1683328127;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683209645\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"1a8DJdj6vAXbzoOekKZt\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8c885d2ad828a10be90db2c9f728ea908b8bf1', '51.222.253.11', 1667397754, '__ci_last_regenerate|i:1667397754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8c8872011b6eaf0f3eb29cf885e803022bb6b5', '157.55.39.51', 1669794972, '__ci_last_regenerate|i:1669794972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8d62b270719074f5c846de93dbdecd5095f772', '17.121.115.7', 1661834074, '__ci_last_regenerate|i:1661834074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8de431c695a2187791eee8e58fc0b0f317d901', '114.119.137.252', 1686709021, '__ci_last_regenerate|i:1686709021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8e83048fcbd3f3c370ee5358e67005e3c4c8c2', '190.56.32.174', 1676592678, '__ci_last_regenerate|i:1676592678;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676592554;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8ee875f9a66584e9b95a8d06be12a9987583c5', '17.121.115.30', 1658077965, '__ci_last_regenerate|i:1658077964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8f9515d65f385898ec0d35e7a3c40750b86040', '52.167.144.98', 1684386999, '__ci_last_regenerate|i:1684386999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c9165cde1ae36d50922467718fd94dc76b2bf37', '200.119.175.15', 1658499150, '__ci_last_regenerate|i:1658499150;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658452928\";last_ip|s:15:\"200.119.170.142\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658494983;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c9469737ebda91a6179ce48518f86531c4ad425', '66.249.65.164', 1673948214, '__ci_last_regenerate|i:1673948214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c97b91ff84430f3ce1c2de4a9bab46c81ee547f', '190.56.55.113', 1673786504, '__ci_last_regenerate|i:1673786504;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673783686;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c98af236e6423b4796a301825daf0f962d7727a', '5.188.62.140', 1653285572, '__ci_last_regenerate|i:1653285569;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c98b3921e736881908a32f845c8576f77b29716', '190.148.252.76', 1654377629, '__ci_last_regenerate|i:1654377629;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654346772\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654377311;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c99499d5edc727c6eb371f16d7419ac6b7e2c80', '40.77.167.123', 1683611676, '__ci_last_regenerate|i:1683611676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c99737ebf28b8884d24fce6631066fe1a445622', '51.222.253.18', 1664849186, '__ci_last_regenerate|i:1664849186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c99f3c47e5a1a5057b7e446a6df244eeaf9b4a1', '190.148.87.6', 1668172737, '__ci_last_regenerate|i:1668172737;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668172302;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c99fa8fd8adccad3dbba9cc56629fbde5638d54', '200.119.168.5', 1668716341, '__ci_last_regenerate|i:1668716341;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668716335;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c9a7f0f297f0fc50139b84d72134f392d9d4385', '207.46.13.210', 1686999482, '__ci_last_regenerate|i:1686999482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c9a9a762d25d70533526343d28ce3d5c6effb9d', '200.119.173.67', 1679356719, '__ci_last_regenerate|i:1679356719;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679356192;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c9afc9406e6e909355c4a3fbb3fd0fdd77b9119', '74.208.2.140', 1672659945, '__ci_last_regenerate|i:1672659945;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c9d584fe4ce4aedd0e08f5371ef53ffcb3b11c2', '190.104.119.212', 1654801811, '__ci_last_regenerate|i:1654801811;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1654636952\";last_ip|s:11:\"38.25.15.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c9d70703c25f104175f9a085b7587117e5c61f7', '139.59.123.243', 1651073340, '__ci_last_regenerate|i:1651073336;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ca28fc8304bc307f525e543538dfb1ac2cd2be4', '114.119.155.14', 1686904615, '__ci_last_regenerate|i:1686904615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ca4e81266fdd4dd66f8c60bff21989c9edebcb3', '157.55.39.51', 1669385838, '__ci_last_regenerate|i:1669385838;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ca680dfce62324670c9a0d708467ba8f3bc3865', '198.12.91.231', 1653665927, '__ci_last_regenerate|i:1653665927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ca72e6c2d3aab4da25223d41f64ee70349f8ed8', '200.119.168.250', 1680983903, '__ci_last_regenerate|i:1680983903;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680983829;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4caa774ec44ed6e49c2094ab666c5ddcbb6e73e4', '114.119.155.78', 1687046853, '__ci_last_regenerate|i:1687046853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cab4e488f1e369eb4397c1e6bff5264c765b319', '157.55.39.253', 1682150053, '__ci_last_regenerate|i:1682150053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cad41f72e07e9383ff6f037a143dd301f381613', '200.119.169.175', 1669815098, '__ci_last_regenerate|i:1669815098;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669815084;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cadae13511fe5ad44d49e1c263cd531c56c3949', '17.121.113.108', 1651145431, '__ci_last_regenerate|i:1651145431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cade9a11445ae6645a9b78c67545c4bc9a11466', '66.249.74.105', 1682588721, '__ci_last_regenerate|i:1682588721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cae544fdb490f3f6b2c331bf804ab89120f702f', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277752;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb0bba9086fd4e5e6e85ff6229526b10dcbad5d', '200.119.168.55', 1663073725, '__ci_last_regenerate|i:1663073725;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663023607\";last_ip|s:14:\"200.119.173.87\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663073319;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb3a94c0c2a3b5542aef4cfc1ce7a6720efa0a0', '190.56.54.156', 1665275429, '__ci_last_regenerate|i:1665275429;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665274697;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb41b3b5eb8d8938a1fc9504f1b08b794fa3493', '114.119.131.206', 1687098727, '__ci_last_regenerate|i:1687098727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb5996757ca6b90d92e0c1e427230dccc01bb33', '207.46.13.230', 1656340531, '__ci_last_regenerate|i:1656340531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb663b384acc79dfc9bcaec7ecf386efd22080e', '114.119.132.36', 1684997608, '__ci_last_regenerate|i:1684997608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb6e867c2e3e37c1e4d098443ee5ebb9993f4ad', '114.119.143.59', 1686125951, '__ci_last_regenerate|i:1686125951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb79d5296e064e5adbb73d7e278bdaab99d137e', '159.65.130.54', 1652047806, '__ci_last_regenerate|i:1652047802;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb831da80ab1515becae690d7f91edf0d9a4063', '54.36.148.14', 1655084426, '__ci_last_regenerate|i:1655084426;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb88dffa5b98f885cc49c681724497df0cca025', '207.46.13.10', 1671238935, '__ci_last_regenerate|i:1671238935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb8a80cd4ff35242cb11592886f511d1600237b', '40.77.167.43', 1659430237, '__ci_last_regenerate|i:1659430227;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb98a61a741bdcf53b180b2eb3037339c577790', '52.167.144.98', 1685279709, '__ci_last_regenerate|i:1685279709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb9ed1c56dc18ea925b220a8f11aecde6fe3eb4', '114.119.155.50', 1687555300, '__ci_last_regenerate|i:1687555300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cba4d7d90b4afcf9065d1539af060214ee3b816', '5.188.62.140', 1656382061, '__ci_last_regenerate|i:1656382058;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cba5e6b4b49e61654524816fb843d03e0255cb3', '66.249.77.39', 1680581263, '__ci_last_regenerate|i:1680581263;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cba9a768bcb56f3e6c4a749c9c5f35c49b80df8', '190.148.157.53', 1683723714, '__ci_last_regenerate|i:1683723714;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683723613;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc12b5e3d7007589113968c18267f6ec64ca7d0', '66.249.65.178', 1671236821, '__ci_last_regenerate|i:1671236820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc222e060a55d670105be9463d7b5a6f1cbf53f', '52.167.144.162', 1686178647, '__ci_last_regenerate|i:1686178647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc291dd4b2abf2b31de47b4d045fade624437b7', '157.55.39.79', 1670775769, '__ci_last_regenerate|i:1670775769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc5431b456fdd1f28f83b592ef36e84fecc86a2', '190.56.173.213', 1683399578, '__ci_last_regenerate|i:1683399578;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683397590;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc5b772d2f273d8d23cefeef6a69c029bc4f7da', '51.255.62.4', 1664364326, '__ci_last_regenerate|i:1664364326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc5c0a49c5dfdeaab133cd34ab8d11b3b97db54', '190.56.55.48', 1687300735, '__ci_last_regenerate|i:1687300497;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687284220\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GwjH7m2xvNKC9l0VQS4a\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc6a17a913b9e7d844ff7634d4eaf61ff7215b6', '200.119.170.168', 1670624196, '__ci_last_regenerate|i:1670624196;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670624000;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc6e385fa99b7643e15741fc4a76b4c93a5b845', '200.119.175.15', 1658507008, '__ci_last_regenerate|i:1658507008;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658329421\";last_ip|s:15:\"200.119.170.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5cFR3hmbOgeAJrEyI1Hv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc848034f84d6bf976cb35f9e79ad3cd2719b92', '5.188.62.21', 1653453974, '__ci_last_regenerate|i:1653453971;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc87759319d1133ecfd4b0d14160f6cdc240ab8', '103.204.130.160', 1652028393, '__ci_last_regenerate|i:1652028393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc8b3a2f146a8edf188a0f339e02ed2eadf508b', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cccdde3ebe1997b667a153241ff749f5ecbb7c9', '114.119.140.47', 1687728520, '__ci_last_regenerate|i:1687728520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd11cefc3387c8e3411f01b8e98bf9e1cd0e1db', '190.148.252.116', 1653405506, '__ci_last_regenerate|i:1653405506;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653352332\";last_ip|s:13:\"190.56.49.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653405500;register_id|s:1:\"9\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-23 12:00:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd20758495340e4794da69642af2e8cff5bb0a1', '190.56.32.174', 1676664737, '__ci_last_regenerate|i:1676664737;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676664733;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd219f28f1c92fe0950870428470af481077e86', '40.77.167.236', 1677873092, '__ci_last_regenerate|i:1677873092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd337153757e3e81275110956b39b4ab8495d94', '51.255.62.5', 1680288324, '__ci_last_regenerate|i:1680288324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd38250df2473c49b5a51f13cce8fc56cf4c2d2', '52.167.144.74', 1688162348, '__ci_last_regenerate|i:1688162348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd91da50a443dcae35edd0f8ba9a06a7cd90f92', '52.167.144.98', 1686542610, '__ci_last_regenerate|i:1686542610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd9c8a2572d67b973f754205b387d258236cc88', '157.55.39.25', 1663553033, '__ci_last_regenerate|i:1663553032;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd9ff806d40f58365ad7296d07a2317b343b4ea', '52.167.144.56', 1677706119, '__ci_last_regenerate|i:1677706119;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cda0e7b0e4006ece157ec00c58ad30aed7ba7c6', '114.119.151.170', 1687636516, '__ci_last_regenerate|i:1687636516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cdba3ac5c891765f4c08fdd952203c01f971a67', '52.167.144.98', 1686039686, '__ci_last_regenerate|i:1686039686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cde8dd2eecf034e3137676e73b61701f32f73f6', '190.56.55.113', 1673640616, '__ci_last_regenerate|i:1673640616;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673636926;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce013932cd5c383d2f039e409a79c0937f88b15', '35.90.208.213', 1660743426, '__ci_last_regenerate|i:1660743426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce19e85722a3722034bce4344fe513c52261e28', '17.121.115.73', 1654860820, '__ci_last_regenerate|i:1654860820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce2d93158f3fda979fa11d655d352ce1aa9df49', '52.167.144.162', 1686448992, '__ci_last_regenerate|i:1686448992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce4a0fbf6d565f7e02cdaf604f2c75d15ce46b7', '40.77.167.115', 1681555891, '__ci_last_regenerate|i:1681555891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce528542f16172a0274b3b8823cad90dfbfed6d', '161.35.184.107', 1672028537, '__ci_last_regenerate|i:1672028537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce5901ff561fc21fcff9eab10f0366c94dedb68', '157.55.39.69', 1671956122, '__ci_last_regenerate|i:1671956122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce6118b26ab45a2d86ef5d281066ab23308a789', '141.147.113.25', 1651197880, '__ci_last_regenerate|i:1651197880;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce6da4565065780c80abfd001e61fa3dee1caad', '51.222.253.6', 1664562169, '__ci_last_regenerate|i:1664562169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce7448d91812c5963c1a7a6bc302cc62b715a33', '114.119.135.237', 1685101745, '__ci_last_regenerate|i:1685101745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce7b27fc504f454d390c4ad87763088b856c97c', '51.195.216.255', 1650895443, '__ci_last_regenerate|i:1650895442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce9d2daea0b66107f46109b74d52a992ef7cc62', '52.167.144.31', 1681272690, '__ci_last_regenerate|i:1681272690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ceadb8a622d43981b71f5a17022bcc477e7d7c9', '190.148.252.96', 1673211777, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673211777;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673210502;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ceba64e34d9554e4139581ae594fa2f7a17b391', '52.167.144.164', 1686176848, '__ci_last_regenerate|i:1686176848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cec2f9252c336d3df968510b574dbe7c9d5de28', '190.148.157.98', 1678978620, '__ci_last_regenerate|i:1678978620;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678978614;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ced1407b6de638837783082a2e5ad75096e30f1', '190.148.252.151', 1671237108, '__ci_last_regenerate|i:1671237108;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671237100;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ced42171a8075ee6738b5918561ca08ea60b332', '93.158.91.253', 1657964419, '__ci_last_regenerate|i:1657964419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cede2d0f3dcaa1b6c45703b8ac3fb82c0aea04b', '40.77.167.13', 1672860715, '__ci_last_regenerate|i:1672860715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cf16d4d84dd21413d289d87dadac055cf4c3fdd', '200.119.170.30', 1660568126, '__ci_last_regenerate|i:1660568126;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660490808\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660568110;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cf1e7cceca0ae2d150c840ffd2377de7361405c', '190.148.157.122', 1666657543, '__ci_last_regenerate|i:1666657543;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666657438;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cf47e8a815be9449dce75d609d0f4e88675e9a6', '200.119.173.177', 1684934080, '__ci_last_regenerate|i:1684934080;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684934066;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cf4f5053fb134da44757602f2643b027d108d05', '207.46.13.210', 1687082873, '__ci_last_regenerate|i:1687082873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cf6c5f7c787bf3bc8e9b3075a9a53a152f84797', '74.208.2.188', 1672815715, '__ci_last_regenerate|i:1672815715;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cf70fff93467f23892721ce4624d338740e2489', '114.119.136.85', 1685290078, '__ci_last_regenerate|i:1685290078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cf8fbaf833f655da5c6e4502dccd09477f27245', '52.167.144.98', 1685649698, '__ci_last_regenerate|i:1685649698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cf90a5f2bd91b75728bc0b04360cea1f46077b6', '40.77.167.79', 1655119295, '__ci_last_regenerate|i:1655119286;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cf90cc503d398631ef700f9154b1e449f34e1f4', '190.56.32.174', 1676483257, '__ci_last_regenerate|i:1676483257;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676373925\";last_ip|s:13:\"190.56.50.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676481669;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cfa46e8bb1787572d8f7eabc898b95e6a6085fc', '40.77.167.79', 1654235978, '__ci_last_regenerate|i:1654235968;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cfb088d9202127412272c4693ba7ce575a73f77', '114.119.133.138', 1688084389, '__ci_last_regenerate|i:1688084389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cfb795939ef3ebf5fc16f83983b026dea4c8d61', '200.119.173.177', 1684860791, '__ci_last_regenerate|i:1684860791;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684775626\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684856690;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"d6qPa51zTYkvmOwGnJZb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cff921ab0e66ac176de31250f59beac710748b1', '137.184.33.219', 1688476288, '__ci_last_regenerate|i:1688476288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cffa5412cb27b6cbc4cec96fab65d772309456e', '207.46.13.138', 1674262283, '__ci_last_regenerate|i:1674262283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d013a1d308ea0e28b4b43b9ddce658f78d4cc79', '157.55.39.217', 1683270926, '__ci_last_regenerate|i:1683270926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d0164e6aba6685f6247896612fcc7ce0622bb5e', '207.46.13.6', 1671750082, '__ci_last_regenerate|i:1671750082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d036232220c6aa24644cfa73cd12ecf195d1c8f', '52.167.144.162', 1681598311, '__ci_last_regenerate|i:1681598311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d0597285caa58ba1a96b70214453b3ba62b8cb1', '190.56.32.174', 1676815507, '__ci_last_regenerate|i:1676815507;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676815386;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d067e8bcb31cc7fd5af0b51a40a333c31185743', '190.56.50.253', 1682608774, '__ci_last_regenerate|i:1682608774;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682608771;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d098f6acb69c3c8f5a558ee74d1310e214cc4c8', '114.119.145.66', 1687239133, '__ci_last_regenerate|i:1687239133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d0a1316443be6d4d32733145e37be1c8b316e3c', '190.56.32.162', 1686237653, '__ci_last_regenerate|i:1686237653;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686237651;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d0af5b9c43f26411173191ca53ae5f73bb91f6b', '207.46.13.154', 1671512100, '__ci_last_regenerate|i:1671512100;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d0cc945f2a19c61fda3be390560fbcfb0e9a5a2', '190.148.252.236', 1656028530, '__ci_last_regenerate|i:1656028530;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656005155\";last_ip|s:15:\"190.148.252.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656028085;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d0e863b43755cbeb169bfb59a3163b367c768de', '40.77.167.91', 1686999564, '__ci_last_regenerate|i:1686999564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d0eb16a6d08ea4107a64af0c5ca4b5423e65c90', '144.76.68.17', 1683715054, '__ci_last_regenerate|i:1683715054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d0faa2c23fb7e5b235c4fc8057926639aa377de', '40.77.167.43', 1658495153, '__ci_last_regenerate|i:1658495153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d1474f1470b3507ee61a307b6e20137d58b064f', '51.222.253.7', 1668786512, '__ci_last_regenerate|i:1668786512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d15817303057f8eda6edc339e42791c8df5f54d', '40.77.167.49', 1664105729, '__ci_last_regenerate|i:1664105729;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d15c252601721cb46f2fb686e39c7f8221b2184', '207.46.13.17', 1673654252, '__ci_last_regenerate|i:1673654252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d1744d2a7a1c6d5145083aca5d553a9334c21d5', '190.56.54.156', 1665422528, '__ci_last_regenerate|i:1665422528;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d18673989b91ec6223b727fde34fc2dbe78e541', '51.222.253.7', 1650940477, '__ci_last_regenerate|i:1650940477;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d1b19041287b0a553252f80d316326985449a34', '34.67.9.15', 1676422638, '__ci_last_regenerate|i:1676422638;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d1c479649b0cb9cb93254f7d2bf2dfda4150d35', '114.119.151.170', 1686382973, '__ci_last_regenerate|i:1686382973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d1d1f9f6fe1a333da1bb82fe3bfbb494dbe344a', '35.87.253.61', 1660310809, '__ci_last_regenerate|i:1660310809;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d1e7b028ccaca0384c544c3f7b99216e391d1f0', '52.167.144.162', 1686570400, '__ci_last_regenerate|i:1686570400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d1ed75cccffba562591d74554515b412a21df70', '190.148.157.113', 1684508159, '__ci_last_regenerate|i:1684508159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2006d8ed4faaf9f54680a43041100edc3ee2e5', '185.230.47.143', 1656488891, '__ci_last_regenerate|i:1656488891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d202148f2b7a0b6e6bc57027c09dc42b1b1df69', '40.77.167.133', 1684025484, '__ci_last_regenerate|i:1684025484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d229a8920598d62ff8ffbf1b54c567c77d240b3', '51.222.253.4', 1656350774, '__ci_last_regenerate|i:1656350774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d230ecbc01ea807f90740731fba9da3d765e9fc', '190.148.87.182', 1679861711, '__ci_last_regenerate|i:1679861711;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679861700;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d25d7839717c12921871bed70be5c3fa070ddd9', '51.222.253.14', 1655866249, '__ci_last_regenerate|i:1655866249;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2780f28d86a5437427632ec3ee810d6148c52b', '52.167.144.90', 1680899744, '__ci_last_regenerate|i:1680899744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d279eb0bcbd1238659c1a15c1b22ed7374d286d', '190.56.32.35', 1671750217, '__ci_last_regenerate|i:1671750217;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671749649;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2810159a5dd73b1e7b7ba370a0b7b38fe272d6', '190.56.55.0', 1687821509, '__ci_last_regenerate|i:1687821509;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687821471;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2b868f8b19002e891b9296a7c10c0e838d2145', '35.91.218.248', 1674393625, '__ci_last_regenerate|i:1674393625;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2d04b157eb8bb048c90d8bb4547b1535fd4071', '157.55.39.253', 1681775085, '__ci_last_regenerate|i:1681775085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2ec32e6e7c4a2a12eacf882d2c519d68976fc4', '157.55.39.128', 1674001048, '__ci_last_regenerate|i:1674001048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2f8a855c7512a57ae699d023edd72032fd8ab0', '66.249.74.103', 1683514392, '__ci_last_regenerate|i:1683514392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d3246de87550163f679fda1408643b1837ad4e3', '40.77.167.175', 1679830866, '__ci_last_regenerate|i:1679830866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d326b2f01a9fc4b710206af4b0d247a1c3836aa', '18.189.2.21', 1680308343, '__ci_last_regenerate|i:1680308343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d32810b75fa7f04e75780fc85851116f868a700', '51.195.216.255', 1650895559, '__ci_last_regenerate|i:1650895558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d32ad028f0d32c6c4350f9972e71671ba705710', '190.56.49.149', 1688575094, '__ci_last_regenerate|i:1688575094;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688484755\";last_ip|s:14:\"190.148.252.67\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688575086;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d336e1acde0f75a3f87b50e0fb48f92fbd299aa', '52.167.144.164', 1685285900, '__ci_last_regenerate|i:1685285900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d3513b8658d38de527dcb31886cbf4773652ed3', '157.55.39.227', 1688519112, '__ci_last_regenerate|i:1688519112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d36cb94f02f16105c57e6dcbcbd01a00aaa7656', '157.55.39.171', 1675210877, '__ci_last_regenerate|i:1675210877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d36d11606d6c6b6ebb0037ad79a4f8fccc075ef', '35.193.161.37', 1651787250, '__ci_last_regenerate|i:1651787250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d392ccd54f1eba48639553900e4bcfbcec965d9', '190.148.252.235', 1666903649, '__ci_last_regenerate|i:1666903649;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666880343\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"4ZAyKbqNr5R2UvTfDpxg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d39cd8bfeb20d5cac86f377030aa2366a0b5a4e', '52.167.144.164', 1684566631, '__ci_last_regenerate|i:1684566631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d39eaab1a44fef898236d44c3d6d34b20602a23', '114.119.155.51', 1684086056, '__ci_last_regenerate|i:1684086056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d3a5aa2d119ebf8b376f1500c91ef6b0ebea14c', '207.46.13.17', 1674215237, '__ci_last_regenerate|i:1674215237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d3a86b333f9fcf55f5fa239307dcb6a2a99ac60', '190.148.87.23', 1679435326, '__ci_last_regenerate|i:1679435326;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679433783;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d3b24066c5a37cfa9234c73442d7dd386a65b41', '190.148.252.111', 1678134224, '__ci_last_regenerate|i:1678134223;requested_page|s:15:\"admin/purchases\";error|s:91:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/purchases\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d3d3e4da55343552aae5723b27331934d54c5aa', '17.121.112.112', 1655642823, '__ci_last_regenerate|i:1655642823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d40d565decf711407eeca0084194ad769ff9fc0', '5.188.62.140', 1653337096, '__ci_last_regenerate|i:1653337093;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d40e7d869432a748aa65eb4dc673eccd5859ae9', '34.218.225.143', 1653227560, '__ci_last_regenerate|i:1653227560;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d42b17059189287f1d5d275354dd3dd8b40d0eb', '52.167.144.171', 1685386847, '__ci_last_regenerate|i:1685386847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d43410bd8896cff58567d5410749d561fe0b36e', '198.251.73.5', 1669808174, '__ci_last_regenerate|i:1669808174;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d44b8eb64c93240826bd96311b07fb935be7686', '51.222.253.1', 1674067972, '__ci_last_regenerate|i:1674067972;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d44e1ddda1beb8e7ff5ed75d7c456a77b908922', '51.222.253.4', 1687408455, '__ci_last_regenerate|i:1687408455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d47ceb7f2e38680aaf895f997f49439d153fdd2', '66.249.74.105', 1682572837, '__ci_last_regenerate|i:1682572837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d491654ca89a7b3664179de708c50605888cb9a', '200.119.170.212', 1665877248, '__ci_last_regenerate|i:1665877248;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665876741;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d4a1bdd08bc3cac84610a31af5b4db3c8d689cd', '147.182.171.81', 1650861178, '__ci_last_regenerate|i:1650861178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d4b2ba040f001fdd149dbef633fd0800cab9c6d', '190.148.87.99', 1688405227, '__ci_last_regenerate|i:1688405227;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688405193;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d4d32ff20bc835905d41db235ffb6da1ebbed77', '190.148.158.23', 1687224322, '__ci_last_regenerate|i:1687224322;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687224213;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d5026eef9959084d6d1804e2bf7d2f81766ebe2', '52.167.144.171', 1685760641, '__ci_last_regenerate|i:1685760641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d5210bc8d179d577dfbe99783bc6bd2a1bb591e', '52.167.144.162', 1682464146, '__ci_last_regenerate|i:1682464145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d52a947caeeeb804e22bcf027a68619b6f1c49c', '52.167.144.98', 1685393144, '__ci_last_regenerate|i:1685393144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d534cdc966d4044dacc8e0b3e65edffe1c8f5bf', '190.56.173.167', 1650903414, '__ci_last_regenerate|i:1650903414;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650900925\";last_ip|s:14:\"190.56.173.167\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1650903079;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";user_csrf|s:20:\"6FEASnwDMi7ehL4oBmNG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d543c192a0561b7ba0c89bbcf4d7e351574e09a', '5.188.62.21', 1653380992, '__ci_last_regenerate|i:1653380989;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d54503c64b6bd0d0e48276647a272aac01e8ec4', '52.167.144.98', 1685773956, '__ci_last_regenerate|i:1685773956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d5722499c2863c2ee6367aa2a3f33a31bc0cea2', '35.184.149.160', 1652135776, '__ci_last_regenerate|i:1652135776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d59c1074d5357bc7f6dd1442163d7790cba20c7', '200.119.170.137', 1668703131, '__ci_last_regenerate|i:1668703131;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668634539\";last_ip|s:15:\"200.119.170.137\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5dQ6BVkmuqxnAl98fUKc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d5c21a0ebcbace2b121e51160a00b33da02a6e0', '190.148.157.80', 1669644347, '__ci_last_regenerate|i:1669644347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669644161;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d5f8be3ee6123301ee7fb1add26273b396e42ed', '114.119.159.8', 1687542810, '__ci_last_regenerate|i:1687542810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d60a1beb9d8fd3b2a03b7be3df1e6a06a92f9b7', '52.167.144.98', 1685975589, '__ci_last_regenerate|i:1685975589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d63c28f6676650cc4493d746d5e635aa04e02b3', '54.36.149.30', 1682137909, '__ci_last_regenerate|i:1682137909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d63d36c81846c2c87b7f47f546d71bf6cc105df', '114.119.149.254', 1687896225, '__ci_last_regenerate|i:1687896224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d6a79a280366514455f5a9de849b8b4aebe91a9', '157.55.39.51', 1669810500, '__ci_last_regenerate|i:1669810500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d6be1026dca6c1d5111c40d26101d5fb1f02838', '207.46.13.41', 1671505381, '__ci_last_regenerate|i:1671505381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d6d1bb935f63d86baa4e30bc163a97d69d42db9', '51.222.253.8', 1674870504, '__ci_last_regenerate|i:1674870504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d6dea7431e0591e467b7bff7095f8f01e44076d', '40.77.167.13', 1672812011, '__ci_last_regenerate|i:1672812011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d6e179274ae4c62ea43d3e3834cfbaf05262d86', '190.148.252.197', 1665600068, '__ci_last_regenerate|i:1665600068;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665600035;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d710fd0e3ec27ef4e07e530c8c29db26db2aad6', '157.55.39.94', 1672812039, '__ci_last_regenerate|i:1672812039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d71480b03b87013b3589748f1578a6e55c6117e', '72.13.62.27', 1681394115, '__ci_last_regenerate|i:1681394113;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d72a4763c59e0ecd4c6cfca6b0dcb3e73e2c7b6', '40.77.167.49', 1666460587, '__ci_last_regenerate|i:1666460587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d76fc7ea7c65bcaa80edda373652d738d1af89f', '114.119.143.135', 1686385082, '__ci_last_regenerate|i:1686385082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d79e0d37b440baf8344d47385de5abc63c18c0c', '200.119.173.87', 1662990010, '__ci_last_regenerate|i:1662990010;requested_page|s:25:\"admin/reports/daily_sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d7c131c2aceadbc79052802e5b9860852c64df0', '114.119.145.47', 1684483907, '__ci_last_regenerate|i:1684483907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d7d087963a316c8db5b08c1a200090d519a9462', '40.77.167.241', 1687355721, '__ci_last_regenerate|i:1687355721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d7e9bff44cdb8ce83cbb3c687f54d8054caf613', '200.119.174.9', 1674524747, '__ci_last_regenerate|i:1674524747;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674524688;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d7f4b17edda93a853d514d6203c2c8810abaf53', '200.119.168.250', 1680657513, '__ci_last_regenerate|i:1680657513;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680656713;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d80eab6444976d8300e05a13b0a1f8b64662d48', '190.56.32.32', 1686170849, '__ci_last_regenerate|i:1686170849;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686170796;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d83fa5333d77666a03eb14a65374f87091e75c7', '5.188.62.76', 1659525258, '__ci_last_regenerate|i:1659525258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d86310f485cdee2a965e878f1c004889f9f9ad3', '144.76.67.169', 1661940576, '__ci_last_regenerate|i:1661940576;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d8a34d4b7f7a1b75225d7c7ececc3a0258ca38c', '66.249.77.36', 1651763933, '__ci_last_regenerate|i:1651763933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d8f925396fb5f5276f2a1d6e27cd45a2e416027', '18.236.249.20', 1662383306, '__ci_last_regenerate|i:1662383306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d930f99c454aeaaf98b75f5b6d5d85d9f4ba117', '200.119.174.187', 1667432751, '__ci_last_regenerate|i:1667432751;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667432739;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d93e7e9a7ef3b1ce2daa253b8ca1f9e4f46d108', '157.55.39.217', 1683344254, '__ci_last_regenerate|i:1683344254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d951bb304d1ba227408fafabf7f2cdc6c16ca0d', '149.28.132.74', 1651119338, '__ci_last_regenerate|i:1651119334;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d962a9a37b049a8088ca4d331d6e067dd18098b', '190.148.252.88', 1670881885, '__ci_last_regenerate|i:1670881885;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670881740;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d965b1ece03f5dd66c2e3d6a92a84fa5157959e', '190.148.252.161', 1669846288, '__ci_last_regenerate|i:1669846288;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669845980;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d98fc3a0a53cee1901c3159c3fb2f9805ff6246', '52.167.144.20', 1687033407, '__ci_last_regenerate|i:1687033407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d99524358d84aeac5c316c3dd33b3f06b24e399', '190.56.55.113', 1673374687, '__ci_last_regenerate|i:1673374687;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673374681;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d99722d134247852c78579d242c72dbf218eb8d', '157.55.39.51', 1667633914, '__ci_last_regenerate|i:1667633914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d9c3ca2bfef34c941c153fcf35f6d0efa62e9ce', '157.55.39.79', 1668934961, '__ci_last_regenerate|i:1668934961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d9ce930cfd3100fc18d2e62e83af03a77b792f1', '17.121.114.88', 1659174723, '__ci_last_regenerate|i:1659174723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d9d0d377feb2a4065b9cf48f2a3fe0f80f1b57d', '17.121.114.162', 1652163943, '__ci_last_regenerate|i:1652163943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d9d7d9e7c2ef9fed30e6bd283ed4a278604a52f', '146.59.157.229', 1650749966, '__ci_last_regenerate|i:1650749966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d9d9ef833b939a96e845fe98ebadffd78a75391', '40.77.167.80', 1686834538, '__ci_last_regenerate|i:1686834538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da06671895023d3d4e6ee6b645d8fdeaee43fdf', '138.246.253.24', 1686957428, '__ci_last_regenerate|i:1686957428;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da184133e2cbfd29bb3fc45cd7db597e00f805b', '77.74.177.119', 1660854357, '__ci_last_regenerate|i:1660854356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da36bc7411669678702b0b71da17bf901ee6687', '190.56.55.113', 1673556706, '__ci_last_regenerate|i:1673556706;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673556699;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da3bce7c63aad9df8267b76a719996633b94b11', '157.55.39.253', 1682203458, '__ci_last_regenerate|i:1682203458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da3bdfc35bb00c8f6fa816a2bad459a23238ebb', '185.181.60.12', 1685350723, '__ci_last_regenerate|i:1685350723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da444d9057b3595c869f55c112e3080e1e3dd9c', '40.77.167.249', 1680770181, '__ci_last_regenerate|i:1680770181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da6ddf38004403d35f279fa3b325c76e3dcd142', '114.119.150.5', 1684911775, '__ci_last_regenerate|i:1684911775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da70b1e8fd98841c29a679723d1540fb0bca1b8', '207.46.13.221', 1687033600, '__ci_last_regenerate|i:1687033600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4da7b0856b17cada0a6251e2e9f7075665d07fb7', '69.160.160.60', 1662188494, '__ci_last_regenerate|i:1662188494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dabdeb32f095aebcfc63c91277c0ca22bb06244', '114.119.137.122', 1687996317, '__ci_last_regenerate|i:1687996317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dafd795cdfc1b0dafb7754d8c168bb5fcf973f6', '114.119.132.146', 1688520685, '__ci_last_regenerate|i:1688520685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4db36514f7d519f3c552b3c656b9590e8277a92d', '114.119.145.7', 1685792003, '__ci_last_regenerate|i:1685792003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4db3a79ca07b6b00cb0d2188290c53006954b8e7', '40.77.167.221', 1680757198, '__ci_last_regenerate|i:1680757197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4db5366a1f4beba7f92dd05fbbda8e9e4a98cd10', '5.188.62.21', 1653426786, '__ci_last_regenerate|i:1653426786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4db7e63be5194dae4ce5c8008e10c08d0c40234f', '66.249.79.201', 1681317025, '__ci_last_regenerate|i:1681317025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dc1d7c1a50bb1a1401194854d1a2f30ee2dcf76', '40.77.167.225', 1680596592, '__ci_last_regenerate|i:1680596592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dc277e2d6490c9f421d4000a39c66ba56b6e016', '157.55.39.79', 1668367220, '__ci_last_regenerate|i:1668367220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dc396730bdba4d5bfa6abd371496cf9da0ceb41', '40.77.167.192', 1681411874, '__ci_last_regenerate|i:1681411874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dc7d7f7efe1a13b47a76861ae5e6624aa738326', '190.148.87.6', 1668205254, '__ci_last_regenerate|i:1668205254;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668205240;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dcb75fcf8fd3a0541ef49311391b11aa4a5d53e', '40.77.167.205', 1680060817, '__ci_last_regenerate|i:1680060817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dcba2602e06e0c825566180c6ecb61c9ebf23c4', '200.119.173.78', 1682903003, '__ci_last_regenerate|i:1682903003;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682902989;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dcbdf57da1234065f0566851a98980d425fdabc', '114.119.138.194', 1687097746, '__ci_last_regenerate|i:1687097746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dcf8938061cfed4d7a3962de244da330ca43776', '54.184.64.131', 1662471409, '__ci_last_regenerate|i:1662471409;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dd078dc0c7b8e5b1fd576d8f6d8c6ff3851a7ca', '159.223.78.207', 1651137180, '__ci_last_regenerate|i:1651137177;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dd34dfef5a267029c1a9d23b8a6ab30b8c0348d', '190.56.173.213', 1683570959, '__ci_last_regenerate|i:1683570959;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683570684;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dd3597c83c4c695e085f8202e526ba7bb1cdf8d', '200.119.174.176', 1659022113, '__ci_last_regenerate|i:1659021942;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659012284\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659022113;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 09:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dd58f2ef7fa0f7f780ca6937a3018854ba4580c', '190.56.50.253', 1682607359, '__ci_last_regenerate|i:1682607359;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682607275;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dd80e6183639d6fdfb88de15342c1a3239f5d0e', '51.222.253.20', 1663183864, '__ci_last_regenerate|i:1663183864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dd9b097f89bafbf737a19eb129a6d84a8047fdf', '66.249.65.176', 1672183485, '__ci_last_regenerate|i:1672183485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ddaefccbcdeb6a080b569091108125daefa0c5b', '164.92.117.240', 1672525108, '__ci_last_regenerate|i:1672525108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ddb32006cc4e218a551d6d08a57b983b90fd252', '52.167.144.171', 1685129291, '__ci_last_regenerate|i:1685129291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dde5864a03846b7e47be0ca03c4d6932df768ed', '114.119.138.99', 1683518904, '__ci_last_regenerate|i:1683518904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ddfaa95f1694e2eabf5f7e1ad6b04f1bbb20748', '190.56.173.175', 1653072783, '__ci_last_regenerate|i:1653072783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de0286ba73a5fedf3445f50dc5ad49ef848869b', '114.119.156.185', 1688289453, '__ci_last_regenerate|i:1688289452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de151637c856351b2f75daf449322804c2e0d0a', '51.195.216.255', 1650895477, '__ci_last_regenerate|i:1650895477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de24ece67917ef821077c79e3c0933af6491b36', '114.119.158.211', 1683758999, '__ci_last_regenerate|i:1683758998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de3176109a4a9d828a5395e5d3c75471e3b36d1', '114.119.156.124', 1688235974, '__ci_last_regenerate|i:1688235974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de4e5d2e462578ced544a3303affce467f57418', '52.167.144.162', 1682703252, '__ci_last_regenerate|i:1682703252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de779aa8fbc83850afb1b3faf1321b9dd6b85b3', '207.46.13.230', 1657688734, '__ci_last_regenerate|i:1657688734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de9a993ead5aec2365c691083addaa7d7aa4a5c', '190.56.51.169', 1684533513, '__ci_last_regenerate|i:1684533513;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684533450;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dead4e2c20ff9e806d9dade4c8682f98b4ae00d', '52.167.144.164', 1686767847, '__ci_last_regenerate|i:1686767847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4deb1b493cc4b37563cf662f9086a9aec2bc1005', '66.249.65.103', 1652433712, '__ci_last_regenerate|i:1652433712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4debdb1a55c062e1a56c0ecb4e0502bb2cccc793', '190.148.157.53', 1683819739, '__ci_last_regenerate|i:1683819739;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683819728;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4debf27024352f3c77ef4a5821daee281cd648ec', '190.148.252.111', 1677848090, '__ci_last_regenerate|i:1677848090;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677848066;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4deedba853a47213e94b2afcf102d71dc6434edd', '190.56.54.129', 1653426507, '__ci_last_regenerate|i:1653426507;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"T75kLe4mNf3vBUuCy9Rz\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4defe2f771037745327b905fb8ce3901f89dafae', '190.148.87.244', 1654618926, '__ci_last_regenerate|i:1654618926;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654618618;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4df11fb6968a476e4851a347dc0c1ed0d049e1d7', '200.119.170.209', 1656901052, '__ci_last_regenerate|i:1656901052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4df13c36a51971bb183e5a993df09eaeb5f7fbf5', '52.167.144.69', 1676050995, '__ci_last_regenerate|i:1676050995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4df2e1b0116e29095f31c0eb7fde13ef7615add0', '52.167.144.164', 1685758209, '__ci_last_regenerate|i:1685758209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4df38e59b61aa0bd23e1aac57bafcd1b15bbcc79', '40.77.167.43', 1654238857, '__ci_last_regenerate|i:1654238848;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4df39b872cc2f72a1f14818ffb22cf88ecf9e7ed', '114.119.135.83', 1687574552, '__ci_last_regenerate|i:1687574552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4df3f2cac7cede7f2e5042e7c0455c0d5fc58565', '52.167.144.164', 1685587499, '__ci_last_regenerate|i:1685587499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4df57bb08b61552f5f924934c96c789cd149dae6', '52.167.144.82', 1687393057, '__ci_last_regenerate|i:1687393057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4df7dee6177725d56f44cd2bf442f28297c4a9a0', '190.148.157.53', 1683665293, '__ci_last_regenerate|i:1683665293;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683643022\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"xQmpHJ9l2dftijTGnYZ6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4df822372b3f01a0a2b96e7552de26f7594d6f6f', '35.92.44.131', 1678786894, '__ci_last_regenerate|i:1678786894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dfbfeceea28ac2c52d5f50666ed8372bfefd7d1', '40.77.167.182', 1683456461, '__ci_last_regenerate|i:1683456461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dfd9a6b792dfcc54c224e86993b0886a7b22d5e', '17.121.114.31', 1652032383, '__ci_last_regenerate|i:1652032383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dfd9fc7d1f4d2af0f43a545323ff1262bf7f30e', '40.77.167.79', 1655496800, '__ci_last_regenerate|i:1655496787;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dff71239215d8e8b8999a1747a52ad8026d9f62', '54.191.159.156', 1682168859, '__ci_last_regenerate|i:1682168859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e008164d4d364cb417e58fd7ff168f4ba597cb9', '52.167.144.171', 1684373423, '__ci_last_regenerate|i:1684373423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e0286a3eac1990a8a435acc714febabddb4e506', '40.77.167.147', 1680957726, '__ci_last_regenerate|i:1680957725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e02c238cc66aabf0261a5028f18a6b9bf32ec9a', '190.56.32.35', 1671632125, '__ci_last_regenerate|i:1671632125;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671630627;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e02e350a9454312c262ed649467348ef40be32b', '190.148.158.164', 1657061438, '__ci_last_regenerate|i:1657061438;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657052213\";last_ip|s:14:\"200.119.169.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657061435;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e03b218111599bd962664f64ad310d1af70da5d', '51.222.253.15', 1660819997, '__ci_last_regenerate|i:1660819997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e03b48ea9d18a59a7498a216180b675f58ffa5d', '114.119.129.110', 1685589660, '__ci_last_regenerate|i:1685589660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e03dea42fb00e4068420054323746511185d09a', '17.121.112.42', 1651331111, '__ci_last_regenerate|i:1651331111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e04fc248114303cad54eb4bf4a53dbb33757b04', '114.119.128.253', 1687847735, '__ci_last_regenerate|i:1687847735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e0630842729a61fe4a7be2d10bffdb700c3aab7', '190.148.157.80', 1669678687, '__ci_last_regenerate|i:1669678687;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669678482;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e067db967b9d828bf7d159312a118a7a8fc2460', '40.77.167.79', 1653607058, '__ci_last_regenerate|i:1653607058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e072357c6942eb166299d4c4c70596f1ef68ccd', '114.119.134.195', 1688172035, '__ci_last_regenerate|i:1688172035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e07bfeff548ed6e48993fd85f1d1a47434e0dfa', '52.167.144.98', 1684132294, '__ci_last_regenerate|i:1684132294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e0808f018405c2f18d7ab41bff374fc48d71a9a', '207.46.13.1', 1671574422, '__ci_last_regenerate|i:1671574422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e080cbfaceb5203b04e9eb905b8d8f57816cea4', '157.55.39.164', 1655457232, '__ci_last_regenerate|i:1655457221;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e0829510b788addad17492ba10d5c480715f86f', '40.77.167.13', 1672865872, '__ci_last_regenerate|i:1672865872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e089e811f59a4ba0e4106584c26a2c40a281d6f', '190.148.252.166', 1658162265, '__ci_last_regenerate|i:1658162265;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658081998\";last_ip|s:13:\"200.119.168.8\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658161938;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e0a04ef62a882e11366992eafffbd79e0ab9906', '193.201.9.12', 1657595101, '__ci_last_regenerate|i:1657595101;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e0aa494f100259b2f93cfad392bb052d21f29c1', '163.172.173.117', 1682467620, '__ci_last_regenerate|i:1682467620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e0b47baef81ea9a0df6f27a6d74b47410c9ae2c', '190.148.87.23', 1679438589, '__ci_last_regenerate|i:1679438589;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679437608;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e102a1f7378fb8c1c96865fa119cea407013b17', '157.55.39.55', 1661403017, '__ci_last_regenerate|i:1661403007;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e134134e10735bfc0a5a750c2f4eee6780576f7', '190.148.252.111', 1678145690, '__ci_last_regenerate|i:1678145690;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678145653;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e13881dafbe4c78e2190cd362164a284cbd759d', '147.182.171.81', 1650861186, '__ci_last_regenerate|i:1650861186;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e16d5352fef71ce47f459805efa8f426f0b60d7', '200.119.173.107', 1686783900, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686783900;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686783870;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e19683150e8a242a1c800dc44cb7bd258f310c2', '52.167.144.171', 1685073831, '__ci_last_regenerate|i:1685073831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e1a939e9fc97b292ff9a2dba6aa81ca44dc6d6d', '114.119.159.76', 1686423026, '__ci_last_regenerate|i:1686423026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e1afd55569a659f19f2aa6e595b70a3ecebd648', '114.119.155.81', 1684889869, '__ci_last_regenerate|i:1684889869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e1c5182192acd64b3ed518faf3952649ab0a7ca', '40.77.167.104', 1667878371, '__ci_last_regenerate|i:1667878371;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e1c53d3577a15af54afa05413f5e0676ddbd616', '190.148.87.6', 1668345504, '__ci_last_regenerate|i:1668345504;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668343467;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e1c63e8a7dcf47cb0df65bb8f605605619efe1f', '114.119.155.252', 1688037650, '__ci_last_regenerate|i:1688037650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e1cab37f42ae2840cb45910cc6ef85b95edf32c', '190.148.87.96', 1678311575, '__ci_last_regenerate|i:1678311575;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678285119\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"FRPdt7AsaUXgGKvqlOS8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e1cca55eea103943bee3b8db50cd93b4c0b1f17', '190.56.32.35', 1671653821, '__ci_last_regenerate|i:1671653821;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671653798;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e1df3a1a1b8794cc688578456aa5012011fe0d9', '114.119.137.94', 1687794679, '__ci_last_regenerate|i:1687794679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e1f3aa852306fc8548129951b0b649dabb3b2e7', '52.167.144.98', 1686667050, '__ci_last_regenerate|i:1686667050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e23048a8208ebd8c22cc6efcac65c7fcb0b1a86', '114.119.132.18', 1688512856, '__ci_last_regenerate|i:1688512856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e233dc333de92f115859e0fa302e4c80583adce', '64.235.231.20', 1655234059, '__ci_last_regenerate|i:1655234059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e2403819efdbbfb7e5741b78e9efc4a64fbb71d', '157.55.39.253', 1682213424, '__ci_last_regenerate|i:1682213424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e246467bfb4eb4a3738c5e2daaaceea8d028561', '40.77.167.60', 1671597856, '__ci_last_regenerate|i:1671597856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e25033fc71682db7c561129114d6fd7783e33d1', '190.148.87.6', 1668184642, '__ci_last_regenerate|i:1668184642;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668180052\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e28448250bd33f7a07316dcd8574cd9872428ce', '40.77.167.13', 1660437008, '__ci_last_regenerate|i:1660436997;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e2971cab21daf42a5f933c148cf0abcc693208f', '190.148.252.76', 1652802956, '__ci_last_regenerate|i:1652802956;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652744368\";last_ip|s:15:\"190.148.157.173\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652800395;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e2cc2e83134247ed99cc82560c2f8be6305004d', '207.46.13.12', 1675324894, '__ci_last_regenerate|i:1675324894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e2ffeec2bf00fdbe88a0e637948588e1622e171', '114.119.136.139', 1687895400, '__ci_last_regenerate|i:1687895400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e344412ca8dd8bda73a77c8f984d9058f0e7e58', '157.55.39.164', 1654247686, '__ci_last_regenerate|i:1654247675;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e3466ea56467870bf8c4c73cc127ccd8109176a', '190.148.252.88', 1670867849, '__ci_last_regenerate|i:1670867849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670867715;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e34b2d28c500b8df080a85844d91b06d8cb682e', '190.56.50.253', 1682725264, '__ci_last_regenerate|i:1682725264;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682705874\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"encKgVZh8ENBdaDIrj1f\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e352805c3e643bb9b1bf63a30c44f8eea08f3ae', '190.56.55.113', 1673458800, '__ci_last_regenerate|i:1673458800;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673458791;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e392f7fddbb272c659da6f3388cde681f2a58d2', '207.46.13.205', 1671794621, '__ci_last_regenerate|i:1671794621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e39f80387206d173137cbbfbe5cfe67a86cbf81', '114.119.138.100', 1685806423, '__ci_last_regenerate|i:1685806423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e3d219ee5ccc7912b783a37ecd99af189b95b8d', '114.119.143.1', 1688298586, '__ci_last_regenerate|i:1688298585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e3e7a4ae4af2fa707f0fb62b785c31fff30eb55', '40.77.167.175', 1680444550, '__ci_last_regenerate|i:1680444550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e4046df15fcc6ed0afad15cbc848ab31a231da9', '52.167.144.164', 1686652927, '__ci_last_regenerate|i:1686652927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e41bd37fd623e7927f0b3302ea724f91e41f266', '40.77.167.102', 1671758577, '__ci_last_regenerate|i:1671758577;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e4203cc83f92884c1b46001a06c081677f28bba', '114.119.155.154', 1687549673, '__ci_last_regenerate|i:1687549673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e439911b9642bb0e2863f60d9d7a98bd4f5ca1f', '114.119.145.7', 1688519219, '__ci_last_regenerate|i:1688519219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e463c1a50d136105d206ef77f948509a4df59ae', '52.167.144.164', 1685129226, '__ci_last_regenerate|i:1685129226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e476f57309c5f1c5b596fceaf295e5ab824b9e8', '51.222.253.18', 1651738802, '__ci_last_regenerate|i:1651738802;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e485a3805953f10a06d1d2c34188fad074c25f4', '40.77.167.235', 1687895259, '__ci_last_regenerate|i:1687895259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e48974dedd1454e5256cbb04f74b5e410e8f58d', '40.77.167.13', 1674257116, '__ci_last_regenerate|i:1674257115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e4d6c32c999d08636ec6cc8f28877ee473142b3', '173.208.246.130', 1652939868, '__ci_last_regenerate|i:1652939868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e4e4b7b2a071a5f71abd5c5f4b02ebf1431c94a', '200.119.173.177', 1685229714, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685229714;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685229681;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e4ee71f9e1e34a1bfbce03d23636508b7a91a8d', '190.148.157.53', 1683935985, '__ci_last_regenerate|i:1683935985;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683904085\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683935503;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e5058fd602274f415f9c886039e931ef1f939f2', '114.119.167.51', 1687202577, '__ci_last_regenerate|i:1687202576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e52ac98ac622af9d4a7081ac327f9468f20ff8d', '40.77.167.219', 1677845374, '__ci_last_regenerate|i:1677845374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e533c58f3560488e38580428fbc6809fedd97ff', '40.77.167.37', 1667820879, '__ci_last_regenerate|i:1667820879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e5488216b52de9872ad7b44df7dbef7371b79d2', '51.222.253.11', 1673634541, '__ci_last_regenerate|i:1673634540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e556e05d473f641c6080b28d88e7cd4144ba987', '40.77.167.91', 1686974790, '__ci_last_regenerate|i:1686974790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e563be53e596b1fd9e9738be8829b2f29e9505f', '157.55.39.217', 1683265905, '__ci_last_regenerate|i:1683265905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e566404e357b33be3d191cabc850f982eb77e1c', '40.77.167.39', 1657402873, '__ci_last_regenerate|i:1657402873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e56eed9fc043305b156dda644d3efe68659b6c5', '52.167.144.74', 1688007477, '__ci_last_regenerate|i:1688007477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e58b39e8325f575514ff0c5a7fe8d321e33742d', '173.249.31.237', 1659409088, '__ci_last_regenerate|i:1659409088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e5af489f164df4b44a0a3ba1d0f4a9de991a52d', '190.56.50.253', 1682610524, '__ci_last_regenerate|i:1682610524;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682610520;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e5df714606e4a29270bcc69999215708f61bb89', '52.167.144.171', 1685240969, '__ci_last_regenerate|i:1685240969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e60447eb12e659e489290320257b95b91f4ebd5', '200.119.170.113', 1666735162, '__ci_last_regenerate|i:1666735162;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666735141;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6169d005bd7e37f7abc7326470a969c2f6169d', '104.28.198.246', 1672112606, '__ci_last_regenerate|i:1672112605;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e64b8c868e20fe0d91abdb0cf6d8430b37ec512', '66.220.149.5', 1682908576, '__ci_last_regenerate|i:1682908576;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e64f9195b9c6c59c235945a61c65c9d516a3356', '190.56.54.129', 1653427164, '__ci_last_regenerate|i:1653427164;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"NMkInitwmuyQEOZ7eGqJ\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e653c540e011f9ae4230f01f20efa39ba7cee2b', '190.148.252.163', 1668519066, '__ci_last_regenerate|i:1668519066;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668519038;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e679fd8575448ed838bc87b81b29908fc49a005', '40.77.167.123', 1682707622, '__ci_last_regenerate|i:1682707622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e686c9f119a30d7d4df3b198297c871120df4b5', '190.148.158.151', 1677075027, '__ci_last_regenerate|i:1677075027;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677075024;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e68b5c2103c5cce0bf190f6f06f23dacb42f44a', '200.119.168.250', 1680903957, '__ci_last_regenerate|i:1680903957;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680902240;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e69119a865fe8244e8d4b3a62819a97640341ed', '190.148.157.214', 1669752429, '__ci_last_regenerate|i:1669752429;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669752395;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6a7eb396d9caeecb3259c38e997279636578d8', '40.77.167.123', 1683265901, '__ci_last_regenerate|i:1683265901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6b0b6af71033906562d7528bf56796af06b457', '52.167.144.162', 1682403211, '__ci_last_regenerate|i:1682403211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6b8dcbe3425881e66b05b6f42b988ca6edd5f1', '52.167.144.28', 1678960450, '__ci_last_regenerate|i:1678960450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6c7e06d448a00b9d899849ad62331afb55b336', '190.56.50.15', 1667002391, '__ci_last_regenerate|i:1667002391;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667002379;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6d9db2777f1fa99b04ac1547359eedeae9e20e', '52.167.144.171', 1685463816, '__ci_last_regenerate|i:1685463816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6e52ab8ba4fc42aeb215b577f55b592ec60d56', '190.56.32.174', 1676905177, '__ci_last_regenerate|i:1676905177;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676892450\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676904377;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e712bb23e5c537312d6888b8c7c773dca66ed3b', '190.148.87.6', 1668275312, '__ci_last_regenerate|i:1668275312;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668275312;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e74b842e93e0bd4384b0b4771113bdc14db3b92', '119.90.52.34', 1650859264, '__ci_last_regenerate|i:1650859264;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e7701f205cc87c423ace5a632122b0a0bfeffe2', '190.56.50.41', 1654005441, '__ci_last_regenerate|i:1654005167;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653951889\";last_ip|s:15:\"190.148.252.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654005440;register_id|s:2:\"14\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-31 07:57:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e77773b57aa13e221ee2f65508bdbe72e415837', '51.222.253.8', 1651701095, '__ci_last_regenerate|i:1651701095;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e78bfc41215e2206f9ac9e68f6ce0cf0f8a6129', '190.148.252.111', 1677792282, '__ci_last_regenerate|i:1677792282;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677792258;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e798f4d6d1fd9ebd233510ffe4c7f0b68ee056a', '157.55.39.217', 1683265882, '__ci_last_regenerate|i:1683265882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e7af23eb5bc89781dc8e25f8a06450b8a800845', '190.56.50.15', 1667235074, '__ci_last_regenerate|i:1667234774;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667225807\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667232641;register_id|s:3:\"115\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-01 06:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e7cf6a1244bf1484ce5d4cf84f2a69bb49d24a2', '157.55.39.217', 1683398239, '__ci_last_regenerate|i:1683398239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e80461ac8d8354bcc3ecb926535526b2b585525', '157.55.39.64', 1672413669, '__ci_last_regenerate|i:1672413669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e817a350c59047c21504f0b97c70069877d8901', '157.55.39.79', 1669419419, '__ci_last_regenerate|i:1669419419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e819cc645df521f6cea3c6e36c4f51375e85cf1', '200.119.170.209', 1656710485, '__ci_last_regenerate|i:1656710485;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"DCc8O6frxJvNYs0WTZ3L\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e81e6ecefea1ebd525b1de80664675f81d35e7d', '181.174.80.228', 1652752676, '__ci_last_regenerate|i:1652752675;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e83897f561387fd4a98f6ce81e904ab153a1c5d', '114.119.146.109', 1686895785, '__ci_last_regenerate|i:1686895785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e83b6e786b39636ad7d6f4e2e152d293889c2db', '114.119.142.42', 1687937405, '__ci_last_regenerate|i:1687937402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e87810fbecb2655c4973eadab30d28cac6a254a', '114.119.146.179', 1687852341, '__ci_last_regenerate|i:1687852341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e8a392398db3497df2b12fa3631824f652d7b14', '190.148.158.151', 1677506256, '__ci_last_regenerate|i:1677506256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677411775\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677506248;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e8b596e8d93e189f1de4471f31c1bd382b18c17', '51.222.253.11', 1654259529, '__ci_last_regenerate|i:1654259529;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e8c2b094a319d863fe2f32e16a8061c2332e798', '190.56.32.162', 1686444818, '__ci_last_regenerate|i:1686444818;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686444795;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e8da671ac2de24cf714954f9dc618640c63ce53', '66.249.74.99', 1686844595, '__ci_last_regenerate|i:1686844595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e8e58756ee188e069072feb15fecb11c9277f0c', '40.77.167.49', 1664239566, '__ci_last_regenerate|i:1664239566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e90534ff16945f99b2b134e4261ba8fbe08e7e3', '190.56.32.243', 1684713022, '__ci_last_regenerate|i:1684713022;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684712754;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e908756494cc7e6be7b591c978be746ef301970', '49.12.224.61', 1679236871, '__ci_last_regenerate|i:1679236861;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e911c983b158e8b01fa070a8cbf8180127ccb31', '200.119.170.168', 1670704342, '__ci_last_regenerate|i:1670704342;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670704276;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e91483ddd254547930599989c745552f4133a4a', '34.72.193.122', 1664450568, '__ci_last_regenerate|i:1664450568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e9197a71752ccaa03271d22c6b93dda135da1ee', '40.77.167.123', 1683993358, '__ci_last_regenerate|i:1683993358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e919a07e6eecff7d70576b5ea4e3f200ec43496', '130.245.169.145', 1657274129, '__ci_last_regenerate|i:1657274128;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e923da1a860051ff70a628e810a884aa691117d', '190.56.50.6', 1667658908, '__ci_last_regenerate|i:1667658908;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667658876;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e92bd08993214e323779b4d5055c4ebba592f20', '157.55.39.218', 1681209033, '__ci_last_regenerate|i:1681209033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e93590842224571e19177ec268f91e6e6a0f7f6', '51.222.253.15', 1675598347, '__ci_last_regenerate|i:1675598347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e93c9f38e8737c781d8287a7ec0ba24843d1176', '190.148.252.76', 1654264363, '__ci_last_regenerate|i:1654264363;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654214806\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654264342;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e9585e8c7727c8f0759aac30f314c62fb0e806b', '190.56.54.129', 1653491410, '__ci_last_regenerate|i:1653491410;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653491404;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e95f5e3378a571512ff73f18518c0064b4605c6', '114.119.135.64', 1685806531, '__ci_last_regenerate|i:1685806531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e9cdb2938304e10deea74091e9969edd36a1e1a', '52.167.144.162', 1686404133, '__ci_last_regenerate|i:1686404133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e9ceff87bd03df8e54996debc34e1f40dbe84e2', '66.249.74.107', 1683087377, '__ci_last_regenerate|i:1683087377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e9d6e2c41cfad2c96dbf65dae56644f698b3ad1', '17.121.114.168', 1655136715, '__ci_last_regenerate|i:1655136715;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e9d98961b3edadd10d8d4731e004f4db097d0fc', '114.119.152.221', 1686211233, '__ci_last_regenerate|i:1686211233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea093466478b2532f26ceb5699b09c28fd980c5', '74.208.2.183', 1672574284, '__ci_last_regenerate|i:1672574284;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea0b6a95b1539a355604f4caab300c5aa90d795', '114.119.129.179', 1687543329, '__ci_last_regenerate|i:1687543328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea1776053c76aa128069b452ddfa8ee28305ea9', '200.119.174.9', 1674487108, '__ci_last_regenerate|i:1674487108;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"luHaBSFo7OwqysKAR325\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea2e44b5c0a07440c0212fb62c55ba5b16657d4', '190.148.157.165', 1668006973, '__ci_last_regenerate|i:1668006973;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea440cb2b47e3e52f629242608492b6ade4c37a', '200.119.168.109', 1668881542, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668881542;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668881145;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea475b7d404e42954feac2181fa9fa71b7fd783', '205.210.31.154', 1654596217, '__ci_last_regenerate|i:1654596217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea729aa6b8816479531f8b374385fcfc278935b', '190.56.32.174', 1676768142, '__ci_last_regenerate|i:1676768142;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676768104;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea7da4f009523460c9b18c780f818fab6344be5', '52.167.144.162', 1686577210, '__ci_last_regenerate|i:1686577210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea8fff8f3813a9a555229fa073573cd85923c07', '52.167.144.98', 1685395909, '__ci_last_regenerate|i:1685395908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ead255ecfee81a20ed23e64d8a90e37adf9cedd', '207.46.13.113', 1676002637, '__ci_last_regenerate|i:1676002637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ead478d37b8e62aab7e75638dd66abcec30ab21', '157.55.39.54', 1658487472, '__ci_last_regenerate|i:1658487472;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eaeb56bd64d54d52421ae528baf005d76b90960', '52.167.144.164', 1686170164, '__ci_last_regenerate|i:1686170164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eaf71f22f2241c8c5fc9001abe262dbd113cdd2', '200.119.173.177', 1684969846, '__ci_last_regenerate|i:1684969846;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684969348;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eaf854b1dc2a1b959b559d65fd7f8a8ecdd8d7b', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eafe7fb6fd51932aac37f288af8b3a5c62a2fa2', '114.119.152.50', 1687672631, '__ci_last_regenerate|i:1687672631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eb001194415cd41cd58637d60ab07553ad5734f', '114.119.156.59', 1684353682, '__ci_last_regenerate|i:1684353682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eb092c884ee9da1a59ef70fd10bc13f6d9671ba', '52.167.144.162', 1686635369, '__ci_last_regenerate|i:1686635369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eb1edc17c34f0bcc729a66559e42b27af7ca4c2', '114.119.130.183', 1687709582, '__ci_last_regenerate|i:1687709582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eb29465b47fd4e0a608e8f323e58d9ec7d4e979', '105.72.222.187', 1655929841, '__ci_last_regenerate|i:1655929841;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eb75826b3fde14791e459ce1ea1acccc44f52e3', '104.131.162.245', 1687827434, '__ci_last_regenerate|i:1687827434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eb8068a70fbbfc7f275d82e078381e01be86e19', '52.167.144.98', 1684553836, '__ci_last_regenerate|i:1684553836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ebaed9eafc5d0fb931ab2fa6df5d97e2649055c', '52.167.144.28', 1679274510, '__ci_last_regenerate|i:1679274510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ebd12e026380a6a1ec5709dc3bd01fa0a882944', '40.77.167.227', 1682313687, '__ci_last_regenerate|i:1682313687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ebde71015515ed4ee76e65b789a02d8aabd4b0d', '52.167.144.98', 1686614084, '__ci_last_regenerate|i:1686614084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ebea3593e90bf42861e9d2e09cc79d2d1fab1c8', '66.249.65.100', 1651306555, '__ci_last_regenerate|i:1651306555;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec104c158c47c0b55e0ea950c0c03c0010184d4', '207.46.13.84', 1675150311, '__ci_last_regenerate|i:1675150311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec1849ef0a09d753dc9a247066612b285e5ae86', '74.208.2.218', 1665904741, '__ci_last_regenerate|i:1665904741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec4b2b93a4b58f50b6b1e34d7a369612e481dad', '52.167.144.98', 1684212651, '__ci_last_regenerate|i:1684212651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec4e0b82612cf9bd6a6ac39fe347c7939a8c5a5', '52.167.144.98', 1684904715, '__ci_last_regenerate|i:1684904715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec4f72072b95bd6641d75ce28d1f5eb5dc7de4e', '190.148.157.98', 1679142880, '__ci_last_regenerate|i:1679142880;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679142843;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec5b6f9bdda380173f3d9ae19d44dd45c68d941', '190.148.252.76', 1654178071, '__ci_last_regenerate|i:1654178070;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec8e31d48648158501eedd6016f257aa93afd17', '157.245.112.151', 1667865444, '__ci_last_regenerate|i:1667865444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec98900daf9539461747ec8d5ed6a5f5dec453b', '157.55.39.79', 1669167643, '__ci_last_regenerate|i:1669167643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec98a7fe6ffa494fa90a87e1ab95484dd8c0a71', '190.56.32.174', 1676660394, '__ci_last_regenerate|i:1676660394;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676660382;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec9b22ae3840dc2788ae6967c631f36f7877c1c', '190.148.252.111', 1677888256, '__ci_last_regenerate|i:1677888256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677888254;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ecab86d329d152ee257e64070f51bc00e99aea9', '51.222.253.20', 1669711998, '__ci_last_regenerate|i:1669711998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ece4ee79292ba443094571668c89531cd51409f', '207.46.13.1', 1671237545, '__ci_last_regenerate|i:1671237545;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ed12b80f15df2c016ed31e524674cf9f7287619', '18.190.157.138', 1676715648, '__ci_last_regenerate|i:1676715648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ed2743db400900d96a17b9a32ce2f8669a61567', '51.158.109.3', 1661376652, '__ci_last_regenerate|i:1661376652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ed3138566bd6a32be4288aca751b3ce73a21abe', '200.119.168.48', 1668112809, '__ci_last_regenerate|i:1668112809;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5JLi8IkQuqRp1rw7Vojy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ed7e1a4bf9f52e4684b1439238544e00b2c68d5', '167.248.133.191', 1679550627, '__ci_last_regenerate|i:1679550627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ed94e3b11e4f74738b27c2125217d2d5b98db33', '52.167.144.164', 1686769263, '__ci_last_regenerate|i:1686769263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ed9d05623797ebbb49b05244015c523385c0d68', '207.46.13.211', 1679292988, '__ci_last_regenerate|i:1679292988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4edb5b6df9ceba389ec43cf8d81bbb75a1df6dca', '114.119.141.40', 1687971712, '__ci_last_regenerate|i:1687971711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4edb8762aa13c8d0c9471e694632b1313b2e334d', '157.55.39.147', 1672246855, '__ci_last_regenerate|i:1672246855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4edc70d8b996a3f3e4721b98817b7d52dc2d4e4f', '190.148.157.53', 1683818991, '__ci_last_regenerate|i:1683818991;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683818585;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ede16e83683a5ea855fa9c5907d4f9732f5ccd4', '157.55.39.79', 1670172506, '__ci_last_regenerate|i:1670172506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee12f95ef112c60e5f6e797cc7d671824e1dd34', '40.77.167.170', 1676208638, '__ci_last_regenerate|i:1676208638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee2ab862a6af3a83464f0636ef621697948fa43', '138.246.253.24', 1687573067, '__ci_last_regenerate|i:1687573067;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee38f91d0b7def0c4217a09649e9ff3395e8594', '114.119.142.20', 1685501677, '__ci_last_regenerate|i:1685501677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee3c0c02173bca423cf285918c46fa2223f4617', '114.119.153.7', 1688182403, '__ci_last_regenerate|i:1688182403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee457ee79aeb447959f520a46f852cc60a39110', '114.119.144.36', 1687186373, '__ci_last_regenerate|i:1687186373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee48ec5b261bcba8c689736095d0e7989a80bf0', '157.55.39.79', 1669419457, '__ci_last_regenerate|i:1669419457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee7567ed509ca079fac92597e9240c367197f40', '114.119.153.38', 1686246877, '__ci_last_regenerate|i:1686246876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee7637ad103b6c504e8cfb13c2c0fae41bf5070', '190.148.158.175', 1672667362, '__ci_last_regenerate|i:1672667362;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672667359;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee8cd3c4efbd57a3f28e0beb9aa8b414bec50ea', '200.119.170.4', 1658367900, '__ci_last_regenerate|i:1658367900;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658321301\";last_ip|s:15:\"200.119.170.237\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658367895;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee95e8900b637247bed58c7e8acd592af3c87f3', '190.148.252.197', 1665523684, '__ci_last_regenerate|i:1665523684;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665442203\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"EI7M6cfKLCJX5vRZFsoj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ee9c0886149dc3f4faf72f92415dfb7518c7378', '40.77.167.49', 1667110590, '__ci_last_regenerate|i:1667110590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eeb31e962074d1856067f75ec0b5612a083e846', '200.119.170.143', 1670291719, '__ci_last_regenerate|i:1670290721;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670240468\";last_ip|s:15:\"200.119.170.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670291719;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eec1f66b70355e49db17e0961883073fcff39e8', '77.74.177.119', 1660843546, '__ci_last_regenerate|i:1660843546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eedd15a10eaf80492b8ed0168b0f700a8b0f0a7', '190.148.158.151', 1677334172, '__ci_last_regenerate|i:1677334172;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677334168;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eeddb3c758280e681d70ee14b3ea751b4310c26', '204.12.219.140', 1683004129, '__ci_last_regenerate|i:1683004129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eef20ecc60391ee1b755ce600614b79454049c8', '198.251.73.69', 1686693225, '__ci_last_regenerate|i:1686693225;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef1f83dce8f193436401286268dee5be83c5c7f', '207.46.13.217', 1684132447, '__ci_last_regenerate|i:1684132447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef28295e3f9e28cc797a322b54027cb65e53c02', '40.77.167.123', 1683939963, '__ci_last_regenerate|i:1683939963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef2b277c80c5bbb5ae2677a313c12502f0a445f', '54.212.37.214', 1687732617, '__ci_last_regenerate|i:1687732617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef2cbb9c2a2560aeec6526958cc0067f79ce4bf', '52.167.144.164', 1685355239, '__ci_last_regenerate|i:1685355239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef39f3f8488375944f1931262c368e616580c4f', '35.165.215.140', 1651765441, '__ci_last_regenerate|i:1651765441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef3e25ae1a4d58a2bcb6d20a69d023a5fb2c2f9', '35.93.0.148', 1671369151, '__ci_last_regenerate|i:1671369151;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef449a6b1be55be7bab157ab1f71a38fba85b03', '51.222.253.11', 1652618627, '__ci_last_regenerate|i:1652618627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef565df98838711154658716a3414c461eba40d', '40.77.167.182', 1683634393, '__ci_last_regenerate|i:1683634393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef79fb7f7b3da3da264c0bc245f8c0633378447', '157.55.39.69', 1671648905, '__ci_last_regenerate|i:1671648905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef7c3b81c1b19744d301e3d2c5034f33866ba74', '190.148.252.182', 1663801565, '__ci_last_regenerate|i:1663801565;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663796974\";last_ip|s:15:\"190.148.252.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663801397;register_id|s:3:\"109\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-21 15:14:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef7cf8cc6bf93fdcafc85a709643c7e2d70e208', '190.148.157.53', 1684083588, '__ci_last_regenerate|i:1684083588;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684083579;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef85b5d4d666c9c61386884c718ce91e636d19e', '114.119.133.224', 1688215455, '__ci_last_regenerate|i:1688215455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4efb507d193dbf011c8e98e60fadec282e73a368', '157.55.39.105', 1677038556, '__ci_last_regenerate|i:1677038556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4efba9241786a2e6c5d078e11f41dfaa37b813c9', '207.46.13.6', 1671972162, '__ci_last_regenerate|i:1671972162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4efbaa76fed508211d28ac8da462fbcf7f479554', '157.55.39.86', 1664956052, '__ci_last_regenerate|i:1664956052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f00373f716bd697eec6d2f238ac5068cbed2ca5', '52.167.144.154', 1687716761, '__ci_last_regenerate|i:1687716760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f009698f1947560e02e8726be1e401363c57699', '207.46.13.127', 1657291401, '__ci_last_regenerate|i:1657291401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f016991a06dd27e593b55f4641278b3a5163c31', '190.148.157.117', 1675635343, '__ci_last_regenerate|i:1675635343;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675635343;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f02e6b2f50d896ea3d043348b968f4a78f53095', '35.225.72.121', 1650754770, '__ci_last_regenerate|i:1650754770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f0362f7f785b1aff44cdc6bbbb15763154c07d8', '207.46.13.51', 1662549917, '__ci_last_regenerate|i:1662549917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f04e61da92a0f7ad6f1b743ce4aac62045108ad', '114.119.152.34', 1688107191, '__ci_last_regenerate|i:1688107191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f065ee1687f9ff2c188fb8f12e37c3ab04dd58a', '40.77.167.170', 1676363090, '__ci_last_regenerate|i:1676363090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f07a632e496f487f4da9f522292b833b2dac41e', '52.167.144.76', 1682598151, '__ci_last_regenerate|i:1682598151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f07d2c4194f0a9c9ffe46cfead7faa64a1de782', '52.167.144.31', 1681145640, '__ci_last_regenerate|i:1681145640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f08256373190c75289cd1d1919510f8ed76d96d', '198.251.73.69', 1686692727, '__ci_last_regenerate|i:1686692727;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f0a16c1329346148c864bd4eac568055818bed2', '54.36.148.144', 1676295806, '__ci_last_regenerate|i:1676295806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f0abd292524b29774525993988f848f017aacb1', '207.46.13.207', 1681364898, '__ci_last_regenerate|i:1681364898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f0acbfd97e110d8f81cb3302c82d4cedc5b271f', '34.219.228.13', 1668000422, '__ci_last_regenerate|i:1668000422;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f0bd5dd2c8b49b29d93520bed04b5bbf40b9ae2', '52.167.144.98', 1684749220, '__ci_last_regenerate|i:1684749220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f0ffd59f1dcb049b4d0cbe0750030cb1066af1b', '114.119.150.114', 1688237898, '__ci_last_regenerate|i:1688237898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f123216ac01242193a71d6868f770bd7f92db91', '157.55.39.64', 1672390022, '__ci_last_regenerate|i:1672390022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f12bc09a1d54614b05e63e77bb2cb3b61ff4039', '40.77.202.154', 1663375155, '');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f12fe935980d134d8399e7535f3510885876975', '40.77.167.146', 1687804610, '__ci_last_regenerate|i:1687804610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f13a6ec0af29c91ce274483d0b8ab667099d442', '51.254.199.11', 1661462093, '__ci_last_regenerate|i:1661462093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f14ec2e381f10a1cdbb46e7a3cb768903a7c92a', '52.167.144.164', 1685067370, '__ci_last_regenerate|i:1685067369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f1560e29e965bf00948ebe7c5666a4f464e8db2', '40.77.167.170', 1675818313, '__ci_last_regenerate|i:1675818313;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f16dbaf512013ccb9e17eed8f2464e15cbb8815', '114.119.145.233', 1686751623, '__ci_last_regenerate|i:1686751623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f182ab53604fd4d1bbb03e4425cddaa22b70083', '190.148.157.177', 1682110256, '__ci_last_regenerate|i:1682110256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682110245;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f1881428ce3df99b9fb84eb506cde8772a38be3', '114.119.141.118', 1687521478, '__ci_last_regenerate|i:1687521478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f1dc1f1b33f1513e2d63fd184e0d4b82abcf8ee', '54.36.148.111', 1675208072, '__ci_last_regenerate|i:1675208072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f22c4ab2251615017dda52cf1e6bda42f718aa3', '157.55.39.225', 1687686492, '__ci_last_regenerate|i:1687686492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f23516a51d8f421253ffc27106d80804625f896', '18.189.2.21', 1680308343, '__ci_last_regenerate|i:1680308342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f236a6e3e6fac3b39c4c6a63dc16e9b1f8dfcdb', '207.46.13.41', 1671319296, '__ci_last_regenerate|i:1671319296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f246ea228986c73a2a567d2d79875fceb5d425a', '190.148.157.80', 1669249600, '__ci_last_regenerate|i:1669249600;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669249510;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f27fd1a5683e3226307f69aacb57e43fbf43f3c', '114.119.142.124', 1688131690, '__ci_last_regenerate|i:1688131690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f29ee1fba1da3422a05e5f11c5831130189743f', '190.148.157.80', 1669340253, '__ci_last_regenerate|i:1669340253;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669340248;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f2b5782ba8117f02fd0fb29e04bfa878bf1d0b0', '54.36.149.4', 1660278169, '__ci_last_regenerate|i:1660278169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f2f22a2b74f7aa2e25c42b22c17c85d37bfa49e', '114.119.150.114', 1686834050, '__ci_last_regenerate|i:1686834050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f2f5ad621b0a5b06f160c9c7dc5909104b7a467', '34.245.70.54', 1650678089, '__ci_last_regenerate|i:1650678084;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f2fcafc1d0a94401381d0d0eda68278d06c86ad', '51.222.253.6', 1669011659, '__ci_last_regenerate|i:1669011659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f30437e7d812b87320c6a4ee6e477e4788b4712', '40.77.167.205', 1680159888, '__ci_last_regenerate|i:1680159887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f31d56d0ad9622ebb534493cc20e51ea519c766', '157.55.39.173', 1669419403, '__ci_last_regenerate|i:1669419403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f351e20e81162a02a699e377debf906bf675911', '190.56.50.253', 1682526775, '__ci_last_regenerate|i:1682526775;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"9VnD234ALOMHsdc6aerS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f354cd0b8627e590586bd9fa567000474168849', '200.119.170.168', 1670530287, '__ci_last_regenerate|i:1670530287;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f35d894fe170ea89187f28ae7c21eb9111eaea9', '157.55.39.192', 1664605071, '__ci_last_regenerate|i:1664605061;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f38e9084e16a31e38acb0067bb4062c81768d8c', '3.237.104.7', 1654168721, '__ci_last_regenerate|i:1654168721;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f3936147410e64caee683f258e4a12578878246', '74.208.2.208', 1665904750, '__ci_last_regenerate|i:1665904750;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f3956438e1f416551aeedb165655641180f9d74', '40.77.167.123', 1683192180, '__ci_last_regenerate|i:1683192180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f3ea2e7952bee9e27df22ea3803920a2b3d56d7', '111.13.63.99', 1650949432, '__ci_last_regenerate|i:1650949432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f42d920ff5036304d5f3761a68d817d39bcbb22', '190.148.252.96', 1673045085, '__ci_last_regenerate|i:1673045085;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673045073;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f43a3fa35fe02b5901935bf58b973c4ef6be23c', '40.77.167.123', 1682781357, '__ci_last_regenerate|i:1682781357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f4434a474f2c82dc1aa3c17f33a0b8de87c4256', '51.222.253.18', 1652179222, '__ci_last_regenerate|i:1652179222;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f464e5e994eb08269dff7500233f801709eb8d8', '66.249.74.100', 1686329822, '__ci_last_regenerate|i:1686329822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f469f0be8ea0d64d1a202fe1ccef0515fb26607', '200.119.168.104', 1660135571, '__ci_last_regenerate|i:1660135571;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660091537\";last_ip|s:15:\"200.119.170.120\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660135516;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f46e08e5f111ef266fa0cb86285a423a625b1a0', '207.46.13.160', 1665862360, '__ci_last_regenerate|i:1665862360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f4869e25ab789d84576995bc811eaa1b9849af4', '137.184.49.251', 1656809859, '__ci_last_regenerate|i:1656809859;error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>www.google.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f4882393c7248e2f7e7baf1d3131092f3502664', '52.167.144.171', 1684891816, '__ci_last_regenerate|i:1684891816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f48cb42db23d64930414e78c12beaa9ed37c523', '66.249.65.100', 1651275661, '__ci_last_regenerate|i:1651275661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f4907de7e32461705f90959058e05b6888e258b', '114.119.137.28', 1688216454, '__ci_last_regenerate|i:1688216454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f4a652f3d1e7e3afec5a3ba8369297c5f8f58e8', '157.55.39.217', 1683275305, '__ci_last_regenerate|i:1683275305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f4ca2f9b4fdcf21f3619b17c20b9f9635e96fae', '114.119.142.3', 1688381953, '__ci_last_regenerate|i:1688381953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f4fe0f96f8735c22b7dc338bc4785ba95236977', '52.167.144.171', 1685760641, '__ci_last_regenerate|i:1685760641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f509d5c5be32cf2a32e82c088f3111abf20bdd9', '190.148.157.103', 1666795582, '__ci_last_regenerate|i:1666795582;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666795578;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f50c1ec4d207a7cbf6941fa5af2417e70e49dc6', '51.222.253.1', 1675534068, '__ci_last_regenerate|i:1675534068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f511dc9baa5a41fc7fdf5748184a15ada43f373', '40.77.167.175', 1679917902, '__ci_last_regenerate|i:1679917902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f5132f46129a07530d3c1c2b78631405c05d492', '40.77.167.146', 1687664958, '__ci_last_regenerate|i:1687664958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f51c1d1b833936976bb4fa4b7c2adeae9ef2a76', '40.77.167.45', 1670260679, '__ci_last_regenerate|i:1670260679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f53ad6884aa80ceb286612bf26bcee563c700c0', '40.77.167.37', 1668631600, '__ci_last_regenerate|i:1668631600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f54428213a4286f2af1a64308e6fdd226821f08', '51.222.253.2', 1677839497, '__ci_last_regenerate|i:1677839497;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f560868af8a2979333ae39d3ffab92fd0e670a9', '40.77.167.133', 1683747055, '__ci_last_regenerate|i:1683747055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f5845240f5d1d8b083f2333ac8068b1d9a41dfc', '200.119.170.215', 1667270222, '__ci_last_regenerate|i:1667270221;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f5965ee564ff5adb56d164896b68c8ab8586aae', '52.167.144.95', 1680447140, '__ci_last_regenerate|i:1680447140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f59845f89c11ecc3d0d7da2d7046505246d88ce', '157.55.39.65', 1661618272, '__ci_last_regenerate|i:1661618272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f599167e0b76d0ec9727301b73511626ed0f4ea', '200.119.168.250', 1680896235, '__ci_last_regenerate|i:1680896235;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680895455;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f59ec58a00897166b74650281aa2ee636a637ac', '207.46.13.160', 1666326953, '__ci_last_regenerate|i:1666326952;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f5ad7d3edead352687d504b73f68d2c30eede70', '54.36.148.190', 1680661976, '__ci_last_regenerate|i:1680661976;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f5ae8ed13ece265f8ee8f4c8b18e4a8d5be60f0', '17.121.113.115', 1659247014, '__ci_last_regenerate|i:1659247014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f5c2c411f8177e82e9e1659ab1a90bc68e67ce9', '157.55.39.118', 1656784600, '__ci_last_regenerate|i:1656784590;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f5f10f8d20552fed4a0b1a2373a4e9b60930ad4', '51.222.253.8', 1657957358, '__ci_last_regenerate|i:1657957358;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f664e2e65f8fd0d814a5e4b95208975d5dc0ca1', '190.148.157.177', 1682020597, '__ci_last_regenerate|i:1682020597;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682020594;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f689ffb30f0015bc1901d28d0716829cfb4c3df', '190.148.252.161', 1670081566, '__ci_last_regenerate|i:1670081566;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670081072;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f68f352fdbfcc3ae069a041f6373938b741784d', '207.46.13.41', 1671558820, '__ci_last_regenerate|i:1671558820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f6b65a94007281e153613efb039a4ad985b35ae', '190.148.252.73', 1664823711, '__ci_last_regenerate|i:1664823711;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664823708;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f6c526c207a3a97f5558484a6cfa66e7cd4f2c7', '40.77.167.191', 1682468314, '__ci_last_regenerate|i:1682468314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f6d1ee95cc633eaaf4f83f92f3b9545e42fd86b', '190.148.252.161', 1670078258, '__ci_last_regenerate|i:1670078258;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670077841;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f6e380416a1260c7d3d9ea9badeea2ac9f24cbf', '114.119.156.144', 1687509270, '__ci_last_regenerate|i:1687509270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f6f83f7f0978c3c7bb2b845fcecfd5cacae1c53', '114.119.137.123', 1687516595, '__ci_last_regenerate|i:1687516594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f704bb8f054f5dbf6bd39a0af60aebe27c3c3fd', '200.119.170.30', 1660589695, '__ci_last_regenerate|i:1660586047;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660490808\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660586047;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7067306144081ee7f1ce28ea3510690a634f02', '114.119.158.118', 1686848469, '__ci_last_regenerate|i:1686848469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f71c10d4c07848c22eb10e21cb439b49a5b40a2', '190.148.158.151', 1677027623, '__ci_last_regenerate|i:1677027623;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677027487;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f725ad0b96dae855872d9d85d7291b2a56c381a', '209.160.115.40', 1682930805, '__ci_last_regenerate|i:1682930805;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f729018f86adad42262f73789a4ec1e533cef62', '52.32.181.162', 1673788950, '__ci_last_regenerate|i:1673788950;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f73708f2089b0dcf88ccca48c425cfe7bca9ada', '45.90.62.76', 1650808834, '__ci_last_regenerate|i:1650808834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f750b61feb585a8ba15f4935c5006c042aaf790', '40.77.167.146', 1687895184, '__ci_last_regenerate|i:1687895183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f77a2dc4a9e9b8c246973e80e075a0e769fef79', '40.77.167.190', 1677514516, '__ci_last_regenerate|i:1677514516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f787be1c518037e1c64be944a4c52a032093d1c', '200.119.174.9', 1674406876, '__ci_last_regenerate|i:1674406876;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674406851;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7a0ac425ee190014ebef772f488d672c03a3cb', '190.148.252.76', 1654088900, '__ci_last_regenerate|i:1654088900;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654041933\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654088875;register_id|s:2:\"14\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-31 07:57:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7a54403f6aaa1077473e48127a07f1dd8d4795', '40.77.167.108', 1680076315, '__ci_last_regenerate|i:1680076315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7a57eea3fcb481980ef9da9cf141ac1a05143e', '114.119.130.240', 1687552931, '__ci_last_regenerate|i:1687552931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7a713b435c37638a8ff7656f5d3191d3a6df2b', '52.167.144.98', 1685484959, '__ci_last_regenerate|i:1685484959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7abf5fa9eb7e5e0d06444ed49ab1b7470996ad', '52.167.144.171', 1685465949, '__ci_last_regenerate|i:1685465949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7ac55742c6dfa14aa917ecab055ddc2568e85c', '52.167.144.31', 1681473208, '__ci_last_regenerate|i:1681473208;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7b08cb7da6cd64ec7c9b23b43e7be71acaffa3', '200.119.169.55', 1667257715, '__ci_last_regenerate|i:1667257715;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667257575;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7b0b8ad120e9830182c70c451fcafefcd968dc', '52.167.144.108', 1680233451, '__ci_last_regenerate|i:1680233451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7ccccef21baa04f78eac58bc4686b6d4c5efe8', '114.119.146.229', 1688275749, '__ci_last_regenerate|i:1688275749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7e87bd258201aff312cd72410c74e52456483f', '40.77.167.106', 1687145145, '__ci_last_regenerate|i:1687145145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f8246e8c338b34b2bb8f40c0ee2cd8ed020f9b4', '52.167.144.61', 1688024143, '__ci_last_regenerate|i:1688024143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f87e165e0fe9906195254245f328ee0c36b7442', '40.77.167.161', 1676866819, '__ci_last_regenerate|i:1676866819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f8bc926289c65fb2965b7ee244cfca150a028c4', '144.76.67.169', 1661940913, '__ci_last_regenerate|i:1661940913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f8c3992c4d78efac766a39eb9dd2688bacb9f03', '51.222.253.8', 1687679276, '__ci_last_regenerate|i:1687679276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f9303f6c998703db6c1df752d8cef368dae4c3f', '190.148.157.183', 1680526599, '__ci_last_regenerate|i:1680526599;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680526587;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f939bbe6f892c7e89647a88132e985fa3b9c69c', '114.119.142.97', 1686215038, '__ci_last_regenerate|i:1686215037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f94bf7a7201ac1a12601ceef71b8c58c42cde17', '157.55.39.212', 1677325832, '__ci_last_regenerate|i:1677325832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f9759543396422e3be2ef3fc32a0d1b5271a58a', '200.119.172.95', 1659805697, '__ci_last_regenerate|i:1659805690;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659738509\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659805697;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f9826c929b11c6ce54a1a1df8bc02332074461a', '52.167.144.42', 1679599725, '__ci_last_regenerate|i:1679599725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f98745780f7a238e8f24cf8f7f189614718824d', '157.55.39.215', 1678582448, '__ci_last_regenerate|i:1678582448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f9b503015f0b0997104c69efdc072e2f7714a9d', '190.148.158.151', 1677253993, '__ci_last_regenerate|i:1677253993;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677253990;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f9ba3bb27c554ef3e6cff015639a9ae075855b2', '52.167.144.164', 1686455266, '__ci_last_regenerate|i:1686455266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f9bd91f5d65ae9521632a059dc48955a0c33e4d', '68.183.75.40', 1657274126, '__ci_last_regenerate|i:1657274126;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f9bd9b51305f8fba8499fdac2c2b61c9235d0d1', '190.148.158.151', 1677259245, '__ci_last_regenerate|i:1677259245;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677098038\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"WSePgwso0a4V7XFUy9Tn\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f9ccdf0de31a1efe5e62b28305450bf9e784355', '114.119.137.145', 1688423034, '__ci_last_regenerate|i:1688423034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fa21421aa7392c3a05a8354c694e549b949b24f', '130.245.169.145', 1657274131, '__ci_last_regenerate|i:1657274131;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fa626de32658c8e773de3f40d91148740374609', '130.245.169.70', 1657360543, '__ci_last_regenerate|i:1657360542;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fa64e3e43edfea31b44b1b6aa09e0c22c161600', '17.121.113.99', 1660598909, '__ci_last_regenerate|i:1660598909;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fa737044efab90566601592492d5c3202d337bc', '40.77.167.37', 1668631600, '__ci_last_regenerate|i:1668631600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fa895c6daa9ac1c3c18a2cb5f4b090688227831', '40.77.167.161', 1676637273, '__ci_last_regenerate|i:1676637273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fa9fb14aa6767c03742e771ab7fb943e453d0ac', '114.119.130.217', 1688067775, '__ci_last_regenerate|i:1688067774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4faa68e50c4ef588b53f392468a56efaa1ace928', '207.46.13.41', 1670894488, '__ci_last_regenerate|i:1670894488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4faba0d05d7bbf1ba50ccc000ed270d0445fd76e', '190.148.252.111', 1677800870, '__ci_last_regenerate|i:1677800870;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677800861;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fad8e882806cc0525d99c0b2c61822c25af4203', '114.119.153.91', 1685910697, '__ci_last_regenerate|i:1685910697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4faf61d9dd1a452768835da51a4560f529a706b7', '143.198.110.12', 1672565708, '__ci_last_regenerate|i:1672565708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fb13e074ae16e84c1c55d98e43342bd6a5a708a', '52.167.144.166', 1686862079, '__ci_last_regenerate|i:1686862079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fb1768266bcf3b077d4509e98d4c5b0fa2353b4', '190.56.32.162', 1686530707, '__ci_last_regenerate|i:1686530707;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686530350;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fb3ab4978e6120bc0c9d741a16f5d12703360a5', '54.37.233.116', 1650851832, '__ci_last_regenerate|i:1650851832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fb3ecf7f21ebe4d6d227c4624e231385a29ca92', '190.148.157.53', 1684080108, '__ci_last_regenerate|i:1684080108;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684079350;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fb9173ea7c68235fc1589bde5e48189d3329404', '207.46.13.49', 1662100643, '__ci_last_regenerate|i:1662100643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fb9cd724f377206d812db5793ba613534f66118', '114.119.159.197', 1687616110, '__ci_last_regenerate|i:1687616110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fbc44a049e656ab38ecd8cb49fbef7a941987ec', '114.119.134.178', 1684579987, '__ci_last_regenerate|i:1684579987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fbd236e818d380ae2204347545250862e4cb07e', '114.119.146.215', 1687681366, '__ci_last_regenerate|i:1687681366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fbd56988aa4c56b4137d244def308b51540fee3', '66.249.79.173', 1661476877, '__ci_last_regenerate|i:1661476877;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fc09aff37fcc22bdf5249e7ec26671942fc77bd', '114.119.139.53', 1686278530, '__ci_last_regenerate|i:1686278530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fc416cbf6a5c4eaa7ee0e597f42204e13a20d56', '190.148.157.206', 1679506667, '__ci_last_regenerate|i:1679506667;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679505800;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fc6b45cc23caa1ba81c64f42b414c380f1e68cf', '51.222.253.16', 1655887785, '__ci_last_regenerate|i:1655887785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fc88d299bed18f020c9dfca473973e489012e67', '42.83.147.55', 1679592465, '__ci_last_regenerate|i:1679592465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fca7c66ef1b13446ae24a2d1b9feaf1d7d363c3', '114.119.156.19', 1687127272, '__ci_last_regenerate|i:1687127272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fcb0a53885dd9e0cb72b12834982b894d4bed58', '52.167.144.61', 1688180771, '__ci_last_regenerate|i:1688180771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fce904384430108906a6bbbafd2f7728e843c06', '51.222.253.8', 1662456678, '__ci_last_regenerate|i:1662456678;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fd1a5f33ba0589b358794b2e473a23adcf49805', '157.55.39.94', 1672812039, '__ci_last_regenerate|i:1672812039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fd3333ce3137026bd59562988cd7e933b440c12', '18.206.55.48', 1652213275, '__ci_last_regenerate|i:1652213275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fd6506334ef315f35cfab6658601d267861f14f', '190.56.54.77', 1666277139, '__ci_last_regenerate|i:1666277139;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666277119;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fdb497438f3f7bdd81c2d0c870ce072cd7809ac', '207.46.13.160', 1664176158, '__ci_last_regenerate|i:1664176158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fdca1c2ab6f17cf2dd54b3944143baa3ba34f84', '52.167.144.95', 1680669407, '__ci_last_regenerate|i:1680669407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fddff918168c0ce343e70e692eafaa8f304e702', '46.101.63.152', 1652762865, '__ci_last_regenerate|i:1652762865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fdeb702c934969ff79337273a060989e9047bac', '5.188.62.21', 1653269466, '__ci_last_regenerate|i:1653269463;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fdeb735f87b4dcc1ab810be711c96493ccf8769', '114.119.147.87', 1686998715, '__ci_last_regenerate|i:1686998715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fe08e396b2cc5e06dbdf05444cddf4d58a89cee', '207.46.13.41', 1670932739, '__ci_last_regenerate|i:1670932739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fe255407e8a7c0d60d2f1aa80b16d789140a552', '40.77.167.161', 1676046899, '__ci_last_regenerate|i:1676046899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fe26908d69afa794bfc03df3c3c8fde6f2e3e35', '40.77.167.13', 1672511212, '__ci_last_regenerate|i:1672511212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fe98bae417c9b955626ca360fed1416a4ba90c8', '52.167.144.162', 1682541809, '__ci_last_regenerate|i:1682541808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fe992712ee4424cc766503de92fb1a3bca5e2a0', '157.55.39.253', 1682098070, '__ci_last_regenerate|i:1682098070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4feaacb36af6f067bf9500f38c2a3dafb5e4dd0b', '200.119.168.250', 1680652696, '__ci_last_regenerate|i:1680652696;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680652269;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4feccda3d74e38f8b93ed57d857b78d1b99758cc', '149.56.160.153', 1669810904, '__ci_last_regenerate|i:1669810904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ff1b76cff666a803365ddfc714d5fe2af1686f1', '114.119.141.118', 1688280527, '__ci_last_regenerate|i:1688280527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ff34caf30e9cd3a39c30e9666896d0842f14154', '52.167.144.162', 1686572202, '__ci_last_regenerate|i:1686572202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ff35250f73836681a4a9e592c2ad92f6189b488', '207.46.13.6', 1671783536, '__ci_last_regenerate|i:1671783536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ff5c54af0f7e445e00f169486a178db8e39281d', '51.222.253.9', 1658716205, '__ci_last_regenerate|i:1658716205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ff5e2af2f722fae79a0789e2942363e9907e881', '190.148.252.183', 1681435808, '__ci_last_regenerate|i:1681435808;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681435384;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ff6daaa3a590580a413922b243e167c49f48529', '54.36.149.91', 1652306984, '__ci_last_regenerate|i:1652306984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ff776d209272d5f81a10a53c901462511ff31cf', '51.222.253.2', 1677839497, '__ci_last_regenerate|i:1677839497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ff9fb5db92e9104ee6a39eb8ec21e749614c43b', '200.119.168.250', 1680832067, '__ci_last_regenerate|i:1680832066;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680832066;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ffc0d5501f075dd5c3ad2cc8af08f9d11e79715', '17.121.114.81', 1658269589, '__ci_last_regenerate|i:1658269589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ffd4c588a9f62b4bb63f3026c7a042f9a8dcf18', '130.255.166.82', 1660829472, '__ci_last_regenerate|i:1660829472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50014b72a6bcbb59e83b7fad410c7ee37ad9cfa1', '190.56.50.15', 1666969439, '__ci_last_regenerate|i:1666969439;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666969294;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50018dc3c0986d4d14140d45bdac9f0b2230059c', '157.254.194.201', 1679520164, '__ci_last_regenerate|i:1679520164;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5001aacc3cc7d17348eabf86a9c46cd002932283', '40.77.167.192', 1688366451, '__ci_last_regenerate|i:1688366451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50032ce8a204cc9126a6a75c8f666da8350802c0', '40.77.167.13', 1672816995, '__ci_last_regenerate|i:1672816995;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5006e657fcd00930c40a7dae74ca7e2bfcb8ec6d', '157.55.39.144', 1664594849, '__ci_last_regenerate|i:1664594849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5007394e9e2dd79c7fb01a2bbc263974e124f6eb', '51.195.216.255', 1650743479, '__ci_last_regenerate|i:1650743479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500799ce864d8f9bf1129f40432fed0bab35c67c', '157.55.39.216', 1676657377, '__ci_last_regenerate|i:1676657377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50097e27dd4e5041e532a70afe534bffd1402951', '114.119.135.202', 1687098381, '__ci_last_regenerate|i:1687098381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5009da5964d8798f2a4f3066e361cef11c241b55', '114.119.156.142', 1687735833, '__ci_last_regenerate|i:1687735833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500a8aafeb03ba865c9e51a86c32cd77cce511fa', '179.43.169.180', 1651047336, '__ci_last_regenerate|i:1651047336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500af3b28c409a19ba16c34a64465b3f24d5e29b', '114.119.156.33', 1684110012, '__ci_last_regenerate|i:1684110012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500b05e426b49cd7f17060bb4852c2fb60d1d511', '114.119.138.179', 1687609992, '__ci_last_regenerate|i:1687609992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500b33b5acb0ea70f3b5fb6dc93817f6c9bb510d', '165.227.227.95', 1650679551, '__ci_last_regenerate|i:1650679551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500b469eb0555f7c507799704a04396cbbf4c603', '114.119.157.191', 1687185361, '__ci_last_regenerate|i:1687185361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500b94f87f1e48f20c3e9de4f97fd561b05803fa', '190.148.252.111', 1677885584, '__ci_last_regenerate|i:1677885584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677885547;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500cf51f3060e30cea3ece695bc6c3d3f1289d2a', '199.244.88.220', 1673363684, '__ci_last_regenerate|i:1673363684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500d565b2d927ced6aa960cde75f4b0cb368cbe5', '207.46.13.41', 1670998403, '__ci_last_regenerate|i:1670998403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500fbba912f94f4fc49f4b2dd45908a9c8f5d742', '207.46.13.41', 1664631012, '__ci_last_regenerate|i:1664631012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500fcaacd00ceb35a67badebe9ad708ba4b66e20', '190.148.157.98', 1679240462, '__ci_last_regenerate|i:1679240462;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679240449;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500ff4b63119b69f7977a88ffdcefafd0ab136cb', '54.36.149.103', 1651103891, '__ci_last_regenerate|i:1651103891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5010a7cf3a31dcab5ab334ca212137e2aafbefc2', '157.55.39.86', 1666037117, '__ci_last_regenerate|i:1666037117;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5014074cbd09b412cd5590dab790f547c1aea450', '114.119.155.42', 1685807522, '__ci_last_regenerate|i:1685807522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50141508d5e8c510a4da03af1ea459c3679745c6', '51.222.253.8', 1657948865, '__ci_last_regenerate|i:1657948865;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5014dabbbe2fdfc0e17553fb5e90a3b7902710d8', '190.56.50.8', 1658691949, '__ci_last_regenerate|i:1658691949;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658608521\";last_ip|s:11:\"190.56.50.8\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658690413;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5014e2c3be22652f05a2bea5a5b6c0851c7451b0', '138.246.253.24', 1662826938, '__ci_last_regenerate|i:1662826938;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50192a1981a67391960ab97c0cad35276d0f79a7', '200.119.174.132', 1663786715, '__ci_last_regenerate|i:1663786715;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663781335\";last_ip|s:15:\"200.119.174.132\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663786712;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('501961f6fed4df36a5683fec7e17355be6161105', '74.208.2.188', 1672815798, '__ci_last_regenerate|i:1672815797;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5019946b1aef0bba5ac662d581c0894b35de2d00', '200.119.173.133', 1660863198, '__ci_last_regenerate|i:1660863178;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660848427\";last_ip|s:15:\"200.119.173.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660863198;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('501b4c0f68b749588ffafb25415b83abc16a2af8', '42.119.144.212', 1674862737, '__ci_last_regenerate|i:1674862737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('501c7461b36412fd0de7d4e77b24e220b841fd4c', '54.36.149.98', 1673765535, '__ci_last_regenerate|i:1673765535;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('501c887e2cfddd406b6959a4bbeecd7ee14cd96f', '54.36.149.46', 1667830381, '__ci_last_regenerate|i:1667830381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('501f6059a17f2ba8375d1aa6cfb2931fd35e8ab5', '114.119.147.204', 1686213757, '__ci_last_regenerate|i:1686213757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5022219884540fcfdc623e390bc08e189a38f137', '40.77.167.102', 1671496064, '__ci_last_regenerate|i:1671496064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('502457e0f362bb33cade6fba11b2572d351ed210', '35.90.31.224', 1654780273, '__ci_last_regenerate|i:1654780273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('502715cc5d68a7ec85fb3a67b7df28b3d82a73dd', '157.55.39.79', 1671234170, '__ci_last_regenerate|i:1671234170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50291652288ec2f0cb10f07bd02218566706a4e5', '114.119.154.65', 1686679115, '__ci_last_regenerate|i:1686679115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('502a0daac2d891d3d9482892b177653baee198e5', '54.36.149.93', 1660473942, '__ci_last_regenerate|i:1660473942;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('502a3544debb6788b1559d3e6725122eb86b9820', '18.237.210.117', 1684296922, '__ci_last_regenerate|i:1684296922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('502d7c36c66ca250c90245553054100f6bd4ea1d', '157.55.39.125', 1654980127, '__ci_last_regenerate|i:1654980127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5030914ea786012e1f90578e29270f867710d085', '54.37.233.116', 1650851782, '__ci_last_regenerate|i:1650851781;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5031c5974b4b8a17465aea8a0d0ca17625515d01', '190.148.252.163', 1668522494, '__ci_last_regenerate|i:1668522494;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668521521;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5032df641f700169f4478ec34d5910c30c640ac7', '52.167.144.164', 1686577777, '__ci_last_regenerate|i:1686577777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('503760a32b932dc4afc0cc6bbe3a2025ca634b8e', '52.167.144.74', 1688122068, '__ci_last_regenerate|i:1688122068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5038178bb6763c57b3a0710448ff7027bd49afd2', '52.167.144.63', 1687090137, '__ci_last_regenerate|i:1687090137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('503886e573c298bcfcb84f62d3b946209c957921', '54.36.149.52', 1664398961, '__ci_last_regenerate|i:1664398961;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('503c906e4a3611206595dba58ab5830e2a6008d3', '40.77.167.133', 1684210434, '__ci_last_regenerate|i:1684210434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('503fd48f61547660bac76dd20599627c44e7fe3c', '114.119.153.104', 1687065055, '__ci_last_regenerate|i:1687065055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('504245a95633f0b825a1c87bc47ed6ee382ef400', '114.119.138.100', 1688392354, '__ci_last_regenerate|i:1688392354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50451be301c4608bcf9a74f9af8dd5d591bb8dfb', '52.167.144.162', 1681612032, '__ci_last_regenerate|i:1681612032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5048835d14fd19bb4b3b870d6aa4cc46d8fe1749', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274131;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('504884ed3660cf6a9e7f83e012f7e673ef36679b', '200.119.174.129', 1666359523, '__ci_last_regenerate|i:1666359523;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666359508;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('504d1c3530aba5befe60d152218e6ada77a46e78', '200.119.170.143', 1670245087, '__ci_last_regenerate|i:1670245087;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670244428;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('504e86e5f04ba9baf763db92002f2dec87127398', '114.119.130.54', 1686806337, '__ci_last_regenerate|i:1686806337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('504f27fc9240d2dc5d7d684e7d5dbb9be99145ee', '114.119.138.230', 1686120789, '__ci_last_regenerate|i:1686120789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('504f3ddd74bcc7e20920cb4d4912b742322c3c92', '208.91.69.20', 1679303897, '__ci_last_regenerate|i:1679303897;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('504ff4daf596513b0d72b4d8ca4623368335cd37', '52.167.144.171', 1685546734, '__ci_last_regenerate|i:1685546734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505016ed6170b8961596a091880a0cb570a7d99b', '207.46.13.209', 1681161506, '__ci_last_regenerate|i:1681161506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5051583f25d6d0a66477ddbfd77e3a08e9f10a56', '207.46.13.147', 1672616954, '__ci_last_regenerate|i:1672616954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5051d603d28f346d5361d60434e71a6948dc42a5', '69.160.160.58', 1680641187, '__ci_last_regenerate|i:1680641187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5052e30a0126c914d1b1bb2c26ffef1ab6aa3b56', '50.84.48.187', 1671671890, '__ci_last_regenerate|i:1671671890;error|s:91:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>www.zaldamo.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50535432599bbe384622b8631a89cb809a6f20da', '207.46.13.217', 1684025453, '__ci_last_regenerate|i:1684025453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505492d4a59e3ce95ad891bfe1567dd0e975a373', '190.56.173.213', 1683159249, '__ci_last_regenerate|i:1683159249;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683159158;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505572d23e0257af7131381cccaf5ac9b1e6afd1', '157.55.39.173', 1670270744, '__ci_last_regenerate|i:1670270744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5055bb939bb4bf78a5fdfcaeaca123b45f006a3a', '207.46.13.154', 1671390036, '__ci_last_regenerate|i:1671390036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5056c7acc5a3d42d42b589c6bdb70e55deb43f45', '190.148.252.111', 1677858476, '__ci_last_regenerate|i:1677858476;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677855487;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5057e3c991dcd1e29a3df2f849a799122a8359d4', '54.88.179.33', 1687442739, '__ci_last_regenerate|i:1687442739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505970ec4febcd6de64f3270462b7cbd6bfa25a7', '35.193.164.16', 1664214247, '__ci_last_regenerate|i:1664214247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5059cde9d3609a86b98463cbf03aed4b6912ee27', '207.46.13.160', 1673719924, '__ci_last_regenerate|i:1673719924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505a56a63e1f2344b4f15d514a14ba9db933cbd4', '200.119.173.90', 1657203915, '__ci_last_regenerate|i:1657203915;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657140685\";last_ip|s:12:\"190.56.55.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657203246;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505a783b6aec0eedc8779767da0147f17e22cf1c', '52.167.144.162', 1682638411, '__ci_last_regenerate|i:1682638411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505aafdedb70ac1e94dbdfe3c13100f3545902a8', '190.56.32.174', 1676929733, '__ci_last_regenerate|i:1676929733;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676929233;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505b882b5a4d1d05f51d120ecd5acf9eb41587f2', '40.77.167.13', 1673068692, '__ci_last_regenerate|i:1673068692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505e773758392a37dbfa9b70401d518b1ede5156', '52.167.144.164', 1686347438, '__ci_last_regenerate|i:1686347438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505ed92bed9aec5c708709475b4477f58a5f0fee', '114.119.159.122', 1687970800, '__ci_last_regenerate|i:1687970799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505f4c8e4fd1cea62d10fa0ea8c108dbecd0e729', '190.148.157.177', 1682200053, '__ci_last_regenerate|i:1682200053;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682200045;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('506078559d16aebb55f6ffce9f5b990d47d9f87b', '208.80.194.41', 1653237483, '__ci_last_regenerate|i:1653237483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('506225a4415e9258b198fd73e108d898310348cd', '51.222.253.2', 1676254806, '__ci_last_regenerate|i:1676254806;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('506595addda81bc576a2ec59462b933755f5d00a', '52.167.144.98', 1684315721, '__ci_last_regenerate|i:1684315720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('506847bf7fbe0f4ccc58e64c0af54f2f9386fe71', '200.119.173.130', 1676159624, '__ci_last_regenerate|i:1676159624;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676158284;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50692b5531327a1b516ae42c01ee3ad0501165aa', '52.167.144.98', 1685394026, '__ci_last_regenerate|i:1685394026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50692f2f38764794986ea5b82d61b7098b3230a5', '40.77.167.63', 1672246871, '__ci_last_regenerate|i:1672246871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('506c4b1b9d9226d6c9af6f05884d66eaca526c07', '114.119.142.179', 1688015633, '__ci_last_regenerate|i:1688015633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('506d5d17593e3fd2b8407663451857becf3545f4', '190.148.157.98', 1679058855, '__ci_last_regenerate|i:1679058855;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678966907\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679058846;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('507091e5445fc252bd9ad531b57fff53d5980ecc', '54.184.64.131', 1662471415, '__ci_last_regenerate|i:1662471415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50713347caac3d71abc80e330a9a196c2e245f21', '200.119.173.177', 1685410579, '__ci_last_regenerate|i:1685410579;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685410497;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50716272068071b3836e6b64b33b6c63aaa3bce2', '106.75.101.43', 1686908295, '__ci_last_regenerate|i:1686908295;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5071ecdd24a157cfb9ed1fce40d2805b2877e3ee', '50.21.188.2', 1663642394, '__ci_last_regenerate|i:1663642394;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5071f53731b2b4d753a07e29e1053957b79e77fd', '40.77.167.175', 1679911092, '__ci_last_regenerate|i:1679911092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5072a623874ba711852b7e1b585085d87c8bf394', '190.148.252.151', 1671461525, '__ci_last_regenerate|i:1671461525;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671461286;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5072cf967562f6c64182479f57134a61356dbf11', '190.148.252.161', 1669894305, '__ci_last_regenerate|i:1669894305;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669893843;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5072f5dff48fed33e418e79a6279fc3a13d82479', '190.148.157.53', 1683847536, '__ci_last_regenerate|i:1683847536;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683847534;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5074b8c8544c41b8570022df5423c9e7ef599781', '208.91.69.20', 1679303898, '__ci_last_regenerate|i:1679303898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5074ff288dcbb23d8958db7cf65ebc7eeddfcbbb', '207.46.13.215', 1677242925, '__ci_last_regenerate|i:1677242925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5077b3363aa2980e48de4c569e2492a6d770efa8', '52.167.144.61', 1687978231, '__ci_last_regenerate|i:1687978231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5077b82c602a7c9828a72e829453e4008892fd74', '200.119.174.9', 1674350833, '__ci_last_regenerate|i:1674350833;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674350828;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('507acd17e74338ef5d736d06a1850d53fa2214c6', '157.55.39.217', 1683441902, '__ci_last_regenerate|i:1683441902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('507bfde3bf70a4ee1566de2098f8d4b221ca5a93', '93.159.230.89', 1682596137, '__ci_last_regenerate|i:1682596137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('507c32a114fcb3407eb708ded8702f880bf836e7', '190.148.157.177', 1682215124, '__ci_last_regenerate|i:1682215124;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682214955;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('507d78a0255138d41d453f1aa83696a6901f2d47', '198.12.91.231', 1653665927, '__ci_last_regenerate|i:1653665927;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('507ef77001b35948828f0c33063f6ab26fe1fcbe', '52.167.144.28', 1679577806, '__ci_last_regenerate|i:1679577806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50809a499814fb21427447c68cfb4543722fbca5', '40.77.167.202', 1687203693, '__ci_last_regenerate|i:1687203693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5080a78bf896ccc81ac0bc014daabe2f5e6bf620', '52.167.144.63', 1686934739, '__ci_last_regenerate|i:1686934739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50826b22043150172cc91e165713b286e62780df', '157.55.39.79', 1669419457, '__ci_last_regenerate|i:1669419457;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('508343c2e2bc5d316bcca293c5c0a6ba9a97ab72', '40.77.167.123', 1683508656, '__ci_last_regenerate|i:1683508656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('508381d24b755f6d7009f0dfdda50e9094380032', '190.148.158.175', 1672446286, '__ci_last_regenerate|i:1672446286;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672445914;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5084127ade774fb0952ae7f87b68a696c1ee9887', '52.167.144.31', 1681515305, '__ci_last_regenerate|i:1681515305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50859cbc89718e666d5502544e08fd2287d5965a', '52.167.144.164', 1685876016, '__ci_last_regenerate|i:1685876016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50869236fd60f326a585e674cc112cbb333e7085', '200.119.173.111', 1654795796, '__ci_last_regenerate|i:1654795748;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654726836\";last_ip|s:15:\"200.119.173.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654795762;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50897ec309672909a83d7c9568e47dec08170375', '17.121.112.158', 1661743175, '__ci_last_regenerate|i:1661743175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5089b89964009f0a9bf09a6e75ebf35d23baa982', '114.119.143.145', 1687974173, '__ci_last_regenerate|i:1687974173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('508b7a041e7a185d80eef72cf09fe304a1a3e202', '190.148.87.99', 1688426016, '__ci_last_regenerate|i:1688426016;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688425890;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('508c07f67338111a185c05aaadb2553cf8688aab', '190.56.55.120', 1663357405, '__ci_last_regenerate|i:1663357405;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663332121\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663356211;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('508e7d4d0a0edcc50d2ac0aee0d91d0681d47847', '74.208.2.188', 1672815807, '__ci_last_regenerate|i:1672815807;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50918d0406f869f463f31d0ad4632cff87936cff', '114.119.133.126', 1686943540, '__ci_last_regenerate|i:1686943540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5095a19258692a165a5e2a2fa5a71aaec7066273', '40.77.167.85', 1683903005, '__ci_last_regenerate|i:1683903005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5098bbc4f18cde5372086985450b002dd662af3a', '52.167.144.98', 1686209233, '__ci_last_regenerate|i:1686209233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('509a14ce072f971e5c19b3995a2cc9934ddd94f6', '200.119.173.96', 1687129953, '__ci_last_regenerate|i:1687129953;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687129948;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('509f0ea880c6acdc778de81f539e2aabd00ccfdb', '190.56.32.32', 1686146684, '__ci_last_regenerate|i:1686146684;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686050130\";last_ip|s:12:\"190.56.32.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686146570;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('509ff60ca0c982d6ad16e8d0a6f9b6a4e4d7712d', '52.167.144.98', 1685076619, '__ci_last_regenerate|i:1685076619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a1fa9ebac197dc276aeb1ffb4eb35465d06887', '200.119.168.250', 1680956115, '__ci_last_regenerate|i:1680956115;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680955633;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a2c7271167cccada8f0dcd6e5b36727beb5d16', '35.92.193.222', 1685659082, '__ci_last_regenerate|i:1685659082;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a2fe56d27c71b8f3d463b1f7d15ce2ed0d0ab8', '207.46.13.217', 1684132432, '__ci_last_regenerate|i:1684132432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a4061c59148376eeb0be0bf752887f4217badf', '52.167.144.164', 1685100145, '__ci_last_regenerate|i:1685100145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a41df065306af03391f4f242e0b13dba874aab', '34.216.49.188', 1688336652, '__ci_last_regenerate|i:1688336652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a4cea801e76d82e28ae72e5dc79345caaee0a9', '114.119.145.134', 1688272507, '__ci_last_regenerate|i:1688272506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a5d6fa2f7de5ba66f361f5c952dbf430057da3', '190.148.252.111', 1677856118, '__ci_last_regenerate|i:1677856118;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677794754\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Yn1piCGaqdAPDFfNZ7sz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a6195f591981fdd73b3a3ee7da22ea4f86fd74', '54.36.149.48', 1664416683, '__ci_last_regenerate|i:1664416683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a68fa8de8cbc4cb6bfc96081e77365d66f0185', '40.77.167.187', 1680649120, '__ci_last_regenerate|i:1680649120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a6fd785a2e308b3705f092d647e3620fb9492d', '207.46.13.236', 1654179347, '__ci_last_regenerate|i:1654179347;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a766769950fce86bad9b9918c5bf53fab8fc44', '106.75.134.236', 1654902784, '__ci_last_regenerate|i:1654902784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a8c6112c8fc7cb1c71a55b3b050ac104f37c63', '101.68.211.2', 1657156129, '__ci_last_regenerate|i:1657156129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50a93f0ed10da26fc41135c30e96c123a42c3b1b', '190.148.252.178', 1657477697, '__ci_last_regenerate|i:1657477697;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657401924\";last_ip|s:15:\"190.148.252.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657477692;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50aa72d75fb3b0cf9cedf6b4863d5a3732557151', '17.121.112.6', 1671135052, '__ci_last_regenerate|i:1671135052;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50aaea881f8b88969baac99d88f7a6d4f511e1cd', '52.167.144.39', 1680423853, '__ci_last_regenerate|i:1680423853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50ac574718a64dbcaf30ac720066da7f7f11746d', '52.167.144.162', 1687232726, '__ci_last_regenerate|i:1687232726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50ac8ed6d71a77e6796e39e343409c1a10b37101', '190.148.157.214', 1669735769, '__ci_last_regenerate|i:1669735769;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669389200\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Ex9of06Kvn5RDbzJw2dQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50ad32f98ec998b0ccc4baf247f7a9cf4f1de050', '54.36.148.173', 1675918248, '__ci_last_regenerate|i:1675918248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50ad8333cda1bc9cc794846344c7f4219afbfab5', '190.56.32.243', 1684799661, '__ci_last_regenerate|i:1684799661;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684799571;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50af0a1b0d3d9a84630c329e7073bcae18228886', '190.56.48.81', 1666039420, '__ci_last_regenerate|i:1666039420;requested_page|s:15:\"admin/purchases\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50af92157b8fa118ec7bf5154cd83dca71e7b8c0', '52.167.144.42', 1679351059, '__ci_last_regenerate|i:1679351059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50b0accbc033713bfec10e9a23e18bc766c77b7d', '207.46.13.215', 1680307939, '__ci_last_regenerate|i:1680307939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50b121e74df7b879a204c9f00940a8163736e893', '200.119.168.250', 1681079316, '__ci_last_regenerate|i:1681079316;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681079282;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50b30fffb11fdf51532d80bd515b96c004a450b9', '52.167.144.98', 1685546826, '__ci_last_regenerate|i:1685546826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50b322c56edb704af15c5c7baef5fe49d129efe3', '190.148.157.53', 1683723088, '__ci_last_regenerate|i:1683723088;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683723018;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50b4ef361ee681dbd582dc592b708d11ee4092d5', '190.148.87.6', 1668174728, '__ci_last_regenerate|i:1668174728;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668174080;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50b53092c12b0936471c7733198c68e6cc03885d', '157.55.39.173', 1670807123, '__ci_last_regenerate|i:1670807123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50b570bdc599e7d4c483cee3503ca5a9498e5134', '52.167.144.76', 1682170315, '__ci_last_regenerate|i:1682170315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50b6076e329ac03562828b76daa8ed9c3a966b10', '114.119.129.229', 1688001123, '__ci_last_regenerate|i:1688001123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c1596b3fa5fa51c6b07021ca059ce9793399f5', '192.64.4.26', 1680865991, '__ci_last_regenerate|i:1680865991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c1c0afea329641bf433c6f4d87f5c1c8a76805', '51.222.253.7', 1652061304, '__ci_last_regenerate|i:1652061304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c295ea5dff1e5fb8a209201378449598f92649', '200.119.169.55', 1667261437, '__ci_last_regenerate|i:1667261437;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667261430;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c493ba0cad702474f5aad77e39c36634cee35c', '190.56.55.113', 1673733916, '__ci_last_regenerate|i:1673733916;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673733882;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c670ac0f4107450f50e63d81420f3e747c078a', '40.77.167.101', 1687949432, '__ci_last_regenerate|i:1687949432;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c6ded886b7c5ea9af4e9876de4837593fafc67', '40.77.167.43', 1659298583, '__ci_last_regenerate|i:1659298583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c7bbfbca2349b39c94b2bd9d24eaf2f29d844b', '49.37.154.217', 1653290438, '__ci_last_regenerate|i:1653290437;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c7bf98375b49b1aa437e98946d8229a4ac1e1c', '40.77.167.161', 1675662119, '__ci_last_regenerate|i:1675662119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c8958fc02e54ebdb41b92de9ac23f170009fda', '149.57.16.7', 1653807058, '__ci_last_regenerate|i:1653807058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50c8db4c1e8f33b1924b1cabc7c4bead74aa6fb0', '40.77.167.63', 1671944139, '__ci_last_regenerate|i:1671944139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50cb8545edd7d712a7a3595a878100ebae2c076d', '190.148.252.96', 1673136177, '__ci_last_regenerate|i:1673136177;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673136149;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50cdd7eeeb7a74145b060de06ffa935e46906e72', '190.148.252.55', 1675704757, '__ci_last_regenerate|i:1675704757;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675704037;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50ce3573553b692cc7c3cfe84da7ce682bf83741', '52.167.144.162', 1686579334, '__ci_last_regenerate|i:1686579334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50ceba9c7350989545dd0ed422306ef1677853b4', '114.119.134.230', 1687185054, '__ci_last_regenerate|i:1687185054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50d05237f47a6cadb7d6f128b8ccdef7de0d3162', '207.46.13.127', 1656654397, '__ci_last_regenerate|i:1656654388;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50d0785ca6b28ffcfa371f6242f37b0d6ee8dab6', '190.148.252.183', 1681588502, '__ci_last_regenerate|i:1681588502;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681585522;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50d0d73ecb5f485255b298a0d7f821fc6c1a5fd9', '52.167.144.70', 1688395871, '__ci_last_regenerate|i:1688395871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50d25300bcfbe818e592d266e50aed0d77348cd8', '51.222.253.15', 1662986908, '__ci_last_regenerate|i:1662986908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50d77ef2fdf004a65d1e85d43d949f217cc042ca', '130.245.169.70', 1657360540, '__ci_last_regenerate|i:1657360539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50d7d6bb3241da7f89b6dbcdc81eed54ef1d3d57', '114.119.130.27', 1687550237, '__ci_last_regenerate|i:1687550237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50d810fd0915c3f28f7b72bb2a625228a122fa63', '34.72.46.61', 1664924984, '__ci_last_regenerate|i:1664924984;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50d8947631fb0bae6ce19d24c9e3ba738383b7fc', '52.167.144.164', 1685608923, '__ci_last_regenerate|i:1685608923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50d8dab87a7bf719018d1c9ce87714d5fd4e2845', '54.36.148.189', 1687446491, '__ci_last_regenerate|i:1687446491;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50dbd0d53a20ab3a5c10958bfba068f4dfecc47a', '200.119.173.107', 1686870631, '__ci_last_regenerate|i:1686870631;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686870617;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50dbee81c35b1224df742998ef7a3f6023afc4e9', '40.77.167.123', 1683265872, '__ci_last_regenerate|i:1683265872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50dd4508612edb5b11ca2fec1dde4779f2fe7262', '114.119.132.59', 1686890691, '__ci_last_regenerate|i:1686890691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50de52bef24aa181084bdced7636bf5f9d8d53c2', '54.36.148.131', 1669704029, '__ci_last_regenerate|i:1669704029;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e11926affbc362638616f80f3fc0d9f7c2cd20', '157.55.39.79', 1668631645, '__ci_last_regenerate|i:1668631645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e20e7a609781433c58c7232bfa51f5f172d1c9', '190.56.49.109', 1666126967, '__ci_last_regenerate|i:1666126967;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666126787;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e26b89f5bd1d387da5a0d571a22ee213488b5b', '200.119.172.55', 1661520116, '__ci_last_regenerate|i:1661520116;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661451379\";last_ip|s:14:\"200.119.172.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661518668;register_id|s:2:\"85\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:03:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e2ba6dc7dccf3c94fea416d3e4e3b2e9833dd9', '52.167.144.90', 1680899744, '__ci_last_regenerate|i:1680899744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e340ebe075679aff4094a92777273f0a1a4709', '114.119.159.208', 1687293644, '__ci_last_regenerate|i:1687293644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e5925bb761b8c9eff9ade84e4787a1ac2c5940', '114.119.132.61', 1688271406, '__ci_last_regenerate|i:1688271406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e5c607fac7dcd892c400b1f90b1866af4f1931', '17.121.112.36', 1655982911, '__ci_last_regenerate|i:1655982911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e6dfcac02f40d0765e74f37c6f531e45f5d2c4', '190.56.51.158', 1655574758, '__ci_last_regenerate|i:1655574758;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655571268\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655574758;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e724197049ccf1bbeb408618a68a023e6990d0', '185.27.99.112', 1659396437, '__ci_last_regenerate|i:1659396437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e925cc51c45ddc1645711baae9e01a3c7e59d4', '40.77.167.49', 1666180990, '__ci_last_regenerate|i:1666180990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50e97fc27c1e23f900be528360e08843c9333cd9', '190.56.32.174', 1676483679, '__ci_last_regenerate|i:1676483679;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676480517\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50ea934dce608028e083baa66cc70723e977ad2b', '51.222.253.6', 1678702553, '__ci_last_regenerate|i:1678702553;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50ed28bc406384fd80b8a2cf4c055113e3ff7d0c', '52.167.144.164', 1685874293, '__ci_last_regenerate|i:1685874293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50edbf099bb60f0c08094db73c05014dda58ed3a', '40.77.167.227', 1682348872, '__ci_last_regenerate|i:1682348872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50ee2bf5a06b8232845cb81de770ad2d1ab3cf49', '152.89.196.13', 1660833375, '__ci_last_regenerate|i:1660833375;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50f1180b902c1f3e201f70bca66b5b9433877c33', '52.167.144.164', 1686455267, '__ci_last_regenerate|i:1686455267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50f131db6c6152020b0cb050216d99abac044ee3', '17.121.115.113', 1654009357, '__ci_last_regenerate|i:1654009356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50f42d0f8961c9180cc5e1bd9378e0ef1ce40db4', '5.188.62.21', 1659471289, '__ci_last_regenerate|i:1659471289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50f5853a8a2d7859d4c804d8ff7d05986a477c80', '190.148.87.6', 1668435482, '__ci_last_regenerate|i:1668435058;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668260330\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668435172;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50f7ea1f904d26e269073f372865233e8febb918', '52.167.144.70', 1688311806, '__ci_last_regenerate|i:1688311806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50f94002265fecdcb98dfe39f80a72a849ea70e2', '190.148.158.164', 1667400541, '__ci_last_regenerate|i:1667400541;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667234128\";last_ip|s:15:\"200.119.173.166\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfkey|s:8:\"ci3DIBqR\";csrfvalue|s:20:\"9uRz3tyMOSfKE6rw1D2V\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50f9e98b72c5b3032a517347585bd95a3c195611', '190.148.157.80', 1669242815, '__ci_last_regenerate|i:1669242815;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669242784;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50fa7c1d93c1f4994489f121bc20e2a29b687134', '190.148.157.183', 1680485640, '__ci_last_regenerate|i:1680485640;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680485284;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50faa1b8407f7cab87f7c7adfa9ea1073c0a1a91', '114.119.148.0', 1685436163, '__ci_last_regenerate|i:1685436163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50faa2621194084d56b145574eddd46eddf24bc2', '190.148.157.165', 1667998188, '__ci_last_regenerate|i:1667998188;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50fd475fea960f0a021107e21b5e36f9582b4bc8', '54.202.117.141', 1679837340, '__ci_last_regenerate|i:1679837340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50fda661b75efc51bf916076e3fefcba06c8a3df', '114.119.129.225', 1686117705, '__ci_last_regenerate|i:1686117705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50fe5fbca2bd8c62cc3b77b634e5f26e60c9da8a', '35.89.119.189', 1677848983, '__ci_last_regenerate|i:1677848983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50fe7f620b02646becfe6ea2ca9679bb3f6f0404', '190.148.252.111', 1678153345, '__ci_last_regenerate|i:1678153345;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678152397;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5103e258711d7f04d724132218517b6a3dbbd664', '157.55.39.253', 1681886704, '__ci_last_regenerate|i:1681886704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51074027b58fd2e23efdf0a5f560d7574f929e7c', '52.167.144.164', 1686635489, '__ci_last_regenerate|i:1686635489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5109099a216e7c46d00ebef284b0a2889d886366', '190.148.157.80', 1669662484, '__ci_last_regenerate|i:1669662484;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669662460;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('510946be2beaa58399b570890dc403d45ac3794b', '114.119.137.238', 1686886257, '__ci_last_regenerate|i:1686886257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('510af3009f5a862217f6e618475ce4eda3178962', '34.214.30.133', 1650806936, '__ci_last_regenerate|i:1650806936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('510d4917251987f0cfeb331eb3b61ec7c557002c', '190.148.158.175', 1672354719, '__ci_last_regenerate|i:1672354719;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672354715;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('510e6694f659ca77e99e2f6370cbd5f871353984', '40.77.167.63', 1671956143, '__ci_last_regenerate|i:1671956143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('510efa8b378880b4d94b11b66b547524923ec4a4', '51.222.253.14', 1681819975, '__ci_last_regenerate|i:1681819975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('510f0ec35926ee3cb289cb434a01c735cd02c7f2', '52.167.144.162', 1686174842, '__ci_last_regenerate|i:1686174842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51133d7a80499298c8f966851486a273d5f27a44', '51.91.125.152', 1650735936, '__ci_last_regenerate|i:1650735936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5113c28329b819aab5be67f422697663a5d36dd5', '40.77.167.169', 1688117430, '__ci_last_regenerate|i:1688117430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51144efb1eb8781279e5c40c44230acf1d07e0a3', '8.41.221.53', 1658710968, '__ci_last_regenerate|i:1658710968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5115a9611ce5ee5896d09dec01dd63af35e55311', '190.56.51.224', 1687655658, '__ci_last_regenerate|i:1687655658;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687655618;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('511cdd5e46b7b70c2d1e2ef24025640c3b6b1757', '190.56.55.113', 1673487635, '__ci_last_regenerate|i:1673487624;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673487634;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('511e1965819cf9ee3244dd643bb8760af9496c9a', '54.36.148.248', 1678941779, '__ci_last_regenerate|i:1678941779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('511f7256afff632ee61d8d9797f650f39564c087', '157.55.39.9', 1674750244, '__ci_last_regenerate|i:1674750244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51205592658af2c926ab4a9ab58838091cb761c8', '157.55.39.80', 1670374740, '__ci_last_regenerate|i:1670374740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5123295ab67b9517bef2ea444f56ef03d56d6c04', '114.119.141.42', 1685941683, '__ci_last_regenerate|i:1685941683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5123720513de406a7e5a5c5a069b28f64b4d9763', '207.46.13.17', 1674043979, '__ci_last_regenerate|i:1674043979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51255d083999518b425ff6e78cab7e99c08b9bdb', '54.36.148.198', 1685326973, '__ci_last_regenerate|i:1685326973;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5126307e25772e29382a8f25f44c732889113cf4', '190.148.252.151', 1671391783, '__ci_last_regenerate|i:1671391783;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671390413;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5126a97ccc725ad057d2407947243ad57ace6bb5', '40.77.167.44', 1670766467, '__ci_last_regenerate|i:1670766467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('512776a67eb87c30aa5d21ebf89e1e563a55679c', '52.167.144.22', 1685607641, '__ci_last_regenerate|i:1685607641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5127b519b6ebb7a268c117abe3336cd9e9cd0a0a', '52.167.144.98', 1686515213, '__ci_last_regenerate|i:1686515213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('512812b0e148ec11ff28d9bb670e0029053f497c', '157.55.39.147', 1672499143, '__ci_last_regenerate|i:1672499142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('512a5b45d252c3a3e56f73a030a98aec6418c72b', '52.167.144.98', 1684672281, '__ci_last_regenerate|i:1684672281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('512b86c0976fd3f3c1ff0abe4ab67ca246b37bc2', '52.167.144.171', 1684668704, '__ci_last_regenerate|i:1684668704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('512da758bed50100796462b1fdf2e627aa53f756', '157.55.39.79', 1668834366, '__ci_last_regenerate|i:1668834366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('512eef714f31553d0ed862b81875f9371bcfc350', '143.110.166.75', 1688277492, '__ci_last_regenerate|i:1688277492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51301b523801a80b4fba267302d47dab29eb1315', '51.222.253.9', 1688159248, '__ci_last_regenerate|i:1688159248;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5130c28d5242f971154462b9028104856baf936d', '212.182.90.118', 1674809129, '__ci_last_regenerate|i:1674809129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51334e69554eefc8938340aa241c60e45abd6832', '207.46.13.41', 1671320248, '__ci_last_regenerate|i:1671320248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51339d53c21b55e7c0bcecf202375e063fb58158', '5.18.234.254', 1670955617, '__ci_last_regenerate|i:1670955617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51340a6d159e6be03095c5e205f5abfca29bba85', '190.148.158.69', 1685718259, '__ci_last_regenerate|i:1685718259;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685718236;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5134234435852c25156c1243cef7dfe4b4726907', '51.195.216.255', 1650742963, '__ci_last_regenerate|i:1650742963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('513605f785e70a2806ed5b628c76b1d9bcae3fe4', '190.148.252.112', 1667834092, '__ci_last_regenerate|i:1667834092;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667603892\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"xWcFhz1nb5EByoS9fqsT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('513645fa04191a1db2bea60198c8ee911189e169', '163.172.176.202', 1682465691, '__ci_last_regenerate|i:1682465691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('513879604ad706087bf4fb6c090d77a4e2535a0b', '114.119.137.153', 1687166304, '__ci_last_regenerate|i:1687166304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5139524844c4bcec7281cb2ef4bcb1378bcd6d55', '52.167.144.162', 1686843569, '__ci_last_regenerate|i:1686843569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('513ca1529820bd2238bb016fc84f3bd66cdc9bd5', '114.119.130.167', 1687239829, '__ci_last_regenerate|i:1687239829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5142ef3061bb6da23b942d40dfcd2c3dd0877142', '17.121.114.229', 1659454539, '__ci_last_regenerate|i:1659454539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('514587405ef9308c238a5262aab01863d6f05cae', '114.119.157.206', 1686213968, '__ci_last_regenerate|i:1686213968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51475289b7bd10582ad2adfe7639f5fed48b4f7d', '52.167.144.76', 1682439015, '__ci_last_regenerate|i:1682439015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5147b9fa5dff2e37b1116e54907193a0db125094', '157.55.39.253', 1682156014, '__ci_last_regenerate|i:1682156013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5148bba350210ac7a7f50d3e142ef22839210e9a', '167.248.133.46', 1652455282, '__ci_last_regenerate|i:1652455282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('514b1e9b0aa2005f81d1c84a81815dba56f0cdbc', '190.56.55.48', 1687527359, '__ci_last_regenerate|i:1687527359;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687526827;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('514d26af5472e47e25aaf7d236642dd52498ce97', '190.56.54.156', 1665078973, '__ci_last_regenerate|i:1665078973;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665078721;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('514f1f54b676c0b2d11d07461025fb2970338380', '52.167.144.166', 1686899924, '__ci_last_regenerate|i:1686899924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('515293dcc8a6cd90c743b567252d3e07847f28ef', '20.28.189.19', 1655955694, '__ci_last_regenerate|i:1655955690;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5152e14f6119f61a80c7094c6af2f8a9673cc449', '157.55.39.253', 1682147377, '__ci_last_regenerate|i:1682147377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5153445bdc340bce07dff6443b3f89ecf778816b', '93.159.230.88', 1669723188, '__ci_last_regenerate|i:1669723188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5153fc0641d9f889852e68dbc759caa94b0479e8', '51.222.253.17', 1668105202, '__ci_last_regenerate|i:1668105202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51550ad32dd13b926616f1c6ce03bc50950ccfa7', '157.55.39.51', 1668367049, '__ci_last_regenerate|i:1668367049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('515514a80c64d1654f88d022510cf8644f532022', '157.55.39.68', 1667500792, '__ci_last_regenerate|i:1667500792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5155c49dbf94f1f5a380335fe5c9f9c5eb5c397b', '157.55.39.79', 1668935029, '__ci_last_regenerate|i:1668935029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51561a912a1c7898d71073abf7f38fcb600f5d5a', '114.119.143.124', 1687510341, '__ci_last_regenerate|i:1687510341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('515c3ee97b283d95fe2b676785d6fdbba971a837', '190.148.87.96', 1678541270, '__ci_last_regenerate|i:1678541270;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678540129;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('515c57651ab8d316bf17f56edf0b91f6982dda3a', '18.117.223.160', 1667962397, '__ci_last_regenerate|i:1667962397;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('515e88a6332d37f3696ce4c6da71bc7d53ea95b2', '190.148.157.53', 1683896815, '__ci_last_regenerate|i:1683896815;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683805301\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683896240;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('515ee718792405bae4233a16e01ceac62d518ea4', '190.56.49.237', 1665765917, '__ci_last_regenerate|i:1665765917;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665607155\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('515f5859a10e35097b83f4f87f7d8bd4fa8b8e8e', '157.55.39.100', 1672003903, '__ci_last_regenerate|i:1672003903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('515f69f8457a9cfcbc989ae4a3a475391fcdf9e8', '34.221.25.233', 1677503655, '__ci_last_regenerate|i:1677503655;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('515ff77b7a40604e9cf4e4804170d132015a2efa', '200.119.170.120', 1660091533, '__ci_last_regenerate|i:1660091532;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51621db4cf4e280481ca50e4e4e74d95790f1e7f', '52.167.144.82', 1687339445, '__ci_last_regenerate|i:1687339444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('516250cede19ee2b568433f191137c9b07479c9c', '207.46.13.41', 1671597828, '__ci_last_regenerate|i:1671597828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('516269282d6faa31af14f833ac1e89fdabed95b6', '157.55.39.79', 1669419456, '__ci_last_regenerate|i:1669419456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51639f311e82bdfe070eb0adfe8bce67f44a7e00', '52.167.144.76', 1681557128, '__ci_last_regenerate|i:1681557128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51656cb49bf59e377e39aeaf544aad6cd1f10737', '54.36.148.85', 1669684492, '__ci_last_regenerate|i:1669684492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5166252517d9f416cff86eaa16fc86acf4e17985', '213.188.72.190', 1650976761, '__ci_last_regenerate|i:1650976761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51665d87e32064303478208cdceb9f2ebaab2c25', '190.148.158.151', 1677024049, '__ci_last_regenerate|i:1677024049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677023978;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5169b43be755d378eb0a60bd8b604d4ef805bcfa', '190.56.50.15', 1667227859, '__ci_last_regenerate|i:1667227812;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1666801301\";last_ip|s:14:\"200.119.170.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"UNqgCd1ShiMZy4G5wR8H\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('516a9f4c30436d8a63d0e03eb85c06db64278727', '5.188.62.26', 1656355017, '__ci_last_regenerate|i:1656355013;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('516bfb287eb80b38408c12592cd43322f2a3c046', '198.251.73.113', 1679118696, '__ci_last_regenerate|i:1679118696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('516d65f33bdf3028cef7a8221068af86331358fe', '190.148.158.175', 1672415563, '__ci_last_regenerate|i:1672415563;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672415541;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('516dc4443b3e705fda71350dfe49f21fd4164531', '54.36.148.132', 1659540648, '__ci_last_regenerate|i:1659540648;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('516f4369866e2ffc653abdfeb982436d78dfa9de', '114.119.157.143', 1685941167, '__ci_last_regenerate|i:1685941167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('516fa77605bffa3767af749618956a85a629e5d0', '198.235.24.147', 1652865115, '__ci_last_regenerate|i:1652865114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51709213e69c3628f4bbf91013ffa3355aa2b3c9', '114.119.155.144', 1688021596, '__ci_last_regenerate|i:1688021596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51712e0e363b099824ed5968e9b05aff5b7e0dd8', '52.167.144.94', 1678209890, '__ci_last_regenerate|i:1678209890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5172c5689136662677eb7326621dd028e18b3ad3', '52.167.144.42', 1679668251, '__ci_last_regenerate|i:1679668251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('517376fa79e869ace03267dbc72739facb3f30b4', '93.158.90.68', 1669214616, '__ci_last_regenerate|i:1669214616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51748cea1382271ee9bfe6c7c2725b431af76c88', '114.119.146.114', 1687629223, '__ci_last_regenerate|i:1687629223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('517805d039d07ddbfe6c36babfe48536efd5d003', '52.167.144.164', 1684648094, '__ci_last_regenerate|i:1684648094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5178a44352cc1948239f2e443fd4aec885e57092', '69.167.12.35', 1681555078, '__ci_last_regenerate|i:1681555078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5179fed3027a70968c56dfb8500fc2d3ee1a0da6', '200.119.170.137', 1668627425, '__ci_last_regenerate|i:1668627425;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668627425;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('517b00824b67433199c388a6e256e7560b6a7d59', '52.167.144.56', 1676469361, '__ci_last_regenerate|i:1676469361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('517b8e9a9af9d47422000674e8b4aaffec19b649', '40.77.167.58', 1655061381, '__ci_last_regenerate|i:1655061370;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('517decb57612a3c2136f5739a12679cf01e4c699', '114.119.150.173', 1688568838, '__ci_last_regenerate|i:1688568838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('517ed921947a2c6bd0ad841b4b22d73c65dc11b5', '40.77.167.227', 1680972750, '__ci_last_regenerate|i:1680972750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51806c27aa6ccaa5b7cf04379658fa6b9368e65f', '200.119.174.9', 1674506200, '__ci_last_regenerate|i:1674506200;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674506193;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5180f089e1c08f080162c5f61caa913897869ea2', '114.119.157.20', 1688077980, '__ci_last_regenerate|i:1688077979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5181565805d4f8c2d54111e0808efdf9900870b2', '52.167.144.164', 1684384913, '__ci_last_regenerate|i:1684384913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5182178dee8ea86f33192a336dc24d6a10856a44', '50.21.188.16', 1675140685, '__ci_last_regenerate|i:1675140684;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5183fa8d7a820082052e81731a7525f84c379b22', '190.148.158.69', 1685715914, '__ci_last_regenerate|i:1685715914;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685715902;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51879652edf040d99ccf753f782b863adac91b2c', '69.160.160.58', 1680641185, '__ci_last_regenerate|i:1680641185;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51879a7b3ddc3b1254492e062dd64334a8dd7b2a', '51.222.253.5', 1684696679, '__ci_last_regenerate|i:1684696679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5187efe59d9dcd1f16d12be7c8c968bed8a316ad', '40.77.167.170', 1675851904, '__ci_last_regenerate|i:1675851904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51884b3c900b86b842d8609959d6fbc4bfb9d772', '207.46.13.147', 1672812017, '__ci_last_regenerate|i:1672812017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5188f579d9f3010f13a64763354cdf95fc7ac1cd', '190.148.87.182', 1679926949, '__ci_last_regenerate|i:1679926949;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679612598\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"xRECoLUVQGcWNvDd6F4i\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('518fcfc7dd3235b9e114640374e55177a7e24019', '52.167.144.28', 1679749285, '__ci_last_regenerate|i:1679749285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('519038a30158e7f6d2bb1a2b81adb45ea8ffcf93', '40.77.167.191', 1681763029, '__ci_last_regenerate|i:1681763029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51904b67cd139bbd3f96c44e3be8bd89b9dbb440', '51.222.253.14', 1660491950, '__ci_last_regenerate|i:1660491950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5190b6b564589569ce977ac8e7869d18fa2ba4c3', '207.46.13.6', 1672092719, '__ci_last_regenerate|i:1672092719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51944fae647933967f66c0d3b8ddd3098f7c9555', '190.148.158.151', 1677182829, '__ci_last_regenerate|i:1677182829;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677182379;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5194ec2c3d3a756c120ae506f406d757538c2673', '52.167.144.95', 1678026552, '__ci_last_regenerate|i:1678026552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51951b380bfc528e22b8decf8648c7ffe0e88f90', '54.244.81.51', 1662383108, '__ci_last_regenerate|i:1662383107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('519551cff2f8f5fe9ac87154649cc40fdad0c2f7', '114.119.146.107', 1687907335, '__ci_last_regenerate|i:1687907335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51980e919d462b7f58ee18ebc2b71a3ed8ff9c5f', '190.56.50.32', 1655164596, '__ci_last_regenerate|i:1655164596;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655124180\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655160626;register_id|s:2:\"23\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-13 15:55:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51982e27e58a8e74c7499eb217792eab82b2631e', '52.167.144.164', 1685947169, '__ci_last_regenerate|i:1685947169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51985430ef7d47415f90ffbdfa6dab68dda04fc7', '157.55.39.171', 1675150301, '__ci_last_regenerate|i:1675150301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5198f152257b4a28bf9c77aea3070959d9197982', '190.56.32.35', 1671994996, '__ci_last_regenerate|i:1671994996;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671994713;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('519905e2b943481c908d4b5dc69a839e23938559', '51.254.199.11', 1657831478, '__ci_last_regenerate|i:1657831478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5199357f25c879eb20c7bcf984e3a332953c1d90', '52.167.144.164', 1685950062, '__ci_last_regenerate|i:1685950062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('519ce65bcb614f7198743a2f89ecca9770a1bac2', '207.46.13.217', 1684164571, '__ci_last_regenerate|i:1684164571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('519dfa45cd35a4974eea32d97237b3d35d369a38', '40.77.167.60', 1671681230, '__ci_last_regenerate|i:1671681230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('519fa8c5058e60f956c1ab328d0d0f7980e21dd1', '157.55.39.80', 1670260236, '__ci_last_regenerate|i:1670260236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51a1369ca97984de0e4d27c42582e24da14693f0', '5.188.62.76', 1656415972, '__ci_last_regenerate|i:1656415972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51a228c063edc8e981d31cfe8ddcceccf89b1c9b', '40.77.167.45', 1670375201, '__ci_last_regenerate|i:1670375201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51a32907bb77e42968c881056d673f501d9f17d2', '167.172.75.190', 1651272622, '__ci_last_regenerate|i:1651272617;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51a45e85a5fc3777bcc1e78c8ea20d2f1020bf6b', '207.46.13.49', 1661552058, '__ci_last_regenerate|i:1661552057;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51a50d04d464accfc6e71d74d4e89a74e8392812', '114.119.145.89', 1684612801, '__ci_last_regenerate|i:1684612801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51a7a3d9ffaa46f4ea4804c7f0389ed14f46051e', '52.167.144.98', 1685436722, '__ci_last_regenerate|i:1685436722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51a7b2f4190ca98258eeaaec2c4f7dc8f89e370d', '114.119.132.101', 1687966065, '__ci_last_regenerate|i:1687966065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51a7bb1e43de555c0ea10745c53e750ddc90235f', '190.148.157.80', 1669323167, '__ci_last_regenerate|i:1669323167;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669323027;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51a8d266675891fb2f0b5314e2947f19d5d90776', '209.145.55.127', 1651081632, '__ci_last_regenerate|i:1651081632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51a9e741955295ba17d172992df450430a6a8387', '17.121.112.49', 1654095680, '__ci_last_regenerate|i:1654095680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51aae3561f53c194812bbad8512cb19496b2373d', '40.77.167.64', 1672876862, '__ci_last_regenerate|i:1672876862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51ab5c1d7e68d22d8569147b3b63b9c9c9369256', '114.119.151.82', 1684416048, '__ci_last_regenerate|i:1684416048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b16040a89081edbd48acf7b3330cf0ff0a6e7e', '190.148.252.88', 1670879409, '__ci_last_regenerate|i:1670879405;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670623060\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"9FCkzSfs5ZrVPopXBLmU\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b1a3abb3a8db4032416649ca96cc983e15d1aa', '190.148.157.98', 1679060262, '__ci_last_regenerate|i:1679060262;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678966907\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679060218;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b20f693cad2613d6026a9ee97b6a964a1852c5', '112.211.96.131', 1653288885, '__ci_last_regenerate|i:1653288884;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b28902231bda830322328b4a703182b5a116e9', '190.56.50.253', 1682707155, '__ci_last_regenerate|i:1682707155;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682518853\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"f0I8zYFNnr5ZQPCs1il4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b3be41cc123526fbe15f460cca9441f7c0c222', '157.55.39.54', 1658707709, '__ci_last_regenerate|i:1658707709;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b6ed33121a378f353fbe15c1f6ac594409554a', '190.56.55.32', 1657125727, '__ci_last_regenerate|i:1657125727;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657072722\";last_ip|s:15:\"200.119.173.131\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657125714;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b804292ed43f275bbe18589cbe933016e4531a', '54.36.149.87', 1651120881, '__ci_last_regenerate|i:1651120881;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b89ebd2bd1511fb4c7abb55f3eb88926302da0', '200.119.172.96', 1675437012, '__ci_last_regenerate|i:1675436950;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675363966\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"7UC5v3miofe19yW6OTXg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b9611b48bf9874ccb13b16d3a9c631d0969e9c', '142.93.150.235', 1669054644, '__ci_last_regenerate|i:1669054644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b973403e7fb9e00a5c1e9438ac401e3d4c9655', '54.36.148.213', 1667687757, '__ci_last_regenerate|i:1667687757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51b99c70f6641eaf8256cd2371d167ca90bcde70', '200.119.173.107', 1686834557, '__ci_last_regenerate|i:1686834557;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686781978\";last_ip|s:15:\"200.119.173.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686834388;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bab2bc761ad737f859b12d142b9069be81677c', '114.119.156.124', 1683456690, '__ci_last_regenerate|i:1683456690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bb240be287393f97f479de80b102d1961b073e', '207.46.13.205', 1671858684, '__ci_last_regenerate|i:1671858684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bc2acea29b14146fe79b424361c574a487f977', '17.241.75.95', 1682892482, '__ci_last_regenerate|i:1682892482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bd347b3b71e117c20a104320f153569702dbfd', '54.36.148.106', 1662577757, '__ci_last_regenerate|i:1662577757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bd378a7031442051908ec4c654d90b06468f17', '207.46.13.12', 1675432980, '__ci_last_regenerate|i:1675432980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bd6b2c8fd4c626f06c5e3330bcbf575fd31a51', '114.119.150.86', 1687848644, '__ci_last_regenerate|i:1687848644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51be35a636ddcf148b76ac2486586bf650e5f111', '40.77.167.161', 1681011836, '__ci_last_regenerate|i:1681011836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51be82f0a3db2111301b61ab6cb3d54c8909b9f4', '190.148.158.23', 1687214739, '__ci_last_regenerate|i:1687214739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bebc612177bc62cdd9c5a984cfe53439465511', '52.167.144.164', 1686208478, '__ci_last_regenerate|i:1686208478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bee5bef490a8700af51bfa2a52608800ffadbf', '52.167.144.164', 1685241021, '__ci_last_regenerate|i:1685241021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bf5cb076afe0bac9675a5a7610fe6a66710edb', '200.119.172.95', 1659537621, '__ci_last_regenerate|i:1659537621;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659536935;register_id|s:2:\"61\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:36:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bfd7efbbd3ca7bfdbe1c8aa56687c88717f68d', '190.148.157.165', 1668002784, '__ci_last_regenerate|i:1668002784;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51c072c2e69cd4467ead1dfb8c0e0594c07dcac7', '157.55.39.64', 1673444151, '__ci_last_regenerate|i:1673444151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51c2321bdbad7ee64e704760b0537a34b034ef01', '54.155.11.24', 1686019722, '__ci_last_regenerate|i:1686019722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51c2e48a940027d0dcd9c0c58d426cdd63483cc9', '130.245.169.145', 1657274140, '__ci_last_regenerate|i:1657274140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51c42e4687a38af5e494569797d6aa63094379c9', '17.121.115.134', 1655912856, '__ci_last_regenerate|i:1655912856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51c48462dd872bec8506656c006408b0ad5f49b6', '52.167.144.171', 1685129289, '__ci_last_regenerate|i:1685129289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51c513c05e49ff6f127d082d80023e737f3157c9', '200.119.172.65', 1659360569, '__ci_last_regenerate|i:1659360569;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659298139\";last_ip|s:14:\"200.119.172.65\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659360546;register_id|s:2:\"57\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-29 16:37:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51c5a36baa7ccb613fafc24d15058982eacf82df', '200.119.172.60', 1674570832, '__ci_last_regenerate|i:1674570832;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674570832;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51cc377854cf6f335b406ecb6578224c643e1097', '52.167.144.98', 1685587480, '__ci_last_regenerate|i:1685587480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51ce51bf3cd0475dc926904eee7689cbc184d4d4', '54.36.149.31', 1658480448, '__ci_last_regenerate|i:1658480448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51d05e9fc584d97198f9a4d460a5b09b0408c1ae', '207.46.13.41', 1664980187, '__ci_last_regenerate|i:1664980187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51d2887f8babba03d887a7005dde9f4d48d5d158', '190.148.252.183', 1681567802, '__ci_last_regenerate|i:1681567802;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681567157;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51d2c49061e76cee6aa8586c74948aca410723af', '114.119.150.101', 1688584922, '__ci_last_regenerate|i:1688584922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51d3801eb4d9835bc1d70eea66b0639d7192c97b', '54.36.149.22', 1668415758, '__ci_last_regenerate|i:1668415758;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51d66a0a732a65b4e4561a8636054d615d79b9e6', '52.167.144.98', 1684822196, '__ci_last_regenerate|i:1684822196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51d89b23fb29f30fde3f2d26398f64200ded185f', '17.121.113.223', 1658692046, '__ci_last_regenerate|i:1658692046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51d8e3fd5472068c3bc729ee4007b79652496930', '190.56.32.243', 1684705592, '__ci_last_regenerate|i:1684705592;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684704780;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51d9d0101014b622386dd191f715efb97f31a2b0', '114.119.154.252', 1684918356, '__ci_last_regenerate|i:1684918356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51da9fee125ed39e37b8127732dcb380fe9b5afe', '207.46.13.12', 1675721818, '__ci_last_regenerate|i:1675721818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51db94c22a19039015919b964a01e71ab95f0ae0', '165.232.41.156', 1687870732, '__ci_last_regenerate|i:1687870732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51dcba8c1caec163fcfa2fc8f184c5f96928dd93', '114.119.147.213', 1686701471, '__ci_last_regenerate|i:1686701471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51dd8d446af888dd0167016bb9976659d025d5cc', '40.77.167.21', 1675198411, '__ci_last_regenerate|i:1675198411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51de733db1a32f76ed85c0073a294c18fd425851', '114.119.128.22', 1685392420, '__ci_last_regenerate|i:1685392420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51df80fb6979ebd92458634bd6f31aa6fb9f4e67', '114.119.158.156', 1686845434, '__ci_last_regenerate|i:1686845434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e317b705b44db8e8c6547fa22e4b53353e3b97', '74.208.2.164', 1682136343, '__ci_last_regenerate|i:1682136343;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e3ad4454f3b7841f87c8debd77b57ac1bf7682', '157.55.39.80', 1670374740, '__ci_last_regenerate|i:1670374740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e46bacc39bc794d287256e6ef31f469de9f125', '40.77.167.49', 1666222484, '__ci_last_regenerate|i:1666222484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e549d4b1dbf1f55a65615be89079d28850c583', '51.222.253.14', 1653279182, '__ci_last_regenerate|i:1653279182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e58a9814a383d18dec2ee5caf18d3cef03cadf', '40.77.167.161', 1676485857, '__ci_last_regenerate|i:1676485856;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e69c7582019b87f0f258258ebacdff13440199', '66.249.74.103', 1683155664, '__ci_last_regenerate|i:1683155664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e840e854ae7e41d0eb562c889301499158fc8d', '35.91.107.58', 1682168780, '__ci_last_regenerate|i:1682168780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e9761b03f6112e18b6c982330b68694a8edb6c', '119.90.52.37', 1650859278, '__ci_last_regenerate|i:1650859278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51ea642d680da4cb19d1e385834387132aba0ece', '52.167.144.98', 1685951114, '__ci_last_regenerate|i:1685951114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51ebe397a82d2a93a71e22f4f2810352a8bb73e0', '190.148.157.98', 1678929680, '__ci_last_regenerate|i:1678929680;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678793200\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678929091;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51ed91b0acfbbdb304d4e07c5649b5226340d131', '51.222.253.16', 1670857587, '__ci_last_regenerate|i:1670857587;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51ee7e707277aebf2482da5e40d1234067053c22', '157.55.39.68', 1667471604, '__ci_last_regenerate|i:1667471604;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51eeb84eb5995b4a236d5088f8dd3402a59b23b1', '114.119.152.161', 1687880396, '__ci_last_regenerate|i:1687880396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51effa4278fd09c372385eefd80726370ce92143', '52.167.144.98', 1684653492, '__ci_last_regenerate|i:1684653492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51f19ea3f347c4d79a798ba718a899954993f9c4', '190.56.55.184', 1653453531, '__ci_last_regenerate|i:1653453417;requested_page|s:13:\"admin/welcome\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653410100\";last_ip|s:13:\"190.56.55.184\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51f2baab016464b3ef5c35e98d5b8ac66e4ab489', '40.77.167.91', 1686910069, '__ci_last_regenerate|i:1686910069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51f3ad400f4be03f4cb82316d8af6bb13a63aaab', '157.55.39.217', 1683192202, '__ci_last_regenerate|i:1683192202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51f415e551c161c51f7231135009eee051c47185', '93.158.90.72', 1663652067, '__ci_last_regenerate|i:1663652067;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51f594f2cd10ce582ca976fa89a2c006a7d5be4a', '190.56.32.32', 1686071200, '__ci_last_regenerate|i:1686071200;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686071195;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51f73c0590b0b710285fb23029b55dd0ca4b75bd', '207.46.13.207', 1681393874, '__ci_last_regenerate|i:1681393874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51f9afc44789d65844c40ee8b337e62a70d87176', '157.55.39.51', 1668367050, '__ci_last_regenerate|i:1668367050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51f9b16e81232945798a50e22a8accb1f92283ea', '66.249.64.150', 1677486083, '__ci_last_regenerate|i:1677486083;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51fbc2e5cbc1b70097f05aedd719a3403d8e7245', '114.119.151.84', 1684646564, '__ci_last_regenerate|i:1684646564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51fcdbb1ee0222f3f92a2f51c3ecd11aaaffe57d', '51.222.253.14', 1685011877, '__ci_last_regenerate|i:1685011877;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51fdb8142b4e99932a34f233b3603855364b065e', '51.222.253.9', 1658298951, '__ci_last_regenerate|i:1658298951;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('520242f11d75f0bbd97c7ce300fe51892755a84f', '51.222.253.5', 1687911141, '__ci_last_regenerate|i:1687911141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5203cdbe95e0a7f0456d1b6854ea15635210702d', '17.121.115.200', 1654868715, '__ci_last_regenerate|i:1654868715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5205d275393e8802b929d98878ba238adbd71fd2', '190.56.55.0', 1687827548, '__ci_last_regenerate|i:1687827548;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687827456;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5206e9a5fb44e7e9440524935f9d5884ed757ede', '114.119.147.32', 1686741289, '__ci_last_regenerate|i:1686741289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52083686465b27f70c1fa35ed2f16d47a4fb70c1', '52.167.144.73', 1679258357, '__ci_last_regenerate|i:1679258357;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('520927f0569c384c4920c13e4ffd84647cafaf9f', '52.167.144.70', 1688162345, '__ci_last_regenerate|i:1688162345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52093e66bdca62f8da7bf2e725f82d58ca092139', '52.167.144.154', 1687478733, '__ci_last_regenerate|i:1687478733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('520b178b936a1892bff14fba68fbfcc49d9ecb1d', '52.167.144.171', 1684432576, '__ci_last_regenerate|i:1684432576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('520b4c3ef83ac098f00d1421120793b51c7b3015', '52.167.144.109', 1680661883, '__ci_last_regenerate|i:1680661883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52101d5030f9ac76f54176c0a2e023f0e995b24d', '190.148.252.111', 1678042120, '__ci_last_regenerate|i:1678042120;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678042072;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521168f1053c378ea9fae683b5203bcd75713a71', '66.249.74.101', 1686304464, '__ci_last_regenerate|i:1686304464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5214b0cf85204f45974a1072ce50d4e5291a2286', '40.77.167.2', 1668029096, '__ci_last_regenerate|i:1668029096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52165669a7ba11f030f03acb949cb9508dcf2e30', '157.55.39.54', 1658906758, '__ci_last_regenerate|i:1658906758;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521c116fb8927afa2ca83d1c2cf25864e865e0d5', '47.242.105.176', 1683881415, '__ci_last_regenerate|i:1683881415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521d62c03d24e0e07d35f04c18537d862e29b6b6', '66.249.65.177', 1673880288, '__ci_last_regenerate|i:1673880288;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521d6979ecf66dc85f72b8407259aa583e820690', '157.55.39.79', 1668935029, '__ci_last_regenerate|i:1668935029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521dfd2bf68bbbd7d35e417d7fc215af48af6fd5', '190.56.173.136', 1687962149, '__ci_last_regenerate|i:1687962149;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687953011\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687962064;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521e3edbf00c97b1d17ddb180c9d4f93087d1758', '190.56.32.35', 1672062500, '__ci_last_regenerate|i:1672062500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672062492;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521f8d26bb5678df901005c591f41353cb017f82', '190.56.173.213', 1683592867, '__ci_last_regenerate|i:1683592867;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683592859;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('522031274bc2d77c1600edbf3091d5426dfca884', '114.119.136.128', 1686463939, '__ci_last_regenerate|i:1686463939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5220d3489eed1f758da36010fae44cf73e6c5e75', '52.167.144.31', 1681289516, '__ci_last_regenerate|i:1681289516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52215af47b43c03fe719484055abe5c4edc6cc89', '190.56.173.136', 1687977998, '__ci_last_regenerate|i:1687977998;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687977913;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5221ef04146286d10dd1596359e29dd94d87ed8d', '45.61.147.87', 1652647218, '__ci_last_regenerate|i:1652647218;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('522287119a8d3e56059bc0eac287fd93444877aa', '200.119.168.5', 1668718344, '__ci_last_regenerate|i:1668718344;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668718334;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52231b5113cdc8926280c7870019caacf56bc407', '51.222.253.14', 1672281046, '__ci_last_regenerate|i:1672281046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5223de705f6de093fa4e3e02d62a0b6cda6ad786', '200.119.172.60', 1674654257, '__ci_last_regenerate|i:1674654257;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674653982;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5223f952cacfd4bc4a6cec61e9c89e198e388b1f', '190.56.173.213', 1683557421, '__ci_last_regenerate|i:1683557421;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683557420;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52249b1ddf623082fa48319609dd3c64ae633317', '190.148.252.161', 1670000959, '__ci_last_regenerate|i:1670000959;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670000904;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5224cceb79c436608679e38bb884b39c7584f43d', '40.77.167.49', 1664032269, '__ci_last_regenerate|i:1664032269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5226124a159b98a7033317b62918b6d56a52535c', '54.36.148.39', 1674395342, '__ci_last_regenerate|i:1674395342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('522783b75466d8f0fd3717eda3a274b3b41a2024', '5.188.62.21', 1653328228, '__ci_last_regenerate|i:1653328225;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52278a9b33d86a02a6d806abf7797f24c9221a4e', '157.55.39.108', 1672986653, '__ci_last_regenerate|i:1672986653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5228b7bcea541ac2a53868ff9ddcce79f8c04e93', '114.119.151.5', 1686484695, '__ci_last_regenerate|i:1686484695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5228c6c8f9f01c9883728b7426ab714797f61ced', '190.148.158.164', 1667320642, '__ci_last_regenerate|i:1667320642;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667320628;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('522a0dd300c55f8dea63bb34f9835fe39f457093', '130.245.169.70', 1657360535, '__ci_last_regenerate|i:1657360534;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('522befde7a4df6ae5eb5d67b34c7df8856643a75', '185.27.99.130', 1655113322, '__ci_last_regenerate|i:1655113322;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('522c901b5fc90f4a97e37728216429976d6faf86', '157.55.39.79', 1668631645, '__ci_last_regenerate|i:1668631645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('522cbf5e9c7fcbdb3edbb0843b85f2693ff3ee76', '190.56.32.174', 1676558408, '__ci_last_regenerate|i:1676558408;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676484764\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676557966;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5230b05050ae36b7f45998dc049e0cf6b9551b90', '52.167.144.171', 1685760640, '__ci_last_regenerate|i:1685760640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('523198201d1e08c4eca531f2ef97ad761c779f66', '40.77.167.104', 1669292253, '__ci_last_regenerate|i:1669292253;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5231c545f90a6581cbec56ea9b77e47f9d01181d', '207.46.13.6', 1671548309, '__ci_last_regenerate|i:1671548309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5232376832192e4371c434726f80e0814cc9ee38', '54.36.148.232', 1669411643, '__ci_last_regenerate|i:1669411643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5233b0a7378e0e2918b8cc009735a9063647dafb', '157.55.39.100', 1671890133, '__ci_last_regenerate|i:1671890133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52344df87c1da90b3a870cd1ad6d48d42a1b0910', '190.148.252.76', 1654267555, '__ci_last_regenerate|i:1654267555;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654214806\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654266412;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5236d5cb7ba16e8a1ea230a645f0903bfddf7bb3', '207.46.13.209', 1685954611, '__ci_last_regenerate|i:1685954611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('523c1d693d223f630f044db3b5a110429aacff79', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('523e854185cf2a44e7d061c9778f2e2aecf43434', '52.167.144.171', 1685594529, '__ci_last_regenerate|i:1685594529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('523eb3830db694abe7c0d1f8a267b92cb1653a1d', '157.55.39.79', 1669998546, '__ci_last_regenerate|i:1669998546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('523f0d59a49ffc8a7a782a1ec06ef23426571b5e', '54.36.148.105', 1660755769, '__ci_last_regenerate|i:1660755769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52416c571b73495dbef276d6d092a90261f25d5b', '200.119.170.158', 1661276645, '__ci_last_regenerate|i:1661276645;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661274823;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 08:49:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5241ba599a838f292185f321dc9782b308d4447d', '198.251.73.79', 1686693221, '__ci_last_regenerate|i:1686693221;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52447caef4bebbff7f565e53b7c5bf9dd15c6fdd', '52.167.144.164', 1679028555, '__ci_last_regenerate|i:1679028555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5245d15812d2ca8da0b08faadde1e06e8c365c3a', '200.119.170.168', 1670537733, '__ci_last_regenerate|i:1670537733;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670533734\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670537724;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('524654253506c6b84975e64ddd2361f402a574a1', '52.167.144.28', 1679319870, '__ci_last_regenerate|i:1679319870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('524662c3aca763369fe80d8722657bf4898ed270', '114.119.144.24', 1686744321, '__ci_last_regenerate|i:1686744320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('524b53e6247757f6282ee43dd4a81494dfb4f49f', '63.33.48.133', 1675784962, '__ci_last_regenerate|i:1675784962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('524cf91a7258a5348d733a6b2f45f217db00c455', '40.77.167.236', 1677538923, '__ci_last_regenerate|i:1677538923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('524e2fd76addb916b0a0c9a57049ce4f933707b0', '200.119.168.250', 1681153748, '__ci_last_regenerate|i:1681153748;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681153736;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5250f6819cbe1f72c7c57724d4678978300bbccf', '40.77.167.13', 1672754815, '__ci_last_regenerate|i:1672754815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5251e28acd100ba62d0c24e37550b8c9e72771f7', '52.167.144.164', 1686807549, '__ci_last_regenerate|i:1686807549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5252ec4cfda819812f3c9dd52020d61ee680360f', '93.158.90.69', 1677424055, '__ci_last_regenerate|i:1677424055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52533a5ac373d77381f04223b0ddfb04d8b8e120', '51.195.90.229', 1650840423, '__ci_last_regenerate|i:1650840423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('525351ddc50385180c67eba079d70a7263b786a2', '51.222.253.8', 1662456678, '__ci_last_regenerate|i:1662456678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('525373051cf39503599e0561ae2a6550c0253730', '157.55.39.112', 1666509432, '__ci_last_regenerate|i:1666509432;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5253ada13923d7c228dbb74770ae37a64cb4c6a8', '171.13.14.6', 1667330862, '__ci_last_regenerate|i:1667330855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52543739ebca1f67bc63b8564701308ddef85534', '192.71.142.35', 1665057159, '__ci_last_regenerate|i:1665057159;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5254feb33e6a97c9263a4b704fe0063e57ecc0ca', '190.148.157.146', 1666786453, '__ci_last_regenerate|i:1666786453;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666786438;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5255734d51f8b452c1c7994b4a0ef4506fb1d764', '114.119.150.29', 1687731672, '__ci_last_regenerate|i:1687731672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5255c79a45b57def85511dfab450436186742ade', '52.167.144.162', 1681830984, '__ci_last_regenerate|i:1681830984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('525890b6e8f6f422a5acebaa397c1d69e9ac030a', '190.148.252.111', 1677792394, '__ci_last_regenerate|i:1677792394;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782391\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"DYaCPJf92meBUuHX3gQy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('525982978c9521b592f7477592a5995b16b259f4', '40.77.167.179', 1678019612, '__ci_last_regenerate|i:1678019612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5259d965121127d5f12b1595c56529e6788ef606', '114.119.129.254', 1688166976, '__ci_last_regenerate|i:1688166976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('525ad5320c98e41517a90bbcd451d687b7439d4f', '40.77.167.241', 1687653247, '__ci_last_regenerate|i:1687653247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('525d4d51f7fcd511f13a91d4e8a93e369f794c1e', '114.119.145.129', 1687578670, '__ci_last_regenerate|i:1687578670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52613ef1b351bddbc75437a52b04ee7a42905c29', '190.56.50.253', 1682614850, '__ci_last_regenerate|i:1682614850;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682614847;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5262ec900e084b3ac8cd85d2bc1cb8fb2d398310', '40.77.167.182', 1683398244, '__ci_last_regenerate|i:1683398243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526354eeadcc21edb2c5457f86c56c217ac57978', '157.55.39.217', 1683448097, '__ci_last_regenerate|i:1683448097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526452f8637e9898693847ab6819f0e2df3f0785', '198.251.73.5', 1669808175, '__ci_last_regenerate|i:1669808175;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526476a167d59746e2d1d563c7dd678ac2159c38', '200.119.173.177', 1685139623, '__ci_last_regenerate|i:1685139623;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685138880;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5265a58441a3b1fa1b356526ecdccc2eac70365b', '207.46.13.205', 1671226906, '__ci_last_regenerate|i:1671226906;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52664b8dbdf0b95e8c8e907430c67b32b88d08d1', '190.148.87.96', 1678382795, '__ci_last_regenerate|i:1678382795;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678307998\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"uql8AHM60ztYxBrsOhcg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526717a0fc65b401f2ecf8a9601a1b4114f4b2a4', '190.148.157.192', 1655901720, '__ci_last_regenerate|i:1655901720;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655901713;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526746d26ee8e5288c654a5ff1d8e67f84bb0be1', '190.104.119.212', 1654637199, '__ci_last_regenerate|i:1654637199;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654618960\";last_ip|s:14:\"190.148.87.244\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52698e8daa695f8a651c93cc77db588f6f17a680', '51.222.253.13', 1666941916, '__ci_last_regenerate|i:1666941916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526b3eb15911935759d5166330452e44a6f1b74f', '40.77.167.49', 1664728818, '__ci_last_regenerate|i:1664728818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526c3222b160b1ac6e4aaa28527212aa2e1bac6e', '190.56.32.162', 1686422635, '__ci_last_regenerate|i:1686422635;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686422613;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526c97e20633f43ed299ac3465207d4bea83db2c', '190.148.157.183', 1680313428, '__ci_last_regenerate|i:1680313428;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680313209;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526eca278ecae8b700aedf3f348f26ee28d52ace', '17.121.112.139', 1653147102, '__ci_last_regenerate|i:1653147102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5270e66bfefd55dfe0138cdd647a18ef8569a212', '163.172.148.199', 1665715761, '__ci_last_regenerate|i:1665715761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5271893e8c5f439cdfc8681fe6234e9f571e2771', '114.119.136.155', 1684315067, '__ci_last_regenerate|i:1684315067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5271b8594ab5d01f7f0271c81d40263a1edb9c24', '207.46.13.6', 1671783536, '__ci_last_regenerate|i:1671783536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52743ac729296b70dbc02abab980c41a17f83ef9', '157.55.39.65', 1661635040, '__ci_last_regenerate|i:1661635040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5274b72f2e8778647f0e814efa0a1685e08da840', '190.148.87.96', 1678562589, '__ci_last_regenerate|i:1678562589;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678562574;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5278e3d52defe78f0cdf441872353ffd1653b14d', '190.148.252.151', 1671462762, '__ci_last_regenerate|i:1671462762;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671462364;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('527a6252ffd10147865e9a72c0cf6afd25017ac5', '207.46.13.210', 1677497610, '__ci_last_regenerate|i:1677497610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('527ad900d6eabeb986fa7dd472c268e3331ba994', '157.55.39.51', 1667857946, '__ci_last_regenerate|i:1667857945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('527fa59ca55d30791edd2b1905c6a5d64830db82', '190.56.55.48', 1687366007, '__ci_last_regenerate|i:1687366007;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687365327;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52815346084f8339162b0b0d4b938500ef7ff6d4', '52.167.144.98', 1686404397, '__ci_last_regenerate|i:1686404397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528196daf957a3d3a4c7b25f45574d4c0ca1132b', '190.56.32.174', 1676740917, '__ci_last_regenerate|i:1676740917;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676740614;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5281dd427606f27aab7718d0ec58bac95aa9d34c', '69.167.36.21', 1681022756, '__ci_last_regenerate|i:1681022756;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528320d9587b7610cd39059787a4021cb9f2cd52', '157.55.39.171', 1675150301, '__ci_last_regenerate|i:1675150301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5284d68e83220a8f04af282f835f3fe34aab1d73', '52.167.144.164', 1685051673, '__ci_last_regenerate|i:1685051673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52855bb87eaa9e3a96e94cf6445592b412ab5386', '40.77.167.13', 1672812011, '__ci_last_regenerate|i:1672812011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52872a7d46f8870c4abd4d48105f27f7edfd4869', '209.145.55.127', 1653652765, '__ci_last_regenerate|i:1653652765;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528a1ecb8ad112adfda60e1c749f341a8836db9c', '157.55.39.79', 1668887974, '__ci_last_regenerate|i:1668887974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528a594ddaaef9f44316dcf1bed86fad22f38280', '200.119.173.212', 1667932251, '__ci_last_regenerate|i:1667932251;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528a8e75c73846d2367a14dc04f8404108277439', '54.227.32.154', 1651216513, '__ci_last_regenerate|i:1651216513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528b24d8e8d7a1e5027a28878bfe43faa35a900b', '40.77.167.202', 1687707359, '__ci_last_regenerate|i:1687707359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528b29380b03d19ac4e56098af74ed5c9f69fb0e', '207.46.13.154', 1671496074, '__ci_last_regenerate|i:1671496074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528bbcc174d4f26aeba8b99ceecd73a0ef4586f2', '157.55.39.80', 1669985736, '__ci_last_regenerate|i:1669985736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528d87631337e9aa805eb9a631e74715f9373aa9', '54.36.149.51', 1668015405, '__ci_last_regenerate|i:1668015405;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528efe87bb4c72762f7048c138a2cfdbc482c85d', '114.119.137.237', 1686303394, '__ci_last_regenerate|i:1686303394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('528f69b469164f87ac9c84f29f6d31c3dea7fb64', '190.148.87.182', 1679669938, '__ci_last_regenerate|i:1679669938;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679669933;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529261edb21407c1ff6b075a004b31f778abeec8', '101.251.204.98', 1669878135, '__ci_last_regenerate|i:1669878135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529295a0ae8b91b4a137cbf1ba9323caedccbc89', '40.77.167.169', 1676130309, '__ci_last_regenerate|i:1676130309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5292d2f1f8ad05a1a9c6b78e205fbca4ac852464', '40.77.167.202', 1687653153, '__ci_last_regenerate|i:1687653153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529336c037059d00793ef860ebf11af85d53a6f1', '40.77.167.187', 1679587597, '__ci_last_regenerate|i:1679587597;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529621b0f82e9d6101923b65447d3eb74c8d0b6a', '52.36.67.109', 1678627075, '__ci_last_regenerate|i:1678627075;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52963bd582579ed6fdb64fd89444d78f1ba36312', '20.113.145.17', 1650953656, '__ci_last_regenerate|i:1650953652;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52965b18738dc850abb8b3c754370613cfbbc007', '52.167.144.98', 1686606700, '__ci_last_regenerate|i:1686606700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5296d60d4202438118a48daa523cea9adbc64b9c', '42.193.16.135', 1652413499, '__ci_last_regenerate|i:1652413499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5297d8d2466b1d92202614ce83c96e81514216c4', '190.56.55.113', 1673895265, '__ci_last_regenerate|i:1673895265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52982c3c0a23af41b9e1fc2eacf6758f59509121', '190.56.49.109', 1666099305, '__ci_last_regenerate|i:1666099305;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666098995;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5298c449dca7f88bfee2fad93fd990bfd9cc22d4', '200.119.170.113', 1666711210, '__ci_last_regenerate|i:1666711210;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666711131;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5298c8d3fac39b36104ba38258ab5de48a994ab2', '190.148.252.111', 1677800556, '__ci_last_regenerate|i:1677800556;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677798489;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5299df5c5dc8e6e8624f6901cacf155e1f81f1d5', '20.211.14.167', 1652755584, '__ci_last_regenerate|i:1652755580;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529a9c0ed798831e3c81e1c643e3819f64b9a048', '54.188.60.82', 1676326949, '__ci_last_regenerate|i:1676326949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529b17e7134bad6969883491fa5b71fcc03bdf17', '190.56.51.169', 1684527573, '__ci_last_regenerate|i:1684527573;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684521750;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529df83ac5fdc303ee440547652f92ef95131df8', '40.77.167.227', 1681076825, '__ci_last_regenerate|i:1681076824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529ebd1789266d0ca970d1d0a90edbe44c946480', '207.46.13.160', 1664873047, '__ci_last_regenerate|i:1664873047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('529f2f36410ba1ef188bf0a23bd7b535b7ad8abf', '114.119.138.194', 1683755916, '__ci_last_regenerate|i:1683755916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52a10e8bdf96af46b13abf48c90ff33ef4516343', '190.148.252.73', 1664825113, '__ci_last_regenerate|i:1664825113;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664825111;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52a14eeff1405cbb58b103278e5e3c7ece676020', '185.181.61.24', 1656283309, '__ci_last_regenerate|i:1656283309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52a3a26ba4efc2f0a99966f4bb64a9e73033ba62', '190.148.252.161', 1669940249, '__ci_last_regenerate|i:1669940249;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669938721;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52a4039ff415dbfb82ef1cd75a1e5ea27dcb2e7d', '51.222.253.16', 1653308810, '__ci_last_regenerate|i:1653308810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52a414b1547685e49dc63fa9322278aeebf7a7d2', '190.148.158.151', 1677159645, '__ci_last_regenerate|i:1677159645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677159378;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52a579f54bfeb8f5eb124af722addfec37b57cea', '114.119.150.190', 1688028373, '__ci_last_regenerate|i:1688028372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52a9264e9d80d0288a0eb134d6abc885b60340b6', '200.119.173.177', 1684846344, '__ci_last_regenerate|i:1684846344;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684846336;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52a927ed31b5f62695b15a42d1a0f4bb2a800aa0', '190.148.252.151', 1671461071, '__ci_last_regenerate|i:1671461071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671461067;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52aa17e8d5daf15006fc5771887ffe0080d07e72', '52.167.144.162', 1686341691, '__ci_last_regenerate|i:1686341691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52aaca0a6e17b7dfee584e1792c51e7f31f86935', '207.46.13.41', 1671167201, '__ci_last_regenerate|i:1671167201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52aacf2ce2706a2f2707859978a4c639a030a8e5', '190.148.157.117', 1675605808, '__ci_last_regenerate|i:1675605808;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675605785;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52ab284ef535a40ebf0d9871de5a6c693b21ae05', '52.167.144.162', 1681955156, '__ci_last_regenerate|i:1681955156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52adb17c4f650fad8eb34ad7a8ddd494da4e48c8', '130.245.169.70', 1657360535, '__ci_last_regenerate|i:1657360534;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52afb69caf036504bedeadcd0c37940d08675d33', '40.77.167.246', 1676845383, '__ci_last_regenerate|i:1676845383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52b228ff659f7bded7716e22a4654085522c998b', '52.167.144.98', 1684424650, '__ci_last_regenerate|i:1684424650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52b3334127e1e875e67dbf097559e4bdd6fca41a', '200.119.170.168', 1670718533, '__ci_last_regenerate|i:1670718533;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670718437;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52b336f858692ab038a1e01d05bd4b9d8901aac9', '130.245.169.139', 1657878946, '__ci_last_regenerate|i:1657878946;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52b41561f91542f31f3f20abf6e80968d089590c', '190.148.252.112', 1667832284, '__ci_last_regenerate|i:1667832284;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667603892\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"25HpiyA73GcmrqBOXn6Y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52b5b1137975a587284d9b6345a2f1ab269d6a5f', '17.121.114.24', 1656518109, '__ci_last_regenerate|i:1656518109;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52b6c185d19a9b534ce847adee4b8464d22f0f4f', '190.148.87.97', 1655994577, '__ci_last_regenerate|i:1655994517;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655988358\";last_ip|s:13:\"190.148.87.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655994561;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52b7917029739ec4c8f0582cb150e26dfeb4c32f', '40.77.167.43', 1653669861, '__ci_last_regenerate|i:1653669852;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52b88352e0ba4c73853e95cbe3cd04c0af20adf7', '190.104.119.122', 1650909616, '__ci_last_regenerate|i:1650909392;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650904504\";last_ip|s:14:\"190.56.173.167\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52b92a8c9e20e0514201bd9af93ee8e6386ad221', '114.119.147.32', 1687305280, '__ci_last_regenerate|i:1687305279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52b93ff0964db2dd7cf78cb9c41fa8b86b5f3f62', '40.77.167.101', 1661946070, '__ci_last_regenerate|i:1661946070;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52ba8361e205b20f9be0611e424ceca423a3c1d8', '157.55.39.51', 1668935052, '__ci_last_regenerate|i:1668935052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52bb95d1316ffcb08cdeab96f12b086a8a0df22b', '190.148.252.111', 1677955033, '__ci_last_regenerate|i:1677955033;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677953509;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52bcb6f810a3560134baf24d333c6c182086995d', '52.167.144.74', 1688283078, '__ci_last_regenerate|i:1688283078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52bcc404220be4d2d4c65663c97133e0baeaf615', '207.46.13.221', 1687043681, '__ci_last_regenerate|i:1687043680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52bd65410c520698b85e3620a24cac4083f3395e', '190.148.252.76', 1654055175, '__ci_last_regenerate|i:1654055135;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653585132\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c156f7a62b43cfd2ef274d19c35509a7513f14', '74.208.2.154', 1682136358, '__ci_last_regenerate|i:1682136358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c1b4ce49453c88c0a3fd94a32fb5a2d6dd7709', '157.55.39.143', 1669794961, '__ci_last_regenerate|i:1669794961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c5263a6bcc5dd21832836765a19edcec1b1f9a', '190.148.252.96', 1673177409, '__ci_last_regenerate|i:1673177279;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673091903\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673177407;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c59e05aceb27aba35d256ebd19a6e4da971395', '190.56.55.113', 1673887350, '__ci_last_regenerate|i:1673887350;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673879211\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673886931;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c7011d9187fc4bc14c658ba93632fd9a38b1f7', '200.119.172.60', 1674860124, '__ci_last_regenerate|i:1674860124;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674860098;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c71ead8d8b076186a24e75aae034720ed8dfb5', '190.148.158.151', 1677203585, '__ci_last_regenerate|i:1677203295;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677203585;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c79c34b42851834208e62536c49712b9e4935c', '51.222.253.17', 1674828751, '__ci_last_regenerate|i:1674828751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c86c73e6101c7729d31001c535dcb47a738f8c', '190.148.158.175', 1672238224, '__ci_last_regenerate|i:1672238193;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672159460\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c8a1aaa94907c258b2b1b4e586201e150e5461', '52.167.144.162', 1686240293, '__ci_last_regenerate|i:1686240293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c8ef070e923751293cb376796b4bb02a4844da', '114.119.135.121', 1685499175, '__ci_last_regenerate|i:1685499175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52c962ed56b6befb26a98e60ac2d0b8f1402145a', '40.77.167.202', 1687660223, '__ci_last_regenerate|i:1687660223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52ca37b866e52ca1ec39fd5ce0379216fb4ca328', '192.71.126.175', 1652301731, '__ci_last_regenerate|i:1652301731;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52ca3ecd3e251f8b45dfebac2bf2c6f5df7e6c2f', '190.148.158.175', 1672680224, '__ci_last_regenerate|i:1672680224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672678773;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52cacc76fdd628ddb0309cb0ded95e583954736d', '54.36.148.60', 1679554031, '__ci_last_regenerate|i:1679554031;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52cb2d0b6fa02d3386928b57cc8500aff944ae67', '128.199.94.136', 1653007642, '__ci_last_regenerate|i:1653007638;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52cb80fb668aec453f3c4c6c556b8758284b6cfa', '52.167.144.98', 1686653069, '__ci_last_regenerate|i:1686653068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52cc1bfb61244eb53d198712efa725ddc5e6bcbc', '52.167.144.56', 1676980365, '__ci_last_regenerate|i:1676980365;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52cc4f50bde3a4c4b7c3793a705d2f7b1ea5027e', '114.119.135.233', 1685399485, '__ci_last_regenerate|i:1685399484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52cc7cb2daad3e841b112daf0c2ca35188cfa178', '200.119.170.143', 1670166829, '__ci_last_regenerate|i:1670166829;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670166815;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d0e30cce44e7b0af2bc7718da6781a9516575d', '190.56.54.129', 1653586408, '__ci_last_regenerate|i:1653586408;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653524823\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653581882;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d13d59c13940834f82a7e65cdbc530c8b4bd5c', '190.148.157.98', 1679189522, '__ci_last_regenerate|i:1679189522;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679189033;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d22bef4f6352547f58ff8e712ef0369b197222', '51.222.253.5', 1651286676, '__ci_last_regenerate|i:1651286676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d24d5571ef059168a31db73417c8dba6f8737a', '207.46.13.154', 1670863900, '__ci_last_regenerate|i:1670863900;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d4c10fee0045fdcbbebb49eb403a4c17903d06', '207.46.13.10', 1670998431, '__ci_last_regenerate|i:1670998431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d4cae5a57509f8c7f0fa98ee95ea726c4dc060', '190.56.51.158', 1655759954, '__ci_last_regenerate|i:1655759954;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655735793\";last_ip|s:13:\"190.56.51.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"DqoiHucb25VspP0tkXlz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d6503c79a6c9cb7f1bcc5b46ae832c256bcfa0', '114.119.136.120', 1683323780, '__ci_last_regenerate|i:1683323780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d6caa78d143e259ab5f1822c13f1990766d397', '157.55.39.128', 1673286130, '__ci_last_regenerate|i:1673286130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52d809fe56b38eba711ab53e1ac82665555e9f4a', '190.56.55.48', 1687373264, '__ci_last_regenerate|i:1687373187;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687299741\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52dab8f65701fe0c1093b7687b049a33ee103837', '157.55.39.62', 1660356745, '__ci_last_regenerate|i:1660356734;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52dae67d4a953bcab4806b889e81376873c96c2f', '135.181.91.119', 1671745348, '__ci_last_regenerate|i:1671745348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52db80a9cbd8ca8b383d348b7b6396f2bad202bd', '130.245.169.139', 1657878934, '__ci_last_regenerate|i:1657878933;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52de6ba67cdbc54e4f4823c57f027b095543c3c4', '114.119.132.36', 1687199558, '__ci_last_regenerate|i:1687199558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52df3624d69fb381e150d1497c0c5b3b958d3f7c', '54.36.148.49', 1676275684, '__ci_last_regenerate|i:1676275684;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52df99926d149c5b3071932ec7ffbda3b11e4d22', '40.77.167.91', 1687032541, '__ci_last_regenerate|i:1687032541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52e079e71f516e8d63a0082f50af828d6ae3db2d', '190.61.55.186', 1684518108, '__ci_last_regenerate|i:1684518108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52e15461fd2593d441a6fbc8c92cfeac381cd907', '51.222.253.1', 1674900951, '__ci_last_regenerate|i:1674900951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52e174286faec8228c6607f07f92636a9949ffdb', '114.119.145.183', 1688026354, '__ci_last_regenerate|i:1688026354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52e1c182b0df61e903a995eedf338e7281bc704f', '207.46.13.12', 1675466795, '__ci_last_regenerate|i:1675466795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52e34a38b3e219554eadb03cfa4a6cf3dccdb7f7', '190.148.252.109', 1684023227, '__ci_last_regenerate|i:1684023227;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52e68f1c69ebaf1c8a05dc7771a9f3f2156d048f', '190.56.32.174', 1676847219, '__ci_last_regenerate|i:1676847219;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676847215;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52e7e382295b40e1f3be33ca6367b1ba5c2392de', '114.119.150.95', 1688188884, '__ci_last_regenerate|i:1688188884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52e7ff99db9175d2782efcccee1a4f9cdb707ebb', '93.158.92.11', 1669912152, '__ci_last_regenerate|i:1669912152;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52e8e1a4b8c8bfcf1aaa50d4065d1bbfed115423', '190.56.32.162', 1686411511, '__ci_last_regenerate|i:1686411511;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686408474;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52ec45a7b7a86c26b2e4d7c5ffffe4192517ce50', '190.148.157.98', 1679171578, '__ci_last_regenerate|i:1679171578;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679171576;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52efa35dfa38318d7fec1bb3c7b2ed28592d319d', '52.167.144.171', 1685771651, '__ci_last_regenerate|i:1685771651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52f4499bbc1bea125aedfe0aa83063e4d5a9c731', '40.77.167.161', 1675324075, '__ci_last_regenerate|i:1675324075;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52f56866fcc709c88defb944ecd2d94da39d3f0b', '40.77.167.219', 1676995514, '__ci_last_regenerate|i:1676995514;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52f7764dee4977cdd08dfce9ebe6f5ce781f354b', '54.36.148.90', 1658692147, '__ci_last_regenerate|i:1658692147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52f7ee2002699c22e4bb7aae08fe3853c502d8df', '190.56.32.162', 1686524404, '__ci_last_regenerate|i:1686524404;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686524376;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52f89905c81df282e70e9b14de60cfb18b243d21', '40.77.167.91', 1686974791, '__ci_last_regenerate|i:1686974791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52f8dca755b754e3d6de6863e12c4d3e4a29de29', '51.195.216.255', 1650895767, '__ci_last_regenerate|i:1650895767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52fc044d85557554153f0e5e07b44ca1321d9333', '66.249.65.100', 1651290771, '__ci_last_regenerate|i:1651290771;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52fce3121e9e7ff6874169c9d32e210655e153d7', '40.77.167.170', 1676044237, '__ci_last_regenerate|i:1676044236;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52fdab1ad97406be248fcb159b71996ad5a3920f', '1.14.7.100', 1652177720, '__ci_last_regenerate|i:1652177720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('530048ae5a455a165e129fdffe0619715cba481d', '207.46.13.12', 1676363280, '__ci_last_regenerate|i:1676363280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53008c768954a5d5e5bd5619c1c6860032145b28', '40.77.167.236', 1677962933, '__ci_last_regenerate|i:1677962933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5300f4074e2d79a65436c2474d4340d493bbf33d', '45.59.28.97', 1664291727, '__ci_last_regenerate|i:1664291727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5301c8f60bc575a1cf92ff7f76892b52a5012313', '190.148.87.182', 1679663368, '__ci_last_regenerate|i:1679663368;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679663359;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('530521f48e0e0022f82543588e16d740298182fd', '51.222.253.9', 1682238862, '__ci_last_regenerate|i:1682238862;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53057fd4a764f9a12a746fe658fae6c941d8d3f4', '52.167.144.162', 1686577122, '__ci_last_regenerate|i:1686577122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5305d62b9d25fc12a147cbd310b0174017eaa52f', '207.46.13.205', 1671651272, '__ci_last_regenerate|i:1671651271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5309573fa0a49da6c80d78fcea8b4f27779d2efc', '190.56.32.32', 1686083569, '__ci_last_regenerate|i:1686083569;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686083552;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('530a4555622460461ed849646aa5f00f136aa665', '34.219.169.163', 1653203090, '__ci_last_regenerate|i:1653203090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('530a5c19f55634b7cc0865dfc9f08935fda34697', '130.245.169.70', 1657360537, '__ci_last_regenerate|i:1657360536;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5310a8b7319895d89fd5d77f7d88164a2389c43e', '114.119.154.81', 1685099686, '__ci_last_regenerate|i:1685099686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5311f9334b8603eae6cbc98a09ea438b630908f5', '190.148.252.55', 1675716648, '__ci_last_regenerate|i:1675716648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675716629;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5312485dd45d02ade5756f7878ad8e094931c2ed', '157.55.39.51', 1669173692, '__ci_last_regenerate|i:1669173692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5313b17459140d1c5c6a418e543aeca54c1d02c7', '51.222.253.19', 1671333182, '__ci_last_regenerate|i:1671333182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5314d0e2011ac4a8898d62962c251f96034f52d9', '52.167.144.178', 1684139242, '__ci_last_regenerate|i:1684139242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53164257045198a6dd37d2ad615d4cdc615e992f', '34.132.52.32', 1664741117, '__ci_last_regenerate|i:1664741117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53164578febb5cc9f57411c822ffacb0d33ff88c', '52.167.144.98', 1686581764, '__ci_last_regenerate|i:1686581764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5318ef55dff2dcb55db9299883fbe2a886504101', '52.167.144.82', 1687550151, '__ci_last_regenerate|i:1687550151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('531a4e2b941ef6cf0520cc2768c18f3e3df5c24b', '157.55.39.128', 1673567253, '__ci_last_regenerate|i:1673567253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('531d42e95d7bc30f3a534dad47a230c0d32e099b', '190.56.50.253', 1682733826, '__ci_last_regenerate|i:1682733826;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682733802;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('531f3617cbc1d4c4efa5de071b8a6bbe8603fc44', '157.55.39.91', 1671059653, '__ci_last_regenerate|i:1671059652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('531f692360c293333a557ea24e49ef260702e034', '157.55.39.68', 1667093594, '__ci_last_regenerate|i:1667093594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('531f93214f8aaf2ddaac819190c085347ff54791', '52.167.144.95', 1680573267, '__ci_last_regenerate|i:1680573267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('531fef9e13a6fee5a49eeff41d5f7b6e4e2b08af', '51.222.253.9', 1666450111, '__ci_last_regenerate|i:1666450111;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5321000b88db27a535c4c811bb65032f9b2d5005', '207.46.13.215', 1680304593, '__ci_last_regenerate|i:1680304593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53216558dc4b9276d8531d10a635b6b8f8a59e43', '190.56.173.136', 1687985825, '__ci_last_regenerate|i:1687985825;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687985823;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('532281e6ac221035303fefbf63a28cbd59cf87c3', '66.249.73.232', 1652572459, '__ci_last_regenerate|i:1652572459;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5323e29d1dd2c89686913e109ca7146545426a31', '190.148.252.55', 1675702477, '__ci_last_regenerate|i:1675702477;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"XFHxW0zaVYJtm7l1cnI4\";last_activity|i:1675696288;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5327508c3151487a9a33507ec41512f2250da875', '52.167.144.172', 1687097975, '__ci_last_regenerate|i:1687097974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53276923c95064bec72fd3b6c83f231d3ffb02d6', '157.55.39.79', 1668367005, '__ci_last_regenerate|i:1668367005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5328b2636b4ae2832b6f816c4bdac00f2e7b899e', '40.77.167.175', 1679880945, '__ci_last_regenerate|i:1679880945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5329ed37dc309b419421e2f7c5bcbf78def4911c', '157.55.39.80', 1670512307, '__ci_last_regenerate|i:1670512307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('532a43cce827fe9ef470e923eae860316e5810be', '157.55.39.79', 1669168273, '__ci_last_regenerate|i:1669168273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('532e66eeda9c76b5d646e2c4d41c12ccf725c375', '51.222.253.13', 1660619859, '__ci_last_regenerate|i:1660619859;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('532e77c28e6929ff5eab8b7449146a663895aac2', '52.167.144.43', 1683842356, '__ci_last_regenerate|i:1683842355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53306b3b8fe47ae83d8ec73b80b790ba554e4df3', '173.249.31.237', 1659409318, '__ci_last_regenerate|i:1659409318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5331c01f8bd0538a9fb414bf0d4753b8a88ab902', '200.119.173.130', 1676038123, '__ci_last_regenerate|i:1676038123;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676038121;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5332025f9f5c813edf4e1abddaeb9f77b025fcf7', '200.119.173.67', 1679346654, '__ci_last_regenerate|i:1679346654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679344793;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5332f28c47dc415bf464afd5bd69d771f80fd88e', '190.148.252.88', 1670793661, '__ci_last_regenerate|i:1670793661;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670793325;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53338e93a07b6afdbabe22756a7b9c20a0b47bb4', '190.148.157.80', 1669119606, '__ci_last_regenerate|i:1669119606;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1669046932\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5336f93f958ef9468f4f72b0504c41ae0319b8bf', '205.210.31.6', 1652160558, '__ci_last_regenerate|i:1652160558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533bf166d500b5959b469a6272829638e574e24a', '173.249.31.237', 1659409050, '__ci_last_regenerate|i:1659409050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533dcc9adbc3765d8ce4ca481ff8f430b5d9ea7f', '51.222.253.3', 1679604829, '__ci_last_regenerate|i:1679604829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533e337374e26af6fa64933bf8baaaa08881a6dc', '40.77.167.123', 1683658280, '__ci_last_regenerate|i:1683658280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533e5cb88a8d7b8fc83eb63d097fab07269fa31d', '54.245.164.67', 1650870997, '__ci_last_regenerate|i:1650870997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5342e34577b6cbdbcbcee3396913b4f8bcb3ff52', '190.148.157.183', 1680139590, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1680105464;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680091316\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680139590;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5345ba80d1a6b26765af25d4fb811845d1b2c4d1', '59.36.175.46', 1665639712, '__ci_last_regenerate|i:1665639712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53465c51580c47f5ac0d835d196e8e57f0ae0fe8', '207.46.13.41', 1670844689, '__ci_last_regenerate|i:1670844689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5347a5bc9d1c4c6ab9497c38527e5ec38972bcde', '40.77.167.43', 1659345668, '__ci_last_regenerate|i:1659345668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5349b538e26243211b867948ec213536be8041e4', '190.56.50.253', 1682731642, '__ci_last_regenerate|i:1682731642;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682731623;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('534a00d23aa196a34f106b82a0c5fb5253c5ba47', '64.246.178.34', 1671258833, '__ci_last_regenerate|i:1671258833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('534a44f55ae68e084e95a5adc8e765fda7827283', '52.167.144.89', 1679826878, '__ci_last_regenerate|i:1679826878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('534ab6d8798cc9fb52b29408b145427b13536551', '66.249.74.105', 1683283943, '__ci_last_regenerate|i:1683283943;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('534b632073c6bd79ad45ac505a4b0356ea28c842', '190.148.158.108', 1676784822, '__ci_last_regenerate|i:1676784822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('534b6f58c86b0fd798104b988a29fa6c36bfba05', '190.56.50.15', 1666968565, '__ci_last_regenerate|i:1666968565;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666968555;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('534bacc06c830806fb4309d809b1b93f9767921a', '134.122.99.98', 1686315235, '__ci_last_regenerate|i:1686315235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('534e20ce45a3b69619b174ae5a4e3061b97da76b', '114.119.128.5', 1686988200, '__ci_last_regenerate|i:1686988200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('534e5cfb94d637cc381da3a5d79d27b5ae975a8f', '79.185.58.100', 1671294157, '__ci_last_regenerate|i:1671294157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('534f9e0a4136439b66c623b0a66e715a43d415aa', '54.36.149.70', 1684071203, '__ci_last_regenerate|i:1684071203;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535007db228b70601d85aa0857a82a2af2ca08af', '190.56.173.213', 1683474214, '__ci_last_regenerate|i:1683474214;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683474203;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53521ce4283b4712a2527ef5dfc484e0fc6255a4', '190.56.32.35', 1672061524, '__ci_last_regenerate|i:1672061524;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672061517;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5356a9590caad84a9a2a48ed50d48dff7c58fad9', '114.119.130.217', 1688199026, '__ci_last_regenerate|i:1688199026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53571b4317e84d51d40ad14e88dd0ae294de34bc', '52.167.144.164', 1685370572, '__ci_last_regenerate|i:1685370572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5358b3a40607bc78886bf9cb5ffe538679a2648b', '18.237.49.206', 1652448410, '__ci_last_regenerate|i:1652448410;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535a1f1d2ed0bdb8a2efe2e22e02bbcfaa138f1f', '188.40.113.31', 1655140851, '__ci_last_regenerate|i:1655140846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535adcc57afc3f2f60241b379924f31702508e36', '51.222.253.4', 1654909653, '__ci_last_regenerate|i:1654909653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535be6043d4fd06b23b37b8015d35c7afd329b48', '207.46.13.113', 1675636539, '__ci_last_regenerate|i:1675636539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535cc3a022a506a3afccdff288d2a4febe4ec549', '207.46.13.147', 1672684023, '__ci_last_regenerate|i:1672684023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535cda56fb52c6497198715638c21acffa96c027', '54.36.148.85', 1684907996, '__ci_last_regenerate|i:1684907996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535d637590bbca51eb3dc9e1d9735ab7dcc0cbcb', '207.46.13.154', 1670109672, '__ci_last_regenerate|i:1670109672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535ef1fbfe25df08e3da54663b6fe271a6753ec1', '157.55.39.123', 1673074575, '__ci_last_regenerate|i:1673074575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535fbbb82ecc0d41c09ac890c391f145c0996e65', '18.159.104.6', 1656122369, '__ci_last_regenerate|i:1656122369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('536020cc493975c33ad93c189a2a9eacb20b197d', '54.190.36.117', 1650870263, '__ci_last_regenerate|i:1650870263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5361635467c658656879be6ce209bc53fd9f4994', '114.119.149.222', 1687618899, '__ci_last_regenerate|i:1687618898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5362e2d9b37e6e537bcbb28fec288675602be0f9', '52.167.144.98', 1684289107, '__ci_last_regenerate|i:1684289107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5363a277ea9b45c872e1d29c6b8adfde7e9e7fdf', '118.191.130.222', 1656725598, '__ci_last_regenerate|i:1656725598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53674c1709b20fc2e347204fa6991e8ca5997c42', '200.119.172.96', 1675375233, 'requested_page|s:27:\"admin/sales/modal_view/1525\";__ci_last_regenerate|i:1675375233;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675352351\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('536998433daac38db2b38a363fdf39f941bc4f7a', '200.119.172.96', 1675449151, '__ci_last_regenerate|i:1675449151;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675449127;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('536fa7e5f9d61920bfc9959a9c1b057ad953bbcb', '207.46.13.41', 1670805993, '__ci_last_regenerate|i:1670805993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('536faab6c352a46b52e800746ed5da438d149e8c', '52.167.144.154', 1687735044, '__ci_last_regenerate|i:1687735044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53701df677f1e31a9dc7916c8c813de3d9d5e767', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('537077a1239efd350661e5f9c8a3bc9652b1975d', '51.222.253.5', 1658083738, '__ci_last_regenerate|i:1658083738;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5370ca96e0cce2924b0fbf119420fa6ac288959f', '190.148.87.182', 1679876642, '__ci_last_regenerate|i:1679876642;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679876624;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5371816ec7a4000d42ac7cba898429bb12d9a5f6', '54.36.148.129', 1683889926, '__ci_last_regenerate|i:1683889926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5374395baa34555d44b9572b1748663534b7df35', '17.121.112.247', 1651941761, '__ci_last_regenerate|i:1651941761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5374a43d89580c2b4cde1070e845c7f6d318898c', '209.145.55.127', 1651055018, '__ci_last_regenerate|i:1651055018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('537627da7f798c871faea3d96fabb3e66abc8992', '157.55.39.227', 1688492058, '__ci_last_regenerate|i:1688492058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53766a521bf2d0502332d1f6d760f02be5819509', '190.56.32.35', 1671973555, '__ci_last_regenerate|i:1671973555;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671973283;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5377f39471db6b4fb805a8c674e63ccc8b918ee3', '52.167.144.98', 1686178206, '__ci_last_regenerate|i:1686178206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('537a71669970d8397faa7ca6c4ab341e9a883ca1', '147.182.171.81', 1650861179, '__ci_last_regenerate|i:1650861179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('537abcacc7d0b1bbe8a8c470f5fd4cb915b5c110', '190.148.87.244', 1654615236, '__ci_last_regenerate|i:1654615236;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654613403\";last_ip|s:14:\"190.148.87.244\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('537b524af1bcc19ffb3ef72675bcb8c19ef4f14c', '114.119.150.37', 1686677354, '__ci_last_regenerate|i:1686677354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('537ba7e99daf3d6998aa0703dea796aac99f6078', '157.55.39.51', 1668834276, '__ci_last_regenerate|i:1668834276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5382edaded4e531526c828c6923e217a00716c4e', '157.55.39.125', 1653931364, '__ci_last_regenerate|i:1653931354;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5384f5a9c099555e12cf8bd7f9909ac60216f4e5', '190.56.32.35', 1671983439, '__ci_last_regenerate|i:1671983439;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671983390;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53850933270a65099a317ab49e1085562d8dc45c', '23.80.167.192', 1654636821, '__ci_last_regenerate|i:1654636820;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53867856114e9eb2252d8dbb933ad26c26f1ff19', '17.121.113.81', 1661064907, '__ci_last_regenerate|i:1661064907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53882e86e6ca6d612601ad57a2c6e0c5f3da5b59', '52.167.144.162', 1686459511, '__ci_last_regenerate|i:1686459511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53892eb537a7482dede6eb1954d8287b2590be42', '51.222.253.6', 1672479418, '__ci_last_regenerate|i:1672479418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('538ae3f5ed82f16a4dbf0bf4020cc9cd2cb5af0c', '114.119.141.52', 1688278306, '__ci_last_regenerate|i:1688278306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('538f388b2e9eef59d58f097aa6c056087a3e57f7', '190.148.157.53', 1683728260, '__ci_last_regenerate|i:1683728260;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683728257;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('538ff69cf3440e68ef2b5f2bdcbb9d4a3da17eaf', '190.56.50.32', 1655130097, '__ci_last_regenerate|i:1655130097;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655130094;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5391369dc67962affba06ad571e4846ea09e778e', '157.55.39.69', 1671929537, '__ci_last_regenerate|i:1671929537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5392815a7e73ee237633f88676b462b3e9295eea', '54.36.149.102', 1658373418, '__ci_last_regenerate|i:1658373418;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53953f776ef0c7a4f2e8bbb423ca3dcf1575b1ad', '200.119.172.96', 1675472823, '__ci_last_regenerate|i:1675472823;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675472796;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5396157ab38839b71cf2affd0ae6757182d074a2', '40.77.167.123', 1683688249, '__ci_last_regenerate|i:1683688249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5398d8e92861a3802089ea363fbc80805f93c9d6', '114.119.137.8', 1688570336, '__ci_last_regenerate|i:1688570336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('539a3b33dc96245c158558264a42c77e28fc4225', '34.221.99.204', 1674566704, '__ci_last_regenerate|i:1674566704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('539b71e0075f9ad00e952ef33643efd5dd5184b1', '51.222.253.6', 1660819998, '__ci_last_regenerate|i:1660819998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('539c06dcf3ddb197a0a0ee707f4766b7c5adc12f', '223.240.99.104', 1666424905, '__ci_last_regenerate|i:1666424905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('539c86112e3a239653b4750b1a6ae10dabf7e307', '52.167.144.98', 1686627295, '__ci_last_regenerate|i:1686627294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('539dad15671515fad2831f0d4bdaed7866bbbc5d', '157.55.39.128', 1673444173, '__ci_last_regenerate|i:1673444173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('539e6819197e10b93c5ba87569e87b6b64ed70f8', '157.55.39.80', 1670759711, '__ci_last_regenerate|i:1670759711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('539ed5b4a8da4f8637957a8de40d38876ced7ae8', '52.167.144.164', 1686208478, '__ci_last_regenerate|i:1686208478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('539ffc582479a36b04f73ec0f859dfc495b7195d', '54.36.149.83', 1688428045, '__ci_last_regenerate|i:1688428045;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53a149ecf1e496be3f9969f1a4d0f53fae47a99c', '40.77.167.219', 1677557297, '__ci_last_regenerate|i:1677557297;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53a402c54be6cdaa590a8997eeb52aa2c486c2e3', '54.36.148.13', 1664695297, '__ci_last_regenerate|i:1664695297;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53a4606264fd727102cc3e0a4874d28a9aa3afe4', '114.119.148.108', 1684389044, '__ci_last_regenerate|i:1684389044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53a4ceda0c8a98b860f36aee7b47d938945f51d9', '40.77.167.182', 1683655640, '__ci_last_regenerate|i:1683655640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53a61be2f94f6abc4c11e00e9d76184b0464eaa2', '52.167.144.31', 1675662135, '__ci_last_regenerate|i:1675662135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53a8509d29ea077b23039c821567e424e7fb65a0', '190.56.50.253', 1682783812, '__ci_last_regenerate|i:1682783812;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682783691;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53a873ed464f93fed250d5b3272c429022aa0f7b', '207.46.13.154', 1670806750, '__ci_last_regenerate|i:1670806750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53a99c1dabe967c9baf69a6195355d82382feda3', '40.77.167.191', 1682376311, '__ci_last_regenerate|i:1682376310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53aad43ecf7d1e3ef4454e6de7ad6ea8f39763b5', '207.46.13.204', 1671932026, '__ci_last_regenerate|i:1671932026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53aaf2e9e717d8269258314e0e6f1d60038729c3', '66.249.74.105', 1686478464, '__ci_last_regenerate|i:1686478464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ac158d0854a2a0fe38092294e958a42186bfb3', '114.119.140.70', 1685538120, '__ci_last_regenerate|i:1685538120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53acb4164f152eff0c78293621d1791bb11f447d', '40.77.167.115', 1687212793, '__ci_last_regenerate|i:1687212793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ade7bb0dab7c18e66da2cdf0cf5c2106453e5a', '17.121.112.169', 1655983354, '__ci_last_regenerate|i:1655983354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ae0e3e0eb89f455ea983ac9cd8814e94b22f53', '207.46.13.12', 1676129867, '__ci_last_regenerate|i:1676129866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ae8dc272db1abd22e6e407668483eb843f280c', '52.167.144.164', 1686639852, '__ci_last_regenerate|i:1686639852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53aedaf54ff466131968f13c45f332d18a128bb8', '190.148.252.161', 1670021595, '__ci_last_regenerate|i:1670021595;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670021587;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53af7e5a6ababa81ce7207fdf153c0c1c2619fbd', '40.77.167.123', 1683271647, '__ci_last_regenerate|i:1683271647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b1ffa5a721302fcc7e00c805eb231496b71230', '5.161.50.17', 1682606251, '__ci_last_regenerate|i:1682606251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b27528ba0577bc07023ca8655007c6dd7d5f85', '190.56.173.213', 1683158581, '__ci_last_regenerate|i:1683158581;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683158082;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b4121db6504660190b0b343f3b22e48761f37a', '190.148.87.248', 1660826477, '__ci_last_regenerate|i:1660826477;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660785297\";last_ip|s:14:\"190.148.87.248\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660826462;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b5f0e38a9eda9278a36517e5156fa207c68249', '157.55.39.51', 1669168054, '__ci_last_regenerate|i:1669168054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b759d5398ba57ec2b56b08053ac0404edb1480', '114.119.146.12', 1685385896, '__ci_last_regenerate|i:1685385896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b77b522fcb9e8fce03df2ea332a6a1bd962d93', '190.56.50.32', 1655053258, '__ci_last_regenerate|i:1655053258;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655043371\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655052413;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b81df0d7dbc64acaa07c838200f1c8b4737bfc', '114.119.140.47', 1685973201, '__ci_last_regenerate|i:1685973201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b87fe7bf1befb702be7cc21e278d018b30c829', '190.148.252.96', 1672933803, '__ci_last_regenerate|i:1672933803;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672932298\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tq3s56QeHTObxZDhVuBw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53b900764b0ceec82e22fee1b016f9c58a5e88c9', '51.222.253.7', 1686146826, '__ci_last_regenerate|i:1686146826;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ba9a2c91222c7807cafb4d5d95c0bcea804a5a', '176.53.217.182', 1650722709, '__ci_last_regenerate|i:1650722709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ba9fa6b212afd62dd89e5840c20cbc98cbb058', '44.242.172.192', 1664256905, '__ci_last_regenerate|i:1664256905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53baad14c43b66751f60ab2793dc8e790caf3dfc', '114.119.131.189', 1686883397, '__ci_last_regenerate|i:1686883397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53bb1c572e149b7221f37b74a04ea643c0f7703e', '207.46.13.207', 1685878654, '__ci_last_regenerate|i:1685878654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53bbe28831cc9ccab807f31bb3e26b19fc46182e', '52.167.144.98', 1686414268, '__ci_last_regenerate|i:1686414268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53bc170fc80018b87e5cd0f95bb8a237ca114954', '66.249.65.167', 1658981349, '__ci_last_regenerate|i:1658981349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53bd123fea2abb53283f78200ea2f899b59d26cc', '40.77.167.85', 1686710758, '__ci_last_regenerate|i:1686710758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53bd140e164b45ce32fca35e26eeb8bc0f06afe6', '52.167.144.164', 1686453014, '__ci_last_regenerate|i:1686453014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53be72d098297c50b51c04108e6d30d7c2c83339', '157.55.39.148', 1671828490, '__ci_last_regenerate|i:1671828489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53be7de4a0e4c5be55c1c49ba22c4aff8af3fe03', '51.222.253.3', 1686530036, '__ci_last_regenerate|i:1686530036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53bfd158b6e750cf13d198170b45e6538c1fd1e7', '114.119.129.199', 1685042407, '__ci_last_regenerate|i:1685042407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53bfd87bb264215ead0968054902dea8c261a83a', '190.148.252.96', 1672951331, '__ci_last_regenerate|i:1672951331;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672951322;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c04206036973f1d446621a6ded4472fd9cb851', '74.208.2.198', 1672815714, '__ci_last_regenerate|i:1672815714;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c043024e782cb27b4232f52808a8b4800b79a9', '190.148.252.183', 1681222664, '__ci_last_regenerate|i:1681222664;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681222605;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c1d6babc695281bd9e33c1ed1a18eabbb6cf3d', '165.22.62.204', 1671902818, '__ci_last_regenerate|i:1671902818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c310a5d830fe0f171cf8b780ba0151e83b6743', '49.12.220.221', 1682635541, '__ci_last_regenerate|i:1682635541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c4e9fbb424af64061cf1ea497434413b3cf61f', '46.101.63.152', 1652762860, '__ci_last_regenerate|i:1652762860;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c4eec513e8ffe0f8d41651be2488001b2b26dd', '66.249.79.210', 1653003333, '__ci_last_regenerate|i:1653003333;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c5a45054a5b57335667049bce8363addcc61cb', '51.222.253.2', 1651255359, '__ci_last_regenerate|i:1651255359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c6c39c2be6b850d9a3ec76f9ae9501cbb80d1e', '200.119.172.60', 1674567553, '__ci_last_regenerate|i:1674567553;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674567462;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c9b2b8f6afb680b7b32df5a13e2c85612da9a6', '5.188.62.21', 1656434957, '__ci_last_regenerate|i:1656434954;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53cceb3894df4f43750b9686049bbee2597c0518', '104.198.40.18', 1663529762, '__ci_last_regenerate|i:1663529762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ced2873e5b8e0e63e751c0640f001837bbbfdf', '200.119.172.48', 1668602929, '__ci_last_regenerate|i:1668602929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668602895;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53cf77ed2f90b0798dff00d3cec8cab649cf6eb9', '190.56.50.15', 1667231951, '__ci_last_regenerate|i:1667231951;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667225807\";last_ip|s:12:\"190.56.50.15\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53cfd360dc0922676fdc2509fd4c141eb42000dc', '52.167.144.171', 1685629925, '__ci_last_regenerate|i:1685629925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d1353ccd0cd2d4a4761e076c86787ab2164302', '188.163.17.25', 1673540093, '__ci_last_regenerate|i:1673540093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d1c911dded47fd9a4491935965b8f90555657b', '114.119.143.77', 1686915051, '__ci_last_regenerate|i:1686915051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d29c3af2e0cd7c59c06ec1e094a642076feb6e', '190.148.252.183', 1681248547, '__ci_last_regenerate|i:1681248547;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681246782;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d6256f94f048139c837c7bbc3fad395738d83a', '52.167.144.98', 1686373275, '__ci_last_regenerate|i:1686373275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d6c24f4ac0589846ad03f749c130efaaa61bb0', '51.222.253.4', 1670076206, '__ci_last_regenerate|i:1670076206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d6ca5f9d50e6af407622f0b7b2536c92878009', '40.77.167.192', 1688366450, '__ci_last_regenerate|i:1688366450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d79a8ecca4f25ff5cfbb25b176bd673d01a14d', '54.37.233.116', 1650851735, '__ci_last_regenerate|i:1650851735;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d871a89ed6e19b6ed15ac79dd433cdaa3781f1', '40.77.167.191', 1681643182, '__ci_last_regenerate|i:1681643182;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d8e1572c30f422d6d356d80469182f90aab398', '157.55.39.64', 1673654669, '__ci_last_regenerate|i:1673654669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53d8f5dc6faa28fd57d37a8586910e3c627bd7b6', '35.213.223.219', 1662905859, '__ci_last_regenerate|i:1662905859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53dc91649122d7daf935c750e14089a0cfa9b8df', '190.56.32.243', 1684678059, '__ci_last_regenerate|i:1684678059;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684678055;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53dcbf226bdbbfa3d7995ae927d2734396765f1b', '52.167.144.98', 1684154169, '__ci_last_regenerate|i:1684154169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e14a9a08e3a0f67752cd16b3f0ea9e10210fa9', '54.36.149.34', 1686263636, '__ci_last_regenerate|i:1686263636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e2e3747a7ef942ab22fc60e8acb58c0540a442', '190.56.55.113', 1673877836, '__ci_last_regenerate|i:1673877836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673877375;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e399f521c8f8587ef378218609c11763dbe461', '52.167.144.98', 1686581768, '__ci_last_regenerate|i:1686581768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e47167ffc4a2d7508c70b5bd3a33fe29533cc7', '157.55.39.62', 1659140669, '__ci_last_regenerate|i:1659140659;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e5178d46beb9a18140be4565a7bf73c1656c99', '200.119.172.60', 1674597986, '__ci_last_regenerate|i:1674597986;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674596819;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e59f5008d5003388c986aaaf5432027099e504', '200.119.173.130', 1675992839, '__ci_last_regenerate|i:1675992839;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675992510;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e7014ecdd51bb2389625341b5e6b0c2018fe30', '54.36.149.31', 1677593239, '__ci_last_regenerate|i:1677593239;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e7584356453fd0e221731e2aa658a6a7a18884', '17.121.113.249', 1651776250, '__ci_last_regenerate|i:1651776250;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e8bb70e9ef9cbc39a8fced197cc14ed04aeb5c', '190.148.252.161', 1669903621, '__ci_last_regenerate|i:1669903621;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669903609;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53e9fb5809a61470d57c527ec674ff8cbc8541b8', '157.55.39.144', 1664189587, '__ci_last_regenerate|i:1664189587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ea421befab426256c41624b0d1197eacbfe886', '35.91.27.15', 1663164264, '__ci_last_regenerate|i:1663164264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ea4970e173a77126383e26715690ebfcfc2f7b', '190.148.252.73', 1664806086, '__ci_last_regenerate|i:1664806086;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664805861;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53eadd0018fbf54712d0b2be2e2eb75b0aecd202', '40.77.167.146', 1687835820, '__ci_last_regenerate|i:1687835819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53eb561ec3896e60dcdc932daf288dc463f8aa72', '82.80.249.158', 1668921135, '__ci_last_regenerate|i:1668921135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ecdb51c44670385af0436854ad2f436acf409e', '52.167.144.154', 1687702777, '__ci_last_regenerate|i:1687702777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ed114ca6b1ccb64dd8b86e52560a9dfd04e31c', '40.77.167.202', 1687351042, '__ci_last_regenerate|i:1687351042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ed607ef04f7277d5e8ffdacd5a26b2c182ff13', '37.120.147.90', 1653218836, '__ci_last_regenerate|i:1653218817;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ef2f2b6bb77f2747036c0855dbe181f2f1da26', '54.36.148.24', 1687212747, '__ci_last_regenerate|i:1687212747;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53f55ca7f6b7bb7eccbd342cefa37099a22c82f6', '190.148.158.151', 1677029807, '__ci_last_regenerate|i:1677029807;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677029789;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53f8a21e103828b4a1ec1bddb254aa59509af102', '190.56.32.35', 1671990036, '__ci_last_regenerate|i:1671990036;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671989147;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53f90d14e6f23b11d79ec6f2cb3f52a9866f9939', '52.167.144.98', 1686373276, '__ci_last_regenerate|i:1686373276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53fae0c7691f6140dd628737493f98287e60c0b7', '51.222.253.13', 1661121668, '__ci_last_regenerate|i:1661121668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53fb4c5787f6317f308e5166515d9b7f46b8c326', '190.56.55.122', 1662933112, '__ci_last_regenerate|i:1662933112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54014c05b92a97828431916ff4a2632cd61e6204', '40.77.167.63', 1671858701, '__ci_last_regenerate|i:1671858701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5402abc38233f5f4a862b85167612bf324e968c2', '114.119.152.142', 1688018272, '__ci_last_regenerate|i:1688018272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5402c078f2d411f8588a58eb87ed52c98b8c78a8', '54.36.149.34', 1664333692, '__ci_last_regenerate|i:1664333692;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('540327d1c2b36a886df6f468908bdfff90c4fbbc', '190.148.87.182', 1679852605, '__ci_last_regenerate|i:1679852605;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679852512;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54037a76f1d177e6b0867df83b59ea5eec1d288e', '190.148.252.161', 1669920815, '__ci_last_regenerate|i:1669920815;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669919228;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('540391b2136f087cefad8be56017b374f6e85c38', '190.148.252.81', 1658769343, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1658769343;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658764583\";last_ip|s:14:\"190.148.252.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658769332;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5404f3e375777ffbb928f397db3cc4dc4fc36ab4', '40.77.167.49', 1664294082, '__ci_last_regenerate|i:1664294082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('540520470844504c1fee757c297e445ee26a639d', '157.55.39.51', 1668133537, '__ci_last_regenerate|i:1668133537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54067287d0ff41841108dd7c58656c40eb367ba1', '23.80.167.231', 1677662265, '__ci_last_regenerate|i:1677662264;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5407adc5e1a0b26482400129193fb0eeced8c012', '190.148.252.183', 1681599130, '__ci_last_regenerate|i:1681599130;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681599025;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('540a7c701486ee56356c5a845257db576b0e44ef', '190.56.50.15', 1667071950, '__ci_last_regenerate|i:1667071950;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667071909;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('540b2794dd85bed2caaacdc1c3b7bb59722941fc', '207.46.13.234', 1658717638, '__ci_last_regenerate|i:1658717638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('540c183d52374d12250b9c3e02b500f7aea78050', '114.119.133.89', 1686841104, '__ci_last_regenerate|i:1686841104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('540c277e95f151740411a9644359204811cddf3e', '190.148.158.175', 1672402109, '__ci_last_regenerate|i:1672402109;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672401895;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('540f2ef5d66a236d75814b002c8425de7cd51b90', '52.167.144.91', 1680892859, '__ci_last_regenerate|i:1680892859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('540fe13a8b732e56a5968652514bae4a76f17aa2', '144.217.135.231', 1666782025, '__ci_last_regenerate|i:1666782025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54109ad8fa984b506faad4bf39aa66f7b63ecd4b', '66.249.65.165', 1670572694, '__ci_last_regenerate|i:1670572694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5411e87c258b58cd1b1856eb80ceb783ad1a5ea9', '40.77.167.13', 1656313820, '__ci_last_regenerate|i:1656313820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5413a5e3eae0b129dc2812ad23370feb4a5b04c2', '207.46.13.154', 1670600474, '__ci_last_regenerate|i:1670600474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5413f12cc11a10f815964f5b28e16cbb3fd2224c', '114.119.160.138', 1687541429, '__ci_last_regenerate|i:1687541429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5415b349a79ed8b77f9f021bfc02a6221411644a', '74.208.2.234', 1684500923, '__ci_last_regenerate|i:1684500923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54175b5e7f108f7b324ac1fcde858eaded06d3d0', '27.115.124.70', 1650670937, '__ci_last_regenerate|i:1650670936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5417c91a33d77e06328544f1137a77f4779e3ae4', '40.77.167.123', 1682940720, '__ci_last_regenerate|i:1682940720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('541af5af1fb0d337d5e64338abafc525b3080444', '40.77.167.13', 1672871080, '__ci_last_regenerate|i:1672871080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('541c99f334abc4169d1816652681e8db93b0e76f', '190.56.50.32', 1655066477, '__ci_last_regenerate|i:1655066477;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655043371\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655066163;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('541d980a484075c40c6ff8d53f9f8543ea6c0f75', '51.222.253.14', 1677395689, '__ci_last_regenerate|i:1677395689;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('541ea00f660b6a036b57f3d5f83da6cffdb71345', '52.167.144.164', 1686177913, '__ci_last_regenerate|i:1686177913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('541f030aede477f948720a256dab546a26979662', '181.209.201.52', 1683824219, '__ci_last_regenerate|i:1683824161;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('541f3b058dbc90aa6400a8ba06e6cdb1c85e4e36', '17.121.112.22', 1660120404, '__ci_last_regenerate|i:1660120404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('541fc0a0021d457fbe1cd28917bfe498f63b3545', '114.119.151.168', 1687324349, '__ci_last_regenerate|i:1687324349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('541fd50cb7f943a6352cffd431f53447c4379cec', '207.46.13.154', 1671234236, '__ci_last_regenerate|i:1671234236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542228a7a2d669d449d9b4835f520723c60e9e7e', '54.36.148.1', 1662036657, '__ci_last_regenerate|i:1662036657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5424f4850c65931a9bce69fdd439e6b9767f36e6', '40.77.167.91', 1686912152, '__ci_last_regenerate|i:1686912152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5426ff40b28568046f6a572000c7e91ef20c172a', '51.222.253.3', 1676359127, '__ci_last_regenerate|i:1676359127;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54272b6df0dabba99df690b4b2237cfb64d5bf29', '190.56.55.113', 1673808329, '__ci_last_regenerate|i:1673808329;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673807856;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5427f66bbf99e51a619fc5b3462496660c8bbc66', '207.46.13.12', 1676138820, '__ci_last_regenerate|i:1676138820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54296dd393f618676ce9e5a145675c642de0db40', '149.57.16.7', 1653807077, '__ci_last_regenerate|i:1653807077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542ac427224e2972f108d194198c7dcade7cd734', '40.77.167.207', 1681643842, '__ci_last_regenerate|i:1681643842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542b7d10d4eca8e3dddd58b65fdfefaa3cb97b46', '18.236.164.93', 1650806908, '__ci_last_regenerate|i:1650806908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542bd6d6b6094c3b1c8db93955c7d4f8e2d24670', '200.119.168.48', 1668101284, '__ci_last_regenerate|i:1668101284;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668092504\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"FgoUusCDm65TzZBpnS1Y\";remove_pols|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542c5e104f0869b56fbc7ee0b641c8e91d267fae', '54.227.32.154', 1651213096, '__ci_last_regenerate|i:1651213096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542cd23f3fe78a961c54ff043cf7021e6e4d9672', '190.148.157.183', 1680478032, '__ci_last_regenerate|i:1680478032;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680477286;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542f56ee0f025123f9ee969ba42260a53e9cc1a6', '114.119.129.199', 1683808319, '__ci_last_regenerate|i:1683808319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542fbc778bf290408f21010f8ca115f15a01b6f8', '54.36.148.225', 1671304033, '__ci_last_regenerate|i:1671304033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54314cdc4c947edfd473597e698b9debef709a33', '34.221.206.34', 1671369806, '__ci_last_regenerate|i:1671369806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54336ee66defd88e2a3fc92b8cf46a576b65f6d6', '17.121.115.44', 1661064814, '__ci_last_regenerate|i:1661064814;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54344de40afb8b37f43ededcdbf17396849bb7b0', '114.119.130.240', 1687588399, '__ci_last_regenerate|i:1687588399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54345ca460972463bc6117ca09e8005d1bba6f7b', '190.148.158.175', 1672232816, '__ci_last_regenerate|i:1672232816;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672232770;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54346a3f59ee42665ddecae38d2a5873de74ab4b', '190.148.252.76', 1654181537, '__ci_last_regenerate|i:1654181537;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654054804\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654181423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5434a4902b76b841091c5c0b61ad4aeda52af851', '50.21.188.107', 1672492652, '__ci_last_regenerate|i:1672492652;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5435b55e4e6d2b21f6c2f9892338c8e9fecbcb15', '207.46.13.236', 1654219272, '__ci_last_regenerate|i:1654219272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('543637b256469f97343a3e044e5bbfeb3603b9cf', '157.55.39.54', 1659925998, '__ci_last_regenerate|i:1659925998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54364e6d404d9dca30b2c2165db4ade067c9f58c', '190.104.119.122', 1650734242, '__ci_last_regenerate|i:1650734242;identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1650730701\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";csrfkey|s:8:\"VvdYH5mC\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"EzijYQKrTCJ6wIgFNhve\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5436f7648ede86e83f51ede42a07595de7e34e0a', '190.148.252.88', 1670770045, '__ci_last_regenerate|i:1670770045;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670768971;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5437f43fb3485f86e0ab8b2b9ab9009e9a0d91d9', '198.235.24.14', 1652382834, '__ci_last_regenerate|i:1652382834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5438083adb6cfb35859de9b20ba63e4a5b05433c', '205.210.31.136', 1659570604, '__ci_last_regenerate|i:1659570604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54380b7f7f8698f6f109623de0a60d0b92abc558', '207.46.13.11', 1668935009, '__ci_last_regenerate|i:1668935009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('543949faa5af864d3bb6da3f97bbc9b6748fe931', '200.119.170.120', 1660093515, '__ci_last_regenerate|i:1660093515;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660091071\";last_ip|s:15:\"200.119.170.120\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660091537;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('543978ccfb97e12d99c79e6364aae4d8c7b2e37d', '190.148.157.206', 1656543085, '__ci_last_regenerate|i:1656543085;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656080607\";last_ip|s:15:\"190.148.252.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"qIajdfQXnTl1W0trmvMD\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('543ad0e6eeca5ce7ec74c2e336fba93caedd4fb9', '190.148.158.151', 1677418525, '__ci_last_regenerate|i:1677418525;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677417602;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('543df7cfe1d87d9378afa003afdf39c295416581', '114.119.136.139', 1685735442, '__ci_last_regenerate|i:1685735442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('543fe8d49a6cebdf3665b3ad884c82b4e33fa048', '157.55.39.176', 1667850731, '__ci_last_regenerate|i:1667850731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5441479fbb2f5c8cd3e7146bbc2a03145fd665c6', '52.167.144.162', 1686507881, '__ci_last_regenerate|i:1686507881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5441b7557bb378fe7932e9ab29b89182e79a39b7', '190.148.158.175', 1672346257, '__ci_last_regenerate|i:1672346257;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672346251;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('544247b2ee9cc78db5cdca5e33d0bc4f853ea029', '40.77.167.123', 1683842341, '__ci_last_regenerate|i:1683842341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5443a9f60f2607200e0f7aaa8f8473b9fb084ed1', '190.148.157.194', 1661995741, '__ci_last_regenerate|i:1661995741;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661962044\";last_ip|s:14:\"190.148.252.36\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661994766;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54448e5beb32ba5567514195e117b352b5496a04', '40.77.167.63', 1672295656, '__ci_last_regenerate|i:1672295654;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5445ea1efaf7de7b674b97afd3fec34b1c93cc2a', '51.222.253.20', 1686643665, '__ci_last_regenerate|i:1686643665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('544675775a378949c931db080b1addf88595d6cb', '114.119.152.50', 1687546977, '__ci_last_regenerate|i:1687546977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5447ff95fb985ab3c54802047fc15d466d2c2d0c', '190.148.157.183', 1680192379, '__ci_last_regenerate|i:1680192379;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680192342;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('544813f4198eadfde97d54be5845d7d28bef7c6b', '5.188.62.140', 1656368851, '__ci_last_regenerate|i:1656368851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('544815024c1b6ba1453091c9a9f95cf0c0476c4a', '190.56.55.0', 1687790821, '__ci_last_regenerate|i:1687790821;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687790683;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5449e1dcb7733fd540aaa1a9640dd6ebb9f1f5ca', '157.55.39.80', 1669998729, '__ci_last_regenerate|i:1669998728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('545398084a571a3eb795460f87f053396850e39a', '114.119.138.172', 1688384505, '__ci_last_regenerate|i:1688384505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5455acb3256d2d2cbbe616dd37330540e69a1cd1', '51.222.253.13', 1680743237, '__ci_last_regenerate|i:1680743237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5456fc2c386f4190cc6c9eba7de72c9b7b9a9bb0', '157.55.39.147', 1671999271, '__ci_last_regenerate|i:1671999271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54570f88dae373c44c6227afc3b3d4468b898801', '200.119.168.48', 1668100284, '__ci_last_regenerate|i:1668100284;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668092504\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('545bd6ccaa665bc22d5c2bca2778fa9e74dd17c6', '200.119.169.175', 1669809615, '__ci_last_regenerate|i:1669809615;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669809600;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('545e74afdb797add275bde70348292609f208591', '190.148.252.197', 1665579120, '__ci_last_regenerate|i:1665579120;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665579087;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('545fbfee372268e23ba23acf41d66322a24fdff5', '200.119.172.95', 1659466190, '__ci_last_regenerate|i:1659466190;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659048084\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"7jSyezbxDEF31kilQ0Gv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('546064361be14b45e4dbf7cd08490b41a651b17a', '190.148.157.177', 1655218159, '__ci_last_regenerate|i:1655218159;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655153139\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655217853;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('546202c37fc5f37c8e147c812cca0bcd00c7d6da', '190.148.158.110', 1662240126, '__ci_last_regenerate|i:1662240126;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662219964\";last_ip|s:15:\"190.148.158.110\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662238239;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5462bc0594b432356a8f530dca3cffad548eaa19', '52.167.144.171', 1685720000, '__ci_last_regenerate|i:1685720000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5462e03dd67b066918e1aee44312acf7aa32dd08', '114.119.154.5', 1687613243, '__ci_last_regenerate|i:1687613242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54636065bf695439eb73f9bac75affb56055482c', '175.196.127.111', 1650791334, '__ci_last_regenerate|i:1650791334;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5464d4b6ece6e0d6b1cfb7b1f85a47ffe8b8216f', '40.77.167.97', 1654333307, '__ci_last_regenerate|i:1654333307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5467cc237fe0c5ab5b1c9c0b8c5a71043462d4af', '207.46.13.49', 1661459630, '__ci_last_regenerate|i:1661459619;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('546bc48ac4276cb54af089b47ae7fcac59880c3a', '190.56.50.15', 1666975855, '__ci_last_regenerate|i:1666975855;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666975849;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('546d071560bab30b4246a1ab0313a5efa09e2251', '207.46.13.212', 1677046989, '__ci_last_regenerate|i:1677046989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('546d5d1a33811162c9150bbc28904f26d47b8582', '212.83.186.254', 1653411178, '__ci_last_regenerate|i:1653411178;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('546db0cb7fc039d50597b1e994d879ed30c1c6ac', '51.222.253.15', 1678519200, '__ci_last_regenerate|i:1678519200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('546f447848aa943a00b1193d3b31ea61fe68f32d', '190.148.252.183', 1681417639, '__ci_last_regenerate|i:1681417639;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681416649;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5470dcd1aac077d742ef8aa69b4ca5fedba16b67', '54.203.4.132', 1671457252, '__ci_last_regenerate|i:1671457252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5470e1db49ef0d56c6110632dcd641b0b7a5fd4d', '190.56.54.129', 1653597914, '__ci_last_regenerate|i:1653597914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54718853e1881d12605459d64e0fb9402af67ca8', '40.77.167.91', 1686910069, '__ci_last_regenerate|i:1686910069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54746a8bc2ec69ae63038157169419bcb2f9ca94', '190.56.173.251', 1651959002, '__ci_last_regenerate|i:1651959002;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5477acfded7c7b552e540d176902f8819fb92b77', '93.159.230.87', 1675483521, '__ci_last_regenerate|i:1675483521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('547c3bae1b050930d05aa3438acb45c0b0efa59f', '114.119.156.122', 1688397121, '__ci_last_regenerate|i:1688397121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('547c4c4e03c34c74da38f4145e7200e72f32ec87', '52.167.144.109', 1680280987, '__ci_last_regenerate|i:1680280987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('547e46b1afedfc74b1abb37e05a22f25d661078b', '157.55.39.87', 1663395891, '__ci_last_regenerate|i:1663395891;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5480f42a82194f1e152b21bab8973eebb993fb82', '40.77.167.241', 1687583642, '__ci_last_regenerate|i:1687583642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('548322569743699dc291dead0cba97c09afca46c', '207.46.13.51', 1663024315, '__ci_last_regenerate|i:1663024315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5488a66d1485f43d979d8739bdb3d61351cdb8d4', '192.71.3.26', 1660121407, '__ci_last_regenerate|i:1660121407;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('548b6fa7efddc1f460cd76c9ca795242350c5684', '52.167.144.164', 1685975763, '__ci_last_regenerate|i:1685975763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('548d2c7800847cd35ab1eb7a661008fdeae54dca', '114.119.145.7', 1688483322, '__ci_last_regenerate|i:1688483322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('548d37f5e9a56453c12e309e050de08524a7a11c', '40.77.167.133', 1683870610, '__ci_last_regenerate|i:1683870610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('548d586f9663192c38d1a587281e723b14b73494', '40.77.167.11', 1673444159, '__ci_last_regenerate|i:1673444158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('548e734b78f7cc78dc2fc975a2591d19f66ac100', '52.167.144.164', 1685507985, '__ci_last_regenerate|i:1685507985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('548ea866bfc7f515998e688f0151916f862ce405', '40.77.167.13', 1672321034, '__ci_last_regenerate|i:1672321034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('548fc99ea40c3f59e06f517d736d8320eff87773', '190.148.157.117', 1675534977, '__ci_last_regenerate|i:1675534977;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675534947;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5490aea7b29c9f6b4a6cfbba679b2d66e15a8d35', '40.94.27.91', 1661296360, '__ci_last_regenerate|i:1661296350;requested_page|s:19:\"admin/quotes/view/3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54912815d0c9144f257f3b0bc4b94928a735bcbb', '190.148.157.98', 1679243243, '__ci_last_regenerate|i:1679243243;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679243203;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5491b62c529025361b28a7ceafca16d6af668935', '17.121.112.186', 1652206388, '__ci_last_regenerate|i:1652206387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5492167f8c83d24117e91479c51dfce996c3e4ab', '157.55.39.79', 1668834293, '__ci_last_regenerate|i:1668834293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54925a55d601651b731f19bdc96053d426905b30', '190.148.157.183', 1680544271, '__ci_last_regenerate|i:1680544271;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680544266;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5492d230082fdf10b13ae7e401ec50bfd870e292', '51.222.253.9', 1656929064, '__ci_last_regenerate|i:1656929064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5494e9c89e797ae9eca6fef0f7dc9715715b20f2', '54.37.233.116', 1650851776, '__ci_last_regenerate|i:1650851776;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('549571b59038ce9bcdbda813c23f0d05f0caa238', '190.148.158.75', 1663334016, '__ci_last_regenerate|i:1663334016;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663246907\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663332778;register_id|s:3:\"106\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-15 08:21:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5495d7dda5bc1c591869913cd0bde22beaa52b57', '162.142.125.211', 1658505132, '__ci_last_regenerate|i:1658505132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54969dd83eee91660550f48e19f6aeb85c0d5ae3', '149.56.150.153', 1685001362, '__ci_last_regenerate|i:1685001361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54998ef059709ad5a40654a98e914d2f4ccee473', '190.56.55.48', 1687391719, '__ci_last_regenerate|i:1687391719;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687391717;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5499ac47ab4fdbc286a3510acb921d29341b46c9', '51.222.253.9', 1673280058, '__ci_last_regenerate|i:1673280058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('549ab635d23c37ec3ba7ddcd5f64666ee864ca48', '190.148.157.183', 1680136823, '__ci_last_regenerate|i:1680136793;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680048950\";last_ip|s:15:\"190.148.157.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('549af692a620e240cdadabef27f9e29abc940ee7', '190.148.252.96', 1673021516, '__ci_last_regenerate|i:1673021516;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673021386;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('549b93df6cc94d33722a7dbd13099c24da856c36', '114.119.138.170', 1688062906, '__ci_last_regenerate|i:1688062905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('549c940ed2f7186e2aaccc50da926b796693bb39', '52.167.144.73', 1679274517, '__ci_last_regenerate|i:1679274517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('549e360c52d14e57ee19389a7f093ad2fb436a00', '17.121.112.73', 1656425597, '__ci_last_regenerate|i:1656425597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54a09814a69699e5bb10434874eab4e06f8eea3b', '114.119.150.101', 1686937368, '__ci_last_regenerate|i:1686937367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54a1552603636e67da529704404cf731633610c2', '190.56.54.129', 1653581706, '__ci_last_regenerate|i:1653581706;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653524823\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653581697;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54a1ac980ee87f3665232e1d6c2d5473c4451223', '114.107.225.150', 1667058867, '__ci_last_regenerate|i:1667058867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54a22c470003cf0498e7cb8c2c66fd9b8f7b9057', '52.167.144.98', 1685546741, '__ci_last_regenerate|i:1685546741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54a2dc46cb43ebf801cbc61fcd85ff62b77f3955', '52.167.144.98', 1685279708, '__ci_last_regenerate|i:1685279708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54a61d6ae2f1fc89a4620fac5f38f7b6dc4a3c18', '54.36.149.32', 1661547822, '__ci_last_regenerate|i:1661547822;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54a66f59d61ab0f54aa76a19ab5d536769b7b7f4', '190.148.157.53', 1684159691, '__ci_last_regenerate|i:1684159691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684158793;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54a90deade9117b85611c148612ad8d2d239e3cc', '40.77.167.63', 1672198473, '__ci_last_regenerate|i:1672198473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54aca388a6ff7029f087a4f9f7dc250fd17a9928', '51.222.253.11', 1669551359, '__ci_last_regenerate|i:1669551359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54ada96550e31aa9e70c4aab3395b35aa4afc9cd', '207.46.13.154', 1671377086, '__ci_last_regenerate|i:1671377086;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54aefba1b3e864aa2304e5cd078f4163e715126b', '207.46.13.6', 1671597882, '__ci_last_regenerate|i:1671597882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54af545e8c6588a9c2dfc4803dbeee6020f6e190', '205.169.39.245', 1651732848, '__ci_last_regenerate|i:1651732848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54af66d1670611857316fdb06e649706c904af5f', '190.148.252.111', 1678146291, '__ci_last_regenerate|i:1678146291;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678146289;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54b12ef624a3d47e61bc1fed5008252790baedad', '18.206.55.48', 1651508264, '__ci_last_regenerate|i:1651508264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54b1d232bd6553053c093cc423cdb63f8a3e8eab', '17.121.115.200', 1656854812, '__ci_last_regenerate|i:1656854812;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54b3d4c91591b5a50b460feb03828e034afd0f2c', '157.55.39.9', 1674661086, '__ci_last_regenerate|i:1674661086;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54b4f64c5ca15aaa534e56ae6e1634a61dbc5832', '190.56.32.174', 1676586896, '__ci_last_regenerate|i:1676586896;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54b52cdaee9d5223dede26e8ec172f1bc912fe92', '190.148.252.111', 1677795668, '__ci_last_regenerate|i:1677795668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54b56cc6a83c4b7caf01756e993bfdbe88e6c45b', '52.167.144.76', 1682410991, '__ci_last_regenerate|i:1682410991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54b5dde4a3d8ed561a6193d7698820c59d1ba065', '52.167.144.76', 1681491826, '__ci_last_regenerate|i:1681491826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54b7ca7116701391f539fce9089b0dff1013ae22', '200.119.172.95', 1659464907, '__ci_last_regenerate|i:1659464907;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659048084\";last_ip|s:15:\"190.148.252.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"P8tH21s3EcOKMFXuo0Vz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54b7cbc546929efb6b4e435423e437d0d99f7fa8', '207.46.13.212', 1677165905, '__ci_last_regenerate|i:1677165905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54b8be32fe83136ab53ba77e3c402e73192c94dd', '190.148.252.111', 1678028612, '__ci_last_regenerate|i:1678028612;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678028306;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54ba4c8a858fb8e3c77e3f3a128611d7f626c5a1', '190.56.32.174', 1676685070, '__ci_last_regenerate|i:1676685070;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676685042;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54bcaf63361cf1fae61c13745785e2d9d8e87a80', '157.55.39.87', 1663151298, '__ci_last_regenerate|i:1663151298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54be30e7fb40c93492ab1f0757054717c001d012', '157.55.39.79', 1669577794, '__ci_last_regenerate|i:1669577794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54bf84c7b131231d5e8a5cac6604a84fe254a7af', '52.167.144.164', 1685355238, '__ci_last_regenerate|i:1685355238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54bff940d6503cc621c847669c8b274e1a1c29df', '40.77.167.161', 1675544248, '__ci_last_regenerate|i:1675544248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54c1d880406db6720c9aa6b5aa457eed9b3a5964', '114.119.134.187', 1688197547, '__ci_last_regenerate|i:1688197547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54c48644b240e1f024c6e75e5e1dfa8e88d05f91', '52.167.144.76', 1681998517, '__ci_last_regenerate|i:1681998517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54c70b0dbe37c4ee62d4de0dda37762b17ee9f8f', '138.246.253.24', 1670577314, '__ci_last_regenerate|i:1670577314;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54c758ea4419f18fc9d0a82f0364a32ef64eabb5', '66.249.74.107', 1681665260, '__ci_last_regenerate|i:1681665260;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54c87a8ec9628305375b0ce1ba34e3b2f019fb72', '40.77.167.236', 1677652591, '__ci_last_regenerate|i:1677652591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54c93ae2ac1a0e651f00960a89498ebc82e348b7', '159.223.53.127', 1651977774, '__ci_last_regenerate|i:1651977770;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54c97c8033d7ac3af6b3ba010fef4be4b895a153', '200.119.173.130', 1676035430, '__ci_last_regenerate|i:1676035430;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676034309;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54ca01ea862ddac5a5748ef311e150832d35ec84', '114.119.153.172', 1688170637, '__ci_last_regenerate|i:1688170637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54cb27b49a60d7223ddf63de70dd0db67f520842', '17.121.113.172', 1657371772, '__ci_last_regenerate|i:1657371772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54ccbc85d78e3ae6919130d32423c9d3c76bc76f', '106.75.2.164', 1651072844, '__ci_last_regenerate|i:1651072844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54cd0a14f6a0d4a75eec9ed4ae485a382df08cfb', '200.119.170.143', 1670201259, '__ci_last_regenerate|i:1670201259;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670201182;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54cea23880d69de7249bfaa3a94947795bd55843', '40.77.167.104', 1669867046, '__ci_last_regenerate|i:1669867046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54cf7ef3c5131712d3c4d2e838a7dee6403308ca', '3.101.67.100', 1672575105, '__ci_last_regenerate|i:1672575105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54cfff58065be68c1e03dba6afa38c79e0faf14d', '40.77.167.123', 1683221778, '__ci_last_regenerate|i:1683221778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54d07c08ff99c4b353610559ce9808ee58f346d1', '114.119.135.172', 1687596418, '__ci_last_regenerate|i:1687596418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54d283df9a26aec6c009a4184897679425027bd9', '5.188.62.76', 1659518938, '__ci_last_regenerate|i:1659518933;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54d44fa9563388b845f826df49e3b1d3c504f774', '114.119.145.169', 1688289097, '__ci_last_regenerate|i:1688289097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54daa4bdb7ca8910c367194aef21f7f1af98ec0b', '40.77.167.11', 1673821379, '__ci_last_regenerate|i:1673821379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54dace0b1d30f2944faa5554cfb991b56f5797ad', '207.46.13.210', 1686958594, '__ci_last_regenerate|i:1686958594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54dc0ce710532f1b41da1a3331797ed9f859905a', '167.248.133.63', 1657303894, '__ci_last_regenerate|i:1657303894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54ddab41626f811dca77149dda8cd85122d2917d', '40.127.111.29', 1681047487, '__ci_last_regenerate|i:1681047487;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54de09e0afb056315f75d32b9986048a3fab6faf', '200.119.174.9', 1674416530, '__ci_last_regenerate|i:1674416530;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674416522;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e141171ae2a667ca1f629236b8ccaae432024d', '190.148.157.165', 1667998828, '__ci_last_regenerate|i:1667998828;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e45e85f2160030261eda7688d0e86f9f4893f7', '51.222.253.19', 1656868899, '__ci_last_regenerate|i:1656868899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e667a511caf86ba8d1176edb11b68414f3c327', '51.222.253.17', 1661270708, '__ci_last_regenerate|i:1661270708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e6e30ee1262d52ab9df3c775b0bd40cdf29a8b', '58.251.94.154', 1650670352, '__ci_last_regenerate|i:1650670352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e6f9690ff715f3f708018978aa0afb1189600e', '207.46.13.209', 1686035761, '__ci_last_regenerate|i:1686035761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e707ea6a4139188bcf2cebfb6f82ce0d4124cd', '114.119.149.228', 1686931013, '__ci_last_regenerate|i:1686931013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e825c220c8519d59450fcd175f3b10150f326c', '114.119.159.208', 1686541128, '__ci_last_regenerate|i:1686541128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e82a25718c99390f64184f56f6f2e0438681a0', '190.148.252.151', 1671031936, '__ci_last_regenerate|i:1671031936;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671031907;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e8448ce561d217f331b4e22929a4c4ddbcfa45', '34.66.84.182', 1655056135, '__ci_last_regenerate|i:1655056135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e8f50980940395b0a123598a031eafeee6fcaf', '209.126.25.167', 1654108273, '__ci_last_regenerate|i:1654108273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54eb7e0b707685f1aee498c68f18115a8471553c', '5.188.62.21', 1653253685, '__ci_last_regenerate|i:1653253682;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54ecd3fb96e1c3cbff0b2092aff858f791708f5a', '167.248.133.191', 1679550638, '__ci_last_regenerate|i:1679550638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f0557fa2291d2c1bd2e12fd1929238cc810169', '40.77.167.32', 1674773864, '__ci_last_regenerate|i:1674773864;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f0841d2823a9427f219276b5db908b9b11294d', '207.46.13.230', 1657292051, '__ci_last_regenerate|i:1657292051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f23ad8aa477b343b46c6366871ae0cfa29500d', '114.119.158.200', 1688229221, '__ci_last_regenerate|i:1688229221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f2d9bab01e19a2bac0baace586adf1cc23973a', '52.167.144.164', 1686510629, '__ci_last_regenerate|i:1686510629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f3cf24d1f0cde60a067914588f337e66f06a12', '52.167.144.162', 1681940091, '__ci_last_regenerate|i:1681940091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f4725abd6cb171d0fd90c691136fe27a29cada', '190.148.87.248', 1660785010, '__ci_last_regenerate|i:1660785010;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660769382\";last_ip|s:11:\"190.56.50.3\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660784992;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f62eced4e1db359e9e5ee2ae247f99660c848f', '190.56.55.120', 1663349011, '__ci_last_regenerate|i:1663349011;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663332121\";last_ip|s:14:\"190.148.158.75\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663344151;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f674ae15127cd264e49885d8945c31eb5f134d', '198.235.24.142', 1652865316, '__ci_last_regenerate|i:1652865316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f737a0be097e4098d9fd906b62889276358084', '51.222.253.7', 1671328908, '__ci_last_regenerate|i:1671328908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f73a48ce77750d56cb26843c32e8246179a647', '157.55.39.65', 1660914619, '__ci_last_regenerate|i:1660914619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f7a6f51750d59adaf054eb428dd588eca2d01e', '18.206.55.48', 1650917190, '__ci_last_regenerate|i:1650917190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f8f6400934d651c4a1679d03f3116a96f636e6', '40.77.167.178', 1676898780, '__ci_last_regenerate|i:1676898780;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f9deefab52c45720c65e3f6637322ca42e5f53', '40.77.167.35', 1661547106, '__ci_last_regenerate|i:1661547096;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54fa4180cbf51a74fe133bd9e1dde00403482c4b', '190.56.50.253', 1682795330, '__ci_last_regenerate|i:1682795330;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682794920;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54fb79552cc78ff34fa8c387320766054801d0a3', '190.148.157.53', 1683670780, '__ci_last_regenerate|i:1683670780;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683643022\";last_ip|s:14:\"190.148.157.53\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"DL9Sp7wCMauk2KfURsBg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54fbfb01ed45b2724845b331379a7b45e38cd605', '3.237.104.7', 1654168721, '__ci_last_regenerate|i:1654168721;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54fd34396f87d5b19772db5f8cbdd5d046971c95', '190.56.32.174', 1676508218, '__ci_last_regenerate|i:1676508218;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676508133;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54fe0bcfc619df2dcc82ba37ff749ef59d8ef36f', '114.119.150.94', 1687645603, '__ci_last_regenerate|i:1687645603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5500a0415e83e5186a1e2157fec4e0345a8f5ad2', '54.36.148.36', 1664582771, '__ci_last_regenerate|i:1664582771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5500b90d33e24848c90eac10a5fd6c257407d804', '207.46.13.175', 1672932989, '__ci_last_regenerate|i:1672932989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5501043a89826cbe892c0f8d85128f88e5eb3774', '52.167.144.164', 1686065992, '__ci_last_regenerate|i:1686065992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55067d93fc3ceee23c8ddbf784a185a5e58b38ae', '190.56.54.156', 1665233515, '__ci_last_regenerate|i:1665233515;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665232044;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55089cdd0031db1a74926631719d442e779d524f', '200.119.168.48', 1668032675, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5509f16044670d5dba70d9583dbf797fdde6da2d', '200.119.174.132', 1663791145, '__ci_last_regenerate|i:1663791145;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663781335\";last_ip|s:15:\"200.119.174.132\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663791134;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('550abe4670f4903afc68d235937cf284fd62a5bb', '200.119.170.137', 1668637428, '__ci_last_regenerate|i:1668637428;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668637119;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('550ca61f15eb6687b5090deb2d06c3f14e0f2a13', '190.56.173.152', 1654891827, '__ci_last_regenerate|i:1654891827;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654887112;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('550d5dfcc81a0d8c6a71d714ced6820c7c0772cc', '114.119.159.232', 1685012050, '__ci_last_regenerate|i:1685012050;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('550d85c991ef8f91593535768ba6ca4fb13f6b83', '157.55.39.79', 1668834293, '__ci_last_regenerate|i:1668834293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('550e0c2757ab79eaccb333e4744a55b88d855655', '190.148.252.56', 1663942636, '__ci_last_regenerate|i:1663942636;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('550e32e97809007c1565d55e2ff8deb503e7a469', '20.243.152.210', 1673878920, '__ci_last_regenerate|i:1673878920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('551027223a9dd1e1fadf4bf5e2d5815467e386bb', '114.119.128.236', 1687211605, '__ci_last_regenerate|i:1687211605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('551086444736098bb2080316f37ca0dc3f2c6b66', '200.119.173.130', 1676128684, '__ci_last_regenerate|i:1676128684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676128212;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5511adc44eb571a9cb7deabd1cb20e79a440fd84', '40.77.167.147', 1681246716, '__ci_last_regenerate|i:1681246716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('551498b32969bd6428ace6a26fa3130bd02cd7dd', '157.55.39.94', 1672670809, '__ci_last_regenerate|i:1672670809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5515337acfcd6ce238525ee254b9ece41cc1fab9', '190.148.252.233', 1668902198, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668902198;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668901692;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5515c8cac613a15eae93b1cf28e9f295f38609c2', '157.55.39.65', 1661718014, '__ci_last_regenerate|i:1661718014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55185303ac2465ca76b272956dec2f5b9740f509', '51.222.253.20', 1653291369, '__ci_last_regenerate|i:1653291369;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5518d2d0dce879d8bedcb9dd3650474262dca959', '190.148.87.96', 1678291210, '__ci_last_regenerate|i:1678291210;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678222268\";last_ip|s:13:\"190.148.87.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YTzlM75JEyaN6PLSuZX0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('551938860fcd6160be82d2629814f2ebb00ced78', '66.249.74.107', 1684422770, '__ci_last_regenerate|i:1684422770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('551c3d4b84d1ce50c40b85ce53b1b72e3dec5486', '157.55.39.79', 1668834364, '__ci_last_regenerate|i:1668834364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('551cc83037b6b6a45bf92a689c7e9062845680e6', '207.46.13.210', 1686999482, '__ci_last_regenerate|i:1686999482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('551e73f8b8fb0035a6953dfd91545942dd2e1c77', '40.77.167.133', 1684132464, '__ci_last_regenerate|i:1684132464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('551ec771a5a8e0f5afa62a1ba2e5de9b73124b42', '52.167.144.164', 1686604930, '__ci_last_regenerate|i:1686604930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552053cae90b2f3c17b35845af3803ad04d39d5f', '200.119.172.60', 1674604229, '__ci_last_regenerate|i:1674604229;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674604036;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5520d710539336f9fe8f976ab13ff89ee4ffe0ab', '52.167.144.133', 1681879260, '__ci_last_regenerate|i:1681879260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5522455423644e17c0d975e2c2724c86d47e7da7', '190.148.252.233', 1668808924, '__ci_last_regenerate|i:1668808924;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668807854;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5522cec5b1d20f12d09de1b1779934692e910afb', '40.77.167.182', 1683741398, '__ci_last_regenerate|i:1683741398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55254aabb2c3c4171dba04929122668d6979286d', '190.56.50.38', 1670416946, '__ci_last_regenerate|i:1670416946;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670416811;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552900e631037acf6244b2effe5930a8ed852ed2', '114.119.129.33', 1683579828, '__ci_last_regenerate|i:1683579828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552a5d804c2e01627948418006a3b46a4a9de35c', '130.245.169.70', 1657360542, '__ci_last_regenerate|i:1657360541;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552a7111f575008f9f25062abc03f55adc3ce800', '200.119.170.137', 1668698915, '__ci_last_regenerate|i:1668698915;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668698907;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552ab16e78816761f39fd0dace5aef72102cd48d', '40.77.167.123', 1683408288, '__ci_last_regenerate|i:1683408288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552abf6df0d7c5ba04fbb07d1d6f28a8678fd956', '190.148.252.55', 1675694241, '__ci_last_regenerate|i:1675694241;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"XFHxW0zaVYJtm7l1cnI4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552ad9c76941b1070285a76bfe015a553e7d17be', '157.55.39.79', 1668038862, '__ci_last_regenerate|i:1668038862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552babf84a1039d390e889a10c33fe0955fc1452', '52.167.144.82', 1687583631, '__ci_last_regenerate|i:1687583631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552bbc06a1111cd5595ac7fa090591ffbaec137d', '52.167.144.154', 1687764686, '__ci_last_regenerate|i:1687764686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552ccce2900c628b61ce5405cba516ee90f68dd8', '5.188.62.21', 1653399663, '__ci_last_regenerate|i:1653399659;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552d6323c4fe1d2bd51ebf78e3cb6017ec368c69', '40.77.167.79', 1654324399, '__ci_last_regenerate|i:1654324398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552e81e4af3193932e79d75bf977ada562fbbf39', '137.226.113.44', 1651111108, '__ci_last_regenerate|i:1651111108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('552f3d927b2d1e4446e6d1ae5e46f9109979a9ce', '40.77.167.191', 1681719199, '__ci_last_regenerate|i:1681719199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5531a863d7bca515df6c222a38b60997320aaeca', '40.77.167.11', 1673919441, '__ci_last_regenerate|i:1673919441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5534437871c09810ae7bbc2833972bc27955a77b', '40.77.167.246', 1677293953, '__ci_last_regenerate|i:1677293953;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55344dec4118158525155c6d67e5ac785d5df7d0', '114.119.152.219', 1686903325, '__ci_last_regenerate|i:1686903325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55345033e7790e2e22bfaf1fc09434012653568e', '190.148.252.161', 1670008257, '__ci_last_regenerate|i:1670008257;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670008240;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5534825ad4b8c45d29a965c6998424073e6e9d9b', '40.77.167.224', 1687450614, '__ci_last_regenerate|i:1687450614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5536c897ebf0d74377e68aadf127fe8f9c084412', '20.92.74.250', 1654719346, '__ci_last_regenerate|i:1654719342;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55372a3161fde99f49a1fd22b665f3ddbf23f90b', '51.222.253.9', 1685461786, '__ci_last_regenerate|i:1685461786;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5538e05eb3d091d27628f05f5d1292bd49b39ffd', '54.36.148.11', 1673765547, '__ci_last_regenerate|i:1673765547;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55394ead16fb3a043c2753b4f1d125c68dd49bf8', '52.167.144.164', 1684339343, '__ci_last_regenerate|i:1684339343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5539c7bb4d5cbbfa12a6919ddb3120fcd0cc0e14', '17.121.115.203', 1651332850, '__ci_last_regenerate|i:1651332850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('553a25d4924dd27371e37efd447fdfe1358f5538', '114.119.137.190', 1685438077, '__ci_last_regenerate|i:1685438077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('553adc336c6ba0d3b7707e972c4545380ea75f27', '114.119.130.152', 1686906477, '__ci_last_regenerate|i:1686906477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('553ba228efdbaaee7ff0a4b2138920928275e460', '157.55.39.143', 1670374708, '__ci_last_regenerate|i:1670374708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('553d7ddfb0f5345d10e46e0521f597950ff72533', '200.119.174.9', 1674349699, '__ci_last_regenerate|i:1674349699;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674349683;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('553e6dcf694fa62b0b1ecbb1d012b681506e156e', '114.119.149.89', 1684246776, '__ci_last_regenerate|i:1684246776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('553f54809d966c4bd8d8b6b2ede2a22075a4432d', '51.222.253.6', 1688007025, '__ci_last_regenerate|i:1688007025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5541b1ebabfd25a4aaa5e4bee53cb7c7db24f05a', '157.55.39.173', 1668934982, '__ci_last_regenerate|i:1668934982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5542dba7a02fa968850aaf05dbb2136ec7e2593c', '69.160.160.58', 1680641183, '__ci_last_regenerate|i:1680641182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5542f0db6b60a00353d14d40e588c29a36aa7cc8', '195.62.15.80', 1653289246, '__ci_last_regenerate|i:1653289245;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('554a01c1b0b9859f1b89055f7f0647526b5e3dc6', '35.193.108.0', 1683666698, '__ci_last_regenerate|i:1683666697;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('554a399527c84c4e8d58018d40fce71747b2efaa', '190.148.158.69', 1685477836, '__ci_last_regenerate|i:1685477836;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685477803;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('554b77d7436606417d46064d5c1f0c30ad291cd4', '190.148.252.197', 1665617469, '__ci_last_regenerate|i:1665617469;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665616624;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('554de449c7cd1e5e53dd18c1993d1f7d0b727755', '200.119.168.48', 1668114131, '__ci_last_regenerate|i:1668114131;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"4SbPtY9TqOpyJeFNdHwC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('554e368729f6f2b14fb3bcf635e3be0c5a67947c', '17.121.113.252', 1661675898, '__ci_last_regenerate|i:1661675898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('554f0957f1cae3384d6d23da857e7d29e8d95375', '157.55.39.194', 1674432082, '__ci_last_regenerate|i:1674432082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5552255dafc3ca0c14fdea0fa8f8542897d53558', '149.57.16.7', 1653806987, '__ci_last_regenerate|i:1653806987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5553b0c73c75e37cc316282af40bf31f94a94dc5', '190.148.87.99', 1688409354, '__ci_last_regenerate|i:1688409354;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"rWM4XT52CtEOU7y9FYNo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('555418cd06eb421dd63cfcac2c6bf59cf617ed7e', '207.46.13.230', 1656990320, '__ci_last_regenerate|i:1656990320;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55552d6d5b1809f724c5598be1df60e8c10096e8', '190.56.54.129', 1653606514, '__ci_last_regenerate|i:1653606514;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653569173\";last_ip|s:13:\"190.56.54.129\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653606055;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5555710aa4690fb15818cc482549b9ee32baef5b', '40.77.167.27', 1658618137, '__ci_last_regenerate|i:1658618127;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55557788862e2eb2dbcefe3ab32489be717bafd3', '51.255.62.6', 1657370146, '__ci_last_regenerate|i:1657370146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5555aa9de7479d5044191e22cecc049078b6a0a9', '190.148.252.151', 1671370600, '__ci_last_regenerate|i:1671370600;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671370589;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('555670b85fa75e7ddf9217db9fb2e676b8a65a86', '200.119.172.96', 1675471926, '__ci_last_regenerate|i:1675471926;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675471912;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5557a0ace148272b865e460d3e85816d47c205a7', '157.55.39.94', 1672569998, '__ci_last_regenerate|i:1672569998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5558b599a4c226dc8e1026923d4364ff7546e39f', '165.232.97.210', 1687864863, '__ci_last_regenerate|i:1687864863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5558c11f8b3a3bebaa2ab8d7ee72aa4ba764e2a9', '114.119.136.224', 1685909453, '__ci_last_regenerate|i:1685909453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('555a262b8ea61055468d56ab1d5b45dd6a60f0a5', '40.77.167.170', 1675328427, '__ci_last_regenerate|i:1675328426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('555bda53b8478ccb36491059e59316fa61cf349c', '200.119.172.96', 1675464287, '__ci_last_regenerate|i:1675464287;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675438662\";last_ip|s:14:\"200.119.172.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"hfOxaPXMW2Usz1qItcLT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('555e4e2acc01cbd34545b6423208034d1b0c794b', '40.77.167.169', 1675324928, '__ci_last_regenerate|i:1675324928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('555eadcf042876e1565a98d6ee590fd1b3b71313', '52.167.144.70', 1688113978, '__ci_last_regenerate|i:1688113978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('555f909c0a34c51d7a002bd00efe772fd53a3a58', '51.222.253.5', 1677984217, '__ci_last_regenerate|i:1677984217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55600facf06ed6cedfb4c1021435f2210588b4cd', '54.36.148.54', 1673280054, '__ci_last_regenerate|i:1673280054;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55607f64b746e8006999dd9b3c9c16facf821f5f', '190.56.173.251', 1651870325, '__ci_last_regenerate|i:1651870325;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651854512\";last_ip|s:15:\"190.148.157.184\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55631bfc066ae72fa8dfa47309c6d91b0044dbfa', '200.119.169.175', 1669813201, '__ci_last_regenerate|i:1669813201;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669813196;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5564134c6341ac7f903ab901832e545fbda3bf47', '51.195.90.229', 1650840569, '__ci_last_regenerate|i:1650840569;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5564ee6022656d6ae5ec91cd6e1f5df555c3b63a', '40.77.167.64', 1674914267, '__ci_last_regenerate|i:1674914267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55666784e9a5bfa56dc9768254b9e57c1084a833', '5.188.62.76', 1656370413, '__ci_last_regenerate|i:1656370410;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5566d0445a39d4e5785240915f406837a827f8d4', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55677add936373f8a2c790f0ac0c3620dec0fce4', '51.222.253.9', 1687256122, '__ci_last_regenerate|i:1687256122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5569ac11f9f8f6b0bcdfd14ebe775b4d0d197e61', '207.46.13.154', 1670600474, '__ci_last_regenerate|i:1670600474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('556d40b5474fcccec853a91da07f9b07b6f42ead', '40.77.167.187', 1680748627, '__ci_last_regenerate|i:1680748627;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('556f497199bea67aaadc6970a013f1570490a7e3', '200.119.170.168', 1670692860, '__ci_last_regenerate|i:1670692860;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670692802;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55707745074c0e00bea4d501891f76e877082079', '52.167.144.164', 1686692121, '__ci_last_regenerate|i:1686692120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5571180417de09237ea4a40bd28299414f48c3ab', '51.222.253.10', 1660930329, '__ci_last_regenerate|i:1660930329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55720c7d27f231d50b00c35c113af847571e134a', '109.107.185.196', 1650997477, '__ci_last_regenerate|i:1650997476;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5572283ccb1b58e89447576d1bf88c42617d751e', '157.55.39.148', 1671783499, '__ci_last_regenerate|i:1671783499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('557229c7784e947fca80cf313848e7cce7e5ab90', '190.56.50.32', 1655058112, '__ci_last_regenerate|i:1655058112;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655043371\";last_ip|s:12:\"190.56.50.32\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655057515;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55724924c9790d88c3a199a1d95b30c178fa6baa', '114.119.155.14', 1685206312, '__ci_last_regenerate|i:1685206312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('557467cabef686cbc1fab3a417b31d8d13db545e', '52.167.144.162', 1682070769, '__ci_last_regenerate|i:1682070769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5574c544fed26f81a280fd4ca2c1f779ac9f0ace', '207.46.13.41', 1671629752, '__ci_last_regenerate|i:1671629752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5575053de542399175aab6cb426a957ea538fe90', '157.55.39.253', 1682588110, '__ci_last_regenerate|i:1682588110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('557605b751f180e97c63a27fda51d50081a726d9', '157.55.39.173', 1669794936, '__ci_last_regenerate|i:1669794936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5576a12c16768b334ead01137d5d644925ba58f9', '52.167.144.164', 1686568698, '__ci_last_regenerate|i:1686568698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5578e5191a1f24d5102602ecd1a746ac8c6568e4', '66.249.74.101', 1684091368, '__ci_last_regenerate|i:1684091368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('557b70d8f98961ab3c2e4b96c0a158d64ebfc3df', '200.119.168.250', 1680817840, '__ci_last_regenerate|i:1680817840;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680817614;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('557b9f39ac479a793b210ff1620e31e2f35a80e9', '47.242.105.176', 1683794526, '__ci_last_regenerate|i:1683794526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('557c996b506aceb03043ce698f58332c1ee95c56', '190.148.157.98', 1679096802, '__ci_last_regenerate|i:1679096802;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679096780;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('557cea48dfb3035f328f738eb4c946f2f80d7a98', '40.77.167.156', 1678799665, '__ci_last_regenerate|i:1678799665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('557db7383f04ac223123e98c1d9172f713df4cbd', '52.167.144.164', 1684499250, '__ci_last_regenerate|i:1684499250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('557fc4c6abacac801d8e694753751a04554b0923', '69.160.160.60', 1662188503, '__ci_last_regenerate|i:1662188503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5580888826f0daa09e25584476c4af87ec521c7a', '190.56.32.174', 1676552700, '__ci_last_regenerate|i:1676552700;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676484764\";last_ip|s:13:\"190.56.32.174\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676552533;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558500b3f393a4c461bfc875aafcd7a7c9408a59', '74.125.212.196', 1670213207, '__ci_last_regenerate|i:1670213207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558546ad4d344f35bc4fd02046b5535de38c8409', '190.148.252.151', 1670953674, '__ci_last_regenerate|i:1670953674;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670953579;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55868f90127532c8c29e80313eff277b4bf9ea59', '5.188.62.21', 1653345595, '__ci_last_regenerate|i:1653345595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558756b77c1b4e66105f658adc58372fce18082a', '52.167.144.162', 1681719193, '__ci_last_regenerate|i:1681719193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55890275fa10ad996d7b8fe752a6c39676ac3621', '190.56.32.35', 1671844894, '__ci_last_regenerate|i:1671844894;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671844886;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5589ce431aac9bf9c1853362ede653b460b6d9d3', '17.121.113.99', 1660598909, '__ci_last_regenerate|i:1660598909;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558a7448b7035e07a11821eccbde45936c981b4c', '146.59.157.229', 1650750849, '__ci_last_regenerate|i:1650750849;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558b355d8dc46f5f46ef42f946a01cba4605514a', '190.148.158.151', 1677106418, '__ci_last_regenerate|i:1677106418;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677106407;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558b5fc43f02439179bf681702fbc1badf6b999f', '190.148.157.80', 1669342347, '__ci_last_regenerate|i:1669342347;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669340818;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558d8b9a2d39801fb44bcf731ae5af349e3d54be', '69.160.160.60', 1662188502, '__ci_last_regenerate|i:1662188502;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558e574d38db6442045a242e6e0b8cd170373751', '40.77.167.123', 1683611676, '__ci_last_regenerate|i:1683611676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558ed986d7dd511b617795d2a789b938907d6b12', '17.121.113.211', 1659619915, '__ci_last_regenerate|i:1659619915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55910d280f1ad96555e30bc88e8e5aa16d9a696c', '52.167.144.171', 1684641107, '__ci_last_regenerate|i:1684641106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('559287319466c7826729c2b00aad86760c874f07', '157.55.39.253', 1682407788, '__ci_last_regenerate|i:1682407788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5592a471aeb04281e52e1065206d698030acd777', '51.222.253.16', 1675495805, '__ci_last_regenerate|i:1675495804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5592b34f265e1749586203e030d3322c2cec9334', '114.119.153.137', 1687787732, '__ci_last_regenerate|i:1687787732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55945e4695e531bbebba8991b34e9d31ed6705f7', '190.148.252.161', 1669857824, '__ci_last_regenerate|i:1669857817;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669857824;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55954c46d9459505b662c15611d10771e670e701', '45.87.104.123', 1686576208, '__ci_last_regenerate|i:1686576208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5595fab252b38e66511099336e4aebb56c6fb13d', '35.92.212.239', 1674480135, '__ci_last_regenerate|i:1674480135;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5596bcd5010e267e718f680aca7a57c266d52555', '190.148.252.183', 1681412276, '__ci_last_regenerate|i:1681412276;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681412220;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5596f461889631ae38b91b0c709e48b6e3354ab4', '190.148.87.6', 1668216411, '__ci_last_regenerate|i:1668216136;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668216410;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5597d8dc1a5e600a9cab40bf87bb3c8185da6a57', '200.119.173.177', 1684973413, '__ci_last_regenerate|i:1684973413;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684973406;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('559850dcd07ffe77e1412f66e5fecd51f8dd6ca3', '3.16.27.50', 1667542214, '__ci_last_regenerate|i:1667542214;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5598550b0804e69c46bc269a388c6d7aebcb1078', '190.148.252.183', 1681398242, '__ci_last_regenerate|i:1681398242;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681387439\";last_ip|s:15:\"190.148.252.183\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681398162;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5599576ad645d7379fc96dfe9edcbe7e202e3678', '114.119.132.38', 1687674523, '__ci_last_regenerate|i:1687674523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('559982abd463169dfcb42eaa236db350b68a16c4', '114.119.156.60', 1686430715, '__ci_last_regenerate|i:1686430715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('559c3cdcd8738382bf5ba05fcfa219a7bc3b54b9', '200.119.168.118', 1661606342, '__ci_last_regenerate|i:1661606341;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661549338\";last_ip|s:15:\"200.119.168.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661606341;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a0131968fb7bd3ad705bfbd0fa8c934443a3d1', '17.121.112.139', 1654599853, '__ci_last_regenerate|i:1654599853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a01ded994bb7966f351f6727e0466659989a85', '54.36.148.108', 1676847768, '__ci_last_regenerate|i:1676847768;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a07d7e3e2d3a208502669f1bcec0d840888e99', '200.119.174.9', 1674505167, '__ci_last_regenerate|i:1674505167;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674505139;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a14a9f5b949096aa9649b7dc1f961da43afd04', '40.77.167.49', 1666578673, '__ci_last_regenerate|i:1666578673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a2e71c6b1e758f960ee330f7d12bc119f20bca', '52.167.144.164', 1684526223, '__ci_last_regenerate|i:1684526222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a3570571fd94d7fe60d37d5fb85690c910806f', '190.148.252.76', 1652813194, '__ci_last_regenerate|i:1652813194;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jR1fODWLGAoCm3zwreks\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a361a68b38788cd5fb58123b7d3c26b71b7223', '40.77.167.170', 1676084315, '__ci_last_regenerate|i:1676084315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a38a12d6b8a3675794d00e04d100e51a9ae4bf', '114.119.137.91', 1687796567, '__ci_last_regenerate|i:1687796567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a4590a43010dd661e961799b8b0f0e435aa93a', '40.77.167.123', 1684021833, '__ci_last_regenerate|i:1684021833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a4f64b1fa88f33d1370af2266ba1ed9f23add4', '52.167.144.98', 1684672791, '__ci_last_regenerate|i:1684672791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a5fbb762f28e79582bf5f8d664dd2d034b2d36', '40.77.167.13', 1672094106, '__ci_last_regenerate|i:1672094106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a78907cdd79870295bed62b2c208e5663d729d', '190.56.173.175', 1652925922, '__ci_last_regenerate|i:1652925922;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a7940ca0a6f98a47e458d6692ca9a1e9ca33c9', '114.119.139.251', 1685736176, '__ci_last_regenerate|i:1685736176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a7b21e42fcafbb62eca9cec91fad7a7b0e367f', '207.46.13.6', 1672269289, '__ci_last_regenerate|i:1672269289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a80291559c7cd0680558a8f2b71b8a09965bec', '52.167.144.98', 1684315742, '__ci_last_regenerate|i:1684315742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a8b58c107b665144b27aac9a71ffee15d2ff49', '52.167.144.162', 1687232727, '__ci_last_regenerate|i:1687232727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a8bf4548e1ee409da3cddd806ed06be2322dee', '190.148.158.69', 1685752786, '__ci_last_regenerate|i:1685752786;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685752764;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a96a562587a35b8e29870371055bfac1d1f97a', '40.77.167.104', 1668228210, '__ci_last_regenerate|i:1668228210;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55a9fd5500d318c1e007bb9ea9c3eaac3df0a0ea', '17.121.112.39', 1658334562, '__ci_last_regenerate|i:1658334562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55aa6500645b6c9372b66eeabf578ba8e26e8a70', '190.148.158.175', 1672401663, '__ci_last_regenerate|i:1672401663;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672399877;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55aa751c4d27edd6c5dd495f98c0ba657c1254e9', '207.46.13.113', 1675314653, '__ci_last_regenerate|i:1675314653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ab0d961961bb01dd07ee5dcbe9f64cc7e9b0d4', '51.222.253.17', 1684046473, '__ci_last_regenerate|i:1684046473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ae2dd6876534ce0765eaef16341f35b797d42e', '52.167.144.162', 1686202604, '__ci_last_regenerate|i:1686202604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55afa35cba83252b6fb5f53d2c1f272f453c8c69', '207.46.13.179', 1673213610, '__ci_last_regenerate|i:1673213610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55b0aad5baaf33cc20c1c4104752969ddd07db44', '18.237.43.29', 1668777161, '__ci_last_regenerate|i:1668777161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55b1eba4efdc1ce4f66563b4188c55ae56695499', '200.119.173.107', 1686781879, '__ci_last_regenerate|i:1686781879;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686583534\";last_ip|s:13:\"190.56.32.162\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55b4a6e3073808d9e7a82a266370034996828a0e', '54.36.149.54', 1677790535, '__ci_last_regenerate|i:1677790535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55b4d3fb1526c7527aebcae8039642478fce018a', '157.55.39.147', 1672346717, '__ci_last_regenerate|i:1672346717;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55b64ac236bbfbdbf7542de496335a31bd912cd2', '207.46.13.189', 1668367035, '__ci_last_regenerate|i:1668367035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55b7190d93f37b271392762e213f1125f51e5294', '34.209.2.38', 1688337671, '__ci_last_regenerate|i:1688337671;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55b7193327886f6f3f2e3e4a61c4b687b21cfb78', '51.222.253.5', 1663448585, '__ci_last_regenerate|i:1663448585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55b9c03127975baa9fec32399f9dcc9ac7ee7cc7', '190.148.252.183', 1681332602, '__ci_last_regenerate|i:1681332602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55bcbc87c3de9e1170f3091f130df0b8a638fe38', '69.167.36.21', 1681022752, '__ci_last_regenerate|i:1681022752;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55bcdec6c94ec528bec65eeb5cda415d8b410fd8', '17.121.114.18', 1662177071, '__ci_last_regenerate|i:1662177071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55be1cbd74366845662acb527d467ce5a8bdb037', '207.46.13.41', 1670926109, '__ci_last_regenerate|i:1670926109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55be85936f4faf6716ce2fec14f4f934b75e6fa1', '93.158.90.135', 1673525318, '__ci_last_regenerate|i:1673525318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55bef04cf0a6582c0a830230683b17a161ef7750', '114.119.149.168', 1685988104, '__ci_last_regenerate|i:1685988104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55bfa0e4359fb41b761db8c320eb81807beadbf2', '157.55.39.94', 1672570010, '__ci_last_regenerate|i:1672570010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55c0f6296bb24e370bfd942534b23ba3e78f81a4', '52.167.144.164', 1686291098, '__ci_last_regenerate|i:1686291098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55c3e302f5abfe0b14d5082d753a07dcf0311a4b', '190.56.55.113', 1673658644, '__ci_last_regenerate|i:1673658644;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673657882;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55c415107d3890588cd5e1e6a1ab6eea7e708137', '134.122.97.159', 1687295243, '__ci_last_regenerate|i:1687295243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55c58f7b739bde6065935381c65018d4d70f320e', '66.249.79.199', 1682262705, '__ci_last_regenerate|i:1682262704;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55c5e7502e86add8c03822592516e587b5e630d9', '40.77.189.55', 1661175630, '__ci_last_regenerate|i:1661175630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55c6baf65aea844e1f67b6e964a84d8aacb37c74', '200.119.168.55', 1663079692, '__ci_last_regenerate|i:1663079580;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073311\";last_ip|s:14:\"200.119.168.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663079691;register_id|s:3:\"104\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-13 08:33:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55c7d323fc8b4760475076cfb089c3509423c4cd', '40.77.167.37', 1668935072, '__ci_last_regenerate|i:1668935071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55c7f5a943e851296a6c3db9f6ab689563dd70ae', '207.46.13.207', 1681353408, '__ci_last_regenerate|i:1681353408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55c97fd69a7b373c228c9f8b15e66b2af404bbd7', '190.148.252.88', 1670789710, '__ci_last_regenerate|i:1670789710;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670789707;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55cb34eb61b0dfa6d3a40b0c00ee3a262f0baba3', '54.36.148.96', 1664490954, '__ci_last_regenerate|i:1664490954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55cdee8db606fc867c88263e2649af7bbc03ae11', '52.167.144.162', 1687296753, '__ci_last_regenerate|i:1687296753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ce5e93bb81c20b56fdfa43f1137736d42cfd00', '51.222.253.5', 1658676740, '__ci_last_regenerate|i:1658676740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55cf77a4a996fd77bc1fb8b6e18d749a1c1aa5d4', '54.36.148.141', 1654909651, '__ci_last_regenerate|i:1654909651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d0d01fa351cf21c48801fd6ffd020e7d6edfc0', '114.119.153.67', 1686848811, '__ci_last_regenerate|i:1686848811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d167e1b60039f51b9870530b198ebf89c4cdb1', '200.119.173.177', 1685365901, '__ci_last_regenerate|i:1685365901;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685365814;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d1961b4030d73e6532e15457a4db4fbdaa148a', '181.189.154.72', 1682605526, '__ci_last_regenerate|i:1682605526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d2298a064d083d02f42ba7a88ae3401512e5df', '52.167.144.164', 1686627396, '__ci_last_regenerate|i:1686627396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d237147ee3974b4fbf5dd8f8a09e44a66fff78', '54.191.255.66', 1654177801, '__ci_last_regenerate|i:1654177801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d3d5cf937008a7bdf6c3257113a9f0fbef476e', '200.119.172.60', 1674770575, '__ci_last_regenerate|i:1674770575;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674770568;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d44120dbf1fc701586a55c95239929b3ad0e2c', '190.148.158.175', 1672240195, '__ci_last_regenerate|i:1672240195;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672240193;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d47dd9d13d7f8521049778d4a00995d7c70742', '45.61.124.144', 1683765677, '__ci_last_regenerate|i:1683765673;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d5c9863589476ce15dc03c19a5690813b76808', '157.55.39.253', 1682164816, '__ci_last_regenerate|i:1682164816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d60f428e7437e6e87cc59c3ee98a2f8598d3c5', '190.148.157.83', 1687742736, '__ci_last_regenerate|i:1687742736;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687742292;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d75acd8c306364bb1a496a4a70451e649ffbac', '190.56.49.83', 1687041515, '__ci_last_regenerate|i:1687041515;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687041247;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d7ce07cc6992779e299991a51c4f004067c72a', '114.119.128.5', 1687706911, '__ci_last_regenerate|i:1687706911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d8c95f6a123d289b46fa0ba60b7d6a2574383e', '52.167.144.171', 1685782878, '__ci_last_regenerate|i:1685782878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d93f95288c5fb3d1c2d008e05950cac173011f', '40.77.167.202', 1687595161, '__ci_last_regenerate|i:1687595161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d9479065af61cf7dbf9f7145052f754bf78713', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d9501f7bb98ceb76ee67fae84d9f2125f887e5', '200.119.168.250', 1680739709, '__ci_last_regenerate|i:1680739709;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680739608;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d9a700df50e1b5ce63efd620905a55f2c6a8e0', '114.119.132.101', 1687724877, '__ci_last_regenerate|i:1687724877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55da1855e67a727ecce4fdb406842743d8a5c097', '157.55.39.13', 1676354200, '__ci_last_regenerate|i:1676354199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55dcb5bc9408edd3ba6375a8e0efc4bcd64a5361', '66.249.73.228', 1652739411, '__ci_last_regenerate|i:1652739411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55dcd7087bed589294bad1f61f3449ef6cf29dda', '190.148.252.235', 1666887970, '__ci_last_regenerate|i:1666887970;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666822029\";last_ip|s:14:\"200.119.170.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"YAzP0Eux1ospdMlg3wO8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55de000a42789b207509ff43d34628fa28986c3b', '157.55.39.253', 1681955426, '__ci_last_regenerate|i:1681955426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55e18046e36bc1ba47839a9979190c09314c2341', '190.148.87.6', 1668176827, '__ci_last_regenerate|i:1668176827;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668176792;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55e387c93c3faeb19cfabb1c8eb4afea6696c8ad', '40.77.167.227', 1681923839, '__ci_last_regenerate|i:1681923839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55e55323c218fa626b57d112f8620f3fcde23852', '185.181.60.39', 1662679109, '__ci_last_regenerate|i:1662679109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55e6e8651dc31b55743e3ce9b8156e6e9456c6a3', '40.77.167.91', 1686934789, '__ci_last_regenerate|i:1686934789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55e8119dcd97e1983b74ab756e0e5acecd4da857', '52.167.144.98', 1684132486, '__ci_last_regenerate|i:1684132486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55e8ae891e458434dad89defd6aba79ece9c9a44', '157.55.39.65', 1661981481, '__ci_last_regenerate|i:1661981481;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55e9beb50dd887be837fe90623db558b9c9699bb', '208.91.69.20', 1679303895, '__ci_last_regenerate|i:1679303895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55e9e9b99a86ac7c1b0196517230a04cc812ac5d', '114.119.156.209', 1686997479, '__ci_last_regenerate|i:1686997479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55eb1337592abf74ec0e7e066fb5a1eb1259b4c9', '52.167.144.164', 1685679487, '__ci_last_regenerate|i:1685679487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ec43cec5097a5711af505de74e0a73998b934f', '190.148.252.178', 1657373307, '__ci_last_regenerate|i:1657373307;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657283686\";last_ip|s:15:\"190.148.252.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657373289;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ed1a74061be2b2075ef530a8db7cc8efbe9dc7', '200.119.172.60', 1674777224, '__ci_last_regenerate|i:1674777224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674776870;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ed866892056f131338b36978972754ed64e622', '190.56.55.113', 1673803927, '__ci_last_regenerate|i:1673803927;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673802195;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ef817977fc689bed9fd50f7f5631cd79ce361d', '157.55.39.69', 1672416228, '__ci_last_regenerate|i:1672416228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55f010d6f6b3a31f7545144a4c60f6964611dd22', '52.167.144.98', 1686290015, '__ci_last_regenerate|i:1686290015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55f12ddd6738cffdf6650bdd773f67fd7f872a1b', '114.119.134.178', 1685231718, '__ci_last_regenerate|i:1685231718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55f149371d25966554b7152e88aec13ddb2c04cb', '114.119.140.236', 1685910358, '__ci_last_regenerate|i:1685910358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55f2f761c0fe446af1f35d74bce549c7dc461f58', '156.146.56.116', 1652938627, '__ci_last_regenerate|i:1652938620;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55f381a7692523e5d7d12041b378960c8be82a02', '17.121.112.122', 1658987648, '__ci_last_regenerate|i:1658987648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55f462286d8f397dd07d27b9f63405e3346c8bcb', '190.56.54.156', 1665150025, '__ci_last_regenerate|i:1665150025;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665067885\";last_ip|s:13:\"190.56.54.156\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665149972;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55f5ed37e8b5f2e830bcb1b1d2bc37e2e0a68b46', '157.55.39.65', 1662385185, '__ci_last_regenerate|i:1662385185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55f876a5a7cce3e4f4d6fdbc2b672a10261c8002', '114.119.141.34', 1687717954, '__ci_last_regenerate|i:1687717954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55f9383aa5a29f8fdb53194d153b2dfd09a10070', '51.222.253.10', 1688250000, '__ci_last_regenerate|i:1688250000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55fd43a9a0bf5bdc17fa1b5ffe24e3997beade11', '114.119.144.72', 1688239138, '__ci_last_regenerate|i:1688239138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55fe79310bc8a43c5e580156a6c4649087718d25', '190.148.252.151', 1671406785, '__ci_last_regenerate|i:1671406785;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671406157;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ffd4aa293aaac7c197283bc168e8e75edd4655', '51.195.216.255', 1650742964, '__ci_last_regenerate|i:1650742964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5603c0a29f747a6e710ab736df3ee7dc9e3e9d0e', '52.167.144.162', 1687246652, '__ci_last_regenerate|i:1687246652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5605cd4fb7d01357d952a0057118030c699e7406', '17.121.115.228', 1652634248, '__ci_last_regenerate|i:1652634248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5606f3f28ee045dc2cc2eba4e9d3c25811cd3a3b', '40.77.167.191', 1682215506, '__ci_last_regenerate|i:1682215506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('560714670d46f3b957cf5e2c054b981889484d68', '40.77.167.37', 1667574958, '__ci_last_regenerate|i:1667574958;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('560737b9d1d1efbb9e4b7627cee5473c8152a0fb', '40.77.167.80', 1686837717, '__ci_last_regenerate|i:1686837717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('560865e1134ff4981c00bb65e8d3e06d176e0cd9', '82.80.249.158', 1668921132, '__ci_last_regenerate|i:1668921132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56093c59f873a1045a888feaa1ba4f0fbf9eeb02', '200.119.173.130', 1675968641, '__ci_last_regenerate|i:1675968640;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675953365\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"h6DYmOB5sIqpzJw9A7X3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56097fefe4eb6f60b4779be5363dda99bdac775c', '54.36.148.220', 1668495984, '__ci_last_regenerate|i:1668495984;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('560dce916511e66110b68eba61edb46f3bd54223', '68.183.75.40', 1657274126, '__ci_last_regenerate|i:1657274126;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56109a57f2179ca90247f520ddbe4bc8918c51a4', '190.148.158.69', 1685670227, '__ci_last_regenerate|i:1685670227;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685670185;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5614d00dd6073bb5675f2a23c5d7bc5b551dee49', '54.36.149.77', 1667379398, '__ci_last_regenerate|i:1667379398;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56151affd0a6b1678b847f0168e8773a801dd357', '173.249.31.237', 1659409061, '__ci_last_regenerate|i:1659409060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56155b4adf9ccd2eb527d472f1dbbaf271a6f69a', '54.36.148.66', 1680874372, '__ci_last_regenerate|i:1680874372;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56163756440893ff25666f839d2dd700e942e5d5', '130.245.169.70', 1657360534, '__ci_last_regenerate|i:1657360533;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5616eefc64ee9ccb414fdd98c6e1d915a0ab7e4f', '190.148.252.56', 1663944035, '__ci_last_regenerate|i:1663943928;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663942636\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663944035;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56181335661383f4aa56fc66e7c7d2fd9b22be6d', '190.148.252.151', 1671199576, '__ci_last_regenerate|i:1671199576;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671199564;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('561b69345291f4470deef74c8fa2cc7974430e10', '114.119.128.162', 1688393391, '__ci_last_regenerate|i:1688393391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56200823b172e4158c8b8fc5674d01a49141011d', '190.148.157.98', 1679067945, '__ci_last_regenerate|i:1679067945;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679067939;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5622394e0daa21ae7e5243837dda01cf3c177d3f', '190.56.173.251', 1651941585, '__ci_last_regenerate|i:1651941585;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('562438e92f85897469a23b71d91802fd33db749f', '52.167.144.164', 1686118204, '__ci_last_regenerate|i:1686118204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5624c019344c470181b28bbb3fc70c87eb0987a3', '40.77.167.222', 1681501694, '__ci_last_regenerate|i:1681501694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56261bd8699d73e8a5338a7fdde065b7b8c7f407', '200.119.172.95', 1659555648, '__ci_last_regenerate|i:1659555648;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659553749;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('562a8d2bdd23eb57a2045345bd0ab4eb8f80c94f', '54.36.148.114', 1658846480, '__ci_last_regenerate|i:1658846480;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('562aaf84706b688109b40aa45f9119868432c17f', '40.77.167.123', 1683876113, '__ci_last_regenerate|i:1683876113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('562c8e08724a57df2a16e13d774142e406f930b1', '190.148.158.175', 1672329445, '__ci_last_regenerate|i:1672329445;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672329437;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56301fe85d0a134c5995024b6852b7f8b05732b9', '114.119.145.150', 1686479167, '__ci_last_regenerate|i:1686479167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5630bcff506cfc9950e61b8e915cac4b745020a1', '200.119.173.130', 1676040789, '__ci_last_regenerate|i:1676040530;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675965675\";last_ip|s:15:\"200.119.173.130\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"3g4aEHmcN25tzFCs8AOL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5630da0f468a02506aed0791285718ef9d99880b', '200.119.170.168', 1670551551, '__ci_last_regenerate|i:1670551551;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670533734\";last_ip|s:15:\"200.119.170.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670551457;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5631ab760120490eed2e60267e0a46bb50be7425', '17.121.114.168', 1655136716, '__ci_last_regenerate|i:1655136716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56324139a9f391b9a4864007b513a8dc009d8ba0', '200.119.169.52', 1664914617, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664914617;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664914497;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5632d4dc82002b8bed16f66d536bd71321e53e88', '8.36.86.58', 1682384731, '__ci_last_regenerate|i:1682384731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5633d53531c2ddc2747a671aae31634473a7824a', '18.206.55.48', 1650917191, '__ci_last_regenerate|i:1650917191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('563425e446dc45bbe159e87d8b48eb0beb04ea37', '51.222.253.10', 1685638077, '__ci_last_regenerate|i:1685638077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56349dabfa1067e246d9657d32e2f03ccbccce60', '190.148.158.175', 1672358974, '__ci_last_regenerate|i:1672358974;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672358959;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56377bc733cbdc5653d757ad4e1715a3188cf600', '207.46.13.154', 1671597844, '__ci_last_regenerate|i:1671597844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5639f792a44fd82a8f663ff9abcf5907a0264cd9', '190.148.157.214', 1669724923, '__ci_last_regenerate|i:1669724923;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669721574;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('563a90923f1f1138890d1aec7fb8c483c9eb6302', '52.167.144.74', 1688527117, '__ci_last_regenerate|i:1688527117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('563d7845d5ae7eaebd2cfd69e46a8720ba58db7c', '114.119.135.171', 1684080790, '__ci_last_regenerate|i:1684080790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('563df0a91ea3dd068c850e063ebc0054f4830e21', '69.160.160.59', 1667400624, '__ci_last_regenerate|i:1667400624;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('563e3171a5941898d6ba07f46b4530e047fe24ee', '193.235.141.143', 1684376652, '__ci_last_regenerate|i:1684376652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('564346e495e83980d95d4b5c9ab80f0a811d3882', '157.55.39.125', 1654417426, '__ci_last_regenerate|i:1654417415;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56450fda8bbcda568e9a6e31657ab0a9515c76c9', '200.119.170.30', 1660569382, '__ci_last_regenerate|i:1660569382;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660490808\";last_ip|s:14:\"200.119.170.30\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660569366;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5645c54fad98833627c25121edec9839ee17436a', '51.222.253.9', 1663571966, '__ci_last_regenerate|i:1663571966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5646c4ee6e3f01597d95a908ae274662d8ba1db2', '200.119.173.177', 1685401715, '__ci_last_regenerate|i:1685401715;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685401656;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56495f76e9c1078c386ab13bb00c19fc394154f0', '190.148.252.76', 1654347210, '__ci_last_regenerate|i:1654347210;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654293375\";last_ip|s:14:\"190.148.252.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654346902;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('564ab9458d6a99c426e03170768414553e71bf98', '190.148.252.233', 1668812242, '__ci_last_regenerate|i:1668812240;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668812242;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('564b4c66c10a7f952d8f37ea84c38219e3d5c74d', '54.36.149.59', 1678649835, '__ci_last_regenerate|i:1678649835;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('564c51bd827fa0bcbf3bacdf371e97d51c2239eb', '66.249.79.196', 1688545533, '__ci_last_regenerate|i:1688545533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('564f551bd27e2850382d4f93a6f1b97bb6d4ec07', '157.55.39.208', 1686035617, '__ci_last_regenerate|i:1686035617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56502feff0c80095691dcf3e9d5b518d20066c7e', '52.167.144.98', 1684212650, '__ci_last_regenerate|i:1684212650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5652349b0040bfdaa8f28b1177a33076b8fb1008', '190.148.157.165', 1668016100, '__ci_last_regenerate|i:1667998124;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667936877\";last_ip|s:15:\"200.119.173.212\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668013241;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56532e001b1f037f942c1d80f06e12ec7bfb8510', '114.119.155.115', 1684904573, '__ci_last_regenerate|i:1684904573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5653894e2e10fdd454255effc01b4876a5bd1f8e', '190.148.157.53', 1683645596, '__ci_last_regenerate|i:1683645596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683645491;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5654c078230fe0cabbf94bc494972362ed8cd899', '190.148.252.151', 1671466516, '__ci_last_regenerate|i:1671466516;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671464971;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56563ee8ddff9806220c6c937975031204bc5015', '157.55.39.173', 1670749592, '__ci_last_regenerate|i:1670749591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5657f3554277562c73bfe173350b725a3b965d23', '143.198.206.229', 1653852100, '__ci_last_regenerate|i:1653852095;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56584d2b6f91250b00d884948e39ea896df657e3', '149.57.16.7', 1653807039, '__ci_last_regenerate|i:1653807039;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5658acc3f07a03b1f0f8793a0f86abaaf9661fcb', '40.77.167.13', 1672124183, '__ci_last_regenerate|i:1672124183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56598f74b87af578c70e1d944ec4f69e70a06bf6', '200.119.168.250', 1680807075, '__ci_last_regenerate|i:1680807075;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680804599;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('565a1f81cdd06bd210cfefcbe3df06a744bd6214', '207.46.13.10', 1671347508, '__ci_last_regenerate|i:1671347508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('565c4966f73b108a3983b7ac0cb52ea0e300604e', '190.56.50.253', 1682602651, '__ci_last_regenerate|i:1682602651;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682602439;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('565ed050ec83028dc598313a4665e6ec01eb5a3e', '200.119.169.52', 1664909237, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664909237;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664909234;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('565ed93446a453cb697c1e2b68dcb77d615821fe', '40.77.167.37', 1668935073, '__ci_last_regenerate|i:1668935073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56603c5c1009e284db10911985ad67ae41f4fa22', '40.77.167.123', 1684025449, '__ci_last_regenerate|i:1684025449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56608448263407c5c190cd4a6f1cb648d9529f89', '114.119.156.175', 1688293554, '__ci_last_regenerate|i:1688293554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5661f1ccc3c2a64f423c91d800578f31429686be', '207.46.13.230', 1657493164, '__ci_last_regenerate|i:1657493164;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566292b47b7ebc02fb87b3741043a7d89eedc0f9', '200.119.174.9', 1674164181, '__ci_last_regenerate|i:1674164181;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674164018;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5662a7d1a0971b17c82b6a6501eb73ab2b765c99', '157.55.39.51', 1668834276, '__ci_last_regenerate|i:1668834276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5663089636c191bfe725e84ad9aff4acdc8381c1', '52.167.144.94', 1687055969, '__ci_last_regenerate|i:1687055969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5663970e5d40f25765bcc566169962e58020703f', '207.46.13.113', 1675515798, '__ci_last_regenerate|i:1675515798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566518d35f1474a0223194e620dbea0282d7ba49', '157.55.39.64', 1673808343, '__ci_last_regenerate|i:1673808343;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56652bb12cafef2e1fddbfa15339f2d902656b1b', '114.119.131.33', 1688406665, '__ci_last_regenerate|i:1688406665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56680db92b8f8c7d46a4d875d40a6f3c6cca09cb', '114.119.148.27', 1685435490, '__ci_last_regenerate|i:1685435490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5668fa5fb74268b155205659b8d1c06118399094', '114.119.132.72', 1688375364, '__ci_last_regenerate|i:1688375364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566a06c7dcc05c19e681fd7faa2d00bd977faf78', '157.55.39.51', 1669812564, '__ci_last_regenerate|i:1669812564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566a1a26b4f02efbec227959e6cacdf9074a523a', '52.167.144.164', 1686727070, '__ci_last_regenerate|i:1686727070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566a8eab925a09d882727cc8b3b1aa60b08c694f', '207.46.13.210', 1677395619, '__ci_last_regenerate|i:1677395619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566aae4a9501bd00cb73da950bb7bc76ca6b44b9', '157.55.39.79', 1668834292, '__ci_last_regenerate|i:1668834292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566c5fb75c87e630cf1871780c05fd0e610e38dd', '190.148.87.182', 1679867652, '__ci_last_regenerate|i:1679867652;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679865986;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566d44c5ff9029bec62e72b041987f90a7578ee7', '52.167.144.154', 1687973035, '__ci_last_regenerate|i:1687973035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566daccdc95ed6d81494404ab3d6ac2bec65822d', '157.55.39.206', 1667878373, '__ci_last_regenerate|i:1667878373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566e7f780f6d78475cc2741ee8fae88f0ef58abc', '207.46.13.10', 1672520329, '__ci_last_regenerate|i:1672520329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('566ff67f8f160d3a0d3cb8a517e6e09a6854adff', '207.46.13.234', 1659373225, '__ci_last_regenerate|i:1659373225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('567029fc2abcbc8b5d4cb7853d9654c20f9b109b', '40.77.167.13', 1674539166, '__ci_last_regenerate|i:1674539166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5670cce41e131f2c8d05cd5283635b05e44ec2e6', '61.183.152.210', 1674562169, '__ci_last_regenerate|i:1674562169;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5672f16aa36fd4f825cb618cc8b24ce83a163f34', '5.188.62.140', 1653289407, '__ci_last_regenerate|i:1653289404;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56742181833472354cb173bede7c32c8c825cbcc', '207.46.13.130', 1660289838, '__ci_last_regenerate|i:1660289838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5675e671ab2e3b769e436f3d3b0023cf892b41dc', '40.77.167.182', 1683842379, '__ci_last_regenerate|i:1683842379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5675f2fff378c4ec5c5ac889cb73eb482358bffa', '3.237.104.7', 1654055393, '__ci_last_regenerate|i:1654055393;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56769163718725414878ab0e2a76df7bc47b2796', '52.167.144.164', 1686640765, '__ci_last_regenerate|i:1686640765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('567801cb4003c17ba73d8f7436fb4ea61ee6409f', '200.119.170.221', 1664462114, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664462114;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664461963;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56780a591102f34c39d115654ebe2fd6560da8d5', '190.148.252.56', 1663945259, '__ci_last_regenerate|i:1663945259;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663943839;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5679459f08451c55d9534f12db5447e7595e7c95', '114.119.146.87', 1684489516, '__ci_last_regenerate|i:1684489516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5679d4b1cee6f79bb0a5b207d9c63f71fc0c3f0f', '157.55.39.69', 1671704734, '__ci_last_regenerate|i:1671704734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('567b274f9c0d85b6c5373a68a21b005830b81a87', '40.77.167.37', 1668935070, '__ci_last_regenerate|i:1668935070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5681eab29381710229243898d2ff7439cc8d15d0', '40.77.167.37', 1668834602, '__ci_last_regenerate|i:1668834602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56841f1469e46ccb49a5b4fc6947dc5774f73d12', '190.148.158.175', 1672521306, '__ci_last_regenerate|i:1672521306;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672521288;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('568438a9995bc8870203117206293245e021fa4c', '114.119.137.85', 1688530382, '__ci_last_regenerate|i:1688530382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56848352afca7f38297cbd7b26f1b9a3b958bebc', '190.148.252.161', 1669999354, '__ci_last_regenerate|i:1669999354;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669999227;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5684edf6190789baf8e019ddf674152ad9f780da', '40.77.167.39', 1656354634, '__ci_last_regenerate|i:1656354634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5686347f0e3d4af30779c63b3438f531df868275', '52.167.144.98', 1686652785, '__ci_last_regenerate|i:1686652785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5686a95a8a2c27a79036d9cbdab5d81492f1b8d1', '52.167.144.98', 1684566626, '__ci_last_regenerate|i:1684566626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5687b91ce7fbed48d88d6af5150cbec856de73c5', '17.121.114.157', 1656155576, '__ci_last_regenerate|i:1656155576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56890bb4bdf3d3ae65a78419bbeea1dede567680', '54.36.149.48', 1664416683, '__ci_last_regenerate|i:1664416683;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56894e1b7